From dcc64fbafa3092f3fd361c417f169359b8a4a28b Mon Sep 17 00:00:00 2001 From: UNKNOWN <> Date: Tue, 10 Jun 2025 21:06:18 +0400 Subject: [PATCH 1/4] setup script --- CMakeFiles/4.0.2-dirty/CMakeASMCompiler.cmake | 30 + CMakeFiles/4.0.2-dirty/CMakeCCompiler.cmake | 84 ++ CMakeFiles/4.0.2-dirty/CMakeCXXCompiler.cmake | 100 ++ .../CMakeDetermineCompilerABI_C.bin | Bin 0 -> 15424 bytes CMakeFiles/4.0.2-dirty/CMakeSystem.cmake | 15 + .../CompilerIdC/CMakeCCompilerId.c | 905 +++++++++++++++++ CMakeFiles/4.0.2-dirty/CompilerIdC/a.out | Bin 0 -> 15536 bytes .../CompilerIdCXX/CMakeCXXCompilerId.cpp | 920 ++++++++++++++++++ CMakeFiles/4.0.2-dirty/CompilerIdCXX/a.out | Bin 0 -> 15552 bytes CMakeFiles/CMakeConfigureLog.yaml | 298 ++++++ .../TryCompile-OaQK73/CMakeCache.txt | 269 +++++ .../CMakeDirectoryInformation.cmake | 16 + .../CMakeFiles/InstallScripts.json | 7 + .../TryCompile-OaQK73/CMakeFiles/Makefile2 | 118 +++ .../CMakeFiles/TargetDirectories.txt | 3 + .../cmTC_9cea9.dir/CMakeCXXCompilerABI.cpp.o | Bin 0 -> 1920 bytes .../cmTC_9cea9.dir/DependInfo.cmake | 32 + .../CMakeFiles/cmTC_9cea9.dir/build.make | 115 +++ .../cmTC_9cea9.dir/cmake_clean.cmake | 10 + .../cmTC_9cea9.dir/compiler_depend.make | 2 + .../cmTC_9cea9.dir/compiler_depend.ts | 2 + .../CMakeFiles/cmTC_9cea9.dir/depend.make | 2 + .../CMakeFiles/cmTC_9cea9.dir/flags.make | 10 + .../CMakeFiles/cmTC_9cea9.dir/link.txt | 1 + .../CMakeFiles/cmTC_9cea9.dir/progress.make | 3 + .../CMakeFiles/cmake.check_cache | 1 + .../CMakeFiles/progress.marks | 1 + .../TryCompile-OaQK73/CMakeLists.txt | 28 + .../CMakeScratch/TryCompile-OaQK73/Makefile | 179 ++++ .../TryCompile-OaQK73/cmTC_9cea9_loc | 1 + .../TryCompile-OaQK73/cmake_install.cmake | 61 ++ setup.sh | 3 + 32 files changed, 3216 insertions(+) create mode 100644 CMakeFiles/4.0.2-dirty/CMakeASMCompiler.cmake create mode 100644 CMakeFiles/4.0.2-dirty/CMakeCCompiler.cmake create mode 100644 CMakeFiles/4.0.2-dirty/CMakeCXXCompiler.cmake create mode 100755 CMakeFiles/4.0.2-dirty/CMakeDetermineCompilerABI_C.bin create mode 100644 CMakeFiles/4.0.2-dirty/CMakeSystem.cmake create mode 100644 CMakeFiles/4.0.2-dirty/CompilerIdC/CMakeCCompilerId.c create mode 100755 CMakeFiles/4.0.2-dirty/CompilerIdC/a.out create mode 100644 CMakeFiles/4.0.2-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp create mode 100755 CMakeFiles/4.0.2-dirty/CompilerIdCXX/a.out create mode 100644 CMakeFiles/CMakeConfigureLog.yaml create mode 100644 CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeCache.txt create mode 100644 CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/InstallScripts.json create mode 100644 CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/Makefile2 create mode 100644 CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/TargetDirectories.txt create mode 100644 CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/CMakeCXXCompilerABI.cpp.o create mode 100644 CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/DependInfo.cmake create mode 100644 CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/build.make create mode 100644 CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/cmake_clean.cmake create mode 100644 CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/compiler_depend.make create mode 100644 CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/compiler_depend.ts create mode 100644 CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/depend.make create mode 100644 CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/flags.make create mode 100644 CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/link.txt create mode 100644 CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/progress.make create mode 100644 CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmake.check_cache create mode 100644 CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/progress.marks create mode 100644 CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeLists.txt create mode 100644 CMakeFiles/CMakeScratch/TryCompile-OaQK73/Makefile create mode 100644 CMakeFiles/CMakeScratch/TryCompile-OaQK73/cmTC_9cea9_loc create mode 100644 CMakeFiles/CMakeScratch/TryCompile-OaQK73/cmake_install.cmake create mode 100755 setup.sh diff --git a/CMakeFiles/4.0.2-dirty/CMakeASMCompiler.cmake b/CMakeFiles/4.0.2-dirty/CMakeASMCompiler.cmake new file mode 100644 index 00000000..3c87f282 --- /dev/null +++ b/CMakeFiles/4.0.2-dirty/CMakeASMCompiler.cmake @@ -0,0 +1,30 @@ +set(CMAKE_ASM_COMPILER "/usr/bin/cc") +set(CMAKE_ASM_COMPILER_ARG1 "") +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_ASM_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_ASM_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_ASM_COMPILER_LINKER "") +set(CMAKE_ASM_COMPILER_LINKER_ID "") +set(CMAKE_ASM_COMPILER_LINKER_VERSION ) +set(CMAKE_ASM_COMPILER_LINKER_FRONTEND_VARIANT ) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_ASM_COMPILER_LOADED 1) +set(CMAKE_ASM_COMPILER_ID "GNU") +set(CMAKE_ASM_COMPILER_VERSION "") +set(CMAKE_ASM_COMPILER_ENV_VAR "ASM") + + + + +set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_ASM_LINKER_PREFERENCE 0) +set(CMAKE_ASM_LINKER_DEPFILE_SUPPORTED ) +set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED ) +set(CMAKE_ASM_LINKER_PUSHPOP_STATE_SUPPORTED ) + + diff --git a/CMakeFiles/4.0.2-dirty/CMakeCCompiler.cmake b/CMakeFiles/4.0.2-dirty/CMakeCCompiler.cmake new file mode 100644 index 00000000..bc1f1239 --- /dev/null +++ b/CMakeFiles/4.0.2-dirty/CMakeCCompiler.cmake @@ -0,0 +1,84 @@ +set(CMAKE_C_COMPILER "/usr/bin/cc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "15.1.1") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "23") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_STANDARD_LATEST "23") +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;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_COMPILER_APPLE_SYSROOT "") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_C_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_C_COMPILER_LINKER_ID "GNU") +set(CMAKE_C_COMPILER_LINKER_VERSION 2.44.0) +set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) +set(CMAKE_C_LINKER_DEPFILE_SUPPORTED TRUE) +set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) +set(CMAKE_C_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1;/usr/lib;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/CMakeFiles/4.0.2-dirty/CMakeCXXCompiler.cmake b/CMakeFiles/4.0.2-dirty/CMakeCXXCompiler.cmake new file mode 100644 index 00000000..a4dcfdad --- /dev/null +++ b/CMakeFiles/4.0.2-dirty/CMakeCXXCompiler.cmake @@ -0,0 +1,100 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/c++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "15.1.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "") +set(CMAKE_CXX_COMPILE_FEATURES "") +set(CMAKE_CXX98_COMPILE_FEATURES "") +set(CMAKE_CXX11_COMPILE_FEATURES "") +set(CMAKE_CXX14_COMPILE_FEATURES "") +set(CMAKE_CXX17_COMPILE_FEATURES "") +set(CMAKE_CXX20_COMPILE_FEATURES "") +set(CMAKE_CXX23_COMPILE_FEATURES "") +set(CMAKE_CXX26_COMPILE_FEATURES "") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_COMPILER_APPLE_SYSROOT "") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "") +set(CMAKE_CXX_COMPILER_LINKER_ID "") +set(CMAKE_CXX_COMPILER_LINKER_VERSION ) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT ) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS ) +set(CMAKE_CXX_ABI_COMPILED ) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED ) +set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED ) +set(CMAKE_CXX_LINKER_PUSHPOP_STATE_SUPPORTED ) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "") +set(CMAKE_CXX_COMPILER_ABI "") +set(CMAKE_CXX_BYTE_ORDER "") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") + diff --git a/CMakeFiles/4.0.2-dirty/CMakeDetermineCompilerABI_C.bin b/CMakeFiles/4.0.2-dirty/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000000000000000000000000000000000000..1a93af3d226e7535d7d96d8354db8f93b23b237a GIT binary patch literal 15424 zcmeHOU2Ggz6~4Q6noXL-n=}q?6Plrlsz$;S+qI(*ly>d)+Ov|qHpxZ^S?P4_9or+; zyVmR&>>^Z)Kou(rn1>=Hgj5NMXMQSLgoGT73VlJT5D4*PDq5vgN?bu9K;-3|ne(m3 z6FVS*c!0Uq&UeqxckZ1tcRaH*XP?gv4I~o@h1R5=QY>ldK$8(erbjvi8FfY-pzSer zR6Rg)v#$&6nE=Qdv~<%}Oo^V=%zIhvQ9LGoK+KSlc{{ZfPly^&$$l_z7aK&5;x}ag zAnc9tG$vEi{A~kI2oD(M@l?`!;GceKE2?B5rv$-ck$IZ%G~oeXlJS7ZC+CDeqms`k zX2`}Z<8LWHg5WI+FN!C`56J%9z-#`9$Pv^6wE}{7;VrMk{pkE4XM_jDJV%AMtOX8H z#5w_DyiX8MmV`vUKVW&Bm+^Kwe(Q1^fFk;N>7XHatqm3~s^p?t;km$`P>C&aG9t6@ zVfyglVE*#nUzh7gT3@gd?|%QqSO0RN`R(_AajNW$pYA?YF144P%G`YW{F&43r@Qr9 zRqyi0;ju6tb^oQt{)e{l%#u#qMsMz*uk4_Ii1d$b6GxdQ?ahQ)^DNghXDp{enu&SK zoOCKy*?G=ZZ03DCtpepylCFwt5&~ScZy`~Qa z`ZhU#pHYtQ2oz(S zfj9$k2I36F8Hh6wXCThN|3wD=*z)M#jLWxD#?@WdPbp=5X~j#{Zy1+YwaJ#_ z{hNHA-{QF(nbq8r7mds3_Hx%)ddu5yTs`+V3H8=H^j-SqM7>^rZPzhUBrdIP&UbZk zv)^(&qd49>Q{;P*Vk~|Bma#Oq_Oskwp7Pb)E#vFPwbpkIDAn?V=5))CR}#6qqCL#J ze48z=G$&hLiCR9`&eB?sM7n!vwQ)QeM}UWpTbzM7191l848$3TGZ1GW&On@jI0JD8 z;ta$Y`1dlv@44>R@`Ztsvo(4TSDiFVvz|NFapqFkzmOjp7(eSRn6_KBOJi=n&m1h| z^8JNg<@@>k@deK|t1i8x8ym_Oi$ggxSLo087RbZ5TjS0c)gdq;akS~<{0^6AwS2o? z=l5$%>-G95AvbN;U)2EYSe3tdS z2huMjv-=-Ny2NBf@GhI3`F$I|bLGbG%);-@d}X|eGZ1GW&On@jI0JD8;ta$Yh%*pp zAkM)5PzF%9h&n~oAaX4vw|xOL3M2Q6ye##O4~vX?$fF{o&hZhEQ5VVI&$z+P}qNN($5-y4YPir|BSZGx?WfZftDBrwKZ5j_=o`VIWQ*Ms?x(s$hu zxlQ==rr4h^@0mZ{R(pcJ1)tP9d-P7dQ|s#J z>gnk23f2E_7lZe|S-oG6+Bp9SwO?hl!1Aa#bcp_0(F>@8=odvnZ^#>MyZE0ZYeGGw zqWkx(&pMz`CypRB-@jGelsZ`Gm#DK{{qwg;ufZvVZ~FQpN@YSy>i&d22WfvbEzo2A z{gTAAI-=5g4` z^dRfr`t=OT)c;9ox_lQm`9CCjrESH9CkOcsK|^?Rz=%~GvuPFs}{SGea#$gAX3 z%(wFv$pFkD7~Q?pL6KP3QkGsPK7G;XO-_bZPligURtP7&;UI*uzbdLYfiPY zMKHd-0H7=NeVVZon$!!1w3pXnNh`QMQ7fw;coIv$<>1>*BH8~k(JFz9)c;`vM?e z=eR}ZA83_&o;rL?z{hu zK@>#(q5ctd!slP~_i!2<1*7A?PI|t_k!7!N-;Cd#MaP2-{1tIqLVVm;xA8v)YVZrB zO&R*%k%89^#>agWet-Cq9Dl4Y@URZvB`&*wkKZq?oFXN)Cjw|}!3W+ZOPG)QvYW!k zd5!?!0q;ckDkGj90b-t_y(b?VWZ+nsKkir3!pAt^OFAH`CQ`6Y+#7oEqvs#^VZ_>P ykU5?Nydp;a-n554m=E&8I?SEAjrM9+(4E6TVu^@!uev?IonM+!+ZQ23MD-7x>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) || defined(__CPARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# 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. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define C_STD_99 199901L +#define C_STD_11 201112L +#define C_STD_17 201710L +#define C_STD_23 202311L + +#ifdef __STDC_VERSION__ +# define C_STD __STDC_VERSION__ +#endif + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif C_STD > C_STD_17 +# define C_VERSION "23" +#elif C_STD > C_STD_11 +# define C_VERSION "17" +#elif C_STD > C_STD_99 +# define C_VERSION "11" +#elif C_STD >= C_STD_99 +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#if defined(COMPILER_VERSION_INTERNAL) || defined(COMPILER_VERSION_INTERNAL_STR) + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/CMakeFiles/4.0.2-dirty/CompilerIdC/a.out b/CMakeFiles/4.0.2-dirty/CompilerIdC/a.out new file mode 100755 index 0000000000000000000000000000000000000000..c53d667f64911121ebb8355bb59fb745dc58d196 GIT binary patch literal 15536 zcmeHOeQX>@6`#9&Ic;KJ+}d@MLY7j6L?Rp8i6c`;d-nO9wd9YGI1=!pE%!H zcWasyMU4oQxFIE_P_;rrk)RT)grK5Sm5?GwsRES%rASDqf1m_WDWE`&3Mhpr$9p^P zcV17<0r3a$$ByOw&HK%JZ)V@@$K3AQC$oe7$wWe-tWu9CmaLR!($esQE~yZtRkv!S z?E`9yT1)ckkkjpH4b-YjYSnUV5T0qadsW&^d_eSo7$GCutyE6%fT#eK><8Pe;RcaS z{JC@hM0>42i;byR;kJgK5j$Yij)#)6wSMZ6<+wem<#s{XvB-9o*jZu+JSY7D5l@Z@ z{~wTenwX|GF6nTqlxcTX>`Z(}^nu(57e@a7#D`eA9j%b9g(=i!>d-quj_u6xK~A$0 zm2|jW8s`DA`U{1d+7X5P2GYX9IsZ^rGkJMFGoefJ*a4vY@DIlt^r z1z_1X-+EWBm#UlxA5!9OQ_yTN}? z_=QJRSomCt9y>pc@JX!_ZZAi8xpaj5uOmFpL2kGb;lt~2s2y+O2*eSHBM?U*jzAoN zI0A75{@W3Fujzw-cTQe!a89qeuuCcDOAA4=df7SoM#IH$DBRxh$AS5`9&_e@>zw@E z;(^g@$3n-O&Y690lR~xS^JMjxNxNz57ejsGud<&rYu;w~*o~ltTt6nR*H^DJZ9Tz? z7X?ZGl~BLyWriKMocTrP!k->>F5Fn1z|!YW32ZJ|YrFE-sDt;^b1jX=_@szu!-h z?qTvVfBd>LKX>IP*_%9M=XA?&$kXZUb>{^qak=R=)pUL#k-bU$FIM2s*W%oe<0vQ(ZK8{{{bLVD$i=`pF(`@mw(E9dCN-lR8I2*x^hON)Or@Qd6_rPekw z9F8inW!1;qXn4FwqwiL$dkBXXtJOh5ey7SM@x(!uIGRdq*|4tREWPMrp5Ga_k^VMT z=vx=Qp<|Bi-zWYh=6f1bPbD)O*Cx-AB@_DnH!Jh|GJaRfh2MEa-+P5*yonEtkq@~=WaK$+ z78!Yw$k#>tUvE`Qta4eB3Xv;#LVi?nej=AeX}?R0>XhK!g8Vy>ON)lucAeB5ag2Vu zWk)H=Gc2(GM^%r9$WZl`$ZcXzZ;He5B2M&kGn5;o{e8&d_kRV*A780|hb*hJfZGU z=J-DlI%rhL1Bbu%P`^c8lYCR~{Zwg&5WxwmTM-%6XF|SJsWcdkPZFe5tLirRr-*M( zZcsQ6w6;=T5q;Coi^N+{ir{ytzA4$NFdu085%Y@9HcK;j#_&eSw<|2&yyDxbn^Obne1+^QgWy1AsJ`64~&pjE?;!# zDt=Doi<2c6PuR3n@QPD&-jwg&{`5?_eo<`joR2yiuT-RC$;qd*dN(`V=emYN^FiGm za_pBU_SZtf>HIG3Z=gNPGej-$BSEF?%CVWi8z&6P8mCb!mIB|ND$d!n<o<*uMuFsDE7d!qPUij`^Nrb zJupTbo4_9H65uInixzYI6V%9S2H0br0L1zVA0vYQNAm9JEnB&*1Qhfj7 zIe|UaK|rj7(7(C=^JL5W#QwvA>#ZQxduTT2|EtsxwYS6$_$?z~a1VdqFzgrPJ_E#h z6#8cW-xPc7zp_MA@J$f`LPJ#FrWy|s_E>)aas0u+?Ee+R{+gvVfuk@KMEpVjm@3ip z*Zls@f})_=Kkr{7{mWsmuujK!Zf1XwfxjZ#rieY(@ojuzpaMNDEy>`oQUf15=pXAk zeD8Qp<{!rw>~I|Xfoxd?_V{jTVHc59wri+uVGn$lTB7z?CteeKoab-=J0P!zqV_5+ zn(Z39MFhYO@-3<`hw)=Q)GhX=zJvqjY84U8iF%EPy?Oq@K8iSYYsOUhlsJ4{8aETi pbAa(6F6)WI*r{48solEzb#x>xhDd9%`u5-9mu*xw7zT!@{t3v!&p!YF literal 0 HcmV?d00001 diff --git a/CMakeFiles/4.0.2-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp b/CMakeFiles/4.0.2-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 00000000..94d43103 --- /dev/null +++ b/CMakeFiles/4.0.2-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,920 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) || defined(__CPARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# 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. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#if defined(COMPILER_VERSION_INTERNAL) || defined(COMPILER_VERSION_INTERNAL_STR) + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/CMakeFiles/4.0.2-dirty/CompilerIdCXX/a.out b/CMakeFiles/4.0.2-dirty/CompilerIdCXX/a.out new file mode 100755 index 0000000000000000000000000000000000000000..dba322363de31a68cf74b7be1929aea0fed4a1a5 GIT binary patch literal 15552 zcmeHOYiJzT6~4Q&W4W=dwG*X&gnAl6aGGi?$&#zOakH|t(x~X++A^qB-05g{B`sO) zs=K2g2TBa;OBg3kON*iO0VPlhrVWHNr8LO6q;*M)0xg6Tic%U-gWIUD;50_tbLO6J zJ$thUCd-+A0SXJ&Tq&YXEXHP{!A#S~hD`nY1rN@yl2ilt8J5F}NX+Ckg9 z)jo9_$(sUB>ysKtt6QR>78`|Un*E*?y@_{=9S}2QWWSBt_jy9pfJ*j*{Wh~gWD|ca z0|23~j%TqmH7nRw@nP`;hW&UdD=pf7M=X{x}RY`bAFJM;s?Y$ zkBi?+mNqaE=Lrz={3Q9wDIt+>4LChc$aotaKTD1qP!3D5pRF_mpKJZYr&Ro`TH?7t zA5*a!Ic~^odnf(#;b8yYCt9X6&)@NhpS<;>N4h?@=eK_!dFodO^SOz`9S8H7mVB-- zH{UYfb-3klhg~k(?ZG%a7RICQf7Qmw>Yh55eZ=jm!*iajIy{eCkN@xnymH;CnPR~$ z`(DX+UF8mp4!N0ZDLa)b``OayP*1*C$c}mw`K;E}*SM6Dv;>*)as>*Tp7-3zT*1rd z9?L3Hm;Frofd@EChgqDd_NLP0$x<8hY0dW!4jk)o+wDUg3f*=)_zaBGv7w_#f81g! zuAU&odGqX3-=Nd2L0uGXZf|a@BAf5AF*SS+;Ji-k)cmSk=irwlU}IA2!9z|Myk%*- z-3DJ0-ZJ6)Pb= z_`D9RqfL~7C<9Rjq6|bCh%yjmAj-i1D+B*%`oO=Pg=>w@xy@G(D&>4}$&Xi-orRw_ zUI~U^ecN9K7GM61v-n46;ZJMFM^kM}ZC9Q1M_(m_O7jAF{d3Z8+W&>Xp7_@|&iT!+ zGJN#9-%Oz=CG^(HO4I(cYUsZ?Iv+)G64 z^p%_Qy)t>T-?TreINqP9$o3S)Sp57oXK`-j7pWUOW#?S;A1Knf)HUa#6I*V2PBp!- z6ieM8{x=)&FVy38fb-3lcPQ2L+@?e|%Efxt6#Xmp_;aZnr|A$?k6-nO@l>N0WgyBx zlz}J%Q3j$6L>Y)O5M?0BK$L+f15pNQGr-TUZq){c`$mqWi!-yie6}=BPb5#*TG!~^ zN3*4Ju2>jv4O&~Ltvju4)y`=Zc+BQKf3jGb86V^)m_mA`^z^v&>3LuwEO64B z%lqSP9}!J<-p>|zlyX%!G91h*wy)u1yJ>p7N2706DjkGFYn93%AwN^)7JKZ3ip?it z`?hUqyg-lenCEB4yUG4OHt5|FJb7b|{of}3Y393kB)$~y*?wF6yX47)e*VqI{3MW{ z)pFx!S>fkd0U2$g3`7}-G7x1T%0QHXC<9Rjq6|bCh%)dVWB~Prs3+7_i%Lz&*pMGJ zquvqqy3qe?y;5Y8WhoX!4d7Y%QN?wK z+}1?@J}s&r3f?ZrzXQ27Yp8CwNN-jGW85xD1Qlxr4gT*`^n8d6OxHzDia$Lm4(5wI z($CF6ZWaC8B4Zp0|DFTt$2S@nb)}Z2El@X#I#JYxq7Jmbr{{=ufPVGfZ_&^EHoMJg zZ*A{v?Pw3ZCs1!J&eJCKw~DFbe8<#wm9(^`J!DYN{zHL&he91V%(;v<%N@`1-Pd_GcSA3ho^{2H;{fv1CA>^VBj^CQpB;vdy ze8S+9ln0)_CH2U`Jrc6r%6y!zKH+sVDrg{{_sh)ZKIUoM14jHK#B=`5Jog9u`&Clx z5r0s4GyWLy7K}pZZ@@2Xz^k4i?~!cJ*jSI;^BTz5>DgK3etNL2Jy)14;vN@OnA6$s zrX08LME6k2b$U-IxA#-S-9rOC%IzN?2gE zp2-#5xpFpRRH`S#)#g&ko+%gIX}TRoCGf!vaPv${eAi5IrF)J-8D;R*XjH}?xaPgW z)SNe!b>Dp#O&j1=pK>XnPZ6mC-%SnoQfYo|0P_YNneyK08hqN-0`J*GxeVe~b^Uc- z0jOK%uk7-f8Q+^A^h+A2(JK`FtUXnjvu8`i*=)%_qwFd*F_)v4C2|>M=L+;v!K?}l zr@ivDvNLB26jY;M(i*vqStGclD`oQ@J8&FIj_p$xl^vwsE)|1=YiFn3$&xpdb*D4r z0ZAs)eQcn`_olSJ>y=6#O_Tl6r{La9E=?mBDKc&B**tZ0Xv(It=>W}S3x4Pn|DU@2 z{mkEqafyQWaDYkS0rmrPA?*AhB za$L?&(C~dAi1i=T=J9`$6k&gS&j7z|Bn;sZ@9Ty?z6XKyO@xLkl*nee-x!_e1 z0YXCz-s|Bh!v7^P0OI_EgE{^)qzL=3ia&4^j)KTP=$}$2eEpj5<5@5iG{@)t+d=I>o&aqi1!?Ee!&mt!5ieu z`GY^+Pg*)iB((z?s$2L2-y}`gAM3+a@yB(J0Pq7|H~dvnEL$~pi3ornP($63HZDy_Y%kF8Rmn$Y$XnJr*5?+4(aZ< YFpy{rk=BIu{V(yuH)`7q2SZf<0dg+$2LJ#7 literal 0 HcmV?d00001 diff --git a/CMakeFiles/CMakeConfigureLog.yaml b/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 00000000..dacc51eb --- /dev/null +++ b/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,298 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:7 (project)" + message: | + The system is: Linux - 6.14.6-arch1-1 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:7 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /usr/bin/cc + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is GNU, found in: + /home/guest/Downloads/PopLib/CMakeFiles/4.0.2-dirty/CompilerIdC/a.out + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:7 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /usr/bin/c++ + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/guest/Downloads/PopLib/CMakeFiles/4.0.2-dirty/CompilerIdCXX/a.out + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:1271 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineASMCompiler.cmake:139 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)" + - "CMakeLists.txt:7 (project)" + message: | + Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": + cc (GCC) 15.1.1 20250425 + Copyright (C) 2025 Free Software Foundation, Inc. + This is free software; see the source for copying conditions. There is NO + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-Za81li" + binary: "/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-Za81li" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-Za81li' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ac3e0/fast + /usr/bin/make -f CMakeFiles/cmTC_ac3e0.dir/build.make CMakeFiles/cmTC_ac3e0.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-Za81li' + Building C object CMakeFiles/cmTC_ac3e0.dir/CMakeCCompilerABI.c.o + /usr/bin/cc -v -o CMakeFiles/cmTC_ac3e0.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.1.1 20250425 (GCC) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ac3e0.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac3e0.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_ac3e0.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccmqYZC7.s + GNU C23 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu) + compiled by GNU C version 15.1.1 20250425, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: 335c205337bb594afdc1dd844ba56be5 + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ac3e0.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac3e0.dir/' + as -v --64 -o CMakeFiles/cmTC_ac3e0.dir/CMakeCCompilerABI.c.o /tmp/ccmqYZC7.s + GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ac3e0.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac3e0.dir/CMakeCCompilerABI.c.' + Linking C executable cmTC_ac3e0 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ac3e0.dir/link.txt --verbose=1 + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.1.1 20250425 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_ac3e0' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_ac3e0.' + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccC5Pdo9.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_ac3e0 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_ac3e0.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o + collect2 version 15.1.1 20250425 + /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccC5Pdo9.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_ac3e0 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_ac3e0.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o + GNU ld (GNU Binutils) 2.44.0 + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_ac3e0' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_ac3e0.' + /usr/bin/cc -v -Wl,-v CMakeFiles/cmTC_ac3e0.dir/CMakeCCompilerABI.c.o -o cmTC_ac3e0 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-Za81li' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:191 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:227 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] + ignore line: [Change Dir: '/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-Za81li'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ac3e0/fast] + ignore line: [/usr/bin/make -f CMakeFiles/cmTC_ac3e0.dir/build.make CMakeFiles/cmTC_ac3e0.dir/build] + ignore line: [make[1]: Entering directory '/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-Za81li'] + ignore line: [Building C object CMakeFiles/cmTC_ac3e0.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_ac3e0.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.1.1 20250425 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ac3e0.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac3e0.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_ac3e0.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccmqYZC7.s] + ignore line: [GNU C23 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 15.1.1 20250425 GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.27-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 335c205337bb594afdc1dd844ba56be5] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ac3e0.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac3e0.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_ac3e0.dir/CMakeCCompilerABI.c.o /tmp/ccmqYZC7.s] + ignore line: [GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_ac3e0.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac3e0.dir/CMakeCCompilerABI.c.'] + ignore line: [Linking C executable cmTC_ac3e0] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ac3e0.dir/link.txt --verbose=1] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.1.1 20250425 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_ac3e0' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_ac3e0.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccC5Pdo9.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_ac3e0 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_ac3e0.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccC5Pdo9.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_ac3e0] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] + arg [-L/lib] ==> dir [/lib] + arg [-L/usr/lib] ==> dir [/usr/lib] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_ac3e0.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] + ignore line: [collect2 version 15.1.1 20250425] + ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccC5Pdo9.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_ac3e0 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_ac3e0.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] + linker tool for 'C': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> [/usr/lib] + collapse library dir [/lib] ==> [/lib] + collapse library dir [/usr/lib] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:270 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + message: | + Running the C compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils) 2.44.0 diff --git a/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeCache.txt b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeCache.txt new file mode 100644 index 00000000..8bb90077 --- /dev/null +++ b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeCache.txt @@ -0,0 +1,269 @@ +# This is the CMakeCache file. +# For build in directory: /home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73 +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Choose the type of build, options are: None Debug Release RelWithDebInfo +// MinSizeRel ... +CMAKE_BUILD_TYPE:STRING= + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//No help, variable specified on the command line. +CMAKE_CXX_SCAN_FOR_MODULES:UNINITIALIZED=OFF + +//No help, variable specified on the command line. +CMAKE_CXX_STANDARD_LIBRARIES:UNINITIALIZED= + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/pkgRedirects + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//make program +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=CMAKE_TRY_COMPILE + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Value Computed by CMake +CMAKE_TRY_COMPILE_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73 + +//Value Computed by CMake +CMAKE_TRY_COMPILE_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +CMAKE_TRY_COMPILE_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73 + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//No help, variable specified on the command line. +EXE_LINKER_FLAGS:UNINITIALIZED=-v -Wl,-v + + +######################## +# INTERNAL cache entries +######################## + +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73 +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=0 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//Name of CMakeLists files to read +CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +CMAKE_SUPPRESS_DEVELOPER_WARNINGS:INTERNAL=FALSE +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 + diff --git a/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/CMakeDirectoryInformation.cmake b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..823c3483 --- /dev/null +++ b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/InstallScripts.json b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/InstallScripts.json new file mode 100644 index 00000000..265b05c6 --- /dev/null +++ b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/InstallScripts.json @@ -0,0 +1,7 @@ +{ + "InstallScripts" : + [ + "/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73/cmake_install.cmake" + ], + "Parallel" : false +} diff --git a/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/Makefile2 b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/Makefile2 new file mode 100644 index 00000000..82545948 --- /dev/null +++ b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/Makefile2 @@ -0,0 +1,118 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Produce verbose output by default. +VERBOSE = 1 + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73 + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/cmTC_9cea9.dir/all +.PHONY : all + +# The main recursive "codegen" target. +codegen: CMakeFiles/cmTC_9cea9.dir/codegen +.PHONY : codegen + +# The main recursive "preinstall" target. +preinstall: +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/cmTC_9cea9.dir/clean +.PHONY : clean + +#============================================================================= +# Target rules for target CMakeFiles/cmTC_9cea9.dir + +# All Build rule for target. +CMakeFiles/cmTC_9cea9.dir/all: + $(MAKE) $(MAKESILENT) -f CMakeFiles/cmTC_9cea9.dir/build.make CMakeFiles/cmTC_9cea9.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/cmTC_9cea9.dir/build.make CMakeFiles/cmTC_9cea9.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles --progress-num=1,2 "Built target cmTC_9cea9" +.PHONY : CMakeFiles/cmTC_9cea9.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/cmTC_9cea9.dir/rule: + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles 2 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/cmTC_9cea9.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles 0 +.PHONY : CMakeFiles/cmTC_9cea9.dir/rule + +# Convenience name for target. +cmTC_9cea9: CMakeFiles/cmTC_9cea9.dir/rule +.PHONY : cmTC_9cea9 + +# codegen rule for target. +CMakeFiles/cmTC_9cea9.dir/codegen: + $(MAKE) $(MAKESILENT) -f CMakeFiles/cmTC_9cea9.dir/build.make CMakeFiles/cmTC_9cea9.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles --progress-num=1,2 "Finished codegen for target cmTC_9cea9" +.PHONY : CMakeFiles/cmTC_9cea9.dir/codegen + +# clean rule for target. +CMakeFiles/cmTC_9cea9.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/cmTC_9cea9.dir/build.make CMakeFiles/cmTC_9cea9.dir/clean +.PHONY : CMakeFiles/cmTC_9cea9.dir/clean + +#============================================================================= +# Special targets to cleanup operation of make. + diff --git a/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/TargetDirectories.txt b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/TargetDirectories.txt new file mode 100644 index 00000000..7fe3eaa2 --- /dev/null +++ b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,3 @@ +/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir +/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/rebuild_cache.dir diff --git a/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/CMakeCXXCompilerABI.cpp.o b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/CMakeCXXCompilerABI.cpp.o new file mode 100644 index 0000000000000000000000000000000000000000..f024bf948dd03b21b1547f05143dfc7008e5c375 GIT binary patch literal 1920 zcmbtT&ubGw6rN3EtJoh=DyS9NQ&G@039Yn6Bx$;B0&xqa1u>TGrkS>Dlig)A#ik&= zh*+fH(LckJ^&|xk{tF(xc#Dh&WwFIRrIbv$4UA4 z0?(YJQ)4H8mHA_*?)q0!F&3BS+V%l;x6Fpe{91Nq9ru-DRF)U(bF5=h-=&S3UzsUIt82g0RNX->VfWUSp)bJJQ* z%c=QnemXmqpB4@AdQ?#SI4C12qMRZo?^21y;rI^z>=TZFzQ+`o;N*w&{7qd{)gpw4E*2j7%HR ze1P_5Xx8m*lR6FCa(I50vm*JX%~+F0N@jQkOqsMS+u?D-wlFIx7DH! zQa-Yl%h&&KdcaZvfrWLm(SgV;Q%#AFS}lfZ=96~Kl-zj3s5YL^Y;aR28$vR=i@6(n!hIoBIk_rzXU4z5>M)l?LLbB-!T9g21Rb1k9)>v d4-k1PKIk CMakeFiles/cmTC_9cea9.dir/CMakeCXXCompilerABI.cpp.i + +CMakeFiles/cmTC_9cea9.dir/CMakeCXXCompilerABI.cpp.s: cmake_force + @echo "Compiling CXX source to assembly CMakeFiles/cmTC_9cea9.dir/CMakeCXXCompilerABI.cpp.s" + /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -o CMakeFiles/cmTC_9cea9.dir/CMakeCXXCompilerABI.cpp.s + +# Object files for target cmTC_9cea9 +cmTC_9cea9_OBJECTS = \ +"CMakeFiles/cmTC_9cea9.dir/CMakeCXXCompilerABI.cpp.o" + +# External object files for target cmTC_9cea9 +cmTC_9cea9_EXTERNAL_OBJECTS = + +cmTC_9cea9: CMakeFiles/cmTC_9cea9.dir/CMakeCXXCompilerABI.cpp.o +cmTC_9cea9: CMakeFiles/cmTC_9cea9.dir/build.make +cmTC_9cea9: CMakeFiles/cmTC_9cea9.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable cmTC_9cea9" + $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/cmTC_9cea9.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +CMakeFiles/cmTC_9cea9.dir/build: cmTC_9cea9 +.PHONY : CMakeFiles/cmTC_9cea9.dir/build + +CMakeFiles/cmTC_9cea9.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/cmTC_9cea9.dir/cmake_clean.cmake +.PHONY : CMakeFiles/cmTC_9cea9.dir/clean + +CMakeFiles/cmTC_9cea9.dir/depend: + cd /home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73 && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73 /home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73 /home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73 /home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73 /home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/DependInfo.cmake +.PHONY : CMakeFiles/cmTC_9cea9.dir/depend + diff --git a/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/cmake_clean.cmake b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/cmake_clean.cmake new file mode 100644 index 00000000..a40f566a --- /dev/null +++ b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/cmTC_9cea9.dir/CMakeCXXCompilerABI.cpp.o" + "cmTC_9cea9" + "cmTC_9cea9.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/cmTC_9cea9.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/compiler_depend.make b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/compiler_depend.make new file mode 100644 index 00000000..47e2de17 --- /dev/null +++ b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for cmTC_9cea9. +# This may be replaced when dependencies are built. diff --git a/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/compiler_depend.ts b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/compiler_depend.ts new file mode 100644 index 00000000..9b161b8f --- /dev/null +++ b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for cmTC_9cea9. diff --git a/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/depend.make b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/depend.make new file mode 100644 index 00000000..433b5804 --- /dev/null +++ b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for cmTC_9cea9. +# This may be replaced when dependencies are built. diff --git a/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/flags.make b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/flags.make new file mode 100644 index 00000000..763e3fb6 --- /dev/null +++ b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/c++ +CXX_DEFINES = + +CXX_INCLUDES = + +CXX_FLAGS = -std=gnu++20 -v + diff --git a/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/link.txt b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/link.txt new file mode 100644 index 00000000..8ffc5429 --- /dev/null +++ b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/c++ -v -Wl,-v CMakeFiles/cmTC_9cea9.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_9cea9 diff --git a/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/progress.make b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/progress.make new file mode 100644 index 00000000..abadeb0c --- /dev/null +++ b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmTC_9cea9.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 1 +CMAKE_PROGRESS_2 = 2 + diff --git a/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmake.check_cache b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmake.check_cache new file mode 100644 index 00000000..3dccd731 --- /dev/null +++ b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/progress.marks b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/progress.marks new file mode 100644 index 00000000..0cfbf088 --- /dev/null +++ b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles/progress.marks @@ -0,0 +1 @@ +2 diff --git a/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeLists.txt b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeLists.txt new file mode 100644 index 00000000..9f4f416d --- /dev/null +++ b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeLists.txt @@ -0,0 +1,28 @@ +cmake_minimum_required(VERSION 4.0.2.0) +project(CMAKE_TRY_COMPILE CXX) +set_property(DIRECTORY PROPERTY INCLUDE_DIRECTORIES "") +set(CMAKE_VERBOSE_MAKEFILE 1) +set(CMAKE_CXX_FLAGS "") +set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${COMPILE_DEFINITIONS}") +set(CMAKE_CXX_FLAGS_DEBUG "-g") +set(CMAKE_EXE_LINKER_FLAGS "") +set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${EXE_LINKER_FLAGS}") +include_directories(${INCLUDE_DIRECTORIES}) +set(CMAKE_SUPPRESS_REGENERATION 1) +link_directories(${LINK_DIRECTORIES}) +add_definitions([==[-v]==]) +cmake_policy(SET CMP0083 NEW) +cmake_policy(SET CMP0155 OLD) +cmake_policy(SET CMP0157 OLD) +cmake_policy(SET CMP0181 OLD) +include("${CMAKE_ROOT}/Modules/Internal/HeaderpadWorkaround.cmake") +set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73") +add_executable(cmTC_9cea9) +target_sources(cmTC_9cea9 PRIVATE + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" +) +file(GENERATE OUTPUT "${CMAKE_BINARY_DIR}/cmTC_9cea9_loc" + CONTENT $) +set_property(TARGET cmTC_9cea9 PROPERTY "CXX_STANDARD" "20") +set_property(TARGET cmTC_9cea9 PROPERTY "CXX_STANDARD_REQUIRED" "ON") +target_link_libraries(cmTC_9cea9 ${LINK_LIBRARIES}) diff --git a/CMakeFiles/CMakeScratch/TryCompile-OaQK73/Makefile b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/Makefile new file mode 100644 index 00000000..152e9fc7 --- /dev/null +++ b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/Makefile @@ -0,0 +1,179 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Produce verbose output by default. +VERBOSE = 1 + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73 + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target edit_cache +edit_cache: + @echo "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @echo "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# The main all target +all: + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles /home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles 0 +.PHONY : all + +# The main codegen target +codegen: + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles /home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 codegen + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73/CMakeFiles 0 +.PHONY : codegen + +# The main clean target +clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +#============================================================================= +# Target rules for targets named cmTC_9cea9 + +# Build rule for target. +cmTC_9cea9: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 cmTC_9cea9 +.PHONY : cmTC_9cea9 + +# fast build rule for target. +cmTC_9cea9/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/cmTC_9cea9.dir/build.make CMakeFiles/cmTC_9cea9.dir/build +.PHONY : cmTC_9cea9/fast + +CMakeCXXCompilerABI.o: CMakeCXXCompilerABI.cpp.o +.PHONY : CMakeCXXCompilerABI.o + +# target to build an object file +CMakeCXXCompilerABI.cpp.o: + $(MAKE) $(MAKESILENT) -f CMakeFiles/cmTC_9cea9.dir/build.make CMakeFiles/cmTC_9cea9.dir/CMakeCXXCompilerABI.cpp.o +.PHONY : CMakeCXXCompilerABI.cpp.o + +CMakeCXXCompilerABI.i: CMakeCXXCompilerABI.cpp.i +.PHONY : CMakeCXXCompilerABI.i + +# target to preprocess a source file +CMakeCXXCompilerABI.cpp.i: + $(MAKE) $(MAKESILENT) -f CMakeFiles/cmTC_9cea9.dir/build.make CMakeFiles/cmTC_9cea9.dir/CMakeCXXCompilerABI.cpp.i +.PHONY : CMakeCXXCompilerABI.cpp.i + +CMakeCXXCompilerABI.s: CMakeCXXCompilerABI.cpp.s +.PHONY : CMakeCXXCompilerABI.s + +# target to generate assembly for a file +CMakeCXXCompilerABI.cpp.s: + $(MAKE) $(MAKESILENT) -f CMakeFiles/cmTC_9cea9.dir/build.make CMakeFiles/cmTC_9cea9.dir/CMakeCXXCompilerABI.cpp.s +.PHONY : CMakeCXXCompilerABI.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... codegen" + @echo "... edit_cache" + @echo "... rebuild_cache" + @echo "... cmTC_9cea9" + @echo "... CMakeCXXCompilerABI.o" + @echo "... CMakeCXXCompilerABI.i" + @echo "... CMakeCXXCompilerABI.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + diff --git a/CMakeFiles/CMakeScratch/TryCompile-OaQK73/cmTC_9cea9_loc b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/cmTC_9cea9_loc new file mode 100644 index 00000000..dda297cc --- /dev/null +++ b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/cmTC_9cea9_loc @@ -0,0 +1 @@ +/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73/cmTC_9cea9 \ No newline at end of file diff --git a/CMakeFiles/CMakeScratch/TryCompile-OaQK73/cmake_install.cmake b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/cmake_install.cmake new file mode 100644 index 00000000..887f3fd1 --- /dev/null +++ b/CMakeFiles/CMakeScratch/TryCompile-OaQK73/cmake_install.cmake @@ -0,0 +1,61 @@ +# Install script for directory: /home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/CMakeFiles/CMakeScratch/TryCompile-OaQK73/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/setup.sh b/setup.sh new file mode 100755 index 00000000..23f199aa --- /dev/null +++ b/setup.sh @@ -0,0 +1,3 @@ +mkdir build +cd build +emcmake cmake ../ From f10d709ef9b4c8a57458f64fdb83fa3963b2d611 Mon Sep 17 00:00:00 2001 From: "Mohamed A." <> Date: Wed, 11 Jun 2025 08:31:02 +0400 Subject: [PATCH 2/4] GURT --- CMakeLists.txt | 27 +- build_emscripten/.qt/QtDeploySupport.cmake | 69 + build_emscripten/.qt/QtDeployTargets.cmake | 982 + build_emscripten/CMakeCache.txt | 6367 +++++ .../4.0.2-dirty/CMakeASMCompiler.cmake | 30 + .../4.0.2-dirty/CMakeCCompiler.cmake | 84 + .../4.0.2-dirty/CMakeCXXCompiler.cmake | 108 + .../CMakeDetermineCompilerABI_C.bin | Bin 0 -> 15424 bytes .../CMakeDetermineCompilerABI_CXX.bin | Bin 0 -> 15440 bytes .../CMakeFiles/4.0.2-dirty/CMakeSystem.cmake | 15 + .../CompilerIdC/CMakeCCompilerId.c | 905 + .../CMakeFiles/4.0.2-dirty/CompilerIdC/a.out | Bin 0 -> 15536 bytes .../CompilerIdCXX/CMakeCXXCompilerId.cpp | 920 + .../4.0.2-dirty/CompilerIdCXX/a.out | Bin 0 -> 15552 bytes .../CMakeFiles/CMakeConfigureLog.yaml | 15085 ++++++++++++ .../CMakeDirectoryInformation.cmake | 16 + .../CMakeFiles/CMakeRuleHashes.txt | 107 + .../CMakeFiles/CheckTypeSize/INT16_SIZE.bin | Bin 0 -> 15304 bytes .../CMakeFiles/CheckTypeSize/INT32_SIZE.bin | Bin 0 -> 15304 bytes .../CMakeFiles/CheckTypeSize/INT64_SIZE.bin | Bin 0 -> 15304 bytes .../CMakeFiles/CheckTypeSize/INT_SIZE.bin | Bin 0 -> 15296 bytes .../CheckTypeSize/LONG_LONG_SIZE.bin | Bin 0 -> 15304 bytes .../CMakeFiles/CheckTypeSize/LONG_SIZE.bin | Bin 0 -> 15296 bytes .../CMakeFiles/CheckTypeSize/SHORT_SIZE.bin | Bin 0 -> 15304 bytes .../CheckTypeSize/SIZEOF_CURL_OFF_T.bin | Bin 0 -> 15304 bytes .../CheckTypeSize/SIZEOF_CURL_SOCKET_T.bin | Bin 0 -> 17824 bytes .../CMakeFiles/CheckTypeSize/SIZEOF_INT.bin | Bin 0 -> 15304 bytes .../CMakeFiles/CheckTypeSize/SIZEOF_LONG.bin | Bin 0 -> 15304 bytes .../CheckTypeSize/SIZEOF_LONG_LONG.bin | Bin 0 -> 15304 bytes .../CMakeFiles/CheckTypeSize/SIZEOF_OFF_T.bin | Bin 0 -> 15304 bytes .../CheckTypeSize/SIZEOF_SA_FAMILY_T.bin | Bin 0 -> 15312 bytes .../CheckTypeSize/SIZEOF_SIZE_T.bin | Bin 0 -> 15304 bytes .../CheckTypeSize/SIZEOF_SSIZE_T.bin | Bin 0 -> 15304 bytes .../SIZEOF_STRUCT_SOCKADDR_STORAGE.bin | Bin 0 -> 1710 bytes .../CheckTypeSize/SIZEOF_SUSECONDS_T.bin | Bin 0 -> 15312 bytes .../CheckTypeSize/SIZEOF_TIME_T.bin | Bin 0 -> 15304 bytes .../CMakeFiles/CheckTypeSize/UINT16_SIZE.bin | Bin 0 -> 15304 bytes .../CMakeFiles/CheckTypeSize/UINT32_SIZE.bin | Bin 0 -> 15304 bytes .../CMakeFiles/CheckTypeSize/U_INT16_SIZE.bin | Bin 0 -> 15304 bytes .../CMakeFiles/CheckTypeSize/U_INT32_SIZE.bin | Bin 0 -> 15304 bytes .../CMakeFiles/InstallScripts.json | 44 + build_emscripten/CMakeFiles/Makefile.cmake | 1274 + build_emscripten/CMakeFiles/Makefile2 | 19953 ++++++++++++++++ .../CMakeFiles/TargetDirectories.txt | 849 + build_emscripten/CMakeFiles/VerifyGlobs.cmake | 198 + .../CMakeFiles/alldemos.dir/DependInfo.cmake | 22 + .../CMakeFiles/alldemos.dir/build.make | 90 + .../CMakeFiles/alldemos.dir/cmake_clean.cmake | 8 + .../alldemos.dir/compiler_depend.make | 2 + .../alldemos.dir/compiler_depend.ts | 2 + .../CMakeFiles/alldemos.dir/progress.make | 1 + build_emscripten/CMakeFiles/cmake.check_cache | 1 + .../CMakeFiles/cmake.verify_globs | 1 + build_emscripten/CMakeFiles/progress.marks | 1 + build_emscripten/CPackConfig.cmake | 80 + build_emscripten/CPackSourceConfig.cmake | 88 + build_emscripten/Makefile | 7843 ++++++ .../CMakeDirectoryInformation.cmake | 16 + .../CMakeFiles/PopWork.dir/DependInfo.cmake | 86 + .../PopWork/CMakeFiles/PopWork.dir/build.make | 1122 + .../CMakeFiles/PopWork.dir/cmake_clean.cmake | 137 + .../PopWork.dir/cmake_clean_target.cmake | 3 + .../PopWork.dir/compiler_depend.make | 2 + .../CMakeFiles/PopWork.dir/compiler_depend.ts | 2 + .../CMakeFiles/PopWork.dir/depend.make | 2 + .../PopWork/CMakeFiles/PopWork.dir/flags.make | 10 + .../PopWork/CMakeFiles/PopWork.dir/link.txt | 2 + .../CMakeFiles/PopWork.dir/progress.make | 66 + .../PopWork/CMakeFiles/progress.marks | 1 + build_emscripten/PopWork/Makefile | 1956 ++ build_emscripten/PopWork/cmake_install.cmake | 50 + build_emscripten/cmake_install.cmake | 76 + .../CMakeDirectoryInformation.cmake | 16 + .../examples/CMakeFiles/progress.marks | 1 + build_emscripten/examples/Makefile | 213 + build_emscripten/examples/cmake_install.cmake | 100 + .../CMakeFiles/Barebones.dir/DependInfo.cmake | 26 + .../CMakeFiles/Barebones.dir/build.make | 161 + .../Barebones.dir/cmake_clean.cmake | 16 + .../Barebones.dir/compiler_depend.make | 2 + .../Barebones.dir/compiler_depend.ts | 2 + .../CMakeFiles/Barebones.dir/depend.make | 2 + .../CMakeFiles/Barebones.dir/flags.make | 10 + .../CMakeFiles/Barebones.dir/link.txt | 1 + .../CMakeFiles/Barebones.dir/progress.make | 5 + .../CMakeDirectoryInformation.cmake | 16 + .../src/barebones/CMakeFiles/progress.marks | 1 + .../examples/src/barebones/Makefile | 309 + .../src/barebones/cmake_install.cmake | 50 + .../CMakeDirectoryInformation.cmake | 16 + .../CMakeFiles/Demo1.dir/DependInfo.cmake | 26 + .../src/demo1/CMakeFiles/Demo1.dir/build.make | 161 + .../CMakeFiles/Demo1.dir/cmake_clean.cmake | 16 + .../CMakeFiles/Demo1.dir/compiler_depend.make | 2 + .../CMakeFiles/Demo1.dir/compiler_depend.ts | 2 + .../demo1/CMakeFiles/Demo1.dir/depend.make | 2 + .../src/demo1/CMakeFiles/Demo1.dir/flags.make | 10 + .../src/demo1/CMakeFiles/Demo1.dir/link.txt | 1 + .../demo1/CMakeFiles/Demo1.dir/progress.make | 5 + .../src/demo1/CMakeFiles/progress.marks | 1 + build_emscripten/examples/src/demo1/Makefile | 309 + .../examples/src/demo1/cmake_install.cmake | 50 + .../CMakeDirectoryInformation.cmake | 16 + .../CMakeFiles/Demo2.dir/DependInfo.cmake | 26 + .../src/demo2/CMakeFiles/Demo2.dir/build.make | 161 + .../CMakeFiles/Demo2.dir/cmake_clean.cmake | 16 + .../CMakeFiles/Demo2.dir/compiler_depend.make | 2 + .../CMakeFiles/Demo2.dir/compiler_depend.ts | 2 + .../demo2/CMakeFiles/Demo2.dir/depend.make | 2 + .../src/demo2/CMakeFiles/Demo2.dir/flags.make | 10 + .../src/demo2/CMakeFiles/Demo2.dir/link.txt | 1 + .../demo2/CMakeFiles/Demo2.dir/progress.make | 5 + .../src/demo2/CMakeFiles/progress.marks | 1 + build_emscripten/examples/src/demo2/Makefile | 309 + .../examples/src/demo2/cmake_install.cmake | 50 + .../CMakeDirectoryInformation.cmake | 16 + .../CMakeFiles/Demo3.dir/DependInfo.cmake | 26 + .../src/demo3/CMakeFiles/Demo3.dir/build.make | 161 + .../CMakeFiles/Demo3.dir/cmake_clean.cmake | 16 + .../CMakeFiles/Demo3.dir/compiler_depend.make | 2 + .../CMakeFiles/Demo3.dir/compiler_depend.ts | 2 + .../demo3/CMakeFiles/Demo3.dir/depend.make | 2 + .../src/demo3/CMakeFiles/Demo3.dir/flags.make | 10 + .../src/demo3/CMakeFiles/Demo3.dir/link.txt | 1 + .../demo3/CMakeFiles/Demo3.dir/progress.make | 5 + .../src/demo3/CMakeFiles/progress.marks | 1 + build_emscripten/examples/src/demo3/Makefile | 309 + .../examples/src/demo3/cmake_install.cmake | 50 + .../CMakeDirectoryInformation.cmake | 16 + .../CMakeFiles/Demo4.dir/DependInfo.cmake | 28 + .../src/demo4/CMakeFiles/Demo4.dir/build.make | 193 + .../CMakeFiles/Demo4.dir/cmake_clean.cmake | 20 + .../CMakeFiles/Demo4.dir/compiler_depend.make | 2 + .../CMakeFiles/Demo4.dir/compiler_depend.ts | 2 + .../demo4/CMakeFiles/Demo4.dir/depend.make | 2 + .../src/demo4/CMakeFiles/Demo4.dir/flags.make | 10 + .../src/demo4/CMakeFiles/Demo4.dir/link.txt | 1 + .../demo4/CMakeFiles/Demo4.dir/progress.make | 7 + .../src/demo4/CMakeFiles/progress.marks | 1 + build_emscripten/examples/src/demo4/Makefile | 363 + .../examples/src/demo4/cmake_install.cmake | 50 + .../CMakeDirectoryInformation.cmake | 16 + .../CMakeFiles/Demo5.dir/DependInfo.cmake | 29 + .../src/demo5/CMakeFiles/Demo5.dir/build.make | 209 + .../CMakeFiles/Demo5.dir/cmake_clean.cmake | 22 + .../CMakeFiles/Demo5.dir/compiler_depend.make | 2 + .../CMakeFiles/Demo5.dir/compiler_depend.ts | 2 + .../demo5/CMakeFiles/Demo5.dir/depend.make | 2 + .../src/demo5/CMakeFiles/Demo5.dir/flags.make | 10 + .../src/demo5/CMakeFiles/Demo5.dir/link.txt | 1 + .../demo5/CMakeFiles/Demo5.dir/progress.make | 8 + .../src/demo5/CMakeFiles/progress.marks | 1 + build_emscripten/examples/src/demo5/Makefile | 390 + .../examples/src/demo5/cmake_install.cmake | 50 + .../CMakeDirectoryInformation.cmake | 16 + .../CMakeFiles/Hun-garr.dir/DependInfo.cmake | 31 + .../CMakeFiles/Hun-garr.dir/build.make | 241 + .../CMakeFiles/Hun-garr.dir/cmake_clean.cmake | 26 + .../Hun-garr.dir/compiler_depend.make | 2 + .../Hun-garr.dir/compiler_depend.ts | 2 + .../CMakeFiles/Hun-garr.dir/depend.make | 2 + .../CMakeFiles/Hun-garr.dir/flags.make | 10 + .../hun-garr/CMakeFiles/Hun-garr.dir/link.txt | 1 + .../CMakeFiles/Hun-garr.dir/progress.make | 10 + .../src/hun-garr/CMakeFiles/progress.marks | 1 + .../examples/src/hun-garr/Makefile | 444 + .../examples/src/hun-garr/cmake_install.cmake | 50 + .../CMakeDirectoryInformation.cmake | 16 + .../CMakeFiles/V12Demo.dir/DependInfo.cmake | 28 + .../v12demo/CMakeFiles/V12Demo.dir/build.make | 193 + .../CMakeFiles/V12Demo.dir/cmake_clean.cmake | 20 + .../V12Demo.dir/compiler_depend.make | 2 + .../CMakeFiles/V12Demo.dir/compiler_depend.ts | 2 + .../CMakeFiles/V12Demo.dir/depend.make | 2 + .../v12demo/CMakeFiles/V12Demo.dir/flags.make | 10 + .../v12demo/CMakeFiles/V12Demo.dir/link.txt | 1 + .../CMakeFiles/V12Demo.dir/progress.make | 7 + .../src/v12demo/CMakeFiles/progress.marks | 1 + .../examples/src/v12demo/Makefile | 363 + .../examples/src/v12demo/cmake_install.cmake | 50 + .../CMakeDirectoryInformation.cmake | 16 + .../CMakeFiles/V14Demo.dir/DependInfo.cmake | 28 + .../v14demo/CMakeFiles/V14Demo.dir/build.make | 193 + .../CMakeFiles/V14Demo.dir/cmake_clean.cmake | 20 + .../V14Demo.dir/compiler_depend.make | 2 + .../CMakeFiles/V14Demo.dir/compiler_depend.ts | 2 + .../CMakeFiles/V14Demo.dir/depend.make | 2 + .../v14demo/CMakeFiles/V14Demo.dir/flags.make | 10 + .../v14demo/CMakeFiles/V14Demo.dir/link.txt | 1 + .../CMakeFiles/V14Demo.dir/progress.make | 7 + .../src/v14demo/CMakeFiles/progress.marks | 1 + .../examples/src/v14demo/Makefile | 363 + .../examples/src/v14demo/cmake_install.cmake | 50 + .../CMakeDirectoryInformation.cmake | 16 + .../CMakeFiles/XMLDemo.dir/DependInfo.cmake | 27 + .../xmldemo/CMakeFiles/XMLDemo.dir/build.make | 177 + .../CMakeFiles/XMLDemo.dir/cmake_clean.cmake | 18 + .../XMLDemo.dir/compiler_depend.make | 2 + .../CMakeFiles/XMLDemo.dir/compiler_depend.ts | 2 + .../CMakeFiles/XMLDemo.dir/depend.make | 2 + .../xmldemo/CMakeFiles/XMLDemo.dir/flags.make | 10 + .../xmldemo/CMakeFiles/XMLDemo.dir/link.txt | 1 + .../CMakeFiles/XMLDemo.dir/progress.make | 6 + .../src/xmldemo/CMakeFiles/progress.marks | 1 + .../examples/src/xmldemo/Makefile | 336 + .../examples/src/xmldemo/cmake_install.cmake | 50 + .../CMakeDirectoryInformation.cmake | 16 + .../SDL/CMakeFiles/CMakeTmp/SDL_detect_arch.c | 79 + .../CMakeFiles/CMakeTmp/SDL_detect_arch/bin | Bin 0 -> 3136 bytes .../SDL3-shared.dir/DependInfo.cmake | 597 + .../SDL/CMakeFiles/SDL3-shared.dir/build.make | 5434 +++++ .../SDL3-shared.dir/cmake_clean.cmake | 625 + .../CMakeFiles/SDL3-shared.dir/cmake_pch.h | 4 + .../CMakeFiles/SDL3-shared.dir/cmake_pch.h.c | 1 + .../SDL3-shared.dir/compiler_depend.make | 2 + .../SDL3-shared.dir/compiler_depend.ts | 2 + .../CMakeFiles/SDL3-shared.dir/depend.make | 2 + .../SDL/CMakeFiles/SDL3-shared.dir/flags.make | 576 + .../SDL/CMakeFiles/SDL3-shared.dir/link.txt | 1 + .../CMakeFiles/SDL3-shared.dir/progress.make | 330 + .../SDL3-static.dir/DependInfo.cmake | 589 + .../SDL/CMakeFiles/SDL3-static.dir/build.make | 5475 +++++ .../SDL3-static.dir/cmake_clean.cmake | 621 + .../SDL3-static.dir/cmake_clean_target.cmake | 3 + .../CMakeFiles/SDL3-static.dir/cmake_pch.h | 4 + .../CMakeFiles/SDL3-static.dir/cmake_pch.h.c | 1 + .../SDL3-static.dir/compiler_depend.make | 2 + .../SDL3-static.dir/compiler_depend.ts | 2 + .../CMakeFiles/SDL3-static.dir/depend.make | 2 + .../SDL/CMakeFiles/SDL3-static.dir/flags.make | 576 + .../SDL/CMakeFiles/SDL3-static.dir/link.txt | 2 + .../CMakeFiles/SDL3-static.dir/progress.make | 330 + .../CMakeFiles/SDL3_test.dir/DependInfo.cmake | 32 + .../SDL/CMakeFiles/SDL3_test.dir/build.make | 258 + .../SDL3_test.dir/cmake_clean.cmake | 29 + .../SDL3_test.dir/cmake_clean_target.cmake | 3 + .../SDL3_test.dir/compiler_depend.make | 2 + .../SDL3_test.dir/compiler_depend.ts | 2 + .../SDL/CMakeFiles/SDL3_test.dir/depend.make | 2 + .../SDL/CMakeFiles/SDL3_test.dir/flags.make | 10 + .../SDL/CMakeFiles/SDL3_test.dir/link.txt | 2 + .../CMakeFiles/SDL3_test.dir/progress.make | 12 + .../SDL_build_config.h.intermediate | 591 + .../SDL_uclibc.dir/DependInfo.cmake | 47 + .../SDL/CMakeFiles/SDL_uclibc.dir/build.make | 498 + .../SDL_uclibc.dir/cmake_clean.cmake | 59 + .../SDL_uclibc.dir/cmake_clean_target.cmake | 3 + .../SDL_uclibc.dir/compiler_depend.make | 2 + .../SDL_uclibc.dir/compiler_depend.ts | 2 + .../SDL/CMakeFiles/SDL_uclibc.dir/depend.make | 2 + .../SDL/CMakeFiles/SDL_uclibc.dir/flags.make | 10 + .../SDL/CMakeFiles/SDL_uclibc.dir/link.txt | 2 + .../CMakeFiles/SDL_uclibc.dir/progress.make | 27 + .../external/SDL/CMakeFiles/dummy.sym | 5 + .../external/SDL/CMakeFiles/git-data/HEAD | 1 + .../SDL/CMakeFiles/git-data/grabRef.cmake | 43 + .../external/SDL/CMakeFiles/git-data/head-ref | 1 + .../external/SDL/CMakeFiles/progress.marks | 1 + build_emscripten/external/SDL/Makefile | 9729 ++++++++ .../external/SDL/SDL3Config.cmake | 133 + .../external/SDL/SDL3ConfigVersion.cmake | 43 + .../external/SDL/SDL3headersTargets.cmake | 61 + .../external/SDL/SDL3sharedTargets.cmake | 89 + .../external/SDL/SDL3staticTargets.cmake | 89 + .../external/SDL/SDL3testTargets.cmake | 86 + .../external/SDL/cmake_install.cmake | 50 + .../build_config/SDL_build_config.h | 591 + .../SDL/include-revision/SDL3/SDL_revision.h | 39 + .../CMakeDirectoryInformation.cmake | 16 + .../SDL3_ttf-static.dir/DependInfo.cmake | 28 + .../CMakeFiles/SDL3_ttf-static.dir/build.make | 195 + .../SDL3_ttf-static.dir/cmake_clean.cmake | 21 + .../cmake_clean_target.cmake | 3 + .../SDL3_ttf-static.dir/compiler_depend.make | 2 + .../SDL3_ttf-static.dir/compiler_depend.ts | 2 + .../SDL3_ttf-static.dir/depend.make | 2 + .../CMakeFiles/SDL3_ttf-static.dir/flags.make | 10 + .../CMakeFiles/SDL3_ttf-static.dir/link.txt | 2 + .../SDL3_ttf-static.dir/progress.make | 8 + .../SDL_ttf/CMakeFiles/progress.marks | 1 + build_emscripten/external/SDL_ttf/Makefile | 390 + .../external/SDL_ttf/cmake_install.cmake | 50 + build_emscripten/external/SDL_ttf/dummy.sym | 5 + .../external/curl/CMake/cmake_uninstall.cmake | 50 + .../CMakeDirectoryInformation.cmake | 16 + .../CURLTargets-relwithdebinfo.cmake | 19 + .../CURLTargets.cmake | 109 + .../curl-ca-bundle.dir/DependInfo.cmake | 22 + .../CMakeFiles/curl-ca-bundle.dir/build.make | 91 + .../curl-ca-bundle.dir/cmake_clean.cmake | 8 + .../curl-ca-bundle.dir/compiler_depend.make | 2 + .../curl-ca-bundle.dir/compiler_depend.ts | 2 + .../curl-ca-bundle.dir/progress.make | 2 + .../curl-ca-firefox.dir/DependInfo.cmake | 22 + .../CMakeFiles/curl-ca-firefox.dir/build.make | 91 + .../curl-ca-firefox.dir/cmake_clean.cmake | 8 + .../curl-ca-firefox.dir/compiler_depend.make | 2 + .../curl-ca-firefox.dir/compiler_depend.ts | 2 + .../curl-ca-firefox.dir/progress.make | 2 + .../curl_uninstall.dir/DependInfo.cmake | 22 + .../CMakeFiles/curl_uninstall.dir/build.make | 90 + .../curl_uninstall.dir/cmake_clean.cmake | 8 + .../curl_uninstall.dir/compiler_depend.make | 2 + .../curl_uninstall.dir/compiler_depend.ts | 2 + .../curl_uninstall.dir/progress.make | 1 + .../external/curl/CMakeFiles/progress.marks | 1 + build_emscripten/external/curl/Makefile | 258 + build_emscripten/external/curl/buildinfo.txt | 15 + .../external/curl/cmake_install.cmake | 121 + build_emscripten/external/curl/curl-config | 189 + .../CMakeDirectoryInformation.cmake | 16 + .../DependInfo.cmake | 22 + .../build.make | 95 + .../cmake_clean.cmake | 9 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../progress.make | 2 + .../DependInfo.cmake | 22 + .../build.make | 95 + .../cmake_clean.cmake | 9 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../progress.make | 2 + .../DependInfo.cmake | 22 + .../curl-generate-wcurl.1.dir/build.make | 95 + .../cmake_clean.cmake | 9 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-generate-wcurl.1.dir/progress.make | 2 + .../curl/docs/CMakeFiles/progress.marks | 1 + build_emscripten/external/curl/docs/Makefile | 258 + .../external/curl/docs/cmake_install.cmake | 63 + .../CMakeDirectoryInformation.cmake | 16 + .../DependInfo.cmake | 24 + .../curl-example-10-at-a-time.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-10-at-a-time.dir/depend.make | 2 + .../curl-example-10-at-a-time.dir/flags.make | 10 + .../curl-example-10-at-a-time.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-address-scope.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../curl-example-address-scope.dir/flags.make | 10 + .../curl-example-address-scope.dir/link.txt | 1 + .../progress.make | 3 + .../curl-example-altsvc.dir/DependInfo.cmake | 24 + .../curl-example-altsvc.dir/build.make | 116 + .../curl-example-altsvc.dir/cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-altsvc.dir/depend.make | 2 + .../curl-example-altsvc.dir/flags.make | 10 + .../curl-example-altsvc.dir/link.txt | 1 + .../curl-example-altsvc.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-anyauthput.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-anyauthput.dir/depend.make | 2 + .../curl-example-anyauthput.dir/flags.make | 10 + .../curl-example-anyauthput.dir/link.txt | 1 + .../curl-example-anyauthput.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-block_ip.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-block_ip.dir/depend.make | 2 + .../curl-example-block_ip.dir/flags.make | 10 + .../curl-example-block_ip.dir/link.txt | 1 + .../curl-example-block_ip.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-certinfo.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-certinfo.dir/depend.make | 2 + .../curl-example-certinfo.dir/flags.make | 10 + .../curl-example-certinfo.dir/link.txt | 1 + .../curl-example-certinfo.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-chkspeed.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-chkspeed.dir/depend.make | 2 + .../curl-example-chkspeed.dir/flags.make | 10 + .../curl-example-chkspeed.dir/link.txt | 1 + .../curl-example-chkspeed.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-connect-to.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-connect-to.dir/depend.make | 2 + .../curl-example-connect-to.dir/flags.make | 10 + .../curl-example-connect-to.dir/link.txt | 1 + .../curl-example-connect-to.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../flags.make | 10 + .../link.txt | 1 + .../progress.make | 3 + .../curl-example-debug.dir/DependInfo.cmake | 24 + .../curl-example-debug.dir/build.make | 116 + .../curl-example-debug.dir/cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../curl-example-debug.dir/compiler_depend.ts | 2 + .../curl-example-debug.dir/depend.make | 2 + .../curl-example-debug.dir/flags.make | 10 + .../curl-example-debug.dir/link.txt | 1 + .../curl-example-debug.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../flags.make | 10 + .../curl-example-default-scheme.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../flags.make | 10 + .../curl-example-externalsocket.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-fileupload.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-fileupload.dir/depend.make | 2 + .../curl-example-fileupload.dir/flags.make | 10 + .../curl-example-fileupload.dir/link.txt | 1 + .../curl-example-fileupload.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-ftp-wildcard.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-ftp-wildcard.dir/depend.make | 2 + .../curl-example-ftp-wildcard.dir/flags.make | 10 + .../curl-example-ftp-wildcard.dir/link.txt | 1 + .../progress.make | 3 + .../curl-example-ftpget.dir/DependInfo.cmake | 24 + .../curl-example-ftpget.dir/build.make | 116 + .../curl-example-ftpget.dir/cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-ftpget.dir/depend.make | 2 + .../curl-example-ftpget.dir/flags.make | 10 + .../curl-example-ftpget.dir/link.txt | 1 + .../curl-example-ftpget.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-ftpgetinfo.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-ftpgetinfo.dir/depend.make | 2 + .../curl-example-ftpgetinfo.dir/flags.make | 10 + .../curl-example-ftpgetinfo.dir/link.txt | 1 + .../curl-example-ftpgetinfo.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-ftpgetresp.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-ftpgetresp.dir/depend.make | 2 + .../curl-example-ftpgetresp.dir/flags.make | 10 + .../curl-example-ftpgetresp.dir/link.txt | 1 + .../curl-example-ftpgetresp.dir/progress.make | 3 + .../curl-example-ftpsget.dir/DependInfo.cmake | 24 + .../curl-example-ftpsget.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-ftpsget.dir/depend.make | 2 + .../curl-example-ftpsget.dir/flags.make | 10 + .../curl-example-ftpsget.dir/link.txt | 1 + .../curl-example-ftpsget.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-ftpupload.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-ftpupload.dir/depend.make | 2 + .../curl-example-ftpupload.dir/flags.make | 10 + .../curl-example-ftpupload.dir/link.txt | 1 + .../curl-example-ftpupload.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../flags.make | 10 + .../link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../flags.make | 10 + .../curl-example-ftpuploadresume.dir/link.txt | 1 + .../progress.make | 3 + .../curl-example-getinfo.dir/DependInfo.cmake | 24 + .../curl-example-getinfo.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-getinfo.dir/depend.make | 2 + .../curl-example-getinfo.dir/flags.make | 10 + .../curl-example-getinfo.dir/link.txt | 1 + .../curl-example-getinfo.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-getinmemory.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-getinmemory.dir/depend.make | 2 + .../curl-example-getinmemory.dir/flags.make | 10 + .../curl-example-getinmemory.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-getredirect.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-getredirect.dir/depend.make | 2 + .../curl-example-getredirect.dir/flags.make | 10 + .../curl-example-getredirect.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-getreferrer.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-getreferrer.dir/depend.make | 2 + .../curl-example-getreferrer.dir/flags.make | 10 + .../curl-example-getreferrer.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-headerapi.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-headerapi.dir/depend.make | 2 + .../curl-example-headerapi.dir/flags.make | 10 + .../curl-example-headerapi.dir/link.txt | 1 + .../curl-example-headerapi.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-hsts-preload.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-hsts-preload.dir/depend.make | 2 + .../curl-example-hsts-preload.dir/flags.make | 10 + .../curl-example-hsts-preload.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-http-options.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-http-options.dir/depend.make | 2 + .../curl-example-http-options.dir/flags.make | 10 + .../curl-example-http-options.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-http-post.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-http-post.dir/depend.make | 2 + .../curl-example-http-post.dir/flags.make | 10 + .../curl-example-http-post.dir/link.txt | 1 + .../curl-example-http-post.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../flags.make | 10 + .../curl-example-http2-download.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../flags.make | 10 + .../link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../flags.make | 10 + .../link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-http2-upload.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-http2-upload.dir/depend.make | 2 + .../curl-example-http2-upload.dir/flags.make | 10 + .../curl-example-http2-upload.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-http3-present.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../curl-example-http3-present.dir/flags.make | 10 + .../curl-example-http3-present.dir/link.txt | 1 + .../progress.make | 3 + .../curl-example-http3.dir/DependInfo.cmake | 24 + .../curl-example-http3.dir/build.make | 116 + .../curl-example-http3.dir/cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../curl-example-http3.dir/compiler_depend.ts | 2 + .../curl-example-http3.dir/depend.make | 2 + .../curl-example-http3.dir/flags.make | 10 + .../curl-example-http3.dir/link.txt | 1 + .../curl-example-http3.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../flags.make | 10 + .../link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../flags.make | 10 + .../link.txt | 1 + .../progress.make | 3 + .../curl-example-httpput.dir/DependInfo.cmake | 24 + .../curl-example-httpput.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-httpput.dir/depend.make | 2 + .../curl-example-httpput.dir/flags.make | 10 + .../curl-example-httpput.dir/link.txt | 1 + .../curl-example-httpput.dir/progress.make | 3 + .../curl-example-https.dir/DependInfo.cmake | 24 + .../curl-example-https.dir/build.make | 116 + .../curl-example-https.dir/cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../curl-example-https.dir/compiler_depend.ts | 2 + .../curl-example-https.dir/depend.make | 2 + .../curl-example-https.dir/flags.make | 10 + .../curl-example-https.dir/link.txt | 1 + .../curl-example-https.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-imap-append.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-imap-append.dir/depend.make | 2 + .../curl-example-imap-append.dir/flags.make | 10 + .../curl-example-imap-append.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-imap-authzid.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-imap-authzid.dir/depend.make | 2 + .../curl-example-imap-authzid.dir/flags.make | 10 + .../curl-example-imap-authzid.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-imap-copy.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-imap-copy.dir/depend.make | 2 + .../curl-example-imap-copy.dir/flags.make | 10 + .../curl-example-imap-copy.dir/link.txt | 1 + .../curl-example-imap-copy.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-imap-create.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-imap-create.dir/depend.make | 2 + .../curl-example-imap-create.dir/flags.make | 10 + .../curl-example-imap-create.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-imap-delete.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-imap-delete.dir/depend.make | 2 + .../curl-example-imap-delete.dir/flags.make | 10 + .../curl-example-imap-delete.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-imap-examine.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-imap-examine.dir/depend.make | 2 + .../curl-example-imap-examine.dir/flags.make | 10 + .../curl-example-imap-examine.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-imap-fetch.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-imap-fetch.dir/depend.make | 2 + .../curl-example-imap-fetch.dir/flags.make | 10 + .../curl-example-imap-fetch.dir/link.txt | 1 + .../curl-example-imap-fetch.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-imap-list.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-imap-list.dir/depend.make | 2 + .../curl-example-imap-list.dir/flags.make | 10 + .../curl-example-imap-list.dir/link.txt | 1 + .../curl-example-imap-list.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-imap-lsub.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-imap-lsub.dir/depend.make | 2 + .../curl-example-imap-lsub.dir/flags.make | 10 + .../curl-example-imap-lsub.dir/link.txt | 1 + .../curl-example-imap-lsub.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-imap-multi.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-imap-multi.dir/depend.make | 2 + .../curl-example-imap-multi.dir/flags.make | 10 + .../curl-example-imap-multi.dir/link.txt | 1 + .../curl-example-imap-multi.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-imap-noop.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-imap-noop.dir/depend.make | 2 + .../curl-example-imap-noop.dir/flags.make | 10 + .../curl-example-imap-noop.dir/link.txt | 1 + .../curl-example-imap-noop.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-imap-search.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-imap-search.dir/depend.make | 2 + .../curl-example-imap-search.dir/flags.make | 10 + .../curl-example-imap-search.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-imap-ssl.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-imap-ssl.dir/depend.make | 2 + .../curl-example-imap-ssl.dir/flags.make | 10 + .../curl-example-imap-ssl.dir/link.txt | 1 + .../curl-example-imap-ssl.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-imap-store.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-imap-store.dir/depend.make | 2 + .../curl-example-imap-store.dir/flags.make | 10 + .../curl-example-imap-store.dir/link.txt | 1 + .../curl-example-imap-store.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-imap-tls.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-imap-tls.dir/depend.make | 2 + .../curl-example-imap-tls.dir/flags.make | 10 + .../curl-example-imap-tls.dir/link.txt | 1 + .../curl-example-imap-tls.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-interface.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-interface.dir/depend.make | 2 + .../curl-example-interface.dir/flags.make | 10 + .../curl-example-interface.dir/link.txt | 1 + .../curl-example-interface.dir/progress.make | 3 + .../curl-example-ipv6.dir/DependInfo.cmake | 24 + .../curl-example-ipv6.dir/build.make | 116 + .../curl-example-ipv6.dir/cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../curl-example-ipv6.dir/compiler_depend.ts | 2 + .../curl-example-ipv6.dir/depend.make | 2 + .../curl-example-ipv6.dir/flags.make | 10 + .../CMakeFiles/curl-example-ipv6.dir/link.txt | 1 + .../curl-example-ipv6.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-keepalive.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-keepalive.dir/depend.make | 2 + .../curl-example-keepalive.dir/flags.make | 10 + .../curl-example-keepalive.dir/link.txt | 1 + .../curl-example-keepalive.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-localport.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-localport.dir/depend.make | 2 + .../curl-example-localport.dir/flags.make | 10 + .../curl-example-localport.dir/link.txt | 1 + .../curl-example-localport.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-maxconnects.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-maxconnects.dir/depend.make | 2 + .../curl-example-maxconnects.dir/flags.make | 10 + .../curl-example-maxconnects.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-multi-app.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-multi-app.dir/depend.make | 2 + .../curl-example-multi-app.dir/flags.make | 10 + .../curl-example-multi-app.dir/link.txt | 1 + .../curl-example-multi-app.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../flags.make | 10 + .../link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-multi-double.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-multi-double.dir/depend.make | 2 + .../curl-example-multi-double.dir/flags.make | 10 + .../curl-example-multi-double.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-multi-formadd.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../curl-example-multi-formadd.dir/flags.make | 10 + .../curl-example-multi-formadd.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-multi-legacy.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-multi-legacy.dir/depend.make | 2 + .../curl-example-multi-legacy.dir/flags.make | 10 + .../curl-example-multi-legacy.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-multi-post.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-multi-post.dir/depend.make | 2 + .../curl-example-multi-post.dir/flags.make | 10 + .../curl-example-multi-post.dir/link.txt | 1 + .../curl-example-multi-post.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-multi-single.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-multi-single.dir/depend.make | 2 + .../curl-example-multi-single.dir/flags.make | 10 + .../curl-example-multi-single.dir/link.txt | 1 + .../progress.make | 3 + .../curl-example-netrc.dir/DependInfo.cmake | 24 + .../curl-example-netrc.dir/build.make | 116 + .../curl-example-netrc.dir/cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../curl-example-netrc.dir/compiler_depend.ts | 2 + .../curl-example-netrc.dir/depend.make | 2 + .../curl-example-netrc.dir/flags.make | 10 + .../curl-example-netrc.dir/link.txt | 1 + .../curl-example-netrc.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-parseurl.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-parseurl.dir/depend.make | 2 + .../curl-example-parseurl.dir/flags.make | 10 + .../curl-example-parseurl.dir/link.txt | 1 + .../curl-example-parseurl.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-persistent.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-persistent.dir/depend.make | 2 + .../curl-example-persistent.dir/flags.make | 10 + .../curl-example-persistent.dir/link.txt | 1 + .../curl-example-persistent.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-pop3-authzid.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-pop3-authzid.dir/depend.make | 2 + .../curl-example-pop3-authzid.dir/flags.make | 10 + .../curl-example-pop3-authzid.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-pop3-dele.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-pop3-dele.dir/depend.make | 2 + .../curl-example-pop3-dele.dir/flags.make | 10 + .../curl-example-pop3-dele.dir/link.txt | 1 + .../curl-example-pop3-dele.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-pop3-list.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-pop3-list.dir/depend.make | 2 + .../curl-example-pop3-list.dir/flags.make | 10 + .../curl-example-pop3-list.dir/link.txt | 1 + .../curl-example-pop3-list.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-pop3-multi.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-pop3-multi.dir/depend.make | 2 + .../curl-example-pop3-multi.dir/flags.make | 10 + .../curl-example-pop3-multi.dir/link.txt | 1 + .../curl-example-pop3-multi.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-pop3-noop.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-pop3-noop.dir/depend.make | 2 + .../curl-example-pop3-noop.dir/flags.make | 10 + .../curl-example-pop3-noop.dir/link.txt | 1 + .../curl-example-pop3-noop.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-pop3-retr.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-pop3-retr.dir/depend.make | 2 + .../curl-example-pop3-retr.dir/flags.make | 10 + .../curl-example-pop3-retr.dir/link.txt | 1 + .../curl-example-pop3-retr.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-pop3-ssl.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-pop3-ssl.dir/depend.make | 2 + .../curl-example-pop3-ssl.dir/flags.make | 10 + .../curl-example-pop3-ssl.dir/link.txt | 1 + .../curl-example-pop3-ssl.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-pop3-stat.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-pop3-stat.dir/depend.make | 2 + .../curl-example-pop3-stat.dir/flags.make | 10 + .../curl-example-pop3-stat.dir/link.txt | 1 + .../curl-example-pop3-stat.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-pop3-tls.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-pop3-tls.dir/depend.make | 2 + .../curl-example-pop3-tls.dir/flags.make | 10 + .../curl-example-pop3-tls.dir/link.txt | 1 + .../curl-example-pop3-tls.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-pop3-top.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-pop3-top.dir/depend.make | 2 + .../curl-example-pop3-top.dir/flags.make | 10 + .../curl-example-pop3-top.dir/link.txt | 1 + .../curl-example-pop3-top.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-pop3-uidl.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-pop3-uidl.dir/depend.make | 2 + .../curl-example-pop3-uidl.dir/flags.make | 10 + .../curl-example-pop3-uidl.dir/link.txt | 1 + .../curl-example-pop3-uidl.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-post-callback.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../curl-example-post-callback.dir/flags.make | 10 + .../curl-example-post-callback.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-postinmemory.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-postinmemory.dir/depend.make | 2 + .../curl-example-postinmemory.dir/flags.make | 10 + .../curl-example-postinmemory.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../flags.make | 10 + .../curl-example-postit2-formadd.dir/link.txt | 1 + .../progress.make | 3 + .../curl-example-postit2.dir/DependInfo.cmake | 24 + .../curl-example-postit2.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-postit2.dir/depend.make | 2 + .../curl-example-postit2.dir/flags.make | 10 + .../curl-example-postit2.dir/link.txt | 1 + .../curl-example-postit2.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-progressfunc.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-progressfunc.dir/depend.make | 2 + .../curl-example-progressfunc.dir/flags.make | 10 + .../curl-example-progressfunc.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-protofeats.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-protofeats.dir/depend.make | 2 + .../curl-example-protofeats.dir/flags.make | 10 + .../curl-example-protofeats.dir/link.txt | 1 + .../curl-example-protofeats.dir/progress.make | 3 + .../curl-example-range.dir/DependInfo.cmake | 24 + .../curl-example-range.dir/build.make | 116 + .../curl-example-range.dir/cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../curl-example-range.dir/compiler_depend.ts | 2 + .../curl-example-range.dir/depend.make | 2 + .../curl-example-range.dir/flags.make | 10 + .../curl-example-range.dir/link.txt | 1 + .../curl-example-range.dir/progress.make | 3 + .../curl-example-resolve.dir/DependInfo.cmake | 24 + .../curl-example-resolve.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-resolve.dir/depend.make | 2 + .../curl-example-resolve.dir/flags.make | 10 + .../curl-example-resolve.dir/link.txt | 1 + .../curl-example-resolve.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-rtsp-options.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-rtsp-options.dir/depend.make | 2 + .../curl-example-rtsp-options.dir/flags.make | 10 + .../curl-example-rtsp-options.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-sendrecv.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-sendrecv.dir/depend.make | 2 + .../curl-example-sendrecv.dir/flags.make | 10 + .../curl-example-sendrecv.dir/link.txt | 1 + .../curl-example-sendrecv.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-sepheaders.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-sepheaders.dir/depend.make | 2 + .../curl-example-sepheaders.dir/flags.make | 10 + .../curl-example-sepheaders.dir/link.txt | 1 + .../curl-example-sepheaders.dir/progress.make | 3 + .../curl-example-sftpget.dir/DependInfo.cmake | 24 + .../curl-example-sftpget.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-sftpget.dir/depend.make | 2 + .../curl-example-sftpget.dir/flags.make | 10 + .../curl-example-sftpget.dir/link.txt | 1 + .../curl-example-sftpget.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../flags.make | 10 + .../link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../flags.make | 10 + .../link.txt | 1 + .../progress.make | 3 + .../curl-example-simple.dir/DependInfo.cmake | 24 + .../curl-example-simple.dir/build.make | 116 + .../curl-example-simple.dir/cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-simple.dir/depend.make | 2 + .../curl-example-simple.dir/flags.make | 10 + .../curl-example-simple.dir/link.txt | 1 + .../curl-example-simple.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-simplepost.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-simplepost.dir/depend.make | 2 + .../curl-example-simplepost.dir/flags.make | 10 + .../curl-example-simplepost.dir/link.txt | 1 + .../curl-example-simplepost.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-simplessl.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-simplessl.dir/depend.make | 2 + .../curl-example-simplessl.dir/flags.make | 10 + .../curl-example-simplessl.dir/link.txt | 1 + .../curl-example-simplessl.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-smtp-authzid.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-smtp-authzid.dir/depend.make | 2 + .../curl-example-smtp-authzid.dir/flags.make | 10 + .../curl-example-smtp-authzid.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-smtp-expn.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-smtp-expn.dir/depend.make | 2 + .../curl-example-smtp-expn.dir/flags.make | 10 + .../curl-example-smtp-expn.dir/link.txt | 1 + .../curl-example-smtp-expn.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-smtp-mail.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-smtp-mail.dir/depend.make | 2 + .../curl-example-smtp-mail.dir/flags.make | 10 + .../curl-example-smtp-mail.dir/link.txt | 1 + .../curl-example-smtp-mail.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-smtp-mime.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-smtp-mime.dir/depend.make | 2 + .../curl-example-smtp-mime.dir/flags.make | 10 + .../curl-example-smtp-mime.dir/link.txt | 1 + .../curl-example-smtp-mime.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-smtp-multi.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-smtp-multi.dir/depend.make | 2 + .../curl-example-smtp-multi.dir/flags.make | 10 + .../curl-example-smtp-multi.dir/link.txt | 1 + .../curl-example-smtp-multi.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-smtp-ssl.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-smtp-ssl.dir/depend.make | 2 + .../curl-example-smtp-ssl.dir/flags.make | 10 + .../curl-example-smtp-ssl.dir/link.txt | 1 + .../curl-example-smtp-ssl.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-smtp-tls.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-smtp-tls.dir/depend.make | 2 + .../curl-example-smtp-tls.dir/flags.make | 10 + .../curl-example-smtp-tls.dir/link.txt | 1 + .../curl-example-smtp-tls.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-smtp-vrfy.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-smtp-vrfy.dir/depend.make | 2 + .../curl-example-smtp-vrfy.dir/flags.make | 10 + .../curl-example-smtp-vrfy.dir/link.txt | 1 + .../curl-example-smtp-vrfy.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-sslbackend.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-sslbackend.dir/depend.make | 2 + .../curl-example-sslbackend.dir/flags.make | 10 + .../curl-example-sslbackend.dir/link.txt | 1 + .../curl-example-sslbackend.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-unixsocket.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-unixsocket.dir/depend.make | 2 + .../curl-example-unixsocket.dir/flags.make | 10 + .../curl-example-unixsocket.dir/link.txt | 1 + .../curl-example-unixsocket.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-url2file.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-url2file.dir/depend.make | 2 + .../curl-example-url2file.dir/flags.make | 10 + .../curl-example-url2file.dir/link.txt | 1 + .../curl-example-url2file.dir/progress.make | 3 + .../curl-example-urlapi.dir/DependInfo.cmake | 24 + .../curl-example-urlapi.dir/build.make | 116 + .../curl-example-urlapi.dir/cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-urlapi.dir/depend.make | 2 + .../curl-example-urlapi.dir/flags.make | 10 + .../curl-example-urlapi.dir/link.txt | 1 + .../curl-example-urlapi.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-websocket-cb.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-websocket-cb.dir/depend.make | 2 + .../curl-example-websocket-cb.dir/flags.make | 10 + .../curl-example-websocket-cb.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curl-example-websocket.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curl-example-websocket.dir/depend.make | 2 + .../curl-example-websocket.dir/flags.make | 10 + .../curl-example-websocket.dir/link.txt | 1 + .../curl-example-websocket.dir/progress.make | 3 + .../curl-examples.dir/DependInfo.cmake | 22 + .../CMakeFiles/curl-examples.dir/build.make | 86 + .../curl-examples.dir/cmake_clean.cmake | 5 + .../curl-examples.dir/compiler_depend.make | 2 + .../curl-examples.dir/compiler_depend.ts | 2 + .../curl-examples.dir/progress.make | 1 + .../docs/examples/CMakeFiles/progress.marks | 1 + .../external/curl/docs/examples/Makefile | 4890 ++++ .../curl/docs/examples/Makefile.inc.cmake | 160 + .../curl/docs/examples/cmake_install.cmake | 50 + .../CMakeDirectoryInformation.cmake | 16 + .../CMakeFiles/curl-man.dir/DependInfo.cmake | 126 + .../CMakeFiles/curl-man.dir/build.make | 695 + .../CMakeFiles/curl-man.dir/cmake_clean.cmake | 109 + .../curl-man.dir/compiler_depend.make | 2 + .../curl-man.dir/compiler_depend.ts | 2 + .../CMakeFiles/curl-man.dir/progress.make | 3 + .../docs/libcurl/CMakeFiles/progress.marks | 1 + .../external/curl/docs/libcurl/Makefile | 228 + .../curl/docs/libcurl/Makefile.inc.cmake | 127 + .../curl/docs/libcurl/cmake_install.cmake | 160 + .../CMakeDirectoryInformation.cmake | 16 + .../curl-opts-man.dir/DependInfo.cmake | 433 + .../CMakeFiles/curl-opts-man.dir/build.make | 2531 ++ .../curl-opts-man.dir/cmake_clean.cmake | 415 + .../curl-opts-man.dir/compiler_depend.make | 2 + .../curl-opts-man.dir/compiler_depend.ts | 2 + .../curl-opts-man.dir/progress.make | 2 + .../libcurl/opts/CMakeFiles/progress.marks | 1 + .../external/curl/docs/libcurl/opts/Makefile | 228 + .../curl/docs/libcurl/opts/Makefile.inc.cmake | 433 + .../docs/libcurl/opts/cmake_install.cmake | 462 + .../external/curl/generated/CURLConfig.cmake | 101 + .../curl/generated/CURLConfigVersion.cmake | 71 + .../CMakeDirectoryInformation.cmake | 16 + .../lib/CMakeFiles/curlu.dir/DependInfo.cmake | 201 + .../curl/lib/CMakeFiles/curlu.dir/build.make | 2962 +++ .../CMakeFiles/curlu.dir/cmake_clean.cmake | 367 + .../curlu.dir/cmake_clean_target.cmake | 3 + .../CMakeFiles/curlu.dir/compiler_depend.make | 2 + .../CMakeFiles/curlu.dir/compiler_depend.ts | 2 + .../curl/lib/CMakeFiles/curlu.dir/depend.make | 2 + .../curl/lib/CMakeFiles/curlu.dir/flags.make | 10 + .../curl/lib/CMakeFiles/curlu.dir/link.txt | 2 + .../lib/CMakeFiles/curlu.dir/progress.make | 181 + .../libcurl_static.dir/DependInfo.cmake | 201 + .../CMakeFiles/libcurl_static.dir/build.make | 2962 +++ .../libcurl_static.dir/cmake_clean.cmake | 367 + .../cmake_clean_target.cmake | 3 + .../libcurl_static.dir/compiler_depend.make | 2 + .../libcurl_static.dir/compiler_depend.ts | 2 + .../CMakeFiles/libcurl_static.dir/depend.make | 2 + .../CMakeFiles/libcurl_static.dir/flags.make | 10 + .../CMakeFiles/libcurl_static.dir/link.txt | 2 + .../libcurl_static.dir/progress.make | 181 + .../curl/lib/CMakeFiles/progress.marks | 1 + build_emscripten/external/curl/lib/Makefile | 5613 +++++ .../external/curl/lib/Makefile.inc.cmake | 405 + .../external/curl/lib/cmake_install.cmake | 54 + .../external/curl/lib/curl_config.h | 846 + .../external/curl/libcurl-target.cmake | 71 + build_emscripten/external/curl/libcurl.pc | 41 + .../CMakeDirectoryInformation.cmake | 16 + .../curl/scripts/CMakeFiles/progress.marks | 1 + .../external/curl/scripts/Makefile | 213 + .../external/curl/scripts/cmake_install.cmake | 50 + .../CMakeDirectoryInformation.cmake | 16 + .../curl-pytest-ci.dir/DependInfo.cmake | 22 + .../CMakeFiles/curl-pytest-ci.dir/build.make | 90 + .../curl-pytest-ci.dir/cmake_clean.cmake | 8 + .../curl-pytest-ci.dir/compiler_depend.make | 2 + .../curl-pytest-ci.dir/compiler_depend.ts | 2 + .../curl-pytest-ci.dir/progress.make | 1 + .../curl-pytest.dir/DependInfo.cmake | 22 + .../CMakeFiles/curl-pytest.dir/build.make | 90 + .../curl-pytest.dir/cmake_clean.cmake | 8 + .../curl-pytest.dir/compiler_depend.make | 2 + .../curl-pytest.dir/compiler_depend.ts | 2 + .../CMakeFiles/curl-pytest.dir/progress.make | 1 + .../curl/tests/CMakeFiles/progress.marks | 1 + .../CMakeFiles/test-am.dir/DependInfo.cmake | 22 + .../tests/CMakeFiles/test-am.dir/build.make | 90 + .../CMakeFiles/test-am.dir/cmake_clean.cmake | 8 + .../test-am.dir/compiler_depend.make | 2 + .../CMakeFiles/test-am.dir/compiler_depend.ts | 2 + .../CMakeFiles/test-am.dir/progress.make | 1 + .../CMakeFiles/test-ci.dir/DependInfo.cmake | 22 + .../tests/CMakeFiles/test-ci.dir/build.make | 90 + .../CMakeFiles/test-ci.dir/cmake_clean.cmake | 8 + .../test-ci.dir/compiler_depend.make | 2 + .../CMakeFiles/test-ci.dir/compiler_depend.ts | 2 + .../CMakeFiles/test-ci.dir/progress.make | 1 + .../test-event.dir/DependInfo.cmake | 22 + .../CMakeFiles/test-event.dir/build.make | 90 + .../test-event.dir/cmake_clean.cmake | 8 + .../test-event.dir/compiler_depend.make | 2 + .../test-event.dir/compiler_depend.ts | 2 + .../CMakeFiles/test-event.dir/progress.make | 1 + .../CMakeFiles/test-full.dir/DependInfo.cmake | 22 + .../tests/CMakeFiles/test-full.dir/build.make | 90 + .../test-full.dir/cmake_clean.cmake | 8 + .../test-full.dir/compiler_depend.make | 2 + .../test-full.dir/compiler_depend.ts | 2 + .../CMakeFiles/test-full.dir/progress.make | 1 + .../test-nonflaky.dir/DependInfo.cmake | 22 + .../CMakeFiles/test-nonflaky.dir/build.make | 90 + .../test-nonflaky.dir/cmake_clean.cmake | 8 + .../test-nonflaky.dir/compiler_depend.make | 2 + .../test-nonflaky.dir/compiler_depend.ts | 2 + .../test-nonflaky.dir/progress.make | 1 + .../test-quiet.dir/DependInfo.cmake | 22 + .../CMakeFiles/test-quiet.dir/build.make | 90 + .../test-quiet.dir/cmake_clean.cmake | 8 + .../test-quiet.dir/compiler_depend.make | 2 + .../test-quiet.dir/compiler_depend.ts | 2 + .../CMakeFiles/test-quiet.dir/progress.make | 1 + .../test-torture.dir/DependInfo.cmake | 22 + .../CMakeFiles/test-torture.dir/build.make | 90 + .../test-torture.dir/cmake_clean.cmake | 8 + .../test-torture.dir/compiler_depend.make | 2 + .../test-torture.dir/compiler_depend.ts | 2 + .../CMakeFiles/test-torture.dir/progress.make | 1 + .../CMakeFiles/testdeps.dir/DependInfo.cmake | 22 + .../tests/CMakeFiles/testdeps.dir/build.make | 86 + .../CMakeFiles/testdeps.dir/cmake_clean.cmake | 5 + .../testdeps.dir/compiler_depend.make | 2 + .../testdeps.dir/compiler_depend.ts | 2 + .../CMakeFiles/testdeps.dir/progress.make | 1 + build_emscripten/external/curl/tests/Makefile | 363 + .../CMakeDirectoryInformation.cmake | 16 + .../build-certs.dir/DependInfo.cmake | 65 + .../CMakeFiles/build-certs.dir/build.make | 292 + .../build-certs.dir/cmake_clean.cmake | 47 + .../build-certs.dir/compiler_depend.make | 2 + .../build-certs.dir/compiler_depend.ts | 2 + .../CMakeFiles/build-certs.dir/progress.make | 2 + .../clean-certs.dir/DependInfo.cmake | 22 + .../CMakeFiles/clean-certs.dir/build.make | 90 + .../clean-certs.dir/cmake_clean.cmake | 8 + .../clean-certs.dir/compiler_depend.make | 2 + .../clean-certs.dir/compiler_depend.ts | 2 + .../CMakeFiles/clean-certs.dir/progress.make | 1 + .../tests/certs/CMakeFiles/progress.marks | 1 + .../external/curl/tests/certs/Makefile | 243 + .../curl/tests/certs/Makefile.inc.cmake | 79 + .../curl/tests/certs/cmake_install.cmake | 50 + .../external/curl/tests/cmake_install.cmake | 85 + build_emscripten/external/curl/tests/config | 24 + .../external/curl/tests/configurehelp.pm | 45 + .../CMakeDirectoryInformation.cmake | 16 + .../curl/tests/http/CMakeFiles/progress.marks | 1 + .../external/curl/tests/http/Makefile | 213 + .../CMakeDirectoryInformation.cmake | 16 + .../DependInfo.cmake | 24 + .../curlt-client-h2-pausing.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curlt-client-h2-pausing.dir/depend.make | 2 + .../curlt-client-h2-pausing.dir/flags.make | 10 + .../curlt-client-h2-pausing.dir/link.txt | 1 + .../curlt-client-h2-pausing.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curlt-client-h2-serverpush.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../curlt-client-h2-serverpush.dir/flags.make | 10 + .../curlt-client-h2-serverpush.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../flags.make | 10 + .../link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curlt-client-hx-download.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curlt-client-hx-download.dir/depend.make | 2 + .../curlt-client-hx-download.dir/flags.make | 10 + .../curlt-client-hx-download.dir/link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../curlt-client-hx-upload.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curlt-client-hx-upload.dir/depend.make | 2 + .../curlt-client-hx-upload.dir/flags.make | 10 + .../curlt-client-hx-upload.dir/link.txt | 1 + .../curlt-client-hx-upload.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../flags.make | 10 + .../link.txt | 1 + .../progress.make | 3 + .../DependInfo.cmake | 24 + .../build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../flags.make | 10 + .../curlt-client-upload-pausing.dir/link.txt | 1 + .../progress.make | 3 + .../curlt-client-ws-data.dir/DependInfo.cmake | 24 + .../curlt-client-ws-data.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curlt-client-ws-data.dir/depend.make | 2 + .../curlt-client-ws-data.dir/flags.make | 10 + .../curlt-client-ws-data.dir/link.txt | 1 + .../curlt-client-ws-data.dir/progress.make | 3 + .../DependInfo.cmake | 24 + .../curlt-client-ws-pingpong.dir/build.make | 116 + .../cmake_clean.cmake | 12 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../curlt-client-ws-pingpong.dir/depend.make | 2 + .../curlt-client-ws-pingpong.dir/flags.make | 10 + .../curlt-client-ws-pingpong.dir/link.txt | 1 + .../progress.make | 3 + .../http/clients/CMakeFiles/progress.marks | 1 + .../test-http-clients.dir/DependInfo.cmake | 22 + .../test-http-clients.dir/build.make | 86 + .../test-http-clients.dir/cmake_clean.cmake | 5 + .../compiler_depend.make | 2 + .../test-http-clients.dir/compiler_depend.ts | 2 + .../test-http-clients.dir/progress.make | 1 + .../external/curl/tests/http/clients/Makefile | 606 + .../tests/http/clients/Makefile.inc.cmake | 35 + .../tests/http/clients/cmake_install.cmake | 50 + .../curl/tests/http/cmake_install.cmake | 50 + .../external/curl/tests/http/config.ini | 39 + .../CMakeDirectoryInformation.cmake | 16 + .../CMakeFiles/lib1156.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1156.dir/build.make | 148 + .../CMakeFiles/lib1156.dir/cmake_clean.cmake | 16 + .../lib1156.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1156.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1156.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1156.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1156.dir/link.txt | 1 + .../CMakeFiles/lib1156.dir/progress.make | 5 + .../CMakeFiles/lib1301.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1301.dir/build.make | 148 + .../CMakeFiles/lib1301.dir/cmake_clean.cmake | 16 + .../lib1301.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1301.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1301.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1301.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1301.dir/link.txt | 1 + .../CMakeFiles/lib1301.dir/progress.make | 5 + .../CMakeFiles/lib1308.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1308.dir/build.make | 132 + .../CMakeFiles/lib1308.dir/cmake_clean.cmake | 14 + .../lib1308.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1308.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1308.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1308.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1308.dir/link.txt | 1 + .../CMakeFiles/lib1308.dir/progress.make | 4 + .../CMakeFiles/lib1485.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1485.dir/build.make | 148 + .../CMakeFiles/lib1485.dir/cmake_clean.cmake | 16 + .../lib1485.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1485.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1485.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1485.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1485.dir/link.txt | 1 + .../CMakeFiles/lib1485.dir/progress.make | 5 + .../CMakeFiles/lib1500.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1500.dir/build.make | 148 + .../CMakeFiles/lib1500.dir/cmake_clean.cmake | 16 + .../lib1500.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1500.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1500.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1500.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1500.dir/link.txt | 1 + .../CMakeFiles/lib1500.dir/progress.make | 5 + .../CMakeFiles/lib1501.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1501.dir/build.make | 148 + .../CMakeFiles/lib1501.dir/cmake_clean.cmake | 16 + .../lib1501.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1501.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1501.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1501.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1501.dir/link.txt | 1 + .../CMakeFiles/lib1501.dir/progress.make | 5 + .../CMakeFiles/lib1502.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1502.dir/build.make | 148 + .../CMakeFiles/lib1502.dir/cmake_clean.cmake | 16 + .../lib1502.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1502.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1502.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1502.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1502.dir/link.txt | 1 + .../CMakeFiles/lib1502.dir/progress.make | 5 + .../CMakeFiles/lib1503.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1503.dir/build.make | 148 + .../CMakeFiles/lib1503.dir/cmake_clean.cmake | 16 + .../lib1503.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1503.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1503.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1503.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1503.dir/link.txt | 1 + .../CMakeFiles/lib1503.dir/progress.make | 5 + .../CMakeFiles/lib1504.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1504.dir/build.make | 148 + .../CMakeFiles/lib1504.dir/cmake_clean.cmake | 16 + .../lib1504.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1504.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1504.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1504.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1504.dir/link.txt | 1 + .../CMakeFiles/lib1504.dir/progress.make | 5 + .../CMakeFiles/lib1505.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1505.dir/build.make | 148 + .../CMakeFiles/lib1505.dir/cmake_clean.cmake | 16 + .../lib1505.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1505.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1505.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1505.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1505.dir/link.txt | 1 + .../CMakeFiles/lib1505.dir/progress.make | 5 + .../CMakeFiles/lib1506.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1506.dir/build.make | 148 + .../CMakeFiles/lib1506.dir/cmake_clean.cmake | 16 + .../lib1506.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1506.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1506.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1506.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1506.dir/link.txt | 1 + .../CMakeFiles/lib1506.dir/progress.make | 5 + .../CMakeFiles/lib1507.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1507.dir/build.make | 148 + .../CMakeFiles/lib1507.dir/cmake_clean.cmake | 16 + .../lib1507.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1507.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1507.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1507.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1507.dir/link.txt | 1 + .../CMakeFiles/lib1507.dir/progress.make | 5 + .../CMakeFiles/lib1508.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1508.dir/build.make | 148 + .../CMakeFiles/lib1508.dir/cmake_clean.cmake | 16 + .../lib1508.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1508.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1508.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1508.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1508.dir/link.txt | 1 + .../CMakeFiles/lib1508.dir/progress.make | 5 + .../CMakeFiles/lib1509.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1509.dir/build.make | 148 + .../CMakeFiles/lib1509.dir/cmake_clean.cmake | 16 + .../lib1509.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1509.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1509.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1509.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1509.dir/link.txt | 1 + .../CMakeFiles/lib1509.dir/progress.make | 5 + .../CMakeFiles/lib1510.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1510.dir/build.make | 148 + .../CMakeFiles/lib1510.dir/cmake_clean.cmake | 16 + .../lib1510.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1510.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1510.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1510.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1510.dir/link.txt | 1 + .../CMakeFiles/lib1510.dir/progress.make | 5 + .../CMakeFiles/lib1511.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1511.dir/build.make | 148 + .../CMakeFiles/lib1511.dir/cmake_clean.cmake | 16 + .../lib1511.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1511.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1511.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1511.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1511.dir/link.txt | 1 + .../CMakeFiles/lib1511.dir/progress.make | 5 + .../CMakeFiles/lib1512.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1512.dir/build.make | 148 + .../CMakeFiles/lib1512.dir/cmake_clean.cmake | 16 + .../lib1512.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1512.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1512.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1512.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1512.dir/link.txt | 1 + .../CMakeFiles/lib1512.dir/progress.make | 5 + .../CMakeFiles/lib1513.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1513.dir/build.make | 148 + .../CMakeFiles/lib1513.dir/cmake_clean.cmake | 16 + .../lib1513.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1513.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1513.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1513.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1513.dir/link.txt | 1 + .../CMakeFiles/lib1513.dir/progress.make | 5 + .../CMakeFiles/lib1514.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1514.dir/build.make | 148 + .../CMakeFiles/lib1514.dir/cmake_clean.cmake | 16 + .../lib1514.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1514.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1514.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1514.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1514.dir/link.txt | 1 + .../CMakeFiles/lib1514.dir/progress.make | 5 + .../CMakeFiles/lib1515.dir/DependInfo.cmake | 27 + .../libtest/CMakeFiles/lib1515.dir/build.make | 164 + .../CMakeFiles/lib1515.dir/cmake_clean.cmake | 18 + .../lib1515.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1515.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1515.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1515.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1515.dir/link.txt | 1 + .../CMakeFiles/lib1515.dir/progress.make | 6 + .../CMakeFiles/lib1517.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1517.dir/build.make | 132 + .../CMakeFiles/lib1517.dir/cmake_clean.cmake | 14 + .../lib1517.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1517.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1517.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1517.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1517.dir/link.txt | 1 + .../CMakeFiles/lib1517.dir/progress.make | 4 + .../CMakeFiles/lib1518.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1518.dir/build.make | 132 + .../CMakeFiles/lib1518.dir/cmake_clean.cmake | 14 + .../lib1518.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1518.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1518.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1518.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1518.dir/link.txt | 1 + .../CMakeFiles/lib1518.dir/progress.make | 4 + .../CMakeFiles/lib1520.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1520.dir/build.make | 132 + .../CMakeFiles/lib1520.dir/cmake_clean.cmake | 14 + .../lib1520.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1520.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1520.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1520.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1520.dir/link.txt | 1 + .../CMakeFiles/lib1520.dir/progress.make | 4 + .../CMakeFiles/lib1521.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1521.dir/build.make | 137 + .../CMakeFiles/lib1521.dir/cmake_clean.cmake | 15 + .../lib1521.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1521.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1521.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1521.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1521.dir/link.txt | 1 + .../CMakeFiles/lib1521.dir/progress.make | 5 + .../CMakeFiles/lib1522.dir/DependInfo.cmake | 27 + .../libtest/CMakeFiles/lib1522.dir/build.make | 164 + .../CMakeFiles/lib1522.dir/cmake_clean.cmake | 18 + .../lib1522.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1522.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1522.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1522.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1522.dir/link.txt | 1 + .../CMakeFiles/lib1522.dir/progress.make | 6 + .../CMakeFiles/lib1523.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1523.dir/build.make | 132 + .../CMakeFiles/lib1523.dir/cmake_clean.cmake | 14 + .../lib1523.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1523.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1523.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1523.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1523.dir/link.txt | 1 + .../CMakeFiles/lib1523.dir/progress.make | 4 + .../CMakeFiles/lib1525.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1525.dir/build.make | 148 + .../CMakeFiles/lib1525.dir/cmake_clean.cmake | 16 + .../lib1525.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1525.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1525.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1525.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1525.dir/link.txt | 1 + .../CMakeFiles/lib1525.dir/progress.make | 5 + .../CMakeFiles/lib1526.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1526.dir/build.make | 148 + .../CMakeFiles/lib1526.dir/cmake_clean.cmake | 16 + .../lib1526.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1526.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1526.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1526.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1526.dir/link.txt | 1 + .../CMakeFiles/lib1526.dir/progress.make | 5 + .../CMakeFiles/lib1527.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1527.dir/build.make | 148 + .../CMakeFiles/lib1527.dir/cmake_clean.cmake | 16 + .../lib1527.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1527.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1527.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1527.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1527.dir/link.txt | 1 + .../CMakeFiles/lib1527.dir/progress.make | 5 + .../CMakeFiles/lib1528.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1528.dir/build.make | 148 + .../CMakeFiles/lib1528.dir/cmake_clean.cmake | 16 + .../lib1528.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1528.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1528.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1528.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1528.dir/link.txt | 1 + .../CMakeFiles/lib1528.dir/progress.make | 5 + .../CMakeFiles/lib1529.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1529.dir/build.make | 148 + .../CMakeFiles/lib1529.dir/cmake_clean.cmake | 16 + .../lib1529.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1529.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1529.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1529.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1529.dir/link.txt | 1 + .../CMakeFiles/lib1529.dir/progress.make | 5 + .../CMakeFiles/lib1530.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1530.dir/build.make | 148 + .../CMakeFiles/lib1530.dir/cmake_clean.cmake | 16 + .../lib1530.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1530.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1530.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1530.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1530.dir/link.txt | 1 + .../CMakeFiles/lib1530.dir/progress.make | 5 + .../CMakeFiles/lib1531.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1531.dir/build.make | 148 + .../CMakeFiles/lib1531.dir/cmake_clean.cmake | 16 + .../lib1531.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1531.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1531.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1531.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1531.dir/link.txt | 1 + .../CMakeFiles/lib1531.dir/progress.make | 5 + .../CMakeFiles/lib1532.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1532.dir/build.make | 148 + .../CMakeFiles/lib1532.dir/cmake_clean.cmake | 16 + .../lib1532.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1532.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1532.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1532.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1532.dir/link.txt | 1 + .../CMakeFiles/lib1532.dir/progress.make | 5 + .../CMakeFiles/lib1533.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1533.dir/build.make | 148 + .../CMakeFiles/lib1533.dir/cmake_clean.cmake | 16 + .../lib1533.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1533.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1533.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1533.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1533.dir/link.txt | 1 + .../CMakeFiles/lib1533.dir/progress.make | 5 + .../CMakeFiles/lib1534.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1534.dir/build.make | 148 + .../CMakeFiles/lib1534.dir/cmake_clean.cmake | 16 + .../lib1534.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1534.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1534.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1534.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1534.dir/link.txt | 1 + .../CMakeFiles/lib1534.dir/progress.make | 5 + .../CMakeFiles/lib1535.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1535.dir/build.make | 148 + .../CMakeFiles/lib1535.dir/cmake_clean.cmake | 16 + .../lib1535.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1535.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1535.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1535.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1535.dir/link.txt | 1 + .../CMakeFiles/lib1535.dir/progress.make | 5 + .../CMakeFiles/lib1536.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1536.dir/build.make | 148 + .../CMakeFiles/lib1536.dir/cmake_clean.cmake | 16 + .../lib1536.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1536.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1536.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1536.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1536.dir/link.txt | 1 + .../CMakeFiles/lib1536.dir/progress.make | 5 + .../CMakeFiles/lib1537.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1537.dir/build.make | 148 + .../CMakeFiles/lib1537.dir/cmake_clean.cmake | 16 + .../lib1537.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1537.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1537.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1537.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1537.dir/link.txt | 1 + .../CMakeFiles/lib1537.dir/progress.make | 5 + .../CMakeFiles/lib1538.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1538.dir/build.make | 148 + .../CMakeFiles/lib1538.dir/cmake_clean.cmake | 16 + .../lib1538.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1538.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1538.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1538.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1538.dir/link.txt | 1 + .../CMakeFiles/lib1538.dir/progress.make | 5 + .../CMakeFiles/lib1539.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1539.dir/build.make | 148 + .../CMakeFiles/lib1539.dir/cmake_clean.cmake | 16 + .../lib1539.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1539.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1539.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1539.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1539.dir/link.txt | 1 + .../CMakeFiles/lib1539.dir/progress.make | 5 + .../CMakeFiles/lib1540.dir/DependInfo.cmake | 27 + .../libtest/CMakeFiles/lib1540.dir/build.make | 164 + .../CMakeFiles/lib1540.dir/cmake_clean.cmake | 18 + .../lib1540.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1540.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1540.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1540.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1540.dir/link.txt | 1 + .../CMakeFiles/lib1540.dir/progress.make | 6 + .../CMakeFiles/lib1541.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1541.dir/build.make | 148 + .../CMakeFiles/lib1541.dir/cmake_clean.cmake | 16 + .../lib1541.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1541.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1541.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1541.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1541.dir/link.txt | 1 + .../CMakeFiles/lib1541.dir/progress.make | 5 + .../CMakeFiles/lib1542.dir/DependInfo.cmake | 27 + .../libtest/CMakeFiles/lib1542.dir/build.make | 164 + .../CMakeFiles/lib1542.dir/cmake_clean.cmake | 18 + .../lib1542.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1542.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1542.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1542.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1542.dir/link.txt | 1 + .../CMakeFiles/lib1542.dir/progress.make | 6 + .../CMakeFiles/lib1543.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1543.dir/build.make | 132 + .../CMakeFiles/lib1543.dir/cmake_clean.cmake | 14 + .../lib1543.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1543.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1543.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1543.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1543.dir/link.txt | 1 + .../CMakeFiles/lib1543.dir/progress.make | 4 + .../CMakeFiles/lib1545.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1545.dir/build.make | 132 + .../CMakeFiles/lib1545.dir/cmake_clean.cmake | 14 + .../lib1545.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1545.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1545.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1545.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1545.dir/link.txt | 1 + .../CMakeFiles/lib1545.dir/progress.make | 4 + .../CMakeFiles/lib1550.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1550.dir/build.make | 132 + .../CMakeFiles/lib1550.dir/cmake_clean.cmake | 14 + .../lib1550.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1550.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1550.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1550.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1550.dir/link.txt | 1 + .../CMakeFiles/lib1550.dir/progress.make | 4 + .../CMakeFiles/lib1551.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1551.dir/build.make | 132 + .../CMakeFiles/lib1551.dir/cmake_clean.cmake | 14 + .../lib1551.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1551.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1551.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1551.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1551.dir/link.txt | 1 + .../CMakeFiles/lib1551.dir/progress.make | 4 + .../CMakeFiles/lib1552.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1552.dir/build.make | 148 + .../CMakeFiles/lib1552.dir/cmake_clean.cmake | 16 + .../lib1552.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1552.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1552.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1552.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1552.dir/link.txt | 1 + .../CMakeFiles/lib1552.dir/progress.make | 5 + .../CMakeFiles/lib1553.dir/DependInfo.cmake | 27 + .../libtest/CMakeFiles/lib1553.dir/build.make | 164 + .../CMakeFiles/lib1553.dir/cmake_clean.cmake | 18 + .../lib1553.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1553.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1553.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1553.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1553.dir/link.txt | 1 + .../CMakeFiles/lib1553.dir/progress.make | 6 + .../CMakeFiles/lib1554.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1554.dir/build.make | 132 + .../CMakeFiles/lib1554.dir/cmake_clean.cmake | 14 + .../lib1554.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1554.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1554.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1554.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1554.dir/link.txt | 1 + .../CMakeFiles/lib1554.dir/progress.make | 4 + .../CMakeFiles/lib1555.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1555.dir/build.make | 148 + .../CMakeFiles/lib1555.dir/cmake_clean.cmake | 16 + .../lib1555.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1555.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1555.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1555.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1555.dir/link.txt | 1 + .../CMakeFiles/lib1555.dir/progress.make | 5 + .../CMakeFiles/lib1556.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1556.dir/build.make | 148 + .../CMakeFiles/lib1556.dir/cmake_clean.cmake | 16 + .../lib1556.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1556.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1556.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1556.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1556.dir/link.txt | 1 + .../CMakeFiles/lib1556.dir/progress.make | 5 + .../CMakeFiles/lib1557.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1557.dir/build.make | 148 + .../CMakeFiles/lib1557.dir/cmake_clean.cmake | 16 + .../lib1557.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1557.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1557.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1557.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1557.dir/link.txt | 1 + .../CMakeFiles/lib1557.dir/progress.make | 5 + .../CMakeFiles/lib1558.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1558.dir/build.make | 148 + .../CMakeFiles/lib1558.dir/cmake_clean.cmake | 16 + .../lib1558.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1558.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1558.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1558.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1558.dir/link.txt | 1 + .../CMakeFiles/lib1558.dir/progress.make | 5 + .../CMakeFiles/lib1559.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1559.dir/build.make | 148 + .../CMakeFiles/lib1559.dir/cmake_clean.cmake | 16 + .../lib1559.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1559.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1559.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1559.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1559.dir/link.txt | 1 + .../CMakeFiles/lib1559.dir/progress.make | 5 + .../CMakeFiles/lib1560.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1560.dir/build.make | 148 + .../CMakeFiles/lib1560.dir/cmake_clean.cmake | 16 + .../lib1560.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1560.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1560.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1560.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1560.dir/link.txt | 1 + .../CMakeFiles/lib1560.dir/progress.make | 5 + .../CMakeFiles/lib1564.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1564.dir/build.make | 148 + .../CMakeFiles/lib1564.dir/cmake_clean.cmake | 16 + .../lib1564.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1564.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1564.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1564.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1564.dir/link.txt | 1 + .../CMakeFiles/lib1564.dir/progress.make | 5 + .../CMakeFiles/lib1565.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1565.dir/build.make | 148 + .../CMakeFiles/lib1565.dir/cmake_clean.cmake | 16 + .../lib1565.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1565.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1565.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1565.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1565.dir/link.txt | 1 + .../CMakeFiles/lib1565.dir/progress.make | 5 + .../CMakeFiles/lib1567.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1567.dir/build.make | 132 + .../CMakeFiles/lib1567.dir/cmake_clean.cmake | 14 + .../lib1567.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1567.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1567.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1567.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1567.dir/link.txt | 1 + .../CMakeFiles/lib1567.dir/progress.make | 4 + .../CMakeFiles/lib1568.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1568.dir/build.make | 132 + .../CMakeFiles/lib1568.dir/cmake_clean.cmake | 14 + .../lib1568.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1568.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1568.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1568.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1568.dir/link.txt | 1 + .../CMakeFiles/lib1568.dir/progress.make | 4 + .../CMakeFiles/lib1569.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1569.dir/build.make | 132 + .../CMakeFiles/lib1569.dir/cmake_clean.cmake | 14 + .../lib1569.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1569.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1569.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1569.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1569.dir/link.txt | 1 + .../CMakeFiles/lib1569.dir/progress.make | 4 + .../CMakeFiles/lib1571.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1571.dir/build.make | 132 + .../CMakeFiles/lib1571.dir/cmake_clean.cmake | 14 + .../lib1571.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1571.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1571.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1571.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1571.dir/link.txt | 1 + .../CMakeFiles/lib1571.dir/progress.make | 4 + .../CMakeFiles/lib1576.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1576.dir/build.make | 132 + .../CMakeFiles/lib1576.dir/cmake_clean.cmake | 14 + .../lib1576.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1576.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1576.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1576.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1576.dir/link.txt | 1 + .../CMakeFiles/lib1576.dir/progress.make | 4 + .../CMakeFiles/lib1578.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1578.dir/build.make | 132 + .../CMakeFiles/lib1578.dir/cmake_clean.cmake | 14 + .../lib1578.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1578.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1578.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1578.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1578.dir/link.txt | 1 + .../CMakeFiles/lib1578.dir/progress.make | 4 + .../CMakeFiles/lib1591.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1591.dir/build.make | 148 + .../CMakeFiles/lib1591.dir/cmake_clean.cmake | 16 + .../lib1591.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1591.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1591.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1591.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1591.dir/link.txt | 1 + .../CMakeFiles/lib1591.dir/progress.make | 5 + .../CMakeFiles/lib1592.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1592.dir/build.make | 148 + .../CMakeFiles/lib1592.dir/cmake_clean.cmake | 16 + .../lib1592.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1592.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1592.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1592.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1592.dir/link.txt | 1 + .../CMakeFiles/lib1592.dir/progress.make | 5 + .../CMakeFiles/lib1593.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1593.dir/build.make | 148 + .../CMakeFiles/lib1593.dir/cmake_clean.cmake | 16 + .../lib1593.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1593.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1593.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1593.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1593.dir/link.txt | 1 + .../CMakeFiles/lib1593.dir/progress.make | 5 + .../CMakeFiles/lib1594.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1594.dir/build.make | 148 + .../CMakeFiles/lib1594.dir/cmake_clean.cmake | 16 + .../lib1594.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1594.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1594.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1594.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1594.dir/link.txt | 1 + .../CMakeFiles/lib1594.dir/progress.make | 5 + .../CMakeFiles/lib1596.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1596.dir/build.make | 148 + .../CMakeFiles/lib1596.dir/cmake_clean.cmake | 16 + .../lib1596.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1596.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1596.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1596.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1596.dir/link.txt | 1 + .../CMakeFiles/lib1596.dir/progress.make | 5 + .../CMakeFiles/lib1597.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1597.dir/build.make | 148 + .../CMakeFiles/lib1597.dir/cmake_clean.cmake | 16 + .../lib1597.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1597.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1597.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1597.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1597.dir/link.txt | 1 + .../CMakeFiles/lib1597.dir/progress.make | 5 + .../CMakeFiles/lib1598.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1598.dir/build.make | 148 + .../CMakeFiles/lib1598.dir/cmake_clean.cmake | 16 + .../lib1598.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1598.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1598.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1598.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1598.dir/link.txt | 1 + .../CMakeFiles/lib1598.dir/progress.make | 5 + .../CMakeFiles/lib1662.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1662.dir/build.make | 148 + .../CMakeFiles/lib1662.dir/cmake_clean.cmake | 16 + .../lib1662.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1662.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1662.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1662.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1662.dir/link.txt | 1 + .../CMakeFiles/lib1662.dir/progress.make | 5 + .../CMakeFiles/lib1900.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1900.dir/build.make | 132 + .../CMakeFiles/lib1900.dir/cmake_clean.cmake | 14 + .../lib1900.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1900.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1900.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1900.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1900.dir/link.txt | 1 + .../CMakeFiles/lib1900.dir/progress.make | 4 + .../CMakeFiles/lib1901.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1901.dir/build.make | 132 + .../CMakeFiles/lib1901.dir/cmake_clean.cmake | 14 + .../lib1901.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1901.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1901.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1901.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1901.dir/link.txt | 1 + .../CMakeFiles/lib1901.dir/progress.make | 4 + .../CMakeFiles/lib1903.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1903.dir/build.make | 148 + .../CMakeFiles/lib1903.dir/cmake_clean.cmake | 16 + .../lib1903.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1903.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1903.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1903.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1903.dir/link.txt | 1 + .../CMakeFiles/lib1903.dir/progress.make | 5 + .../CMakeFiles/lib1905.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1905.dir/build.make | 148 + .../CMakeFiles/lib1905.dir/cmake_clean.cmake | 16 + .../lib1905.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1905.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1905.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1905.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1905.dir/link.txt | 1 + .../CMakeFiles/lib1905.dir/progress.make | 5 + .../CMakeFiles/lib1906.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1906.dir/build.make | 148 + .../CMakeFiles/lib1906.dir/cmake_clean.cmake | 16 + .../lib1906.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1906.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1906.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1906.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1906.dir/link.txt | 1 + .../CMakeFiles/lib1906.dir/progress.make | 5 + .../CMakeFiles/lib1907.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1907.dir/build.make | 148 + .../CMakeFiles/lib1907.dir/cmake_clean.cmake | 16 + .../lib1907.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1907.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1907.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1907.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1907.dir/link.txt | 1 + .../CMakeFiles/lib1907.dir/progress.make | 5 + .../CMakeFiles/lib1908.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1908.dir/build.make | 148 + .../CMakeFiles/lib1908.dir/cmake_clean.cmake | 16 + .../lib1908.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1908.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1908.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1908.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1908.dir/link.txt | 1 + .../CMakeFiles/lib1908.dir/progress.make | 5 + .../CMakeFiles/lib1910.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1910.dir/build.make | 148 + .../CMakeFiles/lib1910.dir/cmake_clean.cmake | 16 + .../lib1910.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1910.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1910.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1910.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1910.dir/link.txt | 1 + .../CMakeFiles/lib1910.dir/progress.make | 5 + .../CMakeFiles/lib1911.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1911.dir/build.make | 148 + .../CMakeFiles/lib1911.dir/cmake_clean.cmake | 16 + .../lib1911.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1911.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1911.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1911.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1911.dir/link.txt | 1 + .../CMakeFiles/lib1911.dir/progress.make | 5 + .../CMakeFiles/lib1912.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1912.dir/build.make | 148 + .../CMakeFiles/lib1912.dir/cmake_clean.cmake | 16 + .../lib1912.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1912.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1912.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1912.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1912.dir/link.txt | 1 + .../CMakeFiles/lib1912.dir/progress.make | 5 + .../CMakeFiles/lib1913.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1913.dir/build.make | 148 + .../CMakeFiles/lib1913.dir/cmake_clean.cmake | 16 + .../lib1913.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1913.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1913.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1913.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1913.dir/link.txt | 1 + .../CMakeFiles/lib1913.dir/progress.make | 5 + .../CMakeFiles/lib1915.dir/DependInfo.cmake | 27 + .../libtest/CMakeFiles/lib1915.dir/build.make | 164 + .../CMakeFiles/lib1915.dir/cmake_clean.cmake | 18 + .../lib1915.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1915.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1915.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1915.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1915.dir/link.txt | 1 + .../CMakeFiles/lib1915.dir/progress.make | 6 + .../CMakeFiles/lib1916.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1916.dir/build.make | 132 + .../CMakeFiles/lib1916.dir/cmake_clean.cmake | 14 + .../lib1916.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1916.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1916.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1916.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1916.dir/link.txt | 1 + .../CMakeFiles/lib1916.dir/progress.make | 4 + .../CMakeFiles/lib1917.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1917.dir/build.make | 132 + .../CMakeFiles/lib1917.dir/cmake_clean.cmake | 14 + .../lib1917.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1917.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1917.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1917.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1917.dir/link.txt | 1 + .../CMakeFiles/lib1917.dir/progress.make | 4 + .../CMakeFiles/lib1918.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1918.dir/build.make | 132 + .../CMakeFiles/lib1918.dir/cmake_clean.cmake | 14 + .../lib1918.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1918.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1918.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1918.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1918.dir/link.txt | 1 + .../CMakeFiles/lib1918.dir/progress.make | 4 + .../CMakeFiles/lib1919.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1919.dir/build.make | 132 + .../CMakeFiles/lib1919.dir/cmake_clean.cmake | 14 + .../lib1919.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1919.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1919.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1919.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1919.dir/link.txt | 1 + .../CMakeFiles/lib1919.dir/progress.make | 4 + .../CMakeFiles/lib1933.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1933.dir/build.make | 148 + .../CMakeFiles/lib1933.dir/cmake_clean.cmake | 16 + .../lib1933.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1933.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1933.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1933.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1933.dir/link.txt | 1 + .../CMakeFiles/lib1933.dir/progress.make | 5 + .../CMakeFiles/lib1934.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1934.dir/build.make | 148 + .../CMakeFiles/lib1934.dir/cmake_clean.cmake | 16 + .../lib1934.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1934.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1934.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1934.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1934.dir/link.txt | 1 + .../CMakeFiles/lib1934.dir/progress.make | 5 + .../CMakeFiles/lib1935.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1935.dir/build.make | 148 + .../CMakeFiles/lib1935.dir/cmake_clean.cmake | 16 + .../lib1935.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1935.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1935.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1935.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1935.dir/link.txt | 1 + .../CMakeFiles/lib1935.dir/progress.make | 5 + .../CMakeFiles/lib1936.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1936.dir/build.make | 148 + .../CMakeFiles/lib1936.dir/cmake_clean.cmake | 16 + .../lib1936.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1936.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1936.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1936.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1936.dir/link.txt | 1 + .../CMakeFiles/lib1936.dir/progress.make | 5 + .../CMakeFiles/lib1937.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1937.dir/build.make | 132 + .../CMakeFiles/lib1937.dir/cmake_clean.cmake | 14 + .../lib1937.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1937.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1937.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1937.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1937.dir/link.txt | 1 + .../CMakeFiles/lib1937.dir/progress.make | 4 + .../CMakeFiles/lib1938.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1938.dir/build.make | 132 + .../CMakeFiles/lib1938.dir/cmake_clean.cmake | 14 + .../lib1938.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1938.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1938.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1938.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1938.dir/link.txt | 1 + .../CMakeFiles/lib1938.dir/progress.make | 4 + .../CMakeFiles/lib1939.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1939.dir/build.make | 132 + .../CMakeFiles/lib1939.dir/cmake_clean.cmake | 14 + .../lib1939.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1939.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1939.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1939.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1939.dir/link.txt | 1 + .../CMakeFiles/lib1939.dir/progress.make | 4 + .../CMakeFiles/lib1940.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1940.dir/build.make | 132 + .../CMakeFiles/lib1940.dir/cmake_clean.cmake | 14 + .../lib1940.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1940.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1940.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1940.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1940.dir/link.txt | 1 + .../CMakeFiles/lib1940.dir/progress.make | 4 + .../CMakeFiles/lib1945.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1945.dir/build.make | 132 + .../CMakeFiles/lib1945.dir/cmake_clean.cmake | 14 + .../lib1945.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1945.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1945.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1945.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1945.dir/link.txt | 1 + .../CMakeFiles/lib1945.dir/progress.make | 4 + .../CMakeFiles/lib1946.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1946.dir/build.make | 132 + .../CMakeFiles/lib1946.dir/cmake_clean.cmake | 14 + .../lib1946.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1946.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1946.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1946.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1946.dir/link.txt | 1 + .../CMakeFiles/lib1946.dir/progress.make | 4 + .../CMakeFiles/lib1947.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1947.dir/build.make | 132 + .../CMakeFiles/lib1947.dir/cmake_clean.cmake | 14 + .../lib1947.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1947.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1947.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1947.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1947.dir/link.txt | 1 + .../CMakeFiles/lib1947.dir/progress.make | 4 + .../CMakeFiles/lib1948.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1948.dir/build.make | 132 + .../CMakeFiles/lib1948.dir/cmake_clean.cmake | 14 + .../lib1948.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1948.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1948.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1948.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1948.dir/link.txt | 1 + .../CMakeFiles/lib1948.dir/progress.make | 4 + .../CMakeFiles/lib1955.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1955.dir/build.make | 148 + .../CMakeFiles/lib1955.dir/cmake_clean.cmake | 16 + .../lib1955.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1955.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1955.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1955.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1955.dir/link.txt | 1 + .../CMakeFiles/lib1955.dir/progress.make | 5 + .../CMakeFiles/lib1956.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1956.dir/build.make | 148 + .../CMakeFiles/lib1956.dir/cmake_clean.cmake | 16 + .../lib1956.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1956.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1956.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1956.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1956.dir/link.txt | 1 + .../CMakeFiles/lib1956.dir/progress.make | 5 + .../CMakeFiles/lib1957.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1957.dir/build.make | 148 + .../CMakeFiles/lib1957.dir/cmake_clean.cmake | 16 + .../lib1957.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1957.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1957.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1957.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1957.dir/link.txt | 1 + .../CMakeFiles/lib1957.dir/progress.make | 5 + .../CMakeFiles/lib1958.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1958.dir/build.make | 148 + .../CMakeFiles/lib1958.dir/cmake_clean.cmake | 16 + .../lib1958.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1958.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1958.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1958.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1958.dir/link.txt | 1 + .../CMakeFiles/lib1958.dir/progress.make | 5 + .../CMakeFiles/lib1959.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1959.dir/build.make | 148 + .../CMakeFiles/lib1959.dir/cmake_clean.cmake | 16 + .../lib1959.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1959.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1959.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1959.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1959.dir/link.txt | 1 + .../CMakeFiles/lib1959.dir/progress.make | 5 + .../CMakeFiles/lib1960.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib1960.dir/build.make | 132 + .../CMakeFiles/lib1960.dir/cmake_clean.cmake | 14 + .../lib1960.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1960.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1960.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1960.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1960.dir/link.txt | 1 + .../CMakeFiles/lib1960.dir/progress.make | 4 + .../CMakeFiles/lib1964.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1964.dir/build.make | 148 + .../CMakeFiles/lib1964.dir/cmake_clean.cmake | 16 + .../lib1964.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1964.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1964.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1964.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1964.dir/link.txt | 1 + .../CMakeFiles/lib1964.dir/progress.make | 5 + .../CMakeFiles/lib1970.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1970.dir/build.make | 148 + .../CMakeFiles/lib1970.dir/cmake_clean.cmake | 16 + .../lib1970.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1970.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1970.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1970.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1970.dir/link.txt | 1 + .../CMakeFiles/lib1970.dir/progress.make | 5 + .../CMakeFiles/lib1971.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1971.dir/build.make | 148 + .../CMakeFiles/lib1971.dir/cmake_clean.cmake | 16 + .../lib1971.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1971.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1971.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1971.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1971.dir/link.txt | 1 + .../CMakeFiles/lib1971.dir/progress.make | 5 + .../CMakeFiles/lib1972.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1972.dir/build.make | 148 + .../CMakeFiles/lib1972.dir/cmake_clean.cmake | 16 + .../lib1972.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1972.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1972.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1972.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1972.dir/link.txt | 1 + .../CMakeFiles/lib1972.dir/progress.make | 5 + .../CMakeFiles/lib1973.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1973.dir/build.make | 148 + .../CMakeFiles/lib1973.dir/cmake_clean.cmake | 16 + .../lib1973.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1973.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1973.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1973.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1973.dir/link.txt | 1 + .../CMakeFiles/lib1973.dir/progress.make | 5 + .../CMakeFiles/lib1974.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1974.dir/build.make | 148 + .../CMakeFiles/lib1974.dir/cmake_clean.cmake | 16 + .../lib1974.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1974.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1974.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1974.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1974.dir/link.txt | 1 + .../CMakeFiles/lib1974.dir/progress.make | 5 + .../CMakeFiles/lib1975.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1975.dir/build.make | 148 + .../CMakeFiles/lib1975.dir/cmake_clean.cmake | 16 + .../lib1975.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1975.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1975.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1975.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1975.dir/link.txt | 1 + .../CMakeFiles/lib1975.dir/progress.make | 5 + .../CMakeFiles/lib1977.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1977.dir/build.make | 148 + .../CMakeFiles/lib1977.dir/cmake_clean.cmake | 16 + .../lib1977.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1977.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1977.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1977.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1977.dir/link.txt | 1 + .../CMakeFiles/lib1977.dir/progress.make | 5 + .../CMakeFiles/lib1978.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib1978.dir/build.make | 148 + .../CMakeFiles/lib1978.dir/cmake_clean.cmake | 16 + .../lib1978.dir/compiler_depend.make | 2 + .../CMakeFiles/lib1978.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib1978.dir/depend.make | 2 + .../libtest/CMakeFiles/lib1978.dir/flags.make | 10 + .../libtest/CMakeFiles/lib1978.dir/link.txt | 1 + .../CMakeFiles/lib1978.dir/progress.make | 5 + .../CMakeFiles/lib2301.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib2301.dir/build.make | 132 + .../CMakeFiles/lib2301.dir/cmake_clean.cmake | 14 + .../lib2301.dir/compiler_depend.make | 2 + .../CMakeFiles/lib2301.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib2301.dir/depend.make | 2 + .../libtest/CMakeFiles/lib2301.dir/flags.make | 10 + .../libtest/CMakeFiles/lib2301.dir/link.txt | 1 + .../CMakeFiles/lib2301.dir/progress.make | 4 + .../CMakeFiles/lib2302.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib2302.dir/build.make | 132 + .../CMakeFiles/lib2302.dir/cmake_clean.cmake | 14 + .../lib2302.dir/compiler_depend.make | 2 + .../CMakeFiles/lib2302.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib2302.dir/depend.make | 2 + .../libtest/CMakeFiles/lib2302.dir/flags.make | 10 + .../libtest/CMakeFiles/lib2302.dir/link.txt | 1 + .../CMakeFiles/lib2302.dir/progress.make | 4 + .../CMakeFiles/lib2304.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib2304.dir/build.make | 132 + .../CMakeFiles/lib2304.dir/cmake_clean.cmake | 14 + .../lib2304.dir/compiler_depend.make | 2 + .../CMakeFiles/lib2304.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib2304.dir/depend.make | 2 + .../libtest/CMakeFiles/lib2304.dir/flags.make | 10 + .../libtest/CMakeFiles/lib2304.dir/link.txt | 1 + .../CMakeFiles/lib2304.dir/progress.make | 4 + .../CMakeFiles/lib2305.dir/DependInfo.cmake | 27 + .../libtest/CMakeFiles/lib2305.dir/build.make | 164 + .../CMakeFiles/lib2305.dir/cmake_clean.cmake | 18 + .../lib2305.dir/compiler_depend.make | 2 + .../CMakeFiles/lib2305.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib2305.dir/depend.make | 2 + .../libtest/CMakeFiles/lib2305.dir/flags.make | 10 + .../libtest/CMakeFiles/lib2305.dir/link.txt | 1 + .../CMakeFiles/lib2305.dir/progress.make | 6 + .../CMakeFiles/lib2306.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib2306.dir/build.make | 132 + .../CMakeFiles/lib2306.dir/cmake_clean.cmake | 14 + .../lib2306.dir/compiler_depend.make | 2 + .../CMakeFiles/lib2306.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib2306.dir/depend.make | 2 + .../libtest/CMakeFiles/lib2306.dir/flags.make | 10 + .../libtest/CMakeFiles/lib2306.dir/link.txt | 1 + .../CMakeFiles/lib2306.dir/progress.make | 4 + .../CMakeFiles/lib2308.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib2308.dir/build.make | 132 + .../CMakeFiles/lib2308.dir/cmake_clean.cmake | 14 + .../lib2308.dir/compiler_depend.make | 2 + .../CMakeFiles/lib2308.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib2308.dir/depend.make | 2 + .../libtest/CMakeFiles/lib2308.dir/flags.make | 10 + .../libtest/CMakeFiles/lib2308.dir/link.txt | 1 + .../CMakeFiles/lib2308.dir/progress.make | 4 + .../CMakeFiles/lib2309.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib2309.dir/build.make | 132 + .../CMakeFiles/lib2309.dir/cmake_clean.cmake | 14 + .../lib2309.dir/compiler_depend.make | 2 + .../CMakeFiles/lib2309.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib2309.dir/depend.make | 2 + .../libtest/CMakeFiles/lib2309.dir/flags.make | 10 + .../libtest/CMakeFiles/lib2309.dir/link.txt | 1 + .../CMakeFiles/lib2309.dir/progress.make | 4 + .../CMakeFiles/lib2310.dir/DependInfo.cmake | 27 + .../libtest/CMakeFiles/lib2310.dir/build.make | 164 + .../CMakeFiles/lib2310.dir/cmake_clean.cmake | 18 + .../lib2310.dir/compiler_depend.make | 2 + .../CMakeFiles/lib2310.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib2310.dir/depend.make | 2 + .../libtest/CMakeFiles/lib2310.dir/flags.make | 10 + .../libtest/CMakeFiles/lib2310.dir/link.txt | 1 + .../CMakeFiles/lib2310.dir/progress.make | 6 + .../CMakeFiles/lib2311.dir/DependInfo.cmake | 27 + .../libtest/CMakeFiles/lib2311.dir/build.make | 164 + .../CMakeFiles/lib2311.dir/cmake_clean.cmake | 18 + .../lib2311.dir/compiler_depend.make | 2 + .../CMakeFiles/lib2311.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib2311.dir/depend.make | 2 + .../libtest/CMakeFiles/lib2311.dir/flags.make | 10 + .../libtest/CMakeFiles/lib2311.dir/link.txt | 1 + .../CMakeFiles/lib2311.dir/progress.make | 6 + .../CMakeFiles/lib2312.dir/DependInfo.cmake | 27 + .../libtest/CMakeFiles/lib2312.dir/build.make | 164 + .../CMakeFiles/lib2312.dir/cmake_clean.cmake | 18 + .../lib2312.dir/compiler_depend.make | 2 + .../CMakeFiles/lib2312.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib2312.dir/depend.make | 2 + .../libtest/CMakeFiles/lib2312.dir/flags.make | 10 + .../libtest/CMakeFiles/lib2312.dir/link.txt | 1 + .../CMakeFiles/lib2312.dir/progress.make | 6 + .../CMakeFiles/lib2402.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib2402.dir/build.make | 148 + .../CMakeFiles/lib2402.dir/cmake_clean.cmake | 16 + .../lib2402.dir/compiler_depend.make | 2 + .../CMakeFiles/lib2402.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib2402.dir/depend.make | 2 + .../libtest/CMakeFiles/lib2402.dir/flags.make | 10 + .../libtest/CMakeFiles/lib2402.dir/link.txt | 1 + .../CMakeFiles/lib2402.dir/progress.make | 5 + .../CMakeFiles/lib2404.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib2404.dir/build.make | 148 + .../CMakeFiles/lib2404.dir/cmake_clean.cmake | 16 + .../lib2404.dir/compiler_depend.make | 2 + .../CMakeFiles/lib2404.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib2404.dir/depend.make | 2 + .../libtest/CMakeFiles/lib2404.dir/flags.make | 10 + .../libtest/CMakeFiles/lib2404.dir/link.txt | 1 + .../CMakeFiles/lib2404.dir/progress.make | 5 + .../CMakeFiles/lib2405.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib2405.dir/build.make | 148 + .../CMakeFiles/lib2405.dir/cmake_clean.cmake | 16 + .../lib2405.dir/compiler_depend.make | 2 + .../CMakeFiles/lib2405.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib2405.dir/depend.make | 2 + .../libtest/CMakeFiles/lib2405.dir/flags.make | 10 + .../libtest/CMakeFiles/lib2405.dir/link.txt | 1 + .../CMakeFiles/lib2405.dir/progress.make | 5 + .../CMakeFiles/lib2502.dir/DependInfo.cmake | 27 + .../libtest/CMakeFiles/lib2502.dir/build.make | 164 + .../CMakeFiles/lib2502.dir/cmake_clean.cmake | 18 + .../lib2502.dir/compiler_depend.make | 2 + .../CMakeFiles/lib2502.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib2502.dir/depend.make | 2 + .../libtest/CMakeFiles/lib2502.dir/flags.make | 10 + .../libtest/CMakeFiles/lib2502.dir/link.txt | 1 + .../CMakeFiles/lib2502.dir/progress.make | 6 + .../CMakeFiles/lib3010.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib3010.dir/build.make | 148 + .../CMakeFiles/lib3010.dir/cmake_clean.cmake | 16 + .../lib3010.dir/compiler_depend.make | 2 + .../CMakeFiles/lib3010.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib3010.dir/depend.make | 2 + .../libtest/CMakeFiles/lib3010.dir/flags.make | 10 + .../libtest/CMakeFiles/lib3010.dir/link.txt | 1 + .../CMakeFiles/lib3010.dir/progress.make | 5 + .../CMakeFiles/lib3025.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib3025.dir/build.make | 148 + .../CMakeFiles/lib3025.dir/cmake_clean.cmake | 16 + .../lib3025.dir/compiler_depend.make | 2 + .../CMakeFiles/lib3025.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib3025.dir/depend.make | 2 + .../libtest/CMakeFiles/lib3025.dir/flags.make | 10 + .../libtest/CMakeFiles/lib3025.dir/link.txt | 1 + .../CMakeFiles/lib3025.dir/progress.make | 5 + .../CMakeFiles/lib3026.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib3026.dir/build.make | 148 + .../CMakeFiles/lib3026.dir/cmake_clean.cmake | 16 + .../lib3026.dir/compiler_depend.make | 2 + .../CMakeFiles/lib3026.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib3026.dir/depend.make | 2 + .../libtest/CMakeFiles/lib3026.dir/flags.make | 10 + .../libtest/CMakeFiles/lib3026.dir/link.txt | 1 + .../CMakeFiles/lib3026.dir/progress.make | 5 + .../CMakeFiles/lib3027.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib3027.dir/build.make | 148 + .../CMakeFiles/lib3027.dir/cmake_clean.cmake | 16 + .../lib3027.dir/compiler_depend.make | 2 + .../CMakeFiles/lib3027.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib3027.dir/depend.make | 2 + .../libtest/CMakeFiles/lib3027.dir/flags.make | 10 + .../libtest/CMakeFiles/lib3027.dir/link.txt | 1 + .../CMakeFiles/lib3027.dir/progress.make | 5 + .../CMakeFiles/lib3100.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib3100.dir/build.make | 148 + .../CMakeFiles/lib3100.dir/cmake_clean.cmake | 16 + .../lib3100.dir/compiler_depend.make | 2 + .../CMakeFiles/lib3100.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib3100.dir/depend.make | 2 + .../libtest/CMakeFiles/lib3100.dir/flags.make | 10 + .../libtest/CMakeFiles/lib3100.dir/link.txt | 1 + .../CMakeFiles/lib3100.dir/progress.make | 5 + .../CMakeFiles/lib3101.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib3101.dir/build.make | 148 + .../CMakeFiles/lib3101.dir/cmake_clean.cmake | 16 + .../lib3101.dir/compiler_depend.make | 2 + .../CMakeFiles/lib3101.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib3101.dir/depend.make | 2 + .../libtest/CMakeFiles/lib3101.dir/flags.make | 10 + .../libtest/CMakeFiles/lib3101.dir/link.txt | 1 + .../CMakeFiles/lib3101.dir/progress.make | 5 + .../CMakeFiles/lib3102.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib3102.dir/build.make | 148 + .../CMakeFiles/lib3102.dir/cmake_clean.cmake | 16 + .../lib3102.dir/compiler_depend.make | 2 + .../CMakeFiles/lib3102.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib3102.dir/depend.make | 2 + .../libtest/CMakeFiles/lib3102.dir/flags.make | 10 + .../libtest/CMakeFiles/lib3102.dir/link.txt | 1 + .../CMakeFiles/lib3102.dir/progress.make | 5 + .../CMakeFiles/lib3103.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib3103.dir/build.make | 132 + .../CMakeFiles/lib3103.dir/cmake_clean.cmake | 14 + .../lib3103.dir/compiler_depend.make | 2 + .../CMakeFiles/lib3103.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib3103.dir/depend.make | 2 + .../libtest/CMakeFiles/lib3103.dir/flags.make | 10 + .../libtest/CMakeFiles/lib3103.dir/link.txt | 1 + .../CMakeFiles/lib3103.dir/progress.make | 4 + .../CMakeFiles/lib3104.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib3104.dir/build.make | 132 + .../CMakeFiles/lib3104.dir/cmake_clean.cmake | 14 + .../lib3104.dir/compiler_depend.make | 2 + .../CMakeFiles/lib3104.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib3104.dir/depend.make | 2 + .../libtest/CMakeFiles/lib3104.dir/flags.make | 10 + .../libtest/CMakeFiles/lib3104.dir/link.txt | 1 + .../CMakeFiles/lib3104.dir/progress.make | 4 + .../CMakeFiles/lib3105.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib3105.dir/build.make | 132 + .../CMakeFiles/lib3105.dir/cmake_clean.cmake | 14 + .../lib3105.dir/compiler_depend.make | 2 + .../CMakeFiles/lib3105.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib3105.dir/depend.make | 2 + .../libtest/CMakeFiles/lib3105.dir/flags.make | 10 + .../libtest/CMakeFiles/lib3105.dir/link.txt | 1 + .../CMakeFiles/lib3105.dir/progress.make | 4 + .../CMakeFiles/lib3207.dir/DependInfo.cmake | 27 + .../libtest/CMakeFiles/lib3207.dir/build.make | 164 + .../CMakeFiles/lib3207.dir/cmake_clean.cmake | 18 + .../lib3207.dir/compiler_depend.make | 2 + .../CMakeFiles/lib3207.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib3207.dir/depend.make | 2 + .../libtest/CMakeFiles/lib3207.dir/flags.make | 10 + .../libtest/CMakeFiles/lib3207.dir/link.txt | 1 + .../CMakeFiles/lib3207.dir/progress.make | 6 + .../CMakeFiles/lib3208.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib3208.dir/build.make | 148 + .../CMakeFiles/lib3208.dir/cmake_clean.cmake | 16 + .../lib3208.dir/compiler_depend.make | 2 + .../CMakeFiles/lib3208.dir/compiler_depend.ts | 2 + .../CMakeFiles/lib3208.dir/depend.make | 2 + .../libtest/CMakeFiles/lib3208.dir/flags.make | 10 + .../libtest/CMakeFiles/lib3208.dir/link.txt | 1 + .../CMakeFiles/lib3208.dir/progress.make | 5 + .../CMakeFiles/lib500.dir/DependInfo.cmake | 27 + .../libtest/CMakeFiles/lib500.dir/build.make | 164 + .../CMakeFiles/lib500.dir/cmake_clean.cmake | 18 + .../lib500.dir/compiler_depend.make | 2 + .../CMakeFiles/lib500.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib500.dir/depend.make | 2 + .../libtest/CMakeFiles/lib500.dir/flags.make | 10 + .../libtest/CMakeFiles/lib500.dir/link.txt | 1 + .../CMakeFiles/lib500.dir/progress.make | 6 + .../CMakeFiles/lib501.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib501.dir/build.make | 132 + .../CMakeFiles/lib501.dir/cmake_clean.cmake | 14 + .../lib501.dir/compiler_depend.make | 2 + .../CMakeFiles/lib501.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib501.dir/depend.make | 2 + .../libtest/CMakeFiles/lib501.dir/flags.make | 10 + .../libtest/CMakeFiles/lib501.dir/link.txt | 1 + .../CMakeFiles/lib501.dir/progress.make | 4 + .../CMakeFiles/lib502.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib502.dir/build.make | 148 + .../CMakeFiles/lib502.dir/cmake_clean.cmake | 16 + .../lib502.dir/compiler_depend.make | 2 + .../CMakeFiles/lib502.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib502.dir/depend.make | 2 + .../libtest/CMakeFiles/lib502.dir/flags.make | 10 + .../libtest/CMakeFiles/lib502.dir/link.txt | 1 + .../CMakeFiles/lib502.dir/progress.make | 5 + .../CMakeFiles/lib503.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib503.dir/build.make | 148 + .../CMakeFiles/lib503.dir/cmake_clean.cmake | 16 + .../lib503.dir/compiler_depend.make | 2 + .../CMakeFiles/lib503.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib503.dir/depend.make | 2 + .../libtest/CMakeFiles/lib503.dir/flags.make | 10 + .../libtest/CMakeFiles/lib503.dir/link.txt | 1 + .../CMakeFiles/lib503.dir/progress.make | 5 + .../CMakeFiles/lib504.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib504.dir/build.make | 148 + .../CMakeFiles/lib504.dir/cmake_clean.cmake | 16 + .../lib504.dir/compiler_depend.make | 2 + .../CMakeFiles/lib504.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib504.dir/depend.make | 2 + .../libtest/CMakeFiles/lib504.dir/flags.make | 10 + .../libtest/CMakeFiles/lib504.dir/link.txt | 1 + .../CMakeFiles/lib504.dir/progress.make | 5 + .../CMakeFiles/lib505.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib505.dir/build.make | 132 + .../CMakeFiles/lib505.dir/cmake_clean.cmake | 14 + .../lib505.dir/compiler_depend.make | 2 + .../CMakeFiles/lib505.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib505.dir/depend.make | 2 + .../libtest/CMakeFiles/lib505.dir/flags.make | 10 + .../libtest/CMakeFiles/lib505.dir/link.txt | 1 + .../CMakeFiles/lib505.dir/progress.make | 4 + .../CMakeFiles/lib506.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib506.dir/build.make | 132 + .../CMakeFiles/lib506.dir/cmake_clean.cmake | 14 + .../lib506.dir/compiler_depend.make | 2 + .../CMakeFiles/lib506.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib506.dir/depend.make | 2 + .../libtest/CMakeFiles/lib506.dir/flags.make | 10 + .../libtest/CMakeFiles/lib506.dir/link.txt | 1 + .../CMakeFiles/lib506.dir/progress.make | 4 + .../CMakeFiles/lib507.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib507.dir/build.make | 148 + .../CMakeFiles/lib507.dir/cmake_clean.cmake | 16 + .../lib507.dir/compiler_depend.make | 2 + .../CMakeFiles/lib507.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib507.dir/depend.make | 2 + .../libtest/CMakeFiles/lib507.dir/flags.make | 10 + .../libtest/CMakeFiles/lib507.dir/link.txt | 1 + .../CMakeFiles/lib507.dir/progress.make | 5 + .../CMakeFiles/lib508.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib508.dir/build.make | 132 + .../CMakeFiles/lib508.dir/cmake_clean.cmake | 14 + .../lib508.dir/compiler_depend.make | 2 + .../CMakeFiles/lib508.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib508.dir/depend.make | 2 + .../libtest/CMakeFiles/lib508.dir/flags.make | 10 + .../libtest/CMakeFiles/lib508.dir/link.txt | 1 + .../CMakeFiles/lib508.dir/progress.make | 4 + .../CMakeFiles/lib509.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib509.dir/build.make | 132 + .../CMakeFiles/lib509.dir/cmake_clean.cmake | 14 + .../lib509.dir/compiler_depend.make | 2 + .../CMakeFiles/lib509.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib509.dir/depend.make | 2 + .../libtest/CMakeFiles/lib509.dir/flags.make | 10 + .../libtest/CMakeFiles/lib509.dir/link.txt | 1 + .../CMakeFiles/lib509.dir/progress.make | 4 + .../CMakeFiles/lib510.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib510.dir/build.make | 132 + .../CMakeFiles/lib510.dir/cmake_clean.cmake | 14 + .../lib510.dir/compiler_depend.make | 2 + .../CMakeFiles/lib510.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib510.dir/depend.make | 2 + .../libtest/CMakeFiles/lib510.dir/flags.make | 10 + .../libtest/CMakeFiles/lib510.dir/link.txt | 1 + .../CMakeFiles/lib510.dir/progress.make | 4 + .../CMakeFiles/lib511.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib511.dir/build.make | 132 + .../CMakeFiles/lib511.dir/cmake_clean.cmake | 14 + .../lib511.dir/compiler_depend.make | 2 + .../CMakeFiles/lib511.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib511.dir/depend.make | 2 + .../libtest/CMakeFiles/lib511.dir/flags.make | 10 + .../libtest/CMakeFiles/lib511.dir/link.txt | 1 + .../CMakeFiles/lib511.dir/progress.make | 4 + .../CMakeFiles/lib512.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib512.dir/build.make | 132 + .../CMakeFiles/lib512.dir/cmake_clean.cmake | 14 + .../lib512.dir/compiler_depend.make | 2 + .../CMakeFiles/lib512.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib512.dir/depend.make | 2 + .../libtest/CMakeFiles/lib512.dir/flags.make | 10 + .../libtest/CMakeFiles/lib512.dir/link.txt | 1 + .../CMakeFiles/lib512.dir/progress.make | 4 + .../CMakeFiles/lib513.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib513.dir/build.make | 132 + .../CMakeFiles/lib513.dir/cmake_clean.cmake | 14 + .../lib513.dir/compiler_depend.make | 2 + .../CMakeFiles/lib513.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib513.dir/depend.make | 2 + .../libtest/CMakeFiles/lib513.dir/flags.make | 10 + .../libtest/CMakeFiles/lib513.dir/link.txt | 1 + .../CMakeFiles/lib513.dir/progress.make | 4 + .../CMakeFiles/lib514.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib514.dir/build.make | 132 + .../CMakeFiles/lib514.dir/cmake_clean.cmake | 14 + .../lib514.dir/compiler_depend.make | 2 + .../CMakeFiles/lib514.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib514.dir/depend.make | 2 + .../libtest/CMakeFiles/lib514.dir/flags.make | 10 + .../libtest/CMakeFiles/lib514.dir/link.txt | 1 + .../CMakeFiles/lib514.dir/progress.make | 4 + .../CMakeFiles/lib515.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib515.dir/build.make | 132 + .../CMakeFiles/lib515.dir/cmake_clean.cmake | 14 + .../lib515.dir/compiler_depend.make | 2 + .../CMakeFiles/lib515.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib515.dir/depend.make | 2 + .../libtest/CMakeFiles/lib515.dir/flags.make | 10 + .../libtest/CMakeFiles/lib515.dir/link.txt | 1 + .../CMakeFiles/lib515.dir/progress.make | 4 + .../CMakeFiles/lib516.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib516.dir/build.make | 132 + .../CMakeFiles/lib516.dir/cmake_clean.cmake | 14 + .../lib516.dir/compiler_depend.make | 2 + .../CMakeFiles/lib516.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib516.dir/depend.make | 2 + .../libtest/CMakeFiles/lib516.dir/flags.make | 10 + .../libtest/CMakeFiles/lib516.dir/link.txt | 1 + .../CMakeFiles/lib516.dir/progress.make | 4 + .../CMakeFiles/lib517.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib517.dir/build.make | 132 + .../CMakeFiles/lib517.dir/cmake_clean.cmake | 14 + .../lib517.dir/compiler_depend.make | 2 + .../CMakeFiles/lib517.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib517.dir/depend.make | 2 + .../libtest/CMakeFiles/lib517.dir/flags.make | 10 + .../libtest/CMakeFiles/lib517.dir/link.txt | 1 + .../CMakeFiles/lib517.dir/progress.make | 4 + .../CMakeFiles/lib518.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib518.dir/build.make | 132 + .../CMakeFiles/lib518.dir/cmake_clean.cmake | 14 + .../lib518.dir/compiler_depend.make | 2 + .../CMakeFiles/lib518.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib518.dir/depend.make | 2 + .../libtest/CMakeFiles/lib518.dir/flags.make | 10 + .../libtest/CMakeFiles/lib518.dir/link.txt | 1 + .../CMakeFiles/lib518.dir/progress.make | 4 + .../CMakeFiles/lib519.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib519.dir/build.make | 132 + .../CMakeFiles/lib519.dir/cmake_clean.cmake | 14 + .../lib519.dir/compiler_depend.make | 2 + .../CMakeFiles/lib519.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib519.dir/depend.make | 2 + .../libtest/CMakeFiles/lib519.dir/flags.make | 10 + .../libtest/CMakeFiles/lib519.dir/link.txt | 1 + .../CMakeFiles/lib519.dir/progress.make | 4 + .../CMakeFiles/lib520.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib520.dir/build.make | 132 + .../CMakeFiles/lib520.dir/cmake_clean.cmake | 14 + .../lib520.dir/compiler_depend.make | 2 + .../CMakeFiles/lib520.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib520.dir/depend.make | 2 + .../libtest/CMakeFiles/lib520.dir/flags.make | 10 + .../libtest/CMakeFiles/lib520.dir/link.txt | 1 + .../CMakeFiles/lib520.dir/progress.make | 4 + .../CMakeFiles/lib521.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib521.dir/build.make | 132 + .../CMakeFiles/lib521.dir/cmake_clean.cmake | 14 + .../lib521.dir/compiler_depend.make | 2 + .../CMakeFiles/lib521.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib521.dir/depend.make | 2 + .../libtest/CMakeFiles/lib521.dir/flags.make | 10 + .../libtest/CMakeFiles/lib521.dir/link.txt | 1 + .../CMakeFiles/lib521.dir/progress.make | 4 + .../CMakeFiles/lib523.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib523.dir/build.make | 132 + .../CMakeFiles/lib523.dir/cmake_clean.cmake | 14 + .../lib523.dir/compiler_depend.make | 2 + .../CMakeFiles/lib523.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib523.dir/depend.make | 2 + .../libtest/CMakeFiles/lib523.dir/flags.make | 10 + .../libtest/CMakeFiles/lib523.dir/link.txt | 1 + .../CMakeFiles/lib523.dir/progress.make | 4 + .../CMakeFiles/lib524.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib524.dir/build.make | 132 + .../CMakeFiles/lib524.dir/cmake_clean.cmake | 14 + .../lib524.dir/compiler_depend.make | 2 + .../CMakeFiles/lib524.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib524.dir/depend.make | 2 + .../libtest/CMakeFiles/lib524.dir/flags.make | 10 + .../libtest/CMakeFiles/lib524.dir/link.txt | 1 + .../CMakeFiles/lib524.dir/progress.make | 4 + .../CMakeFiles/lib525.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib525.dir/build.make | 148 + .../CMakeFiles/lib525.dir/cmake_clean.cmake | 16 + .../lib525.dir/compiler_depend.make | 2 + .../CMakeFiles/lib525.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib525.dir/depend.make | 2 + .../libtest/CMakeFiles/lib525.dir/flags.make | 10 + .../libtest/CMakeFiles/lib525.dir/link.txt | 1 + .../CMakeFiles/lib525.dir/progress.make | 5 + .../CMakeFiles/lib526.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib526.dir/build.make | 148 + .../CMakeFiles/lib526.dir/cmake_clean.cmake | 16 + .../lib526.dir/compiler_depend.make | 2 + .../CMakeFiles/lib526.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib526.dir/depend.make | 2 + .../libtest/CMakeFiles/lib526.dir/flags.make | 10 + .../libtest/CMakeFiles/lib526.dir/link.txt | 1 + .../CMakeFiles/lib526.dir/progress.make | 5 + .../CMakeFiles/lib527.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib527.dir/build.make | 148 + .../CMakeFiles/lib527.dir/cmake_clean.cmake | 16 + .../lib527.dir/compiler_depend.make | 2 + .../CMakeFiles/lib527.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib527.dir/depend.make | 2 + .../libtest/CMakeFiles/lib527.dir/flags.make | 10 + .../libtest/CMakeFiles/lib527.dir/link.txt | 1 + .../CMakeFiles/lib527.dir/progress.make | 5 + .../CMakeFiles/lib529.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib529.dir/build.make | 148 + .../CMakeFiles/lib529.dir/cmake_clean.cmake | 16 + .../lib529.dir/compiler_depend.make | 2 + .../CMakeFiles/lib529.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib529.dir/depend.make | 2 + .../libtest/CMakeFiles/lib529.dir/flags.make | 10 + .../libtest/CMakeFiles/lib529.dir/link.txt | 1 + .../CMakeFiles/lib529.dir/progress.make | 5 + .../CMakeFiles/lib530.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib530.dir/build.make | 148 + .../CMakeFiles/lib530.dir/cmake_clean.cmake | 16 + .../lib530.dir/compiler_depend.make | 2 + .../CMakeFiles/lib530.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib530.dir/depend.make | 2 + .../libtest/CMakeFiles/lib530.dir/flags.make | 10 + .../libtest/CMakeFiles/lib530.dir/link.txt | 1 + .../CMakeFiles/lib530.dir/progress.make | 5 + .../CMakeFiles/lib532.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib532.dir/build.make | 148 + .../CMakeFiles/lib532.dir/cmake_clean.cmake | 16 + .../lib532.dir/compiler_depend.make | 2 + .../CMakeFiles/lib532.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib532.dir/depend.make | 2 + .../libtest/CMakeFiles/lib532.dir/flags.make | 10 + .../libtest/CMakeFiles/lib532.dir/link.txt | 1 + .../CMakeFiles/lib532.dir/progress.make | 5 + .../CMakeFiles/lib533.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib533.dir/build.make | 148 + .../CMakeFiles/lib533.dir/cmake_clean.cmake | 16 + .../lib533.dir/compiler_depend.make | 2 + .../CMakeFiles/lib533.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib533.dir/depend.make | 2 + .../libtest/CMakeFiles/lib533.dir/flags.make | 10 + .../libtest/CMakeFiles/lib533.dir/link.txt | 1 + .../CMakeFiles/lib533.dir/progress.make | 5 + .../CMakeFiles/lib536.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib536.dir/build.make | 132 + .../CMakeFiles/lib536.dir/cmake_clean.cmake | 14 + .../lib536.dir/compiler_depend.make | 2 + .../CMakeFiles/lib536.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib536.dir/depend.make | 2 + .../libtest/CMakeFiles/lib536.dir/flags.make | 10 + .../libtest/CMakeFiles/lib536.dir/link.txt | 1 + .../CMakeFiles/lib536.dir/progress.make | 4 + .../CMakeFiles/lib537.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib537.dir/build.make | 132 + .../CMakeFiles/lib537.dir/cmake_clean.cmake | 14 + .../lib537.dir/compiler_depend.make | 2 + .../CMakeFiles/lib537.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib537.dir/depend.make | 2 + .../libtest/CMakeFiles/lib537.dir/flags.make | 10 + .../libtest/CMakeFiles/lib537.dir/link.txt | 1 + .../CMakeFiles/lib537.dir/progress.make | 4 + .../CMakeFiles/lib539.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib539.dir/build.make | 132 + .../CMakeFiles/lib539.dir/cmake_clean.cmake | 14 + .../lib539.dir/compiler_depend.make | 2 + .../CMakeFiles/lib539.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib539.dir/depend.make | 2 + .../libtest/CMakeFiles/lib539.dir/flags.make | 10 + .../libtest/CMakeFiles/lib539.dir/link.txt | 1 + .../CMakeFiles/lib539.dir/progress.make | 4 + .../CMakeFiles/lib540.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib540.dir/build.make | 148 + .../CMakeFiles/lib540.dir/cmake_clean.cmake | 16 + .../lib540.dir/compiler_depend.make | 2 + .../CMakeFiles/lib540.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib540.dir/depend.make | 2 + .../libtest/CMakeFiles/lib540.dir/flags.make | 10 + .../libtest/CMakeFiles/lib540.dir/link.txt | 1 + .../CMakeFiles/lib540.dir/progress.make | 5 + .../CMakeFiles/lib541.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib541.dir/build.make | 132 + .../CMakeFiles/lib541.dir/cmake_clean.cmake | 14 + .../lib541.dir/compiler_depend.make | 2 + .../CMakeFiles/lib541.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib541.dir/depend.make | 2 + .../libtest/CMakeFiles/lib541.dir/flags.make | 10 + .../libtest/CMakeFiles/lib541.dir/link.txt | 1 + .../CMakeFiles/lib541.dir/progress.make | 4 + .../CMakeFiles/lib542.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib542.dir/build.make | 132 + .../CMakeFiles/lib542.dir/cmake_clean.cmake | 14 + .../lib542.dir/compiler_depend.make | 2 + .../CMakeFiles/lib542.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib542.dir/depend.make | 2 + .../libtest/CMakeFiles/lib542.dir/flags.make | 10 + .../libtest/CMakeFiles/lib542.dir/link.txt | 1 + .../CMakeFiles/lib542.dir/progress.make | 4 + .../CMakeFiles/lib543.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib543.dir/build.make | 132 + .../CMakeFiles/lib543.dir/cmake_clean.cmake | 14 + .../lib543.dir/compiler_depend.make | 2 + .../CMakeFiles/lib543.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib543.dir/depend.make | 2 + .../libtest/CMakeFiles/lib543.dir/flags.make | 10 + .../libtest/CMakeFiles/lib543.dir/link.txt | 1 + .../CMakeFiles/lib543.dir/progress.make | 4 + .../CMakeFiles/lib544.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib544.dir/build.make | 132 + .../CMakeFiles/lib544.dir/cmake_clean.cmake | 14 + .../lib544.dir/compiler_depend.make | 2 + .../CMakeFiles/lib544.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib544.dir/depend.make | 2 + .../libtest/CMakeFiles/lib544.dir/flags.make | 10 + .../libtest/CMakeFiles/lib544.dir/link.txt | 1 + .../CMakeFiles/lib544.dir/progress.make | 4 + .../CMakeFiles/lib545.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib545.dir/build.make | 132 + .../CMakeFiles/lib545.dir/cmake_clean.cmake | 14 + .../lib545.dir/compiler_depend.make | 2 + .../CMakeFiles/lib545.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib545.dir/depend.make | 2 + .../libtest/CMakeFiles/lib545.dir/flags.make | 10 + .../libtest/CMakeFiles/lib545.dir/link.txt | 1 + .../CMakeFiles/lib545.dir/progress.make | 4 + .../CMakeFiles/lib547.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib547.dir/build.make | 132 + .../CMakeFiles/lib547.dir/cmake_clean.cmake | 14 + .../lib547.dir/compiler_depend.make | 2 + .../CMakeFiles/lib547.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib547.dir/depend.make | 2 + .../libtest/CMakeFiles/lib547.dir/flags.make | 10 + .../libtest/CMakeFiles/lib547.dir/link.txt | 1 + .../CMakeFiles/lib547.dir/progress.make | 4 + .../CMakeFiles/lib548.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib548.dir/build.make | 132 + .../CMakeFiles/lib548.dir/cmake_clean.cmake | 14 + .../lib548.dir/compiler_depend.make | 2 + .../CMakeFiles/lib548.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib548.dir/depend.make | 2 + .../libtest/CMakeFiles/lib548.dir/flags.make | 10 + .../libtest/CMakeFiles/lib548.dir/link.txt | 1 + .../CMakeFiles/lib548.dir/progress.make | 4 + .../CMakeFiles/lib549.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib549.dir/build.make | 132 + .../CMakeFiles/lib549.dir/cmake_clean.cmake | 14 + .../lib549.dir/compiler_depend.make | 2 + .../CMakeFiles/lib549.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib549.dir/depend.make | 2 + .../libtest/CMakeFiles/lib549.dir/flags.make | 10 + .../libtest/CMakeFiles/lib549.dir/link.txt | 1 + .../CMakeFiles/lib549.dir/progress.make | 4 + .../CMakeFiles/lib552.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib552.dir/build.make | 132 + .../CMakeFiles/lib552.dir/cmake_clean.cmake | 14 + .../lib552.dir/compiler_depend.make | 2 + .../CMakeFiles/lib552.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib552.dir/depend.make | 2 + .../libtest/CMakeFiles/lib552.dir/flags.make | 10 + .../libtest/CMakeFiles/lib552.dir/link.txt | 1 + .../CMakeFiles/lib552.dir/progress.make | 4 + .../CMakeFiles/lib553.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib553.dir/build.make | 132 + .../CMakeFiles/lib553.dir/cmake_clean.cmake | 14 + .../lib553.dir/compiler_depend.make | 2 + .../CMakeFiles/lib553.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib553.dir/depend.make | 2 + .../libtest/CMakeFiles/lib553.dir/flags.make | 10 + .../libtest/CMakeFiles/lib553.dir/link.txt | 1 + .../CMakeFiles/lib553.dir/progress.make | 4 + .../CMakeFiles/lib554.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib554.dir/build.make | 132 + .../CMakeFiles/lib554.dir/cmake_clean.cmake | 14 + .../lib554.dir/compiler_depend.make | 2 + .../CMakeFiles/lib554.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib554.dir/depend.make | 2 + .../libtest/CMakeFiles/lib554.dir/flags.make | 10 + .../libtest/CMakeFiles/lib554.dir/link.txt | 1 + .../CMakeFiles/lib554.dir/progress.make | 4 + .../CMakeFiles/lib555.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib555.dir/build.make | 148 + .../CMakeFiles/lib555.dir/cmake_clean.cmake | 16 + .../lib555.dir/compiler_depend.make | 2 + .../CMakeFiles/lib555.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib555.dir/depend.make | 2 + .../libtest/CMakeFiles/lib555.dir/flags.make | 10 + .../libtest/CMakeFiles/lib555.dir/link.txt | 1 + .../CMakeFiles/lib555.dir/progress.make | 5 + .../CMakeFiles/lib556.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib556.dir/build.make | 132 + .../CMakeFiles/lib556.dir/cmake_clean.cmake | 14 + .../lib556.dir/compiler_depend.make | 2 + .../CMakeFiles/lib556.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib556.dir/depend.make | 2 + .../libtest/CMakeFiles/lib556.dir/flags.make | 10 + .../libtest/CMakeFiles/lib556.dir/link.txt | 1 + .../CMakeFiles/lib556.dir/progress.make | 4 + .../CMakeFiles/lib557.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib557.dir/build.make | 132 + .../CMakeFiles/lib557.dir/cmake_clean.cmake | 14 + .../lib557.dir/compiler_depend.make | 2 + .../CMakeFiles/lib557.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib557.dir/depend.make | 2 + .../libtest/CMakeFiles/lib557.dir/flags.make | 10 + .../libtest/CMakeFiles/lib557.dir/link.txt | 1 + .../CMakeFiles/lib557.dir/progress.make | 4 + .../CMakeFiles/lib558.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib558.dir/build.make | 132 + .../CMakeFiles/lib558.dir/cmake_clean.cmake | 14 + .../lib558.dir/compiler_depend.make | 2 + .../CMakeFiles/lib558.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib558.dir/depend.make | 2 + .../libtest/CMakeFiles/lib558.dir/flags.make | 10 + .../libtest/CMakeFiles/lib558.dir/link.txt | 1 + .../CMakeFiles/lib558.dir/progress.make | 4 + .../CMakeFiles/lib559.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib559.dir/build.make | 132 + .../CMakeFiles/lib559.dir/cmake_clean.cmake | 14 + .../lib559.dir/compiler_depend.make | 2 + .../CMakeFiles/lib559.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib559.dir/depend.make | 2 + .../libtest/CMakeFiles/lib559.dir/flags.make | 10 + .../libtest/CMakeFiles/lib559.dir/link.txt | 1 + .../CMakeFiles/lib559.dir/progress.make | 4 + .../CMakeFiles/lib560.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib560.dir/build.make | 148 + .../CMakeFiles/lib560.dir/cmake_clean.cmake | 16 + .../lib560.dir/compiler_depend.make | 2 + .../CMakeFiles/lib560.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib560.dir/depend.make | 2 + .../libtest/CMakeFiles/lib560.dir/flags.make | 10 + .../libtest/CMakeFiles/lib560.dir/link.txt | 1 + .../CMakeFiles/lib560.dir/progress.make | 5 + .../CMakeFiles/lib562.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib562.dir/build.make | 132 + .../CMakeFiles/lib562.dir/cmake_clean.cmake | 14 + .../lib562.dir/compiler_depend.make | 2 + .../CMakeFiles/lib562.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib562.dir/depend.make | 2 + .../libtest/CMakeFiles/lib562.dir/flags.make | 10 + .../libtest/CMakeFiles/lib562.dir/link.txt | 1 + .../CMakeFiles/lib562.dir/progress.make | 4 + .../CMakeFiles/lib564.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib564.dir/build.make | 148 + .../CMakeFiles/lib564.dir/cmake_clean.cmake | 16 + .../lib564.dir/compiler_depend.make | 2 + .../CMakeFiles/lib564.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib564.dir/depend.make | 2 + .../libtest/CMakeFiles/lib564.dir/flags.make | 10 + .../libtest/CMakeFiles/lib564.dir/link.txt | 1 + .../CMakeFiles/lib564.dir/progress.make | 5 + .../CMakeFiles/lib565.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib565.dir/build.make | 132 + .../CMakeFiles/lib565.dir/cmake_clean.cmake | 14 + .../lib565.dir/compiler_depend.make | 2 + .../CMakeFiles/lib565.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib565.dir/depend.make | 2 + .../libtest/CMakeFiles/lib565.dir/flags.make | 10 + .../libtest/CMakeFiles/lib565.dir/link.txt | 1 + .../CMakeFiles/lib565.dir/progress.make | 4 + .../CMakeFiles/lib566.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib566.dir/build.make | 132 + .../CMakeFiles/lib566.dir/cmake_clean.cmake | 14 + .../lib566.dir/compiler_depend.make | 2 + .../CMakeFiles/lib566.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib566.dir/depend.make | 2 + .../libtest/CMakeFiles/lib566.dir/flags.make | 10 + .../libtest/CMakeFiles/lib566.dir/link.txt | 1 + .../CMakeFiles/lib566.dir/progress.make | 4 + .../CMakeFiles/lib567.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib567.dir/build.make | 132 + .../CMakeFiles/lib567.dir/cmake_clean.cmake | 14 + .../lib567.dir/compiler_depend.make | 2 + .../CMakeFiles/lib567.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib567.dir/depend.make | 2 + .../libtest/CMakeFiles/lib567.dir/flags.make | 10 + .../libtest/CMakeFiles/lib567.dir/link.txt | 1 + .../CMakeFiles/lib567.dir/progress.make | 4 + .../CMakeFiles/lib568.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib568.dir/build.make | 132 + .../CMakeFiles/lib568.dir/cmake_clean.cmake | 14 + .../lib568.dir/compiler_depend.make | 2 + .../CMakeFiles/lib568.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib568.dir/depend.make | 2 + .../libtest/CMakeFiles/lib568.dir/flags.make | 10 + .../libtest/CMakeFiles/lib568.dir/link.txt | 1 + .../CMakeFiles/lib568.dir/progress.make | 4 + .../CMakeFiles/lib569.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib569.dir/build.make | 132 + .../CMakeFiles/lib569.dir/cmake_clean.cmake | 14 + .../lib569.dir/compiler_depend.make | 2 + .../CMakeFiles/lib569.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib569.dir/depend.make | 2 + .../libtest/CMakeFiles/lib569.dir/flags.make | 10 + .../libtest/CMakeFiles/lib569.dir/link.txt | 1 + .../CMakeFiles/lib569.dir/progress.make | 4 + .../CMakeFiles/lib570.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib570.dir/build.make | 132 + .../CMakeFiles/lib570.dir/cmake_clean.cmake | 14 + .../lib570.dir/compiler_depend.make | 2 + .../CMakeFiles/lib570.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib570.dir/depend.make | 2 + .../libtest/CMakeFiles/lib570.dir/flags.make | 10 + .../libtest/CMakeFiles/lib570.dir/link.txt | 1 + .../CMakeFiles/lib570.dir/progress.make | 4 + .../CMakeFiles/lib571.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib571.dir/build.make | 132 + .../CMakeFiles/lib571.dir/cmake_clean.cmake | 14 + .../lib571.dir/compiler_depend.make | 2 + .../CMakeFiles/lib571.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib571.dir/depend.make | 2 + .../libtest/CMakeFiles/lib571.dir/flags.make | 10 + .../libtest/CMakeFiles/lib571.dir/link.txt | 1 + .../CMakeFiles/lib571.dir/progress.make | 4 + .../CMakeFiles/lib572.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib572.dir/build.make | 132 + .../CMakeFiles/lib572.dir/cmake_clean.cmake | 14 + .../lib572.dir/compiler_depend.make | 2 + .../CMakeFiles/lib572.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib572.dir/depend.make | 2 + .../libtest/CMakeFiles/lib572.dir/flags.make | 10 + .../libtest/CMakeFiles/lib572.dir/link.txt | 1 + .../CMakeFiles/lib572.dir/progress.make | 4 + .../CMakeFiles/lib573.dir/DependInfo.cmake | 27 + .../libtest/CMakeFiles/lib573.dir/build.make | 164 + .../CMakeFiles/lib573.dir/cmake_clean.cmake | 18 + .../lib573.dir/compiler_depend.make | 2 + .../CMakeFiles/lib573.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib573.dir/depend.make | 2 + .../libtest/CMakeFiles/lib573.dir/flags.make | 10 + .../libtest/CMakeFiles/lib573.dir/link.txt | 1 + .../CMakeFiles/lib573.dir/progress.make | 6 + .../CMakeFiles/lib574.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib574.dir/build.make | 132 + .../CMakeFiles/lib574.dir/cmake_clean.cmake | 14 + .../lib574.dir/compiler_depend.make | 2 + .../CMakeFiles/lib574.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib574.dir/depend.make | 2 + .../libtest/CMakeFiles/lib574.dir/flags.make | 10 + .../libtest/CMakeFiles/lib574.dir/link.txt | 1 + .../CMakeFiles/lib574.dir/progress.make | 4 + .../CMakeFiles/lib575.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib575.dir/build.make | 148 + .../CMakeFiles/lib575.dir/cmake_clean.cmake | 16 + .../lib575.dir/compiler_depend.make | 2 + .../CMakeFiles/lib575.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib575.dir/depend.make | 2 + .../libtest/CMakeFiles/lib575.dir/flags.make | 10 + .../libtest/CMakeFiles/lib575.dir/link.txt | 1 + .../CMakeFiles/lib575.dir/progress.make | 5 + .../CMakeFiles/lib576.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib576.dir/build.make | 132 + .../CMakeFiles/lib576.dir/cmake_clean.cmake | 14 + .../lib576.dir/compiler_depend.make | 2 + .../CMakeFiles/lib576.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib576.dir/depend.make | 2 + .../libtest/CMakeFiles/lib576.dir/flags.make | 10 + .../libtest/CMakeFiles/lib576.dir/link.txt | 1 + .../CMakeFiles/lib576.dir/progress.make | 4 + .../CMakeFiles/lib578.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib578.dir/build.make | 132 + .../CMakeFiles/lib578.dir/cmake_clean.cmake | 14 + .../lib578.dir/compiler_depend.make | 2 + .../CMakeFiles/lib578.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib578.dir/depend.make | 2 + .../libtest/CMakeFiles/lib578.dir/flags.make | 10 + .../libtest/CMakeFiles/lib578.dir/link.txt | 1 + .../CMakeFiles/lib578.dir/progress.make | 4 + .../CMakeFiles/lib579.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib579.dir/build.make | 132 + .../CMakeFiles/lib579.dir/cmake_clean.cmake | 14 + .../lib579.dir/compiler_depend.make | 2 + .../CMakeFiles/lib579.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib579.dir/depend.make | 2 + .../libtest/CMakeFiles/lib579.dir/flags.make | 10 + .../libtest/CMakeFiles/lib579.dir/link.txt | 1 + .../CMakeFiles/lib579.dir/progress.make | 4 + .../CMakeFiles/lib582.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib582.dir/build.make | 148 + .../CMakeFiles/lib582.dir/cmake_clean.cmake | 16 + .../lib582.dir/compiler_depend.make | 2 + .../CMakeFiles/lib582.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib582.dir/depend.make | 2 + .../libtest/CMakeFiles/lib582.dir/flags.make | 10 + .../libtest/CMakeFiles/lib582.dir/link.txt | 1 + .../CMakeFiles/lib582.dir/progress.make | 5 + .../CMakeFiles/lib583.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib583.dir/build.make | 132 + .../CMakeFiles/lib583.dir/cmake_clean.cmake | 14 + .../lib583.dir/compiler_depend.make | 2 + .../CMakeFiles/lib583.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib583.dir/depend.make | 2 + .../libtest/CMakeFiles/lib583.dir/flags.make | 10 + .../libtest/CMakeFiles/lib583.dir/link.txt | 1 + .../CMakeFiles/lib583.dir/progress.make | 4 + .../CMakeFiles/lib584.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib584.dir/build.make | 132 + .../CMakeFiles/lib584.dir/cmake_clean.cmake | 14 + .../lib584.dir/compiler_depend.make | 2 + .../CMakeFiles/lib584.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib584.dir/depend.make | 2 + .../libtest/CMakeFiles/lib584.dir/flags.make | 10 + .../libtest/CMakeFiles/lib584.dir/link.txt | 1 + .../CMakeFiles/lib584.dir/progress.make | 4 + .../CMakeFiles/lib585.dir/DependInfo.cmake | 27 + .../libtest/CMakeFiles/lib585.dir/build.make | 164 + .../CMakeFiles/lib585.dir/cmake_clean.cmake | 18 + .../lib585.dir/compiler_depend.make | 2 + .../CMakeFiles/lib585.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib585.dir/depend.make | 2 + .../libtest/CMakeFiles/lib585.dir/flags.make | 10 + .../libtest/CMakeFiles/lib585.dir/link.txt | 1 + .../CMakeFiles/lib585.dir/progress.make | 6 + .../CMakeFiles/lib586.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib586.dir/build.make | 132 + .../CMakeFiles/lib586.dir/cmake_clean.cmake | 14 + .../lib586.dir/compiler_depend.make | 2 + .../CMakeFiles/lib586.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib586.dir/depend.make | 2 + .../libtest/CMakeFiles/lib586.dir/flags.make | 10 + .../libtest/CMakeFiles/lib586.dir/link.txt | 1 + .../CMakeFiles/lib586.dir/progress.make | 4 + .../CMakeFiles/lib587.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib587.dir/build.make | 132 + .../CMakeFiles/lib587.dir/cmake_clean.cmake | 14 + .../lib587.dir/compiler_depend.make | 2 + .../CMakeFiles/lib587.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib587.dir/depend.make | 2 + .../libtest/CMakeFiles/lib587.dir/flags.make | 10 + .../libtest/CMakeFiles/lib587.dir/link.txt | 1 + .../CMakeFiles/lib587.dir/progress.make | 4 + .../CMakeFiles/lib589.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib589.dir/build.make | 132 + .../CMakeFiles/lib589.dir/cmake_clean.cmake | 14 + .../lib589.dir/compiler_depend.make | 2 + .../CMakeFiles/lib589.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib589.dir/depend.make | 2 + .../libtest/CMakeFiles/lib589.dir/flags.make | 10 + .../libtest/CMakeFiles/lib589.dir/link.txt | 1 + .../CMakeFiles/lib589.dir/progress.make | 4 + .../CMakeFiles/lib590.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib590.dir/build.make | 132 + .../CMakeFiles/lib590.dir/cmake_clean.cmake | 14 + .../lib590.dir/compiler_depend.make | 2 + .../CMakeFiles/lib590.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib590.dir/depend.make | 2 + .../libtest/CMakeFiles/lib590.dir/flags.make | 10 + .../libtest/CMakeFiles/lib590.dir/link.txt | 1 + .../CMakeFiles/lib590.dir/progress.make | 4 + .../CMakeFiles/lib591.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib591.dir/build.make | 148 + .../CMakeFiles/lib591.dir/cmake_clean.cmake | 16 + .../lib591.dir/compiler_depend.make | 2 + .../CMakeFiles/lib591.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib591.dir/depend.make | 2 + .../libtest/CMakeFiles/lib591.dir/flags.make | 10 + .../libtest/CMakeFiles/lib591.dir/link.txt | 1 + .../CMakeFiles/lib591.dir/progress.make | 5 + .../CMakeFiles/lib597.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib597.dir/build.make | 148 + .../CMakeFiles/lib597.dir/cmake_clean.cmake | 16 + .../lib597.dir/compiler_depend.make | 2 + .../CMakeFiles/lib597.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib597.dir/depend.make | 2 + .../libtest/CMakeFiles/lib597.dir/flags.make | 10 + .../libtest/CMakeFiles/lib597.dir/link.txt | 1 + .../CMakeFiles/lib597.dir/progress.make | 5 + .../CMakeFiles/lib598.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib598.dir/build.make | 132 + .../CMakeFiles/lib598.dir/cmake_clean.cmake | 14 + .../lib598.dir/compiler_depend.make | 2 + .../CMakeFiles/lib598.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib598.dir/depend.make | 2 + .../libtest/CMakeFiles/lib598.dir/flags.make | 10 + .../libtest/CMakeFiles/lib598.dir/link.txt | 1 + .../CMakeFiles/lib598.dir/progress.make | 4 + .../CMakeFiles/lib599.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib599.dir/build.make | 132 + .../CMakeFiles/lib599.dir/cmake_clean.cmake | 14 + .../lib599.dir/compiler_depend.make | 2 + .../CMakeFiles/lib599.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib599.dir/depend.make | 2 + .../libtest/CMakeFiles/lib599.dir/flags.make | 10 + .../libtest/CMakeFiles/lib599.dir/link.txt | 1 + .../CMakeFiles/lib599.dir/progress.make | 4 + .../CMakeFiles/lib643.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib643.dir/build.make | 132 + .../CMakeFiles/lib643.dir/cmake_clean.cmake | 14 + .../lib643.dir/compiler_depend.make | 2 + .../CMakeFiles/lib643.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib643.dir/depend.make | 2 + .../libtest/CMakeFiles/lib643.dir/flags.make | 10 + .../libtest/CMakeFiles/lib643.dir/link.txt | 1 + .../CMakeFiles/lib643.dir/progress.make | 4 + .../CMakeFiles/lib645.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib645.dir/build.make | 132 + .../CMakeFiles/lib645.dir/cmake_clean.cmake | 14 + .../lib645.dir/compiler_depend.make | 2 + .../CMakeFiles/lib645.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib645.dir/depend.make | 2 + .../libtest/CMakeFiles/lib645.dir/flags.make | 10 + .../libtest/CMakeFiles/lib645.dir/link.txt | 1 + .../CMakeFiles/lib645.dir/progress.make | 4 + .../CMakeFiles/lib650.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib650.dir/build.make | 132 + .../CMakeFiles/lib650.dir/cmake_clean.cmake | 14 + .../lib650.dir/compiler_depend.make | 2 + .../CMakeFiles/lib650.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib650.dir/depend.make | 2 + .../libtest/CMakeFiles/lib650.dir/flags.make | 10 + .../libtest/CMakeFiles/lib650.dir/link.txt | 1 + .../CMakeFiles/lib650.dir/progress.make | 4 + .../CMakeFiles/lib651.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib651.dir/build.make | 132 + .../CMakeFiles/lib651.dir/cmake_clean.cmake | 14 + .../lib651.dir/compiler_depend.make | 2 + .../CMakeFiles/lib651.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib651.dir/depend.make | 2 + .../libtest/CMakeFiles/lib651.dir/flags.make | 10 + .../libtest/CMakeFiles/lib651.dir/link.txt | 1 + .../CMakeFiles/lib651.dir/progress.make | 4 + .../CMakeFiles/lib652.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib652.dir/build.make | 132 + .../CMakeFiles/lib652.dir/cmake_clean.cmake | 14 + .../lib652.dir/compiler_depend.make | 2 + .../CMakeFiles/lib652.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib652.dir/depend.make | 2 + .../libtest/CMakeFiles/lib652.dir/flags.make | 10 + .../libtest/CMakeFiles/lib652.dir/link.txt | 1 + .../CMakeFiles/lib652.dir/progress.make | 4 + .../CMakeFiles/lib653.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib653.dir/build.make | 132 + .../CMakeFiles/lib653.dir/cmake_clean.cmake | 14 + .../lib653.dir/compiler_depend.make | 2 + .../CMakeFiles/lib653.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib653.dir/depend.make | 2 + .../libtest/CMakeFiles/lib653.dir/flags.make | 10 + .../libtest/CMakeFiles/lib653.dir/link.txt | 1 + .../CMakeFiles/lib653.dir/progress.make | 4 + .../CMakeFiles/lib654.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib654.dir/build.make | 132 + .../CMakeFiles/lib654.dir/cmake_clean.cmake | 14 + .../lib654.dir/compiler_depend.make | 2 + .../CMakeFiles/lib654.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib654.dir/depend.make | 2 + .../libtest/CMakeFiles/lib654.dir/flags.make | 10 + .../libtest/CMakeFiles/lib654.dir/link.txt | 1 + .../CMakeFiles/lib654.dir/progress.make | 4 + .../CMakeFiles/lib655.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib655.dir/build.make | 132 + .../CMakeFiles/lib655.dir/cmake_clean.cmake | 14 + .../lib655.dir/compiler_depend.make | 2 + .../CMakeFiles/lib655.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib655.dir/depend.make | 2 + .../libtest/CMakeFiles/lib655.dir/flags.make | 10 + .../libtest/CMakeFiles/lib655.dir/link.txt | 1 + .../CMakeFiles/lib655.dir/progress.make | 4 + .../CMakeFiles/lib658.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib658.dir/build.make | 148 + .../CMakeFiles/lib658.dir/cmake_clean.cmake | 16 + .../lib658.dir/compiler_depend.make | 2 + .../CMakeFiles/lib658.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib658.dir/depend.make | 2 + .../libtest/CMakeFiles/lib658.dir/flags.make | 10 + .../libtest/CMakeFiles/lib658.dir/link.txt | 1 + .../CMakeFiles/lib658.dir/progress.make | 5 + .../CMakeFiles/lib659.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib659.dir/build.make | 148 + .../CMakeFiles/lib659.dir/cmake_clean.cmake | 16 + .../lib659.dir/compiler_depend.make | 2 + .../CMakeFiles/lib659.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib659.dir/depend.make | 2 + .../libtest/CMakeFiles/lib659.dir/flags.make | 10 + .../libtest/CMakeFiles/lib659.dir/link.txt | 1 + .../CMakeFiles/lib659.dir/progress.make | 5 + .../CMakeFiles/lib661.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib661.dir/build.make | 132 + .../CMakeFiles/lib661.dir/cmake_clean.cmake | 14 + .../lib661.dir/compiler_depend.make | 2 + .../CMakeFiles/lib661.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib661.dir/depend.make | 2 + .../libtest/CMakeFiles/lib661.dir/flags.make | 10 + .../libtest/CMakeFiles/lib661.dir/link.txt | 1 + .../CMakeFiles/lib661.dir/progress.make | 4 + .../CMakeFiles/lib666.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib666.dir/build.make | 132 + .../CMakeFiles/lib666.dir/cmake_clean.cmake | 14 + .../lib666.dir/compiler_depend.make | 2 + .../CMakeFiles/lib666.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib666.dir/depend.make | 2 + .../libtest/CMakeFiles/lib666.dir/flags.make | 10 + .../libtest/CMakeFiles/lib666.dir/link.txt | 1 + .../CMakeFiles/lib666.dir/progress.make | 4 + .../CMakeFiles/lib667.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib667.dir/build.make | 148 + .../CMakeFiles/lib667.dir/cmake_clean.cmake | 16 + .../lib667.dir/compiler_depend.make | 2 + .../CMakeFiles/lib667.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib667.dir/depend.make | 2 + .../libtest/CMakeFiles/lib667.dir/flags.make | 10 + .../libtest/CMakeFiles/lib667.dir/link.txt | 1 + .../CMakeFiles/lib667.dir/progress.make | 5 + .../CMakeFiles/lib668.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib668.dir/build.make | 148 + .../CMakeFiles/lib668.dir/cmake_clean.cmake | 16 + .../lib668.dir/compiler_depend.make | 2 + .../CMakeFiles/lib668.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib668.dir/depend.make | 2 + .../libtest/CMakeFiles/lib668.dir/flags.make | 10 + .../libtest/CMakeFiles/lib668.dir/link.txt | 1 + .../CMakeFiles/lib668.dir/progress.make | 5 + .../CMakeFiles/lib670.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib670.dir/build.make | 148 + .../CMakeFiles/lib670.dir/cmake_clean.cmake | 16 + .../lib670.dir/compiler_depend.make | 2 + .../CMakeFiles/lib670.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib670.dir/depend.make | 2 + .../libtest/CMakeFiles/lib670.dir/flags.make | 10 + .../libtest/CMakeFiles/lib670.dir/link.txt | 1 + .../CMakeFiles/lib670.dir/progress.make | 5 + .../CMakeFiles/lib671.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib671.dir/build.make | 148 + .../CMakeFiles/lib671.dir/cmake_clean.cmake | 16 + .../lib671.dir/compiler_depend.make | 2 + .../CMakeFiles/lib671.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib671.dir/depend.make | 2 + .../libtest/CMakeFiles/lib671.dir/flags.make | 10 + .../libtest/CMakeFiles/lib671.dir/link.txt | 1 + .../CMakeFiles/lib671.dir/progress.make | 5 + .../CMakeFiles/lib672.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib672.dir/build.make | 148 + .../CMakeFiles/lib672.dir/cmake_clean.cmake | 16 + .../lib672.dir/compiler_depend.make | 2 + .../CMakeFiles/lib672.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib672.dir/depend.make | 2 + .../libtest/CMakeFiles/lib672.dir/flags.make | 10 + .../libtest/CMakeFiles/lib672.dir/link.txt | 1 + .../CMakeFiles/lib672.dir/progress.make | 5 + .../CMakeFiles/lib673.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib673.dir/build.make | 148 + .../CMakeFiles/lib673.dir/cmake_clean.cmake | 16 + .../lib673.dir/compiler_depend.make | 2 + .../CMakeFiles/lib673.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib673.dir/depend.make | 2 + .../libtest/CMakeFiles/lib673.dir/flags.make | 10 + .../libtest/CMakeFiles/lib673.dir/link.txt | 1 + .../CMakeFiles/lib673.dir/progress.make | 5 + .../CMakeFiles/lib674.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib674.dir/build.make | 148 + .../CMakeFiles/lib674.dir/cmake_clean.cmake | 16 + .../lib674.dir/compiler_depend.make | 2 + .../CMakeFiles/lib674.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib674.dir/depend.make | 2 + .../libtest/CMakeFiles/lib674.dir/flags.make | 10 + .../libtest/CMakeFiles/lib674.dir/link.txt | 1 + .../CMakeFiles/lib674.dir/progress.make | 5 + .../CMakeFiles/lib676.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib676.dir/build.make | 148 + .../CMakeFiles/lib676.dir/cmake_clean.cmake | 16 + .../lib676.dir/compiler_depend.make | 2 + .../CMakeFiles/lib676.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib676.dir/depend.make | 2 + .../libtest/CMakeFiles/lib676.dir/flags.make | 10 + .../libtest/CMakeFiles/lib676.dir/link.txt | 1 + .../CMakeFiles/lib676.dir/progress.make | 5 + .../CMakeFiles/lib677.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib677.dir/build.make | 148 + .../CMakeFiles/lib677.dir/cmake_clean.cmake | 16 + .../lib677.dir/compiler_depend.make | 2 + .../CMakeFiles/lib677.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib677.dir/depend.make | 2 + .../libtest/CMakeFiles/lib677.dir/flags.make | 10 + .../libtest/CMakeFiles/lib677.dir/link.txt | 1 + .../CMakeFiles/lib677.dir/progress.make | 5 + .../CMakeFiles/lib678.dir/DependInfo.cmake | 26 + .../libtest/CMakeFiles/lib678.dir/build.make | 148 + .../CMakeFiles/lib678.dir/cmake_clean.cmake | 16 + .../lib678.dir/compiler_depend.make | 2 + .../CMakeFiles/lib678.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib678.dir/depend.make | 2 + .../libtest/CMakeFiles/lib678.dir/flags.make | 10 + .../libtest/CMakeFiles/lib678.dir/link.txt | 1 + .../CMakeFiles/lib678.dir/progress.make | 5 + .../CMakeFiles/lib694.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib694.dir/build.make | 132 + .../CMakeFiles/lib694.dir/cmake_clean.cmake | 14 + .../lib694.dir/compiler_depend.make | 2 + .../CMakeFiles/lib694.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib694.dir/depend.make | 2 + .../libtest/CMakeFiles/lib694.dir/flags.make | 10 + .../libtest/CMakeFiles/lib694.dir/link.txt | 1 + .../CMakeFiles/lib694.dir/progress.make | 4 + .../CMakeFiles/lib695.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib695.dir/build.make | 132 + .../CMakeFiles/lib695.dir/cmake_clean.cmake | 14 + .../lib695.dir/compiler_depend.make | 2 + .../CMakeFiles/lib695.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib695.dir/depend.make | 2 + .../libtest/CMakeFiles/lib695.dir/flags.make | 10 + .../libtest/CMakeFiles/lib695.dir/link.txt | 1 + .../CMakeFiles/lib695.dir/progress.make | 4 + .../CMakeFiles/lib696.dir/DependInfo.cmake | 25 + .../libtest/CMakeFiles/lib696.dir/build.make | 132 + .../CMakeFiles/lib696.dir/cmake_clean.cmake | 14 + .../lib696.dir/compiler_depend.make | 2 + .../CMakeFiles/lib696.dir/compiler_depend.ts | 2 + .../libtest/CMakeFiles/lib696.dir/depend.make | 2 + .../libtest/CMakeFiles/lib696.dir/flags.make | 10 + .../libtest/CMakeFiles/lib696.dir/link.txt | 1 + .../CMakeFiles/lib696.dir/progress.make | 4 + .../libauthretry.dir/DependInfo.cmake | 25 + .../CMakeFiles/libauthretry.dir/build.make | 132 + .../libauthretry.dir/cmake_clean.cmake | 14 + .../libauthretry.dir/compiler_depend.make | 2 + .../libauthretry.dir/compiler_depend.ts | 2 + .../CMakeFiles/libauthretry.dir/depend.make | 2 + .../CMakeFiles/libauthretry.dir/flags.make | 10 + .../CMakeFiles/libauthretry.dir/link.txt | 1 + .../CMakeFiles/libauthretry.dir/progress.make | 4 + .../libntlmconnect.dir/DependInfo.cmake | 26 + .../CMakeFiles/libntlmconnect.dir/build.make | 148 + .../libntlmconnect.dir/cmake_clean.cmake | 16 + .../libntlmconnect.dir/compiler_depend.make | 2 + .../libntlmconnect.dir/compiler_depend.ts | 2 + .../CMakeFiles/libntlmconnect.dir/depend.make | 2 + .../CMakeFiles/libntlmconnect.dir/flags.make | 10 + .../CMakeFiles/libntlmconnect.dir/link.txt | 1 + .../libntlmconnect.dir/progress.make | 5 + .../CMakeFiles/libprereq.dir/DependInfo.cmake | 26 + .../CMakeFiles/libprereq.dir/build.make | 148 + .../libprereq.dir/cmake_clean.cmake | 16 + .../libprereq.dir/compiler_depend.make | 2 + .../libprereq.dir/compiler_depend.ts | 2 + .../CMakeFiles/libprereq.dir/depend.make | 2 + .../CMakeFiles/libprereq.dir/flags.make | 10 + .../libtest/CMakeFiles/libprereq.dir/link.txt | 1 + .../CMakeFiles/libprereq.dir/progress.make | 5 + .../tests/libtest/CMakeFiles/progress.marks | 1 + .../external/curl/tests/libtest/Makefile | 11463 +++++++++ .../curl/tests/libtest/Makefile.inc.cmake | 764 + .../curl/tests/libtest/cmake_install.cmake | 50 + .../CMakeDirectoryInformation.cmake | 16 + .../CMakeFiles/dnsd.dir/DependInfo.cmake | 36 + .../server/CMakeFiles/dnsd.dir/build.make | 307 + .../CMakeFiles/dnsd.dir/cmake_clean.cmake | 36 + .../CMakeFiles/dnsd.dir/compiler_depend.make | 2 + .../CMakeFiles/dnsd.dir/compiler_depend.ts | 2 + .../server/CMakeFiles/dnsd.dir/depend.make | 2 + .../server/CMakeFiles/dnsd.dir/flags.make | 10 + .../tests/server/CMakeFiles/dnsd.dir/link.txt | 1 + .../server/CMakeFiles/dnsd.dir/progress.make | 15 + .../CMakeFiles/mqttd.dir/DependInfo.cmake | 36 + .../server/CMakeFiles/mqttd.dir/build.make | 307 + .../CMakeFiles/mqttd.dir/cmake_clean.cmake | 36 + .../CMakeFiles/mqttd.dir/compiler_depend.make | 2 + .../CMakeFiles/mqttd.dir/compiler_depend.ts | 2 + .../server/CMakeFiles/mqttd.dir/depend.make | 2 + .../server/CMakeFiles/mqttd.dir/flags.make | 10 + .../server/CMakeFiles/mqttd.dir/link.txt | 1 + .../server/CMakeFiles/mqttd.dir/progress.make | 15 + .../tests/server/CMakeFiles/progress.marks | 1 + .../CMakeFiles/resolve.dir/DependInfo.cmake | 36 + .../server/CMakeFiles/resolve.dir/build.make | 307 + .../CMakeFiles/resolve.dir/cmake_clean.cmake | 36 + .../resolve.dir/compiler_depend.make | 2 + .../CMakeFiles/resolve.dir/compiler_depend.ts | 2 + .../server/CMakeFiles/resolve.dir/depend.make | 2 + .../server/CMakeFiles/resolve.dir/flags.make | 10 + .../server/CMakeFiles/resolve.dir/link.txt | 1 + .../CMakeFiles/resolve.dir/progress.make | 15 + .../CMakeFiles/rtspd.dir/DependInfo.cmake | 36 + .../server/CMakeFiles/rtspd.dir/build.make | 307 + .../CMakeFiles/rtspd.dir/cmake_clean.cmake | 36 + .../CMakeFiles/rtspd.dir/compiler_depend.make | 2 + .../CMakeFiles/rtspd.dir/compiler_depend.ts | 2 + .../server/CMakeFiles/rtspd.dir/depend.make | 2 + .../server/CMakeFiles/rtspd.dir/flags.make | 10 + .../server/CMakeFiles/rtspd.dir/link.txt | 1 + .../server/CMakeFiles/rtspd.dir/progress.make | 15 + .../CMakeFiles/sockfilt.dir/DependInfo.cmake | 37 + .../server/CMakeFiles/sockfilt.dir/build.make | 323 + .../CMakeFiles/sockfilt.dir/cmake_clean.cmake | 38 + .../sockfilt.dir/compiler_depend.make | 2 + .../sockfilt.dir/compiler_depend.ts | 2 + .../CMakeFiles/sockfilt.dir/depend.make | 2 + .../server/CMakeFiles/sockfilt.dir/flags.make | 10 + .../server/CMakeFiles/sockfilt.dir/link.txt | 1 + .../CMakeFiles/sockfilt.dir/progress.make | 16 + .../CMakeFiles/socksd.dir/DependInfo.cmake | 37 + .../server/CMakeFiles/socksd.dir/build.make | 323 + .../CMakeFiles/socksd.dir/cmake_clean.cmake | 38 + .../socksd.dir/compiler_depend.make | 2 + .../CMakeFiles/socksd.dir/compiler_depend.ts | 2 + .../server/CMakeFiles/socksd.dir/depend.make | 2 + .../server/CMakeFiles/socksd.dir/flags.make | 10 + .../server/CMakeFiles/socksd.dir/link.txt | 1 + .../CMakeFiles/socksd.dir/progress.make | 16 + .../CMakeFiles/sws.dir/DependInfo.cmake | 37 + .../server/CMakeFiles/sws.dir/build.make | 323 + .../CMakeFiles/sws.dir/cmake_clean.cmake | 38 + .../CMakeFiles/sws.dir/compiler_depend.make | 2 + .../CMakeFiles/sws.dir/compiler_depend.ts | 2 + .../server/CMakeFiles/sws.dir/depend.make | 2 + .../server/CMakeFiles/sws.dir/flags.make | 10 + .../tests/server/CMakeFiles/sws.dir/link.txt | 1 + .../server/CMakeFiles/sws.dir/progress.make | 16 + .../CMakeFiles/tftpd.dir/DependInfo.cmake | 36 + .../server/CMakeFiles/tftpd.dir/build.make | 307 + .../CMakeFiles/tftpd.dir/cmake_clean.cmake | 36 + .../CMakeFiles/tftpd.dir/compiler_depend.make | 2 + .../CMakeFiles/tftpd.dir/compiler_depend.ts | 2 + .../server/CMakeFiles/tftpd.dir/depend.make | 2 + .../server/CMakeFiles/tftpd.dir/flags.make | 10 + .../server/CMakeFiles/tftpd.dir/link.txt | 1 + .../server/CMakeFiles/tftpd.dir/progress.make | 15 + .../external/curl/tests/server/Makefile | 1158 + .../curl/tests/server/Makefile.inc.cmake | 112 + .../curl/tests/server/cmake_install.cmake | 50 + .../CMakeDirectoryInformation.cmake | 16 + .../tests/tunit/CMakeFiles/progress.marks | 1 + .../CMakeFiles/tool1394.dir/DependInfo.cmake | 25 + .../tunit/CMakeFiles/tool1394.dir/build.make | 132 + .../CMakeFiles/tool1394.dir/cmake_clean.cmake | 14 + .../tool1394.dir/compiler_depend.make | 2 + .../tool1394.dir/compiler_depend.ts | 2 + .../tunit/CMakeFiles/tool1394.dir/depend.make | 2 + .../tunit/CMakeFiles/tool1394.dir/flags.make | 10 + .../tunit/CMakeFiles/tool1394.dir/link.txt | 1 + .../CMakeFiles/tool1394.dir/progress.make | 4 + .../CMakeFiles/tool1604.dir/DependInfo.cmake | 25 + .../tunit/CMakeFiles/tool1604.dir/build.make | 132 + .../CMakeFiles/tool1604.dir/cmake_clean.cmake | 14 + .../tool1604.dir/compiler_depend.make | 2 + .../tool1604.dir/compiler_depend.ts | 2 + .../tunit/CMakeFiles/tool1604.dir/depend.make | 2 + .../tunit/CMakeFiles/tool1604.dir/flags.make | 10 + .../tunit/CMakeFiles/tool1604.dir/link.txt | 1 + .../CMakeFiles/tool1604.dir/progress.make | 4 + .../CMakeFiles/tool1621.dir/DependInfo.cmake | 25 + .../tunit/CMakeFiles/tool1621.dir/build.make | 132 + .../CMakeFiles/tool1621.dir/cmake_clean.cmake | 14 + .../tool1621.dir/compiler_depend.make | 2 + .../tool1621.dir/compiler_depend.ts | 2 + .../tunit/CMakeFiles/tool1621.dir/depend.make | 2 + .../tunit/CMakeFiles/tool1621.dir/flags.make | 10 + .../tunit/CMakeFiles/tool1621.dir/link.txt | 1 + .../CMakeFiles/tool1621.dir/progress.make | 4 + .../external/curl/tests/tunit/Makefile | 372 + .../curl/tests/tunit/Makefile.inc.cmake | 38 + .../curl/tests/tunit/cmake_install.cmake | 50 + .../CMakeDirectoryInformation.cmake | 16 + .../curl/tests/unit/CMakeFiles/progress.marks | 1 + .../CMakeFiles/unit1300.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1300.dir/build.make | 132 + .../CMakeFiles/unit1300.dir/cmake_clean.cmake | 14 + .../unit1300.dir/compiler_depend.make | 2 + .../unit1300.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1300.dir/depend.make | 2 + .../unit/CMakeFiles/unit1300.dir/flags.make | 10 + .../unit/CMakeFiles/unit1300.dir/link.txt | 1 + .../CMakeFiles/unit1300.dir/progress.make | 4 + .../CMakeFiles/unit1302.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1302.dir/build.make | 132 + .../CMakeFiles/unit1302.dir/cmake_clean.cmake | 14 + .../unit1302.dir/compiler_depend.make | 2 + .../unit1302.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1302.dir/depend.make | 2 + .../unit/CMakeFiles/unit1302.dir/flags.make | 10 + .../unit/CMakeFiles/unit1302.dir/link.txt | 1 + .../CMakeFiles/unit1302.dir/progress.make | 4 + .../CMakeFiles/unit1303.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1303.dir/build.make | 132 + .../CMakeFiles/unit1303.dir/cmake_clean.cmake | 14 + .../unit1303.dir/compiler_depend.make | 2 + .../unit1303.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1303.dir/depend.make | 2 + .../unit/CMakeFiles/unit1303.dir/flags.make | 10 + .../unit/CMakeFiles/unit1303.dir/link.txt | 1 + .../CMakeFiles/unit1303.dir/progress.make | 4 + .../CMakeFiles/unit1304.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1304.dir/build.make | 132 + .../CMakeFiles/unit1304.dir/cmake_clean.cmake | 14 + .../unit1304.dir/compiler_depend.make | 2 + .../unit1304.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1304.dir/depend.make | 2 + .../unit/CMakeFiles/unit1304.dir/flags.make | 10 + .../unit/CMakeFiles/unit1304.dir/link.txt | 1 + .../CMakeFiles/unit1304.dir/progress.make | 4 + .../CMakeFiles/unit1305.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1305.dir/build.make | 132 + .../CMakeFiles/unit1305.dir/cmake_clean.cmake | 14 + .../unit1305.dir/compiler_depend.make | 2 + .../unit1305.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1305.dir/depend.make | 2 + .../unit/CMakeFiles/unit1305.dir/flags.make | 10 + .../unit/CMakeFiles/unit1305.dir/link.txt | 1 + .../CMakeFiles/unit1305.dir/progress.make | 4 + .../CMakeFiles/unit1307.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1307.dir/build.make | 132 + .../CMakeFiles/unit1307.dir/cmake_clean.cmake | 14 + .../unit1307.dir/compiler_depend.make | 2 + .../unit1307.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1307.dir/depend.make | 2 + .../unit/CMakeFiles/unit1307.dir/flags.make | 10 + .../unit/CMakeFiles/unit1307.dir/link.txt | 1 + .../CMakeFiles/unit1307.dir/progress.make | 4 + .../CMakeFiles/unit1309.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1309.dir/build.make | 132 + .../CMakeFiles/unit1309.dir/cmake_clean.cmake | 14 + .../unit1309.dir/compiler_depend.make | 2 + .../unit1309.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1309.dir/depend.make | 2 + .../unit/CMakeFiles/unit1309.dir/flags.make | 10 + .../unit/CMakeFiles/unit1309.dir/link.txt | 1 + .../CMakeFiles/unit1309.dir/progress.make | 4 + .../CMakeFiles/unit1323.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1323.dir/build.make | 132 + .../CMakeFiles/unit1323.dir/cmake_clean.cmake | 14 + .../unit1323.dir/compiler_depend.make | 2 + .../unit1323.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1323.dir/depend.make | 2 + .../unit/CMakeFiles/unit1323.dir/flags.make | 10 + .../unit/CMakeFiles/unit1323.dir/link.txt | 1 + .../CMakeFiles/unit1323.dir/progress.make | 4 + .../CMakeFiles/unit1330.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1330.dir/build.make | 132 + .../CMakeFiles/unit1330.dir/cmake_clean.cmake | 14 + .../unit1330.dir/compiler_depend.make | 2 + .../unit1330.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1330.dir/depend.make | 2 + .../unit/CMakeFiles/unit1330.dir/flags.make | 10 + .../unit/CMakeFiles/unit1330.dir/link.txt | 1 + .../CMakeFiles/unit1330.dir/progress.make | 4 + .../CMakeFiles/unit1395.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1395.dir/build.make | 132 + .../CMakeFiles/unit1395.dir/cmake_clean.cmake | 14 + .../unit1395.dir/compiler_depend.make | 2 + .../unit1395.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1395.dir/depend.make | 2 + .../unit/CMakeFiles/unit1395.dir/flags.make | 10 + .../unit/CMakeFiles/unit1395.dir/link.txt | 1 + .../CMakeFiles/unit1395.dir/progress.make | 4 + .../CMakeFiles/unit1396.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1396.dir/build.make | 132 + .../CMakeFiles/unit1396.dir/cmake_clean.cmake | 14 + .../unit1396.dir/compiler_depend.make | 2 + .../unit1396.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1396.dir/depend.make | 2 + .../unit/CMakeFiles/unit1396.dir/flags.make | 10 + .../unit/CMakeFiles/unit1396.dir/link.txt | 1 + .../CMakeFiles/unit1396.dir/progress.make | 4 + .../CMakeFiles/unit1397.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1397.dir/build.make | 132 + .../CMakeFiles/unit1397.dir/cmake_clean.cmake | 14 + .../unit1397.dir/compiler_depend.make | 2 + .../unit1397.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1397.dir/depend.make | 2 + .../unit/CMakeFiles/unit1397.dir/flags.make | 10 + .../unit/CMakeFiles/unit1397.dir/link.txt | 1 + .../CMakeFiles/unit1397.dir/progress.make | 4 + .../CMakeFiles/unit1398.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1398.dir/build.make | 132 + .../CMakeFiles/unit1398.dir/cmake_clean.cmake | 14 + .../unit1398.dir/compiler_depend.make | 2 + .../unit1398.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1398.dir/depend.make | 2 + .../unit/CMakeFiles/unit1398.dir/flags.make | 10 + .../unit/CMakeFiles/unit1398.dir/link.txt | 1 + .../CMakeFiles/unit1398.dir/progress.make | 4 + .../CMakeFiles/unit1399.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1399.dir/build.make | 132 + .../CMakeFiles/unit1399.dir/cmake_clean.cmake | 14 + .../unit1399.dir/compiler_depend.make | 2 + .../unit1399.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1399.dir/depend.make | 2 + .../unit/CMakeFiles/unit1399.dir/flags.make | 10 + .../unit/CMakeFiles/unit1399.dir/link.txt | 1 + .../CMakeFiles/unit1399.dir/progress.make | 4 + .../CMakeFiles/unit1600.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1600.dir/build.make | 132 + .../CMakeFiles/unit1600.dir/cmake_clean.cmake | 14 + .../unit1600.dir/compiler_depend.make | 2 + .../unit1600.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1600.dir/depend.make | 2 + .../unit/CMakeFiles/unit1600.dir/flags.make | 10 + .../unit/CMakeFiles/unit1600.dir/link.txt | 1 + .../CMakeFiles/unit1600.dir/progress.make | 4 + .../CMakeFiles/unit1601.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1601.dir/build.make | 132 + .../CMakeFiles/unit1601.dir/cmake_clean.cmake | 14 + .../unit1601.dir/compiler_depend.make | 2 + .../unit1601.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1601.dir/depend.make | 2 + .../unit/CMakeFiles/unit1601.dir/flags.make | 10 + .../unit/CMakeFiles/unit1601.dir/link.txt | 1 + .../CMakeFiles/unit1601.dir/progress.make | 4 + .../CMakeFiles/unit1602.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1602.dir/build.make | 132 + .../CMakeFiles/unit1602.dir/cmake_clean.cmake | 14 + .../unit1602.dir/compiler_depend.make | 2 + .../unit1602.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1602.dir/depend.make | 2 + .../unit/CMakeFiles/unit1602.dir/flags.make | 10 + .../unit/CMakeFiles/unit1602.dir/link.txt | 1 + .../CMakeFiles/unit1602.dir/progress.make | 4 + .../CMakeFiles/unit1603.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1603.dir/build.make | 132 + .../CMakeFiles/unit1603.dir/cmake_clean.cmake | 14 + .../unit1603.dir/compiler_depend.make | 2 + .../unit1603.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1603.dir/depend.make | 2 + .../unit/CMakeFiles/unit1603.dir/flags.make | 10 + .../unit/CMakeFiles/unit1603.dir/link.txt | 1 + .../CMakeFiles/unit1603.dir/progress.make | 4 + .../CMakeFiles/unit1605.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1605.dir/build.make | 132 + .../CMakeFiles/unit1605.dir/cmake_clean.cmake | 14 + .../unit1605.dir/compiler_depend.make | 2 + .../unit1605.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1605.dir/depend.make | 2 + .../unit/CMakeFiles/unit1605.dir/flags.make | 10 + .../unit/CMakeFiles/unit1605.dir/link.txt | 1 + .../CMakeFiles/unit1605.dir/progress.make | 4 + .../CMakeFiles/unit1606.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1606.dir/build.make | 132 + .../CMakeFiles/unit1606.dir/cmake_clean.cmake | 14 + .../unit1606.dir/compiler_depend.make | 2 + .../unit1606.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1606.dir/depend.make | 2 + .../unit/CMakeFiles/unit1606.dir/flags.make | 10 + .../unit/CMakeFiles/unit1606.dir/link.txt | 1 + .../CMakeFiles/unit1606.dir/progress.make | 4 + .../CMakeFiles/unit1607.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1607.dir/build.make | 132 + .../CMakeFiles/unit1607.dir/cmake_clean.cmake | 14 + .../unit1607.dir/compiler_depend.make | 2 + .../unit1607.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1607.dir/depend.make | 2 + .../unit/CMakeFiles/unit1607.dir/flags.make | 10 + .../unit/CMakeFiles/unit1607.dir/link.txt | 1 + .../CMakeFiles/unit1607.dir/progress.make | 4 + .../CMakeFiles/unit1608.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1608.dir/build.make | 132 + .../CMakeFiles/unit1608.dir/cmake_clean.cmake | 14 + .../unit1608.dir/compiler_depend.make | 2 + .../unit1608.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1608.dir/depend.make | 2 + .../unit/CMakeFiles/unit1608.dir/flags.make | 10 + .../unit/CMakeFiles/unit1608.dir/link.txt | 1 + .../CMakeFiles/unit1608.dir/progress.make | 4 + .../CMakeFiles/unit1609.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1609.dir/build.make | 132 + .../CMakeFiles/unit1609.dir/cmake_clean.cmake | 14 + .../unit1609.dir/compiler_depend.make | 2 + .../unit1609.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1609.dir/depend.make | 2 + .../unit/CMakeFiles/unit1609.dir/flags.make | 10 + .../unit/CMakeFiles/unit1609.dir/link.txt | 1 + .../CMakeFiles/unit1609.dir/progress.make | 4 + .../CMakeFiles/unit1610.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1610.dir/build.make | 132 + .../CMakeFiles/unit1610.dir/cmake_clean.cmake | 14 + .../unit1610.dir/compiler_depend.make | 2 + .../unit1610.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1610.dir/depend.make | 2 + .../unit/CMakeFiles/unit1610.dir/flags.make | 10 + .../unit/CMakeFiles/unit1610.dir/link.txt | 1 + .../CMakeFiles/unit1610.dir/progress.make | 4 + .../CMakeFiles/unit1611.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1611.dir/build.make | 132 + .../CMakeFiles/unit1611.dir/cmake_clean.cmake | 14 + .../unit1611.dir/compiler_depend.make | 2 + .../unit1611.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1611.dir/depend.make | 2 + .../unit/CMakeFiles/unit1611.dir/flags.make | 10 + .../unit/CMakeFiles/unit1611.dir/link.txt | 1 + .../CMakeFiles/unit1611.dir/progress.make | 4 + .../CMakeFiles/unit1612.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1612.dir/build.make | 132 + .../CMakeFiles/unit1612.dir/cmake_clean.cmake | 14 + .../unit1612.dir/compiler_depend.make | 2 + .../unit1612.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1612.dir/depend.make | 2 + .../unit/CMakeFiles/unit1612.dir/flags.make | 10 + .../unit/CMakeFiles/unit1612.dir/link.txt | 1 + .../CMakeFiles/unit1612.dir/progress.make | 4 + .../CMakeFiles/unit1614.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1614.dir/build.make | 132 + .../CMakeFiles/unit1614.dir/cmake_clean.cmake | 14 + .../unit1614.dir/compiler_depend.make | 2 + .../unit1614.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1614.dir/depend.make | 2 + .../unit/CMakeFiles/unit1614.dir/flags.make | 10 + .../unit/CMakeFiles/unit1614.dir/link.txt | 1 + .../CMakeFiles/unit1614.dir/progress.make | 4 + .../CMakeFiles/unit1615.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1615.dir/build.make | 132 + .../CMakeFiles/unit1615.dir/cmake_clean.cmake | 14 + .../unit1615.dir/compiler_depend.make | 2 + .../unit1615.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1615.dir/depend.make | 2 + .../unit/CMakeFiles/unit1615.dir/flags.make | 10 + .../unit/CMakeFiles/unit1615.dir/link.txt | 1 + .../CMakeFiles/unit1615.dir/progress.make | 4 + .../CMakeFiles/unit1616.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1616.dir/build.make | 132 + .../CMakeFiles/unit1616.dir/cmake_clean.cmake | 14 + .../unit1616.dir/compiler_depend.make | 2 + .../unit1616.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1616.dir/depend.make | 2 + .../unit/CMakeFiles/unit1616.dir/flags.make | 10 + .../unit/CMakeFiles/unit1616.dir/link.txt | 1 + .../CMakeFiles/unit1616.dir/progress.make | 4 + .../CMakeFiles/unit1620.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1620.dir/build.make | 132 + .../CMakeFiles/unit1620.dir/cmake_clean.cmake | 14 + .../unit1620.dir/compiler_depend.make | 2 + .../unit1620.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1620.dir/depend.make | 2 + .../unit/CMakeFiles/unit1620.dir/flags.make | 10 + .../unit/CMakeFiles/unit1620.dir/link.txt | 1 + .../CMakeFiles/unit1620.dir/progress.make | 4 + .../CMakeFiles/unit1650.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1650.dir/build.make | 132 + .../CMakeFiles/unit1650.dir/cmake_clean.cmake | 14 + .../unit1650.dir/compiler_depend.make | 2 + .../unit1650.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1650.dir/depend.make | 2 + .../unit/CMakeFiles/unit1650.dir/flags.make | 10 + .../unit/CMakeFiles/unit1650.dir/link.txt | 1 + .../CMakeFiles/unit1650.dir/progress.make | 4 + .../CMakeFiles/unit1651.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1651.dir/build.make | 132 + .../CMakeFiles/unit1651.dir/cmake_clean.cmake | 14 + .../unit1651.dir/compiler_depend.make | 2 + .../unit1651.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1651.dir/depend.make | 2 + .../unit/CMakeFiles/unit1651.dir/flags.make | 10 + .../unit/CMakeFiles/unit1651.dir/link.txt | 1 + .../CMakeFiles/unit1651.dir/progress.make | 4 + .../CMakeFiles/unit1652.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1652.dir/build.make | 132 + .../CMakeFiles/unit1652.dir/cmake_clean.cmake | 14 + .../unit1652.dir/compiler_depend.make | 2 + .../unit1652.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1652.dir/depend.make | 2 + .../unit/CMakeFiles/unit1652.dir/flags.make | 10 + .../unit/CMakeFiles/unit1652.dir/link.txt | 1 + .../CMakeFiles/unit1652.dir/progress.make | 4 + .../CMakeFiles/unit1653.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1653.dir/build.make | 132 + .../CMakeFiles/unit1653.dir/cmake_clean.cmake | 14 + .../unit1653.dir/compiler_depend.make | 2 + .../unit1653.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1653.dir/depend.make | 2 + .../unit/CMakeFiles/unit1653.dir/flags.make | 10 + .../unit/CMakeFiles/unit1653.dir/link.txt | 1 + .../CMakeFiles/unit1653.dir/progress.make | 4 + .../CMakeFiles/unit1654.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1654.dir/build.make | 132 + .../CMakeFiles/unit1654.dir/cmake_clean.cmake | 14 + .../unit1654.dir/compiler_depend.make | 2 + .../unit1654.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1654.dir/depend.make | 2 + .../unit/CMakeFiles/unit1654.dir/flags.make | 10 + .../unit/CMakeFiles/unit1654.dir/link.txt | 1 + .../CMakeFiles/unit1654.dir/progress.make | 4 + .../CMakeFiles/unit1655.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1655.dir/build.make | 132 + .../CMakeFiles/unit1655.dir/cmake_clean.cmake | 14 + .../unit1655.dir/compiler_depend.make | 2 + .../unit1655.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1655.dir/depend.make | 2 + .../unit/CMakeFiles/unit1655.dir/flags.make | 10 + .../unit/CMakeFiles/unit1655.dir/link.txt | 1 + .../CMakeFiles/unit1655.dir/progress.make | 4 + .../CMakeFiles/unit1656.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1656.dir/build.make | 132 + .../CMakeFiles/unit1656.dir/cmake_clean.cmake | 14 + .../unit1656.dir/compiler_depend.make | 2 + .../unit1656.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1656.dir/depend.make | 2 + .../unit/CMakeFiles/unit1656.dir/flags.make | 10 + .../unit/CMakeFiles/unit1656.dir/link.txt | 1 + .../CMakeFiles/unit1656.dir/progress.make | 4 + .../CMakeFiles/unit1657.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1657.dir/build.make | 132 + .../CMakeFiles/unit1657.dir/cmake_clean.cmake | 14 + .../unit1657.dir/compiler_depend.make | 2 + .../unit1657.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1657.dir/depend.make | 2 + .../unit/CMakeFiles/unit1657.dir/flags.make | 10 + .../unit/CMakeFiles/unit1657.dir/link.txt | 1 + .../CMakeFiles/unit1657.dir/progress.make | 4 + .../CMakeFiles/unit1658.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1658.dir/build.make | 132 + .../CMakeFiles/unit1658.dir/cmake_clean.cmake | 14 + .../unit1658.dir/compiler_depend.make | 2 + .../unit1658.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1658.dir/depend.make | 2 + .../unit/CMakeFiles/unit1658.dir/flags.make | 10 + .../unit/CMakeFiles/unit1658.dir/link.txt | 1 + .../CMakeFiles/unit1658.dir/progress.make | 4 + .../CMakeFiles/unit1660.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1660.dir/build.make | 132 + .../CMakeFiles/unit1660.dir/cmake_clean.cmake | 14 + .../unit1660.dir/compiler_depend.make | 2 + .../unit1660.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1660.dir/depend.make | 2 + .../unit/CMakeFiles/unit1660.dir/flags.make | 10 + .../unit/CMakeFiles/unit1660.dir/link.txt | 1 + .../CMakeFiles/unit1660.dir/progress.make | 4 + .../CMakeFiles/unit1661.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1661.dir/build.make | 132 + .../CMakeFiles/unit1661.dir/cmake_clean.cmake | 14 + .../unit1661.dir/compiler_depend.make | 2 + .../unit1661.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1661.dir/depend.make | 2 + .../unit/CMakeFiles/unit1661.dir/flags.make | 10 + .../unit/CMakeFiles/unit1661.dir/link.txt | 1 + .../CMakeFiles/unit1661.dir/progress.make | 4 + .../CMakeFiles/unit1663.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1663.dir/build.make | 132 + .../CMakeFiles/unit1663.dir/cmake_clean.cmake | 14 + .../unit1663.dir/compiler_depend.make | 2 + .../unit1663.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1663.dir/depend.make | 2 + .../unit/CMakeFiles/unit1663.dir/flags.make | 10 + .../unit/CMakeFiles/unit1663.dir/link.txt | 1 + .../CMakeFiles/unit1663.dir/progress.make | 4 + .../CMakeFiles/unit1664.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1664.dir/build.make | 132 + .../CMakeFiles/unit1664.dir/cmake_clean.cmake | 14 + .../unit1664.dir/compiler_depend.make | 2 + .../unit1664.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1664.dir/depend.make | 2 + .../unit/CMakeFiles/unit1664.dir/flags.make | 10 + .../unit/CMakeFiles/unit1664.dir/link.txt | 1 + .../CMakeFiles/unit1664.dir/progress.make | 4 + .../CMakeFiles/unit1979.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1979.dir/build.make | 132 + .../CMakeFiles/unit1979.dir/cmake_clean.cmake | 14 + .../unit1979.dir/compiler_depend.make | 2 + .../unit1979.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1979.dir/depend.make | 2 + .../unit/CMakeFiles/unit1979.dir/flags.make | 10 + .../unit/CMakeFiles/unit1979.dir/link.txt | 1 + .../CMakeFiles/unit1979.dir/progress.make | 4 + .../CMakeFiles/unit1980.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit1980.dir/build.make | 132 + .../CMakeFiles/unit1980.dir/cmake_clean.cmake | 14 + .../unit1980.dir/compiler_depend.make | 2 + .../unit1980.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit1980.dir/depend.make | 2 + .../unit/CMakeFiles/unit1980.dir/flags.make | 10 + .../unit/CMakeFiles/unit1980.dir/link.txt | 1 + .../CMakeFiles/unit1980.dir/progress.make | 4 + .../CMakeFiles/unit2600.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit2600.dir/build.make | 132 + .../CMakeFiles/unit2600.dir/cmake_clean.cmake | 14 + .../unit2600.dir/compiler_depend.make | 2 + .../unit2600.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit2600.dir/depend.make | 2 + .../unit/CMakeFiles/unit2600.dir/flags.make | 10 + .../unit/CMakeFiles/unit2600.dir/link.txt | 1 + .../CMakeFiles/unit2600.dir/progress.make | 4 + .../CMakeFiles/unit2601.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit2601.dir/build.make | 132 + .../CMakeFiles/unit2601.dir/cmake_clean.cmake | 14 + .../unit2601.dir/compiler_depend.make | 2 + .../unit2601.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit2601.dir/depend.make | 2 + .../unit/CMakeFiles/unit2601.dir/flags.make | 10 + .../unit/CMakeFiles/unit2601.dir/link.txt | 1 + .../CMakeFiles/unit2601.dir/progress.make | 4 + .../CMakeFiles/unit2602.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit2602.dir/build.make | 132 + .../CMakeFiles/unit2602.dir/cmake_clean.cmake | 14 + .../unit2602.dir/compiler_depend.make | 2 + .../unit2602.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit2602.dir/depend.make | 2 + .../unit/CMakeFiles/unit2602.dir/flags.make | 10 + .../unit/CMakeFiles/unit2602.dir/link.txt | 1 + .../CMakeFiles/unit2602.dir/progress.make | 4 + .../CMakeFiles/unit2603.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit2603.dir/build.make | 132 + .../CMakeFiles/unit2603.dir/cmake_clean.cmake | 14 + .../unit2603.dir/compiler_depend.make | 2 + .../unit2603.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit2603.dir/depend.make | 2 + .../unit/CMakeFiles/unit2603.dir/flags.make | 10 + .../unit/CMakeFiles/unit2603.dir/link.txt | 1 + .../CMakeFiles/unit2603.dir/progress.make | 4 + .../CMakeFiles/unit2604.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit2604.dir/build.make | 132 + .../CMakeFiles/unit2604.dir/cmake_clean.cmake | 14 + .../unit2604.dir/compiler_depend.make | 2 + .../unit2604.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit2604.dir/depend.make | 2 + .../unit/CMakeFiles/unit2604.dir/flags.make | 10 + .../unit/CMakeFiles/unit2604.dir/link.txt | 1 + .../CMakeFiles/unit2604.dir/progress.make | 4 + .../CMakeFiles/unit3200.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit3200.dir/build.make | 132 + .../CMakeFiles/unit3200.dir/cmake_clean.cmake | 14 + .../unit3200.dir/compiler_depend.make | 2 + .../unit3200.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit3200.dir/depend.make | 2 + .../unit/CMakeFiles/unit3200.dir/flags.make | 10 + .../unit/CMakeFiles/unit3200.dir/link.txt | 1 + .../CMakeFiles/unit3200.dir/progress.make | 4 + .../CMakeFiles/unit3205.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit3205.dir/build.make | 132 + .../CMakeFiles/unit3205.dir/cmake_clean.cmake | 14 + .../unit3205.dir/compiler_depend.make | 2 + .../unit3205.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit3205.dir/depend.make | 2 + .../unit/CMakeFiles/unit3205.dir/flags.make | 10 + .../unit/CMakeFiles/unit3205.dir/link.txt | 1 + .../CMakeFiles/unit3205.dir/progress.make | 4 + .../CMakeFiles/unit3211.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit3211.dir/build.make | 132 + .../CMakeFiles/unit3211.dir/cmake_clean.cmake | 14 + .../unit3211.dir/compiler_depend.make | 2 + .../unit3211.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit3211.dir/depend.make | 2 + .../unit/CMakeFiles/unit3211.dir/flags.make | 10 + .../unit/CMakeFiles/unit3211.dir/link.txt | 1 + .../CMakeFiles/unit3211.dir/progress.make | 4 + .../CMakeFiles/unit3212.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit3212.dir/build.make | 132 + .../CMakeFiles/unit3212.dir/cmake_clean.cmake | 14 + .../unit3212.dir/compiler_depend.make | 2 + .../unit3212.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit3212.dir/depend.make | 2 + .../unit/CMakeFiles/unit3212.dir/flags.make | 10 + .../unit/CMakeFiles/unit3212.dir/link.txt | 1 + .../CMakeFiles/unit3212.dir/progress.make | 4 + .../CMakeFiles/unit3213.dir/DependInfo.cmake | 25 + .../unit/CMakeFiles/unit3213.dir/build.make | 132 + .../CMakeFiles/unit3213.dir/cmake_clean.cmake | 14 + .../unit3213.dir/compiler_depend.make | 2 + .../unit3213.dir/compiler_depend.ts | 2 + .../unit/CMakeFiles/unit3213.dir/depend.make | 2 + .../unit/CMakeFiles/unit3213.dir/flags.make | 10 + .../unit/CMakeFiles/unit3213.dir/link.txt | 1 + .../CMakeFiles/unit3213.dir/progress.make | 4 + .../external/curl/tests/unit/Makefile | 2712 +++ .../curl/tests/unit/Makefile.inc.cmake | 158 + .../curl/tests/unit/cmake_install.cmake | 50 + .../CMakeDirectoryInformation.cmake | 16 + .../CMakeFiles/miniaudio.dir/DependInfo.cmake | 23 + .../CMakeFiles/miniaudio.dir/build.make | 114 + .../miniaudio.dir/cmake_clean.cmake | 11 + .../miniaudio.dir/cmake_clean_target.cmake | 3 + .../miniaudio.dir/compiler_depend.make | 2 + .../miniaudio.dir/compiler_depend.ts | 2 + .../CMakeFiles/miniaudio.dir/depend.make | 2 + .../CMakeFiles/miniaudio.dir/flags.make | 10 + .../CMakeFiles/miniaudio.dir/link.txt | 2 + .../CMakeFiles/miniaudio.dir/progress.make | 3 + .../DependInfo.cmake | 23 + .../build.make | 114 + .../cmake_clean.cmake | 11 + .../cmake_clean_target.cmake | 3 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../flags.make | 10 + .../link.txt | 2 + .../progress.make | 3 + .../DependInfo.cmake | 23 + .../build.make | 114 + .../cmake_clean.cmake | 11 + .../cmake_clean_target.cmake | 3 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../depend.make | 2 + .../flags.make | 10 + .../link.txt | 2 + .../progress.make | 3 + .../miniaudio_libvorbis.dir/DependInfo.cmake | 23 + .../miniaudio_libvorbis.dir/build.make | 114 + .../miniaudio_libvorbis.dir/cmake_clean.cmake | 11 + .../cmake_clean_target.cmake | 3 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../miniaudio_libvorbis.dir/depend.make | 2 + .../miniaudio_libvorbis.dir/flags.make | 10 + .../miniaudio_libvorbis.dir/link.txt | 2 + .../miniaudio_libvorbis.dir/progress.make | 3 + .../miniaudio_ltrim_node.dir/DependInfo.cmake | 23 + .../miniaudio_ltrim_node.dir/build.make | 114 + .../cmake_clean.cmake | 11 + .../cmake_clean_target.cmake | 3 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../miniaudio_ltrim_node.dir/depend.make | 2 + .../miniaudio_ltrim_node.dir/flags.make | 10 + .../miniaudio_ltrim_node.dir/link.txt | 2 + .../miniaudio_ltrim_node.dir/progress.make | 3 + .../DependInfo.cmake | 23 + .../miniaudio_reverb_node.dir/build.make | 114 + .../cmake_clean.cmake | 11 + .../cmake_clean_target.cmake | 3 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../miniaudio_reverb_node.dir/depend.make | 2 + .../miniaudio_reverb_node.dir/flags.make | 10 + .../miniaudio_reverb_node.dir/link.txt | 2 + .../miniaudio_reverb_node.dir/progress.make | 3 + .../DependInfo.cmake | 23 + .../miniaudio_vocoder_node.dir/build.make | 114 + .../cmake_clean.cmake | 11 + .../cmake_clean_target.cmake | 3 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../miniaudio_vocoder_node.dir/depend.make | 2 + .../miniaudio_vocoder_node.dir/flags.make | 10 + .../miniaudio_vocoder_node.dir/link.txt | 2 + .../miniaudio_vocoder_node.dir/progress.make | 3 + .../miniaudio/CMakeFiles/progress.marks | 1 + build_emscripten/external/miniaudio/Makefile | 507 + .../external/miniaudio/cmake_install.cmake | 50 + .../CMakeDirectoryInformation.cmake | 16 + .../OggTargets-relwithdebinfo.cmake | 19 + .../OggTargets.cmake | 106 + .../ogg/CMakeFiles/ogg.dir/DependInfo.cmake | 24 + .../ogg/CMakeFiles/ogg.dir/build.make | 130 + .../ogg/CMakeFiles/ogg.dir/cmake_clean.cmake | 13 + .../ogg.dir/cmake_clean_target.cmake | 3 + .../CMakeFiles/ogg.dir/compiler_depend.make | 2 + .../ogg/CMakeFiles/ogg.dir/compiler_depend.ts | 2 + .../ogg/CMakeFiles/ogg.dir/depend.make | 2 + .../ogg/CMakeFiles/ogg.dir/flags.make | 10 + .../external/ogg/CMakeFiles/ogg.dir/link.txt | 2 + .../ogg/CMakeFiles/ogg.dir/progress.make | 4 + .../external/ogg/CMakeFiles/progress.marks | 1 + build_emscripten/external/ogg/Makefile | 282 + build_emscripten/external/ogg/OggConfig.cmake | 40 + .../external/ogg/OggConfigVersion.cmake | 65 + .../external/ogg/OggTargets.cmake | 68 + .../external/ogg/cmake_install.cmake | 120 + .../external/ogg/include/ogg/config_types.h | 26 + build_emscripten/external/ogg/ogg.pc | 14 + .../CMakeDirectoryInformation.cmake | 16 + .../OpenALTargets-relwithdebinfo.cmake | 19 + .../OpenALTargets.cmake | 108 + .../CMakeFiles/OpenAL.dir/DependInfo.cmake | 122 + .../openal/CMakeFiles/OpenAL.dir/build.make | 1707 ++ .../CMakeFiles/OpenAL.dir/cmake_clean.cmake | 210 + .../OpenAL.dir/cmake_clean_target.cmake | 3 + .../OpenAL.dir/compiler_depend.make | 2 + .../CMakeFiles/OpenAL.dir/compiler_depend.ts | 2 + .../openal/CMakeFiles/OpenAL.dir/depend.make | 2 + .../openal/CMakeFiles/OpenAL.dir/flags.make | 10 + .../openal/CMakeFiles/OpenAL.dir/link.txt | 2 + .../CMakeFiles/OpenAL.dir/progress.make | 103 + .../alconvolve.dir/DependInfo.cmake | 24 + .../CMakeFiles/alconvolve.dir/build.make | 118 + .../alconvolve.dir/cmake_clean.cmake | 12 + .../alconvolve.dir/compiler_depend.make | 2 + .../alconvolve.dir/compiler_depend.ts | 2 + .../CMakeFiles/alconvolve.dir/depend.make | 2 + .../CMakeFiles/alconvolve.dir/flags.make | 10 + .../openal/CMakeFiles/alconvolve.dir/link.txt | 1 + .../CMakeFiles/alconvolve.dir/progress.make | 3 + .../CMakeFiles/aldebug.dir/DependInfo.cmake | 24 + .../openal/CMakeFiles/aldebug.dir/build.make | 120 + .../CMakeFiles/aldebug.dir/cmake_clean.cmake | 12 + .../aldebug.dir/compiler_depend.make | 2 + .../CMakeFiles/aldebug.dir/compiler_depend.ts | 2 + .../openal/CMakeFiles/aldebug.dir/depend.make | 2 + .../openal/CMakeFiles/aldebug.dir/flags.make | 10 + .../openal/CMakeFiles/aldebug.dir/link.txt | 1 + .../CMakeFiles/aldebug.dir/progress.make | 3 + .../CMakeFiles/aldirect.dir/DependInfo.cmake | 24 + .../openal/CMakeFiles/aldirect.dir/build.make | 121 + .../CMakeFiles/aldirect.dir/cmake_clean.cmake | 12 + .../aldirect.dir/compiler_depend.make | 2 + .../aldirect.dir/compiler_depend.ts | 2 + .../CMakeFiles/aldirect.dir/depend.make | 2 + .../openal/CMakeFiles/aldirect.dir/flags.make | 10 + .../openal/CMakeFiles/aldirect.dir/link.txt | 1 + .../CMakeFiles/aldirect.dir/progress.make | 3 + .../CMakeFiles/alffplay.dir/DependInfo.cmake | 24 + .../openal/CMakeFiles/alffplay.dir/build.make | 128 + .../CMakeFiles/alffplay.dir/cmake_clean.cmake | 12 + .../alffplay.dir/compiler_depend.make | 2 + .../alffplay.dir/compiler_depend.ts | 2 + .../CMakeFiles/alffplay.dir/depend.make | 2 + .../openal/CMakeFiles/alffplay.dir/flags.make | 10 + .../openal/CMakeFiles/alffplay.dir/link.txt | 1 + .../CMakeFiles/alffplay.dir/progress.make | 3 + .../CMakeFiles/alhrtf.dir/DependInfo.cmake | 24 + .../openal/CMakeFiles/alhrtf.dir/build.make | 117 + .../CMakeFiles/alhrtf.dir/cmake_clean.cmake | 12 + .../alhrtf.dir/compiler_depend.make | 2 + .../CMakeFiles/alhrtf.dir/compiler_depend.ts | 2 + .../openal/CMakeFiles/alhrtf.dir/depend.make | 2 + .../openal/CMakeFiles/alhrtf.dir/flags.make | 10 + .../openal/CMakeFiles/alhrtf.dir/link.txt | 1 + .../CMakeFiles/alhrtf.dir/progress.make | 3 + .../CMakeFiles/allafplay.dir/DependInfo.cmake | 24 + .../CMakeFiles/allafplay.dir/build.make | 121 + .../allafplay.dir/cmake_clean.cmake | 12 + .../allafplay.dir/compiler_depend.make | 2 + .../allafplay.dir/compiler_depend.ts | 2 + .../CMakeFiles/allafplay.dir/depend.make | 2 + .../CMakeFiles/allafplay.dir/flags.make | 10 + .../openal/CMakeFiles/allafplay.dir/link.txt | 1 + .../CMakeFiles/allafplay.dir/progress.make | 3 + .../CMakeFiles/allatency.dir/DependInfo.cmake | 24 + .../CMakeFiles/allatency.dir/build.make | 117 + .../allatency.dir/cmake_clean.cmake | 12 + .../allatency.dir/compiler_depend.make | 2 + .../allatency.dir/compiler_depend.ts | 2 + .../CMakeFiles/allatency.dir/depend.make | 2 + .../CMakeFiles/allatency.dir/flags.make | 10 + .../openal/CMakeFiles/allatency.dir/link.txt | 1 + .../CMakeFiles/allatency.dir/progress.make | 3 + .../alloopback.dir/DependInfo.cmake | 24 + .../CMakeFiles/alloopback.dir/build.make | 118 + .../alloopback.dir/cmake_clean.cmake | 12 + .../alloopback.dir/compiler_depend.make | 2 + .../alloopback.dir/compiler_depend.ts | 2 + .../CMakeFiles/alloopback.dir/depend.make | 2 + .../CMakeFiles/alloopback.dir/flags.make | 10 + .../openal/CMakeFiles/alloopback.dir/link.txt | 1 + .../CMakeFiles/alloopback.dir/progress.make | 3 + .../almultireverb.dir/DependInfo.cmake | 24 + .../CMakeFiles/almultireverb.dir/build.make | 117 + .../almultireverb.dir/cmake_clean.cmake | 12 + .../almultireverb.dir/compiler_depend.make | 2 + .../almultireverb.dir/compiler_depend.ts | 2 + .../CMakeFiles/almultireverb.dir/depend.make | 2 + .../CMakeFiles/almultireverb.dir/flags.make | 10 + .../CMakeFiles/almultireverb.dir/link.txt | 1 + .../almultireverb.dir/progress.make | 3 + .../CMakeFiles/alplay.dir/DependInfo.cmake | 24 + .../openal/CMakeFiles/alplay.dir/build.make | 117 + .../CMakeFiles/alplay.dir/cmake_clean.cmake | 12 + .../alplay.dir/compiler_depend.make | 2 + .../CMakeFiles/alplay.dir/compiler_depend.ts | 2 + .../openal/CMakeFiles/alplay.dir/depend.make | 2 + .../openal/CMakeFiles/alplay.dir/flags.make | 10 + .../openal/CMakeFiles/alplay.dir/link.txt | 1 + .../CMakeFiles/alplay.dir/progress.make | 3 + .../CMakeFiles/alrecord.dir/DependInfo.cmake | 24 + .../openal/CMakeFiles/alrecord.dir/build.make | 116 + .../CMakeFiles/alrecord.dir/cmake_clean.cmake | 12 + .../alrecord.dir/compiler_depend.make | 2 + .../alrecord.dir/compiler_depend.ts | 2 + .../CMakeFiles/alrecord.dir/depend.make | 2 + .../openal/CMakeFiles/alrecord.dir/flags.make | 10 + .../openal/CMakeFiles/alrecord.dir/link.txt | 1 + .../CMakeFiles/alrecord.dir/progress.make | 3 + .../CMakeFiles/alreverb.dir/DependInfo.cmake | 24 + .../openal/CMakeFiles/alreverb.dir/build.make | 117 + .../CMakeFiles/alreverb.dir/cmake_clean.cmake | 12 + .../alreverb.dir/compiler_depend.make | 2 + .../alreverb.dir/compiler_depend.ts | 2 + .../CMakeFiles/alreverb.dir/depend.make | 2 + .../openal/CMakeFiles/alreverb.dir/flags.make | 10 + .../openal/CMakeFiles/alreverb.dir/link.txt | 1 + .../CMakeFiles/alreverb.dir/progress.make | 3 + .../alsoft.build_version.dir/DependInfo.cmake | 22 + .../alsoft.build_version.dir/build.make | 97 + .../cmake_clean.cmake | 10 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../alsoft.build_version.dir/progress.make | 2 + .../alsoft.common.dir/DependInfo.cmake | 31 + .../CMakeFiles/alsoft.common.dir/build.make | 246 + .../alsoft.common.dir/cmake_clean.cmake | 27 + .../cmake_clean_target.cmake | 3 + .../alsoft.common.dir/compiler_depend.make | 2 + .../alsoft.common.dir/compiler_depend.ts | 2 + .../CMakeFiles/alsoft.common.dir/depend.make | 2 + .../CMakeFiles/alsoft.common.dir/flags.make | 10 + .../CMakeFiles/alsoft.common.dir/link.txt | 2 + .../alsoft.common.dir/progress.make | 11 + .../alsoft.excommon.dir/DependInfo.cmake | 23 + .../CMakeFiles/alsoft.excommon.dir/build.make | 114 + .../alsoft.excommon.dir/cmake_clean.cmake | 11 + .../cmake_clean_target.cmake | 3 + .../alsoft.excommon.dir/compiler_depend.make | 2 + .../alsoft.excommon.dir/compiler_depend.ts | 2 + .../alsoft.excommon.dir/depend.make | 2 + .../CMakeFiles/alsoft.excommon.dir/flags.make | 10 + .../CMakeFiles/alsoft.excommon.dir/link.txt | 2 + .../alsoft.excommon.dir/progress.make | 3 + .../alsoft.sofa-support.dir/DependInfo.cmake | 23 + .../alsoft.sofa-support.dir/build.make | 118 + .../alsoft.sofa-support.dir/cmake_clean.cmake | 11 + .../cmake_clean_target.cmake | 3 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../alsoft.sofa-support.dir/depend.make | 2 + .../alsoft.sofa-support.dir/flags.make | 10 + .../alsoft.sofa-support.dir/link.txt | 2 + .../alsoft.sofa-support.dir/progress.make | 3 + .../CMakeFiles/alstream.dir/DependInfo.cmake | 24 + .../openal/CMakeFiles/alstream.dir/build.make | 117 + .../CMakeFiles/alstream.dir/cmake_clean.cmake | 12 + .../alstream.dir/compiler_depend.make | 2 + .../alstream.dir/compiler_depend.ts | 2 + .../CMakeFiles/alstream.dir/depend.make | 2 + .../openal/CMakeFiles/alstream.dir/flags.make | 10 + .../openal/CMakeFiles/alstream.dir/link.txt | 1 + .../CMakeFiles/alstream.dir/progress.make | 3 + .../alstreamcb.dir/DependInfo.cmake | 24 + .../CMakeFiles/alstreamcb.dir/build.make | 121 + .../alstreamcb.dir/cmake_clean.cmake | 12 + .../alstreamcb.dir/compiler_depend.make | 2 + .../alstreamcb.dir/compiler_depend.ts | 2 + .../CMakeFiles/alstreamcb.dir/depend.make | 2 + .../CMakeFiles/alstreamcb.dir/flags.make | 10 + .../openal/CMakeFiles/alstreamcb.dir/link.txt | 1 + .../CMakeFiles/alstreamcb.dir/progress.make | 3 + .../CMakeFiles/altonegen.dir/DependInfo.cmake | 24 + .../CMakeFiles/altonegen.dir/build.make | 116 + .../altonegen.dir/cmake_clean.cmake | 12 + .../altonegen.dir/compiler_depend.make | 2 + .../altonegen.dir/compiler_depend.ts | 2 + .../CMakeFiles/altonegen.dir/depend.make | 2 + .../CMakeFiles/altonegen.dir/flags.make | 10 + .../openal/CMakeFiles/altonegen.dir/link.txt | 1 + .../CMakeFiles/altonegen.dir/progress.make | 3 + .../clang-tidy-check.dir/DependInfo.cmake | 22 + .../clang-tidy-check.dir/build.make | 281 + .../clang-tidy-check.dir/cmake_clean.cmake | 8 + .../clang-tidy-check.dir/compiler_depend.make | 2 + .../clang-tidy-check.dir/compiler_depend.ts | 2 + .../clang-tidy-check.dir/progress.make | 1 + .../CMakeFiles/makemhr.dir/DependInfo.cmake | 26 + .../openal/CMakeFiles/makemhr.dir/build.make | 155 + .../CMakeFiles/makemhr.dir/cmake_clean.cmake | 16 + .../makemhr.dir/compiler_depend.make | 2 + .../CMakeFiles/makemhr.dir/compiler_depend.ts | 2 + .../openal/CMakeFiles/makemhr.dir/depend.make | 2 + .../openal/CMakeFiles/makemhr.dir/flags.make | 10 + .../openal/CMakeFiles/makemhr.dir/link.txt | 1 + .../CMakeFiles/makemhr.dir/progress.make | 5 + .../openal-info.dir/DependInfo.cmake | 24 + .../CMakeFiles/openal-info.dir/build.make | 115 + .../openal-info.dir/cmake_clean.cmake | 12 + .../openal-info.dir/compiler_depend.make | 2 + .../openal-info.dir/compiler_depend.ts | 2 + .../CMakeFiles/openal-info.dir/depend.make | 2 + .../CMakeFiles/openal-info.dir/flags.make | 10 + .../CMakeFiles/openal-info.dir/link.txt | 1 + .../CMakeFiles/openal-info.dir/progress.make | 3 + .../external/openal/CMakeFiles/progress.marks | 1 + .../CMakeFiles/sofa-info.dir/DependInfo.cmake | 24 + .../CMakeFiles/sofa-info.dir/build.make | 123 + .../sofa-info.dir/cmake_clean.cmake | 12 + .../sofa-info.dir/compiler_depend.make | 2 + .../sofa-info.dir/compiler_depend.ts | 2 + .../CMakeFiles/sofa-info.dir/depend.make | 2 + .../CMakeFiles/sofa-info.dir/flags.make | 10 + .../openal/CMakeFiles/sofa-info.dir/link.txt | 1 + .../CMakeFiles/sofa-info.dir/progress.make | 3 + .../uhjdecoder.dir/DependInfo.cmake | 24 + .../CMakeFiles/uhjdecoder.dir/build.make | 120 + .../uhjdecoder.dir/cmake_clean.cmake | 12 + .../uhjdecoder.dir/compiler_depend.make | 2 + .../uhjdecoder.dir/compiler_depend.ts | 2 + .../CMakeFiles/uhjdecoder.dir/depend.make | 2 + .../CMakeFiles/uhjdecoder.dir/flags.make | 10 + .../openal/CMakeFiles/uhjdecoder.dir/link.txt | 1 + .../CMakeFiles/uhjdecoder.dir/progress.make | 3 + .../uhjencoder.dir/DependInfo.cmake | 24 + .../CMakeFiles/uhjencoder.dir/build.make | 120 + .../uhjencoder.dir/cmake_clean.cmake | 12 + .../uhjencoder.dir/compiler_depend.make | 2 + .../uhjencoder.dir/compiler_depend.ts | 2 + .../CMakeFiles/uhjencoder.dir/depend.make | 2 + .../CMakeFiles/uhjencoder.dir/flags.make | 10 + .../openal/CMakeFiles/uhjencoder.dir/link.txt | 1 + .../CMakeFiles/uhjencoder.dir/progress.make | 3 + .../external/openal/CTestTestfile.cmake | 8 + build_emscripten/external/openal/Makefile | 3978 +++ .../external/openal/OpenALConfig.cmake | 9 + .../external/openal/OpenALTargets.cmake | 70 + .../external/openal/cmake_install.cmake | 355 + build_emscripten/external/openal/config.h | 50 + .../external/openal/config_backends.h | 37 + .../external/openal/config_simd.h | 10 + .../CMakeDirectoryInformation.cmake | 16 + .../alsoft.fmt.dir/DependInfo.cmake | 24 + .../CMakeFiles/alsoft.fmt.dir/build.make | 119 + .../alsoft.fmt.dir/cmake_clean.cmake | 11 + .../alsoft.fmt.dir/compiler_depend.make | 2 + .../alsoft.fmt.dir/compiler_depend.ts | 2 + .../CMakeFiles/alsoft.fmt.dir/depend.make | 2 + .../CMakeFiles/alsoft.fmt.dir/flags.make | 10 + .../CMakeFiles/alsoft.fmt.dir/progress.make | 3 + .../fmt-11.1.4/CMakeFiles/progress.marks | 1 + .../openal/fmt-11.1.4/CTestTestfile.cmake | 6 + .../external/openal/fmt-11.1.4/Makefile | 282 + .../openal/fmt-11.1.4/cmake_install.cmake | 50 + build_emscripten/external/openal/openal.pc | 12 + .../CMakeDirectoryInformation.cmake | 16 + .../alsoft-config.dir/DependInfo.cmake | 27 + .../CMakeFiles/alsoft-config.dir/build.make | 178 + .../alsoft-config.dir/cmake_clean.cmake | 20 + .../alsoft-config.dir/compiler_depend.make | 2 + .../alsoft-config.dir/compiler_depend.ts | 2 + .../CMakeFiles/alsoft-config.dir/depend.make | 2 + .../CMakeFiles/alsoft-config.dir/flags.make | 10 + .../CMakeFiles/alsoft-config.dir/link.txt | 1 + .../alsoft-config.dir/progress.make | 8 + .../alsoft-config/CMakeFiles/progress.marks | 1 + .../utils/alsoft-config/CTestTestfile.cmake | 6 + .../openal/utils/alsoft-config/Makefile | 336 + .../utils/alsoft-config/cmake_install.cmake | 66 + .../moc_mainwindow.cpp_parameters | 4 + .../CMakeDirectoryInformation.cmake | 16 + .../Continuous.dir/DependInfo.cmake | 22 + .../CMakeFiles/Continuous.dir/build.make | 90 + .../Continuous.dir/cmake_clean.cmake | 8 + .../Continuous.dir/compiler_depend.make | 2 + .../Continuous.dir/compiler_depend.ts | 2 + .../CMakeFiles/Continuous.dir/progress.make | 1 + .../ContinuousBuild.dir/DependInfo.cmake | 22 + .../CMakeFiles/ContinuousBuild.dir/build.make | 90 + .../ContinuousBuild.dir/cmake_clean.cmake | 8 + .../ContinuousBuild.dir/compiler_depend.make | 2 + .../ContinuousBuild.dir/compiler_depend.ts | 2 + .../ContinuousBuild.dir/progress.make | 1 + .../ContinuousConfigure.dir/DependInfo.cmake | 22 + .../ContinuousConfigure.dir/build.make | 90 + .../ContinuousConfigure.dir/cmake_clean.cmake | 8 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../ContinuousConfigure.dir/progress.make | 1 + .../ContinuousCoverage.dir/DependInfo.cmake | 22 + .../ContinuousCoverage.dir/build.make | 90 + .../ContinuousCoverage.dir/cmake_clean.cmake | 8 + .../compiler_depend.make | 2 + .../ContinuousCoverage.dir/compiler_depend.ts | 2 + .../ContinuousCoverage.dir/progress.make | 1 + .../ContinuousMemCheck.dir/DependInfo.cmake | 22 + .../ContinuousMemCheck.dir/build.make | 90 + .../ContinuousMemCheck.dir/cmake_clean.cmake | 8 + .../compiler_depend.make | 2 + .../ContinuousMemCheck.dir/compiler_depend.ts | 2 + .../ContinuousMemCheck.dir/progress.make | 1 + .../ContinuousStart.dir/DependInfo.cmake | 22 + .../CMakeFiles/ContinuousStart.dir/build.make | 90 + .../ContinuousStart.dir/cmake_clean.cmake | 8 + .../ContinuousStart.dir/compiler_depend.make | 2 + .../ContinuousStart.dir/compiler_depend.ts | 2 + .../ContinuousStart.dir/progress.make | 1 + .../ContinuousSubmit.dir/DependInfo.cmake | 22 + .../ContinuousSubmit.dir/build.make | 90 + .../ContinuousSubmit.dir/cmake_clean.cmake | 8 + .../ContinuousSubmit.dir/compiler_depend.make | 2 + .../ContinuousSubmit.dir/compiler_depend.ts | 2 + .../ContinuousSubmit.dir/progress.make | 1 + .../ContinuousTest.dir/DependInfo.cmake | 22 + .../CMakeFiles/ContinuousTest.dir/build.make | 90 + .../ContinuousTest.dir/cmake_clean.cmake | 8 + .../ContinuousTest.dir/compiler_depend.make | 2 + .../ContinuousTest.dir/compiler_depend.ts | 2 + .../ContinuousTest.dir/progress.make | 1 + .../ContinuousUpdate.dir/DependInfo.cmake | 22 + .../ContinuousUpdate.dir/build.make | 90 + .../ContinuousUpdate.dir/cmake_clean.cmake | 8 + .../ContinuousUpdate.dir/compiler_depend.make | 2 + .../ContinuousUpdate.dir/compiler_depend.ts | 2 + .../ContinuousUpdate.dir/progress.make | 1 + .../Experimental.dir/DependInfo.cmake | 22 + .../CMakeFiles/Experimental.dir/build.make | 90 + .../Experimental.dir/cmake_clean.cmake | 8 + .../Experimental.dir/compiler_depend.make | 2 + .../Experimental.dir/compiler_depend.ts | 2 + .../CMakeFiles/Experimental.dir/progress.make | 1 + .../ExperimentalBuild.dir/DependInfo.cmake | 22 + .../ExperimentalBuild.dir/build.make | 90 + .../ExperimentalBuild.dir/cmake_clean.cmake | 8 + .../compiler_depend.make | 2 + .../ExperimentalBuild.dir/compiler_depend.ts | 2 + .../ExperimentalBuild.dir/progress.make | 1 + .../DependInfo.cmake | 22 + .../ExperimentalConfigure.dir/build.make | 90 + .../cmake_clean.cmake | 8 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../ExperimentalConfigure.dir/progress.make | 1 + .../ExperimentalCoverage.dir/DependInfo.cmake | 22 + .../ExperimentalCoverage.dir/build.make | 90 + .../cmake_clean.cmake | 8 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../ExperimentalCoverage.dir/progress.make | 1 + .../ExperimentalMemCheck.dir/DependInfo.cmake | 22 + .../ExperimentalMemCheck.dir/build.make | 90 + .../cmake_clean.cmake | 8 + .../compiler_depend.make | 2 + .../compiler_depend.ts | 2 + .../ExperimentalMemCheck.dir/progress.make | 1 + .../ExperimentalStart.dir/DependInfo.cmake | 22 + .../ExperimentalStart.dir/build.make | 90 + .../ExperimentalStart.dir/cmake_clean.cmake | 8 + .../compiler_depend.make | 2 + .../ExperimentalStart.dir/compiler_depend.ts | 2 + .../ExperimentalStart.dir/progress.make | 1 + .../ExperimentalSubmit.dir/DependInfo.cmake | 22 + .../ExperimentalSubmit.dir/build.make | 90 + .../ExperimentalSubmit.dir/cmake_clean.cmake | 8 + .../compiler_depend.make | 2 + .../ExperimentalSubmit.dir/compiler_depend.ts | 2 + .../ExperimentalSubmit.dir/progress.make | 1 + .../ExperimentalTest.dir/DependInfo.cmake | 22 + .../ExperimentalTest.dir/build.make | 90 + .../ExperimentalTest.dir/cmake_clean.cmake | 8 + .../ExperimentalTest.dir/compiler_depend.make | 2 + .../ExperimentalTest.dir/compiler_depend.ts | 2 + .../ExperimentalTest.dir/progress.make | 1 + .../ExperimentalUpdate.dir/DependInfo.cmake | 22 + .../ExperimentalUpdate.dir/build.make | 90 + .../ExperimentalUpdate.dir/cmake_clean.cmake | 8 + .../compiler_depend.make | 2 + .../ExperimentalUpdate.dir/compiler_depend.ts | 2 + .../ExperimentalUpdate.dir/progress.make | 1 + .../CMakeFiles/Nightly.dir/DependInfo.cmake | 22 + .../vorbis/CMakeFiles/Nightly.dir/build.make | 90 + .../CMakeFiles/Nightly.dir/cmake_clean.cmake | 8 + .../Nightly.dir/compiler_depend.make | 2 + .../CMakeFiles/Nightly.dir/compiler_depend.ts | 2 + .../CMakeFiles/Nightly.dir/progress.make | 1 + .../NightlyBuild.dir/DependInfo.cmake | 22 + .../CMakeFiles/NightlyBuild.dir/build.make | 90 + .../NightlyBuild.dir/cmake_clean.cmake | 8 + .../NightlyBuild.dir/compiler_depend.make | 2 + .../NightlyBuild.dir/compiler_depend.ts | 2 + .../CMakeFiles/NightlyBuild.dir/progress.make | 1 + .../NightlyConfigure.dir/DependInfo.cmake | 22 + .../NightlyConfigure.dir/build.make | 90 + .../NightlyConfigure.dir/cmake_clean.cmake | 8 + .../NightlyConfigure.dir/compiler_depend.make | 2 + .../NightlyConfigure.dir/compiler_depend.ts | 2 + .../NightlyConfigure.dir/progress.make | 1 + .../NightlyCoverage.dir/DependInfo.cmake | 22 + .../CMakeFiles/NightlyCoverage.dir/build.make | 90 + .../NightlyCoverage.dir/cmake_clean.cmake | 8 + .../NightlyCoverage.dir/compiler_depend.make | 2 + .../NightlyCoverage.dir/compiler_depend.ts | 2 + .../NightlyCoverage.dir/progress.make | 1 + .../NightlyMemCheck.dir/DependInfo.cmake | 22 + .../CMakeFiles/NightlyMemCheck.dir/build.make | 90 + .../NightlyMemCheck.dir/cmake_clean.cmake | 8 + .../NightlyMemCheck.dir/compiler_depend.make | 2 + .../NightlyMemCheck.dir/compiler_depend.ts | 2 + .../NightlyMemCheck.dir/progress.make | 1 + .../NightlyMemoryCheck.dir/DependInfo.cmake | 22 + .../NightlyMemoryCheck.dir/build.make | 90 + .../NightlyMemoryCheck.dir/cmake_clean.cmake | 8 + .../compiler_depend.make | 2 + .../NightlyMemoryCheck.dir/compiler_depend.ts | 2 + .../NightlyMemoryCheck.dir/progress.make | 1 + .../NightlyStart.dir/DependInfo.cmake | 22 + .../CMakeFiles/NightlyStart.dir/build.make | 90 + .../NightlyStart.dir/cmake_clean.cmake | 8 + .../NightlyStart.dir/compiler_depend.make | 2 + .../NightlyStart.dir/compiler_depend.ts | 2 + .../CMakeFiles/NightlyStart.dir/progress.make | 1 + .../NightlySubmit.dir/DependInfo.cmake | 22 + .../CMakeFiles/NightlySubmit.dir/build.make | 90 + .../NightlySubmit.dir/cmake_clean.cmake | 8 + .../NightlySubmit.dir/compiler_depend.make | 2 + .../NightlySubmit.dir/compiler_depend.ts | 2 + .../NightlySubmit.dir/progress.make | 1 + .../NightlyTest.dir/DependInfo.cmake | 22 + .../CMakeFiles/NightlyTest.dir/build.make | 90 + .../NightlyTest.dir/cmake_clean.cmake | 8 + .../NightlyTest.dir/compiler_depend.make | 2 + .../NightlyTest.dir/compiler_depend.ts | 2 + .../CMakeFiles/NightlyTest.dir/progress.make | 1 + .../NightlyUpdate.dir/DependInfo.cmake | 22 + .../CMakeFiles/NightlyUpdate.dir/build.make | 90 + .../NightlyUpdate.dir/cmake_clean.cmake | 8 + .../NightlyUpdate.dir/compiler_depend.make | 2 + .../NightlyUpdate.dir/compiler_depend.ts | 2 + .../NightlyUpdate.dir/progress.make | 1 + .../external/vorbis/CMakeFiles/progress.marks | 1 + .../external/vorbis/CTestTestfile.cmake | 8 + .../external/vorbis/DartConfiguration.tcl | 109 + build_emscripten/external/vorbis/Makefile | 633 + .../external/vorbis/cmake_install.cmake | 65 + .../CMakeDirectoryInformation.cmake | 16 + .../VorbisTargets-relwithdebinfo.cmake | 39 + .../VorbisTargets.cmake | 139 + .../vorbis/lib/CMakeFiles/progress.marks | 1 + .../CMakeFiles/vorbis.dir/DependInfo.cmake | 42 + .../lib/CMakeFiles/vorbis.dir/build.make | 418 + .../CMakeFiles/vorbis.dir/cmake_clean.cmake | 49 + .../vorbis.dir/cmake_clean_target.cmake | 3 + .../vorbis.dir/compiler_depend.make | 2 + .../CMakeFiles/vorbis.dir/compiler_depend.ts | 2 + .../lib/CMakeFiles/vorbis.dir/depend.make | 2 + .../lib/CMakeFiles/vorbis.dir/flags.make | 10 + .../vorbis/lib/CMakeFiles/vorbis.dir/link.txt | 2 + .../lib/CMakeFiles/vorbis.dir/progress.make | 22 + .../CMakeFiles/vorbisenc.dir/DependInfo.cmake | 23 + .../lib/CMakeFiles/vorbisenc.dir/build.make | 114 + .../vorbisenc.dir/cmake_clean.cmake | 11 + .../vorbisenc.dir/cmake_clean_target.cmake | 3 + .../vorbisenc.dir/compiler_depend.make | 2 + .../vorbisenc.dir/compiler_depend.ts | 2 + .../lib/CMakeFiles/vorbisenc.dir/depend.make | 2 + .../lib/CMakeFiles/vorbisenc.dir/flags.make | 10 + .../lib/CMakeFiles/vorbisenc.dir/link.txt | 2 + .../CMakeFiles/vorbisenc.dir/progress.make | 3 + .../vorbisfile.dir/DependInfo.cmake | 23 + .../lib/CMakeFiles/vorbisfile.dir/build.make | 114 + .../vorbisfile.dir/cmake_clean.cmake | 11 + .../vorbisfile.dir/cmake_clean_target.cmake | 3 + .../vorbisfile.dir/compiler_depend.make | 2 + .../vorbisfile.dir/compiler_depend.ts | 2 + .../lib/CMakeFiles/vorbisfile.dir/depend.make | 2 + .../lib/CMakeFiles/vorbisfile.dir/flags.make | 10 + .../lib/CMakeFiles/vorbisfile.dir/link.txt | 2 + .../CMakeFiles/vorbisfile.dir/progress.make | 3 + .../external/vorbis/lib/CTestTestfile.cmake | 6 + build_emscripten/external/vorbis/lib/Makefile | 852 + .../external/vorbis/lib/VorbisConfig.cmake | 45 + .../vorbis/lib/VorbisConfigVersion.cmake | 65 + .../external/vorbis/lib/VorbisTargets.cmake | 115 + .../external/vorbis/lib/cmake_install.cmake | 108 + .../CMakeDirectoryInformation.cmake | 16 + .../vorbis/test/CMakeFiles/progress.marks | 1 + .../vorbis_test.dir/DependInfo.cmake | 26 + .../CMakeFiles/vorbis_test.dir/build.make | 149 + .../vorbis_test.dir/cmake_clean.cmake | 16 + .../vorbis_test.dir/compiler_depend.make | 2 + .../vorbis_test.dir/compiler_depend.ts | 2 + .../CMakeFiles/vorbis_test.dir/depend.make | 2 + .../CMakeFiles/vorbis_test.dir/flags.make | 10 + .../test/CMakeFiles/vorbis_test.dir/link.txt | 1 + .../CMakeFiles/vorbis_test.dir/progress.make | 5 + .../external/vorbis/test/CTestTestfile.cmake | 8 + .../external/vorbis/test/Makefile | 309 + .../external/vorbis/test/cmake_install.cmake | 50 + build_emscripten/external/vorbis/vorbis.pc | 15 + build_emscripten/external/vorbis/vorbisenc.pc | 14 + .../external/vorbis/vorbisfile.pc | 14 + setup.sh | 3 +- 5042 files changed, 252162 insertions(+), 2 deletions(-) create mode 100644 build_emscripten/.qt/QtDeploySupport.cmake create mode 100644 build_emscripten/.qt/QtDeployTargets.cmake create mode 100644 build_emscripten/CMakeCache.txt create mode 100644 build_emscripten/CMakeFiles/4.0.2-dirty/CMakeASMCompiler.cmake create mode 100644 build_emscripten/CMakeFiles/4.0.2-dirty/CMakeCCompiler.cmake create mode 100644 build_emscripten/CMakeFiles/4.0.2-dirty/CMakeCXXCompiler.cmake create mode 100755 build_emscripten/CMakeFiles/4.0.2-dirty/CMakeDetermineCompilerABI_C.bin create mode 100755 build_emscripten/CMakeFiles/4.0.2-dirty/CMakeDetermineCompilerABI_CXX.bin create mode 100644 build_emscripten/CMakeFiles/4.0.2-dirty/CMakeSystem.cmake create mode 100644 build_emscripten/CMakeFiles/4.0.2-dirty/CompilerIdC/CMakeCCompilerId.c create mode 100755 build_emscripten/CMakeFiles/4.0.2-dirty/CompilerIdC/a.out create mode 100644 build_emscripten/CMakeFiles/4.0.2-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp create mode 100755 build_emscripten/CMakeFiles/4.0.2-dirty/CompilerIdCXX/a.out create mode 100644 build_emscripten/CMakeFiles/CMakeConfigureLog.yaml create mode 100644 build_emscripten/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/CMakeFiles/CMakeRuleHashes.txt create mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/INT16_SIZE.bin create mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/INT32_SIZE.bin create mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/INT64_SIZE.bin create mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/INT_SIZE.bin create mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/LONG_LONG_SIZE.bin create mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/LONG_SIZE.bin create mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SHORT_SIZE.bin create mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_CURL_OFF_T.bin create mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_CURL_SOCKET_T.bin create mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_INT.bin create mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_LONG.bin create mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_LONG_LONG.bin create mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_OFF_T.bin create mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_SA_FAMILY_T.bin create mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_SIZE_T.bin create mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.bin create mode 100644 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_STRUCT_SOCKADDR_STORAGE.bin create mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_SUSECONDS_T.bin create mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.bin create mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/UINT16_SIZE.bin create mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/UINT32_SIZE.bin create mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/U_INT16_SIZE.bin create mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/U_INT32_SIZE.bin create mode 100644 build_emscripten/CMakeFiles/InstallScripts.json create mode 100644 build_emscripten/CMakeFiles/Makefile.cmake create mode 100644 build_emscripten/CMakeFiles/Makefile2 create mode 100644 build_emscripten/CMakeFiles/TargetDirectories.txt create mode 100644 build_emscripten/CMakeFiles/VerifyGlobs.cmake create mode 100644 build_emscripten/CMakeFiles/alldemos.dir/DependInfo.cmake create mode 100644 build_emscripten/CMakeFiles/alldemos.dir/build.make create mode 100644 build_emscripten/CMakeFiles/alldemos.dir/cmake_clean.cmake create mode 100644 build_emscripten/CMakeFiles/alldemos.dir/compiler_depend.make create mode 100644 build_emscripten/CMakeFiles/alldemos.dir/compiler_depend.ts create mode 100644 build_emscripten/CMakeFiles/alldemos.dir/progress.make create mode 100644 build_emscripten/CMakeFiles/cmake.check_cache create mode 100644 build_emscripten/CMakeFiles/cmake.verify_globs create mode 100644 build_emscripten/CMakeFiles/progress.marks create mode 100644 build_emscripten/CPackConfig.cmake create mode 100644 build_emscripten/CPackSourceConfig.cmake create mode 100644 build_emscripten/Makefile create mode 100644 build_emscripten/PopWork/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/PopWork/CMakeFiles/PopWork.dir/DependInfo.cmake create mode 100644 build_emscripten/PopWork/CMakeFiles/PopWork.dir/build.make create mode 100644 build_emscripten/PopWork/CMakeFiles/PopWork.dir/cmake_clean.cmake create mode 100644 build_emscripten/PopWork/CMakeFiles/PopWork.dir/cmake_clean_target.cmake create mode 100644 build_emscripten/PopWork/CMakeFiles/PopWork.dir/compiler_depend.make create mode 100644 build_emscripten/PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts create mode 100644 build_emscripten/PopWork/CMakeFiles/PopWork.dir/depend.make create mode 100644 build_emscripten/PopWork/CMakeFiles/PopWork.dir/flags.make create mode 100644 build_emscripten/PopWork/CMakeFiles/PopWork.dir/link.txt create mode 100644 build_emscripten/PopWork/CMakeFiles/PopWork.dir/progress.make create mode 100644 build_emscripten/PopWork/CMakeFiles/progress.marks create mode 100644 build_emscripten/PopWork/Makefile create mode 100644 build_emscripten/PopWork/cmake_install.cmake create mode 100644 build_emscripten/cmake_install.cmake create mode 100644 build_emscripten/examples/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/examples/CMakeFiles/progress.marks create mode 100644 build_emscripten/examples/Makefile create mode 100644 build_emscripten/examples/cmake_install.cmake create mode 100644 build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/DependInfo.cmake create mode 100644 build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/build.make create mode 100644 build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/cmake_clean.cmake create mode 100644 build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.make create mode 100644 build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.ts create mode 100644 build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/depend.make create mode 100644 build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/flags.make create mode 100644 build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/link.txt create mode 100644 build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/progress.make create mode 100644 build_emscripten/examples/src/barebones/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/examples/src/barebones/CMakeFiles/progress.marks create mode 100644 build_emscripten/examples/src/barebones/Makefile create mode 100644 build_emscripten/examples/src/barebones/cmake_install.cmake create mode 100644 build_emscripten/examples/src/demo1/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/DependInfo.cmake create mode 100644 build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/build.make create mode 100644 build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/cmake_clean.cmake create mode 100644 build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.make create mode 100644 build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.ts create mode 100644 build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/depend.make create mode 100644 build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/flags.make create mode 100644 build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/link.txt create mode 100644 build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/progress.make create mode 100644 build_emscripten/examples/src/demo1/CMakeFiles/progress.marks create mode 100644 build_emscripten/examples/src/demo1/Makefile create mode 100644 build_emscripten/examples/src/demo1/cmake_install.cmake create mode 100644 build_emscripten/examples/src/demo2/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/DependInfo.cmake create mode 100644 build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/build.make create mode 100644 build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/cmake_clean.cmake create mode 100644 build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.make create mode 100644 build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.ts create mode 100644 build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/depend.make create mode 100644 build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/flags.make create mode 100644 build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/link.txt create mode 100644 build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/progress.make create mode 100644 build_emscripten/examples/src/demo2/CMakeFiles/progress.marks create mode 100644 build_emscripten/examples/src/demo2/Makefile create mode 100644 build_emscripten/examples/src/demo2/cmake_install.cmake create mode 100644 build_emscripten/examples/src/demo3/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/DependInfo.cmake create mode 100644 build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/build.make create mode 100644 build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/cmake_clean.cmake create mode 100644 build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.make create mode 100644 build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.ts create mode 100644 build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/depend.make create mode 100644 build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/flags.make create mode 100644 build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/link.txt create mode 100644 build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/progress.make create mode 100644 build_emscripten/examples/src/demo3/CMakeFiles/progress.marks create mode 100644 build_emscripten/examples/src/demo3/Makefile create mode 100644 build_emscripten/examples/src/demo3/cmake_install.cmake create mode 100644 build_emscripten/examples/src/demo4/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/DependInfo.cmake create mode 100644 build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/build.make create mode 100644 build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/cmake_clean.cmake create mode 100644 build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.make create mode 100644 build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.ts create mode 100644 build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/depend.make create mode 100644 build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/flags.make create mode 100644 build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/link.txt create mode 100644 build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/progress.make create mode 100644 build_emscripten/examples/src/demo4/CMakeFiles/progress.marks create mode 100644 build_emscripten/examples/src/demo4/Makefile create mode 100644 build_emscripten/examples/src/demo4/cmake_install.cmake create mode 100644 build_emscripten/examples/src/demo5/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/DependInfo.cmake create mode 100644 build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/build.make create mode 100644 build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/cmake_clean.cmake create mode 100644 build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.make create mode 100644 build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.ts create mode 100644 build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/depend.make create mode 100644 build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/flags.make create mode 100644 build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/link.txt create mode 100644 build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/progress.make create mode 100644 build_emscripten/examples/src/demo5/CMakeFiles/progress.marks create mode 100644 build_emscripten/examples/src/demo5/Makefile create mode 100644 build_emscripten/examples/src/demo5/cmake_install.cmake create mode 100644 build_emscripten/examples/src/hun-garr/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/DependInfo.cmake create mode 100644 build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make create mode 100644 build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/cmake_clean.cmake create mode 100644 build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.make create mode 100644 build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts create mode 100644 build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/depend.make create mode 100644 build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make create mode 100644 build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/link.txt create mode 100644 build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/progress.make create mode 100644 build_emscripten/examples/src/hun-garr/CMakeFiles/progress.marks create mode 100644 build_emscripten/examples/src/hun-garr/Makefile create mode 100644 build_emscripten/examples/src/hun-garr/cmake_install.cmake create mode 100644 build_emscripten/examples/src/v12demo/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/DependInfo.cmake create mode 100644 build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make create mode 100644 build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/cmake_clean.cmake create mode 100644 build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.make create mode 100644 build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.ts create mode 100644 build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/depend.make create mode 100644 build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/flags.make create mode 100644 build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/link.txt create mode 100644 build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/progress.make create mode 100644 build_emscripten/examples/src/v12demo/CMakeFiles/progress.marks create mode 100644 build_emscripten/examples/src/v12demo/Makefile create mode 100644 build_emscripten/examples/src/v12demo/cmake_install.cmake create mode 100644 build_emscripten/examples/src/v14demo/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/DependInfo.cmake create mode 100644 build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make create mode 100644 build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/cmake_clean.cmake create mode 100644 build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.make create mode 100644 build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.ts create mode 100644 build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/depend.make create mode 100644 build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/flags.make create mode 100644 build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/link.txt create mode 100644 build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/progress.make create mode 100644 build_emscripten/examples/src/v14demo/CMakeFiles/progress.marks create mode 100644 build_emscripten/examples/src/v14demo/Makefile create mode 100644 build_emscripten/examples/src/v14demo/cmake_install.cmake create mode 100644 build_emscripten/examples/src/xmldemo/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/DependInfo.cmake create mode 100644 build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make create mode 100644 build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/cmake_clean.cmake create mode 100644 build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.make create mode 100644 build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.ts create mode 100644 build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/depend.make create mode 100644 build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/flags.make create mode 100644 build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/link.txt create mode 100644 build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/progress.make create mode 100644 build_emscripten/examples/src/xmldemo/CMakeFiles/progress.marks create mode 100644 build_emscripten/examples/src/xmldemo/Makefile create mode 100644 build_emscripten/examples/src/xmldemo/cmake_install.cmake create mode 100644 build_emscripten/external/SDL/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch.c create mode 100644 build_emscripten/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch/bin create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/DependInfo.cmake create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/build.make create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.c create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.make create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/depend.make create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/flags.make create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/link.txt create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/progress.make create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/DependInfo.cmake create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/build.make create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_clean_target.cmake create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.c create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.make create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/depend.make create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/flags.make create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/link.txt create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/progress.make create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/DependInfo.cmake create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/build.make create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/cmake_clean_target.cmake create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.make create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/depend.make create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/flags.make create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/link.txt create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/progress.make create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL_build_config.h.intermediate create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/DependInfo.cmake create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/build.make create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/cmake_clean_target.cmake create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.make create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/depend.make create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/link.txt create mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/progress.make create mode 100644 build_emscripten/external/SDL/CMakeFiles/dummy.sym create mode 100644 build_emscripten/external/SDL/CMakeFiles/git-data/HEAD create mode 100644 build_emscripten/external/SDL/CMakeFiles/git-data/grabRef.cmake create mode 100644 build_emscripten/external/SDL/CMakeFiles/git-data/head-ref create mode 100644 build_emscripten/external/SDL/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/SDL/Makefile create mode 100644 build_emscripten/external/SDL/SDL3Config.cmake create mode 100644 build_emscripten/external/SDL/SDL3ConfigVersion.cmake create mode 100644 build_emscripten/external/SDL/SDL3headersTargets.cmake create mode 100644 build_emscripten/external/SDL/SDL3sharedTargets.cmake create mode 100644 build_emscripten/external/SDL/SDL3staticTargets.cmake create mode 100644 build_emscripten/external/SDL/SDL3testTargets.cmake create mode 100644 build_emscripten/external/SDL/cmake_install.cmake create mode 100644 build_emscripten/external/SDL/include-config-relwithdebinfo/build_config/SDL_build_config.h create mode 100644 build_emscripten/external/SDL/include-revision/SDL3/SDL_revision.h create mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/DependInfo.cmake create mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make create mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/cmake_clean_target.cmake create mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.make create mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.ts create mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/depend.make create mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/flags.make create mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/link.txt create mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/progress.make create mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/SDL_ttf/Makefile create mode 100644 build_emscripten/external/SDL_ttf/cmake_install.cmake create mode 100644 build_emscripten/external/SDL_ttf/dummy.sym create mode 100644 build_emscripten/external/curl/CMake/cmake_uninstall.cmake create mode 100644 build_emscripten/external/curl/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/curl/CMakeFiles/Export/8e83d16133499b505bf3986f4f209a65/CURLTargets-relwithdebinfo.cmake create mode 100644 build_emscripten/external/curl/CMakeFiles/Export/8e83d16133499b505bf3986f4f209a65/CURLTargets.cmake create mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/build.make create mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/progress.make create mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/build.make create mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/progress.make create mode 100644 build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/build.make create mode 100644 build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/progress.make create mode 100644 build_emscripten/external/curl/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/curl/Makefile create mode 100644 build_emscripten/external/curl/buildinfo.txt create mode 100644 build_emscripten/external/curl/cmake_install.cmake create mode 100644 build_emscripten/external/curl/curl-config create mode 100644 build_emscripten/external/curl/docs/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build.make create mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build.make create mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build.make create mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/curl/docs/Makefile create mode 100644 build_emscripten/external/curl/docs/cmake_install.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/flags.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/link.txt create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/build.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/curl/docs/examples/Makefile create mode 100644 build_emscripten/external/curl/docs/examples/Makefile.inc.cmake create mode 100644 build_emscripten/external/curl/docs/examples/cmake_install.cmake create mode 100644 build_emscripten/external/curl/docs/libcurl/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build.make create mode 100644 build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/libcurl/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/curl/docs/libcurl/Makefile create mode 100644 build_emscripten/external/curl/docs/libcurl/Makefile.inc.cmake create mode 100644 build_emscripten/external/curl/docs/libcurl/cmake_install.cmake create mode 100644 build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build.make create mode 100644 build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/progress.make create mode 100644 build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/curl/docs/libcurl/opts/Makefile create mode 100644 build_emscripten/external/curl/docs/libcurl/opts/Makefile.inc.cmake create mode 100644 build_emscripten/external/curl/docs/libcurl/opts/cmake_install.cmake create mode 100644 build_emscripten/external/curl/generated/CURLConfig.cmake create mode 100644 build_emscripten/external/curl/generated/CURLConfigVersion.cmake create mode 100644 build_emscripten/external/curl/lib/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/build.make create mode 100644 build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/cmake_clean_target.cmake create mode 100644 build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/depend.make create mode 100644 build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/flags.make create mode 100644 build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/link.txt create mode 100644 build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/progress.make create mode 100644 build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/build.make create mode 100644 build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/cmake_clean_target.cmake create mode 100644 build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/depend.make create mode 100644 build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make create mode 100644 build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/link.txt create mode 100644 build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/progress.make create mode 100644 build_emscripten/external/curl/lib/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/curl/lib/Makefile create mode 100644 build_emscripten/external/curl/lib/Makefile.inc.cmake create mode 100644 build_emscripten/external/curl/lib/cmake_install.cmake create mode 100644 build_emscripten/external/curl/lib/curl_config.h create mode 100644 build_emscripten/external/curl/libcurl-target.cmake create mode 100644 build_emscripten/external/curl/libcurl.pc create mode 100644 build_emscripten/external/curl/scripts/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/curl/scripts/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/curl/scripts/Makefile create mode 100644 build_emscripten/external/curl/scripts/cmake_install.cmake create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/build.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/build.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/build.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/build.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/build.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/build.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/build.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/build.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/build.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/Makefile create mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/build.make create mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/build.make create mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/curl/tests/certs/Makefile create mode 100644 build_emscripten/external/curl/tests/certs/Makefile.inc.cmake create mode 100644 build_emscripten/external/curl/tests/certs/cmake_install.cmake create mode 100644 build_emscripten/external/curl/tests/cmake_install.cmake create mode 100644 build_emscripten/external/curl/tests/config create mode 100644 build_emscripten/external/curl/tests/configurehelp.pm create mode 100644 build_emscripten/external/curl/tests/http/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/curl/tests/http/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/curl/tests/http/Makefile create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/http/clients/Makefile create mode 100644 build_emscripten/external/curl/tests/http/clients/Makefile.inc.cmake create mode 100644 build_emscripten/external/curl/tests/http/clients/cmake_install.cmake create mode 100644 build_emscripten/external/curl/tests/http/cmake_install.cmake create mode 100644 build_emscripten/external/curl/tests/http/config.ini create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/curl/tests/libtest/Makefile create mode 100644 build_emscripten/external/curl/tests/libtest/Makefile.inc.cmake create mode 100644 build_emscripten/external/curl/tests/libtest/cmake_install.cmake create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/build.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/build.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/build.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/build.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/build.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/build.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/build.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/server/Makefile create mode 100644 build_emscripten/external/curl/tests/server/Makefile.inc.cmake create mode 100644 build_emscripten/external/curl/tests/server/cmake_install.cmake create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/tunit/Makefile create mode 100644 build_emscripten/external/curl/tests/tunit/Makefile.inc.cmake create mode 100644 build_emscripten/external/curl/tests/tunit/cmake_install.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/DependInfo.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.ts create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/depend.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/flags.make create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/link.txt create mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/progress.make create mode 100644 build_emscripten/external/curl/tests/unit/Makefile create mode 100644 build_emscripten/external/curl/tests/unit/Makefile.inc.cmake create mode 100644 build_emscripten/external/curl/tests/unit/cmake_install.cmake create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/DependInfo.cmake create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/build.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/cmake_clean_target.cmake create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/compiler_depend.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/compiler_depend.ts create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/depend.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/flags.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/link.txt create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/progress.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/DependInfo.cmake create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/cmake_clean_target.cmake create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/compiler_depend.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/compiler_depend.ts create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/depend.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/flags.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/link.txt create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/progress.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/DependInfo.cmake create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/cmake_clean_target.cmake create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/compiler_depend.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/compiler_depend.ts create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/depend.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/flags.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/link.txt create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/progress.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/DependInfo.cmake create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/cmake_clean_target.cmake create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/compiler_depend.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/compiler_depend.ts create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/depend.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/flags.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/link.txt create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/progress.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/DependInfo.cmake create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/cmake_clean_target.cmake create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/compiler_depend.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/compiler_depend.ts create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/depend.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/flags.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/link.txt create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/progress.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/DependInfo.cmake create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/cmake_clean_target.cmake create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/compiler_depend.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/compiler_depend.ts create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/depend.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/flags.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/link.txt create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/progress.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/DependInfo.cmake create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/cmake_clean_target.cmake create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/compiler_depend.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/compiler_depend.ts create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/depend.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/flags.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/link.txt create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/progress.make create mode 100644 build_emscripten/external/miniaudio/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/miniaudio/Makefile create mode 100644 build_emscripten/external/miniaudio/cmake_install.cmake create mode 100644 build_emscripten/external/ogg/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/ogg/CMakeFiles/Export/dee6fd410a50d06b294b496f57355584/OggTargets-relwithdebinfo.cmake create mode 100644 build_emscripten/external/ogg/CMakeFiles/Export/dee6fd410a50d06b294b496f57355584/OggTargets.cmake create mode 100644 build_emscripten/external/ogg/CMakeFiles/ogg.dir/DependInfo.cmake create mode 100644 build_emscripten/external/ogg/CMakeFiles/ogg.dir/build.make create mode 100644 build_emscripten/external/ogg/CMakeFiles/ogg.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/ogg/CMakeFiles/ogg.dir/cmake_clean_target.cmake create mode 100644 build_emscripten/external/ogg/CMakeFiles/ogg.dir/compiler_depend.make create mode 100644 build_emscripten/external/ogg/CMakeFiles/ogg.dir/compiler_depend.ts create mode 100644 build_emscripten/external/ogg/CMakeFiles/ogg.dir/depend.make create mode 100644 build_emscripten/external/ogg/CMakeFiles/ogg.dir/flags.make create mode 100644 build_emscripten/external/ogg/CMakeFiles/ogg.dir/link.txt create mode 100644 build_emscripten/external/ogg/CMakeFiles/ogg.dir/progress.make create mode 100644 build_emscripten/external/ogg/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/ogg/Makefile create mode 100644 build_emscripten/external/ogg/OggConfig.cmake create mode 100644 build_emscripten/external/ogg/OggConfigVersion.cmake create mode 100644 build_emscripten/external/ogg/OggTargets.cmake create mode 100644 build_emscripten/external/ogg/cmake_install.cmake create mode 100644 build_emscripten/external/ogg/include/ogg/config_types.h create mode 100644 build_emscripten/external/ogg/ogg.pc create mode 100644 build_emscripten/external/openal/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-relwithdebinfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/OpenAL.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/OpenAL.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/OpenAL.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/OpenAL.dir/cmake_clean_target.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/OpenAL.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/OpenAL.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/OpenAL.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/OpenAL.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/OpenAL.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alconvolve.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alconvolve.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alconvolve.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alconvolve.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alconvolve.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/alconvolve.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alconvolve.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alconvolve.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/alconvolve.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/aldebug.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/aldebug.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/aldebug.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/aldebug.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/aldebug.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/aldebug.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/aldebug.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/aldebug.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/aldebug.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/aldirect.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/aldirect.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/aldirect.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/aldirect.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/aldirect.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/aldirect.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/aldirect.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/aldirect.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/aldirect.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alffplay.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alffplay.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alffplay.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alffplay.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alffplay.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/alffplay.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alffplay.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alffplay.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/alffplay.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alhrtf.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alhrtf.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alhrtf.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alhrtf.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alhrtf.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/alhrtf.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alhrtf.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alhrtf.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/alhrtf.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/allafplay.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/allafplay.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/allafplay.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/allafplay.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/allafplay.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/allafplay.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/allafplay.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/allafplay.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/allafplay.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/allatency.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/allatency.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/allatency.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/allatency.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/allatency.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/allatency.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/allatency.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/allatency.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/allatency.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alloopback.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alloopback.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alloopback.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alloopback.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alloopback.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/alloopback.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alloopback.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alloopback.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/alloopback.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/almultireverb.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/almultireverb.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/almultireverb.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/almultireverb.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/almultireverb.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/almultireverb.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/almultireverb.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/almultireverb.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/almultireverb.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alplay.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alplay.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alplay.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alplay.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alplay.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/alplay.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alplay.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alplay.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/alplay.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alrecord.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alrecord.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alrecord.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alrecord.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alrecord.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/alrecord.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alrecord.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alrecord.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/alrecord.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alreverb.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alreverb.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alreverb.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alreverb.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alreverb.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/alreverb.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alreverb.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alreverb.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/alreverb.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/cmake_clean_target.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/cmake_clean_target.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/cmake_clean_target.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alstream.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alstream.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alstream.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alstream.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alstream.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/alstream.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alstream.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alstream.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/alstream.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/altonegen.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/altonegen.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/altonegen.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/altonegen.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/altonegen.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/altonegen.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/altonegen.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/altonegen.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/altonegen.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/makemhr.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/makemhr.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/makemhr.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/makemhr.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/makemhr.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/makemhr.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/makemhr.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/makemhr.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/makemhr.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/openal-info.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/openal-info.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/openal-info.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/openal-info.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/openal-info.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/openal-info.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/openal-info.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/openal-info.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/openal-info.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/openal/CMakeFiles/sofa-info.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/sofa-info.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/sofa-info.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/sofa-info.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/sofa-info.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/sofa-info.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/sofa-info.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/sofa-info.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/sofa-info.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/progress.make create mode 100644 build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/build.make create mode 100644 build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/depend.make create mode 100644 build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/flags.make create mode 100644 build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/link.txt create mode 100644 build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/progress.make create mode 100644 build_emscripten/external/openal/CTestTestfile.cmake create mode 100644 build_emscripten/external/openal/Makefile create mode 100644 build_emscripten/external/openal/OpenALConfig.cmake create mode 100644 build_emscripten/external/openal/OpenALTargets.cmake create mode 100644 build_emscripten/external/openal/cmake_install.cmake create mode 100644 build_emscripten/external/openal/config.h create mode 100644 build_emscripten/external/openal/config_backends.h create mode 100644 build_emscripten/external/openal/config_simd.h create mode 100644 build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make create mode 100644 build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/depend.make create mode 100644 build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/flags.make create mode 100644 build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/progress.make create mode 100644 build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/openal/fmt-11.1.4/CTestTestfile.cmake create mode 100644 build_emscripten/external/openal/fmt-11.1.4/Makefile create mode 100644 build_emscripten/external/openal/fmt-11.1.4/cmake_install.cmake create mode 100644 build_emscripten/external/openal/openal.pc create mode 100644 build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/DependInfo.cmake create mode 100644 build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make create mode 100644 build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.make create mode 100644 build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts create mode 100644 build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend.make create mode 100644 build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make create mode 100644 build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/link.txt create mode 100644 build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/progress.make create mode 100644 build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/openal/utils/alsoft-config/CTestTestfile.cmake create mode 100644 build_emscripten/external/openal/utils/alsoft-config/Makefile create mode 100644 build_emscripten/external/openal/utils/alsoft-config/cmake_install.cmake create mode 100644 build_emscripten/external/openal/utils/alsoft-config/moc_mainwindow.cpp_parameters create mode 100644 build_emscripten/external/vorbis/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/build.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/progress.make create mode 100644 build_emscripten/external/vorbis/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/vorbis/CTestTestfile.cmake create mode 100644 build_emscripten/external/vorbis/DartConfiguration.tcl create mode 100644 build_emscripten/external/vorbis/Makefile create mode 100644 build_emscripten/external/vorbis/cmake_install.cmake create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/Export/cc38caa321284793c52f43683a3b76fc/VorbisTargets-relwithdebinfo.cmake create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/Export/cc38caa321284793c52f43683a3b76fc/VorbisTargets.cmake create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/build.make create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/cmake_clean_target.cmake create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/depend.make create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/link.txt create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/progress.make create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/cmake_clean_target.cmake create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/depend.make create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/flags.make create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/link.txt create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/progress.make create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/cmake_clean_target.cmake create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/depend.make create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/flags.make create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/link.txt create mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/progress.make create mode 100644 build_emscripten/external/vorbis/lib/CTestTestfile.cmake create mode 100644 build_emscripten/external/vorbis/lib/Makefile create mode 100644 build_emscripten/external/vorbis/lib/VorbisConfig.cmake create mode 100644 build_emscripten/external/vorbis/lib/VorbisConfigVersion.cmake create mode 100644 build_emscripten/external/vorbis/lib/VorbisTargets.cmake create mode 100644 build_emscripten/external/vorbis/lib/cmake_install.cmake create mode 100644 build_emscripten/external/vorbis/test/CMakeFiles/CMakeDirectoryInformation.cmake create mode 100644 build_emscripten/external/vorbis/test/CMakeFiles/progress.marks create mode 100644 build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/DependInfo.cmake create mode 100644 build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make create mode 100644 build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/cmake_clean.cmake create mode 100644 build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.make create mode 100644 build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.ts create mode 100644 build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/depend.make create mode 100644 build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/flags.make create mode 100644 build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/link.txt create mode 100644 build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/progress.make create mode 100644 build_emscripten/external/vorbis/test/CTestTestfile.cmake create mode 100644 build_emscripten/external/vorbis/test/Makefile create mode 100644 build_emscripten/external/vorbis/test/cmake_install.cmake create mode 100644 build_emscripten/external/vorbis/vorbis.pc create mode 100644 build_emscripten/external/vorbis/vorbisenc.pc create mode 100644 build_emscripten/external/vorbis/vorbisfile.pc diff --git a/CMakeLists.txt b/CMakeLists.txt index f0c36500..7ac6c2b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,6 +31,31 @@ if(USE_WIDESTRING) add_compile_definitions(_USE_WIDE_STRING) endif() +# Emscripten additions +if(CMAKE_SYSTEM_NAME STREQUAL "Emscripten") + set(CMAKE_EXECUTABLE_SUFFIX ".html") + + # todo: add to compile options + add_link_options( + "-sWASM=0" + "-sALLOW_MEMORY_GROWTH=1" + "-sUSE_WEBGL2=1" + "-sFULL_ES3=1" + "-sUSE_FREETYPE=1" + "-sUSE_HARFBUZZ=1" + ) + + set(SDLTTF_FREETYPE_VENDORED ON CACHE BOOL "" FORCE) + + set_target_properties(${PROJECT_NAME} PROPERTIES + SUFFIX ".a" + ) + + if(BUILD_EXAMPLES) + # im too lazy for this + endif() +endif() + if(CONSOLE AND WIN32) add_compile_definitions(_CONSOLE_ON) endif() @@ -97,4 +122,4 @@ if(NOT (DEFINED ENV{GITHUB_ACTIONS} AND "$ENV{GITHUB_ACTIONS}" STREQUAL "true")) add_custom_command(TARGET alldemos POST_BUILD COMMAND ${CMAKE_COMMAND} --install ${CMAKE_BINARY_DIR} --config $ ) -endif() \ No newline at end of file +endif() diff --git a/build_emscripten/.qt/QtDeploySupport.cmake b/build_emscripten/.qt/QtDeploySupport.cmake new file mode 100644 index 00000000..fac5d44d --- /dev/null +++ b/build_emscripten/.qt/QtDeploySupport.cmake @@ -0,0 +1,69 @@ +cmake_minimum_required(VERSION 3.16...3.21) + +# These are part of the public API. Projects should use them to provide a +# consistent set of prefix-relative destinations. +if(NOT QT_DEPLOY_BIN_DIR) + set(QT_DEPLOY_BIN_DIR "bin") +endif() +if(NOT QT_DEPLOY_LIBEXEC_DIR) + set(QT_DEPLOY_LIBEXEC_DIR "libexec") +endif() +if(NOT QT_DEPLOY_LIB_DIR) + set(QT_DEPLOY_LIB_DIR "lib") +endif() +if(NOT QT_DEPLOY_PLUGINS_DIR) + set(QT_DEPLOY_PLUGINS_DIR "plugins") +endif() +if(NOT QT_DEPLOY_QML_DIR) + set(QT_DEPLOY_QML_DIR "qml") +endif() +if(NOT QT_DEPLOY_TRANSLATIONS_DIR) + set(QT_DEPLOY_TRANSLATIONS_DIR "translations") +endif() +if(NOT QT_DEPLOY_PREFIX) + set(QT_DEPLOY_PREFIX "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}") +endif() +if(QT_DEPLOY_PREFIX STREQUAL "") + set(QT_DEPLOY_PREFIX .) +endif() +if(NOT QT_DEPLOY_IGNORED_LIB_DIRS) + set(QT_DEPLOY_IGNORED_LIB_DIRS "/lib") +endif() + +# These are internal implementation details. They may be removed at any time. +set(__QT_DEPLOY_SYSTEM_NAME "Linux") +set(__QT_DEPLOY_IS_SHARED_LIBS_BUILD "ON") +set(__QT_DEPLOY_TOOL "GRD") +set(__QT_DEPLOY_IMPL_DIR "/home/guest/Downloads/PopLib/build/.qt") +set(__QT_DEPLOY_VERBOSE "") +set(__QT_CMAKE_EXPORT_NAMESPACE "Qt6") +set(__QT_DEPLOY_GENERATOR_IS_MULTI_CONFIG "0") +set(__QT_DEPLOY_ACTIVE_CONFIG "RelWithDebInfo") +set(__QT_NO_CREATE_VERSIONLESS_FUNCTIONS "") +set(__QT_DEFAULT_MAJOR_VERSION "6") +set(__QT_DEPLOY_QT_ADDITIONAL_PACKAGES_PREFIX_PATH "") +set(__QT_DEPLOY_QT_INSTALL_PREFIX "/usr") +set(__QT_DEPLOY_QT_INSTALL_BINS "lib/qt6/bin") +set(__QT_DEPLOY_QT_INSTALL_DATA "share/qt6") +set(__QT_DEPLOY_QT_INSTALL_LIBEXECS "lib/qt6") +set(__QT_DEPLOY_QT_INSTALL_PLUGINS "lib/qt6/plugins") +set(__QT_DEPLOY_QT_INSTALL_TRANSLATIONS "share/qt6/translations") +set(__QT_DEPLOY_TARGET_QT_PATHS_PATH "/usr/lib/qt6/bin/qtpaths6") +set(__QT_DEPLOY_PLUGINS "") +set(__QT_DEPLOY_MUST_ADJUST_PLUGINS_RPATH "") +set(__QT_DEPLOY_USE_PATCHELF "") +set(__QT_DEPLOY_PATCHELF_EXECUTABLE "") +set(__QT_DEPLOY_QT_IS_MULTI_CONFIG_BUILD_WITH_DEBUG "FALSE") +set(__QT_DEPLOY_QT_DEBUG_POSTFIX "") + +# Define the CMake commands to be made available during deployment. +set(__qt_deploy_support_files + "/home/guest/Downloads/PopLib/build/.qt/QtDeployTargets.cmake" + "/usr/lib/cmake/Qt6Core/Qt6CoreDeploySupport.cmake" +) +foreach(__qt_deploy_support_file IN LISTS __qt_deploy_support_files) + include("${__qt_deploy_support_file}") +endforeach() + +unset(__qt_deploy_support_file) +unset(__qt_deploy_support_files) diff --git a/build_emscripten/.qt/QtDeployTargets.cmake b/build_emscripten/.qt/QtDeployTargets.cmake new file mode 100644 index 00000000..e8c98dab --- /dev/null +++ b/build_emscripten/.qt/QtDeployTargets.cmake @@ -0,0 +1,982 @@ +set(__QT_DEPLOY_TARGET_ogg_FILE /home/guest/Downloads/PopLib/build/external/ogg/libogg.a) +set(__QT_DEPLOY_TARGET_ogg_TYPE STATIC_LIBRARY) +set(__QT_DEPLOY_TARGET_vorbis_FILE /home/guest/Downloads/PopLib/build/external/vorbis/lib/libvorbis.a) +set(__QT_DEPLOY_TARGET_vorbis_TYPE STATIC_LIBRARY) +set(__QT_DEPLOY_TARGET_vorbisenc_FILE /home/guest/Downloads/PopLib/build/external/vorbis/lib/libvorbisenc.a) +set(__QT_DEPLOY_TARGET_vorbisenc_TYPE STATIC_LIBRARY) +set(__QT_DEPLOY_TARGET_vorbisfile_FILE /home/guest/Downloads/PopLib/build/external/vorbis/lib/libvorbisfile.a) +set(__QT_DEPLOY_TARGET_vorbisfile_TYPE STATIC_LIBRARY) +set(__QT_DEPLOY_TARGET_vorbis_test_FILE /home/guest/Downloads/PopLib/build/external/vorbis/test/vorbis_test) +set(__QT_DEPLOY_TARGET_vorbis_test_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_SDL3-shared_FILE /home/guest/Downloads/PopLib/build/external/SDL/libSDL3.so.0.3.0) +set(__QT_DEPLOY_TARGET_SDL3-shared_TYPE SHARED_LIBRARY) +set(__QT_DEPLOY_TARGET_SDL3-static_FILE /home/guest/Downloads/PopLib/build/external/SDL/libSDL3.a) +set(__QT_DEPLOY_TARGET_SDL3-static_TYPE STATIC_LIBRARY) +set(__QT_DEPLOY_TARGET_SDL3_test_FILE /home/guest/Downloads/PopLib/build/external/SDL/libSDL3_test.a) +set(__QT_DEPLOY_TARGET_SDL3_test_TYPE STATIC_LIBRARY) +set(__QT_DEPLOY_TARGET_SDL_uclibc_FILE /home/guest/Downloads/PopLib/build/external/SDL/libSDL_uclibc.a) +set(__QT_DEPLOY_TARGET_SDL_uclibc_TYPE STATIC_LIBRARY) +set(__QT_DEPLOY_TARGET_SDL3_ttf-static_FILE /home/guest/Downloads/PopLib/build/external/SDL_ttf/libSDL3_ttf.a) +set(__QT_DEPLOY_TARGET_SDL3_ttf-static_TYPE STATIC_LIBRARY) +set(__QT_DEPLOY_TARGET_alsoft-config_FILE /home/guest/Downloads/PopLib/build/external/openal/alsoft-config) +set(__QT_DEPLOY_TARGET_alsoft-config_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_alsoft.common_FILE /home/guest/Downloads/PopLib/build/external/openal/libalsoft.common.a) +set(__QT_DEPLOY_TARGET_alsoft.common_TYPE STATIC_LIBRARY) +set(__QT_DEPLOY_TARGET_OpenAL_FILE /home/guest/Downloads/PopLib/build/external/openal/libopenal.a) +set(__QT_DEPLOY_TARGET_OpenAL_TYPE STATIC_LIBRARY) +set(__QT_DEPLOY_TARGET_openal-info_FILE /home/guest/Downloads/PopLib/build/external/openal/openal-info) +set(__QT_DEPLOY_TARGET_openal-info_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_uhjdecoder_FILE /home/guest/Downloads/PopLib/build/external/openal/uhjdecoder) +set(__QT_DEPLOY_TARGET_uhjdecoder_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_uhjencoder_FILE /home/guest/Downloads/PopLib/build/external/openal/uhjencoder) +set(__QT_DEPLOY_TARGET_uhjencoder_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_alsoft.sofa-support_FILE /home/guest/Downloads/PopLib/build/external/openal/libalsoft.sofa-support.a) +set(__QT_DEPLOY_TARGET_alsoft.sofa-support_TYPE STATIC_LIBRARY) +set(__QT_DEPLOY_TARGET_makemhr_FILE /home/guest/Downloads/PopLib/build/external/openal/makemhr) +set(__QT_DEPLOY_TARGET_makemhr_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_sofa-info_FILE /home/guest/Downloads/PopLib/build/external/openal/sofa-info) +set(__QT_DEPLOY_TARGET_sofa-info_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_alsoft.excommon_FILE /home/guest/Downloads/PopLib/build/external/openal/libalsoft.excommon.a) +set(__QT_DEPLOY_TARGET_alsoft.excommon_TYPE STATIC_LIBRARY) +set(__QT_DEPLOY_TARGET_altonegen_FILE /home/guest/Downloads/PopLib/build/external/openal/altonegen) +set(__QT_DEPLOY_TARGET_altonegen_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_alrecord_FILE /home/guest/Downloads/PopLib/build/external/openal/alrecord) +set(__QT_DEPLOY_TARGET_alrecord_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_aldebug_FILE /home/guest/Downloads/PopLib/build/external/openal/aldebug) +set(__QT_DEPLOY_TARGET_aldebug_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_allafplay_FILE /home/guest/Downloads/PopLib/build/external/openal/allafplay) +set(__QT_DEPLOY_TARGET_allafplay_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_alplay_FILE /home/guest/Downloads/PopLib/build/external/openal/alplay) +set(__QT_DEPLOY_TARGET_alplay_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_alstream_FILE /home/guest/Downloads/PopLib/build/external/openal/alstream) +set(__QT_DEPLOY_TARGET_alstream_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_alreverb_FILE /home/guest/Downloads/PopLib/build/external/openal/alreverb) +set(__QT_DEPLOY_TARGET_alreverb_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_almultireverb_FILE /home/guest/Downloads/PopLib/build/external/openal/almultireverb) +set(__QT_DEPLOY_TARGET_almultireverb_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_allatency_FILE /home/guest/Downloads/PopLib/build/external/openal/allatency) +set(__QT_DEPLOY_TARGET_allatency_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_alhrtf_FILE /home/guest/Downloads/PopLib/build/external/openal/alhrtf) +set(__QT_DEPLOY_TARGET_alhrtf_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_alstreamcb_FILE /home/guest/Downloads/PopLib/build/external/openal/alstreamcb) +set(__QT_DEPLOY_TARGET_alstreamcb_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_aldirect_FILE /home/guest/Downloads/PopLib/build/external/openal/aldirect) +set(__QT_DEPLOY_TARGET_aldirect_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_alconvolve_FILE /home/guest/Downloads/PopLib/build/external/openal/alconvolve) +set(__QT_DEPLOY_TARGET_alconvolve_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_alloopback_FILE /home/guest/Downloads/PopLib/build/external/openal/alloopback) +set(__QT_DEPLOY_TARGET_alloopback_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_alffplay_FILE /home/guest/Downloads/PopLib/build/external/openal/alffplay) +set(__QT_DEPLOY_TARGET_alffplay_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_miniaudio_FILE /home/guest/Downloads/PopLib/build/external/miniaudio/libminiaudio.a) +set(__QT_DEPLOY_TARGET_miniaudio_TYPE STATIC_LIBRARY) +set(__QT_DEPLOY_TARGET_miniaudio_libvorbis_FILE /home/guest/Downloads/PopLib/build/external/miniaudio/libminiaudio_libvorbis.a) +set(__QT_DEPLOY_TARGET_miniaudio_libvorbis_TYPE STATIC_LIBRARY) +set(__QT_DEPLOY_TARGET_miniaudio_channel_combiner_node_FILE /home/guest/Downloads/PopLib/build/external/miniaudio/libminiaudio_channel_combiner_node.a) +set(__QT_DEPLOY_TARGET_miniaudio_channel_combiner_node_TYPE STATIC_LIBRARY) +set(__QT_DEPLOY_TARGET_miniaudio_channel_separator_node_FILE /home/guest/Downloads/PopLib/build/external/miniaudio/libminiaudio_channel_separator_node.a) +set(__QT_DEPLOY_TARGET_miniaudio_channel_separator_node_TYPE STATIC_LIBRARY) +set(__QT_DEPLOY_TARGET_miniaudio_ltrim_node_FILE /home/guest/Downloads/PopLib/build/external/miniaudio/libminiaudio_ltrim_node.a) +set(__QT_DEPLOY_TARGET_miniaudio_ltrim_node_TYPE STATIC_LIBRARY) +set(__QT_DEPLOY_TARGET_miniaudio_reverb_node_FILE /home/guest/Downloads/PopLib/build/external/miniaudio/libminiaudio_reverb_node.a) +set(__QT_DEPLOY_TARGET_miniaudio_reverb_node_TYPE STATIC_LIBRARY) +set(__QT_DEPLOY_TARGET_miniaudio_vocoder_node_FILE /home/guest/Downloads/PopLib/build/external/miniaudio/libminiaudio_vocoder_node.a) +set(__QT_DEPLOY_TARGET_miniaudio_vocoder_node_TYPE STATIC_LIBRARY) +set(__QT_DEPLOY_TARGET_curlu_FILE /home/guest/Downloads/PopLib/build/external/curl/lib/libcurlu.a) +set(__QT_DEPLOY_TARGET_curlu_TYPE STATIC_LIBRARY) +set(__QT_DEPLOY_TARGET_libcurl_static_FILE /home/guest/Downloads/PopLib/build/external/curl/lib/libcurl.a) +set(__QT_DEPLOY_TARGET_libcurl_static_TYPE STATIC_LIBRARY) +set(__QT_DEPLOY_TARGET_curl-example-10-at-a-time_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/10-at-a-time) +set(__QT_DEPLOY_TARGET_curl-example-10-at-a-time_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-address-scope_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/address-scope) +set(__QT_DEPLOY_TARGET_curl-example-address-scope_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-altsvc_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/altsvc) +set(__QT_DEPLOY_TARGET_curl-example-altsvc_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-anyauthput_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/anyauthput) +set(__QT_DEPLOY_TARGET_curl-example-anyauthput_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-block_ip_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/block_ip) +set(__QT_DEPLOY_TARGET_curl-example-block_ip_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-certinfo_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/certinfo) +set(__QT_DEPLOY_TARGET_curl-example-certinfo_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-chkspeed_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/chkspeed) +set(__QT_DEPLOY_TARGET_curl-example-chkspeed_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-connect-to_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/connect-to) +set(__QT_DEPLOY_TARGET_curl-example-connect-to_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-cookie_interface_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/cookie_interface) +set(__QT_DEPLOY_TARGET_curl-example-cookie_interface_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-debug_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/debug) +set(__QT_DEPLOY_TARGET_curl-example-debug_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-default-scheme_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/default-scheme) +set(__QT_DEPLOY_TARGET_curl-example-default-scheme_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-externalsocket_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/externalsocket) +set(__QT_DEPLOY_TARGET_curl-example-externalsocket_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-fileupload_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/fileupload) +set(__QT_DEPLOY_TARGET_curl-example-fileupload_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-ftp-wildcard_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/ftp-wildcard) +set(__QT_DEPLOY_TARGET_curl-example-ftp-wildcard_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-ftpget_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/ftpget) +set(__QT_DEPLOY_TARGET_curl-example-ftpget_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-ftpgetinfo_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/ftpgetinfo) +set(__QT_DEPLOY_TARGET_curl-example-ftpgetinfo_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-ftpgetresp_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/ftpgetresp) +set(__QT_DEPLOY_TARGET_curl-example-ftpgetresp_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-ftpsget_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/ftpsget) +set(__QT_DEPLOY_TARGET_curl-example-ftpsget_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-ftpupload_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/ftpupload) +set(__QT_DEPLOY_TARGET_curl-example-ftpupload_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-ftpuploadfrommem_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/ftpuploadfrommem) +set(__QT_DEPLOY_TARGET_curl-example-ftpuploadfrommem_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-ftpuploadresume_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/ftpuploadresume) +set(__QT_DEPLOY_TARGET_curl-example-ftpuploadresume_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-getinfo_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/getinfo) +set(__QT_DEPLOY_TARGET_curl-example-getinfo_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-getinmemory_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/getinmemory) +set(__QT_DEPLOY_TARGET_curl-example-getinmemory_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-getredirect_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/getredirect) +set(__QT_DEPLOY_TARGET_curl-example-getredirect_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-getreferrer_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/getreferrer) +set(__QT_DEPLOY_TARGET_curl-example-getreferrer_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-headerapi_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/headerapi) +set(__QT_DEPLOY_TARGET_curl-example-headerapi_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-hsts-preload_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/hsts-preload) +set(__QT_DEPLOY_TARGET_curl-example-hsts-preload_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-http-options_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/http-options) +set(__QT_DEPLOY_TARGET_curl-example-http-options_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-http-post_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/http-post) +set(__QT_DEPLOY_TARGET_curl-example-http-post_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-http2-download_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/http2-download) +set(__QT_DEPLOY_TARGET_curl-example-http2-download_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-http2-pushinmemory_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/http2-pushinmemory) +set(__QT_DEPLOY_TARGET_curl-example-http2-pushinmemory_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-http2-serverpush_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/http2-serverpush) +set(__QT_DEPLOY_TARGET_curl-example-http2-serverpush_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-http2-upload_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/http2-upload) +set(__QT_DEPLOY_TARGET_curl-example-http2-upload_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-http3_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/http3) +set(__QT_DEPLOY_TARGET_curl-example-http3_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-http3-present_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/http3-present) +set(__QT_DEPLOY_TARGET_curl-example-http3-present_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-httpcustomheader_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/httpcustomheader) +set(__QT_DEPLOY_TARGET_curl-example-httpcustomheader_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-httpput_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/httpput) +set(__QT_DEPLOY_TARGET_curl-example-httpput_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-httpput-postfields_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/httpput-postfields) +set(__QT_DEPLOY_TARGET_curl-example-httpput-postfields_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-https_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/https) +set(__QT_DEPLOY_TARGET_curl-example-https_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-imap-append_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-append) +set(__QT_DEPLOY_TARGET_curl-example-imap-append_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-imap-authzid_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-authzid) +set(__QT_DEPLOY_TARGET_curl-example-imap-authzid_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-imap-copy_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-copy) +set(__QT_DEPLOY_TARGET_curl-example-imap-copy_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-imap-create_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-create) +set(__QT_DEPLOY_TARGET_curl-example-imap-create_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-imap-delete_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-delete) +set(__QT_DEPLOY_TARGET_curl-example-imap-delete_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-imap-examine_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-examine) +set(__QT_DEPLOY_TARGET_curl-example-imap-examine_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-imap-fetch_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-fetch) +set(__QT_DEPLOY_TARGET_curl-example-imap-fetch_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-imap-list_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-list) +set(__QT_DEPLOY_TARGET_curl-example-imap-list_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-imap-lsub_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-lsub) +set(__QT_DEPLOY_TARGET_curl-example-imap-lsub_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-imap-multi_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-multi) +set(__QT_DEPLOY_TARGET_curl-example-imap-multi_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-imap-noop_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-noop) +set(__QT_DEPLOY_TARGET_curl-example-imap-noop_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-imap-search_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-search) +set(__QT_DEPLOY_TARGET_curl-example-imap-search_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-imap-ssl_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-ssl) +set(__QT_DEPLOY_TARGET_curl-example-imap-ssl_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-imap-store_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-store) +set(__QT_DEPLOY_TARGET_curl-example-imap-store_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-imap-tls_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-tls) +set(__QT_DEPLOY_TARGET_curl-example-imap-tls_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-interface_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/interface) +set(__QT_DEPLOY_TARGET_curl-example-interface_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-ipv6_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/ipv6) +set(__QT_DEPLOY_TARGET_curl-example-ipv6_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-keepalive_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/keepalive) +set(__QT_DEPLOY_TARGET_curl-example-keepalive_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-localport_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/localport) +set(__QT_DEPLOY_TARGET_curl-example-localport_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-maxconnects_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/maxconnects) +set(__QT_DEPLOY_TARGET_curl-example-maxconnects_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-multi-app_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/multi-app) +set(__QT_DEPLOY_TARGET_curl-example-multi-app_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-multi-debugcallback_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/multi-debugcallback) +set(__QT_DEPLOY_TARGET_curl-example-multi-debugcallback_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-multi-double_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/multi-double) +set(__QT_DEPLOY_TARGET_curl-example-multi-double_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-multi-formadd_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/multi-formadd) +set(__QT_DEPLOY_TARGET_curl-example-multi-formadd_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-multi-legacy_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/multi-legacy) +set(__QT_DEPLOY_TARGET_curl-example-multi-legacy_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-multi-post_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/multi-post) +set(__QT_DEPLOY_TARGET_curl-example-multi-post_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-multi-single_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/multi-single) +set(__QT_DEPLOY_TARGET_curl-example-multi-single_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-netrc_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/netrc) +set(__QT_DEPLOY_TARGET_curl-example-netrc_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-parseurl_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/parseurl) +set(__QT_DEPLOY_TARGET_curl-example-parseurl_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-persistent_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/persistent) +set(__QT_DEPLOY_TARGET_curl-example-persistent_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-pop3-authzid_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/pop3-authzid) +set(__QT_DEPLOY_TARGET_curl-example-pop3-authzid_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-pop3-dele_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/pop3-dele) +set(__QT_DEPLOY_TARGET_curl-example-pop3-dele_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-pop3-list_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/pop3-list) +set(__QT_DEPLOY_TARGET_curl-example-pop3-list_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-pop3-multi_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/pop3-multi) +set(__QT_DEPLOY_TARGET_curl-example-pop3-multi_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-pop3-noop_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/pop3-noop) +set(__QT_DEPLOY_TARGET_curl-example-pop3-noop_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-pop3-retr_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/pop3-retr) +set(__QT_DEPLOY_TARGET_curl-example-pop3-retr_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-pop3-ssl_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/pop3-ssl) +set(__QT_DEPLOY_TARGET_curl-example-pop3-ssl_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-pop3-stat_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/pop3-stat) +set(__QT_DEPLOY_TARGET_curl-example-pop3-stat_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-pop3-tls_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/pop3-tls) +set(__QT_DEPLOY_TARGET_curl-example-pop3-tls_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-pop3-top_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/pop3-top) +set(__QT_DEPLOY_TARGET_curl-example-pop3-top_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-pop3-uidl_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/pop3-uidl) +set(__QT_DEPLOY_TARGET_curl-example-pop3-uidl_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-post-callback_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/post-callback) +set(__QT_DEPLOY_TARGET_curl-example-post-callback_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-postinmemory_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/postinmemory) +set(__QT_DEPLOY_TARGET_curl-example-postinmemory_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-postit2_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/postit2) +set(__QT_DEPLOY_TARGET_curl-example-postit2_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-postit2-formadd_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/postit2-formadd) +set(__QT_DEPLOY_TARGET_curl-example-postit2-formadd_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-progressfunc_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/progressfunc) +set(__QT_DEPLOY_TARGET_curl-example-progressfunc_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-protofeats_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/protofeats) +set(__QT_DEPLOY_TARGET_curl-example-protofeats_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-range_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/range) +set(__QT_DEPLOY_TARGET_curl-example-range_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-resolve_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/resolve) +set(__QT_DEPLOY_TARGET_curl-example-resolve_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-rtsp-options_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/rtsp-options) +set(__QT_DEPLOY_TARGET_curl-example-rtsp-options_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-sendrecv_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/sendrecv) +set(__QT_DEPLOY_TARGET_curl-example-sendrecv_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-sepheaders_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/sepheaders) +set(__QT_DEPLOY_TARGET_curl-example-sepheaders_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-sftpget_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/sftpget) +set(__QT_DEPLOY_TARGET_curl-example-sftpget_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-sftpuploadresume_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/sftpuploadresume) +set(__QT_DEPLOY_TARGET_curl-example-sftpuploadresume_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-shared-connection-cache_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/shared-connection-cache) +set(__QT_DEPLOY_TARGET_curl-example-shared-connection-cache_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-simple_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/simple) +set(__QT_DEPLOY_TARGET_curl-example-simple_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-simplepost_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/simplepost) +set(__QT_DEPLOY_TARGET_curl-example-simplepost_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-simplessl_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/simplessl) +set(__QT_DEPLOY_TARGET_curl-example-simplessl_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-smtp-authzid_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/smtp-authzid) +set(__QT_DEPLOY_TARGET_curl-example-smtp-authzid_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-smtp-expn_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/smtp-expn) +set(__QT_DEPLOY_TARGET_curl-example-smtp-expn_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-smtp-mail_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/smtp-mail) +set(__QT_DEPLOY_TARGET_curl-example-smtp-mail_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-smtp-mime_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/smtp-mime) +set(__QT_DEPLOY_TARGET_curl-example-smtp-mime_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-smtp-multi_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/smtp-multi) +set(__QT_DEPLOY_TARGET_curl-example-smtp-multi_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-smtp-ssl_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/smtp-ssl) +set(__QT_DEPLOY_TARGET_curl-example-smtp-ssl_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-smtp-tls_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/smtp-tls) +set(__QT_DEPLOY_TARGET_curl-example-smtp-tls_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-smtp-vrfy_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/smtp-vrfy) +set(__QT_DEPLOY_TARGET_curl-example-smtp-vrfy_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-sslbackend_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/sslbackend) +set(__QT_DEPLOY_TARGET_curl-example-sslbackend_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-unixsocket_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/unixsocket) +set(__QT_DEPLOY_TARGET_curl-example-unixsocket_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-url2file_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/url2file) +set(__QT_DEPLOY_TARGET_curl-example-url2file_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-urlapi_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/urlapi) +set(__QT_DEPLOY_TARGET_curl-example-urlapi_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-websocket_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/websocket) +set(__QT_DEPLOY_TARGET_curl-example-websocket_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curl-example-websocket-cb_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/websocket-cb) +set(__QT_DEPLOY_TARGET_curl-example-websocket-cb_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curlt-client-h2-pausing_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/h2-pausing) +set(__QT_DEPLOY_TARGET_curlt-client-h2-pausing_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curlt-client-h2-serverpush_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/h2-serverpush) +set(__QT_DEPLOY_TARGET_curlt-client-h2-serverpush_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curlt-client-h2-upgrade-extreme_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/h2-upgrade-extreme) +set(__QT_DEPLOY_TARGET_curlt-client-h2-upgrade-extreme_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curlt-client-hx-download_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/hx-download) +set(__QT_DEPLOY_TARGET_curlt-client-hx-download_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curlt-client-hx-upload_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/hx-upload) +set(__QT_DEPLOY_TARGET_curlt-client-hx-upload_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curlt-client-tls-session-reuse_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/tls-session-reuse) +set(__QT_DEPLOY_TARGET_curlt-client-tls-session-reuse_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curlt-client-upload-pausing_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/upload-pausing) +set(__QT_DEPLOY_TARGET_curlt-client-upload-pausing_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curlt-client-ws-data_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/ws-data) +set(__QT_DEPLOY_TARGET_curlt-client-ws-data_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_curlt-client-ws-pingpong_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/ws-pingpong) +set(__QT_DEPLOY_TARGET_curlt-client-ws-pingpong_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_resolve_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/server/resolve) +set(__QT_DEPLOY_TARGET_resolve_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_rtspd_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/server/rtspd) +set(__QT_DEPLOY_TARGET_rtspd_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_sockfilt_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/server/sockfilt) +set(__QT_DEPLOY_TARGET_sockfilt_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_sws_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/server/sws) +set(__QT_DEPLOY_TARGET_sws_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_tftpd_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/server/tftpd) +set(__QT_DEPLOY_TARGET_tftpd_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_socksd_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/server/socksd) +set(__QT_DEPLOY_TARGET_socksd_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_mqttd_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/server/mqttd) +set(__QT_DEPLOY_TARGET_mqttd_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_dnsd_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/server/dnsd) +set(__QT_DEPLOY_TARGET_dnsd_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_libauthretry_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/libauthretry) +set(__QT_DEPLOY_TARGET_libauthretry_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_libntlmconnect_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/libntlmconnect) +set(__QT_DEPLOY_TARGET_libntlmconnect_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_libprereq_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/libprereq) +set(__QT_DEPLOY_TARGET_libprereq_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib500_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib500) +set(__QT_DEPLOY_TARGET_lib500_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib501_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib501) +set(__QT_DEPLOY_TARGET_lib501_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib502_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib502) +set(__QT_DEPLOY_TARGET_lib502_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib503_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib503) +set(__QT_DEPLOY_TARGET_lib503_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib504_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib504) +set(__QT_DEPLOY_TARGET_lib504_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib505_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib505) +set(__QT_DEPLOY_TARGET_lib505_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib506_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib506) +set(__QT_DEPLOY_TARGET_lib506_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib507_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib507) +set(__QT_DEPLOY_TARGET_lib507_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib508_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib508) +set(__QT_DEPLOY_TARGET_lib508_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib509_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib509) +set(__QT_DEPLOY_TARGET_lib509_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib510_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib510) +set(__QT_DEPLOY_TARGET_lib510_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib511_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib511) +set(__QT_DEPLOY_TARGET_lib511_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib512_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib512) +set(__QT_DEPLOY_TARGET_lib512_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib513_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib513) +set(__QT_DEPLOY_TARGET_lib513_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib514_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib514) +set(__QT_DEPLOY_TARGET_lib514_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib515_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib515) +set(__QT_DEPLOY_TARGET_lib515_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib516_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib516) +set(__QT_DEPLOY_TARGET_lib516_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib517_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib517) +set(__QT_DEPLOY_TARGET_lib517_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib518_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib518) +set(__QT_DEPLOY_TARGET_lib518_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib519_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib519) +set(__QT_DEPLOY_TARGET_lib519_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib520_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib520) +set(__QT_DEPLOY_TARGET_lib520_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib521_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib521) +set(__QT_DEPLOY_TARGET_lib521_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib523_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib523) +set(__QT_DEPLOY_TARGET_lib523_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib524_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib524) +set(__QT_DEPLOY_TARGET_lib524_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib525_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib525) +set(__QT_DEPLOY_TARGET_lib525_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib526_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib526) +set(__QT_DEPLOY_TARGET_lib526_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib527_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib527) +set(__QT_DEPLOY_TARGET_lib527_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib529_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib529) +set(__QT_DEPLOY_TARGET_lib529_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib530_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib530) +set(__QT_DEPLOY_TARGET_lib530_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib532_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib532) +set(__QT_DEPLOY_TARGET_lib532_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib533_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib533) +set(__QT_DEPLOY_TARGET_lib533_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib536_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib536) +set(__QT_DEPLOY_TARGET_lib536_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib537_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib537) +set(__QT_DEPLOY_TARGET_lib537_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib539_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib539) +set(__QT_DEPLOY_TARGET_lib539_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib540_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib540) +set(__QT_DEPLOY_TARGET_lib540_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib541_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib541) +set(__QT_DEPLOY_TARGET_lib541_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib542_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib542) +set(__QT_DEPLOY_TARGET_lib542_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib543_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib543) +set(__QT_DEPLOY_TARGET_lib543_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib544_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib544) +set(__QT_DEPLOY_TARGET_lib544_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib545_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib545) +set(__QT_DEPLOY_TARGET_lib545_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib547_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib547) +set(__QT_DEPLOY_TARGET_lib547_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib548_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib548) +set(__QT_DEPLOY_TARGET_lib548_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib549_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib549) +set(__QT_DEPLOY_TARGET_lib549_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib552_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib552) +set(__QT_DEPLOY_TARGET_lib552_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib553_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib553) +set(__QT_DEPLOY_TARGET_lib553_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib554_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib554) +set(__QT_DEPLOY_TARGET_lib554_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib555_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib555) +set(__QT_DEPLOY_TARGET_lib555_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib556_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib556) +set(__QT_DEPLOY_TARGET_lib556_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib557_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib557) +set(__QT_DEPLOY_TARGET_lib557_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib558_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib558) +set(__QT_DEPLOY_TARGET_lib558_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib559_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib559) +set(__QT_DEPLOY_TARGET_lib559_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib560_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib560) +set(__QT_DEPLOY_TARGET_lib560_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib562_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib562) +set(__QT_DEPLOY_TARGET_lib562_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib564_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib564) +set(__QT_DEPLOY_TARGET_lib564_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib565_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib565) +set(__QT_DEPLOY_TARGET_lib565_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib566_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib566) +set(__QT_DEPLOY_TARGET_lib566_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib567_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib567) +set(__QT_DEPLOY_TARGET_lib567_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib568_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib568) +set(__QT_DEPLOY_TARGET_lib568_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib569_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib569) +set(__QT_DEPLOY_TARGET_lib569_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib570_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib570) +set(__QT_DEPLOY_TARGET_lib570_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib571_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib571) +set(__QT_DEPLOY_TARGET_lib571_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib572_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib572) +set(__QT_DEPLOY_TARGET_lib572_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib573_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib573) +set(__QT_DEPLOY_TARGET_lib573_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib574_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib574) +set(__QT_DEPLOY_TARGET_lib574_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib575_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib575) +set(__QT_DEPLOY_TARGET_lib575_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib576_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib576) +set(__QT_DEPLOY_TARGET_lib576_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib578_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib578) +set(__QT_DEPLOY_TARGET_lib578_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib579_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib579) +set(__QT_DEPLOY_TARGET_lib579_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib582_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib582) +set(__QT_DEPLOY_TARGET_lib582_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib583_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib583) +set(__QT_DEPLOY_TARGET_lib583_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib584_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib584) +set(__QT_DEPLOY_TARGET_lib584_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib585_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib585) +set(__QT_DEPLOY_TARGET_lib585_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib586_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib586) +set(__QT_DEPLOY_TARGET_lib586_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib587_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib587) +set(__QT_DEPLOY_TARGET_lib587_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib589_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib589) +set(__QT_DEPLOY_TARGET_lib589_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib590_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib590) +set(__QT_DEPLOY_TARGET_lib590_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib591_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib591) +set(__QT_DEPLOY_TARGET_lib591_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib597_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib597) +set(__QT_DEPLOY_TARGET_lib597_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib598_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib598) +set(__QT_DEPLOY_TARGET_lib598_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib599_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib599) +set(__QT_DEPLOY_TARGET_lib599_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib643_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib643) +set(__QT_DEPLOY_TARGET_lib643_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib645_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib645) +set(__QT_DEPLOY_TARGET_lib645_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib650_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib650) +set(__QT_DEPLOY_TARGET_lib650_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib651_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib651) +set(__QT_DEPLOY_TARGET_lib651_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib652_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib652) +set(__QT_DEPLOY_TARGET_lib652_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib653_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib653) +set(__QT_DEPLOY_TARGET_lib653_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib654_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib654) +set(__QT_DEPLOY_TARGET_lib654_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib655_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib655) +set(__QT_DEPLOY_TARGET_lib655_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib658_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib658) +set(__QT_DEPLOY_TARGET_lib658_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib659_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib659) +set(__QT_DEPLOY_TARGET_lib659_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib661_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib661) +set(__QT_DEPLOY_TARGET_lib661_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib666_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib666) +set(__QT_DEPLOY_TARGET_lib666_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib667_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib667) +set(__QT_DEPLOY_TARGET_lib667_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib668_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib668) +set(__QT_DEPLOY_TARGET_lib668_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib670_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib670) +set(__QT_DEPLOY_TARGET_lib670_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib671_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib671) +set(__QT_DEPLOY_TARGET_lib671_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib672_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib672) +set(__QT_DEPLOY_TARGET_lib672_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib673_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib673) +set(__QT_DEPLOY_TARGET_lib673_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib674_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib674) +set(__QT_DEPLOY_TARGET_lib674_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib676_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib676) +set(__QT_DEPLOY_TARGET_lib676_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib677_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib677) +set(__QT_DEPLOY_TARGET_lib677_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib678_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib678) +set(__QT_DEPLOY_TARGET_lib678_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib694_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib694) +set(__QT_DEPLOY_TARGET_lib694_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib695_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib695) +set(__QT_DEPLOY_TARGET_lib695_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib696_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib696) +set(__QT_DEPLOY_TARGET_lib696_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1156_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1156) +set(__QT_DEPLOY_TARGET_lib1156_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1301_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1301) +set(__QT_DEPLOY_TARGET_lib1301_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1308_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1308) +set(__QT_DEPLOY_TARGET_lib1308_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1485_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1485) +set(__QT_DEPLOY_TARGET_lib1485_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1500_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1500) +set(__QT_DEPLOY_TARGET_lib1500_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1501_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1501) +set(__QT_DEPLOY_TARGET_lib1501_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1502_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1502) +set(__QT_DEPLOY_TARGET_lib1502_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1503_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1503) +set(__QT_DEPLOY_TARGET_lib1503_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1504_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1504) +set(__QT_DEPLOY_TARGET_lib1504_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1505_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1505) +set(__QT_DEPLOY_TARGET_lib1505_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1506_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1506) +set(__QT_DEPLOY_TARGET_lib1506_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1507_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1507) +set(__QT_DEPLOY_TARGET_lib1507_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1508_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1508) +set(__QT_DEPLOY_TARGET_lib1508_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1509_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1509) +set(__QT_DEPLOY_TARGET_lib1509_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1510_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1510) +set(__QT_DEPLOY_TARGET_lib1510_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1511_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1511) +set(__QT_DEPLOY_TARGET_lib1511_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1512_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1512) +set(__QT_DEPLOY_TARGET_lib1512_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1513_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1513) +set(__QT_DEPLOY_TARGET_lib1513_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1514_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1514) +set(__QT_DEPLOY_TARGET_lib1514_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1515_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1515) +set(__QT_DEPLOY_TARGET_lib1515_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1517_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1517) +set(__QT_DEPLOY_TARGET_lib1517_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1518_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1518) +set(__QT_DEPLOY_TARGET_lib1518_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1520_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1520) +set(__QT_DEPLOY_TARGET_lib1520_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1521_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1521) +set(__QT_DEPLOY_TARGET_lib1521_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1522_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1522) +set(__QT_DEPLOY_TARGET_lib1522_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1523_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1523) +set(__QT_DEPLOY_TARGET_lib1523_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1525_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1525) +set(__QT_DEPLOY_TARGET_lib1525_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1526_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1526) +set(__QT_DEPLOY_TARGET_lib1526_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1527_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1527) +set(__QT_DEPLOY_TARGET_lib1527_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1528_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1528) +set(__QT_DEPLOY_TARGET_lib1528_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1529_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1529) +set(__QT_DEPLOY_TARGET_lib1529_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1530_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1530) +set(__QT_DEPLOY_TARGET_lib1530_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1531_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1531) +set(__QT_DEPLOY_TARGET_lib1531_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1532_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1532) +set(__QT_DEPLOY_TARGET_lib1532_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1533_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1533) +set(__QT_DEPLOY_TARGET_lib1533_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1534_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1534) +set(__QT_DEPLOY_TARGET_lib1534_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1535_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1535) +set(__QT_DEPLOY_TARGET_lib1535_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1536_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1536) +set(__QT_DEPLOY_TARGET_lib1536_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1537_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1537) +set(__QT_DEPLOY_TARGET_lib1537_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1538_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1538) +set(__QT_DEPLOY_TARGET_lib1538_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1539_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1539) +set(__QT_DEPLOY_TARGET_lib1539_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1540_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1540) +set(__QT_DEPLOY_TARGET_lib1540_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1541_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1541) +set(__QT_DEPLOY_TARGET_lib1541_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1542_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1542) +set(__QT_DEPLOY_TARGET_lib1542_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1543_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1543) +set(__QT_DEPLOY_TARGET_lib1543_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1545_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1545) +set(__QT_DEPLOY_TARGET_lib1545_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1550_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1550) +set(__QT_DEPLOY_TARGET_lib1550_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1551_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1551) +set(__QT_DEPLOY_TARGET_lib1551_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1552_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1552) +set(__QT_DEPLOY_TARGET_lib1552_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1553_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1553) +set(__QT_DEPLOY_TARGET_lib1553_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1554_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1554) +set(__QT_DEPLOY_TARGET_lib1554_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1555_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1555) +set(__QT_DEPLOY_TARGET_lib1555_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1556_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1556) +set(__QT_DEPLOY_TARGET_lib1556_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1557_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1557) +set(__QT_DEPLOY_TARGET_lib1557_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1558_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1558) +set(__QT_DEPLOY_TARGET_lib1558_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1559_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1559) +set(__QT_DEPLOY_TARGET_lib1559_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1560_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1560) +set(__QT_DEPLOY_TARGET_lib1560_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1564_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1564) +set(__QT_DEPLOY_TARGET_lib1564_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1565_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1565) +set(__QT_DEPLOY_TARGET_lib1565_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1567_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1567) +set(__QT_DEPLOY_TARGET_lib1567_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1568_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1568) +set(__QT_DEPLOY_TARGET_lib1568_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1569_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1569) +set(__QT_DEPLOY_TARGET_lib1569_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1571_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1571) +set(__QT_DEPLOY_TARGET_lib1571_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1576_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1576) +set(__QT_DEPLOY_TARGET_lib1576_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1578_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1578) +set(__QT_DEPLOY_TARGET_lib1578_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1591_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1591) +set(__QT_DEPLOY_TARGET_lib1591_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1592_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1592) +set(__QT_DEPLOY_TARGET_lib1592_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1593_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1593) +set(__QT_DEPLOY_TARGET_lib1593_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1594_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1594) +set(__QT_DEPLOY_TARGET_lib1594_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1596_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1596) +set(__QT_DEPLOY_TARGET_lib1596_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1597_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1597) +set(__QT_DEPLOY_TARGET_lib1597_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1598_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1598) +set(__QT_DEPLOY_TARGET_lib1598_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1662_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1662) +set(__QT_DEPLOY_TARGET_lib1662_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1900_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1900) +set(__QT_DEPLOY_TARGET_lib1900_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1901_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1901) +set(__QT_DEPLOY_TARGET_lib1901_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1903_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1903) +set(__QT_DEPLOY_TARGET_lib1903_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1905_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1905) +set(__QT_DEPLOY_TARGET_lib1905_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1906_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1906) +set(__QT_DEPLOY_TARGET_lib1906_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1907_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1907) +set(__QT_DEPLOY_TARGET_lib1907_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1908_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1908) +set(__QT_DEPLOY_TARGET_lib1908_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1910_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1910) +set(__QT_DEPLOY_TARGET_lib1910_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1911_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1911) +set(__QT_DEPLOY_TARGET_lib1911_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1912_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1912) +set(__QT_DEPLOY_TARGET_lib1912_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1913_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1913) +set(__QT_DEPLOY_TARGET_lib1913_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1915_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1915) +set(__QT_DEPLOY_TARGET_lib1915_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1916_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1916) +set(__QT_DEPLOY_TARGET_lib1916_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1917_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1917) +set(__QT_DEPLOY_TARGET_lib1917_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1918_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1918) +set(__QT_DEPLOY_TARGET_lib1918_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1919_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1919) +set(__QT_DEPLOY_TARGET_lib1919_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1933_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1933) +set(__QT_DEPLOY_TARGET_lib1933_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1934_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1934) +set(__QT_DEPLOY_TARGET_lib1934_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1935_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1935) +set(__QT_DEPLOY_TARGET_lib1935_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1936_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1936) +set(__QT_DEPLOY_TARGET_lib1936_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1937_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1937) +set(__QT_DEPLOY_TARGET_lib1937_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1938_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1938) +set(__QT_DEPLOY_TARGET_lib1938_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1939_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1939) +set(__QT_DEPLOY_TARGET_lib1939_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1940_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1940) +set(__QT_DEPLOY_TARGET_lib1940_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1945_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1945) +set(__QT_DEPLOY_TARGET_lib1945_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1946_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1946) +set(__QT_DEPLOY_TARGET_lib1946_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1947_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1947) +set(__QT_DEPLOY_TARGET_lib1947_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1948_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1948) +set(__QT_DEPLOY_TARGET_lib1948_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1955_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1955) +set(__QT_DEPLOY_TARGET_lib1955_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1956_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1956) +set(__QT_DEPLOY_TARGET_lib1956_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1957_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1957) +set(__QT_DEPLOY_TARGET_lib1957_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1958_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1958) +set(__QT_DEPLOY_TARGET_lib1958_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1959_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1959) +set(__QT_DEPLOY_TARGET_lib1959_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1960_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1960) +set(__QT_DEPLOY_TARGET_lib1960_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1964_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1964) +set(__QT_DEPLOY_TARGET_lib1964_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1970_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1970) +set(__QT_DEPLOY_TARGET_lib1970_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1971_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1971) +set(__QT_DEPLOY_TARGET_lib1971_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1972_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1972) +set(__QT_DEPLOY_TARGET_lib1972_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1973_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1973) +set(__QT_DEPLOY_TARGET_lib1973_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1974_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1974) +set(__QT_DEPLOY_TARGET_lib1974_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1975_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1975) +set(__QT_DEPLOY_TARGET_lib1975_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1977_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1977) +set(__QT_DEPLOY_TARGET_lib1977_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib1978_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1978) +set(__QT_DEPLOY_TARGET_lib1978_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib2301_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2301) +set(__QT_DEPLOY_TARGET_lib2301_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib2302_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2302) +set(__QT_DEPLOY_TARGET_lib2302_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib2304_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2304) +set(__QT_DEPLOY_TARGET_lib2304_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib2305_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2305) +set(__QT_DEPLOY_TARGET_lib2305_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib2306_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2306) +set(__QT_DEPLOY_TARGET_lib2306_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib2308_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2308) +set(__QT_DEPLOY_TARGET_lib2308_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib2309_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2309) +set(__QT_DEPLOY_TARGET_lib2309_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib2310_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2310) +set(__QT_DEPLOY_TARGET_lib2310_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib2311_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2311) +set(__QT_DEPLOY_TARGET_lib2311_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib2312_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2312) +set(__QT_DEPLOY_TARGET_lib2312_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib2402_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2402) +set(__QT_DEPLOY_TARGET_lib2402_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib2404_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2404) +set(__QT_DEPLOY_TARGET_lib2404_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib2405_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2405) +set(__QT_DEPLOY_TARGET_lib2405_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib2502_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2502) +set(__QT_DEPLOY_TARGET_lib2502_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib3010_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3010) +set(__QT_DEPLOY_TARGET_lib3010_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib3025_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3025) +set(__QT_DEPLOY_TARGET_lib3025_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib3026_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3026) +set(__QT_DEPLOY_TARGET_lib3026_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib3027_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3027) +set(__QT_DEPLOY_TARGET_lib3027_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib3100_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3100) +set(__QT_DEPLOY_TARGET_lib3100_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib3101_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3101) +set(__QT_DEPLOY_TARGET_lib3101_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib3102_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3102) +set(__QT_DEPLOY_TARGET_lib3102_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib3103_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3103) +set(__QT_DEPLOY_TARGET_lib3103_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib3104_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3104) +set(__QT_DEPLOY_TARGET_lib3104_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib3105_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3105) +set(__QT_DEPLOY_TARGET_lib3105_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib3207_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3207) +set(__QT_DEPLOY_TARGET_lib3207_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_lib3208_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3208) +set(__QT_DEPLOY_TARGET_lib3208_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_tool1394_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/tunit/tool1394) +set(__QT_DEPLOY_TARGET_tool1394_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_tool1604_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/tunit/tool1604) +set(__QT_DEPLOY_TARGET_tool1604_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_tool1621_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/tunit/tool1621) +set(__QT_DEPLOY_TARGET_tool1621_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1300_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1300) +set(__QT_DEPLOY_TARGET_unit1300_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1302_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1302) +set(__QT_DEPLOY_TARGET_unit1302_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1303_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1303) +set(__QT_DEPLOY_TARGET_unit1303_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1304_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1304) +set(__QT_DEPLOY_TARGET_unit1304_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1305_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1305) +set(__QT_DEPLOY_TARGET_unit1305_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1307_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1307) +set(__QT_DEPLOY_TARGET_unit1307_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1309_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1309) +set(__QT_DEPLOY_TARGET_unit1309_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1323_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1323) +set(__QT_DEPLOY_TARGET_unit1323_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1330_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1330) +set(__QT_DEPLOY_TARGET_unit1330_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1395_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1395) +set(__QT_DEPLOY_TARGET_unit1395_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1396_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1396) +set(__QT_DEPLOY_TARGET_unit1396_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1397_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1397) +set(__QT_DEPLOY_TARGET_unit1397_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1398_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1398) +set(__QT_DEPLOY_TARGET_unit1398_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1399_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1399) +set(__QT_DEPLOY_TARGET_unit1399_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1600_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1600) +set(__QT_DEPLOY_TARGET_unit1600_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1601_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1601) +set(__QT_DEPLOY_TARGET_unit1601_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1602_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1602) +set(__QT_DEPLOY_TARGET_unit1602_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1603_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1603) +set(__QT_DEPLOY_TARGET_unit1603_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1605_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1605) +set(__QT_DEPLOY_TARGET_unit1605_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1606_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1606) +set(__QT_DEPLOY_TARGET_unit1606_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1607_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1607) +set(__QT_DEPLOY_TARGET_unit1607_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1608_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1608) +set(__QT_DEPLOY_TARGET_unit1608_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1609_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1609) +set(__QT_DEPLOY_TARGET_unit1609_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1610_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1610) +set(__QT_DEPLOY_TARGET_unit1610_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1611_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1611) +set(__QT_DEPLOY_TARGET_unit1611_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1612_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1612) +set(__QT_DEPLOY_TARGET_unit1612_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1614_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1614) +set(__QT_DEPLOY_TARGET_unit1614_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1615_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1615) +set(__QT_DEPLOY_TARGET_unit1615_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1616_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1616) +set(__QT_DEPLOY_TARGET_unit1616_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1620_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1620) +set(__QT_DEPLOY_TARGET_unit1620_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1650_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1650) +set(__QT_DEPLOY_TARGET_unit1650_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1651_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1651) +set(__QT_DEPLOY_TARGET_unit1651_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1652_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1652) +set(__QT_DEPLOY_TARGET_unit1652_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1653_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1653) +set(__QT_DEPLOY_TARGET_unit1653_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1654_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1654) +set(__QT_DEPLOY_TARGET_unit1654_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1655_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1655) +set(__QT_DEPLOY_TARGET_unit1655_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1656_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1656) +set(__QT_DEPLOY_TARGET_unit1656_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1657_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1657) +set(__QT_DEPLOY_TARGET_unit1657_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1658_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1658) +set(__QT_DEPLOY_TARGET_unit1658_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1660_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1660) +set(__QT_DEPLOY_TARGET_unit1660_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1661_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1661) +set(__QT_DEPLOY_TARGET_unit1661_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1663_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1663) +set(__QT_DEPLOY_TARGET_unit1663_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1664_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1664) +set(__QT_DEPLOY_TARGET_unit1664_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1979_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1979) +set(__QT_DEPLOY_TARGET_unit1979_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit1980_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1980) +set(__QT_DEPLOY_TARGET_unit1980_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit2600_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit2600) +set(__QT_DEPLOY_TARGET_unit2600_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit2601_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit2601) +set(__QT_DEPLOY_TARGET_unit2601_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit2602_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit2602) +set(__QT_DEPLOY_TARGET_unit2602_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit2603_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit2603) +set(__QT_DEPLOY_TARGET_unit2603_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit2604_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit2604) +set(__QT_DEPLOY_TARGET_unit2604_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit3200_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit3200) +set(__QT_DEPLOY_TARGET_unit3200_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit3205_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit3205) +set(__QT_DEPLOY_TARGET_unit3205_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit3211_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit3211) +set(__QT_DEPLOY_TARGET_unit3211_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit3212_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit3212) +set(__QT_DEPLOY_TARGET_unit3212_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_unit3213_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit3213) +set(__QT_DEPLOY_TARGET_unit3213_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_PopWork_FILE /home/guest/Downloads/PopLib/build/PopWork/libPopWork.a) +set(__QT_DEPLOY_TARGET_PopWork_TYPE STATIC_LIBRARY) +set(__QT_DEPLOY_TARGET_Demo1_FILE /home/guest/Downloads/PopLib/examples/bin/Demo1) +set(__QT_DEPLOY_TARGET_Demo1_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_Demo2_FILE /home/guest/Downloads/PopLib/examples/bin/Demo2) +set(__QT_DEPLOY_TARGET_Demo2_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_Demo3_FILE /home/guest/Downloads/PopLib/examples/bin/Demo3) +set(__QT_DEPLOY_TARGET_Demo3_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_Demo4_FILE /home/guest/Downloads/PopLib/examples/bin/Demo4) +set(__QT_DEPLOY_TARGET_Demo4_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_Demo5_FILE /home/guest/Downloads/PopLib/examples/bin/Demo5) +set(__QT_DEPLOY_TARGET_Demo5_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_Hun-garr_FILE /home/guest/Downloads/PopLib/examples/bin/Hun-garr) +set(__QT_DEPLOY_TARGET_Hun-garr_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_V12Demo_FILE /home/guest/Downloads/PopLib/examples/bin/V12Demo) +set(__QT_DEPLOY_TARGET_V12Demo_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_V14Demo_FILE /home/guest/Downloads/PopLib/examples/bin/V14Demo) +set(__QT_DEPLOY_TARGET_V14Demo_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_XMLDemo_FILE /home/guest/Downloads/PopLib/examples/bin/XMLDemo) +set(__QT_DEPLOY_TARGET_XMLDemo_TYPE EXECUTABLE) +set(__QT_DEPLOY_TARGET_Barebones_FILE /home/guest/Downloads/PopLib/examples/bin/Barebones) +set(__QT_DEPLOY_TARGET_Barebones_TYPE EXECUTABLE) diff --git a/build_emscripten/CMakeCache.txt b/build_emscripten/CMakeCache.txt new file mode 100644 index 00000000..62cd6a5e --- /dev/null +++ b/build_emscripten/CMakeCache.txt @@ -0,0 +1,6367 @@ +# This is the CMakeCache file. +# For build in directory: /home/guest/Downloads/PopLib/build +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//The ALSA (asound) include directory +ALSA_INCLUDE_DIR:PATH=/usr/include + +//The ALSA (asound) library +ALSA_LIBRARY:FILEPATH=/usr/lib/libasound.so + +//Enable ALSA backend +ALSOFT_BACKEND_ALSA:BOOL=ON + +//Enable CoreAudio backend +ALSOFT_BACKEND_COREAUDIO:BOOL=ON + +//Enable JACK backend +ALSOFT_BACKEND_JACK:BOOL=ON + +//Enable Oboe backend +ALSOFT_BACKEND_OBOE:BOOL=ON + +//Enable OpenSL backend +ALSOFT_BACKEND_OPENSL:BOOL=ON + +//Enable OSS backend +ALSOFT_BACKEND_OSS:BOOL=ON + +//Enable PipeWire backend +ALSOFT_BACKEND_PIPEWIRE:BOOL=ON + +//Enable PortAudio backend +ALSOFT_BACKEND_PORTAUDIO:BOOL=ON + +//Enable PulseAudio backend +ALSOFT_BACKEND_PULSEAUDIO:BOOL=ON + +//Enable SDL2 backend +ALSOFT_BACKEND_SDL2:BOOL=OFF + +//Enable SDL3 backend +ALSOFT_BACKEND_SDL3:BOOL=OFF + +//Enable SndIO backend +ALSOFT_BACKEND_SNDIO:BOOL=OFF + +//Enable Solaris backend +ALSOFT_BACKEND_SOLARIS:BOOL=ON + +//Enable Wave Writer backend +ALSOFT_BACKEND_WAVE:BOOL=ON + +//Enable ARM NEON support +ALSOFT_CPUEXT_NEON:BOOL=ON + +//Enable SSE support +ALSOFT_CPUEXT_SSE:BOOL=ON + +//Enable SSE2 support +ALSOFT_CPUEXT_SSE2:BOOL=ON + +//Enable SSE3 support +ALSOFT_CPUEXT_SSE3:BOOL=ON + +//Enable SSE4.1 support +ALSOFT_CPUEXT_SSE4_1:BOOL=ON + +//Check for the dlopen API for loading optional libs +ALSOFT_DLOPEN:BOOL=ON + +//Enable legacy EAX extensions +ALSOFT_EAX:BOOL=OFF + +//Embed the HRTF data files (increases library footprint) +ALSOFT_EMBED_HRTF_DATA:BOOL=ON + +//Build example programs +ALSOFT_EXAMPLES:BOOL=ON + +//Value Computed by CMake +ALSOFT_FMT_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4 + +//Value Computed by CMake +ALSOFT_FMT_IS_TOP_LEVEL:STATIC=OFF + +//Build a module instead of a traditional library. +ALSOFT_FMT_MODULE:BOOL=OFF + +//Value Computed by CMake +ALSOFT_FMT_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4 + +//Install main library +ALSOFT_INSTALL:BOOL=ON + +//Install AmbDec preset files +ALSOFT_INSTALL_AMBDEC_PRESETS:BOOL=ON + +//Install alsoft.conf sample configuration file +ALSOFT_INSTALL_CONFIG:BOOL=ON + +//Install example programs (alplay, alstream, ...) +ALSOFT_INSTALL_EXAMPLES:BOOL=ON + +//Install HRTF data files +ALSOFT_INSTALL_HRTF_DATA:BOOL=ON + +//Install utility programs (openal-info, alsoft-config, ...) +ALSOFT_INSTALL_UTILS:BOOL=ON + +//Disable building the alsoft-config utility +ALSOFT_NO_CONFIG_UTIL:BOOL=OFF + +//Require ALSA backend +ALSOFT_REQUIRE_ALSA:BOOL=OFF + +//Require CoreAudio backend +ALSOFT_REQUIRE_COREAUDIO:BOOL=OFF + +//Require JACK backend +ALSOFT_REQUIRE_JACK:BOOL=OFF + +//Require ARM NEON support +ALSOFT_REQUIRE_NEON:BOOL=OFF + +//Require Oboe backend +ALSOFT_REQUIRE_OBOE:BOOL=OFF + +//Require OpenSL backend +ALSOFT_REQUIRE_OPENSL:BOOL=OFF + +//Require OSS backend +ALSOFT_REQUIRE_OSS:BOOL=OFF + +//Require PipeWire backend +ALSOFT_REQUIRE_PIPEWIRE:BOOL=OFF + +//Require PortAudio backend +ALSOFT_REQUIRE_PORTAUDIO:BOOL=OFF + +//Require PulseAudio backend +ALSOFT_REQUIRE_PULSEAUDIO:BOOL=OFF + +//Require RTKit/D-Bus support +ALSOFT_REQUIRE_RTKIT:BOOL=OFF + +//Require SDL2 backend +ALSOFT_REQUIRE_SDL2:BOOL=OFF + +//Require SDL3 backend +ALSOFT_REQUIRE_SDL3:BOOL=OFF + +//Require SndIO backend +ALSOFT_REQUIRE_SNDIO:BOOL=OFF + +//Require Solaris backend +ALSOFT_REQUIRE_SOLARIS:BOOL=OFF + +//Require SSE support +ALSOFT_REQUIRE_SSE:BOOL=OFF + +//Require SSE2 support +ALSOFT_REQUIRE_SSE2:BOOL=OFF + +//Require SSE3 support +ALSOFT_REQUIRE_SSE3:BOOL=OFF + +//Require SSE4.1 support +ALSOFT_REQUIRE_SSE4_1:BOOL=OFF + +//Enable RTKit support +ALSOFT_RTKIT:BOOL=ON + +//Search the installation data directory +ALSOFT_SEARCH_INSTALL_DATADIR:BOOL=OFF + +//Force -static-libgcc for static GCC runtimes +ALSOFT_STATIC_LIBGCC:BOOL=OFF + +//Static link libstdc++ +ALSOFT_STATIC_STDCXX:BOOL=OFF + +//Build test programs +ALSOFT_TESTS:BOOL=OFF + +//Update git build version info +ALSOFT_UPDATE_BUILD_VERSION:BOOL=ON + +//Build utility programs +ALSOFT_UTILS:BOOL=ON + +//Treat compile warnings as errors +ALSOFT_WERROR:BOOL=OFF + +//Path to a program. +APXS:FILEPATH=APXS-NOTFOUND + +//Path to a library. +ASOUND_LIB:FILEPATH=/usr/lib/libasound.so + +//The AudioIO include directory +AUDIOIO_INCLUDE_DIR:PATH=AUDIOIO_INCLUDE_DIR-NOTFOUND + +//Path to a file. +AUDIOUNIT_INCLUDE_DIR:PATH=AUDIOUNIT_INCLUDE_DIR-NOTFOUND + +//The AVCODEC CFLAGS. +AVCODEC_DEFINITIONS:STRING= + +//Path to a file. +AVCODEC_INCLUDE_DIRS:PATH=/usr/include + +//Path to a library. +AVCODEC_LIBRARIES:FILEPATH=/usr/lib/libavcodec.so + +//The AVCODEC version number. +AVCODEC_VERSION:STRING=61.19.101 + +//The AVDEVICE CFLAGS. +AVDEVICE_DEFINITIONS:STRING= + +//Path to a file. +AVDEVICE_INCLUDE_DIRS:PATH=/usr/include + +//Path to a library. +AVDEVICE_LIBRARIES:FILEPATH=/usr/lib/libavdevice.so + +//The AVDEVICE version number. +AVDEVICE_VERSION:STRING=61.3.100 + +//The AVFORMAT CFLAGS. +AVFORMAT_DEFINITIONS:STRING= + +//Path to a file. +AVFORMAT_INCLUDE_DIRS:PATH=/usr/include + +//Path to a library. +AVFORMAT_LIBRARIES:FILEPATH=/usr/lib/libavformat.so + +//The AVFORMAT version number. +AVFORMAT_VERSION:STRING=61.7.100 + +//The AVUTIL CFLAGS. +AVUTIL_DEFINITIONS:STRING= + +//Path to a file. +AVUTIL_INCLUDE_DIRS:PATH=/usr/include + +//Path to a library. +AVUTIL_LIBRARIES:FILEPATH=/usr/lib/libavutil.so + +//The AVUTIL version number. +AVUTIL_VERSION:STRING=59.39.100 + +//Build curl executable +BUILD_CURL_EXE:BOOL=OFF + +//Build libcurl examples +BUILD_EXAMPLES:BOOL=ON + +//Build libcurl man pages +BUILD_LIBCURL_DOCS:BOOL=ON + +//Build misc man pages (e.g. curl-config and mk-ca-bundle) +BUILD_MISC_DOCS:BOOL=ON + +//Build the library as a shared library +BUILD_SHARED_LIBS:BOOL=OFF + +//Build curl executable with static libcurl +BUILD_STATIC_CURL:BOOL=OFF + +//Build static libraries +BUILD_STATIC_LIBS:BOOL=OFF + +//Build tests +BUILD_TESTING:BOOL=ON + +//Build Tools +BUILD_TOOLS:BOOL=ON + +//Value Computed by CMake +Barebones_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/examples/src/barebones + +//Value Computed by CMake +Barebones_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +Barebones_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/examples/src/barebones + +//Path to a program. +CADDY:FILEPATH=CADDY-NOTFOUND + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//ASM compiler +CMAKE_ASM_COMPILER:FILEPATH=/usr/bin/gcc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_ASM_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_ASM_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the ASM compiler during all build types. +CMAKE_ASM_FLAGS:STRING= + +//Flags used by the ASM compiler during DEBUG builds. +CMAKE_ASM_FLAGS_DEBUG:STRING=-g + +//Flags used by the ASM compiler during MINSIZEREL builds. +CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the ASM compiler during RELEASE builds. +CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the ASM compiler during RELWITHDEBINFO builds. +CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Choose the type of build, options are: Debug Release RelWithDebInfo +// MinSizeRel. +CMAKE_BUILD_TYPE:STRING=RelWithDebInfo + +//Enable/Disable color output during build. +CMAKE_COLOR_MAKEFILE:BOOL=ON + +//CXX compiler +CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING= + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//C compiler +CMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the C compiler during all build types. +CMAKE_C_FLAGS:STRING= + +//Flags used by the C compiler during DEBUG builds. +CMAKE_C_FLAGS_DEBUG:STRING=-g + +//Flags used by the C compiler during MINSIZEREL builds. +CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the C compiler during RELEASE builds. +CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the C compiler during RELWITHDEBINFO builds. +CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +//Library postfix for debug builds. Normally left blank. +CMAKE_DEBUG_POSTFIX:STRING= + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/guest/Downloads/PopLib/build/CMakeFiles/pkgRedirects + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Path to a program. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//Build static libraries with -fPIC +CMAKE_POSITION_INDEPENDENT_CODE:BOOL=ON + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=PopWork + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=1.4.0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=4 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Show the console on Windows +CONSOLE:BOOL=ON + +//Path to a library. +COREAUDIO_FRAMEWORK:FILEPATH=COREAUDIO_FRAMEWORK-NOTFOUND + +//Path to the coverage program that CTest uses for performing coverage +// inspection +COVERAGE_COMMAND:FILEPATH=/usr/bin/gcov + +//Extra command line flags to pass to the coverage tool +COVERAGE_EXTRA_FLAGS:STRING=-l + +//Enable to build Debian packages +CPACK_BINARY_DEB:BOOL=OFF + +//Enable to build FreeBSD packages +CPACK_BINARY_FREEBSD:BOOL=OFF + +//Enable to build IFW packages +CPACK_BINARY_IFW:BOOL=OFF + +//Enable to build NSIS packages +CPACK_BINARY_NSIS:BOOL=OFF + +//Enable to build RPM packages +CPACK_BINARY_RPM:BOOL=OFF + +//Enable to build STGZ packages +CPACK_BINARY_STGZ:BOOL=ON + +//Enable to build TBZ2 packages +CPACK_BINARY_TBZ2:BOOL=OFF + +//Enable to build TGZ packages +CPACK_BINARY_TGZ:BOOL=ON + +//Enable to build TXZ packages +CPACK_BINARY_TXZ:BOOL=OFF + +//Enable to build TZ packages +CPACK_BINARY_TZ:BOOL=ON + +//Enable to build RPM source packages +CPACK_SOURCE_RPM:BOOL=OFF + +//Enable to build TBZ2 source packages +CPACK_SOURCE_TBZ2:BOOL=ON + +//Enable to build TGZ source packages +CPACK_SOURCE_TGZ:BOOL=ON + +//Enable to build TXZ source packages +CPACK_SOURCE_TXZ:BOOL=ON + +//Enable to build TZ source packages +CPACK_SOURCE_TZ:BOOL=ON + +//Enable to build ZIP source packages +CPACK_SOURCE_ZIP:BOOL=OFF + +//How many times to retry timed-out CTest submissions. +CTEST_SUBMIT_RETRY_COUNT:STRING=3 + +//How long to wait between timed-out CTest submissions. +CTEST_SUBMIT_RETRY_DELAY:STRING=5 + +//Value Computed by CMake +CURL_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/external/curl + +//Build curl with brotli support (AUTO, ON or OFF) +CURL_BROTLI:STRING=AUTO + +//Run the build through clang-tidy +CURL_CLANG_TIDY:BOOL=OFF + +//Install fish completions +CURL_COMPLETION_FISH:BOOL=OFF + +//Install zsh completions +CURL_COMPLETION_ZSH:BOOL=OFF + +//Disable alt-svc support +CURL_DISABLE_ALTSVC:BOOL=OFF + +//Disable aws-sigv4 +CURL_DISABLE_AWS:BOOL=OFF + +//Disable Basic authentication +CURL_DISABLE_BASIC_AUTH:BOOL=OFF + +//Disable Bearer authentication +CURL_DISABLE_BEARER_AUTH:BOOL=OFF + +//Disable local binding support +CURL_DISABLE_BINDLOCAL:BOOL=OFF + +//Disable cookies support +CURL_DISABLE_COOKIES:BOOL=OFF + +//Disable DICT +CURL_DISABLE_DICT:BOOL=OFF + +//Disable Digest authentication +CURL_DISABLE_DIGEST_AUTH:BOOL=OFF + +//Disable DNS-over-HTTPS +CURL_DISABLE_DOH:BOOL=OFF + +//Disable FILE +CURL_DISABLE_FILE:BOOL=OFF + +//Disable form-api +CURL_DISABLE_FORM_API:BOOL=OFF + +//Disable FTP +CURL_DISABLE_FTP:BOOL=OFF + +//Disable curl_easy_options API for existing options to curl_easy_setopt +CURL_DISABLE_GETOPTIONS:BOOL=OFF + +//Disable Gopher +CURL_DISABLE_GOPHER:BOOL=OFF + +//Disable headers-api support +CURL_DISABLE_HEADERS_API:BOOL=OFF + +//Disable HSTS support +CURL_DISABLE_HSTS:BOOL=OFF + +//Disable HTTP +CURL_DISABLE_HTTP:BOOL=OFF + +//Disable all HTTP authentication methods +CURL_DISABLE_HTTP_AUTH:BOOL=OFF + +//Disable IMAP +CURL_DISABLE_IMAP:BOOL=OFF + +//Disable installation targets +CURL_DISABLE_INSTALL:BOOL=OFF + +//Disable IPFS +CURL_DISABLE_IPFS:BOOL=OFF + +//Disable Kerberos authentication +CURL_DISABLE_KERBEROS_AUTH:BOOL=OFF + +//Disable LDAP +CURL_DISABLE_LDAP:BOOL=OFF + +//Disable LDAPS +CURL_DISABLE_LDAPS:BOOL=OFF + +//Disable --libcurl option from the curl tool +CURL_DISABLE_LIBCURL_OPTION:BOOL=OFF + +//Disable MIME support +CURL_DISABLE_MIME:BOOL=OFF + +//Disable MQTT +CURL_DISABLE_MQTT:BOOL=OFF + +//Disable negotiate authentication +CURL_DISABLE_NEGOTIATE_AUTH:BOOL=OFF + +//Disable netrc parser +CURL_DISABLE_NETRC:BOOL=OFF + +//Disable NTLM support +CURL_DISABLE_NTLM:BOOL=OFF + +//Disable automatic loading of OpenSSL configuration +CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG:BOOL=OFF + +//Disable date parsing +CURL_DISABLE_PARSEDATE:BOOL=OFF + +//Disable POP3 +CURL_DISABLE_POP3:BOOL=OFF + +//Disable built-in progress meter +CURL_DISABLE_PROGRESS_METER:BOOL=OFF + +//Disable proxy support +CURL_DISABLE_PROXY:BOOL=OFF + +//Disable RTSP +CURL_DISABLE_RTSP:BOOL=OFF + +//Disable SHA-512/256 hash algorithm +CURL_DISABLE_SHA512_256:BOOL=OFF + +//Disable shuffle DNS feature +CURL_DISABLE_SHUFFLE_DNS:BOOL=OFF + +//Disable SMB +CURL_DISABLE_SMB:BOOL=OFF + +//Disable SMTP +CURL_DISABLE_SMTP:BOOL=OFF + +//Disable use of socketpair for curl_multi_poll +CURL_DISABLE_SOCKETPAIR:BOOL=OFF + +//Disable TLS-SRP support +CURL_DISABLE_SRP:BOOL=OFF + +//Disable Telnet +CURL_DISABLE_TELNET:BOOL=OFF + +//Disable TFTP +CURL_DISABLE_TFTP:BOOL=OFF + +//Disable verbose strings +CURL_DISABLE_VERBOSE_STRINGS:BOOL=OFF + +//Disable WebSocket +CURL_DISABLE_WEBSOCKETS:BOOL=OFF + +//Enable CMake export target +CURL_ENABLE_EXPORT_TARGET:BOOL=ON + +//Enable SSL support +CURL_ENABLE_SSL:BOOL=ON + +//Hide libcurl internal symbols (=hide all symbols that are not +// officially external) +CURL_HIDDEN_SYMBOLS:BOOL=ON + +//Value Computed by CMake +CURL_IS_TOP_LEVEL:STATIC=OFF + +//Enable compiler Link Time Optimizations +CURL_LTO:BOOL=OFF + +//Value Computed by CMake +CURL_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/external/curl + +//Build tests into single-binary bundles +CURL_TEST_BUNDLES:BOOL=OFF + +//Enable BearSSL for SSL/TLS +CURL_USE_BEARSSL:BOOL=OFF + +//Enable GnuTLS for SSL/TLS +CURL_USE_GNUTLS:BOOL=OFF + +//Use libgsasl +CURL_USE_GSASL:BOOL=OFF + +//Use GSSAPI implementation +CURL_USE_GSSAPI:BOOL=OFF + +//Use libpsl +CURL_USE_LIBPSL:BOOL=OFF + +//Use libssh +CURL_USE_LIBSSH:BOOL=OFF + +//Use libssh2 +CURL_USE_LIBSSH2:BOOL=ON + +//Use libuv for event-based tests +CURL_USE_LIBUV:BOOL=OFF + +//Enable mbedTLS for SSL/TLS +CURL_USE_MBEDTLS:BOOL=OFF + +//Enable OpenSSL for SSL/TLS +CURL_USE_OPENSSL:BOOL=OFF + +//Enable pkg-config to detect dependencies +CURL_USE_PKGCONFIG:BOOL=ON + +//Enable Rustls for SSL/TLS +CURL_USE_RUSTLS:BOOL=OFF + +//Use wolfSSH +CURL_USE_WOLFSSH:BOOL=OFF + +//Enable wolfSSL for SSL/TLS +CURL_USE_WOLFSSL:BOOL=OFF + +//Turn compiler warnings into errors +CURL_WERROR:BOOL=OFF + +//Build curl with ZLIB support (AUTO, ON or OFF) +CURL_ZLIB:STRING=AUTO + +//Build curl with zstd support (AUTO, ON or OFF) +CURL_ZSTD:STRING=AUTO + +//Maximum time allowed before CTest will kill the test. +DART_TESTING_TIMEOUT:STRING=1500 + +//Path to a file. +DBus1_ARCH_INCLUDE_DIR:PATH=/usr/lib/dbus-1.0/include + +//The directory containing a CMake configuration file for DBus1. +DBus1_DIR:PATH=/usr/lib/cmake/DBus1 + +//Path to a file. +DBus1_INCLUDE_DIR:PATH=/usr/include/dbus-1.0 + +//Path to a library. +DBus1_LIBRARY:FILEPATH=/usr/lib/libdbus-1.so + +//Path to a library. +DECOR_0_LIB:FILEPATH=/usr/lib/libdecor-0.so + +//Dot tool for use with Doxygen +DOXYGEN_DOT_EXECUTABLE:FILEPATH=DOXYGEN_DOT_EXECUTABLE-NOTFOUND + +//Doxygen documentation generation tool (https://www.doxygen.nl) +DOXYGEN_EXECUTABLE:FILEPATH=DOXYGEN_EXECUTABLE-NOTFOUND + +//Path to a library. +DRM_LIB:FILEPATH=/usr/lib/libdrm.so + +//Value Computed by CMake +Demo1_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/examples/src/demo1 + +//Value Computed by CMake +Demo1_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +Demo1_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/examples/src/demo1 + +//Value Computed by CMake +Demo2_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/examples/src/demo2 + +//Value Computed by CMake +Demo2_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +Demo2_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/examples/src/demo2 + +//Value Computed by CMake +Demo3_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/examples/src/demo3 + +//Value Computed by CMake +Demo3_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +Demo3_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/examples/src/demo3 + +//Value Computed by CMake +Demo4_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/examples/src/demo4 + +//Value Computed by CMake +Demo4_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +Demo4_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/examples/src/demo4 + +//Value Computed by CMake +Demo5_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/examples/src/demo5 + +//Value Computed by CMake +Demo5_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +Demo5_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/examples/src/demo5 + +//Enable c-ares support +ENABLE_ARES:BOOL=OFF + +//Enable TrackMemory debug feature +ENABLE_CURLDEBUG:BOOL=OFF + +//Build the man page for curl and enable its -M/--manual option +ENABLE_CURL_MANUAL:BOOL=ON + +//Enable curl debug features (for developing curl itself) +ENABLE_DEBUG:BOOL=OFF + +//Enable IPv6 support +ENABLE_IPV6:BOOL=ON + +//Apply curl debug options to test servers +ENABLE_SERVER_DEBUG:BOOL=OFF + +//Enable threaded DNS lookup +ENABLE_THREADED_RESOLVER:BOOL=ON + +//Enable Unix domain sockets support +ENABLE_UNIX_SOCKETS:BOOL=ON + +//The FFmpeg cflags. +FFMPEG_DEFINITIONS:STRING= + +//The FFmpeg include directories. +FFMPEG_INCLUDE_DIRS:STRING=/usr/include + +//The FFmpeg libraries. +FFMPEG_LIBRARIES:STRING=/usr/lib/libavformat.so;/usr/lib/libavcodec.so;/usr/lib/libavutil.so;/usr/lib/libswscale.so;/usr/lib/libswresample.so;/usr/lib/libz.so + +//Path to a file. +FREETYPE_INCLUDE_DIR_freetype2:PATH=/usr/include/freetype2 + +//Path to a file. +FREETYPE_INCLUDE_DIR_ft2build:PATH=/usr/include/freetype2 + +//Path to a library. +FREETYPE_LIBRARY_DEBUG:FILEPATH=FREETYPE_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +FREETYPE_LIBRARY_RELEASE:FILEPATH=/usr/lib/libfreetype.so + +//Path to a file. +Fontconfig_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +Fontconfig_LIBRARY:FILEPATH=/usr/lib/libfontconfig.so + +//Path to a library. +GBM_LIB:FILEPATH=/usr/lib/libgbm.so + +//Path to a program. +GITCOMMAND:FILEPATH=/usr/bin/git + +//Git command line client +GIT_EXECUTABLE:FILEPATH=/usr/bin/git + +//Path to a file. +HAVE_LIBURING_H:PATH=/usr/include + +//Path to a file. +HAVE_XCURSOR_H:FILEPATH=/usr/include/X11/Xcursor/Xcursor.h + +//Path to a file. +HAVE_XDBE_H:FILEPATH=/usr/include/X11/extensions/Xdbe.h + +//Path to a file. +HAVE_XEXT_H:FILEPATH=/usr/include/X11/extensions/Xext.h + +//Path to a file. +HAVE_XFIXES_H_:FILEPATH=/usr/include/X11/extensions/Xfixes.h + +//Path to a file. +HAVE_XINPUT2_H:FILEPATH=/usr/include/X11/extensions/XInput2.h + +//Path to a file. +HAVE_XRANDR_H:FILEPATH=/usr/include/X11/extensions/Xrandr.h + +//Path to a file. +HAVE_XRENDER_H:FILEPATH=/usr/include/X11/extensions/Xrender.h + +//Path to a file. +HAVE_XSHAPE_H:FILEPATH=/usr/include/X11/extensions/shape.h + +//Path to a file. +HAVE_XSS_H:FILEPATH=/usr/include/X11/extensions/scrnsaver.h + +//Path to a file. +HAVE_XSYNC_H:FILEPATH=/usr/include/X11/extensions/sync.h + +//Path to a file. +HAVE_XTEST_H:FILEPATH=/usr/include/X11/extensions/XTest.h + +//Path to a program. +HTTPD:FILEPATH=HTTPD-NOTFOUND + +//Path to a program. +HTTPD_NGHTTPX:FILEPATH=HTTPD_NGHTTPX-NOTFOUND + +//Disable all protocols except HTTP (This overrides all CURL_DISABLE_* +// options) +HTTP_ONLY:BOOL=ON + +//Value Computed by CMake +Hun-garr_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/examples/src/hun-garr + +//Value Computed by CMake +Hun-garr_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +Hun-garr_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/examples/src/hun-garr + +//Install CMake package configuration module +INSTALL_CMAKE_PACKAGE_MODULE:BOOL=ON + +//Install documentation +INSTALL_DOCS:BOOL=ON + +//Install ogg.pc file +INSTALL_PKG_CONFIG_MODULE:BOOL=ON + +//The JACK include directory +JACK_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +JACK_LIB:FILEPATH=/usr/lib/libjack.so + +//The JACK library +JACK_LIBRARY:FILEPATH=/usr/lib/libjack.so + +//Basename of the curl library +LIBCURL_OUTPUT_NAME:STRING=libcurl + +//Path to a library. +LIBOPUSFILE:FILEPATH=LIBOPUSFILE-NOTFOUND + +LIBTYPE:BOOL=STATIC + +//Extra compile options of LibUSB +LibUSB_COMPILE_OPTIONS:STRING= + +//Path to a file. +LibUSB_INCLUDE_PATH:PATH=/usr/include/libusb-1.0 + +//Path to a library. +LibUSB_LIBRARY:FILEPATH=/usr/lib/libusb-1.0.so + +//Extra link flags of LibUSB +LibUSB_LINK_FLAGS:STRING= + +//Extra link libraries of LibUSB +LibUSB_LINK_LIBRARIES:STRING= + +//Command to build the project +MAKECOMMAND:STRING=/usr/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" + +//Path to the memory checking command, used for memory error detection. +MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND + +//File that contains suppressions for the memory checker +MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH= + +//Build miniaudio examples +MINIAUDIO_BUILD_EXAMPLES:BOOL=OFF + +//Build miniaudio tests +MINIAUDIO_BUILD_TESTS:BOOL=OFF + +//Enable stdout debug output +MINIAUDIO_DEBUG_OUTPUT:BOOL=OFF + +//Enable the AAudio backend +MINIAUDIO_ENABLE_AAUDIO:BOOL=OFF + +//Enable the ALSA backend +MINIAUDIO_ENABLE_ALSA:BOOL=OFF + +//Enable the audio(4) backend +MINIAUDIO_ENABLE_AUDIO4:BOOL=OFF + +//Enable the CoreAudio backend +MINIAUDIO_ENABLE_COREAUDIO:BOOL=OFF + +//Enable support for custom backends +MINIAUDIO_ENABLE_CUSTOM:BOOL=OFF + +//Enable the DirectSound backend +MINIAUDIO_ENABLE_DSOUND:BOOL=OFF + +//Enable the JACK backend +MINIAUDIO_ENABLE_JACK:BOOL=OFF + +//Enable the null backend +MINIAUDIO_ENABLE_NULL:BOOL=OFF + +//Only enable specific backends. Backends can be enabled with MINIAUDIO_ENABLE_[BACKEND]. +MINIAUDIO_ENABLE_ONLY_SPECIFIC_BACKENDS:BOOL=OFF + +//Enable the OpenSL|ES backend +MINIAUDIO_ENABLE_OPENSL:BOOL=OFF + +//Enable the OSS backend +MINIAUDIO_ENABLE_OSS:BOOL=OFF + +//Enable the PulseAudio backend +MINIAUDIO_ENABLE_PULSEAUDIO:BOOL=OFF + +//Enable the sndio backend +MINIAUDIO_ENABLE_SNDIO:BOOL=OFF + +//Enable the WASAPI backend +MINIAUDIO_ENABLE_WASAPI:BOOL=OFF + +//Enable the Web Audio backend +MINIAUDIO_ENABLE_WEBAUDIO:BOOL=OFF + +//Enable the WinMM backend +MINIAUDIO_ENABLE_WINMM:BOOL=OFF + +//Force compilation as C89 +MINIAUDIO_FORCE_C89:BOOL=OFF + +//Force compilation as C++ +MINIAUDIO_FORCE_CXX:BOOL=OFF + +//Disable the AAudio backend +MINIAUDIO_NO_AAUDIO:BOOL=OFF + +//Disable the ALSA backend +MINIAUDIO_NO_ALSA:BOOL=OFF + +//Disable the audio(4) backend +MINIAUDIO_NO_AUDIO4:BOOL=OFF + +//Disable AVX2 optimizations +MINIAUDIO_NO_AVX2:BOOL=OFF + +//Disable the CoreAudio backend +MINIAUDIO_NO_COREAUDIO:BOOL=OFF + +//Disable support for custom backends +MINIAUDIO_NO_CUSTOM:BOOL=OFF + +//Disable decoding APIs +MINIAUDIO_NO_DECODING:BOOL=OFF + +//Disable audio playback and capture +MINIAUDIO_NO_DEVICEIO:BOOL=OFF + +//Disable the DirectSound backend +MINIAUDIO_NO_DSOUND:BOOL=OFF + +//Disable encoding APIs +MINIAUDIO_NO_ENCODING:BOOL=OFF + +//Disable the high-level engine API +MINIAUDIO_NO_ENGINE:BOOL=OFF + +//Do not build extra node graph nodes +MINIAUDIO_NO_EXTRA_NODES:BOOL=OFF + +//Disable the built-in FLAC decoder +MINIAUDIO_NO_FLAC:BOOL=OFF + +//Disable generation APIs such as ma_waveform and ma_noise +MINIAUDIO_NO_GENERATION:BOOL=OFF + +//Disable the JACK backend +MINIAUDIO_NO_JACK:BOOL=OFF + +//Disable miniaudio_libopus +MINIAUDIO_NO_LIBOPUS:BOOL=OFF + +//Disable miniaudio_libvorbis +MINIAUDIO_NO_LIBVORBIS:BOOL=OFF + +//Disable the built-in MP3 decoder +MINIAUDIO_NO_MP3:BOOL=OFF + +//Disable NEON optimizations +MINIAUDIO_NO_NEON:BOOL=OFF + +//Disable the node graph API +MINIAUDIO_NO_NODE_GRAPH:BOOL=OFF + +//Disable the null backend +MINIAUDIO_NO_NULL:BOOL=OFF + +//Disable the OpenSL|ES backend +MINIAUDIO_NO_OPENSL:BOOL=OFF + +//Disable the OSS backend +MINIAUDIO_NO_OSS:BOOL=OFF + +//Disable the PulseAudio backend +MINIAUDIO_NO_PULSEAUDIO:BOOL=OFF + +//Disable the resource manager API +MINIAUDIO_NO_RESOURCE_MANAGER:BOOL=OFF + +//Disable runtime linking +MINIAUDIO_NO_RUNTIME_LINKING:BOOL=OFF + +//Disable the sndio backend +MINIAUDIO_NO_SNDIO:BOOL=OFF + +//Disable SSE2 optimizations +MINIAUDIO_NO_SSE2:BOOL=OFF + +//Disable threading. Must be used with MINIAUDIO_NO_DEVICEIO. +MINIAUDIO_NO_THREADING:BOOL=OFF + +//Disable the WASAPI backend +MINIAUDIO_NO_WASAPI:BOOL=OFF + +//Disable the built-in WAV decoder +MINIAUDIO_NO_WAV:BOOL=OFF + +//Disable the Web Audio backend +MINIAUDIO_NO_WEBAUDIO:BOOL=OFF + +//Disable the WinMM backend +MINIAUDIO_NO_WINMM:BOOL=OFF + +//Use for sized types +MINIAUDIO_USE_STDINT:BOOL=OFF + +//The MySOFA include directory +MYSOFA_INCLUDE_DIR:PATH=/usr/include + +//The MySOFA library +MYSOFA_LIBRARY:FILEPATH=/usr/lib/libmysofa.so + +//The math library for MySOFA +MYSOFA_M_LIBRARY:FILEPATH=/usr/lib/libm.so + +//Path to a file. +OPENGL_EGL_INCLUDE_DIR:PATH=/usr/include + +//Path to a file. +OPENGL_GLES2_INCLUDE_DIR:PATH=/usr/include + +//Path to a file. +OPENGL_GLES3_INCLUDE_DIR:PATH=/usr/include + +//Path to a file. +OPENGL_GLU_INCLUDE_DIR:PATH=/usr/include + +//Path to a file. +OPENGL_GLX_INCLUDE_DIR:PATH=/usr/include + +//Path to a file. +OPENGL_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +OPENGL_egl_LIBRARY:FILEPATH=/usr/lib/libEGL.so + +//Path to a library. +OPENGL_gles2_LIBRARY:FILEPATH=/usr/lib/libGLESv2.so + +//Path to a library. +OPENGL_gles3_LIBRARY:FILEPATH=/usr/lib/libGLESv2.so + +//Path to a library. +OPENGL_glu_LIBRARY:FILEPATH=/usr/lib/libGLU.so + +//Path to a library. +OPENGL_glx_LIBRARY:FILEPATH=/usr/lib/libGLX.so + +//Path to a library. +OPENGL_opengl_LIBRARY:FILEPATH=/usr/lib/libOpenGL.so + +//Path to a file. +OPENGL_xmesa_INCLUDE_DIR:PATH=OPENGL_xmesa_INCLUDE_DIR-NOTFOUND + +//The OpenSL Android include directory +OPENSL_ANDROID_INCLUDE_DIR:PATH=OPENSL_ANDROID_INCLUDE_DIR-NOTFOUND + +//The OpenSL include directory +OPENSL_INCLUDE_DIR:PATH=OPENSL_INCLUDE_DIR-NOTFOUND + +//The OpenSL library +OPENSL_LIBRARY:FILEPATH=OPENSL_LIBRARY-NOTFOUND + +//The OSS include directory +OSS_INCLUDE_DIR:PATH=/usr/include + +//Optional OSS library +OSS_LIBRARY:FILEPATH=OSS_LIBRARY-NOTFOUND + +//Value Computed by CMake +OpenAL_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/external/openal + +//Value Computed by CMake +OpenAL_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +OpenAL_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/external/openal + +//Path to a program. +PERL_EXECUTABLE:FILEPATH=/usr/bin/perl + +//Enable picky compiler options +PICKY_COMPILER:BOOL=ON + +//Path to a library. +PIPEWIRE_0.3_LIB:FILEPATH=/usr/lib/libpipewire-0.3.so + +//Arguments to supply to pkg-config +PKG_CONFIG_ARGN:STRING= + +//pkg-config executable +PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config + +//Path to a library. +PLUTOVG_MATH_LIBRARY:FILEPATH=/usr/lib/libm.so + +//The PortAudio include directory +PORTAUDIO_INCLUDE_DIR:PATH=/usr/include + +//The PortAudio library +PORTAUDIO_LIBRARY:FILEPATH=/usr/lib/libportaudio.so + +//The POSTPROC CFLAGS. +POSTPROC_DEFINITIONS:STRING= + +//Path to a file. +POSTPROC_INCLUDE_DIRS:PATH=/usr/include + +//Path to a library. +POSTPROC_LIBRARIES:FILEPATH=/usr/lib/libpostproc.so + +//The POSTPROC version number. +POSTPROC_VERSION:STRING=58.3.100 + +//The PulseAudio include directory +PULSEAUDIO_INCLUDE_DIR:PATH=/usr/include + +//The PulseAudio library +PULSEAUDIO_LIBRARY:FILEPATH=/usr/lib/libpulse.so + +//Path to a library. +PULSE_LIB:FILEPATH=/usr/lib/libpulse.so + +//Value Computed by CMake +PopWork_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/PopWork + +//Value Computed by CMake +PopWork_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +PopWork_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/PopWork + +//Additional directories where find(Qt6 ...) host Qt components +// are searched +QT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH:STRING= + +//Additional directories where find(Qt6 ...) components are searched +QT_ADDITIONAL_PACKAGES_PREFIX_PATH:STRING= + +//The directory containing a CMake configuration file for Qt6CorePrivate. +Qt6CorePrivate_DIR:PATH=/usr/lib/cmake/Qt6CorePrivate + +//The directory containing a CMake configuration file for Qt6CoreTools. +Qt6CoreTools_DIR:PATH=/usr/lib/cmake/Qt6CoreTools + +//The directory containing a CMake configuration file for Qt6Core. +Qt6Core_DIR:PATH=/usr/lib/cmake/Qt6Core + +//The directory containing a CMake configuration file for Qt6DBusPrivate. +Qt6DBusPrivate_DIR:PATH=/usr/lib/cmake/Qt6DBusPrivate + +//The directory containing a CMake configuration file for Qt6DBusTools. +Qt6DBusTools_DIR:PATH=/usr/lib/cmake/Qt6DBusTools + +//The directory containing a CMake configuration file for Qt6DBus. +Qt6DBus_DIR:PATH=/usr/lib/cmake/Qt6DBus + +//The directory containing a CMake configuration file for Qt6GuiPrivate. +Qt6GuiPrivate_DIR:PATH=/usr/lib/cmake/Qt6GuiPrivate + +//The directory containing a CMake configuration file for Qt6GuiTools. +Qt6GuiTools_DIR:PATH=/usr/lib/cmake/Qt6GuiTools + +//The directory containing a CMake configuration file for Qt6Gui. +Qt6Gui_DIR:PATH=/usr/lib/cmake/Qt6Gui + +//The directory containing a CMake configuration file for Qt6WidgetsPrivate. +Qt6WidgetsPrivate_DIR:PATH=/usr/lib/cmake/Qt6WidgetsPrivate + +//The directory containing a CMake configuration file for Qt6WidgetsTools. +Qt6WidgetsTools_DIR:PATH=/usr/lib/cmake/Qt6WidgetsTools + +//The directory containing a CMake configuration file for Qt6Widgets. +Qt6Widgets_DIR:PATH=/usr/lib/cmake/Qt6Widgets + +//The directory containing a CMake configuration file for Qt6. +Qt6_DIR:PATH=/usr/lib/cmake/Qt6 + +//Path to a library. +SDL2_LIBRARY:FILEPATH=/usr/lib/libSDL2.so + +//Value Computed by CMake +SDL3_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/external/SDL + +//The directory containing a CMake configuration file for SDL3. +SDL3_DIR:PATH=/usr/lib/cmake/SDL3 + +//Value Computed by CMake +SDL3_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +SDL3_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/external/SDL + +//Value Computed by CMake +SDL3_ttf_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/external/SDL_ttf + +//Value Computed by CMake +SDL3_ttf_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +SDL3_ttf_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/external/SDL_ttf + +//Use harfbuzz to improve text shaping +SDLTTF_HARFBUZZ:BOOL=ON + +//Enable SDL3_ttf install target +SDLTTF_INSTALL:BOOL=OFF + +//Use plutosvg for color emoji support +SDLTTF_PLUTOSVG:BOOL=ON + +//Build the SDL3_ttf sample program(s) +SDLTTF_SAMPLES:BOOL=OFF + +//Fail when a dependency could not be found +SDLTTF_STRICT:BOOL=OFF + +//Use vendored third-party libraries +SDLTTF_VENDORED:BOOL=OFF + +//Treat warnings as errors +SDLTTF_WERROR:BOOL=OFF + +//Support the ALSA audio API +SDL_ALSA:BOOL=ON + +//Dynamically load ALSA audio support +SDL_ALSA_SHARED:BOOL=ON + +//Use AddressSanitizer to detect memory errors +SDL_ASAN:BOOL=OFF + +//Enable assembly routines +SDL_ASSEMBLY:BOOL=ON + +//Enable internal sanity checks (auto/disabled/release/enabled/paranoid) +SDL_ASSERTIONS:STRING=auto + +//Enable the Audio subsystem +SDL_AUDIO:BOOL=ON + +//Use AVX assembly routines +SDL_AVX:BOOL=ON + +//Use AVX2 assembly routines +SDL_AVX2:BOOL=ON + +//Use AVX512F assembly routines +SDL_AVX512F:BOOL=ON + +//number to use for magic backgrounding signal or 'OFF' +SDL_BACKGROUNDING_SIGNAL:STRING=OFF + +//Enable the Camera subsystem +SDL_CAMERA:BOOL=ON + +//Use Ccache to speed up build +SDL_CCACHE:BOOL=OFF + +//Extra includes (for CMAKE_REQUIRED_INCLUDES) +SDL_CHECK_REQUIRED_INCLUDES:STRING= + +//Extra link options (for CMAKE_REQUIRED_LINK_OPTIONS) +SDL_CHECK_REQUIRED_LINK_OPTIONS:STRING= + +//Run clang-tidy static analysis +SDL_CLANG_TIDY:BOOL=OFF + +//Use clock_gettime() instead of gettimeofday() +SDL_CLOCK_GETTIME:BOOL=ON + +//Detected architecture ARM32 +SDL_CPU_ARM32:BOOL=0 + +//Detected architecture ARM64 +SDL_CPU_ARM64:BOOL=0 + +//Detected architecture ARM64EC +SDL_CPU_ARM64EC:BOOL=0 + +//Detected architecture EMSCRIPTEN +SDL_CPU_EMSCRIPTEN:BOOL=0 + +//Detected architecture LOONGARCH64 +SDL_CPU_LOONGARCH64:BOOL=0 + +//Detected architecture POWERPC32 +SDL_CPU_POWERPC32:BOOL=0 + +//Detected architecture POWERPC64 +SDL_CPU_POWERPC64:BOOL=0 + +//Detected architecture X64 +SDL_CPU_X64:BOOL=1 + +//Detected architecture X86 +SDL_CPU_X86:BOOL=0 + +//Enable D-Bus support +SDL_DBUS:BOOL=ON + +//Load dependencies dynamically +SDL_DEPS_SHARED:BOOL=ON + +//Enable the Dialog subsystem +SDL_DIALOG:BOOL=ON + +//Support the disk writer audio driver +SDL_DISKAUDIO:BOOL=ON + +//Support the dummy audio driver +SDL_DUMMYAUDIO:BOOL=ON + +//Support the dummy camera driver +SDL_DUMMYCAMERA:BOOL=ON + +//Use dummy video driver +SDL_DUMMYVIDEO:BOOL=ON + +//Build the examples directory +SDL_EXAMPLES:BOOL=OFF + +//link examples to shared SDL library +SDL_EXAMPLES_LINK_SHARED:BOOL=ON + +//number to use for magic foregrounding signal or 'OFF' +SDL_FOREGROUNDING_SIGNAL:STRING=OFF + +//Use gcc builtin atomics +SDL_GCC_ATOMICS:BOOL=ON + +//Enable the GPU subsystem +SDL_GPU:BOOL=ON + +//Build SDL_GPU with DXVK support +SDL_GPU_DXVK:BOOL=OFF + +//Enable the Haptic subsystem +SDL_HAPTIC:BOOL=ON + +//Enable the HIDAPI subsystem +SDL_HIDAPI:BOOL=ON + +//Use HIDAPI for low level joystick drivers +SDL_HIDAPI_JOYSTICK:BOOL=ON + +//Use libusb for low level joystick drivers +SDL_HIDAPI_LIBUSB:BOOL=ON + +//Dynamically load libusb support +SDL_HIDAPI_LIBUSB_SHARED:BOOL=ON + +//Enable IBus support +SDL_IBUS:BOOL=ON + +//Enable installation of SDL3 +SDL_INSTALL:BOOL=OFF + +//Root folder where to install SDL3Config.cmake related files (SDL3 +// subfolder for MSVC projects) +SDL_INSTALL_CMAKEDIR_ROOT:STRING=lib/cmake/SDL3 + +//Support the JACK audio API +SDL_JACK:BOOL=ON + +//Dynamically load JACK audio support +SDL_JACK_SHARED:BOOL=ON + +//Enable the Joystick subsystem +SDL_JOYSTICK:BOOL=ON + +//Use KMS DRM video driver +SDL_KMSDRM:BOOL=ON + +//Dynamically load KMS DRM support +SDL_KMSDRM_SHARED:BOOL=ON + +//Use the system C library +SDL_LIBC:BOOL=ON + +//Prefer iconv() from libiconv, if available, over libc version +SDL_LIBICONV:BOOL=OFF + +//Enable libudev support +SDL_LIBUDEV:BOOL=ON + +//Enable liburing support +SDL_LIBURING:BOOL=ON + +//Use MMX assembly routines +SDL_MMX:BOOL=ON + +//Use offscreen video driver +SDL_OFFSCREEN:BOOL=ON + +//Include OpenGL support +SDL_OPENGL:BOOL=ON + +//Include OpenGL ES support +SDL_OPENGLES:BOOL=ON + +//Use OpenVR video driver +SDL_OPENVR:BOOL=OFF + +//Support the OSS audio API +SDL_OSS:BOOL=OFF + +//Use Pipewire audio +SDL_PIPEWIRE:BOOL=ON + +//Dynamically load Pipewire support +SDL_PIPEWIRE_SHARED:BOOL=ON + +//Enable the Power subsystem +SDL_POWER:BOOL=ON + +//Use POSIX threads for multi-threading +SDL_PTHREADS:BOOL=ON + +//Use pthread semaphores +SDL_PTHREADS_SEM:BOOL=ON + +//Use PulseAudio +SDL_PULSEAUDIO:BOOL=ON + +//Dynamically load PulseAudio support +SDL_PULSEAUDIO_SHARED:BOOL=ON + +//Enable the Render subsystem +SDL_RENDER:BOOL=ON + +//Enable the SDL_GPU render driver +SDL_RENDER_GPU:BOOL=ON + +//Enable the Metal render driver +SDL_RENDER_METAL:BOOL=ON + +//Enable the Vulkan render driver +SDL_RENDER_VULKAN:BOOL=ON + +//Custom SDL revision (only used when REVISION.txt does not exist) +SDL_REVISION:STRING= + +//Use an rpath when linking SDL +SDL_RPATH:BOOL=ON + +//Enable the Sensor subsystem +SDL_SENSOR:BOOL=ON + +//Build a shared version of the library +SDL_SHARED:BOOL=ON + +//Support the sndio audio API +SDL_SNDIO:BOOL=ON + +//Dynamically load the sndio audio API +SDL_SNDIO_SHARED:BOOL=ON + +//Use SSE assembly routines +SDL_SSE:BOOL=ON + +//Use SSE2 assembly routines +SDL_SSE2:BOOL=ON + +//Use SSE3 assembly routines +SDL_SSE3:BOOL=ON + +//Use SSE4.1 assembly routines +SDL_SSE4_1:BOOL=ON + +//Use SSE4.2 assembly routines +SDL_SSE4_2:BOOL=ON + +//Build a static version of the library +SDL_STATIC:BOOL=ON + +//Use iconv() from system-installed libraries +SDL_SYSTEM_ICONV:BOOL=ON + +//Build the test directory +SDL_TESTS:BOOL=OFF + +//link tests to shared SDL library +SDL_TESTS_LINK_SHARED:BOOL=ON + +//Timeout multiplier to account for really slow machines +SDL_TESTS_TIMEOUT_MULTIPLIER:STRING=1 + +//Build the SDL3_test library +SDL_TEST_LIBRARY:BOOL=ON + +//Enable uninstallation of SDL3 +SDL_UNINSTALL:BOOL=OFF + +//Vendor name and/or version to add to SDL_REVISION +SDL_VENDOR_INFO:STRING= + +//Enable the Video subsystem +SDL_VIDEO:BOOL=ON + +//Enable the virtual-joystick driver +SDL_VIRTUAL_JOYSTICK:BOOL=ON + +//Enable Vulkan support +SDL_VULKAN:BOOL=ON + +//Use Wayland video driver +SDL_WAYLAND:BOOL=ON + +//Use client-side window decorations on Wayland +SDL_WAYLAND_LIBDECOR:BOOL=ON + +//Dynamically load libdecor support +SDL_WAYLAND_LIBDECOR_SHARED:BOOL=ON + +//Dynamically load Wayland support +SDL_WAYLAND_SHARED:BOOL=ON + +//Enable -Werror +SDL_WERROR:BOOL=OFF + +//Use X11 video driver +SDL_X11:BOOL=ON + +//Dynamically load X11 support +SDL_X11_SHARED:BOOL=ON + +//Enable Xcursor support +SDL_X11_XCURSOR:BOOL=ON + +//Enable Xdbe support +SDL_X11_XDBE:BOOL=ON + +//Enable Xfixes support +SDL_X11_XFIXES:BOOL=ON + +//Enable XInput support +SDL_X11_XINPUT:BOOL=ON + +//Enable Xrandr support +SDL_X11_XRANDR:BOOL=ON + +//Enable Xscrnsaver support +SDL_X11_XSCRNSAVER:BOOL=ON + +//Enable XShape support +SDL_X11_XSHAPE:BOOL=ON + +//Enable Xsync support +SDL_X11_XSYNC:BOOL=ON + +//Enable XTest support +SDL_X11_XTEST:BOOL=ON + +//Name of the computer/site where compile is being run +SITE:STRING=space + +//Path to a file. +SNDFILE_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +SNDFILE_LIBRARY:FILEPATH=/usr/lib/libsndfile.so + +//Path to a library. +STEAMAUDIO_LIBRARY:FILEPATH=STEAMAUDIO_LIBRARY-NOTFOUND + +//The SWRESAMPLE CFLAGS. +SWRESAMPLE_DEFINITIONS:STRING= + +//Path to a file. +SWRESAMPLE_INCLUDE_DIRS:PATH=/usr/include + +//Path to a library. +SWRESAMPLE_LIBRARIES:FILEPATH=/usr/lib/libswresample.so + +//The SWRESAMPLE version number. +SWRESAMPLE_VERSION:STRING=5.3.100 + +//The SWSCALE CFLAGS. +SWSCALE_DEFINITIONS:STRING= + +//Path to a file. +SWSCALE_INCLUDE_DIRS:PATH=/usr/include + +//Path to a library. +SWSCALE_LIBRARIES:FILEPATH=/usr/lib/libswscale.so + +//The SWSCALE version number. +SWSCALE_VERSION:STRING=8.3.100 + +//Path to a program. +TEST_NGHTTPX:FILEPATH=TEST_NGHTTPX-NOTFOUND + +//Path to a library. +UDEV_LIB:FILEPATH=/usr/lib/libudev.so + +//Enable ECH support +USE_ECH:BOOL=OFF + +//Enable HTTPS RR support +USE_HTTPSRR:BOOL=OFF + +//Use libidn2 for IDN support +USE_LIBIDN2:BOOL=ON + +//Enable librtmp from rtmpdump +USE_LIBRTMP:BOOL=OFF + +//Use msh3/msquic library for HTTP/3 support +USE_MSH3:BOOL=OFF + +//Use nghttp2 library +USE_NGHTTP2:BOOL=ON + +//Use ngtcp2 and nghttp3 libraries for HTTP/3 support +USE_NGTCP2:BOOL=OFF + +//Use OpenSSL and nghttp3 libraries for HTTP/3 support +USE_OPENSSL_QUIC:BOOL=OFF + +//Use quiche library for HTTP/3 support +USE_QUICHE:BOOL=OFF + +//Enable SSL session export support +USE_SSLS_EXPORT:BOOL=OFF + +//Wide Strings +USE_WIDESTRING:BOOL=ON + +//Value Computed by CMake +V12Demo_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/examples/src/v12demo + +//Value Computed by CMake +V12Demo_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +V12Demo_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/examples/src/v12demo + +//Value Computed by CMake +V14Demo_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/examples/src/v14demo + +//Value Computed by CMake +V14Demo_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +V14Demo_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/examples/src/v14demo + +//Path to a program. +VSFTPD:FILEPATH=VSFTPD-NOTFOUND + +//Path to a program. +Vulkan_GLSLANG_VALIDATOR_EXECUTABLE:FILEPATH=/bin/glslangValidator + +//Path to a program. +Vulkan_GLSLC_EXECUTABLE:FILEPATH=/bin/glslc + +//Path to a file. +Vulkan_INCLUDE_DIR:PATH=Vulkan_INCLUDE_DIR-NOTFOUND + +//Path to a library. +Vulkan_LIBRARY:FILEPATH=/lib/libvulkan.so + +//Path to a library. +WAYLAND_CLIENT_LIB:FILEPATH=/usr/lib/libwayland-client.so + +//Path to a library. +WAYLAND_CURSOR_LIB:FILEPATH=/usr/lib/libwayland-cursor.so + +//Path to a library. +WAYLAND_EGL_LIB:FILEPATH=/usr/lib/libwayland-egl.so + +//Path to a program. +WAYLAND_SCANNER:FILEPATH=/usr/bin/wayland-scanner + +//Path to a file. +X11_ICE_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_ICE_LIB:FILEPATH=/usr/lib/libICE.so + +//Path to a file. +X11_INCLUDEDIR:PATH=/usr/include + +//Path to a library. +X11_LIB:FILEPATH=/usr/lib/libX11.so + +//Path to a file. +X11_SM_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_SM_LIB:FILEPATH=/usr/lib/libSM.so + +//Path to a file. +X11_X11_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_X11_LIB:FILEPATH=/usr/lib/libX11.so + +//Path to a file. +X11_X11_xcb_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_X11_xcb_LIB:FILEPATH=/usr/lib/libX11-xcb.so + +//Path to a file. +X11_XRes_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_XRes_LIB:FILEPATH=/usr/lib/libXRes.so + +//Path to a file. +X11_XShm_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_XSync_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xaccessrules_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xaccessstr_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xau_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xau_LIB:FILEPATH=/usr/lib/libXau.so + +//Path to a file. +X11_Xaw_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xaw_LIB:FILEPATH=/usr/lib/libXaw.so + +//Path to a file. +X11_Xcomposite_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xcomposite_LIB:FILEPATH=/usr/lib/libXcomposite.so + +//Path to a file. +X11_Xcursor_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xcursor_LIB:FILEPATH=/usr/lib/libXcursor.so + +//Path to a file. +X11_Xdamage_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xdamage_LIB:FILEPATH=/usr/lib/libXdamage.so + +//Path to a file. +X11_Xdbe_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xdmcp_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xdmcp_LIB:FILEPATH=/usr/lib/libXdmcp.so + +//Path to a file. +X11_Xext_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xext_LIB:FILEPATH=/usr/lib/libXext.so + +//Path to a file. +X11_Xfixes_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xfixes_LIB:FILEPATH=/usr/lib/libXfixes.so + +//Path to a file. +X11_Xft_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xft_LIB:FILEPATH=/usr/lib/libXft.so + +//Path to a file. +X11_Xi_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xi_LIB:FILEPATH=/usr/lib/libXi.so + +//Path to a file. +X11_Xinerama_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xinerama_LIB:FILEPATH=/usr/lib/libXinerama.so + +//Path to a file. +X11_Xkb_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xkblib_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xlib_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xmu_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xmu_LIB:FILEPATH=/usr/lib/libXmu.so + +//Path to a file. +X11_Xpm_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xpm_LIB:FILEPATH=/usr/lib/libXpm.so + +//Path to a file. +X11_Xpresent_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xpresent_LIB:FILEPATH=/usr/lib/libXpresent.so + +//Path to a file. +X11_Xrandr_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xrandr_LIB:FILEPATH=/usr/lib/libXrandr.so + +//Path to a file. +X11_Xrender_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xrender_LIB:FILEPATH=/usr/lib/libXrender.so + +//Path to a file. +X11_Xshape_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xss_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xss_LIB:FILEPATH=/usr/lib/libXss.so + +//Path to a file. +X11_Xt_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xt_LIB:FILEPATH=/usr/lib/libXt.so + +//Path to a file. +X11_Xtst_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xtst_LIB:FILEPATH=/usr/lib/libXtst.so + +//Path to a file. +X11_Xutil_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_Xv_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xv_LIB:FILEPATH=/usr/lib/libXv.so + +//Path to a file. +X11_Xxf86misc_INCLUDE_PATH:PATH=X11_Xxf86misc_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_Xxf86misc_LIB:FILEPATH=X11_Xxf86misc_LIB-NOTFOUND + +//Path to a file. +X11_Xxf86vm_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_Xxf86vm_LIB:FILEPATH=/usr/lib/libXxf86vm.so + +//Path to a file. +X11_dpms_INCLUDE_PATH:PATH=/usr/include + +//Path to a file. +X11_xcb_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_LIB:FILEPATH=/usr/lib/libxcb.so + +//Path to a file. +X11_xcb_composite_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_composite_LIB:FILEPATH=/usr/lib/libxcb-composite.so + +//Path to a file. +X11_xcb_cursor_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_cursor_LIB:FILEPATH=/usr/lib/libxcb-cursor.so + +//Path to a file. +X11_xcb_damage_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_damage_LIB:FILEPATH=/usr/lib/libxcb-damage.so + +//Path to a file. +X11_xcb_dpms_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_dpms_LIB:FILEPATH=/usr/lib/libxcb-dpms.so + +//Path to a file. +X11_xcb_dri2_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_dri2_LIB:FILEPATH=/usr/lib/libxcb-dri2.so + +//Path to a file. +X11_xcb_dri3_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_dri3_LIB:FILEPATH=/usr/lib/libxcb-dri3.so + +//Path to a file. +X11_xcb_errors_INCLUDE_PATH:PATH=X11_xcb_errors_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_errors_LIB:FILEPATH=X11_xcb_errors_LIB-NOTFOUND + +//Path to a file. +X11_xcb_ewmh_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_ewmh_LIB:FILEPATH=/usr/lib/libxcb-ewmh.so + +//Path to a file. +X11_xcb_glx_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_glx_LIB:FILEPATH=/usr/lib/libxcb-glx.so + +//Path to a file. +X11_xcb_icccm_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_icccm_LIB:FILEPATH=/usr/lib/libxcb-icccm.so + +//Path to a file. +X11_xcb_image_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_image_LIB:FILEPATH=/usr/lib/libxcb-image.so + +//Path to a file. +X11_xcb_keysyms_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_keysyms_LIB:FILEPATH=/usr/lib/libxcb-keysyms.so + +//Path to a file. +X11_xcb_present_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_present_LIB:FILEPATH=/usr/lib/libxcb-present.so + +//Path to a file. +X11_xcb_randr_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_randr_LIB:FILEPATH=/usr/lib/libxcb-randr.so + +//Path to a file. +X11_xcb_record_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_record_LIB:FILEPATH=/usr/lib/libxcb-record.so + +//Path to a file. +X11_xcb_render_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_render_LIB:FILEPATH=/usr/lib/libxcb-render.so + +//Path to a file. +X11_xcb_render_util_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_render_util_LIB:FILEPATH=/usr/lib/libxcb-render-util.so + +//Path to a file. +X11_xcb_res_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_res_LIB:FILEPATH=/usr/lib/libxcb-res.so + +//Path to a file. +X11_xcb_screensaver_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_screensaver_LIB:FILEPATH=/usr/lib/libxcb-screensaver.so + +//Path to a file. +X11_xcb_shape_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_shape_LIB:FILEPATH=/usr/lib/libxcb-shape.so + +//Path to a file. +X11_xcb_shm_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_shm_LIB:FILEPATH=/usr/lib/libxcb-shm.so + +//Path to a file. +X11_xcb_sync_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_sync_LIB:FILEPATH=/usr/lib/libxcb-sync.so + +//Path to a file. +X11_xcb_util_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_util_LIB:FILEPATH=/usr/lib/libxcb-util.so + +//Path to a file. +X11_xcb_xf86dri_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_xf86dri_LIB:FILEPATH=/usr/lib/libxcb-xf86dri.so + +//Path to a file. +X11_xcb_xfixes_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_xfixes_LIB:FILEPATH=/usr/lib/libxcb-xfixes.so + +//Path to a file. +X11_xcb_xinerama_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_xinerama_LIB:FILEPATH=/usr/lib/libxcb-xinerama.so + +//Path to a file. +X11_xcb_xinput_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_xinput_LIB:FILEPATH=/usr/lib/libxcb-xinput.so + +//Path to a file. +X11_xcb_xkb_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_xkb_LIB:FILEPATH=/usr/lib/libxcb-xkb.so + +//Path to a file. +X11_xcb_xrm_INCLUDE_PATH:PATH=X11_xcb_xrm_INCLUDE_PATH-NOTFOUND + +//Path to a library. +X11_xcb_xrm_LIB:FILEPATH=X11_xcb_xrm_LIB-NOTFOUND + +//Path to a file. +X11_xcb_xtest_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_xtest_LIB:FILEPATH=/usr/lib/libxcb-xtest.so + +//Path to a file. +X11_xcb_xv_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_xv_LIB:FILEPATH=/usr/lib/libxcb-xv.so + +//Path to a file. +X11_xcb_xvmc_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xcb_xvmc_LIB:FILEPATH=/usr/lib/libxcb-xvmc.so + +//Path to a file. +X11_xkbcommon_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xkbcommon_LIB:FILEPATH=/usr/lib/libxkbcommon.so + +//Path to a file. +X11_xkbcommon_X11_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xkbcommon_X11_LIB:FILEPATH=/usr/lib/libxkbcommon-x11.so + +//Path to a file. +X11_xkbfile_INCLUDE_PATH:PATH=/usr/include + +//Path to a library. +X11_xkbfile_LIB:FILEPATH=/usr/lib/libxkbfile.so + +//Path to a library. +XCURSOR_LIB:FILEPATH=/usr/lib/libXcursor.so + +//Path to a library. +XEXT_LIB:FILEPATH=/usr/lib/libXext.so + +//Path to a library. +XFIXES_LIB:FILEPATH=/usr/lib/libXfixes.so + +//Path to a library. +XI_LIB:FILEPATH=/usr/lib/libXi.so + +//Path to a library. +XKBCOMMON_LIB:FILEPATH=/usr/lib/libxkbcommon.so + +//Path to a file. +XKB_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +XKB_LIBRARY:FILEPATH=/usr/lib/libxkbcommon.so + +//Value Computed by CMake +XMLDemo_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/examples/src/xmldemo + +//Value Computed by CMake +XMLDemo_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +XMLDemo_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/examples/src/xmldemo + +//Path to a library. +XRANDR_LIB:FILEPATH=/usr/lib/libXrandr.so + +//Path to a library. +XRENDER_LIB:FILEPATH=/usr/lib/libXrender.so + +//Path to a library. +XSS_LIB:FILEPATH=/usr/lib/libXss.so + +//Path to a library. +XTST_LIB:FILEPATH=/usr/lib/libXtst.so + +//Path to a file. +ZLIB_INCLUDE_DIR:PATH=/usr/include + +//Path to a library. +ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND + +//Path to a library. +ZLIB_LIBRARY_RELEASE:FILEPATH=/usr/lib/libz.so + +//Fast-track known feature detection results (Windows, some Apple) +_CURL_PREFILL:BOOL=OFF + +//Path to a library. +_FFmpeg_HAVE_LIBZ:FILEPATH=/usr/lib/libz.so + +//Python debug executable +_Python3_EXECUTABLE_DEBUG:FILEPATH= + +//Value Computed by CMake +alsoft-config_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config + +//Value Computed by CMake +alsoft-config_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +alsoft-config_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/external/openal/utils/alsoft-config + +//Extra compile flags of harfbuzz +harfbuzz_COMPILE_OPTIONS:STRING=-pthread + +//Path to a file. +harfbuzz_INCLUDE_PATH:PATH=/usr/include/harfbuzz + +//Path to a library. +harfbuzz_LIBRARY:FILEPATH=/usr/lib/libharfbuzz.so + +//Extra link directories of harfbuzz +harfbuzz_LINK_DIRECTORIES:PATH=/usr/lib + +//Extra link libraries of harfbuzz +harfbuzz_LINK_LIBRARIES:STRING= + +//Extra link flags of harfbuzz +harfbuzz_LINK_OPTIONS:STRING= + +//Value Computed by CMake +miniaudio_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/external/miniaudio + +//Value Computed by CMake +miniaudio_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +miniaudio_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/external/miniaudio + +//Value Computed by CMake +ogg_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/external/ogg + +//Value Computed by CMake +ogg_IS_TOP_LEVEL:STATIC=OFF + +//Value Computed by CMake +ogg_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/external/ogg + +//Path to a library. +pkgcfg_lib_BROTLI_brotlicommon:FILEPATH=/usr/lib/libbrotlicommon.so + +//Path to a library. +pkgcfg_lib_BROTLI_brotlidec:FILEPATH=/usr/lib/libbrotlidec.so + +//Path to a library. +pkgcfg_lib_DBUS_dbus-1:FILEPATH=/usr/lib/libdbus-1.so + +//Path to a library. +pkgcfg_lib_LIBIDN2_idn2:FILEPATH=/usr/lib/libidn2.so + +//Path to a library. +pkgcfg_lib_LIBSSH2_ssh2:FILEPATH=/usr/lib/libssh2.so + +//Path to a library. +pkgcfg_lib_LIBURING_uring-ffi:FILEPATH=/usr/lib/liburing-ffi.so + +//Path to a library. +pkgcfg_lib_NGHTTP2_nghttp2:FILEPATH=/usr/lib/libnghttp2.so + +//Path to a library. +pkgcfg_lib_PC_AVCODEC_avcodec:FILEPATH=/usr/lib/libavcodec.so + +//Path to a library. +pkgcfg_lib_PC_AVDEVICE_avdevice:FILEPATH=/usr/lib/libavdevice.so + +//Path to a library. +pkgcfg_lib_PC_AVFORMAT_avformat:FILEPATH=/usr/lib/libavformat.so + +//Path to a library. +pkgcfg_lib_PC_AVUTIL_avutil:FILEPATH=/usr/lib/libavutil.so + +//Path to a library. +pkgcfg_lib_PC_DBUS1_dbus-1:FILEPATH=/usr/lib/libdbus-1.so + +//Path to a library. +pkgcfg_lib_PC_GBM_gbm:FILEPATH=/usr/lib/libgbm.so + +//Path to a library. +pkgcfg_lib_PC_HARFBUZZ_harfbuzz:FILEPATH=/usr/lib/libharfbuzz.so + +//Path to a library. +pkgcfg_lib_PC_JACK_jack:FILEPATH=/usr/lib/libjack.so + +//Path to a library. +pkgcfg_lib_PC_LIBDECOR_decor-0:FILEPATH=/usr/lib/libdecor-0.so + +//Path to a library. +pkgcfg_lib_PC_LIBDRM_drm:FILEPATH=/usr/lib/libdrm.so + +//Path to a library. +pkgcfg_lib_PC_LIBUNWIND_unwind:FILEPATH=/usr/lib/libunwind.so + +//Path to a library. +pkgcfg_lib_PC_LIBUNWIND_unwind-generic:FILEPATH=/usr/lib/libunwind-generic.so + +//Path to a library. +pkgcfg_lib_PC_LibUSB_usb-1.0:FILEPATH=/usr/lib/libusb-1.0.so + +//Path to a library. +pkgcfg_lib_PC_PIPEWIRE_pipewire-0.3:FILEPATH=/usr/lib/libpipewire-0.3.so + +//Path to a library. +pkgcfg_lib_PC_POSTPROC_postproc:FILEPATH=/usr/lib/libpostproc.so + +//Path to a library. +pkgcfg_lib_PC_PULSEAUDIO_pulse:FILEPATH=/usr/lib/libpulse.so + +//Path to a library. +pkgcfg_lib_PC_SWRESAMPLE_swresample:FILEPATH=/usr/lib/libswresample.so + +//Path to a library. +pkgcfg_lib_PC_SWSCALE_swscale:FILEPATH=/usr/lib/libswscale.so + +//Path to a library. +pkgcfg_lib_PC_WAYLAND_EGL:FILEPATH=/usr/lib/libEGL.so + +//Path to a library. +pkgcfg_lib_PC_WAYLAND_wayland-client:FILEPATH=/usr/lib/libwayland-client.so + +//Path to a library. +pkgcfg_lib_PC_WAYLAND_wayland-cursor:FILEPATH=/usr/lib/libwayland-cursor.so + +//Path to a library. +pkgcfg_lib_PC_WAYLAND_wayland-egl:FILEPATH=/usr/lib/libwayland-egl.so + +//Path to a library. +pkgcfg_lib_PC_WAYLAND_xkbcommon:FILEPATH=/usr/lib/libxkbcommon.so + +//Path to a library. +pkgcfg_lib_PIPEWIRE_pipewire-0.3:FILEPATH=/usr/lib/libpipewire-0.3.so + +//Path to a library. +pkgcfg_lib_PKG_FONTCONFIG_fontconfig:FILEPATH=/usr/lib/libfontconfig.so + +//Path to a library. +pkgcfg_lib_PKG_XKB_xkbcommon:FILEPATH=/usr/lib/libxkbcommon.so + +//Path to a library. +pkgcfg_lib_ZSTD_zstd:FILEPATH=/usr/lib/libzstd.so + +//Extra compile flags of plutosvg +plutosvg_COMPILE_OPTIONS:STRING= + +//Path to a file. +plutosvg_INCLUDE_PATH:PATH=plutosvg_INCLUDE_PATH-NOTFOUND + +//Path to a library. +plutosvg_LIBRARY:FILEPATH=plutosvg_LIBRARY-NOTFOUND + +//Extra link flags of plutosvg +plutosvg_LINK_DIRECTORIES:STRING= + +//Extra link libraries of plutosvg +plutosvg_LINK_LIBRARIES:STRING= + +//Extra link flags of plutosvg +plutosvg_LINK_OPTIONS:STRING= + +//Extra compile flags of plutovg +plutovg_COMPILE_OPTIONS:STRING= + +//Path to a file. +plutovg_INCLUDE_PATH:PATH=plutovg_INCLUDE_PATH-NOTFOUND + +//Path to a library. +plutovg_LIBRARY:FILEPATH=plutovg_LIBRARY-NOTFOUND + +//Extra link flags of plutovg +plutovg_LINK_DIRECTORIES:STRING= + +//Extra link libraries of plutovg +plutovg_LINK_LIBRARIES:STRING= + +//Extra link flags of plutovg +plutovg_LINK_OPTIONS:STRING= + +//Value Computed by CMake +vorbis_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/external/vorbis + +//Value Computed by CMake +vorbis_IS_TOP_LEVEL:STATIC=OFF + +//Dependencies for the target +vorbis_LIB_DEPENDS:STATIC=general;Ogg::ogg; + +//Value Computed by CMake +vorbis_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/external/vorbis + +//Dependencies for the target +vorbisenc_LIB_DEPENDS:STATIC=general;vorbis; + +//Dependencies for the target +vorbisfile_LIB_DEPENDS:STATIC=general;vorbis; + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: ALSA_INCLUDE_DIR +ALSA_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ALSA_LIBRARY +ALSA_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: APXS +APXS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AUDIOIO_INCLUDE_DIR +AUDIOIO_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVCODEC_DEFINITIONS +AVCODEC_DEFINITIONS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVCODEC_INCLUDE_DIRS +AVCODEC_INCLUDE_DIRS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVCODEC_LIBRARIES +AVCODEC_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVCODEC_VERSION +AVCODEC_VERSION-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVDEVICE_DEFINITIONS +AVDEVICE_DEFINITIONS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVDEVICE_INCLUDE_DIRS +AVDEVICE_INCLUDE_DIRS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVDEVICE_LIBRARIES +AVDEVICE_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVDEVICE_VERSION +AVDEVICE_VERSION-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVFORMAT_DEFINITIONS +AVFORMAT_DEFINITIONS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVFORMAT_INCLUDE_DIRS +AVFORMAT_INCLUDE_DIRS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVFORMAT_LIBRARIES +AVFORMAT_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVFORMAT_VERSION +AVFORMAT_VERSION-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVUTIL_DEFINITIONS +AVUTIL_DEFINITIONS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVUTIL_INCLUDE_DIRS +AVUTIL_INCLUDE_DIRS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVUTIL_LIBRARIES +AVUTIL_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: AVUTIL_VERSION +AVUTIL_VERSION-ADVANCED:INTERNAL=1 +BROTLI_CFLAGS:INTERNAL=-I/usr/include +BROTLI_CFLAGS_I:INTERNAL= +BROTLI_CFLAGS_OTHER:INTERNAL= +BROTLI_FOUND:INTERNAL=1 +BROTLI_INCLUDEDIR:INTERNAL= +BROTLI_INCLUDE_DIRS:INTERNAL=/usr/include +BROTLI_LDFLAGS:INTERNAL=-L/usr/lib;-lbrotlidec;-lbrotlicommon +BROTLI_LDFLAGS_OTHER:INTERNAL= +BROTLI_LIBDIR:INTERNAL= +BROTLI_LIBRARIES:INTERNAL=brotlidec;brotlicommon +BROTLI_LIBRARY_DIRS:INTERNAL=/usr/lib +BROTLI_LIBS:INTERNAL= +BROTLI_LIBS_L:INTERNAL= +BROTLI_LIBS_OTHER:INTERNAL= +BROTLI_LIBS_PATHS:INTERNAL= +BROTLI_MODULE_NAME:INTERNAL= +BROTLI_PREFIX:INTERNAL= +BROTLI_STATIC_CFLAGS:INTERNAL=-I/usr/include +BROTLI_STATIC_CFLAGS_I:INTERNAL= +BROTLI_STATIC_CFLAGS_OTHER:INTERNAL= +BROTLI_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include +BROTLI_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lbrotlidec;-lbrotlicommon +BROTLI_STATIC_LDFLAGS_OTHER:INTERNAL= +BROTLI_STATIC_LIBDIR:INTERNAL= +BROTLI_STATIC_LIBRARIES:INTERNAL=brotlidec;brotlicommon +BROTLI_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib +BROTLI_STATIC_LIBS:INTERNAL= +BROTLI_STATIC_LIBS_L:INTERNAL= +BROTLI_STATIC_LIBS_OTHER:INTERNAL= +BROTLI_STATIC_LIBS_PATHS:INTERNAL= +BROTLI_VERSION:INTERNAL= +BROTLI_libbrotlicommon_INCLUDEDIR:INTERNAL=/usr/include +BROTLI_libbrotlicommon_LIBDIR:INTERNAL=/usr/lib +BROTLI_libbrotlicommon_MODULE_NAME:INTERNAL=libbrotlicommon +BROTLI_libbrotlicommon_PREFIX:INTERNAL=/usr +BROTLI_libbrotlicommon_VERSION:INTERNAL=1.1.0 +BROTLI_libbrotlidec_INCLUDEDIR:INTERNAL=/usr/include +BROTLI_libbrotlidec_LIBDIR:INTERNAL=/usr/lib +BROTLI_libbrotlidec_MODULE_NAME:INTERNAL=libbrotlidec +BROTLI_libbrotlidec_PREFIX:INTERNAL=/usr +BROTLI_libbrotlidec_VERSION:INTERNAL=1.1.0 +//ADVANCED property for variable: CADDY +CADDY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_COMPILER +CMAKE_ASM_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_COMPILER_AR +CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB +CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +CMAKE_ASM_COMPILER_WORKS:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS +CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG +CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL +CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE +CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO +CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/guest/Downloads/PopLib/build +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=0 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 +//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE +CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//ADVANCED property for variable: CMAKE_CTEST_COMMAND +CMAKE_CTEST_COMMAND-ADVANCED:INTERNAL=1 +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER +CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_AR +CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB +CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS +CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG +CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL +CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE +CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO +CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Name of external makefile project generator. +CMAKE_EXTRA_GENERATOR:INTERNAL= +//Name of generator. +CMAKE_GENERATOR:INTERNAL=Unix Makefiles +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Have function connect +CMAKE_HAVE_CONNECT:INTERNAL=1 +//Have function gethostbyname +CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1 +//Test CMAKE_HAVE_LIBC_PTHREAD +CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1 +//Have function remove +CMAKE_HAVE_REMOVE:INTERNAL=1 +//Have function shmat +CMAKE_HAVE_SHMAT:INTERNAL=1 +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/guest/Downloads/PopLib +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//Have library ICE +CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//Name of CMakeLists files to read +CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=38 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//Test COMPILER_HAS_SEM_TIMEDWAIT +COMPILER_HAS_SEM_TIMEDWAIT:INTERNAL=1 +//Test COMPILER_SUPPORTS_AVX +COMPILER_SUPPORTS_AVX:INTERNAL=1 +//Test COMPILER_SUPPORTS_AVX2 +COMPILER_SUPPORTS_AVX2:INTERNAL=1 +//Test COMPILER_SUPPORTS_AVX512F +COMPILER_SUPPORTS_AVX512F:INTERNAL=1 +//Test COMPILER_SUPPORTS_FDIAGNOSTICS_COLOR_ALWAYS +COMPILER_SUPPORTS_FDIAGNOSTICS_COLOR_ALWAYS:INTERNAL=1 +//Test COMPILER_SUPPORTS_GCC_ATOMICS +COMPILER_SUPPORTS_GCC_ATOMICS:INTERNAL=1 +//Test COMPILER_SUPPORTS_MMX +COMPILER_SUPPORTS_MMX:INTERNAL=1 +//Test COMPILER_SUPPORTS_SSE +COMPILER_SUPPORTS_SSE:INTERNAL=1 +//Test COMPILER_SUPPORTS_SSE2 +COMPILER_SUPPORTS_SSE2:INTERNAL=1 +//Test COMPILER_SUPPORTS_SSE3 +COMPILER_SUPPORTS_SSE3:INTERNAL=1 +//Test COMPILER_SUPPORTS_SSE4_1 +COMPILER_SUPPORTS_SSE4_1:INTERNAL=1 +//Test COMPILER_SUPPORTS_SSE4_2 +COMPILER_SUPPORTS_SSE4_2:INTERNAL=1 +//ADVANCED property for variable: COVERAGE_COMMAND +COVERAGE_COMMAND-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: COVERAGE_EXTRA_FLAGS +COVERAGE_EXTRA_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_BINARY_DEB +CPACK_BINARY_DEB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_BINARY_FREEBSD +CPACK_BINARY_FREEBSD-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_BINARY_IFW +CPACK_BINARY_IFW-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_BINARY_NSIS +CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_BINARY_RPM +CPACK_BINARY_RPM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_BINARY_STGZ +CPACK_BINARY_STGZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_BINARY_TBZ2 +CPACK_BINARY_TBZ2-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_BINARY_TGZ +CPACK_BINARY_TGZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_BINARY_TXZ +CPACK_BINARY_TXZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_BINARY_TZ +CPACK_BINARY_TZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_RPM +CPACK_SOURCE_RPM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TBZ2 +CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TGZ +CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TXZ +CPACK_SOURCE_TXZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_TZ +CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CPACK_SOURCE_ZIP +CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CTEST_SUBMIT_RETRY_COUNT +CTEST_SUBMIT_RETRY_COUNT-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CTEST_SUBMIT_RETRY_DELAY +CTEST_SUBMIT_RETRY_DELAY-ADVANCED:INTERNAL=1 +//STRINGS property for variable: CURL_BROTLI +CURL_BROTLI-STRINGS:INTERNAL=AUTO;ON;OFF +//ADVANCED property for variable: CURL_DISABLE_ALTSVC +CURL_DISABLE_ALTSVC-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_AWS +CURL_DISABLE_AWS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_BASIC_AUTH +CURL_DISABLE_BASIC_AUTH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_BEARER_AUTH +CURL_DISABLE_BEARER_AUTH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_BINDLOCAL +CURL_DISABLE_BINDLOCAL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_COOKIES +CURL_DISABLE_COOKIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_DICT +CURL_DISABLE_DICT-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_DIGEST_AUTH +CURL_DISABLE_DIGEST_AUTH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_DOH +CURL_DISABLE_DOH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_FILE +CURL_DISABLE_FILE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_FORM_API +CURL_DISABLE_FORM_API-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_FTP +CURL_DISABLE_FTP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_GETOPTIONS +CURL_DISABLE_GETOPTIONS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_GOPHER +CURL_DISABLE_GOPHER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_HEADERS_API +CURL_DISABLE_HEADERS_API-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_HSTS +CURL_DISABLE_HSTS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_HTTP +CURL_DISABLE_HTTP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_HTTP_AUTH +CURL_DISABLE_HTTP_AUTH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_IMAP +CURL_DISABLE_IMAP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_IPFS +CURL_DISABLE_IPFS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_KERBEROS_AUTH +CURL_DISABLE_KERBEROS_AUTH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_LDAP +CURL_DISABLE_LDAP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_LDAPS +CURL_DISABLE_LDAPS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_LIBCURL_OPTION +CURL_DISABLE_LIBCURL_OPTION-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_MIME +CURL_DISABLE_MIME-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_MQTT +CURL_DISABLE_MQTT-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_NEGOTIATE_AUTH +CURL_DISABLE_NEGOTIATE_AUTH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_NETRC +CURL_DISABLE_NETRC-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_NTLM +CURL_DISABLE_NTLM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_PARSEDATE +CURL_DISABLE_PARSEDATE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_POP3 +CURL_DISABLE_POP3-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_PROGRESS_METER +CURL_DISABLE_PROGRESS_METER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_PROXY +CURL_DISABLE_PROXY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_RTSP +CURL_DISABLE_RTSP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_SHA512_256 +CURL_DISABLE_SHA512_256-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_SHUFFLE_DNS +CURL_DISABLE_SHUFFLE_DNS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_SMB +CURL_DISABLE_SMB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_SMTP +CURL_DISABLE_SMTP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_SOCKETPAIR +CURL_DISABLE_SOCKETPAIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_SRP +CURL_DISABLE_SRP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_TELNET +CURL_DISABLE_TELNET-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_TFTP +CURL_DISABLE_TFTP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_VERBOSE_STRINGS +CURL_DISABLE_VERBOSE_STRINGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_DISABLE_WEBSOCKETS +CURL_DISABLE_WEBSOCKETS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_ENABLE_EXPORT_TARGET +CURL_ENABLE_EXPORT_TARGET-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_HIDDEN_SYMBOLS +CURL_HIDDEN_SYMBOLS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_USE_GSASL +CURL_USE_GSASL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_USE_GSSAPI +CURL_USE_GSSAPI-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_USE_LIBPSL +CURL_USE_LIBPSL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_USE_LIBSSH +CURL_USE_LIBSSH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_USE_LIBSSH2 +CURL_USE_LIBSSH2-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CURL_USE_WOLFSSH +CURL_USE_WOLFSSH-ADVANCED:INTERNAL=1 +//STRINGS property for variable: CURL_ZLIB +CURL_ZLIB-STRINGS:INTERNAL=AUTO;ON;OFF +//STRINGS property for variable: CURL_ZSTD +CURL_ZSTD-STRINGS:INTERNAL=AUTO;ON;OFF +//ADVANCED property for variable: DART_TESTING_TIMEOUT +DART_TESTING_TIMEOUT-ADVANCED:INTERNAL=1 +DBUS_CFLAGS:INTERNAL=-I/usr/include/dbus-1.0;-I/usr/lib/dbus-1.0/include;-I/usr/include +DBUS_CFLAGS_I:INTERNAL= +DBUS_CFLAGS_OTHER:INTERNAL= +DBUS_FOUND:INTERNAL=1 +DBUS_INCLUDEDIR:INTERNAL=/usr/include +DBUS_INCLUDE_DIRS:INTERNAL=/usr/include/dbus-1.0;/usr/lib/dbus-1.0/include;/usr/include +DBUS_LDFLAGS:INTERNAL=-L/usr/lib;-ldbus-1 +DBUS_LDFLAGS_OTHER:INTERNAL= +DBUS_LIBDIR:INTERNAL=/usr/lib +DBUS_LIBRARIES:INTERNAL=dbus-1 +DBUS_LIBRARY_DIRS:INTERNAL=/usr/lib +DBUS_LIBS:INTERNAL= +DBUS_LIBS_L:INTERNAL= +DBUS_LIBS_OTHER:INTERNAL= +DBUS_LIBS_PATHS:INTERNAL= +DBUS_MODULE_NAME:INTERNAL=dbus-1 +DBUS_PREFIX:INTERNAL=/usr +DBUS_STATIC_CFLAGS:INTERNAL=-I/usr/include/dbus-1.0;-I/usr/lib/dbus-1.0/include;-I/usr/include +DBUS_STATIC_CFLAGS_I:INTERNAL= +DBUS_STATIC_CFLAGS_OTHER:INTERNAL= +DBUS_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/dbus-1.0;/usr/lib/dbus-1.0/include;/usr/include +DBUS_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-ldbus-1;-pthread;-lsystemd +DBUS_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread +DBUS_STATIC_LIBDIR:INTERNAL= +DBUS_STATIC_LIBRARIES:INTERNAL=dbus-1;systemd +DBUS_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib +DBUS_STATIC_LIBS:INTERNAL= +DBUS_STATIC_LIBS_L:INTERNAL= +DBUS_STATIC_LIBS_OTHER:INTERNAL= +DBUS_STATIC_LIBS_PATHS:INTERNAL= +DBUS_VERSION:INTERNAL=1.16.2 +DBUS_dbus-1_INCLUDEDIR:INTERNAL= +DBUS_dbus-1_LIBDIR:INTERNAL= +DBUS_dbus-1_PREFIX:INTERNAL= +DBUS_dbus-1_VERSION:INTERNAL= +//ADVANCED property for variable: DBus1_INCLUDE_DIR +DBus1_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DBus1_LIBRARY +DBus1_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DOXYGEN_DOT_EXECUTABLE +DOXYGEN_DOT_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: DOXYGEN_EXECUTABLE +DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ENABLE_IPV6 +ENABLE_IPV6-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: FFMPEG_DEFINITIONS +FFMPEG_DEFINITIONS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: FFMPEG_INCLUDE_DIRS +FFMPEG_INCLUDE_DIRS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: FFMPEG_LIBRARIES +FFMPEG_LIBRARIES-ADVANCED:INTERNAL=1 +//Details about finding ALSA +FIND_PACKAGE_MESSAGE_DETAILS_ALSA:INTERNAL=[/usr/lib/libasound.so][/usr/include][v1.2.14()] +//Details about finding FFmpeg +FIND_PACKAGE_MESSAGE_DETAILS_FFmpeg:INTERNAL=[/usr/lib/libavformat.so;/usr/lib/libavcodec.so;/usr/lib/libavutil.so;/usr/lib/libswscale.so;/usr/lib/libswresample.so;/usr/lib/libz.so][/usr/include][/usr/lib/libavformat.so][/usr/include][/usr/lib/libavcodec.so][/usr/include][/usr/lib/libavutil.so][/usr/include][/usr/lib/libswscale.so][/usr/include][/usr/lib/libswresample.so][/usr/include][v()] +//Details about finding Freetype +FIND_PACKAGE_MESSAGE_DETAILS_Freetype:INTERNAL=[/usr/lib/libfreetype.so][/usr/include/freetype2][v2.13.3()] +//Details about finding Git +FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.49.0()] +//Details about finding JACK +FIND_PACKAGE_MESSAGE_DETAILS_JACK:INTERNAL=[/usr/lib/libjack.so][/usr/include][v()] +//Details about finding LibUSB +FIND_PACKAGE_MESSAGE_DETAILS_LibUSB:INTERNAL=[/usr/lib/libusb-1.0.so][/usr/include/libusb-1.0][v1.0.28()] +//Details about finding MySOFA +FIND_PACKAGE_MESSAGE_DETAILS_MySOFA:INTERNAL=[/usr/lib/libmysofa.so][/usr/include][TRUE][v()] +//Details about finding OSS +FIND_PACKAGE_MESSAGE_DETAILS_OSS:INTERNAL=[/usr/include][v()] +//Details about finding OpenGL +FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/usr/lib/libOpenGL.so][/usr/lib/libGLX.so][/usr/include][ ][v()] +//Details about finding Perl +FIND_PACKAGE_MESSAGE_DETAILS_Perl:INTERNAL=[/usr/bin/perl][v5.40.2()] +//Details about finding PkgConfig +FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v2.4.3()] +//Details about finding PortAudio +FIND_PACKAGE_MESSAGE_DETAILS_PortAudio:INTERNAL=[/usr/lib/libportaudio.so][/usr/include][v()] +//Details about finding PulseAudio +FIND_PACKAGE_MESSAGE_DETAILS_PulseAudio:INTERNAL=[/usr/lib/libpulse.so][/usr/include][v17.0.0()] +//Details about finding SndFile +FIND_PACKAGE_MESSAGE_DETAILS_SndFile:INTERNAL=[/usr/lib/libsndfile.so][/usr/include][v()] +//Details about finding Threads +FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] +//Details about finding X11 +FIND_PACKAGE_MESSAGE_DETAILS_X11:INTERNAL=[/usr/include][/usr/lib/libX11.so][ ][v()] +//Details about finding ZLIB +FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/usr/lib/libz.so][/usr/include][ ][v1.3.1()] +//Details about finding harfbuzz +FIND_PACKAGE_MESSAGE_DETAILS_harfbuzz:INTERNAL=[/usr/lib/libharfbuzz.so][/usr/include/harfbuzz][v11.2.1(2.3.1)] +//Have library c +FOUND_CLOCK_GETTIME_LIBC:INTERNAL=1 +//ADVANCED property for variable: FREETYPE_INCLUDE_DIR_freetype2 +FREETYPE_INCLUDE_DIR_freetype2-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: FREETYPE_INCLUDE_DIR_ft2build +FREETYPE_INCLUDE_DIR_ft2build-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: FREETYPE_LIBRARY_DEBUG +FREETYPE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: FREETYPE_LIBRARY_RELEASE +FREETYPE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Fontconfig_INCLUDE_DIR +Fontconfig_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Fontconfig_LIBRARY +Fontconfig_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: GITCOMMAND +GITCOMMAND-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: GIT_EXECUTABLE +GIT_EXECUTABLE-ADVANCED:INTERNAL=1 +//Have function accept4 +HAVE_ACCEPT4:INTERNAL=1 +//Have symbol alarm +HAVE_ALARM:INTERNAL=1 +//Have include alloca.h +HAVE_ALLOCA_H:INTERNAL=1 +//Have symbol arc4random +HAVE_ARC4RANDOM:INTERNAL=1 +//Have include arm_neon.h +HAVE_ARM_NEON_H:INTERNAL= +//Have include sys/select.h;sys/socket.h;sys/time.h;sys/types.h;arpa/inet.h +HAVE_ARPA_INET_H:INTERNAL=1 +//Curl test +HAVE_ATOMIC:INTERNAL=1 +//Have symbol basename +HAVE_BASENAME:INTERNAL=1 +//Curl test +HAVE_BOOL_T:INTERNAL=1 +//Test HAVE_CLANG_COMMENT_BLOCK_COMMANDS +HAVE_CLANG_COMMENT_BLOCK_COMMANDS:INTERNAL= +//Curl test +HAVE_CLOCK_GETTIME_MONOTONIC:INTERNAL=1 +//Test HAVE_CLOCK_GETTIME_MONOTONIC_RAW +HAVE_CLOCK_GETTIME_MONOTONIC_RAW:INTERNAL=1 +//Have symbol closesocket +HAVE_CLOSESOCKET:INTERNAL= +//Have include cpuid.h +HAVE_CPUID_H:INTERNAL=1 +//Have include dirent.h +HAVE_DIRENT_H:INTERNAL=1 +//Have include dlfcn.h +HAVE_DLFCN_H:INTERNAL=1 +//Have symbol dlopen +HAVE_DLOPEN_IN_LIBC:INTERNAL=1 +//Have symbol elf_aux_info +HAVE_ELF_AUX_INFO:INTERNAL= +//Have include emmintrin.h +HAVE_EMMINTRIN_H:INTERNAL=1 +//Test HAVE_ENABLE_NEW_DTAGS +HAVE_ENABLE_NEW_DTAGS:INTERNAL=1 +//Have function eventfd +HAVE_EVENTFD:INTERNAL=1 +//Have symbol fcntl +HAVE_FCNTL:INTERNAL=1 +//Have include fcntl.h +HAVE_FCNTL_H:INTERNAL=1 +//Curl test +HAVE_FCNTL_O_NONBLOCK:INTERNAL=1 +//Have symbol fdatasync +HAVE_FDATASYNC:INTERNAL=1 +//Curl test +HAVE_FILE_OFFSET_BITS:INTERNAL=1 +//Have function fnmatch +HAVE_FNMATCH:INTERNAL=1 +//Test HAVE_FNO_MATH_ERRNO +HAVE_FNO_MATH_ERRNO:INTERNAL=1 +//Have symbol freeaddrinfo +HAVE_FREEADDRINFO:INTERNAL=1 +//Have symbol fseeko +HAVE_FSEEKO:INTERNAL=1 +//Have symbol fsetxattr +HAVE_FSETXATTR:INTERNAL=1 +//Curl test +HAVE_FSETXATTR_5:INTERNAL=1 +//Curl test +HAVE_FSETXATTR_6:INTERNAL= +//Test HAVE_FTRIVIAL_AUTO_VAR_INIT +HAVE_FTRIVIAL_AUTO_VAR_INIT:INTERNAL=1 +//Have symbol ftruncate +HAVE_FTRUNCATE:INTERNAL=1 +//Test HAVE_GCC_COMMENT_BLOCK_COMMANDS +HAVE_GCC_COMMENT_BLOCK_COMMANDS:INTERNAL= +//Test HAVE_GCC_FVISIBILITY +HAVE_GCC_FVISIBILITY:INTERNAL=1 +//Test HAVE_GCC_GET_CPUID +HAVE_GCC_GET_CPUID:INTERNAL=1 +//Test HAVE_GCC_NO_STRICT_ALIASING +HAVE_GCC_NO_STRICT_ALIASING:INTERNAL=1 +//Test HAVE_GCC_WALL +HAVE_GCC_WALL:INTERNAL=1 +//Test HAVE_GCC_WDOCUMENTATION +HAVE_GCC_WDOCUMENTATION:INTERNAL= +//Test HAVE_GCC_WDOCUMENTATION_UNKNOWN_COMMAND +HAVE_GCC_WDOCUMENTATION_UNKNOWN_COMMAND:INTERNAL= +//Test HAVE_GCC_WFLOAT_CONVERSION +HAVE_GCC_WFLOAT_CONVERSION:INTERNAL=1 +//Test HAVE_GCC_WIMPLICIT_FALLTHROUGH +HAVE_GCC_WIMPLICIT_FALLTHROUGH:INTERNAL=1 +//Test HAVE_GCC_WSHADOW +HAVE_GCC_WSHADOW:INTERNAL=1 +//Test HAVE_GCC_WUNDEF +HAVE_GCC_WUNDEF:INTERNAL=1 +//Test HAVE_GCC_WUNUSED_LOCAL_TYPEDEFS +HAVE_GCC_WUNUSED_LOCAL_TYPEDEFS:INTERNAL=1 +//Have symbol getaddrinfo +HAVE_GETADDRINFO:INTERNAL=1 +//Have symbol getauxval +HAVE_GETAUXVAL:INTERNAL=1 +//Have function geteuid +HAVE_GETEUID:INTERNAL=1 +//Have symbol gethostbyname_r +HAVE_GETHOSTBYNAME_R:INTERNAL=1 +//Curl test +HAVE_GETHOSTBYNAME_R_3:INTERNAL= +//Curl test +HAVE_GETHOSTBYNAME_R_3_REENTRANT:INTERNAL= +//Curl test +HAVE_GETHOSTBYNAME_R_5:INTERNAL= +//Curl test +HAVE_GETHOSTBYNAME_R_5_REENTRANT:INTERNAL= +//Curl test +HAVE_GETHOSTBYNAME_R_6:INTERNAL=1 +//Curl test +HAVE_GETHOSTBYNAME_R_6_REENTRANT:INTERNAL=1 +//Have symbol gethostname +HAVE_GETHOSTNAME:INTERNAL=1 +//Have symbol getifaddrs +HAVE_GETIFADDRS:INTERNAL=1 +//Have symbol getpagesize +HAVE_GETPAGESIZE:INTERNAL=1 +//Have function getpass_r +HAVE_GETPASS_R:INTERNAL= +//Have symbol getpeername +HAVE_GETPEERNAME:INTERNAL=1 +//Have function getppid +HAVE_GETPPID:INTERNAL=1 +//Have function getpwuid +HAVE_GETPWUID:INTERNAL=1 +//Have function getpwuid_r +HAVE_GETPWUID_R:INTERNAL=1 +//Have function getrlimit +HAVE_GETRLIMIT:INTERNAL=1 +//Have symbol getsockname +HAVE_GETSOCKNAME:INTERNAL=1 +//Have function gettimeofday +HAVE_GETTIMEOFDAY:INTERNAL=1 +//Curl test +HAVE_GLIBC_STRERROR_R:INTERNAL=1 +//Have symbol gmtime_r +HAVE_GMTIME_R:INTERNAL=1 +//Have include guiddef.h +HAVE_GUIDDEF_H:INTERNAL= +//Test HAVE_H_ERRNO +HAVE_H_ERRNO:INTERNAL=1 +//Have include sys/select.h;sys/socket.h;sys/time.h;sys/types.h;arpa/inet.h;ifaddrs.h +HAVE_IFADDRS_H:INTERNAL=1 +//Have function if_nametoindex +HAVE_IF_NAMETOINDEX:INTERNAL=1 +//Have symbol inet_ntop +HAVE_INET_NTOP:INTERNAL=1 +//Have symbol inet_pton +HAVE_INET_PTON:INTERNAL=1 +//Have symbol inotify_init +HAVE_INOTIFY_INIT:INTERNAL=1 +//Have symbol inotify_init1 +HAVE_INOTIFY_INIT1:INTERNAL=1 +//Test HAVE_INPUT_KD +HAVE_INPUT_KD:INTERNAL=1 +//Result of TRY_COMPILE +HAVE_INT16_SIZE:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_INT32_SIZE:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_INT64_SIZE:INTERNAL=TRUE +//Have include intrin.h +HAVE_INTRIN_H:INTERNAL= +//Result of TRY_COMPILE +HAVE_INT_SIZE:INTERNAL=TRUE +//Curl test +HAVE_IOCTLSOCKET:INTERNAL= +//Curl test +HAVE_IOCTLSOCKET_CAMEL:INTERNAL= +//Curl test +HAVE_IOCTLSOCKET_CAMEL_FIONBIO:INTERNAL= +//Curl test +HAVE_IOCTLSOCKET_FIONBIO:INTERNAL= +//Curl test +HAVE_IOCTL_FIONBIO:INTERNAL=1 +//Curl test +HAVE_IOCTL_SIOCGIFADDR:INTERNAL=1 +//Have include io.h +HAVE_IO_H:INTERNAL= +//Test HAVE_LIBATOMIC +HAVE_LIBATOMIC:INTERNAL=1 +//Have library dl +HAVE_LIBDL:INTERNAL=1 +//Have include sys/select.h;sys/socket.h;sys/time.h;sys/types.h;arpa/inet.h;ifaddrs.h;libgen.h +HAVE_LIBGEN_H:INTERNAL=1 +//Have library m +HAVE_LIBM:INTERNAL=1 +//Have library rt +HAVE_LIBRT:INTERNAL=1 +//Have library socket +HAVE_LIBSOCKET:INTERNAL= +//Have include libudev.h +HAVE_LIBUDEV_HEADER:INTERNAL=1 +//Test HAVE_LIBUSB_H +HAVE_LIBUSB_H:INTERNAL=1 +//Test HAVE_LINUX_INPUT_H +HAVE_LINUX_INPUT_H:INTERNAL=1 +//Have include linux/tcp.h +HAVE_LINUX_TCP_H:INTERNAL=1 +//Test HAVE_LINUX_VIDEODEV2_H +HAVE_LINUX_VIDEODEV2_H:INTERNAL=1 +//Have include locale.h +HAVE_LOCALE_H:INTERNAL=1 +//Have symbol localtime_r +HAVE_LOCALTIME_R:INTERNAL=1 +//Result of TRY_COMPILE +HAVE_LONG_LONG_SIZE:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_LONG_SIZE:INTERNAL=TRUE +//Have symbol memfd_create +HAVE_MEMFD_CREATE:INTERNAL=1 +//Have symbol memrchr +HAVE_MEMRCHR:INTERNAL=1 +//Test HAVE_MSG_NOSIGNAL +HAVE_MSG_NOSIGNAL:INTERNAL=1 +//Test HAVE_MSSE2_SWITCH +HAVE_MSSE2_SWITCH:INTERNAL=1 +//Have symbol nanosleep +HAVE_NANOSLEEP:INTERNAL=1 +//Have include sys/select.h;sys/socket.h;sys/time.h;sys/types.h;arpa/inet.h;ifaddrs.h;libgen.h;net/if.h;netdb.h +HAVE_NETDB_H:INTERNAL=1 +//Have include netinet/in6.h +HAVE_NETINET_IN6_H:INTERNAL= +//Have include sys/select.h;sys/socket.h;sys/time.h;sys/types.h;arpa/inet.h;ifaddrs.h;libgen.h;net/if.h;netdb.h;netinet/in.h +HAVE_NETINET_IN_H:INTERNAL=1 +//Have include sys/select.h;sys/socket.h;sys/time.h;sys/types.h;arpa/inet.h;ifaddrs.h;libgen.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h +HAVE_NETINET_TCP_H:INTERNAL=1 +//Have include sys/select.h;sys/socket.h;sys/time.h;sys/types.h;arpa/inet.h;ifaddrs.h;libgen.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;netinet/udp.h +HAVE_NETINET_UDP_H:INTERNAL=1 +//Have include sys/select.h;sys/socket.h;sys/time.h;sys/types.h;arpa/inet.h;ifaddrs.h;libgen.h;net/if.h +HAVE_NET_IF_H:INTERNAL=1 +//Have symbol nl_langinfo +HAVE_NL_LANGINFO:INTERNAL=1 +//Have symbol opendir +HAVE_OPENDIR:INTERNAL=1 +//Test HAVE_OPENGL +HAVE_OPENGL:INTERNAL=1 +//Test HAVE_OPENGLES_V1 +HAVE_OPENGLES_V1:INTERNAL= +//Test HAVE_OPENGLES_V2 +HAVE_OPENGLES_V2:INTERNAL=1 +//Test HAVE_OPENGL_EGL +HAVE_OPENGL_EGL:INTERNAL=1 +//Test HAVE_OPENGL_GLX +HAVE_OPENGL_GLX:INTERNAL=1 +//Test HAVE_O_CLOEXEC +HAVE_O_CLOEXEC:INTERNAL=1 +//Have function pipe +HAVE_PIPE:INTERNAL=1 +//Have function pipe2 +HAVE_PIPE2:INTERNAL=1 +//Have include pmmintrin.h +HAVE_PMMINTRIN_H:INTERNAL=1 +//Have symbol poll +HAVE_POLL:INTERNAL=1 +//Have include poll.h +HAVE_POLL_H:INTERNAL=1 +//Have symbol posix_fallocate +HAVE_POSIX_FALLOCATE:INTERNAL=1 +//Test HAVE_POSIX_SPAWN +HAVE_POSIX_SPAWN:INTERNAL=1 +//Have symbol posix_spawn_file_actions_addchdir +HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR:INTERNAL= +//Have symbol posix_spawn_file_actions_addchdir_np +HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP:INTERNAL=1 +//Curl test +HAVE_POSIX_STRERROR_R:INTERNAL= +//Have symbol proc_pidpath +HAVE_PROC_PIDPATH:INTERNAL= +//Test HAVE_PTHREAD +HAVE_PTHREAD:INTERNAL=1 +//Test HAVE_PTHREADS +HAVE_PTHREADS:INTERNAL=1 +//Test HAVE_PTHREADS_SEM +HAVE_PTHREADS_SEM:INTERNAL=1 +//Have include pthread.h +HAVE_PTHREAD_H:INTERNAL=1 +//Have include pthread_np.h +HAVE_PTHREAD_NP_H:INTERNAL= +//Test HAVE_PTHREAD_SETNAME_NP +HAVE_PTHREAD_SETNAME_NP:INTERNAL=1 +//Have symbol pthread_setschedparam +HAVE_PTHREAD_SETSCHEDPARAM:INTERNAL=1 +//Have include pwd.h +HAVE_PWD_H:INTERNAL=1 +//Have function realpath +HAVE_REALPATH:INTERNAL=1 +//Test HAVE_RECURSIVE_MUTEXES +HAVE_RECURSIVE_MUTEXES:INTERNAL=1 +//Have symbol recv +HAVE_RECV:INTERNAL=1 +//Test HAVE_SA_SIGACTION +HAVE_SA_SIGACTION:INTERNAL=1 +//Have function sched_yield +HAVE_SCHED_YIELD:INTERNAL=1 +//Have symbol select +HAVE_SELECT:INTERNAL=1 +//Have symbol send +HAVE_SEND:INTERNAL=1 +//Have function sendmmsg +HAVE_SENDMMSG:INTERNAL=1 +//Have function sendmsg +HAVE_SENDMSG:INTERNAL=1 +//Have symbol setjmp +HAVE_SETJMP:INTERNAL=1 +//Have function setlocale +HAVE_SETLOCALE:INTERNAL=1 +//Have function setmode +HAVE_SETMODE:INTERNAL= +//Have function setrlimit +HAVE_SETRLIMIT:INTERNAL=1 +//Curl test +HAVE_SETSOCKOPT_SO_NONBLOCK:INTERNAL= +//Have symbol shmat +HAVE_SHMAT_IN_LIBC:INTERNAL=1 +//Result of TRY_COMPILE +HAVE_SHORT_SIZE:INTERNAL=TRUE +//Have symbol sigaction +HAVE_SIGACTION:INTERNAL=1 +//Have symbol siginterrupt +HAVE_SIGINTERRUPT:INTERNAL=1 +//Have symbol signal +HAVE_SIGNAL:INTERNAL=1 +//Have symbol sigsetjmp +HAVE_SIGSETJMP:INTERNAL=1 +//Result of TRY_COMPILE +HAVE_SIZEOF_CURL_OFF_T:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_SIZEOF_CURL_SOCKET_T:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_SIZEOF_INT:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_SIZEOF_LONG:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_SIZEOF_LONG_LONG:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_SIZEOF_OFF_T:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_SIZEOF_SA_FAMILY_T:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_SIZEOF_SIZE_T:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_SIZEOF_SSIZE_T:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_SIZEOF_STRUCT_SOCKADDR_STORAGE:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_SIZEOF_SUSECONDS_T:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_SIZEOF_TIME_T:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_SIZEOF___INT64:INTERNAL=FALSE +//Have include smmintrin.h +HAVE_SMMINTRIN_H:INTERNAL=1 +//Have function snprintf +HAVE_SNPRINTF:INTERNAL=1 +//Test HAVE_SOCKADDR_IN6_SIN6_ADDR +HAVE_SOCKADDR_IN6_SIN6_ADDR:INTERNAL=1 +//Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID +HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID:INTERNAL=1 +//Have symbol socket +HAVE_SOCKET:INTERNAL=1 +//Have symbol socketpair +HAVE_SOCKETPAIR:INTERNAL=1 +//Test HAVE_SSE_INTRINSICS +HAVE_SSE_INTRINSICS:INTERNAL=1 +//Test HAVE_STDATOMIC +HAVE_STDATOMIC:INTERNAL=1 +//Have include stdatomic.h +HAVE_STDATOMIC_H:INTERNAL=1 +//Have include stdbool.h +HAVE_STDBOOL_H:INTERNAL=1 +//Test HAVE_STDC_FORMAT_MACROS +HAVE_STDC_FORMAT_MACROS:INTERNAL=1 +//Have include stddef.h +HAVE_STDDEF_H:INTERNAL=1 +//Have include stdint.h +HAVE_STDINT_H:INTERNAL=1 +//Have symbol strcasecmp +HAVE_STRCASECMP:INTERNAL=1 +//Have symbol strcmpi +HAVE_STRCMPI:INTERNAL= +//Have symbol strdup +HAVE_STRDUP:INTERNAL=1 +//Have symbol strerror_r +HAVE_STRERROR_R:INTERNAL=1 +//Have symbol stricmp +HAVE_STRICMP:INTERNAL= +//Have include strings.h +HAVE_STRINGS_H:INTERNAL=1 +//Have include stropts.h +HAVE_STROPTS_H:INTERNAL= +//Test HAVE_STRUCT_TIMEVAL +HAVE_STRUCT_TIMEVAL:INTERNAL=1 +//Test HAVE_ST_MTIM +HAVE_ST_MTIM:INTERNAL=1 +//Have symbol sysconf +HAVE_SYSCONF:INTERNAL=1 +//Have symbol sysctlbyname +HAVE_SYSCTLBYNAME:INTERNAL= +//Have include sys/eventfd.h +HAVE_SYS_EVENTFD_H:INTERNAL=1 +//Have include sys/filio.h +HAVE_SYS_FILIO_H:INTERNAL= +//Have include sys/inotify.h +HAVE_SYS_INOTIFY_H:INTERNAL=1 +//Have include sys/ioctl.h +HAVE_SYS_IOCTL_H:INTERNAL=1 +//Have include sys/param.h +HAVE_SYS_PARAM_H:INTERNAL=1 +//Have include sys/poll.h +HAVE_SYS_POLL_H:INTERNAL=1 +//Have include sys/resource.h +HAVE_SYS_RESOURCE_H:INTERNAL=1 +//Have include ;sys/select.h +HAVE_SYS_SELECT_H:INTERNAL=1 +//Have include sys/select.h;sys/socket.h +HAVE_SYS_SOCKET_H:INTERNAL=1 +//Have include sys/sockio.h +HAVE_SYS_SOCKIO_H:INTERNAL= +//Have include sys/stat.h +HAVE_SYS_STAT_H:INTERNAL=1 +//Have include sys/select.h;sys/socket.h;sys/time.h +HAVE_SYS_TIME_H:INTERNAL=1 +//Have include sys/types.h +HAVE_SYS_TYPES_H:INTERNAL=1 +//Have include sys/un.h +HAVE_SYS_UN_H:INTERNAL=1 +//Have includes sys/select.h;sys/socket.h;sys/time.h;sys/types.h;sys/utime.h +HAVE_SYS_UTIME_H:INTERNAL= +//Have include termios.h +HAVE_TERMIOS_H:INTERNAL=1 +//Have include termio.h +HAVE_TERMIO_H:INTERNAL=1 +//Test HAVE_TIME_T_UNSIGNED +HAVE_TIME_T_UNSIGNED:INTERNAL= +//Result of TRY_COMPILE +HAVE_TIME_T_UNSIGNED_COMPILED:INTERNAL=TRUE +//Result of try_run() +HAVE_TIME_T_UNSIGNED_EXITCODE:INTERNAL=1 +//Result of TRY_COMPILE +HAVE_UINT16_SIZE:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_UINT32_SIZE:INTERNAL=TRUE +//Have include sys/select.h;sys/socket.h;sys/time.h;sys/types.h;arpa/inet.h;ifaddrs.h;libgen.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;netinet/udp.h;unistd.h +HAVE_UNISTD_H:INTERNAL=1 +//Have function utime +HAVE_UTIME:INTERNAL=1 +//Have function utimes +HAVE_UTIMES:INTERNAL=1 +//Have include utime.h +HAVE_UTIME_H:INTERNAL=1 +//Result of TRY_COMPILE +HAVE_U_INT16_SIZE:INTERNAL=TRUE +//Result of TRY_COMPILE +HAVE_U_INT32_SIZE:INTERNAL=TRUE +//Test HAVE_WNO_INTERFERENCE_SIZE +HAVE_WNO_INTERFERENCE_SIZE:INTERNAL=1 +//Test HAVE_WRITABLE_ARGV +HAVE_WRITABLE_ARGV:INTERNAL=1 +//Result of TRY_COMPILE +HAVE_WRITABLE_ARGV_COMPILED:INTERNAL=TRUE +//Result of try_run() +HAVE_WRITABLE_ARGV_EXITCODE:INTERNAL=0 +//Test HAVE_XFIXES_H +HAVE_XFIXES_H:INTERNAL=1 +//Test HAVE_XGENERICEVENT +HAVE_XGENERICEVENT:INTERNAL=1 +//Test HAVE_XINPUT2_MULTITOUCH +HAVE_XINPUT2_MULTITOUCH:INTERNAL=1 +//Have include xmmintrin.h +HAVE_XMMINTRIN_H:INTERNAL=1 +//ADVANCED property for variable: HTTPD +HTTPD-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: HTTPD_NGHTTPX +HTTPD_NGHTTPX-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: HTTP_ONLY +HTTP_ONLY-ADVANCED:INTERNAL=1 +IBUS_CFLAGS:INTERNAL= +IBUS_CFLAGS_I:INTERNAL= +IBUS_CFLAGS_OTHER:INTERNAL= +IBUS_FOUND:INTERNAL= +IBUS_INCLUDEDIR:INTERNAL= +IBUS_LIBDIR:INTERNAL= +IBUS_LIBS:INTERNAL= +IBUS_LIBS_L:INTERNAL= +IBUS_LIBS_OTHER:INTERNAL= +IBUS_LIBS_PATHS:INTERNAL= +IBUS_MODULE_NAME:INTERNAL= +IBUS_PREFIX:INTERNAL= +IBUS_STATIC_CFLAGS:INTERNAL= +IBUS_STATIC_CFLAGS_I:INTERNAL= +IBUS_STATIC_CFLAGS_OTHER:INTERNAL= +IBUS_STATIC_LIBDIR:INTERNAL= +IBUS_STATIC_LIBS:INTERNAL= +IBUS_STATIC_LIBS_L:INTERNAL= +IBUS_STATIC_LIBS_OTHER:INTERNAL= +IBUS_STATIC_LIBS_PATHS:INTERNAL= +IBUS_VERSION:INTERNAL= +IBUS_ibus-1.0_INCLUDEDIR:INTERNAL= +IBUS_ibus-1.0_LIBDIR:INTERNAL= +IBUS_ibus-1.0_PREFIX:INTERNAL= +IBUS_ibus-1.0_VERSION:INTERNAL= +IBUS_ibus_INCLUDEDIR:INTERNAL= +IBUS_ibus_LIBDIR:INTERNAL= +IBUS_ibus_PREFIX:INTERNAL= +IBUS_ibus_VERSION:INTERNAL= +//Test ICONV_IN_LIBC +ICONV_IN_LIBC:INTERNAL=1 +//Test ICONV_IN_LIBICONV +ICONV_IN_LIBICONV:INTERNAL= +//Have include inttypes.h +INCLUDE_INTTYPES_H:INTERNAL=1 +//Have include stdint.h +INCLUDE_STDINT_H:INTERNAL=1 +//Have include sys/types.h +INCLUDE_SYS_TYPES_H:INTERNAL=1 +//CHECK_TYPE_SIZE: sizeof(int16_t) +INT16_SIZE:INTERNAL=2 +//CHECK_TYPE_SIZE: sizeof(int32_t) +INT32_SIZE:INTERNAL=4 +//CHECK_TYPE_SIZE: sizeof(int64_t) +INT64_SIZE:INTERNAL=8 +//CHECK_TYPE_SIZE: sizeof(int) +INT_SIZE:INTERNAL=4 +//ADVANCED property for variable: JACK_INCLUDE_DIR +JACK_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: JACK_LIBRARY +JACK_LIBRARY-ADVANCED:INTERNAL=1 +//Have symbol abs +LIBC_HAS_ABS:INTERNAL=1 +//Have symbol acos +LIBC_HAS_ACOS:INTERNAL=1 +//Have symbol acosf +LIBC_HAS_ACOSF:INTERNAL=1 +//Have symbol asin +LIBC_HAS_ASIN:INTERNAL=1 +//Have symbol asinf +LIBC_HAS_ASINF:INTERNAL=1 +//Have symbol atan +LIBC_HAS_ATAN:INTERNAL=1 +//Have symbol atan2 +LIBC_HAS_ATAN2:INTERNAL=1 +//Have symbol atan2f +LIBC_HAS_ATAN2F:INTERNAL=1 +//Have symbol atanf +LIBC_HAS_ATANF:INTERNAL=1 +//Have symbol atof +LIBC_HAS_ATOF:INTERNAL=1 +//Have symbol atoi +LIBC_HAS_ATOI:INTERNAL=1 +//Have symbol bcopy +LIBC_HAS_BCOPY:INTERNAL=1 +//Have symbol ceil +LIBC_HAS_CEIL:INTERNAL=1 +//Have symbol ceilf +LIBC_HAS_CEILF:INTERNAL=1 +//Have symbol copysign +LIBC_HAS_COPYSIGN:INTERNAL=1 +//Have symbol copysignf +LIBC_HAS_COPYSIGNF:INTERNAL=1 +//Have symbol cos +LIBC_HAS_COS:INTERNAL=1 +//Have symbol cosf +LIBC_HAS_COSF:INTERNAL=1 +//Have symbol exp +LIBC_HAS_EXP:INTERNAL=1 +//Have symbol expf +LIBC_HAS_EXPF:INTERNAL=1 +//Have symbol fabs +LIBC_HAS_FABS:INTERNAL=1 +//Have symbol fabsf +LIBC_HAS_FABSF:INTERNAL=1 +//Have include float.h +LIBC_HAS_FLOAT_H:INTERNAL=1 +//Have symbol floor +LIBC_HAS_FLOOR:INTERNAL=1 +//Have symbol floorf +LIBC_HAS_FLOORF:INTERNAL=1 +//Have symbol fmod +LIBC_HAS_FMOD:INTERNAL=1 +//Have symbol fmodf +LIBC_HAS_FMODF:INTERNAL=1 +//Have symbol fopen64 +LIBC_HAS_FOPEN64:INTERNAL=1 +//Have symbol fseeko +LIBC_HAS_FSEEKO:INTERNAL=1 +//Have symbol fseeko64 +LIBC_HAS_FSEEKO64:INTERNAL=1 +//Have symbol getenv +LIBC_HAS_GETENV:INTERNAL=1 +//Have include iconv.h +LIBC_HAS_ICONV_H:INTERNAL=1 +//Have symbol index +LIBC_HAS_INDEX:INTERNAL=1 +//Have include inttypes.h +LIBC_HAS_INTTYPES_H:INTERNAL=1 +//Test LIBC_HAS_ISINF +LIBC_HAS_ISINF:INTERNAL=1 +//Test LIBC_HAS_ISINFF +LIBC_HAS_ISINFF:INTERNAL=1 +//Test LIBC_HAS_ISNAN +LIBC_HAS_ISNAN:INTERNAL=1 +//Test LIBC_HAS_ISNANF +LIBC_HAS_ISNANF:INTERNAL=1 +//Have symbol itoa +LIBC_HAS_ITOA:INTERNAL= +//Have include limits.h +LIBC_HAS_LIMITS_H:INTERNAL=1 +//Have symbol log +LIBC_HAS_LOG:INTERNAL=1 +//Have symbol log10 +LIBC_HAS_LOG10:INTERNAL=1 +//Have symbol log10f +LIBC_HAS_LOG10F:INTERNAL=1 +//Have symbol logf +LIBC_HAS_LOGF:INTERNAL=1 +//Have symbol lround +LIBC_HAS_LROUND:INTERNAL=1 +//Have symbol lroundf +LIBC_HAS_LROUNDF:INTERNAL=1 +//Have symbol malloc +LIBC_HAS_MALLOC:INTERNAL=1 +//Have include malloc.h +LIBC_HAS_MALLOC_H:INTERNAL=1 +//Have include math.h +LIBC_HAS_MATH_H:INTERNAL=1 +//Have symbol memcmp +LIBC_HAS_MEMCMP:INTERNAL=1 +//Have symbol memcpy +LIBC_HAS_MEMCPY:INTERNAL=1 +//Have symbol memmove +LIBC_HAS_MEMMOVE:INTERNAL=1 +//Have include memory.h +LIBC_HAS_MEMORY_H:INTERNAL=1 +//Have symbol memset +LIBC_HAS_MEMSET:INTERNAL=1 +//Have symbol modf +LIBC_HAS_MODF:INTERNAL=1 +//Have symbol modff +LIBC_HAS_MODFF:INTERNAL=1 +//Have symbol pow +LIBC_HAS_POW:INTERNAL=1 +//Have symbol powf +LIBC_HAS_POWF:INTERNAL=1 +//Have symbol putenv +LIBC_HAS_PUTENV:INTERNAL=1 +//Have symbol rindex +LIBC_HAS_RINDEX:INTERNAL=1 +//Have symbol round +LIBC_HAS_ROUND:INTERNAL=1 +//Have symbol roundf +LIBC_HAS_ROUNDF:INTERNAL=1 +//Have symbol scalbn +LIBC_HAS_SCALBN:INTERNAL=1 +//Have symbol scalbnf +LIBC_HAS_SCALBNF:INTERNAL=1 +//Have symbol setenv +LIBC_HAS_SETENV:INTERNAL=1 +//Have include signal.h +LIBC_HAS_SIGNAL_H:INTERNAL=1 +//Have symbol sin +LIBC_HAS_SIN:INTERNAL=1 +//Have symbol sinf +LIBC_HAS_SINF:INTERNAL=1 +//Have symbol sqr +LIBC_HAS_SQR:INTERNAL= +//Have symbol sqrt +LIBC_HAS_SQRT:INTERNAL=1 +//Have symbol sqrtf +LIBC_HAS_SQRTF:INTERNAL=1 +//Have symbol sscanf +LIBC_HAS_SSCANF:INTERNAL=1 +//Have include stdarg.h +LIBC_HAS_STDARG_H:INTERNAL=1 +//Have include stdbool.h +LIBC_HAS_STDBOOL_H:INTERNAL=1 +//Have include stddef.h +LIBC_HAS_STDDEF_H:INTERNAL=1 +//Have include stdint.h +LIBC_HAS_STDINT_H:INTERNAL=1 +//Have include stdio.h +LIBC_HAS_STDIO_H:INTERNAL=1 +//Have include stdlib.h +LIBC_HAS_STDLIB_H:INTERNAL=1 +//Have symbol strcasestr +LIBC_HAS_STRCASESTR:INTERNAL=1 +//Have symbol strchr +LIBC_HAS_STRCHR:INTERNAL=1 +//Have symbol strcmp +LIBC_HAS_STRCMP:INTERNAL=1 +//Have include strings.h +LIBC_HAS_STRINGS_H:INTERNAL=1 +//Have include string.h +LIBC_HAS_STRING_H:INTERNAL=1 +//Have symbol strlcat +LIBC_HAS_STRLCAT:INTERNAL=1 +//Have symbol strlcpy +LIBC_HAS_STRLCPY:INTERNAL=1 +//Have symbol strlen +LIBC_HAS_STRLEN:INTERNAL=1 +//Have symbol strncmp +LIBC_HAS_STRNCMP:INTERNAL=1 +//Have symbol strnlen +LIBC_HAS_STRNLEN:INTERNAL=1 +//Have symbol strnstr +LIBC_HAS_STRNSTR:INTERNAL= +//Have symbol strpbrk +LIBC_HAS_STRPBRK:INTERNAL=1 +//Have symbol strrchr +LIBC_HAS_STRRCHR:INTERNAL=1 +//Have symbol strstr +LIBC_HAS_STRSTR:INTERNAL=1 +//Have symbol strtod +LIBC_HAS_STRTOD:INTERNAL=1 +//Have symbol strtok_r +LIBC_HAS_STRTOK_R:INTERNAL=1 +//Have symbol strtol +LIBC_HAS_STRTOL:INTERNAL=1 +//Have symbol strtoll +LIBC_HAS_STRTOLL:INTERNAL=1 +//Have symbol strtoul +LIBC_HAS_STRTOUL:INTERNAL=1 +//Have symbol strtoull +LIBC_HAS_STRTOULL:INTERNAL=1 +//Have include sys/types.h +LIBC_HAS_SYS_TYPES_H:INTERNAL=1 +//Have symbol tan +LIBC_HAS_TAN:INTERNAL=1 +//Have symbol tanf +LIBC_HAS_TANF:INTERNAL=1 +//Have include time.h +LIBC_HAS_TIME_H:INTERNAL=1 +//Have symbol trunc +LIBC_HAS_TRUNC:INTERNAL=1 +//Have symbol truncf +LIBC_HAS_TRUNCF:INTERNAL=1 +//Have symbol unsetenv +LIBC_HAS_UNSETENV:INTERNAL=1 +//Have symbol vsnprintf +LIBC_HAS_VSNPRINTF:INTERNAL=1 +//Have symbol vsscanf +LIBC_HAS_VSSCANF:INTERNAL=1 +//Have include wchar.h +LIBC_HAS_WCHAR_H:INTERNAL=1 +//Have symbol wcscmp +LIBC_HAS_WCSCMP:INTERNAL=1 +//Have symbol wcsdup +LIBC_HAS_WCSDUP:INTERNAL=1 +//Have symbol wcslcat +LIBC_HAS_WCSLCAT:INTERNAL=1 +//Have symbol wcslcpy +LIBC_HAS_WCSLCPY:INTERNAL=1 +//Have symbol wcslen +LIBC_HAS_WCSLEN:INTERNAL=1 +//Have symbol wcsncmp +LIBC_HAS_WCSNCMP:INTERNAL=1 +//Have symbol wcsnlen +LIBC_HAS_WCSNLEN:INTERNAL=1 +//Have symbol wcsstr +LIBC_HAS_WCSSTR:INTERNAL=1 +//Have symbol wcstol +LIBC_HAS_WCSTOL:INTERNAL=1 +//Test LIBC_HAS_WORKING_LIBUNWIND +LIBC_HAS_WORKING_LIBUNWIND:INTERNAL= +//Have symbol _Exit +LIBC_HAS__EXIT:INTERNAL=1 +//Have symbol _i64toa +LIBC_HAS__I64TOA:INTERNAL= +//Have symbol _ltoa +LIBC_HAS__LTOA:INTERNAL= +//Test LIBC_ISINF_HANDLES_FLOAT +LIBC_ISINF_HANDLES_FLOAT:INTERNAL=1 +//Test LIBC_ISNAN_HANDLES_FLOAT +LIBC_ISNAN_HANDLES_FLOAT:INTERNAL=1 +//Have symbol __GLIBC__ +LIBC_IS_GLIBC:INTERNAL=1 +LIBIDN2_CFLAGS:INTERNAL=-I/usr/include +LIBIDN2_CFLAGS_I:INTERNAL= +LIBIDN2_CFLAGS_OTHER:INTERNAL= +LIBIDN2_FOUND:INTERNAL=1 +LIBIDN2_INCLUDEDIR:INTERNAL=/usr/include +LIBIDN2_INCLUDE_DIRS:INTERNAL=/usr/include +LIBIDN2_LDFLAGS:INTERNAL=-L/usr/lib;-lidn2 +LIBIDN2_LDFLAGS_OTHER:INTERNAL= +LIBIDN2_LIBDIR:INTERNAL=/usr/lib +LIBIDN2_LIBRARIES:INTERNAL=idn2 +LIBIDN2_LIBRARY_DIRS:INTERNAL=/usr/lib +LIBIDN2_LIBS:INTERNAL= +LIBIDN2_LIBS_L:INTERNAL= +LIBIDN2_LIBS_OTHER:INTERNAL= +LIBIDN2_LIBS_PATHS:INTERNAL= +LIBIDN2_MODULE_NAME:INTERNAL=libidn2 +LIBIDN2_PREFIX:INTERNAL=/usr +LIBIDN2_STATIC_CFLAGS:INTERNAL=-I/usr/include +LIBIDN2_STATIC_CFLAGS_I:INTERNAL= +LIBIDN2_STATIC_CFLAGS_OTHER:INTERNAL= +LIBIDN2_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include +LIBIDN2_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lidn2;-L/usr/lib;-lunistring +LIBIDN2_STATIC_LDFLAGS_OTHER:INTERNAL= +LIBIDN2_STATIC_LIBDIR:INTERNAL= +LIBIDN2_STATIC_LIBRARIES:INTERNAL=idn2;unistring +LIBIDN2_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib +LIBIDN2_STATIC_LIBS:INTERNAL= +LIBIDN2_STATIC_LIBS_L:INTERNAL= +LIBIDN2_STATIC_LIBS_OTHER:INTERNAL= +LIBIDN2_STATIC_LIBS_PATHS:INTERNAL= +LIBIDN2_VERSION:INTERNAL=2.3.7 +LIBIDN2_libidn2_INCLUDEDIR:INTERNAL= +LIBIDN2_libidn2_LIBDIR:INTERNAL= +LIBIDN2_libidn2_PREFIX:INTERNAL= +LIBIDN2_libidn2_VERSION:INTERNAL= +LIBSSH2_CFLAGS:INTERNAL=-I/usr/include +LIBSSH2_CFLAGS_I:INTERNAL= +LIBSSH2_CFLAGS_OTHER:INTERNAL= +LIBSSH2_FOUND:INTERNAL=1 +LIBSSH2_INCLUDEDIR:INTERNAL=/usr/include +LIBSSH2_INCLUDE_DIRS:INTERNAL=/usr/include +LIBSSH2_LDFLAGS:INTERNAL=-L/usr/lib;-lssh2 +LIBSSH2_LDFLAGS_OTHER:INTERNAL= +LIBSSH2_LIBDIR:INTERNAL=/usr/lib +LIBSSH2_LIBRARIES:INTERNAL=ssh2 +LIBSSH2_LIBRARY_DIRS:INTERNAL=/usr/lib +LIBSSH2_LIBS:INTERNAL= +LIBSSH2_LIBS_L:INTERNAL= +LIBSSH2_LIBS_OTHER:INTERNAL= +LIBSSH2_LIBS_PATHS:INTERNAL= +LIBSSH2_MODULE_NAME:INTERNAL=libssh2 +LIBSSH2_PREFIX:INTERNAL=/usr +LIBSSH2_STATIC_CFLAGS:INTERNAL=-I/usr/include +LIBSSH2_STATIC_CFLAGS_I:INTERNAL= +LIBSSH2_STATIC_CFLAGS_OTHER:INTERNAL= +LIBSSH2_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include +LIBSSH2_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lssh2;-L/usr/lib;-lssl;-L/usr/lib;-L/usr/lib;-lcrypto;-ldl;-pthread;-lz +LIBSSH2_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread +LIBSSH2_STATIC_LIBDIR:INTERNAL= +LIBSSH2_STATIC_LIBRARIES:INTERNAL=ssh2;ssl;crypto;dl;z +LIBSSH2_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib;/usr/lib;/usr/lib +LIBSSH2_STATIC_LIBS:INTERNAL= +LIBSSH2_STATIC_LIBS_L:INTERNAL= +LIBSSH2_STATIC_LIBS_OTHER:INTERNAL= +LIBSSH2_STATIC_LIBS_PATHS:INTERNAL= +LIBSSH2_VERSION:INTERNAL=1.11.1 +LIBSSH2_libssh2_INCLUDEDIR:INTERNAL= +LIBSSH2_libssh2_LIBDIR:INTERNAL= +LIBSSH2_libssh2_PREFIX:INTERNAL= +LIBSSH2_libssh2_VERSION:INTERNAL= +//Test LIBUNWIND_HAS_WORKINGLIBUNWIND +LIBUNWIND_HAS_WORKINGLIBUNWIND:INTERNAL= +LIBURING_CFLAGS:INTERNAL=-I/usr/include +LIBURING_CFLAGS_I:INTERNAL= +LIBURING_CFLAGS_OTHER:INTERNAL= +LIBURING_FOUND:INTERNAL=1 +LIBURING_INCLUDEDIR:INTERNAL=/usr/include +LIBURING_INCLUDE_DIRS:INTERNAL=/usr/include +LIBURING_LDFLAGS:INTERNAL=-L/usr/lib;-luring-ffi +LIBURING_LDFLAGS_OTHER:INTERNAL= +LIBURING_LIBDIR:INTERNAL=/usr/lib +LIBURING_LIBRARIES:INTERNAL=uring-ffi +LIBURING_LIBRARY_DIRS:INTERNAL=/usr/lib +LIBURING_LIBS:INTERNAL= +LIBURING_LIBS_L:INTERNAL= +LIBURING_LIBS_OTHER:INTERNAL= +LIBURING_LIBS_PATHS:INTERNAL= +LIBURING_MODULE_NAME:INTERNAL=liburing-ffi +LIBURING_PREFIX:INTERNAL=/usr +LIBURING_STATIC_CFLAGS:INTERNAL=-I/usr/include +LIBURING_STATIC_CFLAGS_I:INTERNAL= +LIBURING_STATIC_CFLAGS_OTHER:INTERNAL= +LIBURING_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include +LIBURING_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-luring-ffi +LIBURING_STATIC_LDFLAGS_OTHER:INTERNAL= +LIBURING_STATIC_LIBDIR:INTERNAL= +LIBURING_STATIC_LIBRARIES:INTERNAL=uring-ffi +LIBURING_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib +LIBURING_STATIC_LIBS:INTERNAL= +LIBURING_STATIC_LIBS_L:INTERNAL= +LIBURING_STATIC_LIBS_OTHER:INTERNAL= +LIBURING_STATIC_LIBS_PATHS:INTERNAL= +LIBURING_VERSION:INTERNAL=2.9 +LIBURING_liburing-ffi_INCLUDEDIR:INTERNAL= +LIBURING_liburing-ffi_LIBDIR:INTERNAL= +LIBURING_liburing-ffi_PREFIX:INTERNAL= +LIBURING_liburing-ffi_VERSION:INTERNAL= +//Test LINKER_SUPPORTS_VERSION_SCRIPT +LINKER_SUPPORTS_VERSION_SCRIPT:INTERNAL=1 +//Test LINKER_SUPPORTS_WL_NO_UNDEFINED +LINKER_SUPPORTS_WL_NO_UNDEFINED:INTERNAL=1 +//CHECK_TYPE_SIZE: sizeof(long long) +LONG_LONG_SIZE:INTERNAL=8 +//CHECK_TYPE_SIZE: sizeof(long) +LONG_SIZE:INTERNAL=8 +//ADVANCED property for variable: MAKECOMMAND +MAKECOMMAND-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: MEMORYCHECK_COMMAND +MEMORYCHECK_COMMAND-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: MEMORYCHECK_SUPPRESSIONS_FILE +MEMORYCHECK_SUPPRESSIONS_FILE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: MYSOFA_INCLUDE_DIR +MYSOFA_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: MYSOFA_LIBRARY +MYSOFA_LIBRARY-ADVANCED:INTERNAL=1 +NGHTTP2_CFLAGS:INTERNAL=-I/usr/include +NGHTTP2_CFLAGS_I:INTERNAL= +NGHTTP2_CFLAGS_OTHER:INTERNAL= +NGHTTP2_FOUND:INTERNAL=1 +NGHTTP2_INCLUDEDIR:INTERNAL=/usr/include +NGHTTP2_INCLUDE_DIRS:INTERNAL=/usr/include +NGHTTP2_LDFLAGS:INTERNAL=-L/usr/lib;-lnghttp2 +NGHTTP2_LDFLAGS_OTHER:INTERNAL= +NGHTTP2_LIBDIR:INTERNAL=/usr/lib +NGHTTP2_LIBRARIES:INTERNAL=nghttp2 +NGHTTP2_LIBRARY_DIRS:INTERNAL=/usr/lib +NGHTTP2_LIBS:INTERNAL= +NGHTTP2_LIBS_L:INTERNAL= +NGHTTP2_LIBS_OTHER:INTERNAL= +NGHTTP2_LIBS_PATHS:INTERNAL= +NGHTTP2_MODULE_NAME:INTERNAL=libnghttp2 +NGHTTP2_PREFIX:INTERNAL=/usr +NGHTTP2_STATIC_CFLAGS:INTERNAL=-I/usr/include +NGHTTP2_STATIC_CFLAGS_I:INTERNAL= +NGHTTP2_STATIC_CFLAGS_OTHER:INTERNAL= +NGHTTP2_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include +NGHTTP2_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lnghttp2 +NGHTTP2_STATIC_LDFLAGS_OTHER:INTERNAL= +NGHTTP2_STATIC_LIBDIR:INTERNAL= +NGHTTP2_STATIC_LIBRARIES:INTERNAL=nghttp2 +NGHTTP2_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib +NGHTTP2_STATIC_LIBS:INTERNAL= +NGHTTP2_STATIC_LIBS_L:INTERNAL= +NGHTTP2_STATIC_LIBS_OTHER:INTERNAL= +NGHTTP2_STATIC_LIBS_PATHS:INTERNAL= +NGHTTP2_VERSION:INTERNAL=1.65.0 +NGHTTP2_libnghttp2_INCLUDEDIR:INTERNAL= +NGHTTP2_libnghttp2_LIBDIR:INTERNAL= +NGHTTP2_libnghttp2_PREFIX:INTERNAL= +NGHTTP2_libnghttp2_VERSION:INTERNAL= +//ADVANCED property for variable: OPENGL_EGL_INCLUDE_DIR +OPENGL_EGL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_GLES2_INCLUDE_DIR +OPENGL_GLES2_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_GLES3_INCLUDE_DIR +OPENGL_GLES3_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_GLU_INCLUDE_DIR +OPENGL_GLU_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_GLX_INCLUDE_DIR +OPENGL_GLX_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_INCLUDE_DIR +OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_egl_LIBRARY +OPENGL_egl_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_gles2_LIBRARY +OPENGL_gles2_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_gles3_LIBRARY +OPENGL_gles3_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_glu_LIBRARY +OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_glx_LIBRARY +OPENGL_glx_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_opengl_LIBRARY +OPENGL_opengl_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENGL_xmesa_INCLUDE_DIR +OPENGL_xmesa_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSL_ANDROID_INCLUDE_DIR +OPENSL_ANDROID_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSL_INCLUDE_DIR +OPENSL_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OPENSL_LIBRARY +OPENSL_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OSS_INCLUDE_DIR +OSS_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: OSS_LIBRARY +OSS_LIBRARY-ADVANCED:INTERNAL=1 +PC_AVCODEC_CFLAGS:INTERNAL=-I/usr/include +PC_AVCODEC_CFLAGS_I:INTERNAL= +PC_AVCODEC_CFLAGS_OTHER:INTERNAL= +PC_AVCODEC_FOUND:INTERNAL=1 +PC_AVCODEC_INCLUDEDIR:INTERNAL=/usr/include +PC_AVCODEC_INCLUDE_DIRS:INTERNAL=/usr/include +PC_AVCODEC_LDFLAGS:INTERNAL=-L/usr/lib;-lavcodec +PC_AVCODEC_LDFLAGS_OTHER:INTERNAL= +PC_AVCODEC_LIBDIR:INTERNAL=/usr/lib +PC_AVCODEC_LIBRARIES:INTERNAL=avcodec +PC_AVCODEC_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_AVCODEC_LIBS:INTERNAL= +PC_AVCODEC_LIBS_L:INTERNAL= +PC_AVCODEC_LIBS_OTHER:INTERNAL= +PC_AVCODEC_LIBS_PATHS:INTERNAL= +PC_AVCODEC_MODULE_NAME:INTERNAL=libavcodec +PC_AVCODEC_PREFIX:INTERNAL=/usr +PC_AVCODEC_STATIC_CFLAGS:INTERNAL=-I/usr/include +PC_AVCODEC_STATIC_CFLAGS_I:INTERNAL= +PC_AVCODEC_STATIC_CFLAGS_OTHER:INTERNAL= +PC_AVCODEC_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include +PC_AVCODEC_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lavcodec;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lwebpmux;-pthread;-lm;-latomic;-llzma;-ldav1d;-lopencore-amrwb;-lrsvg-2;-lgdk_pixbuf-2.0;-lgio-2.0;-lcairo;-lgobject-2.0;-lglib-2.0;-lsnappy;-lstdc++;-laom;-lgsm;-ljxl;-ljxl_threads;-lmp3lame;-lm;-lopencore-amrnb;-lopenjp2;-lopus;-lrav1e;-lspeex;-lSvtAv1Enc;-ltheoraenc;-ltheoradec;-logg;-lvorbis;-lvorbisenc;-lwebp;-lx264;-lx265;-lxvidcore;-lz;-lva;-L/usr/lib/pkgconfig/../;-lvpl;-ldl;-lswresample;-lm;-lsoxr;-latomic;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/pkgconfig/../;-lvpl;-ldl;-lOpenCL;-lva;-latomic;-lX11 +PC_AVCODEC_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread +PC_AVCODEC_STATIC_LIBDIR:INTERNAL= +PC_AVCODEC_STATIC_LIBRARIES:INTERNAL=avcodec;vpx;m;vpx;m;vpx;m;vpx;m;webpmux;m;atomic;lzma;dav1d;opencore-amrwb;rsvg-2;gdk_pixbuf-2.0;gio-2.0;cairo;gobject-2.0;glib-2.0;snappy;stdc++;aom;gsm;jxl;jxl_threads;mp3lame;m;opencore-amrnb;openjp2;opus;rav1e;speex;SvtAv1Enc;theoraenc;theoradec;ogg;vorbis;vorbisenc;webp;x264;x265;xvidcore;z;va;vpl;dl;swresample;m;soxr;atomic;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;OpenCL;va;atomic;X11 +PC_AVCODEC_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib/pkgconfig/../;/usr/lib/pkgconfig/../ +PC_AVCODEC_STATIC_LIBS:INTERNAL= +PC_AVCODEC_STATIC_LIBS_L:INTERNAL= +PC_AVCODEC_STATIC_LIBS_OTHER:INTERNAL= +PC_AVCODEC_STATIC_LIBS_PATHS:INTERNAL= +PC_AVCODEC_VERSION:INTERNAL=61.19.101 +PC_AVCODEC_libavcodec_INCLUDEDIR:INTERNAL= +PC_AVCODEC_libavcodec_LIBDIR:INTERNAL= +PC_AVCODEC_libavcodec_PREFIX:INTERNAL= +PC_AVCODEC_libavcodec_VERSION:INTERNAL= +PC_AVDEVICE_CFLAGS:INTERNAL=-I/usr/include +PC_AVDEVICE_CFLAGS_I:INTERNAL= +PC_AVDEVICE_CFLAGS_OTHER:INTERNAL= +PC_AVDEVICE_FOUND:INTERNAL=1 +PC_AVDEVICE_INCLUDEDIR:INTERNAL=/usr/include +PC_AVDEVICE_INCLUDE_DIRS:INTERNAL=/usr/include +PC_AVDEVICE_LDFLAGS:INTERNAL=-L/usr/lib;-lavdevice +PC_AVDEVICE_LDFLAGS_OTHER:INTERNAL= +PC_AVDEVICE_LIBDIR:INTERNAL=/usr/lib +PC_AVDEVICE_LIBRARIES:INTERNAL=avdevice +PC_AVDEVICE_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_AVDEVICE_LIBS:INTERNAL= +PC_AVDEVICE_LIBS_L:INTERNAL= +PC_AVDEVICE_LIBS_OTHER:INTERNAL= +PC_AVDEVICE_LIBS_PATHS:INTERNAL= +PC_AVDEVICE_MODULE_NAME:INTERNAL=libavdevice +PC_AVDEVICE_PREFIX:INTERNAL=/usr +PC_AVDEVICE_STATIC_CFLAGS:INTERNAL=-I/usr/include +PC_AVDEVICE_STATIC_CFLAGS_I:INTERNAL= +PC_AVDEVICE_STATIC_CFLAGS_OTHER:INTERNAL= +PC_AVDEVICE_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include +PC_AVDEVICE_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lavdevice;-lm;-latomic;-lraw1394;-lavc1394;-lrom1394;-liec61883;-ljack;-ldrm;-lxcb;-lxcb-shm;-lxcb-shape;-lxcb-xfixes;-lasound;-lGL;-lpulse;-pthread;-lSDL2;-lv4l2;-lXv;-lX11;-lXext;-lavfilter;-pthread;-lm;-latomic;-lbs2b;-lrubberband;-lfftw3;-lsamplerate;-lstdc++;-lharfbuzz;-lfribidi;-lplacebo;-lvmaf;-lass;-lva;-lvidstab;-lm;-fopenmp;-lzmq;-lzimg;-lglslang;-lMachineIndependent;-lGenericCodeGen;-lSPVRemapper;-lSPIRV;-lSPIRV-Tools-opt;-lSPIRV-Tools;-lpthread;-lstdc++;-lm;-lOpenCL;-lfontconfig;-lfreetype;-L/usr/lib/pkgconfig/../;-lvpl;-ldl;-lswscale;-lm;-latomic;-lpostproc;-lm;-latomic;-lavformat;-lm;-latomic;-ldvdnav;-lpthread;-ldvdread;-lxml2;-lbz2;-lmodplug;-lopenmpt;-lstdc++;-lbluray;-lgmp;-lz;-lgnutls;-lsrt;-lssh;-lzmq;-lavcodec;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lwebpmux;-pthread;-lm;-latomic;-llzma;-ldav1d;-lopencore-amrwb;-lrsvg-2;-lgdk_pixbuf-2.0;-lgio-2.0;-lcairo;-lgobject-2.0;-lglib-2.0;-lsnappy;-lstdc++;-laom;-lgsm;-ljxl;-ljxl_threads;-lmp3lame;-lm;-lopencore-amrnb;-lopenjp2;-lopus;-lrav1e;-lspeex;-lSvtAv1Enc;-ltheoraenc;-ltheoradec;-logg;-lvorbis;-lvorbisenc;-lwebp;-lx264;-lx265;-lxvidcore;-lz;-lva;-L/usr/lib/pkgconfig/../;-lvpl;-ldl;-lswresample;-lm;-lsoxr;-latomic;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/pkgconfig/../;-lvpl;-ldl;-lOpenCL;-lva;-latomic;-lX11 +PC_AVDEVICE_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread;-fopenmp;-pthread;-pthread +PC_AVDEVICE_STATIC_LIBDIR:INTERNAL= +PC_AVDEVICE_STATIC_LIBRARIES:INTERNAL=avdevice;m;atomic;raw1394;avc1394;rom1394;iec61883;jack;drm;xcb;xcb-shm;xcb-shape;xcb-xfixes;asound;GL;pulse;SDL2;v4l2;Xv;X11;Xext;avfilter;m;atomic;bs2b;rubberband;fftw3;samplerate;stdc++;harfbuzz;fribidi;placebo;vmaf;ass;va;vidstab;m;zmq;zimg;glslang;MachineIndependent;GenericCodeGen;SPVRemapper;SPIRV;SPIRV-Tools-opt;SPIRV-Tools;pthread;stdc++;m;OpenCL;fontconfig;freetype;vpl;dl;swscale;m;atomic;postproc;m;atomic;avformat;m;atomic;dvdnav;pthread;dvdread;xml2;bz2;modplug;openmpt;stdc++;bluray;gmp;z;gnutls;srt;ssh;zmq;avcodec;vpx;m;vpx;m;vpx;m;vpx;m;webpmux;m;atomic;lzma;dav1d;opencore-amrwb;rsvg-2;gdk_pixbuf-2.0;gio-2.0;cairo;gobject-2.0;glib-2.0;snappy;stdc++;aom;gsm;jxl;jxl_threads;mp3lame;m;opencore-amrnb;openjp2;opus;rav1e;speex;SvtAv1Enc;theoraenc;theoradec;ogg;vorbis;vorbisenc;webp;x264;x265;xvidcore;z;va;vpl;dl;swresample;m;soxr;atomic;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;OpenCL;va;atomic;X11 +PC_AVDEVICE_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib/pkgconfig/../;/usr/lib/pkgconfig/../;/usr/lib/pkgconfig/../ +PC_AVDEVICE_STATIC_LIBS:INTERNAL= +PC_AVDEVICE_STATIC_LIBS_L:INTERNAL= +PC_AVDEVICE_STATIC_LIBS_OTHER:INTERNAL= +PC_AVDEVICE_STATIC_LIBS_PATHS:INTERNAL= +PC_AVDEVICE_VERSION:INTERNAL=61.3.100 +PC_AVDEVICE_libavdevice_INCLUDEDIR:INTERNAL= +PC_AVDEVICE_libavdevice_LIBDIR:INTERNAL= +PC_AVDEVICE_libavdevice_PREFIX:INTERNAL= +PC_AVDEVICE_libavdevice_VERSION:INTERNAL= +PC_AVFORMAT_CFLAGS:INTERNAL=-I/usr/include +PC_AVFORMAT_CFLAGS_I:INTERNAL= +PC_AVFORMAT_CFLAGS_OTHER:INTERNAL= +PC_AVFORMAT_FOUND:INTERNAL=1 +PC_AVFORMAT_INCLUDEDIR:INTERNAL=/usr/include +PC_AVFORMAT_INCLUDE_DIRS:INTERNAL=/usr/include +PC_AVFORMAT_LDFLAGS:INTERNAL=-L/usr/lib;-lavformat +PC_AVFORMAT_LDFLAGS_OTHER:INTERNAL= +PC_AVFORMAT_LIBDIR:INTERNAL=/usr/lib +PC_AVFORMAT_LIBRARIES:INTERNAL=avformat +PC_AVFORMAT_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_AVFORMAT_LIBS:INTERNAL= +PC_AVFORMAT_LIBS_L:INTERNAL= +PC_AVFORMAT_LIBS_OTHER:INTERNAL= +PC_AVFORMAT_LIBS_PATHS:INTERNAL= +PC_AVFORMAT_MODULE_NAME:INTERNAL=libavformat +PC_AVFORMAT_PREFIX:INTERNAL=/usr +PC_AVFORMAT_STATIC_CFLAGS:INTERNAL=-I/usr/include +PC_AVFORMAT_STATIC_CFLAGS_I:INTERNAL= +PC_AVFORMAT_STATIC_CFLAGS_OTHER:INTERNAL= +PC_AVFORMAT_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include +PC_AVFORMAT_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lavformat;-lm;-latomic;-ldvdnav;-lpthread;-ldvdread;-lxml2;-lbz2;-lmodplug;-lopenmpt;-lstdc++;-lbluray;-lgmp;-lz;-lgnutls;-lsrt;-lssh;-lzmq;-lavcodec;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lwebpmux;-pthread;-lm;-latomic;-llzma;-ldav1d;-lopencore-amrwb;-lrsvg-2;-lgdk_pixbuf-2.0;-lgio-2.0;-lcairo;-lgobject-2.0;-lglib-2.0;-lsnappy;-lstdc++;-laom;-lgsm;-ljxl;-ljxl_threads;-lmp3lame;-lm;-lopencore-amrnb;-lopenjp2;-lopus;-lrav1e;-lspeex;-lSvtAv1Enc;-ltheoraenc;-ltheoradec;-logg;-lvorbis;-lvorbisenc;-lwebp;-lx264;-lx265;-lxvidcore;-lz;-lva;-L/usr/lib/pkgconfig/../;-lvpl;-ldl;-lswresample;-lm;-lsoxr;-latomic;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/pkgconfig/../;-lvpl;-ldl;-lOpenCL;-lva;-latomic;-lX11 +PC_AVFORMAT_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread +PC_AVFORMAT_STATIC_LIBDIR:INTERNAL= +PC_AVFORMAT_STATIC_LIBRARIES:INTERNAL=avformat;m;atomic;dvdnav;pthread;dvdread;xml2;bz2;modplug;openmpt;stdc++;bluray;gmp;z;gnutls;srt;ssh;zmq;avcodec;vpx;m;vpx;m;vpx;m;vpx;m;webpmux;m;atomic;lzma;dav1d;opencore-amrwb;rsvg-2;gdk_pixbuf-2.0;gio-2.0;cairo;gobject-2.0;glib-2.0;snappy;stdc++;aom;gsm;jxl;jxl_threads;mp3lame;m;opencore-amrnb;openjp2;opus;rav1e;speex;SvtAv1Enc;theoraenc;theoradec;ogg;vorbis;vorbisenc;webp;x264;x265;xvidcore;z;va;vpl;dl;swresample;m;soxr;atomic;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;OpenCL;va;atomic;X11 +PC_AVFORMAT_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib/pkgconfig/../;/usr/lib/pkgconfig/../ +PC_AVFORMAT_STATIC_LIBS:INTERNAL= +PC_AVFORMAT_STATIC_LIBS_L:INTERNAL= +PC_AVFORMAT_STATIC_LIBS_OTHER:INTERNAL= +PC_AVFORMAT_STATIC_LIBS_PATHS:INTERNAL= +PC_AVFORMAT_VERSION:INTERNAL=61.7.100 +PC_AVFORMAT_libavformat_INCLUDEDIR:INTERNAL= +PC_AVFORMAT_libavformat_LIBDIR:INTERNAL= +PC_AVFORMAT_libavformat_PREFIX:INTERNAL= +PC_AVFORMAT_libavformat_VERSION:INTERNAL= +PC_AVUTIL_CFLAGS:INTERNAL=-I/usr/include +PC_AVUTIL_CFLAGS_I:INTERNAL= +PC_AVUTIL_CFLAGS_OTHER:INTERNAL= +PC_AVUTIL_FOUND:INTERNAL=1 +PC_AVUTIL_INCLUDEDIR:INTERNAL=/usr/include +PC_AVUTIL_INCLUDE_DIRS:INTERNAL=/usr/include +PC_AVUTIL_LDFLAGS:INTERNAL=-L/usr/lib;-lavutil +PC_AVUTIL_LDFLAGS_OTHER:INTERNAL= +PC_AVUTIL_LIBDIR:INTERNAL=/usr/lib +PC_AVUTIL_LIBRARIES:INTERNAL=avutil +PC_AVUTIL_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_AVUTIL_LIBS:INTERNAL= +PC_AVUTIL_LIBS_L:INTERNAL= +PC_AVUTIL_LIBS_OTHER:INTERNAL= +PC_AVUTIL_LIBS_PATHS:INTERNAL= +PC_AVUTIL_MODULE_NAME:INTERNAL=libavutil +PC_AVUTIL_PREFIX:INTERNAL=/usr +PC_AVUTIL_STATIC_CFLAGS:INTERNAL=-I/usr/include +PC_AVUTIL_STATIC_CFLAGS_I:INTERNAL= +PC_AVUTIL_STATIC_CFLAGS_OTHER:INTERNAL= +PC_AVUTIL_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include +PC_AVUTIL_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/pkgconfig/../;-lvpl;-ldl;-lOpenCL;-lva;-latomic;-lX11 +PC_AVUTIL_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread +PC_AVUTIL_STATIC_LIBDIR:INTERNAL= +PC_AVUTIL_STATIC_LIBRARIES:INTERNAL=avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;OpenCL;va;atomic;X11 +PC_AVUTIL_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib/pkgconfig/../ +PC_AVUTIL_STATIC_LIBS:INTERNAL= +PC_AVUTIL_STATIC_LIBS_L:INTERNAL= +PC_AVUTIL_STATIC_LIBS_OTHER:INTERNAL= +PC_AVUTIL_STATIC_LIBS_PATHS:INTERNAL= +PC_AVUTIL_VERSION:INTERNAL=59.39.100 +PC_AVUTIL_libavutil_INCLUDEDIR:INTERNAL= +PC_AVUTIL_libavutil_LIBDIR:INTERNAL= +PC_AVUTIL_libavutil_PREFIX:INTERNAL= +PC_AVUTIL_libavutil_VERSION:INTERNAL= +PC_DBUS1_CFLAGS:INTERNAL=-I/usr/include/dbus-1.0;-I/usr/lib/dbus-1.0/include;-I/usr/include +PC_DBUS1_CFLAGS_I:INTERNAL= +PC_DBUS1_CFLAGS_OTHER:INTERNAL= +PC_DBUS1_FOUND:INTERNAL=1 +PC_DBUS1_INCLUDEDIR:INTERNAL=/usr/include +PC_DBUS1_INCLUDE_DIRS:INTERNAL=/usr/include/dbus-1.0;/usr/lib/dbus-1.0/include;/usr/include +PC_DBUS1_LDFLAGS:INTERNAL=-L/usr/lib;-ldbus-1 +PC_DBUS1_LDFLAGS_OTHER:INTERNAL= +PC_DBUS1_LIBDIR:INTERNAL=/usr/lib +PC_DBUS1_LIBRARIES:INTERNAL=dbus-1 +PC_DBUS1_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_DBUS1_LIBS:INTERNAL= +PC_DBUS1_LIBS_L:INTERNAL= +PC_DBUS1_LIBS_OTHER:INTERNAL= +PC_DBUS1_LIBS_PATHS:INTERNAL= +PC_DBUS1_MODULE_NAME:INTERNAL=dbus-1 +PC_DBUS1_PREFIX:INTERNAL=/usr +PC_DBUS1_STATIC_CFLAGS:INTERNAL=-I/usr/include/dbus-1.0;-I/usr/lib/dbus-1.0/include;-I/usr/include +PC_DBUS1_STATIC_CFLAGS_I:INTERNAL= +PC_DBUS1_STATIC_CFLAGS_OTHER:INTERNAL= +PC_DBUS1_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/dbus-1.0;/usr/lib/dbus-1.0/include;/usr/include +PC_DBUS1_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-ldbus-1;-pthread;-lsystemd +PC_DBUS1_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread +PC_DBUS1_STATIC_LIBDIR:INTERNAL= +PC_DBUS1_STATIC_LIBRARIES:INTERNAL=dbus-1;systemd +PC_DBUS1_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_DBUS1_STATIC_LIBS:INTERNAL= +PC_DBUS1_STATIC_LIBS_L:INTERNAL= +PC_DBUS1_STATIC_LIBS_OTHER:INTERNAL= +PC_DBUS1_STATIC_LIBS_PATHS:INTERNAL= +PC_DBUS1_VERSION:INTERNAL=1.16.2 +PC_DBUS1_dbus-1_INCLUDEDIR:INTERNAL= +PC_DBUS1_dbus-1_LIBDIR:INTERNAL= +PC_DBUS1_dbus-1_PREFIX:INTERNAL= +PC_DBUS1_dbus-1_VERSION:INTERNAL= +PC_GBM_CFLAGS:INTERNAL=-I/usr/include +PC_GBM_CFLAGS_I:INTERNAL= +PC_GBM_CFLAGS_OTHER:INTERNAL= +PC_GBM_FOUND:INTERNAL=1 +PC_GBM_INCLUDEDIR:INTERNAL=/usr/include +PC_GBM_INCLUDE_DIRS:INTERNAL=/usr/include +PC_GBM_LDFLAGS:INTERNAL=-L/usr/lib;-lgbm +PC_GBM_LDFLAGS_OTHER:INTERNAL= +PC_GBM_LIBDIR:INTERNAL=/usr/lib +PC_GBM_LIBRARIES:INTERNAL=gbm +PC_GBM_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_GBM_LIBS:INTERNAL= +PC_GBM_LIBS_L:INTERNAL= +PC_GBM_LIBS_OTHER:INTERNAL= +PC_GBM_LIBS_PATHS:INTERNAL= +PC_GBM_MODULE_NAME:INTERNAL=gbm +PC_GBM_PREFIX:INTERNAL=/usr +PC_GBM_STATIC_CFLAGS:INTERNAL=-I/usr/include +PC_GBM_STATIC_CFLAGS_I:INTERNAL= +PC_GBM_STATIC_CFLAGS_OTHER:INTERNAL= +PC_GBM_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include +PC_GBM_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lgbm +PC_GBM_STATIC_LDFLAGS_OTHER:INTERNAL= +PC_GBM_STATIC_LIBDIR:INTERNAL= +PC_GBM_STATIC_LIBRARIES:INTERNAL=gbm +PC_GBM_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_GBM_STATIC_LIBS:INTERNAL= +PC_GBM_STATIC_LIBS_L:INTERNAL= +PC_GBM_STATIC_LIBS_OTHER:INTERNAL= +PC_GBM_STATIC_LIBS_PATHS:INTERNAL= +PC_GBM_VERSION:INTERNAL=25.0.5-arch1.1 +PC_GBM_gbm_INCLUDEDIR:INTERNAL= +PC_GBM_gbm_LIBDIR:INTERNAL= +PC_GBM_gbm_PREFIX:INTERNAL= +PC_GBM_gbm_VERSION:INTERNAL= +PC_HARFBUZZ_CFLAGS:INTERNAL=-I/usr/include/harfbuzz;-I/usr/include/freetype2;-I/usr/include;-I/usr/include/libpng16;-I/usr/include/glib-2.0;-I/usr/lib/glib-2.0/include;-I/usr/include/sysprof-6;-pthread +PC_HARFBUZZ_CFLAGS_I:INTERNAL= +PC_HARFBUZZ_CFLAGS_OTHER:INTERNAL=-pthread +PC_HARFBUZZ_FOUND:INTERNAL=1 +PC_HARFBUZZ_INCLUDEDIR:INTERNAL=/usr/include +PC_HARFBUZZ_INCLUDE_DIRS:INTERNAL=/usr/include/harfbuzz;/usr/include/freetype2;/usr/include;/usr/include/libpng16;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-6 +PC_HARFBUZZ_LDFLAGS:INTERNAL=-L/usr/lib;-lharfbuzz +PC_HARFBUZZ_LDFLAGS_OTHER:INTERNAL= +PC_HARFBUZZ_LIBDIR:INTERNAL=/usr/lib +PC_HARFBUZZ_LIBRARIES:INTERNAL=harfbuzz +PC_HARFBUZZ_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_HARFBUZZ_LIBS:INTERNAL= +PC_HARFBUZZ_LIBS_L:INTERNAL= +PC_HARFBUZZ_LIBS_OTHER:INTERNAL= +PC_HARFBUZZ_LIBS_PATHS:INTERNAL= +PC_HARFBUZZ_MODULE_NAME:INTERNAL=harfbuzz +PC_HARFBUZZ_PREFIX:INTERNAL=/usr +PC_HARFBUZZ_STATIC_CFLAGS:INTERNAL=-I/usr/include/harfbuzz;-I/usr/include/freetype2;-I/usr/include;-I/usr/include/libpng16;-I/usr/include/glib-2.0;-I/usr/lib/glib-2.0/include;-I/usr/include/sysprof-6;-pthread +PC_HARFBUZZ_STATIC_CFLAGS_I:INTERNAL= +PC_HARFBUZZ_STATIC_CFLAGS_OTHER:INTERNAL=-pthread +PC_HARFBUZZ_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/harfbuzz;/usr/include/freetype2;/usr/include;/usr/include/libpng16;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-6 +PC_HARFBUZZ_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lharfbuzz;-pthread;-lm;-lfreetype;-lbz2;-lpng16;-lm;-lm;-lz;-lbrotlidec;-lbrotlicommon;-lglib-2.0;-lm;-lsysprof-capture-4;-pthread;-lpcre2-8;-lgraphite2 +PC_HARFBUZZ_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread +PC_HARFBUZZ_STATIC_LIBDIR:INTERNAL= +PC_HARFBUZZ_STATIC_LIBRARIES:INTERNAL=harfbuzz;m;freetype;bz2;png16;m;m;z;brotlidec;brotlicommon;glib-2.0;m;sysprof-capture-4;pcre2-8;graphite2 +PC_HARFBUZZ_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_HARFBUZZ_STATIC_LIBS:INTERNAL= +PC_HARFBUZZ_STATIC_LIBS_L:INTERNAL= +PC_HARFBUZZ_STATIC_LIBS_OTHER:INTERNAL= +PC_HARFBUZZ_STATIC_LIBS_PATHS:INTERNAL= +PC_HARFBUZZ_VERSION:INTERNAL=11.2.1 +PC_HARFBUZZ_harfbuzz_INCLUDEDIR:INTERNAL= +PC_HARFBUZZ_harfbuzz_LIBDIR:INTERNAL= +PC_HARFBUZZ_harfbuzz_PREFIX:INTERNAL= +PC_HARFBUZZ_harfbuzz_VERSION:INTERNAL= +PC_JACK_CFLAGS:INTERNAL=-I/usr/include;-D_REENTRANT +PC_JACK_CFLAGS_I:INTERNAL= +PC_JACK_CFLAGS_OTHER:INTERNAL=-D_REENTRANT +PC_JACK_FOUND:INTERNAL=1 +PC_JACK_INCLUDEDIR:INTERNAL=/usr/include +PC_JACK_INCLUDE_DIRS:INTERNAL=/usr/include +PC_JACK_LDFLAGS:INTERNAL=-L/usr/lib;-ljack +PC_JACK_LDFLAGS_OTHER:INTERNAL= +PC_JACK_LIBDIR:INTERNAL=/usr/lib +PC_JACK_LIBRARIES:INTERNAL=jack +PC_JACK_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_JACK_LIBS:INTERNAL= +PC_JACK_LIBS_L:INTERNAL= +PC_JACK_LIBS_OTHER:INTERNAL= +PC_JACK_LIBS_PATHS:INTERNAL= +PC_JACK_MODULE_NAME:INTERNAL=jack +PC_JACK_PREFIX:INTERNAL=/usr +PC_JACK_STATIC_CFLAGS:INTERNAL=-I/usr/include;-D_REENTRANT +PC_JACK_STATIC_CFLAGS_I:INTERNAL= +PC_JACK_STATIC_CFLAGS_OTHER:INTERNAL=-D_REENTRANT +PC_JACK_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include +PC_JACK_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-ljack +PC_JACK_STATIC_LDFLAGS_OTHER:INTERNAL= +PC_JACK_STATIC_LIBDIR:INTERNAL= +PC_JACK_STATIC_LIBRARIES:INTERNAL=jack +PC_JACK_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_JACK_STATIC_LIBS:INTERNAL= +PC_JACK_STATIC_LIBS_L:INTERNAL= +PC_JACK_STATIC_LIBS_OTHER:INTERNAL= +PC_JACK_STATIC_LIBS_PATHS:INTERNAL= +PC_JACK_VERSION:INTERNAL=3.1402.0 +PC_JACK_jack_INCLUDEDIR:INTERNAL= +PC_JACK_jack_LIBDIR:INTERNAL= +PC_JACK_jack_PREFIX:INTERNAL= +PC_JACK_jack_VERSION:INTERNAL= +PC_LIBDECOR_CFLAGS:INTERNAL=-I/usr/include/libdecor-0;-I/usr/include +PC_LIBDECOR_CFLAGS_I:INTERNAL= +PC_LIBDECOR_CFLAGS_OTHER:INTERNAL= +PC_LIBDECOR_FOUND:INTERNAL=1 +PC_LIBDECOR_INCLUDEDIR:INTERNAL=/usr/include +PC_LIBDECOR_INCLUDE_DIRS:INTERNAL=/usr/include/libdecor-0;/usr/include +PC_LIBDECOR_LDFLAGS:INTERNAL=-L/usr/lib;-ldecor-0 +PC_LIBDECOR_LDFLAGS_OTHER:INTERNAL= +PC_LIBDECOR_LIBDIR:INTERNAL=/usr/lib +PC_LIBDECOR_LIBRARIES:INTERNAL=decor-0 +PC_LIBDECOR_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_LIBDECOR_LIBS:INTERNAL= +PC_LIBDECOR_LIBS_L:INTERNAL= +PC_LIBDECOR_LIBS_OTHER:INTERNAL= +PC_LIBDECOR_LIBS_PATHS:INTERNAL= +PC_LIBDECOR_MODULE_NAME:INTERNAL=libdecor-0 +PC_LIBDECOR_PREFIX:INTERNAL=/usr +PC_LIBDECOR_STATIC_CFLAGS:INTERNAL=-I/usr/include/libdecor-0;-I/usr/include +PC_LIBDECOR_STATIC_CFLAGS_I:INTERNAL= +PC_LIBDECOR_STATIC_CFLAGS_OTHER:INTERNAL= +PC_LIBDECOR_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/libdecor-0;/usr/include +PC_LIBDECOR_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-ldecor-0;-lwayland-client;-lm;-pthread;-lrt;-lffi +PC_LIBDECOR_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread +PC_LIBDECOR_STATIC_LIBDIR:INTERNAL= +PC_LIBDECOR_STATIC_LIBRARIES:INTERNAL=decor-0;wayland-client;m;rt;ffi +PC_LIBDECOR_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_LIBDECOR_STATIC_LIBS:INTERNAL= +PC_LIBDECOR_STATIC_LIBS_L:INTERNAL= +PC_LIBDECOR_STATIC_LIBS_OTHER:INTERNAL= +PC_LIBDECOR_STATIC_LIBS_PATHS:INTERNAL= +PC_LIBDECOR_VERSION:INTERNAL=0.2.3 +PC_LIBDECOR_libdecor-0_INCLUDEDIR:INTERNAL= +PC_LIBDECOR_libdecor-0_LIBDIR:INTERNAL= +PC_LIBDECOR_libdecor-0_PREFIX:INTERNAL= +PC_LIBDECOR_libdecor-0_VERSION:INTERNAL= +PC_LIBDRM_CFLAGS:INTERNAL=-I/usr/include;-I/usr/include/libdrm +PC_LIBDRM_CFLAGS_I:INTERNAL= +PC_LIBDRM_CFLAGS_OTHER:INTERNAL= +PC_LIBDRM_FOUND:INTERNAL=1 +PC_LIBDRM_INCLUDEDIR:INTERNAL=/usr/include +PC_LIBDRM_INCLUDE_DIRS:INTERNAL=/usr/include;/usr/include/libdrm +PC_LIBDRM_LDFLAGS:INTERNAL=-L/usr/lib;-ldrm +PC_LIBDRM_LDFLAGS_OTHER:INTERNAL= +PC_LIBDRM_LIBDIR:INTERNAL=/usr/lib +PC_LIBDRM_LIBRARIES:INTERNAL=drm +PC_LIBDRM_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_LIBDRM_LIBS:INTERNAL= +PC_LIBDRM_LIBS_L:INTERNAL= +PC_LIBDRM_LIBS_OTHER:INTERNAL= +PC_LIBDRM_LIBS_PATHS:INTERNAL= +PC_LIBDRM_MODULE_NAME:INTERNAL=libdrm +PC_LIBDRM_PREFIX:INTERNAL=/usr +PC_LIBDRM_STATIC_CFLAGS:INTERNAL=-I/usr/include;-I/usr/include/libdrm +PC_LIBDRM_STATIC_CFLAGS_I:INTERNAL= +PC_LIBDRM_STATIC_CFLAGS_OTHER:INTERNAL= +PC_LIBDRM_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include;/usr/include/libdrm +PC_LIBDRM_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-ldrm +PC_LIBDRM_STATIC_LDFLAGS_OTHER:INTERNAL= +PC_LIBDRM_STATIC_LIBDIR:INTERNAL= +PC_LIBDRM_STATIC_LIBRARIES:INTERNAL=drm +PC_LIBDRM_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_LIBDRM_STATIC_LIBS:INTERNAL= +PC_LIBDRM_STATIC_LIBS_L:INTERNAL= +PC_LIBDRM_STATIC_LIBS_OTHER:INTERNAL= +PC_LIBDRM_STATIC_LIBS_PATHS:INTERNAL= +PC_LIBDRM_VERSION:INTERNAL=2.4.124 +PC_LIBDRM_libdrm_INCLUDEDIR:INTERNAL= +PC_LIBDRM_libdrm_LIBDIR:INTERNAL= +PC_LIBDRM_libdrm_PREFIX:INTERNAL= +PC_LIBDRM_libdrm_VERSION:INTERNAL= +PC_LIBUNWIND_CFLAGS:INTERNAL=-I/usr/include +PC_LIBUNWIND_CFLAGS_I:INTERNAL= +PC_LIBUNWIND_CFLAGS_OTHER:INTERNAL= +PC_LIBUNWIND_FOUND:INTERNAL=1 +//Test PC_LIBUNWIND_HAS_WORKING_LIBUNWIND +PC_LIBUNWIND_HAS_WORKING_LIBUNWIND:INTERNAL=1 +PC_LIBUNWIND_INCLUDEDIR:INTERNAL= +PC_LIBUNWIND_INCLUDE_DIRS:INTERNAL=/usr/include +PC_LIBUNWIND_LDFLAGS:INTERNAL=-L/usr/lib;-lunwind-generic;-lunwind +PC_LIBUNWIND_LDFLAGS_OTHER:INTERNAL= +PC_LIBUNWIND_LIBDIR:INTERNAL= +PC_LIBUNWIND_LIBRARIES:INTERNAL=unwind-generic;unwind +PC_LIBUNWIND_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_LIBUNWIND_LIBS:INTERNAL= +PC_LIBUNWIND_LIBS_L:INTERNAL= +PC_LIBUNWIND_LIBS_OTHER:INTERNAL= +PC_LIBUNWIND_LIBS_PATHS:INTERNAL= +PC_LIBUNWIND_MODULE_NAME:INTERNAL= +PC_LIBUNWIND_PREFIX:INTERNAL= +PC_LIBUNWIND_STATIC_CFLAGS:INTERNAL=-I/usr/include +PC_LIBUNWIND_STATIC_CFLAGS_I:INTERNAL= +PC_LIBUNWIND_STATIC_CFLAGS_OTHER:INTERNAL= +PC_LIBUNWIND_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include +PC_LIBUNWIND_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lunwind-generic;-lunwind;-llzma;-lz +PC_LIBUNWIND_STATIC_LDFLAGS_OTHER:INTERNAL= +PC_LIBUNWIND_STATIC_LIBDIR:INTERNAL= +PC_LIBUNWIND_STATIC_LIBRARIES:INTERNAL=unwind-generic;unwind;lzma;z +PC_LIBUNWIND_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_LIBUNWIND_STATIC_LIBS:INTERNAL= +PC_LIBUNWIND_STATIC_LIBS_L:INTERNAL= +PC_LIBUNWIND_STATIC_LIBS_OTHER:INTERNAL= +PC_LIBUNWIND_STATIC_LIBS_PATHS:INTERNAL= +PC_LIBUNWIND_VERSION:INTERNAL= +PC_LIBUNWIND_libunwind-generic_INCLUDEDIR:INTERNAL=/usr/include +PC_LIBUNWIND_libunwind-generic_LIBDIR:INTERNAL=/usr/lib +PC_LIBUNWIND_libunwind-generic_MODULE_NAME:INTERNAL=libunwind-generic +PC_LIBUNWIND_libunwind-generic_PREFIX:INTERNAL=/usr +PC_LIBUNWIND_libunwind-generic_VERSION:INTERNAL=1.8.1 +PC_LIBUNWIND_libunwind_INCLUDEDIR:INTERNAL=/usr/include +PC_LIBUNWIND_libunwind_LIBDIR:INTERNAL=/usr/lib +PC_LIBUNWIND_libunwind_MODULE_NAME:INTERNAL=libunwind +PC_LIBUNWIND_libunwind_PREFIX:INTERNAL=/usr +PC_LIBUNWIND_libunwind_VERSION:INTERNAL=1.8.1 +PC_LibUSB_CFLAGS:INTERNAL=-I/usr/include/libusb-1.0 +PC_LibUSB_CFLAGS_I:INTERNAL= +PC_LibUSB_CFLAGS_OTHER:INTERNAL= +PC_LibUSB_FOUND:INTERNAL=1 +PC_LibUSB_INCLUDEDIR:INTERNAL=/usr/include +PC_LibUSB_INCLUDE_DIRS:INTERNAL=/usr/include/libusb-1.0 +PC_LibUSB_LDFLAGS:INTERNAL=-L/usr/lib;-lusb-1.0 +PC_LibUSB_LDFLAGS_OTHER:INTERNAL= +PC_LibUSB_LIBDIR:INTERNAL=/usr/lib +PC_LibUSB_LIBRARIES:INTERNAL=usb-1.0 +PC_LibUSB_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_LibUSB_LIBS:INTERNAL= +PC_LibUSB_LIBS_L:INTERNAL= +PC_LibUSB_LIBS_OTHER:INTERNAL= +PC_LibUSB_LIBS_PATHS:INTERNAL= +PC_LibUSB_MODULE_NAME:INTERNAL=libusb-1.0 +PC_LibUSB_PREFIX:INTERNAL=/usr +PC_LibUSB_STATIC_CFLAGS:INTERNAL=-I/usr/include/libusb-1.0 +PC_LibUSB_STATIC_CFLAGS_I:INTERNAL= +PC_LibUSB_STATIC_CFLAGS_OTHER:INTERNAL= +PC_LibUSB_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/libusb-1.0 +PC_LibUSB_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lusb-1.0;-ludev +PC_LibUSB_STATIC_LDFLAGS_OTHER:INTERNAL= +PC_LibUSB_STATIC_LIBDIR:INTERNAL= +PC_LibUSB_STATIC_LIBRARIES:INTERNAL=usb-1.0;udev +PC_LibUSB_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_LibUSB_STATIC_LIBS:INTERNAL= +PC_LibUSB_STATIC_LIBS_L:INTERNAL= +PC_LibUSB_STATIC_LIBS_OTHER:INTERNAL= +PC_LibUSB_STATIC_LIBS_PATHS:INTERNAL= +PC_LibUSB_VERSION:INTERNAL=1.0.28 +PC_LibUSB_libusb-1.0_INCLUDEDIR:INTERNAL= +PC_LibUSB_libusb-1.0_LIBDIR:INTERNAL= +PC_LibUSB_libusb-1.0_PREFIX:INTERNAL= +PC_LibUSB_libusb-1.0_VERSION:INTERNAL= +PC_PIPEWIRE_CFLAGS:INTERNAL=-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT +PC_PIPEWIRE_CFLAGS_I:INTERNAL= +PC_PIPEWIRE_CFLAGS_OTHER:INTERNAL=-D_REENTRANT +PC_PIPEWIRE_FOUND:INTERNAL=1 +PC_PIPEWIRE_INCLUDEDIR:INTERNAL=/usr/include +PC_PIPEWIRE_INCLUDE_DIRS:INTERNAL=/usr/include/pipewire-0.3;/usr/include/spa-0.2 +PC_PIPEWIRE_LDFLAGS:INTERNAL=-L/usr/lib;-lpipewire-0.3 +PC_PIPEWIRE_LDFLAGS_OTHER:INTERNAL= +PC_PIPEWIRE_LIBDIR:INTERNAL=/usr/lib +PC_PIPEWIRE_LIBRARIES:INTERNAL=pipewire-0.3 +PC_PIPEWIRE_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_PIPEWIRE_LIBS:INTERNAL= +PC_PIPEWIRE_LIBS_L:INTERNAL= +PC_PIPEWIRE_LIBS_OTHER:INTERNAL= +PC_PIPEWIRE_LIBS_PATHS:INTERNAL= +PC_PIPEWIRE_MODULE_NAME:INTERNAL=libpipewire-0.3 +PC_PIPEWIRE_PREFIX:INTERNAL=/usr +PC_PIPEWIRE_STATIC_CFLAGS:INTERNAL=-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT +PC_PIPEWIRE_STATIC_CFLAGS_I:INTERNAL= +PC_PIPEWIRE_STATIC_CFLAGS_OTHER:INTERNAL=-D_REENTRANT +PC_PIPEWIRE_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/pipewire-0.3;/usr/include/spa-0.2 +PC_PIPEWIRE_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lpipewire-0.3 +PC_PIPEWIRE_STATIC_LDFLAGS_OTHER:INTERNAL= +PC_PIPEWIRE_STATIC_LIBDIR:INTERNAL= +PC_PIPEWIRE_STATIC_LIBRARIES:INTERNAL=pipewire-0.3 +PC_PIPEWIRE_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_PIPEWIRE_STATIC_LIBS:INTERNAL= +PC_PIPEWIRE_STATIC_LIBS_L:INTERNAL= +PC_PIPEWIRE_STATIC_LIBS_OTHER:INTERNAL= +PC_PIPEWIRE_STATIC_LIBS_PATHS:INTERNAL= +PC_PIPEWIRE_VERSION:INTERNAL=1.4.2 +PC_PIPEWIRE_libpipewire-0.3_INCLUDEDIR:INTERNAL= +PC_PIPEWIRE_libpipewire-0.3_LIBDIR:INTERNAL= +PC_PIPEWIRE_libpipewire-0.3_PREFIX:INTERNAL= +PC_PIPEWIRE_libpipewire-0.3_VERSION:INTERNAL= +PC_PLUTOSG_CFLAGS:INTERNAL= +PC_PLUTOSG_CFLAGS_I:INTERNAL= +PC_PLUTOSG_CFLAGS_OTHER:INTERNAL= +PC_PLUTOSG_FOUND:INTERNAL= +PC_PLUTOSG_INCLUDEDIR:INTERNAL= +PC_PLUTOSG_LIBDIR:INTERNAL= +PC_PLUTOSG_LIBS:INTERNAL= +PC_PLUTOSG_LIBS_L:INTERNAL= +PC_PLUTOSG_LIBS_OTHER:INTERNAL= +PC_PLUTOSG_LIBS_PATHS:INTERNAL= +PC_PLUTOSG_MODULE_NAME:INTERNAL= +PC_PLUTOSG_PREFIX:INTERNAL= +PC_PLUTOSG_STATIC_CFLAGS:INTERNAL= +PC_PLUTOSG_STATIC_CFLAGS_I:INTERNAL= +PC_PLUTOSG_STATIC_CFLAGS_OTHER:INTERNAL= +PC_PLUTOSG_STATIC_LIBDIR:INTERNAL= +PC_PLUTOSG_STATIC_LIBS:INTERNAL= +PC_PLUTOSG_STATIC_LIBS_L:INTERNAL= +PC_PLUTOSG_STATIC_LIBS_OTHER:INTERNAL= +PC_PLUTOSG_STATIC_LIBS_PATHS:INTERNAL= +PC_PLUTOSG_VERSION:INTERNAL= +PC_PLUTOSG_plutovg_INCLUDEDIR:INTERNAL= +PC_PLUTOSG_plutovg_LIBDIR:INTERNAL= +PC_PLUTOSG_plutovg_PREFIX:INTERNAL= +PC_PLUTOSG_plutovg_VERSION:INTERNAL= +PC_PLUTOSVG_CFLAGS:INTERNAL= +PC_PLUTOSVG_CFLAGS_I:INTERNAL= +PC_PLUTOSVG_CFLAGS_OTHER:INTERNAL= +PC_PLUTOSVG_FOUND:INTERNAL= +PC_PLUTOSVG_INCLUDEDIR:INTERNAL= +PC_PLUTOSVG_LIBDIR:INTERNAL= +PC_PLUTOSVG_LIBS:INTERNAL= +PC_PLUTOSVG_LIBS_L:INTERNAL= +PC_PLUTOSVG_LIBS_OTHER:INTERNAL= +PC_PLUTOSVG_LIBS_PATHS:INTERNAL= +PC_PLUTOSVG_MODULE_NAME:INTERNAL= +PC_PLUTOSVG_PREFIX:INTERNAL= +PC_PLUTOSVG_STATIC_CFLAGS:INTERNAL= +PC_PLUTOSVG_STATIC_CFLAGS_I:INTERNAL= +PC_PLUTOSVG_STATIC_CFLAGS_OTHER:INTERNAL= +PC_PLUTOSVG_STATIC_LIBDIR:INTERNAL= +PC_PLUTOSVG_STATIC_LIBS:INTERNAL= +PC_PLUTOSVG_STATIC_LIBS_L:INTERNAL= +PC_PLUTOSVG_STATIC_LIBS_OTHER:INTERNAL= +PC_PLUTOSVG_STATIC_LIBS_PATHS:INTERNAL= +PC_PLUTOSVG_VERSION:INTERNAL= +PC_PLUTOSVG_plutosvg_INCLUDEDIR:INTERNAL= +PC_PLUTOSVG_plutosvg_LIBDIR:INTERNAL= +PC_PLUTOSVG_plutosvg_PREFIX:INTERNAL= +PC_PLUTOSVG_plutosvg_VERSION:INTERNAL= +PC_POSTPROC_CFLAGS:INTERNAL=-I/usr/include +PC_POSTPROC_CFLAGS_I:INTERNAL= +PC_POSTPROC_CFLAGS_OTHER:INTERNAL= +PC_POSTPROC_FOUND:INTERNAL=1 +PC_POSTPROC_INCLUDEDIR:INTERNAL=/usr/include +PC_POSTPROC_INCLUDE_DIRS:INTERNAL=/usr/include +PC_POSTPROC_LDFLAGS:INTERNAL=-L/usr/lib;-lpostproc +PC_POSTPROC_LDFLAGS_OTHER:INTERNAL= +PC_POSTPROC_LIBDIR:INTERNAL=/usr/lib +PC_POSTPROC_LIBRARIES:INTERNAL=postproc +PC_POSTPROC_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_POSTPROC_LIBS:INTERNAL= +PC_POSTPROC_LIBS_L:INTERNAL= +PC_POSTPROC_LIBS_OTHER:INTERNAL= +PC_POSTPROC_LIBS_PATHS:INTERNAL= +PC_POSTPROC_MODULE_NAME:INTERNAL=libpostproc +PC_POSTPROC_PREFIX:INTERNAL=/usr +PC_POSTPROC_STATIC_CFLAGS:INTERNAL=-I/usr/include +PC_POSTPROC_STATIC_CFLAGS_I:INTERNAL= +PC_POSTPROC_STATIC_CFLAGS_OTHER:INTERNAL= +PC_POSTPROC_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include +PC_POSTPROC_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lpostproc;-lm;-latomic;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/pkgconfig/../;-lvpl;-ldl;-lOpenCL;-lva;-latomic;-lX11 +PC_POSTPROC_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread +PC_POSTPROC_STATIC_LIBDIR:INTERNAL= +PC_POSTPROC_STATIC_LIBRARIES:INTERNAL=postproc;m;atomic;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;OpenCL;va;atomic;X11 +PC_POSTPROC_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib/pkgconfig/../ +PC_POSTPROC_STATIC_LIBS:INTERNAL= +PC_POSTPROC_STATIC_LIBS_L:INTERNAL= +PC_POSTPROC_STATIC_LIBS_OTHER:INTERNAL= +PC_POSTPROC_STATIC_LIBS_PATHS:INTERNAL= +PC_POSTPROC_VERSION:INTERNAL=58.3.100 +PC_POSTPROC_libpostproc_INCLUDEDIR:INTERNAL= +PC_POSTPROC_libpostproc_LIBDIR:INTERNAL= +PC_POSTPROC_libpostproc_PREFIX:INTERNAL= +PC_POSTPROC_libpostproc_VERSION:INTERNAL= +PC_PULSEAUDIO_CFLAGS:INTERNAL=-I/usr/include;-D_REENTRANT +PC_PULSEAUDIO_CFLAGS_I:INTERNAL= +PC_PULSEAUDIO_CFLAGS_OTHER:INTERNAL=-D_REENTRANT +PC_PULSEAUDIO_FOUND:INTERNAL=1 +PC_PULSEAUDIO_INCLUDEDIR:INTERNAL=/usr/include +PC_PULSEAUDIO_INCLUDE_DIRS:INTERNAL=/usr/include +PC_PULSEAUDIO_LDFLAGS:INTERNAL=-L/usr/lib;-lpulse;-pthread +PC_PULSEAUDIO_LDFLAGS_OTHER:INTERNAL=-pthread +PC_PULSEAUDIO_LIBDIR:INTERNAL=/usr/lib +PC_PULSEAUDIO_LIBRARIES:INTERNAL=pulse +PC_PULSEAUDIO_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_PULSEAUDIO_LIBS:INTERNAL= +PC_PULSEAUDIO_LIBS_L:INTERNAL= +PC_PULSEAUDIO_LIBS_OTHER:INTERNAL= +PC_PULSEAUDIO_LIBS_PATHS:INTERNAL= +PC_PULSEAUDIO_MODULE_NAME:INTERNAL=libpulse +PC_PULSEAUDIO_PREFIX:INTERNAL=/usr +PC_PULSEAUDIO_STATIC_CFLAGS:INTERNAL=-I/usr/include;-D_REENTRANT +PC_PULSEAUDIO_STATIC_CFLAGS_I:INTERNAL= +PC_PULSEAUDIO_STATIC_CFLAGS_OTHER:INTERNAL=-D_REENTRANT +PC_PULSEAUDIO_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include +PC_PULSEAUDIO_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lpulse;-pthread;-L/usr/lib/pulseaudio;-lpulsecommon-17.0 +PC_PULSEAUDIO_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread +PC_PULSEAUDIO_STATIC_LIBDIR:INTERNAL= +PC_PULSEAUDIO_STATIC_LIBRARIES:INTERNAL=pulse;pulsecommon-17.0 +PC_PULSEAUDIO_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib/pulseaudio +PC_PULSEAUDIO_STATIC_LIBS:INTERNAL= +PC_PULSEAUDIO_STATIC_LIBS_L:INTERNAL= +PC_PULSEAUDIO_STATIC_LIBS_OTHER:INTERNAL= +PC_PULSEAUDIO_STATIC_LIBS_PATHS:INTERNAL= +PC_PULSEAUDIO_VERSION:INTERNAL=17.0-43-g3e2bb +PC_PULSEAUDIO_libpulse_INCLUDEDIR:INTERNAL= +PC_PULSEAUDIO_libpulse_LIBDIR:INTERNAL= +PC_PULSEAUDIO_libpulse_PREFIX:INTERNAL= +PC_PULSEAUDIO_libpulse_VERSION:INTERNAL= +PC_SNDIO_CFLAGS:INTERNAL= +PC_SNDIO_CFLAGS_I:INTERNAL= +PC_SNDIO_CFLAGS_OTHER:INTERNAL= +PC_SNDIO_FOUND:INTERNAL= +PC_SNDIO_INCLUDEDIR:INTERNAL= +PC_SNDIO_LIBDIR:INTERNAL= +PC_SNDIO_LIBS:INTERNAL= +PC_SNDIO_LIBS_L:INTERNAL= +PC_SNDIO_LIBS_OTHER:INTERNAL= +PC_SNDIO_LIBS_PATHS:INTERNAL= +PC_SNDIO_MODULE_NAME:INTERNAL= +PC_SNDIO_PREFIX:INTERNAL= +PC_SNDIO_STATIC_CFLAGS:INTERNAL= +PC_SNDIO_STATIC_CFLAGS_I:INTERNAL= +PC_SNDIO_STATIC_CFLAGS_OTHER:INTERNAL= +PC_SNDIO_STATIC_LIBDIR:INTERNAL= +PC_SNDIO_STATIC_LIBS:INTERNAL= +PC_SNDIO_STATIC_LIBS_L:INTERNAL= +PC_SNDIO_STATIC_LIBS_OTHER:INTERNAL= +PC_SNDIO_STATIC_LIBS_PATHS:INTERNAL= +PC_SNDIO_VERSION:INTERNAL= +PC_SNDIO_sndio_INCLUDEDIR:INTERNAL= +PC_SNDIO_sndio_LIBDIR:INTERNAL= +PC_SNDIO_sndio_PREFIX:INTERNAL= +PC_SNDIO_sndio_VERSION:INTERNAL= +PC_SWRESAMPLE_CFLAGS:INTERNAL=-I/usr/include +PC_SWRESAMPLE_CFLAGS_I:INTERNAL= +PC_SWRESAMPLE_CFLAGS_OTHER:INTERNAL= +PC_SWRESAMPLE_FOUND:INTERNAL=1 +PC_SWRESAMPLE_INCLUDEDIR:INTERNAL=/usr/include +PC_SWRESAMPLE_INCLUDE_DIRS:INTERNAL=/usr/include +PC_SWRESAMPLE_LDFLAGS:INTERNAL=-L/usr/lib;-lswresample +PC_SWRESAMPLE_LDFLAGS_OTHER:INTERNAL= +PC_SWRESAMPLE_LIBDIR:INTERNAL=/usr/lib +PC_SWRESAMPLE_LIBRARIES:INTERNAL=swresample +PC_SWRESAMPLE_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_SWRESAMPLE_LIBS:INTERNAL= +PC_SWRESAMPLE_LIBS_L:INTERNAL= +PC_SWRESAMPLE_LIBS_OTHER:INTERNAL= +PC_SWRESAMPLE_LIBS_PATHS:INTERNAL= +PC_SWRESAMPLE_MODULE_NAME:INTERNAL=libswresample +PC_SWRESAMPLE_PREFIX:INTERNAL=/usr +PC_SWRESAMPLE_STATIC_CFLAGS:INTERNAL=-I/usr/include +PC_SWRESAMPLE_STATIC_CFLAGS_I:INTERNAL= +PC_SWRESAMPLE_STATIC_CFLAGS_OTHER:INTERNAL= +PC_SWRESAMPLE_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include +PC_SWRESAMPLE_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lswresample;-lm;-lsoxr;-latomic;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/pkgconfig/../;-lvpl;-ldl;-lOpenCL;-lva;-latomic;-lX11 +PC_SWRESAMPLE_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread +PC_SWRESAMPLE_STATIC_LIBDIR:INTERNAL= +PC_SWRESAMPLE_STATIC_LIBRARIES:INTERNAL=swresample;m;soxr;atomic;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;OpenCL;va;atomic;X11 +PC_SWRESAMPLE_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib/pkgconfig/../ +PC_SWRESAMPLE_STATIC_LIBS:INTERNAL= +PC_SWRESAMPLE_STATIC_LIBS_L:INTERNAL= +PC_SWRESAMPLE_STATIC_LIBS_OTHER:INTERNAL= +PC_SWRESAMPLE_STATIC_LIBS_PATHS:INTERNAL= +PC_SWRESAMPLE_VERSION:INTERNAL=5.3.100 +PC_SWRESAMPLE_libswresample_INCLUDEDIR:INTERNAL= +PC_SWRESAMPLE_libswresample_LIBDIR:INTERNAL= +PC_SWRESAMPLE_libswresample_PREFIX:INTERNAL= +PC_SWRESAMPLE_libswresample_VERSION:INTERNAL= +PC_SWSCALE_CFLAGS:INTERNAL=-I/usr/include +PC_SWSCALE_CFLAGS_I:INTERNAL= +PC_SWSCALE_CFLAGS_OTHER:INTERNAL= +PC_SWSCALE_FOUND:INTERNAL=1 +PC_SWSCALE_INCLUDEDIR:INTERNAL=/usr/include +PC_SWSCALE_INCLUDE_DIRS:INTERNAL=/usr/include +PC_SWSCALE_LDFLAGS:INTERNAL=-L/usr/lib;-lswscale +PC_SWSCALE_LDFLAGS_OTHER:INTERNAL= +PC_SWSCALE_LIBDIR:INTERNAL=/usr/lib +PC_SWSCALE_LIBRARIES:INTERNAL=swscale +PC_SWSCALE_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_SWSCALE_LIBS:INTERNAL= +PC_SWSCALE_LIBS_L:INTERNAL= +PC_SWSCALE_LIBS_OTHER:INTERNAL= +PC_SWSCALE_LIBS_PATHS:INTERNAL= +PC_SWSCALE_MODULE_NAME:INTERNAL=libswscale +PC_SWSCALE_PREFIX:INTERNAL=/usr +PC_SWSCALE_STATIC_CFLAGS:INTERNAL=-I/usr/include +PC_SWSCALE_STATIC_CFLAGS_I:INTERNAL= +PC_SWSCALE_STATIC_CFLAGS_OTHER:INTERNAL= +PC_SWSCALE_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include +PC_SWSCALE_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lswscale;-lm;-latomic;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/pkgconfig/../;-lvpl;-ldl;-lOpenCL;-lva;-latomic;-lX11 +PC_SWSCALE_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread +PC_SWSCALE_STATIC_LIBDIR:INTERNAL= +PC_SWSCALE_STATIC_LIBRARIES:INTERNAL=swscale;m;atomic;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;OpenCL;va;atomic;X11 +PC_SWSCALE_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib/pkgconfig/../ +PC_SWSCALE_STATIC_LIBS:INTERNAL= +PC_SWSCALE_STATIC_LIBS_L:INTERNAL= +PC_SWSCALE_STATIC_LIBS_OTHER:INTERNAL= +PC_SWSCALE_STATIC_LIBS_PATHS:INTERNAL= +PC_SWSCALE_VERSION:INTERNAL=8.3.100 +PC_SWSCALE_libswscale_INCLUDEDIR:INTERNAL= +PC_SWSCALE_libswscale_LIBDIR:INTERNAL= +PC_SWSCALE_libswscale_PREFIX:INTERNAL= +PC_SWSCALE_libswscale_VERSION:INTERNAL= +PC_WAYLAND_CFLAGS:INTERNAL=-I/usr/include +PC_WAYLAND_CFLAGS_I:INTERNAL= +PC_WAYLAND_CFLAGS_OTHER:INTERNAL= +PC_WAYLAND_FOUND:INTERNAL=1 +PC_WAYLAND_INCLUDEDIR:INTERNAL= +PC_WAYLAND_INCLUDE_DIRS:INTERNAL=/usr/include +PC_WAYLAND_LDFLAGS:INTERNAL=-L/usr/lib;-lwayland-egl;-lwayland-cursor;-lwayland-client;-lEGL;-lxkbcommon +PC_WAYLAND_LDFLAGS_OTHER:INTERNAL= +PC_WAYLAND_LIBDIR:INTERNAL= +PC_WAYLAND_LIBRARIES:INTERNAL=wayland-egl;wayland-cursor;wayland-client;EGL;xkbcommon +PC_WAYLAND_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_WAYLAND_LIBS:INTERNAL= +PC_WAYLAND_LIBS_L:INTERNAL= +PC_WAYLAND_LIBS_OTHER:INTERNAL= +PC_WAYLAND_LIBS_PATHS:INTERNAL= +PC_WAYLAND_MODULE_NAME:INTERNAL= +PC_WAYLAND_PREFIX:INTERNAL= +PC_WAYLAND_STATIC_CFLAGS:INTERNAL=-I/usr/include +PC_WAYLAND_STATIC_CFLAGS_I:INTERNAL= +PC_WAYLAND_STATIC_CFLAGS_OTHER:INTERNAL= +PC_WAYLAND_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include +PC_WAYLAND_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lwayland-egl;-lwayland-cursor;-lwayland-client;-lm;-pthread;-lrt;-lffi;-lEGL;-lxkbcommon +PC_WAYLAND_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread +PC_WAYLAND_STATIC_LIBDIR:INTERNAL= +PC_WAYLAND_STATIC_LIBRARIES:INTERNAL=wayland-egl;wayland-cursor;wayland-client;m;rt;ffi;EGL;xkbcommon +PC_WAYLAND_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib +PC_WAYLAND_STATIC_LIBS:INTERNAL= +PC_WAYLAND_STATIC_LIBS_L:INTERNAL= +PC_WAYLAND_STATIC_LIBS_OTHER:INTERNAL= +PC_WAYLAND_STATIC_LIBS_PATHS:INTERNAL= +PC_WAYLAND_VERSION:INTERNAL= +PC_WAYLAND_egl_INCLUDEDIR:INTERNAL=/usr/include +PC_WAYLAND_egl_LIBDIR:INTERNAL=/usr/lib +PC_WAYLAND_egl_MODULE_NAME:INTERNAL=egl +PC_WAYLAND_egl_PREFIX:INTERNAL=/usr +PC_WAYLAND_egl_VERSION:INTERNAL=1.5 +PC_WAYLAND_wayland-client_INCLUDEDIR:INTERNAL=/usr/include +PC_WAYLAND_wayland-client_LIBDIR:INTERNAL=/usr/lib +PC_WAYLAND_wayland-client_MODULE_NAME:INTERNAL=wayland-client +PC_WAYLAND_wayland-client_PREFIX:INTERNAL=/usr +PC_WAYLAND_wayland-client_VERSION:INTERNAL=1.23.1 +PC_WAYLAND_wayland-cursor_INCLUDEDIR:INTERNAL=/usr/include +PC_WAYLAND_wayland-cursor_LIBDIR:INTERNAL=/usr/lib +PC_WAYLAND_wayland-cursor_MODULE_NAME:INTERNAL=wayland-cursor +PC_WAYLAND_wayland-cursor_PREFIX:INTERNAL=/usr +PC_WAYLAND_wayland-cursor_VERSION:INTERNAL=1.23.1 +PC_WAYLAND_wayland-egl_INCLUDEDIR:INTERNAL=/usr/include +PC_WAYLAND_wayland-egl_LIBDIR:INTERNAL=/usr/lib +PC_WAYLAND_wayland-egl_MODULE_NAME:INTERNAL=wayland-egl +PC_WAYLAND_wayland-egl_PREFIX:INTERNAL=/usr +PC_WAYLAND_wayland-egl_VERSION:INTERNAL=18.1.0 +PC_WAYLAND_xkbcommon_INCLUDEDIR:INTERNAL=/usr/include +PC_WAYLAND_xkbcommon_LIBDIR:INTERNAL=/usr/lib +PC_WAYLAND_xkbcommon_MODULE_NAME:INTERNAL=xkbcommon +PC_WAYLAND_xkbcommon_PREFIX:INTERNAL=/usr +PC_WAYLAND_xkbcommon_VERSION:INTERNAL=1.9.2 +//ADVANCED property for variable: PERL_EXECUTABLE +PERL_EXECUTABLE-ADVANCED:INTERNAL=1 +PIPEWIRE_CFLAGS:INTERNAL=-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT +PIPEWIRE_CFLAGS_I:INTERNAL= +PIPEWIRE_CFLAGS_OTHER:INTERNAL=-D_REENTRANT +PIPEWIRE_FOUND:INTERNAL=1 +PIPEWIRE_INCLUDEDIR:INTERNAL=/usr/include +PIPEWIRE_INCLUDE_DIRS:INTERNAL=/usr/include/pipewire-0.3;/usr/include/spa-0.2 +PIPEWIRE_LDFLAGS:INTERNAL=-L/usr/lib;-lpipewire-0.3 +PIPEWIRE_LDFLAGS_OTHER:INTERNAL= +PIPEWIRE_LIBDIR:INTERNAL=/usr/lib +PIPEWIRE_LIBRARIES:INTERNAL=pipewire-0.3 +PIPEWIRE_LIBRARY_DIRS:INTERNAL=/usr/lib +PIPEWIRE_LIBS:INTERNAL= +PIPEWIRE_LIBS_L:INTERNAL= +PIPEWIRE_LIBS_OTHER:INTERNAL= +PIPEWIRE_LIBS_PATHS:INTERNAL= +PIPEWIRE_MODULE_NAME:INTERNAL=libpipewire-0.3 +PIPEWIRE_PREFIX:INTERNAL=/usr +PIPEWIRE_STATIC_CFLAGS:INTERNAL=-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT +PIPEWIRE_STATIC_CFLAGS_I:INTERNAL= +PIPEWIRE_STATIC_CFLAGS_OTHER:INTERNAL=-D_REENTRANT +PIPEWIRE_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/pipewire-0.3;/usr/include/spa-0.2 +PIPEWIRE_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lpipewire-0.3 +PIPEWIRE_STATIC_LDFLAGS_OTHER:INTERNAL= +PIPEWIRE_STATIC_LIBDIR:INTERNAL= +PIPEWIRE_STATIC_LIBRARIES:INTERNAL=pipewire-0.3 +PIPEWIRE_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib +PIPEWIRE_STATIC_LIBS:INTERNAL= +PIPEWIRE_STATIC_LIBS_L:INTERNAL= +PIPEWIRE_STATIC_LIBS_OTHER:INTERNAL= +PIPEWIRE_STATIC_LIBS_PATHS:INTERNAL= +PIPEWIRE_VERSION:INTERNAL=1.4.2 +PIPEWIRE_libpipewire-0.3_INCLUDEDIR:INTERNAL= +PIPEWIRE_libpipewire-0.3_LIBDIR:INTERNAL= +PIPEWIRE_libpipewire-0.3_PREFIX:INTERNAL= +PIPEWIRE_libpipewire-0.3_VERSION:INTERNAL= +//ADVANCED property for variable: PKG_CONFIG_ARGN +PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE +PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 +PKG_FONTCONFIG_CFLAGS:INTERNAL=-I/usr/include;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/harfbuzz;-I/usr/include/glib-2.0;-I/usr/lib/glib-2.0/include;-I/usr/include/sysprof-6;-pthread +PKG_FONTCONFIG_CFLAGS_I:INTERNAL= +PKG_FONTCONFIG_CFLAGS_OTHER:INTERNAL=-pthread +PKG_FONTCONFIG_FOUND:INTERNAL=1 +PKG_FONTCONFIG_INCLUDEDIR:INTERNAL=/usr/include +PKG_FONTCONFIG_INCLUDE_DIRS:INTERNAL=/usr/include;/usr/include/freetype2;/usr/include/libpng16;/usr/include/harfbuzz;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-6 +PKG_FONTCONFIG_LDFLAGS:INTERNAL=-L/usr/lib;-lfontconfig +PKG_FONTCONFIG_LDFLAGS_OTHER:INTERNAL= +PKG_FONTCONFIG_LIBDIR:INTERNAL=/usr/lib +PKG_FONTCONFIG_LIBRARIES:INTERNAL=fontconfig +PKG_FONTCONFIG_LIBRARY_DIRS:INTERNAL=/usr/lib +PKG_FONTCONFIG_LIBS:INTERNAL= +PKG_FONTCONFIG_LIBS_L:INTERNAL= +PKG_FONTCONFIG_LIBS_OTHER:INTERNAL= +PKG_FONTCONFIG_LIBS_PATHS:INTERNAL= +PKG_FONTCONFIG_MODULE_NAME:INTERNAL=fontconfig +PKG_FONTCONFIG_PREFIX:INTERNAL=/usr +PKG_FONTCONFIG_STATIC_CFLAGS:INTERNAL=-I/usr/include;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/harfbuzz;-I/usr/include/glib-2.0;-I/usr/lib/glib-2.0/include;-I/usr/include/sysprof-6;-pthread;-DXML_STATIC +PKG_FONTCONFIG_STATIC_CFLAGS_I:INTERNAL= +PKG_FONTCONFIG_STATIC_CFLAGS_OTHER:INTERNAL=-pthread;-DXML_STATIC +PKG_FONTCONFIG_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include;/usr/include/freetype2;/usr/include/libpng16;/usr/include/harfbuzz;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-6 +PKG_FONTCONFIG_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lfontconfig;-pthread;-lm;-lfreetype;-lbz2;-lpng16;-lm;-lm;-lz;-lharfbuzz;-pthread;-lm;-lglib-2.0;-lm;-lsysprof-capture-4;-pthread;-lpcre2-8;-lgraphite2;-lbrotlidec;-lbrotlicommon;-lexpat;-lm +PKG_FONTCONFIG_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread;-pthread +PKG_FONTCONFIG_STATIC_LIBDIR:INTERNAL= +PKG_FONTCONFIG_STATIC_LIBRARIES:INTERNAL=fontconfig;m;freetype;bz2;png16;m;m;z;harfbuzz;m;glib-2.0;m;sysprof-capture-4;pcre2-8;graphite2;brotlidec;brotlicommon;expat;m +PKG_FONTCONFIG_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib +PKG_FONTCONFIG_STATIC_LIBS:INTERNAL= +PKG_FONTCONFIG_STATIC_LIBS_L:INTERNAL= +PKG_FONTCONFIG_STATIC_LIBS_OTHER:INTERNAL= +PKG_FONTCONFIG_STATIC_LIBS_PATHS:INTERNAL= +PKG_FONTCONFIG_VERSION:INTERNAL=2.16.2 +PKG_FONTCONFIG_fontconfig_INCLUDEDIR:INTERNAL= +PKG_FONTCONFIG_fontconfig_LIBDIR:INTERNAL= +PKG_FONTCONFIG_fontconfig_PREFIX:INTERNAL= +PKG_FONTCONFIG_fontconfig_VERSION:INTERNAL= +PKG_XKB_CFLAGS:INTERNAL=-I/usr/include +PKG_XKB_CFLAGS_I:INTERNAL= +PKG_XKB_CFLAGS_OTHER:INTERNAL= +PKG_XKB_FOUND:INTERNAL=1 +PKG_XKB_INCLUDEDIR:INTERNAL=/usr/include +PKG_XKB_INCLUDE_DIRS:INTERNAL=/usr/include +PKG_XKB_LDFLAGS:INTERNAL=-L/usr/lib;-lxkbcommon +PKG_XKB_LDFLAGS_OTHER:INTERNAL= +PKG_XKB_LIBDIR:INTERNAL=/usr/lib +PKG_XKB_LIBRARIES:INTERNAL=xkbcommon +PKG_XKB_LIBRARY_DIRS:INTERNAL=/usr/lib +PKG_XKB_LIBS:INTERNAL= +PKG_XKB_LIBS_L:INTERNAL= +PKG_XKB_LIBS_OTHER:INTERNAL= +PKG_XKB_LIBS_PATHS:INTERNAL= +PKG_XKB_MODULE_NAME:INTERNAL=xkbcommon +PKG_XKB_PREFIX:INTERNAL=/usr +PKG_XKB_STATIC_CFLAGS:INTERNAL=-I/usr/include +PKG_XKB_STATIC_CFLAGS_I:INTERNAL= +PKG_XKB_STATIC_CFLAGS_OTHER:INTERNAL= +PKG_XKB_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include +PKG_XKB_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lxkbcommon +PKG_XKB_STATIC_LDFLAGS_OTHER:INTERNAL= +PKG_XKB_STATIC_LIBDIR:INTERNAL= +PKG_XKB_STATIC_LIBRARIES:INTERNAL=xkbcommon +PKG_XKB_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib +PKG_XKB_STATIC_LIBS:INTERNAL= +PKG_XKB_STATIC_LIBS_L:INTERNAL= +PKG_XKB_STATIC_LIBS_OTHER:INTERNAL= +PKG_XKB_STATIC_LIBS_PATHS:INTERNAL= +PKG_XKB_VERSION:INTERNAL=1.9.2 +PKG_XKB_xkbcommon_INCLUDEDIR:INTERNAL= +PKG_XKB_xkbcommon_LIBDIR:INTERNAL= +PKG_XKB_xkbcommon_PREFIX:INTERNAL= +PKG_XKB_xkbcommon_VERSION:INTERNAL= +//ADVANCED property for variable: PORTAUDIO_INCLUDE_DIR +PORTAUDIO_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: PORTAUDIO_LIBRARY +PORTAUDIO_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: POSTPROC_DEFINITIONS +POSTPROC_DEFINITIONS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: POSTPROC_INCLUDE_DIRS +POSTPROC_INCLUDE_DIRS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: POSTPROC_LIBRARIES +POSTPROC_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: POSTPROC_VERSION +POSTPROC_VERSION-ADVANCED:INTERNAL=1 +//Qt feature: abstractbutton (from target Qt6::Widgets) +QT_FEATURE_abstractbutton:INTERNAL=ON +//Qt feature: abstractslider (from target Qt6::Widgets) +QT_FEATURE_abstractslider:INTERNAL=ON +//Qt feature: accessibility (from target Qt6::Gui) +QT_FEATURE_accessibility:INTERNAL=ON +//Qt feature: accessibility_atspi_bridge (from target Qt6::Gui) +QT_FEATURE_accessibility_atspi_bridge:INTERNAL=ON +//Qt feature: action (from target Qt6::Gui) +QT_FEATURE_action:INTERNAL=ON +//Qt feature: aesni (from target Qt6::Core) +QT_FEATURE_aesni:INTERNAL=ON +//Qt feature: android_style_assets (from target Qt6::Core) +QT_FEATURE_android_style_assets:INTERNAL=OFF +//Qt feature: animation (from target Qt6::Core) +QT_FEATURE_animation:INTERNAL=ON +//Qt feature: appstore_compliant (from target Qt6::Core) +QT_FEATURE_appstore_compliant:INTERNAL=OFF +//Qt feature: arm_crc32 (from target Qt6::Core) +QT_FEATURE_arm_crc32:INTERNAL=OFF +//Qt feature: arm_crypto (from target Qt6::Core) +QT_FEATURE_arm_crypto:INTERNAL=OFF +//Qt feature: arm_sve (from target Qt6::Core) +QT_FEATURE_arm_sve:INTERNAL=OFF +//Qt feature: avx (from target Qt6::Core) +QT_FEATURE_avx:INTERNAL=ON +//Qt feature: avx2 (from target Qt6::Core) +QT_FEATURE_avx2:INTERNAL=ON +//Qt feature: avx512bw (from target Qt6::Core) +QT_FEATURE_avx512bw:INTERNAL=ON +//Qt feature: avx512cd (from target Qt6::Core) +QT_FEATURE_avx512cd:INTERNAL=ON +//Qt feature: avx512dq (from target Qt6::Core) +QT_FEATURE_avx512dq:INTERNAL=ON +//Qt feature: avx512er (from target Qt6::Core) +QT_FEATURE_avx512er:INTERNAL=ON +//Qt feature: avx512f (from target Qt6::Core) +QT_FEATURE_avx512f:INTERNAL=ON +//Qt feature: avx512ifma (from target Qt6::Core) +QT_FEATURE_avx512ifma:INTERNAL=ON +//Qt feature: avx512pf (from target Qt6::Core) +QT_FEATURE_avx512pf:INTERNAL=ON +//Qt feature: avx512vbmi (from target Qt6::Core) +QT_FEATURE_avx512vbmi:INTERNAL=ON +//Qt feature: avx512vbmi2 (from target Qt6::Core) +QT_FEATURE_avx512vbmi2:INTERNAL=ON +//Qt feature: avx512vl (from target Qt6::Core) +QT_FEATURE_avx512vl:INTERNAL=ON +//Qt feature: backtrace (from target Qt6::Core) +QT_FEATURE_backtrace:INTERNAL=ON +//Qt feature: broken_threadlocal_dtors (from target Qt6::Core) +QT_FEATURE_broken_threadlocal_dtors:INTERNAL=OFF +//Qt feature: buttongroup (from target Qt6::Widgets) +QT_FEATURE_buttongroup:INTERNAL=ON +//Qt feature: calendarwidget (from target Qt6::Widgets) +QT_FEATURE_calendarwidget:INTERNAL=ON +//Qt feature: cborstreamreader (from target Qt6::Core) +QT_FEATURE_cborstreamreader:INTERNAL=ON +//Qt feature: cborstreamwriter (from target Qt6::Core) +QT_FEATURE_cborstreamwriter:INTERNAL=ON +//Qt feature: checkbox (from target Qt6::Widgets) +QT_FEATURE_checkbox:INTERNAL=ON +//Qt feature: clipboard (from target Qt6::Gui) +QT_FEATURE_clipboard:INTERNAL=ON +//Qt feature: clock_gettime (from target Qt6::Core) +QT_FEATURE_clock_gettime:INTERNAL=ON +//Qt feature: clock_monotonic (from target Qt6::Core) +QT_FEATURE_clock_monotonic:INTERNAL=ON +//Qt feature: colordialog (from target Qt6::Widgets) +QT_FEATURE_colordialog:INTERNAL=ON +//Qt feature: colornames (from target Qt6::Gui) +QT_FEATURE_colornames:INTERNAL=ON +//Qt feature: columnview (from target Qt6::Widgets) +QT_FEATURE_columnview:INTERNAL=ON +//Qt feature: combobox (from target Qt6::Widgets) +QT_FEATURE_combobox:INTERNAL=ON +//Qt feature: commandlineparser (from target Qt6::Core) +QT_FEATURE_commandlineparser:INTERNAL=ON +//Qt feature: commandlinkbutton (from target Qt6::Widgets) +QT_FEATURE_commandlinkbutton:INTERNAL=ON +//Qt feature: completer (from target Qt6::Widgets) +QT_FEATURE_completer:INTERNAL=ON +//Qt feature: concatenatetablesproxymodel (from target Qt6::Core) +QT_FEATURE_concatenatetablesproxymodel:INTERNAL=ON +//Qt feature: concurrent (from target Qt6::Core) +QT_FEATURE_concurrent:INTERNAL=ON +//Qt feature: contextmenu (from target Qt6::Widgets) +QT_FEATURE_contextmenu:INTERNAL=ON +//Qt feature: cpp_winrt (from target Qt6::Core) +QT_FEATURE_cpp_winrt:INTERNAL=OFF +//Qt feature: cross_compile (from target Qt6::Core) +QT_FEATURE_cross_compile:INTERNAL=OFF +//Qt feature: cssparser (from target Qt6::Gui) +QT_FEATURE_cssparser:INTERNAL=ON +//Qt feature: ctf (from target Qt6::Core) +QT_FEATURE_ctf:INTERNAL=OFF +//Qt feature: cursor (from target Qt6::Gui) +QT_FEATURE_cursor:INTERNAL=ON +//Qt feature: cxx11_future (from target Qt6::Core) +QT_FEATURE_cxx11_future:INTERNAL=ON +//Qt feature: cxx17_filesystem (from target Qt6::Core) +QT_FEATURE_cxx17_filesystem:INTERNAL=ON +//Qt feature: cxx20 (from target Qt6::Core) +QT_FEATURE_cxx20:INTERNAL=OFF +//Qt feature: cxx23_stacktrace (from target Qt6::Core) +QT_FEATURE_cxx23_stacktrace:INTERNAL=OFF +//Qt feature: cxx2a (from target Qt6::Core) +QT_FEATURE_cxx2a:INTERNAL=OFF +//Qt feature: cxx2b (from target Qt6::Core) +QT_FEATURE_cxx2b:INTERNAL=OFF +//Qt feature: datawidgetmapper (from target Qt6::Widgets) +QT_FEATURE_datawidgetmapper:INTERNAL=ON +//Qt feature: datestring (from target Qt6::Core) +QT_FEATURE_datestring:INTERNAL=ON +//Qt feature: datetimeedit (from target Qt6::Widgets) +QT_FEATURE_datetimeedit:INTERNAL=ON +//Qt feature: datetimeparser (from target Qt6::Core) +QT_FEATURE_datetimeparser:INTERNAL=ON +//Qt feature: dbus (from target Qt6::Core) +QT_FEATURE_dbus:INTERNAL=ON +//Qt feature: dbus_linked (from target Qt6::Core) +QT_FEATURE_dbus_linked:INTERNAL=ON +//Qt feature: debug (from target Qt6::Core) +QT_FEATURE_debug:INTERNAL=OFF +//Qt feature: debug_and_release (from target Qt6::Core) +QT_FEATURE_debug_and_release:INTERNAL=OFF +//Qt feature: desktopservices (from target Qt6::Gui) +QT_FEATURE_desktopservices:INTERNAL=ON +//Qt feature: developer_build (from target Qt6::Core) +QT_FEATURE_developer_build:INTERNAL=OFF +//Qt feature: dial (from target Qt6::Widgets) +QT_FEATURE_dial:INTERNAL=ON +//Qt feature: dialog (from target Qt6::Widgets) +QT_FEATURE_dialog:INTERNAL=ON +//Qt feature: dialogbuttonbox (from target Qt6::Widgets) +QT_FEATURE_dialogbuttonbox:INTERNAL=ON +//Qt feature: direct2d (from target Qt6::Gui) +QT_FEATURE_direct2d:INTERNAL=OFF +//Qt feature: direct2d1_1 (from target Qt6::Gui) +QT_FEATURE_direct2d1_1:INTERNAL=OFF +//Qt feature: directfb (from target Qt6::Gui) +QT_FEATURE_directfb:INTERNAL=OFF +//Qt feature: directwrite (from target Qt6::Gui) +QT_FEATURE_directwrite:INTERNAL=OFF +//Qt feature: directwrite3 (from target Qt6::Gui) +QT_FEATURE_directwrite3:INTERNAL=OFF +//Qt feature: directwritecolrv1 (from target Qt6::Gui) +QT_FEATURE_directwritecolrv1:INTERNAL=OFF +//Qt feature: dladdr (from target Qt6::Core) +QT_FEATURE_dladdr:INTERNAL=ON +//Qt feature: dlopen (from target Qt6::Core) +QT_FEATURE_dlopen:INTERNAL=ON +//Qt feature: doc_snippets (from target Qt6::Core) +QT_FEATURE_doc_snippets:INTERNAL=OFF +//Qt feature: dockwidget (from target Qt6::Widgets) +QT_FEATURE_dockwidget:INTERNAL=ON +//Qt feature: doubleconversion (from target Qt6::Core) +QT_FEATURE_doubleconversion:INTERNAL=ON +//Qt feature: draganddrop (from target Qt6::Gui) +QT_FEATURE_draganddrop:INTERNAL=ON +//Qt feature: drm_atomic (from target Qt6::Gui) +QT_FEATURE_drm_atomic:INTERNAL=ON +//Qt feature: dynamicgl (from target Qt6::Gui) +QT_FEATURE_dynamicgl:INTERNAL=OFF +//Qt feature: easingcurve (from target Qt6::Core) +QT_FEATURE_easingcurve:INTERNAL=ON +//Qt feature: effects (from target Qt6::Widgets) +QT_FEATURE_effects:INTERNAL=ON +//Qt feature: egl (from target Qt6::Gui) +QT_FEATURE_egl:INTERNAL=ON +//Qt feature: egl_x11 (from target Qt6::Gui) +QT_FEATURE_egl_x11:INTERNAL=ON +//Qt feature: eglfs (from target Qt6::Gui) +QT_FEATURE_eglfs:INTERNAL=ON +//Qt feature: eglfs_brcm (from target Qt6::Gui) +QT_FEATURE_eglfs_brcm:INTERNAL=OFF +//Qt feature: eglfs_egldevice (from target Qt6::Gui) +QT_FEATURE_eglfs_egldevice:INTERNAL=ON +//Qt feature: eglfs_gbm (from target Qt6::Gui) +QT_FEATURE_eglfs_gbm:INTERNAL=ON +//Qt feature: eglfs_mali (from target Qt6::Gui) +QT_FEATURE_eglfs_mali:INTERNAL=OFF +//Qt feature: eglfs_openwfd (from target Qt6::Gui) +QT_FEATURE_eglfs_openwfd:INTERNAL=OFF +//Qt feature: eglfs_rcar (from target Qt6::Gui) +QT_FEATURE_eglfs_rcar:INTERNAL=OFF +//Qt feature: eglfs_viv (from target Qt6::Gui) +QT_FEATURE_eglfs_viv:INTERNAL=OFF +//Qt feature: eglfs_viv_wl (from target Qt6::Gui) +QT_FEATURE_eglfs_viv_wl:INTERNAL=OFF +//Qt feature: eglfs_vsp2 (from target Qt6::Gui) +QT_FEATURE_eglfs_vsp2:INTERNAL=OFF +//Qt feature: eglfs_x11 (from target Qt6::Gui) +QT_FEATURE_eglfs_x11:INTERNAL=ON +//Qt feature: elf_private_full_version (from target Qt6::Core) +QT_FEATURE_elf_private_full_version:INTERNAL=OFF +//Qt feature: emojisegmenter (from target Qt6::Gui) +QT_FEATURE_emojisegmenter:INTERNAL=ON +//Qt feature: enable_new_dtags (from target Qt6::Core) +QT_FEATURE_enable_new_dtags:INTERNAL=ON +//Qt feature: errormessage (from target Qt6::Widgets) +QT_FEATURE_errormessage:INTERNAL=ON +//Qt feature: etw (from target Qt6::Core) +QT_FEATURE_etw:INTERNAL=OFF +//Qt feature: evdev (from target Qt6::Gui) +QT_FEATURE_evdev:INTERNAL=ON +//Qt feature: f16c (from target Qt6::Core) +QT_FEATURE_f16c:INTERNAL=ON +//Qt feature: filedialog (from target Qt6::Widgets) +QT_FEATURE_filedialog:INTERNAL=ON +//Qt feature: filesystemiterator (from target Qt6::Core) +QT_FEATURE_filesystemiterator:INTERNAL=ON +//Qt feature: filesystemmodel (from target Qt6::Gui) +QT_FEATURE_filesystemmodel:INTERNAL=ON +//Qt feature: filesystemwatcher (from target Qt6::Core) +QT_FEATURE_filesystemwatcher:INTERNAL=ON +//Qt feature: fontcombobox (from target Qt6::Widgets) +QT_FEATURE_fontcombobox:INTERNAL=ON +//Qt feature: fontconfig (from target Qt6::Gui) +QT_FEATURE_fontconfig:INTERNAL=ON +//Qt feature: fontdialog (from target Qt6::Widgets) +QT_FEATURE_fontdialog:INTERNAL=ON +//Qt feature: force_asserts (from target Qt6::Core) +QT_FEATURE_force_asserts:INTERNAL=OFF +//Qt feature: force_bundled_libs (from target Qt6::Core) +QT_FEATURE_force_bundled_libs:INTERNAL=OFF +//Qt feature: force_debug_info (from target Qt6::Core) +QT_FEATURE_force_debug_info:INTERNAL=ON +//Qt feature: force_system_libs (from target Qt6::Core) +QT_FEATURE_force_system_libs:INTERNAL=OFF +//Qt feature: forkfd_pidfd (from target Qt6::Core) +QT_FEATURE_forkfd_pidfd:INTERNAL=ON +//Qt feature: formlayout (from target Qt6::Widgets) +QT_FEATURE_formlayout:INTERNAL=ON +//Qt feature: framework (from target Qt6::Core) +QT_FEATURE_framework:INTERNAL=OFF +//Qt feature: freetype (from target Qt6::Gui) +QT_FEATURE_freetype:INTERNAL=ON +//Qt feature: fscompleter (from target Qt6::Widgets) +QT_FEATURE_fscompleter:INTERNAL=ON +//Qt feature: futimens (from target Qt6::Core) +QT_FEATURE_futimens:INTERNAL=ON +//Qt feature: future (from target Qt6::Core) +QT_FEATURE_future:INTERNAL=ON +//Qt feature: gbm (from target Qt6::Gui) +QT_FEATURE_gbm:INTERNAL=ON +//Qt feature: gc_binaries (from target Qt6::Core) +QT_FEATURE_gc_binaries:INTERNAL=OFF +//Qt feature: gestures (from target Qt6::Core) +QT_FEATURE_gestures:INTERNAL=ON +//Qt feature: getauxval (from target Qt6::Core) +QT_FEATURE_getauxval:INTERNAL=ON +//Qt feature: getentropy (from target Qt6::Core) +QT_FEATURE_getentropy:INTERNAL=ON +//Qt feature: gif (from target Qt6::Gui) +QT_FEATURE_gif:INTERNAL=ON +//Qt feature: glib (from target Qt6::Core) +QT_FEATURE_glib:INTERNAL=ON +//Qt feature: glibc_fortify_source (from target Qt6::Core) +QT_FEATURE_glibc_fortify_source:INTERNAL=ON +//Qt feature: graphicseffect (from target Qt6::Widgets) +QT_FEATURE_graphicseffect:INTERNAL=ON +//Qt feature: graphicsframecapture (from target Qt6::Gui) +QT_FEATURE_graphicsframecapture:INTERNAL=OFF +//Qt feature: graphicsview (from target Qt6::Widgets) +QT_FEATURE_graphicsview:INTERNAL=ON +//Qt feature: groupbox (from target Qt6::Widgets) +QT_FEATURE_groupbox:INTERNAL=ON +//Qt feature: gtk3 (from target Qt6::Widgets) +QT_FEATURE_gtk3:INTERNAL=ON +//Qt feature: gui (from target Qt6::Core) +QT_FEATURE_gui:INTERNAL=ON +//Qt feature: harfbuzz (from target Qt6::Gui) +QT_FEATURE_harfbuzz:INTERNAL=ON +//Qt feature: highdpiscaling (from target Qt6::Gui) +QT_FEATURE_highdpiscaling:INTERNAL=ON +//Qt feature: hijricalendar (from target Qt6::Core) +QT_FEATURE_hijricalendar:INTERNAL=ON +//Qt feature: ico (from target Qt6::Gui) +QT_FEATURE_ico:INTERNAL=ON +//Qt feature: icu (from target Qt6::Core) +QT_FEATURE_icu:INTERNAL=ON +//Qt feature: identityproxymodel (from target Qt6::Core) +QT_FEATURE_identityproxymodel:INTERNAL=ON +//Qt feature: im (from target Qt6::Gui) +QT_FEATURE_im:INTERNAL=ON +//Qt feature: image_heuristic_mask (from target Qt6::Gui) +QT_FEATURE_image_heuristic_mask:INTERNAL=ON +//Qt feature: image_text (from target Qt6::Gui) +QT_FEATURE_image_text:INTERNAL=ON +//Qt feature: imageformat_bmp (from target Qt6::Gui) +QT_FEATURE_imageformat_bmp:INTERNAL=ON +//Qt feature: imageformat_jpeg (from target Qt6::Gui) +QT_FEATURE_imageformat_jpeg:INTERNAL=ON +//Qt feature: imageformat_png (from target Qt6::Gui) +QT_FEATURE_imageformat_png:INTERNAL=ON +//Qt feature: imageformat_ppm (from target Qt6::Gui) +QT_FEATURE_imageformat_ppm:INTERNAL=ON +//Qt feature: imageformat_xbm (from target Qt6::Gui) +QT_FEATURE_imageformat_xbm:INTERNAL=ON +//Qt feature: imageformat_xpm (from target Qt6::Gui) +QT_FEATURE_imageformat_xpm:INTERNAL=ON +//Qt feature: imageformatplugin (from target Qt6::Gui) +QT_FEATURE_imageformatplugin:INTERNAL=ON +//Qt feature: imageio_text_loading (from target Qt6::Gui) +QT_FEATURE_imageio_text_loading:INTERNAL=ON +//Qt feature: inotify (from target Qt6::Core) +QT_FEATURE_inotify:INTERNAL=ON +//Qt feature: inputdialog (from target Qt6::Widgets) +QT_FEATURE_inputdialog:INTERNAL=ON +//Qt feature: integrityfb (from target Qt6::Gui) +QT_FEATURE_integrityfb:INTERNAL=OFF +//Qt feature: integrityhid (from target Qt6::Gui) +QT_FEATURE_integrityhid:INTERNAL=OFF +//Qt feature: intelcet (from target Qt6::Core) +QT_FEATURE_intelcet:INTERNAL=ON +//Qt feature: islamiccivilcalendar (from target Qt6::Core) +QT_FEATURE_islamiccivilcalendar:INTERNAL=ON +//Qt feature: itemmodel (from target Qt6::Core) +QT_FEATURE_itemmodel:INTERNAL=ON +//Qt feature: itemviews (from target Qt6::Widgets) +QT_FEATURE_itemviews:INTERNAL=ON +//Qt feature: jalalicalendar (from target Qt6::Core) +QT_FEATURE_jalalicalendar:INTERNAL=ON +//Qt feature: journald (from target Qt6::Core) +QT_FEATURE_journald:INTERNAL=ON +//Qt feature: jpeg (from target Qt6::Gui) +QT_FEATURE_jpeg:INTERNAL=ON +//Qt feature: keysequenceedit (from target Qt6::Widgets) +QT_FEATURE_keysequenceedit:INTERNAL=ON +//Qt feature: kms (from target Qt6::Gui) +QT_FEATURE_kms:INTERNAL=ON +//Qt feature: label (from target Qt6::Widgets) +QT_FEATURE_label:INTERNAL=ON +//Qt feature: largefile (from target Qt6::Core) +QT_FEATURE_largefile:INTERNAL=ON +//Qt feature: lasx (from target Qt6::Core) +QT_FEATURE_lasx:INTERNAL=OFF +//Qt feature: lcdnumber (from target Qt6::Widgets) +QT_FEATURE_lcdnumber:INTERNAL=ON +//Qt feature: libcpp_hardening (from target Qt6::Core) +QT_FEATURE_libcpp_hardening:INTERNAL=OFF +//Qt feature: libinput (from target Qt6::Gui) +QT_FEATURE_libinput:INTERNAL=ON +//Qt feature: libinput_axis_api (from target Qt6::Gui) +QT_FEATURE_libinput_axis_api:INTERNAL=ON +//Qt feature: libinput_hires_wheel_support (from target Qt6::Gui) +QT_FEATURE_libinput_hires_wheel_support:INTERNAL=ON +//Qt feature: library (from target Qt6::Core) +QT_FEATURE_library:INTERNAL=ON +//Qt feature: libstdcpp_assertions (from target Qt6::Core) +QT_FEATURE_libstdcpp_assertions:INTERNAL=ON +//Qt feature: libudev (from target Qt6::Core) +QT_FEATURE_libudev:INTERNAL=ON +//Qt feature: lineedit (from target Qt6::Widgets) +QT_FEATURE_lineedit:INTERNAL=ON +//Qt feature: linkat (from target Qt6::Core) +QT_FEATURE_linkat:INTERNAL=ON +//Qt feature: linuxfb (from target Qt6::Gui) +QT_FEATURE_linuxfb:INTERNAL=ON +//Qt feature: listview (from target Qt6::Widgets) +QT_FEATURE_listview:INTERNAL=ON +//Qt feature: listwidget (from target Qt6::Widgets) +QT_FEATURE_listwidget:INTERNAL=ON +//Qt feature: localtime_r (from target Qt6::Core) +QT_FEATURE_localtime_r:INTERNAL=ON +//Qt feature: localtime_s (from target Qt6::Core) +QT_FEATURE_localtime_s:INTERNAL=OFF +//Qt feature: lsx (from target Qt6::Core) +QT_FEATURE_lsx:INTERNAL=OFF +//Qt feature: ltcg (from target Qt6::Core) +QT_FEATURE_ltcg:INTERNAL=ON +//Qt feature: lttng (from target Qt6::Core) +QT_FEATURE_lttng:INTERNAL=OFF +//Qt feature: mainwindow (from target Qt6::Widgets) +QT_FEATURE_mainwindow:INTERNAL=ON +//Qt feature: mdiarea (from target Qt6::Widgets) +QT_FEATURE_mdiarea:INTERNAL=ON +//Qt feature: memmem (from target Qt6::Core) +QT_FEATURE_memmem:INTERNAL=ON +//Qt feature: memrchr (from target Qt6::Core) +QT_FEATURE_memrchr:INTERNAL=ON +//Qt feature: menu (from target Qt6::Widgets) +QT_FEATURE_menu:INTERNAL=ON +//Qt feature: menubar (from target Qt6::Widgets) +QT_FEATURE_menubar:INTERNAL=ON +//Qt feature: messagebox (from target Qt6::Widgets) +QT_FEATURE_messagebox:INTERNAL=ON +//Qt feature: metal (from target Qt6::Gui) +QT_FEATURE_metal:INTERNAL=OFF +//Qt feature: mimetype (from target Qt6::Core) +QT_FEATURE_mimetype:INTERNAL=ON +//Qt feature: mimetype_database (from target Qt6::Core) +QT_FEATURE_mimetype_database:INTERNAL=ON +//Qt feature: mips_dsp (from target Qt6::Core) +QT_FEATURE_mips_dsp:INTERNAL=OFF +//Qt feature: mips_dspr2 (from target Qt6::Core) +QT_FEATURE_mips_dspr2:INTERNAL=OFF +//Qt feature: movie (from target Qt6::Gui) +QT_FEATURE_movie:INTERNAL=ON +//Qt feature: mtdev (from target Qt6::Gui) +QT_FEATURE_mtdev:INTERNAL=ON +//Qt feature: multiprocess (from target Qt6::Gui) +QT_FEATURE_multiprocess:INTERNAL=ON +//Qt feature: neon (from target Qt6::Core) +QT_FEATURE_neon:INTERNAL=OFF +//Qt feature: network (from target Qt6::Core) +QT_FEATURE_network:INTERNAL=ON +//Qt feature: no_direct_extern_access (from target Qt6::Core) +QT_FEATURE_no_direct_extern_access:INTERNAL=ON +//Qt feature: opengl (from target Qt6::Gui) +QT_FEATURE_opengl:INTERNAL=ON +//Qt feature: opengles2 (from target Qt6::Gui) +QT_FEATURE_opengles2:INTERNAL=OFF +//Qt feature: opengles3 (from target Qt6::Gui) +QT_FEATURE_opengles3:INTERNAL=OFF +//Qt feature: opengles31 (from target Qt6::Gui) +QT_FEATURE_opengles31:INTERNAL=OFF +//Qt feature: opengles32 (from target Qt6::Gui) +QT_FEATURE_opengles32:INTERNAL=OFF +//Qt feature: openssl (from target Qt6::Core) +QT_FEATURE_openssl:INTERNAL=ON +//Qt feature: openssl_hash (from target Qt6::Core) +QT_FEATURE_openssl_hash:INTERNAL=OFF +//Qt feature: openssl_linked (from target Qt6::Core) +QT_FEATURE_openssl_linked:INTERNAL=ON +//Qt feature: opensslv11 (from target Qt6::Core) +QT_FEATURE_opensslv11:INTERNAL=OFF +//Qt feature: opensslv30 (from target Qt6::Core) +QT_FEATURE_opensslv30:INTERNAL=ON +//Qt feature: openvg (from target Qt6::Gui) +QT_FEATURE_openvg:INTERNAL=OFF +//Qt feature: pcre2 (from target Qt6::Core) +QT_FEATURE_pcre2:INTERNAL=ON +//Qt feature: pdf (from target Qt6::Gui) +QT_FEATURE_pdf:INTERNAL=ON +//Qt feature: permissions (from target Qt6::Core) +QT_FEATURE_permissions:INTERNAL=ON +//Qt feature: picture (from target Qt6::Gui) +QT_FEATURE_picture:INTERNAL=ON +//Qt feature: pkg_config (from target Qt6::Core) +QT_FEATURE_pkg_config:INTERNAL=ON +//Qt feature: plugin_manifest (from target Qt6::Core) +QT_FEATURE_plugin_manifest:INTERNAL=ON +//Qt feature: png (from target Qt6::Gui) +QT_FEATURE_png:INTERNAL=ON +//Qt feature: poll_exit_on_error (from target Qt6::Core) +QT_FEATURE_poll_exit_on_error:INTERNAL=OFF +//Qt feature: poll_poll (from target Qt6::Core) +QT_FEATURE_poll_poll:INTERNAL=OFF +//Qt feature: poll_pollts (from target Qt6::Core) +QT_FEATURE_poll_pollts:INTERNAL=OFF +//Qt feature: poll_ppoll (from target Qt6::Core) +QT_FEATURE_poll_ppoll:INTERNAL=ON +//Qt feature: poll_select (from target Qt6::Core) +QT_FEATURE_poll_select:INTERNAL=OFF +//Qt feature: posix_fallocate (from target Qt6::Core) +QT_FEATURE_posix_fallocate:INTERNAL=ON +//Qt feature: posix_sem (from target Qt6::Core) +QT_FEATURE_posix_sem:INTERNAL=ON +//Qt feature: posix_shm (from target Qt6::Core) +QT_FEATURE_posix_shm:INTERNAL=ON +//Qt feature: precompile_header (from target Qt6::Core) +QT_FEATURE_precompile_header:INTERNAL=ON +//Qt feature: printsupport (from target Qt6::Core) +QT_FEATURE_printsupport:INTERNAL=ON +//Qt feature: private_tests (from target Qt6::Core) +QT_FEATURE_private_tests:INTERNAL=OFF +//Qt feature: process (from target Qt6::Core) +QT_FEATURE_process:INTERNAL=ON +//Qt feature: processenvironment (from target Qt6::Core) +QT_FEATURE_processenvironment:INTERNAL=ON +//Qt feature: progressbar (from target Qt6::Widgets) +QT_FEATURE_progressbar:INTERNAL=ON +//Qt feature: progressdialog (from target Qt6::Widgets) +QT_FEATURE_progressdialog:INTERNAL=ON +//Qt feature: proxymodel (from target Qt6::Core) +QT_FEATURE_proxymodel:INTERNAL=ON +//Qt feature: pthread_clockjoin (from target Qt6::Core) +QT_FEATURE_pthread_clockjoin:INTERNAL=ON +//Qt feature: pthread_condattr_setclock (from target Qt6::Core) +QT_FEATURE_pthread_condattr_setclock:INTERNAL=ON +//Qt feature: pthread_timedjoin (from target Qt6::Core) +QT_FEATURE_pthread_timedjoin:INTERNAL=ON +//Qt feature: pushbutton (from target Qt6::Widgets) +QT_FEATURE_pushbutton:INTERNAL=ON +//Qt feature: qqnx_imf (from target Qt6::Gui) +QT_FEATURE_qqnx_imf:INTERNAL=OFF +//Qt feature: qqnx_pps (from target Qt6::Core) +QT_FEATURE_qqnx_pps:INTERNAL=OFF +//Qt feature: qtgui_threadpool (from target Qt6::Gui) +QT_FEATURE_qtgui_threadpool:INTERNAL=ON +//Qt feature: radiobutton (from target Qt6::Widgets) +QT_FEATURE_radiobutton:INTERNAL=ON +//Qt feature: raster_64bit (from target Qt6::Gui) +QT_FEATURE_raster_64bit:INTERNAL=ON +//Qt feature: raster_fp (from target Qt6::Gui) +QT_FEATURE_raster_fp:INTERNAL=ON +//Qt feature: rdrnd (from target Qt6::Core) +QT_FEATURE_rdrnd:INTERNAL=ON +//Qt feature: rdseed (from target Qt6::Core) +QT_FEATURE_rdseed:INTERNAL=ON +//Qt feature: reduce_exports (from target Qt6::Core) +QT_FEATURE_reduce_exports:INTERNAL=ON +//Qt feature: reduce_relocations (from target Qt6::Core) +QT_FEATURE_reduce_relocations:INTERNAL=ON +//Qt feature: regularexpression (from target Qt6::Core) +QT_FEATURE_regularexpression:INTERNAL=ON +//Qt feature: relocatable (from target Qt6::Core) +QT_FEATURE_relocatable:INTERNAL=ON +//Qt feature: relro_now_linker (from target Qt6::Core) +QT_FEATURE_relro_now_linker:INTERNAL=ON +//Qt feature: renameat2 (from target Qt6::Core) +QT_FEATURE_renameat2:INTERNAL=ON +//Qt feature: resizehandler (from target Qt6::Widgets) +QT_FEATURE_resizehandler:INTERNAL=ON +//Qt feature: rpath (from target Qt6::Core) +QT_FEATURE_rpath:INTERNAL=ON +//Qt feature: rubberband (from target Qt6::Widgets) +QT_FEATURE_rubberband:INTERNAL=ON +//Qt feature: scrollarea (from target Qt6::Widgets) +QT_FEATURE_scrollarea:INTERNAL=ON +//Qt feature: scrollbar (from target Qt6::Widgets) +QT_FEATURE_scrollbar:INTERNAL=ON +//Qt feature: scroller (from target Qt6::Widgets) +QT_FEATURE_scroller:INTERNAL=ON +//Qt feature: separate_debug_info (from target Qt6::Core) +QT_FEATURE_separate_debug_info:INTERNAL=OFF +//Qt feature: sessionmanager (from target Qt6::Gui) +QT_FEATURE_sessionmanager:INTERNAL=ON +//Qt feature: settings (from target Qt6::Core) +QT_FEATURE_settings:INTERNAL=ON +//Qt feature: sha3_fast (from target Qt6::Core) +QT_FEATURE_sha3_fast:INTERNAL=ON +//Qt feature: shani (from target Qt6::Core) +QT_FEATURE_shani:INTERNAL=ON +//Qt feature: shared (from target Qt6::Core) +QT_FEATURE_shared:INTERNAL=ON +//Qt feature: sharedmemory (from target Qt6::Core) +QT_FEATURE_sharedmemory:INTERNAL=ON +//Qt feature: shortcut (from target Qt6::Core) +QT_FEATURE_shortcut:INTERNAL=ON +//Qt feature: signaling_nan (from target Qt6::Core) +QT_FEATURE_signaling_nan:INTERNAL=ON +//Qt feature: simulator_and_device (from target Qt6::Core) +QT_FEATURE_simulator_and_device:INTERNAL=OFF +//Qt feature: sizegrip (from target Qt6::Widgets) +QT_FEATURE_sizegrip:INTERNAL=ON +//Qt feature: slider (from target Qt6::Widgets) +QT_FEATURE_slider:INTERNAL=ON +//Qt feature: slog2 (from target Qt6::Core) +QT_FEATURE_slog2:INTERNAL=OFF +//Qt feature: sortfilterproxymodel (from target Qt6::Core) +QT_FEATURE_sortfilterproxymodel:INTERNAL=ON +//Qt feature: spinbox (from target Qt6::Widgets) +QT_FEATURE_spinbox:INTERNAL=ON +//Qt feature: splashscreen (from target Qt6::Widgets) +QT_FEATURE_splashscreen:INTERNAL=ON +//Qt feature: splitter (from target Qt6::Widgets) +QT_FEATURE_splitter:INTERNAL=ON +//Qt feature: sql (from target Qt6::Core) +QT_FEATURE_sql:INTERNAL=ON +//Qt feature: sse2 (from target Qt6::Core) +QT_FEATURE_sse2:INTERNAL=ON +//Qt feature: sse3 (from target Qt6::Core) +QT_FEATURE_sse3:INTERNAL=ON +//Qt feature: sse4_1 (from target Qt6::Core) +QT_FEATURE_sse4_1:INTERNAL=ON +//Qt feature: sse4_2 (from target Qt6::Core) +QT_FEATURE_sse4_2:INTERNAL=ON +//Qt feature: ssse3 (from target Qt6::Core) +QT_FEATURE_ssse3:INTERNAL=ON +//Qt feature: stack_clash_protection (from target Qt6::Core) +QT_FEATURE_stack_clash_protection:INTERNAL=ON +//Qt feature: stack_protector (from target Qt6::Core) +QT_FEATURE_stack_protector:INTERNAL=ON +//Qt feature: stackedwidget (from target Qt6::Widgets) +QT_FEATURE_stackedwidget:INTERNAL=ON +//Qt feature: standarditemmodel (from target Qt6::Gui) +QT_FEATURE_standarditemmodel:INTERNAL=ON +//Qt feature: static (from target Qt6::Core) +QT_FEATURE_static:INTERNAL=OFF +//Qt feature: statusbar (from target Qt6::Widgets) +QT_FEATURE_statusbar:INTERNAL=ON +//Qt feature: statustip (from target Qt6::Widgets) +QT_FEATURE_statustip:INTERNAL=ON +//Qt feature: std_atomic64 (from target Qt6::Core) +QT_FEATURE_std_atomic64:INTERNAL=ON +//Qt feature: stdlib_libcpp (from target Qt6::Core) +QT_FEATURE_stdlib_libcpp:INTERNAL=OFF +//Qt feature: stringlistmodel (from target Qt6::Core) +QT_FEATURE_stringlistmodel:INTERNAL=ON +//Qt feature: style_android (from target Qt6::Widgets) +QT_FEATURE_style_android:INTERNAL=OFF +//Qt feature: style_fusion (from target Qt6::Widgets) +QT_FEATURE_style_fusion:INTERNAL=ON +//Qt feature: style_mac (from target Qt6::Widgets) +QT_FEATURE_style_mac:INTERNAL=OFF +//Qt feature: style_stylesheet (from target Qt6::Widgets) +QT_FEATURE_style_stylesheet:INTERNAL=ON +//Qt feature: style_windows (from target Qt6::Widgets) +QT_FEATURE_style_windows:INTERNAL=ON +//Qt feature: style_windows11 (from target Qt6::Widgets) +QT_FEATURE_style_windows11:INTERNAL=OFF +//Qt feature: style_windowsvista (from target Qt6::Widgets) +QT_FEATURE_style_windowsvista:INTERNAL=OFF +//Qt feature: syntaxhighlighter (from target Qt6::Widgets) +QT_FEATURE_syntaxhighlighter:INTERNAL=ON +//Qt feature: syslog (from target Qt6::Core) +QT_FEATURE_syslog:INTERNAL=OFF +//Qt feature: system_doubleconversion (from target Qt6::Core) +QT_FEATURE_system_doubleconversion:INTERNAL=ON +//Qt feature: system_freetype (from target Qt6::Gui) +QT_FEATURE_system_freetype:INTERNAL=ON +//Qt feature: system_harfbuzz (from target Qt6::Gui) +QT_FEATURE_system_harfbuzz:INTERNAL=ON +//Qt feature: system_jpeg (from target Qt6::Gui) +QT_FEATURE_system_jpeg:INTERNAL=ON +//Qt feature: system_libb2 (from target Qt6::Core) +QT_FEATURE_system_libb2:INTERNAL=ON +//Qt feature: system_pcre2 (from target Qt6::Core) +QT_FEATURE_system_pcre2:INTERNAL=ON +//Qt feature: system_png (from target Qt6::Gui) +QT_FEATURE_system_png:INTERNAL=ON +//Qt feature: system_textmarkdownreader (from target Qt6::Gui) +QT_FEATURE_system_textmarkdownreader:INTERNAL=ON +//Qt feature: system_xcb_xinput (from target Qt6::Gui) +QT_FEATURE_system_xcb_xinput:INTERNAL=ON +//Qt feature: system_zlib (from target Qt6::Core) +QT_FEATURE_system_zlib:INTERNAL=ON +//Qt feature: systemsemaphore (from target Qt6::Core) +QT_FEATURE_systemsemaphore:INTERNAL=ON +//Qt feature: systemtrayicon (from target Qt6::Gui) +QT_FEATURE_systemtrayicon:INTERNAL=ON +//Qt feature: sysv_sem (from target Qt6::Core) +QT_FEATURE_sysv_sem:INTERNAL=ON +//Qt feature: sysv_shm (from target Qt6::Core) +QT_FEATURE_sysv_shm:INTERNAL=ON +//Qt feature: tabbar (from target Qt6::Widgets) +QT_FEATURE_tabbar:INTERNAL=ON +//Qt feature: tabletevent (from target Qt6::Gui) +QT_FEATURE_tabletevent:INTERNAL=ON +//Qt feature: tableview (from target Qt6::Widgets) +QT_FEATURE_tableview:INTERNAL=ON +//Qt feature: tablewidget (from target Qt6::Widgets) +QT_FEATURE_tablewidget:INTERNAL=ON +//Qt feature: tabwidget (from target Qt6::Widgets) +QT_FEATURE_tabwidget:INTERNAL=ON +//Qt feature: temporaryfile (from target Qt6::Core) +QT_FEATURE_temporaryfile:INTERNAL=ON +//Qt feature: test_gui (from target Qt6::Core) +QT_FEATURE_test_gui:INTERNAL=ON +//Qt feature: testlib (from target Qt6::Core) +QT_FEATURE_testlib:INTERNAL=ON +//Qt feature: textbrowser (from target Qt6::Widgets) +QT_FEATURE_textbrowser:INTERNAL=ON +//Qt feature: textdate (from target Qt6::Core) +QT_FEATURE_textdate:INTERNAL=ON +//Qt feature: textedit (from target Qt6::Widgets) +QT_FEATURE_textedit:INTERNAL=ON +//Qt feature: texthtmlparser (from target Qt6::Gui) +QT_FEATURE_texthtmlparser:INTERNAL=ON +//Qt feature: textmarkdownreader (from target Qt6::Gui) +QT_FEATURE_textmarkdownreader:INTERNAL=ON +//Qt feature: textmarkdownwriter (from target Qt6::Gui) +QT_FEATURE_textmarkdownwriter:INTERNAL=ON +//Qt feature: textodfwriter (from target Qt6::Gui) +QT_FEATURE_textodfwriter:INTERNAL=ON +//Qt feature: thread (from target Qt6::Core) +QT_FEATURE_thread:INTERNAL=ON +//Qt feature: threadsafe_cloexec (from target Qt6::Core) +QT_FEATURE_threadsafe_cloexec:INTERNAL=ON +//Qt feature: timezone (from target Qt6::Core) +QT_FEATURE_timezone:INTERNAL=ON +//Qt feature: timezone_locale (from target Qt6::Core) +QT_FEATURE_timezone_locale:INTERNAL=ON +//Qt feature: timezone_tzdb (from target Qt6::Core) +QT_FEATURE_timezone_tzdb:INTERNAL=OFF +//Qt feature: toolbar (from target Qt6::Widgets) +QT_FEATURE_toolbar:INTERNAL=ON +//Qt feature: toolbox (from target Qt6::Widgets) +QT_FEATURE_toolbox:INTERNAL=ON +//Qt feature: toolbutton (from target Qt6::Widgets) +QT_FEATURE_toolbutton:INTERNAL=ON +//Qt feature: tooltip (from target Qt6::Widgets) +QT_FEATURE_tooltip:INTERNAL=ON +//Qt feature: translation (from target Qt6::Core) +QT_FEATURE_translation:INTERNAL=ON +//Qt feature: transposeproxymodel (from target Qt6::Core) +QT_FEATURE_transposeproxymodel:INTERNAL=ON +//Qt feature: treeview (from target Qt6::Widgets) +QT_FEATURE_treeview:INTERNAL=ON +//Qt feature: treewidget (from target Qt6::Widgets) +QT_FEATURE_treewidget:INTERNAL=ON +//Qt feature: trivial_auto_var_init_pattern (from target Qt6::Core) +QT_FEATURE_trivial_auto_var_init_pattern:INTERNAL=ON +//Qt feature: tslib (from target Qt6::Gui) +QT_FEATURE_tslib:INTERNAL=ON +//Qt feature: tuiotouch (from target Qt6::Gui) +QT_FEATURE_tuiotouch:INTERNAL=ON +//Qt feature: undocommand (from target Qt6::Gui) +QT_FEATURE_undocommand:INTERNAL=ON +//Qt feature: undogroup (from target Qt6::Gui) +QT_FEATURE_undogroup:INTERNAL=ON +//Qt feature: undostack (from target Qt6::Gui) +QT_FEATURE_undostack:INTERNAL=ON +//Qt feature: undoview (from target Qt6::Widgets) +QT_FEATURE_undoview:INTERNAL=ON +//Qt feature: use_bfd_linker (from target Qt6::Core) +QT_FEATURE_use_bfd_linker:INTERNAL=OFF +//Qt feature: use_gold_linker (from target Qt6::Core) +QT_FEATURE_use_gold_linker:INTERNAL=OFF +//Qt feature: use_lld_linker (from target Qt6::Core) +QT_FEATURE_use_lld_linker:INTERNAL=OFF +//Qt feature: use_mold_linker (from target Qt6::Core) +QT_FEATURE_use_mold_linker:INTERNAL=OFF +//Qt feature: vaes (from target Qt6::Core) +QT_FEATURE_vaes:INTERNAL=ON +//Qt feature: validator (from target Qt6::Gui) +QT_FEATURE_validator:INTERNAL=ON +//Qt feature: version_tagging (from target Qt6::Core) +QT_FEATURE_version_tagging:INTERNAL=ON +//Qt feature: vkgen (from target Qt6::Gui) +QT_FEATURE_vkgen:INTERNAL=ON +//Qt feature: vkkhrdisplay (from target Qt6::Gui) +QT_FEATURE_vkkhrdisplay:INTERNAL=ON +//Qt feature: vnc (from target Qt6::Gui) +QT_FEATURE_vnc:INTERNAL=ON +//Qt feature: vsp2 (from target Qt6::Gui) +QT_FEATURE_vsp2:INTERNAL=OFF +//Qt feature: vulkan (from target Qt6::Gui) +QT_FEATURE_vulkan:INTERNAL=ON +//Qt feature: vxworksevdev (from target Qt6::Gui) +QT_FEATURE_vxworksevdev:INTERNAL=OFF +//Qt feature: wasm_exceptions (from target Qt6::Core) +QT_FEATURE_wasm_exceptions:INTERNAL=OFF +//Qt feature: wasm_jspi (from target Qt6::Core) +QT_FEATURE_wasm_jspi:INTERNAL=OFF +//Qt feature: wasm_simd128 (from target Qt6::Core) +QT_FEATURE_wasm_simd128:INTERNAL=OFF +//Qt feature: wayland (from target Qt6::Gui) +QT_FEATURE_wayland:INTERNAL=ON +//Qt feature: whatsthis (from target Qt6::Gui) +QT_FEATURE_whatsthis:INTERNAL=ON +//Qt feature: wheelevent (from target Qt6::Gui) +QT_FEATURE_wheelevent:INTERNAL=ON +//Qt feature: widgets (from target Qt6::Core) +QT_FEATURE_widgets:INTERNAL=ON +//Qt feature: widgettextcontrol (from target Qt6::Widgets) +QT_FEATURE_widgettextcontrol:INTERNAL=ON +//Qt feature: wizard (from target Qt6::Widgets) +QT_FEATURE_wizard:INTERNAL=ON +//Qt feature: x86intrin (from target Qt6::Core) +QT_FEATURE_x86intrin:INTERNAL=ON +//Qt feature: xcb (from target Qt6::Gui) +QT_FEATURE_xcb:INTERNAL=ON +//Qt feature: xcb_egl_plugin (from target Qt6::Gui) +QT_FEATURE_xcb_egl_plugin:INTERNAL=ON +//Qt feature: xcb_glx (from target Qt6::Gui) +QT_FEATURE_xcb_glx:INTERNAL=ON +//Qt feature: xcb_glx_plugin (from target Qt6::Gui) +QT_FEATURE_xcb_glx_plugin:INTERNAL=ON +//Qt feature: xcb_native_painting (from target Qt6::Gui) +QT_FEATURE_xcb_native_painting:INTERNAL=OFF +//Qt feature: xcb_sm (from target Qt6::Gui) +QT_FEATURE_xcb_sm:INTERNAL=ON +//Qt feature: xcb_xlib (from target Qt6::Gui) +QT_FEATURE_xcb_xlib:INTERNAL=ON +//Qt feature: xkbcommon (from target Qt6::Gui) +QT_FEATURE_xkbcommon:INTERNAL=ON +//Qt feature: xkbcommon_x11 (from target Qt6::Gui) +QT_FEATURE_xkbcommon_x11:INTERNAL=ON +//Qt feature: xlib (from target Qt6::Gui) +QT_FEATURE_xlib:INTERNAL=ON +//Qt feature: xml (from target Qt6::Core) +QT_FEATURE_xml:INTERNAL=ON +//Qt feature: xmlstream (from target Qt6::Core) +QT_FEATURE_xmlstream:INTERNAL=ON +//Qt feature: xmlstreamreader (from target Qt6::Core) +QT_FEATURE_xmlstreamreader:INTERNAL=ON +//Qt feature: xmlstreamwriter (from target Qt6::Core) +QT_FEATURE_xmlstreamwriter:INTERNAL=ON +//Qt feature: xrender (from target Qt6::Gui) +QT_FEATURE_xrender:INTERNAL=OFF +//Qt feature: zstd (from target Qt6::Core) +QT_FEATURE_zstd:INTERNAL=ON +//ADVANCED property for variable: SDL_CHECK_REQUIRED_INCLUDES +SDL_CHECK_REQUIRED_INCLUDES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SDL_CHECK_REQUIRED_LINK_OPTIONS +SDL_CHECK_REQUIRED_LINK_OPTIONS-ADVANCED:INTERNAL=1 +//Result of TRY_COMPILE +SDL_CPU_CHECK_ALL:INTERNAL=TRUE +//Have symbol XkbLookupKeySym +SDL_VIDEO_DRIVER_X11_HAS_XKBLOOKUPKEYSYM:INTERNAL=1 +//CHECK_TYPE_SIZE: sizeof(short) +SHORT_SIZE:INTERNAL=2 +//ADVANCED property for variable: SITE +SITE-ADVANCED:INTERNAL=1 +//CHECK_TYPE_SIZE: sizeof(curl_off_t) +SIZEOF_CURL_OFF_T:INTERNAL=8 +//CHECK_TYPE_SIZE: sizeof(curl_socket_t) +SIZEOF_CURL_SOCKET_T:INTERNAL=4 +//CHECK_TYPE_SIZE: sizeof(int) +SIZEOF_INT:INTERNAL=4 +//CHECK_TYPE_SIZE: sizeof(long) +SIZEOF_LONG:INTERNAL=8 +//CHECK_TYPE_SIZE: sizeof(long long) +SIZEOF_LONG_LONG:INTERNAL=8 +//CHECK_TYPE_SIZE: sizeof(off_t) +SIZEOF_OFF_T:INTERNAL=8 +//CHECK_TYPE_SIZE: sizeof(sa_family_t) +SIZEOF_SA_FAMILY_T:INTERNAL=2 +//CHECK_TYPE_SIZE: sizeof(size_t) +SIZEOF_SIZE_T:INTERNAL=8 +//CHECK_TYPE_SIZE: sizeof(ssize_t) +SIZEOF_SSIZE_T:INTERNAL=8 +//CHECK_TYPE_SIZE: sizeof(struct sockaddr_storage) +SIZEOF_STRUCT_SOCKADDR_STORAGE:INTERNAL=128 +//CHECK_TYPE_SIZE: sizeof(suseconds_t) +SIZEOF_SUSECONDS_T:INTERNAL=8 +//CHECK_TYPE_SIZE: sizeof(time_t) +SIZEOF_TIME_T:INTERNAL=8 +//CHECK_TYPE_SIZE: __int64 unknown +SIZEOF___INT64:INTERNAL= +//ADVANCED property for variable: SNDFILE_INCLUDE_DIR +SNDFILE_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SNDFILE_LIBRARY +SNDFILE_LIBRARY-ADVANCED:INTERNAL=1 +//Curl test +STDC_HEADERS:INTERNAL=1 +//ADVANCED property for variable: SWRESAMPLE_DEFINITIONS +SWRESAMPLE_DEFINITIONS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SWRESAMPLE_INCLUDE_DIRS +SWRESAMPLE_INCLUDE_DIRS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SWRESAMPLE_LIBRARIES +SWRESAMPLE_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SWRESAMPLE_VERSION +SWRESAMPLE_VERSION-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SWSCALE_DEFINITIONS +SWSCALE_DEFINITIONS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SWSCALE_INCLUDE_DIRS +SWSCALE_INCLUDE_DIRS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SWSCALE_LIBRARIES +SWSCALE_LIBRARIES-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: SWSCALE_VERSION +SWSCALE_VERSION-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: TEST_NGHTTPX +TEST_NGHTTPX-ADVANCED:INTERNAL=1 +//CHECK_TYPE_SIZE: sizeof(uint16_t) +UINT16_SIZE:INTERNAL=2 +//CHECK_TYPE_SIZE: sizeof(uint32_t) +UINT32_SIZE:INTERNAL=4 +//Test USE_UNIX_SOCKETS +USE_UNIX_SOCKETS:INTERNAL=1 +//CHECK_TYPE_SIZE: sizeof(u_int16_t) +U_INT16_SIZE:INTERNAL=2 +//CHECK_TYPE_SIZE: sizeof(u_int32_t) +U_INT32_SIZE:INTERNAL=4 +//ADVANCED property for variable: VSFTPD +VSFTPD-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Vulkan_GLSLANG_VALIDATOR_EXECUTABLE +Vulkan_GLSLANG_VALIDATOR_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Vulkan_GLSLC_EXECUTABLE +Vulkan_GLSLC_EXECUTABLE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Vulkan_INCLUDE_DIR +Vulkan_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: Vulkan_LIBRARY +Vulkan_LIBRARY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_ICE_INCLUDE_PATH +X11_ICE_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_ICE_LIB +X11_ICE_LIB-ADVANCED:INTERNAL=1 +//Have library /usr/lib/libX11.so;/usr/lib/libXext.so +X11_LIB_X11_SOLO:INTERNAL=1 +//ADVANCED property for variable: X11_SM_INCLUDE_PATH +X11_SM_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_SM_LIB +X11_SM_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_INCLUDE_PATH +X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_LIB +X11_X11_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_xcb_INCLUDE_PATH +X11_X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_X11_xcb_LIB +X11_X11_xcb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XRes_INCLUDE_PATH +X11_XRes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XRes_LIB +X11_XRes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XShm_INCLUDE_PATH +X11_XShm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_XSync_INCLUDE_PATH +X11_XSync_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaccessrules_INCLUDE_PATH +X11_Xaccessrules_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaccessstr_INCLUDE_PATH +X11_Xaccessstr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xau_INCLUDE_PATH +X11_Xau_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xau_LIB +X11_Xau_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaw_INCLUDE_PATH +X11_Xaw_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xaw_LIB +X11_Xaw_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcomposite_INCLUDE_PATH +X11_Xcomposite_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcomposite_LIB +X11_Xcomposite_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcursor_INCLUDE_PATH +X11_Xcursor_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xcursor_LIB +X11_Xcursor_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdamage_INCLUDE_PATH +X11_Xdamage_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdamage_LIB +X11_Xdamage_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdbe_INCLUDE_PATH +X11_Xdbe_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdmcp_INCLUDE_PATH +X11_Xdmcp_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xdmcp_LIB +X11_Xdmcp_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xext_INCLUDE_PATH +X11_Xext_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xext_LIB +X11_Xext_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xfixes_INCLUDE_PATH +X11_Xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xfixes_LIB +X11_Xfixes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xft_INCLUDE_PATH +X11_Xft_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xft_LIB +X11_Xft_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xi_INCLUDE_PATH +X11_Xi_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xi_LIB +X11_Xi_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xinerama_INCLUDE_PATH +X11_Xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xinerama_LIB +X11_Xinerama_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xkb_INCLUDE_PATH +X11_Xkb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xkblib_INCLUDE_PATH +X11_Xkblib_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xlib_INCLUDE_PATH +X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xmu_INCLUDE_PATH +X11_Xmu_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xmu_LIB +X11_Xmu_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xpm_INCLUDE_PATH +X11_Xpm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xpm_LIB +X11_Xpm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xpresent_INCLUDE_PATH +X11_Xpresent_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xpresent_LIB +X11_Xpresent_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrandr_INCLUDE_PATH +X11_Xrandr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrandr_LIB +X11_Xrandr_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrender_INCLUDE_PATH +X11_Xrender_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xrender_LIB +X11_Xrender_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xshape_INCLUDE_PATH +X11_Xshape_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xss_INCLUDE_PATH +X11_Xss_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xss_LIB +X11_Xss_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xt_INCLUDE_PATH +X11_Xt_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xt_LIB +X11_Xt_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xtst_INCLUDE_PATH +X11_Xtst_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xtst_LIB +X11_Xtst_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xutil_INCLUDE_PATH +X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xv_INCLUDE_PATH +X11_Xv_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xv_LIB +X11_Xv_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86misc_INCLUDE_PATH +X11_Xxf86misc_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86misc_LIB +X11_Xxf86misc_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86vm_INCLUDE_PATH +X11_Xxf86vm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_Xxf86vm_LIB +X11_Xxf86vm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_dpms_INCLUDE_PATH +X11_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_INCLUDE_PATH +X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_LIB +X11_xcb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_composite_INCLUDE_PATH +X11_xcb_composite_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_composite_LIB +X11_xcb_composite_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_cursor_INCLUDE_PATH +X11_xcb_cursor_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_cursor_LIB +X11_xcb_cursor_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_damage_INCLUDE_PATH +X11_xcb_damage_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_damage_LIB +X11_xcb_damage_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dpms_INCLUDE_PATH +X11_xcb_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dpms_LIB +X11_xcb_dpms_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dri2_INCLUDE_PATH +X11_xcb_dri2_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dri2_LIB +X11_xcb_dri2_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dri3_INCLUDE_PATH +X11_xcb_dri3_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_dri3_LIB +X11_xcb_dri3_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_errors_INCLUDE_PATH +X11_xcb_errors_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_errors_LIB +X11_xcb_errors_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_ewmh_INCLUDE_PATH +X11_xcb_ewmh_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_ewmh_LIB +X11_xcb_ewmh_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_glx_INCLUDE_PATH +X11_xcb_glx_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_glx_LIB +X11_xcb_glx_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_icccm_INCLUDE_PATH +X11_xcb_icccm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_icccm_LIB +X11_xcb_icccm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_image_INCLUDE_PATH +X11_xcb_image_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_image_LIB +X11_xcb_image_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_keysyms_INCLUDE_PATH +X11_xcb_keysyms_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_keysyms_LIB +X11_xcb_keysyms_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_present_INCLUDE_PATH +X11_xcb_present_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_present_LIB +X11_xcb_present_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_randr_INCLUDE_PATH +X11_xcb_randr_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_randr_LIB +X11_xcb_randr_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_record_INCLUDE_PATH +X11_xcb_record_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_record_LIB +X11_xcb_record_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_render_INCLUDE_PATH +X11_xcb_render_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_render_LIB +X11_xcb_render_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_render_util_INCLUDE_PATH +X11_xcb_render_util_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_render_util_LIB +X11_xcb_render_util_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_res_INCLUDE_PATH +X11_xcb_res_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_res_LIB +X11_xcb_res_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_screensaver_INCLUDE_PATH +X11_xcb_screensaver_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_screensaver_LIB +X11_xcb_screensaver_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_shape_INCLUDE_PATH +X11_xcb_shape_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_shape_LIB +X11_xcb_shape_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_shm_INCLUDE_PATH +X11_xcb_shm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_shm_LIB +X11_xcb_shm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_sync_INCLUDE_PATH +X11_xcb_sync_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_sync_LIB +X11_xcb_sync_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_util_INCLUDE_PATH +X11_xcb_util_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_util_LIB +X11_xcb_util_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xf86dri_INCLUDE_PATH +X11_xcb_xf86dri_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xf86dri_LIB +X11_xcb_xf86dri_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xfixes_INCLUDE_PATH +X11_xcb_xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xfixes_LIB +X11_xcb_xfixes_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xinerama_INCLUDE_PATH +X11_xcb_xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xinerama_LIB +X11_xcb_xinerama_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xinput_INCLUDE_PATH +X11_xcb_xinput_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xinput_LIB +X11_xcb_xinput_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xkb_LIB +X11_xcb_xkb_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xrm_INCLUDE_PATH +X11_xcb_xrm_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xrm_LIB +X11_xcb_xrm_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xtest_INCLUDE_PATH +X11_xcb_xtest_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xtest_LIB +X11_xcb_xtest_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xv_INCLUDE_PATH +X11_xcb_xv_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xv_LIB +X11_xcb_xv_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xvmc_INCLUDE_PATH +X11_xcb_xvmc_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xcb_xvmc_LIB +X11_xcb_xvmc_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_INCLUDE_PATH +X11_xkbcommon_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_LIB +X11_xkbcommon_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_X11_INCLUDE_PATH +X11_xkbcommon_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbcommon_X11_LIB +X11_xkbcommon_X11_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbfile_INCLUDE_PATH +X11_xkbfile_INCLUDE_PATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: X11_xkbfile_LIB +X11_xkbfile_LIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_INCLUDE_DIR +ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_LIBRARY_DEBUG +ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: ZLIB_LIBRARY_RELEASE +ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 +ZSTD_CFLAGS:INTERNAL=-I/usr/include +ZSTD_CFLAGS_I:INTERNAL= +ZSTD_CFLAGS_OTHER:INTERNAL= +ZSTD_FOUND:INTERNAL=1 +ZSTD_INCLUDEDIR:INTERNAL=/usr/include +ZSTD_INCLUDE_DIRS:INTERNAL=/usr/include +ZSTD_LDFLAGS:INTERNAL=-L/usr/lib;-lzstd +ZSTD_LDFLAGS_OTHER:INTERNAL= +ZSTD_LIBDIR:INTERNAL=/usr/lib +ZSTD_LIBRARIES:INTERNAL=zstd +ZSTD_LIBRARY_DIRS:INTERNAL=/usr/lib +ZSTD_LIBS:INTERNAL= +ZSTD_LIBS_L:INTERNAL= +ZSTD_LIBS_OTHER:INTERNAL= +ZSTD_LIBS_PATHS:INTERNAL= +ZSTD_MODULE_NAME:INTERNAL=libzstd +ZSTD_PREFIX:INTERNAL=/usr +ZSTD_STATIC_CFLAGS:INTERNAL=-I/usr/include +ZSTD_STATIC_CFLAGS_I:INTERNAL= +ZSTD_STATIC_CFLAGS_OTHER:INTERNAL= +ZSTD_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include +ZSTD_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lzstd +ZSTD_STATIC_LDFLAGS_OTHER:INTERNAL= +ZSTD_STATIC_LIBDIR:INTERNAL= +ZSTD_STATIC_LIBRARIES:INTERNAL=zstd +ZSTD_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib +ZSTD_STATIC_LIBS:INTERNAL= +ZSTD_STATIC_LIBS_L:INTERNAL= +ZSTD_STATIC_LIBS_OTHER:INTERNAL= +ZSTD_STATIC_LIBS_PATHS:INTERNAL= +ZSTD_VERSION:INTERNAL=1.5.7 +ZSTD_libzstd_INCLUDEDIR:INTERNAL= +ZSTD_libzstd_LIBDIR:INTERNAL= +ZSTD_libzstd_PREFIX:INTERNAL= +ZSTD_libzstd_VERSION:INTERNAL= +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local +__pkg_config_arguments_BROTLI:INTERNAL=libbrotlidec;libbrotlicommon +__pkg_config_arguments_LIBIDN2:INTERNAL=libidn2 +__pkg_config_arguments_LIBSSH2:INTERNAL=libssh2 +__pkg_config_arguments_NGHTTP2:INTERNAL=libnghttp2 +__pkg_config_arguments_PC_AVCODEC:INTERNAL=libavcodec +__pkg_config_arguments_PC_AVDEVICE:INTERNAL=libavdevice +__pkg_config_arguments_PC_AVFORMAT:INTERNAL=libavformat +__pkg_config_arguments_PC_AVUTIL:INTERNAL=libavutil +__pkg_config_arguments_PC_DBUS1:INTERNAL=QUIET;dbus-1 +__pkg_config_arguments_PC_GBM:INTERNAL=IMPORTED_TARGET;gbm +__pkg_config_arguments_PC_HARFBUZZ:INTERNAL=QUIET;harfbuzz +__pkg_config_arguments_PC_JACK:INTERNAL=IMPORTED_TARGET;jack +__pkg_config_arguments_PC_LIBDECOR:INTERNAL=IMPORTED_TARGET;libdecor-0 +__pkg_config_arguments_PC_LIBDRM:INTERNAL=IMPORTED_TARGET;libdrm +__pkg_config_arguments_PC_LIBUNWIND:INTERNAL=QUIET;IMPORTED_TARGET;libunwind;libunwind-generic +__pkg_config_arguments_PC_LibUSB:INTERNAL=libusb-1.0>=1.0.16 +__pkg_config_arguments_PC_PIPEWIRE:INTERNAL=IMPORTED_TARGET;libpipewire-0.3>=0.3.44 +__pkg_config_arguments_PC_POSTPROC:INTERNAL=libpostproc +__pkg_config_arguments_PC_PULSEAUDIO:INTERNAL=IMPORTED_TARGET;libpulse>=0.9.15 +__pkg_config_arguments_PC_SWRESAMPLE:INTERNAL=libswresample +__pkg_config_arguments_PC_SWSCALE:INTERNAL=libswscale +__pkg_config_arguments_PC_WAYLAND:INTERNAL=IMPORTED_TARGET;wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0 +__pkg_config_arguments_PIPEWIRE:INTERNAL=libpipewire-0.3>=0.3.23 +__pkg_config_arguments_PKG_FONTCONFIG:INTERNAL=QUIET;fontconfig +__pkg_config_arguments_PKG_XKB:INTERNAL=QUIET;xkbcommon +__pkg_config_arguments_ZSTD:INTERNAL=libzstd +__pkg_config_checked_BROTLI:INTERNAL=1 +__pkg_config_checked_DBUS:INTERNAL=1 +__pkg_config_checked_IBUS:INTERNAL=1 +__pkg_config_checked_LIBIDN2:INTERNAL=1 +__pkg_config_checked_LIBSSH2:INTERNAL=1 +__pkg_config_checked_LIBURING:INTERNAL=1 +__pkg_config_checked_NGHTTP2:INTERNAL=1 +__pkg_config_checked_PC_AVCODEC:INTERNAL=1 +__pkg_config_checked_PC_AVDEVICE:INTERNAL=1 +__pkg_config_checked_PC_AVFORMAT:INTERNAL=1 +__pkg_config_checked_PC_AVUTIL:INTERNAL=1 +__pkg_config_checked_PC_DBUS1:INTERNAL=1 +__pkg_config_checked_PC_GBM:INTERNAL=1 +__pkg_config_checked_PC_HARFBUZZ:INTERNAL=1 +__pkg_config_checked_PC_JACK:INTERNAL=1 +__pkg_config_checked_PC_LIBDECOR:INTERNAL=1 +__pkg_config_checked_PC_LIBDRM:INTERNAL=1 +__pkg_config_checked_PC_LIBUNWIND:INTERNAL=1 +__pkg_config_checked_PC_LibUSB:INTERNAL=1 +__pkg_config_checked_PC_PIPEWIRE:INTERNAL=1 +__pkg_config_checked_PC_PLUTOSG:INTERNAL=1 +__pkg_config_checked_PC_PLUTOSVG:INTERNAL=1 +__pkg_config_checked_PC_POSTPROC:INTERNAL=1 +__pkg_config_checked_PC_PULSEAUDIO:INTERNAL=1 +__pkg_config_checked_PC_SNDIO:INTERNAL=1 +__pkg_config_checked_PC_SWRESAMPLE:INTERNAL=1 +__pkg_config_checked_PC_SWSCALE:INTERNAL=1 +__pkg_config_checked_PC_WAYLAND:INTERNAL=1 +__pkg_config_checked_PIPEWIRE:INTERNAL=1 +__pkg_config_checked_PKG_FONTCONFIG:INTERNAL=1 +__pkg_config_checked_PKG_XKB:INTERNAL=1 +__pkg_config_checked_ZSTD:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_BROTLI_brotlicommon +pkgcfg_lib_BROTLI_brotlicommon-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_BROTLI_brotlidec +pkgcfg_lib_BROTLI_brotlidec-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_DBUS_dbus-1 +pkgcfg_lib_DBUS_dbus-1-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_LIBIDN2_idn2 +pkgcfg_lib_LIBIDN2_idn2-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_LIBSSH2_ssh2 +pkgcfg_lib_LIBSSH2_ssh2-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_LIBURING_uring-ffi +pkgcfg_lib_LIBURING_uring-ffi-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_NGHTTP2_nghttp2 +pkgcfg_lib_NGHTTP2_nghttp2-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_AVCODEC_avcodec +pkgcfg_lib_PC_AVCODEC_avcodec-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_AVDEVICE_avdevice +pkgcfg_lib_PC_AVDEVICE_avdevice-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_AVFORMAT_avformat +pkgcfg_lib_PC_AVFORMAT_avformat-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_AVUTIL_avutil +pkgcfg_lib_PC_AVUTIL_avutil-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_DBUS1_dbus-1 +pkgcfg_lib_PC_DBUS1_dbus-1-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_GBM_gbm +pkgcfg_lib_PC_GBM_gbm-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_HARFBUZZ_harfbuzz +pkgcfg_lib_PC_HARFBUZZ_harfbuzz-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_JACK_jack +pkgcfg_lib_PC_JACK_jack-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_LIBDECOR_decor-0 +pkgcfg_lib_PC_LIBDECOR_decor-0-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_LIBDRM_drm +pkgcfg_lib_PC_LIBDRM_drm-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_LIBUNWIND_unwind +pkgcfg_lib_PC_LIBUNWIND_unwind-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_LIBUNWIND_unwind-generic +pkgcfg_lib_PC_LIBUNWIND_unwind-generic-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_LibUSB_usb-1.0 +pkgcfg_lib_PC_LibUSB_usb-1.0-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_PIPEWIRE_pipewire-0.3 +pkgcfg_lib_PC_PIPEWIRE_pipewire-0.3-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_POSTPROC_postproc +pkgcfg_lib_PC_POSTPROC_postproc-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_PULSEAUDIO_pulse +pkgcfg_lib_PC_PULSEAUDIO_pulse-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_SWRESAMPLE_swresample +pkgcfg_lib_PC_SWRESAMPLE_swresample-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_SWSCALE_swscale +pkgcfg_lib_PC_SWSCALE_swscale-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_WAYLAND_EGL +pkgcfg_lib_PC_WAYLAND_EGL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_WAYLAND_wayland-client +pkgcfg_lib_PC_WAYLAND_wayland-client-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_WAYLAND_wayland-cursor +pkgcfg_lib_PC_WAYLAND_wayland-cursor-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_WAYLAND_wayland-egl +pkgcfg_lib_PC_WAYLAND_wayland-egl-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PC_WAYLAND_xkbcommon +pkgcfg_lib_PC_WAYLAND_xkbcommon-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PIPEWIRE_pipewire-0.3 +pkgcfg_lib_PIPEWIRE_pipewire-0.3-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PKG_FONTCONFIG_fontconfig +pkgcfg_lib_PKG_FONTCONFIG_fontconfig-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_PKG_XKB_xkbcommon +pkgcfg_lib_PKG_XKB_xkbcommon-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: pkgcfg_lib_ZSTD_zstd +pkgcfg_lib_ZSTD_zstd-ADVANCED:INTERNAL=1 +prefix_result:INTERNAL=/usr/lib + diff --git a/build_emscripten/CMakeFiles/4.0.2-dirty/CMakeASMCompiler.cmake b/build_emscripten/CMakeFiles/4.0.2-dirty/CMakeASMCompiler.cmake new file mode 100644 index 00000000..3051118a --- /dev/null +++ b/build_emscripten/CMakeFiles/4.0.2-dirty/CMakeASMCompiler.cmake @@ -0,0 +1,30 @@ +set(CMAKE_ASM_COMPILER "/usr/bin/gcc") +set(CMAKE_ASM_COMPILER_ARG1 "") +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_ASM_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_ASM_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_ASM_COMPILER_LINKER "") +set(CMAKE_ASM_COMPILER_LINKER_ID "") +set(CMAKE_ASM_COMPILER_LINKER_VERSION ) +set(CMAKE_ASM_COMPILER_LINKER_FRONTEND_VARIANT ) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_ASM_COMPILER_LOADED 1) +set(CMAKE_ASM_COMPILER_ID "GNU") +set(CMAKE_ASM_COMPILER_VERSION "") +set(CMAKE_ASM_COMPILER_ENV_VAR "ASM") + + + + +set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_ASM_LINKER_PREFERENCE 0) +set(CMAKE_ASM_LINKER_DEPFILE_SUPPORTED ) +set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) +set(CMAKE_ASM_LINKER_PUSHPOP_STATE_SUPPORTED ) + + diff --git a/build_emscripten/CMakeFiles/4.0.2-dirty/CMakeCCompiler.cmake b/build_emscripten/CMakeFiles/4.0.2-dirty/CMakeCCompiler.cmake new file mode 100644 index 00000000..737ec200 --- /dev/null +++ b/build_emscripten/CMakeFiles/4.0.2-dirty/CMakeCCompiler.cmake @@ -0,0 +1,84 @@ +set(CMAKE_C_COMPILER "/usr/bin/gcc") +set(CMAKE_C_COMPILER_ARG1 "") +set(CMAKE_C_COMPILER_ID "GNU") +set(CMAKE_C_COMPILER_VERSION "15.1.1") +set(CMAKE_C_COMPILER_VERSION_INTERNAL "") +set(CMAKE_C_COMPILER_WRAPPER "") +set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "23") +set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_C_STANDARD_LATEST "23") +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;c_std_17;c_std_23") +set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") +set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") +set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") +set(CMAKE_C17_COMPILE_FEATURES "c_std_17") +set(CMAKE_C23_COMPILE_FEATURES "c_std_23") + +set(CMAKE_C_PLATFORM_ID "Linux") +set(CMAKE_C_SIMULATE_ID "") +set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_C_COMPILER_APPLE_SYSROOT "") +set(CMAKE_C_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_C_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_C_COMPILER_LINKER_ID "GNU") +set(CMAKE_C_COMPILER_LINKER_VERSION 2.44.0) +set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCC 1) +set(CMAKE_C_COMPILER_LOADED 1) +set(CMAKE_C_COMPILER_WORKS TRUE) +set(CMAKE_C_ABI_COMPILED TRUE) + +set(CMAKE_C_COMPILER_ENV_VAR "CC") + +set(CMAKE_C_COMPILER_ID_RUN 1) +set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) +set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) +set(CMAKE_C_LINKER_PREFERENCE 10) +set(CMAKE_C_LINKER_DEPFILE_SUPPORTED TRUE) +set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) +set(CMAKE_C_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) + +# Save compiler ABI information. +set(CMAKE_C_SIZEOF_DATA_PTR "8") +set(CMAKE_C_COMPILER_ABI "ELF") +set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_C_LIBRARY_ARCHITECTURE "") + +if(CMAKE_C_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_C_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") +endif() + +if(CMAKE_C_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed;/usr/include") +set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") +set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1;/usr/lib;/lib") +set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build_emscripten/CMakeFiles/4.0.2-dirty/CMakeCXXCompiler.cmake b/build_emscripten/CMakeFiles/4.0.2-dirty/CMakeCXXCompiler.cmake new file mode 100644 index 00000000..f2a34fe6 --- /dev/null +++ b/build_emscripten/CMakeFiles/4.0.2-dirty/CMakeCXXCompiler.cmake @@ -0,0 +1,108 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/g++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "15.1.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +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;cxx_std_20;cxx_std_23;cxx_std_26") +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_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_COMPILER_APPLE_SYSROOT "") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.44.0) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED TRUE) +set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) +set(CMAKE_CXX_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/15.1.1;/usr/include/c++/15.1.1/x86_64-pc-linux-gnu;/usr/include/c++/15.1.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles") + + + diff --git a/build_emscripten/CMakeFiles/4.0.2-dirty/CMakeDetermineCompilerABI_C.bin b/build_emscripten/CMakeFiles/4.0.2-dirty/CMakeDetermineCompilerABI_C.bin new file mode 100755 index 0000000000000000000000000000000000000000..1a93af3d226e7535d7d96d8354db8f93b23b237a GIT binary patch literal 15424 zcmeHOU2Ggz6~4Q6noXL-n=}q?6Plrlsz$;S+qI(*ly>d)+Ov|qHpxZ^S?P4_9or+; zyVmR&>>^Z)Kou(rn1>=Hgj5NMXMQSLgoGT73VlJT5D4*PDq5vgN?bu9K;-3|ne(m3 z6FVS*c!0Uq&UeqxckZ1tcRaH*XP?gv4I~o@h1R5=QY>ldK$8(erbjvi8FfY-pzSer zR6Rg)v#$&6nE=Qdv~<%}Oo^V=%zIhvQ9LGoK+KSlc{{ZfPly^&$$l_z7aK&5;x}ag zAnc9tG$vEi{A~kI2oD(M@l?`!;GceKE2?B5rv$-ck$IZ%G~oeXlJS7ZC+CDeqms`k zX2`}Z<8LWHg5WI+FN!C`56J%9z-#`9$Pv^6wE}{7;VrMk{pkE4XM_jDJV%AMtOX8H z#5w_DyiX8MmV`vUKVW&Bm+^Kwe(Q1^fFk;N>7XHatqm3~s^p?t;km$`P>C&aG9t6@ zVfyglVE*#nUzh7gT3@gd?|%QqSO0RN`R(_AajNW$pYA?YF144P%G`YW{F&43r@Qr9 zRqyi0;ju6tb^oQt{)e{l%#u#qMsMz*uk4_Ii1d$b6GxdQ?ahQ)^DNghXDp{enu&SK zoOCKy*?G=ZZ03DCtpepylCFwt5&~ScZy`~Qa z`ZhU#pHYtQ2oz(S zfj9$k2I36F8Hh6wXCThN|3wD=*z)M#jLWxD#?@WdPbp=5X~j#{Zy1+YwaJ#_ z{hNHA-{QF(nbq8r7mds3_Hx%)ddu5yTs`+V3H8=H^j-SqM7>^rZPzhUBrdIP&UbZk zv)^(&qd49>Q{;P*Vk~|Bma#Oq_Oskwp7Pb)E#vFPwbpkIDAn?V=5))CR}#6qqCL#J ze48z=G$&hLiCR9`&eB?sM7n!vwQ)QeM}UWpTbzM7191l848$3TGZ1GW&On@jI0JD8 z;ta$Y`1dlv@44>R@`Ztsvo(4TSDiFVvz|NFapqFkzmOjp7(eSRn6_KBOJi=n&m1h| z^8JNg<@@>k@deK|t1i8x8ym_Oi$ggxSLo087RbZ5TjS0c)gdq;akS~<{0^6AwS2o? z=l5$%>-G95AvbN;U)2EYSe3tdS z2huMjv-=-Ny2NBf@GhI3`F$I|bLGbG%);-@d}X|eGZ1GW&On@jI0JD8;ta$Yh%*pp zAkM)5PzF%9h&n~oAaX4vw|xOL3M2Q6ye##O4~vX?$fF{o&hZhEQ5VVI&$z+P}qNN($5-y4YPir|BSZGx?WfZftDBrwKZ5j_=o`VIWQ*Ms?x(s$hu zxlQ==rr4h^@0mZ{R(pcJ1)tP9d-P7dQ|s#J z>gnk23f2E_7lZe|S-oG6+Bp9SwO?hl!1Aa#bcp_0(F>@8=odvnZ^#>MyZE0ZYeGGw zqWkx(&pMz`CypRB-@jGelsZ`Gm#DK{{qwg;ufZvVZ~FQpN@YSy>i&d22WfvbEzo2A z{gTAAI-=5g4` z^dRfr`t=OT)c;9ox_lQm`9CCjrESH9CkOcsK|^?Rz=%~GvuPFs}{SGea#$gAX3 z%(wFv$pFkD7~Q?pL6KP3QkGsPK7G;XO-_bZPligURtP7&;UI*uzbdLYfiPY zMKHd-0H7=NeVVZon$!!1w3pXnNh`QMQ7fw;coIv$<>1>*BH8~k(JFz9)c;`vM?e z=eR}ZA83_&o;rL?z{hu zK@>#(q5ctd!slP~_i!2<1*7A?PI|t_k!7!N-;Cd#MaP2-{1tIqLVVm;xA8v)YVZrB zO&R*%k%89^#>agWet-Cq9Dl4Y@URZvB`&*wkKZq?oFXN)Cjw|}!3W+ZOPG)QvYW!k zd5!?!0q;ckDkGj90b-t_y(b?VWZ+nsKkir3!pAt^OFAH`CQ`6Y+#7oEqvs#^VZ_>P ykU5?Nydp;a-n554m=E&8I?SEAjrM9+(4E6TVu^@!uev?IonM+!+ZQ23MD-7x!tSYlB<_q+dF$}IZBV1$w!lrUWvE)*kl&+WiAJ&;T$KslVotS zyUb2%Qji9tVmPmjf>KaH=zsoGm13)cq(oW|LDD~j;$QLbFfFGSv6ZtPS)XU-`E4e{ z=1>Gtm^Wm8@AL6{-*=vQXWw^so_RhsJQ$C~6iSWyq+%)2;A@g%81Iw{K~izw zMtX9@$XbpyYnNQhnH=fQ74p`kIi0h7TXl;;A<0N1^QN7rW;2VXF=OY=oc)}o$Xs%> znWiR=QWuN!mD+5Em@KuiKI7|$hSPohM!WV@heEYo^F9OPbZzJ=(jS+YimMk0F>hY| z#&Sz8!kV>lb`I&uxDszWl3z zUZ$vL*bM09R`>Mp1oXIP*svAQd!L)0cXWs%5Je!0Koo%}0#O8_2t*P1e~-Xl>mU12 zU%6GMUp;iaMJfF&>u$WfsjvL9Zo@k@wzvH$z54cN_0=2t${%*dCsS?fZP)c{J-;J| za^niI-k;Ix&wSbQC;d;kook1F%<%Lbw~?Bjk*4o2Z`Ge!X2%Ud@?Z7*JHNzmZdYI3 z(ck#<1^taXHG1q#{q0@%1U1kp4b+vlX6nxj?D2Vg%RMPFtA(d7=_@_&X;jr$Z@NeI zt36MUzTEf@skSraa{0|er%4gJvavVbjhVfA{h6fV_THT(-%HfS>KAY6s|#CirS9^O zucmJ4FX`7B-#w;O{ZDEe>VL5wOWhUi2|nf9Y#5)-76cF>ruG^ z+;vo<2t*NxA`nF&ia->BC<0Lgq6kD0h$0Y0Ad0|$76E>Kb+3{h9UMDfqDN?j86#VC zovGIDD?$I!^w{9^d3VXMoPw2|a?*Xq&}b?>Fxsm;KaW4XcDr2eCS2Vqm&XaY@Uu}avF9dKY_TDB>d4`` zHF^NXdghH2=LvQgIP5(^V_gURw^18kV14hghOfr^kKPw|h{+27IW{}8E z@kRBD-~)mW3pNS@4ojsd4Wr+6(NnUfSHS;A*&h!nJ=a~4lftJb#ol-kNBWxS$*p4l zyU4+uOX=dj3dkQns8i&X4)yn+PdrKAg3l$|I<+>fEz#cE-r3sG9?1W%)&`${t@=wj zY~%S5Q%6-I;ahM$T11}|{bRmajfwtqq8Ct(=$A!7PtGf)TEEYG)?*5J;&A>ZRbuL+ zDjbjRc=|@QEqSl-{}ELh)I+Kv35}0UF{KiuS0VlDWIj&kOGdBYH-xuHdfZp-JKiAa zLG^%oMD8E&Hwx1Ik^YazA5yq3AidB2@goZN8}uKt9zpBVC)LAAwBX}2q7Sz-MEb;jS5L|upmz??tNs!5^H%@m z%l(D4_Zw%yn6{T5|R+p~t1&)O!Xir7vv%HCC|TK1ntC#rYA$K)*;2unGxJ%_f2VYI?mCp~USUzL zx_{JZm{6yO7@} z7-Vy-oXG@kht6JetwlO|!P1<97k15>GiDrf-ZJL0#DFA&p}EuSnzKINFdfIFVKN_e zYTTT+Gt_f|TBd_m%u&T}nxd(+OksZB%DYu&_P?j%^^(`9xX|!k3@|Br0M;+a8dZY) zHCcFoXW=M_&nKvRsY170rT>H8%Yr}q21}ZRztNh9@o!51K&RPKslr1<{ILE5G5_En?w{BDApeI6-xD|q zq9EcA_0Opiy#Ee*FAo0U{;!jP_ck)^EAI>8J+yFtkb%D?Zhe4{efGAzPY6G9@d{+% z?@7yZ2mNE8g!d8g-XZ1}c$f$85tri!KHgJWZy_a>Cw-_K!3W+ZOOTKK*tYO-pQ8cr zfOkTCl@w38@i5LXAM!3$xGjty`>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_C) +# define COMPILER_ID "SunPro" +# if __SUNPRO_C >= 0x5100 + /* __SUNPRO_C = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) +# endif + +#elif defined(__HP_cc) +# define COMPILER_ID "HP" + /* __HP_cc = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) + +#elif defined(__DECC) +# define COMPILER_ID "Compaq" + /* __DECC_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) + +#elif defined(__IBMC__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 +# define COMPILER_ID "XL" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMC__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__TINYC__) +# define COMPILER_ID "TinyCC" + +#elif defined(__BCC__) +# define COMPILER_ID "Bruce" + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) +# define COMPILER_ID "GNU" +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + +#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) +# define COMPILER_ID "SDCC" +# if defined(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) +# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) +# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) +# else + /* SDCC = VRP */ +# define COMPILER_VERSION_MAJOR DEC(SDCC/100) +# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) +# define COMPILER_VERSION_PATCH DEC(SDCC % 10) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) || defined(__CPARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# 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. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define C_STD_99 199901L +#define C_STD_11 201112L +#define C_STD_17 201710L +#define C_STD_23 202311L + +#ifdef __STDC_VERSION__ +# define C_STD __STDC_VERSION__ +#endif + +#if !defined(__STDC__) && !defined(__clang__) +# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) +# define C_VERSION "90" +# else +# define C_VERSION +# endif +#elif C_STD > C_STD_17 +# define C_VERSION "23" +#elif C_STD > C_STD_11 +# define C_VERSION "17" +#elif C_STD > C_STD_99 +# define C_VERSION "11" +#elif C_STD >= C_STD_99 +# define C_VERSION "99" +#else +# define C_VERSION "90" +#endif +const char* info_language_standard_default = + "INFO" ":" "standard_default[" C_VERSION "]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +#ifdef ID_VOID_MAIN +void main() {} +#else +# if defined(__CLASSIC_C__) +int main(argc, argv) int argc; char *argv[]; +# else +int main(int argc, char* argv[]) +# endif +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#if defined(COMPILER_VERSION_INTERNAL) || defined(COMPILER_VERSION_INTERNAL_STR) + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} +#endif diff --git a/build_emscripten/CMakeFiles/4.0.2-dirty/CompilerIdC/a.out b/build_emscripten/CMakeFiles/4.0.2-dirty/CompilerIdC/a.out new file mode 100755 index 0000000000000000000000000000000000000000..c53d667f64911121ebb8355bb59fb745dc58d196 GIT binary patch literal 15536 zcmeHOeQX>@6`#9&Ic;KJ+}d@MLY7j6L?Rp8i6c`;d-nO9wd9YGI1=!pE%!H zcWasyMU4oQxFIE_P_;rrk)RT)grK5Sm5?GwsRES%rASDqf1m_WDWE`&3Mhpr$9p^P zcV17<0r3a$$ByOw&HK%JZ)V@@$K3AQC$oe7$wWe-tWu9CmaLR!($esQE~yZtRkv!S z?E`9yT1)ckkkjpH4b-YjYSnUV5T0qadsW&^d_eSo7$GCutyE6%fT#eK><8Pe;RcaS z{JC@hM0>42i;byR;kJgK5j$Yij)#)6wSMZ6<+wem<#s{XvB-9o*jZu+JSY7D5l@Z@ z{~wTenwX|GF6nTqlxcTX>`Z(}^nu(57e@a7#D`eA9j%b9g(=i!>d-quj_u6xK~A$0 zm2|jW8s`DA`U{1d+7X5P2GYX9IsZ^rGkJMFGoefJ*a4vY@DIlt^r z1z_1X-+EWBm#UlxA5!9OQ_yTN}? z_=QJRSomCt9y>pc@JX!_ZZAi8xpaj5uOmFpL2kGb;lt~2s2y+O2*eSHBM?U*jzAoN zI0A75{@W3Fujzw-cTQe!a89qeuuCcDOAA4=df7SoM#IH$DBRxh$AS5`9&_e@>zw@E z;(^g@$3n-O&Y690lR~xS^JMjxNxNz57ejsGud<&rYu;w~*o~ltTt6nR*H^DJZ9Tz? z7X?ZGl~BLyWriKMocTrP!k->>F5Fn1z|!YW32ZJ|YrFE-sDt;^b1jX=_@szu!-h z?qTvVfBd>LKX>IP*_%9M=XA?&$kXZUb>{^qak=R=)pUL#k-bU$FIM2s*W%oe<0vQ(ZK8{{{bLVD$i=`pF(`@mw(E9dCN-lR8I2*x^hON)Or@Qd6_rPekw z9F8inW!1;qXn4FwqwiL$dkBXXtJOh5ey7SM@x(!uIGRdq*|4tREWPMrp5Ga_k^VMT z=vx=Qp<|Bi-zWYh=6f1bPbD)O*Cx-AB@_DnH!Jh|GJaRfh2MEa-+P5*yonEtkq@~=WaK$+ z78!Yw$k#>tUvE`Qta4eB3Xv;#LVi?nej=AeX}?R0>XhK!g8Vy>ON)lucAeB5ag2Vu zWk)H=Gc2(GM^%r9$WZl`$ZcXzZ;He5B2M&kGn5;o{e8&d_kRV*A780|hb*hJfZGU z=J-DlI%rhL1Bbu%P`^c8lYCR~{Zwg&5WxwmTM-%6XF|SJsWcdkPZFe5tLirRr-*M( zZcsQ6w6;=T5q;Coi^N+{ir{ytzA4$NFdu085%Y@9HcK;j#_&eSw<|2&yyDxbn^Obne1+^QgWy1AsJ`64~&pjE?;!# zDt=Doi<2c6PuR3n@QPD&-jwg&{`5?_eo<`joR2yiuT-RC$;qd*dN(`V=emYN^FiGm za_pBU_SZtf>HIG3Z=gNPGej-$BSEF?%CVWi8z&6P8mCb!mIB|ND$d!n<o<*uMuFsDE7d!qPUij`^Nrb zJupTbo4_9H65uInixzYI6V%9S2H0br0L1zVA0vYQNAm9JEnB&*1Qhfj7 zIe|UaK|rj7(7(C=^JL5W#QwvA>#ZQxduTT2|EtsxwYS6$_$?z~a1VdqFzgrPJ_E#h z6#8cW-xPc7zp_MA@J$f`LPJ#FrWy|s_E>)aas0u+?Ee+R{+gvVfuk@KMEpVjm@3ip z*Zls@f})_=Kkr{7{mWsmuujK!Zf1XwfxjZ#rieY(@ojuzpaMNDEy>`oQUf15=pXAk zeD8Qp<{!rw>~I|Xfoxd?_V{jTVHc59wri+uVGn$lTB7z?CteeKoab-=J0P!zqV_5+ zn(Z39MFhYO@-3<`hw)=Q)GhX=zJvqjY84U8iF%EPy?Oq@K8iSYYsOUhlsJ4{8aETi pbAa(6F6)WI*r{48solEzb#x>xhDd9%`u5-9mu*xw7zT!@{t3v!&p!YF literal 0 HcmV?d00001 diff --git a/build_emscripten/CMakeFiles/4.0.2-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build_emscripten/CMakeFiles/4.0.2-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100644 index 00000000..94d43103 --- /dev/null +++ b/build_emscripten/CMakeFiles/4.0.2-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,920 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "ARM" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) || defined(__CPARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# 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. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#if defined(COMPILER_VERSION_INTERNAL) || defined(COMPILER_VERSION_INTERNAL_STR) + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/build_emscripten/CMakeFiles/4.0.2-dirty/CompilerIdCXX/a.out b/build_emscripten/CMakeFiles/4.0.2-dirty/CompilerIdCXX/a.out new file mode 100755 index 0000000000000000000000000000000000000000..dba322363de31a68cf74b7be1929aea0fed4a1a5 GIT binary patch literal 15552 zcmeHOYiJzT6~4Q&W4W=dwG*X&gnAl6aGGi?$&#zOakH|t(x~X++A^qB-05g{B`sO) zs=K2g2TBa;OBg3kON*iO0VPlhrVWHNr8LO6q;*M)0xg6Tic%U-gWIUD;50_tbLO6J zJ$thUCd-+A0SXJ&Tq&YXEXHP{!A#S~hD`nY1rN@yl2ilt8J5F}NX+Ckg9 z)jo9_$(sUB>ysKtt6QR>78`|Un*E*?y@_{=9S}2QWWSBt_jy9pfJ*j*{Wh~gWD|ca z0|23~j%TqmH7nRw@nP`;hW&UdD=pf7M=X{x}RY`bAFJM;s?Y$ zkBi?+mNqaE=Lrz={3Q9wDIt+>4LChc$aotaKTD1qP!3D5pRF_mpKJZYr&Ro`TH?7t zA5*a!Ic~^odnf(#;b8yYCt9X6&)@NhpS<;>N4h?@=eK_!dFodO^SOz`9S8H7mVB-- zH{UYfb-3klhg~k(?ZG%a7RICQf7Qmw>Yh55eZ=jm!*iajIy{eCkN@xnymH;CnPR~$ z`(DX+UF8mp4!N0ZDLa)b``OayP*1*C$c}mw`K;E}*SM6Dv;>*)as>*Tp7-3zT*1rd z9?L3Hm;Frofd@EChgqDd_NLP0$x<8hY0dW!4jk)o+wDUg3f*=)_zaBGv7w_#f81g! zuAU&odGqX3-=Nd2L0uGXZf|a@BAf5AF*SS+;Ji-k)cmSk=irwlU}IA2!9z|Myk%*- z-3DJ0-ZJ6)Pb= z_`D9RqfL~7C<9Rjq6|bCh%yjmAj-i1D+B*%`oO=Pg=>w@xy@G(D&>4}$&Xi-orRw_ zUI~U^ecN9K7GM61v-n46;ZJMFM^kM}ZC9Q1M_(m_O7jAF{d3Z8+W&>Xp7_@|&iT!+ zGJN#9-%Oz=CG^(HO4I(cYUsZ?Iv+)G64 z^p%_Qy)t>T-?TreINqP9$o3S)Sp57oXK`-j7pWUOW#?S;A1Knf)HUa#6I*V2PBp!- z6ieM8{x=)&FVy38fb-3lcPQ2L+@?e|%Efxt6#Xmp_;aZnr|A$?k6-nO@l>N0WgyBx zlz}J%Q3j$6L>Y)O5M?0BK$L+f15pNQGr-TUZq){c`$mqWi!-yie6}=BPb5#*TG!~^ zN3*4Ju2>jv4O&~Ltvju4)y`=Zc+BQKf3jGb86V^)m_mA`^z^v&>3LuwEO64B z%lqSP9}!J<-p>|zlyX%!G91h*wy)u1yJ>p7N2706DjkGFYn93%AwN^)7JKZ3ip?it z`?hUqyg-lenCEB4yUG4OHt5|FJb7b|{of}3Y393kB)$~y*?wF6yX47)e*VqI{3MW{ z)pFx!S>fkd0U2$g3`7}-G7x1T%0QHXC<9Rjq6|bCh%)dVWB~Prs3+7_i%Lz&*pMGJ zquvqqy3qe?y;5Y8WhoX!4d7Y%QN?wK z+}1?@J}s&r3f?ZrzXQ27Yp8CwNN-jGW85xD1Qlxr4gT*`^n8d6OxHzDia$Lm4(5wI z($CF6ZWaC8B4Zp0|DFTt$2S@nb)}Z2El@X#I#JYxq7Jmbr{{=ufPVGfZ_&^EHoMJg zZ*A{v?Pw3ZCs1!J&eJCKw~DFbe8<#wm9(^`J!DYN{zHL&he91V%(;v<%N@`1-Pd_GcSA3ho^{2H;{fv1CA>^VBj^CQpB;vdy ze8S+9ln0)_CH2U`Jrc6r%6y!zKH+sVDrg{{_sh)ZKIUoM14jHK#B=`5Jog9u`&Clx z5r0s4GyWLy7K}pZZ@@2Xz^k4i?~!cJ*jSI;^BTz5>DgK3etNL2Jy)14;vN@OnA6$s zrX08LME6k2b$U-IxA#-S-9rOC%IzN?2gE zp2-#5xpFpRRH`S#)#g&ko+%gIX}TRoCGf!vaPv${eAi5IrF)J-8D;R*XjH}?xaPgW z)SNe!b>Dp#O&j1=pK>XnPZ6mC-%SnoQfYo|0P_YNneyK08hqN-0`J*GxeVe~b^Uc- z0jOK%uk7-f8Q+^A^h+A2(JK`FtUXnjvu8`i*=)%_qwFd*F_)v4C2|>M=L+;v!K?}l zr@ivDvNLB26jY;M(i*vqStGclD`oQ@J8&FIj_p$xl^vwsE)|1=YiFn3$&xpdb*D4r z0ZAs)eQcn`_olSJ>y=6#O_Tl6r{La9E=?mBDKc&B**tZ0Xv(It=>W}S3x4Pn|DU@2 z{mkEqafyQWaDYkS0rmrPA?*AhB za$L?&(C~dAi1i=T=J9`$6k&gS&j7z|Bn;sZ@9Ty?z6XKyO@xLkl*nee-x!_e1 z0YXCz-s|Bh!v7^P0OI_EgE{^)qzL=3ia&4^j)KTP=$}$2eEpj5<5@5iG{@)t+d=I>o&aqi1!?Ee!&mt!5ieu z`GY^+Pg*)iB((z?s$2L2-y}`gAM3+a@yB(J0Pq7|H~dvnEL$~pi3ornP($63HZDy_Y%kF8Rmn$Y$XnJr*5?+4(aZ< YFpy{rk=BIu{V(yuH)`7q2SZf<0dg+$2LJ#7 literal 0 HcmV?d00001 diff --git a/build_emscripten/CMakeFiles/CMakeConfigureLog.yaml b/build_emscripten/CMakeFiles/CMakeConfigureLog.yaml new file mode 100644 index 00000000..560002ca --- /dev/null +++ b/build_emscripten/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,15085 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:7 (project)" + message: | + The system is: Linux - 6.14.6-arch1-1 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:7 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /usr/bin/cc + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is GNU, found in: + /home/guest/Downloads/PopLib/build/CMakeFiles/4.0.2-dirty/CompilerIdC/a.out + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:7 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /usr/bin/c++ + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/guest/Downloads/PopLib/build/CMakeFiles/4.0.2-dirty/CompilerIdCXX/a.out + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:1271 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineASMCompiler.cmake:139 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)" + - "CMakeLists.txt:7 (project)" + message: | + Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": + cc (GCC) 15.1.1 20250425 + Copyright (C) 2025 Free Software Foundation, Inc. + This is free software; see the source for copying conditions. There is NO + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zMyfJ5" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zMyfJ5" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zMyfJ5' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0471a/fast + /usr/bin/make -f CMakeFiles/cmTC_0471a.dir/build.make CMakeFiles/cmTC_0471a.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zMyfJ5' + Building C object CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o + /usr/bin/cc -v -o CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.1.1 20250425 (GCC) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0471a.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_0471a.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/cc8VjArH.s + GNU C23 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu) + compiled by GNU C version 15.1.1 20250425, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: 335c205337bb594afdc1dd844ba56be5 + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0471a.dir/' + as -v --64 -o CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o /tmp/cc8VjArH.s + GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.' + Linking C executable cmTC_0471a + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0471a.dir/link.txt --verbose=1 + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.1.1 20250425 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_0471a' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_0471a.' + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccSLSakN.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_0471a /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o + collect2 version 15.1.1 20250425 + /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccSLSakN.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_0471a /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o + GNU ld (GNU Binutils) 2.44.0 + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_0471a' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_0471a.' + /usr/bin/cc -v -Wl,-v CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o -o cmTC_0471a + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zMyfJ5' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:191 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:227 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] + ignore line: [Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zMyfJ5'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0471a/fast] + ignore line: [/usr/bin/make -f CMakeFiles/cmTC_0471a.dir/build.make CMakeFiles/cmTC_0471a.dir/build] + ignore line: [make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zMyfJ5'] + ignore line: [Building C object CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.1.1 20250425 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0471a.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_0471a.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/cc8VjArH.s] + ignore line: [GNU C23 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 15.1.1 20250425 GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.27-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 335c205337bb594afdc1dd844ba56be5] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0471a.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o /tmp/cc8VjArH.s] + ignore line: [GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.'] + ignore line: [Linking C executable cmTC_0471a] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0471a.dir/link.txt --verbose=1] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.1.1 20250425 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_0471a' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_0471a.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccSLSakN.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_0471a /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccSLSakN.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_0471a] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] + arg [-L/lib] ==> dir [/lib] + arg [-L/usr/lib] ==> dir [/usr/lib] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] + ignore line: [collect2 version 15.1.1 20250425] + ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccSLSakN.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_0471a /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] + linker tool for 'C': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> [/usr/lib] + collapse library dir [/lib] ==> [/lib] + collapse library dir [/usr/lib] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:270 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + message: | + Running the C compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils) 2.44.0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M2tVrk" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M2tVrk" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M2tVrk' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_cf790/fast + /usr/bin/make -f CMakeFiles/cmTC_cf790.dir/build.make CMakeFiles/cmTC_cf790.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M2tVrk' + Building CXX object CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o + /usr/bin/c++ -std=gnu++20 -v -o CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.1.1 20250425 (GCC) + COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cf790.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_cf790.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -std=gnu++20 -version -o /tmp/ccWfYEzc.s + GNU C++20 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu) + compiled by GNU C version 15.1.1 20250425, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1 + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: ce3489707740d94cce8827fad3390bdb + COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cf790.dir/' + as -v --64 -o CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccWfYEzc.s + GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.' + Linking CXX executable cmTC_cf790 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cf790.dir/link.txt --verbose=1 + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.1.1 20250425 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_cf790' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_cf790.' + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccDWeoVW.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_cf790 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o + collect2 version 15.1.1 20250425 + /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccDWeoVW.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_cf790 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o + GNU ld (GNU Binutils) 2.44.0 + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_cf790' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_cf790.' + /usr/bin/c++ -v -Wl,-v CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_cf790 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M2tVrk' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:191 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1] ==> [/usr/include/c++/15.1.1] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/15.1.1/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward] ==> [/usr/include/c++/15.1.1/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/15.1.1;/usr/include/c++/15.1.1/x86_64-pc-linux-gnu;/usr/include/c++/15.1.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:227 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] + ignore line: [Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M2tVrk'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_cf790/fast] + ignore line: [/usr/bin/make -f CMakeFiles/cmTC_cf790.dir/build.make CMakeFiles/cmTC_cf790.dir/build] + ignore line: [make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M2tVrk'] + ignore line: [Building CXX object CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -std=gnu++20 -v -o CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.1.1 20250425 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cf790.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_cf790.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -std=gnu++20 -version -o /tmp/ccWfYEzc.s] + ignore line: [GNU C++20 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 15.1.1 20250425 GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.27-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: ce3489707740d94cce8827fad3390bdb] + ignore line: [COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cf790.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccWfYEzc.s] + ignore line: [GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [Linking CXX executable cmTC_cf790] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cf790.dir/link.txt --verbose=1] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.1.1 20250425 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_cf790' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_cf790.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccDWeoVW.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_cf790 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccDWeoVW.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_cf790] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] + arg [-L/lib] ==> dir [/lib] + arg [-L/usr/lib] ==> dir [/usr/lib] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] + ignore line: [collect2 version 15.1.1 20250425] + ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccDWeoVW.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_cf790 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] + linker tool for 'CXX': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> [/usr/lib] + collapse library dir [/lib] ==> [/lib] + collapse library dir [/usr/lib] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:270 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils) 2.44.0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "external/ogg/CMakeLists.txt:53 (check_include_files)" + checks: + - "Looking for include file inttypes.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2EOC2i" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2EOC2i" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "INCLUDE_INTTYPES_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2EOC2i' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0fb82/fast + /usr/bin/make -f CMakeFiles/cmTC_0fb82.dir/build.make CMakeFiles/cmTC_0fb82.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2EOC2i' + Building C object CMakeFiles/cmTC_0fb82.dir/INCLUDE_INTTYPES_H.c.o + /usr/bin/cc -o CMakeFiles/cmTC_0fb82.dir/INCLUDE_INTTYPES_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2EOC2i/INCLUDE_INTTYPES_H.c + Linking C executable cmTC_0fb82 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0fb82.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_0fb82.dir/INCLUDE_INTTYPES_H.c.o -o cmTC_0fb82 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2EOC2i' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "external/ogg/CMakeLists.txt:54 (check_include_files)" + checks: + - "Looking for include file stdint.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VybtPd" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VybtPd" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "INCLUDE_STDINT_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VybtPd' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9fa76/fast + /usr/bin/make -f CMakeFiles/cmTC_9fa76.dir/build.make CMakeFiles/cmTC_9fa76.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VybtPd' + Building C object CMakeFiles/cmTC_9fa76.dir/INCLUDE_STDINT_H.c.o + /usr/bin/cc -o CMakeFiles/cmTC_9fa76.dir/INCLUDE_STDINT_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VybtPd/INCLUDE_STDINT_H.c + Linking C executable cmTC_9fa76 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9fa76.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_9fa76.dir/INCLUDE_STDINT_H.c.o -o cmTC_9fa76 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VybtPd' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "external/ogg/CMakeLists.txt:55 (check_include_files)" + checks: + - "Looking for include file sys/types.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FmbEYN" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FmbEYN" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "INCLUDE_SYS_TYPES_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FmbEYN' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5249a/fast + /usr/bin/make -f CMakeFiles/cmTC_5249a.dir/build.make CMakeFiles/cmTC_5249a.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FmbEYN' + Building C object CMakeFiles/cmTC_5249a.dir/INCLUDE_SYS_TYPES_H.c.o + /usr/bin/cc -o CMakeFiles/cmTC_5249a.dir/INCLUDE_SYS_TYPES_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FmbEYN/INCLUDE_SYS_TYPES_H.c + Linking C executable cmTC_5249a + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5249a.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_5249a.dir/INCLUDE_SYS_TYPES_H.c.o -o cmTC_5249a + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FmbEYN' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:318 (check_include_file)" + - "external/ogg/cmake/CheckSizes.cmake:3 (check_type_size)" + - "external/ogg/CMakeLists.txt:65 (include)" + checks: + - "Looking for sys/types.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hUKAfU" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hUKAfU" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" + buildResult: + variable: "HAVE_SYS_TYPES_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hUKAfU' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_78861/fast + /usr/bin/make -f CMakeFiles/cmTC_78861.dir/build.make CMakeFiles/cmTC_78861.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hUKAfU' + Building C object CMakeFiles/cmTC_78861.dir/CheckIncludeFile.c.o + /usr/bin/cc -o CMakeFiles/cmTC_78861.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hUKAfU/CheckIncludeFile.c + Linking C executable cmTC_78861 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_78861.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_78861.dir/CheckIncludeFile.c.o -o cmTC_78861 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hUKAfU' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:319 (check_include_file)" + - "external/ogg/cmake/CheckSizes.cmake:3 (check_type_size)" + - "external/ogg/CMakeLists.txt:65 (include)" + checks: + - "Looking for stdint.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Ydq2x" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Ydq2x" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" + buildResult: + variable: "HAVE_STDINT_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Ydq2x' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_94040/fast + /usr/bin/make -f CMakeFiles/cmTC_94040.dir/build.make CMakeFiles/cmTC_94040.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Ydq2x' + Building C object CMakeFiles/cmTC_94040.dir/CheckIncludeFile.c.o + /usr/bin/cc -o CMakeFiles/cmTC_94040.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Ydq2x/CheckIncludeFile.c + Linking C executable cmTC_94040 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94040.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_94040.dir/CheckIncludeFile.c.o -o cmTC_94040 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Ydq2x' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:320 (check_include_file)" + - "external/ogg/cmake/CheckSizes.cmake:3 (check_type_size)" + - "external/ogg/CMakeLists.txt:65 (include)" + checks: + - "Looking for stddef.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xb2HcM" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xb2HcM" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" + buildResult: + variable: "HAVE_STDDEF_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xb2HcM' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e4144/fast + /usr/bin/make -f CMakeFiles/cmTC_e4144.dir/build.make CMakeFiles/cmTC_e4144.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xb2HcM' + Building C object CMakeFiles/cmTC_e4144.dir/CheckIncludeFile.c.o + /usr/bin/cc -o CMakeFiles/cmTC_e4144.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xb2HcM/CheckIncludeFile.c + Linking C executable cmTC_e4144 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e4144.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_e4144.dir/CheckIncludeFile.c.o -o cmTC_e4144 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xb2HcM' + + exitCode: 0 + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:7 (project)" + message: | + The system is: Linux - 6.14.6-arch1-1 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:7 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /usr/bin/cc + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is GNU, found in: + /home/guest/Downloads/PopLib/build/CMakeFiles/4.0.2-dirty/CompilerIdC/a.out + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:7 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /usr/bin/c++ + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/guest/Downloads/PopLib/build/CMakeFiles/4.0.2-dirty/CompilerIdCXX/a.out + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:1271 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineASMCompiler.cmake:139 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)" + - "CMakeLists.txt:7 (project)" + message: | + Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": + cc (GCC) 15.1.1 20250425 + Copyright (C) 2025 Free Software Foundation, Inc. + This is free software; see the source for copying conditions. There is NO + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e2Ts3w" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e2Ts3w" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e2Ts3w' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3952f/fast + /usr/bin/make -f CMakeFiles/cmTC_3952f.dir/build.make CMakeFiles/cmTC_3952f.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e2Ts3w' + Building C object CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o + /usr/bin/cc -v -o CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.1.1 20250425 (GCC) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3952f.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_3952f.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccrWkk93.s + GNU C23 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu) + compiled by GNU C version 15.1.1 20250425, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: 335c205337bb594afdc1dd844ba56be5 + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3952f.dir/' + as -v --64 -o CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o /tmp/ccrWkk93.s + GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.' + Linking C executable cmTC_3952f + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3952f.dir/link.txt --verbose=1 + Using built-in specs. + COLLECT_GCC=/usr/bin/cc + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.1.1 20250425 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_3952f' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_3952f.' + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccSq0qbS.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_3952f /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o + collect2 version 15.1.1 20250425 + /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccSq0qbS.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_3952f /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o + GNU ld (GNU Binutils) 2.44.0 + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_3952f' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_3952f.' + /usr/bin/cc -v -Wl,-v CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o -o cmTC_3952f + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e2Ts3w' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:191 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:227 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] + ignore line: [Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e2Ts3w'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3952f/fast] + ignore line: [/usr/bin/make -f CMakeFiles/cmTC_3952f.dir/build.make CMakeFiles/cmTC_3952f.dir/build] + ignore line: [make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e2Ts3w'] + ignore line: [Building C object CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.1.1 20250425 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3952f.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_3952f.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccrWkk93.s] + ignore line: [GNU C23 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 15.1.1 20250425 GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.27-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 335c205337bb594afdc1dd844ba56be5] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3952f.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o /tmp/ccrWkk93.s] + ignore line: [GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.'] + ignore line: [Linking C executable cmTC_3952f] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3952f.dir/link.txt --verbose=1] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/cc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.1.1 20250425 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_3952f' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_3952f.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccSq0qbS.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_3952f /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccSq0qbS.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_3952f] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] + arg [-L/lib] ==> dir [/lib] + arg [-L/usr/lib] ==> dir [/usr/lib] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] + ignore line: [collect2 version 15.1.1 20250425] + ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccSq0qbS.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_3952f /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] + linker tool for 'C': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> [/usr/lib] + collapse library dir [/lib] ==> [/lib] + collapse library dir [/usr/lib] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:270 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + message: | + Running the C compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils) 2.44.0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3RGfng" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3RGfng" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3RGfng' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a14e3/fast + /usr/bin/make -f CMakeFiles/cmTC_a14e3.dir/build.make CMakeFiles/cmTC_a14e3.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3RGfng' + Building CXX object CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o + /usr/bin/c++ -std=gnu++20 -v -o CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.1.1 20250425 (GCC) + COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a14e3.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_a14e3.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -std=gnu++20 -version -o /tmp/ccgDVnvP.s + GNU C++20 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu) + compiled by GNU C version 15.1.1 20250425, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1 + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: ce3489707740d94cce8827fad3390bdb + COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a14e3.dir/' + as -v --64 -o CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccgDVnvP.s + GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.' + Linking CXX executable cmTC_a14e3 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a14e3.dir/link.txt --verbose=1 + Using built-in specs. + COLLECT_GCC=/usr/bin/c++ + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.1.1 20250425 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_a14e3' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_a14e3.' + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cctqX8eh.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_a14e3 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o + collect2 version 15.1.1 20250425 + /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cctqX8eh.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_a14e3 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o + GNU ld (GNU Binutils) 2.44.0 + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_a14e3' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_a14e3.' + /usr/bin/c++ -v -Wl,-v CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_a14e3 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3RGfng' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:191 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1] ==> [/usr/include/c++/15.1.1] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/15.1.1/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward] ==> [/usr/include/c++/15.1.1/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/15.1.1;/usr/include/c++/15.1.1/x86_64-pc-linux-gnu;/usr/include/c++/15.1.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:227 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] + ignore line: [Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3RGfng'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a14e3/fast] + ignore line: [/usr/bin/make -f CMakeFiles/cmTC_a14e3.dir/build.make CMakeFiles/cmTC_a14e3.dir/build] + ignore line: [make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3RGfng'] + ignore line: [Building CXX object CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/c++ -std=gnu++20 -v -o CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.1.1 20250425 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a14e3.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_a14e3.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -std=gnu++20 -version -o /tmp/ccgDVnvP.s] + ignore line: [GNU C++20 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 15.1.1 20250425 GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.27-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: ce3489707740d94cce8827fad3390bdb] + ignore line: [COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a14e3.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccgDVnvP.s] + ignore line: [GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [Linking CXX executable cmTC_a14e3] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a14e3.dir/link.txt --verbose=1] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/c++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.1.1 20250425 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_a14e3' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_a14e3.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cctqX8eh.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_a14e3 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cctqX8eh.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_a14e3] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] + arg [-L/lib] ==> dir [/lib] + arg [-L/usr/lib] ==> dir [/usr/lib] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] + ignore line: [collect2 version 15.1.1 20250425] + ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cctqX8eh.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_a14e3 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] + linker tool for 'CXX': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> [/usr/lib] + collapse library dir [/lib] ==> [/lib] + collapse library dir [/usr/lib] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:270 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils) 2.44.0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "external/ogg/CMakeLists.txt:53 (check_include_files)" + checks: + - "Looking for include file inttypes.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EHrbjo" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EHrbjo" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "INCLUDE_INTTYPES_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EHrbjo' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0beee/fast + /usr/bin/make -f CMakeFiles/cmTC_0beee.dir/build.make CMakeFiles/cmTC_0beee.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EHrbjo' + Building C object CMakeFiles/cmTC_0beee.dir/INCLUDE_INTTYPES_H.c.o + /usr/bin/cc -o CMakeFiles/cmTC_0beee.dir/INCLUDE_INTTYPES_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EHrbjo/INCLUDE_INTTYPES_H.c + Linking C executable cmTC_0beee + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0beee.dir/link.txt --verbose=1 + /usr/bin/cc CMakeFiles/cmTC_0beee.dir/INCLUDE_INTTYPES_H.c.o -o cmTC_0beee + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EHrbjo' + + exitCode: 0 + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:7 (project)" + message: | + The system is: Linux - 6.14.6-arch1-1 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:7 (project)" + message: | + Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. + Compiler: /usr/bin/gcc + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" + + The C compiler identification is GNU, found in: + /home/guest/Downloads/PopLib/build/CMakeFiles/4.0.2-dirty/CompilerIdC/a.out + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:7 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /usr/bin/g++ + Build flags: + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/guest/Downloads/PopLib/build/CMakeFiles/4.0.2-dirty/CompilerIdCXX/a.out + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:1271 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineASMCompiler.cmake:139 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)" + - "CMakeLists.txt:7 (project)" + message: | + Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": + gcc (GCC) 15.1.1 20250425 + Copyright (C) 2025 Free Software Foundation, Inc. + This is free software; see the source for copying conditions. There is NO + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + checks: + - "Detecting C compiler ABI info" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TDjgRw" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TDjgRw" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_C_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TDjgRw' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5b6b1/fast + /usr/bin/make -f CMakeFiles/cmTC_5b6b1.dir/build.make CMakeFiles/cmTC_5b6b1.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TDjgRw' + Building C object CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o + /usr/bin/gcc -v -o CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c + Using built-in specs. + COLLECT_GCC=/usr/bin/gcc + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.1.1 20250425 (GCC) + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_5b6b1.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_5b6b1.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccrZDoo4.s + GNU C23 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu) + compiled by GNU C version 15.1.1 20250425, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: 335c205337bb594afdc1dd844ba56be5 + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_5b6b1.dir/' + as -v --64 -o CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o /tmp/ccrZDoo4.s + GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.' + Linking C executable cmTC_5b6b1 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5b6b1.dir/link.txt --verbose=1 + Using built-in specs. + COLLECT_GCC=/usr/bin/gcc + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.1.1 20250425 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_5b6b1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_5b6b1.' + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccHeIjRj.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_5b6b1 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o + collect2 version 15.1.1 20250425 + /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccHeIjRj.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_5b6b1 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o + GNU ld (GNU Binutils) 2.44.0 + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_5b6b1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_5b6b1.' + /usr/bin/gcc -v -Wl,-v CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o -o cmTC_5b6b1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TDjgRw' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:191 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + message: | + Parsed C implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:227 (message)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + message: | + Parsed C implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] + ignore line: [Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TDjgRw'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5b6b1/fast] + ignore line: [/usr/bin/make -f CMakeFiles/cmTC_5b6b1.dir/build.make CMakeFiles/cmTC_5b6b1.dir/build] + ignore line: [make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TDjgRw'] + ignore line: [Building C object CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o] + ignore line: [/usr/bin/gcc -v -o CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/gcc] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.1.1 20250425 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_5b6b1.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_5b6b1.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccrZDoo4.s] + ignore line: [GNU C23 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 15.1.1 20250425 GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.27-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 335c205337bb594afdc1dd844ba56be5] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_5b6b1.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o /tmp/ccrZDoo4.s] + ignore line: [GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.'] + ignore line: [Linking C executable cmTC_5b6b1] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5b6b1.dir/link.txt --verbose=1] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/gcc] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.1.1 20250425 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_5b6b1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_5b6b1.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccHeIjRj.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_5b6b1 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccHeIjRj.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_5b6b1] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] + arg [-L/lib] ==> dir [/lib] + arg [-L/usr/lib] ==> dir [/usr/lib] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o] ==> ignore + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [-lc] ==> lib [c] + arg [-lgcc] ==> lib [gcc] + arg [--push-state] ==> ignore + arg [--as-needed] ==> ignore + arg [-lgcc_s] ==> lib [gcc_s] + arg [--pop-state] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] + ignore line: [collect2 version 15.1.1 20250425] + ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccHeIjRj.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_5b6b1 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] + linker tool for 'C': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> [/usr/lib] + collapse library dir [/lib] ==> [/lib] + collapse library dir [/usr/lib] ==> [/usr/lib] + implicit libs: [gcc;gcc_s;c;gcc;gcc_s] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:270 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + message: | + Running the C compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils) 2.44.0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VXh359" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VXh359" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VXh359' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e220e/fast + /usr/bin/make -f CMakeFiles/cmTC_e220e.dir/build.make CMakeFiles/cmTC_e220e.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VXh359' + Building CXX object CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o + /usr/bin/g++ -std=gnu++20 -v -o CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.1.1 20250425 (GCC) + COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e220e.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_e220e.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -std=gnu++20 -version -o /tmp/cc4lwJp9.s + GNU C++20 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu) + compiled by GNU C version 15.1.1 20250425, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1 + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: ce3489707740d94cce8827fad3390bdb + COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e220e.dir/' + as -v --64 -o CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc4lwJp9.s + GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.' + Linking CXX executable cmTC_e220e + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e220e.dir/link.txt --verbose=1 + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 15.1.1 20250425 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_e220e' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_e220e.' + /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccOT2JGR.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_e220e /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o + collect2 version 15.1.1 20250425 + /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccOT2JGR.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_e220e /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o + GNU ld (GNU Binutils) 2.44.0 + COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_e220e' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_e220e.' + /usr/bin/g++ -v -Wl,-v CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_e220e + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VXh359' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:191 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1] ==> [/usr/include/c++/15.1.1] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/15.1.1/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward] ==> [/usr/include/c++/15.1.1/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/15.1.1;/usr/include/c++/15.1.1/x86_64-pc-linux-gnu;/usr/include/c++/15.1.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:227 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] + ignore line: [Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VXh359'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e220e/fast] + ignore line: [/usr/bin/make -f CMakeFiles/cmTC_e220e.dir/build.make CMakeFiles/cmTC_e220e.dir/build] + ignore line: [make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VXh359'] + ignore line: [Building CXX object CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o] + ignore line: [/usr/bin/g++ -std=gnu++20 -v -o CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.1.1 20250425 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e220e.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_e220e.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -std=gnu++20 -version -o /tmp/cc4lwJp9.s] + ignore line: [GNU C++20 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 15.1.1 20250425 GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.27-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: ce3489707740d94cce8827fad3390bdb] + ignore line: [COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e220e.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc4lwJp9.s] + ignore line: [GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [Linking CXX executable cmTC_e220e] + ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e220e.dir/link.txt --verbose=1] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 15.1.1 20250425 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_e220e' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_e220e.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccOT2JGR.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_e220e /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccOT2JGR.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_e220e] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] + arg [-L/lib] ==> dir [/lib] + arg [-L/usr/lib] ==> dir [/usr/lib] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] + ignore line: [collect2 version 15.1.1 20250425] + ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccOT2JGR.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_e220e /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] + linker tool for 'CXX': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> [/usr/lib] + collapse library dir [/lib] ==> [/lib] + collapse library dir [/usr/lib] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:270 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:7 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils) 2.44.0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "external/ogg/CMakeLists.txt:53 (check_include_files)" + checks: + - "Looking for include file inttypes.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39dLcb" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39dLcb" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "INCLUDE_INTTYPES_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39dLcb' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_6e542/fast + /usr/bin/make -f CMakeFiles/cmTC_6e542.dir/build.make CMakeFiles/cmTC_6e542.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39dLcb' + Building C object CMakeFiles/cmTC_6e542.dir/INCLUDE_INTTYPES_H.c.o + /usr/bin/gcc -o CMakeFiles/cmTC_6e542.dir/INCLUDE_INTTYPES_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39dLcb/INCLUDE_INTTYPES_H.c + Linking C executable cmTC_6e542 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6e542.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_6e542.dir/INCLUDE_INTTYPES_H.c.o -o cmTC_6e542 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39dLcb' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "external/ogg/CMakeLists.txt:54 (check_include_files)" + checks: + - "Looking for include file stdint.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cHYZtM" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cHYZtM" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "INCLUDE_STDINT_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cHYZtM' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_272b3/fast + /usr/bin/make -f CMakeFiles/cmTC_272b3.dir/build.make CMakeFiles/cmTC_272b3.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cHYZtM' + Building C object CMakeFiles/cmTC_272b3.dir/INCLUDE_STDINT_H.c.o + /usr/bin/gcc -o CMakeFiles/cmTC_272b3.dir/INCLUDE_STDINT_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cHYZtM/INCLUDE_STDINT_H.c + Linking C executable cmTC_272b3 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_272b3.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_272b3.dir/INCLUDE_STDINT_H.c.o -o cmTC_272b3 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cHYZtM' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "external/ogg/CMakeLists.txt:55 (check_include_files)" + checks: + - "Looking for include file sys/types.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xRRXhh" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xRRXhh" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "INCLUDE_SYS_TYPES_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xRRXhh' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_51609/fast + /usr/bin/make -f CMakeFiles/cmTC_51609.dir/build.make CMakeFiles/cmTC_51609.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xRRXhh' + Building C object CMakeFiles/cmTC_51609.dir/INCLUDE_SYS_TYPES_H.c.o + /usr/bin/gcc -o CMakeFiles/cmTC_51609.dir/INCLUDE_SYS_TYPES_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xRRXhh/INCLUDE_SYS_TYPES_H.c + Linking C executable cmTC_51609 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_51609.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_51609.dir/INCLUDE_SYS_TYPES_H.c.o -o cmTC_51609 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xRRXhh' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:318 (check_include_file)" + - "external/ogg/cmake/CheckSizes.cmake:3 (check_type_size)" + - "external/ogg/CMakeLists.txt:65 (include)" + checks: + - "Looking for sys/types.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SMhYG3" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SMhYG3" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" + buildResult: + variable: "HAVE_SYS_TYPES_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SMhYG3' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c99b3/fast + /usr/bin/make -f CMakeFiles/cmTC_c99b3.dir/build.make CMakeFiles/cmTC_c99b3.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SMhYG3' + Building C object CMakeFiles/cmTC_c99b3.dir/CheckIncludeFile.c.o + /usr/bin/gcc -o CMakeFiles/cmTC_c99b3.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SMhYG3/CheckIncludeFile.c + Linking C executable cmTC_c99b3 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c99b3.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_c99b3.dir/CheckIncludeFile.c.o -o cmTC_c99b3 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SMhYG3' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:319 (check_include_file)" + - "external/ogg/cmake/CheckSizes.cmake:3 (check_type_size)" + - "external/ogg/CMakeLists.txt:65 (include)" + checks: + - "Looking for stdint.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNjYyy" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNjYyy" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" + buildResult: + variable: "HAVE_STDINT_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNjYyy' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9631b/fast + /usr/bin/make -f CMakeFiles/cmTC_9631b.dir/build.make CMakeFiles/cmTC_9631b.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNjYyy' + Building C object CMakeFiles/cmTC_9631b.dir/CheckIncludeFile.c.o + /usr/bin/gcc -o CMakeFiles/cmTC_9631b.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNjYyy/CheckIncludeFile.c + Linking C executable cmTC_9631b + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9631b.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_9631b.dir/CheckIncludeFile.c.o -o cmTC_9631b + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNjYyy' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:320 (check_include_file)" + - "external/ogg/cmake/CheckSizes.cmake:3 (check_type_size)" + - "external/ogg/CMakeLists.txt:65 (include)" + checks: + - "Looking for stddef.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0UrbM5" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0UrbM5" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" + buildResult: + variable: "HAVE_STDDEF_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0UrbM5' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_decbf/fast + /usr/bin/make -f CMakeFiles/cmTC_decbf.dir/build.make CMakeFiles/cmTC_decbf.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0UrbM5' + Building C object CMakeFiles/cmTC_decbf.dir/CheckIncludeFile.c.o + /usr/bin/gcc -o CMakeFiles/cmTC_decbf.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0UrbM5/CheckIncludeFile.c + Linking C executable cmTC_decbf + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_decbf.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_decbf.dir/CheckIncludeFile.c.o -o cmTC_decbf + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0UrbM5' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/ogg/cmake/CheckSizes.cmake:3 (check_type_size)" + - "external/ogg/CMakeLists.txt:65 (include)" + checks: + - "Check size of int16_t" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JdGpr1" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JdGpr1" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" + buildResult: + variable: "HAVE_INT16_SIZE" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JdGpr1' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_dcdc6/fast + /usr/bin/make -f CMakeFiles/cmTC_dcdc6.dir/build.make CMakeFiles/cmTC_dcdc6.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JdGpr1' + Building C object CMakeFiles/cmTC_dcdc6.dir/INT16_SIZE.c.o + /usr/bin/gcc -o CMakeFiles/cmTC_dcdc6.dir/INT16_SIZE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JdGpr1/INT16_SIZE.c + Linking C executable cmTC_dcdc6 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dcdc6.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_dcdc6.dir/INT16_SIZE.c.o -o cmTC_dcdc6 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JdGpr1' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/ogg/cmake/CheckSizes.cmake:4 (check_type_size)" + - "external/ogg/CMakeLists.txt:65 (include)" + checks: + - "Check size of uint16_t" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dsfBqq" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dsfBqq" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" + buildResult: + variable: "HAVE_UINT16_SIZE" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dsfBqq' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_4fbed/fast + /usr/bin/make -f CMakeFiles/cmTC_4fbed.dir/build.make CMakeFiles/cmTC_4fbed.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dsfBqq' + Building C object CMakeFiles/cmTC_4fbed.dir/UINT16_SIZE.c.o + /usr/bin/gcc -o CMakeFiles/cmTC_4fbed.dir/UINT16_SIZE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dsfBqq/UINT16_SIZE.c + Linking C executable cmTC_4fbed + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4fbed.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_4fbed.dir/UINT16_SIZE.c.o -o cmTC_4fbed + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dsfBqq' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/ogg/cmake/CheckSizes.cmake:5 (check_type_size)" + - "external/ogg/CMakeLists.txt:65 (include)" + checks: + - "Check size of u_int16_t" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uRqMHD" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uRqMHD" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" + buildResult: + variable: "HAVE_U_INT16_SIZE" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uRqMHD' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_73154/fast + /usr/bin/make -f CMakeFiles/cmTC_73154.dir/build.make CMakeFiles/cmTC_73154.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uRqMHD' + Building C object CMakeFiles/cmTC_73154.dir/U_INT16_SIZE.c.o + /usr/bin/gcc -o CMakeFiles/cmTC_73154.dir/U_INT16_SIZE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uRqMHD/U_INT16_SIZE.c + Linking C executable cmTC_73154 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_73154.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_73154.dir/U_INT16_SIZE.c.o -o cmTC_73154 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uRqMHD' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/ogg/cmake/CheckSizes.cmake:6 (check_type_size)" + - "external/ogg/CMakeLists.txt:65 (include)" + checks: + - "Check size of int32_t" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1BUlPG" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1BUlPG" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" + buildResult: + variable: "HAVE_INT32_SIZE" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1BUlPG' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_135d1/fast + /usr/bin/make -f CMakeFiles/cmTC_135d1.dir/build.make CMakeFiles/cmTC_135d1.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1BUlPG' + Building C object CMakeFiles/cmTC_135d1.dir/INT32_SIZE.c.o + /usr/bin/gcc -o CMakeFiles/cmTC_135d1.dir/INT32_SIZE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1BUlPG/INT32_SIZE.c + Linking C executable cmTC_135d1 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_135d1.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_135d1.dir/INT32_SIZE.c.o -o cmTC_135d1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1BUlPG' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/ogg/cmake/CheckSizes.cmake:7 (check_type_size)" + - "external/ogg/CMakeLists.txt:65 (include)" + checks: + - "Check size of uint32_t" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4OZO3T" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4OZO3T" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" + buildResult: + variable: "HAVE_UINT32_SIZE" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4OZO3T' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_6346d/fast + /usr/bin/make -f CMakeFiles/cmTC_6346d.dir/build.make CMakeFiles/cmTC_6346d.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4OZO3T' + Building C object CMakeFiles/cmTC_6346d.dir/UINT32_SIZE.c.o + /usr/bin/gcc -o CMakeFiles/cmTC_6346d.dir/UINT32_SIZE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4OZO3T/UINT32_SIZE.c + Linking C executable cmTC_6346d + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6346d.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_6346d.dir/UINT32_SIZE.c.o -o cmTC_6346d + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4OZO3T' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/ogg/cmake/CheckSizes.cmake:8 (check_type_size)" + - "external/ogg/CMakeLists.txt:65 (include)" + checks: + - "Check size of u_int32_t" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cG4X81" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cG4X81" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" + buildResult: + variable: "HAVE_U_INT32_SIZE" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cG4X81' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f769f/fast + /usr/bin/make -f CMakeFiles/cmTC_f769f.dir/build.make CMakeFiles/cmTC_f769f.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cG4X81' + Building C object CMakeFiles/cmTC_f769f.dir/U_INT32_SIZE.c.o + /usr/bin/gcc -o CMakeFiles/cmTC_f769f.dir/U_INT32_SIZE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cG4X81/U_INT32_SIZE.c + Linking C executable cmTC_f769f + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f769f.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_f769f.dir/U_INT32_SIZE.c.o -o cmTC_f769f + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cG4X81' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/ogg/cmake/CheckSizes.cmake:9 (check_type_size)" + - "external/ogg/CMakeLists.txt:65 (include)" + checks: + - "Check size of int64_t" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nVxFXT" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nVxFXT" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" + buildResult: + variable: "HAVE_INT64_SIZE" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nVxFXT' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a5d71/fast + /usr/bin/make -f CMakeFiles/cmTC_a5d71.dir/build.make CMakeFiles/cmTC_a5d71.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nVxFXT' + Building C object CMakeFiles/cmTC_a5d71.dir/INT64_SIZE.c.o + /usr/bin/gcc -o CMakeFiles/cmTC_a5d71.dir/INT64_SIZE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nVxFXT/INT64_SIZE.c + Linking C executable cmTC_a5d71 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a5d71.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_a5d71.dir/INT64_SIZE.c.o -o cmTC_a5d71 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nVxFXT' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/ogg/cmake/CheckSizes.cmake:10 (check_type_size)" + - "external/ogg/CMakeLists.txt:65 (include)" + checks: + - "Check size of short" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rI7gj8" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rI7gj8" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" + buildResult: + variable: "HAVE_SHORT_SIZE" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rI7gj8' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_6104f/fast + /usr/bin/make -f CMakeFiles/cmTC_6104f.dir/build.make CMakeFiles/cmTC_6104f.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rI7gj8' + Building C object CMakeFiles/cmTC_6104f.dir/SHORT_SIZE.c.o + /usr/bin/gcc -o CMakeFiles/cmTC_6104f.dir/SHORT_SIZE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rI7gj8/SHORT_SIZE.c + Linking C executable cmTC_6104f + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6104f.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_6104f.dir/SHORT_SIZE.c.o -o cmTC_6104f + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rI7gj8' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/ogg/cmake/CheckSizes.cmake:11 (check_type_size)" + - "external/ogg/CMakeLists.txt:65 (include)" + checks: + - "Check size of int" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GEUYPD" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GEUYPD" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" + buildResult: + variable: "HAVE_INT_SIZE" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GEUYPD' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_83a22/fast + /usr/bin/make -f CMakeFiles/cmTC_83a22.dir/build.make CMakeFiles/cmTC_83a22.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GEUYPD' + Building C object CMakeFiles/cmTC_83a22.dir/INT_SIZE.c.o + /usr/bin/gcc -o CMakeFiles/cmTC_83a22.dir/INT_SIZE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GEUYPD/INT_SIZE.c + Linking C executable cmTC_83a22 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_83a22.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_83a22.dir/INT_SIZE.c.o -o cmTC_83a22 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GEUYPD' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/ogg/cmake/CheckSizes.cmake:12 (check_type_size)" + - "external/ogg/CMakeLists.txt:65 (include)" + checks: + - "Check size of long" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JyCHXu" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JyCHXu" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" + buildResult: + variable: "HAVE_LONG_SIZE" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JyCHXu' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d133f/fast + /usr/bin/make -f CMakeFiles/cmTC_d133f.dir/build.make CMakeFiles/cmTC_d133f.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JyCHXu' + Building C object CMakeFiles/cmTC_d133f.dir/LONG_SIZE.c.o + /usr/bin/gcc -o CMakeFiles/cmTC_d133f.dir/LONG_SIZE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JyCHXu/LONG_SIZE.c + Linking C executable cmTC_d133f + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d133f.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_d133f.dir/LONG_SIZE.c.o -o cmTC_d133f + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JyCHXu' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/ogg/cmake/CheckSizes.cmake:13 (check_type_size)" + - "external/ogg/CMakeLists.txt:65 (include)" + checks: + - "Check size of long long" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zNk191" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zNk191" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" + buildResult: + variable: "HAVE_LONG_LONG_SIZE" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zNk191' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0f5aa/fast + /usr/bin/make -f CMakeFiles/cmTC_0f5aa.dir/build.make CMakeFiles/cmTC_0f5aa.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zNk191' + Building C object CMakeFiles/cmTC_0f5aa.dir/LONG_LONG_SIZE.c.o + /usr/bin/gcc -o CMakeFiles/cmTC_0f5aa.dir/LONG_LONG_SIZE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zNk191/LONG_LONG_SIZE.c + Linking C executable cmTC_0f5aa + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0f5aa.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_0f5aa.dir/LONG_LONG_SIZE.c.o -o cmTC_0f5aa + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zNk191' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckLibraryExists.cmake:112 (try_compile)" + - "external/vorbis/CMakeLists.txt:63 (check_library_exists)" + checks: + - "Looking for floor in m" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u3wcVZ" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u3wcVZ" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/vorbis/cmake" + buildResult: + variable: "HAVE_LIBM" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u3wcVZ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c2b9c/fast + /usr/bin/make -f CMakeFiles/cmTC_c2b9c.dir/build.make CMakeFiles/cmTC_c2b9c.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u3wcVZ' + Building C object CMakeFiles/cmTC_c2b9c.dir/CheckFunctionExists.c.o + /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=floor -o CMakeFiles/cmTC_c2b9c.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u3wcVZ/CheckFunctionExists.c + : warning: conflicting types for built-in function ‘floor’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u3wcVZ/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’ + 7 | CHECK_FUNCTION_EXISTS(void); + | ^~~~~~~~~~~~~~~~~~~~~ + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u3wcVZ/CheckFunctionExists.c:1:1: note: ‘floor’ is declared in header ‘’ + +++ |+#include + 1 | #ifdef CHECK_FUNCTION_EXISTS + Linking C executable cmTC_c2b9c + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c2b9c.dir/link.txt --verbose=1 + /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=floor CMakeFiles/cmTC_c2b9c.dir/CheckFunctionExists.c.o -o cmTC_c2b9c -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u3wcVZ' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "external/SDL/cmake/sdlcpu.cmake:93 (try_compile)" + - "external/SDL/CMakeLists.txt:81 (SDL_DetectTargetCPUArchitectures)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "SDL_CPU_CHECK_ALL" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3b2a6/fast + /usr/bin/make -f CMakeFiles/cmTC_3b2a6.dir/build.make CMakeFiles/cmTC_3b2a6.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_3b2a6.dir/SDL_detect_arch.c.o + /usr/bin/gcc -o CMakeFiles/cmTC_3b2a6.dir/SDL_detect_arch.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch.c + Linking C static library libcmTC_3b2a6.a + /usr/bin/cmake -P CMakeFiles/cmTC_3b2a6.dir/cmake_clean_target.cmake + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3b2a6.dir/link.txt --verbose=1 + /usr/bin/ar qc libcmTC_3b2a6.a CMakeFiles/cmTC_3b2a6.dir/SDL_detect_arch.c.o + /usr/bin/ranlib libcmTC_3b2a6.a + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch/CMakeFiles/CMakeTmp' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "external/SDL/cmake/sdlcompilers.cmake:57 (check_c_compiler_flag)" + - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" + checks: + - "Performing Test HAVE_GCC_WALL" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OdH6vR" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OdH6vR" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_GCC_WALL" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OdH6vR' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_023e7/fast + /usr/bin/make -f CMakeFiles/cmTC_023e7.dir/build.make CMakeFiles/cmTC_023e7.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OdH6vR' + Building C object CMakeFiles/cmTC_023e7.dir/src.c.o + /usr/bin/gcc -DHAVE_GCC_WALL -D_GNU_SOURCE=1 -Wall -o CMakeFiles/cmTC_023e7.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OdH6vR/src.c + Linking C executable cmTC_023e7 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_023e7.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_023e7.dir/src.c.o -o cmTC_023e7 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OdH6vR' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "external/SDL/cmake/sdlcompilers.cmake:67 (check_c_compiler_flag)" + - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" + checks: + - "Performing Test HAVE_GCC_WUNDEF" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5teqCK" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5teqCK" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_GCC_WUNDEF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5teqCK' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d6a60/fast + /usr/bin/make -f CMakeFiles/cmTC_d6a60.dir/build.make CMakeFiles/cmTC_d6a60.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5teqCK' + Building C object CMakeFiles/cmTC_d6a60.dir/src.c.o + /usr/bin/gcc -DHAVE_GCC_WUNDEF -D_GNU_SOURCE=1 -Wundef -o CMakeFiles/cmTC_d6a60.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5teqCK/src.c + Linking C executable cmTC_d6a60 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d6a60.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_d6a60.dir/src.c.o -o cmTC_d6a60 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5teqCK' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "external/SDL/cmake/sdlcompilers.cmake:72 (check_c_compiler_flag)" + - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" + checks: + - "Performing Test HAVE_GCC_WFLOAT_CONVERSION" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w1TXHx" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w1TXHx" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_GCC_WFLOAT_CONVERSION" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w1TXHx' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_60892/fast + /usr/bin/make -f CMakeFiles/cmTC_60892.dir/build.make CMakeFiles/cmTC_60892.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w1TXHx' + Building C object CMakeFiles/cmTC_60892.dir/src.c.o + /usr/bin/gcc -DHAVE_GCC_WFLOAT_CONVERSION -D_GNU_SOURCE=1 -Wfloat-conversion -o CMakeFiles/cmTC_60892.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w1TXHx/src.c + Linking C executable cmTC_60892 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_60892.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_60892.dir/src.c.o -o cmTC_60892 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w1TXHx' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "external/SDL/cmake/sdlcompilers.cmake:77 (check_c_compiler_flag)" + - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" + checks: + - "Performing Test HAVE_GCC_NO_STRICT_ALIASING" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lIn07b" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lIn07b" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_GCC_NO_STRICT_ALIASING" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lIn07b' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a497b/fast + /usr/bin/make -f CMakeFiles/cmTC_a497b.dir/build.make CMakeFiles/cmTC_a497b.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lIn07b' + Building C object CMakeFiles/cmTC_a497b.dir/src.c.o + /usr/bin/gcc -DHAVE_GCC_NO_STRICT_ALIASING -D_GNU_SOURCE=1 -fno-strict-aliasing -o CMakeFiles/cmTC_a497b.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lIn07b/src.c + Linking C executable cmTC_a497b + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a497b.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_a497b.dir/src.c.o -o cmTC_a497b + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lIn07b' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "external/SDL/cmake/sdlcompilers.cmake:82 (check_c_compiler_flag)" + - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" + checks: + - "Performing Test HAVE_GCC_WDOCUMENTATION" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gSncxZ" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gSncxZ" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_GCC_WDOCUMENTATION" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gSncxZ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ecc5b/fast + /usr/bin/make -f CMakeFiles/cmTC_ecc5b.dir/build.make CMakeFiles/cmTC_ecc5b.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gSncxZ' + Building C object CMakeFiles/cmTC_ecc5b.dir/src.c.o + /usr/bin/gcc -DHAVE_GCC_WDOCUMENTATION -D_GNU_SOURCE=1 -Wdocumentation -o CMakeFiles/cmTC_ecc5b.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gSncxZ/src.c + gcc: error: unrecognized command-line option '-Wdocumentation' + make[1]: *** [CMakeFiles/cmTC_ecc5b.dir/build.make:81: CMakeFiles/cmTC_ecc5b.dir/src.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gSncxZ' + make: *** [Makefile:134: cmTC_ecc5b/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "external/SDL/cmake/sdlcompilers.cmake:93 (check_c_compiler_flag)" + - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" + checks: + - "Performing Test HAVE_GCC_WDOCUMENTATION_UNKNOWN_COMMAND" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nzwycn" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nzwycn" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_GCC_WDOCUMENTATION_UNKNOWN_COMMAND" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nzwycn' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_6c7da/fast + /usr/bin/make -f CMakeFiles/cmTC_6c7da.dir/build.make CMakeFiles/cmTC_6c7da.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nzwycn' + Building C object CMakeFiles/cmTC_6c7da.dir/src.c.o + /usr/bin/gcc -DHAVE_GCC_WDOCUMENTATION_UNKNOWN_COMMAND -D_GNU_SOURCE=1 -Wdocumentation-unknown-command -o CMakeFiles/cmTC_6c7da.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nzwycn/src.c + gcc: error: unrecognized command-line option '-Wdocumentation-unknown-command' + make[1]: *** [CMakeFiles/cmTC_6c7da.dir/build.make:81: CMakeFiles/cmTC_6c7da.dir/src.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nzwycn' + make: *** [Makefile:134: cmTC_6c7da/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "external/SDL/cmake/sdlcompilers.cmake:104 (check_c_compiler_flag)" + - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" + checks: + - "Performing Test HAVE_GCC_COMMENT_BLOCK_COMMANDS" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Yclc3D" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Yclc3D" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_GCC_COMMENT_BLOCK_COMMANDS" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Yclc3D' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ac5b0/fast + /usr/bin/make -f CMakeFiles/cmTC_ac5b0.dir/build.make CMakeFiles/cmTC_ac5b0.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Yclc3D' + Building C object CMakeFiles/cmTC_ac5b0.dir/src.c.o + /usr/bin/gcc -DHAVE_GCC_COMMENT_BLOCK_COMMANDS -D_GNU_SOURCE=1 -fcomment-block-commands=threadsafety -o CMakeFiles/cmTC_ac5b0.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Yclc3D/src.c + gcc: error: unrecognized command-line option '-fcomment-block-commands=threadsafety' + make[1]: *** [CMakeFiles/cmTC_ac5b0.dir/build.make:81: CMakeFiles/cmTC_ac5b0.dir/src.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Yclc3D' + make: *** [Makefile:134: cmTC_ac5b0/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "external/SDL/cmake/sdlcompilers.cmake:108 (check_c_compiler_flag)" + - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" + checks: + - "Performing Test HAVE_CLANG_COMMENT_BLOCK_COMMANDS" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oabVIJ" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oabVIJ" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_CLANG_COMMENT_BLOCK_COMMANDS" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oabVIJ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_528e4/fast + /usr/bin/make -f CMakeFiles/cmTC_528e4.dir/build.make CMakeFiles/cmTC_528e4.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oabVIJ' + Building C object CMakeFiles/cmTC_528e4.dir/src.c.o + /usr/bin/gcc -DHAVE_CLANG_COMMENT_BLOCK_COMMANDS -D_GNU_SOURCE=1 /clang:-fcomment-block-commands=threadsafety -o CMakeFiles/cmTC_528e4.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oabVIJ/src.c + gcc: warning: /clang:-fcomment-block-commands=threadsafety: linker input file unused because linking not done + gcc: error: /clang:-fcomment-block-commands=threadsafety: linker input file not found: No such file or directory + make[1]: *** [CMakeFiles/cmTC_528e4.dir/build.make:81: CMakeFiles/cmTC_528e4.dir/src.c.o] Error 1 + make[1]: *** Deleting file 'CMakeFiles/cmTC_528e4.dir/src.c.o' + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oabVIJ' + make: *** [Makefile:134: cmTC_528e4/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "external/SDL/cmake/sdlcompilers.cmake:114 (check_c_compiler_flag)" + - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" + checks: + - "Performing Test HAVE_GCC_WSHADOW" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Mw9MDw" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Mw9MDw" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_GCC_WSHADOW" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Mw9MDw' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b7a6a/fast + /usr/bin/make -f CMakeFiles/cmTC_b7a6a.dir/build.make CMakeFiles/cmTC_b7a6a.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Mw9MDw' + Building C object CMakeFiles/cmTC_b7a6a.dir/src.c.o + /usr/bin/gcc -DHAVE_GCC_WSHADOW -D_GNU_SOURCE=1 -Wshadow -o CMakeFiles/cmTC_b7a6a.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Mw9MDw/src.c + Linking C executable cmTC_b7a6a + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b7a6a.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_b7a6a.dir/src.c.o -o cmTC_b7a6a + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Mw9MDw' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "external/SDL/cmake/sdlcompilers.cmake:119 (check_c_compiler_flag)" + - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" + checks: + - "Performing Test HAVE_GCC_WUNUSED_LOCAL_TYPEDEFS" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9dPl6S" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9dPl6S" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_GCC_WUNUSED_LOCAL_TYPEDEFS" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9dPl6S' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e0261/fast + /usr/bin/make -f CMakeFiles/cmTC_e0261.dir/build.make CMakeFiles/cmTC_e0261.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9dPl6S' + Building C object CMakeFiles/cmTC_e0261.dir/src.c.o + /usr/bin/gcc -DHAVE_GCC_WUNUSED_LOCAL_TYPEDEFS -D_GNU_SOURCE=1 -Wunused-local-typedefs -o CMakeFiles/cmTC_e0261.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9dPl6S/src.c + Linking C executable cmTC_e0261 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e0261.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_e0261.dir/src.c.o -o cmTC_e0261 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9dPl6S' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "external/SDL/cmake/sdlcompilers.cmake:124 (check_c_compiler_flag)" + - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" + checks: + - "Performing Test HAVE_GCC_WIMPLICIT_FALLTHROUGH" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h7UhRn" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h7UhRn" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_GCC_WIMPLICIT_FALLTHROUGH" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h7UhRn' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0691b/fast + /usr/bin/make -f CMakeFiles/cmTC_0691b.dir/build.make CMakeFiles/cmTC_0691b.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h7UhRn' + Building C object CMakeFiles/cmTC_0691b.dir/src.c.o + /usr/bin/gcc -DHAVE_GCC_WIMPLICIT_FALLTHROUGH -D_GNU_SOURCE=1 -Wimplicit-fallthrough -o CMakeFiles/cmTC_0691b.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h7UhRn/src.c + Linking C executable cmTC_0691b + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0691b.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_0691b.dir/src.c.o -o cmTC_0691b + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h7UhRn' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "external/SDL/cmake/sdlcompilers.cmake:157 (check_c_compiler_flag)" + - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" + checks: + - "Performing Test COMPILER_SUPPORTS_FDIAGNOSTICS_COLOR_ALWAYS" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jZpg7M" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jZpg7M" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "COMPILER_SUPPORTS_FDIAGNOSTICS_COLOR_ALWAYS" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jZpg7M' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_cde0e/fast + /usr/bin/make -f CMakeFiles/cmTC_cde0e.dir/build.make CMakeFiles/cmTC_cde0e.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jZpg7M' + Building C object CMakeFiles/cmTC_cde0e.dir/src.c.o + /usr/bin/gcc -DCOMPILER_SUPPORTS_FDIAGNOSTICS_COLOR_ALWAYS -D_GNU_SOURCE=1 -fdiagnostics-color=always -o CMakeFiles/cmTC_cde0e.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jZpg7M/src.c + Linking C executable cmTC_cde0e + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cde0e.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_cde0e.dir/src.c.o -o cmTC_cde0e + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jZpg7M' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:464 (check_symbol_exists)" + checks: + - "Looking for __GLIBC__" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nkb4eA" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nkb4eA" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_IS_GLIBC" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nkb4eA' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_338fd/fast + /usr/bin/make -f CMakeFiles/cmTC_338fd.dir/build.make CMakeFiles/cmTC_338fd.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nkb4eA' + Building C object CMakeFiles/cmTC_338fd.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_338fd.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nkb4eA/CheckSymbolExists.c + Linking C executable cmTC_338fd + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_338fd.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_338fd.dir/CheckSymbolExists.c.o -o cmTC_338fd + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nkb4eA' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/cmake/macros.cmake:304 (check_c_source_compiles)" + - "external/SDL/CMakeLists.txt:472 (check_linker_supports_version_file)" + checks: + - "Performing Test LINKER_SUPPORTS_VERSION_SCRIPT" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FqkfTw" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FqkfTw" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LINKER_SUPPORTS_VERSION_SCRIPT" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FqkfTw' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1157e/fast + /usr/bin/make -f CMakeFiles/cmTC_1157e.dir/build.make CMakeFiles/cmTC_1157e.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FqkfTw' + Building C object CMakeFiles/cmTC_1157e.dir/src.c.o + /usr/bin/gcc -DLINKER_SUPPORTS_VERSION_SCRIPT -o CMakeFiles/cmTC_1157e.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FqkfTw/src.c + Linking C executable cmTC_1157e + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1157e.dir/link.txt --verbose=1 + /usr/bin/gcc -Wl,--version-script=/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/dummy.sym CMakeFiles/cmTC_1157e.dir/src.c.o -o cmTC_1157e + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FqkfTw' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/CMakeLists.txt:570 (check_c_source_compiles)" + checks: + - "Performing Test COMPILER_SUPPORTS_GCC_ATOMICS" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vZA2l3" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vZA2l3" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "COMPILER_SUPPORTS_GCC_ATOMICS" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vZA2l3' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_233f1/fast + /usr/bin/make -f CMakeFiles/cmTC_233f1.dir/build.make CMakeFiles/cmTC_233f1.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vZA2l3' + Building C object CMakeFiles/cmTC_233f1.dir/src.c.o + /usr/bin/gcc -DCOMPILER_SUPPORTS_GCC_ATOMICS -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_233f1.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vZA2l3/src.c + Linking C executable cmTC_233f1 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_233f1.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_233f1.dir/src.c.o -o cmTC_233f1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vZA2l3' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/CMakeLists.txt:592 (check_c_source_compiles)" + checks: + - "Performing Test HAVE_GCC_FVISIBILITY" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lGBL8R" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lGBL8R" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_GCC_FVISIBILITY" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lGBL8R' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b8049/fast + /usr/bin/make -f CMakeFiles/cmTC_b8049.dir/build.make CMakeFiles/cmTC_b8049.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lGBL8R' + Building C object CMakeFiles/cmTC_b8049.dir/src.c.o + /usr/bin/gcc -DHAVE_GCC_FVISIBILITY -D_GNU_SOURCE=1 -fvisibility=hidden -Werror -o CMakeFiles/cmTC_b8049.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lGBL8R/src.c + Linking C executable cmTC_b8049 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b8049.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -fvisibility=hidden -Werror CMakeFiles/cmTC_b8049.dir/src.c.o -o cmTC_b8049 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lGBL8R' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/Internal/CheckLinkerFlag.cmake:34 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckLinkerFlag.cmake:44 (cmake_check_linker_flag)" + - "external/SDL/CMakeLists.txt:617 (check_linker_flag)" + checks: + - "Performing Test LINKER_SUPPORTS_WL_NO_UNDEFINED" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S1sLLv" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S1sLLv" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LINKER_SUPPORTS_WL_NO_UNDEFINED" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S1sLLv' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3682f/fast + /usr/bin/make -f CMakeFiles/cmTC_3682f.dir/build.make CMakeFiles/cmTC_3682f.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S1sLLv' + Building C object CMakeFiles/cmTC_3682f.dir/src.c.o + /usr/bin/gcc -DLINKER_SUPPORTS_WL_NO_UNDEFINED -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_3682f.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S1sLLv/src.c + Linking C executable cmTC_3682f + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3682f.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -Wl,--no-undefined CMakeFiles/cmTC_3682f.dir/src.c.o -o cmTC_3682f + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S1sLLv' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/CMakeLists.txt:654 (check_c_source_compiles)" + checks: + - "Performing Test COMPILER_SUPPORTS_MMX" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Ri8bcw" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Ri8bcw" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "COMPILER_SUPPORTS_MMX" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Ri8bcw' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8ae34/fast + /usr/bin/make -f CMakeFiles/cmTC_8ae34.dir/build.make CMakeFiles/cmTC_8ae34.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Ri8bcw' + Building C object CMakeFiles/cmTC_8ae34.dir/src.c.o + /usr/bin/gcc -DCOMPILER_SUPPORTS_MMX -D_GNU_SOURCE=1 -mmmx -o CMakeFiles/cmTC_8ae34.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Ri8bcw/src.c + Linking C executable cmTC_8ae34 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8ae34.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -mmmx CMakeFiles/cmTC_8ae34.dir/src.c.o -o cmTC_8ae34 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Ri8bcw' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/CMakeLists.txt:675 (check_c_source_compiles)" + checks: + - "Performing Test COMPILER_SUPPORTS_SSE" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PUkawz" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PUkawz" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "COMPILER_SUPPORTS_SSE" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PUkawz' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5cb23/fast + /usr/bin/make -f CMakeFiles/cmTC_5cb23.dir/build.make CMakeFiles/cmTC_5cb23.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PUkawz' + Building C object CMakeFiles/cmTC_5cb23.dir/src.c.o + /usr/bin/gcc -DCOMPILER_SUPPORTS_SSE -D_GNU_SOURCE=1 -msse -o CMakeFiles/cmTC_5cb23.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PUkawz/src.c + Linking C executable cmTC_5cb23 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5cb23.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -msse CMakeFiles/cmTC_5cb23.dir/src.c.o -o cmTC_5cb23 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PUkawz' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/CMakeLists.txt:696 (check_c_source_compiles)" + checks: + - "Performing Test COMPILER_SUPPORTS_SSE2" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5jlEz3" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5jlEz3" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "COMPILER_SUPPORTS_SSE2" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5jlEz3' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b5437/fast + /usr/bin/make -f CMakeFiles/cmTC_b5437.dir/build.make CMakeFiles/cmTC_b5437.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5jlEz3' + Building C object CMakeFiles/cmTC_b5437.dir/src.c.o + /usr/bin/gcc -DCOMPILER_SUPPORTS_SSE2 -D_GNU_SOURCE=1 -msse2 -o CMakeFiles/cmTC_b5437.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5jlEz3/src.c + Linking C executable cmTC_b5437 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b5437.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -msse2 CMakeFiles/cmTC_b5437.dir/src.c.o -o cmTC_b5437 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5jlEz3' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/CMakeLists.txt:717 (check_c_source_compiles)" + checks: + - "Performing Test COMPILER_SUPPORTS_SSE3" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xB0z5F" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xB0z5F" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "COMPILER_SUPPORTS_SSE3" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xB0z5F' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_175d3/fast + /usr/bin/make -f CMakeFiles/cmTC_175d3.dir/build.make CMakeFiles/cmTC_175d3.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xB0z5F' + Building C object CMakeFiles/cmTC_175d3.dir/src.c.o + /usr/bin/gcc -DCOMPILER_SUPPORTS_SSE3 -D_GNU_SOURCE=1 -msse3 -o CMakeFiles/cmTC_175d3.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xB0z5F/src.c + Linking C executable cmTC_175d3 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_175d3.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -msse3 CMakeFiles/cmTC_175d3.dir/src.c.o -o cmTC_175d3 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xB0z5F' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/CMakeLists.txt:738 (check_c_source_compiles)" + checks: + - "Performing Test COMPILER_SUPPORTS_SSE4_1" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-avurE7" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-avurE7" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "COMPILER_SUPPORTS_SSE4_1" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-avurE7' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9c94e/fast + /usr/bin/make -f CMakeFiles/cmTC_9c94e.dir/build.make CMakeFiles/cmTC_9c94e.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-avurE7' + Building C object CMakeFiles/cmTC_9c94e.dir/src.c.o + /usr/bin/gcc -DCOMPILER_SUPPORTS_SSE4_1 -D_GNU_SOURCE=1 -msse4.1 -o CMakeFiles/cmTC_9c94e.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-avurE7/src.c + Linking C executable cmTC_9c94e + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9c94e.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -msse4.1 CMakeFiles/cmTC_9c94e.dir/src.c.o -o cmTC_9c94e + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-avurE7' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/CMakeLists.txt:759 (check_c_source_compiles)" + checks: + - "Performing Test COMPILER_SUPPORTS_SSE4_2" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RIY5Cm" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RIY5Cm" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "COMPILER_SUPPORTS_SSE4_2" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RIY5Cm' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_19214/fast + /usr/bin/make -f CMakeFiles/cmTC_19214.dir/build.make CMakeFiles/cmTC_19214.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RIY5Cm' + Building C object CMakeFiles/cmTC_19214.dir/src.c.o + /usr/bin/gcc -DCOMPILER_SUPPORTS_SSE4_2 -D_GNU_SOURCE=1 -msse4.2 -mcrc32 -o CMakeFiles/cmTC_19214.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RIY5Cm/src.c + Linking C executable cmTC_19214 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_19214.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -msse4.2 -mcrc32 CMakeFiles/cmTC_19214.dir/src.c.o -o cmTC_19214 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RIY5Cm' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/CMakeLists.txt:782 (check_c_source_compiles)" + checks: + - "Performing Test COMPILER_SUPPORTS_AVX" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qOiIDS" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qOiIDS" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "COMPILER_SUPPORTS_AVX" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qOiIDS' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3fc9c/fast + /usr/bin/make -f CMakeFiles/cmTC_3fc9c.dir/build.make CMakeFiles/cmTC_3fc9c.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qOiIDS' + Building C object CMakeFiles/cmTC_3fc9c.dir/src.c.o + /usr/bin/gcc -DCOMPILER_SUPPORTS_AVX -D_GNU_SOURCE=1 -mavx -o CMakeFiles/cmTC_3fc9c.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qOiIDS/src.c + Linking C executable cmTC_3fc9c + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3fc9c.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -mavx CMakeFiles/cmTC_3fc9c.dir/src.c.o -o cmTC_3fc9c + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qOiIDS' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/CMakeLists.txt:803 (check_c_source_compiles)" + checks: + - "Performing Test COMPILER_SUPPORTS_AVX2" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bIJFUH" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bIJFUH" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "COMPILER_SUPPORTS_AVX2" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bIJFUH' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_67b4a/fast + /usr/bin/make -f CMakeFiles/cmTC_67b4a.dir/build.make CMakeFiles/cmTC_67b4a.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bIJFUH' + Building C object CMakeFiles/cmTC_67b4a.dir/src.c.o + /usr/bin/gcc -DCOMPILER_SUPPORTS_AVX2 -D_GNU_SOURCE=1 -mavx2 -o CMakeFiles/cmTC_67b4a.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bIJFUH/src.c + Linking C executable cmTC_67b4a + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_67b4a.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -mavx2 CMakeFiles/cmTC_67b4a.dir/src.c.o -o cmTC_67b4a + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bIJFUH' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/CMakeLists.txt:824 (check_c_source_compiles)" + checks: + - "Performing Test COMPILER_SUPPORTS_AVX512F" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pYkiD2" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pYkiD2" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "COMPILER_SUPPORTS_AVX512F" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pYkiD2' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ba3aa/fast + /usr/bin/make -f CMakeFiles/cmTC_ba3aa.dir/build.make CMakeFiles/cmTC_ba3aa.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pYkiD2' + Building C object CMakeFiles/cmTC_ba3aa.dir/src.c.o + /usr/bin/gcc -DCOMPILER_SUPPORTS_AVX512F -D_GNU_SOURCE=1 -mavx512f -o CMakeFiles/cmTC_ba3aa.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pYkiD2/src.c + Linking C executable cmTC_ba3aa + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ba3aa.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -mavx512f CMakeFiles/cmTC_ba3aa.dir/src.c.o -o cmTC_ba3aa + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pYkiD2' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/CMakeLists.txt:965 (check_include_file)" + checks: + - "Looking for alloca.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rzimtF" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rzimtF" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_ALLOCA_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rzimtF' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f3257/fast + /usr/bin/make -f CMakeFiles/cmTC_f3257.dir/build.make CMakeFiles/cmTC_f3257.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rzimtF' + Building C object CMakeFiles/cmTC_f3257.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_f3257.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rzimtF/CheckIncludeFile.c + Linking C executable cmTC_f3257 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f3257.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_f3257.dir/CheckIncludeFile.c.o -o cmTC_f3257 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rzimtF' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/CMakeLists.txt:1003 (check_include_file)" + checks: + - "Looking for float.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cS8wM1" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cS8wM1" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_FLOAT_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cS8wM1' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_64f04/fast + /usr/bin/make -f CMakeFiles/cmTC_64f04.dir/build.make CMakeFiles/cmTC_64f04.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cS8wM1' + Building C object CMakeFiles/cmTC_64f04.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_64f04.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cS8wM1/CheckIncludeFile.c + Linking C executable cmTC_64f04 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_64f04.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_64f04.dir/CheckIncludeFile.c.o -o cmTC_64f04 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cS8wM1' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/CMakeLists.txt:1003 (check_include_file)" + checks: + - "Looking for iconv.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IS3mGE" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IS3mGE" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_ICONV_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IS3mGE' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e7286/fast + /usr/bin/make -f CMakeFiles/cmTC_e7286.dir/build.make CMakeFiles/cmTC_e7286.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IS3mGE' + Building C object CMakeFiles/cmTC_e7286.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_e7286.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IS3mGE/CheckIncludeFile.c + Linking C executable cmTC_e7286 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e7286.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_e7286.dir/CheckIncludeFile.c.o -o cmTC_e7286 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IS3mGE' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/CMakeLists.txt:1003 (check_include_file)" + checks: + - "Looking for inttypes.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pFMPiG" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pFMPiG" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_INTTYPES_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pFMPiG' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_4f5f0/fast + /usr/bin/make -f CMakeFiles/cmTC_4f5f0.dir/build.make CMakeFiles/cmTC_4f5f0.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pFMPiG' + Building C object CMakeFiles/cmTC_4f5f0.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_4f5f0.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pFMPiG/CheckIncludeFile.c + Linking C executable cmTC_4f5f0 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4f5f0.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_4f5f0.dir/CheckIncludeFile.c.o -o cmTC_4f5f0 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pFMPiG' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/CMakeLists.txt:1003 (check_include_file)" + checks: + - "Looking for limits.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3KKy4N" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3KKy4N" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_LIMITS_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3KKy4N' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b868f/fast + /usr/bin/make -f CMakeFiles/cmTC_b868f.dir/build.make CMakeFiles/cmTC_b868f.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3KKy4N' + Building C object CMakeFiles/cmTC_b868f.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_b868f.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3KKy4N/CheckIncludeFile.c + Linking C executable cmTC_b868f + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b868f.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_b868f.dir/CheckIncludeFile.c.o -o cmTC_b868f + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3KKy4N' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/CMakeLists.txt:1003 (check_include_file)" + checks: + - "Looking for malloc.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-MrDn30" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-MrDn30" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_MALLOC_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-MrDn30' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_619d0/fast + /usr/bin/make -f CMakeFiles/cmTC_619d0.dir/build.make CMakeFiles/cmTC_619d0.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-MrDn30' + Building C object CMakeFiles/cmTC_619d0.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_619d0.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-MrDn30/CheckIncludeFile.c + Linking C executable cmTC_619d0 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_619d0.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_619d0.dir/CheckIncludeFile.c.o -o cmTC_619d0 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-MrDn30' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/CMakeLists.txt:1003 (check_include_file)" + checks: + - "Looking for math.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Amaax" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Amaax" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_MATH_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Amaax' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_336f7/fast + /usr/bin/make -f CMakeFiles/cmTC_336f7.dir/build.make CMakeFiles/cmTC_336f7.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Amaax' + Building C object CMakeFiles/cmTC_336f7.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_336f7.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Amaax/CheckIncludeFile.c + Linking C executable cmTC_336f7 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_336f7.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_336f7.dir/CheckIncludeFile.c.o -o cmTC_336f7 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Amaax' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/CMakeLists.txt:1003 (check_include_file)" + checks: + - "Looking for memory.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YhpWNe" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YhpWNe" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_MEMORY_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YhpWNe' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_19e89/fast + /usr/bin/make -f CMakeFiles/cmTC_19e89.dir/build.make CMakeFiles/cmTC_19e89.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YhpWNe' + Building C object CMakeFiles/cmTC_19e89.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_19e89.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YhpWNe/CheckIncludeFile.c + Linking C executable cmTC_19e89 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_19e89.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_19e89.dir/CheckIncludeFile.c.o -o cmTC_19e89 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YhpWNe' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/CMakeLists.txt:1003 (check_include_file)" + checks: + - "Looking for signal.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4nIfhZ" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4nIfhZ" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_SIGNAL_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4nIfhZ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7f587/fast + /usr/bin/make -f CMakeFiles/cmTC_7f587.dir/build.make CMakeFiles/cmTC_7f587.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4nIfhZ' + Building C object CMakeFiles/cmTC_7f587.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_7f587.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4nIfhZ/CheckIncludeFile.c + Linking C executable cmTC_7f587 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7f587.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_7f587.dir/CheckIncludeFile.c.o -o cmTC_7f587 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4nIfhZ' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/CMakeLists.txt:1003 (check_include_file)" + checks: + - "Looking for stdarg.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZMmmN" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZMmmN" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STDARG_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZMmmN' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_24f3d/fast + /usr/bin/make -f CMakeFiles/cmTC_24f3d.dir/build.make CMakeFiles/cmTC_24f3d.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZMmmN' + Building C object CMakeFiles/cmTC_24f3d.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_24f3d.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZMmmN/CheckIncludeFile.c + Linking C executable cmTC_24f3d + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_24f3d.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_24f3d.dir/CheckIncludeFile.c.o -o cmTC_24f3d + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZMmmN' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/CMakeLists.txt:1003 (check_include_file)" + checks: + - "Looking for stdbool.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hlDRqV" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hlDRqV" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STDBOOL_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hlDRqV' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9ae7c/fast + /usr/bin/make -f CMakeFiles/cmTC_9ae7c.dir/build.make CMakeFiles/cmTC_9ae7c.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hlDRqV' + Building C object CMakeFiles/cmTC_9ae7c.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_9ae7c.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hlDRqV/CheckIncludeFile.c + Linking C executable cmTC_9ae7c + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9ae7c.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_9ae7c.dir/CheckIncludeFile.c.o -o cmTC_9ae7c + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hlDRqV' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/CMakeLists.txt:1003 (check_include_file)" + checks: + - "Looking for stddef.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jsvemd" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jsvemd" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STDDEF_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jsvemd' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_984fe/fast + /usr/bin/make -f CMakeFiles/cmTC_984fe.dir/build.make CMakeFiles/cmTC_984fe.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jsvemd' + Building C object CMakeFiles/cmTC_984fe.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_984fe.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jsvemd/CheckIncludeFile.c + Linking C executable cmTC_984fe + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_984fe.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_984fe.dir/CheckIncludeFile.c.o -o cmTC_984fe + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jsvemd' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/CMakeLists.txt:1003 (check_include_file)" + checks: + - "Looking for stdint.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bMKC3y" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bMKC3y" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STDINT_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bMKC3y' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3e27f/fast + /usr/bin/make -f CMakeFiles/cmTC_3e27f.dir/build.make CMakeFiles/cmTC_3e27f.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bMKC3y' + Building C object CMakeFiles/cmTC_3e27f.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_3e27f.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bMKC3y/CheckIncludeFile.c + Linking C executable cmTC_3e27f + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3e27f.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_3e27f.dir/CheckIncludeFile.c.o -o cmTC_3e27f + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bMKC3y' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/CMakeLists.txt:1003 (check_include_file)" + checks: + - "Looking for stdio.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ElQ8at" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ElQ8at" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STDIO_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ElQ8at' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5fee8/fast + /usr/bin/make -f CMakeFiles/cmTC_5fee8.dir/build.make CMakeFiles/cmTC_5fee8.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ElQ8at' + Building C object CMakeFiles/cmTC_5fee8.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_5fee8.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ElQ8at/CheckIncludeFile.c + Linking C executable cmTC_5fee8 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5fee8.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_5fee8.dir/CheckIncludeFile.c.o -o cmTC_5fee8 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ElQ8at' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/CMakeLists.txt:1003 (check_include_file)" + checks: + - "Looking for stdlib.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ShMZuV" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ShMZuV" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STDLIB_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ShMZuV' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_96760/fast + /usr/bin/make -f CMakeFiles/cmTC_96760.dir/build.make CMakeFiles/cmTC_96760.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ShMZuV' + Building C object CMakeFiles/cmTC_96760.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_96760.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ShMZuV/CheckIncludeFile.c + Linking C executable cmTC_96760 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_96760.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_96760.dir/CheckIncludeFile.c.o -o cmTC_96760 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ShMZuV' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/CMakeLists.txt:1003 (check_include_file)" + checks: + - "Looking for string.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vGqbgQ" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vGqbgQ" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STRING_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vGqbgQ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d18be/fast + /usr/bin/make -f CMakeFiles/cmTC_d18be.dir/build.make CMakeFiles/cmTC_d18be.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vGqbgQ' + Building C object CMakeFiles/cmTC_d18be.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_d18be.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vGqbgQ/CheckIncludeFile.c + Linking C executable cmTC_d18be + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d18be.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_d18be.dir/CheckIncludeFile.c.o -o cmTC_d18be + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vGqbgQ' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/CMakeLists.txt:1003 (check_include_file)" + checks: + - "Looking for strings.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cGn38K" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cGn38K" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STRINGS_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cGn38K' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_daff6/fast + /usr/bin/make -f CMakeFiles/cmTC_daff6.dir/build.make CMakeFiles/cmTC_daff6.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cGn38K' + Building C object CMakeFiles/cmTC_daff6.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_daff6.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cGn38K/CheckIncludeFile.c + Linking C executable cmTC_daff6 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_daff6.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_daff6.dir/CheckIncludeFile.c.o -o cmTC_daff6 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cGn38K' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/CMakeLists.txt:1003 (check_include_file)" + checks: + - "Looking for sys/types.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6hUGiY" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6hUGiY" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_SYS_TYPES_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6hUGiY' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_92f61/fast + /usr/bin/make -f CMakeFiles/cmTC_92f61.dir/build.make CMakeFiles/cmTC_92f61.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6hUGiY' + Building C object CMakeFiles/cmTC_92f61.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_92f61.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6hUGiY/CheckIncludeFile.c + Linking C executable cmTC_92f61 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_92f61.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_92f61.dir/CheckIncludeFile.c.o -o cmTC_92f61 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6hUGiY' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/CMakeLists.txt:1003 (check_include_file)" + checks: + - "Looking for time.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I4BBrD" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I4BBrD" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_TIME_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I4BBrD' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5cfde/fast + /usr/bin/make -f CMakeFiles/cmTC_5cfde.dir/build.make CMakeFiles/cmTC_5cfde.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I4BBrD' + Building C object CMakeFiles/cmTC_5cfde.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_5cfde.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I4BBrD/CheckIncludeFile.c + Linking C executable cmTC_5cfde + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5cfde.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_5cfde.dir/CheckIncludeFile.c.o -o cmTC_5cfde + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I4BBrD' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/CMakeLists.txt:1003 (check_include_file)" + checks: + - "Looking for wchar.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BTFf1A" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BTFf1A" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_WCHAR_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BTFf1A' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_25bf8/fast + /usr/bin/make -f CMakeFiles/cmTC_25bf8.dir/build.make CMakeFiles/cmTC_25bf8.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BTFf1A' + Building C object CMakeFiles/cmTC_25bf8.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_25bf8.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BTFf1A/CheckIncludeFile.c + Linking C executable cmTC_25bf8 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_25bf8.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_25bf8.dir/CheckIncludeFile.c.o -o cmTC_25bf8 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BTFf1A' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for abs" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LsiehZ" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LsiehZ" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_ABS" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LsiehZ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8e4f9/fast + /usr/bin/make -f CMakeFiles/cmTC_8e4f9.dir/build.make CMakeFiles/cmTC_8e4f9.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LsiehZ' + Building C object CMakeFiles/cmTC_8e4f9.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_8e4f9.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LsiehZ/CheckSymbolExists.c + Linking C executable cmTC_8e4f9 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8e4f9.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_8e4f9.dir/CheckSymbolExists.c.o -o cmTC_8e4f9 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LsiehZ' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for acos" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-doGJ5L" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-doGJ5L" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_ACOS" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-doGJ5L' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_73740/fast + /usr/bin/make -f CMakeFiles/cmTC_73740.dir/build.make CMakeFiles/cmTC_73740.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-doGJ5L' + Building C object CMakeFiles/cmTC_73740.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_73740.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-doGJ5L/CheckSymbolExists.c + Linking C executable cmTC_73740 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_73740.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_73740.dir/CheckSymbolExists.c.o -o cmTC_73740 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-doGJ5L' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for acosf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5xDa8S" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5xDa8S" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_ACOSF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5xDa8S' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_10f42/fast + /usr/bin/make -f CMakeFiles/cmTC_10f42.dir/build.make CMakeFiles/cmTC_10f42.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5xDa8S' + Building C object CMakeFiles/cmTC_10f42.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_10f42.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5xDa8S/CheckSymbolExists.c + Linking C executable cmTC_10f42 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_10f42.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_10f42.dir/CheckSymbolExists.c.o -o cmTC_10f42 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5xDa8S' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for asin" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WdJlbH" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WdJlbH" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_ASIN" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WdJlbH' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_2030b/fast + /usr/bin/make -f CMakeFiles/cmTC_2030b.dir/build.make CMakeFiles/cmTC_2030b.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WdJlbH' + Building C object CMakeFiles/cmTC_2030b.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_2030b.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WdJlbH/CheckSymbolExists.c + Linking C executable cmTC_2030b + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2030b.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_2030b.dir/CheckSymbolExists.c.o -o cmTC_2030b -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WdJlbH' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for asinf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0plCB" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0plCB" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_ASINF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0plCB' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e6bdc/fast + /usr/bin/make -f CMakeFiles/cmTC_e6bdc.dir/build.make CMakeFiles/cmTC_e6bdc.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0plCB' + Building C object CMakeFiles/cmTC_e6bdc.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_e6bdc.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0plCB/CheckSymbolExists.c + Linking C executable cmTC_e6bdc + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e6bdc.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_e6bdc.dir/CheckSymbolExists.c.o -o cmTC_e6bdc -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0plCB' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for atan" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YO7O0b" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YO7O0b" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_ATAN" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YO7O0b' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_af079/fast + /usr/bin/make -f CMakeFiles/cmTC_af079.dir/build.make CMakeFiles/cmTC_af079.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YO7O0b' + Building C object CMakeFiles/cmTC_af079.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_af079.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YO7O0b/CheckSymbolExists.c + Linking C executable cmTC_af079 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_af079.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_af079.dir/CheckSymbolExists.c.o -o cmTC_af079 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YO7O0b' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for atan2" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sIHpx9" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sIHpx9" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_ATAN2" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sIHpx9' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c38b9/fast + /usr/bin/make -f CMakeFiles/cmTC_c38b9.dir/build.make CMakeFiles/cmTC_c38b9.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sIHpx9' + Building C object CMakeFiles/cmTC_c38b9.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_c38b9.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sIHpx9/CheckSymbolExists.c + Linking C executable cmTC_c38b9 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c38b9.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_c38b9.dir/CheckSymbolExists.c.o -o cmTC_c38b9 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sIHpx9' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for atan2f" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zbNqR9" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zbNqR9" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_ATAN2F" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zbNqR9' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_61625/fast + /usr/bin/make -f CMakeFiles/cmTC_61625.dir/build.make CMakeFiles/cmTC_61625.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zbNqR9' + Building C object CMakeFiles/cmTC_61625.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_61625.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zbNqR9/CheckSymbolExists.c + Linking C executable cmTC_61625 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_61625.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_61625.dir/CheckSymbolExists.c.o -o cmTC_61625 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zbNqR9' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for atanf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0TniXK" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0TniXK" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_ATANF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0TniXK' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_370ad/fast + /usr/bin/make -f CMakeFiles/cmTC_370ad.dir/build.make CMakeFiles/cmTC_370ad.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0TniXK' + Building C object CMakeFiles/cmTC_370ad.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_370ad.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0TniXK/CheckSymbolExists.c + Linking C executable cmTC_370ad + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_370ad.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_370ad.dir/CheckSymbolExists.c.o -o cmTC_370ad -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0TniXK' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for atof" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aU7KQU" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aU7KQU" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_ATOF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aU7KQU' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_631ab/fast + /usr/bin/make -f CMakeFiles/cmTC_631ab.dir/build.make CMakeFiles/cmTC_631ab.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aU7KQU' + Building C object CMakeFiles/cmTC_631ab.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_631ab.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aU7KQU/CheckSymbolExists.c + Linking C executable cmTC_631ab + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_631ab.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_631ab.dir/CheckSymbolExists.c.o -o cmTC_631ab -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aU7KQU' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for atoi" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y8yHxd" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y8yHxd" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_ATOI" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y8yHxd' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_97254/fast + /usr/bin/make -f CMakeFiles/cmTC_97254.dir/build.make CMakeFiles/cmTC_97254.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y8yHxd' + Building C object CMakeFiles/cmTC_97254.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_97254.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y8yHxd/CheckSymbolExists.c + Linking C executable cmTC_97254 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_97254.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_97254.dir/CheckSymbolExists.c.o -o cmTC_97254 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y8yHxd' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for bcopy" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ExXux3" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ExXux3" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_BCOPY" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ExXux3' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5a630/fast + /usr/bin/make -f CMakeFiles/cmTC_5a630.dir/build.make CMakeFiles/cmTC_5a630.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ExXux3' + Building C object CMakeFiles/cmTC_5a630.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_5a630.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ExXux3/CheckSymbolExists.c + Linking C executable cmTC_5a630 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5a630.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_5a630.dir/CheckSymbolExists.c.o -o cmTC_5a630 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ExXux3' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for ceil" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-byCyfF" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-byCyfF" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_CEIL" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-byCyfF' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3b346/fast + /usr/bin/make -f CMakeFiles/cmTC_3b346.dir/build.make CMakeFiles/cmTC_3b346.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-byCyfF' + Building C object CMakeFiles/cmTC_3b346.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_3b346.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-byCyfF/CheckSymbolExists.c + Linking C executable cmTC_3b346 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3b346.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_3b346.dir/CheckSymbolExists.c.o -o cmTC_3b346 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-byCyfF' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for ceilf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zgD0j9" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zgD0j9" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_CEILF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zgD0j9' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_dc440/fast + /usr/bin/make -f CMakeFiles/cmTC_dc440.dir/build.make CMakeFiles/cmTC_dc440.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zgD0j9' + Building C object CMakeFiles/cmTC_dc440.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_dc440.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zgD0j9/CheckSymbolExists.c + Linking C executable cmTC_dc440 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dc440.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_dc440.dir/CheckSymbolExists.c.o -o cmTC_dc440 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zgD0j9' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for copysign" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FaYLtk" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FaYLtk" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_COPYSIGN" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FaYLtk' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_93224/fast + /usr/bin/make -f CMakeFiles/cmTC_93224.dir/build.make CMakeFiles/cmTC_93224.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FaYLtk' + Building C object CMakeFiles/cmTC_93224.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_93224.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FaYLtk/CheckSymbolExists.c + Linking C executable cmTC_93224 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_93224.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_93224.dir/CheckSymbolExists.c.o -o cmTC_93224 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FaYLtk' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for copysignf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lww41F" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lww41F" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_COPYSIGNF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lww41F' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f148e/fast + /usr/bin/make -f CMakeFiles/cmTC_f148e.dir/build.make CMakeFiles/cmTC_f148e.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lww41F' + Building C object CMakeFiles/cmTC_f148e.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_f148e.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lww41F/CheckSymbolExists.c + Linking C executable cmTC_f148e + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f148e.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_f148e.dir/CheckSymbolExists.c.o -o cmTC_f148e -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lww41F' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for cos" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Uaomw3" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Uaomw3" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_COS" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Uaomw3' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_4b0b3/fast + /usr/bin/make -f CMakeFiles/cmTC_4b0b3.dir/build.make CMakeFiles/cmTC_4b0b3.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Uaomw3' + Building C object CMakeFiles/cmTC_4b0b3.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_4b0b3.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Uaomw3/CheckSymbolExists.c + Linking C executable cmTC_4b0b3 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4b0b3.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_4b0b3.dir/CheckSymbolExists.c.o -o cmTC_4b0b3 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Uaomw3' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for cosf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tFbJj7" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tFbJj7" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_COSF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tFbJj7' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1ffe7/fast + /usr/bin/make -f CMakeFiles/cmTC_1ffe7.dir/build.make CMakeFiles/cmTC_1ffe7.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tFbJj7' + Building C object CMakeFiles/cmTC_1ffe7.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_1ffe7.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tFbJj7/CheckSymbolExists.c + Linking C executable cmTC_1ffe7 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1ffe7.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_1ffe7.dir/CheckSymbolExists.c.o -o cmTC_1ffe7 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tFbJj7' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for _Exit" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-chYjZn" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-chYjZn" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS__EXIT" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-chYjZn' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d9d81/fast + /usr/bin/make -f CMakeFiles/cmTC_d9d81.dir/build.make CMakeFiles/cmTC_d9d81.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-chYjZn' + Building C object CMakeFiles/cmTC_d9d81.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_d9d81.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-chYjZn/CheckSymbolExists.c + Linking C executable cmTC_d9d81 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d9d81.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_d9d81.dir/CheckSymbolExists.c.o -o cmTC_d9d81 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-chYjZn' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for exp" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PfaDnq" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PfaDnq" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_EXP" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PfaDnq' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c01cc/fast + /usr/bin/make -f CMakeFiles/cmTC_c01cc.dir/build.make CMakeFiles/cmTC_c01cc.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PfaDnq' + Building C object CMakeFiles/cmTC_c01cc.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_c01cc.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PfaDnq/CheckSymbolExists.c + Linking C executable cmTC_c01cc + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c01cc.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_c01cc.dir/CheckSymbolExists.c.o -o cmTC_c01cc -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PfaDnq' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for expf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ltM7ZO" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ltM7ZO" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_EXPF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ltM7ZO' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_82f82/fast + /usr/bin/make -f CMakeFiles/cmTC_82f82.dir/build.make CMakeFiles/cmTC_82f82.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ltM7ZO' + Building C object CMakeFiles/cmTC_82f82.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_82f82.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ltM7ZO/CheckSymbolExists.c + Linking C executable cmTC_82f82 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_82f82.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_82f82.dir/CheckSymbolExists.c.o -o cmTC_82f82 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ltM7ZO' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for fabs" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u4KVty" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u4KVty" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_FABS" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u4KVty' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_2308f/fast + /usr/bin/make -f CMakeFiles/cmTC_2308f.dir/build.make CMakeFiles/cmTC_2308f.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u4KVty' + Building C object CMakeFiles/cmTC_2308f.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_2308f.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u4KVty/CheckSymbolExists.c + Linking C executable cmTC_2308f + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2308f.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_2308f.dir/CheckSymbolExists.c.o -o cmTC_2308f -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u4KVty' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for fabsf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YWSrjF" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YWSrjF" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_FABSF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YWSrjF' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c5e3c/fast + /usr/bin/make -f CMakeFiles/cmTC_c5e3c.dir/build.make CMakeFiles/cmTC_c5e3c.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YWSrjF' + Building C object CMakeFiles/cmTC_c5e3c.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_c5e3c.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YWSrjF/CheckSymbolExists.c + Linking C executable cmTC_c5e3c + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c5e3c.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_c5e3c.dir/CheckSymbolExists.c.o -o cmTC_c5e3c -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YWSrjF' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for floor" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hjOs2S" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hjOs2S" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_FLOOR" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hjOs2S' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f70dd/fast + /usr/bin/make -f CMakeFiles/cmTC_f70dd.dir/build.make CMakeFiles/cmTC_f70dd.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hjOs2S' + Building C object CMakeFiles/cmTC_f70dd.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_f70dd.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hjOs2S/CheckSymbolExists.c + Linking C executable cmTC_f70dd + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f70dd.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_f70dd.dir/CheckSymbolExists.c.o -o cmTC_f70dd -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hjOs2S' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for floorf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HgQsHN" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HgQsHN" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_FLOORF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HgQsHN' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b1052/fast + /usr/bin/make -f CMakeFiles/cmTC_b1052.dir/build.make CMakeFiles/cmTC_b1052.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HgQsHN' + Building C object CMakeFiles/cmTC_b1052.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_b1052.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HgQsHN/CheckSymbolExists.c + Linking C executable cmTC_b1052 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b1052.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_b1052.dir/CheckSymbolExists.c.o -o cmTC_b1052 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HgQsHN' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for fmod" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3DCyN4" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3DCyN4" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_FMOD" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3DCyN4' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_31e5f/fast + /usr/bin/make -f CMakeFiles/cmTC_31e5f.dir/build.make CMakeFiles/cmTC_31e5f.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3DCyN4' + Building C object CMakeFiles/cmTC_31e5f.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_31e5f.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3DCyN4/CheckSymbolExists.c + Linking C executable cmTC_31e5f + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_31e5f.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_31e5f.dir/CheckSymbolExists.c.o -o cmTC_31e5f -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3DCyN4' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for fmodf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-G5BtFn" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-G5BtFn" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_FMODF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-G5BtFn' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b4137/fast + /usr/bin/make -f CMakeFiles/cmTC_b4137.dir/build.make CMakeFiles/cmTC_b4137.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-G5BtFn' + Building C object CMakeFiles/cmTC_b4137.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_b4137.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-G5BtFn/CheckSymbolExists.c + Linking C executable cmTC_b4137 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b4137.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_b4137.dir/CheckSymbolExists.c.o -o cmTC_b4137 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-G5BtFn' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for fopen64" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fh4xyU" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fh4xyU" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_FOPEN64" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fh4xyU' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b706b/fast + /usr/bin/make -f CMakeFiles/cmTC_b706b.dir/build.make CMakeFiles/cmTC_b706b.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fh4xyU' + Building C object CMakeFiles/cmTC_b706b.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_b706b.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fh4xyU/CheckSymbolExists.c + Linking C executable cmTC_b706b + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b706b.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_b706b.dir/CheckSymbolExists.c.o -o cmTC_b706b -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fh4xyU' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for fseeko" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dPrgbG" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dPrgbG" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_FSEEKO" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dPrgbG' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9c36c/fast + /usr/bin/make -f CMakeFiles/cmTC_9c36c.dir/build.make CMakeFiles/cmTC_9c36c.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dPrgbG' + Building C object CMakeFiles/cmTC_9c36c.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_9c36c.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dPrgbG/CheckSymbolExists.c + Linking C executable cmTC_9c36c + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9c36c.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_9c36c.dir/CheckSymbolExists.c.o -o cmTC_9c36c -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dPrgbG' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for fseeko64" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8TNQqm" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8TNQqm" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_FSEEKO64" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8TNQqm' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ee0dd/fast + /usr/bin/make -f CMakeFiles/cmTC_ee0dd.dir/build.make CMakeFiles/cmTC_ee0dd.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8TNQqm' + Building C object CMakeFiles/cmTC_ee0dd.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_ee0dd.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8TNQqm/CheckSymbolExists.c + Linking C executable cmTC_ee0dd + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ee0dd.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_ee0dd.dir/CheckSymbolExists.c.o -o cmTC_ee0dd -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8TNQqm' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for getenv" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cs3Ljn" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cs3Ljn" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_GETENV" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cs3Ljn' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d1e8c/fast + /usr/bin/make -f CMakeFiles/cmTC_d1e8c.dir/build.make CMakeFiles/cmTC_d1e8c.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cs3Ljn' + Building C object CMakeFiles/cmTC_d1e8c.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_d1e8c.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cs3Ljn/CheckSymbolExists.c + Linking C executable cmTC_d1e8c + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d1e8c.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_d1e8c.dir/CheckSymbolExists.c.o -o cmTC_d1e8c -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cs3Ljn' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for _i64toa" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-62GC22" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-62GC22" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS__I64TOA" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-62GC22' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_05a2e/fast + /usr/bin/make -f CMakeFiles/cmTC_05a2e.dir/build.make CMakeFiles/cmTC_05a2e.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-62GC22' + Building C object CMakeFiles/cmTC_05a2e.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_05a2e.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-62GC22/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-62GC22/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-62GC22/CheckSymbolExists.c:26:19: error: ‘_i64toa’ undeclared (first use in this function) + 26 | return ((int*)(&_i64toa))[argc]; + | ^~~~~~~ + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-62GC22/CheckSymbolExists.c:26:19: note: each undeclared identifier is reported only once for each function it appears in + make[1]: *** [CMakeFiles/cmTC_05a2e.dir/build.make:81: CMakeFiles/cmTC_05a2e.dir/CheckSymbolExists.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-62GC22' + make: *** [Makefile:134: cmTC_05a2e/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for index" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WA6N9x" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WA6N9x" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_INDEX" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WA6N9x' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_10058/fast + /usr/bin/make -f CMakeFiles/cmTC_10058.dir/build.make CMakeFiles/cmTC_10058.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WA6N9x' + Building C object CMakeFiles/cmTC_10058.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_10058.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WA6N9x/CheckSymbolExists.c + Linking C executable cmTC_10058 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_10058.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_10058.dir/CheckSymbolExists.c.o -o cmTC_10058 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WA6N9x' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for itoa" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nDvNeD" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nDvNeD" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_ITOA" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nDvNeD' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_56c18/fast + /usr/bin/make -f CMakeFiles/cmTC_56c18.dir/build.make CMakeFiles/cmTC_56c18.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nDvNeD' + Building C object CMakeFiles/cmTC_56c18.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_56c18.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nDvNeD/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nDvNeD/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nDvNeD/CheckSymbolExists.c:26:19: error: ‘itoa’ undeclared (first use in this function) + 26 | return ((int*)(&itoa))[argc]; + | ^~~~ + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nDvNeD/CheckSymbolExists.c:26:19: note: each undeclared identifier is reported only once for each function it appears in + make[1]: *** [CMakeFiles/cmTC_56c18.dir/build.make:81: CMakeFiles/cmTC_56c18.dir/CheckSymbolExists.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nDvNeD' + make: *** [Makefile:134: cmTC_56c18/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for log" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yMJ4Qp" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yMJ4Qp" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_LOG" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yMJ4Qp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_2024e/fast + /usr/bin/make -f CMakeFiles/cmTC_2024e.dir/build.make CMakeFiles/cmTC_2024e.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yMJ4Qp' + Building C object CMakeFiles/cmTC_2024e.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_2024e.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yMJ4Qp/CheckSymbolExists.c + Linking C executable cmTC_2024e + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2024e.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_2024e.dir/CheckSymbolExists.c.o -o cmTC_2024e -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yMJ4Qp' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for log10" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fm9bER" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fm9bER" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_LOG10" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fm9bER' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c7c18/fast + /usr/bin/make -f CMakeFiles/cmTC_c7c18.dir/build.make CMakeFiles/cmTC_c7c18.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fm9bER' + Building C object CMakeFiles/cmTC_c7c18.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_c7c18.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fm9bER/CheckSymbolExists.c + Linking C executable cmTC_c7c18 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c7c18.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_c7c18.dir/CheckSymbolExists.c.o -o cmTC_c7c18 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fm9bER' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for log10f" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lyWNcG" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lyWNcG" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_LOG10F" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lyWNcG' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_22814/fast + /usr/bin/make -f CMakeFiles/cmTC_22814.dir/build.make CMakeFiles/cmTC_22814.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lyWNcG' + Building C object CMakeFiles/cmTC_22814.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_22814.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lyWNcG/CheckSymbolExists.c + Linking C executable cmTC_22814 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_22814.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_22814.dir/CheckSymbolExists.c.o -o cmTC_22814 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lyWNcG' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for logf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44FK8Q" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44FK8Q" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_LOGF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44FK8Q' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f2c86/fast + /usr/bin/make -f CMakeFiles/cmTC_f2c86.dir/build.make CMakeFiles/cmTC_f2c86.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44FK8Q' + Building C object CMakeFiles/cmTC_f2c86.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_f2c86.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44FK8Q/CheckSymbolExists.c + Linking C executable cmTC_f2c86 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f2c86.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_f2c86.dir/CheckSymbolExists.c.o -o cmTC_f2c86 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44FK8Q' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for lround" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-KoO6yF" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-KoO6yF" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_LROUND" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-KoO6yF' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_83cfe/fast + /usr/bin/make -f CMakeFiles/cmTC_83cfe.dir/build.make CMakeFiles/cmTC_83cfe.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-KoO6yF' + Building C object CMakeFiles/cmTC_83cfe.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_83cfe.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-KoO6yF/CheckSymbolExists.c + Linking C executable cmTC_83cfe + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_83cfe.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_83cfe.dir/CheckSymbolExists.c.o -o cmTC_83cfe -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-KoO6yF' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for lroundf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lWfN0L" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lWfN0L" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_LROUNDF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lWfN0L' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_785a1/fast + /usr/bin/make -f CMakeFiles/cmTC_785a1.dir/build.make CMakeFiles/cmTC_785a1.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lWfN0L' + Building C object CMakeFiles/cmTC_785a1.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_785a1.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lWfN0L/CheckSymbolExists.c + Linking C executable cmTC_785a1 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_785a1.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_785a1.dir/CheckSymbolExists.c.o -o cmTC_785a1 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lWfN0L' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for _ltoa" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S6bHzi" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S6bHzi" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS__LTOA" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S6bHzi' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c833f/fast + /usr/bin/make -f CMakeFiles/cmTC_c833f.dir/build.make CMakeFiles/cmTC_c833f.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S6bHzi' + Building C object CMakeFiles/cmTC_c833f.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_c833f.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S6bHzi/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S6bHzi/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S6bHzi/CheckSymbolExists.c:26:19: error: ‘_ltoa’ undeclared (first use in this function) + 26 | return ((int*)(&_ltoa))[argc]; + | ^~~~~ + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S6bHzi/CheckSymbolExists.c:26:19: note: each undeclared identifier is reported only once for each function it appears in + make[1]: *** [CMakeFiles/cmTC_c833f.dir/build.make:81: CMakeFiles/cmTC_c833f.dir/CheckSymbolExists.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S6bHzi' + make: *** [Makefile:134: cmTC_c833f/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for malloc" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t4Zi3V" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t4Zi3V" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_MALLOC" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t4Zi3V' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_467fc/fast + /usr/bin/make -f CMakeFiles/cmTC_467fc.dir/build.make CMakeFiles/cmTC_467fc.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t4Zi3V' + Building C object CMakeFiles/cmTC_467fc.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_467fc.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t4Zi3V/CheckSymbolExists.c + Linking C executable cmTC_467fc + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_467fc.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_467fc.dir/CheckSymbolExists.c.o -o cmTC_467fc -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t4Zi3V' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for memcmp" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FujVWM" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FujVWM" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_MEMCMP" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FujVWM' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5fd80/fast + /usr/bin/make -f CMakeFiles/cmTC_5fd80.dir/build.make CMakeFiles/cmTC_5fd80.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FujVWM' + Building C object CMakeFiles/cmTC_5fd80.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_5fd80.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FujVWM/CheckSymbolExists.c + Linking C executable cmTC_5fd80 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5fd80.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_5fd80.dir/CheckSymbolExists.c.o -o cmTC_5fd80 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FujVWM' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for memcpy" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kicMI2" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kicMI2" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_MEMCPY" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kicMI2' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_96464/fast + /usr/bin/make -f CMakeFiles/cmTC_96464.dir/build.make CMakeFiles/cmTC_96464.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kicMI2' + Building C object CMakeFiles/cmTC_96464.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_96464.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kicMI2/CheckSymbolExists.c + Linking C executable cmTC_96464 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_96464.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_96464.dir/CheckSymbolExists.c.o -o cmTC_96464 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kicMI2' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for memmove" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dlqVxZ" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dlqVxZ" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_MEMMOVE" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dlqVxZ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ba5f8/fast + /usr/bin/make -f CMakeFiles/cmTC_ba5f8.dir/build.make CMakeFiles/cmTC_ba5f8.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dlqVxZ' + Building C object CMakeFiles/cmTC_ba5f8.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_ba5f8.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dlqVxZ/CheckSymbolExists.c + Linking C executable cmTC_ba5f8 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ba5f8.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_ba5f8.dir/CheckSymbolExists.c.o -o cmTC_ba5f8 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dlqVxZ' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for memset" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0ROXa" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0ROXa" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_MEMSET" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0ROXa' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8b88e/fast + /usr/bin/make -f CMakeFiles/cmTC_8b88e.dir/build.make CMakeFiles/cmTC_8b88e.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0ROXa' + Building C object CMakeFiles/cmTC_8b88e.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_8b88e.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0ROXa/CheckSymbolExists.c + Linking C executable cmTC_8b88e + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8b88e.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_8b88e.dir/CheckSymbolExists.c.o -o cmTC_8b88e -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0ROXa' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for modf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-864XmX" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-864XmX" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_MODF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-864XmX' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_071af/fast + /usr/bin/make -f CMakeFiles/cmTC_071af.dir/build.make CMakeFiles/cmTC_071af.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-864XmX' + Building C object CMakeFiles/cmTC_071af.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_071af.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-864XmX/CheckSymbolExists.c + Linking C executable cmTC_071af + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_071af.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_071af.dir/CheckSymbolExists.c.o -o cmTC_071af -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-864XmX' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for modff" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Iq8FBp" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Iq8FBp" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_MODFF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Iq8FBp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d94a1/fast + /usr/bin/make -f CMakeFiles/cmTC_d94a1.dir/build.make CMakeFiles/cmTC_d94a1.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Iq8FBp' + Building C object CMakeFiles/cmTC_d94a1.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_d94a1.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Iq8FBp/CheckSymbolExists.c + Linking C executable cmTC_d94a1 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d94a1.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_d94a1.dir/CheckSymbolExists.c.o -o cmTC_d94a1 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Iq8FBp' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for pow" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2IHIEn" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2IHIEn" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_POW" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2IHIEn' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d7209/fast + /usr/bin/make -f CMakeFiles/cmTC_d7209.dir/build.make CMakeFiles/cmTC_d7209.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2IHIEn' + Building C object CMakeFiles/cmTC_d7209.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_d7209.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2IHIEn/CheckSymbolExists.c + Linking C executable cmTC_d7209 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d7209.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_d7209.dir/CheckSymbolExists.c.o -o cmTC_d7209 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2IHIEn' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for powf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-l4QNh5" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-l4QNh5" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_POWF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-l4QNh5' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5b081/fast + /usr/bin/make -f CMakeFiles/cmTC_5b081.dir/build.make CMakeFiles/cmTC_5b081.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-l4QNh5' + Building C object CMakeFiles/cmTC_5b081.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_5b081.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-l4QNh5/CheckSymbolExists.c + Linking C executable cmTC_5b081 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5b081.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_5b081.dir/CheckSymbolExists.c.o -o cmTC_5b081 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-l4QNh5' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for putenv" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-98ooIa" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-98ooIa" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_PUTENV" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-98ooIa' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0f403/fast + /usr/bin/make -f CMakeFiles/cmTC_0f403.dir/build.make CMakeFiles/cmTC_0f403.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-98ooIa' + Building C object CMakeFiles/cmTC_0f403.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_0f403.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-98ooIa/CheckSymbolExists.c + Linking C executable cmTC_0f403 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0f403.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_0f403.dir/CheckSymbolExists.c.o -o cmTC_0f403 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-98ooIa' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for rindex" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bRuKaM" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bRuKaM" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_RINDEX" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bRuKaM' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_825a3/fast + /usr/bin/make -f CMakeFiles/cmTC_825a3.dir/build.make CMakeFiles/cmTC_825a3.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bRuKaM' + Building C object CMakeFiles/cmTC_825a3.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_825a3.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bRuKaM/CheckSymbolExists.c + Linking C executable cmTC_825a3 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_825a3.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_825a3.dir/CheckSymbolExists.c.o -o cmTC_825a3 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bRuKaM' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for round" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HQJaEh" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HQJaEh" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_ROUND" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HQJaEh' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7d3c3/fast + /usr/bin/make -f CMakeFiles/cmTC_7d3c3.dir/build.make CMakeFiles/cmTC_7d3c3.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HQJaEh' + Building C object CMakeFiles/cmTC_7d3c3.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_7d3c3.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HQJaEh/CheckSymbolExists.c + Linking C executable cmTC_7d3c3 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7d3c3.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_7d3c3.dir/CheckSymbolExists.c.o -o cmTC_7d3c3 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HQJaEh' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for roundf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kZaBKS" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kZaBKS" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_ROUNDF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kZaBKS' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_210cb/fast + /usr/bin/make -f CMakeFiles/cmTC_210cb.dir/build.make CMakeFiles/cmTC_210cb.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kZaBKS' + Building C object CMakeFiles/cmTC_210cb.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_210cb.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kZaBKS/CheckSymbolExists.c + Linking C executable cmTC_210cb + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_210cb.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_210cb.dir/CheckSymbolExists.c.o -o cmTC_210cb -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kZaBKS' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for scalbn" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VBZq1k" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VBZq1k" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_SCALBN" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VBZq1k' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_33625/fast + /usr/bin/make -f CMakeFiles/cmTC_33625.dir/build.make CMakeFiles/cmTC_33625.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VBZq1k' + Building C object CMakeFiles/cmTC_33625.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_33625.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VBZq1k/CheckSymbolExists.c + Linking C executable cmTC_33625 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_33625.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_33625.dir/CheckSymbolExists.c.o -o cmTC_33625 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VBZq1k' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for scalbnf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-travCB" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-travCB" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_SCALBNF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-travCB' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_2074b/fast + /usr/bin/make -f CMakeFiles/cmTC_2074b.dir/build.make CMakeFiles/cmTC_2074b.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-travCB' + Building C object CMakeFiles/cmTC_2074b.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_2074b.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-travCB/CheckSymbolExists.c + Linking C executable cmTC_2074b + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2074b.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_2074b.dir/CheckSymbolExists.c.o -o cmTC_2074b -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-travCB' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for setenv" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gqCxId" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gqCxId" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_SETENV" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gqCxId' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_67062/fast + /usr/bin/make -f CMakeFiles/cmTC_67062.dir/build.make CMakeFiles/cmTC_67062.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gqCxId' + Building C object CMakeFiles/cmTC_67062.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_67062.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gqCxId/CheckSymbolExists.c + Linking C executable cmTC_67062 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_67062.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_67062.dir/CheckSymbolExists.c.o -o cmTC_67062 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gqCxId' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for sin" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AiWUAs" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AiWUAs" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_SIN" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AiWUAs' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_165bb/fast + /usr/bin/make -f CMakeFiles/cmTC_165bb.dir/build.make CMakeFiles/cmTC_165bb.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AiWUAs' + Building C object CMakeFiles/cmTC_165bb.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_165bb.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AiWUAs/CheckSymbolExists.c + Linking C executable cmTC_165bb + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_165bb.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_165bb.dir/CheckSymbolExists.c.o -o cmTC_165bb -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AiWUAs' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for sinf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zivTiD" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zivTiD" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_SINF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zivTiD' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_088f2/fast + /usr/bin/make -f CMakeFiles/cmTC_088f2.dir/build.make CMakeFiles/cmTC_088f2.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zivTiD' + Building C object CMakeFiles/cmTC_088f2.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_088f2.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zivTiD/CheckSymbolExists.c + Linking C executable cmTC_088f2 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_088f2.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_088f2.dir/CheckSymbolExists.c.o -o cmTC_088f2 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zivTiD' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for sqr" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cuaCHL" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cuaCHL" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_SQR" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cuaCHL' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ef858/fast + /usr/bin/make -f CMakeFiles/cmTC_ef858.dir/build.make CMakeFiles/cmTC_ef858.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cuaCHL' + Building C object CMakeFiles/cmTC_ef858.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_ef858.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cuaCHL/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cuaCHL/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cuaCHL/CheckSymbolExists.c:26:19: error: ‘sqr’ undeclared (first use in this function); did you mean ‘sqrt’? + 26 | return ((int*)(&sqr))[argc]; + | ^~~ + | sqrt + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cuaCHL/CheckSymbolExists.c:26:19: note: each undeclared identifier is reported only once for each function it appears in + make[1]: *** [CMakeFiles/cmTC_ef858.dir/build.make:81: CMakeFiles/cmTC_ef858.dir/CheckSymbolExists.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cuaCHL' + make: *** [Makefile:134: cmTC_ef858/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for sqrt" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BtssIV" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BtssIV" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_SQRT" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BtssIV' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_46f59/fast + /usr/bin/make -f CMakeFiles/cmTC_46f59.dir/build.make CMakeFiles/cmTC_46f59.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BtssIV' + Building C object CMakeFiles/cmTC_46f59.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_46f59.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BtssIV/CheckSymbolExists.c + Linking C executable cmTC_46f59 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_46f59.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_46f59.dir/CheckSymbolExists.c.o -o cmTC_46f59 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BtssIV' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for sqrtf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-33qUha" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-33qUha" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_SQRTF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-33qUha' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f3e59/fast + /usr/bin/make -f CMakeFiles/cmTC_f3e59.dir/build.make CMakeFiles/cmTC_f3e59.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-33qUha' + Building C object CMakeFiles/cmTC_f3e59.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_f3e59.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-33qUha/CheckSymbolExists.c + Linking C executable cmTC_f3e59 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f3e59.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_f3e59.dir/CheckSymbolExists.c.o -o cmTC_f3e59 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-33qUha' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for sscanf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dCkFON" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dCkFON" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_SSCANF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dCkFON' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ee030/fast + /usr/bin/make -f CMakeFiles/cmTC_ee030.dir/build.make CMakeFiles/cmTC_ee030.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dCkFON' + Building C object CMakeFiles/cmTC_ee030.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_ee030.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dCkFON/CheckSymbolExists.c + Linking C executable cmTC_ee030 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ee030.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_ee030.dir/CheckSymbolExists.c.o -o cmTC_ee030 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dCkFON' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for strchr" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fFpUBW" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fFpUBW" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STRCHR" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fFpUBW' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8ed14/fast + /usr/bin/make -f CMakeFiles/cmTC_8ed14.dir/build.make CMakeFiles/cmTC_8ed14.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fFpUBW' + Building C object CMakeFiles/cmTC_8ed14.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_8ed14.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fFpUBW/CheckSymbolExists.c + Linking C executable cmTC_8ed14 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8ed14.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_8ed14.dir/CheckSymbolExists.c.o -o cmTC_8ed14 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fFpUBW' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for strcmp" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DUgA95" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DUgA95" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STRCMP" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DUgA95' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b5757/fast + /usr/bin/make -f CMakeFiles/cmTC_b5757.dir/build.make CMakeFiles/cmTC_b5757.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DUgA95' + Building C object CMakeFiles/cmTC_b5757.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_b5757.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DUgA95/CheckSymbolExists.c + Linking C executable cmTC_b5757 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b5757.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_b5757.dir/CheckSymbolExists.c.o -o cmTC_b5757 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DUgA95' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for strlcat" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Z2akpJ" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Z2akpJ" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STRLCAT" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Z2akpJ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_dc43f/fast + /usr/bin/make -f CMakeFiles/cmTC_dc43f.dir/build.make CMakeFiles/cmTC_dc43f.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Z2akpJ' + Building C object CMakeFiles/cmTC_dc43f.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_dc43f.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Z2akpJ/CheckSymbolExists.c + Linking C executable cmTC_dc43f + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dc43f.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_dc43f.dir/CheckSymbolExists.c.o -o cmTC_dc43f -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Z2akpJ' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for strlcpy" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bfUZMZ" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bfUZMZ" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STRLCPY" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bfUZMZ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_27842/fast + /usr/bin/make -f CMakeFiles/cmTC_27842.dir/build.make CMakeFiles/cmTC_27842.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bfUZMZ' + Building C object CMakeFiles/cmTC_27842.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_27842.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bfUZMZ/CheckSymbolExists.c + Linking C executable cmTC_27842 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_27842.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_27842.dir/CheckSymbolExists.c.o -o cmTC_27842 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bfUZMZ' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for strlen" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tpGWc0" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tpGWc0" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STRLEN" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tpGWc0' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_bdaf3/fast + /usr/bin/make -f CMakeFiles/cmTC_bdaf3.dir/build.make CMakeFiles/cmTC_bdaf3.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tpGWc0' + Building C object CMakeFiles/cmTC_bdaf3.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_bdaf3.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tpGWc0/CheckSymbolExists.c + Linking C executable cmTC_bdaf3 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bdaf3.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_bdaf3.dir/CheckSymbolExists.c.o -o cmTC_bdaf3 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tpGWc0' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for strncmp" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-A3Bk17" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-A3Bk17" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STRNCMP" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-A3Bk17' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_234aa/fast + /usr/bin/make -f CMakeFiles/cmTC_234aa.dir/build.make CMakeFiles/cmTC_234aa.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-A3Bk17' + Building C object CMakeFiles/cmTC_234aa.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_234aa.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-A3Bk17/CheckSymbolExists.c + Linking C executable cmTC_234aa + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_234aa.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_234aa.dir/CheckSymbolExists.c.o -o cmTC_234aa -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-A3Bk17' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for strnlen" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Sonjh" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Sonjh" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STRNLEN" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Sonjh' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d25f6/fast + /usr/bin/make -f CMakeFiles/cmTC_d25f6.dir/build.make CMakeFiles/cmTC_d25f6.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Sonjh' + Building C object CMakeFiles/cmTC_d25f6.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_d25f6.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Sonjh/CheckSymbolExists.c + Linking C executable cmTC_d25f6 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d25f6.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_d25f6.dir/CheckSymbolExists.c.o -o cmTC_d25f6 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Sonjh' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for strpbrk" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kjZ5co" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kjZ5co" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STRPBRK" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kjZ5co' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_38ff5/fast + /usr/bin/make -f CMakeFiles/cmTC_38ff5.dir/build.make CMakeFiles/cmTC_38ff5.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kjZ5co' + Building C object CMakeFiles/cmTC_38ff5.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_38ff5.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kjZ5co/CheckSymbolExists.c + Linking C executable cmTC_38ff5 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_38ff5.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_38ff5.dir/CheckSymbolExists.c.o -o cmTC_38ff5 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kjZ5co' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for strrchr" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NC8DUh" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NC8DUh" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STRRCHR" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NC8DUh' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c4850/fast + /usr/bin/make -f CMakeFiles/cmTC_c4850.dir/build.make CMakeFiles/cmTC_c4850.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NC8DUh' + Building C object CMakeFiles/cmTC_c4850.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_c4850.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NC8DUh/CheckSymbolExists.c + Linking C executable cmTC_c4850 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c4850.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_c4850.dir/CheckSymbolExists.c.o -o cmTC_c4850 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NC8DUh' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for strstr" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nA7ouL" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nA7ouL" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STRSTR" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nA7ouL' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_96487/fast + /usr/bin/make -f CMakeFiles/cmTC_96487.dir/build.make CMakeFiles/cmTC_96487.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nA7ouL' + Building C object CMakeFiles/cmTC_96487.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_96487.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nA7ouL/CheckSymbolExists.c + Linking C executable cmTC_96487 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_96487.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_96487.dir/CheckSymbolExists.c.o -o cmTC_96487 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nA7ouL' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for strnstr" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zUdX0r" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zUdX0r" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STRNSTR" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zUdX0r' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_afcce/fast + /usr/bin/make -f CMakeFiles/cmTC_afcce.dir/build.make CMakeFiles/cmTC_afcce.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zUdX0r' + Building C object CMakeFiles/cmTC_afcce.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_afcce.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zUdX0r/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zUdX0r/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zUdX0r/CheckSymbolExists.c:26:19: error: ‘strnstr’ undeclared (first use in this function); did you mean ‘strstr’? + 26 | return ((int*)(&strnstr))[argc]; + | ^~~~~~~ + | strstr + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zUdX0r/CheckSymbolExists.c:26:19: note: each undeclared identifier is reported only once for each function it appears in + make[1]: *** [CMakeFiles/cmTC_afcce.dir/build.make:81: CMakeFiles/cmTC_afcce.dir/CheckSymbolExists.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zUdX0r' + make: *** [Makefile:134: cmTC_afcce/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for strtod" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uWo8Q9" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uWo8Q9" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STRTOD" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uWo8Q9' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7286a/fast + /usr/bin/make -f CMakeFiles/cmTC_7286a.dir/build.make CMakeFiles/cmTC_7286a.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uWo8Q9' + Building C object CMakeFiles/cmTC_7286a.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_7286a.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uWo8Q9/CheckSymbolExists.c + Linking C executable cmTC_7286a + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7286a.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_7286a.dir/CheckSymbolExists.c.o -o cmTC_7286a -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uWo8Q9' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for strtok_r" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OtFgtb" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OtFgtb" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STRTOK_R" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OtFgtb' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_07d59/fast + /usr/bin/make -f CMakeFiles/cmTC_07d59.dir/build.make CMakeFiles/cmTC_07d59.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OtFgtb' + Building C object CMakeFiles/cmTC_07d59.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_07d59.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OtFgtb/CheckSymbolExists.c + Linking C executable cmTC_07d59 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_07d59.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_07d59.dir/CheckSymbolExists.c.o -o cmTC_07d59 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OtFgtb' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for strtol" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zBaFGM" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zBaFGM" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STRTOL" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zBaFGM' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1bdf8/fast + /usr/bin/make -f CMakeFiles/cmTC_1bdf8.dir/build.make CMakeFiles/cmTC_1bdf8.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zBaFGM' + Building C object CMakeFiles/cmTC_1bdf8.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_1bdf8.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zBaFGM/CheckSymbolExists.c + Linking C executable cmTC_1bdf8 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1bdf8.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_1bdf8.dir/CheckSymbolExists.c.o -o cmTC_1bdf8 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zBaFGM' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for strtoll" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-quScFx" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-quScFx" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STRTOLL" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-quScFx' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5f19b/fast + /usr/bin/make -f CMakeFiles/cmTC_5f19b.dir/build.make CMakeFiles/cmTC_5f19b.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-quScFx' + Building C object CMakeFiles/cmTC_5f19b.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_5f19b.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-quScFx/CheckSymbolExists.c + Linking C executable cmTC_5f19b + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5f19b.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_5f19b.dir/CheckSymbolExists.c.o -o cmTC_5f19b -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-quScFx' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for strtoul" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehirkH" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehirkH" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STRTOUL" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehirkH' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_76ce0/fast + /usr/bin/make -f CMakeFiles/cmTC_76ce0.dir/build.make CMakeFiles/cmTC_76ce0.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehirkH' + Building C object CMakeFiles/cmTC_76ce0.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_76ce0.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehirkH/CheckSymbolExists.c + Linking C executable cmTC_76ce0 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_76ce0.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_76ce0.dir/CheckSymbolExists.c.o -o cmTC_76ce0 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehirkH' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for strtoull" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YX64im" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YX64im" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STRTOULL" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YX64im' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0b776/fast + /usr/bin/make -f CMakeFiles/cmTC_0b776.dir/build.make CMakeFiles/cmTC_0b776.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YX64im' + Building C object CMakeFiles/cmTC_0b776.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_0b776.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YX64im/CheckSymbolExists.c + Linking C executable cmTC_0b776 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0b776.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_0b776.dir/CheckSymbolExists.c.o -o cmTC_0b776 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YX64im' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for tan" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EZkSfZ" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EZkSfZ" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_TAN" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EZkSfZ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7ffae/fast + /usr/bin/make -f CMakeFiles/cmTC_7ffae.dir/build.make CMakeFiles/cmTC_7ffae.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EZkSfZ' + Building C object CMakeFiles/cmTC_7ffae.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_7ffae.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EZkSfZ/CheckSymbolExists.c + Linking C executable cmTC_7ffae + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7ffae.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_7ffae.dir/CheckSymbolExists.c.o -o cmTC_7ffae -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EZkSfZ' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for tanf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tApCqc" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tApCqc" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_TANF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tApCqc' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_93313/fast + /usr/bin/make -f CMakeFiles/cmTC_93313.dir/build.make CMakeFiles/cmTC_93313.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tApCqc' + Building C object CMakeFiles/cmTC_93313.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_93313.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tApCqc/CheckSymbolExists.c + Linking C executable cmTC_93313 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_93313.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_93313.dir/CheckSymbolExists.c.o -o cmTC_93313 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tApCqc' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for trunc" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SNeLnv" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SNeLnv" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_TRUNC" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SNeLnv' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_84f1d/fast + /usr/bin/make -f CMakeFiles/cmTC_84f1d.dir/build.make CMakeFiles/cmTC_84f1d.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SNeLnv' + Building C object CMakeFiles/cmTC_84f1d.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_84f1d.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SNeLnv/CheckSymbolExists.c + Linking C executable cmTC_84f1d + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_84f1d.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_84f1d.dir/CheckSymbolExists.c.o -o cmTC_84f1d -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SNeLnv' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for truncf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VjWGGI" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VjWGGI" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_TRUNCF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VjWGGI' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f65c0/fast + /usr/bin/make -f CMakeFiles/cmTC_f65c0.dir/build.make CMakeFiles/cmTC_f65c0.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VjWGGI' + Building C object CMakeFiles/cmTC_f65c0.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_f65c0.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VjWGGI/CheckSymbolExists.c + Linking C executable cmTC_f65c0 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f65c0.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_f65c0.dir/CheckSymbolExists.c.o -o cmTC_f65c0 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VjWGGI' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for unsetenv" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qt3ttz" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qt3ttz" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_UNSETENV" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qt3ttz' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_41571/fast + /usr/bin/make -f CMakeFiles/cmTC_41571.dir/build.make CMakeFiles/cmTC_41571.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qt3ttz' + Building C object CMakeFiles/cmTC_41571.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_41571.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qt3ttz/CheckSymbolExists.c + Linking C executable cmTC_41571 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_41571.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_41571.dir/CheckSymbolExists.c.o -o cmTC_41571 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qt3ttz' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for vsnprintf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6GfXdz" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6GfXdz" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_VSNPRINTF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6GfXdz' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c2dea/fast + /usr/bin/make -f CMakeFiles/cmTC_c2dea.dir/build.make CMakeFiles/cmTC_c2dea.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6GfXdz' + Building C object CMakeFiles/cmTC_c2dea.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_c2dea.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6GfXdz/CheckSymbolExists.c + Linking C executable cmTC_c2dea + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c2dea.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_c2dea.dir/CheckSymbolExists.c.o -o cmTC_c2dea -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6GfXdz' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for vsscanf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-thhWIG" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-thhWIG" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_VSSCANF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-thhWIG' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_df18b/fast + /usr/bin/make -f CMakeFiles/cmTC_df18b.dir/build.make CMakeFiles/cmTC_df18b.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-thhWIG' + Building C object CMakeFiles/cmTC_df18b.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_df18b.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-thhWIG/CheckSymbolExists.c + Linking C executable cmTC_df18b + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_df18b.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_df18b.dir/CheckSymbolExists.c.o -o cmTC_df18b -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-thhWIG' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for wcsnlen" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PMaAE7" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PMaAE7" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_WCSNLEN" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PMaAE7' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0ca11/fast + /usr/bin/make -f CMakeFiles/cmTC_0ca11.dir/build.make CMakeFiles/cmTC_0ca11.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PMaAE7' + Building C object CMakeFiles/cmTC_0ca11.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_0ca11.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PMaAE7/CheckSymbolExists.c + Linking C executable cmTC_0ca11 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0ca11.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_0ca11.dir/CheckSymbolExists.c.o -o cmTC_0ca11 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PMaAE7' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for wcscmp" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NjNlcN" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NjNlcN" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_WCSCMP" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NjNlcN' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a05c8/fast + /usr/bin/make -f CMakeFiles/cmTC_a05c8.dir/build.make CMakeFiles/cmTC_a05c8.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NjNlcN' + Building C object CMakeFiles/cmTC_a05c8.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_a05c8.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NjNlcN/CheckSymbolExists.c + Linking C executable cmTC_a05c8 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a05c8.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_a05c8.dir/CheckSymbolExists.c.o -o cmTC_a05c8 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NjNlcN' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for wcsdup" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wDF5dm" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wDF5dm" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_WCSDUP" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wDF5dm' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e9342/fast + /usr/bin/make -f CMakeFiles/cmTC_e9342.dir/build.make CMakeFiles/cmTC_e9342.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wDF5dm' + Building C object CMakeFiles/cmTC_e9342.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_e9342.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wDF5dm/CheckSymbolExists.c + Linking C executable cmTC_e9342 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e9342.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_e9342.dir/CheckSymbolExists.c.o -o cmTC_e9342 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wDF5dm' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for wcslcat" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-i3eaPG" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-i3eaPG" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_WCSLCAT" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-i3eaPG' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_db17b/fast + /usr/bin/make -f CMakeFiles/cmTC_db17b.dir/build.make CMakeFiles/cmTC_db17b.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-i3eaPG' + Building C object CMakeFiles/cmTC_db17b.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_db17b.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-i3eaPG/CheckSymbolExists.c + Linking C executable cmTC_db17b + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_db17b.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_db17b.dir/CheckSymbolExists.c.o -o cmTC_db17b -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-i3eaPG' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for wcslcpy" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6TZu5l" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6TZu5l" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_WCSLCPY" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6TZu5l' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a3729/fast + /usr/bin/make -f CMakeFiles/cmTC_a3729.dir/build.make CMakeFiles/cmTC_a3729.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6TZu5l' + Building C object CMakeFiles/cmTC_a3729.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_a3729.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6TZu5l/CheckSymbolExists.c + Linking C executable cmTC_a3729 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a3729.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_a3729.dir/CheckSymbolExists.c.o -o cmTC_a3729 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6TZu5l' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for wcslen" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IoQy3V" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IoQy3V" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_WCSLEN" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IoQy3V' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_255d2/fast + /usr/bin/make -f CMakeFiles/cmTC_255d2.dir/build.make CMakeFiles/cmTC_255d2.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IoQy3V' + Building C object CMakeFiles/cmTC_255d2.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_255d2.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IoQy3V/CheckSymbolExists.c + Linking C executable cmTC_255d2 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_255d2.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_255d2.dir/CheckSymbolExists.c.o -o cmTC_255d2 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IoQy3V' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for wcsncmp" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dHLcya" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dHLcya" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_WCSNCMP" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dHLcya' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_42ef6/fast + /usr/bin/make -f CMakeFiles/cmTC_42ef6.dir/build.make CMakeFiles/cmTC_42ef6.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dHLcya' + Building C object CMakeFiles/cmTC_42ef6.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_42ef6.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dHLcya/CheckSymbolExists.c + Linking C executable cmTC_42ef6 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_42ef6.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_42ef6.dir/CheckSymbolExists.c.o -o cmTC_42ef6 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dHLcya' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for wcsstr" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hiY3IE" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hiY3IE" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_WCSSTR" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hiY3IE' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ed795/fast + /usr/bin/make -f CMakeFiles/cmTC_ed795.dir/build.make CMakeFiles/cmTC_ed795.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hiY3IE' + Building C object CMakeFiles/cmTC_ed795.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_ed795.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hiY3IE/CheckSymbolExists.c + Linking C executable cmTC_ed795 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ed795.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_ed795.dir/CheckSymbolExists.c.o -o cmTC_ed795 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hiY3IE' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for wcstol" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EFSFAz" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EFSFAz" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_WCSTOL" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EFSFAz' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_49300/fast + /usr/bin/make -f CMakeFiles/cmTC_49300.dir/build.make CMakeFiles/cmTC_49300.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EFSFAz' + Building C object CMakeFiles/cmTC_49300.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_49300.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EFSFAz/CheckSymbolExists.c + Linking C executable cmTC_49300 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_49300.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_49300.dir/CheckSymbolExists.c.o -o cmTC_49300 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EFSFAz' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" + checks: + - "Looking for strcasestr" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dg99h1" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dg99h1" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_STRCASESTR" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dg99h1' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_98144/fast + /usr/bin/make -f CMakeFiles/cmTC_98144.dir/build.make CMakeFiles/cmTC_98144.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dg99h1' + Building C object CMakeFiles/cmTC_98144.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_98144.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dg99h1/CheckSymbolExists.c + Linking C executable cmTC_98144 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_98144.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_98144.dir/CheckSymbolExists.c.o -o cmTC_98144 -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dg99h1' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/CMakeLists.txt:1061 (check_c_source_compiles)" + checks: + - "Performing Test LIBC_HAS_ISINF" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HVPrbr" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HVPrbr" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_ISINF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HVPrbr' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e04f0/fast + /usr/bin/make -f CMakeFiles/cmTC_e04f0.dir/build.make CMakeFiles/cmTC_e04f0.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HVPrbr' + Building C object CMakeFiles/cmTC_e04f0.dir/src.c.o + /usr/bin/gcc -DLIBC_HAS_ISINF -D_GNU_SOURCE=1 -Wfloat-conversion -Werror -o CMakeFiles/cmTC_e04f0.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HVPrbr/src.c + Linking C executable cmTC_e04f0 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e04f0.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -Wfloat-conversion -Werror CMakeFiles/cmTC_e04f0.dir/src.c.o -o cmTC_e04f0 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HVPrbr' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/CMakeLists.txt:1070 (check_c_source_compiles)" + checks: + - "Performing Test LIBC_ISINF_HANDLES_FLOAT" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WPXHbq" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WPXHbq" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_ISINF_HANDLES_FLOAT" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WPXHbq' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_964fb/fast + /usr/bin/make -f CMakeFiles/cmTC_964fb.dir/build.make CMakeFiles/cmTC_964fb.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WPXHbq' + Building C object CMakeFiles/cmTC_964fb.dir/src.c.o + /usr/bin/gcc -DLIBC_ISINF_HANDLES_FLOAT -D_GNU_SOURCE=1 -Wfloat-conversion -Werror -o CMakeFiles/cmTC_964fb.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WPXHbq/src.c + Linking C executable cmTC_964fb + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_964fb.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -Wfloat-conversion -Werror CMakeFiles/cmTC_964fb.dir/src.c.o -o cmTC_964fb + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WPXHbq' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/CMakeLists.txt:1079 (check_c_source_compiles)" + checks: + - "Performing Test LIBC_HAS_ISINFF" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YOKQtQ" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YOKQtQ" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_ISINFF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YOKQtQ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_278bf/fast + /usr/bin/make -f CMakeFiles/cmTC_278bf.dir/build.make CMakeFiles/cmTC_278bf.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YOKQtQ' + Building C object CMakeFiles/cmTC_278bf.dir/src.c.o + /usr/bin/gcc -DLIBC_HAS_ISINFF -D_GNU_SOURCE=1 -Wfloat-conversion -Werror -o CMakeFiles/cmTC_278bf.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YOKQtQ/src.c + Linking C executable cmTC_278bf + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_278bf.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -Wfloat-conversion -Werror CMakeFiles/cmTC_278bf.dir/src.c.o -o cmTC_278bf + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YOKQtQ' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/CMakeLists.txt:1061 (check_c_source_compiles)" + checks: + - "Performing Test LIBC_HAS_ISNAN" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ToKnzb" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ToKnzb" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_ISNAN" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ToKnzb' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_205b0/fast + /usr/bin/make -f CMakeFiles/cmTC_205b0.dir/build.make CMakeFiles/cmTC_205b0.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ToKnzb' + Building C object CMakeFiles/cmTC_205b0.dir/src.c.o + /usr/bin/gcc -DLIBC_HAS_ISNAN -D_GNU_SOURCE=1 -Wfloat-conversion -Werror -o CMakeFiles/cmTC_205b0.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ToKnzb/src.c + Linking C executable cmTC_205b0 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_205b0.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -Wfloat-conversion -Werror CMakeFiles/cmTC_205b0.dir/src.c.o -o cmTC_205b0 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ToKnzb' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/CMakeLists.txt:1070 (check_c_source_compiles)" + checks: + - "Performing Test LIBC_ISNAN_HANDLES_FLOAT" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7yYIGb" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7yYIGb" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_ISNAN_HANDLES_FLOAT" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7yYIGb' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f61ae/fast + /usr/bin/make -f CMakeFiles/cmTC_f61ae.dir/build.make CMakeFiles/cmTC_f61ae.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7yYIGb' + Building C object CMakeFiles/cmTC_f61ae.dir/src.c.o + /usr/bin/gcc -DLIBC_ISNAN_HANDLES_FLOAT -D_GNU_SOURCE=1 -Wfloat-conversion -Werror -o CMakeFiles/cmTC_f61ae.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7yYIGb/src.c + Linking C executable cmTC_f61ae + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f61ae.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -Wfloat-conversion -Werror CMakeFiles/cmTC_f61ae.dir/src.c.o -o cmTC_f61ae + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7yYIGb' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/CMakeLists.txt:1079 (check_c_source_compiles)" + checks: + - "Performing Test LIBC_HAS_ISNANF" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZGRTTb" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZGRTTb" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_ISNANF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZGRTTb' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_061a3/fast + /usr/bin/make -f CMakeFiles/cmTC_061a3.dir/build.make CMakeFiles/cmTC_061a3.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZGRTTb' + Building C object CMakeFiles/cmTC_061a3.dir/src.c.o + /usr/bin/gcc -DLIBC_HAS_ISNANF -D_GNU_SOURCE=1 -Wfloat-conversion -Werror -o CMakeFiles/cmTC_061a3.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZGRTTb/src.c + Linking C executable cmTC_061a3 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_061a3.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -Wfloat-conversion -Werror CMakeFiles/cmTC_061a3.dir/src.c.o -o cmTC_061a3 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZGRTTb' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1091 (check_symbol_exists)" + checks: + - "Looking for fdatasync" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QsgZNL" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QsgZNL" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_FDATASYNC" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QsgZNL' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c1060/fast + /usr/bin/make -f CMakeFiles/cmTC_c1060.dir/build.make CMakeFiles/cmTC_c1060.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QsgZNL' + Building C object CMakeFiles/cmTC_c1060.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_c1060.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QsgZNL/CheckSymbolExists.c + Linking C executable cmTC_c1060 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c1060.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_c1060.dir/CheckSymbolExists.c.o -o cmTC_c1060 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QsgZNL' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1092 (check_symbol_exists)" + checks: + - "Looking for gethostname" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-APjJsV" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-APjJsV" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_GETHOSTNAME" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-APjJsV' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8c151/fast + /usr/bin/make -f CMakeFiles/cmTC_8c151.dir/build.make CMakeFiles/cmTC_8c151.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-APjJsV' + Building C object CMakeFiles/cmTC_8c151.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_8c151.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-APjJsV/CheckSymbolExists.c + Linking C executable cmTC_8c151 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8c151.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_8c151.dir/CheckSymbolExists.c.o -o cmTC_8c151 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-APjJsV' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1093 (check_symbol_exists)" + checks: + - "Looking for getpagesize" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2nUGf9" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2nUGf9" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_GETPAGESIZE" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2nUGf9' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_39e64/fast + /usr/bin/make -f CMakeFiles/cmTC_39e64.dir/build.make CMakeFiles/cmTC_39e64.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2nUGf9' + Building C object CMakeFiles/cmTC_39e64.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_39e64.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2nUGf9/CheckSymbolExists.c + Linking C executable cmTC_39e64 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_39e64.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_39e64.dir/CheckSymbolExists.c.o -o cmTC_39e64 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2nUGf9' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1094 (check_symbol_exists)" + checks: + - "Looking for sigaction" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AVEith" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AVEith" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_SIGACTION" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AVEith' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1c980/fast + /usr/bin/make -f CMakeFiles/cmTC_1c980.dir/build.make CMakeFiles/cmTC_1c980.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AVEith' + Building C object CMakeFiles/cmTC_1c980.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_1c980.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AVEith/CheckSymbolExists.c + Linking C executable cmTC_1c980 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1c980.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_1c980.dir/CheckSymbolExists.c.o -o cmTC_1c980 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AVEith' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1095 (check_symbol_exists)" + checks: + - "Looking for setjmp" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-egj03B" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-egj03B" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_SETJMP" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-egj03B' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_586ce/fast + /usr/bin/make -f CMakeFiles/cmTC_586ce.dir/build.make CMakeFiles/cmTC_586ce.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-egj03B' + Building C object CMakeFiles/cmTC_586ce.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_586ce.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-egj03B/CheckSymbolExists.c + Linking C executable cmTC_586ce + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_586ce.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_586ce.dir/CheckSymbolExists.c.o -o cmTC_586ce + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-egj03B' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1096 (check_symbol_exists)" + checks: + - "Looking for nanosleep" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-d7hgYP" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-d7hgYP" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_NANOSLEEP" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-d7hgYP' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c6060/fast + /usr/bin/make -f CMakeFiles/cmTC_c6060.dir/build.make CMakeFiles/cmTC_c6060.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-d7hgYP' + Building C object CMakeFiles/cmTC_c6060.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_c6060.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-d7hgYP/CheckSymbolExists.c + Linking C executable cmTC_c6060 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c6060.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_c6060.dir/CheckSymbolExists.c.o -o cmTC_c6060 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-d7hgYP' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1097 (check_symbol_exists)" + checks: + - "Looking for gmtime_r" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ThJTP1" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ThJTP1" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_GMTIME_R" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ThJTP1' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8e1cc/fast + /usr/bin/make -f CMakeFiles/cmTC_8e1cc.dir/build.make CMakeFiles/cmTC_8e1cc.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ThJTP1' + Building C object CMakeFiles/cmTC_8e1cc.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_8e1cc.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ThJTP1/CheckSymbolExists.c + Linking C executable cmTC_8e1cc + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8e1cc.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_8e1cc.dir/CheckSymbolExists.c.o -o cmTC_8e1cc + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ThJTP1' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1098 (check_symbol_exists)" + checks: + - "Looking for localtime_r" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6XcRgS" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6XcRgS" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_LOCALTIME_R" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6XcRgS' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_24c54/fast + /usr/bin/make -f CMakeFiles/cmTC_24c54.dir/build.make CMakeFiles/cmTC_24c54.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6XcRgS' + Building C object CMakeFiles/cmTC_24c54.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_24c54.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6XcRgS/CheckSymbolExists.c + Linking C executable cmTC_24c54 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_24c54.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_24c54.dir/CheckSymbolExists.c.o -o cmTC_24c54 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6XcRgS' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1099 (check_symbol_exists)" + checks: + - "Looking for nl_langinfo" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQniFy" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQniFy" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_NL_LANGINFO" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQniFy' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_48502/fast + /usr/bin/make -f CMakeFiles/cmTC_48502.dir/build.make CMakeFiles/cmTC_48502.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQniFy' + Building C object CMakeFiles/cmTC_48502.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_48502.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQniFy/CheckSymbolExists.c + Linking C executable cmTC_48502 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_48502.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_48502.dir/CheckSymbolExists.c.o -o cmTC_48502 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQniFy' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1100 (check_symbol_exists)" + checks: + - "Looking for sysconf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eOiCS6" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eOiCS6" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_SYSCONF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eOiCS6' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ecbcb/fast + /usr/bin/make -f CMakeFiles/cmTC_ecbcb.dir/build.make CMakeFiles/cmTC_ecbcb.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eOiCS6' + Building C object CMakeFiles/cmTC_ecbcb.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_ecbcb.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eOiCS6/CheckSymbolExists.c + Linking C executable cmTC_ecbcb + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ecbcb.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_ecbcb.dir/CheckSymbolExists.c.o -o cmTC_ecbcb + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eOiCS6' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1101 (check_symbol_exists)" + checks: + - "Looking for sysctlbyname" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-340Pdv" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-340Pdv" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_SYSCTLBYNAME" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-340Pdv' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0b876/fast + /usr/bin/make -f CMakeFiles/cmTC_0b876.dir/build.make CMakeFiles/cmTC_0b876.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-340Pdv' + Building C object CMakeFiles/cmTC_0b876.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_0b876.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-340Pdv/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-340Pdv/CheckSymbolExists.c:3:10: fatal error: sys/sysctl.h: No such file or directory + 3 | #include + | ^~~~~~~~~~~~~~ + compilation terminated. + make[1]: *** [CMakeFiles/cmTC_0b876.dir/build.make:81: CMakeFiles/cmTC_0b876.dir/CheckSymbolExists.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-340Pdv' + make: *** [Makefile:134: cmTC_0b876/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1102 (check_symbol_exists)" + checks: + - "Looking for getauxval" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7TQRgA" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7TQRgA" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_GETAUXVAL" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7TQRgA' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b8152/fast + /usr/bin/make -f CMakeFiles/cmTC_b8152.dir/build.make CMakeFiles/cmTC_b8152.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7TQRgA' + Building C object CMakeFiles/cmTC_b8152.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_b8152.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7TQRgA/CheckSymbolExists.c + Linking C executable cmTC_b8152 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b8152.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_b8152.dir/CheckSymbolExists.c.o -o cmTC_b8152 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7TQRgA' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1103 (check_symbol_exists)" + checks: + - "Looking for elf_aux_info" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-C3CkPk" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-C3CkPk" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_ELF_AUX_INFO" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-C3CkPk' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8a896/fast + /usr/bin/make -f CMakeFiles/cmTC_8a896.dir/build.make CMakeFiles/cmTC_8a896.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-C3CkPk' + Building C object CMakeFiles/cmTC_8a896.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_8a896.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-C3CkPk/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-C3CkPk/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-C3CkPk/CheckSymbolExists.c:8:19: error: ‘elf_aux_info’ undeclared (first use in this function) + 8 | return ((int*)(&elf_aux_info))[argc]; + | ^~~~~~~~~~~~ + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-C3CkPk/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in + make[1]: *** [CMakeFiles/cmTC_8a896.dir/build.make:81: CMakeFiles/cmTC_8a896.dir/CheckSymbolExists.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-C3CkPk' + make: *** [Makefile:134: cmTC_8a896/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1104 (check_symbol_exists)" + checks: + - "Looking for poll" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-N9bfFb" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-N9bfFb" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_POLL" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-N9bfFb' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d7556/fast + /usr/bin/make -f CMakeFiles/cmTC_d7556.dir/build.make CMakeFiles/cmTC_d7556.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-N9bfFb' + Building C object CMakeFiles/cmTC_d7556.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_d7556.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-N9bfFb/CheckSymbolExists.c + Linking C executable cmTC_d7556 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d7556.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_d7556.dir/CheckSymbolExists.c.o -o cmTC_d7556 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-N9bfFb' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1105 (check_symbol_exists)" + checks: + - "Looking for memfd_create" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-UlqW8n" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-UlqW8n" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_MEMFD_CREATE" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-UlqW8n' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_18904/fast + /usr/bin/make -f CMakeFiles/cmTC_18904.dir/build.make CMakeFiles/cmTC_18904.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-UlqW8n' + Building C object CMakeFiles/cmTC_18904.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_18904.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-UlqW8n/CheckSymbolExists.c + Linking C executable cmTC_18904 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_18904.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_18904.dir/CheckSymbolExists.c.o -o cmTC_18904 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-UlqW8n' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1106 (check_symbol_exists)" + checks: + - "Looking for posix_fallocate" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-iqxbgW" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-iqxbgW" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_POSIX_FALLOCATE" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-iqxbgW' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a4921/fast + /usr/bin/make -f CMakeFiles/cmTC_a4921.dir/build.make CMakeFiles/cmTC_a4921.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-iqxbgW' + Building C object CMakeFiles/cmTC_a4921.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_a4921.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-iqxbgW/CheckSymbolExists.c + Linking C executable cmTC_a4921 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a4921.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_a4921.dir/CheckSymbolExists.c.o -o cmTC_a4921 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-iqxbgW' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1107 (check_symbol_exists)" + checks: + - "Looking for posix_spawn_file_actions_addchdir" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pblU2D" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pblU2D" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pblU2D' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_747a3/fast + /usr/bin/make -f CMakeFiles/cmTC_747a3.dir/build.make CMakeFiles/cmTC_747a3.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pblU2D' + Building C object CMakeFiles/cmTC_747a3.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_747a3.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pblU2D/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pblU2D/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pblU2D/CheckSymbolExists.c:8:19: error: ‘posix_spawn_file_actions_addchdir’ undeclared (first use in this function); did you mean ‘posix_spawn_file_actions_addchdir_np’? + 8 | return ((int*)(&posix_spawn_file_actions_addchdir))[argc]; + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + | posix_spawn_file_actions_addchdir_np + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pblU2D/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in + make[1]: *** [CMakeFiles/cmTC_747a3.dir/build.make:81: CMakeFiles/cmTC_747a3.dir/CheckSymbolExists.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pblU2D' + make: *** [Makefile:134: cmTC_747a3/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1108 (check_symbol_exists)" + checks: + - "Looking for posix_spawn_file_actions_addchdir_np" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kQBgnz" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kQBgnz" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kQBgnz' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_488fb/fast + /usr/bin/make -f CMakeFiles/cmTC_488fb.dir/build.make CMakeFiles/cmTC_488fb.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kQBgnz' + Building C object CMakeFiles/cmTC_488fb.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_488fb.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kQBgnz/CheckSymbolExists.c + Linking C executable cmTC_488fb + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_488fb.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_488fb.dir/CheckSymbolExists.c.o -o cmTC_488fb + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kQBgnz' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/CMakeLists.txt:1111 (check_c_source_compiles)" + checks: + - "Performing Test ICONV_IN_LIBC" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bFTP1n" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bFTP1n" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "ICONV_IN_LIBC" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bFTP1n' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0cf7a/fast + /usr/bin/make -f CMakeFiles/cmTC_0cf7a.dir/build.make CMakeFiles/cmTC_0cf7a.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bFTP1n' + Building C object CMakeFiles/cmTC_0cf7a.dir/src.c.o + /usr/bin/gcc -DICONV_IN_LIBC -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_0cf7a.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bFTP1n/src.c + Linking C executable cmTC_0cf7a + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0cf7a.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_0cf7a.dir/src.c.o -o cmTC_0cf7a + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bFTP1n' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/CMakeLists.txt:1121 (check_c_source_compiles)" + checks: + - "Performing Test ICONV_IN_LIBICONV" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fpzVTT" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fpzVTT" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "ICONV_IN_LIBICONV" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fpzVTT' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_fcf56/fast + /usr/bin/make -f CMakeFiles/cmTC_fcf56.dir/build.make CMakeFiles/cmTC_fcf56.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fpzVTT' + Building C object CMakeFiles/cmTC_fcf56.dir/src.c.o + /usr/bin/gcc -DICONV_IN_LIBICONV -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_fcf56.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fpzVTT/src.c + Linking C executable cmTC_fcf56 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fcf56.dir/link.txt --verbose=1 + /usr/bin/ld: cannot find -liconv: No such file or directory + collect2: error: ld returned 1 exit status + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_fcf56.dir/src.c.o -o cmTC_fcf56 -liconv + make[1]: *** [CMakeFiles/cmTC_fcf56.dir/build.make:102: cmTC_fcf56] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fpzVTT' + make: *** [Makefile:134: cmTC_fcf56/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckSourceCompiles.cmake:89 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckStructHasMember.cmake:85 (check_source_compiles)" + - "external/SDL/CMakeLists.txt:1140 (check_struct_has_member)" + checks: + - "Performing Test HAVE_SA_SIGACTION" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2aLUMR" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2aLUMR" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_SA_SIGACTION" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2aLUMR' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a299b/fast + /usr/bin/make -f CMakeFiles/cmTC_a299b.dir/build.make CMakeFiles/cmTC_a299b.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2aLUMR' + Building C object CMakeFiles/cmTC_a299b.dir/src.c.o + /usr/bin/gcc -DHAVE_SA_SIGACTION -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_a299b.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2aLUMR/src.c + Linking C executable cmTC_a299b + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a299b.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_a299b.dir/src.c.o -o cmTC_a299b + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2aLUMR' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckSourceCompiles.cmake:89 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckStructHasMember.cmake:85 (check_source_compiles)" + - "external/SDL/CMakeLists.txt:1141 (check_struct_has_member)" + checks: + - "Performing Test HAVE_ST_MTIM" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3CgHFU" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3CgHFU" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_ST_MTIM" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3CgHFU' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5f11f/fast + /usr/bin/make -f CMakeFiles/cmTC_5f11f.dir/build.make CMakeFiles/cmTC_5f11f.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3CgHFU' + Building C object CMakeFiles/cmTC_5f11f.dir/src.c.o + /usr/bin/gcc -DHAVE_ST_MTIM -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_5f11f.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3CgHFU/src.c + Linking C executable cmTC_5f11f + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5f11f.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_5f11f.dir/src.c.o -o cmTC_5f11f + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3CgHFU' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/cmake/sdlchecks.cmake:53 (check_symbol_exists)" + - "external/SDL/CMakeLists.txt:1263 (CheckDLOPEN)" + checks: + - "Looking for dlopen" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jRDEfd" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jRDEfd" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_DLOPEN_IN_LIBC" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jRDEfd' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_4c148/fast + /usr/bin/make -f CMakeFiles/cmTC_4c148.dir/build.make CMakeFiles/cmTC_4c148.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jRDEfd' + Building C object CMakeFiles/cmTC_4c148.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_4c148.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jRDEfd/CheckSymbolExists.c + Linking C executable cmTC_4c148 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4c148.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_4c148.dir/CheckSymbolExists.c.o -o cmTC_4c148 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jRDEfd' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/cmake/sdlchecks.cmake:69 (check_c_source_compiles)" + - "external/SDL/CMakeLists.txt:1272 (CheckO_CLOEXEC)" + checks: + - "Performing Test HAVE_O_CLOEXEC" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CrXeYu" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CrXeYu" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_O_CLOEXEC" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CrXeYu' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_aa503/fast + /usr/bin/make -f CMakeFiles/cmTC_aa503.dir/build.make CMakeFiles/cmTC_aa503.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CrXeYu' + Building C object CMakeFiles/cmTC_aa503.dir/src.c.o + /usr/bin/gcc -DHAVE_O_CLOEXEC -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_aa503.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CrXeYu/src.c + Linking C executable cmTC_aa503 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aa503.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_aa503.dir/src.c.o -o cmTC_aa503 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CrXeYu' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckLibraryExists.cmake:112 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:701 (check_library_exists)" + - "external/SDL/cmake/sdlchecks.cmake:286 (find_package)" + - "external/SDL/CMakeLists.txt:1586 (CheckX11)" + checks: + - "Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zcVs4m" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zcVs4m" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "X11_LIB_X11_SOLO" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zcVs4m' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f3e04/fast + /usr/bin/make -f CMakeFiles/cmTC_f3e04.dir/build.make CMakeFiles/cmTC_f3e04.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zcVs4m' + Building C object CMakeFiles/cmTC_f3e04.dir/CheckFunctionExists.c.o + /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=XOpenDisplay -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_f3e04.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zcVs4m/CheckFunctionExists.c + Linking C executable cmTC_f3e04 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f3e04.dir/link.txt --verbose=1 + /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=XOpenDisplay -D_GNU_SOURCE=1 CMakeFiles/cmTC_f3e04.dir/CheckFunctionExists.c.o -o cmTC_f3e04 /usr/lib/libX11.so /usr/lib/libXext.so + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zcVs4m' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:716 (check_function_exists)" + - "external/SDL/cmake/sdlchecks.cmake:286 (find_package)" + - "external/SDL/CMakeLists.txt:1586 (CheckX11)" + checks: + - "Looking for gethostbyname" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ajUnHF" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ajUnHF" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "CMAKE_HAVE_GETHOSTBYNAME" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ajUnHF' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_fc199/fast + /usr/bin/make -f CMakeFiles/cmTC_fc199.dir/build.make CMakeFiles/cmTC_fc199.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ajUnHF' + Building C object CMakeFiles/cmTC_fc199.dir/CheckFunctionExists.c.o + /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyname -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_fc199.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ajUnHF/CheckFunctionExists.c + Linking C executable cmTC_fc199 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fc199.dir/link.txt --verbose=1 + /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyname -D_GNU_SOURCE=1 CMakeFiles/cmTC_fc199.dir/CheckFunctionExists.c.o -o cmTC_fc199 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ajUnHF' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:730 (check_function_exists)" + - "external/SDL/cmake/sdlchecks.cmake:286 (find_package)" + - "external/SDL/CMakeLists.txt:1586 (CheckX11)" + checks: + - "Looking for connect" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pjv5CA" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pjv5CA" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "CMAKE_HAVE_CONNECT" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pjv5CA' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_2d8a4/fast + /usr/bin/make -f CMakeFiles/cmTC_2d8a4.dir/build.make CMakeFiles/cmTC_2d8a4.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pjv5CA' + Building C object CMakeFiles/cmTC_2d8a4.dir/CheckFunctionExists.c.o + /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=connect -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_2d8a4.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pjv5CA/CheckFunctionExists.c + Linking C executable cmTC_2d8a4 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2d8a4.dir/link.txt --verbose=1 + /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=connect -D_GNU_SOURCE=1 CMakeFiles/cmTC_2d8a4.dir/CheckFunctionExists.c.o -o cmTC_2d8a4 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pjv5CA' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:739 (check_function_exists)" + - "external/SDL/cmake/sdlchecks.cmake:286 (find_package)" + - "external/SDL/CMakeLists.txt:1586 (CheckX11)" + checks: + - "Looking for remove" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-risWso" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-risWso" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "CMAKE_HAVE_REMOVE" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-risWso' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_6d964/fast + /usr/bin/make -f CMakeFiles/cmTC_6d964.dir/build.make CMakeFiles/cmTC_6d964.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-risWso' + Building C object CMakeFiles/cmTC_6d964.dir/CheckFunctionExists.c.o + /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=remove -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_6d964.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-risWso/CheckFunctionExists.c + Linking C executable cmTC_6d964 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6d964.dir/link.txt --verbose=1 + /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=remove -D_GNU_SOURCE=1 CMakeFiles/cmTC_6d964.dir/CheckFunctionExists.c.o -o cmTC_6d964 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-risWso' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:748 (check_function_exists)" + - "external/SDL/cmake/sdlchecks.cmake:286 (find_package)" + - "external/SDL/CMakeLists.txt:1586 (CheckX11)" + checks: + - "Looking for shmat" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FpYFJ2" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FpYFJ2" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "CMAKE_HAVE_SHMAT" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FpYFJ2' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7e1f3/fast + /usr/bin/make -f CMakeFiles/cmTC_7e1f3.dir/build.make CMakeFiles/cmTC_7e1f3.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FpYFJ2' + Building C object CMakeFiles/cmTC_7e1f3.dir/CheckFunctionExists.c.o + /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=shmat -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_7e1f3.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FpYFJ2/CheckFunctionExists.c + Linking C executable cmTC_7e1f3 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7e1f3.dir/link.txt --verbose=1 + /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=shmat -D_GNU_SOURCE=1 CMakeFiles/cmTC_7e1f3.dir/CheckFunctionExists.c.o -o cmTC_7e1f3 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FpYFJ2' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckLibraryExists.cmake:112 (try_compile)" + - "/usr/share/cmake/Modules/FindX11.cmake:758 (check_library_exists)" + - "external/SDL/cmake/sdlchecks.cmake:286 (find_package)" + - "external/SDL/CMakeLists.txt:1586 (CheckX11)" + checks: + - "Looking for IceConnectionNumber in ICE" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1DiAOV" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1DiAOV" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1DiAOV' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_530e5/fast + /usr/bin/make -f CMakeFiles/cmTC_530e5.dir/build.make CMakeFiles/cmTC_530e5.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1DiAOV' + Building C object CMakeFiles/cmTC_530e5.dir/CheckFunctionExists.c.o + /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_530e5.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1DiAOV/CheckFunctionExists.c + Linking C executable cmTC_530e5 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_530e5.dir/link.txt --verbose=1 + /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -D_GNU_SOURCE=1 CMakeFiles/cmTC_530e5.dir/CheckFunctionExists.c.o -o cmTC_530e5 -lICE + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1DiAOV' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/cmake/sdlchecks.cmake:340 (check_symbol_exists)" + - "external/SDL/CMakeLists.txt:1586 (CheckX11)" + checks: + - "Looking for shmat" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4kztN2" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4kztN2" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_SHMAT_IN_LIBC" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4kztN2' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d53a0/fast + /usr/bin/make -f CMakeFiles/cmTC_d53a0.dir/build.make CMakeFiles/cmTC_d53a0.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4kztN2' + Building C object CMakeFiles/cmTC_d53a0.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_d53a0.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4kztN2/CheckSymbolExists.c + Linking C executable cmTC_d53a0 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d53a0.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_d53a0.dir/CheckSymbolExists.c.o -o cmTC_d53a0 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4kztN2' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/cmake/sdlchecks.cmake:4 (check_c_source_compiles)" + - "external/SDL/cmake/sdlchecks.cmake:379 (check_c_source_compiles_static)" + - "external/SDL/CMakeLists.txt:1586 (CheckX11)" + checks: + - "Performing Test HAVE_XGENERICEVENT" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-brx7eR" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-brx7eR" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_XGENERICEVENT" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-brx7eR' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_664d8/fast + /usr/bin/make -f CMakeFiles/cmTC_664d8.dir/build.make CMakeFiles/cmTC_664d8.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-brx7eR' + Building C object CMakeFiles/cmTC_664d8.dir/src.c.o + /usr/bin/gcc -DHAVE_XGENERICEVENT -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_664d8.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-brx7eR/src.c + Linking C static library libcmTC_664d8.a + /usr/bin/cmake -P CMakeFiles/cmTC_664d8.dir/cmake_clean_target.cmake + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_664d8.dir/link.txt --verbose=1 + /usr/bin/ar qc libcmTC_664d8.a CMakeFiles/cmTC_664d8.dir/src.c.o + /usr/bin/ranlib libcmTC_664d8.a + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-brx7eR' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/cmake/sdlchecks.cmake:393 (check_symbol_exists)" + - "external/SDL/CMakeLists.txt:1586 (CheckX11)" + checks: + - "Looking for XkbLookupKeySym" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZWizKZ" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZWizKZ" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "SDL_VIDEO_DRIVER_X11_HAS_XKBLOOKUPKEYSYM" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZWizKZ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_689fd/fast + /usr/bin/make -f CMakeFiles/cmTC_689fd.dir/build.make CMakeFiles/cmTC_689fd.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZWizKZ' + Building C object CMakeFiles/cmTC_689fd.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_689fd.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZWizKZ/CheckSymbolExists.c + Linking C executable cmTC_689fd + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_689fd.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_689fd.dir/CheckSymbolExists.c.o -o cmTC_689fd /usr/lib/libX11.so + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZWizKZ' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/cmake/sdlchecks.cmake:4 (check_c_source_compiles)" + - "external/SDL/cmake/sdlchecks.cmake:420 (check_c_source_compiles_static)" + - "external/SDL/CMakeLists.txt:1586 (CheckX11)" + checks: + - "Performing Test HAVE_XINPUT2_MULTITOUCH" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u6iYCo" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u6iYCo" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_XINPUT2_MULTITOUCH" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u6iYCo' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c6309/fast + /usr/bin/make -f CMakeFiles/cmTC_c6309.dir/build.make CMakeFiles/cmTC_c6309.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u6iYCo' + Building C object CMakeFiles/cmTC_c6309.dir/src.c.o + /usr/bin/gcc -DHAVE_XINPUT2_MULTITOUCH -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_c6309.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u6iYCo/src.c + Linking C static library libcmTC_c6309.a + /usr/bin/cmake -P CMakeFiles/cmTC_c6309.dir/cmake_clean_target.cmake + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c6309.dir/link.txt --verbose=1 + /usr/bin/ar qc libcmTC_c6309.a CMakeFiles/cmTC_c6309.dir/src.c.o + /usr/bin/ranlib libcmTC_c6309.a + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u6iYCo' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/cmake/sdlchecks.cmake:4 (check_c_source_compiles)" + - "external/SDL/cmake/sdlchecks.cmake:437 (check_c_source_compiles_static)" + - "external/SDL/CMakeLists.txt:1586 (CheckX11)" + checks: + - "Performing Test HAVE_XFIXES_H" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1g9LjU" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1g9LjU" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_XFIXES_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1g9LjU' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f5ec2/fast + /usr/bin/make -f CMakeFiles/cmTC_f5ec2.dir/build.make CMakeFiles/cmTC_f5ec2.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1g9LjU' + Building C object CMakeFiles/cmTC_f5ec2.dir/src.c.o + /usr/bin/gcc -DHAVE_XFIXES_H -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_f5ec2.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1g9LjU/src.c + Linking C static library libcmTC_f5ec2.a + /usr/bin/cmake -P CMakeFiles/cmTC_f5ec2.dir/cmake_clean_target.cmake + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f5ec2.dir/link.txt --verbose=1 + /usr/bin/ar qc libcmTC_f5ec2.a CMakeFiles/cmTC_f5ec2.dir/src.c.o + /usr/bin/ranlib libcmTC_f5ec2.a + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1g9LjU' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/cmake/sdlchecks.cmake:724 (check_c_source_compiles)" + - "external/SDL/CMakeLists.txt:1588 (CheckEGL)" + checks: + - "Performing Test HAVE_OPENGL_EGL" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WOQm45" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WOQm45" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_OPENGL_EGL" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WOQm45' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_07682/fast + /usr/bin/make -f CMakeFiles/cmTC_07682.dir/build.make CMakeFiles/cmTC_07682.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WOQm45' + Building C object CMakeFiles/cmTC_07682.dir/src.c.o + /usr/bin/gcc -DHAVE_OPENGL_EGL -I/home/guest/Downloads/PopLib/external/SDL/src/video/khronos -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_07682.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WOQm45/src.c + Linking C executable cmTC_07682 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_07682.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_07682.dir/src.c.o -o cmTC_07682 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WOQm45' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/cmake/sdlchecks.cmake:707 (check_c_source_compiles)" + - "external/SDL/CMakeLists.txt:1590 (CheckGLX)" + checks: + - "Performing Test HAVE_OPENGL_GLX" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HnlXC8" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HnlXC8" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_OPENGL_GLX" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HnlXC8' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7adc4/fast + /usr/bin/make -f CMakeFiles/cmTC_7adc4.dir/build.make CMakeFiles/cmTC_7adc4.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HnlXC8' + Building C object CMakeFiles/cmTC_7adc4.dir/src.c.o + /usr/bin/gcc -DHAVE_OPENGL_GLX -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_7adc4.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HnlXC8/src.c + Linking C executable cmTC_7adc4 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7adc4.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_7adc4.dir/src.c.o -o cmTC_7adc4 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HnlXC8' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/cmake/sdlchecks.cmake:743 (check_c_source_compiles)" + - "external/SDL/CMakeLists.txt:1591 (CheckOpenGL)" + checks: + - "Performing Test HAVE_OPENGL" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aGib91" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aGib91" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_OPENGL" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aGib91' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f1cb7/fast + /usr/bin/make -f CMakeFiles/cmTC_f1cb7.dir/build.make CMakeFiles/cmTC_f1cb7.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aGib91' + Building C object CMakeFiles/cmTC_f1cb7.dir/src.c.o + /usr/bin/gcc -DHAVE_OPENGL -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_f1cb7.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aGib91/src.c + Linking C executable cmTC_f1cb7 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f1cb7.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_f1cb7.dir/src.c.o -o cmTC_f1cb7 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aGib91' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/cmake/sdlchecks.cmake:760 (check_c_source_compiles)" + - "external/SDL/CMakeLists.txt:1592 (CheckOpenGLES)" + checks: + - "Performing Test HAVE_OPENGLES_V1" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-saV5MB" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-saV5MB" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_OPENGLES_V1" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-saV5MB' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_756fa/fast + /usr/bin/make -f CMakeFiles/cmTC_756fa.dir/build.make CMakeFiles/cmTC_756fa.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-saV5MB' + Building C object CMakeFiles/cmTC_756fa.dir/src.c.o + /usr/bin/gcc -DHAVE_OPENGLES_V1 -I/home/guest/Downloads/PopLib/external/SDL/src/video/khronos -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_756fa.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-saV5MB/src.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-saV5MB/src.c:2:18: fatal error: GLES/gl.h: No such file or directory + 2 | #include + | ^~~~~~~~~~~ + compilation terminated. + make[1]: *** [CMakeFiles/cmTC_756fa.dir/build.make:81: CMakeFiles/cmTC_756fa.dir/src.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-saV5MB' + make: *** [Makefile:134: cmTC_756fa/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/cmake/sdlchecks.cmake:764 (check_c_source_compiles)" + - "external/SDL/CMakeLists.txt:1592 (CheckOpenGLES)" + checks: + - "Performing Test HAVE_OPENGLES_V2" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lnU2vK" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lnU2vK" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_OPENGLES_V2" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lnU2vK' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7643f/fast + /usr/bin/make -f CMakeFiles/cmTC_7643f.dir/build.make CMakeFiles/cmTC_7643f.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lnU2vK' + Building C object CMakeFiles/cmTC_7643f.dir/src.c.o + /usr/bin/gcc -DHAVE_OPENGLES_V2 -I/home/guest/Downloads/PopLib/external/SDL/src/video/khronos -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_7643f.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lnU2vK/src.c + Linking C executable cmTC_7643f + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7643f.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_7643f.dir/src.c.o -o cmTC_7643f + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lnU2vK' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/CMakeLists.txt:1606 (check_c_source_compiles)" + checks: + - "Performing Test HAVE_LINUX_INPUT_H" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39tk8c" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39tk8c" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_LINUX_INPUT_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39tk8c' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f5cc9/fast + /usr/bin/make -f CMakeFiles/cmTC_f5cc9.dir/build.make CMakeFiles/cmTC_f5cc9.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39tk8c' + Building C object CMakeFiles/cmTC_f5cc9.dir/src.c.o + /usr/bin/gcc -DHAVE_LINUX_INPUT_H -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_f5cc9.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39tk8c/src.c + Linking C executable cmTC_f5cc9 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f5cc9.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_f5cc9.dir/src.c.o -o cmTC_f5cc9 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39tk8c' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/CMakeLists.txt:1614 (check_c_source_compiles)" + checks: + - "Performing Test HAVE_INPUT_KD" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lMvx9d" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lMvx9d" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_INPUT_KD" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lMvx9d' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_be095/fast + /usr/bin/make -f CMakeFiles/cmTC_be095.dir/build.make CMakeFiles/cmTC_be095.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lMvx9d' + Building C object CMakeFiles/cmTC_be095.dir/src.c.o + /usr/bin/gcc -DHAVE_INPUT_KD -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_be095.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lMvx9d/src.c + Linking C executable cmTC_be095 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_be095.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_be095.dir/src.c.o -o cmTC_be095 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lMvx9d' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/CMakeLists.txt:1624 (check_c_source_compiles)" + checks: + - "Performing Test HAVE_LINUX_VIDEODEV2_H" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Xo6dfU" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Xo6dfU" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_LINUX_VIDEODEV2_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Xo6dfU' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b8627/fast + /usr/bin/make -f CMakeFiles/cmTC_b8627.dir/build.make CMakeFiles/cmTC_b8627.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Xo6dfU' + Building C object CMakeFiles/cmTC_b8627.dir/src.c.o + /usr/bin/gcc -DHAVE_LINUX_VIDEODEV2_H -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_b8627.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Xo6dfU/src.c + Linking C executable cmTC_b8627 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b8627.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_b8627.dir/src.c.o -o cmTC_b8627 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Xo6dfU' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/cmake/sdlchecks.cmake:1253 (check_include_file)" + - "external/SDL/CMakeLists.txt:1678 (CheckLibUDev)" + checks: + - "Looking for libudev.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-F6oeGk" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-F6oeGk" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_LIBUDEV_HEADER" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-F6oeGk' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_98851/fast + /usr/bin/make -f CMakeFiles/cmTC_98851.dir/build.make CMakeFiles/cmTC_98851.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-F6oeGk' + Building C object CMakeFiles/cmTC_98851.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_98851.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-F6oeGk/CheckIncludeFile.c + Linking C executable cmTC_98851 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_98851.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_98851.dir/CheckIncludeFile.c.o -o cmTC_98851 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-F6oeGk' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/CMakeLists.txt:1679 (check_include_file)" + checks: + - "Looking for sys/inotify.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bSwf6U" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bSwf6U" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_SYS_INOTIFY_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bSwf6U' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_73d9d/fast + /usr/bin/make -f CMakeFiles/cmTC_73d9d.dir/build.make CMakeFiles/cmTC_73d9d.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bSwf6U' + Building C object CMakeFiles/cmTC_73d9d.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_73d9d.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bSwf6U/CheckIncludeFile.c + Linking C executable cmTC_73d9d + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_73d9d.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_73d9d.dir/CheckIncludeFile.c.o -o cmTC_73d9d + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bSwf6U' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1680 (check_symbol_exists)" + checks: + - "Looking for inotify_init" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YcYzGY" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YcYzGY" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_INOTIFY_INIT" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YcYzGY' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3524d/fast + /usr/bin/make -f CMakeFiles/cmTC_3524d.dir/build.make CMakeFiles/cmTC_3524d.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YcYzGY' + Building C object CMakeFiles/cmTC_3524d.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_3524d.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YcYzGY/CheckSymbolExists.c + Linking C executable cmTC_3524d + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3524d.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_3524d.dir/CheckSymbolExists.c.o -o cmTC_3524d + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YcYzGY' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/SDL/CMakeLists.txt:1681 (check_symbol_exists)" + checks: + - "Looking for inotify_init1" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Oxm79Y" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Oxm79Y" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_INOTIFY_INIT1" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Oxm79Y' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_84fc4/fast + /usr/bin/make -f CMakeFiles/cmTC_84fc4.dir/build.make CMakeFiles/cmTC_84fc4.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Oxm79Y' + Building C object CMakeFiles/cmTC_84fc4.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_84fc4.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Oxm79Y/CheckSymbolExists.c + Linking C executable cmTC_84fc4 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_84fc4.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_84fc4.dir/CheckSymbolExists.c.o -o cmTC_84fc4 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Oxm79Y' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/cmake/sdlchecks.cmake:1286 (check_c_source_compiles)" + - "external/SDL/CMakeLists.txt:1732 (CheckLibUnwind)" + checks: + - "Performing Test LIBC_HAS_WORKING_LIBUNWIND" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sUI59k" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sUI59k" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBC_HAS_WORKING_LIBUNWIND" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sUI59k' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f0b49/fast + /usr/bin/make -f CMakeFiles/cmTC_f0b49.dir/build.make CMakeFiles/cmTC_f0b49.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sUI59k' + Building C object CMakeFiles/cmTC_f0b49.dir/src.c.o + /usr/bin/gcc -DLIBC_HAS_WORKING_LIBUNWIND -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_f0b49.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sUI59k/src.c + Linking C executable cmTC_f0b49 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f0b49.dir/link.txt --verbose=1 + /usr/bin/ld: CMakeFiles/cmTC_f0b49.dir/src.c.o: in function `main': + src.c:(.text+0x32): undefined reference to `_Ux86_64_getcontext' + /usr/bin/ld: src.c:(.text+0x41): undefined reference to `_Ux86_64_step' + /usr/bin/ld: src.c:(.text+0x5c): undefined reference to `_Ux86_64_get_reg' + /usr/bin/ld: src.c:(.text+0x81): undefined reference to `_Ux86_64_get_proc_name' + collect2: error: ld returned 1 exit status + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_f0b49.dir/src.c.o -o cmTC_f0b49 + make[1]: *** [CMakeFiles/cmTC_f0b49.dir/build.make:102: cmTC_f0b49] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sUI59k' + make: *** [Makefile:134: cmTC_f0b49/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/cmake/sdlchecks.cmake:1297 (check_c_source_compiles)" + - "external/SDL/CMakeLists.txt:1732 (CheckLibUnwind)" + checks: + - "Performing Test LIBUNWIND_HAS_WORKINGLIBUNWIND" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bzEYTj" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bzEYTj" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "LIBUNWIND_HAS_WORKINGLIBUNWIND" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bzEYTj' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_aa6f5/fast + /usr/bin/make -f CMakeFiles/cmTC_aa6f5.dir/build.make CMakeFiles/cmTC_aa6f5.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bzEYTj' + Building C object CMakeFiles/cmTC_aa6f5.dir/src.c.o + /usr/bin/gcc -DLIBUNWIND_HAS_WORKINGLIBUNWIND -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_aa6f5.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bzEYTj/src.c + Linking C executable cmTC_aa6f5 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aa6f5.dir/link.txt --verbose=1 + /usr/bin/ld: CMakeFiles/cmTC_aa6f5.dir/src.c.o: in function `main': + src.c:(.text+0x41): undefined reference to `_Ux86_64_step' + /usr/bin/ld: src.c:(.text+0x5c): undefined reference to `_Ux86_64_get_reg' + /usr/bin/ld: src.c:(.text+0x81): undefined reference to `_Ux86_64_get_proc_name' + collect2: error: ld returned 1 exit status + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_aa6f5.dir/src.c.o -o cmTC_aa6f5 -lunwind + make[1]: *** [CMakeFiles/cmTC_aa6f5.dir/build.make:102: cmTC_aa6f5] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bzEYTj' + make: *** [Makefile:134: cmTC_aa6f5/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/cmake/sdlchecks.cmake:1315 (check_c_source_compiles)" + - "external/SDL/CMakeLists.txt:1732 (CheckLibUnwind)" + checks: + - "Performing Test PC_LIBUNWIND_HAS_WORKING_LIBUNWIND" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sHOzBu" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sHOzBu" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "PC_LIBUNWIND_HAS_WORKING_LIBUNWIND" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sHOzBu' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_56f7e/fast + /usr/bin/make -f CMakeFiles/cmTC_56f7e.dir/build.make CMakeFiles/cmTC_56f7e.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sHOzBu' + Building C object CMakeFiles/cmTC_56f7e.dir/src.c.o + /usr/bin/gcc -DPC_LIBUNWIND_HAS_WORKING_LIBUNWIND -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_56f7e.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sHOzBu/src.c + Linking C executable cmTC_56f7e + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_56f7e.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_56f7e.dir/src.c.o -o cmTC_56f7e -lunwind-generic -lunwind + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sHOzBu' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/cmake/sdlchecks.cmake:4 (check_c_source_compiles)" + - "external/SDL/cmake/sdlchecks.cmake:1107 (check_c_source_compiles_static)" + - "external/SDL/CMakeLists.txt:1801 (CheckHIDAPI)" + checks: + - "Performing Test HAVE_LIBUSB_H" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3qUJDW" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3qUJDW" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_LIBUSB_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3qUJDW' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5177f/fast + /usr/bin/make -f CMakeFiles/cmTC_5177f.dir/build.make CMakeFiles/cmTC_5177f.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3qUJDW' + Building C object CMakeFiles/cmTC_5177f.dir/src.c.o + /usr/bin/gcc -DHAVE_LIBUSB_H -isystem /usr/include/libusb-1.0 -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_5177f.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3qUJDW/src.c + Linking C static library libcmTC_5177f.a + /usr/bin/cmake -P CMakeFiles/cmTC_5177f.dir/cmake_clean_target.cmake + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5177f.dir/link.txt --verbose=1 + /usr/bin/ar qc libcmTC_5177f.a CMakeFiles/cmTC_5177f.dir/src.c.o + /usr/bin/ranlib libcmTC_5177f.a + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3qUJDW' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/cmake/sdlchecks.cmake:871 (check_c_source_compiles)" + - "external/SDL/CMakeLists.txt:1817 (CheckPTHREAD)" + checks: + - "Performing Test HAVE_PTHREADS" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQ1zvN" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQ1zvN" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_PTHREADS" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQ1zvN' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e6ebe/fast + /usr/bin/make -f CMakeFiles/cmTC_e6ebe.dir/build.make CMakeFiles/cmTC_e6ebe.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQ1zvN' + Building C object CMakeFiles/cmTC_e6ebe.dir/src.c.o + /usr/bin/gcc -DHAVE_PTHREADS -D_GNU_SOURCE=1 -D_REENTRANT -pthread -o CMakeFiles/cmTC_e6ebe.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQ1zvN/src.c + Linking C executable cmTC_e6ebe + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e6ebe.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -D_REENTRANT -pthread CMakeFiles/cmTC_e6ebe.dir/src.c.o -o cmTC_e6ebe + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQ1zvN' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/cmake/sdlchecks.cmake:884 (check_c_source_compiles)" + - "external/SDL/CMakeLists.txt:1817 (CheckPTHREAD)" + checks: + - "Performing Test HAVE_RECURSIVE_MUTEXES" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wrRNO2" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wrRNO2" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_RECURSIVE_MUTEXES" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wrRNO2' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ee738/fast + /usr/bin/make -f CMakeFiles/cmTC_ee738.dir/build.make CMakeFiles/cmTC_ee738.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wrRNO2' + Building C object CMakeFiles/cmTC_ee738.dir/src.c.o + /usr/bin/gcc -DHAVE_RECURSIVE_MUTEXES -D_GNU_SOURCE=1 -D_REENTRANT -pthread -o CMakeFiles/cmTC_ee738.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wrRNO2/src.c + Linking C executable cmTC_ee738 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ee738.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -D_REENTRANT -pthread CMakeFiles/cmTC_ee738.dir/src.c.o -o cmTC_ee738 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wrRNO2' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/cmake/sdlchecks.cmake:907 (check_c_source_compiles)" + - "external/SDL/CMakeLists.txt:1817 (CheckPTHREAD)" + checks: + - "Performing Test HAVE_PTHREADS_SEM" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rrCcL4" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rrCcL4" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_PTHREADS_SEM" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rrCcL4' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_58e8b/fast + /usr/bin/make -f CMakeFiles/cmTC_58e8b.dir/build.make CMakeFiles/cmTC_58e8b.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rrCcL4' + Building C object CMakeFiles/cmTC_58e8b.dir/src.c.o + /usr/bin/gcc -DHAVE_PTHREADS_SEM -D_GNU_SOURCE=1 -D_REENTRANT -pthread -o CMakeFiles/cmTC_58e8b.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rrCcL4/src.c + Linking C executable cmTC_58e8b + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_58e8b.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -D_REENTRANT -pthread CMakeFiles/cmTC_58e8b.dir/src.c.o -o cmTC_58e8b + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rrCcL4' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/cmake/sdlchecks.cmake:911 (check_c_source_compiles)" + - "external/SDL/CMakeLists.txt:1817 (CheckPTHREAD)" + checks: + - "Performing Test COMPILER_HAS_SEM_TIMEDWAIT" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lP5kal" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lP5kal" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "COMPILER_HAS_SEM_TIMEDWAIT" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lP5kal' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_616af/fast + /usr/bin/make -f CMakeFiles/cmTC_616af.dir/build.make CMakeFiles/cmTC_616af.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lP5kal' + Building C object CMakeFiles/cmTC_616af.dir/src.c.o + /usr/bin/gcc -DCOMPILER_HAS_SEM_TIMEDWAIT -D_GNU_SOURCE=1 -D_REENTRANT -pthread -o CMakeFiles/cmTC_616af.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lP5kal/src.c + Linking C executable cmTC_616af + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_616af.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -D_REENTRANT -pthread CMakeFiles/cmTC_616af.dir/src.c.o -o cmTC_616af + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lP5kal' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/cmake/sdlchecks.cmake:922 (check_include_file)" + - "external/SDL/CMakeLists.txt:1817 (CheckPTHREAD)" + checks: + - "Looking for pthread.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0EpFbO" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0EpFbO" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_PTHREAD_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0EpFbO' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_eaaf4/fast + /usr/bin/make -f CMakeFiles/cmTC_eaaf4.dir/build.make CMakeFiles/cmTC_eaaf4.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0EpFbO' + Building C object CMakeFiles/cmTC_eaaf4.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -D_REENTRANT -pthread -o CMakeFiles/cmTC_eaaf4.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0EpFbO/CheckIncludeFile.c + Linking C executable cmTC_eaaf4 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eaaf4.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -D_REENTRANT -pthread CMakeFiles/cmTC_eaaf4.dir/CheckIncludeFile.c.o -o cmTC_eaaf4 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0EpFbO' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/SDL/cmake/sdlchecks.cmake:923 (check_include_file)" + - "external/SDL/CMakeLists.txt:1817 (CheckPTHREAD)" + checks: + - "Looking for pthread_np.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LPebec" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LPebec" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_PTHREAD_NP_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LPebec' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d5422/fast + /usr/bin/make -f CMakeFiles/cmTC_d5422.dir/build.make CMakeFiles/cmTC_d5422.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LPebec' + Building C object CMakeFiles/cmTC_d5422.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE=1 -D_REENTRANT -pthread -o CMakeFiles/cmTC_d5422.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LPebec/CheckIncludeFile.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LPebec/CheckIncludeFile.c:1:10: fatal error: pthread_np.h: No such file or directory + 1 | #include + | ^~~~~~~~~~~~~~ + compilation terminated. + make[1]: *** [CMakeFiles/cmTC_d5422.dir/build.make:81: CMakeFiles/cmTC_d5422.dir/CheckIncludeFile.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LPebec' + make: *** [Makefile:134: cmTC_d5422/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/cmake/sdlchecks.cmake:925 (check_c_source_compiles)" + - "external/SDL/CMakeLists.txt:1817 (CheckPTHREAD)" + checks: + - "Performing Test HAVE_PTHREAD_SETNAME_NP" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w47yiD" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w47yiD" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_PTHREAD_SETNAME_NP" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w47yiD' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b67fa/fast + /usr/bin/make -f CMakeFiles/cmTC_b67fa.dir/build.make CMakeFiles/cmTC_b67fa.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w47yiD' + Building C object CMakeFiles/cmTC_b67fa.dir/src.c.o + /usr/bin/gcc -DHAVE_PTHREAD_SETNAME_NP -D_GNU_SOURCE=1 -D_REENTRANT -pthread -o CMakeFiles/cmTC_b67fa.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w47yiD/src.c + Linking C executable cmTC_b67fa + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b67fa.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -D_REENTRANT -pthread CMakeFiles/cmTC_b67fa.dir/src.c.o -o cmTC_b67fa + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w47yiD' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckLibraryExists.cmake:112 (try_compile)" + - "external/SDL/CMakeLists.txt:1820 (check_library_exists)" + checks: + - "Looking for clock_gettime in c" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0xoK3u" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0xoK3u" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "FOUND_CLOCK_GETTIME_LIBC" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0xoK3u' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_17893/fast + /usr/bin/make -f CMakeFiles/cmTC_17893.dir/build.make CMakeFiles/cmTC_17893.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0xoK3u' + Building C object CMakeFiles/cmTC_17893.dir/CheckFunctionExists.c.o + /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=clock_gettime -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_17893.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0xoK3u/CheckFunctionExists.c + Linking C executable cmTC_17893 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_17893.dir/link.txt --verbose=1 + /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=clock_gettime -D_GNU_SOURCE=1 CMakeFiles/cmTC_17893.dir/CheckFunctionExists.c.o -o cmTC_17893 -lc + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0xoK3u' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "external/SDL/CMakeLists.txt:1875 (check_c_compiler_flag)" + checks: + - "Performing Test HAVE_ENABLE_NEW_DTAGS" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fJlLti" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fJlLti" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_ENABLE_NEW_DTAGS" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fJlLti' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_98838/fast + /usr/bin/make -f CMakeFiles/cmTC_98838.dir/build.make CMakeFiles/cmTC_98838.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fJlLti' + Building C object CMakeFiles/cmTC_98838.dir/src.c.o + /usr/bin/gcc -DHAVE_ENABLE_NEW_DTAGS -D_GNU_SOURCE=1 -Wl,--enable-new-dtags -o CMakeFiles/cmTC_98838.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fJlLti/src.c + Linking C executable cmTC_98838 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_98838.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 -Wl,--enable-new-dtags CMakeFiles/cmTC_98838.dir/src.c.o -o cmTC_98838 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fJlLti' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/SDL/CMakeLists.txt:2965 (check_c_source_compiles)" + checks: + - "Performing Test HAVE_POSIX_SPAWN" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ahzZW4" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ahzZW4" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" + buildResult: + variable: "HAVE_POSIX_SPAWN" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ahzZW4' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_757bc/fast + /usr/bin/make -f CMakeFiles/cmTC_757bc.dir/build.make CMakeFiles/cmTC_757bc.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ahzZW4' + Building C object CMakeFiles/cmTC_757bc.dir/src.c.o + /usr/bin/gcc -DHAVE_POSIX_SPAWN -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_757bc.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ahzZW4/src.c + Linking C executable cmTC_757bc + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_757bc.dir/link.txt --verbose=1 + /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_757bc.dir/src.c.o -o cmTC_757bc + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ahzZW4' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/openal/CMakeLists.txt:229 (check_cxx_source_compiles)" + checks: + - "Performing Test HAVE_STDC_FORMAT_MACROS" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Fju6e" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Fju6e" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_STDC_FORMAT_MACROS" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Fju6e' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_932dc/fast + /usr/bin/make -f CMakeFiles/cmTC_932dc.dir/build.make CMakeFiles/cmTC_932dc.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Fju6e' + Building CXX object CMakeFiles/cmTC_932dc.dir/src.cxx.o + /usr/bin/g++ -DHAVE_STDC_FORMAT_MACROS -std=gnu++20 -fPIE -o CMakeFiles/cmTC_932dc.dir/src.cxx.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Fju6e/src.cxx + Linking CXX executable cmTC_932dc + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_932dc.dir/link.txt --verbose=1 + /usr/bin/g++ CMakeFiles/cmTC_932dc.dir/src.cxx.o -o cmTC_932dc + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Fju6e' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/openal/CMakeLists.txt:244 (check_cxx_source_compiles)" + checks: + - "Performing Test HAVE_LIBATOMIC" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RmvSw5" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RmvSw5" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_LIBATOMIC" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RmvSw5' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_35374/fast + /usr/bin/make -f CMakeFiles/cmTC_35374.dir/build.make CMakeFiles/cmTC_35374.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RmvSw5' + Building CXX object CMakeFiles/cmTC_35374.dir/src.cxx.o + /usr/bin/g++ -DHAVE_LIBATOMIC -std=gnu++20 -fPIE -o CMakeFiles/cmTC_35374.dir/src.cxx.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RmvSw5/src.cxx + Linking CXX executable cmTC_35374 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_35374.dir/link.txt --verbose=1 + /usr/bin/g++ CMakeFiles/cmTC_35374.dir/src.cxx.o -o cmTC_35374 -latomic + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RmvSw5' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)" + - "external/openal/CMakeLists.txt:291 (check_cxx_compiler_flag)" + checks: + - "Performing Test HAVE_WNO_INTERFERENCE_SIZE" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1LF6ck" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1LF6ck" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_WNO_INTERFERENCE_SIZE" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1LF6ck' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0fc67/fast + /usr/bin/make -f CMakeFiles/cmTC_0fc67.dir/build.make CMakeFiles/cmTC_0fc67.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1LF6ck' + Building CXX object CMakeFiles/cmTC_0fc67.dir/src.cxx.o + /usr/bin/g++ -DHAVE_WNO_INTERFERENCE_SIZE -std=gnu++20 -fPIE -Wno-interference-size -o CMakeFiles/cmTC_0fc67.dir/src.cxx.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1LF6ck/src.cxx + Linking CXX executable cmTC_0fc67 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0fc67.dir/link.txt --verbose=1 + /usr/bin/g++ CMakeFiles/cmTC_0fc67.dir/src.cxx.o -o cmTC_0fc67 -latomic + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1LF6ck' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "external/openal/CMakeLists.txt:306 (check_c_compiler_flag)" + checks: + - "Performing Test HAVE_FTRIVIAL_AUTO_VAR_INIT" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-a8xNB0" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-a8xNB0" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_FTRIVIAL_AUTO_VAR_INIT" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-a8xNB0' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_cbc72/fast + /usr/bin/make -f CMakeFiles/cmTC_cbc72.dir/build.make CMakeFiles/cmTC_cbc72.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-a8xNB0' + Building C object CMakeFiles/cmTC_cbc72.dir/src.c.o + /usr/bin/gcc -DHAVE_FTRIVIAL_AUTO_VAR_INIT -fPIE -ftrivial-auto-var-init=pattern -o CMakeFiles/cmTC_cbc72.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-a8xNB0/src.c + Linking C executable cmTC_cbc72 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cbc72.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_cbc72.dir/src.c.o -o cmTC_cbc72 -latomic + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-a8xNB0' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "external/openal/CMakeLists.txt:311 (check_c_compiler_flag)" + checks: + - "Performing Test HAVE_FNO_MATH_ERRNO" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TPBK3b" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TPBK3b" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_FNO_MATH_ERRNO" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TPBK3b' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8c58a/fast + /usr/bin/make -f CMakeFiles/cmTC_8c58a.dir/build.make CMakeFiles/cmTC_8c58a.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TPBK3b' + Building C object CMakeFiles/cmTC_8c58a.dir/src.c.o + /usr/bin/gcc -DHAVE_FNO_MATH_ERRNO -fPIE -fno-math-errno -o CMakeFiles/cmTC_8c58a.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TPBK3b/src.c + Linking C executable cmTC_8c58a + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8c58a.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_8c58a.dir/src.c.o -o cmTC_8c58a -latomic + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TPBK3b' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "external/openal/CMakeLists.txt:397 (check_c_compiler_flag)" + checks: + - "Performing Test HAVE_MSSE2_SWITCH" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NKg5Xi" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NKg5Xi" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_MSSE2_SWITCH" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NKg5Xi' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_08f57/fast + /usr/bin/make -f CMakeFiles/cmTC_08f57.dir/build.make CMakeFiles/cmTC_08f57.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NKg5Xi' + Building C object CMakeFiles/cmTC_08f57.dir/src.c.o + /usr/bin/gcc -DHAVE_MSSE2_SWITCH -Werror -fPIE -msse2 -o CMakeFiles/cmTC_08f57.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NKg5Xi/src.c + Linking C executable cmTC_08f57 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_08f57.dir/link.txt --verbose=1 + /usr/bin/gcc -Werror CMakeFiles/cmTC_08f57.dir/src.c.o -o cmTC_08f57 -latomic + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NKg5Xi' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/openal/CMakeLists.txt:405 (check_include_file)" + checks: + - "Looking for xmmintrin.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GAb1h3" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GAb1h3" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_XMMINTRIN_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GAb1h3' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_38287/fast + /usr/bin/make -f CMakeFiles/cmTC_38287.dir/build.make CMakeFiles/cmTC_38287.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GAb1h3' + Building C object CMakeFiles/cmTC_38287.dir/CheckIncludeFile.c.o + /usr/bin/gcc -fPIE -o CMakeFiles/cmTC_38287.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GAb1h3/CheckIncludeFile.c + Linking C executable cmTC_38287 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_38287.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_38287.dir/CheckIncludeFile.c.o -o cmTC_38287 -latomic + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GAb1h3' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/openal/CMakeLists.txt:406 (check_include_file)" + checks: + - "Looking for emmintrin.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pJAcAK" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pJAcAK" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_EMMINTRIN_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pJAcAK' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0c3dc/fast + /usr/bin/make -f CMakeFiles/cmTC_0c3dc.dir/build.make CMakeFiles/cmTC_0c3dc.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pJAcAK' + Building C object CMakeFiles/cmTC_0c3dc.dir/CheckIncludeFile.c.o + /usr/bin/gcc -fPIE -o CMakeFiles/cmTC_0c3dc.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pJAcAK/CheckIncludeFile.c + Linking C executable cmTC_0c3dc + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0c3dc.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_0c3dc.dir/CheckIncludeFile.c.o -o cmTC_0c3dc -latomic + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pJAcAK' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/openal/CMakeLists.txt:407 (check_include_file)" + checks: + - "Looking for pmmintrin.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cwFztR" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cwFztR" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_PMMINTRIN_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cwFztR' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_12a9e/fast + /usr/bin/make -f CMakeFiles/cmTC_12a9e.dir/build.make CMakeFiles/cmTC_12a9e.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cwFztR' + Building C object CMakeFiles/cmTC_12a9e.dir/CheckIncludeFile.c.o + /usr/bin/gcc -fPIE -o CMakeFiles/cmTC_12a9e.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cwFztR/CheckIncludeFile.c + Linking C executable cmTC_12a9e + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_12a9e.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_12a9e.dir/CheckIncludeFile.c.o -o cmTC_12a9e -latomic + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cwFztR' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/openal/CMakeLists.txt:408 (check_include_file)" + checks: + - "Looking for smmintrin.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cbLd24" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cbLd24" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SMMINTRIN_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cbLd24' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_dbea2/fast + /usr/bin/make -f CMakeFiles/cmTC_dbea2.dir/build.make CMakeFiles/cmTC_dbea2.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cbLd24' + Building C object CMakeFiles/cmTC_dbea2.dir/CheckIncludeFile.c.o + /usr/bin/gcc -fPIE -o CMakeFiles/cmTC_dbea2.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cbLd24/CheckIncludeFile.c + Linking C executable cmTC_dbea2 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dbea2.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_dbea2.dir/CheckIncludeFile.c.o -o cmTC_dbea2 -latomic + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cbLd24' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/openal/CMakeLists.txt:409 (check_include_file)" + checks: + - "Looking for arm_neon.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mFynva" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mFynva" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_ARM_NEON_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mFynva' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_85501/fast + /usr/bin/make -f CMakeFiles/cmTC_85501.dir/build.make CMakeFiles/cmTC_85501.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mFynva' + Building C object CMakeFiles/cmTC_85501.dir/CheckIncludeFile.c.o + /usr/bin/gcc -fPIE -o CMakeFiles/cmTC_85501.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mFynva/CheckIncludeFile.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mFynva/CheckIncludeFile.c:1:10: fatal error: arm_neon.h: No such file or directory + 1 | #include + | ^~~~~~~~~~~~ + compilation terminated. + make[1]: *** [CMakeFiles/cmTC_85501.dir/build.make:81: CMakeFiles/cmTC_85501.dir/CheckIncludeFile.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mFynva' + make: *** [Makefile:134: cmTC_85501/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/openal/CMakeLists.txt:509 (check_c_source_compiles)" + checks: + - "Performing Test HAVE_SSE_INTRINSICS" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2RD2qn" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2RD2qn" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SSE_INTRINSICS" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2RD2qn' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_eb688/fast + /usr/bin/make -f CMakeFiles/cmTC_eb688.dir/build.make CMakeFiles/cmTC_eb688.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2RD2qn' + Building C object CMakeFiles/cmTC_eb688.dir/src.c.o + /usr/bin/gcc -DHAVE_SSE_INTRINSICS -fPIE -o CMakeFiles/cmTC_eb688.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2RD2qn/src.c + Linking C executable cmTC_eb688 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eb688.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_eb688.dir/src.c.o -o cmTC_eb688 -latomic + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2RD2qn' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/openal/CMakeLists.txt:516 (check_include_file)" + checks: + - "Looking for cpuid.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7oYnO4" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7oYnO4" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_CPUID_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7oYnO4' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_180d5/fast + /usr/bin/make -f CMakeFiles/cmTC_180d5.dir/build.make CMakeFiles/cmTC_180d5.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7oYnO4' + Building C object CMakeFiles/cmTC_180d5.dir/CheckIncludeFile.c.o + /usr/bin/gcc -fPIE -o CMakeFiles/cmTC_180d5.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7oYnO4/CheckIncludeFile.c + Linking C executable cmTC_180d5 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_180d5.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_180d5.dir/CheckIncludeFile.c.o -o cmTC_180d5 -latomic + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7oYnO4' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/openal/CMakeLists.txt:517 (check_include_file)" + checks: + - "Looking for intrin.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LnSd7m" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LnSd7m" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_INTRIN_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LnSd7m' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7de1c/fast + /usr/bin/make -f CMakeFiles/cmTC_7de1c.dir/build.make CMakeFiles/cmTC_7de1c.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LnSd7m' + Building C object CMakeFiles/cmTC_7de1c.dir/CheckIncludeFile.c.o + /usr/bin/gcc -fPIE -o CMakeFiles/cmTC_7de1c.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LnSd7m/CheckIncludeFile.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LnSd7m/CheckIncludeFile.c:1:10: fatal error: intrin.h: No such file or directory + 1 | #include + | ^~~~~~~~~~ + compilation terminated. + make[1]: *** [CMakeFiles/cmTC_7de1c.dir/build.make:81: CMakeFiles/cmTC_7de1c.dir/CheckIncludeFile.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LnSd7m' + make: *** [Makefile:134: cmTC_7de1c/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/openal/CMakeLists.txt:518 (check_include_file)" + checks: + - "Looking for guiddef.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BSFb8Z" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BSFb8Z" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GUIDDEF_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BSFb8Z' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_93bc5/fast + /usr/bin/make -f CMakeFiles/cmTC_93bc5.dir/build.make CMakeFiles/cmTC_93bc5.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BSFb8Z' + Building C object CMakeFiles/cmTC_93bc5.dir/CheckIncludeFile.c.o + /usr/bin/gcc -fPIE -o CMakeFiles/cmTC_93bc5.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BSFb8Z/CheckIncludeFile.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BSFb8Z/CheckIncludeFile.c:1:10: fatal error: guiddef.h: No such file or directory + 1 | #include + | ^~~~~~~~~~~ + compilation terminated. + make[1]: *** [CMakeFiles/cmTC_93bc5.dir/build.make:81: CMakeFiles/cmTC_93bc5.dir/CheckIncludeFile.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BSFb8Z' + make: *** [Makefile:134: cmTC_93bc5/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckLibraryExists.cmake:112 (try_compile)" + - "external/openal/CMakeLists.txt:531 (check_library_exists)" + checks: + - "Looking for clock_gettime in rt" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jmE83Z" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jmE83Z" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_LIBRT" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jmE83Z' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_37a8c/fast + /usr/bin/make -f CMakeFiles/cmTC_37a8c.dir/build.make CMakeFiles/cmTC_37a8c.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jmE83Z' + Building C object CMakeFiles/cmTC_37a8c.dir/CheckFunctionExists.c.o + /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=clock_gettime -fPIE -o CMakeFiles/cmTC_37a8c.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jmE83Z/CheckFunctionExists.c + Linking C executable cmTC_37a8c + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_37a8c.dir/link.txt --verbose=1 + /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=clock_gettime CMakeFiles/cmTC_37a8c.dir/CheckFunctionExists.c.o -o cmTC_37a8c -lrt -latomic -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jmE83Z' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/openal/CMakeLists.txt:538 (check_include_file)" + checks: + - "Looking for dlfcn.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-InEyuz" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-InEyuz" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_DLFCN_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-InEyuz' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0d5e4/fast + /usr/bin/make -f CMakeFiles/cmTC_0d5e4.dir/build.make CMakeFiles/cmTC_0d5e4.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-InEyuz' + Building C object CMakeFiles/cmTC_0d5e4.dir/CheckIncludeFile.c.o + /usr/bin/gcc -fPIE -o CMakeFiles/cmTC_0d5e4.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-InEyuz/CheckIncludeFile.c + Linking C executable cmTC_0d5e4 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0d5e4.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_0d5e4.dir/CheckIncludeFile.c.o -o cmTC_0d5e4 -latomic -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-InEyuz' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckLibraryExists.cmake:112 (try_compile)" + - "external/openal/CMakeLists.txt:539 (check_library_exists)" + checks: + - "Looking for dlopen in dl" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dw8O9C" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dw8O9C" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_LIBDL" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dw8O9C' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ba932/fast + /usr/bin/make -f CMakeFiles/cmTC_ba932.dir/build.make CMakeFiles/cmTC_ba932.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dw8O9C' + Building C object CMakeFiles/cmTC_ba932.dir/CheckFunctionExists.c.o + /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=dlopen -fPIE -o CMakeFiles/cmTC_ba932.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dw8O9C/CheckFunctionExists.c + Linking C executable cmTC_ba932 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ba932.dir/link.txt --verbose=1 + /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=dlopen CMakeFiles/cmTC_ba932.dir/CheckFunctionExists.c.o -o cmTC_ba932 -ldl -latomic -lm + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dw8O9C' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/openal/CMakeLists.txt:548 (check_c_source_compiles)" + checks: + - "Performing Test HAVE_GCC_GET_CPUID" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5T9RpB" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5T9RpB" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GCC_GET_CPUID" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5T9RpB' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_75b6b/fast + /usr/bin/make -f CMakeFiles/cmTC_75b6b.dir/build.make CMakeFiles/cmTC_75b6b.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5T9RpB' + Building C object CMakeFiles/cmTC_75b6b.dir/src.c.o + /usr/bin/gcc -DHAVE_GCC_GET_CPUID -fPIE -o CMakeFiles/cmTC_75b6b.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5T9RpB/src.c + Linking C executable cmTC_75b6b + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_75b6b.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_75b6b.dir/src.c.o -o cmTC_75b6b -latomic -lm -ldl + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5T9RpB' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/openal/CMakeLists.txt:565 (check_symbol_exists)" + checks: + - "Looking for proc_pidpath" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uEKxgV" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uEKxgV" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_PROC_PIDPATH" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uEKxgV' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8c39c/fast + /usr/bin/make -f CMakeFiles/cmTC_8c39c.dir/build.make CMakeFiles/cmTC_8c39c.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uEKxgV' + Building C object CMakeFiles/cmTC_8c39c.dir/CheckSymbolExists.c.o + /usr/bin/gcc -fPIE -o CMakeFiles/cmTC_8c39c.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uEKxgV/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uEKxgV/CheckSymbolExists.c:2:10: fatal error: libproc.h: No such file or directory + 2 | #include + | ^~~~~~~~~~~ + compilation terminated. + make[1]: *** [CMakeFiles/cmTC_8c39c.dir/build.make:81: CMakeFiles/cmTC_8c39c.dir/CheckSymbolExists.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uEKxgV' + make: *** [Makefile:134: cmTC_8c39c/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" + - "external/openal/CMakeLists.txt:575 (check_c_compiler_flag)" + checks: + - "Performing Test HAVE_PTHREAD" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VDFbhJ" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VDFbhJ" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_PTHREAD" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VDFbhJ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_28ac3/fast + /usr/bin/make -f CMakeFiles/cmTC_28ac3.dir/build.make CMakeFiles/cmTC_28ac3.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VDFbhJ' + Building C object CMakeFiles/cmTC_28ac3.dir/src.c.o + /usr/bin/gcc -DHAVE_PTHREAD -fPIE -pthread -o CMakeFiles/cmTC_28ac3.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VDFbhJ/src.c + Linking C executable cmTC_28ac3 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_28ac3.dir/link.txt --verbose=1 + /usr/bin/gcc CMakeFiles/cmTC_28ac3.dir/src.c.o -o cmTC_28ac3 -latomic -lm -ldl + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VDFbhJ' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/openal/CMakeLists.txt:582 (check_symbol_exists)" + checks: + - "Looking for pthread_setschedparam" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gYDuzl" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gYDuzl" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_PTHREAD_SETSCHEDPARAM" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gYDuzl' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7b585/fast + /usr/bin/make -f CMakeFiles/cmTC_7b585.dir/build.make CMakeFiles/cmTC_7b585.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gYDuzl' + Building C object CMakeFiles/cmTC_7b585.dir/CheckSymbolExists.c.o + /usr/bin/gcc -pthread -fPIE -o CMakeFiles/cmTC_7b585.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gYDuzl/CheckSymbolExists.c + Linking C executable cmTC_7b585 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7b585.dir/link.txt --verbose=1 + /usr/bin/gcc -pthread CMakeFiles/cmTC_7b585.dir/CheckSymbolExists.c.o -o cmTC_7b585 -latomic -lm -ldl + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gYDuzl' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/FindThreads.cmake:97 (check_c_source_compiles)" + - "/usr/share/cmake/Modules/FindThreads.cmake:163 (_threads_check_libc)" + - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" + - "/usr/lib/cmake/Qt6/Qt6Dependencies.cmake:34 (_qt_internal_find_third_party_dependencies)" + - "/usr/lib/cmake/Qt6/Qt6Config.cmake:172 (include)" + - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:20 (find_dependency)" + - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:53 (include)" + - "external/openal/CMakeLists.txt:1324 (find_package)" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-weSC9K" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-weSC9K" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake;/usr/lib/cmake/Qt6;/usr/lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules;/usr/lib/cmake/Qt6/3rdparty/kwin" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "CMAKE_HAVE_LIBC_PTHREAD" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-weSC9K' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_895f7/fast + /usr/bin/make -f CMakeFiles/cmTC_895f7.dir/build.make CMakeFiles/cmTC_895f7.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-weSC9K' + Building C object CMakeFiles/cmTC_895f7.dir/src.c.o + /usr/bin/gcc -DCMAKE_HAVE_LIBC_PTHREAD -pthread -fPIE -o CMakeFiles/cmTC_895f7.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-weSC9K/src.c + Linking C executable cmTC_895f7 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_895f7.dir/link.txt --verbose=1 + /usr/bin/gcc -pthread CMakeFiles/cmTC_895f7.dir/src.c.o -o cmTC_895f7 -latomic -lm -ldl + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-weSC9K' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "/usr/lib/cmake/Qt6/FindWrapAtomic.cmake:36 (check_cxx_source_compiles)" + - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" + - "/usr/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:35 (_qt_internal_find_third_party_dependencies)" + - "/usr/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:55 (include)" + - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" + - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:137 (find_dependency)" + - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:45 (_qt_internal_find_qt_dependencies)" + - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:53 (include)" + - "external/openal/CMakeLists.txt:1324 (find_package)" + checks: + - "Performing Test HAVE_STDATOMIC" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt3XKV" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt3XKV" + cmakeVariables: + CMAKE_CXX_FLAGS: "" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake;/usr/lib/cmake/Qt6;/usr/lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules;/usr/lib/cmake/Qt6/3rdparty/kwin" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_STDATOMIC" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt3XKV' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9a5dd/fast + /usr/bin/make -f CMakeFiles/cmTC_9a5dd.dir/build.make CMakeFiles/cmTC_9a5dd.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt3XKV' + Building CXX object CMakeFiles/cmTC_9a5dd.dir/src.cxx.o + /usr/bin/g++ -DHAVE_STDATOMIC -pthread -std=gnu++20 -fPIE -o CMakeFiles/cmTC_9a5dd.dir/src.cxx.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt3XKV/src.cxx + Linking CXX executable cmTC_9a5dd + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9a5dd.dir/link.txt --verbose=1 + /usr/bin/g++ -pthread CMakeFiles/cmTC_9a5dd.dir/src.cxx.o -o cmTC_9a5dd -latomic -lm -ldl + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt3XKV' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckLibraryExists.cmake:112 (try_compile)" + - "external/curl/CMakeLists.txt:631 (check_library_exists)" + checks: + - "Looking for connect in socket" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QPQltI" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QPQltI" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_LIBSOCKET" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QPQltI' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b6877/fast + /usr/bin/make -f CMakeFiles/cmTC_b6877.dir/build.make CMakeFiles/cmTC_b6877.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QPQltI' + Building C object CMakeFiles/cmTC_b6877.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -DCHECK_FUNCTION_EXISTS=connect -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_b6877.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QPQltI/CheckFunctionExists.c + Linking C executable cmTC_b6877 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b6877.dir/link.txt --verbose=1 + /usr/bin/ld: cannot find -lsocket: No such file or directory + collect2: error: ld returned 1 exit status + /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=connect -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_b6877.dir/CheckFunctionExists.c.o -o cmTC_b6877 -lsocket + make[1]: *** [CMakeFiles/cmTC_b6877.dir/build.make:102: cmTC_b6877] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QPQltI' + make: *** [Makefile:134: cmTC_b6877/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckSourceCompiles.cmake:89 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckStructHasMember.cmake:85 (check_source_compiles)" + - "external/curl/CMakeLists.txt:644 (check_struct_has_member)" + checks: + - "Performing Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-b7rBIy" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-b7rBIy" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-b7rBIy' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f6af6/fast + /usr/bin/make -f CMakeFiles/cmTC_f6af6.dir/build.make CMakeFiles/cmTC_f6af6.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-b7rBIy' + Building C object CMakeFiles/cmTC_f6af6.dir/src.c.o + /usr/bin/gcc -DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID -D_GNU_SOURCE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_f6af6.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-b7rBIy/src.c + Linking C executable cmTC_f6af6 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f6af6.dir/link.txt --verbose=1 + /usr/bin/gcc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_f6af6.dir/src.c.o -o cmTC_f6af6 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-b7rBIy' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckSourceCompiles.cmake:89 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckStructHasMember.cmake:85 (check_source_compiles)" + - "external/curl/CMakeLists.txt:645 (check_struct_has_member)" + checks: + - "Performing Test HAVE_SOCKADDR_IN6_SIN6_ADDR" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2LlELx" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2LlELx" + cmakeVariables: + CMAKE_C_FLAGS: "" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SOCKADDR_IN6_SIN6_ADDR" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2LlELx' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_eb511/fast + /usr/bin/make -f CMakeFiles/cmTC_eb511.dir/build.make CMakeFiles/cmTC_eb511.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2LlELx' + Building C object CMakeFiles/cmTC_eb511.dir/src.c.o + /usr/bin/gcc -DHAVE_SOCKADDR_IN6_SIN6_ADDR -D_GNU_SOURCE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_eb511.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2LlELx/src.c + Linking C executable cmTC_eb511 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eb511.dir/link.txt --verbose=1 + /usr/bin/gcc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_eb511.dir/src.c.o -o cmTC_eb511 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2LlELx' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckSourceCompiles.cmake:89 (cmake_check_source_compiles)" + - "/usr/share/cmake/Modules/CheckStructHasMember.cmake:85 (check_source_compiles)" + - "external/curl/CMakeLists.txt:1541 (check_struct_has_member)" + checks: + - "Performing Test USE_UNIX_SOCKETS" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SlswsA" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SlswsA" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "USE_UNIX_SOCKETS" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SlswsA' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_188d3/fast + /usr/bin/make -f CMakeFiles/cmTC_188d3.dir/build.make CMakeFiles/cmTC_188d3.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SlswsA' + Building C object CMakeFiles/cmTC_188d3.dir/src.c.o + /usr/bin/gcc -DUSE_UNIX_SOCKETS -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_188d3.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SlswsA/src.c + Linking C executable cmTC_188d3 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_188d3.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_188d3.dir/src.c.o -o cmTC_188d3 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SlswsA' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1657 (check_include_file)" + checks: + - "Looking for sys/eventfd.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9ZB1uo" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9ZB1uo" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SYS_EVENTFD_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9ZB1uo' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_06443/fast + /usr/bin/make -f CMakeFiles/cmTC_06443.dir/build.make CMakeFiles/cmTC_06443.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9ZB1uo' + Building C object CMakeFiles/cmTC_06443.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_06443.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9ZB1uo/CheckIncludeFile.c + Linking C executable cmTC_06443 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_06443.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_06443.dir/CheckIncludeFile.c.o -o cmTC_06443 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9ZB1uo' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1658 (check_include_file)" + checks: + - "Looking for sys/filio.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZtxBj" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZtxBj" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SYS_FILIO_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZtxBj' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a9af5/fast + /usr/bin/make -f CMakeFiles/cmTC_a9af5.dir/build.make CMakeFiles/cmTC_a9af5.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZtxBj' + Building C object CMakeFiles/cmTC_a9af5.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_a9af5.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZtxBj/CheckIncludeFile.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZtxBj/CheckIncludeFile.c:1:10: fatal error: sys/filio.h: No such file or directory + 1 | #include + | ^~~~~~~~~~~~~ + compilation terminated. + make[1]: *** [CMakeFiles/cmTC_a9af5.dir/build.make:81: CMakeFiles/cmTC_a9af5.dir/CheckIncludeFile.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZtxBj' + make: *** [Makefile:134: cmTC_a9af5/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1659 (check_include_file)" + checks: + - "Looking for sys/ioctl.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kHNyyb" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kHNyyb" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SYS_IOCTL_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kHNyyb' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_cc708/fast + /usr/bin/make -f CMakeFiles/cmTC_cc708.dir/build.make CMakeFiles/cmTC_cc708.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kHNyyb' + Building C object CMakeFiles/cmTC_cc708.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_cc708.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kHNyyb/CheckIncludeFile.c + Linking C executable cmTC_cc708 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cc708.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_cc708.dir/CheckIncludeFile.c.o -o cmTC_cc708 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kHNyyb' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1660 (check_include_file)" + checks: + - "Looking for sys/param.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TiCcZ3" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TiCcZ3" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SYS_PARAM_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TiCcZ3' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_cf898/fast + /usr/bin/make -f CMakeFiles/cmTC_cf898.dir/build.make CMakeFiles/cmTC_cf898.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TiCcZ3' + Building C object CMakeFiles/cmTC_cf898.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_cf898.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TiCcZ3/CheckIncludeFile.c + Linking C executable cmTC_cf898 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cf898.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_cf898.dir/CheckIncludeFile.c.o -o cmTC_cf898 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TiCcZ3' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1661 (check_include_file)" + checks: + - "Looking for sys/poll.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QNQ4qh" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QNQ4qh" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SYS_POLL_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QNQ4qh' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f3ac3/fast + /usr/bin/make -f CMakeFiles/cmTC_f3ac3.dir/build.make CMakeFiles/cmTC_f3ac3.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QNQ4qh' + Building C object CMakeFiles/cmTC_f3ac3.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_f3ac3.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QNQ4qh/CheckIncludeFile.c + Linking C executable cmTC_f3ac3 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f3ac3.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_f3ac3.dir/CheckIncludeFile.c.o -o cmTC_f3ac3 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QNQ4qh' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1662 (check_include_file)" + checks: + - "Looking for sys/resource.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tVNbOm" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tVNbOm" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SYS_RESOURCE_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tVNbOm' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b69f7/fast + /usr/bin/make -f CMakeFiles/cmTC_b69f7.dir/build.make CMakeFiles/cmTC_b69f7.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tVNbOm' + Building C object CMakeFiles/cmTC_b69f7.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_b69f7.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tVNbOm/CheckIncludeFile.c + Linking C executable cmTC_b69f7 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b69f7.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_b69f7.dir/CheckIncludeFile.c.o -o cmTC_b69f7 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tVNbOm' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "external/curl/CMake/Macros.cmake:31 (check_include_files)" + - "external/curl/CMakeLists.txt:1663 (check_include_file_concat_curl)" + checks: + - "Looking for include file sys/select.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RSOtxc" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RSOtxc" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SYS_SELECT_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RSOtxc' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3b923/fast + /usr/bin/make -f CMakeFiles/cmTC_3b923.dir/build.make CMakeFiles/cmTC_3b923.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RSOtxc' + Building C object CMakeFiles/cmTC_3b923.dir/HAVE_SYS_SELECT_H.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_3b923.dir/HAVE_SYS_SELECT_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RSOtxc/HAVE_SYS_SELECT_H.c + Linking C executable cmTC_3b923 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3b923.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_3b923.dir/HAVE_SYS_SELECT_H.c.o -o cmTC_3b923 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RSOtxc' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "external/curl/CMake/Macros.cmake:31 (check_include_files)" + - "external/curl/CMakeLists.txt:1664 (check_include_file_concat_curl)" + checks: + - "Looking for include files sys/select.h, sys/socket.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Gz6fZi" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Gz6fZi" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SYS_SOCKET_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Gz6fZi' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a98a2/fast + /usr/bin/make -f CMakeFiles/cmTC_a98a2.dir/build.make CMakeFiles/cmTC_a98a2.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Gz6fZi' + Building C object CMakeFiles/cmTC_a98a2.dir/HAVE_SYS_SOCKET_H.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_a98a2.dir/HAVE_SYS_SOCKET_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Gz6fZi/HAVE_SYS_SOCKET_H.c + Linking C executable cmTC_a98a2 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a98a2.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_a98a2.dir/HAVE_SYS_SOCKET_H.c.o -o cmTC_a98a2 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Gz6fZi' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1665 (check_include_file)" + checks: + - "Looking for sys/sockio.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mNq19M" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mNq19M" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SYS_SOCKIO_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mNq19M' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5ed5e/fast + /usr/bin/make -f CMakeFiles/cmTC_5ed5e.dir/build.make CMakeFiles/cmTC_5ed5e.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mNq19M' + Building C object CMakeFiles/cmTC_5ed5e.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_5ed5e.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mNq19M/CheckIncludeFile.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mNq19M/CheckIncludeFile.c:1:10: fatal error: sys/sockio.h: No such file or directory + 1 | #include + | ^~~~~~~~~~~~~~ + compilation terminated. + make[1]: *** [CMakeFiles/cmTC_5ed5e.dir/build.make:81: CMakeFiles/cmTC_5ed5e.dir/CheckIncludeFile.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mNq19M' + make: *** [Makefile:134: cmTC_5ed5e/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1666 (check_include_file)" + checks: + - "Looking for sys/stat.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FVwiw9" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FVwiw9" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SYS_STAT_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FVwiw9' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_03731/fast + /usr/bin/make -f CMakeFiles/cmTC_03731.dir/build.make CMakeFiles/cmTC_03731.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FVwiw9' + Building C object CMakeFiles/cmTC_03731.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_03731.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FVwiw9/CheckIncludeFile.c + Linking C executable cmTC_03731 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_03731.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_03731.dir/CheckIncludeFile.c.o -o cmTC_03731 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FVwiw9' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "external/curl/CMake/Macros.cmake:31 (check_include_files)" + - "external/curl/CMakeLists.txt:1667 (check_include_file_concat_curl)" + checks: + - "Looking for 3 include files sys/select.h, ..., sys/time.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ft8cpV" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ft8cpV" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SYS_TIME_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ft8cpV' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_45297/fast + /usr/bin/make -f CMakeFiles/cmTC_45297.dir/build.make CMakeFiles/cmTC_45297.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ft8cpV' + Building C object CMakeFiles/cmTC_45297.dir/HAVE_SYS_TIME_H.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_45297.dir/HAVE_SYS_TIME_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ft8cpV/HAVE_SYS_TIME_H.c + Linking C executable cmTC_45297 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_45297.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_45297.dir/HAVE_SYS_TIME_H.c.o -o cmTC_45297 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ft8cpV' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1669 (check_include_file)" + checks: + - "Looking for sys/un.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3QM32p" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3QM32p" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SYS_UN_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3QM32p' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c14c0/fast + /usr/bin/make -f CMakeFiles/cmTC_c14c0.dir/build.make CMakeFiles/cmTC_c14c0.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3QM32p' + Building C object CMakeFiles/cmTC_c14c0.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_c14c0.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3QM32p/CheckIncludeFile.c + Linking C executable cmTC_c14c0 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c14c0.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_c14c0.dir/CheckIncludeFile.c.o -o cmTC_c14c0 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3QM32p' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "external/curl/CMake/Macros.cmake:31 (check_include_files)" + - "external/curl/CMakeLists.txt:1670 (check_include_file_concat_curl)" + checks: + - "Looking for 5 include files sys/select.h, ..., sys/utime.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-O9Pzzk" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-O9Pzzk" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SYS_UTIME_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-O9Pzzk' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1ede1/fast + /usr/bin/make -f CMakeFiles/cmTC_1ede1.dir/build.make CMakeFiles/cmTC_1ede1.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-O9Pzzk' + Building C object CMakeFiles/cmTC_1ede1.dir/HAVE_SYS_UTIME_H.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_1ede1.dir/HAVE_SYS_UTIME_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-O9Pzzk/HAVE_SYS_UTIME_H.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-O9Pzzk/HAVE_SYS_UTIME_H.c:6:10: fatal error: sys/utime.h: No such file or directory + 6 | #include + | ^~~~~~~~~~~~~ + compilation terminated. + make[1]: *** [CMakeFiles/cmTC_1ede1.dir/build.make:81: CMakeFiles/cmTC_1ede1.dir/HAVE_SYS_UTIME_H.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-O9Pzzk' + make: *** [Makefile:134: cmTC_1ede1/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "external/curl/CMake/Macros.cmake:31 (check_include_files)" + - "external/curl/CMakeLists.txt:1672 (check_include_file_concat_curl)" + checks: + - "Looking for 5 include files sys/select.h, ..., arpa/inet.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9kCjw6" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9kCjw6" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_ARPA_INET_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9kCjw6' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_83da6/fast + /usr/bin/make -f CMakeFiles/cmTC_83da6.dir/build.make CMakeFiles/cmTC_83da6.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9kCjw6' + Building C object CMakeFiles/cmTC_83da6.dir/HAVE_ARPA_INET_H.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_83da6.dir/HAVE_ARPA_INET_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9kCjw6/HAVE_ARPA_INET_H.c + Linking C executable cmTC_83da6 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_83da6.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_83da6.dir/HAVE_ARPA_INET_H.c.o -o cmTC_83da6 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9kCjw6' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1673 (check_include_file)" + checks: + - "Looking for dirent.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-36nc6X" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-36nc6X" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_DIRENT_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-36nc6X' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b3161/fast + /usr/bin/make -f CMakeFiles/cmTC_b3161.dir/build.make CMakeFiles/cmTC_b3161.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-36nc6X' + Building C object CMakeFiles/cmTC_b3161.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_b3161.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-36nc6X/CheckIncludeFile.c + Linking C executable cmTC_b3161 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b3161.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_b3161.dir/CheckIncludeFile.c.o -o cmTC_b3161 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-36nc6X' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1674 (check_include_file)" + checks: + - "Looking for fcntl.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1wC33T" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1wC33T" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_FCNTL_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1wC33T' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_26d1b/fast + /usr/bin/make -f CMakeFiles/cmTC_26d1b.dir/build.make CMakeFiles/cmTC_26d1b.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1wC33T' + Building C object CMakeFiles/cmTC_26d1b.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_26d1b.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1wC33T/CheckIncludeFile.c + Linking C executable cmTC_26d1b + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_26d1b.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_26d1b.dir/CheckIncludeFile.c.o -o cmTC_26d1b + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1wC33T' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "external/curl/CMake/Macros.cmake:31 (check_include_files)" + - "external/curl/CMakeLists.txt:1675 (check_include_file_concat_curl)" + checks: + - "Looking for 6 include files sys/select.h, ..., ifaddrs.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oP94w7" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oP94w7" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_IFADDRS_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oP94w7' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7cc46/fast + /usr/bin/make -f CMakeFiles/cmTC_7cc46.dir/build.make CMakeFiles/cmTC_7cc46.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oP94w7' + Building C object CMakeFiles/cmTC_7cc46.dir/HAVE_IFADDRS_H.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_7cc46.dir/HAVE_IFADDRS_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oP94w7/HAVE_IFADDRS_H.c + Linking C executable cmTC_7cc46 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7cc46.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_7cc46.dir/HAVE_IFADDRS_H.c.o -o cmTC_7cc46 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oP94w7' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1676 (check_include_file)" + checks: + - "Looking for io.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7D21uZ" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7D21uZ" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_IO_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7D21uZ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_20208/fast + /usr/bin/make -f CMakeFiles/cmTC_20208.dir/build.make CMakeFiles/cmTC_20208.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7D21uZ' + Building C object CMakeFiles/cmTC_20208.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_20208.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7D21uZ/CheckIncludeFile.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7D21uZ/CheckIncludeFile.c:1:10: fatal error: io.h: No such file or directory + 1 | #include + | ^~~~~~ + compilation terminated. + make[1]: *** [CMakeFiles/cmTC_20208.dir/build.make:81: CMakeFiles/cmTC_20208.dir/CheckIncludeFile.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7D21uZ' + make: *** [Makefile:134: cmTC_20208/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "external/curl/CMake/Macros.cmake:31 (check_include_files)" + - "external/curl/CMakeLists.txt:1677 (check_include_file_concat_curl)" + checks: + - "Looking for 7 include files sys/select.h, ..., libgen.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-V86oSn" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-V86oSn" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_LIBGEN_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-V86oSn' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_06a88/fast + /usr/bin/make -f CMakeFiles/cmTC_06a88.dir/build.make CMakeFiles/cmTC_06a88.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-V86oSn' + Building C object CMakeFiles/cmTC_06a88.dir/HAVE_LIBGEN_H.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_06a88.dir/HAVE_LIBGEN_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-V86oSn/HAVE_LIBGEN_H.c + Linking C executable cmTC_06a88 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_06a88.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_06a88.dir/HAVE_LIBGEN_H.c.o -o cmTC_06a88 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-V86oSn' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1678 (check_include_file)" + checks: + - "Looking for linux/tcp.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wLqAze" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wLqAze" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_LINUX_TCP_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wLqAze' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_6c889/fast + /usr/bin/make -f CMakeFiles/cmTC_6c889.dir/build.make CMakeFiles/cmTC_6c889.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wLqAze' + Building C object CMakeFiles/cmTC_6c889.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_6c889.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wLqAze/CheckIncludeFile.c + Linking C executable cmTC_6c889 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6c889.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_6c889.dir/CheckIncludeFile.c.o -o cmTC_6c889 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wLqAze' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1679 (check_include_file)" + checks: + - "Looking for locale.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-g1i5Mm" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-g1i5Mm" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_LOCALE_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-g1i5Mm' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f3aac/fast + /usr/bin/make -f CMakeFiles/cmTC_f3aac.dir/build.make CMakeFiles/cmTC_f3aac.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-g1i5Mm' + Building C object CMakeFiles/cmTC_f3aac.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_f3aac.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-g1i5Mm/CheckIncludeFile.c + Linking C executable cmTC_f3aac + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f3aac.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_f3aac.dir/CheckIncludeFile.c.o -o cmTC_f3aac + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-g1i5Mm' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "external/curl/CMake/Macros.cmake:31 (check_include_files)" + - "external/curl/CMakeLists.txt:1680 (check_include_file_concat_curl)" + checks: + - "Looking for 8 include files sys/select.h, ..., net/if.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-n2GO3b" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-n2GO3b" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_NET_IF_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-n2GO3b' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9d6e8/fast + /usr/bin/make -f CMakeFiles/cmTC_9d6e8.dir/build.make CMakeFiles/cmTC_9d6e8.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-n2GO3b' + Building C object CMakeFiles/cmTC_9d6e8.dir/HAVE_NET_IF_H.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_9d6e8.dir/HAVE_NET_IF_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-n2GO3b/HAVE_NET_IF_H.c + Linking C executable cmTC_9d6e8 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9d6e8.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_9d6e8.dir/HAVE_NET_IF_H.c.o -o cmTC_9d6e8 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-n2GO3b' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "external/curl/CMake/Macros.cmake:31 (check_include_files)" + - "external/curl/CMakeLists.txt:1681 (check_include_file_concat_curl)" + checks: + - "Looking for 9 include files sys/select.h, ..., netdb.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gZ0IUa" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gZ0IUa" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_NETDB_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gZ0IUa' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e6552/fast + /usr/bin/make -f CMakeFiles/cmTC_e6552.dir/build.make CMakeFiles/cmTC_e6552.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gZ0IUa' + Building C object CMakeFiles/cmTC_e6552.dir/HAVE_NETDB_H.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_e6552.dir/HAVE_NETDB_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gZ0IUa/HAVE_NETDB_H.c + Linking C executable cmTC_e6552 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e6552.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_e6552.dir/HAVE_NETDB_H.c.o -o cmTC_e6552 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gZ0IUa' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "external/curl/CMake/Macros.cmake:31 (check_include_files)" + - "external/curl/CMakeLists.txt:1682 (check_include_file_concat_curl)" + checks: + - "Looking for 10 include files sys/select.h, ..., netinet/in.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5hAL8T" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5hAL8T" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_NETINET_IN_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5hAL8T' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_76761/fast + /usr/bin/make -f CMakeFiles/cmTC_76761.dir/build.make CMakeFiles/cmTC_76761.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5hAL8T' + Building C object CMakeFiles/cmTC_76761.dir/HAVE_NETINET_IN_H.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_76761.dir/HAVE_NETINET_IN_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5hAL8T/HAVE_NETINET_IN_H.c + Linking C executable cmTC_76761 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_76761.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_76761.dir/HAVE_NETINET_IN_H.c.o -o cmTC_76761 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5hAL8T' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1683 (check_include_file)" + checks: + - "Looking for netinet/in6.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8vhKip" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8vhKip" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_NETINET_IN6_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8vhKip' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ee153/fast + /usr/bin/make -f CMakeFiles/cmTC_ee153.dir/build.make CMakeFiles/cmTC_ee153.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8vhKip' + Building C object CMakeFiles/cmTC_ee153.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_ee153.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8vhKip/CheckIncludeFile.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8vhKip/CheckIncludeFile.c:1:10: fatal error: netinet/in6.h: No such file or directory + 1 | #include + | ^~~~~~~~~~~~~~~ + compilation terminated. + make[1]: *** [CMakeFiles/cmTC_ee153.dir/build.make:81: CMakeFiles/cmTC_ee153.dir/CheckIncludeFile.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8vhKip' + make: *** [Makefile:134: cmTC_ee153/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "external/curl/CMake/Macros.cmake:31 (check_include_files)" + - "external/curl/CMakeLists.txt:1684 (check_include_file_concat_curl)" + checks: + - "Looking for 11 include files sys/select.h, ..., netinet/tcp.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eME336" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eME336" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_NETINET_TCP_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eME336' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_32dc6/fast + /usr/bin/make -f CMakeFiles/cmTC_32dc6.dir/build.make CMakeFiles/cmTC_32dc6.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eME336' + Building C object CMakeFiles/cmTC_32dc6.dir/HAVE_NETINET_TCP_H.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_32dc6.dir/HAVE_NETINET_TCP_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eME336/HAVE_NETINET_TCP_H.c + Linking C executable cmTC_32dc6 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_32dc6.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_32dc6.dir/HAVE_NETINET_TCP_H.c.o -o cmTC_32dc6 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eME336' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "external/curl/CMake/Macros.cmake:31 (check_include_files)" + - "external/curl/CMakeLists.txt:1685 (check_include_file_concat_curl)" + checks: + - "Looking for 12 include files sys/select.h, ..., netinet/udp.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dFEXXY" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dFEXXY" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_NETINET_UDP_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dFEXXY' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_326d2/fast + /usr/bin/make -f CMakeFiles/cmTC_326d2.dir/build.make CMakeFiles/cmTC_326d2.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dFEXXY' + Building C object CMakeFiles/cmTC_326d2.dir/HAVE_NETINET_UDP_H.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_326d2.dir/HAVE_NETINET_UDP_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dFEXXY/HAVE_NETINET_UDP_H.c + Linking C executable cmTC_326d2 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_326d2.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_326d2.dir/HAVE_NETINET_UDP_H.c.o -o cmTC_326d2 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dFEXXY' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1686 (check_include_file)" + checks: + - "Looking for poll.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CBhRVF" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CBhRVF" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_POLL_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CBhRVF' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_dc704/fast + /usr/bin/make -f CMakeFiles/cmTC_dc704.dir/build.make CMakeFiles/cmTC_dc704.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CBhRVF' + Building C object CMakeFiles/cmTC_dc704.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_dc704.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CBhRVF/CheckIncludeFile.c + Linking C executable cmTC_dc704 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dc704.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_dc704.dir/CheckIncludeFile.c.o -o cmTC_dc704 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CBhRVF' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1687 (check_include_file)" + checks: + - "Looking for pwd.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wEHPZ8" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wEHPZ8" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_PWD_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wEHPZ8' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c0a28/fast + /usr/bin/make -f CMakeFiles/cmTC_c0a28.dir/build.make CMakeFiles/cmTC_c0a28.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wEHPZ8' + Building C object CMakeFiles/cmTC_c0a28.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_c0a28.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wEHPZ8/CheckIncludeFile.c + Linking C executable cmTC_c0a28 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c0a28.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_c0a28.dir/CheckIncludeFile.c.o -o cmTC_c0a28 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wEHPZ8' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1688 (check_include_file)" + checks: + - "Looking for stdatomic.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VCJiG8" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VCJiG8" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_STDATOMIC_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VCJiG8' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_4e41f/fast + /usr/bin/make -f CMakeFiles/cmTC_4e41f.dir/build.make CMakeFiles/cmTC_4e41f.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VCJiG8' + Building C object CMakeFiles/cmTC_4e41f.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_4e41f.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VCJiG8/CheckIncludeFile.c + Linking C executable cmTC_4e41f + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4e41f.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_4e41f.dir/CheckIncludeFile.c.o -o cmTC_4e41f + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VCJiG8' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1689 (check_include_file)" + checks: + - "Looking for stdbool.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-syzPNZ" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-syzPNZ" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_STDBOOL_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-syzPNZ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_70fbf/fast + /usr/bin/make -f CMakeFiles/cmTC_70fbf.dir/build.make CMakeFiles/cmTC_70fbf.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-syzPNZ' + Building C object CMakeFiles/cmTC_70fbf.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_70fbf.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-syzPNZ/CheckIncludeFile.c + Linking C executable cmTC_70fbf + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_70fbf.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_70fbf.dir/CheckIncludeFile.c.o -o cmTC_70fbf + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-syzPNZ' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1691 (check_include_file)" + checks: + - "Looking for strings.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y6l0QG" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y6l0QG" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_STRINGS_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y6l0QG' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b1f71/fast + /usr/bin/make -f CMakeFiles/cmTC_b1f71.dir/build.make CMakeFiles/cmTC_b1f71.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y6l0QG' + Building C object CMakeFiles/cmTC_b1f71.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_b1f71.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y6l0QG/CheckIncludeFile.c + Linking C executable cmTC_b1f71 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b1f71.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_b1f71.dir/CheckIncludeFile.c.o -o cmTC_b1f71 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y6l0QG' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1692 (check_include_file)" + checks: + - "Looking for stropts.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e9jm4O" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e9jm4O" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_STROPTS_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e9jm4O' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_811de/fast + /usr/bin/make -f CMakeFiles/cmTC_811de.dir/build.make CMakeFiles/cmTC_811de.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e9jm4O' + Building C object CMakeFiles/cmTC_811de.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_811de.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e9jm4O/CheckIncludeFile.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e9jm4O/CheckIncludeFile.c:1:10: fatal error: stropts.h: No such file or directory + 1 | #include + | ^~~~~~~~~~~ + compilation terminated. + make[1]: *** [CMakeFiles/cmTC_811de.dir/build.make:81: CMakeFiles/cmTC_811de.dir/CheckIncludeFile.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e9jm4O' + make: *** [Makefile:134: cmTC_811de/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1693 (check_include_file)" + checks: + - "Looking for termio.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Dakr0I" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Dakr0I" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_TERMIO_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Dakr0I' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b6fae/fast + /usr/bin/make -f CMakeFiles/cmTC_b6fae.dir/build.make CMakeFiles/cmTC_b6fae.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Dakr0I' + Building C object CMakeFiles/cmTC_b6fae.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_b6fae.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Dakr0I/CheckIncludeFile.c + Linking C executable cmTC_b6fae + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b6fae.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_b6fae.dir/CheckIncludeFile.c.o -o cmTC_b6fae + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Dakr0I' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1694 (check_include_file)" + checks: + - "Looking for termios.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hLnKv9" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hLnKv9" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_TERMIOS_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hLnKv9' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ef1e3/fast + /usr/bin/make -f CMakeFiles/cmTC_ef1e3.dir/build.make CMakeFiles/cmTC_ef1e3.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hLnKv9' + Building C object CMakeFiles/cmTC_ef1e3.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_ef1e3.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hLnKv9/CheckIncludeFile.c + Linking C executable cmTC_ef1e3 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ef1e3.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_ef1e3.dir/CheckIncludeFile.c.o -o cmTC_ef1e3 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hLnKv9' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" + - "external/curl/CMake/Macros.cmake:31 (check_include_files)" + - "external/curl/CMakeLists.txt:1695 (check_include_file_concat_curl)" + checks: + - "Looking for 13 include files sys/select.h, ..., unistd.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uQbytv" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uQbytv" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_UNISTD_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uQbytv' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_75411/fast + /usr/bin/make -f CMakeFiles/cmTC_75411.dir/build.make CMakeFiles/cmTC_75411.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uQbytv' + Building C object CMakeFiles/cmTC_75411.dir/HAVE_UNISTD_H.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_75411.dir/HAVE_UNISTD_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uQbytv/HAVE_UNISTD_H.c + Linking C executable cmTC_75411 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_75411.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_75411.dir/HAVE_UNISTD_H.c.o -o cmTC_75411 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uQbytv' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" + - "external/curl/CMakeLists.txt:1696 (check_include_file)" + checks: + - "Looking for utime.h" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-H6z6KM" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-H6z6KM" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_UTIME_H" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-H6z6KM' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ed1ec/fast + /usr/bin/make -f CMakeFiles/cmTC_ed1ec.dir/build.make CMakeFiles/cmTC_ed1ec.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-H6z6KM' + Building C object CMakeFiles/cmTC_ed1ec.dir/CheckIncludeFile.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_ed1ec.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-H6z6KM/CheckIncludeFile.c + Linking C executable cmTC_ed1ec + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ed1ec.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_ed1ec.dir/CheckIncludeFile.c.o -o cmTC_ed1ec + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-H6z6KM' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/curl/CMakeLists.txt:1718 (check_type_size)" + checks: + - "Check size of size_t" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e8Esfm" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e8Esfm" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SIZEOF_SIZE_T" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e8Esfm' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_26a9c/fast + /usr/bin/make -f CMakeFiles/cmTC_26a9c.dir/build.make CMakeFiles/cmTC_26a9c.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e8Esfm' + Building C object CMakeFiles/cmTC_26a9c.dir/SIZEOF_SIZE_T.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_26a9c.dir/SIZEOF_SIZE_T.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e8Esfm/SIZEOF_SIZE_T.c + Linking C executable cmTC_26a9c + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_26a9c.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_26a9c.dir/SIZEOF_SIZE_T.c.o -o cmTC_26a9c + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e8Esfm' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/curl/CMakeLists.txt:1719 (check_type_size)" + checks: + - "Check size of ssize_t" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JiSA19" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JiSA19" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SIZEOF_SSIZE_T" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JiSA19' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1f599/fast + /usr/bin/make -f CMakeFiles/cmTC_1f599.dir/build.make CMakeFiles/cmTC_1f599.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JiSA19' + Building C object CMakeFiles/cmTC_1f599.dir/SIZEOF_SSIZE_T.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_1f599.dir/SIZEOF_SSIZE_T.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JiSA19/SIZEOF_SSIZE_T.c + Linking C executable cmTC_1f599 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1f599.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_1f599.dir/SIZEOF_SSIZE_T.c.o -o cmTC_1f599 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JiSA19' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/curl/CMakeLists.txt:1720 (check_type_size)" + checks: + - "Check size of long long" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cx4OZL" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cx4OZL" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SIZEOF_LONG_LONG" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cx4OZL' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9d92e/fast + /usr/bin/make -f CMakeFiles/cmTC_9d92e.dir/build.make CMakeFiles/cmTC_9d92e.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cx4OZL' + Building C object CMakeFiles/cmTC_9d92e.dir/SIZEOF_LONG_LONG.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_9d92e.dir/SIZEOF_LONG_LONG.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cx4OZL/SIZEOF_LONG_LONG.c + Linking C executable cmTC_9d92e + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9d92e.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_9d92e.dir/SIZEOF_LONG_LONG.c.o -o cmTC_9d92e + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cx4OZL' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/curl/CMakeLists.txt:1721 (check_type_size)" + checks: + - "Check size of long" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eth8fk" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eth8fk" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SIZEOF_LONG" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eth8fk' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e2ec5/fast + /usr/bin/make -f CMakeFiles/cmTC_e2ec5.dir/build.make CMakeFiles/cmTC_e2ec5.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eth8fk' + Building C object CMakeFiles/cmTC_e2ec5.dir/SIZEOF_LONG.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_e2ec5.dir/SIZEOF_LONG.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eth8fk/SIZEOF_LONG.c + Linking C executable cmTC_e2ec5 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e2ec5.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_e2ec5.dir/SIZEOF_LONG.c.o -o cmTC_e2ec5 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eth8fk' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/curl/CMakeLists.txt:1722 (check_type_size)" + checks: + - "Check size of int" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LaygpZ" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LaygpZ" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SIZEOF_INT" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LaygpZ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_23912/fast + /usr/bin/make -f CMakeFiles/cmTC_23912.dir/build.make CMakeFiles/cmTC_23912.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LaygpZ' + Building C object CMakeFiles/cmTC_23912.dir/SIZEOF_INT.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_23912.dir/SIZEOF_INT.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LaygpZ/SIZEOF_INT.c + Linking C executable cmTC_23912 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_23912.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_23912.dir/SIZEOF_INT.c.o -o cmTC_23912 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LaygpZ' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/curl/CMakeLists.txt:1723 (check_type_size)" + checks: + - "Check size of __int64" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GYAlws" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GYAlws" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SIZEOF___INT64" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GYAlws' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_16456/fast + /usr/bin/make -f CMakeFiles/cmTC_16456.dir/build.make CMakeFiles/cmTC_16456.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GYAlws' + Building C object CMakeFiles/cmTC_16456.dir/SIZEOF___INT64.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_16456.dir/SIZEOF___INT64.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GYAlws/SIZEOF___INT64.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GYAlws/SIZEOF___INT64.c:27:22: error: ‘__int64’ undeclared here (not in a function); did you mean ‘__int64_t’? + 27 | #define SIZE (sizeof(__int64)) + | ^~~~~~~ + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GYAlws/SIZEOF___INT64.c:29:12: note: in expansion of macro ‘SIZE’ + 29 | ('0' + ((SIZE / 10000)%10)), + | ^~~~ + make[1]: *** [CMakeFiles/cmTC_16456.dir/build.make:81: CMakeFiles/cmTC_16456.dir/SIZEOF___INT64.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GYAlws' + make: *** [Makefile:134: cmTC_16456/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/curl/CMakeLists.txt:1724 (check_type_size)" + checks: + - "Check size of time_t" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fgDD1s" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fgDD1s" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SIZEOF_TIME_T" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fgDD1s' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1d2c9/fast + /usr/bin/make -f CMakeFiles/cmTC_1d2c9.dir/build.make CMakeFiles/cmTC_1d2c9.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fgDD1s' + Building C object CMakeFiles/cmTC_1d2c9.dir/SIZEOF_TIME_T.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_1d2c9.dir/SIZEOF_TIME_T.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fgDD1s/SIZEOF_TIME_T.c + Linking C executable cmTC_1d2c9 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1d2c9.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_1d2c9.dir/SIZEOF_TIME_T.c.o -o cmTC_1d2c9 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fgDD1s' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/curl/CMakeLists.txt:1725 (check_type_size)" + checks: + - "Check size of suseconds_t" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EwGX0R" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EwGX0R" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SIZEOF_SUSECONDS_T" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EwGX0R' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_24063/fast + /usr/bin/make -f CMakeFiles/cmTC_24063.dir/build.make CMakeFiles/cmTC_24063.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EwGX0R' + Building C object CMakeFiles/cmTC_24063.dir/SIZEOF_SUSECONDS_T.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_24063.dir/SIZEOF_SUSECONDS_T.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EwGX0R/SIZEOF_SUSECONDS_T.c + Linking C executable cmTC_24063 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_24063.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_24063.dir/SIZEOF_SUSECONDS_T.c.o -o cmTC_24063 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EwGX0R' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "external/curl/CMakeLists.txt:1754 (check_function_exists)" + checks: + - "Looking for accept4" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GGrumP" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GGrumP" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_ACCEPT4" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GGrumP' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8939a/fast + /usr/bin/make -f CMakeFiles/cmTC_8939a.dir/build.make CMakeFiles/cmTC_8939a.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GGrumP' + Building C object CMakeFiles/cmTC_8939a.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=accept4 -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_8939a.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GGrumP/CheckFunctionExists.c + Linking C executable cmTC_8939a + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8939a.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=accept4 -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_8939a.dir/CheckFunctionExists.c.o -o cmTC_8939a + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GGrumP' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "external/curl/CMakeLists.txt:1755 (check_function_exists)" + checks: + - "Looking for fnmatch" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JqXzCt" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JqXzCt" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_FNMATCH" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JqXzCt' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8f107/fast + /usr/bin/make -f CMakeFiles/cmTC_8f107.dir/build.make CMakeFiles/cmTC_8f107.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JqXzCt' + Building C object CMakeFiles/cmTC_8f107.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=fnmatch -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_8f107.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JqXzCt/CheckFunctionExists.c + Linking C executable cmTC_8f107 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8f107.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=fnmatch -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_8f107.dir/CheckFunctionExists.c.o -o cmTC_8f107 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JqXzCt' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1756 (check_symbol_exists)" + checks: + - "Looking for basename" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zvL4cJ" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zvL4cJ" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_BASENAME" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zvL4cJ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1d53b/fast + /usr/bin/make -f CMakeFiles/cmTC_1d53b.dir/build.make CMakeFiles/cmTC_1d53b.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zvL4cJ' + Building C object CMakeFiles/cmTC_1d53b.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_1d53b.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zvL4cJ/CheckSymbolExists.c + Linking C executable cmTC_1d53b + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1d53b.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_1d53b.dir/CheckSymbolExists.c.o -o cmTC_1d53b + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zvL4cJ' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1757 (check_symbol_exists)" + checks: + - "Looking for opendir" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vAfUax" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vAfUax" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_OPENDIR" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vAfUax' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1225c/fast + /usr/bin/make -f CMakeFiles/cmTC_1225c.dir/build.make CMakeFiles/cmTC_1225c.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vAfUax' + Building C object CMakeFiles/cmTC_1225c.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_1225c.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vAfUax/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vAfUax/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vAfUax/CheckSymbolExists.c:8:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 8 | return ((int*)(&opendir))[argc]; + | ^ + Linking C executable cmTC_1225c + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1225c.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_1225c.dir/CheckSymbolExists.c.o -o cmTC_1225c + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vAfUax' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1759 (check_symbol_exists)" + checks: + - "Looking for socket" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9GYe8H" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9GYe8H" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SOCKET" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9GYe8H' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a5263/fast + /usr/bin/make -f CMakeFiles/cmTC_a5263.dir/build.make CMakeFiles/cmTC_a5263.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9GYe8H' + Building C object CMakeFiles/cmTC_a5263.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_a5263.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9GYe8H/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9GYe8H/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9GYe8H/CheckSymbolExists.c:20:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 20 | return ((int*)(&socket))[argc]; + | ^ + Linking C executable cmTC_a5263 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a5263.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_a5263.dir/CheckSymbolExists.c.o -o cmTC_a5263 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9GYe8H' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1760 (check_symbol_exists)" + checks: + - "Looking for socketpair" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehXDbf" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehXDbf" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SOCKETPAIR" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehXDbf' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_92232/fast + /usr/bin/make -f CMakeFiles/cmTC_92232.dir/build.make CMakeFiles/cmTC_92232.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehXDbf' + Building C object CMakeFiles/cmTC_92232.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_92232.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehXDbf/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehXDbf/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehXDbf/CheckSymbolExists.c:20:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 20 | return ((int*)(&socketpair))[argc]; + | ^ + Linking C executable cmTC_92232 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_92232.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_92232.dir/CheckSymbolExists.c.o -o cmTC_92232 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehXDbf' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1761 (check_symbol_exists)" + checks: + - "Looking for recv" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QZqc1Q" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QZqc1Q" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_RECV" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QZqc1Q' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d99f3/fast + /usr/bin/make -f CMakeFiles/cmTC_d99f3.dir/build.make CMakeFiles/cmTC_d99f3.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QZqc1Q' + Building C object CMakeFiles/cmTC_d99f3.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_d99f3.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QZqc1Q/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QZqc1Q/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QZqc1Q/CheckSymbolExists.c:20:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 20 | return ((int*)(&recv))[argc]; + | ^ + Linking C executable cmTC_d99f3 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d99f3.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_d99f3.dir/CheckSymbolExists.c.o -o cmTC_d99f3 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QZqc1Q' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1762 (check_symbol_exists)" + checks: + - "Looking for send" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NT7R8G" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NT7R8G" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SEND" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NT7R8G' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7581d/fast + /usr/bin/make -f CMakeFiles/cmTC_7581d.dir/build.make CMakeFiles/cmTC_7581d.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NT7R8G' + Building C object CMakeFiles/cmTC_7581d.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_7581d.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NT7R8G/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NT7R8G/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NT7R8G/CheckSymbolExists.c:20:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 20 | return ((int*)(&send))[argc]; + | ^ + Linking C executable cmTC_7581d + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7581d.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_7581d.dir/CheckSymbolExists.c.o -o cmTC_7581d + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NT7R8G' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "external/curl/CMakeLists.txt:1763 (check_function_exists)" + checks: + - "Looking for sendmsg" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Q5VCGt" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Q5VCGt" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SENDMSG" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Q5VCGt' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_096b8/fast + /usr/bin/make -f CMakeFiles/cmTC_096b8.dir/build.make CMakeFiles/cmTC_096b8.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Q5VCGt' + Building C object CMakeFiles/cmTC_096b8.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=sendmsg -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_096b8.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Q5VCGt/CheckFunctionExists.c + Linking C executable cmTC_096b8 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_096b8.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=sendmsg -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_096b8.dir/CheckFunctionExists.c.o -o cmTC_096b8 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Q5VCGt' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "external/curl/CMakeLists.txt:1764 (check_function_exists)" + checks: + - "Looking for sendmmsg" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M7Uldv" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M7Uldv" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SENDMMSG" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M7Uldv' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e58c9/fast + /usr/bin/make -f CMakeFiles/cmTC_e58c9.dir/build.make CMakeFiles/cmTC_e58c9.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M7Uldv' + Building C object CMakeFiles/cmTC_e58c9.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=sendmmsg -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_e58c9.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M7Uldv/CheckFunctionExists.c + Linking C executable cmTC_e58c9 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e58c9.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=sendmmsg -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_e58c9.dir/CheckFunctionExists.c.o -o cmTC_e58c9 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M7Uldv' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1765 (check_symbol_exists)" + checks: + - "Looking for select" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WqRRaB" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WqRRaB" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SELECT" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WqRRaB' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ae16d/fast + /usr/bin/make -f CMakeFiles/cmTC_ae16d.dir/build.make CMakeFiles/cmTC_ae16d.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WqRRaB' + Building C object CMakeFiles/cmTC_ae16d.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_ae16d.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WqRRaB/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WqRRaB/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WqRRaB/CheckSymbolExists.c:20:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 20 | return ((int*)(&select))[argc]; + | ^ + Linking C executable cmTC_ae16d + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ae16d.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_ae16d.dir/CheckSymbolExists.c.o -o cmTC_ae16d + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WqRRaB' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1766 (check_symbol_exists)" + checks: + - "Looking for strdup" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mB7Z0S" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mB7Z0S" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_STRDUP" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mB7Z0S' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_620c1/fast + /usr/bin/make -f CMakeFiles/cmTC_620c1.dir/build.make CMakeFiles/cmTC_620c1.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mB7Z0S' + Building C object CMakeFiles/cmTC_620c1.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_620c1.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mB7Z0S/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mB7Z0S/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mB7Z0S/CheckSymbolExists.c:8:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 8 | return ((int*)(&strdup))[argc]; + | ^ + Linking C executable cmTC_620c1 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_620c1.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_620c1.dir/CheckSymbolExists.c.o -o cmTC_620c1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mB7Z0S' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1767 (check_symbol_exists)" + checks: + - "Looking for memrchr" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1nItrn" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1nItrn" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_MEMRCHR" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1nItrn' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1bd77/fast + /usr/bin/make -f CMakeFiles/cmTC_1bd77.dir/build.make CMakeFiles/cmTC_1bd77.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1nItrn' + Building C object CMakeFiles/cmTC_1bd77.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_1bd77.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1nItrn/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1nItrn/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1nItrn/CheckSymbolExists.c:8:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 8 | return ((int*)(&memrchr))[argc]; + | ^ + Linking C executable cmTC_1bd77 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1bd77.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_1bd77.dir/CheckSymbolExists.c.o -o cmTC_1bd77 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1nItrn' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1768 (check_symbol_exists)" + checks: + - "Looking for alarm" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gOQWf4" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gOQWf4" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_ALARM" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gOQWf4' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5d77b/fast + /usr/bin/make -f CMakeFiles/cmTC_5d77b.dir/build.make CMakeFiles/cmTC_5d77b.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gOQWf4' + Building C object CMakeFiles/cmTC_5d77b.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_5d77b.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gOQWf4/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gOQWf4/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gOQWf4/CheckSymbolExists.c:8:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 8 | return ((int*)(&alarm))[argc]; + | ^ + Linking C executable cmTC_5d77b + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5d77b.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_5d77b.dir/CheckSymbolExists.c.o -o cmTC_5d77b + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gOQWf4' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1769 (check_symbol_exists)" + checks: + - "Looking for fcntl" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CNcScx" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CNcScx" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_FCNTL" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CNcScx' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8662e/fast + /usr/bin/make -f CMakeFiles/cmTC_8662e.dir/build.make CMakeFiles/cmTC_8662e.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CNcScx' + Building C object CMakeFiles/cmTC_8662e.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_8662e.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CNcScx/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CNcScx/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CNcScx/CheckSymbolExists.c:8:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 8 | return ((int*)(&fcntl))[argc]; + | ^ + Linking C executable cmTC_8662e + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8662e.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_8662e.dir/CheckSymbolExists.c.o -o cmTC_8662e + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CNcScx' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "external/curl/CMakeLists.txt:1770 (check_function_exists)" + checks: + - "Looking for getppid" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1ghXft" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1ghXft" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GETPPID" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1ghXft' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3a516/fast + /usr/bin/make -f CMakeFiles/cmTC_3a516.dir/build.make CMakeFiles/cmTC_3a516.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1ghXft' + Building C object CMakeFiles/cmTC_3a516.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=getppid -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_3a516.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1ghXft/CheckFunctionExists.c + Linking C executable cmTC_3a516 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3a516.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=getppid -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_3a516.dir/CheckFunctionExists.c.o -o cmTC_3a516 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1ghXft' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "external/curl/CMakeLists.txt:1771 (check_function_exists)" + checks: + - "Looking for utimes" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-219QvJ" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-219QvJ" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_UTIMES" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-219QvJ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f6b3c/fast + /usr/bin/make -f CMakeFiles/cmTC_f6b3c.dir/build.make CMakeFiles/cmTC_f6b3c.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-219QvJ' + Building C object CMakeFiles/cmTC_f6b3c.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=utimes -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_f6b3c.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-219QvJ/CheckFunctionExists.c + Linking C executable cmTC_f6b3c + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f6b3c.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=utimes -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_f6b3c.dir/CheckFunctionExists.c.o -o cmTC_f6b3c + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-219QvJ' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "external/curl/CMakeLists.txt:1773 (check_function_exists)" + checks: + - "Looking for gettimeofday" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yi5mix" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yi5mix" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GETTIMEOFDAY" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yi5mix' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_84fb8/fast + /usr/bin/make -f CMakeFiles/cmTC_84fb8.dir/build.make CMakeFiles/cmTC_84fb8.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yi5mix' + Building C object CMakeFiles/cmTC_84fb8.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=gettimeofday -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_84fb8.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yi5mix/CheckFunctionExists.c + Linking C executable cmTC_84fb8 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_84fb8.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=gettimeofday -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_84fb8.dir/CheckFunctionExists.c.o -o cmTC_84fb8 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yi5mix' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1774 (check_symbol_exists)" + checks: + - "Looking for closesocket" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sek6E7" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sek6E7" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_CLOSESOCKET" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sek6E7' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_eb612/fast + /usr/bin/make -f CMakeFiles/cmTC_eb612.dir/build.make CMakeFiles/cmTC_eb612.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sek6E7' + Building C object CMakeFiles/cmTC_eb612.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_eb612.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sek6E7/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sek6E7/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sek6E7/CheckSymbolExists.c:20:19: error: ‘closesocket’ undeclared (first use in this function) + 20 | return ((int*)(&closesocket))[argc]; + | ^~~~~~~~~~~ + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sek6E7/CheckSymbolExists.c:20:19: note: each undeclared identifier is reported only once for each function it appears in + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sek6E7/CheckSymbolExists.c:16:14: warning: parameter ‘argc’ set but not used [-Wunused-but-set-parameter] + 16 | int main(int argc, char** argv) + | ~~~~^~~~ + make[1]: *** [CMakeFiles/cmTC_eb612.dir/build.make:81: CMakeFiles/cmTC_eb612.dir/CheckSymbolExists.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sek6E7' + make: *** [Makefile:134: cmTC_eb612/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1775 (check_symbol_exists)" + checks: + - "Looking for sigsetjmp" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u1Nukx" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u1Nukx" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SIGSETJMP" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u1Nukx' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_cb91a/fast + /usr/bin/make -f CMakeFiles/cmTC_cb91a.dir/build.make CMakeFiles/cmTC_cb91a.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u1Nukx' + Building C object CMakeFiles/cmTC_cb91a.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_cb91a.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u1Nukx/CheckSymbolExists.c + Linking C executable cmTC_cb91a + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cb91a.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_cb91a.dir/CheckSymbolExists.c.o -o cmTC_cb91a + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u1Nukx' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "external/curl/CMakeLists.txt:1776 (check_function_exists)" + checks: + - "Looking for getpass_r" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sVEXn1" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sVEXn1" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GETPASS_R" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sVEXn1' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_bf7f3/fast + /usr/bin/make -f CMakeFiles/cmTC_bf7f3.dir/build.make CMakeFiles/cmTC_bf7f3.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sVEXn1' + Building C object CMakeFiles/cmTC_bf7f3.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=getpass_r -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_bf7f3.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sVEXn1/CheckFunctionExists.c + Linking C executable cmTC_bf7f3 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bf7f3.dir/link.txt --verbose=1 + /usr/bin/ld: CMakeFiles/cmTC_bf7f3.dir/CheckFunctionExists.c.o: in function `main': + CheckFunctionExists.c:(.text+0x10): undefined reference to `getpass_r' + collect2: error: ld returned 1 exit status + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=getpass_r -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_bf7f3.dir/CheckFunctionExists.c.o -o cmTC_bf7f3 + make[1]: *** [CMakeFiles/cmTC_bf7f3.dir/build.make:102: cmTC_bf7f3] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sVEXn1' + make: *** [Makefile:134: cmTC_bf7f3/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "external/curl/CMakeLists.txt:1777 (check_function_exists)" + checks: + - "Looking for getpwuid" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AlPdev" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AlPdev" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GETPWUID" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AlPdev' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a1f89/fast + /usr/bin/make -f CMakeFiles/cmTC_a1f89.dir/build.make CMakeFiles/cmTC_a1f89.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AlPdev' + Building C object CMakeFiles/cmTC_a1f89.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=getpwuid -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_a1f89.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AlPdev/CheckFunctionExists.c + Linking C executable cmTC_a1f89 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a1f89.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=getpwuid -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_a1f89.dir/CheckFunctionExists.c.o -o cmTC_a1f89 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AlPdev' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "external/curl/CMakeLists.txt:1778 (check_function_exists)" + checks: + - "Looking for getpwuid_r" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jl1n8q" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jl1n8q" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GETPWUID_R" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jl1n8q' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_6b270/fast + /usr/bin/make -f CMakeFiles/cmTC_6b270.dir/build.make CMakeFiles/cmTC_6b270.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jl1n8q' + Building C object CMakeFiles/cmTC_6b270.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=getpwuid_r -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_6b270.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jl1n8q/CheckFunctionExists.c + Linking C executable cmTC_6b270 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6b270.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=getpwuid_r -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_6b270.dir/CheckFunctionExists.c.o -o cmTC_6b270 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jl1n8q' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "external/curl/CMakeLists.txt:1779 (check_function_exists)" + checks: + - "Looking for geteuid" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zoWfIE" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zoWfIE" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GETEUID" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zoWfIE' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1c46e/fast + /usr/bin/make -f CMakeFiles/cmTC_1c46e.dir/build.make CMakeFiles/cmTC_1c46e.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zoWfIE' + Building C object CMakeFiles/cmTC_1c46e.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=geteuid -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_1c46e.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zoWfIE/CheckFunctionExists.c + Linking C executable cmTC_1c46e + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1c46e.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=geteuid -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_1c46e.dir/CheckFunctionExists.c.o -o cmTC_1c46e + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zoWfIE' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "external/curl/CMakeLists.txt:1780 (check_function_exists)" + checks: + - "Looking for utime" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zB7MA8" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zB7MA8" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_UTIME" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zB7MA8' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0057e/fast + /usr/bin/make -f CMakeFiles/cmTC_0057e.dir/build.make CMakeFiles/cmTC_0057e.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zB7MA8' + Building C object CMakeFiles/cmTC_0057e.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=utime -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_0057e.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zB7MA8/CheckFunctionExists.c + Linking C executable cmTC_0057e + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0057e.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=utime -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_0057e.dir/CheckFunctionExists.c.o -o cmTC_0057e + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zB7MA8' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1783 (check_symbol_exists)" + checks: + - "Looking for gethostbyname_r" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zt8ofq" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zt8ofq" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GETHOSTBYNAME_R" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zt8ofq' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_17711/fast + /usr/bin/make -f CMakeFiles/cmTC_17711.dir/build.make CMakeFiles/cmTC_17711.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zt8ofq' + Building C object CMakeFiles/cmTC_17711.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_17711.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zt8ofq/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zt8ofq/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zt8ofq/CheckSymbolExists.c:8:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 8 | return ((int*)(&gethostbyname_r))[argc]; + | ^ + Linking C executable cmTC_17711 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_17711.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_17711.dir/CheckSymbolExists.c.o -o cmTC_17711 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zt8ofq' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1786 (check_symbol_exists)" + checks: + - "Looking for signal" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1kVBcq" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1kVBcq" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SIGNAL" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1kVBcq' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_29b49/fast + /usr/bin/make -f CMakeFiles/cmTC_29b49.dir/build.make CMakeFiles/cmTC_29b49.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1kVBcq' + Building C object CMakeFiles/cmTC_29b49.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_29b49.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1kVBcq/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1kVBcq/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1kVBcq/CheckSymbolExists.c:8:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 8 | return ((int*)(&signal))[argc]; + | ^ + Linking C executable cmTC_29b49 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_29b49.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_29b49.dir/CheckSymbolExists.c.o -o cmTC_29b49 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1kVBcq' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1787 (check_symbol_exists)" + checks: + - "Looking for strerror_r" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt6GeR" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt6GeR" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_STRERROR_R" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt6GeR' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_08a7b/fast + /usr/bin/make -f CMakeFiles/cmTC_08a7b.dir/build.make CMakeFiles/cmTC_08a7b.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt6GeR' + Building C object CMakeFiles/cmTC_08a7b.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_08a7b.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt6GeR/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt6GeR/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt6GeR/CheckSymbolExists.c:9:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 9 | return ((int*)(&strerror_r))[argc]; + | ^ + Linking C executable cmTC_08a7b + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_08a7b.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_08a7b.dir/CheckSymbolExists.c.o -o cmTC_08a7b + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt6GeR' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1789 (check_symbol_exists)" + checks: + - "Looking for siginterrupt" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gnhRhB" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gnhRhB" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SIGINTERRUPT" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gnhRhB' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e0488/fast + /usr/bin/make -f CMakeFiles/cmTC_e0488.dir/build.make CMakeFiles/cmTC_e0488.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gnhRhB' + Building C object CMakeFiles/cmTC_e0488.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_e0488.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gnhRhB/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gnhRhB/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gnhRhB/CheckSymbolExists.c:8:3: warning: ‘siginterrupt’ is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations] + 8 | return ((int*)(&siginterrupt))[argc]; + | ^~~~~~ + In file included from /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gnhRhB/CheckSymbolExists.c:2: + /usr/include/signal.h:324:12: note: declared here + 324 | extern int siginterrupt (int __sig, int __interrupt) __THROW + | ^~~~~~~~~~~~ + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gnhRhB/CheckSymbolExists.c:8:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 8 | return ((int*)(&siginterrupt))[argc]; + | ^ + Linking C executable cmTC_e0488 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e0488.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_e0488.dir/CheckSymbolExists.c.o -o cmTC_e0488 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gnhRhB' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1790 (check_symbol_exists)" + checks: + - "Looking for getaddrinfo" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ks8EGd" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ks8EGd" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GETADDRINFO" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ks8EGd' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_eb555/fast + /usr/bin/make -f CMakeFiles/cmTC_eb555.dir/build.make CMakeFiles/cmTC_eb555.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ks8EGd' + Building C object CMakeFiles/cmTC_eb555.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_eb555.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ks8EGd/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ks8EGd/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ks8EGd/CheckSymbolExists.c:22:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 22 | return ((int*)(&getaddrinfo))[argc]; + | ^ + Linking C executable cmTC_eb555 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eb555.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_eb555.dir/CheckSymbolExists.c.o -o cmTC_eb555 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ks8EGd' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1791 (check_symbol_exists)" + checks: + - "Looking for getifaddrs" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yHx3MH" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yHx3MH" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GETIFADDRS" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yHx3MH' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a884b/fast + /usr/bin/make -f CMakeFiles/cmTC_a884b.dir/build.make CMakeFiles/cmTC_a884b.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yHx3MH' + Building C object CMakeFiles/cmTC_a884b.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_a884b.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yHx3MH/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yHx3MH/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yHx3MH/CheckSymbolExists.c:21:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 21 | return ((int*)(&getifaddrs))[argc]; + | ^ + Linking C executable cmTC_a884b + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a884b.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_a884b.dir/CheckSymbolExists.c.o -o cmTC_a884b + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yHx3MH' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1792 (check_symbol_exists)" + checks: + - "Looking for freeaddrinfo" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zOyD6I" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zOyD6I" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_FREEADDRINFO" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zOyD6I' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0a4ec/fast + /usr/bin/make -f CMakeFiles/cmTC_0a4ec.dir/build.make CMakeFiles/cmTC_0a4ec.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zOyD6I' + Building C object CMakeFiles/cmTC_0a4ec.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_0a4ec.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zOyD6I/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zOyD6I/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zOyD6I/CheckSymbolExists.c:20:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 20 | return ((int*)(&freeaddrinfo))[argc]; + | ^ + Linking C executable cmTC_0a4ec + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0a4ec.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_0a4ec.dir/CheckSymbolExists.c.o -o cmTC_0a4ec + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zOyD6I' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "external/curl/CMakeLists.txt:1793 (check_function_exists)" + checks: + - "Looking for pipe" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Es7InX" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Es7InX" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_PIPE" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Es7InX' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7dcca/fast + /usr/bin/make -f CMakeFiles/cmTC_7dcca.dir/build.make CMakeFiles/cmTC_7dcca.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Es7InX' + Building C object CMakeFiles/cmTC_7dcca.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=pipe -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_7dcca.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Es7InX/CheckFunctionExists.c + Linking C executable cmTC_7dcca + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7dcca.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=pipe -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_7dcca.dir/CheckFunctionExists.c.o -o cmTC_7dcca + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Es7InX' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "external/curl/CMakeLists.txt:1794 (check_function_exists)" + checks: + - "Looking for pipe2" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Vi9EVd" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Vi9EVd" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_PIPE2" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Vi9EVd' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_48592/fast + /usr/bin/make -f CMakeFiles/cmTC_48592.dir/build.make CMakeFiles/cmTC_48592.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Vi9EVd' + Building C object CMakeFiles/cmTC_48592.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=pipe2 -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_48592.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Vi9EVd/CheckFunctionExists.c + Linking C executable cmTC_48592 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_48592.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=pipe2 -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_48592.dir/CheckFunctionExists.c.o -o cmTC_48592 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Vi9EVd' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "external/curl/CMakeLists.txt:1795 (check_function_exists)" + checks: + - "Looking for eventfd" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44xcZu" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44xcZu" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_EVENTFD" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44xcZu' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f51a9/fast + /usr/bin/make -f CMakeFiles/cmTC_f51a9.dir/build.make CMakeFiles/cmTC_f51a9.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44xcZu' + Building C object CMakeFiles/cmTC_f51a9.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=eventfd -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_f51a9.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44xcZu/CheckFunctionExists.c + Linking C executable cmTC_f51a9 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f51a9.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=eventfd -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_f51a9.dir/CheckFunctionExists.c.o -o cmTC_f51a9 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44xcZu' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1796 (check_symbol_exists)" + checks: + - "Looking for ftruncate" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ymz1m9" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ymz1m9" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_FTRUNCATE" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ymz1m9' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c6e5a/fast + /usr/bin/make -f CMakeFiles/cmTC_c6e5a.dir/build.make CMakeFiles/cmTC_c6e5a.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ymz1m9' + Building C object CMakeFiles/cmTC_c6e5a.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_c6e5a.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ymz1m9/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ymz1m9/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ymz1m9/CheckSymbolExists.c:8:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 8 | return ((int*)(&ftruncate))[argc]; + | ^ + Linking C executable cmTC_c6e5a + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c6e5a.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_c6e5a.dir/CheckSymbolExists.c.o -o cmTC_c6e5a + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ymz1m9' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1797 (check_symbol_exists)" + checks: + - "Looking for getpeername" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DhG6NI" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DhG6NI" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GETPEERNAME" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DhG6NI' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_fbe42/fast + /usr/bin/make -f CMakeFiles/cmTC_fbe42.dir/build.make CMakeFiles/cmTC_fbe42.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DhG6NI' + Building C object CMakeFiles/cmTC_fbe42.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_fbe42.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DhG6NI/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DhG6NI/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DhG6NI/CheckSymbolExists.c:20:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 20 | return ((int*)(&getpeername))[argc]; + | ^ + Linking C executable cmTC_fbe42 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fbe42.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_fbe42.dir/CheckSymbolExists.c.o -o cmTC_fbe42 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DhG6NI' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1798 (check_symbol_exists)" + checks: + - "Looking for getsockname" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lHbd6q" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lHbd6q" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GETSOCKNAME" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lHbd6q' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ad381/fast + /usr/bin/make -f CMakeFiles/cmTC_ad381.dir/build.make CMakeFiles/cmTC_ad381.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lHbd6q' + Building C object CMakeFiles/cmTC_ad381.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_ad381.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lHbd6q/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lHbd6q/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lHbd6q/CheckSymbolExists.c:20:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 20 | return ((int*)(&getsockname))[argc]; + | ^ + Linking C executable cmTC_ad381 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ad381.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_ad381.dir/CheckSymbolExists.c.o -o cmTC_ad381 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lHbd6q' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "external/curl/CMakeLists.txt:1799 (check_function_exists)" + checks: + - "Looking for getrlimit" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FQ5Pzc" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FQ5Pzc" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GETRLIMIT" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FQ5Pzc' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_6619b/fast + /usr/bin/make -f CMakeFiles/cmTC_6619b.dir/build.make CMakeFiles/cmTC_6619b.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FQ5Pzc' + Building C object CMakeFiles/cmTC_6619b.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=getrlimit -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_6619b.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FQ5Pzc/CheckFunctionExists.c + Linking C executable cmTC_6619b + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6619b.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=getrlimit -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_6619b.dir/CheckFunctionExists.c.o -o cmTC_6619b + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FQ5Pzc' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "external/curl/CMakeLists.txt:1800 (check_function_exists)" + checks: + - "Looking for setlocale" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-W3ggtg" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-W3ggtg" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SETLOCALE" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-W3ggtg' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_4de16/fast + /usr/bin/make -f CMakeFiles/cmTC_4de16.dir/build.make CMakeFiles/cmTC_4de16.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-W3ggtg' + Building C object CMakeFiles/cmTC_4de16.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=setlocale -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_4de16.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-W3ggtg/CheckFunctionExists.c + Linking C executable cmTC_4de16 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4de16.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=setlocale -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_4de16.dir/CheckFunctionExists.c.o -o cmTC_4de16 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-W3ggtg' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "external/curl/CMakeLists.txt:1801 (check_function_exists)" + checks: + - "Looking for setrlimit" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZLqEhB" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZLqEhB" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SETRLIMIT" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZLqEhB' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e5ad5/fast + /usr/bin/make -f CMakeFiles/cmTC_e5ad5.dir/build.make CMakeFiles/cmTC_e5ad5.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZLqEhB' + Building C object CMakeFiles/cmTC_e5ad5.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=setrlimit -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_e5ad5.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZLqEhB/CheckFunctionExists.c + Linking C executable cmTC_e5ad5 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e5ad5.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=setrlimit -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_e5ad5.dir/CheckFunctionExists.c.o -o cmTC_e5ad5 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZLqEhB' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "external/curl/CMakeLists.txt:1804 (check_function_exists)" + checks: + - "Looking for if_nametoindex" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1MnraE" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1MnraE" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_IF_NAMETOINDEX" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1MnraE' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7f072/fast + /usr/bin/make -f CMakeFiles/cmTC_7f072.dir/build.make CMakeFiles/cmTC_7f072.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1MnraE' + Building C object CMakeFiles/cmTC_7f072.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=if_nametoindex -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_7f072.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1MnraE/CheckFunctionExists.c + Linking C executable cmTC_7f072 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7f072.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=if_nametoindex -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_7f072.dir/CheckFunctionExists.c.o -o cmTC_7f072 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1MnraE' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "external/curl/CMakeLists.txt:1805 (check_function_exists)" + checks: + - "Looking for realpath" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I53Tnc" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I53Tnc" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_REALPATH" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I53Tnc' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0b960/fast + /usr/bin/make -f CMakeFiles/cmTC_0b960.dir/build.make CMakeFiles/cmTC_0b960.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I53Tnc' + Building C object CMakeFiles/cmTC_0b960.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=realpath -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_0b960.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I53Tnc/CheckFunctionExists.c + Linking C executable cmTC_0b960 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0b960.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=realpath -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_0b960.dir/CheckFunctionExists.c.o -o cmTC_0b960 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I53Tnc' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "external/curl/CMakeLists.txt:1806 (check_function_exists)" + checks: + - "Looking for sched_yield" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CN9IVS" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CN9IVS" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SCHED_YIELD" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CN9IVS' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f16b0/fast + /usr/bin/make -f CMakeFiles/cmTC_f16b0.dir/build.make CMakeFiles/cmTC_f16b0.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CN9IVS' + Building C object CMakeFiles/cmTC_f16b0.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=sched_yield -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_f16b0.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CN9IVS/CheckFunctionExists.c + Linking C executable cmTC_f16b0 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f16b0.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=sched_yield -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_f16b0.dir/CheckFunctionExists.c.o -o cmTC_f16b0 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CN9IVS' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1807 (check_symbol_exists)" + checks: + - "Looking for strcasecmp" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h47VyW" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h47VyW" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_STRCASECMP" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h47VyW' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_47b95/fast + /usr/bin/make -f CMakeFiles/cmTC_47b95.dir/build.make CMakeFiles/cmTC_47b95.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h47VyW' + Building C object CMakeFiles/cmTC_47b95.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_47b95.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h47VyW/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h47VyW/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h47VyW/CheckSymbolExists.c:8:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 8 | return ((int*)(&strcasecmp))[argc]; + | ^ + Linking C executable cmTC_47b95 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_47b95.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_47b95.dir/CheckSymbolExists.c.o -o cmTC_47b95 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h47VyW' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1808 (check_symbol_exists)" + checks: + - "Looking for stricmp" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eU69YZ" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eU69YZ" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_STRICMP" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eU69YZ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ae50a/fast + /usr/bin/make -f CMakeFiles/cmTC_ae50a.dir/build.make CMakeFiles/cmTC_ae50a.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eU69YZ' + Building C object CMakeFiles/cmTC_ae50a.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_ae50a.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eU69YZ/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eU69YZ/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eU69YZ/CheckSymbolExists.c:8:19: error: ‘stricmp’ undeclared (first use in this function); did you mean ‘strncmp’? + 8 | return ((int*)(&stricmp))[argc]; + | ^~~~~~~ + | strncmp + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eU69YZ/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eU69YZ/CheckSymbolExists.c:4:14: warning: parameter ‘argc’ set but not used [-Wunused-but-set-parameter] + 4 | int main(int argc, char** argv) + | ~~~~^~~~ + make[1]: *** [CMakeFiles/cmTC_ae50a.dir/build.make:81: CMakeFiles/cmTC_ae50a.dir/CheckSymbolExists.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eU69YZ' + make: *** [Makefile:134: cmTC_ae50a/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1809 (check_symbol_exists)" + checks: + - "Looking for strcmpi" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4zQ1kX" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4zQ1kX" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_STRCMPI" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4zQ1kX' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5a049/fast + /usr/bin/make -f CMakeFiles/cmTC_5a049.dir/build.make CMakeFiles/cmTC_5a049.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4zQ1kX' + Building C object CMakeFiles/cmTC_5a049.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_5a049.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4zQ1kX/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4zQ1kX/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4zQ1kX/CheckSymbolExists.c:8:19: error: ‘strcmpi’ undeclared (first use in this function); did you mean ‘strcmp’? + 8 | return ((int*)(&strcmpi))[argc]; + | ^~~~~~~ + | strcmp + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4zQ1kX/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4zQ1kX/CheckSymbolExists.c:4:14: warning: parameter ‘argc’ set but not used [-Wunused-but-set-parameter] + 4 | int main(int argc, char** argv) + | ~~~~^~~~ + make[1]: *** [CMakeFiles/cmTC_5a049.dir/build.make:81: CMakeFiles/cmTC_5a049.dir/CheckSymbolExists.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4zQ1kX' + make: *** [Makefile:134: cmTC_5a049/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "external/curl/CMakeLists.txt:1813 (check_function_exists)" + checks: + - "Looking for setmode" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dYebpm" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dYebpm" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SETMODE" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dYebpm' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a50d8/fast + /usr/bin/make -f CMakeFiles/cmTC_a50d8.dir/build.make CMakeFiles/cmTC_a50d8.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dYebpm' + Building C object CMakeFiles/cmTC_a50d8.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=setmode -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_a50d8.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dYebpm/CheckFunctionExists.c + Linking C executable cmTC_a50d8 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a50d8.dir/link.txt --verbose=1 + /usr/bin/ld: CMakeFiles/cmTC_a50d8.dir/CheckFunctionExists.c.o: in function `main': + CheckFunctionExists.c:(.text+0x10): undefined reference to `setmode' + collect2: error: ld returned 1 exit status + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=setmode -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_a50d8.dir/CheckFunctionExists.c.o -o cmTC_a50d8 + make[1]: *** [CMakeFiles/cmTC_a50d8.dir/build.make:102: cmTC_a50d8] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dYebpm' + make: *** [Makefile:134: cmTC_a50d8/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1824 (check_symbol_exists)" + checks: + - "Looking for arc4random" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-81FLxI" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-81FLxI" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_ARC4RANDOM" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-81FLxI' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_113f4/fast + /usr/bin/make -f CMakeFiles/cmTC_113f4.dir/build.make CMakeFiles/cmTC_113f4.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-81FLxI' + Building C object CMakeFiles/cmTC_113f4.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_113f4.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-81FLxI/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-81FLxI/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-81FLxI/CheckSymbolExists.c:21:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 21 | return ((int*)(&arc4random))[argc]; + | ^ + Linking C executable cmTC_113f4 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_113f4.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_113f4.dir/CheckSymbolExists.c.o -o cmTC_113f4 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-81FLxI' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" + - "external/curl/CMakeLists.txt:1828 (check_function_exists)" + checks: + - "Looking for snprintf" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNT6W9" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNT6W9" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SNPRINTF" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNT6W9' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_fac26/fast + /usr/bin/make -f CMakeFiles/cmTC_fac26.dir/build.make CMakeFiles/cmTC_fac26.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNT6W9' + Building C object CMakeFiles/cmTC_fac26.dir/CheckFunctionExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=snprintf -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_fac26.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNT6W9/CheckFunctionExists.c + : warning: conflicting types for built-in function ‘snprintf’; expected ‘int(char *, long unsigned int, const char *, ...)’ [-Wbuiltin-declaration-mismatch] + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNT6W9/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’ + 7 | CHECK_FUNCTION_EXISTS(void); + | ^~~~~~~~~~~~~~~~~~~~~ + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNT6W9/CheckFunctionExists.c:1:1: note: ‘snprintf’ is declared in header ‘’ + +++ |+#include + 1 | #ifdef CHECK_FUNCTION_EXISTS + Linking C executable cmTC_fac26 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fac26.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=snprintf -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_fac26.dir/CheckFunctionExists.c.o -o cmTC_fac26 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNT6W9' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1836 (check_symbol_exists)" + checks: + - "Looking for inet_ntop" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ytUABN" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ytUABN" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_INET_NTOP" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ytUABN' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_63288/fast + /usr/bin/make -f CMakeFiles/cmTC_63288.dir/build.make CMakeFiles/cmTC_63288.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ytUABN' + Building C object CMakeFiles/cmTC_63288.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_63288.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ytUABN/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ytUABN/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ytUABN/CheckSymbolExists.c:22:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 22 | return ((int*)(&inet_ntop))[argc]; + | ^ + Linking C executable cmTC_63288 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_63288.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_63288.dir/CheckSymbolExists.c.o -o cmTC_63288 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ytUABN' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1837 (check_symbol_exists)" + checks: + - "Looking for inet_pton" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LdAHoE" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LdAHoE" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_INET_PTON" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LdAHoE' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8986a/fast + /usr/bin/make -f CMakeFiles/cmTC_8986a.dir/build.make CMakeFiles/cmTC_8986a.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LdAHoE' + Building C object CMakeFiles/cmTC_8986a.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_8986a.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LdAHoE/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LdAHoE/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LdAHoE/CheckSymbolExists.c:22:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 22 | return ((int*)(&inet_pton))[argc]; + | ^ + Linking C executable cmTC_8986a + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8986a.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_8986a.dir/CheckSymbolExists.c.o -o cmTC_8986a + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LdAHoE' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1840 (check_symbol_exists)" + checks: + - "Looking for fsetxattr" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eoJHhB" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eoJHhB" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_FSETXATTR" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eoJHhB' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b160d/fast + /usr/bin/make -f CMakeFiles/cmTC_b160d.dir/build.make CMakeFiles/cmTC_b160d.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eoJHhB' + Building C object CMakeFiles/cmTC_b160d.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_b160d.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eoJHhB/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eoJHhB/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eoJHhB/CheckSymbolExists.c:8:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 8 | return ((int*)(&fsetxattr))[argc]; + | ^ + Linking C executable cmTC_b160d + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b160d.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_b160d.dir/CheckSymbolExists.c.o -o cmTC_b160d + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eoJHhB' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "external/curl/CMake/Macros.cmake:51 (try_compile)" + - "external/curl/CMakeLists.txt:1842 (curl_internal_test)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_FSETXATTR_5" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8d04d/fast + /usr/bin/make -f CMakeFiles/cmTC_8d04d.dir/build.make CMakeFiles/cmTC_8d04d.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_8d04d.dir/CurlTests.c.o + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_FSETXATTR_5 -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_8d04d.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c + Linking C executable cmTC_8d04d + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8d04d.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_FSETXATTR_5 -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE CMakeFiles/cmTC_8d04d.dir/CurlTests.c.o -o cmTC_8d04d + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "external/curl/CMake/Macros.cmake:51 (try_compile)" + - "external/curl/CMakeLists.txt:1843 (curl_internal_test)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_FSETXATTR_6" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_34cb3/fast + /usr/bin/make -f CMakeFiles/cmTC_34cb3.dir/build.make CMakeFiles/cmTC_34cb3.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_34cb3.dir/CurlTests.c.o + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_FSETXATTR_6 -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_34cb3.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c: In function ‘main’: + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:308:3: error: too many arguments to function ‘fsetxattr’; expected 5, have 6 + 308 | fsetxattr(0, 0, 0, 0, 0, 0); + | ^~~~~~~~~ ~ + In file included from /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:305: + /usr/include/sys/xattr.h:54:12: note: declared here + 54 | extern int fsetxattr (int __fd, const char *__name, const void *__value, + | ^~~~~~~~~ + make[1]: *** [CMakeFiles/cmTC_34cb3.dir/build.make:81: CMakeFiles/cmTC_34cb3.dir/CurlTests.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + make: *** [Makefile:134: cmTC_34cb3/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/curl/CMakeLists.txt:1853 (check_type_size)" + checks: + - "Check size of sa_family_t" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rcxxX2" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rcxxX2" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SIZEOF_SA_FAMILY_T" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rcxxX2' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ba56a/fast + /usr/bin/make -f CMakeFiles/cmTC_ba56a.dir/build.make CMakeFiles/cmTC_ba56a.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rcxxX2' + Building C object CMakeFiles/cmTC_ba56a.dir/SIZEOF_SA_FAMILY_T.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_ba56a.dir/SIZEOF_SA_FAMILY_T.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rcxxX2/SIZEOF_SA_FAMILY_T.c + Linking C executable cmTC_ba56a + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ba56a.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_ba56a.dir/SIZEOF_SA_FAMILY_T.c.o -o cmTC_ba56a + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rcxxX2' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "external/curl/CMake/Macros.cmake:51 (try_compile)" + - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_FCNTL_O_NONBLOCK" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_24d92/fast + /usr/bin/make -f CMakeFiles/cmTC_24d92.dir/build.make CMakeFiles/cmTC_24d92.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_24d92.dir/CurlTests.c.o + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_FCNTL_O_NONBLOCK -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_24d92.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c + Linking C executable cmTC_24d92 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_24d92.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_FCNTL_O_NONBLOCK -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE CMakeFiles/cmTC_24d92.dir/CurlTests.c.o -o cmTC_24d92 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "external/curl/CMake/Macros.cmake:51 (try_compile)" + - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_IOCTLSOCKET" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7aa33/fast + /usr/bin/make -f CMakeFiles/cmTC_7aa33.dir/build.make CMakeFiles/cmTC_7aa33.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_7aa33.dir/CurlTests.c.o + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_IOCTLSOCKET -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_7aa33.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c: In function ‘main’: + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:150:25: error: implicit declaration of function ‘ioctlsocket’ [-Wimplicit-function-declaration] + 150 | unsigned long flags = ioctlsocket(socket, FIONBIO, &flags); + | ^~~~~~~~~~~ + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:150:25: warning: nested extern declaration of ‘ioctlsocket’ [-Wnested-externs] + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:150:45: error: ‘FIONBIO’ undeclared (first use in this function) + 150 | unsigned long flags = ioctlsocket(socket, FIONBIO, &flags); + | ^~~~~~~ + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:150:45: note: each undeclared identifier is reported only once for each function it appears in + make[1]: *** [CMakeFiles/cmTC_7aa33.dir/build.make:81: CMakeFiles/cmTC_7aa33.dir/CurlTests.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + make: *** [Makefile:134: cmTC_7aa33/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "external/curl/CMake/Macros.cmake:51 (try_compile)" + - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_IOCTLSOCKET_CAMEL" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_bac65/fast + /usr/bin/make -f CMakeFiles/cmTC_bac65.dir/build.make CMakeFiles/cmTC_bac65.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_bac65.dir/CurlTests.c.o + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_IOCTLSOCKET_CAMEL -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_bac65.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:158:10: fatal error: proto/bsdsocket.h: No such file or directory + 158 | #include + | ^~~~~~~~~~~~~~~~~~~ + compilation terminated. + make[1]: *** [CMakeFiles/cmTC_bac65.dir/build.make:81: CMakeFiles/cmTC_bac65.dir/CurlTests.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + make: *** [Makefile:134: cmTC_bac65/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "external/curl/CMake/Macros.cmake:51 (try_compile)" + - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_IOCTLSOCKET_CAMEL_FIONBIO" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_bade6/fast + /usr/bin/make -f CMakeFiles/cmTC_bade6.dir/build.make CMakeFiles/cmTC_bade6.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_bade6.dir/CurlTests.c.o + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_IOCTLSOCKET_CAMEL_FIONBIO -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_bade6.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:169:10: fatal error: proto/bsdsocket.h: No such file or directory + 169 | #include + | ^~~~~~~~~~~~~~~~~~~ + compilation terminated. + make[1]: *** [CMakeFiles/cmTC_bade6.dir/build.make:81: CMakeFiles/cmTC_bade6.dir/CurlTests.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + make: *** [Makefile:134: cmTC_bade6/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "external/curl/CMake/Macros.cmake:51 (try_compile)" + - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_IOCTLSOCKET_FIONBIO" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b8c75/fast + /usr/bin/make -f CMakeFiles/cmTC_b8c75.dir/build.make CMakeFiles/cmTC_b8c75.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_b8c75.dir/CurlTests.c.o + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_IOCTLSOCKET_FIONBIO -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_b8c75.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c: In function ‘main’: + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:191:11: error: implicit declaration of function ‘ioctlsocket’ [-Wimplicit-function-declaration] + 191 | if(0 != ioctlsocket(0, FIONBIO, &flags)) + | ^~~~~~~~~~~ + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:191:11: warning: nested extern declaration of ‘ioctlsocket’ [-Wnested-externs] + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:191:26: error: ‘FIONBIO’ undeclared (first use in this function) + 191 | if(0 != ioctlsocket(0, FIONBIO, &flags)) + | ^~~~~~~ + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:191:26: note: each undeclared identifier is reported only once for each function it appears in + make[1]: *** [CMakeFiles/cmTC_b8c75.dir/build.make:81: CMakeFiles/cmTC_b8c75.dir/CurlTests.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + make: *** [Makefile:134: cmTC_b8c75/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "external/curl/CMake/Macros.cmake:51 (try_compile)" + - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_IOCTL_FIONBIO" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0f4c9/fast + /usr/bin/make -f CMakeFiles/cmTC_0f4c9.dir/build.make CMakeFiles/cmTC_0f4c9.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_0f4c9.dir/CurlTests.c.o + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_IOCTL_FIONBIO -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_0f4c9.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c + Linking C executable cmTC_0f4c9 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0f4c9.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_IOCTL_FIONBIO -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE CMakeFiles/cmTC_0f4c9.dir/CurlTests.c.o -o cmTC_0f4c9 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "external/curl/CMake/Macros.cmake:51 (try_compile)" + - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_IOCTL_SIOCGIFADDR" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_fd6c3/fast + /usr/bin/make -f CMakeFiles/cmTC_fd6c3.dir/build.make CMakeFiles/cmTC_fd6c3.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_fd6c3.dir/CurlTests.c.o + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_IOCTL_SIOCGIFADDR -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_fd6c3.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c + Linking C executable cmTC_fd6c3 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fd6c3.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_IOCTL_SIOCGIFADDR -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE CMakeFiles/cmTC_fd6c3.dir/CurlTests.c.o -o cmTC_fd6c3 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "external/curl/CMake/Macros.cmake:51 (try_compile)" + - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SETSOCKOPT_SO_NONBLOCK" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8690a/fast + /usr/bin/make -f CMakeFiles/cmTC_8690a.dir/build.make CMakeFiles/cmTC_8690a.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_8690a.dir/CurlTests.c.o + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_SETSOCKOPT_SO_NONBLOCK -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_8690a.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c: In function ‘main’: + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:265:37: error: ‘SO_NONBLOCK’ undeclared (first use in this function); did you mean ‘SOCK_NONBLOCK’? + 265 | if(0 != setsockopt(0, SOL_SOCKET, SO_NONBLOCK, 0, 0)) + | ^~~~~~~~~~~ + | SOCK_NONBLOCK + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:265:37: note: each undeclared identifier is reported only once for each function it appears in + make[1]: *** [CMakeFiles/cmTC_8690a.dir/build.make:81: CMakeFiles/cmTC_8690a.dir/CurlTests.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + make: *** [Makefile:134: cmTC_8690a/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "external/curl/CMake/Macros.cmake:51 (try_compile)" + - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GETHOSTBYNAME_R_3" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_6d1ad/fast + /usr/bin/make -f CMakeFiles/cmTC_6d1ad.dir/build.make CMakeFiles/cmTC_6d1ad.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_6d1ad.dir/CurlTests.c.o + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_GETHOSTBYNAME_R_3 -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_6d1ad.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c: In function ‘main’: + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:73:23: error: storage size of ‘hdata’ isn’t known + 73 | struct hostent_data hdata; + | ^~~~~ + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:85:8: error: too few arguments to function ‘gethostbyname_r’; expected 6, have 3 + 85 | rc = gethostbyname_r(address, &h, &hdata); + | ^~~~~~~~~~~~~~~ + In file included from /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:65: + /usr/include/netdb.h:177:12: note: declared here + 177 | extern int gethostbyname_r (const char *__restrict __name, + | ^~~~~~~~~~~~~~~ + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:73:23: warning: unused variable ‘hdata’ [-Wunused-variable] + 73 | struct hostent_data hdata; + | ^~~~~ + make[1]: *** [CMakeFiles/cmTC_6d1ad.dir/build.make:81: CMakeFiles/cmTC_6d1ad.dir/CurlTests.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + make: *** [Makefile:134: cmTC_6d1ad/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "external/curl/CMake/Macros.cmake:51 (try_compile)" + - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GETHOSTBYNAME_R_5" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b1718/fast + /usr/bin/make -f CMakeFiles/cmTC_b1718.dir/build.make CMakeFiles/cmTC_b1718.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_b1718.dir/CurlTests.c.o + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_GETHOSTBYNAME_R_5 -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_b1718.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c: In function ‘main’: + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:89:51: error: passing argument 5 of ‘gethostbyname_r’ from incompatible pointer type [-Wincompatible-pointer-types] + 89 | rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop); + | ^~~~~~~~~ + | | + | int * + In file included from /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:65: + /usr/include/netdb.h:180:57: note: expected ‘struct hostent ** restrict’ but argument is of type ‘int *’ + 180 | struct hostent **__restrict __result, + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:89:8: error: too few arguments to function ‘gethostbyname_r’; expected 6, have 5 + 89 | rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop); + | ^~~~~~~~~~~~~~~ + /usr/include/netdb.h:177:12: note: declared here + 177 | extern int gethostbyname_r (const char *__restrict __name, + | ^~~~~~~~~~~~~~~ + make[1]: *** [CMakeFiles/cmTC_b1718.dir/build.make:81: CMakeFiles/cmTC_b1718.dir/CurlTests.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + make: *** [Makefile:134: cmTC_b1718/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "external/curl/CMake/Macros.cmake:51 (try_compile)" + - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GETHOSTBYNAME_R_6" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_eb3a5/fast + /usr/bin/make -f CMakeFiles/cmTC_eb3a5.dir/build.make CMakeFiles/cmTC_eb3a5.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_eb3a5.dir/CurlTests.c.o + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_GETHOSTBYNAME_R_6 -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_eb3a5.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c + Linking C executable cmTC_eb3a5 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eb3a5.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_GETHOSTBYNAME_R_6 -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE CMakeFiles/cmTC_eb3a5.dir/CurlTests.c.o -o cmTC_eb3a5 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "external/curl/CMake/Macros.cmake:51 (try_compile)" + - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_BOOL_T" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5239c/fast + /usr/bin/make -f CMakeFiles/cmTC_5239c.dir/build.make CMakeFiles/cmTC_5239c.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_5239c.dir/CurlTests.c.o + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_BOOL_T -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_5239c.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c + Linking C executable cmTC_5239c + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5239c.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_BOOL_T -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE CMakeFiles/cmTC_5239c.dir/CurlTests.c.o -o cmTC_5239c + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "external/curl/CMake/Macros.cmake:51 (try_compile)" + - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "STDC_HEADERS" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_70123/fast + /usr/bin/make -f CMakeFiles/cmTC_70123.dir/build.make CMakeFiles/cmTC_70123.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_70123.dir/CurlTests.c.o + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DSTDC_HEADERS -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_70123.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c + Linking C executable cmTC_70123 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_70123.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DSTDC_HEADERS -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE CMakeFiles/cmTC_70123.dir/CurlTests.c.o -o cmTC_70123 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "external/curl/CMake/Macros.cmake:51 (try_compile)" + - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_ATOMIC" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f754d/fast + /usr/bin/make -f CMakeFiles/cmTC_f754d.dir/build.make CMakeFiles/cmTC_f754d.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_f754d.dir/CurlTests.c.o + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_ATOMIC -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_f754d.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c + Linking C executable cmTC_f754d + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f754d.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_ATOMIC -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE CMakeFiles/cmTC_f754d.dir/CurlTests.c.o -o cmTC_f754d + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "external/curl/CMake/Macros.cmake:51 (try_compile)" + - "external/curl/CMakeLists.txt:1885 (curl_internal_test)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GETHOSTBYNAME_R_3_REENTRANT" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9b329/fast + /usr/bin/make -f CMakeFiles/cmTC_9b329.dir/build.make CMakeFiles/cmTC_9b329.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_9b329.dir/CurlTests.c.o + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_GETHOSTBYNAME_R_3_REENTRANT -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -D_REENTRANT -fPIE -o CMakeFiles/cmTC_9b329.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c: In function ‘main’: + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:73:23: error: storage size of ‘hdata’ isn’t known + 73 | struct hostent_data hdata; + | ^~~~~ + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:85:8: error: too few arguments to function ‘gethostbyname_r’; expected 6, have 3 + 85 | rc = gethostbyname_r(address, &h, &hdata); + | ^~~~~~~~~~~~~~~ + In file included from /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:65: + /usr/include/netdb.h:177:12: note: declared here + 177 | extern int gethostbyname_r (const char *__restrict __name, + | ^~~~~~~~~~~~~~~ + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:73:23: warning: unused variable ‘hdata’ [-Wunused-variable] + 73 | struct hostent_data hdata; + | ^~~~~ + make[1]: *** [CMakeFiles/cmTC_9b329.dir/build.make:81: CMakeFiles/cmTC_9b329.dir/CurlTests.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + make: *** [Makefile:134: cmTC_9b329/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "external/curl/CMake/Macros.cmake:51 (try_compile)" + - "external/curl/CMakeLists.txt:1885 (curl_internal_test)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GETHOSTBYNAME_R_5_REENTRANT" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_aeb9d/fast + /usr/bin/make -f CMakeFiles/cmTC_aeb9d.dir/build.make CMakeFiles/cmTC_aeb9d.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_aeb9d.dir/CurlTests.c.o + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_GETHOSTBYNAME_R_5_REENTRANT -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -D_REENTRANT -fPIE -o CMakeFiles/cmTC_aeb9d.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c: In function ‘main’: + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:89:51: error: passing argument 5 of ‘gethostbyname_r’ from incompatible pointer type [-Wincompatible-pointer-types] + 89 | rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop); + | ^~~~~~~~~ + | | + | int * + In file included from /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:65: + /usr/include/netdb.h:180:57: note: expected ‘struct hostent ** restrict’ but argument is of type ‘int *’ + 180 | struct hostent **__restrict __result, + | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:89:8: error: too few arguments to function ‘gethostbyname_r’; expected 6, have 5 + 89 | rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop); + | ^~~~~~~~~~~~~~~ + /usr/include/netdb.h:177:12: note: declared here + 177 | extern int gethostbyname_r (const char *__restrict __name, + | ^~~~~~~~~~~~~~~ + make[1]: *** [CMakeFiles/cmTC_aeb9d.dir/build.make:81: CMakeFiles/cmTC_aeb9d.dir/CurlTests.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + make: *** [Makefile:134: cmTC_aeb9d/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "external/curl/CMake/Macros.cmake:51 (try_compile)" + - "external/curl/CMakeLists.txt:1885 (curl_internal_test)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GETHOSTBYNAME_R_6_REENTRANT" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7a78b/fast + /usr/bin/make -f CMakeFiles/cmTC_7a78b.dir/build.make CMakeFiles/cmTC_7a78b.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_7a78b.dir/CurlTests.c.o + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_GETHOSTBYNAME_R_6_REENTRANT -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -D_REENTRANT -fPIE -o CMakeFiles/cmTC_7a78b.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c + Linking C executable cmTC_7a78b + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7a78b.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_GETHOSTBYNAME_R_6_REENTRANT -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -D_REENTRANT CMakeFiles/cmTC_7a78b.dir/CurlTests.c.o -o cmTC_7a78b + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "external/curl/CMake/Macros.cmake:51 (try_compile)" + - "external/curl/CMakeLists.txt:1906 (curl_internal_test)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_FILE_OFFSET_BITS" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c6517/fast + /usr/bin/make -f CMakeFiles/cmTC_c6517.dir/build.make CMakeFiles/cmTC_c6517.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_c6517.dir/CurlTests.c.o + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_FILE_OFFSET_BITS -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -fPIE -o CMakeFiles/cmTC_c6517.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c + Linking C executable cmTC_c6517 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c6517.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_FILE_OFFSET_BITS -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 CMakeFiles/cmTC_c6517.dir/CurlTests.c.o -o cmTC_c6517 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/curl/CMakeLists.txt:1914 (check_type_size)" + checks: + - "Check size of off_t" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XrwuDz" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XrwuDz" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SIZEOF_OFF_T" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XrwuDz' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5d919/fast + /usr/bin/make -f CMakeFiles/cmTC_5d919.dir/build.make CMakeFiles/cmTC_5d919.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XrwuDz' + Building C object CMakeFiles/cmTC_5d919.dir/SIZEOF_OFF_T.c.o + /usr/bin/gcc -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_5d919.dir/SIZEOF_OFF_T.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XrwuDz/SIZEOF_OFF_T.c + Linking C executable cmTC_5d919 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5d919.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_5d919.dir/SIZEOF_OFF_T.c.o -o cmTC_5d919 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XrwuDz' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" + - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" + - "external/curl/CMakeLists.txt:1920 (check_symbol_exists)" + checks: + - "Looking for fseeko" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Sawkeu" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Sawkeu" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_FSEEKO" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Sawkeu' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_6b5c9/fast + /usr/bin/make -f CMakeFiles/cmTC_6b5c9.dir/build.make CMakeFiles/cmTC_6b5c9.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Sawkeu' + Building C object CMakeFiles/cmTC_6b5c9.dir/CheckSymbolExists.c.o + /usr/bin/gcc -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_6b5c9.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Sawkeu/CheckSymbolExists.c + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Sawkeu/CheckSymbolExists.c: In function ‘main’: + /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Sawkeu/CheckSymbolExists.c:21:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] + 21 | return ((int*)(&fseeko))[argc]; + | ^ + Linking C executable cmTC_6b5c9 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6b5c9.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_6b5c9.dir/CheckSymbolExists.c.o -o cmTC_6b5c9 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Sawkeu' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/curl/CMakeLists.txt:1931 (check_type_size)" + checks: + - "Check size of curl_off_t" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yeU4XX" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yeU4XX" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SIZEOF_CURL_OFF_T" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yeU4XX' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_78517/fast + /usr/bin/make -f CMakeFiles/cmTC_78517.dir/build.make CMakeFiles/cmTC_78517.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yeU4XX' + Building C object CMakeFiles/cmTC_78517.dir/SIZEOF_CURL_OFF_T.c.o + /usr/bin/gcc -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/home/guest/Downloads/PopLib/external/curl/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_78517.dir/SIZEOF_CURL_OFF_T.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yeU4XX/SIZEOF_CURL_OFF_T.c + Linking C executable cmTC_78517 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_78517.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_78517.dir/SIZEOF_CURL_OFF_T.c.o -o cmTC_78517 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yeU4XX' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/curl/CMakeLists.txt:1933 (check_type_size)" + checks: + - "Check size of curl_socket_t" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Qq3HUD" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Qq3HUD" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SIZEOF_CURL_SOCKET_T" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Qq3HUD' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0cbf6/fast + /usr/bin/make -f CMakeFiles/cmTC_0cbf6.dir/build.make CMakeFiles/cmTC_0cbf6.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Qq3HUD' + Building C object CMakeFiles/cmTC_0cbf6.dir/SIZEOF_CURL_SOCKET_T.c.o + /usr/bin/gcc -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/home/guest/Downloads/PopLib/external/curl/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_0cbf6.dir/SIZEOF_CURL_SOCKET_T.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Qq3HUD/SIZEOF_CURL_SOCKET_T.c + Linking C executable cmTC_0cbf6 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0cbf6.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_0cbf6.dir/SIZEOF_CURL_SOCKET_T.c.o -o cmTC_0cbf6 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Qq3HUD' + + exitCode: 0 + - + kind: "try_run-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceRuns.cmake:95 (try_run)" + - "/usr/share/cmake/Modules/CheckCSourceRuns.cmake:52 (cmake_check_source_runs)" + - "external/curl/CMakeLists.txt:1940 (check_c_source_runs)" + checks: + - "Performing Test HAVE_WRITABLE_ARGV" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h5Ys07" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h5Ys07" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_WRITABLE_ARGV_COMPILED" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h5Ys07' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_fc42a/fast + /usr/bin/make -f CMakeFiles/cmTC_fc42a.dir/build.make CMakeFiles/cmTC_fc42a.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h5Ys07' + Building C object CMakeFiles/cmTC_fc42a.dir/src.c.o + /usr/bin/gcc -DHAVE_WRITABLE_ARGV -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_fc42a.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h5Ys07/src.c + Linking C executable cmTC_fc42a + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fc42a.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_fc42a.dir/src.c.o -o cmTC_fc42a + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h5Ys07' + + exitCode: 0 + runResult: + variable: "HAVE_WRITABLE_ARGV_EXITCODE" + cached: true + stdout: | + stderr: | + exitCode: 0 + - + kind: "try_run-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceRuns.cmake:95 (try_run)" + - "/usr/share/cmake/Modules/CheckCSourceRuns.cmake:52 (cmake_check_source_runs)" + - "external/curl/CMakeLists.txt:1951 (check_c_source_runs)" + checks: + - "Performing Test HAVE_TIME_T_UNSIGNED" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XihGjT" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XihGjT" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_TIME_T_UNSIGNED_COMPILED" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XihGjT' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5fe95/fast + /usr/bin/make -f CMakeFiles/cmTC_5fe95.dir/build.make CMakeFiles/cmTC_5fe95.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XihGjT' + Building C object CMakeFiles/cmTC_5fe95.dir/src.c.o + /usr/bin/gcc -DHAVE_TIME_T_UNSIGNED -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_5fe95.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XihGjT/src.c + Linking C executable cmTC_5fe95 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5fe95.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_5fe95.dir/src.c.o -o cmTC_5fe95 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XihGjT' + + exitCode: 0 + runResult: + variable: "HAVE_TIME_T_UNSIGNED_EXITCODE" + cached: true + stdout: | + stderr: | + exitCode: 1 + - + kind: "try_compile-v1" + backtrace: + - "external/curl/CMake/Macros.cmake:51 (try_compile)" + - "external/curl/CMakeLists.txt:1959 (curl_internal_test)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_GLIBC_STRERROR_R" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3f5b8/fast + /usr/bin/make -f CMakeFiles/cmTC_3f5b8.dir/build.make CMakeFiles/cmTC_3f5b8.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_3f5b8.dir/CurlTests.c.o + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_GLIBC_STRERROR_R -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_3f5b8.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c + Linking C executable cmTC_3f5b8 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3f5b8.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_GLIBC_STRERROR_R -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE CMakeFiles/cmTC_3f5b8.dir/CurlTests.c.o -o cmTC_3f5b8 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "external/curl/CMake/Macros.cmake:51 (try_compile)" + - "external/curl/CMakeLists.txt:1960 (curl_internal_test)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_POSIX_STRERROR_R" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c2580/fast + /usr/bin/make -f CMakeFiles/cmTC_c2580.dir/build.make CMakeFiles/cmTC_c2580.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_c2580.dir/CurlTests.c.o + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_POSIX_STRERROR_R -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_c2580.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c: In function ‘main’: + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:299:9: error: incompatible type for argument 1 of ‘check’ + 299 | check(strerror_r(EACCES, buffer, sizeof(buffer))); + | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + | | + | char * + /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:292:25: note: expected ‘float’ but argument is of type ‘char *’ + 292 | static void check(float f) { (void)f; } + | ~~~~~~^ + make[1]: *** [CMakeFiles/cmTC_c2580.dir/build.make:81: CMakeFiles/cmTC_c2580.dir/CurlTests.c.o] Error 1 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + make: *** [Makefile:134: cmTC_c2580/fast] Error 2 + + exitCode: 2 + - + kind: "try_compile-v1" + backtrace: + - "external/curl/CMake/Macros.cmake:51 (try_compile)" + - "external/curl/CMakeLists.txt:1963 (curl_internal_test)" + directories: + source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_CLOCK_GETTIME_MONOTONIC" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a0dd8/fast + /usr/bin/make -f CMakeFiles/cmTC_a0dd8.dir/build.make CMakeFiles/cmTC_a0dd8.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + Building C object CMakeFiles/cmTC_a0dd8.dir/CurlTests.c.o + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_CLOCK_GETTIME_MONOTONIC -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_a0dd8.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c + Linking C executable cmTC_a0dd8 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a0dd8.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_CLOCK_GETTIME_MONOTONIC -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE CMakeFiles/cmTC_a0dd8.dir/CurlTests.c.o -o cmTC_a0dd8 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" + - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" + - "external/curl/CMake/OtherTests.cmake:47 (check_type_size)" + - "external/curl/CMakeLists.txt:1977 (include)" + checks: + - "Check size of struct sockaddr_storage" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XdUSka" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XdUSka" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_SIZEOF_STRUCT_SOCKADDR_STORAGE" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XdUSka' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_99774/fast + /usr/bin/make -f CMakeFiles/cmTC_99774.dir/build.make CMakeFiles/cmTC_99774.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XdUSka' + Building C object CMakeFiles/cmTC_99774.dir/SIZEOF_STRUCT_SOCKADDR_STORAGE.c.o + /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIC -o CMakeFiles/cmTC_99774.dir/SIZEOF_STRUCT_SOCKADDR_STORAGE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XdUSka/SIZEOF_STRUCT_SOCKADDR_STORAGE.c + Linking C static library libcmTC_99774.a + /usr/bin/cmake -P CMakeFiles/cmTC_99774.dir/cmake_clean_target.cmake + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_99774.dir/link.txt --verbose=1 + /usr/bin/ar qc libcmTC_99774.a CMakeFiles/cmTC_99774.dir/SIZEOF_STRUCT_SOCKADDR_STORAGE.c.o + /usr/bin/ranlib libcmTC_99774.a + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XdUSka' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/curl/CMake/OtherTests.cmake:56 (check_c_source_compiles)" + - "external/curl/CMakeLists.txt:1977 (include)" + checks: + - "Performing Test HAVE_MSG_NOSIGNAL" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RPl6iY" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RPl6iY" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_MSG_NOSIGNAL" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RPl6iY' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f66af/fast + /usr/bin/make -f CMakeFiles/cmTC_f66af.dir/build.make CMakeFiles/cmTC_f66af.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RPl6iY' + Building C object CMakeFiles/cmTC_f66af.dir/src.c.o + /usr/bin/gcc -DHAVE_MSG_NOSIGNAL -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIC -o CMakeFiles/cmTC_f66af.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RPl6iY/src.c + Linking C static library libcmTC_f66af.a + /usr/bin/cmake -P CMakeFiles/cmTC_f66af.dir/cmake_clean_target.cmake + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f66af.dir/link.txt --verbose=1 + /usr/bin/ar qc libcmTC_f66af.a CMakeFiles/cmTC_f66af.dir/src.c.o + /usr/bin/ranlib libcmTC_f66af.a + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RPl6iY' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/curl/CMake/OtherTests.cmake:67 (check_c_source_compiles)" + - "external/curl/CMakeLists.txt:1977 (include)" + checks: + - "Performing Test HAVE_STRUCT_TIMEVAL" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t0OFba" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t0OFba" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_STRUCT_TIMEVAL" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t0OFba' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_6a57d/fast + /usr/bin/make -f CMakeFiles/cmTC_6a57d.dir/build.make CMakeFiles/cmTC_6a57d.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t0OFba' + Building C object CMakeFiles/cmTC_6a57d.dir/src.c.o + /usr/bin/gcc -DHAVE_STRUCT_TIMEVAL -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIC -o CMakeFiles/cmTC_6a57d.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t0OFba/src.c + Linking C static library libcmTC_6a57d.a + /usr/bin/cmake -P CMakeFiles/cmTC_6a57d.dir/cmake_clean_target.cmake + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6a57d.dir/link.txt --verbose=1 + /usr/bin/ar qc libcmTC_6a57d.a CMakeFiles/cmTC_6a57d.dir/src.c.o + /usr/bin/ranlib libcmTC_6a57d.a + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t0OFba' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/curl/CMake/OtherTests.cmake:107 (check_c_source_compiles)" + - "external/curl/CMakeLists.txt:1977 (include)" + checks: + - "Performing Test HAVE_H_ERRNO" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uGXQYZ" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uGXQYZ" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_H_ERRNO" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uGXQYZ' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_44a9e/fast + /usr/bin/make -f CMakeFiles/cmTC_44a9e.dir/build.make CMakeFiles/cmTC_44a9e.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uGXQYZ' + Building C object CMakeFiles/cmTC_44a9e.dir/src.c.o + /usr/bin/gcc -DHAVE_H_ERRNO -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_44a9e.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uGXQYZ/src.c + Linking C executable cmTC_44a9e + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_44a9e.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_44a9e.dir/src.c.o -o cmTC_44a9e + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uGXQYZ' + + exitCode: 0 + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" + - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" + - "external/curl/CMake/OtherTests.cmake:147 (check_c_source_compiles)" + - "external/curl/CMakeLists.txt:1977 (include)" + checks: + - "Performing Test HAVE_CLOCK_GETTIME_MONOTONIC_RAW" + directories: + source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NWsPEA" + binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NWsPEA" + cmakeVariables: + CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" + CMAKE_C_FLAGS_DEBUG: "-g" + CMAKE_EXE_LINKER_FLAGS: "" + CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" + CMAKE_POSITION_INDEPENDENT_CODE: "ON" + buildResult: + variable: "HAVE_CLOCK_GETTIME_MONOTONIC_RAW" + cached: true + stdout: | + Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NWsPEA' + + Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7e1f3/fast + /usr/bin/make -f CMakeFiles/cmTC_7e1f3.dir/build.make CMakeFiles/cmTC_7e1f3.dir/build + make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NWsPEA' + Building C object CMakeFiles/cmTC_7e1f3.dir/src.c.o + /usr/bin/gcc -DHAVE_CLOCK_GETTIME_MONOTONIC_RAW -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_7e1f3.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NWsPEA/src.c + Linking C executable cmTC_7e1f3 + /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7e1f3.dir/link.txt --verbose=1 + /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_7e1f3.dir/src.c.o -o cmTC_7e1f3 + make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NWsPEA' + + exitCode: 0 +... diff --git a/build_emscripten/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/CMakeFiles/CMakeRuleHashes.txt b/build_emscripten/CMakeFiles/CMakeRuleHashes.txt new file mode 100644 index 00000000..3dc41241 --- /dev/null +++ b/build_emscripten/CMakeFiles/CMakeRuleHashes.txt @@ -0,0 +1,107 @@ +# Hashes of file build rules. +bc8f133c202c56aeb2c656564f9b8e63 CMakeFiles/alldemos +c0e8dcdb796d92d47a3388d7add2415b external/SDL/wayland-generated-protocols/alpha-modifier-v1-client-protocol.h +be40138b9c4cfc133726ba6a9faa690a external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c +dab1ffd621ef13e626101c5ab158ab29 external/SDL/wayland-generated-protocols/color-management-v1-client-protocol.h +feef0d871ca9f363037463bdf4356c69 external/SDL/wayland-generated-protocols/color-management-v1-protocol.c +0a69fc9ad978b20e31133e86fe35c106 external/SDL/wayland-generated-protocols/cursor-shape-v1-client-protocol.h +cdcb3f3e0fb9f19b9d07d36f83fca556 external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c +2a5cbf304b1a210cfaf0548d7cee1954 external/SDL/wayland-generated-protocols/fractional-scale-v1-client-protocol.h +8f533882dadb2412ab290823b3d6b923 external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c +586b906fad23d17cf766d91bfc559af8 external/SDL/wayland-generated-protocols/frog-color-management-v1-client-protocol.h +753d53e94c710a4f771b38ea61453294 external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c +0606f0e5f28a1fa1b7126bcc8ab2ae0e external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h +b20f225e7a3968aa00c096b7bf42ceb4 external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c +5cd0d7ec79d3d11ecc01489b648900b9 external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h +0ce089412b14284410f52afc29fc252b external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c +895330acf9f6a0ea82ad0bc1e764b284 external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h +96101a8e09e131ef132574387b73baa8 external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c +c5ce34d3fc93b66a4b452c41444b49bf external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h +e38857ee5692e0293756fcc9679b6460 external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c +6717d71fc9895b6a9d3c53a00b5f9363 external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h +d83a64751eb9552f0f8303e56fbb77ae external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c +83bd832a5a1f9b284446a793c46631a8 external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h +50f1fe1543c280cbb7df6ff95259a7c0 external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c +f534f24aad1973d92df85db4ef3b6ae6 external/SDL/wayland-generated-protocols/tablet-v2-client-protocol.h +f088b3be41c3e1c38bd48041db7006b5 external/SDL/wayland-generated-protocols/tablet-v2-protocol.c +54d11bad3b80973258640d8c9637204e external/SDL/wayland-generated-protocols/text-input-unstable-v3-client-protocol.h +22b6916682202962d2356dccfed48006 external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c +9a09ded7c2d308719dd02135d1dcdf66 external/SDL/wayland-generated-protocols/viewporter-client-protocol.h +d0eecb4e333ab02e8c790679ce5f0b21 external/SDL/wayland-generated-protocols/viewporter-protocol.c +4bef681a2686b35139fad36ca7111b52 external/SDL/wayland-generated-protocols/wayland-client-protocol.h +bab85f789b5edda8daa6cad957bea55f external/SDL/wayland-generated-protocols/wayland-protocol.c +b5d2e565520131c4c1d13c2f44ff18a6 external/SDL/wayland-generated-protocols/xdg-activation-v1-client-protocol.h +4c1ad1839d41a95b0c52dfc7eaf25b98 external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c +8e90bf03f17d7e08806754160455c1fc external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h +7a2893597fad591c28deb1ef8c750151 external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c +91a92016379d9bad3c2103fdb0e0a270 external/SDL/wayland-generated-protocols/xdg-dialog-v1-client-protocol.h +d705dab7c6c64cfafecc5dec7dc3ad0d external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c +87fdb0a3d72c36f217883badf1b64535 external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h +137e6565ef5621c331d674123c0d2b7c external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c +b31d81da074b0d739f5521f7f6449794 external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h +e6aba37fd84af090cb557dc6eb97febf external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c +135a87f3cf821f8347f2fb615abd57a9 external/SDL/wayland-generated-protocols/xdg-shell-client-protocol.h +1a3e74bd1d23d4ef72cc8fb04aa80ddb external/SDL/wayland-generated-protocols/xdg-shell-protocol.c +a4384fc96e5403a1ff262b2d46b642d5 external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h +993f9fbad5cb4221742680392b6e6095 external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c +65425b2801d7ced11d7b7697fd045df6 external/curl/CMakeFiles/curl-ca-bundle +29b77567232e5e74f773b846a8f46a7a external/curl/CMakeFiles/curl-ca-firefox +415d201aa4d2dbc0ba458f8f84521926 external/curl/CMakeFiles/curl_uninstall +fe3ce9acfb9999a07bbc4f7cd6d2e7e3 external/curl/docs/CMakeFiles/curl-generate-curl-config.1 +fe3ce9acfb9999a07bbc4f7cd6d2e7e3 external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1 +fe3ce9acfb9999a07bbc4f7cd6d2e7e3 external/curl/docs/CMakeFiles/curl-generate-wcurl.1 +027d2b9f490efbe33420442ed317a813 external/curl/docs/curl-config.1 +d7d942b8c55f25dfe25d26afae71ec1a external/curl/docs/libcurl/CMakeFiles/curl-man +3803cbeaee36528b0359118ec0d7d5a4 external/curl/docs/libcurl/curl_easy_cleanup.3 +442648b0a64285e00a5ad0d1479e7dde external/curl/docs/libcurl/libcurl-symbols.md +4bd850e770fcf7e66a32527ce0afc92a external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man +4d5dc861bec23839b9b7ad95b51feda3 external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 +f19f15e4bfad0a7b66d5714efc3e7184 external/curl/docs/mk-ca-bundle.1 +d97f7d30e8e43713014279b38ac334e2 external/curl/docs/wcurl.1 +447e6200c668f79cf67dc62694e31592 external/curl/tests/CMakeFiles/curl-pytest +5c18f237aed2018ea00eb248cde0f436 external/curl/tests/CMakeFiles/curl-pytest-ci +2ad18c87d6fbd2ad1a0d12f907396c19 external/curl/tests/CMakeFiles/test-am +428e309ca1b014f9c4013079a953c3b5 external/curl/tests/CMakeFiles/test-ci +197ab46abab7d528e4f25d3cb1a3d2a8 external/curl/tests/CMakeFiles/test-event +3e38e5bd9655b55eaa632e56fc4f3480 external/curl/tests/CMakeFiles/test-full +bc3220674fd148d1be41d6612721cc04 external/curl/tests/CMakeFiles/test-nonflaky +4c73014a57cc26ccc00efb241257893b external/curl/tests/CMakeFiles/test-quiet +69f056e8e456077ec2177c4a40c697bd external/curl/tests/CMakeFiles/test-torture +0353e7d757ff5325d89f9bc8baf37e0f external/curl/tests/certs/CMakeFiles/build-certs +af74b56d3ae28f542598657512f0f7c1 external/curl/tests/certs/CMakeFiles/clean-certs +6ed1b6149b09e1a94cfaf7eede7640cf external/curl/tests/certs/test-ca.cacert +461b9990aee2165c8a2232e8f9685bf7 external/curl/tests/libtest/lib1521.c +4b12e8e061fb6b07cf2865f4ecc19649 external/openal/CMakeFiles/alsoft.build_version +4a139b0be205fdcfd3cf8fcf8d3e9ec6 external/openal/CMakeFiles/clang-tidy-check +9fbfcc3231d39db1a7c0adad6e99cc57 external/openal/default_hrtf.txt +26c3396c155d51657d59ddfb2e1af6cc external/openal/utils/alsoft-config/moc_mainwindow.cpp +55aefdee36d43ccba8586a8a64080143 external/openal/utils/alsoft-config/ui_mainwindow.h +0c1c20177942d3f21a1c747005cf9db4 external/openal/version_witness.txt +ce2132972dbab811ae4eddb156a59691 external/vorbis/CMakeFiles/Continuous +f829bc43b113fa905895a13fbaaa8200 external/vorbis/CMakeFiles/ContinuousBuild +9207b4567c1b08e237a5c8f59e1a4530 external/vorbis/CMakeFiles/ContinuousConfigure +4a8d9d0a94493f58d32c76385c8f483e external/vorbis/CMakeFiles/ContinuousCoverage +aa07a484776e6ed70d0080c8c7b1f5e5 external/vorbis/CMakeFiles/ContinuousMemCheck +dfcb378804d5734b3f8fd8b42473c359 external/vorbis/CMakeFiles/ContinuousStart +d7c24350c726c3dbda4a543f17967c1c external/vorbis/CMakeFiles/ContinuousSubmit +4471119654797c3168259f81eec78ae1 external/vorbis/CMakeFiles/ContinuousTest +a68d35116c34a398bc4df554a3a18ef6 external/vorbis/CMakeFiles/ContinuousUpdate +ca462cd40b6f1422b949657e7b94e788 external/vorbis/CMakeFiles/Experimental +e47caf55288882ca1ff3d75fa5f57716 external/vorbis/CMakeFiles/ExperimentalBuild +7c8b1538a5529e082996c01d6428fecf external/vorbis/CMakeFiles/ExperimentalConfigure +08542f70ee56eafc31826691a0273743 external/vorbis/CMakeFiles/ExperimentalCoverage +1234b19d6c52ed399365261634e62017 external/vorbis/CMakeFiles/ExperimentalMemCheck +60743e62c065a733ff042d887c3920c4 external/vorbis/CMakeFiles/ExperimentalStart +8d7125cf4625a5f6cd3edb6280301a4e external/vorbis/CMakeFiles/ExperimentalSubmit +70bc507fd963f25db81577c564ae4337 external/vorbis/CMakeFiles/ExperimentalTest +976082112b48fc97afa63d06b47b4f63 external/vorbis/CMakeFiles/ExperimentalUpdate +257a8a9192ffb676e565c5c481988395 external/vorbis/CMakeFiles/Nightly +998b0492c37d556966c1e0f4d98be12b external/vorbis/CMakeFiles/NightlyBuild +66b8d7c36b98632ec13b3c3b794cdb2e external/vorbis/CMakeFiles/NightlyConfigure +d9bd0aa06631358ea20265efc5b094b6 external/vorbis/CMakeFiles/NightlyCoverage +a8a58c2238b4cea42eef99732ab8de84 external/vorbis/CMakeFiles/NightlyMemCheck +570c1e93ce4b8568a3c9fa6c220f174d external/vorbis/CMakeFiles/NightlyMemoryCheck +e23eb0dee9071da9b5b34b76137e1927 external/vorbis/CMakeFiles/NightlyStart +8376cc9dd1c17cedf86e31cc146a4785 external/vorbis/CMakeFiles/NightlySubmit +f356898101fb270b699305a2c407dd09 external/vorbis/CMakeFiles/NightlyTest +f5b2a7f9e208e8cd2ea27fee41437979 external/vorbis/CMakeFiles/NightlyUpdate diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/INT16_SIZE.bin b/build_emscripten/CMakeFiles/CheckTypeSize/INT16_SIZE.bin new file mode 100755 index 0000000000000000000000000000000000000000..4fd91a1ab175d77215a4b52285b6136d3dd6725d GIT binary patch literal 15304 zcmeHOU1%KF6~4QYW5uzpjT5;}Y^rHVjRVo>$CAhoPF9vyo(;0>$kIb=oXbi(l9o!l zVs}*JloEs764jWhr44})2+32SFNL&_7Rnlx#Ca&S1BJQ|jam|Li`ytkTinEGdd|%G zM!RDv?L!HL-YaI#JwM;MXU^Q&JEJ-CY-VUMnMf$K2KBgN&Ps)nv?wljONU5WJ*;-q z{(#!A?jXJ~kcIkmNJtyDR6{*&5;=<*_nPSA^nlobB0{E&+p0BjK-55$90%jJu|oJb z9g_h-p^wJ17);Fy_7VNQu%NX#4kcxW2C2vEX=^g%Eup|M%Q#DLmf%2NmN-F?PtFN% zCncY8nkF5$bg-xV2nB9gaB=#8*nzS=H{d)gU{#!oI7%0Ar{44O+>gfxJ{`KdEzXmI zYZS+Eig^Nx@tz`_ObPM)=>*ebM8@0d{H@7(02MaKO9u_XbM4shm`a{gRgMMvgi6%$ z$r#VJ_tM6vgYmt;UU~cc>*q(_9sAkjp}}`PyqbOF$@ZDTcyD+6OulWVP@G?ATX?v) zt+(5*l1ZZ&#mkjFJ)0{O zNiwmJ)02f_Zl>^zt60s))~k*UWsmmjF1yR_iTa1TmClYH*Lk<>P8BMiTOK{$KT|5Y zqq*@JmwZjlmWtwCho+kvDn(}^_zN$D1o0d%=EMB`g**AIJS4K$zWY2)t0esrh7H#@ zuB+7Dp?sfQzmQkOVN*KPLk_{uO8OmrW}{ z3RvIym+aEjr=6ugI*aeFogB?{Ry*HvE*|+E8Tc(c9l zS0|fW2R85=-?<}sQmgsHW6t7{9o%)6-t%@j7mgex#&5Yv&(hZ?eBXa#+hZh1oLSk3 zcV%*;-`tv3?C(!gWIIMamcDVrS(;ycGjoeWzL2@$yx?4Hxkm1qf7+O8{zWyBxpg6P z>kOqT%43u{hL~nDU@~AbU@~AbU@~AbU@~AbU@~AbU@~Ab@V}7(e$SQI-|*Nz3Wwh- z9a!^ye%0Udf$t9y<#&jN#6l{uf9Lk5WqL8ia(>sk`o8ZUWP^e2!J93XG5!+y zX=8cc?$o!E{k!g%CLr_F_nAP>c_Vl8TF^x;lUG+R;cdwbO*JrGuBt#v!}JD z5@X%leMTMY?|;-fL=Wu`TAe+1r`>6Fb#(P~ba(Y^X!* zMo8U7+ENsMdrbaqlJ80GRJbmP4cap8**@;)C6Zf#Mg8ta#NM6Ut8jjxeVyfsu0AW2 z;D0BViA|}`sg86g$NqWh>``|`-*p84vmx29Xk+_${MW?(KDn;ji0Afu+BlxL|38!5 zqAlJU6Pwq4w~~BMat9Ay-?GD_oxS>0_A42CLKTXWCC#%@>47f~_Z`pnQ$;t;KAmy& z;7H%`jCKY_ls-0e;%MKHJ~23WDl@7_`;HD}sMb4PSe{1x_`j*WKwg*$ z3&?M)CfE5&Nl)jBd9F0io*=7yp{VC8ZeD4(NIN}VsR&j|+o?KTXNCv#r`4j@7r;kh zbJ@G5m^`KI%Gp^jH%`YNrtfIB&C5-Nc%3Vka}*}y(I@A**}?>kTq4i3v*%{06S}6PDtn?dJL?uH z7yq5c>lCjI{6A1`_#Oo`9Y{BJST`V{nxH!Tvi#tKJ^(|ZxLzUdqYhmX(fC_^4+VR+ zt!-Ii{y}RE;=dx}gJPYPWhwgp2R=?whu2Qv*8~sBzgyh!T>_3D>*Q(DF$8$5*Pzca zxTeM9pCBEtrNCqT1jT&^;)fmR9N~Fw29Na_v_r;@$B&Snr4FAH;BkKdS`|Z#A3y#j z((^Il{v`TclixSo2Z@_tEcBUvhqhY0B{30*4TZEv+z`A) z9ljTlX|HhqitoST9;5Jmh~M1Z2l%p_f6Oo7 zFb{bBWfS1>9Z|KNgwzg&B-#TH`aWrD@wi{QE_ht$Z~z?W%@|&##j+!$;zoqGFZ=7H zVPA+J_ap6sm&1?nalU~BEEDs{4*2->2YfBX+>OB0IVld)qU7fno@Y32{Lmq5V~8DS@<53T2H$YX2xWg+kpQMSTR^VmAtX;I^)&=ggdM zG&`2k{wSf)d&SJT=kc9;=FFYFGnz9m=0=9osgy!%QqL&ntV}4$isE{&bckftlWI5Z z5356JEAh>NEYxR1LfWupni^?~$XU#|*F~SChs6#Q5i(`mX03$-q6VtuI2gBu6~ZU! zIT-*H`e;0h!PKl^AJMN03mV69C>c96$UM_X+tVR$2?dT>##w^11PA)6#0iRga!zln~GFO)x#q$atHbzg0O8puz@u>7pTcuALY?r_z^HonwJMrBV%i zI>EE;Bee19V0_*m-Tu7;zrA~_zUQCcbq{X6@!Z|T&Y9A9e{bhZv16uGo?qx#c(T8v zzt^r+?4Dp89t-19_djZEzjp)6L6TV;$n_@j@+R_!N&evt{3xyIXeM;cD^xu_TPT%D zGO?_9XmNVQz^S+ zh4C4ed`-<(%HmyzrW+b6MQ0-T3onEe@fj(etEZ%8xE^oQosg(2ix|jBEI*V_#Tnkdb z`tG~=rMI4UmVVtNEknoW)~1xa%yv?d@_dA3H*f-*%6lrEgF8zW?Tyr%8~yaBV%_ zYm@8!*7mGof4`q1+jHb&>9cp7rTLYgqf@3~Tknx5WI;qZH< z!>hi}uln2G_5Bf|{4SDP>V-2ZwU9|2+PSS|nO;n>oZq#syyN>v*kEW|@Meo;jK4~L zI#@oiJM)F~;I6IH1Z18XzmH;Le!s=k_CO4&+ z5jBdJ7o4ztGmzcw!5vKuAaWG-k!eA9E+Uu)2!b0lV-a~kW%|pCL3zn zV+I@9^La_BhgI@;J`~_~t7a?afV%v@h!o9&+fw%m?Z>FIQN8mN$t@Vg=vM;yKBclT zA$1pN%TWBC3HcXEzBj#7;kqC;Xv?%``=p<5klYF^8h76zc29br!uf&rhb&ig^;w|= z|2w%(Y({-Rb!9_2_AgUsuX-r@t|R!L4at5=8`~%2za{nu71j7 z&kUT*X=mt+(kDhv9UmCcr-p~m=En5c!10kB)p{oj%d@B-|93UxZn5AM6jz{^$O|)J z0r>;fvmGykhEh_DnX{X0)HNi@0J5{Ia+~|;guUhoR0{AFw zE_>G$lc$tjyEy9=#)*2>kWQmlu6V9JRi3x!s+Bpn>RnWJBpRPD(MJQNqOwb6s+6Bo zf#GzaHm&U9#WFb!saFj(pLVOYQl;F$Xwp^PnF0gY4~1iU?gH(DeA(4XkUiU-)|1u3 ztgEMsga9YO3>?pQc!jADuM5>`fx=`w`sBPYTbiJeE99AW_S_70Lf4d3WlvOQXWcU8 z;=j{)o#M5D{|Cwq-=lzL1L^t>>jorL6V!lTmLGi3M`0)w*DJ&W)S*iv8h^9zp}sDDFEDKkPu~2+wOXc&yK$T{3nueuVTQb@-eBkNX4Ax)@^o@%#n%#etUI8zQZ%&W{QJ7#qczbI zbD>Fl@SxukJo1Ni7!>nQygqRJuO;x7j0-vjpitx=;vZ2be*Jn@r~wr=6w)4XLvVvS zd@mx?Ug7=~-+v{?0}uLh!nVfnxWC=cKMd4h7jo-7v+0cwFaj037JO1YTvuvMZ$GMuZP8`)j0O zUx**~Bb|bm!;kPuzKH}Z6Z6Op_~i8me4JwLMquik7Kd3;^79MNGaNVa!p{weow`w5 c?g_h(VIa{YSh|eC$<$@C0)l}XEt&ilQ<70N-t~g*j{1p zn%yySicljNP)!uoAX*`zN)7NgY+pS(#9h6~*;l=@7}P!)iC} z52*d>KH{4LS*Xv3gtTGHG&Rx|k+Ya_S45wr2gD8(5i(`mR;`5tq6VtuI2gB$6~ZU! zSs4Hn`e;0h!PKl^AJK0K3mV69C>c96$Q*5??dg!WgaXGb<1E2hf&+a`;sixLIVZf0 zNj{S_OFC}ZU{CoG3fzj|lJs%017&+|z;>@K0`Q}65{#838u$s8E>oewu`nKW|D(qCdp5BgB$>5|TyG&SZy|q(VL@Lei9_h*r4vQd+ffbf2ddK{P;;-bgS-ksph%W@soqIm9jft zn3#3R*YsSaEZ%i!x~ZX3bS8qo@Iput&+%eDEIeAepU=vtM0VvHuh6tg(=TDzaDC&t z$~+j#_sR7Od0iZ~WJ5jV;OozXa-OsCb9g-_PlqPK{zgnLmvA6|Cnm?Wz>3wFJor5f ztj*43z+}K=z+}K=z+}K=z+~Y6B?BL{e*7QK((M-K(zdIeN;zMxdujiMv-I|YP;`@YNM$#rLW&AIyLXPm2dnw-=d&fDwW!{net9JKhW zQ?2bo8+eZI;*lb$)xx2(&eD+`+;x`U^>#UzjvOS$Z@WX!(zhmk-+yD<(xu^1|vba(6l8OS#+5x1GyvH_2V=kDD{CKdYy5cQ57c zo~Kkrd5kj05YtQsOa@E_Oa@E_Oa@E_Oa@E_Oa@E_Oa@E_{x>qf@3~U@o1WfB;qZH< z18cs|uln2G_x%x~{4SDP>iN?uwU|lm-?_bIgl;I8{-2*^A&ejmlg{CE_Hm<*TJ(9fh}zAa2t(=^cM0!Ez2hUoqaJd<@ObunRCv@yqFxvJzpncgHn}0i zjHpq(C=Z8R7s+i+^gBXUy(shnq5M3{tt}+ce!KJ>ag1^6BBvtHpaK6+Ka7Wjf$6&N z`vgyKii3EOCwlA+_!iOsU3dvsynplr_2XNOjQZ33=FVk0>h0;<%CX2fKh5fWKWVm`1Sz#wWwN2B zJ!Y_(J)f79dPpUY=dl2{TQyrT2h`>NMWkpJ+>*LiXirdQvwG)gl3Or}(QgLwy-Ha#)# z{&#Yn*o^v^>dJ<4>|deI9`!)Q$aUR8Jh$J_#_=Tm|B>Vt zZOPW0+Pv<&o#cDcJ9zNMmLDDO@6~7WpUv5ms#Kn;Xr7Hq4?R0Na56tg72P!Zbk5Pk zrw2~vv@>*C>Ek1(jtz|HQ^Uh&a^re@;MhoxYQ2+%$y3U%U6}I<6GXjgNN3P1S3K9AE-%>g)ylkE^)4to5=|_W=%ayBQQ4(3Rm#t+ zz;LEen^AW0LYbU~)T@S?FS^xQsZwrWH0i4DY=Hsnhr+Qvcaio%zU*ox$e!)a=&5R9 z&ebzTLV%NC29D)Byux&d*M(}eKw&Z-eR5uyD^1eK74l3wdw!NWp=(O2vL`EZb8eY( z@!x5@PVw5n{{!WQ?@>UrfplYsbpsNr32MNv$PYf~<1iG8>lNYw>d++-jlb3RP_Sp) zc*_&>H(F~D{|y-*6zi-kOVRf~@NtGZymkV=CU{W(-QtGt5^(%jC(n_NA;4q327Qsi zv6hT~l61V50+00*6!#s7A9kSggy*#xJl1E>E*U!+KSFweI($xm$Nd3lT?{dP^7xlY z&&P!OljwI%e&28(ByNJS&}aG*ZE?IMIM9QMgo!$G@p1x>bqADIiiVb)f8P;&v?f|& zE;MNm9`t*HNB*!5gJS-P*L#lt2MN3-z9%yH{QSc649AVU@N)xVr*70% bdcy7}F_35yEZxg(j{ni25U?`=NU-W(5VJF# literal 0 HcmV?d00001 diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/INT_SIZE.bin b/build_emscripten/CMakeFiles/CheckTypeSize/INT_SIZE.bin new file mode 100755 index 0000000000000000000000000000000000000000..bf38cb1995b8ff2baf2fc2e374a5a53c478de431 GIT binary patch literal 15296 zcmeHOU2Ggz6~4Q68n;d2ZCZ!433vom)Jk~#6Wc0{(yo8jnH7#566XP;^lI%L+bir{ zYj+Gz5i}4$SW&=8EmT4k74QOYh^jmw!A3!W3L&MH5ESuX5Jdq6;))*yh`gLL_k82= z#4bok6%zMYJLjIC@7z0Q?#!L>oOvcUI+9MM6sSo(p;&S0qFjsooS8V2e>sQA{^MgaW$L(?ZqW0llrSlWVb>e6M$dCLehhyc)2EF~xV;wB%PAb{e-YE;Twud$Odnnk zLvOpW8L%0!8L%0!8L%0!8L%1nf62g~Ti^8$@4}51@8XWjol1G1sR!xCHSfX?TdssD zV0-r;^UJS3qDWA^B}x4hZVk*HV^q??uPfgcd6}l3fKB_bEftC^;GWm z#oX<)l&UC?QRWz8$!5T2z-GW^z-GW^z-GW^z-GW^z-GW^z-HioBLn=ND|Mjh$bK3Q zzgIfA)@bmn{G12zLT12zLT12zLT12zLT z12zLT18+|TP`8LWMbsdoc5@eoA$5$qMfRlL@j;PM4|zajJo`N)GU_5xuM7KM*Bcdf zxhBPos8KvG4~JYA$+RZ+dyJ?)C;VRF{5;FlW>~b{DJ@R|qu;vdsmL=V;Q!e$;~{0} zx-Rm5!PA@KaJ5+7Cq;uS-sgvy77EUseLMw zHJ0|6!&d(LLjU_!a(@hNk7{;e0jSv%`nRd;Quhk0M~$uOoqf_faEkGjP*1&QV@hg% zl71N)e`i9^^Kox_m%@2LVo0B-E&C_qe1-H*=&^b8EfVib?^8HFuzr{Iiq1aAXz;(2 zt0ZRBJ5*QJ=&^m48hh2f(RUr;|7=M26Z)}#a{NCR{|Du~?jV`zSM=lYB;#Kvy+gkw zrBhqieZQ0Rd((9G%5@~d<;N!Usr-j>?vyH(rz@K0qSC`392+>EAEJ70ntM9u>5-EI z$8*{nKB@Gv(ec57Q9V8~aw<2WCk6&bb5!Y_EGy5Vdi>v2jQhnxP*7ZdUZN;0nDX&E zYRPr6R?)MCa*^xI^W)@IES2?Q%`YnLmuaIXYc;`2VLR2P>)hC|eyd9K&E@aWu({}6 z)0hIK+}gSMpfE{1s2VCj5$A=)oV3`EnEIDbxehpi?30f4lFX;LpBs z%9HRnT4ON&YtlbB)>m1MqVIkX;}kV`%>;f;@ZfyiW8!s}`^NrbeLO=th5(Os8l10# zaY~MVij2I50*`eQ9QPX-Km5QK2+wOWWUR~JUDA1S{20?S)Zk+RJnjp?>*9$1ll#9+ zcHSqB9}=!-!g2otbMp9qfedlHBRKFwiG(3M;ystZW4!^V6=D-5`{#9syNK38N8E)c z{UL*Yo!l9Z{51n79P^J{LIMu*x2X}wJC3n{Pry+)@(=a*s1ZMZ1IJjvMKns)0w dh*o+`^F8QDED4eB;kL$q=dc0nN&pg~`WIUrHShoc literal 0 HcmV?d00001 diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/LONG_LONG_SIZE.bin b/build_emscripten/CMakeFiles/CheckTypeSize/LONG_LONG_SIZE.bin new file mode 100755 index 0000000000000000000000000000000000000000..5c58bb6ab50c578046c752a041a282558c0efe95 GIT binary patch literal 15304 zcmeHOYiJzT6~4QY<4s~)8z*v|*i=KBx-nFvhb7@8I9XX*X|~9cW6M8U<6KtSk+ekG z6}zJ%CxjT3wh_jy0*OgmD0%!S{SinZ6hdfNL%hF16ioggoLzVOE;{iDUq|7aj%I!PWOr(C?aIaxXoIM1EL11&kNoxfE%51_&Zd1ZQEpHPW) zd@{zf?H#o7>0o^2rG{62{r%-1FZ^iWqp!U9HRr&rH`g{@9P8<7n=Z6Y7fW;Vt@8(a zT6?6v`7 zM3V9Oyq+kQ^3%n~T*YcWwjMP&lsnv~JMB)pJL(_kQaU$!L>JtOJ6WuHZe{dH-*ma; zj^@XvUGgsLV@>P+&_RM*jR!RCL3>&U* zTvzGaLiujFej%@k!&D~JLk_<7P$=g)TYnDUu9GK2lVHDGCzne&kpHGmj%$GxD|PbV z_b{+FJCgyE0h0lf0h0lf0h0lff&Z5b{JH6i|8N$rq@1%`F0?7-e5>Xq{bgt27paRu z3RvIqr`+PDN1VkEoP|HE9v#hg)H>dA&K>$K8TieQ6Y4J$c2mn!fj!CJXFun*yvyXi zt6np?enec~?5{MnoMFR@LdpIofqnN&O!luii>uCsj~{X_Ty1a?Z#kFNygSH2t2jvc zD-%sE{nzmv-tw{X{4{LtI(oISLU7{B={JxgC6_kI7ZEf0_&aq8mr zcrQ*|?>Dt%6#M&Vl59_qkHsghIE!;Dzsz3akk4kXIL|xhn%^gPO+RZ)H@#U)WUrmg zUOPppit-p`jv=O*444d<444d<444d<444d<444d<444d<4E%3ofZuZ^_B1@Oo5JDu zN_$s*pI`Mif9m@~MEPALx5Q(|RAN4z*t2bGYKdMYU444d<444d<444d<444d<444d< z444djJ{dsWBI*=TgNWMAZ3si^7`F@WNWJ5o!lNE?kMMZ*yGwY~MWS98`oFIEWj0xs zVn);`o{@(`u8ZWhD*9VORy{5BR-ybn%dI&i(SED+9C3_sYa*v2&!7SSPd|)@gn{Xr z@Vf<1Z;FF>ktcfW4fvGk|1P|QE8ahUg8K2zMn?T6 zEp-MP+4Fo!sM}Tic)lFqcBn?H&H;6~J~u(L;Ih=cLOV>Ijq05rCAkHoI(j~k?@}sL zC#3FoXiHQ4Z87# z68!JvSHz~(7gT#Dlwg-gvM&ES=|Fa?4CED0N9{=ye{!Y2BTZ!lP0c{*l-2cZU zw`hyERAS@0?=O*jXOga7`5lRHLnFh3I@lf0eIsj+t72)Qta(N%-T(FB-Xpm_s_Ld0 zsI!h9IM#b4tDXL1N)HZ=9PS;`BLf4+v!i;n_wZ1b>b>K|S2w4@1B|TSl3rf2s+Uc=sRj^XtP8I4pJKV27s~&xQ z5quOjm%eL?$y3U%o}TgYV?@15NT<*%l|9#BE6yLD|I; zRm;z+z;G&Gol-eA$(9kUiU- z(i4^ZjH{;#ga9YO^d8Q&dilu^uk)2kp2B22`s6%6Qyiy}%jB7M_UtruLf4d3WsjF< zX513x;=gaaPVw516j%5j1vDda5Ud;EsU~P0eo21tLGOW~P+YGN_fm&0iD>-IzK4Q6 z+t#-nF@K}A2JtV;_@G#4Wm$^8|ACL=)Zw)g_*KD!E{P$&OTh7Cojgf;h5(QC8uV$w zgT&(>Ck3yiz+?Rc#eE0jhaKoF;dyNakM$X}T?UTFk9eM>4xba?aen|>6GMz2KmJA1 z^D*K6B>G*G-#6R`iJM?7^qGE-wtBoJIM98ugo!$G@mvg#bqADIighhM|9&X=Xic=l zTxi@LJm|}UNB*!5gJS-P*Bg%ir!l-G?r(SV4+AyWh1_)>^52t!=MKil{SCeYd_m4X<`;07 z2Y)0in*fjRh-z&lq;_veqCN1SpOB^=kNc&|g2#0Z2f%?|jp0>BEZajWZbW$FvcEz*{ixW9cY@#I?H=)()k0s$II5}B5X%A${vE&bpaULh#N;)d- zsduX)rxcsIEfL04rhgJhKZN#E(@zCc3W0FOA!(o=oI)W94Jf4nr?`ni+u)=|*O}e< ztygO)EfhkbZ^Z8J&Agd;v$Jpa?P+Jvh5gwOs5hic!+LBIIg8oulJqBWpXdP*AtT#uMok@CbEKkgg+7%7`Nk4GIpqtd3-&#rbFHmgdMYNXNjF9cEA@UP9XBhIpOV? zSM|Vd&-X>?3TqYiTgzl$ofpM^R0kYNfdFEF4&E|?-#k9j1PP^baz{v$HcBt z948U;1c>pTBs-ZB;`#Fd)8n{|x7qnymGb};Hpoi{4Z(A5Xyk-SpH(%E1^p?NTF0jo zJnP;|8=nrgKl9~%KYXb;=IN7-fBf*d&%QA;{iTcTv!#jN?)KSY+ib~OSZrH7)Z5nE zZCA^7S1=Bbh4HBQ9}(;C+Ca0PWYz|9y@}l0M1Bv+AKJi=(wdHDQdj*##n*F%l1Gxs z#e$wHd4<{1Gp^!pKDJ&pG@L)uue{dEIepDCTiaTAZ`fg?XX#Z^4bH@u4 zvo86Xo-2FeU5Bb0Dk?>1BKQk0gcR`{FXqF-1Ep_*?UXpE>8QH#z6GTy9s&`CiRW*RML~UTwM(q=5T7 z|C(QV^J!=4PtLhNuO1uEb=ErHa4sBvhZO29-y*BOPub0_-wpIh{x~nzOX(T>kJ0=kkpPC-s{1=9+&mIcO6HP4$(j z=GK8*_8i~Y!$s;=3kOd)=MLY=O=szSe}{Aa@Bw1#EjQ@5^tH))z5d#k$4HPmb>&vP zSEg>Yn_IJr{e3V^x+loT(zmZWOA9Nn=WcSy=X2Mc=bZ~JZXH_zv8 zo}yGmd5kj0CWcG~Oa@E_Oa@E_Oa@E_Oa@E_Oa@E_Oa@E_{x>qf@3~TY8y?$3;qZH< zeXI34zv^%KxLzM7)M6&Jcl*|+WqL8ia(>sk@=?8hfE5O|25+`l#`c%V zPaDhoc4oex?%#383>h*{#P6e6ncr{mJ5DB+@n*M;KDaxI=hH>K*SF9`%rWg~xBd2ZTpmBiLa=ciG9Tu-X;{7I?ZDw7R+ zT4M?u>E9RV-=mVpV+D3QRb$u)INlwkEk(27n$*3bBTtQu>Yb-ZZb2!A7X$fjrLr+0 zHNQh!hT?Be$d^dIE4^Lex*#^7AJCrllYV|max2hSzxySzcc*tNoFDZ5hUJQ~XN3~{ z@8or2GwMFokqzb8|Ck!P)Lqec9l`%>NcKD0SU(y6TcUrzT-R;HGrdb2$CLE`0m&`e zlGKpexbFKwlJ82>)hqXr$ZmLaWJr(YpUT;js^m?THBUyR2fjAacQoHm1>H3Hbk5O( z$NP@vv@>vA>7n7#BYneqbZ~GiH?GI~jtu9h)H_*Mo<;fizbhGciv_=+xB$IGUYH5% z$8Rep*TrgC&lJ2O7nzH3i=3-)}aJnvTg)5?xS6ALB!W}sA5cFChc`FRy6 z&J?OM$}XPv$Z3dvCG7d8Td9`H-a1B8U&Wm*umSs_aBSaQq*OXLcPnPHAT#s_` zUlOlRye6c@557YIW1D~b7I3?qs zq)uK#VUKkai02K&4?W;K+4GtV9_uo&Lk3UAkC@I-gU<=<@mv6`i6X{N9zWmb`Iy*$ zK)9a?;`s;N$@9aCFzW;lXlS7301v|`x zzfd2mz#iWZ)!NxgsfR;|_OJ(jL_KkPJSSZfdtB#m06XA~guTj&W=DwPMufL7_iNO{ zz7Rj2L)yh&4nML_^89?kGEtB8V4uAHU>`@!y~vmv$HZY)I{9}C&odl1^0JL&h@F}d dEq8^@{TN7k5-dH#ZESyuA6$vHCkzs-`WLoqGu;3H literal 0 HcmV?d00001 diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/SHORT_SIZE.bin b/build_emscripten/CMakeFiles/CheckTypeSize/SHORT_SIZE.bin new file mode 100755 index 0000000000000000000000000000000000000000..ae3145706274bf7e3479b009ad265d30f95917c1 GIT binary patch literal 15304 zcmeHOU1%KF6~4QYW5uzpjT5;}Y^rHVjRVo>$CAhoPF9vyo(;0)>gS;~&Sj+?NlT?& zu{$bqN{K;kiE2#M(uP0?g!ZY>mqJ=d3uTQ;>O7R%fkNGfMlA`r#chns-d1XiJZlZdsXytdPwX*5g}8?ZP%JOAZnmWj)QSKSRs6z zj>`a`&`0B045nrU`-px=SkPJ=hmx{GgVdAtv^5#>mQdiBWt=5AOK_mCNSvU^C+CE> z(~{3PO_PpWI@nWwgaWrBxHx@C>_FL`8*rW#uqsYP9Hk4m(RaK&_v7(_PlxXAi1W1I z8pUy(VxE9vyw4L(ri6I@c!KFMBI9j${?_F@fC?MrrGtjxxpv~zxJsT^RgMMvgi6%$ z$r#VJ_tVCwgYmt;UVZbzYZpe|9{=gok-@j#zm|RM>Gs*eL~nQdY`$%_P+VASTYR*) zt+(5*l{%YKqsTgde`^5Qn~`$+!TE&M30>1ZZ(#mkjFJ(nvK zNiw;Z(^G|FZnp5Ot60s))~ikoWsmpkF1yR_iTX#omClZx)Ook;P8TYkTOK>vKU*rg zW4Vc0mwZjnm5SnBho)N^Dn(}^_zN$D1o0d%=EK5+g}eEzJR-7Jzx4u5t0esrh7H#@ zuB+6&q5ObczmQkOVN*KPLk_=Bfj!Buv!6>l-emIF zEw6=KKO?U1_Sc$Q&$HpGP_q9)VBhmSCJ%2o%j?eNzdq$$zSZC)UU#l-c=wZoHgVA8 zuT3?#4s7B%zVpZOq*e<@$DO5PySVEtzvJz3E*?8fjNfvLo~3V0`o91AjweWvIJ>$T z@9NZMzqvK7*x#R~$#$H4EPwT;v%IkO%gk*K`C{g#^P+R9(yT zbZFi8`Bi_*d%izJl;1^iOFTQG5{s$C!QDHXR_MhP%lTdF+Pl7gm<B{5z5cA+*(2s?RQGg5yu#}Dsn3F3>xqs`C&XH3`{qK zKOlH|Qyj#LJkeusz&DBhpTbMH;{B5+s2|^MWYnK#PYn(~UZJ|%Gab~r&RSn`&z;el zN{n@H_gQtKzyERT2tBkvY<2e7opz_y)zQ_{(cRUvonw)6ej3$#e%x#?2@-0*N~J?h zYmLEH_IzFv>OK`ep3elhy{gfwaX?-EUqpgt!40WzrHHT2toe7{oZ z8X47ht>N}b3r;2WxeLCal z!I8d`8SM;=D1BmR_;}xt9v&PV&5Y@>zT-m~s`ZW+mZwoa{_kqW-F(i=DXu^-kQZjc z0`fbm$#uR`(lfbYo-56>!(^2&6!k*I%`5E|X{RSD6~RhrJ5{Ia%&7tWakc361@KYW zT=uRhCQm85a&FGcO%V0UA)P_5Sn^zZy0~D^mrL_***mA~NHnofppOO$d1V)hR4G5N z0>hbHWk%Wgb479*Qm-6pzU-DOg;KGO(WEQ8vpEK^9}36z+(p_4`LfHUAbYkuqo>Nb zIakl*2?0)m={ufn^K#Q6Ugyf?9EHhv^vQW{t}sa>m&h~i?D<*hgsv&6%APFE&ACO& z#eb*qI>l=P{|}TKzDEH~2hzf6!Wk_^- z%!S77!GnHZ@W>z5VNlFJ@p{Mc|0ssHWL(fO0EHs|5dVxiwb!p_g&I&{Lm}-EHw14` zhwnvX+AG|@;`^`oc;G>QL)hjTJnnA~@DBqu*oE9C5BVQR!E*=W3Pi!kBq*=#aXI66J)Uh8RO0U-5vAtmL zTDxQ96rn~6fto17m4Jc}QU!hC1qo4j0ilh8O8Z2LK%zVuM5F|z)Dchxh`gLL_k82^ z#4bok6%zMaGv}V4@7yzI?#!L_oOv-bJd{i%6k3CNRx#(Kj3h0JH+!T*B&`mq-L&7Q zTGa!@H-<8!Pa8s7(^3r^X_LrV%(&M@AE*1o4iphGW!zS+i36ers^mBrw~ZCT$LY8X z01ACHp2J{jPPmWgSA_+w$8jhr*BGRp-ALP#hIfPl$1LL#+|uEm@*@ViQ(_0o_S}FAoRC#7V zaf*2Yit(N!oJin(Bc>onQ%u6Q?!E^1zsd1IOpsE}T^a+*Nz$aro z+dfJgpAN>~x^?XE_IE%1qwjyB_hVmby)<;G{oeZ>vxSMio{rgk`)r}Ou-LwMsIR@R z$E}py?r%grsqmU@ve>OriMzJE3W~zHwcp z9yap5a{WSH6^Bh}qlX-P^_Y?KoUK2HZ`R3^#w6TduanCq9Lj%NC&#tGij_Kfcs~rS z?apSvX252^X252^X252^X5jxN1Al4$=s&!Rx0}4n+pcyfy+Ev_Jz=%RtWwG4JZ#1~2i3_x4)wC^={s2Tiq= zsphu9bv(y+;b@-JYT@9xck$>$-1U}j1iQS;NB0v`Yq?9mrEgBwYPC1E9U(#D+_m+1 zuT8D@o7>Wg{oR@-+i~)-^!eM~(!$CwGWR&-%bDBWH@qt??~uFZA2+6&e^yOo?p@B@ zJ4dOC@)%`~A-35J*bLYV*bLYV*bLYV*bLYV*bLYV*bLYV{BLA{-*Y8e8;oZq#syjQF3XM@4*;hQa%G5#v~ zX=i!=?$j5P1G^rWAt3YA_f;qlw=3E@!}iF#e=|F%{uvB`BQ zW<-tR1^IEvb&=dwMgNdt)k{Km2<6|i+*%BY_S>cBiDQgg6*(1oh7I_C)=WGk3{BUB z-z#`}Qyj*NJkihIkZ%(G--VZO#rua(P(Qxa$f!Tfo*EiCT%o$#vz^oqopV0ppFgWL zl^E;3o^$HNz`$YW0R3ox+Ue?byWB3PyR*Buv!}avE5{<|{4}aNwYV9dpM-i$rP4;z zR%fu8J?j(d5fwk410im=YIN!xQ1=LJ37Q2rrS28l=cuz;z4KP}%ikn>hvHOecrf(K zL{cR0h{<0j`JUuXh3mptEA@)l$NjuUatB6r^oP`cIQf{u`GKm+az$64VvrO~-Jp%*iTl4pa)-8f+mYD3 z?t4GU_ay1+mHSA9JCprXW@JbYjE@fMk)a_y=1!_YajK+wQYt<8$y5C&vjbGvO_NY( zJUukpe=?)J!BM48438Y|4^d|_V|uLr_;7|wzT@@fX_S%wyV7w#p9^w|3(*VYg&9*v zeqT|!&R0r$CRfaJ!FhIstn!7TUa0tarTrr9^hBj1SgCNQB6XcPHK;$RBzpQF)kWfv~2K=(z@Ijw~p-^0}5cgAuE{SOTt-gnXJ=@l| zEHUrXT7&qn%lM#JXJuK6zW;%bGt}X=6ZloZgD#69zDvOIW1T!pdWHax^&0dg!Gpx( zpCkpZrNCqT1jTa);)fmRJmGn529Na_v{MF-$B%ekqz<1G;PHF_S`|Z#A3y#j((^Il z`6Rlp$^8w_LE*h_UKlx|lbm literal 0 HcmV?d00001 diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_CURL_SOCKET_T.bin b/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_CURL_SOCKET_T.bin new file mode 100755 index 0000000000000000000000000000000000000000..4df629e2cbb0354da36184753a66e5e075ba1c49 GIT binary patch literal 17824 zcmeHP4{#LK8Gi{NQKE^OAc{5zqo~v55+LBeA_?KbWef!2n2s`Wz1(e*lgnMa-C)qR zrbGRc0#h7QZKv&M>vUQxGuBS}Z>&xzR%?e&v0_{6SdrEiH7F=rtd{HV+x@=F<-snU z=}hfR_c6KOzTfZrzW4Uq-FLTd_i=lqy|uKYL`j*Vu2xhFRk}^F)*1DC;_&&vt^+LqhWNDrM9m6hX!NL4MOn;JS{T zr6ejPD0-p2kRu~8lhK~;)&-0Gs4JCWSFhy!3D$6XAx80|D*1)jFT{R=4^oFv1SOx8 z6Z%`t`P8uq8kHvJ6Zv5jzwPX&VMg>;GE+SlwPZR`D$dK3Ez zN5v+u zzKC9;N+#7ywK~~W;g1dn`OlmBgN^ks-x&GRo%^5Mey{o0pFG;Vsy?0STHIKlPS&MU znSsH&!OIudEp7~3+3*6V9coM3!{)zL$o{MoShj!*oq#ty_>2dCHu$+Gh@%Vxdy_CM zJD#(RzIZAFCNUT{x>K2WI(4h5NTz*TtX8zQEo(6rgcpPt6}A^PDx)p7(ny*)vnOTQ zW-hj}C7sQfv3OV7M68~^Y=)y7uIUL4mBNv5{<#-I3F_2eIUfejOPxwbrIxwTd+x(& zRf>_&EplDU`C56V%g^HLSNJgwSk~m~!b^Q@sms$jTYLC0$yXo6z4U=Z zKA(Sj+EpM*I(JRLS0B#jcK~MtcLV1D$AK3E%kcoJ4p<9Z z2y6#l0Zapz0=EJqz#YJAfV+X$0>^=$2A1PNRVT0(m;kl|Q@}JZ3)~7E0PX2I10el3w8~7M-9Qb2kIUamH0jve?0=5I6 z1*U<&0d57p0Neq53Ah{hDsUY5H()s)&K(5S0^bF;13v(!fqCFo;Iwz(51awq4LlP# z4m<}~j&}ww0M-KOSud56Ti2+P!OD`^<P^g17X1p3)N`Y7}d&@Zp{_d{k?wJcf-U$8hxOe_y(0}iv+t8oz z(MO;^N1(6s(W@{{UFD-ULZ9QK$DmL5(QW7l-}KJk2=wQD^ik+P z_0ji2f51mS0{spjy$a*(1|Pi<`n5iK4Ekk0x()pTAAJP+6d!#Q`s;7x^O*mf7=L@+ z@s}vD+UGImG&Dtl!Nz zgK-vPHKPE(uC1aRSlS(91H9zv6!HHs@Ae0zV|tA1v)CU`ik<#So^bo@)XP}^fa}~{ zj{e^Vd4JriWqJR!ZB=W>l@{K+UEhGx*csYjZdz{`c*WRQ+}NpBw6t6qx&$vKUmBXf zC_FzrKeV7>!J>x71&h1_Gf(-Mst)IMGs<(RnxW3+_hseyE@Zw&<73QUr13X1|4EI% zkNNo;{}l6=Y5acXmuNgKk)VFIX#8B}+cdtF`3{ZmWqzH;f06n18vii!agF~K^F11W zfcZX+KLz(()PGCkFJyj`#;;)hc8$M@`8zazJM&vK{xRn7(fH??zhC3uXZ{-+e-17n z>i1f0OygHU25)cWV4T=AY5{51Ie9#?Qp~Mg4zX<1b_W zMUB6n`ByalbIiY{@eeTnrpEt_`NJCjN9O;o@$WPLPmQm_ct-u7!sEPLr;C|CRpYyu zuh96rn6K9O?=e4H<7w`#M9ox{O}H>oYFuzWPc)wV&appR>Eqoi;1yOaO$|A&g^za} z`)YN7--{Q4)(>%4gmUmA@S#bJTUqV!GnHzZEH;C$ME~nGK1%UR%awd@iq|T(*W;{r z;)~S;-UR;4(wR!eZ&7X`Ug6t0|$NUzy*ZY4z z+t1-7)v^88!BcK|Vw+<4IrzE71aH4g@k{aTE(Cf@_Vmy8n;9}PeQf%3*&g)S z@{TgtZ6Yb%S#OJ^*)`DPEn60L!XETCNMth`y;aLJH+ZXwE+ZMY;~p7I^bTY;7+pOX zp8$@DnejOeiFDR7jgw`vJJT1p6TRLo^;))-GyM)YS@2orbxv4TuYsRu-mQ>9Z`QJX zjZzsbno67TjX0mZTI$bXdDYF{x}A%s(m2sQ1K?uJ=8Ud^Zk#|~#|IbifRE-OwYIfK zJfwc?dUwi9CoK;HXAJ1IZ8G#T=}YyQC$q8ASbgRZga)g%(PFX3w4LjS2C3r*nqpNS z!iu$IcEDNWHZk@Us}6fyw~n*0)0Tyc-b!UN)FrQ8I?)nl&gr+Wk$Z9Ynz-YxlL5Nd zP{#7>RyD6|Yr%Rw+*=rtsL{Hnd1b_iE?=XJ7403%n%j+z*4DK&*f%e0k6wr}>ttxVQ7!#$aSFvjYB z9E?pWT%fuJQdkn2N~*APN%t$qus3e?s&H~s20>l4bFPAKCOYVoDh9NinU0eK#X)z% zwmFDTCtu-Q*2!Mj>@~V`@jlb&O~ONJ+?nQOZFP3M$MrYjxm+CGB!AgP@OWP;ftIs~ zjE``C8XInCBvpkI*}gtAgIxTlh2|gVo*%arPLXxSf=$c|$b5j*>6v)3|91Sory_Wv zTP=Lb?<^sju~C9QX`h}QQ4y5+50`aqWt*@KfA3=sLHzfyzo7U#KW|~H_kS%oniCQK zL+mfO9U2w<+;aLU{xbiu9z3~-zs$o3-VLp|(7qOz1S&K~BK|TjA}I4o(toiN?1w+i zxkz2+T?8ArF}?rNhug71$3*;P-bZkZ4W)g3|A(Q|K2dz9$nQ}`ncoswKmK2WQ0yF%BT%CEk}cf4N@}#4r3wMQ{IW>|eN-39&h&ZZCDghuB}bIaT}^WxYMjoFaZw ze+(PN=l{?gR}tJRiDw7NzxY3njpFOi>;D-Ld%gWcTmp!n;8D$AHL+!biyVf@<8RlFL7`aEf4PsWXMf)Pg1=s$ z0)jX;FW8B{e*KAmG0M4HaK^@J4tOIcp5~=#&QbPT@z>% literal 0 HcmV?d00001 diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_INT.bin b/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_INT.bin new file mode 100755 index 0000000000000000000000000000000000000000..dae75c851d210f51fc55d01d532b799f879c59d3 GIT binary patch literal 15304 zcmeHOeP|t76~FH#ZPRYsymmLWUzkzWvI}PN(Il+9boZsnOXq2t)HeM?OZW1UH%T5Q z?}hg!lCH=WqO!3Rqv*0A!lHi(iU_M9g1k~$+dqV^AXxv9__0u>b+h zn9}QsJ>^Fza4UjK(#ORPlv!#jt-p<)#$84#*u-LKqRDVZ* zuU)IyJ;69U7RICQf7IB1|0b4$B(pY=>n-HvE#!}q{QaBwQCic{OzN6fsCs&?P%4vT za=D@nvbntof^rX9MnB_kKGsbkM}B_A3v>&Zq=PG)jYR4etK}WQg+7+ z6SFS)nx3na#k&qoH#Jm>&P4DRUI;1TIbO_%g~O$td{#avve&-&GEJ*A{St-^*Eg=K z%)U^5P_AFd>*BB_8|onkUwb9RT`Otl@ zja)x3u6O#Yt?ifD@VZd4|7Kv{_jM*ut~<+X&b2>2=UltrphZ_c#-sGiC_xRQHt zkx~`qG0Gf6OfwlU888_z888_z888_z888_z888_z888|6-^c*J=Sm%EdgdU7!|#=j zuK7N{>Ti47_eY5GyGU-S7tX5GVkUKD_l}kodNIXve%HGCmhT^9gP|S4n=O_x{u=q| zVEMq_%;(aBd$!LIka=qSK8lU`{T9FD&BO z)F@t-heNK5-+hAm@vTNi{b_!5cMqfiq4+x!^3Riee|opVbwO;mvqA~} zcXET+jCzmi%7$|6U#8A}^+@zxNAN!zlKqr6wok@?TkH?Xb=^Tcw_nl5@g)8Kf#eo# z$=00OyzaZ5#EO-UQ73d}M!c15| z{!lf!F4ih~rcf?&rFnjgtcsU5nO9n$Yqi{4lOABD|j z@0w!rl(K7==DflLQLh@(8T85(&$Xw^3-)}qGVfNsOUjN!6ALB!XrNS7cBxF2^7AS% zoGH|1lwG`3CZ{3ws-fnSZnajblp7dLx~e-{U;z7}aBRFdgD`p;|3an2blCoEPRwlQeRLJk!pepQTRdnv$yQ$;#ZETc%w6 zcN(u#yf*OvK)K<26wquS-PmE>fP`v-8t^OfgAe*R429x)g?NBEbV)?xZ}mMC?AbQn z^2Gd=)*8frOU4JqIxEXk^!*QfoTCn}oxraN9+ZE#xZ%4596#2{3#4NR@K~=wUt(~q zCF7qY9j~RpWBmlheFx%)9q2sad2I%d^%=BF#!kkMkY1z?pA+D5e*jt+LyVt1{$;;KN&=5{2b5NdhL)UvUln|`CR$=H zG-(eW^c#Xl{;&>%V*ZKOhmQZd3A`oaf{p_y6#0kvht!E*zn&FpK!pv3v`5?!+@ucQ zi^#NBxPQg>U&-;ngZ`YbtuZ|AZx8Yh12x!%+y)Q%uSvmk2jk=Z2Hyd`D(4^b3pmUJ zUVqsHczj1x?<66$CqfeKfd_qyG;uucm+lB2*Et*j2YNq&S6Q*_3aPje;ls=RI%(J! z;>Z0+r{LxABYcu?A_2?9JhB5mdHn$&r~VOEs<{KE4L$Bn%3a|2?hZq!zK a!tMt!kZ2Mt-OFu`|K9NsusZ=ruoM;Ziabwur< z`k*?X?jyP}Fb%d`739Q#+S5mGKNIkO|+meQM1fjp7z5h#v4Y@e_!6a!mL* zA@Pi3n)xt@OW*uYCa|IWGRe)`JyzR)pOnC$E6n9H}%6^e^X?Mp}c z+WUIkO3CdG$KkOs9yR}?!t#5!kQ^kQvjtyo!!K^be~9>xZDB`gO=mNuD?zRt==ofs zNSvvqoSrTeb905~eZ}2;ZhdNGG&?Y;yWMWLH))LK7FT7Q{#TiRX><%$0;+qvBI6NXRR z4qD0dIWfJnw${>ifd#J$lKi(q`QC3ZJh|a5uX|Vibj-VQyTMDm)TbXTAKyKpp5-D>ghY476E`?={YzZdNGR*oJbqSktweoNn&s?}<5H9bv?#M!HN z{k=MUx82f~R&4KgGbDSOY%G87rnkJf_M^-lc6lXp(|gss-1;t=Yk8wF)$+q?B6DXY zbLT9DDvDziIaaa7M!-hEM!-hEM!-hEM!-hEM!-hEM!-hEM&N%V0{osUaiHPp{p1e6 zS30;}tMRM;)?2mOC?UU#}zTL>kKh2H}k3UtRyxTLKRF0f=p7YP2 z(V9|>bzjd}H8ME(l=B4rXn)e_>UF!^E~mS*ySKBayLUUo!sqxjs#~?VSPL-{YM)A_ zO;1~$z*h1+zY^*p6+a&{Kli9cr_KO1*{=l6f*X?eir#0bu~okFEb$!()!~;y{ywGB zbxdl$NJonN?}+hNh`%?vOJQ9Q8J3r+X8E|CuM^)1B{o;zCi21LK85Rp-tRMC(du&y z2md>Hhsc!ri0VumKI*ShW3PH3`mQ7VpAGSTOb5%y{paKkmVZRnbvw~qenkiS6Sw~d z;yZN2OH*R&yl;p2dy}+!)_*)ZNGaVk z{dC6D!zcTXXS6qTQt6S=@qzwPJw7~qDl?%c`UgfclR@U<0O?Y6!l`o&nxX0snU~`is(viJEf=V%-E3rpk(yT z8Ss(YocFHDr$8yUa(+I@O%euWgR^KAOM&ms6c^ova%sUY2j`U=u_hM_^wmHiuiQeB zQsoy^C^(y|%qlm3zDPz524&Op8NXa9l!}`OO?_p5F2@RNhum=ke~IcaUT(P*M$h$U z^>jHm@9Wt-X@C-E`UkS@L2kzA>s+~vf!JqdTZ+E_fsIqt;Jp+2>!J@_6+wKLfb+*bd4~E~1^U>pftN%d z5chwII(RRIKK4%_o;%<_1TlX6{FkYp z&k4^b(S1$sZ+H$8GvQchGk%eddVNRqfQMoMlkUjGmt*?acYw50Y%1~j_chUv_C!a- z1>^Fdf!`E;#1H#05c5y0-gExnjp;iwE^q>hf`~uZKcGha`VAb@0~FFQsfOQR@V>c+ z4w?1}&#(CYD?T1*;Lk{xpJkwr=iB{!W1s>#L*1pp|21{++<`uxZ}1)9YjXWDzo3VC z@O#o_5$NMPqG|^*sXSpIs-X{jpL*)`@w{|H^s&xi0D8dNF@2R5$xee}Mws_*`y155 zw%|XWM><4bPCwF*(+$L6o`^?s(2uV_=+`6WZlp|&6Jjteo&5WS=NZl$aoI^c_)g8J ctah7beEniv2=ZgrR{C!oHWIsH3Ncds3y`TcKmY&$ literal 0 HcmV?d00001 diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_LONG_LONG.bin b/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_LONG_LONG.bin new file mode 100755 index 0000000000000000000000000000000000000000..b1eca4b12c6e2e9f1c80cd7c84843da71585291f GIT binary patch literal 15304 zcmeHOU2Ggz6~4Q68YfNcZCZ!4iRuw*Lo4w3C$<$5(yn8#Ju5l3Nt_3W(yO(1Y_G6) zt=%zl3aF6+s8$qVBq){Op`tJJu~o%OCAv{iX{D-4`4i;@gIXz|Kwa^p0Fj4tX3jSr zPwaw(R3UM%HTT?e?)lC=bLQT;vz{|g(6*tV}4$O2_Lx(jbymM^!V` zhtxrJ7x9gOEbPyQgnGl0Y1mAgM9yNyy)6AndPwv@;UQDTZC9GuAu6Cs&Vz9~xI_3P zJu3r%qCXnXVlWjes3ZCg)^pQ!2HI zPbYZRy^jvQ9E|t({@}}{&m328_Wtt9{_cYbj+0|`+7R&itTfy^5Rna($T*5 zz8uAxb>h^(T&3(z z6ej0fvNbbbDT{R-s&1*M6kUnnFI)&I;@Mx!hs6ggzGNEa5=@tC$>Xfjd@X^5A|L zXq(DJz(l}Az(l}Az(l}Az(nBxB?5nLdGH_3rJGI8D{&QiCkB`>ka41iC>d~-})s&{bky2Y5QuRPx5!z&XpZMW%B7; zUMrb?LQL=SS6kXHvf?$Nr2j&o-}`+gkFGn*YtGd_J?>n+)!?LFbKYL}?jr;3VxY-i zoo;Cx+`zMc7f%$aTP+?r>s&gqo14z^d){8>@`=O5_^r3-xAcuE-}hhJahwFH^Vc@~ zy*9nkZfVOZw)guP(mhKymcMe-SzcWIN$xhgd^va1dDgko`VN_E`C((GD2`F&7-EWvfQf*KfQf*KfQf*KfQf*KfQf*KfQf*K!2d=B_&rzZV8ihPhR_MhP%lTdF>ifQbm=y+h25+`l#`vpb zr=8{f&6%&K2ln1IOF-tS@cSrM=J#9tj*|<^_%Ovpz(l}Az(l}Az(l}Az(l}Az(l}A zz(nAqi2(8zk*A0pMC5Mnfg6&?xL0^b@*VFN9{G?5g~xBd2ZTpnB=U99|JQZD!YbD# znGrdP7v;wx=S6Z^lm6WytDY8mw^05)%cV6WQN2@Iju^(cb&*q&XHbCuryu%5!a#Lh z_ydBcH^qU!h!g$n4frPM|GV(wu2}!*3G&Cc8yWeh`O%@VV>QaVJ=aO)=y~f4?uBz& zQ;Mp8E62L_H=kI;|yN3E`2yUXsfx;wjjJA1l&w=*nqj!&cdz)!02{}EDZzsh98 zp0=36R{9SH`uD2j`FtY4HLFG|W`LT<=t$8lxFLD3=pCoVR{75JB)6axqt6EN{YqtH zLTWD4ks<#(67m(2?@RAdSQo?wF?RVq(cG|x$;2R}F3e=0vfdEGPz zb{G>EV&Fll>!lY-s3AZbDD=pB%|i#&8P1u8Xybo-LG%oNt~VBdubotQTu;QE9hKm7c8C1S<*dl%uY5ql5axGSWAv z!AEX$^1CLVJf-Z~g?X3(m0c=R zzWjm;6lV*yS!EY5l*wpFy=vI=MYmcjRmz(fO?_2&uD}4cL+;p~yF_&mFS}X^qG!9a zdb(PeclB(M5a7g_{*(E3uP_thb)i}iEKTt0C9tAWTNH;3%8<0>=&?fwf-0(pkf}&8YSBU$mK}#YUf4lFY zpwGJTk|*YGwAaA@>oPtl_F37MqVIoT;|w);?*x8L@SuD@T`JoZmeJa@o<=z%T}p7&<(*q=c=W$dK?aOo*(@HGJ*&j+A&QN;Mk z^XGkl&k4^b(S1$sZ+H$8Gr?GBGyMh~al9os(8Gyx=l zJ<$?%p-Fx4pw9~)@xwk0iuos2?>PS#6L?F;1)Ts;DB=(CE7XXuU(X7AK!pv3RKsrw z-k?S^9Ww0|o?r3(S8_b?puZq&OAL?a+XH-KpaQ*++u$MpEp_nR!T5N-!FPbq$@Rzl z0uJ-w4}@hE;PD+%y@P~Q9tlZQ0}uK>^~CXbUb-Q8taBIu4)j(6ud<@q8B#GL!aKM9 zb?RYT@E^}39fFtBkMK#pfdniQ^+*r+GKXQMHHa zgX)0VPJC-9)B2nyq}3(cvXN#)&SJ*BEczrpD0ZM2AydX}RWdvvDxgZvgK^tfA$*da zl@36mkNUG1OvMW8h(0GQXdK5w$=cc=`}juMk=DE=6gXxXX9>;{9O#QOPEf>?W5UO2 ziD#1LNXI1?))XJ1z%2_dNgozFP`2j+oNtA!N>UL=;R5c=+kT1L$?<{DX?J&w^R(bv z#c`5io`9miPZ3V0gn0g7g6T0X{cUyqR^>W?3LD0yo4Vk+cH-1omAZj358U{zrxF_ikc2L^5j=xx0nDx`q5+l7Dm)KgxCKY^L0XU#$D?T(Mjw z$<$)eoi104mGV=bVl|)JfI2Z+I6ma|+P!vv)IQRu+``03x8&8mnR3JT>Jul2Dz&ON zQJk!J=vDY_EjpI!(l;(5H74+{^Lck)&Fgveh0+BaxgrRh$n3)VN* zRrVe&-!JPI@}@Y<hk(BmZzN-OMgr-SRxr5|Okg&|;l z&z}oRZ$9ZP{m!}cht<;)`JQIa8_tzuzaoR6{quzS>$Kh0@x{=dOax2>Oax2>Oax2>Oax2>Oax2>{x>4P@3~S3S{~a^!{PTz z2UmlDU-h@Y7X+h3`CTNJ)KlXswU|vE*tH|GOfRNb&hJ`R-VK67Y%shde6z(e#$P2r zoh%>Rll@Y9X!rJ60y0m9-$$`Azu)3_oLpGOhbblkCITh`CITh`CITh`CITh`CITh` zCITN$1dz9gJVoRnB6o8ah9P;3yM=co-|+$Akq>!5c>MNzPEC_fH4FOtiu=)&s(4ME}U~+ zN-=f^`p&BpLqm^Rhv`TABUVqp-DCGyz1_Y2-F?0NTR9dv$EQ`j7bMN}{{i-?Y))%B zVg{Sp^ZZGvdsXs$J{IEks8%cHfSLnzq-Yl0ki1uD`F|Um^j?j6L$aUH!S>1V|61%HkagWjJeL(Zcsxn}H%V^M zku2L&o9BH$MDo39TD@`~iEw8MpUIDnxML$D?u0$1%GK$b%kxpW!=FAic(O1=Io&k> z+`QwCj1Qj7yUy^qa!-to9UmNJ)S3K*J27~CG*8*y$<*>3GRXg3*0@(H`bEV#=w^THTemC99jq2ZO3>s6_8CmRjHN^(2pr@Q%6!|n%Vqi;-s zkA}^O?=FqWSITZ&nDdL1ME$y^vuIUozGu%=7wq|ZZQiT<7nB`|CKt-|*+99Z>~fWI z<>yssI9qJYD!X){N=`NP>ss?Uuihxvsv8)Wbak&%WB~i2;n=>nNOc%5yIu>UXM3~m zbiFv|xw9ogfRn)t9xrtI#Tkuvi}iYuhRJxe$$4?EJVia%$TL;;e1#g?H3e1KQ?Ce~J{mmjaLd6BN%K7(eVl=LyeyGkEOJpxx4Oa{L(2)70Q=0z94%K$~KS{*&jw zM0!3aJfB4OHMzg>{EC<4_5Ug<<9JJOpobCx6LsYB`2-&O4k+yu8%nbOZwfxz6D=_p znzRQG`W?X|eyzX>#rz|)umA`Cd(_}l1m3c=26RHRQH}UR@Cr5J>({rm22@xrq&nIE z8zkF9hfI5g=U06HmFy2Z=+6n;7Q^HDc0b=3sK8Eh>pbMYB?ZqN^pEEodaZqJ4Ls<(q>1D4ymUkGSm$s69O$hCUggBHTT^i(!aKM9 zHPWyzj33VkMK#pg#;`U^T-bPm2?>4ZTLUI9rDcVS+t5BJg+P)gr8LD2PNVb>w>8?HGjqPt zXe_0DD521M#N2bw?>%$o-n}!LGtXs)29t?|0@SG|6jN3z;G{*c+ASSIY4xZ&KU;5fK=U9+#q~rv)wh3$MI3o14e|5*={Fj;D88#m7E9L?P7t@aeQ6| z0ERpq&thW&%Wp&cEg^xUb{tB|4ir*PY{f0ffVKp~j!Cw&#Lf~s;1?xMVC0i?!pAwu zXB?+V#*p?~%8y{!EsI?oKP-B{tj_>D&+Wi z<2c4V0mgWrB|DiC;`yTyrpJhkx6}1om+Js5q@R}#8iMEA>9glm^0KOOERZKuVhf#& z(X4wv9eg?1{=L!GH-DV|+(W;5|GNio>~1~&wO{X@Zl5WP_jb3>TY_3ow z&cs4aPZo-~nZmQKVlkgvuR1-HJ=L$f>@K?}?4RgXIy-ho=iRb9Rj7DwdF)L8OsVLO z<;G`R@-;PEDvEafTwfc1@a zl{y&k56k)mzbXzJ(t#X&(A6gcKF`_cHT-3SpA1y|b~VD6CG7LxjPS7*Sg;o1`@e_2 zwrNZTOa@E_Oa@E_Oa@E_Oa}g6GVtfdhyLMQxz*q-?OJJ9%K1vwOV(DMD?e|z?x%p| zo$qHCUw_6~{H=54ckAcIGM&}V*PN>--zJ4x^B2kLFOzm-%a?t9;=jdyuI~B`qfg)V zn#uJu;(AYQt+C}YD_$2&`akmZdtPGHy5TIYJ1c*D(pkA(=Ok`8uWxwwlY=&K&`?{O zY-}0WwCDIPpUjh3&7U~$TsgUyyUyaf-hOB47A zx?ZdCtN!K>YqcT5{4SCq@$867ETj@g_U&$1rWaGp=Xb4ZAJl5cSYcqd|7MGMY`;Q& z+L+&WAobN`|NeWX$&hIRejmlk{CBJEH%9tm`(S8GcU(#}oJeC*oUl#9?1z z`?~K>5x*%(t5<$ULc7uI)0yExJ=&)S`_5#Cp3-CXgenv#OPXh;(gRPOC4N6ucGE1> z8AlI}^qt9QXJAC>(?i3j`iAuI;NWOxOpo=Q8p=@3cf7znjXLswS3BghaLfRbSPPG#G?+*Dw%bLDc5!eo2&$$4(JFhL`i$TKze+zfRB*OXLcPn2e7 z-6G}UzXQBq@gBkd3uVA}DZpu;yV+p>0Ea)@iP|sA4?pn3P!x=H3w9rMXlaDw@AO?1 z^jS9wSt9;Mdk*4XmGObG-^%tBeg^~}qtxL&6!z<454_5P?V{C!=_}>@%CTLmG z5ggYC4g4~xbBM@aJ?sQy{*j6gumk-Hb)xo`6-a=`pePvm2m2?~iLO7-3M9Zn225(> zhKNW=-ss05i2RAYR literal 0 HcmV?d00001 diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_SIZE_T.bin b/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_SIZE_T.bin new file mode 100755 index 0000000000000000000000000000000000000000..38e2ab03d07e4529445543318253e402857a447f GIT binary patch literal 15304 zcmeHOU2Ggz6~4Q68n;d2Z5oHPiSVeZqEy1;pV%g}a=VVb_N-*bA#olcN-t~g*j})A zt=%zl3aF6+RV^#35&za_PnNX4y#mn8&A(B-m)IQoD zQHRw%#5V@AP@fG6X~ULj*h-s3&SJ*BDEcHlB6gsNkSXJKYE2vvHBcqT!MI(l5I#xI z$pE0xN8?!xre+2Eh<;I6&^V4m$=IPm=E<$JH68MnP~ezloFzC*aG+NuPEh2NbHdwc z$!C&gNyjZ4>?uD&fm;z=l0GVSplr_#IL``Lm82q$(gobv8(xw7$@su$Lw9$@d0KFd z;y6h$Pe3u=hY2TBLOj1a!SpyIKiy@QuPdziOW?P4srR&lcNeOXY>dw#5^@ zZN1%gtzvftym7-rF_zO>j6!9D{=EK6nrF;2T`GCk?{QQ?`TBYeq7&e^W zIIl7fgz`gj{z6_ChfUc~4>|byQ=y#aZ2UKTIVMksCc%C+CYMt(@*^ zblYno*H4SfDoTYW=+Ml0tuH9~MQZG5LZg>aCL7O;e z^4F%CTL(As9N(qBBB|BF@pI1QzWccAEZy+-I?H`WiSb)*)3fx=N#FNh+VunpQWvgo z#(RBgv)|mBRqXGN(`0*&d@OzDmb0|5_KVyd4tY6u%lWEvrR8;U*ZhOVO!Lp`sob6A z+?@-Qswj_9<``m{$$-g#$$-g#$$-g#$$-g#$$-g#$$-g#$-w_c2KYT!>TtsohbSC= zuXJSH_xV+S%iF#`LX_V{a!WmPMx_=rsl$7AH?7c%DVFoQ*0r~M|0o*_?hf8;v5fK8 z$WI%~`}bv@OAqY5XNG{xQ{(qhY|QVs_#G!Vmhonq$$-g#$$-g#$$-g#$$-g#$$-g# z$$-hgdy@gwEuu~lHHfI)+=DQrj&ZN>j?_CoBs}UN4-1cHzlViKT_oytq5s>4UtyC~ zDP}~C;w5=F!QCeWYzOR?-$C?v)o!j676?O&k@HMw=Qxj@(ddA|MbInNEn!I z2!BZM^rkq77kQ$`-hgis{ojR`aK-z3Pf$O;)5xel&7T??d%Q+8XD7!Z=lnFPxBa9UPn(oFs5045 z(;73_&YtH}Nm;>s5khT=ff}2wJ3hgL$wySskILR#-#pss;`9Y+$}RBRMMfPS%!ZQ9}Oj%EsMd!7C^(LNAdQ zX2Kfsy9&y6u~yMDg>sRL>bqRVQzHJgI>Afx%PBavu2zEV+3t*< zsut#4JyRqEI0>fzWWLQSOow<~s8$OUCgag3=Y_e_B#m4l&$P4WXQ>mqrlcx+vNAX4 zmMItig~rzvUK{v-pxp313TQTvZtk#dK*FEv#PKU~!3PbmPq4oGf1UlLqEjLof2Z%E z;DK%9El#QtG(f2>_ah5u~b^^aHc+eFw;*n!Ryp4VpZSf4>VWbkDCi0N7C@HG^8+#i6}#Sr5s zkAI2ud`#>=Xt=Hk#eERexL$*QfjV)#B{2_E^wIt+^WCtibGqtEnvv~m2vTNW|YK*vKi+9UrE{DeC3^Ut$F4XCi8 zkoJfhf>)@sk2ab13iq%0{wp~ic+l4f+Z@B={`L@G7^uN6~D~UeIb6_kF*P34nM*t`34fOOw1!Y;FISc@NtT{7lEmBS{!CY$L%^N{Ai=7C0e?C;6aWAK literal 0 HcmV?d00001 diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.bin b/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.bin new file mode 100755 index 0000000000000000000000000000000000000000..1a9ac2235f2050690436a280187a5cb7b970f4bf GIT binary patch literal 15304 zcmeHOZ)hCH6`woF@g=dXixas{Y^o(q-59FXA4|eXaB{MA@?Mc8*OEUZ#u-k!m2^b9 z6L+g1CxjT3wh_jy0*OgmDEafD^h2SAP$;G4j7yq8KgflWq)<>p15R-hg(k&qjkfRY zzTf(^meN8X6gnezfAikF-<#RDvp2iiw@+sW2a<_|LTOMBDweEtsL4pf8(mT%$f$#A z2krN&J?bWs8v|X~o(X|k!;)@Tk15f!nt88DdmQ(Q9S|dAWZq^a#RH-ORB{~5+rkYZ z$MJ-807QG#pT%SxN6Zr-`ujTZWJ-wVPX|no+|=WkWc15m^uF74C>&$S~%Csgu`s_|IRo=}N( zaxx~f?H#o7>0o~4m4+X`_1)zkF8pBN{ja?IHRr&rH`g{@9P8<7n=Z6Y7fW;Vt@8(a zT6?6v`7 zM4IvWyq+kQ^3%m9T*b|NY(478VD50A?zB7Y?x=pCOX=L`QC)B=?qsp*xs}nQebeQV zJDMMxcFEV|Ot~c9b!fVwp;B}vg1_)WNRZ6q#eA5%t9Ub?m9L8Kwdc;$v`W%1VOVf| zAOpYoNn(9GVK=or6WEjf9rkl>%kLQO zyXrNQ>qo`)&HhSL%NaJjC`k4{3hcXIVc5UsEUr2iK6uEvaJ9inyzX3D^X?!At>Pf% zuS_(x^k3)m_|6-DCVjADQ9Pm=8k^0D~T6=!j7Df zX0M&1P(^W!BF7X{Oax2>Oax2>Oax2>Oax2>Oax2>Oax2>Oa%TnBEavt5_=jR*iFOX z_ey(LeV(qPVCvXHMK-9rdZGKT30^w{e5iEzcqNX#X9C+ zAV00F@74#qT(|u#PuVOax2>Oax2>Oax2>Oax2>Oax2> zOax2>KA#96ZxMNl$U#Kz<~9sN@));^>`1=jogyP2a*xP(_Pa}D<#3UwEsh78LoK$`~msnoAr$R)7;R&@cmWFyFJ-X<=`pnG57RI zttrJ=_jH|7NBa8ix9+8f_Wf2zx7}fPSe@;i-R)hS-J3ZUJ;$d}edNc@IOjN_cBynG zY-y=8*vOveOG4eQ;>YvlfVV?6T6GSn%K5nongy37?-i{>RM{xs`7zR4Fsj4zfqs`# znK~s^zeQV`#@`mxf1C6>liL)o3lf9!Jnh*&?&oFFTY<&;-A_ooExAkK{Gj!htXFjP zS)m61JNYe%Y4ruwo(c8Xe~&6V)veKY9l`%>NOy@gwvUhhk79qPT-U86b9t9G9#7o= z2c)-XiF0Jh?oB9PzG(%UIRU1x{-^{3^d zuTO%HhRvz(n#SZQWmiwnc=<6xuM*-EYNfL0+LNU@d$v-Zbt~R!Wk;&9xgvcyP%J3B zSfXtCSrr&g<*QT5E}Slr(-6H%*z&krsTRwnb%Lh0iaVWW0{fxi*q%F2`ygI+r5r@h zcBk}2B|qcpsRA(|$zXa9=UTn|WXRX~N+nOjWIpQTJU>$$r=H8?nRfQ^6jWu8 zmuF_&62;=P7hb1$ZAgkMe2)Umh#r7-12W|Vt>Z7r4?gf77z*Ngg}Rq2bV)@0Z}vSD z?Af-yp5B3>oV)uw6Qik00ZCnksxwz{mXouqKA+KYsj+ z)Xv9*`;+K*O@7~SA0%#qzEEfU4sG>(OL)M2v4BZ)FCJEB?}DXH8WLbL}T_#w5_^Krj)S@^il;Q&0~)fiu8#Iij^aU;qbm;E(r zVP6+>OXoIVKJ>(#X#*JkN04hzmbAVC+B_`6n+{XN$9|#HCVuYBe{tX)9M=h#OH4wQo%YcGuain*~_C}ua!jePc5W_h`Q zIA6%D8d_Crg@a-5Xjtln-Wd}ycSJq*IO?8I4!$v-ulN)i))fVohNClP`_{)EKzit= zVHRefnCt)Qzdp_N_fCEq0}31(r@4>0_czF&`xXezeLq%=!J#oI{Xk}IeI=jj)(`Bh zNJNh&OX`ljzh#=eWWr3uN&u_bY)ZYqx?X&s>TylibTt}@#v`$4ocaL-P*v0msF(#l zP>zY?Z=gu{I>tzpg90eMkg_l{eenpBZy`rYvPd79E1`G3?Cewx69}IpbWQ+%pG^w; zM^lVP{oo%b5Zy&pJp65u@eu7bPoLpz6#LghfO>PgWzx-p`|8|=H(i7G1jEw?XRfFo z-m_W&t-IfFtO{DEu*ts6Qfrav7EWbL9F<$jQ4y3Oo}(E@XF<={j=#Uzrx2 ADAghwpZA@ z*6tWNMW~U&Pc19LAfOdUsG{Pb5-&&*F9@_&P@xYX^ER=z5IhNNC#gIw!ib-(dMu2|6yI_^v7R1_4~$O)veFG-#%BE?Cox!%eT!Hii=BaOQ(C= zdb{mP$?o#U;ju6tb^jw^{pMXX`-x}m!q@rwhg0T;XX~v6#=TSDhQmp6%CNc9-1~_D^*yogF`~^KRLlDO5bSJbu1^u2gi# zbCYu}`I?z86~(&_RCiTWimrtJ7c7JX(Ht-4!{S4Q1AJ9JA-wBf|29plB>fTwfc1@a zmAXIRACdJ7epMVcqystlpsP;?e4ew>Yxv6uKN+a_?RtbSOW5cCHp0hRV8KR&@Bbe9 z+NLoXFc~lzFc~lzFc~lzFd6uN$-rNlKKj0M^;UzkvTvoFIii6uKv8?hMxkK zcm6rM{OVKA@*kY5f84w6t>rd7OW&NT)oL&Adz=`FOEaIL5eD;Zu>P53v7dEr^GhzUr3H zN5r1q6#MZaPxRR9(+wj3htLwPc>nMb>c{sQ8TF^x;lYu|DpYrSv4i0BCF^tU<%?QV ziLvhOzNF6e_djMmN)PQPtSI1_;bcOCx!Y>4+8I#@p*|LdZERMvGH(F||W!STfXzejwFjyN1l z>|Xc%G2%BTY4ytQNN6{f{cL7rP>)TFW%@^k2gdZcJ*5i8>5}GIsr0~ShWpNE`>C>< zW}(hFdT_Mwd`3G1qe`C}8adlHq(=q^$1>x3yzlH#hHAd!1?Fkgk^j5eaW|jya*8X_ z3*?1~ppg8os&bvLl=N(_nCFV~>bd-MJhaupbJ?_S_|E{e0QwlAk@> zoz>Ij+`Ox2^JD=^g6TV(ZS!(7fxXU^%Q*^@?a?Rax%t8rja(wn)YuDi)CpWuQk6Yb znxA)zl#Blk@P5U61phCT0pFznr+w~rgZ%>>{%j{|zbZfcz>h#tFxD;Debk|)5stst zcTv!1-6&*<_&e=6h<{zi2gZIY+f(=*5PXbLhxbs}Z;Czeswnb4%wyyHv0q*!9-F`( z`!?{iB#S~k{wWgjo(g;HqrkZTK>W}HULbqkqd{Yz2JVo-GRgUz*uM|>eG`oPA&BGG|7#?O+FN1=d?J=GxQD-Q#q6>F0Mm}K1LEUi=@sWB7gO;6O8#sDn7st^pB_$wYRK50z3{y!N@<@KcP-^{dra(0Twb~ zQX3!t72-A0A=6&rJ{I4B#m55;%=>9m#2)v#NBD<<0D1wnO@seB33%>ceB9^Yd%zbs zIRuzru){p~6UkTw_V}Kt+Rj!=JsO~}g+1^)B#GMNzUijeW1YhR?0|2_>{VJcI|3|j zgn9S&zeN)Eh4^t_(k}LL`k{TCt|JEXL_O4leSH1FK8i7SLu2Y(5Qk|I@^cK&Gn_Z_ ka)5YPx# literal 0 HcmV?d00001 diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.bin b/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.bin new file mode 100755 index 0000000000000000000000000000000000000000..4cfa98e8d590b7398f008b74347adf54989bfd37 GIT binary patch literal 15304 zcmeHOU2Ggz6~4Q68n;d2Z5oHPiSVeZqEy1;pV%g}a=VVb_N-*bA=x}Yln!g}*j})A zt=%zl3aF6+RV^#35&za_P87;|*;^l7X5Xq_&Y9H;7 zsKe?W;u}Mm)@L;#t!|lyt+YwxEN0w`qEFHzVh4%{nKEvt*2Do(166VyjN8Qu;gj^7 z3;+s!G@iv^YF4<9=of_rjpI0!jI9kaPj02HY0X2XHJ+v)dPm)`+Y*f1|0Gz8DJ;Zx^S`jT4VSfEd-)D}LS z;Mw*7ZTxdE{zfqN?WN(@zS8&OAAb7#A3N~EH;V84s(q$B-rL*9!s@)Zi!((AQ>i$QK?e}kEIY2UN8@aoKyt0G*L6SeRjUVN@bTkug-7nUBceYrr zkYr+^=uVa^#hLOmo?yX-EzC+Z*XR&Ks9>Xy8kH&w3tUac@XFjK8~ zh2r>(N4}3d`e|`}Z?M+fdWj9M3nlySg!Vn(Wb)XCv$*bD`}0%Iwc8C&>LusZ4gUZ+XcGrb z!P;bV>)caKS zc&|@x_M2O?iv9g@ifqr3kHyd2au(;;ev!MwAur`_IbU_Iw7gF4nt#xkY5v(tDtBio zcjp47D#~M&Ifj^KGGH=bGGH=bGGH=bGGH=bGGH=bGGH=bGVs5V0e;VwI^6KYAqt1z zD;-%60)Exs@^%o65aoA~+)~e+QK^MY>hPZ3P0RFRisk&Sb?vPnILZctyTdnIEMxpN z^3%rh{(YI}(gS<%nI<6f)cAcA8}s`ue#gm;WxSbYGGH=bGGH=bGGH=bGGH=bGGH=b zGGH?B-edrEi>OmX4I*kc_aF?ZW85peBlV6C36FZn!@}d)?_uFl7m0dZ=>N76RM})z ziWyO(cu5`(xh|61y6ErIta@JP{X+S9mRpM^(SEn|9C3_sS42)lo?!$2pMj2tgrVt% z@P`CXZ;HcsktcfW4f!U~|6ORX1oh)Pjg0!!{HdX_$Lmygd%lC(i3`>zyo={u zmr9J?-tG%(cwpdh>li(>KW26I*qwH#)z#6})6w14vy)?ybAB4t+dfT&*^q3NHnva3|2wgNNY3jv;<>#+8^@FM|0c;T z+LCQ|YWuqHM@YUuO=quMMGgeq4it1eGSi{nK7nx@m}RjR&cPgUmaxmtD3tN9m|9f`*0%kGoq_Cw*=zPCX8Fkg198fMS- zrrpU}an^IEON0O?!StWZxB0~>jdzQ+T9LwJJo@CkI9r~ek*nmHcJ|y1b+l_rsa`9hid|lzSf&T}}4d0`HW<%-b4(kRa{JBmXzbqGgP?akS64CfO zeGdf>Y#VQRV&0*(2Jx@T_@G#4Wm$^8|ACLQ)Zw)g_;ta9E{h?rzdSaMAM50Kk}(8$ ztkzYv92SJVNHTV~(6USSE13j8Z7~BKT>r)($bqADIiY+ZU{?`Q` zt%;VH3r*UC2mO}dkw2`%pqPK+HOw{oOut7P#}B+^5kn2MpxJ1T{6p{)>cr1K-_jaT zVYQI*9hAj!{h$;5MLOm!A^6VJmhbXg69s#$Ndey z1H8(~p@#Vd9Ol8FNXI6?<2$02c19_6Op|C2Jm_1biQ{pT%8F%& zrs76~cQ5-Jq+wr(ANM2ef|tXO@JYUb1S}Kt$PW1A`3HQQV(vv?>YNsbSyA%y3(qqg lH}b;I4Tzn(QCsfP-D4O?GzpgO<+jKF=(q;#NdOY8`WF!tI0yg$ literal 0 HcmV?d00001 diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/UINT16_SIZE.bin b/build_emscripten/CMakeFiles/CheckTypeSize/UINT16_SIZE.bin new file mode 100755 index 0000000000000000000000000000000000000000..cb2ded4b992de81fbb6668903af46d81e1591e36 GIT binary patch literal 15304 zcmeHOZ)hCH6`wmvv7Fe}*|A(FHq}ysNl3N&V@aejj!%|O-lMYY*wTmA*uzP;l8&D4 z#NDdMDJ2FcC8{u0=wB!;q5V`!J`_TrEtGQ|(&S5V0)?hus+Jnu)=d=p2e&o4zPIy! z>(g3F`=NwFXT;8L-kbN{ynQ>fv!{LgY-V&MnMf#g$(1;O+)ZpJ25t)l9yDCeL;UhB{tB> z7|pVK>EO%3`W-j+KK|3@L#U}FoGPo%bvLOraY1mGP59#d66X z&rKG6vNbbTE{Sz*L^l;wimpWXXBI+&X!aNLVd3GzcD^bf7v3u`evPJ8lJ112V0~j< zrFI+sep$cZ*Ti6J+Vq1Dx^~R)dCoRo!#5iENh1>0*Bkh8~9iY+_Bog5ATPe zw5@CeYy@lsYy@lsYy@lsYy|#aBJk(7kN(5Ee5=)4Zn@f}l=plsNY<}=mtSkW7KVWP zd;XMNdh3F>^jq)p@77L_XL@QqZ+cgb{)za%~Bj^?RbEgYWkE+4(0o8HomV5hfy^bisC_S^JZ`sP%4z2DD}>;&0Z`ur_#X<_wenLF(Aa^{xz4ev_(J7liy)#g;&Pil$Go#o7( z^AxHmj#1=T#TFX@8vz>u8vz>u8vz>u8vz>u8vz>u8vz@E|BVRnd#=QRrX%~w9e%HL zaIIeFSN-kp*XyH%{4SD9;+Zolv6xC6*s-m3g5`z zQ;M-3=sT}Y3=KW$JW4;>A9H&8-5$5c>Fw_A@9yjE-^#G?IX=zm{d!!ijTi~FPo>hP zr=vk&GkKn03H6|gpO2ZJyHvB&V1SzJSAu52P04#j??;Fm-GKBdwP zOlm$yM~eLKit(3;zbCmvVOY_`s>u#qaKL9>j?j6L%g5U!SZqcIk|)7ACh(5Ni>&V)4~44?f;SZ z4ju8*lGr@&+adm*B&}Y#k3@PC*|G7S0ev?6>5Mz23Z?0?=IN;P@TbNGPiBWGrJJUo z&Ukv{%;3q4_J+?WePZ;~@xf7jYGmYWW?YXC9v{t6vUfbQJdFhMf0s1w=W{_$aSD2Y ztT16R$nQxf*ZFE$&*n;bPBqV-BB^|#q!+4wUTMEXm7c6tMOSj$DLq|h#)kC=C8KZ5 zfREhfymw7L1xmTqi*rG4k}#+koJFft4t#f}wBXKH%JY6DxTxHSHMvlruLcTvZ|z094oLLa>ot)MXJMixs`GlJ=dSr z)0NzuuV?e50ZN=1Jf7_gax+F>=PH#PxykxylkwbKVTwjBlVz&h`64xpX$q=xr^<74 zeu-l7Un#s#@!pUWYxo`om=-<&`vz#r3EH5)A~$^CBM=nCdIfus8nh&$@wfUO3i2%5 zSh7U?jrJP&e_h50VxN_5Df<2gHqKIm_fF`qi9T>e1o2%0&L8{aIqGK>=wrVIz99O5 zxc^hs!Fwt6v3~;b+yVa~2b?E;-kU*Ve+G8Tz;XZK&$HCvYXW^d9{_72i1Fj+zeN3f zPIx|v?rU;?!*h_B3CBX4@k?|x>N}zbJQNF8q>$V1Eif|Ly6D7Z;F1jCpsc7 z7?%eP{I2LDe%ObBn15pRp7Z}fOy7}lf#XmVMEt@2F*O?3Z{V07ppb@1HT(vH_sv~& z$h22@e#Q4+@$o_>MjlbZ>WRk4)pPSgYN)elIxH81wG7z zKaehqKp)=`)w+mD8rFzb{iBk!n}9eU#A|n z1^@9p(k1$G`jLK|ZXyQrL_Cs%eti8wzY#HaBV}rw7K3T&lfofkRP))(|`4_k=PMah>_}F#PT#- literal 0 HcmV?d00001 diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/UINT32_SIZE.bin b/build_emscripten/CMakeFiles/CheckTypeSize/UINT32_SIZE.bin new file mode 100755 index 0000000000000000000000000000000000000000..ba1d557a4eca27351ffae633d9831a1275c9c5e8 GIT binary patch literal 15304 zcmeHOZ)_Y#6`woX&81D^Yg&i2iSVi_Q7hr~pV(GOmF67#oW0^WA+bL|l#b56wSB_A zv+mZ&DXJQgf@-V?S3p5RLKS>K2=M`_>Iaa}nV`~sK`9av8R>YfR~iHv^_bd6 z^bB$TR&J1Jr9ux@jw>gwJf&ds+J9cv$3s@Q{)9b}A`$hzd~2d9Yp!cL*KF zaTx%J{%Aahm8m#k9pRUR1UBliD{0pVq@UP|?MXvBg3x1<^&HW2L=X6q_z6TjIVOCZ zm3YQ6Lw#H_VNLN7gx-qi#qnX01F}39=mkzlsyGTe3K#UwzZDd?9rq7(#+bXq&$FV} zEQaHVc>=_EA0s`P5@Pwi0n_80jJMPETbJtq6f%rU7Y)I4?bPVFN?ukq_67Y3mDoZj zV>HX&PX}KP)=&NDpR1oA|IUeT4IDl;z5ebqPkw0QGo7==iT>Ws*+R!`v9z$*vG`bj zM}MzdExSG8I6M}{qvn59SbqODl7qx^w&Cj?_@y2A_Ywc0ZR{wm>1-x-HON;2J(n+* zh%>pE*Hgt(ezy3uueh7ftzVrQ$(n~GoYx{GdJn`RTJ6BtN#_*Ai zpp8sFC8l@R*IL^zv*0yBlK*xn-}eoMM>oBtb#L`gC%n~-CNJ@-_r_*$KN;u{1F8Dj zRBQXtZGHCd^6>(7tA(TE-j(BbbJJUTE7AU?X57U?X57U?X57U?X57U?X57U?X57@V^lOe$SOS)b#j4a);k5 z9bT{3`Bi`0JN5bqA-{{{l6d-@N-U-mhxY7Bt(YO>A=UGO_XzUuSuSk`qI#FKJTZ)MYr>}_&#*xMA9dpoF++-|qq>FMg}>+0?4+sUx-IX=zmoqAlXl^6+iK&3OL zr@cX7J9(a833Z=}pO2ZJ`&6^jV1SzJSAu524as{&???;1@&w0i`kx zOlm$yN1FWajPaL=zdyN0VOT?VS z|2uh|$h7)^>dF{C>aS2^zq%*-t|R=P4e@?T2g}F(=j0BSe?ZoC2hm)9MF;y6xBmy? zJ9NZLOJe)HZ-@B%leBu}J`(AT=SIhl_UQAuPh{OmRV+=FHBU#Shdw?!a5^_gDcv;v zbk@_u=LSw^wKsH5=~E+TP7aLdGsDB@vtxQ};N(b_lD*@Zw zWQ7TnL4HR%xh_=8dL~~gaH@Ik3`rG=CB0Df3rhPXs`Ny)D!P)}PU-17J36G_D;a%j z27Kf;=e=w4DNxF-UYZN?6NEv<;0#)&a^Snur3H7sQl9rK!6oHJtcispeKk-lD7RRm zRQY)o3eM!KGs-PoDv?oxLB;fZ%CA(5<Dd)Sg&9YP=l64H2zNCLqVQp z8%vIeztUa<|F6sVKb|0)6b)z~@CD z5chwQI(RRIKK4%_o;%<_^Fdf!`E;#1H#05c5y0-f{lli|IQuE^rKrf`~uZKcGhA`VAb@0~FFQsfOQR@V>c^ z4w?1}&#(CYD?T1*;Lk~ypJkwr=i7sPW1s>#L*1sq|21{++<`uxZ}1)9OLF}&zo3VC z@O#o_5$NMPqFN_0sXSsJs-X{jn|d1c@w{|H^s&xi0D8cUn7+!0WS2oPBg{Lu{Y~m& zTks#xBb}lzryuFZ=_X<@PsAfR=*QO|^cxX#H&Uj?SuvQAPX7JE^9<*Wxa=k#e5Ynq cR(eb`zJ4(-1o<&*JN;LV8i_qIg&3*+1+5@8i~s-t literal 0 HcmV?d00001 diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/U_INT16_SIZE.bin b/build_emscripten/CMakeFiles/CheckTypeSize/U_INT16_SIZE.bin new file mode 100755 index 0000000000000000000000000000000000000000..27a50615ec64369e3733295042021c7f7579b126 GIT binary patch literal 15304 zcmeHOU1%KF6~4QYZ8@=}jT5;}Y^rG+TnDPrk0p^NI9^#=c@|{JwWWu~RW2*-NLnK8 zirrC>Q%Vd@LWFComNW$N(9k~hrBDd%L!hj2Ns~UbP9cyq1eDT%TiiyWKRB(?=A60b z8?DAt+J_Pfy;saV_xyb4-Z^vc+*!?;Co{uC$wWe-G^j@ub56=g(xP~+M;b)Z>Os{^ z^&xdo?IgZ2lo@^65Yn2GYS>JhM9yNyy)61TJtTIZ7$H-}ZC9FjKvY1LoCo7}utNAa z9hVM3p^y4=7)-?p>xe!lENDHBhmvxQLF$psv@L0PM<{U2GR_g4BRJ5PWSpRgC&z@3 z(-O}(O_PpGI;<%^LV;TmT%6u7cA#v}1-QToSrw-uj=}}p+4qAyx8vgjpEmAp8|P`k zHHzan#XJE;e_tV-ObPM)$pq8mjP$qN^;?tc04i)4mrm+}=i14Uah1HFsyr6x6DqNZ zPsVt*y@w9I9E?v-6n8(Lf9j)mC%$%k^qJnlBZI$g?wBh~_Vskk<=f{9#l@xer3d@k z`+D3;$?XpN;l9uxHUFc+_WQQ593Yvqged^?J_QZhhcDvo)sC~3Y>Fn4ko%hTBOra9^<*`!(bETp` zmYbaO$=A$$sVLsHG2PNoDY_EjpIHbA;(5H74~zE|cJo#FlE_~E&hs>_l5{6D1?wB@ zDs`8UACUD6c~u-XrHvkP@YUl+&U3c@8opL1Pa2c3zE&rfB^=7%s*__auwu1N9^MZ_ zYg^d}*a+AN*a+AN*a+AN*a-Z;MBuM2pZ%wI@kWz(X~&fgrM#!BL9%wuyZDQyt6>OO z-}UG0@*9tN%fI(7{$cI(Sf;Dm^}2WY*zd@o*7^-X{cYN9X?rTPC;8j#=kku_01b!V zD;-*^)%aC^>xZ@4Fj0ON$tCf`8I@Q{B@XV{)wDt{rdZDJT30`))ef`4;I8n^7Rwla zh5WR$yuUg1OmblF&RGI7Plew{u`$2j;&+@}SjLAfHUc&RHUc&RHUc&RHUc&RHUc&R zHUc&RpH2jjw}?DNUzNuFT={$DjS9ukJ8 z>%t!pJiRFn$BQ`8&)$%468%TQ%W%c}r%#YSzFp7AKh2H|jXqSNyxVh~RJtde$Nlr? zw5Ake-PbdrP7Vw_6G=<#cy;_jdMl_ipD{gaQ!e7{oZ zIw3WmrX!{HtB#obTO{9?+@r8Ahz-kksb>4QpYN002`x5PKPL9B!VZYQ40DjhtYxc?g@ zcj$sv$E@_^RN)LW@r2kZQfO5KN z{^^XThtBk$%4l!!jM68EM^E$*>(Qa1vzakH)_-C+L)qT()bcbk$p2l|xS!7jImJ2X z1@gj-Ng=;2pIqlFB|V!f<~i3qJ4#mhLQyYP{JheBkt#h|sR&k*+bKU?XGR9~CuO5= zPJxex&57@t#uO;!R?g1{xk;iy+0a?EilxAJXNrsNLbQ7@H$s6=V+LWN1L4I<_lBQbBR1toPDtD?h zKkpYQ7XOXH`xNgD{6A1G_#Oo`9ZEMU>>H3!PS7U&irnx)?}wpKtXGKpsXVLcM zpqWhZM-*|r2m-zMnHYw}zj^IEK#{wqm$mRE9cFe6%Mz zVlFgp4<7V~f=B!sffI`PM`mFG4*XB3!KVnk;}{L-m|>$D@rU3QYSgdaz%d$7VU3XL zc>k}HteFm(_6pCh`2H*2A9&C=3ENVK$Mfw0zA;dNo#8fk$loIc&mHuS=No(n_!0+) z3g#DZm2Yfxn+>5}}I4us-qU7gKo@Y33#AP?h hFm`H2Wu@CRzle@R6JzOFZfpF{jvBz87$C-~j{$q9Gq(T$ literal 0 HcmV?d00001 diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/U_INT32_SIZE.bin b/build_emscripten/CMakeFiles/CheckTypeSize/U_INT32_SIZE.bin new file mode 100755 index 0000000000000000000000000000000000000000..a00fdb514fa6efa3ca80617b37a46fa4d0873af1 GIT binary patch literal 15304 zcmeHOZ)hCH6`woFww&13#fe-eHr2Kbt^?KTk0p^NI5}B5X%A%CwND=s;|wR=N;)dt ziMv%Rr<54nlnB>UEoljq($IYBmqH<=&_Frkkj8;fClE-|FKTJPEpDUGKe&z2^}U_< zTb` z52^!dJMqn-%;?jGkk*t`(?;4Nauzf0MbXFUL9qkH2$?c&tJ1;)q5`VqJQ%l)6~f2q zxO4ytebk@BU@A^nNAy`?K^t*Al$2`>Qjct;?McHsLV;tJagN{|!GS(6;{-)KIVOCZ zlz7Hznsi*!VNLN73f!{b;`Dy817&+Izy(gosyG#K6fWRSzaJF19UmX~v~hRaI8O?$ zSsceH<_ReJ`x4<~N{Hu=Czu|mq`$4M->O^(P+`NkbWs;P*G9(1Rr0*5@mQcwsKf?7 z8ROaZ9y<7PF#d-lzsTj2FXReeozA|r^OeJI-1_Kh=WKDJzqfO?&@o#qEi85{KG@&U z-|JS(Zco?`_l5qb`5zUw-@A$BAjzCf(Itew5a9Hj}y<l^DT zb(fLvm-P#IO&qqQjUICFwMUJd=WOFOe62yAG$vtvtwAnJIF!HBAjeu@#Y%%bydQ?v zwz3hh5wH=k5wH=k5wH=k5%_Rmee9vRfzzDB6OPPwh^-w5qV{x18uwCyb>U%VN# zk?SYK_0IZAYx{XNydsqBe-hgF{g}xEYu?hTclpncdY5lDd5KrOH`juD$U%oVXsNGE zwYCqf<9U4Nj}}O+7LJU27mnV+O>gP_V7GVi=pkb2Z8zz+^!3Slz5eR9he?n)du4sR zSEkn6t?g;W{{Apcw&Ubu>FYPVrG=GWWp441FJ^9d&v}>H-X(XfFEyuHe_2apZe7gW zI!mF7;uuAaA-32E*a+AN*a+AN*a+AN*a+AN*a+AN*a+AN{BJ~n-*Y7nG(EhZhQsfb z4zAYg{Hnk0!+L#`D8Gy3l6dlzN-U-l2X^gfS*90LEa!KvD<9PBhuC0fNBCxoWsJW} zemYn_uqXA+M=zj1OCE1Z)Is1Z)Is1Z)Is1Z)Is1Z)Is z1Z)I8nFt_n5qXNpK}7E6E(}BR7<^$l%~Z&SCn|{(#fn=XSf@PES`)UsrEW-&T%A&hcqhAJ*e$=KlcuR4Q#W z?F|N-+4KBKsJm7Cd_EWA_NZp3!2vb<=}6ElxGs6G(DMH_Hp_P|lH7q&1AR7>?^7z> zAf)EgbfnZi)ftn2i{yKgyA;+1v0?cx)odU4^COZwp~c4Pr^Mcs+^2ATpnaL;idLUv zB>3OS>%^wir&L$k$WcE>jlJs5=(~>ae>NohH63gpAOCN}{$5$v9mI24p@YX0_kV-r z4ju8bJ+XP-_h(4HH%Y5k?jsRyTxZ8}M|$+>?Bf}CQWZ;6WzF+Z>7mEQ299S3DW{v} zpU!xC_|(AhjP{03DLpcJ;@H5bJ~2FeI+N46fn%c?%Jz<@mZyzRD1z`5qx6J%8=mh?i^FDUJosL~VFs$eC#o$}LlW^71*TsHc~ z6!>V^ocOM3Oo38v_1s*LpCB4k44px%R1SQ1y0qZVSIYB#B{-+tNHnofq|XM51?3h? zlq)~4Lc^JSbw;^`b0uV0p>(~%z5xm41Z}`C%MBm&ei#bHdWCp^8nh&${_)@BasakM=}I z%!S77!Gpdac*L(6IH8z-WEK|S!2gUIe2Tz3j?sYT3>(#mKLjsRqjCKPj?sV$YlKwC z`@c%EJ#@&lS9pHK_h0e;z=OU`*wzL-o^SW_je!d647bih{##P;+(G|%zQK2Z&vS67 zV15CIdGJTlu?g__j;PkjD5VY?64k(ien6T=Jf4@X3m)qn4uAu_8N;izSaumIZbW$d zw!cOi_J#4|d8AYDa{3WI&Nq>OWnv!L0Uuv~z&BFNy$DQ=lj1NfN`C(2d4}^wTy~NS gW2a_RmU~R|^XN!4F_xa?Hpl<`hym=10b;EB7cN&d&;S4c literal 0 HcmV?d00001 diff --git a/build_emscripten/CMakeFiles/InstallScripts.json b/build_emscripten/CMakeFiles/InstallScripts.json new file mode 100644 index 00000000..abe87cfb --- /dev/null +++ b/build_emscripten/CMakeFiles/InstallScripts.json @@ -0,0 +1,44 @@ +{ + "InstallScripts" : + [ + "/home/guest/Downloads/PopLib/build/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/ogg/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/vorbis/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/vorbis/lib/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/vorbis/test/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/SDL/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/SDL_ttf/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/openal/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/miniaudio/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/curl/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/curl/docs/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/curl/scripts/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/curl/lib/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/curl/docs/examples/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/curl/tests/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/curl/tests/http/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/curl/tests/server/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/curl/tests/unit/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/PopWork/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/examples/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/examples/src/demo1/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/examples/src/demo2/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/examples/src/demo3/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/examples/src/demo4/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/examples/src/demo5/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/examples/src/hun-garr/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/examples/src/v12demo/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/examples/src/v14demo/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/examples/src/xmldemo/cmake_install.cmake", + "/home/guest/Downloads/PopLib/build/examples/src/barebones/cmake_install.cmake" + ], + "Parallel" : false +} diff --git a/build_emscripten/CMakeFiles/Makefile.cmake b/build_emscripten/CMakeFiles/Makefile.cmake new file mode 100644 index 00000000..03c64e79 --- /dev/null +++ b/build_emscripten/CMakeFiles/Makefile.cmake @@ -0,0 +1,1274 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# The generator used is: +set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") + +# The top level Makefile was generated from the following files: +set(CMAKE_MAKEFILE_DEPENDS + "CMakeCache.txt" + "/home/guest/Downloads/PopLib/.git/modules/external/SDL/HEAD" + "/home/guest/Downloads/PopLib/CMakeLists.txt" + "/home/guest/Downloads/PopLib/PopWork/CMakeLists.txt" + "CMakeFiles/4.0.2-dirty/CMakeASMCompiler.cmake" + "CMakeFiles/4.0.2-dirty/CMakeCCompiler.cmake" + "CMakeFiles/4.0.2-dirty/CMakeCXXCompiler.cmake" + "CMakeFiles/4.0.2-dirty/CMakeSystem.cmake" + "CMakeFiles/VerifyGlobs.cmake" + "CMakeFiles/cmake.verify_globs" + "external/SDL/CMakeFiles/SDL_build_config.h.intermediate" + "external/SDL/CMakeFiles/git-data/grabRef.cmake" + "external/curl/docs/examples/Makefile.inc.cmake" + "external/curl/docs/libcurl/Makefile.inc.cmake" + "external/curl/docs/libcurl/opts/Makefile.inc.cmake" + "external/curl/lib/Makefile.inc.cmake" + "external/curl/tests/certs/Makefile.inc.cmake" + "external/curl/tests/http/clients/Makefile.inc.cmake" + "external/curl/tests/libtest/Makefile.inc.cmake" + "external/curl/tests/server/Makefile.inc.cmake" + "external/curl/tests/tunit/Makefile.inc.cmake" + "external/curl/tests/unit/Makefile.inc.cmake" + "/home/guest/Downloads/PopLib/cmake/CopyDLLPost.cmake" + "/home/guest/Downloads/PopLib/examples/CMakeLists.txt" + "/home/guest/Downloads/PopLib/examples/src/barebones/CMakeLists.txt" + "/home/guest/Downloads/PopLib/examples/src/demo1/CMakeLists.txt" + "/home/guest/Downloads/PopLib/examples/src/demo2/CMakeLists.txt" + "/home/guest/Downloads/PopLib/examples/src/demo3/CMakeLists.txt" + "/home/guest/Downloads/PopLib/examples/src/demo4/CMakeLists.txt" + "/home/guest/Downloads/PopLib/examples/src/demo5/CMakeLists.txt" + "/home/guest/Downloads/PopLib/examples/src/hun-garr/CMakeLists.txt" + "/home/guest/Downloads/PopLib/examples/src/v12demo/CMakeLists.txt" + "/home/guest/Downloads/PopLib/examples/src/v14demo/CMakeLists.txt" + "/home/guest/Downloads/PopLib/examples/src/xmldemo/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/SDL/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/SDL/cmake/3rdparty.cmake" + "/home/guest/Downloads/PopLib/external/SDL/cmake/FindLibUSB.cmake" + "/home/guest/Downloads/PopLib/external/SDL/cmake/GetGitRevisionDescription.cmake" + "/home/guest/Downloads/PopLib/external/SDL/cmake/GetGitRevisionDescription.cmake.in" + "/home/guest/Downloads/PopLib/external/SDL/cmake/PreseedEmscriptenCache.cmake" + "/home/guest/Downloads/PopLib/external/SDL/cmake/PreseedMSVCCache.cmake" + "/home/guest/Downloads/PopLib/external/SDL/cmake/SDL3Config.cmake.in" + "/home/guest/Downloads/PopLib/external/SDL/cmake/macros.cmake" + "/home/guest/Downloads/PopLib/external/SDL/cmake/sdlchecks.cmake" + "/home/guest/Downloads/PopLib/external/SDL/cmake/sdlcommands.cmake" + "/home/guest/Downloads/PopLib/external/SDL/cmake/sdlcompilers.cmake" + "/home/guest/Downloads/PopLib/external/SDL/cmake/sdlcpu.cmake" + "/home/guest/Downloads/PopLib/external/SDL/cmake/sdlmanpages.cmake" + "/home/guest/Downloads/PopLib/external/SDL/cmake/sdlplatform.cmake" + "/home/guest/Downloads/PopLib/external/SDL/include/build_config/SDL_build_config.h.cmake" + "/home/guest/Downloads/PopLib/external/SDL/include/build_config/SDL_revision.h.cmake" + "/home/guest/Downloads/PopLib/external/SDL_ttf/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/SDL_ttf/cmake/Findharfbuzz.cmake" + "/home/guest/Downloads/PopLib/external/SDL_ttf/cmake/Findplutosvg.cmake" + "/home/guest/Downloads/PopLib/external/SDL_ttf/cmake/Findplutovg.cmake" + "/home/guest/Downloads/PopLib/external/SDL_ttf/cmake/GetGitRevisionDescription.cmake" + "/home/guest/Downloads/PopLib/external/SDL_ttf/cmake/PkgConfigHelper.cmake" + "/home/guest/Downloads/PopLib/external/SDL_ttf/cmake/PrivateSdlFunctions.cmake" + "/home/guest/Downloads/PopLib/external/SDL_ttf/cmake/sdlcpu.cmake" + "/home/guest/Downloads/PopLib/external/SDL_ttf/cmake/sdlmanpages.cmake" + "/home/guest/Downloads/PopLib/external/SDL_ttf/cmake/sdlplatform.cmake" + "/home/guest/Downloads/PopLib/external/curl/CMake/CurlSymbolHiding.cmake" + "/home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c" + "/home/guest/Downloads/PopLib/external/curl/CMake/FindBrotli.cmake" + "/home/guest/Downloads/PopLib/external/curl/CMake/FindLibidn2.cmake" + "/home/guest/Downloads/PopLib/external/curl/CMake/FindLibssh2.cmake" + "/home/guest/Downloads/PopLib/external/curl/CMake/FindNGHTTP2.cmake" + "/home/guest/Downloads/PopLib/external/curl/CMake/FindZstd.cmake" + "/home/guest/Downloads/PopLib/external/curl/CMake/Macros.cmake" + "/home/guest/Downloads/PopLib/external/curl/CMake/OtherTests.cmake" + "/home/guest/Downloads/PopLib/external/curl/CMake/PickyWarnings.cmake" + "/home/guest/Downloads/PopLib/external/curl/CMake/Utilities.cmake" + "/home/guest/Downloads/PopLib/external/curl/CMake/cmake_uninstall.cmake.in" + "/home/guest/Downloads/PopLib/external/curl/CMake/curl-config.cmake.in" + "/home/guest/Downloads/PopLib/external/curl/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/curl/curl-config.in" + "/home/guest/Downloads/PopLib/external/curl/docs/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/curl/docs/examples/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/curl/docs/examples/Makefile.inc" + "/home/guest/Downloads/PopLib/external/curl/docs/libcurl/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/curl/docs/libcurl/Makefile.inc" + "/home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/Makefile.inc" + "/home/guest/Downloads/PopLib/external/curl/lib/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/curl/lib/Makefile.inc" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_config.h.cmake" + "/home/guest/Downloads/PopLib/external/curl/libcurl.pc.in" + "/home/guest/Downloads/PopLib/external/curl/scripts/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/curl/tests/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/curl/tests/certs/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/curl/tests/certs/Makefile.inc" + "/home/guest/Downloads/PopLib/external/curl/tests/config.in" + "/home/guest/Downloads/PopLib/external/curl/tests/configurehelp.pm.in" + "/home/guest/Downloads/PopLib/external/curl/tests/http/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/curl/tests/http/clients/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/curl/tests/http/clients/Makefile.inc" + "/home/guest/Downloads/PopLib/external/curl/tests/http/config.ini.in" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/Makefile.inc" + "/home/guest/Downloads/PopLib/external/curl/tests/server/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/curl/tests/server/Makefile.inc" + "/home/guest/Downloads/PopLib/external/curl/tests/tunit/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/curl/tests/tunit/Makefile.inc" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/Makefile.inc" + "/home/guest/Downloads/PopLib/external/miniaudio/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/ogg/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/ogg/cmake/CheckSizes.cmake" + "/home/guest/Downloads/PopLib/external/ogg/cmake/OggConfig.cmake.in" + "/home/guest/Downloads/PopLib/external/ogg/include/ogg/config_types.h.in" + "/home/guest/Downloads/PopLib/external/ogg/ogg.pc.in" + "/home/guest/Downloads/PopLib/external/openal/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/openal/OpenALConfig.cmake.in" + "/home/guest/Downloads/PopLib/external/openal/cmake/FindALSA.cmake" + "/home/guest/Downloads/PopLib/external/openal/cmake/FindAudioIO.cmake" + "/home/guest/Downloads/PopLib/external/openal/cmake/FindFFmpeg.cmake" + "/home/guest/Downloads/PopLib/external/openal/cmake/FindJACK.cmake" + "/home/guest/Downloads/PopLib/external/openal/cmake/FindMySOFA.cmake" + "/home/guest/Downloads/PopLib/external/openal/cmake/FindOSS.cmake" + "/home/guest/Downloads/PopLib/external/openal/cmake/FindOpenSL.cmake" + "/home/guest/Downloads/PopLib/external/openal/cmake/FindPortAudio.cmake" + "/home/guest/Downloads/PopLib/external/openal/cmake/FindPulseAudio.cmake" + "/home/guest/Downloads/PopLib/external/openal/cmake/FindSndFile.cmake" + "/home/guest/Downloads/PopLib/external/openal/config.h.in" + "/home/guest/Downloads/PopLib/external/openal/config_backends.h.in" + "/home/guest/Downloads/PopLib/external/openal/config_simd.h.in" + "/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/support/cmake/JoinPaths.cmake" + "/home/guest/Downloads/PopLib/external/openal/openal.pc.in" + "/home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/vorbis/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/vorbis/cmake/VorbisConfig.cmake.in" + "/home/guest/Downloads/PopLib/external/vorbis/lib/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/vorbis/test/CMakeLists.txt" + "/home/guest/Downloads/PopLib/external/vorbis/vorbis.pc.in" + "/home/guest/Downloads/PopLib/external/vorbis/vorbisenc.pc.in" + "/home/guest/Downloads/PopLib/external/vorbis/vorbisfile.pc.in" + "/usr/lib/cmake/DBus1/DBus1Config.cmake" + "/usr/lib/cmake/DBus1/DBus1ConfigVersion.cmake" + "/usr/lib/cmake/Qt6/3rdparty/kwin/FindXKB.cmake" + "/usr/lib/cmake/Qt6/FindWrapAtomic.cmake" + "/usr/lib/cmake/Qt6/FindWrapOpenGL.cmake" + "/usr/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake" + "/usr/lib/cmake/Qt6/Qt6Config.cmake" + "/usr/lib/cmake/Qt6/Qt6ConfigExtras.cmake" + "/usr/lib/cmake/Qt6/Qt6ConfigVersion.cmake" + "/usr/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake" + "/usr/lib/cmake/Qt6/Qt6Dependencies.cmake" + "/usr/lib/cmake/Qt6/Qt6Targets.cmake" + "/usr/lib/cmake/Qt6/Qt6VersionlessAliasTargets.cmake" + "/usr/lib/cmake/Qt6/QtFeature.cmake" + "/usr/lib/cmake/Qt6/QtFeatureCommon.cmake" + "/usr/lib/cmake/Qt6/QtInstallPaths.cmake" + "/usr/lib/cmake/Qt6/QtPublicAndroidHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicAppleHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicExternalProjectHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicGitHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicPluginHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicPluginHelpers_v2.cmake" + "/usr/lib/cmake/Qt6/QtPublicSbomAttributionHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicSbomCpeHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicSbomDepHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicSbomFileHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicSbomGenerationHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicSbomHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicSbomLicenseHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicSbomOpsHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicSbomPurlHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicSbomPythonHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicSbomQtEntityHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicSbomSystemDepHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicTargetHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicTestHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicToolHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake" + "/usr/lib/cmake/Qt6/QtPublicWindowsHelpers.cmake" + "/usr/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Core/Qt6CoreConfig.cmake" + "/usr/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake" + "/usr/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake" + "/usr/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake" + "/usr/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake" + "/usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake" + "/usr/lib/cmake/Qt6Core/Qt6CoreTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Core/Qt6CoreTargets.cmake" + "/usr/lib/cmake/Qt6Core/Qt6CoreVersionlessAliasTargets.cmake" + "/usr/lib/cmake/Qt6CorePrivate/Qt6CorePrivateAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6CorePrivate/Qt6CorePrivateConfig.cmake" + "/usr/lib/cmake/Qt6CorePrivate/Qt6CorePrivateConfigVersion.cmake" + "/usr/lib/cmake/Qt6CorePrivate/Qt6CorePrivateConfigVersionImpl.cmake" + "/usr/lib/cmake/Qt6CorePrivate/Qt6CorePrivateDependencies.cmake" + "/usr/lib/cmake/Qt6CorePrivate/Qt6CorePrivateTargets.cmake" + "/usr/lib/cmake/Qt6CorePrivate/Qt6CorePrivateVersionlessAliasTargets.cmake" + "/usr/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake" + "/usr/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake" + "/usr/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake" + "/usr/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake" + "/usr/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake" + "/usr/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake" + "/usr/lib/cmake/Qt6DBus/Qt6DBusAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake" + "/usr/lib/cmake/Qt6DBus/Qt6DBusConfigVersion.cmake" + "/usr/lib/cmake/Qt6DBus/Qt6DBusConfigVersionImpl.cmake" + "/usr/lib/cmake/Qt6DBus/Qt6DBusDependencies.cmake" + "/usr/lib/cmake/Qt6DBus/Qt6DBusMacros.cmake" + "/usr/lib/cmake/Qt6DBus/Qt6DBusTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6DBus/Qt6DBusTargets.cmake" + "/usr/lib/cmake/Qt6DBus/Qt6DBusVersionlessAliasTargets.cmake" + "/usr/lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateConfig.cmake" + "/usr/lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateConfigVersion.cmake" + "/usr/lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateConfigVersionImpl.cmake" + "/usr/lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateDependencies.cmake" + "/usr/lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateTargets.cmake" + "/usr/lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateVersionlessAliasTargets.cmake" + "/usr/lib/cmake/Qt6DBusTools/Qt6DBusToolsAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfig.cmake" + "/usr/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersion.cmake" + "/usr/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersionImpl.cmake" + "/usr/lib/cmake/Qt6DBusTools/Qt6DBusToolsDependencies.cmake" + "/usr/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets.cmake" + "/usr/lib/cmake/Qt6DBusTools/Qt6DBusToolsVersionlessTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6GuiPlugins.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6GuiTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6GuiVersionlessAliasTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QGifPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QGifPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QICNSPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QICNSPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QICNSPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QICNSPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QICOPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QICOPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QJp2PluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QJp2PluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QJp2PluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QJp2PluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QLibInputPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QLibInputPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QLibInputPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QLibInputPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QMngPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QMngPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QMngPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QMngPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QPdfPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QPdfPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QPdfPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QPdfPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QSvgIconPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QSvgIconPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QSvgPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QSvgPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QTgaPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QTgaPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QTgaPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QTgaPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QTiffPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QTiffPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QTiffPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QTiffPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QTsLibPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QTsLibPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QTsLibPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QTsLibPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QVirtualKeyboardPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QVirtualKeyboardPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QVirtualKeyboardPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QVirtualKeyboardPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QWaylandEglPlatformIntegrationPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QWaylandEglPlatformIntegrationPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QWaylandEglPlatformIntegrationPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QWaylandEglPlatformIntegrationPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QWbmpPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QWbmpPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QWbmpPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QWbmpPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QWebpPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QWebpPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QWebpPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QWebpPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginTargets.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginConfig.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets.cmake" + "/usr/lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateConfig.cmake" + "/usr/lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateConfigVersion.cmake" + "/usr/lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateConfigVersionImpl.cmake" + "/usr/lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateDependencies.cmake" + "/usr/lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateTargets.cmake" + "/usr/lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateVersionlessAliasTargets.cmake" + "/usr/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake" + "/usr/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake" + "/usr/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake" + "/usr/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake" + "/usr/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake" + "/usr/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake" + "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake" + "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersion.cmake" + "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersionImpl.cmake" + "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake" + "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsMacros.cmake" + "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsPlugins.cmake" + "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsTargets.cmake" + "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessAliasTargets.cmake" + "/usr/lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateConfig.cmake" + "/usr/lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateConfigVersion.cmake" + "/usr/lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateConfigVersionImpl.cmake" + "/usr/lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateDependencies.cmake" + "/usr/lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateTargets.cmake" + "/usr/lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateVersionlessAliasTargets.cmake" + "/usr/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsAdditionalTargetInfo.cmake" + "/usr/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfig.cmake" + "/usr/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake" + "/usr/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersionImpl.cmake" + "/usr/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsDependencies.cmake" + "/usr/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets-relwithdebinfo.cmake" + "/usr/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets.cmake" + "/usr/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsVersionlessTargets.cmake" + "/usr/lib/cmake/SDL3/SDL3Config.cmake" + "/usr/lib/cmake/SDL3/SDL3ConfigVersion.cmake" + "/usr/lib/cmake/SDL3/SDL3sharedTargets.cmake" + "/usr/lib/cmake/SDL3/SDL3testTargets.cmake" + "/usr/share/cmake/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in" + "/usr/share/cmake/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" + "/usr/share/cmake/Modules/CMakeASMCompiler.cmake.in" + "/usr/share/cmake/Modules/CMakeASMInformation.cmake" + "/usr/share/cmake/Modules/CMakeCCompiler.cmake.in" + "/usr/share/cmake/Modules/CMakeCCompilerABI.c" + "/usr/share/cmake/Modules/CMakeCInformation.cmake" + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + "/usr/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake" + "/usr/share/cmake/Modules/CMakeDependentOption.cmake" + "/usr/share/cmake/Modules/CMakeDetermineASMCompiler.cmake" + "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake" + "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake" + "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake" + "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake" + "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake" + "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake" + "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake" + "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake" + "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake" + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + "/usr/share/cmake/Modules/CMakePackageConfigHelpers.cmake" + "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake" + "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake" + "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake" + "/usr/share/cmake/Modules/CMakePushCheckState.cmake" + "/usr/share/cmake/Modules/CMakeSystem.cmake.in" + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + "/usr/share/cmake/Modules/CMakeTestASMCompiler.cmake" + "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake" + "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake" + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + "/usr/share/cmake/Modules/CMakeUnixFindMake.cmake" + "/usr/share/cmake/Modules/CPack.cmake" + "/usr/share/cmake/Modules/CPackComponent.cmake" + "/usr/share/cmake/Modules/CTest.cmake" + "/usr/share/cmake/Modules/CTestTargets.cmake" + "/usr/share/cmake/Modules/CTestUseLaunchers.cmake" + "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake" + "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake" + "/usr/share/cmake/Modules/CheckCSourceRuns.cmake" + "/usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake" + "/usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake" + "/usr/share/cmake/Modules/CheckFunctionExists.cmake" + "/usr/share/cmake/Modules/CheckIncludeFile.cmake" + "/usr/share/cmake/Modules/CheckIncludeFileCXX.cmake" + "/usr/share/cmake/Modules/CheckIncludeFiles.cmake" + "/usr/share/cmake/Modules/CheckLanguage.cmake" + "/usr/share/cmake/Modules/CheckLibraryExists.cmake" + "/usr/share/cmake/Modules/CheckLinkerFlag.cmake" + "/usr/share/cmake/Modules/CheckSourceCompiles.cmake" + "/usr/share/cmake/Modules/CheckStructHasMember.cmake" + "/usr/share/cmake/Modules/CheckSymbolExists.cmake" + "/usr/share/cmake/Modules/CheckTypeSize.cmake" + "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + "/usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-ASM.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-C.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake" + "/usr/share/cmake/Modules/Compiler/GNU.cmake" + "/usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + "/usr/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + "/usr/share/cmake/Modules/DartConfiguration.tcl.in" + "/usr/share/cmake/Modules/FeatureSummary.cmake" + "/usr/share/cmake/Modules/FindALSA.cmake" + "/usr/share/cmake/Modules/FindCygwin.cmake" + "/usr/share/cmake/Modules/FindDoxygen.cmake" + "/usr/share/cmake/Modules/FindFontconfig.cmake" + "/usr/share/cmake/Modules/FindFreetype.cmake" + "/usr/share/cmake/Modules/FindGit.cmake" + "/usr/share/cmake/Modules/FindMsys.cmake" + "/usr/share/cmake/Modules/FindOpenGL.cmake" + "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" + "/usr/share/cmake/Modules/FindPackageMessage.cmake" + "/usr/share/cmake/Modules/FindPerl.cmake" + "/usr/share/cmake/Modules/FindPkgConfig.cmake" + "/usr/share/cmake/Modules/FindThreads.cmake" + "/usr/share/cmake/Modules/FindVulkan.cmake" + "/usr/share/cmake/Modules/FindX11.cmake" + "/usr/share/cmake/Modules/FindZLIB.cmake" + "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + "/usr/share/cmake/Modules/Internal/CMakeASMLinkerInformation.cmake" + "/usr/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake" + "/usr/share/cmake/Modules/Internal/CMakeCXXLinkerInformation.cmake" + "/usr/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake" + "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake" + "/usr/share/cmake/Modules/Internal/CMakeInspectASMLinker.cmake" + "/usr/share/cmake/Modules/Internal/CMakeInspectCLinker.cmake" + "/usr/share/cmake/Modules/Internal/CMakeInspectCXXLinker.cmake" + "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake" + "/usr/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake" + "/usr/share/cmake/Modules/Internal/CheckLinkerFlag.cmake" + "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake" + "/usr/share/cmake/Modules/Internal/CheckSourceRuns.cmake" + "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake" + "/usr/share/cmake/Modules/Linker/GNU-C.cmake" + "/usr/share/cmake/Modules/Linker/GNU-CXX.cmake" + "/usr/share/cmake/Modules/Linker/GNU.cmake" + "/usr/share/cmake/Modules/MacroAddFileDependencies.cmake" + "/usr/share/cmake/Modules/Platform/Linker/GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linker/Linux-ASM.cmake" + "/usr/share/cmake/Modules/Platform/Linker/Linux-GNU-ASM.cmake" + "/usr/share/cmake/Modules/Platform/Linker/Linux-GNU-C.cmake" + "/usr/share/cmake/Modules/Platform/Linker/Linux-GNU-CXX.cmake" + "/usr/share/cmake/Modules/Platform/Linker/Linux-GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake" + "/usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake" + "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + "/usr/share/cmake/Modules/Platform/Linux.cmake" + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + "/usr/share/cmake/Modules/SelectLibraryConfigurations.cmake" + "/usr/share/cmake/Modules/WriteBasicConfigVersionFile.cmake" + "/usr/share/cmake/Templates/CPackConfig.cmake.in" + ) + +# The corresponding makefile is: +set(CMAKE_MAKEFILE_OUTPUTS + "Makefile" + "CMakeFiles/cmake.check_cache" + ) + +# Byproducts of CMake generate step: +set(CMAKE_MAKEFILE_PRODUCTS + "CMakeFiles/4.0.2-dirty/CMakeSystem.cmake" + "CMakeFiles/4.0.2-dirty/CMakeCCompiler.cmake" + "CMakeFiles/4.0.2-dirty/CMakeCXXCompiler.cmake" + "CMakeFiles/4.0.2-dirty/CMakeASMCompiler.cmake" + "CMakeFiles/4.0.2-dirty/CMakeCCompiler.cmake" + "CMakeFiles/4.0.2-dirty/CMakeCCompiler.cmake" + "CMakeFiles/4.0.2-dirty/CMakeCXXCompiler.cmake" + "CMakeFiles/4.0.2-dirty/CMakeCXXCompiler.cmake" + "CMakeFiles/4.0.2-dirty/CMakeASMCompiler.cmake" + ".qt/QtDeployTargets.cmake" + "CMakeFiles/CMakeDirectoryInformation.cmake" + "external/ogg/include/ogg/config_types.h" + "external/ogg/ogg.pc" + "external/ogg/OggConfig.cmake" + "external/ogg/OggConfigVersion.cmake" + "CPackConfig.cmake" + "CPackSourceConfig.cmake" + "external/ogg/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/vorbis/DartConfiguration.tcl" + "external/vorbis/vorbis.pc" + "external/vorbis/vorbisenc.pc" + "external/vorbis/vorbisfile.pc" + "external/vorbis/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/vorbis/lib/VorbisConfig.cmake" + "external/vorbis/lib/VorbisConfigVersion.cmake" + "external/vorbis/lib/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/vorbis/test/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/SDL/CMakeFiles/SDL_build_config.h.intermediate" + "external/SDL/CMakeFiles/git-data/HEAD" + "external/SDL/CMakeFiles/git-data/grabRef.cmake" + "external/SDL/CMakeFiles/git-data/head-ref" + "external/SDL/include-revision/SDL3/SDL_revision.h" + "external/SDL/SDL3Config.cmake" + "external/SDL/SDL3ConfigVersion.cmake" + "external/SDL/include-config-relwithdebinfo/build_config/SDL_build_config.h" + "external/SDL/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/SDL_ttf/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/openal/config.h" + "external/openal/config_backends.h" + "external/openal/config_simd.h" + "external/openal/openal.pc" + "external/openal/OpenALConfig.cmake" + ".qt/QtDeploySupport.cmake" + "external/openal/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/openal/fmt-11.1.4/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/openal/utils/alsoft-config/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/miniaudio/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/curl/curl-config" + "external/curl/libcurl.pc" + "external/curl/generated/CURLConfigVersion.cmake" + "external/curl/generated/CURLConfig.cmake" + "external/curl/CMake/cmake_uninstall.cmake" + "CPackConfig.cmake" + "CPackSourceConfig.cmake" + "external/curl/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/curl/docs/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/curl/docs/libcurl/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/curl/docs/libcurl/opts/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/curl/scripts/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/curl/lib/curl_config.h" + "external/curl/lib/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/curl/docs/examples/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/curl/tests/config" + "external/curl/tests/configurehelp.pm" + "external/curl/tests/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/curl/tests/http/config.ini" + "external/curl/tests/http/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/curl/tests/http/clients/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/curl/tests/server/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/curl/tests/libtest/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/curl/tests/tunit/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/curl/tests/unit/CMakeFiles/CMakeDirectoryInformation.cmake" + "external/curl/tests/certs/CMakeFiles/CMakeDirectoryInformation.cmake" + "PopWork/CMakeFiles/CMakeDirectoryInformation.cmake" + "examples/CMakeFiles/CMakeDirectoryInformation.cmake" + "examples/src/demo1/CMakeFiles/CMakeDirectoryInformation.cmake" + "examples/src/demo2/CMakeFiles/CMakeDirectoryInformation.cmake" + "examples/src/demo3/CMakeFiles/CMakeDirectoryInformation.cmake" + "examples/src/demo4/CMakeFiles/CMakeDirectoryInformation.cmake" + "examples/src/demo5/CMakeFiles/CMakeDirectoryInformation.cmake" + "examples/src/hun-garr/CMakeFiles/CMakeDirectoryInformation.cmake" + "examples/src/v12demo/CMakeFiles/CMakeDirectoryInformation.cmake" + "examples/src/v14demo/CMakeFiles/CMakeDirectoryInformation.cmake" + "examples/src/xmldemo/CMakeFiles/CMakeDirectoryInformation.cmake" + "examples/src/barebones/CMakeFiles/CMakeDirectoryInformation.cmake" + ) + +# Dependency information for all targets: +set(CMAKE_DEPEND_INFO_FILES + "CMakeFiles/alldemos.dir/DependInfo.cmake" + "external/ogg/CMakeFiles/ogg.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/Experimental.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/Nightly.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/Continuous.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/NightlyStart.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/NightlyUpdate.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/NightlyConfigure.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/NightlyBuild.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/NightlyTest.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/NightlyCoverage.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/NightlySubmit.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/ExperimentalStart.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/ExperimentalTest.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/ContinuousStart.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/ContinuousTest.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake" + "external/vorbis/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake" + "external/vorbis/lib/CMakeFiles/vorbis.dir/DependInfo.cmake" + "external/vorbis/lib/CMakeFiles/vorbisenc.dir/DependInfo.cmake" + "external/vorbis/lib/CMakeFiles/vorbisfile.dir/DependInfo.cmake" + "external/vorbis/test/CMakeFiles/vorbis_test.dir/DependInfo.cmake" + "external/SDL/CMakeFiles/SDL3-shared.dir/DependInfo.cmake" + "external/SDL/CMakeFiles/SDL3-static.dir/DependInfo.cmake" + "external/SDL/CMakeFiles/SDL3_test.dir/DependInfo.cmake" + "external/SDL/CMakeFiles/SDL_uclibc.dir/DependInfo.cmake" + "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/DependInfo.cmake" + "external/openal/CMakeFiles/alsoft.build_version.dir/DependInfo.cmake" + "external/openal/CMakeFiles/alsoft.common.dir/DependInfo.cmake" + "external/openal/CMakeFiles/clang-tidy-check.dir/DependInfo.cmake" + "external/openal/CMakeFiles/OpenAL.dir/DependInfo.cmake" + "external/openal/CMakeFiles/openal-info.dir/DependInfo.cmake" + "external/openal/CMakeFiles/uhjdecoder.dir/DependInfo.cmake" + "external/openal/CMakeFiles/uhjencoder.dir/DependInfo.cmake" + "external/openal/CMakeFiles/alsoft.sofa-support.dir/DependInfo.cmake" + "external/openal/CMakeFiles/makemhr.dir/DependInfo.cmake" + "external/openal/CMakeFiles/sofa-info.dir/DependInfo.cmake" + "external/openal/CMakeFiles/alsoft.excommon.dir/DependInfo.cmake" + "external/openal/CMakeFiles/altonegen.dir/DependInfo.cmake" + "external/openal/CMakeFiles/alrecord.dir/DependInfo.cmake" + "external/openal/CMakeFiles/aldebug.dir/DependInfo.cmake" + "external/openal/CMakeFiles/allafplay.dir/DependInfo.cmake" + "external/openal/CMakeFiles/alplay.dir/DependInfo.cmake" + "external/openal/CMakeFiles/alstream.dir/DependInfo.cmake" + "external/openal/CMakeFiles/alreverb.dir/DependInfo.cmake" + "external/openal/CMakeFiles/almultireverb.dir/DependInfo.cmake" + "external/openal/CMakeFiles/allatency.dir/DependInfo.cmake" + "external/openal/CMakeFiles/alhrtf.dir/DependInfo.cmake" + "external/openal/CMakeFiles/alstreamcb.dir/DependInfo.cmake" + "external/openal/CMakeFiles/aldirect.dir/DependInfo.cmake" + "external/openal/CMakeFiles/alconvolve.dir/DependInfo.cmake" + "external/openal/CMakeFiles/alloopback.dir/DependInfo.cmake" + "external/openal/CMakeFiles/alffplay.dir/DependInfo.cmake" + "external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/DependInfo.cmake" + "external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/DependInfo.cmake" + "external/miniaudio/CMakeFiles/miniaudio.dir/DependInfo.cmake" + "external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/DependInfo.cmake" + "external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/DependInfo.cmake" + "external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/DependInfo.cmake" + "external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/DependInfo.cmake" + "external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/DependInfo.cmake" + "external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/DependInfo.cmake" + "external/curl/CMakeFiles/curl-ca-bundle.dir/DependInfo.cmake" + "external/curl/CMakeFiles/curl-ca-firefox.dir/DependInfo.cmake" + "external/curl/CMakeFiles/curl_uninstall.dir/DependInfo.cmake" + "external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/DependInfo.cmake" + "external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/DependInfo.cmake" + "external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/DependInfo.cmake" + "external/curl/docs/libcurl/CMakeFiles/curl-man.dir/DependInfo.cmake" + "external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/DependInfo.cmake" + "external/curl/lib/CMakeFiles/curlu.dir/DependInfo.cmake" + "external/curl/lib/CMakeFiles/libcurl_static.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-examples.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-https.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-range.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/DependInfo.cmake" + "external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/DependInfo.cmake" + "external/curl/tests/CMakeFiles/testdeps.dir/DependInfo.cmake" + "external/curl/tests/CMakeFiles/test-quiet.dir/DependInfo.cmake" + "external/curl/tests/CMakeFiles/test-am.dir/DependInfo.cmake" + "external/curl/tests/CMakeFiles/test-full.dir/DependInfo.cmake" + "external/curl/tests/CMakeFiles/test-nonflaky.dir/DependInfo.cmake" + "external/curl/tests/CMakeFiles/test-ci.dir/DependInfo.cmake" + "external/curl/tests/CMakeFiles/test-torture.dir/DependInfo.cmake" + "external/curl/tests/CMakeFiles/test-event.dir/DependInfo.cmake" + "external/curl/tests/CMakeFiles/curl-pytest.dir/DependInfo.cmake" + "external/curl/tests/CMakeFiles/curl-pytest-ci.dir/DependInfo.cmake" + "external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/DependInfo.cmake" + "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/DependInfo.cmake" + "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/DependInfo.cmake" + "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/DependInfo.cmake" + "external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/DependInfo.cmake" + "external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/DependInfo.cmake" + "external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/DependInfo.cmake" + "external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/DependInfo.cmake" + "external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/DependInfo.cmake" + "external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/DependInfo.cmake" + "external/curl/tests/server/CMakeFiles/resolve.dir/DependInfo.cmake" + "external/curl/tests/server/CMakeFiles/rtspd.dir/DependInfo.cmake" + "external/curl/tests/server/CMakeFiles/sockfilt.dir/DependInfo.cmake" + "external/curl/tests/server/CMakeFiles/sws.dir/DependInfo.cmake" + "external/curl/tests/server/CMakeFiles/tftpd.dir/DependInfo.cmake" + "external/curl/tests/server/CMakeFiles/socksd.dir/DependInfo.cmake" + "external/curl/tests/server/CMakeFiles/mqttd.dir/DependInfo.cmake" + "external/curl/tests/server/CMakeFiles/dnsd.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/libauthretry.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/libprereq.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib500.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib501.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib502.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib503.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib504.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib505.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib506.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib507.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib508.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib509.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib510.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib511.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib512.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib513.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib514.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib515.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib516.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib517.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib518.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib519.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib520.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib521.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib523.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib524.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib525.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib526.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib527.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib529.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib530.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib532.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib533.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib536.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib537.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib539.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib540.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib541.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib542.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib543.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib544.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib545.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib547.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib548.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib549.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib552.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib553.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib554.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib555.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib556.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib557.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib558.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib559.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib560.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib562.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib564.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib565.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib566.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib567.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib568.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib569.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib570.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib571.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib572.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib573.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib574.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib575.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib576.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib578.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib579.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib582.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib583.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib584.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib585.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib586.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib587.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib589.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib590.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib591.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib597.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib598.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib599.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib643.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib645.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib650.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib651.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib652.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib653.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib654.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib655.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib658.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib659.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib661.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib666.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib667.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib668.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib670.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib671.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib672.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib673.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib674.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib676.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib677.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib678.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib694.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib695.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib696.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1156.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1301.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1308.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1485.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1500.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1501.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1502.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1503.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1504.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1505.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1506.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1507.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1508.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1509.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1510.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1511.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1512.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1513.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1514.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1515.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1517.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1518.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1520.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1521.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1522.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1523.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1525.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1526.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1527.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1528.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1529.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1530.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1531.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1532.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1533.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1534.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1535.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1536.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1537.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1538.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1539.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1540.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1541.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1542.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1543.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1545.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1550.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1551.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1552.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1553.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1554.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1555.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1556.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1557.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1558.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1559.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1560.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1564.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1565.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1567.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1568.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1569.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1571.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1576.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1578.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1591.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1592.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1593.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1594.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1596.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1597.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1598.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1662.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1900.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1901.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1903.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1905.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1906.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1907.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1908.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1910.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1911.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1912.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1913.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1915.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1916.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1917.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1918.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1919.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1933.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1934.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1935.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1936.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1937.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1938.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1939.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1940.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1945.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1946.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1947.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1948.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1955.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1956.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1957.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1958.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1959.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1960.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1964.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1970.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1971.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1972.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1973.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1974.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1975.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1977.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib1978.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib2301.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib2302.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib2304.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib2305.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib2306.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib2308.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib2309.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib2310.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib2311.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib2312.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib2402.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib2404.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib2405.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib2502.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib3010.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib3025.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib3026.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib3027.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib3100.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib3101.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib3102.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib3103.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib3104.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib3105.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib3207.dir/DependInfo.cmake" + "external/curl/tests/libtest/CMakeFiles/lib3208.dir/DependInfo.cmake" + "external/curl/tests/tunit/CMakeFiles/tool1394.dir/DependInfo.cmake" + "external/curl/tests/tunit/CMakeFiles/tool1604.dir/DependInfo.cmake" + "external/curl/tests/tunit/CMakeFiles/tool1621.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1300.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1302.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1303.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1304.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1305.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1307.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1309.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1323.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1330.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1395.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1396.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1397.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1398.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1399.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1600.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1601.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1602.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1603.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1605.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1606.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1607.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1608.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1609.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1610.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1611.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1612.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1614.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1615.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1616.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1620.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1650.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1651.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1652.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1653.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1654.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1655.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1656.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1657.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1658.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1660.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1661.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1663.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1664.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1979.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit1980.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit2600.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit2601.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit2602.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit2603.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit2604.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit3200.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit3205.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit3211.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit3212.dir/DependInfo.cmake" + "external/curl/tests/unit/CMakeFiles/unit3213.dir/DependInfo.cmake" + "external/curl/tests/certs/CMakeFiles/build-certs.dir/DependInfo.cmake" + "external/curl/tests/certs/CMakeFiles/clean-certs.dir/DependInfo.cmake" + "PopWork/CMakeFiles/PopWork.dir/DependInfo.cmake" + "examples/src/demo1/CMakeFiles/Demo1.dir/DependInfo.cmake" + "examples/src/demo2/CMakeFiles/Demo2.dir/DependInfo.cmake" + "examples/src/demo3/CMakeFiles/Demo3.dir/DependInfo.cmake" + "examples/src/demo4/CMakeFiles/Demo4.dir/DependInfo.cmake" + "examples/src/demo5/CMakeFiles/Demo5.dir/DependInfo.cmake" + "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/DependInfo.cmake" + "examples/src/v12demo/CMakeFiles/V12Demo.dir/DependInfo.cmake" + "examples/src/v14demo/CMakeFiles/V14Demo.dir/DependInfo.cmake" + "examples/src/xmldemo/CMakeFiles/XMLDemo.dir/DependInfo.cmake" + "examples/src/barebones/CMakeFiles/Barebones.dir/DependInfo.cmake" + ) diff --git a/build_emscripten/CMakeFiles/Makefile2 b/build_emscripten/CMakeFiles/Makefile2 new file mode 100644 index 00000000..7aea5ec3 --- /dev/null +++ b/build_emscripten/CMakeFiles/Makefile2 @@ -0,0 +1,19953 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Directory level rules for the build root directory + +# The main recursive "all" target. +all: CMakeFiles/alldemos.dir/all +all: PopWork/all +all: examples/all +.PHONY : all + +# The main recursive "codegen" target. +codegen: CMakeFiles/alldemos.dir/codegen +codegen: PopWork/codegen +codegen: examples/codegen +.PHONY : codegen + +# The main recursive "preinstall" target. +preinstall: PopWork/preinstall +preinstall: examples/preinstall +.PHONY : preinstall + +# The main recursive "clean" target. +clean: CMakeFiles/alldemos.dir/clean +clean: external/ogg/clean +clean: external/vorbis/clean +clean: external/SDL/clean +clean: external/SDL_ttf/clean +clean: external/openal/clean +clean: external/miniaudio/clean +clean: external/curl/clean +clean: PopWork/clean +clean: examples/clean +.PHONY : clean + +#============================================================================= +# Directory level rules for directory PopWork + +# Recursive "all" directory target. +PopWork/all: PopWork/CMakeFiles/PopWork.dir/all +.PHONY : PopWork/all + +# Recursive "codegen" directory target. +PopWork/codegen: PopWork/CMakeFiles/PopWork.dir/codegen +.PHONY : PopWork/codegen + +# Recursive "preinstall" directory target. +PopWork/preinstall: +.PHONY : PopWork/preinstall + +# Recursive "clean" directory target. +PopWork/clean: PopWork/CMakeFiles/PopWork.dir/clean +.PHONY : PopWork/clean + +#============================================================================= +# Directory level rules for directory examples + +# Recursive "all" directory target. +examples/all: examples/src/demo1/all +examples/all: examples/src/demo2/all +examples/all: examples/src/demo3/all +examples/all: examples/src/demo4/all +examples/all: examples/src/demo5/all +examples/all: examples/src/hun-garr/all +examples/all: examples/src/v12demo/all +examples/all: examples/src/v14demo/all +examples/all: examples/src/xmldemo/all +examples/all: examples/src/barebones/all +.PHONY : examples/all + +# Recursive "codegen" directory target. +examples/codegen: examples/src/demo1/codegen +examples/codegen: examples/src/demo2/codegen +examples/codegen: examples/src/demo3/codegen +examples/codegen: examples/src/demo4/codegen +examples/codegen: examples/src/demo5/codegen +examples/codegen: examples/src/hun-garr/codegen +examples/codegen: examples/src/v12demo/codegen +examples/codegen: examples/src/v14demo/codegen +examples/codegen: examples/src/xmldemo/codegen +examples/codegen: examples/src/barebones/codegen +.PHONY : examples/codegen + +# Recursive "preinstall" directory target. +examples/preinstall: examples/src/demo1/preinstall +examples/preinstall: examples/src/demo2/preinstall +examples/preinstall: examples/src/demo3/preinstall +examples/preinstall: examples/src/demo4/preinstall +examples/preinstall: examples/src/demo5/preinstall +examples/preinstall: examples/src/hun-garr/preinstall +examples/preinstall: examples/src/v12demo/preinstall +examples/preinstall: examples/src/v14demo/preinstall +examples/preinstall: examples/src/xmldemo/preinstall +examples/preinstall: examples/src/barebones/preinstall +.PHONY : examples/preinstall + +# Recursive "clean" directory target. +examples/clean: examples/src/demo1/clean +examples/clean: examples/src/demo2/clean +examples/clean: examples/src/demo3/clean +examples/clean: examples/src/demo4/clean +examples/clean: examples/src/demo5/clean +examples/clean: examples/src/hun-garr/clean +examples/clean: examples/src/v12demo/clean +examples/clean: examples/src/v14demo/clean +examples/clean: examples/src/xmldemo/clean +examples/clean: examples/src/barebones/clean +.PHONY : examples/clean + +#============================================================================= +# Directory level rules for directory examples/src/barebones + +# Recursive "all" directory target. +examples/src/barebones/all: examples/src/barebones/CMakeFiles/Barebones.dir/all +.PHONY : examples/src/barebones/all + +# Recursive "codegen" directory target. +examples/src/barebones/codegen: examples/src/barebones/CMakeFiles/Barebones.dir/codegen +.PHONY : examples/src/barebones/codegen + +# Recursive "preinstall" directory target. +examples/src/barebones/preinstall: +.PHONY : examples/src/barebones/preinstall + +# Recursive "clean" directory target. +examples/src/barebones/clean: examples/src/barebones/CMakeFiles/Barebones.dir/clean +.PHONY : examples/src/barebones/clean + +#============================================================================= +# Directory level rules for directory examples/src/demo1 + +# Recursive "all" directory target. +examples/src/demo1/all: examples/src/demo1/CMakeFiles/Demo1.dir/all +.PHONY : examples/src/demo1/all + +# Recursive "codegen" directory target. +examples/src/demo1/codegen: examples/src/demo1/CMakeFiles/Demo1.dir/codegen +.PHONY : examples/src/demo1/codegen + +# Recursive "preinstall" directory target. +examples/src/demo1/preinstall: +.PHONY : examples/src/demo1/preinstall + +# Recursive "clean" directory target. +examples/src/demo1/clean: examples/src/demo1/CMakeFiles/Demo1.dir/clean +.PHONY : examples/src/demo1/clean + +#============================================================================= +# Directory level rules for directory examples/src/demo2 + +# Recursive "all" directory target. +examples/src/demo2/all: examples/src/demo2/CMakeFiles/Demo2.dir/all +.PHONY : examples/src/demo2/all + +# Recursive "codegen" directory target. +examples/src/demo2/codegen: examples/src/demo2/CMakeFiles/Demo2.dir/codegen +.PHONY : examples/src/demo2/codegen + +# Recursive "preinstall" directory target. +examples/src/demo2/preinstall: +.PHONY : examples/src/demo2/preinstall + +# Recursive "clean" directory target. +examples/src/demo2/clean: examples/src/demo2/CMakeFiles/Demo2.dir/clean +.PHONY : examples/src/demo2/clean + +#============================================================================= +# Directory level rules for directory examples/src/demo3 + +# Recursive "all" directory target. +examples/src/demo3/all: examples/src/demo3/CMakeFiles/Demo3.dir/all +.PHONY : examples/src/demo3/all + +# Recursive "codegen" directory target. +examples/src/demo3/codegen: examples/src/demo3/CMakeFiles/Demo3.dir/codegen +.PHONY : examples/src/demo3/codegen + +# Recursive "preinstall" directory target. +examples/src/demo3/preinstall: +.PHONY : examples/src/demo3/preinstall + +# Recursive "clean" directory target. +examples/src/demo3/clean: examples/src/demo3/CMakeFiles/Demo3.dir/clean +.PHONY : examples/src/demo3/clean + +#============================================================================= +# Directory level rules for directory examples/src/demo4 + +# Recursive "all" directory target. +examples/src/demo4/all: examples/src/demo4/CMakeFiles/Demo4.dir/all +.PHONY : examples/src/demo4/all + +# Recursive "codegen" directory target. +examples/src/demo4/codegen: examples/src/demo4/CMakeFiles/Demo4.dir/codegen +.PHONY : examples/src/demo4/codegen + +# Recursive "preinstall" directory target. +examples/src/demo4/preinstall: +.PHONY : examples/src/demo4/preinstall + +# Recursive "clean" directory target. +examples/src/demo4/clean: examples/src/demo4/CMakeFiles/Demo4.dir/clean +.PHONY : examples/src/demo4/clean + +#============================================================================= +# Directory level rules for directory examples/src/demo5 + +# Recursive "all" directory target. +examples/src/demo5/all: examples/src/demo5/CMakeFiles/Demo5.dir/all +.PHONY : examples/src/demo5/all + +# Recursive "codegen" directory target. +examples/src/demo5/codegen: examples/src/demo5/CMakeFiles/Demo5.dir/codegen +.PHONY : examples/src/demo5/codegen + +# Recursive "preinstall" directory target. +examples/src/demo5/preinstall: +.PHONY : examples/src/demo5/preinstall + +# Recursive "clean" directory target. +examples/src/demo5/clean: examples/src/demo5/CMakeFiles/Demo5.dir/clean +.PHONY : examples/src/demo5/clean + +#============================================================================= +# Directory level rules for directory examples/src/hun-garr + +# Recursive "all" directory target. +examples/src/hun-garr/all: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all +.PHONY : examples/src/hun-garr/all + +# Recursive "codegen" directory target. +examples/src/hun-garr/codegen: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/codegen +.PHONY : examples/src/hun-garr/codegen + +# Recursive "preinstall" directory target. +examples/src/hun-garr/preinstall: +.PHONY : examples/src/hun-garr/preinstall + +# Recursive "clean" directory target. +examples/src/hun-garr/clean: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/clean +.PHONY : examples/src/hun-garr/clean + +#============================================================================= +# Directory level rules for directory examples/src/v12demo + +# Recursive "all" directory target. +examples/src/v12demo/all: examples/src/v12demo/CMakeFiles/V12Demo.dir/all +.PHONY : examples/src/v12demo/all + +# Recursive "codegen" directory target. +examples/src/v12demo/codegen: examples/src/v12demo/CMakeFiles/V12Demo.dir/codegen +.PHONY : examples/src/v12demo/codegen + +# Recursive "preinstall" directory target. +examples/src/v12demo/preinstall: +.PHONY : examples/src/v12demo/preinstall + +# Recursive "clean" directory target. +examples/src/v12demo/clean: examples/src/v12demo/CMakeFiles/V12Demo.dir/clean +.PHONY : examples/src/v12demo/clean + +#============================================================================= +# Directory level rules for directory examples/src/v14demo + +# Recursive "all" directory target. +examples/src/v14demo/all: examples/src/v14demo/CMakeFiles/V14Demo.dir/all +.PHONY : examples/src/v14demo/all + +# Recursive "codegen" directory target. +examples/src/v14demo/codegen: examples/src/v14demo/CMakeFiles/V14Demo.dir/codegen +.PHONY : examples/src/v14demo/codegen + +# Recursive "preinstall" directory target. +examples/src/v14demo/preinstall: +.PHONY : examples/src/v14demo/preinstall + +# Recursive "clean" directory target. +examples/src/v14demo/clean: examples/src/v14demo/CMakeFiles/V14Demo.dir/clean +.PHONY : examples/src/v14demo/clean + +#============================================================================= +# Directory level rules for directory examples/src/xmldemo + +# Recursive "all" directory target. +examples/src/xmldemo/all: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all +.PHONY : examples/src/xmldemo/all + +# Recursive "codegen" directory target. +examples/src/xmldemo/codegen: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/codegen +.PHONY : examples/src/xmldemo/codegen + +# Recursive "preinstall" directory target. +examples/src/xmldemo/preinstall: +.PHONY : examples/src/xmldemo/preinstall + +# Recursive "clean" directory target. +examples/src/xmldemo/clean: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/clean +.PHONY : examples/src/xmldemo/clean + +#============================================================================= +# Directory level rules for directory external/SDL + +# Recursive "all" directory target. +external/SDL/all: external/SDL/CMakeFiles/SDL3-shared.dir/all +external/SDL/all: external/SDL/CMakeFiles/SDL3-static.dir/all +external/SDL/all: external/SDL/CMakeFiles/SDL3_test.dir/all +external/SDL/all: external/SDL/CMakeFiles/SDL_uclibc.dir/all +.PHONY : external/SDL/all + +# Recursive "codegen" directory target. +external/SDL/codegen: external/SDL/CMakeFiles/SDL3-shared.dir/codegen +external/SDL/codegen: external/SDL/CMakeFiles/SDL3-static.dir/codegen +external/SDL/codegen: external/SDL/CMakeFiles/SDL3_test.dir/codegen +external/SDL/codegen: external/SDL/CMakeFiles/SDL_uclibc.dir/codegen +.PHONY : external/SDL/codegen + +# Recursive "preinstall" directory target. +external/SDL/preinstall: +.PHONY : external/SDL/preinstall + +# Recursive "clean" directory target. +external/SDL/clean: external/SDL/CMakeFiles/SDL3-shared.dir/clean +external/SDL/clean: external/SDL/CMakeFiles/SDL3-static.dir/clean +external/SDL/clean: external/SDL/CMakeFiles/SDL3_test.dir/clean +external/SDL/clean: external/SDL/CMakeFiles/SDL_uclibc.dir/clean +.PHONY : external/SDL/clean + +#============================================================================= +# Directory level rules for directory external/SDL_ttf + +# Recursive "all" directory target. +external/SDL_ttf/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all +.PHONY : external/SDL_ttf/all + +# Recursive "codegen" directory target. +external/SDL_ttf/codegen: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/codegen +.PHONY : external/SDL_ttf/codegen + +# Recursive "preinstall" directory target. +external/SDL_ttf/preinstall: +.PHONY : external/SDL_ttf/preinstall + +# Recursive "clean" directory target. +external/SDL_ttf/clean: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/clean +.PHONY : external/SDL_ttf/clean + +#============================================================================= +# Directory level rules for directory external/curl + +# Recursive "all" directory target. +external/curl/all: external/curl/docs/all +external/curl/all: external/curl/scripts/all +external/curl/all: external/curl/lib/all +external/curl/all: external/curl/docs/examples/all +external/curl/all: external/curl/tests/all +.PHONY : external/curl/all + +# Recursive "codegen" directory target. +external/curl/codegen: external/curl/docs/codegen +external/curl/codegen: external/curl/scripts/codegen +external/curl/codegen: external/curl/lib/codegen +external/curl/codegen: external/curl/docs/examples/codegen +external/curl/codegen: external/curl/tests/codegen +.PHONY : external/curl/codegen + +# Recursive "preinstall" directory target. +external/curl/preinstall: external/curl/docs/preinstall +external/curl/preinstall: external/curl/scripts/preinstall +external/curl/preinstall: external/curl/lib/preinstall +external/curl/preinstall: external/curl/docs/examples/preinstall +external/curl/preinstall: external/curl/tests/preinstall +.PHONY : external/curl/preinstall + +# Recursive "clean" directory target. +external/curl/clean: external/curl/CMakeFiles/curl-ca-bundle.dir/clean +external/curl/clean: external/curl/CMakeFiles/curl-ca-firefox.dir/clean +external/curl/clean: external/curl/CMakeFiles/curl_uninstall.dir/clean +external/curl/clean: external/curl/docs/clean +external/curl/clean: external/curl/scripts/clean +external/curl/clean: external/curl/lib/clean +external/curl/clean: external/curl/docs/examples/clean +external/curl/clean: external/curl/tests/clean +.PHONY : external/curl/clean + +#============================================================================= +# Directory level rules for directory external/curl/docs + +# Recursive "all" directory target. +external/curl/docs/all: external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/all +external/curl/docs/all: external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/all +external/curl/docs/all: external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/all +external/curl/docs/all: external/curl/docs/libcurl/all +.PHONY : external/curl/docs/all + +# Recursive "codegen" directory target. +external/curl/docs/codegen: external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/codegen +external/curl/docs/codegen: external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/codegen +external/curl/docs/codegen: external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/codegen +external/curl/docs/codegen: external/curl/docs/libcurl/codegen +.PHONY : external/curl/docs/codegen + +# Recursive "preinstall" directory target. +external/curl/docs/preinstall: external/curl/docs/libcurl/preinstall +.PHONY : external/curl/docs/preinstall + +# Recursive "clean" directory target. +external/curl/docs/clean: external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/clean +external/curl/docs/clean: external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/clean +external/curl/docs/clean: external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/clean +external/curl/docs/clean: external/curl/docs/libcurl/clean +.PHONY : external/curl/docs/clean + +#============================================================================= +# Directory level rules for directory external/curl/docs/examples + +# Recursive "all" directory target. +external/curl/docs/examples/all: +.PHONY : external/curl/docs/examples/all + +# Recursive "codegen" directory target. +external/curl/docs/examples/codegen: +.PHONY : external/curl/docs/examples/codegen + +# Recursive "preinstall" directory target. +external/curl/docs/examples/preinstall: +.PHONY : external/curl/docs/examples/preinstall + +# Recursive "clean" directory target. +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-examples.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-https.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-range.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/clean +external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/clean +.PHONY : external/curl/docs/examples/clean + +#============================================================================= +# Directory level rules for directory external/curl/docs/libcurl + +# Recursive "all" directory target. +external/curl/docs/libcurl/all: external/curl/docs/libcurl/CMakeFiles/curl-man.dir/all +external/curl/docs/libcurl/all: external/curl/docs/libcurl/opts/all +.PHONY : external/curl/docs/libcurl/all + +# Recursive "codegen" directory target. +external/curl/docs/libcurl/codegen: external/curl/docs/libcurl/CMakeFiles/curl-man.dir/codegen +external/curl/docs/libcurl/codegen: external/curl/docs/libcurl/opts/codegen +.PHONY : external/curl/docs/libcurl/codegen + +# Recursive "preinstall" directory target. +external/curl/docs/libcurl/preinstall: external/curl/docs/libcurl/opts/preinstall +.PHONY : external/curl/docs/libcurl/preinstall + +# Recursive "clean" directory target. +external/curl/docs/libcurl/clean: external/curl/docs/libcurl/CMakeFiles/curl-man.dir/clean +external/curl/docs/libcurl/clean: external/curl/docs/libcurl/opts/clean +.PHONY : external/curl/docs/libcurl/clean + +#============================================================================= +# Directory level rules for directory external/curl/docs/libcurl/opts + +# Recursive "all" directory target. +external/curl/docs/libcurl/opts/all: +.PHONY : external/curl/docs/libcurl/opts/all + +# Recursive "codegen" directory target. +external/curl/docs/libcurl/opts/codegen: +.PHONY : external/curl/docs/libcurl/opts/codegen + +# Recursive "preinstall" directory target. +external/curl/docs/libcurl/opts/preinstall: +.PHONY : external/curl/docs/libcurl/opts/preinstall + +# Recursive "clean" directory target. +external/curl/docs/libcurl/opts/clean: external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/clean +.PHONY : external/curl/docs/libcurl/opts/clean + +#============================================================================= +# Directory level rules for directory external/curl/lib + +# Recursive "all" directory target. +external/curl/lib/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all +.PHONY : external/curl/lib/all + +# Recursive "codegen" directory target. +external/curl/lib/codegen: external/curl/lib/CMakeFiles/libcurl_static.dir/codegen +.PHONY : external/curl/lib/codegen + +# Recursive "preinstall" directory target. +external/curl/lib/preinstall: +.PHONY : external/curl/lib/preinstall + +# Recursive "clean" directory target. +external/curl/lib/clean: external/curl/lib/CMakeFiles/curlu.dir/clean +external/curl/lib/clean: external/curl/lib/CMakeFiles/libcurl_static.dir/clean +.PHONY : external/curl/lib/clean + +#============================================================================= +# Directory level rules for directory external/curl/scripts + +# Recursive "all" directory target. +external/curl/scripts/all: +.PHONY : external/curl/scripts/all + +# Recursive "codegen" directory target. +external/curl/scripts/codegen: +.PHONY : external/curl/scripts/codegen + +# Recursive "preinstall" directory target. +external/curl/scripts/preinstall: +.PHONY : external/curl/scripts/preinstall + +# Recursive "clean" directory target. +external/curl/scripts/clean: +.PHONY : external/curl/scripts/clean + +#============================================================================= +# Directory level rules for directory external/curl/tests + +# Recursive "all" directory target. +external/curl/tests/all: external/curl/tests/http/all +external/curl/tests/all: external/curl/tests/http/clients/all +external/curl/tests/all: external/curl/tests/server/all +external/curl/tests/all: external/curl/tests/libtest/all +external/curl/tests/all: external/curl/tests/tunit/all +external/curl/tests/all: external/curl/tests/unit/all +external/curl/tests/all: external/curl/tests/certs/all +.PHONY : external/curl/tests/all + +# Recursive "codegen" directory target. +external/curl/tests/codegen: external/curl/tests/http/codegen +external/curl/tests/codegen: external/curl/tests/http/clients/codegen +external/curl/tests/codegen: external/curl/tests/server/codegen +external/curl/tests/codegen: external/curl/tests/libtest/codegen +external/curl/tests/codegen: external/curl/tests/tunit/codegen +external/curl/tests/codegen: external/curl/tests/unit/codegen +external/curl/tests/codegen: external/curl/tests/certs/codegen +.PHONY : external/curl/tests/codegen + +# Recursive "preinstall" directory target. +external/curl/tests/preinstall: external/curl/tests/http/preinstall +external/curl/tests/preinstall: external/curl/tests/http/clients/preinstall +external/curl/tests/preinstall: external/curl/tests/server/preinstall +external/curl/tests/preinstall: external/curl/tests/libtest/preinstall +external/curl/tests/preinstall: external/curl/tests/tunit/preinstall +external/curl/tests/preinstall: external/curl/tests/unit/preinstall +external/curl/tests/preinstall: external/curl/tests/certs/preinstall +.PHONY : external/curl/tests/preinstall + +# Recursive "clean" directory target. +external/curl/tests/clean: external/curl/tests/CMakeFiles/testdeps.dir/clean +external/curl/tests/clean: external/curl/tests/CMakeFiles/test-quiet.dir/clean +external/curl/tests/clean: external/curl/tests/CMakeFiles/test-am.dir/clean +external/curl/tests/clean: external/curl/tests/CMakeFiles/test-full.dir/clean +external/curl/tests/clean: external/curl/tests/CMakeFiles/test-nonflaky.dir/clean +external/curl/tests/clean: external/curl/tests/CMakeFiles/test-ci.dir/clean +external/curl/tests/clean: external/curl/tests/CMakeFiles/test-torture.dir/clean +external/curl/tests/clean: external/curl/tests/CMakeFiles/test-event.dir/clean +external/curl/tests/clean: external/curl/tests/CMakeFiles/curl-pytest.dir/clean +external/curl/tests/clean: external/curl/tests/CMakeFiles/curl-pytest-ci.dir/clean +external/curl/tests/clean: external/curl/tests/http/clean +external/curl/tests/clean: external/curl/tests/http/clients/clean +external/curl/tests/clean: external/curl/tests/server/clean +external/curl/tests/clean: external/curl/tests/libtest/clean +external/curl/tests/clean: external/curl/tests/tunit/clean +external/curl/tests/clean: external/curl/tests/unit/clean +external/curl/tests/clean: external/curl/tests/certs/clean +.PHONY : external/curl/tests/clean + +#============================================================================= +# Directory level rules for directory external/curl/tests/certs + +# Recursive "all" directory target. +external/curl/tests/certs/all: +.PHONY : external/curl/tests/certs/all + +# Recursive "codegen" directory target. +external/curl/tests/certs/codegen: +.PHONY : external/curl/tests/certs/codegen + +# Recursive "preinstall" directory target. +external/curl/tests/certs/preinstall: +.PHONY : external/curl/tests/certs/preinstall + +# Recursive "clean" directory target. +external/curl/tests/certs/clean: external/curl/tests/certs/CMakeFiles/build-certs.dir/clean +external/curl/tests/certs/clean: external/curl/tests/certs/CMakeFiles/clean-certs.dir/clean +.PHONY : external/curl/tests/certs/clean + +#============================================================================= +# Directory level rules for directory external/curl/tests/http + +# Recursive "all" directory target. +external/curl/tests/http/all: +.PHONY : external/curl/tests/http/all + +# Recursive "codegen" directory target. +external/curl/tests/http/codegen: +.PHONY : external/curl/tests/http/codegen + +# Recursive "preinstall" directory target. +external/curl/tests/http/preinstall: +.PHONY : external/curl/tests/http/preinstall + +# Recursive "clean" directory target. +external/curl/tests/http/clean: +.PHONY : external/curl/tests/http/clean + +#============================================================================= +# Directory level rules for directory external/curl/tests/http/clients + +# Recursive "all" directory target. +external/curl/tests/http/clients/all: +.PHONY : external/curl/tests/http/clients/all + +# Recursive "codegen" directory target. +external/curl/tests/http/clients/codegen: +.PHONY : external/curl/tests/http/clients/codegen + +# Recursive "preinstall" directory target. +external/curl/tests/http/clients/preinstall: +.PHONY : external/curl/tests/http/clients/preinstall + +# Recursive "clean" directory target. +external/curl/tests/http/clients/clean: external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/clean +external/curl/tests/http/clients/clean: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/clean +external/curl/tests/http/clients/clean: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/clean +external/curl/tests/http/clients/clean: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/clean +external/curl/tests/http/clients/clean: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/clean +external/curl/tests/http/clients/clean: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/clean +external/curl/tests/http/clients/clean: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/clean +external/curl/tests/http/clients/clean: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/clean +external/curl/tests/http/clients/clean: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/clean +external/curl/tests/http/clients/clean: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/clean +.PHONY : external/curl/tests/http/clients/clean + +#============================================================================= +# Directory level rules for directory external/curl/tests/libtest + +# Recursive "all" directory target. +external/curl/tests/libtest/all: +.PHONY : external/curl/tests/libtest/all + +# Recursive "codegen" directory target. +external/curl/tests/libtest/codegen: +.PHONY : external/curl/tests/libtest/codegen + +# Recursive "preinstall" directory target. +external/curl/tests/libtest/preinstall: +.PHONY : external/curl/tests/libtest/preinstall + +# Recursive "clean" directory target. +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/libprereq.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib500.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib501.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib502.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib503.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib504.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib505.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib506.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib507.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib508.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib509.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib510.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib511.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib512.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib513.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib514.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib515.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib516.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib517.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib518.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib519.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib520.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib521.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib523.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib524.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib525.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib526.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib527.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib529.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib530.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib532.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib533.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib536.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib537.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib539.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib540.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib541.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib542.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib543.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib544.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib545.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib547.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib548.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib549.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib552.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib553.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib554.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib555.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib556.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib557.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib558.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib559.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib560.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib562.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib564.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib565.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib566.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib567.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib568.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib569.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib570.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib571.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib572.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib573.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib574.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib575.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib576.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib578.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib579.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib582.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib583.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib584.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib585.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib586.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib587.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib589.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib590.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib591.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib597.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib598.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib599.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib643.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib645.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib650.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib651.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib652.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib653.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib654.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib655.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib658.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib659.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib661.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib666.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib667.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib668.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib670.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib671.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib672.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib673.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib674.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib676.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib677.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib678.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib694.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib695.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib696.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1156.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1301.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1308.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1485.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1500.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1501.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1502.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1503.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1504.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1505.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1506.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1507.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1508.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1509.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1510.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1511.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1512.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1513.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1514.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1515.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1517.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1518.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1520.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1521.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1522.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1523.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1525.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1526.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1527.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1528.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1529.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1530.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1531.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1532.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1533.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1534.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1535.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1536.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1537.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1538.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1539.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1540.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1541.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1542.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1543.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1545.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1550.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1551.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1552.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1553.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1554.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1555.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1556.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1557.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1558.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1559.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1560.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1564.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1565.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1567.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1568.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1569.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1571.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1576.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1578.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1591.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1592.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1593.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1594.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1596.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1597.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1598.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1662.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1900.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1901.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1903.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1905.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1906.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1907.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1908.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1910.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1911.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1912.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1913.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1915.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1916.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1917.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1918.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1919.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1933.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1934.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1935.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1936.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1937.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1938.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1939.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1940.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1945.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1946.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1947.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1948.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1955.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1956.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1957.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1958.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1959.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1960.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1964.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1970.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1971.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1972.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1973.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1974.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1975.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1977.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1978.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2301.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2302.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2304.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2305.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2306.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2308.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2309.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2310.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2311.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2312.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2402.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2404.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2405.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2502.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3010.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3025.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3026.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3027.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3100.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3101.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3102.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3103.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3104.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3105.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3207.dir/clean +external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3208.dir/clean +.PHONY : external/curl/tests/libtest/clean + +#============================================================================= +# Directory level rules for directory external/curl/tests/server + +# Recursive "all" directory target. +external/curl/tests/server/all: +.PHONY : external/curl/tests/server/all + +# Recursive "codegen" directory target. +external/curl/tests/server/codegen: +.PHONY : external/curl/tests/server/codegen + +# Recursive "preinstall" directory target. +external/curl/tests/server/preinstall: +.PHONY : external/curl/tests/server/preinstall + +# Recursive "clean" directory target. +external/curl/tests/server/clean: external/curl/tests/server/CMakeFiles/resolve.dir/clean +external/curl/tests/server/clean: external/curl/tests/server/CMakeFiles/rtspd.dir/clean +external/curl/tests/server/clean: external/curl/tests/server/CMakeFiles/sockfilt.dir/clean +external/curl/tests/server/clean: external/curl/tests/server/CMakeFiles/sws.dir/clean +external/curl/tests/server/clean: external/curl/tests/server/CMakeFiles/tftpd.dir/clean +external/curl/tests/server/clean: external/curl/tests/server/CMakeFiles/socksd.dir/clean +external/curl/tests/server/clean: external/curl/tests/server/CMakeFiles/mqttd.dir/clean +external/curl/tests/server/clean: external/curl/tests/server/CMakeFiles/dnsd.dir/clean +.PHONY : external/curl/tests/server/clean + +#============================================================================= +# Directory level rules for directory external/curl/tests/tunit + +# Recursive "all" directory target. +external/curl/tests/tunit/all: +.PHONY : external/curl/tests/tunit/all + +# Recursive "codegen" directory target. +external/curl/tests/tunit/codegen: +.PHONY : external/curl/tests/tunit/codegen + +# Recursive "preinstall" directory target. +external/curl/tests/tunit/preinstall: +.PHONY : external/curl/tests/tunit/preinstall + +# Recursive "clean" directory target. +external/curl/tests/tunit/clean: external/curl/tests/tunit/CMakeFiles/tool1394.dir/clean +external/curl/tests/tunit/clean: external/curl/tests/tunit/CMakeFiles/tool1604.dir/clean +external/curl/tests/tunit/clean: external/curl/tests/tunit/CMakeFiles/tool1621.dir/clean +.PHONY : external/curl/tests/tunit/clean + +#============================================================================= +# Directory level rules for directory external/curl/tests/unit + +# Recursive "all" directory target. +external/curl/tests/unit/all: +.PHONY : external/curl/tests/unit/all + +# Recursive "codegen" directory target. +external/curl/tests/unit/codegen: +.PHONY : external/curl/tests/unit/codegen + +# Recursive "preinstall" directory target. +external/curl/tests/unit/preinstall: +.PHONY : external/curl/tests/unit/preinstall + +# Recursive "clean" directory target. +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1300.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1302.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1303.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1304.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1305.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1307.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1309.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1323.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1330.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1395.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1396.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1397.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1398.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1399.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1600.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1601.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1602.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1603.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1605.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1606.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1607.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1608.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1609.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1610.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1611.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1612.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1614.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1615.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1616.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1620.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1650.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1651.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1652.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1653.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1654.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1655.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1656.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1657.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1658.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1660.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1661.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1663.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1664.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1979.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1980.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit2600.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit2601.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit2602.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit2603.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit2604.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit3200.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit3205.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit3211.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit3212.dir/clean +external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit3213.dir/clean +.PHONY : external/curl/tests/unit/clean + +#============================================================================= +# Directory level rules for directory external/miniaudio + +# Recursive "all" directory target. +external/miniaudio/all: external/miniaudio/CMakeFiles/miniaudio.dir/all +external/miniaudio/all: external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/all +external/miniaudio/all: external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/all +external/miniaudio/all: external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/all +external/miniaudio/all: external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/all +external/miniaudio/all: external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/all +external/miniaudio/all: external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/all +.PHONY : external/miniaudio/all + +# Recursive "codegen" directory target. +external/miniaudio/codegen: external/miniaudio/CMakeFiles/miniaudio.dir/codegen +external/miniaudio/codegen: external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/codegen +external/miniaudio/codegen: external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/codegen +external/miniaudio/codegen: external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/codegen +external/miniaudio/codegen: external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/codegen +external/miniaudio/codegen: external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/codegen +external/miniaudio/codegen: external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/codegen +.PHONY : external/miniaudio/codegen + +# Recursive "preinstall" directory target. +external/miniaudio/preinstall: +.PHONY : external/miniaudio/preinstall + +# Recursive "clean" directory target. +external/miniaudio/clean: external/miniaudio/CMakeFiles/miniaudio.dir/clean +external/miniaudio/clean: external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/clean +external/miniaudio/clean: external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/clean +external/miniaudio/clean: external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/clean +external/miniaudio/clean: external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/clean +external/miniaudio/clean: external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/clean +external/miniaudio/clean: external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/clean +.PHONY : external/miniaudio/clean + +#============================================================================= +# Directory level rules for directory external/ogg + +# Recursive "all" directory target. +external/ogg/all: external/ogg/CMakeFiles/ogg.dir/all +.PHONY : external/ogg/all + +# Recursive "codegen" directory target. +external/ogg/codegen: external/ogg/CMakeFiles/ogg.dir/codegen +.PHONY : external/ogg/codegen + +# Recursive "preinstall" directory target. +external/ogg/preinstall: +.PHONY : external/ogg/preinstall + +# Recursive "clean" directory target. +external/ogg/clean: external/ogg/CMakeFiles/ogg.dir/clean +.PHONY : external/ogg/clean + +#============================================================================= +# Directory level rules for directory external/openal + +# Recursive "all" directory target. +external/openal/all: external/openal/CMakeFiles/OpenAL.dir/all +external/openal/all: external/openal/CMakeFiles/openal-info.dir/all +external/openal/all: external/openal/CMakeFiles/uhjdecoder.dir/all +external/openal/all: external/openal/CMakeFiles/uhjencoder.dir/all +external/openal/all: external/openal/CMakeFiles/makemhr.dir/all +external/openal/all: external/openal/CMakeFiles/sofa-info.dir/all +external/openal/all: external/openal/CMakeFiles/altonegen.dir/all +external/openal/all: external/openal/CMakeFiles/alrecord.dir/all +external/openal/all: external/openal/CMakeFiles/aldebug.dir/all +external/openal/all: external/openal/CMakeFiles/allafplay.dir/all +external/openal/all: external/openal/CMakeFiles/alplay.dir/all +external/openal/all: external/openal/CMakeFiles/alstream.dir/all +external/openal/all: external/openal/CMakeFiles/alreverb.dir/all +external/openal/all: external/openal/CMakeFiles/almultireverb.dir/all +external/openal/all: external/openal/CMakeFiles/allatency.dir/all +external/openal/all: external/openal/CMakeFiles/alhrtf.dir/all +external/openal/all: external/openal/CMakeFiles/alstreamcb.dir/all +external/openal/all: external/openal/CMakeFiles/aldirect.dir/all +external/openal/all: external/openal/CMakeFiles/alconvolve.dir/all +external/openal/all: external/openal/CMakeFiles/alloopback.dir/all +external/openal/all: external/openal/CMakeFiles/alffplay.dir/all +external/openal/all: external/openal/utils/alsoft-config/all +.PHONY : external/openal/all + +# Recursive "codegen" directory target. +external/openal/codegen: external/openal/CMakeFiles/OpenAL.dir/codegen +external/openal/codegen: external/openal/CMakeFiles/openal-info.dir/codegen +external/openal/codegen: external/openal/CMakeFiles/uhjdecoder.dir/codegen +external/openal/codegen: external/openal/CMakeFiles/uhjencoder.dir/codegen +external/openal/codegen: external/openal/CMakeFiles/makemhr.dir/codegen +external/openal/codegen: external/openal/CMakeFiles/sofa-info.dir/codegen +external/openal/codegen: external/openal/CMakeFiles/altonegen.dir/codegen +external/openal/codegen: external/openal/CMakeFiles/alrecord.dir/codegen +external/openal/codegen: external/openal/CMakeFiles/aldebug.dir/codegen +external/openal/codegen: external/openal/CMakeFiles/allafplay.dir/codegen +external/openal/codegen: external/openal/CMakeFiles/alplay.dir/codegen +external/openal/codegen: external/openal/CMakeFiles/alstream.dir/codegen +external/openal/codegen: external/openal/CMakeFiles/alreverb.dir/codegen +external/openal/codegen: external/openal/CMakeFiles/almultireverb.dir/codegen +external/openal/codegen: external/openal/CMakeFiles/allatency.dir/codegen +external/openal/codegen: external/openal/CMakeFiles/alhrtf.dir/codegen +external/openal/codegen: external/openal/CMakeFiles/alstreamcb.dir/codegen +external/openal/codegen: external/openal/CMakeFiles/aldirect.dir/codegen +external/openal/codegen: external/openal/CMakeFiles/alconvolve.dir/codegen +external/openal/codegen: external/openal/CMakeFiles/alloopback.dir/codegen +external/openal/codegen: external/openal/CMakeFiles/alffplay.dir/codegen +external/openal/codegen: external/openal/utils/alsoft-config/codegen +.PHONY : external/openal/codegen + +# Recursive "preinstall" directory target. +external/openal/preinstall: external/openal/utils/alsoft-config/preinstall +.PHONY : external/openal/preinstall + +# Recursive "clean" directory target. +external/openal/clean: external/openal/CMakeFiles/alsoft.build_version.dir/clean +external/openal/clean: external/openal/CMakeFiles/alsoft.common.dir/clean +external/openal/clean: external/openal/CMakeFiles/clang-tidy-check.dir/clean +external/openal/clean: external/openal/CMakeFiles/OpenAL.dir/clean +external/openal/clean: external/openal/CMakeFiles/openal-info.dir/clean +external/openal/clean: external/openal/CMakeFiles/uhjdecoder.dir/clean +external/openal/clean: external/openal/CMakeFiles/uhjencoder.dir/clean +external/openal/clean: external/openal/CMakeFiles/alsoft.sofa-support.dir/clean +external/openal/clean: external/openal/CMakeFiles/makemhr.dir/clean +external/openal/clean: external/openal/CMakeFiles/sofa-info.dir/clean +external/openal/clean: external/openal/CMakeFiles/alsoft.excommon.dir/clean +external/openal/clean: external/openal/CMakeFiles/altonegen.dir/clean +external/openal/clean: external/openal/CMakeFiles/alrecord.dir/clean +external/openal/clean: external/openal/CMakeFiles/aldebug.dir/clean +external/openal/clean: external/openal/CMakeFiles/allafplay.dir/clean +external/openal/clean: external/openal/CMakeFiles/alplay.dir/clean +external/openal/clean: external/openal/CMakeFiles/alstream.dir/clean +external/openal/clean: external/openal/CMakeFiles/alreverb.dir/clean +external/openal/clean: external/openal/CMakeFiles/almultireverb.dir/clean +external/openal/clean: external/openal/CMakeFiles/allatency.dir/clean +external/openal/clean: external/openal/CMakeFiles/alhrtf.dir/clean +external/openal/clean: external/openal/CMakeFiles/alstreamcb.dir/clean +external/openal/clean: external/openal/CMakeFiles/aldirect.dir/clean +external/openal/clean: external/openal/CMakeFiles/alconvolve.dir/clean +external/openal/clean: external/openal/CMakeFiles/alloopback.dir/clean +external/openal/clean: external/openal/CMakeFiles/alffplay.dir/clean +external/openal/clean: external/openal/fmt-11.1.4/clean +external/openal/clean: external/openal/utils/alsoft-config/clean +.PHONY : external/openal/clean + +#============================================================================= +# Directory level rules for directory external/openal/fmt-11.1.4 + +# Recursive "all" directory target. +external/openal/fmt-11.1.4/all: +.PHONY : external/openal/fmt-11.1.4/all + +# Recursive "codegen" directory target. +external/openal/fmt-11.1.4/codegen: +.PHONY : external/openal/fmt-11.1.4/codegen + +# Recursive "preinstall" directory target. +external/openal/fmt-11.1.4/preinstall: +.PHONY : external/openal/fmt-11.1.4/preinstall + +# Recursive "clean" directory target. +external/openal/fmt-11.1.4/clean: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/clean +.PHONY : external/openal/fmt-11.1.4/clean + +#============================================================================= +# Directory level rules for directory external/openal/utils/alsoft-config + +# Recursive "all" directory target. +external/openal/utils/alsoft-config/all: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/all +.PHONY : external/openal/utils/alsoft-config/all + +# Recursive "codegen" directory target. +external/openal/utils/alsoft-config/codegen: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/codegen +.PHONY : external/openal/utils/alsoft-config/codegen + +# Recursive "preinstall" directory target. +external/openal/utils/alsoft-config/preinstall: +.PHONY : external/openal/utils/alsoft-config/preinstall + +# Recursive "clean" directory target. +external/openal/utils/alsoft-config/clean: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/clean +.PHONY : external/openal/utils/alsoft-config/clean + +#============================================================================= +# Directory level rules for directory external/vorbis + +# Recursive "all" directory target. +external/vorbis/all: external/vorbis/lib/all +external/vorbis/all: external/vorbis/test/all +.PHONY : external/vorbis/all + +# Recursive "codegen" directory target. +external/vorbis/codegen: external/vorbis/lib/codegen +external/vorbis/codegen: external/vorbis/test/codegen +.PHONY : external/vorbis/codegen + +# Recursive "preinstall" directory target. +external/vorbis/preinstall: external/vorbis/lib/preinstall +external/vorbis/preinstall: external/vorbis/test/preinstall +.PHONY : external/vorbis/preinstall + +# Recursive "clean" directory target. +external/vorbis/clean: external/vorbis/CMakeFiles/Experimental.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/Nightly.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/Continuous.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/NightlyStart.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/NightlyUpdate.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/NightlyConfigure.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/NightlyBuild.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/NightlyTest.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/NightlyCoverage.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/NightlyMemCheck.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/NightlySubmit.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/ExperimentalStart.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/ExperimentalUpdate.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/ExperimentalConfigure.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/ExperimentalBuild.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/ExperimentalTest.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/ExperimentalCoverage.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/ExperimentalSubmit.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/ContinuousStart.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/ContinuousUpdate.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/ContinuousConfigure.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/ContinuousBuild.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/ContinuousTest.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/ContinuousCoverage.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/ContinuousMemCheck.dir/clean +external/vorbis/clean: external/vorbis/CMakeFiles/ContinuousSubmit.dir/clean +external/vorbis/clean: external/vorbis/lib/clean +external/vorbis/clean: external/vorbis/test/clean +.PHONY : external/vorbis/clean + +#============================================================================= +# Directory level rules for directory external/vorbis/lib + +# Recursive "all" directory target. +external/vorbis/lib/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all +external/vorbis/lib/all: external/vorbis/lib/CMakeFiles/vorbisenc.dir/all +external/vorbis/lib/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all +.PHONY : external/vorbis/lib/all + +# Recursive "codegen" directory target. +external/vorbis/lib/codegen: external/vorbis/lib/CMakeFiles/vorbis.dir/codegen +external/vorbis/lib/codegen: external/vorbis/lib/CMakeFiles/vorbisenc.dir/codegen +external/vorbis/lib/codegen: external/vorbis/lib/CMakeFiles/vorbisfile.dir/codegen +.PHONY : external/vorbis/lib/codegen + +# Recursive "preinstall" directory target. +external/vorbis/lib/preinstall: +.PHONY : external/vorbis/lib/preinstall + +# Recursive "clean" directory target. +external/vorbis/lib/clean: external/vorbis/lib/CMakeFiles/vorbis.dir/clean +external/vorbis/lib/clean: external/vorbis/lib/CMakeFiles/vorbisenc.dir/clean +external/vorbis/lib/clean: external/vorbis/lib/CMakeFiles/vorbisfile.dir/clean +.PHONY : external/vorbis/lib/clean + +#============================================================================= +# Directory level rules for directory external/vorbis/test + +# Recursive "all" directory target. +external/vorbis/test/all: external/vorbis/test/CMakeFiles/vorbis_test.dir/all +.PHONY : external/vorbis/test/all + +# Recursive "codegen" directory target. +external/vorbis/test/codegen: external/vorbis/test/CMakeFiles/vorbis_test.dir/codegen +.PHONY : external/vorbis/test/codegen + +# Recursive "preinstall" directory target. +external/vorbis/test/preinstall: +.PHONY : external/vorbis/test/preinstall + +# Recursive "clean" directory target. +external/vorbis/test/clean: external/vorbis/test/CMakeFiles/vorbis_test.dir/clean +.PHONY : external/vorbis/test/clean + +#============================================================================= +# Target rules for target CMakeFiles/alldemos.dir + +# All Build rule for target. +CMakeFiles/alldemos.dir/all: PopWork/CMakeFiles/PopWork.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/alldemos.dir/build.make CMakeFiles/alldemos.dir/depend + $(MAKE) $(MAKESILENT) -f CMakeFiles/alldemos.dir/build.make CMakeFiles/alldemos.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alldemos" +.PHONY : CMakeFiles/alldemos.dir/all + +# Build rule for subdir invocation for target. +CMakeFiles/alldemos.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 27 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/alldemos.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : CMakeFiles/alldemos.dir/rule + +# Convenience name for target. +alldemos: CMakeFiles/alldemos.dir/rule +.PHONY : alldemos + +# codegen rule for target. +CMakeFiles/alldemos.dir/codegen: PopWork/CMakeFiles/PopWork.dir/all + $(MAKE) $(MAKESILENT) -f CMakeFiles/alldemos.dir/build.make CMakeFiles/alldemos.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alldemos" +.PHONY : CMakeFiles/alldemos.dir/codegen + +# clean rule for target. +CMakeFiles/alldemos.dir/clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/alldemos.dir/build.make CMakeFiles/alldemos.dir/clean +.PHONY : CMakeFiles/alldemos.dir/clean + +#============================================================================= +# Target rules for target external/ogg/CMakeFiles/ogg.dir + +# All Build rule for target. +external/ogg/CMakeFiles/ogg.dir/all: + $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/depend + $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ogg" +.PHONY : external/ogg/CMakeFiles/ogg.dir/all + +# Build rule for subdir invocation for target. +external/ogg/CMakeFiles/ogg.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/ogg/CMakeFiles/ogg.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/ogg/CMakeFiles/ogg.dir/rule + +# Convenience name for target. +ogg: external/ogg/CMakeFiles/ogg.dir/rule +.PHONY : ogg + +# codegen rule for target. +external/ogg/CMakeFiles/ogg.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ogg" +.PHONY : external/ogg/CMakeFiles/ogg.dir/codegen + +# clean rule for target. +external/ogg/CMakeFiles/ogg.dir/clean: + $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/clean +.PHONY : external/ogg/CMakeFiles/ogg.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/Experimental.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/Experimental.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Experimental.dir/build.make external/vorbis/CMakeFiles/Experimental.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Experimental.dir/build.make external/vorbis/CMakeFiles/Experimental.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target Experimental" +.PHONY : external/vorbis/CMakeFiles/Experimental.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/Experimental.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/Experimental.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/Experimental.dir/rule + +# Convenience name for target. +Experimental: external/vorbis/CMakeFiles/Experimental.dir/rule +.PHONY : Experimental + +# codegen rule for target. +external/vorbis/CMakeFiles/Experimental.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Experimental.dir/build.make external/vorbis/CMakeFiles/Experimental.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target Experimental" +.PHONY : external/vorbis/CMakeFiles/Experimental.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/Experimental.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Experimental.dir/build.make external/vorbis/CMakeFiles/Experimental.dir/clean +.PHONY : external/vorbis/CMakeFiles/Experimental.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/Nightly.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/Nightly.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Nightly.dir/build.make external/vorbis/CMakeFiles/Nightly.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Nightly.dir/build.make external/vorbis/CMakeFiles/Nightly.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target Nightly" +.PHONY : external/vorbis/CMakeFiles/Nightly.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/Nightly.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/Nightly.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/Nightly.dir/rule + +# Convenience name for target. +Nightly: external/vorbis/CMakeFiles/Nightly.dir/rule +.PHONY : Nightly + +# codegen rule for target. +external/vorbis/CMakeFiles/Nightly.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Nightly.dir/build.make external/vorbis/CMakeFiles/Nightly.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target Nightly" +.PHONY : external/vorbis/CMakeFiles/Nightly.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/Nightly.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Nightly.dir/build.make external/vorbis/CMakeFiles/Nightly.dir/clean +.PHONY : external/vorbis/CMakeFiles/Nightly.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/Continuous.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/Continuous.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Continuous.dir/build.make external/vorbis/CMakeFiles/Continuous.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Continuous.dir/build.make external/vorbis/CMakeFiles/Continuous.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target Continuous" +.PHONY : external/vorbis/CMakeFiles/Continuous.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/Continuous.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/Continuous.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/Continuous.dir/rule + +# Convenience name for target. +Continuous: external/vorbis/CMakeFiles/Continuous.dir/rule +.PHONY : Continuous + +# codegen rule for target. +external/vorbis/CMakeFiles/Continuous.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Continuous.dir/build.make external/vorbis/CMakeFiles/Continuous.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target Continuous" +.PHONY : external/vorbis/CMakeFiles/Continuous.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/Continuous.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Continuous.dir/build.make external/vorbis/CMakeFiles/Continuous.dir/clean +.PHONY : external/vorbis/CMakeFiles/Continuous.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/NightlyMemoryCheck.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target NightlyMemoryCheck" +.PHONY : external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/rule + +# Convenience name for target. +NightlyMemoryCheck: external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/rule +.PHONY : NightlyMemoryCheck + +# codegen rule for target. +external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target NightlyMemoryCheck" +.PHONY : external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/clean +.PHONY : external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/NightlyStart.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/NightlyStart.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyStart.dir/build.make external/vorbis/CMakeFiles/NightlyStart.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyStart.dir/build.make external/vorbis/CMakeFiles/NightlyStart.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target NightlyStart" +.PHONY : external/vorbis/CMakeFiles/NightlyStart.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/NightlyStart.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyStart.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/NightlyStart.dir/rule + +# Convenience name for target. +NightlyStart: external/vorbis/CMakeFiles/NightlyStart.dir/rule +.PHONY : NightlyStart + +# codegen rule for target. +external/vorbis/CMakeFiles/NightlyStart.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyStart.dir/build.make external/vorbis/CMakeFiles/NightlyStart.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target NightlyStart" +.PHONY : external/vorbis/CMakeFiles/NightlyStart.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/NightlyStart.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyStart.dir/build.make external/vorbis/CMakeFiles/NightlyStart.dir/clean +.PHONY : external/vorbis/CMakeFiles/NightlyStart.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/NightlyUpdate.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/NightlyUpdate.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyUpdate.dir/build.make external/vorbis/CMakeFiles/NightlyUpdate.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyUpdate.dir/build.make external/vorbis/CMakeFiles/NightlyUpdate.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target NightlyUpdate" +.PHONY : external/vorbis/CMakeFiles/NightlyUpdate.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/NightlyUpdate.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyUpdate.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/NightlyUpdate.dir/rule + +# Convenience name for target. +NightlyUpdate: external/vorbis/CMakeFiles/NightlyUpdate.dir/rule +.PHONY : NightlyUpdate + +# codegen rule for target. +external/vorbis/CMakeFiles/NightlyUpdate.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyUpdate.dir/build.make external/vorbis/CMakeFiles/NightlyUpdate.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target NightlyUpdate" +.PHONY : external/vorbis/CMakeFiles/NightlyUpdate.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/NightlyUpdate.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyUpdate.dir/build.make external/vorbis/CMakeFiles/NightlyUpdate.dir/clean +.PHONY : external/vorbis/CMakeFiles/NightlyUpdate.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/NightlyConfigure.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/NightlyConfigure.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyConfigure.dir/build.make external/vorbis/CMakeFiles/NightlyConfigure.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyConfigure.dir/build.make external/vorbis/CMakeFiles/NightlyConfigure.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target NightlyConfigure" +.PHONY : external/vorbis/CMakeFiles/NightlyConfigure.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/NightlyConfigure.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyConfigure.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/NightlyConfigure.dir/rule + +# Convenience name for target. +NightlyConfigure: external/vorbis/CMakeFiles/NightlyConfigure.dir/rule +.PHONY : NightlyConfigure + +# codegen rule for target. +external/vorbis/CMakeFiles/NightlyConfigure.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyConfigure.dir/build.make external/vorbis/CMakeFiles/NightlyConfigure.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target NightlyConfigure" +.PHONY : external/vorbis/CMakeFiles/NightlyConfigure.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/NightlyConfigure.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyConfigure.dir/build.make external/vorbis/CMakeFiles/NightlyConfigure.dir/clean +.PHONY : external/vorbis/CMakeFiles/NightlyConfigure.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/NightlyBuild.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/NightlyBuild.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyBuild.dir/build.make external/vorbis/CMakeFiles/NightlyBuild.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyBuild.dir/build.make external/vorbis/CMakeFiles/NightlyBuild.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target NightlyBuild" +.PHONY : external/vorbis/CMakeFiles/NightlyBuild.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/NightlyBuild.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyBuild.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/NightlyBuild.dir/rule + +# Convenience name for target. +NightlyBuild: external/vorbis/CMakeFiles/NightlyBuild.dir/rule +.PHONY : NightlyBuild + +# codegen rule for target. +external/vorbis/CMakeFiles/NightlyBuild.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyBuild.dir/build.make external/vorbis/CMakeFiles/NightlyBuild.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target NightlyBuild" +.PHONY : external/vorbis/CMakeFiles/NightlyBuild.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/NightlyBuild.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyBuild.dir/build.make external/vorbis/CMakeFiles/NightlyBuild.dir/clean +.PHONY : external/vorbis/CMakeFiles/NightlyBuild.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/NightlyTest.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/NightlyTest.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyTest.dir/build.make external/vorbis/CMakeFiles/NightlyTest.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyTest.dir/build.make external/vorbis/CMakeFiles/NightlyTest.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target NightlyTest" +.PHONY : external/vorbis/CMakeFiles/NightlyTest.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/NightlyTest.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyTest.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/NightlyTest.dir/rule + +# Convenience name for target. +NightlyTest: external/vorbis/CMakeFiles/NightlyTest.dir/rule +.PHONY : NightlyTest + +# codegen rule for target. +external/vorbis/CMakeFiles/NightlyTest.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyTest.dir/build.make external/vorbis/CMakeFiles/NightlyTest.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target NightlyTest" +.PHONY : external/vorbis/CMakeFiles/NightlyTest.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/NightlyTest.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyTest.dir/build.make external/vorbis/CMakeFiles/NightlyTest.dir/clean +.PHONY : external/vorbis/CMakeFiles/NightlyTest.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/NightlyCoverage.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/NightlyCoverage.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyCoverage.dir/build.make external/vorbis/CMakeFiles/NightlyCoverage.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyCoverage.dir/build.make external/vorbis/CMakeFiles/NightlyCoverage.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target NightlyCoverage" +.PHONY : external/vorbis/CMakeFiles/NightlyCoverage.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/NightlyCoverage.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyCoverage.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/NightlyCoverage.dir/rule + +# Convenience name for target. +NightlyCoverage: external/vorbis/CMakeFiles/NightlyCoverage.dir/rule +.PHONY : NightlyCoverage + +# codegen rule for target. +external/vorbis/CMakeFiles/NightlyCoverage.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyCoverage.dir/build.make external/vorbis/CMakeFiles/NightlyCoverage.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target NightlyCoverage" +.PHONY : external/vorbis/CMakeFiles/NightlyCoverage.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/NightlyCoverage.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyCoverage.dir/build.make external/vorbis/CMakeFiles/NightlyCoverage.dir/clean +.PHONY : external/vorbis/CMakeFiles/NightlyCoverage.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/NightlyMemCheck.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/NightlyMemCheck.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemCheck.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemCheck.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target NightlyMemCheck" +.PHONY : external/vorbis/CMakeFiles/NightlyMemCheck.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/NightlyMemCheck.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyMemCheck.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/NightlyMemCheck.dir/rule + +# Convenience name for target. +NightlyMemCheck: external/vorbis/CMakeFiles/NightlyMemCheck.dir/rule +.PHONY : NightlyMemCheck + +# codegen rule for target. +external/vorbis/CMakeFiles/NightlyMemCheck.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemCheck.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target NightlyMemCheck" +.PHONY : external/vorbis/CMakeFiles/NightlyMemCheck.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/NightlyMemCheck.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemCheck.dir/clean +.PHONY : external/vorbis/CMakeFiles/NightlyMemCheck.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/NightlySubmit.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/NightlySubmit.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlySubmit.dir/build.make external/vorbis/CMakeFiles/NightlySubmit.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlySubmit.dir/build.make external/vorbis/CMakeFiles/NightlySubmit.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target NightlySubmit" +.PHONY : external/vorbis/CMakeFiles/NightlySubmit.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/NightlySubmit.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlySubmit.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/NightlySubmit.dir/rule + +# Convenience name for target. +NightlySubmit: external/vorbis/CMakeFiles/NightlySubmit.dir/rule +.PHONY : NightlySubmit + +# codegen rule for target. +external/vorbis/CMakeFiles/NightlySubmit.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlySubmit.dir/build.make external/vorbis/CMakeFiles/NightlySubmit.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target NightlySubmit" +.PHONY : external/vorbis/CMakeFiles/NightlySubmit.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/NightlySubmit.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlySubmit.dir/build.make external/vorbis/CMakeFiles/NightlySubmit.dir/clean +.PHONY : external/vorbis/CMakeFiles/NightlySubmit.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/ExperimentalStart.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/ExperimentalStart.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalStart.dir/build.make external/vorbis/CMakeFiles/ExperimentalStart.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalStart.dir/build.make external/vorbis/CMakeFiles/ExperimentalStart.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ExperimentalStart" +.PHONY : external/vorbis/CMakeFiles/ExperimentalStart.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/ExperimentalStart.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalStart.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/ExperimentalStart.dir/rule + +# Convenience name for target. +ExperimentalStart: external/vorbis/CMakeFiles/ExperimentalStart.dir/rule +.PHONY : ExperimentalStart + +# codegen rule for target. +external/vorbis/CMakeFiles/ExperimentalStart.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalStart.dir/build.make external/vorbis/CMakeFiles/ExperimentalStart.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalStart" +.PHONY : external/vorbis/CMakeFiles/ExperimentalStart.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/ExperimentalStart.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalStart.dir/build.make external/vorbis/CMakeFiles/ExperimentalStart.dir/clean +.PHONY : external/vorbis/CMakeFiles/ExperimentalStart.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/ExperimentalUpdate.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/ExperimentalUpdate.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build.make external/vorbis/CMakeFiles/ExperimentalUpdate.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build.make external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ExperimentalUpdate" +.PHONY : external/vorbis/CMakeFiles/ExperimentalUpdate.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/ExperimentalUpdate.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalUpdate.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/ExperimentalUpdate.dir/rule + +# Convenience name for target. +ExperimentalUpdate: external/vorbis/CMakeFiles/ExperimentalUpdate.dir/rule +.PHONY : ExperimentalUpdate + +# codegen rule for target. +external/vorbis/CMakeFiles/ExperimentalUpdate.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build.make external/vorbis/CMakeFiles/ExperimentalUpdate.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalUpdate" +.PHONY : external/vorbis/CMakeFiles/ExperimentalUpdate.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/ExperimentalUpdate.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build.make external/vorbis/CMakeFiles/ExperimentalUpdate.dir/clean +.PHONY : external/vorbis/CMakeFiles/ExperimentalUpdate.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/ExperimentalConfigure.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/ExperimentalConfigure.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build.make external/vorbis/CMakeFiles/ExperimentalConfigure.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build.make external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ExperimentalConfigure" +.PHONY : external/vorbis/CMakeFiles/ExperimentalConfigure.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/ExperimentalConfigure.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalConfigure.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/ExperimentalConfigure.dir/rule + +# Convenience name for target. +ExperimentalConfigure: external/vorbis/CMakeFiles/ExperimentalConfigure.dir/rule +.PHONY : ExperimentalConfigure + +# codegen rule for target. +external/vorbis/CMakeFiles/ExperimentalConfigure.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build.make external/vorbis/CMakeFiles/ExperimentalConfigure.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalConfigure" +.PHONY : external/vorbis/CMakeFiles/ExperimentalConfigure.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/ExperimentalConfigure.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build.make external/vorbis/CMakeFiles/ExperimentalConfigure.dir/clean +.PHONY : external/vorbis/CMakeFiles/ExperimentalConfigure.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/ExperimentalBuild.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/ExperimentalBuild.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalBuild.dir/build.make external/vorbis/CMakeFiles/ExperimentalBuild.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalBuild.dir/build.make external/vorbis/CMakeFiles/ExperimentalBuild.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ExperimentalBuild" +.PHONY : external/vorbis/CMakeFiles/ExperimentalBuild.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/ExperimentalBuild.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalBuild.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/ExperimentalBuild.dir/rule + +# Convenience name for target. +ExperimentalBuild: external/vorbis/CMakeFiles/ExperimentalBuild.dir/rule +.PHONY : ExperimentalBuild + +# codegen rule for target. +external/vorbis/CMakeFiles/ExperimentalBuild.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalBuild.dir/build.make external/vorbis/CMakeFiles/ExperimentalBuild.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalBuild" +.PHONY : external/vorbis/CMakeFiles/ExperimentalBuild.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/ExperimentalBuild.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalBuild.dir/build.make external/vorbis/CMakeFiles/ExperimentalBuild.dir/clean +.PHONY : external/vorbis/CMakeFiles/ExperimentalBuild.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/ExperimentalTest.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/ExperimentalTest.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalTest.dir/build.make external/vorbis/CMakeFiles/ExperimentalTest.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalTest.dir/build.make external/vorbis/CMakeFiles/ExperimentalTest.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ExperimentalTest" +.PHONY : external/vorbis/CMakeFiles/ExperimentalTest.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/ExperimentalTest.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalTest.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/ExperimentalTest.dir/rule + +# Convenience name for target. +ExperimentalTest: external/vorbis/CMakeFiles/ExperimentalTest.dir/rule +.PHONY : ExperimentalTest + +# codegen rule for target. +external/vorbis/CMakeFiles/ExperimentalTest.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalTest.dir/build.make external/vorbis/CMakeFiles/ExperimentalTest.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalTest" +.PHONY : external/vorbis/CMakeFiles/ExperimentalTest.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/ExperimentalTest.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalTest.dir/build.make external/vorbis/CMakeFiles/ExperimentalTest.dir/clean +.PHONY : external/vorbis/CMakeFiles/ExperimentalTest.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/ExperimentalCoverage.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/ExperimentalCoverage.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build.make external/vorbis/CMakeFiles/ExperimentalCoverage.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build.make external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ExperimentalCoverage" +.PHONY : external/vorbis/CMakeFiles/ExperimentalCoverage.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/ExperimentalCoverage.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalCoverage.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/ExperimentalCoverage.dir/rule + +# Convenience name for target. +ExperimentalCoverage: external/vorbis/CMakeFiles/ExperimentalCoverage.dir/rule +.PHONY : ExperimentalCoverage + +# codegen rule for target. +external/vorbis/CMakeFiles/ExperimentalCoverage.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build.make external/vorbis/CMakeFiles/ExperimentalCoverage.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalCoverage" +.PHONY : external/vorbis/CMakeFiles/ExperimentalCoverage.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/ExperimentalCoverage.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build.make external/vorbis/CMakeFiles/ExperimentalCoverage.dir/clean +.PHONY : external/vorbis/CMakeFiles/ExperimentalCoverage.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/ExperimentalMemCheck.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build.make external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build.make external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ExperimentalMemCheck" +.PHONY : external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/rule + +# Convenience name for target. +ExperimentalMemCheck: external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/rule +.PHONY : ExperimentalMemCheck + +# codegen rule for target. +external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build.make external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalMemCheck" +.PHONY : external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build.make external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/clean +.PHONY : external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/ExperimentalSubmit.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/ExperimentalSubmit.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build.make external/vorbis/CMakeFiles/ExperimentalSubmit.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build.make external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ExperimentalSubmit" +.PHONY : external/vorbis/CMakeFiles/ExperimentalSubmit.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/ExperimentalSubmit.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalSubmit.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/ExperimentalSubmit.dir/rule + +# Convenience name for target. +ExperimentalSubmit: external/vorbis/CMakeFiles/ExperimentalSubmit.dir/rule +.PHONY : ExperimentalSubmit + +# codegen rule for target. +external/vorbis/CMakeFiles/ExperimentalSubmit.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build.make external/vorbis/CMakeFiles/ExperimentalSubmit.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalSubmit" +.PHONY : external/vorbis/CMakeFiles/ExperimentalSubmit.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/ExperimentalSubmit.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build.make external/vorbis/CMakeFiles/ExperimentalSubmit.dir/clean +.PHONY : external/vorbis/CMakeFiles/ExperimentalSubmit.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/ContinuousStart.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/ContinuousStart.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousStart.dir/build.make external/vorbis/CMakeFiles/ContinuousStart.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousStart.dir/build.make external/vorbis/CMakeFiles/ContinuousStart.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ContinuousStart" +.PHONY : external/vorbis/CMakeFiles/ContinuousStart.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/ContinuousStart.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousStart.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/ContinuousStart.dir/rule + +# Convenience name for target. +ContinuousStart: external/vorbis/CMakeFiles/ContinuousStart.dir/rule +.PHONY : ContinuousStart + +# codegen rule for target. +external/vorbis/CMakeFiles/ContinuousStart.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousStart.dir/build.make external/vorbis/CMakeFiles/ContinuousStart.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousStart" +.PHONY : external/vorbis/CMakeFiles/ContinuousStart.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/ContinuousStart.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousStart.dir/build.make external/vorbis/CMakeFiles/ContinuousStart.dir/clean +.PHONY : external/vorbis/CMakeFiles/ContinuousStart.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/ContinuousUpdate.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/ContinuousUpdate.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousUpdate.dir/build.make external/vorbis/CMakeFiles/ContinuousUpdate.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousUpdate.dir/build.make external/vorbis/CMakeFiles/ContinuousUpdate.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ContinuousUpdate" +.PHONY : external/vorbis/CMakeFiles/ContinuousUpdate.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/ContinuousUpdate.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousUpdate.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/ContinuousUpdate.dir/rule + +# Convenience name for target. +ContinuousUpdate: external/vorbis/CMakeFiles/ContinuousUpdate.dir/rule +.PHONY : ContinuousUpdate + +# codegen rule for target. +external/vorbis/CMakeFiles/ContinuousUpdate.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousUpdate.dir/build.make external/vorbis/CMakeFiles/ContinuousUpdate.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousUpdate" +.PHONY : external/vorbis/CMakeFiles/ContinuousUpdate.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/ContinuousUpdate.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousUpdate.dir/build.make external/vorbis/CMakeFiles/ContinuousUpdate.dir/clean +.PHONY : external/vorbis/CMakeFiles/ContinuousUpdate.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/ContinuousConfigure.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/ContinuousConfigure.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousConfigure.dir/build.make external/vorbis/CMakeFiles/ContinuousConfigure.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousConfigure.dir/build.make external/vorbis/CMakeFiles/ContinuousConfigure.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ContinuousConfigure" +.PHONY : external/vorbis/CMakeFiles/ContinuousConfigure.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/ContinuousConfigure.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousConfigure.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/ContinuousConfigure.dir/rule + +# Convenience name for target. +ContinuousConfigure: external/vorbis/CMakeFiles/ContinuousConfigure.dir/rule +.PHONY : ContinuousConfigure + +# codegen rule for target. +external/vorbis/CMakeFiles/ContinuousConfigure.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousConfigure.dir/build.make external/vorbis/CMakeFiles/ContinuousConfigure.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousConfigure" +.PHONY : external/vorbis/CMakeFiles/ContinuousConfigure.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/ContinuousConfigure.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousConfigure.dir/build.make external/vorbis/CMakeFiles/ContinuousConfigure.dir/clean +.PHONY : external/vorbis/CMakeFiles/ContinuousConfigure.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/ContinuousBuild.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/ContinuousBuild.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousBuild.dir/build.make external/vorbis/CMakeFiles/ContinuousBuild.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousBuild.dir/build.make external/vorbis/CMakeFiles/ContinuousBuild.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ContinuousBuild" +.PHONY : external/vorbis/CMakeFiles/ContinuousBuild.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/ContinuousBuild.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousBuild.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/ContinuousBuild.dir/rule + +# Convenience name for target. +ContinuousBuild: external/vorbis/CMakeFiles/ContinuousBuild.dir/rule +.PHONY : ContinuousBuild + +# codegen rule for target. +external/vorbis/CMakeFiles/ContinuousBuild.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousBuild.dir/build.make external/vorbis/CMakeFiles/ContinuousBuild.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousBuild" +.PHONY : external/vorbis/CMakeFiles/ContinuousBuild.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/ContinuousBuild.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousBuild.dir/build.make external/vorbis/CMakeFiles/ContinuousBuild.dir/clean +.PHONY : external/vorbis/CMakeFiles/ContinuousBuild.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/ContinuousTest.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/ContinuousTest.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousTest.dir/build.make external/vorbis/CMakeFiles/ContinuousTest.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousTest.dir/build.make external/vorbis/CMakeFiles/ContinuousTest.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ContinuousTest" +.PHONY : external/vorbis/CMakeFiles/ContinuousTest.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/ContinuousTest.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousTest.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/ContinuousTest.dir/rule + +# Convenience name for target. +ContinuousTest: external/vorbis/CMakeFiles/ContinuousTest.dir/rule +.PHONY : ContinuousTest + +# codegen rule for target. +external/vorbis/CMakeFiles/ContinuousTest.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousTest.dir/build.make external/vorbis/CMakeFiles/ContinuousTest.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousTest" +.PHONY : external/vorbis/CMakeFiles/ContinuousTest.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/ContinuousTest.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousTest.dir/build.make external/vorbis/CMakeFiles/ContinuousTest.dir/clean +.PHONY : external/vorbis/CMakeFiles/ContinuousTest.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/ContinuousCoverage.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/ContinuousCoverage.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousCoverage.dir/build.make external/vorbis/CMakeFiles/ContinuousCoverage.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousCoverage.dir/build.make external/vorbis/CMakeFiles/ContinuousCoverage.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ContinuousCoverage" +.PHONY : external/vorbis/CMakeFiles/ContinuousCoverage.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/ContinuousCoverage.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousCoverage.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/ContinuousCoverage.dir/rule + +# Convenience name for target. +ContinuousCoverage: external/vorbis/CMakeFiles/ContinuousCoverage.dir/rule +.PHONY : ContinuousCoverage + +# codegen rule for target. +external/vorbis/CMakeFiles/ContinuousCoverage.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousCoverage.dir/build.make external/vorbis/CMakeFiles/ContinuousCoverage.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousCoverage" +.PHONY : external/vorbis/CMakeFiles/ContinuousCoverage.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/ContinuousCoverage.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousCoverage.dir/build.make external/vorbis/CMakeFiles/ContinuousCoverage.dir/clean +.PHONY : external/vorbis/CMakeFiles/ContinuousCoverage.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/ContinuousMemCheck.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/ContinuousMemCheck.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build.make external/vorbis/CMakeFiles/ContinuousMemCheck.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build.make external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ContinuousMemCheck" +.PHONY : external/vorbis/CMakeFiles/ContinuousMemCheck.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/ContinuousMemCheck.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousMemCheck.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/ContinuousMemCheck.dir/rule + +# Convenience name for target. +ContinuousMemCheck: external/vorbis/CMakeFiles/ContinuousMemCheck.dir/rule +.PHONY : ContinuousMemCheck + +# codegen rule for target. +external/vorbis/CMakeFiles/ContinuousMemCheck.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build.make external/vorbis/CMakeFiles/ContinuousMemCheck.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousMemCheck" +.PHONY : external/vorbis/CMakeFiles/ContinuousMemCheck.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/ContinuousMemCheck.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build.make external/vorbis/CMakeFiles/ContinuousMemCheck.dir/clean +.PHONY : external/vorbis/CMakeFiles/ContinuousMemCheck.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/CMakeFiles/ContinuousSubmit.dir + +# All Build rule for target. +external/vorbis/CMakeFiles/ContinuousSubmit.dir/all: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousSubmit.dir/build.make external/vorbis/CMakeFiles/ContinuousSubmit.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousSubmit.dir/build.make external/vorbis/CMakeFiles/ContinuousSubmit.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ContinuousSubmit" +.PHONY : external/vorbis/CMakeFiles/ContinuousSubmit.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/CMakeFiles/ContinuousSubmit.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousSubmit.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/CMakeFiles/ContinuousSubmit.dir/rule + +# Convenience name for target. +ContinuousSubmit: external/vorbis/CMakeFiles/ContinuousSubmit.dir/rule +.PHONY : ContinuousSubmit + +# codegen rule for target. +external/vorbis/CMakeFiles/ContinuousSubmit.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousSubmit.dir/build.make external/vorbis/CMakeFiles/ContinuousSubmit.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousSubmit" +.PHONY : external/vorbis/CMakeFiles/ContinuousSubmit.dir/codegen + +# clean rule for target. +external/vorbis/CMakeFiles/ContinuousSubmit.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousSubmit.dir/build.make external/vorbis/CMakeFiles/ContinuousSubmit.dir/clean +.PHONY : external/vorbis/CMakeFiles/ContinuousSubmit.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/lib/CMakeFiles/vorbis.dir + +# All Build rule for target. +external/vorbis/lib/CMakeFiles/vorbis.dir/all: external/ogg/CMakeFiles/ogg.dir/all + $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=99 "Built target vorbis" +.PHONY : external/vorbis/lib/CMakeFiles/vorbis.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/lib/CMakeFiles/vorbis.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/lib/CMakeFiles/vorbis.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/lib/CMakeFiles/vorbis.dir/rule + +# Convenience name for target. +vorbis: external/vorbis/lib/CMakeFiles/vorbis.dir/rule +.PHONY : vorbis + +# codegen rule for target. +external/vorbis/lib/CMakeFiles/vorbis.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=99 "Finished codegen for target vorbis" +.PHONY : external/vorbis/lib/CMakeFiles/vorbis.dir/codegen + +# clean rule for target. +external/vorbis/lib/CMakeFiles/vorbis.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/clean +.PHONY : external/vorbis/lib/CMakeFiles/vorbis.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/lib/CMakeFiles/vorbisenc.dir + +# All Build rule for target. +external/vorbis/lib/CMakeFiles/vorbisenc.dir/all: external/ogg/CMakeFiles/ogg.dir/all +external/vorbis/lib/CMakeFiles/vorbisenc.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all + $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make external/vorbis/lib/CMakeFiles/vorbisenc.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make external/vorbis/lib/CMakeFiles/vorbisenc.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target vorbisenc" +.PHONY : external/vorbis/lib/CMakeFiles/vorbisenc.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/lib/CMakeFiles/vorbisenc.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/lib/CMakeFiles/vorbisenc.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/lib/CMakeFiles/vorbisenc.dir/rule + +# Convenience name for target. +vorbisenc: external/vorbis/lib/CMakeFiles/vorbisenc.dir/rule +.PHONY : vorbisenc + +# codegen rule for target. +external/vorbis/lib/CMakeFiles/vorbisenc.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make external/vorbis/lib/CMakeFiles/vorbisenc.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target vorbisenc" +.PHONY : external/vorbis/lib/CMakeFiles/vorbisenc.dir/codegen + +# clean rule for target. +external/vorbis/lib/CMakeFiles/vorbisenc.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make external/vorbis/lib/CMakeFiles/vorbisenc.dir/clean +.PHONY : external/vorbis/lib/CMakeFiles/vorbisenc.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/lib/CMakeFiles/vorbisfile.dir + +# All Build rule for target. +external/vorbis/lib/CMakeFiles/vorbisfile.dir/all: external/ogg/CMakeFiles/ogg.dir/all +external/vorbis/lib/CMakeFiles/vorbisfile.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all + $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make external/vorbis/lib/CMakeFiles/vorbisfile.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make external/vorbis/lib/CMakeFiles/vorbisfile.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=100 "Built target vorbisfile" +.PHONY : external/vorbis/lib/CMakeFiles/vorbisfile.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/lib/CMakeFiles/vorbisfile.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 2 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/lib/CMakeFiles/vorbisfile.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/lib/CMakeFiles/vorbisfile.dir/rule + +# Convenience name for target. +vorbisfile: external/vorbis/lib/CMakeFiles/vorbisfile.dir/rule +.PHONY : vorbisfile + +# codegen rule for target. +external/vorbis/lib/CMakeFiles/vorbisfile.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make external/vorbis/lib/CMakeFiles/vorbisfile.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=100 "Finished codegen for target vorbisfile" +.PHONY : external/vorbis/lib/CMakeFiles/vorbisfile.dir/codegen + +# clean rule for target. +external/vorbis/lib/CMakeFiles/vorbisfile.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make external/vorbis/lib/CMakeFiles/vorbisfile.dir/clean +.PHONY : external/vorbis/lib/CMakeFiles/vorbisfile.dir/clean + +#============================================================================= +# Target rules for target external/vorbis/test/CMakeFiles/vorbis_test.dir + +# All Build rule for target. +external/vorbis/test/CMakeFiles/vorbis_test.dir/all: external/ogg/CMakeFiles/ogg.dir/all +external/vorbis/test/CMakeFiles/vorbis_test.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all +external/vorbis/test/CMakeFiles/vorbis_test.dir/all: external/vorbis/lib/CMakeFiles/vorbisenc.dir/all + $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/depend + $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target vorbis_test" +.PHONY : external/vorbis/test/CMakeFiles/vorbis_test.dir/all + +# Build rule for subdir invocation for target. +external/vorbis/test/CMakeFiles/vorbis_test.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/test/CMakeFiles/vorbis_test.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/vorbis/test/CMakeFiles/vorbis_test.dir/rule + +# Convenience name for target. +vorbis_test: external/vorbis/test/CMakeFiles/vorbis_test.dir/rule +.PHONY : vorbis_test + +# codegen rule for target. +external/vorbis/test/CMakeFiles/vorbis_test.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target vorbis_test" +.PHONY : external/vorbis/test/CMakeFiles/vorbis_test.dir/codegen + +# clean rule for target. +external/vorbis/test/CMakeFiles/vorbis_test.dir/clean: + $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/clean +.PHONY : external/vorbis/test/CMakeFiles/vorbis_test.dir/clean + +#============================================================================= +# Target rules for target external/SDL/CMakeFiles/SDL3-shared.dir + +# All Build rule for target. +external/SDL/CMakeFiles/SDL3-shared.dir/all: external/SDL/CMakeFiles/SDL_uclibc.dir/all + $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/depend + $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=8,9,10,11,12,13,14,15,16,17,18 "Built target SDL3-shared" +.PHONY : external/SDL/CMakeFiles/SDL3-shared.dir/all + +# Build rule for subdir invocation for target. +external/SDL/CMakeFiles/SDL3-shared.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 11 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/CMakeFiles/SDL3-shared.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/SDL/CMakeFiles/SDL3-shared.dir/rule + +# Convenience name for target. +SDL3-shared: external/SDL/CMakeFiles/SDL3-shared.dir/rule +.PHONY : SDL3-shared + +# codegen rule for target. +external/SDL/CMakeFiles/SDL3-shared.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=8,9,10,11,12,13,14,15,16,17,18 "Finished codegen for target SDL3-shared" +.PHONY : external/SDL/CMakeFiles/SDL3-shared.dir/codegen + +# clean rule for target. +external/SDL/CMakeFiles/SDL3-shared.dir/clean: + $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/clean +.PHONY : external/SDL/CMakeFiles/SDL3-shared.dir/clean + +#============================================================================= +# Target rules for target external/SDL/CMakeFiles/SDL3-static.dir + +# All Build rule for target. +external/SDL/CMakeFiles/SDL3-static.dir/all: external/SDL/CMakeFiles/SDL_uclibc.dir/all + $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/depend + $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=19,20,21,22,23,24,25,26,27,28,29,30 "Built target SDL3-static" +.PHONY : external/SDL/CMakeFiles/SDL3-static.dir/all + +# Build rule for subdir invocation for target. +external/SDL/CMakeFiles/SDL3-static.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 12 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/CMakeFiles/SDL3-static.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/SDL/CMakeFiles/SDL3-static.dir/rule + +# Convenience name for target. +SDL3-static: external/SDL/CMakeFiles/SDL3-static.dir/rule +.PHONY : SDL3-static + +# codegen rule for target. +external/SDL/CMakeFiles/SDL3-static.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=19,20,21,22,23,24,25,26,27,28,29,30 "Finished codegen for target SDL3-static" +.PHONY : external/SDL/CMakeFiles/SDL3-static.dir/codegen + +# clean rule for target. +external/SDL/CMakeFiles/SDL3-static.dir/clean: + $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/clean +.PHONY : external/SDL/CMakeFiles/SDL3-static.dir/clean + +#============================================================================= +# Target rules for target external/SDL/CMakeFiles/SDL3_test.dir + +# All Build rule for target. +external/SDL/CMakeFiles/SDL3_test.dir/all: + $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/depend + $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target SDL3_test" +.PHONY : external/SDL/CMakeFiles/SDL3_test.dir/all + +# Build rule for subdir invocation for target. +external/SDL/CMakeFiles/SDL3_test.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/CMakeFiles/SDL3_test.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/SDL/CMakeFiles/SDL3_test.dir/rule + +# Convenience name for target. +SDL3_test: external/SDL/CMakeFiles/SDL3_test.dir/rule +.PHONY : SDL3_test + +# codegen rule for target. +external/SDL/CMakeFiles/SDL3_test.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target SDL3_test" +.PHONY : external/SDL/CMakeFiles/SDL3_test.dir/codegen + +# clean rule for target. +external/SDL/CMakeFiles/SDL3_test.dir/clean: + $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/clean +.PHONY : external/SDL/CMakeFiles/SDL3_test.dir/clean + +#============================================================================= +# Target rules for target external/SDL/CMakeFiles/SDL_uclibc.dir + +# All Build rule for target. +external/SDL/CMakeFiles/SDL_uclibc.dir/all: + $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/depend + $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target SDL_uclibc" +.PHONY : external/SDL/CMakeFiles/SDL_uclibc.dir/all + +# Build rule for subdir invocation for target. +external/SDL/CMakeFiles/SDL_uclibc.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/CMakeFiles/SDL_uclibc.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/SDL/CMakeFiles/SDL_uclibc.dir/rule + +# Convenience name for target. +SDL_uclibc: external/SDL/CMakeFiles/SDL_uclibc.dir/rule +.PHONY : SDL_uclibc + +# codegen rule for target. +external/SDL/CMakeFiles/SDL_uclibc.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target SDL_uclibc" +.PHONY : external/SDL/CMakeFiles/SDL_uclibc.dir/codegen + +# clean rule for target. +external/SDL/CMakeFiles/SDL_uclibc.dir/clean: + $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/clean +.PHONY : external/SDL/CMakeFiles/SDL_uclibc.dir/clean + +#============================================================================= +# Target rules for target external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir + +# All Build rule for target. +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all: + $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/depend + $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=31 "Built target SDL3_ttf-static" +.PHONY : external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all + +# Build rule for subdir invocation for target. +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/rule + +# Convenience name for target. +SDL3_ttf-static: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/rule +.PHONY : SDL3_ttf-static + +# codegen rule for target. +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=31 "Finished codegen for target SDL3_ttf-static" +.PHONY : external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/codegen + +# clean rule for target. +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/clean: + $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/clean +.PHONY : external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/alsoft.build_version.dir + +# All Build rule for target. +external/openal/CMakeFiles/alsoft.build_version.dir/all: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.build_version.dir/build.make external/openal/CMakeFiles/alsoft.build_version.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.build_version.dir/build.make external/openal/CMakeFiles/alsoft.build_version.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alsoft.build_version" +.PHONY : external/openal/CMakeFiles/alsoft.build_version.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/alsoft.build_version.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alsoft.build_version.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/alsoft.build_version.dir/rule + +# Convenience name for target. +alsoft.build_version: external/openal/CMakeFiles/alsoft.build_version.dir/rule +.PHONY : alsoft.build_version + +# codegen rule for target. +external/openal/CMakeFiles/alsoft.build_version.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.build_version.dir/build.make external/openal/CMakeFiles/alsoft.build_version.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alsoft.build_version" +.PHONY : external/openal/CMakeFiles/alsoft.build_version.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/alsoft.build_version.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.build_version.dir/build.make external/openal/CMakeFiles/alsoft.build_version.dir/clean +.PHONY : external/openal/CMakeFiles/alsoft.build_version.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/alsoft.common.dir + +# All Build rule for target. +external/openal/CMakeFiles/alsoft.common.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=34 "Built target alsoft.common" +.PHONY : external/openal/CMakeFiles/alsoft.common.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/alsoft.common.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alsoft.common.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/alsoft.common.dir/rule + +# Convenience name for target. +alsoft.common: external/openal/CMakeFiles/alsoft.common.dir/rule +.PHONY : alsoft.common + +# codegen rule for target. +external/openal/CMakeFiles/alsoft.common.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=34 "Finished codegen for target alsoft.common" +.PHONY : external/openal/CMakeFiles/alsoft.common.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/alsoft.common.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/clean +.PHONY : external/openal/CMakeFiles/alsoft.common.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/clang-tidy-check.dir + +# All Build rule for target. +external/openal/CMakeFiles/clang-tidy-check.dir/all: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/clang-tidy-check.dir/build.make external/openal/CMakeFiles/clang-tidy-check.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/clang-tidy-check.dir/build.make external/openal/CMakeFiles/clang-tidy-check.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target clang-tidy-check" +.PHONY : external/openal/CMakeFiles/clang-tidy-check.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/clang-tidy-check.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/clang-tidy-check.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/clang-tidy-check.dir/rule + +# Convenience name for target. +clang-tidy-check: external/openal/CMakeFiles/clang-tidy-check.dir/rule +.PHONY : clang-tidy-check + +# codegen rule for target. +external/openal/CMakeFiles/clang-tidy-check.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/clang-tidy-check.dir/build.make external/openal/CMakeFiles/clang-tidy-check.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target clang-tidy-check" +.PHONY : external/openal/CMakeFiles/clang-tidy-check.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/clang-tidy-check.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/clang-tidy-check.dir/build.make external/openal/CMakeFiles/clang-tidy-check.dir/clean +.PHONY : external/openal/CMakeFiles/clang-tidy-check.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/OpenAL.dir + +# All Build rule for target. +external/openal/CMakeFiles/OpenAL.dir/all: external/openal/CMakeFiles/alsoft.build_version.dir/all +external/openal/CMakeFiles/OpenAL.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=2,3,4 "Built target OpenAL" +.PHONY : external/openal/CMakeFiles/OpenAL.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/OpenAL.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/OpenAL.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/OpenAL.dir/rule + +# Convenience name for target. +OpenAL: external/openal/CMakeFiles/OpenAL.dir/rule +.PHONY : OpenAL + +# codegen rule for target. +external/openal/CMakeFiles/OpenAL.dir/codegen: external/openal/CMakeFiles/alsoft.build_version.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=2,3,4 "Finished codegen for target OpenAL" +.PHONY : external/openal/CMakeFiles/OpenAL.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/OpenAL.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/clean +.PHONY : external/openal/CMakeFiles/OpenAL.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/openal-info.dir + +# All Build rule for target. +external/openal/CMakeFiles/openal-info.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +external/openal/CMakeFiles/openal-info.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/openal-info.dir/build.make external/openal/CMakeFiles/openal-info.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/openal-info.dir/build.make external/openal/CMakeFiles/openal-info.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target openal-info" +.PHONY : external/openal/CMakeFiles/openal-info.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/openal-info.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/openal-info.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/openal-info.dir/rule + +# Convenience name for target. +openal-info: external/openal/CMakeFiles/openal-info.dir/rule +.PHONY : openal-info + +# codegen rule for target. +external/openal/CMakeFiles/openal-info.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/openal-info.dir/build.make external/openal/CMakeFiles/openal-info.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target openal-info" +.PHONY : external/openal/CMakeFiles/openal-info.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/openal-info.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/openal-info.dir/build.make external/openal/CMakeFiles/openal-info.dir/clean +.PHONY : external/openal/CMakeFiles/openal-info.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/uhjdecoder.dir + +# All Build rule for target. +external/openal/CMakeFiles/uhjdecoder.dir/all: external/openal/CMakeFiles/alsoft.common.dir/all +external/openal/CMakeFiles/uhjdecoder.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjdecoder.dir/build.make external/openal/CMakeFiles/uhjdecoder.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjdecoder.dir/build.make external/openal/CMakeFiles/uhjdecoder.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target uhjdecoder" +.PHONY : external/openal/CMakeFiles/uhjdecoder.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/uhjdecoder.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/uhjdecoder.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/uhjdecoder.dir/rule + +# Convenience name for target. +uhjdecoder: external/openal/CMakeFiles/uhjdecoder.dir/rule +.PHONY : uhjdecoder + +# codegen rule for target. +external/openal/CMakeFiles/uhjdecoder.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjdecoder.dir/build.make external/openal/CMakeFiles/uhjdecoder.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target uhjdecoder" +.PHONY : external/openal/CMakeFiles/uhjdecoder.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/uhjdecoder.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjdecoder.dir/build.make external/openal/CMakeFiles/uhjdecoder.dir/clean +.PHONY : external/openal/CMakeFiles/uhjdecoder.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/uhjencoder.dir + +# All Build rule for target. +external/openal/CMakeFiles/uhjencoder.dir/all: external/openal/CMakeFiles/alsoft.common.dir/all +external/openal/CMakeFiles/uhjencoder.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjencoder.dir/build.make external/openal/CMakeFiles/uhjencoder.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjencoder.dir/build.make external/openal/CMakeFiles/uhjencoder.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target uhjencoder" +.PHONY : external/openal/CMakeFiles/uhjencoder.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/uhjencoder.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/uhjencoder.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/uhjencoder.dir/rule + +# Convenience name for target. +uhjencoder: external/openal/CMakeFiles/uhjencoder.dir/rule +.PHONY : uhjencoder + +# codegen rule for target. +external/openal/CMakeFiles/uhjencoder.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjencoder.dir/build.make external/openal/CMakeFiles/uhjencoder.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target uhjencoder" +.PHONY : external/openal/CMakeFiles/uhjencoder.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/uhjencoder.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjencoder.dir/build.make external/openal/CMakeFiles/uhjencoder.dir/clean +.PHONY : external/openal/CMakeFiles/uhjencoder.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/alsoft.sofa-support.dir + +# All Build rule for target. +external/openal/CMakeFiles/alsoft.sofa-support.dir/all: external/openal/CMakeFiles/alsoft.common.dir/all +external/openal/CMakeFiles/alsoft.sofa-support.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make external/openal/CMakeFiles/alsoft.sofa-support.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make external/openal/CMakeFiles/alsoft.sofa-support.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alsoft.sofa-support" +.PHONY : external/openal/CMakeFiles/alsoft.sofa-support.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/alsoft.sofa-support.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alsoft.sofa-support.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/alsoft.sofa-support.dir/rule + +# Convenience name for target. +alsoft.sofa-support: external/openal/CMakeFiles/alsoft.sofa-support.dir/rule +.PHONY : alsoft.sofa-support + +# codegen rule for target. +external/openal/CMakeFiles/alsoft.sofa-support.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make external/openal/CMakeFiles/alsoft.sofa-support.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alsoft.sofa-support" +.PHONY : external/openal/CMakeFiles/alsoft.sofa-support.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/alsoft.sofa-support.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make external/openal/CMakeFiles/alsoft.sofa-support.dir/clean +.PHONY : external/openal/CMakeFiles/alsoft.sofa-support.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/makemhr.dir + +# All Build rule for target. +external/openal/CMakeFiles/makemhr.dir/all: external/openal/CMakeFiles/alsoft.common.dir/all +external/openal/CMakeFiles/makemhr.dir/all: external/openal/CMakeFiles/alsoft.sofa-support.dir/all +external/openal/CMakeFiles/makemhr.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target makemhr" +.PHONY : external/openal/CMakeFiles/makemhr.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/makemhr.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/makemhr.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/makemhr.dir/rule + +# Convenience name for target. +makemhr: external/openal/CMakeFiles/makemhr.dir/rule +.PHONY : makemhr + +# codegen rule for target. +external/openal/CMakeFiles/makemhr.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target makemhr" +.PHONY : external/openal/CMakeFiles/makemhr.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/makemhr.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/clean +.PHONY : external/openal/CMakeFiles/makemhr.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/sofa-info.dir + +# All Build rule for target. +external/openal/CMakeFiles/sofa-info.dir/all: external/openal/CMakeFiles/alsoft.common.dir/all +external/openal/CMakeFiles/sofa-info.dir/all: external/openal/CMakeFiles/alsoft.sofa-support.dir/all +external/openal/CMakeFiles/sofa-info.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/sofa-info.dir/build.make external/openal/CMakeFiles/sofa-info.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/sofa-info.dir/build.make external/openal/CMakeFiles/sofa-info.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target sofa-info" +.PHONY : external/openal/CMakeFiles/sofa-info.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/sofa-info.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/sofa-info.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/sofa-info.dir/rule + +# Convenience name for target. +sofa-info: external/openal/CMakeFiles/sofa-info.dir/rule +.PHONY : sofa-info + +# codegen rule for target. +external/openal/CMakeFiles/sofa-info.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/sofa-info.dir/build.make external/openal/CMakeFiles/sofa-info.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target sofa-info" +.PHONY : external/openal/CMakeFiles/sofa-info.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/sofa-info.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/sofa-info.dir/build.make external/openal/CMakeFiles/sofa-info.dir/clean +.PHONY : external/openal/CMakeFiles/sofa-info.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/alsoft.excommon.dir + +# All Build rule for target. +external/openal/CMakeFiles/alsoft.excommon.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +external/openal/CMakeFiles/alsoft.excommon.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.excommon.dir/build.make external/openal/CMakeFiles/alsoft.excommon.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.excommon.dir/build.make external/openal/CMakeFiles/alsoft.excommon.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alsoft.excommon" +.PHONY : external/openal/CMakeFiles/alsoft.excommon.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/alsoft.excommon.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alsoft.excommon.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/alsoft.excommon.dir/rule + +# Convenience name for target. +alsoft.excommon: external/openal/CMakeFiles/alsoft.excommon.dir/rule +.PHONY : alsoft.excommon + +# codegen rule for target. +external/openal/CMakeFiles/alsoft.excommon.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.excommon.dir/build.make external/openal/CMakeFiles/alsoft.excommon.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alsoft.excommon" +.PHONY : external/openal/CMakeFiles/alsoft.excommon.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/alsoft.excommon.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.excommon.dir/build.make external/openal/CMakeFiles/alsoft.excommon.dir/clean +.PHONY : external/openal/CMakeFiles/alsoft.excommon.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/altonegen.dir + +# All Build rule for target. +external/openal/CMakeFiles/altonegen.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +external/openal/CMakeFiles/altonegen.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all +external/openal/CMakeFiles/altonegen.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/altonegen.dir/build.make external/openal/CMakeFiles/altonegen.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/altonegen.dir/build.make external/openal/CMakeFiles/altonegen.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target altonegen" +.PHONY : external/openal/CMakeFiles/altonegen.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/altonegen.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/altonegen.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/altonegen.dir/rule + +# Convenience name for target. +altonegen: external/openal/CMakeFiles/altonegen.dir/rule +.PHONY : altonegen + +# codegen rule for target. +external/openal/CMakeFiles/altonegen.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/altonegen.dir/build.make external/openal/CMakeFiles/altonegen.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target altonegen" +.PHONY : external/openal/CMakeFiles/altonegen.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/altonegen.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/altonegen.dir/build.make external/openal/CMakeFiles/altonegen.dir/clean +.PHONY : external/openal/CMakeFiles/altonegen.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/alrecord.dir + +# All Build rule for target. +external/openal/CMakeFiles/alrecord.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +external/openal/CMakeFiles/alrecord.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all +external/openal/CMakeFiles/alrecord.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alrecord.dir/build.make external/openal/CMakeFiles/alrecord.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alrecord.dir/build.make external/openal/CMakeFiles/alrecord.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alrecord" +.PHONY : external/openal/CMakeFiles/alrecord.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/alrecord.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alrecord.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/alrecord.dir/rule + +# Convenience name for target. +alrecord: external/openal/CMakeFiles/alrecord.dir/rule +.PHONY : alrecord + +# codegen rule for target. +external/openal/CMakeFiles/alrecord.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alrecord.dir/build.make external/openal/CMakeFiles/alrecord.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alrecord" +.PHONY : external/openal/CMakeFiles/alrecord.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/alrecord.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alrecord.dir/build.make external/openal/CMakeFiles/alrecord.dir/clean +.PHONY : external/openal/CMakeFiles/alrecord.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/aldebug.dir + +# All Build rule for target. +external/openal/CMakeFiles/aldebug.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +external/openal/CMakeFiles/aldebug.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all +external/openal/CMakeFiles/aldebug.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldebug.dir/build.make external/openal/CMakeFiles/aldebug.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldebug.dir/build.make external/openal/CMakeFiles/aldebug.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target aldebug" +.PHONY : external/openal/CMakeFiles/aldebug.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/aldebug.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/aldebug.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/aldebug.dir/rule + +# Convenience name for target. +aldebug: external/openal/CMakeFiles/aldebug.dir/rule +.PHONY : aldebug + +# codegen rule for target. +external/openal/CMakeFiles/aldebug.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldebug.dir/build.make external/openal/CMakeFiles/aldebug.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target aldebug" +.PHONY : external/openal/CMakeFiles/aldebug.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/aldebug.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldebug.dir/build.make external/openal/CMakeFiles/aldebug.dir/clean +.PHONY : external/openal/CMakeFiles/aldebug.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/allafplay.dir + +# All Build rule for target. +external/openal/CMakeFiles/allafplay.dir/all: external/openal/CMakeFiles/alsoft.common.dir/all +external/openal/CMakeFiles/allafplay.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +external/openal/CMakeFiles/allafplay.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all +external/openal/CMakeFiles/allafplay.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allafplay.dir/build.make external/openal/CMakeFiles/allafplay.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allafplay.dir/build.make external/openal/CMakeFiles/allafplay.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target allafplay" +.PHONY : external/openal/CMakeFiles/allafplay.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/allafplay.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 4 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/allafplay.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/allafplay.dir/rule + +# Convenience name for target. +allafplay: external/openal/CMakeFiles/allafplay.dir/rule +.PHONY : allafplay + +# codegen rule for target. +external/openal/CMakeFiles/allafplay.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allafplay.dir/build.make external/openal/CMakeFiles/allafplay.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target allafplay" +.PHONY : external/openal/CMakeFiles/allafplay.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/allafplay.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allafplay.dir/build.make external/openal/CMakeFiles/allafplay.dir/clean +.PHONY : external/openal/CMakeFiles/allafplay.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/alplay.dir + +# All Build rule for target. +external/openal/CMakeFiles/alplay.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +external/openal/CMakeFiles/alplay.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all +external/openal/CMakeFiles/alplay.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alplay.dir/build.make external/openal/CMakeFiles/alplay.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alplay.dir/build.make external/openal/CMakeFiles/alplay.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alplay" +.PHONY : external/openal/CMakeFiles/alplay.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/alplay.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alplay.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/alplay.dir/rule + +# Convenience name for target. +alplay: external/openal/CMakeFiles/alplay.dir/rule +.PHONY : alplay + +# codegen rule for target. +external/openal/CMakeFiles/alplay.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alplay.dir/build.make external/openal/CMakeFiles/alplay.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alplay" +.PHONY : external/openal/CMakeFiles/alplay.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/alplay.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alplay.dir/build.make external/openal/CMakeFiles/alplay.dir/clean +.PHONY : external/openal/CMakeFiles/alplay.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/alstream.dir + +# All Build rule for target. +external/openal/CMakeFiles/alstream.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +external/openal/CMakeFiles/alstream.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all +external/openal/CMakeFiles/alstream.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstream.dir/build.make external/openal/CMakeFiles/alstream.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstream.dir/build.make external/openal/CMakeFiles/alstream.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alstream" +.PHONY : external/openal/CMakeFiles/alstream.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/alstream.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alstream.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/alstream.dir/rule + +# Convenience name for target. +alstream: external/openal/CMakeFiles/alstream.dir/rule +.PHONY : alstream + +# codegen rule for target. +external/openal/CMakeFiles/alstream.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstream.dir/build.make external/openal/CMakeFiles/alstream.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alstream" +.PHONY : external/openal/CMakeFiles/alstream.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/alstream.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstream.dir/build.make external/openal/CMakeFiles/alstream.dir/clean +.PHONY : external/openal/CMakeFiles/alstream.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/alreverb.dir + +# All Build rule for target. +external/openal/CMakeFiles/alreverb.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +external/openal/CMakeFiles/alreverb.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all +external/openal/CMakeFiles/alreverb.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alreverb.dir/build.make external/openal/CMakeFiles/alreverb.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alreverb.dir/build.make external/openal/CMakeFiles/alreverb.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alreverb" +.PHONY : external/openal/CMakeFiles/alreverb.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/alreverb.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alreverb.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/alreverb.dir/rule + +# Convenience name for target. +alreverb: external/openal/CMakeFiles/alreverb.dir/rule +.PHONY : alreverb + +# codegen rule for target. +external/openal/CMakeFiles/alreverb.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alreverb.dir/build.make external/openal/CMakeFiles/alreverb.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alreverb" +.PHONY : external/openal/CMakeFiles/alreverb.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/alreverb.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alreverb.dir/build.make external/openal/CMakeFiles/alreverb.dir/clean +.PHONY : external/openal/CMakeFiles/alreverb.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/almultireverb.dir + +# All Build rule for target. +external/openal/CMakeFiles/almultireverb.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +external/openal/CMakeFiles/almultireverb.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all +external/openal/CMakeFiles/almultireverb.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/almultireverb.dir/build.make external/openal/CMakeFiles/almultireverb.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/almultireverb.dir/build.make external/openal/CMakeFiles/almultireverb.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target almultireverb" +.PHONY : external/openal/CMakeFiles/almultireverb.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/almultireverb.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/almultireverb.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/almultireverb.dir/rule + +# Convenience name for target. +almultireverb: external/openal/CMakeFiles/almultireverb.dir/rule +.PHONY : almultireverb + +# codegen rule for target. +external/openal/CMakeFiles/almultireverb.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/almultireverb.dir/build.make external/openal/CMakeFiles/almultireverb.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target almultireverb" +.PHONY : external/openal/CMakeFiles/almultireverb.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/almultireverb.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/almultireverb.dir/build.make external/openal/CMakeFiles/almultireverb.dir/clean +.PHONY : external/openal/CMakeFiles/almultireverb.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/allatency.dir + +# All Build rule for target. +external/openal/CMakeFiles/allatency.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +external/openal/CMakeFiles/allatency.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all +external/openal/CMakeFiles/allatency.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allatency.dir/build.make external/openal/CMakeFiles/allatency.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allatency.dir/build.make external/openal/CMakeFiles/allatency.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=33 "Built target allatency" +.PHONY : external/openal/CMakeFiles/allatency.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/allatency.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 4 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/allatency.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/allatency.dir/rule + +# Convenience name for target. +allatency: external/openal/CMakeFiles/allatency.dir/rule +.PHONY : allatency + +# codegen rule for target. +external/openal/CMakeFiles/allatency.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allatency.dir/build.make external/openal/CMakeFiles/allatency.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=33 "Finished codegen for target allatency" +.PHONY : external/openal/CMakeFiles/allatency.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/allatency.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allatency.dir/build.make external/openal/CMakeFiles/allatency.dir/clean +.PHONY : external/openal/CMakeFiles/allatency.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/alhrtf.dir + +# All Build rule for target. +external/openal/CMakeFiles/alhrtf.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +external/openal/CMakeFiles/alhrtf.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all +external/openal/CMakeFiles/alhrtf.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alhrtf.dir/build.make external/openal/CMakeFiles/alhrtf.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alhrtf.dir/build.make external/openal/CMakeFiles/alhrtf.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alhrtf" +.PHONY : external/openal/CMakeFiles/alhrtf.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/alhrtf.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alhrtf.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/alhrtf.dir/rule + +# Convenience name for target. +alhrtf: external/openal/CMakeFiles/alhrtf.dir/rule +.PHONY : alhrtf + +# codegen rule for target. +external/openal/CMakeFiles/alhrtf.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alhrtf.dir/build.make external/openal/CMakeFiles/alhrtf.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alhrtf" +.PHONY : external/openal/CMakeFiles/alhrtf.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/alhrtf.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alhrtf.dir/build.make external/openal/CMakeFiles/alhrtf.dir/clean +.PHONY : external/openal/CMakeFiles/alhrtf.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/alstreamcb.dir + +# All Build rule for target. +external/openal/CMakeFiles/alstreamcb.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +external/openal/CMakeFiles/alstreamcb.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all +external/openal/CMakeFiles/alstreamcb.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstreamcb.dir/build.make external/openal/CMakeFiles/alstreamcb.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstreamcb.dir/build.make external/openal/CMakeFiles/alstreamcb.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alstreamcb" +.PHONY : external/openal/CMakeFiles/alstreamcb.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/alstreamcb.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alstreamcb.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/alstreamcb.dir/rule + +# Convenience name for target. +alstreamcb: external/openal/CMakeFiles/alstreamcb.dir/rule +.PHONY : alstreamcb + +# codegen rule for target. +external/openal/CMakeFiles/alstreamcb.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstreamcb.dir/build.make external/openal/CMakeFiles/alstreamcb.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alstreamcb" +.PHONY : external/openal/CMakeFiles/alstreamcb.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/alstreamcb.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstreamcb.dir/build.make external/openal/CMakeFiles/alstreamcb.dir/clean +.PHONY : external/openal/CMakeFiles/alstreamcb.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/aldirect.dir + +# All Build rule for target. +external/openal/CMakeFiles/aldirect.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +external/openal/CMakeFiles/aldirect.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all +external/openal/CMakeFiles/aldirect.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldirect.dir/build.make external/openal/CMakeFiles/aldirect.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldirect.dir/build.make external/openal/CMakeFiles/aldirect.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target aldirect" +.PHONY : external/openal/CMakeFiles/aldirect.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/aldirect.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/aldirect.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/aldirect.dir/rule + +# Convenience name for target. +aldirect: external/openal/CMakeFiles/aldirect.dir/rule +.PHONY : aldirect + +# codegen rule for target. +external/openal/CMakeFiles/aldirect.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldirect.dir/build.make external/openal/CMakeFiles/aldirect.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target aldirect" +.PHONY : external/openal/CMakeFiles/aldirect.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/aldirect.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldirect.dir/build.make external/openal/CMakeFiles/aldirect.dir/clean +.PHONY : external/openal/CMakeFiles/aldirect.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/alconvolve.dir + +# All Build rule for target. +external/openal/CMakeFiles/alconvolve.dir/all: external/openal/CMakeFiles/alsoft.common.dir/all +external/openal/CMakeFiles/alconvolve.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +external/openal/CMakeFiles/alconvolve.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all +external/openal/CMakeFiles/alconvolve.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alconvolve.dir/build.make external/openal/CMakeFiles/alconvolve.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alconvolve.dir/build.make external/openal/CMakeFiles/alconvolve.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alconvolve" +.PHONY : external/openal/CMakeFiles/alconvolve.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/alconvolve.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 4 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alconvolve.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/alconvolve.dir/rule + +# Convenience name for target. +alconvolve: external/openal/CMakeFiles/alconvolve.dir/rule +.PHONY : alconvolve + +# codegen rule for target. +external/openal/CMakeFiles/alconvolve.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alconvolve.dir/build.make external/openal/CMakeFiles/alconvolve.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alconvolve" +.PHONY : external/openal/CMakeFiles/alconvolve.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/alconvolve.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alconvolve.dir/build.make external/openal/CMakeFiles/alconvolve.dir/clean +.PHONY : external/openal/CMakeFiles/alconvolve.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/alloopback.dir + +# All Build rule for target. +external/openal/CMakeFiles/alloopback.dir/all: external/SDL/CMakeFiles/SDL3-shared.dir/all +external/openal/CMakeFiles/alloopback.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +external/openal/CMakeFiles/alloopback.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all +external/openal/CMakeFiles/alloopback.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alloopback.dir/build.make external/openal/CMakeFiles/alloopback.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alloopback.dir/build.make external/openal/CMakeFiles/alloopback.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alloopback" +.PHONY : external/openal/CMakeFiles/alloopback.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/alloopback.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 14 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alloopback.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/alloopback.dir/rule + +# Convenience name for target. +alloopback: external/openal/CMakeFiles/alloopback.dir/rule +.PHONY : alloopback + +# codegen rule for target. +external/openal/CMakeFiles/alloopback.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alloopback.dir/build.make external/openal/CMakeFiles/alloopback.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alloopback" +.PHONY : external/openal/CMakeFiles/alloopback.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/alloopback.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alloopback.dir/build.make external/openal/CMakeFiles/alloopback.dir/clean +.PHONY : external/openal/CMakeFiles/alloopback.dir/clean + +#============================================================================= +# Target rules for target external/openal/CMakeFiles/alffplay.dir + +# All Build rule for target. +external/openal/CMakeFiles/alffplay.dir/all: external/SDL/CMakeFiles/SDL3-shared.dir/all +external/openal/CMakeFiles/alffplay.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +external/openal/CMakeFiles/alffplay.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all +external/openal/CMakeFiles/alffplay.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alffplay.dir/build.make external/openal/CMakeFiles/alffplay.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alffplay.dir/build.make external/openal/CMakeFiles/alffplay.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alffplay" +.PHONY : external/openal/CMakeFiles/alffplay.dir/all + +# Build rule for subdir invocation for target. +external/openal/CMakeFiles/alffplay.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 14 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alffplay.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/CMakeFiles/alffplay.dir/rule + +# Convenience name for target. +alffplay: external/openal/CMakeFiles/alffplay.dir/rule +.PHONY : alffplay + +# codegen rule for target. +external/openal/CMakeFiles/alffplay.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alffplay.dir/build.make external/openal/CMakeFiles/alffplay.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alffplay" +.PHONY : external/openal/CMakeFiles/alffplay.dir/codegen + +# clean rule for target. +external/openal/CMakeFiles/alffplay.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alffplay.dir/build.make external/openal/CMakeFiles/alffplay.dir/clean +.PHONY : external/openal/CMakeFiles/alffplay.dir/clean + +#============================================================================= +# Target rules for target external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir + +# All Build rule for target. +external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all: + $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alsoft.fmt" +.PHONY : external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + +# Build rule for subdir invocation for target. +external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/rule + +# Convenience name for target. +alsoft.fmt: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/rule +.PHONY : alsoft.fmt + +# codegen rule for target. +external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alsoft.fmt" +.PHONY : external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/codegen + +# clean rule for target. +external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/clean +.PHONY : external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/clean + +#============================================================================= +# Target rules for target external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir + +# All Build rule for target. +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/all: external/openal/CMakeFiles/alsoft.build_version.dir/all +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/all: external/openal/CMakeFiles/alsoft.common.dir/all +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend + $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alsoft-config" +.PHONY : external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/all + +# Build rule for subdir invocation for target. +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/rule + +# Convenience name for target. +alsoft-config: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/rule +.PHONY : alsoft-config + +# codegen rule for target. +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/codegen: external/openal/CMakeFiles/alsoft.build_version.dir/all + $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alsoft-config" +.PHONY : external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/codegen + +# clean rule for target. +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/clean: + $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/clean +.PHONY : external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/clean + +#============================================================================= +# Target rules for target external/miniaudio/CMakeFiles/miniaudio.dir + +# All Build rule for target. +external/miniaudio/CMakeFiles/miniaudio.dir/all: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio.dir/build.make external/miniaudio/CMakeFiles/miniaudio.dir/depend + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio.dir/build.make external/miniaudio/CMakeFiles/miniaudio.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target miniaudio" +.PHONY : external/miniaudio/CMakeFiles/miniaudio.dir/all + +# Build rule for subdir invocation for target. +external/miniaudio/CMakeFiles/miniaudio.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/miniaudio/CMakeFiles/miniaudio.dir/rule + +# Convenience name for target. +miniaudio: external/miniaudio/CMakeFiles/miniaudio.dir/rule +.PHONY : miniaudio + +# codegen rule for target. +external/miniaudio/CMakeFiles/miniaudio.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio.dir/build.make external/miniaudio/CMakeFiles/miniaudio.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target miniaudio" +.PHONY : external/miniaudio/CMakeFiles/miniaudio.dir/codegen + +# clean rule for target. +external/miniaudio/CMakeFiles/miniaudio.dir/clean: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio.dir/build.make external/miniaudio/CMakeFiles/miniaudio.dir/clean +.PHONY : external/miniaudio/CMakeFiles/miniaudio.dir/clean + +#============================================================================= +# Target rules for target external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir + +# All Build rule for target. +external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/all: external/ogg/CMakeFiles/ogg.dir/all +external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all +external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/depend + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target miniaudio_libvorbis" +.PHONY : external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/all + +# Build rule for subdir invocation for target. +external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 2 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/rule + +# Convenience name for target. +miniaudio_libvorbis: external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/rule +.PHONY : miniaudio_libvorbis + +# codegen rule for target. +external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target miniaudio_libvorbis" +.PHONY : external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/codegen + +# clean rule for target. +external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/clean: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/clean +.PHONY : external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/clean + +#============================================================================= +# Target rules for target external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir + +# All Build rule for target. +external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/all: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/depend + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target miniaudio_channel_combiner_node" +.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/all + +# Build rule for subdir invocation for target. +external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/rule + +# Convenience name for target. +miniaudio_channel_combiner_node: external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/rule +.PHONY : miniaudio_channel_combiner_node + +# codegen rule for target. +external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target miniaudio_channel_combiner_node" +.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/codegen + +# clean rule for target. +external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/clean: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/clean +.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/clean + +#============================================================================= +# Target rules for target external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir + +# All Build rule for target. +external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/all: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/depend + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target miniaudio_channel_separator_node" +.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/all + +# Build rule for subdir invocation for target. +external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/rule + +# Convenience name for target. +miniaudio_channel_separator_node: external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/rule +.PHONY : miniaudio_channel_separator_node + +# codegen rule for target. +external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target miniaudio_channel_separator_node" +.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/codegen + +# clean rule for target. +external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/clean: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/clean +.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/clean + +#============================================================================= +# Target rules for target external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir + +# All Build rule for target. +external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/all: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/depend + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target miniaudio_ltrim_node" +.PHONY : external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/all + +# Build rule for subdir invocation for target. +external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/rule + +# Convenience name for target. +miniaudio_ltrim_node: external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/rule +.PHONY : miniaudio_ltrim_node + +# codegen rule for target. +external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target miniaudio_ltrim_node" +.PHONY : external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/codegen + +# clean rule for target. +external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/clean: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/clean +.PHONY : external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/clean + +#============================================================================= +# Target rules for target external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir + +# All Build rule for target. +external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/all: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/depend + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target miniaudio_reverb_node" +.PHONY : external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/all + +# Build rule for subdir invocation for target. +external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/rule + +# Convenience name for target. +miniaudio_reverb_node: external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/rule +.PHONY : miniaudio_reverb_node + +# codegen rule for target. +external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target miniaudio_reverb_node" +.PHONY : external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/codegen + +# clean rule for target. +external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/clean: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/clean +.PHONY : external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/clean + +#============================================================================= +# Target rules for target external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir + +# All Build rule for target. +external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/all: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/depend + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target miniaudio_vocoder_node" +.PHONY : external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/all + +# Build rule for subdir invocation for target. +external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/rule + +# Convenience name for target. +miniaudio_vocoder_node: external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/rule +.PHONY : miniaudio_vocoder_node + +# codegen rule for target. +external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target miniaudio_vocoder_node" +.PHONY : external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/codegen + +# clean rule for target. +external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/clean: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/clean +.PHONY : external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/clean + +#============================================================================= +# Target rules for target external/curl/CMakeFiles/curl-ca-bundle.dir + +# All Build rule for target. +external/curl/CMakeFiles/curl-ca-bundle.dir/all: + $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-bundle.dir/build.make external/curl/CMakeFiles/curl-ca-bundle.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-bundle.dir/build.make external/curl/CMakeFiles/curl-ca-bundle.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-ca-bundle" +.PHONY : external/curl/CMakeFiles/curl-ca-bundle.dir/all + +# Build rule for subdir invocation for target. +external/curl/CMakeFiles/curl-ca-bundle.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/CMakeFiles/curl-ca-bundle.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/CMakeFiles/curl-ca-bundle.dir/rule + +# Convenience name for target. +curl-ca-bundle: external/curl/CMakeFiles/curl-ca-bundle.dir/rule +.PHONY : curl-ca-bundle + +# codegen rule for target. +external/curl/CMakeFiles/curl-ca-bundle.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-bundle.dir/build.make external/curl/CMakeFiles/curl-ca-bundle.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-ca-bundle" +.PHONY : external/curl/CMakeFiles/curl-ca-bundle.dir/codegen + +# clean rule for target. +external/curl/CMakeFiles/curl-ca-bundle.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-bundle.dir/build.make external/curl/CMakeFiles/curl-ca-bundle.dir/clean +.PHONY : external/curl/CMakeFiles/curl-ca-bundle.dir/clean + +#============================================================================= +# Target rules for target external/curl/CMakeFiles/curl-ca-firefox.dir + +# All Build rule for target. +external/curl/CMakeFiles/curl-ca-firefox.dir/all: + $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-firefox.dir/build.make external/curl/CMakeFiles/curl-ca-firefox.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-firefox.dir/build.make external/curl/CMakeFiles/curl-ca-firefox.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-ca-firefox" +.PHONY : external/curl/CMakeFiles/curl-ca-firefox.dir/all + +# Build rule for subdir invocation for target. +external/curl/CMakeFiles/curl-ca-firefox.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/CMakeFiles/curl-ca-firefox.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/CMakeFiles/curl-ca-firefox.dir/rule + +# Convenience name for target. +curl-ca-firefox: external/curl/CMakeFiles/curl-ca-firefox.dir/rule +.PHONY : curl-ca-firefox + +# codegen rule for target. +external/curl/CMakeFiles/curl-ca-firefox.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-firefox.dir/build.make external/curl/CMakeFiles/curl-ca-firefox.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-ca-firefox" +.PHONY : external/curl/CMakeFiles/curl-ca-firefox.dir/codegen + +# clean rule for target. +external/curl/CMakeFiles/curl-ca-firefox.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-firefox.dir/build.make external/curl/CMakeFiles/curl-ca-firefox.dir/clean +.PHONY : external/curl/CMakeFiles/curl-ca-firefox.dir/clean + +#============================================================================= +# Target rules for target external/curl/CMakeFiles/curl_uninstall.dir + +# All Build rule for target. +external/curl/CMakeFiles/curl_uninstall.dir/all: + $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl_uninstall.dir/build.make external/curl/CMakeFiles/curl_uninstall.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl_uninstall.dir/build.make external/curl/CMakeFiles/curl_uninstall.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl_uninstall" +.PHONY : external/curl/CMakeFiles/curl_uninstall.dir/all + +# Build rule for subdir invocation for target. +external/curl/CMakeFiles/curl_uninstall.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/CMakeFiles/curl_uninstall.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/CMakeFiles/curl_uninstall.dir/rule + +# Convenience name for target. +curl_uninstall: external/curl/CMakeFiles/curl_uninstall.dir/rule +.PHONY : curl_uninstall + +# codegen rule for target. +external/curl/CMakeFiles/curl_uninstall.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl_uninstall.dir/build.make external/curl/CMakeFiles/curl_uninstall.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl_uninstall" +.PHONY : external/curl/CMakeFiles/curl_uninstall.dir/codegen + +# clean rule for target. +external/curl/CMakeFiles/curl_uninstall.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl_uninstall.dir/build.make external/curl/CMakeFiles/curl_uninstall.dir/clean +.PHONY : external/curl/CMakeFiles/curl_uninstall.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir + +# All Build rule for target. +external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/all: + $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-generate-curl-config.1" +.PHONY : external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/rule + +# Convenience name for target. +curl-generate-curl-config.1: external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/rule +.PHONY : curl-generate-curl-config.1 + +# codegen rule for target. +external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-generate-curl-config.1" +.PHONY : external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/codegen + +# clean rule for target. +external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/clean +.PHONY : external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir + +# All Build rule for target. +external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/all: + $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-generate-mk-ca-bundle.1" +.PHONY : external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/rule + +# Convenience name for target. +curl-generate-mk-ca-bundle.1: external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/rule +.PHONY : curl-generate-mk-ca-bundle.1 + +# codegen rule for target. +external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-generate-mk-ca-bundle.1" +.PHONY : external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/codegen + +# clean rule for target. +external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/clean +.PHONY : external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir + +# All Build rule for target. +external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/all: + $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-generate-wcurl.1" +.PHONY : external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/rule + +# Convenience name for target. +curl-generate-wcurl.1: external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/rule +.PHONY : curl-generate-wcurl.1 + +# codegen rule for target. +external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-generate-wcurl.1" +.PHONY : external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/codegen + +# clean rule for target. +external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/clean +.PHONY : external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/libcurl/CMakeFiles/curl-man.dir + +# All Build rule for target. +external/curl/docs/libcurl/CMakeFiles/curl-man.dir/all: external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build.make external/curl/docs/libcurl/CMakeFiles/curl-man.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build.make external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-man" +.PHONY : external/curl/docs/libcurl/CMakeFiles/curl-man.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/libcurl/CMakeFiles/curl-man.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/CMakeFiles/curl-man.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/libcurl/CMakeFiles/curl-man.dir/rule + +# Convenience name for target. +curl-man: external/curl/docs/libcurl/CMakeFiles/curl-man.dir/rule +.PHONY : curl-man + +# codegen rule for target. +external/curl/docs/libcurl/CMakeFiles/curl-man.dir/codegen: external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build.make external/curl/docs/libcurl/CMakeFiles/curl-man.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-man" +.PHONY : external/curl/docs/libcurl/CMakeFiles/curl-man.dir/codegen + +# clean rule for target. +external/curl/docs/libcurl/CMakeFiles/curl-man.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build.make external/curl/docs/libcurl/CMakeFiles/curl-man.dir/clean +.PHONY : external/curl/docs/libcurl/CMakeFiles/curl-man.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir + +# All Build rule for target. +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/all: + $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build.make external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build.make external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-opts-man" +.PHONY : external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/rule + +# Convenience name for target. +curl-opts-man: external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/rule +.PHONY : curl-opts-man + +# codegen rule for target. +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build.make external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-opts-man" +.PHONY : external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/codegen + +# clean rule for target. +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build.make external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/clean +.PHONY : external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/clean + +#============================================================================= +# Target rules for target external/curl/lib/CMakeFiles/curlu.dir + +# All Build rule for target. +external/curl/lib/CMakeFiles/curlu.dir/all: + $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=44,45,46,47,48,49 "Built target curlu" +.PHONY : external/curl/lib/CMakeFiles/curlu.dir/all + +# Build rule for subdir invocation for target. +external/curl/lib/CMakeFiles/curlu.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/lib/CMakeFiles/curlu.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/lib/CMakeFiles/curlu.dir/rule + +# Convenience name for target. +curlu: external/curl/lib/CMakeFiles/curlu.dir/rule +.PHONY : curlu + +# codegen rule for target. +external/curl/lib/CMakeFiles/curlu.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=44,45,46,47,48,49 "Finished codegen for target curlu" +.PHONY : external/curl/lib/CMakeFiles/curlu.dir/codegen + +# clean rule for target. +external/curl/lib/CMakeFiles/curlu.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/clean +.PHONY : external/curl/lib/CMakeFiles/curlu.dir/clean + +#============================================================================= +# Target rules for target external/curl/lib/CMakeFiles/libcurl_static.dir + +# All Build rule for target. +external/curl/lib/CMakeFiles/libcurl_static.dir/all: + $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=82,83,84,85,86,87 "Built target libcurl_static" +.PHONY : external/curl/lib/CMakeFiles/libcurl_static.dir/all + +# Build rule for subdir invocation for target. +external/curl/lib/CMakeFiles/libcurl_static.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/lib/CMakeFiles/libcurl_static.dir/rule + +# Convenience name for target. +libcurl_static: external/curl/lib/CMakeFiles/libcurl_static.dir/rule +.PHONY : libcurl_static + +# codegen rule for target. +external/curl/lib/CMakeFiles/libcurl_static.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=82,83,84,85,86,87 "Finished codegen for target libcurl_static" +.PHONY : external/curl/lib/CMakeFiles/libcurl_static.dir/codegen + +# clean rule for target. +external/curl/lib/CMakeFiles/libcurl_static.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/clean +.PHONY : external/curl/lib/CMakeFiles/libcurl_static.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-examples.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-https.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-range.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-examples.dir/build.make external/curl/docs/examples/CMakeFiles/curl-examples.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-examples.dir/build.make external/curl/docs/examples/CMakeFiles/curl-examples.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-examples" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-examples.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-examples.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 14 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-examples.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-examples.dir/rule + +# Convenience name for target. +curl-examples: external/curl/docs/examples/CMakeFiles/curl-examples.dir/rule +.PHONY : curl-examples + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-https.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-range.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/all +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-examples.dir/build.make external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-examples" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-examples.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-examples.dir/build.make external/curl/docs/examples/CMakeFiles/curl-examples.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-examples.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-10-at-a-time" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/rule + +# Convenience name for target. +curl-example-10-at-a-time: external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/rule +.PHONY : curl-example-10-at-a-time + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-10-at-a-time" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-address-scope" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/rule + +# Convenience name for target. +curl-example-address-scope: external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/rule +.PHONY : curl-example-address-scope + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-address-scope" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-altsvc" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/rule + +# Convenience name for target. +curl-example-altsvc: external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/rule +.PHONY : curl-example-altsvc + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-altsvc" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-anyauthput" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/rule + +# Convenience name for target. +curl-example-anyauthput: external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/rule +.PHONY : curl-example-anyauthput + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-anyauthput" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-block_ip" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/rule + +# Convenience name for target. +curl-example-block_ip: external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/rule +.PHONY : curl-example-block_ip + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-block_ip" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=35 "Built target curl-example-certinfo" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/rule + +# Convenience name for target. +curl-example-certinfo: external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/rule +.PHONY : curl-example-certinfo + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=35 "Finished codegen for target curl-example-certinfo" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-chkspeed" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/rule + +# Convenience name for target. +curl-example-chkspeed: external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/rule +.PHONY : curl-example-chkspeed + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-chkspeed" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-connect-to" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/rule + +# Convenience name for target. +curl-example-connect-to: external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/rule +.PHONY : curl-example-connect-to + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-connect-to" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-cookie_interface" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/rule + +# Convenience name for target. +curl-example-cookie_interface: external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/rule +.PHONY : curl-example-cookie_interface + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-cookie_interface" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-debug.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-debug" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/rule + +# Convenience name for target. +curl-example-debug: external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/rule +.PHONY : curl-example-debug + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-debug" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-default-scheme" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/rule + +# Convenience name for target. +curl-example-default-scheme: external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/rule +.PHONY : curl-example-default-scheme + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-default-scheme" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-externalsocket" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/rule + +# Convenience name for target. +curl-example-externalsocket: external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/rule +.PHONY : curl-example-externalsocket + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-externalsocket" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-fileupload" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/rule + +# Convenience name for target. +curl-example-fileupload: external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/rule +.PHONY : curl-example-fileupload + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-fileupload" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-ftp-wildcard" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/rule + +# Convenience name for target. +curl-example-ftp-wildcard: external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/rule +.PHONY : curl-example-ftp-wildcard + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-ftp-wildcard" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-ftpget" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/rule + +# Convenience name for target. +curl-example-ftpget: external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/rule +.PHONY : curl-example-ftpget + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-ftpget" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-ftpgetinfo" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/rule + +# Convenience name for target. +curl-example-ftpgetinfo: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/rule +.PHONY : curl-example-ftpgetinfo + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-ftpgetinfo" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-ftpgetresp" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/rule + +# Convenience name for target. +curl-example-ftpgetresp: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/rule +.PHONY : curl-example-ftpgetresp + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-ftpgetresp" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-ftpsget" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/rule + +# Convenience name for target. +curl-example-ftpsget: external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/rule +.PHONY : curl-example-ftpsget + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-ftpsget" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-ftpupload" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/rule + +# Convenience name for target. +curl-example-ftpupload: external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/rule +.PHONY : curl-example-ftpupload + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-ftpupload" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-ftpuploadfrommem" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/rule + +# Convenience name for target. +curl-example-ftpuploadfrommem: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/rule +.PHONY : curl-example-ftpuploadfrommem + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-ftpuploadfrommem" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=36 "Built target curl-example-ftpuploadresume" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/rule + +# Convenience name for target. +curl-example-ftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/rule +.PHONY : curl-example-ftpuploadresume + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=36 "Finished codegen for target curl-example-ftpuploadresume" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-getinfo" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/rule + +# Convenience name for target. +curl-example-getinfo: external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/rule +.PHONY : curl-example-getinfo + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-getinfo" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-getinmemory" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/rule + +# Convenience name for target. +curl-example-getinmemory: external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/rule +.PHONY : curl-example-getinmemory + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-getinmemory" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-getredirect" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/rule + +# Convenience name for target. +curl-example-getredirect: external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/rule +.PHONY : curl-example-getredirect + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-getredirect" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-getreferrer" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/rule + +# Convenience name for target. +curl-example-getreferrer: external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/rule +.PHONY : curl-example-getreferrer + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-getreferrer" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-headerapi" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/rule + +# Convenience name for target. +curl-example-headerapi: external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/rule +.PHONY : curl-example-headerapi + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-headerapi" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-hsts-preload" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/rule + +# Convenience name for target. +curl-example-hsts-preload: external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/rule +.PHONY : curl-example-hsts-preload + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-hsts-preload" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-http-options" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/rule + +# Convenience name for target. +curl-example-http-options: external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/rule +.PHONY : curl-example-http-options + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-http-options" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-http-post" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/rule + +# Convenience name for target. +curl-example-http-post: external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/rule +.PHONY : curl-example-http-post + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-http-post" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-http2-download" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/rule + +# Convenience name for target. +curl-example-http2-download: external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/rule +.PHONY : curl-example-http2-download + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-http2-download" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-http2-pushinmemory" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/rule + +# Convenience name for target. +curl-example-http2-pushinmemory: external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/rule +.PHONY : curl-example-http2-pushinmemory + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-http2-pushinmemory" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-http2-serverpush" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/rule + +# Convenience name for target. +curl-example-http2-serverpush: external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/rule +.PHONY : curl-example-http2-serverpush + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-http2-serverpush" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-http2-upload" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/rule + +# Convenience name for target. +curl-example-http2-upload: external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/rule +.PHONY : curl-example-http2-upload + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-http2-upload" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-http3.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-http3" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/rule + +# Convenience name for target. +curl-example-http3: external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/rule +.PHONY : curl-example-http3 + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-http3" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=37 "Built target curl-example-http3-present" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/rule + +# Convenience name for target. +curl-example-http3-present: external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/rule +.PHONY : curl-example-http3-present + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=37 "Finished codegen for target curl-example-http3-present" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-httpcustomheader" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/rule + +# Convenience name for target. +curl-example-httpcustomheader: external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/rule +.PHONY : curl-example-httpcustomheader + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-httpcustomheader" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-httpput" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/rule + +# Convenience name for target. +curl-example-httpput: external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/rule +.PHONY : curl-example-httpput + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-httpput" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-httpput-postfields" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/rule + +# Convenience name for target. +curl-example-httpput-postfields: external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/rule +.PHONY : curl-example-httpput-postfields + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-httpput-postfields" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-https.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-https.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-https.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-https" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-https.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-https.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-https.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-https.dir/rule + +# Convenience name for target. +curl-example-https: external/curl/docs/examples/CMakeFiles/curl-example-https.dir/rule +.PHONY : curl-example-https + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-https.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-https.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-https" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-https.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-https.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-https.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-https.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-append" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/rule + +# Convenience name for target. +curl-example-imap-append: external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/rule +.PHONY : curl-example-imap-append + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-append" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-authzid" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/rule + +# Convenience name for target. +curl-example-imap-authzid: external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/rule +.PHONY : curl-example-imap-authzid + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-authzid" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-copy" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/rule + +# Convenience name for target. +curl-example-imap-copy: external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/rule +.PHONY : curl-example-imap-copy + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-copy" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-create" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/rule + +# Convenience name for target. +curl-example-imap-create: external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/rule +.PHONY : curl-example-imap-create + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-create" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-delete" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/rule + +# Convenience name for target. +curl-example-imap-delete: external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/rule +.PHONY : curl-example-imap-delete + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-delete" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-examine" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/rule + +# Convenience name for target. +curl-example-imap-examine: external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/rule +.PHONY : curl-example-imap-examine + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-examine" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-fetch" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/rule + +# Convenience name for target. +curl-example-imap-fetch: external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/rule +.PHONY : curl-example-imap-fetch + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-fetch" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-list" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/rule + +# Convenience name for target. +curl-example-imap-list: external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/rule +.PHONY : curl-example-imap-list + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-list" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-lsub" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/rule + +# Convenience name for target. +curl-example-imap-lsub: external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/rule +.PHONY : curl-example-imap-lsub + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-lsub" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=38 "Built target curl-example-imap-multi" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/rule + +# Convenience name for target. +curl-example-imap-multi: external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/rule +.PHONY : curl-example-imap-multi + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=38 "Finished codegen for target curl-example-imap-multi" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-noop" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/rule + +# Convenience name for target. +curl-example-imap-noop: external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/rule +.PHONY : curl-example-imap-noop + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-noop" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-search" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/rule + +# Convenience name for target. +curl-example-imap-search: external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/rule +.PHONY : curl-example-imap-search + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-search" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-ssl" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/rule + +# Convenience name for target. +curl-example-imap-ssl: external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/rule +.PHONY : curl-example-imap-ssl + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-ssl" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-store" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/rule + +# Convenience name for target. +curl-example-imap-store: external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/rule +.PHONY : curl-example-imap-store + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-store" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-tls" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/rule + +# Convenience name for target. +curl-example-imap-tls: external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/rule +.PHONY : curl-example-imap-tls + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-tls" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-interface.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-interface" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/rule + +# Convenience name for target. +curl-example-interface: external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/rule +.PHONY : curl-example-interface + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-interface" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-ipv6" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/rule + +# Convenience name for target. +curl-example-ipv6: external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/rule +.PHONY : curl-example-ipv6 + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-ipv6" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-keepalive" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/rule + +# Convenience name for target. +curl-example-keepalive: external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/rule +.PHONY : curl-example-keepalive + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-keepalive" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-localport.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-localport" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/rule + +# Convenience name for target. +curl-example-localport: external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/rule +.PHONY : curl-example-localport + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-localport" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-maxconnects" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/rule + +# Convenience name for target. +curl-example-maxconnects: external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/rule +.PHONY : curl-example-maxconnects + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-maxconnects" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-multi-app" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/rule + +# Convenience name for target. +curl-example-multi-app: external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/rule +.PHONY : curl-example-multi-app + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-multi-app" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-multi-debugcallback" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/rule + +# Convenience name for target. +curl-example-multi-debugcallback: external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/rule +.PHONY : curl-example-multi-debugcallback + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-multi-debugcallback" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-multi-double" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/rule + +# Convenience name for target. +curl-example-multi-double: external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/rule +.PHONY : curl-example-multi-double + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-multi-double" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=39 "Built target curl-example-multi-formadd" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/rule + +# Convenience name for target. +curl-example-multi-formadd: external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/rule +.PHONY : curl-example-multi-formadd + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=39 "Finished codegen for target curl-example-multi-formadd" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-multi-legacy" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/rule + +# Convenience name for target. +curl-example-multi-legacy: external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/rule +.PHONY : curl-example-multi-legacy + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-multi-legacy" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-multi-post" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/rule + +# Convenience name for target. +curl-example-multi-post: external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/rule +.PHONY : curl-example-multi-post + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-multi-post" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-multi-single" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/rule + +# Convenience name for target. +curl-example-multi-single: external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/rule +.PHONY : curl-example-multi-single + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-multi-single" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-netrc" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/rule + +# Convenience name for target. +curl-example-netrc: external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/rule +.PHONY : curl-example-netrc + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-netrc" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-parseurl" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/rule + +# Convenience name for target. +curl-example-parseurl: external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/rule +.PHONY : curl-example-parseurl + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-parseurl" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-persistent" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/rule + +# Convenience name for target. +curl-example-persistent: external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/rule +.PHONY : curl-example-persistent + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-persistent" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-pop3-authzid" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/rule + +# Convenience name for target. +curl-example-pop3-authzid: external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/rule +.PHONY : curl-example-pop3-authzid + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-pop3-authzid" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-pop3-dele" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/rule + +# Convenience name for target. +curl-example-pop3-dele: external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/rule +.PHONY : curl-example-pop3-dele + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-pop3-dele" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-pop3-list" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/rule + +# Convenience name for target. +curl-example-pop3-list: external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/rule +.PHONY : curl-example-pop3-list + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-pop3-list" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-pop3-multi" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/rule + +# Convenience name for target. +curl-example-pop3-multi: external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/rule +.PHONY : curl-example-pop3-multi + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-pop3-multi" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-pop3-noop" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/rule + +# Convenience name for target. +curl-example-pop3-noop: external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/rule +.PHONY : curl-example-pop3-noop + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-pop3-noop" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-pop3-retr" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/rule + +# Convenience name for target. +curl-example-pop3-retr: external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/rule +.PHONY : curl-example-pop3-retr + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-pop3-retr" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-pop3-ssl" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/rule + +# Convenience name for target. +curl-example-pop3-ssl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/rule +.PHONY : curl-example-pop3-ssl + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-pop3-ssl" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=40 "Built target curl-example-pop3-stat" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/rule + +# Convenience name for target. +curl-example-pop3-stat: external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/rule +.PHONY : curl-example-pop3-stat + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=40 "Finished codegen for target curl-example-pop3-stat" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-pop3-tls" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/rule + +# Convenience name for target. +curl-example-pop3-tls: external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/rule +.PHONY : curl-example-pop3-tls + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-pop3-tls" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-pop3-top" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/rule + +# Convenience name for target. +curl-example-pop3-top: external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/rule +.PHONY : curl-example-pop3-top + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-pop3-top" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-pop3-uidl" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/rule + +# Convenience name for target. +curl-example-pop3-uidl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/rule +.PHONY : curl-example-pop3-uidl + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-pop3-uidl" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-post-callback" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/rule + +# Convenience name for target. +curl-example-post-callback: external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/rule +.PHONY : curl-example-post-callback + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-post-callback" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-postinmemory" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/rule + +# Convenience name for target. +curl-example-postinmemory: external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/rule +.PHONY : curl-example-postinmemory + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-postinmemory" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-postit2" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/rule + +# Convenience name for target. +curl-example-postit2: external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/rule +.PHONY : curl-example-postit2 + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-postit2" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-postit2-formadd" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/rule + +# Convenience name for target. +curl-example-postit2-formadd: external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/rule +.PHONY : curl-example-postit2-formadd + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-postit2-formadd" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-progressfunc" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/rule + +# Convenience name for target. +curl-example-progressfunc: external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/rule +.PHONY : curl-example-progressfunc + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-progressfunc" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-protofeats" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/rule + +# Convenience name for target. +curl-example-protofeats: external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/rule +.PHONY : curl-example-protofeats + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-protofeats" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-range.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-range.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-range.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-range" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-range.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-range.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-range.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-range.dir/rule + +# Convenience name for target. +curl-example-range: external/curl/docs/examples/CMakeFiles/curl-example-range.dir/rule +.PHONY : curl-example-range + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-range.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-range.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-range" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-range.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-range.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-range.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-range.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-resolve" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/rule + +# Convenience name for target. +curl-example-resolve: external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/rule +.PHONY : curl-example-resolve + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-resolve" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-rtsp-options" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rule + +# Convenience name for target. +curl-example-rtsp-options: external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rule +.PHONY : curl-example-rtsp-options + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-rtsp-options" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-sendrecv" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/rule + +# Convenience name for target. +curl-example-sendrecv: external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/rule +.PHONY : curl-example-sendrecv + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-sendrecv" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-sepheaders" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/rule + +# Convenience name for target. +curl-example-sepheaders: external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/rule +.PHONY : curl-example-sepheaders + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-sepheaders" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=41 "Built target curl-example-sftpget" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/rule + +# Convenience name for target. +curl-example-sftpget: external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/rule +.PHONY : curl-example-sftpget + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=41 "Finished codegen for target curl-example-sftpget" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-sftpuploadresume" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/rule + +# Convenience name for target. +curl-example-sftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/rule +.PHONY : curl-example-sftpuploadresume + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-sftpuploadresume" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-shared-connection-cache" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/rule + +# Convenience name for target. +curl-example-shared-connection-cache: external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/rule +.PHONY : curl-example-shared-connection-cache + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-shared-connection-cache" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-simple.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-simple" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/rule + +# Convenience name for target. +curl-example-simple: external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/rule +.PHONY : curl-example-simple + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-simple" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-simplepost" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/rule + +# Convenience name for target. +curl-example-simplepost: external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/rule +.PHONY : curl-example-simplepost + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-simplepost" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-simplessl" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/rule + +# Convenience name for target. +curl-example-simplessl: external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/rule +.PHONY : curl-example-simplessl + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-simplessl" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-smtp-authzid" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/rule + +# Convenience name for target. +curl-example-smtp-authzid: external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/rule +.PHONY : curl-example-smtp-authzid + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-smtp-authzid" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-smtp-expn" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/rule + +# Convenience name for target. +curl-example-smtp-expn: external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/rule +.PHONY : curl-example-smtp-expn + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-smtp-expn" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-smtp-mail" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/rule + +# Convenience name for target. +curl-example-smtp-mail: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/rule +.PHONY : curl-example-smtp-mail + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-smtp-mail" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-smtp-mime" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/rule + +# Convenience name for target. +curl-example-smtp-mime: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/rule +.PHONY : curl-example-smtp-mime + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-smtp-mime" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-smtp-multi" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/rule + +# Convenience name for target. +curl-example-smtp-multi: external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/rule +.PHONY : curl-example-smtp-multi + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-smtp-multi" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-smtp-ssl" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/rule + +# Convenience name for target. +curl-example-smtp-ssl: external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/rule +.PHONY : curl-example-smtp-ssl + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-smtp-ssl" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-smtp-tls" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/rule + +# Convenience name for target. +curl-example-smtp-tls: external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/rule +.PHONY : curl-example-smtp-tls + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-smtp-tls" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-smtp-vrfy" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/rule + +# Convenience name for target. +curl-example-smtp-vrfy: external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/rule +.PHONY : curl-example-smtp-vrfy + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-smtp-vrfy" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=42 "Built target curl-example-sslbackend" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/rule + +# Convenience name for target. +curl-example-sslbackend: external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/rule +.PHONY : curl-example-sslbackend + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=42 "Finished codegen for target curl-example-sslbackend" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-unixsocket" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/rule + +# Convenience name for target. +curl-example-unixsocket: external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/rule +.PHONY : curl-example-unixsocket + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-unixsocket" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-url2file" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/rule + +# Convenience name for target. +curl-example-url2file: external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/rule +.PHONY : curl-example-url2file + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-url2file" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-urlapi" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/rule + +# Convenience name for target. +curl-example-urlapi: external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/rule +.PHONY : curl-example-urlapi + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-urlapi" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-websocket" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/rule + +# Convenience name for target. +curl-example-websocket: external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/rule +.PHONY : curl-example-websocket + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-websocket" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/clean + +#============================================================================= +# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir + +# All Build rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-websocket-cb" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/all + +# Build rule for subdir invocation for target. +external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/rule + +# Convenience name for target. +curl-example-websocket-cb: external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/rule +.PHONY : curl-example-websocket-cb + +# codegen rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-websocket-cb" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/codegen + +# clean rule for target. +external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/clean +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/CMakeFiles/testdeps.dir + +# All Build rule for target. +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1608.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/server/CMakeFiles/resolve.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/server/CMakeFiles/rtspd.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/server/CMakeFiles/sockfilt.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/server/CMakeFiles/sws.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/server/CMakeFiles/tftpd.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/server/CMakeFiles/socksd.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/server/CMakeFiles/mqttd.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/server/CMakeFiles/dnsd.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/libprereq.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib500.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib501.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib502.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib503.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib504.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib505.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib506.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib507.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib508.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib509.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib510.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib511.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib512.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib513.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib514.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib515.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib516.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib517.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib518.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib519.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib520.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib521.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib523.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib524.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib525.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib526.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib527.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib529.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib530.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib532.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib533.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib536.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib537.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib539.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib540.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib541.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib542.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib543.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib544.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib545.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib547.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib548.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib549.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib552.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib553.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib554.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib555.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib556.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib557.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib558.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib559.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib560.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib562.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib564.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib565.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib566.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib567.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib568.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib569.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib570.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib571.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib572.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib573.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib574.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib575.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib576.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib578.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib579.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib582.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib583.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib584.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib585.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib586.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib587.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib589.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib590.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib591.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib597.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib598.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib599.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib643.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib645.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib650.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib651.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib652.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib653.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib654.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib655.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib658.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib659.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib661.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib666.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib667.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib668.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib670.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib671.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib672.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib673.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib674.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib676.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib677.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib678.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib694.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib695.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib696.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1156.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1301.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1308.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1485.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1500.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1501.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1502.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1503.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1504.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1505.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1506.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1507.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1508.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1509.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1510.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1511.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1512.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1513.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1514.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1515.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1517.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1518.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1520.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1521.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1522.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1523.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1525.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1526.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1527.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1528.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1529.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1530.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1531.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1532.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1533.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1534.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1535.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1536.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1537.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1538.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1539.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1540.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1541.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1542.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1543.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1545.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1550.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1551.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1552.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1553.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1554.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1555.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1556.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1557.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1558.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1559.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1560.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1564.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1565.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1567.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1568.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1569.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1571.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1576.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1578.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1591.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1592.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1593.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1594.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1596.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1597.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1598.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1662.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1900.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1901.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1903.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1905.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1906.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1907.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1908.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1910.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1911.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1912.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1913.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1915.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1916.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1917.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1918.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1919.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1933.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1934.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1935.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1936.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1937.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1938.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1939.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1940.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1945.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1946.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1947.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1948.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1955.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1956.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1957.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1958.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1959.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1960.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1964.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1970.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1971.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1972.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1973.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1974.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1975.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1977.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1978.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2301.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2302.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2304.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2305.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2306.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2308.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2309.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2310.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2311.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2312.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2402.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2404.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2405.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2502.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3010.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3025.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3026.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3027.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3100.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3101.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3102.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3103.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3104.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3105.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3207.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3208.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/tunit/CMakeFiles/tool1394.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/tunit/CMakeFiles/tool1604.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/tunit/CMakeFiles/tool1621.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1300.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1302.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1303.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1304.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1305.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1307.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1309.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1323.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1330.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1395.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1396.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1397.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1398.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1399.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1600.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1601.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1602.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1603.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1605.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1606.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1607.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1609.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1610.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1611.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1612.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1614.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1615.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1616.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1620.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1650.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1651.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1652.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1653.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1654.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1655.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1656.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1657.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1658.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1660.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1661.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1663.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1664.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1979.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1980.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit2600.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit2601.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit2602.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit2603.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit2604.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit3200.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit3205.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit3211.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit3212.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit3213.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/certs/CMakeFiles/build-certs.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/testdeps.dir/build.make external/curl/tests/CMakeFiles/testdeps.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/testdeps.dir/build.make external/curl/tests/CMakeFiles/testdeps.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target testdeps" +.PHONY : external/curl/tests/CMakeFiles/testdeps.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/CMakeFiles/testdeps.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 56 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/testdeps.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/CMakeFiles/testdeps.dir/rule + +# Convenience name for target. +testdeps: external/curl/tests/CMakeFiles/testdeps.dir/rule +.PHONY : testdeps + +# codegen rule for target. +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1608.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/server/CMakeFiles/resolve.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/server/CMakeFiles/rtspd.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/server/CMakeFiles/sockfilt.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/server/CMakeFiles/sws.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/server/CMakeFiles/tftpd.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/server/CMakeFiles/socksd.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/server/CMakeFiles/mqttd.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/server/CMakeFiles/dnsd.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/libprereq.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib500.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib501.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib502.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib503.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib504.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib505.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib506.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib507.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib508.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib509.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib510.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib511.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib512.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib513.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib514.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib515.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib516.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib517.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib518.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib519.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib520.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib521.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib523.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib524.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib525.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib526.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib527.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib529.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib530.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib532.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib533.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib536.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib537.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib539.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib540.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib541.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib542.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib543.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib544.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib545.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib547.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib548.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib549.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib552.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib553.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib554.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib555.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib556.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib557.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib558.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib559.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib560.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib562.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib564.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib565.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib566.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib567.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib568.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib569.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib570.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib571.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib572.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib573.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib574.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib575.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib576.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib578.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib579.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib582.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib583.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib584.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib585.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib586.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib587.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib589.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib590.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib591.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib597.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib598.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib599.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib643.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib645.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib650.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib651.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib652.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib653.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib654.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib655.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib658.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib659.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib661.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib666.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib667.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib668.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib670.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib671.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib672.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib673.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib674.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib676.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib677.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib678.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib694.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib695.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib696.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1156.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1301.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1308.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1485.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1500.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1501.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1502.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1503.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1504.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1505.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1506.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1507.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1508.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1509.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1510.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1511.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1512.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1513.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1514.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1515.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1517.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1518.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1520.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1521.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1522.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1523.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1525.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1526.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1527.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1528.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1529.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1530.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1531.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1532.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1533.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1534.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1535.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1536.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1537.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1538.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1539.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1540.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1541.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1542.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1543.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1545.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1550.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1551.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1552.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1553.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1554.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1555.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1556.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1557.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1558.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1559.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1560.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1564.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1565.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1567.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1568.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1569.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1571.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1576.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1578.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1591.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1592.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1593.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1594.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1596.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1597.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1598.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1662.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1900.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1901.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1903.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1905.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1906.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1907.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1908.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1910.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1911.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1912.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1913.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1915.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1916.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1917.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1918.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1919.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1933.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1934.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1935.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1936.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1937.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1938.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1939.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1940.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1945.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1946.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1947.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1948.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1955.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1956.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1957.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1958.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1959.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1960.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1964.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1970.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1971.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1972.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1973.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1974.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1975.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1977.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1978.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2301.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2302.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2304.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2305.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2306.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2308.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2309.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2310.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2311.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2312.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2402.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2404.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2405.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2502.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3010.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3025.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3026.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3027.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3100.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3101.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3102.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3103.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3104.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3105.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3207.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3208.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/tunit/CMakeFiles/tool1394.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/tunit/CMakeFiles/tool1604.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/tunit/CMakeFiles/tool1621.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1300.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1302.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1303.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1304.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1305.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1307.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1309.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1323.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1330.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1395.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1396.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1397.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1398.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1399.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1600.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1601.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1602.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1603.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1605.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1606.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1607.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1609.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1610.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1611.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1612.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1614.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1615.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1616.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1620.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1650.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1651.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1652.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1653.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1654.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1655.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1656.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1657.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1658.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1660.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1661.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1663.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1664.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1979.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1980.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit2600.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit2601.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit2602.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit2603.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit2604.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit3200.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit3205.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit3211.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit3212.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit3213.dir/all +external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/certs/CMakeFiles/build-certs.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/testdeps.dir/build.make external/curl/tests/CMakeFiles/testdeps.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target testdeps" +.PHONY : external/curl/tests/CMakeFiles/testdeps.dir/codegen + +# clean rule for target. +external/curl/tests/CMakeFiles/testdeps.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/testdeps.dir/build.make external/curl/tests/CMakeFiles/testdeps.dir/clean +.PHONY : external/curl/tests/CMakeFiles/testdeps.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/CMakeFiles/test-quiet.dir + +# All Build rule for target. +external/curl/tests/CMakeFiles/test-quiet.dir/all: external/curl/tests/CMakeFiles/testdeps.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-quiet.dir/build.make external/curl/tests/CMakeFiles/test-quiet.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-quiet.dir/build.make external/curl/tests/CMakeFiles/test-quiet.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target test-quiet" +.PHONY : external/curl/tests/CMakeFiles/test-quiet.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/CMakeFiles/test-quiet.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 56 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-quiet.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/CMakeFiles/test-quiet.dir/rule + +# Convenience name for target. +test-quiet: external/curl/tests/CMakeFiles/test-quiet.dir/rule +.PHONY : test-quiet + +# codegen rule for target. +external/curl/tests/CMakeFiles/test-quiet.dir/codegen: external/curl/tests/CMakeFiles/testdeps.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-quiet.dir/build.make external/curl/tests/CMakeFiles/test-quiet.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target test-quiet" +.PHONY : external/curl/tests/CMakeFiles/test-quiet.dir/codegen + +# clean rule for target. +external/curl/tests/CMakeFiles/test-quiet.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-quiet.dir/build.make external/curl/tests/CMakeFiles/test-quiet.dir/clean +.PHONY : external/curl/tests/CMakeFiles/test-quiet.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/CMakeFiles/test-am.dir + +# All Build rule for target. +external/curl/tests/CMakeFiles/test-am.dir/all: external/curl/tests/CMakeFiles/testdeps.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-am.dir/build.make external/curl/tests/CMakeFiles/test-am.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-am.dir/build.make external/curl/tests/CMakeFiles/test-am.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target test-am" +.PHONY : external/curl/tests/CMakeFiles/test-am.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/CMakeFiles/test-am.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 56 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-am.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/CMakeFiles/test-am.dir/rule + +# Convenience name for target. +test-am: external/curl/tests/CMakeFiles/test-am.dir/rule +.PHONY : test-am + +# codegen rule for target. +external/curl/tests/CMakeFiles/test-am.dir/codegen: external/curl/tests/CMakeFiles/testdeps.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-am.dir/build.make external/curl/tests/CMakeFiles/test-am.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target test-am" +.PHONY : external/curl/tests/CMakeFiles/test-am.dir/codegen + +# clean rule for target. +external/curl/tests/CMakeFiles/test-am.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-am.dir/build.make external/curl/tests/CMakeFiles/test-am.dir/clean +.PHONY : external/curl/tests/CMakeFiles/test-am.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/CMakeFiles/test-full.dir + +# All Build rule for target. +external/curl/tests/CMakeFiles/test-full.dir/all: external/curl/tests/CMakeFiles/testdeps.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-full.dir/build.make external/curl/tests/CMakeFiles/test-full.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-full.dir/build.make external/curl/tests/CMakeFiles/test-full.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target test-full" +.PHONY : external/curl/tests/CMakeFiles/test-full.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/CMakeFiles/test-full.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 56 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-full.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/CMakeFiles/test-full.dir/rule + +# Convenience name for target. +test-full: external/curl/tests/CMakeFiles/test-full.dir/rule +.PHONY : test-full + +# codegen rule for target. +external/curl/tests/CMakeFiles/test-full.dir/codegen: external/curl/tests/CMakeFiles/testdeps.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-full.dir/build.make external/curl/tests/CMakeFiles/test-full.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target test-full" +.PHONY : external/curl/tests/CMakeFiles/test-full.dir/codegen + +# clean rule for target. +external/curl/tests/CMakeFiles/test-full.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-full.dir/build.make external/curl/tests/CMakeFiles/test-full.dir/clean +.PHONY : external/curl/tests/CMakeFiles/test-full.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/CMakeFiles/test-nonflaky.dir + +# All Build rule for target. +external/curl/tests/CMakeFiles/test-nonflaky.dir/all: external/curl/tests/CMakeFiles/testdeps.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-nonflaky.dir/build.make external/curl/tests/CMakeFiles/test-nonflaky.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-nonflaky.dir/build.make external/curl/tests/CMakeFiles/test-nonflaky.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target test-nonflaky" +.PHONY : external/curl/tests/CMakeFiles/test-nonflaky.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/CMakeFiles/test-nonflaky.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 56 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-nonflaky.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/CMakeFiles/test-nonflaky.dir/rule + +# Convenience name for target. +test-nonflaky: external/curl/tests/CMakeFiles/test-nonflaky.dir/rule +.PHONY : test-nonflaky + +# codegen rule for target. +external/curl/tests/CMakeFiles/test-nonflaky.dir/codegen: external/curl/tests/CMakeFiles/testdeps.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-nonflaky.dir/build.make external/curl/tests/CMakeFiles/test-nonflaky.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target test-nonflaky" +.PHONY : external/curl/tests/CMakeFiles/test-nonflaky.dir/codegen + +# clean rule for target. +external/curl/tests/CMakeFiles/test-nonflaky.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-nonflaky.dir/build.make external/curl/tests/CMakeFiles/test-nonflaky.dir/clean +.PHONY : external/curl/tests/CMakeFiles/test-nonflaky.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/CMakeFiles/test-ci.dir + +# All Build rule for target. +external/curl/tests/CMakeFiles/test-ci.dir/all: + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-ci.dir/build.make external/curl/tests/CMakeFiles/test-ci.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-ci.dir/build.make external/curl/tests/CMakeFiles/test-ci.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target test-ci" +.PHONY : external/curl/tests/CMakeFiles/test-ci.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/CMakeFiles/test-ci.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-ci.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/CMakeFiles/test-ci.dir/rule + +# Convenience name for target. +test-ci: external/curl/tests/CMakeFiles/test-ci.dir/rule +.PHONY : test-ci + +# codegen rule for target. +external/curl/tests/CMakeFiles/test-ci.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-ci.dir/build.make external/curl/tests/CMakeFiles/test-ci.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target test-ci" +.PHONY : external/curl/tests/CMakeFiles/test-ci.dir/codegen + +# clean rule for target. +external/curl/tests/CMakeFiles/test-ci.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-ci.dir/build.make external/curl/tests/CMakeFiles/test-ci.dir/clean +.PHONY : external/curl/tests/CMakeFiles/test-ci.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/CMakeFiles/test-torture.dir + +# All Build rule for target. +external/curl/tests/CMakeFiles/test-torture.dir/all: external/curl/tests/CMakeFiles/testdeps.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-torture.dir/build.make external/curl/tests/CMakeFiles/test-torture.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-torture.dir/build.make external/curl/tests/CMakeFiles/test-torture.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target test-torture" +.PHONY : external/curl/tests/CMakeFiles/test-torture.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/CMakeFiles/test-torture.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 56 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-torture.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/CMakeFiles/test-torture.dir/rule + +# Convenience name for target. +test-torture: external/curl/tests/CMakeFiles/test-torture.dir/rule +.PHONY : test-torture + +# codegen rule for target. +external/curl/tests/CMakeFiles/test-torture.dir/codegen: external/curl/tests/CMakeFiles/testdeps.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-torture.dir/build.make external/curl/tests/CMakeFiles/test-torture.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target test-torture" +.PHONY : external/curl/tests/CMakeFiles/test-torture.dir/codegen + +# clean rule for target. +external/curl/tests/CMakeFiles/test-torture.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-torture.dir/build.make external/curl/tests/CMakeFiles/test-torture.dir/clean +.PHONY : external/curl/tests/CMakeFiles/test-torture.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/CMakeFiles/test-event.dir + +# All Build rule for target. +external/curl/tests/CMakeFiles/test-event.dir/all: external/curl/tests/CMakeFiles/testdeps.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-event.dir/build.make external/curl/tests/CMakeFiles/test-event.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-event.dir/build.make external/curl/tests/CMakeFiles/test-event.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target test-event" +.PHONY : external/curl/tests/CMakeFiles/test-event.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/CMakeFiles/test-event.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 56 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-event.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/CMakeFiles/test-event.dir/rule + +# Convenience name for target. +test-event: external/curl/tests/CMakeFiles/test-event.dir/rule +.PHONY : test-event + +# codegen rule for target. +external/curl/tests/CMakeFiles/test-event.dir/codegen: external/curl/tests/CMakeFiles/testdeps.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-event.dir/build.make external/curl/tests/CMakeFiles/test-event.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target test-event" +.PHONY : external/curl/tests/CMakeFiles/test-event.dir/codegen + +# clean rule for target. +external/curl/tests/CMakeFiles/test-event.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-event.dir/build.make external/curl/tests/CMakeFiles/test-event.dir/clean +.PHONY : external/curl/tests/CMakeFiles/test-event.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/CMakeFiles/curl-pytest.dir + +# All Build rule for target. +external/curl/tests/CMakeFiles/curl-pytest.dir/all: external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest.dir/build.make external/curl/tests/CMakeFiles/curl-pytest.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest.dir/build.make external/curl/tests/CMakeFiles/curl-pytest.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-pytest" +.PHONY : external/curl/tests/CMakeFiles/curl-pytest.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/CMakeFiles/curl-pytest.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/curl-pytest.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/CMakeFiles/curl-pytest.dir/rule + +# Convenience name for target. +curl-pytest: external/curl/tests/CMakeFiles/curl-pytest.dir/rule +.PHONY : curl-pytest + +# codegen rule for target. +external/curl/tests/CMakeFiles/curl-pytest.dir/codegen: external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest.dir/build.make external/curl/tests/CMakeFiles/curl-pytest.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-pytest" +.PHONY : external/curl/tests/CMakeFiles/curl-pytest.dir/codegen + +# clean rule for target. +external/curl/tests/CMakeFiles/curl-pytest.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest.dir/build.make external/curl/tests/CMakeFiles/curl-pytest.dir/clean +.PHONY : external/curl/tests/CMakeFiles/curl-pytest.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/CMakeFiles/curl-pytest-ci.dir + +# All Build rule for target. +external/curl/tests/CMakeFiles/curl-pytest-ci.dir/all: external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build.make external/curl/tests/CMakeFiles/curl-pytest-ci.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build.make external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-pytest-ci" +.PHONY : external/curl/tests/CMakeFiles/curl-pytest-ci.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/CMakeFiles/curl-pytest-ci.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/curl-pytest-ci.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/CMakeFiles/curl-pytest-ci.dir/rule + +# Convenience name for target. +curl-pytest-ci: external/curl/tests/CMakeFiles/curl-pytest-ci.dir/rule +.PHONY : curl-pytest-ci + +# codegen rule for target. +external/curl/tests/CMakeFiles/curl-pytest-ci.dir/codegen: external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build.make external/curl/tests/CMakeFiles/curl-pytest-ci.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-pytest-ci" +.PHONY : external/curl/tests/CMakeFiles/curl-pytest-ci.dir/codegen + +# clean rule for target. +external/curl/tests/CMakeFiles/curl-pytest-ci.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build.make external/curl/tests/CMakeFiles/curl-pytest-ci.dir/clean +.PHONY : external/curl/tests/CMakeFiles/curl-pytest-ci.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir + +# All Build rule for target. +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/all +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/all +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/all +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/all +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/all +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/all +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/all +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/all +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build.make external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build.make external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target test-http-clients" +.PHONY : external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/rule + +# Convenience name for target. +test-http-clients: external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/rule +.PHONY : test-http-clients + +# codegen rule for target. +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/all +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/all +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/all +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/all +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/all +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/all +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/all +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/all +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build.make external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target test-http-clients" +.PHONY : external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen + +# clean rule for target. +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build.make external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/clean +.PHONY : external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir + +# All Build rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curlt-client-h2-pausing" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/rule + +# Convenience name for target. +curlt-client-h2-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/rule +.PHONY : curlt-client-h2-pausing + +# codegen rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curlt-client-h2-pausing" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/codegen + +# clean rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/clean +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir + +# All Build rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curlt-client-h2-serverpush" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/rule + +# Convenience name for target. +curlt-client-h2-serverpush: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/rule +.PHONY : curlt-client-h2-serverpush + +# codegen rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curlt-client-h2-serverpush" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/codegen + +# clean rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/clean +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir + +# All Build rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curlt-client-h2-upgrade-extreme" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/rule + +# Convenience name for target. +curlt-client-h2-upgrade-extreme: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/rule +.PHONY : curlt-client-h2-upgrade-extreme + +# codegen rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curlt-client-h2-upgrade-extreme" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/codegen + +# clean rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/clean +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir + +# All Build rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curlt-client-hx-download" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/rule + +# Convenience name for target. +curlt-client-hx-download: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/rule +.PHONY : curlt-client-hx-download + +# codegen rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curlt-client-hx-download" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/codegen + +# clean rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/clean +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir + +# All Build rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curlt-client-hx-upload" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/rule + +# Convenience name for target. +curlt-client-hx-upload: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/rule +.PHONY : curlt-client-hx-upload + +# codegen rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curlt-client-hx-upload" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/codegen + +# clean rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/clean +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir + +# All Build rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=43 "Built target curlt-client-tls-session-reuse" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/rule + +# Convenience name for target. +curlt-client-tls-session-reuse: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/rule +.PHONY : curlt-client-tls-session-reuse + +# codegen rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=43 "Finished codegen for target curlt-client-tls-session-reuse" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/codegen + +# clean rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/clean +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir + +# All Build rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curlt-client-upload-pausing" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/rule + +# Convenience name for target. +curlt-client-upload-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/rule +.PHONY : curlt-client-upload-pausing + +# codegen rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curlt-client-upload-pausing" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/codegen + +# clean rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/clean +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir + +# All Build rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curlt-client-ws-data" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/rule + +# Convenience name for target. +curlt-client-ws-data: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/rule +.PHONY : curlt-client-ws-data + +# codegen rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curlt-client-ws-data" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/codegen + +# clean rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/clean +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir + +# All Build rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curlt-client-ws-pingpong" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/rule + +# Convenience name for target. +curlt-client-ws-pingpong: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/rule +.PHONY : curlt-client-ws-pingpong + +# codegen rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curlt-client-ws-pingpong" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/codegen + +# clean rule for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/clean +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/server/CMakeFiles/resolve.dir + +# All Build rule for target. +external/curl/tests/server/CMakeFiles/resolve.dir/all: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=90 "Built target resolve" +.PHONY : external/curl/tests/server/CMakeFiles/resolve.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/server/CMakeFiles/resolve.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/resolve.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/server/CMakeFiles/resolve.dir/rule + +# Convenience name for target. +resolve: external/curl/tests/server/CMakeFiles/resolve.dir/rule +.PHONY : resolve + +# codegen rule for target. +external/curl/tests/server/CMakeFiles/resolve.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=90 "Finished codegen for target resolve" +.PHONY : external/curl/tests/server/CMakeFiles/resolve.dir/codegen + +# clean rule for target. +external/curl/tests/server/CMakeFiles/resolve.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/clean +.PHONY : external/curl/tests/server/CMakeFiles/resolve.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/server/CMakeFiles/rtspd.dir + +# All Build rule for target. +external/curl/tests/server/CMakeFiles/rtspd.dir/all: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target rtspd" +.PHONY : external/curl/tests/server/CMakeFiles/rtspd.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/server/CMakeFiles/rtspd.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/rtspd.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/server/CMakeFiles/rtspd.dir/rule + +# Convenience name for target. +rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/rule +.PHONY : rtspd + +# codegen rule for target. +external/curl/tests/server/CMakeFiles/rtspd.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target rtspd" +.PHONY : external/curl/tests/server/CMakeFiles/rtspd.dir/codegen + +# clean rule for target. +external/curl/tests/server/CMakeFiles/rtspd.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/clean +.PHONY : external/curl/tests/server/CMakeFiles/rtspd.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/server/CMakeFiles/sockfilt.dir + +# All Build rule for target. +external/curl/tests/server/CMakeFiles/sockfilt.dir/all: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=91 "Built target sockfilt" +.PHONY : external/curl/tests/server/CMakeFiles/sockfilt.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/server/CMakeFiles/sockfilt.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/sockfilt.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/server/CMakeFiles/sockfilt.dir/rule + +# Convenience name for target. +sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/rule +.PHONY : sockfilt + +# codegen rule for target. +external/curl/tests/server/CMakeFiles/sockfilt.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=91 "Finished codegen for target sockfilt" +.PHONY : external/curl/tests/server/CMakeFiles/sockfilt.dir/codegen + +# clean rule for target. +external/curl/tests/server/CMakeFiles/sockfilt.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/clean +.PHONY : external/curl/tests/server/CMakeFiles/sockfilt.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/server/CMakeFiles/sws.dir + +# All Build rule for target. +external/curl/tests/server/CMakeFiles/sws.dir/all: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=92 "Built target sws" +.PHONY : external/curl/tests/server/CMakeFiles/sws.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/server/CMakeFiles/sws.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/sws.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/server/CMakeFiles/sws.dir/rule + +# Convenience name for target. +sws: external/curl/tests/server/CMakeFiles/sws.dir/rule +.PHONY : sws + +# codegen rule for target. +external/curl/tests/server/CMakeFiles/sws.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=92 "Finished codegen for target sws" +.PHONY : external/curl/tests/server/CMakeFiles/sws.dir/codegen + +# clean rule for target. +external/curl/tests/server/CMakeFiles/sws.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/clean +.PHONY : external/curl/tests/server/CMakeFiles/sws.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/server/CMakeFiles/tftpd.dir + +# All Build rule for target. +external/curl/tests/server/CMakeFiles/tftpd.dir/all: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target tftpd" +.PHONY : external/curl/tests/server/CMakeFiles/tftpd.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/server/CMakeFiles/tftpd.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/tftpd.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/server/CMakeFiles/tftpd.dir/rule + +# Convenience name for target. +tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/rule +.PHONY : tftpd + +# codegen rule for target. +external/curl/tests/server/CMakeFiles/tftpd.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target tftpd" +.PHONY : external/curl/tests/server/CMakeFiles/tftpd.dir/codegen + +# clean rule for target. +external/curl/tests/server/CMakeFiles/tftpd.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/clean +.PHONY : external/curl/tests/server/CMakeFiles/tftpd.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/server/CMakeFiles/socksd.dir + +# All Build rule for target. +external/curl/tests/server/CMakeFiles/socksd.dir/all: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target socksd" +.PHONY : external/curl/tests/server/CMakeFiles/socksd.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/server/CMakeFiles/socksd.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/socksd.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/server/CMakeFiles/socksd.dir/rule + +# Convenience name for target. +socksd: external/curl/tests/server/CMakeFiles/socksd.dir/rule +.PHONY : socksd + +# codegen rule for target. +external/curl/tests/server/CMakeFiles/socksd.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target socksd" +.PHONY : external/curl/tests/server/CMakeFiles/socksd.dir/codegen + +# clean rule for target. +external/curl/tests/server/CMakeFiles/socksd.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/clean +.PHONY : external/curl/tests/server/CMakeFiles/socksd.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/server/CMakeFiles/mqttd.dir + +# All Build rule for target. +external/curl/tests/server/CMakeFiles/mqttd.dir/all: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=89 "Built target mqttd" +.PHONY : external/curl/tests/server/CMakeFiles/mqttd.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/server/CMakeFiles/mqttd.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/mqttd.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/server/CMakeFiles/mqttd.dir/rule + +# Convenience name for target. +mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/rule +.PHONY : mqttd + +# codegen rule for target. +external/curl/tests/server/CMakeFiles/mqttd.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=89 "Finished codegen for target mqttd" +.PHONY : external/curl/tests/server/CMakeFiles/mqttd.dir/codegen + +# clean rule for target. +external/curl/tests/server/CMakeFiles/mqttd.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/clean +.PHONY : external/curl/tests/server/CMakeFiles/mqttd.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/server/CMakeFiles/dnsd.dir + +# All Build rule for target. +external/curl/tests/server/CMakeFiles/dnsd.dir/all: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=50 "Built target dnsd" +.PHONY : external/curl/tests/server/CMakeFiles/dnsd.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/server/CMakeFiles/dnsd.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/dnsd.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/server/CMakeFiles/dnsd.dir/rule + +# Convenience name for target. +dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/rule +.PHONY : dnsd + +# codegen rule for target. +external/curl/tests/server/CMakeFiles/dnsd.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=50 "Finished codegen for target dnsd" +.PHONY : external/curl/tests/server/CMakeFiles/dnsd.dir/codegen + +# clean rule for target. +external/curl/tests/server/CMakeFiles/dnsd.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/clean +.PHONY : external/curl/tests/server/CMakeFiles/dnsd.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/libauthretry.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/libauthretry.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target libauthretry" +.PHONY : external/curl/tests/libtest/CMakeFiles/libauthretry.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/libauthretry.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/libauthretry.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/libauthretry.dir/rule + +# Convenience name for target. +libauthretry: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/rule +.PHONY : libauthretry + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/libauthretry.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target libauthretry" +.PHONY : external/curl/tests/libtest/CMakeFiles/libauthretry.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/libauthretry.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/libauthretry.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=88 "Built target libntlmconnect" +.PHONY : external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/rule + +# Convenience name for target. +libntlmconnect: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/rule +.PHONY : libntlmconnect + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=88 "Finished codegen for target libntlmconnect" +.PHONY : external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/libprereq.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/libprereq.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target libprereq" +.PHONY : external/curl/tests/libtest/CMakeFiles/libprereq.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/libprereq.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/libprereq.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/libprereq.dir/rule + +# Convenience name for target. +libprereq: external/curl/tests/libtest/CMakeFiles/libprereq.dir/rule +.PHONY : libprereq + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/libprereq.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target libprereq" +.PHONY : external/curl/tests/libtest/CMakeFiles/libprereq.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/libprereq.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/libprereq.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib500.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib500.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib500" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib500.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib500.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib500.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib500.dir/rule + +# Convenience name for target. +lib500: external/curl/tests/libtest/CMakeFiles/lib500.dir/rule +.PHONY : lib500 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib500.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib500" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib500.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib500.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib500.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib501.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib501.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib501" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib501.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib501.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib501.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib501.dir/rule + +# Convenience name for target. +lib501: external/curl/tests/libtest/CMakeFiles/lib501.dir/rule +.PHONY : lib501 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib501.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib501" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib501.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib501.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib501.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib502.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib502.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib502" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib502.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib502.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib502.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib502.dir/rule + +# Convenience name for target. +lib502: external/curl/tests/libtest/CMakeFiles/lib502.dir/rule +.PHONY : lib502 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib502.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib502" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib502.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib502.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib502.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib503.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib503.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib503" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib503.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib503.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib503.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib503.dir/rule + +# Convenience name for target. +lib503: external/curl/tests/libtest/CMakeFiles/lib503.dir/rule +.PHONY : lib503 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib503.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib503" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib503.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib503.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib503.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib504.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib504.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib504" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib504.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib504.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib504.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib504.dir/rule + +# Convenience name for target. +lib504: external/curl/tests/libtest/CMakeFiles/lib504.dir/rule +.PHONY : lib504 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib504.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib504" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib504.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib504.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib504.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib505.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib505.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib505" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib505.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib505.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib505.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib505.dir/rule + +# Convenience name for target. +lib505: external/curl/tests/libtest/CMakeFiles/lib505.dir/rule +.PHONY : lib505 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib505.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib505" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib505.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib505.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib505.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib506.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib506.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=70 "Built target lib506" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib506.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib506.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib506.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib506.dir/rule + +# Convenience name for target. +lib506: external/curl/tests/libtest/CMakeFiles/lib506.dir/rule +.PHONY : lib506 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib506.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=70 "Finished codegen for target lib506" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib506.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib506.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib506.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib507.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib507.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib507" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib507.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib507.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib507.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib507.dir/rule + +# Convenience name for target. +lib507: external/curl/tests/libtest/CMakeFiles/lib507.dir/rule +.PHONY : lib507 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib507.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib507" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib507.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib507.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib507.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib508.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib508.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib508" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib508.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib508.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib508.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib508.dir/rule + +# Convenience name for target. +lib508: external/curl/tests/libtest/CMakeFiles/lib508.dir/rule +.PHONY : lib508 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib508.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib508" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib508.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib508.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib508.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib509.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib509.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib509" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib509.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib509.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib509.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib509.dir/rule + +# Convenience name for target. +lib509: external/curl/tests/libtest/CMakeFiles/lib509.dir/rule +.PHONY : lib509 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib509.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib509" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib509.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib509.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib509.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib510.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib510.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib510" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib510.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib510.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib510.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib510.dir/rule + +# Convenience name for target. +lib510: external/curl/tests/libtest/CMakeFiles/lib510.dir/rule +.PHONY : lib510 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib510.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib510" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib510.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib510.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib510.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib511.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib511.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib511" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib511.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib511.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib511.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib511.dir/rule + +# Convenience name for target. +lib511: external/curl/tests/libtest/CMakeFiles/lib511.dir/rule +.PHONY : lib511 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib511.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib511" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib511.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib511.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib511.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib512.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib512.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib512" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib512.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib512.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib512.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib512.dir/rule + +# Convenience name for target. +lib512: external/curl/tests/libtest/CMakeFiles/lib512.dir/rule +.PHONY : lib512 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib512.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib512" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib512.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib512.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib512.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib513.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib513.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib513" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib513.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib513.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib513.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib513.dir/rule + +# Convenience name for target. +lib513: external/curl/tests/libtest/CMakeFiles/lib513.dir/rule +.PHONY : lib513 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib513.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib513" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib513.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib513.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib513.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib514.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib514.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib514" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib514.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib514.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib514.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib514.dir/rule + +# Convenience name for target. +lib514: external/curl/tests/libtest/CMakeFiles/lib514.dir/rule +.PHONY : lib514 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib514.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib514" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib514.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib514.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib514.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib515.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib515.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=71 "Built target lib515" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib515.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib515.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib515.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib515.dir/rule + +# Convenience name for target. +lib515: external/curl/tests/libtest/CMakeFiles/lib515.dir/rule +.PHONY : lib515 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib515.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=71 "Finished codegen for target lib515" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib515.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib515.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib515.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib516.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib516.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib516" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib516.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib516.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib516.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib516.dir/rule + +# Convenience name for target. +lib516: external/curl/tests/libtest/CMakeFiles/lib516.dir/rule +.PHONY : lib516 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib516.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib516" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib516.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib516.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib516.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib517.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib517.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib517" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib517.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib517.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib517.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib517.dir/rule + +# Convenience name for target. +lib517: external/curl/tests/libtest/CMakeFiles/lib517.dir/rule +.PHONY : lib517 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib517.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib517" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib517.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib517.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib517.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib518.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib518.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib518" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib518.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib518.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib518.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib518.dir/rule + +# Convenience name for target. +lib518: external/curl/tests/libtest/CMakeFiles/lib518.dir/rule +.PHONY : lib518 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib518.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib518" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib518.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib518.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib518.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib519.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib519.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib519" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib519.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib519.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib519.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib519.dir/rule + +# Convenience name for target. +lib519: external/curl/tests/libtest/CMakeFiles/lib519.dir/rule +.PHONY : lib519 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib519.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib519" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib519.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib519.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib519.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib520.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib520.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib520" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib520.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib520.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib520.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib520.dir/rule + +# Convenience name for target. +lib520: external/curl/tests/libtest/CMakeFiles/lib520.dir/rule +.PHONY : lib520 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib520.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib520" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib520.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib520.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib520.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib521.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib521.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib521" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib521.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib521.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib521.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib521.dir/rule + +# Convenience name for target. +lib521: external/curl/tests/libtest/CMakeFiles/lib521.dir/rule +.PHONY : lib521 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib521.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib521" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib521.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib521.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib521.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib523.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib523.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib523" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib523.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib523.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib523.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib523.dir/rule + +# Convenience name for target. +lib523: external/curl/tests/libtest/CMakeFiles/lib523.dir/rule +.PHONY : lib523 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib523.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib523" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib523.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib523.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib523.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib524.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib524.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib524" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib524.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib524.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib524.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib524.dir/rule + +# Convenience name for target. +lib524: external/curl/tests/libtest/CMakeFiles/lib524.dir/rule +.PHONY : lib524 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib524.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib524" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib524.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib524.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib524.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib525.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib525.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=72 "Built target lib525" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib525.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib525.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib525.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib525.dir/rule + +# Convenience name for target. +lib525: external/curl/tests/libtest/CMakeFiles/lib525.dir/rule +.PHONY : lib525 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib525.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=72 "Finished codegen for target lib525" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib525.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib525.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib525.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib526.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib526.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib526" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib526.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib526.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib526.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib526.dir/rule + +# Convenience name for target. +lib526: external/curl/tests/libtest/CMakeFiles/lib526.dir/rule +.PHONY : lib526 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib526.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib526" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib526.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib526.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib526.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib527.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib527.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib527" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib527.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib527.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib527.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib527.dir/rule + +# Convenience name for target. +lib527: external/curl/tests/libtest/CMakeFiles/lib527.dir/rule +.PHONY : lib527 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib527.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib527" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib527.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib527.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib527.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib529.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib529.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib529" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib529.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib529.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib529.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib529.dir/rule + +# Convenience name for target. +lib529: external/curl/tests/libtest/CMakeFiles/lib529.dir/rule +.PHONY : lib529 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib529.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib529" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib529.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib529.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib529.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib530.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib530.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib530" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib530.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib530.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib530.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib530.dir/rule + +# Convenience name for target. +lib530: external/curl/tests/libtest/CMakeFiles/lib530.dir/rule +.PHONY : lib530 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib530.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib530" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib530.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib530.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib530.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib532.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib532.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib532" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib532.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib532.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib532.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib532.dir/rule + +# Convenience name for target. +lib532: external/curl/tests/libtest/CMakeFiles/lib532.dir/rule +.PHONY : lib532 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib532.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib532" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib532.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib532.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib532.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib533.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib533.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib533" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib533.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib533.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib533.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib533.dir/rule + +# Convenience name for target. +lib533: external/curl/tests/libtest/CMakeFiles/lib533.dir/rule +.PHONY : lib533 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib533.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib533" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib533.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib533.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib533.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib536.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib536.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib536" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib536.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib536.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib536.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib536.dir/rule + +# Convenience name for target. +lib536: external/curl/tests/libtest/CMakeFiles/lib536.dir/rule +.PHONY : lib536 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib536.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib536" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib536.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib536.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib536.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib537.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib537.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=73 "Built target lib537" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib537.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib537.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib537.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib537.dir/rule + +# Convenience name for target. +lib537: external/curl/tests/libtest/CMakeFiles/lib537.dir/rule +.PHONY : lib537 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib537.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=73 "Finished codegen for target lib537" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib537.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib537.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib537.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib539.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib539.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib539" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib539.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib539.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib539.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib539.dir/rule + +# Convenience name for target. +lib539: external/curl/tests/libtest/CMakeFiles/lib539.dir/rule +.PHONY : lib539 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib539.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib539" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib539.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib539.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib539.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib540.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib540.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib540" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib540.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib540.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib540.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib540.dir/rule + +# Convenience name for target. +lib540: external/curl/tests/libtest/CMakeFiles/lib540.dir/rule +.PHONY : lib540 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib540.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib540" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib540.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib540.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib540.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib541.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib541.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib541" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib541.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib541.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib541.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib541.dir/rule + +# Convenience name for target. +lib541: external/curl/tests/libtest/CMakeFiles/lib541.dir/rule +.PHONY : lib541 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib541.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib541" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib541.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib541.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib541.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib542.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib542.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib542" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib542.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib542.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib542.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib542.dir/rule + +# Convenience name for target. +lib542: external/curl/tests/libtest/CMakeFiles/lib542.dir/rule +.PHONY : lib542 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib542.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib542" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib542.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib542.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib542.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib543.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib543.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib543" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib543.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib543.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib543.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib543.dir/rule + +# Convenience name for target. +lib543: external/curl/tests/libtest/CMakeFiles/lib543.dir/rule +.PHONY : lib543 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib543.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib543" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib543.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib543.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib543.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib544.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib544.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib544" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib544.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib544.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib544.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib544.dir/rule + +# Convenience name for target. +lib544: external/curl/tests/libtest/CMakeFiles/lib544.dir/rule +.PHONY : lib544 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib544.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib544" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib544.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib544.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib544.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib545.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib545.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib545" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib545.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib545.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib545.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib545.dir/rule + +# Convenience name for target. +lib545: external/curl/tests/libtest/CMakeFiles/lib545.dir/rule +.PHONY : lib545 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib545.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib545" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib545.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib545.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib545.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib547.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib547.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib547" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib547.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib547.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib547.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib547.dir/rule + +# Convenience name for target. +lib547: external/curl/tests/libtest/CMakeFiles/lib547.dir/rule +.PHONY : lib547 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib547.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib547" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib547.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib547.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib547.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib548.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib548.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=74 "Built target lib548" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib548.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib548.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib548.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib548.dir/rule + +# Convenience name for target. +lib548: external/curl/tests/libtest/CMakeFiles/lib548.dir/rule +.PHONY : lib548 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib548.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=74 "Finished codegen for target lib548" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib548.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib548.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib548.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib549.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib549.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib549" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib549.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib549.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib549.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib549.dir/rule + +# Convenience name for target. +lib549: external/curl/tests/libtest/CMakeFiles/lib549.dir/rule +.PHONY : lib549 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib549.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib549" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib549.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib549.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib549.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib552.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib552.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib552" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib552.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib552.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib552.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib552.dir/rule + +# Convenience name for target. +lib552: external/curl/tests/libtest/CMakeFiles/lib552.dir/rule +.PHONY : lib552 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib552.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib552" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib552.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib552.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib552.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib553.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib553.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib553" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib553.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib553.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib553.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib553.dir/rule + +# Convenience name for target. +lib553: external/curl/tests/libtest/CMakeFiles/lib553.dir/rule +.PHONY : lib553 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib553.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib553" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib553.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib553.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib553.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib554.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib554.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib554" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib554.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib554.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib554.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib554.dir/rule + +# Convenience name for target. +lib554: external/curl/tests/libtest/CMakeFiles/lib554.dir/rule +.PHONY : lib554 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib554.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib554" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib554.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib554.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib554.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib555.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib555.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib555" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib555.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib555.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib555.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib555.dir/rule + +# Convenience name for target. +lib555: external/curl/tests/libtest/CMakeFiles/lib555.dir/rule +.PHONY : lib555 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib555.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib555" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib555.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib555.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib555.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib556.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib556.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib556" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib556.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib556.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib556.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib556.dir/rule + +# Convenience name for target. +lib556: external/curl/tests/libtest/CMakeFiles/lib556.dir/rule +.PHONY : lib556 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib556.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib556" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib556.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib556.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib556.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib557.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib557.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib557" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib557.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib557.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib557.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib557.dir/rule + +# Convenience name for target. +lib557: external/curl/tests/libtest/CMakeFiles/lib557.dir/rule +.PHONY : lib557 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib557.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib557" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib557.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib557.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib557.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib558.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib558.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib558" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib558.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib558.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib558.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib558.dir/rule + +# Convenience name for target. +lib558: external/curl/tests/libtest/CMakeFiles/lib558.dir/rule +.PHONY : lib558 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib558.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib558" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib558.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib558.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib558.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib559.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib559.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=75 "Built target lib559" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib559.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib559.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib559.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib559.dir/rule + +# Convenience name for target. +lib559: external/curl/tests/libtest/CMakeFiles/lib559.dir/rule +.PHONY : lib559 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib559.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=75 "Finished codegen for target lib559" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib559.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib559.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib559.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib560.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib560.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib560" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib560.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib560.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib560.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib560.dir/rule + +# Convenience name for target. +lib560: external/curl/tests/libtest/CMakeFiles/lib560.dir/rule +.PHONY : lib560 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib560.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib560" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib560.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib560.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib560.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib562.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib562.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib562" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib562.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib562.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib562.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib562.dir/rule + +# Convenience name for target. +lib562: external/curl/tests/libtest/CMakeFiles/lib562.dir/rule +.PHONY : lib562 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib562.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib562" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib562.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib562.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib562.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib564.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib564.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib564" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib564.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib564.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib564.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib564.dir/rule + +# Convenience name for target. +lib564: external/curl/tests/libtest/CMakeFiles/lib564.dir/rule +.PHONY : lib564 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib564.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib564" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib564.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib564.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib564.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib565.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib565.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib565" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib565.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib565.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib565.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib565.dir/rule + +# Convenience name for target. +lib565: external/curl/tests/libtest/CMakeFiles/lib565.dir/rule +.PHONY : lib565 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib565.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib565" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib565.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib565.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib565.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib566.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib566.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib566" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib566.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib566.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib566.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib566.dir/rule + +# Convenience name for target. +lib566: external/curl/tests/libtest/CMakeFiles/lib566.dir/rule +.PHONY : lib566 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib566.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib566" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib566.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib566.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib566.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib567.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib567.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib567" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib567.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib567.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib567.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib567.dir/rule + +# Convenience name for target. +lib567: external/curl/tests/libtest/CMakeFiles/lib567.dir/rule +.PHONY : lib567 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib567.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib567" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib567.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib567.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib567.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib568.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib568.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib568" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib568.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib568.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib568.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib568.dir/rule + +# Convenience name for target. +lib568: external/curl/tests/libtest/CMakeFiles/lib568.dir/rule +.PHONY : lib568 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib568.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib568" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib568.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib568.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib568.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib569.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib569.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib569" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib569.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib569.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib569.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib569.dir/rule + +# Convenience name for target. +lib569: external/curl/tests/libtest/CMakeFiles/lib569.dir/rule +.PHONY : lib569 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib569.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib569" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib569.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib569.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib569.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib570.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib570.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=76 "Built target lib570" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib570.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib570.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib570.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib570.dir/rule + +# Convenience name for target. +lib570: external/curl/tests/libtest/CMakeFiles/lib570.dir/rule +.PHONY : lib570 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib570.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=76 "Finished codegen for target lib570" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib570.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib570.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib570.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib571.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib571.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib571" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib571.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib571.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib571.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib571.dir/rule + +# Convenience name for target. +lib571: external/curl/tests/libtest/CMakeFiles/lib571.dir/rule +.PHONY : lib571 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib571.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib571" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib571.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib571.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib571.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib572.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib572.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib572" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib572.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib572.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib572.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib572.dir/rule + +# Convenience name for target. +lib572: external/curl/tests/libtest/CMakeFiles/lib572.dir/rule +.PHONY : lib572 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib572.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib572" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib572.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib572.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib572.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib573.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib573.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib573" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib573.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib573.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib573.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib573.dir/rule + +# Convenience name for target. +lib573: external/curl/tests/libtest/CMakeFiles/lib573.dir/rule +.PHONY : lib573 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib573.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib573" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib573.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib573.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib573.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib574.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib574.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib574" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib574.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib574.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib574.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib574.dir/rule + +# Convenience name for target. +lib574: external/curl/tests/libtest/CMakeFiles/lib574.dir/rule +.PHONY : lib574 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib574.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib574" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib574.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib574.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib574.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib575.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib575.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib575" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib575.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib575.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib575.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib575.dir/rule + +# Convenience name for target. +lib575: external/curl/tests/libtest/CMakeFiles/lib575.dir/rule +.PHONY : lib575 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib575.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib575" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib575.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib575.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib575.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib576.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib576.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib576" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib576.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib576.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib576.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib576.dir/rule + +# Convenience name for target. +lib576: external/curl/tests/libtest/CMakeFiles/lib576.dir/rule +.PHONY : lib576 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib576.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib576" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib576.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib576.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib576.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib578.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib578.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib578" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib578.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib578.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib578.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib578.dir/rule + +# Convenience name for target. +lib578: external/curl/tests/libtest/CMakeFiles/lib578.dir/rule +.PHONY : lib578 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib578.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib578" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib578.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib578.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib578.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib579.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib579.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=77 "Built target lib579" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib579.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib579.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib579.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib579.dir/rule + +# Convenience name for target. +lib579: external/curl/tests/libtest/CMakeFiles/lib579.dir/rule +.PHONY : lib579 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib579.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=77 "Finished codegen for target lib579" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib579.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib579.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib579.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib582.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib582.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib582" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib582.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib582.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib582.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib582.dir/rule + +# Convenience name for target. +lib582: external/curl/tests/libtest/CMakeFiles/lib582.dir/rule +.PHONY : lib582 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib582.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib582" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib582.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib582.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib582.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib583.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib583.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib583" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib583.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib583.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib583.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib583.dir/rule + +# Convenience name for target. +lib583: external/curl/tests/libtest/CMakeFiles/lib583.dir/rule +.PHONY : lib583 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib583.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib583" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib583.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib583.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib583.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib584.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib584.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib584" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib584.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib584.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib584.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib584.dir/rule + +# Convenience name for target. +lib584: external/curl/tests/libtest/CMakeFiles/lib584.dir/rule +.PHONY : lib584 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib584.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib584" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib584.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib584.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib584.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib585.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib585.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib585" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib585.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib585.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib585.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib585.dir/rule + +# Convenience name for target. +lib585: external/curl/tests/libtest/CMakeFiles/lib585.dir/rule +.PHONY : lib585 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib585.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib585" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib585.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib585.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib585.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib586.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib586.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib586" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib586.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib586.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib586.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib586.dir/rule + +# Convenience name for target. +lib586: external/curl/tests/libtest/CMakeFiles/lib586.dir/rule +.PHONY : lib586 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib586.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib586" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib586.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib586.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib586.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib587.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib587.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib587" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib587.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib587.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib587.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib587.dir/rule + +# Convenience name for target. +lib587: external/curl/tests/libtest/CMakeFiles/lib587.dir/rule +.PHONY : lib587 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib587.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib587" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib587.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib587.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib587.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib589.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib589.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib589" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib589.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib589.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib589.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib589.dir/rule + +# Convenience name for target. +lib589: external/curl/tests/libtest/CMakeFiles/lib589.dir/rule +.PHONY : lib589 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib589.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib589" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib589.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib589.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib589.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib590.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib590.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib590" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib590.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib590.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib590.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib590.dir/rule + +# Convenience name for target. +lib590: external/curl/tests/libtest/CMakeFiles/lib590.dir/rule +.PHONY : lib590 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib590.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib590" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib590.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib590.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib590.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib591.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib591.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=78 "Built target lib591" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib591.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib591.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib591.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib591.dir/rule + +# Convenience name for target. +lib591: external/curl/tests/libtest/CMakeFiles/lib591.dir/rule +.PHONY : lib591 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib591.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=78 "Finished codegen for target lib591" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib591.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib591.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib591.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib597.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib597.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib597" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib597.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib597.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib597.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib597.dir/rule + +# Convenience name for target. +lib597: external/curl/tests/libtest/CMakeFiles/lib597.dir/rule +.PHONY : lib597 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib597.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib597" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib597.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib597.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib597.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib598.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib598.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib598" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib598.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib598.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib598.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib598.dir/rule + +# Convenience name for target. +lib598: external/curl/tests/libtest/CMakeFiles/lib598.dir/rule +.PHONY : lib598 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib598.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib598" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib598.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib598.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib598.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib599.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib599.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib599" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib599.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib599.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib599.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib599.dir/rule + +# Convenience name for target. +lib599: external/curl/tests/libtest/CMakeFiles/lib599.dir/rule +.PHONY : lib599 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib599.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib599" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib599.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib599.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib599.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib643.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib643.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib643" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib643.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib643.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib643.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib643.dir/rule + +# Convenience name for target. +lib643: external/curl/tests/libtest/CMakeFiles/lib643.dir/rule +.PHONY : lib643 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib643.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib643" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib643.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib643.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib643.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib645.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib645.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib645" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib645.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib645.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib645.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib645.dir/rule + +# Convenience name for target. +lib645: external/curl/tests/libtest/CMakeFiles/lib645.dir/rule +.PHONY : lib645 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib645.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib645" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib645.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib645.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib645.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib650.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib650.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib650" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib650.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib650.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib650.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib650.dir/rule + +# Convenience name for target. +lib650: external/curl/tests/libtest/CMakeFiles/lib650.dir/rule +.PHONY : lib650 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib650.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib650" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib650.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib650.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib650.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib651.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib651.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib651" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib651.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib651.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib651.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib651.dir/rule + +# Convenience name for target. +lib651: external/curl/tests/libtest/CMakeFiles/lib651.dir/rule +.PHONY : lib651 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib651.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib651" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib651.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib651.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib651.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib652.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib652.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib652" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib652.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib652.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib652.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib652.dir/rule + +# Convenience name for target. +lib652: external/curl/tests/libtest/CMakeFiles/lib652.dir/rule +.PHONY : lib652 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib652.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib652" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib652.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib652.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib652.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib653.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib653.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=79 "Built target lib653" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib653.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib653.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib653.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib653.dir/rule + +# Convenience name for target. +lib653: external/curl/tests/libtest/CMakeFiles/lib653.dir/rule +.PHONY : lib653 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib653.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=79 "Finished codegen for target lib653" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib653.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib653.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib653.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib654.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib654.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib654" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib654.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib654.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib654.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib654.dir/rule + +# Convenience name for target. +lib654: external/curl/tests/libtest/CMakeFiles/lib654.dir/rule +.PHONY : lib654 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib654.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib654" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib654.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib654.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib654.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib655.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib655.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib655" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib655.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib655.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib655.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib655.dir/rule + +# Convenience name for target. +lib655: external/curl/tests/libtest/CMakeFiles/lib655.dir/rule +.PHONY : lib655 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib655.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib655" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib655.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib655.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib655.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib658.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib658.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib658" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib658.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib658.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib658.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib658.dir/rule + +# Convenience name for target. +lib658: external/curl/tests/libtest/CMakeFiles/lib658.dir/rule +.PHONY : lib658 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib658.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib658" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib658.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib658.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib658.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib659.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib659.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib659" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib659.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib659.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib659.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib659.dir/rule + +# Convenience name for target. +lib659: external/curl/tests/libtest/CMakeFiles/lib659.dir/rule +.PHONY : lib659 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib659.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib659" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib659.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib659.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib659.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib661.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib661.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib661" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib661.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib661.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib661.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib661.dir/rule + +# Convenience name for target. +lib661: external/curl/tests/libtest/CMakeFiles/lib661.dir/rule +.PHONY : lib661 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib661.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib661" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib661.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib661.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib661.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib666.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib666.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib666" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib666.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib666.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib666.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib666.dir/rule + +# Convenience name for target. +lib666: external/curl/tests/libtest/CMakeFiles/lib666.dir/rule +.PHONY : lib666 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib666.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib666" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib666.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib666.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib666.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib667.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib667.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib667" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib667.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib667.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib667.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib667.dir/rule + +# Convenience name for target. +lib667: external/curl/tests/libtest/CMakeFiles/lib667.dir/rule +.PHONY : lib667 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib667.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib667" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib667.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib667.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib667.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib668.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib668.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=80 "Built target lib668" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib668.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib668.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib668.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib668.dir/rule + +# Convenience name for target. +lib668: external/curl/tests/libtest/CMakeFiles/lib668.dir/rule +.PHONY : lib668 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib668.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=80 "Finished codegen for target lib668" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib668.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib668.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib668.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib670.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib670.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib670" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib670.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib670.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib670.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib670.dir/rule + +# Convenience name for target. +lib670: external/curl/tests/libtest/CMakeFiles/lib670.dir/rule +.PHONY : lib670 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib670.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib670" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib670.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib670.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib670.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib671.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib671.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib671" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib671.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib671.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib671.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib671.dir/rule + +# Convenience name for target. +lib671: external/curl/tests/libtest/CMakeFiles/lib671.dir/rule +.PHONY : lib671 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib671.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib671" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib671.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib671.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib671.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib672.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib672.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib672" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib672.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib672.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib672.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib672.dir/rule + +# Convenience name for target. +lib672: external/curl/tests/libtest/CMakeFiles/lib672.dir/rule +.PHONY : lib672 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib672.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib672" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib672.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib672.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib672.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib673.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib673.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib673" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib673.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib673.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib673.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib673.dir/rule + +# Convenience name for target. +lib673: external/curl/tests/libtest/CMakeFiles/lib673.dir/rule +.PHONY : lib673 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib673.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib673" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib673.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib673.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib673.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib674.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib674.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib674" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib674.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib674.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib674.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib674.dir/rule + +# Convenience name for target. +lib674: external/curl/tests/libtest/CMakeFiles/lib674.dir/rule +.PHONY : lib674 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib674.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib674" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib674.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib674.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib674.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib676.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib676.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib676" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib676.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib676.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib676.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib676.dir/rule + +# Convenience name for target. +lib676: external/curl/tests/libtest/CMakeFiles/lib676.dir/rule +.PHONY : lib676 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib676.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib676" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib676.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib676.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib676.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib677.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib677.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=81 "Built target lib677" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib677.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib677.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib677.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib677.dir/rule + +# Convenience name for target. +lib677: external/curl/tests/libtest/CMakeFiles/lib677.dir/rule +.PHONY : lib677 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib677.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=81 "Finished codegen for target lib677" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib677.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib677.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib677.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib678.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib678.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib678" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib678.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib678.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib678.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib678.dir/rule + +# Convenience name for target. +lib678: external/curl/tests/libtest/CMakeFiles/lib678.dir/rule +.PHONY : lib678 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib678.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib678" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib678.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib678.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib678.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib694.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib694.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib694" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib694.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib694.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib694.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib694.dir/rule + +# Convenience name for target. +lib694: external/curl/tests/libtest/CMakeFiles/lib694.dir/rule +.PHONY : lib694 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib694.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib694" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib694.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib694.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib694.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib695.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib695.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib695" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib695.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib695.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib695.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib695.dir/rule + +# Convenience name for target. +lib695: external/curl/tests/libtest/CMakeFiles/lib695.dir/rule +.PHONY : lib695 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib695.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib695" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib695.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib695.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib695.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib696.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib696.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib696" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib696.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib696.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib696.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib696.dir/rule + +# Convenience name for target. +lib696: external/curl/tests/libtest/CMakeFiles/lib696.dir/rule +.PHONY : lib696 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib696.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib696" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib696.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib696.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib696.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1156.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1156.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1156" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1156.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1156.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1156.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1156.dir/rule + +# Convenience name for target. +lib1156: external/curl/tests/libtest/CMakeFiles/lib1156.dir/rule +.PHONY : lib1156 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1156.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1156" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1156.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1156.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1156.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1301.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1301.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1301" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1301.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1301.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1301.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1301.dir/rule + +# Convenience name for target. +lib1301: external/curl/tests/libtest/CMakeFiles/lib1301.dir/rule +.PHONY : lib1301 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1301.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1301" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1301.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1301.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1301.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1308.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1308.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1308" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1308.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1308.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1308.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1308.dir/rule + +# Convenience name for target. +lib1308: external/curl/tests/libtest/CMakeFiles/lib1308.dir/rule +.PHONY : lib1308 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1308.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1308" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1308.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1308.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1308.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1485.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1485.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1485" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1485.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1485.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1485.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1485.dir/rule + +# Convenience name for target. +lib1485: external/curl/tests/libtest/CMakeFiles/lib1485.dir/rule +.PHONY : lib1485 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1485.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1485" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1485.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1485.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1485.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1500.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1500.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1500" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1500.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1500.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1500.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1500.dir/rule + +# Convenience name for target. +lib1500: external/curl/tests/libtest/CMakeFiles/lib1500.dir/rule +.PHONY : lib1500 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1500.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1500" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1500.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1500.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1500.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1501.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1501.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1501" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1501.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1501.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1501.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1501.dir/rule + +# Convenience name for target. +lib1501: external/curl/tests/libtest/CMakeFiles/lib1501.dir/rule +.PHONY : lib1501 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1501.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1501" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1501.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1501.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1501.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1502.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1502.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=51 "Built target lib1502" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1502.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1502.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1502.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1502.dir/rule + +# Convenience name for target. +lib1502: external/curl/tests/libtest/CMakeFiles/lib1502.dir/rule +.PHONY : lib1502 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1502.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=51 "Finished codegen for target lib1502" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1502.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1502.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1502.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1503.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1503.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1503" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1503.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1503.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1503.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1503.dir/rule + +# Convenience name for target. +lib1503: external/curl/tests/libtest/CMakeFiles/lib1503.dir/rule +.PHONY : lib1503 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1503.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1503" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1503.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1503.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1503.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1504.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1504.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1504" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1504.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1504.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1504.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1504.dir/rule + +# Convenience name for target. +lib1504: external/curl/tests/libtest/CMakeFiles/lib1504.dir/rule +.PHONY : lib1504 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1504.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1504" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1504.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1504.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1504.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1505.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1505.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1505" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1505.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1505.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1505.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1505.dir/rule + +# Convenience name for target. +lib1505: external/curl/tests/libtest/CMakeFiles/lib1505.dir/rule +.PHONY : lib1505 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1505.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1505" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1505.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1505.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1505.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1506.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1506.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1506" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1506.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1506.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1506.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1506.dir/rule + +# Convenience name for target. +lib1506: external/curl/tests/libtest/CMakeFiles/lib1506.dir/rule +.PHONY : lib1506 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1506.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1506" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1506.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1506.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1506.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1507.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1507.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1507" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1507.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1507.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1507.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1507.dir/rule + +# Convenience name for target. +lib1507: external/curl/tests/libtest/CMakeFiles/lib1507.dir/rule +.PHONY : lib1507 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1507.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1507" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1507.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1507.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1507.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1508.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1508.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1508" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1508.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1508.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1508.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1508.dir/rule + +# Convenience name for target. +lib1508: external/curl/tests/libtest/CMakeFiles/lib1508.dir/rule +.PHONY : lib1508 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1508.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1508" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1508.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1508.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1508.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1509.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1509.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=52 "Built target lib1509" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1509.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1509.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1509.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1509.dir/rule + +# Convenience name for target. +lib1509: external/curl/tests/libtest/CMakeFiles/lib1509.dir/rule +.PHONY : lib1509 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1509.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=52 "Finished codegen for target lib1509" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1509.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1509.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1509.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1510.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1510.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1510" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1510.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1510.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1510.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1510.dir/rule + +# Convenience name for target. +lib1510: external/curl/tests/libtest/CMakeFiles/lib1510.dir/rule +.PHONY : lib1510 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1510.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1510" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1510.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1510.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1510.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1511.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1511.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1511" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1511.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1511.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1511.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1511.dir/rule + +# Convenience name for target. +lib1511: external/curl/tests/libtest/CMakeFiles/lib1511.dir/rule +.PHONY : lib1511 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1511.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1511" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1511.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1511.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1511.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1512.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1512.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1512" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1512.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1512.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1512.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1512.dir/rule + +# Convenience name for target. +lib1512: external/curl/tests/libtest/CMakeFiles/lib1512.dir/rule +.PHONY : lib1512 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1512.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1512" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1512.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1512.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1512.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1513.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1513.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1513" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1513.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1513.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1513.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1513.dir/rule + +# Convenience name for target. +lib1513: external/curl/tests/libtest/CMakeFiles/lib1513.dir/rule +.PHONY : lib1513 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1513.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1513" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1513.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1513.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1513.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1514.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1514.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1514" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1514.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1514.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1514.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1514.dir/rule + +# Convenience name for target. +lib1514: external/curl/tests/libtest/CMakeFiles/lib1514.dir/rule +.PHONY : lib1514 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1514.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1514" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1514.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1514.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1514.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1515.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1515.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1515" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1515.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1515.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1515.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1515.dir/rule + +# Convenience name for target. +lib1515: external/curl/tests/libtest/CMakeFiles/lib1515.dir/rule +.PHONY : lib1515 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1515.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1515" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1515.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1515.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1515.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1517.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1517.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=53 "Built target lib1517" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1517.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1517.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1517.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1517.dir/rule + +# Convenience name for target. +lib1517: external/curl/tests/libtest/CMakeFiles/lib1517.dir/rule +.PHONY : lib1517 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1517.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=53 "Finished codegen for target lib1517" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1517.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1517.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1517.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1518.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1518.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1518" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1518.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1518.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1518.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1518.dir/rule + +# Convenience name for target. +lib1518: external/curl/tests/libtest/CMakeFiles/lib1518.dir/rule +.PHONY : lib1518 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1518.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1518" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1518.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1518.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1518.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1520.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1520.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1520" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1520.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1520.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1520.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1520.dir/rule + +# Convenience name for target. +lib1520: external/curl/tests/libtest/CMakeFiles/lib1520.dir/rule +.PHONY : lib1520 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1520.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1520" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1520.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1520.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1520.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1521.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1521.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1521" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1521.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1521.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1521.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1521.dir/rule + +# Convenience name for target. +lib1521: external/curl/tests/libtest/CMakeFiles/lib1521.dir/rule +.PHONY : lib1521 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1521.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1521" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1521.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1521.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1521.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1522.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1522.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1522" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1522.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1522.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1522.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1522.dir/rule + +# Convenience name for target. +lib1522: external/curl/tests/libtest/CMakeFiles/lib1522.dir/rule +.PHONY : lib1522 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1522.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1522" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1522.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1522.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1522.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1523.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1523.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1523" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1523.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1523.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1523.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1523.dir/rule + +# Convenience name for target. +lib1523: external/curl/tests/libtest/CMakeFiles/lib1523.dir/rule +.PHONY : lib1523 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1523.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1523" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1523.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1523.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1523.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1525.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1525.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1525" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1525.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1525.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1525.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1525.dir/rule + +# Convenience name for target. +lib1525: external/curl/tests/libtest/CMakeFiles/lib1525.dir/rule +.PHONY : lib1525 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1525.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1525" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1525.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1525.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1525.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1526.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1526.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1526" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1526.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1526.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1526.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1526.dir/rule + +# Convenience name for target. +lib1526: external/curl/tests/libtest/CMakeFiles/lib1526.dir/rule +.PHONY : lib1526 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1526.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1526" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1526.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1526.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1526.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1527.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1527.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=54 "Built target lib1527" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1527.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1527.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1527.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1527.dir/rule + +# Convenience name for target. +lib1527: external/curl/tests/libtest/CMakeFiles/lib1527.dir/rule +.PHONY : lib1527 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1527.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=54 "Finished codegen for target lib1527" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1527.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1527.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1527.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1528.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1528.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1528" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1528.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1528.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1528.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1528.dir/rule + +# Convenience name for target. +lib1528: external/curl/tests/libtest/CMakeFiles/lib1528.dir/rule +.PHONY : lib1528 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1528.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1528" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1528.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1528.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1528.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1529.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1529.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1529" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1529.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1529.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1529.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1529.dir/rule + +# Convenience name for target. +lib1529: external/curl/tests/libtest/CMakeFiles/lib1529.dir/rule +.PHONY : lib1529 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1529.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1529" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1529.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1529.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1529.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1530.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1530.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1530" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1530.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1530.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1530.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1530.dir/rule + +# Convenience name for target. +lib1530: external/curl/tests/libtest/CMakeFiles/lib1530.dir/rule +.PHONY : lib1530 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1530.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1530" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1530.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1530.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1530.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1531.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1531.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1531" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1531.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1531.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1531.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1531.dir/rule + +# Convenience name for target. +lib1531: external/curl/tests/libtest/CMakeFiles/lib1531.dir/rule +.PHONY : lib1531 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1531.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1531" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1531.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1531.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1531.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1532.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1532.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1532" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1532.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1532.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1532.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1532.dir/rule + +# Convenience name for target. +lib1532: external/curl/tests/libtest/CMakeFiles/lib1532.dir/rule +.PHONY : lib1532 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1532.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1532" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1532.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1532.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1532.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1533.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1533.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1533" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1533.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1533.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1533.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1533.dir/rule + +# Convenience name for target. +lib1533: external/curl/tests/libtest/CMakeFiles/lib1533.dir/rule +.PHONY : lib1533 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1533.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1533" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1533.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1533.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1533.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1534.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1534.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=55 "Built target lib1534" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1534.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1534.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1534.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1534.dir/rule + +# Convenience name for target. +lib1534: external/curl/tests/libtest/CMakeFiles/lib1534.dir/rule +.PHONY : lib1534 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1534.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=55 "Finished codegen for target lib1534" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1534.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1534.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1534.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1535.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1535.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1535" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1535.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1535.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1535.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1535.dir/rule + +# Convenience name for target. +lib1535: external/curl/tests/libtest/CMakeFiles/lib1535.dir/rule +.PHONY : lib1535 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1535.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1535" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1535.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1535.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1535.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1536.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1536.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1536" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1536.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1536.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1536.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1536.dir/rule + +# Convenience name for target. +lib1536: external/curl/tests/libtest/CMakeFiles/lib1536.dir/rule +.PHONY : lib1536 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1536.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1536" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1536.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1536.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1536.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1537.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1537.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1537" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1537.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1537.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1537.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1537.dir/rule + +# Convenience name for target. +lib1537: external/curl/tests/libtest/CMakeFiles/lib1537.dir/rule +.PHONY : lib1537 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1537.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1537" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1537.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1537.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1537.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1538.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1538.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1538" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1538.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1538.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1538.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1538.dir/rule + +# Convenience name for target. +lib1538: external/curl/tests/libtest/CMakeFiles/lib1538.dir/rule +.PHONY : lib1538 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1538.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1538" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1538.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1538.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1538.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1539.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1539.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1539" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1539.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1539.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1539.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1539.dir/rule + +# Convenience name for target. +lib1539: external/curl/tests/libtest/CMakeFiles/lib1539.dir/rule +.PHONY : lib1539 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1539.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1539" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1539.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1539.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1539.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1540.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1540.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1540" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1540.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1540.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1540.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1540.dir/rule + +# Convenience name for target. +lib1540: external/curl/tests/libtest/CMakeFiles/lib1540.dir/rule +.PHONY : lib1540 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1540.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1540" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1540.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1540.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1540.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1541.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1541.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=56 "Built target lib1541" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1541.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1541.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1541.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1541.dir/rule + +# Convenience name for target. +lib1541: external/curl/tests/libtest/CMakeFiles/lib1541.dir/rule +.PHONY : lib1541 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1541.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=56 "Finished codegen for target lib1541" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1541.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1541.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1541.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1542.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1542.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1542" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1542.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1542.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1542.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1542.dir/rule + +# Convenience name for target. +lib1542: external/curl/tests/libtest/CMakeFiles/lib1542.dir/rule +.PHONY : lib1542 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1542.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1542" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1542.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1542.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1542.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1543.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1543.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1543" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1543.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1543.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1543.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1543.dir/rule + +# Convenience name for target. +lib1543: external/curl/tests/libtest/CMakeFiles/lib1543.dir/rule +.PHONY : lib1543 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1543.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1543" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1543.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1543.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1543.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1545.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1545.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1545" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1545.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1545.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1545.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1545.dir/rule + +# Convenience name for target. +lib1545: external/curl/tests/libtest/CMakeFiles/lib1545.dir/rule +.PHONY : lib1545 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1545.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1545" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1545.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1545.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1545.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1550.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1550.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1550" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1550.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1550.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1550.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1550.dir/rule + +# Convenience name for target. +lib1550: external/curl/tests/libtest/CMakeFiles/lib1550.dir/rule +.PHONY : lib1550 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1550.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1550" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1550.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1550.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1550.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1551.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1551.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1551" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1551.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1551.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1551.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1551.dir/rule + +# Convenience name for target. +lib1551: external/curl/tests/libtest/CMakeFiles/lib1551.dir/rule +.PHONY : lib1551 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1551.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1551" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1551.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1551.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1551.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1552.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1552.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1552" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1552.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1552.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1552.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1552.dir/rule + +# Convenience name for target. +lib1552: external/curl/tests/libtest/CMakeFiles/lib1552.dir/rule +.PHONY : lib1552 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1552.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1552" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1552.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1552.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1552.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1553.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1553.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1553" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1553.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1553.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1553.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1553.dir/rule + +# Convenience name for target. +lib1553: external/curl/tests/libtest/CMakeFiles/lib1553.dir/rule +.PHONY : lib1553 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1553.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1553" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1553.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1553.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1553.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1554.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1554.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=57 "Built target lib1554" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1554.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1554.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1554.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1554.dir/rule + +# Convenience name for target. +lib1554: external/curl/tests/libtest/CMakeFiles/lib1554.dir/rule +.PHONY : lib1554 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1554.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=57 "Finished codegen for target lib1554" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1554.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1554.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1554.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1555.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1555.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1555" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1555.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1555.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1555.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1555.dir/rule + +# Convenience name for target. +lib1555: external/curl/tests/libtest/CMakeFiles/lib1555.dir/rule +.PHONY : lib1555 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1555.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1555" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1555.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1555.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1555.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1556.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1556.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1556" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1556.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1556.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1556.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1556.dir/rule + +# Convenience name for target. +lib1556: external/curl/tests/libtest/CMakeFiles/lib1556.dir/rule +.PHONY : lib1556 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1556.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1556" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1556.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1556.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1556.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1557.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1557.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1557" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1557.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1557.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1557.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1557.dir/rule + +# Convenience name for target. +lib1557: external/curl/tests/libtest/CMakeFiles/lib1557.dir/rule +.PHONY : lib1557 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1557.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1557" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1557.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1557.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1557.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1558.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1558.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1558" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1558.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1558.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1558.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1558.dir/rule + +# Convenience name for target. +lib1558: external/curl/tests/libtest/CMakeFiles/lib1558.dir/rule +.PHONY : lib1558 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1558.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1558" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1558.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1558.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1558.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1559.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1559.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1559" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1559.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1559.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1559.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1559.dir/rule + +# Convenience name for target. +lib1559: external/curl/tests/libtest/CMakeFiles/lib1559.dir/rule +.PHONY : lib1559 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1559.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1559" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1559.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1559.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1559.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1560.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1560.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1560" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1560.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1560.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1560.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1560.dir/rule + +# Convenience name for target. +lib1560: external/curl/tests/libtest/CMakeFiles/lib1560.dir/rule +.PHONY : lib1560 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1560.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1560" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1560.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1560.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1560.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1564.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1564.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=58 "Built target lib1564" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1564.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1564.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1564.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1564.dir/rule + +# Convenience name for target. +lib1564: external/curl/tests/libtest/CMakeFiles/lib1564.dir/rule +.PHONY : lib1564 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1564.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=58 "Finished codegen for target lib1564" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1564.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1564.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1564.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1565.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1565.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1565" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1565.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1565.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1565.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1565.dir/rule + +# Convenience name for target. +lib1565: external/curl/tests/libtest/CMakeFiles/lib1565.dir/rule +.PHONY : lib1565 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1565.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1565" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1565.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1565.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1565.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1567.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1567.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1567" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1567.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1567.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1567.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1567.dir/rule + +# Convenience name for target. +lib1567: external/curl/tests/libtest/CMakeFiles/lib1567.dir/rule +.PHONY : lib1567 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1567.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1567" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1567.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1567.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1567.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1568.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1568.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1568" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1568.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1568.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1568.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1568.dir/rule + +# Convenience name for target. +lib1568: external/curl/tests/libtest/CMakeFiles/lib1568.dir/rule +.PHONY : lib1568 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1568.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1568" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1568.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1568.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1568.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1569.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1569.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1569" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1569.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1569.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1569.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1569.dir/rule + +# Convenience name for target. +lib1569: external/curl/tests/libtest/CMakeFiles/lib1569.dir/rule +.PHONY : lib1569 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1569.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1569" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1569.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1569.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1569.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1571.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1571.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1571" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1571.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1571.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1571.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1571.dir/rule + +# Convenience name for target. +lib1571: external/curl/tests/libtest/CMakeFiles/lib1571.dir/rule +.PHONY : lib1571 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1571.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1571" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1571.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1571.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1571.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1576.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1576.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1576" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1576.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1576.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1576.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1576.dir/rule + +# Convenience name for target. +lib1576: external/curl/tests/libtest/CMakeFiles/lib1576.dir/rule +.PHONY : lib1576 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1576.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1576" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1576.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1576.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1576.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1578.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1578.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1578" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1578.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1578.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1578.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1578.dir/rule + +# Convenience name for target. +lib1578: external/curl/tests/libtest/CMakeFiles/lib1578.dir/rule +.PHONY : lib1578 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1578.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1578" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1578.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1578.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1578.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1591.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1591.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=59 "Built target lib1591" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1591.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1591.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1591.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1591.dir/rule + +# Convenience name for target. +lib1591: external/curl/tests/libtest/CMakeFiles/lib1591.dir/rule +.PHONY : lib1591 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1591.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=59 "Finished codegen for target lib1591" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1591.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1591.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1591.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1592.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1592.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1592" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1592.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1592.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1592.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1592.dir/rule + +# Convenience name for target. +lib1592: external/curl/tests/libtest/CMakeFiles/lib1592.dir/rule +.PHONY : lib1592 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1592.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1592" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1592.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1592.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1592.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1593.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1593.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1593" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1593.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1593.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1593.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1593.dir/rule + +# Convenience name for target. +lib1593: external/curl/tests/libtest/CMakeFiles/lib1593.dir/rule +.PHONY : lib1593 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1593.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1593" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1593.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1593.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1593.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1594.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1594.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1594" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1594.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1594.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1594.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1594.dir/rule + +# Convenience name for target. +lib1594: external/curl/tests/libtest/CMakeFiles/lib1594.dir/rule +.PHONY : lib1594 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1594.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1594" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1594.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1594.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1594.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1596.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1596.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1596" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1596.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1596.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1596.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1596.dir/rule + +# Convenience name for target. +lib1596: external/curl/tests/libtest/CMakeFiles/lib1596.dir/rule +.PHONY : lib1596 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1596.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1596" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1596.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1596.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1596.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1597.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1597.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1597" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1597.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1597.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1597.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1597.dir/rule + +# Convenience name for target. +lib1597: external/curl/tests/libtest/CMakeFiles/lib1597.dir/rule +.PHONY : lib1597 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1597.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1597" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1597.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1597.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1597.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1598.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1598.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1598" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1598.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1598.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1598.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1598.dir/rule + +# Convenience name for target. +lib1598: external/curl/tests/libtest/CMakeFiles/lib1598.dir/rule +.PHONY : lib1598 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1598.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1598" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1598.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1598.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1598.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1662.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1662.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1662" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1662.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1662.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1662.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1662.dir/rule + +# Convenience name for target. +lib1662: external/curl/tests/libtest/CMakeFiles/lib1662.dir/rule +.PHONY : lib1662 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1662.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1662" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1662.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1662.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1662.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1900.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1900.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=60 "Built target lib1900" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1900.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1900.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1900.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1900.dir/rule + +# Convenience name for target. +lib1900: external/curl/tests/libtest/CMakeFiles/lib1900.dir/rule +.PHONY : lib1900 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1900.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=60 "Finished codegen for target lib1900" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1900.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1900.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1900.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1901.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1901.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1901" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1901.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1901.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1901.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1901.dir/rule + +# Convenience name for target. +lib1901: external/curl/tests/libtest/CMakeFiles/lib1901.dir/rule +.PHONY : lib1901 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1901.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1901" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1901.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1901.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1901.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1903.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1903.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1903" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1903.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1903.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1903.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1903.dir/rule + +# Convenience name for target. +lib1903: external/curl/tests/libtest/CMakeFiles/lib1903.dir/rule +.PHONY : lib1903 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1903.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1903" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1903.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1903.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1903.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1905.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1905.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1905" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1905.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1905.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1905.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1905.dir/rule + +# Convenience name for target. +lib1905: external/curl/tests/libtest/CMakeFiles/lib1905.dir/rule +.PHONY : lib1905 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1905.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1905" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1905.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1905.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1905.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1906.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1906.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1906" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1906.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1906.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1906.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1906.dir/rule + +# Convenience name for target. +lib1906: external/curl/tests/libtest/CMakeFiles/lib1906.dir/rule +.PHONY : lib1906 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1906.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1906" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1906.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1906.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1906.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1907.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1907.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1907" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1907.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1907.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1907.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1907.dir/rule + +# Convenience name for target. +lib1907: external/curl/tests/libtest/CMakeFiles/lib1907.dir/rule +.PHONY : lib1907 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1907.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1907" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1907.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1907.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1907.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1908.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1908.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1908" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1908.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1908.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1908.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1908.dir/rule + +# Convenience name for target. +lib1908: external/curl/tests/libtest/CMakeFiles/lib1908.dir/rule +.PHONY : lib1908 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1908.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1908" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1908.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1908.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1908.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1910.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1910.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=61 "Built target lib1910" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1910.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1910.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1910.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1910.dir/rule + +# Convenience name for target. +lib1910: external/curl/tests/libtest/CMakeFiles/lib1910.dir/rule +.PHONY : lib1910 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1910.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=61 "Finished codegen for target lib1910" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1910.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1910.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1910.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1911.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1911.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1911" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1911.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1911.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1911.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1911.dir/rule + +# Convenience name for target. +lib1911: external/curl/tests/libtest/CMakeFiles/lib1911.dir/rule +.PHONY : lib1911 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1911.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1911" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1911.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1911.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1911.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1912.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1912.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1912" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1912.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1912.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1912.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1912.dir/rule + +# Convenience name for target. +lib1912: external/curl/tests/libtest/CMakeFiles/lib1912.dir/rule +.PHONY : lib1912 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1912.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1912" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1912.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1912.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1912.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1913.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1913.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1913" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1913.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1913.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1913.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1913.dir/rule + +# Convenience name for target. +lib1913: external/curl/tests/libtest/CMakeFiles/lib1913.dir/rule +.PHONY : lib1913 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1913.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1913" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1913.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1913.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1913.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1915.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1915.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1915" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1915.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1915.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1915.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1915.dir/rule + +# Convenience name for target. +lib1915: external/curl/tests/libtest/CMakeFiles/lib1915.dir/rule +.PHONY : lib1915 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1915.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1915" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1915.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1915.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1915.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1916.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1916.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1916" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1916.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1916.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1916.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1916.dir/rule + +# Convenience name for target. +lib1916: external/curl/tests/libtest/CMakeFiles/lib1916.dir/rule +.PHONY : lib1916 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1916.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1916" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1916.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1916.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1916.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1917.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1917.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1917" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1917.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1917.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1917.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1917.dir/rule + +# Convenience name for target. +lib1917: external/curl/tests/libtest/CMakeFiles/lib1917.dir/rule +.PHONY : lib1917 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1917.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1917" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1917.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1917.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1917.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1918.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1918.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1918" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1918.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1918.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1918.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1918.dir/rule + +# Convenience name for target. +lib1918: external/curl/tests/libtest/CMakeFiles/lib1918.dir/rule +.PHONY : lib1918 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1918.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1918" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1918.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1918.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1918.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1919.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1919.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=62 "Built target lib1919" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1919.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1919.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1919.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1919.dir/rule + +# Convenience name for target. +lib1919: external/curl/tests/libtest/CMakeFiles/lib1919.dir/rule +.PHONY : lib1919 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1919.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=62 "Finished codegen for target lib1919" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1919.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1919.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1919.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1933.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1933.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1933" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1933.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1933.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1933.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1933.dir/rule + +# Convenience name for target. +lib1933: external/curl/tests/libtest/CMakeFiles/lib1933.dir/rule +.PHONY : lib1933 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1933.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1933" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1933.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1933.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1933.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1934.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1934.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1934" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1934.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1934.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1934.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1934.dir/rule + +# Convenience name for target. +lib1934: external/curl/tests/libtest/CMakeFiles/lib1934.dir/rule +.PHONY : lib1934 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1934.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1934" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1934.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1934.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1934.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1935.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1935.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1935" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1935.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1935.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1935.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1935.dir/rule + +# Convenience name for target. +lib1935: external/curl/tests/libtest/CMakeFiles/lib1935.dir/rule +.PHONY : lib1935 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1935.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1935" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1935.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1935.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1935.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1936.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1936.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1936" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1936.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1936.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1936.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1936.dir/rule + +# Convenience name for target. +lib1936: external/curl/tests/libtest/CMakeFiles/lib1936.dir/rule +.PHONY : lib1936 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1936.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1936" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1936.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1936.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1936.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1937.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1937.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1937" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1937.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1937.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1937.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1937.dir/rule + +# Convenience name for target. +lib1937: external/curl/tests/libtest/CMakeFiles/lib1937.dir/rule +.PHONY : lib1937 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1937.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1937" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1937.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1937.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1937.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1938.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1938.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1938" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1938.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1938.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1938.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1938.dir/rule + +# Convenience name for target. +lib1938: external/curl/tests/libtest/CMakeFiles/lib1938.dir/rule +.PHONY : lib1938 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1938.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1938" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1938.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1938.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1938.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1939.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1939.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1939" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1939.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1939.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1939.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1939.dir/rule + +# Convenience name for target. +lib1939: external/curl/tests/libtest/CMakeFiles/lib1939.dir/rule +.PHONY : lib1939 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1939.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1939" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1939.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1939.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1939.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1940.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1940.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=63 "Built target lib1940" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1940.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1940.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1940.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1940.dir/rule + +# Convenience name for target. +lib1940: external/curl/tests/libtest/CMakeFiles/lib1940.dir/rule +.PHONY : lib1940 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1940.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=63 "Finished codegen for target lib1940" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1940.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1940.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1940.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1945.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1945.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1945" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1945.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1945.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1945.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1945.dir/rule + +# Convenience name for target. +lib1945: external/curl/tests/libtest/CMakeFiles/lib1945.dir/rule +.PHONY : lib1945 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1945.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1945" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1945.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1945.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1945.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1946.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1946.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1946" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1946.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1946.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1946.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1946.dir/rule + +# Convenience name for target. +lib1946: external/curl/tests/libtest/CMakeFiles/lib1946.dir/rule +.PHONY : lib1946 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1946.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1946" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1946.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1946.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1946.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1947.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1947.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1947" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1947.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1947.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1947.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1947.dir/rule + +# Convenience name for target. +lib1947: external/curl/tests/libtest/CMakeFiles/lib1947.dir/rule +.PHONY : lib1947 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1947.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1947" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1947.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1947.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1947.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1948.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1948.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1948" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1948.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1948.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1948.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1948.dir/rule + +# Convenience name for target. +lib1948: external/curl/tests/libtest/CMakeFiles/lib1948.dir/rule +.PHONY : lib1948 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1948.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1948" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1948.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1948.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1948.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1955.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1955.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1955" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1955.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1955.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1955.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1955.dir/rule + +# Convenience name for target. +lib1955: external/curl/tests/libtest/CMakeFiles/lib1955.dir/rule +.PHONY : lib1955 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1955.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1955" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1955.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1955.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1955.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1956.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1956.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1956" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1956.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1956.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1956.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1956.dir/rule + +# Convenience name for target. +lib1956: external/curl/tests/libtest/CMakeFiles/lib1956.dir/rule +.PHONY : lib1956 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1956.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1956" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1956.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1956.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1956.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1957.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1957.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1957" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1957.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1957.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1957.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1957.dir/rule + +# Convenience name for target. +lib1957: external/curl/tests/libtest/CMakeFiles/lib1957.dir/rule +.PHONY : lib1957 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1957.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1957" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1957.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1957.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1957.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1958.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1958.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=64 "Built target lib1958" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1958.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1958.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1958.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1958.dir/rule + +# Convenience name for target. +lib1958: external/curl/tests/libtest/CMakeFiles/lib1958.dir/rule +.PHONY : lib1958 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1958.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=64 "Finished codegen for target lib1958" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1958.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1958.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1958.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1959.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1959.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1959" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1959.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1959.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1959.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1959.dir/rule + +# Convenience name for target. +lib1959: external/curl/tests/libtest/CMakeFiles/lib1959.dir/rule +.PHONY : lib1959 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1959.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1959" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1959.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1959.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1959.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1960.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1960.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1960" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1960.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1960.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1960.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1960.dir/rule + +# Convenience name for target. +lib1960: external/curl/tests/libtest/CMakeFiles/lib1960.dir/rule +.PHONY : lib1960 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1960.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1960" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1960.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1960.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1960.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1964.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1964.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1964" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1964.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1964.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1964.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1964.dir/rule + +# Convenience name for target. +lib1964: external/curl/tests/libtest/CMakeFiles/lib1964.dir/rule +.PHONY : lib1964 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1964.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1964" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1964.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1964.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1964.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1970.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1970.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1970" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1970.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1970.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1970.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1970.dir/rule + +# Convenience name for target. +lib1970: external/curl/tests/libtest/CMakeFiles/lib1970.dir/rule +.PHONY : lib1970 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1970.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1970" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1970.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1970.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1970.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1971.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1971.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1971" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1971.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1971.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1971.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1971.dir/rule + +# Convenience name for target. +lib1971: external/curl/tests/libtest/CMakeFiles/lib1971.dir/rule +.PHONY : lib1971 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1971.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1971" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1971.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1971.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1971.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1972.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1972.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1972" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1972.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1972.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1972.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1972.dir/rule + +# Convenience name for target. +lib1972: external/curl/tests/libtest/CMakeFiles/lib1972.dir/rule +.PHONY : lib1972 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1972.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1972" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1972.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1972.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1972.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1973.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1973.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1973" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1973.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1973.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1973.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1973.dir/rule + +# Convenience name for target. +lib1973: external/curl/tests/libtest/CMakeFiles/lib1973.dir/rule +.PHONY : lib1973 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1973.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1973" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1973.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1973.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1973.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1974.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1974.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=65 "Built target lib1974" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1974.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1974.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1974.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1974.dir/rule + +# Convenience name for target. +lib1974: external/curl/tests/libtest/CMakeFiles/lib1974.dir/rule +.PHONY : lib1974 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1974.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=65 "Finished codegen for target lib1974" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1974.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1974.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1974.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1975.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1975.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1975" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1975.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1975.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1975.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1975.dir/rule + +# Convenience name for target. +lib1975: external/curl/tests/libtest/CMakeFiles/lib1975.dir/rule +.PHONY : lib1975 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1975.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1975" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1975.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1975.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1975.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1977.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1977.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1977" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1977.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1977.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1977.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1977.dir/rule + +# Convenience name for target. +lib1977: external/curl/tests/libtest/CMakeFiles/lib1977.dir/rule +.PHONY : lib1977 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1977.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1977" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1977.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1977.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1977.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1978.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib1978.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1978" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1978.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib1978.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1978.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1978.dir/rule + +# Convenience name for target. +lib1978: external/curl/tests/libtest/CMakeFiles/lib1978.dir/rule +.PHONY : lib1978 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib1978.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1978" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1978.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib1978.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1978.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2301.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib2301.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2301" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2301.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib2301.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2301.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2301.dir/rule + +# Convenience name for target. +lib2301: external/curl/tests/libtest/CMakeFiles/lib2301.dir/rule +.PHONY : lib2301 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib2301.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2301" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2301.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib2301.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2301.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2302.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib2302.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2302" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2302.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib2302.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2302.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2302.dir/rule + +# Convenience name for target. +lib2302: external/curl/tests/libtest/CMakeFiles/lib2302.dir/rule +.PHONY : lib2302 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib2302.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2302" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2302.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib2302.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2302.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2304.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib2304.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2304" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2304.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib2304.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2304.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2304.dir/rule + +# Convenience name for target. +lib2304: external/curl/tests/libtest/CMakeFiles/lib2304.dir/rule +.PHONY : lib2304 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib2304.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2304" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2304.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib2304.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2304.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2305.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib2305.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=66 "Built target lib2305" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2305.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib2305.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2305.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2305.dir/rule + +# Convenience name for target. +lib2305: external/curl/tests/libtest/CMakeFiles/lib2305.dir/rule +.PHONY : lib2305 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib2305.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=66 "Finished codegen for target lib2305" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2305.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib2305.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2305.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2306.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib2306.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2306" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2306.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib2306.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2306.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2306.dir/rule + +# Convenience name for target. +lib2306: external/curl/tests/libtest/CMakeFiles/lib2306.dir/rule +.PHONY : lib2306 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib2306.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2306" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2306.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib2306.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2306.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2308.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib2308.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2308" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2308.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib2308.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2308.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2308.dir/rule + +# Convenience name for target. +lib2308: external/curl/tests/libtest/CMakeFiles/lib2308.dir/rule +.PHONY : lib2308 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib2308.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2308" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2308.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib2308.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2308.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2309.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib2309.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2309" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2309.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib2309.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2309.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2309.dir/rule + +# Convenience name for target. +lib2309: external/curl/tests/libtest/CMakeFiles/lib2309.dir/rule +.PHONY : lib2309 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib2309.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2309" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2309.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib2309.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2309.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2310.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib2310.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2310" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2310.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib2310.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2310.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2310.dir/rule + +# Convenience name for target. +lib2310: external/curl/tests/libtest/CMakeFiles/lib2310.dir/rule +.PHONY : lib2310 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib2310.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2310" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2310.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib2310.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2310.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2311.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib2311.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2311" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2311.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib2311.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2311.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2311.dir/rule + +# Convenience name for target. +lib2311: external/curl/tests/libtest/CMakeFiles/lib2311.dir/rule +.PHONY : lib2311 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib2311.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2311" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2311.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib2311.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2311.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2312.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib2312.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2312" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2312.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib2312.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2312.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2312.dir/rule + +# Convenience name for target. +lib2312: external/curl/tests/libtest/CMakeFiles/lib2312.dir/rule +.PHONY : lib2312 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib2312.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2312" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2312.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib2312.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2312.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2402.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib2402.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=67 "Built target lib2402" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2402.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib2402.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2402.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2402.dir/rule + +# Convenience name for target. +lib2402: external/curl/tests/libtest/CMakeFiles/lib2402.dir/rule +.PHONY : lib2402 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib2402.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=67 "Finished codegen for target lib2402" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2402.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib2402.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2402.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2404.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib2404.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2404" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2404.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib2404.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2404.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2404.dir/rule + +# Convenience name for target. +lib2404: external/curl/tests/libtest/CMakeFiles/lib2404.dir/rule +.PHONY : lib2404 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib2404.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2404" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2404.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib2404.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2404.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2405.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib2405.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2405" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2405.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib2405.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2405.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2405.dir/rule + +# Convenience name for target. +lib2405: external/curl/tests/libtest/CMakeFiles/lib2405.dir/rule +.PHONY : lib2405 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib2405.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2405" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2405.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib2405.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2405.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2502.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib2502.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2502" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2502.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib2502.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2502.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2502.dir/rule + +# Convenience name for target. +lib2502: external/curl/tests/libtest/CMakeFiles/lib2502.dir/rule +.PHONY : lib2502 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib2502.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2502" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2502.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib2502.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2502.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3010.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib3010.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib3010" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3010.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib3010.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3010.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3010.dir/rule + +# Convenience name for target. +lib3010: external/curl/tests/libtest/CMakeFiles/lib3010.dir/rule +.PHONY : lib3010 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib3010.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib3010" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3010.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib3010.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3010.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3025.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib3025.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib3025" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3025.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib3025.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3025.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3025.dir/rule + +# Convenience name for target. +lib3025: external/curl/tests/libtest/CMakeFiles/lib3025.dir/rule +.PHONY : lib3025 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib3025.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib3025" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3025.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib3025.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3025.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3026.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib3026.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib3026" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3026.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib3026.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3026.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3026.dir/rule + +# Convenience name for target. +lib3026: external/curl/tests/libtest/CMakeFiles/lib3026.dir/rule +.PHONY : lib3026 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib3026.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib3026" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3026.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib3026.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3026.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3027.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib3027.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=68 "Built target lib3027" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3027.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib3027.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3027.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3027.dir/rule + +# Convenience name for target. +lib3027: external/curl/tests/libtest/CMakeFiles/lib3027.dir/rule +.PHONY : lib3027 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib3027.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=68 "Finished codegen for target lib3027" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3027.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib3027.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3027.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3100.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib3100.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib3100" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3100.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib3100.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3100.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3100.dir/rule + +# Convenience name for target. +lib3100: external/curl/tests/libtest/CMakeFiles/lib3100.dir/rule +.PHONY : lib3100 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib3100.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib3100" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3100.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib3100.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3100.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3101.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib3101.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib3101" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3101.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib3101.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3101.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3101.dir/rule + +# Convenience name for target. +lib3101: external/curl/tests/libtest/CMakeFiles/lib3101.dir/rule +.PHONY : lib3101 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib3101.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib3101" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3101.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib3101.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3101.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3102.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib3102.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib3102" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3102.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib3102.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3102.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3102.dir/rule + +# Convenience name for target. +lib3102: external/curl/tests/libtest/CMakeFiles/lib3102.dir/rule +.PHONY : lib3102 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib3102.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib3102" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3102.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib3102.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3102.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3103.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib3103.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib3103" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3103.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib3103.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3103.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3103.dir/rule + +# Convenience name for target. +lib3103: external/curl/tests/libtest/CMakeFiles/lib3103.dir/rule +.PHONY : lib3103 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib3103.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib3103" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3103.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib3103.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3103.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3104.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib3104.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib3104" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3104.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib3104.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3104.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3104.dir/rule + +# Convenience name for target. +lib3104: external/curl/tests/libtest/CMakeFiles/lib3104.dir/rule +.PHONY : lib3104 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib3104.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib3104" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3104.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib3104.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3104.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3105.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib3105.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib3105" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3105.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib3105.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3105.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3105.dir/rule + +# Convenience name for target. +lib3105: external/curl/tests/libtest/CMakeFiles/lib3105.dir/rule +.PHONY : lib3105 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib3105.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib3105" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3105.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib3105.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3105.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3207.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib3207.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib3207" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3207.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib3207.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3207.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3207.dir/rule + +# Convenience name for target. +lib3207: external/curl/tests/libtest/CMakeFiles/lib3207.dir/rule +.PHONY : lib3207 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib3207.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib3207" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3207.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib3207.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3207.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3208.dir + +# All Build rule for target. +external/curl/tests/libtest/CMakeFiles/lib3208.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=69 "Built target lib3208" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3208.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/libtest/CMakeFiles/lib3208.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3208.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3208.dir/rule + +# Convenience name for target. +lib3208: external/curl/tests/libtest/CMakeFiles/lib3208.dir/rule +.PHONY : lib3208 + +# codegen rule for target. +external/curl/tests/libtest/CMakeFiles/lib3208.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=69 "Finished codegen for target lib3208" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3208.dir/codegen + +# clean rule for target. +external/curl/tests/libtest/CMakeFiles/lib3208.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/clean +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3208.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/tunit/CMakeFiles/tool1394.dir + +# All Build rule for target. +external/curl/tests/tunit/CMakeFiles/tool1394.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target tool1394" +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1394.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/tunit/CMakeFiles/tool1394.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/tunit/CMakeFiles/tool1394.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1394.dir/rule + +# Convenience name for target. +tool1394: external/curl/tests/tunit/CMakeFiles/tool1394.dir/rule +.PHONY : tool1394 + +# codegen rule for target. +external/curl/tests/tunit/CMakeFiles/tool1394.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target tool1394" +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1394.dir/codegen + +# clean rule for target. +external/curl/tests/tunit/CMakeFiles/tool1394.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/clean +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1394.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/tunit/CMakeFiles/tool1604.dir + +# All Build rule for target. +external/curl/tests/tunit/CMakeFiles/tool1604.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target tool1604" +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1604.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/tunit/CMakeFiles/tool1604.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/tunit/CMakeFiles/tool1604.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1604.dir/rule + +# Convenience name for target. +tool1604: external/curl/tests/tunit/CMakeFiles/tool1604.dir/rule +.PHONY : tool1604 + +# codegen rule for target. +external/curl/tests/tunit/CMakeFiles/tool1604.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target tool1604" +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1604.dir/codegen + +# clean rule for target. +external/curl/tests/tunit/CMakeFiles/tool1604.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/clean +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1604.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/tunit/CMakeFiles/tool1621.dir + +# All Build rule for target. +external/curl/tests/tunit/CMakeFiles/tool1621.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=93 "Built target tool1621" +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1621.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/tunit/CMakeFiles/tool1621.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/tunit/CMakeFiles/tool1621.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1621.dir/rule + +# Convenience name for target. +tool1621: external/curl/tests/tunit/CMakeFiles/tool1621.dir/rule +.PHONY : tool1621 + +# codegen rule for target. +external/curl/tests/tunit/CMakeFiles/tool1621.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=93 "Finished codegen for target tool1621" +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1621.dir/codegen + +# clean rule for target. +external/curl/tests/tunit/CMakeFiles/tool1621.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/clean +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1621.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1300.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1300.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1300" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1300.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1300.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1300.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1300.dir/rule + +# Convenience name for target. +unit1300: external/curl/tests/unit/CMakeFiles/unit1300.dir/rule +.PHONY : unit1300 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1300.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1300" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1300.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1300.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1300.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1302.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1302.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1302" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1302.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1302.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1302.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1302.dir/rule + +# Convenience name for target. +unit1302: external/curl/tests/unit/CMakeFiles/unit1302.dir/rule +.PHONY : unit1302 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1302.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1302" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1302.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1302.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1302.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1303.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1303.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1303" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1303.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1303.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1303.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1303.dir/rule + +# Convenience name for target. +unit1303: external/curl/tests/unit/CMakeFiles/unit1303.dir/rule +.PHONY : unit1303 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1303.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1303" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1303.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1303.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1303.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1304.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1304.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1304" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1304.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1304.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1304.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1304.dir/rule + +# Convenience name for target. +unit1304: external/curl/tests/unit/CMakeFiles/unit1304.dir/rule +.PHONY : unit1304 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1304.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1304" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1304.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1304.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1304.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1305.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1305.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1305" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1305.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1305.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1305.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1305.dir/rule + +# Convenience name for target. +unit1305: external/curl/tests/unit/CMakeFiles/unit1305.dir/rule +.PHONY : unit1305 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1305.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1305" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1305.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1305.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1305.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1307.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1307.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1307" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1307.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1307.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1307.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1307.dir/rule + +# Convenience name for target. +unit1307: external/curl/tests/unit/CMakeFiles/unit1307.dir/rule +.PHONY : unit1307 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1307.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1307" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1307.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1307.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1307.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1309.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1309.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1309" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1309.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1309.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1309.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1309.dir/rule + +# Convenience name for target. +unit1309: external/curl/tests/unit/CMakeFiles/unit1309.dir/rule +.PHONY : unit1309 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1309.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1309" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1309.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1309.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1309.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1323.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1323.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=94 "Built target unit1323" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1323.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1323.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1323.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1323.dir/rule + +# Convenience name for target. +unit1323: external/curl/tests/unit/CMakeFiles/unit1323.dir/rule +.PHONY : unit1323 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1323.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=94 "Finished codegen for target unit1323" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1323.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1323.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1323.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1330.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1330.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1330" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1330.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1330.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1330.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1330.dir/rule + +# Convenience name for target. +unit1330: external/curl/tests/unit/CMakeFiles/unit1330.dir/rule +.PHONY : unit1330 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1330.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1330" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1330.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1330.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1330.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1395.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1395.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1395" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1395.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1395.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1395.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1395.dir/rule + +# Convenience name for target. +unit1395: external/curl/tests/unit/CMakeFiles/unit1395.dir/rule +.PHONY : unit1395 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1395.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1395" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1395.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1395.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1395.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1396.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1396.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1396" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1396.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1396.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1396.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1396.dir/rule + +# Convenience name for target. +unit1396: external/curl/tests/unit/CMakeFiles/unit1396.dir/rule +.PHONY : unit1396 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1396.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1396" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1396.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1396.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1396.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1397.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1397.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1397" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1397.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1397.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1397.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1397.dir/rule + +# Convenience name for target. +unit1397: external/curl/tests/unit/CMakeFiles/unit1397.dir/rule +.PHONY : unit1397 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1397.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1397" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1397.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1397.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1397.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1398.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1398.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1398" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1398.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1398.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1398.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1398.dir/rule + +# Convenience name for target. +unit1398: external/curl/tests/unit/CMakeFiles/unit1398.dir/rule +.PHONY : unit1398 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1398.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1398" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1398.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1398.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1398.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1399.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1399.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1399" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1399.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1399.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1399.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1399.dir/rule + +# Convenience name for target. +unit1399: external/curl/tests/unit/CMakeFiles/unit1399.dir/rule +.PHONY : unit1399 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1399.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1399" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1399.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1399.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1399.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1600.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1600.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1600" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1600.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1600.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1600.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1600.dir/rule + +# Convenience name for target. +unit1600: external/curl/tests/unit/CMakeFiles/unit1600.dir/rule +.PHONY : unit1600 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1600.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1600" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1600.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1600.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1600.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1601.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1601.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1601" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1601.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1601.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1601.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1601.dir/rule + +# Convenience name for target. +unit1601: external/curl/tests/unit/CMakeFiles/unit1601.dir/rule +.PHONY : unit1601 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1601.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1601" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1601.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1601.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1601.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1602.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1602.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1602" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1602.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1602.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1602.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1602.dir/rule + +# Convenience name for target. +unit1602: external/curl/tests/unit/CMakeFiles/unit1602.dir/rule +.PHONY : unit1602 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1602.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1602" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1602.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1602.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1602.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1603.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1603.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=95 "Built target unit1603" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1603.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1603.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1603.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1603.dir/rule + +# Convenience name for target. +unit1603: external/curl/tests/unit/CMakeFiles/unit1603.dir/rule +.PHONY : unit1603 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1603.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=95 "Finished codegen for target unit1603" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1603.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1603.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1603.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1605.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1605.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1605" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1605.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1605.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1605.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1605.dir/rule + +# Convenience name for target. +unit1605: external/curl/tests/unit/CMakeFiles/unit1605.dir/rule +.PHONY : unit1605 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1605.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1605" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1605.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1605.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1605.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1606.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1606.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1606" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1606.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1606.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1606.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1606.dir/rule + +# Convenience name for target. +unit1606: external/curl/tests/unit/CMakeFiles/unit1606.dir/rule +.PHONY : unit1606 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1606.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1606" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1606.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1606.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1606.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1607.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1607.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1607" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1607.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1607.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1607.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1607.dir/rule + +# Convenience name for target. +unit1607: external/curl/tests/unit/CMakeFiles/unit1607.dir/rule +.PHONY : unit1607 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1607.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1607" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1607.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1607.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1607.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1608.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1608.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1608" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1608.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1608.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1608.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1608.dir/rule + +# Convenience name for target. +unit1608: external/curl/tests/unit/CMakeFiles/unit1608.dir/rule +.PHONY : unit1608 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1608.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1608" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1608.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1608.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1608.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1609.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1609.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1609" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1609.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1609.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1609.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1609.dir/rule + +# Convenience name for target. +unit1609: external/curl/tests/unit/CMakeFiles/unit1609.dir/rule +.PHONY : unit1609 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1609.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1609" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1609.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1609.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1609.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1610.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1610.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1610" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1610.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1610.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1610.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1610.dir/rule + +# Convenience name for target. +unit1610: external/curl/tests/unit/CMakeFiles/unit1610.dir/rule +.PHONY : unit1610 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1610.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1610" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1610.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1610.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1610.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1611.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1611.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1611" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1611.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1611.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1611.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1611.dir/rule + +# Convenience name for target. +unit1611: external/curl/tests/unit/CMakeFiles/unit1611.dir/rule +.PHONY : unit1611 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1611.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1611" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1611.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1611.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1611.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1612.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1612.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1612" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1612.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1612.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1612.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1612.dir/rule + +# Convenience name for target. +unit1612: external/curl/tests/unit/CMakeFiles/unit1612.dir/rule +.PHONY : unit1612 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1612.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1612" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1612.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1612.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1612.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1614.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1614.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=96 "Built target unit1614" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1614.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1614.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1614.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1614.dir/rule + +# Convenience name for target. +unit1614: external/curl/tests/unit/CMakeFiles/unit1614.dir/rule +.PHONY : unit1614 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1614.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=96 "Finished codegen for target unit1614" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1614.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1614.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1614.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1615.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1615.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1615" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1615.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1615.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1615.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1615.dir/rule + +# Convenience name for target. +unit1615: external/curl/tests/unit/CMakeFiles/unit1615.dir/rule +.PHONY : unit1615 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1615.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1615" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1615.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1615.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1615.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1616.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1616.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1616" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1616.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1616.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1616.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1616.dir/rule + +# Convenience name for target. +unit1616: external/curl/tests/unit/CMakeFiles/unit1616.dir/rule +.PHONY : unit1616 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1616.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1616" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1616.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1616.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1616.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1620.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1620.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1620" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1620.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1620.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1620.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1620.dir/rule + +# Convenience name for target. +unit1620: external/curl/tests/unit/CMakeFiles/unit1620.dir/rule +.PHONY : unit1620 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1620.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1620" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1620.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1620.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1620.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1650.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1650.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1650" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1650.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1650.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1650.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1650.dir/rule + +# Convenience name for target. +unit1650: external/curl/tests/unit/CMakeFiles/unit1650.dir/rule +.PHONY : unit1650 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1650.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1650" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1650.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1650.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1650.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1651.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1651.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1651" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1651.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1651.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1651.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1651.dir/rule + +# Convenience name for target. +unit1651: external/curl/tests/unit/CMakeFiles/unit1651.dir/rule +.PHONY : unit1651 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1651.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1651" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1651.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1651.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1651.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1652.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1652.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1652" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1652.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1652.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1652.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1652.dir/rule + +# Convenience name for target. +unit1652: external/curl/tests/unit/CMakeFiles/unit1652.dir/rule +.PHONY : unit1652 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1652.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1652" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1652.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1652.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1652.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1653.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1653.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1653" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1653.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1653.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1653.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1653.dir/rule + +# Convenience name for target. +unit1653: external/curl/tests/unit/CMakeFiles/unit1653.dir/rule +.PHONY : unit1653 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1653.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1653" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1653.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1653.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1653.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1654.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1654.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1654" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1654.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1654.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1654.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1654.dir/rule + +# Convenience name for target. +unit1654: external/curl/tests/unit/CMakeFiles/unit1654.dir/rule +.PHONY : unit1654 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1654.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1654" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1654.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1654.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1654.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1655.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1655.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1655" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1655.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1655.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1655.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1655.dir/rule + +# Convenience name for target. +unit1655: external/curl/tests/unit/CMakeFiles/unit1655.dir/rule +.PHONY : unit1655 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1655.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1655" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1655.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1655.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1655.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1656.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1656.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=97 "Built target unit1656" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1656.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1656.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1656.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1656.dir/rule + +# Convenience name for target. +unit1656: external/curl/tests/unit/CMakeFiles/unit1656.dir/rule +.PHONY : unit1656 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1656.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=97 "Finished codegen for target unit1656" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1656.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1656.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1656.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1657.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1657.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1657" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1657.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1657.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1657.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1657.dir/rule + +# Convenience name for target. +unit1657: external/curl/tests/unit/CMakeFiles/unit1657.dir/rule +.PHONY : unit1657 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1657.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1657" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1657.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1657.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1657.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1658.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1658.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1658" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1658.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1658.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1658.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1658.dir/rule + +# Convenience name for target. +unit1658: external/curl/tests/unit/CMakeFiles/unit1658.dir/rule +.PHONY : unit1658 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1658.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1658" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1658.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1658.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1658.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1660.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1660.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1660" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1660.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1660.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1660.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1660.dir/rule + +# Convenience name for target. +unit1660: external/curl/tests/unit/CMakeFiles/unit1660.dir/rule +.PHONY : unit1660 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1660.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1660" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1660.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1660.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1660.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1661.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1661.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1661" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1661.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1661.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1661.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1661.dir/rule + +# Convenience name for target. +unit1661: external/curl/tests/unit/CMakeFiles/unit1661.dir/rule +.PHONY : unit1661 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1661.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1661" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1661.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1661.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1661.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1663.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1663.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1663" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1663.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1663.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1663.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1663.dir/rule + +# Convenience name for target. +unit1663: external/curl/tests/unit/CMakeFiles/unit1663.dir/rule +.PHONY : unit1663 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1663.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1663" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1663.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1663.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1663.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1664.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1664.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1664" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1664.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1664.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1664.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1664.dir/rule + +# Convenience name for target. +unit1664: external/curl/tests/unit/CMakeFiles/unit1664.dir/rule +.PHONY : unit1664 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1664.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1664" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1664.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1664.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1664.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1979.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1979.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1979" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1979.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1979.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1979.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1979.dir/rule + +# Convenience name for target. +unit1979: external/curl/tests/unit/CMakeFiles/unit1979.dir/rule +.PHONY : unit1979 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1979.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1979" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1979.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1979.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1979.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit1980.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit1980.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1980" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1980.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit1980.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1980.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1980.dir/rule + +# Convenience name for target. +unit1980: external/curl/tests/unit/CMakeFiles/unit1980.dir/rule +.PHONY : unit1980 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit1980.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1980" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1980.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit1980.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit1980.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit2600.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit2600.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=98 "Built target unit2600" +.PHONY : external/curl/tests/unit/CMakeFiles/unit2600.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit2600.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit2600.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit2600.dir/rule + +# Convenience name for target. +unit2600: external/curl/tests/unit/CMakeFiles/unit2600.dir/rule +.PHONY : unit2600 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit2600.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=98 "Finished codegen for target unit2600" +.PHONY : external/curl/tests/unit/CMakeFiles/unit2600.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit2600.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit2600.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit2601.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit2601.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit2601" +.PHONY : external/curl/tests/unit/CMakeFiles/unit2601.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit2601.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit2601.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit2601.dir/rule + +# Convenience name for target. +unit2601: external/curl/tests/unit/CMakeFiles/unit2601.dir/rule +.PHONY : unit2601 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit2601.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit2601" +.PHONY : external/curl/tests/unit/CMakeFiles/unit2601.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit2601.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit2601.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit2602.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit2602.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit2602" +.PHONY : external/curl/tests/unit/CMakeFiles/unit2602.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit2602.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit2602.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit2602.dir/rule + +# Convenience name for target. +unit2602: external/curl/tests/unit/CMakeFiles/unit2602.dir/rule +.PHONY : unit2602 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit2602.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit2602" +.PHONY : external/curl/tests/unit/CMakeFiles/unit2602.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit2602.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit2602.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit2603.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit2603.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit2603" +.PHONY : external/curl/tests/unit/CMakeFiles/unit2603.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit2603.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit2603.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit2603.dir/rule + +# Convenience name for target. +unit2603: external/curl/tests/unit/CMakeFiles/unit2603.dir/rule +.PHONY : unit2603 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit2603.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit2603" +.PHONY : external/curl/tests/unit/CMakeFiles/unit2603.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit2603.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit2603.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit2604.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit2604.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit2604" +.PHONY : external/curl/tests/unit/CMakeFiles/unit2604.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit2604.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit2604.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit2604.dir/rule + +# Convenience name for target. +unit2604: external/curl/tests/unit/CMakeFiles/unit2604.dir/rule +.PHONY : unit2604 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit2604.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit2604" +.PHONY : external/curl/tests/unit/CMakeFiles/unit2604.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit2604.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit2604.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit3200.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit3200.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit3200" +.PHONY : external/curl/tests/unit/CMakeFiles/unit3200.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit3200.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit3200.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit3200.dir/rule + +# Convenience name for target. +unit3200: external/curl/tests/unit/CMakeFiles/unit3200.dir/rule +.PHONY : unit3200 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit3200.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit3200" +.PHONY : external/curl/tests/unit/CMakeFiles/unit3200.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit3200.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit3200.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit3205.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit3205.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit3205" +.PHONY : external/curl/tests/unit/CMakeFiles/unit3205.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit3205.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit3205.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit3205.dir/rule + +# Convenience name for target. +unit3205: external/curl/tests/unit/CMakeFiles/unit3205.dir/rule +.PHONY : unit3205 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit3205.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit3205" +.PHONY : external/curl/tests/unit/CMakeFiles/unit3205.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit3205.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit3205.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit3211.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit3211.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit3211" +.PHONY : external/curl/tests/unit/CMakeFiles/unit3211.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit3211.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit3211.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit3211.dir/rule + +# Convenience name for target. +unit3211: external/curl/tests/unit/CMakeFiles/unit3211.dir/rule +.PHONY : unit3211 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit3211.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit3211" +.PHONY : external/curl/tests/unit/CMakeFiles/unit3211.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit3211.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit3211.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit3212.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit3212.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit3212" +.PHONY : external/curl/tests/unit/CMakeFiles/unit3212.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit3212.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit3212.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit3212.dir/rule + +# Convenience name for target. +unit3212: external/curl/tests/unit/CMakeFiles/unit3212.dir/rule +.PHONY : unit3212 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit3212.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit3212" +.PHONY : external/curl/tests/unit/CMakeFiles/unit3212.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit3212.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit3212.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/unit/CMakeFiles/unit3213.dir + +# All Build rule for target. +external/curl/tests/unit/CMakeFiles/unit3213.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit3213" +.PHONY : external/curl/tests/unit/CMakeFiles/unit3213.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/unit/CMakeFiles/unit3213.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit3213.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/unit/CMakeFiles/unit3213.dir/rule + +# Convenience name for target. +unit3213: external/curl/tests/unit/CMakeFiles/unit3213.dir/rule +.PHONY : unit3213 + +# codegen rule for target. +external/curl/tests/unit/CMakeFiles/unit3213.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit3213" +.PHONY : external/curl/tests/unit/CMakeFiles/unit3213.dir/codegen + +# clean rule for target. +external/curl/tests/unit/CMakeFiles/unit3213.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/clean +.PHONY : external/curl/tests/unit/CMakeFiles/unit3213.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/certs/CMakeFiles/build-certs.dir + +# All Build rule for target. +external/curl/tests/certs/CMakeFiles/build-certs.dir/all: + $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/build-certs.dir/build.make external/curl/tests/certs/CMakeFiles/build-certs.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/build-certs.dir/build.make external/curl/tests/certs/CMakeFiles/build-certs.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target build-certs" +.PHONY : external/curl/tests/certs/CMakeFiles/build-certs.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/certs/CMakeFiles/build-certs.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/certs/CMakeFiles/build-certs.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/certs/CMakeFiles/build-certs.dir/rule + +# Convenience name for target. +build-certs: external/curl/tests/certs/CMakeFiles/build-certs.dir/rule +.PHONY : build-certs + +# codegen rule for target. +external/curl/tests/certs/CMakeFiles/build-certs.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/build-certs.dir/build.make external/curl/tests/certs/CMakeFiles/build-certs.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target build-certs" +.PHONY : external/curl/tests/certs/CMakeFiles/build-certs.dir/codegen + +# clean rule for target. +external/curl/tests/certs/CMakeFiles/build-certs.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/build-certs.dir/build.make external/curl/tests/certs/CMakeFiles/build-certs.dir/clean +.PHONY : external/curl/tests/certs/CMakeFiles/build-certs.dir/clean + +#============================================================================= +# Target rules for target external/curl/tests/certs/CMakeFiles/clean-certs.dir + +# All Build rule for target. +external/curl/tests/certs/CMakeFiles/clean-certs.dir/all: + $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/clean-certs.dir/build.make external/curl/tests/certs/CMakeFiles/clean-certs.dir/depend + $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/clean-certs.dir/build.make external/curl/tests/certs/CMakeFiles/clean-certs.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target clean-certs" +.PHONY : external/curl/tests/certs/CMakeFiles/clean-certs.dir/all + +# Build rule for subdir invocation for target. +external/curl/tests/certs/CMakeFiles/clean-certs.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/certs/CMakeFiles/clean-certs.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : external/curl/tests/certs/CMakeFiles/clean-certs.dir/rule + +# Convenience name for target. +clean-certs: external/curl/tests/certs/CMakeFiles/clean-certs.dir/rule +.PHONY : clean-certs + +# codegen rule for target. +external/curl/tests/certs/CMakeFiles/clean-certs.dir/codegen: + $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/clean-certs.dir/build.make external/curl/tests/certs/CMakeFiles/clean-certs.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target clean-certs" +.PHONY : external/curl/tests/certs/CMakeFiles/clean-certs.dir/codegen + +# clean rule for target. +external/curl/tests/certs/CMakeFiles/clean-certs.dir/clean: + $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/clean-certs.dir/build.make external/curl/tests/certs/CMakeFiles/clean-certs.dir/clean +.PHONY : external/curl/tests/certs/CMakeFiles/clean-certs.dir/clean + +#============================================================================= +# Target rules for target PopWork/CMakeFiles/PopWork.dir + +# All Build rule for target. +PopWork/CMakeFiles/PopWork.dir/all: external/ogg/CMakeFiles/ogg.dir/all +PopWork/CMakeFiles/PopWork.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all +PopWork/CMakeFiles/PopWork.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all +PopWork/CMakeFiles/PopWork.dir/all: external/SDL/CMakeFiles/SDL3-static.dir/all +PopWork/CMakeFiles/PopWork.dir/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all +PopWork/CMakeFiles/PopWork.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +PopWork/CMakeFiles/PopWork.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all +PopWork/CMakeFiles/PopWork.dir/all: external/miniaudio/CMakeFiles/miniaudio.dir/all +PopWork/CMakeFiles/PopWork.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all + $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/depend + $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=5,6,7 "Built target PopWork" +.PHONY : PopWork/CMakeFiles/PopWork.dir/all + +# Build rule for subdir invocation for target. +PopWork/CMakeFiles/PopWork.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 27 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PopWork/CMakeFiles/PopWork.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : PopWork/CMakeFiles/PopWork.dir/rule + +# Convenience name for target. +PopWork: PopWork/CMakeFiles/PopWork.dir/rule +.PHONY : PopWork + +# codegen rule for target. +PopWork/CMakeFiles/PopWork.dir/codegen: + $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=5,6,7 "Finished codegen for target PopWork" +.PHONY : PopWork/CMakeFiles/PopWork.dir/codegen + +# clean rule for target. +PopWork/CMakeFiles/PopWork.dir/clean: + $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/clean +.PHONY : PopWork/CMakeFiles/PopWork.dir/clean + +#============================================================================= +# Target rules for target examples/src/demo1/CMakeFiles/Demo1.dir + +# All Build rule for target. +examples/src/demo1/CMakeFiles/Demo1.dir/all: external/ogg/CMakeFiles/ogg.dir/all +examples/src/demo1/CMakeFiles/Demo1.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all +examples/src/demo1/CMakeFiles/Demo1.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all +examples/src/demo1/CMakeFiles/Demo1.dir/all: external/SDL/CMakeFiles/SDL3-static.dir/all +examples/src/demo1/CMakeFiles/Demo1.dir/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all +examples/src/demo1/CMakeFiles/Demo1.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +examples/src/demo1/CMakeFiles/Demo1.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all +examples/src/demo1/CMakeFiles/Demo1.dir/all: external/miniaudio/CMakeFiles/miniaudio.dir/all +examples/src/demo1/CMakeFiles/Demo1.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all +examples/src/demo1/CMakeFiles/Demo1.dir/all: PopWork/CMakeFiles/PopWork.dir/all + $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/depend + $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target Demo1" +.PHONY : examples/src/demo1/CMakeFiles/Demo1.dir/all + +# Build rule for subdir invocation for target. +examples/src/demo1/CMakeFiles/Demo1.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 27 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo1/CMakeFiles/Demo1.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : examples/src/demo1/CMakeFiles/Demo1.dir/rule + +# Convenience name for target. +Demo1: examples/src/demo1/CMakeFiles/Demo1.dir/rule +.PHONY : Demo1 + +# codegen rule for target. +examples/src/demo1/CMakeFiles/Demo1.dir/codegen: + $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target Demo1" +.PHONY : examples/src/demo1/CMakeFiles/Demo1.dir/codegen + +# clean rule for target. +examples/src/demo1/CMakeFiles/Demo1.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/clean +.PHONY : examples/src/demo1/CMakeFiles/Demo1.dir/clean + +#============================================================================= +# Target rules for target examples/src/demo2/CMakeFiles/Demo2.dir + +# All Build rule for target. +examples/src/demo2/CMakeFiles/Demo2.dir/all: external/ogg/CMakeFiles/ogg.dir/all +examples/src/demo2/CMakeFiles/Demo2.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all +examples/src/demo2/CMakeFiles/Demo2.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all +examples/src/demo2/CMakeFiles/Demo2.dir/all: external/SDL/CMakeFiles/SDL3-static.dir/all +examples/src/demo2/CMakeFiles/Demo2.dir/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all +examples/src/demo2/CMakeFiles/Demo2.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +examples/src/demo2/CMakeFiles/Demo2.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all +examples/src/demo2/CMakeFiles/Demo2.dir/all: external/miniaudio/CMakeFiles/miniaudio.dir/all +examples/src/demo2/CMakeFiles/Demo2.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all +examples/src/demo2/CMakeFiles/Demo2.dir/all: PopWork/CMakeFiles/PopWork.dir/all + $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/depend + $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target Demo2" +.PHONY : examples/src/demo2/CMakeFiles/Demo2.dir/all + +# Build rule for subdir invocation for target. +examples/src/demo2/CMakeFiles/Demo2.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 27 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo2/CMakeFiles/Demo2.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : examples/src/demo2/CMakeFiles/Demo2.dir/rule + +# Convenience name for target. +Demo2: examples/src/demo2/CMakeFiles/Demo2.dir/rule +.PHONY : Demo2 + +# codegen rule for target. +examples/src/demo2/CMakeFiles/Demo2.dir/codegen: + $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target Demo2" +.PHONY : examples/src/demo2/CMakeFiles/Demo2.dir/codegen + +# clean rule for target. +examples/src/demo2/CMakeFiles/Demo2.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/clean +.PHONY : examples/src/demo2/CMakeFiles/Demo2.dir/clean + +#============================================================================= +# Target rules for target examples/src/demo3/CMakeFiles/Demo3.dir + +# All Build rule for target. +examples/src/demo3/CMakeFiles/Demo3.dir/all: external/ogg/CMakeFiles/ogg.dir/all +examples/src/demo3/CMakeFiles/Demo3.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all +examples/src/demo3/CMakeFiles/Demo3.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all +examples/src/demo3/CMakeFiles/Demo3.dir/all: external/SDL/CMakeFiles/SDL3-static.dir/all +examples/src/demo3/CMakeFiles/Demo3.dir/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all +examples/src/demo3/CMakeFiles/Demo3.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +examples/src/demo3/CMakeFiles/Demo3.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all +examples/src/demo3/CMakeFiles/Demo3.dir/all: external/miniaudio/CMakeFiles/miniaudio.dir/all +examples/src/demo3/CMakeFiles/Demo3.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all +examples/src/demo3/CMakeFiles/Demo3.dir/all: PopWork/CMakeFiles/PopWork.dir/all + $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/depend + $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target Demo3" +.PHONY : examples/src/demo3/CMakeFiles/Demo3.dir/all + +# Build rule for subdir invocation for target. +examples/src/demo3/CMakeFiles/Demo3.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 27 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo3/CMakeFiles/Demo3.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : examples/src/demo3/CMakeFiles/Demo3.dir/rule + +# Convenience name for target. +Demo3: examples/src/demo3/CMakeFiles/Demo3.dir/rule +.PHONY : Demo3 + +# codegen rule for target. +examples/src/demo3/CMakeFiles/Demo3.dir/codegen: + $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target Demo3" +.PHONY : examples/src/demo3/CMakeFiles/Demo3.dir/codegen + +# clean rule for target. +examples/src/demo3/CMakeFiles/Demo3.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/clean +.PHONY : examples/src/demo3/CMakeFiles/Demo3.dir/clean + +#============================================================================= +# Target rules for target examples/src/demo4/CMakeFiles/Demo4.dir + +# All Build rule for target. +examples/src/demo4/CMakeFiles/Demo4.dir/all: external/ogg/CMakeFiles/ogg.dir/all +examples/src/demo4/CMakeFiles/Demo4.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all +examples/src/demo4/CMakeFiles/Demo4.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all +examples/src/demo4/CMakeFiles/Demo4.dir/all: external/SDL/CMakeFiles/SDL3-static.dir/all +examples/src/demo4/CMakeFiles/Demo4.dir/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all +examples/src/demo4/CMakeFiles/Demo4.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +examples/src/demo4/CMakeFiles/Demo4.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all +examples/src/demo4/CMakeFiles/Demo4.dir/all: external/miniaudio/CMakeFiles/miniaudio.dir/all +examples/src/demo4/CMakeFiles/Demo4.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all +examples/src/demo4/CMakeFiles/Demo4.dir/all: PopWork/CMakeFiles/PopWork.dir/all + $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/depend + $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target Demo4" +.PHONY : examples/src/demo4/CMakeFiles/Demo4.dir/all + +# Build rule for subdir invocation for target. +examples/src/demo4/CMakeFiles/Demo4.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 27 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo4/CMakeFiles/Demo4.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : examples/src/demo4/CMakeFiles/Demo4.dir/rule + +# Convenience name for target. +Demo4: examples/src/demo4/CMakeFiles/Demo4.dir/rule +.PHONY : Demo4 + +# codegen rule for target. +examples/src/demo4/CMakeFiles/Demo4.dir/codegen: + $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target Demo4" +.PHONY : examples/src/demo4/CMakeFiles/Demo4.dir/codegen + +# clean rule for target. +examples/src/demo4/CMakeFiles/Demo4.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/clean +.PHONY : examples/src/demo4/CMakeFiles/Demo4.dir/clean + +#============================================================================= +# Target rules for target examples/src/demo5/CMakeFiles/Demo5.dir + +# All Build rule for target. +examples/src/demo5/CMakeFiles/Demo5.dir/all: external/ogg/CMakeFiles/ogg.dir/all +examples/src/demo5/CMakeFiles/Demo5.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all +examples/src/demo5/CMakeFiles/Demo5.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all +examples/src/demo5/CMakeFiles/Demo5.dir/all: external/SDL/CMakeFiles/SDL3-static.dir/all +examples/src/demo5/CMakeFiles/Demo5.dir/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all +examples/src/demo5/CMakeFiles/Demo5.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +examples/src/demo5/CMakeFiles/Demo5.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all +examples/src/demo5/CMakeFiles/Demo5.dir/all: external/miniaudio/CMakeFiles/miniaudio.dir/all +examples/src/demo5/CMakeFiles/Demo5.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all +examples/src/demo5/CMakeFiles/Demo5.dir/all: PopWork/CMakeFiles/PopWork.dir/all + $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/depend + $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=1 "Built target Demo5" +.PHONY : examples/src/demo5/CMakeFiles/Demo5.dir/all + +# Build rule for subdir invocation for target. +examples/src/demo5/CMakeFiles/Demo5.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 28 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo5/CMakeFiles/Demo5.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : examples/src/demo5/CMakeFiles/Demo5.dir/rule + +# Convenience name for target. +Demo5: examples/src/demo5/CMakeFiles/Demo5.dir/rule +.PHONY : Demo5 + +# codegen rule for target. +examples/src/demo5/CMakeFiles/Demo5.dir/codegen: + $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=1 "Finished codegen for target Demo5" +.PHONY : examples/src/demo5/CMakeFiles/Demo5.dir/codegen + +# clean rule for target. +examples/src/demo5/CMakeFiles/Demo5.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/clean +.PHONY : examples/src/demo5/CMakeFiles/Demo5.dir/clean + +#============================================================================= +# Target rules for target examples/src/hun-garr/CMakeFiles/Hun-garr.dir + +# All Build rule for target. +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all: external/ogg/CMakeFiles/ogg.dir/all +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all: external/SDL/CMakeFiles/SDL3-static.dir/all +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all: external/miniaudio/CMakeFiles/miniaudio.dir/all +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all: PopWork/CMakeFiles/PopWork.dir/all + $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/depend + $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target Hun-garr" +.PHONY : examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all + +# Build rule for subdir invocation for target. +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 27 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : examples/src/hun-garr/CMakeFiles/Hun-garr.dir/rule + +# Convenience name for target. +Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/rule +.PHONY : Hun-garr + +# codegen rule for target. +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/codegen: + $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target Hun-garr" +.PHONY : examples/src/hun-garr/CMakeFiles/Hun-garr.dir/codegen + +# clean rule for target. +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/clean +.PHONY : examples/src/hun-garr/CMakeFiles/Hun-garr.dir/clean + +#============================================================================= +# Target rules for target examples/src/v12demo/CMakeFiles/V12Demo.dir + +# All Build rule for target. +examples/src/v12demo/CMakeFiles/V12Demo.dir/all: external/ogg/CMakeFiles/ogg.dir/all +examples/src/v12demo/CMakeFiles/V12Demo.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all +examples/src/v12demo/CMakeFiles/V12Demo.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all +examples/src/v12demo/CMakeFiles/V12Demo.dir/all: external/SDL/CMakeFiles/SDL3-static.dir/all +examples/src/v12demo/CMakeFiles/V12Demo.dir/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all +examples/src/v12demo/CMakeFiles/V12Demo.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +examples/src/v12demo/CMakeFiles/V12Demo.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all +examples/src/v12demo/CMakeFiles/V12Demo.dir/all: external/miniaudio/CMakeFiles/miniaudio.dir/all +examples/src/v12demo/CMakeFiles/V12Demo.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all +examples/src/v12demo/CMakeFiles/V12Demo.dir/all: PopWork/CMakeFiles/PopWork.dir/all + $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/depend + $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=32 "Built target V12Demo" +.PHONY : examples/src/v12demo/CMakeFiles/V12Demo.dir/all + +# Build rule for subdir invocation for target. +examples/src/v12demo/CMakeFiles/V12Demo.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 28 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v12demo/CMakeFiles/V12Demo.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : examples/src/v12demo/CMakeFiles/V12Demo.dir/rule + +# Convenience name for target. +V12Demo: examples/src/v12demo/CMakeFiles/V12Demo.dir/rule +.PHONY : V12Demo + +# codegen rule for target. +examples/src/v12demo/CMakeFiles/V12Demo.dir/codegen: + $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=32 "Finished codegen for target V12Demo" +.PHONY : examples/src/v12demo/CMakeFiles/V12Demo.dir/codegen + +# clean rule for target. +examples/src/v12demo/CMakeFiles/V12Demo.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/clean +.PHONY : examples/src/v12demo/CMakeFiles/V12Demo.dir/clean + +#============================================================================= +# Target rules for target examples/src/v14demo/CMakeFiles/V14Demo.dir + +# All Build rule for target. +examples/src/v14demo/CMakeFiles/V14Demo.dir/all: external/ogg/CMakeFiles/ogg.dir/all +examples/src/v14demo/CMakeFiles/V14Demo.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all +examples/src/v14demo/CMakeFiles/V14Demo.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all +examples/src/v14demo/CMakeFiles/V14Demo.dir/all: external/SDL/CMakeFiles/SDL3-static.dir/all +examples/src/v14demo/CMakeFiles/V14Demo.dir/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all +examples/src/v14demo/CMakeFiles/V14Demo.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +examples/src/v14demo/CMakeFiles/V14Demo.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all +examples/src/v14demo/CMakeFiles/V14Demo.dir/all: external/miniaudio/CMakeFiles/miniaudio.dir/all +examples/src/v14demo/CMakeFiles/V14Demo.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all +examples/src/v14demo/CMakeFiles/V14Demo.dir/all: PopWork/CMakeFiles/PopWork.dir/all + $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/depend + $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target V14Demo" +.PHONY : examples/src/v14demo/CMakeFiles/V14Demo.dir/all + +# Build rule for subdir invocation for target. +examples/src/v14demo/CMakeFiles/V14Demo.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 27 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v14demo/CMakeFiles/V14Demo.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : examples/src/v14demo/CMakeFiles/V14Demo.dir/rule + +# Convenience name for target. +V14Demo: examples/src/v14demo/CMakeFiles/V14Demo.dir/rule +.PHONY : V14Demo + +# codegen rule for target. +examples/src/v14demo/CMakeFiles/V14Demo.dir/codegen: + $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target V14Demo" +.PHONY : examples/src/v14demo/CMakeFiles/V14Demo.dir/codegen + +# clean rule for target. +examples/src/v14demo/CMakeFiles/V14Demo.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/clean +.PHONY : examples/src/v14demo/CMakeFiles/V14Demo.dir/clean + +#============================================================================= +# Target rules for target examples/src/xmldemo/CMakeFiles/XMLDemo.dir + +# All Build rule for target. +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all: external/ogg/CMakeFiles/ogg.dir/all +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all: external/SDL/CMakeFiles/SDL3-static.dir/all +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all: external/miniaudio/CMakeFiles/miniaudio.dir/all +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all: PopWork/CMakeFiles/PopWork.dir/all + $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/depend + $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target XMLDemo" +.PHONY : examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all + +# Build rule for subdir invocation for target. +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 27 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : examples/src/xmldemo/CMakeFiles/XMLDemo.dir/rule + +# Convenience name for target. +XMLDemo: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/rule +.PHONY : XMLDemo + +# codegen rule for target. +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/codegen: + $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target XMLDemo" +.PHONY : examples/src/xmldemo/CMakeFiles/XMLDemo.dir/codegen + +# clean rule for target. +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/clean +.PHONY : examples/src/xmldemo/CMakeFiles/XMLDemo.dir/clean + +#============================================================================= +# Target rules for target examples/src/barebones/CMakeFiles/Barebones.dir + +# All Build rule for target. +examples/src/barebones/CMakeFiles/Barebones.dir/all: external/ogg/CMakeFiles/ogg.dir/all +examples/src/barebones/CMakeFiles/Barebones.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all +examples/src/barebones/CMakeFiles/Barebones.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all +examples/src/barebones/CMakeFiles/Barebones.dir/all: external/SDL/CMakeFiles/SDL3-static.dir/all +examples/src/barebones/CMakeFiles/Barebones.dir/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all +examples/src/barebones/CMakeFiles/Barebones.dir/all: external/openal/CMakeFiles/OpenAL.dir/all +examples/src/barebones/CMakeFiles/Barebones.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all +examples/src/barebones/CMakeFiles/Barebones.dir/all: external/miniaudio/CMakeFiles/miniaudio.dir/all +examples/src/barebones/CMakeFiles/Barebones.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all +examples/src/barebones/CMakeFiles/Barebones.dir/all: PopWork/CMakeFiles/PopWork.dir/all + $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/depend + $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/build + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target Barebones" +.PHONY : examples/src/barebones/CMakeFiles/Barebones.dir/all + +# Build rule for subdir invocation for target. +examples/src/barebones/CMakeFiles/Barebones.dir/rule: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 27 + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/barebones/CMakeFiles/Barebones.dir/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : examples/src/barebones/CMakeFiles/Barebones.dir/rule + +# Convenience name for target. +Barebones: examples/src/barebones/CMakeFiles/Barebones.dir/rule +.PHONY : Barebones + +# codegen rule for target. +examples/src/barebones/CMakeFiles/Barebones.dir/codegen: + $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/codegen + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target Barebones" +.PHONY : examples/src/barebones/CMakeFiles/Barebones.dir/codegen + +# clean rule for target. +examples/src/barebones/CMakeFiles/Barebones.dir/clean: + $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/clean +.PHONY : examples/src/barebones/CMakeFiles/Barebones.dir/clean + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + $(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/build_emscripten/CMakeFiles/TargetDirectories.txt b/build_emscripten/CMakeFiles/TargetDirectories.txt new file mode 100644 index 00000000..937546f1 --- /dev/null +++ b/build_emscripten/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,849 @@ +/home/guest/Downloads/PopLib/build/CMakeFiles/alldemos.dir +/home/guest/Downloads/PopLib/build/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/ogg.dir +/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/Experimental.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/Nightly.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/Continuous.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyStart.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyUpdate.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyConfigure.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyBuild.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyTest.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyCoverage.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyMemCheck.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlySubmit.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalStart.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalUpdate.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalConfigure.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalBuild.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalTest.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalCoverage.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalSubmit.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousStart.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousUpdate.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousConfigure.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousBuild.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousTest.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousCoverage.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousMemCheck.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousSubmit.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/vorbis.dir +/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/vorbisenc.dir +/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/vorbisfile.dir +/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/vorbis/test/CMakeFiles/vorbis_test.dir +/home/guest/Downloads/PopLib/build/external/vorbis/test/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/vorbis/test/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/vorbis/test/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/vorbis/test/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/vorbis/test/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/vorbis/test/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/vorbis/test/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/vorbis/test/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir +/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir +/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3_test.dir +/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir +/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir +/home/guest/Downloads/PopLib/build/external/SDL_ttf/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/SDL_ttf/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/SDL_ttf/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/SDL_ttf/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/SDL_ttf/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/SDL_ttf/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/SDL_ttf/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/SDL_ttf/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alsoft.build_version.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alsoft.common.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/clang-tidy-check.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/OpenAL.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/openal-info.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/uhjdecoder.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/uhjencoder.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alsoft.sofa-support.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/makemhr.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/sofa-info.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alsoft.excommon.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/altonegen.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alrecord.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/aldebug.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/allafplay.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alplay.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alstream.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alreverb.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/almultireverb.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/allatency.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alhrtf.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alstreamcb.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/aldirect.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alconvolve.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alloopback.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alffplay.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir +/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir +/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio.dir +/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir +/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir +/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir +/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir +/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir +/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir +/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/curl-ca-bundle.dir +/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/curl-ca-firefox.dir +/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/curl_uninstall.dir +/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/CMakeFiles/curl-man.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/curl/scripts/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/curl/scripts/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/curl/scripts/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/scripts/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/scripts/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/curl/scripts/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/curl/scripts/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/curl/scripts/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/curlu.dir +/home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/libcurl_static.dir +/home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-examples.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-https.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-range.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/testdeps.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-quiet.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-am.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-full.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-nonflaky.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-ci.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-torture.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-event.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/curl-pytest.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/curl-pytest-ci.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/resolve.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/rtspd.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/sockfilt.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/sws.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/tftpd.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/socksd.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/mqttd.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/dnsd.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/libauthretry.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/libprereq.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib500.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib501.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib502.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib503.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib504.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib505.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib506.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib507.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib508.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib509.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib510.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib511.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib512.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib513.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib514.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib515.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib516.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib517.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib518.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib519.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib520.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib521.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib523.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib524.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib525.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib526.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib527.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib529.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib530.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib532.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib533.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib536.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib537.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib539.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib540.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib541.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib542.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib543.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib544.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib545.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib547.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib548.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib549.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib552.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib553.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib554.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib555.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib556.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib557.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib558.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib559.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib560.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib562.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib564.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib565.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib566.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib567.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib568.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib569.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib570.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib571.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib572.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib573.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib574.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib575.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib576.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib578.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib579.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib582.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib583.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib584.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib585.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib586.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib587.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib589.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib590.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib591.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib597.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib598.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib599.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib643.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib645.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib650.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib651.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib652.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib653.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib654.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib655.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib658.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib659.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib661.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib666.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib667.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib668.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib670.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib671.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib672.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib673.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib674.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib676.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib677.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib678.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib694.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib695.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib696.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1156.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1301.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1308.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1485.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1500.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1501.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1502.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1503.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1504.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1505.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1506.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1507.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1508.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1509.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1510.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1511.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1512.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1513.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1514.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1515.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1517.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1518.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1520.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1521.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1522.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1523.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1525.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1526.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1527.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1528.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1529.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1530.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1531.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1532.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1533.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1534.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1535.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1536.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1537.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1538.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1539.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1540.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1541.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1542.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1543.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1545.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1550.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1551.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1552.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1553.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1554.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1555.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1556.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1557.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1558.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1559.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1560.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1564.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1565.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1567.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1568.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1569.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1571.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1576.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1578.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1591.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1592.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1593.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1594.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1596.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1597.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1598.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1662.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1900.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1901.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1903.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1905.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1906.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1907.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1908.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1910.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1911.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1912.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1913.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1915.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1916.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1917.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1918.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1919.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1933.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1934.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1935.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1936.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1937.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1938.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1939.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1940.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1945.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1946.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1947.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1948.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1955.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1956.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1957.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1958.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1959.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1960.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1964.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1970.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1971.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1972.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1973.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1974.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1975.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1977.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1978.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2301.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2302.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2304.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2305.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2306.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2308.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2309.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2310.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2311.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2312.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2402.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2404.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2405.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2502.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3010.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3025.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3026.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3027.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3100.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3101.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3102.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3103.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3104.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3105.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3207.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3208.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/tool1394.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/tool1604.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/tool1621.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1300.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1302.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1303.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1304.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1305.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1307.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1309.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1323.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1330.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1395.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1396.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1397.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1398.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1399.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1600.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1601.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1602.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1603.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1605.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1606.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1607.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1608.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1609.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1610.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1611.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1612.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1614.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1615.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1616.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1620.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1650.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1651.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1652.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1653.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1654.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1655.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1656.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1657.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1658.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1660.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1661.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1663.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1664.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1979.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1980.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit2600.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit2601.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit2602.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit2603.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit2604.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit3200.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit3205.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit3211.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit3212.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit3213.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/build-certs.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/clean-certs.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/PopWork/CMakeFiles/PopWork.dir +/home/guest/Downloads/PopLib/build/PopWork/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/PopWork/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/PopWork/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/PopWork/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/PopWork/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/PopWork/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/PopWork/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/PopWork/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/examples/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/examples/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/examples/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/examples/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/examples/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/examples/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/examples/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/examples/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/examples/src/demo1/CMakeFiles/Demo1.dir +/home/guest/Downloads/PopLib/build/examples/src/demo1/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/examples/src/demo1/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/examples/src/demo1/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/examples/src/demo1/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/examples/src/demo1/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/examples/src/demo1/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/examples/src/demo1/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/examples/src/demo1/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/examples/src/demo2/CMakeFiles/Demo2.dir +/home/guest/Downloads/PopLib/build/examples/src/demo2/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/examples/src/demo2/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/examples/src/demo2/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/examples/src/demo2/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/examples/src/demo2/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/examples/src/demo2/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/examples/src/demo2/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/examples/src/demo2/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/examples/src/demo3/CMakeFiles/Demo3.dir +/home/guest/Downloads/PopLib/build/examples/src/demo3/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/examples/src/demo3/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/examples/src/demo3/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/examples/src/demo3/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/examples/src/demo3/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/examples/src/demo3/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/examples/src/demo3/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/examples/src/demo3/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/examples/src/demo4/CMakeFiles/Demo4.dir +/home/guest/Downloads/PopLib/build/examples/src/demo4/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/examples/src/demo4/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/examples/src/demo4/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/examples/src/demo4/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/examples/src/demo4/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/examples/src/demo4/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/examples/src/demo4/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/examples/src/demo4/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/examples/src/demo5/CMakeFiles/Demo5.dir +/home/guest/Downloads/PopLib/build/examples/src/demo5/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/examples/src/demo5/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/examples/src/demo5/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/examples/src/demo5/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/examples/src/demo5/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/examples/src/demo5/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/examples/src/demo5/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/examples/src/demo5/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/examples/src/hun-garr/CMakeFiles/Hun-garr.dir +/home/guest/Downloads/PopLib/build/examples/src/hun-garr/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/examples/src/hun-garr/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/examples/src/hun-garr/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/examples/src/hun-garr/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/examples/src/hun-garr/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/examples/src/hun-garr/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/examples/src/hun-garr/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/examples/src/hun-garr/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/examples/src/v12demo/CMakeFiles/V12Demo.dir +/home/guest/Downloads/PopLib/build/examples/src/v12demo/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/examples/src/v12demo/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/examples/src/v12demo/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/examples/src/v12demo/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/examples/src/v12demo/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/examples/src/v12demo/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/examples/src/v12demo/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/examples/src/v12demo/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/examples/src/v14demo/CMakeFiles/V14Demo.dir +/home/guest/Downloads/PopLib/build/examples/src/v14demo/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/examples/src/v14demo/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/examples/src/v14demo/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/examples/src/v14demo/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/examples/src/v14demo/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/examples/src/v14demo/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/examples/src/v14demo/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/examples/src/v14demo/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/examples/src/xmldemo/CMakeFiles/XMLDemo.dir +/home/guest/Downloads/PopLib/build/examples/src/xmldemo/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/examples/src/xmldemo/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/examples/src/xmldemo/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/examples/src/xmldemo/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/examples/src/xmldemo/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/examples/src/xmldemo/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/examples/src/xmldemo/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/examples/src/xmldemo/CMakeFiles/install/strip.dir +/home/guest/Downloads/PopLib/build/examples/src/barebones/CMakeFiles/Barebones.dir +/home/guest/Downloads/PopLib/build/examples/src/barebones/CMakeFiles/package.dir +/home/guest/Downloads/PopLib/build/examples/src/barebones/CMakeFiles/package_source.dir +/home/guest/Downloads/PopLib/build/examples/src/barebones/CMakeFiles/edit_cache.dir +/home/guest/Downloads/PopLib/build/examples/src/barebones/CMakeFiles/rebuild_cache.dir +/home/guest/Downloads/PopLib/build/examples/src/barebones/CMakeFiles/list_install_components.dir +/home/guest/Downloads/PopLib/build/examples/src/barebones/CMakeFiles/install.dir +/home/guest/Downloads/PopLib/build/examples/src/barebones/CMakeFiles/install/local.dir +/home/guest/Downloads/PopLib/build/examples/src/barebones/CMakeFiles/install/strip.dir diff --git a/build_emscripten/CMakeFiles/VerifyGlobs.cmake b/build_emscripten/CMakeFiles/VerifyGlobs.cmake new file mode 100644 index 00000000..7c9acf1b --- /dev/null +++ b/build_emscripten/CMakeFiles/VerifyGlobs.cmake @@ -0,0 +1,198 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by CMake Version 4.0 + +# ALL_FILES at PopWork/CMakeLists.txt:4 (file) +file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false "/home/guest/Downloads/PopLib/PopWork/*.c") +set(OLD_GLOB + ) +if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") + message("-- GLOB mismatch!") + file(TOUCH_NOCREATE "/home/guest/Downloads/PopLib/build/CMakeFiles/cmake.verify_globs") +endif() + +# ALL_FILES at PopWork/CMakeLists.txt:4 (file) +file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false "/home/guest/Downloads/PopLib/PopWork/*.cpp") +set(OLD_GLOB + "/home/guest/Downloads/PopLib/PopWork/appbase.cpp" + "/home/guest/Downloads/PopLib/PopWork/audio/bassmusicinterface.cpp" + "/home/guest/Downloads/PopLib/PopWork/audio/musicinterface.cpp" + "/home/guest/Downloads/PopLib/PopWork/audio/openalsoundinstance.cpp" + "/home/guest/Downloads/PopLib/PopWork/audio/openalsoundmanager.cpp" + "/home/guest/Downloads/PopLib/PopWork/common.cpp" + "/home/guest/Downloads/PopLib/PopWork/debug/debug.cpp" + "/home/guest/Downloads/PopLib/PopWork/debug/errorhandler.cpp" + "/home/guest/Downloads/PopLib/PopWork/debug/perftimer.cpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri.cpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri_DrawTriangle.cpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri_DrawTriangleInc1.cpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri_DrawTriangleInc2.cpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri_GetTexel.cpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri_Loop.cpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri_Pixel555.cpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri_Pixel565.cpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri_Pixel888.cpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri_Pixel8888.cpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri_TexelARGB.cpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/color.cpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/font.cpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/graphics.cpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/image.cpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/imagefont.cpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/memoryimage.cpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/nativedisplay.cpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/quantize.cpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/sdlimage.cpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/sdlinterface.cpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/sharedimage.cpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/sysfont.cpp" + "/home/guest/Downloads/PopLib/PopWork/imagelib/imagelib.cpp" + "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui.cpp" + "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_demo.cpp" + "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_draw.cpp" + "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdl3.cpp" + "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdlrenderer3.cpp" + "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_tables.cpp" + "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_widgets.cpp" + "/home/guest/Downloads/PopLib/PopWork/imgui/debugwindow.cpp" + "/home/guest/Downloads/PopLib/PopWork/imgui/imguimanager.cpp" + "/home/guest/Downloads/PopLib/PopWork/math/matrix.cpp" + "/home/guest/Downloads/PopLib/PopWork/math/ratio.cpp" + "/home/guest/Downloads/PopLib/PopWork/misc/buffer.cpp" + "/home/guest/Downloads/PopLib/PopWork/misc/flags.cpp" + "/home/guest/Downloads/PopLib/PopWork/misc/httptransfer.cpp" + "/home/guest/Downloads/PopLib/PopWork/misc/keycodes.cpp" + "/home/guest/Downloads/PopLib/PopWork/misc/profile.cpp" + "/home/guest/Downloads/PopLib/PopWork/misc/workerthread.cpp" + "/home/guest/Downloads/PopLib/PopWork/paklib/pakinterface.cpp" + "/home/guest/Downloads/PopLib/PopWork/readwrite/descparser.cpp" + "/home/guest/Downloads/PopLib/PopWork/readwrite/jsonparser.cpp" + "/home/guest/Downloads/PopLib/PopWork/readwrite/modval.cpp" + "/home/guest/Downloads/PopLib/PopWork/readwrite/xmlparser.cpp" + "/home/guest/Downloads/PopLib/PopWork/readwrite/xmlwriter.cpp" + "/home/guest/Downloads/PopLib/PopWork/resources/propertiesparser.cpp" + "/home/guest/Downloads/PopLib/PopWork/resources/resourcemanager.cpp" + "/home/guest/Downloads/PopLib/PopWork/widget/buttonwidget.cpp" + "/home/guest/Downloads/PopLib/PopWork/widget/checkbox.cpp" + "/home/guest/Downloads/PopLib/PopWork/widget/cursorwidget.cpp" + "/home/guest/Downloads/PopLib/PopWork/widget/dialog.cpp" + "/home/guest/Downloads/PopLib/PopWork/widget/dialogbutton.cpp" + "/home/guest/Downloads/PopLib/PopWork/widget/editwidget.cpp" + "/home/guest/Downloads/PopLib/PopWork/widget/hyperlinkwidget.cpp" + "/home/guest/Downloads/PopLib/PopWork/widget/insets.cpp" + "/home/guest/Downloads/PopLib/PopWork/widget/listwidget.cpp" + "/home/guest/Downloads/PopLib/PopWork/widget/scrollbarwidget.cpp" + "/home/guest/Downloads/PopLib/PopWork/widget/scrollbuttonwidget.cpp" + "/home/guest/Downloads/PopLib/PopWork/widget/slider.cpp" + "/home/guest/Downloads/PopLib/PopWork/widget/textwidget.cpp" + "/home/guest/Downloads/PopLib/PopWork/widget/widget.cpp" + "/home/guest/Downloads/PopLib/PopWork/widget/widgetcontainer.cpp" + "/home/guest/Downloads/PopLib/PopWork/widget/widgetmanager.cpp" + ) +if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") + message("-- GLOB mismatch!") + file(TOUCH_NOCREATE "/home/guest/Downloads/PopLib/build/CMakeFiles/cmake.verify_globs") +endif() + +# ALL_FILES at PopWork/CMakeLists.txt:4 (file) +file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false "/home/guest/Downloads/PopLib/PopWork/*.h") +set(OLD_GLOB + "/home/guest/Downloads/PopLib/PopWork/audio/bass.h" + "/home/guest/Downloads/PopLib/PopWork/graphics/HeaderFont/LiberationSansRegular.h" + "/home/guest/Downloads/PopLib/PopWork/imgui/core/imconfig.h" + "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui.h" + "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdl3.h" + "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdlrenderer3.h" + "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_internal.h" + "/home/guest/Downloads/PopLib/PopWork/imgui/core/imstb_rectpack.h" + "/home/guest/Downloads/PopLib/PopWork/imgui/core/imstb_textedit.h" + "/home/guest/Downloads/PopLib/PopWork/imgui/core/imstb_truetype.h" + ) +if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") + message("-- GLOB mismatch!") + file(TOUCH_NOCREATE "/home/guest/Downloads/PopLib/build/CMakeFiles/cmake.verify_globs") +endif() + +# ALL_FILES at PopWork/CMakeLists.txt:4 (file) +file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false "/home/guest/Downloads/PopLib/PopWork/*.hpp") +set(OLD_GLOB + "/home/guest/Downloads/PopLib/PopWork/appbase.hpp" + "/home/guest/Downloads/PopLib/PopWork/audio/aureader.hpp" + "/home/guest/Downloads/PopLib/PopWork/audio/bassmusicinterface.hpp" + "/home/guest/Downloads/PopLib/PopWork/audio/musicinterface.hpp" + "/home/guest/Downloads/PopLib/PopWork/audio/openalsoundinstance.hpp" + "/home/guest/Downloads/PopLib/PopWork/audio/openalsoundmanager.hpp" + "/home/guest/Downloads/PopLib/PopWork/audio/soundinstance.hpp" + "/home/guest/Downloads/PopLib/PopWork/audio/soundmanager.hpp" + "/home/guest/Downloads/PopLib/PopWork/common.hpp" + "/home/guest/Downloads/PopLib/PopWork/debug/debug.hpp" + "/home/guest/Downloads/PopLib/PopWork/debug/errorhandler.hpp" + "/home/guest/Downloads/PopLib/PopWork/debug/memmgr.hpp" + "/home/guest/Downloads/PopLib/PopWork/debug/perftimer.hpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri.hpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/color.hpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/font.hpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/graphics.hpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/image.hpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/imagefont.hpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/memoryimage.hpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/nativedisplay.hpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/quantize.hpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/sdlimage.hpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/sdlinterface.hpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/sharedimage.hpp" + "/home/guest/Downloads/PopLib/PopWork/graphics/sysfont.hpp" + "/home/guest/Downloads/PopLib/PopWork/imagelib/imagelib.hpp" + "/home/guest/Downloads/PopLib/PopWork/imgui/imguimanager.hpp" + "/home/guest/Downloads/PopLib/PopWork/math/math.hpp" + "/home/guest/Downloads/PopLib/PopWork/math/matrix.hpp" + "/home/guest/Downloads/PopLib/PopWork/math/mtrand.hpp" + "/home/guest/Downloads/PopLib/PopWork/math/point.hpp" + "/home/guest/Downloads/PopLib/PopWork/math/ratio.hpp" + "/home/guest/Downloads/PopLib/PopWork/math/rect.hpp" + "/home/guest/Downloads/PopLib/PopWork/math/trivertex.hpp" + "/home/guest/Downloads/PopLib/PopWork/math/vector.hpp" + "/home/guest/Downloads/PopLib/PopWork/misc/autocrit.hpp" + "/home/guest/Downloads/PopLib/PopWork/misc/buffer.hpp" + "/home/guest/Downloads/PopLib/PopWork/misc/critsect.hpp" + "/home/guest/Downloads/PopLib/PopWork/misc/flags.hpp" + "/home/guest/Downloads/PopLib/PopWork/misc/httptransfer.hpp" + "/home/guest/Downloads/PopLib/PopWork/misc/keycodes.hpp" + "/home/guest/Downloads/PopLib/PopWork/misc/profile.hpp" + "/home/guest/Downloads/PopLib/PopWork/misc/smartptr.hpp" + "/home/guest/Downloads/PopLib/PopWork/misc/workerthread.hpp" + "/home/guest/Downloads/PopLib/PopWork/paklib/pakinterface.hpp" + "/home/guest/Downloads/PopLib/PopWork/readwrite/descparser.hpp" + "/home/guest/Downloads/PopLib/PopWork/readwrite/jsonparser.hpp" + "/home/guest/Downloads/PopLib/PopWork/readwrite/modval.hpp" + "/home/guest/Downloads/PopLib/PopWork/readwrite/xmlparser.hpp" + "/home/guest/Downloads/PopLib/PopWork/readwrite/xmlwriter.hpp" + "/home/guest/Downloads/PopLib/PopWork/resources/propertiesparser.hpp" + "/home/guest/Downloads/PopLib/PopWork/resources/resourcemanager.hpp" + "/home/guest/Downloads/PopLib/PopWork/widget/buttonlistener.hpp" + "/home/guest/Downloads/PopLib/PopWork/widget/buttonwidget.hpp" + "/home/guest/Downloads/PopLib/PopWork/widget/checkbox.hpp" + "/home/guest/Downloads/PopLib/PopWork/widget/checkboxlistener.hpp" + "/home/guest/Downloads/PopLib/PopWork/widget/cursorwidget.hpp" + "/home/guest/Downloads/PopLib/PopWork/widget/dialog.hpp" + "/home/guest/Downloads/PopLib/PopWork/widget/dialogbutton.hpp" + "/home/guest/Downloads/PopLib/PopWork/widget/dialoglistener.hpp" + "/home/guest/Downloads/PopLib/PopWork/widget/editlistener.hpp" + "/home/guest/Downloads/PopLib/PopWork/widget/editwidget.hpp" + "/home/guest/Downloads/PopLib/PopWork/widget/hyperlinkwidget.hpp" + "/home/guest/Downloads/PopLib/PopWork/widget/insets.hpp" + "/home/guest/Downloads/PopLib/PopWork/widget/listlistener.hpp" + "/home/guest/Downloads/PopLib/PopWork/widget/listwidget.hpp" + "/home/guest/Downloads/PopLib/PopWork/widget/scrollbarwidget.hpp" + "/home/guest/Downloads/PopLib/PopWork/widget/scrollbuttonwidget.hpp" + "/home/guest/Downloads/PopLib/PopWork/widget/scrolllistener.hpp" + "/home/guest/Downloads/PopLib/PopWork/widget/slider.hpp" + "/home/guest/Downloads/PopLib/PopWork/widget/sliderlistener.hpp" + "/home/guest/Downloads/PopLib/PopWork/widget/textwidget.hpp" + "/home/guest/Downloads/PopLib/PopWork/widget/widget.hpp" + "/home/guest/Downloads/PopLib/PopWork/widget/widgetcontainer.hpp" + "/home/guest/Downloads/PopLib/PopWork/widget/widgetmanager.hpp" + ) +if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") + message("-- GLOB mismatch!") + file(TOUCH_NOCREATE "/home/guest/Downloads/PopLib/build/CMakeFiles/cmake.verify_globs") +endif() diff --git a/build_emscripten/CMakeFiles/alldemos.dir/DependInfo.cmake b/build_emscripten/CMakeFiles/alldemos.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/CMakeFiles/alldemos.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/CMakeFiles/alldemos.dir/build.make b/build_emscripten/CMakeFiles/alldemos.dir/build.make new file mode 100644 index 00000000..5f85d0ab --- /dev/null +++ b/build_emscripten/CMakeFiles/alldemos.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for alldemos. + +# Include any custom commands dependencies for this target. +include CMakeFiles/alldemos.dir/compiler_depend.make + +# Include the progress variables for this target. +include CMakeFiles/alldemos.dir/progress.make + +CMakeFiles/alldemos: PopWork/libPopWork.a + +CMakeFiles/alldemos.dir/codegen: +.PHONY : CMakeFiles/alldemos.dir/codegen + +alldemos: CMakeFiles/alldemos +alldemos: CMakeFiles/alldemos.dir/build.make + /usr/bin/cmake --install /home/guest/Downloads/PopLib/build --config RelWithDebInfo +.PHONY : alldemos + +# Rule to build all files generated by this target. +CMakeFiles/alldemos.dir/build: alldemos +.PHONY : CMakeFiles/alldemos.dir/build + +CMakeFiles/alldemos.dir/clean: + $(CMAKE_COMMAND) -P CMakeFiles/alldemos.dir/cmake_clean.cmake +.PHONY : CMakeFiles/alldemos.dir/clean + +CMakeFiles/alldemos.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/CMakeFiles/alldemos.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : CMakeFiles/alldemos.dir/depend + diff --git a/build_emscripten/CMakeFiles/alldemos.dir/cmake_clean.cmake b/build_emscripten/CMakeFiles/alldemos.dir/cmake_clean.cmake new file mode 100644 index 00000000..7ed4751d --- /dev/null +++ b/build_emscripten/CMakeFiles/alldemos.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/alldemos" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/alldemos.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/CMakeFiles/alldemos.dir/compiler_depend.make b/build_emscripten/CMakeFiles/alldemos.dir/compiler_depend.make new file mode 100644 index 00000000..007ac6d3 --- /dev/null +++ b/build_emscripten/CMakeFiles/alldemos.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for alldemos. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/CMakeFiles/alldemos.dir/compiler_depend.ts b/build_emscripten/CMakeFiles/alldemos.dir/compiler_depend.ts new file mode 100644 index 00000000..8b6788d8 --- /dev/null +++ b/build_emscripten/CMakeFiles/alldemos.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for alldemos. diff --git a/build_emscripten/CMakeFiles/alldemos.dir/progress.make b/build_emscripten/CMakeFiles/alldemos.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/CMakeFiles/alldemos.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/CMakeFiles/cmake.check_cache b/build_emscripten/CMakeFiles/cmake.check_cache new file mode 100644 index 00000000..3dccd731 --- /dev/null +++ b/build_emscripten/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build_emscripten/CMakeFiles/cmake.verify_globs b/build_emscripten/CMakeFiles/cmake.verify_globs new file mode 100644 index 00000000..2b38facb --- /dev/null +++ b/build_emscripten/CMakeFiles/cmake.verify_globs @@ -0,0 +1 @@ +# This file is generated by CMake for checking of the VerifyGlobs.cmake file diff --git a/build_emscripten/CMakeFiles/progress.marks b/build_emscripten/CMakeFiles/progress.marks new file mode 100644 index 00000000..f04c001f --- /dev/null +++ b/build_emscripten/CMakeFiles/progress.marks @@ -0,0 +1 @@ +29 diff --git a/build_emscripten/CPackConfig.cmake b/build_emscripten/CPackConfig.cmake new file mode 100644 index 00000000..14bfc682 --- /dev/null +++ b/build_emscripten/CPackConfig.cmake @@ -0,0 +1,80 @@ +# This file will be configured to contain variables for CPack. These variables +# should be set in the CMake list file of the project before CPack module is +# included. The list of available CPACK_xxx variables and their associated +# documentation may be obtained using +# cpack --help-variable-list +# +# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) +# and some are specific to a generator +# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables +# usually begin with CPACK__xxxx. + + +set(CPACK_BINARY_DEB "OFF") +set(CPACK_BINARY_FREEBSD "OFF") +set(CPACK_BINARY_IFW "OFF") +set(CPACK_BINARY_NSIS "OFF") +set(CPACK_BINARY_RPM "OFF") +set(CPACK_BINARY_STGZ "ON") +set(CPACK_BINARY_TBZ2 "OFF") +set(CPACK_BINARY_TGZ "ON") +set(CPACK_BINARY_TXZ "OFF") +set(CPACK_BINARY_TZ "ON") +set(CPACK_BUILD_SOURCE_DIRS "/home/guest/Downloads/PopLib;/home/guest/Downloads/PopLib/build") +set(CPACK_CMAKE_GENERATOR "Unix Makefiles") +set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") +set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake/Templates/CPack.GenericDescription.txt") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "PopWork built using CMake") +set(CPACK_GENERATOR "TGZ") +set(CPACK_INNOSETUP_ARCHITECTURE "x64") +set(CPACK_INSTALL_CMAKE_PROJECTS "/home/guest/Downloads/PopLib/build;PopWork;ALL;/") +set(CPACK_INSTALL_PREFIX "/usr/local") +set(CPACK_MODULE_PATH "/home/guest/Downloads/PopLib/external/curl/CMake") +set(CPACK_NSIS_DISPLAY_NAME "PopWork 1.4.0-DEV") +set(CPACK_NSIS_INSTALLER_ICON_CODE "") +set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") +set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") +set(CPACK_NSIS_PACKAGE_NAME "PopWork 1.4.0-DEV") +set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") +set(CPACK_OBJCOPY_EXECUTABLE "/usr/bin/objcopy") +set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump") +set(CPACK_OUTPUT_CONFIG_FILE "/home/guest/Downloads/PopLib/build/CPackConfig.cmake") +set(CPACK_PACKAGE_DEFAULT_LOCATION "/") +set(CPACK_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake/Templates/CPack.GenericDescription.txt") +set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "PopWork built using CMake") +set(CPACK_PACKAGE_FILE_NAME "PopWork-1.4.0-DEV-Linux") +set(CPACK_PACKAGE_INSTALL_DIRECTORY "PopWork 1.4.0-DEV") +set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "PopWork 1.4.0-DEV") +set(CPACK_PACKAGE_NAME "PopWork") +set(CPACK_PACKAGE_RELOCATABLE "true") +set(CPACK_PACKAGE_VENDOR "Humanity") +set(CPACK_PACKAGE_VERSION "1.4.0-DEV") +set(CPACK_PACKAGE_VERSION_MAJOR "1") +set(CPACK_PACKAGE_VERSION_MINOR "4") +set(CPACK_PACKAGE_VERSION_PATCH "0-DEV") +set(CPACK_READELF_EXECUTABLE "/usr/bin/readelf") +set(CPACK_RESOURCE_FILE_LICENSE "/usr/share/cmake/Templates/CPack.GenericLicense.txt") +set(CPACK_RESOURCE_FILE_README "/usr/share/cmake/Templates/CPack.GenericDescription.txt") +set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake/Templates/CPack.GenericWelcome.txt") +set(CPACK_SET_DESTDIR "OFF") +set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ") +set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake") +set(CPACK_SOURCE_RPM "OFF") +set(CPACK_SOURCE_TBZ2 "ON") +set(CPACK_SOURCE_TGZ "ON") +set(CPACK_SOURCE_TXZ "ON") +set(CPACK_SOURCE_TZ "ON") +set(CPACK_SOURCE_ZIP "OFF") +set(CPACK_SYSTEM_NAME "Linux") +set(CPACK_THREADS "1") +set(CPACK_TOPLEVEL_TAG "Linux") +set(CPACK_WIX_SIZEOF_VOID_P "8") + +if(NOT CPACK_PROPERTIES_FILE) + set(CPACK_PROPERTIES_FILE "/home/guest/Downloads/PopLib/build/CPackProperties.cmake") +endif() + +if(EXISTS ${CPACK_PROPERTIES_FILE}) + include(${CPACK_PROPERTIES_FILE}) +endif() diff --git a/build_emscripten/CPackSourceConfig.cmake b/build_emscripten/CPackSourceConfig.cmake new file mode 100644 index 00000000..2610c1c4 --- /dev/null +++ b/build_emscripten/CPackSourceConfig.cmake @@ -0,0 +1,88 @@ +# This file will be configured to contain variables for CPack. These variables +# should be set in the CMake list file of the project before CPack module is +# included. The list of available CPACK_xxx variables and their associated +# documentation may be obtained using +# cpack --help-variable-list +# +# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) +# and some are specific to a generator +# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables +# usually begin with CPACK__xxxx. + + +set(CPACK_BINARY_DEB "OFF") +set(CPACK_BINARY_FREEBSD "OFF") +set(CPACK_BINARY_IFW "OFF") +set(CPACK_BINARY_NSIS "OFF") +set(CPACK_BINARY_RPM "OFF") +set(CPACK_BINARY_STGZ "ON") +set(CPACK_BINARY_TBZ2 "OFF") +set(CPACK_BINARY_TGZ "ON") +set(CPACK_BINARY_TXZ "OFF") +set(CPACK_BINARY_TZ "ON") +set(CPACK_BUILD_SOURCE_DIRS "/home/guest/Downloads/PopLib;/home/guest/Downloads/PopLib/build") +set(CPACK_CMAKE_GENERATOR "Unix Makefiles") +set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") +set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake/Templates/CPack.GenericDescription.txt") +set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "PopWork built using CMake") +set(CPACK_GENERATOR "TBZ2;TGZ;TXZ;TZ") +set(CPACK_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") +set(CPACK_INNOSETUP_ARCHITECTURE "x64") +set(CPACK_INSTALLED_DIRECTORIES "/home/guest/Downloads/PopLib;/") +set(CPACK_INSTALL_CMAKE_PROJECTS "") +set(CPACK_INSTALL_PREFIX "/usr/local") +set(CPACK_MODULE_PATH "/home/guest/Downloads/PopLib/external/curl/CMake") +set(CPACK_NSIS_DISPLAY_NAME "PopWork 1.4.0-DEV") +set(CPACK_NSIS_INSTALLER_ICON_CODE "") +set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") +set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") +set(CPACK_NSIS_PACKAGE_NAME "PopWork 1.4.0-DEV") +set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") +set(CPACK_OBJCOPY_EXECUTABLE "/usr/bin/objcopy") +set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump") +set(CPACK_OUTPUT_CONFIG_FILE "/home/guest/Downloads/PopLib/build/CPackConfig.cmake") +set(CPACK_PACKAGE_DEFAULT_LOCATION "/") +set(CPACK_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake/Templates/CPack.GenericDescription.txt") +set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "PopWork built using CMake") +set(CPACK_PACKAGE_FILE_NAME "PopWork-1.4.0-DEV-Source") +set(CPACK_PACKAGE_INSTALL_DIRECTORY "PopWork 1.4.0-DEV") +set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "PopWork 1.4.0-DEV") +set(CPACK_PACKAGE_NAME "PopWork") +set(CPACK_PACKAGE_RELOCATABLE "true") +set(CPACK_PACKAGE_VENDOR "Humanity") +set(CPACK_PACKAGE_VERSION "1.4.0-DEV") +set(CPACK_PACKAGE_VERSION_MAJOR "1") +set(CPACK_PACKAGE_VERSION_MINOR "4") +set(CPACK_PACKAGE_VERSION_PATCH "0-DEV") +set(CPACK_READELF_EXECUTABLE "/usr/bin/readelf") +set(CPACK_RESOURCE_FILE_LICENSE "/usr/share/cmake/Templates/CPack.GenericLicense.txt") +set(CPACK_RESOURCE_FILE_README "/usr/share/cmake/Templates/CPack.GenericDescription.txt") +set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake/Templates/CPack.GenericWelcome.txt") +set(CPACK_RPM_PACKAGE_SOURCES "ON") +set(CPACK_SET_DESTDIR "OFF") +set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ") +set(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") +set(CPACK_SOURCE_INSTALLED_DIRECTORIES "/home/guest/Downloads/PopLib;/") +set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake") +set(CPACK_SOURCE_PACKAGE_FILE_NAME "PopWork-1.4.0-DEV-Source") +set(CPACK_SOURCE_RPM "OFF") +set(CPACK_SOURCE_TBZ2 "ON") +set(CPACK_SOURCE_TGZ "ON") +set(CPACK_SOURCE_TOPLEVEL_TAG "Linux-Source") +set(CPACK_SOURCE_TXZ "ON") +set(CPACK_SOURCE_TZ "ON") +set(CPACK_SOURCE_ZIP "OFF") +set(CPACK_STRIP_FILES "") +set(CPACK_SYSTEM_NAME "Linux") +set(CPACK_THREADS "1") +set(CPACK_TOPLEVEL_TAG "Linux-Source") +set(CPACK_WIX_SIZEOF_VOID_P "8") + +if(NOT CPACK_PROPERTIES_FILE) + set(CPACK_PROPERTIES_FILE "/home/guest/Downloads/PopLib/build/CPackProperties.cmake") +endif() + +if(EXISTS ${CPACK_PROPERTIES_FILE}) + include(${CPACK_PROPERTIES_FILE}) +endif() diff --git a/build_emscripten/Makefile b/build_emscripten/Makefile new file mode 100644 index 00000000..f3db56be --- /dev/null +++ b/build_emscripten/Makefile @@ -0,0 +1,7843 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build//CMakeFiles/progress.marks + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +#============================================================================= +# Target rules for targets named alldemos + +# Build rule for target. +alldemos: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alldemos +.PHONY : alldemos + +# fast build rule for target. +alldemos/fast: + $(MAKE) $(MAKESILENT) -f CMakeFiles/alldemos.dir/build.make CMakeFiles/alldemos.dir/build +.PHONY : alldemos/fast + +#============================================================================= +# Target rules for targets named ogg + +# Build rule for target. +ogg: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ogg +.PHONY : ogg + +# fast build rule for target. +ogg/fast: + $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/build +.PHONY : ogg/fast + +#============================================================================= +# Target rules for targets named Experimental + +# Build rule for target. +Experimental: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Experimental +.PHONY : Experimental + +# fast build rule for target. +Experimental/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Experimental.dir/build.make external/vorbis/CMakeFiles/Experimental.dir/build +.PHONY : Experimental/fast + +#============================================================================= +# Target rules for targets named Nightly + +# Build rule for target. +Nightly: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Nightly +.PHONY : Nightly + +# fast build rule for target. +Nightly/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Nightly.dir/build.make external/vorbis/CMakeFiles/Nightly.dir/build +.PHONY : Nightly/fast + +#============================================================================= +# Target rules for targets named Continuous + +# Build rule for target. +Continuous: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Continuous +.PHONY : Continuous + +# fast build rule for target. +Continuous/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Continuous.dir/build.make external/vorbis/CMakeFiles/Continuous.dir/build +.PHONY : Continuous/fast + +#============================================================================= +# Target rules for targets named NightlyMemoryCheck + +# Build rule for target. +NightlyMemoryCheck: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemoryCheck +.PHONY : NightlyMemoryCheck + +# fast build rule for target. +NightlyMemoryCheck/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build +.PHONY : NightlyMemoryCheck/fast + +#============================================================================= +# Target rules for targets named NightlyStart + +# Build rule for target. +NightlyStart: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyStart +.PHONY : NightlyStart + +# fast build rule for target. +NightlyStart/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyStart.dir/build.make external/vorbis/CMakeFiles/NightlyStart.dir/build +.PHONY : NightlyStart/fast + +#============================================================================= +# Target rules for targets named NightlyUpdate + +# Build rule for target. +NightlyUpdate: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyUpdate +.PHONY : NightlyUpdate + +# fast build rule for target. +NightlyUpdate/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyUpdate.dir/build.make external/vorbis/CMakeFiles/NightlyUpdate.dir/build +.PHONY : NightlyUpdate/fast + +#============================================================================= +# Target rules for targets named NightlyConfigure + +# Build rule for target. +NightlyConfigure: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyConfigure +.PHONY : NightlyConfigure + +# fast build rule for target. +NightlyConfigure/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyConfigure.dir/build.make external/vorbis/CMakeFiles/NightlyConfigure.dir/build +.PHONY : NightlyConfigure/fast + +#============================================================================= +# Target rules for targets named NightlyBuild + +# Build rule for target. +NightlyBuild: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyBuild +.PHONY : NightlyBuild + +# fast build rule for target. +NightlyBuild/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyBuild.dir/build.make external/vorbis/CMakeFiles/NightlyBuild.dir/build +.PHONY : NightlyBuild/fast + +#============================================================================= +# Target rules for targets named NightlyTest + +# Build rule for target. +NightlyTest: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyTest +.PHONY : NightlyTest + +# fast build rule for target. +NightlyTest/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyTest.dir/build.make external/vorbis/CMakeFiles/NightlyTest.dir/build +.PHONY : NightlyTest/fast + +#============================================================================= +# Target rules for targets named NightlyCoverage + +# Build rule for target. +NightlyCoverage: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyCoverage +.PHONY : NightlyCoverage + +# fast build rule for target. +NightlyCoverage/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyCoverage.dir/build.make external/vorbis/CMakeFiles/NightlyCoverage.dir/build +.PHONY : NightlyCoverage/fast + +#============================================================================= +# Target rules for targets named NightlyMemCheck + +# Build rule for target. +NightlyMemCheck: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemCheck +.PHONY : NightlyMemCheck + +# fast build rule for target. +NightlyMemCheck/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemCheck.dir/build +.PHONY : NightlyMemCheck/fast + +#============================================================================= +# Target rules for targets named NightlySubmit + +# Build rule for target. +NightlySubmit: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlySubmit +.PHONY : NightlySubmit + +# fast build rule for target. +NightlySubmit/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlySubmit.dir/build.make external/vorbis/CMakeFiles/NightlySubmit.dir/build +.PHONY : NightlySubmit/fast + +#============================================================================= +# Target rules for targets named ExperimentalStart + +# Build rule for target. +ExperimentalStart: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalStart +.PHONY : ExperimentalStart + +# fast build rule for target. +ExperimentalStart/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalStart.dir/build.make external/vorbis/CMakeFiles/ExperimentalStart.dir/build +.PHONY : ExperimentalStart/fast + +#============================================================================= +# Target rules for targets named ExperimentalUpdate + +# Build rule for target. +ExperimentalUpdate: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalUpdate +.PHONY : ExperimentalUpdate + +# fast build rule for target. +ExperimentalUpdate/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build.make external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build +.PHONY : ExperimentalUpdate/fast + +#============================================================================= +# Target rules for targets named ExperimentalConfigure + +# Build rule for target. +ExperimentalConfigure: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalConfigure +.PHONY : ExperimentalConfigure + +# fast build rule for target. +ExperimentalConfigure/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build.make external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build +.PHONY : ExperimentalConfigure/fast + +#============================================================================= +# Target rules for targets named ExperimentalBuild + +# Build rule for target. +ExperimentalBuild: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalBuild +.PHONY : ExperimentalBuild + +# fast build rule for target. +ExperimentalBuild/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalBuild.dir/build.make external/vorbis/CMakeFiles/ExperimentalBuild.dir/build +.PHONY : ExperimentalBuild/fast + +#============================================================================= +# Target rules for targets named ExperimentalTest + +# Build rule for target. +ExperimentalTest: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalTest +.PHONY : ExperimentalTest + +# fast build rule for target. +ExperimentalTest/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalTest.dir/build.make external/vorbis/CMakeFiles/ExperimentalTest.dir/build +.PHONY : ExperimentalTest/fast + +#============================================================================= +# Target rules for targets named ExperimentalCoverage + +# Build rule for target. +ExperimentalCoverage: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalCoverage +.PHONY : ExperimentalCoverage + +# fast build rule for target. +ExperimentalCoverage/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build.make external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build +.PHONY : ExperimentalCoverage/fast + +#============================================================================= +# Target rules for targets named ExperimentalMemCheck + +# Build rule for target. +ExperimentalMemCheck: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalMemCheck +.PHONY : ExperimentalMemCheck + +# fast build rule for target. +ExperimentalMemCheck/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build.make external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build +.PHONY : ExperimentalMemCheck/fast + +#============================================================================= +# Target rules for targets named ExperimentalSubmit + +# Build rule for target. +ExperimentalSubmit: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalSubmit +.PHONY : ExperimentalSubmit + +# fast build rule for target. +ExperimentalSubmit/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build.make external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build +.PHONY : ExperimentalSubmit/fast + +#============================================================================= +# Target rules for targets named ContinuousStart + +# Build rule for target. +ContinuousStart: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousStart +.PHONY : ContinuousStart + +# fast build rule for target. +ContinuousStart/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousStart.dir/build.make external/vorbis/CMakeFiles/ContinuousStart.dir/build +.PHONY : ContinuousStart/fast + +#============================================================================= +# Target rules for targets named ContinuousUpdate + +# Build rule for target. +ContinuousUpdate: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousUpdate +.PHONY : ContinuousUpdate + +# fast build rule for target. +ContinuousUpdate/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousUpdate.dir/build.make external/vorbis/CMakeFiles/ContinuousUpdate.dir/build +.PHONY : ContinuousUpdate/fast + +#============================================================================= +# Target rules for targets named ContinuousConfigure + +# Build rule for target. +ContinuousConfigure: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousConfigure +.PHONY : ContinuousConfigure + +# fast build rule for target. +ContinuousConfigure/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousConfigure.dir/build.make external/vorbis/CMakeFiles/ContinuousConfigure.dir/build +.PHONY : ContinuousConfigure/fast + +#============================================================================= +# Target rules for targets named ContinuousBuild + +# Build rule for target. +ContinuousBuild: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousBuild +.PHONY : ContinuousBuild + +# fast build rule for target. +ContinuousBuild/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousBuild.dir/build.make external/vorbis/CMakeFiles/ContinuousBuild.dir/build +.PHONY : ContinuousBuild/fast + +#============================================================================= +# Target rules for targets named ContinuousTest + +# Build rule for target. +ContinuousTest: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousTest +.PHONY : ContinuousTest + +# fast build rule for target. +ContinuousTest/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousTest.dir/build.make external/vorbis/CMakeFiles/ContinuousTest.dir/build +.PHONY : ContinuousTest/fast + +#============================================================================= +# Target rules for targets named ContinuousCoverage + +# Build rule for target. +ContinuousCoverage: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousCoverage +.PHONY : ContinuousCoverage + +# fast build rule for target. +ContinuousCoverage/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousCoverage.dir/build.make external/vorbis/CMakeFiles/ContinuousCoverage.dir/build +.PHONY : ContinuousCoverage/fast + +#============================================================================= +# Target rules for targets named ContinuousMemCheck + +# Build rule for target. +ContinuousMemCheck: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousMemCheck +.PHONY : ContinuousMemCheck + +# fast build rule for target. +ContinuousMemCheck/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build.make external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build +.PHONY : ContinuousMemCheck/fast + +#============================================================================= +# Target rules for targets named ContinuousSubmit + +# Build rule for target. +ContinuousSubmit: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousSubmit +.PHONY : ContinuousSubmit + +# fast build rule for target. +ContinuousSubmit/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousSubmit.dir/build.make external/vorbis/CMakeFiles/ContinuousSubmit.dir/build +.PHONY : ContinuousSubmit/fast + +#============================================================================= +# Target rules for targets named vorbis + +# Build rule for target. +vorbis: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 vorbis +.PHONY : vorbis + +# fast build rule for target. +vorbis/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/build +.PHONY : vorbis/fast + +#============================================================================= +# Target rules for targets named vorbisenc + +# Build rule for target. +vorbisenc: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 vorbisenc +.PHONY : vorbisenc + +# fast build rule for target. +vorbisenc/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make external/vorbis/lib/CMakeFiles/vorbisenc.dir/build +.PHONY : vorbisenc/fast + +#============================================================================= +# Target rules for targets named vorbisfile + +# Build rule for target. +vorbisfile: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 vorbisfile +.PHONY : vorbisfile + +# fast build rule for target. +vorbisfile/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make external/vorbis/lib/CMakeFiles/vorbisfile.dir/build +.PHONY : vorbisfile/fast + +#============================================================================= +# Target rules for targets named vorbis_test + +# Build rule for target. +vorbis_test: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 vorbis_test +.PHONY : vorbis_test + +# fast build rule for target. +vorbis_test/fast: + $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/build +.PHONY : vorbis_test/fast + +#============================================================================= +# Target rules for targets named SDL3-shared + +# Build rule for target. +SDL3-shared: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SDL3-shared +.PHONY : SDL3-shared + +# fast build rule for target. +SDL3-shared/fast: + $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/build +.PHONY : SDL3-shared/fast + +#============================================================================= +# Target rules for targets named SDL3-static + +# Build rule for target. +SDL3-static: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SDL3-static +.PHONY : SDL3-static + +# fast build rule for target. +SDL3-static/fast: + $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/build +.PHONY : SDL3-static/fast + +#============================================================================= +# Target rules for targets named SDL3_test + +# Build rule for target. +SDL3_test: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SDL3_test +.PHONY : SDL3_test + +# fast build rule for target. +SDL3_test/fast: + $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/build +.PHONY : SDL3_test/fast + +#============================================================================= +# Target rules for targets named SDL_uclibc + +# Build rule for target. +SDL_uclibc: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SDL_uclibc +.PHONY : SDL_uclibc + +# fast build rule for target. +SDL_uclibc/fast: + $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/build +.PHONY : SDL_uclibc/fast + +#============================================================================= +# Target rules for targets named SDL3_ttf-static + +# Build rule for target. +SDL3_ttf-static: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SDL3_ttf-static +.PHONY : SDL3_ttf-static + +# fast build rule for target. +SDL3_ttf-static/fast: + $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build +.PHONY : SDL3_ttf-static/fast + +#============================================================================= +# Target rules for targets named alsoft.build_version + +# Build rule for target. +alsoft.build_version: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alsoft.build_version +.PHONY : alsoft.build_version + +# fast build rule for target. +alsoft.build_version/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.build_version.dir/build.make external/openal/CMakeFiles/alsoft.build_version.dir/build +.PHONY : alsoft.build_version/fast + +#============================================================================= +# Target rules for targets named alsoft.common + +# Build rule for target. +alsoft.common: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alsoft.common +.PHONY : alsoft.common + +# fast build rule for target. +alsoft.common/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/build +.PHONY : alsoft.common/fast + +#============================================================================= +# Target rules for targets named clang-tidy-check + +# Build rule for target. +clang-tidy-check: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clang-tidy-check +.PHONY : clang-tidy-check + +# fast build rule for target. +clang-tidy-check/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/clang-tidy-check.dir/build.make external/openal/CMakeFiles/clang-tidy-check.dir/build +.PHONY : clang-tidy-check/fast + +#============================================================================= +# Target rules for targets named OpenAL + +# Build rule for target. +OpenAL: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 OpenAL +.PHONY : OpenAL + +# fast build rule for target. +OpenAL/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/build +.PHONY : OpenAL/fast + +#============================================================================= +# Target rules for targets named openal-info + +# Build rule for target. +openal-info: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 openal-info +.PHONY : openal-info + +# fast build rule for target. +openal-info/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/openal-info.dir/build.make external/openal/CMakeFiles/openal-info.dir/build +.PHONY : openal-info/fast + +#============================================================================= +# Target rules for targets named uhjdecoder + +# Build rule for target. +uhjdecoder: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uhjdecoder +.PHONY : uhjdecoder + +# fast build rule for target. +uhjdecoder/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjdecoder.dir/build.make external/openal/CMakeFiles/uhjdecoder.dir/build +.PHONY : uhjdecoder/fast + +#============================================================================= +# Target rules for targets named uhjencoder + +# Build rule for target. +uhjencoder: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uhjencoder +.PHONY : uhjencoder + +# fast build rule for target. +uhjencoder/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjencoder.dir/build.make external/openal/CMakeFiles/uhjencoder.dir/build +.PHONY : uhjencoder/fast + +#============================================================================= +# Target rules for targets named alsoft.sofa-support + +# Build rule for target. +alsoft.sofa-support: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alsoft.sofa-support +.PHONY : alsoft.sofa-support + +# fast build rule for target. +alsoft.sofa-support/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make external/openal/CMakeFiles/alsoft.sofa-support.dir/build +.PHONY : alsoft.sofa-support/fast + +#============================================================================= +# Target rules for targets named makemhr + +# Build rule for target. +makemhr: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 makemhr +.PHONY : makemhr + +# fast build rule for target. +makemhr/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/build +.PHONY : makemhr/fast + +#============================================================================= +# Target rules for targets named sofa-info + +# Build rule for target. +sofa-info: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sofa-info +.PHONY : sofa-info + +# fast build rule for target. +sofa-info/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/sofa-info.dir/build.make external/openal/CMakeFiles/sofa-info.dir/build +.PHONY : sofa-info/fast + +#============================================================================= +# Target rules for targets named alsoft.excommon + +# Build rule for target. +alsoft.excommon: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alsoft.excommon +.PHONY : alsoft.excommon + +# fast build rule for target. +alsoft.excommon/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.excommon.dir/build.make external/openal/CMakeFiles/alsoft.excommon.dir/build +.PHONY : alsoft.excommon/fast + +#============================================================================= +# Target rules for targets named altonegen + +# Build rule for target. +altonegen: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 altonegen +.PHONY : altonegen + +# fast build rule for target. +altonegen/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/altonegen.dir/build.make external/openal/CMakeFiles/altonegen.dir/build +.PHONY : altonegen/fast + +#============================================================================= +# Target rules for targets named alrecord + +# Build rule for target. +alrecord: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alrecord +.PHONY : alrecord + +# fast build rule for target. +alrecord/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alrecord.dir/build.make external/openal/CMakeFiles/alrecord.dir/build +.PHONY : alrecord/fast + +#============================================================================= +# Target rules for targets named aldebug + +# Build rule for target. +aldebug: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 aldebug +.PHONY : aldebug + +# fast build rule for target. +aldebug/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldebug.dir/build.make external/openal/CMakeFiles/aldebug.dir/build +.PHONY : aldebug/fast + +#============================================================================= +# Target rules for targets named allafplay + +# Build rule for target. +allafplay: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 allafplay +.PHONY : allafplay + +# fast build rule for target. +allafplay/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allafplay.dir/build.make external/openal/CMakeFiles/allafplay.dir/build +.PHONY : allafplay/fast + +#============================================================================= +# Target rules for targets named alplay + +# Build rule for target. +alplay: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alplay +.PHONY : alplay + +# fast build rule for target. +alplay/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alplay.dir/build.make external/openal/CMakeFiles/alplay.dir/build +.PHONY : alplay/fast + +#============================================================================= +# Target rules for targets named alstream + +# Build rule for target. +alstream: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alstream +.PHONY : alstream + +# fast build rule for target. +alstream/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstream.dir/build.make external/openal/CMakeFiles/alstream.dir/build +.PHONY : alstream/fast + +#============================================================================= +# Target rules for targets named alreverb + +# Build rule for target. +alreverb: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alreverb +.PHONY : alreverb + +# fast build rule for target. +alreverb/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alreverb.dir/build.make external/openal/CMakeFiles/alreverb.dir/build +.PHONY : alreverb/fast + +#============================================================================= +# Target rules for targets named almultireverb + +# Build rule for target. +almultireverb: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 almultireverb +.PHONY : almultireverb + +# fast build rule for target. +almultireverb/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/almultireverb.dir/build.make external/openal/CMakeFiles/almultireverb.dir/build +.PHONY : almultireverb/fast + +#============================================================================= +# Target rules for targets named allatency + +# Build rule for target. +allatency: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 allatency +.PHONY : allatency + +# fast build rule for target. +allatency/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allatency.dir/build.make external/openal/CMakeFiles/allatency.dir/build +.PHONY : allatency/fast + +#============================================================================= +# Target rules for targets named alhrtf + +# Build rule for target. +alhrtf: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alhrtf +.PHONY : alhrtf + +# fast build rule for target. +alhrtf/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alhrtf.dir/build.make external/openal/CMakeFiles/alhrtf.dir/build +.PHONY : alhrtf/fast + +#============================================================================= +# Target rules for targets named alstreamcb + +# Build rule for target. +alstreamcb: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alstreamcb +.PHONY : alstreamcb + +# fast build rule for target. +alstreamcb/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstreamcb.dir/build.make external/openal/CMakeFiles/alstreamcb.dir/build +.PHONY : alstreamcb/fast + +#============================================================================= +# Target rules for targets named aldirect + +# Build rule for target. +aldirect: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 aldirect +.PHONY : aldirect + +# fast build rule for target. +aldirect/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldirect.dir/build.make external/openal/CMakeFiles/aldirect.dir/build +.PHONY : aldirect/fast + +#============================================================================= +# Target rules for targets named alconvolve + +# Build rule for target. +alconvolve: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alconvolve +.PHONY : alconvolve + +# fast build rule for target. +alconvolve/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alconvolve.dir/build.make external/openal/CMakeFiles/alconvolve.dir/build +.PHONY : alconvolve/fast + +#============================================================================= +# Target rules for targets named alloopback + +# Build rule for target. +alloopback: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alloopback +.PHONY : alloopback + +# fast build rule for target. +alloopback/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alloopback.dir/build.make external/openal/CMakeFiles/alloopback.dir/build +.PHONY : alloopback/fast + +#============================================================================= +# Target rules for targets named alffplay + +# Build rule for target. +alffplay: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alffplay +.PHONY : alffplay + +# fast build rule for target. +alffplay/fast: + $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alffplay.dir/build.make external/openal/CMakeFiles/alffplay.dir/build +.PHONY : alffplay/fast + +#============================================================================= +# Target rules for targets named alsoft.fmt + +# Build rule for target. +alsoft.fmt: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alsoft.fmt +.PHONY : alsoft.fmt + +# fast build rule for target. +alsoft.fmt/fast: + $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build +.PHONY : alsoft.fmt/fast + +#============================================================================= +# Target rules for targets named alsoft-config + +# Build rule for target. +alsoft-config: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alsoft-config +.PHONY : alsoft-config + +# fast build rule for target. +alsoft-config/fast: + $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build +.PHONY : alsoft-config/fast + +#============================================================================= +# Target rules for targets named miniaudio + +# Build rule for target. +miniaudio: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 miniaudio +.PHONY : miniaudio + +# fast build rule for target. +miniaudio/fast: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio.dir/build.make external/miniaudio/CMakeFiles/miniaudio.dir/build +.PHONY : miniaudio/fast + +#============================================================================= +# Target rules for targets named miniaudio_libvorbis + +# Build rule for target. +miniaudio_libvorbis: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 miniaudio_libvorbis +.PHONY : miniaudio_libvorbis + +# fast build rule for target. +miniaudio_libvorbis/fast: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build +.PHONY : miniaudio_libvorbis/fast + +#============================================================================= +# Target rules for targets named miniaudio_channel_combiner_node + +# Build rule for target. +miniaudio_channel_combiner_node: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 miniaudio_channel_combiner_node +.PHONY : miniaudio_channel_combiner_node + +# fast build rule for target. +miniaudio_channel_combiner_node/fast: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build +.PHONY : miniaudio_channel_combiner_node/fast + +#============================================================================= +# Target rules for targets named miniaudio_channel_separator_node + +# Build rule for target. +miniaudio_channel_separator_node: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 miniaudio_channel_separator_node +.PHONY : miniaudio_channel_separator_node + +# fast build rule for target. +miniaudio_channel_separator_node/fast: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build +.PHONY : miniaudio_channel_separator_node/fast + +#============================================================================= +# Target rules for targets named miniaudio_ltrim_node + +# Build rule for target. +miniaudio_ltrim_node: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 miniaudio_ltrim_node +.PHONY : miniaudio_ltrim_node + +# fast build rule for target. +miniaudio_ltrim_node/fast: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build +.PHONY : miniaudio_ltrim_node/fast + +#============================================================================= +# Target rules for targets named miniaudio_reverb_node + +# Build rule for target. +miniaudio_reverb_node: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 miniaudio_reverb_node +.PHONY : miniaudio_reverb_node + +# fast build rule for target. +miniaudio_reverb_node/fast: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build +.PHONY : miniaudio_reverb_node/fast + +#============================================================================= +# Target rules for targets named miniaudio_vocoder_node + +# Build rule for target. +miniaudio_vocoder_node: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 miniaudio_vocoder_node +.PHONY : miniaudio_vocoder_node + +# fast build rule for target. +miniaudio_vocoder_node/fast: + $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build +.PHONY : miniaudio_vocoder_node/fast + +#============================================================================= +# Target rules for targets named curl-ca-bundle + +# Build rule for target. +curl-ca-bundle: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-ca-bundle +.PHONY : curl-ca-bundle + +# fast build rule for target. +curl-ca-bundle/fast: + $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-bundle.dir/build.make external/curl/CMakeFiles/curl-ca-bundle.dir/build +.PHONY : curl-ca-bundle/fast + +#============================================================================= +# Target rules for targets named curl-ca-firefox + +# Build rule for target. +curl-ca-firefox: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-ca-firefox +.PHONY : curl-ca-firefox + +# fast build rule for target. +curl-ca-firefox/fast: + $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-firefox.dir/build.make external/curl/CMakeFiles/curl-ca-firefox.dir/build +.PHONY : curl-ca-firefox/fast + +#============================================================================= +# Target rules for targets named curl_uninstall + +# Build rule for target. +curl_uninstall: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl_uninstall +.PHONY : curl_uninstall + +# fast build rule for target. +curl_uninstall/fast: + $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl_uninstall.dir/build.make external/curl/CMakeFiles/curl_uninstall.dir/build +.PHONY : curl_uninstall/fast + +#============================================================================= +# Target rules for targets named curl-generate-curl-config.1 + +# Build rule for target. +curl-generate-curl-config.1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-generate-curl-config.1 +.PHONY : curl-generate-curl-config.1 + +# fast build rule for target. +curl-generate-curl-config.1/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build +.PHONY : curl-generate-curl-config.1/fast + +#============================================================================= +# Target rules for targets named curl-generate-mk-ca-bundle.1 + +# Build rule for target. +curl-generate-mk-ca-bundle.1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-generate-mk-ca-bundle.1 +.PHONY : curl-generate-mk-ca-bundle.1 + +# fast build rule for target. +curl-generate-mk-ca-bundle.1/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build +.PHONY : curl-generate-mk-ca-bundle.1/fast + +#============================================================================= +# Target rules for targets named curl-generate-wcurl.1 + +# Build rule for target. +curl-generate-wcurl.1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-generate-wcurl.1 +.PHONY : curl-generate-wcurl.1 + +# fast build rule for target. +curl-generate-wcurl.1/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build +.PHONY : curl-generate-wcurl.1/fast + +#============================================================================= +# Target rules for targets named curl-man + +# Build rule for target. +curl-man: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-man +.PHONY : curl-man + +# fast build rule for target. +curl-man/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build.make external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build +.PHONY : curl-man/fast + +#============================================================================= +# Target rules for targets named curl-opts-man + +# Build rule for target. +curl-opts-man: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-opts-man +.PHONY : curl-opts-man + +# fast build rule for target. +curl-opts-man/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build.make external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build +.PHONY : curl-opts-man/fast + +#============================================================================= +# Target rules for targets named curlu + +# Build rule for target. +curlu: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curlu +.PHONY : curlu + +# fast build rule for target. +curlu/fast: + $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/build +.PHONY : curlu/fast + +#============================================================================= +# Target rules for targets named libcurl_static + +# Build rule for target. +libcurl_static: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libcurl_static +.PHONY : libcurl_static + +# fast build rule for target. +libcurl_static/fast: + $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/build +.PHONY : libcurl_static/fast + +#============================================================================= +# Target rules for targets named curl-examples + +# Build rule for target. +curl-examples: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-examples +.PHONY : curl-examples + +# fast build rule for target. +curl-examples/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-examples.dir/build.make external/curl/docs/examples/CMakeFiles/curl-examples.dir/build +.PHONY : curl-examples/fast + +#============================================================================= +# Target rules for targets named curl-example-10-at-a-time + +# Build rule for target. +curl-example-10-at-a-time: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-10-at-a-time +.PHONY : curl-example-10-at-a-time + +# fast build rule for target. +curl-example-10-at-a-time/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build +.PHONY : curl-example-10-at-a-time/fast + +#============================================================================= +# Target rules for targets named curl-example-address-scope + +# Build rule for target. +curl-example-address-scope: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-address-scope +.PHONY : curl-example-address-scope + +# fast build rule for target. +curl-example-address-scope/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build +.PHONY : curl-example-address-scope/fast + +#============================================================================= +# Target rules for targets named curl-example-altsvc + +# Build rule for target. +curl-example-altsvc: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-altsvc +.PHONY : curl-example-altsvc + +# fast build rule for target. +curl-example-altsvc/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build +.PHONY : curl-example-altsvc/fast + +#============================================================================= +# Target rules for targets named curl-example-anyauthput + +# Build rule for target. +curl-example-anyauthput: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-anyauthput +.PHONY : curl-example-anyauthput + +# fast build rule for target. +curl-example-anyauthput/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build +.PHONY : curl-example-anyauthput/fast + +#============================================================================= +# Target rules for targets named curl-example-block_ip + +# Build rule for target. +curl-example-block_ip: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-block_ip +.PHONY : curl-example-block_ip + +# fast build rule for target. +curl-example-block_ip/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build +.PHONY : curl-example-block_ip/fast + +#============================================================================= +# Target rules for targets named curl-example-certinfo + +# Build rule for target. +curl-example-certinfo: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-certinfo +.PHONY : curl-example-certinfo + +# fast build rule for target. +curl-example-certinfo/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build +.PHONY : curl-example-certinfo/fast + +#============================================================================= +# Target rules for targets named curl-example-chkspeed + +# Build rule for target. +curl-example-chkspeed: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-chkspeed +.PHONY : curl-example-chkspeed + +# fast build rule for target. +curl-example-chkspeed/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build +.PHONY : curl-example-chkspeed/fast + +#============================================================================= +# Target rules for targets named curl-example-connect-to + +# Build rule for target. +curl-example-connect-to: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-connect-to +.PHONY : curl-example-connect-to + +# fast build rule for target. +curl-example-connect-to/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build +.PHONY : curl-example-connect-to/fast + +#============================================================================= +# Target rules for targets named curl-example-cookie_interface + +# Build rule for target. +curl-example-cookie_interface: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-cookie_interface +.PHONY : curl-example-cookie_interface + +# fast build rule for target. +curl-example-cookie_interface/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build +.PHONY : curl-example-cookie_interface/fast + +#============================================================================= +# Target rules for targets named curl-example-debug + +# Build rule for target. +curl-example-debug: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-debug +.PHONY : curl-example-debug + +# fast build rule for target. +curl-example-debug/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build +.PHONY : curl-example-debug/fast + +#============================================================================= +# Target rules for targets named curl-example-default-scheme + +# Build rule for target. +curl-example-default-scheme: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-default-scheme +.PHONY : curl-example-default-scheme + +# fast build rule for target. +curl-example-default-scheme/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build +.PHONY : curl-example-default-scheme/fast + +#============================================================================= +# Target rules for targets named curl-example-externalsocket + +# Build rule for target. +curl-example-externalsocket: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-externalsocket +.PHONY : curl-example-externalsocket + +# fast build rule for target. +curl-example-externalsocket/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build +.PHONY : curl-example-externalsocket/fast + +#============================================================================= +# Target rules for targets named curl-example-fileupload + +# Build rule for target. +curl-example-fileupload: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-fileupload +.PHONY : curl-example-fileupload + +# fast build rule for target. +curl-example-fileupload/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build +.PHONY : curl-example-fileupload/fast + +#============================================================================= +# Target rules for targets named curl-example-ftp-wildcard + +# Build rule for target. +curl-example-ftp-wildcard: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-ftp-wildcard +.PHONY : curl-example-ftp-wildcard + +# fast build rule for target. +curl-example-ftp-wildcard/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build +.PHONY : curl-example-ftp-wildcard/fast + +#============================================================================= +# Target rules for targets named curl-example-ftpget + +# Build rule for target. +curl-example-ftpget: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-ftpget +.PHONY : curl-example-ftpget + +# fast build rule for target. +curl-example-ftpget/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build +.PHONY : curl-example-ftpget/fast + +#============================================================================= +# Target rules for targets named curl-example-ftpgetinfo + +# Build rule for target. +curl-example-ftpgetinfo: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-ftpgetinfo +.PHONY : curl-example-ftpgetinfo + +# fast build rule for target. +curl-example-ftpgetinfo/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build +.PHONY : curl-example-ftpgetinfo/fast + +#============================================================================= +# Target rules for targets named curl-example-ftpgetresp + +# Build rule for target. +curl-example-ftpgetresp: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-ftpgetresp +.PHONY : curl-example-ftpgetresp + +# fast build rule for target. +curl-example-ftpgetresp/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build +.PHONY : curl-example-ftpgetresp/fast + +#============================================================================= +# Target rules for targets named curl-example-ftpsget + +# Build rule for target. +curl-example-ftpsget: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-ftpsget +.PHONY : curl-example-ftpsget + +# fast build rule for target. +curl-example-ftpsget/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build +.PHONY : curl-example-ftpsget/fast + +#============================================================================= +# Target rules for targets named curl-example-ftpupload + +# Build rule for target. +curl-example-ftpupload: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-ftpupload +.PHONY : curl-example-ftpupload + +# fast build rule for target. +curl-example-ftpupload/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build +.PHONY : curl-example-ftpupload/fast + +#============================================================================= +# Target rules for targets named curl-example-ftpuploadfrommem + +# Build rule for target. +curl-example-ftpuploadfrommem: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-ftpuploadfrommem +.PHONY : curl-example-ftpuploadfrommem + +# fast build rule for target. +curl-example-ftpuploadfrommem/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build +.PHONY : curl-example-ftpuploadfrommem/fast + +#============================================================================= +# Target rules for targets named curl-example-ftpuploadresume + +# Build rule for target. +curl-example-ftpuploadresume: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-ftpuploadresume +.PHONY : curl-example-ftpuploadresume + +# fast build rule for target. +curl-example-ftpuploadresume/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build +.PHONY : curl-example-ftpuploadresume/fast + +#============================================================================= +# Target rules for targets named curl-example-getinfo + +# Build rule for target. +curl-example-getinfo: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-getinfo +.PHONY : curl-example-getinfo + +# fast build rule for target. +curl-example-getinfo/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build +.PHONY : curl-example-getinfo/fast + +#============================================================================= +# Target rules for targets named curl-example-getinmemory + +# Build rule for target. +curl-example-getinmemory: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-getinmemory +.PHONY : curl-example-getinmemory + +# fast build rule for target. +curl-example-getinmemory/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build +.PHONY : curl-example-getinmemory/fast + +#============================================================================= +# Target rules for targets named curl-example-getredirect + +# Build rule for target. +curl-example-getredirect: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-getredirect +.PHONY : curl-example-getredirect + +# fast build rule for target. +curl-example-getredirect/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build +.PHONY : curl-example-getredirect/fast + +#============================================================================= +# Target rules for targets named curl-example-getreferrer + +# Build rule for target. +curl-example-getreferrer: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-getreferrer +.PHONY : curl-example-getreferrer + +# fast build rule for target. +curl-example-getreferrer/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build +.PHONY : curl-example-getreferrer/fast + +#============================================================================= +# Target rules for targets named curl-example-headerapi + +# Build rule for target. +curl-example-headerapi: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-headerapi +.PHONY : curl-example-headerapi + +# fast build rule for target. +curl-example-headerapi/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build +.PHONY : curl-example-headerapi/fast + +#============================================================================= +# Target rules for targets named curl-example-hsts-preload + +# Build rule for target. +curl-example-hsts-preload: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-hsts-preload +.PHONY : curl-example-hsts-preload + +# fast build rule for target. +curl-example-hsts-preload/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build +.PHONY : curl-example-hsts-preload/fast + +#============================================================================= +# Target rules for targets named curl-example-http-options + +# Build rule for target. +curl-example-http-options: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-http-options +.PHONY : curl-example-http-options + +# fast build rule for target. +curl-example-http-options/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build +.PHONY : curl-example-http-options/fast + +#============================================================================= +# Target rules for targets named curl-example-http-post + +# Build rule for target. +curl-example-http-post: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-http-post +.PHONY : curl-example-http-post + +# fast build rule for target. +curl-example-http-post/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build +.PHONY : curl-example-http-post/fast + +#============================================================================= +# Target rules for targets named curl-example-http2-download + +# Build rule for target. +curl-example-http2-download: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-http2-download +.PHONY : curl-example-http2-download + +# fast build rule for target. +curl-example-http2-download/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build +.PHONY : curl-example-http2-download/fast + +#============================================================================= +# Target rules for targets named curl-example-http2-pushinmemory + +# Build rule for target. +curl-example-http2-pushinmemory: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-http2-pushinmemory +.PHONY : curl-example-http2-pushinmemory + +# fast build rule for target. +curl-example-http2-pushinmemory/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build +.PHONY : curl-example-http2-pushinmemory/fast + +#============================================================================= +# Target rules for targets named curl-example-http2-serverpush + +# Build rule for target. +curl-example-http2-serverpush: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-http2-serverpush +.PHONY : curl-example-http2-serverpush + +# fast build rule for target. +curl-example-http2-serverpush/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build +.PHONY : curl-example-http2-serverpush/fast + +#============================================================================= +# Target rules for targets named curl-example-http2-upload + +# Build rule for target. +curl-example-http2-upload: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-http2-upload +.PHONY : curl-example-http2-upload + +# fast build rule for target. +curl-example-http2-upload/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build +.PHONY : curl-example-http2-upload/fast + +#============================================================================= +# Target rules for targets named curl-example-http3 + +# Build rule for target. +curl-example-http3: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-http3 +.PHONY : curl-example-http3 + +# fast build rule for target. +curl-example-http3/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build +.PHONY : curl-example-http3/fast + +#============================================================================= +# Target rules for targets named curl-example-http3-present + +# Build rule for target. +curl-example-http3-present: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-http3-present +.PHONY : curl-example-http3-present + +# fast build rule for target. +curl-example-http3-present/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build +.PHONY : curl-example-http3-present/fast + +#============================================================================= +# Target rules for targets named curl-example-httpcustomheader + +# Build rule for target. +curl-example-httpcustomheader: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-httpcustomheader +.PHONY : curl-example-httpcustomheader + +# fast build rule for target. +curl-example-httpcustomheader/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build +.PHONY : curl-example-httpcustomheader/fast + +#============================================================================= +# Target rules for targets named curl-example-httpput + +# Build rule for target. +curl-example-httpput: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-httpput +.PHONY : curl-example-httpput + +# fast build rule for target. +curl-example-httpput/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build +.PHONY : curl-example-httpput/fast + +#============================================================================= +# Target rules for targets named curl-example-httpput-postfields + +# Build rule for target. +curl-example-httpput-postfields: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-httpput-postfields +.PHONY : curl-example-httpput-postfields + +# fast build rule for target. +curl-example-httpput-postfields/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build +.PHONY : curl-example-httpput-postfields/fast + +#============================================================================= +# Target rules for targets named curl-example-https + +# Build rule for target. +curl-example-https: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-https +.PHONY : curl-example-https + +# fast build rule for target. +curl-example-https/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build +.PHONY : curl-example-https/fast + +#============================================================================= +# Target rules for targets named curl-example-imap-append + +# Build rule for target. +curl-example-imap-append: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-append +.PHONY : curl-example-imap-append + +# fast build rule for target. +curl-example-imap-append/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build +.PHONY : curl-example-imap-append/fast + +#============================================================================= +# Target rules for targets named curl-example-imap-authzid + +# Build rule for target. +curl-example-imap-authzid: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-authzid +.PHONY : curl-example-imap-authzid + +# fast build rule for target. +curl-example-imap-authzid/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build +.PHONY : curl-example-imap-authzid/fast + +#============================================================================= +# Target rules for targets named curl-example-imap-copy + +# Build rule for target. +curl-example-imap-copy: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-copy +.PHONY : curl-example-imap-copy + +# fast build rule for target. +curl-example-imap-copy/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build +.PHONY : curl-example-imap-copy/fast + +#============================================================================= +# Target rules for targets named curl-example-imap-create + +# Build rule for target. +curl-example-imap-create: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-create +.PHONY : curl-example-imap-create + +# fast build rule for target. +curl-example-imap-create/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build +.PHONY : curl-example-imap-create/fast + +#============================================================================= +# Target rules for targets named curl-example-imap-delete + +# Build rule for target. +curl-example-imap-delete: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-delete +.PHONY : curl-example-imap-delete + +# fast build rule for target. +curl-example-imap-delete/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build +.PHONY : curl-example-imap-delete/fast + +#============================================================================= +# Target rules for targets named curl-example-imap-examine + +# Build rule for target. +curl-example-imap-examine: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-examine +.PHONY : curl-example-imap-examine + +# fast build rule for target. +curl-example-imap-examine/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build +.PHONY : curl-example-imap-examine/fast + +#============================================================================= +# Target rules for targets named curl-example-imap-fetch + +# Build rule for target. +curl-example-imap-fetch: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-fetch +.PHONY : curl-example-imap-fetch + +# fast build rule for target. +curl-example-imap-fetch/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build +.PHONY : curl-example-imap-fetch/fast + +#============================================================================= +# Target rules for targets named curl-example-imap-list + +# Build rule for target. +curl-example-imap-list: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-list +.PHONY : curl-example-imap-list + +# fast build rule for target. +curl-example-imap-list/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build +.PHONY : curl-example-imap-list/fast + +#============================================================================= +# Target rules for targets named curl-example-imap-lsub + +# Build rule for target. +curl-example-imap-lsub: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-lsub +.PHONY : curl-example-imap-lsub + +# fast build rule for target. +curl-example-imap-lsub/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build +.PHONY : curl-example-imap-lsub/fast + +#============================================================================= +# Target rules for targets named curl-example-imap-multi + +# Build rule for target. +curl-example-imap-multi: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-multi +.PHONY : curl-example-imap-multi + +# fast build rule for target. +curl-example-imap-multi/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build +.PHONY : curl-example-imap-multi/fast + +#============================================================================= +# Target rules for targets named curl-example-imap-noop + +# Build rule for target. +curl-example-imap-noop: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-noop +.PHONY : curl-example-imap-noop + +# fast build rule for target. +curl-example-imap-noop/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build +.PHONY : curl-example-imap-noop/fast + +#============================================================================= +# Target rules for targets named curl-example-imap-search + +# Build rule for target. +curl-example-imap-search: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-search +.PHONY : curl-example-imap-search + +# fast build rule for target. +curl-example-imap-search/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build +.PHONY : curl-example-imap-search/fast + +#============================================================================= +# Target rules for targets named curl-example-imap-ssl + +# Build rule for target. +curl-example-imap-ssl: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-ssl +.PHONY : curl-example-imap-ssl + +# fast build rule for target. +curl-example-imap-ssl/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build +.PHONY : curl-example-imap-ssl/fast + +#============================================================================= +# Target rules for targets named curl-example-imap-store + +# Build rule for target. +curl-example-imap-store: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-store +.PHONY : curl-example-imap-store + +# fast build rule for target. +curl-example-imap-store/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build +.PHONY : curl-example-imap-store/fast + +#============================================================================= +# Target rules for targets named curl-example-imap-tls + +# Build rule for target. +curl-example-imap-tls: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-tls +.PHONY : curl-example-imap-tls + +# fast build rule for target. +curl-example-imap-tls/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build +.PHONY : curl-example-imap-tls/fast + +#============================================================================= +# Target rules for targets named curl-example-interface + +# Build rule for target. +curl-example-interface: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-interface +.PHONY : curl-example-interface + +# fast build rule for target. +curl-example-interface/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build +.PHONY : curl-example-interface/fast + +#============================================================================= +# Target rules for targets named curl-example-ipv6 + +# Build rule for target. +curl-example-ipv6: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-ipv6 +.PHONY : curl-example-ipv6 + +# fast build rule for target. +curl-example-ipv6/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build +.PHONY : curl-example-ipv6/fast + +#============================================================================= +# Target rules for targets named curl-example-keepalive + +# Build rule for target. +curl-example-keepalive: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-keepalive +.PHONY : curl-example-keepalive + +# fast build rule for target. +curl-example-keepalive/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build +.PHONY : curl-example-keepalive/fast + +#============================================================================= +# Target rules for targets named curl-example-localport + +# Build rule for target. +curl-example-localport: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-localport +.PHONY : curl-example-localport + +# fast build rule for target. +curl-example-localport/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build +.PHONY : curl-example-localport/fast + +#============================================================================= +# Target rules for targets named curl-example-maxconnects + +# Build rule for target. +curl-example-maxconnects: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-maxconnects +.PHONY : curl-example-maxconnects + +# fast build rule for target. +curl-example-maxconnects/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build +.PHONY : curl-example-maxconnects/fast + +#============================================================================= +# Target rules for targets named curl-example-multi-app + +# Build rule for target. +curl-example-multi-app: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-multi-app +.PHONY : curl-example-multi-app + +# fast build rule for target. +curl-example-multi-app/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build +.PHONY : curl-example-multi-app/fast + +#============================================================================= +# Target rules for targets named curl-example-multi-debugcallback + +# Build rule for target. +curl-example-multi-debugcallback: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-multi-debugcallback +.PHONY : curl-example-multi-debugcallback + +# fast build rule for target. +curl-example-multi-debugcallback/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build +.PHONY : curl-example-multi-debugcallback/fast + +#============================================================================= +# Target rules for targets named curl-example-multi-double + +# Build rule for target. +curl-example-multi-double: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-multi-double +.PHONY : curl-example-multi-double + +# fast build rule for target. +curl-example-multi-double/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build +.PHONY : curl-example-multi-double/fast + +#============================================================================= +# Target rules for targets named curl-example-multi-formadd + +# Build rule for target. +curl-example-multi-formadd: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-multi-formadd +.PHONY : curl-example-multi-formadd + +# fast build rule for target. +curl-example-multi-formadd/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build +.PHONY : curl-example-multi-formadd/fast + +#============================================================================= +# Target rules for targets named curl-example-multi-legacy + +# Build rule for target. +curl-example-multi-legacy: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-multi-legacy +.PHONY : curl-example-multi-legacy + +# fast build rule for target. +curl-example-multi-legacy/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build +.PHONY : curl-example-multi-legacy/fast + +#============================================================================= +# Target rules for targets named curl-example-multi-post + +# Build rule for target. +curl-example-multi-post: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-multi-post +.PHONY : curl-example-multi-post + +# fast build rule for target. +curl-example-multi-post/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build +.PHONY : curl-example-multi-post/fast + +#============================================================================= +# Target rules for targets named curl-example-multi-single + +# Build rule for target. +curl-example-multi-single: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-multi-single +.PHONY : curl-example-multi-single + +# fast build rule for target. +curl-example-multi-single/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build +.PHONY : curl-example-multi-single/fast + +#============================================================================= +# Target rules for targets named curl-example-netrc + +# Build rule for target. +curl-example-netrc: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-netrc +.PHONY : curl-example-netrc + +# fast build rule for target. +curl-example-netrc/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build +.PHONY : curl-example-netrc/fast + +#============================================================================= +# Target rules for targets named curl-example-parseurl + +# Build rule for target. +curl-example-parseurl: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-parseurl +.PHONY : curl-example-parseurl + +# fast build rule for target. +curl-example-parseurl/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build +.PHONY : curl-example-parseurl/fast + +#============================================================================= +# Target rules for targets named curl-example-persistent + +# Build rule for target. +curl-example-persistent: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-persistent +.PHONY : curl-example-persistent + +# fast build rule for target. +curl-example-persistent/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build +.PHONY : curl-example-persistent/fast + +#============================================================================= +# Target rules for targets named curl-example-pop3-authzid + +# Build rule for target. +curl-example-pop3-authzid: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-pop3-authzid +.PHONY : curl-example-pop3-authzid + +# fast build rule for target. +curl-example-pop3-authzid/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build +.PHONY : curl-example-pop3-authzid/fast + +#============================================================================= +# Target rules for targets named curl-example-pop3-dele + +# Build rule for target. +curl-example-pop3-dele: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-pop3-dele +.PHONY : curl-example-pop3-dele + +# fast build rule for target. +curl-example-pop3-dele/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build +.PHONY : curl-example-pop3-dele/fast + +#============================================================================= +# Target rules for targets named curl-example-pop3-list + +# Build rule for target. +curl-example-pop3-list: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-pop3-list +.PHONY : curl-example-pop3-list + +# fast build rule for target. +curl-example-pop3-list/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build +.PHONY : curl-example-pop3-list/fast + +#============================================================================= +# Target rules for targets named curl-example-pop3-multi + +# Build rule for target. +curl-example-pop3-multi: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-pop3-multi +.PHONY : curl-example-pop3-multi + +# fast build rule for target. +curl-example-pop3-multi/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build +.PHONY : curl-example-pop3-multi/fast + +#============================================================================= +# Target rules for targets named curl-example-pop3-noop + +# Build rule for target. +curl-example-pop3-noop: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-pop3-noop +.PHONY : curl-example-pop3-noop + +# fast build rule for target. +curl-example-pop3-noop/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build +.PHONY : curl-example-pop3-noop/fast + +#============================================================================= +# Target rules for targets named curl-example-pop3-retr + +# Build rule for target. +curl-example-pop3-retr: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-pop3-retr +.PHONY : curl-example-pop3-retr + +# fast build rule for target. +curl-example-pop3-retr/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build +.PHONY : curl-example-pop3-retr/fast + +#============================================================================= +# Target rules for targets named curl-example-pop3-ssl + +# Build rule for target. +curl-example-pop3-ssl: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-pop3-ssl +.PHONY : curl-example-pop3-ssl + +# fast build rule for target. +curl-example-pop3-ssl/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build +.PHONY : curl-example-pop3-ssl/fast + +#============================================================================= +# Target rules for targets named curl-example-pop3-stat + +# Build rule for target. +curl-example-pop3-stat: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-pop3-stat +.PHONY : curl-example-pop3-stat + +# fast build rule for target. +curl-example-pop3-stat/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build +.PHONY : curl-example-pop3-stat/fast + +#============================================================================= +# Target rules for targets named curl-example-pop3-tls + +# Build rule for target. +curl-example-pop3-tls: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-pop3-tls +.PHONY : curl-example-pop3-tls + +# fast build rule for target. +curl-example-pop3-tls/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build +.PHONY : curl-example-pop3-tls/fast + +#============================================================================= +# Target rules for targets named curl-example-pop3-top + +# Build rule for target. +curl-example-pop3-top: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-pop3-top +.PHONY : curl-example-pop3-top + +# fast build rule for target. +curl-example-pop3-top/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build +.PHONY : curl-example-pop3-top/fast + +#============================================================================= +# Target rules for targets named curl-example-pop3-uidl + +# Build rule for target. +curl-example-pop3-uidl: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-pop3-uidl +.PHONY : curl-example-pop3-uidl + +# fast build rule for target. +curl-example-pop3-uidl/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build +.PHONY : curl-example-pop3-uidl/fast + +#============================================================================= +# Target rules for targets named curl-example-post-callback + +# Build rule for target. +curl-example-post-callback: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-post-callback +.PHONY : curl-example-post-callback + +# fast build rule for target. +curl-example-post-callback/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build +.PHONY : curl-example-post-callback/fast + +#============================================================================= +# Target rules for targets named curl-example-postinmemory + +# Build rule for target. +curl-example-postinmemory: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-postinmemory +.PHONY : curl-example-postinmemory + +# fast build rule for target. +curl-example-postinmemory/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build +.PHONY : curl-example-postinmemory/fast + +#============================================================================= +# Target rules for targets named curl-example-postit2 + +# Build rule for target. +curl-example-postit2: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-postit2 +.PHONY : curl-example-postit2 + +# fast build rule for target. +curl-example-postit2/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build +.PHONY : curl-example-postit2/fast + +#============================================================================= +# Target rules for targets named curl-example-postit2-formadd + +# Build rule for target. +curl-example-postit2-formadd: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-postit2-formadd +.PHONY : curl-example-postit2-formadd + +# fast build rule for target. +curl-example-postit2-formadd/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build +.PHONY : curl-example-postit2-formadd/fast + +#============================================================================= +# Target rules for targets named curl-example-progressfunc + +# Build rule for target. +curl-example-progressfunc: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-progressfunc +.PHONY : curl-example-progressfunc + +# fast build rule for target. +curl-example-progressfunc/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build +.PHONY : curl-example-progressfunc/fast + +#============================================================================= +# Target rules for targets named curl-example-protofeats + +# Build rule for target. +curl-example-protofeats: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-protofeats +.PHONY : curl-example-protofeats + +# fast build rule for target. +curl-example-protofeats/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build +.PHONY : curl-example-protofeats/fast + +#============================================================================= +# Target rules for targets named curl-example-range + +# Build rule for target. +curl-example-range: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-range +.PHONY : curl-example-range + +# fast build rule for target. +curl-example-range/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build +.PHONY : curl-example-range/fast + +#============================================================================= +# Target rules for targets named curl-example-resolve + +# Build rule for target. +curl-example-resolve: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-resolve +.PHONY : curl-example-resolve + +# fast build rule for target. +curl-example-resolve/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build +.PHONY : curl-example-resolve/fast + +#============================================================================= +# Target rules for targets named curl-example-rtsp-options + +# Build rule for target. +curl-example-rtsp-options: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-rtsp-options +.PHONY : curl-example-rtsp-options + +# fast build rule for target. +curl-example-rtsp-options/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build +.PHONY : curl-example-rtsp-options/fast + +#============================================================================= +# Target rules for targets named curl-example-sendrecv + +# Build rule for target. +curl-example-sendrecv: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-sendrecv +.PHONY : curl-example-sendrecv + +# fast build rule for target. +curl-example-sendrecv/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build +.PHONY : curl-example-sendrecv/fast + +#============================================================================= +# Target rules for targets named curl-example-sepheaders + +# Build rule for target. +curl-example-sepheaders: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-sepheaders +.PHONY : curl-example-sepheaders + +# fast build rule for target. +curl-example-sepheaders/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build +.PHONY : curl-example-sepheaders/fast + +#============================================================================= +# Target rules for targets named curl-example-sftpget + +# Build rule for target. +curl-example-sftpget: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-sftpget +.PHONY : curl-example-sftpget + +# fast build rule for target. +curl-example-sftpget/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build +.PHONY : curl-example-sftpget/fast + +#============================================================================= +# Target rules for targets named curl-example-sftpuploadresume + +# Build rule for target. +curl-example-sftpuploadresume: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-sftpuploadresume +.PHONY : curl-example-sftpuploadresume + +# fast build rule for target. +curl-example-sftpuploadresume/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build +.PHONY : curl-example-sftpuploadresume/fast + +#============================================================================= +# Target rules for targets named curl-example-shared-connection-cache + +# Build rule for target. +curl-example-shared-connection-cache: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-shared-connection-cache +.PHONY : curl-example-shared-connection-cache + +# fast build rule for target. +curl-example-shared-connection-cache/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build +.PHONY : curl-example-shared-connection-cache/fast + +#============================================================================= +# Target rules for targets named curl-example-simple + +# Build rule for target. +curl-example-simple: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-simple +.PHONY : curl-example-simple + +# fast build rule for target. +curl-example-simple/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build +.PHONY : curl-example-simple/fast + +#============================================================================= +# Target rules for targets named curl-example-simplepost + +# Build rule for target. +curl-example-simplepost: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-simplepost +.PHONY : curl-example-simplepost + +# fast build rule for target. +curl-example-simplepost/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build +.PHONY : curl-example-simplepost/fast + +#============================================================================= +# Target rules for targets named curl-example-simplessl + +# Build rule for target. +curl-example-simplessl: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-simplessl +.PHONY : curl-example-simplessl + +# fast build rule for target. +curl-example-simplessl/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build +.PHONY : curl-example-simplessl/fast + +#============================================================================= +# Target rules for targets named curl-example-smtp-authzid + +# Build rule for target. +curl-example-smtp-authzid: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-smtp-authzid +.PHONY : curl-example-smtp-authzid + +# fast build rule for target. +curl-example-smtp-authzid/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build +.PHONY : curl-example-smtp-authzid/fast + +#============================================================================= +# Target rules for targets named curl-example-smtp-expn + +# Build rule for target. +curl-example-smtp-expn: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-smtp-expn +.PHONY : curl-example-smtp-expn + +# fast build rule for target. +curl-example-smtp-expn/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build +.PHONY : curl-example-smtp-expn/fast + +#============================================================================= +# Target rules for targets named curl-example-smtp-mail + +# Build rule for target. +curl-example-smtp-mail: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-smtp-mail +.PHONY : curl-example-smtp-mail + +# fast build rule for target. +curl-example-smtp-mail/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build +.PHONY : curl-example-smtp-mail/fast + +#============================================================================= +# Target rules for targets named curl-example-smtp-mime + +# Build rule for target. +curl-example-smtp-mime: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-smtp-mime +.PHONY : curl-example-smtp-mime + +# fast build rule for target. +curl-example-smtp-mime/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build +.PHONY : curl-example-smtp-mime/fast + +#============================================================================= +# Target rules for targets named curl-example-smtp-multi + +# Build rule for target. +curl-example-smtp-multi: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-smtp-multi +.PHONY : curl-example-smtp-multi + +# fast build rule for target. +curl-example-smtp-multi/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build +.PHONY : curl-example-smtp-multi/fast + +#============================================================================= +# Target rules for targets named curl-example-smtp-ssl + +# Build rule for target. +curl-example-smtp-ssl: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-smtp-ssl +.PHONY : curl-example-smtp-ssl + +# fast build rule for target. +curl-example-smtp-ssl/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build +.PHONY : curl-example-smtp-ssl/fast + +#============================================================================= +# Target rules for targets named curl-example-smtp-tls + +# Build rule for target. +curl-example-smtp-tls: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-smtp-tls +.PHONY : curl-example-smtp-tls + +# fast build rule for target. +curl-example-smtp-tls/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build +.PHONY : curl-example-smtp-tls/fast + +#============================================================================= +# Target rules for targets named curl-example-smtp-vrfy + +# Build rule for target. +curl-example-smtp-vrfy: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-smtp-vrfy +.PHONY : curl-example-smtp-vrfy + +# fast build rule for target. +curl-example-smtp-vrfy/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build +.PHONY : curl-example-smtp-vrfy/fast + +#============================================================================= +# Target rules for targets named curl-example-sslbackend + +# Build rule for target. +curl-example-sslbackend: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-sslbackend +.PHONY : curl-example-sslbackend + +# fast build rule for target. +curl-example-sslbackend/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build +.PHONY : curl-example-sslbackend/fast + +#============================================================================= +# Target rules for targets named curl-example-unixsocket + +# Build rule for target. +curl-example-unixsocket: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-unixsocket +.PHONY : curl-example-unixsocket + +# fast build rule for target. +curl-example-unixsocket/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build +.PHONY : curl-example-unixsocket/fast + +#============================================================================= +# Target rules for targets named curl-example-url2file + +# Build rule for target. +curl-example-url2file: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-url2file +.PHONY : curl-example-url2file + +# fast build rule for target. +curl-example-url2file/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build +.PHONY : curl-example-url2file/fast + +#============================================================================= +# Target rules for targets named curl-example-urlapi + +# Build rule for target. +curl-example-urlapi: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-urlapi +.PHONY : curl-example-urlapi + +# fast build rule for target. +curl-example-urlapi/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build +.PHONY : curl-example-urlapi/fast + +#============================================================================= +# Target rules for targets named curl-example-websocket + +# Build rule for target. +curl-example-websocket: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-websocket +.PHONY : curl-example-websocket + +# fast build rule for target. +curl-example-websocket/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build +.PHONY : curl-example-websocket/fast + +#============================================================================= +# Target rules for targets named curl-example-websocket-cb + +# Build rule for target. +curl-example-websocket-cb: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-websocket-cb +.PHONY : curl-example-websocket-cb + +# fast build rule for target. +curl-example-websocket-cb/fast: + $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build +.PHONY : curl-example-websocket-cb/fast + +#============================================================================= +# Target rules for targets named testdeps + +# Build rule for target. +testdeps: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testdeps +.PHONY : testdeps + +# fast build rule for target. +testdeps/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/testdeps.dir/build.make external/curl/tests/CMakeFiles/testdeps.dir/build +.PHONY : testdeps/fast + +#============================================================================= +# Target rules for targets named test-quiet + +# Build rule for target. +test-quiet: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-quiet +.PHONY : test-quiet + +# fast build rule for target. +test-quiet/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-quiet.dir/build.make external/curl/tests/CMakeFiles/test-quiet.dir/build +.PHONY : test-quiet/fast + +#============================================================================= +# Target rules for targets named test-am + +# Build rule for target. +test-am: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-am +.PHONY : test-am + +# fast build rule for target. +test-am/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-am.dir/build.make external/curl/tests/CMakeFiles/test-am.dir/build +.PHONY : test-am/fast + +#============================================================================= +# Target rules for targets named test-full + +# Build rule for target. +test-full: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-full +.PHONY : test-full + +# fast build rule for target. +test-full/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-full.dir/build.make external/curl/tests/CMakeFiles/test-full.dir/build +.PHONY : test-full/fast + +#============================================================================= +# Target rules for targets named test-nonflaky + +# Build rule for target. +test-nonflaky: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-nonflaky +.PHONY : test-nonflaky + +# fast build rule for target. +test-nonflaky/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-nonflaky.dir/build.make external/curl/tests/CMakeFiles/test-nonflaky.dir/build +.PHONY : test-nonflaky/fast + +#============================================================================= +# Target rules for targets named test-ci + +# Build rule for target. +test-ci: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-ci +.PHONY : test-ci + +# fast build rule for target. +test-ci/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-ci.dir/build.make external/curl/tests/CMakeFiles/test-ci.dir/build +.PHONY : test-ci/fast + +#============================================================================= +# Target rules for targets named test-torture + +# Build rule for target. +test-torture: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-torture +.PHONY : test-torture + +# fast build rule for target. +test-torture/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-torture.dir/build.make external/curl/tests/CMakeFiles/test-torture.dir/build +.PHONY : test-torture/fast + +#============================================================================= +# Target rules for targets named test-event + +# Build rule for target. +test-event: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-event +.PHONY : test-event + +# fast build rule for target. +test-event/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-event.dir/build.make external/curl/tests/CMakeFiles/test-event.dir/build +.PHONY : test-event/fast + +#============================================================================= +# Target rules for targets named curl-pytest + +# Build rule for target. +curl-pytest: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-pytest +.PHONY : curl-pytest + +# fast build rule for target. +curl-pytest/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest.dir/build.make external/curl/tests/CMakeFiles/curl-pytest.dir/build +.PHONY : curl-pytest/fast + +#============================================================================= +# Target rules for targets named curl-pytest-ci + +# Build rule for target. +curl-pytest-ci: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-pytest-ci +.PHONY : curl-pytest-ci + +# fast build rule for target. +curl-pytest-ci/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build.make external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build +.PHONY : curl-pytest-ci/fast + +#============================================================================= +# Target rules for targets named test-http-clients + +# Build rule for target. +test-http-clients: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-http-clients +.PHONY : test-http-clients + +# fast build rule for target. +test-http-clients/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build.make external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build +.PHONY : test-http-clients/fast + +#============================================================================= +# Target rules for targets named curlt-client-h2-pausing + +# Build rule for target. +curlt-client-h2-pausing: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curlt-client-h2-pausing +.PHONY : curlt-client-h2-pausing + +# fast build rule for target. +curlt-client-h2-pausing/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build +.PHONY : curlt-client-h2-pausing/fast + +#============================================================================= +# Target rules for targets named curlt-client-h2-serverpush + +# Build rule for target. +curlt-client-h2-serverpush: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curlt-client-h2-serverpush +.PHONY : curlt-client-h2-serverpush + +# fast build rule for target. +curlt-client-h2-serverpush/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build +.PHONY : curlt-client-h2-serverpush/fast + +#============================================================================= +# Target rules for targets named curlt-client-h2-upgrade-extreme + +# Build rule for target. +curlt-client-h2-upgrade-extreme: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curlt-client-h2-upgrade-extreme +.PHONY : curlt-client-h2-upgrade-extreme + +# fast build rule for target. +curlt-client-h2-upgrade-extreme/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build +.PHONY : curlt-client-h2-upgrade-extreme/fast + +#============================================================================= +# Target rules for targets named curlt-client-hx-download + +# Build rule for target. +curlt-client-hx-download: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curlt-client-hx-download +.PHONY : curlt-client-hx-download + +# fast build rule for target. +curlt-client-hx-download/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build +.PHONY : curlt-client-hx-download/fast + +#============================================================================= +# Target rules for targets named curlt-client-hx-upload + +# Build rule for target. +curlt-client-hx-upload: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curlt-client-hx-upload +.PHONY : curlt-client-hx-upload + +# fast build rule for target. +curlt-client-hx-upload/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build +.PHONY : curlt-client-hx-upload/fast + +#============================================================================= +# Target rules for targets named curlt-client-tls-session-reuse + +# Build rule for target. +curlt-client-tls-session-reuse: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curlt-client-tls-session-reuse +.PHONY : curlt-client-tls-session-reuse + +# fast build rule for target. +curlt-client-tls-session-reuse/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build +.PHONY : curlt-client-tls-session-reuse/fast + +#============================================================================= +# Target rules for targets named curlt-client-upload-pausing + +# Build rule for target. +curlt-client-upload-pausing: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curlt-client-upload-pausing +.PHONY : curlt-client-upload-pausing + +# fast build rule for target. +curlt-client-upload-pausing/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build +.PHONY : curlt-client-upload-pausing/fast + +#============================================================================= +# Target rules for targets named curlt-client-ws-data + +# Build rule for target. +curlt-client-ws-data: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curlt-client-ws-data +.PHONY : curlt-client-ws-data + +# fast build rule for target. +curlt-client-ws-data/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build +.PHONY : curlt-client-ws-data/fast + +#============================================================================= +# Target rules for targets named curlt-client-ws-pingpong + +# Build rule for target. +curlt-client-ws-pingpong: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curlt-client-ws-pingpong +.PHONY : curlt-client-ws-pingpong + +# fast build rule for target. +curlt-client-ws-pingpong/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build +.PHONY : curlt-client-ws-pingpong/fast + +#============================================================================= +# Target rules for targets named resolve + +# Build rule for target. +resolve: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 resolve +.PHONY : resolve + +# fast build rule for target. +resolve/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/build +.PHONY : resolve/fast + +#============================================================================= +# Target rules for targets named rtspd + +# Build rule for target. +rtspd: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 rtspd +.PHONY : rtspd + +# fast build rule for target. +rtspd/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/build +.PHONY : rtspd/fast + +#============================================================================= +# Target rules for targets named sockfilt + +# Build rule for target. +sockfilt: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sockfilt +.PHONY : sockfilt + +# fast build rule for target. +sockfilt/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/build +.PHONY : sockfilt/fast + +#============================================================================= +# Target rules for targets named sws + +# Build rule for target. +sws: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sws +.PHONY : sws + +# fast build rule for target. +sws/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/build +.PHONY : sws/fast + +#============================================================================= +# Target rules for targets named tftpd + +# Build rule for target. +tftpd: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tftpd +.PHONY : tftpd + +# fast build rule for target. +tftpd/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/build +.PHONY : tftpd/fast + +#============================================================================= +# Target rules for targets named socksd + +# Build rule for target. +socksd: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 socksd +.PHONY : socksd + +# fast build rule for target. +socksd/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/build +.PHONY : socksd/fast + +#============================================================================= +# Target rules for targets named mqttd + +# Build rule for target. +mqttd: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mqttd +.PHONY : mqttd + +# fast build rule for target. +mqttd/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/build +.PHONY : mqttd/fast + +#============================================================================= +# Target rules for targets named dnsd + +# Build rule for target. +dnsd: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dnsd +.PHONY : dnsd + +# fast build rule for target. +dnsd/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/build +.PHONY : dnsd/fast + +#============================================================================= +# Target rules for targets named libauthretry + +# Build rule for target. +libauthretry: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libauthretry +.PHONY : libauthretry + +# fast build rule for target. +libauthretry/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build +.PHONY : libauthretry/fast + +#============================================================================= +# Target rules for targets named libntlmconnect + +# Build rule for target. +libntlmconnect: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libntlmconnect +.PHONY : libntlmconnect + +# fast build rule for target. +libntlmconnect/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build +.PHONY : libntlmconnect/fast + +#============================================================================= +# Target rules for targets named libprereq + +# Build rule for target. +libprereq: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libprereq +.PHONY : libprereq + +# fast build rule for target. +libprereq/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/build +.PHONY : libprereq/fast + +#============================================================================= +# Target rules for targets named lib500 + +# Build rule for target. +lib500: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib500 +.PHONY : lib500 + +# fast build rule for target. +lib500/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/build +.PHONY : lib500/fast + +#============================================================================= +# Target rules for targets named lib501 + +# Build rule for target. +lib501: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib501 +.PHONY : lib501 + +# fast build rule for target. +lib501/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/build +.PHONY : lib501/fast + +#============================================================================= +# Target rules for targets named lib502 + +# Build rule for target. +lib502: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib502 +.PHONY : lib502 + +# fast build rule for target. +lib502/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/build +.PHONY : lib502/fast + +#============================================================================= +# Target rules for targets named lib503 + +# Build rule for target. +lib503: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib503 +.PHONY : lib503 + +# fast build rule for target. +lib503/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/build +.PHONY : lib503/fast + +#============================================================================= +# Target rules for targets named lib504 + +# Build rule for target. +lib504: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib504 +.PHONY : lib504 + +# fast build rule for target. +lib504/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/build +.PHONY : lib504/fast + +#============================================================================= +# Target rules for targets named lib505 + +# Build rule for target. +lib505: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib505 +.PHONY : lib505 + +# fast build rule for target. +lib505/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/build +.PHONY : lib505/fast + +#============================================================================= +# Target rules for targets named lib506 + +# Build rule for target. +lib506: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib506 +.PHONY : lib506 + +# fast build rule for target. +lib506/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/build +.PHONY : lib506/fast + +#============================================================================= +# Target rules for targets named lib507 + +# Build rule for target. +lib507: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib507 +.PHONY : lib507 + +# fast build rule for target. +lib507/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/build +.PHONY : lib507/fast + +#============================================================================= +# Target rules for targets named lib508 + +# Build rule for target. +lib508: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib508 +.PHONY : lib508 + +# fast build rule for target. +lib508/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/build +.PHONY : lib508/fast + +#============================================================================= +# Target rules for targets named lib509 + +# Build rule for target. +lib509: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib509 +.PHONY : lib509 + +# fast build rule for target. +lib509/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/build +.PHONY : lib509/fast + +#============================================================================= +# Target rules for targets named lib510 + +# Build rule for target. +lib510: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib510 +.PHONY : lib510 + +# fast build rule for target. +lib510/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/build +.PHONY : lib510/fast + +#============================================================================= +# Target rules for targets named lib511 + +# Build rule for target. +lib511: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib511 +.PHONY : lib511 + +# fast build rule for target. +lib511/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/build +.PHONY : lib511/fast + +#============================================================================= +# Target rules for targets named lib512 + +# Build rule for target. +lib512: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib512 +.PHONY : lib512 + +# fast build rule for target. +lib512/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/build +.PHONY : lib512/fast + +#============================================================================= +# Target rules for targets named lib513 + +# Build rule for target. +lib513: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib513 +.PHONY : lib513 + +# fast build rule for target. +lib513/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/build +.PHONY : lib513/fast + +#============================================================================= +# Target rules for targets named lib514 + +# Build rule for target. +lib514: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib514 +.PHONY : lib514 + +# fast build rule for target. +lib514/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/build +.PHONY : lib514/fast + +#============================================================================= +# Target rules for targets named lib515 + +# Build rule for target. +lib515: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib515 +.PHONY : lib515 + +# fast build rule for target. +lib515/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/build +.PHONY : lib515/fast + +#============================================================================= +# Target rules for targets named lib516 + +# Build rule for target. +lib516: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib516 +.PHONY : lib516 + +# fast build rule for target. +lib516/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/build +.PHONY : lib516/fast + +#============================================================================= +# Target rules for targets named lib517 + +# Build rule for target. +lib517: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib517 +.PHONY : lib517 + +# fast build rule for target. +lib517/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/build +.PHONY : lib517/fast + +#============================================================================= +# Target rules for targets named lib518 + +# Build rule for target. +lib518: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib518 +.PHONY : lib518 + +# fast build rule for target. +lib518/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/build +.PHONY : lib518/fast + +#============================================================================= +# Target rules for targets named lib519 + +# Build rule for target. +lib519: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib519 +.PHONY : lib519 + +# fast build rule for target. +lib519/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/build +.PHONY : lib519/fast + +#============================================================================= +# Target rules for targets named lib520 + +# Build rule for target. +lib520: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib520 +.PHONY : lib520 + +# fast build rule for target. +lib520/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/build +.PHONY : lib520/fast + +#============================================================================= +# Target rules for targets named lib521 + +# Build rule for target. +lib521: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib521 +.PHONY : lib521 + +# fast build rule for target. +lib521/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/build +.PHONY : lib521/fast + +#============================================================================= +# Target rules for targets named lib523 + +# Build rule for target. +lib523: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib523 +.PHONY : lib523 + +# fast build rule for target. +lib523/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/build +.PHONY : lib523/fast + +#============================================================================= +# Target rules for targets named lib524 + +# Build rule for target. +lib524: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib524 +.PHONY : lib524 + +# fast build rule for target. +lib524/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/build +.PHONY : lib524/fast + +#============================================================================= +# Target rules for targets named lib525 + +# Build rule for target. +lib525: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib525 +.PHONY : lib525 + +# fast build rule for target. +lib525/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/build +.PHONY : lib525/fast + +#============================================================================= +# Target rules for targets named lib526 + +# Build rule for target. +lib526: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib526 +.PHONY : lib526 + +# fast build rule for target. +lib526/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/build +.PHONY : lib526/fast + +#============================================================================= +# Target rules for targets named lib527 + +# Build rule for target. +lib527: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib527 +.PHONY : lib527 + +# fast build rule for target. +lib527/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/build +.PHONY : lib527/fast + +#============================================================================= +# Target rules for targets named lib529 + +# Build rule for target. +lib529: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib529 +.PHONY : lib529 + +# fast build rule for target. +lib529/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/build +.PHONY : lib529/fast + +#============================================================================= +# Target rules for targets named lib530 + +# Build rule for target. +lib530: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib530 +.PHONY : lib530 + +# fast build rule for target. +lib530/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/build +.PHONY : lib530/fast + +#============================================================================= +# Target rules for targets named lib532 + +# Build rule for target. +lib532: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib532 +.PHONY : lib532 + +# fast build rule for target. +lib532/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/build +.PHONY : lib532/fast + +#============================================================================= +# Target rules for targets named lib533 + +# Build rule for target. +lib533: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib533 +.PHONY : lib533 + +# fast build rule for target. +lib533/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/build +.PHONY : lib533/fast + +#============================================================================= +# Target rules for targets named lib536 + +# Build rule for target. +lib536: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib536 +.PHONY : lib536 + +# fast build rule for target. +lib536/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/build +.PHONY : lib536/fast + +#============================================================================= +# Target rules for targets named lib537 + +# Build rule for target. +lib537: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib537 +.PHONY : lib537 + +# fast build rule for target. +lib537/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/build +.PHONY : lib537/fast + +#============================================================================= +# Target rules for targets named lib539 + +# Build rule for target. +lib539: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib539 +.PHONY : lib539 + +# fast build rule for target. +lib539/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/build +.PHONY : lib539/fast + +#============================================================================= +# Target rules for targets named lib540 + +# Build rule for target. +lib540: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib540 +.PHONY : lib540 + +# fast build rule for target. +lib540/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/build +.PHONY : lib540/fast + +#============================================================================= +# Target rules for targets named lib541 + +# Build rule for target. +lib541: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib541 +.PHONY : lib541 + +# fast build rule for target. +lib541/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/build +.PHONY : lib541/fast + +#============================================================================= +# Target rules for targets named lib542 + +# Build rule for target. +lib542: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib542 +.PHONY : lib542 + +# fast build rule for target. +lib542/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/build +.PHONY : lib542/fast + +#============================================================================= +# Target rules for targets named lib543 + +# Build rule for target. +lib543: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib543 +.PHONY : lib543 + +# fast build rule for target. +lib543/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/build +.PHONY : lib543/fast + +#============================================================================= +# Target rules for targets named lib544 + +# Build rule for target. +lib544: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib544 +.PHONY : lib544 + +# fast build rule for target. +lib544/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/build +.PHONY : lib544/fast + +#============================================================================= +# Target rules for targets named lib545 + +# Build rule for target. +lib545: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib545 +.PHONY : lib545 + +# fast build rule for target. +lib545/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/build +.PHONY : lib545/fast + +#============================================================================= +# Target rules for targets named lib547 + +# Build rule for target. +lib547: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib547 +.PHONY : lib547 + +# fast build rule for target. +lib547/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/build +.PHONY : lib547/fast + +#============================================================================= +# Target rules for targets named lib548 + +# Build rule for target. +lib548: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib548 +.PHONY : lib548 + +# fast build rule for target. +lib548/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/build +.PHONY : lib548/fast + +#============================================================================= +# Target rules for targets named lib549 + +# Build rule for target. +lib549: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib549 +.PHONY : lib549 + +# fast build rule for target. +lib549/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/build +.PHONY : lib549/fast + +#============================================================================= +# Target rules for targets named lib552 + +# Build rule for target. +lib552: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib552 +.PHONY : lib552 + +# fast build rule for target. +lib552/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/build +.PHONY : lib552/fast + +#============================================================================= +# Target rules for targets named lib553 + +# Build rule for target. +lib553: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib553 +.PHONY : lib553 + +# fast build rule for target. +lib553/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/build +.PHONY : lib553/fast + +#============================================================================= +# Target rules for targets named lib554 + +# Build rule for target. +lib554: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib554 +.PHONY : lib554 + +# fast build rule for target. +lib554/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/build +.PHONY : lib554/fast + +#============================================================================= +# Target rules for targets named lib555 + +# Build rule for target. +lib555: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib555 +.PHONY : lib555 + +# fast build rule for target. +lib555/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/build +.PHONY : lib555/fast + +#============================================================================= +# Target rules for targets named lib556 + +# Build rule for target. +lib556: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib556 +.PHONY : lib556 + +# fast build rule for target. +lib556/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/build +.PHONY : lib556/fast + +#============================================================================= +# Target rules for targets named lib557 + +# Build rule for target. +lib557: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib557 +.PHONY : lib557 + +# fast build rule for target. +lib557/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/build +.PHONY : lib557/fast + +#============================================================================= +# Target rules for targets named lib558 + +# Build rule for target. +lib558: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib558 +.PHONY : lib558 + +# fast build rule for target. +lib558/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/build +.PHONY : lib558/fast + +#============================================================================= +# Target rules for targets named lib559 + +# Build rule for target. +lib559: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib559 +.PHONY : lib559 + +# fast build rule for target. +lib559/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/build +.PHONY : lib559/fast + +#============================================================================= +# Target rules for targets named lib560 + +# Build rule for target. +lib560: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib560 +.PHONY : lib560 + +# fast build rule for target. +lib560/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/build +.PHONY : lib560/fast + +#============================================================================= +# Target rules for targets named lib562 + +# Build rule for target. +lib562: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib562 +.PHONY : lib562 + +# fast build rule for target. +lib562/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/build +.PHONY : lib562/fast + +#============================================================================= +# Target rules for targets named lib564 + +# Build rule for target. +lib564: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib564 +.PHONY : lib564 + +# fast build rule for target. +lib564/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/build +.PHONY : lib564/fast + +#============================================================================= +# Target rules for targets named lib565 + +# Build rule for target. +lib565: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib565 +.PHONY : lib565 + +# fast build rule for target. +lib565/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/build +.PHONY : lib565/fast + +#============================================================================= +# Target rules for targets named lib566 + +# Build rule for target. +lib566: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib566 +.PHONY : lib566 + +# fast build rule for target. +lib566/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/build +.PHONY : lib566/fast + +#============================================================================= +# Target rules for targets named lib567 + +# Build rule for target. +lib567: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib567 +.PHONY : lib567 + +# fast build rule for target. +lib567/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/build +.PHONY : lib567/fast + +#============================================================================= +# Target rules for targets named lib568 + +# Build rule for target. +lib568: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib568 +.PHONY : lib568 + +# fast build rule for target. +lib568/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/build +.PHONY : lib568/fast + +#============================================================================= +# Target rules for targets named lib569 + +# Build rule for target. +lib569: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib569 +.PHONY : lib569 + +# fast build rule for target. +lib569/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/build +.PHONY : lib569/fast + +#============================================================================= +# Target rules for targets named lib570 + +# Build rule for target. +lib570: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib570 +.PHONY : lib570 + +# fast build rule for target. +lib570/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/build +.PHONY : lib570/fast + +#============================================================================= +# Target rules for targets named lib571 + +# Build rule for target. +lib571: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib571 +.PHONY : lib571 + +# fast build rule for target. +lib571/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/build +.PHONY : lib571/fast + +#============================================================================= +# Target rules for targets named lib572 + +# Build rule for target. +lib572: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib572 +.PHONY : lib572 + +# fast build rule for target. +lib572/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/build +.PHONY : lib572/fast + +#============================================================================= +# Target rules for targets named lib573 + +# Build rule for target. +lib573: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib573 +.PHONY : lib573 + +# fast build rule for target. +lib573/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/build +.PHONY : lib573/fast + +#============================================================================= +# Target rules for targets named lib574 + +# Build rule for target. +lib574: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib574 +.PHONY : lib574 + +# fast build rule for target. +lib574/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/build +.PHONY : lib574/fast + +#============================================================================= +# Target rules for targets named lib575 + +# Build rule for target. +lib575: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib575 +.PHONY : lib575 + +# fast build rule for target. +lib575/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/build +.PHONY : lib575/fast + +#============================================================================= +# Target rules for targets named lib576 + +# Build rule for target. +lib576: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib576 +.PHONY : lib576 + +# fast build rule for target. +lib576/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/build +.PHONY : lib576/fast + +#============================================================================= +# Target rules for targets named lib578 + +# Build rule for target. +lib578: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib578 +.PHONY : lib578 + +# fast build rule for target. +lib578/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/build +.PHONY : lib578/fast + +#============================================================================= +# Target rules for targets named lib579 + +# Build rule for target. +lib579: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib579 +.PHONY : lib579 + +# fast build rule for target. +lib579/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/build +.PHONY : lib579/fast + +#============================================================================= +# Target rules for targets named lib582 + +# Build rule for target. +lib582: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib582 +.PHONY : lib582 + +# fast build rule for target. +lib582/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/build +.PHONY : lib582/fast + +#============================================================================= +# Target rules for targets named lib583 + +# Build rule for target. +lib583: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib583 +.PHONY : lib583 + +# fast build rule for target. +lib583/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/build +.PHONY : lib583/fast + +#============================================================================= +# Target rules for targets named lib584 + +# Build rule for target. +lib584: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib584 +.PHONY : lib584 + +# fast build rule for target. +lib584/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/build +.PHONY : lib584/fast + +#============================================================================= +# Target rules for targets named lib585 + +# Build rule for target. +lib585: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib585 +.PHONY : lib585 + +# fast build rule for target. +lib585/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/build +.PHONY : lib585/fast + +#============================================================================= +# Target rules for targets named lib586 + +# Build rule for target. +lib586: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib586 +.PHONY : lib586 + +# fast build rule for target. +lib586/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/build +.PHONY : lib586/fast + +#============================================================================= +# Target rules for targets named lib587 + +# Build rule for target. +lib587: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib587 +.PHONY : lib587 + +# fast build rule for target. +lib587/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/build +.PHONY : lib587/fast + +#============================================================================= +# Target rules for targets named lib589 + +# Build rule for target. +lib589: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib589 +.PHONY : lib589 + +# fast build rule for target. +lib589/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/build +.PHONY : lib589/fast + +#============================================================================= +# Target rules for targets named lib590 + +# Build rule for target. +lib590: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib590 +.PHONY : lib590 + +# fast build rule for target. +lib590/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/build +.PHONY : lib590/fast + +#============================================================================= +# Target rules for targets named lib591 + +# Build rule for target. +lib591: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib591 +.PHONY : lib591 + +# fast build rule for target. +lib591/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/build +.PHONY : lib591/fast + +#============================================================================= +# Target rules for targets named lib597 + +# Build rule for target. +lib597: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib597 +.PHONY : lib597 + +# fast build rule for target. +lib597/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/build +.PHONY : lib597/fast + +#============================================================================= +# Target rules for targets named lib598 + +# Build rule for target. +lib598: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib598 +.PHONY : lib598 + +# fast build rule for target. +lib598/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/build +.PHONY : lib598/fast + +#============================================================================= +# Target rules for targets named lib599 + +# Build rule for target. +lib599: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib599 +.PHONY : lib599 + +# fast build rule for target. +lib599/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/build +.PHONY : lib599/fast + +#============================================================================= +# Target rules for targets named lib643 + +# Build rule for target. +lib643: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib643 +.PHONY : lib643 + +# fast build rule for target. +lib643/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/build +.PHONY : lib643/fast + +#============================================================================= +# Target rules for targets named lib645 + +# Build rule for target. +lib645: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib645 +.PHONY : lib645 + +# fast build rule for target. +lib645/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/build +.PHONY : lib645/fast + +#============================================================================= +# Target rules for targets named lib650 + +# Build rule for target. +lib650: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib650 +.PHONY : lib650 + +# fast build rule for target. +lib650/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/build +.PHONY : lib650/fast + +#============================================================================= +# Target rules for targets named lib651 + +# Build rule for target. +lib651: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib651 +.PHONY : lib651 + +# fast build rule for target. +lib651/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/build +.PHONY : lib651/fast + +#============================================================================= +# Target rules for targets named lib652 + +# Build rule for target. +lib652: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib652 +.PHONY : lib652 + +# fast build rule for target. +lib652/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/build +.PHONY : lib652/fast + +#============================================================================= +# Target rules for targets named lib653 + +# Build rule for target. +lib653: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib653 +.PHONY : lib653 + +# fast build rule for target. +lib653/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/build +.PHONY : lib653/fast + +#============================================================================= +# Target rules for targets named lib654 + +# Build rule for target. +lib654: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib654 +.PHONY : lib654 + +# fast build rule for target. +lib654/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/build +.PHONY : lib654/fast + +#============================================================================= +# Target rules for targets named lib655 + +# Build rule for target. +lib655: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib655 +.PHONY : lib655 + +# fast build rule for target. +lib655/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/build +.PHONY : lib655/fast + +#============================================================================= +# Target rules for targets named lib658 + +# Build rule for target. +lib658: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib658 +.PHONY : lib658 + +# fast build rule for target. +lib658/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/build +.PHONY : lib658/fast + +#============================================================================= +# Target rules for targets named lib659 + +# Build rule for target. +lib659: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib659 +.PHONY : lib659 + +# fast build rule for target. +lib659/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/build +.PHONY : lib659/fast + +#============================================================================= +# Target rules for targets named lib661 + +# Build rule for target. +lib661: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib661 +.PHONY : lib661 + +# fast build rule for target. +lib661/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/build +.PHONY : lib661/fast + +#============================================================================= +# Target rules for targets named lib666 + +# Build rule for target. +lib666: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib666 +.PHONY : lib666 + +# fast build rule for target. +lib666/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/build +.PHONY : lib666/fast + +#============================================================================= +# Target rules for targets named lib667 + +# Build rule for target. +lib667: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib667 +.PHONY : lib667 + +# fast build rule for target. +lib667/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/build +.PHONY : lib667/fast + +#============================================================================= +# Target rules for targets named lib668 + +# Build rule for target. +lib668: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib668 +.PHONY : lib668 + +# fast build rule for target. +lib668/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/build +.PHONY : lib668/fast + +#============================================================================= +# Target rules for targets named lib670 + +# Build rule for target. +lib670: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib670 +.PHONY : lib670 + +# fast build rule for target. +lib670/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/build +.PHONY : lib670/fast + +#============================================================================= +# Target rules for targets named lib671 + +# Build rule for target. +lib671: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib671 +.PHONY : lib671 + +# fast build rule for target. +lib671/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/build +.PHONY : lib671/fast + +#============================================================================= +# Target rules for targets named lib672 + +# Build rule for target. +lib672: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib672 +.PHONY : lib672 + +# fast build rule for target. +lib672/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/build +.PHONY : lib672/fast + +#============================================================================= +# Target rules for targets named lib673 + +# Build rule for target. +lib673: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib673 +.PHONY : lib673 + +# fast build rule for target. +lib673/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/build +.PHONY : lib673/fast + +#============================================================================= +# Target rules for targets named lib674 + +# Build rule for target. +lib674: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib674 +.PHONY : lib674 + +# fast build rule for target. +lib674/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/build +.PHONY : lib674/fast + +#============================================================================= +# Target rules for targets named lib676 + +# Build rule for target. +lib676: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib676 +.PHONY : lib676 + +# fast build rule for target. +lib676/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/build +.PHONY : lib676/fast + +#============================================================================= +# Target rules for targets named lib677 + +# Build rule for target. +lib677: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib677 +.PHONY : lib677 + +# fast build rule for target. +lib677/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/build +.PHONY : lib677/fast + +#============================================================================= +# Target rules for targets named lib678 + +# Build rule for target. +lib678: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib678 +.PHONY : lib678 + +# fast build rule for target. +lib678/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/build +.PHONY : lib678/fast + +#============================================================================= +# Target rules for targets named lib694 + +# Build rule for target. +lib694: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib694 +.PHONY : lib694 + +# fast build rule for target. +lib694/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/build +.PHONY : lib694/fast + +#============================================================================= +# Target rules for targets named lib695 + +# Build rule for target. +lib695: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib695 +.PHONY : lib695 + +# fast build rule for target. +lib695/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/build +.PHONY : lib695/fast + +#============================================================================= +# Target rules for targets named lib696 + +# Build rule for target. +lib696: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib696 +.PHONY : lib696 + +# fast build rule for target. +lib696/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/build +.PHONY : lib696/fast + +#============================================================================= +# Target rules for targets named lib1156 + +# Build rule for target. +lib1156: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1156 +.PHONY : lib1156 + +# fast build rule for target. +lib1156/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/build +.PHONY : lib1156/fast + +#============================================================================= +# Target rules for targets named lib1301 + +# Build rule for target. +lib1301: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1301 +.PHONY : lib1301 + +# fast build rule for target. +lib1301/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/build +.PHONY : lib1301/fast + +#============================================================================= +# Target rules for targets named lib1308 + +# Build rule for target. +lib1308: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1308 +.PHONY : lib1308 + +# fast build rule for target. +lib1308/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/build +.PHONY : lib1308/fast + +#============================================================================= +# Target rules for targets named lib1485 + +# Build rule for target. +lib1485: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1485 +.PHONY : lib1485 + +# fast build rule for target. +lib1485/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/build +.PHONY : lib1485/fast + +#============================================================================= +# Target rules for targets named lib1500 + +# Build rule for target. +lib1500: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1500 +.PHONY : lib1500 + +# fast build rule for target. +lib1500/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/build +.PHONY : lib1500/fast + +#============================================================================= +# Target rules for targets named lib1501 + +# Build rule for target. +lib1501: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1501 +.PHONY : lib1501 + +# fast build rule for target. +lib1501/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/build +.PHONY : lib1501/fast + +#============================================================================= +# Target rules for targets named lib1502 + +# Build rule for target. +lib1502: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1502 +.PHONY : lib1502 + +# fast build rule for target. +lib1502/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/build +.PHONY : lib1502/fast + +#============================================================================= +# Target rules for targets named lib1503 + +# Build rule for target. +lib1503: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1503 +.PHONY : lib1503 + +# fast build rule for target. +lib1503/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/build +.PHONY : lib1503/fast + +#============================================================================= +# Target rules for targets named lib1504 + +# Build rule for target. +lib1504: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1504 +.PHONY : lib1504 + +# fast build rule for target. +lib1504/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/build +.PHONY : lib1504/fast + +#============================================================================= +# Target rules for targets named lib1505 + +# Build rule for target. +lib1505: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1505 +.PHONY : lib1505 + +# fast build rule for target. +lib1505/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/build +.PHONY : lib1505/fast + +#============================================================================= +# Target rules for targets named lib1506 + +# Build rule for target. +lib1506: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1506 +.PHONY : lib1506 + +# fast build rule for target. +lib1506/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/build +.PHONY : lib1506/fast + +#============================================================================= +# Target rules for targets named lib1507 + +# Build rule for target. +lib1507: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1507 +.PHONY : lib1507 + +# fast build rule for target. +lib1507/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/build +.PHONY : lib1507/fast + +#============================================================================= +# Target rules for targets named lib1508 + +# Build rule for target. +lib1508: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1508 +.PHONY : lib1508 + +# fast build rule for target. +lib1508/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/build +.PHONY : lib1508/fast + +#============================================================================= +# Target rules for targets named lib1509 + +# Build rule for target. +lib1509: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1509 +.PHONY : lib1509 + +# fast build rule for target. +lib1509/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/build +.PHONY : lib1509/fast + +#============================================================================= +# Target rules for targets named lib1510 + +# Build rule for target. +lib1510: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1510 +.PHONY : lib1510 + +# fast build rule for target. +lib1510/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/build +.PHONY : lib1510/fast + +#============================================================================= +# Target rules for targets named lib1511 + +# Build rule for target. +lib1511: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1511 +.PHONY : lib1511 + +# fast build rule for target. +lib1511/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/build +.PHONY : lib1511/fast + +#============================================================================= +# Target rules for targets named lib1512 + +# Build rule for target. +lib1512: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1512 +.PHONY : lib1512 + +# fast build rule for target. +lib1512/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/build +.PHONY : lib1512/fast + +#============================================================================= +# Target rules for targets named lib1513 + +# Build rule for target. +lib1513: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1513 +.PHONY : lib1513 + +# fast build rule for target. +lib1513/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/build +.PHONY : lib1513/fast + +#============================================================================= +# Target rules for targets named lib1514 + +# Build rule for target. +lib1514: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1514 +.PHONY : lib1514 + +# fast build rule for target. +lib1514/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/build +.PHONY : lib1514/fast + +#============================================================================= +# Target rules for targets named lib1515 + +# Build rule for target. +lib1515: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1515 +.PHONY : lib1515 + +# fast build rule for target. +lib1515/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/build +.PHONY : lib1515/fast + +#============================================================================= +# Target rules for targets named lib1517 + +# Build rule for target. +lib1517: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1517 +.PHONY : lib1517 + +# fast build rule for target. +lib1517/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/build +.PHONY : lib1517/fast + +#============================================================================= +# Target rules for targets named lib1518 + +# Build rule for target. +lib1518: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1518 +.PHONY : lib1518 + +# fast build rule for target. +lib1518/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/build +.PHONY : lib1518/fast + +#============================================================================= +# Target rules for targets named lib1520 + +# Build rule for target. +lib1520: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1520 +.PHONY : lib1520 + +# fast build rule for target. +lib1520/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/build +.PHONY : lib1520/fast + +#============================================================================= +# Target rules for targets named lib1521 + +# Build rule for target. +lib1521: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1521 +.PHONY : lib1521 + +# fast build rule for target. +lib1521/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/build +.PHONY : lib1521/fast + +#============================================================================= +# Target rules for targets named lib1522 + +# Build rule for target. +lib1522: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1522 +.PHONY : lib1522 + +# fast build rule for target. +lib1522/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/build +.PHONY : lib1522/fast + +#============================================================================= +# Target rules for targets named lib1523 + +# Build rule for target. +lib1523: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1523 +.PHONY : lib1523 + +# fast build rule for target. +lib1523/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/build +.PHONY : lib1523/fast + +#============================================================================= +# Target rules for targets named lib1525 + +# Build rule for target. +lib1525: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1525 +.PHONY : lib1525 + +# fast build rule for target. +lib1525/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/build +.PHONY : lib1525/fast + +#============================================================================= +# Target rules for targets named lib1526 + +# Build rule for target. +lib1526: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1526 +.PHONY : lib1526 + +# fast build rule for target. +lib1526/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/build +.PHONY : lib1526/fast + +#============================================================================= +# Target rules for targets named lib1527 + +# Build rule for target. +lib1527: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1527 +.PHONY : lib1527 + +# fast build rule for target. +lib1527/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/build +.PHONY : lib1527/fast + +#============================================================================= +# Target rules for targets named lib1528 + +# Build rule for target. +lib1528: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1528 +.PHONY : lib1528 + +# fast build rule for target. +lib1528/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/build +.PHONY : lib1528/fast + +#============================================================================= +# Target rules for targets named lib1529 + +# Build rule for target. +lib1529: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1529 +.PHONY : lib1529 + +# fast build rule for target. +lib1529/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/build +.PHONY : lib1529/fast + +#============================================================================= +# Target rules for targets named lib1530 + +# Build rule for target. +lib1530: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1530 +.PHONY : lib1530 + +# fast build rule for target. +lib1530/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/build +.PHONY : lib1530/fast + +#============================================================================= +# Target rules for targets named lib1531 + +# Build rule for target. +lib1531: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1531 +.PHONY : lib1531 + +# fast build rule for target. +lib1531/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/build +.PHONY : lib1531/fast + +#============================================================================= +# Target rules for targets named lib1532 + +# Build rule for target. +lib1532: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1532 +.PHONY : lib1532 + +# fast build rule for target. +lib1532/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/build +.PHONY : lib1532/fast + +#============================================================================= +# Target rules for targets named lib1533 + +# Build rule for target. +lib1533: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1533 +.PHONY : lib1533 + +# fast build rule for target. +lib1533/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/build +.PHONY : lib1533/fast + +#============================================================================= +# Target rules for targets named lib1534 + +# Build rule for target. +lib1534: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1534 +.PHONY : lib1534 + +# fast build rule for target. +lib1534/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/build +.PHONY : lib1534/fast + +#============================================================================= +# Target rules for targets named lib1535 + +# Build rule for target. +lib1535: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1535 +.PHONY : lib1535 + +# fast build rule for target. +lib1535/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/build +.PHONY : lib1535/fast + +#============================================================================= +# Target rules for targets named lib1536 + +# Build rule for target. +lib1536: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1536 +.PHONY : lib1536 + +# fast build rule for target. +lib1536/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/build +.PHONY : lib1536/fast + +#============================================================================= +# Target rules for targets named lib1537 + +# Build rule for target. +lib1537: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1537 +.PHONY : lib1537 + +# fast build rule for target. +lib1537/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/build +.PHONY : lib1537/fast + +#============================================================================= +# Target rules for targets named lib1538 + +# Build rule for target. +lib1538: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1538 +.PHONY : lib1538 + +# fast build rule for target. +lib1538/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/build +.PHONY : lib1538/fast + +#============================================================================= +# Target rules for targets named lib1539 + +# Build rule for target. +lib1539: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1539 +.PHONY : lib1539 + +# fast build rule for target. +lib1539/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/build +.PHONY : lib1539/fast + +#============================================================================= +# Target rules for targets named lib1540 + +# Build rule for target. +lib1540: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1540 +.PHONY : lib1540 + +# fast build rule for target. +lib1540/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/build +.PHONY : lib1540/fast + +#============================================================================= +# Target rules for targets named lib1541 + +# Build rule for target. +lib1541: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1541 +.PHONY : lib1541 + +# fast build rule for target. +lib1541/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/build +.PHONY : lib1541/fast + +#============================================================================= +# Target rules for targets named lib1542 + +# Build rule for target. +lib1542: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1542 +.PHONY : lib1542 + +# fast build rule for target. +lib1542/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/build +.PHONY : lib1542/fast + +#============================================================================= +# Target rules for targets named lib1543 + +# Build rule for target. +lib1543: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1543 +.PHONY : lib1543 + +# fast build rule for target. +lib1543/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/build +.PHONY : lib1543/fast + +#============================================================================= +# Target rules for targets named lib1545 + +# Build rule for target. +lib1545: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1545 +.PHONY : lib1545 + +# fast build rule for target. +lib1545/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/build +.PHONY : lib1545/fast + +#============================================================================= +# Target rules for targets named lib1550 + +# Build rule for target. +lib1550: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1550 +.PHONY : lib1550 + +# fast build rule for target. +lib1550/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/build +.PHONY : lib1550/fast + +#============================================================================= +# Target rules for targets named lib1551 + +# Build rule for target. +lib1551: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1551 +.PHONY : lib1551 + +# fast build rule for target. +lib1551/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/build +.PHONY : lib1551/fast + +#============================================================================= +# Target rules for targets named lib1552 + +# Build rule for target. +lib1552: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1552 +.PHONY : lib1552 + +# fast build rule for target. +lib1552/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/build +.PHONY : lib1552/fast + +#============================================================================= +# Target rules for targets named lib1553 + +# Build rule for target. +lib1553: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1553 +.PHONY : lib1553 + +# fast build rule for target. +lib1553/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/build +.PHONY : lib1553/fast + +#============================================================================= +# Target rules for targets named lib1554 + +# Build rule for target. +lib1554: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1554 +.PHONY : lib1554 + +# fast build rule for target. +lib1554/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/build +.PHONY : lib1554/fast + +#============================================================================= +# Target rules for targets named lib1555 + +# Build rule for target. +lib1555: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1555 +.PHONY : lib1555 + +# fast build rule for target. +lib1555/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/build +.PHONY : lib1555/fast + +#============================================================================= +# Target rules for targets named lib1556 + +# Build rule for target. +lib1556: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1556 +.PHONY : lib1556 + +# fast build rule for target. +lib1556/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/build +.PHONY : lib1556/fast + +#============================================================================= +# Target rules for targets named lib1557 + +# Build rule for target. +lib1557: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1557 +.PHONY : lib1557 + +# fast build rule for target. +lib1557/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/build +.PHONY : lib1557/fast + +#============================================================================= +# Target rules for targets named lib1558 + +# Build rule for target. +lib1558: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1558 +.PHONY : lib1558 + +# fast build rule for target. +lib1558/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/build +.PHONY : lib1558/fast + +#============================================================================= +# Target rules for targets named lib1559 + +# Build rule for target. +lib1559: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1559 +.PHONY : lib1559 + +# fast build rule for target. +lib1559/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/build +.PHONY : lib1559/fast + +#============================================================================= +# Target rules for targets named lib1560 + +# Build rule for target. +lib1560: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1560 +.PHONY : lib1560 + +# fast build rule for target. +lib1560/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/build +.PHONY : lib1560/fast + +#============================================================================= +# Target rules for targets named lib1564 + +# Build rule for target. +lib1564: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1564 +.PHONY : lib1564 + +# fast build rule for target. +lib1564/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/build +.PHONY : lib1564/fast + +#============================================================================= +# Target rules for targets named lib1565 + +# Build rule for target. +lib1565: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1565 +.PHONY : lib1565 + +# fast build rule for target. +lib1565/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/build +.PHONY : lib1565/fast + +#============================================================================= +# Target rules for targets named lib1567 + +# Build rule for target. +lib1567: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1567 +.PHONY : lib1567 + +# fast build rule for target. +lib1567/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/build +.PHONY : lib1567/fast + +#============================================================================= +# Target rules for targets named lib1568 + +# Build rule for target. +lib1568: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1568 +.PHONY : lib1568 + +# fast build rule for target. +lib1568/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/build +.PHONY : lib1568/fast + +#============================================================================= +# Target rules for targets named lib1569 + +# Build rule for target. +lib1569: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1569 +.PHONY : lib1569 + +# fast build rule for target. +lib1569/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/build +.PHONY : lib1569/fast + +#============================================================================= +# Target rules for targets named lib1571 + +# Build rule for target. +lib1571: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1571 +.PHONY : lib1571 + +# fast build rule for target. +lib1571/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/build +.PHONY : lib1571/fast + +#============================================================================= +# Target rules for targets named lib1576 + +# Build rule for target. +lib1576: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1576 +.PHONY : lib1576 + +# fast build rule for target. +lib1576/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/build +.PHONY : lib1576/fast + +#============================================================================= +# Target rules for targets named lib1578 + +# Build rule for target. +lib1578: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1578 +.PHONY : lib1578 + +# fast build rule for target. +lib1578/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/build +.PHONY : lib1578/fast + +#============================================================================= +# Target rules for targets named lib1591 + +# Build rule for target. +lib1591: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1591 +.PHONY : lib1591 + +# fast build rule for target. +lib1591/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/build +.PHONY : lib1591/fast + +#============================================================================= +# Target rules for targets named lib1592 + +# Build rule for target. +lib1592: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1592 +.PHONY : lib1592 + +# fast build rule for target. +lib1592/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/build +.PHONY : lib1592/fast + +#============================================================================= +# Target rules for targets named lib1593 + +# Build rule for target. +lib1593: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1593 +.PHONY : lib1593 + +# fast build rule for target. +lib1593/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/build +.PHONY : lib1593/fast + +#============================================================================= +# Target rules for targets named lib1594 + +# Build rule for target. +lib1594: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1594 +.PHONY : lib1594 + +# fast build rule for target. +lib1594/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/build +.PHONY : lib1594/fast + +#============================================================================= +# Target rules for targets named lib1596 + +# Build rule for target. +lib1596: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1596 +.PHONY : lib1596 + +# fast build rule for target. +lib1596/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/build +.PHONY : lib1596/fast + +#============================================================================= +# Target rules for targets named lib1597 + +# Build rule for target. +lib1597: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1597 +.PHONY : lib1597 + +# fast build rule for target. +lib1597/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/build +.PHONY : lib1597/fast + +#============================================================================= +# Target rules for targets named lib1598 + +# Build rule for target. +lib1598: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1598 +.PHONY : lib1598 + +# fast build rule for target. +lib1598/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/build +.PHONY : lib1598/fast + +#============================================================================= +# Target rules for targets named lib1662 + +# Build rule for target. +lib1662: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1662 +.PHONY : lib1662 + +# fast build rule for target. +lib1662/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/build +.PHONY : lib1662/fast + +#============================================================================= +# Target rules for targets named lib1900 + +# Build rule for target. +lib1900: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1900 +.PHONY : lib1900 + +# fast build rule for target. +lib1900/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/build +.PHONY : lib1900/fast + +#============================================================================= +# Target rules for targets named lib1901 + +# Build rule for target. +lib1901: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1901 +.PHONY : lib1901 + +# fast build rule for target. +lib1901/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/build +.PHONY : lib1901/fast + +#============================================================================= +# Target rules for targets named lib1903 + +# Build rule for target. +lib1903: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1903 +.PHONY : lib1903 + +# fast build rule for target. +lib1903/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/build +.PHONY : lib1903/fast + +#============================================================================= +# Target rules for targets named lib1905 + +# Build rule for target. +lib1905: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1905 +.PHONY : lib1905 + +# fast build rule for target. +lib1905/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/build +.PHONY : lib1905/fast + +#============================================================================= +# Target rules for targets named lib1906 + +# Build rule for target. +lib1906: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1906 +.PHONY : lib1906 + +# fast build rule for target. +lib1906/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/build +.PHONY : lib1906/fast + +#============================================================================= +# Target rules for targets named lib1907 + +# Build rule for target. +lib1907: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1907 +.PHONY : lib1907 + +# fast build rule for target. +lib1907/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/build +.PHONY : lib1907/fast + +#============================================================================= +# Target rules for targets named lib1908 + +# Build rule for target. +lib1908: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1908 +.PHONY : lib1908 + +# fast build rule for target. +lib1908/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/build +.PHONY : lib1908/fast + +#============================================================================= +# Target rules for targets named lib1910 + +# Build rule for target. +lib1910: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1910 +.PHONY : lib1910 + +# fast build rule for target. +lib1910/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/build +.PHONY : lib1910/fast + +#============================================================================= +# Target rules for targets named lib1911 + +# Build rule for target. +lib1911: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1911 +.PHONY : lib1911 + +# fast build rule for target. +lib1911/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/build +.PHONY : lib1911/fast + +#============================================================================= +# Target rules for targets named lib1912 + +# Build rule for target. +lib1912: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1912 +.PHONY : lib1912 + +# fast build rule for target. +lib1912/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/build +.PHONY : lib1912/fast + +#============================================================================= +# Target rules for targets named lib1913 + +# Build rule for target. +lib1913: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1913 +.PHONY : lib1913 + +# fast build rule for target. +lib1913/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/build +.PHONY : lib1913/fast + +#============================================================================= +# Target rules for targets named lib1915 + +# Build rule for target. +lib1915: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1915 +.PHONY : lib1915 + +# fast build rule for target. +lib1915/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/build +.PHONY : lib1915/fast + +#============================================================================= +# Target rules for targets named lib1916 + +# Build rule for target. +lib1916: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1916 +.PHONY : lib1916 + +# fast build rule for target. +lib1916/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/build +.PHONY : lib1916/fast + +#============================================================================= +# Target rules for targets named lib1917 + +# Build rule for target. +lib1917: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1917 +.PHONY : lib1917 + +# fast build rule for target. +lib1917/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/build +.PHONY : lib1917/fast + +#============================================================================= +# Target rules for targets named lib1918 + +# Build rule for target. +lib1918: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1918 +.PHONY : lib1918 + +# fast build rule for target. +lib1918/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/build +.PHONY : lib1918/fast + +#============================================================================= +# Target rules for targets named lib1919 + +# Build rule for target. +lib1919: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1919 +.PHONY : lib1919 + +# fast build rule for target. +lib1919/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/build +.PHONY : lib1919/fast + +#============================================================================= +# Target rules for targets named lib1933 + +# Build rule for target. +lib1933: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1933 +.PHONY : lib1933 + +# fast build rule for target. +lib1933/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/build +.PHONY : lib1933/fast + +#============================================================================= +# Target rules for targets named lib1934 + +# Build rule for target. +lib1934: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1934 +.PHONY : lib1934 + +# fast build rule for target. +lib1934/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/build +.PHONY : lib1934/fast + +#============================================================================= +# Target rules for targets named lib1935 + +# Build rule for target. +lib1935: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1935 +.PHONY : lib1935 + +# fast build rule for target. +lib1935/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/build +.PHONY : lib1935/fast + +#============================================================================= +# Target rules for targets named lib1936 + +# Build rule for target. +lib1936: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1936 +.PHONY : lib1936 + +# fast build rule for target. +lib1936/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/build +.PHONY : lib1936/fast + +#============================================================================= +# Target rules for targets named lib1937 + +# Build rule for target. +lib1937: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1937 +.PHONY : lib1937 + +# fast build rule for target. +lib1937/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/build +.PHONY : lib1937/fast + +#============================================================================= +# Target rules for targets named lib1938 + +# Build rule for target. +lib1938: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1938 +.PHONY : lib1938 + +# fast build rule for target. +lib1938/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/build +.PHONY : lib1938/fast + +#============================================================================= +# Target rules for targets named lib1939 + +# Build rule for target. +lib1939: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1939 +.PHONY : lib1939 + +# fast build rule for target. +lib1939/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/build +.PHONY : lib1939/fast + +#============================================================================= +# Target rules for targets named lib1940 + +# Build rule for target. +lib1940: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1940 +.PHONY : lib1940 + +# fast build rule for target. +lib1940/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/build +.PHONY : lib1940/fast + +#============================================================================= +# Target rules for targets named lib1945 + +# Build rule for target. +lib1945: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1945 +.PHONY : lib1945 + +# fast build rule for target. +lib1945/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/build +.PHONY : lib1945/fast + +#============================================================================= +# Target rules for targets named lib1946 + +# Build rule for target. +lib1946: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1946 +.PHONY : lib1946 + +# fast build rule for target. +lib1946/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/build +.PHONY : lib1946/fast + +#============================================================================= +# Target rules for targets named lib1947 + +# Build rule for target. +lib1947: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1947 +.PHONY : lib1947 + +# fast build rule for target. +lib1947/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/build +.PHONY : lib1947/fast + +#============================================================================= +# Target rules for targets named lib1948 + +# Build rule for target. +lib1948: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1948 +.PHONY : lib1948 + +# fast build rule for target. +lib1948/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/build +.PHONY : lib1948/fast + +#============================================================================= +# Target rules for targets named lib1955 + +# Build rule for target. +lib1955: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1955 +.PHONY : lib1955 + +# fast build rule for target. +lib1955/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/build +.PHONY : lib1955/fast + +#============================================================================= +# Target rules for targets named lib1956 + +# Build rule for target. +lib1956: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1956 +.PHONY : lib1956 + +# fast build rule for target. +lib1956/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/build +.PHONY : lib1956/fast + +#============================================================================= +# Target rules for targets named lib1957 + +# Build rule for target. +lib1957: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1957 +.PHONY : lib1957 + +# fast build rule for target. +lib1957/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/build +.PHONY : lib1957/fast + +#============================================================================= +# Target rules for targets named lib1958 + +# Build rule for target. +lib1958: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1958 +.PHONY : lib1958 + +# fast build rule for target. +lib1958/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/build +.PHONY : lib1958/fast + +#============================================================================= +# Target rules for targets named lib1959 + +# Build rule for target. +lib1959: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1959 +.PHONY : lib1959 + +# fast build rule for target. +lib1959/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/build +.PHONY : lib1959/fast + +#============================================================================= +# Target rules for targets named lib1960 + +# Build rule for target. +lib1960: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1960 +.PHONY : lib1960 + +# fast build rule for target. +lib1960/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/build +.PHONY : lib1960/fast + +#============================================================================= +# Target rules for targets named lib1964 + +# Build rule for target. +lib1964: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1964 +.PHONY : lib1964 + +# fast build rule for target. +lib1964/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/build +.PHONY : lib1964/fast + +#============================================================================= +# Target rules for targets named lib1970 + +# Build rule for target. +lib1970: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1970 +.PHONY : lib1970 + +# fast build rule for target. +lib1970/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/build +.PHONY : lib1970/fast + +#============================================================================= +# Target rules for targets named lib1971 + +# Build rule for target. +lib1971: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1971 +.PHONY : lib1971 + +# fast build rule for target. +lib1971/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/build +.PHONY : lib1971/fast + +#============================================================================= +# Target rules for targets named lib1972 + +# Build rule for target. +lib1972: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1972 +.PHONY : lib1972 + +# fast build rule for target. +lib1972/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/build +.PHONY : lib1972/fast + +#============================================================================= +# Target rules for targets named lib1973 + +# Build rule for target. +lib1973: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1973 +.PHONY : lib1973 + +# fast build rule for target. +lib1973/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/build +.PHONY : lib1973/fast + +#============================================================================= +# Target rules for targets named lib1974 + +# Build rule for target. +lib1974: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1974 +.PHONY : lib1974 + +# fast build rule for target. +lib1974/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/build +.PHONY : lib1974/fast + +#============================================================================= +# Target rules for targets named lib1975 + +# Build rule for target. +lib1975: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1975 +.PHONY : lib1975 + +# fast build rule for target. +lib1975/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/build +.PHONY : lib1975/fast + +#============================================================================= +# Target rules for targets named lib1977 + +# Build rule for target. +lib1977: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1977 +.PHONY : lib1977 + +# fast build rule for target. +lib1977/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/build +.PHONY : lib1977/fast + +#============================================================================= +# Target rules for targets named lib1978 + +# Build rule for target. +lib1978: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1978 +.PHONY : lib1978 + +# fast build rule for target. +lib1978/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/build +.PHONY : lib1978/fast + +#============================================================================= +# Target rules for targets named lib2301 + +# Build rule for target. +lib2301: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2301 +.PHONY : lib2301 + +# fast build rule for target. +lib2301/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/build +.PHONY : lib2301/fast + +#============================================================================= +# Target rules for targets named lib2302 + +# Build rule for target. +lib2302: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2302 +.PHONY : lib2302 + +# fast build rule for target. +lib2302/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/build +.PHONY : lib2302/fast + +#============================================================================= +# Target rules for targets named lib2304 + +# Build rule for target. +lib2304: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2304 +.PHONY : lib2304 + +# fast build rule for target. +lib2304/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/build +.PHONY : lib2304/fast + +#============================================================================= +# Target rules for targets named lib2305 + +# Build rule for target. +lib2305: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2305 +.PHONY : lib2305 + +# fast build rule for target. +lib2305/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/build +.PHONY : lib2305/fast + +#============================================================================= +# Target rules for targets named lib2306 + +# Build rule for target. +lib2306: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2306 +.PHONY : lib2306 + +# fast build rule for target. +lib2306/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/build +.PHONY : lib2306/fast + +#============================================================================= +# Target rules for targets named lib2308 + +# Build rule for target. +lib2308: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2308 +.PHONY : lib2308 + +# fast build rule for target. +lib2308/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/build +.PHONY : lib2308/fast + +#============================================================================= +# Target rules for targets named lib2309 + +# Build rule for target. +lib2309: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2309 +.PHONY : lib2309 + +# fast build rule for target. +lib2309/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/build +.PHONY : lib2309/fast + +#============================================================================= +# Target rules for targets named lib2310 + +# Build rule for target. +lib2310: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2310 +.PHONY : lib2310 + +# fast build rule for target. +lib2310/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/build +.PHONY : lib2310/fast + +#============================================================================= +# Target rules for targets named lib2311 + +# Build rule for target. +lib2311: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2311 +.PHONY : lib2311 + +# fast build rule for target. +lib2311/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/build +.PHONY : lib2311/fast + +#============================================================================= +# Target rules for targets named lib2312 + +# Build rule for target. +lib2312: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2312 +.PHONY : lib2312 + +# fast build rule for target. +lib2312/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/build +.PHONY : lib2312/fast + +#============================================================================= +# Target rules for targets named lib2402 + +# Build rule for target. +lib2402: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2402 +.PHONY : lib2402 + +# fast build rule for target. +lib2402/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/build +.PHONY : lib2402/fast + +#============================================================================= +# Target rules for targets named lib2404 + +# Build rule for target. +lib2404: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2404 +.PHONY : lib2404 + +# fast build rule for target. +lib2404/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/build +.PHONY : lib2404/fast + +#============================================================================= +# Target rules for targets named lib2405 + +# Build rule for target. +lib2405: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2405 +.PHONY : lib2405 + +# fast build rule for target. +lib2405/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/build +.PHONY : lib2405/fast + +#============================================================================= +# Target rules for targets named lib2502 + +# Build rule for target. +lib2502: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2502 +.PHONY : lib2502 + +# fast build rule for target. +lib2502/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/build +.PHONY : lib2502/fast + +#============================================================================= +# Target rules for targets named lib3010 + +# Build rule for target. +lib3010: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3010 +.PHONY : lib3010 + +# fast build rule for target. +lib3010/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/build +.PHONY : lib3010/fast + +#============================================================================= +# Target rules for targets named lib3025 + +# Build rule for target. +lib3025: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3025 +.PHONY : lib3025 + +# fast build rule for target. +lib3025/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/build +.PHONY : lib3025/fast + +#============================================================================= +# Target rules for targets named lib3026 + +# Build rule for target. +lib3026: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3026 +.PHONY : lib3026 + +# fast build rule for target. +lib3026/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/build +.PHONY : lib3026/fast + +#============================================================================= +# Target rules for targets named lib3027 + +# Build rule for target. +lib3027: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3027 +.PHONY : lib3027 + +# fast build rule for target. +lib3027/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/build +.PHONY : lib3027/fast + +#============================================================================= +# Target rules for targets named lib3100 + +# Build rule for target. +lib3100: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3100 +.PHONY : lib3100 + +# fast build rule for target. +lib3100/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/build +.PHONY : lib3100/fast + +#============================================================================= +# Target rules for targets named lib3101 + +# Build rule for target. +lib3101: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3101 +.PHONY : lib3101 + +# fast build rule for target. +lib3101/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/build +.PHONY : lib3101/fast + +#============================================================================= +# Target rules for targets named lib3102 + +# Build rule for target. +lib3102: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3102 +.PHONY : lib3102 + +# fast build rule for target. +lib3102/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/build +.PHONY : lib3102/fast + +#============================================================================= +# Target rules for targets named lib3103 + +# Build rule for target. +lib3103: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3103 +.PHONY : lib3103 + +# fast build rule for target. +lib3103/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/build +.PHONY : lib3103/fast + +#============================================================================= +# Target rules for targets named lib3104 + +# Build rule for target. +lib3104: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3104 +.PHONY : lib3104 + +# fast build rule for target. +lib3104/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/build +.PHONY : lib3104/fast + +#============================================================================= +# Target rules for targets named lib3105 + +# Build rule for target. +lib3105: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3105 +.PHONY : lib3105 + +# fast build rule for target. +lib3105/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/build +.PHONY : lib3105/fast + +#============================================================================= +# Target rules for targets named lib3207 + +# Build rule for target. +lib3207: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3207 +.PHONY : lib3207 + +# fast build rule for target. +lib3207/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/build +.PHONY : lib3207/fast + +#============================================================================= +# Target rules for targets named lib3208 + +# Build rule for target. +lib3208: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3208 +.PHONY : lib3208 + +# fast build rule for target. +lib3208/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/build +.PHONY : lib3208/fast + +#============================================================================= +# Target rules for targets named tool1394 + +# Build rule for target. +tool1394: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tool1394 +.PHONY : tool1394 + +# fast build rule for target. +tool1394/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/build +.PHONY : tool1394/fast + +#============================================================================= +# Target rules for targets named tool1604 + +# Build rule for target. +tool1604: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tool1604 +.PHONY : tool1604 + +# fast build rule for target. +tool1604/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/build +.PHONY : tool1604/fast + +#============================================================================= +# Target rules for targets named tool1621 + +# Build rule for target. +tool1621: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tool1621 +.PHONY : tool1621 + +# fast build rule for target. +tool1621/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/build +.PHONY : tool1621/fast + +#============================================================================= +# Target rules for targets named unit1300 + +# Build rule for target. +unit1300: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1300 +.PHONY : unit1300 + +# fast build rule for target. +unit1300/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/build +.PHONY : unit1300/fast + +#============================================================================= +# Target rules for targets named unit1302 + +# Build rule for target. +unit1302: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1302 +.PHONY : unit1302 + +# fast build rule for target. +unit1302/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/build +.PHONY : unit1302/fast + +#============================================================================= +# Target rules for targets named unit1303 + +# Build rule for target. +unit1303: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1303 +.PHONY : unit1303 + +# fast build rule for target. +unit1303/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/build +.PHONY : unit1303/fast + +#============================================================================= +# Target rules for targets named unit1304 + +# Build rule for target. +unit1304: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1304 +.PHONY : unit1304 + +# fast build rule for target. +unit1304/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/build +.PHONY : unit1304/fast + +#============================================================================= +# Target rules for targets named unit1305 + +# Build rule for target. +unit1305: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1305 +.PHONY : unit1305 + +# fast build rule for target. +unit1305/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/build +.PHONY : unit1305/fast + +#============================================================================= +# Target rules for targets named unit1307 + +# Build rule for target. +unit1307: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1307 +.PHONY : unit1307 + +# fast build rule for target. +unit1307/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/build +.PHONY : unit1307/fast + +#============================================================================= +# Target rules for targets named unit1309 + +# Build rule for target. +unit1309: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1309 +.PHONY : unit1309 + +# fast build rule for target. +unit1309/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/build +.PHONY : unit1309/fast + +#============================================================================= +# Target rules for targets named unit1323 + +# Build rule for target. +unit1323: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1323 +.PHONY : unit1323 + +# fast build rule for target. +unit1323/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/build +.PHONY : unit1323/fast + +#============================================================================= +# Target rules for targets named unit1330 + +# Build rule for target. +unit1330: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1330 +.PHONY : unit1330 + +# fast build rule for target. +unit1330/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/build +.PHONY : unit1330/fast + +#============================================================================= +# Target rules for targets named unit1395 + +# Build rule for target. +unit1395: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1395 +.PHONY : unit1395 + +# fast build rule for target. +unit1395/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/build +.PHONY : unit1395/fast + +#============================================================================= +# Target rules for targets named unit1396 + +# Build rule for target. +unit1396: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1396 +.PHONY : unit1396 + +# fast build rule for target. +unit1396/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/build +.PHONY : unit1396/fast + +#============================================================================= +# Target rules for targets named unit1397 + +# Build rule for target. +unit1397: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1397 +.PHONY : unit1397 + +# fast build rule for target. +unit1397/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/build +.PHONY : unit1397/fast + +#============================================================================= +# Target rules for targets named unit1398 + +# Build rule for target. +unit1398: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1398 +.PHONY : unit1398 + +# fast build rule for target. +unit1398/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/build +.PHONY : unit1398/fast + +#============================================================================= +# Target rules for targets named unit1399 + +# Build rule for target. +unit1399: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1399 +.PHONY : unit1399 + +# fast build rule for target. +unit1399/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/build +.PHONY : unit1399/fast + +#============================================================================= +# Target rules for targets named unit1600 + +# Build rule for target. +unit1600: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1600 +.PHONY : unit1600 + +# fast build rule for target. +unit1600/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/build +.PHONY : unit1600/fast + +#============================================================================= +# Target rules for targets named unit1601 + +# Build rule for target. +unit1601: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1601 +.PHONY : unit1601 + +# fast build rule for target. +unit1601/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/build +.PHONY : unit1601/fast + +#============================================================================= +# Target rules for targets named unit1602 + +# Build rule for target. +unit1602: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1602 +.PHONY : unit1602 + +# fast build rule for target. +unit1602/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/build +.PHONY : unit1602/fast + +#============================================================================= +# Target rules for targets named unit1603 + +# Build rule for target. +unit1603: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1603 +.PHONY : unit1603 + +# fast build rule for target. +unit1603/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/build +.PHONY : unit1603/fast + +#============================================================================= +# Target rules for targets named unit1605 + +# Build rule for target. +unit1605: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1605 +.PHONY : unit1605 + +# fast build rule for target. +unit1605/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/build +.PHONY : unit1605/fast + +#============================================================================= +# Target rules for targets named unit1606 + +# Build rule for target. +unit1606: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1606 +.PHONY : unit1606 + +# fast build rule for target. +unit1606/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/build +.PHONY : unit1606/fast + +#============================================================================= +# Target rules for targets named unit1607 + +# Build rule for target. +unit1607: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1607 +.PHONY : unit1607 + +# fast build rule for target. +unit1607/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/build +.PHONY : unit1607/fast + +#============================================================================= +# Target rules for targets named unit1608 + +# Build rule for target. +unit1608: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1608 +.PHONY : unit1608 + +# fast build rule for target. +unit1608/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/build +.PHONY : unit1608/fast + +#============================================================================= +# Target rules for targets named unit1609 + +# Build rule for target. +unit1609: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1609 +.PHONY : unit1609 + +# fast build rule for target. +unit1609/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/build +.PHONY : unit1609/fast + +#============================================================================= +# Target rules for targets named unit1610 + +# Build rule for target. +unit1610: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1610 +.PHONY : unit1610 + +# fast build rule for target. +unit1610/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/build +.PHONY : unit1610/fast + +#============================================================================= +# Target rules for targets named unit1611 + +# Build rule for target. +unit1611: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1611 +.PHONY : unit1611 + +# fast build rule for target. +unit1611/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/build +.PHONY : unit1611/fast + +#============================================================================= +# Target rules for targets named unit1612 + +# Build rule for target. +unit1612: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1612 +.PHONY : unit1612 + +# fast build rule for target. +unit1612/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/build +.PHONY : unit1612/fast + +#============================================================================= +# Target rules for targets named unit1614 + +# Build rule for target. +unit1614: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1614 +.PHONY : unit1614 + +# fast build rule for target. +unit1614/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/build +.PHONY : unit1614/fast + +#============================================================================= +# Target rules for targets named unit1615 + +# Build rule for target. +unit1615: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1615 +.PHONY : unit1615 + +# fast build rule for target. +unit1615/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/build +.PHONY : unit1615/fast + +#============================================================================= +# Target rules for targets named unit1616 + +# Build rule for target. +unit1616: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1616 +.PHONY : unit1616 + +# fast build rule for target. +unit1616/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/build +.PHONY : unit1616/fast + +#============================================================================= +# Target rules for targets named unit1620 + +# Build rule for target. +unit1620: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1620 +.PHONY : unit1620 + +# fast build rule for target. +unit1620/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/build +.PHONY : unit1620/fast + +#============================================================================= +# Target rules for targets named unit1650 + +# Build rule for target. +unit1650: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1650 +.PHONY : unit1650 + +# fast build rule for target. +unit1650/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/build +.PHONY : unit1650/fast + +#============================================================================= +# Target rules for targets named unit1651 + +# Build rule for target. +unit1651: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1651 +.PHONY : unit1651 + +# fast build rule for target. +unit1651/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/build +.PHONY : unit1651/fast + +#============================================================================= +# Target rules for targets named unit1652 + +# Build rule for target. +unit1652: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1652 +.PHONY : unit1652 + +# fast build rule for target. +unit1652/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/build +.PHONY : unit1652/fast + +#============================================================================= +# Target rules for targets named unit1653 + +# Build rule for target. +unit1653: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1653 +.PHONY : unit1653 + +# fast build rule for target. +unit1653/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/build +.PHONY : unit1653/fast + +#============================================================================= +# Target rules for targets named unit1654 + +# Build rule for target. +unit1654: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1654 +.PHONY : unit1654 + +# fast build rule for target. +unit1654/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/build +.PHONY : unit1654/fast + +#============================================================================= +# Target rules for targets named unit1655 + +# Build rule for target. +unit1655: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1655 +.PHONY : unit1655 + +# fast build rule for target. +unit1655/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/build +.PHONY : unit1655/fast + +#============================================================================= +# Target rules for targets named unit1656 + +# Build rule for target. +unit1656: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1656 +.PHONY : unit1656 + +# fast build rule for target. +unit1656/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/build +.PHONY : unit1656/fast + +#============================================================================= +# Target rules for targets named unit1657 + +# Build rule for target. +unit1657: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1657 +.PHONY : unit1657 + +# fast build rule for target. +unit1657/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/build +.PHONY : unit1657/fast + +#============================================================================= +# Target rules for targets named unit1658 + +# Build rule for target. +unit1658: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1658 +.PHONY : unit1658 + +# fast build rule for target. +unit1658/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/build +.PHONY : unit1658/fast + +#============================================================================= +# Target rules for targets named unit1660 + +# Build rule for target. +unit1660: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1660 +.PHONY : unit1660 + +# fast build rule for target. +unit1660/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/build +.PHONY : unit1660/fast + +#============================================================================= +# Target rules for targets named unit1661 + +# Build rule for target. +unit1661: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1661 +.PHONY : unit1661 + +# fast build rule for target. +unit1661/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/build +.PHONY : unit1661/fast + +#============================================================================= +# Target rules for targets named unit1663 + +# Build rule for target. +unit1663: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1663 +.PHONY : unit1663 + +# fast build rule for target. +unit1663/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/build +.PHONY : unit1663/fast + +#============================================================================= +# Target rules for targets named unit1664 + +# Build rule for target. +unit1664: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1664 +.PHONY : unit1664 + +# fast build rule for target. +unit1664/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/build +.PHONY : unit1664/fast + +#============================================================================= +# Target rules for targets named unit1979 + +# Build rule for target. +unit1979: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1979 +.PHONY : unit1979 + +# fast build rule for target. +unit1979/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/build +.PHONY : unit1979/fast + +#============================================================================= +# Target rules for targets named unit1980 + +# Build rule for target. +unit1980: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1980 +.PHONY : unit1980 + +# fast build rule for target. +unit1980/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/build +.PHONY : unit1980/fast + +#============================================================================= +# Target rules for targets named unit2600 + +# Build rule for target. +unit2600: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit2600 +.PHONY : unit2600 + +# fast build rule for target. +unit2600/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/build +.PHONY : unit2600/fast + +#============================================================================= +# Target rules for targets named unit2601 + +# Build rule for target. +unit2601: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit2601 +.PHONY : unit2601 + +# fast build rule for target. +unit2601/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/build +.PHONY : unit2601/fast + +#============================================================================= +# Target rules for targets named unit2602 + +# Build rule for target. +unit2602: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit2602 +.PHONY : unit2602 + +# fast build rule for target. +unit2602/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/build +.PHONY : unit2602/fast + +#============================================================================= +# Target rules for targets named unit2603 + +# Build rule for target. +unit2603: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit2603 +.PHONY : unit2603 + +# fast build rule for target. +unit2603/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/build +.PHONY : unit2603/fast + +#============================================================================= +# Target rules for targets named unit2604 + +# Build rule for target. +unit2604: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit2604 +.PHONY : unit2604 + +# fast build rule for target. +unit2604/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/build +.PHONY : unit2604/fast + +#============================================================================= +# Target rules for targets named unit3200 + +# Build rule for target. +unit3200: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit3200 +.PHONY : unit3200 + +# fast build rule for target. +unit3200/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/build +.PHONY : unit3200/fast + +#============================================================================= +# Target rules for targets named unit3205 + +# Build rule for target. +unit3205: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit3205 +.PHONY : unit3205 + +# fast build rule for target. +unit3205/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/build +.PHONY : unit3205/fast + +#============================================================================= +# Target rules for targets named unit3211 + +# Build rule for target. +unit3211: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit3211 +.PHONY : unit3211 + +# fast build rule for target. +unit3211/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/build +.PHONY : unit3211/fast + +#============================================================================= +# Target rules for targets named unit3212 + +# Build rule for target. +unit3212: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit3212 +.PHONY : unit3212 + +# fast build rule for target. +unit3212/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/build +.PHONY : unit3212/fast + +#============================================================================= +# Target rules for targets named unit3213 + +# Build rule for target. +unit3213: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit3213 +.PHONY : unit3213 + +# fast build rule for target. +unit3213/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/build +.PHONY : unit3213/fast + +#============================================================================= +# Target rules for targets named build-certs + +# Build rule for target. +build-certs: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 build-certs +.PHONY : build-certs + +# fast build rule for target. +build-certs/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/build-certs.dir/build.make external/curl/tests/certs/CMakeFiles/build-certs.dir/build +.PHONY : build-certs/fast + +#============================================================================= +# Target rules for targets named clean-certs + +# Build rule for target. +clean-certs: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean-certs +.PHONY : clean-certs + +# fast build rule for target. +clean-certs/fast: + $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/clean-certs.dir/build.make external/curl/tests/certs/CMakeFiles/clean-certs.dir/build +.PHONY : clean-certs/fast + +#============================================================================= +# Target rules for targets named PopWork + +# Build rule for target. +PopWork: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PopWork +.PHONY : PopWork + +# fast build rule for target. +PopWork/fast: + $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/build +.PHONY : PopWork/fast + +#============================================================================= +# Target rules for targets named Demo1 + +# Build rule for target. +Demo1: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Demo1 +.PHONY : Demo1 + +# fast build rule for target. +Demo1/fast: + $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/build +.PHONY : Demo1/fast + +#============================================================================= +# Target rules for targets named Demo2 + +# Build rule for target. +Demo2: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Demo2 +.PHONY : Demo2 + +# fast build rule for target. +Demo2/fast: + $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/build +.PHONY : Demo2/fast + +#============================================================================= +# Target rules for targets named Demo3 + +# Build rule for target. +Demo3: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Demo3 +.PHONY : Demo3 + +# fast build rule for target. +Demo3/fast: + $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/build +.PHONY : Demo3/fast + +#============================================================================= +# Target rules for targets named Demo4 + +# Build rule for target. +Demo4: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Demo4 +.PHONY : Demo4 + +# fast build rule for target. +Demo4/fast: + $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/build +.PHONY : Demo4/fast + +#============================================================================= +# Target rules for targets named Demo5 + +# Build rule for target. +Demo5: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Demo5 +.PHONY : Demo5 + +# fast build rule for target. +Demo5/fast: + $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/build +.PHONY : Demo5/fast + +#============================================================================= +# Target rules for targets named Hun-garr + +# Build rule for target. +Hun-garr: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Hun-garr +.PHONY : Hun-garr + +# fast build rule for target. +Hun-garr/fast: + $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build +.PHONY : Hun-garr/fast + +#============================================================================= +# Target rules for targets named V12Demo + +# Build rule for target. +V12Demo: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 V12Demo +.PHONY : V12Demo + +# fast build rule for target. +V12Demo/fast: + $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/build +.PHONY : V12Demo/fast + +#============================================================================= +# Target rules for targets named V14Demo + +# Build rule for target. +V14Demo: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 V14Demo +.PHONY : V14Demo + +# fast build rule for target. +V14Demo/fast: + $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/build +.PHONY : V14Demo/fast + +#============================================================================= +# Target rules for targets named XMLDemo + +# Build rule for target. +XMLDemo: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 XMLDemo +.PHONY : XMLDemo + +# fast build rule for target. +XMLDemo/fast: + $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build +.PHONY : XMLDemo/fast + +#============================================================================= +# Target rules for targets named Barebones + +# Build rule for target. +Barebones: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Barebones +.PHONY : Barebones + +# fast build rule for target. +Barebones/fast: + $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/build +.PHONY : Barebones/fast + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... Continuous" + @echo "... ContinuousBuild" + @echo "... ContinuousConfigure" + @echo "... ContinuousCoverage" + @echo "... ContinuousMemCheck" + @echo "... ContinuousStart" + @echo "... ContinuousSubmit" + @echo "... ContinuousTest" + @echo "... ContinuousUpdate" + @echo "... Experimental" + @echo "... ExperimentalBuild" + @echo "... ExperimentalConfigure" + @echo "... ExperimentalCoverage" + @echo "... ExperimentalMemCheck" + @echo "... ExperimentalStart" + @echo "... ExperimentalSubmit" + @echo "... ExperimentalTest" + @echo "... ExperimentalUpdate" + @echo "... Nightly" + @echo "... NightlyBuild" + @echo "... NightlyConfigure" + @echo "... NightlyCoverage" + @echo "... NightlyMemCheck" + @echo "... NightlyMemoryCheck" + @echo "... NightlyStart" + @echo "... NightlySubmit" + @echo "... NightlyTest" + @echo "... NightlyUpdate" + @echo "... alldemos" + @echo "... alsoft.build_version" + @echo "... build-certs" + @echo "... clang-tidy-check" + @echo "... clean-certs" + @echo "... curl-ca-bundle" + @echo "... curl-ca-firefox" + @echo "... curl-examples" + @echo "... curl-generate-curl-config.1" + @echo "... curl-generate-mk-ca-bundle.1" + @echo "... curl-generate-wcurl.1" + @echo "... curl-man" + @echo "... curl-opts-man" + @echo "... curl-pytest" + @echo "... curl-pytest-ci" + @echo "... curl_uninstall" + @echo "... test-am" + @echo "... test-ci" + @echo "... test-event" + @echo "... test-full" + @echo "... test-http-clients" + @echo "... test-nonflaky" + @echo "... test-quiet" + @echo "... test-torture" + @echo "... testdeps" + @echo "... Barebones" + @echo "... Demo1" + @echo "... Demo2" + @echo "... Demo3" + @echo "... Demo4" + @echo "... Demo5" + @echo "... Hun-garr" + @echo "... OpenAL" + @echo "... PopWork" + @echo "... SDL3-shared" + @echo "... SDL3-static" + @echo "... SDL3_test" + @echo "... SDL3_ttf-static" + @echo "... SDL_uclibc" + @echo "... V12Demo" + @echo "... V14Demo" + @echo "... XMLDemo" + @echo "... alconvolve" + @echo "... aldebug" + @echo "... aldirect" + @echo "... alffplay" + @echo "... alhrtf" + @echo "... allafplay" + @echo "... allatency" + @echo "... alloopback" + @echo "... almultireverb" + @echo "... alplay" + @echo "... alrecord" + @echo "... alreverb" + @echo "... alsoft-config" + @echo "... alsoft.common" + @echo "... alsoft.excommon" + @echo "... alsoft.fmt" + @echo "... alsoft.sofa-support" + @echo "... alstream" + @echo "... alstreamcb" + @echo "... altonegen" + @echo "... curl-example-10-at-a-time" + @echo "... curl-example-address-scope" + @echo "... curl-example-altsvc" + @echo "... curl-example-anyauthput" + @echo "... curl-example-block_ip" + @echo "... curl-example-certinfo" + @echo "... curl-example-chkspeed" + @echo "... curl-example-connect-to" + @echo "... curl-example-cookie_interface" + @echo "... curl-example-debug" + @echo "... curl-example-default-scheme" + @echo "... curl-example-externalsocket" + @echo "... curl-example-fileupload" + @echo "... curl-example-ftp-wildcard" + @echo "... curl-example-ftpget" + @echo "... curl-example-ftpgetinfo" + @echo "... curl-example-ftpgetresp" + @echo "... curl-example-ftpsget" + @echo "... curl-example-ftpupload" + @echo "... curl-example-ftpuploadfrommem" + @echo "... curl-example-ftpuploadresume" + @echo "... curl-example-getinfo" + @echo "... curl-example-getinmemory" + @echo "... curl-example-getredirect" + @echo "... curl-example-getreferrer" + @echo "... curl-example-headerapi" + @echo "... curl-example-hsts-preload" + @echo "... curl-example-http-options" + @echo "... curl-example-http-post" + @echo "... curl-example-http2-download" + @echo "... curl-example-http2-pushinmemory" + @echo "... curl-example-http2-serverpush" + @echo "... curl-example-http2-upload" + @echo "... curl-example-http3" + @echo "... curl-example-http3-present" + @echo "... curl-example-httpcustomheader" + @echo "... curl-example-httpput" + @echo "... curl-example-httpput-postfields" + @echo "... curl-example-https" + @echo "... curl-example-imap-append" + @echo "... curl-example-imap-authzid" + @echo "... curl-example-imap-copy" + @echo "... curl-example-imap-create" + @echo "... curl-example-imap-delete" + @echo "... curl-example-imap-examine" + @echo "... curl-example-imap-fetch" + @echo "... curl-example-imap-list" + @echo "... curl-example-imap-lsub" + @echo "... curl-example-imap-multi" + @echo "... curl-example-imap-noop" + @echo "... curl-example-imap-search" + @echo "... curl-example-imap-ssl" + @echo "... curl-example-imap-store" + @echo "... curl-example-imap-tls" + @echo "... curl-example-interface" + @echo "... curl-example-ipv6" + @echo "... curl-example-keepalive" + @echo "... curl-example-localport" + @echo "... curl-example-maxconnects" + @echo "... curl-example-multi-app" + @echo "... curl-example-multi-debugcallback" + @echo "... curl-example-multi-double" + @echo "... curl-example-multi-formadd" + @echo "... curl-example-multi-legacy" + @echo "... curl-example-multi-post" + @echo "... curl-example-multi-single" + @echo "... curl-example-netrc" + @echo "... curl-example-parseurl" + @echo "... curl-example-persistent" + @echo "... curl-example-pop3-authzid" + @echo "... curl-example-pop3-dele" + @echo "... curl-example-pop3-list" + @echo "... curl-example-pop3-multi" + @echo "... curl-example-pop3-noop" + @echo "... curl-example-pop3-retr" + @echo "... curl-example-pop3-ssl" + @echo "... curl-example-pop3-stat" + @echo "... curl-example-pop3-tls" + @echo "... curl-example-pop3-top" + @echo "... curl-example-pop3-uidl" + @echo "... curl-example-post-callback" + @echo "... curl-example-postinmemory" + @echo "... curl-example-postit2" + @echo "... curl-example-postit2-formadd" + @echo "... curl-example-progressfunc" + @echo "... curl-example-protofeats" + @echo "... curl-example-range" + @echo "... curl-example-resolve" + @echo "... curl-example-rtsp-options" + @echo "... curl-example-sendrecv" + @echo "... curl-example-sepheaders" + @echo "... curl-example-sftpget" + @echo "... curl-example-sftpuploadresume" + @echo "... curl-example-shared-connection-cache" + @echo "... curl-example-simple" + @echo "... curl-example-simplepost" + @echo "... curl-example-simplessl" + @echo "... curl-example-smtp-authzid" + @echo "... curl-example-smtp-expn" + @echo "... curl-example-smtp-mail" + @echo "... curl-example-smtp-mime" + @echo "... curl-example-smtp-multi" + @echo "... curl-example-smtp-ssl" + @echo "... curl-example-smtp-tls" + @echo "... curl-example-smtp-vrfy" + @echo "... curl-example-sslbackend" + @echo "... curl-example-unixsocket" + @echo "... curl-example-url2file" + @echo "... curl-example-urlapi" + @echo "... curl-example-websocket" + @echo "... curl-example-websocket-cb" + @echo "... curlt-client-h2-pausing" + @echo "... curlt-client-h2-serverpush" + @echo "... curlt-client-h2-upgrade-extreme" + @echo "... curlt-client-hx-download" + @echo "... curlt-client-hx-upload" + @echo "... curlt-client-tls-session-reuse" + @echo "... curlt-client-upload-pausing" + @echo "... curlt-client-ws-data" + @echo "... curlt-client-ws-pingpong" + @echo "... curlu" + @echo "... dnsd" + @echo "... lib1156" + @echo "... lib1301" + @echo "... lib1308" + @echo "... lib1485" + @echo "... lib1500" + @echo "... lib1501" + @echo "... lib1502" + @echo "... lib1503" + @echo "... lib1504" + @echo "... lib1505" + @echo "... lib1506" + @echo "... lib1507" + @echo "... lib1508" + @echo "... lib1509" + @echo "... lib1510" + @echo "... lib1511" + @echo "... lib1512" + @echo "... lib1513" + @echo "... lib1514" + @echo "... lib1515" + @echo "... lib1517" + @echo "... lib1518" + @echo "... lib1520" + @echo "... lib1521" + @echo "... lib1522" + @echo "... lib1523" + @echo "... lib1525" + @echo "... lib1526" + @echo "... lib1527" + @echo "... lib1528" + @echo "... lib1529" + @echo "... lib1530" + @echo "... lib1531" + @echo "... lib1532" + @echo "... lib1533" + @echo "... lib1534" + @echo "... lib1535" + @echo "... lib1536" + @echo "... lib1537" + @echo "... lib1538" + @echo "... lib1539" + @echo "... lib1540" + @echo "... lib1541" + @echo "... lib1542" + @echo "... lib1543" + @echo "... lib1545" + @echo "... lib1550" + @echo "... lib1551" + @echo "... lib1552" + @echo "... lib1553" + @echo "... lib1554" + @echo "... lib1555" + @echo "... lib1556" + @echo "... lib1557" + @echo "... lib1558" + @echo "... lib1559" + @echo "... lib1560" + @echo "... lib1564" + @echo "... lib1565" + @echo "... lib1567" + @echo "... lib1568" + @echo "... lib1569" + @echo "... lib1571" + @echo "... lib1576" + @echo "... lib1578" + @echo "... lib1591" + @echo "... lib1592" + @echo "... lib1593" + @echo "... lib1594" + @echo "... lib1596" + @echo "... lib1597" + @echo "... lib1598" + @echo "... lib1662" + @echo "... lib1900" + @echo "... lib1901" + @echo "... lib1903" + @echo "... lib1905" + @echo "... lib1906" + @echo "... lib1907" + @echo "... lib1908" + @echo "... lib1910" + @echo "... lib1911" + @echo "... lib1912" + @echo "... lib1913" + @echo "... lib1915" + @echo "... lib1916" + @echo "... lib1917" + @echo "... lib1918" + @echo "... lib1919" + @echo "... lib1933" + @echo "... lib1934" + @echo "... lib1935" + @echo "... lib1936" + @echo "... lib1937" + @echo "... lib1938" + @echo "... lib1939" + @echo "... lib1940" + @echo "... lib1945" + @echo "... lib1946" + @echo "... lib1947" + @echo "... lib1948" + @echo "... lib1955" + @echo "... lib1956" + @echo "... lib1957" + @echo "... lib1958" + @echo "... lib1959" + @echo "... lib1960" + @echo "... lib1964" + @echo "... lib1970" + @echo "... lib1971" + @echo "... lib1972" + @echo "... lib1973" + @echo "... lib1974" + @echo "... lib1975" + @echo "... lib1977" + @echo "... lib1978" + @echo "... lib2301" + @echo "... lib2302" + @echo "... lib2304" + @echo "... lib2305" + @echo "... lib2306" + @echo "... lib2308" + @echo "... lib2309" + @echo "... lib2310" + @echo "... lib2311" + @echo "... lib2312" + @echo "... lib2402" + @echo "... lib2404" + @echo "... lib2405" + @echo "... lib2502" + @echo "... lib3010" + @echo "... lib3025" + @echo "... lib3026" + @echo "... lib3027" + @echo "... lib3100" + @echo "... lib3101" + @echo "... lib3102" + @echo "... lib3103" + @echo "... lib3104" + @echo "... lib3105" + @echo "... lib3207" + @echo "... lib3208" + @echo "... lib500" + @echo "... lib501" + @echo "... lib502" + @echo "... lib503" + @echo "... lib504" + @echo "... lib505" + @echo "... lib506" + @echo "... lib507" + @echo "... lib508" + @echo "... lib509" + @echo "... lib510" + @echo "... lib511" + @echo "... lib512" + @echo "... lib513" + @echo "... lib514" + @echo "... lib515" + @echo "... lib516" + @echo "... lib517" + @echo "... lib518" + @echo "... lib519" + @echo "... lib520" + @echo "... lib521" + @echo "... lib523" + @echo "... lib524" + @echo "... lib525" + @echo "... lib526" + @echo "... lib527" + @echo "... lib529" + @echo "... lib530" + @echo "... lib532" + @echo "... lib533" + @echo "... lib536" + @echo "... lib537" + @echo "... lib539" + @echo "... lib540" + @echo "... lib541" + @echo "... lib542" + @echo "... lib543" + @echo "... lib544" + @echo "... lib545" + @echo "... lib547" + @echo "... lib548" + @echo "... lib549" + @echo "... lib552" + @echo "... lib553" + @echo "... lib554" + @echo "... lib555" + @echo "... lib556" + @echo "... lib557" + @echo "... lib558" + @echo "... lib559" + @echo "... lib560" + @echo "... lib562" + @echo "... lib564" + @echo "... lib565" + @echo "... lib566" + @echo "... lib567" + @echo "... lib568" + @echo "... lib569" + @echo "... lib570" + @echo "... lib571" + @echo "... lib572" + @echo "... lib573" + @echo "... lib574" + @echo "... lib575" + @echo "... lib576" + @echo "... lib578" + @echo "... lib579" + @echo "... lib582" + @echo "... lib583" + @echo "... lib584" + @echo "... lib585" + @echo "... lib586" + @echo "... lib587" + @echo "... lib589" + @echo "... lib590" + @echo "... lib591" + @echo "... lib597" + @echo "... lib598" + @echo "... lib599" + @echo "... lib643" + @echo "... lib645" + @echo "... lib650" + @echo "... lib651" + @echo "... lib652" + @echo "... lib653" + @echo "... lib654" + @echo "... lib655" + @echo "... lib658" + @echo "... lib659" + @echo "... lib661" + @echo "... lib666" + @echo "... lib667" + @echo "... lib668" + @echo "... lib670" + @echo "... lib671" + @echo "... lib672" + @echo "... lib673" + @echo "... lib674" + @echo "... lib676" + @echo "... lib677" + @echo "... lib678" + @echo "... lib694" + @echo "... lib695" + @echo "... lib696" + @echo "... libauthretry" + @echo "... libcurl_static" + @echo "... libntlmconnect" + @echo "... libprereq" + @echo "... makemhr" + @echo "... miniaudio" + @echo "... miniaudio_channel_combiner_node" + @echo "... miniaudio_channel_separator_node" + @echo "... miniaudio_libvorbis" + @echo "... miniaudio_ltrim_node" + @echo "... miniaudio_reverb_node" + @echo "... miniaudio_vocoder_node" + @echo "... mqttd" + @echo "... ogg" + @echo "... openal-info" + @echo "... resolve" + @echo "... rtspd" + @echo "... sockfilt" + @echo "... socksd" + @echo "... sofa-info" + @echo "... sws" + @echo "... tftpd" + @echo "... tool1394" + @echo "... tool1604" + @echo "... tool1621" + @echo "... uhjdecoder" + @echo "... uhjencoder" + @echo "... unit1300" + @echo "... unit1302" + @echo "... unit1303" + @echo "... unit1304" + @echo "... unit1305" + @echo "... unit1307" + @echo "... unit1309" + @echo "... unit1323" + @echo "... unit1330" + @echo "... unit1395" + @echo "... unit1396" + @echo "... unit1397" + @echo "... unit1398" + @echo "... unit1399" + @echo "... unit1600" + @echo "... unit1601" + @echo "... unit1602" + @echo "... unit1603" + @echo "... unit1605" + @echo "... unit1606" + @echo "... unit1607" + @echo "... unit1608" + @echo "... unit1609" + @echo "... unit1610" + @echo "... unit1611" + @echo "... unit1612" + @echo "... unit1614" + @echo "... unit1615" + @echo "... unit1616" + @echo "... unit1620" + @echo "... unit1650" + @echo "... unit1651" + @echo "... unit1652" + @echo "... unit1653" + @echo "... unit1654" + @echo "... unit1655" + @echo "... unit1656" + @echo "... unit1657" + @echo "... unit1658" + @echo "... unit1660" + @echo "... unit1661" + @echo "... unit1663" + @echo "... unit1664" + @echo "... unit1979" + @echo "... unit1980" + @echo "... unit2600" + @echo "... unit2601" + @echo "... unit2602" + @echo "... unit2603" + @echo "... unit2604" + @echo "... unit3200" + @echo "... unit3205" + @echo "... unit3211" + @echo "... unit3212" + @echo "... unit3213" + @echo "... vorbis" + @echo "... vorbis_test" + @echo "... vorbisenc" + @echo "... vorbisfile" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + $(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/build_emscripten/PopWork/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/PopWork/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/PopWork/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/DependInfo.cmake b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/DependInfo.cmake new file mode 100644 index 00000000..c38932ff --- /dev/null +++ b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/DependInfo.cmake @@ -0,0 +1,86 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/PopWork/appbase.cpp" "PopWork/CMakeFiles/PopWork.dir/appbase.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/appbase.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/audio/bassmusicinterface.cpp" "PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/audio/musicinterface.cpp" "PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/audio/openalsoundinstance.cpp" "PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/audio/openalsoundmanager.cpp" "PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/common.cpp" "PopWork/CMakeFiles/PopWork.dir/common.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/common.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/debug/debug.cpp" "PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/debug/errorhandler.cpp" "PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/debug/perftimer.cpp" "PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/graphics/color.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/graphics/font.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/graphics/graphics.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/graphics/image.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/graphics/imagefont.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/graphics/memoryimage.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/graphics/nativedisplay.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/graphics/quantize.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/graphics/sdlimage.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/graphics/sdlinterface.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/graphics/sharedimage.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/graphics/sysfont.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/imagelib/imagelib.cpp" "PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui.cpp" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_demo.cpp" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_draw.cpp" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdl3.cpp" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdlrenderer3.cpp" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_tables.cpp" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_widgets.cpp" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/imgui/debugwindow.cpp" "PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/imgui/imguimanager.cpp" "PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/math/matrix.cpp" "PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/math/ratio.cpp" "PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/misc/buffer.cpp" "PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/misc/flags.cpp" "PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/misc/httptransfer.cpp" "PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/misc/keycodes.cpp" "PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/misc/profile.cpp" "PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/misc/workerthread.cpp" "PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/paklib/pakinterface.cpp" "PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/readwrite/descparser.cpp" "PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/readwrite/jsonparser.cpp" "PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/readwrite/modval.cpp" "PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/readwrite/xmlparser.cpp" "PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/readwrite/xmlwriter.cpp" "PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/resources/propertiesparser.cpp" "PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/resources/resourcemanager.cpp" "PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/widget/buttonwidget.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/widget/checkbox.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/widget/cursorwidget.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/widget/dialog.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/widget/dialogbutton.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/widget/editwidget.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/widget/hyperlinkwidget.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/widget/insets.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/widget/listwidget.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/widget/scrollbarwidget.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/widget/scrollbuttonwidget.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/widget/slider.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/widget/textwidget.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/widget/widget.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/widget/widgetcontainer.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o.d" + "/home/guest/Downloads/PopLib/PopWork/widget/widgetmanager.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/build.make b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/build.make new file mode 100644 index 00000000..22571ebd --- /dev/null +++ b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/build.make @@ -0,0 +1,1122 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include PopWork/CMakeFiles/PopWork.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include PopWork/CMakeFiles/PopWork.dir/compiler_depend.make + +# Include the progress variables for this target. +include PopWork/CMakeFiles/PopWork.dir/progress.make + +# Include the compile flags for this target's objects. +include PopWork/CMakeFiles/PopWork.dir/flags.make + +PopWork/CMakeFiles/PopWork.dir/codegen: +.PHONY : PopWork/CMakeFiles/PopWork.dir/codegen + +PopWork/CMakeFiles/PopWork.dir/appbase.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/appbase.cpp.o: /home/guest/Downloads/PopLib/PopWork/appbase.cpp +PopWork/CMakeFiles/PopWork.dir/appbase.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object PopWork/CMakeFiles/PopWork.dir/appbase.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/appbase.cpp.o -MF CMakeFiles/PopWork.dir/appbase.cpp.o.d -o CMakeFiles/PopWork.dir/appbase.cpp.o -c /home/guest/Downloads/PopLib/PopWork/appbase.cpp + +PopWork/CMakeFiles/PopWork.dir/appbase.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/appbase.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/appbase.cpp > CMakeFiles/PopWork.dir/appbase.cpp.i + +PopWork/CMakeFiles/PopWork.dir/appbase.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/appbase.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/appbase.cpp -o CMakeFiles/PopWork.dir/appbase.cpp.s + +PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o: /home/guest/Downloads/PopLib/PopWork/audio/bassmusicinterface.cpp +PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o -MF CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o.d -o CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o -c /home/guest/Downloads/PopLib/PopWork/audio/bassmusicinterface.cpp + +PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/audio/bassmusicinterface.cpp > CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.i + +PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/audio/bassmusicinterface.cpp -o CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.s + +PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o: /home/guest/Downloads/PopLib/PopWork/audio/musicinterface.cpp +PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o -MF CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o.d -o CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o -c /home/guest/Downloads/PopLib/PopWork/audio/musicinterface.cpp + +PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/audio/musicinterface.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/audio/musicinterface.cpp > CMakeFiles/PopWork.dir/audio/musicinterface.cpp.i + +PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/audio/musicinterface.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/audio/musicinterface.cpp -o CMakeFiles/PopWork.dir/audio/musicinterface.cpp.s + +PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o: /home/guest/Downloads/PopLib/PopWork/audio/openalsoundinstance.cpp +PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o -MF CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o.d -o CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o -c /home/guest/Downloads/PopLib/PopWork/audio/openalsoundinstance.cpp + +PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/audio/openalsoundinstance.cpp > CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.i + +PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/audio/openalsoundinstance.cpp -o CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.s + +PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o: /home/guest/Downloads/PopLib/PopWork/audio/openalsoundmanager.cpp +PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o -MF CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o.d -o CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o -c /home/guest/Downloads/PopLib/PopWork/audio/openalsoundmanager.cpp + +PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/audio/openalsoundmanager.cpp > CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.i + +PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/audio/openalsoundmanager.cpp -o CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.s + +PopWork/CMakeFiles/PopWork.dir/common.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/common.cpp.o: /home/guest/Downloads/PopLib/PopWork/common.cpp +PopWork/CMakeFiles/PopWork.dir/common.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object PopWork/CMakeFiles/PopWork.dir/common.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/common.cpp.o -MF CMakeFiles/PopWork.dir/common.cpp.o.d -o CMakeFiles/PopWork.dir/common.cpp.o -c /home/guest/Downloads/PopLib/PopWork/common.cpp + +PopWork/CMakeFiles/PopWork.dir/common.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/common.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/common.cpp > CMakeFiles/PopWork.dir/common.cpp.i + +PopWork/CMakeFiles/PopWork.dir/common.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/common.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/common.cpp -o CMakeFiles/PopWork.dir/common.cpp.s + +PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.o: /home/guest/Downloads/PopLib/PopWork/debug/debug.cpp +PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.o -MF CMakeFiles/PopWork.dir/debug/debug.cpp.o.d -o CMakeFiles/PopWork.dir/debug/debug.cpp.o -c /home/guest/Downloads/PopLib/PopWork/debug/debug.cpp + +PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/debug/debug.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/debug/debug.cpp > CMakeFiles/PopWork.dir/debug/debug.cpp.i + +PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/debug/debug.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/debug/debug.cpp -o CMakeFiles/PopWork.dir/debug/debug.cpp.s + +PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o: /home/guest/Downloads/PopLib/PopWork/debug/errorhandler.cpp +PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o -MF CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o.d -o CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o -c /home/guest/Downloads/PopLib/PopWork/debug/errorhandler.cpp + +PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/debug/errorhandler.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/debug/errorhandler.cpp > CMakeFiles/PopWork.dir/debug/errorhandler.cpp.i + +PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/debug/errorhandler.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/debug/errorhandler.cpp -o CMakeFiles/PopWork.dir/debug/errorhandler.cpp.s + +PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.o: /home/guest/Downloads/PopLib/PopWork/debug/perftimer.cpp +PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.o -MF CMakeFiles/PopWork.dir/debug/perftimer.cpp.o.d -o CMakeFiles/PopWork.dir/debug/perftimer.cpp.o -c /home/guest/Downloads/PopLib/PopWork/debug/perftimer.cpp + +PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/debug/perftimer.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/debug/perftimer.cpp > CMakeFiles/PopWork.dir/debug/perftimer.cpp.i + +PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/debug/perftimer.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/debug/perftimer.cpp -o CMakeFiles/PopWork.dir/debug/perftimer.cpp.s + +PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri.cpp +PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o -MF CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri.cpp + +PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri.cpp > CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.i + +PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri.cpp -o CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.s + +PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/color.cpp +PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.o -MF CMakeFiles/PopWork.dir/graphics/color.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/color.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/color.cpp + +PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/color.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/color.cpp > CMakeFiles/PopWork.dir/graphics/color.cpp.i + +PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/color.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/color.cpp -o CMakeFiles/PopWork.dir/graphics/color.cpp.s + +PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/font.cpp +PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.o -MF CMakeFiles/PopWork.dir/graphics/font.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/font.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/font.cpp + +PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/font.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/font.cpp > CMakeFiles/PopWork.dir/graphics/font.cpp.i + +PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/font.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/font.cpp -o CMakeFiles/PopWork.dir/graphics/font.cpp.s + +PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/graphics.cpp +PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.o -MF CMakeFiles/PopWork.dir/graphics/graphics.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/graphics.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/graphics.cpp + +PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/graphics.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/graphics.cpp > CMakeFiles/PopWork.dir/graphics/graphics.cpp.i + +PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/graphics.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/graphics.cpp -o CMakeFiles/PopWork.dir/graphics/graphics.cpp.s + +PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/image.cpp +PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.o -MF CMakeFiles/PopWork.dir/graphics/image.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/image.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/image.cpp + +PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/image.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/image.cpp > CMakeFiles/PopWork.dir/graphics/image.cpp.i + +PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/image.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/image.cpp -o CMakeFiles/PopWork.dir/graphics/image.cpp.s + +PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/imagefont.cpp +PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o -MF CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/imagefont.cpp + +PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/imagefont.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/imagefont.cpp > CMakeFiles/PopWork.dir/graphics/imagefont.cpp.i + +PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/imagefont.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/imagefont.cpp -o CMakeFiles/PopWork.dir/graphics/imagefont.cpp.s + +PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/memoryimage.cpp +PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o -MF CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/memoryimage.cpp + +PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/memoryimage.cpp > CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.i + +PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/memoryimage.cpp -o CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.s + +PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/nativedisplay.cpp +PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o -MF CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/nativedisplay.cpp + +PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/nativedisplay.cpp > CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.i + +PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/nativedisplay.cpp -o CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.s + +PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/quantize.cpp +PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.o -MF CMakeFiles/PopWork.dir/graphics/quantize.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/quantize.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/quantize.cpp + +PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/quantize.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/quantize.cpp > CMakeFiles/PopWork.dir/graphics/quantize.cpp.i + +PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/quantize.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/quantize.cpp -o CMakeFiles/PopWork.dir/graphics/quantize.cpp.s + +PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/sdlimage.cpp +PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o -MF CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/sdlimage.cpp + +PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/sdlimage.cpp > CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.i + +PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/sdlimage.cpp -o CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.s + +PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/sdlinterface.cpp +PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o -MF CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/sdlinterface.cpp + +PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/sdlinterface.cpp > CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.i + +PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/sdlinterface.cpp -o CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.s + +PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/sharedimage.cpp +PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o -MF CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/sharedimage.cpp + +PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/sharedimage.cpp > CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.i + +PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/sharedimage.cpp -o CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.s + +PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/sysfont.cpp +PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o -MF CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/sysfont.cpp + +PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/sysfont.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/sysfont.cpp > CMakeFiles/PopWork.dir/graphics/sysfont.cpp.i + +PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/sysfont.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/sysfont.cpp -o CMakeFiles/PopWork.dir/graphics/sysfont.cpp.s + +PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o: /home/guest/Downloads/PopLib/PopWork/imagelib/imagelib.cpp +PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building CXX object PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o -MF CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o.d -o CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o -c /home/guest/Downloads/PopLib/PopWork/imagelib/imagelib.cpp + +PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/imagelib/imagelib.cpp > CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.i + +PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/imagelib/imagelib.cpp -o CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.s + +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o: /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui.cpp +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building CXX object PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o -MF CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o.d -o CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o -c /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui.cpp + +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui.cpp > CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.i + +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui.cpp -o CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.s + +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o: /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_demo.cpp +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building CXX object PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o -MF CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o.d -o CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o -c /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_demo.cpp + +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_demo.cpp > CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.i + +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_demo.cpp -o CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.s + +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o: /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_draw.cpp +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building CXX object PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o -MF CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o.d -o CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o -c /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_draw.cpp + +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_draw.cpp > CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.i + +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_draw.cpp -o CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.s + +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o: /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdl3.cpp +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building CXX object PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o -MF CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o.d -o CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o -c /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdl3.cpp + +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdl3.cpp > CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.i + +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdl3.cpp -o CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.s + +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o: /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdlrenderer3.cpp +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building CXX object PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o -MF CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o.d -o CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o -c /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdlrenderer3.cpp + +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdlrenderer3.cpp > CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.i + +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdlrenderer3.cpp -o CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.s + +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o: /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_tables.cpp +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building CXX object PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o -MF CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o.d -o CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o -c /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_tables.cpp + +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_tables.cpp > CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.i + +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_tables.cpp -o CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.s + +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o: /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_widgets.cpp +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building CXX object PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o -MF CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o.d -o CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o -c /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_widgets.cpp + +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_widgets.cpp > CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.i + +PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_widgets.cpp -o CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.s + +PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o: /home/guest/Downloads/PopLib/PopWork/imgui/debugwindow.cpp +PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Building CXX object PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o -MF CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o.d -o CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o -c /home/guest/Downloads/PopLib/PopWork/imgui/debugwindow.cpp + +PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/imgui/debugwindow.cpp > CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.i + +PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/imgui/debugwindow.cpp -o CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.s + +PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o: /home/guest/Downloads/PopLib/PopWork/imgui/imguimanager.cpp +PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Building CXX object PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o -MF CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o.d -o CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o -c /home/guest/Downloads/PopLib/PopWork/imgui/imguimanager.cpp + +PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/imgui/imguimanager.cpp > CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.i + +PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/imgui/imguimanager.cpp -o CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.s + +PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.o: /home/guest/Downloads/PopLib/PopWork/math/matrix.cpp +PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Building CXX object PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.o -MF CMakeFiles/PopWork.dir/math/matrix.cpp.o.d -o CMakeFiles/PopWork.dir/math/matrix.cpp.o -c /home/guest/Downloads/PopLib/PopWork/math/matrix.cpp + +PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/math/matrix.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/math/matrix.cpp > CMakeFiles/PopWork.dir/math/matrix.cpp.i + +PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/math/matrix.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/math/matrix.cpp -o CMakeFiles/PopWork.dir/math/matrix.cpp.s + +PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.o: /home/guest/Downloads/PopLib/PopWork/math/ratio.cpp +PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Building CXX object PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.o -MF CMakeFiles/PopWork.dir/math/ratio.cpp.o.d -o CMakeFiles/PopWork.dir/math/ratio.cpp.o -c /home/guest/Downloads/PopLib/PopWork/math/ratio.cpp + +PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/math/ratio.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/math/ratio.cpp > CMakeFiles/PopWork.dir/math/ratio.cpp.i + +PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/math/ratio.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/math/ratio.cpp -o CMakeFiles/PopWork.dir/math/ratio.cpp.s + +PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.o: /home/guest/Downloads/PopLib/PopWork/misc/buffer.cpp +PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Building CXX object PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.o -MF CMakeFiles/PopWork.dir/misc/buffer.cpp.o.d -o CMakeFiles/PopWork.dir/misc/buffer.cpp.o -c /home/guest/Downloads/PopLib/PopWork/misc/buffer.cpp + +PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/misc/buffer.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/misc/buffer.cpp > CMakeFiles/PopWork.dir/misc/buffer.cpp.i + +PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/misc/buffer.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/misc/buffer.cpp -o CMakeFiles/PopWork.dir/misc/buffer.cpp.s + +PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.o: /home/guest/Downloads/PopLib/PopWork/misc/flags.cpp +PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Building CXX object PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.o -MF CMakeFiles/PopWork.dir/misc/flags.cpp.o.d -o CMakeFiles/PopWork.dir/misc/flags.cpp.o -c /home/guest/Downloads/PopLib/PopWork/misc/flags.cpp + +PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/misc/flags.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/misc/flags.cpp > CMakeFiles/PopWork.dir/misc/flags.cpp.i + +PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/misc/flags.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/misc/flags.cpp -o CMakeFiles/PopWork.dir/misc/flags.cpp.s + +PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o: /home/guest/Downloads/PopLib/PopWork/misc/httptransfer.cpp +PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Building CXX object PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o -MF CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o.d -o CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o -c /home/guest/Downloads/PopLib/PopWork/misc/httptransfer.cpp + +PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/misc/httptransfer.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/misc/httptransfer.cpp > CMakeFiles/PopWork.dir/misc/httptransfer.cpp.i + +PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/misc/httptransfer.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/misc/httptransfer.cpp -o CMakeFiles/PopWork.dir/misc/httptransfer.cpp.s + +PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.o: /home/guest/Downloads/PopLib/PopWork/misc/keycodes.cpp +PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_38) "Building CXX object PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.o -MF CMakeFiles/PopWork.dir/misc/keycodes.cpp.o.d -o CMakeFiles/PopWork.dir/misc/keycodes.cpp.o -c /home/guest/Downloads/PopLib/PopWork/misc/keycodes.cpp + +PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/misc/keycodes.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/misc/keycodes.cpp > CMakeFiles/PopWork.dir/misc/keycodes.cpp.i + +PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/misc/keycodes.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/misc/keycodes.cpp -o CMakeFiles/PopWork.dir/misc/keycodes.cpp.s + +PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.o: /home/guest/Downloads/PopLib/PopWork/misc/profile.cpp +PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_39) "Building CXX object PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.o -MF CMakeFiles/PopWork.dir/misc/profile.cpp.o.d -o CMakeFiles/PopWork.dir/misc/profile.cpp.o -c /home/guest/Downloads/PopLib/PopWork/misc/profile.cpp + +PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/misc/profile.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/misc/profile.cpp > CMakeFiles/PopWork.dir/misc/profile.cpp.i + +PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/misc/profile.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/misc/profile.cpp -o CMakeFiles/PopWork.dir/misc/profile.cpp.s + +PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.o: /home/guest/Downloads/PopLib/PopWork/misc/workerthread.cpp +PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_40) "Building CXX object PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.o -MF CMakeFiles/PopWork.dir/misc/workerthread.cpp.o.d -o CMakeFiles/PopWork.dir/misc/workerthread.cpp.o -c /home/guest/Downloads/PopLib/PopWork/misc/workerthread.cpp + +PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/misc/workerthread.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/misc/workerthread.cpp > CMakeFiles/PopWork.dir/misc/workerthread.cpp.i + +PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/misc/workerthread.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/misc/workerthread.cpp -o CMakeFiles/PopWork.dir/misc/workerthread.cpp.s + +PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o: /home/guest/Downloads/PopLib/PopWork/paklib/pakinterface.cpp +PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_41) "Building CXX object PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o -MF CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o.d -o CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o -c /home/guest/Downloads/PopLib/PopWork/paklib/pakinterface.cpp + +PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/paklib/pakinterface.cpp > CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.i + +PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/paklib/pakinterface.cpp -o CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.s + +PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o: /home/guest/Downloads/PopLib/PopWork/readwrite/descparser.cpp +PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_42) "Building CXX object PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o -MF CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o.d -o CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o -c /home/guest/Downloads/PopLib/PopWork/readwrite/descparser.cpp + +PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/readwrite/descparser.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/readwrite/descparser.cpp > CMakeFiles/PopWork.dir/readwrite/descparser.cpp.i + +PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/readwrite/descparser.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/readwrite/descparser.cpp -o CMakeFiles/PopWork.dir/readwrite/descparser.cpp.s + +PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o: /home/guest/Downloads/PopLib/PopWork/readwrite/jsonparser.cpp +PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_43) "Building CXX object PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o -MF CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o.d -o CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o -c /home/guest/Downloads/PopLib/PopWork/readwrite/jsonparser.cpp + +PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/readwrite/jsonparser.cpp > CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.i + +PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/readwrite/jsonparser.cpp -o CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.s + +PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.o: /home/guest/Downloads/PopLib/PopWork/readwrite/modval.cpp +PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_44) "Building CXX object PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.o -MF CMakeFiles/PopWork.dir/readwrite/modval.cpp.o.d -o CMakeFiles/PopWork.dir/readwrite/modval.cpp.o -c /home/guest/Downloads/PopLib/PopWork/readwrite/modval.cpp + +PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/readwrite/modval.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/readwrite/modval.cpp > CMakeFiles/PopWork.dir/readwrite/modval.cpp.i + +PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/readwrite/modval.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/readwrite/modval.cpp -o CMakeFiles/PopWork.dir/readwrite/modval.cpp.s + +PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o: /home/guest/Downloads/PopLib/PopWork/readwrite/xmlparser.cpp +PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_45) "Building CXX object PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o -MF CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o.d -o CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o -c /home/guest/Downloads/PopLib/PopWork/readwrite/xmlparser.cpp + +PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/readwrite/xmlparser.cpp > CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.i + +PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/readwrite/xmlparser.cpp -o CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.s + +PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o: /home/guest/Downloads/PopLib/PopWork/readwrite/xmlwriter.cpp +PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_46) "Building CXX object PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o -MF CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o.d -o CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o -c /home/guest/Downloads/PopLib/PopWork/readwrite/xmlwriter.cpp + +PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/readwrite/xmlwriter.cpp > CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.i + +PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/readwrite/xmlwriter.cpp -o CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.s + +PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o: /home/guest/Downloads/PopLib/PopWork/resources/propertiesparser.cpp +PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_47) "Building CXX object PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o -MF CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o.d -o CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o -c /home/guest/Downloads/PopLib/PopWork/resources/propertiesparser.cpp + +PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/resources/propertiesparser.cpp > CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.i + +PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/resources/propertiesparser.cpp -o CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.s + +PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o: /home/guest/Downloads/PopLib/PopWork/resources/resourcemanager.cpp +PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_48) "Building CXX object PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o -MF CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o.d -o CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o -c /home/guest/Downloads/PopLib/PopWork/resources/resourcemanager.cpp + +PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/resources/resourcemanager.cpp > CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.i + +PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/resources/resourcemanager.cpp -o CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.s + +PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/buttonwidget.cpp +PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_49) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o -MF CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o.d -o CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/buttonwidget.cpp + +PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/buttonwidget.cpp > CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.i + +PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/buttonwidget.cpp -o CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.s + +PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/checkbox.cpp +PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_50) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.o -MF CMakeFiles/PopWork.dir/widget/checkbox.cpp.o.d -o CMakeFiles/PopWork.dir/widget/checkbox.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/checkbox.cpp + +PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/checkbox.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/checkbox.cpp > CMakeFiles/PopWork.dir/widget/checkbox.cpp.i + +PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/checkbox.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/checkbox.cpp -o CMakeFiles/PopWork.dir/widget/checkbox.cpp.s + +PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/cursorwidget.cpp +PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_51) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o -MF CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o.d -o CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/cursorwidget.cpp + +PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/cursorwidget.cpp > CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.i + +PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/cursorwidget.cpp -o CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.s + +PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/dialog.cpp +PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_52) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.o -MF CMakeFiles/PopWork.dir/widget/dialog.cpp.o.d -o CMakeFiles/PopWork.dir/widget/dialog.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/dialog.cpp + +PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/dialog.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/dialog.cpp > CMakeFiles/PopWork.dir/widget/dialog.cpp.i + +PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/dialog.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/dialog.cpp -o CMakeFiles/PopWork.dir/widget/dialog.cpp.s + +PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/dialogbutton.cpp +PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_53) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o -MF CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o.d -o CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/dialogbutton.cpp + +PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/dialogbutton.cpp > CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.i + +PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/dialogbutton.cpp -o CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.s + +PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/editwidget.cpp +PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_54) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.o -MF CMakeFiles/PopWork.dir/widget/editwidget.cpp.o.d -o CMakeFiles/PopWork.dir/widget/editwidget.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/editwidget.cpp + +PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/editwidget.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/editwidget.cpp > CMakeFiles/PopWork.dir/widget/editwidget.cpp.i + +PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/editwidget.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/editwidget.cpp -o CMakeFiles/PopWork.dir/widget/editwidget.cpp.s + +PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/hyperlinkwidget.cpp +PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_55) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o -MF CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o.d -o CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/hyperlinkwidget.cpp + +PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/hyperlinkwidget.cpp > CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.i + +PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/hyperlinkwidget.cpp -o CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.s + +PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/insets.cpp +PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_56) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.o -MF CMakeFiles/PopWork.dir/widget/insets.cpp.o.d -o CMakeFiles/PopWork.dir/widget/insets.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/insets.cpp + +PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/insets.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/insets.cpp > CMakeFiles/PopWork.dir/widget/insets.cpp.i + +PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/insets.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/insets.cpp -o CMakeFiles/PopWork.dir/widget/insets.cpp.s + +PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/listwidget.cpp +PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_57) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.o -MF CMakeFiles/PopWork.dir/widget/listwidget.cpp.o.d -o CMakeFiles/PopWork.dir/widget/listwidget.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/listwidget.cpp + +PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/listwidget.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/listwidget.cpp > CMakeFiles/PopWork.dir/widget/listwidget.cpp.i + +PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/listwidget.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/listwidget.cpp -o CMakeFiles/PopWork.dir/widget/listwidget.cpp.s + +PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/scrollbarwidget.cpp +PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_58) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o -MF CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o.d -o CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/scrollbarwidget.cpp + +PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/scrollbarwidget.cpp > CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.i + +PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/scrollbarwidget.cpp -o CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.s + +PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/scrollbuttonwidget.cpp +PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_59) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o -MF CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o.d -o CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/scrollbuttonwidget.cpp + +PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/scrollbuttonwidget.cpp > CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.i + +PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/scrollbuttonwidget.cpp -o CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.s + +PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/slider.cpp +PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_60) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.o -MF CMakeFiles/PopWork.dir/widget/slider.cpp.o.d -o CMakeFiles/PopWork.dir/widget/slider.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/slider.cpp + +PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/slider.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/slider.cpp > CMakeFiles/PopWork.dir/widget/slider.cpp.i + +PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/slider.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/slider.cpp -o CMakeFiles/PopWork.dir/widget/slider.cpp.s + +PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/textwidget.cpp +PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_61) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.o -MF CMakeFiles/PopWork.dir/widget/textwidget.cpp.o.d -o CMakeFiles/PopWork.dir/widget/textwidget.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/textwidget.cpp + +PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/textwidget.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/textwidget.cpp > CMakeFiles/PopWork.dir/widget/textwidget.cpp.i + +PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/textwidget.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/textwidget.cpp -o CMakeFiles/PopWork.dir/widget/textwidget.cpp.s + +PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/widget.cpp +PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_62) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.o -MF CMakeFiles/PopWork.dir/widget/widget.cpp.o.d -o CMakeFiles/PopWork.dir/widget/widget.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/widget.cpp + +PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/widget.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/widget.cpp > CMakeFiles/PopWork.dir/widget/widget.cpp.i + +PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/widget.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/widget.cpp -o CMakeFiles/PopWork.dir/widget/widget.cpp.s + +PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/widgetcontainer.cpp +PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_63) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o -MF CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o.d -o CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/widgetcontainer.cpp + +PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/widgetcontainer.cpp > CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.i + +PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/widgetcontainer.cpp -o CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.s + +PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make +PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/widgetmanager.cpp +PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_64) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o -MF CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o.d -o CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/widgetmanager.cpp + +PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.i" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/widgetmanager.cpp > CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.i + +PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.s" + cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/widgetmanager.cpp -o CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.s + +# Object files for target PopWork +PopWork_OBJECTS = \ +"CMakeFiles/PopWork.dir/appbase.cpp.o" \ +"CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o" \ +"CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o" \ +"CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o" \ +"CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o" \ +"CMakeFiles/PopWork.dir/common.cpp.o" \ +"CMakeFiles/PopWork.dir/debug/debug.cpp.o" \ +"CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o" \ +"CMakeFiles/PopWork.dir/debug/perftimer.cpp.o" \ +"CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o" \ +"CMakeFiles/PopWork.dir/graphics/color.cpp.o" \ +"CMakeFiles/PopWork.dir/graphics/font.cpp.o" \ +"CMakeFiles/PopWork.dir/graphics/graphics.cpp.o" \ +"CMakeFiles/PopWork.dir/graphics/image.cpp.o" \ +"CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o" \ +"CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o" \ +"CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o" \ +"CMakeFiles/PopWork.dir/graphics/quantize.cpp.o" \ +"CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o" \ +"CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o" \ +"CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o" \ +"CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o" \ +"CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o" \ +"CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o" \ +"CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o" \ +"CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o" \ +"CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o" \ +"CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o" \ +"CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o" \ +"CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o" \ +"CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o" \ +"CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o" \ +"CMakeFiles/PopWork.dir/math/matrix.cpp.o" \ +"CMakeFiles/PopWork.dir/math/ratio.cpp.o" \ +"CMakeFiles/PopWork.dir/misc/buffer.cpp.o" \ +"CMakeFiles/PopWork.dir/misc/flags.cpp.o" \ +"CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o" \ +"CMakeFiles/PopWork.dir/misc/keycodes.cpp.o" \ +"CMakeFiles/PopWork.dir/misc/profile.cpp.o" \ +"CMakeFiles/PopWork.dir/misc/workerthread.cpp.o" \ +"CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o" \ +"CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o" \ +"CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o" \ +"CMakeFiles/PopWork.dir/readwrite/modval.cpp.o" \ +"CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o" \ +"CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o" \ +"CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o" \ +"CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o" \ +"CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o" \ +"CMakeFiles/PopWork.dir/widget/checkbox.cpp.o" \ +"CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o" \ +"CMakeFiles/PopWork.dir/widget/dialog.cpp.o" \ +"CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o" \ +"CMakeFiles/PopWork.dir/widget/editwidget.cpp.o" \ +"CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o" \ +"CMakeFiles/PopWork.dir/widget/insets.cpp.o" \ +"CMakeFiles/PopWork.dir/widget/listwidget.cpp.o" \ +"CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o" \ +"CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o" \ +"CMakeFiles/PopWork.dir/widget/slider.cpp.o" \ +"CMakeFiles/PopWork.dir/widget/textwidget.cpp.o" \ +"CMakeFiles/PopWork.dir/widget/widget.cpp.o" \ +"CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o" \ +"CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o" + +# External object files for target PopWork +PopWork_EXTERNAL_OBJECTS = + +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/appbase.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/common.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/build.make +PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_65) "Linking CXX static library libPopWork.a" + cd /home/guest/Downloads/PopLib/build/PopWork && $(CMAKE_COMMAND) -P CMakeFiles/PopWork.dir/cmake_clean_target.cmake + cd /home/guest/Downloads/PopLib/build/PopWork && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/PopWork.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +PopWork/CMakeFiles/PopWork.dir/build: PopWork/libPopWork.a +.PHONY : PopWork/CMakeFiles/PopWork.dir/build + +PopWork/CMakeFiles/PopWork.dir/clean: + cd /home/guest/Downloads/PopLib/build/PopWork && $(CMAKE_COMMAND) -P CMakeFiles/PopWork.dir/cmake_clean.cmake +.PHONY : PopWork/CMakeFiles/PopWork.dir/clean + +PopWork/CMakeFiles/PopWork.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/PopWork /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/PopWork /home/guest/Downloads/PopLib/build/PopWork/CMakeFiles/PopWork.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : PopWork/CMakeFiles/PopWork.dir/depend + diff --git a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/cmake_clean.cmake b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/cmake_clean.cmake new file mode 100644 index 00000000..0b93d48c --- /dev/null +++ b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/cmake_clean.cmake @@ -0,0 +1,137 @@ +file(REMOVE_RECURSE + "CMakeFiles/PopWork.dir/appbase.cpp.o" + "CMakeFiles/PopWork.dir/appbase.cpp.o.d" + "CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o" + "CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o.d" + "CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o" + "CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o.d" + "CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o" + "CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o.d" + "CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o" + "CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o.d" + "CMakeFiles/PopWork.dir/common.cpp.o" + "CMakeFiles/PopWork.dir/common.cpp.o.d" + "CMakeFiles/PopWork.dir/debug/debug.cpp.o" + "CMakeFiles/PopWork.dir/debug/debug.cpp.o.d" + "CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o" + "CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o.d" + "CMakeFiles/PopWork.dir/debug/perftimer.cpp.o" + "CMakeFiles/PopWork.dir/debug/perftimer.cpp.o.d" + "CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o" + "CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o.d" + "CMakeFiles/PopWork.dir/graphics/color.cpp.o" + "CMakeFiles/PopWork.dir/graphics/color.cpp.o.d" + "CMakeFiles/PopWork.dir/graphics/font.cpp.o" + "CMakeFiles/PopWork.dir/graphics/font.cpp.o.d" + "CMakeFiles/PopWork.dir/graphics/graphics.cpp.o" + "CMakeFiles/PopWork.dir/graphics/graphics.cpp.o.d" + "CMakeFiles/PopWork.dir/graphics/image.cpp.o" + "CMakeFiles/PopWork.dir/graphics/image.cpp.o.d" + "CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o" + "CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o.d" + "CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o" + "CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o.d" + "CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o" + "CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o.d" + "CMakeFiles/PopWork.dir/graphics/quantize.cpp.o" + "CMakeFiles/PopWork.dir/graphics/quantize.cpp.o.d" + "CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o" + "CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o.d" + "CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o" + "CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o.d" + "CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o" + "CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o.d" + "CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o" + "CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o.d" + "CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o" + "CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o.d" + "CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o" + "CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o.d" + "CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o" + "CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o.d" + "CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o" + "CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o.d" + "CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o" + "CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o.d" + "CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o" + "CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o.d" + "CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o" + "CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o.d" + "CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o" + "CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o.d" + "CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o" + "CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o.d" + "CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o" + "CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o.d" + "CMakeFiles/PopWork.dir/math/matrix.cpp.o" + "CMakeFiles/PopWork.dir/math/matrix.cpp.o.d" + "CMakeFiles/PopWork.dir/math/ratio.cpp.o" + "CMakeFiles/PopWork.dir/math/ratio.cpp.o.d" + "CMakeFiles/PopWork.dir/misc/buffer.cpp.o" + "CMakeFiles/PopWork.dir/misc/buffer.cpp.o.d" + "CMakeFiles/PopWork.dir/misc/flags.cpp.o" + "CMakeFiles/PopWork.dir/misc/flags.cpp.o.d" + "CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o" + "CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o.d" + "CMakeFiles/PopWork.dir/misc/keycodes.cpp.o" + "CMakeFiles/PopWork.dir/misc/keycodes.cpp.o.d" + "CMakeFiles/PopWork.dir/misc/profile.cpp.o" + "CMakeFiles/PopWork.dir/misc/profile.cpp.o.d" + "CMakeFiles/PopWork.dir/misc/workerthread.cpp.o" + "CMakeFiles/PopWork.dir/misc/workerthread.cpp.o.d" + "CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o" + "CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o.d" + "CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o" + "CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o.d" + "CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o" + "CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o.d" + "CMakeFiles/PopWork.dir/readwrite/modval.cpp.o" + "CMakeFiles/PopWork.dir/readwrite/modval.cpp.o.d" + "CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o" + "CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o.d" + "CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o" + "CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o.d" + "CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o" + "CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o.d" + "CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o" + "CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o.d" + "CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o" + "CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o.d" + "CMakeFiles/PopWork.dir/widget/checkbox.cpp.o" + "CMakeFiles/PopWork.dir/widget/checkbox.cpp.o.d" + "CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o" + "CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o.d" + "CMakeFiles/PopWork.dir/widget/dialog.cpp.o" + "CMakeFiles/PopWork.dir/widget/dialog.cpp.o.d" + "CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o" + "CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o.d" + "CMakeFiles/PopWork.dir/widget/editwidget.cpp.o" + "CMakeFiles/PopWork.dir/widget/editwidget.cpp.o.d" + "CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o" + "CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o.d" + "CMakeFiles/PopWork.dir/widget/insets.cpp.o" + "CMakeFiles/PopWork.dir/widget/insets.cpp.o.d" + "CMakeFiles/PopWork.dir/widget/listwidget.cpp.o" + "CMakeFiles/PopWork.dir/widget/listwidget.cpp.o.d" + "CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o" + "CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o.d" + "CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o" + "CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o.d" + "CMakeFiles/PopWork.dir/widget/slider.cpp.o" + "CMakeFiles/PopWork.dir/widget/slider.cpp.o.d" + "CMakeFiles/PopWork.dir/widget/textwidget.cpp.o" + "CMakeFiles/PopWork.dir/widget/textwidget.cpp.o.d" + "CMakeFiles/PopWork.dir/widget/widget.cpp.o" + "CMakeFiles/PopWork.dir/widget/widget.cpp.o.d" + "CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o" + "CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o.d" + "CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o" + "CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o.d" + "libPopWork.a" + "libPopWork.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/PopWork.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/cmake_clean_target.cmake b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/cmake_clean_target.cmake new file mode 100644 index 00000000..c3b11451 --- /dev/null +++ b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libPopWork.a" +) diff --git a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/compiler_depend.make b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/compiler_depend.make new file mode 100644 index 00000000..a2bfc78a --- /dev/null +++ b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for PopWork. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts new file mode 100644 index 00000000..9b5d37d8 --- /dev/null +++ b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for PopWork. diff --git a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/depend.make b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/depend.make new file mode 100644 index 00000000..cf150fa6 --- /dev/null +++ b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for PopWork. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/flags.make b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/flags.make new file mode 100644 index 00000000..ffa965f0 --- /dev/null +++ b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -DAL_LIBTYPE_STATIC -DCURL_STATICLIB -DSTBI_MSC_SECURE_CRT -DSTB_IMAGE_IMPLEMENTATION -DSTB_IMAGE_WRITE_IMPLEMENTATION -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/openal -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/PopWork -I/home/guest/Downloads/PopLib/external/misc -I/home/guest/Downloads/PopLib/external/stb_image -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/miniaudio -I/home/guest/Downloads/PopLib/build/external/ogg/include -I/home/guest/Downloads/PopLib/external/curl/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIC + diff --git a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/link.txt b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/link.txt new file mode 100644 index 00000000..bca2b078 --- /dev/null +++ b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libPopWork.a CMakeFiles/PopWork.dir/appbase.cpp.o CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o CMakeFiles/PopWork.dir/common.cpp.o CMakeFiles/PopWork.dir/debug/debug.cpp.o CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o CMakeFiles/PopWork.dir/debug/perftimer.cpp.o CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o CMakeFiles/PopWork.dir/graphics/color.cpp.o CMakeFiles/PopWork.dir/graphics/font.cpp.o CMakeFiles/PopWork.dir/graphics/graphics.cpp.o CMakeFiles/PopWork.dir/graphics/image.cpp.o CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o CMakeFiles/PopWork.dir/graphics/quantize.cpp.o CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o CMakeFiles/PopWork.dir/math/matrix.cpp.o CMakeFiles/PopWork.dir/math/ratio.cpp.o CMakeFiles/PopWork.dir/misc/buffer.cpp.o CMakeFiles/PopWork.dir/misc/flags.cpp.o CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o CMakeFiles/PopWork.dir/misc/keycodes.cpp.o CMakeFiles/PopWork.dir/misc/profile.cpp.o CMakeFiles/PopWork.dir/misc/workerthread.cpp.o CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o CMakeFiles/PopWork.dir/readwrite/modval.cpp.o CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o CMakeFiles/PopWork.dir/widget/checkbox.cpp.o CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o CMakeFiles/PopWork.dir/widget/dialog.cpp.o CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o CMakeFiles/PopWork.dir/widget/editwidget.cpp.o CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o CMakeFiles/PopWork.dir/widget/insets.cpp.o CMakeFiles/PopWork.dir/widget/listwidget.cpp.o CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o CMakeFiles/PopWork.dir/widget/slider.cpp.o CMakeFiles/PopWork.dir/widget/textwidget.cpp.o CMakeFiles/PopWork.dir/widget/widget.cpp.o CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o +/usr/bin/ranlib libPopWork.a diff --git a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/progress.make b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/progress.make new file mode 100644 index 00000000..dec79a4b --- /dev/null +++ b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/progress.make @@ -0,0 +1,66 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 5 +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_10 = +CMAKE_PROGRESS_11 = +CMAKE_PROGRESS_12 = +CMAKE_PROGRESS_13 = +CMAKE_PROGRESS_14 = +CMAKE_PROGRESS_15 = +CMAKE_PROGRESS_16 = +CMAKE_PROGRESS_17 = +CMAKE_PROGRESS_18 = +CMAKE_PROGRESS_19 = +CMAKE_PROGRESS_20 = +CMAKE_PROGRESS_21 = +CMAKE_PROGRESS_22 = +CMAKE_PROGRESS_23 = +CMAKE_PROGRESS_24 = +CMAKE_PROGRESS_25 = +CMAKE_PROGRESS_26 = +CMAKE_PROGRESS_27 = +CMAKE_PROGRESS_28 = +CMAKE_PROGRESS_29 = +CMAKE_PROGRESS_30 = +CMAKE_PROGRESS_31 = 6 +CMAKE_PROGRESS_32 = +CMAKE_PROGRESS_33 = +CMAKE_PROGRESS_34 = +CMAKE_PROGRESS_35 = +CMAKE_PROGRESS_36 = +CMAKE_PROGRESS_37 = +CMAKE_PROGRESS_38 = +CMAKE_PROGRESS_39 = +CMAKE_PROGRESS_40 = +CMAKE_PROGRESS_41 = +CMAKE_PROGRESS_42 = +CMAKE_PROGRESS_43 = +CMAKE_PROGRESS_44 = +CMAKE_PROGRESS_45 = +CMAKE_PROGRESS_46 = +CMAKE_PROGRESS_47 = +CMAKE_PROGRESS_48 = +CMAKE_PROGRESS_49 = +CMAKE_PROGRESS_50 = +CMAKE_PROGRESS_51 = +CMAKE_PROGRESS_52 = +CMAKE_PROGRESS_53 = +CMAKE_PROGRESS_54 = +CMAKE_PROGRESS_55 = +CMAKE_PROGRESS_56 = +CMAKE_PROGRESS_57 = +CMAKE_PROGRESS_58 = +CMAKE_PROGRESS_59 = 7 +CMAKE_PROGRESS_60 = +CMAKE_PROGRESS_61 = +CMAKE_PROGRESS_62 = +CMAKE_PROGRESS_63 = +CMAKE_PROGRESS_64 = +CMAKE_PROGRESS_65 = + diff --git a/build_emscripten/PopWork/CMakeFiles/progress.marks b/build_emscripten/PopWork/CMakeFiles/progress.marks new file mode 100644 index 00000000..f64f5d8d --- /dev/null +++ b/build_emscripten/PopWork/CMakeFiles/progress.marks @@ -0,0 +1 @@ +27 diff --git a/build_emscripten/PopWork/Makefile b/build_emscripten/PopWork/Makefile new file mode 100644 index 00000000..f9a1719a --- /dev/null +++ b/build_emscripten/PopWork/Makefile @@ -0,0 +1,1956 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/PopWork//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PopWork/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PopWork/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PopWork/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PopWork/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +PopWork/CMakeFiles/PopWork.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PopWork/CMakeFiles/PopWork.dir/rule +.PHONY : PopWork/CMakeFiles/PopWork.dir/rule + +# Convenience name for target. +PopWork: PopWork/CMakeFiles/PopWork.dir/rule +.PHONY : PopWork + +# fast build rule for target. +PopWork/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/build +.PHONY : PopWork/fast + +appbase.o: appbase.cpp.o +.PHONY : appbase.o + +# target to build an object file +appbase.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/appbase.cpp.o +.PHONY : appbase.cpp.o + +appbase.i: appbase.cpp.i +.PHONY : appbase.i + +# target to preprocess a source file +appbase.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/appbase.cpp.i +.PHONY : appbase.cpp.i + +appbase.s: appbase.cpp.s +.PHONY : appbase.s + +# target to generate assembly for a file +appbase.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/appbase.cpp.s +.PHONY : appbase.cpp.s + +audio/bassmusicinterface.o: audio/bassmusicinterface.cpp.o +.PHONY : audio/bassmusicinterface.o + +# target to build an object file +audio/bassmusicinterface.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o +.PHONY : audio/bassmusicinterface.cpp.o + +audio/bassmusicinterface.i: audio/bassmusicinterface.cpp.i +.PHONY : audio/bassmusicinterface.i + +# target to preprocess a source file +audio/bassmusicinterface.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.i +.PHONY : audio/bassmusicinterface.cpp.i + +audio/bassmusicinterface.s: audio/bassmusicinterface.cpp.s +.PHONY : audio/bassmusicinterface.s + +# target to generate assembly for a file +audio/bassmusicinterface.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.s +.PHONY : audio/bassmusicinterface.cpp.s + +audio/musicinterface.o: audio/musicinterface.cpp.o +.PHONY : audio/musicinterface.o + +# target to build an object file +audio/musicinterface.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o +.PHONY : audio/musicinterface.cpp.o + +audio/musicinterface.i: audio/musicinterface.cpp.i +.PHONY : audio/musicinterface.i + +# target to preprocess a source file +audio/musicinterface.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.i +.PHONY : audio/musicinterface.cpp.i + +audio/musicinterface.s: audio/musicinterface.cpp.s +.PHONY : audio/musicinterface.s + +# target to generate assembly for a file +audio/musicinterface.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.s +.PHONY : audio/musicinterface.cpp.s + +audio/openalsoundinstance.o: audio/openalsoundinstance.cpp.o +.PHONY : audio/openalsoundinstance.o + +# target to build an object file +audio/openalsoundinstance.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o +.PHONY : audio/openalsoundinstance.cpp.o + +audio/openalsoundinstance.i: audio/openalsoundinstance.cpp.i +.PHONY : audio/openalsoundinstance.i + +# target to preprocess a source file +audio/openalsoundinstance.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.i +.PHONY : audio/openalsoundinstance.cpp.i + +audio/openalsoundinstance.s: audio/openalsoundinstance.cpp.s +.PHONY : audio/openalsoundinstance.s + +# target to generate assembly for a file +audio/openalsoundinstance.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.s +.PHONY : audio/openalsoundinstance.cpp.s + +audio/openalsoundmanager.o: audio/openalsoundmanager.cpp.o +.PHONY : audio/openalsoundmanager.o + +# target to build an object file +audio/openalsoundmanager.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o +.PHONY : audio/openalsoundmanager.cpp.o + +audio/openalsoundmanager.i: audio/openalsoundmanager.cpp.i +.PHONY : audio/openalsoundmanager.i + +# target to preprocess a source file +audio/openalsoundmanager.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.i +.PHONY : audio/openalsoundmanager.cpp.i + +audio/openalsoundmanager.s: audio/openalsoundmanager.cpp.s +.PHONY : audio/openalsoundmanager.s + +# target to generate assembly for a file +audio/openalsoundmanager.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.s +.PHONY : audio/openalsoundmanager.cpp.s + +common.o: common.cpp.o +.PHONY : common.o + +# target to build an object file +common.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/common.cpp.o +.PHONY : common.cpp.o + +common.i: common.cpp.i +.PHONY : common.i + +# target to preprocess a source file +common.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/common.cpp.i +.PHONY : common.cpp.i + +common.s: common.cpp.s +.PHONY : common.s + +# target to generate assembly for a file +common.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/common.cpp.s +.PHONY : common.cpp.s + +debug/debug.o: debug/debug.cpp.o +.PHONY : debug/debug.o + +# target to build an object file +debug/debug.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.o +.PHONY : debug/debug.cpp.o + +debug/debug.i: debug/debug.cpp.i +.PHONY : debug/debug.i + +# target to preprocess a source file +debug/debug.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.i +.PHONY : debug/debug.cpp.i + +debug/debug.s: debug/debug.cpp.s +.PHONY : debug/debug.s + +# target to generate assembly for a file +debug/debug.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.s +.PHONY : debug/debug.cpp.s + +debug/errorhandler.o: debug/errorhandler.cpp.o +.PHONY : debug/errorhandler.o + +# target to build an object file +debug/errorhandler.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o +.PHONY : debug/errorhandler.cpp.o + +debug/errorhandler.i: debug/errorhandler.cpp.i +.PHONY : debug/errorhandler.i + +# target to preprocess a source file +debug/errorhandler.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.i +.PHONY : debug/errorhandler.cpp.i + +debug/errorhandler.s: debug/errorhandler.cpp.s +.PHONY : debug/errorhandler.s + +# target to generate assembly for a file +debug/errorhandler.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.s +.PHONY : debug/errorhandler.cpp.s + +debug/perftimer.o: debug/perftimer.cpp.o +.PHONY : debug/perftimer.o + +# target to build an object file +debug/perftimer.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.o +.PHONY : debug/perftimer.cpp.o + +debug/perftimer.i: debug/perftimer.cpp.i +.PHONY : debug/perftimer.i + +# target to preprocess a source file +debug/perftimer.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.i +.PHONY : debug/perftimer.cpp.i + +debug/perftimer.s: debug/perftimer.cpp.s +.PHONY : debug/perftimer.s + +# target to generate assembly for a file +debug/perftimer.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.s +.PHONY : debug/perftimer.cpp.s + +graphics/SWTri/SWTri.o: graphics/SWTri/SWTri.cpp.o +.PHONY : graphics/SWTri/SWTri.o + +# target to build an object file +graphics/SWTri/SWTri.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o +.PHONY : graphics/SWTri/SWTri.cpp.o + +graphics/SWTri/SWTri.i: graphics/SWTri/SWTri.cpp.i +.PHONY : graphics/SWTri/SWTri.i + +# target to preprocess a source file +graphics/SWTri/SWTri.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.i +.PHONY : graphics/SWTri/SWTri.cpp.i + +graphics/SWTri/SWTri.s: graphics/SWTri/SWTri.cpp.s +.PHONY : graphics/SWTri/SWTri.s + +# target to generate assembly for a file +graphics/SWTri/SWTri.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.s +.PHONY : graphics/SWTri/SWTri.cpp.s + +graphics/color.o: graphics/color.cpp.o +.PHONY : graphics/color.o + +# target to build an object file +graphics/color.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.o +.PHONY : graphics/color.cpp.o + +graphics/color.i: graphics/color.cpp.i +.PHONY : graphics/color.i + +# target to preprocess a source file +graphics/color.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.i +.PHONY : graphics/color.cpp.i + +graphics/color.s: graphics/color.cpp.s +.PHONY : graphics/color.s + +# target to generate assembly for a file +graphics/color.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.s +.PHONY : graphics/color.cpp.s + +graphics/font.o: graphics/font.cpp.o +.PHONY : graphics/font.o + +# target to build an object file +graphics/font.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.o +.PHONY : graphics/font.cpp.o + +graphics/font.i: graphics/font.cpp.i +.PHONY : graphics/font.i + +# target to preprocess a source file +graphics/font.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.i +.PHONY : graphics/font.cpp.i + +graphics/font.s: graphics/font.cpp.s +.PHONY : graphics/font.s + +# target to generate assembly for a file +graphics/font.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.s +.PHONY : graphics/font.cpp.s + +graphics/graphics.o: graphics/graphics.cpp.o +.PHONY : graphics/graphics.o + +# target to build an object file +graphics/graphics.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.o +.PHONY : graphics/graphics.cpp.o + +graphics/graphics.i: graphics/graphics.cpp.i +.PHONY : graphics/graphics.i + +# target to preprocess a source file +graphics/graphics.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.i +.PHONY : graphics/graphics.cpp.i + +graphics/graphics.s: graphics/graphics.cpp.s +.PHONY : graphics/graphics.s + +# target to generate assembly for a file +graphics/graphics.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.s +.PHONY : graphics/graphics.cpp.s + +graphics/image.o: graphics/image.cpp.o +.PHONY : graphics/image.o + +# target to build an object file +graphics/image.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.o +.PHONY : graphics/image.cpp.o + +graphics/image.i: graphics/image.cpp.i +.PHONY : graphics/image.i + +# target to preprocess a source file +graphics/image.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.i +.PHONY : graphics/image.cpp.i + +graphics/image.s: graphics/image.cpp.s +.PHONY : graphics/image.s + +# target to generate assembly for a file +graphics/image.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.s +.PHONY : graphics/image.cpp.s + +graphics/imagefont.o: graphics/imagefont.cpp.o +.PHONY : graphics/imagefont.o + +# target to build an object file +graphics/imagefont.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o +.PHONY : graphics/imagefont.cpp.o + +graphics/imagefont.i: graphics/imagefont.cpp.i +.PHONY : graphics/imagefont.i + +# target to preprocess a source file +graphics/imagefont.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.i +.PHONY : graphics/imagefont.cpp.i + +graphics/imagefont.s: graphics/imagefont.cpp.s +.PHONY : graphics/imagefont.s + +# target to generate assembly for a file +graphics/imagefont.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.s +.PHONY : graphics/imagefont.cpp.s + +graphics/memoryimage.o: graphics/memoryimage.cpp.o +.PHONY : graphics/memoryimage.o + +# target to build an object file +graphics/memoryimage.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o +.PHONY : graphics/memoryimage.cpp.o + +graphics/memoryimage.i: graphics/memoryimage.cpp.i +.PHONY : graphics/memoryimage.i + +# target to preprocess a source file +graphics/memoryimage.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.i +.PHONY : graphics/memoryimage.cpp.i + +graphics/memoryimage.s: graphics/memoryimage.cpp.s +.PHONY : graphics/memoryimage.s + +# target to generate assembly for a file +graphics/memoryimage.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.s +.PHONY : graphics/memoryimage.cpp.s + +graphics/nativedisplay.o: graphics/nativedisplay.cpp.o +.PHONY : graphics/nativedisplay.o + +# target to build an object file +graphics/nativedisplay.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o +.PHONY : graphics/nativedisplay.cpp.o + +graphics/nativedisplay.i: graphics/nativedisplay.cpp.i +.PHONY : graphics/nativedisplay.i + +# target to preprocess a source file +graphics/nativedisplay.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.i +.PHONY : graphics/nativedisplay.cpp.i + +graphics/nativedisplay.s: graphics/nativedisplay.cpp.s +.PHONY : graphics/nativedisplay.s + +# target to generate assembly for a file +graphics/nativedisplay.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.s +.PHONY : graphics/nativedisplay.cpp.s + +graphics/quantize.o: graphics/quantize.cpp.o +.PHONY : graphics/quantize.o + +# target to build an object file +graphics/quantize.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.o +.PHONY : graphics/quantize.cpp.o + +graphics/quantize.i: graphics/quantize.cpp.i +.PHONY : graphics/quantize.i + +# target to preprocess a source file +graphics/quantize.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.i +.PHONY : graphics/quantize.cpp.i + +graphics/quantize.s: graphics/quantize.cpp.s +.PHONY : graphics/quantize.s + +# target to generate assembly for a file +graphics/quantize.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.s +.PHONY : graphics/quantize.cpp.s + +graphics/sdlimage.o: graphics/sdlimage.cpp.o +.PHONY : graphics/sdlimage.o + +# target to build an object file +graphics/sdlimage.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o +.PHONY : graphics/sdlimage.cpp.o + +graphics/sdlimage.i: graphics/sdlimage.cpp.i +.PHONY : graphics/sdlimage.i + +# target to preprocess a source file +graphics/sdlimage.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.i +.PHONY : graphics/sdlimage.cpp.i + +graphics/sdlimage.s: graphics/sdlimage.cpp.s +.PHONY : graphics/sdlimage.s + +# target to generate assembly for a file +graphics/sdlimage.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.s +.PHONY : graphics/sdlimage.cpp.s + +graphics/sdlinterface.o: graphics/sdlinterface.cpp.o +.PHONY : graphics/sdlinterface.o + +# target to build an object file +graphics/sdlinterface.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o +.PHONY : graphics/sdlinterface.cpp.o + +graphics/sdlinterface.i: graphics/sdlinterface.cpp.i +.PHONY : graphics/sdlinterface.i + +# target to preprocess a source file +graphics/sdlinterface.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.i +.PHONY : graphics/sdlinterface.cpp.i + +graphics/sdlinterface.s: graphics/sdlinterface.cpp.s +.PHONY : graphics/sdlinterface.s + +# target to generate assembly for a file +graphics/sdlinterface.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.s +.PHONY : graphics/sdlinterface.cpp.s + +graphics/sharedimage.o: graphics/sharedimage.cpp.o +.PHONY : graphics/sharedimage.o + +# target to build an object file +graphics/sharedimage.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o +.PHONY : graphics/sharedimage.cpp.o + +graphics/sharedimage.i: graphics/sharedimage.cpp.i +.PHONY : graphics/sharedimage.i + +# target to preprocess a source file +graphics/sharedimage.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.i +.PHONY : graphics/sharedimage.cpp.i + +graphics/sharedimage.s: graphics/sharedimage.cpp.s +.PHONY : graphics/sharedimage.s + +# target to generate assembly for a file +graphics/sharedimage.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.s +.PHONY : graphics/sharedimage.cpp.s + +graphics/sysfont.o: graphics/sysfont.cpp.o +.PHONY : graphics/sysfont.o + +# target to build an object file +graphics/sysfont.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o +.PHONY : graphics/sysfont.cpp.o + +graphics/sysfont.i: graphics/sysfont.cpp.i +.PHONY : graphics/sysfont.i + +# target to preprocess a source file +graphics/sysfont.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.i +.PHONY : graphics/sysfont.cpp.i + +graphics/sysfont.s: graphics/sysfont.cpp.s +.PHONY : graphics/sysfont.s + +# target to generate assembly for a file +graphics/sysfont.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.s +.PHONY : graphics/sysfont.cpp.s + +imagelib/imagelib.o: imagelib/imagelib.cpp.o +.PHONY : imagelib/imagelib.o + +# target to build an object file +imagelib/imagelib.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o +.PHONY : imagelib/imagelib.cpp.o + +imagelib/imagelib.i: imagelib/imagelib.cpp.i +.PHONY : imagelib/imagelib.i + +# target to preprocess a source file +imagelib/imagelib.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.i +.PHONY : imagelib/imagelib.cpp.i + +imagelib/imagelib.s: imagelib/imagelib.cpp.s +.PHONY : imagelib/imagelib.s + +# target to generate assembly for a file +imagelib/imagelib.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.s +.PHONY : imagelib/imagelib.cpp.s + +imgui/core/imgui.o: imgui/core/imgui.cpp.o +.PHONY : imgui/core/imgui.o + +# target to build an object file +imgui/core/imgui.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o +.PHONY : imgui/core/imgui.cpp.o + +imgui/core/imgui.i: imgui/core/imgui.cpp.i +.PHONY : imgui/core/imgui.i + +# target to preprocess a source file +imgui/core/imgui.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.i +.PHONY : imgui/core/imgui.cpp.i + +imgui/core/imgui.s: imgui/core/imgui.cpp.s +.PHONY : imgui/core/imgui.s + +# target to generate assembly for a file +imgui/core/imgui.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.s +.PHONY : imgui/core/imgui.cpp.s + +imgui/core/imgui_demo.o: imgui/core/imgui_demo.cpp.o +.PHONY : imgui/core/imgui_demo.o + +# target to build an object file +imgui/core/imgui_demo.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o +.PHONY : imgui/core/imgui_demo.cpp.o + +imgui/core/imgui_demo.i: imgui/core/imgui_demo.cpp.i +.PHONY : imgui/core/imgui_demo.i + +# target to preprocess a source file +imgui/core/imgui_demo.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.i +.PHONY : imgui/core/imgui_demo.cpp.i + +imgui/core/imgui_demo.s: imgui/core/imgui_demo.cpp.s +.PHONY : imgui/core/imgui_demo.s + +# target to generate assembly for a file +imgui/core/imgui_demo.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.s +.PHONY : imgui/core/imgui_demo.cpp.s + +imgui/core/imgui_draw.o: imgui/core/imgui_draw.cpp.o +.PHONY : imgui/core/imgui_draw.o + +# target to build an object file +imgui/core/imgui_draw.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o +.PHONY : imgui/core/imgui_draw.cpp.o + +imgui/core/imgui_draw.i: imgui/core/imgui_draw.cpp.i +.PHONY : imgui/core/imgui_draw.i + +# target to preprocess a source file +imgui/core/imgui_draw.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.i +.PHONY : imgui/core/imgui_draw.cpp.i + +imgui/core/imgui_draw.s: imgui/core/imgui_draw.cpp.s +.PHONY : imgui/core/imgui_draw.s + +# target to generate assembly for a file +imgui/core/imgui_draw.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.s +.PHONY : imgui/core/imgui_draw.cpp.s + +imgui/core/imgui_impl_sdl3.o: imgui/core/imgui_impl_sdl3.cpp.o +.PHONY : imgui/core/imgui_impl_sdl3.o + +# target to build an object file +imgui/core/imgui_impl_sdl3.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o +.PHONY : imgui/core/imgui_impl_sdl3.cpp.o + +imgui/core/imgui_impl_sdl3.i: imgui/core/imgui_impl_sdl3.cpp.i +.PHONY : imgui/core/imgui_impl_sdl3.i + +# target to preprocess a source file +imgui/core/imgui_impl_sdl3.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.i +.PHONY : imgui/core/imgui_impl_sdl3.cpp.i + +imgui/core/imgui_impl_sdl3.s: imgui/core/imgui_impl_sdl3.cpp.s +.PHONY : imgui/core/imgui_impl_sdl3.s + +# target to generate assembly for a file +imgui/core/imgui_impl_sdl3.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.s +.PHONY : imgui/core/imgui_impl_sdl3.cpp.s + +imgui/core/imgui_impl_sdlrenderer3.o: imgui/core/imgui_impl_sdlrenderer3.cpp.o +.PHONY : imgui/core/imgui_impl_sdlrenderer3.o + +# target to build an object file +imgui/core/imgui_impl_sdlrenderer3.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o +.PHONY : imgui/core/imgui_impl_sdlrenderer3.cpp.o + +imgui/core/imgui_impl_sdlrenderer3.i: imgui/core/imgui_impl_sdlrenderer3.cpp.i +.PHONY : imgui/core/imgui_impl_sdlrenderer3.i + +# target to preprocess a source file +imgui/core/imgui_impl_sdlrenderer3.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.i +.PHONY : imgui/core/imgui_impl_sdlrenderer3.cpp.i + +imgui/core/imgui_impl_sdlrenderer3.s: imgui/core/imgui_impl_sdlrenderer3.cpp.s +.PHONY : imgui/core/imgui_impl_sdlrenderer3.s + +# target to generate assembly for a file +imgui/core/imgui_impl_sdlrenderer3.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.s +.PHONY : imgui/core/imgui_impl_sdlrenderer3.cpp.s + +imgui/core/imgui_tables.o: imgui/core/imgui_tables.cpp.o +.PHONY : imgui/core/imgui_tables.o + +# target to build an object file +imgui/core/imgui_tables.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o +.PHONY : imgui/core/imgui_tables.cpp.o + +imgui/core/imgui_tables.i: imgui/core/imgui_tables.cpp.i +.PHONY : imgui/core/imgui_tables.i + +# target to preprocess a source file +imgui/core/imgui_tables.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.i +.PHONY : imgui/core/imgui_tables.cpp.i + +imgui/core/imgui_tables.s: imgui/core/imgui_tables.cpp.s +.PHONY : imgui/core/imgui_tables.s + +# target to generate assembly for a file +imgui/core/imgui_tables.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.s +.PHONY : imgui/core/imgui_tables.cpp.s + +imgui/core/imgui_widgets.o: imgui/core/imgui_widgets.cpp.o +.PHONY : imgui/core/imgui_widgets.o + +# target to build an object file +imgui/core/imgui_widgets.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o +.PHONY : imgui/core/imgui_widgets.cpp.o + +imgui/core/imgui_widgets.i: imgui/core/imgui_widgets.cpp.i +.PHONY : imgui/core/imgui_widgets.i + +# target to preprocess a source file +imgui/core/imgui_widgets.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.i +.PHONY : imgui/core/imgui_widgets.cpp.i + +imgui/core/imgui_widgets.s: imgui/core/imgui_widgets.cpp.s +.PHONY : imgui/core/imgui_widgets.s + +# target to generate assembly for a file +imgui/core/imgui_widgets.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.s +.PHONY : imgui/core/imgui_widgets.cpp.s + +imgui/debugwindow.o: imgui/debugwindow.cpp.o +.PHONY : imgui/debugwindow.o + +# target to build an object file +imgui/debugwindow.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o +.PHONY : imgui/debugwindow.cpp.o + +imgui/debugwindow.i: imgui/debugwindow.cpp.i +.PHONY : imgui/debugwindow.i + +# target to preprocess a source file +imgui/debugwindow.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.i +.PHONY : imgui/debugwindow.cpp.i + +imgui/debugwindow.s: imgui/debugwindow.cpp.s +.PHONY : imgui/debugwindow.s + +# target to generate assembly for a file +imgui/debugwindow.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.s +.PHONY : imgui/debugwindow.cpp.s + +imgui/imguimanager.o: imgui/imguimanager.cpp.o +.PHONY : imgui/imguimanager.o + +# target to build an object file +imgui/imguimanager.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o +.PHONY : imgui/imguimanager.cpp.o + +imgui/imguimanager.i: imgui/imguimanager.cpp.i +.PHONY : imgui/imguimanager.i + +# target to preprocess a source file +imgui/imguimanager.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.i +.PHONY : imgui/imguimanager.cpp.i + +imgui/imguimanager.s: imgui/imguimanager.cpp.s +.PHONY : imgui/imguimanager.s + +# target to generate assembly for a file +imgui/imguimanager.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.s +.PHONY : imgui/imguimanager.cpp.s + +math/matrix.o: math/matrix.cpp.o +.PHONY : math/matrix.o + +# target to build an object file +math/matrix.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.o +.PHONY : math/matrix.cpp.o + +math/matrix.i: math/matrix.cpp.i +.PHONY : math/matrix.i + +# target to preprocess a source file +math/matrix.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.i +.PHONY : math/matrix.cpp.i + +math/matrix.s: math/matrix.cpp.s +.PHONY : math/matrix.s + +# target to generate assembly for a file +math/matrix.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.s +.PHONY : math/matrix.cpp.s + +math/ratio.o: math/ratio.cpp.o +.PHONY : math/ratio.o + +# target to build an object file +math/ratio.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.o +.PHONY : math/ratio.cpp.o + +math/ratio.i: math/ratio.cpp.i +.PHONY : math/ratio.i + +# target to preprocess a source file +math/ratio.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.i +.PHONY : math/ratio.cpp.i + +math/ratio.s: math/ratio.cpp.s +.PHONY : math/ratio.s + +# target to generate assembly for a file +math/ratio.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.s +.PHONY : math/ratio.cpp.s + +misc/buffer.o: misc/buffer.cpp.o +.PHONY : misc/buffer.o + +# target to build an object file +misc/buffer.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.o +.PHONY : misc/buffer.cpp.o + +misc/buffer.i: misc/buffer.cpp.i +.PHONY : misc/buffer.i + +# target to preprocess a source file +misc/buffer.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.i +.PHONY : misc/buffer.cpp.i + +misc/buffer.s: misc/buffer.cpp.s +.PHONY : misc/buffer.s + +# target to generate assembly for a file +misc/buffer.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.s +.PHONY : misc/buffer.cpp.s + +misc/flags.o: misc/flags.cpp.o +.PHONY : misc/flags.o + +# target to build an object file +misc/flags.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.o +.PHONY : misc/flags.cpp.o + +misc/flags.i: misc/flags.cpp.i +.PHONY : misc/flags.i + +# target to preprocess a source file +misc/flags.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.i +.PHONY : misc/flags.cpp.i + +misc/flags.s: misc/flags.cpp.s +.PHONY : misc/flags.s + +# target to generate assembly for a file +misc/flags.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.s +.PHONY : misc/flags.cpp.s + +misc/httptransfer.o: misc/httptransfer.cpp.o +.PHONY : misc/httptransfer.o + +# target to build an object file +misc/httptransfer.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o +.PHONY : misc/httptransfer.cpp.o + +misc/httptransfer.i: misc/httptransfer.cpp.i +.PHONY : misc/httptransfer.i + +# target to preprocess a source file +misc/httptransfer.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.i +.PHONY : misc/httptransfer.cpp.i + +misc/httptransfer.s: misc/httptransfer.cpp.s +.PHONY : misc/httptransfer.s + +# target to generate assembly for a file +misc/httptransfer.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.s +.PHONY : misc/httptransfer.cpp.s + +misc/keycodes.o: misc/keycodes.cpp.o +.PHONY : misc/keycodes.o + +# target to build an object file +misc/keycodes.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.o +.PHONY : misc/keycodes.cpp.o + +misc/keycodes.i: misc/keycodes.cpp.i +.PHONY : misc/keycodes.i + +# target to preprocess a source file +misc/keycodes.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.i +.PHONY : misc/keycodes.cpp.i + +misc/keycodes.s: misc/keycodes.cpp.s +.PHONY : misc/keycodes.s + +# target to generate assembly for a file +misc/keycodes.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.s +.PHONY : misc/keycodes.cpp.s + +misc/profile.o: misc/profile.cpp.o +.PHONY : misc/profile.o + +# target to build an object file +misc/profile.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.o +.PHONY : misc/profile.cpp.o + +misc/profile.i: misc/profile.cpp.i +.PHONY : misc/profile.i + +# target to preprocess a source file +misc/profile.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.i +.PHONY : misc/profile.cpp.i + +misc/profile.s: misc/profile.cpp.s +.PHONY : misc/profile.s + +# target to generate assembly for a file +misc/profile.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.s +.PHONY : misc/profile.cpp.s + +misc/workerthread.o: misc/workerthread.cpp.o +.PHONY : misc/workerthread.o + +# target to build an object file +misc/workerthread.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.o +.PHONY : misc/workerthread.cpp.o + +misc/workerthread.i: misc/workerthread.cpp.i +.PHONY : misc/workerthread.i + +# target to preprocess a source file +misc/workerthread.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.i +.PHONY : misc/workerthread.cpp.i + +misc/workerthread.s: misc/workerthread.cpp.s +.PHONY : misc/workerthread.s + +# target to generate assembly for a file +misc/workerthread.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.s +.PHONY : misc/workerthread.cpp.s + +paklib/pakinterface.o: paklib/pakinterface.cpp.o +.PHONY : paklib/pakinterface.o + +# target to build an object file +paklib/pakinterface.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o +.PHONY : paklib/pakinterface.cpp.o + +paklib/pakinterface.i: paklib/pakinterface.cpp.i +.PHONY : paklib/pakinterface.i + +# target to preprocess a source file +paklib/pakinterface.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.i +.PHONY : paklib/pakinterface.cpp.i + +paklib/pakinterface.s: paklib/pakinterface.cpp.s +.PHONY : paklib/pakinterface.s + +# target to generate assembly for a file +paklib/pakinterface.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.s +.PHONY : paklib/pakinterface.cpp.s + +readwrite/descparser.o: readwrite/descparser.cpp.o +.PHONY : readwrite/descparser.o + +# target to build an object file +readwrite/descparser.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o +.PHONY : readwrite/descparser.cpp.o + +readwrite/descparser.i: readwrite/descparser.cpp.i +.PHONY : readwrite/descparser.i + +# target to preprocess a source file +readwrite/descparser.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.i +.PHONY : readwrite/descparser.cpp.i + +readwrite/descparser.s: readwrite/descparser.cpp.s +.PHONY : readwrite/descparser.s + +# target to generate assembly for a file +readwrite/descparser.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.s +.PHONY : readwrite/descparser.cpp.s + +readwrite/jsonparser.o: readwrite/jsonparser.cpp.o +.PHONY : readwrite/jsonparser.o + +# target to build an object file +readwrite/jsonparser.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o +.PHONY : readwrite/jsonparser.cpp.o + +readwrite/jsonparser.i: readwrite/jsonparser.cpp.i +.PHONY : readwrite/jsonparser.i + +# target to preprocess a source file +readwrite/jsonparser.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.i +.PHONY : readwrite/jsonparser.cpp.i + +readwrite/jsonparser.s: readwrite/jsonparser.cpp.s +.PHONY : readwrite/jsonparser.s + +# target to generate assembly for a file +readwrite/jsonparser.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.s +.PHONY : readwrite/jsonparser.cpp.s + +readwrite/modval.o: readwrite/modval.cpp.o +.PHONY : readwrite/modval.o + +# target to build an object file +readwrite/modval.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.o +.PHONY : readwrite/modval.cpp.o + +readwrite/modval.i: readwrite/modval.cpp.i +.PHONY : readwrite/modval.i + +# target to preprocess a source file +readwrite/modval.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.i +.PHONY : readwrite/modval.cpp.i + +readwrite/modval.s: readwrite/modval.cpp.s +.PHONY : readwrite/modval.s + +# target to generate assembly for a file +readwrite/modval.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.s +.PHONY : readwrite/modval.cpp.s + +readwrite/xmlparser.o: readwrite/xmlparser.cpp.o +.PHONY : readwrite/xmlparser.o + +# target to build an object file +readwrite/xmlparser.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o +.PHONY : readwrite/xmlparser.cpp.o + +readwrite/xmlparser.i: readwrite/xmlparser.cpp.i +.PHONY : readwrite/xmlparser.i + +# target to preprocess a source file +readwrite/xmlparser.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.i +.PHONY : readwrite/xmlparser.cpp.i + +readwrite/xmlparser.s: readwrite/xmlparser.cpp.s +.PHONY : readwrite/xmlparser.s + +# target to generate assembly for a file +readwrite/xmlparser.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.s +.PHONY : readwrite/xmlparser.cpp.s + +readwrite/xmlwriter.o: readwrite/xmlwriter.cpp.o +.PHONY : readwrite/xmlwriter.o + +# target to build an object file +readwrite/xmlwriter.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o +.PHONY : readwrite/xmlwriter.cpp.o + +readwrite/xmlwriter.i: readwrite/xmlwriter.cpp.i +.PHONY : readwrite/xmlwriter.i + +# target to preprocess a source file +readwrite/xmlwriter.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.i +.PHONY : readwrite/xmlwriter.cpp.i + +readwrite/xmlwriter.s: readwrite/xmlwriter.cpp.s +.PHONY : readwrite/xmlwriter.s + +# target to generate assembly for a file +readwrite/xmlwriter.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.s +.PHONY : readwrite/xmlwriter.cpp.s + +resources/propertiesparser.o: resources/propertiesparser.cpp.o +.PHONY : resources/propertiesparser.o + +# target to build an object file +resources/propertiesparser.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o +.PHONY : resources/propertiesparser.cpp.o + +resources/propertiesparser.i: resources/propertiesparser.cpp.i +.PHONY : resources/propertiesparser.i + +# target to preprocess a source file +resources/propertiesparser.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.i +.PHONY : resources/propertiesparser.cpp.i + +resources/propertiesparser.s: resources/propertiesparser.cpp.s +.PHONY : resources/propertiesparser.s + +# target to generate assembly for a file +resources/propertiesparser.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.s +.PHONY : resources/propertiesparser.cpp.s + +resources/resourcemanager.o: resources/resourcemanager.cpp.o +.PHONY : resources/resourcemanager.o + +# target to build an object file +resources/resourcemanager.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o +.PHONY : resources/resourcemanager.cpp.o + +resources/resourcemanager.i: resources/resourcemanager.cpp.i +.PHONY : resources/resourcemanager.i + +# target to preprocess a source file +resources/resourcemanager.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.i +.PHONY : resources/resourcemanager.cpp.i + +resources/resourcemanager.s: resources/resourcemanager.cpp.s +.PHONY : resources/resourcemanager.s + +# target to generate assembly for a file +resources/resourcemanager.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.s +.PHONY : resources/resourcemanager.cpp.s + +widget/buttonwidget.o: widget/buttonwidget.cpp.o +.PHONY : widget/buttonwidget.o + +# target to build an object file +widget/buttonwidget.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o +.PHONY : widget/buttonwidget.cpp.o + +widget/buttonwidget.i: widget/buttonwidget.cpp.i +.PHONY : widget/buttonwidget.i + +# target to preprocess a source file +widget/buttonwidget.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.i +.PHONY : widget/buttonwidget.cpp.i + +widget/buttonwidget.s: widget/buttonwidget.cpp.s +.PHONY : widget/buttonwidget.s + +# target to generate assembly for a file +widget/buttonwidget.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.s +.PHONY : widget/buttonwidget.cpp.s + +widget/checkbox.o: widget/checkbox.cpp.o +.PHONY : widget/checkbox.o + +# target to build an object file +widget/checkbox.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.o +.PHONY : widget/checkbox.cpp.o + +widget/checkbox.i: widget/checkbox.cpp.i +.PHONY : widget/checkbox.i + +# target to preprocess a source file +widget/checkbox.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.i +.PHONY : widget/checkbox.cpp.i + +widget/checkbox.s: widget/checkbox.cpp.s +.PHONY : widget/checkbox.s + +# target to generate assembly for a file +widget/checkbox.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.s +.PHONY : widget/checkbox.cpp.s + +widget/cursorwidget.o: widget/cursorwidget.cpp.o +.PHONY : widget/cursorwidget.o + +# target to build an object file +widget/cursorwidget.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o +.PHONY : widget/cursorwidget.cpp.o + +widget/cursorwidget.i: widget/cursorwidget.cpp.i +.PHONY : widget/cursorwidget.i + +# target to preprocess a source file +widget/cursorwidget.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.i +.PHONY : widget/cursorwidget.cpp.i + +widget/cursorwidget.s: widget/cursorwidget.cpp.s +.PHONY : widget/cursorwidget.s + +# target to generate assembly for a file +widget/cursorwidget.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.s +.PHONY : widget/cursorwidget.cpp.s + +widget/dialog.o: widget/dialog.cpp.o +.PHONY : widget/dialog.o + +# target to build an object file +widget/dialog.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.o +.PHONY : widget/dialog.cpp.o + +widget/dialog.i: widget/dialog.cpp.i +.PHONY : widget/dialog.i + +# target to preprocess a source file +widget/dialog.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.i +.PHONY : widget/dialog.cpp.i + +widget/dialog.s: widget/dialog.cpp.s +.PHONY : widget/dialog.s + +# target to generate assembly for a file +widget/dialog.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.s +.PHONY : widget/dialog.cpp.s + +widget/dialogbutton.o: widget/dialogbutton.cpp.o +.PHONY : widget/dialogbutton.o + +# target to build an object file +widget/dialogbutton.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o +.PHONY : widget/dialogbutton.cpp.o + +widget/dialogbutton.i: widget/dialogbutton.cpp.i +.PHONY : widget/dialogbutton.i + +# target to preprocess a source file +widget/dialogbutton.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.i +.PHONY : widget/dialogbutton.cpp.i + +widget/dialogbutton.s: widget/dialogbutton.cpp.s +.PHONY : widget/dialogbutton.s + +# target to generate assembly for a file +widget/dialogbutton.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.s +.PHONY : widget/dialogbutton.cpp.s + +widget/editwidget.o: widget/editwidget.cpp.o +.PHONY : widget/editwidget.o + +# target to build an object file +widget/editwidget.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.o +.PHONY : widget/editwidget.cpp.o + +widget/editwidget.i: widget/editwidget.cpp.i +.PHONY : widget/editwidget.i + +# target to preprocess a source file +widget/editwidget.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.i +.PHONY : widget/editwidget.cpp.i + +widget/editwidget.s: widget/editwidget.cpp.s +.PHONY : widget/editwidget.s + +# target to generate assembly for a file +widget/editwidget.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.s +.PHONY : widget/editwidget.cpp.s + +widget/hyperlinkwidget.o: widget/hyperlinkwidget.cpp.o +.PHONY : widget/hyperlinkwidget.o + +# target to build an object file +widget/hyperlinkwidget.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o +.PHONY : widget/hyperlinkwidget.cpp.o + +widget/hyperlinkwidget.i: widget/hyperlinkwidget.cpp.i +.PHONY : widget/hyperlinkwidget.i + +# target to preprocess a source file +widget/hyperlinkwidget.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.i +.PHONY : widget/hyperlinkwidget.cpp.i + +widget/hyperlinkwidget.s: widget/hyperlinkwidget.cpp.s +.PHONY : widget/hyperlinkwidget.s + +# target to generate assembly for a file +widget/hyperlinkwidget.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.s +.PHONY : widget/hyperlinkwidget.cpp.s + +widget/insets.o: widget/insets.cpp.o +.PHONY : widget/insets.o + +# target to build an object file +widget/insets.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.o +.PHONY : widget/insets.cpp.o + +widget/insets.i: widget/insets.cpp.i +.PHONY : widget/insets.i + +# target to preprocess a source file +widget/insets.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.i +.PHONY : widget/insets.cpp.i + +widget/insets.s: widget/insets.cpp.s +.PHONY : widget/insets.s + +# target to generate assembly for a file +widget/insets.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.s +.PHONY : widget/insets.cpp.s + +widget/listwidget.o: widget/listwidget.cpp.o +.PHONY : widget/listwidget.o + +# target to build an object file +widget/listwidget.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.o +.PHONY : widget/listwidget.cpp.o + +widget/listwidget.i: widget/listwidget.cpp.i +.PHONY : widget/listwidget.i + +# target to preprocess a source file +widget/listwidget.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.i +.PHONY : widget/listwidget.cpp.i + +widget/listwidget.s: widget/listwidget.cpp.s +.PHONY : widget/listwidget.s + +# target to generate assembly for a file +widget/listwidget.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.s +.PHONY : widget/listwidget.cpp.s + +widget/scrollbarwidget.o: widget/scrollbarwidget.cpp.o +.PHONY : widget/scrollbarwidget.o + +# target to build an object file +widget/scrollbarwidget.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o +.PHONY : widget/scrollbarwidget.cpp.o + +widget/scrollbarwidget.i: widget/scrollbarwidget.cpp.i +.PHONY : widget/scrollbarwidget.i + +# target to preprocess a source file +widget/scrollbarwidget.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.i +.PHONY : widget/scrollbarwidget.cpp.i + +widget/scrollbarwidget.s: widget/scrollbarwidget.cpp.s +.PHONY : widget/scrollbarwidget.s + +# target to generate assembly for a file +widget/scrollbarwidget.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.s +.PHONY : widget/scrollbarwidget.cpp.s + +widget/scrollbuttonwidget.o: widget/scrollbuttonwidget.cpp.o +.PHONY : widget/scrollbuttonwidget.o + +# target to build an object file +widget/scrollbuttonwidget.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o +.PHONY : widget/scrollbuttonwidget.cpp.o + +widget/scrollbuttonwidget.i: widget/scrollbuttonwidget.cpp.i +.PHONY : widget/scrollbuttonwidget.i + +# target to preprocess a source file +widget/scrollbuttonwidget.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.i +.PHONY : widget/scrollbuttonwidget.cpp.i + +widget/scrollbuttonwidget.s: widget/scrollbuttonwidget.cpp.s +.PHONY : widget/scrollbuttonwidget.s + +# target to generate assembly for a file +widget/scrollbuttonwidget.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.s +.PHONY : widget/scrollbuttonwidget.cpp.s + +widget/slider.o: widget/slider.cpp.o +.PHONY : widget/slider.o + +# target to build an object file +widget/slider.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.o +.PHONY : widget/slider.cpp.o + +widget/slider.i: widget/slider.cpp.i +.PHONY : widget/slider.i + +# target to preprocess a source file +widget/slider.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.i +.PHONY : widget/slider.cpp.i + +widget/slider.s: widget/slider.cpp.s +.PHONY : widget/slider.s + +# target to generate assembly for a file +widget/slider.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.s +.PHONY : widget/slider.cpp.s + +widget/textwidget.o: widget/textwidget.cpp.o +.PHONY : widget/textwidget.o + +# target to build an object file +widget/textwidget.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.o +.PHONY : widget/textwidget.cpp.o + +widget/textwidget.i: widget/textwidget.cpp.i +.PHONY : widget/textwidget.i + +# target to preprocess a source file +widget/textwidget.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.i +.PHONY : widget/textwidget.cpp.i + +widget/textwidget.s: widget/textwidget.cpp.s +.PHONY : widget/textwidget.s + +# target to generate assembly for a file +widget/textwidget.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.s +.PHONY : widget/textwidget.cpp.s + +widget/widget.o: widget/widget.cpp.o +.PHONY : widget/widget.o + +# target to build an object file +widget/widget.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.o +.PHONY : widget/widget.cpp.o + +widget/widget.i: widget/widget.cpp.i +.PHONY : widget/widget.i + +# target to preprocess a source file +widget/widget.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.i +.PHONY : widget/widget.cpp.i + +widget/widget.s: widget/widget.cpp.s +.PHONY : widget/widget.s + +# target to generate assembly for a file +widget/widget.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.s +.PHONY : widget/widget.cpp.s + +widget/widgetcontainer.o: widget/widgetcontainer.cpp.o +.PHONY : widget/widgetcontainer.o + +# target to build an object file +widget/widgetcontainer.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o +.PHONY : widget/widgetcontainer.cpp.o + +widget/widgetcontainer.i: widget/widgetcontainer.cpp.i +.PHONY : widget/widgetcontainer.i + +# target to preprocess a source file +widget/widgetcontainer.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.i +.PHONY : widget/widgetcontainer.cpp.i + +widget/widgetcontainer.s: widget/widgetcontainer.cpp.s +.PHONY : widget/widgetcontainer.s + +# target to generate assembly for a file +widget/widgetcontainer.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.s +.PHONY : widget/widgetcontainer.cpp.s + +widget/widgetmanager.o: widget/widgetmanager.cpp.o +.PHONY : widget/widgetmanager.o + +# target to build an object file +widget/widgetmanager.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o +.PHONY : widget/widgetmanager.cpp.o + +widget/widgetmanager.i: widget/widgetmanager.cpp.i +.PHONY : widget/widgetmanager.i + +# target to preprocess a source file +widget/widgetmanager.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.i +.PHONY : widget/widgetmanager.cpp.i + +widget/widgetmanager.s: widget/widgetmanager.cpp.s +.PHONY : widget/widgetmanager.s + +# target to generate assembly for a file +widget/widgetmanager.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.s +.PHONY : widget/widgetmanager.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... PopWork" + @echo "... appbase.o" + @echo "... appbase.i" + @echo "... appbase.s" + @echo "... audio/bassmusicinterface.o" + @echo "... audio/bassmusicinterface.i" + @echo "... audio/bassmusicinterface.s" + @echo "... audio/musicinterface.o" + @echo "... audio/musicinterface.i" + @echo "... audio/musicinterface.s" + @echo "... audio/openalsoundinstance.o" + @echo "... audio/openalsoundinstance.i" + @echo "... audio/openalsoundinstance.s" + @echo "... audio/openalsoundmanager.o" + @echo "... audio/openalsoundmanager.i" + @echo "... audio/openalsoundmanager.s" + @echo "... common.o" + @echo "... common.i" + @echo "... common.s" + @echo "... debug/debug.o" + @echo "... debug/debug.i" + @echo "... debug/debug.s" + @echo "... debug/errorhandler.o" + @echo "... debug/errorhandler.i" + @echo "... debug/errorhandler.s" + @echo "... debug/perftimer.o" + @echo "... debug/perftimer.i" + @echo "... debug/perftimer.s" + @echo "... graphics/SWTri/SWTri.o" + @echo "... graphics/SWTri/SWTri.i" + @echo "... graphics/SWTri/SWTri.s" + @echo "... graphics/color.o" + @echo "... graphics/color.i" + @echo "... graphics/color.s" + @echo "... graphics/font.o" + @echo "... graphics/font.i" + @echo "... graphics/font.s" + @echo "... graphics/graphics.o" + @echo "... graphics/graphics.i" + @echo "... graphics/graphics.s" + @echo "... graphics/image.o" + @echo "... graphics/image.i" + @echo "... graphics/image.s" + @echo "... graphics/imagefont.o" + @echo "... graphics/imagefont.i" + @echo "... graphics/imagefont.s" + @echo "... graphics/memoryimage.o" + @echo "... graphics/memoryimage.i" + @echo "... graphics/memoryimage.s" + @echo "... graphics/nativedisplay.o" + @echo "... graphics/nativedisplay.i" + @echo "... graphics/nativedisplay.s" + @echo "... graphics/quantize.o" + @echo "... graphics/quantize.i" + @echo "... graphics/quantize.s" + @echo "... graphics/sdlimage.o" + @echo "... graphics/sdlimage.i" + @echo "... graphics/sdlimage.s" + @echo "... graphics/sdlinterface.o" + @echo "... graphics/sdlinterface.i" + @echo "... graphics/sdlinterface.s" + @echo "... graphics/sharedimage.o" + @echo "... graphics/sharedimage.i" + @echo "... graphics/sharedimage.s" + @echo "... graphics/sysfont.o" + @echo "... graphics/sysfont.i" + @echo "... graphics/sysfont.s" + @echo "... imagelib/imagelib.o" + @echo "... imagelib/imagelib.i" + @echo "... imagelib/imagelib.s" + @echo "... imgui/core/imgui.o" + @echo "... imgui/core/imgui.i" + @echo "... imgui/core/imgui.s" + @echo "... imgui/core/imgui_demo.o" + @echo "... imgui/core/imgui_demo.i" + @echo "... imgui/core/imgui_demo.s" + @echo "... imgui/core/imgui_draw.o" + @echo "... imgui/core/imgui_draw.i" + @echo "... imgui/core/imgui_draw.s" + @echo "... imgui/core/imgui_impl_sdl3.o" + @echo "... imgui/core/imgui_impl_sdl3.i" + @echo "... imgui/core/imgui_impl_sdl3.s" + @echo "... imgui/core/imgui_impl_sdlrenderer3.o" + @echo "... imgui/core/imgui_impl_sdlrenderer3.i" + @echo "... imgui/core/imgui_impl_sdlrenderer3.s" + @echo "... imgui/core/imgui_tables.o" + @echo "... imgui/core/imgui_tables.i" + @echo "... imgui/core/imgui_tables.s" + @echo "... imgui/core/imgui_widgets.o" + @echo "... imgui/core/imgui_widgets.i" + @echo "... imgui/core/imgui_widgets.s" + @echo "... imgui/debugwindow.o" + @echo "... imgui/debugwindow.i" + @echo "... imgui/debugwindow.s" + @echo "... imgui/imguimanager.o" + @echo "... imgui/imguimanager.i" + @echo "... imgui/imguimanager.s" + @echo "... math/matrix.o" + @echo "... math/matrix.i" + @echo "... math/matrix.s" + @echo "... math/ratio.o" + @echo "... math/ratio.i" + @echo "... math/ratio.s" + @echo "... misc/buffer.o" + @echo "... misc/buffer.i" + @echo "... misc/buffer.s" + @echo "... misc/flags.o" + @echo "... misc/flags.i" + @echo "... misc/flags.s" + @echo "... misc/httptransfer.o" + @echo "... misc/httptransfer.i" + @echo "... misc/httptransfer.s" + @echo "... misc/keycodes.o" + @echo "... misc/keycodes.i" + @echo "... misc/keycodes.s" + @echo "... misc/profile.o" + @echo "... misc/profile.i" + @echo "... misc/profile.s" + @echo "... misc/workerthread.o" + @echo "... misc/workerthread.i" + @echo "... misc/workerthread.s" + @echo "... paklib/pakinterface.o" + @echo "... paklib/pakinterface.i" + @echo "... paklib/pakinterface.s" + @echo "... readwrite/descparser.o" + @echo "... readwrite/descparser.i" + @echo "... readwrite/descparser.s" + @echo "... readwrite/jsonparser.o" + @echo "... readwrite/jsonparser.i" + @echo "... readwrite/jsonparser.s" + @echo "... readwrite/modval.o" + @echo "... readwrite/modval.i" + @echo "... readwrite/modval.s" + @echo "... readwrite/xmlparser.o" + @echo "... readwrite/xmlparser.i" + @echo "... readwrite/xmlparser.s" + @echo "... readwrite/xmlwriter.o" + @echo "... readwrite/xmlwriter.i" + @echo "... readwrite/xmlwriter.s" + @echo "... resources/propertiesparser.o" + @echo "... resources/propertiesparser.i" + @echo "... resources/propertiesparser.s" + @echo "... resources/resourcemanager.o" + @echo "... resources/resourcemanager.i" + @echo "... resources/resourcemanager.s" + @echo "... widget/buttonwidget.o" + @echo "... widget/buttonwidget.i" + @echo "... widget/buttonwidget.s" + @echo "... widget/checkbox.o" + @echo "... widget/checkbox.i" + @echo "... widget/checkbox.s" + @echo "... widget/cursorwidget.o" + @echo "... widget/cursorwidget.i" + @echo "... widget/cursorwidget.s" + @echo "... widget/dialog.o" + @echo "... widget/dialog.i" + @echo "... widget/dialog.s" + @echo "... widget/dialogbutton.o" + @echo "... widget/dialogbutton.i" + @echo "... widget/dialogbutton.s" + @echo "... widget/editwidget.o" + @echo "... widget/editwidget.i" + @echo "... widget/editwidget.s" + @echo "... widget/hyperlinkwidget.o" + @echo "... widget/hyperlinkwidget.i" + @echo "... widget/hyperlinkwidget.s" + @echo "... widget/insets.o" + @echo "... widget/insets.i" + @echo "... widget/insets.s" + @echo "... widget/listwidget.o" + @echo "... widget/listwidget.i" + @echo "... widget/listwidget.s" + @echo "... widget/scrollbarwidget.o" + @echo "... widget/scrollbarwidget.i" + @echo "... widget/scrollbarwidget.s" + @echo "... widget/scrollbuttonwidget.o" + @echo "... widget/scrollbuttonwidget.i" + @echo "... widget/scrollbuttonwidget.s" + @echo "... widget/slider.o" + @echo "... widget/slider.i" + @echo "... widget/slider.s" + @echo "... widget/textwidget.o" + @echo "... widget/textwidget.i" + @echo "... widget/textwidget.s" + @echo "... widget/widget.o" + @echo "... widget/widget.i" + @echo "... widget/widget.s" + @echo "... widget/widgetcontainer.o" + @echo "... widget/widgetcontainer.i" + @echo "... widget/widgetcontainer.s" + @echo "... widget/widgetmanager.o" + @echo "... widget/widgetmanager.i" + @echo "... widget/widgetmanager.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/PopWork/cmake_install.cmake b/build_emscripten/PopWork/cmake_install.cmake new file mode 100644 index 00000000..3dd30eb6 --- /dev/null +++ b/build_emscripten/PopWork/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/PopWork + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/PopWork/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/cmake_install.cmake b/build_emscripten/cmake_install.cmake new file mode 100644 index 00000000..aaf747fb --- /dev/null +++ b/build_emscripten/cmake_install.cmake @@ -0,0 +1,76 @@ +# Install script for directory: /home/guest/Downloads/PopLib + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/PopWork/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/examples/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/examples/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/examples/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/examples/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/examples/CMakeFiles/progress.marks b/build_emscripten/examples/CMakeFiles/progress.marks new file mode 100644 index 00000000..f04c001f --- /dev/null +++ b/build_emscripten/examples/CMakeFiles/progress.marks @@ -0,0 +1 @@ +29 diff --git a/build_emscripten/examples/Makefile b/build_emscripten/examples/Makefile new file mode 100644 index 00000000..f23a2abd --- /dev/null +++ b/build_emscripten/examples/Makefile @@ -0,0 +1,213 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/examples//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/examples/cmake_install.cmake b/build_emscripten/examples/cmake_install.cmake new file mode 100644 index 00000000..3cddf8ed --- /dev/null +++ b/build_emscripten/examples/cmake_install.cmake @@ -0,0 +1,100 @@ +# Install script for directory: /home/guest/Downloads/PopLib/examples + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/examples/src/demo1/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/examples/src/demo2/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/examples/src/demo3/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/examples/src/demo4/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/examples/src/demo5/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/examples/src/hun-garr/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/examples/src/v12demo/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/examples/src/v14demo/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/examples/src/xmldemo/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/examples/src/barebones/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/examples/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/DependInfo.cmake b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/DependInfo.cmake new file mode 100644 index 00000000..2d44f858 --- /dev/null +++ b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/examples/src/barebones/board.cpp" "examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.o" "gcc" "examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/barebones/gameapp.cpp" "examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.o" "gcc" "examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/barebones/main.cpp" "examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.o" "gcc" "examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.o.d" + "" "/home/guest/Downloads/PopLib/examples/bin/Barebones" "gcc" "examples/src/barebones/CMakeFiles/Barebones.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/build.make b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/build.make new file mode 100644 index 00000000..1b548c10 --- /dev/null +++ b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/build.make @@ -0,0 +1,161 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include examples/src/barebones/CMakeFiles/Barebones.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.make + +# Include the progress variables for this target. +include examples/src/barebones/CMakeFiles/Barebones.dir/progress.make + +# Include the compile flags for this target's objects. +include examples/src/barebones/CMakeFiles/Barebones.dir/flags.make + +examples/src/barebones/CMakeFiles/Barebones.dir/codegen: +.PHONY : examples/src/barebones/CMakeFiles/Barebones.dir/codegen + +examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.o: examples/src/barebones/CMakeFiles/Barebones.dir/flags.make +examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.o: /home/guest/Downloads/PopLib/examples/src/barebones/main.cpp +examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.o: examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/barebones && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.o -MF CMakeFiles/Barebones.dir/main.cpp.o.d -o CMakeFiles/Barebones.dir/main.cpp.o -c /home/guest/Downloads/PopLib/examples/src/barebones/main.cpp + +examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Barebones.dir/main.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/barebones && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/barebones/main.cpp > CMakeFiles/Barebones.dir/main.cpp.i + +examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Barebones.dir/main.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/barebones && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/barebones/main.cpp -o CMakeFiles/Barebones.dir/main.cpp.s + +examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.o: examples/src/barebones/CMakeFiles/Barebones.dir/flags.make +examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.o: /home/guest/Downloads/PopLib/examples/src/barebones/gameapp.cpp +examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.o: examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/barebones && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.o -MF CMakeFiles/Barebones.dir/gameapp.cpp.o.d -o CMakeFiles/Barebones.dir/gameapp.cpp.o -c /home/guest/Downloads/PopLib/examples/src/barebones/gameapp.cpp + +examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Barebones.dir/gameapp.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/barebones && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/barebones/gameapp.cpp > CMakeFiles/Barebones.dir/gameapp.cpp.i + +examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Barebones.dir/gameapp.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/barebones && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/barebones/gameapp.cpp -o CMakeFiles/Barebones.dir/gameapp.cpp.s + +examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.o: examples/src/barebones/CMakeFiles/Barebones.dir/flags.make +examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.o: /home/guest/Downloads/PopLib/examples/src/barebones/board.cpp +examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.o: examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/barebones && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.o -MF CMakeFiles/Barebones.dir/board.cpp.o.d -o CMakeFiles/Barebones.dir/board.cpp.o -c /home/guest/Downloads/PopLib/examples/src/barebones/board.cpp + +examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Barebones.dir/board.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/barebones && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/barebones/board.cpp > CMakeFiles/Barebones.dir/board.cpp.i + +examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Barebones.dir/board.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/barebones && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/barebones/board.cpp -o CMakeFiles/Barebones.dir/board.cpp.s + +# Object files for target Barebones +Barebones_OBJECTS = \ +"CMakeFiles/Barebones.dir/main.cpp.o" \ +"CMakeFiles/Barebones.dir/gameapp.cpp.o" \ +"CMakeFiles/Barebones.dir/board.cpp.o" + +# External object files for target Barebones +Barebones_EXTERNAL_OBJECTS = + +/home/guest/Downloads/PopLib/examples/bin/Barebones: examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Barebones: examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Barebones: examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Barebones: examples/src/barebones/CMakeFiles/Barebones.dir/build.make +/home/guest/Downloads/PopLib/examples/bin/Barebones: examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.ts +/home/guest/Downloads/PopLib/examples/bin/Barebones: PopWork/libPopWork.a +/home/guest/Downloads/PopLib/examples/bin/Barebones: external/SDL/libSDL3.a +/home/guest/Downloads/PopLib/examples/bin/Barebones: external/SDL_ttf/libSDL3_ttf.a +/home/guest/Downloads/PopLib/examples/bin/Barebones: /usr/lib/libharfbuzz.so +/home/guest/Downloads/PopLib/examples/bin/Barebones: /usr/lib/libfreetype.so +/home/guest/Downloads/PopLib/examples/bin/Barebones: external/openal/libopenal.a +/home/guest/Downloads/PopLib/examples/bin/Barebones: external/miniaudio/libminiaudio.a +/home/guest/Downloads/PopLib/examples/bin/Barebones: external/vorbis/lib/libvorbisfile.a +/home/guest/Downloads/PopLib/examples/bin/Barebones: external/vorbis/lib/libvorbis.a +/home/guest/Downloads/PopLib/examples/bin/Barebones: external/ogg/libogg.a +/home/guest/Downloads/PopLib/examples/bin/Barebones: external/curl/lib/libcurl.a +/home/guest/Downloads/PopLib/examples/bin/Barebones: /usr/lib/libz.so +/home/guest/Downloads/PopLib/examples/bin/Barebones: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so +/home/guest/Downloads/PopLib/examples/bin/Barebones: examples/src/barebones/CMakeFiles/Barebones.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable /home/guest/Downloads/PopLib/examples/bin/Barebones" + cd /home/guest/Downloads/PopLib/build/examples/src/barebones && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Barebones.dir/link.txt --verbose=$(VERBOSE) + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold "Copying runtime DLL: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so to output directory" + cd /home/guest/Downloads/PopLib/build/examples/src/barebones && /usr/bin/cmake -E copy_if_different /home/guest/Downloads/PopLib/external/bass/x64/libbass.so /home/guest/Downloads/PopLib/examples/bin + +# Rule to build all files generated by this target. +examples/src/barebones/CMakeFiles/Barebones.dir/build: /home/guest/Downloads/PopLib/examples/bin/Barebones +.PHONY : examples/src/barebones/CMakeFiles/Barebones.dir/build + +examples/src/barebones/CMakeFiles/Barebones.dir/clean: + cd /home/guest/Downloads/PopLib/build/examples/src/barebones && $(CMAKE_COMMAND) -P CMakeFiles/Barebones.dir/cmake_clean.cmake +.PHONY : examples/src/barebones/CMakeFiles/Barebones.dir/clean + +examples/src/barebones/CMakeFiles/Barebones.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/examples/src/barebones /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/examples/src/barebones /home/guest/Downloads/PopLib/build/examples/src/barebones/CMakeFiles/Barebones.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : examples/src/barebones/CMakeFiles/Barebones.dir/depend + diff --git a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/cmake_clean.cmake b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/cmake_clean.cmake new file mode 100644 index 00000000..6f395717 --- /dev/null +++ b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/Barebones.dir/link.d" + "/home/guest/Downloads/PopLib/examples/bin/Barebones" + "/home/guest/Downloads/PopLib/examples/bin/Barebones.pdb" + "CMakeFiles/Barebones.dir/board.cpp.o" + "CMakeFiles/Barebones.dir/board.cpp.o.d" + "CMakeFiles/Barebones.dir/gameapp.cpp.o" + "CMakeFiles/Barebones.dir/gameapp.cpp.o.d" + "CMakeFiles/Barebones.dir/main.cpp.o" + "CMakeFiles/Barebones.dir/main.cpp.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/Barebones.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.make b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.make new file mode 100644 index 00000000..42f46bb3 --- /dev/null +++ b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for Barebones. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.ts b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.ts new file mode 100644 index 00000000..ba3d3447 --- /dev/null +++ b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for Barebones. diff --git a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/depend.make b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/depend.make new file mode 100644 index 00000000..d6f6167b --- /dev/null +++ b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for Barebones. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/flags.make b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/flags.make new file mode 100644 index 00000000..d7206905 --- /dev/null +++ b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -DAL_LIBTYPE_STATIC -DCURL_STATICLIB -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/examples/src/barebones/.. -I/home/guest/Downloads/PopLib -I/home/guest/Downloads/PopLib/PopWork -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/miniaudio -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/curl/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE + diff --git a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/link.txt b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/link.txt new file mode 100644 index 00000000..e2872eb3 --- /dev/null +++ b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -pthread -Wl,--dependency-file=CMakeFiles/Barebones.dir/link.d CMakeFiles/Barebones.dir/main.cpp.o CMakeFiles/Barebones.dir/gameapp.cpp.o CMakeFiles/Barebones.dir/board.cpp.o -o /home/guest/Downloads/PopLib/examples/bin/Barebones -L/home/guest/Downloads/PopLib/external/bass/x64 -Wl,-rpath,/home/guest/Downloads/PopLib/external/bass/x64 ../../../PopWork/libPopWork.a ../../../external/SDL/libSDL3.a ../../../external/SDL_ttf/libSDL3_ttf.a /usr/lib/libharfbuzz.so /usr/lib/libfreetype.so ../../../external/openal/libopenal.a -pthread -ldl -latomic ../../../external/miniaudio/libminiaudio.a ../../../external/vorbis/lib/libvorbisfile.a ../../../external/vorbis/lib/libvorbis.a ../../../external/ogg/libogg.a -lm ../../../external/curl/lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -lbass diff --git a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/progress.make b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/examples/src/barebones/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/examples/src/barebones/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/examples/src/barebones/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/examples/src/barebones/CMakeFiles/progress.marks b/build_emscripten/examples/src/barebones/CMakeFiles/progress.marks new file mode 100644 index 00000000..f64f5d8d --- /dev/null +++ b/build_emscripten/examples/src/barebones/CMakeFiles/progress.marks @@ -0,0 +1 @@ +27 diff --git a/build_emscripten/examples/src/barebones/Makefile b/build_emscripten/examples/src/barebones/Makefile new file mode 100644 index 00000000..173c4b21 --- /dev/null +++ b/build_emscripten/examples/src/barebones/Makefile @@ -0,0 +1,309 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/examples/src/barebones//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/barebones/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/barebones/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/barebones/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/barebones/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +examples/src/barebones/CMakeFiles/Barebones.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/barebones/CMakeFiles/Barebones.dir/rule +.PHONY : examples/src/barebones/CMakeFiles/Barebones.dir/rule + +# Convenience name for target. +Barebones: examples/src/barebones/CMakeFiles/Barebones.dir/rule +.PHONY : Barebones + +# fast build rule for target. +Barebones/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/build +.PHONY : Barebones/fast + +board.o: board.cpp.o +.PHONY : board.o + +# target to build an object file +board.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.o +.PHONY : board.cpp.o + +board.i: board.cpp.i +.PHONY : board.i + +# target to preprocess a source file +board.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.i +.PHONY : board.cpp.i + +board.s: board.cpp.s +.PHONY : board.s + +# target to generate assembly for a file +board.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.s +.PHONY : board.cpp.s + +gameapp.o: gameapp.cpp.o +.PHONY : gameapp.o + +# target to build an object file +gameapp.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.o +.PHONY : gameapp.cpp.o + +gameapp.i: gameapp.cpp.i +.PHONY : gameapp.i + +# target to preprocess a source file +gameapp.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.i +.PHONY : gameapp.cpp.i + +gameapp.s: gameapp.cpp.s +.PHONY : gameapp.s + +# target to generate assembly for a file +gameapp.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.s +.PHONY : gameapp.cpp.s + +main.o: main.cpp.o +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.s +.PHONY : main.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... Barebones" + @echo "... board.o" + @echo "... board.i" + @echo "... board.s" + @echo "... gameapp.o" + @echo "... gameapp.i" + @echo "... gameapp.s" + @echo "... main.o" + @echo "... main.i" + @echo "... main.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/examples/src/barebones/cmake_install.cmake b/build_emscripten/examples/src/barebones/cmake_install.cmake new file mode 100644 index 00000000..972b77d0 --- /dev/null +++ b/build_emscripten/examples/src/barebones/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/examples/src/barebones + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/examples/src/barebones/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/examples/src/demo1/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/examples/src/demo1/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/examples/src/demo1/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/DependInfo.cmake b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/DependInfo.cmake new file mode 100644 index 00000000..de7b56cc --- /dev/null +++ b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/examples/src/demo1/board.cpp" "examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.o" "gcc" "examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/demo1/gameapp.cpp" "examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.o" "gcc" "examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/demo1/main.cpp" "examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.o" "gcc" "examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.o.d" + "" "/home/guest/Downloads/PopLib/examples/bin/Demo1" "gcc" "examples/src/demo1/CMakeFiles/Demo1.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/build.make b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/build.make new file mode 100644 index 00000000..19afffc7 --- /dev/null +++ b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/build.make @@ -0,0 +1,161 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include examples/src/demo1/CMakeFiles/Demo1.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.make + +# Include the progress variables for this target. +include examples/src/demo1/CMakeFiles/Demo1.dir/progress.make + +# Include the compile flags for this target's objects. +include examples/src/demo1/CMakeFiles/Demo1.dir/flags.make + +examples/src/demo1/CMakeFiles/Demo1.dir/codegen: +.PHONY : examples/src/demo1/CMakeFiles/Demo1.dir/codegen + +examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.o: examples/src/demo1/CMakeFiles/Demo1.dir/flags.make +examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo1/main.cpp +examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.o: examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.o -MF CMakeFiles/Demo1.dir/main.cpp.o.d -o CMakeFiles/Demo1.dir/main.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo1/main.cpp + +examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo1.dir/main.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo1/main.cpp > CMakeFiles/Demo1.dir/main.cpp.i + +examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo1.dir/main.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo1/main.cpp -o CMakeFiles/Demo1.dir/main.cpp.s + +examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.o: examples/src/demo1/CMakeFiles/Demo1.dir/flags.make +examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo1/gameapp.cpp +examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.o: examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.o -MF CMakeFiles/Demo1.dir/gameapp.cpp.o.d -o CMakeFiles/Demo1.dir/gameapp.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo1/gameapp.cpp + +examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo1.dir/gameapp.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo1/gameapp.cpp > CMakeFiles/Demo1.dir/gameapp.cpp.i + +examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo1.dir/gameapp.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo1/gameapp.cpp -o CMakeFiles/Demo1.dir/gameapp.cpp.s + +examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.o: examples/src/demo1/CMakeFiles/Demo1.dir/flags.make +examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo1/board.cpp +examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.o: examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.o -MF CMakeFiles/Demo1.dir/board.cpp.o.d -o CMakeFiles/Demo1.dir/board.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo1/board.cpp + +examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo1.dir/board.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo1/board.cpp > CMakeFiles/Demo1.dir/board.cpp.i + +examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo1.dir/board.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo1/board.cpp -o CMakeFiles/Demo1.dir/board.cpp.s + +# Object files for target Demo1 +Demo1_OBJECTS = \ +"CMakeFiles/Demo1.dir/main.cpp.o" \ +"CMakeFiles/Demo1.dir/gameapp.cpp.o" \ +"CMakeFiles/Demo1.dir/board.cpp.o" + +# External object files for target Demo1 +Demo1_EXTERNAL_OBJECTS = + +/home/guest/Downloads/PopLib/examples/bin/Demo1: examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Demo1: examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Demo1: examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Demo1: examples/src/demo1/CMakeFiles/Demo1.dir/build.make +/home/guest/Downloads/PopLib/examples/bin/Demo1: examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.ts +/home/guest/Downloads/PopLib/examples/bin/Demo1: PopWork/libPopWork.a +/home/guest/Downloads/PopLib/examples/bin/Demo1: external/SDL/libSDL3.a +/home/guest/Downloads/PopLib/examples/bin/Demo1: external/SDL_ttf/libSDL3_ttf.a +/home/guest/Downloads/PopLib/examples/bin/Demo1: /usr/lib/libharfbuzz.so +/home/guest/Downloads/PopLib/examples/bin/Demo1: /usr/lib/libfreetype.so +/home/guest/Downloads/PopLib/examples/bin/Demo1: external/openal/libopenal.a +/home/guest/Downloads/PopLib/examples/bin/Demo1: external/miniaudio/libminiaudio.a +/home/guest/Downloads/PopLib/examples/bin/Demo1: external/vorbis/lib/libvorbisfile.a +/home/guest/Downloads/PopLib/examples/bin/Demo1: external/vorbis/lib/libvorbis.a +/home/guest/Downloads/PopLib/examples/bin/Demo1: external/ogg/libogg.a +/home/guest/Downloads/PopLib/examples/bin/Demo1: external/curl/lib/libcurl.a +/home/guest/Downloads/PopLib/examples/bin/Demo1: /usr/lib/libz.so +/home/guest/Downloads/PopLib/examples/bin/Demo1: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so +/home/guest/Downloads/PopLib/examples/bin/Demo1: examples/src/demo1/CMakeFiles/Demo1.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable /home/guest/Downloads/PopLib/examples/bin/Demo1" + cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Demo1.dir/link.txt --verbose=$(VERBOSE) + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold "Copying runtime DLL: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so to output directory" + cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && /usr/bin/cmake -E copy_if_different /home/guest/Downloads/PopLib/external/bass/x64/libbass.so /home/guest/Downloads/PopLib/examples/bin + +# Rule to build all files generated by this target. +examples/src/demo1/CMakeFiles/Demo1.dir/build: /home/guest/Downloads/PopLib/examples/bin/Demo1 +.PHONY : examples/src/demo1/CMakeFiles/Demo1.dir/build + +examples/src/demo1/CMakeFiles/Demo1.dir/clean: + cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && $(CMAKE_COMMAND) -P CMakeFiles/Demo1.dir/cmake_clean.cmake +.PHONY : examples/src/demo1/CMakeFiles/Demo1.dir/clean + +examples/src/demo1/CMakeFiles/Demo1.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/examples/src/demo1 /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/examples/src/demo1 /home/guest/Downloads/PopLib/build/examples/src/demo1/CMakeFiles/Demo1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : examples/src/demo1/CMakeFiles/Demo1.dir/depend + diff --git a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/cmake_clean.cmake b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/cmake_clean.cmake new file mode 100644 index 00000000..55b18830 --- /dev/null +++ b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/Demo1.dir/link.d" + "/home/guest/Downloads/PopLib/examples/bin/Demo1" + "/home/guest/Downloads/PopLib/examples/bin/Demo1.pdb" + "CMakeFiles/Demo1.dir/board.cpp.o" + "CMakeFiles/Demo1.dir/board.cpp.o.d" + "CMakeFiles/Demo1.dir/gameapp.cpp.o" + "CMakeFiles/Demo1.dir/gameapp.cpp.o.d" + "CMakeFiles/Demo1.dir/main.cpp.o" + "CMakeFiles/Demo1.dir/main.cpp.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/Demo1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.make b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.make new file mode 100644 index 00000000..c5dfe8d3 --- /dev/null +++ b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for Demo1. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.ts b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.ts new file mode 100644 index 00000000..b9232b31 --- /dev/null +++ b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for Demo1. diff --git a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/depend.make b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/depend.make new file mode 100644 index 00000000..6303d527 --- /dev/null +++ b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for Demo1. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/flags.make b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/flags.make new file mode 100644 index 00000000..aa29a297 --- /dev/null +++ b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -DAL_LIBTYPE_STATIC -DCURL_STATICLIB -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/examples/src/demo1/.. -I/home/guest/Downloads/PopLib -I/home/guest/Downloads/PopLib/PopWork -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/miniaudio -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/curl/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE + diff --git a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/link.txt b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/link.txt new file mode 100644 index 00000000..9e28b2b0 --- /dev/null +++ b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -pthread -Wl,--dependency-file=CMakeFiles/Demo1.dir/link.d CMakeFiles/Demo1.dir/main.cpp.o CMakeFiles/Demo1.dir/gameapp.cpp.o CMakeFiles/Demo1.dir/board.cpp.o -o /home/guest/Downloads/PopLib/examples/bin/Demo1 -L/home/guest/Downloads/PopLib/external/bass/x64 -Wl,-rpath,/home/guest/Downloads/PopLib/external/bass/x64 ../../../PopWork/libPopWork.a ../../../external/SDL/libSDL3.a ../../../external/SDL_ttf/libSDL3_ttf.a /usr/lib/libharfbuzz.so /usr/lib/libfreetype.so ../../../external/openal/libopenal.a -pthread -ldl -latomic ../../../external/miniaudio/libminiaudio.a ../../../external/vorbis/lib/libvorbisfile.a ../../../external/vorbis/lib/libvorbis.a ../../../external/ogg/libogg.a -lm ../../../external/curl/lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -lbass diff --git a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/progress.make b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/examples/src/demo1/CMakeFiles/progress.marks b/build_emscripten/examples/src/demo1/CMakeFiles/progress.marks new file mode 100644 index 00000000..f64f5d8d --- /dev/null +++ b/build_emscripten/examples/src/demo1/CMakeFiles/progress.marks @@ -0,0 +1 @@ +27 diff --git a/build_emscripten/examples/src/demo1/Makefile b/build_emscripten/examples/src/demo1/Makefile new file mode 100644 index 00000000..b2c0cf53 --- /dev/null +++ b/build_emscripten/examples/src/demo1/Makefile @@ -0,0 +1,309 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/examples/src/demo1//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo1/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo1/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo1/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo1/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +examples/src/demo1/CMakeFiles/Demo1.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo1/CMakeFiles/Demo1.dir/rule +.PHONY : examples/src/demo1/CMakeFiles/Demo1.dir/rule + +# Convenience name for target. +Demo1: examples/src/demo1/CMakeFiles/Demo1.dir/rule +.PHONY : Demo1 + +# fast build rule for target. +Demo1/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/build +.PHONY : Demo1/fast + +board.o: board.cpp.o +.PHONY : board.o + +# target to build an object file +board.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.o +.PHONY : board.cpp.o + +board.i: board.cpp.i +.PHONY : board.i + +# target to preprocess a source file +board.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.i +.PHONY : board.cpp.i + +board.s: board.cpp.s +.PHONY : board.s + +# target to generate assembly for a file +board.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.s +.PHONY : board.cpp.s + +gameapp.o: gameapp.cpp.o +.PHONY : gameapp.o + +# target to build an object file +gameapp.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.o +.PHONY : gameapp.cpp.o + +gameapp.i: gameapp.cpp.i +.PHONY : gameapp.i + +# target to preprocess a source file +gameapp.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.i +.PHONY : gameapp.cpp.i + +gameapp.s: gameapp.cpp.s +.PHONY : gameapp.s + +# target to generate assembly for a file +gameapp.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.s +.PHONY : gameapp.cpp.s + +main.o: main.cpp.o +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.s +.PHONY : main.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... Demo1" + @echo "... board.o" + @echo "... board.i" + @echo "... board.s" + @echo "... gameapp.o" + @echo "... gameapp.i" + @echo "... gameapp.s" + @echo "... main.o" + @echo "... main.i" + @echo "... main.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/examples/src/demo1/cmake_install.cmake b/build_emscripten/examples/src/demo1/cmake_install.cmake new file mode 100644 index 00000000..149ebe8f --- /dev/null +++ b/build_emscripten/examples/src/demo1/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/examples/src/demo1 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/examples/src/demo1/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/examples/src/demo2/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/examples/src/demo2/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/examples/src/demo2/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/DependInfo.cmake b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/DependInfo.cmake new file mode 100644 index 00000000..93047ffe --- /dev/null +++ b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/examples/src/demo2/board.cpp" "examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.o" "gcc" "examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/demo2/gameapp.cpp" "examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.o" "gcc" "examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/demo2/main.cpp" "examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.o" "gcc" "examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.o.d" + "" "/home/guest/Downloads/PopLib/examples/bin/Demo2" "gcc" "examples/src/demo2/CMakeFiles/Demo2.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/build.make b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/build.make new file mode 100644 index 00000000..2b14edbc --- /dev/null +++ b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/build.make @@ -0,0 +1,161 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include examples/src/demo2/CMakeFiles/Demo2.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.make + +# Include the progress variables for this target. +include examples/src/demo2/CMakeFiles/Demo2.dir/progress.make + +# Include the compile flags for this target's objects. +include examples/src/demo2/CMakeFiles/Demo2.dir/flags.make + +examples/src/demo2/CMakeFiles/Demo2.dir/codegen: +.PHONY : examples/src/demo2/CMakeFiles/Demo2.dir/codegen + +examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.o: examples/src/demo2/CMakeFiles/Demo2.dir/flags.make +examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo2/main.cpp +examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.o: examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.o -MF CMakeFiles/Demo2.dir/main.cpp.o.d -o CMakeFiles/Demo2.dir/main.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo2/main.cpp + +examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo2.dir/main.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo2/main.cpp > CMakeFiles/Demo2.dir/main.cpp.i + +examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo2.dir/main.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo2/main.cpp -o CMakeFiles/Demo2.dir/main.cpp.s + +examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.o: examples/src/demo2/CMakeFiles/Demo2.dir/flags.make +examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo2/gameapp.cpp +examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.o: examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.o -MF CMakeFiles/Demo2.dir/gameapp.cpp.o.d -o CMakeFiles/Demo2.dir/gameapp.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo2/gameapp.cpp + +examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo2.dir/gameapp.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo2/gameapp.cpp > CMakeFiles/Demo2.dir/gameapp.cpp.i + +examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo2.dir/gameapp.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo2/gameapp.cpp -o CMakeFiles/Demo2.dir/gameapp.cpp.s + +examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.o: examples/src/demo2/CMakeFiles/Demo2.dir/flags.make +examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo2/board.cpp +examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.o: examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.o -MF CMakeFiles/Demo2.dir/board.cpp.o.d -o CMakeFiles/Demo2.dir/board.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo2/board.cpp + +examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo2.dir/board.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo2/board.cpp > CMakeFiles/Demo2.dir/board.cpp.i + +examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo2.dir/board.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo2/board.cpp -o CMakeFiles/Demo2.dir/board.cpp.s + +# Object files for target Demo2 +Demo2_OBJECTS = \ +"CMakeFiles/Demo2.dir/main.cpp.o" \ +"CMakeFiles/Demo2.dir/gameapp.cpp.o" \ +"CMakeFiles/Demo2.dir/board.cpp.o" + +# External object files for target Demo2 +Demo2_EXTERNAL_OBJECTS = + +/home/guest/Downloads/PopLib/examples/bin/Demo2: examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Demo2: examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Demo2: examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Demo2: examples/src/demo2/CMakeFiles/Demo2.dir/build.make +/home/guest/Downloads/PopLib/examples/bin/Demo2: examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.ts +/home/guest/Downloads/PopLib/examples/bin/Demo2: PopWork/libPopWork.a +/home/guest/Downloads/PopLib/examples/bin/Demo2: external/SDL/libSDL3.a +/home/guest/Downloads/PopLib/examples/bin/Demo2: external/SDL_ttf/libSDL3_ttf.a +/home/guest/Downloads/PopLib/examples/bin/Demo2: /usr/lib/libharfbuzz.so +/home/guest/Downloads/PopLib/examples/bin/Demo2: /usr/lib/libfreetype.so +/home/guest/Downloads/PopLib/examples/bin/Demo2: external/openal/libopenal.a +/home/guest/Downloads/PopLib/examples/bin/Demo2: external/miniaudio/libminiaudio.a +/home/guest/Downloads/PopLib/examples/bin/Demo2: external/vorbis/lib/libvorbisfile.a +/home/guest/Downloads/PopLib/examples/bin/Demo2: external/vorbis/lib/libvorbis.a +/home/guest/Downloads/PopLib/examples/bin/Demo2: external/ogg/libogg.a +/home/guest/Downloads/PopLib/examples/bin/Demo2: external/curl/lib/libcurl.a +/home/guest/Downloads/PopLib/examples/bin/Demo2: /usr/lib/libz.so +/home/guest/Downloads/PopLib/examples/bin/Demo2: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so +/home/guest/Downloads/PopLib/examples/bin/Demo2: examples/src/demo2/CMakeFiles/Demo2.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable /home/guest/Downloads/PopLib/examples/bin/Demo2" + cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Demo2.dir/link.txt --verbose=$(VERBOSE) + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold "Copying runtime DLL: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so to output directory" + cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && /usr/bin/cmake -E copy_if_different /home/guest/Downloads/PopLib/external/bass/x64/libbass.so /home/guest/Downloads/PopLib/examples/bin + +# Rule to build all files generated by this target. +examples/src/demo2/CMakeFiles/Demo2.dir/build: /home/guest/Downloads/PopLib/examples/bin/Demo2 +.PHONY : examples/src/demo2/CMakeFiles/Demo2.dir/build + +examples/src/demo2/CMakeFiles/Demo2.dir/clean: + cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && $(CMAKE_COMMAND) -P CMakeFiles/Demo2.dir/cmake_clean.cmake +.PHONY : examples/src/demo2/CMakeFiles/Demo2.dir/clean + +examples/src/demo2/CMakeFiles/Demo2.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/examples/src/demo2 /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/examples/src/demo2 /home/guest/Downloads/PopLib/build/examples/src/demo2/CMakeFiles/Demo2.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : examples/src/demo2/CMakeFiles/Demo2.dir/depend + diff --git a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/cmake_clean.cmake b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/cmake_clean.cmake new file mode 100644 index 00000000..9a299118 --- /dev/null +++ b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/Demo2.dir/link.d" + "/home/guest/Downloads/PopLib/examples/bin/Demo2" + "/home/guest/Downloads/PopLib/examples/bin/Demo2.pdb" + "CMakeFiles/Demo2.dir/board.cpp.o" + "CMakeFiles/Demo2.dir/board.cpp.o.d" + "CMakeFiles/Demo2.dir/gameapp.cpp.o" + "CMakeFiles/Demo2.dir/gameapp.cpp.o.d" + "CMakeFiles/Demo2.dir/main.cpp.o" + "CMakeFiles/Demo2.dir/main.cpp.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/Demo2.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.make b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.make new file mode 100644 index 00000000..118c25b5 --- /dev/null +++ b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for Demo2. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.ts b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.ts new file mode 100644 index 00000000..9d1a3ca7 --- /dev/null +++ b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for Demo2. diff --git a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/depend.make b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/depend.make new file mode 100644 index 00000000..86117539 --- /dev/null +++ b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for Demo2. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/flags.make b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/flags.make new file mode 100644 index 00000000..a2a6f641 --- /dev/null +++ b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -DAL_LIBTYPE_STATIC -DCURL_STATICLIB -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/examples/src/demo2/.. -I/home/guest/Downloads/PopLib -I/home/guest/Downloads/PopLib/PopWork -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/miniaudio -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/curl/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE + diff --git a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/link.txt b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/link.txt new file mode 100644 index 00000000..3508adbf --- /dev/null +++ b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -pthread -Wl,--dependency-file=CMakeFiles/Demo2.dir/link.d CMakeFiles/Demo2.dir/main.cpp.o CMakeFiles/Demo2.dir/gameapp.cpp.o CMakeFiles/Demo2.dir/board.cpp.o -o /home/guest/Downloads/PopLib/examples/bin/Demo2 -L/home/guest/Downloads/PopLib/external/bass/x64 -Wl,-rpath,/home/guest/Downloads/PopLib/external/bass/x64 ../../../PopWork/libPopWork.a ../../../external/SDL/libSDL3.a ../../../external/SDL_ttf/libSDL3_ttf.a /usr/lib/libharfbuzz.so /usr/lib/libfreetype.so ../../../external/openal/libopenal.a -pthread -ldl -latomic ../../../external/miniaudio/libminiaudio.a ../../../external/vorbis/lib/libvorbisfile.a ../../../external/vorbis/lib/libvorbis.a ../../../external/ogg/libogg.a -lm ../../../external/curl/lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -lbass diff --git a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/progress.make b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/examples/src/demo2/CMakeFiles/progress.marks b/build_emscripten/examples/src/demo2/CMakeFiles/progress.marks new file mode 100644 index 00000000..f64f5d8d --- /dev/null +++ b/build_emscripten/examples/src/demo2/CMakeFiles/progress.marks @@ -0,0 +1 @@ +27 diff --git a/build_emscripten/examples/src/demo2/Makefile b/build_emscripten/examples/src/demo2/Makefile new file mode 100644 index 00000000..52ef8cf2 --- /dev/null +++ b/build_emscripten/examples/src/demo2/Makefile @@ -0,0 +1,309 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/examples/src/demo2//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo2/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo2/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo2/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo2/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +examples/src/demo2/CMakeFiles/Demo2.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo2/CMakeFiles/Demo2.dir/rule +.PHONY : examples/src/demo2/CMakeFiles/Demo2.dir/rule + +# Convenience name for target. +Demo2: examples/src/demo2/CMakeFiles/Demo2.dir/rule +.PHONY : Demo2 + +# fast build rule for target. +Demo2/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/build +.PHONY : Demo2/fast + +board.o: board.cpp.o +.PHONY : board.o + +# target to build an object file +board.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.o +.PHONY : board.cpp.o + +board.i: board.cpp.i +.PHONY : board.i + +# target to preprocess a source file +board.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.i +.PHONY : board.cpp.i + +board.s: board.cpp.s +.PHONY : board.s + +# target to generate assembly for a file +board.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.s +.PHONY : board.cpp.s + +gameapp.o: gameapp.cpp.o +.PHONY : gameapp.o + +# target to build an object file +gameapp.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.o +.PHONY : gameapp.cpp.o + +gameapp.i: gameapp.cpp.i +.PHONY : gameapp.i + +# target to preprocess a source file +gameapp.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.i +.PHONY : gameapp.cpp.i + +gameapp.s: gameapp.cpp.s +.PHONY : gameapp.s + +# target to generate assembly for a file +gameapp.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.s +.PHONY : gameapp.cpp.s + +main.o: main.cpp.o +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.s +.PHONY : main.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... Demo2" + @echo "... board.o" + @echo "... board.i" + @echo "... board.s" + @echo "... gameapp.o" + @echo "... gameapp.i" + @echo "... gameapp.s" + @echo "... main.o" + @echo "... main.i" + @echo "... main.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/examples/src/demo2/cmake_install.cmake b/build_emscripten/examples/src/demo2/cmake_install.cmake new file mode 100644 index 00000000..98f0e054 --- /dev/null +++ b/build_emscripten/examples/src/demo2/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/examples/src/demo2 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/examples/src/demo2/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/examples/src/demo3/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/examples/src/demo3/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/examples/src/demo3/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/DependInfo.cmake b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/DependInfo.cmake new file mode 100644 index 00000000..bec3ffe3 --- /dev/null +++ b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/examples/src/demo3/board.cpp" "examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.o" "gcc" "examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/demo3/gameapp.cpp" "examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.o" "gcc" "examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/demo3/main.cpp" "examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.o" "gcc" "examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.o.d" + "" "/home/guest/Downloads/PopLib/examples/bin/Demo3" "gcc" "examples/src/demo3/CMakeFiles/Demo3.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/build.make b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/build.make new file mode 100644 index 00000000..8d233d98 --- /dev/null +++ b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/build.make @@ -0,0 +1,161 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include examples/src/demo3/CMakeFiles/Demo3.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.make + +# Include the progress variables for this target. +include examples/src/demo3/CMakeFiles/Demo3.dir/progress.make + +# Include the compile flags for this target's objects. +include examples/src/demo3/CMakeFiles/Demo3.dir/flags.make + +examples/src/demo3/CMakeFiles/Demo3.dir/codegen: +.PHONY : examples/src/demo3/CMakeFiles/Demo3.dir/codegen + +examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.o: examples/src/demo3/CMakeFiles/Demo3.dir/flags.make +examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo3/main.cpp +examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.o: examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.o -MF CMakeFiles/Demo3.dir/main.cpp.o.d -o CMakeFiles/Demo3.dir/main.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo3/main.cpp + +examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo3.dir/main.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo3/main.cpp > CMakeFiles/Demo3.dir/main.cpp.i + +examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo3.dir/main.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo3/main.cpp -o CMakeFiles/Demo3.dir/main.cpp.s + +examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.o: examples/src/demo3/CMakeFiles/Demo3.dir/flags.make +examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo3/gameapp.cpp +examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.o: examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.o -MF CMakeFiles/Demo3.dir/gameapp.cpp.o.d -o CMakeFiles/Demo3.dir/gameapp.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo3/gameapp.cpp + +examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo3.dir/gameapp.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo3/gameapp.cpp > CMakeFiles/Demo3.dir/gameapp.cpp.i + +examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo3.dir/gameapp.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo3/gameapp.cpp -o CMakeFiles/Demo3.dir/gameapp.cpp.s + +examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.o: examples/src/demo3/CMakeFiles/Demo3.dir/flags.make +examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo3/board.cpp +examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.o: examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.o -MF CMakeFiles/Demo3.dir/board.cpp.o.d -o CMakeFiles/Demo3.dir/board.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo3/board.cpp + +examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo3.dir/board.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo3/board.cpp > CMakeFiles/Demo3.dir/board.cpp.i + +examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo3.dir/board.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo3/board.cpp -o CMakeFiles/Demo3.dir/board.cpp.s + +# Object files for target Demo3 +Demo3_OBJECTS = \ +"CMakeFiles/Demo3.dir/main.cpp.o" \ +"CMakeFiles/Demo3.dir/gameapp.cpp.o" \ +"CMakeFiles/Demo3.dir/board.cpp.o" + +# External object files for target Demo3 +Demo3_EXTERNAL_OBJECTS = + +/home/guest/Downloads/PopLib/examples/bin/Demo3: examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Demo3: examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Demo3: examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Demo3: examples/src/demo3/CMakeFiles/Demo3.dir/build.make +/home/guest/Downloads/PopLib/examples/bin/Demo3: examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.ts +/home/guest/Downloads/PopLib/examples/bin/Demo3: PopWork/libPopWork.a +/home/guest/Downloads/PopLib/examples/bin/Demo3: external/SDL/libSDL3.a +/home/guest/Downloads/PopLib/examples/bin/Demo3: external/SDL_ttf/libSDL3_ttf.a +/home/guest/Downloads/PopLib/examples/bin/Demo3: /usr/lib/libharfbuzz.so +/home/guest/Downloads/PopLib/examples/bin/Demo3: /usr/lib/libfreetype.so +/home/guest/Downloads/PopLib/examples/bin/Demo3: external/openal/libopenal.a +/home/guest/Downloads/PopLib/examples/bin/Demo3: external/miniaudio/libminiaudio.a +/home/guest/Downloads/PopLib/examples/bin/Demo3: external/vorbis/lib/libvorbisfile.a +/home/guest/Downloads/PopLib/examples/bin/Demo3: external/vorbis/lib/libvorbis.a +/home/guest/Downloads/PopLib/examples/bin/Demo3: external/ogg/libogg.a +/home/guest/Downloads/PopLib/examples/bin/Demo3: external/curl/lib/libcurl.a +/home/guest/Downloads/PopLib/examples/bin/Demo3: /usr/lib/libz.so +/home/guest/Downloads/PopLib/examples/bin/Demo3: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so +/home/guest/Downloads/PopLib/examples/bin/Demo3: examples/src/demo3/CMakeFiles/Demo3.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable /home/guest/Downloads/PopLib/examples/bin/Demo3" + cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Demo3.dir/link.txt --verbose=$(VERBOSE) + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold "Copying runtime DLL: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so to output directory" + cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && /usr/bin/cmake -E copy_if_different /home/guest/Downloads/PopLib/external/bass/x64/libbass.so /home/guest/Downloads/PopLib/examples/bin + +# Rule to build all files generated by this target. +examples/src/demo3/CMakeFiles/Demo3.dir/build: /home/guest/Downloads/PopLib/examples/bin/Demo3 +.PHONY : examples/src/demo3/CMakeFiles/Demo3.dir/build + +examples/src/demo3/CMakeFiles/Demo3.dir/clean: + cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && $(CMAKE_COMMAND) -P CMakeFiles/Demo3.dir/cmake_clean.cmake +.PHONY : examples/src/demo3/CMakeFiles/Demo3.dir/clean + +examples/src/demo3/CMakeFiles/Demo3.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/examples/src/demo3 /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/examples/src/demo3 /home/guest/Downloads/PopLib/build/examples/src/demo3/CMakeFiles/Demo3.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : examples/src/demo3/CMakeFiles/Demo3.dir/depend + diff --git a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/cmake_clean.cmake b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/cmake_clean.cmake new file mode 100644 index 00000000..8dc3adc9 --- /dev/null +++ b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/Demo3.dir/link.d" + "/home/guest/Downloads/PopLib/examples/bin/Demo3" + "/home/guest/Downloads/PopLib/examples/bin/Demo3.pdb" + "CMakeFiles/Demo3.dir/board.cpp.o" + "CMakeFiles/Demo3.dir/board.cpp.o.d" + "CMakeFiles/Demo3.dir/gameapp.cpp.o" + "CMakeFiles/Demo3.dir/gameapp.cpp.o.d" + "CMakeFiles/Demo3.dir/main.cpp.o" + "CMakeFiles/Demo3.dir/main.cpp.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/Demo3.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.make b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.make new file mode 100644 index 00000000..93fa4248 --- /dev/null +++ b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for Demo3. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.ts b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.ts new file mode 100644 index 00000000..1c0b3355 --- /dev/null +++ b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for Demo3. diff --git a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/depend.make b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/depend.make new file mode 100644 index 00000000..499a8f79 --- /dev/null +++ b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for Demo3. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/flags.make b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/flags.make new file mode 100644 index 00000000..a3bc9964 --- /dev/null +++ b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -DAL_LIBTYPE_STATIC -DCURL_STATICLIB -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/examples/src/demo3/.. -I/home/guest/Downloads/PopLib -I/home/guest/Downloads/PopLib/PopWork -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/miniaudio -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/curl/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE + diff --git a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/link.txt b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/link.txt new file mode 100644 index 00000000..05949284 --- /dev/null +++ b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -pthread -Wl,--dependency-file=CMakeFiles/Demo3.dir/link.d CMakeFiles/Demo3.dir/main.cpp.o CMakeFiles/Demo3.dir/gameapp.cpp.o CMakeFiles/Demo3.dir/board.cpp.o -o /home/guest/Downloads/PopLib/examples/bin/Demo3 -L/home/guest/Downloads/PopLib/external/bass/x64 -Wl,-rpath,/home/guest/Downloads/PopLib/external/bass/x64 ../../../PopWork/libPopWork.a ../../../external/SDL/libSDL3.a ../../../external/SDL_ttf/libSDL3_ttf.a /usr/lib/libharfbuzz.so /usr/lib/libfreetype.so ../../../external/openal/libopenal.a -pthread -ldl -latomic ../../../external/miniaudio/libminiaudio.a ../../../external/vorbis/lib/libvorbisfile.a ../../../external/vorbis/lib/libvorbis.a ../../../external/ogg/libogg.a -lm ../../../external/curl/lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -lbass diff --git a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/progress.make b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/examples/src/demo3/CMakeFiles/progress.marks b/build_emscripten/examples/src/demo3/CMakeFiles/progress.marks new file mode 100644 index 00000000..f64f5d8d --- /dev/null +++ b/build_emscripten/examples/src/demo3/CMakeFiles/progress.marks @@ -0,0 +1 @@ +27 diff --git a/build_emscripten/examples/src/demo3/Makefile b/build_emscripten/examples/src/demo3/Makefile new file mode 100644 index 00000000..7748eed1 --- /dev/null +++ b/build_emscripten/examples/src/demo3/Makefile @@ -0,0 +1,309 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/examples/src/demo3//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo3/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo3/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo3/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo3/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +examples/src/demo3/CMakeFiles/Demo3.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo3/CMakeFiles/Demo3.dir/rule +.PHONY : examples/src/demo3/CMakeFiles/Demo3.dir/rule + +# Convenience name for target. +Demo3: examples/src/demo3/CMakeFiles/Demo3.dir/rule +.PHONY : Demo3 + +# fast build rule for target. +Demo3/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/build +.PHONY : Demo3/fast + +board.o: board.cpp.o +.PHONY : board.o + +# target to build an object file +board.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.o +.PHONY : board.cpp.o + +board.i: board.cpp.i +.PHONY : board.i + +# target to preprocess a source file +board.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.i +.PHONY : board.cpp.i + +board.s: board.cpp.s +.PHONY : board.s + +# target to generate assembly for a file +board.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.s +.PHONY : board.cpp.s + +gameapp.o: gameapp.cpp.o +.PHONY : gameapp.o + +# target to build an object file +gameapp.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.o +.PHONY : gameapp.cpp.o + +gameapp.i: gameapp.cpp.i +.PHONY : gameapp.i + +# target to preprocess a source file +gameapp.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.i +.PHONY : gameapp.cpp.i + +gameapp.s: gameapp.cpp.s +.PHONY : gameapp.s + +# target to generate assembly for a file +gameapp.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.s +.PHONY : gameapp.cpp.s + +main.o: main.cpp.o +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.s +.PHONY : main.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... Demo3" + @echo "... board.o" + @echo "... board.i" + @echo "... board.s" + @echo "... gameapp.o" + @echo "... gameapp.i" + @echo "... gameapp.s" + @echo "... main.o" + @echo "... main.i" + @echo "... main.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/examples/src/demo3/cmake_install.cmake b/build_emscripten/examples/src/demo3/cmake_install.cmake new file mode 100644 index 00000000..e90fd2b6 --- /dev/null +++ b/build_emscripten/examples/src/demo3/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/examples/src/demo3 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/examples/src/demo3/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/examples/src/demo4/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/examples/src/demo4/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/examples/src/demo4/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/DependInfo.cmake b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/DependInfo.cmake new file mode 100644 index 00000000..f17b4ab6 --- /dev/null +++ b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/DependInfo.cmake @@ -0,0 +1,28 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/examples/src/res.cpp" "examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.o" "gcc" "examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/demo4/board.cpp" "examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.o" "gcc" "examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/demo4/gameapp.cpp" "examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.o" "gcc" "examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/demo4/main.cpp" "examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.o" "gcc" "examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/demo4/titlescreen.cpp" "examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.o" "gcc" "examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.o.d" + "" "/home/guest/Downloads/PopLib/examples/bin/Demo4" "gcc" "examples/src/demo4/CMakeFiles/Demo4.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/build.make b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/build.make new file mode 100644 index 00000000..8cbb1421 --- /dev/null +++ b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/build.make @@ -0,0 +1,193 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include examples/src/demo4/CMakeFiles/Demo4.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.make + +# Include the progress variables for this target. +include examples/src/demo4/CMakeFiles/Demo4.dir/progress.make + +# Include the compile flags for this target's objects. +include examples/src/demo4/CMakeFiles/Demo4.dir/flags.make + +examples/src/demo4/CMakeFiles/Demo4.dir/codegen: +.PHONY : examples/src/demo4/CMakeFiles/Demo4.dir/codegen + +examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.o: examples/src/demo4/CMakeFiles/Demo4.dir/flags.make +examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo4/main.cpp +examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.o: examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.o -MF CMakeFiles/Demo4.dir/main.cpp.o.d -o CMakeFiles/Demo4.dir/main.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo4/main.cpp + +examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo4.dir/main.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo4/main.cpp > CMakeFiles/Demo4.dir/main.cpp.i + +examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo4.dir/main.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo4/main.cpp -o CMakeFiles/Demo4.dir/main.cpp.s + +examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.o: examples/src/demo4/CMakeFiles/Demo4.dir/flags.make +examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo4/gameapp.cpp +examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.o: examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.o -MF CMakeFiles/Demo4.dir/gameapp.cpp.o.d -o CMakeFiles/Demo4.dir/gameapp.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo4/gameapp.cpp + +examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo4.dir/gameapp.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo4/gameapp.cpp > CMakeFiles/Demo4.dir/gameapp.cpp.i + +examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo4.dir/gameapp.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo4/gameapp.cpp -o CMakeFiles/Demo4.dir/gameapp.cpp.s + +examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.o: examples/src/demo4/CMakeFiles/Demo4.dir/flags.make +examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo4/board.cpp +examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.o: examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.o -MF CMakeFiles/Demo4.dir/board.cpp.o.d -o CMakeFiles/Demo4.dir/board.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo4/board.cpp + +examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo4.dir/board.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo4/board.cpp > CMakeFiles/Demo4.dir/board.cpp.i + +examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo4.dir/board.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo4/board.cpp -o CMakeFiles/Demo4.dir/board.cpp.s + +examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.o: examples/src/demo4/CMakeFiles/Demo4.dir/flags.make +examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo4/titlescreen.cpp +examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.o: examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.o -MF CMakeFiles/Demo4.dir/titlescreen.cpp.o.d -o CMakeFiles/Demo4.dir/titlescreen.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo4/titlescreen.cpp + +examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo4.dir/titlescreen.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo4/titlescreen.cpp > CMakeFiles/Demo4.dir/titlescreen.cpp.i + +examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo4.dir/titlescreen.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo4/titlescreen.cpp -o CMakeFiles/Demo4.dir/titlescreen.cpp.s + +examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.o: examples/src/demo4/CMakeFiles/Demo4.dir/flags.make +examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.o: /home/guest/Downloads/PopLib/examples/src/res.cpp +examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.o: examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.o -MF CMakeFiles/Demo4.dir/__/res.cpp.o.d -o CMakeFiles/Demo4.dir/__/res.cpp.o -c /home/guest/Downloads/PopLib/examples/src/res.cpp + +examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo4.dir/__/res.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/res.cpp > CMakeFiles/Demo4.dir/__/res.cpp.i + +examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo4.dir/__/res.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/res.cpp -o CMakeFiles/Demo4.dir/__/res.cpp.s + +# Object files for target Demo4 +Demo4_OBJECTS = \ +"CMakeFiles/Demo4.dir/main.cpp.o" \ +"CMakeFiles/Demo4.dir/gameapp.cpp.o" \ +"CMakeFiles/Demo4.dir/board.cpp.o" \ +"CMakeFiles/Demo4.dir/titlescreen.cpp.o" \ +"CMakeFiles/Demo4.dir/__/res.cpp.o" + +# External object files for target Demo4 +Demo4_EXTERNAL_OBJECTS = + +/home/guest/Downloads/PopLib/examples/bin/Demo4: examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Demo4: examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Demo4: examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Demo4: examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Demo4: examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Demo4: examples/src/demo4/CMakeFiles/Demo4.dir/build.make +/home/guest/Downloads/PopLib/examples/bin/Demo4: examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.ts +/home/guest/Downloads/PopLib/examples/bin/Demo4: PopWork/libPopWork.a +/home/guest/Downloads/PopLib/examples/bin/Demo4: external/SDL/libSDL3.a +/home/guest/Downloads/PopLib/examples/bin/Demo4: external/SDL_ttf/libSDL3_ttf.a +/home/guest/Downloads/PopLib/examples/bin/Demo4: /usr/lib/libharfbuzz.so +/home/guest/Downloads/PopLib/examples/bin/Demo4: /usr/lib/libfreetype.so +/home/guest/Downloads/PopLib/examples/bin/Demo4: external/openal/libopenal.a +/home/guest/Downloads/PopLib/examples/bin/Demo4: external/miniaudio/libminiaudio.a +/home/guest/Downloads/PopLib/examples/bin/Demo4: external/vorbis/lib/libvorbisfile.a +/home/guest/Downloads/PopLib/examples/bin/Demo4: external/vorbis/lib/libvorbis.a +/home/guest/Downloads/PopLib/examples/bin/Demo4: external/ogg/libogg.a +/home/guest/Downloads/PopLib/examples/bin/Demo4: external/curl/lib/libcurl.a +/home/guest/Downloads/PopLib/examples/bin/Demo4: /usr/lib/libz.so +/home/guest/Downloads/PopLib/examples/bin/Demo4: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so +/home/guest/Downloads/PopLib/examples/bin/Demo4: examples/src/demo4/CMakeFiles/Demo4.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Linking CXX executable /home/guest/Downloads/PopLib/examples/bin/Demo4" + cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Demo4.dir/link.txt --verbose=$(VERBOSE) + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold "Copying runtime DLL: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so to output directory" + cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/cmake -E copy_if_different /home/guest/Downloads/PopLib/external/bass/x64/libbass.so /home/guest/Downloads/PopLib/examples/bin + +# Rule to build all files generated by this target. +examples/src/demo4/CMakeFiles/Demo4.dir/build: /home/guest/Downloads/PopLib/examples/bin/Demo4 +.PHONY : examples/src/demo4/CMakeFiles/Demo4.dir/build + +examples/src/demo4/CMakeFiles/Demo4.dir/clean: + cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && $(CMAKE_COMMAND) -P CMakeFiles/Demo4.dir/cmake_clean.cmake +.PHONY : examples/src/demo4/CMakeFiles/Demo4.dir/clean + +examples/src/demo4/CMakeFiles/Demo4.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/examples/src/demo4 /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/examples/src/demo4 /home/guest/Downloads/PopLib/build/examples/src/demo4/CMakeFiles/Demo4.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : examples/src/demo4/CMakeFiles/Demo4.dir/depend + diff --git a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/cmake_clean.cmake b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/cmake_clean.cmake new file mode 100644 index 00000000..b4c6bcbb --- /dev/null +++ b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/cmake_clean.cmake @@ -0,0 +1,20 @@ +file(REMOVE_RECURSE + "CMakeFiles/Demo4.dir/link.d" + "/home/guest/Downloads/PopLib/examples/bin/Demo4" + "/home/guest/Downloads/PopLib/examples/bin/Demo4.pdb" + "CMakeFiles/Demo4.dir/__/res.cpp.o" + "CMakeFiles/Demo4.dir/__/res.cpp.o.d" + "CMakeFiles/Demo4.dir/board.cpp.o" + "CMakeFiles/Demo4.dir/board.cpp.o.d" + "CMakeFiles/Demo4.dir/gameapp.cpp.o" + "CMakeFiles/Demo4.dir/gameapp.cpp.o.d" + "CMakeFiles/Demo4.dir/main.cpp.o" + "CMakeFiles/Demo4.dir/main.cpp.o.d" + "CMakeFiles/Demo4.dir/titlescreen.cpp.o" + "CMakeFiles/Demo4.dir/titlescreen.cpp.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/Demo4.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.make b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.make new file mode 100644 index 00000000..1eae6f6b --- /dev/null +++ b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for Demo4. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.ts b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.ts new file mode 100644 index 00000000..1da3be24 --- /dev/null +++ b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for Demo4. diff --git a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/depend.make b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/depend.make new file mode 100644 index 00000000..bcde3564 --- /dev/null +++ b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for Demo4. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/flags.make b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/flags.make new file mode 100644 index 00000000..b6b54cba --- /dev/null +++ b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -DAL_LIBTYPE_STATIC -DCURL_STATICLIB -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/examples/src/demo4/.. -I/home/guest/Downloads/PopLib -I/home/guest/Downloads/PopLib/PopWork -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/miniaudio -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/curl/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE + diff --git a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/link.txt b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/link.txt new file mode 100644 index 00000000..8c3d4b62 --- /dev/null +++ b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -pthread -Wl,--dependency-file=CMakeFiles/Demo4.dir/link.d CMakeFiles/Demo4.dir/main.cpp.o CMakeFiles/Demo4.dir/gameapp.cpp.o CMakeFiles/Demo4.dir/board.cpp.o CMakeFiles/Demo4.dir/titlescreen.cpp.o CMakeFiles/Demo4.dir/__/res.cpp.o -o /home/guest/Downloads/PopLib/examples/bin/Demo4 -L/home/guest/Downloads/PopLib/external/bass/x64 -Wl,-rpath,/home/guest/Downloads/PopLib/external/bass/x64 ../../../PopWork/libPopWork.a ../../../external/SDL/libSDL3.a ../../../external/SDL_ttf/libSDL3_ttf.a /usr/lib/libharfbuzz.so /usr/lib/libfreetype.so ../../../external/openal/libopenal.a -pthread -ldl -latomic ../../../external/miniaudio/libminiaudio.a ../../../external/vorbis/lib/libvorbisfile.a ../../../external/vorbis/lib/libvorbis.a ../../../external/ogg/libogg.a -lm ../../../external/curl/lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -lbass diff --git a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/progress.make b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/progress.make new file mode 100644 index 00000000..fa5791f5 --- /dev/null +++ b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/progress.make @@ -0,0 +1,7 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = + diff --git a/build_emscripten/examples/src/demo4/CMakeFiles/progress.marks b/build_emscripten/examples/src/demo4/CMakeFiles/progress.marks new file mode 100644 index 00000000..f64f5d8d --- /dev/null +++ b/build_emscripten/examples/src/demo4/CMakeFiles/progress.marks @@ -0,0 +1 @@ +27 diff --git a/build_emscripten/examples/src/demo4/Makefile b/build_emscripten/examples/src/demo4/Makefile new file mode 100644 index 00000000..885c0bf9 --- /dev/null +++ b/build_emscripten/examples/src/demo4/Makefile @@ -0,0 +1,363 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/examples/src/demo4//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo4/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo4/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo4/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo4/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +examples/src/demo4/CMakeFiles/Demo4.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo4/CMakeFiles/Demo4.dir/rule +.PHONY : examples/src/demo4/CMakeFiles/Demo4.dir/rule + +# Convenience name for target. +Demo4: examples/src/demo4/CMakeFiles/Demo4.dir/rule +.PHONY : Demo4 + +# fast build rule for target. +Demo4/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/build +.PHONY : Demo4/fast + +__/res.o: __/res.cpp.o +.PHONY : __/res.o + +# target to build an object file +__/res.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.o +.PHONY : __/res.cpp.o + +__/res.i: __/res.cpp.i +.PHONY : __/res.i + +# target to preprocess a source file +__/res.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.i +.PHONY : __/res.cpp.i + +__/res.s: __/res.cpp.s +.PHONY : __/res.s + +# target to generate assembly for a file +__/res.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.s +.PHONY : __/res.cpp.s + +board.o: board.cpp.o +.PHONY : board.o + +# target to build an object file +board.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.o +.PHONY : board.cpp.o + +board.i: board.cpp.i +.PHONY : board.i + +# target to preprocess a source file +board.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.i +.PHONY : board.cpp.i + +board.s: board.cpp.s +.PHONY : board.s + +# target to generate assembly for a file +board.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.s +.PHONY : board.cpp.s + +gameapp.o: gameapp.cpp.o +.PHONY : gameapp.o + +# target to build an object file +gameapp.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.o +.PHONY : gameapp.cpp.o + +gameapp.i: gameapp.cpp.i +.PHONY : gameapp.i + +# target to preprocess a source file +gameapp.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.i +.PHONY : gameapp.cpp.i + +gameapp.s: gameapp.cpp.s +.PHONY : gameapp.s + +# target to generate assembly for a file +gameapp.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.s +.PHONY : gameapp.cpp.s + +main.o: main.cpp.o +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.s +.PHONY : main.cpp.s + +titlescreen.o: titlescreen.cpp.o +.PHONY : titlescreen.o + +# target to build an object file +titlescreen.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.o +.PHONY : titlescreen.cpp.o + +titlescreen.i: titlescreen.cpp.i +.PHONY : titlescreen.i + +# target to preprocess a source file +titlescreen.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.i +.PHONY : titlescreen.cpp.i + +titlescreen.s: titlescreen.cpp.s +.PHONY : titlescreen.s + +# target to generate assembly for a file +titlescreen.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.s +.PHONY : titlescreen.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... Demo4" + @echo "... __/res.o" + @echo "... __/res.i" + @echo "... __/res.s" + @echo "... board.o" + @echo "... board.i" + @echo "... board.s" + @echo "... gameapp.o" + @echo "... gameapp.i" + @echo "... gameapp.s" + @echo "... main.o" + @echo "... main.i" + @echo "... main.s" + @echo "... titlescreen.o" + @echo "... titlescreen.i" + @echo "... titlescreen.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/examples/src/demo4/cmake_install.cmake b/build_emscripten/examples/src/demo4/cmake_install.cmake new file mode 100644 index 00000000..25931476 --- /dev/null +++ b/build_emscripten/examples/src/demo4/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/examples/src/demo4 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/examples/src/demo4/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/examples/src/demo5/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/examples/src/demo5/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/examples/src/demo5/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/DependInfo.cmake b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/DependInfo.cmake new file mode 100644 index 00000000..f69b75f5 --- /dev/null +++ b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/DependInfo.cmake @@ -0,0 +1,29 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/examples/src/res.cpp" "examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.o" "gcc" "examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/demo5/board.cpp" "examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.o" "gcc" "examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/demo5/demodialog.cpp" "examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.o" "gcc" "examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/demo5/gameapp.cpp" "examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.o" "gcc" "examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/demo5/main.cpp" "examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.o" "gcc" "examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/demo5/titlescreen.cpp" "examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.o" "gcc" "examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.o.d" + "" "/home/guest/Downloads/PopLib/examples/bin/Demo5" "gcc" "examples/src/demo5/CMakeFiles/Demo5.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/build.make b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/build.make new file mode 100644 index 00000000..b93bb43b --- /dev/null +++ b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/build.make @@ -0,0 +1,209 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include examples/src/demo5/CMakeFiles/Demo5.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.make + +# Include the progress variables for this target. +include examples/src/demo5/CMakeFiles/Demo5.dir/progress.make + +# Include the compile flags for this target's objects. +include examples/src/demo5/CMakeFiles/Demo5.dir/flags.make + +examples/src/demo5/CMakeFiles/Demo5.dir/codegen: +.PHONY : examples/src/demo5/CMakeFiles/Demo5.dir/codegen + +examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/flags.make +examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo5/main.cpp +examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.o -MF CMakeFiles/Demo5.dir/main.cpp.o.d -o CMakeFiles/Demo5.dir/main.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo5/main.cpp + +examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo5.dir/main.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo5/main.cpp > CMakeFiles/Demo5.dir/main.cpp.i + +examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo5.dir/main.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo5/main.cpp -o CMakeFiles/Demo5.dir/main.cpp.s + +examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/flags.make +examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo5/gameapp.cpp +examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.o -MF CMakeFiles/Demo5.dir/gameapp.cpp.o.d -o CMakeFiles/Demo5.dir/gameapp.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo5/gameapp.cpp + +examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo5.dir/gameapp.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo5/gameapp.cpp > CMakeFiles/Demo5.dir/gameapp.cpp.i + +examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo5.dir/gameapp.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo5/gameapp.cpp -o CMakeFiles/Demo5.dir/gameapp.cpp.s + +examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/flags.make +examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo5/board.cpp +examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.o -MF CMakeFiles/Demo5.dir/board.cpp.o.d -o CMakeFiles/Demo5.dir/board.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo5/board.cpp + +examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo5.dir/board.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo5/board.cpp > CMakeFiles/Demo5.dir/board.cpp.i + +examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo5.dir/board.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo5/board.cpp -o CMakeFiles/Demo5.dir/board.cpp.s + +examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/flags.make +examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo5/titlescreen.cpp +examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.o -MF CMakeFiles/Demo5.dir/titlescreen.cpp.o.d -o CMakeFiles/Demo5.dir/titlescreen.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo5/titlescreen.cpp + +examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo5.dir/titlescreen.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo5/titlescreen.cpp > CMakeFiles/Demo5.dir/titlescreen.cpp.i + +examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo5.dir/titlescreen.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo5/titlescreen.cpp -o CMakeFiles/Demo5.dir/titlescreen.cpp.s + +examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/flags.make +examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo5/demodialog.cpp +examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.o -MF CMakeFiles/Demo5.dir/demodialog.cpp.o.d -o CMakeFiles/Demo5.dir/demodialog.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo5/demodialog.cpp + +examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo5.dir/demodialog.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo5/demodialog.cpp > CMakeFiles/Demo5.dir/demodialog.cpp.i + +examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo5.dir/demodialog.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo5/demodialog.cpp -o CMakeFiles/Demo5.dir/demodialog.cpp.s + +examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/flags.make +examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.o: /home/guest/Downloads/PopLib/examples/src/res.cpp +examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.o -MF CMakeFiles/Demo5.dir/__/res.cpp.o.d -o CMakeFiles/Demo5.dir/__/res.cpp.o -c /home/guest/Downloads/PopLib/examples/src/res.cpp + +examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo5.dir/__/res.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/res.cpp > CMakeFiles/Demo5.dir/__/res.cpp.i + +examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo5.dir/__/res.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/res.cpp -o CMakeFiles/Demo5.dir/__/res.cpp.s + +# Object files for target Demo5 +Demo5_OBJECTS = \ +"CMakeFiles/Demo5.dir/main.cpp.o" \ +"CMakeFiles/Demo5.dir/gameapp.cpp.o" \ +"CMakeFiles/Demo5.dir/board.cpp.o" \ +"CMakeFiles/Demo5.dir/titlescreen.cpp.o" \ +"CMakeFiles/Demo5.dir/demodialog.cpp.o" \ +"CMakeFiles/Demo5.dir/__/res.cpp.o" + +# External object files for target Demo5 +Demo5_EXTERNAL_OBJECTS = + +/home/guest/Downloads/PopLib/examples/bin/Demo5: examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Demo5: examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Demo5: examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Demo5: examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Demo5: examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Demo5: examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Demo5: examples/src/demo5/CMakeFiles/Demo5.dir/build.make +/home/guest/Downloads/PopLib/examples/bin/Demo5: examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.ts +/home/guest/Downloads/PopLib/examples/bin/Demo5: PopWork/libPopWork.a +/home/guest/Downloads/PopLib/examples/bin/Demo5: external/SDL/libSDL3.a +/home/guest/Downloads/PopLib/examples/bin/Demo5: external/SDL_ttf/libSDL3_ttf.a +/home/guest/Downloads/PopLib/examples/bin/Demo5: /usr/lib/libharfbuzz.so +/home/guest/Downloads/PopLib/examples/bin/Demo5: /usr/lib/libfreetype.so +/home/guest/Downloads/PopLib/examples/bin/Demo5: external/openal/libopenal.a +/home/guest/Downloads/PopLib/examples/bin/Demo5: external/miniaudio/libminiaudio.a +/home/guest/Downloads/PopLib/examples/bin/Demo5: external/vorbis/lib/libvorbisfile.a +/home/guest/Downloads/PopLib/examples/bin/Demo5: external/vorbis/lib/libvorbis.a +/home/guest/Downloads/PopLib/examples/bin/Demo5: external/ogg/libogg.a +/home/guest/Downloads/PopLib/examples/bin/Demo5: external/curl/lib/libcurl.a +/home/guest/Downloads/PopLib/examples/bin/Demo5: /usr/lib/libz.so +/home/guest/Downloads/PopLib/examples/bin/Demo5: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so +/home/guest/Downloads/PopLib/examples/bin/Demo5: examples/src/demo5/CMakeFiles/Demo5.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Linking CXX executable /home/guest/Downloads/PopLib/examples/bin/Demo5" + cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Demo5.dir/link.txt --verbose=$(VERBOSE) + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold "Copying runtime DLL: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so to output directory" + cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/cmake -E copy_if_different /home/guest/Downloads/PopLib/external/bass/x64/libbass.so /home/guest/Downloads/PopLib/examples/bin + +# Rule to build all files generated by this target. +examples/src/demo5/CMakeFiles/Demo5.dir/build: /home/guest/Downloads/PopLib/examples/bin/Demo5 +.PHONY : examples/src/demo5/CMakeFiles/Demo5.dir/build + +examples/src/demo5/CMakeFiles/Demo5.dir/clean: + cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && $(CMAKE_COMMAND) -P CMakeFiles/Demo5.dir/cmake_clean.cmake +.PHONY : examples/src/demo5/CMakeFiles/Demo5.dir/clean + +examples/src/demo5/CMakeFiles/Demo5.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/examples/src/demo5 /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/examples/src/demo5 /home/guest/Downloads/PopLib/build/examples/src/demo5/CMakeFiles/Demo5.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : examples/src/demo5/CMakeFiles/Demo5.dir/depend + diff --git a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/cmake_clean.cmake b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/cmake_clean.cmake new file mode 100644 index 00000000..649567db --- /dev/null +++ b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/cmake_clean.cmake @@ -0,0 +1,22 @@ +file(REMOVE_RECURSE + "CMakeFiles/Demo5.dir/link.d" + "/home/guest/Downloads/PopLib/examples/bin/Demo5" + "/home/guest/Downloads/PopLib/examples/bin/Demo5.pdb" + "CMakeFiles/Demo5.dir/__/res.cpp.o" + "CMakeFiles/Demo5.dir/__/res.cpp.o.d" + "CMakeFiles/Demo5.dir/board.cpp.o" + "CMakeFiles/Demo5.dir/board.cpp.o.d" + "CMakeFiles/Demo5.dir/demodialog.cpp.o" + "CMakeFiles/Demo5.dir/demodialog.cpp.o.d" + "CMakeFiles/Demo5.dir/gameapp.cpp.o" + "CMakeFiles/Demo5.dir/gameapp.cpp.o.d" + "CMakeFiles/Demo5.dir/main.cpp.o" + "CMakeFiles/Demo5.dir/main.cpp.o.d" + "CMakeFiles/Demo5.dir/titlescreen.cpp.o" + "CMakeFiles/Demo5.dir/titlescreen.cpp.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/Demo5.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.make b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.make new file mode 100644 index 00000000..1f0aacb3 --- /dev/null +++ b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for Demo5. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.ts b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.ts new file mode 100644 index 00000000..64343092 --- /dev/null +++ b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for Demo5. diff --git a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/depend.make b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/depend.make new file mode 100644 index 00000000..360764df --- /dev/null +++ b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for Demo5. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/flags.make b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/flags.make new file mode 100644 index 00000000..9b5d4d76 --- /dev/null +++ b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -DAL_LIBTYPE_STATIC -DCURL_STATICLIB -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/examples/src/demo5/.. -I/home/guest/Downloads/PopLib -I/home/guest/Downloads/PopLib/PopWork -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/miniaudio -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/curl/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE + diff --git a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/link.txt b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/link.txt new file mode 100644 index 00000000..6b4efc67 --- /dev/null +++ b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -pthread -Wl,--dependency-file=CMakeFiles/Demo5.dir/link.d CMakeFiles/Demo5.dir/main.cpp.o CMakeFiles/Demo5.dir/gameapp.cpp.o CMakeFiles/Demo5.dir/board.cpp.o CMakeFiles/Demo5.dir/titlescreen.cpp.o CMakeFiles/Demo5.dir/demodialog.cpp.o CMakeFiles/Demo5.dir/__/res.cpp.o -o /home/guest/Downloads/PopLib/examples/bin/Demo5 -L/home/guest/Downloads/PopLib/external/bass/x64 -Wl,-rpath,/home/guest/Downloads/PopLib/external/bass/x64 ../../../PopWork/libPopWork.a ../../../external/SDL/libSDL3.a ../../../external/SDL_ttf/libSDL3_ttf.a /usr/lib/libharfbuzz.so /usr/lib/libfreetype.so ../../../external/openal/libopenal.a -pthread -ldl -latomic ../../../external/miniaudio/libminiaudio.a ../../../external/vorbis/lib/libvorbisfile.a ../../../external/vorbis/lib/libvorbis.a ../../../external/ogg/libogg.a -lm ../../../external/curl/lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -lbass diff --git a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/progress.make b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/progress.make new file mode 100644 index 00000000..74c96d9f --- /dev/null +++ b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/progress.make @@ -0,0 +1,8 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = 1 + diff --git a/build_emscripten/examples/src/demo5/CMakeFiles/progress.marks b/build_emscripten/examples/src/demo5/CMakeFiles/progress.marks new file mode 100644 index 00000000..9902f178 --- /dev/null +++ b/build_emscripten/examples/src/demo5/CMakeFiles/progress.marks @@ -0,0 +1 @@ +28 diff --git a/build_emscripten/examples/src/demo5/Makefile b/build_emscripten/examples/src/demo5/Makefile new file mode 100644 index 00000000..32f2f8bb --- /dev/null +++ b/build_emscripten/examples/src/demo5/Makefile @@ -0,0 +1,390 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/examples/src/demo5//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo5/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo5/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo5/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo5/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +examples/src/demo5/CMakeFiles/Demo5.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo5/CMakeFiles/Demo5.dir/rule +.PHONY : examples/src/demo5/CMakeFiles/Demo5.dir/rule + +# Convenience name for target. +Demo5: examples/src/demo5/CMakeFiles/Demo5.dir/rule +.PHONY : Demo5 + +# fast build rule for target. +Demo5/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/build +.PHONY : Demo5/fast + +__/res.o: __/res.cpp.o +.PHONY : __/res.o + +# target to build an object file +__/res.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.o +.PHONY : __/res.cpp.o + +__/res.i: __/res.cpp.i +.PHONY : __/res.i + +# target to preprocess a source file +__/res.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.i +.PHONY : __/res.cpp.i + +__/res.s: __/res.cpp.s +.PHONY : __/res.s + +# target to generate assembly for a file +__/res.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.s +.PHONY : __/res.cpp.s + +board.o: board.cpp.o +.PHONY : board.o + +# target to build an object file +board.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.o +.PHONY : board.cpp.o + +board.i: board.cpp.i +.PHONY : board.i + +# target to preprocess a source file +board.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.i +.PHONY : board.cpp.i + +board.s: board.cpp.s +.PHONY : board.s + +# target to generate assembly for a file +board.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.s +.PHONY : board.cpp.s + +demodialog.o: demodialog.cpp.o +.PHONY : demodialog.o + +# target to build an object file +demodialog.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.o +.PHONY : demodialog.cpp.o + +demodialog.i: demodialog.cpp.i +.PHONY : demodialog.i + +# target to preprocess a source file +demodialog.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.i +.PHONY : demodialog.cpp.i + +demodialog.s: demodialog.cpp.s +.PHONY : demodialog.s + +# target to generate assembly for a file +demodialog.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.s +.PHONY : demodialog.cpp.s + +gameapp.o: gameapp.cpp.o +.PHONY : gameapp.o + +# target to build an object file +gameapp.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.o +.PHONY : gameapp.cpp.o + +gameapp.i: gameapp.cpp.i +.PHONY : gameapp.i + +# target to preprocess a source file +gameapp.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.i +.PHONY : gameapp.cpp.i + +gameapp.s: gameapp.cpp.s +.PHONY : gameapp.s + +# target to generate assembly for a file +gameapp.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.s +.PHONY : gameapp.cpp.s + +main.o: main.cpp.o +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.s +.PHONY : main.cpp.s + +titlescreen.o: titlescreen.cpp.o +.PHONY : titlescreen.o + +# target to build an object file +titlescreen.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.o +.PHONY : titlescreen.cpp.o + +titlescreen.i: titlescreen.cpp.i +.PHONY : titlescreen.i + +# target to preprocess a source file +titlescreen.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.i +.PHONY : titlescreen.cpp.i + +titlescreen.s: titlescreen.cpp.s +.PHONY : titlescreen.s + +# target to generate assembly for a file +titlescreen.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.s +.PHONY : titlescreen.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... Demo5" + @echo "... __/res.o" + @echo "... __/res.i" + @echo "... __/res.s" + @echo "... board.o" + @echo "... board.i" + @echo "... board.s" + @echo "... demodialog.o" + @echo "... demodialog.i" + @echo "... demodialog.s" + @echo "... gameapp.o" + @echo "... gameapp.i" + @echo "... gameapp.s" + @echo "... main.o" + @echo "... main.i" + @echo "... main.s" + @echo "... titlescreen.o" + @echo "... titlescreen.i" + @echo "... titlescreen.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/examples/src/demo5/cmake_install.cmake b/build_emscripten/examples/src/demo5/cmake_install.cmake new file mode 100644 index 00000000..67e84427 --- /dev/null +++ b/build_emscripten/examples/src/demo5/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/examples/src/demo5 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/examples/src/demo5/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/examples/src/hun-garr/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/examples/src/hun-garr/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/examples/src/hun-garr/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/DependInfo.cmake b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/DependInfo.cmake new file mode 100644 index 00000000..82bf0f58 --- /dev/null +++ b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/DependInfo.cmake @@ -0,0 +1,31 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/examples/src/res.cpp" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.o" "gcc" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/hun-garr/board.cpp" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.o" "gcc" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/hun-garr/gameapp.cpp" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.o" "gcc" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/hun-garr/gameovereffect.cpp" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o" "gcc" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/hun-garr/levelupeffect.cpp" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o" "gcc" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/hun-garr/main.cpp" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.o" "gcc" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/hun-garr/optionsdialog.cpp" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o" "gcc" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/hun-garr/titlescreen.cpp" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.o" "gcc" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.o.d" + "" "/home/guest/Downloads/PopLib/examples/bin/Hun-garr" "gcc" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make new file mode 100644 index 00000000..f59bdba8 --- /dev/null +++ b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make @@ -0,0 +1,241 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include examples/src/hun-garr/CMakeFiles/Hun-garr.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.make + +# Include the progress variables for this target. +include examples/src/hun-garr/CMakeFiles/Hun-garr.dir/progress.make + +# Include the compile flags for this target's objects. +include examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/codegen: +.PHONY : examples/src/hun-garr/CMakeFiles/Hun-garr.dir/codegen + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.o: /home/guest/Downloads/PopLib/examples/src/hun-garr/main.cpp +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.o -MF CMakeFiles/Hun-garr.dir/main.cpp.o.d -o CMakeFiles/Hun-garr.dir/main.cpp.o -c /home/guest/Downloads/PopLib/examples/src/hun-garr/main.cpp + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Hun-garr.dir/main.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/hun-garr/main.cpp > CMakeFiles/Hun-garr.dir/main.cpp.i + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Hun-garr.dir/main.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/hun-garr/main.cpp -o CMakeFiles/Hun-garr.dir/main.cpp.s + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.o: /home/guest/Downloads/PopLib/examples/src/hun-garr/gameapp.cpp +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.o -MF CMakeFiles/Hun-garr.dir/gameapp.cpp.o.d -o CMakeFiles/Hun-garr.dir/gameapp.cpp.o -c /home/guest/Downloads/PopLib/examples/src/hun-garr/gameapp.cpp + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Hun-garr.dir/gameapp.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/hun-garr/gameapp.cpp > CMakeFiles/Hun-garr.dir/gameapp.cpp.i + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Hun-garr.dir/gameapp.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/hun-garr/gameapp.cpp -o CMakeFiles/Hun-garr.dir/gameapp.cpp.s + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.o: /home/guest/Downloads/PopLib/examples/src/hun-garr/board.cpp +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.o -MF CMakeFiles/Hun-garr.dir/board.cpp.o.d -o CMakeFiles/Hun-garr.dir/board.cpp.o -c /home/guest/Downloads/PopLib/examples/src/hun-garr/board.cpp + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Hun-garr.dir/board.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/hun-garr/board.cpp > CMakeFiles/Hun-garr.dir/board.cpp.i + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Hun-garr.dir/board.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/hun-garr/board.cpp -o CMakeFiles/Hun-garr.dir/board.cpp.s + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.o: /home/guest/Downloads/PopLib/examples/src/hun-garr/titlescreen.cpp +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.o -MF CMakeFiles/Hun-garr.dir/titlescreen.cpp.o.d -o CMakeFiles/Hun-garr.dir/titlescreen.cpp.o -c /home/guest/Downloads/PopLib/examples/src/hun-garr/titlescreen.cpp + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Hun-garr.dir/titlescreen.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/hun-garr/titlescreen.cpp > CMakeFiles/Hun-garr.dir/titlescreen.cpp.i + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Hun-garr.dir/titlescreen.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/hun-garr/titlescreen.cpp -o CMakeFiles/Hun-garr.dir/titlescreen.cpp.s + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o: /home/guest/Downloads/PopLib/examples/src/hun-garr/optionsdialog.cpp +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o -MF CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o.d -o CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o -c /home/guest/Downloads/PopLib/examples/src/hun-garr/optionsdialog.cpp + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Hun-garr.dir/optionsdialog.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/hun-garr/optionsdialog.cpp > CMakeFiles/Hun-garr.dir/optionsdialog.cpp.i + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Hun-garr.dir/optionsdialog.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/hun-garr/optionsdialog.cpp -o CMakeFiles/Hun-garr.dir/optionsdialog.cpp.s + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o: /home/guest/Downloads/PopLib/examples/src/hun-garr/levelupeffect.cpp +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o -MF CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o.d -o CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o -c /home/guest/Downloads/PopLib/examples/src/hun-garr/levelupeffect.cpp + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Hun-garr.dir/levelupeffect.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/hun-garr/levelupeffect.cpp > CMakeFiles/Hun-garr.dir/levelupeffect.cpp.i + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Hun-garr.dir/levelupeffect.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/hun-garr/levelupeffect.cpp -o CMakeFiles/Hun-garr.dir/levelupeffect.cpp.s + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o: /home/guest/Downloads/PopLib/examples/src/hun-garr/gameovereffect.cpp +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o -MF CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o.d -o CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o -c /home/guest/Downloads/PopLib/examples/src/hun-garr/gameovereffect.cpp + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Hun-garr.dir/gameovereffect.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/hun-garr/gameovereffect.cpp > CMakeFiles/Hun-garr.dir/gameovereffect.cpp.i + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Hun-garr.dir/gameovereffect.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/hun-garr/gameovereffect.cpp -o CMakeFiles/Hun-garr.dir/gameovereffect.cpp.s + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.o: /home/guest/Downloads/PopLib/examples/src/res.cpp +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.o -MF CMakeFiles/Hun-garr.dir/__/res.cpp.o.d -o CMakeFiles/Hun-garr.dir/__/res.cpp.o -c /home/guest/Downloads/PopLib/examples/src/res.cpp + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Hun-garr.dir/__/res.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/res.cpp > CMakeFiles/Hun-garr.dir/__/res.cpp.i + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Hun-garr.dir/__/res.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/res.cpp -o CMakeFiles/Hun-garr.dir/__/res.cpp.s + +# Object files for target Hun-garr +Hun__garr_OBJECTS = \ +"CMakeFiles/Hun-garr.dir/main.cpp.o" \ +"CMakeFiles/Hun-garr.dir/gameapp.cpp.o" \ +"CMakeFiles/Hun-garr.dir/board.cpp.o" \ +"CMakeFiles/Hun-garr.dir/titlescreen.cpp.o" \ +"CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o" \ +"CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o" \ +"CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o" \ +"CMakeFiles/Hun-garr.dir/__/res.cpp.o" + +# External object files for target Hun-garr +Hun__garr_EXTERNAL_OBJECTS = + +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.o +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: PopWork/libPopWork.a +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: external/SDL/libSDL3.a +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: external/SDL_ttf/libSDL3_ttf.a +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: /usr/lib/libharfbuzz.so +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: /usr/lib/libfreetype.so +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: external/openal/libopenal.a +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: external/miniaudio/libminiaudio.a +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: external/vorbis/lib/libvorbisfile.a +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: external/vorbis/lib/libvorbis.a +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: external/ogg/libogg.a +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: external/curl/lib/libcurl.a +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: /usr/lib/libz.so +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so +/home/guest/Downloads/PopLib/examples/bin/Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Linking CXX executable /home/guest/Downloads/PopLib/examples/bin/Hun-garr" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Hun-garr.dir/link.txt --verbose=$(VERBOSE) + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold "Copying runtime DLL: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so to output directory" + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/cmake -E copy_if_different /home/guest/Downloads/PopLib/external/bass/x64/libbass.so /home/guest/Downloads/PopLib/examples/bin + +# Rule to build all files generated by this target. +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build: /home/guest/Downloads/PopLib/examples/bin/Hun-garr +.PHONY : examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/clean: + cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && $(CMAKE_COMMAND) -P CMakeFiles/Hun-garr.dir/cmake_clean.cmake +.PHONY : examples/src/hun-garr/CMakeFiles/Hun-garr.dir/clean + +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/examples/src/hun-garr /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/examples/src/hun-garr /home/guest/Downloads/PopLib/build/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : examples/src/hun-garr/CMakeFiles/Hun-garr.dir/depend + diff --git a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/cmake_clean.cmake b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/cmake_clean.cmake new file mode 100644 index 00000000..9d688a86 --- /dev/null +++ b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/cmake_clean.cmake @@ -0,0 +1,26 @@ +file(REMOVE_RECURSE + "CMakeFiles/Hun-garr.dir/link.d" + "/home/guest/Downloads/PopLib/examples/bin/Hun-garr" + "/home/guest/Downloads/PopLib/examples/bin/Hun-garr.pdb" + "CMakeFiles/Hun-garr.dir/__/res.cpp.o" + "CMakeFiles/Hun-garr.dir/__/res.cpp.o.d" + "CMakeFiles/Hun-garr.dir/board.cpp.o" + "CMakeFiles/Hun-garr.dir/board.cpp.o.d" + "CMakeFiles/Hun-garr.dir/gameapp.cpp.o" + "CMakeFiles/Hun-garr.dir/gameapp.cpp.o.d" + "CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o" + "CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o.d" + "CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o" + "CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o.d" + "CMakeFiles/Hun-garr.dir/main.cpp.o" + "CMakeFiles/Hun-garr.dir/main.cpp.o.d" + "CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o" + "CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o.d" + "CMakeFiles/Hun-garr.dir/titlescreen.cpp.o" + "CMakeFiles/Hun-garr.dir/titlescreen.cpp.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/Hun-garr.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.make b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.make new file mode 100644 index 00000000..3aa92fcc --- /dev/null +++ b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for Hun-garr. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts new file mode 100644 index 00000000..5d86eefc --- /dev/null +++ b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for Hun-garr. diff --git a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/depend.make b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/depend.make new file mode 100644 index 00000000..4089026f --- /dev/null +++ b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for Hun-garr. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make new file mode 100644 index 00000000..0d7be9d7 --- /dev/null +++ b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -DAL_LIBTYPE_STATIC -DCURL_STATICLIB -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/examples/src/hun-garr/.. -I/home/guest/Downloads/PopLib -I/home/guest/Downloads/PopLib/PopWork -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/miniaudio -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/curl/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE + diff --git a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/link.txt b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/link.txt new file mode 100644 index 00000000..07a419f1 --- /dev/null +++ b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -pthread -Wl,--dependency-file=CMakeFiles/Hun-garr.dir/link.d "CMakeFiles/Hun-garr.dir/main.cpp.o" "CMakeFiles/Hun-garr.dir/gameapp.cpp.o" "CMakeFiles/Hun-garr.dir/board.cpp.o" "CMakeFiles/Hun-garr.dir/titlescreen.cpp.o" "CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o" "CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o" "CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o" "CMakeFiles/Hun-garr.dir/__/res.cpp.o" -o /home/guest/Downloads/PopLib/examples/bin/Hun-garr -L/home/guest/Downloads/PopLib/external/bass/x64 -Wl,-rpath,/home/guest/Downloads/PopLib/external/bass/x64 ../../../PopWork/libPopWork.a ../../../external/SDL/libSDL3.a ../../../external/SDL_ttf/libSDL3_ttf.a /usr/lib/libharfbuzz.so /usr/lib/libfreetype.so ../../../external/openal/libopenal.a -pthread -ldl -latomic ../../../external/miniaudio/libminiaudio.a ../../../external/vorbis/lib/libvorbisfile.a ../../../external/vorbis/lib/libvorbis.a ../../../external/ogg/libogg.a -lm ../../../external/curl/lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -lbass diff --git a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/progress.make b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/progress.make new file mode 100644 index 00000000..c8e8c8d7 --- /dev/null +++ b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/progress.make @@ -0,0 +1,10 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = + diff --git a/build_emscripten/examples/src/hun-garr/CMakeFiles/progress.marks b/build_emscripten/examples/src/hun-garr/CMakeFiles/progress.marks new file mode 100644 index 00000000..f64f5d8d --- /dev/null +++ b/build_emscripten/examples/src/hun-garr/CMakeFiles/progress.marks @@ -0,0 +1 @@ +27 diff --git a/build_emscripten/examples/src/hun-garr/Makefile b/build_emscripten/examples/src/hun-garr/Makefile new file mode 100644 index 00000000..ac2e0754 --- /dev/null +++ b/build_emscripten/examples/src/hun-garr/Makefile @@ -0,0 +1,444 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/examples/src/hun-garr//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/hun-garr/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/hun-garr/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/hun-garr/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/hun-garr/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +examples/src/hun-garr/CMakeFiles/Hun-garr.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/hun-garr/CMakeFiles/Hun-garr.dir/rule +.PHONY : examples/src/hun-garr/CMakeFiles/Hun-garr.dir/rule + +# Convenience name for target. +Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/rule +.PHONY : Hun-garr + +# fast build rule for target. +Hun-garr/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build +.PHONY : Hun-garr/fast + +__/res.o: __/res.cpp.o +.PHONY : __/res.o + +# target to build an object file +__/res.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.o +.PHONY : __/res.cpp.o + +__/res.i: __/res.cpp.i +.PHONY : __/res.i + +# target to preprocess a source file +__/res.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.i +.PHONY : __/res.cpp.i + +__/res.s: __/res.cpp.s +.PHONY : __/res.s + +# target to generate assembly for a file +__/res.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.s +.PHONY : __/res.cpp.s + +board.o: board.cpp.o +.PHONY : board.o + +# target to build an object file +board.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.o +.PHONY : board.cpp.o + +board.i: board.cpp.i +.PHONY : board.i + +# target to preprocess a source file +board.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.i +.PHONY : board.cpp.i + +board.s: board.cpp.s +.PHONY : board.s + +# target to generate assembly for a file +board.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.s +.PHONY : board.cpp.s + +gameapp.o: gameapp.cpp.o +.PHONY : gameapp.o + +# target to build an object file +gameapp.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.o +.PHONY : gameapp.cpp.o + +gameapp.i: gameapp.cpp.i +.PHONY : gameapp.i + +# target to preprocess a source file +gameapp.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.i +.PHONY : gameapp.cpp.i + +gameapp.s: gameapp.cpp.s +.PHONY : gameapp.s + +# target to generate assembly for a file +gameapp.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.s +.PHONY : gameapp.cpp.s + +gameovereffect.o: gameovereffect.cpp.o +.PHONY : gameovereffect.o + +# target to build an object file +gameovereffect.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o +.PHONY : gameovereffect.cpp.o + +gameovereffect.i: gameovereffect.cpp.i +.PHONY : gameovereffect.i + +# target to preprocess a source file +gameovereffect.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.i +.PHONY : gameovereffect.cpp.i + +gameovereffect.s: gameovereffect.cpp.s +.PHONY : gameovereffect.s + +# target to generate assembly for a file +gameovereffect.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.s +.PHONY : gameovereffect.cpp.s + +levelupeffect.o: levelupeffect.cpp.o +.PHONY : levelupeffect.o + +# target to build an object file +levelupeffect.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o +.PHONY : levelupeffect.cpp.o + +levelupeffect.i: levelupeffect.cpp.i +.PHONY : levelupeffect.i + +# target to preprocess a source file +levelupeffect.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.i +.PHONY : levelupeffect.cpp.i + +levelupeffect.s: levelupeffect.cpp.s +.PHONY : levelupeffect.s + +# target to generate assembly for a file +levelupeffect.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.s +.PHONY : levelupeffect.cpp.s + +main.o: main.cpp.o +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.s +.PHONY : main.cpp.s + +optionsdialog.o: optionsdialog.cpp.o +.PHONY : optionsdialog.o + +# target to build an object file +optionsdialog.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o +.PHONY : optionsdialog.cpp.o + +optionsdialog.i: optionsdialog.cpp.i +.PHONY : optionsdialog.i + +# target to preprocess a source file +optionsdialog.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.i +.PHONY : optionsdialog.cpp.i + +optionsdialog.s: optionsdialog.cpp.s +.PHONY : optionsdialog.s + +# target to generate assembly for a file +optionsdialog.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.s +.PHONY : optionsdialog.cpp.s + +titlescreen.o: titlescreen.cpp.o +.PHONY : titlescreen.o + +# target to build an object file +titlescreen.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.o +.PHONY : titlescreen.cpp.o + +titlescreen.i: titlescreen.cpp.i +.PHONY : titlescreen.i + +# target to preprocess a source file +titlescreen.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.i +.PHONY : titlescreen.cpp.i + +titlescreen.s: titlescreen.cpp.s +.PHONY : titlescreen.s + +# target to generate assembly for a file +titlescreen.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.s +.PHONY : titlescreen.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... Hun-garr" + @echo "... __/res.o" + @echo "... __/res.i" + @echo "... __/res.s" + @echo "... board.o" + @echo "... board.i" + @echo "... board.s" + @echo "... gameapp.o" + @echo "... gameapp.i" + @echo "... gameapp.s" + @echo "... gameovereffect.o" + @echo "... gameovereffect.i" + @echo "... gameovereffect.s" + @echo "... levelupeffect.o" + @echo "... levelupeffect.i" + @echo "... levelupeffect.s" + @echo "... main.o" + @echo "... main.i" + @echo "... main.s" + @echo "... optionsdialog.o" + @echo "... optionsdialog.i" + @echo "... optionsdialog.s" + @echo "... titlescreen.o" + @echo "... titlescreen.i" + @echo "... titlescreen.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/examples/src/hun-garr/cmake_install.cmake b/build_emscripten/examples/src/hun-garr/cmake_install.cmake new file mode 100644 index 00000000..b1d15593 --- /dev/null +++ b/build_emscripten/examples/src/hun-garr/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/examples/src/hun-garr + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/examples/src/hun-garr/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/examples/src/v12demo/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/examples/src/v12demo/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/examples/src/v12demo/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/DependInfo.cmake b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/DependInfo.cmake new file mode 100644 index 00000000..d932a90f --- /dev/null +++ b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/DependInfo.cmake @@ -0,0 +1,28 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/examples/src/res.cpp" "examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.o" "gcc" "examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/v12demo/board.cpp" "examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.o" "gcc" "examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/v12demo/demowidget.cpp" "examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.o" "gcc" "examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/v12demo/main.cpp" "examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.o" "gcc" "examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/v12demo/v12demoapp.cpp" "examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.o" "gcc" "examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.o.d" + "" "/home/guest/Downloads/PopLib/examples/bin/V12Demo" "gcc" "examples/src/v12demo/CMakeFiles/V12Demo.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make new file mode 100644 index 00000000..e05ee320 --- /dev/null +++ b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make @@ -0,0 +1,193 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include examples/src/v12demo/CMakeFiles/V12Demo.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.make + +# Include the progress variables for this target. +include examples/src/v12demo/CMakeFiles/V12Demo.dir/progress.make + +# Include the compile flags for this target's objects. +include examples/src/v12demo/CMakeFiles/V12Demo.dir/flags.make + +examples/src/v12demo/CMakeFiles/V12Demo.dir/codegen: +.PHONY : examples/src/v12demo/CMakeFiles/V12Demo.dir/codegen + +examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.o: examples/src/v12demo/CMakeFiles/V12Demo.dir/flags.make +examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.o: /home/guest/Downloads/PopLib/examples/src/v12demo/main.cpp +examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.o: examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.o -MF CMakeFiles/V12Demo.dir/main.cpp.o.d -o CMakeFiles/V12Demo.dir/main.cpp.o -c /home/guest/Downloads/PopLib/examples/src/v12demo/main.cpp + +examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/V12Demo.dir/main.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/v12demo/main.cpp > CMakeFiles/V12Demo.dir/main.cpp.i + +examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/V12Demo.dir/main.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/v12demo/main.cpp -o CMakeFiles/V12Demo.dir/main.cpp.s + +examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.o: examples/src/v12demo/CMakeFiles/V12Demo.dir/flags.make +examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.o: /home/guest/Downloads/PopLib/examples/src/v12demo/v12demoapp.cpp +examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.o: examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.o -MF CMakeFiles/V12Demo.dir/v12demoapp.cpp.o.d -o CMakeFiles/V12Demo.dir/v12demoapp.cpp.o -c /home/guest/Downloads/PopLib/examples/src/v12demo/v12demoapp.cpp + +examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/V12Demo.dir/v12demoapp.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/v12demo/v12demoapp.cpp > CMakeFiles/V12Demo.dir/v12demoapp.cpp.i + +examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/V12Demo.dir/v12demoapp.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/v12demo/v12demoapp.cpp -o CMakeFiles/V12Demo.dir/v12demoapp.cpp.s + +examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.o: examples/src/v12demo/CMakeFiles/V12Demo.dir/flags.make +examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.o: /home/guest/Downloads/PopLib/examples/src/v12demo/board.cpp +examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.o: examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.o -MF CMakeFiles/V12Demo.dir/board.cpp.o.d -o CMakeFiles/V12Demo.dir/board.cpp.o -c /home/guest/Downloads/PopLib/examples/src/v12demo/board.cpp + +examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/V12Demo.dir/board.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/v12demo/board.cpp > CMakeFiles/V12Demo.dir/board.cpp.i + +examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/V12Demo.dir/board.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/v12demo/board.cpp -o CMakeFiles/V12Demo.dir/board.cpp.s + +examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.o: examples/src/v12demo/CMakeFiles/V12Demo.dir/flags.make +examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.o: /home/guest/Downloads/PopLib/examples/src/v12demo/demowidget.cpp +examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.o: examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.o -MF CMakeFiles/V12Demo.dir/demowidget.cpp.o.d -o CMakeFiles/V12Demo.dir/demowidget.cpp.o -c /home/guest/Downloads/PopLib/examples/src/v12demo/demowidget.cpp + +examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/V12Demo.dir/demowidget.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/v12demo/demowidget.cpp > CMakeFiles/V12Demo.dir/demowidget.cpp.i + +examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/V12Demo.dir/demowidget.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/v12demo/demowidget.cpp -o CMakeFiles/V12Demo.dir/demowidget.cpp.s + +examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.o: examples/src/v12demo/CMakeFiles/V12Demo.dir/flags.make +examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.o: /home/guest/Downloads/PopLib/examples/src/res.cpp +examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.o: examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.o -MF CMakeFiles/V12Demo.dir/__/res.cpp.o.d -o CMakeFiles/V12Demo.dir/__/res.cpp.o -c /home/guest/Downloads/PopLib/examples/src/res.cpp + +examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/V12Demo.dir/__/res.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/res.cpp > CMakeFiles/V12Demo.dir/__/res.cpp.i + +examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/V12Demo.dir/__/res.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/res.cpp -o CMakeFiles/V12Demo.dir/__/res.cpp.s + +# Object files for target V12Demo +V12Demo_OBJECTS = \ +"CMakeFiles/V12Demo.dir/main.cpp.o" \ +"CMakeFiles/V12Demo.dir/v12demoapp.cpp.o" \ +"CMakeFiles/V12Demo.dir/board.cpp.o" \ +"CMakeFiles/V12Demo.dir/demowidget.cpp.o" \ +"CMakeFiles/V12Demo.dir/__/res.cpp.o" + +# External object files for target V12Demo +V12Demo_EXTERNAL_OBJECTS = + +/home/guest/Downloads/PopLib/examples/bin/V12Demo: examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.o +/home/guest/Downloads/PopLib/examples/bin/V12Demo: examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.o +/home/guest/Downloads/PopLib/examples/bin/V12Demo: examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.o +/home/guest/Downloads/PopLib/examples/bin/V12Demo: examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.o +/home/guest/Downloads/PopLib/examples/bin/V12Demo: examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.o +/home/guest/Downloads/PopLib/examples/bin/V12Demo: examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make +/home/guest/Downloads/PopLib/examples/bin/V12Demo: examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.ts +/home/guest/Downloads/PopLib/examples/bin/V12Demo: PopWork/libPopWork.a +/home/guest/Downloads/PopLib/examples/bin/V12Demo: external/SDL/libSDL3.a +/home/guest/Downloads/PopLib/examples/bin/V12Demo: external/SDL_ttf/libSDL3_ttf.a +/home/guest/Downloads/PopLib/examples/bin/V12Demo: /usr/lib/libharfbuzz.so +/home/guest/Downloads/PopLib/examples/bin/V12Demo: /usr/lib/libfreetype.so +/home/guest/Downloads/PopLib/examples/bin/V12Demo: external/openal/libopenal.a +/home/guest/Downloads/PopLib/examples/bin/V12Demo: external/miniaudio/libminiaudio.a +/home/guest/Downloads/PopLib/examples/bin/V12Demo: external/vorbis/lib/libvorbisfile.a +/home/guest/Downloads/PopLib/examples/bin/V12Demo: external/vorbis/lib/libvorbis.a +/home/guest/Downloads/PopLib/examples/bin/V12Demo: external/ogg/libogg.a +/home/guest/Downloads/PopLib/examples/bin/V12Demo: external/curl/lib/libcurl.a +/home/guest/Downloads/PopLib/examples/bin/V12Demo: /usr/lib/libz.so +/home/guest/Downloads/PopLib/examples/bin/V12Demo: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so +/home/guest/Downloads/PopLib/examples/bin/V12Demo: examples/src/v12demo/CMakeFiles/V12Demo.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Linking CXX executable /home/guest/Downloads/PopLib/examples/bin/V12Demo" + cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/V12Demo.dir/link.txt --verbose=$(VERBOSE) + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold "Copying runtime DLL: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so to output directory" + cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/cmake -E copy_if_different /home/guest/Downloads/PopLib/external/bass/x64/libbass.so /home/guest/Downloads/PopLib/examples/bin + +# Rule to build all files generated by this target. +examples/src/v12demo/CMakeFiles/V12Demo.dir/build: /home/guest/Downloads/PopLib/examples/bin/V12Demo +.PHONY : examples/src/v12demo/CMakeFiles/V12Demo.dir/build + +examples/src/v12demo/CMakeFiles/V12Demo.dir/clean: + cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && $(CMAKE_COMMAND) -P CMakeFiles/V12Demo.dir/cmake_clean.cmake +.PHONY : examples/src/v12demo/CMakeFiles/V12Demo.dir/clean + +examples/src/v12demo/CMakeFiles/V12Demo.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/examples/src/v12demo /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/examples/src/v12demo /home/guest/Downloads/PopLib/build/examples/src/v12demo/CMakeFiles/V12Demo.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : examples/src/v12demo/CMakeFiles/V12Demo.dir/depend + diff --git a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/cmake_clean.cmake b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/cmake_clean.cmake new file mode 100644 index 00000000..739b0bf9 --- /dev/null +++ b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/cmake_clean.cmake @@ -0,0 +1,20 @@ +file(REMOVE_RECURSE + "CMakeFiles/V12Demo.dir/link.d" + "/home/guest/Downloads/PopLib/examples/bin/V12Demo" + "/home/guest/Downloads/PopLib/examples/bin/V12Demo.pdb" + "CMakeFiles/V12Demo.dir/__/res.cpp.o" + "CMakeFiles/V12Demo.dir/__/res.cpp.o.d" + "CMakeFiles/V12Demo.dir/board.cpp.o" + "CMakeFiles/V12Demo.dir/board.cpp.o.d" + "CMakeFiles/V12Demo.dir/demowidget.cpp.o" + "CMakeFiles/V12Demo.dir/demowidget.cpp.o.d" + "CMakeFiles/V12Demo.dir/main.cpp.o" + "CMakeFiles/V12Demo.dir/main.cpp.o.d" + "CMakeFiles/V12Demo.dir/v12demoapp.cpp.o" + "CMakeFiles/V12Demo.dir/v12demoapp.cpp.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/V12Demo.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.make b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.make new file mode 100644 index 00000000..97422f22 --- /dev/null +++ b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for V12Demo. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.ts b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.ts new file mode 100644 index 00000000..a3a07ecb --- /dev/null +++ b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for V12Demo. diff --git a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/depend.make b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/depend.make new file mode 100644 index 00000000..0ff79d2b --- /dev/null +++ b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for V12Demo. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/flags.make b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/flags.make new file mode 100644 index 00000000..560b0612 --- /dev/null +++ b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -DAL_LIBTYPE_STATIC -DCURL_STATICLIB -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/examples/src/v12demo/.. -I/home/guest/Downloads/PopLib -I/home/guest/Downloads/PopLib/PopWork -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/miniaudio -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/curl/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE + diff --git a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/link.txt b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/link.txt new file mode 100644 index 00000000..1167438a --- /dev/null +++ b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -pthread -Wl,--dependency-file=CMakeFiles/V12Demo.dir/link.d CMakeFiles/V12Demo.dir/main.cpp.o CMakeFiles/V12Demo.dir/v12demoapp.cpp.o CMakeFiles/V12Demo.dir/board.cpp.o CMakeFiles/V12Demo.dir/demowidget.cpp.o CMakeFiles/V12Demo.dir/__/res.cpp.o -o /home/guest/Downloads/PopLib/examples/bin/V12Demo -L/home/guest/Downloads/PopLib/external/bass/x64 -Wl,-rpath,/home/guest/Downloads/PopLib/external/bass/x64 ../../../PopWork/libPopWork.a ../../../external/SDL/libSDL3.a ../../../external/SDL_ttf/libSDL3_ttf.a /usr/lib/libharfbuzz.so /usr/lib/libfreetype.so ../../../external/openal/libopenal.a -pthread -ldl -latomic ../../../external/miniaudio/libminiaudio.a ../../../external/vorbis/lib/libvorbisfile.a ../../../external/vorbis/lib/libvorbis.a ../../../external/ogg/libogg.a -lm ../../../external/curl/lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -lbass diff --git a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/progress.make b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/progress.make new file mode 100644 index 00000000..4314b8a4 --- /dev/null +++ b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/progress.make @@ -0,0 +1,7 @@ +CMAKE_PROGRESS_1 = 32 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = + diff --git a/build_emscripten/examples/src/v12demo/CMakeFiles/progress.marks b/build_emscripten/examples/src/v12demo/CMakeFiles/progress.marks new file mode 100644 index 00000000..9902f178 --- /dev/null +++ b/build_emscripten/examples/src/v12demo/CMakeFiles/progress.marks @@ -0,0 +1 @@ +28 diff --git a/build_emscripten/examples/src/v12demo/Makefile b/build_emscripten/examples/src/v12demo/Makefile new file mode 100644 index 00000000..dbb07db2 --- /dev/null +++ b/build_emscripten/examples/src/v12demo/Makefile @@ -0,0 +1,363 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/examples/src/v12demo//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v12demo/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v12demo/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v12demo/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v12demo/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +examples/src/v12demo/CMakeFiles/V12Demo.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v12demo/CMakeFiles/V12Demo.dir/rule +.PHONY : examples/src/v12demo/CMakeFiles/V12Demo.dir/rule + +# Convenience name for target. +V12Demo: examples/src/v12demo/CMakeFiles/V12Demo.dir/rule +.PHONY : V12Demo + +# fast build rule for target. +V12Demo/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/build +.PHONY : V12Demo/fast + +__/res.o: __/res.cpp.o +.PHONY : __/res.o + +# target to build an object file +__/res.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.o +.PHONY : __/res.cpp.o + +__/res.i: __/res.cpp.i +.PHONY : __/res.i + +# target to preprocess a source file +__/res.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.i +.PHONY : __/res.cpp.i + +__/res.s: __/res.cpp.s +.PHONY : __/res.s + +# target to generate assembly for a file +__/res.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.s +.PHONY : __/res.cpp.s + +board.o: board.cpp.o +.PHONY : board.o + +# target to build an object file +board.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.o +.PHONY : board.cpp.o + +board.i: board.cpp.i +.PHONY : board.i + +# target to preprocess a source file +board.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.i +.PHONY : board.cpp.i + +board.s: board.cpp.s +.PHONY : board.s + +# target to generate assembly for a file +board.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.s +.PHONY : board.cpp.s + +demowidget.o: demowidget.cpp.o +.PHONY : demowidget.o + +# target to build an object file +demowidget.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.o +.PHONY : demowidget.cpp.o + +demowidget.i: demowidget.cpp.i +.PHONY : demowidget.i + +# target to preprocess a source file +demowidget.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.i +.PHONY : demowidget.cpp.i + +demowidget.s: demowidget.cpp.s +.PHONY : demowidget.s + +# target to generate assembly for a file +demowidget.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.s +.PHONY : demowidget.cpp.s + +main.o: main.cpp.o +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.s +.PHONY : main.cpp.s + +v12demoapp.o: v12demoapp.cpp.o +.PHONY : v12demoapp.o + +# target to build an object file +v12demoapp.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.o +.PHONY : v12demoapp.cpp.o + +v12demoapp.i: v12demoapp.cpp.i +.PHONY : v12demoapp.i + +# target to preprocess a source file +v12demoapp.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.i +.PHONY : v12demoapp.cpp.i + +v12demoapp.s: v12demoapp.cpp.s +.PHONY : v12demoapp.s + +# target to generate assembly for a file +v12demoapp.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.s +.PHONY : v12demoapp.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... V12Demo" + @echo "... __/res.o" + @echo "... __/res.i" + @echo "... __/res.s" + @echo "... board.o" + @echo "... board.i" + @echo "... board.s" + @echo "... demowidget.o" + @echo "... demowidget.i" + @echo "... demowidget.s" + @echo "... main.o" + @echo "... main.i" + @echo "... main.s" + @echo "... v12demoapp.o" + @echo "... v12demoapp.i" + @echo "... v12demoapp.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/examples/src/v12demo/cmake_install.cmake b/build_emscripten/examples/src/v12demo/cmake_install.cmake new file mode 100644 index 00000000..330e9aad --- /dev/null +++ b/build_emscripten/examples/src/v12demo/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/examples/src/v12demo + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/examples/src/v12demo/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/examples/src/v14demo/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/examples/src/v14demo/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/examples/src/v14demo/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/DependInfo.cmake b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/DependInfo.cmake new file mode 100644 index 00000000..9d97b196 --- /dev/null +++ b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/DependInfo.cmake @@ -0,0 +1,28 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/examples/src/res.cpp" "examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.o" "gcc" "examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/v14demo/board.cpp" "examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.o" "gcc" "examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/v14demo/demowidget.cpp" "examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.o" "gcc" "examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/v14demo/main.cpp" "examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.o" "gcc" "examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/v14demo/v14demoapp.cpp" "examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.o" "gcc" "examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.o.d" + "" "/home/guest/Downloads/PopLib/examples/bin/V14Demo" "gcc" "examples/src/v14demo/CMakeFiles/V14Demo.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make new file mode 100644 index 00000000..85620d45 --- /dev/null +++ b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make @@ -0,0 +1,193 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include examples/src/v14demo/CMakeFiles/V14Demo.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.make + +# Include the progress variables for this target. +include examples/src/v14demo/CMakeFiles/V14Demo.dir/progress.make + +# Include the compile flags for this target's objects. +include examples/src/v14demo/CMakeFiles/V14Demo.dir/flags.make + +examples/src/v14demo/CMakeFiles/V14Demo.dir/codegen: +.PHONY : examples/src/v14demo/CMakeFiles/V14Demo.dir/codegen + +examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.o: examples/src/v14demo/CMakeFiles/V14Demo.dir/flags.make +examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.o: /home/guest/Downloads/PopLib/examples/src/v14demo/main.cpp +examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.o: examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.o -MF CMakeFiles/V14Demo.dir/main.cpp.o.d -o CMakeFiles/V14Demo.dir/main.cpp.o -c /home/guest/Downloads/PopLib/examples/src/v14demo/main.cpp + +examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/V14Demo.dir/main.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/v14demo/main.cpp > CMakeFiles/V14Demo.dir/main.cpp.i + +examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/V14Demo.dir/main.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/v14demo/main.cpp -o CMakeFiles/V14Demo.dir/main.cpp.s + +examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.o: examples/src/v14demo/CMakeFiles/V14Demo.dir/flags.make +examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.o: /home/guest/Downloads/PopLib/examples/src/v14demo/v14demoapp.cpp +examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.o: examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.o -MF CMakeFiles/V14Demo.dir/v14demoapp.cpp.o.d -o CMakeFiles/V14Demo.dir/v14demoapp.cpp.o -c /home/guest/Downloads/PopLib/examples/src/v14demo/v14demoapp.cpp + +examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/V14Demo.dir/v14demoapp.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/v14demo/v14demoapp.cpp > CMakeFiles/V14Demo.dir/v14demoapp.cpp.i + +examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/V14Demo.dir/v14demoapp.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/v14demo/v14demoapp.cpp -o CMakeFiles/V14Demo.dir/v14demoapp.cpp.s + +examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.o: examples/src/v14demo/CMakeFiles/V14Demo.dir/flags.make +examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.o: /home/guest/Downloads/PopLib/examples/src/v14demo/board.cpp +examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.o: examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.o -MF CMakeFiles/V14Demo.dir/board.cpp.o.d -o CMakeFiles/V14Demo.dir/board.cpp.o -c /home/guest/Downloads/PopLib/examples/src/v14demo/board.cpp + +examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/V14Demo.dir/board.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/v14demo/board.cpp > CMakeFiles/V14Demo.dir/board.cpp.i + +examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/V14Demo.dir/board.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/v14demo/board.cpp -o CMakeFiles/V14Demo.dir/board.cpp.s + +examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.o: examples/src/v14demo/CMakeFiles/V14Demo.dir/flags.make +examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.o: /home/guest/Downloads/PopLib/examples/src/v14demo/demowidget.cpp +examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.o: examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.o -MF CMakeFiles/V14Demo.dir/demowidget.cpp.o.d -o CMakeFiles/V14Demo.dir/demowidget.cpp.o -c /home/guest/Downloads/PopLib/examples/src/v14demo/demowidget.cpp + +examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/V14Demo.dir/demowidget.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/v14demo/demowidget.cpp > CMakeFiles/V14Demo.dir/demowidget.cpp.i + +examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/V14Demo.dir/demowidget.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/v14demo/demowidget.cpp -o CMakeFiles/V14Demo.dir/demowidget.cpp.s + +examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.o: examples/src/v14demo/CMakeFiles/V14Demo.dir/flags.make +examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.o: /home/guest/Downloads/PopLib/examples/src/res.cpp +examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.o: examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.o -MF CMakeFiles/V14Demo.dir/__/res.cpp.o.d -o CMakeFiles/V14Demo.dir/__/res.cpp.o -c /home/guest/Downloads/PopLib/examples/src/res.cpp + +examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/V14Demo.dir/__/res.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/res.cpp > CMakeFiles/V14Demo.dir/__/res.cpp.i + +examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/V14Demo.dir/__/res.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/res.cpp -o CMakeFiles/V14Demo.dir/__/res.cpp.s + +# Object files for target V14Demo +V14Demo_OBJECTS = \ +"CMakeFiles/V14Demo.dir/main.cpp.o" \ +"CMakeFiles/V14Demo.dir/v14demoapp.cpp.o" \ +"CMakeFiles/V14Demo.dir/board.cpp.o" \ +"CMakeFiles/V14Demo.dir/demowidget.cpp.o" \ +"CMakeFiles/V14Demo.dir/__/res.cpp.o" + +# External object files for target V14Demo +V14Demo_EXTERNAL_OBJECTS = + +/home/guest/Downloads/PopLib/examples/bin/V14Demo: examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.o +/home/guest/Downloads/PopLib/examples/bin/V14Demo: examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.o +/home/guest/Downloads/PopLib/examples/bin/V14Demo: examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.o +/home/guest/Downloads/PopLib/examples/bin/V14Demo: examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.o +/home/guest/Downloads/PopLib/examples/bin/V14Demo: examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.o +/home/guest/Downloads/PopLib/examples/bin/V14Demo: examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make +/home/guest/Downloads/PopLib/examples/bin/V14Demo: examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.ts +/home/guest/Downloads/PopLib/examples/bin/V14Demo: PopWork/libPopWork.a +/home/guest/Downloads/PopLib/examples/bin/V14Demo: external/SDL/libSDL3.a +/home/guest/Downloads/PopLib/examples/bin/V14Demo: external/SDL_ttf/libSDL3_ttf.a +/home/guest/Downloads/PopLib/examples/bin/V14Demo: /usr/lib/libharfbuzz.so +/home/guest/Downloads/PopLib/examples/bin/V14Demo: /usr/lib/libfreetype.so +/home/guest/Downloads/PopLib/examples/bin/V14Demo: external/openal/libopenal.a +/home/guest/Downloads/PopLib/examples/bin/V14Demo: external/miniaudio/libminiaudio.a +/home/guest/Downloads/PopLib/examples/bin/V14Demo: external/vorbis/lib/libvorbisfile.a +/home/guest/Downloads/PopLib/examples/bin/V14Demo: external/vorbis/lib/libvorbis.a +/home/guest/Downloads/PopLib/examples/bin/V14Demo: external/ogg/libogg.a +/home/guest/Downloads/PopLib/examples/bin/V14Demo: external/curl/lib/libcurl.a +/home/guest/Downloads/PopLib/examples/bin/V14Demo: /usr/lib/libz.so +/home/guest/Downloads/PopLib/examples/bin/V14Demo: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so +/home/guest/Downloads/PopLib/examples/bin/V14Demo: examples/src/v14demo/CMakeFiles/V14Demo.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Linking CXX executable /home/guest/Downloads/PopLib/examples/bin/V14Demo" + cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/V14Demo.dir/link.txt --verbose=$(VERBOSE) + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold "Copying runtime DLL: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so to output directory" + cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/cmake -E copy_if_different /home/guest/Downloads/PopLib/external/bass/x64/libbass.so /home/guest/Downloads/PopLib/examples/bin + +# Rule to build all files generated by this target. +examples/src/v14demo/CMakeFiles/V14Demo.dir/build: /home/guest/Downloads/PopLib/examples/bin/V14Demo +.PHONY : examples/src/v14demo/CMakeFiles/V14Demo.dir/build + +examples/src/v14demo/CMakeFiles/V14Demo.dir/clean: + cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && $(CMAKE_COMMAND) -P CMakeFiles/V14Demo.dir/cmake_clean.cmake +.PHONY : examples/src/v14demo/CMakeFiles/V14Demo.dir/clean + +examples/src/v14demo/CMakeFiles/V14Demo.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/examples/src/v14demo /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/examples/src/v14demo /home/guest/Downloads/PopLib/build/examples/src/v14demo/CMakeFiles/V14Demo.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : examples/src/v14demo/CMakeFiles/V14Demo.dir/depend + diff --git a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/cmake_clean.cmake b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/cmake_clean.cmake new file mode 100644 index 00000000..a867cfb4 --- /dev/null +++ b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/cmake_clean.cmake @@ -0,0 +1,20 @@ +file(REMOVE_RECURSE + "CMakeFiles/V14Demo.dir/link.d" + "/home/guest/Downloads/PopLib/examples/bin/V14Demo" + "/home/guest/Downloads/PopLib/examples/bin/V14Demo.pdb" + "CMakeFiles/V14Demo.dir/__/res.cpp.o" + "CMakeFiles/V14Demo.dir/__/res.cpp.o.d" + "CMakeFiles/V14Demo.dir/board.cpp.o" + "CMakeFiles/V14Demo.dir/board.cpp.o.d" + "CMakeFiles/V14Demo.dir/demowidget.cpp.o" + "CMakeFiles/V14Demo.dir/demowidget.cpp.o.d" + "CMakeFiles/V14Demo.dir/main.cpp.o" + "CMakeFiles/V14Demo.dir/main.cpp.o.d" + "CMakeFiles/V14Demo.dir/v14demoapp.cpp.o" + "CMakeFiles/V14Demo.dir/v14demoapp.cpp.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/V14Demo.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.make b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.make new file mode 100644 index 00000000..2d6adad6 --- /dev/null +++ b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for V14Demo. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.ts b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.ts new file mode 100644 index 00000000..cbf58125 --- /dev/null +++ b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for V14Demo. diff --git a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/depend.make b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/depend.make new file mode 100644 index 00000000..e226ac49 --- /dev/null +++ b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for V14Demo. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/flags.make b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/flags.make new file mode 100644 index 00000000..90071f4e --- /dev/null +++ b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -DAL_LIBTYPE_STATIC -DCURL_STATICLIB -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/examples/src/v14demo/.. -I/home/guest/Downloads/PopLib -I/home/guest/Downloads/PopLib/PopWork -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/miniaudio -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/curl/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE + diff --git a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/link.txt b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/link.txt new file mode 100644 index 00000000..69180fc4 --- /dev/null +++ b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -pthread -Wl,--dependency-file=CMakeFiles/V14Demo.dir/link.d CMakeFiles/V14Demo.dir/main.cpp.o CMakeFiles/V14Demo.dir/v14demoapp.cpp.o CMakeFiles/V14Demo.dir/board.cpp.o CMakeFiles/V14Demo.dir/demowidget.cpp.o CMakeFiles/V14Demo.dir/__/res.cpp.o -o /home/guest/Downloads/PopLib/examples/bin/V14Demo -L/home/guest/Downloads/PopLib/external/bass/x64 -Wl,-rpath,/home/guest/Downloads/PopLib/external/bass/x64 ../../../PopWork/libPopWork.a ../../../external/SDL/libSDL3.a ../../../external/SDL_ttf/libSDL3_ttf.a /usr/lib/libharfbuzz.so /usr/lib/libfreetype.so ../../../external/openal/libopenal.a -pthread -ldl -latomic ../../../external/miniaudio/libminiaudio.a ../../../external/vorbis/lib/libvorbisfile.a ../../../external/vorbis/lib/libvorbis.a ../../../external/ogg/libogg.a -lm ../../../external/curl/lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -lbass diff --git a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/progress.make b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/progress.make new file mode 100644 index 00000000..fa5791f5 --- /dev/null +++ b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/progress.make @@ -0,0 +1,7 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = + diff --git a/build_emscripten/examples/src/v14demo/CMakeFiles/progress.marks b/build_emscripten/examples/src/v14demo/CMakeFiles/progress.marks new file mode 100644 index 00000000..f64f5d8d --- /dev/null +++ b/build_emscripten/examples/src/v14demo/CMakeFiles/progress.marks @@ -0,0 +1 @@ +27 diff --git a/build_emscripten/examples/src/v14demo/Makefile b/build_emscripten/examples/src/v14demo/Makefile new file mode 100644 index 00000000..f40c143a --- /dev/null +++ b/build_emscripten/examples/src/v14demo/Makefile @@ -0,0 +1,363 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/examples/src/v14demo//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v14demo/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v14demo/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v14demo/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v14demo/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +examples/src/v14demo/CMakeFiles/V14Demo.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v14demo/CMakeFiles/V14Demo.dir/rule +.PHONY : examples/src/v14demo/CMakeFiles/V14Demo.dir/rule + +# Convenience name for target. +V14Demo: examples/src/v14demo/CMakeFiles/V14Demo.dir/rule +.PHONY : V14Demo + +# fast build rule for target. +V14Demo/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/build +.PHONY : V14Demo/fast + +__/res.o: __/res.cpp.o +.PHONY : __/res.o + +# target to build an object file +__/res.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.o +.PHONY : __/res.cpp.o + +__/res.i: __/res.cpp.i +.PHONY : __/res.i + +# target to preprocess a source file +__/res.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.i +.PHONY : __/res.cpp.i + +__/res.s: __/res.cpp.s +.PHONY : __/res.s + +# target to generate assembly for a file +__/res.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.s +.PHONY : __/res.cpp.s + +board.o: board.cpp.o +.PHONY : board.o + +# target to build an object file +board.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.o +.PHONY : board.cpp.o + +board.i: board.cpp.i +.PHONY : board.i + +# target to preprocess a source file +board.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.i +.PHONY : board.cpp.i + +board.s: board.cpp.s +.PHONY : board.s + +# target to generate assembly for a file +board.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.s +.PHONY : board.cpp.s + +demowidget.o: demowidget.cpp.o +.PHONY : demowidget.o + +# target to build an object file +demowidget.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.o +.PHONY : demowidget.cpp.o + +demowidget.i: demowidget.cpp.i +.PHONY : demowidget.i + +# target to preprocess a source file +demowidget.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.i +.PHONY : demowidget.cpp.i + +demowidget.s: demowidget.cpp.s +.PHONY : demowidget.s + +# target to generate assembly for a file +demowidget.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.s +.PHONY : demowidget.cpp.s + +main.o: main.cpp.o +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.s +.PHONY : main.cpp.s + +v14demoapp.o: v14demoapp.cpp.o +.PHONY : v14demoapp.o + +# target to build an object file +v14demoapp.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.o +.PHONY : v14demoapp.cpp.o + +v14demoapp.i: v14demoapp.cpp.i +.PHONY : v14demoapp.i + +# target to preprocess a source file +v14demoapp.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.i +.PHONY : v14demoapp.cpp.i + +v14demoapp.s: v14demoapp.cpp.s +.PHONY : v14demoapp.s + +# target to generate assembly for a file +v14demoapp.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.s +.PHONY : v14demoapp.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... V14Demo" + @echo "... __/res.o" + @echo "... __/res.i" + @echo "... __/res.s" + @echo "... board.o" + @echo "... board.i" + @echo "... board.s" + @echo "... demowidget.o" + @echo "... demowidget.i" + @echo "... demowidget.s" + @echo "... main.o" + @echo "... main.i" + @echo "... main.s" + @echo "... v14demoapp.o" + @echo "... v14demoapp.i" + @echo "... v14demoapp.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/examples/src/v14demo/cmake_install.cmake b/build_emscripten/examples/src/v14demo/cmake_install.cmake new file mode 100644 index 00000000..08c89b7a --- /dev/null +++ b/build_emscripten/examples/src/v14demo/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/examples/src/v14demo + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/examples/src/v14demo/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/examples/src/xmldemo/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/examples/src/xmldemo/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/examples/src/xmldemo/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/DependInfo.cmake b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/DependInfo.cmake new file mode 100644 index 00000000..27acb029 --- /dev/null +++ b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/DependInfo.cmake @@ -0,0 +1,27 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/examples/src/res.cpp" "examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.o" "gcc" "examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/xmldemo/board.cpp" "examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.o" "gcc" "examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/xmldemo/main.cpp" "examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.o" "gcc" "examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.o.d" + "/home/guest/Downloads/PopLib/examples/src/xmldemo/xmldemoapp.cpp" "examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o" "gcc" "examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o.d" + "" "/home/guest/Downloads/PopLib/examples/bin/XMLDemo" "gcc" "examples/src/xmldemo/CMakeFiles/XMLDemo.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make new file mode 100644 index 00000000..fbd183a1 --- /dev/null +++ b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make @@ -0,0 +1,177 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include examples/src/xmldemo/CMakeFiles/XMLDemo.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.make + +# Include the progress variables for this target. +include examples/src/xmldemo/CMakeFiles/XMLDemo.dir/progress.make + +# Include the compile flags for this target's objects. +include examples/src/xmldemo/CMakeFiles/XMLDemo.dir/flags.make + +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/codegen: +.PHONY : examples/src/xmldemo/CMakeFiles/XMLDemo.dir/codegen + +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.o: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/flags.make +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.o: /home/guest/Downloads/PopLib/examples/src/xmldemo/main.cpp +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.o: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.o -MF CMakeFiles/XMLDemo.dir/main.cpp.o.d -o CMakeFiles/XMLDemo.dir/main.cpp.o -c /home/guest/Downloads/PopLib/examples/src/xmldemo/main.cpp + +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/XMLDemo.dir/main.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/xmldemo/main.cpp > CMakeFiles/XMLDemo.dir/main.cpp.i + +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/XMLDemo.dir/main.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/xmldemo/main.cpp -o CMakeFiles/XMLDemo.dir/main.cpp.s + +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/flags.make +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o: /home/guest/Downloads/PopLib/examples/src/xmldemo/xmldemoapp.cpp +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o -MF CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o.d -o CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o -c /home/guest/Downloads/PopLib/examples/src/xmldemo/xmldemoapp.cpp + +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/xmldemo/xmldemoapp.cpp > CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.i + +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/xmldemo/xmldemoapp.cpp -o CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.s + +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.o: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/flags.make +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.o: /home/guest/Downloads/PopLib/examples/src/xmldemo/board.cpp +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.o: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.o -MF CMakeFiles/XMLDemo.dir/board.cpp.o.d -o CMakeFiles/XMLDemo.dir/board.cpp.o -c /home/guest/Downloads/PopLib/examples/src/xmldemo/board.cpp + +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/XMLDemo.dir/board.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/xmldemo/board.cpp > CMakeFiles/XMLDemo.dir/board.cpp.i + +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/XMLDemo.dir/board.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/xmldemo/board.cpp -o CMakeFiles/XMLDemo.dir/board.cpp.s + +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.o: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/flags.make +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.o: /home/guest/Downloads/PopLib/examples/src/res.cpp +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.o: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.o" + cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.o -MF CMakeFiles/XMLDemo.dir/__/res.cpp.o.d -o CMakeFiles/XMLDemo.dir/__/res.cpp.o -c /home/guest/Downloads/PopLib/examples/src/res.cpp + +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/XMLDemo.dir/__/res.cpp.i" + cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/res.cpp > CMakeFiles/XMLDemo.dir/__/res.cpp.i + +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/XMLDemo.dir/__/res.cpp.s" + cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/res.cpp -o CMakeFiles/XMLDemo.dir/__/res.cpp.s + +# Object files for target XMLDemo +XMLDemo_OBJECTS = \ +"CMakeFiles/XMLDemo.dir/main.cpp.o" \ +"CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o" \ +"CMakeFiles/XMLDemo.dir/board.cpp.o" \ +"CMakeFiles/XMLDemo.dir/__/res.cpp.o" + +# External object files for target XMLDemo +XMLDemo_EXTERNAL_OBJECTS = + +/home/guest/Downloads/PopLib/examples/bin/XMLDemo: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.o +/home/guest/Downloads/PopLib/examples/bin/XMLDemo: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o +/home/guest/Downloads/PopLib/examples/bin/XMLDemo: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.o +/home/guest/Downloads/PopLib/examples/bin/XMLDemo: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.o +/home/guest/Downloads/PopLib/examples/bin/XMLDemo: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make +/home/guest/Downloads/PopLib/examples/bin/XMLDemo: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.ts +/home/guest/Downloads/PopLib/examples/bin/XMLDemo: PopWork/libPopWork.a +/home/guest/Downloads/PopLib/examples/bin/XMLDemo: external/SDL/libSDL3.a +/home/guest/Downloads/PopLib/examples/bin/XMLDemo: external/SDL_ttf/libSDL3_ttf.a +/home/guest/Downloads/PopLib/examples/bin/XMLDemo: /usr/lib/libharfbuzz.so +/home/guest/Downloads/PopLib/examples/bin/XMLDemo: /usr/lib/libfreetype.so +/home/guest/Downloads/PopLib/examples/bin/XMLDemo: external/openal/libopenal.a +/home/guest/Downloads/PopLib/examples/bin/XMLDemo: external/miniaudio/libminiaudio.a +/home/guest/Downloads/PopLib/examples/bin/XMLDemo: external/vorbis/lib/libvorbisfile.a +/home/guest/Downloads/PopLib/examples/bin/XMLDemo: external/vorbis/lib/libvorbis.a +/home/guest/Downloads/PopLib/examples/bin/XMLDemo: external/ogg/libogg.a +/home/guest/Downloads/PopLib/examples/bin/XMLDemo: external/curl/lib/libcurl.a +/home/guest/Downloads/PopLib/examples/bin/XMLDemo: /usr/lib/libz.so +/home/guest/Downloads/PopLib/examples/bin/XMLDemo: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so +/home/guest/Downloads/PopLib/examples/bin/XMLDemo: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking CXX executable /home/guest/Downloads/PopLib/examples/bin/XMLDemo" + cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/XMLDemo.dir/link.txt --verbose=$(VERBOSE) + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold "Copying runtime DLL: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so to output directory" + cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/cmake -E copy_if_different /home/guest/Downloads/PopLib/external/bass/x64/libbass.so /home/guest/Downloads/PopLib/examples/bin + +# Rule to build all files generated by this target. +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build: /home/guest/Downloads/PopLib/examples/bin/XMLDemo +.PHONY : examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build + +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/clean: + cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && $(CMAKE_COMMAND) -P CMakeFiles/XMLDemo.dir/cmake_clean.cmake +.PHONY : examples/src/xmldemo/CMakeFiles/XMLDemo.dir/clean + +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/examples/src/xmldemo /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/examples/src/xmldemo /home/guest/Downloads/PopLib/build/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : examples/src/xmldemo/CMakeFiles/XMLDemo.dir/depend + diff --git a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/cmake_clean.cmake b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/cmake_clean.cmake new file mode 100644 index 00000000..afc4b3a9 --- /dev/null +++ b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +file(REMOVE_RECURSE + "CMakeFiles/XMLDemo.dir/link.d" + "/home/guest/Downloads/PopLib/examples/bin/XMLDemo" + "/home/guest/Downloads/PopLib/examples/bin/XMLDemo.pdb" + "CMakeFiles/XMLDemo.dir/__/res.cpp.o" + "CMakeFiles/XMLDemo.dir/__/res.cpp.o.d" + "CMakeFiles/XMLDemo.dir/board.cpp.o" + "CMakeFiles/XMLDemo.dir/board.cpp.o.d" + "CMakeFiles/XMLDemo.dir/main.cpp.o" + "CMakeFiles/XMLDemo.dir/main.cpp.o.d" + "CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o" + "CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/XMLDemo.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.make b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.make new file mode 100644 index 00000000..7aba3248 --- /dev/null +++ b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for XMLDemo. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.ts b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.ts new file mode 100644 index 00000000..f9686665 --- /dev/null +++ b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for XMLDemo. diff --git a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/depend.make b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/depend.make new file mode 100644 index 00000000..a70596b0 --- /dev/null +++ b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for XMLDemo. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/flags.make b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/flags.make new file mode 100644 index 00000000..09c1bdf2 --- /dev/null +++ b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -DAL_LIBTYPE_STATIC -DCURL_STATICLIB -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/examples/src/xmldemo/.. -I/home/guest/Downloads/PopLib -I/home/guest/Downloads/PopLib/PopWork -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/miniaudio -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/curl/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE + diff --git a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/link.txt b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/link.txt new file mode 100644 index 00000000..48b7873b --- /dev/null +++ b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -pthread -Wl,--dependency-file=CMakeFiles/XMLDemo.dir/link.d CMakeFiles/XMLDemo.dir/main.cpp.o CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o CMakeFiles/XMLDemo.dir/board.cpp.o CMakeFiles/XMLDemo.dir/__/res.cpp.o -o /home/guest/Downloads/PopLib/examples/bin/XMLDemo -L/home/guest/Downloads/PopLib/external/bass/x64 -Wl,-rpath,/home/guest/Downloads/PopLib/external/bass/x64 ../../../PopWork/libPopWork.a ../../../external/SDL/libSDL3.a ../../../external/SDL_ttf/libSDL3_ttf.a /usr/lib/libharfbuzz.so /usr/lib/libfreetype.so ../../../external/openal/libopenal.a -pthread -ldl -latomic ../../../external/miniaudio/libminiaudio.a ../../../external/vorbis/lib/libvorbisfile.a ../../../external/vorbis/lib/libvorbis.a ../../../external/ogg/libogg.a -lm ../../../external/curl/lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -lbass diff --git a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/progress.make b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/progress.make new file mode 100644 index 00000000..7f59a6bb --- /dev/null +++ b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = + diff --git a/build_emscripten/examples/src/xmldemo/CMakeFiles/progress.marks b/build_emscripten/examples/src/xmldemo/CMakeFiles/progress.marks new file mode 100644 index 00000000..f64f5d8d --- /dev/null +++ b/build_emscripten/examples/src/xmldemo/CMakeFiles/progress.marks @@ -0,0 +1 @@ +27 diff --git a/build_emscripten/examples/src/xmldemo/Makefile b/build_emscripten/examples/src/xmldemo/Makefile new file mode 100644 index 00000000..360b20ca --- /dev/null +++ b/build_emscripten/examples/src/xmldemo/Makefile @@ -0,0 +1,336 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/examples/src/xmldemo//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/xmldemo/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/xmldemo/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/xmldemo/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/xmldemo/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +examples/src/xmldemo/CMakeFiles/XMLDemo.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/xmldemo/CMakeFiles/XMLDemo.dir/rule +.PHONY : examples/src/xmldemo/CMakeFiles/XMLDemo.dir/rule + +# Convenience name for target. +XMLDemo: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/rule +.PHONY : XMLDemo + +# fast build rule for target. +XMLDemo/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build +.PHONY : XMLDemo/fast + +__/res.o: __/res.cpp.o +.PHONY : __/res.o + +# target to build an object file +__/res.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.o +.PHONY : __/res.cpp.o + +__/res.i: __/res.cpp.i +.PHONY : __/res.i + +# target to preprocess a source file +__/res.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.i +.PHONY : __/res.cpp.i + +__/res.s: __/res.cpp.s +.PHONY : __/res.s + +# target to generate assembly for a file +__/res.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.s +.PHONY : __/res.cpp.s + +board.o: board.cpp.o +.PHONY : board.o + +# target to build an object file +board.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.o +.PHONY : board.cpp.o + +board.i: board.cpp.i +.PHONY : board.i + +# target to preprocess a source file +board.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.i +.PHONY : board.cpp.i + +board.s: board.cpp.s +.PHONY : board.s + +# target to generate assembly for a file +board.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.s +.PHONY : board.cpp.s + +main.o: main.cpp.o +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.s +.PHONY : main.cpp.s + +xmldemoapp.o: xmldemoapp.cpp.o +.PHONY : xmldemoapp.o + +# target to build an object file +xmldemoapp.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o +.PHONY : xmldemoapp.cpp.o + +xmldemoapp.i: xmldemoapp.cpp.i +.PHONY : xmldemoapp.i + +# target to preprocess a source file +xmldemoapp.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.i +.PHONY : xmldemoapp.cpp.i + +xmldemoapp.s: xmldemoapp.cpp.s +.PHONY : xmldemoapp.s + +# target to generate assembly for a file +xmldemoapp.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.s +.PHONY : xmldemoapp.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... XMLDemo" + @echo "... __/res.o" + @echo "... __/res.i" + @echo "... __/res.s" + @echo "... board.o" + @echo "... board.i" + @echo "... board.s" + @echo "... main.o" + @echo "... main.i" + @echo "... main.s" + @echo "... xmldemoapp.o" + @echo "... xmldemoapp.i" + @echo "... xmldemoapp.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/examples/src/xmldemo/cmake_install.cmake b/build_emscripten/examples/src/xmldemo/cmake_install.cmake new file mode 100644 index 00000000..140167e6 --- /dev/null +++ b/build_emscripten/examples/src/xmldemo/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/examples/src/xmldemo + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/examples/src/xmldemo/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/SDL/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/SDL/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch.c b/build_emscripten/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch.c new file mode 100644 index 00000000..56cbaea2 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch.c @@ -0,0 +1,79 @@ + +#if defined(__EMSCRIPTEN__) +#define ARCH_EMSCRIPTEN "1" +#else +#define ARCH_EMSCRIPTEN "0" +#endif +const char *arch_EMSCRIPTEN = "INFO"; + +#if defined(__arm__) || defined(_M_ARM) +#define ARCH_ARM32 "1" +#else +#define ARCH_ARM32 "0" +#endif +const char *arch_ARM32 = "INFO"; + +#if defined(__aarch64__) || defined(_M_ARM64) +#define ARCH_ARM64 "1" +#else +#define ARCH_ARM64 "0" +#endif +const char *arch_ARM64 = "INFO"; + +#if defined(_M_ARM64EC) +#define ARCH_ARM64EC "1" +#else +#define ARCH_ARM64EC "0" +#endif +const char *arch_ARM64EC = "INFO"; + +#if defined(__loongarch64) +#define ARCH_LOONGARCH64 "1" +#else +#define ARCH_LOONGARCH64 "0" +#endif +const char *arch_LOONGARCH64 = "INFO"; + +#if (defined(__PPC__) || defined(__powerpc__)) && !defined(__powerpc64__) +#define ARCH_POWERPC32 "1" +#else +#define ARCH_POWERPC32 "0" +#endif +const char *arch_POWERPC32 = "INFO"; + +#if defined(__PPC64__) || defined(__powerpc64__) +#define ARCH_POWERPC64 "1" +#else +#define ARCH_POWERPC64 "0" +#endif +const char *arch_POWERPC64 = "INFO"; + +#if defined(__i386__) || defined(__i486__) || defined(__i586__) || defined(__i686__) ||defined( __i386) || defined(_M_IX86) +#define ARCH_X86 "1" +#else +#define ARCH_X86 "0" +#endif +const char *arch_X86 = "INFO"; + +#if (defined(__amd64__) || defined(__amd64) || defined(__x86_64__) || defined(__x86_64) || defined(_M_X64) || defined(_M_AMD64)) && !defined(_M_ARM64EC) +#define ARCH_X64 "1" +#else +#define ARCH_X64 "0" +#endif +const char *arch_X64 = "INFO"; + +int main(int argc, char *argv[]) { + int result = 0; + (void)argv; + + result += arch_EMSCRIPTEN[argc]; + result += arch_ARM32[argc]; + result += arch_ARM64[argc]; + result += arch_ARM64EC[argc]; + result += arch_LOONGARCH64[argc]; + result += arch_POWERPC32[argc]; + result += arch_POWERPC64[argc]; + result += arch_X86[argc]; + result += arch_X64[argc]; + return result; +} \ No newline at end of file diff --git a/build_emscripten/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch/bin b/build_emscripten/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch/bin new file mode 100644 index 0000000000000000000000000000000000000000..df52ef0707e4f431ae6511fdc69434300a475b9e GIT binary patch literal 3136 zcmdUw%WD&H5XXO;`izg(7YKS-QKW)y9;UHMttoNa2sJIKrM*bI#%(J$O-Z)+0QDd! zrHUT?2mBYjDFqLD^dfll;zb1UUeNjO&TM}9nS+QI2Y#8E&u`}U+F^2Jz-v?&29qhf zUDBEx+4`?-XYzTDm`y6BXjlV(GO*i>dwHT*xio&oEvwKUs$4#ujm>;cGu>k3jE;?! zM}{iJlFW{eO}UlvqU5nFv(x?gC~ulb&AYLrRLZ=fcEe6)HY;>CIdO4x=DHvF)nEn( zcB)Q2l}x7eN1|Ze)n6;0%Y{p2&*V8|Hu=CE9ZpylJzXT08dNP$s8a8@wCqA?7F3Vw zR+FXGFRS;yl~z|izjHS*QCd3ywdQ^+y(n29x?id8H|v(W@xSvmcjM~YOXcCQfmYd^ zPY})#Qm(FGT!W}lzuT5h!4GK~TWvzortyqS?pXMOe-HNhq_gIH^Zr%2rf)5kJfPBZ# z(C(f`iQ=v;iLVp^&{?q0CiUZIr`fLf6z#KJ;c461K63Y{Rx!(#N12N++F{yncD`RV%}@;Ip%4DuQ2a7_PQb0a_!6Q3l8HUBn0!)vyEV`8%ZGqQCt_s4$`n7RKt2bT0?vgQ7Q z(N8tz!m5E_1srx94;`l=HpCeq(FB<(>Y>9zBWJR-)@`ZQW8*4x3{m1#jyNO{R iGao(G{Pu*@XNFJUXkxzK9-8Zv-_Pe?)pB8)`M&`AI+Kb3 literal 0 HcmV?d00001 diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/DependInfo.cmake b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/DependInfo.cmake new file mode 100644 index 00000000..101d71b3 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/DependInfo.cmake @@ -0,0 +1,597 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.c" "external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch.d" + "/home/guest/Downloads/PopLib/external/SDL/src/SDL.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/SDL_assert.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/SDL_error.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/SDL_guid.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/SDL_hashtable.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/SDL_hints.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/SDL_list.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/SDL_log.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/SDL_properties.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/SDL_utils.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_atomic.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_spinlock.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audio.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiocvt.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiodev.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioqueue.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioresample.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiotypecvt.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_mixer.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_wave.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/alsa/SDL_alsa_audio.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/disk/SDL_diskaudio.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/dummy/SDL_dummyaudio.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/jack/SDL_jackaudio.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/pipewire/SDL_pipewire.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/pulseaudio/SDL_pulseaudio.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/camera/SDL_camera.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/camera/dummy/SDL_camera_dummy.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/camera/pipewire/SDL_camera_pipewire.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/camera/v4l2/SDL_camera_v4l2.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/SDL_core_unsupported.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_dbus.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_capabilities.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_kbd.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_fcitx.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_ime.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_progressbar.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_system_theme.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_threadprio.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_udev.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_appid.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_poll.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/cpuinfo/SDL_cpuinfo.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog_utils.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_portaldialog.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_unixdialog.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_zenitydialog.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_categories.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_clipboardevents.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_displayevents.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_dropevents.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_events.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_eventwatch.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keyboard.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keymap.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_keycode.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_scancode.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_mouse.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_pen.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_quit.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_scancode_tables.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_touch.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_windowevents.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/imKStoUCS.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/filesystem/SDL_filesystem.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/filesystem/posix/SDL_sysfsops.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/filesystem/unix/SDL_sysfilesystem.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/gpu/SDL_gpu.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/haptic/SDL_haptic.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/haptic/linux/SDL_syshaptic.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/hidapi/SDL_hidapi.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/io/SDL_asyncio.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/io/SDL_iostream.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/io/generic/SDL_asyncio_generic.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/io/io_uring/SDL_asyncio_liburing.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_gamepad.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_joystick.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_steam_virtual_gamepad.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/controller_type.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_8bitdo.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_combined.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gamecube.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gip.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_lg4ff.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_luna.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps3.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps4.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps5.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_rumble.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_shield.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_stadia.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam_hori.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steamdeck.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_switch.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_wii.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360w.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xboxone.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapijoystick.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/linux/SDL_sysjoystick.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/virtual/SDL_virtualjoystick.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/loadso/dlopen/SDL_sysloadso.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/locale/SDL_locale.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/locale/unix/SDL_syslocale.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/main/SDL_main_callbacks.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/main/SDL_runapp.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/main/generic/SDL_sysmain_callbacks.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/misc/SDL_url.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/misc/unix/SDL_sysurl.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/power/SDL_power.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/power/linux/SDL_syspower.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/process/SDL_process.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/process/posix/SDL_posixprocess.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/SDL_d3dmath.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render_unsupported.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/SDL_yuv_sw.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_render_d3d.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_shaders_d3d.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_render_d3d11.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_shaders_d3d11.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_render_d3d12.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_shaders_d3d12.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_pipeline_gpu.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_render_gpu.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_shaders_gpu.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_render_gl.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_shaders_gl.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_render_gles2.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_shaders_gles2.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/ps2/SDL_render_ps2.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/psp/SDL_render_psp.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendfillrect.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendline.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendpoint.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawline.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawpoint.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_render_sw.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_rotate.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_triangle.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_memory.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_tools.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_render_vulkan.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_shaders_vulkan.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/sensor/SDL_sensor.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/sensor/dummy/SDL_dummysensor.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc16.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc32.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_getenv.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_iconv.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_malloc.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memcpy.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memmove.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memset.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_mslibc.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_murmur3.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_qsort.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_random.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_stdlib.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_string.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_strtokr.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/storage/SDL_storage.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/storage/generic/SDL_genericstorage.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/storage/steam/SDL_steamstorage.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/thread/SDL_thread.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syscond.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysmutex.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysrwlock.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syssem.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systhread.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systls.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/time/SDL_time.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/time/unix/SDL_systime.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/timer/SDL_timer.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/timer/unix/SDL_systimer.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/tray/SDL_tray_utils.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/tray/unix/SDL_tray.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_RLEaccel.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_0.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_1.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_A.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_N.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_auto.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_copy.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_slow.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_bmp.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_clipboard.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_egl.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_fillrect.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_pixels.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_rect.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stb.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stretch.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_surface.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video_unsupported.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_vulkan_utils.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_yuv.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullevents.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullframebuffer.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullvideo.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmdyn.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmevents.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmmouse.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmopengles.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvideo.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvulkan.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenevents.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenframebuffer.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenopengles.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvideo.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvulkan.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenwindow.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandclipboard.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandcolor.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddatamanager.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddyn.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandevents.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandkeyboard.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmessagebox.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmouse.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandopengles.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandshmbuffer.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvideo.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvulkan.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandwindow.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11clipboard.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11dyn.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11events.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11framebuffer.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11keyboard.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11messagebox.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11modes.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11mouse.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengl.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengles.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11pen.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11settings.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11shape.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11touch.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11video.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11vulkan.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11window.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xfixes.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xinput2.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xsync.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xtest.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/edid-parse.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/xsettings-client.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_lsx.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_sse.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_std.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o.d" + "" "external/SDL/libSDL3.so" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/link.d" + ) + +# Pairs of files generated by the same build rule. +set(CMAKE_MULTIPLE_OUTPUT_PAIRS + "/home/guest/Downloads/PopLib/build/external/SDL/libSDL3.so" "/home/guest/Downloads/PopLib/build/external/SDL/libSDL3.so.0.3.0" + "/home/guest/Downloads/PopLib/build/external/SDL/libSDL3.so.0" "/home/guest/Downloads/PopLib/build/external/SDL/libSDL3.so.0.3.0" + ) + + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/build.make b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/build.make new file mode 100644 index 00000000..9f217f1b --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/build.make @@ -0,0 +1,5434 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/SDL/CMakeFiles/SDL3-shared.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/SDL/CMakeFiles/SDL3-shared.dir/progress.make + +# Include the compile flags for this target's objects. +include external/SDL/CMakeFiles/SDL3-shared.dir/flags.make + +external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c: external/SDL/wayland-generated-protocols/alpha-modifier-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating wayland-generated-protocols/alpha-modifier-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/alpha-modifier-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c + +external/SDL/wayland-generated-protocols/color-management-v1-protocol.c: external/SDL/wayland-generated-protocols/color-management-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Generating wayland-generated-protocols/color-management-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/color-management-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-protocol.c + +external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c: external/SDL/wayland-generated-protocols/cursor-shape-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Generating wayland-generated-protocols/cursor-shape-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/cursor-shape-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c + +external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c: external/SDL/wayland-generated-protocols/fractional-scale-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Generating wayland-generated-protocols/fractional-scale-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/fractional-scale-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c + +external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c: external/SDL/wayland-generated-protocols/frog-color-management-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Generating wayland-generated-protocols/frog-color-management-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/frog-color-management-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c + +external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Generating wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/idle-inhibit-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c + +external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Generating wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/input-timestamps-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c + +external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Generating wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/keyboard-shortcuts-inhibit-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c + +external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Generating wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/pointer-constraints-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c + +external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Generating wayland-generated-protocols/primary-selection-unstable-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/primary-selection-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c + +external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Generating wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/relative-pointer-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c + +external/SDL/wayland-generated-protocols/tablet-v2-protocol.c: external/SDL/wayland-generated-protocols/tablet-v2-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Generating wayland-generated-protocols/tablet-v2-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/tablet-v2.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-protocol.c + +external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c: external/SDL/wayland-generated-protocols/text-input-unstable-v3-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Generating wayland-generated-protocols/text-input-unstable-v3-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/text-input-unstable-v3.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c + +external/SDL/wayland-generated-protocols/viewporter-protocol.c: external/SDL/wayland-generated-protocols/viewporter-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Generating wayland-generated-protocols/viewporter-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/viewporter.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-protocol.c + +external/SDL/wayland-generated-protocols/wayland-protocol.c: external/SDL/wayland-generated-protocols/wayland-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Generating wayland-generated-protocols/wayland-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/wayland.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-protocol.c + +external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c: external/SDL/wayland-generated-protocols/xdg-activation-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Generating wayland-generated-protocols/xdg-activation-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-activation-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c + +external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Generating wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-decoration-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c + +external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c: external/SDL/wayland-generated-protocols/xdg-dialog-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Generating wayland-generated-protocols/xdg-dialog-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-dialog-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c + +external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c: external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Generating wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-foreign-unstable-v2.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c + +external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Generating wayland-generated-protocols/xdg-output-unstable-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-output-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c + +external/SDL/wayland-generated-protocols/xdg-shell-protocol.c: external/SDL/wayland-generated-protocols/xdg-shell-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Generating wayland-generated-protocols/xdg-shell-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-shell.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-protocol.c + +external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c: external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Generating wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-toplevel-icon-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c + +external/SDL/wayland-generated-protocols/alpha-modifier-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/alpha-modifier-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Generating wayland-generated-protocols/alpha-modifier-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/alpha-modifier-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/color-management-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/color-management-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Generating wayland-generated-protocols/color-management-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/color-management-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/cursor-shape-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/cursor-shape-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Generating wayland-generated-protocols/cursor-shape-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/cursor-shape-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/fractional-scale-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/fractional-scale-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Generating wayland-generated-protocols/fractional-scale-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/fractional-scale-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/frog-color-management-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/frog-color-management-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Generating wayland-generated-protocols/frog-color-management-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/frog-color-management-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/idle-inhibit-unstable-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Generating wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/idle-inhibit-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/input-timestamps-unstable-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Generating wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/input-timestamps-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/keyboard-shortcuts-inhibit-unstable-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Generating wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/keyboard-shortcuts-inhibit-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/pointer-constraints-unstable-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Generating wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/pointer-constraints-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/primary-selection-unstable-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Generating wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/primary-selection-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/relative-pointer-unstable-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Generating wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/relative-pointer-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/tablet-v2-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/tablet-v2.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Generating wayland-generated-protocols/tablet-v2-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/tablet-v2.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-client-protocol.h + +external/SDL/wayland-generated-protocols/text-input-unstable-v3-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/text-input-unstable-v3.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Generating wayland-generated-protocols/text-input-unstable-v3-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/text-input-unstable-v3.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-client-protocol.h + +external/SDL/wayland-generated-protocols/viewporter-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/viewporter.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Generating wayland-generated-protocols/viewporter-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/viewporter.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-client-protocol.h + +external/SDL/wayland-generated-protocols/wayland-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/wayland.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Generating wayland-generated-protocols/wayland-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/wayland.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-client-protocol.h + +external/SDL/wayland-generated-protocols/xdg-activation-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-activation-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_38) "Generating wayland-generated-protocols/xdg-activation-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-activation-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-decoration-unstable-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_39) "Generating wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-decoration-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/xdg-dialog-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-dialog-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_40) "Generating wayland-generated-protocols/xdg-dialog-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-dialog-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-foreign-unstable-v2.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_41) "Generating wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-foreign-unstable-v2.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h + +external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-output-unstable-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_42) "Generating wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-output-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/xdg-shell-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-shell.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_43) "Generating wayland-generated-protocols/xdg-shell-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-shell.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-client-protocol.h + +external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-toplevel-icon-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_44) "Generating wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-toplevel-icon-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h + +external/SDL/CMakeFiles/SDL3-shared.dir/codegen: +.PHONY : external/SDL/CMakeFiles/SDL3-shared.dir/codegen + +external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.c +external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_45) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -x c-header -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -MF CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch.d -o CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -c /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.c + +external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/cmake_pch.h.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -x c-header -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.c > CMakeFiles/SDL3-shared.dir/cmake_pch.h.i + +external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/cmake_pch.h.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -x c-header -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.c -o CMakeFiles/SDL3-shared.dir/cmake_pch.h.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_46) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o -MF CMakeFiles/SDL3-shared.dir/src/SDL.c.o.d -o CMakeFiles/SDL3-shared.dir/src/SDL.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/SDL.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL.c > CMakeFiles/SDL3-shared.dir/src/SDL.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/SDL.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL.c -o CMakeFiles/SDL3-shared.dir/src/SDL.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_assert.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_47) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o -MF CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o.d -o CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_assert.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_assert.c > CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_assert.c -o CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_error.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_48) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o -MF CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o.d -o CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_error.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/SDL_error.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_error.c > CMakeFiles/SDL3-shared.dir/src/SDL_error.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/SDL_error.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_error.c -o CMakeFiles/SDL3-shared.dir/src/SDL_error.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_guid.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_49) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o -MF CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o.d -o CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_guid.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_guid.c > CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_guid.c -o CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_hashtable.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_50) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o -MF CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o.d -o CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_hashtable.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_hashtable.c > CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_hashtable.c -o CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_hints.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_51) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o -MF CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o.d -o CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_hints.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_hints.c > CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_hints.c -o CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_list.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_52) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o -MF CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o.d -o CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_list.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/SDL_list.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_list.c > CMakeFiles/SDL3-shared.dir/src/SDL_list.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/SDL_list.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_list.c -o CMakeFiles/SDL3-shared.dir/src/SDL_list.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_log.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_53) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o -MF CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o.d -o CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_log.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/SDL_log.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_log.c > CMakeFiles/SDL3-shared.dir/src/SDL_log.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/SDL_log.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_log.c -o CMakeFiles/SDL3-shared.dir/src/SDL_log.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_properties.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_54) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o -MF CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o.d -o CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_properties.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_properties.c > CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_properties.c -o CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_utils.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_55) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o -MF CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o.d -o CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_utils.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_utils.c > CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_utils.c -o CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o: /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_atomic.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_56) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o -MF CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o.d -o CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_atomic.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_atomic.c > CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_atomic.c -o CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o: /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_spinlock.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_57) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o -MF CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o.d -o CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_spinlock.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_spinlock.c > CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_spinlock.c -o CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audio.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_58) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audio.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audio.c > CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audio.c -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiocvt.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_59) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiocvt.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiocvt.c > CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiocvt.c -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiodev.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_60) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiodev.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiodev.c > CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiodev.c -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioqueue.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_61) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioqueue.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioqueue.c > CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioqueue.c -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioresample.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_62) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioresample.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioresample.c > CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioresample.c -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiotypecvt.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_63) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiotypecvt.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiotypecvt.c > CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiotypecvt.c -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_mixer.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_64) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_mixer.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_mixer.c > CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_mixer.c -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_wave.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_65) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_wave.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_wave.c > CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_wave.c -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o: /home/guest/Downloads/PopLib/external/SDL/src/camera/SDL_camera.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_66) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o -MF CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o.d -o CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/camera/SDL_camera.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/camera/SDL_camera.c > CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/camera/SDL_camera.c -o CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/SDL_core_unsupported.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_67) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/SDL_core_unsupported.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/SDL_core_unsupported.c > CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/SDL_core_unsupported.c -o CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/cpuinfo/SDL_cpuinfo.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_68) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o -MF CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o.d -o CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/cpuinfo/SDL_cpuinfo.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/cpuinfo/SDL_cpuinfo.c > CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/cpuinfo/SDL_cpuinfo.c -o CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_69) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o -MF CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o.d -o CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.c > CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.c -o CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_categories.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_70) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_categories.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_categories.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_categories.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_clipboardevents.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_71) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_clipboardevents.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_clipboardevents.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_clipboardevents.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_displayevents.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_72) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_displayevents.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_displayevents.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_displayevents.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_dropevents.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_73) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_dropevents.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_dropevents.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_dropevents.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_events.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_74) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_events.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_events.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_events.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_eventwatch.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_75) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_eventwatch.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_eventwatch.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_eventwatch.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keyboard.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_76) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keyboard.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keyboard.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keyboard.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keymap.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_77) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keymap.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keymap.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keymap.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_keycode.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_78) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_keycode.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_keycode.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_keycode.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_scancode.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_79) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_scancode.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_scancode.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_scancode.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_mouse.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_80) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_mouse.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_mouse.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_mouse.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_pen.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_81) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_pen.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_pen.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_pen.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_quit.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_82) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_quit.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_quit.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_quit.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_scancode_tables.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_83) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_scancode_tables.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_scancode_tables.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_scancode_tables.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_touch.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_84) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_touch.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_touch.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_touch.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_windowevents.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_85) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_windowevents.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_windowevents.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_windowevents.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/imKStoUCS.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_86) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/imKStoUCS.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/imKStoUCS.c > CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/imKStoUCS.c -o CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o: /home/guest/Downloads/PopLib/external/SDL/src/filesystem/SDL_filesystem.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_87) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o -MF CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o.d -o CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/filesystem/SDL_filesystem.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/filesystem/SDL_filesystem.c > CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/filesystem/SDL_filesystem.c -o CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o: /home/guest/Downloads/PopLib/external/SDL/src/gpu/SDL_gpu.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_88) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o -MF CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o.d -o CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/gpu/SDL_gpu.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/gpu/SDL_gpu.c > CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/gpu/SDL_gpu.c -o CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o: /home/guest/Downloads/PopLib/external/SDL/src/haptic/SDL_haptic.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_89) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o -MF CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o.d -o CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/haptic/SDL_haptic.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/haptic/SDL_haptic.c > CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/haptic/SDL_haptic.c -o CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o: /home/guest/Downloads/PopLib/external/SDL/src/hidapi/SDL_hidapi.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_90) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o -MF CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o.d -o CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/hidapi/SDL_hidapi.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/hidapi/SDL_hidapi.c > CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/hidapi/SDL_hidapi.c -o CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_asyncio.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_91) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o -MF CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o.d -o CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_asyncio.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_asyncio.c > CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_asyncio.c -o CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o: /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_iostream.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_92) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o -MF CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o.d -o CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_iostream.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_iostream.c > CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_iostream.c -o CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o: /home/guest/Downloads/PopLib/external/SDL/src/io/generic/SDL_asyncio_generic.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_93) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o -MF CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o.d -o CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/io/generic/SDL_asyncio_generic.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/io/generic/SDL_asyncio_generic.c > CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/io/generic/SDL_asyncio_generic.c -o CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_gamepad.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_94) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_gamepad.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_gamepad.c > CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_gamepad.c -o CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_joystick.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_95) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_joystick.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_joystick.c > CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_joystick.c -o CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_steam_virtual_gamepad.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_96) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_steam_virtual_gamepad.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_steam_virtual_gamepad.c > CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_steam_virtual_gamepad.c -o CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/controller_type.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_97) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/controller_type.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/controller_type.c > CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/controller_type.c -o CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o: /home/guest/Downloads/PopLib/external/SDL/src/locale/SDL_locale.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_98) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o -MF CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o.d -o CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/locale/SDL_locale.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/locale/SDL_locale.c > CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/locale/SDL_locale.c -o CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o: /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_main_callbacks.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_99) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o -MF CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o.d -o CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_main_callbacks.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_main_callbacks.c > CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_main_callbacks.c -o CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o: /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_runapp.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_100) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o -MF CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o.d -o CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_runapp.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_runapp.c > CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_runapp.c -o CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o: /home/guest/Downloads/PopLib/external/SDL/src/misc/SDL_url.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_101) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o -MF CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o.d -o CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/misc/SDL_url.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/misc/SDL_url.c > CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/misc/SDL_url.c -o CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o: /home/guest/Downloads/PopLib/external/SDL/src/power/SDL_power.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_102) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o -MF CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o.d -o CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/power/SDL_power.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/power/SDL_power.c > CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/power/SDL_power.c -o CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_d3dmath.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_103) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_d3dmath.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_d3dmath.c > CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_d3dmath.c -o CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_104) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render.c > CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render.c -o CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render_unsupported.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_105) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render_unsupported.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render_unsupported.c > CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render_unsupported.c -o CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_yuv_sw.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_106) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_yuv_sw.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_yuv_sw.c > CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_yuv_sw.c -o CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_render_d3d.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_107) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_render_d3d.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_render_d3d.c > CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_render_d3d.c -o CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_shaders_d3d.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_108) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_shaders_d3d.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_shaders_d3d.c > CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_shaders_d3d.c -o CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_render_d3d11.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_109) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_render_d3d11.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_render_d3d11.c > CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_render_d3d11.c -o CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_shaders_d3d11.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_110) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_shaders_d3d11.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_shaders_d3d11.c > CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_shaders_d3d11.c -o CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_render_d3d12.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_111) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_render_d3d12.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_render_d3d12.c > CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_render_d3d12.c -o CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_shaders_d3d12.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_112) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_shaders_d3d12.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_shaders_d3d12.c > CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_shaders_d3d12.c -o CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_pipeline_gpu.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_113) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_pipeline_gpu.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_pipeline_gpu.c > CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_pipeline_gpu.c -o CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_render_gpu.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_114) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_render_gpu.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_render_gpu.c > CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_render_gpu.c -o CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_shaders_gpu.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_115) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_shaders_gpu.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_shaders_gpu.c > CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_shaders_gpu.c -o CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_render_gl.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_116) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_render_gl.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_render_gl.c > CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_render_gl.c -o CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_shaders_gl.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_117) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_shaders_gl.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_shaders_gl.c > CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_shaders_gl.c -o CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_render_gles2.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_118) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_render_gles2.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_render_gles2.c > CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_render_gles2.c -o CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_shaders_gles2.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_119) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_shaders_gles2.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_shaders_gles2.c > CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_shaders_gles2.c -o CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/ps2/SDL_render_ps2.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_120) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/ps2/SDL_render_ps2.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/ps2/SDL_render_ps2.c > CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/ps2/SDL_render_ps2.c -o CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/psp/SDL_render_psp.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_121) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/psp/SDL_render_psp.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/psp/SDL_render_psp.c > CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/psp/SDL_render_psp.c -o CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendfillrect.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_122) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendfillrect.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendfillrect.c > CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendfillrect.c -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendline.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_123) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendline.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendline.c > CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendline.c -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendpoint.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_124) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendpoint.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendpoint.c > CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendpoint.c -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawline.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_125) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawline.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawline.c > CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawline.c -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawpoint.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_126) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawpoint.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawpoint.c > CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawpoint.c -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_render_sw.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_127) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_render_sw.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_render_sw.c > CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_render_sw.c -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_rotate.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_128) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_rotate.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_rotate.c > CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_rotate.c -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_triangle.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_129) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_triangle.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_triangle.c > CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_triangle.c -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_130) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm.c > CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm.c -o CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_memory.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_131) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_memory.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_memory.c > CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_memory.c -o CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_tools.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_132) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_tools.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_tools.c > CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_tools.c -o CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_render_vulkan.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_133) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_render_vulkan.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_render_vulkan.c > CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_render_vulkan.c -o CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_shaders_vulkan.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_134) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_shaders_vulkan.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_shaders_vulkan.c > CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_shaders_vulkan.c -o CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o: /home/guest/Downloads/PopLib/external/SDL/src/sensor/SDL_sensor.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_135) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o -MF CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o.d -o CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/sensor/SDL_sensor.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/sensor/SDL_sensor.c > CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/sensor/SDL_sensor.c -o CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc16.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_136) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc16.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc16.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc16.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc32.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_137) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc32.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc32.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc32.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_getenv.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_138) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_getenv.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_getenv.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_getenv.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_iconv.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_139) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_iconv.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_iconv.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_iconv.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_malloc.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_140) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_malloc.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_malloc.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_malloc.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memcpy.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_141) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memcpy.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memcpy.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memcpy.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memmove.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_142) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memmove.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memmove.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memmove.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memset.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_143) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memset.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memset.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memset.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_mslibc.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_144) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_mslibc.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_mslibc.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_mslibc.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_murmur3.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_145) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_murmur3.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_murmur3.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_murmur3.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_qsort.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_146) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_qsort.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_qsort.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_qsort.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_random.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_147) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_random.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_random.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_random.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_stdlib.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_148) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_stdlib.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_stdlib.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_stdlib.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_string.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_149) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_string.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_string.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_string.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_strtokr.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_150) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_strtokr.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_strtokr.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_strtokr.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o: /home/guest/Downloads/PopLib/external/SDL/src/storage/SDL_storage.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_151) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o -MF CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o.d -o CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/storage/SDL_storage.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/storage/SDL_storage.c > CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/storage/SDL_storage.c -o CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/SDL_thread.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_152) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o -MF CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o.d -o CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/SDL_thread.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/SDL_thread.c > CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/SDL_thread.c -o CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o: /home/guest/Downloads/PopLib/external/SDL/src/time/SDL_time.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_153) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o -MF CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o.d -o CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/time/SDL_time.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/time/SDL_time.c > CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/time/SDL_time.c -o CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/timer/SDL_timer.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_154) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o -MF CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o.d -o CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/timer/SDL_timer.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/timer/SDL_timer.c > CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/timer/SDL_timer.c -o CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_RLEaccel.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_155) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_RLEaccel.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_RLEaccel.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_RLEaccel.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_156) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_0.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_157) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_0.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_0.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_0.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_1.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_158) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_1.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_1.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_1.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_A.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_159) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_A.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_A.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_A.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_N.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_160) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_N.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_N.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_N.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_auto.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_161) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_auto.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_auto.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_auto.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_copy.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_162) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_copy.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_copy.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_copy.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_slow.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_163) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_slow.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_slow.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_slow.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_bmp.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_164) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_bmp.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_bmp.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_bmp.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_clipboard.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_165) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_clipboard.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_clipboard.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_clipboard.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_egl.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_166) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_egl.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_egl.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_egl.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_fillrect.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_167) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_fillrect.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_fillrect.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_fillrect.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_pixels.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_168) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_pixels.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_pixels.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_pixels.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_rect.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_169) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_rect.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_rect.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_rect.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stb.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_170) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stb.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stb.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stb.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stretch.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_171) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stretch.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stretch.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stretch.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_surface.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_172) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_surface.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_surface.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_surface.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_173) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video_unsupported.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_174) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video_unsupported.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video_unsupported.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video_unsupported.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_vulkan_utils.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_175) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_vulkan_utils.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_vulkan_utils.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_vulkan_utils.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_yuv.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_176) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_yuv.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_yuv.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_yuv.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_lsx.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_177) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_lsx.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_lsx.c > CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_lsx.c -o CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_sse.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_178) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_sse.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_sse.c > CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_sse.c -o CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_std.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_179) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_std.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_std.c > CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_std.c -o CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/dummy/SDL_dummyaudio.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_180) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/dummy/SDL_dummyaudio.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/dummy/SDL_dummyaudio.c > CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/dummy/SDL_dummyaudio.c -o CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/disk/SDL_diskaudio.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_181) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/disk/SDL_diskaudio.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/disk/SDL_diskaudio.c > CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/disk/SDL_diskaudio.c -o CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o: /home/guest/Downloads/PopLib/external/SDL/src/camera/dummy/SDL_camera_dummy.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_182) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o -MF CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o.d -o CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/camera/dummy/SDL_camera_dummy.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/camera/dummy/SDL_camera_dummy.c > CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/camera/dummy/SDL_camera_dummy.c -o CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o: /home/guest/Downloads/PopLib/external/SDL/src/loadso/dlopen/SDL_sysloadso.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_183) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o -MF CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o.d -o CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/loadso/dlopen/SDL_sysloadso.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/loadso/dlopen/SDL_sysloadso.c > CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/loadso/dlopen/SDL_sysloadso.c -o CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/virtual/SDL_virtualjoystick.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_184) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/virtual/SDL_virtualjoystick.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/virtual/SDL_virtualjoystick.c > CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/virtual/SDL_virtualjoystick.c -o CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullevents.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_185) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullevents.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullevents.c > CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullevents.c -o CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullframebuffer.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_186) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullframebuffer.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullframebuffer.c > CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullframebuffer.c -o CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullvideo.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_187) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullvideo.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullvideo.c > CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullvideo.c -o CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/alsa/SDL_alsa_audio.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_188) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/alsa/SDL_alsa_audio.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/alsa/SDL_alsa_audio.c > CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/alsa/SDL_alsa_audio.c -o CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/jack/SDL_jackaudio.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_189) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/jack/SDL_jackaudio.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/jack/SDL_jackaudio.c > CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/jack/SDL_jackaudio.c -o CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/pipewire/SDL_pipewire.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_190) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/pipewire/SDL_pipewire.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/pipewire/SDL_pipewire.c > CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/pipewire/SDL_pipewire.c -o CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o: /home/guest/Downloads/PopLib/external/SDL/src/camera/pipewire/SDL_camera_pipewire.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_191) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o -MF CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o.d -o CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/camera/pipewire/SDL_camera_pipewire.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/camera/pipewire/SDL_camera_pipewire.c > CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/camera/pipewire/SDL_camera_pipewire.c -o CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/pulseaudio/SDL_pulseaudio.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_192) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/pulseaudio/SDL_pulseaudio.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/pulseaudio/SDL_pulseaudio.c > CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/pulseaudio/SDL_pulseaudio.c -o CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11clipboard.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_193) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11clipboard.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11clipboard.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11clipboard.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11dyn.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_194) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11dyn.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11dyn.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11dyn.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11events.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_195) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11events.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11events.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11events.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11framebuffer.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_196) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11framebuffer.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11framebuffer.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11framebuffer.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11keyboard.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_197) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11keyboard.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11keyboard.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11keyboard.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11messagebox.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_198) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11messagebox.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11messagebox.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11messagebox.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11modes.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_199) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11modes.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11modes.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11modes.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11mouse.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_200) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11mouse.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11mouse.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11mouse.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengl.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_201) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengl.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengl.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengl.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengles.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_202) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengles.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengles.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengles.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11pen.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_203) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11pen.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11pen.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11pen.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11settings.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_204) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11settings.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11settings.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11settings.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11shape.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_205) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11shape.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11shape.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11shape.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11touch.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_206) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11touch.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11touch.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11touch.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11video.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_207) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11video.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11video.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11video.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11vulkan.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_208) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11vulkan.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11vulkan.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11vulkan.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11window.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_209) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11window.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11window.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11window.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xfixes.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_210) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xfixes.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xfixes.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xfixes.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xinput2.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_211) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xinput2.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xinput2.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xinput2.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xsync.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_212) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xsync.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xsync.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xsync.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xtest.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_213) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xtest.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xtest.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xtest.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/edid-parse.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_214) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/edid-parse.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/edid-parse.c > CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/edid-parse.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/xsettings-client.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_215) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/xsettings-client.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/xsettings-client.c > CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/xsettings-client.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmdyn.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_216) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmdyn.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmdyn.c > CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmdyn.c -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmevents.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_217) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmevents.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmevents.c > CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmevents.c -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmmouse.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_218) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmmouse.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmmouse.c > CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmmouse.c -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmopengles.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_219) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmopengles.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmopengles.c > CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmopengles.c -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvideo.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_220) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvideo.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvideo.c > CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvideo.c -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvulkan.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_221) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvulkan.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvulkan.c > CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvulkan.c -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandclipboard.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_222) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandclipboard.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandclipboard.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandclipboard.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandcolor.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_223) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandcolor.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandcolor.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandcolor.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddatamanager.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_224) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddatamanager.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddatamanager.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddatamanager.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddyn.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_225) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddyn.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddyn.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddyn.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandevents.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_226) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandevents.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandevents.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandevents.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandkeyboard.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_227) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandkeyboard.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandkeyboard.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandkeyboard.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmessagebox.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_228) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmessagebox.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmessagebox.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmessagebox.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmouse.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_229) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmouse.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmouse.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmouse.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandopengles.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_230) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandopengles.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandopengles.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandopengles.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandshmbuffer.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_231) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandshmbuffer.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandshmbuffer.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandshmbuffer.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvideo.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_232) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvideo.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvideo.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvideo.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvulkan.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_233) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvulkan.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvulkan.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvulkan.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandwindow.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_234) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandwindow.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandwindow.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandwindow.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o: external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_235) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o: external/SDL/wayland-generated-protocols/color-management-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_236) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o: external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_237) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o: external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_238) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o: external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_239) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_240) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_241) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_242) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_243) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_244) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_245) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o: external/SDL/wayland-generated-protocols/tablet-v2-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_246) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-protocol.c + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o: external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_247) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o: external/SDL/wayland-generated-protocols/viewporter-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_248) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-protocol.c + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o: external/SDL/wayland-generated-protocols/wayland-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_249) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-protocol.c + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_250) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_251) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_252) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_253) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_254) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-shell-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_255) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-protocol.c + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_256) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o: /home/guest/Downloads/PopLib/external/SDL/src/tray/unix/SDL_tray.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_257) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o -MF CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o.d -o CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/tray/unix/SDL_tray.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/tray/unix/SDL_tray.c > CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/tray/unix/SDL_tray.c -o CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_appid.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_258) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_appid.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_appid.c > CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_appid.c -o CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_poll.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_259) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_poll.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_poll.c > CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_poll.c -o CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/camera/v4l2/SDL_camera_v4l2.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_260) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o -MF CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o.d -o CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/camera/v4l2/SDL_camera_v4l2.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/camera/v4l2/SDL_camera_v4l2.c > CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/camera/v4l2/SDL_camera_v4l2.c -o CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o: /home/guest/Downloads/PopLib/external/SDL/src/haptic/linux/SDL_syshaptic.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_261) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o -MF CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o.d -o CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/haptic/linux/SDL_syshaptic.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/haptic/linux/SDL_syshaptic.c > CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/haptic/linux/SDL_syshaptic.c -o CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_dbus.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_262) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_dbus.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_dbus.c > CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_dbus.c -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_system_theme.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_263) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_system_theme.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_system_theme.c > CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_system_theme.c -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_progressbar.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_264) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_progressbar.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_progressbar.c > CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_progressbar.c -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_ime.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_265) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_ime.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_ime.c > CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_ime.c -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_fcitx.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_266) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_fcitx.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_fcitx.c > CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_fcitx.c -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_udev.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_267) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_udev.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_udev.c > CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_udev.c -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_268) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev.c > CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev.c -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_kbd.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_269) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_kbd.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_kbd.c > CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_kbd.c -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o: /home/guest/Downloads/PopLib/external/SDL/src/io/io_uring/SDL_asyncio_liburing.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_270) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o -MF CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o.d -o CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/io/io_uring/SDL_asyncio_liburing.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/io/io_uring/SDL_asyncio_liburing.c > CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/io/io_uring/SDL_asyncio_liburing.c -o CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_capabilities.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_271) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_capabilities.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_capabilities.c > CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_capabilities.c -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_threadprio.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_272) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_threadprio.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_threadprio.c > CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_threadprio.c -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_8bitdo.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_273) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_8bitdo.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_8bitdo.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_8bitdo.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_combined.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_274) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_combined.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_combined.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_combined.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gamecube.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_275) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gamecube.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gamecube.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gamecube.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gip.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_276) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gip.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gip.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gip.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_lg4ff.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_277) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_lg4ff.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_lg4ff.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_lg4ff.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_luna.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_278) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_luna.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_luna.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_luna.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps3.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_279) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps3.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps3.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps3.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps4.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_280) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps4.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps4.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps4.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps5.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_281) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps5.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps5.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps5.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_rumble.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_282) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_rumble.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_rumble.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_rumble.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_shield.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_283) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_shield.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_shield.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_shield.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_stadia.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_284) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_stadia.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_stadia.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_stadia.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_285) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam_hori.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_286) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam_hori.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam_hori.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam_hori.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steamdeck.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_287) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steamdeck.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steamdeck.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steamdeck.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_switch.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_288) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_switch.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_switch.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_switch.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_wii.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_289) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_wii.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_wii.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_wii.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_290) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360w.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_291) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360w.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360w.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360w.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xboxone.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_292) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xboxone.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xboxone.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xboxone.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapijoystick.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_293) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapijoystick.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapijoystick.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapijoystick.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o: /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_294) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o -MF CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o.d -o CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic.c > CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic.c -o CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o: /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_295) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o -MF CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o.d -o CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c > CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c -o CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/linux/SDL_sysjoystick.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_296) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/linux/SDL_sysjoystick.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/linux/SDL_sysjoystick.c > CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/linux/SDL_sysjoystick.c -o CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systhread.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_297) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o -MF CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o.d -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systhread.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systhread.c > CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systhread.c -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysmutex.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_298) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o -MF CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o.d -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysmutex.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysmutex.c > CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysmutex.c -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syscond.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_299) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o -MF CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o.d -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syscond.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syscond.c > CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syscond.c -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysrwlock.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_300) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o -MF CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o.d -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysrwlock.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysrwlock.c > CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysrwlock.c -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systls.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_301) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o -MF CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o.d -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systls.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systls.c > CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systls.c -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syssem.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_302) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o -MF CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o.d -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syssem.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syssem.c > CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syssem.c -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o: /home/guest/Downloads/PopLib/external/SDL/src/misc/unix/SDL_sysurl.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_303) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o -MF CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o.d -o CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/misc/unix/SDL_sysurl.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/misc/unix/SDL_sysurl.c > CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/misc/unix/SDL_sysurl.c -o CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o: /home/guest/Downloads/PopLib/external/SDL/src/power/linux/SDL_syspower.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_304) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o -MF CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o.d -o CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/power/linux/SDL_syspower.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/power/linux/SDL_syspower.c > CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/power/linux/SDL_syspower.c -o CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o: /home/guest/Downloads/PopLib/external/SDL/src/locale/unix/SDL_syslocale.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_305) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o -MF CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o.d -o CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/locale/unix/SDL_syslocale.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/locale/unix/SDL_syslocale.c > CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/locale/unix/SDL_syslocale.c -o CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o: /home/guest/Downloads/PopLib/external/SDL/src/filesystem/unix/SDL_sysfilesystem.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_306) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o -MF CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o.d -o CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/filesystem/unix/SDL_sysfilesystem.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/filesystem/unix/SDL_sysfilesystem.c > CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/filesystem/unix/SDL_sysfilesystem.c -o CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o: /home/guest/Downloads/PopLib/external/SDL/src/storage/generic/SDL_genericstorage.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_307) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o -MF CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o.d -o CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/storage/generic/SDL_genericstorage.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/storage/generic/SDL_genericstorage.c > CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/storage/generic/SDL_genericstorage.c -o CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o: /home/guest/Downloads/PopLib/external/SDL/src/storage/steam/SDL_steamstorage.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_308) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o -MF CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o.d -o CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/storage/steam/SDL_steamstorage.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/storage/steam/SDL_steamstorage.c > CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/storage/steam/SDL_steamstorage.c -o CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o: /home/guest/Downloads/PopLib/external/SDL/src/filesystem/posix/SDL_sysfsops.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_309) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o -MF CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o.d -o CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/filesystem/posix/SDL_sysfsops.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/filesystem/posix/SDL_sysfsops.c > CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/filesystem/posix/SDL_sysfsops.c -o CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o: /home/guest/Downloads/PopLib/external/SDL/src/time/unix/SDL_systime.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_310) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o -MF CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o.d -o CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/time/unix/SDL_systime.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/time/unix/SDL_systime.c > CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/time/unix/SDL_systime.c -o CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/timer/unix/SDL_systimer.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_311) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o -MF CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o.d -o CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/timer/unix/SDL_systimer.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/timer/unix/SDL_systimer.c > CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/timer/unix/SDL_systimer.c -o CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_312) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o -MF CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o.d -o CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog.c > CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog.c -o CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog_utils.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_313) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o -MF CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o.d -o CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog_utils.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog_utils.c > CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog_utils.c -o CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_unixdialog.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_314) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o -MF CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o.d -o CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_unixdialog.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_unixdialog.c > CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_unixdialog.c -o CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_portaldialog.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_315) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o -MF CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o.d -o CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_portaldialog.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_portaldialog.c > CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_portaldialog.c -o CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_zenitydialog.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_316) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o -MF CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o.d -o CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_zenitydialog.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_zenitydialog.c > CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_zenitydialog.c -o CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o: /home/guest/Downloads/PopLib/external/SDL/src/process/SDL_process.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_317) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o -MF CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o.d -o CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/process/SDL_process.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/process/SDL_process.c > CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/process/SDL_process.c -o CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o: /home/guest/Downloads/PopLib/external/SDL/src/process/posix/SDL_posixprocess.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_318) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o -MF CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o.d -o CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/process/posix/SDL_posixprocess.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/process/posix/SDL_posixprocess.c > CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/process/posix/SDL_posixprocess.c -o CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenevents.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_319) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenevents.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenevents.c > CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenevents.c -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenframebuffer.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_320) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenframebuffer.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenframebuffer.c > CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenframebuffer.c -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenopengles.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_321) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenopengles.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenopengles.c > CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenopengles.c -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvideo.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_322) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvideo.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvideo.c > CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvideo.c -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvulkan.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_323) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvulkan.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvulkan.c > CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvulkan.c -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenwindow.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_324) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenwindow.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenwindow.c > CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenwindow.c -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o: /home/guest/Downloads/PopLib/external/SDL/src/tray/SDL_tray_utils.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_325) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o -MF CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o.d -o CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/tray/SDL_tray_utils.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/tray/SDL_tray_utils.c > CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/tray/SDL_tray_utils.c -o CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_326) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o -MF CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o.d -o CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c > CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c -o CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o: /home/guest/Downloads/PopLib/external/SDL/src/sensor/dummy/SDL_dummysensor.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_327) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o -MF CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o.d -o CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/sensor/dummy/SDL_dummysensor.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/sensor/dummy/SDL_dummysensor.c > CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/sensor/dummy/SDL_dummysensor.c -o CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.s + +external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o: /home/guest/Downloads/PopLib/external/SDL/src/main/generic/SDL_sysmain_callbacks.c +external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_328) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o -MF CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o.d -o CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/main/generic/SDL_sysmain_callbacks.c + +external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/main/generic/SDL_sysmain_callbacks.c > CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.i + +external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/main/generic/SDL_sysmain_callbacks.c -o CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.s + +# Object files for target SDL3-shared +SDL3__shared_OBJECTS = \ +"CMakeFiles/SDL3-shared.dir/src/SDL.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o" \ +"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" \ +"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" \ +"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" \ +"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" \ +"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" \ +"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" \ +"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" \ +"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" \ +"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" \ +"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" \ +"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" \ +"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" \ +"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" \ +"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o" \ +"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o" \ +"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" \ +"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" \ +"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" \ +"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" \ +"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" \ +"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" \ +"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o" \ +"CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o" + +# External object files for target SDL3-shared +SDL3__shared_EXTERNAL_OBJECTS = + +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/build.make +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts +external/SDL/libSDL3.so.0.3.0: external/SDL/libSDL_uclibc.a +external/SDL/libSDL3.so.0.3.0: /home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.sym +external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_329) "Linking C shared library libSDL3.so" + cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/SDL3-shared.dir/link.txt --verbose=$(VERBOSE) + cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -E cmake_symlink_library libSDL3.so.0.3.0 libSDL3.so.0 libSDL3.so + +external/SDL/libSDL3.so.0: external/SDL/libSDL3.so.0.3.0 + @$(CMAKE_COMMAND) -E touch_nocreate external/SDL/libSDL3.so.0 + +external/SDL/libSDL3.so: external/SDL/libSDL3.so.0.3.0 + @$(CMAKE_COMMAND) -E touch_nocreate external/SDL/libSDL3.so + +# Rule to build all files generated by this target. +external/SDL/CMakeFiles/SDL3-shared.dir/build: external/SDL/libSDL3.so +.PHONY : external/SDL/CMakeFiles/SDL3-shared.dir/build + +external/SDL/CMakeFiles/SDL3-shared.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -P CMakeFiles/SDL3-shared.dir/cmake_clean.cmake +.PHONY : external/SDL/CMakeFiles/SDL3-shared.dir/clean + +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/alpha-modifier-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/color-management-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/color-management-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/cursor-shape-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/fractional-scale-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/frog-color-management-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/tablet-v2-client-protocol.h +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/tablet-v2-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/text-input-unstable-v3-client-protocol.h +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/viewporter-client-protocol.h +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/viewporter-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/wayland-client-protocol.h +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/wayland-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-activation-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-dialog-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-shell-client-protocol.h +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-shell-protocol.c +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/SDL /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/SDL /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/SDL/CMakeFiles/SDL3-shared.dir/depend + diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_clean.cmake b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_clean.cmake new file mode 100644 index 00000000..32daef8c --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_clean.cmake @@ -0,0 +1,625 @@ +file(REMOVE_RECURSE + ".0" + "CMakeFiles/SDL3-shared.dir/link.d" + "CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch" + "CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch.d" + "CMakeFiles/SDL3-shared.dir/src/SDL.c.o" + "CMakeFiles/SDL3-shared.dir/src/SDL.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o" + "CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o" + "CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o" + "CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o" + "CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o" + "CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o" + "CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o" + "CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o" + "CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o" + "CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o" + "CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o" + "CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o" + "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o" + "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o" + "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o" + "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o" + "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o" + "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o" + "CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o" + "CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o" + "CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o" + "CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o" + "CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o" + "CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o" + "CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" + "CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o" + "CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o" + "CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" + "CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" + "CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o" + "CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o" + "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o" + "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o" + "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o" + "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o" + "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o" + "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o" + "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o" + "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o" + "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o" + "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o" + "CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o" + "CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o" + "CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o" + "CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o" + "CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o" + "CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o" + "CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o" + "CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o" + "CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o" + "CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o" + "CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o" + "CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o" + "CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" + "CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o" + "CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" + "CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o" + "CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" + "CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" + "CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o" + "CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o" + "CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o" + "CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o" + "CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o" + "CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" + "CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" + "CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o" + "CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o" + "CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o" + "CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o" + "CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o" + "CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o" + "CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o" + "CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o" + "CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o" + "CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o" + "CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o" + "CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o" + "CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" + "CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o" + "CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o" + "CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o" + "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o" + "CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o" + "CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o" + "CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o" + "CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o" + "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o" + "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o" + "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o" + "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o" + "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o" + "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o" + "CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o" + "CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o" + "CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o" + "CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o" + "CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o" + "CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o.d" + "CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" + "CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o.d" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o.d" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o.d" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o.d" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o.d" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o.d" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o.d" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o.d" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o.d" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o.d" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o.d" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o.d" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o.d" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o.d" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o.d" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o.d" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o.d" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o.d" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o.d" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o.d" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o.d" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o.d" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" + "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o.d" + "libSDL3.pdb" + "libSDL3.so" + "libSDL3.so.0" + "libSDL3.so.0.3.0" + "wayland-generated-protocols/alpha-modifier-v1-client-protocol.h" + "wayland-generated-protocols/alpha-modifier-v1-protocol.c" + "wayland-generated-protocols/color-management-v1-client-protocol.h" + "wayland-generated-protocols/color-management-v1-protocol.c" + "wayland-generated-protocols/cursor-shape-v1-client-protocol.h" + "wayland-generated-protocols/cursor-shape-v1-protocol.c" + "wayland-generated-protocols/fractional-scale-v1-client-protocol.h" + "wayland-generated-protocols/fractional-scale-v1-protocol.c" + "wayland-generated-protocols/frog-color-management-v1-client-protocol.h" + "wayland-generated-protocols/frog-color-management-v1-protocol.c" + "wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h" + "wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c" + "wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h" + "wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c" + "wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h" + "wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c" + "wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h" + "wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c" + "wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h" + "wayland-generated-protocols/primary-selection-unstable-v1-protocol.c" + "wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h" + "wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c" + "wayland-generated-protocols/tablet-v2-client-protocol.h" + "wayland-generated-protocols/tablet-v2-protocol.c" + "wayland-generated-protocols/text-input-unstable-v3-client-protocol.h" + "wayland-generated-protocols/text-input-unstable-v3-protocol.c" + "wayland-generated-protocols/viewporter-client-protocol.h" + "wayland-generated-protocols/viewporter-protocol.c" + "wayland-generated-protocols/wayland-client-protocol.h" + "wayland-generated-protocols/wayland-protocol.c" + "wayland-generated-protocols/xdg-activation-v1-client-protocol.h" + "wayland-generated-protocols/xdg-activation-v1-protocol.c" + "wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h" + "wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c" + "wayland-generated-protocols/xdg-dialog-v1-client-protocol.h" + "wayland-generated-protocols/xdg-dialog-v1-protocol.c" + "wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h" + "wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c" + "wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h" + "wayland-generated-protocols/xdg-output-unstable-v1-protocol.c" + "wayland-generated-protocols/xdg-shell-client-protocol.h" + "wayland-generated-protocols/xdg-shell-protocol.c" + "wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h" + "wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/SDL3-shared.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h new file mode 100644 index 00000000..45ac8b4c --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h @@ -0,0 +1,4 @@ +/* generated by CMake */ + +#pragma GCC system_header +#include "/home/guest/Downloads/PopLib/external/SDL/src/SDL_internal.h" diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.c b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.c new file mode 100644 index 00000000..f9a12eaa --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.c @@ -0,0 +1 @@ +/* generated by CMake */ diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.make b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.make new file mode 100644 index 00000000..36eea2c4 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for SDL3-shared. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts new file mode 100644 index 00000000..d81c0b06 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for SDL3-shared. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/depend.make b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/depend.make new file mode 100644 index 00000000..9d690c97 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for SDL3-shared. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/flags.make b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/flags.make new file mode 100644 index 00000000..fa45ce17 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/flags.make @@ -0,0 +1,576 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DDLL_EXPORT -DSDL_BUILD_MAJOR_VERSION=3 -DSDL_BUILD_MICRO_VERSION=0 -DSDL_BUILD_MINOR_VERSION=3 -DUSING_GENERATED_CONFIG_H -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/SDL/include-config-relwithdebinfo/build_config -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL/src -isystem /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -isystem /usr/include/libdrm -isystem /usr/include/libdecor-0 -isystem /usr/include/dbus-1.0 -isystem /usr/lib/dbus-1.0/include -isystem /usr/include/libusb-1.0 + +C_FLAGS = -O2 -g -DNDEBUG -fPIC -fvisibility=hidden -Wall -Wundef -Wfloat-conversion -fno-strict-aliasing -Wshadow -Wno-unused-local-typedefs -Wimplicit-fallthrough -fdiagnostics-color=always -idirafter/home/guest/Downloads/PopLib/external/SDL/src/video/khronos -D_REENTRANT + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch_OPTIONS = -Winvalid-pch;-x;c-header;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h + diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/link.txt b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/link.txt new file mode 100644 index 00000000..b49daa71 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -fPIC -O2 -g -DNDEBUG -Wl,--version-script=/home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.sym -Wl,--no-undefined -pthread -Wl,--dependency-file=CMakeFiles/SDL3-shared.dir/link.d -shared -Wl,-soname,libSDL3.so.0 -o libSDL3.so.0.3.0 "CMakeFiles/SDL3-shared.dir/src/SDL.c.o" "CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o" "CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o" "CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o" "CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o" "CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o" "CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o" "CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o" "CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o" "CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o" "CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o" "CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o" "CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o" "CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o" "CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o" "CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o" "CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o" "CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o" "CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o" "CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o" "CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o" "CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o" "CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o" "CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o" "CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o" "CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o" "CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o" "CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o" "CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o" "CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o" "CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o" "CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o" "CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o" "CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o" "CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o" "CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o" "CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" "CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o" "CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" "CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o" "CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o" "CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o" "CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o" "CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o" "CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o" "CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o" "CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o" "CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o" "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o" "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o" "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o" "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o" "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o" "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o" "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o" "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o" "CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" "CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" "CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" "CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o" "CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" "CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o" "CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o" "CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o" "CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o" "CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o" "CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" "CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" "CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o" "CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o" "CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" "CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o" "CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o" "CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o" "CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o" "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o" "CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o" "CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o" "CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" "CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o" "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o" "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o" "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o" "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o" "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o" "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o" "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o" "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o" "CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o" "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" "CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" "CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o" "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o" "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o" "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o" "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o" "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o" "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o" "CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o" "CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o" "CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o" "CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" "CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o" "CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o" "CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o" "CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o" "CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o" "CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o" "CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o" "CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o" "CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o" "CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o" "CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o" "CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o" "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o" "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o" "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o" "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o" "CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o" "CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" "CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o" "CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o" -lm libSDL_uclibc.a diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/progress.make b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/progress.make new file mode 100644 index 00000000..cc312df0 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/progress.make @@ -0,0 +1,330 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_10 = +CMAKE_PROGRESS_11 = +CMAKE_PROGRESS_12 = +CMAKE_PROGRESS_13 = +CMAKE_PROGRESS_14 = +CMAKE_PROGRESS_15 = +CMAKE_PROGRESS_16 = +CMAKE_PROGRESS_17 = +CMAKE_PROGRESS_18 = +CMAKE_PROGRESS_19 = +CMAKE_PROGRESS_20 = +CMAKE_PROGRESS_21 = +CMAKE_PROGRESS_22 = 8 +CMAKE_PROGRESS_23 = +CMAKE_PROGRESS_24 = +CMAKE_PROGRESS_25 = +CMAKE_PROGRESS_26 = +CMAKE_PROGRESS_27 = +CMAKE_PROGRESS_28 = +CMAKE_PROGRESS_29 = +CMAKE_PROGRESS_30 = +CMAKE_PROGRESS_31 = +CMAKE_PROGRESS_32 = +CMAKE_PROGRESS_33 = +CMAKE_PROGRESS_34 = +CMAKE_PROGRESS_35 = +CMAKE_PROGRESS_36 = +CMAKE_PROGRESS_37 = +CMAKE_PROGRESS_38 = +CMAKE_PROGRESS_39 = +CMAKE_PROGRESS_40 = +CMAKE_PROGRESS_41 = +CMAKE_PROGRESS_42 = +CMAKE_PROGRESS_43 = +CMAKE_PROGRESS_44 = +CMAKE_PROGRESS_45 = +CMAKE_PROGRESS_46 = +CMAKE_PROGRESS_47 = +CMAKE_PROGRESS_48 = +CMAKE_PROGRESS_49 = +CMAKE_PROGRESS_50 = +CMAKE_PROGRESS_51 = 9 +CMAKE_PROGRESS_52 = +CMAKE_PROGRESS_53 = +CMAKE_PROGRESS_54 = +CMAKE_PROGRESS_55 = +CMAKE_PROGRESS_56 = +CMAKE_PROGRESS_57 = +CMAKE_PROGRESS_58 = +CMAKE_PROGRESS_59 = +CMAKE_PROGRESS_60 = +CMAKE_PROGRESS_61 = +CMAKE_PROGRESS_62 = +CMAKE_PROGRESS_63 = +CMAKE_PROGRESS_64 = +CMAKE_PROGRESS_65 = +CMAKE_PROGRESS_66 = +CMAKE_PROGRESS_67 = +CMAKE_PROGRESS_68 = +CMAKE_PROGRESS_69 = +CMAKE_PROGRESS_70 = +CMAKE_PROGRESS_71 = +CMAKE_PROGRESS_72 = +CMAKE_PROGRESS_73 = +CMAKE_PROGRESS_74 = +CMAKE_PROGRESS_75 = +CMAKE_PROGRESS_76 = +CMAKE_PROGRESS_77 = +CMAKE_PROGRESS_78 = +CMAKE_PROGRESS_79 = 10 +CMAKE_PROGRESS_80 = +CMAKE_PROGRESS_81 = +CMAKE_PROGRESS_82 = +CMAKE_PROGRESS_83 = +CMAKE_PROGRESS_84 = +CMAKE_PROGRESS_85 = +CMAKE_PROGRESS_86 = +CMAKE_PROGRESS_87 = +CMAKE_PROGRESS_88 = +CMAKE_PROGRESS_89 = +CMAKE_PROGRESS_90 = +CMAKE_PROGRESS_91 = +CMAKE_PROGRESS_92 = +CMAKE_PROGRESS_93 = +CMAKE_PROGRESS_94 = +CMAKE_PROGRESS_95 = +CMAKE_PROGRESS_96 = +CMAKE_PROGRESS_97 = +CMAKE_PROGRESS_98 = +CMAKE_PROGRESS_99 = +CMAKE_PROGRESS_100 = +CMAKE_PROGRESS_101 = +CMAKE_PROGRESS_102 = +CMAKE_PROGRESS_103 = +CMAKE_PROGRESS_104 = +CMAKE_PROGRESS_105 = +CMAKE_PROGRESS_106 = +CMAKE_PROGRESS_107 = +CMAKE_PROGRESS_108 = 11 +CMAKE_PROGRESS_109 = +CMAKE_PROGRESS_110 = +CMAKE_PROGRESS_111 = +CMAKE_PROGRESS_112 = +CMAKE_PROGRESS_113 = +CMAKE_PROGRESS_114 = +CMAKE_PROGRESS_115 = +CMAKE_PROGRESS_116 = +CMAKE_PROGRESS_117 = +CMAKE_PROGRESS_118 = +CMAKE_PROGRESS_119 = +CMAKE_PROGRESS_120 = +CMAKE_PROGRESS_121 = +CMAKE_PROGRESS_122 = +CMAKE_PROGRESS_123 = +CMAKE_PROGRESS_124 = +CMAKE_PROGRESS_125 = +CMAKE_PROGRESS_126 = +CMAKE_PROGRESS_127 = +CMAKE_PROGRESS_128 = +CMAKE_PROGRESS_129 = +CMAKE_PROGRESS_130 = +CMAKE_PROGRESS_131 = +CMAKE_PROGRESS_132 = +CMAKE_PROGRESS_133 = +CMAKE_PROGRESS_134 = +CMAKE_PROGRESS_135 = +CMAKE_PROGRESS_136 = 12 +CMAKE_PROGRESS_137 = +CMAKE_PROGRESS_138 = +CMAKE_PROGRESS_139 = +CMAKE_PROGRESS_140 = +CMAKE_PROGRESS_141 = +CMAKE_PROGRESS_142 = +CMAKE_PROGRESS_143 = +CMAKE_PROGRESS_144 = +CMAKE_PROGRESS_145 = +CMAKE_PROGRESS_146 = +CMAKE_PROGRESS_147 = +CMAKE_PROGRESS_148 = +CMAKE_PROGRESS_149 = +CMAKE_PROGRESS_150 = +CMAKE_PROGRESS_151 = +CMAKE_PROGRESS_152 = +CMAKE_PROGRESS_153 = +CMAKE_PROGRESS_154 = +CMAKE_PROGRESS_155 = +CMAKE_PROGRESS_156 = +CMAKE_PROGRESS_157 = +CMAKE_PROGRESS_158 = +CMAKE_PROGRESS_159 = +CMAKE_PROGRESS_160 = +CMAKE_PROGRESS_161 = +CMAKE_PROGRESS_162 = +CMAKE_PROGRESS_163 = +CMAKE_PROGRESS_164 = 13 +CMAKE_PROGRESS_165 = +CMAKE_PROGRESS_166 = +CMAKE_PROGRESS_167 = +CMAKE_PROGRESS_168 = +CMAKE_PROGRESS_169 = +CMAKE_PROGRESS_170 = +CMAKE_PROGRESS_171 = +CMAKE_PROGRESS_172 = +CMAKE_PROGRESS_173 = +CMAKE_PROGRESS_174 = +CMAKE_PROGRESS_175 = +CMAKE_PROGRESS_176 = +CMAKE_PROGRESS_177 = +CMAKE_PROGRESS_178 = +CMAKE_PROGRESS_179 = +CMAKE_PROGRESS_180 = +CMAKE_PROGRESS_181 = +CMAKE_PROGRESS_182 = +CMAKE_PROGRESS_183 = +CMAKE_PROGRESS_184 = +CMAKE_PROGRESS_185 = +CMAKE_PROGRESS_186 = +CMAKE_PROGRESS_187 = +CMAKE_PROGRESS_188 = +CMAKE_PROGRESS_189 = +CMAKE_PROGRESS_190 = +CMAKE_PROGRESS_191 = +CMAKE_PROGRESS_192 = +CMAKE_PROGRESS_193 = 14 +CMAKE_PROGRESS_194 = +CMAKE_PROGRESS_195 = +CMAKE_PROGRESS_196 = +CMAKE_PROGRESS_197 = +CMAKE_PROGRESS_198 = +CMAKE_PROGRESS_199 = +CMAKE_PROGRESS_200 = +CMAKE_PROGRESS_201 = +CMAKE_PROGRESS_202 = +CMAKE_PROGRESS_203 = +CMAKE_PROGRESS_204 = +CMAKE_PROGRESS_205 = +CMAKE_PROGRESS_206 = +CMAKE_PROGRESS_207 = +CMAKE_PROGRESS_208 = +CMAKE_PROGRESS_209 = +CMAKE_PROGRESS_210 = +CMAKE_PROGRESS_211 = +CMAKE_PROGRESS_212 = +CMAKE_PROGRESS_213 = +CMAKE_PROGRESS_214 = +CMAKE_PROGRESS_215 = +CMAKE_PROGRESS_216 = +CMAKE_PROGRESS_217 = +CMAKE_PROGRESS_218 = +CMAKE_PROGRESS_219 = +CMAKE_PROGRESS_220 = +CMAKE_PROGRESS_221 = 15 +CMAKE_PROGRESS_222 = +CMAKE_PROGRESS_223 = +CMAKE_PROGRESS_224 = +CMAKE_PROGRESS_225 = +CMAKE_PROGRESS_226 = +CMAKE_PROGRESS_227 = +CMAKE_PROGRESS_228 = +CMAKE_PROGRESS_229 = +CMAKE_PROGRESS_230 = +CMAKE_PROGRESS_231 = +CMAKE_PROGRESS_232 = +CMAKE_PROGRESS_233 = +CMAKE_PROGRESS_234 = +CMAKE_PROGRESS_235 = +CMAKE_PROGRESS_236 = +CMAKE_PROGRESS_237 = +CMAKE_PROGRESS_238 = +CMAKE_PROGRESS_239 = +CMAKE_PROGRESS_240 = +CMAKE_PROGRESS_241 = +CMAKE_PROGRESS_242 = +CMAKE_PROGRESS_243 = +CMAKE_PROGRESS_244 = +CMAKE_PROGRESS_245 = +CMAKE_PROGRESS_246 = +CMAKE_PROGRESS_247 = +CMAKE_PROGRESS_248 = +CMAKE_PROGRESS_249 = 16 +CMAKE_PROGRESS_250 = +CMAKE_PROGRESS_251 = +CMAKE_PROGRESS_252 = +CMAKE_PROGRESS_253 = +CMAKE_PROGRESS_254 = +CMAKE_PROGRESS_255 = +CMAKE_PROGRESS_256 = +CMAKE_PROGRESS_257 = +CMAKE_PROGRESS_258 = +CMAKE_PROGRESS_259 = +CMAKE_PROGRESS_260 = +CMAKE_PROGRESS_261 = +CMAKE_PROGRESS_262 = +CMAKE_PROGRESS_263 = +CMAKE_PROGRESS_264 = +CMAKE_PROGRESS_265 = +CMAKE_PROGRESS_266 = +CMAKE_PROGRESS_267 = +CMAKE_PROGRESS_268 = +CMAKE_PROGRESS_269 = +CMAKE_PROGRESS_270 = +CMAKE_PROGRESS_271 = +CMAKE_PROGRESS_272 = +CMAKE_PROGRESS_273 = +CMAKE_PROGRESS_274 = +CMAKE_PROGRESS_275 = +CMAKE_PROGRESS_276 = +CMAKE_PROGRESS_277 = +CMAKE_PROGRESS_278 = 17 +CMAKE_PROGRESS_279 = +CMAKE_PROGRESS_280 = +CMAKE_PROGRESS_281 = +CMAKE_PROGRESS_282 = +CMAKE_PROGRESS_283 = +CMAKE_PROGRESS_284 = +CMAKE_PROGRESS_285 = +CMAKE_PROGRESS_286 = +CMAKE_PROGRESS_287 = +CMAKE_PROGRESS_288 = +CMAKE_PROGRESS_289 = +CMAKE_PROGRESS_290 = +CMAKE_PROGRESS_291 = +CMAKE_PROGRESS_292 = +CMAKE_PROGRESS_293 = +CMAKE_PROGRESS_294 = +CMAKE_PROGRESS_295 = +CMAKE_PROGRESS_296 = +CMAKE_PROGRESS_297 = +CMAKE_PROGRESS_298 = +CMAKE_PROGRESS_299 = +CMAKE_PROGRESS_300 = +CMAKE_PROGRESS_301 = +CMAKE_PROGRESS_302 = +CMAKE_PROGRESS_303 = +CMAKE_PROGRESS_304 = +CMAKE_PROGRESS_305 = +CMAKE_PROGRESS_306 = 18 +CMAKE_PROGRESS_307 = +CMAKE_PROGRESS_308 = +CMAKE_PROGRESS_309 = +CMAKE_PROGRESS_310 = +CMAKE_PROGRESS_311 = +CMAKE_PROGRESS_312 = +CMAKE_PROGRESS_313 = +CMAKE_PROGRESS_314 = +CMAKE_PROGRESS_315 = +CMAKE_PROGRESS_316 = +CMAKE_PROGRESS_317 = +CMAKE_PROGRESS_318 = +CMAKE_PROGRESS_319 = +CMAKE_PROGRESS_320 = +CMAKE_PROGRESS_321 = +CMAKE_PROGRESS_322 = +CMAKE_PROGRESS_323 = +CMAKE_PROGRESS_324 = +CMAKE_PROGRESS_325 = +CMAKE_PROGRESS_326 = +CMAKE_PROGRESS_327 = +CMAKE_PROGRESS_328 = +CMAKE_PROGRESS_329 = + diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/DependInfo.cmake b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/DependInfo.cmake new file mode 100644 index 00000000..08987e7d --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/DependInfo.cmake @@ -0,0 +1,589 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.c" "external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch.d" + "/home/guest/Downloads/PopLib/external/SDL/src/SDL.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/SDL_assert.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/SDL_error.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/SDL_guid.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/SDL_hashtable.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/SDL_hints.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/SDL_list.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/SDL_log.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/SDL_properties.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/SDL_utils.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_atomic.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_spinlock.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audio.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiocvt.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiodev.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioqueue.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioresample.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiotypecvt.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_mixer.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_wave.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/alsa/SDL_alsa_audio.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/disk/SDL_diskaudio.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/dummy/SDL_dummyaudio.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/jack/SDL_jackaudio.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/pipewire/SDL_pipewire.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/audio/pulseaudio/SDL_pulseaudio.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/camera/SDL_camera.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/camera/dummy/SDL_camera_dummy.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/camera/pipewire/SDL_camera_pipewire.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/camera/v4l2/SDL_camera_v4l2.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/SDL_core_unsupported.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_dbus.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_capabilities.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_kbd.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_fcitx.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_ime.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_progressbar.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_system_theme.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_threadprio.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_udev.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_appid.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_poll.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/cpuinfo/SDL_cpuinfo.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog_utils.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_portaldialog.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_unixdialog.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_zenitydialog.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_categories.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_clipboardevents.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_displayevents.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_dropevents.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_events.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_eventwatch.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keyboard.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keymap.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_keycode.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_scancode.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_mouse.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_pen.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_quit.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_scancode_tables.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_touch.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_windowevents.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/events/imKStoUCS.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/filesystem/SDL_filesystem.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/filesystem/posix/SDL_sysfsops.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/filesystem/unix/SDL_sysfilesystem.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/gpu/SDL_gpu.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/haptic/SDL_haptic.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/haptic/linux/SDL_syshaptic.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/hidapi/SDL_hidapi.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/io/SDL_asyncio.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/io/SDL_iostream.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/io/generic/SDL_asyncio_generic.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/io/io_uring/SDL_asyncio_liburing.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_gamepad.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_joystick.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_steam_virtual_gamepad.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/controller_type.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_8bitdo.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_combined.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gamecube.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gip.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_lg4ff.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_luna.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps3.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps4.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps5.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_rumble.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_shield.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_stadia.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam_hori.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steamdeck.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_switch.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_wii.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360w.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xboxone.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapijoystick.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/linux/SDL_sysjoystick.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/joystick/virtual/SDL_virtualjoystick.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/loadso/dlopen/SDL_sysloadso.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/locale/SDL_locale.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/locale/unix/SDL_syslocale.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/main/SDL_main_callbacks.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/main/SDL_runapp.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/main/generic/SDL_sysmain_callbacks.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/misc/SDL_url.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/misc/unix/SDL_sysurl.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/power/SDL_power.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/power/linux/SDL_syspower.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/process/SDL_process.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/process/posix/SDL_posixprocess.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/SDL_d3dmath.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render_unsupported.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/SDL_yuv_sw.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_render_d3d.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_shaders_d3d.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_render_d3d11.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_shaders_d3d11.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_render_d3d12.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_shaders_d3d12.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_pipeline_gpu.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_render_gpu.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_shaders_gpu.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_render_gl.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_shaders_gl.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_render_gles2.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_shaders_gles2.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/ps2/SDL_render_ps2.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/psp/SDL_render_psp.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendfillrect.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendline.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendpoint.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawline.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawpoint.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_render_sw.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_rotate.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_triangle.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_memory.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_tools.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_render_vulkan.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_shaders_vulkan.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/sensor/SDL_sensor.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/sensor/dummy/SDL_dummysensor.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc16.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc32.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_getenv.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_iconv.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_malloc.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memcpy.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memmove.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memset.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_mslibc.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_murmur3.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_qsort.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_random.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_stdlib.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_string.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_strtokr.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/storage/SDL_storage.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/storage/generic/SDL_genericstorage.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/storage/steam/SDL_steamstorage.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/thread/SDL_thread.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syscond.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysmutex.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysrwlock.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syssem.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systhread.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systls.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/time/SDL_time.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/time/unix/SDL_systime.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/timer/SDL_timer.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/timer/unix/SDL_systimer.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/tray/SDL_tray_utils.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/tray/unix/SDL_tray.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_RLEaccel.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_0.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_1.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_A.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_N.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_auto.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_copy.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_slow.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_bmp.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_clipboard.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_egl.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_fillrect.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_pixels.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_rect.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stb.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stretch.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_surface.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video_unsupported.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_vulkan_utils.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_yuv.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullevents.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullframebuffer.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullvideo.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmdyn.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmevents.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmmouse.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmopengles.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvideo.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvulkan.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenevents.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenframebuffer.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenopengles.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvideo.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvulkan.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenwindow.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandclipboard.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandcolor.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddatamanager.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddyn.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandevents.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandkeyboard.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmessagebox.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmouse.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandopengles.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandshmbuffer.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvideo.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvulkan.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandwindow.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11clipboard.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11dyn.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11events.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11framebuffer.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11keyboard.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11messagebox.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11modes.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11mouse.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengl.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengles.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11pen.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11settings.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11shape.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11touch.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11video.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11vulkan.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11window.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xfixes.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xinput2.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xsync.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xtest.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/edid-parse.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/xsettings-client.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_lsx.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_sse.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_std.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o.d" + "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/build.make b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/build.make new file mode 100644 index 00000000..ab0bdc17 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/build.make @@ -0,0 +1,5475 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/SDL/CMakeFiles/SDL3-static.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/SDL/CMakeFiles/SDL3-static.dir/progress.make + +# Include the compile flags for this target's objects. +include external/SDL/CMakeFiles/SDL3-static.dir/flags.make + +external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c: external/SDL/wayland-generated-protocols/alpha-modifier-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating wayland-generated-protocols/alpha-modifier-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/alpha-modifier-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c + +external/SDL/wayland-generated-protocols/color-management-v1-protocol.c: external/SDL/wayland-generated-protocols/color-management-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Generating wayland-generated-protocols/color-management-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/color-management-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-protocol.c + +external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c: external/SDL/wayland-generated-protocols/cursor-shape-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Generating wayland-generated-protocols/cursor-shape-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/cursor-shape-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c + +external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c: external/SDL/wayland-generated-protocols/fractional-scale-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Generating wayland-generated-protocols/fractional-scale-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/fractional-scale-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c + +external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c: external/SDL/wayland-generated-protocols/frog-color-management-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Generating wayland-generated-protocols/frog-color-management-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/frog-color-management-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c + +external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Generating wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/idle-inhibit-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c + +external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Generating wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/input-timestamps-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c + +external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Generating wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/keyboard-shortcuts-inhibit-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c + +external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Generating wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/pointer-constraints-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c + +external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Generating wayland-generated-protocols/primary-selection-unstable-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/primary-selection-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c + +external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Generating wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/relative-pointer-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c + +external/SDL/wayland-generated-protocols/tablet-v2-protocol.c: external/SDL/wayland-generated-protocols/tablet-v2-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Generating wayland-generated-protocols/tablet-v2-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/tablet-v2.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-protocol.c + +external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c: external/SDL/wayland-generated-protocols/text-input-unstable-v3-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Generating wayland-generated-protocols/text-input-unstable-v3-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/text-input-unstable-v3.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c + +external/SDL/wayland-generated-protocols/viewporter-protocol.c: external/SDL/wayland-generated-protocols/viewporter-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Generating wayland-generated-protocols/viewporter-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/viewporter.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-protocol.c + +external/SDL/wayland-generated-protocols/wayland-protocol.c: external/SDL/wayland-generated-protocols/wayland-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Generating wayland-generated-protocols/wayland-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/wayland.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-protocol.c + +external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c: external/SDL/wayland-generated-protocols/xdg-activation-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Generating wayland-generated-protocols/xdg-activation-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-activation-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c + +external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Generating wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-decoration-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c + +external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c: external/SDL/wayland-generated-protocols/xdg-dialog-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Generating wayland-generated-protocols/xdg-dialog-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-dialog-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c + +external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c: external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Generating wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-foreign-unstable-v2.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c + +external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Generating wayland-generated-protocols/xdg-output-unstable-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-output-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c + +external/SDL/wayland-generated-protocols/xdg-shell-protocol.c: external/SDL/wayland-generated-protocols/xdg-shell-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Generating wayland-generated-protocols/xdg-shell-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-shell.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-protocol.c + +external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c: external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Generating wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-toplevel-icon-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c + +external/SDL/wayland-generated-protocols/alpha-modifier-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/alpha-modifier-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Generating wayland-generated-protocols/alpha-modifier-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/alpha-modifier-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/color-management-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/color-management-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Generating wayland-generated-protocols/color-management-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/color-management-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/cursor-shape-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/cursor-shape-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Generating wayland-generated-protocols/cursor-shape-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/cursor-shape-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/fractional-scale-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/fractional-scale-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Generating wayland-generated-protocols/fractional-scale-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/fractional-scale-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/frog-color-management-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/frog-color-management-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Generating wayland-generated-protocols/frog-color-management-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/frog-color-management-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/idle-inhibit-unstable-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Generating wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/idle-inhibit-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/input-timestamps-unstable-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Generating wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/input-timestamps-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/keyboard-shortcuts-inhibit-unstable-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Generating wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/keyboard-shortcuts-inhibit-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/pointer-constraints-unstable-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Generating wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/pointer-constraints-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/primary-selection-unstable-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Generating wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/primary-selection-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/relative-pointer-unstable-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Generating wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/relative-pointer-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/tablet-v2-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/tablet-v2.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Generating wayland-generated-protocols/tablet-v2-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/tablet-v2.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-client-protocol.h + +external/SDL/wayland-generated-protocols/text-input-unstable-v3-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/text-input-unstable-v3.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Generating wayland-generated-protocols/text-input-unstable-v3-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/text-input-unstable-v3.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-client-protocol.h + +external/SDL/wayland-generated-protocols/viewporter-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/viewporter.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Generating wayland-generated-protocols/viewporter-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/viewporter.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-client-protocol.h + +external/SDL/wayland-generated-protocols/wayland-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/wayland.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Generating wayland-generated-protocols/wayland-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/wayland.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-client-protocol.h + +external/SDL/wayland-generated-protocols/xdg-activation-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-activation-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_38) "Generating wayland-generated-protocols/xdg-activation-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-activation-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-decoration-unstable-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_39) "Generating wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-decoration-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/xdg-dialog-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-dialog-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_40) "Generating wayland-generated-protocols/xdg-dialog-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-dialog-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-foreign-unstable-v2.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_41) "Generating wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-foreign-unstable-v2.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h + +external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-output-unstable-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_42) "Generating wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-output-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h + +external/SDL/wayland-generated-protocols/xdg-shell-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-shell.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_43) "Generating wayland-generated-protocols/xdg-shell-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-shell.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-client-protocol.h + +external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-toplevel-icon-v1.xml + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_44) "Generating wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-toplevel-icon-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h + +external/SDL/CMakeFiles/SDL3-static.dir/codegen: +.PHONY : external/SDL/CMakeFiles/SDL3-static.dir/codegen + +external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.c +external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_45) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -x c-header -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -MF CMakeFiles/SDL3-static.dir/cmake_pch.h.gch.d -o CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -c /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.c + +external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/cmake_pch.h.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -x c-header -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.c > CMakeFiles/SDL3-static.dir/cmake_pch.h.i + +external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/cmake_pch.h.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -x c-header -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.c -o CMakeFiles/SDL3-static.dir/cmake_pch.h.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL.c +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_46) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o -MF CMakeFiles/SDL3-static.dir/src/SDL.c.o.d -o CMakeFiles/SDL3-static.dir/src/SDL.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/SDL.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL.c > CMakeFiles/SDL3-static.dir/src/SDL.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/SDL.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL.c -o CMakeFiles/SDL3-static.dir/src/SDL.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_assert.c +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_47) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o -MF CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o.d -o CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_assert.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/SDL_assert.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_assert.c > CMakeFiles/SDL3-static.dir/src/SDL_assert.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/SDL_assert.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_assert.c -o CMakeFiles/SDL3-static.dir/src/SDL_assert.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_error.c +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_48) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o -MF CMakeFiles/SDL3-static.dir/src/SDL_error.c.o.d -o CMakeFiles/SDL3-static.dir/src/SDL_error.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_error.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/SDL_error.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_error.c > CMakeFiles/SDL3-static.dir/src/SDL_error.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/SDL_error.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_error.c -o CMakeFiles/SDL3-static.dir/src/SDL_error.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_guid.c +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_49) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o -MF CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o.d -o CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_guid.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/SDL_guid.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_guid.c > CMakeFiles/SDL3-static.dir/src/SDL_guid.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/SDL_guid.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_guid.c -o CMakeFiles/SDL3-static.dir/src/SDL_guid.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_hashtable.c +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_50) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o -MF CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o.d -o CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_hashtable.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_hashtable.c > CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_hashtable.c -o CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_hints.c +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_51) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o -MF CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o.d -o CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_hints.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/SDL_hints.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_hints.c > CMakeFiles/SDL3-static.dir/src/SDL_hints.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/SDL_hints.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_hints.c -o CMakeFiles/SDL3-static.dir/src/SDL_hints.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_list.c +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_52) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o -MF CMakeFiles/SDL3-static.dir/src/SDL_list.c.o.d -o CMakeFiles/SDL3-static.dir/src/SDL_list.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_list.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/SDL_list.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_list.c > CMakeFiles/SDL3-static.dir/src/SDL_list.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/SDL_list.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_list.c -o CMakeFiles/SDL3-static.dir/src/SDL_list.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_log.c +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_53) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o -MF CMakeFiles/SDL3-static.dir/src/SDL_log.c.o.d -o CMakeFiles/SDL3-static.dir/src/SDL_log.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_log.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/SDL_log.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_log.c > CMakeFiles/SDL3-static.dir/src/SDL_log.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/SDL_log.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_log.c -o CMakeFiles/SDL3-static.dir/src/SDL_log.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_properties.c +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_54) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o -MF CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o.d -o CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_properties.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/SDL_properties.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_properties.c > CMakeFiles/SDL3-static.dir/src/SDL_properties.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/SDL_properties.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_properties.c -o CMakeFiles/SDL3-static.dir/src/SDL_properties.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_utils.c +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_55) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o -MF CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o.d -o CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_utils.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/SDL_utils.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_utils.c > CMakeFiles/SDL3-static.dir/src/SDL_utils.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/SDL_utils.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_utils.c -o CMakeFiles/SDL3-static.dir/src/SDL_utils.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o: /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_atomic.c +external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_56) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o -MF CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o.d -o CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_atomic.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_atomic.c > CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_atomic.c -o CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o: /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_spinlock.c +external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_57) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o -MF CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o.d -o CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_spinlock.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_spinlock.c > CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_spinlock.c -o CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audio.c +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_58) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audio.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audio.c > CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audio.c -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiocvt.c +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_59) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiocvt.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiocvt.c > CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiocvt.c -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiodev.c +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_60) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiodev.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiodev.c > CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiodev.c -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioqueue.c +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_61) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioqueue.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioqueue.c > CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioqueue.c -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioresample.c +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_62) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioresample.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioresample.c > CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioresample.c -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiotypecvt.c +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_63) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiotypecvt.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiotypecvt.c > CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiotypecvt.c -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_mixer.c +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_64) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_mixer.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_mixer.c > CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_mixer.c -o CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_wave.c +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_65) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_wave.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_wave.c > CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_wave.c -o CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o: /home/guest/Downloads/PopLib/external/SDL/src/camera/SDL_camera.c +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_66) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o -MF CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o.d -o CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/camera/SDL_camera.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/camera/SDL_camera.c > CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/camera/SDL_camera.c -o CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/SDL_core_unsupported.c +external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_67) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o -MF CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/SDL_core_unsupported.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/SDL_core_unsupported.c > CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/SDL_core_unsupported.c -o CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/cpuinfo/SDL_cpuinfo.c +external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_68) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o -MF CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o.d -o CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/cpuinfo/SDL_cpuinfo.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/cpuinfo/SDL_cpuinfo.c > CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/cpuinfo/SDL_cpuinfo.c -o CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.c +external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_69) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o -MF CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o.d -o CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.c > CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.c -o CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_categories.c +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_70) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_categories.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_categories.c > CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_categories.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_clipboardevents.c +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_71) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_clipboardevents.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_clipboardevents.c > CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_clipboardevents.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_displayevents.c +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_72) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_displayevents.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_displayevents.c > CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_displayevents.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_dropevents.c +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_73) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_dropevents.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_dropevents.c > CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_dropevents.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_events.c +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_74) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_events.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_events.c > CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_events.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_eventwatch.c +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_75) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_eventwatch.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_eventwatch.c > CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_eventwatch.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keyboard.c +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_76) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keyboard.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keyboard.c > CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keyboard.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keymap.c +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_77) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keymap.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keymap.c > CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keymap.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_keycode.c +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_78) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_keycode.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_keycode.c > CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_keycode.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_scancode.c +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_79) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_scancode.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_scancode.c > CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_scancode.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_mouse.c +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_80) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_mouse.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_mouse.c > CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_mouse.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_pen.c +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_81) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_pen.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_pen.c > CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_pen.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_quit.c +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_82) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_quit.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_quit.c > CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_quit.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_scancode_tables.c +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_83) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_scancode_tables.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_scancode_tables.c > CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_scancode_tables.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_touch.c +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_84) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_touch.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_touch.c > CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_touch.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_windowevents.c +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_85) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_windowevents.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_windowevents.c > CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_windowevents.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/imKStoUCS.c +external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_86) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o -MF CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/imKStoUCS.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/imKStoUCS.c > CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/imKStoUCS.c -o CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o: /home/guest/Downloads/PopLib/external/SDL/src/filesystem/SDL_filesystem.c +external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_87) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o -MF CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o.d -o CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/filesystem/SDL_filesystem.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/filesystem/SDL_filesystem.c > CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/filesystem/SDL_filesystem.c -o CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o: /home/guest/Downloads/PopLib/external/SDL/src/gpu/SDL_gpu.c +external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_88) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o -MF CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o.d -o CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/gpu/SDL_gpu.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/gpu/SDL_gpu.c > CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/gpu/SDL_gpu.c -o CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o: /home/guest/Downloads/PopLib/external/SDL/src/haptic/SDL_haptic.c +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_89) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o -MF CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o.d -o CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/haptic/SDL_haptic.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/haptic/SDL_haptic.c > CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/haptic/SDL_haptic.c -o CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o: /home/guest/Downloads/PopLib/external/SDL/src/hidapi/SDL_hidapi.c +external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_90) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o -MF CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o.d -o CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/hidapi/SDL_hidapi.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/hidapi/SDL_hidapi.c > CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/hidapi/SDL_hidapi.c -o CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_asyncio.c +external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_91) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o -MF CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o.d -o CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_asyncio.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_asyncio.c > CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_asyncio.c -o CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o: /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_iostream.c +external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_92) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o -MF CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o.d -o CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_iostream.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_iostream.c > CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_iostream.c -o CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o: /home/guest/Downloads/PopLib/external/SDL/src/io/generic/SDL_asyncio_generic.c +external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_93) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o -MF CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o.d -o CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/io/generic/SDL_asyncio_generic.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/io/generic/SDL_asyncio_generic.c > CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/io/generic/SDL_asyncio_generic.c -o CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_gamepad.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_94) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_gamepad.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_gamepad.c > CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_gamepad.c -o CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_joystick.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_95) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_joystick.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_joystick.c > CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_joystick.c -o CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_steam_virtual_gamepad.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_96) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_steam_virtual_gamepad.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_steam_virtual_gamepad.c > CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_steam_virtual_gamepad.c -o CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/controller_type.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_97) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/controller_type.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/controller_type.c > CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/controller_type.c -o CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o: /home/guest/Downloads/PopLib/external/SDL/src/locale/SDL_locale.c +external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_98) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o -MF CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o.d -o CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/locale/SDL_locale.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/locale/SDL_locale.c > CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/locale/SDL_locale.c -o CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o: /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_main_callbacks.c +external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_99) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o -MF CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o.d -o CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_main_callbacks.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_main_callbacks.c > CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_main_callbacks.c -o CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o: /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_runapp.c +external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_100) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o -MF CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o.d -o CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_runapp.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_runapp.c > CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_runapp.c -o CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o: /home/guest/Downloads/PopLib/external/SDL/src/misc/SDL_url.c +external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_101) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o -MF CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o.d -o CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/misc/SDL_url.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/misc/SDL_url.c > CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/misc/SDL_url.c -o CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o: /home/guest/Downloads/PopLib/external/SDL/src/power/SDL_power.c +external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_102) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o -MF CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o.d -o CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/power/SDL_power.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/power/SDL_power.c > CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/power/SDL_power.c -o CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_d3dmath.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_103) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o -MF CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_d3dmath.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_d3dmath.c > CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_d3dmath.c -o CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_104) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o -MF CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render.c > CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render.c -o CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render_unsupported.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_105) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o -MF CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render_unsupported.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render_unsupported.c > CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render_unsupported.c -o CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_yuv_sw.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_106) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o -MF CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_yuv_sw.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_yuv_sw.c > CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_yuv_sw.c -o CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_render_d3d.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_107) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o -MF CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_render_d3d.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_render_d3d.c > CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_render_d3d.c -o CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_shaders_d3d.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_108) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o -MF CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_shaders_d3d.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_shaders_d3d.c > CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_shaders_d3d.c -o CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_render_d3d11.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_109) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o -MF CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_render_d3d11.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_render_d3d11.c > CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_render_d3d11.c -o CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_shaders_d3d11.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_110) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o -MF CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_shaders_d3d11.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_shaders_d3d11.c > CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_shaders_d3d11.c -o CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_render_d3d12.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_111) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o -MF CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_render_d3d12.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_render_d3d12.c > CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_render_d3d12.c -o CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_shaders_d3d12.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_112) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o -MF CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_shaders_d3d12.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_shaders_d3d12.c > CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_shaders_d3d12.c -o CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_pipeline_gpu.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_113) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o -MF CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_pipeline_gpu.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_pipeline_gpu.c > CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_pipeline_gpu.c -o CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_render_gpu.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_114) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o -MF CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_render_gpu.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_render_gpu.c > CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_render_gpu.c -o CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_shaders_gpu.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_115) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o -MF CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_shaders_gpu.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_shaders_gpu.c > CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_shaders_gpu.c -o CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_render_gl.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_116) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o -MF CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_render_gl.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_render_gl.c > CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_render_gl.c -o CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_shaders_gl.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_117) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o -MF CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_shaders_gl.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_shaders_gl.c > CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_shaders_gl.c -o CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_render_gles2.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_118) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o -MF CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_render_gles2.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_render_gles2.c > CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_render_gles2.c -o CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_shaders_gles2.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_119) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o -MF CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_shaders_gles2.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_shaders_gles2.c > CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_shaders_gles2.c -o CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/ps2/SDL_render_ps2.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_120) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o -MF CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/ps2/SDL_render_ps2.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/ps2/SDL_render_ps2.c > CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/ps2/SDL_render_ps2.c -o CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/psp/SDL_render_psp.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_121) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o -MF CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/psp/SDL_render_psp.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/psp/SDL_render_psp.c > CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/psp/SDL_render_psp.c -o CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendfillrect.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_122) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o -MF CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendfillrect.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendfillrect.c > CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendfillrect.c -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendline.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_123) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o -MF CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendline.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendline.c > CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendline.c -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendpoint.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_124) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o -MF CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendpoint.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendpoint.c > CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendpoint.c -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawline.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_125) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o -MF CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawline.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawline.c > CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawline.c -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawpoint.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_126) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o -MF CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawpoint.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawpoint.c > CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawpoint.c -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_render_sw.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_127) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o -MF CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_render_sw.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_render_sw.c > CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_render_sw.c -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_rotate.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_128) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o -MF CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_rotate.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_rotate.c > CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_rotate.c -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_triangle.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_129) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o -MF CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_triangle.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_triangle.c > CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_triangle.c -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_130) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o -MF CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm.c > CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm.c -o CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_memory.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_131) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o -MF CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_memory.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_memory.c > CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_memory.c -o CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_tools.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_132) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o -MF CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_tools.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_tools.c > CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_tools.c -o CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_render_vulkan.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_133) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o -MF CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_render_vulkan.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_render_vulkan.c > CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_render_vulkan.c -o CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_shaders_vulkan.c +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_134) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o -MF CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_shaders_vulkan.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_shaders_vulkan.c > CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_shaders_vulkan.c -o CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o: /home/guest/Downloads/PopLib/external/SDL/src/sensor/SDL_sensor.c +external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_135) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o -MF CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o.d -o CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/sensor/SDL_sensor.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/sensor/SDL_sensor.c > CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/sensor/SDL_sensor.c -o CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc16.c +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_136) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc16.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc16.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc16.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc32.c +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_137) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc32.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc32.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc32.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_getenv.c +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_138) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_getenv.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_getenv.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_getenv.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_iconv.c +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_139) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_iconv.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_iconv.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_iconv.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_malloc.c +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_140) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_malloc.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_malloc.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_malloc.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memcpy.c +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_141) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memcpy.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memcpy.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memcpy.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memmove.c +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_142) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memmove.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memmove.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memmove.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memset.c +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_143) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memset.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memset.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memset.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_mslibc.c +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_144) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_mslibc.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_mslibc.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_mslibc.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_murmur3.c +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_145) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_murmur3.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_murmur3.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_murmur3.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_qsort.c +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_146) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_qsort.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_qsort.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_qsort.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_random.c +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_147) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_random.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_random.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_random.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_stdlib.c +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_148) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_stdlib.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_stdlib.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_stdlib.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_string.c +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_149) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_string.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_string.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_string.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_strtokr.c +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_150) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_strtokr.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_strtokr.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_strtokr.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o: /home/guest/Downloads/PopLib/external/SDL/src/storage/SDL_storage.c +external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_151) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o -MF CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o.d -o CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/storage/SDL_storage.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/storage/SDL_storage.c > CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/storage/SDL_storage.c -o CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/SDL_thread.c +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_152) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o -MF CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o.d -o CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/SDL_thread.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/SDL_thread.c > CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/SDL_thread.c -o CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o: /home/guest/Downloads/PopLib/external/SDL/src/time/SDL_time.c +external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_153) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o -MF CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o.d -o CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/time/SDL_time.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/time/SDL_time.c > CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/time/SDL_time.c -o CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/timer/SDL_timer.c +external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_154) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o -MF CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o.d -o CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/timer/SDL_timer.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/timer/SDL_timer.c > CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/timer/SDL_timer.c -o CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_RLEaccel.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_155) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_RLEaccel.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_RLEaccel.c > CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_RLEaccel.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_156) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit.c > CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_0.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_157) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_0.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_0.c > CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_0.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_1.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_158) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_1.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_1.c > CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_1.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_A.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_159) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_A.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_A.c > CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_A.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_N.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_160) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_N.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_N.c > CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_N.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_auto.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_161) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_auto.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_auto.c > CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_auto.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_copy.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_162) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_copy.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_copy.c > CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_copy.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_slow.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_163) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_slow.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_slow.c > CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_slow.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_bmp.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_164) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_bmp.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_bmp.c > CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_bmp.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_clipboard.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_165) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_clipboard.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_clipboard.c > CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_clipboard.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_egl.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_166) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_egl.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_egl.c > CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_egl.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_fillrect.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_167) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_fillrect.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_fillrect.c > CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_fillrect.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_pixels.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_168) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_pixels.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_pixels.c > CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_pixels.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_rect.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_169) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_rect.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_rect.c > CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_rect.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stb.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_170) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stb.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stb.c > CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stb.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stretch.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_171) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stretch.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stretch.c > CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stretch.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_surface.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_172) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_surface.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_surface.c > CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_surface.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_173) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video.c > CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video_unsupported.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_174) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video_unsupported.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video_unsupported.c > CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video_unsupported.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_vulkan_utils.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_175) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_vulkan_utils.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_vulkan_utils.c > CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_vulkan_utils.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_yuv.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_176) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_yuv.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_yuv.c > CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_yuv.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_lsx.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_177) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o -MF CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_lsx.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_lsx.c > CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_lsx.c -o CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_sse.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_178) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o -MF CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_sse.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_sse.c > CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_sse.c -o CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_std.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_179) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o -MF CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_std.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_std.c > CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_std.c -o CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/dummy/SDL_dummyaudio.c +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_180) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/dummy/SDL_dummyaudio.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/dummy/SDL_dummyaudio.c > CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/dummy/SDL_dummyaudio.c -o CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/disk/SDL_diskaudio.c +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_181) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/disk/SDL_diskaudio.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/disk/SDL_diskaudio.c > CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/disk/SDL_diskaudio.c -o CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o: /home/guest/Downloads/PopLib/external/SDL/src/camera/dummy/SDL_camera_dummy.c +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_182) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o -MF CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o.d -o CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/camera/dummy/SDL_camera_dummy.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/camera/dummy/SDL_camera_dummy.c > CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/camera/dummy/SDL_camera_dummy.c -o CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o: /home/guest/Downloads/PopLib/external/SDL/src/loadso/dlopen/SDL_sysloadso.c +external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_183) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o -MF CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o.d -o CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/loadso/dlopen/SDL_sysloadso.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/loadso/dlopen/SDL_sysloadso.c > CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/loadso/dlopen/SDL_sysloadso.c -o CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/virtual/SDL_virtualjoystick.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_184) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/virtual/SDL_virtualjoystick.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/virtual/SDL_virtualjoystick.c > CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/virtual/SDL_virtualjoystick.c -o CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullevents.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_185) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o -MF CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullevents.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullevents.c > CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullevents.c -o CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullframebuffer.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_186) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o -MF CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullframebuffer.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullframebuffer.c > CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullframebuffer.c -o CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullvideo.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_187) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o -MF CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullvideo.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullvideo.c > CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullvideo.c -o CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/alsa/SDL_alsa_audio.c +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_188) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/alsa/SDL_alsa_audio.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/alsa/SDL_alsa_audio.c > CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/alsa/SDL_alsa_audio.c -o CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/jack/SDL_jackaudio.c +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_189) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/jack/SDL_jackaudio.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/jack/SDL_jackaudio.c > CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/jack/SDL_jackaudio.c -o CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/pipewire/SDL_pipewire.c +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_190) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/pipewire/SDL_pipewire.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/pipewire/SDL_pipewire.c > CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/pipewire/SDL_pipewire.c -o CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o: /home/guest/Downloads/PopLib/external/SDL/src/camera/pipewire/SDL_camera_pipewire.c +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_191) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o -MF CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o.d -o CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/camera/pipewire/SDL_camera_pipewire.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/camera/pipewire/SDL_camera_pipewire.c > CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/camera/pipewire/SDL_camera_pipewire.c -o CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/pulseaudio/SDL_pulseaudio.c +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_192) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/pulseaudio/SDL_pulseaudio.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/pulseaudio/SDL_pulseaudio.c > CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/pulseaudio/SDL_pulseaudio.c -o CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11clipboard.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_193) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11clipboard.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11clipboard.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11clipboard.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11dyn.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_194) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11dyn.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11dyn.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11dyn.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11events.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_195) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11events.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11events.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11events.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11framebuffer.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_196) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11framebuffer.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11framebuffer.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11framebuffer.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11keyboard.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_197) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11keyboard.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11keyboard.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11keyboard.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11messagebox.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_198) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11messagebox.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11messagebox.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11messagebox.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11modes.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_199) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11modes.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11modes.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11modes.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11mouse.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_200) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11mouse.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11mouse.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11mouse.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengl.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_201) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengl.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengl.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengl.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengles.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_202) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengles.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengles.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengles.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11pen.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_203) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11pen.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11pen.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11pen.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11settings.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_204) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11settings.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11settings.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11settings.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11shape.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_205) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11shape.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11shape.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11shape.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11touch.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_206) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11touch.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11touch.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11touch.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11video.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_207) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11video.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11video.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11video.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11vulkan.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_208) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11vulkan.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11vulkan.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11vulkan.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11window.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_209) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11window.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11window.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11window.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xfixes.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_210) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xfixes.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xfixes.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xfixes.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xinput2.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_211) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xinput2.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xinput2.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xinput2.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xsync.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_212) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xsync.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xsync.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xsync.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xtest.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_213) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xtest.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xtest.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xtest.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/edid-parse.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_214) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/edid-parse.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/edid-parse.c > CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/edid-parse.c -o CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/xsettings-client.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_215) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/xsettings-client.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/xsettings-client.c > CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/xsettings-client.c -o CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmdyn.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_216) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o -MF CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmdyn.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmdyn.c > CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmdyn.c -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmevents.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_217) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o -MF CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmevents.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmevents.c > CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmevents.c -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmmouse.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_218) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o -MF CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmmouse.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmmouse.c > CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmmouse.c -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmopengles.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_219) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o -MF CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmopengles.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmopengles.c > CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmopengles.c -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvideo.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_220) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o -MF CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvideo.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvideo.c > CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvideo.c -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvulkan.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_221) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o -MF CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvulkan.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvulkan.c > CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvulkan.c -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandclipboard.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_222) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandclipboard.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandclipboard.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandclipboard.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandcolor.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_223) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandcolor.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandcolor.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandcolor.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddatamanager.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_224) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddatamanager.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddatamanager.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddatamanager.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddyn.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_225) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddyn.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddyn.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddyn.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandevents.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_226) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandevents.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandevents.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandevents.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandkeyboard.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_227) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandkeyboard.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandkeyboard.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandkeyboard.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmessagebox.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_228) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmessagebox.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmessagebox.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmessagebox.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmouse.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_229) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmouse.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmouse.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmouse.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandopengles.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_230) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandopengles.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandopengles.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandopengles.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandshmbuffer.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_231) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandshmbuffer.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandshmbuffer.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandshmbuffer.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvideo.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_232) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvideo.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvideo.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvideo.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvulkan.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_233) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvulkan.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvulkan.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvulkan.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandwindow.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_234) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandwindow.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandwindow.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandwindow.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o: external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_235) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o: external/SDL/wayland-generated-protocols/color-management-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_236) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o: external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_237) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o: external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_238) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o: external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_239) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_240) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_241) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_242) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_243) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_244) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_245) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o: external/SDL/wayland-generated-protocols/tablet-v2-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_246) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-protocol.c + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o: external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_247) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o: external/SDL/wayland-generated-protocols/viewporter-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_248) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-protocol.c + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o: external/SDL/wayland-generated-protocols/wayland-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_249) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-protocol.c + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_250) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_251) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_252) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_253) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_254) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-shell-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_255) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-protocol.c + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_256) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o: /home/guest/Downloads/PopLib/external/SDL/src/tray/unix/SDL_tray.c +external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_257) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o -MF CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o.d -o CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/tray/unix/SDL_tray.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/tray/unix/SDL_tray.c > CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/tray/unix/SDL_tray.c -o CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_appid.c +external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_258) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o -MF CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_appid.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_appid.c > CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_appid.c -o CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_poll.c +external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_259) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o -MF CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_poll.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_poll.c > CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_poll.c -o CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/camera/v4l2/SDL_camera_v4l2.c +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_260) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o -MF CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o.d -o CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/camera/v4l2/SDL_camera_v4l2.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/camera/v4l2/SDL_camera_v4l2.c > CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/camera/v4l2/SDL_camera_v4l2.c -o CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o: /home/guest/Downloads/PopLib/external/SDL/src/haptic/linux/SDL_syshaptic.c +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_261) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o -MF CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o.d -o CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/haptic/linux/SDL_syshaptic.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/haptic/linux/SDL_syshaptic.c > CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/haptic/linux/SDL_syshaptic.c -o CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_dbus.c +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_262) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o -MF CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_dbus.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_dbus.c > CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_dbus.c -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_system_theme.c +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_263) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o -MF CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_system_theme.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_system_theme.c > CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_system_theme.c -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_progressbar.c +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_264) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o -MF CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_progressbar.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_progressbar.c > CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_progressbar.c -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_ime.c +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_265) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o -MF CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_ime.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_ime.c > CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_ime.c -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_fcitx.c +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_266) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o -MF CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_fcitx.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_fcitx.c > CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_fcitx.c -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_udev.c +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_267) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o -MF CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_udev.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_udev.c > CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_udev.c -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev.c +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_268) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o -MF CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev.c > CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev.c -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_kbd.c +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_269) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o -MF CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_kbd.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_kbd.c > CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_kbd.c -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o: /home/guest/Downloads/PopLib/external/SDL/src/io/io_uring/SDL_asyncio_liburing.c +external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_270) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o -MF CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o.d -o CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/io/io_uring/SDL_asyncio_liburing.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/io/io_uring/SDL_asyncio_liburing.c > CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/io/io_uring/SDL_asyncio_liburing.c -o CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_capabilities.c +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_271) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o -MF CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_capabilities.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_capabilities.c > CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_capabilities.c -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_threadprio.c +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_272) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o -MF CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_threadprio.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_threadprio.c > CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_threadprio.c -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_8bitdo.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_273) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_8bitdo.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_8bitdo.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_8bitdo.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_combined.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_274) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_combined.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_combined.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_combined.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gamecube.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_275) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gamecube.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gamecube.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gamecube.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gip.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_276) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gip.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gip.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gip.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_lg4ff.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_277) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_lg4ff.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_lg4ff.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_lg4ff.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_luna.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_278) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_luna.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_luna.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_luna.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps3.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_279) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps3.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps3.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps3.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps4.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_280) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps4.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps4.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps4.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps5.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_281) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps5.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps5.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps5.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_rumble.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_282) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_rumble.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_rumble.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_rumble.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_shield.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_283) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_shield.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_shield.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_shield.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_stadia.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_284) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_stadia.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_stadia.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_stadia.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_285) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam_hori.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_286) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam_hori.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam_hori.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam_hori.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steamdeck.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_287) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steamdeck.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steamdeck.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steamdeck.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_switch.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_288) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_switch.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_switch.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_switch.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_wii.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_289) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_wii.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_wii.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_wii.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_290) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360w.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_291) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360w.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360w.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360w.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xboxone.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_292) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xboxone.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xboxone.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xboxone.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapijoystick.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_293) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapijoystick.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapijoystick.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapijoystick.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o: /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic.c +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_294) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o -MF CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o.d -o CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic.c > CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic.c -o CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o: /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_295) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o -MF CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o.d -o CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c > CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c -o CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/linux/SDL_sysjoystick.c +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_296) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/linux/SDL_sysjoystick.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/linux/SDL_sysjoystick.c > CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/linux/SDL_sysjoystick.c -o CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systhread.c +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_297) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o -MF CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o.d -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systhread.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systhread.c > CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systhread.c -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysmutex.c +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_298) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o -MF CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o.d -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysmutex.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysmutex.c > CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysmutex.c -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syscond.c +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_299) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o -MF CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o.d -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syscond.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syscond.c > CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syscond.c -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysrwlock.c +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_300) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o -MF CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o.d -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysrwlock.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysrwlock.c > CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysrwlock.c -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systls.c +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_301) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o -MF CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o.d -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systls.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systls.c > CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systls.c -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syssem.c +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_302) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o -MF CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o.d -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syssem.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syssem.c > CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syssem.c -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o: /home/guest/Downloads/PopLib/external/SDL/src/misc/unix/SDL_sysurl.c +external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_303) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o -MF CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o.d -o CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/misc/unix/SDL_sysurl.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/misc/unix/SDL_sysurl.c > CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/misc/unix/SDL_sysurl.c -o CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o: /home/guest/Downloads/PopLib/external/SDL/src/power/linux/SDL_syspower.c +external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_304) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o -MF CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o.d -o CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/power/linux/SDL_syspower.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/power/linux/SDL_syspower.c > CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/power/linux/SDL_syspower.c -o CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o: /home/guest/Downloads/PopLib/external/SDL/src/locale/unix/SDL_syslocale.c +external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_305) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o -MF CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o.d -o CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/locale/unix/SDL_syslocale.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/locale/unix/SDL_syslocale.c > CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/locale/unix/SDL_syslocale.c -o CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o: /home/guest/Downloads/PopLib/external/SDL/src/filesystem/unix/SDL_sysfilesystem.c +external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_306) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o -MF CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o.d -o CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/filesystem/unix/SDL_sysfilesystem.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/filesystem/unix/SDL_sysfilesystem.c > CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/filesystem/unix/SDL_sysfilesystem.c -o CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o: /home/guest/Downloads/PopLib/external/SDL/src/storage/generic/SDL_genericstorage.c +external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_307) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o -MF CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o.d -o CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/storage/generic/SDL_genericstorage.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/storage/generic/SDL_genericstorage.c > CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/storage/generic/SDL_genericstorage.c -o CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o: /home/guest/Downloads/PopLib/external/SDL/src/storage/steam/SDL_steamstorage.c +external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_308) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o -MF CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o.d -o CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/storage/steam/SDL_steamstorage.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/storage/steam/SDL_steamstorage.c > CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/storage/steam/SDL_steamstorage.c -o CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o: /home/guest/Downloads/PopLib/external/SDL/src/filesystem/posix/SDL_sysfsops.c +external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_309) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o -MF CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o.d -o CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/filesystem/posix/SDL_sysfsops.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/filesystem/posix/SDL_sysfsops.c > CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/filesystem/posix/SDL_sysfsops.c -o CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o: /home/guest/Downloads/PopLib/external/SDL/src/time/unix/SDL_systime.c +external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_310) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o -MF CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o.d -o CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/time/unix/SDL_systime.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/time/unix/SDL_systime.c > CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/time/unix/SDL_systime.c -o CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/timer/unix/SDL_systimer.c +external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_311) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o -MF CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o.d -o CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/timer/unix/SDL_systimer.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/timer/unix/SDL_systimer.c > CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/timer/unix/SDL_systimer.c -o CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog.c +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_312) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o -MF CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o.d -o CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog.c > CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog.c -o CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog_utils.c +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_313) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o -MF CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o.d -o CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog_utils.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog_utils.c > CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog_utils.c -o CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_unixdialog.c +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_314) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o -MF CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o.d -o CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_unixdialog.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_unixdialog.c > CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_unixdialog.c -o CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_portaldialog.c +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_315) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o -MF CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o.d -o CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_portaldialog.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_portaldialog.c > CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_portaldialog.c -o CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_zenitydialog.c +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_316) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o -MF CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o.d -o CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_zenitydialog.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_zenitydialog.c > CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_zenitydialog.c -o CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o: /home/guest/Downloads/PopLib/external/SDL/src/process/SDL_process.c +external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_317) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o -MF CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o.d -o CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/process/SDL_process.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/process/SDL_process.c > CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/process/SDL_process.c -o CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o: /home/guest/Downloads/PopLib/external/SDL/src/process/posix/SDL_posixprocess.c +external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_318) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o -MF CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o.d -o CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/process/posix/SDL_posixprocess.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/process/posix/SDL_posixprocess.c > CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/process/posix/SDL_posixprocess.c -o CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenevents.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_319) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o -MF CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenevents.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenevents.c > CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenevents.c -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenframebuffer.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_320) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o -MF CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenframebuffer.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenframebuffer.c > CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenframebuffer.c -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenopengles.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_321) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o -MF CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenopengles.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenopengles.c > CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenopengles.c -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvideo.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_322) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o -MF CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvideo.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvideo.c > CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvideo.c -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvulkan.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_323) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o -MF CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvulkan.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvulkan.c > CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvulkan.c -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenwindow.c +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_324) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o -MF CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenwindow.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenwindow.c > CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenwindow.c -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o: /home/guest/Downloads/PopLib/external/SDL/src/tray/SDL_tray_utils.c +external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_325) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o -MF CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o.d -o CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/tray/SDL_tray_utils.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/tray/SDL_tray_utils.c > CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/tray/SDL_tray_utils.c -o CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c +external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_326) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o -MF CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o.d -o CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c > CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c -o CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o: /home/guest/Downloads/PopLib/external/SDL/src/sensor/dummy/SDL_dummysensor.c +external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_327) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o -MF CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o.d -o CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/sensor/dummy/SDL_dummysensor.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/sensor/dummy/SDL_dummysensor.c > CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/sensor/dummy/SDL_dummysensor.c -o CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.s + +external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make +external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o: /home/guest/Downloads/PopLib/external/SDL/src/main/generic/SDL_sysmain_callbacks.c +external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_328) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o -MF CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o.d -o CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/main/generic/SDL_sysmain_callbacks.c + +external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/main/generic/SDL_sysmain_callbacks.c > CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.i + +external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/main/generic/SDL_sysmain_callbacks.c -o CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.s + +# Object files for target SDL3-static +SDL3__static_OBJECTS = \ +"CMakeFiles/SDL3-static.dir/src/SDL.c.o" \ +"CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o" \ +"CMakeFiles/SDL3-static.dir/src/SDL_error.c.o" \ +"CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o" \ +"CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o" \ +"CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o" \ +"CMakeFiles/SDL3-static.dir/src/SDL_list.c.o" \ +"CMakeFiles/SDL3-static.dir/src/SDL_log.c.o" \ +"CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o" \ +"CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o" \ +"CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o" \ +"CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o" \ +"CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o" \ +"CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o" \ +"CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o" \ +"CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o" \ +"CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o" \ +"CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o" \ +"CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o" \ +"CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o" \ +"CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o" \ +"CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o" \ +"CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o" \ +"CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o" \ +"CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o" \ +"CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o" \ +"CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o" \ +"CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o" \ +"CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o" \ +"CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o" \ +"CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o" \ +"CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o" \ +"CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o" \ +"CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o" \ +"CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o" \ +"CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o" \ +"CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o" \ +"CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o" \ +"CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o" \ +"CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o" \ +"CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o" \ +"CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o" \ +"CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o" \ +"CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o" \ +"CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o" \ +"CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o" \ +"CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o" \ +"CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o" \ +"CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o" \ +"CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o" \ +"CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o" \ +"CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o" \ +"CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o" \ +"CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" \ +"CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o" \ +"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o" \ +"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o" \ +"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o" \ +"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o" \ +"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o" \ +"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o" \ +"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o" \ +"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o" \ +"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o" \ +"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o" \ +"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o" \ +"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o" \ +"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o" \ +"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o" \ +"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o" \ +"CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o" \ +"CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o" \ +"CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o" \ +"CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" \ +"CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o" \ +"CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o" \ +"CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o" \ +"CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o" \ +"CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o" \ +"CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o" \ +"CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o" \ +"CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" \ +"CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o" \ +"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" \ +"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" \ +"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" \ +"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" \ +"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" \ +"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" \ +"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" \ +"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" \ +"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" \ +"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" \ +"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" \ +"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" \ +"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" \ +"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o" \ +"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o" \ +"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" \ +"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" \ +"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" \ +"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" \ +"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" \ +"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" \ +"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" \ +"CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o" \ +"CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o" \ +"CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o" \ +"CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" \ +"CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o" \ +"CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o" \ +"CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o" \ +"CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o" \ +"CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o" \ +"CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o" \ +"CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o" \ +"CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o" \ +"CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o" \ +"CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" \ +"CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o" \ +"CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" \ +"CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" \ +"CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" \ +"CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o" \ +"CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o" \ +"CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o" \ +"CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o" \ +"CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o" \ +"CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o" \ +"CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o" \ +"CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o" \ +"CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o" \ +"CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o" \ +"CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" \ +"CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o" \ +"CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o" \ +"CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o" \ +"CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o" \ +"CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o" \ +"CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o" \ +"CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o" \ +"CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o" \ +"CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o" \ +"CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o" \ +"CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o" \ +"CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" \ +"CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o" \ +"CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o" \ +"CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" \ +"CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o" \ +"CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o" + +# External object files for target SDL3-static +SDL3__static_EXTERNAL_OBJECTS = \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o" \ +"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o" + +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/build.make +external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_329) "Linking C static library libSDL3.a" + cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -P CMakeFiles/SDL3-static.dir/cmake_clean_target.cmake + cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/SDL3-static.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/SDL/CMakeFiles/SDL3-static.dir/build: external/SDL/libSDL3.a +.PHONY : external/SDL/CMakeFiles/SDL3-static.dir/build + +external/SDL/CMakeFiles/SDL3-static.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -P CMakeFiles/SDL3-static.dir/cmake_clean.cmake +.PHONY : external/SDL/CMakeFiles/SDL3-static.dir/clean + +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/alpha-modifier-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/color-management-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/color-management-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/cursor-shape-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/fractional-scale-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/frog-color-management-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/tablet-v2-client-protocol.h +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/tablet-v2-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/text-input-unstable-v3-client-protocol.h +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/viewporter-client-protocol.h +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/viewporter-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/wayland-client-protocol.h +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/wayland-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-activation-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-dialog-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-shell-client-protocol.h +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-shell-protocol.c +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h +external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/SDL /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/SDL /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/SDL/CMakeFiles/SDL3-static.dir/depend + diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_clean.cmake b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_clean.cmake new file mode 100644 index 00000000..0b3df0fb --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_clean.cmake @@ -0,0 +1,621 @@ +file(REMOVE_RECURSE + "CMakeFiles/SDL3-static.dir/cmake_pch.h.gch" + "CMakeFiles/SDL3-static.dir/cmake_pch.h.gch.d" + "CMakeFiles/SDL3-static.dir/src/SDL.c.o" + "CMakeFiles/SDL3-static.dir/src/SDL.c.o.d" + "CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o" + "CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o.d" + "CMakeFiles/SDL3-static.dir/src/SDL_error.c.o" + "CMakeFiles/SDL3-static.dir/src/SDL_error.c.o.d" + "CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o" + "CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o.d" + "CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o" + "CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o.d" + "CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o" + "CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o.d" + "CMakeFiles/SDL3-static.dir/src/SDL_list.c.o" + "CMakeFiles/SDL3-static.dir/src/SDL_list.c.o.d" + "CMakeFiles/SDL3-static.dir/src/SDL_log.c.o" + "CMakeFiles/SDL3-static.dir/src/SDL_log.c.o.d" + "CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o" + "CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o.d" + "CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o" + "CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o.d" + "CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o" + "CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o.d" + "CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o" + "CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o.d" + "CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o" + "CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o.d" + "CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o" + "CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o.d" + "CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o" + "CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o.d" + "CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o" + "CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o.d" + "CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o" + "CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o.d" + "CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o" + "CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o.d" + "CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o" + "CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o.d" + "CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o" + "CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o.d" + "CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o" + "CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o.d" + "CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o" + "CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o.d" + "CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o" + "CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o.d" + "CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o" + "CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o.d" + "CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o" + "CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o.d" + "CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" + "CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o.d" + "CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o" + "CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o.d" + "CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o" + "CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o.d" + "CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" + "CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o.d" + "CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" + "CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o.d" + "CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o" + "CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o.d" + "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o" + "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o.d" + "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o" + "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o.d" + "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o" + "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o.d" + "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o" + "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o.d" + "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o" + "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o.d" + "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o" + "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o.d" + "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o" + "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o.d" + "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o" + "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o.d" + "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o" + "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o.d" + "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o" + "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o.d" + "CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o" + "CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o.d" + "CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o" + "CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o.d" + "CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o" + "CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o.d" + "CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o" + "CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o.d" + "CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o" + "CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o.d" + "CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o" + "CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o.d" + "CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o" + "CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o.d" + "CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o" + "CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o.d" + "CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o" + "CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o.d" + "CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o" + "CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o.d" + "CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o" + "CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o.d" + "CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o" + "CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o.d" + "CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o" + "CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o.d" + "CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o" + "CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o.d" + "CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o" + "CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o.d" + "CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o" + "CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o.d" + "CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o" + "CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o.d" + "CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o" + "CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o.d" + "CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o" + "CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o.d" + "CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o" + "CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o.d" + "CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o" + "CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o.d" + "CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o" + "CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o.d" + "CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o" + "CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o.d" + "CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o" + "CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o.d" + "CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o" + "CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o.d" + "CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o" + "CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o.d" + "CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o" + "CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o.d" + "CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o" + "CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o.d" + "CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" + "CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o.d" + "CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o" + "CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o.d" + "CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" + "CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o.d" + "CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o" + "CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o.d" + "CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" + "CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o.d" + "CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" + "CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o.d" + "CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o" + "CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o.d" + "CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o" + "CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o.d" + "CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o" + "CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o.d" + "CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o" + "CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o.d" + "CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o" + "CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o.d" + "CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" + "CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o.d" + "CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" + "CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o.d" + "CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o" + "CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o.d" + "CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o" + "CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o.d" + "CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o" + "CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o.d" + "CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o" + "CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o.d" + "CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o" + "CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o.d" + "CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o" + "CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o.d" + "CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o" + "CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o.d" + "CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o" + "CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o.d" + "CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o" + "CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o.d" + "CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o" + "CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o.d" + "CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o" + "CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o.d" + "CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o" + "CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o" + "CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o" + "CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o" + "CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o" + "CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o" + "CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o" + "CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o" + "CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" + "CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o" + "CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" + "CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o" + "CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o" + "CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o" + "CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o" + "CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o" + "CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o" + "CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o" + "CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o" + "CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o" + "CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o" + "CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o" + "CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o" + "CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o" + "CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o" + "CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o" + "CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o" + "CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o" + "CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" + "CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" + "CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" + "CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o" + "CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o.d" + "CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" + "CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o.d" + "CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o" + "CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o.d" + "CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o" + "CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o.d" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o.d" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o.d" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o.d" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o.d" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o.d" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o.d" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o.d" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o.d" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o.d" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o.d" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o.d" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o.d" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o.d" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o.d" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o" + "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o.d" + "CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o" + "CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o.d" + "CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o" + "CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o.d" + "CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o" + "CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o.d" + "CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o" + "CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o.d" + "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o" + "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o.d" + "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o" + "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o.d" + "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o" + "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o.d" + "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o" + "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o.d" + "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o" + "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o.d" + "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o" + "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o.d" + "CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o" + "CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o.d" + "CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o" + "CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o.d" + "CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o" + "CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o.d" + "CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o" + "CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o.d" + "CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o" + "CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o.d" + "CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o" + "CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o" + "CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o" + "CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o" + "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o" + "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o" + "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o" + "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o" + "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o" + "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o" + "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o" + "CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o" + "CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o" + "CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o" + "CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o" + "CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o" + "CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o" + "CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o" + "CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o" + "CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o" + "CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o" + "CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o" + "CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o" + "CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o" + "CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o" + "CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o" + "CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" + "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" + "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" + "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" + "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" + "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" + "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o" + "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" + "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o" + "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o" + "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" + "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o" + "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o" + "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o" + "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o" + "CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o" + "CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" + "CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" + "CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o.d" + "CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" + "CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o.d" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o.d" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o.d" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o.d" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o.d" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o.d" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o.d" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o.d" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o.d" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o.d" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o.d" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o.d" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o.d" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o.d" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o.d" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o.d" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o.d" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o.d" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o.d" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o.d" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o.d" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o.d" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" + "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o.d" + "libSDL3.a" + "libSDL3.pdb" + "wayland-generated-protocols/alpha-modifier-v1-client-protocol.h" + "wayland-generated-protocols/alpha-modifier-v1-protocol.c" + "wayland-generated-protocols/color-management-v1-client-protocol.h" + "wayland-generated-protocols/color-management-v1-protocol.c" + "wayland-generated-protocols/cursor-shape-v1-client-protocol.h" + "wayland-generated-protocols/cursor-shape-v1-protocol.c" + "wayland-generated-protocols/fractional-scale-v1-client-protocol.h" + "wayland-generated-protocols/fractional-scale-v1-protocol.c" + "wayland-generated-protocols/frog-color-management-v1-client-protocol.h" + "wayland-generated-protocols/frog-color-management-v1-protocol.c" + "wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h" + "wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c" + "wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h" + "wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c" + "wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h" + "wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c" + "wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h" + "wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c" + "wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h" + "wayland-generated-protocols/primary-selection-unstable-v1-protocol.c" + "wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h" + "wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c" + "wayland-generated-protocols/tablet-v2-client-protocol.h" + "wayland-generated-protocols/tablet-v2-protocol.c" + "wayland-generated-protocols/text-input-unstable-v3-client-protocol.h" + "wayland-generated-protocols/text-input-unstable-v3-protocol.c" + "wayland-generated-protocols/viewporter-client-protocol.h" + "wayland-generated-protocols/viewporter-protocol.c" + "wayland-generated-protocols/wayland-client-protocol.h" + "wayland-generated-protocols/wayland-protocol.c" + "wayland-generated-protocols/xdg-activation-v1-client-protocol.h" + "wayland-generated-protocols/xdg-activation-v1-protocol.c" + "wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h" + "wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c" + "wayland-generated-protocols/xdg-dialog-v1-client-protocol.h" + "wayland-generated-protocols/xdg-dialog-v1-protocol.c" + "wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h" + "wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c" + "wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h" + "wayland-generated-protocols/xdg-output-unstable-v1-protocol.c" + "wayland-generated-protocols/xdg-shell-client-protocol.h" + "wayland-generated-protocols/xdg-shell-protocol.c" + "wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h" + "wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/SDL3-static.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_clean_target.cmake b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_clean_target.cmake new file mode 100644 index 00000000..bdbd53fb --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libSDL3.a" +) diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h new file mode 100644 index 00000000..45ac8b4c --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h @@ -0,0 +1,4 @@ +/* generated by CMake */ + +#pragma GCC system_header +#include "/home/guest/Downloads/PopLib/external/SDL/src/SDL_internal.h" diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.c b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.c new file mode 100644 index 00000000..f9a12eaa --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.c @@ -0,0 +1 @@ +/* generated by CMake */ diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.make b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.make new file mode 100644 index 00000000..e404b3a4 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for SDL3-static. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts new file mode 100644 index 00000000..72e6256a --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for SDL3-static. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/depend.make b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/depend.make new file mode 100644 index 00000000..70341eed --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for SDL3-static. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/flags.make b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/flags.make new file mode 100644 index 00000000..5a97b01e --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/flags.make @@ -0,0 +1,576 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DSDL_BUILD_MAJOR_VERSION=3 -DSDL_BUILD_MICRO_VERSION=0 -DSDL_BUILD_MINOR_VERSION=3 -DSDL_STATIC_LIB -DUSING_GENERATED_CONFIG_H -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/SDL/include-config-relwithdebinfo/build_config -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL/src -isystem /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -isystem /usr/include/libdrm -isystem /usr/include/libdecor-0 -isystem /usr/include/dbus-1.0 -isystem /usr/lib/dbus-1.0/include -isystem /usr/include/libusb-1.0 + +C_FLAGS = -O2 -g -DNDEBUG -Wall -Wundef -Wfloat-conversion -fno-strict-aliasing -Wshadow -Wno-unused-local-typedefs -Wimplicit-fallthrough -fdiagnostics-color=always -idirafter/home/guest/Downloads/PopLib/external/SDL/src/video/khronos -D_REENTRANT + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch_OPTIONS = -Winvalid-pch;-x;c-header;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + +# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h + diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/link.txt b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/link.txt new file mode 100644 index 00000000..1b2e7c45 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libSDL3.a "CMakeFiles/SDL3-static.dir/src/SDL.c.o" "CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o" "CMakeFiles/SDL3-static.dir/src/SDL_error.c.o" "CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o" "CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o" "CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o" "CMakeFiles/SDL3-static.dir/src/SDL_list.c.o" "CMakeFiles/SDL3-static.dir/src/SDL_log.c.o" "CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o" "CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o" "CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o" "CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o" "CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o" "CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o" "CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o" "CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o" "CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o" "CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o" "CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o" "CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o" "CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o" "CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o" "CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o" "CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o" "CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o" "CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o" "CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o" "CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o" "CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o" "CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o" "CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o" "CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o" "CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o" "CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o" "CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o" "CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o" "CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o" "CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o" "CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o" "CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o" "CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o" "CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o" "CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o" "CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o" "CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" "CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o" "CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" "CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o" "CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o" "CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o" "CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o" "CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o" "CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o" "CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o" "CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o" "CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o" "CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o" "CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o" "CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o" "CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o" "CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o" "CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o" "CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o" "CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o" "CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" "CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" "CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" "CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o" "CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" "CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o" "CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o" "CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o" "CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o" "CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o" "CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" "CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" "CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" "CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o" "CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o" "CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o" "CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" "CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o" "CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o" "CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o" "CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o" "CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o" "CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o" "CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" "CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o" "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o" "CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o" "CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o" "CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" "CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o" "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o" "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o" "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o" "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o" "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o" "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o" "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o" "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o" "CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o" "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" "CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" "CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o" "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o" "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o" "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o" "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o" "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o" "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o" "CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o" "CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o" "CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o" "CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" "CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o" "CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o" "CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o" "CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o" "CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o" "CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o" "CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o" "CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o" "CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o" "CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o" "CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o" "CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o" "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o" "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o" "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o" "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o" "CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o" "CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" "CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o" "CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o" CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o +/usr/bin/ranlib libSDL3.a diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/progress.make b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/progress.make new file mode 100644 index 00000000..643c1285 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/progress.make @@ -0,0 +1,330 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = 19 +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_10 = +CMAKE_PROGRESS_11 = +CMAKE_PROGRESS_12 = +CMAKE_PROGRESS_13 = +CMAKE_PROGRESS_14 = +CMAKE_PROGRESS_15 = +CMAKE_PROGRESS_16 = +CMAKE_PROGRESS_17 = +CMAKE_PROGRESS_18 = +CMAKE_PROGRESS_19 = +CMAKE_PROGRESS_20 = +CMAKE_PROGRESS_21 = +CMAKE_PROGRESS_22 = +CMAKE_PROGRESS_23 = +CMAKE_PROGRESS_24 = +CMAKE_PROGRESS_25 = +CMAKE_PROGRESS_26 = +CMAKE_PROGRESS_27 = +CMAKE_PROGRESS_28 = +CMAKE_PROGRESS_29 = +CMAKE_PROGRESS_30 = +CMAKE_PROGRESS_31 = +CMAKE_PROGRESS_32 = +CMAKE_PROGRESS_33 = +CMAKE_PROGRESS_34 = 20 +CMAKE_PROGRESS_35 = +CMAKE_PROGRESS_36 = +CMAKE_PROGRESS_37 = +CMAKE_PROGRESS_38 = +CMAKE_PROGRESS_39 = +CMAKE_PROGRESS_40 = +CMAKE_PROGRESS_41 = +CMAKE_PROGRESS_42 = +CMAKE_PROGRESS_43 = +CMAKE_PROGRESS_44 = +CMAKE_PROGRESS_45 = +CMAKE_PROGRESS_46 = +CMAKE_PROGRESS_47 = +CMAKE_PROGRESS_48 = +CMAKE_PROGRESS_49 = +CMAKE_PROGRESS_50 = +CMAKE_PROGRESS_51 = +CMAKE_PROGRESS_52 = +CMAKE_PROGRESS_53 = +CMAKE_PROGRESS_54 = +CMAKE_PROGRESS_55 = +CMAKE_PROGRESS_56 = +CMAKE_PROGRESS_57 = +CMAKE_PROGRESS_58 = +CMAKE_PROGRESS_59 = +CMAKE_PROGRESS_60 = +CMAKE_PROGRESS_61 = +CMAKE_PROGRESS_62 = 21 +CMAKE_PROGRESS_63 = +CMAKE_PROGRESS_64 = +CMAKE_PROGRESS_65 = +CMAKE_PROGRESS_66 = +CMAKE_PROGRESS_67 = +CMAKE_PROGRESS_68 = +CMAKE_PROGRESS_69 = +CMAKE_PROGRESS_70 = +CMAKE_PROGRESS_71 = +CMAKE_PROGRESS_72 = +CMAKE_PROGRESS_73 = +CMAKE_PROGRESS_74 = +CMAKE_PROGRESS_75 = +CMAKE_PROGRESS_76 = +CMAKE_PROGRESS_77 = +CMAKE_PROGRESS_78 = +CMAKE_PROGRESS_79 = +CMAKE_PROGRESS_80 = +CMAKE_PROGRESS_81 = +CMAKE_PROGRESS_82 = +CMAKE_PROGRESS_83 = +CMAKE_PROGRESS_84 = +CMAKE_PROGRESS_85 = +CMAKE_PROGRESS_86 = +CMAKE_PROGRESS_87 = +CMAKE_PROGRESS_88 = +CMAKE_PROGRESS_89 = +CMAKE_PROGRESS_90 = +CMAKE_PROGRESS_91 = 22 +CMAKE_PROGRESS_92 = +CMAKE_PROGRESS_93 = +CMAKE_PROGRESS_94 = +CMAKE_PROGRESS_95 = +CMAKE_PROGRESS_96 = +CMAKE_PROGRESS_97 = +CMAKE_PROGRESS_98 = +CMAKE_PROGRESS_99 = +CMAKE_PROGRESS_100 = +CMAKE_PROGRESS_101 = +CMAKE_PROGRESS_102 = +CMAKE_PROGRESS_103 = +CMAKE_PROGRESS_104 = +CMAKE_PROGRESS_105 = +CMAKE_PROGRESS_106 = +CMAKE_PROGRESS_107 = +CMAKE_PROGRESS_108 = +CMAKE_PROGRESS_109 = +CMAKE_PROGRESS_110 = +CMAKE_PROGRESS_111 = +CMAKE_PROGRESS_112 = +CMAKE_PROGRESS_113 = +CMAKE_PROGRESS_114 = +CMAKE_PROGRESS_115 = +CMAKE_PROGRESS_116 = +CMAKE_PROGRESS_117 = +CMAKE_PROGRESS_118 = +CMAKE_PROGRESS_119 = 23 +CMAKE_PROGRESS_120 = +CMAKE_PROGRESS_121 = +CMAKE_PROGRESS_122 = +CMAKE_PROGRESS_123 = +CMAKE_PROGRESS_124 = +CMAKE_PROGRESS_125 = +CMAKE_PROGRESS_126 = +CMAKE_PROGRESS_127 = +CMAKE_PROGRESS_128 = +CMAKE_PROGRESS_129 = +CMAKE_PROGRESS_130 = +CMAKE_PROGRESS_131 = +CMAKE_PROGRESS_132 = +CMAKE_PROGRESS_133 = +CMAKE_PROGRESS_134 = +CMAKE_PROGRESS_135 = +CMAKE_PROGRESS_136 = +CMAKE_PROGRESS_137 = +CMAKE_PROGRESS_138 = +CMAKE_PROGRESS_139 = +CMAKE_PROGRESS_140 = +CMAKE_PROGRESS_141 = +CMAKE_PROGRESS_142 = +CMAKE_PROGRESS_143 = +CMAKE_PROGRESS_144 = +CMAKE_PROGRESS_145 = +CMAKE_PROGRESS_146 = +CMAKE_PROGRESS_147 = 24 +CMAKE_PROGRESS_148 = +CMAKE_PROGRESS_149 = +CMAKE_PROGRESS_150 = +CMAKE_PROGRESS_151 = +CMAKE_PROGRESS_152 = +CMAKE_PROGRESS_153 = +CMAKE_PROGRESS_154 = +CMAKE_PROGRESS_155 = +CMAKE_PROGRESS_156 = +CMAKE_PROGRESS_157 = +CMAKE_PROGRESS_158 = +CMAKE_PROGRESS_159 = +CMAKE_PROGRESS_160 = +CMAKE_PROGRESS_161 = +CMAKE_PROGRESS_162 = +CMAKE_PROGRESS_163 = +CMAKE_PROGRESS_164 = +CMAKE_PROGRESS_165 = +CMAKE_PROGRESS_166 = +CMAKE_PROGRESS_167 = +CMAKE_PROGRESS_168 = +CMAKE_PROGRESS_169 = +CMAKE_PROGRESS_170 = +CMAKE_PROGRESS_171 = +CMAKE_PROGRESS_172 = +CMAKE_PROGRESS_173 = +CMAKE_PROGRESS_174 = +CMAKE_PROGRESS_175 = +CMAKE_PROGRESS_176 = 25 +CMAKE_PROGRESS_177 = +CMAKE_PROGRESS_178 = +CMAKE_PROGRESS_179 = +CMAKE_PROGRESS_180 = +CMAKE_PROGRESS_181 = +CMAKE_PROGRESS_182 = +CMAKE_PROGRESS_183 = +CMAKE_PROGRESS_184 = +CMAKE_PROGRESS_185 = +CMAKE_PROGRESS_186 = +CMAKE_PROGRESS_187 = +CMAKE_PROGRESS_188 = +CMAKE_PROGRESS_189 = +CMAKE_PROGRESS_190 = +CMAKE_PROGRESS_191 = +CMAKE_PROGRESS_192 = +CMAKE_PROGRESS_193 = +CMAKE_PROGRESS_194 = +CMAKE_PROGRESS_195 = +CMAKE_PROGRESS_196 = +CMAKE_PROGRESS_197 = +CMAKE_PROGRESS_198 = +CMAKE_PROGRESS_199 = +CMAKE_PROGRESS_200 = +CMAKE_PROGRESS_201 = +CMAKE_PROGRESS_202 = +CMAKE_PROGRESS_203 = +CMAKE_PROGRESS_204 = 26 +CMAKE_PROGRESS_205 = +CMAKE_PROGRESS_206 = +CMAKE_PROGRESS_207 = +CMAKE_PROGRESS_208 = +CMAKE_PROGRESS_209 = +CMAKE_PROGRESS_210 = +CMAKE_PROGRESS_211 = +CMAKE_PROGRESS_212 = +CMAKE_PROGRESS_213 = +CMAKE_PROGRESS_214 = +CMAKE_PROGRESS_215 = +CMAKE_PROGRESS_216 = +CMAKE_PROGRESS_217 = +CMAKE_PROGRESS_218 = +CMAKE_PROGRESS_219 = +CMAKE_PROGRESS_220 = +CMAKE_PROGRESS_221 = +CMAKE_PROGRESS_222 = +CMAKE_PROGRESS_223 = +CMAKE_PROGRESS_224 = +CMAKE_PROGRESS_225 = +CMAKE_PROGRESS_226 = +CMAKE_PROGRESS_227 = +CMAKE_PROGRESS_228 = +CMAKE_PROGRESS_229 = +CMAKE_PROGRESS_230 = +CMAKE_PROGRESS_231 = +CMAKE_PROGRESS_232 = 27 +CMAKE_PROGRESS_233 = +CMAKE_PROGRESS_234 = +CMAKE_PROGRESS_235 = +CMAKE_PROGRESS_236 = +CMAKE_PROGRESS_237 = +CMAKE_PROGRESS_238 = +CMAKE_PROGRESS_239 = +CMAKE_PROGRESS_240 = +CMAKE_PROGRESS_241 = +CMAKE_PROGRESS_242 = +CMAKE_PROGRESS_243 = +CMAKE_PROGRESS_244 = +CMAKE_PROGRESS_245 = +CMAKE_PROGRESS_246 = +CMAKE_PROGRESS_247 = +CMAKE_PROGRESS_248 = +CMAKE_PROGRESS_249 = +CMAKE_PROGRESS_250 = +CMAKE_PROGRESS_251 = +CMAKE_PROGRESS_252 = +CMAKE_PROGRESS_253 = +CMAKE_PROGRESS_254 = +CMAKE_PROGRESS_255 = +CMAKE_PROGRESS_256 = +CMAKE_PROGRESS_257 = +CMAKE_PROGRESS_258 = +CMAKE_PROGRESS_259 = +CMAKE_PROGRESS_260 = +CMAKE_PROGRESS_261 = 28 +CMAKE_PROGRESS_262 = +CMAKE_PROGRESS_263 = +CMAKE_PROGRESS_264 = +CMAKE_PROGRESS_265 = +CMAKE_PROGRESS_266 = +CMAKE_PROGRESS_267 = +CMAKE_PROGRESS_268 = +CMAKE_PROGRESS_269 = +CMAKE_PROGRESS_270 = +CMAKE_PROGRESS_271 = +CMAKE_PROGRESS_272 = +CMAKE_PROGRESS_273 = +CMAKE_PROGRESS_274 = +CMAKE_PROGRESS_275 = +CMAKE_PROGRESS_276 = +CMAKE_PROGRESS_277 = +CMAKE_PROGRESS_278 = +CMAKE_PROGRESS_279 = +CMAKE_PROGRESS_280 = +CMAKE_PROGRESS_281 = +CMAKE_PROGRESS_282 = +CMAKE_PROGRESS_283 = +CMAKE_PROGRESS_284 = +CMAKE_PROGRESS_285 = +CMAKE_PROGRESS_286 = +CMAKE_PROGRESS_287 = +CMAKE_PROGRESS_288 = +CMAKE_PROGRESS_289 = 29 +CMAKE_PROGRESS_290 = +CMAKE_PROGRESS_291 = +CMAKE_PROGRESS_292 = +CMAKE_PROGRESS_293 = +CMAKE_PROGRESS_294 = +CMAKE_PROGRESS_295 = +CMAKE_PROGRESS_296 = +CMAKE_PROGRESS_297 = +CMAKE_PROGRESS_298 = +CMAKE_PROGRESS_299 = +CMAKE_PROGRESS_300 = +CMAKE_PROGRESS_301 = +CMAKE_PROGRESS_302 = +CMAKE_PROGRESS_303 = +CMAKE_PROGRESS_304 = +CMAKE_PROGRESS_305 = +CMAKE_PROGRESS_306 = +CMAKE_PROGRESS_307 = +CMAKE_PROGRESS_308 = +CMAKE_PROGRESS_309 = +CMAKE_PROGRESS_310 = +CMAKE_PROGRESS_311 = +CMAKE_PROGRESS_312 = +CMAKE_PROGRESS_313 = +CMAKE_PROGRESS_314 = +CMAKE_PROGRESS_315 = +CMAKE_PROGRESS_316 = +CMAKE_PROGRESS_317 = +CMAKE_PROGRESS_318 = 30 +CMAKE_PROGRESS_319 = +CMAKE_PROGRESS_320 = +CMAKE_PROGRESS_321 = +CMAKE_PROGRESS_322 = +CMAKE_PROGRESS_323 = +CMAKE_PROGRESS_324 = +CMAKE_PROGRESS_325 = +CMAKE_PROGRESS_326 = +CMAKE_PROGRESS_327 = +CMAKE_PROGRESS_328 = +CMAKE_PROGRESS_329 = + diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/DependInfo.cmake b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/DependInfo.cmake new file mode 100644 index 00000000..5a4fd08f --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/DependInfo.cmake @@ -0,0 +1,32 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_assert.c" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o" "gcc" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_common.c" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o" "gcc" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_compare.c" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o" "gcc" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_crc32.c" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o" "gcc" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_font.c" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o" "gcc" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_fuzzer.c" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_harness.c" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o" "gcc" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_log.c" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o" "gcc" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_md5.c" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o" "gcc" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_memory.c" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o" "gcc" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/build.make b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/build.make new file mode 100644 index 00000000..dd25d9d8 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/build.make @@ -0,0 +1,258 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/SDL/CMakeFiles/SDL3_test.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/SDL/CMakeFiles/SDL3_test.dir/progress.make + +# Include the compile flags for this target's objects. +include external/SDL/CMakeFiles/SDL3_test.dir/flags.make + +external/SDL/CMakeFiles/SDL3_test.dir/codegen: +.PHONY : external/SDL/CMakeFiles/SDL3_test.dir/codegen + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o: external/SDL/CMakeFiles/SDL3_test.dir/flags.make +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o: /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_assert.c +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o: external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o -MF CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o.d -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_assert.c + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_assert.c > CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.i + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_assert.c -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.s + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o: external/SDL/CMakeFiles/SDL3_test.dir/flags.make +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o: /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_common.c +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o: external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o -MF CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o.d -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_common.c + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_common.c > CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.i + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_common.c -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.s + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o: external/SDL/CMakeFiles/SDL3_test.dir/flags.make +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o: /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_compare.c +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o: external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o -MF CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o.d -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_compare.c + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_compare.c > CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.i + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_compare.c -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.s + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o: external/SDL/CMakeFiles/SDL3_test.dir/flags.make +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o: /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_crc32.c +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o: external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o -MF CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o.d -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_crc32.c + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_crc32.c > CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.i + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_crc32.c -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.s + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o: external/SDL/CMakeFiles/SDL3_test.dir/flags.make +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o: /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_font.c +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o: external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o -MF CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o.d -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_font.c + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_font.c > CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.i + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_font.c -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.s + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o: external/SDL/CMakeFiles/SDL3_test.dir/flags.make +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_fuzzer.c +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o: external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o -MF CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o.d -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_fuzzer.c + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_fuzzer.c > CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.i + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_fuzzer.c -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.s + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o: external/SDL/CMakeFiles/SDL3_test.dir/flags.make +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o: /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_harness.c +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o: external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o -MF CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o.d -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_harness.c + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_harness.c > CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.i + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_harness.c -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.s + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o: external/SDL/CMakeFiles/SDL3_test.dir/flags.make +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o: /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_log.c +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o: external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o -MF CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o.d -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_log.c + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_log.c > CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.i + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_log.c -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.s + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o: external/SDL/CMakeFiles/SDL3_test.dir/flags.make +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o: /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_md5.c +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o: external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o -MF CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o.d -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_md5.c + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_md5.c > CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.i + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_md5.c -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.s + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o: external/SDL/CMakeFiles/SDL3_test.dir/flags.make +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o: /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_memory.c +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o: external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o -MF CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o.d -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_memory.c + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_memory.c > CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.i + +external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_memory.c -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.s + +# Object files for target SDL3_test +SDL3_test_OBJECTS = \ +"CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o" \ +"CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o" \ +"CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o" \ +"CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o" \ +"CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o" \ +"CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o" \ +"CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o" \ +"CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o" \ +"CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o" \ +"CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o" + +# External object files for target SDL3_test +SDL3_test_EXTERNAL_OBJECTS = + +external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o +external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o +external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o +external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o +external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o +external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o +external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o +external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o +external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o +external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o +external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/build.make +external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Linking C static library libSDL3_test.a" + cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -P CMakeFiles/SDL3_test.dir/cmake_clean_target.cmake + cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/SDL3_test.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/SDL/CMakeFiles/SDL3_test.dir/build: external/SDL/libSDL3_test.a +.PHONY : external/SDL/CMakeFiles/SDL3_test.dir/build + +external/SDL/CMakeFiles/SDL3_test.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -P CMakeFiles/SDL3_test.dir/cmake_clean.cmake +.PHONY : external/SDL/CMakeFiles/SDL3_test.dir/clean + +external/SDL/CMakeFiles/SDL3_test.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/SDL /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/SDL /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3_test.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/SDL/CMakeFiles/SDL3_test.dir/depend + diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/cmake_clean.cmake b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/cmake_clean.cmake new file mode 100644 index 00000000..b3e47a70 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/cmake_clean.cmake @@ -0,0 +1,29 @@ +file(REMOVE_RECURSE + "CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o" + "CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o.d" + "CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o" + "CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o.d" + "CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o" + "CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o.d" + "CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o" + "CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o.d" + "CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o" + "CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o.d" + "CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o" + "CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o.d" + "CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o" + "CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o.d" + "CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o" + "CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o.d" + "CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o" + "CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o.d" + "CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o" + "CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o.d" + "libSDL3_test.a" + "libSDL3_test.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/SDL3_test.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/cmake_clean_target.cmake b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/cmake_clean_target.cmake new file mode 100644 index 00000000..8b9588b2 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libSDL3_test.a" +) diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.make b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.make new file mode 100644 index 00000000..67651408 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for SDL3_test. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts new file mode 100644 index 00000000..8c8093fe --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for SDL3_test. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/depend.make b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/depend.make new file mode 100644 index 00000000..3e7cf2d0 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for SDL3_test. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/flags.make b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/flags.make new file mode 100644 index 00000000..c3fd3288 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DHAVE_LIBUNWIND_H -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include + +C_FLAGS = -O2 -g -DNDEBUG -Wall -Wundef -Wfloat-conversion -fno-strict-aliasing -Wshadow -Wno-unused-local-typedefs -Wimplicit-fallthrough -fdiagnostics-color=always + diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/link.txt b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/link.txt new file mode 100644 index 00000000..f25ff706 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libSDL3_test.a CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o +/usr/bin/ranlib libSDL3_test.a diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/progress.make b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/progress.make new file mode 100644 index 00000000..a9acad9f --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/progress.make @@ -0,0 +1,12 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_10 = +CMAKE_PROGRESS_11 = + diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL_build_config.h.intermediate b/build_emscripten/external/SDL/CMakeFiles/SDL_build_config.h.intermediate new file mode 100644 index 00000000..59b443e8 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL_build_config.h.intermediate @@ -0,0 +1,591 @@ +/* + Simple DirectMedia Layer + Copyright (C) 1997-2025 Sam Lantinga + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. +*/ + +/** + * \file SDL_build_config.h + * + * This is a set of defines to configure the SDL features + */ + +#ifndef SDL_build_config_h_ +#define SDL_build_config_h_ + +/* General platform specific identifiers */ +#include + +/* #undef SDL_PLATFORM_PRIVATE */ + +#define HAVE_GCC_ATOMICS 1 +/* #undef HAVE_GCC_SYNC_LOCK_TEST_AND_SET */ + +/* #undef SDL_DISABLE_ALLOCA */ + +/* Useful headers */ +#define HAVE_FLOAT_H 1 +#define HAVE_STDARG_H 1 +#define HAVE_STDDEF_H 1 +#define HAVE_STDINT_H 1 + +/* Comment this if you want to build without any C library requirements */ +#define HAVE_LIBC 1 +#ifdef HAVE_LIBC + +/* Useful headers */ +#define HAVE_ALLOCA_H 1 +#define HAVE_ICONV_H 1 +#define HAVE_INTTYPES_H 1 +#define HAVE_LIMITS_H 1 +#define HAVE_MALLOC_H 1 +#define HAVE_MATH_H 1 +#define HAVE_MEMORY_H 1 +#define HAVE_SIGNAL_H 1 +#define HAVE_STDIO_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_STRINGS_H 1 +#define HAVE_STRING_H 1 +#define HAVE_SYS_TYPES_H 1 +#define HAVE_WCHAR_H 1 +/* #undef HAVE_PTHREAD_NP_H */ + +/* C library functions */ +#define HAVE_DLOPEN 1 +#define HAVE_MALLOC 1 +#define HAVE_FDATASYNC 1 +#define HAVE_GETENV 1 +#define HAVE_GETHOSTNAME 1 +#define HAVE_SETENV 1 +#define HAVE_PUTENV 1 +#define HAVE_UNSETENV 1 +#define HAVE_ABS 1 +#define HAVE_BCOPY 1 +#define HAVE_MEMSET 1 +#define HAVE_MEMCPY 1 +#define HAVE_MEMMOVE 1 +#define HAVE_MEMCMP 1 +#define HAVE_WCSLEN 1 +#define HAVE_WCSNLEN 1 +#define HAVE_WCSLCPY 1 +#define HAVE_WCSLCAT 1 +#define HAVE_WCSSTR 1 +#define HAVE_WCSCMP 1 +#define HAVE_WCSNCMP 1 +#define HAVE_WCSTOL 1 +#define HAVE_STRLEN 1 +#define HAVE_STRNLEN 1 +#define HAVE_STRLCPY 1 +#define HAVE_STRLCAT 1 +#define HAVE_STRPBRK 1 +/* #undef HAVE__STRREV */ +#define HAVE_INDEX 1 +#define HAVE_RINDEX 1 +#define HAVE_STRCHR 1 +#define HAVE_STRRCHR 1 +#define HAVE_STRSTR 1 +/* #undef HAVE_STRNSTR */ +#define HAVE_STRTOK_R 1 +/* #undef HAVE_ITOA */ +/* #undef HAVE__LTOA */ +/* #undef HAVE__UITOA */ +/* #undef HAVE__ULTOA */ +#define HAVE_STRTOL 1 +#define HAVE_STRTOUL 1 +/* #undef HAVE__I64TOA */ +/* #undef HAVE__UI64TOA */ +#define HAVE_STRTOLL 1 +#define HAVE_STRTOULL 1 +#define HAVE_STRTOD 1 +#define HAVE_ATOI 1 +#define HAVE_ATOF 1 +#define HAVE_STRCMP 1 +#define HAVE_STRNCMP 1 +#define HAVE_VSSCANF 1 +#define HAVE_VSNPRINTF 1 +#define HAVE_ACOS 1 +#define HAVE_ACOSF 1 +#define HAVE_ASIN 1 +#define HAVE_ASINF 1 +#define HAVE_ATAN 1 +#define HAVE_ATANF 1 +#define HAVE_ATAN2 1 +#define HAVE_ATAN2F 1 +#define HAVE_CEIL 1 +#define HAVE_CEILF 1 +#define HAVE_COPYSIGN 1 +#define HAVE_COPYSIGNF 1 +/* #undef HAVE__COPYSIGN */ +#define HAVE_COS 1 +#define HAVE_COSF 1 +#define HAVE_EXP 1 +#define HAVE_EXPF 1 +#define HAVE_FABS 1 +#define HAVE_FABSF 1 +#define HAVE_FLOOR 1 +#define HAVE_FLOORF 1 +#define HAVE_FMOD 1 +#define HAVE_FMODF 1 +#define HAVE_ISINF 1 +#define HAVE_ISINFF 1 +#define HAVE_ISINF_FLOAT_MACRO 1 +#define HAVE_ISNAN 1 +#define HAVE_ISNANF 1 +#define HAVE_ISNAN_FLOAT_MACRO 1 +#define HAVE_LOG 1 +#define HAVE_LOGF 1 +#define HAVE_LOG10 1 +#define HAVE_LOG10F 1 +#define HAVE_LROUND 1 +#define HAVE_LROUNDF 1 +#define HAVE_MODF 1 +#define HAVE_MODFF 1 +#define HAVE_POW 1 +#define HAVE_POWF 1 +#define HAVE_ROUND 1 +#define HAVE_ROUNDF 1 +#define HAVE_SCALBN 1 +#define HAVE_SCALBNF 1 +#define HAVE_SIN 1 +#define HAVE_SINF 1 +#define HAVE_SQRT 1 +#define HAVE_SQRTF 1 +#define HAVE_TAN 1 +#define HAVE_TANF 1 +#define HAVE_TRUNC 1 +#define HAVE_TRUNCF 1 +/* #undef HAVE__FSEEKI64 */ +#define HAVE_FOPEN64 1 +#define HAVE_FSEEKO 1 +#define HAVE_FSEEKO64 1 +#define HAVE_MEMFD_CREATE 1 +#define HAVE_POSIX_FALLOCATE 1 +#define HAVE_SIGACTION 1 +#define HAVE_SA_SIGACTION 1 +#define HAVE_ST_MTIM 1 +#define HAVE_SETJMP 1 +#define HAVE_NANOSLEEP 1 +#define HAVE_GMTIME_R 1 +#define HAVE_LOCALTIME_R 1 +#define HAVE_NL_LANGINFO 1 +#define HAVE_SYSCONF 1 +/* #undef HAVE_SYSCTLBYNAME */ +#define HAVE_CLOCK_GETTIME 1 +#define HAVE_GETPAGESIZE 1 +#define HAVE_ICONV 1 +/* #undef SDL_USE_LIBICONV */ +#define HAVE_PTHREAD_SETNAME_NP 1 +/* #undef HAVE_PTHREAD_SET_NAME_NP */ +#define HAVE_SEM_TIMEDWAIT 1 +#define HAVE_GETAUXVAL 1 +/* #undef HAVE_ELF_AUX_INFO */ +#define HAVE_POLL 1 +#define HAVE__EXIT 1 + +#endif /* HAVE_LIBC */ + +#define HAVE_DBUS_DBUS_H 1 +#define HAVE_FCITX 1 +/* #undef HAVE_IBUS_IBUS_H */ +#define HAVE_INOTIFY_INIT1 1 +#define HAVE_INOTIFY 1 +#define HAVE_LIBUSB 1 +#define HAVE_O_CLOEXEC 1 + +#define HAVE_LINUX_INPUT_H 1 +#define HAVE_LIBUDEV_H 1 +#define HAVE_LIBDECOR_H 1 +#define HAVE_LIBURING_H 1 + +/* #undef HAVE_DDRAW_H */ +/* #undef HAVE_DSOUND_H */ +/* #undef HAVE_DINPUT_H */ +/* #undef HAVE_XINPUT_H */ +/* #undef HAVE_WINDOWS_GAMING_INPUT_H */ +/* #undef HAVE_GAMEINPUT_H */ +/* #undef HAVE_DXGI_H */ +/* #undef HAVE_DXGI1_6_H */ + +/* #undef HAVE_MMDEVICEAPI_H */ +/* #undef HAVE_TPCSHRD_H */ +/* #undef HAVE_ROAPI_H */ +/* #undef HAVE_SHELLSCALINGAPI_H */ +/* #undef HAVE_SHOBJIDL_CORE_H */ + +/* #undef USE_POSIX_SPAWN */ +/* #undef HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR */ +#define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 + +/* SDL internal assertion support */ +/* #undef SDL_DEFAULT_ASSERT_LEVEL_CONFIGURED */ +#ifdef SDL_DEFAULT_ASSERT_LEVEL_CONFIGURED +#define SDL_DEFAULT_ASSERT_LEVEL +#endif + +/* Allow disabling of major subsystems */ +/* #undef SDL_AUDIO_DISABLED */ +/* #undef SDL_VIDEO_DISABLED */ +/* #undef SDL_GPU_DISABLED */ +/* #undef SDL_RENDER_DISABLED */ +/* #undef SDL_CAMERA_DISABLED */ +/* #undef SDL_JOYSTICK_DISABLED */ +/* #undef SDL_HAPTIC_DISABLED */ +/* #undef SDL_HIDAPI_DISABLED */ +/* #undef SDL_POWER_DISABLED */ +/* #undef SDL_SENSOR_DISABLED */ +/* #undef SDL_DIALOG_DISABLED */ +/* #undef SDL_THREADS_DISABLED */ + +/* Enable various audio drivers */ +#define SDL_AUDIO_DRIVER_ALSA 1 +#define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2" +/* #undef SDL_AUDIO_DRIVER_OPENSLES */ +/* #undef SDL_AUDIO_DRIVER_AAUDIO */ +/* #undef SDL_AUDIO_DRIVER_COREAUDIO */ +#define SDL_AUDIO_DRIVER_DISK 1 +/* #undef SDL_AUDIO_DRIVER_DSOUND */ +#define SDL_AUDIO_DRIVER_DUMMY 1 +/* #undef SDL_AUDIO_DRIVER_EMSCRIPTEN */ +/* #undef SDL_AUDIO_DRIVER_HAIKU */ +#define SDL_AUDIO_DRIVER_JACK 1 +#define SDL_AUDIO_DRIVER_JACK_DYNAMIC "libjack.so.0" +/* #undef SDL_AUDIO_DRIVER_NETBSD */ +/* #undef SDL_AUDIO_DRIVER_OSS */ +#define SDL_AUDIO_DRIVER_PIPEWIRE 1 +#define SDL_AUDIO_DRIVER_PIPEWIRE_DYNAMIC "libpipewire-0.3.so.0" +#define SDL_AUDIO_DRIVER_PULSEAUDIO 1 +#define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse.so.0" +/* #undef SDL_AUDIO_DRIVER_SNDIO */ +/* #undef SDL_AUDIO_DRIVER_SNDIO_DYNAMIC */ +/* #undef SDL_AUDIO_DRIVER_WASAPI */ +/* #undef SDL_AUDIO_DRIVER_VITA */ +/* #undef SDL_AUDIO_DRIVER_PSP */ +/* #undef SDL_AUDIO_DRIVER_PS2 */ +/* #undef SDL_AUDIO_DRIVER_N3DS */ +/* #undef SDL_AUDIO_DRIVER_QNX */ + +/* #undef SDL_AUDIO_DRIVER_PRIVATE */ + +/* Enable various input drivers */ +#define SDL_INPUT_LINUXEV 1 +#define SDL_INPUT_LINUXKD 1 +/* #undef SDL_INPUT_FBSDKBIO */ +/* #undef SDL_INPUT_WSCONS */ +/* #undef SDL_HAVE_MACHINE_JOYSTICK_H */ +/* #undef SDL_JOYSTICK_ANDROID */ +/* #undef SDL_JOYSTICK_DINPUT */ +/* #undef SDL_JOYSTICK_DUMMY */ +/* #undef SDL_JOYSTICK_EMSCRIPTEN */ +/* #undef SDL_JOYSTICK_GAMEINPUT */ +/* #undef SDL_JOYSTICK_HAIKU */ +#define SDL_JOYSTICK_HIDAPI 1 +/* #undef SDL_JOYSTICK_IOKIT */ +#define SDL_JOYSTICK_LINUX 1 +/* #undef SDL_JOYSTICK_MFI */ +/* #undef SDL_JOYSTICK_N3DS */ +/* #undef SDL_JOYSTICK_PS2 */ +/* #undef SDL_JOYSTICK_PSP */ +/* #undef SDL_JOYSTICK_RAWINPUT */ +/* #undef SDL_JOYSTICK_USBHID */ +#define SDL_JOYSTICK_VIRTUAL 1 +/* #undef SDL_JOYSTICK_VITA */ +/* #undef SDL_JOYSTICK_WGI */ +/* #undef SDL_JOYSTICK_XINPUT */ + +/* #undef SDL_JOYSTICK_PRIVATE */ + +/* #undef SDL_HAPTIC_DUMMY */ +#define SDL_HAPTIC_LINUX 1 +/* #undef SDL_HAPTIC_IOKIT */ +/* #undef SDL_HAPTIC_DINPUT */ +/* #undef SDL_HAPTIC_ANDROID */ + +/* #undef SDL_HAPTIC_PRIVATE */ + +#define SDL_LIBUSB_DYNAMIC "libusb-1.0.so.0" +#define SDL_UDEV_DYNAMIC "libudev.so.1" + +/* Enable various process implementations */ +/* #undef SDL_PROCESS_DUMMY */ +#define SDL_PROCESS_POSIX 1 +/* #undef SDL_PROCESS_WINDOWS */ + +/* #undef SDL_PROCESS_PRIVATE */ + +/* Enable various sensor drivers */ +/* #undef SDL_SENSOR_ANDROID */ +/* #undef SDL_SENSOR_COREMOTION */ +/* #undef SDL_SENSOR_WINDOWS */ +#define SDL_SENSOR_DUMMY 1 +/* #undef SDL_SENSOR_VITA */ +/* #undef SDL_SENSOR_N3DS */ + +/* #undef SDL_SENSOR_PRIVATE */ + +/* Enable various shared object loading systems */ +#define SDL_LOADSO_DLOPEN 1 +/* #undef SDL_LOADSO_DUMMY */ +/* #undef SDL_LOADSO_WINDOWS */ + +/* #undef SDL_LOADSO_PRIVATE */ + +/* Enable various threading systems */ +/* #undef SDL_THREAD_GENERIC_COND_SUFFIX */ +/* #undef SDL_THREAD_GENERIC_RWLOCK_SUFFIX */ +#define SDL_THREAD_PTHREAD 1 +#define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1 +/* #undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP */ +/* #undef SDL_THREAD_WINDOWS */ +/* #undef SDL_THREAD_VITA */ +/* #undef SDL_THREAD_PSP */ +/* #undef SDL_THREAD_PS2 */ +/* #undef SDL_THREAD_N3DS */ + +/* #undef SDL_THREAD_PRIVATE */ + +/* Enable various RTC systems */ +#define SDL_TIME_UNIX 1 +/* #undef SDL_TIME_WINDOWS */ +/* #undef SDL_TIME_VITA */ +/* #undef SDL_TIME_PSP */ +/* #undef SDL_TIME_PS2 */ +/* #undef SDL_TIME_N3DS */ + +/* Enable various timer systems */ +/* #undef SDL_TIMER_HAIKU */ +#define SDL_TIMER_UNIX 1 +/* #undef SDL_TIMER_WINDOWS */ +/* #undef SDL_TIMER_VITA */ +/* #undef SDL_TIMER_PSP */ +/* #undef SDL_TIMER_PS2 */ +/* #undef SDL_TIMER_N3DS */ + +/* #undef SDL_TIMER_PRIVATE */ + +/* Enable various video drivers */ +/* #undef SDL_VIDEO_DRIVER_ANDROID */ +/* #undef SDL_VIDEO_DRIVER_COCOA */ +#define SDL_VIDEO_DRIVER_DUMMY 1 +/* #undef SDL_VIDEO_DRIVER_EMSCRIPTEN */ +/* #undef SDL_VIDEO_DRIVER_HAIKU */ +#define SDL_VIDEO_DRIVER_KMSDRM 1 +#define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC "libdrm.so.2" +#define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC_GBM "libgbm.so.1" +/* #undef SDL_VIDEO_DRIVER_N3DS */ +#define SDL_VIDEO_DRIVER_OFFSCREEN 1 +/* #undef SDL_VIDEO_DRIVER_PS2 */ +/* #undef SDL_VIDEO_DRIVER_PSP */ +/* #undef SDL_VIDEO_DRIVER_RISCOS */ +/* #undef SDL_VIDEO_DRIVER_ROCKCHIP */ +/* #undef SDL_VIDEO_DRIVER_RPI */ +/* #undef SDL_VIDEO_DRIVER_UIKIT */ +/* #undef SDL_VIDEO_DRIVER_VITA */ +/* #undef SDL_VIDEO_DRIVER_VIVANTE */ +/* #undef SDL_VIDEO_DRIVER_VIVANTE_VDK */ +/* #undef SDL_VIDEO_DRIVER_OPENVR */ +#define SDL_VIDEO_DRIVER_WAYLAND 1 +#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC "libwayland-client.so.0" +#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR "libwayland-cursor.so.0" +#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL "libwayland-egl.so.1" +#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_LIBDECOR "libdecor-0.so.0" +#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON "libxkbcommon.so.0" +/* #undef SDL_VIDEO_DRIVER_WINDOWS */ +#define SDL_VIDEO_DRIVER_X11 1 +#define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6" +#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1" +#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6" +#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XFIXES "libXfixes.so.3" +#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6" +#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2" +#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1" +#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XTEST "libXtst.so.6" +#define SDL_VIDEO_DRIVER_X11_HAS_XKBLOOKUPKEYSYM 1 +#define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1 +#define SDL_VIDEO_DRIVER_X11_XCURSOR 1 +#define SDL_VIDEO_DRIVER_X11_XDBE 1 +#define SDL_VIDEO_DRIVER_X11_XFIXES 1 +#define SDL_VIDEO_DRIVER_X11_XINPUT2 1 +#define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1 +#define SDL_VIDEO_DRIVER_X11_XRANDR 1 +#define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1 +#define SDL_VIDEO_DRIVER_X11_XSHAPE 1 +#define SDL_VIDEO_DRIVER_X11_XSYNC 1 +#define SDL_VIDEO_DRIVER_X11_XTEST 1 +/* #undef SDL_VIDEO_DRIVER_QNX */ + +/* #undef SDL_VIDEO_DRIVER_PRIVATE */ + +/* #undef SDL_VIDEO_RENDER_D3D */ +/* #undef SDL_VIDEO_RENDER_D3D11 */ +/* #undef SDL_VIDEO_RENDER_D3D12 */ +#define SDL_VIDEO_RENDER_GPU 1 +/* #undef SDL_VIDEO_RENDER_METAL */ +#define SDL_VIDEO_RENDER_VULKAN 1 +#define SDL_VIDEO_RENDER_OGL 1 +#define SDL_VIDEO_RENDER_OGL_ES2 1 +/* #undef SDL_VIDEO_RENDER_PS2 */ +/* #undef SDL_VIDEO_RENDER_PSP */ +/* #undef SDL_VIDEO_RENDER_VITA_GXM */ + +/* #undef SDL_VIDEO_RENDER_PRIVATE */ + +/* Enable OpenGL support */ +#define SDL_VIDEO_OPENGL 1 +/* #undef SDL_VIDEO_OPENGL_ES */ +#define SDL_VIDEO_OPENGL_ES2 1 +/* #undef SDL_VIDEO_OPENGL_CGL */ +#define SDL_VIDEO_OPENGL_GLX 1 +/* #undef SDL_VIDEO_OPENGL_WGL */ +#define SDL_VIDEO_OPENGL_EGL 1 + +/* #undef SDL_VIDEO_STATIC_ANGLE */ + +/* Enable Vulkan support */ +#define SDL_VIDEO_VULKAN 1 + +/* Enable Metal support */ +/* #undef SDL_VIDEO_METAL */ + +/* Enable GPU support */ +/* #undef SDL_GPU_D3D11 */ +/* #undef SDL_GPU_D3D12 */ +#define SDL_GPU_VULKAN 1 +/* #undef SDL_GPU_METAL */ + +/* Enable system power support */ +/* #undef SDL_POWER_ANDROID */ +#define SDL_POWER_LINUX 1 +/* #undef SDL_POWER_WINDOWS */ +/* #undef SDL_POWER_MACOSX */ +/* #undef SDL_POWER_UIKIT */ +/* #undef SDL_POWER_HAIKU */ +/* #undef SDL_POWER_EMSCRIPTEN */ +/* #undef SDL_POWER_HARDWIRED */ +/* #undef SDL_POWER_VITA */ +/* #undef SDL_POWER_PSP */ +/* #undef SDL_POWER_N3DS */ + +/* #undef SDL_POWER_PRIVATE */ + +/* Enable system filesystem support */ +/* #undef SDL_FILESYSTEM_ANDROID */ +/* #undef SDL_FILESYSTEM_HAIKU */ +/* #undef SDL_FILESYSTEM_COCOA */ +/* #undef SDL_FILESYSTEM_DUMMY */ +/* #undef SDL_FILESYSTEM_RISCOS */ +#define SDL_FILESYSTEM_UNIX 1 +/* #undef SDL_FILESYSTEM_WINDOWS */ +/* #undef SDL_FILESYSTEM_EMSCRIPTEN */ +/* #undef SDL_FILESYSTEM_VITA */ +/* #undef SDL_FILESYSTEM_PSP */ +/* #undef SDL_FILESYSTEM_PS2 */ +/* #undef SDL_FILESYSTEM_N3DS */ + +/* #undef SDL_FILESYSTEM_PRIVATE */ + +/* Enable system storage support */ +#define SDL_STORAGE_STEAM 1 + +/* Enable system FSops support */ +#define SDL_FSOPS_POSIX 1 +/* #undef SDL_FSOPS_WINDOWS */ +/* #undef SDL_FSOPS_DUMMY */ + +/* #undef SDL_FSOPS_PRIVATE */ + +/* Enable camera subsystem */ +#define SDL_CAMERA_DRIVER_DUMMY 1 +/* !!! FIXME: for later cmakedefine SDL_CAMERA_DRIVER_DISK 1 */ +#define SDL_CAMERA_DRIVER_V4L2 1 +/* #undef SDL_CAMERA_DRIVER_COREMEDIA */ +/* #undef SDL_CAMERA_DRIVER_ANDROID */ +/* #undef SDL_CAMERA_DRIVER_EMSCRIPTEN */ +/* #undef SDL_CAMERA_DRIVER_MEDIAFOUNDATION */ +#define SDL_CAMERA_DRIVER_PIPEWIRE 1 +#define SDL_CAMERA_DRIVER_PIPEWIRE_DYNAMIC "libpipewire-0.3.so.0" +/* #undef SDL_CAMERA_DRIVER_VITA */ + +/* #undef SDL_CAMERA_DRIVER_PRIVATE */ + +/* Enable dialog subsystem */ +/* #undef SDL_DIALOG_DUMMY */ + +/* Enable assembly routines */ +/* #undef SDL_ALTIVEC_BLITTERS */ + +/* Whether SDL_DYNAMIC_API needs dlopen */ +#define DYNAPI_NEEDS_DLOPEN 1 + +/* Enable ime support */ +#define SDL_USE_IME 1 +/* #undef SDL_DISABLE_WINDOWS_IME */ +/* #undef SDL_GDK_TEXTINPUT */ + +/* Platform specific definitions */ +/* #undef SDL_IPHONE_KEYBOARD */ +/* #undef SDL_IPHONE_LAUNCHSCREEN */ + +/* #undef SDL_VIDEO_VITA_PIB */ +/* #undef SDL_VIDEO_VITA_PVR */ +/* #undef SDL_VIDEO_VITA_PVR_OGL */ + +/* Libdecor version info */ +#define SDL_LIBDECOR_VERSION_MAJOR 0 +#define SDL_LIBDECOR_VERSION_MINOR 2 +#define SDL_LIBDECOR_VERSION_PATCH 3 + +#if !defined(HAVE_STDINT_H) && !defined(_STDINT_H_) +/* Most everything except Visual Studio 2008 and earlier has stdint.h now */ +#if defined(_MSC_VER) && (_MSC_VER < 1600) +typedef signed __int8 int8_t; +typedef unsigned __int8 uint8_t; +typedef signed __int16 int16_t; +typedef unsigned __int16 uint16_t; +typedef signed __int32 int32_t; +typedef unsigned __int32 uint32_t; +typedef signed __int64 int64_t; +typedef unsigned __int64 uint64_t; +#ifndef _UINTPTR_T_DEFINED +#ifdef _WIN64 +typedef unsigned __int64 uintptr_t; +#else +typedef unsigned int uintptr_t; +#endif +#endif +#endif /* Visual Studio 2008 */ +#endif /* !_STDINT_H_ && !HAVE_STDINT_H */ + +/* Configure use of intrinsics */ +/* #undef SDL_DISABLE_SSE */ +/* #undef SDL_DISABLE_SSE2 */ +/* #undef SDL_DISABLE_SSE3 */ +/* #undef SDL_DISABLE_SSE4_1 */ +/* #undef SDL_DISABLE_SSE4_2 */ +/* #undef SDL_DISABLE_AVX */ +/* #undef SDL_DISABLE_AVX2 */ +/* #undef SDL_DISABLE_AVX512F */ +/* #undef SDL_DISABLE_MMX */ +#define SDL_DISABLE_LSX 1 +#define SDL_DISABLE_LASX 1 +#define SDL_DISABLE_NEON 1 + +#ifdef SDL_PLATFORM_PRIVATE +#include "SDL_end_config_private.h" +#endif + +#endif /* SDL_build_config_h_ */ diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/DependInfo.cmake b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/DependInfo.cmake new file mode 100644 index 00000000..5385cd6a --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/DependInfo.cmake @@ -0,0 +1,47 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/SDL/src/libm/e_atan2.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/e_exp.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/e_fmod.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/e_log.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/e_log10.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/e_pow.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/e_rem_pio2.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/e_sqrt.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/k_cos.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/k_rem_pio2.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/k_sin.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/k_tan.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_atan.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_copysign.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_cos.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_fabs.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_floor.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_isinf.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_isinff.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_isnan.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_isnanf.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_modf.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_scalbn.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_sin.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_tan.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/build.make b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/build.make new file mode 100644 index 00000000..fcdeee87 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/build.make @@ -0,0 +1,498 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/SDL/CMakeFiles/SDL_uclibc.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/SDL/CMakeFiles/SDL_uclibc.dir/progress.make + +# Include the compile flags for this target's objects. +include external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make + +external/SDL/CMakeFiles/SDL_uclibc.dir/codegen: +.PHONY : external/SDL/CMakeFiles/SDL_uclibc.dir/codegen + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/e_atan2.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/e_atan2.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/e_atan2.c > CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/e_atan2.c -o CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/e_exp.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/e_exp.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/e_exp.c > CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/e_exp.c -o CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/e_fmod.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/e_fmod.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/e_fmod.c > CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/e_fmod.c -o CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/e_log.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/e_log.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/e_log.c > CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/e_log.c -o CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/e_log10.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/e_log10.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/e_log10.c > CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/e_log10.c -o CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/e_pow.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/e_pow.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/e_pow.c > CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/e_pow.c -o CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/e_rem_pio2.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/e_rem_pio2.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/e_rem_pio2.c > CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/e_rem_pio2.c -o CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/e_sqrt.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/e_sqrt.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/e_sqrt.c > CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/e_sqrt.c -o CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/k_cos.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/k_cos.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/k_cos.c > CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/k_cos.c -o CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/k_rem_pio2.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/k_rem_pio2.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/k_rem_pio2.c > CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/k_rem_pio2.c -o CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/k_sin.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/k_sin.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/k_sin.c > CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/k_sin.c -o CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/k_tan.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/k_tan.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/k_tan.c > CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/k_tan.c -o CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_atan.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_atan.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_atan.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_atan.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_copysign.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_copysign.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_copysign.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_copysign.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_cos.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_cos.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_cos.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_cos.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_fabs.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_fabs.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_fabs.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_fabs.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_floor.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_floor.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_floor.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_floor.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isinf.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isinf.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isinf.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isinf.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isinff.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isinff.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isinff.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isinff.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isnan.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isnan.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isnan.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isnan.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isnanf.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isnanf.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isnanf.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isnanf.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_modf.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_modf.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_modf.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_modf.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_scalbn.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_scalbn.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_scalbn.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_scalbn.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_sin.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_sin.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_sin.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_sin.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.s + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_tan.c +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_tan.c + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_tan.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.i + +external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_tan.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.s + +# Object files for target SDL_uclibc +SDL_uclibc_OBJECTS = \ +"CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o" \ +"CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o" + +# External object files for target SDL_uclibc +SDL_uclibc_EXTERNAL_OBJECTS = + +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/build.make +external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Linking C static library libSDL_uclibc.a" + cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -P CMakeFiles/SDL_uclibc.dir/cmake_clean_target.cmake + cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/SDL_uclibc.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/SDL/CMakeFiles/SDL_uclibc.dir/build: external/SDL/libSDL_uclibc.a +.PHONY : external/SDL/CMakeFiles/SDL_uclibc.dir/build + +external/SDL/CMakeFiles/SDL_uclibc.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -P CMakeFiles/SDL_uclibc.dir/cmake_clean.cmake +.PHONY : external/SDL/CMakeFiles/SDL_uclibc.dir/clean + +external/SDL/CMakeFiles/SDL_uclibc.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/SDL /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/SDL /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/SDL/CMakeFiles/SDL_uclibc.dir/depend + diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/cmake_clean.cmake b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/cmake_clean.cmake new file mode 100644 index 00000000..6e17b8eb --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/cmake_clean.cmake @@ -0,0 +1,59 @@ +file(REMOVE_RECURSE + "CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o.d" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o" + "CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o.d" + "libSDL_uclibc.a" + "libSDL_uclibc.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/SDL_uclibc.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/cmake_clean_target.cmake b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/cmake_clean_target.cmake new file mode 100644 index 00000000..bf67b49b --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libSDL_uclibc.a" +) diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.make b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.make new file mode 100644 index 00000000..b2d7722b --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for SDL_uclibc. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts new file mode 100644 index 00000000..3639a380 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for SDL_uclibc. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/depend.make b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/depend.make new file mode 100644 index 00000000..12656939 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for SDL_uclibc. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make new file mode 100644 index 00000000..becb9f2b --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DUSING_GENERATED_CONFIG_H -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/SDL/include-config-relwithdebinfo/build_config -I/home/guest/Downloads/PopLib/external/SDL/src -I/home/guest/Downloads/PopLib/external/SDL/include + +C_FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -Wall -Wundef -Wfloat-conversion -fno-strict-aliasing -Wshadow -Wno-unused-local-typedefs -Wimplicit-fallthrough -fdiagnostics-color=always + diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/link.txt b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/link.txt new file mode 100644 index 00000000..fc6b0418 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libSDL_uclibc.a CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o +/usr/bin/ranlib libSDL_uclibc.a diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/progress.make b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/progress.make new file mode 100644 index 00000000..3a587b32 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/progress.make @@ -0,0 +1,27 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_10 = +CMAKE_PROGRESS_11 = +CMAKE_PROGRESS_12 = +CMAKE_PROGRESS_13 = +CMAKE_PROGRESS_14 = +CMAKE_PROGRESS_15 = +CMAKE_PROGRESS_16 = +CMAKE_PROGRESS_17 = +CMAKE_PROGRESS_18 = +CMAKE_PROGRESS_19 = +CMAKE_PROGRESS_20 = +CMAKE_PROGRESS_21 = +CMAKE_PROGRESS_22 = +CMAKE_PROGRESS_23 = +CMAKE_PROGRESS_24 = +CMAKE_PROGRESS_25 = +CMAKE_PROGRESS_26 = + diff --git a/build_emscripten/external/SDL/CMakeFiles/dummy.sym b/build_emscripten/external/SDL/CMakeFiles/dummy.sym new file mode 100644 index 00000000..17b6b95c --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/dummy.sym @@ -0,0 +1,5 @@ +n_0 { + global: + func; + local: *; +}; diff --git a/build_emscripten/external/SDL/CMakeFiles/git-data/HEAD b/build_emscripten/external/SDL/CMakeFiles/git-data/HEAD new file mode 100644 index 00000000..adcb47f6 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/git-data/HEAD @@ -0,0 +1 @@ +8aa5b97bb5be8e8f62fd76c3181439e20f3de5e9 diff --git a/build_emscripten/external/SDL/CMakeFiles/git-data/grabRef.cmake b/build_emscripten/external/SDL/CMakeFiles/git-data/grabRef.cmake new file mode 100644 index 00000000..99fbc54a --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/git-data/grabRef.cmake @@ -0,0 +1,43 @@ +# +# Internal file for GetGitRevisionDescription.cmake +# +# Requires CMake 2.6 or newer (uses the 'function' command) +# +# Original Author: +# 2009-2010 Ryan Pavlik +# http://academic.cleardefinition.com +# Iowa State University HCI Graduate Program/VRAC +# +# Copyright 2009-2012, Iowa State University +# Copyright 2011-2015, Contributors +# Distributed under the Boost Software License, Version 1.0. +# (See accompanying file LICENSE_1_0.txt or copy at +# http://www.boost.org/LICENSE_1_0.txt) +# SPDX-License-Identifier: BSL-1.0 + +set(HEAD_HASH) + +file(READ "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024) + +string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS) +if(HEAD_CONTENTS MATCHES "ref") + # named branch + string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}") + if(EXISTS "/home/guest/Downloads/PopLib/.git/modules/external/SDL/${HEAD_REF}") + configure_file("/home/guest/Downloads/PopLib/.git/modules/external/SDL/${HEAD_REF}" "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/git-data/head-ref" COPYONLY) + else() + configure_file("/home/guest/Downloads/PopLib/.git/modules/external/SDL/packed-refs" "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/git-data/packed-refs" COPYONLY) + file(READ "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/git-data/packed-refs" PACKED_REFS) + if(${PACKED_REFS} MATCHES "([0-9a-z]*) ${HEAD_REF}") + set(HEAD_HASH "${CMAKE_MATCH_1}") + endif() + endif() +else() + # detached HEAD + configure_file("/home/guest/Downloads/PopLib/.git/modules/external/SDL/HEAD" "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/git-data/head-ref" COPYONLY) +endif() + +if(NOT HEAD_HASH) + file(READ "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024) + string(STRIP "${HEAD_HASH}" HEAD_HASH) +endif() diff --git a/build_emscripten/external/SDL/CMakeFiles/git-data/head-ref b/build_emscripten/external/SDL/CMakeFiles/git-data/head-ref new file mode 100644 index 00000000..adcb47f6 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/git-data/head-ref @@ -0,0 +1 @@ +8aa5b97bb5be8e8f62fd76c3181439e20f3de5e9 diff --git a/build_emscripten/external/SDL/CMakeFiles/progress.marks b/build_emscripten/external/SDL/CMakeFiles/progress.marks new file mode 100644 index 00000000..40994076 --- /dev/null +++ b/build_emscripten/external/SDL/CMakeFiles/progress.marks @@ -0,0 +1 @@ +23 diff --git a/build_emscripten/external/SDL/Makefile b/build_emscripten/external/SDL/Makefile new file mode 100644 index 00000000..6d9d5002 --- /dev/null +++ b/build_emscripten/external/SDL/Makefile @@ -0,0 +1,9729 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/SDL//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +external/SDL/CMakeFiles/SDL3-shared.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/CMakeFiles/SDL3-shared.dir/rule +.PHONY : external/SDL/CMakeFiles/SDL3-shared.dir/rule + +# Convenience name for target. +SDL3-shared: external/SDL/CMakeFiles/SDL3-shared.dir/rule +.PHONY : SDL3-shared + +# fast build rule for target. +SDL3-shared/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/build +.PHONY : SDL3-shared/fast + +# Convenience name for target. +external/SDL/CMakeFiles/SDL3-static.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/CMakeFiles/SDL3-static.dir/rule +.PHONY : external/SDL/CMakeFiles/SDL3-static.dir/rule + +# Convenience name for target. +SDL3-static: external/SDL/CMakeFiles/SDL3-static.dir/rule +.PHONY : SDL3-static + +# fast build rule for target. +SDL3-static/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/build +.PHONY : SDL3-static/fast + +# Convenience name for target. +external/SDL/CMakeFiles/SDL3_test.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/CMakeFiles/SDL3_test.dir/rule +.PHONY : external/SDL/CMakeFiles/SDL3_test.dir/rule + +# Convenience name for target. +SDL3_test: external/SDL/CMakeFiles/SDL3_test.dir/rule +.PHONY : SDL3_test + +# fast build rule for target. +SDL3_test/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/build +.PHONY : SDL3_test/fast + +# Convenience name for target. +external/SDL/CMakeFiles/SDL_uclibc.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/CMakeFiles/SDL_uclibc.dir/rule +.PHONY : external/SDL/CMakeFiles/SDL_uclibc.dir/rule + +# Convenience name for target. +SDL_uclibc: external/SDL/CMakeFiles/SDL_uclibc.dir/rule +.PHONY : SDL_uclibc + +# fast build rule for target. +SDL_uclibc/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/build +.PHONY : SDL_uclibc/fast + +# target to build an object file +cmake_pch.h.gch: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch +.PHONY : cmake_pch.h.gch + +# target to preprocess a source file +cmake_pch.h.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.i +.PHONY : cmake_pch.h.i + +# target to generate assembly for a file +cmake_pch.h.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.s +.PHONY : cmake_pch.h.s + +src/SDL.o: src/SDL.c.o +.PHONY : src/SDL.o + +# target to build an object file +src/SDL.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o +.PHONY : src/SDL.c.o + +src/SDL.i: src/SDL.c.i +.PHONY : src/SDL.i + +# target to preprocess a source file +src/SDL.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.i +.PHONY : src/SDL.c.i + +src/SDL.s: src/SDL.c.s +.PHONY : src/SDL.s + +# target to generate assembly for a file +src/SDL.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.s +.PHONY : src/SDL.c.s + +src/SDL_assert.o: src/SDL_assert.c.o +.PHONY : src/SDL_assert.o + +# target to build an object file +src/SDL_assert.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o +.PHONY : src/SDL_assert.c.o + +src/SDL_assert.i: src/SDL_assert.c.i +.PHONY : src/SDL_assert.i + +# target to preprocess a source file +src/SDL_assert.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.i +.PHONY : src/SDL_assert.c.i + +src/SDL_assert.s: src/SDL_assert.c.s +.PHONY : src/SDL_assert.s + +# target to generate assembly for a file +src/SDL_assert.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.s +.PHONY : src/SDL_assert.c.s + +src/SDL_error.o: src/SDL_error.c.o +.PHONY : src/SDL_error.o + +# target to build an object file +src/SDL_error.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o +.PHONY : src/SDL_error.c.o + +src/SDL_error.i: src/SDL_error.c.i +.PHONY : src/SDL_error.i + +# target to preprocess a source file +src/SDL_error.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.i +.PHONY : src/SDL_error.c.i + +src/SDL_error.s: src/SDL_error.c.s +.PHONY : src/SDL_error.s + +# target to generate assembly for a file +src/SDL_error.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.s +.PHONY : src/SDL_error.c.s + +src/SDL_guid.o: src/SDL_guid.c.o +.PHONY : src/SDL_guid.o + +# target to build an object file +src/SDL_guid.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o +.PHONY : src/SDL_guid.c.o + +src/SDL_guid.i: src/SDL_guid.c.i +.PHONY : src/SDL_guid.i + +# target to preprocess a source file +src/SDL_guid.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.i +.PHONY : src/SDL_guid.c.i + +src/SDL_guid.s: src/SDL_guid.c.s +.PHONY : src/SDL_guid.s + +# target to generate assembly for a file +src/SDL_guid.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.s +.PHONY : src/SDL_guid.c.s + +src/SDL_hashtable.o: src/SDL_hashtable.c.o +.PHONY : src/SDL_hashtable.o + +# target to build an object file +src/SDL_hashtable.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o +.PHONY : src/SDL_hashtable.c.o + +src/SDL_hashtable.i: src/SDL_hashtable.c.i +.PHONY : src/SDL_hashtable.i + +# target to preprocess a source file +src/SDL_hashtable.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.i +.PHONY : src/SDL_hashtable.c.i + +src/SDL_hashtable.s: src/SDL_hashtable.c.s +.PHONY : src/SDL_hashtable.s + +# target to generate assembly for a file +src/SDL_hashtable.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.s +.PHONY : src/SDL_hashtable.c.s + +src/SDL_hints.o: src/SDL_hints.c.o +.PHONY : src/SDL_hints.o + +# target to build an object file +src/SDL_hints.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o +.PHONY : src/SDL_hints.c.o + +src/SDL_hints.i: src/SDL_hints.c.i +.PHONY : src/SDL_hints.i + +# target to preprocess a source file +src/SDL_hints.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.i +.PHONY : src/SDL_hints.c.i + +src/SDL_hints.s: src/SDL_hints.c.s +.PHONY : src/SDL_hints.s + +# target to generate assembly for a file +src/SDL_hints.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.s +.PHONY : src/SDL_hints.c.s + +src/SDL_list.o: src/SDL_list.c.o +.PHONY : src/SDL_list.o + +# target to build an object file +src/SDL_list.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o +.PHONY : src/SDL_list.c.o + +src/SDL_list.i: src/SDL_list.c.i +.PHONY : src/SDL_list.i + +# target to preprocess a source file +src/SDL_list.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.i +.PHONY : src/SDL_list.c.i + +src/SDL_list.s: src/SDL_list.c.s +.PHONY : src/SDL_list.s + +# target to generate assembly for a file +src/SDL_list.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.s +.PHONY : src/SDL_list.c.s + +src/SDL_log.o: src/SDL_log.c.o +.PHONY : src/SDL_log.o + +# target to build an object file +src/SDL_log.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o +.PHONY : src/SDL_log.c.o + +src/SDL_log.i: src/SDL_log.c.i +.PHONY : src/SDL_log.i + +# target to preprocess a source file +src/SDL_log.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.i +.PHONY : src/SDL_log.c.i + +src/SDL_log.s: src/SDL_log.c.s +.PHONY : src/SDL_log.s + +# target to generate assembly for a file +src/SDL_log.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.s +.PHONY : src/SDL_log.c.s + +src/SDL_properties.o: src/SDL_properties.c.o +.PHONY : src/SDL_properties.o + +# target to build an object file +src/SDL_properties.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o +.PHONY : src/SDL_properties.c.o + +src/SDL_properties.i: src/SDL_properties.c.i +.PHONY : src/SDL_properties.i + +# target to preprocess a source file +src/SDL_properties.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.i +.PHONY : src/SDL_properties.c.i + +src/SDL_properties.s: src/SDL_properties.c.s +.PHONY : src/SDL_properties.s + +# target to generate assembly for a file +src/SDL_properties.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.s +.PHONY : src/SDL_properties.c.s + +src/SDL_utils.o: src/SDL_utils.c.o +.PHONY : src/SDL_utils.o + +# target to build an object file +src/SDL_utils.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o +.PHONY : src/SDL_utils.c.o + +src/SDL_utils.i: src/SDL_utils.c.i +.PHONY : src/SDL_utils.i + +# target to preprocess a source file +src/SDL_utils.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.i +.PHONY : src/SDL_utils.c.i + +src/SDL_utils.s: src/SDL_utils.c.s +.PHONY : src/SDL_utils.s + +# target to generate assembly for a file +src/SDL_utils.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.s +.PHONY : src/SDL_utils.c.s + +src/atomic/SDL_atomic.o: src/atomic/SDL_atomic.c.o +.PHONY : src/atomic/SDL_atomic.o + +# target to build an object file +src/atomic/SDL_atomic.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o +.PHONY : src/atomic/SDL_atomic.c.o + +src/atomic/SDL_atomic.i: src/atomic/SDL_atomic.c.i +.PHONY : src/atomic/SDL_atomic.i + +# target to preprocess a source file +src/atomic/SDL_atomic.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.i +.PHONY : src/atomic/SDL_atomic.c.i + +src/atomic/SDL_atomic.s: src/atomic/SDL_atomic.c.s +.PHONY : src/atomic/SDL_atomic.s + +# target to generate assembly for a file +src/atomic/SDL_atomic.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.s +.PHONY : src/atomic/SDL_atomic.c.s + +src/atomic/SDL_spinlock.o: src/atomic/SDL_spinlock.c.o +.PHONY : src/atomic/SDL_spinlock.o + +# target to build an object file +src/atomic/SDL_spinlock.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o +.PHONY : src/atomic/SDL_spinlock.c.o + +src/atomic/SDL_spinlock.i: src/atomic/SDL_spinlock.c.i +.PHONY : src/atomic/SDL_spinlock.i + +# target to preprocess a source file +src/atomic/SDL_spinlock.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.i +.PHONY : src/atomic/SDL_spinlock.c.i + +src/atomic/SDL_spinlock.s: src/atomic/SDL_spinlock.c.s +.PHONY : src/atomic/SDL_spinlock.s + +# target to generate assembly for a file +src/atomic/SDL_spinlock.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.s +.PHONY : src/atomic/SDL_spinlock.c.s + +src/audio/SDL_audio.o: src/audio/SDL_audio.c.o +.PHONY : src/audio/SDL_audio.o + +# target to build an object file +src/audio/SDL_audio.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o +.PHONY : src/audio/SDL_audio.c.o + +src/audio/SDL_audio.i: src/audio/SDL_audio.c.i +.PHONY : src/audio/SDL_audio.i + +# target to preprocess a source file +src/audio/SDL_audio.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.i +.PHONY : src/audio/SDL_audio.c.i + +src/audio/SDL_audio.s: src/audio/SDL_audio.c.s +.PHONY : src/audio/SDL_audio.s + +# target to generate assembly for a file +src/audio/SDL_audio.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.s +.PHONY : src/audio/SDL_audio.c.s + +src/audio/SDL_audiocvt.o: src/audio/SDL_audiocvt.c.o +.PHONY : src/audio/SDL_audiocvt.o + +# target to build an object file +src/audio/SDL_audiocvt.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o +.PHONY : src/audio/SDL_audiocvt.c.o + +src/audio/SDL_audiocvt.i: src/audio/SDL_audiocvt.c.i +.PHONY : src/audio/SDL_audiocvt.i + +# target to preprocess a source file +src/audio/SDL_audiocvt.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.i +.PHONY : src/audio/SDL_audiocvt.c.i + +src/audio/SDL_audiocvt.s: src/audio/SDL_audiocvt.c.s +.PHONY : src/audio/SDL_audiocvt.s + +# target to generate assembly for a file +src/audio/SDL_audiocvt.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.s +.PHONY : src/audio/SDL_audiocvt.c.s + +src/audio/SDL_audiodev.o: src/audio/SDL_audiodev.c.o +.PHONY : src/audio/SDL_audiodev.o + +# target to build an object file +src/audio/SDL_audiodev.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o +.PHONY : src/audio/SDL_audiodev.c.o + +src/audio/SDL_audiodev.i: src/audio/SDL_audiodev.c.i +.PHONY : src/audio/SDL_audiodev.i + +# target to preprocess a source file +src/audio/SDL_audiodev.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.i +.PHONY : src/audio/SDL_audiodev.c.i + +src/audio/SDL_audiodev.s: src/audio/SDL_audiodev.c.s +.PHONY : src/audio/SDL_audiodev.s + +# target to generate assembly for a file +src/audio/SDL_audiodev.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.s +.PHONY : src/audio/SDL_audiodev.c.s + +src/audio/SDL_audioqueue.o: src/audio/SDL_audioqueue.c.o +.PHONY : src/audio/SDL_audioqueue.o + +# target to build an object file +src/audio/SDL_audioqueue.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o +.PHONY : src/audio/SDL_audioqueue.c.o + +src/audio/SDL_audioqueue.i: src/audio/SDL_audioqueue.c.i +.PHONY : src/audio/SDL_audioqueue.i + +# target to preprocess a source file +src/audio/SDL_audioqueue.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.i +.PHONY : src/audio/SDL_audioqueue.c.i + +src/audio/SDL_audioqueue.s: src/audio/SDL_audioqueue.c.s +.PHONY : src/audio/SDL_audioqueue.s + +# target to generate assembly for a file +src/audio/SDL_audioqueue.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.s +.PHONY : src/audio/SDL_audioqueue.c.s + +src/audio/SDL_audioresample.o: src/audio/SDL_audioresample.c.o +.PHONY : src/audio/SDL_audioresample.o + +# target to build an object file +src/audio/SDL_audioresample.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o +.PHONY : src/audio/SDL_audioresample.c.o + +src/audio/SDL_audioresample.i: src/audio/SDL_audioresample.c.i +.PHONY : src/audio/SDL_audioresample.i + +# target to preprocess a source file +src/audio/SDL_audioresample.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.i +.PHONY : src/audio/SDL_audioresample.c.i + +src/audio/SDL_audioresample.s: src/audio/SDL_audioresample.c.s +.PHONY : src/audio/SDL_audioresample.s + +# target to generate assembly for a file +src/audio/SDL_audioresample.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.s +.PHONY : src/audio/SDL_audioresample.c.s + +src/audio/SDL_audiotypecvt.o: src/audio/SDL_audiotypecvt.c.o +.PHONY : src/audio/SDL_audiotypecvt.o + +# target to build an object file +src/audio/SDL_audiotypecvt.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o +.PHONY : src/audio/SDL_audiotypecvt.c.o + +src/audio/SDL_audiotypecvt.i: src/audio/SDL_audiotypecvt.c.i +.PHONY : src/audio/SDL_audiotypecvt.i + +# target to preprocess a source file +src/audio/SDL_audiotypecvt.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.i +.PHONY : src/audio/SDL_audiotypecvt.c.i + +src/audio/SDL_audiotypecvt.s: src/audio/SDL_audiotypecvt.c.s +.PHONY : src/audio/SDL_audiotypecvt.s + +# target to generate assembly for a file +src/audio/SDL_audiotypecvt.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.s +.PHONY : src/audio/SDL_audiotypecvt.c.s + +src/audio/SDL_mixer.o: src/audio/SDL_mixer.c.o +.PHONY : src/audio/SDL_mixer.o + +# target to build an object file +src/audio/SDL_mixer.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o +.PHONY : src/audio/SDL_mixer.c.o + +src/audio/SDL_mixer.i: src/audio/SDL_mixer.c.i +.PHONY : src/audio/SDL_mixer.i + +# target to preprocess a source file +src/audio/SDL_mixer.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.i +.PHONY : src/audio/SDL_mixer.c.i + +src/audio/SDL_mixer.s: src/audio/SDL_mixer.c.s +.PHONY : src/audio/SDL_mixer.s + +# target to generate assembly for a file +src/audio/SDL_mixer.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.s +.PHONY : src/audio/SDL_mixer.c.s + +src/audio/SDL_wave.o: src/audio/SDL_wave.c.o +.PHONY : src/audio/SDL_wave.o + +# target to build an object file +src/audio/SDL_wave.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o +.PHONY : src/audio/SDL_wave.c.o + +src/audio/SDL_wave.i: src/audio/SDL_wave.c.i +.PHONY : src/audio/SDL_wave.i + +# target to preprocess a source file +src/audio/SDL_wave.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.i +.PHONY : src/audio/SDL_wave.c.i + +src/audio/SDL_wave.s: src/audio/SDL_wave.c.s +.PHONY : src/audio/SDL_wave.s + +# target to generate assembly for a file +src/audio/SDL_wave.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.s +.PHONY : src/audio/SDL_wave.c.s + +src/audio/alsa/SDL_alsa_audio.o: src/audio/alsa/SDL_alsa_audio.c.o +.PHONY : src/audio/alsa/SDL_alsa_audio.o + +# target to build an object file +src/audio/alsa/SDL_alsa_audio.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o +.PHONY : src/audio/alsa/SDL_alsa_audio.c.o + +src/audio/alsa/SDL_alsa_audio.i: src/audio/alsa/SDL_alsa_audio.c.i +.PHONY : src/audio/alsa/SDL_alsa_audio.i + +# target to preprocess a source file +src/audio/alsa/SDL_alsa_audio.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.i +.PHONY : src/audio/alsa/SDL_alsa_audio.c.i + +src/audio/alsa/SDL_alsa_audio.s: src/audio/alsa/SDL_alsa_audio.c.s +.PHONY : src/audio/alsa/SDL_alsa_audio.s + +# target to generate assembly for a file +src/audio/alsa/SDL_alsa_audio.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.s +.PHONY : src/audio/alsa/SDL_alsa_audio.c.s + +src/audio/disk/SDL_diskaudio.o: src/audio/disk/SDL_diskaudio.c.o +.PHONY : src/audio/disk/SDL_diskaudio.o + +# target to build an object file +src/audio/disk/SDL_diskaudio.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o +.PHONY : src/audio/disk/SDL_diskaudio.c.o + +src/audio/disk/SDL_diskaudio.i: src/audio/disk/SDL_diskaudio.c.i +.PHONY : src/audio/disk/SDL_diskaudio.i + +# target to preprocess a source file +src/audio/disk/SDL_diskaudio.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.i +.PHONY : src/audio/disk/SDL_diskaudio.c.i + +src/audio/disk/SDL_diskaudio.s: src/audio/disk/SDL_diskaudio.c.s +.PHONY : src/audio/disk/SDL_diskaudio.s + +# target to generate assembly for a file +src/audio/disk/SDL_diskaudio.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.s +.PHONY : src/audio/disk/SDL_diskaudio.c.s + +src/audio/dummy/SDL_dummyaudio.o: src/audio/dummy/SDL_dummyaudio.c.o +.PHONY : src/audio/dummy/SDL_dummyaudio.o + +# target to build an object file +src/audio/dummy/SDL_dummyaudio.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o +.PHONY : src/audio/dummy/SDL_dummyaudio.c.o + +src/audio/dummy/SDL_dummyaudio.i: src/audio/dummy/SDL_dummyaudio.c.i +.PHONY : src/audio/dummy/SDL_dummyaudio.i + +# target to preprocess a source file +src/audio/dummy/SDL_dummyaudio.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.i +.PHONY : src/audio/dummy/SDL_dummyaudio.c.i + +src/audio/dummy/SDL_dummyaudio.s: src/audio/dummy/SDL_dummyaudio.c.s +.PHONY : src/audio/dummy/SDL_dummyaudio.s + +# target to generate assembly for a file +src/audio/dummy/SDL_dummyaudio.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.s +.PHONY : src/audio/dummy/SDL_dummyaudio.c.s + +src/audio/jack/SDL_jackaudio.o: src/audio/jack/SDL_jackaudio.c.o +.PHONY : src/audio/jack/SDL_jackaudio.o + +# target to build an object file +src/audio/jack/SDL_jackaudio.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o +.PHONY : src/audio/jack/SDL_jackaudio.c.o + +src/audio/jack/SDL_jackaudio.i: src/audio/jack/SDL_jackaudio.c.i +.PHONY : src/audio/jack/SDL_jackaudio.i + +# target to preprocess a source file +src/audio/jack/SDL_jackaudio.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.i +.PHONY : src/audio/jack/SDL_jackaudio.c.i + +src/audio/jack/SDL_jackaudio.s: src/audio/jack/SDL_jackaudio.c.s +.PHONY : src/audio/jack/SDL_jackaudio.s + +# target to generate assembly for a file +src/audio/jack/SDL_jackaudio.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.s +.PHONY : src/audio/jack/SDL_jackaudio.c.s + +src/audio/pipewire/SDL_pipewire.o: src/audio/pipewire/SDL_pipewire.c.o +.PHONY : src/audio/pipewire/SDL_pipewire.o + +# target to build an object file +src/audio/pipewire/SDL_pipewire.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o +.PHONY : src/audio/pipewire/SDL_pipewire.c.o + +src/audio/pipewire/SDL_pipewire.i: src/audio/pipewire/SDL_pipewire.c.i +.PHONY : src/audio/pipewire/SDL_pipewire.i + +# target to preprocess a source file +src/audio/pipewire/SDL_pipewire.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.i +.PHONY : src/audio/pipewire/SDL_pipewire.c.i + +src/audio/pipewire/SDL_pipewire.s: src/audio/pipewire/SDL_pipewire.c.s +.PHONY : src/audio/pipewire/SDL_pipewire.s + +# target to generate assembly for a file +src/audio/pipewire/SDL_pipewire.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.s +.PHONY : src/audio/pipewire/SDL_pipewire.c.s + +src/audio/pulseaudio/SDL_pulseaudio.o: src/audio/pulseaudio/SDL_pulseaudio.c.o +.PHONY : src/audio/pulseaudio/SDL_pulseaudio.o + +# target to build an object file +src/audio/pulseaudio/SDL_pulseaudio.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o +.PHONY : src/audio/pulseaudio/SDL_pulseaudio.c.o + +src/audio/pulseaudio/SDL_pulseaudio.i: src/audio/pulseaudio/SDL_pulseaudio.c.i +.PHONY : src/audio/pulseaudio/SDL_pulseaudio.i + +# target to preprocess a source file +src/audio/pulseaudio/SDL_pulseaudio.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.i +.PHONY : src/audio/pulseaudio/SDL_pulseaudio.c.i + +src/audio/pulseaudio/SDL_pulseaudio.s: src/audio/pulseaudio/SDL_pulseaudio.c.s +.PHONY : src/audio/pulseaudio/SDL_pulseaudio.s + +# target to generate assembly for a file +src/audio/pulseaudio/SDL_pulseaudio.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.s +.PHONY : src/audio/pulseaudio/SDL_pulseaudio.c.s + +src/camera/SDL_camera.o: src/camera/SDL_camera.c.o +.PHONY : src/camera/SDL_camera.o + +# target to build an object file +src/camera/SDL_camera.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o +.PHONY : src/camera/SDL_camera.c.o + +src/camera/SDL_camera.i: src/camera/SDL_camera.c.i +.PHONY : src/camera/SDL_camera.i + +# target to preprocess a source file +src/camera/SDL_camera.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.i +.PHONY : src/camera/SDL_camera.c.i + +src/camera/SDL_camera.s: src/camera/SDL_camera.c.s +.PHONY : src/camera/SDL_camera.s + +# target to generate assembly for a file +src/camera/SDL_camera.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.s +.PHONY : src/camera/SDL_camera.c.s + +src/camera/dummy/SDL_camera_dummy.o: src/camera/dummy/SDL_camera_dummy.c.o +.PHONY : src/camera/dummy/SDL_camera_dummy.o + +# target to build an object file +src/camera/dummy/SDL_camera_dummy.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o +.PHONY : src/camera/dummy/SDL_camera_dummy.c.o + +src/camera/dummy/SDL_camera_dummy.i: src/camera/dummy/SDL_camera_dummy.c.i +.PHONY : src/camera/dummy/SDL_camera_dummy.i + +# target to preprocess a source file +src/camera/dummy/SDL_camera_dummy.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.i +.PHONY : src/camera/dummy/SDL_camera_dummy.c.i + +src/camera/dummy/SDL_camera_dummy.s: src/camera/dummy/SDL_camera_dummy.c.s +.PHONY : src/camera/dummy/SDL_camera_dummy.s + +# target to generate assembly for a file +src/camera/dummy/SDL_camera_dummy.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.s +.PHONY : src/camera/dummy/SDL_camera_dummy.c.s + +src/camera/pipewire/SDL_camera_pipewire.o: src/camera/pipewire/SDL_camera_pipewire.c.o +.PHONY : src/camera/pipewire/SDL_camera_pipewire.o + +# target to build an object file +src/camera/pipewire/SDL_camera_pipewire.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o +.PHONY : src/camera/pipewire/SDL_camera_pipewire.c.o + +src/camera/pipewire/SDL_camera_pipewire.i: src/camera/pipewire/SDL_camera_pipewire.c.i +.PHONY : src/camera/pipewire/SDL_camera_pipewire.i + +# target to preprocess a source file +src/camera/pipewire/SDL_camera_pipewire.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.i +.PHONY : src/camera/pipewire/SDL_camera_pipewire.c.i + +src/camera/pipewire/SDL_camera_pipewire.s: src/camera/pipewire/SDL_camera_pipewire.c.s +.PHONY : src/camera/pipewire/SDL_camera_pipewire.s + +# target to generate assembly for a file +src/camera/pipewire/SDL_camera_pipewire.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.s +.PHONY : src/camera/pipewire/SDL_camera_pipewire.c.s + +src/camera/v4l2/SDL_camera_v4l2.o: src/camera/v4l2/SDL_camera_v4l2.c.o +.PHONY : src/camera/v4l2/SDL_camera_v4l2.o + +# target to build an object file +src/camera/v4l2/SDL_camera_v4l2.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o +.PHONY : src/camera/v4l2/SDL_camera_v4l2.c.o + +src/camera/v4l2/SDL_camera_v4l2.i: src/camera/v4l2/SDL_camera_v4l2.c.i +.PHONY : src/camera/v4l2/SDL_camera_v4l2.i + +# target to preprocess a source file +src/camera/v4l2/SDL_camera_v4l2.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.i +.PHONY : src/camera/v4l2/SDL_camera_v4l2.c.i + +src/camera/v4l2/SDL_camera_v4l2.s: src/camera/v4l2/SDL_camera_v4l2.c.s +.PHONY : src/camera/v4l2/SDL_camera_v4l2.s + +# target to generate assembly for a file +src/camera/v4l2/SDL_camera_v4l2.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.s +.PHONY : src/camera/v4l2/SDL_camera_v4l2.c.s + +src/core/SDL_core_unsupported.o: src/core/SDL_core_unsupported.c.o +.PHONY : src/core/SDL_core_unsupported.o + +# target to build an object file +src/core/SDL_core_unsupported.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o +.PHONY : src/core/SDL_core_unsupported.c.o + +src/core/SDL_core_unsupported.i: src/core/SDL_core_unsupported.c.i +.PHONY : src/core/SDL_core_unsupported.i + +# target to preprocess a source file +src/core/SDL_core_unsupported.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.i +.PHONY : src/core/SDL_core_unsupported.c.i + +src/core/SDL_core_unsupported.s: src/core/SDL_core_unsupported.c.s +.PHONY : src/core/SDL_core_unsupported.s + +# target to generate assembly for a file +src/core/SDL_core_unsupported.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.s +.PHONY : src/core/SDL_core_unsupported.c.s + +src/core/linux/SDL_dbus.o: src/core/linux/SDL_dbus.c.o +.PHONY : src/core/linux/SDL_dbus.o + +# target to build an object file +src/core/linux/SDL_dbus.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o +.PHONY : src/core/linux/SDL_dbus.c.o + +src/core/linux/SDL_dbus.i: src/core/linux/SDL_dbus.c.i +.PHONY : src/core/linux/SDL_dbus.i + +# target to preprocess a source file +src/core/linux/SDL_dbus.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.i +.PHONY : src/core/linux/SDL_dbus.c.i + +src/core/linux/SDL_dbus.s: src/core/linux/SDL_dbus.c.s +.PHONY : src/core/linux/SDL_dbus.s + +# target to generate assembly for a file +src/core/linux/SDL_dbus.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.s +.PHONY : src/core/linux/SDL_dbus.c.s + +src/core/linux/SDL_evdev.o: src/core/linux/SDL_evdev.c.o +.PHONY : src/core/linux/SDL_evdev.o + +# target to build an object file +src/core/linux/SDL_evdev.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o +.PHONY : src/core/linux/SDL_evdev.c.o + +src/core/linux/SDL_evdev.i: src/core/linux/SDL_evdev.c.i +.PHONY : src/core/linux/SDL_evdev.i + +# target to preprocess a source file +src/core/linux/SDL_evdev.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.i +.PHONY : src/core/linux/SDL_evdev.c.i + +src/core/linux/SDL_evdev.s: src/core/linux/SDL_evdev.c.s +.PHONY : src/core/linux/SDL_evdev.s + +# target to generate assembly for a file +src/core/linux/SDL_evdev.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.s +.PHONY : src/core/linux/SDL_evdev.c.s + +src/core/linux/SDL_evdev_capabilities.o: src/core/linux/SDL_evdev_capabilities.c.o +.PHONY : src/core/linux/SDL_evdev_capabilities.o + +# target to build an object file +src/core/linux/SDL_evdev_capabilities.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o +.PHONY : src/core/linux/SDL_evdev_capabilities.c.o + +src/core/linux/SDL_evdev_capabilities.i: src/core/linux/SDL_evdev_capabilities.c.i +.PHONY : src/core/linux/SDL_evdev_capabilities.i + +# target to preprocess a source file +src/core/linux/SDL_evdev_capabilities.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.i +.PHONY : src/core/linux/SDL_evdev_capabilities.c.i + +src/core/linux/SDL_evdev_capabilities.s: src/core/linux/SDL_evdev_capabilities.c.s +.PHONY : src/core/linux/SDL_evdev_capabilities.s + +# target to generate assembly for a file +src/core/linux/SDL_evdev_capabilities.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.s +.PHONY : src/core/linux/SDL_evdev_capabilities.c.s + +src/core/linux/SDL_evdev_kbd.o: src/core/linux/SDL_evdev_kbd.c.o +.PHONY : src/core/linux/SDL_evdev_kbd.o + +# target to build an object file +src/core/linux/SDL_evdev_kbd.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o +.PHONY : src/core/linux/SDL_evdev_kbd.c.o + +src/core/linux/SDL_evdev_kbd.i: src/core/linux/SDL_evdev_kbd.c.i +.PHONY : src/core/linux/SDL_evdev_kbd.i + +# target to preprocess a source file +src/core/linux/SDL_evdev_kbd.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.i +.PHONY : src/core/linux/SDL_evdev_kbd.c.i + +src/core/linux/SDL_evdev_kbd.s: src/core/linux/SDL_evdev_kbd.c.s +.PHONY : src/core/linux/SDL_evdev_kbd.s + +# target to generate assembly for a file +src/core/linux/SDL_evdev_kbd.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.s +.PHONY : src/core/linux/SDL_evdev_kbd.c.s + +src/core/linux/SDL_fcitx.o: src/core/linux/SDL_fcitx.c.o +.PHONY : src/core/linux/SDL_fcitx.o + +# target to build an object file +src/core/linux/SDL_fcitx.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o +.PHONY : src/core/linux/SDL_fcitx.c.o + +src/core/linux/SDL_fcitx.i: src/core/linux/SDL_fcitx.c.i +.PHONY : src/core/linux/SDL_fcitx.i + +# target to preprocess a source file +src/core/linux/SDL_fcitx.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.i +.PHONY : src/core/linux/SDL_fcitx.c.i + +src/core/linux/SDL_fcitx.s: src/core/linux/SDL_fcitx.c.s +.PHONY : src/core/linux/SDL_fcitx.s + +# target to generate assembly for a file +src/core/linux/SDL_fcitx.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.s +.PHONY : src/core/linux/SDL_fcitx.c.s + +src/core/linux/SDL_ime.o: src/core/linux/SDL_ime.c.o +.PHONY : src/core/linux/SDL_ime.o + +# target to build an object file +src/core/linux/SDL_ime.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o +.PHONY : src/core/linux/SDL_ime.c.o + +src/core/linux/SDL_ime.i: src/core/linux/SDL_ime.c.i +.PHONY : src/core/linux/SDL_ime.i + +# target to preprocess a source file +src/core/linux/SDL_ime.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.i +.PHONY : src/core/linux/SDL_ime.c.i + +src/core/linux/SDL_ime.s: src/core/linux/SDL_ime.c.s +.PHONY : src/core/linux/SDL_ime.s + +# target to generate assembly for a file +src/core/linux/SDL_ime.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.s +.PHONY : src/core/linux/SDL_ime.c.s + +src/core/linux/SDL_progressbar.o: src/core/linux/SDL_progressbar.c.o +.PHONY : src/core/linux/SDL_progressbar.o + +# target to build an object file +src/core/linux/SDL_progressbar.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o +.PHONY : src/core/linux/SDL_progressbar.c.o + +src/core/linux/SDL_progressbar.i: src/core/linux/SDL_progressbar.c.i +.PHONY : src/core/linux/SDL_progressbar.i + +# target to preprocess a source file +src/core/linux/SDL_progressbar.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.i +.PHONY : src/core/linux/SDL_progressbar.c.i + +src/core/linux/SDL_progressbar.s: src/core/linux/SDL_progressbar.c.s +.PHONY : src/core/linux/SDL_progressbar.s + +# target to generate assembly for a file +src/core/linux/SDL_progressbar.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.s +.PHONY : src/core/linux/SDL_progressbar.c.s + +src/core/linux/SDL_system_theme.o: src/core/linux/SDL_system_theme.c.o +.PHONY : src/core/linux/SDL_system_theme.o + +# target to build an object file +src/core/linux/SDL_system_theme.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o +.PHONY : src/core/linux/SDL_system_theme.c.o + +src/core/linux/SDL_system_theme.i: src/core/linux/SDL_system_theme.c.i +.PHONY : src/core/linux/SDL_system_theme.i + +# target to preprocess a source file +src/core/linux/SDL_system_theme.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.i +.PHONY : src/core/linux/SDL_system_theme.c.i + +src/core/linux/SDL_system_theme.s: src/core/linux/SDL_system_theme.c.s +.PHONY : src/core/linux/SDL_system_theme.s + +# target to generate assembly for a file +src/core/linux/SDL_system_theme.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.s +.PHONY : src/core/linux/SDL_system_theme.c.s + +src/core/linux/SDL_threadprio.o: src/core/linux/SDL_threadprio.c.o +.PHONY : src/core/linux/SDL_threadprio.o + +# target to build an object file +src/core/linux/SDL_threadprio.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o +.PHONY : src/core/linux/SDL_threadprio.c.o + +src/core/linux/SDL_threadprio.i: src/core/linux/SDL_threadprio.c.i +.PHONY : src/core/linux/SDL_threadprio.i + +# target to preprocess a source file +src/core/linux/SDL_threadprio.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.i +.PHONY : src/core/linux/SDL_threadprio.c.i + +src/core/linux/SDL_threadprio.s: src/core/linux/SDL_threadprio.c.s +.PHONY : src/core/linux/SDL_threadprio.s + +# target to generate assembly for a file +src/core/linux/SDL_threadprio.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.s +.PHONY : src/core/linux/SDL_threadprio.c.s + +src/core/linux/SDL_udev.o: src/core/linux/SDL_udev.c.o +.PHONY : src/core/linux/SDL_udev.o + +# target to build an object file +src/core/linux/SDL_udev.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o +.PHONY : src/core/linux/SDL_udev.c.o + +src/core/linux/SDL_udev.i: src/core/linux/SDL_udev.c.i +.PHONY : src/core/linux/SDL_udev.i + +# target to preprocess a source file +src/core/linux/SDL_udev.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.i +.PHONY : src/core/linux/SDL_udev.c.i + +src/core/linux/SDL_udev.s: src/core/linux/SDL_udev.c.s +.PHONY : src/core/linux/SDL_udev.s + +# target to generate assembly for a file +src/core/linux/SDL_udev.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.s +.PHONY : src/core/linux/SDL_udev.c.s + +src/core/unix/SDL_appid.o: src/core/unix/SDL_appid.c.o +.PHONY : src/core/unix/SDL_appid.o + +# target to build an object file +src/core/unix/SDL_appid.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o +.PHONY : src/core/unix/SDL_appid.c.o + +src/core/unix/SDL_appid.i: src/core/unix/SDL_appid.c.i +.PHONY : src/core/unix/SDL_appid.i + +# target to preprocess a source file +src/core/unix/SDL_appid.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.i +.PHONY : src/core/unix/SDL_appid.c.i + +src/core/unix/SDL_appid.s: src/core/unix/SDL_appid.c.s +.PHONY : src/core/unix/SDL_appid.s + +# target to generate assembly for a file +src/core/unix/SDL_appid.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.s +.PHONY : src/core/unix/SDL_appid.c.s + +src/core/unix/SDL_poll.o: src/core/unix/SDL_poll.c.o +.PHONY : src/core/unix/SDL_poll.o + +# target to build an object file +src/core/unix/SDL_poll.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o +.PHONY : src/core/unix/SDL_poll.c.o + +src/core/unix/SDL_poll.i: src/core/unix/SDL_poll.c.i +.PHONY : src/core/unix/SDL_poll.i + +# target to preprocess a source file +src/core/unix/SDL_poll.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.i +.PHONY : src/core/unix/SDL_poll.c.i + +src/core/unix/SDL_poll.s: src/core/unix/SDL_poll.c.s +.PHONY : src/core/unix/SDL_poll.s + +# target to generate assembly for a file +src/core/unix/SDL_poll.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.s +.PHONY : src/core/unix/SDL_poll.c.s + +src/cpuinfo/SDL_cpuinfo.o: src/cpuinfo/SDL_cpuinfo.c.o +.PHONY : src/cpuinfo/SDL_cpuinfo.o + +# target to build an object file +src/cpuinfo/SDL_cpuinfo.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o +.PHONY : src/cpuinfo/SDL_cpuinfo.c.o + +src/cpuinfo/SDL_cpuinfo.i: src/cpuinfo/SDL_cpuinfo.c.i +.PHONY : src/cpuinfo/SDL_cpuinfo.i + +# target to preprocess a source file +src/cpuinfo/SDL_cpuinfo.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.i +.PHONY : src/cpuinfo/SDL_cpuinfo.c.i + +src/cpuinfo/SDL_cpuinfo.s: src/cpuinfo/SDL_cpuinfo.c.s +.PHONY : src/cpuinfo/SDL_cpuinfo.s + +# target to generate assembly for a file +src/cpuinfo/SDL_cpuinfo.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.s +.PHONY : src/cpuinfo/SDL_cpuinfo.c.s + +src/dialog/SDL_dialog.o: src/dialog/SDL_dialog.c.o +.PHONY : src/dialog/SDL_dialog.o + +# target to build an object file +src/dialog/SDL_dialog.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o +.PHONY : src/dialog/SDL_dialog.c.o + +src/dialog/SDL_dialog.i: src/dialog/SDL_dialog.c.i +.PHONY : src/dialog/SDL_dialog.i + +# target to preprocess a source file +src/dialog/SDL_dialog.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.i +.PHONY : src/dialog/SDL_dialog.c.i + +src/dialog/SDL_dialog.s: src/dialog/SDL_dialog.c.s +.PHONY : src/dialog/SDL_dialog.s + +# target to generate assembly for a file +src/dialog/SDL_dialog.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.s +.PHONY : src/dialog/SDL_dialog.c.s + +src/dialog/SDL_dialog_utils.o: src/dialog/SDL_dialog_utils.c.o +.PHONY : src/dialog/SDL_dialog_utils.o + +# target to build an object file +src/dialog/SDL_dialog_utils.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o +.PHONY : src/dialog/SDL_dialog_utils.c.o + +src/dialog/SDL_dialog_utils.i: src/dialog/SDL_dialog_utils.c.i +.PHONY : src/dialog/SDL_dialog_utils.i + +# target to preprocess a source file +src/dialog/SDL_dialog_utils.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.i +.PHONY : src/dialog/SDL_dialog_utils.c.i + +src/dialog/SDL_dialog_utils.s: src/dialog/SDL_dialog_utils.c.s +.PHONY : src/dialog/SDL_dialog_utils.s + +# target to generate assembly for a file +src/dialog/SDL_dialog_utils.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.s +.PHONY : src/dialog/SDL_dialog_utils.c.s + +src/dialog/unix/SDL_portaldialog.o: src/dialog/unix/SDL_portaldialog.c.o +.PHONY : src/dialog/unix/SDL_portaldialog.o + +# target to build an object file +src/dialog/unix/SDL_portaldialog.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o +.PHONY : src/dialog/unix/SDL_portaldialog.c.o + +src/dialog/unix/SDL_portaldialog.i: src/dialog/unix/SDL_portaldialog.c.i +.PHONY : src/dialog/unix/SDL_portaldialog.i + +# target to preprocess a source file +src/dialog/unix/SDL_portaldialog.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.i +.PHONY : src/dialog/unix/SDL_portaldialog.c.i + +src/dialog/unix/SDL_portaldialog.s: src/dialog/unix/SDL_portaldialog.c.s +.PHONY : src/dialog/unix/SDL_portaldialog.s + +# target to generate assembly for a file +src/dialog/unix/SDL_portaldialog.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.s +.PHONY : src/dialog/unix/SDL_portaldialog.c.s + +src/dialog/unix/SDL_unixdialog.o: src/dialog/unix/SDL_unixdialog.c.o +.PHONY : src/dialog/unix/SDL_unixdialog.o + +# target to build an object file +src/dialog/unix/SDL_unixdialog.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o +.PHONY : src/dialog/unix/SDL_unixdialog.c.o + +src/dialog/unix/SDL_unixdialog.i: src/dialog/unix/SDL_unixdialog.c.i +.PHONY : src/dialog/unix/SDL_unixdialog.i + +# target to preprocess a source file +src/dialog/unix/SDL_unixdialog.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.i +.PHONY : src/dialog/unix/SDL_unixdialog.c.i + +src/dialog/unix/SDL_unixdialog.s: src/dialog/unix/SDL_unixdialog.c.s +.PHONY : src/dialog/unix/SDL_unixdialog.s + +# target to generate assembly for a file +src/dialog/unix/SDL_unixdialog.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.s +.PHONY : src/dialog/unix/SDL_unixdialog.c.s + +src/dialog/unix/SDL_zenitydialog.o: src/dialog/unix/SDL_zenitydialog.c.o +.PHONY : src/dialog/unix/SDL_zenitydialog.o + +# target to build an object file +src/dialog/unix/SDL_zenitydialog.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o +.PHONY : src/dialog/unix/SDL_zenitydialog.c.o + +src/dialog/unix/SDL_zenitydialog.i: src/dialog/unix/SDL_zenitydialog.c.i +.PHONY : src/dialog/unix/SDL_zenitydialog.i + +# target to preprocess a source file +src/dialog/unix/SDL_zenitydialog.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.i +.PHONY : src/dialog/unix/SDL_zenitydialog.c.i + +src/dialog/unix/SDL_zenitydialog.s: src/dialog/unix/SDL_zenitydialog.c.s +.PHONY : src/dialog/unix/SDL_zenitydialog.s + +# target to generate assembly for a file +src/dialog/unix/SDL_zenitydialog.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.s +.PHONY : src/dialog/unix/SDL_zenitydialog.c.s + +src/dynapi/SDL_dynapi.o: src/dynapi/SDL_dynapi.c.o +.PHONY : src/dynapi/SDL_dynapi.o + +# target to build an object file +src/dynapi/SDL_dynapi.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o +.PHONY : src/dynapi/SDL_dynapi.c.o + +src/dynapi/SDL_dynapi.i: src/dynapi/SDL_dynapi.c.i +.PHONY : src/dynapi/SDL_dynapi.i + +# target to preprocess a source file +src/dynapi/SDL_dynapi.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.i +.PHONY : src/dynapi/SDL_dynapi.c.i + +src/dynapi/SDL_dynapi.s: src/dynapi/SDL_dynapi.c.s +.PHONY : src/dynapi/SDL_dynapi.s + +# target to generate assembly for a file +src/dynapi/SDL_dynapi.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.s +.PHONY : src/dynapi/SDL_dynapi.c.s + +src/events/SDL_categories.o: src/events/SDL_categories.c.o +.PHONY : src/events/SDL_categories.o + +# target to build an object file +src/events/SDL_categories.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o +.PHONY : src/events/SDL_categories.c.o + +src/events/SDL_categories.i: src/events/SDL_categories.c.i +.PHONY : src/events/SDL_categories.i + +# target to preprocess a source file +src/events/SDL_categories.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.i +.PHONY : src/events/SDL_categories.c.i + +src/events/SDL_categories.s: src/events/SDL_categories.c.s +.PHONY : src/events/SDL_categories.s + +# target to generate assembly for a file +src/events/SDL_categories.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.s +.PHONY : src/events/SDL_categories.c.s + +src/events/SDL_clipboardevents.o: src/events/SDL_clipboardevents.c.o +.PHONY : src/events/SDL_clipboardevents.o + +# target to build an object file +src/events/SDL_clipboardevents.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o +.PHONY : src/events/SDL_clipboardevents.c.o + +src/events/SDL_clipboardevents.i: src/events/SDL_clipboardevents.c.i +.PHONY : src/events/SDL_clipboardevents.i + +# target to preprocess a source file +src/events/SDL_clipboardevents.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.i +.PHONY : src/events/SDL_clipboardevents.c.i + +src/events/SDL_clipboardevents.s: src/events/SDL_clipboardevents.c.s +.PHONY : src/events/SDL_clipboardevents.s + +# target to generate assembly for a file +src/events/SDL_clipboardevents.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.s +.PHONY : src/events/SDL_clipboardevents.c.s + +src/events/SDL_displayevents.o: src/events/SDL_displayevents.c.o +.PHONY : src/events/SDL_displayevents.o + +# target to build an object file +src/events/SDL_displayevents.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o +.PHONY : src/events/SDL_displayevents.c.o + +src/events/SDL_displayevents.i: src/events/SDL_displayevents.c.i +.PHONY : src/events/SDL_displayevents.i + +# target to preprocess a source file +src/events/SDL_displayevents.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.i +.PHONY : src/events/SDL_displayevents.c.i + +src/events/SDL_displayevents.s: src/events/SDL_displayevents.c.s +.PHONY : src/events/SDL_displayevents.s + +# target to generate assembly for a file +src/events/SDL_displayevents.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.s +.PHONY : src/events/SDL_displayevents.c.s + +src/events/SDL_dropevents.o: src/events/SDL_dropevents.c.o +.PHONY : src/events/SDL_dropevents.o + +# target to build an object file +src/events/SDL_dropevents.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o +.PHONY : src/events/SDL_dropevents.c.o + +src/events/SDL_dropevents.i: src/events/SDL_dropevents.c.i +.PHONY : src/events/SDL_dropevents.i + +# target to preprocess a source file +src/events/SDL_dropevents.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.i +.PHONY : src/events/SDL_dropevents.c.i + +src/events/SDL_dropevents.s: src/events/SDL_dropevents.c.s +.PHONY : src/events/SDL_dropevents.s + +# target to generate assembly for a file +src/events/SDL_dropevents.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.s +.PHONY : src/events/SDL_dropevents.c.s + +src/events/SDL_events.o: src/events/SDL_events.c.o +.PHONY : src/events/SDL_events.o + +# target to build an object file +src/events/SDL_events.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o +.PHONY : src/events/SDL_events.c.o + +src/events/SDL_events.i: src/events/SDL_events.c.i +.PHONY : src/events/SDL_events.i + +# target to preprocess a source file +src/events/SDL_events.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.i +.PHONY : src/events/SDL_events.c.i + +src/events/SDL_events.s: src/events/SDL_events.c.s +.PHONY : src/events/SDL_events.s + +# target to generate assembly for a file +src/events/SDL_events.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.s +.PHONY : src/events/SDL_events.c.s + +src/events/SDL_eventwatch.o: src/events/SDL_eventwatch.c.o +.PHONY : src/events/SDL_eventwatch.o + +# target to build an object file +src/events/SDL_eventwatch.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o +.PHONY : src/events/SDL_eventwatch.c.o + +src/events/SDL_eventwatch.i: src/events/SDL_eventwatch.c.i +.PHONY : src/events/SDL_eventwatch.i + +# target to preprocess a source file +src/events/SDL_eventwatch.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.i +.PHONY : src/events/SDL_eventwatch.c.i + +src/events/SDL_eventwatch.s: src/events/SDL_eventwatch.c.s +.PHONY : src/events/SDL_eventwatch.s + +# target to generate assembly for a file +src/events/SDL_eventwatch.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.s +.PHONY : src/events/SDL_eventwatch.c.s + +src/events/SDL_keyboard.o: src/events/SDL_keyboard.c.o +.PHONY : src/events/SDL_keyboard.o + +# target to build an object file +src/events/SDL_keyboard.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o +.PHONY : src/events/SDL_keyboard.c.o + +src/events/SDL_keyboard.i: src/events/SDL_keyboard.c.i +.PHONY : src/events/SDL_keyboard.i + +# target to preprocess a source file +src/events/SDL_keyboard.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.i +.PHONY : src/events/SDL_keyboard.c.i + +src/events/SDL_keyboard.s: src/events/SDL_keyboard.c.s +.PHONY : src/events/SDL_keyboard.s + +# target to generate assembly for a file +src/events/SDL_keyboard.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.s +.PHONY : src/events/SDL_keyboard.c.s + +src/events/SDL_keymap.o: src/events/SDL_keymap.c.o +.PHONY : src/events/SDL_keymap.o + +# target to build an object file +src/events/SDL_keymap.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o +.PHONY : src/events/SDL_keymap.c.o + +src/events/SDL_keymap.i: src/events/SDL_keymap.c.i +.PHONY : src/events/SDL_keymap.i + +# target to preprocess a source file +src/events/SDL_keymap.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.i +.PHONY : src/events/SDL_keymap.c.i + +src/events/SDL_keymap.s: src/events/SDL_keymap.c.s +.PHONY : src/events/SDL_keymap.s + +# target to generate assembly for a file +src/events/SDL_keymap.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.s +.PHONY : src/events/SDL_keymap.c.s + +src/events/SDL_keysym_to_keycode.o: src/events/SDL_keysym_to_keycode.c.o +.PHONY : src/events/SDL_keysym_to_keycode.o + +# target to build an object file +src/events/SDL_keysym_to_keycode.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o +.PHONY : src/events/SDL_keysym_to_keycode.c.o + +src/events/SDL_keysym_to_keycode.i: src/events/SDL_keysym_to_keycode.c.i +.PHONY : src/events/SDL_keysym_to_keycode.i + +# target to preprocess a source file +src/events/SDL_keysym_to_keycode.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.i +.PHONY : src/events/SDL_keysym_to_keycode.c.i + +src/events/SDL_keysym_to_keycode.s: src/events/SDL_keysym_to_keycode.c.s +.PHONY : src/events/SDL_keysym_to_keycode.s + +# target to generate assembly for a file +src/events/SDL_keysym_to_keycode.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.s +.PHONY : src/events/SDL_keysym_to_keycode.c.s + +src/events/SDL_keysym_to_scancode.o: src/events/SDL_keysym_to_scancode.c.o +.PHONY : src/events/SDL_keysym_to_scancode.o + +# target to build an object file +src/events/SDL_keysym_to_scancode.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o +.PHONY : src/events/SDL_keysym_to_scancode.c.o + +src/events/SDL_keysym_to_scancode.i: src/events/SDL_keysym_to_scancode.c.i +.PHONY : src/events/SDL_keysym_to_scancode.i + +# target to preprocess a source file +src/events/SDL_keysym_to_scancode.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.i +.PHONY : src/events/SDL_keysym_to_scancode.c.i + +src/events/SDL_keysym_to_scancode.s: src/events/SDL_keysym_to_scancode.c.s +.PHONY : src/events/SDL_keysym_to_scancode.s + +# target to generate assembly for a file +src/events/SDL_keysym_to_scancode.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.s +.PHONY : src/events/SDL_keysym_to_scancode.c.s + +src/events/SDL_mouse.o: src/events/SDL_mouse.c.o +.PHONY : src/events/SDL_mouse.o + +# target to build an object file +src/events/SDL_mouse.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o +.PHONY : src/events/SDL_mouse.c.o + +src/events/SDL_mouse.i: src/events/SDL_mouse.c.i +.PHONY : src/events/SDL_mouse.i + +# target to preprocess a source file +src/events/SDL_mouse.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.i +.PHONY : src/events/SDL_mouse.c.i + +src/events/SDL_mouse.s: src/events/SDL_mouse.c.s +.PHONY : src/events/SDL_mouse.s + +# target to generate assembly for a file +src/events/SDL_mouse.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.s +.PHONY : src/events/SDL_mouse.c.s + +src/events/SDL_pen.o: src/events/SDL_pen.c.o +.PHONY : src/events/SDL_pen.o + +# target to build an object file +src/events/SDL_pen.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o +.PHONY : src/events/SDL_pen.c.o + +src/events/SDL_pen.i: src/events/SDL_pen.c.i +.PHONY : src/events/SDL_pen.i + +# target to preprocess a source file +src/events/SDL_pen.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.i +.PHONY : src/events/SDL_pen.c.i + +src/events/SDL_pen.s: src/events/SDL_pen.c.s +.PHONY : src/events/SDL_pen.s + +# target to generate assembly for a file +src/events/SDL_pen.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.s +.PHONY : src/events/SDL_pen.c.s + +src/events/SDL_quit.o: src/events/SDL_quit.c.o +.PHONY : src/events/SDL_quit.o + +# target to build an object file +src/events/SDL_quit.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o +.PHONY : src/events/SDL_quit.c.o + +src/events/SDL_quit.i: src/events/SDL_quit.c.i +.PHONY : src/events/SDL_quit.i + +# target to preprocess a source file +src/events/SDL_quit.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.i +.PHONY : src/events/SDL_quit.c.i + +src/events/SDL_quit.s: src/events/SDL_quit.c.s +.PHONY : src/events/SDL_quit.s + +# target to generate assembly for a file +src/events/SDL_quit.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.s +.PHONY : src/events/SDL_quit.c.s + +src/events/SDL_scancode_tables.o: src/events/SDL_scancode_tables.c.o +.PHONY : src/events/SDL_scancode_tables.o + +# target to build an object file +src/events/SDL_scancode_tables.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o +.PHONY : src/events/SDL_scancode_tables.c.o + +src/events/SDL_scancode_tables.i: src/events/SDL_scancode_tables.c.i +.PHONY : src/events/SDL_scancode_tables.i + +# target to preprocess a source file +src/events/SDL_scancode_tables.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.i +.PHONY : src/events/SDL_scancode_tables.c.i + +src/events/SDL_scancode_tables.s: src/events/SDL_scancode_tables.c.s +.PHONY : src/events/SDL_scancode_tables.s + +# target to generate assembly for a file +src/events/SDL_scancode_tables.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.s +.PHONY : src/events/SDL_scancode_tables.c.s + +src/events/SDL_touch.o: src/events/SDL_touch.c.o +.PHONY : src/events/SDL_touch.o + +# target to build an object file +src/events/SDL_touch.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o +.PHONY : src/events/SDL_touch.c.o + +src/events/SDL_touch.i: src/events/SDL_touch.c.i +.PHONY : src/events/SDL_touch.i + +# target to preprocess a source file +src/events/SDL_touch.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.i +.PHONY : src/events/SDL_touch.c.i + +src/events/SDL_touch.s: src/events/SDL_touch.c.s +.PHONY : src/events/SDL_touch.s + +# target to generate assembly for a file +src/events/SDL_touch.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.s +.PHONY : src/events/SDL_touch.c.s + +src/events/SDL_windowevents.o: src/events/SDL_windowevents.c.o +.PHONY : src/events/SDL_windowevents.o + +# target to build an object file +src/events/SDL_windowevents.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o +.PHONY : src/events/SDL_windowevents.c.o + +src/events/SDL_windowevents.i: src/events/SDL_windowevents.c.i +.PHONY : src/events/SDL_windowevents.i + +# target to preprocess a source file +src/events/SDL_windowevents.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.i +.PHONY : src/events/SDL_windowevents.c.i + +src/events/SDL_windowevents.s: src/events/SDL_windowevents.c.s +.PHONY : src/events/SDL_windowevents.s + +# target to generate assembly for a file +src/events/SDL_windowevents.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.s +.PHONY : src/events/SDL_windowevents.c.s + +src/events/imKStoUCS.o: src/events/imKStoUCS.c.o +.PHONY : src/events/imKStoUCS.o + +# target to build an object file +src/events/imKStoUCS.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o +.PHONY : src/events/imKStoUCS.c.o + +src/events/imKStoUCS.i: src/events/imKStoUCS.c.i +.PHONY : src/events/imKStoUCS.i + +# target to preprocess a source file +src/events/imKStoUCS.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.i +.PHONY : src/events/imKStoUCS.c.i + +src/events/imKStoUCS.s: src/events/imKStoUCS.c.s +.PHONY : src/events/imKStoUCS.s + +# target to generate assembly for a file +src/events/imKStoUCS.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.s +.PHONY : src/events/imKStoUCS.c.s + +src/filesystem/SDL_filesystem.o: src/filesystem/SDL_filesystem.c.o +.PHONY : src/filesystem/SDL_filesystem.o + +# target to build an object file +src/filesystem/SDL_filesystem.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o +.PHONY : src/filesystem/SDL_filesystem.c.o + +src/filesystem/SDL_filesystem.i: src/filesystem/SDL_filesystem.c.i +.PHONY : src/filesystem/SDL_filesystem.i + +# target to preprocess a source file +src/filesystem/SDL_filesystem.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.i +.PHONY : src/filesystem/SDL_filesystem.c.i + +src/filesystem/SDL_filesystem.s: src/filesystem/SDL_filesystem.c.s +.PHONY : src/filesystem/SDL_filesystem.s + +# target to generate assembly for a file +src/filesystem/SDL_filesystem.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.s +.PHONY : src/filesystem/SDL_filesystem.c.s + +src/filesystem/posix/SDL_sysfsops.o: src/filesystem/posix/SDL_sysfsops.c.o +.PHONY : src/filesystem/posix/SDL_sysfsops.o + +# target to build an object file +src/filesystem/posix/SDL_sysfsops.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o +.PHONY : src/filesystem/posix/SDL_sysfsops.c.o + +src/filesystem/posix/SDL_sysfsops.i: src/filesystem/posix/SDL_sysfsops.c.i +.PHONY : src/filesystem/posix/SDL_sysfsops.i + +# target to preprocess a source file +src/filesystem/posix/SDL_sysfsops.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.i +.PHONY : src/filesystem/posix/SDL_sysfsops.c.i + +src/filesystem/posix/SDL_sysfsops.s: src/filesystem/posix/SDL_sysfsops.c.s +.PHONY : src/filesystem/posix/SDL_sysfsops.s + +# target to generate assembly for a file +src/filesystem/posix/SDL_sysfsops.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.s +.PHONY : src/filesystem/posix/SDL_sysfsops.c.s + +src/filesystem/unix/SDL_sysfilesystem.o: src/filesystem/unix/SDL_sysfilesystem.c.o +.PHONY : src/filesystem/unix/SDL_sysfilesystem.o + +# target to build an object file +src/filesystem/unix/SDL_sysfilesystem.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o +.PHONY : src/filesystem/unix/SDL_sysfilesystem.c.o + +src/filesystem/unix/SDL_sysfilesystem.i: src/filesystem/unix/SDL_sysfilesystem.c.i +.PHONY : src/filesystem/unix/SDL_sysfilesystem.i + +# target to preprocess a source file +src/filesystem/unix/SDL_sysfilesystem.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.i +.PHONY : src/filesystem/unix/SDL_sysfilesystem.c.i + +src/filesystem/unix/SDL_sysfilesystem.s: src/filesystem/unix/SDL_sysfilesystem.c.s +.PHONY : src/filesystem/unix/SDL_sysfilesystem.s + +# target to generate assembly for a file +src/filesystem/unix/SDL_sysfilesystem.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.s +.PHONY : src/filesystem/unix/SDL_sysfilesystem.c.s + +src/gpu/SDL_gpu.o: src/gpu/SDL_gpu.c.o +.PHONY : src/gpu/SDL_gpu.o + +# target to build an object file +src/gpu/SDL_gpu.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o +.PHONY : src/gpu/SDL_gpu.c.o + +src/gpu/SDL_gpu.i: src/gpu/SDL_gpu.c.i +.PHONY : src/gpu/SDL_gpu.i + +# target to preprocess a source file +src/gpu/SDL_gpu.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.i +.PHONY : src/gpu/SDL_gpu.c.i + +src/gpu/SDL_gpu.s: src/gpu/SDL_gpu.c.s +.PHONY : src/gpu/SDL_gpu.s + +# target to generate assembly for a file +src/gpu/SDL_gpu.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.s +.PHONY : src/gpu/SDL_gpu.c.s + +src/gpu/vulkan/SDL_gpu_vulkan.o: src/gpu/vulkan/SDL_gpu_vulkan.c.o +.PHONY : src/gpu/vulkan/SDL_gpu_vulkan.o + +# target to build an object file +src/gpu/vulkan/SDL_gpu_vulkan.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o +.PHONY : src/gpu/vulkan/SDL_gpu_vulkan.c.o + +src/gpu/vulkan/SDL_gpu_vulkan.i: src/gpu/vulkan/SDL_gpu_vulkan.c.i +.PHONY : src/gpu/vulkan/SDL_gpu_vulkan.i + +# target to preprocess a source file +src/gpu/vulkan/SDL_gpu_vulkan.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.i +.PHONY : src/gpu/vulkan/SDL_gpu_vulkan.c.i + +src/gpu/vulkan/SDL_gpu_vulkan.s: src/gpu/vulkan/SDL_gpu_vulkan.c.s +.PHONY : src/gpu/vulkan/SDL_gpu_vulkan.s + +# target to generate assembly for a file +src/gpu/vulkan/SDL_gpu_vulkan.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.s +.PHONY : src/gpu/vulkan/SDL_gpu_vulkan.c.s + +src/haptic/SDL_haptic.o: src/haptic/SDL_haptic.c.o +.PHONY : src/haptic/SDL_haptic.o + +# target to build an object file +src/haptic/SDL_haptic.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o +.PHONY : src/haptic/SDL_haptic.c.o + +src/haptic/SDL_haptic.i: src/haptic/SDL_haptic.c.i +.PHONY : src/haptic/SDL_haptic.i + +# target to preprocess a source file +src/haptic/SDL_haptic.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.i +.PHONY : src/haptic/SDL_haptic.c.i + +src/haptic/SDL_haptic.s: src/haptic/SDL_haptic.c.s +.PHONY : src/haptic/SDL_haptic.s + +# target to generate assembly for a file +src/haptic/SDL_haptic.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.s +.PHONY : src/haptic/SDL_haptic.c.s + +src/haptic/hidapi/SDL_hidapihaptic.o: src/haptic/hidapi/SDL_hidapihaptic.c.o +.PHONY : src/haptic/hidapi/SDL_hidapihaptic.o + +# target to build an object file +src/haptic/hidapi/SDL_hidapihaptic.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o +.PHONY : src/haptic/hidapi/SDL_hidapihaptic.c.o + +src/haptic/hidapi/SDL_hidapihaptic.i: src/haptic/hidapi/SDL_hidapihaptic.c.i +.PHONY : src/haptic/hidapi/SDL_hidapihaptic.i + +# target to preprocess a source file +src/haptic/hidapi/SDL_hidapihaptic.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.i +.PHONY : src/haptic/hidapi/SDL_hidapihaptic.c.i + +src/haptic/hidapi/SDL_hidapihaptic.s: src/haptic/hidapi/SDL_hidapihaptic.c.s +.PHONY : src/haptic/hidapi/SDL_hidapihaptic.s + +# target to generate assembly for a file +src/haptic/hidapi/SDL_hidapihaptic.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.s +.PHONY : src/haptic/hidapi/SDL_hidapihaptic.c.s + +src/haptic/hidapi/SDL_hidapihaptic_lg4ff.o: src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o +.PHONY : src/haptic/hidapi/SDL_hidapihaptic_lg4ff.o + +# target to build an object file +src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o +.PHONY : src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o + +src/haptic/hidapi/SDL_hidapihaptic_lg4ff.i: src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.i +.PHONY : src/haptic/hidapi/SDL_hidapihaptic_lg4ff.i + +# target to preprocess a source file +src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.i +.PHONY : src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.i + +src/haptic/hidapi/SDL_hidapihaptic_lg4ff.s: src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.s +.PHONY : src/haptic/hidapi/SDL_hidapihaptic_lg4ff.s + +# target to generate assembly for a file +src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.s +.PHONY : src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.s + +src/haptic/linux/SDL_syshaptic.o: src/haptic/linux/SDL_syshaptic.c.o +.PHONY : src/haptic/linux/SDL_syshaptic.o + +# target to build an object file +src/haptic/linux/SDL_syshaptic.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o +.PHONY : src/haptic/linux/SDL_syshaptic.c.o + +src/haptic/linux/SDL_syshaptic.i: src/haptic/linux/SDL_syshaptic.c.i +.PHONY : src/haptic/linux/SDL_syshaptic.i + +# target to preprocess a source file +src/haptic/linux/SDL_syshaptic.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.i +.PHONY : src/haptic/linux/SDL_syshaptic.c.i + +src/haptic/linux/SDL_syshaptic.s: src/haptic/linux/SDL_syshaptic.c.s +.PHONY : src/haptic/linux/SDL_syshaptic.s + +# target to generate assembly for a file +src/haptic/linux/SDL_syshaptic.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.s +.PHONY : src/haptic/linux/SDL_syshaptic.c.s + +src/hidapi/SDL_hidapi.o: src/hidapi/SDL_hidapi.c.o +.PHONY : src/hidapi/SDL_hidapi.o + +# target to build an object file +src/hidapi/SDL_hidapi.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o +.PHONY : src/hidapi/SDL_hidapi.c.o + +src/hidapi/SDL_hidapi.i: src/hidapi/SDL_hidapi.c.i +.PHONY : src/hidapi/SDL_hidapi.i + +# target to preprocess a source file +src/hidapi/SDL_hidapi.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.i +.PHONY : src/hidapi/SDL_hidapi.c.i + +src/hidapi/SDL_hidapi.s: src/hidapi/SDL_hidapi.c.s +.PHONY : src/hidapi/SDL_hidapi.s + +# target to generate assembly for a file +src/hidapi/SDL_hidapi.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.s +.PHONY : src/hidapi/SDL_hidapi.c.s + +src/io/SDL_asyncio.o: src/io/SDL_asyncio.c.o +.PHONY : src/io/SDL_asyncio.o + +# target to build an object file +src/io/SDL_asyncio.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o +.PHONY : src/io/SDL_asyncio.c.o + +src/io/SDL_asyncio.i: src/io/SDL_asyncio.c.i +.PHONY : src/io/SDL_asyncio.i + +# target to preprocess a source file +src/io/SDL_asyncio.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.i +.PHONY : src/io/SDL_asyncio.c.i + +src/io/SDL_asyncio.s: src/io/SDL_asyncio.c.s +.PHONY : src/io/SDL_asyncio.s + +# target to generate assembly for a file +src/io/SDL_asyncio.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.s +.PHONY : src/io/SDL_asyncio.c.s + +src/io/SDL_iostream.o: src/io/SDL_iostream.c.o +.PHONY : src/io/SDL_iostream.o + +# target to build an object file +src/io/SDL_iostream.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o +.PHONY : src/io/SDL_iostream.c.o + +src/io/SDL_iostream.i: src/io/SDL_iostream.c.i +.PHONY : src/io/SDL_iostream.i + +# target to preprocess a source file +src/io/SDL_iostream.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.i +.PHONY : src/io/SDL_iostream.c.i + +src/io/SDL_iostream.s: src/io/SDL_iostream.c.s +.PHONY : src/io/SDL_iostream.s + +# target to generate assembly for a file +src/io/SDL_iostream.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.s +.PHONY : src/io/SDL_iostream.c.s + +src/io/generic/SDL_asyncio_generic.o: src/io/generic/SDL_asyncio_generic.c.o +.PHONY : src/io/generic/SDL_asyncio_generic.o + +# target to build an object file +src/io/generic/SDL_asyncio_generic.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o +.PHONY : src/io/generic/SDL_asyncio_generic.c.o + +src/io/generic/SDL_asyncio_generic.i: src/io/generic/SDL_asyncio_generic.c.i +.PHONY : src/io/generic/SDL_asyncio_generic.i + +# target to preprocess a source file +src/io/generic/SDL_asyncio_generic.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.i +.PHONY : src/io/generic/SDL_asyncio_generic.c.i + +src/io/generic/SDL_asyncio_generic.s: src/io/generic/SDL_asyncio_generic.c.s +.PHONY : src/io/generic/SDL_asyncio_generic.s + +# target to generate assembly for a file +src/io/generic/SDL_asyncio_generic.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.s +.PHONY : src/io/generic/SDL_asyncio_generic.c.s + +src/io/io_uring/SDL_asyncio_liburing.o: src/io/io_uring/SDL_asyncio_liburing.c.o +.PHONY : src/io/io_uring/SDL_asyncio_liburing.o + +# target to build an object file +src/io/io_uring/SDL_asyncio_liburing.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o +.PHONY : src/io/io_uring/SDL_asyncio_liburing.c.o + +src/io/io_uring/SDL_asyncio_liburing.i: src/io/io_uring/SDL_asyncio_liburing.c.i +.PHONY : src/io/io_uring/SDL_asyncio_liburing.i + +# target to preprocess a source file +src/io/io_uring/SDL_asyncio_liburing.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.i +.PHONY : src/io/io_uring/SDL_asyncio_liburing.c.i + +src/io/io_uring/SDL_asyncio_liburing.s: src/io/io_uring/SDL_asyncio_liburing.c.s +.PHONY : src/io/io_uring/SDL_asyncio_liburing.s + +# target to generate assembly for a file +src/io/io_uring/SDL_asyncio_liburing.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.s +.PHONY : src/io/io_uring/SDL_asyncio_liburing.c.s + +src/joystick/SDL_gamepad.o: src/joystick/SDL_gamepad.c.o +.PHONY : src/joystick/SDL_gamepad.o + +# target to build an object file +src/joystick/SDL_gamepad.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o +.PHONY : src/joystick/SDL_gamepad.c.o + +src/joystick/SDL_gamepad.i: src/joystick/SDL_gamepad.c.i +.PHONY : src/joystick/SDL_gamepad.i + +# target to preprocess a source file +src/joystick/SDL_gamepad.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.i +.PHONY : src/joystick/SDL_gamepad.c.i + +src/joystick/SDL_gamepad.s: src/joystick/SDL_gamepad.c.s +.PHONY : src/joystick/SDL_gamepad.s + +# target to generate assembly for a file +src/joystick/SDL_gamepad.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.s +.PHONY : src/joystick/SDL_gamepad.c.s + +src/joystick/SDL_joystick.o: src/joystick/SDL_joystick.c.o +.PHONY : src/joystick/SDL_joystick.o + +# target to build an object file +src/joystick/SDL_joystick.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o +.PHONY : src/joystick/SDL_joystick.c.o + +src/joystick/SDL_joystick.i: src/joystick/SDL_joystick.c.i +.PHONY : src/joystick/SDL_joystick.i + +# target to preprocess a source file +src/joystick/SDL_joystick.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.i +.PHONY : src/joystick/SDL_joystick.c.i + +src/joystick/SDL_joystick.s: src/joystick/SDL_joystick.c.s +.PHONY : src/joystick/SDL_joystick.s + +# target to generate assembly for a file +src/joystick/SDL_joystick.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.s +.PHONY : src/joystick/SDL_joystick.c.s + +src/joystick/SDL_steam_virtual_gamepad.o: src/joystick/SDL_steam_virtual_gamepad.c.o +.PHONY : src/joystick/SDL_steam_virtual_gamepad.o + +# target to build an object file +src/joystick/SDL_steam_virtual_gamepad.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o +.PHONY : src/joystick/SDL_steam_virtual_gamepad.c.o + +src/joystick/SDL_steam_virtual_gamepad.i: src/joystick/SDL_steam_virtual_gamepad.c.i +.PHONY : src/joystick/SDL_steam_virtual_gamepad.i + +# target to preprocess a source file +src/joystick/SDL_steam_virtual_gamepad.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.i +.PHONY : src/joystick/SDL_steam_virtual_gamepad.c.i + +src/joystick/SDL_steam_virtual_gamepad.s: src/joystick/SDL_steam_virtual_gamepad.c.s +.PHONY : src/joystick/SDL_steam_virtual_gamepad.s + +# target to generate assembly for a file +src/joystick/SDL_steam_virtual_gamepad.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.s +.PHONY : src/joystick/SDL_steam_virtual_gamepad.c.s + +src/joystick/controller_type.o: src/joystick/controller_type.c.o +.PHONY : src/joystick/controller_type.o + +# target to build an object file +src/joystick/controller_type.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o +.PHONY : src/joystick/controller_type.c.o + +src/joystick/controller_type.i: src/joystick/controller_type.c.i +.PHONY : src/joystick/controller_type.i + +# target to preprocess a source file +src/joystick/controller_type.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.i +.PHONY : src/joystick/controller_type.c.i + +src/joystick/controller_type.s: src/joystick/controller_type.c.s +.PHONY : src/joystick/controller_type.s + +# target to generate assembly for a file +src/joystick/controller_type.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.s +.PHONY : src/joystick/controller_type.c.s + +src/joystick/hidapi/SDL_hidapi_8bitdo.o: src/joystick/hidapi/SDL_hidapi_8bitdo.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_8bitdo.o + +# target to build an object file +src/joystick/hidapi/SDL_hidapi_8bitdo.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_8bitdo.c.o + +src/joystick/hidapi/SDL_hidapi_8bitdo.i: src/joystick/hidapi/SDL_hidapi_8bitdo.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_8bitdo.i + +# target to preprocess a source file +src/joystick/hidapi/SDL_hidapi_8bitdo.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_8bitdo.c.i + +src/joystick/hidapi/SDL_hidapi_8bitdo.s: src/joystick/hidapi/SDL_hidapi_8bitdo.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_8bitdo.s + +# target to generate assembly for a file +src/joystick/hidapi/SDL_hidapi_8bitdo.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_8bitdo.c.s + +src/joystick/hidapi/SDL_hidapi_combined.o: src/joystick/hidapi/SDL_hidapi_combined.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_combined.o + +# target to build an object file +src/joystick/hidapi/SDL_hidapi_combined.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_combined.c.o + +src/joystick/hidapi/SDL_hidapi_combined.i: src/joystick/hidapi/SDL_hidapi_combined.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_combined.i + +# target to preprocess a source file +src/joystick/hidapi/SDL_hidapi_combined.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_combined.c.i + +src/joystick/hidapi/SDL_hidapi_combined.s: src/joystick/hidapi/SDL_hidapi_combined.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_combined.s + +# target to generate assembly for a file +src/joystick/hidapi/SDL_hidapi_combined.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_combined.c.s + +src/joystick/hidapi/SDL_hidapi_gamecube.o: src/joystick/hidapi/SDL_hidapi_gamecube.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_gamecube.o + +# target to build an object file +src/joystick/hidapi/SDL_hidapi_gamecube.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_gamecube.c.o + +src/joystick/hidapi/SDL_hidapi_gamecube.i: src/joystick/hidapi/SDL_hidapi_gamecube.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_gamecube.i + +# target to preprocess a source file +src/joystick/hidapi/SDL_hidapi_gamecube.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_gamecube.c.i + +src/joystick/hidapi/SDL_hidapi_gamecube.s: src/joystick/hidapi/SDL_hidapi_gamecube.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_gamecube.s + +# target to generate assembly for a file +src/joystick/hidapi/SDL_hidapi_gamecube.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_gamecube.c.s + +src/joystick/hidapi/SDL_hidapi_gip.o: src/joystick/hidapi/SDL_hidapi_gip.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_gip.o + +# target to build an object file +src/joystick/hidapi/SDL_hidapi_gip.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_gip.c.o + +src/joystick/hidapi/SDL_hidapi_gip.i: src/joystick/hidapi/SDL_hidapi_gip.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_gip.i + +# target to preprocess a source file +src/joystick/hidapi/SDL_hidapi_gip.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_gip.c.i + +src/joystick/hidapi/SDL_hidapi_gip.s: src/joystick/hidapi/SDL_hidapi_gip.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_gip.s + +# target to generate assembly for a file +src/joystick/hidapi/SDL_hidapi_gip.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_gip.c.s + +src/joystick/hidapi/SDL_hidapi_lg4ff.o: src/joystick/hidapi/SDL_hidapi_lg4ff.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_lg4ff.o + +# target to build an object file +src/joystick/hidapi/SDL_hidapi_lg4ff.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_lg4ff.c.o + +src/joystick/hidapi/SDL_hidapi_lg4ff.i: src/joystick/hidapi/SDL_hidapi_lg4ff.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_lg4ff.i + +# target to preprocess a source file +src/joystick/hidapi/SDL_hidapi_lg4ff.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_lg4ff.c.i + +src/joystick/hidapi/SDL_hidapi_lg4ff.s: src/joystick/hidapi/SDL_hidapi_lg4ff.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_lg4ff.s + +# target to generate assembly for a file +src/joystick/hidapi/SDL_hidapi_lg4ff.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_lg4ff.c.s + +src/joystick/hidapi/SDL_hidapi_luna.o: src/joystick/hidapi/SDL_hidapi_luna.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_luna.o + +# target to build an object file +src/joystick/hidapi/SDL_hidapi_luna.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_luna.c.o + +src/joystick/hidapi/SDL_hidapi_luna.i: src/joystick/hidapi/SDL_hidapi_luna.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_luna.i + +# target to preprocess a source file +src/joystick/hidapi/SDL_hidapi_luna.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_luna.c.i + +src/joystick/hidapi/SDL_hidapi_luna.s: src/joystick/hidapi/SDL_hidapi_luna.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_luna.s + +# target to generate assembly for a file +src/joystick/hidapi/SDL_hidapi_luna.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_luna.c.s + +src/joystick/hidapi/SDL_hidapi_ps3.o: src/joystick/hidapi/SDL_hidapi_ps3.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_ps3.o + +# target to build an object file +src/joystick/hidapi/SDL_hidapi_ps3.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_ps3.c.o + +src/joystick/hidapi/SDL_hidapi_ps3.i: src/joystick/hidapi/SDL_hidapi_ps3.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_ps3.i + +# target to preprocess a source file +src/joystick/hidapi/SDL_hidapi_ps3.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_ps3.c.i + +src/joystick/hidapi/SDL_hidapi_ps3.s: src/joystick/hidapi/SDL_hidapi_ps3.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_ps3.s + +# target to generate assembly for a file +src/joystick/hidapi/SDL_hidapi_ps3.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_ps3.c.s + +src/joystick/hidapi/SDL_hidapi_ps4.o: src/joystick/hidapi/SDL_hidapi_ps4.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_ps4.o + +# target to build an object file +src/joystick/hidapi/SDL_hidapi_ps4.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_ps4.c.o + +src/joystick/hidapi/SDL_hidapi_ps4.i: src/joystick/hidapi/SDL_hidapi_ps4.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_ps4.i + +# target to preprocess a source file +src/joystick/hidapi/SDL_hidapi_ps4.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_ps4.c.i + +src/joystick/hidapi/SDL_hidapi_ps4.s: src/joystick/hidapi/SDL_hidapi_ps4.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_ps4.s + +# target to generate assembly for a file +src/joystick/hidapi/SDL_hidapi_ps4.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_ps4.c.s + +src/joystick/hidapi/SDL_hidapi_ps5.o: src/joystick/hidapi/SDL_hidapi_ps5.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_ps5.o + +# target to build an object file +src/joystick/hidapi/SDL_hidapi_ps5.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_ps5.c.o + +src/joystick/hidapi/SDL_hidapi_ps5.i: src/joystick/hidapi/SDL_hidapi_ps5.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_ps5.i + +# target to preprocess a source file +src/joystick/hidapi/SDL_hidapi_ps5.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_ps5.c.i + +src/joystick/hidapi/SDL_hidapi_ps5.s: src/joystick/hidapi/SDL_hidapi_ps5.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_ps5.s + +# target to generate assembly for a file +src/joystick/hidapi/SDL_hidapi_ps5.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_ps5.c.s + +src/joystick/hidapi/SDL_hidapi_rumble.o: src/joystick/hidapi/SDL_hidapi_rumble.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_rumble.o + +# target to build an object file +src/joystick/hidapi/SDL_hidapi_rumble.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_rumble.c.o + +src/joystick/hidapi/SDL_hidapi_rumble.i: src/joystick/hidapi/SDL_hidapi_rumble.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_rumble.i + +# target to preprocess a source file +src/joystick/hidapi/SDL_hidapi_rumble.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_rumble.c.i + +src/joystick/hidapi/SDL_hidapi_rumble.s: src/joystick/hidapi/SDL_hidapi_rumble.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_rumble.s + +# target to generate assembly for a file +src/joystick/hidapi/SDL_hidapi_rumble.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_rumble.c.s + +src/joystick/hidapi/SDL_hidapi_shield.o: src/joystick/hidapi/SDL_hidapi_shield.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_shield.o + +# target to build an object file +src/joystick/hidapi/SDL_hidapi_shield.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_shield.c.o + +src/joystick/hidapi/SDL_hidapi_shield.i: src/joystick/hidapi/SDL_hidapi_shield.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_shield.i + +# target to preprocess a source file +src/joystick/hidapi/SDL_hidapi_shield.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_shield.c.i + +src/joystick/hidapi/SDL_hidapi_shield.s: src/joystick/hidapi/SDL_hidapi_shield.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_shield.s + +# target to generate assembly for a file +src/joystick/hidapi/SDL_hidapi_shield.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_shield.c.s + +src/joystick/hidapi/SDL_hidapi_stadia.o: src/joystick/hidapi/SDL_hidapi_stadia.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_stadia.o + +# target to build an object file +src/joystick/hidapi/SDL_hidapi_stadia.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_stadia.c.o + +src/joystick/hidapi/SDL_hidapi_stadia.i: src/joystick/hidapi/SDL_hidapi_stadia.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_stadia.i + +# target to preprocess a source file +src/joystick/hidapi/SDL_hidapi_stadia.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_stadia.c.i + +src/joystick/hidapi/SDL_hidapi_stadia.s: src/joystick/hidapi/SDL_hidapi_stadia.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_stadia.s + +# target to generate assembly for a file +src/joystick/hidapi/SDL_hidapi_stadia.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_stadia.c.s + +src/joystick/hidapi/SDL_hidapi_steam.o: src/joystick/hidapi/SDL_hidapi_steam.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_steam.o + +# target to build an object file +src/joystick/hidapi/SDL_hidapi_steam.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_steam.c.o + +src/joystick/hidapi/SDL_hidapi_steam.i: src/joystick/hidapi/SDL_hidapi_steam.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_steam.i + +# target to preprocess a source file +src/joystick/hidapi/SDL_hidapi_steam.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_steam.c.i + +src/joystick/hidapi/SDL_hidapi_steam.s: src/joystick/hidapi/SDL_hidapi_steam.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_steam.s + +# target to generate assembly for a file +src/joystick/hidapi/SDL_hidapi_steam.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_steam.c.s + +src/joystick/hidapi/SDL_hidapi_steam_hori.o: src/joystick/hidapi/SDL_hidapi_steam_hori.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_steam_hori.o + +# target to build an object file +src/joystick/hidapi/SDL_hidapi_steam_hori.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_steam_hori.c.o + +src/joystick/hidapi/SDL_hidapi_steam_hori.i: src/joystick/hidapi/SDL_hidapi_steam_hori.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_steam_hori.i + +# target to preprocess a source file +src/joystick/hidapi/SDL_hidapi_steam_hori.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_steam_hori.c.i + +src/joystick/hidapi/SDL_hidapi_steam_hori.s: src/joystick/hidapi/SDL_hidapi_steam_hori.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_steam_hori.s + +# target to generate assembly for a file +src/joystick/hidapi/SDL_hidapi_steam_hori.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_steam_hori.c.s + +src/joystick/hidapi/SDL_hidapi_steamdeck.o: src/joystick/hidapi/SDL_hidapi_steamdeck.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_steamdeck.o + +# target to build an object file +src/joystick/hidapi/SDL_hidapi_steamdeck.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_steamdeck.c.o + +src/joystick/hidapi/SDL_hidapi_steamdeck.i: src/joystick/hidapi/SDL_hidapi_steamdeck.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_steamdeck.i + +# target to preprocess a source file +src/joystick/hidapi/SDL_hidapi_steamdeck.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_steamdeck.c.i + +src/joystick/hidapi/SDL_hidapi_steamdeck.s: src/joystick/hidapi/SDL_hidapi_steamdeck.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_steamdeck.s + +# target to generate assembly for a file +src/joystick/hidapi/SDL_hidapi_steamdeck.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_steamdeck.c.s + +src/joystick/hidapi/SDL_hidapi_switch.o: src/joystick/hidapi/SDL_hidapi_switch.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_switch.o + +# target to build an object file +src/joystick/hidapi/SDL_hidapi_switch.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_switch.c.o + +src/joystick/hidapi/SDL_hidapi_switch.i: src/joystick/hidapi/SDL_hidapi_switch.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_switch.i + +# target to preprocess a source file +src/joystick/hidapi/SDL_hidapi_switch.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_switch.c.i + +src/joystick/hidapi/SDL_hidapi_switch.s: src/joystick/hidapi/SDL_hidapi_switch.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_switch.s + +# target to generate assembly for a file +src/joystick/hidapi/SDL_hidapi_switch.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_switch.c.s + +src/joystick/hidapi/SDL_hidapi_wii.o: src/joystick/hidapi/SDL_hidapi_wii.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_wii.o + +# target to build an object file +src/joystick/hidapi/SDL_hidapi_wii.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_wii.c.o + +src/joystick/hidapi/SDL_hidapi_wii.i: src/joystick/hidapi/SDL_hidapi_wii.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_wii.i + +# target to preprocess a source file +src/joystick/hidapi/SDL_hidapi_wii.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_wii.c.i + +src/joystick/hidapi/SDL_hidapi_wii.s: src/joystick/hidapi/SDL_hidapi_wii.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_wii.s + +# target to generate assembly for a file +src/joystick/hidapi/SDL_hidapi_wii.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_wii.c.s + +src/joystick/hidapi/SDL_hidapi_xbox360.o: src/joystick/hidapi/SDL_hidapi_xbox360.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360.o + +# target to build an object file +src/joystick/hidapi/SDL_hidapi_xbox360.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360.c.o + +src/joystick/hidapi/SDL_hidapi_xbox360.i: src/joystick/hidapi/SDL_hidapi_xbox360.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360.i + +# target to preprocess a source file +src/joystick/hidapi/SDL_hidapi_xbox360.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360.c.i + +src/joystick/hidapi/SDL_hidapi_xbox360.s: src/joystick/hidapi/SDL_hidapi_xbox360.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360.s + +# target to generate assembly for a file +src/joystick/hidapi/SDL_hidapi_xbox360.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360.c.s + +src/joystick/hidapi/SDL_hidapi_xbox360w.o: src/joystick/hidapi/SDL_hidapi_xbox360w.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360w.o + +# target to build an object file +src/joystick/hidapi/SDL_hidapi_xbox360w.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360w.c.o + +src/joystick/hidapi/SDL_hidapi_xbox360w.i: src/joystick/hidapi/SDL_hidapi_xbox360w.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360w.i + +# target to preprocess a source file +src/joystick/hidapi/SDL_hidapi_xbox360w.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360w.c.i + +src/joystick/hidapi/SDL_hidapi_xbox360w.s: src/joystick/hidapi/SDL_hidapi_xbox360w.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360w.s + +# target to generate assembly for a file +src/joystick/hidapi/SDL_hidapi_xbox360w.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360w.c.s + +src/joystick/hidapi/SDL_hidapi_xboxone.o: src/joystick/hidapi/SDL_hidapi_xboxone.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_xboxone.o + +# target to build an object file +src/joystick/hidapi/SDL_hidapi_xboxone.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o +.PHONY : src/joystick/hidapi/SDL_hidapi_xboxone.c.o + +src/joystick/hidapi/SDL_hidapi_xboxone.i: src/joystick/hidapi/SDL_hidapi_xboxone.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_xboxone.i + +# target to preprocess a source file +src/joystick/hidapi/SDL_hidapi_xboxone.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.i +.PHONY : src/joystick/hidapi/SDL_hidapi_xboxone.c.i + +src/joystick/hidapi/SDL_hidapi_xboxone.s: src/joystick/hidapi/SDL_hidapi_xboxone.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_xboxone.s + +# target to generate assembly for a file +src/joystick/hidapi/SDL_hidapi_xboxone.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.s +.PHONY : src/joystick/hidapi/SDL_hidapi_xboxone.c.s + +src/joystick/hidapi/SDL_hidapijoystick.o: src/joystick/hidapi/SDL_hidapijoystick.c.o +.PHONY : src/joystick/hidapi/SDL_hidapijoystick.o + +# target to build an object file +src/joystick/hidapi/SDL_hidapijoystick.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o +.PHONY : src/joystick/hidapi/SDL_hidapijoystick.c.o + +src/joystick/hidapi/SDL_hidapijoystick.i: src/joystick/hidapi/SDL_hidapijoystick.c.i +.PHONY : src/joystick/hidapi/SDL_hidapijoystick.i + +# target to preprocess a source file +src/joystick/hidapi/SDL_hidapijoystick.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.i +.PHONY : src/joystick/hidapi/SDL_hidapijoystick.c.i + +src/joystick/hidapi/SDL_hidapijoystick.s: src/joystick/hidapi/SDL_hidapijoystick.c.s +.PHONY : src/joystick/hidapi/SDL_hidapijoystick.s + +# target to generate assembly for a file +src/joystick/hidapi/SDL_hidapijoystick.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.s +.PHONY : src/joystick/hidapi/SDL_hidapijoystick.c.s + +src/joystick/linux/SDL_sysjoystick.o: src/joystick/linux/SDL_sysjoystick.c.o +.PHONY : src/joystick/linux/SDL_sysjoystick.o + +# target to build an object file +src/joystick/linux/SDL_sysjoystick.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o +.PHONY : src/joystick/linux/SDL_sysjoystick.c.o + +src/joystick/linux/SDL_sysjoystick.i: src/joystick/linux/SDL_sysjoystick.c.i +.PHONY : src/joystick/linux/SDL_sysjoystick.i + +# target to preprocess a source file +src/joystick/linux/SDL_sysjoystick.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.i +.PHONY : src/joystick/linux/SDL_sysjoystick.c.i + +src/joystick/linux/SDL_sysjoystick.s: src/joystick/linux/SDL_sysjoystick.c.s +.PHONY : src/joystick/linux/SDL_sysjoystick.s + +# target to generate assembly for a file +src/joystick/linux/SDL_sysjoystick.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.s +.PHONY : src/joystick/linux/SDL_sysjoystick.c.s + +src/joystick/virtual/SDL_virtualjoystick.o: src/joystick/virtual/SDL_virtualjoystick.c.o +.PHONY : src/joystick/virtual/SDL_virtualjoystick.o + +# target to build an object file +src/joystick/virtual/SDL_virtualjoystick.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o +.PHONY : src/joystick/virtual/SDL_virtualjoystick.c.o + +src/joystick/virtual/SDL_virtualjoystick.i: src/joystick/virtual/SDL_virtualjoystick.c.i +.PHONY : src/joystick/virtual/SDL_virtualjoystick.i + +# target to preprocess a source file +src/joystick/virtual/SDL_virtualjoystick.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.i +.PHONY : src/joystick/virtual/SDL_virtualjoystick.c.i + +src/joystick/virtual/SDL_virtualjoystick.s: src/joystick/virtual/SDL_virtualjoystick.c.s +.PHONY : src/joystick/virtual/SDL_virtualjoystick.s + +# target to generate assembly for a file +src/joystick/virtual/SDL_virtualjoystick.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.s +.PHONY : src/joystick/virtual/SDL_virtualjoystick.c.s + +src/libm/e_atan2.o: src/libm/e_atan2.c.o +.PHONY : src/libm/e_atan2.o + +# target to build an object file +src/libm/e_atan2.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o +.PHONY : src/libm/e_atan2.c.o + +src/libm/e_atan2.i: src/libm/e_atan2.c.i +.PHONY : src/libm/e_atan2.i + +# target to preprocess a source file +src/libm/e_atan2.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.i +.PHONY : src/libm/e_atan2.c.i + +src/libm/e_atan2.s: src/libm/e_atan2.c.s +.PHONY : src/libm/e_atan2.s + +# target to generate assembly for a file +src/libm/e_atan2.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.s +.PHONY : src/libm/e_atan2.c.s + +src/libm/e_exp.o: src/libm/e_exp.c.o +.PHONY : src/libm/e_exp.o + +# target to build an object file +src/libm/e_exp.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o +.PHONY : src/libm/e_exp.c.o + +src/libm/e_exp.i: src/libm/e_exp.c.i +.PHONY : src/libm/e_exp.i + +# target to preprocess a source file +src/libm/e_exp.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.i +.PHONY : src/libm/e_exp.c.i + +src/libm/e_exp.s: src/libm/e_exp.c.s +.PHONY : src/libm/e_exp.s + +# target to generate assembly for a file +src/libm/e_exp.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.s +.PHONY : src/libm/e_exp.c.s + +src/libm/e_fmod.o: src/libm/e_fmod.c.o +.PHONY : src/libm/e_fmod.o + +# target to build an object file +src/libm/e_fmod.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o +.PHONY : src/libm/e_fmod.c.o + +src/libm/e_fmod.i: src/libm/e_fmod.c.i +.PHONY : src/libm/e_fmod.i + +# target to preprocess a source file +src/libm/e_fmod.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.i +.PHONY : src/libm/e_fmod.c.i + +src/libm/e_fmod.s: src/libm/e_fmod.c.s +.PHONY : src/libm/e_fmod.s + +# target to generate assembly for a file +src/libm/e_fmod.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.s +.PHONY : src/libm/e_fmod.c.s + +src/libm/e_log.o: src/libm/e_log.c.o +.PHONY : src/libm/e_log.o + +# target to build an object file +src/libm/e_log.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o +.PHONY : src/libm/e_log.c.o + +src/libm/e_log.i: src/libm/e_log.c.i +.PHONY : src/libm/e_log.i + +# target to preprocess a source file +src/libm/e_log.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.i +.PHONY : src/libm/e_log.c.i + +src/libm/e_log.s: src/libm/e_log.c.s +.PHONY : src/libm/e_log.s + +# target to generate assembly for a file +src/libm/e_log.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.s +.PHONY : src/libm/e_log.c.s + +src/libm/e_log10.o: src/libm/e_log10.c.o +.PHONY : src/libm/e_log10.o + +# target to build an object file +src/libm/e_log10.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o +.PHONY : src/libm/e_log10.c.o + +src/libm/e_log10.i: src/libm/e_log10.c.i +.PHONY : src/libm/e_log10.i + +# target to preprocess a source file +src/libm/e_log10.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.i +.PHONY : src/libm/e_log10.c.i + +src/libm/e_log10.s: src/libm/e_log10.c.s +.PHONY : src/libm/e_log10.s + +# target to generate assembly for a file +src/libm/e_log10.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.s +.PHONY : src/libm/e_log10.c.s + +src/libm/e_pow.o: src/libm/e_pow.c.o +.PHONY : src/libm/e_pow.o + +# target to build an object file +src/libm/e_pow.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o +.PHONY : src/libm/e_pow.c.o + +src/libm/e_pow.i: src/libm/e_pow.c.i +.PHONY : src/libm/e_pow.i + +# target to preprocess a source file +src/libm/e_pow.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.i +.PHONY : src/libm/e_pow.c.i + +src/libm/e_pow.s: src/libm/e_pow.c.s +.PHONY : src/libm/e_pow.s + +# target to generate assembly for a file +src/libm/e_pow.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.s +.PHONY : src/libm/e_pow.c.s + +src/libm/e_rem_pio2.o: src/libm/e_rem_pio2.c.o +.PHONY : src/libm/e_rem_pio2.o + +# target to build an object file +src/libm/e_rem_pio2.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o +.PHONY : src/libm/e_rem_pio2.c.o + +src/libm/e_rem_pio2.i: src/libm/e_rem_pio2.c.i +.PHONY : src/libm/e_rem_pio2.i + +# target to preprocess a source file +src/libm/e_rem_pio2.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.i +.PHONY : src/libm/e_rem_pio2.c.i + +src/libm/e_rem_pio2.s: src/libm/e_rem_pio2.c.s +.PHONY : src/libm/e_rem_pio2.s + +# target to generate assembly for a file +src/libm/e_rem_pio2.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.s +.PHONY : src/libm/e_rem_pio2.c.s + +src/libm/e_sqrt.o: src/libm/e_sqrt.c.o +.PHONY : src/libm/e_sqrt.o + +# target to build an object file +src/libm/e_sqrt.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o +.PHONY : src/libm/e_sqrt.c.o + +src/libm/e_sqrt.i: src/libm/e_sqrt.c.i +.PHONY : src/libm/e_sqrt.i + +# target to preprocess a source file +src/libm/e_sqrt.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.i +.PHONY : src/libm/e_sqrt.c.i + +src/libm/e_sqrt.s: src/libm/e_sqrt.c.s +.PHONY : src/libm/e_sqrt.s + +# target to generate assembly for a file +src/libm/e_sqrt.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.s +.PHONY : src/libm/e_sqrt.c.s + +src/libm/k_cos.o: src/libm/k_cos.c.o +.PHONY : src/libm/k_cos.o + +# target to build an object file +src/libm/k_cos.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o +.PHONY : src/libm/k_cos.c.o + +src/libm/k_cos.i: src/libm/k_cos.c.i +.PHONY : src/libm/k_cos.i + +# target to preprocess a source file +src/libm/k_cos.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.i +.PHONY : src/libm/k_cos.c.i + +src/libm/k_cos.s: src/libm/k_cos.c.s +.PHONY : src/libm/k_cos.s + +# target to generate assembly for a file +src/libm/k_cos.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.s +.PHONY : src/libm/k_cos.c.s + +src/libm/k_rem_pio2.o: src/libm/k_rem_pio2.c.o +.PHONY : src/libm/k_rem_pio2.o + +# target to build an object file +src/libm/k_rem_pio2.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o +.PHONY : src/libm/k_rem_pio2.c.o + +src/libm/k_rem_pio2.i: src/libm/k_rem_pio2.c.i +.PHONY : src/libm/k_rem_pio2.i + +# target to preprocess a source file +src/libm/k_rem_pio2.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.i +.PHONY : src/libm/k_rem_pio2.c.i + +src/libm/k_rem_pio2.s: src/libm/k_rem_pio2.c.s +.PHONY : src/libm/k_rem_pio2.s + +# target to generate assembly for a file +src/libm/k_rem_pio2.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.s +.PHONY : src/libm/k_rem_pio2.c.s + +src/libm/k_sin.o: src/libm/k_sin.c.o +.PHONY : src/libm/k_sin.o + +# target to build an object file +src/libm/k_sin.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o +.PHONY : src/libm/k_sin.c.o + +src/libm/k_sin.i: src/libm/k_sin.c.i +.PHONY : src/libm/k_sin.i + +# target to preprocess a source file +src/libm/k_sin.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.i +.PHONY : src/libm/k_sin.c.i + +src/libm/k_sin.s: src/libm/k_sin.c.s +.PHONY : src/libm/k_sin.s + +# target to generate assembly for a file +src/libm/k_sin.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.s +.PHONY : src/libm/k_sin.c.s + +src/libm/k_tan.o: src/libm/k_tan.c.o +.PHONY : src/libm/k_tan.o + +# target to build an object file +src/libm/k_tan.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o +.PHONY : src/libm/k_tan.c.o + +src/libm/k_tan.i: src/libm/k_tan.c.i +.PHONY : src/libm/k_tan.i + +# target to preprocess a source file +src/libm/k_tan.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.i +.PHONY : src/libm/k_tan.c.i + +src/libm/k_tan.s: src/libm/k_tan.c.s +.PHONY : src/libm/k_tan.s + +# target to generate assembly for a file +src/libm/k_tan.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.s +.PHONY : src/libm/k_tan.c.s + +src/libm/s_atan.o: src/libm/s_atan.c.o +.PHONY : src/libm/s_atan.o + +# target to build an object file +src/libm/s_atan.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o +.PHONY : src/libm/s_atan.c.o + +src/libm/s_atan.i: src/libm/s_atan.c.i +.PHONY : src/libm/s_atan.i + +# target to preprocess a source file +src/libm/s_atan.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.i +.PHONY : src/libm/s_atan.c.i + +src/libm/s_atan.s: src/libm/s_atan.c.s +.PHONY : src/libm/s_atan.s + +# target to generate assembly for a file +src/libm/s_atan.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.s +.PHONY : src/libm/s_atan.c.s + +src/libm/s_copysign.o: src/libm/s_copysign.c.o +.PHONY : src/libm/s_copysign.o + +# target to build an object file +src/libm/s_copysign.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o +.PHONY : src/libm/s_copysign.c.o + +src/libm/s_copysign.i: src/libm/s_copysign.c.i +.PHONY : src/libm/s_copysign.i + +# target to preprocess a source file +src/libm/s_copysign.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.i +.PHONY : src/libm/s_copysign.c.i + +src/libm/s_copysign.s: src/libm/s_copysign.c.s +.PHONY : src/libm/s_copysign.s + +# target to generate assembly for a file +src/libm/s_copysign.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.s +.PHONY : src/libm/s_copysign.c.s + +src/libm/s_cos.o: src/libm/s_cos.c.o +.PHONY : src/libm/s_cos.o + +# target to build an object file +src/libm/s_cos.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o +.PHONY : src/libm/s_cos.c.o + +src/libm/s_cos.i: src/libm/s_cos.c.i +.PHONY : src/libm/s_cos.i + +# target to preprocess a source file +src/libm/s_cos.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.i +.PHONY : src/libm/s_cos.c.i + +src/libm/s_cos.s: src/libm/s_cos.c.s +.PHONY : src/libm/s_cos.s + +# target to generate assembly for a file +src/libm/s_cos.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.s +.PHONY : src/libm/s_cos.c.s + +src/libm/s_fabs.o: src/libm/s_fabs.c.o +.PHONY : src/libm/s_fabs.o + +# target to build an object file +src/libm/s_fabs.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o +.PHONY : src/libm/s_fabs.c.o + +src/libm/s_fabs.i: src/libm/s_fabs.c.i +.PHONY : src/libm/s_fabs.i + +# target to preprocess a source file +src/libm/s_fabs.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.i +.PHONY : src/libm/s_fabs.c.i + +src/libm/s_fabs.s: src/libm/s_fabs.c.s +.PHONY : src/libm/s_fabs.s + +# target to generate assembly for a file +src/libm/s_fabs.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.s +.PHONY : src/libm/s_fabs.c.s + +src/libm/s_floor.o: src/libm/s_floor.c.o +.PHONY : src/libm/s_floor.o + +# target to build an object file +src/libm/s_floor.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o +.PHONY : src/libm/s_floor.c.o + +src/libm/s_floor.i: src/libm/s_floor.c.i +.PHONY : src/libm/s_floor.i + +# target to preprocess a source file +src/libm/s_floor.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.i +.PHONY : src/libm/s_floor.c.i + +src/libm/s_floor.s: src/libm/s_floor.c.s +.PHONY : src/libm/s_floor.s + +# target to generate assembly for a file +src/libm/s_floor.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.s +.PHONY : src/libm/s_floor.c.s + +src/libm/s_isinf.o: src/libm/s_isinf.c.o +.PHONY : src/libm/s_isinf.o + +# target to build an object file +src/libm/s_isinf.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o +.PHONY : src/libm/s_isinf.c.o + +src/libm/s_isinf.i: src/libm/s_isinf.c.i +.PHONY : src/libm/s_isinf.i + +# target to preprocess a source file +src/libm/s_isinf.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.i +.PHONY : src/libm/s_isinf.c.i + +src/libm/s_isinf.s: src/libm/s_isinf.c.s +.PHONY : src/libm/s_isinf.s + +# target to generate assembly for a file +src/libm/s_isinf.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.s +.PHONY : src/libm/s_isinf.c.s + +src/libm/s_isinff.o: src/libm/s_isinff.c.o +.PHONY : src/libm/s_isinff.o + +# target to build an object file +src/libm/s_isinff.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o +.PHONY : src/libm/s_isinff.c.o + +src/libm/s_isinff.i: src/libm/s_isinff.c.i +.PHONY : src/libm/s_isinff.i + +# target to preprocess a source file +src/libm/s_isinff.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.i +.PHONY : src/libm/s_isinff.c.i + +src/libm/s_isinff.s: src/libm/s_isinff.c.s +.PHONY : src/libm/s_isinff.s + +# target to generate assembly for a file +src/libm/s_isinff.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.s +.PHONY : src/libm/s_isinff.c.s + +src/libm/s_isnan.o: src/libm/s_isnan.c.o +.PHONY : src/libm/s_isnan.o + +# target to build an object file +src/libm/s_isnan.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o +.PHONY : src/libm/s_isnan.c.o + +src/libm/s_isnan.i: src/libm/s_isnan.c.i +.PHONY : src/libm/s_isnan.i + +# target to preprocess a source file +src/libm/s_isnan.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.i +.PHONY : src/libm/s_isnan.c.i + +src/libm/s_isnan.s: src/libm/s_isnan.c.s +.PHONY : src/libm/s_isnan.s + +# target to generate assembly for a file +src/libm/s_isnan.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.s +.PHONY : src/libm/s_isnan.c.s + +src/libm/s_isnanf.o: src/libm/s_isnanf.c.o +.PHONY : src/libm/s_isnanf.o + +# target to build an object file +src/libm/s_isnanf.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o +.PHONY : src/libm/s_isnanf.c.o + +src/libm/s_isnanf.i: src/libm/s_isnanf.c.i +.PHONY : src/libm/s_isnanf.i + +# target to preprocess a source file +src/libm/s_isnanf.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.i +.PHONY : src/libm/s_isnanf.c.i + +src/libm/s_isnanf.s: src/libm/s_isnanf.c.s +.PHONY : src/libm/s_isnanf.s + +# target to generate assembly for a file +src/libm/s_isnanf.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.s +.PHONY : src/libm/s_isnanf.c.s + +src/libm/s_modf.o: src/libm/s_modf.c.o +.PHONY : src/libm/s_modf.o + +# target to build an object file +src/libm/s_modf.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o +.PHONY : src/libm/s_modf.c.o + +src/libm/s_modf.i: src/libm/s_modf.c.i +.PHONY : src/libm/s_modf.i + +# target to preprocess a source file +src/libm/s_modf.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.i +.PHONY : src/libm/s_modf.c.i + +src/libm/s_modf.s: src/libm/s_modf.c.s +.PHONY : src/libm/s_modf.s + +# target to generate assembly for a file +src/libm/s_modf.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.s +.PHONY : src/libm/s_modf.c.s + +src/libm/s_scalbn.o: src/libm/s_scalbn.c.o +.PHONY : src/libm/s_scalbn.o + +# target to build an object file +src/libm/s_scalbn.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o +.PHONY : src/libm/s_scalbn.c.o + +src/libm/s_scalbn.i: src/libm/s_scalbn.c.i +.PHONY : src/libm/s_scalbn.i + +# target to preprocess a source file +src/libm/s_scalbn.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.i +.PHONY : src/libm/s_scalbn.c.i + +src/libm/s_scalbn.s: src/libm/s_scalbn.c.s +.PHONY : src/libm/s_scalbn.s + +# target to generate assembly for a file +src/libm/s_scalbn.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.s +.PHONY : src/libm/s_scalbn.c.s + +src/libm/s_sin.o: src/libm/s_sin.c.o +.PHONY : src/libm/s_sin.o + +# target to build an object file +src/libm/s_sin.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o +.PHONY : src/libm/s_sin.c.o + +src/libm/s_sin.i: src/libm/s_sin.c.i +.PHONY : src/libm/s_sin.i + +# target to preprocess a source file +src/libm/s_sin.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.i +.PHONY : src/libm/s_sin.c.i + +src/libm/s_sin.s: src/libm/s_sin.c.s +.PHONY : src/libm/s_sin.s + +# target to generate assembly for a file +src/libm/s_sin.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.s +.PHONY : src/libm/s_sin.c.s + +src/libm/s_tan.o: src/libm/s_tan.c.o +.PHONY : src/libm/s_tan.o + +# target to build an object file +src/libm/s_tan.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o +.PHONY : src/libm/s_tan.c.o + +src/libm/s_tan.i: src/libm/s_tan.c.i +.PHONY : src/libm/s_tan.i + +# target to preprocess a source file +src/libm/s_tan.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.i +.PHONY : src/libm/s_tan.c.i + +src/libm/s_tan.s: src/libm/s_tan.c.s +.PHONY : src/libm/s_tan.s + +# target to generate assembly for a file +src/libm/s_tan.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.s +.PHONY : src/libm/s_tan.c.s + +src/loadso/dlopen/SDL_sysloadso.o: src/loadso/dlopen/SDL_sysloadso.c.o +.PHONY : src/loadso/dlopen/SDL_sysloadso.o + +# target to build an object file +src/loadso/dlopen/SDL_sysloadso.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o +.PHONY : src/loadso/dlopen/SDL_sysloadso.c.o + +src/loadso/dlopen/SDL_sysloadso.i: src/loadso/dlopen/SDL_sysloadso.c.i +.PHONY : src/loadso/dlopen/SDL_sysloadso.i + +# target to preprocess a source file +src/loadso/dlopen/SDL_sysloadso.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.i +.PHONY : src/loadso/dlopen/SDL_sysloadso.c.i + +src/loadso/dlopen/SDL_sysloadso.s: src/loadso/dlopen/SDL_sysloadso.c.s +.PHONY : src/loadso/dlopen/SDL_sysloadso.s + +# target to generate assembly for a file +src/loadso/dlopen/SDL_sysloadso.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.s +.PHONY : src/loadso/dlopen/SDL_sysloadso.c.s + +src/locale/SDL_locale.o: src/locale/SDL_locale.c.o +.PHONY : src/locale/SDL_locale.o + +# target to build an object file +src/locale/SDL_locale.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o +.PHONY : src/locale/SDL_locale.c.o + +src/locale/SDL_locale.i: src/locale/SDL_locale.c.i +.PHONY : src/locale/SDL_locale.i + +# target to preprocess a source file +src/locale/SDL_locale.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.i +.PHONY : src/locale/SDL_locale.c.i + +src/locale/SDL_locale.s: src/locale/SDL_locale.c.s +.PHONY : src/locale/SDL_locale.s + +# target to generate assembly for a file +src/locale/SDL_locale.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.s +.PHONY : src/locale/SDL_locale.c.s + +src/locale/unix/SDL_syslocale.o: src/locale/unix/SDL_syslocale.c.o +.PHONY : src/locale/unix/SDL_syslocale.o + +# target to build an object file +src/locale/unix/SDL_syslocale.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o +.PHONY : src/locale/unix/SDL_syslocale.c.o + +src/locale/unix/SDL_syslocale.i: src/locale/unix/SDL_syslocale.c.i +.PHONY : src/locale/unix/SDL_syslocale.i + +# target to preprocess a source file +src/locale/unix/SDL_syslocale.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.i +.PHONY : src/locale/unix/SDL_syslocale.c.i + +src/locale/unix/SDL_syslocale.s: src/locale/unix/SDL_syslocale.c.s +.PHONY : src/locale/unix/SDL_syslocale.s + +# target to generate assembly for a file +src/locale/unix/SDL_syslocale.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.s +.PHONY : src/locale/unix/SDL_syslocale.c.s + +src/main/SDL_main_callbacks.o: src/main/SDL_main_callbacks.c.o +.PHONY : src/main/SDL_main_callbacks.o + +# target to build an object file +src/main/SDL_main_callbacks.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o +.PHONY : src/main/SDL_main_callbacks.c.o + +src/main/SDL_main_callbacks.i: src/main/SDL_main_callbacks.c.i +.PHONY : src/main/SDL_main_callbacks.i + +# target to preprocess a source file +src/main/SDL_main_callbacks.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.i +.PHONY : src/main/SDL_main_callbacks.c.i + +src/main/SDL_main_callbacks.s: src/main/SDL_main_callbacks.c.s +.PHONY : src/main/SDL_main_callbacks.s + +# target to generate assembly for a file +src/main/SDL_main_callbacks.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.s +.PHONY : src/main/SDL_main_callbacks.c.s + +src/main/SDL_runapp.o: src/main/SDL_runapp.c.o +.PHONY : src/main/SDL_runapp.o + +# target to build an object file +src/main/SDL_runapp.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o +.PHONY : src/main/SDL_runapp.c.o + +src/main/SDL_runapp.i: src/main/SDL_runapp.c.i +.PHONY : src/main/SDL_runapp.i + +# target to preprocess a source file +src/main/SDL_runapp.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.i +.PHONY : src/main/SDL_runapp.c.i + +src/main/SDL_runapp.s: src/main/SDL_runapp.c.s +.PHONY : src/main/SDL_runapp.s + +# target to generate assembly for a file +src/main/SDL_runapp.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.s +.PHONY : src/main/SDL_runapp.c.s + +src/main/generic/SDL_sysmain_callbacks.o: src/main/generic/SDL_sysmain_callbacks.c.o +.PHONY : src/main/generic/SDL_sysmain_callbacks.o + +# target to build an object file +src/main/generic/SDL_sysmain_callbacks.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o +.PHONY : src/main/generic/SDL_sysmain_callbacks.c.o + +src/main/generic/SDL_sysmain_callbacks.i: src/main/generic/SDL_sysmain_callbacks.c.i +.PHONY : src/main/generic/SDL_sysmain_callbacks.i + +# target to preprocess a source file +src/main/generic/SDL_sysmain_callbacks.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.i +.PHONY : src/main/generic/SDL_sysmain_callbacks.c.i + +src/main/generic/SDL_sysmain_callbacks.s: src/main/generic/SDL_sysmain_callbacks.c.s +.PHONY : src/main/generic/SDL_sysmain_callbacks.s + +# target to generate assembly for a file +src/main/generic/SDL_sysmain_callbacks.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.s +.PHONY : src/main/generic/SDL_sysmain_callbacks.c.s + +src/misc/SDL_url.o: src/misc/SDL_url.c.o +.PHONY : src/misc/SDL_url.o + +# target to build an object file +src/misc/SDL_url.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o +.PHONY : src/misc/SDL_url.c.o + +src/misc/SDL_url.i: src/misc/SDL_url.c.i +.PHONY : src/misc/SDL_url.i + +# target to preprocess a source file +src/misc/SDL_url.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.i +.PHONY : src/misc/SDL_url.c.i + +src/misc/SDL_url.s: src/misc/SDL_url.c.s +.PHONY : src/misc/SDL_url.s + +# target to generate assembly for a file +src/misc/SDL_url.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.s +.PHONY : src/misc/SDL_url.c.s + +src/misc/unix/SDL_sysurl.o: src/misc/unix/SDL_sysurl.c.o +.PHONY : src/misc/unix/SDL_sysurl.o + +# target to build an object file +src/misc/unix/SDL_sysurl.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o +.PHONY : src/misc/unix/SDL_sysurl.c.o + +src/misc/unix/SDL_sysurl.i: src/misc/unix/SDL_sysurl.c.i +.PHONY : src/misc/unix/SDL_sysurl.i + +# target to preprocess a source file +src/misc/unix/SDL_sysurl.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.i +.PHONY : src/misc/unix/SDL_sysurl.c.i + +src/misc/unix/SDL_sysurl.s: src/misc/unix/SDL_sysurl.c.s +.PHONY : src/misc/unix/SDL_sysurl.s + +# target to generate assembly for a file +src/misc/unix/SDL_sysurl.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.s +.PHONY : src/misc/unix/SDL_sysurl.c.s + +src/power/SDL_power.o: src/power/SDL_power.c.o +.PHONY : src/power/SDL_power.o + +# target to build an object file +src/power/SDL_power.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o +.PHONY : src/power/SDL_power.c.o + +src/power/SDL_power.i: src/power/SDL_power.c.i +.PHONY : src/power/SDL_power.i + +# target to preprocess a source file +src/power/SDL_power.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.i +.PHONY : src/power/SDL_power.c.i + +src/power/SDL_power.s: src/power/SDL_power.c.s +.PHONY : src/power/SDL_power.s + +# target to generate assembly for a file +src/power/SDL_power.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.s +.PHONY : src/power/SDL_power.c.s + +src/power/linux/SDL_syspower.o: src/power/linux/SDL_syspower.c.o +.PHONY : src/power/linux/SDL_syspower.o + +# target to build an object file +src/power/linux/SDL_syspower.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o +.PHONY : src/power/linux/SDL_syspower.c.o + +src/power/linux/SDL_syspower.i: src/power/linux/SDL_syspower.c.i +.PHONY : src/power/linux/SDL_syspower.i + +# target to preprocess a source file +src/power/linux/SDL_syspower.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.i +.PHONY : src/power/linux/SDL_syspower.c.i + +src/power/linux/SDL_syspower.s: src/power/linux/SDL_syspower.c.s +.PHONY : src/power/linux/SDL_syspower.s + +# target to generate assembly for a file +src/power/linux/SDL_syspower.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.s +.PHONY : src/power/linux/SDL_syspower.c.s + +src/process/SDL_process.o: src/process/SDL_process.c.o +.PHONY : src/process/SDL_process.o + +# target to build an object file +src/process/SDL_process.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o +.PHONY : src/process/SDL_process.c.o + +src/process/SDL_process.i: src/process/SDL_process.c.i +.PHONY : src/process/SDL_process.i + +# target to preprocess a source file +src/process/SDL_process.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.i +.PHONY : src/process/SDL_process.c.i + +src/process/SDL_process.s: src/process/SDL_process.c.s +.PHONY : src/process/SDL_process.s + +# target to generate assembly for a file +src/process/SDL_process.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.s +.PHONY : src/process/SDL_process.c.s + +src/process/posix/SDL_posixprocess.o: src/process/posix/SDL_posixprocess.c.o +.PHONY : src/process/posix/SDL_posixprocess.o + +# target to build an object file +src/process/posix/SDL_posixprocess.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o +.PHONY : src/process/posix/SDL_posixprocess.c.o + +src/process/posix/SDL_posixprocess.i: src/process/posix/SDL_posixprocess.c.i +.PHONY : src/process/posix/SDL_posixprocess.i + +# target to preprocess a source file +src/process/posix/SDL_posixprocess.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.i +.PHONY : src/process/posix/SDL_posixprocess.c.i + +src/process/posix/SDL_posixprocess.s: src/process/posix/SDL_posixprocess.c.s +.PHONY : src/process/posix/SDL_posixprocess.s + +# target to generate assembly for a file +src/process/posix/SDL_posixprocess.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.s +.PHONY : src/process/posix/SDL_posixprocess.c.s + +src/render/SDL_d3dmath.o: src/render/SDL_d3dmath.c.o +.PHONY : src/render/SDL_d3dmath.o + +# target to build an object file +src/render/SDL_d3dmath.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o +.PHONY : src/render/SDL_d3dmath.c.o + +src/render/SDL_d3dmath.i: src/render/SDL_d3dmath.c.i +.PHONY : src/render/SDL_d3dmath.i + +# target to preprocess a source file +src/render/SDL_d3dmath.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.i +.PHONY : src/render/SDL_d3dmath.c.i + +src/render/SDL_d3dmath.s: src/render/SDL_d3dmath.c.s +.PHONY : src/render/SDL_d3dmath.s + +# target to generate assembly for a file +src/render/SDL_d3dmath.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.s +.PHONY : src/render/SDL_d3dmath.c.s + +src/render/SDL_render.o: src/render/SDL_render.c.o +.PHONY : src/render/SDL_render.o + +# target to build an object file +src/render/SDL_render.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o +.PHONY : src/render/SDL_render.c.o + +src/render/SDL_render.i: src/render/SDL_render.c.i +.PHONY : src/render/SDL_render.i + +# target to preprocess a source file +src/render/SDL_render.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.i +.PHONY : src/render/SDL_render.c.i + +src/render/SDL_render.s: src/render/SDL_render.c.s +.PHONY : src/render/SDL_render.s + +# target to generate assembly for a file +src/render/SDL_render.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.s +.PHONY : src/render/SDL_render.c.s + +src/render/SDL_render_unsupported.o: src/render/SDL_render_unsupported.c.o +.PHONY : src/render/SDL_render_unsupported.o + +# target to build an object file +src/render/SDL_render_unsupported.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o +.PHONY : src/render/SDL_render_unsupported.c.o + +src/render/SDL_render_unsupported.i: src/render/SDL_render_unsupported.c.i +.PHONY : src/render/SDL_render_unsupported.i + +# target to preprocess a source file +src/render/SDL_render_unsupported.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.i +.PHONY : src/render/SDL_render_unsupported.c.i + +src/render/SDL_render_unsupported.s: src/render/SDL_render_unsupported.c.s +.PHONY : src/render/SDL_render_unsupported.s + +# target to generate assembly for a file +src/render/SDL_render_unsupported.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.s +.PHONY : src/render/SDL_render_unsupported.c.s + +src/render/SDL_yuv_sw.o: src/render/SDL_yuv_sw.c.o +.PHONY : src/render/SDL_yuv_sw.o + +# target to build an object file +src/render/SDL_yuv_sw.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o +.PHONY : src/render/SDL_yuv_sw.c.o + +src/render/SDL_yuv_sw.i: src/render/SDL_yuv_sw.c.i +.PHONY : src/render/SDL_yuv_sw.i + +# target to preprocess a source file +src/render/SDL_yuv_sw.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.i +.PHONY : src/render/SDL_yuv_sw.c.i + +src/render/SDL_yuv_sw.s: src/render/SDL_yuv_sw.c.s +.PHONY : src/render/SDL_yuv_sw.s + +# target to generate assembly for a file +src/render/SDL_yuv_sw.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.s +.PHONY : src/render/SDL_yuv_sw.c.s + +src/render/direct3d/SDL_render_d3d.o: src/render/direct3d/SDL_render_d3d.c.o +.PHONY : src/render/direct3d/SDL_render_d3d.o + +# target to build an object file +src/render/direct3d/SDL_render_d3d.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o +.PHONY : src/render/direct3d/SDL_render_d3d.c.o + +src/render/direct3d/SDL_render_d3d.i: src/render/direct3d/SDL_render_d3d.c.i +.PHONY : src/render/direct3d/SDL_render_d3d.i + +# target to preprocess a source file +src/render/direct3d/SDL_render_d3d.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.i +.PHONY : src/render/direct3d/SDL_render_d3d.c.i + +src/render/direct3d/SDL_render_d3d.s: src/render/direct3d/SDL_render_d3d.c.s +.PHONY : src/render/direct3d/SDL_render_d3d.s + +# target to generate assembly for a file +src/render/direct3d/SDL_render_d3d.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.s +.PHONY : src/render/direct3d/SDL_render_d3d.c.s + +src/render/direct3d/SDL_shaders_d3d.o: src/render/direct3d/SDL_shaders_d3d.c.o +.PHONY : src/render/direct3d/SDL_shaders_d3d.o + +# target to build an object file +src/render/direct3d/SDL_shaders_d3d.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o +.PHONY : src/render/direct3d/SDL_shaders_d3d.c.o + +src/render/direct3d/SDL_shaders_d3d.i: src/render/direct3d/SDL_shaders_d3d.c.i +.PHONY : src/render/direct3d/SDL_shaders_d3d.i + +# target to preprocess a source file +src/render/direct3d/SDL_shaders_d3d.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.i +.PHONY : src/render/direct3d/SDL_shaders_d3d.c.i + +src/render/direct3d/SDL_shaders_d3d.s: src/render/direct3d/SDL_shaders_d3d.c.s +.PHONY : src/render/direct3d/SDL_shaders_d3d.s + +# target to generate assembly for a file +src/render/direct3d/SDL_shaders_d3d.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.s +.PHONY : src/render/direct3d/SDL_shaders_d3d.c.s + +src/render/direct3d11/SDL_render_d3d11.o: src/render/direct3d11/SDL_render_d3d11.c.o +.PHONY : src/render/direct3d11/SDL_render_d3d11.o + +# target to build an object file +src/render/direct3d11/SDL_render_d3d11.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o +.PHONY : src/render/direct3d11/SDL_render_d3d11.c.o + +src/render/direct3d11/SDL_render_d3d11.i: src/render/direct3d11/SDL_render_d3d11.c.i +.PHONY : src/render/direct3d11/SDL_render_d3d11.i + +# target to preprocess a source file +src/render/direct3d11/SDL_render_d3d11.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.i +.PHONY : src/render/direct3d11/SDL_render_d3d11.c.i + +src/render/direct3d11/SDL_render_d3d11.s: src/render/direct3d11/SDL_render_d3d11.c.s +.PHONY : src/render/direct3d11/SDL_render_d3d11.s + +# target to generate assembly for a file +src/render/direct3d11/SDL_render_d3d11.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.s +.PHONY : src/render/direct3d11/SDL_render_d3d11.c.s + +src/render/direct3d11/SDL_shaders_d3d11.o: src/render/direct3d11/SDL_shaders_d3d11.c.o +.PHONY : src/render/direct3d11/SDL_shaders_d3d11.o + +# target to build an object file +src/render/direct3d11/SDL_shaders_d3d11.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o +.PHONY : src/render/direct3d11/SDL_shaders_d3d11.c.o + +src/render/direct3d11/SDL_shaders_d3d11.i: src/render/direct3d11/SDL_shaders_d3d11.c.i +.PHONY : src/render/direct3d11/SDL_shaders_d3d11.i + +# target to preprocess a source file +src/render/direct3d11/SDL_shaders_d3d11.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.i +.PHONY : src/render/direct3d11/SDL_shaders_d3d11.c.i + +src/render/direct3d11/SDL_shaders_d3d11.s: src/render/direct3d11/SDL_shaders_d3d11.c.s +.PHONY : src/render/direct3d11/SDL_shaders_d3d11.s + +# target to generate assembly for a file +src/render/direct3d11/SDL_shaders_d3d11.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.s +.PHONY : src/render/direct3d11/SDL_shaders_d3d11.c.s + +src/render/direct3d12/SDL_render_d3d12.o: src/render/direct3d12/SDL_render_d3d12.c.o +.PHONY : src/render/direct3d12/SDL_render_d3d12.o + +# target to build an object file +src/render/direct3d12/SDL_render_d3d12.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o +.PHONY : src/render/direct3d12/SDL_render_d3d12.c.o + +src/render/direct3d12/SDL_render_d3d12.i: src/render/direct3d12/SDL_render_d3d12.c.i +.PHONY : src/render/direct3d12/SDL_render_d3d12.i + +# target to preprocess a source file +src/render/direct3d12/SDL_render_d3d12.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.i +.PHONY : src/render/direct3d12/SDL_render_d3d12.c.i + +src/render/direct3d12/SDL_render_d3d12.s: src/render/direct3d12/SDL_render_d3d12.c.s +.PHONY : src/render/direct3d12/SDL_render_d3d12.s + +# target to generate assembly for a file +src/render/direct3d12/SDL_render_d3d12.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.s +.PHONY : src/render/direct3d12/SDL_render_d3d12.c.s + +src/render/direct3d12/SDL_shaders_d3d12.o: src/render/direct3d12/SDL_shaders_d3d12.c.o +.PHONY : src/render/direct3d12/SDL_shaders_d3d12.o + +# target to build an object file +src/render/direct3d12/SDL_shaders_d3d12.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o +.PHONY : src/render/direct3d12/SDL_shaders_d3d12.c.o + +src/render/direct3d12/SDL_shaders_d3d12.i: src/render/direct3d12/SDL_shaders_d3d12.c.i +.PHONY : src/render/direct3d12/SDL_shaders_d3d12.i + +# target to preprocess a source file +src/render/direct3d12/SDL_shaders_d3d12.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.i +.PHONY : src/render/direct3d12/SDL_shaders_d3d12.c.i + +src/render/direct3d12/SDL_shaders_d3d12.s: src/render/direct3d12/SDL_shaders_d3d12.c.s +.PHONY : src/render/direct3d12/SDL_shaders_d3d12.s + +# target to generate assembly for a file +src/render/direct3d12/SDL_shaders_d3d12.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.s +.PHONY : src/render/direct3d12/SDL_shaders_d3d12.c.s + +src/render/gpu/SDL_pipeline_gpu.o: src/render/gpu/SDL_pipeline_gpu.c.o +.PHONY : src/render/gpu/SDL_pipeline_gpu.o + +# target to build an object file +src/render/gpu/SDL_pipeline_gpu.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o +.PHONY : src/render/gpu/SDL_pipeline_gpu.c.o + +src/render/gpu/SDL_pipeline_gpu.i: src/render/gpu/SDL_pipeline_gpu.c.i +.PHONY : src/render/gpu/SDL_pipeline_gpu.i + +# target to preprocess a source file +src/render/gpu/SDL_pipeline_gpu.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.i +.PHONY : src/render/gpu/SDL_pipeline_gpu.c.i + +src/render/gpu/SDL_pipeline_gpu.s: src/render/gpu/SDL_pipeline_gpu.c.s +.PHONY : src/render/gpu/SDL_pipeline_gpu.s + +# target to generate assembly for a file +src/render/gpu/SDL_pipeline_gpu.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.s +.PHONY : src/render/gpu/SDL_pipeline_gpu.c.s + +src/render/gpu/SDL_render_gpu.o: src/render/gpu/SDL_render_gpu.c.o +.PHONY : src/render/gpu/SDL_render_gpu.o + +# target to build an object file +src/render/gpu/SDL_render_gpu.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o +.PHONY : src/render/gpu/SDL_render_gpu.c.o + +src/render/gpu/SDL_render_gpu.i: src/render/gpu/SDL_render_gpu.c.i +.PHONY : src/render/gpu/SDL_render_gpu.i + +# target to preprocess a source file +src/render/gpu/SDL_render_gpu.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.i +.PHONY : src/render/gpu/SDL_render_gpu.c.i + +src/render/gpu/SDL_render_gpu.s: src/render/gpu/SDL_render_gpu.c.s +.PHONY : src/render/gpu/SDL_render_gpu.s + +# target to generate assembly for a file +src/render/gpu/SDL_render_gpu.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.s +.PHONY : src/render/gpu/SDL_render_gpu.c.s + +src/render/gpu/SDL_shaders_gpu.o: src/render/gpu/SDL_shaders_gpu.c.o +.PHONY : src/render/gpu/SDL_shaders_gpu.o + +# target to build an object file +src/render/gpu/SDL_shaders_gpu.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o +.PHONY : src/render/gpu/SDL_shaders_gpu.c.o + +src/render/gpu/SDL_shaders_gpu.i: src/render/gpu/SDL_shaders_gpu.c.i +.PHONY : src/render/gpu/SDL_shaders_gpu.i + +# target to preprocess a source file +src/render/gpu/SDL_shaders_gpu.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.i +.PHONY : src/render/gpu/SDL_shaders_gpu.c.i + +src/render/gpu/SDL_shaders_gpu.s: src/render/gpu/SDL_shaders_gpu.c.s +.PHONY : src/render/gpu/SDL_shaders_gpu.s + +# target to generate assembly for a file +src/render/gpu/SDL_shaders_gpu.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.s +.PHONY : src/render/gpu/SDL_shaders_gpu.c.s + +src/render/opengl/SDL_render_gl.o: src/render/opengl/SDL_render_gl.c.o +.PHONY : src/render/opengl/SDL_render_gl.o + +# target to build an object file +src/render/opengl/SDL_render_gl.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o +.PHONY : src/render/opengl/SDL_render_gl.c.o + +src/render/opengl/SDL_render_gl.i: src/render/opengl/SDL_render_gl.c.i +.PHONY : src/render/opengl/SDL_render_gl.i + +# target to preprocess a source file +src/render/opengl/SDL_render_gl.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.i +.PHONY : src/render/opengl/SDL_render_gl.c.i + +src/render/opengl/SDL_render_gl.s: src/render/opengl/SDL_render_gl.c.s +.PHONY : src/render/opengl/SDL_render_gl.s + +# target to generate assembly for a file +src/render/opengl/SDL_render_gl.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.s +.PHONY : src/render/opengl/SDL_render_gl.c.s + +src/render/opengl/SDL_shaders_gl.o: src/render/opengl/SDL_shaders_gl.c.o +.PHONY : src/render/opengl/SDL_shaders_gl.o + +# target to build an object file +src/render/opengl/SDL_shaders_gl.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o +.PHONY : src/render/opengl/SDL_shaders_gl.c.o + +src/render/opengl/SDL_shaders_gl.i: src/render/opengl/SDL_shaders_gl.c.i +.PHONY : src/render/opengl/SDL_shaders_gl.i + +# target to preprocess a source file +src/render/opengl/SDL_shaders_gl.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.i +.PHONY : src/render/opengl/SDL_shaders_gl.c.i + +src/render/opengl/SDL_shaders_gl.s: src/render/opengl/SDL_shaders_gl.c.s +.PHONY : src/render/opengl/SDL_shaders_gl.s + +# target to generate assembly for a file +src/render/opengl/SDL_shaders_gl.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.s +.PHONY : src/render/opengl/SDL_shaders_gl.c.s + +src/render/opengles2/SDL_render_gles2.o: src/render/opengles2/SDL_render_gles2.c.o +.PHONY : src/render/opengles2/SDL_render_gles2.o + +# target to build an object file +src/render/opengles2/SDL_render_gles2.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o +.PHONY : src/render/opengles2/SDL_render_gles2.c.o + +src/render/opengles2/SDL_render_gles2.i: src/render/opengles2/SDL_render_gles2.c.i +.PHONY : src/render/opengles2/SDL_render_gles2.i + +# target to preprocess a source file +src/render/opengles2/SDL_render_gles2.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.i +.PHONY : src/render/opengles2/SDL_render_gles2.c.i + +src/render/opengles2/SDL_render_gles2.s: src/render/opengles2/SDL_render_gles2.c.s +.PHONY : src/render/opengles2/SDL_render_gles2.s + +# target to generate assembly for a file +src/render/opengles2/SDL_render_gles2.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.s +.PHONY : src/render/opengles2/SDL_render_gles2.c.s + +src/render/opengles2/SDL_shaders_gles2.o: src/render/opengles2/SDL_shaders_gles2.c.o +.PHONY : src/render/opengles2/SDL_shaders_gles2.o + +# target to build an object file +src/render/opengles2/SDL_shaders_gles2.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o +.PHONY : src/render/opengles2/SDL_shaders_gles2.c.o + +src/render/opengles2/SDL_shaders_gles2.i: src/render/opengles2/SDL_shaders_gles2.c.i +.PHONY : src/render/opengles2/SDL_shaders_gles2.i + +# target to preprocess a source file +src/render/opengles2/SDL_shaders_gles2.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.i +.PHONY : src/render/opengles2/SDL_shaders_gles2.c.i + +src/render/opengles2/SDL_shaders_gles2.s: src/render/opengles2/SDL_shaders_gles2.c.s +.PHONY : src/render/opengles2/SDL_shaders_gles2.s + +# target to generate assembly for a file +src/render/opengles2/SDL_shaders_gles2.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.s +.PHONY : src/render/opengles2/SDL_shaders_gles2.c.s + +src/render/ps2/SDL_render_ps2.o: src/render/ps2/SDL_render_ps2.c.o +.PHONY : src/render/ps2/SDL_render_ps2.o + +# target to build an object file +src/render/ps2/SDL_render_ps2.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o +.PHONY : src/render/ps2/SDL_render_ps2.c.o + +src/render/ps2/SDL_render_ps2.i: src/render/ps2/SDL_render_ps2.c.i +.PHONY : src/render/ps2/SDL_render_ps2.i + +# target to preprocess a source file +src/render/ps2/SDL_render_ps2.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.i +.PHONY : src/render/ps2/SDL_render_ps2.c.i + +src/render/ps2/SDL_render_ps2.s: src/render/ps2/SDL_render_ps2.c.s +.PHONY : src/render/ps2/SDL_render_ps2.s + +# target to generate assembly for a file +src/render/ps2/SDL_render_ps2.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.s +.PHONY : src/render/ps2/SDL_render_ps2.c.s + +src/render/psp/SDL_render_psp.o: src/render/psp/SDL_render_psp.c.o +.PHONY : src/render/psp/SDL_render_psp.o + +# target to build an object file +src/render/psp/SDL_render_psp.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o +.PHONY : src/render/psp/SDL_render_psp.c.o + +src/render/psp/SDL_render_psp.i: src/render/psp/SDL_render_psp.c.i +.PHONY : src/render/psp/SDL_render_psp.i + +# target to preprocess a source file +src/render/psp/SDL_render_psp.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.i +.PHONY : src/render/psp/SDL_render_psp.c.i + +src/render/psp/SDL_render_psp.s: src/render/psp/SDL_render_psp.c.s +.PHONY : src/render/psp/SDL_render_psp.s + +# target to generate assembly for a file +src/render/psp/SDL_render_psp.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.s +.PHONY : src/render/psp/SDL_render_psp.c.s + +src/render/software/SDL_blendfillrect.o: src/render/software/SDL_blendfillrect.c.o +.PHONY : src/render/software/SDL_blendfillrect.o + +# target to build an object file +src/render/software/SDL_blendfillrect.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o +.PHONY : src/render/software/SDL_blendfillrect.c.o + +src/render/software/SDL_blendfillrect.i: src/render/software/SDL_blendfillrect.c.i +.PHONY : src/render/software/SDL_blendfillrect.i + +# target to preprocess a source file +src/render/software/SDL_blendfillrect.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.i +.PHONY : src/render/software/SDL_blendfillrect.c.i + +src/render/software/SDL_blendfillrect.s: src/render/software/SDL_blendfillrect.c.s +.PHONY : src/render/software/SDL_blendfillrect.s + +# target to generate assembly for a file +src/render/software/SDL_blendfillrect.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.s +.PHONY : src/render/software/SDL_blendfillrect.c.s + +src/render/software/SDL_blendline.o: src/render/software/SDL_blendline.c.o +.PHONY : src/render/software/SDL_blendline.o + +# target to build an object file +src/render/software/SDL_blendline.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o +.PHONY : src/render/software/SDL_blendline.c.o + +src/render/software/SDL_blendline.i: src/render/software/SDL_blendline.c.i +.PHONY : src/render/software/SDL_blendline.i + +# target to preprocess a source file +src/render/software/SDL_blendline.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.i +.PHONY : src/render/software/SDL_blendline.c.i + +src/render/software/SDL_blendline.s: src/render/software/SDL_blendline.c.s +.PHONY : src/render/software/SDL_blendline.s + +# target to generate assembly for a file +src/render/software/SDL_blendline.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.s +.PHONY : src/render/software/SDL_blendline.c.s + +src/render/software/SDL_blendpoint.o: src/render/software/SDL_blendpoint.c.o +.PHONY : src/render/software/SDL_blendpoint.o + +# target to build an object file +src/render/software/SDL_blendpoint.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o +.PHONY : src/render/software/SDL_blendpoint.c.o + +src/render/software/SDL_blendpoint.i: src/render/software/SDL_blendpoint.c.i +.PHONY : src/render/software/SDL_blendpoint.i + +# target to preprocess a source file +src/render/software/SDL_blendpoint.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.i +.PHONY : src/render/software/SDL_blendpoint.c.i + +src/render/software/SDL_blendpoint.s: src/render/software/SDL_blendpoint.c.s +.PHONY : src/render/software/SDL_blendpoint.s + +# target to generate assembly for a file +src/render/software/SDL_blendpoint.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.s +.PHONY : src/render/software/SDL_blendpoint.c.s + +src/render/software/SDL_drawline.o: src/render/software/SDL_drawline.c.o +.PHONY : src/render/software/SDL_drawline.o + +# target to build an object file +src/render/software/SDL_drawline.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o +.PHONY : src/render/software/SDL_drawline.c.o + +src/render/software/SDL_drawline.i: src/render/software/SDL_drawline.c.i +.PHONY : src/render/software/SDL_drawline.i + +# target to preprocess a source file +src/render/software/SDL_drawline.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.i +.PHONY : src/render/software/SDL_drawline.c.i + +src/render/software/SDL_drawline.s: src/render/software/SDL_drawline.c.s +.PHONY : src/render/software/SDL_drawline.s + +# target to generate assembly for a file +src/render/software/SDL_drawline.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.s +.PHONY : src/render/software/SDL_drawline.c.s + +src/render/software/SDL_drawpoint.o: src/render/software/SDL_drawpoint.c.o +.PHONY : src/render/software/SDL_drawpoint.o + +# target to build an object file +src/render/software/SDL_drawpoint.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o +.PHONY : src/render/software/SDL_drawpoint.c.o + +src/render/software/SDL_drawpoint.i: src/render/software/SDL_drawpoint.c.i +.PHONY : src/render/software/SDL_drawpoint.i + +# target to preprocess a source file +src/render/software/SDL_drawpoint.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.i +.PHONY : src/render/software/SDL_drawpoint.c.i + +src/render/software/SDL_drawpoint.s: src/render/software/SDL_drawpoint.c.s +.PHONY : src/render/software/SDL_drawpoint.s + +# target to generate assembly for a file +src/render/software/SDL_drawpoint.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.s +.PHONY : src/render/software/SDL_drawpoint.c.s + +src/render/software/SDL_render_sw.o: src/render/software/SDL_render_sw.c.o +.PHONY : src/render/software/SDL_render_sw.o + +# target to build an object file +src/render/software/SDL_render_sw.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o +.PHONY : src/render/software/SDL_render_sw.c.o + +src/render/software/SDL_render_sw.i: src/render/software/SDL_render_sw.c.i +.PHONY : src/render/software/SDL_render_sw.i + +# target to preprocess a source file +src/render/software/SDL_render_sw.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.i +.PHONY : src/render/software/SDL_render_sw.c.i + +src/render/software/SDL_render_sw.s: src/render/software/SDL_render_sw.c.s +.PHONY : src/render/software/SDL_render_sw.s + +# target to generate assembly for a file +src/render/software/SDL_render_sw.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.s +.PHONY : src/render/software/SDL_render_sw.c.s + +src/render/software/SDL_rotate.o: src/render/software/SDL_rotate.c.o +.PHONY : src/render/software/SDL_rotate.o + +# target to build an object file +src/render/software/SDL_rotate.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o +.PHONY : src/render/software/SDL_rotate.c.o + +src/render/software/SDL_rotate.i: src/render/software/SDL_rotate.c.i +.PHONY : src/render/software/SDL_rotate.i + +# target to preprocess a source file +src/render/software/SDL_rotate.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.i +.PHONY : src/render/software/SDL_rotate.c.i + +src/render/software/SDL_rotate.s: src/render/software/SDL_rotate.c.s +.PHONY : src/render/software/SDL_rotate.s + +# target to generate assembly for a file +src/render/software/SDL_rotate.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.s +.PHONY : src/render/software/SDL_rotate.c.s + +src/render/software/SDL_triangle.o: src/render/software/SDL_triangle.c.o +.PHONY : src/render/software/SDL_triangle.o + +# target to build an object file +src/render/software/SDL_triangle.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o +.PHONY : src/render/software/SDL_triangle.c.o + +src/render/software/SDL_triangle.i: src/render/software/SDL_triangle.c.i +.PHONY : src/render/software/SDL_triangle.i + +# target to preprocess a source file +src/render/software/SDL_triangle.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.i +.PHONY : src/render/software/SDL_triangle.c.i + +src/render/software/SDL_triangle.s: src/render/software/SDL_triangle.c.s +.PHONY : src/render/software/SDL_triangle.s + +# target to generate assembly for a file +src/render/software/SDL_triangle.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.s +.PHONY : src/render/software/SDL_triangle.c.s + +src/render/vitagxm/SDL_render_vita_gxm.o: src/render/vitagxm/SDL_render_vita_gxm.c.o +.PHONY : src/render/vitagxm/SDL_render_vita_gxm.o + +# target to build an object file +src/render/vitagxm/SDL_render_vita_gxm.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o +.PHONY : src/render/vitagxm/SDL_render_vita_gxm.c.o + +src/render/vitagxm/SDL_render_vita_gxm.i: src/render/vitagxm/SDL_render_vita_gxm.c.i +.PHONY : src/render/vitagxm/SDL_render_vita_gxm.i + +# target to preprocess a source file +src/render/vitagxm/SDL_render_vita_gxm.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.i +.PHONY : src/render/vitagxm/SDL_render_vita_gxm.c.i + +src/render/vitagxm/SDL_render_vita_gxm.s: src/render/vitagxm/SDL_render_vita_gxm.c.s +.PHONY : src/render/vitagxm/SDL_render_vita_gxm.s + +# target to generate assembly for a file +src/render/vitagxm/SDL_render_vita_gxm.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.s +.PHONY : src/render/vitagxm/SDL_render_vita_gxm.c.s + +src/render/vitagxm/SDL_render_vita_gxm_memory.o: src/render/vitagxm/SDL_render_vita_gxm_memory.c.o +.PHONY : src/render/vitagxm/SDL_render_vita_gxm_memory.o + +# target to build an object file +src/render/vitagxm/SDL_render_vita_gxm_memory.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o +.PHONY : src/render/vitagxm/SDL_render_vita_gxm_memory.c.o + +src/render/vitagxm/SDL_render_vita_gxm_memory.i: src/render/vitagxm/SDL_render_vita_gxm_memory.c.i +.PHONY : src/render/vitagxm/SDL_render_vita_gxm_memory.i + +# target to preprocess a source file +src/render/vitagxm/SDL_render_vita_gxm_memory.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.i +.PHONY : src/render/vitagxm/SDL_render_vita_gxm_memory.c.i + +src/render/vitagxm/SDL_render_vita_gxm_memory.s: src/render/vitagxm/SDL_render_vita_gxm_memory.c.s +.PHONY : src/render/vitagxm/SDL_render_vita_gxm_memory.s + +# target to generate assembly for a file +src/render/vitagxm/SDL_render_vita_gxm_memory.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.s +.PHONY : src/render/vitagxm/SDL_render_vita_gxm_memory.c.s + +src/render/vitagxm/SDL_render_vita_gxm_tools.o: src/render/vitagxm/SDL_render_vita_gxm_tools.c.o +.PHONY : src/render/vitagxm/SDL_render_vita_gxm_tools.o + +# target to build an object file +src/render/vitagxm/SDL_render_vita_gxm_tools.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o +.PHONY : src/render/vitagxm/SDL_render_vita_gxm_tools.c.o + +src/render/vitagxm/SDL_render_vita_gxm_tools.i: src/render/vitagxm/SDL_render_vita_gxm_tools.c.i +.PHONY : src/render/vitagxm/SDL_render_vita_gxm_tools.i + +# target to preprocess a source file +src/render/vitagxm/SDL_render_vita_gxm_tools.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.i +.PHONY : src/render/vitagxm/SDL_render_vita_gxm_tools.c.i + +src/render/vitagxm/SDL_render_vita_gxm_tools.s: src/render/vitagxm/SDL_render_vita_gxm_tools.c.s +.PHONY : src/render/vitagxm/SDL_render_vita_gxm_tools.s + +# target to generate assembly for a file +src/render/vitagxm/SDL_render_vita_gxm_tools.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.s +.PHONY : src/render/vitagxm/SDL_render_vita_gxm_tools.c.s + +src/render/vulkan/SDL_render_vulkan.o: src/render/vulkan/SDL_render_vulkan.c.o +.PHONY : src/render/vulkan/SDL_render_vulkan.o + +# target to build an object file +src/render/vulkan/SDL_render_vulkan.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o +.PHONY : src/render/vulkan/SDL_render_vulkan.c.o + +src/render/vulkan/SDL_render_vulkan.i: src/render/vulkan/SDL_render_vulkan.c.i +.PHONY : src/render/vulkan/SDL_render_vulkan.i + +# target to preprocess a source file +src/render/vulkan/SDL_render_vulkan.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.i +.PHONY : src/render/vulkan/SDL_render_vulkan.c.i + +src/render/vulkan/SDL_render_vulkan.s: src/render/vulkan/SDL_render_vulkan.c.s +.PHONY : src/render/vulkan/SDL_render_vulkan.s + +# target to generate assembly for a file +src/render/vulkan/SDL_render_vulkan.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.s +.PHONY : src/render/vulkan/SDL_render_vulkan.c.s + +src/render/vulkan/SDL_shaders_vulkan.o: src/render/vulkan/SDL_shaders_vulkan.c.o +.PHONY : src/render/vulkan/SDL_shaders_vulkan.o + +# target to build an object file +src/render/vulkan/SDL_shaders_vulkan.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o +.PHONY : src/render/vulkan/SDL_shaders_vulkan.c.o + +src/render/vulkan/SDL_shaders_vulkan.i: src/render/vulkan/SDL_shaders_vulkan.c.i +.PHONY : src/render/vulkan/SDL_shaders_vulkan.i + +# target to preprocess a source file +src/render/vulkan/SDL_shaders_vulkan.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.i +.PHONY : src/render/vulkan/SDL_shaders_vulkan.c.i + +src/render/vulkan/SDL_shaders_vulkan.s: src/render/vulkan/SDL_shaders_vulkan.c.s +.PHONY : src/render/vulkan/SDL_shaders_vulkan.s + +# target to generate assembly for a file +src/render/vulkan/SDL_shaders_vulkan.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.s +.PHONY : src/render/vulkan/SDL_shaders_vulkan.c.s + +src/sensor/SDL_sensor.o: src/sensor/SDL_sensor.c.o +.PHONY : src/sensor/SDL_sensor.o + +# target to build an object file +src/sensor/SDL_sensor.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o +.PHONY : src/sensor/SDL_sensor.c.o + +src/sensor/SDL_sensor.i: src/sensor/SDL_sensor.c.i +.PHONY : src/sensor/SDL_sensor.i + +# target to preprocess a source file +src/sensor/SDL_sensor.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.i +.PHONY : src/sensor/SDL_sensor.c.i + +src/sensor/SDL_sensor.s: src/sensor/SDL_sensor.c.s +.PHONY : src/sensor/SDL_sensor.s + +# target to generate assembly for a file +src/sensor/SDL_sensor.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.s +.PHONY : src/sensor/SDL_sensor.c.s + +src/sensor/dummy/SDL_dummysensor.o: src/sensor/dummy/SDL_dummysensor.c.o +.PHONY : src/sensor/dummy/SDL_dummysensor.o + +# target to build an object file +src/sensor/dummy/SDL_dummysensor.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o +.PHONY : src/sensor/dummy/SDL_dummysensor.c.o + +src/sensor/dummy/SDL_dummysensor.i: src/sensor/dummy/SDL_dummysensor.c.i +.PHONY : src/sensor/dummy/SDL_dummysensor.i + +# target to preprocess a source file +src/sensor/dummy/SDL_dummysensor.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.i +.PHONY : src/sensor/dummy/SDL_dummysensor.c.i + +src/sensor/dummy/SDL_dummysensor.s: src/sensor/dummy/SDL_dummysensor.c.s +.PHONY : src/sensor/dummy/SDL_dummysensor.s + +# target to generate assembly for a file +src/sensor/dummy/SDL_dummysensor.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.s +.PHONY : src/sensor/dummy/SDL_dummysensor.c.s + +src/stdlib/SDL_crc16.o: src/stdlib/SDL_crc16.c.o +.PHONY : src/stdlib/SDL_crc16.o + +# target to build an object file +src/stdlib/SDL_crc16.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o +.PHONY : src/stdlib/SDL_crc16.c.o + +src/stdlib/SDL_crc16.i: src/stdlib/SDL_crc16.c.i +.PHONY : src/stdlib/SDL_crc16.i + +# target to preprocess a source file +src/stdlib/SDL_crc16.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.i +.PHONY : src/stdlib/SDL_crc16.c.i + +src/stdlib/SDL_crc16.s: src/stdlib/SDL_crc16.c.s +.PHONY : src/stdlib/SDL_crc16.s + +# target to generate assembly for a file +src/stdlib/SDL_crc16.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.s +.PHONY : src/stdlib/SDL_crc16.c.s + +src/stdlib/SDL_crc32.o: src/stdlib/SDL_crc32.c.o +.PHONY : src/stdlib/SDL_crc32.o + +# target to build an object file +src/stdlib/SDL_crc32.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o +.PHONY : src/stdlib/SDL_crc32.c.o + +src/stdlib/SDL_crc32.i: src/stdlib/SDL_crc32.c.i +.PHONY : src/stdlib/SDL_crc32.i + +# target to preprocess a source file +src/stdlib/SDL_crc32.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.i +.PHONY : src/stdlib/SDL_crc32.c.i + +src/stdlib/SDL_crc32.s: src/stdlib/SDL_crc32.c.s +.PHONY : src/stdlib/SDL_crc32.s + +# target to generate assembly for a file +src/stdlib/SDL_crc32.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.s +.PHONY : src/stdlib/SDL_crc32.c.s + +src/stdlib/SDL_getenv.o: src/stdlib/SDL_getenv.c.o +.PHONY : src/stdlib/SDL_getenv.o + +# target to build an object file +src/stdlib/SDL_getenv.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o +.PHONY : src/stdlib/SDL_getenv.c.o + +src/stdlib/SDL_getenv.i: src/stdlib/SDL_getenv.c.i +.PHONY : src/stdlib/SDL_getenv.i + +# target to preprocess a source file +src/stdlib/SDL_getenv.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.i +.PHONY : src/stdlib/SDL_getenv.c.i + +src/stdlib/SDL_getenv.s: src/stdlib/SDL_getenv.c.s +.PHONY : src/stdlib/SDL_getenv.s + +# target to generate assembly for a file +src/stdlib/SDL_getenv.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.s +.PHONY : src/stdlib/SDL_getenv.c.s + +src/stdlib/SDL_iconv.o: src/stdlib/SDL_iconv.c.o +.PHONY : src/stdlib/SDL_iconv.o + +# target to build an object file +src/stdlib/SDL_iconv.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o +.PHONY : src/stdlib/SDL_iconv.c.o + +src/stdlib/SDL_iconv.i: src/stdlib/SDL_iconv.c.i +.PHONY : src/stdlib/SDL_iconv.i + +# target to preprocess a source file +src/stdlib/SDL_iconv.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.i +.PHONY : src/stdlib/SDL_iconv.c.i + +src/stdlib/SDL_iconv.s: src/stdlib/SDL_iconv.c.s +.PHONY : src/stdlib/SDL_iconv.s + +# target to generate assembly for a file +src/stdlib/SDL_iconv.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.s +.PHONY : src/stdlib/SDL_iconv.c.s + +src/stdlib/SDL_malloc.o: src/stdlib/SDL_malloc.c.o +.PHONY : src/stdlib/SDL_malloc.o + +# target to build an object file +src/stdlib/SDL_malloc.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o +.PHONY : src/stdlib/SDL_malloc.c.o + +src/stdlib/SDL_malloc.i: src/stdlib/SDL_malloc.c.i +.PHONY : src/stdlib/SDL_malloc.i + +# target to preprocess a source file +src/stdlib/SDL_malloc.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.i +.PHONY : src/stdlib/SDL_malloc.c.i + +src/stdlib/SDL_malloc.s: src/stdlib/SDL_malloc.c.s +.PHONY : src/stdlib/SDL_malloc.s + +# target to generate assembly for a file +src/stdlib/SDL_malloc.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.s +.PHONY : src/stdlib/SDL_malloc.c.s + +src/stdlib/SDL_memcpy.o: src/stdlib/SDL_memcpy.c.o +.PHONY : src/stdlib/SDL_memcpy.o + +# target to build an object file +src/stdlib/SDL_memcpy.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o +.PHONY : src/stdlib/SDL_memcpy.c.o + +src/stdlib/SDL_memcpy.i: src/stdlib/SDL_memcpy.c.i +.PHONY : src/stdlib/SDL_memcpy.i + +# target to preprocess a source file +src/stdlib/SDL_memcpy.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.i +.PHONY : src/stdlib/SDL_memcpy.c.i + +src/stdlib/SDL_memcpy.s: src/stdlib/SDL_memcpy.c.s +.PHONY : src/stdlib/SDL_memcpy.s + +# target to generate assembly for a file +src/stdlib/SDL_memcpy.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.s +.PHONY : src/stdlib/SDL_memcpy.c.s + +src/stdlib/SDL_memmove.o: src/stdlib/SDL_memmove.c.o +.PHONY : src/stdlib/SDL_memmove.o + +# target to build an object file +src/stdlib/SDL_memmove.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o +.PHONY : src/stdlib/SDL_memmove.c.o + +src/stdlib/SDL_memmove.i: src/stdlib/SDL_memmove.c.i +.PHONY : src/stdlib/SDL_memmove.i + +# target to preprocess a source file +src/stdlib/SDL_memmove.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.i +.PHONY : src/stdlib/SDL_memmove.c.i + +src/stdlib/SDL_memmove.s: src/stdlib/SDL_memmove.c.s +.PHONY : src/stdlib/SDL_memmove.s + +# target to generate assembly for a file +src/stdlib/SDL_memmove.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.s +.PHONY : src/stdlib/SDL_memmove.c.s + +src/stdlib/SDL_memset.o: src/stdlib/SDL_memset.c.o +.PHONY : src/stdlib/SDL_memset.o + +# target to build an object file +src/stdlib/SDL_memset.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o +.PHONY : src/stdlib/SDL_memset.c.o + +src/stdlib/SDL_memset.i: src/stdlib/SDL_memset.c.i +.PHONY : src/stdlib/SDL_memset.i + +# target to preprocess a source file +src/stdlib/SDL_memset.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.i +.PHONY : src/stdlib/SDL_memset.c.i + +src/stdlib/SDL_memset.s: src/stdlib/SDL_memset.c.s +.PHONY : src/stdlib/SDL_memset.s + +# target to generate assembly for a file +src/stdlib/SDL_memset.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.s +.PHONY : src/stdlib/SDL_memset.c.s + +src/stdlib/SDL_mslibc.o: src/stdlib/SDL_mslibc.c.o +.PHONY : src/stdlib/SDL_mslibc.o + +# target to build an object file +src/stdlib/SDL_mslibc.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o +.PHONY : src/stdlib/SDL_mslibc.c.o + +src/stdlib/SDL_mslibc.i: src/stdlib/SDL_mslibc.c.i +.PHONY : src/stdlib/SDL_mslibc.i + +# target to preprocess a source file +src/stdlib/SDL_mslibc.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.i +.PHONY : src/stdlib/SDL_mslibc.c.i + +src/stdlib/SDL_mslibc.s: src/stdlib/SDL_mslibc.c.s +.PHONY : src/stdlib/SDL_mslibc.s + +# target to generate assembly for a file +src/stdlib/SDL_mslibc.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.s +.PHONY : src/stdlib/SDL_mslibc.c.s + +src/stdlib/SDL_murmur3.o: src/stdlib/SDL_murmur3.c.o +.PHONY : src/stdlib/SDL_murmur3.o + +# target to build an object file +src/stdlib/SDL_murmur3.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o +.PHONY : src/stdlib/SDL_murmur3.c.o + +src/stdlib/SDL_murmur3.i: src/stdlib/SDL_murmur3.c.i +.PHONY : src/stdlib/SDL_murmur3.i + +# target to preprocess a source file +src/stdlib/SDL_murmur3.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.i +.PHONY : src/stdlib/SDL_murmur3.c.i + +src/stdlib/SDL_murmur3.s: src/stdlib/SDL_murmur3.c.s +.PHONY : src/stdlib/SDL_murmur3.s + +# target to generate assembly for a file +src/stdlib/SDL_murmur3.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.s +.PHONY : src/stdlib/SDL_murmur3.c.s + +src/stdlib/SDL_qsort.o: src/stdlib/SDL_qsort.c.o +.PHONY : src/stdlib/SDL_qsort.o + +# target to build an object file +src/stdlib/SDL_qsort.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o +.PHONY : src/stdlib/SDL_qsort.c.o + +src/stdlib/SDL_qsort.i: src/stdlib/SDL_qsort.c.i +.PHONY : src/stdlib/SDL_qsort.i + +# target to preprocess a source file +src/stdlib/SDL_qsort.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.i +.PHONY : src/stdlib/SDL_qsort.c.i + +src/stdlib/SDL_qsort.s: src/stdlib/SDL_qsort.c.s +.PHONY : src/stdlib/SDL_qsort.s + +# target to generate assembly for a file +src/stdlib/SDL_qsort.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.s +.PHONY : src/stdlib/SDL_qsort.c.s + +src/stdlib/SDL_random.o: src/stdlib/SDL_random.c.o +.PHONY : src/stdlib/SDL_random.o + +# target to build an object file +src/stdlib/SDL_random.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o +.PHONY : src/stdlib/SDL_random.c.o + +src/stdlib/SDL_random.i: src/stdlib/SDL_random.c.i +.PHONY : src/stdlib/SDL_random.i + +# target to preprocess a source file +src/stdlib/SDL_random.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.i +.PHONY : src/stdlib/SDL_random.c.i + +src/stdlib/SDL_random.s: src/stdlib/SDL_random.c.s +.PHONY : src/stdlib/SDL_random.s + +# target to generate assembly for a file +src/stdlib/SDL_random.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.s +.PHONY : src/stdlib/SDL_random.c.s + +src/stdlib/SDL_stdlib.o: src/stdlib/SDL_stdlib.c.o +.PHONY : src/stdlib/SDL_stdlib.o + +# target to build an object file +src/stdlib/SDL_stdlib.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o +.PHONY : src/stdlib/SDL_stdlib.c.o + +src/stdlib/SDL_stdlib.i: src/stdlib/SDL_stdlib.c.i +.PHONY : src/stdlib/SDL_stdlib.i + +# target to preprocess a source file +src/stdlib/SDL_stdlib.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.i +.PHONY : src/stdlib/SDL_stdlib.c.i + +src/stdlib/SDL_stdlib.s: src/stdlib/SDL_stdlib.c.s +.PHONY : src/stdlib/SDL_stdlib.s + +# target to generate assembly for a file +src/stdlib/SDL_stdlib.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.s +.PHONY : src/stdlib/SDL_stdlib.c.s + +src/stdlib/SDL_string.o: src/stdlib/SDL_string.c.o +.PHONY : src/stdlib/SDL_string.o + +# target to build an object file +src/stdlib/SDL_string.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o +.PHONY : src/stdlib/SDL_string.c.o + +src/stdlib/SDL_string.i: src/stdlib/SDL_string.c.i +.PHONY : src/stdlib/SDL_string.i + +# target to preprocess a source file +src/stdlib/SDL_string.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.i +.PHONY : src/stdlib/SDL_string.c.i + +src/stdlib/SDL_string.s: src/stdlib/SDL_string.c.s +.PHONY : src/stdlib/SDL_string.s + +# target to generate assembly for a file +src/stdlib/SDL_string.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.s +.PHONY : src/stdlib/SDL_string.c.s + +src/stdlib/SDL_strtokr.o: src/stdlib/SDL_strtokr.c.o +.PHONY : src/stdlib/SDL_strtokr.o + +# target to build an object file +src/stdlib/SDL_strtokr.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o +.PHONY : src/stdlib/SDL_strtokr.c.o + +src/stdlib/SDL_strtokr.i: src/stdlib/SDL_strtokr.c.i +.PHONY : src/stdlib/SDL_strtokr.i + +# target to preprocess a source file +src/stdlib/SDL_strtokr.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.i +.PHONY : src/stdlib/SDL_strtokr.c.i + +src/stdlib/SDL_strtokr.s: src/stdlib/SDL_strtokr.c.s +.PHONY : src/stdlib/SDL_strtokr.s + +# target to generate assembly for a file +src/stdlib/SDL_strtokr.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.s +.PHONY : src/stdlib/SDL_strtokr.c.s + +src/storage/SDL_storage.o: src/storage/SDL_storage.c.o +.PHONY : src/storage/SDL_storage.o + +# target to build an object file +src/storage/SDL_storage.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o +.PHONY : src/storage/SDL_storage.c.o + +src/storage/SDL_storage.i: src/storage/SDL_storage.c.i +.PHONY : src/storage/SDL_storage.i + +# target to preprocess a source file +src/storage/SDL_storage.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.i +.PHONY : src/storage/SDL_storage.c.i + +src/storage/SDL_storage.s: src/storage/SDL_storage.c.s +.PHONY : src/storage/SDL_storage.s + +# target to generate assembly for a file +src/storage/SDL_storage.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.s +.PHONY : src/storage/SDL_storage.c.s + +src/storage/generic/SDL_genericstorage.o: src/storage/generic/SDL_genericstorage.c.o +.PHONY : src/storage/generic/SDL_genericstorage.o + +# target to build an object file +src/storage/generic/SDL_genericstorage.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o +.PHONY : src/storage/generic/SDL_genericstorage.c.o + +src/storage/generic/SDL_genericstorage.i: src/storage/generic/SDL_genericstorage.c.i +.PHONY : src/storage/generic/SDL_genericstorage.i + +# target to preprocess a source file +src/storage/generic/SDL_genericstorage.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.i +.PHONY : src/storage/generic/SDL_genericstorage.c.i + +src/storage/generic/SDL_genericstorage.s: src/storage/generic/SDL_genericstorage.c.s +.PHONY : src/storage/generic/SDL_genericstorage.s + +# target to generate assembly for a file +src/storage/generic/SDL_genericstorage.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.s +.PHONY : src/storage/generic/SDL_genericstorage.c.s + +src/storage/steam/SDL_steamstorage.o: src/storage/steam/SDL_steamstorage.c.o +.PHONY : src/storage/steam/SDL_steamstorage.o + +# target to build an object file +src/storage/steam/SDL_steamstorage.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o +.PHONY : src/storage/steam/SDL_steamstorage.c.o + +src/storage/steam/SDL_steamstorage.i: src/storage/steam/SDL_steamstorage.c.i +.PHONY : src/storage/steam/SDL_steamstorage.i + +# target to preprocess a source file +src/storage/steam/SDL_steamstorage.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.i +.PHONY : src/storage/steam/SDL_steamstorage.c.i + +src/storage/steam/SDL_steamstorage.s: src/storage/steam/SDL_steamstorage.c.s +.PHONY : src/storage/steam/SDL_steamstorage.s + +# target to generate assembly for a file +src/storage/steam/SDL_steamstorage.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.s +.PHONY : src/storage/steam/SDL_steamstorage.c.s + +src/test/SDL_test_assert.o: src/test/SDL_test_assert.c.o +.PHONY : src/test/SDL_test_assert.o + +# target to build an object file +src/test/SDL_test_assert.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o +.PHONY : src/test/SDL_test_assert.c.o + +src/test/SDL_test_assert.i: src/test/SDL_test_assert.c.i +.PHONY : src/test/SDL_test_assert.i + +# target to preprocess a source file +src/test/SDL_test_assert.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.i +.PHONY : src/test/SDL_test_assert.c.i + +src/test/SDL_test_assert.s: src/test/SDL_test_assert.c.s +.PHONY : src/test/SDL_test_assert.s + +# target to generate assembly for a file +src/test/SDL_test_assert.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.s +.PHONY : src/test/SDL_test_assert.c.s + +src/test/SDL_test_common.o: src/test/SDL_test_common.c.o +.PHONY : src/test/SDL_test_common.o + +# target to build an object file +src/test/SDL_test_common.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o +.PHONY : src/test/SDL_test_common.c.o + +src/test/SDL_test_common.i: src/test/SDL_test_common.c.i +.PHONY : src/test/SDL_test_common.i + +# target to preprocess a source file +src/test/SDL_test_common.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.i +.PHONY : src/test/SDL_test_common.c.i + +src/test/SDL_test_common.s: src/test/SDL_test_common.c.s +.PHONY : src/test/SDL_test_common.s + +# target to generate assembly for a file +src/test/SDL_test_common.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.s +.PHONY : src/test/SDL_test_common.c.s + +src/test/SDL_test_compare.o: src/test/SDL_test_compare.c.o +.PHONY : src/test/SDL_test_compare.o + +# target to build an object file +src/test/SDL_test_compare.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o +.PHONY : src/test/SDL_test_compare.c.o + +src/test/SDL_test_compare.i: src/test/SDL_test_compare.c.i +.PHONY : src/test/SDL_test_compare.i + +# target to preprocess a source file +src/test/SDL_test_compare.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.i +.PHONY : src/test/SDL_test_compare.c.i + +src/test/SDL_test_compare.s: src/test/SDL_test_compare.c.s +.PHONY : src/test/SDL_test_compare.s + +# target to generate assembly for a file +src/test/SDL_test_compare.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.s +.PHONY : src/test/SDL_test_compare.c.s + +src/test/SDL_test_crc32.o: src/test/SDL_test_crc32.c.o +.PHONY : src/test/SDL_test_crc32.o + +# target to build an object file +src/test/SDL_test_crc32.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o +.PHONY : src/test/SDL_test_crc32.c.o + +src/test/SDL_test_crc32.i: src/test/SDL_test_crc32.c.i +.PHONY : src/test/SDL_test_crc32.i + +# target to preprocess a source file +src/test/SDL_test_crc32.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.i +.PHONY : src/test/SDL_test_crc32.c.i + +src/test/SDL_test_crc32.s: src/test/SDL_test_crc32.c.s +.PHONY : src/test/SDL_test_crc32.s + +# target to generate assembly for a file +src/test/SDL_test_crc32.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.s +.PHONY : src/test/SDL_test_crc32.c.s + +src/test/SDL_test_font.o: src/test/SDL_test_font.c.o +.PHONY : src/test/SDL_test_font.o + +# target to build an object file +src/test/SDL_test_font.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o +.PHONY : src/test/SDL_test_font.c.o + +src/test/SDL_test_font.i: src/test/SDL_test_font.c.i +.PHONY : src/test/SDL_test_font.i + +# target to preprocess a source file +src/test/SDL_test_font.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.i +.PHONY : src/test/SDL_test_font.c.i + +src/test/SDL_test_font.s: src/test/SDL_test_font.c.s +.PHONY : src/test/SDL_test_font.s + +# target to generate assembly for a file +src/test/SDL_test_font.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.s +.PHONY : src/test/SDL_test_font.c.s + +src/test/SDL_test_fuzzer.o: src/test/SDL_test_fuzzer.c.o +.PHONY : src/test/SDL_test_fuzzer.o + +# target to build an object file +src/test/SDL_test_fuzzer.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o +.PHONY : src/test/SDL_test_fuzzer.c.o + +src/test/SDL_test_fuzzer.i: src/test/SDL_test_fuzzer.c.i +.PHONY : src/test/SDL_test_fuzzer.i + +# target to preprocess a source file +src/test/SDL_test_fuzzer.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.i +.PHONY : src/test/SDL_test_fuzzer.c.i + +src/test/SDL_test_fuzzer.s: src/test/SDL_test_fuzzer.c.s +.PHONY : src/test/SDL_test_fuzzer.s + +# target to generate assembly for a file +src/test/SDL_test_fuzzer.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.s +.PHONY : src/test/SDL_test_fuzzer.c.s + +src/test/SDL_test_harness.o: src/test/SDL_test_harness.c.o +.PHONY : src/test/SDL_test_harness.o + +# target to build an object file +src/test/SDL_test_harness.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o +.PHONY : src/test/SDL_test_harness.c.o + +src/test/SDL_test_harness.i: src/test/SDL_test_harness.c.i +.PHONY : src/test/SDL_test_harness.i + +# target to preprocess a source file +src/test/SDL_test_harness.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.i +.PHONY : src/test/SDL_test_harness.c.i + +src/test/SDL_test_harness.s: src/test/SDL_test_harness.c.s +.PHONY : src/test/SDL_test_harness.s + +# target to generate assembly for a file +src/test/SDL_test_harness.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.s +.PHONY : src/test/SDL_test_harness.c.s + +src/test/SDL_test_log.o: src/test/SDL_test_log.c.o +.PHONY : src/test/SDL_test_log.o + +# target to build an object file +src/test/SDL_test_log.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o +.PHONY : src/test/SDL_test_log.c.o + +src/test/SDL_test_log.i: src/test/SDL_test_log.c.i +.PHONY : src/test/SDL_test_log.i + +# target to preprocess a source file +src/test/SDL_test_log.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.i +.PHONY : src/test/SDL_test_log.c.i + +src/test/SDL_test_log.s: src/test/SDL_test_log.c.s +.PHONY : src/test/SDL_test_log.s + +# target to generate assembly for a file +src/test/SDL_test_log.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.s +.PHONY : src/test/SDL_test_log.c.s + +src/test/SDL_test_md5.o: src/test/SDL_test_md5.c.o +.PHONY : src/test/SDL_test_md5.o + +# target to build an object file +src/test/SDL_test_md5.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o +.PHONY : src/test/SDL_test_md5.c.o + +src/test/SDL_test_md5.i: src/test/SDL_test_md5.c.i +.PHONY : src/test/SDL_test_md5.i + +# target to preprocess a source file +src/test/SDL_test_md5.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.i +.PHONY : src/test/SDL_test_md5.c.i + +src/test/SDL_test_md5.s: src/test/SDL_test_md5.c.s +.PHONY : src/test/SDL_test_md5.s + +# target to generate assembly for a file +src/test/SDL_test_md5.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.s +.PHONY : src/test/SDL_test_md5.c.s + +src/test/SDL_test_memory.o: src/test/SDL_test_memory.c.o +.PHONY : src/test/SDL_test_memory.o + +# target to build an object file +src/test/SDL_test_memory.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o +.PHONY : src/test/SDL_test_memory.c.o + +src/test/SDL_test_memory.i: src/test/SDL_test_memory.c.i +.PHONY : src/test/SDL_test_memory.i + +# target to preprocess a source file +src/test/SDL_test_memory.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.i +.PHONY : src/test/SDL_test_memory.c.i + +src/test/SDL_test_memory.s: src/test/SDL_test_memory.c.s +.PHONY : src/test/SDL_test_memory.s + +# target to generate assembly for a file +src/test/SDL_test_memory.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.s +.PHONY : src/test/SDL_test_memory.c.s + +src/thread/SDL_thread.o: src/thread/SDL_thread.c.o +.PHONY : src/thread/SDL_thread.o + +# target to build an object file +src/thread/SDL_thread.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o +.PHONY : src/thread/SDL_thread.c.o + +src/thread/SDL_thread.i: src/thread/SDL_thread.c.i +.PHONY : src/thread/SDL_thread.i + +# target to preprocess a source file +src/thread/SDL_thread.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.i +.PHONY : src/thread/SDL_thread.c.i + +src/thread/SDL_thread.s: src/thread/SDL_thread.c.s +.PHONY : src/thread/SDL_thread.s + +# target to generate assembly for a file +src/thread/SDL_thread.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.s +.PHONY : src/thread/SDL_thread.c.s + +src/thread/pthread/SDL_syscond.o: src/thread/pthread/SDL_syscond.c.o +.PHONY : src/thread/pthread/SDL_syscond.o + +# target to build an object file +src/thread/pthread/SDL_syscond.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o +.PHONY : src/thread/pthread/SDL_syscond.c.o + +src/thread/pthread/SDL_syscond.i: src/thread/pthread/SDL_syscond.c.i +.PHONY : src/thread/pthread/SDL_syscond.i + +# target to preprocess a source file +src/thread/pthread/SDL_syscond.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.i +.PHONY : src/thread/pthread/SDL_syscond.c.i + +src/thread/pthread/SDL_syscond.s: src/thread/pthread/SDL_syscond.c.s +.PHONY : src/thread/pthread/SDL_syscond.s + +# target to generate assembly for a file +src/thread/pthread/SDL_syscond.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.s +.PHONY : src/thread/pthread/SDL_syscond.c.s + +src/thread/pthread/SDL_sysmutex.o: src/thread/pthread/SDL_sysmutex.c.o +.PHONY : src/thread/pthread/SDL_sysmutex.o + +# target to build an object file +src/thread/pthread/SDL_sysmutex.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o +.PHONY : src/thread/pthread/SDL_sysmutex.c.o + +src/thread/pthread/SDL_sysmutex.i: src/thread/pthread/SDL_sysmutex.c.i +.PHONY : src/thread/pthread/SDL_sysmutex.i + +# target to preprocess a source file +src/thread/pthread/SDL_sysmutex.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.i +.PHONY : src/thread/pthread/SDL_sysmutex.c.i + +src/thread/pthread/SDL_sysmutex.s: src/thread/pthread/SDL_sysmutex.c.s +.PHONY : src/thread/pthread/SDL_sysmutex.s + +# target to generate assembly for a file +src/thread/pthread/SDL_sysmutex.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.s +.PHONY : src/thread/pthread/SDL_sysmutex.c.s + +src/thread/pthread/SDL_sysrwlock.o: src/thread/pthread/SDL_sysrwlock.c.o +.PHONY : src/thread/pthread/SDL_sysrwlock.o + +# target to build an object file +src/thread/pthread/SDL_sysrwlock.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o +.PHONY : src/thread/pthread/SDL_sysrwlock.c.o + +src/thread/pthread/SDL_sysrwlock.i: src/thread/pthread/SDL_sysrwlock.c.i +.PHONY : src/thread/pthread/SDL_sysrwlock.i + +# target to preprocess a source file +src/thread/pthread/SDL_sysrwlock.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.i +.PHONY : src/thread/pthread/SDL_sysrwlock.c.i + +src/thread/pthread/SDL_sysrwlock.s: src/thread/pthread/SDL_sysrwlock.c.s +.PHONY : src/thread/pthread/SDL_sysrwlock.s + +# target to generate assembly for a file +src/thread/pthread/SDL_sysrwlock.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.s +.PHONY : src/thread/pthread/SDL_sysrwlock.c.s + +src/thread/pthread/SDL_syssem.o: src/thread/pthread/SDL_syssem.c.o +.PHONY : src/thread/pthread/SDL_syssem.o + +# target to build an object file +src/thread/pthread/SDL_syssem.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o +.PHONY : src/thread/pthread/SDL_syssem.c.o + +src/thread/pthread/SDL_syssem.i: src/thread/pthread/SDL_syssem.c.i +.PHONY : src/thread/pthread/SDL_syssem.i + +# target to preprocess a source file +src/thread/pthread/SDL_syssem.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.i +.PHONY : src/thread/pthread/SDL_syssem.c.i + +src/thread/pthread/SDL_syssem.s: src/thread/pthread/SDL_syssem.c.s +.PHONY : src/thread/pthread/SDL_syssem.s + +# target to generate assembly for a file +src/thread/pthread/SDL_syssem.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.s +.PHONY : src/thread/pthread/SDL_syssem.c.s + +src/thread/pthread/SDL_systhread.o: src/thread/pthread/SDL_systhread.c.o +.PHONY : src/thread/pthread/SDL_systhread.o + +# target to build an object file +src/thread/pthread/SDL_systhread.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o +.PHONY : src/thread/pthread/SDL_systhread.c.o + +src/thread/pthread/SDL_systhread.i: src/thread/pthread/SDL_systhread.c.i +.PHONY : src/thread/pthread/SDL_systhread.i + +# target to preprocess a source file +src/thread/pthread/SDL_systhread.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.i +.PHONY : src/thread/pthread/SDL_systhread.c.i + +src/thread/pthread/SDL_systhread.s: src/thread/pthread/SDL_systhread.c.s +.PHONY : src/thread/pthread/SDL_systhread.s + +# target to generate assembly for a file +src/thread/pthread/SDL_systhread.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.s +.PHONY : src/thread/pthread/SDL_systhread.c.s + +src/thread/pthread/SDL_systls.o: src/thread/pthread/SDL_systls.c.o +.PHONY : src/thread/pthread/SDL_systls.o + +# target to build an object file +src/thread/pthread/SDL_systls.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o +.PHONY : src/thread/pthread/SDL_systls.c.o + +src/thread/pthread/SDL_systls.i: src/thread/pthread/SDL_systls.c.i +.PHONY : src/thread/pthread/SDL_systls.i + +# target to preprocess a source file +src/thread/pthread/SDL_systls.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.i +.PHONY : src/thread/pthread/SDL_systls.c.i + +src/thread/pthread/SDL_systls.s: src/thread/pthread/SDL_systls.c.s +.PHONY : src/thread/pthread/SDL_systls.s + +# target to generate assembly for a file +src/thread/pthread/SDL_systls.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.s +.PHONY : src/thread/pthread/SDL_systls.c.s + +src/time/SDL_time.o: src/time/SDL_time.c.o +.PHONY : src/time/SDL_time.o + +# target to build an object file +src/time/SDL_time.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o +.PHONY : src/time/SDL_time.c.o + +src/time/SDL_time.i: src/time/SDL_time.c.i +.PHONY : src/time/SDL_time.i + +# target to preprocess a source file +src/time/SDL_time.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.i +.PHONY : src/time/SDL_time.c.i + +src/time/SDL_time.s: src/time/SDL_time.c.s +.PHONY : src/time/SDL_time.s + +# target to generate assembly for a file +src/time/SDL_time.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.s +.PHONY : src/time/SDL_time.c.s + +src/time/unix/SDL_systime.o: src/time/unix/SDL_systime.c.o +.PHONY : src/time/unix/SDL_systime.o + +# target to build an object file +src/time/unix/SDL_systime.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o +.PHONY : src/time/unix/SDL_systime.c.o + +src/time/unix/SDL_systime.i: src/time/unix/SDL_systime.c.i +.PHONY : src/time/unix/SDL_systime.i + +# target to preprocess a source file +src/time/unix/SDL_systime.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.i +.PHONY : src/time/unix/SDL_systime.c.i + +src/time/unix/SDL_systime.s: src/time/unix/SDL_systime.c.s +.PHONY : src/time/unix/SDL_systime.s + +# target to generate assembly for a file +src/time/unix/SDL_systime.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.s +.PHONY : src/time/unix/SDL_systime.c.s + +src/timer/SDL_timer.o: src/timer/SDL_timer.c.o +.PHONY : src/timer/SDL_timer.o + +# target to build an object file +src/timer/SDL_timer.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o +.PHONY : src/timer/SDL_timer.c.o + +src/timer/SDL_timer.i: src/timer/SDL_timer.c.i +.PHONY : src/timer/SDL_timer.i + +# target to preprocess a source file +src/timer/SDL_timer.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.i +.PHONY : src/timer/SDL_timer.c.i + +src/timer/SDL_timer.s: src/timer/SDL_timer.c.s +.PHONY : src/timer/SDL_timer.s + +# target to generate assembly for a file +src/timer/SDL_timer.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.s +.PHONY : src/timer/SDL_timer.c.s + +src/timer/unix/SDL_systimer.o: src/timer/unix/SDL_systimer.c.o +.PHONY : src/timer/unix/SDL_systimer.o + +# target to build an object file +src/timer/unix/SDL_systimer.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o +.PHONY : src/timer/unix/SDL_systimer.c.o + +src/timer/unix/SDL_systimer.i: src/timer/unix/SDL_systimer.c.i +.PHONY : src/timer/unix/SDL_systimer.i + +# target to preprocess a source file +src/timer/unix/SDL_systimer.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.i +.PHONY : src/timer/unix/SDL_systimer.c.i + +src/timer/unix/SDL_systimer.s: src/timer/unix/SDL_systimer.c.s +.PHONY : src/timer/unix/SDL_systimer.s + +# target to generate assembly for a file +src/timer/unix/SDL_systimer.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.s +.PHONY : src/timer/unix/SDL_systimer.c.s + +src/tray/SDL_tray_utils.o: src/tray/SDL_tray_utils.c.o +.PHONY : src/tray/SDL_tray_utils.o + +# target to build an object file +src/tray/SDL_tray_utils.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o +.PHONY : src/tray/SDL_tray_utils.c.o + +src/tray/SDL_tray_utils.i: src/tray/SDL_tray_utils.c.i +.PHONY : src/tray/SDL_tray_utils.i + +# target to preprocess a source file +src/tray/SDL_tray_utils.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.i +.PHONY : src/tray/SDL_tray_utils.c.i + +src/tray/SDL_tray_utils.s: src/tray/SDL_tray_utils.c.s +.PHONY : src/tray/SDL_tray_utils.s + +# target to generate assembly for a file +src/tray/SDL_tray_utils.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.s +.PHONY : src/tray/SDL_tray_utils.c.s + +src/tray/unix/SDL_tray.o: src/tray/unix/SDL_tray.c.o +.PHONY : src/tray/unix/SDL_tray.o + +# target to build an object file +src/tray/unix/SDL_tray.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o +.PHONY : src/tray/unix/SDL_tray.c.o + +src/tray/unix/SDL_tray.i: src/tray/unix/SDL_tray.c.i +.PHONY : src/tray/unix/SDL_tray.i + +# target to preprocess a source file +src/tray/unix/SDL_tray.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.i +.PHONY : src/tray/unix/SDL_tray.c.i + +src/tray/unix/SDL_tray.s: src/tray/unix/SDL_tray.c.s +.PHONY : src/tray/unix/SDL_tray.s + +# target to generate assembly for a file +src/tray/unix/SDL_tray.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.s +.PHONY : src/tray/unix/SDL_tray.c.s + +src/video/SDL_RLEaccel.o: src/video/SDL_RLEaccel.c.o +.PHONY : src/video/SDL_RLEaccel.o + +# target to build an object file +src/video/SDL_RLEaccel.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o +.PHONY : src/video/SDL_RLEaccel.c.o + +src/video/SDL_RLEaccel.i: src/video/SDL_RLEaccel.c.i +.PHONY : src/video/SDL_RLEaccel.i + +# target to preprocess a source file +src/video/SDL_RLEaccel.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.i +.PHONY : src/video/SDL_RLEaccel.c.i + +src/video/SDL_RLEaccel.s: src/video/SDL_RLEaccel.c.s +.PHONY : src/video/SDL_RLEaccel.s + +# target to generate assembly for a file +src/video/SDL_RLEaccel.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.s +.PHONY : src/video/SDL_RLEaccel.c.s + +src/video/SDL_blit.o: src/video/SDL_blit.c.o +.PHONY : src/video/SDL_blit.o + +# target to build an object file +src/video/SDL_blit.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o +.PHONY : src/video/SDL_blit.c.o + +src/video/SDL_blit.i: src/video/SDL_blit.c.i +.PHONY : src/video/SDL_blit.i + +# target to preprocess a source file +src/video/SDL_blit.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.i +.PHONY : src/video/SDL_blit.c.i + +src/video/SDL_blit.s: src/video/SDL_blit.c.s +.PHONY : src/video/SDL_blit.s + +# target to generate assembly for a file +src/video/SDL_blit.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.s +.PHONY : src/video/SDL_blit.c.s + +src/video/SDL_blit_0.o: src/video/SDL_blit_0.c.o +.PHONY : src/video/SDL_blit_0.o + +# target to build an object file +src/video/SDL_blit_0.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o +.PHONY : src/video/SDL_blit_0.c.o + +src/video/SDL_blit_0.i: src/video/SDL_blit_0.c.i +.PHONY : src/video/SDL_blit_0.i + +# target to preprocess a source file +src/video/SDL_blit_0.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.i +.PHONY : src/video/SDL_blit_0.c.i + +src/video/SDL_blit_0.s: src/video/SDL_blit_0.c.s +.PHONY : src/video/SDL_blit_0.s + +# target to generate assembly for a file +src/video/SDL_blit_0.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.s +.PHONY : src/video/SDL_blit_0.c.s + +src/video/SDL_blit_1.o: src/video/SDL_blit_1.c.o +.PHONY : src/video/SDL_blit_1.o + +# target to build an object file +src/video/SDL_blit_1.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o +.PHONY : src/video/SDL_blit_1.c.o + +src/video/SDL_blit_1.i: src/video/SDL_blit_1.c.i +.PHONY : src/video/SDL_blit_1.i + +# target to preprocess a source file +src/video/SDL_blit_1.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.i +.PHONY : src/video/SDL_blit_1.c.i + +src/video/SDL_blit_1.s: src/video/SDL_blit_1.c.s +.PHONY : src/video/SDL_blit_1.s + +# target to generate assembly for a file +src/video/SDL_blit_1.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.s +.PHONY : src/video/SDL_blit_1.c.s + +src/video/SDL_blit_A.o: src/video/SDL_blit_A.c.o +.PHONY : src/video/SDL_blit_A.o + +# target to build an object file +src/video/SDL_blit_A.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o +.PHONY : src/video/SDL_blit_A.c.o + +src/video/SDL_blit_A.i: src/video/SDL_blit_A.c.i +.PHONY : src/video/SDL_blit_A.i + +# target to preprocess a source file +src/video/SDL_blit_A.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.i +.PHONY : src/video/SDL_blit_A.c.i + +src/video/SDL_blit_A.s: src/video/SDL_blit_A.c.s +.PHONY : src/video/SDL_blit_A.s + +# target to generate assembly for a file +src/video/SDL_blit_A.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.s +.PHONY : src/video/SDL_blit_A.c.s + +src/video/SDL_blit_N.o: src/video/SDL_blit_N.c.o +.PHONY : src/video/SDL_blit_N.o + +# target to build an object file +src/video/SDL_blit_N.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o +.PHONY : src/video/SDL_blit_N.c.o + +src/video/SDL_blit_N.i: src/video/SDL_blit_N.c.i +.PHONY : src/video/SDL_blit_N.i + +# target to preprocess a source file +src/video/SDL_blit_N.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.i +.PHONY : src/video/SDL_blit_N.c.i + +src/video/SDL_blit_N.s: src/video/SDL_blit_N.c.s +.PHONY : src/video/SDL_blit_N.s + +# target to generate assembly for a file +src/video/SDL_blit_N.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.s +.PHONY : src/video/SDL_blit_N.c.s + +src/video/SDL_blit_auto.o: src/video/SDL_blit_auto.c.o +.PHONY : src/video/SDL_blit_auto.o + +# target to build an object file +src/video/SDL_blit_auto.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o +.PHONY : src/video/SDL_blit_auto.c.o + +src/video/SDL_blit_auto.i: src/video/SDL_blit_auto.c.i +.PHONY : src/video/SDL_blit_auto.i + +# target to preprocess a source file +src/video/SDL_blit_auto.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.i +.PHONY : src/video/SDL_blit_auto.c.i + +src/video/SDL_blit_auto.s: src/video/SDL_blit_auto.c.s +.PHONY : src/video/SDL_blit_auto.s + +# target to generate assembly for a file +src/video/SDL_blit_auto.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.s +.PHONY : src/video/SDL_blit_auto.c.s + +src/video/SDL_blit_copy.o: src/video/SDL_blit_copy.c.o +.PHONY : src/video/SDL_blit_copy.o + +# target to build an object file +src/video/SDL_blit_copy.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o +.PHONY : src/video/SDL_blit_copy.c.o + +src/video/SDL_blit_copy.i: src/video/SDL_blit_copy.c.i +.PHONY : src/video/SDL_blit_copy.i + +# target to preprocess a source file +src/video/SDL_blit_copy.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.i +.PHONY : src/video/SDL_blit_copy.c.i + +src/video/SDL_blit_copy.s: src/video/SDL_blit_copy.c.s +.PHONY : src/video/SDL_blit_copy.s + +# target to generate assembly for a file +src/video/SDL_blit_copy.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.s +.PHONY : src/video/SDL_blit_copy.c.s + +src/video/SDL_blit_slow.o: src/video/SDL_blit_slow.c.o +.PHONY : src/video/SDL_blit_slow.o + +# target to build an object file +src/video/SDL_blit_slow.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o +.PHONY : src/video/SDL_blit_slow.c.o + +src/video/SDL_blit_slow.i: src/video/SDL_blit_slow.c.i +.PHONY : src/video/SDL_blit_slow.i + +# target to preprocess a source file +src/video/SDL_blit_slow.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.i +.PHONY : src/video/SDL_blit_slow.c.i + +src/video/SDL_blit_slow.s: src/video/SDL_blit_slow.c.s +.PHONY : src/video/SDL_blit_slow.s + +# target to generate assembly for a file +src/video/SDL_blit_slow.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.s +.PHONY : src/video/SDL_blit_slow.c.s + +src/video/SDL_bmp.o: src/video/SDL_bmp.c.o +.PHONY : src/video/SDL_bmp.o + +# target to build an object file +src/video/SDL_bmp.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o +.PHONY : src/video/SDL_bmp.c.o + +src/video/SDL_bmp.i: src/video/SDL_bmp.c.i +.PHONY : src/video/SDL_bmp.i + +# target to preprocess a source file +src/video/SDL_bmp.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.i +.PHONY : src/video/SDL_bmp.c.i + +src/video/SDL_bmp.s: src/video/SDL_bmp.c.s +.PHONY : src/video/SDL_bmp.s + +# target to generate assembly for a file +src/video/SDL_bmp.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.s +.PHONY : src/video/SDL_bmp.c.s + +src/video/SDL_clipboard.o: src/video/SDL_clipboard.c.o +.PHONY : src/video/SDL_clipboard.o + +# target to build an object file +src/video/SDL_clipboard.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o +.PHONY : src/video/SDL_clipboard.c.o + +src/video/SDL_clipboard.i: src/video/SDL_clipboard.c.i +.PHONY : src/video/SDL_clipboard.i + +# target to preprocess a source file +src/video/SDL_clipboard.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.i +.PHONY : src/video/SDL_clipboard.c.i + +src/video/SDL_clipboard.s: src/video/SDL_clipboard.c.s +.PHONY : src/video/SDL_clipboard.s + +# target to generate assembly for a file +src/video/SDL_clipboard.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.s +.PHONY : src/video/SDL_clipboard.c.s + +src/video/SDL_egl.o: src/video/SDL_egl.c.o +.PHONY : src/video/SDL_egl.o + +# target to build an object file +src/video/SDL_egl.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o +.PHONY : src/video/SDL_egl.c.o + +src/video/SDL_egl.i: src/video/SDL_egl.c.i +.PHONY : src/video/SDL_egl.i + +# target to preprocess a source file +src/video/SDL_egl.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.i +.PHONY : src/video/SDL_egl.c.i + +src/video/SDL_egl.s: src/video/SDL_egl.c.s +.PHONY : src/video/SDL_egl.s + +# target to generate assembly for a file +src/video/SDL_egl.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.s +.PHONY : src/video/SDL_egl.c.s + +src/video/SDL_fillrect.o: src/video/SDL_fillrect.c.o +.PHONY : src/video/SDL_fillrect.o + +# target to build an object file +src/video/SDL_fillrect.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o +.PHONY : src/video/SDL_fillrect.c.o + +src/video/SDL_fillrect.i: src/video/SDL_fillrect.c.i +.PHONY : src/video/SDL_fillrect.i + +# target to preprocess a source file +src/video/SDL_fillrect.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.i +.PHONY : src/video/SDL_fillrect.c.i + +src/video/SDL_fillrect.s: src/video/SDL_fillrect.c.s +.PHONY : src/video/SDL_fillrect.s + +# target to generate assembly for a file +src/video/SDL_fillrect.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.s +.PHONY : src/video/SDL_fillrect.c.s + +src/video/SDL_pixels.o: src/video/SDL_pixels.c.o +.PHONY : src/video/SDL_pixels.o + +# target to build an object file +src/video/SDL_pixels.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o +.PHONY : src/video/SDL_pixels.c.o + +src/video/SDL_pixels.i: src/video/SDL_pixels.c.i +.PHONY : src/video/SDL_pixels.i + +# target to preprocess a source file +src/video/SDL_pixels.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.i +.PHONY : src/video/SDL_pixels.c.i + +src/video/SDL_pixels.s: src/video/SDL_pixels.c.s +.PHONY : src/video/SDL_pixels.s + +# target to generate assembly for a file +src/video/SDL_pixels.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.s +.PHONY : src/video/SDL_pixels.c.s + +src/video/SDL_rect.o: src/video/SDL_rect.c.o +.PHONY : src/video/SDL_rect.o + +# target to build an object file +src/video/SDL_rect.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o +.PHONY : src/video/SDL_rect.c.o + +src/video/SDL_rect.i: src/video/SDL_rect.c.i +.PHONY : src/video/SDL_rect.i + +# target to preprocess a source file +src/video/SDL_rect.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.i +.PHONY : src/video/SDL_rect.c.i + +src/video/SDL_rect.s: src/video/SDL_rect.c.s +.PHONY : src/video/SDL_rect.s + +# target to generate assembly for a file +src/video/SDL_rect.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.s +.PHONY : src/video/SDL_rect.c.s + +src/video/SDL_stb.o: src/video/SDL_stb.c.o +.PHONY : src/video/SDL_stb.o + +# target to build an object file +src/video/SDL_stb.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o +.PHONY : src/video/SDL_stb.c.o + +src/video/SDL_stb.i: src/video/SDL_stb.c.i +.PHONY : src/video/SDL_stb.i + +# target to preprocess a source file +src/video/SDL_stb.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.i +.PHONY : src/video/SDL_stb.c.i + +src/video/SDL_stb.s: src/video/SDL_stb.c.s +.PHONY : src/video/SDL_stb.s + +# target to generate assembly for a file +src/video/SDL_stb.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.s +.PHONY : src/video/SDL_stb.c.s + +src/video/SDL_stretch.o: src/video/SDL_stretch.c.o +.PHONY : src/video/SDL_stretch.o + +# target to build an object file +src/video/SDL_stretch.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o +.PHONY : src/video/SDL_stretch.c.o + +src/video/SDL_stretch.i: src/video/SDL_stretch.c.i +.PHONY : src/video/SDL_stretch.i + +# target to preprocess a source file +src/video/SDL_stretch.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.i +.PHONY : src/video/SDL_stretch.c.i + +src/video/SDL_stretch.s: src/video/SDL_stretch.c.s +.PHONY : src/video/SDL_stretch.s + +# target to generate assembly for a file +src/video/SDL_stretch.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.s +.PHONY : src/video/SDL_stretch.c.s + +src/video/SDL_surface.o: src/video/SDL_surface.c.o +.PHONY : src/video/SDL_surface.o + +# target to build an object file +src/video/SDL_surface.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o +.PHONY : src/video/SDL_surface.c.o + +src/video/SDL_surface.i: src/video/SDL_surface.c.i +.PHONY : src/video/SDL_surface.i + +# target to preprocess a source file +src/video/SDL_surface.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.i +.PHONY : src/video/SDL_surface.c.i + +src/video/SDL_surface.s: src/video/SDL_surface.c.s +.PHONY : src/video/SDL_surface.s + +# target to generate assembly for a file +src/video/SDL_surface.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.s +.PHONY : src/video/SDL_surface.c.s + +src/video/SDL_video.o: src/video/SDL_video.c.o +.PHONY : src/video/SDL_video.o + +# target to build an object file +src/video/SDL_video.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o +.PHONY : src/video/SDL_video.c.o + +src/video/SDL_video.i: src/video/SDL_video.c.i +.PHONY : src/video/SDL_video.i + +# target to preprocess a source file +src/video/SDL_video.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.i +.PHONY : src/video/SDL_video.c.i + +src/video/SDL_video.s: src/video/SDL_video.c.s +.PHONY : src/video/SDL_video.s + +# target to generate assembly for a file +src/video/SDL_video.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.s +.PHONY : src/video/SDL_video.c.s + +src/video/SDL_video_unsupported.o: src/video/SDL_video_unsupported.c.o +.PHONY : src/video/SDL_video_unsupported.o + +# target to build an object file +src/video/SDL_video_unsupported.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o +.PHONY : src/video/SDL_video_unsupported.c.o + +src/video/SDL_video_unsupported.i: src/video/SDL_video_unsupported.c.i +.PHONY : src/video/SDL_video_unsupported.i + +# target to preprocess a source file +src/video/SDL_video_unsupported.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.i +.PHONY : src/video/SDL_video_unsupported.c.i + +src/video/SDL_video_unsupported.s: src/video/SDL_video_unsupported.c.s +.PHONY : src/video/SDL_video_unsupported.s + +# target to generate assembly for a file +src/video/SDL_video_unsupported.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.s +.PHONY : src/video/SDL_video_unsupported.c.s + +src/video/SDL_vulkan_utils.o: src/video/SDL_vulkan_utils.c.o +.PHONY : src/video/SDL_vulkan_utils.o + +# target to build an object file +src/video/SDL_vulkan_utils.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o +.PHONY : src/video/SDL_vulkan_utils.c.o + +src/video/SDL_vulkan_utils.i: src/video/SDL_vulkan_utils.c.i +.PHONY : src/video/SDL_vulkan_utils.i + +# target to preprocess a source file +src/video/SDL_vulkan_utils.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.i +.PHONY : src/video/SDL_vulkan_utils.c.i + +src/video/SDL_vulkan_utils.s: src/video/SDL_vulkan_utils.c.s +.PHONY : src/video/SDL_vulkan_utils.s + +# target to generate assembly for a file +src/video/SDL_vulkan_utils.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.s +.PHONY : src/video/SDL_vulkan_utils.c.s + +src/video/SDL_yuv.o: src/video/SDL_yuv.c.o +.PHONY : src/video/SDL_yuv.o + +# target to build an object file +src/video/SDL_yuv.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o +.PHONY : src/video/SDL_yuv.c.o + +src/video/SDL_yuv.i: src/video/SDL_yuv.c.i +.PHONY : src/video/SDL_yuv.i + +# target to preprocess a source file +src/video/SDL_yuv.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.i +.PHONY : src/video/SDL_yuv.c.i + +src/video/SDL_yuv.s: src/video/SDL_yuv.c.s +.PHONY : src/video/SDL_yuv.s + +# target to generate assembly for a file +src/video/SDL_yuv.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.s +.PHONY : src/video/SDL_yuv.c.s + +src/video/dummy/SDL_nullevents.o: src/video/dummy/SDL_nullevents.c.o +.PHONY : src/video/dummy/SDL_nullevents.o + +# target to build an object file +src/video/dummy/SDL_nullevents.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o +.PHONY : src/video/dummy/SDL_nullevents.c.o + +src/video/dummy/SDL_nullevents.i: src/video/dummy/SDL_nullevents.c.i +.PHONY : src/video/dummy/SDL_nullevents.i + +# target to preprocess a source file +src/video/dummy/SDL_nullevents.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.i +.PHONY : src/video/dummy/SDL_nullevents.c.i + +src/video/dummy/SDL_nullevents.s: src/video/dummy/SDL_nullevents.c.s +.PHONY : src/video/dummy/SDL_nullevents.s + +# target to generate assembly for a file +src/video/dummy/SDL_nullevents.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.s +.PHONY : src/video/dummy/SDL_nullevents.c.s + +src/video/dummy/SDL_nullframebuffer.o: src/video/dummy/SDL_nullframebuffer.c.o +.PHONY : src/video/dummy/SDL_nullframebuffer.o + +# target to build an object file +src/video/dummy/SDL_nullframebuffer.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o +.PHONY : src/video/dummy/SDL_nullframebuffer.c.o + +src/video/dummy/SDL_nullframebuffer.i: src/video/dummy/SDL_nullframebuffer.c.i +.PHONY : src/video/dummy/SDL_nullframebuffer.i + +# target to preprocess a source file +src/video/dummy/SDL_nullframebuffer.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.i +.PHONY : src/video/dummy/SDL_nullframebuffer.c.i + +src/video/dummy/SDL_nullframebuffer.s: src/video/dummy/SDL_nullframebuffer.c.s +.PHONY : src/video/dummy/SDL_nullframebuffer.s + +# target to generate assembly for a file +src/video/dummy/SDL_nullframebuffer.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.s +.PHONY : src/video/dummy/SDL_nullframebuffer.c.s + +src/video/dummy/SDL_nullvideo.o: src/video/dummy/SDL_nullvideo.c.o +.PHONY : src/video/dummy/SDL_nullvideo.o + +# target to build an object file +src/video/dummy/SDL_nullvideo.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o +.PHONY : src/video/dummy/SDL_nullvideo.c.o + +src/video/dummy/SDL_nullvideo.i: src/video/dummy/SDL_nullvideo.c.i +.PHONY : src/video/dummy/SDL_nullvideo.i + +# target to preprocess a source file +src/video/dummy/SDL_nullvideo.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.i +.PHONY : src/video/dummy/SDL_nullvideo.c.i + +src/video/dummy/SDL_nullvideo.s: src/video/dummy/SDL_nullvideo.c.s +.PHONY : src/video/dummy/SDL_nullvideo.s + +# target to generate assembly for a file +src/video/dummy/SDL_nullvideo.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.s +.PHONY : src/video/dummy/SDL_nullvideo.c.s + +src/video/kmsdrm/SDL_kmsdrmdyn.o: src/video/kmsdrm/SDL_kmsdrmdyn.c.o +.PHONY : src/video/kmsdrm/SDL_kmsdrmdyn.o + +# target to build an object file +src/video/kmsdrm/SDL_kmsdrmdyn.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o +.PHONY : src/video/kmsdrm/SDL_kmsdrmdyn.c.o + +src/video/kmsdrm/SDL_kmsdrmdyn.i: src/video/kmsdrm/SDL_kmsdrmdyn.c.i +.PHONY : src/video/kmsdrm/SDL_kmsdrmdyn.i + +# target to preprocess a source file +src/video/kmsdrm/SDL_kmsdrmdyn.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.i +.PHONY : src/video/kmsdrm/SDL_kmsdrmdyn.c.i + +src/video/kmsdrm/SDL_kmsdrmdyn.s: src/video/kmsdrm/SDL_kmsdrmdyn.c.s +.PHONY : src/video/kmsdrm/SDL_kmsdrmdyn.s + +# target to generate assembly for a file +src/video/kmsdrm/SDL_kmsdrmdyn.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.s +.PHONY : src/video/kmsdrm/SDL_kmsdrmdyn.c.s + +src/video/kmsdrm/SDL_kmsdrmevents.o: src/video/kmsdrm/SDL_kmsdrmevents.c.o +.PHONY : src/video/kmsdrm/SDL_kmsdrmevents.o + +# target to build an object file +src/video/kmsdrm/SDL_kmsdrmevents.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o +.PHONY : src/video/kmsdrm/SDL_kmsdrmevents.c.o + +src/video/kmsdrm/SDL_kmsdrmevents.i: src/video/kmsdrm/SDL_kmsdrmevents.c.i +.PHONY : src/video/kmsdrm/SDL_kmsdrmevents.i + +# target to preprocess a source file +src/video/kmsdrm/SDL_kmsdrmevents.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.i +.PHONY : src/video/kmsdrm/SDL_kmsdrmevents.c.i + +src/video/kmsdrm/SDL_kmsdrmevents.s: src/video/kmsdrm/SDL_kmsdrmevents.c.s +.PHONY : src/video/kmsdrm/SDL_kmsdrmevents.s + +# target to generate assembly for a file +src/video/kmsdrm/SDL_kmsdrmevents.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.s +.PHONY : src/video/kmsdrm/SDL_kmsdrmevents.c.s + +src/video/kmsdrm/SDL_kmsdrmmouse.o: src/video/kmsdrm/SDL_kmsdrmmouse.c.o +.PHONY : src/video/kmsdrm/SDL_kmsdrmmouse.o + +# target to build an object file +src/video/kmsdrm/SDL_kmsdrmmouse.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o +.PHONY : src/video/kmsdrm/SDL_kmsdrmmouse.c.o + +src/video/kmsdrm/SDL_kmsdrmmouse.i: src/video/kmsdrm/SDL_kmsdrmmouse.c.i +.PHONY : src/video/kmsdrm/SDL_kmsdrmmouse.i + +# target to preprocess a source file +src/video/kmsdrm/SDL_kmsdrmmouse.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.i +.PHONY : src/video/kmsdrm/SDL_kmsdrmmouse.c.i + +src/video/kmsdrm/SDL_kmsdrmmouse.s: src/video/kmsdrm/SDL_kmsdrmmouse.c.s +.PHONY : src/video/kmsdrm/SDL_kmsdrmmouse.s + +# target to generate assembly for a file +src/video/kmsdrm/SDL_kmsdrmmouse.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.s +.PHONY : src/video/kmsdrm/SDL_kmsdrmmouse.c.s + +src/video/kmsdrm/SDL_kmsdrmopengles.o: src/video/kmsdrm/SDL_kmsdrmopengles.c.o +.PHONY : src/video/kmsdrm/SDL_kmsdrmopengles.o + +# target to build an object file +src/video/kmsdrm/SDL_kmsdrmopengles.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o +.PHONY : src/video/kmsdrm/SDL_kmsdrmopengles.c.o + +src/video/kmsdrm/SDL_kmsdrmopengles.i: src/video/kmsdrm/SDL_kmsdrmopengles.c.i +.PHONY : src/video/kmsdrm/SDL_kmsdrmopengles.i + +# target to preprocess a source file +src/video/kmsdrm/SDL_kmsdrmopengles.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.i +.PHONY : src/video/kmsdrm/SDL_kmsdrmopengles.c.i + +src/video/kmsdrm/SDL_kmsdrmopengles.s: src/video/kmsdrm/SDL_kmsdrmopengles.c.s +.PHONY : src/video/kmsdrm/SDL_kmsdrmopengles.s + +# target to generate assembly for a file +src/video/kmsdrm/SDL_kmsdrmopengles.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.s +.PHONY : src/video/kmsdrm/SDL_kmsdrmopengles.c.s + +src/video/kmsdrm/SDL_kmsdrmvideo.o: src/video/kmsdrm/SDL_kmsdrmvideo.c.o +.PHONY : src/video/kmsdrm/SDL_kmsdrmvideo.o + +# target to build an object file +src/video/kmsdrm/SDL_kmsdrmvideo.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o +.PHONY : src/video/kmsdrm/SDL_kmsdrmvideo.c.o + +src/video/kmsdrm/SDL_kmsdrmvideo.i: src/video/kmsdrm/SDL_kmsdrmvideo.c.i +.PHONY : src/video/kmsdrm/SDL_kmsdrmvideo.i + +# target to preprocess a source file +src/video/kmsdrm/SDL_kmsdrmvideo.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.i +.PHONY : src/video/kmsdrm/SDL_kmsdrmvideo.c.i + +src/video/kmsdrm/SDL_kmsdrmvideo.s: src/video/kmsdrm/SDL_kmsdrmvideo.c.s +.PHONY : src/video/kmsdrm/SDL_kmsdrmvideo.s + +# target to generate assembly for a file +src/video/kmsdrm/SDL_kmsdrmvideo.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.s +.PHONY : src/video/kmsdrm/SDL_kmsdrmvideo.c.s + +src/video/kmsdrm/SDL_kmsdrmvulkan.o: src/video/kmsdrm/SDL_kmsdrmvulkan.c.o +.PHONY : src/video/kmsdrm/SDL_kmsdrmvulkan.o + +# target to build an object file +src/video/kmsdrm/SDL_kmsdrmvulkan.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o +.PHONY : src/video/kmsdrm/SDL_kmsdrmvulkan.c.o + +src/video/kmsdrm/SDL_kmsdrmvulkan.i: src/video/kmsdrm/SDL_kmsdrmvulkan.c.i +.PHONY : src/video/kmsdrm/SDL_kmsdrmvulkan.i + +# target to preprocess a source file +src/video/kmsdrm/SDL_kmsdrmvulkan.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.i +.PHONY : src/video/kmsdrm/SDL_kmsdrmvulkan.c.i + +src/video/kmsdrm/SDL_kmsdrmvulkan.s: src/video/kmsdrm/SDL_kmsdrmvulkan.c.s +.PHONY : src/video/kmsdrm/SDL_kmsdrmvulkan.s + +# target to generate assembly for a file +src/video/kmsdrm/SDL_kmsdrmvulkan.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.s +.PHONY : src/video/kmsdrm/SDL_kmsdrmvulkan.c.s + +src/video/offscreen/SDL_offscreenevents.o: src/video/offscreen/SDL_offscreenevents.c.o +.PHONY : src/video/offscreen/SDL_offscreenevents.o + +# target to build an object file +src/video/offscreen/SDL_offscreenevents.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o +.PHONY : src/video/offscreen/SDL_offscreenevents.c.o + +src/video/offscreen/SDL_offscreenevents.i: src/video/offscreen/SDL_offscreenevents.c.i +.PHONY : src/video/offscreen/SDL_offscreenevents.i + +# target to preprocess a source file +src/video/offscreen/SDL_offscreenevents.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.i +.PHONY : src/video/offscreen/SDL_offscreenevents.c.i + +src/video/offscreen/SDL_offscreenevents.s: src/video/offscreen/SDL_offscreenevents.c.s +.PHONY : src/video/offscreen/SDL_offscreenevents.s + +# target to generate assembly for a file +src/video/offscreen/SDL_offscreenevents.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.s +.PHONY : src/video/offscreen/SDL_offscreenevents.c.s + +src/video/offscreen/SDL_offscreenframebuffer.o: src/video/offscreen/SDL_offscreenframebuffer.c.o +.PHONY : src/video/offscreen/SDL_offscreenframebuffer.o + +# target to build an object file +src/video/offscreen/SDL_offscreenframebuffer.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o +.PHONY : src/video/offscreen/SDL_offscreenframebuffer.c.o + +src/video/offscreen/SDL_offscreenframebuffer.i: src/video/offscreen/SDL_offscreenframebuffer.c.i +.PHONY : src/video/offscreen/SDL_offscreenframebuffer.i + +# target to preprocess a source file +src/video/offscreen/SDL_offscreenframebuffer.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.i +.PHONY : src/video/offscreen/SDL_offscreenframebuffer.c.i + +src/video/offscreen/SDL_offscreenframebuffer.s: src/video/offscreen/SDL_offscreenframebuffer.c.s +.PHONY : src/video/offscreen/SDL_offscreenframebuffer.s + +# target to generate assembly for a file +src/video/offscreen/SDL_offscreenframebuffer.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.s +.PHONY : src/video/offscreen/SDL_offscreenframebuffer.c.s + +src/video/offscreen/SDL_offscreenopengles.o: src/video/offscreen/SDL_offscreenopengles.c.o +.PHONY : src/video/offscreen/SDL_offscreenopengles.o + +# target to build an object file +src/video/offscreen/SDL_offscreenopengles.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o +.PHONY : src/video/offscreen/SDL_offscreenopengles.c.o + +src/video/offscreen/SDL_offscreenopengles.i: src/video/offscreen/SDL_offscreenopengles.c.i +.PHONY : src/video/offscreen/SDL_offscreenopengles.i + +# target to preprocess a source file +src/video/offscreen/SDL_offscreenopengles.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.i +.PHONY : src/video/offscreen/SDL_offscreenopengles.c.i + +src/video/offscreen/SDL_offscreenopengles.s: src/video/offscreen/SDL_offscreenopengles.c.s +.PHONY : src/video/offscreen/SDL_offscreenopengles.s + +# target to generate assembly for a file +src/video/offscreen/SDL_offscreenopengles.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.s +.PHONY : src/video/offscreen/SDL_offscreenopengles.c.s + +src/video/offscreen/SDL_offscreenvideo.o: src/video/offscreen/SDL_offscreenvideo.c.o +.PHONY : src/video/offscreen/SDL_offscreenvideo.o + +# target to build an object file +src/video/offscreen/SDL_offscreenvideo.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o +.PHONY : src/video/offscreen/SDL_offscreenvideo.c.o + +src/video/offscreen/SDL_offscreenvideo.i: src/video/offscreen/SDL_offscreenvideo.c.i +.PHONY : src/video/offscreen/SDL_offscreenvideo.i + +# target to preprocess a source file +src/video/offscreen/SDL_offscreenvideo.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.i +.PHONY : src/video/offscreen/SDL_offscreenvideo.c.i + +src/video/offscreen/SDL_offscreenvideo.s: src/video/offscreen/SDL_offscreenvideo.c.s +.PHONY : src/video/offscreen/SDL_offscreenvideo.s + +# target to generate assembly for a file +src/video/offscreen/SDL_offscreenvideo.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.s +.PHONY : src/video/offscreen/SDL_offscreenvideo.c.s + +src/video/offscreen/SDL_offscreenvulkan.o: src/video/offscreen/SDL_offscreenvulkan.c.o +.PHONY : src/video/offscreen/SDL_offscreenvulkan.o + +# target to build an object file +src/video/offscreen/SDL_offscreenvulkan.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o +.PHONY : src/video/offscreen/SDL_offscreenvulkan.c.o + +src/video/offscreen/SDL_offscreenvulkan.i: src/video/offscreen/SDL_offscreenvulkan.c.i +.PHONY : src/video/offscreen/SDL_offscreenvulkan.i + +# target to preprocess a source file +src/video/offscreen/SDL_offscreenvulkan.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.i +.PHONY : src/video/offscreen/SDL_offscreenvulkan.c.i + +src/video/offscreen/SDL_offscreenvulkan.s: src/video/offscreen/SDL_offscreenvulkan.c.s +.PHONY : src/video/offscreen/SDL_offscreenvulkan.s + +# target to generate assembly for a file +src/video/offscreen/SDL_offscreenvulkan.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.s +.PHONY : src/video/offscreen/SDL_offscreenvulkan.c.s + +src/video/offscreen/SDL_offscreenwindow.o: src/video/offscreen/SDL_offscreenwindow.c.o +.PHONY : src/video/offscreen/SDL_offscreenwindow.o + +# target to build an object file +src/video/offscreen/SDL_offscreenwindow.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o +.PHONY : src/video/offscreen/SDL_offscreenwindow.c.o + +src/video/offscreen/SDL_offscreenwindow.i: src/video/offscreen/SDL_offscreenwindow.c.i +.PHONY : src/video/offscreen/SDL_offscreenwindow.i + +# target to preprocess a source file +src/video/offscreen/SDL_offscreenwindow.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.i +.PHONY : src/video/offscreen/SDL_offscreenwindow.c.i + +src/video/offscreen/SDL_offscreenwindow.s: src/video/offscreen/SDL_offscreenwindow.c.s +.PHONY : src/video/offscreen/SDL_offscreenwindow.s + +# target to generate assembly for a file +src/video/offscreen/SDL_offscreenwindow.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.s +.PHONY : src/video/offscreen/SDL_offscreenwindow.c.s + +src/video/wayland/SDL_waylandclipboard.o: src/video/wayland/SDL_waylandclipboard.c.o +.PHONY : src/video/wayland/SDL_waylandclipboard.o + +# target to build an object file +src/video/wayland/SDL_waylandclipboard.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o +.PHONY : src/video/wayland/SDL_waylandclipboard.c.o + +src/video/wayland/SDL_waylandclipboard.i: src/video/wayland/SDL_waylandclipboard.c.i +.PHONY : src/video/wayland/SDL_waylandclipboard.i + +# target to preprocess a source file +src/video/wayland/SDL_waylandclipboard.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.i +.PHONY : src/video/wayland/SDL_waylandclipboard.c.i + +src/video/wayland/SDL_waylandclipboard.s: src/video/wayland/SDL_waylandclipboard.c.s +.PHONY : src/video/wayland/SDL_waylandclipboard.s + +# target to generate assembly for a file +src/video/wayland/SDL_waylandclipboard.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.s +.PHONY : src/video/wayland/SDL_waylandclipboard.c.s + +src/video/wayland/SDL_waylandcolor.o: src/video/wayland/SDL_waylandcolor.c.o +.PHONY : src/video/wayland/SDL_waylandcolor.o + +# target to build an object file +src/video/wayland/SDL_waylandcolor.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o +.PHONY : src/video/wayland/SDL_waylandcolor.c.o + +src/video/wayland/SDL_waylandcolor.i: src/video/wayland/SDL_waylandcolor.c.i +.PHONY : src/video/wayland/SDL_waylandcolor.i + +# target to preprocess a source file +src/video/wayland/SDL_waylandcolor.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.i +.PHONY : src/video/wayland/SDL_waylandcolor.c.i + +src/video/wayland/SDL_waylandcolor.s: src/video/wayland/SDL_waylandcolor.c.s +.PHONY : src/video/wayland/SDL_waylandcolor.s + +# target to generate assembly for a file +src/video/wayland/SDL_waylandcolor.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.s +.PHONY : src/video/wayland/SDL_waylandcolor.c.s + +src/video/wayland/SDL_waylanddatamanager.o: src/video/wayland/SDL_waylanddatamanager.c.o +.PHONY : src/video/wayland/SDL_waylanddatamanager.o + +# target to build an object file +src/video/wayland/SDL_waylanddatamanager.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o +.PHONY : src/video/wayland/SDL_waylanddatamanager.c.o + +src/video/wayland/SDL_waylanddatamanager.i: src/video/wayland/SDL_waylanddatamanager.c.i +.PHONY : src/video/wayland/SDL_waylanddatamanager.i + +# target to preprocess a source file +src/video/wayland/SDL_waylanddatamanager.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.i +.PHONY : src/video/wayland/SDL_waylanddatamanager.c.i + +src/video/wayland/SDL_waylanddatamanager.s: src/video/wayland/SDL_waylanddatamanager.c.s +.PHONY : src/video/wayland/SDL_waylanddatamanager.s + +# target to generate assembly for a file +src/video/wayland/SDL_waylanddatamanager.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.s +.PHONY : src/video/wayland/SDL_waylanddatamanager.c.s + +src/video/wayland/SDL_waylanddyn.o: src/video/wayland/SDL_waylanddyn.c.o +.PHONY : src/video/wayland/SDL_waylanddyn.o + +# target to build an object file +src/video/wayland/SDL_waylanddyn.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o +.PHONY : src/video/wayland/SDL_waylanddyn.c.o + +src/video/wayland/SDL_waylanddyn.i: src/video/wayland/SDL_waylanddyn.c.i +.PHONY : src/video/wayland/SDL_waylanddyn.i + +# target to preprocess a source file +src/video/wayland/SDL_waylanddyn.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.i +.PHONY : src/video/wayland/SDL_waylanddyn.c.i + +src/video/wayland/SDL_waylanddyn.s: src/video/wayland/SDL_waylanddyn.c.s +.PHONY : src/video/wayland/SDL_waylanddyn.s + +# target to generate assembly for a file +src/video/wayland/SDL_waylanddyn.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.s +.PHONY : src/video/wayland/SDL_waylanddyn.c.s + +src/video/wayland/SDL_waylandevents.o: src/video/wayland/SDL_waylandevents.c.o +.PHONY : src/video/wayland/SDL_waylandevents.o + +# target to build an object file +src/video/wayland/SDL_waylandevents.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o +.PHONY : src/video/wayland/SDL_waylandevents.c.o + +src/video/wayland/SDL_waylandevents.i: src/video/wayland/SDL_waylandevents.c.i +.PHONY : src/video/wayland/SDL_waylandevents.i + +# target to preprocess a source file +src/video/wayland/SDL_waylandevents.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.i +.PHONY : src/video/wayland/SDL_waylandevents.c.i + +src/video/wayland/SDL_waylandevents.s: src/video/wayland/SDL_waylandevents.c.s +.PHONY : src/video/wayland/SDL_waylandevents.s + +# target to generate assembly for a file +src/video/wayland/SDL_waylandevents.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.s +.PHONY : src/video/wayland/SDL_waylandevents.c.s + +src/video/wayland/SDL_waylandkeyboard.o: src/video/wayland/SDL_waylandkeyboard.c.o +.PHONY : src/video/wayland/SDL_waylandkeyboard.o + +# target to build an object file +src/video/wayland/SDL_waylandkeyboard.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o +.PHONY : src/video/wayland/SDL_waylandkeyboard.c.o + +src/video/wayland/SDL_waylandkeyboard.i: src/video/wayland/SDL_waylandkeyboard.c.i +.PHONY : src/video/wayland/SDL_waylandkeyboard.i + +# target to preprocess a source file +src/video/wayland/SDL_waylandkeyboard.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.i +.PHONY : src/video/wayland/SDL_waylandkeyboard.c.i + +src/video/wayland/SDL_waylandkeyboard.s: src/video/wayland/SDL_waylandkeyboard.c.s +.PHONY : src/video/wayland/SDL_waylandkeyboard.s + +# target to generate assembly for a file +src/video/wayland/SDL_waylandkeyboard.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.s +.PHONY : src/video/wayland/SDL_waylandkeyboard.c.s + +src/video/wayland/SDL_waylandmessagebox.o: src/video/wayland/SDL_waylandmessagebox.c.o +.PHONY : src/video/wayland/SDL_waylandmessagebox.o + +# target to build an object file +src/video/wayland/SDL_waylandmessagebox.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o +.PHONY : src/video/wayland/SDL_waylandmessagebox.c.o + +src/video/wayland/SDL_waylandmessagebox.i: src/video/wayland/SDL_waylandmessagebox.c.i +.PHONY : src/video/wayland/SDL_waylandmessagebox.i + +# target to preprocess a source file +src/video/wayland/SDL_waylandmessagebox.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.i +.PHONY : src/video/wayland/SDL_waylandmessagebox.c.i + +src/video/wayland/SDL_waylandmessagebox.s: src/video/wayland/SDL_waylandmessagebox.c.s +.PHONY : src/video/wayland/SDL_waylandmessagebox.s + +# target to generate assembly for a file +src/video/wayland/SDL_waylandmessagebox.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.s +.PHONY : src/video/wayland/SDL_waylandmessagebox.c.s + +src/video/wayland/SDL_waylandmouse.o: src/video/wayland/SDL_waylandmouse.c.o +.PHONY : src/video/wayland/SDL_waylandmouse.o + +# target to build an object file +src/video/wayland/SDL_waylandmouse.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o +.PHONY : src/video/wayland/SDL_waylandmouse.c.o + +src/video/wayland/SDL_waylandmouse.i: src/video/wayland/SDL_waylandmouse.c.i +.PHONY : src/video/wayland/SDL_waylandmouse.i + +# target to preprocess a source file +src/video/wayland/SDL_waylandmouse.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.i +.PHONY : src/video/wayland/SDL_waylandmouse.c.i + +src/video/wayland/SDL_waylandmouse.s: src/video/wayland/SDL_waylandmouse.c.s +.PHONY : src/video/wayland/SDL_waylandmouse.s + +# target to generate assembly for a file +src/video/wayland/SDL_waylandmouse.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.s +.PHONY : src/video/wayland/SDL_waylandmouse.c.s + +src/video/wayland/SDL_waylandopengles.o: src/video/wayland/SDL_waylandopengles.c.o +.PHONY : src/video/wayland/SDL_waylandopengles.o + +# target to build an object file +src/video/wayland/SDL_waylandopengles.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o +.PHONY : src/video/wayland/SDL_waylandopengles.c.o + +src/video/wayland/SDL_waylandopengles.i: src/video/wayland/SDL_waylandopengles.c.i +.PHONY : src/video/wayland/SDL_waylandopengles.i + +# target to preprocess a source file +src/video/wayland/SDL_waylandopengles.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.i +.PHONY : src/video/wayland/SDL_waylandopengles.c.i + +src/video/wayland/SDL_waylandopengles.s: src/video/wayland/SDL_waylandopengles.c.s +.PHONY : src/video/wayland/SDL_waylandopengles.s + +# target to generate assembly for a file +src/video/wayland/SDL_waylandopengles.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.s +.PHONY : src/video/wayland/SDL_waylandopengles.c.s + +src/video/wayland/SDL_waylandshmbuffer.o: src/video/wayland/SDL_waylandshmbuffer.c.o +.PHONY : src/video/wayland/SDL_waylandshmbuffer.o + +# target to build an object file +src/video/wayland/SDL_waylandshmbuffer.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o +.PHONY : src/video/wayland/SDL_waylandshmbuffer.c.o + +src/video/wayland/SDL_waylandshmbuffer.i: src/video/wayland/SDL_waylandshmbuffer.c.i +.PHONY : src/video/wayland/SDL_waylandshmbuffer.i + +# target to preprocess a source file +src/video/wayland/SDL_waylandshmbuffer.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.i +.PHONY : src/video/wayland/SDL_waylandshmbuffer.c.i + +src/video/wayland/SDL_waylandshmbuffer.s: src/video/wayland/SDL_waylandshmbuffer.c.s +.PHONY : src/video/wayland/SDL_waylandshmbuffer.s + +# target to generate assembly for a file +src/video/wayland/SDL_waylandshmbuffer.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.s +.PHONY : src/video/wayland/SDL_waylandshmbuffer.c.s + +src/video/wayland/SDL_waylandvideo.o: src/video/wayland/SDL_waylandvideo.c.o +.PHONY : src/video/wayland/SDL_waylandvideo.o + +# target to build an object file +src/video/wayland/SDL_waylandvideo.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o +.PHONY : src/video/wayland/SDL_waylandvideo.c.o + +src/video/wayland/SDL_waylandvideo.i: src/video/wayland/SDL_waylandvideo.c.i +.PHONY : src/video/wayland/SDL_waylandvideo.i + +# target to preprocess a source file +src/video/wayland/SDL_waylandvideo.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.i +.PHONY : src/video/wayland/SDL_waylandvideo.c.i + +src/video/wayland/SDL_waylandvideo.s: src/video/wayland/SDL_waylandvideo.c.s +.PHONY : src/video/wayland/SDL_waylandvideo.s + +# target to generate assembly for a file +src/video/wayland/SDL_waylandvideo.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.s +.PHONY : src/video/wayland/SDL_waylandvideo.c.s + +src/video/wayland/SDL_waylandvulkan.o: src/video/wayland/SDL_waylandvulkan.c.o +.PHONY : src/video/wayland/SDL_waylandvulkan.o + +# target to build an object file +src/video/wayland/SDL_waylandvulkan.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o +.PHONY : src/video/wayland/SDL_waylandvulkan.c.o + +src/video/wayland/SDL_waylandvulkan.i: src/video/wayland/SDL_waylandvulkan.c.i +.PHONY : src/video/wayland/SDL_waylandvulkan.i + +# target to preprocess a source file +src/video/wayland/SDL_waylandvulkan.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.i +.PHONY : src/video/wayland/SDL_waylandvulkan.c.i + +src/video/wayland/SDL_waylandvulkan.s: src/video/wayland/SDL_waylandvulkan.c.s +.PHONY : src/video/wayland/SDL_waylandvulkan.s + +# target to generate assembly for a file +src/video/wayland/SDL_waylandvulkan.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.s +.PHONY : src/video/wayland/SDL_waylandvulkan.c.s + +src/video/wayland/SDL_waylandwindow.o: src/video/wayland/SDL_waylandwindow.c.o +.PHONY : src/video/wayland/SDL_waylandwindow.o + +# target to build an object file +src/video/wayland/SDL_waylandwindow.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o +.PHONY : src/video/wayland/SDL_waylandwindow.c.o + +src/video/wayland/SDL_waylandwindow.i: src/video/wayland/SDL_waylandwindow.c.i +.PHONY : src/video/wayland/SDL_waylandwindow.i + +# target to preprocess a source file +src/video/wayland/SDL_waylandwindow.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.i +.PHONY : src/video/wayland/SDL_waylandwindow.c.i + +src/video/wayland/SDL_waylandwindow.s: src/video/wayland/SDL_waylandwindow.c.s +.PHONY : src/video/wayland/SDL_waylandwindow.s + +# target to generate assembly for a file +src/video/wayland/SDL_waylandwindow.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.s +.PHONY : src/video/wayland/SDL_waylandwindow.c.s + +src/video/x11/SDL_x11clipboard.o: src/video/x11/SDL_x11clipboard.c.o +.PHONY : src/video/x11/SDL_x11clipboard.o + +# target to build an object file +src/video/x11/SDL_x11clipboard.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o +.PHONY : src/video/x11/SDL_x11clipboard.c.o + +src/video/x11/SDL_x11clipboard.i: src/video/x11/SDL_x11clipboard.c.i +.PHONY : src/video/x11/SDL_x11clipboard.i + +# target to preprocess a source file +src/video/x11/SDL_x11clipboard.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.i +.PHONY : src/video/x11/SDL_x11clipboard.c.i + +src/video/x11/SDL_x11clipboard.s: src/video/x11/SDL_x11clipboard.c.s +.PHONY : src/video/x11/SDL_x11clipboard.s + +# target to generate assembly for a file +src/video/x11/SDL_x11clipboard.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.s +.PHONY : src/video/x11/SDL_x11clipboard.c.s + +src/video/x11/SDL_x11dyn.o: src/video/x11/SDL_x11dyn.c.o +.PHONY : src/video/x11/SDL_x11dyn.o + +# target to build an object file +src/video/x11/SDL_x11dyn.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o +.PHONY : src/video/x11/SDL_x11dyn.c.o + +src/video/x11/SDL_x11dyn.i: src/video/x11/SDL_x11dyn.c.i +.PHONY : src/video/x11/SDL_x11dyn.i + +# target to preprocess a source file +src/video/x11/SDL_x11dyn.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.i +.PHONY : src/video/x11/SDL_x11dyn.c.i + +src/video/x11/SDL_x11dyn.s: src/video/x11/SDL_x11dyn.c.s +.PHONY : src/video/x11/SDL_x11dyn.s + +# target to generate assembly for a file +src/video/x11/SDL_x11dyn.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.s +.PHONY : src/video/x11/SDL_x11dyn.c.s + +src/video/x11/SDL_x11events.o: src/video/x11/SDL_x11events.c.o +.PHONY : src/video/x11/SDL_x11events.o + +# target to build an object file +src/video/x11/SDL_x11events.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o +.PHONY : src/video/x11/SDL_x11events.c.o + +src/video/x11/SDL_x11events.i: src/video/x11/SDL_x11events.c.i +.PHONY : src/video/x11/SDL_x11events.i + +# target to preprocess a source file +src/video/x11/SDL_x11events.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.i +.PHONY : src/video/x11/SDL_x11events.c.i + +src/video/x11/SDL_x11events.s: src/video/x11/SDL_x11events.c.s +.PHONY : src/video/x11/SDL_x11events.s + +# target to generate assembly for a file +src/video/x11/SDL_x11events.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.s +.PHONY : src/video/x11/SDL_x11events.c.s + +src/video/x11/SDL_x11framebuffer.o: src/video/x11/SDL_x11framebuffer.c.o +.PHONY : src/video/x11/SDL_x11framebuffer.o + +# target to build an object file +src/video/x11/SDL_x11framebuffer.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o +.PHONY : src/video/x11/SDL_x11framebuffer.c.o + +src/video/x11/SDL_x11framebuffer.i: src/video/x11/SDL_x11framebuffer.c.i +.PHONY : src/video/x11/SDL_x11framebuffer.i + +# target to preprocess a source file +src/video/x11/SDL_x11framebuffer.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.i +.PHONY : src/video/x11/SDL_x11framebuffer.c.i + +src/video/x11/SDL_x11framebuffer.s: src/video/x11/SDL_x11framebuffer.c.s +.PHONY : src/video/x11/SDL_x11framebuffer.s + +# target to generate assembly for a file +src/video/x11/SDL_x11framebuffer.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.s +.PHONY : src/video/x11/SDL_x11framebuffer.c.s + +src/video/x11/SDL_x11keyboard.o: src/video/x11/SDL_x11keyboard.c.o +.PHONY : src/video/x11/SDL_x11keyboard.o + +# target to build an object file +src/video/x11/SDL_x11keyboard.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o +.PHONY : src/video/x11/SDL_x11keyboard.c.o + +src/video/x11/SDL_x11keyboard.i: src/video/x11/SDL_x11keyboard.c.i +.PHONY : src/video/x11/SDL_x11keyboard.i + +# target to preprocess a source file +src/video/x11/SDL_x11keyboard.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.i +.PHONY : src/video/x11/SDL_x11keyboard.c.i + +src/video/x11/SDL_x11keyboard.s: src/video/x11/SDL_x11keyboard.c.s +.PHONY : src/video/x11/SDL_x11keyboard.s + +# target to generate assembly for a file +src/video/x11/SDL_x11keyboard.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.s +.PHONY : src/video/x11/SDL_x11keyboard.c.s + +src/video/x11/SDL_x11messagebox.o: src/video/x11/SDL_x11messagebox.c.o +.PHONY : src/video/x11/SDL_x11messagebox.o + +# target to build an object file +src/video/x11/SDL_x11messagebox.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o +.PHONY : src/video/x11/SDL_x11messagebox.c.o + +src/video/x11/SDL_x11messagebox.i: src/video/x11/SDL_x11messagebox.c.i +.PHONY : src/video/x11/SDL_x11messagebox.i + +# target to preprocess a source file +src/video/x11/SDL_x11messagebox.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.i +.PHONY : src/video/x11/SDL_x11messagebox.c.i + +src/video/x11/SDL_x11messagebox.s: src/video/x11/SDL_x11messagebox.c.s +.PHONY : src/video/x11/SDL_x11messagebox.s + +# target to generate assembly for a file +src/video/x11/SDL_x11messagebox.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.s +.PHONY : src/video/x11/SDL_x11messagebox.c.s + +src/video/x11/SDL_x11modes.o: src/video/x11/SDL_x11modes.c.o +.PHONY : src/video/x11/SDL_x11modes.o + +# target to build an object file +src/video/x11/SDL_x11modes.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o +.PHONY : src/video/x11/SDL_x11modes.c.o + +src/video/x11/SDL_x11modes.i: src/video/x11/SDL_x11modes.c.i +.PHONY : src/video/x11/SDL_x11modes.i + +# target to preprocess a source file +src/video/x11/SDL_x11modes.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.i +.PHONY : src/video/x11/SDL_x11modes.c.i + +src/video/x11/SDL_x11modes.s: src/video/x11/SDL_x11modes.c.s +.PHONY : src/video/x11/SDL_x11modes.s + +# target to generate assembly for a file +src/video/x11/SDL_x11modes.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.s +.PHONY : src/video/x11/SDL_x11modes.c.s + +src/video/x11/SDL_x11mouse.o: src/video/x11/SDL_x11mouse.c.o +.PHONY : src/video/x11/SDL_x11mouse.o + +# target to build an object file +src/video/x11/SDL_x11mouse.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o +.PHONY : src/video/x11/SDL_x11mouse.c.o + +src/video/x11/SDL_x11mouse.i: src/video/x11/SDL_x11mouse.c.i +.PHONY : src/video/x11/SDL_x11mouse.i + +# target to preprocess a source file +src/video/x11/SDL_x11mouse.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.i +.PHONY : src/video/x11/SDL_x11mouse.c.i + +src/video/x11/SDL_x11mouse.s: src/video/x11/SDL_x11mouse.c.s +.PHONY : src/video/x11/SDL_x11mouse.s + +# target to generate assembly for a file +src/video/x11/SDL_x11mouse.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.s +.PHONY : src/video/x11/SDL_x11mouse.c.s + +src/video/x11/SDL_x11opengl.o: src/video/x11/SDL_x11opengl.c.o +.PHONY : src/video/x11/SDL_x11opengl.o + +# target to build an object file +src/video/x11/SDL_x11opengl.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o +.PHONY : src/video/x11/SDL_x11opengl.c.o + +src/video/x11/SDL_x11opengl.i: src/video/x11/SDL_x11opengl.c.i +.PHONY : src/video/x11/SDL_x11opengl.i + +# target to preprocess a source file +src/video/x11/SDL_x11opengl.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.i +.PHONY : src/video/x11/SDL_x11opengl.c.i + +src/video/x11/SDL_x11opengl.s: src/video/x11/SDL_x11opengl.c.s +.PHONY : src/video/x11/SDL_x11opengl.s + +# target to generate assembly for a file +src/video/x11/SDL_x11opengl.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.s +.PHONY : src/video/x11/SDL_x11opengl.c.s + +src/video/x11/SDL_x11opengles.o: src/video/x11/SDL_x11opengles.c.o +.PHONY : src/video/x11/SDL_x11opengles.o + +# target to build an object file +src/video/x11/SDL_x11opengles.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o +.PHONY : src/video/x11/SDL_x11opengles.c.o + +src/video/x11/SDL_x11opengles.i: src/video/x11/SDL_x11opengles.c.i +.PHONY : src/video/x11/SDL_x11opengles.i + +# target to preprocess a source file +src/video/x11/SDL_x11opengles.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.i +.PHONY : src/video/x11/SDL_x11opengles.c.i + +src/video/x11/SDL_x11opengles.s: src/video/x11/SDL_x11opengles.c.s +.PHONY : src/video/x11/SDL_x11opengles.s + +# target to generate assembly for a file +src/video/x11/SDL_x11opengles.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.s +.PHONY : src/video/x11/SDL_x11opengles.c.s + +src/video/x11/SDL_x11pen.o: src/video/x11/SDL_x11pen.c.o +.PHONY : src/video/x11/SDL_x11pen.o + +# target to build an object file +src/video/x11/SDL_x11pen.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o +.PHONY : src/video/x11/SDL_x11pen.c.o + +src/video/x11/SDL_x11pen.i: src/video/x11/SDL_x11pen.c.i +.PHONY : src/video/x11/SDL_x11pen.i + +# target to preprocess a source file +src/video/x11/SDL_x11pen.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.i +.PHONY : src/video/x11/SDL_x11pen.c.i + +src/video/x11/SDL_x11pen.s: src/video/x11/SDL_x11pen.c.s +.PHONY : src/video/x11/SDL_x11pen.s + +# target to generate assembly for a file +src/video/x11/SDL_x11pen.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.s +.PHONY : src/video/x11/SDL_x11pen.c.s + +src/video/x11/SDL_x11settings.o: src/video/x11/SDL_x11settings.c.o +.PHONY : src/video/x11/SDL_x11settings.o + +# target to build an object file +src/video/x11/SDL_x11settings.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o +.PHONY : src/video/x11/SDL_x11settings.c.o + +src/video/x11/SDL_x11settings.i: src/video/x11/SDL_x11settings.c.i +.PHONY : src/video/x11/SDL_x11settings.i + +# target to preprocess a source file +src/video/x11/SDL_x11settings.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.i +.PHONY : src/video/x11/SDL_x11settings.c.i + +src/video/x11/SDL_x11settings.s: src/video/x11/SDL_x11settings.c.s +.PHONY : src/video/x11/SDL_x11settings.s + +# target to generate assembly for a file +src/video/x11/SDL_x11settings.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.s +.PHONY : src/video/x11/SDL_x11settings.c.s + +src/video/x11/SDL_x11shape.o: src/video/x11/SDL_x11shape.c.o +.PHONY : src/video/x11/SDL_x11shape.o + +# target to build an object file +src/video/x11/SDL_x11shape.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o +.PHONY : src/video/x11/SDL_x11shape.c.o + +src/video/x11/SDL_x11shape.i: src/video/x11/SDL_x11shape.c.i +.PHONY : src/video/x11/SDL_x11shape.i + +# target to preprocess a source file +src/video/x11/SDL_x11shape.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.i +.PHONY : src/video/x11/SDL_x11shape.c.i + +src/video/x11/SDL_x11shape.s: src/video/x11/SDL_x11shape.c.s +.PHONY : src/video/x11/SDL_x11shape.s + +# target to generate assembly for a file +src/video/x11/SDL_x11shape.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.s +.PHONY : src/video/x11/SDL_x11shape.c.s + +src/video/x11/SDL_x11touch.o: src/video/x11/SDL_x11touch.c.o +.PHONY : src/video/x11/SDL_x11touch.o + +# target to build an object file +src/video/x11/SDL_x11touch.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o +.PHONY : src/video/x11/SDL_x11touch.c.o + +src/video/x11/SDL_x11touch.i: src/video/x11/SDL_x11touch.c.i +.PHONY : src/video/x11/SDL_x11touch.i + +# target to preprocess a source file +src/video/x11/SDL_x11touch.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.i +.PHONY : src/video/x11/SDL_x11touch.c.i + +src/video/x11/SDL_x11touch.s: src/video/x11/SDL_x11touch.c.s +.PHONY : src/video/x11/SDL_x11touch.s + +# target to generate assembly for a file +src/video/x11/SDL_x11touch.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.s +.PHONY : src/video/x11/SDL_x11touch.c.s + +src/video/x11/SDL_x11video.o: src/video/x11/SDL_x11video.c.o +.PHONY : src/video/x11/SDL_x11video.o + +# target to build an object file +src/video/x11/SDL_x11video.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o +.PHONY : src/video/x11/SDL_x11video.c.o + +src/video/x11/SDL_x11video.i: src/video/x11/SDL_x11video.c.i +.PHONY : src/video/x11/SDL_x11video.i + +# target to preprocess a source file +src/video/x11/SDL_x11video.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.i +.PHONY : src/video/x11/SDL_x11video.c.i + +src/video/x11/SDL_x11video.s: src/video/x11/SDL_x11video.c.s +.PHONY : src/video/x11/SDL_x11video.s + +# target to generate assembly for a file +src/video/x11/SDL_x11video.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.s +.PHONY : src/video/x11/SDL_x11video.c.s + +src/video/x11/SDL_x11vulkan.o: src/video/x11/SDL_x11vulkan.c.o +.PHONY : src/video/x11/SDL_x11vulkan.o + +# target to build an object file +src/video/x11/SDL_x11vulkan.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o +.PHONY : src/video/x11/SDL_x11vulkan.c.o + +src/video/x11/SDL_x11vulkan.i: src/video/x11/SDL_x11vulkan.c.i +.PHONY : src/video/x11/SDL_x11vulkan.i + +# target to preprocess a source file +src/video/x11/SDL_x11vulkan.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.i +.PHONY : src/video/x11/SDL_x11vulkan.c.i + +src/video/x11/SDL_x11vulkan.s: src/video/x11/SDL_x11vulkan.c.s +.PHONY : src/video/x11/SDL_x11vulkan.s + +# target to generate assembly for a file +src/video/x11/SDL_x11vulkan.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.s +.PHONY : src/video/x11/SDL_x11vulkan.c.s + +src/video/x11/SDL_x11window.o: src/video/x11/SDL_x11window.c.o +.PHONY : src/video/x11/SDL_x11window.o + +# target to build an object file +src/video/x11/SDL_x11window.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o +.PHONY : src/video/x11/SDL_x11window.c.o + +src/video/x11/SDL_x11window.i: src/video/x11/SDL_x11window.c.i +.PHONY : src/video/x11/SDL_x11window.i + +# target to preprocess a source file +src/video/x11/SDL_x11window.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.i +.PHONY : src/video/x11/SDL_x11window.c.i + +src/video/x11/SDL_x11window.s: src/video/x11/SDL_x11window.c.s +.PHONY : src/video/x11/SDL_x11window.s + +# target to generate assembly for a file +src/video/x11/SDL_x11window.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.s +.PHONY : src/video/x11/SDL_x11window.c.s + +src/video/x11/SDL_x11xfixes.o: src/video/x11/SDL_x11xfixes.c.o +.PHONY : src/video/x11/SDL_x11xfixes.o + +# target to build an object file +src/video/x11/SDL_x11xfixes.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o +.PHONY : src/video/x11/SDL_x11xfixes.c.o + +src/video/x11/SDL_x11xfixes.i: src/video/x11/SDL_x11xfixes.c.i +.PHONY : src/video/x11/SDL_x11xfixes.i + +# target to preprocess a source file +src/video/x11/SDL_x11xfixes.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.i +.PHONY : src/video/x11/SDL_x11xfixes.c.i + +src/video/x11/SDL_x11xfixes.s: src/video/x11/SDL_x11xfixes.c.s +.PHONY : src/video/x11/SDL_x11xfixes.s + +# target to generate assembly for a file +src/video/x11/SDL_x11xfixes.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.s +.PHONY : src/video/x11/SDL_x11xfixes.c.s + +src/video/x11/SDL_x11xinput2.o: src/video/x11/SDL_x11xinput2.c.o +.PHONY : src/video/x11/SDL_x11xinput2.o + +# target to build an object file +src/video/x11/SDL_x11xinput2.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o +.PHONY : src/video/x11/SDL_x11xinput2.c.o + +src/video/x11/SDL_x11xinput2.i: src/video/x11/SDL_x11xinput2.c.i +.PHONY : src/video/x11/SDL_x11xinput2.i + +# target to preprocess a source file +src/video/x11/SDL_x11xinput2.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.i +.PHONY : src/video/x11/SDL_x11xinput2.c.i + +src/video/x11/SDL_x11xinput2.s: src/video/x11/SDL_x11xinput2.c.s +.PHONY : src/video/x11/SDL_x11xinput2.s + +# target to generate assembly for a file +src/video/x11/SDL_x11xinput2.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.s +.PHONY : src/video/x11/SDL_x11xinput2.c.s + +src/video/x11/SDL_x11xsync.o: src/video/x11/SDL_x11xsync.c.o +.PHONY : src/video/x11/SDL_x11xsync.o + +# target to build an object file +src/video/x11/SDL_x11xsync.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o +.PHONY : src/video/x11/SDL_x11xsync.c.o + +src/video/x11/SDL_x11xsync.i: src/video/x11/SDL_x11xsync.c.i +.PHONY : src/video/x11/SDL_x11xsync.i + +# target to preprocess a source file +src/video/x11/SDL_x11xsync.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.i +.PHONY : src/video/x11/SDL_x11xsync.c.i + +src/video/x11/SDL_x11xsync.s: src/video/x11/SDL_x11xsync.c.s +.PHONY : src/video/x11/SDL_x11xsync.s + +# target to generate assembly for a file +src/video/x11/SDL_x11xsync.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.s +.PHONY : src/video/x11/SDL_x11xsync.c.s + +src/video/x11/SDL_x11xtest.o: src/video/x11/SDL_x11xtest.c.o +.PHONY : src/video/x11/SDL_x11xtest.o + +# target to build an object file +src/video/x11/SDL_x11xtest.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o +.PHONY : src/video/x11/SDL_x11xtest.c.o + +src/video/x11/SDL_x11xtest.i: src/video/x11/SDL_x11xtest.c.i +.PHONY : src/video/x11/SDL_x11xtest.i + +# target to preprocess a source file +src/video/x11/SDL_x11xtest.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.i +.PHONY : src/video/x11/SDL_x11xtest.c.i + +src/video/x11/SDL_x11xtest.s: src/video/x11/SDL_x11xtest.c.s +.PHONY : src/video/x11/SDL_x11xtest.s + +# target to generate assembly for a file +src/video/x11/SDL_x11xtest.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.s +.PHONY : src/video/x11/SDL_x11xtest.c.s + +src/video/x11/edid-parse.o: src/video/x11/edid-parse.c.o +.PHONY : src/video/x11/edid-parse.o + +# target to build an object file +src/video/x11/edid-parse.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o +.PHONY : src/video/x11/edid-parse.c.o + +src/video/x11/edid-parse.i: src/video/x11/edid-parse.c.i +.PHONY : src/video/x11/edid-parse.i + +# target to preprocess a source file +src/video/x11/edid-parse.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.i +.PHONY : src/video/x11/edid-parse.c.i + +src/video/x11/edid-parse.s: src/video/x11/edid-parse.c.s +.PHONY : src/video/x11/edid-parse.s + +# target to generate assembly for a file +src/video/x11/edid-parse.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.s +.PHONY : src/video/x11/edid-parse.c.s + +src/video/x11/xsettings-client.o: src/video/x11/xsettings-client.c.o +.PHONY : src/video/x11/xsettings-client.o + +# target to build an object file +src/video/x11/xsettings-client.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o +.PHONY : src/video/x11/xsettings-client.c.o + +src/video/x11/xsettings-client.i: src/video/x11/xsettings-client.c.i +.PHONY : src/video/x11/xsettings-client.i + +# target to preprocess a source file +src/video/x11/xsettings-client.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.i +.PHONY : src/video/x11/xsettings-client.c.i + +src/video/x11/xsettings-client.s: src/video/x11/xsettings-client.c.s +.PHONY : src/video/x11/xsettings-client.s + +# target to generate assembly for a file +src/video/x11/xsettings-client.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.s +.PHONY : src/video/x11/xsettings-client.c.s + +src/video/yuv2rgb/yuv_rgb_lsx.o: src/video/yuv2rgb/yuv_rgb_lsx.c.o +.PHONY : src/video/yuv2rgb/yuv_rgb_lsx.o + +# target to build an object file +src/video/yuv2rgb/yuv_rgb_lsx.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o +.PHONY : src/video/yuv2rgb/yuv_rgb_lsx.c.o + +src/video/yuv2rgb/yuv_rgb_lsx.i: src/video/yuv2rgb/yuv_rgb_lsx.c.i +.PHONY : src/video/yuv2rgb/yuv_rgb_lsx.i + +# target to preprocess a source file +src/video/yuv2rgb/yuv_rgb_lsx.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.i +.PHONY : src/video/yuv2rgb/yuv_rgb_lsx.c.i + +src/video/yuv2rgb/yuv_rgb_lsx.s: src/video/yuv2rgb/yuv_rgb_lsx.c.s +.PHONY : src/video/yuv2rgb/yuv_rgb_lsx.s + +# target to generate assembly for a file +src/video/yuv2rgb/yuv_rgb_lsx.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.s +.PHONY : src/video/yuv2rgb/yuv_rgb_lsx.c.s + +src/video/yuv2rgb/yuv_rgb_sse.o: src/video/yuv2rgb/yuv_rgb_sse.c.o +.PHONY : src/video/yuv2rgb/yuv_rgb_sse.o + +# target to build an object file +src/video/yuv2rgb/yuv_rgb_sse.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o +.PHONY : src/video/yuv2rgb/yuv_rgb_sse.c.o + +src/video/yuv2rgb/yuv_rgb_sse.i: src/video/yuv2rgb/yuv_rgb_sse.c.i +.PHONY : src/video/yuv2rgb/yuv_rgb_sse.i + +# target to preprocess a source file +src/video/yuv2rgb/yuv_rgb_sse.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.i +.PHONY : src/video/yuv2rgb/yuv_rgb_sse.c.i + +src/video/yuv2rgb/yuv_rgb_sse.s: src/video/yuv2rgb/yuv_rgb_sse.c.s +.PHONY : src/video/yuv2rgb/yuv_rgb_sse.s + +# target to generate assembly for a file +src/video/yuv2rgb/yuv_rgb_sse.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.s +.PHONY : src/video/yuv2rgb/yuv_rgb_sse.c.s + +src/video/yuv2rgb/yuv_rgb_std.o: src/video/yuv2rgb/yuv_rgb_std.c.o +.PHONY : src/video/yuv2rgb/yuv_rgb_std.o + +# target to build an object file +src/video/yuv2rgb/yuv_rgb_std.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o +.PHONY : src/video/yuv2rgb/yuv_rgb_std.c.o + +src/video/yuv2rgb/yuv_rgb_std.i: src/video/yuv2rgb/yuv_rgb_std.c.i +.PHONY : src/video/yuv2rgb/yuv_rgb_std.i + +# target to preprocess a source file +src/video/yuv2rgb/yuv_rgb_std.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.i +.PHONY : src/video/yuv2rgb/yuv_rgb_std.c.i + +src/video/yuv2rgb/yuv_rgb_std.s: src/video/yuv2rgb/yuv_rgb_std.c.s +.PHONY : src/video/yuv2rgb/yuv_rgb_std.s + +# target to generate assembly for a file +src/video/yuv2rgb/yuv_rgb_std.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.s +.PHONY : src/video/yuv2rgb/yuv_rgb_std.c.s + +wayland-generated-protocols/alpha-modifier-v1-protocol.o: wayland-generated-protocols/alpha-modifier-v1-protocol.c.o +.PHONY : wayland-generated-protocols/alpha-modifier-v1-protocol.o + +# target to build an object file +wayland-generated-protocols/alpha-modifier-v1-protocol.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o +.PHONY : wayland-generated-protocols/alpha-modifier-v1-protocol.c.o + +wayland-generated-protocols/alpha-modifier-v1-protocol.i: wayland-generated-protocols/alpha-modifier-v1-protocol.c.i +.PHONY : wayland-generated-protocols/alpha-modifier-v1-protocol.i + +# target to preprocess a source file +wayland-generated-protocols/alpha-modifier-v1-protocol.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.i +.PHONY : wayland-generated-protocols/alpha-modifier-v1-protocol.c.i + +wayland-generated-protocols/alpha-modifier-v1-protocol.s: wayland-generated-protocols/alpha-modifier-v1-protocol.c.s +.PHONY : wayland-generated-protocols/alpha-modifier-v1-protocol.s + +# target to generate assembly for a file +wayland-generated-protocols/alpha-modifier-v1-protocol.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.s +.PHONY : wayland-generated-protocols/alpha-modifier-v1-protocol.c.s + +wayland-generated-protocols/color-management-v1-protocol.o: wayland-generated-protocols/color-management-v1-protocol.c.o +.PHONY : wayland-generated-protocols/color-management-v1-protocol.o + +# target to build an object file +wayland-generated-protocols/color-management-v1-protocol.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o +.PHONY : wayland-generated-protocols/color-management-v1-protocol.c.o + +wayland-generated-protocols/color-management-v1-protocol.i: wayland-generated-protocols/color-management-v1-protocol.c.i +.PHONY : wayland-generated-protocols/color-management-v1-protocol.i + +# target to preprocess a source file +wayland-generated-protocols/color-management-v1-protocol.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.i +.PHONY : wayland-generated-protocols/color-management-v1-protocol.c.i + +wayland-generated-protocols/color-management-v1-protocol.s: wayland-generated-protocols/color-management-v1-protocol.c.s +.PHONY : wayland-generated-protocols/color-management-v1-protocol.s + +# target to generate assembly for a file +wayland-generated-protocols/color-management-v1-protocol.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.s +.PHONY : wayland-generated-protocols/color-management-v1-protocol.c.s + +wayland-generated-protocols/cursor-shape-v1-protocol.o: wayland-generated-protocols/cursor-shape-v1-protocol.c.o +.PHONY : wayland-generated-protocols/cursor-shape-v1-protocol.o + +# target to build an object file +wayland-generated-protocols/cursor-shape-v1-protocol.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o +.PHONY : wayland-generated-protocols/cursor-shape-v1-protocol.c.o + +wayland-generated-protocols/cursor-shape-v1-protocol.i: wayland-generated-protocols/cursor-shape-v1-protocol.c.i +.PHONY : wayland-generated-protocols/cursor-shape-v1-protocol.i + +# target to preprocess a source file +wayland-generated-protocols/cursor-shape-v1-protocol.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.i +.PHONY : wayland-generated-protocols/cursor-shape-v1-protocol.c.i + +wayland-generated-protocols/cursor-shape-v1-protocol.s: wayland-generated-protocols/cursor-shape-v1-protocol.c.s +.PHONY : wayland-generated-protocols/cursor-shape-v1-protocol.s + +# target to generate assembly for a file +wayland-generated-protocols/cursor-shape-v1-protocol.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.s +.PHONY : wayland-generated-protocols/cursor-shape-v1-protocol.c.s + +wayland-generated-protocols/fractional-scale-v1-protocol.o: wayland-generated-protocols/fractional-scale-v1-protocol.c.o +.PHONY : wayland-generated-protocols/fractional-scale-v1-protocol.o + +# target to build an object file +wayland-generated-protocols/fractional-scale-v1-protocol.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o +.PHONY : wayland-generated-protocols/fractional-scale-v1-protocol.c.o + +wayland-generated-protocols/fractional-scale-v1-protocol.i: wayland-generated-protocols/fractional-scale-v1-protocol.c.i +.PHONY : wayland-generated-protocols/fractional-scale-v1-protocol.i + +# target to preprocess a source file +wayland-generated-protocols/fractional-scale-v1-protocol.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.i +.PHONY : wayland-generated-protocols/fractional-scale-v1-protocol.c.i + +wayland-generated-protocols/fractional-scale-v1-protocol.s: wayland-generated-protocols/fractional-scale-v1-protocol.c.s +.PHONY : wayland-generated-protocols/fractional-scale-v1-protocol.s + +# target to generate assembly for a file +wayland-generated-protocols/fractional-scale-v1-protocol.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.s +.PHONY : wayland-generated-protocols/fractional-scale-v1-protocol.c.s + +wayland-generated-protocols/frog-color-management-v1-protocol.o: wayland-generated-protocols/frog-color-management-v1-protocol.c.o +.PHONY : wayland-generated-protocols/frog-color-management-v1-protocol.o + +# target to build an object file +wayland-generated-protocols/frog-color-management-v1-protocol.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o +.PHONY : wayland-generated-protocols/frog-color-management-v1-protocol.c.o + +wayland-generated-protocols/frog-color-management-v1-protocol.i: wayland-generated-protocols/frog-color-management-v1-protocol.c.i +.PHONY : wayland-generated-protocols/frog-color-management-v1-protocol.i + +# target to preprocess a source file +wayland-generated-protocols/frog-color-management-v1-protocol.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.i +.PHONY : wayland-generated-protocols/frog-color-management-v1-protocol.c.i + +wayland-generated-protocols/frog-color-management-v1-protocol.s: wayland-generated-protocols/frog-color-management-v1-protocol.c.s +.PHONY : wayland-generated-protocols/frog-color-management-v1-protocol.s + +# target to generate assembly for a file +wayland-generated-protocols/frog-color-management-v1-protocol.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.s +.PHONY : wayland-generated-protocols/frog-color-management-v1-protocol.c.s + +wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.o: wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o +.PHONY : wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.o + +# target to build an object file +wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o +.PHONY : wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o + +wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.i: wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.i +.PHONY : wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.i + +# target to preprocess a source file +wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.i +.PHONY : wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.i + +wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.s: wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.s +.PHONY : wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.s + +# target to generate assembly for a file +wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.s +.PHONY : wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.s + +wayland-generated-protocols/input-timestamps-unstable-v1-protocol.o: wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o +.PHONY : wayland-generated-protocols/input-timestamps-unstable-v1-protocol.o + +# target to build an object file +wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o +.PHONY : wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o + +wayland-generated-protocols/input-timestamps-unstable-v1-protocol.i: wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.i +.PHONY : wayland-generated-protocols/input-timestamps-unstable-v1-protocol.i + +# target to preprocess a source file +wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.i +.PHONY : wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.i + +wayland-generated-protocols/input-timestamps-unstable-v1-protocol.s: wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.s +.PHONY : wayland-generated-protocols/input-timestamps-unstable-v1-protocol.s + +# target to generate assembly for a file +wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.s +.PHONY : wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.s + +wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.o: wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o +.PHONY : wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.o + +# target to build an object file +wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o +.PHONY : wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o + +wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.i: wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.i +.PHONY : wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.i + +# target to preprocess a source file +wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.i +.PHONY : wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.i + +wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.s: wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.s +.PHONY : wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.s + +# target to generate assembly for a file +wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.s +.PHONY : wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.s + +wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.o: wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o +.PHONY : wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.o + +# target to build an object file +wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o +.PHONY : wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o + +wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.i: wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.i +.PHONY : wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.i + +# target to preprocess a source file +wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.i +.PHONY : wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.i + +wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.s: wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.s +.PHONY : wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.s + +# target to generate assembly for a file +wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.s +.PHONY : wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.s + +wayland-generated-protocols/primary-selection-unstable-v1-protocol.o: wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o +.PHONY : wayland-generated-protocols/primary-selection-unstable-v1-protocol.o + +# target to build an object file +wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o +.PHONY : wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o + +wayland-generated-protocols/primary-selection-unstable-v1-protocol.i: wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.i +.PHONY : wayland-generated-protocols/primary-selection-unstable-v1-protocol.i + +# target to preprocess a source file +wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.i +.PHONY : wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.i + +wayland-generated-protocols/primary-selection-unstable-v1-protocol.s: wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.s +.PHONY : wayland-generated-protocols/primary-selection-unstable-v1-protocol.s + +# target to generate assembly for a file +wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.s +.PHONY : wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.s + +wayland-generated-protocols/relative-pointer-unstable-v1-protocol.o: wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o +.PHONY : wayland-generated-protocols/relative-pointer-unstable-v1-protocol.o + +# target to build an object file +wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o +.PHONY : wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o + +wayland-generated-protocols/relative-pointer-unstable-v1-protocol.i: wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.i +.PHONY : wayland-generated-protocols/relative-pointer-unstable-v1-protocol.i + +# target to preprocess a source file +wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.i +.PHONY : wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.i + +wayland-generated-protocols/relative-pointer-unstable-v1-protocol.s: wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.s +.PHONY : wayland-generated-protocols/relative-pointer-unstable-v1-protocol.s + +# target to generate assembly for a file +wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.s +.PHONY : wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.s + +wayland-generated-protocols/tablet-v2-protocol.o: wayland-generated-protocols/tablet-v2-protocol.c.o +.PHONY : wayland-generated-protocols/tablet-v2-protocol.o + +# target to build an object file +wayland-generated-protocols/tablet-v2-protocol.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o +.PHONY : wayland-generated-protocols/tablet-v2-protocol.c.o + +wayland-generated-protocols/tablet-v2-protocol.i: wayland-generated-protocols/tablet-v2-protocol.c.i +.PHONY : wayland-generated-protocols/tablet-v2-protocol.i + +# target to preprocess a source file +wayland-generated-protocols/tablet-v2-protocol.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.i +.PHONY : wayland-generated-protocols/tablet-v2-protocol.c.i + +wayland-generated-protocols/tablet-v2-protocol.s: wayland-generated-protocols/tablet-v2-protocol.c.s +.PHONY : wayland-generated-protocols/tablet-v2-protocol.s + +# target to generate assembly for a file +wayland-generated-protocols/tablet-v2-protocol.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.s +.PHONY : wayland-generated-protocols/tablet-v2-protocol.c.s + +wayland-generated-protocols/text-input-unstable-v3-protocol.o: wayland-generated-protocols/text-input-unstable-v3-protocol.c.o +.PHONY : wayland-generated-protocols/text-input-unstable-v3-protocol.o + +# target to build an object file +wayland-generated-protocols/text-input-unstable-v3-protocol.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o +.PHONY : wayland-generated-protocols/text-input-unstable-v3-protocol.c.o + +wayland-generated-protocols/text-input-unstable-v3-protocol.i: wayland-generated-protocols/text-input-unstable-v3-protocol.c.i +.PHONY : wayland-generated-protocols/text-input-unstable-v3-protocol.i + +# target to preprocess a source file +wayland-generated-protocols/text-input-unstable-v3-protocol.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.i +.PHONY : wayland-generated-protocols/text-input-unstable-v3-protocol.c.i + +wayland-generated-protocols/text-input-unstable-v3-protocol.s: wayland-generated-protocols/text-input-unstable-v3-protocol.c.s +.PHONY : wayland-generated-protocols/text-input-unstable-v3-protocol.s + +# target to generate assembly for a file +wayland-generated-protocols/text-input-unstable-v3-protocol.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.s +.PHONY : wayland-generated-protocols/text-input-unstable-v3-protocol.c.s + +wayland-generated-protocols/viewporter-protocol.o: wayland-generated-protocols/viewporter-protocol.c.o +.PHONY : wayland-generated-protocols/viewporter-protocol.o + +# target to build an object file +wayland-generated-protocols/viewporter-protocol.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o +.PHONY : wayland-generated-protocols/viewporter-protocol.c.o + +wayland-generated-protocols/viewporter-protocol.i: wayland-generated-protocols/viewporter-protocol.c.i +.PHONY : wayland-generated-protocols/viewporter-protocol.i + +# target to preprocess a source file +wayland-generated-protocols/viewporter-protocol.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.i +.PHONY : wayland-generated-protocols/viewporter-protocol.c.i + +wayland-generated-protocols/viewporter-protocol.s: wayland-generated-protocols/viewporter-protocol.c.s +.PHONY : wayland-generated-protocols/viewporter-protocol.s + +# target to generate assembly for a file +wayland-generated-protocols/viewporter-protocol.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.s +.PHONY : wayland-generated-protocols/viewporter-protocol.c.s + +wayland-generated-protocols/wayland-protocol.o: wayland-generated-protocols/wayland-protocol.c.o +.PHONY : wayland-generated-protocols/wayland-protocol.o + +# target to build an object file +wayland-generated-protocols/wayland-protocol.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o +.PHONY : wayland-generated-protocols/wayland-protocol.c.o + +wayland-generated-protocols/wayland-protocol.i: wayland-generated-protocols/wayland-protocol.c.i +.PHONY : wayland-generated-protocols/wayland-protocol.i + +# target to preprocess a source file +wayland-generated-protocols/wayland-protocol.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.i +.PHONY : wayland-generated-protocols/wayland-protocol.c.i + +wayland-generated-protocols/wayland-protocol.s: wayland-generated-protocols/wayland-protocol.c.s +.PHONY : wayland-generated-protocols/wayland-protocol.s + +# target to generate assembly for a file +wayland-generated-protocols/wayland-protocol.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.s +.PHONY : wayland-generated-protocols/wayland-protocol.c.s + +wayland-generated-protocols/xdg-activation-v1-protocol.o: wayland-generated-protocols/xdg-activation-v1-protocol.c.o +.PHONY : wayland-generated-protocols/xdg-activation-v1-protocol.o + +# target to build an object file +wayland-generated-protocols/xdg-activation-v1-protocol.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o +.PHONY : wayland-generated-protocols/xdg-activation-v1-protocol.c.o + +wayland-generated-protocols/xdg-activation-v1-protocol.i: wayland-generated-protocols/xdg-activation-v1-protocol.c.i +.PHONY : wayland-generated-protocols/xdg-activation-v1-protocol.i + +# target to preprocess a source file +wayland-generated-protocols/xdg-activation-v1-protocol.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.i +.PHONY : wayland-generated-protocols/xdg-activation-v1-protocol.c.i + +wayland-generated-protocols/xdg-activation-v1-protocol.s: wayland-generated-protocols/xdg-activation-v1-protocol.c.s +.PHONY : wayland-generated-protocols/xdg-activation-v1-protocol.s + +# target to generate assembly for a file +wayland-generated-protocols/xdg-activation-v1-protocol.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.s +.PHONY : wayland-generated-protocols/xdg-activation-v1-protocol.c.s + +wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.o: wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o +.PHONY : wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.o + +# target to build an object file +wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o +.PHONY : wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o + +wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.i: wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.i +.PHONY : wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.i + +# target to preprocess a source file +wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.i +.PHONY : wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.i + +wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.s: wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.s +.PHONY : wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.s + +# target to generate assembly for a file +wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.s +.PHONY : wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.s + +wayland-generated-protocols/xdg-dialog-v1-protocol.o: wayland-generated-protocols/xdg-dialog-v1-protocol.c.o +.PHONY : wayland-generated-protocols/xdg-dialog-v1-protocol.o + +# target to build an object file +wayland-generated-protocols/xdg-dialog-v1-protocol.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o +.PHONY : wayland-generated-protocols/xdg-dialog-v1-protocol.c.o + +wayland-generated-protocols/xdg-dialog-v1-protocol.i: wayland-generated-protocols/xdg-dialog-v1-protocol.c.i +.PHONY : wayland-generated-protocols/xdg-dialog-v1-protocol.i + +# target to preprocess a source file +wayland-generated-protocols/xdg-dialog-v1-protocol.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.i +.PHONY : wayland-generated-protocols/xdg-dialog-v1-protocol.c.i + +wayland-generated-protocols/xdg-dialog-v1-protocol.s: wayland-generated-protocols/xdg-dialog-v1-protocol.c.s +.PHONY : wayland-generated-protocols/xdg-dialog-v1-protocol.s + +# target to generate assembly for a file +wayland-generated-protocols/xdg-dialog-v1-protocol.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.s +.PHONY : wayland-generated-protocols/xdg-dialog-v1-protocol.c.s + +wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.o: wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o +.PHONY : wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.o + +# target to build an object file +wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o +.PHONY : wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o + +wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.i: wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.i +.PHONY : wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.i + +# target to preprocess a source file +wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.i +.PHONY : wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.i + +wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.s: wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.s +.PHONY : wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.s + +# target to generate assembly for a file +wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.s +.PHONY : wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.s + +wayland-generated-protocols/xdg-output-unstable-v1-protocol.o: wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o +.PHONY : wayland-generated-protocols/xdg-output-unstable-v1-protocol.o + +# target to build an object file +wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o +.PHONY : wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o + +wayland-generated-protocols/xdg-output-unstable-v1-protocol.i: wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.i +.PHONY : wayland-generated-protocols/xdg-output-unstable-v1-protocol.i + +# target to preprocess a source file +wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.i +.PHONY : wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.i + +wayland-generated-protocols/xdg-output-unstable-v1-protocol.s: wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.s +.PHONY : wayland-generated-protocols/xdg-output-unstable-v1-protocol.s + +# target to generate assembly for a file +wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.s +.PHONY : wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.s + +wayland-generated-protocols/xdg-shell-protocol.o: wayland-generated-protocols/xdg-shell-protocol.c.o +.PHONY : wayland-generated-protocols/xdg-shell-protocol.o + +# target to build an object file +wayland-generated-protocols/xdg-shell-protocol.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o +.PHONY : wayland-generated-protocols/xdg-shell-protocol.c.o + +wayland-generated-protocols/xdg-shell-protocol.i: wayland-generated-protocols/xdg-shell-protocol.c.i +.PHONY : wayland-generated-protocols/xdg-shell-protocol.i + +# target to preprocess a source file +wayland-generated-protocols/xdg-shell-protocol.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.i +.PHONY : wayland-generated-protocols/xdg-shell-protocol.c.i + +wayland-generated-protocols/xdg-shell-protocol.s: wayland-generated-protocols/xdg-shell-protocol.c.s +.PHONY : wayland-generated-protocols/xdg-shell-protocol.s + +# target to generate assembly for a file +wayland-generated-protocols/xdg-shell-protocol.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.s +.PHONY : wayland-generated-protocols/xdg-shell-protocol.c.s + +wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.o: wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o +.PHONY : wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.o + +# target to build an object file +wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o +.PHONY : wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o + +wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.i: wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.i +.PHONY : wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.i + +# target to preprocess a source file +wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.i +.PHONY : wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.i + +wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.s: wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.s +.PHONY : wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.s + +# target to generate assembly for a file +wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.s +.PHONY : wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... SDL3-shared" + @echo "... SDL3-static" + @echo "... SDL3_test" + @echo "... SDL_uclibc" + @echo "... cmake_pch.h.gch" + @echo "... cmake_pch.h.i" + @echo "... cmake_pch.h.s" + @echo "... src/SDL.o" + @echo "... src/SDL.i" + @echo "... src/SDL.s" + @echo "... src/SDL_assert.o" + @echo "... src/SDL_assert.i" + @echo "... src/SDL_assert.s" + @echo "... src/SDL_error.o" + @echo "... src/SDL_error.i" + @echo "... src/SDL_error.s" + @echo "... src/SDL_guid.o" + @echo "... src/SDL_guid.i" + @echo "... src/SDL_guid.s" + @echo "... src/SDL_hashtable.o" + @echo "... src/SDL_hashtable.i" + @echo "... src/SDL_hashtable.s" + @echo "... src/SDL_hints.o" + @echo "... src/SDL_hints.i" + @echo "... src/SDL_hints.s" + @echo "... src/SDL_list.o" + @echo "... src/SDL_list.i" + @echo "... src/SDL_list.s" + @echo "... src/SDL_log.o" + @echo "... src/SDL_log.i" + @echo "... src/SDL_log.s" + @echo "... src/SDL_properties.o" + @echo "... src/SDL_properties.i" + @echo "... src/SDL_properties.s" + @echo "... src/SDL_utils.o" + @echo "... src/SDL_utils.i" + @echo "... src/SDL_utils.s" + @echo "... src/atomic/SDL_atomic.o" + @echo "... src/atomic/SDL_atomic.i" + @echo "... src/atomic/SDL_atomic.s" + @echo "... src/atomic/SDL_spinlock.o" + @echo "... src/atomic/SDL_spinlock.i" + @echo "... src/atomic/SDL_spinlock.s" + @echo "... src/audio/SDL_audio.o" + @echo "... src/audio/SDL_audio.i" + @echo "... src/audio/SDL_audio.s" + @echo "... src/audio/SDL_audiocvt.o" + @echo "... src/audio/SDL_audiocvt.i" + @echo "... src/audio/SDL_audiocvt.s" + @echo "... src/audio/SDL_audiodev.o" + @echo "... src/audio/SDL_audiodev.i" + @echo "... src/audio/SDL_audiodev.s" + @echo "... src/audio/SDL_audioqueue.o" + @echo "... src/audio/SDL_audioqueue.i" + @echo "... src/audio/SDL_audioqueue.s" + @echo "... src/audio/SDL_audioresample.o" + @echo "... src/audio/SDL_audioresample.i" + @echo "... src/audio/SDL_audioresample.s" + @echo "... src/audio/SDL_audiotypecvt.o" + @echo "... src/audio/SDL_audiotypecvt.i" + @echo "... src/audio/SDL_audiotypecvt.s" + @echo "... src/audio/SDL_mixer.o" + @echo "... src/audio/SDL_mixer.i" + @echo "... src/audio/SDL_mixer.s" + @echo "... src/audio/SDL_wave.o" + @echo "... src/audio/SDL_wave.i" + @echo "... src/audio/SDL_wave.s" + @echo "... src/audio/alsa/SDL_alsa_audio.o" + @echo "... src/audio/alsa/SDL_alsa_audio.i" + @echo "... src/audio/alsa/SDL_alsa_audio.s" + @echo "... src/audio/disk/SDL_diskaudio.o" + @echo "... src/audio/disk/SDL_diskaudio.i" + @echo "... src/audio/disk/SDL_diskaudio.s" + @echo "... src/audio/dummy/SDL_dummyaudio.o" + @echo "... src/audio/dummy/SDL_dummyaudio.i" + @echo "... src/audio/dummy/SDL_dummyaudio.s" + @echo "... src/audio/jack/SDL_jackaudio.o" + @echo "... src/audio/jack/SDL_jackaudio.i" + @echo "... src/audio/jack/SDL_jackaudio.s" + @echo "... src/audio/pipewire/SDL_pipewire.o" + @echo "... src/audio/pipewire/SDL_pipewire.i" + @echo "... src/audio/pipewire/SDL_pipewire.s" + @echo "... src/audio/pulseaudio/SDL_pulseaudio.o" + @echo "... src/audio/pulseaudio/SDL_pulseaudio.i" + @echo "... src/audio/pulseaudio/SDL_pulseaudio.s" + @echo "... src/camera/SDL_camera.o" + @echo "... src/camera/SDL_camera.i" + @echo "... src/camera/SDL_camera.s" + @echo "... src/camera/dummy/SDL_camera_dummy.o" + @echo "... src/camera/dummy/SDL_camera_dummy.i" + @echo "... src/camera/dummy/SDL_camera_dummy.s" + @echo "... src/camera/pipewire/SDL_camera_pipewire.o" + @echo "... src/camera/pipewire/SDL_camera_pipewire.i" + @echo "... src/camera/pipewire/SDL_camera_pipewire.s" + @echo "... src/camera/v4l2/SDL_camera_v4l2.o" + @echo "... src/camera/v4l2/SDL_camera_v4l2.i" + @echo "... src/camera/v4l2/SDL_camera_v4l2.s" + @echo "... src/core/SDL_core_unsupported.o" + @echo "... src/core/SDL_core_unsupported.i" + @echo "... src/core/SDL_core_unsupported.s" + @echo "... src/core/linux/SDL_dbus.o" + @echo "... src/core/linux/SDL_dbus.i" + @echo "... src/core/linux/SDL_dbus.s" + @echo "... src/core/linux/SDL_evdev.o" + @echo "... src/core/linux/SDL_evdev.i" + @echo "... src/core/linux/SDL_evdev.s" + @echo "... src/core/linux/SDL_evdev_capabilities.o" + @echo "... src/core/linux/SDL_evdev_capabilities.i" + @echo "... src/core/linux/SDL_evdev_capabilities.s" + @echo "... src/core/linux/SDL_evdev_kbd.o" + @echo "... src/core/linux/SDL_evdev_kbd.i" + @echo "... src/core/linux/SDL_evdev_kbd.s" + @echo "... src/core/linux/SDL_fcitx.o" + @echo "... src/core/linux/SDL_fcitx.i" + @echo "... src/core/linux/SDL_fcitx.s" + @echo "... src/core/linux/SDL_ime.o" + @echo "... src/core/linux/SDL_ime.i" + @echo "... src/core/linux/SDL_ime.s" + @echo "... src/core/linux/SDL_progressbar.o" + @echo "... src/core/linux/SDL_progressbar.i" + @echo "... src/core/linux/SDL_progressbar.s" + @echo "... src/core/linux/SDL_system_theme.o" + @echo "... src/core/linux/SDL_system_theme.i" + @echo "... src/core/linux/SDL_system_theme.s" + @echo "... src/core/linux/SDL_threadprio.o" + @echo "... src/core/linux/SDL_threadprio.i" + @echo "... src/core/linux/SDL_threadprio.s" + @echo "... src/core/linux/SDL_udev.o" + @echo "... src/core/linux/SDL_udev.i" + @echo "... src/core/linux/SDL_udev.s" + @echo "... src/core/unix/SDL_appid.o" + @echo "... src/core/unix/SDL_appid.i" + @echo "... src/core/unix/SDL_appid.s" + @echo "... src/core/unix/SDL_poll.o" + @echo "... src/core/unix/SDL_poll.i" + @echo "... src/core/unix/SDL_poll.s" + @echo "... src/cpuinfo/SDL_cpuinfo.o" + @echo "... src/cpuinfo/SDL_cpuinfo.i" + @echo "... src/cpuinfo/SDL_cpuinfo.s" + @echo "... src/dialog/SDL_dialog.o" + @echo "... src/dialog/SDL_dialog.i" + @echo "... src/dialog/SDL_dialog.s" + @echo "... src/dialog/SDL_dialog_utils.o" + @echo "... src/dialog/SDL_dialog_utils.i" + @echo "... src/dialog/SDL_dialog_utils.s" + @echo "... src/dialog/unix/SDL_portaldialog.o" + @echo "... src/dialog/unix/SDL_portaldialog.i" + @echo "... src/dialog/unix/SDL_portaldialog.s" + @echo "... src/dialog/unix/SDL_unixdialog.o" + @echo "... src/dialog/unix/SDL_unixdialog.i" + @echo "... src/dialog/unix/SDL_unixdialog.s" + @echo "... src/dialog/unix/SDL_zenitydialog.o" + @echo "... src/dialog/unix/SDL_zenitydialog.i" + @echo "... src/dialog/unix/SDL_zenitydialog.s" + @echo "... src/dynapi/SDL_dynapi.o" + @echo "... src/dynapi/SDL_dynapi.i" + @echo "... src/dynapi/SDL_dynapi.s" + @echo "... src/events/SDL_categories.o" + @echo "... src/events/SDL_categories.i" + @echo "... src/events/SDL_categories.s" + @echo "... src/events/SDL_clipboardevents.o" + @echo "... src/events/SDL_clipboardevents.i" + @echo "... src/events/SDL_clipboardevents.s" + @echo "... src/events/SDL_displayevents.o" + @echo "... src/events/SDL_displayevents.i" + @echo "... src/events/SDL_displayevents.s" + @echo "... src/events/SDL_dropevents.o" + @echo "... src/events/SDL_dropevents.i" + @echo "... src/events/SDL_dropevents.s" + @echo "... src/events/SDL_events.o" + @echo "... src/events/SDL_events.i" + @echo "... src/events/SDL_events.s" + @echo "... src/events/SDL_eventwatch.o" + @echo "... src/events/SDL_eventwatch.i" + @echo "... src/events/SDL_eventwatch.s" + @echo "... src/events/SDL_keyboard.o" + @echo "... src/events/SDL_keyboard.i" + @echo "... src/events/SDL_keyboard.s" + @echo "... src/events/SDL_keymap.o" + @echo "... src/events/SDL_keymap.i" + @echo "... src/events/SDL_keymap.s" + @echo "... src/events/SDL_keysym_to_keycode.o" + @echo "... src/events/SDL_keysym_to_keycode.i" + @echo "... src/events/SDL_keysym_to_keycode.s" + @echo "... src/events/SDL_keysym_to_scancode.o" + @echo "... src/events/SDL_keysym_to_scancode.i" + @echo "... src/events/SDL_keysym_to_scancode.s" + @echo "... src/events/SDL_mouse.o" + @echo "... src/events/SDL_mouse.i" + @echo "... src/events/SDL_mouse.s" + @echo "... src/events/SDL_pen.o" + @echo "... src/events/SDL_pen.i" + @echo "... src/events/SDL_pen.s" + @echo "... src/events/SDL_quit.o" + @echo "... src/events/SDL_quit.i" + @echo "... src/events/SDL_quit.s" + @echo "... src/events/SDL_scancode_tables.o" + @echo "... src/events/SDL_scancode_tables.i" + @echo "... src/events/SDL_scancode_tables.s" + @echo "... src/events/SDL_touch.o" + @echo "... src/events/SDL_touch.i" + @echo "... src/events/SDL_touch.s" + @echo "... src/events/SDL_windowevents.o" + @echo "... src/events/SDL_windowevents.i" + @echo "... src/events/SDL_windowevents.s" + @echo "... src/events/imKStoUCS.o" + @echo "... src/events/imKStoUCS.i" + @echo "... src/events/imKStoUCS.s" + @echo "... src/filesystem/SDL_filesystem.o" + @echo "... src/filesystem/SDL_filesystem.i" + @echo "... src/filesystem/SDL_filesystem.s" + @echo "... src/filesystem/posix/SDL_sysfsops.o" + @echo "... src/filesystem/posix/SDL_sysfsops.i" + @echo "... src/filesystem/posix/SDL_sysfsops.s" + @echo "... src/filesystem/unix/SDL_sysfilesystem.o" + @echo "... src/filesystem/unix/SDL_sysfilesystem.i" + @echo "... src/filesystem/unix/SDL_sysfilesystem.s" + @echo "... src/gpu/SDL_gpu.o" + @echo "... src/gpu/SDL_gpu.i" + @echo "... src/gpu/SDL_gpu.s" + @echo "... src/gpu/vulkan/SDL_gpu_vulkan.o" + @echo "... src/gpu/vulkan/SDL_gpu_vulkan.i" + @echo "... src/gpu/vulkan/SDL_gpu_vulkan.s" + @echo "... src/haptic/SDL_haptic.o" + @echo "... src/haptic/SDL_haptic.i" + @echo "... src/haptic/SDL_haptic.s" + @echo "... src/haptic/hidapi/SDL_hidapihaptic.o" + @echo "... src/haptic/hidapi/SDL_hidapihaptic.i" + @echo "... src/haptic/hidapi/SDL_hidapihaptic.s" + @echo "... src/haptic/hidapi/SDL_hidapihaptic_lg4ff.o" + @echo "... src/haptic/hidapi/SDL_hidapihaptic_lg4ff.i" + @echo "... src/haptic/hidapi/SDL_hidapihaptic_lg4ff.s" + @echo "... src/haptic/linux/SDL_syshaptic.o" + @echo "... src/haptic/linux/SDL_syshaptic.i" + @echo "... src/haptic/linux/SDL_syshaptic.s" + @echo "... src/hidapi/SDL_hidapi.o" + @echo "... src/hidapi/SDL_hidapi.i" + @echo "... src/hidapi/SDL_hidapi.s" + @echo "... src/io/SDL_asyncio.o" + @echo "... src/io/SDL_asyncio.i" + @echo "... src/io/SDL_asyncio.s" + @echo "... src/io/SDL_iostream.o" + @echo "... src/io/SDL_iostream.i" + @echo "... src/io/SDL_iostream.s" + @echo "... src/io/generic/SDL_asyncio_generic.o" + @echo "... src/io/generic/SDL_asyncio_generic.i" + @echo "... src/io/generic/SDL_asyncio_generic.s" + @echo "... src/io/io_uring/SDL_asyncio_liburing.o" + @echo "... src/io/io_uring/SDL_asyncio_liburing.i" + @echo "... src/io/io_uring/SDL_asyncio_liburing.s" + @echo "... src/joystick/SDL_gamepad.o" + @echo "... src/joystick/SDL_gamepad.i" + @echo "... src/joystick/SDL_gamepad.s" + @echo "... src/joystick/SDL_joystick.o" + @echo "... src/joystick/SDL_joystick.i" + @echo "... src/joystick/SDL_joystick.s" + @echo "... src/joystick/SDL_steam_virtual_gamepad.o" + @echo "... src/joystick/SDL_steam_virtual_gamepad.i" + @echo "... src/joystick/SDL_steam_virtual_gamepad.s" + @echo "... src/joystick/controller_type.o" + @echo "... src/joystick/controller_type.i" + @echo "... src/joystick/controller_type.s" + @echo "... src/joystick/hidapi/SDL_hidapi_8bitdo.o" + @echo "... src/joystick/hidapi/SDL_hidapi_8bitdo.i" + @echo "... src/joystick/hidapi/SDL_hidapi_8bitdo.s" + @echo "... src/joystick/hidapi/SDL_hidapi_combined.o" + @echo "... src/joystick/hidapi/SDL_hidapi_combined.i" + @echo "... src/joystick/hidapi/SDL_hidapi_combined.s" + @echo "... src/joystick/hidapi/SDL_hidapi_gamecube.o" + @echo "... src/joystick/hidapi/SDL_hidapi_gamecube.i" + @echo "... src/joystick/hidapi/SDL_hidapi_gamecube.s" + @echo "... src/joystick/hidapi/SDL_hidapi_gip.o" + @echo "... src/joystick/hidapi/SDL_hidapi_gip.i" + @echo "... src/joystick/hidapi/SDL_hidapi_gip.s" + @echo "... src/joystick/hidapi/SDL_hidapi_lg4ff.o" + @echo "... src/joystick/hidapi/SDL_hidapi_lg4ff.i" + @echo "... src/joystick/hidapi/SDL_hidapi_lg4ff.s" + @echo "... src/joystick/hidapi/SDL_hidapi_luna.o" + @echo "... src/joystick/hidapi/SDL_hidapi_luna.i" + @echo "... src/joystick/hidapi/SDL_hidapi_luna.s" + @echo "... src/joystick/hidapi/SDL_hidapi_ps3.o" + @echo "... src/joystick/hidapi/SDL_hidapi_ps3.i" + @echo "... src/joystick/hidapi/SDL_hidapi_ps3.s" + @echo "... src/joystick/hidapi/SDL_hidapi_ps4.o" + @echo "... src/joystick/hidapi/SDL_hidapi_ps4.i" + @echo "... src/joystick/hidapi/SDL_hidapi_ps4.s" + @echo "... src/joystick/hidapi/SDL_hidapi_ps5.o" + @echo "... src/joystick/hidapi/SDL_hidapi_ps5.i" + @echo "... src/joystick/hidapi/SDL_hidapi_ps5.s" + @echo "... src/joystick/hidapi/SDL_hidapi_rumble.o" + @echo "... src/joystick/hidapi/SDL_hidapi_rumble.i" + @echo "... src/joystick/hidapi/SDL_hidapi_rumble.s" + @echo "... src/joystick/hidapi/SDL_hidapi_shield.o" + @echo "... src/joystick/hidapi/SDL_hidapi_shield.i" + @echo "... src/joystick/hidapi/SDL_hidapi_shield.s" + @echo "... src/joystick/hidapi/SDL_hidapi_stadia.o" + @echo "... src/joystick/hidapi/SDL_hidapi_stadia.i" + @echo "... src/joystick/hidapi/SDL_hidapi_stadia.s" + @echo "... src/joystick/hidapi/SDL_hidapi_steam.o" + @echo "... src/joystick/hidapi/SDL_hidapi_steam.i" + @echo "... src/joystick/hidapi/SDL_hidapi_steam.s" + @echo "... src/joystick/hidapi/SDL_hidapi_steam_hori.o" + @echo "... src/joystick/hidapi/SDL_hidapi_steam_hori.i" + @echo "... src/joystick/hidapi/SDL_hidapi_steam_hori.s" + @echo "... src/joystick/hidapi/SDL_hidapi_steamdeck.o" + @echo "... src/joystick/hidapi/SDL_hidapi_steamdeck.i" + @echo "... src/joystick/hidapi/SDL_hidapi_steamdeck.s" + @echo "... src/joystick/hidapi/SDL_hidapi_switch.o" + @echo "... src/joystick/hidapi/SDL_hidapi_switch.i" + @echo "... src/joystick/hidapi/SDL_hidapi_switch.s" + @echo "... src/joystick/hidapi/SDL_hidapi_wii.o" + @echo "... src/joystick/hidapi/SDL_hidapi_wii.i" + @echo "... src/joystick/hidapi/SDL_hidapi_wii.s" + @echo "... src/joystick/hidapi/SDL_hidapi_xbox360.o" + @echo "... src/joystick/hidapi/SDL_hidapi_xbox360.i" + @echo "... src/joystick/hidapi/SDL_hidapi_xbox360.s" + @echo "... src/joystick/hidapi/SDL_hidapi_xbox360w.o" + @echo "... src/joystick/hidapi/SDL_hidapi_xbox360w.i" + @echo "... src/joystick/hidapi/SDL_hidapi_xbox360w.s" + @echo "... src/joystick/hidapi/SDL_hidapi_xboxone.o" + @echo "... src/joystick/hidapi/SDL_hidapi_xboxone.i" + @echo "... src/joystick/hidapi/SDL_hidapi_xboxone.s" + @echo "... src/joystick/hidapi/SDL_hidapijoystick.o" + @echo "... src/joystick/hidapi/SDL_hidapijoystick.i" + @echo "... src/joystick/hidapi/SDL_hidapijoystick.s" + @echo "... src/joystick/linux/SDL_sysjoystick.o" + @echo "... src/joystick/linux/SDL_sysjoystick.i" + @echo "... src/joystick/linux/SDL_sysjoystick.s" + @echo "... src/joystick/virtual/SDL_virtualjoystick.o" + @echo "... src/joystick/virtual/SDL_virtualjoystick.i" + @echo "... src/joystick/virtual/SDL_virtualjoystick.s" + @echo "... src/libm/e_atan2.o" + @echo "... src/libm/e_atan2.i" + @echo "... src/libm/e_atan2.s" + @echo "... src/libm/e_exp.o" + @echo "... src/libm/e_exp.i" + @echo "... src/libm/e_exp.s" + @echo "... src/libm/e_fmod.o" + @echo "... src/libm/e_fmod.i" + @echo "... src/libm/e_fmod.s" + @echo "... src/libm/e_log.o" + @echo "... src/libm/e_log.i" + @echo "... src/libm/e_log.s" + @echo "... src/libm/e_log10.o" + @echo "... src/libm/e_log10.i" + @echo "... src/libm/e_log10.s" + @echo "... src/libm/e_pow.o" + @echo "... src/libm/e_pow.i" + @echo "... src/libm/e_pow.s" + @echo "... src/libm/e_rem_pio2.o" + @echo "... src/libm/e_rem_pio2.i" + @echo "... src/libm/e_rem_pio2.s" + @echo "... src/libm/e_sqrt.o" + @echo "... src/libm/e_sqrt.i" + @echo "... src/libm/e_sqrt.s" + @echo "... src/libm/k_cos.o" + @echo "... src/libm/k_cos.i" + @echo "... src/libm/k_cos.s" + @echo "... src/libm/k_rem_pio2.o" + @echo "... src/libm/k_rem_pio2.i" + @echo "... src/libm/k_rem_pio2.s" + @echo "... src/libm/k_sin.o" + @echo "... src/libm/k_sin.i" + @echo "... src/libm/k_sin.s" + @echo "... src/libm/k_tan.o" + @echo "... src/libm/k_tan.i" + @echo "... src/libm/k_tan.s" + @echo "... src/libm/s_atan.o" + @echo "... src/libm/s_atan.i" + @echo "... src/libm/s_atan.s" + @echo "... src/libm/s_copysign.o" + @echo "... src/libm/s_copysign.i" + @echo "... src/libm/s_copysign.s" + @echo "... src/libm/s_cos.o" + @echo "... src/libm/s_cos.i" + @echo "... src/libm/s_cos.s" + @echo "... src/libm/s_fabs.o" + @echo "... src/libm/s_fabs.i" + @echo "... src/libm/s_fabs.s" + @echo "... src/libm/s_floor.o" + @echo "... src/libm/s_floor.i" + @echo "... src/libm/s_floor.s" + @echo "... src/libm/s_isinf.o" + @echo "... src/libm/s_isinf.i" + @echo "... src/libm/s_isinf.s" + @echo "... src/libm/s_isinff.o" + @echo "... src/libm/s_isinff.i" + @echo "... src/libm/s_isinff.s" + @echo "... src/libm/s_isnan.o" + @echo "... src/libm/s_isnan.i" + @echo "... src/libm/s_isnan.s" + @echo "... src/libm/s_isnanf.o" + @echo "... src/libm/s_isnanf.i" + @echo "... src/libm/s_isnanf.s" + @echo "... src/libm/s_modf.o" + @echo "... src/libm/s_modf.i" + @echo "... src/libm/s_modf.s" + @echo "... src/libm/s_scalbn.o" + @echo "... src/libm/s_scalbn.i" + @echo "... src/libm/s_scalbn.s" + @echo "... src/libm/s_sin.o" + @echo "... src/libm/s_sin.i" + @echo "... src/libm/s_sin.s" + @echo "... src/libm/s_tan.o" + @echo "... src/libm/s_tan.i" + @echo "... src/libm/s_tan.s" + @echo "... src/loadso/dlopen/SDL_sysloadso.o" + @echo "... src/loadso/dlopen/SDL_sysloadso.i" + @echo "... src/loadso/dlopen/SDL_sysloadso.s" + @echo "... src/locale/SDL_locale.o" + @echo "... src/locale/SDL_locale.i" + @echo "... src/locale/SDL_locale.s" + @echo "... src/locale/unix/SDL_syslocale.o" + @echo "... src/locale/unix/SDL_syslocale.i" + @echo "... src/locale/unix/SDL_syslocale.s" + @echo "... src/main/SDL_main_callbacks.o" + @echo "... src/main/SDL_main_callbacks.i" + @echo "... src/main/SDL_main_callbacks.s" + @echo "... src/main/SDL_runapp.o" + @echo "... src/main/SDL_runapp.i" + @echo "... src/main/SDL_runapp.s" + @echo "... src/main/generic/SDL_sysmain_callbacks.o" + @echo "... src/main/generic/SDL_sysmain_callbacks.i" + @echo "... src/main/generic/SDL_sysmain_callbacks.s" + @echo "... src/misc/SDL_url.o" + @echo "... src/misc/SDL_url.i" + @echo "... src/misc/SDL_url.s" + @echo "... src/misc/unix/SDL_sysurl.o" + @echo "... src/misc/unix/SDL_sysurl.i" + @echo "... src/misc/unix/SDL_sysurl.s" + @echo "... src/power/SDL_power.o" + @echo "... src/power/SDL_power.i" + @echo "... src/power/SDL_power.s" + @echo "... src/power/linux/SDL_syspower.o" + @echo "... src/power/linux/SDL_syspower.i" + @echo "... src/power/linux/SDL_syspower.s" + @echo "... src/process/SDL_process.o" + @echo "... src/process/SDL_process.i" + @echo "... src/process/SDL_process.s" + @echo "... src/process/posix/SDL_posixprocess.o" + @echo "... src/process/posix/SDL_posixprocess.i" + @echo "... src/process/posix/SDL_posixprocess.s" + @echo "... src/render/SDL_d3dmath.o" + @echo "... src/render/SDL_d3dmath.i" + @echo "... src/render/SDL_d3dmath.s" + @echo "... src/render/SDL_render.o" + @echo "... src/render/SDL_render.i" + @echo "... src/render/SDL_render.s" + @echo "... src/render/SDL_render_unsupported.o" + @echo "... src/render/SDL_render_unsupported.i" + @echo "... src/render/SDL_render_unsupported.s" + @echo "... src/render/SDL_yuv_sw.o" + @echo "... src/render/SDL_yuv_sw.i" + @echo "... src/render/SDL_yuv_sw.s" + @echo "... src/render/direct3d/SDL_render_d3d.o" + @echo "... src/render/direct3d/SDL_render_d3d.i" + @echo "... src/render/direct3d/SDL_render_d3d.s" + @echo "... src/render/direct3d/SDL_shaders_d3d.o" + @echo "... src/render/direct3d/SDL_shaders_d3d.i" + @echo "... src/render/direct3d/SDL_shaders_d3d.s" + @echo "... src/render/direct3d11/SDL_render_d3d11.o" + @echo "... src/render/direct3d11/SDL_render_d3d11.i" + @echo "... src/render/direct3d11/SDL_render_d3d11.s" + @echo "... src/render/direct3d11/SDL_shaders_d3d11.o" + @echo "... src/render/direct3d11/SDL_shaders_d3d11.i" + @echo "... src/render/direct3d11/SDL_shaders_d3d11.s" + @echo "... src/render/direct3d12/SDL_render_d3d12.o" + @echo "... src/render/direct3d12/SDL_render_d3d12.i" + @echo "... src/render/direct3d12/SDL_render_d3d12.s" + @echo "... src/render/direct3d12/SDL_shaders_d3d12.o" + @echo "... src/render/direct3d12/SDL_shaders_d3d12.i" + @echo "... src/render/direct3d12/SDL_shaders_d3d12.s" + @echo "... src/render/gpu/SDL_pipeline_gpu.o" + @echo "... src/render/gpu/SDL_pipeline_gpu.i" + @echo "... src/render/gpu/SDL_pipeline_gpu.s" + @echo "... src/render/gpu/SDL_render_gpu.o" + @echo "... src/render/gpu/SDL_render_gpu.i" + @echo "... src/render/gpu/SDL_render_gpu.s" + @echo "... src/render/gpu/SDL_shaders_gpu.o" + @echo "... src/render/gpu/SDL_shaders_gpu.i" + @echo "... src/render/gpu/SDL_shaders_gpu.s" + @echo "... src/render/opengl/SDL_render_gl.o" + @echo "... src/render/opengl/SDL_render_gl.i" + @echo "... src/render/opengl/SDL_render_gl.s" + @echo "... src/render/opengl/SDL_shaders_gl.o" + @echo "... src/render/opengl/SDL_shaders_gl.i" + @echo "... src/render/opengl/SDL_shaders_gl.s" + @echo "... src/render/opengles2/SDL_render_gles2.o" + @echo "... src/render/opengles2/SDL_render_gles2.i" + @echo "... src/render/opengles2/SDL_render_gles2.s" + @echo "... src/render/opengles2/SDL_shaders_gles2.o" + @echo "... src/render/opengles2/SDL_shaders_gles2.i" + @echo "... src/render/opengles2/SDL_shaders_gles2.s" + @echo "... src/render/ps2/SDL_render_ps2.o" + @echo "... src/render/ps2/SDL_render_ps2.i" + @echo "... src/render/ps2/SDL_render_ps2.s" + @echo "... src/render/psp/SDL_render_psp.o" + @echo "... src/render/psp/SDL_render_psp.i" + @echo "... src/render/psp/SDL_render_psp.s" + @echo "... src/render/software/SDL_blendfillrect.o" + @echo "... src/render/software/SDL_blendfillrect.i" + @echo "... src/render/software/SDL_blendfillrect.s" + @echo "... src/render/software/SDL_blendline.o" + @echo "... src/render/software/SDL_blendline.i" + @echo "... src/render/software/SDL_blendline.s" + @echo "... src/render/software/SDL_blendpoint.o" + @echo "... src/render/software/SDL_blendpoint.i" + @echo "... src/render/software/SDL_blendpoint.s" + @echo "... src/render/software/SDL_drawline.o" + @echo "... src/render/software/SDL_drawline.i" + @echo "... src/render/software/SDL_drawline.s" + @echo "... src/render/software/SDL_drawpoint.o" + @echo "... src/render/software/SDL_drawpoint.i" + @echo "... src/render/software/SDL_drawpoint.s" + @echo "... src/render/software/SDL_render_sw.o" + @echo "... src/render/software/SDL_render_sw.i" + @echo "... src/render/software/SDL_render_sw.s" + @echo "... src/render/software/SDL_rotate.o" + @echo "... src/render/software/SDL_rotate.i" + @echo "... src/render/software/SDL_rotate.s" + @echo "... src/render/software/SDL_triangle.o" + @echo "... src/render/software/SDL_triangle.i" + @echo "... src/render/software/SDL_triangle.s" + @echo "... src/render/vitagxm/SDL_render_vita_gxm.o" + @echo "... src/render/vitagxm/SDL_render_vita_gxm.i" + @echo "... src/render/vitagxm/SDL_render_vita_gxm.s" + @echo "... src/render/vitagxm/SDL_render_vita_gxm_memory.o" + @echo "... src/render/vitagxm/SDL_render_vita_gxm_memory.i" + @echo "... src/render/vitagxm/SDL_render_vita_gxm_memory.s" + @echo "... src/render/vitagxm/SDL_render_vita_gxm_tools.o" + @echo "... src/render/vitagxm/SDL_render_vita_gxm_tools.i" + @echo "... src/render/vitagxm/SDL_render_vita_gxm_tools.s" + @echo "... src/render/vulkan/SDL_render_vulkan.o" + @echo "... src/render/vulkan/SDL_render_vulkan.i" + @echo "... src/render/vulkan/SDL_render_vulkan.s" + @echo "... src/render/vulkan/SDL_shaders_vulkan.o" + @echo "... src/render/vulkan/SDL_shaders_vulkan.i" + @echo "... src/render/vulkan/SDL_shaders_vulkan.s" + @echo "... src/sensor/SDL_sensor.o" + @echo "... src/sensor/SDL_sensor.i" + @echo "... src/sensor/SDL_sensor.s" + @echo "... src/sensor/dummy/SDL_dummysensor.o" + @echo "... src/sensor/dummy/SDL_dummysensor.i" + @echo "... src/sensor/dummy/SDL_dummysensor.s" + @echo "... src/stdlib/SDL_crc16.o" + @echo "... src/stdlib/SDL_crc16.i" + @echo "... src/stdlib/SDL_crc16.s" + @echo "... src/stdlib/SDL_crc32.o" + @echo "... src/stdlib/SDL_crc32.i" + @echo "... src/stdlib/SDL_crc32.s" + @echo "... src/stdlib/SDL_getenv.o" + @echo "... src/stdlib/SDL_getenv.i" + @echo "... src/stdlib/SDL_getenv.s" + @echo "... src/stdlib/SDL_iconv.o" + @echo "... src/stdlib/SDL_iconv.i" + @echo "... src/stdlib/SDL_iconv.s" + @echo "... src/stdlib/SDL_malloc.o" + @echo "... src/stdlib/SDL_malloc.i" + @echo "... src/stdlib/SDL_malloc.s" + @echo "... src/stdlib/SDL_memcpy.o" + @echo "... src/stdlib/SDL_memcpy.i" + @echo "... src/stdlib/SDL_memcpy.s" + @echo "... src/stdlib/SDL_memmove.o" + @echo "... src/stdlib/SDL_memmove.i" + @echo "... src/stdlib/SDL_memmove.s" + @echo "... src/stdlib/SDL_memset.o" + @echo "... src/stdlib/SDL_memset.i" + @echo "... src/stdlib/SDL_memset.s" + @echo "... src/stdlib/SDL_mslibc.o" + @echo "... src/stdlib/SDL_mslibc.i" + @echo "... src/stdlib/SDL_mslibc.s" + @echo "... src/stdlib/SDL_murmur3.o" + @echo "... src/stdlib/SDL_murmur3.i" + @echo "... src/stdlib/SDL_murmur3.s" + @echo "... src/stdlib/SDL_qsort.o" + @echo "... src/stdlib/SDL_qsort.i" + @echo "... src/stdlib/SDL_qsort.s" + @echo "... src/stdlib/SDL_random.o" + @echo "... src/stdlib/SDL_random.i" + @echo "... src/stdlib/SDL_random.s" + @echo "... src/stdlib/SDL_stdlib.o" + @echo "... src/stdlib/SDL_stdlib.i" + @echo "... src/stdlib/SDL_stdlib.s" + @echo "... src/stdlib/SDL_string.o" + @echo "... src/stdlib/SDL_string.i" + @echo "... src/stdlib/SDL_string.s" + @echo "... src/stdlib/SDL_strtokr.o" + @echo "... src/stdlib/SDL_strtokr.i" + @echo "... src/stdlib/SDL_strtokr.s" + @echo "... src/storage/SDL_storage.o" + @echo "... src/storage/SDL_storage.i" + @echo "... src/storage/SDL_storage.s" + @echo "... src/storage/generic/SDL_genericstorage.o" + @echo "... src/storage/generic/SDL_genericstorage.i" + @echo "... src/storage/generic/SDL_genericstorage.s" + @echo "... src/storage/steam/SDL_steamstorage.o" + @echo "... src/storage/steam/SDL_steamstorage.i" + @echo "... src/storage/steam/SDL_steamstorage.s" + @echo "... src/test/SDL_test_assert.o" + @echo "... src/test/SDL_test_assert.i" + @echo "... src/test/SDL_test_assert.s" + @echo "... src/test/SDL_test_common.o" + @echo "... src/test/SDL_test_common.i" + @echo "... src/test/SDL_test_common.s" + @echo "... src/test/SDL_test_compare.o" + @echo "... src/test/SDL_test_compare.i" + @echo "... src/test/SDL_test_compare.s" + @echo "... src/test/SDL_test_crc32.o" + @echo "... src/test/SDL_test_crc32.i" + @echo "... src/test/SDL_test_crc32.s" + @echo "... src/test/SDL_test_font.o" + @echo "... src/test/SDL_test_font.i" + @echo "... src/test/SDL_test_font.s" + @echo "... src/test/SDL_test_fuzzer.o" + @echo "... src/test/SDL_test_fuzzer.i" + @echo "... src/test/SDL_test_fuzzer.s" + @echo "... src/test/SDL_test_harness.o" + @echo "... src/test/SDL_test_harness.i" + @echo "... src/test/SDL_test_harness.s" + @echo "... src/test/SDL_test_log.o" + @echo "... src/test/SDL_test_log.i" + @echo "... src/test/SDL_test_log.s" + @echo "... src/test/SDL_test_md5.o" + @echo "... src/test/SDL_test_md5.i" + @echo "... src/test/SDL_test_md5.s" + @echo "... src/test/SDL_test_memory.o" + @echo "... src/test/SDL_test_memory.i" + @echo "... src/test/SDL_test_memory.s" + @echo "... src/thread/SDL_thread.o" + @echo "... src/thread/SDL_thread.i" + @echo "... src/thread/SDL_thread.s" + @echo "... src/thread/pthread/SDL_syscond.o" + @echo "... src/thread/pthread/SDL_syscond.i" + @echo "... src/thread/pthread/SDL_syscond.s" + @echo "... src/thread/pthread/SDL_sysmutex.o" + @echo "... src/thread/pthread/SDL_sysmutex.i" + @echo "... src/thread/pthread/SDL_sysmutex.s" + @echo "... src/thread/pthread/SDL_sysrwlock.o" + @echo "... src/thread/pthread/SDL_sysrwlock.i" + @echo "... src/thread/pthread/SDL_sysrwlock.s" + @echo "... src/thread/pthread/SDL_syssem.o" + @echo "... src/thread/pthread/SDL_syssem.i" + @echo "... src/thread/pthread/SDL_syssem.s" + @echo "... src/thread/pthread/SDL_systhread.o" + @echo "... src/thread/pthread/SDL_systhread.i" + @echo "... src/thread/pthread/SDL_systhread.s" + @echo "... src/thread/pthread/SDL_systls.o" + @echo "... src/thread/pthread/SDL_systls.i" + @echo "... src/thread/pthread/SDL_systls.s" + @echo "... src/time/SDL_time.o" + @echo "... src/time/SDL_time.i" + @echo "... src/time/SDL_time.s" + @echo "... src/time/unix/SDL_systime.o" + @echo "... src/time/unix/SDL_systime.i" + @echo "... src/time/unix/SDL_systime.s" + @echo "... src/timer/SDL_timer.o" + @echo "... src/timer/SDL_timer.i" + @echo "... src/timer/SDL_timer.s" + @echo "... src/timer/unix/SDL_systimer.o" + @echo "... src/timer/unix/SDL_systimer.i" + @echo "... src/timer/unix/SDL_systimer.s" + @echo "... src/tray/SDL_tray_utils.o" + @echo "... src/tray/SDL_tray_utils.i" + @echo "... src/tray/SDL_tray_utils.s" + @echo "... src/tray/unix/SDL_tray.o" + @echo "... src/tray/unix/SDL_tray.i" + @echo "... src/tray/unix/SDL_tray.s" + @echo "... src/video/SDL_RLEaccel.o" + @echo "... src/video/SDL_RLEaccel.i" + @echo "... src/video/SDL_RLEaccel.s" + @echo "... src/video/SDL_blit.o" + @echo "... src/video/SDL_blit.i" + @echo "... src/video/SDL_blit.s" + @echo "... src/video/SDL_blit_0.o" + @echo "... src/video/SDL_blit_0.i" + @echo "... src/video/SDL_blit_0.s" + @echo "... src/video/SDL_blit_1.o" + @echo "... src/video/SDL_blit_1.i" + @echo "... src/video/SDL_blit_1.s" + @echo "... src/video/SDL_blit_A.o" + @echo "... src/video/SDL_blit_A.i" + @echo "... src/video/SDL_blit_A.s" + @echo "... src/video/SDL_blit_N.o" + @echo "... src/video/SDL_blit_N.i" + @echo "... src/video/SDL_blit_N.s" + @echo "... src/video/SDL_blit_auto.o" + @echo "... src/video/SDL_blit_auto.i" + @echo "... src/video/SDL_blit_auto.s" + @echo "... src/video/SDL_blit_copy.o" + @echo "... src/video/SDL_blit_copy.i" + @echo "... src/video/SDL_blit_copy.s" + @echo "... src/video/SDL_blit_slow.o" + @echo "... src/video/SDL_blit_slow.i" + @echo "... src/video/SDL_blit_slow.s" + @echo "... src/video/SDL_bmp.o" + @echo "... src/video/SDL_bmp.i" + @echo "... src/video/SDL_bmp.s" + @echo "... src/video/SDL_clipboard.o" + @echo "... src/video/SDL_clipboard.i" + @echo "... src/video/SDL_clipboard.s" + @echo "... src/video/SDL_egl.o" + @echo "... src/video/SDL_egl.i" + @echo "... src/video/SDL_egl.s" + @echo "... src/video/SDL_fillrect.o" + @echo "... src/video/SDL_fillrect.i" + @echo "... src/video/SDL_fillrect.s" + @echo "... src/video/SDL_pixels.o" + @echo "... src/video/SDL_pixels.i" + @echo "... src/video/SDL_pixels.s" + @echo "... src/video/SDL_rect.o" + @echo "... src/video/SDL_rect.i" + @echo "... src/video/SDL_rect.s" + @echo "... src/video/SDL_stb.o" + @echo "... src/video/SDL_stb.i" + @echo "... src/video/SDL_stb.s" + @echo "... src/video/SDL_stretch.o" + @echo "... src/video/SDL_stretch.i" + @echo "... src/video/SDL_stretch.s" + @echo "... src/video/SDL_surface.o" + @echo "... src/video/SDL_surface.i" + @echo "... src/video/SDL_surface.s" + @echo "... src/video/SDL_video.o" + @echo "... src/video/SDL_video.i" + @echo "... src/video/SDL_video.s" + @echo "... src/video/SDL_video_unsupported.o" + @echo "... src/video/SDL_video_unsupported.i" + @echo "... src/video/SDL_video_unsupported.s" + @echo "... src/video/SDL_vulkan_utils.o" + @echo "... src/video/SDL_vulkan_utils.i" + @echo "... src/video/SDL_vulkan_utils.s" + @echo "... src/video/SDL_yuv.o" + @echo "... src/video/SDL_yuv.i" + @echo "... src/video/SDL_yuv.s" + @echo "... src/video/dummy/SDL_nullevents.o" + @echo "... src/video/dummy/SDL_nullevents.i" + @echo "... src/video/dummy/SDL_nullevents.s" + @echo "... src/video/dummy/SDL_nullframebuffer.o" + @echo "... src/video/dummy/SDL_nullframebuffer.i" + @echo "... src/video/dummy/SDL_nullframebuffer.s" + @echo "... src/video/dummy/SDL_nullvideo.o" + @echo "... src/video/dummy/SDL_nullvideo.i" + @echo "... src/video/dummy/SDL_nullvideo.s" + @echo "... src/video/kmsdrm/SDL_kmsdrmdyn.o" + @echo "... src/video/kmsdrm/SDL_kmsdrmdyn.i" + @echo "... src/video/kmsdrm/SDL_kmsdrmdyn.s" + @echo "... src/video/kmsdrm/SDL_kmsdrmevents.o" + @echo "... src/video/kmsdrm/SDL_kmsdrmevents.i" + @echo "... src/video/kmsdrm/SDL_kmsdrmevents.s" + @echo "... src/video/kmsdrm/SDL_kmsdrmmouse.o" + @echo "... src/video/kmsdrm/SDL_kmsdrmmouse.i" + @echo "... src/video/kmsdrm/SDL_kmsdrmmouse.s" + @echo "... src/video/kmsdrm/SDL_kmsdrmopengles.o" + @echo "... src/video/kmsdrm/SDL_kmsdrmopengles.i" + @echo "... src/video/kmsdrm/SDL_kmsdrmopengles.s" + @echo "... src/video/kmsdrm/SDL_kmsdrmvideo.o" + @echo "... src/video/kmsdrm/SDL_kmsdrmvideo.i" + @echo "... src/video/kmsdrm/SDL_kmsdrmvideo.s" + @echo "... src/video/kmsdrm/SDL_kmsdrmvulkan.o" + @echo "... src/video/kmsdrm/SDL_kmsdrmvulkan.i" + @echo "... src/video/kmsdrm/SDL_kmsdrmvulkan.s" + @echo "... src/video/offscreen/SDL_offscreenevents.o" + @echo "... src/video/offscreen/SDL_offscreenevents.i" + @echo "... src/video/offscreen/SDL_offscreenevents.s" + @echo "... src/video/offscreen/SDL_offscreenframebuffer.o" + @echo "... src/video/offscreen/SDL_offscreenframebuffer.i" + @echo "... src/video/offscreen/SDL_offscreenframebuffer.s" + @echo "... src/video/offscreen/SDL_offscreenopengles.o" + @echo "... src/video/offscreen/SDL_offscreenopengles.i" + @echo "... src/video/offscreen/SDL_offscreenopengles.s" + @echo "... src/video/offscreen/SDL_offscreenvideo.o" + @echo "... src/video/offscreen/SDL_offscreenvideo.i" + @echo "... src/video/offscreen/SDL_offscreenvideo.s" + @echo "... src/video/offscreen/SDL_offscreenvulkan.o" + @echo "... src/video/offscreen/SDL_offscreenvulkan.i" + @echo "... src/video/offscreen/SDL_offscreenvulkan.s" + @echo "... src/video/offscreen/SDL_offscreenwindow.o" + @echo "... src/video/offscreen/SDL_offscreenwindow.i" + @echo "... src/video/offscreen/SDL_offscreenwindow.s" + @echo "... src/video/wayland/SDL_waylandclipboard.o" + @echo "... src/video/wayland/SDL_waylandclipboard.i" + @echo "... src/video/wayland/SDL_waylandclipboard.s" + @echo "... src/video/wayland/SDL_waylandcolor.o" + @echo "... src/video/wayland/SDL_waylandcolor.i" + @echo "... src/video/wayland/SDL_waylandcolor.s" + @echo "... src/video/wayland/SDL_waylanddatamanager.o" + @echo "... src/video/wayland/SDL_waylanddatamanager.i" + @echo "... src/video/wayland/SDL_waylanddatamanager.s" + @echo "... src/video/wayland/SDL_waylanddyn.o" + @echo "... src/video/wayland/SDL_waylanddyn.i" + @echo "... src/video/wayland/SDL_waylanddyn.s" + @echo "... src/video/wayland/SDL_waylandevents.o" + @echo "... src/video/wayland/SDL_waylandevents.i" + @echo "... src/video/wayland/SDL_waylandevents.s" + @echo "... src/video/wayland/SDL_waylandkeyboard.o" + @echo "... src/video/wayland/SDL_waylandkeyboard.i" + @echo "... src/video/wayland/SDL_waylandkeyboard.s" + @echo "... src/video/wayland/SDL_waylandmessagebox.o" + @echo "... src/video/wayland/SDL_waylandmessagebox.i" + @echo "... src/video/wayland/SDL_waylandmessagebox.s" + @echo "... src/video/wayland/SDL_waylandmouse.o" + @echo "... src/video/wayland/SDL_waylandmouse.i" + @echo "... src/video/wayland/SDL_waylandmouse.s" + @echo "... src/video/wayland/SDL_waylandopengles.o" + @echo "... src/video/wayland/SDL_waylandopengles.i" + @echo "... src/video/wayland/SDL_waylandopengles.s" + @echo "... src/video/wayland/SDL_waylandshmbuffer.o" + @echo "... src/video/wayland/SDL_waylandshmbuffer.i" + @echo "... src/video/wayland/SDL_waylandshmbuffer.s" + @echo "... src/video/wayland/SDL_waylandvideo.o" + @echo "... src/video/wayland/SDL_waylandvideo.i" + @echo "... src/video/wayland/SDL_waylandvideo.s" + @echo "... src/video/wayland/SDL_waylandvulkan.o" + @echo "... src/video/wayland/SDL_waylandvulkan.i" + @echo "... src/video/wayland/SDL_waylandvulkan.s" + @echo "... src/video/wayland/SDL_waylandwindow.o" + @echo "... src/video/wayland/SDL_waylandwindow.i" + @echo "... src/video/wayland/SDL_waylandwindow.s" + @echo "... src/video/x11/SDL_x11clipboard.o" + @echo "... src/video/x11/SDL_x11clipboard.i" + @echo "... src/video/x11/SDL_x11clipboard.s" + @echo "... src/video/x11/SDL_x11dyn.o" + @echo "... src/video/x11/SDL_x11dyn.i" + @echo "... src/video/x11/SDL_x11dyn.s" + @echo "... src/video/x11/SDL_x11events.o" + @echo "... src/video/x11/SDL_x11events.i" + @echo "... src/video/x11/SDL_x11events.s" + @echo "... src/video/x11/SDL_x11framebuffer.o" + @echo "... src/video/x11/SDL_x11framebuffer.i" + @echo "... src/video/x11/SDL_x11framebuffer.s" + @echo "... src/video/x11/SDL_x11keyboard.o" + @echo "... src/video/x11/SDL_x11keyboard.i" + @echo "... src/video/x11/SDL_x11keyboard.s" + @echo "... src/video/x11/SDL_x11messagebox.o" + @echo "... src/video/x11/SDL_x11messagebox.i" + @echo "... src/video/x11/SDL_x11messagebox.s" + @echo "... src/video/x11/SDL_x11modes.o" + @echo "... src/video/x11/SDL_x11modes.i" + @echo "... src/video/x11/SDL_x11modes.s" + @echo "... src/video/x11/SDL_x11mouse.o" + @echo "... src/video/x11/SDL_x11mouse.i" + @echo "... src/video/x11/SDL_x11mouse.s" + @echo "... src/video/x11/SDL_x11opengl.o" + @echo "... src/video/x11/SDL_x11opengl.i" + @echo "... src/video/x11/SDL_x11opengl.s" + @echo "... src/video/x11/SDL_x11opengles.o" + @echo "... src/video/x11/SDL_x11opengles.i" + @echo "... src/video/x11/SDL_x11opengles.s" + @echo "... src/video/x11/SDL_x11pen.o" + @echo "... src/video/x11/SDL_x11pen.i" + @echo "... src/video/x11/SDL_x11pen.s" + @echo "... src/video/x11/SDL_x11settings.o" + @echo "... src/video/x11/SDL_x11settings.i" + @echo "... src/video/x11/SDL_x11settings.s" + @echo "... src/video/x11/SDL_x11shape.o" + @echo "... src/video/x11/SDL_x11shape.i" + @echo "... src/video/x11/SDL_x11shape.s" + @echo "... src/video/x11/SDL_x11touch.o" + @echo "... src/video/x11/SDL_x11touch.i" + @echo "... src/video/x11/SDL_x11touch.s" + @echo "... src/video/x11/SDL_x11video.o" + @echo "... src/video/x11/SDL_x11video.i" + @echo "... src/video/x11/SDL_x11video.s" + @echo "... src/video/x11/SDL_x11vulkan.o" + @echo "... src/video/x11/SDL_x11vulkan.i" + @echo "... src/video/x11/SDL_x11vulkan.s" + @echo "... src/video/x11/SDL_x11window.o" + @echo "... src/video/x11/SDL_x11window.i" + @echo "... src/video/x11/SDL_x11window.s" + @echo "... src/video/x11/SDL_x11xfixes.o" + @echo "... src/video/x11/SDL_x11xfixes.i" + @echo "... src/video/x11/SDL_x11xfixes.s" + @echo "... src/video/x11/SDL_x11xinput2.o" + @echo "... src/video/x11/SDL_x11xinput2.i" + @echo "... src/video/x11/SDL_x11xinput2.s" + @echo "... src/video/x11/SDL_x11xsync.o" + @echo "... src/video/x11/SDL_x11xsync.i" + @echo "... src/video/x11/SDL_x11xsync.s" + @echo "... src/video/x11/SDL_x11xtest.o" + @echo "... src/video/x11/SDL_x11xtest.i" + @echo "... src/video/x11/SDL_x11xtest.s" + @echo "... src/video/x11/edid-parse.o" + @echo "... src/video/x11/edid-parse.i" + @echo "... src/video/x11/edid-parse.s" + @echo "... src/video/x11/xsettings-client.o" + @echo "... src/video/x11/xsettings-client.i" + @echo "... src/video/x11/xsettings-client.s" + @echo "... src/video/yuv2rgb/yuv_rgb_lsx.o" + @echo "... src/video/yuv2rgb/yuv_rgb_lsx.i" + @echo "... src/video/yuv2rgb/yuv_rgb_lsx.s" + @echo "... src/video/yuv2rgb/yuv_rgb_sse.o" + @echo "... src/video/yuv2rgb/yuv_rgb_sse.i" + @echo "... src/video/yuv2rgb/yuv_rgb_sse.s" + @echo "... src/video/yuv2rgb/yuv_rgb_std.o" + @echo "... src/video/yuv2rgb/yuv_rgb_std.i" + @echo "... src/video/yuv2rgb/yuv_rgb_std.s" + @echo "... wayland-generated-protocols/alpha-modifier-v1-protocol.o" + @echo "... wayland-generated-protocols/alpha-modifier-v1-protocol.i" + @echo "... wayland-generated-protocols/alpha-modifier-v1-protocol.s" + @echo "... wayland-generated-protocols/color-management-v1-protocol.o" + @echo "... wayland-generated-protocols/color-management-v1-protocol.i" + @echo "... wayland-generated-protocols/color-management-v1-protocol.s" + @echo "... wayland-generated-protocols/cursor-shape-v1-protocol.o" + @echo "... wayland-generated-protocols/cursor-shape-v1-protocol.i" + @echo "... wayland-generated-protocols/cursor-shape-v1-protocol.s" + @echo "... wayland-generated-protocols/fractional-scale-v1-protocol.o" + @echo "... wayland-generated-protocols/fractional-scale-v1-protocol.i" + @echo "... wayland-generated-protocols/fractional-scale-v1-protocol.s" + @echo "... wayland-generated-protocols/frog-color-management-v1-protocol.o" + @echo "... wayland-generated-protocols/frog-color-management-v1-protocol.i" + @echo "... wayland-generated-protocols/frog-color-management-v1-protocol.s" + @echo "... wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.o" + @echo "... wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.i" + @echo "... wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.s" + @echo "... wayland-generated-protocols/input-timestamps-unstable-v1-protocol.o" + @echo "... wayland-generated-protocols/input-timestamps-unstable-v1-protocol.i" + @echo "... wayland-generated-protocols/input-timestamps-unstable-v1-protocol.s" + @echo "... wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.o" + @echo "... wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.i" + @echo "... wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.s" + @echo "... wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.o" + @echo "... wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.i" + @echo "... wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.s" + @echo "... wayland-generated-protocols/primary-selection-unstable-v1-protocol.o" + @echo "... wayland-generated-protocols/primary-selection-unstable-v1-protocol.i" + @echo "... wayland-generated-protocols/primary-selection-unstable-v1-protocol.s" + @echo "... wayland-generated-protocols/relative-pointer-unstable-v1-protocol.o" + @echo "... wayland-generated-protocols/relative-pointer-unstable-v1-protocol.i" + @echo "... wayland-generated-protocols/relative-pointer-unstable-v1-protocol.s" + @echo "... wayland-generated-protocols/tablet-v2-protocol.o" + @echo "... wayland-generated-protocols/tablet-v2-protocol.i" + @echo "... wayland-generated-protocols/tablet-v2-protocol.s" + @echo "... wayland-generated-protocols/text-input-unstable-v3-protocol.o" + @echo "... wayland-generated-protocols/text-input-unstable-v3-protocol.i" + @echo "... wayland-generated-protocols/text-input-unstable-v3-protocol.s" + @echo "... wayland-generated-protocols/viewporter-protocol.o" + @echo "... wayland-generated-protocols/viewporter-protocol.i" + @echo "... wayland-generated-protocols/viewporter-protocol.s" + @echo "... wayland-generated-protocols/wayland-protocol.o" + @echo "... wayland-generated-protocols/wayland-protocol.i" + @echo "... wayland-generated-protocols/wayland-protocol.s" + @echo "... wayland-generated-protocols/xdg-activation-v1-protocol.o" + @echo "... wayland-generated-protocols/xdg-activation-v1-protocol.i" + @echo "... wayland-generated-protocols/xdg-activation-v1-protocol.s" + @echo "... wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.o" + @echo "... wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.i" + @echo "... wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.s" + @echo "... wayland-generated-protocols/xdg-dialog-v1-protocol.o" + @echo "... wayland-generated-protocols/xdg-dialog-v1-protocol.i" + @echo "... wayland-generated-protocols/xdg-dialog-v1-protocol.s" + @echo "... wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.o" + @echo "... wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.i" + @echo "... wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.s" + @echo "... wayland-generated-protocols/xdg-output-unstable-v1-protocol.o" + @echo "... wayland-generated-protocols/xdg-output-unstable-v1-protocol.i" + @echo "... wayland-generated-protocols/xdg-output-unstable-v1-protocol.s" + @echo "... wayland-generated-protocols/xdg-shell-protocol.o" + @echo "... wayland-generated-protocols/xdg-shell-protocol.i" + @echo "... wayland-generated-protocols/xdg-shell-protocol.s" + @echo "... wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.o" + @echo "... wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.i" + @echo "... wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/SDL/SDL3Config.cmake b/build_emscripten/external/SDL/SDL3Config.cmake new file mode 100644 index 00000000..7353249b --- /dev/null +++ b/build_emscripten/external/SDL/SDL3Config.cmake @@ -0,0 +1,133 @@ +# SDL cmake project-config input for CMakeLists.txt script + +include(FeatureSummary) +set_package_properties(SDL3 PROPERTIES + URL "https://www.libsdl.org/" + DESCRIPTION "low level access to audio, keyboard, mouse, joystick, and graphics hardware" +) + + +####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### +####### Any changes to this file will be overwritten by the next CMake run #### +####### The input file was SDL3Config.cmake.in ######## + +get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE) + +macro(check_required_components _NAME) + foreach(comp ${${_NAME}_FIND_COMPONENTS}) + if(NOT ${_NAME}_${comp}_FOUND) + if(${_NAME}_FIND_REQUIRED_${comp}) + set(${_NAME}_FOUND FALSE) + endif() + endif() + endforeach() +endmacro() + +#################################################################################### + +set(SDL3_FOUND TRUE) +set(_sdl3_framework OFF) + +# Find SDL3::Headers +if(NOT TARGET SDL3::Headers) + include("${CMAKE_CURRENT_LIST_DIR}/SDL3headersTargets.cmake") + if(NOT CMAKE_VERSION VERSION_LESS "3.25") + set_property(TARGET SDL3::Headers PROPERTY SYSTEM 0) + endif() +endif() +set(SDL3_Headers_FOUND TRUE) + +# Find SDL3::SDL3-shared +if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/SDL3sharedTargets.cmake") + include("${CMAKE_CURRENT_LIST_DIR}/SDL3sharedTargets.cmake") + set(SDL3_SDL3-shared_FOUND TRUE) +endif() + +macro(find_sdl3_static_dependencies) + +endmacro() + +# Find SDL3::SDL3-static +if(_sdl3_framework) + set(SDL3_SDL3-static_FOUND TRUE) + find_sdl3_static_dependencies() + find_package(SDL3-static CONFIG) + if(SDL3_SDL3-static_FOUND AND SDL3-static_FOUND) + set(SDL3_SDL3-static_FOUND TRUE) + endif() +else() + if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/SDL3staticTargets.cmake") + set(SDL3_SDL3-static_FOUND TRUE) + find_sdl3_static_dependencies() + if(SDL3_SDL3-static_FOUND) + if(ANDROID OR HAIKU) + enable_language(CXX) + endif() + include("${CMAKE_CURRENT_LIST_DIR}/SDL3staticTargets.cmake") + endif() + endif() +endif() + +if(ANDROID AND EXISTS "${CMAKE_CURRENT_LIST_DIR}/SDL3jarTargets.cmake") + include("${CMAKE_CURRENT_LIST_DIR}/SDL3jarTargets.cmake") + set(SDL3_Jar_FOUND TRUE) +endif() + +if(SDL3_SDL3-shared_FOUND OR SDL3_SDL3-static_FOUND) + set(SDL3_SDL3_FOUND TRUE) +endif() + +# Find SDL3::SDL3_test +if(_sdl3_framework) + find_package(SDL3_test CONFIG) + if(SDL3_test_FOUND) + enable_language(OBJC) + set(SDL3_SDL3_test_FOUND TRUE) + endif() +else() + if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/SDL3testTargets.cmake") + set(SDL3_SDL3_test_FOUND TRUE) + find_package(PkgConfig) + if(PkgConfig_FOUND) + pkg_check_modules(PC_LIBUNWIND QUIET IMPORTED_TARGET libunwind libunwind-generic) + if(NOT PC_LIBUNWIND_FOUND) + set(SDL3_SDL3_test_FOUND OFF) + endif() + else() + set(SDL3_SDL3_test_FOUND OFF) + endif() + if(SDL3_SDL3_test_FOUND) + include("${CMAKE_CURRENT_LIST_DIR}/SDL3testTargets.cmake") + endif() + endif() +endif() + +if(NOT SDL3_COMPONENTS AND NOT TARGET SDL3::Headers AND NOT TARGET SDL3::SDL3-shared AND NOT TARGET SDL3::SDL3-static) + set(SDL3_FOUND FALSE) +endif() +check_required_components(SDL3) + +function(_sdl_create_target_alias_compat NEW_TARGET TARGET) + if(CMAKE_VERSION VERSION_LESS "3.18") + # Aliasing local targets is not supported on CMake < 3.18, so make it global. + add_library(${NEW_TARGET} INTERFACE IMPORTED) + set_target_properties(${NEW_TARGET} PROPERTIES INTERFACE_LINK_LIBRARIES "${TARGET}") + else() + add_library(${NEW_TARGET} ALIAS ${TARGET}) + endif() +endfunction() + +# Make sure SDL3::SDL3 always exists +if(NOT TARGET SDL3::SDL3) + if(TARGET SDL3::SDL3-shared) + _sdl_create_target_alias_compat(SDL3::SDL3 SDL3::SDL3-shared) + elseif(TARGET SDL3::SDL3-static) + _sdl_create_target_alias_compat(SDL3::SDL3 SDL3::SDL3-static) + endif() +endif() + +set(SDL3_LIBRARIES SDL3::SDL3) +set(SDL3_STATIC_LIBRARIES SDL3::SDL3-static) +set(SDL3_STATIC_PRIVATE_LIBS) + +set(SDL3TEST_LIBRARY SDL3::SDL3_test) diff --git a/build_emscripten/external/SDL/SDL3ConfigVersion.cmake b/build_emscripten/external/SDL/SDL3ConfigVersion.cmake new file mode 100644 index 00000000..d6ad27b1 --- /dev/null +++ b/build_emscripten/external/SDL/SDL3ConfigVersion.cmake @@ -0,0 +1,43 @@ +# This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version. +# The variable CVF_VERSION must be set before calling configure_file(). + +set(PACKAGE_VERSION "3.3.0") + +if (PACKAGE_FIND_VERSION_RANGE) + # Package version must be in the requested version range + if ((PACKAGE_FIND_VERSION_RANGE_MIN STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MIN) + OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_GREATER PACKAGE_FIND_VERSION_MAX) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_GREATER_EQUAL PACKAGE_FIND_VERSION_MAX))) + set(PACKAGE_VERSION_COMPATIBLE FALSE) + else() + set(PACKAGE_VERSION_COMPATIBLE TRUE) + endif() +else() + if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) + set(PACKAGE_VERSION_COMPATIBLE FALSE) + else() + set(PACKAGE_VERSION_COMPATIBLE TRUE) + if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) + endif() + endif() +endif() + + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff --git a/build_emscripten/external/SDL/SDL3headersTargets.cmake b/build_emscripten/external/SDL/SDL3headersTargets.cmake new file mode 100644 index 00000000..33c04540 --- /dev/null +++ b/build_emscripten/external/SDL/SDL3headersTargets.cmake @@ -0,0 +1,61 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 3.0.0 required") +endif() +if(CMAKE_VERSION VERSION_LESS "3.0.0") + message(FATAL_ERROR "CMake >= 3.0.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 3.0.0...3.30) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS SDL3::Headers) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Create imported target SDL3::Headers +add_library(SDL3::Headers INTERFACE IMPORTED) + +set_target_properties(SDL3::Headers PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "/home/guest/Downloads/PopLib/build/external/SDL/include-revision;/home/guest/Downloads/PopLib/external/SDL/include" +) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build_emscripten/external/SDL/SDL3sharedTargets.cmake b/build_emscripten/external/SDL/SDL3sharedTargets.cmake new file mode 100644 index 00000000..eb0a068e --- /dev/null +++ b/build_emscripten/external/SDL/SDL3sharedTargets.cmake @@ -0,0 +1,89 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.30) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS SDL3::SDL3-shared) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Create imported target SDL3::SDL3-shared +add_library(SDL3::SDL3-shared SHARED IMPORTED) + +set_target_properties(SDL3::SDL3-shared PROPERTIES + COMPATIBLE_INTERFACE_BOOL "SDL3_SHARED" + COMPATIBLE_INTERFACE_STRING "SDL_VERSION" + INTERFACE_LINK_DEPENDS "/home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.sym" + INTERFACE_LINK_LIBRARIES "SDL3::Headers" + INTERFACE_SDL3_SHARED "TRUE" + INTERFACE_SDL_VERSION "SDL3" +) + +# Import target "SDL3::SDL3-shared" for configuration "" +set_property(TARGET SDL3::SDL3-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(SDL3::SDL3-shared PROPERTIES + IMPORTED_LOCATION_NOCONFIG "/home/guest/Downloads/PopLib/build/external/SDL/libSDL3.so.0.3.0" + IMPORTED_SONAME_NOCONFIG "libSDL3.so.0" + ) + +# Make sure the targets which have been exported in some other +# export set exist. +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) +foreach(_target "SDL3::Headers" ) + if(NOT TARGET "${_target}" ) + set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") + endif() +endforeach() + +if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + if(CMAKE_FIND_PACKAGE_NAME) + set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) + set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + else() + message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + endif() +endif() +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build_emscripten/external/SDL/SDL3staticTargets.cmake b/build_emscripten/external/SDL/SDL3staticTargets.cmake new file mode 100644 index 00000000..b3492ff3 --- /dev/null +++ b/build_emscripten/external/SDL/SDL3staticTargets.cmake @@ -0,0 +1,89 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.30) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS SDL3::SDL3-static) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Create imported target SDL3::SDL3-static +add_library(SDL3::SDL3-static STATIC IMPORTED) + +set_target_properties(SDL3::SDL3-static PROPERTIES + COMPATIBLE_INTERFACE_BOOL "SDL3_SHARED" + COMPATIBLE_INTERFACE_STRING "SDL_VERSION" + INTERFACE_LINK_LIBRARIES "\$;SDL3::Headers" + INTERFACE_LINK_OPTIONS "-pthread" + INTERFACE_SDL3_SHARED "FALSE" + INTERFACE_SDL_VERSION "SDL3" +) + +# Import target "SDL3::SDL3-static" for configuration "" +set_property(TARGET SDL3::SDL3-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(SDL3::SDL3-static PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C" + IMPORTED_LOCATION_NOCONFIG "/home/guest/Downloads/PopLib/build/external/SDL/libSDL3.a" + ) + +# Make sure the targets which have been exported in some other +# export set exist. +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) +foreach(_target "SDL3::Headers" ) + if(NOT TARGET "${_target}" ) + set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") + endif() +endforeach() + +if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + if(CMAKE_FIND_PACKAGE_NAME) + set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) + set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + else() + message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + endif() +endif() +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build_emscripten/external/SDL/SDL3testTargets.cmake b/build_emscripten/external/SDL/SDL3testTargets.cmake new file mode 100644 index 00000000..2804473e --- /dev/null +++ b/build_emscripten/external/SDL/SDL3testTargets.cmake @@ -0,0 +1,86 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.30) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS SDL3::SDL3_test) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Create imported target SDL3::SDL3_test +add_library(SDL3::SDL3_test STATIC IMPORTED) + +set_target_properties(SDL3::SDL3_test PROPERTIES + COMPATIBLE_INTERFACE_STRING "SDL_VERSION" + INTERFACE_LINK_LIBRARIES "\$;SDL3::Headers" + INTERFACE_SDL_VERSION "SDL3" +) + +# Import target "SDL3::SDL3_test" for configuration "" +set_property(TARGET SDL3::SDL3_test APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(SDL3::SDL3_test PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C" + IMPORTED_LOCATION_NOCONFIG "/home/guest/Downloads/PopLib/build/external/SDL/libSDL3_test.a" + ) + +# Make sure the targets which have been exported in some other +# export set exist. +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) +foreach(_target "SDL3::Headers" ) + if(NOT TARGET "${_target}" ) + set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") + endif() +endforeach() + +if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + if(CMAKE_FIND_PACKAGE_NAME) + set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) + set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + else() + message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + endif() +endif() +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build_emscripten/external/SDL/cmake_install.cmake b/build_emscripten/external/SDL/cmake_install.cmake new file mode 100644 index 00000000..6fe8d243 --- /dev/null +++ b/build_emscripten/external/SDL/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/SDL + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/SDL/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/SDL/include-config-relwithdebinfo/build_config/SDL_build_config.h b/build_emscripten/external/SDL/include-config-relwithdebinfo/build_config/SDL_build_config.h new file mode 100644 index 00000000..59b443e8 --- /dev/null +++ b/build_emscripten/external/SDL/include-config-relwithdebinfo/build_config/SDL_build_config.h @@ -0,0 +1,591 @@ +/* + Simple DirectMedia Layer + Copyright (C) 1997-2025 Sam Lantinga + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. +*/ + +/** + * \file SDL_build_config.h + * + * This is a set of defines to configure the SDL features + */ + +#ifndef SDL_build_config_h_ +#define SDL_build_config_h_ + +/* General platform specific identifiers */ +#include + +/* #undef SDL_PLATFORM_PRIVATE */ + +#define HAVE_GCC_ATOMICS 1 +/* #undef HAVE_GCC_SYNC_LOCK_TEST_AND_SET */ + +/* #undef SDL_DISABLE_ALLOCA */ + +/* Useful headers */ +#define HAVE_FLOAT_H 1 +#define HAVE_STDARG_H 1 +#define HAVE_STDDEF_H 1 +#define HAVE_STDINT_H 1 + +/* Comment this if you want to build without any C library requirements */ +#define HAVE_LIBC 1 +#ifdef HAVE_LIBC + +/* Useful headers */ +#define HAVE_ALLOCA_H 1 +#define HAVE_ICONV_H 1 +#define HAVE_INTTYPES_H 1 +#define HAVE_LIMITS_H 1 +#define HAVE_MALLOC_H 1 +#define HAVE_MATH_H 1 +#define HAVE_MEMORY_H 1 +#define HAVE_SIGNAL_H 1 +#define HAVE_STDIO_H 1 +#define HAVE_STDLIB_H 1 +#define HAVE_STRINGS_H 1 +#define HAVE_STRING_H 1 +#define HAVE_SYS_TYPES_H 1 +#define HAVE_WCHAR_H 1 +/* #undef HAVE_PTHREAD_NP_H */ + +/* C library functions */ +#define HAVE_DLOPEN 1 +#define HAVE_MALLOC 1 +#define HAVE_FDATASYNC 1 +#define HAVE_GETENV 1 +#define HAVE_GETHOSTNAME 1 +#define HAVE_SETENV 1 +#define HAVE_PUTENV 1 +#define HAVE_UNSETENV 1 +#define HAVE_ABS 1 +#define HAVE_BCOPY 1 +#define HAVE_MEMSET 1 +#define HAVE_MEMCPY 1 +#define HAVE_MEMMOVE 1 +#define HAVE_MEMCMP 1 +#define HAVE_WCSLEN 1 +#define HAVE_WCSNLEN 1 +#define HAVE_WCSLCPY 1 +#define HAVE_WCSLCAT 1 +#define HAVE_WCSSTR 1 +#define HAVE_WCSCMP 1 +#define HAVE_WCSNCMP 1 +#define HAVE_WCSTOL 1 +#define HAVE_STRLEN 1 +#define HAVE_STRNLEN 1 +#define HAVE_STRLCPY 1 +#define HAVE_STRLCAT 1 +#define HAVE_STRPBRK 1 +/* #undef HAVE__STRREV */ +#define HAVE_INDEX 1 +#define HAVE_RINDEX 1 +#define HAVE_STRCHR 1 +#define HAVE_STRRCHR 1 +#define HAVE_STRSTR 1 +/* #undef HAVE_STRNSTR */ +#define HAVE_STRTOK_R 1 +/* #undef HAVE_ITOA */ +/* #undef HAVE__LTOA */ +/* #undef HAVE__UITOA */ +/* #undef HAVE__ULTOA */ +#define HAVE_STRTOL 1 +#define HAVE_STRTOUL 1 +/* #undef HAVE__I64TOA */ +/* #undef HAVE__UI64TOA */ +#define HAVE_STRTOLL 1 +#define HAVE_STRTOULL 1 +#define HAVE_STRTOD 1 +#define HAVE_ATOI 1 +#define HAVE_ATOF 1 +#define HAVE_STRCMP 1 +#define HAVE_STRNCMP 1 +#define HAVE_VSSCANF 1 +#define HAVE_VSNPRINTF 1 +#define HAVE_ACOS 1 +#define HAVE_ACOSF 1 +#define HAVE_ASIN 1 +#define HAVE_ASINF 1 +#define HAVE_ATAN 1 +#define HAVE_ATANF 1 +#define HAVE_ATAN2 1 +#define HAVE_ATAN2F 1 +#define HAVE_CEIL 1 +#define HAVE_CEILF 1 +#define HAVE_COPYSIGN 1 +#define HAVE_COPYSIGNF 1 +/* #undef HAVE__COPYSIGN */ +#define HAVE_COS 1 +#define HAVE_COSF 1 +#define HAVE_EXP 1 +#define HAVE_EXPF 1 +#define HAVE_FABS 1 +#define HAVE_FABSF 1 +#define HAVE_FLOOR 1 +#define HAVE_FLOORF 1 +#define HAVE_FMOD 1 +#define HAVE_FMODF 1 +#define HAVE_ISINF 1 +#define HAVE_ISINFF 1 +#define HAVE_ISINF_FLOAT_MACRO 1 +#define HAVE_ISNAN 1 +#define HAVE_ISNANF 1 +#define HAVE_ISNAN_FLOAT_MACRO 1 +#define HAVE_LOG 1 +#define HAVE_LOGF 1 +#define HAVE_LOG10 1 +#define HAVE_LOG10F 1 +#define HAVE_LROUND 1 +#define HAVE_LROUNDF 1 +#define HAVE_MODF 1 +#define HAVE_MODFF 1 +#define HAVE_POW 1 +#define HAVE_POWF 1 +#define HAVE_ROUND 1 +#define HAVE_ROUNDF 1 +#define HAVE_SCALBN 1 +#define HAVE_SCALBNF 1 +#define HAVE_SIN 1 +#define HAVE_SINF 1 +#define HAVE_SQRT 1 +#define HAVE_SQRTF 1 +#define HAVE_TAN 1 +#define HAVE_TANF 1 +#define HAVE_TRUNC 1 +#define HAVE_TRUNCF 1 +/* #undef HAVE__FSEEKI64 */ +#define HAVE_FOPEN64 1 +#define HAVE_FSEEKO 1 +#define HAVE_FSEEKO64 1 +#define HAVE_MEMFD_CREATE 1 +#define HAVE_POSIX_FALLOCATE 1 +#define HAVE_SIGACTION 1 +#define HAVE_SA_SIGACTION 1 +#define HAVE_ST_MTIM 1 +#define HAVE_SETJMP 1 +#define HAVE_NANOSLEEP 1 +#define HAVE_GMTIME_R 1 +#define HAVE_LOCALTIME_R 1 +#define HAVE_NL_LANGINFO 1 +#define HAVE_SYSCONF 1 +/* #undef HAVE_SYSCTLBYNAME */ +#define HAVE_CLOCK_GETTIME 1 +#define HAVE_GETPAGESIZE 1 +#define HAVE_ICONV 1 +/* #undef SDL_USE_LIBICONV */ +#define HAVE_PTHREAD_SETNAME_NP 1 +/* #undef HAVE_PTHREAD_SET_NAME_NP */ +#define HAVE_SEM_TIMEDWAIT 1 +#define HAVE_GETAUXVAL 1 +/* #undef HAVE_ELF_AUX_INFO */ +#define HAVE_POLL 1 +#define HAVE__EXIT 1 + +#endif /* HAVE_LIBC */ + +#define HAVE_DBUS_DBUS_H 1 +#define HAVE_FCITX 1 +/* #undef HAVE_IBUS_IBUS_H */ +#define HAVE_INOTIFY_INIT1 1 +#define HAVE_INOTIFY 1 +#define HAVE_LIBUSB 1 +#define HAVE_O_CLOEXEC 1 + +#define HAVE_LINUX_INPUT_H 1 +#define HAVE_LIBUDEV_H 1 +#define HAVE_LIBDECOR_H 1 +#define HAVE_LIBURING_H 1 + +/* #undef HAVE_DDRAW_H */ +/* #undef HAVE_DSOUND_H */ +/* #undef HAVE_DINPUT_H */ +/* #undef HAVE_XINPUT_H */ +/* #undef HAVE_WINDOWS_GAMING_INPUT_H */ +/* #undef HAVE_GAMEINPUT_H */ +/* #undef HAVE_DXGI_H */ +/* #undef HAVE_DXGI1_6_H */ + +/* #undef HAVE_MMDEVICEAPI_H */ +/* #undef HAVE_TPCSHRD_H */ +/* #undef HAVE_ROAPI_H */ +/* #undef HAVE_SHELLSCALINGAPI_H */ +/* #undef HAVE_SHOBJIDL_CORE_H */ + +/* #undef USE_POSIX_SPAWN */ +/* #undef HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR */ +#define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 + +/* SDL internal assertion support */ +/* #undef SDL_DEFAULT_ASSERT_LEVEL_CONFIGURED */ +#ifdef SDL_DEFAULT_ASSERT_LEVEL_CONFIGURED +#define SDL_DEFAULT_ASSERT_LEVEL +#endif + +/* Allow disabling of major subsystems */ +/* #undef SDL_AUDIO_DISABLED */ +/* #undef SDL_VIDEO_DISABLED */ +/* #undef SDL_GPU_DISABLED */ +/* #undef SDL_RENDER_DISABLED */ +/* #undef SDL_CAMERA_DISABLED */ +/* #undef SDL_JOYSTICK_DISABLED */ +/* #undef SDL_HAPTIC_DISABLED */ +/* #undef SDL_HIDAPI_DISABLED */ +/* #undef SDL_POWER_DISABLED */ +/* #undef SDL_SENSOR_DISABLED */ +/* #undef SDL_DIALOG_DISABLED */ +/* #undef SDL_THREADS_DISABLED */ + +/* Enable various audio drivers */ +#define SDL_AUDIO_DRIVER_ALSA 1 +#define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2" +/* #undef SDL_AUDIO_DRIVER_OPENSLES */ +/* #undef SDL_AUDIO_DRIVER_AAUDIO */ +/* #undef SDL_AUDIO_DRIVER_COREAUDIO */ +#define SDL_AUDIO_DRIVER_DISK 1 +/* #undef SDL_AUDIO_DRIVER_DSOUND */ +#define SDL_AUDIO_DRIVER_DUMMY 1 +/* #undef SDL_AUDIO_DRIVER_EMSCRIPTEN */ +/* #undef SDL_AUDIO_DRIVER_HAIKU */ +#define SDL_AUDIO_DRIVER_JACK 1 +#define SDL_AUDIO_DRIVER_JACK_DYNAMIC "libjack.so.0" +/* #undef SDL_AUDIO_DRIVER_NETBSD */ +/* #undef SDL_AUDIO_DRIVER_OSS */ +#define SDL_AUDIO_DRIVER_PIPEWIRE 1 +#define SDL_AUDIO_DRIVER_PIPEWIRE_DYNAMIC "libpipewire-0.3.so.0" +#define SDL_AUDIO_DRIVER_PULSEAUDIO 1 +#define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse.so.0" +/* #undef SDL_AUDIO_DRIVER_SNDIO */ +/* #undef SDL_AUDIO_DRIVER_SNDIO_DYNAMIC */ +/* #undef SDL_AUDIO_DRIVER_WASAPI */ +/* #undef SDL_AUDIO_DRIVER_VITA */ +/* #undef SDL_AUDIO_DRIVER_PSP */ +/* #undef SDL_AUDIO_DRIVER_PS2 */ +/* #undef SDL_AUDIO_DRIVER_N3DS */ +/* #undef SDL_AUDIO_DRIVER_QNX */ + +/* #undef SDL_AUDIO_DRIVER_PRIVATE */ + +/* Enable various input drivers */ +#define SDL_INPUT_LINUXEV 1 +#define SDL_INPUT_LINUXKD 1 +/* #undef SDL_INPUT_FBSDKBIO */ +/* #undef SDL_INPUT_WSCONS */ +/* #undef SDL_HAVE_MACHINE_JOYSTICK_H */ +/* #undef SDL_JOYSTICK_ANDROID */ +/* #undef SDL_JOYSTICK_DINPUT */ +/* #undef SDL_JOYSTICK_DUMMY */ +/* #undef SDL_JOYSTICK_EMSCRIPTEN */ +/* #undef SDL_JOYSTICK_GAMEINPUT */ +/* #undef SDL_JOYSTICK_HAIKU */ +#define SDL_JOYSTICK_HIDAPI 1 +/* #undef SDL_JOYSTICK_IOKIT */ +#define SDL_JOYSTICK_LINUX 1 +/* #undef SDL_JOYSTICK_MFI */ +/* #undef SDL_JOYSTICK_N3DS */ +/* #undef SDL_JOYSTICK_PS2 */ +/* #undef SDL_JOYSTICK_PSP */ +/* #undef SDL_JOYSTICK_RAWINPUT */ +/* #undef SDL_JOYSTICK_USBHID */ +#define SDL_JOYSTICK_VIRTUAL 1 +/* #undef SDL_JOYSTICK_VITA */ +/* #undef SDL_JOYSTICK_WGI */ +/* #undef SDL_JOYSTICK_XINPUT */ + +/* #undef SDL_JOYSTICK_PRIVATE */ + +/* #undef SDL_HAPTIC_DUMMY */ +#define SDL_HAPTIC_LINUX 1 +/* #undef SDL_HAPTIC_IOKIT */ +/* #undef SDL_HAPTIC_DINPUT */ +/* #undef SDL_HAPTIC_ANDROID */ + +/* #undef SDL_HAPTIC_PRIVATE */ + +#define SDL_LIBUSB_DYNAMIC "libusb-1.0.so.0" +#define SDL_UDEV_DYNAMIC "libudev.so.1" + +/* Enable various process implementations */ +/* #undef SDL_PROCESS_DUMMY */ +#define SDL_PROCESS_POSIX 1 +/* #undef SDL_PROCESS_WINDOWS */ + +/* #undef SDL_PROCESS_PRIVATE */ + +/* Enable various sensor drivers */ +/* #undef SDL_SENSOR_ANDROID */ +/* #undef SDL_SENSOR_COREMOTION */ +/* #undef SDL_SENSOR_WINDOWS */ +#define SDL_SENSOR_DUMMY 1 +/* #undef SDL_SENSOR_VITA */ +/* #undef SDL_SENSOR_N3DS */ + +/* #undef SDL_SENSOR_PRIVATE */ + +/* Enable various shared object loading systems */ +#define SDL_LOADSO_DLOPEN 1 +/* #undef SDL_LOADSO_DUMMY */ +/* #undef SDL_LOADSO_WINDOWS */ + +/* #undef SDL_LOADSO_PRIVATE */ + +/* Enable various threading systems */ +/* #undef SDL_THREAD_GENERIC_COND_SUFFIX */ +/* #undef SDL_THREAD_GENERIC_RWLOCK_SUFFIX */ +#define SDL_THREAD_PTHREAD 1 +#define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1 +/* #undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP */ +/* #undef SDL_THREAD_WINDOWS */ +/* #undef SDL_THREAD_VITA */ +/* #undef SDL_THREAD_PSP */ +/* #undef SDL_THREAD_PS2 */ +/* #undef SDL_THREAD_N3DS */ + +/* #undef SDL_THREAD_PRIVATE */ + +/* Enable various RTC systems */ +#define SDL_TIME_UNIX 1 +/* #undef SDL_TIME_WINDOWS */ +/* #undef SDL_TIME_VITA */ +/* #undef SDL_TIME_PSP */ +/* #undef SDL_TIME_PS2 */ +/* #undef SDL_TIME_N3DS */ + +/* Enable various timer systems */ +/* #undef SDL_TIMER_HAIKU */ +#define SDL_TIMER_UNIX 1 +/* #undef SDL_TIMER_WINDOWS */ +/* #undef SDL_TIMER_VITA */ +/* #undef SDL_TIMER_PSP */ +/* #undef SDL_TIMER_PS2 */ +/* #undef SDL_TIMER_N3DS */ + +/* #undef SDL_TIMER_PRIVATE */ + +/* Enable various video drivers */ +/* #undef SDL_VIDEO_DRIVER_ANDROID */ +/* #undef SDL_VIDEO_DRIVER_COCOA */ +#define SDL_VIDEO_DRIVER_DUMMY 1 +/* #undef SDL_VIDEO_DRIVER_EMSCRIPTEN */ +/* #undef SDL_VIDEO_DRIVER_HAIKU */ +#define SDL_VIDEO_DRIVER_KMSDRM 1 +#define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC "libdrm.so.2" +#define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC_GBM "libgbm.so.1" +/* #undef SDL_VIDEO_DRIVER_N3DS */ +#define SDL_VIDEO_DRIVER_OFFSCREEN 1 +/* #undef SDL_VIDEO_DRIVER_PS2 */ +/* #undef SDL_VIDEO_DRIVER_PSP */ +/* #undef SDL_VIDEO_DRIVER_RISCOS */ +/* #undef SDL_VIDEO_DRIVER_ROCKCHIP */ +/* #undef SDL_VIDEO_DRIVER_RPI */ +/* #undef SDL_VIDEO_DRIVER_UIKIT */ +/* #undef SDL_VIDEO_DRIVER_VITA */ +/* #undef SDL_VIDEO_DRIVER_VIVANTE */ +/* #undef SDL_VIDEO_DRIVER_VIVANTE_VDK */ +/* #undef SDL_VIDEO_DRIVER_OPENVR */ +#define SDL_VIDEO_DRIVER_WAYLAND 1 +#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC "libwayland-client.so.0" +#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR "libwayland-cursor.so.0" +#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL "libwayland-egl.so.1" +#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_LIBDECOR "libdecor-0.so.0" +#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON "libxkbcommon.so.0" +/* #undef SDL_VIDEO_DRIVER_WINDOWS */ +#define SDL_VIDEO_DRIVER_X11 1 +#define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6" +#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1" +#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6" +#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XFIXES "libXfixes.so.3" +#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6" +#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2" +#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1" +#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XTEST "libXtst.so.6" +#define SDL_VIDEO_DRIVER_X11_HAS_XKBLOOKUPKEYSYM 1 +#define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1 +#define SDL_VIDEO_DRIVER_X11_XCURSOR 1 +#define SDL_VIDEO_DRIVER_X11_XDBE 1 +#define SDL_VIDEO_DRIVER_X11_XFIXES 1 +#define SDL_VIDEO_DRIVER_X11_XINPUT2 1 +#define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1 +#define SDL_VIDEO_DRIVER_X11_XRANDR 1 +#define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1 +#define SDL_VIDEO_DRIVER_X11_XSHAPE 1 +#define SDL_VIDEO_DRIVER_X11_XSYNC 1 +#define SDL_VIDEO_DRIVER_X11_XTEST 1 +/* #undef SDL_VIDEO_DRIVER_QNX */ + +/* #undef SDL_VIDEO_DRIVER_PRIVATE */ + +/* #undef SDL_VIDEO_RENDER_D3D */ +/* #undef SDL_VIDEO_RENDER_D3D11 */ +/* #undef SDL_VIDEO_RENDER_D3D12 */ +#define SDL_VIDEO_RENDER_GPU 1 +/* #undef SDL_VIDEO_RENDER_METAL */ +#define SDL_VIDEO_RENDER_VULKAN 1 +#define SDL_VIDEO_RENDER_OGL 1 +#define SDL_VIDEO_RENDER_OGL_ES2 1 +/* #undef SDL_VIDEO_RENDER_PS2 */ +/* #undef SDL_VIDEO_RENDER_PSP */ +/* #undef SDL_VIDEO_RENDER_VITA_GXM */ + +/* #undef SDL_VIDEO_RENDER_PRIVATE */ + +/* Enable OpenGL support */ +#define SDL_VIDEO_OPENGL 1 +/* #undef SDL_VIDEO_OPENGL_ES */ +#define SDL_VIDEO_OPENGL_ES2 1 +/* #undef SDL_VIDEO_OPENGL_CGL */ +#define SDL_VIDEO_OPENGL_GLX 1 +/* #undef SDL_VIDEO_OPENGL_WGL */ +#define SDL_VIDEO_OPENGL_EGL 1 + +/* #undef SDL_VIDEO_STATIC_ANGLE */ + +/* Enable Vulkan support */ +#define SDL_VIDEO_VULKAN 1 + +/* Enable Metal support */ +/* #undef SDL_VIDEO_METAL */ + +/* Enable GPU support */ +/* #undef SDL_GPU_D3D11 */ +/* #undef SDL_GPU_D3D12 */ +#define SDL_GPU_VULKAN 1 +/* #undef SDL_GPU_METAL */ + +/* Enable system power support */ +/* #undef SDL_POWER_ANDROID */ +#define SDL_POWER_LINUX 1 +/* #undef SDL_POWER_WINDOWS */ +/* #undef SDL_POWER_MACOSX */ +/* #undef SDL_POWER_UIKIT */ +/* #undef SDL_POWER_HAIKU */ +/* #undef SDL_POWER_EMSCRIPTEN */ +/* #undef SDL_POWER_HARDWIRED */ +/* #undef SDL_POWER_VITA */ +/* #undef SDL_POWER_PSP */ +/* #undef SDL_POWER_N3DS */ + +/* #undef SDL_POWER_PRIVATE */ + +/* Enable system filesystem support */ +/* #undef SDL_FILESYSTEM_ANDROID */ +/* #undef SDL_FILESYSTEM_HAIKU */ +/* #undef SDL_FILESYSTEM_COCOA */ +/* #undef SDL_FILESYSTEM_DUMMY */ +/* #undef SDL_FILESYSTEM_RISCOS */ +#define SDL_FILESYSTEM_UNIX 1 +/* #undef SDL_FILESYSTEM_WINDOWS */ +/* #undef SDL_FILESYSTEM_EMSCRIPTEN */ +/* #undef SDL_FILESYSTEM_VITA */ +/* #undef SDL_FILESYSTEM_PSP */ +/* #undef SDL_FILESYSTEM_PS2 */ +/* #undef SDL_FILESYSTEM_N3DS */ + +/* #undef SDL_FILESYSTEM_PRIVATE */ + +/* Enable system storage support */ +#define SDL_STORAGE_STEAM 1 + +/* Enable system FSops support */ +#define SDL_FSOPS_POSIX 1 +/* #undef SDL_FSOPS_WINDOWS */ +/* #undef SDL_FSOPS_DUMMY */ + +/* #undef SDL_FSOPS_PRIVATE */ + +/* Enable camera subsystem */ +#define SDL_CAMERA_DRIVER_DUMMY 1 +/* !!! FIXME: for later cmakedefine SDL_CAMERA_DRIVER_DISK 1 */ +#define SDL_CAMERA_DRIVER_V4L2 1 +/* #undef SDL_CAMERA_DRIVER_COREMEDIA */ +/* #undef SDL_CAMERA_DRIVER_ANDROID */ +/* #undef SDL_CAMERA_DRIVER_EMSCRIPTEN */ +/* #undef SDL_CAMERA_DRIVER_MEDIAFOUNDATION */ +#define SDL_CAMERA_DRIVER_PIPEWIRE 1 +#define SDL_CAMERA_DRIVER_PIPEWIRE_DYNAMIC "libpipewire-0.3.so.0" +/* #undef SDL_CAMERA_DRIVER_VITA */ + +/* #undef SDL_CAMERA_DRIVER_PRIVATE */ + +/* Enable dialog subsystem */ +/* #undef SDL_DIALOG_DUMMY */ + +/* Enable assembly routines */ +/* #undef SDL_ALTIVEC_BLITTERS */ + +/* Whether SDL_DYNAMIC_API needs dlopen */ +#define DYNAPI_NEEDS_DLOPEN 1 + +/* Enable ime support */ +#define SDL_USE_IME 1 +/* #undef SDL_DISABLE_WINDOWS_IME */ +/* #undef SDL_GDK_TEXTINPUT */ + +/* Platform specific definitions */ +/* #undef SDL_IPHONE_KEYBOARD */ +/* #undef SDL_IPHONE_LAUNCHSCREEN */ + +/* #undef SDL_VIDEO_VITA_PIB */ +/* #undef SDL_VIDEO_VITA_PVR */ +/* #undef SDL_VIDEO_VITA_PVR_OGL */ + +/* Libdecor version info */ +#define SDL_LIBDECOR_VERSION_MAJOR 0 +#define SDL_LIBDECOR_VERSION_MINOR 2 +#define SDL_LIBDECOR_VERSION_PATCH 3 + +#if !defined(HAVE_STDINT_H) && !defined(_STDINT_H_) +/* Most everything except Visual Studio 2008 and earlier has stdint.h now */ +#if defined(_MSC_VER) && (_MSC_VER < 1600) +typedef signed __int8 int8_t; +typedef unsigned __int8 uint8_t; +typedef signed __int16 int16_t; +typedef unsigned __int16 uint16_t; +typedef signed __int32 int32_t; +typedef unsigned __int32 uint32_t; +typedef signed __int64 int64_t; +typedef unsigned __int64 uint64_t; +#ifndef _UINTPTR_T_DEFINED +#ifdef _WIN64 +typedef unsigned __int64 uintptr_t; +#else +typedef unsigned int uintptr_t; +#endif +#endif +#endif /* Visual Studio 2008 */ +#endif /* !_STDINT_H_ && !HAVE_STDINT_H */ + +/* Configure use of intrinsics */ +/* #undef SDL_DISABLE_SSE */ +/* #undef SDL_DISABLE_SSE2 */ +/* #undef SDL_DISABLE_SSE3 */ +/* #undef SDL_DISABLE_SSE4_1 */ +/* #undef SDL_DISABLE_SSE4_2 */ +/* #undef SDL_DISABLE_AVX */ +/* #undef SDL_DISABLE_AVX2 */ +/* #undef SDL_DISABLE_AVX512F */ +/* #undef SDL_DISABLE_MMX */ +#define SDL_DISABLE_LSX 1 +#define SDL_DISABLE_LASX 1 +#define SDL_DISABLE_NEON 1 + +#ifdef SDL_PLATFORM_PRIVATE +#include "SDL_end_config_private.h" +#endif + +#endif /* SDL_build_config_h_ */ diff --git a/build_emscripten/external/SDL/include-revision/SDL3/SDL_revision.h b/build_emscripten/external/SDL/include-revision/SDL3/SDL_revision.h new file mode 100644 index 00000000..93c5a447 --- /dev/null +++ b/build_emscripten/external/SDL/include-revision/SDL3/SDL_revision.h @@ -0,0 +1,39 @@ +/* + Simple DirectMedia Layer + Copyright (C) 1997-2025 Sam Lantinga + + This software is provided 'as-is', without any express or implied + warranty. In no event will the authors be held liable for any damages + arising from the use of this software. + + Permission is granted to anyone to use this software for any purpose, + including commercial applications, and to alter it and redistribute it + freely, subject to the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software + in a product, an acknowledgment in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution. +*/ + +/** + * \file SDL_revision.h + * + * Header file containing the SDL revision. + */ + +#ifndef SDL_revision_h_ +#define SDL_revision_h_ + +/* #undef SDL_VENDOR_INFO */ + +#ifdef SDL_VENDOR_INFO +#define SDL_REVISION "SDL3-3.3.0-8aa5b97bb (" SDL_VENDOR_INFO ")" +#else +#define SDL_REVISION "SDL3-3.3.0-8aa5b97bb" +#endif + +#endif /* SDL_revision_h_ */ diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/SDL_ttf/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/SDL_ttf/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/DependInfo.cmake b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/DependInfo.cmake new file mode 100644 index 00000000..69fdeeac --- /dev/null +++ b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/DependInfo.cmake @@ -0,0 +1,28 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_gpu_textengine.c" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o" "gcc" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_hashtable.c" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o" "gcc" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_hashtable_ttf.c" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o" "gcc" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_renderer_textengine.c" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o" "gcc" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_surface_textengine.c" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o" "gcc" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o.d" + "/home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_ttf.c" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o" "gcc" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make new file mode 100644 index 00000000..560e5cc2 --- /dev/null +++ b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make @@ -0,0 +1,195 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/progress.make + +# Include the compile flags for this target's objects. +include external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/flags.make + +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/codegen: +.PHONY : external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/codegen + +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/flags.make +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o: /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_hashtable.c +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o -MF CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o.d -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o -c /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_hashtable.c + +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_hashtable.c > CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.i + +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_hashtable.c -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.s + +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/flags.make +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o: /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_hashtable_ttf.c +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o -MF CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o.d -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o -c /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_hashtable_ttf.c + +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_hashtable_ttf.c > CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.i + +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_hashtable_ttf.c -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.s + +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/flags.make +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o: /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_gpu_textengine.c +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o -MF CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o.d -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o -c /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_gpu_textengine.c + +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_gpu_textengine.c > CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.i + +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_gpu_textengine.c -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.s + +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/flags.make +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o: /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_renderer_textengine.c +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o -MF CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o.d -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o -c /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_renderer_textengine.c + +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_renderer_textengine.c > CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.i + +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_renderer_textengine.c -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.s + +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/flags.make +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o: /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_surface_textengine.c +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o -MF CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o.d -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o -c /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_surface_textengine.c + +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_surface_textengine.c > CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.i + +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_surface_textengine.c -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.s + +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/flags.make +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o: /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_ttf.c +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o" + cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o -MF CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o.d -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o -c /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_ttf.c + +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.i" + cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_ttf.c > CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.i + +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.s" + cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_ttf.c -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.s + +# Object files for target SDL3_ttf-static +SDL3_ttf__static_OBJECTS = \ +"CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o" \ +"CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o" \ +"CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o" \ +"CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o" \ +"CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o" \ +"CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o" + +# External object files for target SDL3_ttf-static +SDL3_ttf__static_EXTERNAL_OBJECTS = + +external/SDL_ttf/libSDL3_ttf.a: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o +external/SDL_ttf/libSDL3_ttf.a: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o +external/SDL_ttf/libSDL3_ttf.a: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o +external/SDL_ttf/libSDL3_ttf.a: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o +external/SDL_ttf/libSDL3_ttf.a: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o +external/SDL_ttf/libSDL3_ttf.a: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o +external/SDL_ttf/libSDL3_ttf.a: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make +external/SDL_ttf/libSDL3_ttf.a: /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_ttf.sym +external/SDL_ttf/libSDL3_ttf.a: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Linking C static library libSDL3_ttf.a" + cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && $(CMAKE_COMMAND) -P CMakeFiles/SDL3_ttf-static.dir/cmake_clean_target.cmake + cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/SDL3_ttf-static.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build: external/SDL_ttf/libSDL3_ttf.a +.PHONY : external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build + +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && $(CMAKE_COMMAND) -P CMakeFiles/SDL3_ttf-static.dir/cmake_clean.cmake +.PHONY : external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/clean + +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/SDL_ttf /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/SDL_ttf /home/guest/Downloads/PopLib/build/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/depend + diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/cmake_clean.cmake b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/cmake_clean.cmake new file mode 100644 index 00000000..21b93be5 --- /dev/null +++ b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/cmake_clean.cmake @@ -0,0 +1,21 @@ +file(REMOVE_RECURSE + "CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o" + "CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o.d" + "CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o" + "CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o.d" + "CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o" + "CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o.d" + "CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o" + "CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o.d" + "CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o" + "CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o.d" + "CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o" + "CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o.d" + "libSDL3_ttf.a" + "libSDL3_ttf.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/SDL3_ttf-static.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/cmake_clean_target.cmake b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/cmake_clean_target.cmake new file mode 100644 index 00000000..73b20cb1 --- /dev/null +++ b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libSDL3_ttf.a" +) diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.make b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.make new file mode 100644 index 00000000..20a8a125 --- /dev/null +++ b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for SDL3_ttf-static. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.ts b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.ts new file mode 100644 index 00000000..f7cd53c1 --- /dev/null +++ b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for SDL3_ttf-static. diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/depend.make b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/depend.make new file mode 100644 index 00000000..8be04d39 --- /dev/null +++ b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for SDL3_ttf-static. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/flags.make b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/flags.make new file mode 100644 index 00000000..e0e13b63 --- /dev/null +++ b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILD_SDL -DSDL_BUILD_MAJOR_VERSION=3 -DSDL_BUILD_MICRO_VERSION=0 -DSDL_BUILD_MINOR_VERSION=3 -DTTF_USE_HARFBUZZ=1 -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -isystem /usr/include/harfbuzz -isystem /usr/include/freetype2 + +C_FLAGS = -O2 -g -DNDEBUG -fPIC -fvisibility=hidden -Wall -Wextra -pthread + diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/link.txt b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/link.txt new file mode 100644 index 00000000..bbcecfcc --- /dev/null +++ b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libSDL3_ttf.a "CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o" "CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o" "CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o" "CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o" "CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o" "CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o" +/usr/bin/ranlib libSDL3_ttf.a diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/progress.make b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/progress.make new file mode 100644 index 00000000..419c7e4e --- /dev/null +++ b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/progress.make @@ -0,0 +1,8 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = 31 +CMAKE_PROGRESS_7 = + diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/progress.marks b/build_emscripten/external/SDL_ttf/CMakeFiles/progress.marks new file mode 100644 index 00000000..d00491fd --- /dev/null +++ b/build_emscripten/external/SDL_ttf/CMakeFiles/progress.marks @@ -0,0 +1 @@ +1 diff --git a/build_emscripten/external/SDL_ttf/Makefile b/build_emscripten/external/SDL_ttf/Makefile new file mode 100644 index 00000000..4398ad2c --- /dev/null +++ b/build_emscripten/external/SDL_ttf/Makefile @@ -0,0 +1,390 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/SDL_ttf//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL_ttf/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL_ttf/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL_ttf/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL_ttf/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/rule +.PHONY : external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/rule + +# Convenience name for target. +SDL3_ttf-static: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/rule +.PHONY : SDL3_ttf-static + +# fast build rule for target. +SDL3_ttf-static/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build +.PHONY : SDL3_ttf-static/fast + +src/SDL_gpu_textengine.o: src/SDL_gpu_textengine.c.o +.PHONY : src/SDL_gpu_textengine.o + +# target to build an object file +src/SDL_gpu_textengine.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o +.PHONY : src/SDL_gpu_textengine.c.o + +src/SDL_gpu_textengine.i: src/SDL_gpu_textengine.c.i +.PHONY : src/SDL_gpu_textengine.i + +# target to preprocess a source file +src/SDL_gpu_textengine.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.i +.PHONY : src/SDL_gpu_textengine.c.i + +src/SDL_gpu_textengine.s: src/SDL_gpu_textengine.c.s +.PHONY : src/SDL_gpu_textengine.s + +# target to generate assembly for a file +src/SDL_gpu_textengine.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.s +.PHONY : src/SDL_gpu_textengine.c.s + +src/SDL_hashtable.o: src/SDL_hashtable.c.o +.PHONY : src/SDL_hashtable.o + +# target to build an object file +src/SDL_hashtable.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o +.PHONY : src/SDL_hashtable.c.o + +src/SDL_hashtable.i: src/SDL_hashtable.c.i +.PHONY : src/SDL_hashtable.i + +# target to preprocess a source file +src/SDL_hashtable.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.i +.PHONY : src/SDL_hashtable.c.i + +src/SDL_hashtable.s: src/SDL_hashtable.c.s +.PHONY : src/SDL_hashtable.s + +# target to generate assembly for a file +src/SDL_hashtable.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.s +.PHONY : src/SDL_hashtable.c.s + +src/SDL_hashtable_ttf.o: src/SDL_hashtable_ttf.c.o +.PHONY : src/SDL_hashtable_ttf.o + +# target to build an object file +src/SDL_hashtable_ttf.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o +.PHONY : src/SDL_hashtable_ttf.c.o + +src/SDL_hashtable_ttf.i: src/SDL_hashtable_ttf.c.i +.PHONY : src/SDL_hashtable_ttf.i + +# target to preprocess a source file +src/SDL_hashtable_ttf.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.i +.PHONY : src/SDL_hashtable_ttf.c.i + +src/SDL_hashtable_ttf.s: src/SDL_hashtable_ttf.c.s +.PHONY : src/SDL_hashtable_ttf.s + +# target to generate assembly for a file +src/SDL_hashtable_ttf.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.s +.PHONY : src/SDL_hashtable_ttf.c.s + +src/SDL_renderer_textengine.o: src/SDL_renderer_textengine.c.o +.PHONY : src/SDL_renderer_textengine.o + +# target to build an object file +src/SDL_renderer_textengine.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o +.PHONY : src/SDL_renderer_textengine.c.o + +src/SDL_renderer_textengine.i: src/SDL_renderer_textengine.c.i +.PHONY : src/SDL_renderer_textengine.i + +# target to preprocess a source file +src/SDL_renderer_textengine.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.i +.PHONY : src/SDL_renderer_textengine.c.i + +src/SDL_renderer_textengine.s: src/SDL_renderer_textengine.c.s +.PHONY : src/SDL_renderer_textengine.s + +# target to generate assembly for a file +src/SDL_renderer_textengine.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.s +.PHONY : src/SDL_renderer_textengine.c.s + +src/SDL_surface_textengine.o: src/SDL_surface_textengine.c.o +.PHONY : src/SDL_surface_textengine.o + +# target to build an object file +src/SDL_surface_textengine.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o +.PHONY : src/SDL_surface_textengine.c.o + +src/SDL_surface_textengine.i: src/SDL_surface_textengine.c.i +.PHONY : src/SDL_surface_textengine.i + +# target to preprocess a source file +src/SDL_surface_textengine.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.i +.PHONY : src/SDL_surface_textengine.c.i + +src/SDL_surface_textengine.s: src/SDL_surface_textengine.c.s +.PHONY : src/SDL_surface_textengine.s + +# target to generate assembly for a file +src/SDL_surface_textengine.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.s +.PHONY : src/SDL_surface_textengine.c.s + +src/SDL_ttf.o: src/SDL_ttf.c.o +.PHONY : src/SDL_ttf.o + +# target to build an object file +src/SDL_ttf.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o +.PHONY : src/SDL_ttf.c.o + +src/SDL_ttf.i: src/SDL_ttf.c.i +.PHONY : src/SDL_ttf.i + +# target to preprocess a source file +src/SDL_ttf.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.i +.PHONY : src/SDL_ttf.c.i + +src/SDL_ttf.s: src/SDL_ttf.c.s +.PHONY : src/SDL_ttf.s + +# target to generate assembly for a file +src/SDL_ttf.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.s +.PHONY : src/SDL_ttf.c.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... SDL3_ttf-static" + @echo "... src/SDL_gpu_textengine.o" + @echo "... src/SDL_gpu_textengine.i" + @echo "... src/SDL_gpu_textengine.s" + @echo "... src/SDL_hashtable.o" + @echo "... src/SDL_hashtable.i" + @echo "... src/SDL_hashtable.s" + @echo "... src/SDL_hashtable_ttf.o" + @echo "... src/SDL_hashtable_ttf.i" + @echo "... src/SDL_hashtable_ttf.s" + @echo "... src/SDL_renderer_textengine.o" + @echo "... src/SDL_renderer_textengine.i" + @echo "... src/SDL_renderer_textengine.s" + @echo "... src/SDL_surface_textengine.o" + @echo "... src/SDL_surface_textengine.i" + @echo "... src/SDL_surface_textengine.s" + @echo "... src/SDL_ttf.o" + @echo "... src/SDL_ttf.i" + @echo "... src/SDL_ttf.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/SDL_ttf/cmake_install.cmake b/build_emscripten/external/SDL_ttf/cmake_install.cmake new file mode 100644 index 00000000..62512465 --- /dev/null +++ b/build_emscripten/external/SDL_ttf/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/SDL_ttf + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/SDL_ttf/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/SDL_ttf/dummy.sym b/build_emscripten/external/SDL_ttf/dummy.sym new file mode 100644 index 00000000..17b6b95c --- /dev/null +++ b/build_emscripten/external/SDL_ttf/dummy.sym @@ -0,0 +1,5 @@ +n_0 { + global: + func; + local: *; +}; diff --git a/build_emscripten/external/curl/CMake/cmake_uninstall.cmake b/build_emscripten/external/curl/CMake/cmake_uninstall.cmake new file mode 100644 index 00000000..2fe15063 --- /dev/null +++ b/build_emscripten/external/curl/CMake/cmake_uninstall.cmake @@ -0,0 +1,50 @@ +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) Daniel Stenberg, , et al. +# +# This software is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at https://curl.se/docs/copyright.html. +# +# You may opt to use, copy, modify, merge, publish, distribute and/or sell +# copies of the Software, and permit persons to whom the Software is +# furnished to do so, under the terms of the COPYING file. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# SPDX-License-Identifier: curl +# +########################################################################### +if(NOT EXISTS "/home/guest/Downloads/PopLib/build/external/curl/install_manifest.txt") + message(FATAL_ERROR "Cannot find install manifest: /home/guest/Downloads/PopLib/build/external/curl/install_manifest.txt") +endif() + +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +message(${CMAKE_INSTALL_PREFIX}) + +file(READ "/home/guest/Downloads/PopLib/build/external/curl/install_manifest.txt" _files) +string(REGEX REPLACE "\n" ";" _files "${_files}") +foreach(_file ${_files}) + message(STATUS "Uninstalling $ENV{DESTDIR}${_file}") + if(IS_SYMLINK "$ENV{DESTDIR}${_file}" OR EXISTS "$ENV{DESTDIR}${_file}") + execute_process( + COMMAND "/usr/bin/cmake" -E remove "$ENV{DESTDIR}${_file}" + RESULT_VARIABLE rm_retval + OUTPUT_QUIET + ERROR_QUIET + ) + if(NOT "${rm_retval}" STREQUAL 0) + message(FATAL_ERROR "Problem when removing $ENV{DESTDIR}${_file}") + endif() + else() + message(STATUS "File $ENV{DESTDIR}${_file} does not exist.") + endif() +endforeach() diff --git a/build_emscripten/external/curl/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/curl/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/CMakeFiles/Export/8e83d16133499b505bf3986f4f209a65/CURLTargets-relwithdebinfo.cmake b/build_emscripten/external/curl/CMakeFiles/Export/8e83d16133499b505bf3986f4f209a65/CURLTargets-relwithdebinfo.cmake new file mode 100644 index 00000000..ebda29d1 --- /dev/null +++ b/build_emscripten/external/curl/CMakeFiles/Export/8e83d16133499b505bf3986f4f209a65/CURLTargets-relwithdebinfo.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "RelWithDebInfo". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "CURL::libcurl_static" for configuration "RelWithDebInfo" +set_property(TARGET CURL::libcurl_static APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(CURL::libcurl_static PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "C" + IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libcurl.a" + ) + +list(APPEND _cmake_import_check_targets CURL::libcurl_static ) +list(APPEND _cmake_import_check_files_for_CURL::libcurl_static "${_IMPORT_PREFIX}/lib/libcurl.a" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build_emscripten/external/curl/CMakeFiles/Export/8e83d16133499b505bf3986f4f209a65/CURLTargets.cmake b/build_emscripten/external/curl/CMakeFiles/Export/8e83d16133499b505bf3986f4f209a65/CURLTargets.cmake new file mode 100644 index 00000000..37c1c0ef --- /dev/null +++ b/build_emscripten/external/curl/CMakeFiles/Export/8e83d16133499b505bf3986f4f209a65/CURLTargets.cmake @@ -0,0 +1,109 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.12 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.12") + message(FATAL_ERROR "CMake >= 2.8.12 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.12...3.30) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS CURL::libcurl_static) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target CURL::libcurl_static +add_library(CURL::libcurl_static STATIC IMPORTED) + +set_target_properties(CURL::libcurl_static PROPERTIES + INTERFACE_COMPILE_DEFINITIONS "CURL_STATICLIB" + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_LINK_DIRECTORIES "/usr/lib" + INTERFACE_LINK_LIBRARIES "\$;\$;\$;\$;\$;\$;\$" +) + +# Load information for each installed configuration. +file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/CURLTargets-*.cmake") +foreach(_cmake_config_file IN LISTS _cmake_config_files) + include("${_cmake_config_file}") +endforeach() +unset(_cmake_config_file) +unset(_cmake_config_files) + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(_cmake_target IN LISTS _cmake_import_check_targets) + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + \"${_cmake_file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + endif() + unset(_cmake_file) + unset("_cmake_import_check_files_for_${_cmake_target}") +endforeach() +unset(_cmake_target) +unset(_cmake_import_check_targets) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/DependInfo.cmake b/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/build.make b/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/build.make new file mode 100644 index 00000000..ac858847 --- /dev/null +++ b/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/build.make @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for curl-ca-bundle. + +# Include any custom commands dependencies for this target. +include external/curl/CMakeFiles/curl-ca-bundle.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/CMakeFiles/curl-ca-bundle.dir/progress.make + +external/curl/CMakeFiles/curl-ca-bundle: /home/guest/Downloads/PopLib/external/curl/scripts/mk-ca-bundle.pl + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating a fresh ca-bundle.crt" + cd /home/guest/Downloads/PopLib/build/external/curl && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/scripts/mk-ca-bundle.pl -b -l -u lib/ca-bundle.crt + +external/curl/CMakeFiles/curl-ca-bundle.dir/codegen: +.PHONY : external/curl/CMakeFiles/curl-ca-bundle.dir/codegen + +curl-ca-bundle: external/curl/CMakeFiles/curl-ca-bundle +curl-ca-bundle: external/curl/CMakeFiles/curl-ca-bundle.dir/build.make +.PHONY : curl-ca-bundle + +# Rule to build all files generated by this target. +external/curl/CMakeFiles/curl-ca-bundle.dir/build: curl-ca-bundle +.PHONY : external/curl/CMakeFiles/curl-ca-bundle.dir/build + +external/curl/CMakeFiles/curl-ca-bundle.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl && $(CMAKE_COMMAND) -P CMakeFiles/curl-ca-bundle.dir/cmake_clean.cmake +.PHONY : external/curl/CMakeFiles/curl-ca-bundle.dir/clean + +external/curl/CMakeFiles/curl-ca-bundle.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl /home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/curl-ca-bundle.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/CMakeFiles/curl-ca-bundle.dir/depend + diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/cmake_clean.cmake b/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/cmake_clean.cmake new file mode 100644 index 00000000..6628183c --- /dev/null +++ b/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-ca-bundle" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/curl-ca-bundle.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/compiler_depend.make b/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/compiler_depend.make new file mode 100644 index 00000000..9e3aac66 --- /dev/null +++ b/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for curl-ca-bundle. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/compiler_depend.ts b/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/compiler_depend.ts new file mode 100644 index 00000000..265fa136 --- /dev/null +++ b/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for curl-ca-bundle. diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/progress.make b/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/progress.make new file mode 100644 index 00000000..225de343 --- /dev/null +++ b/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = + diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/DependInfo.cmake b/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/build.make b/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/build.make new file mode 100644 index 00000000..397bb11f --- /dev/null +++ b/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/build.make @@ -0,0 +1,91 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for curl-ca-firefox. + +# Include any custom commands dependencies for this target. +include external/curl/CMakeFiles/curl-ca-firefox.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/CMakeFiles/curl-ca-firefox.dir/progress.make + +external/curl/CMakeFiles/curl-ca-firefox: /home/guest/Downloads/PopLib/external/curl/scripts/firefox-db2pem.sh + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "generating a fresh ca-bundle.crt" + cd /home/guest/Downloads/PopLib/build/external/curl && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/scripts/firefox-db2pem.sh lib/ca-bundle.crt + +external/curl/CMakeFiles/curl-ca-firefox.dir/codegen: +.PHONY : external/curl/CMakeFiles/curl-ca-firefox.dir/codegen + +curl-ca-firefox: external/curl/CMakeFiles/curl-ca-firefox +curl-ca-firefox: external/curl/CMakeFiles/curl-ca-firefox.dir/build.make +.PHONY : curl-ca-firefox + +# Rule to build all files generated by this target. +external/curl/CMakeFiles/curl-ca-firefox.dir/build: curl-ca-firefox +.PHONY : external/curl/CMakeFiles/curl-ca-firefox.dir/build + +external/curl/CMakeFiles/curl-ca-firefox.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl && $(CMAKE_COMMAND) -P CMakeFiles/curl-ca-firefox.dir/cmake_clean.cmake +.PHONY : external/curl/CMakeFiles/curl-ca-firefox.dir/clean + +external/curl/CMakeFiles/curl-ca-firefox.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl /home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/curl-ca-firefox.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/CMakeFiles/curl-ca-firefox.dir/depend + diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/cmake_clean.cmake b/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/cmake_clean.cmake new file mode 100644 index 00000000..4f44a861 --- /dev/null +++ b/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-ca-firefox" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/curl-ca-firefox.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/compiler_depend.make b/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/compiler_depend.make new file mode 100644 index 00000000..f7bb6fce --- /dev/null +++ b/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for curl-ca-firefox. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/compiler_depend.ts b/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/compiler_depend.ts new file mode 100644 index 00000000..77164caa --- /dev/null +++ b/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for curl-ca-firefox. diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/progress.make b/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/progress.make new file mode 100644 index 00000000..225de343 --- /dev/null +++ b/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = + diff --git a/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/DependInfo.cmake b/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/build.make b/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/build.make new file mode 100644 index 00000000..a609c528 --- /dev/null +++ b/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for curl_uninstall. + +# Include any custom commands dependencies for this target. +include external/curl/CMakeFiles/curl_uninstall.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/CMakeFiles/curl_uninstall.dir/progress.make + +external/curl/CMakeFiles/curl_uninstall: + cd /home/guest/Downloads/PopLib/build/external/curl && /usr/bin/cmake -P /home/guest/Downloads/PopLib/build/external/curl/CMake/cmake_uninstall.cmake + +external/curl/CMakeFiles/curl_uninstall.dir/codegen: +.PHONY : external/curl/CMakeFiles/curl_uninstall.dir/codegen + +curl_uninstall: external/curl/CMakeFiles/curl_uninstall +curl_uninstall: external/curl/CMakeFiles/curl_uninstall.dir/build.make +.PHONY : curl_uninstall + +# Rule to build all files generated by this target. +external/curl/CMakeFiles/curl_uninstall.dir/build: curl_uninstall +.PHONY : external/curl/CMakeFiles/curl_uninstall.dir/build + +external/curl/CMakeFiles/curl_uninstall.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl && $(CMAKE_COMMAND) -P CMakeFiles/curl_uninstall.dir/cmake_clean.cmake +.PHONY : external/curl/CMakeFiles/curl_uninstall.dir/clean + +external/curl/CMakeFiles/curl_uninstall.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl /home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/curl_uninstall.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/CMakeFiles/curl_uninstall.dir/depend + diff --git a/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/cmake_clean.cmake b/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/cmake_clean.cmake new file mode 100644 index 00000000..e735857e --- /dev/null +++ b/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl_uninstall" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/curl_uninstall.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/compiler_depend.make b/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/compiler_depend.make new file mode 100644 index 00000000..68f3f5b5 --- /dev/null +++ b/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for curl_uninstall. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/compiler_depend.ts b/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/compiler_depend.ts new file mode 100644 index 00000000..16ab55c5 --- /dev/null +++ b/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for curl_uninstall. diff --git a/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/progress.make b/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/curl/CMakeFiles/progress.marks b/build_emscripten/external/curl/CMakeFiles/progress.marks new file mode 100644 index 00000000..1e8b3149 --- /dev/null +++ b/build_emscripten/external/curl/CMakeFiles/progress.marks @@ -0,0 +1 @@ +6 diff --git a/build_emscripten/external/curl/Makefile b/build_emscripten/external/curl/Makefile new file mode 100644 index 00000000..3002e622 --- /dev/null +++ b/build_emscripten/external/curl/Makefile @@ -0,0 +1,258 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +external/curl/CMakeFiles/curl-ca-bundle.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/CMakeFiles/curl-ca-bundle.dir/rule +.PHONY : external/curl/CMakeFiles/curl-ca-bundle.dir/rule + +# Convenience name for target. +curl-ca-bundle: external/curl/CMakeFiles/curl-ca-bundle.dir/rule +.PHONY : curl-ca-bundle + +# fast build rule for target. +curl-ca-bundle/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-bundle.dir/build.make external/curl/CMakeFiles/curl-ca-bundle.dir/build +.PHONY : curl-ca-bundle/fast + +# Convenience name for target. +external/curl/CMakeFiles/curl-ca-firefox.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/CMakeFiles/curl-ca-firefox.dir/rule +.PHONY : external/curl/CMakeFiles/curl-ca-firefox.dir/rule + +# Convenience name for target. +curl-ca-firefox: external/curl/CMakeFiles/curl-ca-firefox.dir/rule +.PHONY : curl-ca-firefox + +# fast build rule for target. +curl-ca-firefox/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-firefox.dir/build.make external/curl/CMakeFiles/curl-ca-firefox.dir/build +.PHONY : curl-ca-firefox/fast + +# Convenience name for target. +external/curl/CMakeFiles/curl_uninstall.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/CMakeFiles/curl_uninstall.dir/rule +.PHONY : external/curl/CMakeFiles/curl_uninstall.dir/rule + +# Convenience name for target. +curl_uninstall: external/curl/CMakeFiles/curl_uninstall.dir/rule +.PHONY : curl_uninstall + +# fast build rule for target. +curl_uninstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl_uninstall.dir/build.make external/curl/CMakeFiles/curl_uninstall.dir/build +.PHONY : curl_uninstall/fast + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... curl-ca-bundle" + @echo "... curl-ca-firefox" + @echo "... curl_uninstall" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/buildinfo.txt b/build_emscripten/external/curl/buildinfo.txt new file mode 100644 index 00000000..ea5fc7ec --- /dev/null +++ b/build_emscripten/external/curl/buildinfo.txt @@ -0,0 +1,15 @@ +# This is a generated file. Do not edit. +buildinfo.configure.tool: cmake +buildinfo.configure.command: /usr/bin/cmake +buildinfo.configure.version: 4.0.2-dirty +buildinfo.configure.args: +buildinfo.configure.generator: Unix Makefiles +buildinfo.configure.make: /usr/bin/make +buildinfo.host.cpu: x86_64 +buildinfo.host.os: Linux +buildinfo.target.cpu: x86_64 +buildinfo.target.os: Linux +buildinfo.target.flags: UNIX GCC +buildinfo.compiler: GNU +buildinfo.compiler.version: 15.1.1 +buildinfo.sysroot: diff --git a/build_emscripten/external/curl/cmake_install.cmake b/build_emscripten/external/curl/cmake_install.cmake new file mode 100644 index 00000000..ec043261 --- /dev/null +++ b/build_emscripten/external/curl/cmake_install.cmake @@ -0,0 +1,121 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/curl + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/external/curl/docs/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/external/curl/scripts/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/external/curl/lib/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/external/curl/docs/examples/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/external/curl/tests/cmake_install.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE FILE PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/guest/Downloads/PopLib/build/external/curl/curl-config") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/curl/libcurl.pc") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/home/guest/Downloads/PopLib/external/curl/include/curl" FILES_MATCHING REGEX "/[^/]*\\.h$") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/CURL/CURLTargets.cmake") + file(DIFFERENT _cmake_export_file_changed FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/CURL/CURLTargets.cmake" + "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/Export/8e83d16133499b505bf3986f4f209a65/CURLTargets.cmake") + if(_cmake_export_file_changed) + file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/CURL/CURLTargets-*.cmake") + if(_cmake_old_config_files) + string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/CURL/CURLTargets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") + unset(_cmake_old_config_files_text) + file(REMOVE ${_cmake_old_config_files}) + endif() + unset(_cmake_old_config_files) + endif() + unset(_cmake_export_file_changed) + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/CURL" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/Export/8e83d16133499b505bf3986f4f209a65/CURLTargets.cmake") + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/CURL" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/Export/8e83d16133499b505bf3986f4f209a65/CURLTargets-relwithdebinfo.cmake") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/CURL" TYPE FILE FILES + "/home/guest/Downloads/PopLib/build/external/curl/generated/CURLConfigVersion.cmake" + "/home/guest/Downloads/PopLib/build/external/curl/generated/CURLConfig.cmake" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE FILE PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/guest/Downloads/PopLib/external/curl/scripts/wcurl") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/curl/curl-config b/build_emscripten/external/curl/curl-config new file mode 100644 index 00000000..236d9da9 --- /dev/null +++ b/build_emscripten/external/curl/curl-config @@ -0,0 +1,189 @@ +#!/bin/sh +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) Daniel Stenberg, , et al. +# +# This software is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at https://curl.se/docs/copyright.html. +# +# You may opt to use, copy, modify, merge, publish, distribute and/or sell +# copies of the Software, and permit persons to whom the Software is +# furnished to do so, under the terms of the COPYING file. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# SPDX-License-Identifier: curl +# +########################################################################### + +# shellcheck disable=SC2006 + +prefix='/usr/local' +# Used in 'libdir' +# shellcheck disable=SC2034 +exec_prefix="${prefix}" +# shellcheck disable=SC2034 +includedir="${prefix}/include" + +usage() +{ + cat <&2 + exit 1 + fi + ;; + + --configure) + echo + ;; + + *) + echo "unknown option: $1" + usage 1 + ;; + esac + shift +done + +exit 0 diff --git a/build_emscripten/external/curl/docs/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/docs/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/curl/docs/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build.make b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build.make new file mode 100644 index 00000000..6b89814d --- /dev/null +++ b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build.make @@ -0,0 +1,95 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for curl-generate-curl-config.1. + +# Include any custom commands dependencies for this target. +include external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/progress.make + +external/curl/docs/CMakeFiles/curl-generate-curl-config.1: external/curl/docs/curl-config.1 + +external/curl/docs/curl-config.1: /home/guest/Downloads/PopLib/external/curl/scripts/cd2nroff +external/curl/docs/curl-config.1: /home/guest/Downloads/PopLib/external/curl/docs/curl-config.md + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating curl-config.1" + cd /home/guest/Downloads/PopLib/external/curl/docs && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/scripts/cd2nroff curl-config.md > /home/guest/Downloads/PopLib/build/external/curl/docs/curl-config.1 + +external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/codegen: +.PHONY : external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/codegen + +curl-generate-curl-config.1: external/curl/docs/CMakeFiles/curl-generate-curl-config.1 +curl-generate-curl-config.1: external/curl/docs/curl-config.1 +curl-generate-curl-config.1: external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build.make +.PHONY : curl-generate-curl-config.1 + +# Rule to build all files generated by this target. +external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build: curl-generate-curl-config.1 +.PHONY : external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build + +external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs && $(CMAKE_COMMAND) -P CMakeFiles/curl-generate-curl-config.1.dir/cmake_clean.cmake +.PHONY : external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/clean + +external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs /home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/depend + diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/cmake_clean.cmake new file mode 100644 index 00000000..977016f2 --- /dev/null +++ b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-generate-curl-config.1" + "curl-config.1" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/curl-generate-curl-config.1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/compiler_depend.make b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/compiler_depend.make new file mode 100644 index 00000000..3bb85731 --- /dev/null +++ b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for curl-generate-curl-config.1. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/compiler_depend.ts new file mode 100644 index 00000000..f23c7a58 --- /dev/null +++ b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for curl-generate-curl-config.1. diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/progress.make b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/progress.make new file mode 100644 index 00000000..225de343 --- /dev/null +++ b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = + diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build.make b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build.make new file mode 100644 index 00000000..6c34ca71 --- /dev/null +++ b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build.make @@ -0,0 +1,95 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for curl-generate-mk-ca-bundle.1. + +# Include any custom commands dependencies for this target. +include external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/progress.make + +external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1: external/curl/docs/mk-ca-bundle.1 + +external/curl/docs/mk-ca-bundle.1: /home/guest/Downloads/PopLib/external/curl/scripts/cd2nroff +external/curl/docs/mk-ca-bundle.1: /home/guest/Downloads/PopLib/external/curl/docs/mk-ca-bundle.md + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating mk-ca-bundle.1" + cd /home/guest/Downloads/PopLib/external/curl/docs && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/scripts/cd2nroff mk-ca-bundle.md > /home/guest/Downloads/PopLib/build/external/curl/docs/mk-ca-bundle.1 + +external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/codegen: +.PHONY : external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/codegen + +curl-generate-mk-ca-bundle.1: external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1 +curl-generate-mk-ca-bundle.1: external/curl/docs/mk-ca-bundle.1 +curl-generate-mk-ca-bundle.1: external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build.make +.PHONY : curl-generate-mk-ca-bundle.1 + +# Rule to build all files generated by this target. +external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build: curl-generate-mk-ca-bundle.1 +.PHONY : external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build + +external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs && $(CMAKE_COMMAND) -P CMakeFiles/curl-generate-mk-ca-bundle.1.dir/cmake_clean.cmake +.PHONY : external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/clean + +external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs /home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/depend + diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/cmake_clean.cmake new file mode 100644 index 00000000..8d317d32 --- /dev/null +++ b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-generate-mk-ca-bundle.1" + "mk-ca-bundle.1" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/curl-generate-mk-ca-bundle.1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/compiler_depend.make b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/compiler_depend.make new file mode 100644 index 00000000..823c5bce --- /dev/null +++ b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for curl-generate-mk-ca-bundle.1. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/compiler_depend.ts new file mode 100644 index 00000000..c16f9477 --- /dev/null +++ b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for curl-generate-mk-ca-bundle.1. diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/progress.make b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/progress.make new file mode 100644 index 00000000..225de343 --- /dev/null +++ b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = + diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build.make b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build.make new file mode 100644 index 00000000..1da15e88 --- /dev/null +++ b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build.make @@ -0,0 +1,95 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for curl-generate-wcurl.1. + +# Include any custom commands dependencies for this target. +include external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/progress.make + +external/curl/docs/CMakeFiles/curl-generate-wcurl.1: external/curl/docs/wcurl.1 + +external/curl/docs/wcurl.1: /home/guest/Downloads/PopLib/external/curl/scripts/cd2nroff +external/curl/docs/wcurl.1: /home/guest/Downloads/PopLib/external/curl/docs/wcurl.md + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating wcurl.1" + cd /home/guest/Downloads/PopLib/external/curl/docs && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/scripts/cd2nroff wcurl.md > /home/guest/Downloads/PopLib/build/external/curl/docs/wcurl.1 + +external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/codegen: +.PHONY : external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/codegen + +curl-generate-wcurl.1: external/curl/docs/CMakeFiles/curl-generate-wcurl.1 +curl-generate-wcurl.1: external/curl/docs/wcurl.1 +curl-generate-wcurl.1: external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build.make +.PHONY : curl-generate-wcurl.1 + +# Rule to build all files generated by this target. +external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build: curl-generate-wcurl.1 +.PHONY : external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build + +external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs && $(CMAKE_COMMAND) -P CMakeFiles/curl-generate-wcurl.1.dir/cmake_clean.cmake +.PHONY : external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/clean + +external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs /home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/depend + diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/cmake_clean.cmake new file mode 100644 index 00000000..8492bc51 --- /dev/null +++ b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/cmake_clean.cmake @@ -0,0 +1,9 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-generate-wcurl.1" + "wcurl.1" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/curl-generate-wcurl.1.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/compiler_depend.make b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/compiler_depend.make new file mode 100644 index 00000000..b96279db --- /dev/null +++ b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for curl-generate-wcurl.1. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/compiler_depend.ts new file mode 100644 index 00000000..4be3dd3c --- /dev/null +++ b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for curl-generate-wcurl.1. diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/progress.make b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/progress.make new file mode 100644 index 00000000..225de343 --- /dev/null +++ b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = + diff --git a/build_emscripten/external/curl/docs/CMakeFiles/progress.marks b/build_emscripten/external/curl/docs/CMakeFiles/progress.marks new file mode 100644 index 00000000..573541ac --- /dev/null +++ b/build_emscripten/external/curl/docs/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build_emscripten/external/curl/docs/Makefile b/build_emscripten/external/curl/docs/Makefile new file mode 100644 index 00000000..ab765577 --- /dev/null +++ b/build_emscripten/external/curl/docs/Makefile @@ -0,0 +1,258 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/docs//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/rule +.PHONY : external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/rule + +# Convenience name for target. +curl-generate-curl-config.1: external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/rule +.PHONY : curl-generate-curl-config.1 + +# fast build rule for target. +curl-generate-curl-config.1/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build +.PHONY : curl-generate-curl-config.1/fast + +# Convenience name for target. +external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/rule +.PHONY : external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/rule + +# Convenience name for target. +curl-generate-mk-ca-bundle.1: external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/rule +.PHONY : curl-generate-mk-ca-bundle.1 + +# fast build rule for target. +curl-generate-mk-ca-bundle.1/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build +.PHONY : curl-generate-mk-ca-bundle.1/fast + +# Convenience name for target. +external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/rule +.PHONY : external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/rule + +# Convenience name for target. +curl-generate-wcurl.1: external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/rule +.PHONY : curl-generate-wcurl.1 + +# fast build rule for target. +curl-generate-wcurl.1/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build +.PHONY : curl-generate-wcurl.1/fast + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... curl-generate-curl-config.1" + @echo "... curl-generate-mk-ca-bundle.1" + @echo "... curl-generate-wcurl.1" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/docs/cmake_install.cmake b/build_emscripten/external/curl/docs/cmake_install.cmake new file mode 100644 index 00000000..d25e4989 --- /dev/null +++ b/build_emscripten/external/curl/docs/cmake_install.cmake @@ -0,0 +1,63 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/curl/docs + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/cmake_install.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man1" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/curl/docs/curl-config.1") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man1" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/curl/docs/wcurl.1") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/docs/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/DependInfo.cmake new file mode 100644 index 00000000..67f408f1 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/10-at-a-time.c" "external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o.d" + "" "external/curl/docs/examples/10-at-a-time" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make new file mode 100644 index 00000000..db154df1 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o: external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/10-at-a-time.c +external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o: external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o -MF CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o.d -o CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/10-at-a-time.c + +external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/10-at-a-time.c > CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/10-at-a-time.c -o CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.s + +# Object files for target curl-example-10-at-a-time +curl__example__10__at__a__time_OBJECTS = \ +"CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o" + +# External object files for target curl-example-10-at-a-time +curl__example__10__at__a__time_EXTERNAL_OBJECTS = + +external/curl/docs/examples/10-at-a-time: external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o +external/curl/docs/examples/10-at-a-time: external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make +external/curl/docs/examples/10-at-a-time: external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/compiler_depend.ts +external/curl/docs/examples/10-at-a-time: external/curl/lib/libcurl.a +external/curl/docs/examples/10-at-a-time: /usr/lib/libz.so +external/curl/docs/examples/10-at-a-time: external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable 10-at-a-time" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-10-at-a-time.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build: external/curl/docs/examples/10-at-a-time +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-10-at-a-time.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/cmake_clean.cmake new file mode 100644 index 00000000..8d33a375 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-10-at-a-time.dir/link.d" + "10-at-a-time" + "10-at-a-time.pdb" + "CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o" + "CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-10-at-a-time.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/compiler_depend.make new file mode 100644 index 00000000..7f6deccf --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-10-at-a-time. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/compiler_depend.ts new file mode 100644 index 00000000..35949171 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-10-at-a-time. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/depend.make new file mode 100644 index 00000000..9cdb32fc --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-10-at-a-time. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/link.txt new file mode 100644 index 00000000..ac50be30 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-10-at-a-time.dir/link.d "CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o" -o 10-at-a-time ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/DependInfo.cmake new file mode 100644 index 00000000..291c355f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/address-scope.c" "external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.o.d" + "" "external/curl/docs/examples/address-scope" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make new file mode 100644 index 00000000..09ccff06 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.o: external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/address-scope.c +external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.o: external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.o -MF CMakeFiles/curl-example-address-scope.dir/address-scope.c.o.d -o CMakeFiles/curl-example-address-scope.dir/address-scope.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/address-scope.c + +external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-address-scope.dir/address-scope.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/address-scope.c > CMakeFiles/curl-example-address-scope.dir/address-scope.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-address-scope.dir/address-scope.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/address-scope.c -o CMakeFiles/curl-example-address-scope.dir/address-scope.c.s + +# Object files for target curl-example-address-scope +curl__example__address__scope_OBJECTS = \ +"CMakeFiles/curl-example-address-scope.dir/address-scope.c.o" + +# External object files for target curl-example-address-scope +curl__example__address__scope_EXTERNAL_OBJECTS = + +external/curl/docs/examples/address-scope: external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.o +external/curl/docs/examples/address-scope: external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make +external/curl/docs/examples/address-scope: external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/compiler_depend.ts +external/curl/docs/examples/address-scope: external/curl/lib/libcurl.a +external/curl/docs/examples/address-scope: /usr/lib/libz.so +external/curl/docs/examples/address-scope: external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable address-scope" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-address-scope.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build: external/curl/docs/examples/address-scope +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-address-scope.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/cmake_clean.cmake new file mode 100644 index 00000000..00f5ec3e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-address-scope.dir/link.d" + "CMakeFiles/curl-example-address-scope.dir/address-scope.c.o" + "CMakeFiles/curl-example-address-scope.dir/address-scope.c.o.d" + "address-scope" + "address-scope.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-address-scope.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/compiler_depend.make new file mode 100644 index 00000000..815c6720 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-address-scope. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/compiler_depend.ts new file mode 100644 index 00000000..a36ec9cb --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-address-scope. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/depend.make new file mode 100644 index 00000000..0dfb7781 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-address-scope. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/link.txt new file mode 100644 index 00000000..d50fcc63 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-address-scope.dir/link.d "CMakeFiles/curl-example-address-scope.dir/address-scope.c.o" -o address-scope ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/DependInfo.cmake new file mode 100644 index 00000000..43f56bfd --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/altsvc.c" "external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.o.d" + "" "external/curl/docs/examples/altsvc" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make new file mode 100644 index 00000000..f9311696 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.o: external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/altsvc.c +external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.o: external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.o -MF CMakeFiles/curl-example-altsvc.dir/altsvc.c.o.d -o CMakeFiles/curl-example-altsvc.dir/altsvc.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/altsvc.c + +external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-altsvc.dir/altsvc.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/altsvc.c > CMakeFiles/curl-example-altsvc.dir/altsvc.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-altsvc.dir/altsvc.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/altsvc.c -o CMakeFiles/curl-example-altsvc.dir/altsvc.c.s + +# Object files for target curl-example-altsvc +curl__example__altsvc_OBJECTS = \ +"CMakeFiles/curl-example-altsvc.dir/altsvc.c.o" + +# External object files for target curl-example-altsvc +curl__example__altsvc_EXTERNAL_OBJECTS = + +external/curl/docs/examples/altsvc: external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.o +external/curl/docs/examples/altsvc: external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make +external/curl/docs/examples/altsvc: external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/compiler_depend.ts +external/curl/docs/examples/altsvc: external/curl/lib/libcurl.a +external/curl/docs/examples/altsvc: /usr/lib/libz.so +external/curl/docs/examples/altsvc: external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable altsvc" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-altsvc.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build: external/curl/docs/examples/altsvc +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-altsvc.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/cmake_clean.cmake new file mode 100644 index 00000000..a4b6dde6 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-altsvc.dir/link.d" + "CMakeFiles/curl-example-altsvc.dir/altsvc.c.o" + "CMakeFiles/curl-example-altsvc.dir/altsvc.c.o.d" + "altsvc" + "altsvc.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-altsvc.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/compiler_depend.make new file mode 100644 index 00000000..ffe8a924 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-altsvc. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/compiler_depend.ts new file mode 100644 index 00000000..a5c62895 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-altsvc. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/depend.make new file mode 100644 index 00000000..dd58b66a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-altsvc. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/link.txt new file mode 100644 index 00000000..ed8b1405 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-altsvc.dir/link.d "CMakeFiles/curl-example-altsvc.dir/altsvc.c.o" -o altsvc ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/DependInfo.cmake new file mode 100644 index 00000000..fd05e32d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/anyauthput.c" "external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o.d" + "" "external/curl/docs/examples/anyauthput" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make new file mode 100644 index 00000000..dd48762b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o: external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/anyauthput.c +external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o: external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o -MF CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o.d -o CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/anyauthput.c + +external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/anyauthput.c > CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/anyauthput.c -o CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.s + +# Object files for target curl-example-anyauthput +curl__example__anyauthput_OBJECTS = \ +"CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o" + +# External object files for target curl-example-anyauthput +curl__example__anyauthput_EXTERNAL_OBJECTS = + +external/curl/docs/examples/anyauthput: external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o +external/curl/docs/examples/anyauthput: external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make +external/curl/docs/examples/anyauthput: external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/compiler_depend.ts +external/curl/docs/examples/anyauthput: external/curl/lib/libcurl.a +external/curl/docs/examples/anyauthput: /usr/lib/libz.so +external/curl/docs/examples/anyauthput: external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable anyauthput" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-anyauthput.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build: external/curl/docs/examples/anyauthput +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-anyauthput.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/cmake_clean.cmake new file mode 100644 index 00000000..138195d2 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-anyauthput.dir/link.d" + "CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o" + "CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o.d" + "anyauthput" + "anyauthput.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-anyauthput.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/compiler_depend.make new file mode 100644 index 00000000..1f8bfdc6 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-anyauthput. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/compiler_depend.ts new file mode 100644 index 00000000..5f336f90 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-anyauthput. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/depend.make new file mode 100644 index 00000000..a4594384 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-anyauthput. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/link.txt new file mode 100644 index 00000000..279d891c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-anyauthput.dir/link.d "CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o" -o anyauthput ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/DependInfo.cmake new file mode 100644 index 00000000..c87d1f44 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/block_ip.c" "external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.o.d" + "" "external/curl/docs/examples/block_ip" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make new file mode 100644 index 00000000..110c3401 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.o: external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/block_ip.c +external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.o: external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.o -MF CMakeFiles/curl-example-block_ip.dir/block_ip.c.o.d -o CMakeFiles/curl-example-block_ip.dir/block_ip.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/block_ip.c + +external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-block_ip.dir/block_ip.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/block_ip.c > CMakeFiles/curl-example-block_ip.dir/block_ip.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-block_ip.dir/block_ip.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/block_ip.c -o CMakeFiles/curl-example-block_ip.dir/block_ip.c.s + +# Object files for target curl-example-block_ip +curl__example__block_ip_OBJECTS = \ +"CMakeFiles/curl-example-block_ip.dir/block_ip.c.o" + +# External object files for target curl-example-block_ip +curl__example__block_ip_EXTERNAL_OBJECTS = + +external/curl/docs/examples/block_ip: external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.o +external/curl/docs/examples/block_ip: external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make +external/curl/docs/examples/block_ip: external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/compiler_depend.ts +external/curl/docs/examples/block_ip: external/curl/lib/libcurl.a +external/curl/docs/examples/block_ip: /usr/lib/libz.so +external/curl/docs/examples/block_ip: external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable block_ip" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-block_ip.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build: external/curl/docs/examples/block_ip +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-block_ip.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/cmake_clean.cmake new file mode 100644 index 00000000..e97fa396 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-block_ip.dir/link.d" + "CMakeFiles/curl-example-block_ip.dir/block_ip.c.o" + "CMakeFiles/curl-example-block_ip.dir/block_ip.c.o.d" + "block_ip" + "block_ip.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-block_ip.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/compiler_depend.make new file mode 100644 index 00000000..683275cb --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-block_ip. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/compiler_depend.ts new file mode 100644 index 00000000..6c2f4978 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-block_ip. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/depend.make new file mode 100644 index 00000000..cc01c38c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-block_ip. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/link.txt new file mode 100644 index 00000000..7a168921 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-block_ip.dir/link.d "CMakeFiles/curl-example-block_ip.dir/block_ip.c.o" -o block_ip ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/DependInfo.cmake new file mode 100644 index 00000000..e101ab03 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/certinfo.c" "external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.o.d" + "" "external/curl/docs/examples/certinfo" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make new file mode 100644 index 00000000..2e505939 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.o: external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/certinfo.c +external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.o: external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.o -MF CMakeFiles/curl-example-certinfo.dir/certinfo.c.o.d -o CMakeFiles/curl-example-certinfo.dir/certinfo.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/certinfo.c + +external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-certinfo.dir/certinfo.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/certinfo.c > CMakeFiles/curl-example-certinfo.dir/certinfo.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-certinfo.dir/certinfo.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/certinfo.c -o CMakeFiles/curl-example-certinfo.dir/certinfo.c.s + +# Object files for target curl-example-certinfo +curl__example__certinfo_OBJECTS = \ +"CMakeFiles/curl-example-certinfo.dir/certinfo.c.o" + +# External object files for target curl-example-certinfo +curl__example__certinfo_EXTERNAL_OBJECTS = + +external/curl/docs/examples/certinfo: external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.o +external/curl/docs/examples/certinfo: external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make +external/curl/docs/examples/certinfo: external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/compiler_depend.ts +external/curl/docs/examples/certinfo: external/curl/lib/libcurl.a +external/curl/docs/examples/certinfo: /usr/lib/libz.so +external/curl/docs/examples/certinfo: external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable certinfo" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-certinfo.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build: external/curl/docs/examples/certinfo +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-certinfo.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/cmake_clean.cmake new file mode 100644 index 00000000..c31459a2 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-certinfo.dir/link.d" + "CMakeFiles/curl-example-certinfo.dir/certinfo.c.o" + "CMakeFiles/curl-example-certinfo.dir/certinfo.c.o.d" + "certinfo" + "certinfo.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-certinfo.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/compiler_depend.make new file mode 100644 index 00000000..d4151934 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-certinfo. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/compiler_depend.ts new file mode 100644 index 00000000..fb0ee5df --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-certinfo. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/depend.make new file mode 100644 index 00000000..d4a14916 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-certinfo. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/link.txt new file mode 100644 index 00000000..bd091e66 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-certinfo.dir/link.d "CMakeFiles/curl-example-certinfo.dir/certinfo.c.o" -o certinfo ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/progress.make new file mode 100644 index 00000000..e803f3f7 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 35 + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/DependInfo.cmake new file mode 100644 index 00000000..22f83b8f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/chkspeed.c" "external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o.d" + "" "external/curl/docs/examples/chkspeed" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make new file mode 100644 index 00000000..cace6373 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o: external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/chkspeed.c +external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o: external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o -MF CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o.d -o CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/chkspeed.c + +external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/chkspeed.c > CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/chkspeed.c -o CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.s + +# Object files for target curl-example-chkspeed +curl__example__chkspeed_OBJECTS = \ +"CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o" + +# External object files for target curl-example-chkspeed +curl__example__chkspeed_EXTERNAL_OBJECTS = + +external/curl/docs/examples/chkspeed: external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o +external/curl/docs/examples/chkspeed: external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make +external/curl/docs/examples/chkspeed: external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/compiler_depend.ts +external/curl/docs/examples/chkspeed: external/curl/lib/libcurl.a +external/curl/docs/examples/chkspeed: /usr/lib/libz.so +external/curl/docs/examples/chkspeed: external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable chkspeed" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-chkspeed.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build: external/curl/docs/examples/chkspeed +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-chkspeed.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/cmake_clean.cmake new file mode 100644 index 00000000..5c0e4609 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-chkspeed.dir/link.d" + "CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o" + "CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o.d" + "chkspeed" + "chkspeed.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-chkspeed.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/compiler_depend.make new file mode 100644 index 00000000..41e79def --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-chkspeed. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/compiler_depend.ts new file mode 100644 index 00000000..3413fc1d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-chkspeed. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/depend.make new file mode 100644 index 00000000..a45c76cd --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-chkspeed. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/link.txt new file mode 100644 index 00000000..83f9bd1a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-chkspeed.dir/link.d "CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o" -o chkspeed ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/DependInfo.cmake new file mode 100644 index 00000000..4f48553e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/connect-to.c" "external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.o.d" + "" "external/curl/docs/examples/connect-to" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make new file mode 100644 index 00000000..c7ddccb6 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.o: external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/connect-to.c +external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.o: external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.o -MF CMakeFiles/curl-example-connect-to.dir/connect-to.c.o.d -o CMakeFiles/curl-example-connect-to.dir/connect-to.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/connect-to.c + +external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-connect-to.dir/connect-to.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/connect-to.c > CMakeFiles/curl-example-connect-to.dir/connect-to.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-connect-to.dir/connect-to.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/connect-to.c -o CMakeFiles/curl-example-connect-to.dir/connect-to.c.s + +# Object files for target curl-example-connect-to +curl__example__connect__to_OBJECTS = \ +"CMakeFiles/curl-example-connect-to.dir/connect-to.c.o" + +# External object files for target curl-example-connect-to +curl__example__connect__to_EXTERNAL_OBJECTS = + +external/curl/docs/examples/connect-to: external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.o +external/curl/docs/examples/connect-to: external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make +external/curl/docs/examples/connect-to: external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/compiler_depend.ts +external/curl/docs/examples/connect-to: external/curl/lib/libcurl.a +external/curl/docs/examples/connect-to: /usr/lib/libz.so +external/curl/docs/examples/connect-to: external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable connect-to" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-connect-to.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build: external/curl/docs/examples/connect-to +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-connect-to.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/cmake_clean.cmake new file mode 100644 index 00000000..b8d0ea22 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-connect-to.dir/link.d" + "CMakeFiles/curl-example-connect-to.dir/connect-to.c.o" + "CMakeFiles/curl-example-connect-to.dir/connect-to.c.o.d" + "connect-to" + "connect-to.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-connect-to.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/compiler_depend.make new file mode 100644 index 00000000..a6492fd9 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-connect-to. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/compiler_depend.ts new file mode 100644 index 00000000..a8ad7b25 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-connect-to. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/depend.make new file mode 100644 index 00000000..92fb2fa9 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-connect-to. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/link.txt new file mode 100644 index 00000000..5f7d4166 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-connect-to.dir/link.d "CMakeFiles/curl-example-connect-to.dir/connect-to.c.o" -o connect-to ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/DependInfo.cmake new file mode 100644 index 00000000..2c7bcfe6 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/cookie_interface.c" "external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o.d" + "" "external/curl/docs/examples/cookie_interface" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make new file mode 100644 index 00000000..f890504b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o: external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/cookie_interface.c +external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o: external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o -MF CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o.d -o CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/cookie_interface.c + +external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/cookie_interface.c > CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/cookie_interface.c -o CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.s + +# Object files for target curl-example-cookie_interface +curl__example__cookie_interface_OBJECTS = \ +"CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o" + +# External object files for target curl-example-cookie_interface +curl__example__cookie_interface_EXTERNAL_OBJECTS = + +external/curl/docs/examples/cookie_interface: external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o +external/curl/docs/examples/cookie_interface: external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make +external/curl/docs/examples/cookie_interface: external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/compiler_depend.ts +external/curl/docs/examples/cookie_interface: external/curl/lib/libcurl.a +external/curl/docs/examples/cookie_interface: /usr/lib/libz.so +external/curl/docs/examples/cookie_interface: external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable cookie_interface" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-cookie_interface.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build: external/curl/docs/examples/cookie_interface +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-cookie_interface.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cmake_clean.cmake new file mode 100644 index 00000000..3ccb348a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-cookie_interface.dir/link.d" + "CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o" + "CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o.d" + "cookie_interface" + "cookie_interface.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-cookie_interface.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/compiler_depend.make new file mode 100644 index 00000000..96d45f4c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-cookie_interface. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/compiler_depend.ts new file mode 100644 index 00000000..63f670c7 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-cookie_interface. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/depend.make new file mode 100644 index 00000000..1aa4b44f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-cookie_interface. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/link.txt new file mode 100644 index 00000000..ed9941cb --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-cookie_interface.dir/link.d "CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o" -o cookie_interface ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/DependInfo.cmake new file mode 100644 index 00000000..559dadee --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/debug.c" "external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.o.d" + "" "external/curl/docs/examples/debug" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make new file mode 100644 index 00000000..6d7b6eac --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.o: external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/debug.c +external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.o: external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.o -MF CMakeFiles/curl-example-debug.dir/debug.c.o.d -o CMakeFiles/curl-example-debug.dir/debug.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/debug.c + +external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-debug.dir/debug.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/debug.c > CMakeFiles/curl-example-debug.dir/debug.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-debug.dir/debug.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/debug.c -o CMakeFiles/curl-example-debug.dir/debug.c.s + +# Object files for target curl-example-debug +curl__example__debug_OBJECTS = \ +"CMakeFiles/curl-example-debug.dir/debug.c.o" + +# External object files for target curl-example-debug +curl__example__debug_EXTERNAL_OBJECTS = + +external/curl/docs/examples/debug: external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.o +external/curl/docs/examples/debug: external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make +external/curl/docs/examples/debug: external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/compiler_depend.ts +external/curl/docs/examples/debug: external/curl/lib/libcurl.a +external/curl/docs/examples/debug: /usr/lib/libz.so +external/curl/docs/examples/debug: external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable debug" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-debug.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build: external/curl/docs/examples/debug +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-debug.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/cmake_clean.cmake new file mode 100644 index 00000000..6e284869 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-debug.dir/link.d" + "CMakeFiles/curl-example-debug.dir/debug.c.o" + "CMakeFiles/curl-example-debug.dir/debug.c.o.d" + "debug" + "debug.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-debug.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/compiler_depend.make new file mode 100644 index 00000000..5ad233dd --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-debug. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/compiler_depend.ts new file mode 100644 index 00000000..9e14250e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-debug. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/depend.make new file mode 100644 index 00000000..805493cc --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-debug. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/link.txt new file mode 100644 index 00000000..707e4da2 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-debug.dir/link.d "CMakeFiles/curl-example-debug.dir/debug.c.o" -o debug ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/DependInfo.cmake new file mode 100644 index 00000000..caf50ac5 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/default-scheme.c" "external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o.d" + "" "external/curl/docs/examples/default-scheme" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make new file mode 100644 index 00000000..249bf418 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o: external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/default-scheme.c +external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o: external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o -MF CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o.d -o CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/default-scheme.c + +external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/default-scheme.c > CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/default-scheme.c -o CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.s + +# Object files for target curl-example-default-scheme +curl__example__default__scheme_OBJECTS = \ +"CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o" + +# External object files for target curl-example-default-scheme +curl__example__default__scheme_EXTERNAL_OBJECTS = + +external/curl/docs/examples/default-scheme: external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o +external/curl/docs/examples/default-scheme: external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make +external/curl/docs/examples/default-scheme: external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/compiler_depend.ts +external/curl/docs/examples/default-scheme: external/curl/lib/libcurl.a +external/curl/docs/examples/default-scheme: /usr/lib/libz.so +external/curl/docs/examples/default-scheme: external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable default-scheme" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-default-scheme.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build: external/curl/docs/examples/default-scheme +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-default-scheme.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/cmake_clean.cmake new file mode 100644 index 00000000..323207a3 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-default-scheme.dir/link.d" + "CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o" + "CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o.d" + "default-scheme" + "default-scheme.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-default-scheme.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/compiler_depend.make new file mode 100644 index 00000000..fd69560f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-default-scheme. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/compiler_depend.ts new file mode 100644 index 00000000..ba174347 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-default-scheme. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/depend.make new file mode 100644 index 00000000..c9e52f90 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-default-scheme. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/link.txt new file mode 100644 index 00000000..412ceb1a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-default-scheme.dir/link.d "CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o" -o default-scheme ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/DependInfo.cmake new file mode 100644 index 00000000..ac0773d9 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/externalsocket.c" "external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o.d" + "" "external/curl/docs/examples/externalsocket" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make new file mode 100644 index 00000000..5188422f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o: external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/externalsocket.c +external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o: external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o -MF CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o.d -o CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/externalsocket.c + +external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/externalsocket.c > CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/externalsocket.c -o CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.s + +# Object files for target curl-example-externalsocket +curl__example__externalsocket_OBJECTS = \ +"CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o" + +# External object files for target curl-example-externalsocket +curl__example__externalsocket_EXTERNAL_OBJECTS = + +external/curl/docs/examples/externalsocket: external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o +external/curl/docs/examples/externalsocket: external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make +external/curl/docs/examples/externalsocket: external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/compiler_depend.ts +external/curl/docs/examples/externalsocket: external/curl/lib/libcurl.a +external/curl/docs/examples/externalsocket: /usr/lib/libz.so +external/curl/docs/examples/externalsocket: external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable externalsocket" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-externalsocket.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build: external/curl/docs/examples/externalsocket +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-externalsocket.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/cmake_clean.cmake new file mode 100644 index 00000000..96e152bb --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-externalsocket.dir/link.d" + "CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o" + "CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o.d" + "externalsocket" + "externalsocket.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-externalsocket.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/compiler_depend.make new file mode 100644 index 00000000..b4019adc --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-externalsocket. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/compiler_depend.ts new file mode 100644 index 00000000..d930ac55 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-externalsocket. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/depend.make new file mode 100644 index 00000000..73f41db3 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-externalsocket. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/link.txt new file mode 100644 index 00000000..52fdd98b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-externalsocket.dir/link.d "CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o" -o externalsocket ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/DependInfo.cmake new file mode 100644 index 00000000..23c80c36 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/fileupload.c" "external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.o.d" + "" "external/curl/docs/examples/fileupload" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make new file mode 100644 index 00000000..a9f3faa4 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.o: external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/fileupload.c +external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.o: external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.o -MF CMakeFiles/curl-example-fileupload.dir/fileupload.c.o.d -o CMakeFiles/curl-example-fileupload.dir/fileupload.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/fileupload.c + +external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-fileupload.dir/fileupload.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/fileupload.c > CMakeFiles/curl-example-fileupload.dir/fileupload.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-fileupload.dir/fileupload.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/fileupload.c -o CMakeFiles/curl-example-fileupload.dir/fileupload.c.s + +# Object files for target curl-example-fileupload +curl__example__fileupload_OBJECTS = \ +"CMakeFiles/curl-example-fileupload.dir/fileupload.c.o" + +# External object files for target curl-example-fileupload +curl__example__fileupload_EXTERNAL_OBJECTS = + +external/curl/docs/examples/fileupload: external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.o +external/curl/docs/examples/fileupload: external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make +external/curl/docs/examples/fileupload: external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/compiler_depend.ts +external/curl/docs/examples/fileupload: external/curl/lib/libcurl.a +external/curl/docs/examples/fileupload: /usr/lib/libz.so +external/curl/docs/examples/fileupload: external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable fileupload" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-fileupload.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build: external/curl/docs/examples/fileupload +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-fileupload.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/cmake_clean.cmake new file mode 100644 index 00000000..77f7aad4 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-fileupload.dir/link.d" + "CMakeFiles/curl-example-fileupload.dir/fileupload.c.o" + "CMakeFiles/curl-example-fileupload.dir/fileupload.c.o.d" + "fileupload" + "fileupload.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-fileupload.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/compiler_depend.make new file mode 100644 index 00000000..34be7182 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-fileupload. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/compiler_depend.ts new file mode 100644 index 00000000..4556e902 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-fileupload. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/depend.make new file mode 100644 index 00000000..ace1da21 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-fileupload. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/link.txt new file mode 100644 index 00000000..a79c8669 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-fileupload.dir/link.d "CMakeFiles/curl-example-fileupload.dir/fileupload.c.o" -o fileupload ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/DependInfo.cmake new file mode 100644 index 00000000..341a0e27 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/ftp-wildcard.c" "external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o.d" + "" "external/curl/docs/examples/ftp-wildcard" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make new file mode 100644 index 00000000..7019d012 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/ftp-wildcard.c +external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o -MF CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o.d -o CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/ftp-wildcard.c + +external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/ftp-wildcard.c > CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/ftp-wildcard.c -o CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.s + +# Object files for target curl-example-ftp-wildcard +curl__example__ftp__wildcard_OBJECTS = \ +"CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o" + +# External object files for target curl-example-ftp-wildcard +curl__example__ftp__wildcard_EXTERNAL_OBJECTS = + +external/curl/docs/examples/ftp-wildcard: external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o +external/curl/docs/examples/ftp-wildcard: external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make +external/curl/docs/examples/ftp-wildcard: external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/compiler_depend.ts +external/curl/docs/examples/ftp-wildcard: external/curl/lib/libcurl.a +external/curl/docs/examples/ftp-wildcard: /usr/lib/libz.so +external/curl/docs/examples/ftp-wildcard: external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ftp-wildcard" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-ftp-wildcard.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build: external/curl/docs/examples/ftp-wildcard +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-ftp-wildcard.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/cmake_clean.cmake new file mode 100644 index 00000000..e55962f5 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-ftp-wildcard.dir/link.d" + "CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o" + "CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o.d" + "ftp-wildcard" + "ftp-wildcard.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-ftp-wildcard.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/compiler_depend.make new file mode 100644 index 00000000..062b0e88 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-ftp-wildcard. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/compiler_depend.ts new file mode 100644 index 00000000..9e04a716 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-ftp-wildcard. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/depend.make new file mode 100644 index 00000000..1c384fdd --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-ftp-wildcard. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/link.txt new file mode 100644 index 00000000..fbdcd443 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-ftp-wildcard.dir/link.d "CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o" -o ftp-wildcard ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/DependInfo.cmake new file mode 100644 index 00000000..f4c1c6fe --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/ftpget.c" "external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.o.d" + "" "external/curl/docs/examples/ftpget" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make new file mode 100644 index 00000000..712d2c08 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpget.c +external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.o -MF CMakeFiles/curl-example-ftpget.dir/ftpget.c.o.d -o CMakeFiles/curl-example-ftpget.dir/ftpget.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpget.c + +external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-ftpget.dir/ftpget.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpget.c > CMakeFiles/curl-example-ftpget.dir/ftpget.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-ftpget.dir/ftpget.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpget.c -o CMakeFiles/curl-example-ftpget.dir/ftpget.c.s + +# Object files for target curl-example-ftpget +curl__example__ftpget_OBJECTS = \ +"CMakeFiles/curl-example-ftpget.dir/ftpget.c.o" + +# External object files for target curl-example-ftpget +curl__example__ftpget_EXTERNAL_OBJECTS = + +external/curl/docs/examples/ftpget: external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.o +external/curl/docs/examples/ftpget: external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make +external/curl/docs/examples/ftpget: external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/compiler_depend.ts +external/curl/docs/examples/ftpget: external/curl/lib/libcurl.a +external/curl/docs/examples/ftpget: /usr/lib/libz.so +external/curl/docs/examples/ftpget: external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ftpget" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-ftpget.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build: external/curl/docs/examples/ftpget +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-ftpget.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/cmake_clean.cmake new file mode 100644 index 00000000..b60ce1e0 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-ftpget.dir/link.d" + "CMakeFiles/curl-example-ftpget.dir/ftpget.c.o" + "CMakeFiles/curl-example-ftpget.dir/ftpget.c.o.d" + "ftpget" + "ftpget.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-ftpget.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/compiler_depend.make new file mode 100644 index 00000000..abe58606 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-ftpget. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/compiler_depend.ts new file mode 100644 index 00000000..2df8cf7e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-ftpget. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/depend.make new file mode 100644 index 00000000..41b44b2f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-ftpget. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/link.txt new file mode 100644 index 00000000..6a35d834 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-ftpget.dir/link.d "CMakeFiles/curl-example-ftpget.dir/ftpget.c.o" -o ftpget ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/DependInfo.cmake new file mode 100644 index 00000000..4d24f257 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/ftpgetinfo.c" "external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o.d" + "" "external/curl/docs/examples/ftpgetinfo" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make new file mode 100644 index 00000000..1ee21577 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpgetinfo.c +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o -MF CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o.d -o CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpgetinfo.c + +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpgetinfo.c > CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpgetinfo.c -o CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.s + +# Object files for target curl-example-ftpgetinfo +curl__example__ftpgetinfo_OBJECTS = \ +"CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o" + +# External object files for target curl-example-ftpgetinfo +curl__example__ftpgetinfo_EXTERNAL_OBJECTS = + +external/curl/docs/examples/ftpgetinfo: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o +external/curl/docs/examples/ftpgetinfo: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make +external/curl/docs/examples/ftpgetinfo: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/compiler_depend.ts +external/curl/docs/examples/ftpgetinfo: external/curl/lib/libcurl.a +external/curl/docs/examples/ftpgetinfo: /usr/lib/libz.so +external/curl/docs/examples/ftpgetinfo: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ftpgetinfo" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-ftpgetinfo.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build: external/curl/docs/examples/ftpgetinfo +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-ftpgetinfo.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/cmake_clean.cmake new file mode 100644 index 00000000..880ceee6 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-ftpgetinfo.dir/link.d" + "CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o" + "CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o.d" + "ftpgetinfo" + "ftpgetinfo.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-ftpgetinfo.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/compiler_depend.make new file mode 100644 index 00000000..1cc0ac93 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-ftpgetinfo. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/compiler_depend.ts new file mode 100644 index 00000000..ee7a9692 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-ftpgetinfo. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/depend.make new file mode 100644 index 00000000..b6da8549 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-ftpgetinfo. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/link.txt new file mode 100644 index 00000000..921f7c8c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-ftpgetinfo.dir/link.d "CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o" -o ftpgetinfo ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/DependInfo.cmake new file mode 100644 index 00000000..5d8c569c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/ftpgetresp.c" "external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o.d" + "" "external/curl/docs/examples/ftpgetresp" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make new file mode 100644 index 00000000..7f48f3e4 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpgetresp.c +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o -MF CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o.d -o CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpgetresp.c + +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpgetresp.c > CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpgetresp.c -o CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.s + +# Object files for target curl-example-ftpgetresp +curl__example__ftpgetresp_OBJECTS = \ +"CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o" + +# External object files for target curl-example-ftpgetresp +curl__example__ftpgetresp_EXTERNAL_OBJECTS = + +external/curl/docs/examples/ftpgetresp: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o +external/curl/docs/examples/ftpgetresp: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make +external/curl/docs/examples/ftpgetresp: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/compiler_depend.ts +external/curl/docs/examples/ftpgetresp: external/curl/lib/libcurl.a +external/curl/docs/examples/ftpgetresp: /usr/lib/libz.so +external/curl/docs/examples/ftpgetresp: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ftpgetresp" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-ftpgetresp.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build: external/curl/docs/examples/ftpgetresp +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-ftpgetresp.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/cmake_clean.cmake new file mode 100644 index 00000000..ea93d26f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-ftpgetresp.dir/link.d" + "CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o" + "CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o.d" + "ftpgetresp" + "ftpgetresp.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-ftpgetresp.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/compiler_depend.make new file mode 100644 index 00000000..31399fb9 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-ftpgetresp. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/compiler_depend.ts new file mode 100644 index 00000000..a209626f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-ftpgetresp. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/depend.make new file mode 100644 index 00000000..6625d68e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-ftpgetresp. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/link.txt new file mode 100644 index 00000000..405fe7ee --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-ftpgetresp.dir/link.d "CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o" -o ftpgetresp ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/DependInfo.cmake new file mode 100644 index 00000000..cecb56cc --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/ftpsget.c" "external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o.d" + "" "external/curl/docs/examples/ftpsget" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make new file mode 100644 index 00000000..4023bca9 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpsget.c +external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o -MF CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o.d -o CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpsget.c + +external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpsget.c > CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpsget.c -o CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.s + +# Object files for target curl-example-ftpsget +curl__example__ftpsget_OBJECTS = \ +"CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o" + +# External object files for target curl-example-ftpsget +curl__example__ftpsget_EXTERNAL_OBJECTS = + +external/curl/docs/examples/ftpsget: external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o +external/curl/docs/examples/ftpsget: external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make +external/curl/docs/examples/ftpsget: external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/compiler_depend.ts +external/curl/docs/examples/ftpsget: external/curl/lib/libcurl.a +external/curl/docs/examples/ftpsget: /usr/lib/libz.so +external/curl/docs/examples/ftpsget: external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ftpsget" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-ftpsget.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build: external/curl/docs/examples/ftpsget +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-ftpsget.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/cmake_clean.cmake new file mode 100644 index 00000000..dff8f8e5 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-ftpsget.dir/link.d" + "CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o" + "CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o.d" + "ftpsget" + "ftpsget.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-ftpsget.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/compiler_depend.make new file mode 100644 index 00000000..5339778d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-ftpsget. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/compiler_depend.ts new file mode 100644 index 00000000..e19b75fb --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-ftpsget. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/depend.make new file mode 100644 index 00000000..cc26ef9b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-ftpsget. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/link.txt new file mode 100644 index 00000000..396b7444 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-ftpsget.dir/link.d "CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o" -o ftpsget ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/DependInfo.cmake new file mode 100644 index 00000000..90794c54 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/ftpupload.c" "external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o.d" + "" "external/curl/docs/examples/ftpupload" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make new file mode 100644 index 00000000..90171211 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpupload.c +external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o -MF CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o.d -o CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpupload.c + +external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpupload.c > CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpupload.c -o CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.s + +# Object files for target curl-example-ftpupload +curl__example__ftpupload_OBJECTS = \ +"CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o" + +# External object files for target curl-example-ftpupload +curl__example__ftpupload_EXTERNAL_OBJECTS = + +external/curl/docs/examples/ftpupload: external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o +external/curl/docs/examples/ftpupload: external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make +external/curl/docs/examples/ftpupload: external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/compiler_depend.ts +external/curl/docs/examples/ftpupload: external/curl/lib/libcurl.a +external/curl/docs/examples/ftpupload: /usr/lib/libz.so +external/curl/docs/examples/ftpupload: external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ftpupload" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-ftpupload.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build: external/curl/docs/examples/ftpupload +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-ftpupload.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/cmake_clean.cmake new file mode 100644 index 00000000..4954cadb --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-ftpupload.dir/link.d" + "CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o" + "CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o.d" + "ftpupload" + "ftpupload.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-ftpupload.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/compiler_depend.make new file mode 100644 index 00000000..75ff1709 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-ftpupload. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/compiler_depend.ts new file mode 100644 index 00000000..1913e862 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-ftpupload. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/depend.make new file mode 100644 index 00000000..8e425458 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-ftpupload. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/link.txt new file mode 100644 index 00000000..32ae5c01 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-ftpupload.dir/link.d "CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o" -o ftpupload ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/DependInfo.cmake new file mode 100644 index 00000000..f79909b4 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/ftpuploadfrommem.c" "external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o.d" + "" "external/curl/docs/examples/ftpuploadfrommem" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make new file mode 100644 index 00000000..4325694f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpuploadfrommem.c +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o -MF CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o.d -o CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpuploadfrommem.c + +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpuploadfrommem.c > CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpuploadfrommem.c -o CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.s + +# Object files for target curl-example-ftpuploadfrommem +curl__example__ftpuploadfrommem_OBJECTS = \ +"CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o" + +# External object files for target curl-example-ftpuploadfrommem +curl__example__ftpuploadfrommem_EXTERNAL_OBJECTS = + +external/curl/docs/examples/ftpuploadfrommem: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o +external/curl/docs/examples/ftpuploadfrommem: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make +external/curl/docs/examples/ftpuploadfrommem: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/compiler_depend.ts +external/curl/docs/examples/ftpuploadfrommem: external/curl/lib/libcurl.a +external/curl/docs/examples/ftpuploadfrommem: /usr/lib/libz.so +external/curl/docs/examples/ftpuploadfrommem: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ftpuploadfrommem" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-ftpuploadfrommem.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build: external/curl/docs/examples/ftpuploadfrommem +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-ftpuploadfrommem.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/cmake_clean.cmake new file mode 100644 index 00000000..a0224f0a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-ftpuploadfrommem.dir/link.d" + "CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o" + "CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o.d" + "ftpuploadfrommem" + "ftpuploadfrommem.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-ftpuploadfrommem.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/compiler_depend.make new file mode 100644 index 00000000..e73dc2df --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-ftpuploadfrommem. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/compiler_depend.ts new file mode 100644 index 00000000..e7d7a578 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-ftpuploadfrommem. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/depend.make new file mode 100644 index 00000000..4c7f9790 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-ftpuploadfrommem. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/link.txt new file mode 100644 index 00000000..05700b43 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-ftpuploadfrommem.dir/link.d "CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o" -o ftpuploadfrommem ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/DependInfo.cmake new file mode 100644 index 00000000..52315752 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/ftpuploadresume.c" "external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o.d" + "" "external/curl/docs/examples/ftpuploadresume" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make new file mode 100644 index 00000000..c40d6f25 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpuploadresume.c +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o -MF CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o.d -o CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpuploadresume.c + +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpuploadresume.c > CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpuploadresume.c -o CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.s + +# Object files for target curl-example-ftpuploadresume +curl__example__ftpuploadresume_OBJECTS = \ +"CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o" + +# External object files for target curl-example-ftpuploadresume +curl__example__ftpuploadresume_EXTERNAL_OBJECTS = + +external/curl/docs/examples/ftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o +external/curl/docs/examples/ftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make +external/curl/docs/examples/ftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/compiler_depend.ts +external/curl/docs/examples/ftpuploadresume: external/curl/lib/libcurl.a +external/curl/docs/examples/ftpuploadresume: /usr/lib/libz.so +external/curl/docs/examples/ftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ftpuploadresume" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-ftpuploadresume.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build: external/curl/docs/examples/ftpuploadresume +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-ftpuploadresume.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/cmake_clean.cmake new file mode 100644 index 00000000..f21a1a20 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-ftpuploadresume.dir/link.d" + "CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o" + "CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o.d" + "ftpuploadresume" + "ftpuploadresume.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-ftpuploadresume.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/compiler_depend.make new file mode 100644 index 00000000..ac65b4b9 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-ftpuploadresume. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/compiler_depend.ts new file mode 100644 index 00000000..8668deb9 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-ftpuploadresume. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/depend.make new file mode 100644 index 00000000..003434ab --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-ftpuploadresume. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/link.txt new file mode 100644 index 00000000..54a8cecc --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-ftpuploadresume.dir/link.d "CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o" -o ftpuploadresume ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/progress.make new file mode 100644 index 00000000..6e0170c5 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 36 +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/DependInfo.cmake new file mode 100644 index 00000000..4bf6bf14 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/getinfo.c" "external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.o.d" + "" "external/curl/docs/examples/getinfo" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make new file mode 100644 index 00000000..8abed7ff --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.o: external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/getinfo.c +external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.o: external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.o -MF CMakeFiles/curl-example-getinfo.dir/getinfo.c.o.d -o CMakeFiles/curl-example-getinfo.dir/getinfo.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/getinfo.c + +external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-getinfo.dir/getinfo.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/getinfo.c > CMakeFiles/curl-example-getinfo.dir/getinfo.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-getinfo.dir/getinfo.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/getinfo.c -o CMakeFiles/curl-example-getinfo.dir/getinfo.c.s + +# Object files for target curl-example-getinfo +curl__example__getinfo_OBJECTS = \ +"CMakeFiles/curl-example-getinfo.dir/getinfo.c.o" + +# External object files for target curl-example-getinfo +curl__example__getinfo_EXTERNAL_OBJECTS = + +external/curl/docs/examples/getinfo: external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.o +external/curl/docs/examples/getinfo: external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make +external/curl/docs/examples/getinfo: external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/compiler_depend.ts +external/curl/docs/examples/getinfo: external/curl/lib/libcurl.a +external/curl/docs/examples/getinfo: /usr/lib/libz.so +external/curl/docs/examples/getinfo: external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable getinfo" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-getinfo.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build: external/curl/docs/examples/getinfo +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-getinfo.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/cmake_clean.cmake new file mode 100644 index 00000000..4dd1e3c4 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-getinfo.dir/link.d" + "CMakeFiles/curl-example-getinfo.dir/getinfo.c.o" + "CMakeFiles/curl-example-getinfo.dir/getinfo.c.o.d" + "getinfo" + "getinfo.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-getinfo.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/compiler_depend.make new file mode 100644 index 00000000..343fc82e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-getinfo. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/compiler_depend.ts new file mode 100644 index 00000000..208e0e98 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-getinfo. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/depend.make new file mode 100644 index 00000000..a3964c14 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-getinfo. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/link.txt new file mode 100644 index 00000000..64b60441 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-getinfo.dir/link.d "CMakeFiles/curl-example-getinfo.dir/getinfo.c.o" -o getinfo ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/DependInfo.cmake new file mode 100644 index 00000000..6c364e13 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/getinmemory.c" "external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o.d" + "" "external/curl/docs/examples/getinmemory" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make new file mode 100644 index 00000000..47017b5c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o: external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/getinmemory.c +external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o: external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o -MF CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o.d -o CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/getinmemory.c + +external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/getinmemory.c > CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/getinmemory.c -o CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.s + +# Object files for target curl-example-getinmemory +curl__example__getinmemory_OBJECTS = \ +"CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o" + +# External object files for target curl-example-getinmemory +curl__example__getinmemory_EXTERNAL_OBJECTS = + +external/curl/docs/examples/getinmemory: external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o +external/curl/docs/examples/getinmemory: external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make +external/curl/docs/examples/getinmemory: external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/compiler_depend.ts +external/curl/docs/examples/getinmemory: external/curl/lib/libcurl.a +external/curl/docs/examples/getinmemory: /usr/lib/libz.so +external/curl/docs/examples/getinmemory: external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable getinmemory" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-getinmemory.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build: external/curl/docs/examples/getinmemory +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-getinmemory.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/cmake_clean.cmake new file mode 100644 index 00000000..ec5a7fcf --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-getinmemory.dir/link.d" + "CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o" + "CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o.d" + "getinmemory" + "getinmemory.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-getinmemory.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/compiler_depend.make new file mode 100644 index 00000000..5eeb1a2b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-getinmemory. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/compiler_depend.ts new file mode 100644 index 00000000..67461fae --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-getinmemory. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/depend.make new file mode 100644 index 00000000..df340b19 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-getinmemory. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/link.txt new file mode 100644 index 00000000..2ffc7011 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-getinmemory.dir/link.d "CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o" -o getinmemory ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/DependInfo.cmake new file mode 100644 index 00000000..cd2abc33 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/getredirect.c" "external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.o.d" + "" "external/curl/docs/examples/getredirect" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make new file mode 100644 index 00000000..13148cbc --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.o: external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/getredirect.c +external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.o: external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.o -MF CMakeFiles/curl-example-getredirect.dir/getredirect.c.o.d -o CMakeFiles/curl-example-getredirect.dir/getredirect.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/getredirect.c + +external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-getredirect.dir/getredirect.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/getredirect.c > CMakeFiles/curl-example-getredirect.dir/getredirect.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-getredirect.dir/getredirect.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/getredirect.c -o CMakeFiles/curl-example-getredirect.dir/getredirect.c.s + +# Object files for target curl-example-getredirect +curl__example__getredirect_OBJECTS = \ +"CMakeFiles/curl-example-getredirect.dir/getredirect.c.o" + +# External object files for target curl-example-getredirect +curl__example__getredirect_EXTERNAL_OBJECTS = + +external/curl/docs/examples/getredirect: external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.o +external/curl/docs/examples/getredirect: external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make +external/curl/docs/examples/getredirect: external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/compiler_depend.ts +external/curl/docs/examples/getredirect: external/curl/lib/libcurl.a +external/curl/docs/examples/getredirect: /usr/lib/libz.so +external/curl/docs/examples/getredirect: external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable getredirect" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-getredirect.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build: external/curl/docs/examples/getredirect +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-getredirect.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/cmake_clean.cmake new file mode 100644 index 00000000..627e9e33 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-getredirect.dir/link.d" + "CMakeFiles/curl-example-getredirect.dir/getredirect.c.o" + "CMakeFiles/curl-example-getredirect.dir/getredirect.c.o.d" + "getredirect" + "getredirect.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-getredirect.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/compiler_depend.make new file mode 100644 index 00000000..3312af99 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-getredirect. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/compiler_depend.ts new file mode 100644 index 00000000..f82a7229 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-getredirect. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/depend.make new file mode 100644 index 00000000..82789fef --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-getredirect. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/link.txt new file mode 100644 index 00000000..2743d119 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-getredirect.dir/link.d "CMakeFiles/curl-example-getredirect.dir/getredirect.c.o" -o getredirect ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/DependInfo.cmake new file mode 100644 index 00000000..c40c8d98 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/getreferrer.c" "external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o.d" + "" "external/curl/docs/examples/getreferrer" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make new file mode 100644 index 00000000..246a4c4b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o: external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/getreferrer.c +external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o: external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o -MF CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o.d -o CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/getreferrer.c + +external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/getreferrer.c > CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/getreferrer.c -o CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.s + +# Object files for target curl-example-getreferrer +curl__example__getreferrer_OBJECTS = \ +"CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o" + +# External object files for target curl-example-getreferrer +curl__example__getreferrer_EXTERNAL_OBJECTS = + +external/curl/docs/examples/getreferrer: external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o +external/curl/docs/examples/getreferrer: external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make +external/curl/docs/examples/getreferrer: external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/compiler_depend.ts +external/curl/docs/examples/getreferrer: external/curl/lib/libcurl.a +external/curl/docs/examples/getreferrer: /usr/lib/libz.so +external/curl/docs/examples/getreferrer: external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable getreferrer" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-getreferrer.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build: external/curl/docs/examples/getreferrer +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-getreferrer.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/cmake_clean.cmake new file mode 100644 index 00000000..96687dc2 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-getreferrer.dir/link.d" + "CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o" + "CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o.d" + "getreferrer" + "getreferrer.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-getreferrer.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/compiler_depend.make new file mode 100644 index 00000000..2d28a397 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-getreferrer. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/compiler_depend.ts new file mode 100644 index 00000000..90b223d4 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-getreferrer. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/depend.make new file mode 100644 index 00000000..21fc66e7 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-getreferrer. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/link.txt new file mode 100644 index 00000000..2c478011 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-getreferrer.dir/link.d "CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o" -o getreferrer ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/DependInfo.cmake new file mode 100644 index 00000000..031eff6e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/headerapi.c" "external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.o.d" + "" "external/curl/docs/examples/headerapi" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make new file mode 100644 index 00000000..2e09aaf8 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.o: external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/headerapi.c +external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.o: external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.o -MF CMakeFiles/curl-example-headerapi.dir/headerapi.c.o.d -o CMakeFiles/curl-example-headerapi.dir/headerapi.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/headerapi.c + +external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-headerapi.dir/headerapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/headerapi.c > CMakeFiles/curl-example-headerapi.dir/headerapi.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-headerapi.dir/headerapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/headerapi.c -o CMakeFiles/curl-example-headerapi.dir/headerapi.c.s + +# Object files for target curl-example-headerapi +curl__example__headerapi_OBJECTS = \ +"CMakeFiles/curl-example-headerapi.dir/headerapi.c.o" + +# External object files for target curl-example-headerapi +curl__example__headerapi_EXTERNAL_OBJECTS = + +external/curl/docs/examples/headerapi: external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.o +external/curl/docs/examples/headerapi: external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make +external/curl/docs/examples/headerapi: external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/compiler_depend.ts +external/curl/docs/examples/headerapi: external/curl/lib/libcurl.a +external/curl/docs/examples/headerapi: /usr/lib/libz.so +external/curl/docs/examples/headerapi: external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable headerapi" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-headerapi.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build: external/curl/docs/examples/headerapi +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-headerapi.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/cmake_clean.cmake new file mode 100644 index 00000000..bbc766df --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-headerapi.dir/link.d" + "CMakeFiles/curl-example-headerapi.dir/headerapi.c.o" + "CMakeFiles/curl-example-headerapi.dir/headerapi.c.o.d" + "headerapi" + "headerapi.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-headerapi.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/compiler_depend.make new file mode 100644 index 00000000..ad93240b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-headerapi. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/compiler_depend.ts new file mode 100644 index 00000000..7d8372a4 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-headerapi. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/depend.make new file mode 100644 index 00000000..7199ef16 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-headerapi. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/link.txt new file mode 100644 index 00000000..b3a59b69 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-headerapi.dir/link.d "CMakeFiles/curl-example-headerapi.dir/headerapi.c.o" -o headerapi ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/DependInfo.cmake new file mode 100644 index 00000000..9a187970 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/hsts-preload.c" "external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o.d" + "" "external/curl/docs/examples/hsts-preload" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make new file mode 100644 index 00000000..2b46aa99 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o: external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/hsts-preload.c +external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o: external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o -MF CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o.d -o CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/hsts-preload.c + +external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/hsts-preload.c > CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/hsts-preload.c -o CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.s + +# Object files for target curl-example-hsts-preload +curl__example__hsts__preload_OBJECTS = \ +"CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o" + +# External object files for target curl-example-hsts-preload +curl__example__hsts__preload_EXTERNAL_OBJECTS = + +external/curl/docs/examples/hsts-preload: external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o +external/curl/docs/examples/hsts-preload: external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make +external/curl/docs/examples/hsts-preload: external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/compiler_depend.ts +external/curl/docs/examples/hsts-preload: external/curl/lib/libcurl.a +external/curl/docs/examples/hsts-preload: /usr/lib/libz.so +external/curl/docs/examples/hsts-preload: external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable hsts-preload" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-hsts-preload.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build: external/curl/docs/examples/hsts-preload +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-hsts-preload.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/cmake_clean.cmake new file mode 100644 index 00000000..dff8cd47 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-hsts-preload.dir/link.d" + "CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o" + "CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o.d" + "hsts-preload" + "hsts-preload.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-hsts-preload.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/compiler_depend.make new file mode 100644 index 00000000..ad99df74 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-hsts-preload. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/compiler_depend.ts new file mode 100644 index 00000000..8197671c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-hsts-preload. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/depend.make new file mode 100644 index 00000000..2b2904a9 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-hsts-preload. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/link.txt new file mode 100644 index 00000000..2d1e12d3 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-hsts-preload.dir/link.d "CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o" -o hsts-preload ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/DependInfo.cmake new file mode 100644 index 00000000..ccb5da4c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/http-options.c" "external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.o.d" + "" "external/curl/docs/examples/http-options" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make new file mode 100644 index 00000000..82dac085 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/http-options.c +external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.o -MF CMakeFiles/curl-example-http-options.dir/http-options.c.o.d -o CMakeFiles/curl-example-http-options.dir/http-options.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/http-options.c + +external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-http-options.dir/http-options.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/http-options.c > CMakeFiles/curl-example-http-options.dir/http-options.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-http-options.dir/http-options.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/http-options.c -o CMakeFiles/curl-example-http-options.dir/http-options.c.s + +# Object files for target curl-example-http-options +curl__example__http__options_OBJECTS = \ +"CMakeFiles/curl-example-http-options.dir/http-options.c.o" + +# External object files for target curl-example-http-options +curl__example__http__options_EXTERNAL_OBJECTS = + +external/curl/docs/examples/http-options: external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.o +external/curl/docs/examples/http-options: external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make +external/curl/docs/examples/http-options: external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/compiler_depend.ts +external/curl/docs/examples/http-options: external/curl/lib/libcurl.a +external/curl/docs/examples/http-options: /usr/lib/libz.so +external/curl/docs/examples/http-options: external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable http-options" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-http-options.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build: external/curl/docs/examples/http-options +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-http-options.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/cmake_clean.cmake new file mode 100644 index 00000000..8423e22f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-http-options.dir/link.d" + "CMakeFiles/curl-example-http-options.dir/http-options.c.o" + "CMakeFiles/curl-example-http-options.dir/http-options.c.o.d" + "http-options" + "http-options.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-http-options.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/compiler_depend.make new file mode 100644 index 00000000..ca572652 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-http-options. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/compiler_depend.ts new file mode 100644 index 00000000..3d7ec76d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-http-options. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/depend.make new file mode 100644 index 00000000..8e2e4a28 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-http-options. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/link.txt new file mode 100644 index 00000000..6b196865 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-http-options.dir/link.d "CMakeFiles/curl-example-http-options.dir/http-options.c.o" -o http-options ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/DependInfo.cmake new file mode 100644 index 00000000..e486cf6b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/http-post.c" "external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.o.d" + "" "external/curl/docs/examples/http-post" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make new file mode 100644 index 00000000..7ccaa7fd --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/http-post.c +external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.o -MF CMakeFiles/curl-example-http-post.dir/http-post.c.o.d -o CMakeFiles/curl-example-http-post.dir/http-post.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/http-post.c + +external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-http-post.dir/http-post.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/http-post.c > CMakeFiles/curl-example-http-post.dir/http-post.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-http-post.dir/http-post.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/http-post.c -o CMakeFiles/curl-example-http-post.dir/http-post.c.s + +# Object files for target curl-example-http-post +curl__example__http__post_OBJECTS = \ +"CMakeFiles/curl-example-http-post.dir/http-post.c.o" + +# External object files for target curl-example-http-post +curl__example__http__post_EXTERNAL_OBJECTS = + +external/curl/docs/examples/http-post: external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.o +external/curl/docs/examples/http-post: external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make +external/curl/docs/examples/http-post: external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/compiler_depend.ts +external/curl/docs/examples/http-post: external/curl/lib/libcurl.a +external/curl/docs/examples/http-post: /usr/lib/libz.so +external/curl/docs/examples/http-post: external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable http-post" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-http-post.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build: external/curl/docs/examples/http-post +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-http-post.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/cmake_clean.cmake new file mode 100644 index 00000000..68e94791 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-http-post.dir/link.d" + "CMakeFiles/curl-example-http-post.dir/http-post.c.o" + "CMakeFiles/curl-example-http-post.dir/http-post.c.o.d" + "http-post" + "http-post.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-http-post.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/compiler_depend.make new file mode 100644 index 00000000..39af78de --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-http-post. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/compiler_depend.ts new file mode 100644 index 00000000..d54bab83 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-http-post. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/depend.make new file mode 100644 index 00000000..38744330 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-http-post. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/link.txt new file mode 100644 index 00000000..2f14638a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-http-post.dir/link.d "CMakeFiles/curl-example-http-post.dir/http-post.c.o" -o http-post ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/DependInfo.cmake new file mode 100644 index 00000000..ba69798c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/http2-download.c" "external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.o.d" + "" "external/curl/docs/examples/http2-download" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make new file mode 100644 index 00000000..c32d0b3b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-download.c +external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.o -MF CMakeFiles/curl-example-http2-download.dir/http2-download.c.o.d -o CMakeFiles/curl-example-http2-download.dir/http2-download.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-download.c + +external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-http2-download.dir/http2-download.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-download.c > CMakeFiles/curl-example-http2-download.dir/http2-download.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-http2-download.dir/http2-download.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-download.c -o CMakeFiles/curl-example-http2-download.dir/http2-download.c.s + +# Object files for target curl-example-http2-download +curl__example__http2__download_OBJECTS = \ +"CMakeFiles/curl-example-http2-download.dir/http2-download.c.o" + +# External object files for target curl-example-http2-download +curl__example__http2__download_EXTERNAL_OBJECTS = + +external/curl/docs/examples/http2-download: external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.o +external/curl/docs/examples/http2-download: external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make +external/curl/docs/examples/http2-download: external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/compiler_depend.ts +external/curl/docs/examples/http2-download: external/curl/lib/libcurl.a +external/curl/docs/examples/http2-download: /usr/lib/libz.so +external/curl/docs/examples/http2-download: external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable http2-download" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-http2-download.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build: external/curl/docs/examples/http2-download +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-http2-download.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/cmake_clean.cmake new file mode 100644 index 00000000..38cf020b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-http2-download.dir/link.d" + "CMakeFiles/curl-example-http2-download.dir/http2-download.c.o" + "CMakeFiles/curl-example-http2-download.dir/http2-download.c.o.d" + "http2-download" + "http2-download.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-http2-download.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/compiler_depend.make new file mode 100644 index 00000000..f1471ef6 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-http2-download. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/compiler_depend.ts new file mode 100644 index 00000000..14067f1e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-http2-download. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/depend.make new file mode 100644 index 00000000..55cc7a33 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-http2-download. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/link.txt new file mode 100644 index 00000000..4cda0e5c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-http2-download.dir/link.d "CMakeFiles/curl-example-http2-download.dir/http2-download.c.o" -o http2-download ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/DependInfo.cmake new file mode 100644 index 00000000..b40b1591 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/http2-pushinmemory.c" "external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o.d" + "" "external/curl/docs/examples/http2-pushinmemory" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make new file mode 100644 index 00000000..f63bb42a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-pushinmemory.c +external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o -MF CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o.d -o CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-pushinmemory.c + +external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-pushinmemory.c > CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-pushinmemory.c -o CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.s + +# Object files for target curl-example-http2-pushinmemory +curl__example__http2__pushinmemory_OBJECTS = \ +"CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o" + +# External object files for target curl-example-http2-pushinmemory +curl__example__http2__pushinmemory_EXTERNAL_OBJECTS = + +external/curl/docs/examples/http2-pushinmemory: external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o +external/curl/docs/examples/http2-pushinmemory: external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make +external/curl/docs/examples/http2-pushinmemory: external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/compiler_depend.ts +external/curl/docs/examples/http2-pushinmemory: external/curl/lib/libcurl.a +external/curl/docs/examples/http2-pushinmemory: /usr/lib/libz.so +external/curl/docs/examples/http2-pushinmemory: external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable http2-pushinmemory" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-http2-pushinmemory.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build: external/curl/docs/examples/http2-pushinmemory +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-http2-pushinmemory.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/cmake_clean.cmake new file mode 100644 index 00000000..68efa2e4 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-http2-pushinmemory.dir/link.d" + "CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o" + "CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o.d" + "http2-pushinmemory" + "http2-pushinmemory.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-http2-pushinmemory.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/compiler_depend.make new file mode 100644 index 00000000..f85bc1e8 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-http2-pushinmemory. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/compiler_depend.ts new file mode 100644 index 00000000..9b4124fc --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-http2-pushinmemory. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/depend.make new file mode 100644 index 00000000..d0d690d8 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-http2-pushinmemory. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/link.txt new file mode 100644 index 00000000..8d13208e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-http2-pushinmemory.dir/link.d "CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o" -o http2-pushinmemory ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/DependInfo.cmake new file mode 100644 index 00000000..c9411b76 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/http2-serverpush.c" "external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o.d" + "" "external/curl/docs/examples/http2-serverpush" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make new file mode 100644 index 00000000..18ba23a7 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-serverpush.c +external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o -MF CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o.d -o CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-serverpush.c + +external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-serverpush.c > CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-serverpush.c -o CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.s + +# Object files for target curl-example-http2-serverpush +curl__example__http2__serverpush_OBJECTS = \ +"CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o" + +# External object files for target curl-example-http2-serverpush +curl__example__http2__serverpush_EXTERNAL_OBJECTS = + +external/curl/docs/examples/http2-serverpush: external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o +external/curl/docs/examples/http2-serverpush: external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make +external/curl/docs/examples/http2-serverpush: external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/compiler_depend.ts +external/curl/docs/examples/http2-serverpush: external/curl/lib/libcurl.a +external/curl/docs/examples/http2-serverpush: /usr/lib/libz.so +external/curl/docs/examples/http2-serverpush: external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable http2-serverpush" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-http2-serverpush.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build: external/curl/docs/examples/http2-serverpush +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-http2-serverpush.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/cmake_clean.cmake new file mode 100644 index 00000000..2fc751b6 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-http2-serverpush.dir/link.d" + "CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o" + "CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o.d" + "http2-serverpush" + "http2-serverpush.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-http2-serverpush.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/compiler_depend.make new file mode 100644 index 00000000..6d94ed2e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-http2-serverpush. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/compiler_depend.ts new file mode 100644 index 00000000..c4132188 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-http2-serverpush. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/depend.make new file mode 100644 index 00000000..645dff66 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-http2-serverpush. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/link.txt new file mode 100644 index 00000000..8ab00ea0 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-http2-serverpush.dir/link.d "CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o" -o http2-serverpush ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/DependInfo.cmake new file mode 100644 index 00000000..00a4cac4 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/http2-upload.c" "external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o.d" + "" "external/curl/docs/examples/http2-upload" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make new file mode 100644 index 00000000..aafdeec8 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-upload.c +external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o -MF CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o.d -o CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-upload.c + +external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-upload.c > CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-upload.c -o CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.s + +# Object files for target curl-example-http2-upload +curl__example__http2__upload_OBJECTS = \ +"CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o" + +# External object files for target curl-example-http2-upload +curl__example__http2__upload_EXTERNAL_OBJECTS = + +external/curl/docs/examples/http2-upload: external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o +external/curl/docs/examples/http2-upload: external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make +external/curl/docs/examples/http2-upload: external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/compiler_depend.ts +external/curl/docs/examples/http2-upload: external/curl/lib/libcurl.a +external/curl/docs/examples/http2-upload: /usr/lib/libz.so +external/curl/docs/examples/http2-upload: external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable http2-upload" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-http2-upload.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build: external/curl/docs/examples/http2-upload +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-http2-upload.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/cmake_clean.cmake new file mode 100644 index 00000000..d121cb58 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-http2-upload.dir/link.d" + "CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o" + "CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o.d" + "http2-upload" + "http2-upload.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-http2-upload.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/compiler_depend.make new file mode 100644 index 00000000..4c094aa0 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-http2-upload. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/compiler_depend.ts new file mode 100644 index 00000000..d4b994f0 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-http2-upload. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/depend.make new file mode 100644 index 00000000..8cecf7c1 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-http2-upload. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/link.txt new file mode 100644 index 00000000..d3777019 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-http2-upload.dir/link.d "CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o" -o http2-upload ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/DependInfo.cmake new file mode 100644 index 00000000..a4d6fe56 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/http3-present.c" "external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.o.d" + "" "external/curl/docs/examples/http3-present" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make new file mode 100644 index 00000000..74538358 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/http3-present.c +external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.o -MF CMakeFiles/curl-example-http3-present.dir/http3-present.c.o.d -o CMakeFiles/curl-example-http3-present.dir/http3-present.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/http3-present.c + +external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-http3-present.dir/http3-present.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/http3-present.c > CMakeFiles/curl-example-http3-present.dir/http3-present.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-http3-present.dir/http3-present.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/http3-present.c -o CMakeFiles/curl-example-http3-present.dir/http3-present.c.s + +# Object files for target curl-example-http3-present +curl__example__http3__present_OBJECTS = \ +"CMakeFiles/curl-example-http3-present.dir/http3-present.c.o" + +# External object files for target curl-example-http3-present +curl__example__http3__present_EXTERNAL_OBJECTS = + +external/curl/docs/examples/http3-present: external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.o +external/curl/docs/examples/http3-present: external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make +external/curl/docs/examples/http3-present: external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/compiler_depend.ts +external/curl/docs/examples/http3-present: external/curl/lib/libcurl.a +external/curl/docs/examples/http3-present: /usr/lib/libz.so +external/curl/docs/examples/http3-present: external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable http3-present" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-http3-present.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build: external/curl/docs/examples/http3-present +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-http3-present.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/cmake_clean.cmake new file mode 100644 index 00000000..9748d491 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-http3-present.dir/link.d" + "CMakeFiles/curl-example-http3-present.dir/http3-present.c.o" + "CMakeFiles/curl-example-http3-present.dir/http3-present.c.o.d" + "http3-present" + "http3-present.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-http3-present.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/compiler_depend.make new file mode 100644 index 00000000..9f82b21d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-http3-present. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/compiler_depend.ts new file mode 100644 index 00000000..36694608 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-http3-present. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/depend.make new file mode 100644 index 00000000..28ce25ee --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-http3-present. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/link.txt new file mode 100644 index 00000000..e6dfef35 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-http3-present.dir/link.d "CMakeFiles/curl-example-http3-present.dir/http3-present.c.o" -o http3-present ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/progress.make new file mode 100644 index 00000000..26e5b21c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 37 +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/DependInfo.cmake new file mode 100644 index 00000000..22558bfa --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/http3.c" "external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.o.d" + "" "external/curl/docs/examples/http3" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make new file mode 100644 index 00000000..d3892b21 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/http3.c +external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.o -MF CMakeFiles/curl-example-http3.dir/http3.c.o.d -o CMakeFiles/curl-example-http3.dir/http3.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/http3.c + +external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-http3.dir/http3.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/http3.c > CMakeFiles/curl-example-http3.dir/http3.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-http3.dir/http3.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/http3.c -o CMakeFiles/curl-example-http3.dir/http3.c.s + +# Object files for target curl-example-http3 +curl__example__http3_OBJECTS = \ +"CMakeFiles/curl-example-http3.dir/http3.c.o" + +# External object files for target curl-example-http3 +curl__example__http3_EXTERNAL_OBJECTS = + +external/curl/docs/examples/http3: external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.o +external/curl/docs/examples/http3: external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make +external/curl/docs/examples/http3: external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/compiler_depend.ts +external/curl/docs/examples/http3: external/curl/lib/libcurl.a +external/curl/docs/examples/http3: /usr/lib/libz.so +external/curl/docs/examples/http3: external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable http3" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-http3.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build: external/curl/docs/examples/http3 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-http3.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/cmake_clean.cmake new file mode 100644 index 00000000..4b59bb4e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-http3.dir/link.d" + "CMakeFiles/curl-example-http3.dir/http3.c.o" + "CMakeFiles/curl-example-http3.dir/http3.c.o.d" + "http3" + "http3.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-http3.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/compiler_depend.make new file mode 100644 index 00000000..1c2aacd0 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-http3. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/compiler_depend.ts new file mode 100644 index 00000000..9b4a2373 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-http3. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/depend.make new file mode 100644 index 00000000..673bf793 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-http3. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/link.txt new file mode 100644 index 00000000..b37ea6fc --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-http3.dir/link.d "CMakeFiles/curl-example-http3.dir/http3.c.o" -o http3 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/DependInfo.cmake new file mode 100644 index 00000000..f5bdf53e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/httpcustomheader.c" "external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o.d" + "" "external/curl/docs/examples/httpcustomheader" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make new file mode 100644 index 00000000..e4af38c3 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o: external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/httpcustomheader.c +external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o: external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o -MF CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o.d -o CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/httpcustomheader.c + +external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/httpcustomheader.c > CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/httpcustomheader.c -o CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.s + +# Object files for target curl-example-httpcustomheader +curl__example__httpcustomheader_OBJECTS = \ +"CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o" + +# External object files for target curl-example-httpcustomheader +curl__example__httpcustomheader_EXTERNAL_OBJECTS = + +external/curl/docs/examples/httpcustomheader: external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o +external/curl/docs/examples/httpcustomheader: external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make +external/curl/docs/examples/httpcustomheader: external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/compiler_depend.ts +external/curl/docs/examples/httpcustomheader: external/curl/lib/libcurl.a +external/curl/docs/examples/httpcustomheader: /usr/lib/libz.so +external/curl/docs/examples/httpcustomheader: external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable httpcustomheader" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-httpcustomheader.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build: external/curl/docs/examples/httpcustomheader +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-httpcustomheader.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/cmake_clean.cmake new file mode 100644 index 00000000..9c91010f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-httpcustomheader.dir/link.d" + "CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o" + "CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o.d" + "httpcustomheader" + "httpcustomheader.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-httpcustomheader.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/compiler_depend.make new file mode 100644 index 00000000..95fc3c9d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-httpcustomheader. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/compiler_depend.ts new file mode 100644 index 00000000..6c44b1be --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-httpcustomheader. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/depend.make new file mode 100644 index 00000000..e4d52601 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-httpcustomheader. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/link.txt new file mode 100644 index 00000000..2e76dc6a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-httpcustomheader.dir/link.d "CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o" -o httpcustomheader ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/DependInfo.cmake new file mode 100644 index 00000000..31fe14cf --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/httpput-postfields.c" "external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o.d" + "" "external/curl/docs/examples/httpput-postfields" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make new file mode 100644 index 00000000..c11b2413 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o: external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/httpput-postfields.c +external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o: external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o -MF CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o.d -o CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/httpput-postfields.c + +external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/httpput-postfields.c > CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/httpput-postfields.c -o CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.s + +# Object files for target curl-example-httpput-postfields +curl__example__httpput__postfields_OBJECTS = \ +"CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o" + +# External object files for target curl-example-httpput-postfields +curl__example__httpput__postfields_EXTERNAL_OBJECTS = + +external/curl/docs/examples/httpput-postfields: external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o +external/curl/docs/examples/httpput-postfields: external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make +external/curl/docs/examples/httpput-postfields: external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/compiler_depend.ts +external/curl/docs/examples/httpput-postfields: external/curl/lib/libcurl.a +external/curl/docs/examples/httpput-postfields: /usr/lib/libz.so +external/curl/docs/examples/httpput-postfields: external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable httpput-postfields" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-httpput-postfields.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build: external/curl/docs/examples/httpput-postfields +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-httpput-postfields.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/cmake_clean.cmake new file mode 100644 index 00000000..80615c8b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-httpput-postfields.dir/link.d" + "CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o" + "CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o.d" + "httpput-postfields" + "httpput-postfields.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-httpput-postfields.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/compiler_depend.make new file mode 100644 index 00000000..9ac88164 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-httpput-postfields. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/compiler_depend.ts new file mode 100644 index 00000000..80b3b58a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-httpput-postfields. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/depend.make new file mode 100644 index 00000000..2cdc307d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-httpput-postfields. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/link.txt new file mode 100644 index 00000000..f894eb3f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-httpput-postfields.dir/link.d "CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o" -o httpput-postfields ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/DependInfo.cmake new file mode 100644 index 00000000..3d173377 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/httpput.c" "external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.o.d" + "" "external/curl/docs/examples/httpput" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make new file mode 100644 index 00000000..3de659c8 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.o: external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/httpput.c +external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.o: external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.o -MF CMakeFiles/curl-example-httpput.dir/httpput.c.o.d -o CMakeFiles/curl-example-httpput.dir/httpput.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/httpput.c + +external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-httpput.dir/httpput.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/httpput.c > CMakeFiles/curl-example-httpput.dir/httpput.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-httpput.dir/httpput.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/httpput.c -o CMakeFiles/curl-example-httpput.dir/httpput.c.s + +# Object files for target curl-example-httpput +curl__example__httpput_OBJECTS = \ +"CMakeFiles/curl-example-httpput.dir/httpput.c.o" + +# External object files for target curl-example-httpput +curl__example__httpput_EXTERNAL_OBJECTS = + +external/curl/docs/examples/httpput: external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.o +external/curl/docs/examples/httpput: external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make +external/curl/docs/examples/httpput: external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/compiler_depend.ts +external/curl/docs/examples/httpput: external/curl/lib/libcurl.a +external/curl/docs/examples/httpput: /usr/lib/libz.so +external/curl/docs/examples/httpput: external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable httpput" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-httpput.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build: external/curl/docs/examples/httpput +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-httpput.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/cmake_clean.cmake new file mode 100644 index 00000000..7921ea92 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-httpput.dir/link.d" + "CMakeFiles/curl-example-httpput.dir/httpput.c.o" + "CMakeFiles/curl-example-httpput.dir/httpput.c.o.d" + "httpput" + "httpput.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-httpput.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/compiler_depend.make new file mode 100644 index 00000000..878897ae --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-httpput. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/compiler_depend.ts new file mode 100644 index 00000000..9f738f36 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-httpput. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/depend.make new file mode 100644 index 00000000..349b55f3 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-httpput. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/link.txt new file mode 100644 index 00000000..a08fe5a1 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-httpput.dir/link.d "CMakeFiles/curl-example-httpput.dir/httpput.c.o" -o httpput ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/DependInfo.cmake new file mode 100644 index 00000000..985436a9 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/https.c" "external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.o.d" + "" "external/curl/docs/examples/https" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-https.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make new file mode 100644 index 00000000..6f3707f2 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-https.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-https.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-https.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-https.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-https.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-https.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.o: external/curl/docs/examples/CMakeFiles/curl-example-https.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/https.c +external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.o: external/curl/docs/examples/CMakeFiles/curl-example-https.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.o -MF CMakeFiles/curl-example-https.dir/https.c.o.d -o CMakeFiles/curl-example-https.dir/https.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/https.c + +external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-https.dir/https.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/https.c > CMakeFiles/curl-example-https.dir/https.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-https.dir/https.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/https.c -o CMakeFiles/curl-example-https.dir/https.c.s + +# Object files for target curl-example-https +curl__example__https_OBJECTS = \ +"CMakeFiles/curl-example-https.dir/https.c.o" + +# External object files for target curl-example-https +curl__example__https_EXTERNAL_OBJECTS = + +external/curl/docs/examples/https: external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.o +external/curl/docs/examples/https: external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make +external/curl/docs/examples/https: external/curl/docs/examples/CMakeFiles/curl-example-https.dir/compiler_depend.ts +external/curl/docs/examples/https: external/curl/lib/libcurl.a +external/curl/docs/examples/https: /usr/lib/libz.so +external/curl/docs/examples/https: external/curl/docs/examples/CMakeFiles/curl-example-https.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable https" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-https.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build: external/curl/docs/examples/https +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-https.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-https.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-https.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-https.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-https.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/cmake_clean.cmake new file mode 100644 index 00000000..e2995548 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-https.dir/link.d" + "CMakeFiles/curl-example-https.dir/https.c.o" + "CMakeFiles/curl-example-https.dir/https.c.o.d" + "https" + "https.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-https.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/compiler_depend.make new file mode 100644 index 00000000..e6b8bdfe --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-https. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/compiler_depend.ts new file mode 100644 index 00000000..4bda42e9 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-https. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/depend.make new file mode 100644 index 00000000..60aa1237 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-https. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/link.txt new file mode 100644 index 00000000..133b0182 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-https.dir/link.d "CMakeFiles/curl-example-https.dir/https.c.o" -o https ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/DependInfo.cmake new file mode 100644 index 00000000..4e5955a0 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-append.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.o.d" + "" "external/curl/docs/examples/imap-append" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make new file mode 100644 index 00000000..c1bb06a4 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-append.c +external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.o -MF CMakeFiles/curl-example-imap-append.dir/imap-append.c.o.d -o CMakeFiles/curl-example-imap-append.dir/imap-append.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-append.c + +external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-append.dir/imap-append.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-append.c > CMakeFiles/curl-example-imap-append.dir/imap-append.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-append.dir/imap-append.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-append.c -o CMakeFiles/curl-example-imap-append.dir/imap-append.c.s + +# Object files for target curl-example-imap-append +curl__example__imap__append_OBJECTS = \ +"CMakeFiles/curl-example-imap-append.dir/imap-append.c.o" + +# External object files for target curl-example-imap-append +curl__example__imap__append_EXTERNAL_OBJECTS = + +external/curl/docs/examples/imap-append: external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.o +external/curl/docs/examples/imap-append: external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make +external/curl/docs/examples/imap-append: external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/compiler_depend.ts +external/curl/docs/examples/imap-append: external/curl/lib/libcurl.a +external/curl/docs/examples/imap-append: /usr/lib/libz.so +external/curl/docs/examples/imap-append: external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-append" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-append.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build: external/curl/docs/examples/imap-append +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-append.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/cmake_clean.cmake new file mode 100644 index 00000000..2b4cea54 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-imap-append.dir/link.d" + "CMakeFiles/curl-example-imap-append.dir/imap-append.c.o" + "CMakeFiles/curl-example-imap-append.dir/imap-append.c.o.d" + "imap-append" + "imap-append.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-imap-append.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/compiler_depend.make new file mode 100644 index 00000000..513de21f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-imap-append. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/compiler_depend.ts new file mode 100644 index 00000000..faad483d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-imap-append. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/depend.make new file mode 100644 index 00000000..b105dc46 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-imap-append. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/link.txt new file mode 100644 index 00000000..cf4e886e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-append.dir/link.d "CMakeFiles/curl-example-imap-append.dir/imap-append.c.o" -o imap-append ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/DependInfo.cmake new file mode 100644 index 00000000..ffcd6402 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-authzid.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o.d" + "" "external/curl/docs/examples/imap-authzid" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make new file mode 100644 index 00000000..177d959f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-authzid.c +external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o -MF CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o.d -o CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-authzid.c + +external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-authzid.c > CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-authzid.c -o CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.s + +# Object files for target curl-example-imap-authzid +curl__example__imap__authzid_OBJECTS = \ +"CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o" + +# External object files for target curl-example-imap-authzid +curl__example__imap__authzid_EXTERNAL_OBJECTS = + +external/curl/docs/examples/imap-authzid: external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o +external/curl/docs/examples/imap-authzid: external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make +external/curl/docs/examples/imap-authzid: external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/compiler_depend.ts +external/curl/docs/examples/imap-authzid: external/curl/lib/libcurl.a +external/curl/docs/examples/imap-authzid: /usr/lib/libz.so +external/curl/docs/examples/imap-authzid: external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-authzid" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-authzid.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build: external/curl/docs/examples/imap-authzid +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-authzid.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/cmake_clean.cmake new file mode 100644 index 00000000..3a0f1fea --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-imap-authzid.dir/link.d" + "CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o" + "CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o.d" + "imap-authzid" + "imap-authzid.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-imap-authzid.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/compiler_depend.make new file mode 100644 index 00000000..3dcba8fc --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-imap-authzid. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/compiler_depend.ts new file mode 100644 index 00000000..03da364f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-imap-authzid. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/depend.make new file mode 100644 index 00000000..5cf5806a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-imap-authzid. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/link.txt new file mode 100644 index 00000000..61da564e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-authzid.dir/link.d "CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o" -o imap-authzid ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/DependInfo.cmake new file mode 100644 index 00000000..d02f4ca8 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-copy.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o.d" + "" "external/curl/docs/examples/imap-copy" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make new file mode 100644 index 00000000..7266255c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-copy.c +external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o -MF CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o.d -o CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-copy.c + +external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-copy.c > CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-copy.c -o CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.s + +# Object files for target curl-example-imap-copy +curl__example__imap__copy_OBJECTS = \ +"CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o" + +# External object files for target curl-example-imap-copy +curl__example__imap__copy_EXTERNAL_OBJECTS = + +external/curl/docs/examples/imap-copy: external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o +external/curl/docs/examples/imap-copy: external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make +external/curl/docs/examples/imap-copy: external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/compiler_depend.ts +external/curl/docs/examples/imap-copy: external/curl/lib/libcurl.a +external/curl/docs/examples/imap-copy: /usr/lib/libz.so +external/curl/docs/examples/imap-copy: external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-copy" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-copy.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build: external/curl/docs/examples/imap-copy +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-copy.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/cmake_clean.cmake new file mode 100644 index 00000000..f920eb20 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-imap-copy.dir/link.d" + "CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o" + "CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o.d" + "imap-copy" + "imap-copy.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-imap-copy.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/compiler_depend.make new file mode 100644 index 00000000..947cfa37 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-imap-copy. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/compiler_depend.ts new file mode 100644 index 00000000..1d2b5d2f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-imap-copy. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/depend.make new file mode 100644 index 00000000..f70ec0ca --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-imap-copy. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/link.txt new file mode 100644 index 00000000..0baa6df9 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-copy.dir/link.d "CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o" -o imap-copy ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/DependInfo.cmake new file mode 100644 index 00000000..4468fe97 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-create.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.o.d" + "" "external/curl/docs/examples/imap-create" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make new file mode 100644 index 00000000..ea6d805d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-create.c +external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.o -MF CMakeFiles/curl-example-imap-create.dir/imap-create.c.o.d -o CMakeFiles/curl-example-imap-create.dir/imap-create.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-create.c + +external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-create.dir/imap-create.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-create.c > CMakeFiles/curl-example-imap-create.dir/imap-create.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-create.dir/imap-create.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-create.c -o CMakeFiles/curl-example-imap-create.dir/imap-create.c.s + +# Object files for target curl-example-imap-create +curl__example__imap__create_OBJECTS = \ +"CMakeFiles/curl-example-imap-create.dir/imap-create.c.o" + +# External object files for target curl-example-imap-create +curl__example__imap__create_EXTERNAL_OBJECTS = + +external/curl/docs/examples/imap-create: external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.o +external/curl/docs/examples/imap-create: external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make +external/curl/docs/examples/imap-create: external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/compiler_depend.ts +external/curl/docs/examples/imap-create: external/curl/lib/libcurl.a +external/curl/docs/examples/imap-create: /usr/lib/libz.so +external/curl/docs/examples/imap-create: external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-create" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-create.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build: external/curl/docs/examples/imap-create +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-create.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/cmake_clean.cmake new file mode 100644 index 00000000..8e7ee768 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-imap-create.dir/link.d" + "CMakeFiles/curl-example-imap-create.dir/imap-create.c.o" + "CMakeFiles/curl-example-imap-create.dir/imap-create.c.o.d" + "imap-create" + "imap-create.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-imap-create.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/compiler_depend.make new file mode 100644 index 00000000..152cb9b4 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-imap-create. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/compiler_depend.ts new file mode 100644 index 00000000..b8ca0f83 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-imap-create. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/depend.make new file mode 100644 index 00000000..844c76f1 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-imap-create. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/link.txt new file mode 100644 index 00000000..df986d72 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-create.dir/link.d "CMakeFiles/curl-example-imap-create.dir/imap-create.c.o" -o imap-create ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/DependInfo.cmake new file mode 100644 index 00000000..c85513e7 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-delete.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o.d" + "" "external/curl/docs/examples/imap-delete" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make new file mode 100644 index 00000000..ce4106a0 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-delete.c +external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o -MF CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o.d -o CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-delete.c + +external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-delete.c > CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-delete.c -o CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.s + +# Object files for target curl-example-imap-delete +curl__example__imap__delete_OBJECTS = \ +"CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o" + +# External object files for target curl-example-imap-delete +curl__example__imap__delete_EXTERNAL_OBJECTS = + +external/curl/docs/examples/imap-delete: external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o +external/curl/docs/examples/imap-delete: external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make +external/curl/docs/examples/imap-delete: external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/compiler_depend.ts +external/curl/docs/examples/imap-delete: external/curl/lib/libcurl.a +external/curl/docs/examples/imap-delete: /usr/lib/libz.so +external/curl/docs/examples/imap-delete: external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-delete" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-delete.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build: external/curl/docs/examples/imap-delete +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-delete.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/cmake_clean.cmake new file mode 100644 index 00000000..b50514bd --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-imap-delete.dir/link.d" + "CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o" + "CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o.d" + "imap-delete" + "imap-delete.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-imap-delete.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/compiler_depend.make new file mode 100644 index 00000000..61b9080f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-imap-delete. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/compiler_depend.ts new file mode 100644 index 00000000..752f5c56 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-imap-delete. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/depend.make new file mode 100644 index 00000000..2ef808a2 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-imap-delete. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/link.txt new file mode 100644 index 00000000..e388f08d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-delete.dir/link.d "CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o" -o imap-delete ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/DependInfo.cmake new file mode 100644 index 00000000..12a59e85 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-examine.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o.d" + "" "external/curl/docs/examples/imap-examine" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make new file mode 100644 index 00000000..1df8cbf7 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-examine.c +external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o -MF CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o.d -o CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-examine.c + +external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-examine.c > CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-examine.c -o CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.s + +# Object files for target curl-example-imap-examine +curl__example__imap__examine_OBJECTS = \ +"CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o" + +# External object files for target curl-example-imap-examine +curl__example__imap__examine_EXTERNAL_OBJECTS = + +external/curl/docs/examples/imap-examine: external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o +external/curl/docs/examples/imap-examine: external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make +external/curl/docs/examples/imap-examine: external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/compiler_depend.ts +external/curl/docs/examples/imap-examine: external/curl/lib/libcurl.a +external/curl/docs/examples/imap-examine: /usr/lib/libz.so +external/curl/docs/examples/imap-examine: external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-examine" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-examine.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build: external/curl/docs/examples/imap-examine +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-examine.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/cmake_clean.cmake new file mode 100644 index 00000000..7283aa23 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-imap-examine.dir/link.d" + "CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o" + "CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o.d" + "imap-examine" + "imap-examine.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-imap-examine.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/compiler_depend.make new file mode 100644 index 00000000..82ca6b9b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-imap-examine. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/compiler_depend.ts new file mode 100644 index 00000000..e59644f1 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-imap-examine. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/depend.make new file mode 100644 index 00000000..7927252b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-imap-examine. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/link.txt new file mode 100644 index 00000000..03b06a8d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-examine.dir/link.d "CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o" -o imap-examine ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/DependInfo.cmake new file mode 100644 index 00000000..e4be7661 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-fetch.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o.d" + "" "external/curl/docs/examples/imap-fetch" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make new file mode 100644 index 00000000..4c4fec8e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-fetch.c +external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o -MF CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o.d -o CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-fetch.c + +external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-fetch.c > CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-fetch.c -o CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.s + +# Object files for target curl-example-imap-fetch +curl__example__imap__fetch_OBJECTS = \ +"CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o" + +# External object files for target curl-example-imap-fetch +curl__example__imap__fetch_EXTERNAL_OBJECTS = + +external/curl/docs/examples/imap-fetch: external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o +external/curl/docs/examples/imap-fetch: external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make +external/curl/docs/examples/imap-fetch: external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/compiler_depend.ts +external/curl/docs/examples/imap-fetch: external/curl/lib/libcurl.a +external/curl/docs/examples/imap-fetch: /usr/lib/libz.so +external/curl/docs/examples/imap-fetch: external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-fetch" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-fetch.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build: external/curl/docs/examples/imap-fetch +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-fetch.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/cmake_clean.cmake new file mode 100644 index 00000000..bc3bea7c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-imap-fetch.dir/link.d" + "CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o" + "CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o.d" + "imap-fetch" + "imap-fetch.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-imap-fetch.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/compiler_depend.make new file mode 100644 index 00000000..7e22d2d1 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-imap-fetch. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/compiler_depend.ts new file mode 100644 index 00000000..b8a693d4 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-imap-fetch. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/depend.make new file mode 100644 index 00000000..3829ab2a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-imap-fetch. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/link.txt new file mode 100644 index 00000000..e7f93449 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-fetch.dir/link.d "CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o" -o imap-fetch ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/DependInfo.cmake new file mode 100644 index 00000000..a0b856ab --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-list.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.o.d" + "" "external/curl/docs/examples/imap-list" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make new file mode 100644 index 00000000..73a90894 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-list.c +external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.o -MF CMakeFiles/curl-example-imap-list.dir/imap-list.c.o.d -o CMakeFiles/curl-example-imap-list.dir/imap-list.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-list.c + +external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-list.dir/imap-list.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-list.c > CMakeFiles/curl-example-imap-list.dir/imap-list.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-list.dir/imap-list.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-list.c -o CMakeFiles/curl-example-imap-list.dir/imap-list.c.s + +# Object files for target curl-example-imap-list +curl__example__imap__list_OBJECTS = \ +"CMakeFiles/curl-example-imap-list.dir/imap-list.c.o" + +# External object files for target curl-example-imap-list +curl__example__imap__list_EXTERNAL_OBJECTS = + +external/curl/docs/examples/imap-list: external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.o +external/curl/docs/examples/imap-list: external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make +external/curl/docs/examples/imap-list: external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/compiler_depend.ts +external/curl/docs/examples/imap-list: external/curl/lib/libcurl.a +external/curl/docs/examples/imap-list: /usr/lib/libz.so +external/curl/docs/examples/imap-list: external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-list" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-list.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build: external/curl/docs/examples/imap-list +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-list.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/cmake_clean.cmake new file mode 100644 index 00000000..bf682ec4 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-imap-list.dir/link.d" + "CMakeFiles/curl-example-imap-list.dir/imap-list.c.o" + "CMakeFiles/curl-example-imap-list.dir/imap-list.c.o.d" + "imap-list" + "imap-list.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-imap-list.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/compiler_depend.make new file mode 100644 index 00000000..d6246542 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-imap-list. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/compiler_depend.ts new file mode 100644 index 00000000..75de40d8 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-imap-list. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/depend.make new file mode 100644 index 00000000..d6fa9092 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-imap-list. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/link.txt new file mode 100644 index 00000000..42b5befd --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-list.dir/link.d "CMakeFiles/curl-example-imap-list.dir/imap-list.c.o" -o imap-list ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/DependInfo.cmake new file mode 100644 index 00000000..61c6764a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-lsub.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o.d" + "" "external/curl/docs/examples/imap-lsub" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make new file mode 100644 index 00000000..907f3660 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-lsub.c +external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o -MF CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o.d -o CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-lsub.c + +external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-lsub.c > CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-lsub.c -o CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.s + +# Object files for target curl-example-imap-lsub +curl__example__imap__lsub_OBJECTS = \ +"CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o" + +# External object files for target curl-example-imap-lsub +curl__example__imap__lsub_EXTERNAL_OBJECTS = + +external/curl/docs/examples/imap-lsub: external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o +external/curl/docs/examples/imap-lsub: external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make +external/curl/docs/examples/imap-lsub: external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/compiler_depend.ts +external/curl/docs/examples/imap-lsub: external/curl/lib/libcurl.a +external/curl/docs/examples/imap-lsub: /usr/lib/libz.so +external/curl/docs/examples/imap-lsub: external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-lsub" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-lsub.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build: external/curl/docs/examples/imap-lsub +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-lsub.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/cmake_clean.cmake new file mode 100644 index 00000000..73eba49c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-imap-lsub.dir/link.d" + "CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o" + "CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o.d" + "imap-lsub" + "imap-lsub.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-imap-lsub.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/compiler_depend.make new file mode 100644 index 00000000..462e2ddb --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-imap-lsub. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/compiler_depend.ts new file mode 100644 index 00000000..35d1dae0 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-imap-lsub. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/depend.make new file mode 100644 index 00000000..55927bb7 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-imap-lsub. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/link.txt new file mode 100644 index 00000000..2c7920d9 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-lsub.dir/link.d "CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o" -o imap-lsub ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/DependInfo.cmake new file mode 100644 index 00000000..096f0822 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-multi.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o.d" + "" "external/curl/docs/examples/imap-multi" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make new file mode 100644 index 00000000..0b465f6d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-multi.c +external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o -MF CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o.d -o CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-multi.c + +external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-multi.c > CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-multi.c -o CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.s + +# Object files for target curl-example-imap-multi +curl__example__imap__multi_OBJECTS = \ +"CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o" + +# External object files for target curl-example-imap-multi +curl__example__imap__multi_EXTERNAL_OBJECTS = + +external/curl/docs/examples/imap-multi: external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o +external/curl/docs/examples/imap-multi: external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make +external/curl/docs/examples/imap-multi: external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/compiler_depend.ts +external/curl/docs/examples/imap-multi: external/curl/lib/libcurl.a +external/curl/docs/examples/imap-multi: /usr/lib/libz.so +external/curl/docs/examples/imap-multi: external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-multi" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-multi.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build: external/curl/docs/examples/imap-multi +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-multi.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/cmake_clean.cmake new file mode 100644 index 00000000..c88826e1 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-imap-multi.dir/link.d" + "CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o" + "CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o.d" + "imap-multi" + "imap-multi.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-imap-multi.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/compiler_depend.make new file mode 100644 index 00000000..7f06e34e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-imap-multi. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/compiler_depend.ts new file mode 100644 index 00000000..a35cc32b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-imap-multi. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/depend.make new file mode 100644 index 00000000..1e99913b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-imap-multi. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/link.txt new file mode 100644 index 00000000..b43788d5 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-multi.dir/link.d "CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o" -o imap-multi ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/progress.make new file mode 100644 index 00000000..6abee2c7 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 38 + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/DependInfo.cmake new file mode 100644 index 00000000..ad7604f4 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-noop.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o.d" + "" "external/curl/docs/examples/imap-noop" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make new file mode 100644 index 00000000..7b2cbea6 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-noop.c +external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o -MF CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o.d -o CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-noop.c + +external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-noop.c > CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-noop.c -o CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.s + +# Object files for target curl-example-imap-noop +curl__example__imap__noop_OBJECTS = \ +"CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o" + +# External object files for target curl-example-imap-noop +curl__example__imap__noop_EXTERNAL_OBJECTS = + +external/curl/docs/examples/imap-noop: external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o +external/curl/docs/examples/imap-noop: external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make +external/curl/docs/examples/imap-noop: external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/compiler_depend.ts +external/curl/docs/examples/imap-noop: external/curl/lib/libcurl.a +external/curl/docs/examples/imap-noop: /usr/lib/libz.so +external/curl/docs/examples/imap-noop: external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-noop" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-noop.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build: external/curl/docs/examples/imap-noop +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-noop.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/cmake_clean.cmake new file mode 100644 index 00000000..1ad50b93 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-imap-noop.dir/link.d" + "CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o" + "CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o.d" + "imap-noop" + "imap-noop.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-imap-noop.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/compiler_depend.make new file mode 100644 index 00000000..7d937c8d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-imap-noop. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/compiler_depend.ts new file mode 100644 index 00000000..910d420b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-imap-noop. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/depend.make new file mode 100644 index 00000000..899b8991 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-imap-noop. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/link.txt new file mode 100644 index 00000000..412fe8cb --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-noop.dir/link.d "CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o" -o imap-noop ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/DependInfo.cmake new file mode 100644 index 00000000..3efc6354 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-search.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.o.d" + "" "external/curl/docs/examples/imap-search" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make new file mode 100644 index 00000000..3418fc33 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-search.c +external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.o -MF CMakeFiles/curl-example-imap-search.dir/imap-search.c.o.d -o CMakeFiles/curl-example-imap-search.dir/imap-search.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-search.c + +external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-search.dir/imap-search.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-search.c > CMakeFiles/curl-example-imap-search.dir/imap-search.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-search.dir/imap-search.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-search.c -o CMakeFiles/curl-example-imap-search.dir/imap-search.c.s + +# Object files for target curl-example-imap-search +curl__example__imap__search_OBJECTS = \ +"CMakeFiles/curl-example-imap-search.dir/imap-search.c.o" + +# External object files for target curl-example-imap-search +curl__example__imap__search_EXTERNAL_OBJECTS = + +external/curl/docs/examples/imap-search: external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.o +external/curl/docs/examples/imap-search: external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make +external/curl/docs/examples/imap-search: external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/compiler_depend.ts +external/curl/docs/examples/imap-search: external/curl/lib/libcurl.a +external/curl/docs/examples/imap-search: /usr/lib/libz.so +external/curl/docs/examples/imap-search: external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-search" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-search.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build: external/curl/docs/examples/imap-search +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-search.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/cmake_clean.cmake new file mode 100644 index 00000000..c4140f39 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-imap-search.dir/link.d" + "CMakeFiles/curl-example-imap-search.dir/imap-search.c.o" + "CMakeFiles/curl-example-imap-search.dir/imap-search.c.o.d" + "imap-search" + "imap-search.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-imap-search.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/compiler_depend.make new file mode 100644 index 00000000..f6db18dd --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-imap-search. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/compiler_depend.ts new file mode 100644 index 00000000..8a5a6c68 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-imap-search. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/depend.make new file mode 100644 index 00000000..8da6b091 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-imap-search. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/link.txt new file mode 100644 index 00000000..3f1549d6 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-search.dir/link.d "CMakeFiles/curl-example-imap-search.dir/imap-search.c.o" -o imap-search ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/DependInfo.cmake new file mode 100644 index 00000000..cda7e4fd --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-ssl.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o.d" + "" "external/curl/docs/examples/imap-ssl" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make new file mode 100644 index 00000000..abe5a031 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-ssl.c +external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o -MF CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o.d -o CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-ssl.c + +external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-ssl.c > CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-ssl.c -o CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.s + +# Object files for target curl-example-imap-ssl +curl__example__imap__ssl_OBJECTS = \ +"CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o" + +# External object files for target curl-example-imap-ssl +curl__example__imap__ssl_EXTERNAL_OBJECTS = + +external/curl/docs/examples/imap-ssl: external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o +external/curl/docs/examples/imap-ssl: external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make +external/curl/docs/examples/imap-ssl: external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/compiler_depend.ts +external/curl/docs/examples/imap-ssl: external/curl/lib/libcurl.a +external/curl/docs/examples/imap-ssl: /usr/lib/libz.so +external/curl/docs/examples/imap-ssl: external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-ssl" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-ssl.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build: external/curl/docs/examples/imap-ssl +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-ssl.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/cmake_clean.cmake new file mode 100644 index 00000000..9d37654f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-imap-ssl.dir/link.d" + "CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o" + "CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o.d" + "imap-ssl" + "imap-ssl.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-imap-ssl.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/compiler_depend.make new file mode 100644 index 00000000..d7d9435b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-imap-ssl. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/compiler_depend.ts new file mode 100644 index 00000000..5124c4ed --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-imap-ssl. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/depend.make new file mode 100644 index 00000000..831bdd35 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-imap-ssl. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/link.txt new file mode 100644 index 00000000..378aee42 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-ssl.dir/link.d "CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o" -o imap-ssl ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/DependInfo.cmake new file mode 100644 index 00000000..d94f1a44 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-store.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.o.d" + "" "external/curl/docs/examples/imap-store" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make new file mode 100644 index 00000000..fdb5e08d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-store.c +external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.o -MF CMakeFiles/curl-example-imap-store.dir/imap-store.c.o.d -o CMakeFiles/curl-example-imap-store.dir/imap-store.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-store.c + +external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-store.dir/imap-store.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-store.c > CMakeFiles/curl-example-imap-store.dir/imap-store.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-store.dir/imap-store.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-store.c -o CMakeFiles/curl-example-imap-store.dir/imap-store.c.s + +# Object files for target curl-example-imap-store +curl__example__imap__store_OBJECTS = \ +"CMakeFiles/curl-example-imap-store.dir/imap-store.c.o" + +# External object files for target curl-example-imap-store +curl__example__imap__store_EXTERNAL_OBJECTS = + +external/curl/docs/examples/imap-store: external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.o +external/curl/docs/examples/imap-store: external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make +external/curl/docs/examples/imap-store: external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/compiler_depend.ts +external/curl/docs/examples/imap-store: external/curl/lib/libcurl.a +external/curl/docs/examples/imap-store: /usr/lib/libz.so +external/curl/docs/examples/imap-store: external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-store" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-store.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build: external/curl/docs/examples/imap-store +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-store.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/cmake_clean.cmake new file mode 100644 index 00000000..bdba7801 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-imap-store.dir/link.d" + "CMakeFiles/curl-example-imap-store.dir/imap-store.c.o" + "CMakeFiles/curl-example-imap-store.dir/imap-store.c.o.d" + "imap-store" + "imap-store.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-imap-store.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/compiler_depend.make new file mode 100644 index 00000000..c889dd9b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-imap-store. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/compiler_depend.ts new file mode 100644 index 00000000..3ed54b43 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-imap-store. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/depend.make new file mode 100644 index 00000000..95ae8497 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-imap-store. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/link.txt new file mode 100644 index 00000000..67222e6d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-store.dir/link.d "CMakeFiles/curl-example-imap-store.dir/imap-store.c.o" -o imap-store ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/DependInfo.cmake new file mode 100644 index 00000000..7c9fb547 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-tls.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o.d" + "" "external/curl/docs/examples/imap-tls" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make new file mode 100644 index 00000000..77865bff --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-tls.c +external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o -MF CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o.d -o CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-tls.c + +external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-tls.c > CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-tls.c -o CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.s + +# Object files for target curl-example-imap-tls +curl__example__imap__tls_OBJECTS = \ +"CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o" + +# External object files for target curl-example-imap-tls +curl__example__imap__tls_EXTERNAL_OBJECTS = + +external/curl/docs/examples/imap-tls: external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o +external/curl/docs/examples/imap-tls: external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make +external/curl/docs/examples/imap-tls: external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/compiler_depend.ts +external/curl/docs/examples/imap-tls: external/curl/lib/libcurl.a +external/curl/docs/examples/imap-tls: /usr/lib/libz.so +external/curl/docs/examples/imap-tls: external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-tls" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-tls.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build: external/curl/docs/examples/imap-tls +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-tls.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/cmake_clean.cmake new file mode 100644 index 00000000..f94ed180 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-imap-tls.dir/link.d" + "CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o" + "CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o.d" + "imap-tls" + "imap-tls.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-imap-tls.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/compiler_depend.make new file mode 100644 index 00000000..121b3ca2 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-imap-tls. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/compiler_depend.ts new file mode 100644 index 00000000..7f365e9d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-imap-tls. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/depend.make new file mode 100644 index 00000000..f1d3b963 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-imap-tls. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/link.txt new file mode 100644 index 00000000..11fa4813 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-tls.dir/link.d "CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o" -o imap-tls ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/DependInfo.cmake new file mode 100644 index 00000000..16e1f47a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/interface.c" "external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.o.d" + "" "external/curl/docs/examples/interface" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make new file mode 100644 index 00000000..eca2a646 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.o: external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/interface.c +external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.o: external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.o -MF CMakeFiles/curl-example-interface.dir/interface.c.o.d -o CMakeFiles/curl-example-interface.dir/interface.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/interface.c + +external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-interface.dir/interface.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/interface.c > CMakeFiles/curl-example-interface.dir/interface.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-interface.dir/interface.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/interface.c -o CMakeFiles/curl-example-interface.dir/interface.c.s + +# Object files for target curl-example-interface +curl__example__interface_OBJECTS = \ +"CMakeFiles/curl-example-interface.dir/interface.c.o" + +# External object files for target curl-example-interface +curl__example__interface_EXTERNAL_OBJECTS = + +external/curl/docs/examples/interface: external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.o +external/curl/docs/examples/interface: external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make +external/curl/docs/examples/interface: external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/compiler_depend.ts +external/curl/docs/examples/interface: external/curl/lib/libcurl.a +external/curl/docs/examples/interface: /usr/lib/libz.so +external/curl/docs/examples/interface: external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable interface" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-interface.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build: external/curl/docs/examples/interface +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-interface.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/cmake_clean.cmake new file mode 100644 index 00000000..6c4742c2 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-interface.dir/link.d" + "CMakeFiles/curl-example-interface.dir/interface.c.o" + "CMakeFiles/curl-example-interface.dir/interface.c.o.d" + "interface" + "interface.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-interface.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/compiler_depend.make new file mode 100644 index 00000000..0eb22316 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-interface. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/compiler_depend.ts new file mode 100644 index 00000000..42ae1d99 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-interface. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/depend.make new file mode 100644 index 00000000..0f8c2e51 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-interface. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/link.txt new file mode 100644 index 00000000..6aa839ff --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-interface.dir/link.d "CMakeFiles/curl-example-interface.dir/interface.c.o" -o interface ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/DependInfo.cmake new file mode 100644 index 00000000..80659975 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/ipv6.c" "external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.o.d" + "" "external/curl/docs/examples/ipv6" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make new file mode 100644 index 00000000..b28e4128 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/ipv6.c +external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.o -MF CMakeFiles/curl-example-ipv6.dir/ipv6.c.o.d -o CMakeFiles/curl-example-ipv6.dir/ipv6.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/ipv6.c + +external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-ipv6.dir/ipv6.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/ipv6.c > CMakeFiles/curl-example-ipv6.dir/ipv6.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-ipv6.dir/ipv6.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/ipv6.c -o CMakeFiles/curl-example-ipv6.dir/ipv6.c.s + +# Object files for target curl-example-ipv6 +curl__example__ipv6_OBJECTS = \ +"CMakeFiles/curl-example-ipv6.dir/ipv6.c.o" + +# External object files for target curl-example-ipv6 +curl__example__ipv6_EXTERNAL_OBJECTS = + +external/curl/docs/examples/ipv6: external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.o +external/curl/docs/examples/ipv6: external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make +external/curl/docs/examples/ipv6: external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/compiler_depend.ts +external/curl/docs/examples/ipv6: external/curl/lib/libcurl.a +external/curl/docs/examples/ipv6: /usr/lib/libz.so +external/curl/docs/examples/ipv6: external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ipv6" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-ipv6.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build: external/curl/docs/examples/ipv6 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-ipv6.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/cmake_clean.cmake new file mode 100644 index 00000000..60769136 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-ipv6.dir/link.d" + "CMakeFiles/curl-example-ipv6.dir/ipv6.c.o" + "CMakeFiles/curl-example-ipv6.dir/ipv6.c.o.d" + "ipv6" + "ipv6.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-ipv6.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/compiler_depend.make new file mode 100644 index 00000000..e78dcf95 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-ipv6. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/compiler_depend.ts new file mode 100644 index 00000000..3de28da2 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-ipv6. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/depend.make new file mode 100644 index 00000000..149d5117 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-ipv6. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/link.txt new file mode 100644 index 00000000..aa1c6edc --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-ipv6.dir/link.d "CMakeFiles/curl-example-ipv6.dir/ipv6.c.o" -o ipv6 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/DependInfo.cmake new file mode 100644 index 00000000..676df430 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/keepalive.c" "external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.o.d" + "" "external/curl/docs/examples/keepalive" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make new file mode 100644 index 00000000..5501f5c4 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.o: external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/keepalive.c +external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.o: external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.o -MF CMakeFiles/curl-example-keepalive.dir/keepalive.c.o.d -o CMakeFiles/curl-example-keepalive.dir/keepalive.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/keepalive.c + +external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-keepalive.dir/keepalive.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/keepalive.c > CMakeFiles/curl-example-keepalive.dir/keepalive.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-keepalive.dir/keepalive.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/keepalive.c -o CMakeFiles/curl-example-keepalive.dir/keepalive.c.s + +# Object files for target curl-example-keepalive +curl__example__keepalive_OBJECTS = \ +"CMakeFiles/curl-example-keepalive.dir/keepalive.c.o" + +# External object files for target curl-example-keepalive +curl__example__keepalive_EXTERNAL_OBJECTS = + +external/curl/docs/examples/keepalive: external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.o +external/curl/docs/examples/keepalive: external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make +external/curl/docs/examples/keepalive: external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/compiler_depend.ts +external/curl/docs/examples/keepalive: external/curl/lib/libcurl.a +external/curl/docs/examples/keepalive: /usr/lib/libz.so +external/curl/docs/examples/keepalive: external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable keepalive" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-keepalive.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build: external/curl/docs/examples/keepalive +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-keepalive.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/cmake_clean.cmake new file mode 100644 index 00000000..bc7ba64a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-keepalive.dir/link.d" + "CMakeFiles/curl-example-keepalive.dir/keepalive.c.o" + "CMakeFiles/curl-example-keepalive.dir/keepalive.c.o.d" + "keepalive" + "keepalive.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-keepalive.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/compiler_depend.make new file mode 100644 index 00000000..05af626e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-keepalive. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/compiler_depend.ts new file mode 100644 index 00000000..1cd3275a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-keepalive. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/depend.make new file mode 100644 index 00000000..33902fa8 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-keepalive. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/link.txt new file mode 100644 index 00000000..216453ca --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-keepalive.dir/link.d "CMakeFiles/curl-example-keepalive.dir/keepalive.c.o" -o keepalive ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/DependInfo.cmake new file mode 100644 index 00000000..1719cf51 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/localport.c" "external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.o.d" + "" "external/curl/docs/examples/localport" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make new file mode 100644 index 00000000..67d622a6 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.o: external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/localport.c +external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.o: external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.o -MF CMakeFiles/curl-example-localport.dir/localport.c.o.d -o CMakeFiles/curl-example-localport.dir/localport.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/localport.c + +external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-localport.dir/localport.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/localport.c > CMakeFiles/curl-example-localport.dir/localport.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-localport.dir/localport.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/localport.c -o CMakeFiles/curl-example-localport.dir/localport.c.s + +# Object files for target curl-example-localport +curl__example__localport_OBJECTS = \ +"CMakeFiles/curl-example-localport.dir/localport.c.o" + +# External object files for target curl-example-localport +curl__example__localport_EXTERNAL_OBJECTS = + +external/curl/docs/examples/localport: external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.o +external/curl/docs/examples/localport: external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make +external/curl/docs/examples/localport: external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/compiler_depend.ts +external/curl/docs/examples/localport: external/curl/lib/libcurl.a +external/curl/docs/examples/localport: /usr/lib/libz.so +external/curl/docs/examples/localport: external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable localport" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-localport.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build: external/curl/docs/examples/localport +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-localport.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/cmake_clean.cmake new file mode 100644 index 00000000..780792bd --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-localport.dir/link.d" + "CMakeFiles/curl-example-localport.dir/localport.c.o" + "CMakeFiles/curl-example-localport.dir/localport.c.o.d" + "localport" + "localport.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-localport.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/compiler_depend.make new file mode 100644 index 00000000..52ccc8ee --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-localport. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/compiler_depend.ts new file mode 100644 index 00000000..77d98561 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-localport. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/depend.make new file mode 100644 index 00000000..71d1420b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-localport. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/link.txt new file mode 100644 index 00000000..a850849d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-localport.dir/link.d "CMakeFiles/curl-example-localport.dir/localport.c.o" -o localport ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/DependInfo.cmake new file mode 100644 index 00000000..c711930f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/maxconnects.c" "external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o.d" + "" "external/curl/docs/examples/maxconnects" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make new file mode 100644 index 00000000..1c65bb25 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o: external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/maxconnects.c +external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o: external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o -MF CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o.d -o CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/maxconnects.c + +external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/maxconnects.c > CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/maxconnects.c -o CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.s + +# Object files for target curl-example-maxconnects +curl__example__maxconnects_OBJECTS = \ +"CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o" + +# External object files for target curl-example-maxconnects +curl__example__maxconnects_EXTERNAL_OBJECTS = + +external/curl/docs/examples/maxconnects: external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o +external/curl/docs/examples/maxconnects: external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make +external/curl/docs/examples/maxconnects: external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/compiler_depend.ts +external/curl/docs/examples/maxconnects: external/curl/lib/libcurl.a +external/curl/docs/examples/maxconnects: /usr/lib/libz.so +external/curl/docs/examples/maxconnects: external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable maxconnects" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-maxconnects.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build: external/curl/docs/examples/maxconnects +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-maxconnects.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/cmake_clean.cmake new file mode 100644 index 00000000..acce1a79 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-maxconnects.dir/link.d" + "CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o" + "CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o.d" + "maxconnects" + "maxconnects.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-maxconnects.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/compiler_depend.make new file mode 100644 index 00000000..0c85151c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-maxconnects. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/compiler_depend.ts new file mode 100644 index 00000000..27f6d77c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-maxconnects. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/depend.make new file mode 100644 index 00000000..602786d2 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-maxconnects. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/link.txt new file mode 100644 index 00000000..48832cef --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-maxconnects.dir/link.d "CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o" -o maxconnects ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/DependInfo.cmake new file mode 100644 index 00000000..fb6404cc --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/multi-app.c" "external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.o.d" + "" "external/curl/docs/examples/multi-app" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make new file mode 100644 index 00000000..8bf2747b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-app.c +external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.o -MF CMakeFiles/curl-example-multi-app.dir/multi-app.c.o.d -o CMakeFiles/curl-example-multi-app.dir/multi-app.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-app.c + +external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-multi-app.dir/multi-app.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-app.c > CMakeFiles/curl-example-multi-app.dir/multi-app.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-multi-app.dir/multi-app.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-app.c -o CMakeFiles/curl-example-multi-app.dir/multi-app.c.s + +# Object files for target curl-example-multi-app +curl__example__multi__app_OBJECTS = \ +"CMakeFiles/curl-example-multi-app.dir/multi-app.c.o" + +# External object files for target curl-example-multi-app +curl__example__multi__app_EXTERNAL_OBJECTS = + +external/curl/docs/examples/multi-app: external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.o +external/curl/docs/examples/multi-app: external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make +external/curl/docs/examples/multi-app: external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/compiler_depend.ts +external/curl/docs/examples/multi-app: external/curl/lib/libcurl.a +external/curl/docs/examples/multi-app: /usr/lib/libz.so +external/curl/docs/examples/multi-app: external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable multi-app" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-multi-app.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build: external/curl/docs/examples/multi-app +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-multi-app.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/cmake_clean.cmake new file mode 100644 index 00000000..8af1ebdc --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-multi-app.dir/link.d" + "CMakeFiles/curl-example-multi-app.dir/multi-app.c.o" + "CMakeFiles/curl-example-multi-app.dir/multi-app.c.o.d" + "multi-app" + "multi-app.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-multi-app.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/compiler_depend.make new file mode 100644 index 00000000..069f12aa --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-multi-app. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/compiler_depend.ts new file mode 100644 index 00000000..77906ca3 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-multi-app. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/depend.make new file mode 100644 index 00000000..064b74a7 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-multi-app. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/link.txt new file mode 100644 index 00000000..ee973eee --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-multi-app.dir/link.d "CMakeFiles/curl-example-multi-app.dir/multi-app.c.o" -o multi-app ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/DependInfo.cmake new file mode 100644 index 00000000..9f5c9f3a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/multi-debugcallback.c" "external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o.d" + "" "external/curl/docs/examples/multi-debugcallback" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make new file mode 100644 index 00000000..9706ce6f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-debugcallback.c +external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o -MF CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o.d -o CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-debugcallback.c + +external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-debugcallback.c > CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-debugcallback.c -o CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.s + +# Object files for target curl-example-multi-debugcallback +curl__example__multi__debugcallback_OBJECTS = \ +"CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o" + +# External object files for target curl-example-multi-debugcallback +curl__example__multi__debugcallback_EXTERNAL_OBJECTS = + +external/curl/docs/examples/multi-debugcallback: external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o +external/curl/docs/examples/multi-debugcallback: external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make +external/curl/docs/examples/multi-debugcallback: external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/compiler_depend.ts +external/curl/docs/examples/multi-debugcallback: external/curl/lib/libcurl.a +external/curl/docs/examples/multi-debugcallback: /usr/lib/libz.so +external/curl/docs/examples/multi-debugcallback: external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable multi-debugcallback" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-multi-debugcallback.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build: external/curl/docs/examples/multi-debugcallback +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-multi-debugcallback.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/cmake_clean.cmake new file mode 100644 index 00000000..8440fa5c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-multi-debugcallback.dir/link.d" + "CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o" + "CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o.d" + "multi-debugcallback" + "multi-debugcallback.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-multi-debugcallback.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/compiler_depend.make new file mode 100644 index 00000000..58165dc4 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-multi-debugcallback. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/compiler_depend.ts new file mode 100644 index 00000000..0a4b9ab5 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-multi-debugcallback. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/depend.make new file mode 100644 index 00000000..f9575393 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-multi-debugcallback. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/link.txt new file mode 100644 index 00000000..1a3882a6 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-multi-debugcallback.dir/link.d "CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o" -o multi-debugcallback ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/DependInfo.cmake new file mode 100644 index 00000000..91b032bf --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/multi-double.c" "external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.o.d" + "" "external/curl/docs/examples/multi-double" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make new file mode 100644 index 00000000..5220914b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-double.c +external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.o -MF CMakeFiles/curl-example-multi-double.dir/multi-double.c.o.d -o CMakeFiles/curl-example-multi-double.dir/multi-double.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-double.c + +external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-multi-double.dir/multi-double.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-double.c > CMakeFiles/curl-example-multi-double.dir/multi-double.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-multi-double.dir/multi-double.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-double.c -o CMakeFiles/curl-example-multi-double.dir/multi-double.c.s + +# Object files for target curl-example-multi-double +curl__example__multi__double_OBJECTS = \ +"CMakeFiles/curl-example-multi-double.dir/multi-double.c.o" + +# External object files for target curl-example-multi-double +curl__example__multi__double_EXTERNAL_OBJECTS = + +external/curl/docs/examples/multi-double: external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.o +external/curl/docs/examples/multi-double: external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make +external/curl/docs/examples/multi-double: external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/compiler_depend.ts +external/curl/docs/examples/multi-double: external/curl/lib/libcurl.a +external/curl/docs/examples/multi-double: /usr/lib/libz.so +external/curl/docs/examples/multi-double: external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable multi-double" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-multi-double.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build: external/curl/docs/examples/multi-double +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-multi-double.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/cmake_clean.cmake new file mode 100644 index 00000000..670a66fb --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-multi-double.dir/link.d" + "CMakeFiles/curl-example-multi-double.dir/multi-double.c.o" + "CMakeFiles/curl-example-multi-double.dir/multi-double.c.o.d" + "multi-double" + "multi-double.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-multi-double.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/compiler_depend.make new file mode 100644 index 00000000..0bfb63fc --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-multi-double. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/compiler_depend.ts new file mode 100644 index 00000000..271e01e7 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-multi-double. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/depend.make new file mode 100644 index 00000000..09264b31 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-multi-double. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/link.txt new file mode 100644 index 00000000..118e9eb1 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-multi-double.dir/link.d "CMakeFiles/curl-example-multi-double.dir/multi-double.c.o" -o multi-double ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/DependInfo.cmake new file mode 100644 index 00000000..924c4771 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/multi-formadd.c" "external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o.d" + "" "external/curl/docs/examples/multi-formadd" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make new file mode 100644 index 00000000..62972341 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-formadd.c +external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o -MF CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o.d -o CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-formadd.c + +external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-formadd.c > CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-formadd.c -o CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.s + +# Object files for target curl-example-multi-formadd +curl__example__multi__formadd_OBJECTS = \ +"CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o" + +# External object files for target curl-example-multi-formadd +curl__example__multi__formadd_EXTERNAL_OBJECTS = + +external/curl/docs/examples/multi-formadd: external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o +external/curl/docs/examples/multi-formadd: external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make +external/curl/docs/examples/multi-formadd: external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/compiler_depend.ts +external/curl/docs/examples/multi-formadd: external/curl/lib/libcurl.a +external/curl/docs/examples/multi-formadd: /usr/lib/libz.so +external/curl/docs/examples/multi-formadd: external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable multi-formadd" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-multi-formadd.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build: external/curl/docs/examples/multi-formadd +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-multi-formadd.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/cmake_clean.cmake new file mode 100644 index 00000000..3b1e8435 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-multi-formadd.dir/link.d" + "CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o" + "CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o.d" + "multi-formadd" + "multi-formadd.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-multi-formadd.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/compiler_depend.make new file mode 100644 index 00000000..d970358f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-multi-formadd. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/compiler_depend.ts new file mode 100644 index 00000000..cccdd3b2 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-multi-formadd. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/depend.make new file mode 100644 index 00000000..09071e45 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-multi-formadd. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/link.txt new file mode 100644 index 00000000..1ff014e4 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-multi-formadd.dir/link.d "CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o" -o multi-formadd ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/progress.make new file mode 100644 index 00000000..6ef9ffe7 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 39 + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/DependInfo.cmake new file mode 100644 index 00000000..5e1ccd0d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/multi-legacy.c" "external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o.d" + "" "external/curl/docs/examples/multi-legacy" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make new file mode 100644 index 00000000..7fa5a850 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-legacy.c +external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o -MF CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o.d -o CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-legacy.c + +external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-legacy.c > CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-legacy.c -o CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.s + +# Object files for target curl-example-multi-legacy +curl__example__multi__legacy_OBJECTS = \ +"CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o" + +# External object files for target curl-example-multi-legacy +curl__example__multi__legacy_EXTERNAL_OBJECTS = + +external/curl/docs/examples/multi-legacy: external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o +external/curl/docs/examples/multi-legacy: external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make +external/curl/docs/examples/multi-legacy: external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/compiler_depend.ts +external/curl/docs/examples/multi-legacy: external/curl/lib/libcurl.a +external/curl/docs/examples/multi-legacy: /usr/lib/libz.so +external/curl/docs/examples/multi-legacy: external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable multi-legacy" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-multi-legacy.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build: external/curl/docs/examples/multi-legacy +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-multi-legacy.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/cmake_clean.cmake new file mode 100644 index 00000000..c18bb76f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-multi-legacy.dir/link.d" + "CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o" + "CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o.d" + "multi-legacy" + "multi-legacy.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-multi-legacy.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/compiler_depend.make new file mode 100644 index 00000000..750b49ed --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-multi-legacy. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/compiler_depend.ts new file mode 100644 index 00000000..24804f9a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-multi-legacy. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/depend.make new file mode 100644 index 00000000..0d55ca9f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-multi-legacy. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/link.txt new file mode 100644 index 00000000..4f45f713 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-multi-legacy.dir/link.d "CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o" -o multi-legacy ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/DependInfo.cmake new file mode 100644 index 00000000..384b113d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/multi-post.c" "external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.o.d" + "" "external/curl/docs/examples/multi-post" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make new file mode 100644 index 00000000..354d84eb --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-post.c +external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.o -MF CMakeFiles/curl-example-multi-post.dir/multi-post.c.o.d -o CMakeFiles/curl-example-multi-post.dir/multi-post.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-post.c + +external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-multi-post.dir/multi-post.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-post.c > CMakeFiles/curl-example-multi-post.dir/multi-post.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-multi-post.dir/multi-post.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-post.c -o CMakeFiles/curl-example-multi-post.dir/multi-post.c.s + +# Object files for target curl-example-multi-post +curl__example__multi__post_OBJECTS = \ +"CMakeFiles/curl-example-multi-post.dir/multi-post.c.o" + +# External object files for target curl-example-multi-post +curl__example__multi__post_EXTERNAL_OBJECTS = + +external/curl/docs/examples/multi-post: external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.o +external/curl/docs/examples/multi-post: external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make +external/curl/docs/examples/multi-post: external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/compiler_depend.ts +external/curl/docs/examples/multi-post: external/curl/lib/libcurl.a +external/curl/docs/examples/multi-post: /usr/lib/libz.so +external/curl/docs/examples/multi-post: external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable multi-post" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-multi-post.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build: external/curl/docs/examples/multi-post +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-multi-post.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/cmake_clean.cmake new file mode 100644 index 00000000..45c23ad3 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-multi-post.dir/link.d" + "CMakeFiles/curl-example-multi-post.dir/multi-post.c.o" + "CMakeFiles/curl-example-multi-post.dir/multi-post.c.o.d" + "multi-post" + "multi-post.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-multi-post.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/compiler_depend.make new file mode 100644 index 00000000..f029bcd8 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-multi-post. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/compiler_depend.ts new file mode 100644 index 00000000..38f3167d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-multi-post. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/depend.make new file mode 100644 index 00000000..a2a20296 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-multi-post. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/link.txt new file mode 100644 index 00000000..72dbe4c5 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-multi-post.dir/link.d "CMakeFiles/curl-example-multi-post.dir/multi-post.c.o" -o multi-post ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/DependInfo.cmake new file mode 100644 index 00000000..db6e9e1c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/multi-single.c" "external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.o.d" + "" "external/curl/docs/examples/multi-single" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make new file mode 100644 index 00000000..1ad0006c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-single.c +external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.o -MF CMakeFiles/curl-example-multi-single.dir/multi-single.c.o.d -o CMakeFiles/curl-example-multi-single.dir/multi-single.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-single.c + +external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-multi-single.dir/multi-single.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-single.c > CMakeFiles/curl-example-multi-single.dir/multi-single.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-multi-single.dir/multi-single.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-single.c -o CMakeFiles/curl-example-multi-single.dir/multi-single.c.s + +# Object files for target curl-example-multi-single +curl__example__multi__single_OBJECTS = \ +"CMakeFiles/curl-example-multi-single.dir/multi-single.c.o" + +# External object files for target curl-example-multi-single +curl__example__multi__single_EXTERNAL_OBJECTS = + +external/curl/docs/examples/multi-single: external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.o +external/curl/docs/examples/multi-single: external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make +external/curl/docs/examples/multi-single: external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/compiler_depend.ts +external/curl/docs/examples/multi-single: external/curl/lib/libcurl.a +external/curl/docs/examples/multi-single: /usr/lib/libz.so +external/curl/docs/examples/multi-single: external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable multi-single" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-multi-single.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build: external/curl/docs/examples/multi-single +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-multi-single.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/cmake_clean.cmake new file mode 100644 index 00000000..1b1d81e5 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-multi-single.dir/link.d" + "CMakeFiles/curl-example-multi-single.dir/multi-single.c.o" + "CMakeFiles/curl-example-multi-single.dir/multi-single.c.o.d" + "multi-single" + "multi-single.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-multi-single.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/compiler_depend.make new file mode 100644 index 00000000..2f0c5beb --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-multi-single. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/compiler_depend.ts new file mode 100644 index 00000000..c1752a5d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-multi-single. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/depend.make new file mode 100644 index 00000000..ffe6ecb5 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-multi-single. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/link.txt new file mode 100644 index 00000000..e8bc7a43 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-multi-single.dir/link.d "CMakeFiles/curl-example-multi-single.dir/multi-single.c.o" -o multi-single ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/DependInfo.cmake new file mode 100644 index 00000000..8bf13a26 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/netrc.c" "external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.o.d" + "" "external/curl/docs/examples/netrc" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make new file mode 100644 index 00000000..9ebc1a49 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.o: external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/netrc.c +external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.o: external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.o -MF CMakeFiles/curl-example-netrc.dir/netrc.c.o.d -o CMakeFiles/curl-example-netrc.dir/netrc.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/netrc.c + +external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-netrc.dir/netrc.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/netrc.c > CMakeFiles/curl-example-netrc.dir/netrc.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-netrc.dir/netrc.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/netrc.c -o CMakeFiles/curl-example-netrc.dir/netrc.c.s + +# Object files for target curl-example-netrc +curl__example__netrc_OBJECTS = \ +"CMakeFiles/curl-example-netrc.dir/netrc.c.o" + +# External object files for target curl-example-netrc +curl__example__netrc_EXTERNAL_OBJECTS = + +external/curl/docs/examples/netrc: external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.o +external/curl/docs/examples/netrc: external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make +external/curl/docs/examples/netrc: external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/compiler_depend.ts +external/curl/docs/examples/netrc: external/curl/lib/libcurl.a +external/curl/docs/examples/netrc: /usr/lib/libz.so +external/curl/docs/examples/netrc: external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable netrc" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-netrc.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build: external/curl/docs/examples/netrc +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-netrc.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/cmake_clean.cmake new file mode 100644 index 00000000..24e665ac --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-netrc.dir/link.d" + "CMakeFiles/curl-example-netrc.dir/netrc.c.o" + "CMakeFiles/curl-example-netrc.dir/netrc.c.o.d" + "netrc" + "netrc.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-netrc.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/compiler_depend.make new file mode 100644 index 00000000..7a3336fb --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-netrc. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/compiler_depend.ts new file mode 100644 index 00000000..a47d2ebd --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-netrc. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/depend.make new file mode 100644 index 00000000..392fcaa3 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-netrc. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/link.txt new file mode 100644 index 00000000..e97175c6 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-netrc.dir/link.d "CMakeFiles/curl-example-netrc.dir/netrc.c.o" -o netrc ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/DependInfo.cmake new file mode 100644 index 00000000..49d8d845 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/parseurl.c" "external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.o.d" + "" "external/curl/docs/examples/parseurl" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make new file mode 100644 index 00000000..66c1e93f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/parseurl.c +external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.o -MF CMakeFiles/curl-example-parseurl.dir/parseurl.c.o.d -o CMakeFiles/curl-example-parseurl.dir/parseurl.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/parseurl.c + +external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-parseurl.dir/parseurl.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/parseurl.c > CMakeFiles/curl-example-parseurl.dir/parseurl.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-parseurl.dir/parseurl.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/parseurl.c -o CMakeFiles/curl-example-parseurl.dir/parseurl.c.s + +# Object files for target curl-example-parseurl +curl__example__parseurl_OBJECTS = \ +"CMakeFiles/curl-example-parseurl.dir/parseurl.c.o" + +# External object files for target curl-example-parseurl +curl__example__parseurl_EXTERNAL_OBJECTS = + +external/curl/docs/examples/parseurl: external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.o +external/curl/docs/examples/parseurl: external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make +external/curl/docs/examples/parseurl: external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/compiler_depend.ts +external/curl/docs/examples/parseurl: external/curl/lib/libcurl.a +external/curl/docs/examples/parseurl: /usr/lib/libz.so +external/curl/docs/examples/parseurl: external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable parseurl" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-parseurl.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build: external/curl/docs/examples/parseurl +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-parseurl.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/cmake_clean.cmake new file mode 100644 index 00000000..6709a5e1 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-parseurl.dir/link.d" + "CMakeFiles/curl-example-parseurl.dir/parseurl.c.o" + "CMakeFiles/curl-example-parseurl.dir/parseurl.c.o.d" + "parseurl" + "parseurl.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-parseurl.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/compiler_depend.make new file mode 100644 index 00000000..43222a96 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-parseurl. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/compiler_depend.ts new file mode 100644 index 00000000..e3756537 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-parseurl. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/depend.make new file mode 100644 index 00000000..23e4e309 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-parseurl. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/link.txt new file mode 100644 index 00000000..9af1764a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-parseurl.dir/link.d "CMakeFiles/curl-example-parseurl.dir/parseurl.c.o" -o parseurl ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/DependInfo.cmake new file mode 100644 index 00000000..2193fd96 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/persistent.c" "external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.o.d" + "" "external/curl/docs/examples/persistent" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make new file mode 100644 index 00000000..d1acda71 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.o: external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/persistent.c +external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.o: external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.o -MF CMakeFiles/curl-example-persistent.dir/persistent.c.o.d -o CMakeFiles/curl-example-persistent.dir/persistent.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/persistent.c + +external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-persistent.dir/persistent.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/persistent.c > CMakeFiles/curl-example-persistent.dir/persistent.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-persistent.dir/persistent.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/persistent.c -o CMakeFiles/curl-example-persistent.dir/persistent.c.s + +# Object files for target curl-example-persistent +curl__example__persistent_OBJECTS = \ +"CMakeFiles/curl-example-persistent.dir/persistent.c.o" + +# External object files for target curl-example-persistent +curl__example__persistent_EXTERNAL_OBJECTS = + +external/curl/docs/examples/persistent: external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.o +external/curl/docs/examples/persistent: external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make +external/curl/docs/examples/persistent: external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/compiler_depend.ts +external/curl/docs/examples/persistent: external/curl/lib/libcurl.a +external/curl/docs/examples/persistent: /usr/lib/libz.so +external/curl/docs/examples/persistent: external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable persistent" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-persistent.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build: external/curl/docs/examples/persistent +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-persistent.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/cmake_clean.cmake new file mode 100644 index 00000000..4e7e8ae1 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-persistent.dir/link.d" + "CMakeFiles/curl-example-persistent.dir/persistent.c.o" + "CMakeFiles/curl-example-persistent.dir/persistent.c.o.d" + "persistent" + "persistent.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-persistent.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/compiler_depend.make new file mode 100644 index 00000000..4b5f57e3 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-persistent. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/compiler_depend.ts new file mode 100644 index 00000000..fa8d72d2 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-persistent. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/depend.make new file mode 100644 index 00000000..a1527b44 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-persistent. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/link.txt new file mode 100644 index 00000000..a4f39d1d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-persistent.dir/link.d "CMakeFiles/curl-example-persistent.dir/persistent.c.o" -o persistent ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/DependInfo.cmake new file mode 100644 index 00000000..4b913ba6 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-authzid.c" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o.d" + "" "external/curl/docs/examples/pop3-authzid" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make new file mode 100644 index 00000000..6b47fb34 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-authzid.c +external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o -MF CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o.d -o CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-authzid.c + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-authzid.c > CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-authzid.c -o CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.s + +# Object files for target curl-example-pop3-authzid +curl__example__pop3__authzid_OBJECTS = \ +"CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o" + +# External object files for target curl-example-pop3-authzid +curl__example__pop3__authzid_EXTERNAL_OBJECTS = + +external/curl/docs/examples/pop3-authzid: external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o +external/curl/docs/examples/pop3-authzid: external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make +external/curl/docs/examples/pop3-authzid: external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/compiler_depend.ts +external/curl/docs/examples/pop3-authzid: external/curl/lib/libcurl.a +external/curl/docs/examples/pop3-authzid: /usr/lib/libz.so +external/curl/docs/examples/pop3-authzid: external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pop3-authzid" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-pop3-authzid.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build: external/curl/docs/examples/pop3-authzid +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-pop3-authzid.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/cmake_clean.cmake new file mode 100644 index 00000000..97befbd1 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-pop3-authzid.dir/link.d" + "CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o" + "CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o.d" + "pop3-authzid" + "pop3-authzid.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-pop3-authzid.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/compiler_depend.make new file mode 100644 index 00000000..904bfedc --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-pop3-authzid. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/compiler_depend.ts new file mode 100644 index 00000000..4818b9ed --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-pop3-authzid. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/depend.make new file mode 100644 index 00000000..9c400176 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-pop3-authzid. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/link.txt new file mode 100644 index 00000000..9daa3068 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-pop3-authzid.dir/link.d "CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o" -o pop3-authzid ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/DependInfo.cmake new file mode 100644 index 00000000..38d1f550 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-dele.c" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o.d" + "" "external/curl/docs/examples/pop3-dele" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make new file mode 100644 index 00000000..e2b4ab1a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-dele.c +external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o -MF CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o.d -o CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-dele.c + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-dele.c > CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-dele.c -o CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.s + +# Object files for target curl-example-pop3-dele +curl__example__pop3__dele_OBJECTS = \ +"CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o" + +# External object files for target curl-example-pop3-dele +curl__example__pop3__dele_EXTERNAL_OBJECTS = + +external/curl/docs/examples/pop3-dele: external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o +external/curl/docs/examples/pop3-dele: external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make +external/curl/docs/examples/pop3-dele: external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/compiler_depend.ts +external/curl/docs/examples/pop3-dele: external/curl/lib/libcurl.a +external/curl/docs/examples/pop3-dele: /usr/lib/libz.so +external/curl/docs/examples/pop3-dele: external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pop3-dele" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-pop3-dele.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build: external/curl/docs/examples/pop3-dele +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-pop3-dele.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/cmake_clean.cmake new file mode 100644 index 00000000..d370fb4b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-pop3-dele.dir/link.d" + "CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o" + "CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o.d" + "pop3-dele" + "pop3-dele.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-pop3-dele.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/compiler_depend.make new file mode 100644 index 00000000..8c853ffe --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-pop3-dele. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/compiler_depend.ts new file mode 100644 index 00000000..60542c9a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-pop3-dele. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/depend.make new file mode 100644 index 00000000..7d26c779 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-pop3-dele. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/link.txt new file mode 100644 index 00000000..1c458c4d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-pop3-dele.dir/link.d "CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o" -o pop3-dele ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/DependInfo.cmake new file mode 100644 index 00000000..d09fa60e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-list.c" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o.d" + "" "external/curl/docs/examples/pop3-list" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make new file mode 100644 index 00000000..4b1857ff --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-list.c +external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o -MF CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o.d -o CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-list.c + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-list.c > CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-list.c -o CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.s + +# Object files for target curl-example-pop3-list +curl__example__pop3__list_OBJECTS = \ +"CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o" + +# External object files for target curl-example-pop3-list +curl__example__pop3__list_EXTERNAL_OBJECTS = + +external/curl/docs/examples/pop3-list: external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o +external/curl/docs/examples/pop3-list: external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make +external/curl/docs/examples/pop3-list: external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/compiler_depend.ts +external/curl/docs/examples/pop3-list: external/curl/lib/libcurl.a +external/curl/docs/examples/pop3-list: /usr/lib/libz.so +external/curl/docs/examples/pop3-list: external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pop3-list" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-pop3-list.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build: external/curl/docs/examples/pop3-list +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-pop3-list.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/cmake_clean.cmake new file mode 100644 index 00000000..16198cb0 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-pop3-list.dir/link.d" + "CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o" + "CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o.d" + "pop3-list" + "pop3-list.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-pop3-list.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/compiler_depend.make new file mode 100644 index 00000000..f8ca51fe --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-pop3-list. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/compiler_depend.ts new file mode 100644 index 00000000..e101a477 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-pop3-list. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/depend.make new file mode 100644 index 00000000..19e64309 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-pop3-list. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/link.txt new file mode 100644 index 00000000..8a1c5e8e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-pop3-list.dir/link.d "CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o" -o pop3-list ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/DependInfo.cmake new file mode 100644 index 00000000..df0f92d8 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-multi.c" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o.d" + "" "external/curl/docs/examples/pop3-multi" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make new file mode 100644 index 00000000..c5efc63f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-multi.c +external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o -MF CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o.d -o CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-multi.c + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-multi.c > CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-multi.c -o CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.s + +# Object files for target curl-example-pop3-multi +curl__example__pop3__multi_OBJECTS = \ +"CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o" + +# External object files for target curl-example-pop3-multi +curl__example__pop3__multi_EXTERNAL_OBJECTS = + +external/curl/docs/examples/pop3-multi: external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o +external/curl/docs/examples/pop3-multi: external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make +external/curl/docs/examples/pop3-multi: external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/compiler_depend.ts +external/curl/docs/examples/pop3-multi: external/curl/lib/libcurl.a +external/curl/docs/examples/pop3-multi: /usr/lib/libz.so +external/curl/docs/examples/pop3-multi: external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pop3-multi" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-pop3-multi.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build: external/curl/docs/examples/pop3-multi +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-pop3-multi.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/cmake_clean.cmake new file mode 100644 index 00000000..e2fd5db4 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-pop3-multi.dir/link.d" + "CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o" + "CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o.d" + "pop3-multi" + "pop3-multi.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-pop3-multi.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/compiler_depend.make new file mode 100644 index 00000000..08592cfd --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-pop3-multi. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/compiler_depend.ts new file mode 100644 index 00000000..32ac8b9e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-pop3-multi. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/depend.make new file mode 100644 index 00000000..3dfd2094 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-pop3-multi. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/link.txt new file mode 100644 index 00000000..071a4efb --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-pop3-multi.dir/link.d "CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o" -o pop3-multi ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/DependInfo.cmake new file mode 100644 index 00000000..7ff6a994 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-noop.c" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o.d" + "" "external/curl/docs/examples/pop3-noop" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make new file mode 100644 index 00000000..c62dc2f9 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-noop.c +external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o -MF CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o.d -o CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-noop.c + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-noop.c > CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-noop.c -o CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.s + +# Object files for target curl-example-pop3-noop +curl__example__pop3__noop_OBJECTS = \ +"CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o" + +# External object files for target curl-example-pop3-noop +curl__example__pop3__noop_EXTERNAL_OBJECTS = + +external/curl/docs/examples/pop3-noop: external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o +external/curl/docs/examples/pop3-noop: external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make +external/curl/docs/examples/pop3-noop: external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/compiler_depend.ts +external/curl/docs/examples/pop3-noop: external/curl/lib/libcurl.a +external/curl/docs/examples/pop3-noop: /usr/lib/libz.so +external/curl/docs/examples/pop3-noop: external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pop3-noop" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-pop3-noop.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build: external/curl/docs/examples/pop3-noop +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-pop3-noop.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/cmake_clean.cmake new file mode 100644 index 00000000..393adce9 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-pop3-noop.dir/link.d" + "CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o" + "CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o.d" + "pop3-noop" + "pop3-noop.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-pop3-noop.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/compiler_depend.make new file mode 100644 index 00000000..ecec42bb --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-pop3-noop. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/compiler_depend.ts new file mode 100644 index 00000000..d4b56824 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-pop3-noop. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/depend.make new file mode 100644 index 00000000..58022fdd --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-pop3-noop. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/link.txt new file mode 100644 index 00000000..9f281132 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-pop3-noop.dir/link.d "CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o" -o pop3-noop ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/DependInfo.cmake new file mode 100644 index 00000000..b8982bd2 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-retr.c" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o.d" + "" "external/curl/docs/examples/pop3-retr" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make new file mode 100644 index 00000000..f5e89a66 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-retr.c +external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o -MF CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o.d -o CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-retr.c + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-retr.c > CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-retr.c -o CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.s + +# Object files for target curl-example-pop3-retr +curl__example__pop3__retr_OBJECTS = \ +"CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o" + +# External object files for target curl-example-pop3-retr +curl__example__pop3__retr_EXTERNAL_OBJECTS = + +external/curl/docs/examples/pop3-retr: external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o +external/curl/docs/examples/pop3-retr: external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make +external/curl/docs/examples/pop3-retr: external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/compiler_depend.ts +external/curl/docs/examples/pop3-retr: external/curl/lib/libcurl.a +external/curl/docs/examples/pop3-retr: /usr/lib/libz.so +external/curl/docs/examples/pop3-retr: external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pop3-retr" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-pop3-retr.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build: external/curl/docs/examples/pop3-retr +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-pop3-retr.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/cmake_clean.cmake new file mode 100644 index 00000000..7414d893 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-pop3-retr.dir/link.d" + "CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o" + "CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o.d" + "pop3-retr" + "pop3-retr.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-pop3-retr.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/compiler_depend.make new file mode 100644 index 00000000..c1a46901 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-pop3-retr. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/compiler_depend.ts new file mode 100644 index 00000000..f1219b22 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-pop3-retr. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/depend.make new file mode 100644 index 00000000..744bdebd --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-pop3-retr. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/link.txt new file mode 100644 index 00000000..b454401a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-pop3-retr.dir/link.d "CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o" -o pop3-retr ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/DependInfo.cmake new file mode 100644 index 00000000..05bc06de --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-ssl.c" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o.d" + "" "external/curl/docs/examples/pop3-ssl" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make new file mode 100644 index 00000000..7413c903 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-ssl.c +external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o -MF CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o.d -o CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-ssl.c + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-ssl.c > CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-ssl.c -o CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.s + +# Object files for target curl-example-pop3-ssl +curl__example__pop3__ssl_OBJECTS = \ +"CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o" + +# External object files for target curl-example-pop3-ssl +curl__example__pop3__ssl_EXTERNAL_OBJECTS = + +external/curl/docs/examples/pop3-ssl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o +external/curl/docs/examples/pop3-ssl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make +external/curl/docs/examples/pop3-ssl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/compiler_depend.ts +external/curl/docs/examples/pop3-ssl: external/curl/lib/libcurl.a +external/curl/docs/examples/pop3-ssl: /usr/lib/libz.so +external/curl/docs/examples/pop3-ssl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pop3-ssl" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-pop3-ssl.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build: external/curl/docs/examples/pop3-ssl +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-pop3-ssl.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/cmake_clean.cmake new file mode 100644 index 00000000..5752601c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-pop3-ssl.dir/link.d" + "CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o" + "CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o.d" + "pop3-ssl" + "pop3-ssl.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-pop3-ssl.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/compiler_depend.make new file mode 100644 index 00000000..862c1ef8 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-pop3-ssl. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/compiler_depend.ts new file mode 100644 index 00000000..ec834d6b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-pop3-ssl. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/depend.make new file mode 100644 index 00000000..fb85dcc4 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-pop3-ssl. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/link.txt new file mode 100644 index 00000000..9fc741e7 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-pop3-ssl.dir/link.d "CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o" -o pop3-ssl ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/DependInfo.cmake new file mode 100644 index 00000000..b172eb74 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-stat.c" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o.d" + "" "external/curl/docs/examples/pop3-stat" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make new file mode 100644 index 00000000..0e54c275 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-stat.c +external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o -MF CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o.d -o CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-stat.c + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-stat.c > CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-stat.c -o CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.s + +# Object files for target curl-example-pop3-stat +curl__example__pop3__stat_OBJECTS = \ +"CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o" + +# External object files for target curl-example-pop3-stat +curl__example__pop3__stat_EXTERNAL_OBJECTS = + +external/curl/docs/examples/pop3-stat: external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o +external/curl/docs/examples/pop3-stat: external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make +external/curl/docs/examples/pop3-stat: external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/compiler_depend.ts +external/curl/docs/examples/pop3-stat: external/curl/lib/libcurl.a +external/curl/docs/examples/pop3-stat: /usr/lib/libz.so +external/curl/docs/examples/pop3-stat: external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pop3-stat" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-pop3-stat.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build: external/curl/docs/examples/pop3-stat +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-pop3-stat.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/cmake_clean.cmake new file mode 100644 index 00000000..2bd52222 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-pop3-stat.dir/link.d" + "CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o" + "CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o.d" + "pop3-stat" + "pop3-stat.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-pop3-stat.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/compiler_depend.make new file mode 100644 index 00000000..4143f236 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-pop3-stat. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/compiler_depend.ts new file mode 100644 index 00000000..df87c1c2 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-pop3-stat. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/depend.make new file mode 100644 index 00000000..082f2c0c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-pop3-stat. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/link.txt new file mode 100644 index 00000000..65f584b0 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-pop3-stat.dir/link.d "CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o" -o pop3-stat ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/progress.make new file mode 100644 index 00000000..634b7f2f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 40 + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/DependInfo.cmake new file mode 100644 index 00000000..8103c6d1 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-tls.c" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o.d" + "" "external/curl/docs/examples/pop3-tls" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make new file mode 100644 index 00000000..4ef51dec --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-tls.c +external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o -MF CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o.d -o CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-tls.c + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-tls.c > CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-tls.c -o CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.s + +# Object files for target curl-example-pop3-tls +curl__example__pop3__tls_OBJECTS = \ +"CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o" + +# External object files for target curl-example-pop3-tls +curl__example__pop3__tls_EXTERNAL_OBJECTS = + +external/curl/docs/examples/pop3-tls: external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o +external/curl/docs/examples/pop3-tls: external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make +external/curl/docs/examples/pop3-tls: external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/compiler_depend.ts +external/curl/docs/examples/pop3-tls: external/curl/lib/libcurl.a +external/curl/docs/examples/pop3-tls: /usr/lib/libz.so +external/curl/docs/examples/pop3-tls: external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pop3-tls" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-pop3-tls.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build: external/curl/docs/examples/pop3-tls +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-pop3-tls.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/cmake_clean.cmake new file mode 100644 index 00000000..41ac179f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-pop3-tls.dir/link.d" + "CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o" + "CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o.d" + "pop3-tls" + "pop3-tls.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-pop3-tls.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/compiler_depend.make new file mode 100644 index 00000000..e34fefbd --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-pop3-tls. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/compiler_depend.ts new file mode 100644 index 00000000..e1b952f4 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-pop3-tls. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/depend.make new file mode 100644 index 00000000..aa4c358e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-pop3-tls. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/link.txt new file mode 100644 index 00000000..31e026ff --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-pop3-tls.dir/link.d "CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o" -o pop3-tls ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/DependInfo.cmake new file mode 100644 index 00000000..534abe9f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-top.c" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o.d" + "" "external/curl/docs/examples/pop3-top" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make new file mode 100644 index 00000000..49152b0c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-top.c +external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o -MF CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o.d -o CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-top.c + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-top.c > CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-top.c -o CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.s + +# Object files for target curl-example-pop3-top +curl__example__pop3__top_OBJECTS = \ +"CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o" + +# External object files for target curl-example-pop3-top +curl__example__pop3__top_EXTERNAL_OBJECTS = + +external/curl/docs/examples/pop3-top: external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o +external/curl/docs/examples/pop3-top: external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make +external/curl/docs/examples/pop3-top: external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/compiler_depend.ts +external/curl/docs/examples/pop3-top: external/curl/lib/libcurl.a +external/curl/docs/examples/pop3-top: /usr/lib/libz.so +external/curl/docs/examples/pop3-top: external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pop3-top" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-pop3-top.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build: external/curl/docs/examples/pop3-top +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-pop3-top.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/cmake_clean.cmake new file mode 100644 index 00000000..e3f9725b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-pop3-top.dir/link.d" + "CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o" + "CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o.d" + "pop3-top" + "pop3-top.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-pop3-top.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/compiler_depend.make new file mode 100644 index 00000000..ed1ddfda --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-pop3-top. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/compiler_depend.ts new file mode 100644 index 00000000..73e3fb40 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-pop3-top. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/depend.make new file mode 100644 index 00000000..7de9f554 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-pop3-top. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/link.txt new file mode 100644 index 00000000..78b04de7 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-pop3-top.dir/link.d "CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o" -o pop3-top ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/DependInfo.cmake new file mode 100644 index 00000000..eaed4646 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-uidl.c" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o.d" + "" "external/curl/docs/examples/pop3-uidl" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make new file mode 100644 index 00000000..ea2e41aa --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-uidl.c +external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o -MF CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o.d -o CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-uidl.c + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-uidl.c > CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-uidl.c -o CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.s + +# Object files for target curl-example-pop3-uidl +curl__example__pop3__uidl_OBJECTS = \ +"CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o" + +# External object files for target curl-example-pop3-uidl +curl__example__pop3__uidl_EXTERNAL_OBJECTS = + +external/curl/docs/examples/pop3-uidl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o +external/curl/docs/examples/pop3-uidl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make +external/curl/docs/examples/pop3-uidl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/compiler_depend.ts +external/curl/docs/examples/pop3-uidl: external/curl/lib/libcurl.a +external/curl/docs/examples/pop3-uidl: /usr/lib/libz.so +external/curl/docs/examples/pop3-uidl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pop3-uidl" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-pop3-uidl.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build: external/curl/docs/examples/pop3-uidl +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-pop3-uidl.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/cmake_clean.cmake new file mode 100644 index 00000000..45c416ae --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-pop3-uidl.dir/link.d" + "CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o" + "CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o.d" + "pop3-uidl" + "pop3-uidl.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-pop3-uidl.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/compiler_depend.make new file mode 100644 index 00000000..70557ab1 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-pop3-uidl. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/compiler_depend.ts new file mode 100644 index 00000000..ed3b3957 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-pop3-uidl. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/depend.make new file mode 100644 index 00000000..c8e0d539 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-pop3-uidl. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/link.txt new file mode 100644 index 00000000..decf5d69 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-pop3-uidl.dir/link.d "CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o" -o pop3-uidl ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/DependInfo.cmake new file mode 100644 index 00000000..cdab0565 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/post-callback.c" "external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.o.d" + "" "external/curl/docs/examples/post-callback" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make new file mode 100644 index 00000000..74e091ca --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.o: external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/post-callback.c +external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.o: external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.o -MF CMakeFiles/curl-example-post-callback.dir/post-callback.c.o.d -o CMakeFiles/curl-example-post-callback.dir/post-callback.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/post-callback.c + +external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-post-callback.dir/post-callback.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/post-callback.c > CMakeFiles/curl-example-post-callback.dir/post-callback.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-post-callback.dir/post-callback.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/post-callback.c -o CMakeFiles/curl-example-post-callback.dir/post-callback.c.s + +# Object files for target curl-example-post-callback +curl__example__post__callback_OBJECTS = \ +"CMakeFiles/curl-example-post-callback.dir/post-callback.c.o" + +# External object files for target curl-example-post-callback +curl__example__post__callback_EXTERNAL_OBJECTS = + +external/curl/docs/examples/post-callback: external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.o +external/curl/docs/examples/post-callback: external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make +external/curl/docs/examples/post-callback: external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/compiler_depend.ts +external/curl/docs/examples/post-callback: external/curl/lib/libcurl.a +external/curl/docs/examples/post-callback: /usr/lib/libz.so +external/curl/docs/examples/post-callback: external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable post-callback" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-post-callback.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build: external/curl/docs/examples/post-callback +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-post-callback.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/cmake_clean.cmake new file mode 100644 index 00000000..559394be --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-post-callback.dir/link.d" + "CMakeFiles/curl-example-post-callback.dir/post-callback.c.o" + "CMakeFiles/curl-example-post-callback.dir/post-callback.c.o.d" + "post-callback" + "post-callback.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-post-callback.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/compiler_depend.make new file mode 100644 index 00000000..989f20ac --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-post-callback. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/compiler_depend.ts new file mode 100644 index 00000000..2a570731 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-post-callback. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/depend.make new file mode 100644 index 00000000..ee702884 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-post-callback. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/link.txt new file mode 100644 index 00000000..2ea9bb58 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-post-callback.dir/link.d "CMakeFiles/curl-example-post-callback.dir/post-callback.c.o" -o post-callback ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/DependInfo.cmake new file mode 100644 index 00000000..d5b82f65 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/postinmemory.c" "external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o.d" + "" "external/curl/docs/examples/postinmemory" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make new file mode 100644 index 00000000..01401adb --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o: external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/postinmemory.c +external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o: external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o -MF CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o.d -o CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/postinmemory.c + +external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/postinmemory.c > CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/postinmemory.c -o CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.s + +# Object files for target curl-example-postinmemory +curl__example__postinmemory_OBJECTS = \ +"CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o" + +# External object files for target curl-example-postinmemory +curl__example__postinmemory_EXTERNAL_OBJECTS = + +external/curl/docs/examples/postinmemory: external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o +external/curl/docs/examples/postinmemory: external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make +external/curl/docs/examples/postinmemory: external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/compiler_depend.ts +external/curl/docs/examples/postinmemory: external/curl/lib/libcurl.a +external/curl/docs/examples/postinmemory: /usr/lib/libz.so +external/curl/docs/examples/postinmemory: external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable postinmemory" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-postinmemory.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build: external/curl/docs/examples/postinmemory +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-postinmemory.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/cmake_clean.cmake new file mode 100644 index 00000000..a34d72c3 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-postinmemory.dir/link.d" + "CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o" + "CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o.d" + "postinmemory" + "postinmemory.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-postinmemory.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/compiler_depend.make new file mode 100644 index 00000000..a508d362 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-postinmemory. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/compiler_depend.ts new file mode 100644 index 00000000..35ece3b9 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-postinmemory. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/depend.make new file mode 100644 index 00000000..65f1fb2d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-postinmemory. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/link.txt new file mode 100644 index 00000000..f768d018 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-postinmemory.dir/link.d "CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o" -o postinmemory ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/DependInfo.cmake new file mode 100644 index 00000000..960d4338 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/postit2-formadd.c" "external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o.d" + "" "external/curl/docs/examples/postit2-formadd" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make new file mode 100644 index 00000000..27c8c115 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o: external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/postit2-formadd.c +external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o: external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o -MF CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o.d -o CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/postit2-formadd.c + +external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/postit2-formadd.c > CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/postit2-formadd.c -o CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.s + +# Object files for target curl-example-postit2-formadd +curl__example__postit2__formadd_OBJECTS = \ +"CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o" + +# External object files for target curl-example-postit2-formadd +curl__example__postit2__formadd_EXTERNAL_OBJECTS = + +external/curl/docs/examples/postit2-formadd: external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o +external/curl/docs/examples/postit2-formadd: external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make +external/curl/docs/examples/postit2-formadd: external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/compiler_depend.ts +external/curl/docs/examples/postit2-formadd: external/curl/lib/libcurl.a +external/curl/docs/examples/postit2-formadd: /usr/lib/libz.so +external/curl/docs/examples/postit2-formadd: external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable postit2-formadd" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-postit2-formadd.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build: external/curl/docs/examples/postit2-formadd +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-postit2-formadd.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/cmake_clean.cmake new file mode 100644 index 00000000..9c7c7cc6 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-postit2-formadd.dir/link.d" + "CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o" + "CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o.d" + "postit2-formadd" + "postit2-formadd.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-postit2-formadd.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/compiler_depend.make new file mode 100644 index 00000000..e8cd0bdd --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-postit2-formadd. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/compiler_depend.ts new file mode 100644 index 00000000..1d48bea3 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-postit2-formadd. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/depend.make new file mode 100644 index 00000000..5ceb9b71 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-postit2-formadd. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/link.txt new file mode 100644 index 00000000..3618ff67 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-postit2-formadd.dir/link.d "CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o" -o postit2-formadd ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/DependInfo.cmake new file mode 100644 index 00000000..935c82ad --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/postit2.c" "external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.o.d" + "" "external/curl/docs/examples/postit2" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make new file mode 100644 index 00000000..96ec0210 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.o: external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/postit2.c +external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.o: external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.o -MF CMakeFiles/curl-example-postit2.dir/postit2.c.o.d -o CMakeFiles/curl-example-postit2.dir/postit2.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/postit2.c + +external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-postit2.dir/postit2.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/postit2.c > CMakeFiles/curl-example-postit2.dir/postit2.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-postit2.dir/postit2.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/postit2.c -o CMakeFiles/curl-example-postit2.dir/postit2.c.s + +# Object files for target curl-example-postit2 +curl__example__postit2_OBJECTS = \ +"CMakeFiles/curl-example-postit2.dir/postit2.c.o" + +# External object files for target curl-example-postit2 +curl__example__postit2_EXTERNAL_OBJECTS = + +external/curl/docs/examples/postit2: external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.o +external/curl/docs/examples/postit2: external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make +external/curl/docs/examples/postit2: external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/compiler_depend.ts +external/curl/docs/examples/postit2: external/curl/lib/libcurl.a +external/curl/docs/examples/postit2: /usr/lib/libz.so +external/curl/docs/examples/postit2: external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable postit2" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-postit2.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build: external/curl/docs/examples/postit2 +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-postit2.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/cmake_clean.cmake new file mode 100644 index 00000000..5c1e9d32 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-postit2.dir/link.d" + "CMakeFiles/curl-example-postit2.dir/postit2.c.o" + "CMakeFiles/curl-example-postit2.dir/postit2.c.o.d" + "postit2" + "postit2.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-postit2.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/compiler_depend.make new file mode 100644 index 00000000..415d9b6d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-postit2. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/compiler_depend.ts new file mode 100644 index 00000000..decbe66e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-postit2. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/depend.make new file mode 100644 index 00000000..f0b1ddfa --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-postit2. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/link.txt new file mode 100644 index 00000000..e3d7b313 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-postit2.dir/link.d "CMakeFiles/curl-example-postit2.dir/postit2.c.o" -o postit2 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/DependInfo.cmake new file mode 100644 index 00000000..fd39e814 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/progressfunc.c" "external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o.d" + "" "external/curl/docs/examples/progressfunc" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make new file mode 100644 index 00000000..6f48e07c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o: external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/progressfunc.c +external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o: external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o -MF CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o.d -o CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/progressfunc.c + +external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/progressfunc.c > CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/progressfunc.c -o CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.s + +# Object files for target curl-example-progressfunc +curl__example__progressfunc_OBJECTS = \ +"CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o" + +# External object files for target curl-example-progressfunc +curl__example__progressfunc_EXTERNAL_OBJECTS = + +external/curl/docs/examples/progressfunc: external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o +external/curl/docs/examples/progressfunc: external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make +external/curl/docs/examples/progressfunc: external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/compiler_depend.ts +external/curl/docs/examples/progressfunc: external/curl/lib/libcurl.a +external/curl/docs/examples/progressfunc: /usr/lib/libz.so +external/curl/docs/examples/progressfunc: external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable progressfunc" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-progressfunc.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build: external/curl/docs/examples/progressfunc +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-progressfunc.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/cmake_clean.cmake new file mode 100644 index 00000000..78b02e13 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-progressfunc.dir/link.d" + "CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o" + "CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o.d" + "progressfunc" + "progressfunc.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-progressfunc.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/compiler_depend.make new file mode 100644 index 00000000..ba71b621 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-progressfunc. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/compiler_depend.ts new file mode 100644 index 00000000..dac4c816 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-progressfunc. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/depend.make new file mode 100644 index 00000000..cbd58e03 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-progressfunc. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/link.txt new file mode 100644 index 00000000..0e20d0a2 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-progressfunc.dir/link.d "CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o" -o progressfunc ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/DependInfo.cmake new file mode 100644 index 00000000..a9a0a73c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/protofeats.c" "external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.o.d" + "" "external/curl/docs/examples/protofeats" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make new file mode 100644 index 00000000..f18473f6 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.o: external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/protofeats.c +external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.o: external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.o -MF CMakeFiles/curl-example-protofeats.dir/protofeats.c.o.d -o CMakeFiles/curl-example-protofeats.dir/protofeats.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/protofeats.c + +external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-protofeats.dir/protofeats.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/protofeats.c > CMakeFiles/curl-example-protofeats.dir/protofeats.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-protofeats.dir/protofeats.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/protofeats.c -o CMakeFiles/curl-example-protofeats.dir/protofeats.c.s + +# Object files for target curl-example-protofeats +curl__example__protofeats_OBJECTS = \ +"CMakeFiles/curl-example-protofeats.dir/protofeats.c.o" + +# External object files for target curl-example-protofeats +curl__example__protofeats_EXTERNAL_OBJECTS = + +external/curl/docs/examples/protofeats: external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.o +external/curl/docs/examples/protofeats: external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make +external/curl/docs/examples/protofeats: external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/compiler_depend.ts +external/curl/docs/examples/protofeats: external/curl/lib/libcurl.a +external/curl/docs/examples/protofeats: /usr/lib/libz.so +external/curl/docs/examples/protofeats: external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable protofeats" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-protofeats.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build: external/curl/docs/examples/protofeats +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-protofeats.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/cmake_clean.cmake new file mode 100644 index 00000000..c5af21fd --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-protofeats.dir/link.d" + "CMakeFiles/curl-example-protofeats.dir/protofeats.c.o" + "CMakeFiles/curl-example-protofeats.dir/protofeats.c.o.d" + "protofeats" + "protofeats.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-protofeats.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/compiler_depend.make new file mode 100644 index 00000000..660d3cfd --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-protofeats. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/compiler_depend.ts new file mode 100644 index 00000000..c8a8f0f5 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-protofeats. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/depend.make new file mode 100644 index 00000000..f426bab6 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-protofeats. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/link.txt new file mode 100644 index 00000000..9475c898 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-protofeats.dir/link.d "CMakeFiles/curl-example-protofeats.dir/protofeats.c.o" -o protofeats ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/DependInfo.cmake new file mode 100644 index 00000000..d906854d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/range.c" "external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.o.d" + "" "external/curl/docs/examples/range" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-range.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make new file mode 100644 index 00000000..eb6b6c4a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-range.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-range.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-range.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-range.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-range.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-range.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.o: external/curl/docs/examples/CMakeFiles/curl-example-range.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/range.c +external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.o: external/curl/docs/examples/CMakeFiles/curl-example-range.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.o -MF CMakeFiles/curl-example-range.dir/range.c.o.d -o CMakeFiles/curl-example-range.dir/range.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/range.c + +external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-range.dir/range.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/range.c > CMakeFiles/curl-example-range.dir/range.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-range.dir/range.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/range.c -o CMakeFiles/curl-example-range.dir/range.c.s + +# Object files for target curl-example-range +curl__example__range_OBJECTS = \ +"CMakeFiles/curl-example-range.dir/range.c.o" + +# External object files for target curl-example-range +curl__example__range_EXTERNAL_OBJECTS = + +external/curl/docs/examples/range: external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.o +external/curl/docs/examples/range: external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make +external/curl/docs/examples/range: external/curl/docs/examples/CMakeFiles/curl-example-range.dir/compiler_depend.ts +external/curl/docs/examples/range: external/curl/lib/libcurl.a +external/curl/docs/examples/range: /usr/lib/libz.so +external/curl/docs/examples/range: external/curl/docs/examples/CMakeFiles/curl-example-range.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable range" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-range.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build: external/curl/docs/examples/range +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-range.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-range.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-range.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-range.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-range.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/cmake_clean.cmake new file mode 100644 index 00000000..75964903 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-range.dir/link.d" + "CMakeFiles/curl-example-range.dir/range.c.o" + "CMakeFiles/curl-example-range.dir/range.c.o.d" + "range" + "range.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-range.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/compiler_depend.make new file mode 100644 index 00000000..0aef7528 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-range. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/compiler_depend.ts new file mode 100644 index 00000000..6fbce845 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-range. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/depend.make new file mode 100644 index 00000000..327c7076 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-range. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/link.txt new file mode 100644 index 00000000..08341cd3 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-range.dir/link.d "CMakeFiles/curl-example-range.dir/range.c.o" -o range ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/DependInfo.cmake new file mode 100644 index 00000000..186f7047 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/resolve.c" "external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.o.d" + "" "external/curl/docs/examples/resolve" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make new file mode 100644 index 00000000..0418c50c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.o: external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/resolve.c +external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.o: external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.o -MF CMakeFiles/curl-example-resolve.dir/resolve.c.o.d -o CMakeFiles/curl-example-resolve.dir/resolve.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/resolve.c + +external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-resolve.dir/resolve.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/resolve.c > CMakeFiles/curl-example-resolve.dir/resolve.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-resolve.dir/resolve.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/resolve.c -o CMakeFiles/curl-example-resolve.dir/resolve.c.s + +# Object files for target curl-example-resolve +curl__example__resolve_OBJECTS = \ +"CMakeFiles/curl-example-resolve.dir/resolve.c.o" + +# External object files for target curl-example-resolve +curl__example__resolve_EXTERNAL_OBJECTS = + +external/curl/docs/examples/resolve: external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.o +external/curl/docs/examples/resolve: external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make +external/curl/docs/examples/resolve: external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/compiler_depend.ts +external/curl/docs/examples/resolve: external/curl/lib/libcurl.a +external/curl/docs/examples/resolve: /usr/lib/libz.so +external/curl/docs/examples/resolve: external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable resolve" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-resolve.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build: external/curl/docs/examples/resolve +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-resolve.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/cmake_clean.cmake new file mode 100644 index 00000000..c8473e31 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-resolve.dir/link.d" + "CMakeFiles/curl-example-resolve.dir/resolve.c.o" + "CMakeFiles/curl-example-resolve.dir/resolve.c.o.d" + "resolve" + "resolve.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-resolve.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/compiler_depend.make new file mode 100644 index 00000000..e7581c8a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-resolve. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/compiler_depend.ts new file mode 100644 index 00000000..4ced1e3f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-resolve. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/depend.make new file mode 100644 index 00000000..d131980d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-resolve. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/link.txt new file mode 100644 index 00000000..4b257a71 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-resolve.dir/link.d "CMakeFiles/curl-example-resolve.dir/resolve.c.o" -o resolve ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/DependInfo.cmake new file mode 100644 index 00000000..d408a1a7 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/rtsp-options.c" "external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o.d" + "" "external/curl/docs/examples/rtsp-options" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make new file mode 100644 index 00000000..59fd7160 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o: external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/rtsp-options.c +external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o: external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o -MF CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o.d -o CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/rtsp-options.c + +external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/rtsp-options.c > CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/rtsp-options.c -o CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.s + +# Object files for target curl-example-rtsp-options +curl__example__rtsp__options_OBJECTS = \ +"CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o" + +# External object files for target curl-example-rtsp-options +curl__example__rtsp__options_EXTERNAL_OBJECTS = + +external/curl/docs/examples/rtsp-options: external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o +external/curl/docs/examples/rtsp-options: external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make +external/curl/docs/examples/rtsp-options: external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/compiler_depend.ts +external/curl/docs/examples/rtsp-options: external/curl/lib/libcurl.a +external/curl/docs/examples/rtsp-options: /usr/lib/libz.so +external/curl/docs/examples/rtsp-options: external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable rtsp-options" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-rtsp-options.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build: external/curl/docs/examples/rtsp-options +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-rtsp-options.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/cmake_clean.cmake new file mode 100644 index 00000000..2a210f9b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-rtsp-options.dir/link.d" + "CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o" + "CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o.d" + "rtsp-options" + "rtsp-options.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-rtsp-options.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/compiler_depend.make new file mode 100644 index 00000000..d87effa1 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-rtsp-options. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/compiler_depend.ts new file mode 100644 index 00000000..a61f2541 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-rtsp-options. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/depend.make new file mode 100644 index 00000000..c09bf10e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-rtsp-options. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/link.txt new file mode 100644 index 00000000..4914953b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-rtsp-options.dir/link.d "CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o" -o rtsp-options ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/DependInfo.cmake new file mode 100644 index 00000000..285c247b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/sendrecv.c" "external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o.d" + "" "external/curl/docs/examples/sendrecv" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make new file mode 100644 index 00000000..9e40fc4a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o: external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/sendrecv.c +external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o: external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o -MF CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o.d -o CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/sendrecv.c + +external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/sendrecv.c > CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/sendrecv.c -o CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.s + +# Object files for target curl-example-sendrecv +curl__example__sendrecv_OBJECTS = \ +"CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o" + +# External object files for target curl-example-sendrecv +curl__example__sendrecv_EXTERNAL_OBJECTS = + +external/curl/docs/examples/sendrecv: external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o +external/curl/docs/examples/sendrecv: external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make +external/curl/docs/examples/sendrecv: external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/compiler_depend.ts +external/curl/docs/examples/sendrecv: external/curl/lib/libcurl.a +external/curl/docs/examples/sendrecv: /usr/lib/libz.so +external/curl/docs/examples/sendrecv: external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable sendrecv" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-sendrecv.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build: external/curl/docs/examples/sendrecv +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-sendrecv.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/cmake_clean.cmake new file mode 100644 index 00000000..08856bdd --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-sendrecv.dir/link.d" + "CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o" + "CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o.d" + "sendrecv" + "sendrecv.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-sendrecv.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/compiler_depend.make new file mode 100644 index 00000000..ea0dd249 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-sendrecv. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/compiler_depend.ts new file mode 100644 index 00000000..9002a50c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-sendrecv. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/depend.make new file mode 100644 index 00000000..0c4309cf --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-sendrecv. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/link.txt new file mode 100644 index 00000000..9e8280dd --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-sendrecv.dir/link.d "CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o" -o sendrecv ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/DependInfo.cmake new file mode 100644 index 00000000..d1ccc0db --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/sepheaders.c" "external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o.d" + "" "external/curl/docs/examples/sepheaders" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make new file mode 100644 index 00000000..db42f12f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o: external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/sepheaders.c +external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o: external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o -MF CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o.d -o CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/sepheaders.c + +external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/sepheaders.c > CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/sepheaders.c -o CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.s + +# Object files for target curl-example-sepheaders +curl__example__sepheaders_OBJECTS = \ +"CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o" + +# External object files for target curl-example-sepheaders +curl__example__sepheaders_EXTERNAL_OBJECTS = + +external/curl/docs/examples/sepheaders: external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o +external/curl/docs/examples/sepheaders: external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make +external/curl/docs/examples/sepheaders: external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/compiler_depend.ts +external/curl/docs/examples/sepheaders: external/curl/lib/libcurl.a +external/curl/docs/examples/sepheaders: /usr/lib/libz.so +external/curl/docs/examples/sepheaders: external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable sepheaders" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-sepheaders.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build: external/curl/docs/examples/sepheaders +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-sepheaders.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/cmake_clean.cmake new file mode 100644 index 00000000..312241fa --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-sepheaders.dir/link.d" + "CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o" + "CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o.d" + "sepheaders" + "sepheaders.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-sepheaders.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/compiler_depend.make new file mode 100644 index 00000000..cd197830 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-sepheaders. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/compiler_depend.ts new file mode 100644 index 00000000..48449499 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-sepheaders. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/depend.make new file mode 100644 index 00000000..c3c83e3b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-sepheaders. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/link.txt new file mode 100644 index 00000000..41e46547 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-sepheaders.dir/link.d "CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o" -o sepheaders ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/DependInfo.cmake new file mode 100644 index 00000000..f16e743e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/sftpget.c" "external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.o.d" + "" "external/curl/docs/examples/sftpget" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make new file mode 100644 index 00000000..fab066ec --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.o: external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/sftpget.c +external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.o: external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.o -MF CMakeFiles/curl-example-sftpget.dir/sftpget.c.o.d -o CMakeFiles/curl-example-sftpget.dir/sftpget.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/sftpget.c + +external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-sftpget.dir/sftpget.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/sftpget.c > CMakeFiles/curl-example-sftpget.dir/sftpget.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-sftpget.dir/sftpget.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/sftpget.c -o CMakeFiles/curl-example-sftpget.dir/sftpget.c.s + +# Object files for target curl-example-sftpget +curl__example__sftpget_OBJECTS = \ +"CMakeFiles/curl-example-sftpget.dir/sftpget.c.o" + +# External object files for target curl-example-sftpget +curl__example__sftpget_EXTERNAL_OBJECTS = + +external/curl/docs/examples/sftpget: external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.o +external/curl/docs/examples/sftpget: external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make +external/curl/docs/examples/sftpget: external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/compiler_depend.ts +external/curl/docs/examples/sftpget: external/curl/lib/libcurl.a +external/curl/docs/examples/sftpget: /usr/lib/libz.so +external/curl/docs/examples/sftpget: external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable sftpget" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-sftpget.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build: external/curl/docs/examples/sftpget +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-sftpget.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/cmake_clean.cmake new file mode 100644 index 00000000..f00c2466 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-sftpget.dir/link.d" + "CMakeFiles/curl-example-sftpget.dir/sftpget.c.o" + "CMakeFiles/curl-example-sftpget.dir/sftpget.c.o.d" + "sftpget" + "sftpget.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-sftpget.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/compiler_depend.make new file mode 100644 index 00000000..032e1b72 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-sftpget. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/compiler_depend.ts new file mode 100644 index 00000000..49e10f73 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-sftpget. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/depend.make new file mode 100644 index 00000000..54213fcb --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-sftpget. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/link.txt new file mode 100644 index 00000000..05e49f2b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-sftpget.dir/link.d "CMakeFiles/curl-example-sftpget.dir/sftpget.c.o" -o sftpget ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/progress.make new file mode 100644 index 00000000..99f4ee92 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 41 +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/DependInfo.cmake new file mode 100644 index 00000000..d8dbaa30 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/sftpuploadresume.c" "external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o.d" + "" "external/curl/docs/examples/sftpuploadresume" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make new file mode 100644 index 00000000..b0284792 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o: external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/sftpuploadresume.c +external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o: external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o -MF CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o.d -o CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/sftpuploadresume.c + +external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/sftpuploadresume.c > CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/sftpuploadresume.c -o CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.s + +# Object files for target curl-example-sftpuploadresume +curl__example__sftpuploadresume_OBJECTS = \ +"CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o" + +# External object files for target curl-example-sftpuploadresume +curl__example__sftpuploadresume_EXTERNAL_OBJECTS = + +external/curl/docs/examples/sftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o +external/curl/docs/examples/sftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make +external/curl/docs/examples/sftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/compiler_depend.ts +external/curl/docs/examples/sftpuploadresume: external/curl/lib/libcurl.a +external/curl/docs/examples/sftpuploadresume: /usr/lib/libz.so +external/curl/docs/examples/sftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable sftpuploadresume" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-sftpuploadresume.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build: external/curl/docs/examples/sftpuploadresume +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-sftpuploadresume.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/cmake_clean.cmake new file mode 100644 index 00000000..234b234a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-sftpuploadresume.dir/link.d" + "CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o" + "CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o.d" + "sftpuploadresume" + "sftpuploadresume.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-sftpuploadresume.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/compiler_depend.make new file mode 100644 index 00000000..b8123db8 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-sftpuploadresume. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/compiler_depend.ts new file mode 100644 index 00000000..8557ef60 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-sftpuploadresume. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/depend.make new file mode 100644 index 00000000..c419875f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-sftpuploadresume. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/link.txt new file mode 100644 index 00000000..aa701263 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-sftpuploadresume.dir/link.d "CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o" -o sftpuploadresume ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/DependInfo.cmake new file mode 100644 index 00000000..1896a622 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/shared-connection-cache.c" "external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o.d" + "" "external/curl/docs/examples/shared-connection-cache" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make new file mode 100644 index 00000000..887e86dc --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o: external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/shared-connection-cache.c +external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o: external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o -MF CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o.d -o CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/shared-connection-cache.c + +external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/shared-connection-cache.c > CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/shared-connection-cache.c -o CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.s + +# Object files for target curl-example-shared-connection-cache +curl__example__shared__connection__cache_OBJECTS = \ +"CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o" + +# External object files for target curl-example-shared-connection-cache +curl__example__shared__connection__cache_EXTERNAL_OBJECTS = + +external/curl/docs/examples/shared-connection-cache: external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o +external/curl/docs/examples/shared-connection-cache: external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make +external/curl/docs/examples/shared-connection-cache: external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/compiler_depend.ts +external/curl/docs/examples/shared-connection-cache: external/curl/lib/libcurl.a +external/curl/docs/examples/shared-connection-cache: /usr/lib/libz.so +external/curl/docs/examples/shared-connection-cache: external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable shared-connection-cache" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-shared-connection-cache.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build: external/curl/docs/examples/shared-connection-cache +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-shared-connection-cache.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/cmake_clean.cmake new file mode 100644 index 00000000..24420166 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-shared-connection-cache.dir/link.d" + "CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o" + "CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o.d" + "shared-connection-cache" + "shared-connection-cache.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-shared-connection-cache.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/compiler_depend.make new file mode 100644 index 00000000..15ea41c5 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-shared-connection-cache. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/compiler_depend.ts new file mode 100644 index 00000000..559ae7a1 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-shared-connection-cache. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/depend.make new file mode 100644 index 00000000..730124fb --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-shared-connection-cache. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/link.txt new file mode 100644 index 00000000..6461ec6e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-shared-connection-cache.dir/link.d "CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o" -o shared-connection-cache ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/DependInfo.cmake new file mode 100644 index 00000000..f02963fb --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/simple.c" "external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.o.d" + "" "external/curl/docs/examples/simple" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make new file mode 100644 index 00000000..129d69b0 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.o: external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/simple.c +external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.o: external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.o -MF CMakeFiles/curl-example-simple.dir/simple.c.o.d -o CMakeFiles/curl-example-simple.dir/simple.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/simple.c + +external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-simple.dir/simple.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/simple.c > CMakeFiles/curl-example-simple.dir/simple.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-simple.dir/simple.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/simple.c -o CMakeFiles/curl-example-simple.dir/simple.c.s + +# Object files for target curl-example-simple +curl__example__simple_OBJECTS = \ +"CMakeFiles/curl-example-simple.dir/simple.c.o" + +# External object files for target curl-example-simple +curl__example__simple_EXTERNAL_OBJECTS = + +external/curl/docs/examples/simple: external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.o +external/curl/docs/examples/simple: external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make +external/curl/docs/examples/simple: external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/compiler_depend.ts +external/curl/docs/examples/simple: external/curl/lib/libcurl.a +external/curl/docs/examples/simple: /usr/lib/libz.so +external/curl/docs/examples/simple: external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable simple" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-simple.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build: external/curl/docs/examples/simple +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-simple.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/cmake_clean.cmake new file mode 100644 index 00000000..f9709817 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-simple.dir/link.d" + "CMakeFiles/curl-example-simple.dir/simple.c.o" + "CMakeFiles/curl-example-simple.dir/simple.c.o.d" + "simple" + "simple.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-simple.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/compiler_depend.make new file mode 100644 index 00000000..b86277eb --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-simple. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/compiler_depend.ts new file mode 100644 index 00000000..3bbe0bf1 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-simple. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/depend.make new file mode 100644 index 00000000..10c2cf6d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-simple. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/link.txt new file mode 100644 index 00000000..64cb6062 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-simple.dir/link.d "CMakeFiles/curl-example-simple.dir/simple.c.o" -o simple ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/DependInfo.cmake new file mode 100644 index 00000000..cadac4c1 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/simplepost.c" "external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.o.d" + "" "external/curl/docs/examples/simplepost" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make new file mode 100644 index 00000000..f54e323a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.o: external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/simplepost.c +external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.o: external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.o -MF CMakeFiles/curl-example-simplepost.dir/simplepost.c.o.d -o CMakeFiles/curl-example-simplepost.dir/simplepost.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/simplepost.c + +external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-simplepost.dir/simplepost.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/simplepost.c > CMakeFiles/curl-example-simplepost.dir/simplepost.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-simplepost.dir/simplepost.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/simplepost.c -o CMakeFiles/curl-example-simplepost.dir/simplepost.c.s + +# Object files for target curl-example-simplepost +curl__example__simplepost_OBJECTS = \ +"CMakeFiles/curl-example-simplepost.dir/simplepost.c.o" + +# External object files for target curl-example-simplepost +curl__example__simplepost_EXTERNAL_OBJECTS = + +external/curl/docs/examples/simplepost: external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.o +external/curl/docs/examples/simplepost: external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make +external/curl/docs/examples/simplepost: external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/compiler_depend.ts +external/curl/docs/examples/simplepost: external/curl/lib/libcurl.a +external/curl/docs/examples/simplepost: /usr/lib/libz.so +external/curl/docs/examples/simplepost: external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable simplepost" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-simplepost.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build: external/curl/docs/examples/simplepost +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-simplepost.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/cmake_clean.cmake new file mode 100644 index 00000000..f433076c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-simplepost.dir/link.d" + "CMakeFiles/curl-example-simplepost.dir/simplepost.c.o" + "CMakeFiles/curl-example-simplepost.dir/simplepost.c.o.d" + "simplepost" + "simplepost.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-simplepost.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/compiler_depend.make new file mode 100644 index 00000000..a8390142 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-simplepost. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/compiler_depend.ts new file mode 100644 index 00000000..c3fcf768 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-simplepost. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/depend.make new file mode 100644 index 00000000..3ee87fc5 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-simplepost. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/link.txt new file mode 100644 index 00000000..d79175c1 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-simplepost.dir/link.d "CMakeFiles/curl-example-simplepost.dir/simplepost.c.o" -o simplepost ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/DependInfo.cmake new file mode 100644 index 00000000..14ad1900 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/simplessl.c" "external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.o.d" + "" "external/curl/docs/examples/simplessl" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make new file mode 100644 index 00000000..1bd334b7 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/simplessl.c +external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.o -MF CMakeFiles/curl-example-simplessl.dir/simplessl.c.o.d -o CMakeFiles/curl-example-simplessl.dir/simplessl.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/simplessl.c + +external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-simplessl.dir/simplessl.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/simplessl.c > CMakeFiles/curl-example-simplessl.dir/simplessl.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-simplessl.dir/simplessl.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/simplessl.c -o CMakeFiles/curl-example-simplessl.dir/simplessl.c.s + +# Object files for target curl-example-simplessl +curl__example__simplessl_OBJECTS = \ +"CMakeFiles/curl-example-simplessl.dir/simplessl.c.o" + +# External object files for target curl-example-simplessl +curl__example__simplessl_EXTERNAL_OBJECTS = + +external/curl/docs/examples/simplessl: external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.o +external/curl/docs/examples/simplessl: external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make +external/curl/docs/examples/simplessl: external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/compiler_depend.ts +external/curl/docs/examples/simplessl: external/curl/lib/libcurl.a +external/curl/docs/examples/simplessl: /usr/lib/libz.so +external/curl/docs/examples/simplessl: external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable simplessl" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-simplessl.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build: external/curl/docs/examples/simplessl +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-simplessl.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/cmake_clean.cmake new file mode 100644 index 00000000..df06cc5b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-simplessl.dir/link.d" + "CMakeFiles/curl-example-simplessl.dir/simplessl.c.o" + "CMakeFiles/curl-example-simplessl.dir/simplessl.c.o.d" + "simplessl" + "simplessl.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-simplessl.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/compiler_depend.make new file mode 100644 index 00000000..ea037a4c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-simplessl. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/compiler_depend.ts new file mode 100644 index 00000000..29e957ef --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-simplessl. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/depend.make new file mode 100644 index 00000000..5efde102 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-simplessl. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/link.txt new file mode 100644 index 00000000..5fa326aa --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-simplessl.dir/link.d "CMakeFiles/curl-example-simplessl.dir/simplessl.c.o" -o simplessl ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/DependInfo.cmake new file mode 100644 index 00000000..74559d76 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-authzid.c" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o.d" + "" "external/curl/docs/examples/smtp-authzid" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make new file mode 100644 index 00000000..2a71902f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-authzid.c +external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o -MF CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o.d -o CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-authzid.c + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-authzid.c > CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-authzid.c -o CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.s + +# Object files for target curl-example-smtp-authzid +curl__example__smtp__authzid_OBJECTS = \ +"CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o" + +# External object files for target curl-example-smtp-authzid +curl__example__smtp__authzid_EXTERNAL_OBJECTS = + +external/curl/docs/examples/smtp-authzid: external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o +external/curl/docs/examples/smtp-authzid: external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make +external/curl/docs/examples/smtp-authzid: external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/compiler_depend.ts +external/curl/docs/examples/smtp-authzid: external/curl/lib/libcurl.a +external/curl/docs/examples/smtp-authzid: /usr/lib/libz.so +external/curl/docs/examples/smtp-authzid: external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable smtp-authzid" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-smtp-authzid.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build: external/curl/docs/examples/smtp-authzid +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-smtp-authzid.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/cmake_clean.cmake new file mode 100644 index 00000000..54c7f2a8 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-smtp-authzid.dir/link.d" + "CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o" + "CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o.d" + "smtp-authzid" + "smtp-authzid.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-smtp-authzid.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/compiler_depend.make new file mode 100644 index 00000000..1fe0af50 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-smtp-authzid. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/compiler_depend.ts new file mode 100644 index 00000000..3acf9078 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-smtp-authzid. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/depend.make new file mode 100644 index 00000000..165000c7 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-smtp-authzid. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/link.txt new file mode 100644 index 00000000..f753cb5b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-smtp-authzid.dir/link.d "CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o" -o smtp-authzid ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/DependInfo.cmake new file mode 100644 index 00000000..82339127 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-expn.c" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o.d" + "" "external/curl/docs/examples/smtp-expn" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make new file mode 100644 index 00000000..561ec926 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-expn.c +external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o -MF CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o.d -o CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-expn.c + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-expn.c > CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-expn.c -o CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.s + +# Object files for target curl-example-smtp-expn +curl__example__smtp__expn_OBJECTS = \ +"CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o" + +# External object files for target curl-example-smtp-expn +curl__example__smtp__expn_EXTERNAL_OBJECTS = + +external/curl/docs/examples/smtp-expn: external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o +external/curl/docs/examples/smtp-expn: external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make +external/curl/docs/examples/smtp-expn: external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/compiler_depend.ts +external/curl/docs/examples/smtp-expn: external/curl/lib/libcurl.a +external/curl/docs/examples/smtp-expn: /usr/lib/libz.so +external/curl/docs/examples/smtp-expn: external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable smtp-expn" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-smtp-expn.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build: external/curl/docs/examples/smtp-expn +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-smtp-expn.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/cmake_clean.cmake new file mode 100644 index 00000000..4408a087 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-smtp-expn.dir/link.d" + "CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o" + "CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o.d" + "smtp-expn" + "smtp-expn.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-smtp-expn.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/compiler_depend.make new file mode 100644 index 00000000..2636fc5f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-smtp-expn. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/compiler_depend.ts new file mode 100644 index 00000000..fa42aa30 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-smtp-expn. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/depend.make new file mode 100644 index 00000000..b53b3b1a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-smtp-expn. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/link.txt new file mode 100644 index 00000000..40fd1ffd --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-smtp-expn.dir/link.d "CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o" -o smtp-expn ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/DependInfo.cmake new file mode 100644 index 00000000..e9fe9876 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-mail.c" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o.d" + "" "external/curl/docs/examples/smtp-mail" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make new file mode 100644 index 00000000..d3e26542 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-mail.c +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o -MF CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o.d -o CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-mail.c + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-mail.c > CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-mail.c -o CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.s + +# Object files for target curl-example-smtp-mail +curl__example__smtp__mail_OBJECTS = \ +"CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o" + +# External object files for target curl-example-smtp-mail +curl__example__smtp__mail_EXTERNAL_OBJECTS = + +external/curl/docs/examples/smtp-mail: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o +external/curl/docs/examples/smtp-mail: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make +external/curl/docs/examples/smtp-mail: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/compiler_depend.ts +external/curl/docs/examples/smtp-mail: external/curl/lib/libcurl.a +external/curl/docs/examples/smtp-mail: /usr/lib/libz.so +external/curl/docs/examples/smtp-mail: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable smtp-mail" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-smtp-mail.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build: external/curl/docs/examples/smtp-mail +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-smtp-mail.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/cmake_clean.cmake new file mode 100644 index 00000000..07a97b93 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-smtp-mail.dir/link.d" + "CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o" + "CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o.d" + "smtp-mail" + "smtp-mail.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-smtp-mail.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/compiler_depend.make new file mode 100644 index 00000000..1dc2894b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-smtp-mail. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/compiler_depend.ts new file mode 100644 index 00000000..774d5de8 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-smtp-mail. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/depend.make new file mode 100644 index 00000000..c9344ac7 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-smtp-mail. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/link.txt new file mode 100644 index 00000000..5084f6ca --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-smtp-mail.dir/link.d "CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o" -o smtp-mail ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/DependInfo.cmake new file mode 100644 index 00000000..ebc55b11 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-mime.c" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o.d" + "" "external/curl/docs/examples/smtp-mime" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make new file mode 100644 index 00000000..b85a9b56 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-mime.c +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o -MF CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o.d -o CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-mime.c + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-mime.c > CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-mime.c -o CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.s + +# Object files for target curl-example-smtp-mime +curl__example__smtp__mime_OBJECTS = \ +"CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o" + +# External object files for target curl-example-smtp-mime +curl__example__smtp__mime_EXTERNAL_OBJECTS = + +external/curl/docs/examples/smtp-mime: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o +external/curl/docs/examples/smtp-mime: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make +external/curl/docs/examples/smtp-mime: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/compiler_depend.ts +external/curl/docs/examples/smtp-mime: external/curl/lib/libcurl.a +external/curl/docs/examples/smtp-mime: /usr/lib/libz.so +external/curl/docs/examples/smtp-mime: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable smtp-mime" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-smtp-mime.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build: external/curl/docs/examples/smtp-mime +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-smtp-mime.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/cmake_clean.cmake new file mode 100644 index 00000000..2a85b7fe --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-smtp-mime.dir/link.d" + "CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o" + "CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o.d" + "smtp-mime" + "smtp-mime.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-smtp-mime.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/compiler_depend.make new file mode 100644 index 00000000..ddad9101 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-smtp-mime. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/compiler_depend.ts new file mode 100644 index 00000000..1671c5fc --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-smtp-mime. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/depend.make new file mode 100644 index 00000000..7611d34b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-smtp-mime. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/link.txt new file mode 100644 index 00000000..0c775e56 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-smtp-mime.dir/link.d "CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o" -o smtp-mime ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/DependInfo.cmake new file mode 100644 index 00000000..ac1ecb0c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-multi.c" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o.d" + "" "external/curl/docs/examples/smtp-multi" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make new file mode 100644 index 00000000..d8b9ee3e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-multi.c +external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o -MF CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o.d -o CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-multi.c + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-multi.c > CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-multi.c -o CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.s + +# Object files for target curl-example-smtp-multi +curl__example__smtp__multi_OBJECTS = \ +"CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o" + +# External object files for target curl-example-smtp-multi +curl__example__smtp__multi_EXTERNAL_OBJECTS = + +external/curl/docs/examples/smtp-multi: external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o +external/curl/docs/examples/smtp-multi: external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make +external/curl/docs/examples/smtp-multi: external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/compiler_depend.ts +external/curl/docs/examples/smtp-multi: external/curl/lib/libcurl.a +external/curl/docs/examples/smtp-multi: /usr/lib/libz.so +external/curl/docs/examples/smtp-multi: external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable smtp-multi" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-smtp-multi.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build: external/curl/docs/examples/smtp-multi +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-smtp-multi.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/cmake_clean.cmake new file mode 100644 index 00000000..c8ae041c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-smtp-multi.dir/link.d" + "CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o" + "CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o.d" + "smtp-multi" + "smtp-multi.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-smtp-multi.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/compiler_depend.make new file mode 100644 index 00000000..3c7fa65c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-smtp-multi. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/compiler_depend.ts new file mode 100644 index 00000000..48c2a51a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-smtp-multi. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/depend.make new file mode 100644 index 00000000..9880f0bf --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-smtp-multi. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/link.txt new file mode 100644 index 00000000..c8bab0f6 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-smtp-multi.dir/link.d "CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o" -o smtp-multi ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/DependInfo.cmake new file mode 100644 index 00000000..68b76af7 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-ssl.c" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o.d" + "" "external/curl/docs/examples/smtp-ssl" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make new file mode 100644 index 00000000..ca325cfb --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-ssl.c +external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o -MF CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o.d -o CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-ssl.c + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-ssl.c > CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-ssl.c -o CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.s + +# Object files for target curl-example-smtp-ssl +curl__example__smtp__ssl_OBJECTS = \ +"CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o" + +# External object files for target curl-example-smtp-ssl +curl__example__smtp__ssl_EXTERNAL_OBJECTS = + +external/curl/docs/examples/smtp-ssl: external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o +external/curl/docs/examples/smtp-ssl: external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make +external/curl/docs/examples/smtp-ssl: external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/compiler_depend.ts +external/curl/docs/examples/smtp-ssl: external/curl/lib/libcurl.a +external/curl/docs/examples/smtp-ssl: /usr/lib/libz.so +external/curl/docs/examples/smtp-ssl: external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable smtp-ssl" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-smtp-ssl.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build: external/curl/docs/examples/smtp-ssl +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-smtp-ssl.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/cmake_clean.cmake new file mode 100644 index 00000000..dbd0b90c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-smtp-ssl.dir/link.d" + "CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o" + "CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o.d" + "smtp-ssl" + "smtp-ssl.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-smtp-ssl.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/compiler_depend.make new file mode 100644 index 00000000..419f401f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-smtp-ssl. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/compiler_depend.ts new file mode 100644 index 00000000..a44ac451 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-smtp-ssl. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/depend.make new file mode 100644 index 00000000..eb6b4129 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-smtp-ssl. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/link.txt new file mode 100644 index 00000000..8e543b13 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-smtp-ssl.dir/link.d "CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o" -o smtp-ssl ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/DependInfo.cmake new file mode 100644 index 00000000..0c8a6a7c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-tls.c" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o.d" + "" "external/curl/docs/examples/smtp-tls" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make new file mode 100644 index 00000000..d2c6b29f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-tls.c +external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o -MF CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o.d -o CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-tls.c + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-tls.c > CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-tls.c -o CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.s + +# Object files for target curl-example-smtp-tls +curl__example__smtp__tls_OBJECTS = \ +"CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o" + +# External object files for target curl-example-smtp-tls +curl__example__smtp__tls_EXTERNAL_OBJECTS = + +external/curl/docs/examples/smtp-tls: external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o +external/curl/docs/examples/smtp-tls: external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make +external/curl/docs/examples/smtp-tls: external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/compiler_depend.ts +external/curl/docs/examples/smtp-tls: external/curl/lib/libcurl.a +external/curl/docs/examples/smtp-tls: /usr/lib/libz.so +external/curl/docs/examples/smtp-tls: external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable smtp-tls" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-smtp-tls.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build: external/curl/docs/examples/smtp-tls +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-smtp-tls.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/cmake_clean.cmake new file mode 100644 index 00000000..fa7bd04d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-smtp-tls.dir/link.d" + "CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o" + "CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o.d" + "smtp-tls" + "smtp-tls.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-smtp-tls.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/compiler_depend.make new file mode 100644 index 00000000..b7eb7be7 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-smtp-tls. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/compiler_depend.ts new file mode 100644 index 00000000..a731ff5e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-smtp-tls. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/depend.make new file mode 100644 index 00000000..dde4a52a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-smtp-tls. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/link.txt new file mode 100644 index 00000000..18f8a22f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-smtp-tls.dir/link.d "CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o" -o smtp-tls ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/DependInfo.cmake new file mode 100644 index 00000000..c3a4eb4f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-vrfy.c" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o.d" + "" "external/curl/docs/examples/smtp-vrfy" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make new file mode 100644 index 00000000..a63b5982 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-vrfy.c +external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o -MF CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o.d -o CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-vrfy.c + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-vrfy.c > CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-vrfy.c -o CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.s + +# Object files for target curl-example-smtp-vrfy +curl__example__smtp__vrfy_OBJECTS = \ +"CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o" + +# External object files for target curl-example-smtp-vrfy +curl__example__smtp__vrfy_EXTERNAL_OBJECTS = + +external/curl/docs/examples/smtp-vrfy: external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o +external/curl/docs/examples/smtp-vrfy: external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make +external/curl/docs/examples/smtp-vrfy: external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/compiler_depend.ts +external/curl/docs/examples/smtp-vrfy: external/curl/lib/libcurl.a +external/curl/docs/examples/smtp-vrfy: /usr/lib/libz.so +external/curl/docs/examples/smtp-vrfy: external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable smtp-vrfy" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-smtp-vrfy.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build: external/curl/docs/examples/smtp-vrfy +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-smtp-vrfy.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/cmake_clean.cmake new file mode 100644 index 00000000..730e415a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-smtp-vrfy.dir/link.d" + "CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o" + "CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o.d" + "smtp-vrfy" + "smtp-vrfy.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-smtp-vrfy.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/compiler_depend.make new file mode 100644 index 00000000..11f0f625 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-smtp-vrfy. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/compiler_depend.ts new file mode 100644 index 00000000..18acc9ea --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-smtp-vrfy. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/depend.make new file mode 100644 index 00000000..acf94776 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-smtp-vrfy. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/link.txt new file mode 100644 index 00000000..c6b28fc8 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-smtp-vrfy.dir/link.d "CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o" -o smtp-vrfy ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/DependInfo.cmake new file mode 100644 index 00000000..78a0ce88 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/sslbackend.c" "external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o.d" + "" "external/curl/docs/examples/sslbackend" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make new file mode 100644 index 00000000..84627ac0 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o: external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/sslbackend.c +external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o: external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o -MF CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o.d -o CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/sslbackend.c + +external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/sslbackend.c > CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/sslbackend.c -o CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.s + +# Object files for target curl-example-sslbackend +curl__example__sslbackend_OBJECTS = \ +"CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o" + +# External object files for target curl-example-sslbackend +curl__example__sslbackend_EXTERNAL_OBJECTS = + +external/curl/docs/examples/sslbackend: external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o +external/curl/docs/examples/sslbackend: external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make +external/curl/docs/examples/sslbackend: external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/compiler_depend.ts +external/curl/docs/examples/sslbackend: external/curl/lib/libcurl.a +external/curl/docs/examples/sslbackend: /usr/lib/libz.so +external/curl/docs/examples/sslbackend: external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable sslbackend" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-sslbackend.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build: external/curl/docs/examples/sslbackend +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-sslbackend.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/cmake_clean.cmake new file mode 100644 index 00000000..356744df --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-sslbackend.dir/link.d" + "CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o" + "CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o.d" + "sslbackend" + "sslbackend.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-sslbackend.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/compiler_depend.make new file mode 100644 index 00000000..1c6fe001 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-sslbackend. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/compiler_depend.ts new file mode 100644 index 00000000..4b96e4ac --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-sslbackend. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/depend.make new file mode 100644 index 00000000..860dc55a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-sslbackend. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/link.txt new file mode 100644 index 00000000..72ccf497 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-sslbackend.dir/link.d "CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o" -o sslbackend ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/progress.make new file mode 100644 index 00000000..3c4649e8 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 42 +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/DependInfo.cmake new file mode 100644 index 00000000..6b3d6ae3 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/unixsocket.c" "external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o.d" + "" "external/curl/docs/examples/unixsocket" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make new file mode 100644 index 00000000..f07e832a --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o: external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/unixsocket.c +external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o: external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o -MF CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o.d -o CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/unixsocket.c + +external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/unixsocket.c > CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/unixsocket.c -o CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.s + +# Object files for target curl-example-unixsocket +curl__example__unixsocket_OBJECTS = \ +"CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o" + +# External object files for target curl-example-unixsocket +curl__example__unixsocket_EXTERNAL_OBJECTS = + +external/curl/docs/examples/unixsocket: external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o +external/curl/docs/examples/unixsocket: external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make +external/curl/docs/examples/unixsocket: external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/compiler_depend.ts +external/curl/docs/examples/unixsocket: external/curl/lib/libcurl.a +external/curl/docs/examples/unixsocket: /usr/lib/libz.so +external/curl/docs/examples/unixsocket: external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable unixsocket" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-unixsocket.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build: external/curl/docs/examples/unixsocket +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-unixsocket.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/cmake_clean.cmake new file mode 100644 index 00000000..ea3dbc8c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-unixsocket.dir/link.d" + "CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o" + "CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o.d" + "unixsocket" + "unixsocket.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-unixsocket.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/compiler_depend.make new file mode 100644 index 00000000..7c4b9a25 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-unixsocket. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/compiler_depend.ts new file mode 100644 index 00000000..a80a525e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-unixsocket. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/depend.make new file mode 100644 index 00000000..93d5bb41 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-unixsocket. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/link.txt new file mode 100644 index 00000000..08044692 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-unixsocket.dir/link.d "CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o" -o unixsocket ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/DependInfo.cmake new file mode 100644 index 00000000..fb355b64 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/url2file.c" "external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.o.d" + "" "external/curl/docs/examples/url2file" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make new file mode 100644 index 00000000..a4c9f55b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.o: external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/url2file.c +external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.o: external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.o -MF CMakeFiles/curl-example-url2file.dir/url2file.c.o.d -o CMakeFiles/curl-example-url2file.dir/url2file.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/url2file.c + +external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-url2file.dir/url2file.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/url2file.c > CMakeFiles/curl-example-url2file.dir/url2file.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-url2file.dir/url2file.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/url2file.c -o CMakeFiles/curl-example-url2file.dir/url2file.c.s + +# Object files for target curl-example-url2file +curl__example__url2file_OBJECTS = \ +"CMakeFiles/curl-example-url2file.dir/url2file.c.o" + +# External object files for target curl-example-url2file +curl__example__url2file_EXTERNAL_OBJECTS = + +external/curl/docs/examples/url2file: external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.o +external/curl/docs/examples/url2file: external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make +external/curl/docs/examples/url2file: external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/compiler_depend.ts +external/curl/docs/examples/url2file: external/curl/lib/libcurl.a +external/curl/docs/examples/url2file: /usr/lib/libz.so +external/curl/docs/examples/url2file: external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable url2file" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-url2file.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build: external/curl/docs/examples/url2file +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-url2file.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/cmake_clean.cmake new file mode 100644 index 00000000..4aad28ac --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-url2file.dir/link.d" + "CMakeFiles/curl-example-url2file.dir/url2file.c.o" + "CMakeFiles/curl-example-url2file.dir/url2file.c.o.d" + "url2file" + "url2file.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-url2file.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/compiler_depend.make new file mode 100644 index 00000000..98b1d38f --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-url2file. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/compiler_depend.ts new file mode 100644 index 00000000..fd16bff6 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-url2file. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/depend.make new file mode 100644 index 00000000..0969ed3c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-url2file. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/link.txt new file mode 100644 index 00000000..d3f8e49e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-url2file.dir/link.d "CMakeFiles/curl-example-url2file.dir/url2file.c.o" -o url2file ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/DependInfo.cmake new file mode 100644 index 00000000..259bf011 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/urlapi.c" "external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.o.d" + "" "external/curl/docs/examples/urlapi" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make new file mode 100644 index 00000000..198ecde2 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.o: external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/urlapi.c +external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.o: external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.o -MF CMakeFiles/curl-example-urlapi.dir/urlapi.c.o.d -o CMakeFiles/curl-example-urlapi.dir/urlapi.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/urlapi.c + +external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-urlapi.dir/urlapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/urlapi.c > CMakeFiles/curl-example-urlapi.dir/urlapi.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-urlapi.dir/urlapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/urlapi.c -o CMakeFiles/curl-example-urlapi.dir/urlapi.c.s + +# Object files for target curl-example-urlapi +curl__example__urlapi_OBJECTS = \ +"CMakeFiles/curl-example-urlapi.dir/urlapi.c.o" + +# External object files for target curl-example-urlapi +curl__example__urlapi_EXTERNAL_OBJECTS = + +external/curl/docs/examples/urlapi: external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.o +external/curl/docs/examples/urlapi: external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make +external/curl/docs/examples/urlapi: external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/compiler_depend.ts +external/curl/docs/examples/urlapi: external/curl/lib/libcurl.a +external/curl/docs/examples/urlapi: /usr/lib/libz.so +external/curl/docs/examples/urlapi: external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable urlapi" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-urlapi.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build: external/curl/docs/examples/urlapi +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-urlapi.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/cmake_clean.cmake new file mode 100644 index 00000000..edc829a8 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-urlapi.dir/link.d" + "CMakeFiles/curl-example-urlapi.dir/urlapi.c.o" + "CMakeFiles/curl-example-urlapi.dir/urlapi.c.o.d" + "urlapi" + "urlapi.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-urlapi.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/compiler_depend.make new file mode 100644 index 00000000..de3946b2 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-urlapi. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/compiler_depend.ts new file mode 100644 index 00000000..6ecefdc6 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-urlapi. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/depend.make new file mode 100644 index 00000000..e55eea6d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-urlapi. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/link.txt new file mode 100644 index 00000000..abdabe1e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-urlapi.dir/link.d "CMakeFiles/curl-example-urlapi.dir/urlapi.c.o" -o urlapi ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/DependInfo.cmake new file mode 100644 index 00000000..903aba18 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/websocket-cb.c" "external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o.d" + "" "external/curl/docs/examples/websocket-cb" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make new file mode 100644 index 00000000..24f23e29 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o: external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/websocket-cb.c +external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o: external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o -MF CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o.d -o CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/websocket-cb.c + +external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/websocket-cb.c > CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/websocket-cb.c -o CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.s + +# Object files for target curl-example-websocket-cb +curl__example__websocket__cb_OBJECTS = \ +"CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o" + +# External object files for target curl-example-websocket-cb +curl__example__websocket__cb_EXTERNAL_OBJECTS = + +external/curl/docs/examples/websocket-cb: external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o +external/curl/docs/examples/websocket-cb: external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make +external/curl/docs/examples/websocket-cb: external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/compiler_depend.ts +external/curl/docs/examples/websocket-cb: external/curl/lib/libcurl.a +external/curl/docs/examples/websocket-cb: /usr/lib/libz.so +external/curl/docs/examples/websocket-cb: external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable websocket-cb" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-websocket-cb.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build: external/curl/docs/examples/websocket-cb +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-websocket-cb.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/cmake_clean.cmake new file mode 100644 index 00000000..e8e147f8 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-websocket-cb.dir/link.d" + "CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o" + "CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o.d" + "websocket-cb" + "websocket-cb.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-websocket-cb.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/compiler_depend.make new file mode 100644 index 00000000..7b0bd236 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-websocket-cb. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/compiler_depend.ts new file mode 100644 index 00000000..203b8144 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-websocket-cb. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/depend.make new file mode 100644 index 00000000..02cdbcd0 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-websocket-cb. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/link.txt new file mode 100644 index 00000000..9810e8bb --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-websocket-cb.dir/link.d "CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o" -o websocket-cb ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/DependInfo.cmake new file mode 100644 index 00000000..f0740749 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/docs/examples/websocket.c" "external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.o.d" + "" "external/curl/docs/examples/websocket" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make new file mode 100644 index 00000000..6d931912 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/flags.make + +external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/codegen + +external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.o: external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/flags.make +external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/websocket.c +external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.o: external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.o -MF CMakeFiles/curl-example-websocket.dir/websocket.c.o.d -o CMakeFiles/curl-example-websocket.dir/websocket.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/websocket.c + +external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-websocket.dir/websocket.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/websocket.c > CMakeFiles/curl-example-websocket.dir/websocket.c.i + +external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-websocket.dir/websocket.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/websocket.c -o CMakeFiles/curl-example-websocket.dir/websocket.c.s + +# Object files for target curl-example-websocket +curl__example__websocket_OBJECTS = \ +"CMakeFiles/curl-example-websocket.dir/websocket.c.o" + +# External object files for target curl-example-websocket +curl__example__websocket_EXTERNAL_OBJECTS = + +external/curl/docs/examples/websocket: external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.o +external/curl/docs/examples/websocket: external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make +external/curl/docs/examples/websocket: external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/compiler_depend.ts +external/curl/docs/examples/websocket: external/curl/lib/libcurl.a +external/curl/docs/examples/websocket: /usr/lib/libz.so +external/curl/docs/examples/websocket: external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable websocket" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-websocket.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build: external/curl/docs/examples/websocket +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build + +external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-websocket.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/cmake_clean.cmake new file mode 100644 index 00000000..17ab7e72 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-example-websocket.dir/link.d" + "CMakeFiles/curl-example-websocket.dir/websocket.c.o" + "CMakeFiles/curl-example-websocket.dir/websocket.c.o.d" + "websocket" + "websocket.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curl-example-websocket.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/compiler_depend.make new file mode 100644 index 00000000..48910f72 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curl-example-websocket. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/compiler_depend.ts new file mode 100644 index 00000000..963d5c72 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curl-example-websocket. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/depend.make new file mode 100644 index 00000000..ef99cc6b --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curl-example-websocket. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/flags.make new file mode 100644 index 00000000..4cd2e308 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/link.txt new file mode 100644 index 00000000..079bfc0e --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-websocket.dir/link.d "CMakeFiles/curl-example-websocket.dir/websocket.c.o" -o websocket ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/build.make new file mode 100644 index 00000000..9a28e66d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/build.make @@ -0,0 +1,86 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for curl-examples. + +# Include any custom commands dependencies for this target. +include external/curl/docs/examples/CMakeFiles/curl-examples.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/examples/CMakeFiles/curl-examples.dir/progress.make + +external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: +.PHONY : external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen + +curl-examples: external/curl/docs/examples/CMakeFiles/curl-examples.dir/build.make +.PHONY : curl-examples + +# Rule to build all files generated by this target. +external/curl/docs/examples/CMakeFiles/curl-examples.dir/build: curl-examples +.PHONY : external/curl/docs/examples/CMakeFiles/curl-examples.dir/build + +external/curl/docs/examples/CMakeFiles/curl-examples.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-examples.dir/cmake_clean.cmake +.PHONY : external/curl/docs/examples/CMakeFiles/curl-examples.dir/clean + +external/curl/docs/examples/CMakeFiles/curl-examples.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-examples.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/examples/CMakeFiles/curl-examples.dir/depend + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/cmake_clean.cmake new file mode 100644 index 00000000..2754166c --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/curl-examples.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/compiler_depend.make new file mode 100644 index 00000000..1dc35186 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for curl-examples. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/compiler_depend.ts new file mode 100644 index 00000000..4bbb1532 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for curl-examples. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/progress.marks b/build_emscripten/external/curl/docs/examples/CMakeFiles/progress.marks new file mode 100644 index 00000000..573541ac --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build_emscripten/external/curl/docs/examples/Makefile b/build_emscripten/external/curl/docs/examples/Makefile new file mode 100644 index 00000000..58a8065d --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/Makefile @@ -0,0 +1,4890 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/docs/examples//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-examples.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-examples.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-examples.dir/rule + +# Convenience name for target. +curl-examples: external/curl/docs/examples/CMakeFiles/curl-examples.dir/rule +.PHONY : curl-examples + +# fast build rule for target. +curl-examples/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-examples.dir/build.make external/curl/docs/examples/CMakeFiles/curl-examples.dir/build +.PHONY : curl-examples/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/rule + +# Convenience name for target. +curl-example-10-at-a-time: external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/rule +.PHONY : curl-example-10-at-a-time + +# fast build rule for target. +curl-example-10-at-a-time/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build +.PHONY : curl-example-10-at-a-time/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/rule + +# Convenience name for target. +curl-example-address-scope: external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/rule +.PHONY : curl-example-address-scope + +# fast build rule for target. +curl-example-address-scope/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build +.PHONY : curl-example-address-scope/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/rule + +# Convenience name for target. +curl-example-altsvc: external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/rule +.PHONY : curl-example-altsvc + +# fast build rule for target. +curl-example-altsvc/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build +.PHONY : curl-example-altsvc/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/rule + +# Convenience name for target. +curl-example-anyauthput: external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/rule +.PHONY : curl-example-anyauthput + +# fast build rule for target. +curl-example-anyauthput/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build +.PHONY : curl-example-anyauthput/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/rule + +# Convenience name for target. +curl-example-block_ip: external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/rule +.PHONY : curl-example-block_ip + +# fast build rule for target. +curl-example-block_ip/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build +.PHONY : curl-example-block_ip/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/rule + +# Convenience name for target. +curl-example-certinfo: external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/rule +.PHONY : curl-example-certinfo + +# fast build rule for target. +curl-example-certinfo/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build +.PHONY : curl-example-certinfo/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/rule + +# Convenience name for target. +curl-example-chkspeed: external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/rule +.PHONY : curl-example-chkspeed + +# fast build rule for target. +curl-example-chkspeed/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build +.PHONY : curl-example-chkspeed/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/rule + +# Convenience name for target. +curl-example-connect-to: external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/rule +.PHONY : curl-example-connect-to + +# fast build rule for target. +curl-example-connect-to/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build +.PHONY : curl-example-connect-to/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/rule + +# Convenience name for target. +curl-example-cookie_interface: external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/rule +.PHONY : curl-example-cookie_interface + +# fast build rule for target. +curl-example-cookie_interface/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build +.PHONY : curl-example-cookie_interface/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/rule + +# Convenience name for target. +curl-example-debug: external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/rule +.PHONY : curl-example-debug + +# fast build rule for target. +curl-example-debug/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build +.PHONY : curl-example-debug/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/rule + +# Convenience name for target. +curl-example-default-scheme: external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/rule +.PHONY : curl-example-default-scheme + +# fast build rule for target. +curl-example-default-scheme/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build +.PHONY : curl-example-default-scheme/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/rule + +# Convenience name for target. +curl-example-externalsocket: external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/rule +.PHONY : curl-example-externalsocket + +# fast build rule for target. +curl-example-externalsocket/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build +.PHONY : curl-example-externalsocket/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/rule + +# Convenience name for target. +curl-example-fileupload: external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/rule +.PHONY : curl-example-fileupload + +# fast build rule for target. +curl-example-fileupload/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build +.PHONY : curl-example-fileupload/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/rule + +# Convenience name for target. +curl-example-ftp-wildcard: external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/rule +.PHONY : curl-example-ftp-wildcard + +# fast build rule for target. +curl-example-ftp-wildcard/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build +.PHONY : curl-example-ftp-wildcard/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/rule + +# Convenience name for target. +curl-example-ftpget: external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/rule +.PHONY : curl-example-ftpget + +# fast build rule for target. +curl-example-ftpget/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build +.PHONY : curl-example-ftpget/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/rule + +# Convenience name for target. +curl-example-ftpgetinfo: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/rule +.PHONY : curl-example-ftpgetinfo + +# fast build rule for target. +curl-example-ftpgetinfo/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build +.PHONY : curl-example-ftpgetinfo/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/rule + +# Convenience name for target. +curl-example-ftpgetresp: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/rule +.PHONY : curl-example-ftpgetresp + +# fast build rule for target. +curl-example-ftpgetresp/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build +.PHONY : curl-example-ftpgetresp/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/rule + +# Convenience name for target. +curl-example-ftpsget: external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/rule +.PHONY : curl-example-ftpsget + +# fast build rule for target. +curl-example-ftpsget/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build +.PHONY : curl-example-ftpsget/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/rule + +# Convenience name for target. +curl-example-ftpupload: external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/rule +.PHONY : curl-example-ftpupload + +# fast build rule for target. +curl-example-ftpupload/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build +.PHONY : curl-example-ftpupload/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/rule + +# Convenience name for target. +curl-example-ftpuploadfrommem: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/rule +.PHONY : curl-example-ftpuploadfrommem + +# fast build rule for target. +curl-example-ftpuploadfrommem/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build +.PHONY : curl-example-ftpuploadfrommem/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/rule + +# Convenience name for target. +curl-example-ftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/rule +.PHONY : curl-example-ftpuploadresume + +# fast build rule for target. +curl-example-ftpuploadresume/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build +.PHONY : curl-example-ftpuploadresume/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/rule + +# Convenience name for target. +curl-example-getinfo: external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/rule +.PHONY : curl-example-getinfo + +# fast build rule for target. +curl-example-getinfo/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build +.PHONY : curl-example-getinfo/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/rule + +# Convenience name for target. +curl-example-getinmemory: external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/rule +.PHONY : curl-example-getinmemory + +# fast build rule for target. +curl-example-getinmemory/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build +.PHONY : curl-example-getinmemory/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/rule + +# Convenience name for target. +curl-example-getredirect: external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/rule +.PHONY : curl-example-getredirect + +# fast build rule for target. +curl-example-getredirect/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build +.PHONY : curl-example-getredirect/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/rule + +# Convenience name for target. +curl-example-getreferrer: external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/rule +.PHONY : curl-example-getreferrer + +# fast build rule for target. +curl-example-getreferrer/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build +.PHONY : curl-example-getreferrer/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/rule + +# Convenience name for target. +curl-example-headerapi: external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/rule +.PHONY : curl-example-headerapi + +# fast build rule for target. +curl-example-headerapi/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build +.PHONY : curl-example-headerapi/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/rule + +# Convenience name for target. +curl-example-hsts-preload: external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/rule +.PHONY : curl-example-hsts-preload + +# fast build rule for target. +curl-example-hsts-preload/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build +.PHONY : curl-example-hsts-preload/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/rule + +# Convenience name for target. +curl-example-http-options: external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/rule +.PHONY : curl-example-http-options + +# fast build rule for target. +curl-example-http-options/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build +.PHONY : curl-example-http-options/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/rule + +# Convenience name for target. +curl-example-http-post: external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/rule +.PHONY : curl-example-http-post + +# fast build rule for target. +curl-example-http-post/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build +.PHONY : curl-example-http-post/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/rule + +# Convenience name for target. +curl-example-http2-download: external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/rule +.PHONY : curl-example-http2-download + +# fast build rule for target. +curl-example-http2-download/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build +.PHONY : curl-example-http2-download/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/rule + +# Convenience name for target. +curl-example-http2-pushinmemory: external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/rule +.PHONY : curl-example-http2-pushinmemory + +# fast build rule for target. +curl-example-http2-pushinmemory/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build +.PHONY : curl-example-http2-pushinmemory/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/rule + +# Convenience name for target. +curl-example-http2-serverpush: external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/rule +.PHONY : curl-example-http2-serverpush + +# fast build rule for target. +curl-example-http2-serverpush/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build +.PHONY : curl-example-http2-serverpush/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/rule + +# Convenience name for target. +curl-example-http2-upload: external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/rule +.PHONY : curl-example-http2-upload + +# fast build rule for target. +curl-example-http2-upload/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build +.PHONY : curl-example-http2-upload/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/rule + +# Convenience name for target. +curl-example-http3: external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/rule +.PHONY : curl-example-http3 + +# fast build rule for target. +curl-example-http3/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build +.PHONY : curl-example-http3/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/rule + +# Convenience name for target. +curl-example-http3-present: external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/rule +.PHONY : curl-example-http3-present + +# fast build rule for target. +curl-example-http3-present/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build +.PHONY : curl-example-http3-present/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/rule + +# Convenience name for target. +curl-example-httpcustomheader: external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/rule +.PHONY : curl-example-httpcustomheader + +# fast build rule for target. +curl-example-httpcustomheader/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build +.PHONY : curl-example-httpcustomheader/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/rule + +# Convenience name for target. +curl-example-httpput: external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/rule +.PHONY : curl-example-httpput + +# fast build rule for target. +curl-example-httpput/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build +.PHONY : curl-example-httpput/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/rule + +# Convenience name for target. +curl-example-httpput-postfields: external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/rule +.PHONY : curl-example-httpput-postfields + +# fast build rule for target. +curl-example-httpput-postfields/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build +.PHONY : curl-example-httpput-postfields/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-https.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-https.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-https.dir/rule + +# Convenience name for target. +curl-example-https: external/curl/docs/examples/CMakeFiles/curl-example-https.dir/rule +.PHONY : curl-example-https + +# fast build rule for target. +curl-example-https/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build +.PHONY : curl-example-https/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/rule + +# Convenience name for target. +curl-example-imap-append: external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/rule +.PHONY : curl-example-imap-append + +# fast build rule for target. +curl-example-imap-append/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build +.PHONY : curl-example-imap-append/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/rule + +# Convenience name for target. +curl-example-imap-authzid: external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/rule +.PHONY : curl-example-imap-authzid + +# fast build rule for target. +curl-example-imap-authzid/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build +.PHONY : curl-example-imap-authzid/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/rule + +# Convenience name for target. +curl-example-imap-copy: external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/rule +.PHONY : curl-example-imap-copy + +# fast build rule for target. +curl-example-imap-copy/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build +.PHONY : curl-example-imap-copy/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/rule + +# Convenience name for target. +curl-example-imap-create: external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/rule +.PHONY : curl-example-imap-create + +# fast build rule for target. +curl-example-imap-create/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build +.PHONY : curl-example-imap-create/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/rule + +# Convenience name for target. +curl-example-imap-delete: external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/rule +.PHONY : curl-example-imap-delete + +# fast build rule for target. +curl-example-imap-delete/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build +.PHONY : curl-example-imap-delete/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/rule + +# Convenience name for target. +curl-example-imap-examine: external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/rule +.PHONY : curl-example-imap-examine + +# fast build rule for target. +curl-example-imap-examine/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build +.PHONY : curl-example-imap-examine/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/rule + +# Convenience name for target. +curl-example-imap-fetch: external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/rule +.PHONY : curl-example-imap-fetch + +# fast build rule for target. +curl-example-imap-fetch/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build +.PHONY : curl-example-imap-fetch/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/rule + +# Convenience name for target. +curl-example-imap-list: external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/rule +.PHONY : curl-example-imap-list + +# fast build rule for target. +curl-example-imap-list/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build +.PHONY : curl-example-imap-list/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/rule + +# Convenience name for target. +curl-example-imap-lsub: external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/rule +.PHONY : curl-example-imap-lsub + +# fast build rule for target. +curl-example-imap-lsub/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build +.PHONY : curl-example-imap-lsub/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/rule + +# Convenience name for target. +curl-example-imap-multi: external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/rule +.PHONY : curl-example-imap-multi + +# fast build rule for target. +curl-example-imap-multi/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build +.PHONY : curl-example-imap-multi/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/rule + +# Convenience name for target. +curl-example-imap-noop: external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/rule +.PHONY : curl-example-imap-noop + +# fast build rule for target. +curl-example-imap-noop/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build +.PHONY : curl-example-imap-noop/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/rule + +# Convenience name for target. +curl-example-imap-search: external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/rule +.PHONY : curl-example-imap-search + +# fast build rule for target. +curl-example-imap-search/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build +.PHONY : curl-example-imap-search/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/rule + +# Convenience name for target. +curl-example-imap-ssl: external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/rule +.PHONY : curl-example-imap-ssl + +# fast build rule for target. +curl-example-imap-ssl/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build +.PHONY : curl-example-imap-ssl/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/rule + +# Convenience name for target. +curl-example-imap-store: external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/rule +.PHONY : curl-example-imap-store + +# fast build rule for target. +curl-example-imap-store/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build +.PHONY : curl-example-imap-store/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/rule + +# Convenience name for target. +curl-example-imap-tls: external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/rule +.PHONY : curl-example-imap-tls + +# fast build rule for target. +curl-example-imap-tls/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build +.PHONY : curl-example-imap-tls/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/rule + +# Convenience name for target. +curl-example-interface: external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/rule +.PHONY : curl-example-interface + +# fast build rule for target. +curl-example-interface/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build +.PHONY : curl-example-interface/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/rule + +# Convenience name for target. +curl-example-ipv6: external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/rule +.PHONY : curl-example-ipv6 + +# fast build rule for target. +curl-example-ipv6/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build +.PHONY : curl-example-ipv6/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/rule + +# Convenience name for target. +curl-example-keepalive: external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/rule +.PHONY : curl-example-keepalive + +# fast build rule for target. +curl-example-keepalive/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build +.PHONY : curl-example-keepalive/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/rule + +# Convenience name for target. +curl-example-localport: external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/rule +.PHONY : curl-example-localport + +# fast build rule for target. +curl-example-localport/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build +.PHONY : curl-example-localport/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/rule + +# Convenience name for target. +curl-example-maxconnects: external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/rule +.PHONY : curl-example-maxconnects + +# fast build rule for target. +curl-example-maxconnects/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build +.PHONY : curl-example-maxconnects/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/rule + +# Convenience name for target. +curl-example-multi-app: external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/rule +.PHONY : curl-example-multi-app + +# fast build rule for target. +curl-example-multi-app/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build +.PHONY : curl-example-multi-app/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/rule + +# Convenience name for target. +curl-example-multi-debugcallback: external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/rule +.PHONY : curl-example-multi-debugcallback + +# fast build rule for target. +curl-example-multi-debugcallback/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build +.PHONY : curl-example-multi-debugcallback/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/rule + +# Convenience name for target. +curl-example-multi-double: external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/rule +.PHONY : curl-example-multi-double + +# fast build rule for target. +curl-example-multi-double/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build +.PHONY : curl-example-multi-double/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/rule + +# Convenience name for target. +curl-example-multi-formadd: external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/rule +.PHONY : curl-example-multi-formadd + +# fast build rule for target. +curl-example-multi-formadd/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build +.PHONY : curl-example-multi-formadd/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/rule + +# Convenience name for target. +curl-example-multi-legacy: external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/rule +.PHONY : curl-example-multi-legacy + +# fast build rule for target. +curl-example-multi-legacy/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build +.PHONY : curl-example-multi-legacy/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/rule + +# Convenience name for target. +curl-example-multi-post: external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/rule +.PHONY : curl-example-multi-post + +# fast build rule for target. +curl-example-multi-post/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build +.PHONY : curl-example-multi-post/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/rule + +# Convenience name for target. +curl-example-multi-single: external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/rule +.PHONY : curl-example-multi-single + +# fast build rule for target. +curl-example-multi-single/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build +.PHONY : curl-example-multi-single/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/rule + +# Convenience name for target. +curl-example-netrc: external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/rule +.PHONY : curl-example-netrc + +# fast build rule for target. +curl-example-netrc/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build +.PHONY : curl-example-netrc/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/rule + +# Convenience name for target. +curl-example-parseurl: external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/rule +.PHONY : curl-example-parseurl + +# fast build rule for target. +curl-example-parseurl/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build +.PHONY : curl-example-parseurl/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/rule + +# Convenience name for target. +curl-example-persistent: external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/rule +.PHONY : curl-example-persistent + +# fast build rule for target. +curl-example-persistent/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build +.PHONY : curl-example-persistent/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/rule + +# Convenience name for target. +curl-example-pop3-authzid: external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/rule +.PHONY : curl-example-pop3-authzid + +# fast build rule for target. +curl-example-pop3-authzid/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build +.PHONY : curl-example-pop3-authzid/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/rule + +# Convenience name for target. +curl-example-pop3-dele: external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/rule +.PHONY : curl-example-pop3-dele + +# fast build rule for target. +curl-example-pop3-dele/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build +.PHONY : curl-example-pop3-dele/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/rule + +# Convenience name for target. +curl-example-pop3-list: external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/rule +.PHONY : curl-example-pop3-list + +# fast build rule for target. +curl-example-pop3-list/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build +.PHONY : curl-example-pop3-list/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/rule + +# Convenience name for target. +curl-example-pop3-multi: external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/rule +.PHONY : curl-example-pop3-multi + +# fast build rule for target. +curl-example-pop3-multi/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build +.PHONY : curl-example-pop3-multi/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/rule + +# Convenience name for target. +curl-example-pop3-noop: external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/rule +.PHONY : curl-example-pop3-noop + +# fast build rule for target. +curl-example-pop3-noop/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build +.PHONY : curl-example-pop3-noop/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/rule + +# Convenience name for target. +curl-example-pop3-retr: external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/rule +.PHONY : curl-example-pop3-retr + +# fast build rule for target. +curl-example-pop3-retr/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build +.PHONY : curl-example-pop3-retr/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/rule + +# Convenience name for target. +curl-example-pop3-ssl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/rule +.PHONY : curl-example-pop3-ssl + +# fast build rule for target. +curl-example-pop3-ssl/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build +.PHONY : curl-example-pop3-ssl/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/rule + +# Convenience name for target. +curl-example-pop3-stat: external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/rule +.PHONY : curl-example-pop3-stat + +# fast build rule for target. +curl-example-pop3-stat/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build +.PHONY : curl-example-pop3-stat/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/rule + +# Convenience name for target. +curl-example-pop3-tls: external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/rule +.PHONY : curl-example-pop3-tls + +# fast build rule for target. +curl-example-pop3-tls/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build +.PHONY : curl-example-pop3-tls/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/rule + +# Convenience name for target. +curl-example-pop3-top: external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/rule +.PHONY : curl-example-pop3-top + +# fast build rule for target. +curl-example-pop3-top/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build +.PHONY : curl-example-pop3-top/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/rule + +# Convenience name for target. +curl-example-pop3-uidl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/rule +.PHONY : curl-example-pop3-uidl + +# fast build rule for target. +curl-example-pop3-uidl/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build +.PHONY : curl-example-pop3-uidl/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/rule + +# Convenience name for target. +curl-example-post-callback: external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/rule +.PHONY : curl-example-post-callback + +# fast build rule for target. +curl-example-post-callback/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build +.PHONY : curl-example-post-callback/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/rule + +# Convenience name for target. +curl-example-postinmemory: external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/rule +.PHONY : curl-example-postinmemory + +# fast build rule for target. +curl-example-postinmemory/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build +.PHONY : curl-example-postinmemory/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/rule + +# Convenience name for target. +curl-example-postit2: external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/rule +.PHONY : curl-example-postit2 + +# fast build rule for target. +curl-example-postit2/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build +.PHONY : curl-example-postit2/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/rule + +# Convenience name for target. +curl-example-postit2-formadd: external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/rule +.PHONY : curl-example-postit2-formadd + +# fast build rule for target. +curl-example-postit2-formadd/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build +.PHONY : curl-example-postit2-formadd/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/rule + +# Convenience name for target. +curl-example-progressfunc: external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/rule +.PHONY : curl-example-progressfunc + +# fast build rule for target. +curl-example-progressfunc/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build +.PHONY : curl-example-progressfunc/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/rule + +# Convenience name for target. +curl-example-protofeats: external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/rule +.PHONY : curl-example-protofeats + +# fast build rule for target. +curl-example-protofeats/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build +.PHONY : curl-example-protofeats/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-range.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-range.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-range.dir/rule + +# Convenience name for target. +curl-example-range: external/curl/docs/examples/CMakeFiles/curl-example-range.dir/rule +.PHONY : curl-example-range + +# fast build rule for target. +curl-example-range/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build +.PHONY : curl-example-range/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/rule + +# Convenience name for target. +curl-example-resolve: external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/rule +.PHONY : curl-example-resolve + +# fast build rule for target. +curl-example-resolve/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build +.PHONY : curl-example-resolve/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rule + +# Convenience name for target. +curl-example-rtsp-options: external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rule +.PHONY : curl-example-rtsp-options + +# fast build rule for target. +curl-example-rtsp-options/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build +.PHONY : curl-example-rtsp-options/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/rule + +# Convenience name for target. +curl-example-sendrecv: external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/rule +.PHONY : curl-example-sendrecv + +# fast build rule for target. +curl-example-sendrecv/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build +.PHONY : curl-example-sendrecv/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/rule + +# Convenience name for target. +curl-example-sepheaders: external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/rule +.PHONY : curl-example-sepheaders + +# fast build rule for target. +curl-example-sepheaders/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build +.PHONY : curl-example-sepheaders/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/rule + +# Convenience name for target. +curl-example-sftpget: external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/rule +.PHONY : curl-example-sftpget + +# fast build rule for target. +curl-example-sftpget/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build +.PHONY : curl-example-sftpget/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/rule + +# Convenience name for target. +curl-example-sftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/rule +.PHONY : curl-example-sftpuploadresume + +# fast build rule for target. +curl-example-sftpuploadresume/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build +.PHONY : curl-example-sftpuploadresume/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/rule + +# Convenience name for target. +curl-example-shared-connection-cache: external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/rule +.PHONY : curl-example-shared-connection-cache + +# fast build rule for target. +curl-example-shared-connection-cache/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build +.PHONY : curl-example-shared-connection-cache/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/rule + +# Convenience name for target. +curl-example-simple: external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/rule +.PHONY : curl-example-simple + +# fast build rule for target. +curl-example-simple/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build +.PHONY : curl-example-simple/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/rule + +# Convenience name for target. +curl-example-simplepost: external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/rule +.PHONY : curl-example-simplepost + +# fast build rule for target. +curl-example-simplepost/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build +.PHONY : curl-example-simplepost/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/rule + +# Convenience name for target. +curl-example-simplessl: external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/rule +.PHONY : curl-example-simplessl + +# fast build rule for target. +curl-example-simplessl/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build +.PHONY : curl-example-simplessl/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/rule + +# Convenience name for target. +curl-example-smtp-authzid: external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/rule +.PHONY : curl-example-smtp-authzid + +# fast build rule for target. +curl-example-smtp-authzid/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build +.PHONY : curl-example-smtp-authzid/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/rule + +# Convenience name for target. +curl-example-smtp-expn: external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/rule +.PHONY : curl-example-smtp-expn + +# fast build rule for target. +curl-example-smtp-expn/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build +.PHONY : curl-example-smtp-expn/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/rule + +# Convenience name for target. +curl-example-smtp-mail: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/rule +.PHONY : curl-example-smtp-mail + +# fast build rule for target. +curl-example-smtp-mail/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build +.PHONY : curl-example-smtp-mail/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/rule + +# Convenience name for target. +curl-example-smtp-mime: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/rule +.PHONY : curl-example-smtp-mime + +# fast build rule for target. +curl-example-smtp-mime/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build +.PHONY : curl-example-smtp-mime/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/rule + +# Convenience name for target. +curl-example-smtp-multi: external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/rule +.PHONY : curl-example-smtp-multi + +# fast build rule for target. +curl-example-smtp-multi/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build +.PHONY : curl-example-smtp-multi/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/rule + +# Convenience name for target. +curl-example-smtp-ssl: external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/rule +.PHONY : curl-example-smtp-ssl + +# fast build rule for target. +curl-example-smtp-ssl/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build +.PHONY : curl-example-smtp-ssl/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/rule + +# Convenience name for target. +curl-example-smtp-tls: external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/rule +.PHONY : curl-example-smtp-tls + +# fast build rule for target. +curl-example-smtp-tls/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build +.PHONY : curl-example-smtp-tls/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/rule + +# Convenience name for target. +curl-example-smtp-vrfy: external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/rule +.PHONY : curl-example-smtp-vrfy + +# fast build rule for target. +curl-example-smtp-vrfy/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build +.PHONY : curl-example-smtp-vrfy/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/rule + +# Convenience name for target. +curl-example-sslbackend: external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/rule +.PHONY : curl-example-sslbackend + +# fast build rule for target. +curl-example-sslbackend/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build +.PHONY : curl-example-sslbackend/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/rule + +# Convenience name for target. +curl-example-unixsocket: external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/rule +.PHONY : curl-example-unixsocket + +# fast build rule for target. +curl-example-unixsocket/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build +.PHONY : curl-example-unixsocket/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/rule + +# Convenience name for target. +curl-example-url2file: external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/rule +.PHONY : curl-example-url2file + +# fast build rule for target. +curl-example-url2file/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build +.PHONY : curl-example-url2file/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/rule + +# Convenience name for target. +curl-example-urlapi: external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/rule +.PHONY : curl-example-urlapi + +# fast build rule for target. +curl-example-urlapi/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build +.PHONY : curl-example-urlapi/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/rule + +# Convenience name for target. +curl-example-websocket: external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/rule +.PHONY : curl-example-websocket + +# fast build rule for target. +curl-example-websocket/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build +.PHONY : curl-example-websocket/fast + +# Convenience name for target. +external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/rule +.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/rule + +# Convenience name for target. +curl-example-websocket-cb: external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/rule +.PHONY : curl-example-websocket-cb + +# fast build rule for target. +curl-example-websocket-cb/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build +.PHONY : curl-example-websocket-cb/fast + +10-at-a-time.o: 10-at-a-time.c.o +.PHONY : 10-at-a-time.o + +# target to build an object file +10-at-a-time.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o +.PHONY : 10-at-a-time.c.o + +10-at-a-time.i: 10-at-a-time.c.i +.PHONY : 10-at-a-time.i + +# target to preprocess a source file +10-at-a-time.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.i +.PHONY : 10-at-a-time.c.i + +10-at-a-time.s: 10-at-a-time.c.s +.PHONY : 10-at-a-time.s + +# target to generate assembly for a file +10-at-a-time.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.s +.PHONY : 10-at-a-time.c.s + +address-scope.o: address-scope.c.o +.PHONY : address-scope.o + +# target to build an object file +address-scope.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.o +.PHONY : address-scope.c.o + +address-scope.i: address-scope.c.i +.PHONY : address-scope.i + +# target to preprocess a source file +address-scope.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.i +.PHONY : address-scope.c.i + +address-scope.s: address-scope.c.s +.PHONY : address-scope.s + +# target to generate assembly for a file +address-scope.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.s +.PHONY : address-scope.c.s + +altsvc.o: altsvc.c.o +.PHONY : altsvc.o + +# target to build an object file +altsvc.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.o +.PHONY : altsvc.c.o + +altsvc.i: altsvc.c.i +.PHONY : altsvc.i + +# target to preprocess a source file +altsvc.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.i +.PHONY : altsvc.c.i + +altsvc.s: altsvc.c.s +.PHONY : altsvc.s + +# target to generate assembly for a file +altsvc.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.s +.PHONY : altsvc.c.s + +anyauthput.o: anyauthput.c.o +.PHONY : anyauthput.o + +# target to build an object file +anyauthput.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o +.PHONY : anyauthput.c.o + +anyauthput.i: anyauthput.c.i +.PHONY : anyauthput.i + +# target to preprocess a source file +anyauthput.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.i +.PHONY : anyauthput.c.i + +anyauthput.s: anyauthput.c.s +.PHONY : anyauthput.s + +# target to generate assembly for a file +anyauthput.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.s +.PHONY : anyauthput.c.s + +block_ip.o: block_ip.c.o +.PHONY : block_ip.o + +# target to build an object file +block_ip.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.o +.PHONY : block_ip.c.o + +block_ip.i: block_ip.c.i +.PHONY : block_ip.i + +# target to preprocess a source file +block_ip.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.i +.PHONY : block_ip.c.i + +block_ip.s: block_ip.c.s +.PHONY : block_ip.s + +# target to generate assembly for a file +block_ip.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.s +.PHONY : block_ip.c.s + +certinfo.o: certinfo.c.o +.PHONY : certinfo.o + +# target to build an object file +certinfo.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.o +.PHONY : certinfo.c.o + +certinfo.i: certinfo.c.i +.PHONY : certinfo.i + +# target to preprocess a source file +certinfo.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.i +.PHONY : certinfo.c.i + +certinfo.s: certinfo.c.s +.PHONY : certinfo.s + +# target to generate assembly for a file +certinfo.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.s +.PHONY : certinfo.c.s + +chkspeed.o: chkspeed.c.o +.PHONY : chkspeed.o + +# target to build an object file +chkspeed.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o +.PHONY : chkspeed.c.o + +chkspeed.i: chkspeed.c.i +.PHONY : chkspeed.i + +# target to preprocess a source file +chkspeed.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.i +.PHONY : chkspeed.c.i + +chkspeed.s: chkspeed.c.s +.PHONY : chkspeed.s + +# target to generate assembly for a file +chkspeed.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.s +.PHONY : chkspeed.c.s + +connect-to.o: connect-to.c.o +.PHONY : connect-to.o + +# target to build an object file +connect-to.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.o +.PHONY : connect-to.c.o + +connect-to.i: connect-to.c.i +.PHONY : connect-to.i + +# target to preprocess a source file +connect-to.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.i +.PHONY : connect-to.c.i + +connect-to.s: connect-to.c.s +.PHONY : connect-to.s + +# target to generate assembly for a file +connect-to.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.s +.PHONY : connect-to.c.s + +cookie_interface.o: cookie_interface.c.o +.PHONY : cookie_interface.o + +# target to build an object file +cookie_interface.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o +.PHONY : cookie_interface.c.o + +cookie_interface.i: cookie_interface.c.i +.PHONY : cookie_interface.i + +# target to preprocess a source file +cookie_interface.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.i +.PHONY : cookie_interface.c.i + +cookie_interface.s: cookie_interface.c.s +.PHONY : cookie_interface.s + +# target to generate assembly for a file +cookie_interface.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.s +.PHONY : cookie_interface.c.s + +debug.o: debug.c.o +.PHONY : debug.o + +# target to build an object file +debug.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.o +.PHONY : debug.c.o + +debug.i: debug.c.i +.PHONY : debug.i + +# target to preprocess a source file +debug.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.i +.PHONY : debug.c.i + +debug.s: debug.c.s +.PHONY : debug.s + +# target to generate assembly for a file +debug.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.s +.PHONY : debug.c.s + +default-scheme.o: default-scheme.c.o +.PHONY : default-scheme.o + +# target to build an object file +default-scheme.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o +.PHONY : default-scheme.c.o + +default-scheme.i: default-scheme.c.i +.PHONY : default-scheme.i + +# target to preprocess a source file +default-scheme.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.i +.PHONY : default-scheme.c.i + +default-scheme.s: default-scheme.c.s +.PHONY : default-scheme.s + +# target to generate assembly for a file +default-scheme.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.s +.PHONY : default-scheme.c.s + +externalsocket.o: externalsocket.c.o +.PHONY : externalsocket.o + +# target to build an object file +externalsocket.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o +.PHONY : externalsocket.c.o + +externalsocket.i: externalsocket.c.i +.PHONY : externalsocket.i + +# target to preprocess a source file +externalsocket.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.i +.PHONY : externalsocket.c.i + +externalsocket.s: externalsocket.c.s +.PHONY : externalsocket.s + +# target to generate assembly for a file +externalsocket.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.s +.PHONY : externalsocket.c.s + +fileupload.o: fileupload.c.o +.PHONY : fileupload.o + +# target to build an object file +fileupload.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.o +.PHONY : fileupload.c.o + +fileupload.i: fileupload.c.i +.PHONY : fileupload.i + +# target to preprocess a source file +fileupload.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.i +.PHONY : fileupload.c.i + +fileupload.s: fileupload.c.s +.PHONY : fileupload.s + +# target to generate assembly for a file +fileupload.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.s +.PHONY : fileupload.c.s + +ftp-wildcard.o: ftp-wildcard.c.o +.PHONY : ftp-wildcard.o + +# target to build an object file +ftp-wildcard.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o +.PHONY : ftp-wildcard.c.o + +ftp-wildcard.i: ftp-wildcard.c.i +.PHONY : ftp-wildcard.i + +# target to preprocess a source file +ftp-wildcard.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.i +.PHONY : ftp-wildcard.c.i + +ftp-wildcard.s: ftp-wildcard.c.s +.PHONY : ftp-wildcard.s + +# target to generate assembly for a file +ftp-wildcard.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.s +.PHONY : ftp-wildcard.c.s + +ftpget.o: ftpget.c.o +.PHONY : ftpget.o + +# target to build an object file +ftpget.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.o +.PHONY : ftpget.c.o + +ftpget.i: ftpget.c.i +.PHONY : ftpget.i + +# target to preprocess a source file +ftpget.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.i +.PHONY : ftpget.c.i + +ftpget.s: ftpget.c.s +.PHONY : ftpget.s + +# target to generate assembly for a file +ftpget.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.s +.PHONY : ftpget.c.s + +ftpgetinfo.o: ftpgetinfo.c.o +.PHONY : ftpgetinfo.o + +# target to build an object file +ftpgetinfo.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o +.PHONY : ftpgetinfo.c.o + +ftpgetinfo.i: ftpgetinfo.c.i +.PHONY : ftpgetinfo.i + +# target to preprocess a source file +ftpgetinfo.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.i +.PHONY : ftpgetinfo.c.i + +ftpgetinfo.s: ftpgetinfo.c.s +.PHONY : ftpgetinfo.s + +# target to generate assembly for a file +ftpgetinfo.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.s +.PHONY : ftpgetinfo.c.s + +ftpgetresp.o: ftpgetresp.c.o +.PHONY : ftpgetresp.o + +# target to build an object file +ftpgetresp.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o +.PHONY : ftpgetresp.c.o + +ftpgetresp.i: ftpgetresp.c.i +.PHONY : ftpgetresp.i + +# target to preprocess a source file +ftpgetresp.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.i +.PHONY : ftpgetresp.c.i + +ftpgetresp.s: ftpgetresp.c.s +.PHONY : ftpgetresp.s + +# target to generate assembly for a file +ftpgetresp.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.s +.PHONY : ftpgetresp.c.s + +ftpsget.o: ftpsget.c.o +.PHONY : ftpsget.o + +# target to build an object file +ftpsget.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o +.PHONY : ftpsget.c.o + +ftpsget.i: ftpsget.c.i +.PHONY : ftpsget.i + +# target to preprocess a source file +ftpsget.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.i +.PHONY : ftpsget.c.i + +ftpsget.s: ftpsget.c.s +.PHONY : ftpsget.s + +# target to generate assembly for a file +ftpsget.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.s +.PHONY : ftpsget.c.s + +ftpupload.o: ftpupload.c.o +.PHONY : ftpupload.o + +# target to build an object file +ftpupload.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o +.PHONY : ftpupload.c.o + +ftpupload.i: ftpupload.c.i +.PHONY : ftpupload.i + +# target to preprocess a source file +ftpupload.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.i +.PHONY : ftpupload.c.i + +ftpupload.s: ftpupload.c.s +.PHONY : ftpupload.s + +# target to generate assembly for a file +ftpupload.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.s +.PHONY : ftpupload.c.s + +ftpuploadfrommem.o: ftpuploadfrommem.c.o +.PHONY : ftpuploadfrommem.o + +# target to build an object file +ftpuploadfrommem.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o +.PHONY : ftpuploadfrommem.c.o + +ftpuploadfrommem.i: ftpuploadfrommem.c.i +.PHONY : ftpuploadfrommem.i + +# target to preprocess a source file +ftpuploadfrommem.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.i +.PHONY : ftpuploadfrommem.c.i + +ftpuploadfrommem.s: ftpuploadfrommem.c.s +.PHONY : ftpuploadfrommem.s + +# target to generate assembly for a file +ftpuploadfrommem.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.s +.PHONY : ftpuploadfrommem.c.s + +ftpuploadresume.o: ftpuploadresume.c.o +.PHONY : ftpuploadresume.o + +# target to build an object file +ftpuploadresume.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o +.PHONY : ftpuploadresume.c.o + +ftpuploadresume.i: ftpuploadresume.c.i +.PHONY : ftpuploadresume.i + +# target to preprocess a source file +ftpuploadresume.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.i +.PHONY : ftpuploadresume.c.i + +ftpuploadresume.s: ftpuploadresume.c.s +.PHONY : ftpuploadresume.s + +# target to generate assembly for a file +ftpuploadresume.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.s +.PHONY : ftpuploadresume.c.s + +getinfo.o: getinfo.c.o +.PHONY : getinfo.o + +# target to build an object file +getinfo.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.o +.PHONY : getinfo.c.o + +getinfo.i: getinfo.c.i +.PHONY : getinfo.i + +# target to preprocess a source file +getinfo.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.i +.PHONY : getinfo.c.i + +getinfo.s: getinfo.c.s +.PHONY : getinfo.s + +# target to generate assembly for a file +getinfo.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.s +.PHONY : getinfo.c.s + +getinmemory.o: getinmemory.c.o +.PHONY : getinmemory.o + +# target to build an object file +getinmemory.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o +.PHONY : getinmemory.c.o + +getinmemory.i: getinmemory.c.i +.PHONY : getinmemory.i + +# target to preprocess a source file +getinmemory.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.i +.PHONY : getinmemory.c.i + +getinmemory.s: getinmemory.c.s +.PHONY : getinmemory.s + +# target to generate assembly for a file +getinmemory.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.s +.PHONY : getinmemory.c.s + +getredirect.o: getredirect.c.o +.PHONY : getredirect.o + +# target to build an object file +getredirect.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.o +.PHONY : getredirect.c.o + +getredirect.i: getredirect.c.i +.PHONY : getredirect.i + +# target to preprocess a source file +getredirect.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.i +.PHONY : getredirect.c.i + +getredirect.s: getredirect.c.s +.PHONY : getredirect.s + +# target to generate assembly for a file +getredirect.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.s +.PHONY : getredirect.c.s + +getreferrer.o: getreferrer.c.o +.PHONY : getreferrer.o + +# target to build an object file +getreferrer.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o +.PHONY : getreferrer.c.o + +getreferrer.i: getreferrer.c.i +.PHONY : getreferrer.i + +# target to preprocess a source file +getreferrer.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.i +.PHONY : getreferrer.c.i + +getreferrer.s: getreferrer.c.s +.PHONY : getreferrer.s + +# target to generate assembly for a file +getreferrer.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.s +.PHONY : getreferrer.c.s + +headerapi.o: headerapi.c.o +.PHONY : headerapi.o + +# target to build an object file +headerapi.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.o +.PHONY : headerapi.c.o + +headerapi.i: headerapi.c.i +.PHONY : headerapi.i + +# target to preprocess a source file +headerapi.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.i +.PHONY : headerapi.c.i + +headerapi.s: headerapi.c.s +.PHONY : headerapi.s + +# target to generate assembly for a file +headerapi.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.s +.PHONY : headerapi.c.s + +hsts-preload.o: hsts-preload.c.o +.PHONY : hsts-preload.o + +# target to build an object file +hsts-preload.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o +.PHONY : hsts-preload.c.o + +hsts-preload.i: hsts-preload.c.i +.PHONY : hsts-preload.i + +# target to preprocess a source file +hsts-preload.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.i +.PHONY : hsts-preload.c.i + +hsts-preload.s: hsts-preload.c.s +.PHONY : hsts-preload.s + +# target to generate assembly for a file +hsts-preload.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.s +.PHONY : hsts-preload.c.s + +http-options.o: http-options.c.o +.PHONY : http-options.o + +# target to build an object file +http-options.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.o +.PHONY : http-options.c.o + +http-options.i: http-options.c.i +.PHONY : http-options.i + +# target to preprocess a source file +http-options.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.i +.PHONY : http-options.c.i + +http-options.s: http-options.c.s +.PHONY : http-options.s + +# target to generate assembly for a file +http-options.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.s +.PHONY : http-options.c.s + +http-post.o: http-post.c.o +.PHONY : http-post.o + +# target to build an object file +http-post.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.o +.PHONY : http-post.c.o + +http-post.i: http-post.c.i +.PHONY : http-post.i + +# target to preprocess a source file +http-post.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.i +.PHONY : http-post.c.i + +http-post.s: http-post.c.s +.PHONY : http-post.s + +# target to generate assembly for a file +http-post.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.s +.PHONY : http-post.c.s + +http2-download.o: http2-download.c.o +.PHONY : http2-download.o + +# target to build an object file +http2-download.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.o +.PHONY : http2-download.c.o + +http2-download.i: http2-download.c.i +.PHONY : http2-download.i + +# target to preprocess a source file +http2-download.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.i +.PHONY : http2-download.c.i + +http2-download.s: http2-download.c.s +.PHONY : http2-download.s + +# target to generate assembly for a file +http2-download.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.s +.PHONY : http2-download.c.s + +http2-pushinmemory.o: http2-pushinmemory.c.o +.PHONY : http2-pushinmemory.o + +# target to build an object file +http2-pushinmemory.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o +.PHONY : http2-pushinmemory.c.o + +http2-pushinmemory.i: http2-pushinmemory.c.i +.PHONY : http2-pushinmemory.i + +# target to preprocess a source file +http2-pushinmemory.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.i +.PHONY : http2-pushinmemory.c.i + +http2-pushinmemory.s: http2-pushinmemory.c.s +.PHONY : http2-pushinmemory.s + +# target to generate assembly for a file +http2-pushinmemory.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.s +.PHONY : http2-pushinmemory.c.s + +http2-serverpush.o: http2-serverpush.c.o +.PHONY : http2-serverpush.o + +# target to build an object file +http2-serverpush.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o +.PHONY : http2-serverpush.c.o + +http2-serverpush.i: http2-serverpush.c.i +.PHONY : http2-serverpush.i + +# target to preprocess a source file +http2-serverpush.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.i +.PHONY : http2-serverpush.c.i + +http2-serverpush.s: http2-serverpush.c.s +.PHONY : http2-serverpush.s + +# target to generate assembly for a file +http2-serverpush.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.s +.PHONY : http2-serverpush.c.s + +http2-upload.o: http2-upload.c.o +.PHONY : http2-upload.o + +# target to build an object file +http2-upload.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o +.PHONY : http2-upload.c.o + +http2-upload.i: http2-upload.c.i +.PHONY : http2-upload.i + +# target to preprocess a source file +http2-upload.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.i +.PHONY : http2-upload.c.i + +http2-upload.s: http2-upload.c.s +.PHONY : http2-upload.s + +# target to generate assembly for a file +http2-upload.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.s +.PHONY : http2-upload.c.s + +http3-present.o: http3-present.c.o +.PHONY : http3-present.o + +# target to build an object file +http3-present.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.o +.PHONY : http3-present.c.o + +http3-present.i: http3-present.c.i +.PHONY : http3-present.i + +# target to preprocess a source file +http3-present.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.i +.PHONY : http3-present.c.i + +http3-present.s: http3-present.c.s +.PHONY : http3-present.s + +# target to generate assembly for a file +http3-present.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.s +.PHONY : http3-present.c.s + +http3.o: http3.c.o +.PHONY : http3.o + +# target to build an object file +http3.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.o +.PHONY : http3.c.o + +http3.i: http3.c.i +.PHONY : http3.i + +# target to preprocess a source file +http3.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.i +.PHONY : http3.c.i + +http3.s: http3.c.s +.PHONY : http3.s + +# target to generate assembly for a file +http3.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.s +.PHONY : http3.c.s + +httpcustomheader.o: httpcustomheader.c.o +.PHONY : httpcustomheader.o + +# target to build an object file +httpcustomheader.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o +.PHONY : httpcustomheader.c.o + +httpcustomheader.i: httpcustomheader.c.i +.PHONY : httpcustomheader.i + +# target to preprocess a source file +httpcustomheader.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.i +.PHONY : httpcustomheader.c.i + +httpcustomheader.s: httpcustomheader.c.s +.PHONY : httpcustomheader.s + +# target to generate assembly for a file +httpcustomheader.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.s +.PHONY : httpcustomheader.c.s + +httpput-postfields.o: httpput-postfields.c.o +.PHONY : httpput-postfields.o + +# target to build an object file +httpput-postfields.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o +.PHONY : httpput-postfields.c.o + +httpput-postfields.i: httpput-postfields.c.i +.PHONY : httpput-postfields.i + +# target to preprocess a source file +httpput-postfields.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.i +.PHONY : httpput-postfields.c.i + +httpput-postfields.s: httpput-postfields.c.s +.PHONY : httpput-postfields.s + +# target to generate assembly for a file +httpput-postfields.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.s +.PHONY : httpput-postfields.c.s + +httpput.o: httpput.c.o +.PHONY : httpput.o + +# target to build an object file +httpput.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.o +.PHONY : httpput.c.o + +httpput.i: httpput.c.i +.PHONY : httpput.i + +# target to preprocess a source file +httpput.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.i +.PHONY : httpput.c.i + +httpput.s: httpput.c.s +.PHONY : httpput.s + +# target to generate assembly for a file +httpput.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.s +.PHONY : httpput.c.s + +https.o: https.c.o +.PHONY : https.o + +# target to build an object file +https.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.o +.PHONY : https.c.o + +https.i: https.c.i +.PHONY : https.i + +# target to preprocess a source file +https.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.i +.PHONY : https.c.i + +https.s: https.c.s +.PHONY : https.s + +# target to generate assembly for a file +https.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.s +.PHONY : https.c.s + +imap-append.o: imap-append.c.o +.PHONY : imap-append.o + +# target to build an object file +imap-append.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.o +.PHONY : imap-append.c.o + +imap-append.i: imap-append.c.i +.PHONY : imap-append.i + +# target to preprocess a source file +imap-append.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.i +.PHONY : imap-append.c.i + +imap-append.s: imap-append.c.s +.PHONY : imap-append.s + +# target to generate assembly for a file +imap-append.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.s +.PHONY : imap-append.c.s + +imap-authzid.o: imap-authzid.c.o +.PHONY : imap-authzid.o + +# target to build an object file +imap-authzid.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o +.PHONY : imap-authzid.c.o + +imap-authzid.i: imap-authzid.c.i +.PHONY : imap-authzid.i + +# target to preprocess a source file +imap-authzid.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.i +.PHONY : imap-authzid.c.i + +imap-authzid.s: imap-authzid.c.s +.PHONY : imap-authzid.s + +# target to generate assembly for a file +imap-authzid.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.s +.PHONY : imap-authzid.c.s + +imap-copy.o: imap-copy.c.o +.PHONY : imap-copy.o + +# target to build an object file +imap-copy.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o +.PHONY : imap-copy.c.o + +imap-copy.i: imap-copy.c.i +.PHONY : imap-copy.i + +# target to preprocess a source file +imap-copy.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.i +.PHONY : imap-copy.c.i + +imap-copy.s: imap-copy.c.s +.PHONY : imap-copy.s + +# target to generate assembly for a file +imap-copy.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.s +.PHONY : imap-copy.c.s + +imap-create.o: imap-create.c.o +.PHONY : imap-create.o + +# target to build an object file +imap-create.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.o +.PHONY : imap-create.c.o + +imap-create.i: imap-create.c.i +.PHONY : imap-create.i + +# target to preprocess a source file +imap-create.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.i +.PHONY : imap-create.c.i + +imap-create.s: imap-create.c.s +.PHONY : imap-create.s + +# target to generate assembly for a file +imap-create.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.s +.PHONY : imap-create.c.s + +imap-delete.o: imap-delete.c.o +.PHONY : imap-delete.o + +# target to build an object file +imap-delete.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o +.PHONY : imap-delete.c.o + +imap-delete.i: imap-delete.c.i +.PHONY : imap-delete.i + +# target to preprocess a source file +imap-delete.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.i +.PHONY : imap-delete.c.i + +imap-delete.s: imap-delete.c.s +.PHONY : imap-delete.s + +# target to generate assembly for a file +imap-delete.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.s +.PHONY : imap-delete.c.s + +imap-examine.o: imap-examine.c.o +.PHONY : imap-examine.o + +# target to build an object file +imap-examine.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o +.PHONY : imap-examine.c.o + +imap-examine.i: imap-examine.c.i +.PHONY : imap-examine.i + +# target to preprocess a source file +imap-examine.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.i +.PHONY : imap-examine.c.i + +imap-examine.s: imap-examine.c.s +.PHONY : imap-examine.s + +# target to generate assembly for a file +imap-examine.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.s +.PHONY : imap-examine.c.s + +imap-fetch.o: imap-fetch.c.o +.PHONY : imap-fetch.o + +# target to build an object file +imap-fetch.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o +.PHONY : imap-fetch.c.o + +imap-fetch.i: imap-fetch.c.i +.PHONY : imap-fetch.i + +# target to preprocess a source file +imap-fetch.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.i +.PHONY : imap-fetch.c.i + +imap-fetch.s: imap-fetch.c.s +.PHONY : imap-fetch.s + +# target to generate assembly for a file +imap-fetch.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.s +.PHONY : imap-fetch.c.s + +imap-list.o: imap-list.c.o +.PHONY : imap-list.o + +# target to build an object file +imap-list.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.o +.PHONY : imap-list.c.o + +imap-list.i: imap-list.c.i +.PHONY : imap-list.i + +# target to preprocess a source file +imap-list.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.i +.PHONY : imap-list.c.i + +imap-list.s: imap-list.c.s +.PHONY : imap-list.s + +# target to generate assembly for a file +imap-list.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.s +.PHONY : imap-list.c.s + +imap-lsub.o: imap-lsub.c.o +.PHONY : imap-lsub.o + +# target to build an object file +imap-lsub.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o +.PHONY : imap-lsub.c.o + +imap-lsub.i: imap-lsub.c.i +.PHONY : imap-lsub.i + +# target to preprocess a source file +imap-lsub.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.i +.PHONY : imap-lsub.c.i + +imap-lsub.s: imap-lsub.c.s +.PHONY : imap-lsub.s + +# target to generate assembly for a file +imap-lsub.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.s +.PHONY : imap-lsub.c.s + +imap-multi.o: imap-multi.c.o +.PHONY : imap-multi.o + +# target to build an object file +imap-multi.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o +.PHONY : imap-multi.c.o + +imap-multi.i: imap-multi.c.i +.PHONY : imap-multi.i + +# target to preprocess a source file +imap-multi.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.i +.PHONY : imap-multi.c.i + +imap-multi.s: imap-multi.c.s +.PHONY : imap-multi.s + +# target to generate assembly for a file +imap-multi.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.s +.PHONY : imap-multi.c.s + +imap-noop.o: imap-noop.c.o +.PHONY : imap-noop.o + +# target to build an object file +imap-noop.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o +.PHONY : imap-noop.c.o + +imap-noop.i: imap-noop.c.i +.PHONY : imap-noop.i + +# target to preprocess a source file +imap-noop.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.i +.PHONY : imap-noop.c.i + +imap-noop.s: imap-noop.c.s +.PHONY : imap-noop.s + +# target to generate assembly for a file +imap-noop.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.s +.PHONY : imap-noop.c.s + +imap-search.o: imap-search.c.o +.PHONY : imap-search.o + +# target to build an object file +imap-search.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.o +.PHONY : imap-search.c.o + +imap-search.i: imap-search.c.i +.PHONY : imap-search.i + +# target to preprocess a source file +imap-search.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.i +.PHONY : imap-search.c.i + +imap-search.s: imap-search.c.s +.PHONY : imap-search.s + +# target to generate assembly for a file +imap-search.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.s +.PHONY : imap-search.c.s + +imap-ssl.o: imap-ssl.c.o +.PHONY : imap-ssl.o + +# target to build an object file +imap-ssl.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o +.PHONY : imap-ssl.c.o + +imap-ssl.i: imap-ssl.c.i +.PHONY : imap-ssl.i + +# target to preprocess a source file +imap-ssl.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.i +.PHONY : imap-ssl.c.i + +imap-ssl.s: imap-ssl.c.s +.PHONY : imap-ssl.s + +# target to generate assembly for a file +imap-ssl.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.s +.PHONY : imap-ssl.c.s + +imap-store.o: imap-store.c.o +.PHONY : imap-store.o + +# target to build an object file +imap-store.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.o +.PHONY : imap-store.c.o + +imap-store.i: imap-store.c.i +.PHONY : imap-store.i + +# target to preprocess a source file +imap-store.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.i +.PHONY : imap-store.c.i + +imap-store.s: imap-store.c.s +.PHONY : imap-store.s + +# target to generate assembly for a file +imap-store.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.s +.PHONY : imap-store.c.s + +imap-tls.o: imap-tls.c.o +.PHONY : imap-tls.o + +# target to build an object file +imap-tls.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o +.PHONY : imap-tls.c.o + +imap-tls.i: imap-tls.c.i +.PHONY : imap-tls.i + +# target to preprocess a source file +imap-tls.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.i +.PHONY : imap-tls.c.i + +imap-tls.s: imap-tls.c.s +.PHONY : imap-tls.s + +# target to generate assembly for a file +imap-tls.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.s +.PHONY : imap-tls.c.s + +interface.o: interface.c.o +.PHONY : interface.o + +# target to build an object file +interface.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.o +.PHONY : interface.c.o + +interface.i: interface.c.i +.PHONY : interface.i + +# target to preprocess a source file +interface.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.i +.PHONY : interface.c.i + +interface.s: interface.c.s +.PHONY : interface.s + +# target to generate assembly for a file +interface.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.s +.PHONY : interface.c.s + +ipv6.o: ipv6.c.o +.PHONY : ipv6.o + +# target to build an object file +ipv6.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.o +.PHONY : ipv6.c.o + +ipv6.i: ipv6.c.i +.PHONY : ipv6.i + +# target to preprocess a source file +ipv6.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.i +.PHONY : ipv6.c.i + +ipv6.s: ipv6.c.s +.PHONY : ipv6.s + +# target to generate assembly for a file +ipv6.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.s +.PHONY : ipv6.c.s + +keepalive.o: keepalive.c.o +.PHONY : keepalive.o + +# target to build an object file +keepalive.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.o +.PHONY : keepalive.c.o + +keepalive.i: keepalive.c.i +.PHONY : keepalive.i + +# target to preprocess a source file +keepalive.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.i +.PHONY : keepalive.c.i + +keepalive.s: keepalive.c.s +.PHONY : keepalive.s + +# target to generate assembly for a file +keepalive.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.s +.PHONY : keepalive.c.s + +localport.o: localport.c.o +.PHONY : localport.o + +# target to build an object file +localport.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.o +.PHONY : localport.c.o + +localport.i: localport.c.i +.PHONY : localport.i + +# target to preprocess a source file +localport.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.i +.PHONY : localport.c.i + +localport.s: localport.c.s +.PHONY : localport.s + +# target to generate assembly for a file +localport.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.s +.PHONY : localport.c.s + +maxconnects.o: maxconnects.c.o +.PHONY : maxconnects.o + +# target to build an object file +maxconnects.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o +.PHONY : maxconnects.c.o + +maxconnects.i: maxconnects.c.i +.PHONY : maxconnects.i + +# target to preprocess a source file +maxconnects.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.i +.PHONY : maxconnects.c.i + +maxconnects.s: maxconnects.c.s +.PHONY : maxconnects.s + +# target to generate assembly for a file +maxconnects.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.s +.PHONY : maxconnects.c.s + +multi-app.o: multi-app.c.o +.PHONY : multi-app.o + +# target to build an object file +multi-app.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.o +.PHONY : multi-app.c.o + +multi-app.i: multi-app.c.i +.PHONY : multi-app.i + +# target to preprocess a source file +multi-app.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.i +.PHONY : multi-app.c.i + +multi-app.s: multi-app.c.s +.PHONY : multi-app.s + +# target to generate assembly for a file +multi-app.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.s +.PHONY : multi-app.c.s + +multi-debugcallback.o: multi-debugcallback.c.o +.PHONY : multi-debugcallback.o + +# target to build an object file +multi-debugcallback.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o +.PHONY : multi-debugcallback.c.o + +multi-debugcallback.i: multi-debugcallback.c.i +.PHONY : multi-debugcallback.i + +# target to preprocess a source file +multi-debugcallback.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.i +.PHONY : multi-debugcallback.c.i + +multi-debugcallback.s: multi-debugcallback.c.s +.PHONY : multi-debugcallback.s + +# target to generate assembly for a file +multi-debugcallback.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.s +.PHONY : multi-debugcallback.c.s + +multi-double.o: multi-double.c.o +.PHONY : multi-double.o + +# target to build an object file +multi-double.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.o +.PHONY : multi-double.c.o + +multi-double.i: multi-double.c.i +.PHONY : multi-double.i + +# target to preprocess a source file +multi-double.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.i +.PHONY : multi-double.c.i + +multi-double.s: multi-double.c.s +.PHONY : multi-double.s + +# target to generate assembly for a file +multi-double.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.s +.PHONY : multi-double.c.s + +multi-formadd.o: multi-formadd.c.o +.PHONY : multi-formadd.o + +# target to build an object file +multi-formadd.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o +.PHONY : multi-formadd.c.o + +multi-formadd.i: multi-formadd.c.i +.PHONY : multi-formadd.i + +# target to preprocess a source file +multi-formadd.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.i +.PHONY : multi-formadd.c.i + +multi-formadd.s: multi-formadd.c.s +.PHONY : multi-formadd.s + +# target to generate assembly for a file +multi-formadd.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.s +.PHONY : multi-formadd.c.s + +multi-legacy.o: multi-legacy.c.o +.PHONY : multi-legacy.o + +# target to build an object file +multi-legacy.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o +.PHONY : multi-legacy.c.o + +multi-legacy.i: multi-legacy.c.i +.PHONY : multi-legacy.i + +# target to preprocess a source file +multi-legacy.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.i +.PHONY : multi-legacy.c.i + +multi-legacy.s: multi-legacy.c.s +.PHONY : multi-legacy.s + +# target to generate assembly for a file +multi-legacy.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.s +.PHONY : multi-legacy.c.s + +multi-post.o: multi-post.c.o +.PHONY : multi-post.o + +# target to build an object file +multi-post.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.o +.PHONY : multi-post.c.o + +multi-post.i: multi-post.c.i +.PHONY : multi-post.i + +# target to preprocess a source file +multi-post.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.i +.PHONY : multi-post.c.i + +multi-post.s: multi-post.c.s +.PHONY : multi-post.s + +# target to generate assembly for a file +multi-post.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.s +.PHONY : multi-post.c.s + +multi-single.o: multi-single.c.o +.PHONY : multi-single.o + +# target to build an object file +multi-single.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.o +.PHONY : multi-single.c.o + +multi-single.i: multi-single.c.i +.PHONY : multi-single.i + +# target to preprocess a source file +multi-single.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.i +.PHONY : multi-single.c.i + +multi-single.s: multi-single.c.s +.PHONY : multi-single.s + +# target to generate assembly for a file +multi-single.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.s +.PHONY : multi-single.c.s + +netrc.o: netrc.c.o +.PHONY : netrc.o + +# target to build an object file +netrc.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.o +.PHONY : netrc.c.o + +netrc.i: netrc.c.i +.PHONY : netrc.i + +# target to preprocess a source file +netrc.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.i +.PHONY : netrc.c.i + +netrc.s: netrc.c.s +.PHONY : netrc.s + +# target to generate assembly for a file +netrc.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.s +.PHONY : netrc.c.s + +parseurl.o: parseurl.c.o +.PHONY : parseurl.o + +# target to build an object file +parseurl.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.o +.PHONY : parseurl.c.o + +parseurl.i: parseurl.c.i +.PHONY : parseurl.i + +# target to preprocess a source file +parseurl.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.i +.PHONY : parseurl.c.i + +parseurl.s: parseurl.c.s +.PHONY : parseurl.s + +# target to generate assembly for a file +parseurl.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.s +.PHONY : parseurl.c.s + +persistent.o: persistent.c.o +.PHONY : persistent.o + +# target to build an object file +persistent.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.o +.PHONY : persistent.c.o + +persistent.i: persistent.c.i +.PHONY : persistent.i + +# target to preprocess a source file +persistent.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.i +.PHONY : persistent.c.i + +persistent.s: persistent.c.s +.PHONY : persistent.s + +# target to generate assembly for a file +persistent.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.s +.PHONY : persistent.c.s + +pop3-authzid.o: pop3-authzid.c.o +.PHONY : pop3-authzid.o + +# target to build an object file +pop3-authzid.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o +.PHONY : pop3-authzid.c.o + +pop3-authzid.i: pop3-authzid.c.i +.PHONY : pop3-authzid.i + +# target to preprocess a source file +pop3-authzid.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.i +.PHONY : pop3-authzid.c.i + +pop3-authzid.s: pop3-authzid.c.s +.PHONY : pop3-authzid.s + +# target to generate assembly for a file +pop3-authzid.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.s +.PHONY : pop3-authzid.c.s + +pop3-dele.o: pop3-dele.c.o +.PHONY : pop3-dele.o + +# target to build an object file +pop3-dele.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o +.PHONY : pop3-dele.c.o + +pop3-dele.i: pop3-dele.c.i +.PHONY : pop3-dele.i + +# target to preprocess a source file +pop3-dele.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.i +.PHONY : pop3-dele.c.i + +pop3-dele.s: pop3-dele.c.s +.PHONY : pop3-dele.s + +# target to generate assembly for a file +pop3-dele.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.s +.PHONY : pop3-dele.c.s + +pop3-list.o: pop3-list.c.o +.PHONY : pop3-list.o + +# target to build an object file +pop3-list.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o +.PHONY : pop3-list.c.o + +pop3-list.i: pop3-list.c.i +.PHONY : pop3-list.i + +# target to preprocess a source file +pop3-list.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.i +.PHONY : pop3-list.c.i + +pop3-list.s: pop3-list.c.s +.PHONY : pop3-list.s + +# target to generate assembly for a file +pop3-list.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.s +.PHONY : pop3-list.c.s + +pop3-multi.o: pop3-multi.c.o +.PHONY : pop3-multi.o + +# target to build an object file +pop3-multi.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o +.PHONY : pop3-multi.c.o + +pop3-multi.i: pop3-multi.c.i +.PHONY : pop3-multi.i + +# target to preprocess a source file +pop3-multi.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.i +.PHONY : pop3-multi.c.i + +pop3-multi.s: pop3-multi.c.s +.PHONY : pop3-multi.s + +# target to generate assembly for a file +pop3-multi.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.s +.PHONY : pop3-multi.c.s + +pop3-noop.o: pop3-noop.c.o +.PHONY : pop3-noop.o + +# target to build an object file +pop3-noop.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o +.PHONY : pop3-noop.c.o + +pop3-noop.i: pop3-noop.c.i +.PHONY : pop3-noop.i + +# target to preprocess a source file +pop3-noop.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.i +.PHONY : pop3-noop.c.i + +pop3-noop.s: pop3-noop.c.s +.PHONY : pop3-noop.s + +# target to generate assembly for a file +pop3-noop.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.s +.PHONY : pop3-noop.c.s + +pop3-retr.o: pop3-retr.c.o +.PHONY : pop3-retr.o + +# target to build an object file +pop3-retr.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o +.PHONY : pop3-retr.c.o + +pop3-retr.i: pop3-retr.c.i +.PHONY : pop3-retr.i + +# target to preprocess a source file +pop3-retr.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.i +.PHONY : pop3-retr.c.i + +pop3-retr.s: pop3-retr.c.s +.PHONY : pop3-retr.s + +# target to generate assembly for a file +pop3-retr.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.s +.PHONY : pop3-retr.c.s + +pop3-ssl.o: pop3-ssl.c.o +.PHONY : pop3-ssl.o + +# target to build an object file +pop3-ssl.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o +.PHONY : pop3-ssl.c.o + +pop3-ssl.i: pop3-ssl.c.i +.PHONY : pop3-ssl.i + +# target to preprocess a source file +pop3-ssl.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.i +.PHONY : pop3-ssl.c.i + +pop3-ssl.s: pop3-ssl.c.s +.PHONY : pop3-ssl.s + +# target to generate assembly for a file +pop3-ssl.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.s +.PHONY : pop3-ssl.c.s + +pop3-stat.o: pop3-stat.c.o +.PHONY : pop3-stat.o + +# target to build an object file +pop3-stat.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o +.PHONY : pop3-stat.c.o + +pop3-stat.i: pop3-stat.c.i +.PHONY : pop3-stat.i + +# target to preprocess a source file +pop3-stat.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.i +.PHONY : pop3-stat.c.i + +pop3-stat.s: pop3-stat.c.s +.PHONY : pop3-stat.s + +# target to generate assembly for a file +pop3-stat.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.s +.PHONY : pop3-stat.c.s + +pop3-tls.o: pop3-tls.c.o +.PHONY : pop3-tls.o + +# target to build an object file +pop3-tls.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o +.PHONY : pop3-tls.c.o + +pop3-tls.i: pop3-tls.c.i +.PHONY : pop3-tls.i + +# target to preprocess a source file +pop3-tls.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.i +.PHONY : pop3-tls.c.i + +pop3-tls.s: pop3-tls.c.s +.PHONY : pop3-tls.s + +# target to generate assembly for a file +pop3-tls.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.s +.PHONY : pop3-tls.c.s + +pop3-top.o: pop3-top.c.o +.PHONY : pop3-top.o + +# target to build an object file +pop3-top.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o +.PHONY : pop3-top.c.o + +pop3-top.i: pop3-top.c.i +.PHONY : pop3-top.i + +# target to preprocess a source file +pop3-top.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.i +.PHONY : pop3-top.c.i + +pop3-top.s: pop3-top.c.s +.PHONY : pop3-top.s + +# target to generate assembly for a file +pop3-top.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.s +.PHONY : pop3-top.c.s + +pop3-uidl.o: pop3-uidl.c.o +.PHONY : pop3-uidl.o + +# target to build an object file +pop3-uidl.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o +.PHONY : pop3-uidl.c.o + +pop3-uidl.i: pop3-uidl.c.i +.PHONY : pop3-uidl.i + +# target to preprocess a source file +pop3-uidl.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.i +.PHONY : pop3-uidl.c.i + +pop3-uidl.s: pop3-uidl.c.s +.PHONY : pop3-uidl.s + +# target to generate assembly for a file +pop3-uidl.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.s +.PHONY : pop3-uidl.c.s + +post-callback.o: post-callback.c.o +.PHONY : post-callback.o + +# target to build an object file +post-callback.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.o +.PHONY : post-callback.c.o + +post-callback.i: post-callback.c.i +.PHONY : post-callback.i + +# target to preprocess a source file +post-callback.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.i +.PHONY : post-callback.c.i + +post-callback.s: post-callback.c.s +.PHONY : post-callback.s + +# target to generate assembly for a file +post-callback.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.s +.PHONY : post-callback.c.s + +postinmemory.o: postinmemory.c.o +.PHONY : postinmemory.o + +# target to build an object file +postinmemory.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o +.PHONY : postinmemory.c.o + +postinmemory.i: postinmemory.c.i +.PHONY : postinmemory.i + +# target to preprocess a source file +postinmemory.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.i +.PHONY : postinmemory.c.i + +postinmemory.s: postinmemory.c.s +.PHONY : postinmemory.s + +# target to generate assembly for a file +postinmemory.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.s +.PHONY : postinmemory.c.s + +postit2-formadd.o: postit2-formadd.c.o +.PHONY : postit2-formadd.o + +# target to build an object file +postit2-formadd.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o +.PHONY : postit2-formadd.c.o + +postit2-formadd.i: postit2-formadd.c.i +.PHONY : postit2-formadd.i + +# target to preprocess a source file +postit2-formadd.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.i +.PHONY : postit2-formadd.c.i + +postit2-formadd.s: postit2-formadd.c.s +.PHONY : postit2-formadd.s + +# target to generate assembly for a file +postit2-formadd.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.s +.PHONY : postit2-formadd.c.s + +postit2.o: postit2.c.o +.PHONY : postit2.o + +# target to build an object file +postit2.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.o +.PHONY : postit2.c.o + +postit2.i: postit2.c.i +.PHONY : postit2.i + +# target to preprocess a source file +postit2.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.i +.PHONY : postit2.c.i + +postit2.s: postit2.c.s +.PHONY : postit2.s + +# target to generate assembly for a file +postit2.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.s +.PHONY : postit2.c.s + +progressfunc.o: progressfunc.c.o +.PHONY : progressfunc.o + +# target to build an object file +progressfunc.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o +.PHONY : progressfunc.c.o + +progressfunc.i: progressfunc.c.i +.PHONY : progressfunc.i + +# target to preprocess a source file +progressfunc.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.i +.PHONY : progressfunc.c.i + +progressfunc.s: progressfunc.c.s +.PHONY : progressfunc.s + +# target to generate assembly for a file +progressfunc.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.s +.PHONY : progressfunc.c.s + +protofeats.o: protofeats.c.o +.PHONY : protofeats.o + +# target to build an object file +protofeats.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.o +.PHONY : protofeats.c.o + +protofeats.i: protofeats.c.i +.PHONY : protofeats.i + +# target to preprocess a source file +protofeats.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.i +.PHONY : protofeats.c.i + +protofeats.s: protofeats.c.s +.PHONY : protofeats.s + +# target to generate assembly for a file +protofeats.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.s +.PHONY : protofeats.c.s + +range.o: range.c.o +.PHONY : range.o + +# target to build an object file +range.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.o +.PHONY : range.c.o + +range.i: range.c.i +.PHONY : range.i + +# target to preprocess a source file +range.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.i +.PHONY : range.c.i + +range.s: range.c.s +.PHONY : range.s + +# target to generate assembly for a file +range.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.s +.PHONY : range.c.s + +resolve.o: resolve.c.o +.PHONY : resolve.o + +# target to build an object file +resolve.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.o +.PHONY : resolve.c.o + +resolve.i: resolve.c.i +.PHONY : resolve.i + +# target to preprocess a source file +resolve.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.i +.PHONY : resolve.c.i + +resolve.s: resolve.c.s +.PHONY : resolve.s + +# target to generate assembly for a file +resolve.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.s +.PHONY : resolve.c.s + +rtsp-options.o: rtsp-options.c.o +.PHONY : rtsp-options.o + +# target to build an object file +rtsp-options.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o +.PHONY : rtsp-options.c.o + +rtsp-options.i: rtsp-options.c.i +.PHONY : rtsp-options.i + +# target to preprocess a source file +rtsp-options.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.i +.PHONY : rtsp-options.c.i + +rtsp-options.s: rtsp-options.c.s +.PHONY : rtsp-options.s + +# target to generate assembly for a file +rtsp-options.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.s +.PHONY : rtsp-options.c.s + +sendrecv.o: sendrecv.c.o +.PHONY : sendrecv.o + +# target to build an object file +sendrecv.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o +.PHONY : sendrecv.c.o + +sendrecv.i: sendrecv.c.i +.PHONY : sendrecv.i + +# target to preprocess a source file +sendrecv.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.i +.PHONY : sendrecv.c.i + +sendrecv.s: sendrecv.c.s +.PHONY : sendrecv.s + +# target to generate assembly for a file +sendrecv.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.s +.PHONY : sendrecv.c.s + +sepheaders.o: sepheaders.c.o +.PHONY : sepheaders.o + +# target to build an object file +sepheaders.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o +.PHONY : sepheaders.c.o + +sepheaders.i: sepheaders.c.i +.PHONY : sepheaders.i + +# target to preprocess a source file +sepheaders.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.i +.PHONY : sepheaders.c.i + +sepheaders.s: sepheaders.c.s +.PHONY : sepheaders.s + +# target to generate assembly for a file +sepheaders.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.s +.PHONY : sepheaders.c.s + +sftpget.o: sftpget.c.o +.PHONY : sftpget.o + +# target to build an object file +sftpget.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.o +.PHONY : sftpget.c.o + +sftpget.i: sftpget.c.i +.PHONY : sftpget.i + +# target to preprocess a source file +sftpget.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.i +.PHONY : sftpget.c.i + +sftpget.s: sftpget.c.s +.PHONY : sftpget.s + +# target to generate assembly for a file +sftpget.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.s +.PHONY : sftpget.c.s + +sftpuploadresume.o: sftpuploadresume.c.o +.PHONY : sftpuploadresume.o + +# target to build an object file +sftpuploadresume.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o +.PHONY : sftpuploadresume.c.o + +sftpuploadresume.i: sftpuploadresume.c.i +.PHONY : sftpuploadresume.i + +# target to preprocess a source file +sftpuploadresume.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.i +.PHONY : sftpuploadresume.c.i + +sftpuploadresume.s: sftpuploadresume.c.s +.PHONY : sftpuploadresume.s + +# target to generate assembly for a file +sftpuploadresume.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.s +.PHONY : sftpuploadresume.c.s + +shared-connection-cache.o: shared-connection-cache.c.o +.PHONY : shared-connection-cache.o + +# target to build an object file +shared-connection-cache.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o +.PHONY : shared-connection-cache.c.o + +shared-connection-cache.i: shared-connection-cache.c.i +.PHONY : shared-connection-cache.i + +# target to preprocess a source file +shared-connection-cache.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.i +.PHONY : shared-connection-cache.c.i + +shared-connection-cache.s: shared-connection-cache.c.s +.PHONY : shared-connection-cache.s + +# target to generate assembly for a file +shared-connection-cache.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.s +.PHONY : shared-connection-cache.c.s + +simple.o: simple.c.o +.PHONY : simple.o + +# target to build an object file +simple.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.o +.PHONY : simple.c.o + +simple.i: simple.c.i +.PHONY : simple.i + +# target to preprocess a source file +simple.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.i +.PHONY : simple.c.i + +simple.s: simple.c.s +.PHONY : simple.s + +# target to generate assembly for a file +simple.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.s +.PHONY : simple.c.s + +simplepost.o: simplepost.c.o +.PHONY : simplepost.o + +# target to build an object file +simplepost.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.o +.PHONY : simplepost.c.o + +simplepost.i: simplepost.c.i +.PHONY : simplepost.i + +# target to preprocess a source file +simplepost.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.i +.PHONY : simplepost.c.i + +simplepost.s: simplepost.c.s +.PHONY : simplepost.s + +# target to generate assembly for a file +simplepost.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.s +.PHONY : simplepost.c.s + +simplessl.o: simplessl.c.o +.PHONY : simplessl.o + +# target to build an object file +simplessl.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.o +.PHONY : simplessl.c.o + +simplessl.i: simplessl.c.i +.PHONY : simplessl.i + +# target to preprocess a source file +simplessl.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.i +.PHONY : simplessl.c.i + +simplessl.s: simplessl.c.s +.PHONY : simplessl.s + +# target to generate assembly for a file +simplessl.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.s +.PHONY : simplessl.c.s + +smtp-authzid.o: smtp-authzid.c.o +.PHONY : smtp-authzid.o + +# target to build an object file +smtp-authzid.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o +.PHONY : smtp-authzid.c.o + +smtp-authzid.i: smtp-authzid.c.i +.PHONY : smtp-authzid.i + +# target to preprocess a source file +smtp-authzid.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.i +.PHONY : smtp-authzid.c.i + +smtp-authzid.s: smtp-authzid.c.s +.PHONY : smtp-authzid.s + +# target to generate assembly for a file +smtp-authzid.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.s +.PHONY : smtp-authzid.c.s + +smtp-expn.o: smtp-expn.c.o +.PHONY : smtp-expn.o + +# target to build an object file +smtp-expn.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o +.PHONY : smtp-expn.c.o + +smtp-expn.i: smtp-expn.c.i +.PHONY : smtp-expn.i + +# target to preprocess a source file +smtp-expn.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.i +.PHONY : smtp-expn.c.i + +smtp-expn.s: smtp-expn.c.s +.PHONY : smtp-expn.s + +# target to generate assembly for a file +smtp-expn.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.s +.PHONY : smtp-expn.c.s + +smtp-mail.o: smtp-mail.c.o +.PHONY : smtp-mail.o + +# target to build an object file +smtp-mail.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o +.PHONY : smtp-mail.c.o + +smtp-mail.i: smtp-mail.c.i +.PHONY : smtp-mail.i + +# target to preprocess a source file +smtp-mail.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.i +.PHONY : smtp-mail.c.i + +smtp-mail.s: smtp-mail.c.s +.PHONY : smtp-mail.s + +# target to generate assembly for a file +smtp-mail.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.s +.PHONY : smtp-mail.c.s + +smtp-mime.o: smtp-mime.c.o +.PHONY : smtp-mime.o + +# target to build an object file +smtp-mime.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o +.PHONY : smtp-mime.c.o + +smtp-mime.i: smtp-mime.c.i +.PHONY : smtp-mime.i + +# target to preprocess a source file +smtp-mime.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.i +.PHONY : smtp-mime.c.i + +smtp-mime.s: smtp-mime.c.s +.PHONY : smtp-mime.s + +# target to generate assembly for a file +smtp-mime.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.s +.PHONY : smtp-mime.c.s + +smtp-multi.o: smtp-multi.c.o +.PHONY : smtp-multi.o + +# target to build an object file +smtp-multi.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o +.PHONY : smtp-multi.c.o + +smtp-multi.i: smtp-multi.c.i +.PHONY : smtp-multi.i + +# target to preprocess a source file +smtp-multi.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.i +.PHONY : smtp-multi.c.i + +smtp-multi.s: smtp-multi.c.s +.PHONY : smtp-multi.s + +# target to generate assembly for a file +smtp-multi.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.s +.PHONY : smtp-multi.c.s + +smtp-ssl.o: smtp-ssl.c.o +.PHONY : smtp-ssl.o + +# target to build an object file +smtp-ssl.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o +.PHONY : smtp-ssl.c.o + +smtp-ssl.i: smtp-ssl.c.i +.PHONY : smtp-ssl.i + +# target to preprocess a source file +smtp-ssl.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.i +.PHONY : smtp-ssl.c.i + +smtp-ssl.s: smtp-ssl.c.s +.PHONY : smtp-ssl.s + +# target to generate assembly for a file +smtp-ssl.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.s +.PHONY : smtp-ssl.c.s + +smtp-tls.o: smtp-tls.c.o +.PHONY : smtp-tls.o + +# target to build an object file +smtp-tls.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o +.PHONY : smtp-tls.c.o + +smtp-tls.i: smtp-tls.c.i +.PHONY : smtp-tls.i + +# target to preprocess a source file +smtp-tls.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.i +.PHONY : smtp-tls.c.i + +smtp-tls.s: smtp-tls.c.s +.PHONY : smtp-tls.s + +# target to generate assembly for a file +smtp-tls.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.s +.PHONY : smtp-tls.c.s + +smtp-vrfy.o: smtp-vrfy.c.o +.PHONY : smtp-vrfy.o + +# target to build an object file +smtp-vrfy.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o +.PHONY : smtp-vrfy.c.o + +smtp-vrfy.i: smtp-vrfy.c.i +.PHONY : smtp-vrfy.i + +# target to preprocess a source file +smtp-vrfy.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.i +.PHONY : smtp-vrfy.c.i + +smtp-vrfy.s: smtp-vrfy.c.s +.PHONY : smtp-vrfy.s + +# target to generate assembly for a file +smtp-vrfy.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.s +.PHONY : smtp-vrfy.c.s + +sslbackend.o: sslbackend.c.o +.PHONY : sslbackend.o + +# target to build an object file +sslbackend.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o +.PHONY : sslbackend.c.o + +sslbackend.i: sslbackend.c.i +.PHONY : sslbackend.i + +# target to preprocess a source file +sslbackend.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.i +.PHONY : sslbackend.c.i + +sslbackend.s: sslbackend.c.s +.PHONY : sslbackend.s + +# target to generate assembly for a file +sslbackend.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.s +.PHONY : sslbackend.c.s + +unixsocket.o: unixsocket.c.o +.PHONY : unixsocket.o + +# target to build an object file +unixsocket.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o +.PHONY : unixsocket.c.o + +unixsocket.i: unixsocket.c.i +.PHONY : unixsocket.i + +# target to preprocess a source file +unixsocket.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.i +.PHONY : unixsocket.c.i + +unixsocket.s: unixsocket.c.s +.PHONY : unixsocket.s + +# target to generate assembly for a file +unixsocket.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.s +.PHONY : unixsocket.c.s + +url2file.o: url2file.c.o +.PHONY : url2file.o + +# target to build an object file +url2file.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.o +.PHONY : url2file.c.o + +url2file.i: url2file.c.i +.PHONY : url2file.i + +# target to preprocess a source file +url2file.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.i +.PHONY : url2file.c.i + +url2file.s: url2file.c.s +.PHONY : url2file.s + +# target to generate assembly for a file +url2file.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.s +.PHONY : url2file.c.s + +urlapi.o: urlapi.c.o +.PHONY : urlapi.o + +# target to build an object file +urlapi.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.o +.PHONY : urlapi.c.o + +urlapi.i: urlapi.c.i +.PHONY : urlapi.i + +# target to preprocess a source file +urlapi.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.i +.PHONY : urlapi.c.i + +urlapi.s: urlapi.c.s +.PHONY : urlapi.s + +# target to generate assembly for a file +urlapi.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.s +.PHONY : urlapi.c.s + +websocket-cb.o: websocket-cb.c.o +.PHONY : websocket-cb.o + +# target to build an object file +websocket-cb.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o +.PHONY : websocket-cb.c.o + +websocket-cb.i: websocket-cb.c.i +.PHONY : websocket-cb.i + +# target to preprocess a source file +websocket-cb.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.i +.PHONY : websocket-cb.c.i + +websocket-cb.s: websocket-cb.c.s +.PHONY : websocket-cb.s + +# target to generate assembly for a file +websocket-cb.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.s +.PHONY : websocket-cb.c.s + +websocket.o: websocket.c.o +.PHONY : websocket.o + +# target to build an object file +websocket.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.o +.PHONY : websocket.c.o + +websocket.i: websocket.c.i +.PHONY : websocket.i + +# target to preprocess a source file +websocket.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.i +.PHONY : websocket.c.i + +websocket.s: websocket.c.s +.PHONY : websocket.s + +# target to generate assembly for a file +websocket.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.s +.PHONY : websocket.c.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... curl-examples" + @echo "... curl-example-10-at-a-time" + @echo "... curl-example-address-scope" + @echo "... curl-example-altsvc" + @echo "... curl-example-anyauthput" + @echo "... curl-example-block_ip" + @echo "... curl-example-certinfo" + @echo "... curl-example-chkspeed" + @echo "... curl-example-connect-to" + @echo "... curl-example-cookie_interface" + @echo "... curl-example-debug" + @echo "... curl-example-default-scheme" + @echo "... curl-example-externalsocket" + @echo "... curl-example-fileupload" + @echo "... curl-example-ftp-wildcard" + @echo "... curl-example-ftpget" + @echo "... curl-example-ftpgetinfo" + @echo "... curl-example-ftpgetresp" + @echo "... curl-example-ftpsget" + @echo "... curl-example-ftpupload" + @echo "... curl-example-ftpuploadfrommem" + @echo "... curl-example-ftpuploadresume" + @echo "... curl-example-getinfo" + @echo "... curl-example-getinmemory" + @echo "... curl-example-getredirect" + @echo "... curl-example-getreferrer" + @echo "... curl-example-headerapi" + @echo "... curl-example-hsts-preload" + @echo "... curl-example-http-options" + @echo "... curl-example-http-post" + @echo "... curl-example-http2-download" + @echo "... curl-example-http2-pushinmemory" + @echo "... curl-example-http2-serverpush" + @echo "... curl-example-http2-upload" + @echo "... curl-example-http3" + @echo "... curl-example-http3-present" + @echo "... curl-example-httpcustomheader" + @echo "... curl-example-httpput" + @echo "... curl-example-httpput-postfields" + @echo "... curl-example-https" + @echo "... curl-example-imap-append" + @echo "... curl-example-imap-authzid" + @echo "... curl-example-imap-copy" + @echo "... curl-example-imap-create" + @echo "... curl-example-imap-delete" + @echo "... curl-example-imap-examine" + @echo "... curl-example-imap-fetch" + @echo "... curl-example-imap-list" + @echo "... curl-example-imap-lsub" + @echo "... curl-example-imap-multi" + @echo "... curl-example-imap-noop" + @echo "... curl-example-imap-search" + @echo "... curl-example-imap-ssl" + @echo "... curl-example-imap-store" + @echo "... curl-example-imap-tls" + @echo "... curl-example-interface" + @echo "... curl-example-ipv6" + @echo "... curl-example-keepalive" + @echo "... curl-example-localport" + @echo "... curl-example-maxconnects" + @echo "... curl-example-multi-app" + @echo "... curl-example-multi-debugcallback" + @echo "... curl-example-multi-double" + @echo "... curl-example-multi-formadd" + @echo "... curl-example-multi-legacy" + @echo "... curl-example-multi-post" + @echo "... curl-example-multi-single" + @echo "... curl-example-netrc" + @echo "... curl-example-parseurl" + @echo "... curl-example-persistent" + @echo "... curl-example-pop3-authzid" + @echo "... curl-example-pop3-dele" + @echo "... curl-example-pop3-list" + @echo "... curl-example-pop3-multi" + @echo "... curl-example-pop3-noop" + @echo "... curl-example-pop3-retr" + @echo "... curl-example-pop3-ssl" + @echo "... curl-example-pop3-stat" + @echo "... curl-example-pop3-tls" + @echo "... curl-example-pop3-top" + @echo "... curl-example-pop3-uidl" + @echo "... curl-example-post-callback" + @echo "... curl-example-postinmemory" + @echo "... curl-example-postit2" + @echo "... curl-example-postit2-formadd" + @echo "... curl-example-progressfunc" + @echo "... curl-example-protofeats" + @echo "... curl-example-range" + @echo "... curl-example-resolve" + @echo "... curl-example-rtsp-options" + @echo "... curl-example-sendrecv" + @echo "... curl-example-sepheaders" + @echo "... curl-example-sftpget" + @echo "... curl-example-sftpuploadresume" + @echo "... curl-example-shared-connection-cache" + @echo "... curl-example-simple" + @echo "... curl-example-simplepost" + @echo "... curl-example-simplessl" + @echo "... curl-example-smtp-authzid" + @echo "... curl-example-smtp-expn" + @echo "... curl-example-smtp-mail" + @echo "... curl-example-smtp-mime" + @echo "... curl-example-smtp-multi" + @echo "... curl-example-smtp-ssl" + @echo "... curl-example-smtp-tls" + @echo "... curl-example-smtp-vrfy" + @echo "... curl-example-sslbackend" + @echo "... curl-example-unixsocket" + @echo "... curl-example-url2file" + @echo "... curl-example-urlapi" + @echo "... curl-example-websocket" + @echo "... curl-example-websocket-cb" + @echo "... 10-at-a-time.o" + @echo "... 10-at-a-time.i" + @echo "... 10-at-a-time.s" + @echo "... address-scope.o" + @echo "... address-scope.i" + @echo "... address-scope.s" + @echo "... altsvc.o" + @echo "... altsvc.i" + @echo "... altsvc.s" + @echo "... anyauthput.o" + @echo "... anyauthput.i" + @echo "... anyauthput.s" + @echo "... block_ip.o" + @echo "... block_ip.i" + @echo "... block_ip.s" + @echo "... certinfo.o" + @echo "... certinfo.i" + @echo "... certinfo.s" + @echo "... chkspeed.o" + @echo "... chkspeed.i" + @echo "... chkspeed.s" + @echo "... connect-to.o" + @echo "... connect-to.i" + @echo "... connect-to.s" + @echo "... cookie_interface.o" + @echo "... cookie_interface.i" + @echo "... cookie_interface.s" + @echo "... debug.o" + @echo "... debug.i" + @echo "... debug.s" + @echo "... default-scheme.o" + @echo "... default-scheme.i" + @echo "... default-scheme.s" + @echo "... externalsocket.o" + @echo "... externalsocket.i" + @echo "... externalsocket.s" + @echo "... fileupload.o" + @echo "... fileupload.i" + @echo "... fileupload.s" + @echo "... ftp-wildcard.o" + @echo "... ftp-wildcard.i" + @echo "... ftp-wildcard.s" + @echo "... ftpget.o" + @echo "... ftpget.i" + @echo "... ftpget.s" + @echo "... ftpgetinfo.o" + @echo "... ftpgetinfo.i" + @echo "... ftpgetinfo.s" + @echo "... ftpgetresp.o" + @echo "... ftpgetresp.i" + @echo "... ftpgetresp.s" + @echo "... ftpsget.o" + @echo "... ftpsget.i" + @echo "... ftpsget.s" + @echo "... ftpupload.o" + @echo "... ftpupload.i" + @echo "... ftpupload.s" + @echo "... ftpuploadfrommem.o" + @echo "... ftpuploadfrommem.i" + @echo "... ftpuploadfrommem.s" + @echo "... ftpuploadresume.o" + @echo "... ftpuploadresume.i" + @echo "... ftpuploadresume.s" + @echo "... getinfo.o" + @echo "... getinfo.i" + @echo "... getinfo.s" + @echo "... getinmemory.o" + @echo "... getinmemory.i" + @echo "... getinmemory.s" + @echo "... getredirect.o" + @echo "... getredirect.i" + @echo "... getredirect.s" + @echo "... getreferrer.o" + @echo "... getreferrer.i" + @echo "... getreferrer.s" + @echo "... headerapi.o" + @echo "... headerapi.i" + @echo "... headerapi.s" + @echo "... hsts-preload.o" + @echo "... hsts-preload.i" + @echo "... hsts-preload.s" + @echo "... http-options.o" + @echo "... http-options.i" + @echo "... http-options.s" + @echo "... http-post.o" + @echo "... http-post.i" + @echo "... http-post.s" + @echo "... http2-download.o" + @echo "... http2-download.i" + @echo "... http2-download.s" + @echo "... http2-pushinmemory.o" + @echo "... http2-pushinmemory.i" + @echo "... http2-pushinmemory.s" + @echo "... http2-serverpush.o" + @echo "... http2-serverpush.i" + @echo "... http2-serverpush.s" + @echo "... http2-upload.o" + @echo "... http2-upload.i" + @echo "... http2-upload.s" + @echo "... http3-present.o" + @echo "... http3-present.i" + @echo "... http3-present.s" + @echo "... http3.o" + @echo "... http3.i" + @echo "... http3.s" + @echo "... httpcustomheader.o" + @echo "... httpcustomheader.i" + @echo "... httpcustomheader.s" + @echo "... httpput-postfields.o" + @echo "... httpput-postfields.i" + @echo "... httpput-postfields.s" + @echo "... httpput.o" + @echo "... httpput.i" + @echo "... httpput.s" + @echo "... https.o" + @echo "... https.i" + @echo "... https.s" + @echo "... imap-append.o" + @echo "... imap-append.i" + @echo "... imap-append.s" + @echo "... imap-authzid.o" + @echo "... imap-authzid.i" + @echo "... imap-authzid.s" + @echo "... imap-copy.o" + @echo "... imap-copy.i" + @echo "... imap-copy.s" + @echo "... imap-create.o" + @echo "... imap-create.i" + @echo "... imap-create.s" + @echo "... imap-delete.o" + @echo "... imap-delete.i" + @echo "... imap-delete.s" + @echo "... imap-examine.o" + @echo "... imap-examine.i" + @echo "... imap-examine.s" + @echo "... imap-fetch.o" + @echo "... imap-fetch.i" + @echo "... imap-fetch.s" + @echo "... imap-list.o" + @echo "... imap-list.i" + @echo "... imap-list.s" + @echo "... imap-lsub.o" + @echo "... imap-lsub.i" + @echo "... imap-lsub.s" + @echo "... imap-multi.o" + @echo "... imap-multi.i" + @echo "... imap-multi.s" + @echo "... imap-noop.o" + @echo "... imap-noop.i" + @echo "... imap-noop.s" + @echo "... imap-search.o" + @echo "... imap-search.i" + @echo "... imap-search.s" + @echo "... imap-ssl.o" + @echo "... imap-ssl.i" + @echo "... imap-ssl.s" + @echo "... imap-store.o" + @echo "... imap-store.i" + @echo "... imap-store.s" + @echo "... imap-tls.o" + @echo "... imap-tls.i" + @echo "... imap-tls.s" + @echo "... interface.o" + @echo "... interface.i" + @echo "... interface.s" + @echo "... ipv6.o" + @echo "... ipv6.i" + @echo "... ipv6.s" + @echo "... keepalive.o" + @echo "... keepalive.i" + @echo "... keepalive.s" + @echo "... localport.o" + @echo "... localport.i" + @echo "... localport.s" + @echo "... maxconnects.o" + @echo "... maxconnects.i" + @echo "... maxconnects.s" + @echo "... multi-app.o" + @echo "... multi-app.i" + @echo "... multi-app.s" + @echo "... multi-debugcallback.o" + @echo "... multi-debugcallback.i" + @echo "... multi-debugcallback.s" + @echo "... multi-double.o" + @echo "... multi-double.i" + @echo "... multi-double.s" + @echo "... multi-formadd.o" + @echo "... multi-formadd.i" + @echo "... multi-formadd.s" + @echo "... multi-legacy.o" + @echo "... multi-legacy.i" + @echo "... multi-legacy.s" + @echo "... multi-post.o" + @echo "... multi-post.i" + @echo "... multi-post.s" + @echo "... multi-single.o" + @echo "... multi-single.i" + @echo "... multi-single.s" + @echo "... netrc.o" + @echo "... netrc.i" + @echo "... netrc.s" + @echo "... parseurl.o" + @echo "... parseurl.i" + @echo "... parseurl.s" + @echo "... persistent.o" + @echo "... persistent.i" + @echo "... persistent.s" + @echo "... pop3-authzid.o" + @echo "... pop3-authzid.i" + @echo "... pop3-authzid.s" + @echo "... pop3-dele.o" + @echo "... pop3-dele.i" + @echo "... pop3-dele.s" + @echo "... pop3-list.o" + @echo "... pop3-list.i" + @echo "... pop3-list.s" + @echo "... pop3-multi.o" + @echo "... pop3-multi.i" + @echo "... pop3-multi.s" + @echo "... pop3-noop.o" + @echo "... pop3-noop.i" + @echo "... pop3-noop.s" + @echo "... pop3-retr.o" + @echo "... pop3-retr.i" + @echo "... pop3-retr.s" + @echo "... pop3-ssl.o" + @echo "... pop3-ssl.i" + @echo "... pop3-ssl.s" + @echo "... pop3-stat.o" + @echo "... pop3-stat.i" + @echo "... pop3-stat.s" + @echo "... pop3-tls.o" + @echo "... pop3-tls.i" + @echo "... pop3-tls.s" + @echo "... pop3-top.o" + @echo "... pop3-top.i" + @echo "... pop3-top.s" + @echo "... pop3-uidl.o" + @echo "... pop3-uidl.i" + @echo "... pop3-uidl.s" + @echo "... post-callback.o" + @echo "... post-callback.i" + @echo "... post-callback.s" + @echo "... postinmemory.o" + @echo "... postinmemory.i" + @echo "... postinmemory.s" + @echo "... postit2-formadd.o" + @echo "... postit2-formadd.i" + @echo "... postit2-formadd.s" + @echo "... postit2.o" + @echo "... postit2.i" + @echo "... postit2.s" + @echo "... progressfunc.o" + @echo "... progressfunc.i" + @echo "... progressfunc.s" + @echo "... protofeats.o" + @echo "... protofeats.i" + @echo "... protofeats.s" + @echo "... range.o" + @echo "... range.i" + @echo "... range.s" + @echo "... resolve.o" + @echo "... resolve.i" + @echo "... resolve.s" + @echo "... rtsp-options.o" + @echo "... rtsp-options.i" + @echo "... rtsp-options.s" + @echo "... sendrecv.o" + @echo "... sendrecv.i" + @echo "... sendrecv.s" + @echo "... sepheaders.o" + @echo "... sepheaders.i" + @echo "... sepheaders.s" + @echo "... sftpget.o" + @echo "... sftpget.i" + @echo "... sftpget.s" + @echo "... sftpuploadresume.o" + @echo "... sftpuploadresume.i" + @echo "... sftpuploadresume.s" + @echo "... shared-connection-cache.o" + @echo "... shared-connection-cache.i" + @echo "... shared-connection-cache.s" + @echo "... simple.o" + @echo "... simple.i" + @echo "... simple.s" + @echo "... simplepost.o" + @echo "... simplepost.i" + @echo "... simplepost.s" + @echo "... simplessl.o" + @echo "... simplessl.i" + @echo "... simplessl.s" + @echo "... smtp-authzid.o" + @echo "... smtp-authzid.i" + @echo "... smtp-authzid.s" + @echo "... smtp-expn.o" + @echo "... smtp-expn.i" + @echo "... smtp-expn.s" + @echo "... smtp-mail.o" + @echo "... smtp-mail.i" + @echo "... smtp-mail.s" + @echo "... smtp-mime.o" + @echo "... smtp-mime.i" + @echo "... smtp-mime.s" + @echo "... smtp-multi.o" + @echo "... smtp-multi.i" + @echo "... smtp-multi.s" + @echo "... smtp-ssl.o" + @echo "... smtp-ssl.i" + @echo "... smtp-ssl.s" + @echo "... smtp-tls.o" + @echo "... smtp-tls.i" + @echo "... smtp-tls.s" + @echo "... smtp-vrfy.o" + @echo "... smtp-vrfy.i" + @echo "... smtp-vrfy.s" + @echo "... sslbackend.o" + @echo "... sslbackend.i" + @echo "... sslbackend.s" + @echo "... unixsocket.o" + @echo "... unixsocket.i" + @echo "... unixsocket.s" + @echo "... url2file.o" + @echo "... url2file.i" + @echo "... url2file.s" + @echo "... urlapi.o" + @echo "... urlapi.i" + @echo "... urlapi.s" + @echo "... websocket-cb.o" + @echo "... websocket-cb.i" + @echo "... websocket-cb.s" + @echo "... websocket.o" + @echo "... websocket.i" + @echo "... websocket.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/docs/examples/Makefile.inc.cmake b/build_emscripten/external/curl/docs/examples/Makefile.inc.cmake new file mode 100644 index 00000000..5083d017 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/Makefile.inc.cmake @@ -0,0 +1,160 @@ +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) Daniel Stenberg, , et al. +# +# This software is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at https://curl.se/docs/copyright.html. +# +# You may opt to use, copy, modify, merge, publish, distribute and/or sell +# copies of the Software, and permit persons to whom the Software is +# furnished to do so, under the terms of the COPYING file. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# SPDX-License-Identifier: curl +# +########################################################################### + +# These are all libcurl example programs to be test compiled +set(check_PROGRAMS + 10-at-a-time + address-scope + altsvc + anyauthput + block_ip + certinfo + chkspeed + connect-to + cookie_interface + debug + default-scheme + externalsocket + fileupload + ftp-wildcard + ftpget + ftpgetinfo + ftpgetresp + ftpsget + ftpupload + ftpuploadfrommem + ftpuploadresume + getinfo + getinmemory + getredirect + getreferrer + headerapi + hsts-preload + http-options + http-post + http2-download + http2-pushinmemory + http2-serverpush + http2-upload + http3 + http3-present + httpcustomheader + httpput + httpput-postfields + https + imap-append + imap-authzid + imap-copy + imap-create + imap-delete + imap-examine + imap-fetch + imap-list + imap-lsub + imap-multi + imap-noop + imap-search + imap-ssl + imap-store + imap-tls + interface + ipv6 + keepalive + localport + maxconnects + multi-app + multi-debugcallback + multi-double + multi-formadd + multi-legacy + multi-post + multi-single + netrc + parseurl + persistent + pop3-authzid + pop3-dele + pop3-list + pop3-multi + pop3-noop + pop3-retr + pop3-ssl + pop3-stat + pop3-tls + pop3-top + pop3-uidl + post-callback + postinmemory + postit2 + postit2-formadd + progressfunc + protofeats + range + resolve + rtsp-options + sendrecv + sepheaders + sftpget + sftpuploadresume + shared-connection-cache + simple + simplepost + simplessl + smtp-authzid + smtp-expn + smtp-mail + smtp-mime + smtp-multi + smtp-ssl + smtp-tls + smtp-vrfy + sslbackend + unixsocket + url2file + urlapi + websocket + websocket-cb) + +# These examples require external dependencies that may not be commonly +# available on POSIX systems, so do not bother attempting to compile them here. +set(COMPLICATED_EXAMPLES + cacertinmem.c + crawler.c + ephiperfifo.c + evhiperfifo.c + ghiper.c + hiperfifo.c + href_extractor.c + htmltidy.c + htmltitle.cpp + multi-event.c + multi-uv.c + multithread.c + sessioninfo.c + smooth-gtk-thread.c + synctime.c + threaded-ssl.c + usercertinmem.c + version-check.pl + xmlstream.c) diff --git a/build_emscripten/external/curl/docs/examples/cmake_install.cmake b/build_emscripten/external/curl/docs/examples/cmake_install.cmake new file mode 100644 index 00000000..d5b0d466 --- /dev/null +++ b/build_emscripten/external/curl/docs/examples/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/curl/docs/examples + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/docs/examples/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/DependInfo.cmake new file mode 100644 index 00000000..41cff862 --- /dev/null +++ b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/DependInfo.cmake @@ -0,0 +1,126 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Pairs of files generated by the same build rule. +set(CMAKE_MULTIPLE_OUTPUT_PAIRS + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_duphandle.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_escape.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_getinfo.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_header.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_init.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_nextheader.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_option_by_id.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_option_by_name.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_option_next.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_pause.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_perform.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_recv.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_reset.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_send.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_setopt.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_ssls_export.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_ssls_import.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_strerror.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_unescape.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_upkeep.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_escape.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_formadd.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_formfree.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_formget.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_free.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_getdate.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_getenv.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_global_cleanup.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_global_init.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_global_init_mem.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_global_sslset.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_global_trace.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_addpart.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_data.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_data_cb.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_encoder.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_filedata.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_filename.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_free.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_headers.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_init.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_name.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_subparts.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_type.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mprintf.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_add_handle.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_assign.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_cleanup.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_fdset.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_get_handles.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_info_read.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_init.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_perform.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_poll.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_remove_handle.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_setopt.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_socket.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_socket_action.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_socket_all.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_strerror.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_timeout.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_wait.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_waitfds.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_wakeup.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_pushheader_byname.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_pushheader_bynum.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_share_cleanup.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_share_init.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_share_setopt.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_share_strerror.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_slist_append.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_slist_free_all.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_strequal.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_strnequal.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_unescape.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url_cleanup.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url_dup.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url_get.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url_set.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url_strerror.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_version.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_version_info.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_ws_meta.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_ws_recv.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_ws_send.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-easy.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-env-dbg.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-env.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-errors.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-multi.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-security.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-share.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-symbols.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-thread.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-tutorial.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-url.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-ws.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + ) + + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build.make b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build.make new file mode 100644 index 00000000..e04a2489 --- /dev/null +++ b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build.make @@ -0,0 +1,695 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for curl-man. + +# Include any custom commands dependencies for this target. +include external/curl/docs/libcurl/CMakeFiles/curl-man.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/libcurl/CMakeFiles/curl-man.dir/progress.make + +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_cleanup.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_duphandle.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_escape.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_getinfo.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_header.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_init.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_nextheader.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_option_by_id.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_option_by_name.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_option_next.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_pause.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_perform.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_recv.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_reset.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_send.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_setopt.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_ssls_export.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_ssls_import.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_strerror.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_unescape.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_upkeep.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_escape.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_formadd.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_formfree.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_formget.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_free.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_getdate.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_getenv.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_global_cleanup.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_global_init.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_global_init_mem.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_global_sslset.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_global_trace.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_addpart.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_data.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_data_cb.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_encoder.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_filedata.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_filename.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_free.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_headers.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_init.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_name.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_subparts.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_type.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mprintf.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_add_handle.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_assign.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_cleanup.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_fdset.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_get_handles.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_info_read.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_init.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_perform.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_poll.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_remove_handle.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_setopt.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_socket.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_socket_action.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_socket_all.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_strerror.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_timeout.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_wait.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_waitfds.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_wakeup.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_pushheader_byname.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_pushheader_bynum.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_share_cleanup.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_share_init.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_share_setopt.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_share_strerror.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_slist_append.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_slist_free_all.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_strequal.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_strnequal.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_unescape.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_url.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_url_cleanup.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_url_dup.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_url_get.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_url_set.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_url_strerror.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_version.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_version_info.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_ws_meta.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_ws_recv.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_ws_send.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-easy.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-env-dbg.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-env.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-errors.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-multi.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-security.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-share.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-symbols.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-thread.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-tutorial.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-url.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-ws.3 +external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl.3 + +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/scripts/cd2nroff +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_cleanup.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_duphandle.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_escape.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_getinfo.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_header.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_init.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_nextheader.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_option_by_id.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_option_by_name.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_option_next.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_pause.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_perform.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_recv.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_reset.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_send.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_setopt.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_ssls_export.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_ssls_import.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_strerror.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_unescape.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_upkeep.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_escape.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_formadd.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_formfree.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_formget.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_free.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_getdate.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_getenv.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_global_cleanup.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_global_init.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_global_init_mem.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_global_sslset.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_global_trace.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_addpart.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_data.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_data_cb.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_encoder.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_filedata.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_filename.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_free.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_headers.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_init.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_name.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_subparts.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_type.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mprintf.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_add_handle.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_assign.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_cleanup.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_fdset.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_get_handles.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_info_read.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_init.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_perform.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_poll.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_remove_handle.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_setopt.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_socket.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_socket_action.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_socket_all.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_strerror.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_timeout.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_wait.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_waitfds.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_wakeup.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_pushheader_byname.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_pushheader_bynum.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_share_cleanup.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_share_init.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_share_setopt.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_share_strerror.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_slist_append.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_slist_free_all.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_strequal.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_strnequal.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_unescape.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_url.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_url_cleanup.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_url_dup.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_url_get.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_url_set.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_url_strerror.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_version.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_version_info.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_ws_meta.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_ws_recv.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_ws_send.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl-easy.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl-env-dbg.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl-env.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl-errors.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl-multi.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl-security.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl-share.md +external/curl/docs/libcurl/curl_easy_cleanup.3: external/curl/docs/libcurl/libcurl-symbols.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl-thread.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl-tutorial.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl-url.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl-ws.md +external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl.md + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating curl_easy_cleanup.3, curl_easy_duphandle.3, curl_easy_escape.3, curl_easy_getinfo.3, curl_easy_header.3, curl_easy_init.3, curl_easy_nextheader.3, curl_easy_option_by_id.3, curl_easy_option_by_name.3, curl_easy_option_next.3, curl_easy_pause.3, curl_easy_perform.3, curl_easy_recv.3, curl_easy_reset.3, curl_easy_send.3, curl_easy_setopt.3, curl_easy_ssls_export.3, curl_easy_ssls_import.3, curl_easy_strerror.3, curl_easy_unescape.3, curl_easy_upkeep.3, curl_escape.3, curl_formadd.3, curl_formfree.3, curl_formget.3, curl_free.3, curl_getdate.3, curl_getenv.3, curl_global_cleanup.3, curl_global_init.3, curl_global_init_mem.3, curl_global_sslset.3, curl_global_trace.3, curl_mime_addpart.3, curl_mime_data.3, curl_mime_data_cb.3, curl_mime_encoder.3, curl_mime_filedata.3, curl_mime_filename.3, curl_mime_free.3, curl_mime_headers.3, curl_mime_init.3, curl_mime_name.3, curl_mime_subparts.3, curl_mime_type.3, curl_mprintf.3, curl_multi_add_handle.3, curl_multi_assign.3, curl_multi_cleanup.3, curl_multi_fdset.3, curl_multi_get_handles.3, curl_multi_info_read.3, curl_multi_init.3, curl_multi_perform.3, curl_multi_poll.3, curl_multi_remove_handle.3, curl_multi_setopt.3, curl_multi_socket.3, curl_multi_socket_action.3, curl_multi_socket_all.3, curl_multi_strerror.3, curl_multi_timeout.3, curl_multi_wait.3, curl_multi_waitfds.3, curl_multi_wakeup.3, curl_pushheader_byname.3, curl_pushheader_bynum.3, curl_share_cleanup.3, curl_share_init.3, curl_share_setopt.3, curl_share_strerror.3, curl_slist_append.3, curl_slist_free_all.3, curl_strequal.3, curl_strnequal.3, curl_unescape.3, curl_url.3, curl_url_cleanup.3, curl_url_dup.3, curl_url_get.3, curl_url_set.3, curl_url_strerror.3, curl_version.3, curl_version_info.3, curl_ws_meta.3, curl_ws_recv.3, curl_ws_send.3, libcurl-easy.3, libcurl-env-dbg.3, libcurl-env.3, libcurl-errors.3, libcurl-multi.3, libcurl-security.3, libcurl-share.3, libcurl-symbols.3, libcurl-thread.3, libcurl-tutorial.3, libcurl-url.3, libcurl-ws.3, libcurl.3" + cd /home/guest/Downloads/PopLib/external/curl/docs/libcurl && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/scripts/cd2nroff -k -d /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl curl_easy_cleanup.md curl_easy_duphandle.md curl_easy_escape.md curl_easy_getinfo.md curl_easy_header.md curl_easy_init.md curl_easy_nextheader.md curl_easy_option_by_id.md curl_easy_option_by_name.md curl_easy_option_next.md curl_easy_pause.md curl_easy_perform.md curl_easy_recv.md curl_easy_reset.md curl_easy_send.md curl_easy_setopt.md curl_easy_ssls_export.md curl_easy_ssls_import.md curl_easy_strerror.md curl_easy_unescape.md curl_easy_upkeep.md curl_escape.md curl_formadd.md curl_formfree.md curl_formget.md curl_free.md curl_getdate.md curl_getenv.md curl_global_cleanup.md curl_global_init.md curl_global_init_mem.md curl_global_sslset.md curl_global_trace.md curl_mime_addpart.md curl_mime_data.md curl_mime_data_cb.md curl_mime_encoder.md curl_mime_filedata.md curl_mime_filename.md curl_mime_free.md curl_mime_headers.md curl_mime_init.md curl_mime_name.md curl_mime_subparts.md curl_mime_type.md curl_mprintf.md curl_multi_add_handle.md curl_multi_assign.md curl_multi_cleanup.md curl_multi_fdset.md curl_multi_get_handles.md curl_multi_info_read.md curl_multi_init.md curl_multi_perform.md curl_multi_poll.md curl_multi_remove_handle.md curl_multi_setopt.md curl_multi_socket.md curl_multi_socket_action.md curl_multi_socket_all.md curl_multi_strerror.md curl_multi_timeout.md curl_multi_wait.md curl_multi_waitfds.md curl_multi_wakeup.md curl_pushheader_byname.md curl_pushheader_bynum.md curl_share_cleanup.md curl_share_init.md curl_share_setopt.md curl_share_strerror.md curl_slist_append.md curl_slist_free_all.md curl_strequal.md curl_strnequal.md curl_unescape.md curl_url.md curl_url_cleanup.md curl_url_dup.md curl_url_get.md curl_url_set.md curl_url_strerror.md curl_version.md curl_version_info.md curl_ws_meta.md curl_ws_recv.md curl_ws_send.md libcurl-easy.md libcurl-env-dbg.md libcurl-env.md libcurl-errors.md libcurl-multi.md libcurl-security.md libcurl-share.md /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-symbols.md libcurl-thread.md libcurl-tutorial.md libcurl-url.md libcurl-ws.md libcurl.md + +external/curl/docs/libcurl/curl_easy_duphandle.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_duphandle.3 + +external/curl/docs/libcurl/curl_easy_escape.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_escape.3 + +external/curl/docs/libcurl/curl_easy_getinfo.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_getinfo.3 + +external/curl/docs/libcurl/curl_easy_header.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_header.3 + +external/curl/docs/libcurl/curl_easy_init.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_init.3 + +external/curl/docs/libcurl/curl_easy_nextheader.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_nextheader.3 + +external/curl/docs/libcurl/curl_easy_option_by_id.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_option_by_id.3 + +external/curl/docs/libcurl/curl_easy_option_by_name.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_option_by_name.3 + +external/curl/docs/libcurl/curl_easy_option_next.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_option_next.3 + +external/curl/docs/libcurl/curl_easy_pause.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_pause.3 + +external/curl/docs/libcurl/curl_easy_perform.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_perform.3 + +external/curl/docs/libcurl/curl_easy_recv.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_recv.3 + +external/curl/docs/libcurl/curl_easy_reset.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_reset.3 + +external/curl/docs/libcurl/curl_easy_send.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_send.3 + +external/curl/docs/libcurl/curl_easy_setopt.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_setopt.3 + +external/curl/docs/libcurl/curl_easy_ssls_export.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_ssls_export.3 + +external/curl/docs/libcurl/curl_easy_ssls_import.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_ssls_import.3 + +external/curl/docs/libcurl/curl_easy_strerror.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_strerror.3 + +external/curl/docs/libcurl/curl_easy_unescape.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_unescape.3 + +external/curl/docs/libcurl/curl_easy_upkeep.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_upkeep.3 + +external/curl/docs/libcurl/curl_escape.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_escape.3 + +external/curl/docs/libcurl/curl_formadd.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_formadd.3 + +external/curl/docs/libcurl/curl_formfree.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_formfree.3 + +external/curl/docs/libcurl/curl_formget.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_formget.3 + +external/curl/docs/libcurl/curl_free.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_free.3 + +external/curl/docs/libcurl/curl_getdate.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_getdate.3 + +external/curl/docs/libcurl/curl_getenv.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_getenv.3 + +external/curl/docs/libcurl/curl_global_cleanup.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_global_cleanup.3 + +external/curl/docs/libcurl/curl_global_init.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_global_init.3 + +external/curl/docs/libcurl/curl_global_init_mem.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_global_init_mem.3 + +external/curl/docs/libcurl/curl_global_sslset.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_global_sslset.3 + +external/curl/docs/libcurl/curl_global_trace.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_global_trace.3 + +external/curl/docs/libcurl/curl_mime_addpart.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_addpart.3 + +external/curl/docs/libcurl/curl_mime_data.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_data.3 + +external/curl/docs/libcurl/curl_mime_data_cb.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_data_cb.3 + +external/curl/docs/libcurl/curl_mime_encoder.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_encoder.3 + +external/curl/docs/libcurl/curl_mime_filedata.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_filedata.3 + +external/curl/docs/libcurl/curl_mime_filename.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_filename.3 + +external/curl/docs/libcurl/curl_mime_free.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_free.3 + +external/curl/docs/libcurl/curl_mime_headers.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_headers.3 + +external/curl/docs/libcurl/curl_mime_init.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_init.3 + +external/curl/docs/libcurl/curl_mime_name.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_name.3 + +external/curl/docs/libcurl/curl_mime_subparts.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_subparts.3 + +external/curl/docs/libcurl/curl_mime_type.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_type.3 + +external/curl/docs/libcurl/curl_mprintf.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mprintf.3 + +external/curl/docs/libcurl/curl_multi_add_handle.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_add_handle.3 + +external/curl/docs/libcurl/curl_multi_assign.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_assign.3 + +external/curl/docs/libcurl/curl_multi_cleanup.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_cleanup.3 + +external/curl/docs/libcurl/curl_multi_fdset.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_fdset.3 + +external/curl/docs/libcurl/curl_multi_get_handles.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_get_handles.3 + +external/curl/docs/libcurl/curl_multi_info_read.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_info_read.3 + +external/curl/docs/libcurl/curl_multi_init.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_init.3 + +external/curl/docs/libcurl/curl_multi_perform.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_perform.3 + +external/curl/docs/libcurl/curl_multi_poll.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_poll.3 + +external/curl/docs/libcurl/curl_multi_remove_handle.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_remove_handle.3 + +external/curl/docs/libcurl/curl_multi_setopt.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_setopt.3 + +external/curl/docs/libcurl/curl_multi_socket.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_socket.3 + +external/curl/docs/libcurl/curl_multi_socket_action.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_socket_action.3 + +external/curl/docs/libcurl/curl_multi_socket_all.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_socket_all.3 + +external/curl/docs/libcurl/curl_multi_strerror.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_strerror.3 + +external/curl/docs/libcurl/curl_multi_timeout.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_timeout.3 + +external/curl/docs/libcurl/curl_multi_wait.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_wait.3 + +external/curl/docs/libcurl/curl_multi_waitfds.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_waitfds.3 + +external/curl/docs/libcurl/curl_multi_wakeup.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_wakeup.3 + +external/curl/docs/libcurl/curl_pushheader_byname.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_pushheader_byname.3 + +external/curl/docs/libcurl/curl_pushheader_bynum.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_pushheader_bynum.3 + +external/curl/docs/libcurl/curl_share_cleanup.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_share_cleanup.3 + +external/curl/docs/libcurl/curl_share_init.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_share_init.3 + +external/curl/docs/libcurl/curl_share_setopt.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_share_setopt.3 + +external/curl/docs/libcurl/curl_share_strerror.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_share_strerror.3 + +external/curl/docs/libcurl/curl_slist_append.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_slist_append.3 + +external/curl/docs/libcurl/curl_slist_free_all.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_slist_free_all.3 + +external/curl/docs/libcurl/curl_strequal.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_strequal.3 + +external/curl/docs/libcurl/curl_strnequal.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_strnequal.3 + +external/curl/docs/libcurl/curl_unescape.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_unescape.3 + +external/curl/docs/libcurl/curl_url.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_url.3 + +external/curl/docs/libcurl/curl_url_cleanup.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_url_cleanup.3 + +external/curl/docs/libcurl/curl_url_dup.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_url_dup.3 + +external/curl/docs/libcurl/curl_url_get.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_url_get.3 + +external/curl/docs/libcurl/curl_url_set.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_url_set.3 + +external/curl/docs/libcurl/curl_url_strerror.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_url_strerror.3 + +external/curl/docs/libcurl/curl_version.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_version.3 + +external/curl/docs/libcurl/curl_version_info.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_version_info.3 + +external/curl/docs/libcurl/curl_ws_meta.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_ws_meta.3 + +external/curl/docs/libcurl/curl_ws_recv.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_ws_recv.3 + +external/curl/docs/libcurl/curl_ws_send.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_ws_send.3 + +external/curl/docs/libcurl/libcurl-easy.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-easy.3 + +external/curl/docs/libcurl/libcurl-env-dbg.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-env-dbg.3 + +external/curl/docs/libcurl/libcurl-env.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-env.3 + +external/curl/docs/libcurl/libcurl-errors.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-errors.3 + +external/curl/docs/libcurl/libcurl-multi.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-multi.3 + +external/curl/docs/libcurl/libcurl-security.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-security.3 + +external/curl/docs/libcurl/libcurl-share.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-share.3 + +external/curl/docs/libcurl/libcurl-symbols.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-symbols.3 + +external/curl/docs/libcurl/libcurl-thread.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-thread.3 + +external/curl/docs/libcurl/libcurl-tutorial.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-tutorial.3 + +external/curl/docs/libcurl/libcurl-url.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-url.3 + +external/curl/docs/libcurl/libcurl-ws.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-ws.3 + +external/curl/docs/libcurl/libcurl.3: external/curl/docs/libcurl/curl_easy_cleanup.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl.3 + +external/curl/docs/libcurl/libcurl-symbols.md: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/mksymbolsmanpage.pl +external/curl/docs/libcurl/libcurl-symbols.md: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/symbols-in-versions + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Generating libcurl-symbols.md" + cd /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/docs/libcurl/mksymbolsmanpage.pl < /home/guest/Downloads/PopLib/external/curl/docs/libcurl/symbols-in-versions > libcurl-symbols.md + +external/curl/docs/libcurl/CMakeFiles/curl-man.dir/codegen: +.PHONY : external/curl/docs/libcurl/CMakeFiles/curl-man.dir/codegen + +curl-man: external/curl/docs/libcurl/CMakeFiles/curl-man +curl-man: external/curl/docs/libcurl/curl_easy_cleanup.3 +curl-man: external/curl/docs/libcurl/curl_easy_duphandle.3 +curl-man: external/curl/docs/libcurl/curl_easy_escape.3 +curl-man: external/curl/docs/libcurl/curl_easy_getinfo.3 +curl-man: external/curl/docs/libcurl/curl_easy_header.3 +curl-man: external/curl/docs/libcurl/curl_easy_init.3 +curl-man: external/curl/docs/libcurl/curl_easy_nextheader.3 +curl-man: external/curl/docs/libcurl/curl_easy_option_by_id.3 +curl-man: external/curl/docs/libcurl/curl_easy_option_by_name.3 +curl-man: external/curl/docs/libcurl/curl_easy_option_next.3 +curl-man: external/curl/docs/libcurl/curl_easy_pause.3 +curl-man: external/curl/docs/libcurl/curl_easy_perform.3 +curl-man: external/curl/docs/libcurl/curl_easy_recv.3 +curl-man: external/curl/docs/libcurl/curl_easy_reset.3 +curl-man: external/curl/docs/libcurl/curl_easy_send.3 +curl-man: external/curl/docs/libcurl/curl_easy_setopt.3 +curl-man: external/curl/docs/libcurl/curl_easy_ssls_export.3 +curl-man: external/curl/docs/libcurl/curl_easy_ssls_import.3 +curl-man: external/curl/docs/libcurl/curl_easy_strerror.3 +curl-man: external/curl/docs/libcurl/curl_easy_unescape.3 +curl-man: external/curl/docs/libcurl/curl_easy_upkeep.3 +curl-man: external/curl/docs/libcurl/curl_escape.3 +curl-man: external/curl/docs/libcurl/curl_formadd.3 +curl-man: external/curl/docs/libcurl/curl_formfree.3 +curl-man: external/curl/docs/libcurl/curl_formget.3 +curl-man: external/curl/docs/libcurl/curl_free.3 +curl-man: external/curl/docs/libcurl/curl_getdate.3 +curl-man: external/curl/docs/libcurl/curl_getenv.3 +curl-man: external/curl/docs/libcurl/curl_global_cleanup.3 +curl-man: external/curl/docs/libcurl/curl_global_init.3 +curl-man: external/curl/docs/libcurl/curl_global_init_mem.3 +curl-man: external/curl/docs/libcurl/curl_global_sslset.3 +curl-man: external/curl/docs/libcurl/curl_global_trace.3 +curl-man: external/curl/docs/libcurl/curl_mime_addpart.3 +curl-man: external/curl/docs/libcurl/curl_mime_data.3 +curl-man: external/curl/docs/libcurl/curl_mime_data_cb.3 +curl-man: external/curl/docs/libcurl/curl_mime_encoder.3 +curl-man: external/curl/docs/libcurl/curl_mime_filedata.3 +curl-man: external/curl/docs/libcurl/curl_mime_filename.3 +curl-man: external/curl/docs/libcurl/curl_mime_free.3 +curl-man: external/curl/docs/libcurl/curl_mime_headers.3 +curl-man: external/curl/docs/libcurl/curl_mime_init.3 +curl-man: external/curl/docs/libcurl/curl_mime_name.3 +curl-man: external/curl/docs/libcurl/curl_mime_subparts.3 +curl-man: external/curl/docs/libcurl/curl_mime_type.3 +curl-man: external/curl/docs/libcurl/curl_mprintf.3 +curl-man: external/curl/docs/libcurl/curl_multi_add_handle.3 +curl-man: external/curl/docs/libcurl/curl_multi_assign.3 +curl-man: external/curl/docs/libcurl/curl_multi_cleanup.3 +curl-man: external/curl/docs/libcurl/curl_multi_fdset.3 +curl-man: external/curl/docs/libcurl/curl_multi_get_handles.3 +curl-man: external/curl/docs/libcurl/curl_multi_info_read.3 +curl-man: external/curl/docs/libcurl/curl_multi_init.3 +curl-man: external/curl/docs/libcurl/curl_multi_perform.3 +curl-man: external/curl/docs/libcurl/curl_multi_poll.3 +curl-man: external/curl/docs/libcurl/curl_multi_remove_handle.3 +curl-man: external/curl/docs/libcurl/curl_multi_setopt.3 +curl-man: external/curl/docs/libcurl/curl_multi_socket.3 +curl-man: external/curl/docs/libcurl/curl_multi_socket_action.3 +curl-man: external/curl/docs/libcurl/curl_multi_socket_all.3 +curl-man: external/curl/docs/libcurl/curl_multi_strerror.3 +curl-man: external/curl/docs/libcurl/curl_multi_timeout.3 +curl-man: external/curl/docs/libcurl/curl_multi_wait.3 +curl-man: external/curl/docs/libcurl/curl_multi_waitfds.3 +curl-man: external/curl/docs/libcurl/curl_multi_wakeup.3 +curl-man: external/curl/docs/libcurl/curl_pushheader_byname.3 +curl-man: external/curl/docs/libcurl/curl_pushheader_bynum.3 +curl-man: external/curl/docs/libcurl/curl_share_cleanup.3 +curl-man: external/curl/docs/libcurl/curl_share_init.3 +curl-man: external/curl/docs/libcurl/curl_share_setopt.3 +curl-man: external/curl/docs/libcurl/curl_share_strerror.3 +curl-man: external/curl/docs/libcurl/curl_slist_append.3 +curl-man: external/curl/docs/libcurl/curl_slist_free_all.3 +curl-man: external/curl/docs/libcurl/curl_strequal.3 +curl-man: external/curl/docs/libcurl/curl_strnequal.3 +curl-man: external/curl/docs/libcurl/curl_unescape.3 +curl-man: external/curl/docs/libcurl/curl_url.3 +curl-man: external/curl/docs/libcurl/curl_url_cleanup.3 +curl-man: external/curl/docs/libcurl/curl_url_dup.3 +curl-man: external/curl/docs/libcurl/curl_url_get.3 +curl-man: external/curl/docs/libcurl/curl_url_set.3 +curl-man: external/curl/docs/libcurl/curl_url_strerror.3 +curl-man: external/curl/docs/libcurl/curl_version.3 +curl-man: external/curl/docs/libcurl/curl_version_info.3 +curl-man: external/curl/docs/libcurl/curl_ws_meta.3 +curl-man: external/curl/docs/libcurl/curl_ws_recv.3 +curl-man: external/curl/docs/libcurl/curl_ws_send.3 +curl-man: external/curl/docs/libcurl/libcurl-easy.3 +curl-man: external/curl/docs/libcurl/libcurl-env-dbg.3 +curl-man: external/curl/docs/libcurl/libcurl-env.3 +curl-man: external/curl/docs/libcurl/libcurl-errors.3 +curl-man: external/curl/docs/libcurl/libcurl-multi.3 +curl-man: external/curl/docs/libcurl/libcurl-security.3 +curl-man: external/curl/docs/libcurl/libcurl-share.3 +curl-man: external/curl/docs/libcurl/libcurl-symbols.3 +curl-man: external/curl/docs/libcurl/libcurl-symbols.md +curl-man: external/curl/docs/libcurl/libcurl-thread.3 +curl-man: external/curl/docs/libcurl/libcurl-tutorial.3 +curl-man: external/curl/docs/libcurl/libcurl-url.3 +curl-man: external/curl/docs/libcurl/libcurl-ws.3 +curl-man: external/curl/docs/libcurl/libcurl.3 +curl-man: external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build.make +.PHONY : curl-man + +# Rule to build all files generated by this target. +external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build: curl-man +.PHONY : external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build + +external/curl/docs/libcurl/CMakeFiles/curl-man.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl && $(CMAKE_COMMAND) -P CMakeFiles/curl-man.dir/cmake_clean.cmake +.PHONY : external/curl/docs/libcurl/CMakeFiles/curl-man.dir/clean + +external/curl/docs/libcurl/CMakeFiles/curl-man.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/libcurl /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/libcurl/CMakeFiles/curl-man.dir/depend + diff --git a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/cmake_clean.cmake new file mode 100644 index 00000000..bdbe8707 --- /dev/null +++ b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/cmake_clean.cmake @@ -0,0 +1,109 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-man" + "curl_easy_cleanup.3" + "curl_easy_duphandle.3" + "curl_easy_escape.3" + "curl_easy_getinfo.3" + "curl_easy_header.3" + "curl_easy_init.3" + "curl_easy_nextheader.3" + "curl_easy_option_by_id.3" + "curl_easy_option_by_name.3" + "curl_easy_option_next.3" + "curl_easy_pause.3" + "curl_easy_perform.3" + "curl_easy_recv.3" + "curl_easy_reset.3" + "curl_easy_send.3" + "curl_easy_setopt.3" + "curl_easy_ssls_export.3" + "curl_easy_ssls_import.3" + "curl_easy_strerror.3" + "curl_easy_unescape.3" + "curl_easy_upkeep.3" + "curl_escape.3" + "curl_formadd.3" + "curl_formfree.3" + "curl_formget.3" + "curl_free.3" + "curl_getdate.3" + "curl_getenv.3" + "curl_global_cleanup.3" + "curl_global_init.3" + "curl_global_init_mem.3" + "curl_global_sslset.3" + "curl_global_trace.3" + "curl_mime_addpart.3" + "curl_mime_data.3" + "curl_mime_data_cb.3" + "curl_mime_encoder.3" + "curl_mime_filedata.3" + "curl_mime_filename.3" + "curl_mime_free.3" + "curl_mime_headers.3" + "curl_mime_init.3" + "curl_mime_name.3" + "curl_mime_subparts.3" + "curl_mime_type.3" + "curl_mprintf.3" + "curl_multi_add_handle.3" + "curl_multi_assign.3" + "curl_multi_cleanup.3" + "curl_multi_fdset.3" + "curl_multi_get_handles.3" + "curl_multi_info_read.3" + "curl_multi_init.3" + "curl_multi_perform.3" + "curl_multi_poll.3" + "curl_multi_remove_handle.3" + "curl_multi_setopt.3" + "curl_multi_socket.3" + "curl_multi_socket_action.3" + "curl_multi_socket_all.3" + "curl_multi_strerror.3" + "curl_multi_timeout.3" + "curl_multi_wait.3" + "curl_multi_waitfds.3" + "curl_multi_wakeup.3" + "curl_pushheader_byname.3" + "curl_pushheader_bynum.3" + "curl_share_cleanup.3" + "curl_share_init.3" + "curl_share_setopt.3" + "curl_share_strerror.3" + "curl_slist_append.3" + "curl_slist_free_all.3" + "curl_strequal.3" + "curl_strnequal.3" + "curl_unescape.3" + "curl_url.3" + "curl_url_cleanup.3" + "curl_url_dup.3" + "curl_url_get.3" + "curl_url_set.3" + "curl_url_strerror.3" + "curl_version.3" + "curl_version_info.3" + "curl_ws_meta.3" + "curl_ws_recv.3" + "curl_ws_send.3" + "libcurl-easy.3" + "libcurl-env-dbg.3" + "libcurl-env.3" + "libcurl-errors.3" + "libcurl-multi.3" + "libcurl-security.3" + "libcurl-share.3" + "libcurl-symbols.3" + "libcurl-symbols.md" + "libcurl-thread.3" + "libcurl-tutorial.3" + "libcurl-url.3" + "libcurl-ws.3" + "libcurl.3" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/curl-man.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/compiler_depend.make b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/compiler_depend.make new file mode 100644 index 00000000..f37e1bd6 --- /dev/null +++ b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for curl-man. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/compiler_depend.ts new file mode 100644 index 00000000..51b46bb3 --- /dev/null +++ b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for curl-man. diff --git a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/progress.make b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/progress.marks b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/progress.marks new file mode 100644 index 00000000..573541ac --- /dev/null +++ b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build_emscripten/external/curl/docs/libcurl/Makefile b/build_emscripten/external/curl/docs/libcurl/Makefile new file mode 100644 index 00000000..80ed500a --- /dev/null +++ b/build_emscripten/external/curl/docs/libcurl/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +external/curl/docs/libcurl/CMakeFiles/curl-man.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/CMakeFiles/curl-man.dir/rule +.PHONY : external/curl/docs/libcurl/CMakeFiles/curl-man.dir/rule + +# Convenience name for target. +curl-man: external/curl/docs/libcurl/CMakeFiles/curl-man.dir/rule +.PHONY : curl-man + +# fast build rule for target. +curl-man/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build.make external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build +.PHONY : curl-man/fast + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... curl-man" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/docs/libcurl/Makefile.inc.cmake b/build_emscripten/external/curl/docs/libcurl/Makefile.inc.cmake new file mode 100644 index 00000000..7c142a45 --- /dev/null +++ b/build_emscripten/external/curl/docs/libcurl/Makefile.inc.cmake @@ -0,0 +1,127 @@ +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) Daniel Stenberg, , et al. +# +# This software is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at https://curl.se/docs/copyright.html. +# +# You may opt to use, copy, modify, merge, publish, distribute and/or sell +# copies of the Software, and permit persons to whom the Software is +# furnished to do so, under the terms of the COPYING file. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# SPDX-License-Identifier: curl +# +########################################################################### + +# Shared between Makefile.am and CMakeLists.txt + +set(man_MANS + curl_easy_cleanup.3 + curl_easy_duphandle.3 + curl_easy_escape.3 + curl_easy_getinfo.3 + curl_easy_header.3 + curl_easy_init.3 + curl_easy_nextheader.3 + curl_easy_option_by_id.3 + curl_easy_option_by_name.3 + curl_easy_option_next.3 + curl_easy_pause.3 + curl_easy_perform.3 + curl_easy_recv.3 + curl_easy_reset.3 + curl_easy_send.3 + curl_easy_setopt.3 + curl_easy_ssls_export.3 + curl_easy_ssls_import.3 + curl_easy_strerror.3 + curl_easy_unescape.3 + curl_easy_upkeep.3 + curl_escape.3 + curl_formadd.3 + curl_formfree.3 + curl_formget.3 + curl_free.3 + curl_getdate.3 + curl_getenv.3 + curl_global_cleanup.3 + curl_global_init.3 + curl_global_init_mem.3 + curl_global_sslset.3 + curl_global_trace.3 + curl_mime_addpart.3 + curl_mime_data.3 + curl_mime_data_cb.3 + curl_mime_encoder.3 + curl_mime_filedata.3 + curl_mime_filename.3 + curl_mime_free.3 + curl_mime_headers.3 + curl_mime_init.3 + curl_mime_name.3 + curl_mime_subparts.3 + curl_mime_type.3 + curl_mprintf.3 + curl_multi_add_handle.3 + curl_multi_assign.3 + curl_multi_cleanup.3 + curl_multi_fdset.3 + curl_multi_get_handles.3 + curl_multi_info_read.3 + curl_multi_init.3 + curl_multi_perform.3 + curl_multi_poll.3 + curl_multi_remove_handle.3 + curl_multi_setopt.3 + curl_multi_socket.3 + curl_multi_socket_action.3 + curl_multi_socket_all.3 + curl_multi_strerror.3 + curl_multi_timeout.3 + curl_multi_wait.3 + curl_multi_waitfds.3 + curl_multi_wakeup.3 + curl_pushheader_byname.3 + curl_pushheader_bynum.3 + curl_share_cleanup.3 + curl_share_init.3 + curl_share_setopt.3 + curl_share_strerror.3 + curl_slist_append.3 + curl_slist_free_all.3 + curl_strequal.3 + curl_strnequal.3 + curl_unescape.3 + curl_url.3 + curl_url_cleanup.3 + curl_url_dup.3 + curl_url_get.3 + curl_url_set.3 + curl_url_strerror.3 + curl_version.3 + curl_version_info.3 + curl_ws_meta.3 + curl_ws_recv.3 + curl_ws_send.3 + libcurl-easy.3 + libcurl-env-dbg.3 + libcurl-env.3 + libcurl-errors.3 + libcurl-multi.3 + libcurl-security.3 + libcurl-share.3 + libcurl-symbols.3 + libcurl-thread.3 + libcurl-tutorial.3 + libcurl-url.3 + libcurl-ws.3 + libcurl.3) diff --git a/build_emscripten/external/curl/docs/libcurl/cmake_install.cmake b/build_emscripten/external/curl/docs/libcurl/cmake_install.cmake new file mode 100644 index 00000000..c6358de3 --- /dev/null +++ b/build_emscripten/external/curl/docs/libcurl/cmake_install.cmake @@ -0,0 +1,160 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/curl/docs/libcurl + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man3" TYPE FILE FILES + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_duphandle.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_escape.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_getinfo.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_header.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_init.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_nextheader.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_option_by_id.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_option_by_name.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_option_next.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_pause.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_perform.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_recv.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_reset.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_send.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_setopt.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_ssls_export.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_ssls_import.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_strerror.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_unescape.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_upkeep.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_escape.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_formadd.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_formfree.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_formget.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_free.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_getdate.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_getenv.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_global_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_global_init.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_global_init_mem.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_global_sslset.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_global_trace.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_addpart.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_data.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_data_cb.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_encoder.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_filedata.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_filename.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_free.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_headers.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_init.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_name.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_subparts.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_type.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mprintf.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_add_handle.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_assign.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_fdset.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_get_handles.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_info_read.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_init.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_perform.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_poll.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_remove_handle.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_setopt.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_socket.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_socket_action.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_socket_all.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_strerror.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_timeout.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_wait.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_waitfds.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_wakeup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_pushheader_byname.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_pushheader_bynum.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_share_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_share_init.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_share_setopt.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_share_strerror.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_slist_append.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_slist_free_all.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_strequal.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_strnequal.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_unescape.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url_cleanup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url_dup.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url_get.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url_set.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url_strerror.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_version.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_version_info.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_ws_meta.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_ws_recv.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_ws_send.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-easy.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-env-dbg.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-env.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-errors.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-multi.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-security.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-share.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-symbols.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-thread.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-tutorial.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-url.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-ws.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl.3" + ) +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/DependInfo.cmake new file mode 100644 index 00000000..2d749c7d --- /dev/null +++ b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/DependInfo.cmake @@ -0,0 +1,433 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Pairs of files generated by the same build rule. +set(CMAKE_MULTIPLE_OUTPUT_PAIRS + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CAINFO.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CAPATH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CERTINFO.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONDITION_UNMET.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONN_ID.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_TYPE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_COOKIELIST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_EARLYDATA_SENT_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_METHOD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_URL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_FILETIME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_FILETIME_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_HEADER_SIZE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_AVAIL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_USED.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_HTTP_CONNECTCODE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_HTTP_VERSION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_LASTSOCKET.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_LOCAL_IP.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_LOCAL_PORT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_NUM_CONNECTS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_OS_ERRNO.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_POSTTRANSFER_TIME_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_IP.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_PORT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PRIVATE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PROTOCOL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_AVAIL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_USED.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PROXY_ERROR.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PROXY_SSL_VERIFYRESULT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_QUEUE_TIME_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_COUNT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_URL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REFERER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REQUEST_SIZE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RESPONSE_CODE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RETRY_AFTER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RTSP_CLIENT_CSEQ.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RTSP_CSEQ_RECV.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RTSP_SERVER_CSEQ.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RTSP_SESSION_ID.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SCHEME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SSL_ENGINES.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_TLS_SESSION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_USED_PROXY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_XFER_ID.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_MAXCONNECTS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_MAX_CONCURRENT_STREAMS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_MAX_HOST_CONNECTIONS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_MAX_PIPELINE_LENGTH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_MAX_TOTAL_CONNECTIONS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SITE_BL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_PUSHDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_SOCKETDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_TIMERDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ABSTRACT_UNIX_SOCKET.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ACCEPTTIMEOUT_MS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ADDRESS_SCOPE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ALTSVC.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_APPEND.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_AUTOREFERER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_AWS_SIGV4.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_BUFFERSIZE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CAINFO.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CAINFO_BLOB.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CAPATH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CA_CACHE_TIMEOUT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CERTINFO.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CHUNK_DATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CHUNK_END_FUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT_MS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONNECT_TO.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_NETWORK_FUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_UTF8_FUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONV_TO_NETWORK_FUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COOKIE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COOKIEFILE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COOKIEJAR.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COOKIELIST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COOKIESESSION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CRLF.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CRLFILE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CURLU.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DEBUGDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DEFAULT_PROTOCOL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DIRLISTONLY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DISALLOW_USERNAME_IN_URL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_INTERFACE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP4.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP6.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_SERVERS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_SHUFFLE_ADDRESSES.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_USE_GLOBAL_CACHE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYHOST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYPEER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYSTATUS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DOH_URL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ECH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_EGDSOCKET.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ERRORBUFFER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_EXPECT_100_TIMEOUT_MS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FAILONERROR.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FILETIME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_DATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FORBID_REUSE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FRESH_CONNECT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTPPORT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTPSSLAUTH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_ACCOUNT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_ALTERNATIVE_TO_USER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_SKIP_PASV_IP.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPRT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPSV.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_PRET.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HAPROXYPROTOCOL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HAPROXY_CLIENT_IP.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HEADER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HEADERDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HEADERFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HEADEROPT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTSREADDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTSREADFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTS_CTRL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTP09_ALLOWED.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTP200ALIASES.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTPAUTH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTPGET.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTPHEADER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTPPOST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTPPROXYTUNNEL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTP_CONTENT_DECODING.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTP_TRANSFER_DECODING.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTP_VERSION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_IGNORE_CONTENT_LENGTH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE_LARGE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_INTERFACE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_IOCTLDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_IOCTLFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_IPRESOLVE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT_BLOB.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_KEEP_SENDING_ON_ERROR.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_KEYPASSWD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_KRBLEVEL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_LOCALPORT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_LOCALPORTRANGE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_LIMIT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAIL_AUTH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAIL_FROM.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT_ALLOWFAILS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXAGE_CONN.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXCONNECTS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE_LARGE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXLIFETIME_CONN.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXREDIRS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MIMEPOST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MIME_OPTIONS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NETRC.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NETRC_FILE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NEW_DIRECTORY_PERMS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NEW_FILE_PERMS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NOBODY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NOPROGRESS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NOPROXY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NOSIGNAL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PASSWORD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PIPEWAIT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PORT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE_LARGE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POSTQUOTE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POSTREDIR.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PREQUOTE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PREREQDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PREREQFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PRE_PROXY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PRIVATE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROGRESSDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROGRESSFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS_STR.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYAUTH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYHEADER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYPASSWORD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYPORT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYTYPE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERNAME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERPWD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAPATH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CRLFILE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT_BLOB.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_KEYPASSWD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_PINNEDPUBLICKEY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY_BLOB.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLVERSION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYHOST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYPEER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_PASSWORD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_TYPE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_USERNAME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TRANSFER_MODE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PUT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_QUICK_EXIT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_QUOTE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RANDOM_FILE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RANGE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_READDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_READFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS_STR.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_REFERER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_REQUEST_TARGET.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RESOLVE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_DATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_FUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM_LARGE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_CLIENT_CSEQ.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_SERVER_CSEQ.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_SESSION_ID.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_STREAM_URI.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SASL_AUTHZID.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SASL_IR.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SEEKDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SEEKFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SERVICE_NAME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SHARE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_NEC.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_KNOWNHOSTS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_PRIVATE_KEYFILE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_PUBLIC_KEYFILE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLCERT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLCERTTYPE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE_DEFAULT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLKEY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLKEYTYPE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLKEY_BLOB.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLVERSION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_EC_CURVES.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_ALPN.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_FALSESTART.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_OPTIONS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_SESSIONID_CACHE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_SIGNATURE_ALGORITHMS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYSTATUS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_STDERR.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS_E.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_STREAM_WEIGHT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SUPPRESS_CONNECT_HEADERS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPALIVE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPCNT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPIDLE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPINTVL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_NODELAY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TELNETOPTIONS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TFTP_BLKSIZE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TIMECONDITION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT_MS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_TYPE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TRAILERDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TRAILERFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TRANSFERTEXT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UNIX_SOCKET_PATH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UNRESTRICTED_AUTH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UPKEEP_INTERVAL_MS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UPLOAD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_BUFFERSIZE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_URL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_USERAGENT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_USERNAME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_USERPWD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_USE_SSL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_VERBOSE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_WILDCARDMATCH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_WRITEDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_WS_OPTIONS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_XFERINFODATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_XFERINFOFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLSHOPT_LOCKFUNC.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLSHOPT_SHARE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLSHOPT_UNLOCKFUNC.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLSHOPT_UNSHARE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLSHOPT_USERDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + ) + + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build.make b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build.make new file mode 100644 index 00000000..1ad70d8b --- /dev/null +++ b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build.make @@ -0,0 +1,2531 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for curl-opts-man. + +# Include any custom commands dependencies for this target. +include external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/progress.make + +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME_T.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CAINFO.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CAPATH.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CERTINFO.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONDITION_UNMET.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONN_ID.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME_T.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD_T.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONTENT_TYPE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_COOKIELIST.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_EARLYDATA_SENT_T.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_METHOD.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_URL.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_FILETIME.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_FILETIME_T.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_HEADER_SIZE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_HTTP_CONNECTCODE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_HTTP_VERSION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_AVAIL.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_USED.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_LASTSOCKET.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_LOCAL_IP.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_LOCAL_PORT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME_T.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_NUM_CONNECTS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_OS_ERRNO.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME_T.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_POSTTRANSFER_TIME_T.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_IP.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_PORT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PRIVATE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PROTOCOL.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PROXY_ERROR.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PROXY_SSL_VERIFYRESULT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_AVAIL.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_USED.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_QUEUE_TIME_T.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_COUNT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME_T.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_URL.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REFERER.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REQUEST_SIZE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RESPONSE_CODE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RETRY_AFTER.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RTSP_CLIENT_CSEQ.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RTSP_CSEQ_RECV.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RTSP_SERVER_CSEQ.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RTSP_SESSION_ID.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SCHEME.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD_T.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD_T.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD_T.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD_T.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SSL_ENGINES.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME_T.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_TLS_SESSION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME_T.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_USED_PROXY.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_XFER_ID.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_MAX_CONCURRENT_STREAMS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_MAX_HOST_CONNECTIONS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_MAX_PIPELINE_LENGTH.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_MAX_TOTAL_CONNECTIONS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_MAXCONNECTS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SITE_BL.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_PUSHDATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_SOCKETDATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_TIMERDATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ABSTRACT_UNIX_SOCKET.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ACCEPTTIMEOUT_MS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ADDRESS_SCOPE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ALTSVC.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_APPEND.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_AUTOREFERER.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_AWS_SIGV4.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_BUFFERSIZE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CAINFO.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CAINFO_BLOB.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CAPATH.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CA_CACHE_TIMEOUT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CERTINFO.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CHUNK_DATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CHUNK_END_FUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONNECT_TO.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT_MS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_UTF8_FUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONV_TO_NETWORK_FUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COOKIE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COOKIEFILE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COOKIEJAR.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COOKIELIST.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COOKIESESSION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CRLF.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CRLFILE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CURLU.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DEBUGDATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DEFAULT_PROTOCOL.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DIRLISTONLY.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DISALLOW_USERNAME_IN_URL.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_INTERFACE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP4.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP6.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_SERVERS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_SHUFFLE_ADDRESSES.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_USE_GLOBAL_CACHE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYHOST.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYPEER.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYSTATUS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DOH_URL.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ECH.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_EGDSOCKET.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ERRORBUFFER.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_EXPECT_100_TIMEOUT_MS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FAILONERROR.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FILETIME.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_DATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FORBID_REUSE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FRESH_CONNECT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_ACCOUNT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_ALTERNATIVE_TO_USER.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_SKIP_PASV_IP.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPRT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPSV.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_PRET.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTPPORT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTPSSLAUTH.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HAPROXYPROTOCOL.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HAPROXY_CLIENT_IP.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HEADER.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HEADERDATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HEADERFUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HEADEROPT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTS_CTRL.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTSREADDATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTSREADFUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEDATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEFUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTP09_ALLOWED.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTP200ALIASES.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTP_CONTENT_DECODING.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTP_TRANSFER_DECODING.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTP_VERSION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTPAUTH.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTPGET.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTPHEADER.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTPPOST.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTPPROXYTUNNEL.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_IGNORE_CONTENT_LENGTH.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE_LARGE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_INTERFACE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_IOCTLDATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_IOCTLFUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_IPRESOLVE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT_BLOB.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_KEEP_SENDING_ON_ERROR.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_KEYPASSWD.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_KRBLEVEL.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_LOCALPORT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_LOCALPORTRANGE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_LIMIT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAIL_AUTH.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAIL_FROM.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT_ALLOWFAILS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXAGE_CONN.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXCONNECTS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE_LARGE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXLIFETIME_CONN.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXREDIRS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MIME_OPTIONS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MIMEPOST.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NETRC.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NETRC_FILE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NEW_DIRECTORY_PERMS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NEW_FILE_PERMS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NOBODY.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NOPROGRESS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NOPROXY.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NOSIGNAL.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETDATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PASSWORD.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PIPEWAIT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PORT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POST.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE_LARGE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POSTQUOTE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POSTREDIR.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PRE_PROXY.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PREQUOTE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PREREQDATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PREREQFUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PRIVATE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROGRESSDATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROGRESSFUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS_STR.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAPATH.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_CRLFILE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT_BLOB.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_KEYPASSWD.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_PINNEDPUBLICKEY.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYHOST.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYPEER.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY_BLOB.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLVERSION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_PASSWORD.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_TYPE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_USERNAME.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_TRANSFER_MODE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYAUTH.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYHEADER.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYPASSWORD.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYPORT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYTYPE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERNAME.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERPWD.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PUT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_QUICK_EXIT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_QUOTE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RANDOM_FILE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RANGE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_READDATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_READFUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS_STR.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_REFERER.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_REQUEST_TARGET.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RESOLVE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_DATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_FUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM_LARGE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_CLIENT_CSEQ.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_SERVER_CSEQ.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_SESSION_ID.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_STREAM_URI.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SASL_AUTHZID.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SASL_IR.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SEEKDATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SEEKFUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SERVICE_NAME.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SHARE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTDATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_NEC.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYDATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYFUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYDATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_KNOWNHOSTS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_PRIVATE_KEYFILE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_PUBLIC_KEYFILE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_EC_CURVES.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_ALPN.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_FALSESTART.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_OPTIONS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_SESSIONID_CACHE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_SIGNATURE_ALGORITHMS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYSTATUS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLCERT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLCERTTYPE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE_DEFAULT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLKEY.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLKEY_BLOB.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLKEYTYPE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLVERSION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_STDERR.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS_E.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_STREAM_WEIGHT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SUPPRESS_CONNECT_HEADERS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPALIVE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPIDLE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPINTVL.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPCNT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_NODELAY.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TELNETOPTIONS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TFTP_BLKSIZE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TIMECONDITION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT_MS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_TYPE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TRAILERDATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TRAILERFUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TRANSFERTEXT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UNIX_SOCKET_PATH.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UNRESTRICTED_AUTH.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UPKEEP_INTERVAL_MS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UPLOAD.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_BUFFERSIZE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_URL.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_USE_SSL.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_USERAGENT.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_USERNAME.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_USERPWD.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_VERBOSE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_WILDCARDMATCH.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_WRITEDATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_WS_OPTIONS.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_XFERINFODATA.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_XFERINFOFUNCTION.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLSHOPT_LOCKFUNC.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLSHOPT_SHARE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLSHOPT_UNLOCKFUNC.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLSHOPT_UNSHARE.3 +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLSHOPT_USERDATA.3 + +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/scripts/cd2nroff +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME_T.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CAINFO.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CAPATH.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CERTINFO.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CONDITION_UNMET.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CONN_ID.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME_T.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD_T.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_TYPE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_COOKIELIST.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_EARLYDATA_SENT_T.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_METHOD.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_URL.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_FILETIME.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_FILETIME_T.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_HEADER_SIZE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_HTTP_CONNECTCODE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_HTTP_VERSION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_AVAIL.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_USED.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_LASTSOCKET.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_LOCAL_IP.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_LOCAL_PORT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME_T.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_NUM_CONNECTS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_OS_ERRNO.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME_T.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_POSTTRANSFER_TIME_T.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_IP.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_PORT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_PRIVATE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_PROTOCOL.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_PROXY_ERROR.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_PROXY_SSL_VERIFYRESULT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_AVAIL.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_USED.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_QUEUE_TIME_T.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_COUNT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME_T.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_URL.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_REFERER.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_REQUEST_SIZE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_RESPONSE_CODE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_RETRY_AFTER.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_RTSP_CLIENT_CSEQ.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_RTSP_CSEQ_RECV.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_RTSP_SERVER_CSEQ.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_RTSP_SESSION_ID.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_SCHEME.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD_T.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD_T.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD_T.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD_T.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_SSL_ENGINES.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME_T.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_TLS_SESSION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME_T.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_USED_PROXY.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_XFER_ID.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_MAX_CONCURRENT_STREAMS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_MAX_HOST_CONNECTIONS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_MAX_PIPELINE_LENGTH.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_MAX_TOTAL_CONNECTIONS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_MAXCONNECTS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SITE_BL.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_PUSHDATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_SOCKETDATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_TIMERDATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_ABSTRACT_UNIX_SOCKET.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_ACCEPTTIMEOUT_MS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_ADDRESS_SCOPE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_ALTSVC.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_APPEND.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_AUTOREFERER.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_AWS_SIGV4.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_BUFFERSIZE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CAINFO.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CAINFO_BLOB.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CAPATH.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CA_CACHE_TIMEOUT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CERTINFO.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CHUNK_DATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CHUNK_END_FUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CONNECT_TO.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT_MS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_NETWORK_FUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_UTF8_FUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CONV_TO_NETWORK_FUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_COOKIE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_COOKIEFILE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_COOKIEJAR.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_COOKIELIST.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_COOKIESESSION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CRLF.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CRLFILE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CURLU.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DEBUGDATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DEFAULT_PROTOCOL.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DIRLISTONLY.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DISALLOW_USERNAME_IN_URL.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DNS_INTERFACE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP4.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP6.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DNS_SERVERS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DNS_SHUFFLE_ADDRESSES.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DNS_USE_GLOBAL_CACHE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYHOST.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYPEER.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYSTATUS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DOH_URL.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_ECH.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_EGDSOCKET.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_ERRORBUFFER.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_EXPECT_100_TIMEOUT_MS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FAILONERROR.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FILETIME.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_DATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FORBID_REUSE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FRESH_CONNECT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FTP_ACCOUNT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FTP_ALTERNATIVE_TO_USER.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FTP_SKIP_PASV_IP.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPRT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPSV.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_PRET.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FTPPORT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FTPSSLAUTH.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HAPROXYPROTOCOL.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HAPROXY_CLIENT_IP.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HEADER.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HEADERDATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HEADERFUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HEADEROPT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HSTS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HSTS_CTRL.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HSTSREADDATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HSTSREADFUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEDATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEFUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HTTP09_ALLOWED.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HTTP200ALIASES.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HTTP_CONTENT_DECODING.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HTTP_TRANSFER_DECODING.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HTTP_VERSION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HTTPAUTH.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HTTPGET.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HTTPHEADER.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HTTPPOST.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HTTPPROXYTUNNEL.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_IGNORE_CONTENT_LENGTH.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE_LARGE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_INTERFACE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_IOCTLDATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_IOCTLFUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_IPRESOLVE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT_BLOB.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_KEEP_SENDING_ON_ERROR.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_KEYPASSWD.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_KRBLEVEL.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_LOCALPORT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_LOCALPORTRANGE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_LIMIT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAIL_AUTH.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAIL_FROM.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT_ALLOWFAILS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAXAGE_CONN.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAXCONNECTS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE_LARGE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAXLIFETIME_CONN.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAXREDIRS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MIME_OPTIONS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MIMEPOST.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_NETRC.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_NETRC_FILE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_NEW_DIRECTORY_PERMS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_NEW_FILE_PERMS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_NOBODY.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_NOPROGRESS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_NOPROXY.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_NOSIGNAL.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETDATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PASSWORD.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PATH_AS_IS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PIPEWAIT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PORT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_POST.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE_LARGE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_POSTQUOTE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_POSTREDIR.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PRE_PROXY.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PREQUOTE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PREREQDATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PREREQFUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PRIVATE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROGRESSDATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROGRESSFUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS_STR.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAPATH.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CRLFILE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT_BLOB.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_KEYPASSWD.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_PINNEDPUBLICKEY.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYHOST.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYPEER.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY_BLOB.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLVERSION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_PASSWORD.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_TYPE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_USERNAME.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TRANSFER_MODE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXYAUTH.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXYHEADER.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXYPASSWORD.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXYPORT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXYTYPE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERNAME.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERPWD.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PUT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_QUICK_EXIT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_QUOTE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RANDOM_FILE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RANGE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_READDATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_READFUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS_STR.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_REFERER.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_REQUEST_TARGET.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RESOLVE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_DATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_FUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM_LARGE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RTSP_CLIENT_CSEQ.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RTSP_SERVER_CSEQ.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RTSP_SESSION_ID.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RTSP_STREAM_URI.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SASL_AUTHZID.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SASL_IR.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SEEKDATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SEEKFUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SERVICE_NAME.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SHARE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTDATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_NEC.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYDATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYFUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYDATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSH_KNOWNHOSTS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSH_PRIVATE_KEYFILE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSH_PUBLIC_KEYFILE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_EC_CURVES.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_ALPN.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_FALSESTART.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_OPTIONS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_SESSIONID_CACHE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_SIGNATURE_ALGORITHMS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYSTATUS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSLCERT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSLCERTTYPE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE_DEFAULT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSLKEY.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSLKEY_BLOB.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSLKEYTYPE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSLVERSION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_STDERR.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS_E.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_STREAM_WEIGHT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SUPPRESS_CONNECT_HEADERS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPALIVE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPIDLE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPINTVL.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPCNT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TCP_NODELAY.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TELNETOPTIONS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TFTP_BLKSIZE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TIMECONDITION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT_MS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_TYPE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TRAILERDATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TRAILERFUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TRANSFERTEXT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_UNIX_SOCKET_PATH.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_UNRESTRICTED_AUTH.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_UPKEEP_INTERVAL_MS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_UPLOAD.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_BUFFERSIZE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_URL.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_USE_SSL.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_USERAGENT.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_USERNAME.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_USERPWD.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_VERBOSE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_WILDCARDMATCH.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_WRITEDATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_WS_OPTIONS.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_XFERINFODATA.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_XFERINFOFUNCTION.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLSHOPT_LOCKFUNC.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLSHOPT_SHARE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLSHOPT_UNLOCKFUNC.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLSHOPT_UNSHARE.md +external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLSHOPT_USERDATA.md + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating CURLINFO_ACTIVESOCKET.3, CURLINFO_APPCONNECT_TIME.3, CURLINFO_APPCONNECT_TIME_T.3, CURLINFO_CAINFO.3, CURLINFO_CAPATH.3, CURLINFO_CERTINFO.3, CURLINFO_CONDITION_UNMET.3, CURLINFO_CONNECT_TIME.3, CURLINFO_CONN_ID.3, CURLINFO_CONNECT_TIME_T.3, CURLINFO_CONTENT_LENGTH_DOWNLOAD.3, CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3, CURLINFO_CONTENT_LENGTH_UPLOAD.3, CURLINFO_CONTENT_LENGTH_UPLOAD_T.3, CURLINFO_CONTENT_TYPE.3, CURLINFO_COOKIELIST.3, CURLINFO_EARLYDATA_SENT_T.3, CURLINFO_EFFECTIVE_METHOD.3, CURLINFO_EFFECTIVE_URL.3, CURLINFO_FILETIME.3, CURLINFO_FILETIME_T.3, CURLINFO_FTP_ENTRY_PATH.3, CURLINFO_HEADER_SIZE.3, CURLINFO_HTTP_CONNECTCODE.3, CURLINFO_HTTP_VERSION.3, CURLINFO_HTTPAUTH_AVAIL.3, CURLINFO_HTTPAUTH_USED.3, CURLINFO_LASTSOCKET.3, CURLINFO_LOCAL_IP.3, CURLINFO_LOCAL_PORT.3, CURLINFO_NAMELOOKUP_TIME.3, CURLINFO_NAMELOOKUP_TIME_T.3, CURLINFO_NUM_CONNECTS.3, CURLINFO_OS_ERRNO.3, CURLINFO_PRETRANSFER_TIME.3, CURLINFO_PRETRANSFER_TIME_T.3, CURLINFO_POSTTRANSFER_TIME_T.3, CURLINFO_PRIMARY_IP.3, CURLINFO_PRIMARY_PORT.3, CURLINFO_PRIVATE.3, CURLINFO_PROTOCOL.3, CURLINFO_PROXY_ERROR.3, CURLINFO_PROXY_SSL_VERIFYRESULT.3, CURLINFO_PROXYAUTH_AVAIL.3, CURLINFO_PROXYAUTH_USED.3, CURLINFO_QUEUE_TIME_T.3, CURLINFO_REDIRECT_COUNT.3, CURLINFO_REDIRECT_TIME.3, CURLINFO_REDIRECT_TIME_T.3, CURLINFO_REDIRECT_URL.3, CURLINFO_REFERER.3, CURLINFO_REQUEST_SIZE.3, CURLINFO_RESPONSE_CODE.3, CURLINFO_RETRY_AFTER.3, CURLINFO_RTSP_CLIENT_CSEQ.3, CURLINFO_RTSP_CSEQ_RECV.3, CURLINFO_RTSP_SERVER_CSEQ.3, CURLINFO_RTSP_SESSION_ID.3, CURLINFO_SCHEME.3, CURLINFO_SIZE_DOWNLOAD.3, CURLINFO_SIZE_DOWNLOAD_T.3, CURLINFO_SIZE_UPLOAD.3, CURLINFO_SIZE_UPLOAD_T.3, CURLINFO_SPEED_DOWNLOAD.3, CURLINFO_SPEED_DOWNLOAD_T.3, CURLINFO_SPEED_UPLOAD.3, CURLINFO_SPEED_UPLOAD_T.3, CURLINFO_SSL_ENGINES.3, CURLINFO_SSL_VERIFYRESULT.3, CURLINFO_STARTTRANSFER_TIME.3, CURLINFO_STARTTRANSFER_TIME_T.3, CURLINFO_TLS_SESSION.3, CURLINFO_TLS_SSL_PTR.3, CURLINFO_TOTAL_TIME.3, CURLINFO_TOTAL_TIME_T.3, CURLINFO_USED_PROXY.3, CURLINFO_XFER_ID.3, CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3, CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3, CURLMOPT_MAX_CONCURRENT_STREAMS.3, CURLMOPT_MAX_HOST_CONNECTIONS.3, CURLMOPT_MAX_PIPELINE_LENGTH.3, CURLMOPT_MAX_TOTAL_CONNECTIONS.3, CURLMOPT_MAXCONNECTS.3, CURLMOPT_PIPELINING.3, CURLMOPT_PIPELINING_SERVER_BL.3, CURLMOPT_PIPELINING_SITE_BL.3, CURLMOPT_PUSHDATA.3, CURLMOPT_PUSHFUNCTION.3, CURLMOPT_SOCKETDATA.3, CURLMOPT_SOCKETFUNCTION.3, CURLMOPT_TIMERDATA.3, CURLMOPT_TIMERFUNCTION.3, CURLOPT_ABSTRACT_UNIX_SOCKET.3, CURLOPT_ACCEPT_ENCODING.3, CURLOPT_ACCEPTTIMEOUT_MS.3, CURLOPT_ADDRESS_SCOPE.3, CURLOPT_ALTSVC.3, CURLOPT_ALTSVC_CTRL.3, CURLOPT_APPEND.3, CURLOPT_AUTOREFERER.3, CURLOPT_AWS_SIGV4.3, CURLOPT_BUFFERSIZE.3, CURLOPT_CAINFO.3, CURLOPT_CAINFO_BLOB.3, CURLOPT_CAPATH.3, CURLOPT_CA_CACHE_TIMEOUT.3, CURLOPT_CERTINFO.3, CURLOPT_CHUNK_BGN_FUNCTION.3, CURLOPT_CHUNK_DATA.3, CURLOPT_CHUNK_END_FUNCTION.3, CURLOPT_CLOSESOCKETDATA.3, CURLOPT_CLOSESOCKETFUNCTION.3, CURLOPT_CONNECT_ONLY.3, CURLOPT_CONNECT_TO.3, CURLOPT_CONNECTTIMEOUT.3, CURLOPT_CONNECTTIMEOUT_MS.3, CURLOPT_CONV_FROM_NETWORK_FUNCTION.3, CURLOPT_CONV_FROM_UTF8_FUNCTION.3, CURLOPT_CONV_TO_NETWORK_FUNCTION.3, CURLOPT_COOKIE.3, CURLOPT_COOKIEFILE.3, CURLOPT_COOKIEJAR.3, CURLOPT_COOKIELIST.3, CURLOPT_COOKIESESSION.3, CURLOPT_COPYPOSTFIELDS.3, CURLOPT_CRLF.3, CURLOPT_CRLFILE.3, CURLOPT_CURLU.3, CURLOPT_CUSTOMREQUEST.3, CURLOPT_DEBUGDATA.3, CURLOPT_DEBUGFUNCTION.3, CURLOPT_DEFAULT_PROTOCOL.3, CURLOPT_DIRLISTONLY.3, CURLOPT_DISALLOW_USERNAME_IN_URL.3, CURLOPT_DNS_CACHE_TIMEOUT.3, CURLOPT_DNS_INTERFACE.3, CURLOPT_DNS_LOCAL_IP4.3, CURLOPT_DNS_LOCAL_IP6.3, CURLOPT_DNS_SERVERS.3, CURLOPT_DNS_SHUFFLE_ADDRESSES.3, CURLOPT_DNS_USE_GLOBAL_CACHE.3, CURLOPT_DOH_SSL_VERIFYHOST.3, CURLOPT_DOH_SSL_VERIFYPEER.3, CURLOPT_DOH_SSL_VERIFYSTATUS.3, CURLOPT_DOH_URL.3, CURLOPT_ECH.3, CURLOPT_EGDSOCKET.3, CURLOPT_ERRORBUFFER.3, CURLOPT_EXPECT_100_TIMEOUT_MS.3, CURLOPT_FAILONERROR.3, CURLOPT_FILETIME.3, CURLOPT_FNMATCH_DATA.3, CURLOPT_FNMATCH_FUNCTION.3, CURLOPT_FOLLOWLOCATION.3, CURLOPT_FORBID_REUSE.3, CURLOPT_FRESH_CONNECT.3, CURLOPT_FTP_ACCOUNT.3, CURLOPT_FTP_ALTERNATIVE_TO_USER.3, CURLOPT_FTP_CREATE_MISSING_DIRS.3, CURLOPT_FTP_FILEMETHOD.3, CURLOPT_FTP_SKIP_PASV_IP.3, CURLOPT_FTP_SSL_CCC.3, CURLOPT_FTP_USE_EPRT.3, CURLOPT_FTP_USE_EPSV.3, CURLOPT_FTP_USE_PRET.3, CURLOPT_FTPPORT.3, CURLOPT_FTPSSLAUTH.3, CURLOPT_GSSAPI_DELEGATION.3, CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3, CURLOPT_HAPROXYPROTOCOL.3, CURLOPT_HAPROXY_CLIENT_IP.3, CURLOPT_HEADER.3, CURLOPT_HEADERDATA.3, CURLOPT_HEADERFUNCTION.3, CURLOPT_HEADEROPT.3, CURLOPT_HSTS.3, CURLOPT_HSTS_CTRL.3, CURLOPT_HSTSREADDATA.3, CURLOPT_HSTSREADFUNCTION.3, CURLOPT_HSTSWRITEDATA.3, CURLOPT_HSTSWRITEFUNCTION.3, CURLOPT_HTTP09_ALLOWED.3, CURLOPT_HTTP200ALIASES.3, CURLOPT_HTTP_CONTENT_DECODING.3, CURLOPT_HTTP_TRANSFER_DECODING.3, CURLOPT_HTTP_VERSION.3, CURLOPT_HTTPAUTH.3, CURLOPT_HTTPGET.3, CURLOPT_HTTPHEADER.3, CURLOPT_HTTPPOST.3, CURLOPT_HTTPPROXYTUNNEL.3, CURLOPT_IGNORE_CONTENT_LENGTH.3, CURLOPT_INFILESIZE.3, CURLOPT_INFILESIZE_LARGE.3, CURLOPT_INTERFACE.3, CURLOPT_INTERLEAVEDATA.3, CURLOPT_INTERLEAVEFUNCTION.3, CURLOPT_IOCTLDATA.3, CURLOPT_IOCTLFUNCTION.3, CURLOPT_IPRESOLVE.3, CURLOPT_ISSUERCERT.3, CURLOPT_ISSUERCERT_BLOB.3, CURLOPT_KEEP_SENDING_ON_ERROR.3, CURLOPT_KEYPASSWD.3, CURLOPT_KRBLEVEL.3, CURLOPT_LOCALPORT.3, CURLOPT_LOCALPORTRANGE.3, CURLOPT_LOGIN_OPTIONS.3, CURLOPT_LOW_SPEED_LIMIT.3, CURLOPT_LOW_SPEED_TIME.3, CURLOPT_MAIL_AUTH.3, CURLOPT_MAIL_FROM.3, CURLOPT_MAIL_RCPT.3, CURLOPT_MAIL_RCPT_ALLOWFAILS.3, CURLOPT_MAX_RECV_SPEED_LARGE.3, CURLOPT_MAX_SEND_SPEED_LARGE.3, CURLOPT_MAXAGE_CONN.3, CURLOPT_MAXCONNECTS.3, CURLOPT_MAXFILESIZE.3, CURLOPT_MAXFILESIZE_LARGE.3, CURLOPT_MAXLIFETIME_CONN.3, CURLOPT_MAXREDIRS.3, CURLOPT_MIME_OPTIONS.3, CURLOPT_MIMEPOST.3, CURLOPT_NETRC.3, CURLOPT_NETRC_FILE.3, CURLOPT_NEW_DIRECTORY_PERMS.3, CURLOPT_NEW_FILE_PERMS.3, CURLOPT_NOBODY.3, CURLOPT_NOPROGRESS.3, CURLOPT_NOPROXY.3, CURLOPT_NOSIGNAL.3, CURLOPT_OPENSOCKETDATA.3, CURLOPT_OPENSOCKETFUNCTION.3, CURLOPT_PASSWORD.3, CURLOPT_PATH_AS_IS.3, CURLOPT_PINNEDPUBLICKEY.3, CURLOPT_PIPEWAIT.3, CURLOPT_PORT.3, CURLOPT_POST.3, CURLOPT_POSTFIELDS.3, CURLOPT_POSTFIELDSIZE.3, CURLOPT_POSTFIELDSIZE_LARGE.3, CURLOPT_POSTQUOTE.3, CURLOPT_POSTREDIR.3, CURLOPT_PRE_PROXY.3, CURLOPT_PREQUOTE.3, CURLOPT_PREREQDATA.3, CURLOPT_PREREQFUNCTION.3, CURLOPT_PRIVATE.3, CURLOPT_PROGRESSDATA.3, CURLOPT_PROGRESSFUNCTION.3, CURLOPT_PROTOCOLS.3, CURLOPT_PROTOCOLS_STR.3, CURLOPT_PROXY.3, CURLOPT_PROXY_CAINFO.3, CURLOPT_PROXY_CAINFO_BLOB.3, CURLOPT_PROXY_CAPATH.3, CURLOPT_PROXY_CRLFILE.3, CURLOPT_PROXY_ISSUERCERT.3, CURLOPT_PROXY_ISSUERCERT_BLOB.3, CURLOPT_PROXY_KEYPASSWD.3, CURLOPT_PROXY_PINNEDPUBLICKEY.3, CURLOPT_PROXY_SERVICE_NAME.3, CURLOPT_PROXY_SSL_CIPHER_LIST.3, CURLOPT_PROXY_SSL_OPTIONS.3, CURLOPT_PROXY_SSL_VERIFYHOST.3, CURLOPT_PROXY_SSL_VERIFYPEER.3, CURLOPT_PROXY_SSLCERT.3, CURLOPT_PROXY_SSLCERT_BLOB.3, CURLOPT_PROXY_SSLCERTTYPE.3, CURLOPT_PROXY_SSLKEY.3, CURLOPT_PROXY_SSLKEY_BLOB.3, CURLOPT_PROXY_SSLKEYTYPE.3, CURLOPT_PROXY_SSLVERSION.3, CURLOPT_PROXY_TLS13_CIPHERS.3, CURLOPT_PROXY_TLSAUTH_PASSWORD.3, CURLOPT_PROXY_TLSAUTH_TYPE.3, CURLOPT_PROXY_TLSAUTH_USERNAME.3, CURLOPT_PROXY_TRANSFER_MODE.3, CURLOPT_PROXYAUTH.3, CURLOPT_PROXYHEADER.3, CURLOPT_PROXYPASSWORD.3, CURLOPT_PROXYPORT.3, CURLOPT_PROXYTYPE.3, CURLOPT_PROXYUSERNAME.3, CURLOPT_PROXYUSERPWD.3, CURLOPT_PUT.3, CURLOPT_QUICK_EXIT.3, CURLOPT_QUOTE.3, CURLOPT_RANDOM_FILE.3, CURLOPT_RANGE.3, CURLOPT_READDATA.3, CURLOPT_READFUNCTION.3, CURLOPT_REDIR_PROTOCOLS.3, CURLOPT_REDIR_PROTOCOLS_STR.3, CURLOPT_REFERER.3, CURLOPT_REQUEST_TARGET.3, CURLOPT_RESOLVE.3, CURLOPT_RESOLVER_START_DATA.3, CURLOPT_RESOLVER_START_FUNCTION.3, CURLOPT_RESUME_FROM.3, CURLOPT_RESUME_FROM_LARGE.3, CURLOPT_RTSP_CLIENT_CSEQ.3, CURLOPT_RTSP_REQUEST.3, CURLOPT_RTSP_SERVER_CSEQ.3, CURLOPT_RTSP_SESSION_ID.3, CURLOPT_RTSP_STREAM_URI.3, CURLOPT_RTSP_TRANSPORT.3, CURLOPT_SASL_AUTHZID.3, CURLOPT_SASL_IR.3, CURLOPT_SEEKDATA.3, CURLOPT_SEEKFUNCTION.3, CURLOPT_SERVER_RESPONSE_TIMEOUT.3, CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3, CURLOPT_SERVICE_NAME.3, CURLOPT_SHARE.3, CURLOPT_SOCKOPTDATA.3, CURLOPT_SOCKOPTFUNCTION.3, CURLOPT_SOCKS5_AUTH.3, CURLOPT_SOCKS5_GSSAPI_NEC.3, CURLOPT_SOCKS5_GSSAPI_SERVICE.3, CURLOPT_SSH_AUTH_TYPES.3, CURLOPT_SSH_COMPRESSION.3, CURLOPT_SSH_HOSTKEYDATA.3, CURLOPT_SSH_HOSTKEYFUNCTION.3, CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3, CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3, CURLOPT_SSH_KEYDATA.3, CURLOPT_SSH_KEYFUNCTION.3, CURLOPT_SSH_KNOWNHOSTS.3, CURLOPT_SSH_PRIVATE_KEYFILE.3, CURLOPT_SSH_PUBLIC_KEYFILE.3, CURLOPT_SSL_CIPHER_LIST.3, CURLOPT_SSL_CTX_DATA.3, CURLOPT_SSL_CTX_FUNCTION.3, CURLOPT_SSL_EC_CURVES.3, CURLOPT_SSL_ENABLE_ALPN.3, CURLOPT_SSL_ENABLE_NPN.3, CURLOPT_SSL_FALSESTART.3, CURLOPT_SSL_OPTIONS.3, CURLOPT_SSL_SESSIONID_CACHE.3, CURLOPT_SSL_SIGNATURE_ALGORITHMS.3, CURLOPT_SSL_VERIFYHOST.3, CURLOPT_SSL_VERIFYPEER.3, CURLOPT_SSL_VERIFYSTATUS.3, CURLOPT_SSLCERT.3, CURLOPT_SSLCERT_BLOB.3, CURLOPT_SSLCERTTYPE.3, CURLOPT_SSLENGINE.3, CURLOPT_SSLENGINE_DEFAULT.3, CURLOPT_SSLKEY.3, CURLOPT_SSLKEY_BLOB.3, CURLOPT_SSLKEYTYPE.3, CURLOPT_SSLVERSION.3, CURLOPT_STDERR.3, CURLOPT_STREAM_DEPENDS.3, CURLOPT_STREAM_DEPENDS_E.3, CURLOPT_STREAM_WEIGHT.3, CURLOPT_SUPPRESS_CONNECT_HEADERS.3, CURLOPT_TCP_FASTOPEN.3, CURLOPT_TCP_KEEPALIVE.3, CURLOPT_TCP_KEEPIDLE.3, CURLOPT_TCP_KEEPINTVL.3, CURLOPT_TCP_KEEPCNT.3, CURLOPT_TCP_NODELAY.3, CURLOPT_TELNETOPTIONS.3, CURLOPT_TFTP_BLKSIZE.3, CURLOPT_TFTP_NO_OPTIONS.3, CURLOPT_TIMECONDITION.3, CURLOPT_TIMEOUT.3, CURLOPT_TIMEOUT_MS.3, CURLOPT_TIMEVALUE.3, CURLOPT_TIMEVALUE_LARGE.3, CURLOPT_TLS13_CIPHERS.3, CURLOPT_TLSAUTH_PASSWORD.3, CURLOPT_TLSAUTH_TYPE.3, CURLOPT_TLSAUTH_USERNAME.3, CURLOPT_TRAILERDATA.3, CURLOPT_TRAILERFUNCTION.3, CURLOPT_TRANSFER_ENCODING.3, CURLOPT_TRANSFERTEXT.3, CURLOPT_UNIX_SOCKET_PATH.3, CURLOPT_UNRESTRICTED_AUTH.3, CURLOPT_UPKEEP_INTERVAL_MS.3, CURLOPT_UPLOAD.3, CURLOPT_UPLOAD_BUFFERSIZE.3, CURLOPT_UPLOAD_FLAGS.3, CURLOPT_URL.3, CURLOPT_USE_SSL.3, CURLOPT_USERAGENT.3, CURLOPT_USERNAME.3, CURLOPT_USERPWD.3, CURLOPT_VERBOSE.3, CURLOPT_WILDCARDMATCH.3, CURLOPT_WRITEDATA.3, CURLOPT_WRITEFUNCTION.3, CURLOPT_WS_OPTIONS.3, CURLOPT_XFERINFODATA.3, CURLOPT_XFERINFOFUNCTION.3, CURLOPT_XOAUTH2_BEARER.3, CURLSHOPT_LOCKFUNC.3, CURLSHOPT_SHARE.3, CURLSHOPT_UNLOCKFUNC.3, CURLSHOPT_UNSHARE.3, CURLSHOPT_USERDATA.3" + cd /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/scripts/cd2nroff -k -d /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts CURLINFO_ACTIVESOCKET.md CURLINFO_APPCONNECT_TIME.md CURLINFO_APPCONNECT_TIME_T.md CURLINFO_CAINFO.md CURLINFO_CAPATH.md CURLINFO_CERTINFO.md CURLINFO_CONDITION_UNMET.md CURLINFO_CONNECT_TIME.md CURLINFO_CONN_ID.md CURLINFO_CONNECT_TIME_T.md CURLINFO_CONTENT_LENGTH_DOWNLOAD.md CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.md CURLINFO_CONTENT_LENGTH_UPLOAD.md CURLINFO_CONTENT_LENGTH_UPLOAD_T.md CURLINFO_CONTENT_TYPE.md CURLINFO_COOKIELIST.md CURLINFO_EARLYDATA_SENT_T.md CURLINFO_EFFECTIVE_METHOD.md CURLINFO_EFFECTIVE_URL.md CURLINFO_FILETIME.md CURLINFO_FILETIME_T.md CURLINFO_FTP_ENTRY_PATH.md CURLINFO_HEADER_SIZE.md CURLINFO_HTTP_CONNECTCODE.md CURLINFO_HTTP_VERSION.md CURLINFO_HTTPAUTH_AVAIL.md CURLINFO_HTTPAUTH_USED.md CURLINFO_LASTSOCKET.md CURLINFO_LOCAL_IP.md CURLINFO_LOCAL_PORT.md CURLINFO_NAMELOOKUP_TIME.md CURLINFO_NAMELOOKUP_TIME_T.md CURLINFO_NUM_CONNECTS.md CURLINFO_OS_ERRNO.md CURLINFO_PRETRANSFER_TIME.md CURLINFO_PRETRANSFER_TIME_T.md CURLINFO_POSTTRANSFER_TIME_T.md CURLINFO_PRIMARY_IP.md CURLINFO_PRIMARY_PORT.md CURLINFO_PRIVATE.md CURLINFO_PROTOCOL.md CURLINFO_PROXY_ERROR.md CURLINFO_PROXY_SSL_VERIFYRESULT.md CURLINFO_PROXYAUTH_AVAIL.md CURLINFO_PROXYAUTH_USED.md CURLINFO_QUEUE_TIME_T.md CURLINFO_REDIRECT_COUNT.md CURLINFO_REDIRECT_TIME.md CURLINFO_REDIRECT_TIME_T.md CURLINFO_REDIRECT_URL.md CURLINFO_REFERER.md CURLINFO_REQUEST_SIZE.md CURLINFO_RESPONSE_CODE.md CURLINFO_RETRY_AFTER.md CURLINFO_RTSP_CLIENT_CSEQ.md CURLINFO_RTSP_CSEQ_RECV.md CURLINFO_RTSP_SERVER_CSEQ.md CURLINFO_RTSP_SESSION_ID.md CURLINFO_SCHEME.md CURLINFO_SIZE_DOWNLOAD.md CURLINFO_SIZE_DOWNLOAD_T.md CURLINFO_SIZE_UPLOAD.md CURLINFO_SIZE_UPLOAD_T.md CURLINFO_SPEED_DOWNLOAD.md CURLINFO_SPEED_DOWNLOAD_T.md CURLINFO_SPEED_UPLOAD.md CURLINFO_SPEED_UPLOAD_T.md CURLINFO_SSL_ENGINES.md CURLINFO_SSL_VERIFYRESULT.md CURLINFO_STARTTRANSFER_TIME.md CURLINFO_STARTTRANSFER_TIME_T.md CURLINFO_TLS_SESSION.md CURLINFO_TLS_SSL_PTR.md CURLINFO_TOTAL_TIME.md CURLINFO_TOTAL_TIME_T.md CURLINFO_USED_PROXY.md CURLINFO_XFER_ID.md CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.md CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.md CURLMOPT_MAX_CONCURRENT_STREAMS.md CURLMOPT_MAX_HOST_CONNECTIONS.md CURLMOPT_MAX_PIPELINE_LENGTH.md CURLMOPT_MAX_TOTAL_CONNECTIONS.md CURLMOPT_MAXCONNECTS.md CURLMOPT_PIPELINING.md CURLMOPT_PIPELINING_SERVER_BL.md CURLMOPT_PIPELINING_SITE_BL.md CURLMOPT_PUSHDATA.md CURLMOPT_PUSHFUNCTION.md CURLMOPT_SOCKETDATA.md CURLMOPT_SOCKETFUNCTION.md CURLMOPT_TIMERDATA.md CURLMOPT_TIMERFUNCTION.md CURLOPT_ABSTRACT_UNIX_SOCKET.md CURLOPT_ACCEPT_ENCODING.md CURLOPT_ACCEPTTIMEOUT_MS.md CURLOPT_ADDRESS_SCOPE.md CURLOPT_ALTSVC.md CURLOPT_ALTSVC_CTRL.md CURLOPT_APPEND.md CURLOPT_AUTOREFERER.md CURLOPT_AWS_SIGV4.md CURLOPT_BUFFERSIZE.md CURLOPT_CAINFO.md CURLOPT_CAINFO_BLOB.md CURLOPT_CAPATH.md CURLOPT_CA_CACHE_TIMEOUT.md CURLOPT_CERTINFO.md CURLOPT_CHUNK_BGN_FUNCTION.md CURLOPT_CHUNK_DATA.md CURLOPT_CHUNK_END_FUNCTION.md CURLOPT_CLOSESOCKETDATA.md CURLOPT_CLOSESOCKETFUNCTION.md CURLOPT_CONNECT_ONLY.md CURLOPT_CONNECT_TO.md CURLOPT_CONNECTTIMEOUT.md CURLOPT_CONNECTTIMEOUT_MS.md CURLOPT_CONV_FROM_NETWORK_FUNCTION.md CURLOPT_CONV_FROM_UTF8_FUNCTION.md CURLOPT_CONV_TO_NETWORK_FUNCTION.md CURLOPT_COOKIE.md CURLOPT_COOKIEFILE.md CURLOPT_COOKIEJAR.md CURLOPT_COOKIELIST.md CURLOPT_COOKIESESSION.md CURLOPT_COPYPOSTFIELDS.md CURLOPT_CRLF.md CURLOPT_CRLFILE.md CURLOPT_CURLU.md CURLOPT_CUSTOMREQUEST.md CURLOPT_DEBUGDATA.md CURLOPT_DEBUGFUNCTION.md CURLOPT_DEFAULT_PROTOCOL.md CURLOPT_DIRLISTONLY.md CURLOPT_DISALLOW_USERNAME_IN_URL.md CURLOPT_DNS_CACHE_TIMEOUT.md CURLOPT_DNS_INTERFACE.md CURLOPT_DNS_LOCAL_IP4.md CURLOPT_DNS_LOCAL_IP6.md CURLOPT_DNS_SERVERS.md CURLOPT_DNS_SHUFFLE_ADDRESSES.md CURLOPT_DNS_USE_GLOBAL_CACHE.md CURLOPT_DOH_SSL_VERIFYHOST.md CURLOPT_DOH_SSL_VERIFYPEER.md CURLOPT_DOH_SSL_VERIFYSTATUS.md CURLOPT_DOH_URL.md CURLOPT_ECH.md CURLOPT_EGDSOCKET.md CURLOPT_ERRORBUFFER.md CURLOPT_EXPECT_100_TIMEOUT_MS.md CURLOPT_FAILONERROR.md CURLOPT_FILETIME.md CURLOPT_FNMATCH_DATA.md CURLOPT_FNMATCH_FUNCTION.md CURLOPT_FOLLOWLOCATION.md CURLOPT_FORBID_REUSE.md CURLOPT_FRESH_CONNECT.md CURLOPT_FTP_ACCOUNT.md CURLOPT_FTP_ALTERNATIVE_TO_USER.md CURLOPT_FTP_CREATE_MISSING_DIRS.md CURLOPT_FTP_FILEMETHOD.md CURLOPT_FTP_SKIP_PASV_IP.md CURLOPT_FTP_SSL_CCC.md CURLOPT_FTP_USE_EPRT.md CURLOPT_FTP_USE_EPSV.md CURLOPT_FTP_USE_PRET.md CURLOPT_FTPPORT.md CURLOPT_FTPSSLAUTH.md CURLOPT_GSSAPI_DELEGATION.md CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md CURLOPT_HAPROXYPROTOCOL.md CURLOPT_HAPROXY_CLIENT_IP.md CURLOPT_HEADER.md CURLOPT_HEADERDATA.md CURLOPT_HEADERFUNCTION.md CURLOPT_HEADEROPT.md CURLOPT_HSTS.md CURLOPT_HSTS_CTRL.md CURLOPT_HSTSREADDATA.md CURLOPT_HSTSREADFUNCTION.md CURLOPT_HSTSWRITEDATA.md CURLOPT_HSTSWRITEFUNCTION.md CURLOPT_HTTP09_ALLOWED.md CURLOPT_HTTP200ALIASES.md CURLOPT_HTTP_CONTENT_DECODING.md CURLOPT_HTTP_TRANSFER_DECODING.md CURLOPT_HTTP_VERSION.md CURLOPT_HTTPAUTH.md CURLOPT_HTTPGET.md CURLOPT_HTTPHEADER.md CURLOPT_HTTPPOST.md CURLOPT_HTTPPROXYTUNNEL.md CURLOPT_IGNORE_CONTENT_LENGTH.md CURLOPT_INFILESIZE.md CURLOPT_INFILESIZE_LARGE.md CURLOPT_INTERFACE.md CURLOPT_INTERLEAVEDATA.md CURLOPT_INTERLEAVEFUNCTION.md CURLOPT_IOCTLDATA.md CURLOPT_IOCTLFUNCTION.md CURLOPT_IPRESOLVE.md CURLOPT_ISSUERCERT.md CURLOPT_ISSUERCERT_BLOB.md CURLOPT_KEEP_SENDING_ON_ERROR.md CURLOPT_KEYPASSWD.md CURLOPT_KRBLEVEL.md CURLOPT_LOCALPORT.md CURLOPT_LOCALPORTRANGE.md CURLOPT_LOGIN_OPTIONS.md CURLOPT_LOW_SPEED_LIMIT.md CURLOPT_LOW_SPEED_TIME.md CURLOPT_MAIL_AUTH.md CURLOPT_MAIL_FROM.md CURLOPT_MAIL_RCPT.md CURLOPT_MAIL_RCPT_ALLOWFAILS.md CURLOPT_MAX_RECV_SPEED_LARGE.md CURLOPT_MAX_SEND_SPEED_LARGE.md CURLOPT_MAXAGE_CONN.md CURLOPT_MAXCONNECTS.md CURLOPT_MAXFILESIZE.md CURLOPT_MAXFILESIZE_LARGE.md CURLOPT_MAXLIFETIME_CONN.md CURLOPT_MAXREDIRS.md CURLOPT_MIME_OPTIONS.md CURLOPT_MIMEPOST.md CURLOPT_NETRC.md CURLOPT_NETRC_FILE.md CURLOPT_NEW_DIRECTORY_PERMS.md CURLOPT_NEW_FILE_PERMS.md CURLOPT_NOBODY.md CURLOPT_NOPROGRESS.md CURLOPT_NOPROXY.md CURLOPT_NOSIGNAL.md CURLOPT_OPENSOCKETDATA.md CURLOPT_OPENSOCKETFUNCTION.md CURLOPT_PASSWORD.md CURLOPT_PATH_AS_IS.md CURLOPT_PINNEDPUBLICKEY.md CURLOPT_PIPEWAIT.md CURLOPT_PORT.md CURLOPT_POST.md CURLOPT_POSTFIELDS.md CURLOPT_POSTFIELDSIZE.md CURLOPT_POSTFIELDSIZE_LARGE.md CURLOPT_POSTQUOTE.md CURLOPT_POSTREDIR.md CURLOPT_PRE_PROXY.md CURLOPT_PREQUOTE.md CURLOPT_PREREQDATA.md CURLOPT_PREREQFUNCTION.md CURLOPT_PRIVATE.md CURLOPT_PROGRESSDATA.md CURLOPT_PROGRESSFUNCTION.md CURLOPT_PROTOCOLS.md CURLOPT_PROTOCOLS_STR.md CURLOPT_PROXY.md CURLOPT_PROXY_CAINFO.md CURLOPT_PROXY_CAINFO_BLOB.md CURLOPT_PROXY_CAPATH.md CURLOPT_PROXY_CRLFILE.md CURLOPT_PROXY_ISSUERCERT.md CURLOPT_PROXY_ISSUERCERT_BLOB.md CURLOPT_PROXY_KEYPASSWD.md CURLOPT_PROXY_PINNEDPUBLICKEY.md CURLOPT_PROXY_SERVICE_NAME.md CURLOPT_PROXY_SSL_CIPHER_LIST.md CURLOPT_PROXY_SSL_OPTIONS.md CURLOPT_PROXY_SSL_VERIFYHOST.md CURLOPT_PROXY_SSL_VERIFYPEER.md CURLOPT_PROXY_SSLCERT.md CURLOPT_PROXY_SSLCERT_BLOB.md CURLOPT_PROXY_SSLCERTTYPE.md CURLOPT_PROXY_SSLKEY.md CURLOPT_PROXY_SSLKEY_BLOB.md CURLOPT_PROXY_SSLKEYTYPE.md CURLOPT_PROXY_SSLVERSION.md CURLOPT_PROXY_TLS13_CIPHERS.md CURLOPT_PROXY_TLSAUTH_PASSWORD.md CURLOPT_PROXY_TLSAUTH_TYPE.md CURLOPT_PROXY_TLSAUTH_USERNAME.md CURLOPT_PROXY_TRANSFER_MODE.md CURLOPT_PROXYAUTH.md CURLOPT_PROXYHEADER.md CURLOPT_PROXYPASSWORD.md CURLOPT_PROXYPORT.md CURLOPT_PROXYTYPE.md CURLOPT_PROXYUSERNAME.md CURLOPT_PROXYUSERPWD.md CURLOPT_PUT.md CURLOPT_QUICK_EXIT.md CURLOPT_QUOTE.md CURLOPT_RANDOM_FILE.md CURLOPT_RANGE.md CURLOPT_READDATA.md CURLOPT_READFUNCTION.md CURLOPT_REDIR_PROTOCOLS.md CURLOPT_REDIR_PROTOCOLS_STR.md CURLOPT_REFERER.md CURLOPT_REQUEST_TARGET.md CURLOPT_RESOLVE.md CURLOPT_RESOLVER_START_DATA.md CURLOPT_RESOLVER_START_FUNCTION.md CURLOPT_RESUME_FROM.md CURLOPT_RESUME_FROM_LARGE.md CURLOPT_RTSP_CLIENT_CSEQ.md CURLOPT_RTSP_REQUEST.md CURLOPT_RTSP_SERVER_CSEQ.md CURLOPT_RTSP_SESSION_ID.md CURLOPT_RTSP_STREAM_URI.md CURLOPT_RTSP_TRANSPORT.md CURLOPT_SASL_AUTHZID.md CURLOPT_SASL_IR.md CURLOPT_SEEKDATA.md CURLOPT_SEEKFUNCTION.md CURLOPT_SERVER_RESPONSE_TIMEOUT.md CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.md CURLOPT_SERVICE_NAME.md CURLOPT_SHARE.md CURLOPT_SOCKOPTDATA.md CURLOPT_SOCKOPTFUNCTION.md CURLOPT_SOCKS5_AUTH.md CURLOPT_SOCKS5_GSSAPI_NEC.md CURLOPT_SOCKS5_GSSAPI_SERVICE.md CURLOPT_SSH_AUTH_TYPES.md CURLOPT_SSH_COMPRESSION.md CURLOPT_SSH_HOSTKEYDATA.md CURLOPT_SSH_HOSTKEYFUNCTION.md CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.md CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.md CURLOPT_SSH_KEYDATA.md CURLOPT_SSH_KEYFUNCTION.md CURLOPT_SSH_KNOWNHOSTS.md CURLOPT_SSH_PRIVATE_KEYFILE.md CURLOPT_SSH_PUBLIC_KEYFILE.md CURLOPT_SSL_CIPHER_LIST.md CURLOPT_SSL_CTX_DATA.md CURLOPT_SSL_CTX_FUNCTION.md CURLOPT_SSL_EC_CURVES.md CURLOPT_SSL_ENABLE_ALPN.md CURLOPT_SSL_ENABLE_NPN.md CURLOPT_SSL_FALSESTART.md CURLOPT_SSL_OPTIONS.md CURLOPT_SSL_SESSIONID_CACHE.md CURLOPT_SSL_SIGNATURE_ALGORITHMS.md CURLOPT_SSL_VERIFYHOST.md CURLOPT_SSL_VERIFYPEER.md CURLOPT_SSL_VERIFYSTATUS.md CURLOPT_SSLCERT.md CURLOPT_SSLCERT_BLOB.md CURLOPT_SSLCERTTYPE.md CURLOPT_SSLENGINE.md CURLOPT_SSLENGINE_DEFAULT.md CURLOPT_SSLKEY.md CURLOPT_SSLKEY_BLOB.md CURLOPT_SSLKEYTYPE.md CURLOPT_SSLVERSION.md CURLOPT_STDERR.md CURLOPT_STREAM_DEPENDS.md CURLOPT_STREAM_DEPENDS_E.md CURLOPT_STREAM_WEIGHT.md CURLOPT_SUPPRESS_CONNECT_HEADERS.md CURLOPT_TCP_FASTOPEN.md CURLOPT_TCP_KEEPALIVE.md CURLOPT_TCP_KEEPIDLE.md CURLOPT_TCP_KEEPINTVL.md CURLOPT_TCP_KEEPCNT.md CURLOPT_TCP_NODELAY.md CURLOPT_TELNETOPTIONS.md CURLOPT_TFTP_BLKSIZE.md CURLOPT_TFTP_NO_OPTIONS.md CURLOPT_TIMECONDITION.md CURLOPT_TIMEOUT.md CURLOPT_TIMEOUT_MS.md CURLOPT_TIMEVALUE.md CURLOPT_TIMEVALUE_LARGE.md CURLOPT_TLS13_CIPHERS.md CURLOPT_TLSAUTH_PASSWORD.md CURLOPT_TLSAUTH_TYPE.md CURLOPT_TLSAUTH_USERNAME.md CURLOPT_TRAILERDATA.md CURLOPT_TRAILERFUNCTION.md CURLOPT_TRANSFER_ENCODING.md CURLOPT_TRANSFERTEXT.md CURLOPT_UNIX_SOCKET_PATH.md CURLOPT_UNRESTRICTED_AUTH.md CURLOPT_UPKEEP_INTERVAL_MS.md CURLOPT_UPLOAD.md CURLOPT_UPLOAD_BUFFERSIZE.md CURLOPT_UPLOAD_FLAGS.md CURLOPT_URL.md CURLOPT_USE_SSL.md CURLOPT_USERAGENT.md CURLOPT_USERNAME.md CURLOPT_USERPWD.md CURLOPT_VERBOSE.md CURLOPT_WILDCARDMATCH.md CURLOPT_WRITEDATA.md CURLOPT_WRITEFUNCTION.md CURLOPT_WS_OPTIONS.md CURLOPT_XFERINFODATA.md CURLOPT_XFERINFOFUNCTION.md CURLOPT_XOAUTH2_BEARER.md CURLSHOPT_LOCKFUNC.md CURLSHOPT_SHARE.md CURLSHOPT_UNLOCKFUNC.md CURLSHOPT_UNSHARE.md CURLSHOPT_USERDATA.md + +external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME.3 + +external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME_T.3 + +external/curl/docs/libcurl/opts/CURLINFO_CAINFO.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CAINFO.3 + +external/curl/docs/libcurl/opts/CURLINFO_CAPATH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CAPATH.3 + +external/curl/docs/libcurl/opts/CURLINFO_CERTINFO.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CERTINFO.3 + +external/curl/docs/libcurl/opts/CURLINFO_CONDITION_UNMET.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CONDITION_UNMET.3 + +external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME.3 + +external/curl/docs/libcurl/opts/CURLINFO_CONN_ID.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CONN_ID.3 + +external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME_T.3 + +external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD.3 + +external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3 + +external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD.3 + +external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD_T.3 + +external/curl/docs/libcurl/opts/CURLINFO_CONTENT_TYPE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CONTENT_TYPE.3 + +external/curl/docs/libcurl/opts/CURLINFO_COOKIELIST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_COOKIELIST.3 + +external/curl/docs/libcurl/opts/CURLINFO_EARLYDATA_SENT_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_EARLYDATA_SENT_T.3 + +external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_METHOD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_METHOD.3 + +external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_URL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_URL.3 + +external/curl/docs/libcurl/opts/CURLINFO_FILETIME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_FILETIME.3 + +external/curl/docs/libcurl/opts/CURLINFO_FILETIME_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_FILETIME_T.3 + +external/curl/docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.3 + +external/curl/docs/libcurl/opts/CURLINFO_HEADER_SIZE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_HEADER_SIZE.3 + +external/curl/docs/libcurl/opts/CURLINFO_HTTP_CONNECTCODE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_HTTP_CONNECTCODE.3 + +external/curl/docs/libcurl/opts/CURLINFO_HTTP_VERSION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_HTTP_VERSION.3 + +external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_AVAIL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_AVAIL.3 + +external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_USED.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_USED.3 + +external/curl/docs/libcurl/opts/CURLINFO_LASTSOCKET.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_LASTSOCKET.3 + +external/curl/docs/libcurl/opts/CURLINFO_LOCAL_IP.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_LOCAL_IP.3 + +external/curl/docs/libcurl/opts/CURLINFO_LOCAL_PORT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_LOCAL_PORT.3 + +external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME.3 + +external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME_T.3 + +external/curl/docs/libcurl/opts/CURLINFO_NUM_CONNECTS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_NUM_CONNECTS.3 + +external/curl/docs/libcurl/opts/CURLINFO_OS_ERRNO.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_OS_ERRNO.3 + +external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.3 + +external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME_T.3 + +external/curl/docs/libcurl/opts/CURLINFO_POSTTRANSFER_TIME_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_POSTTRANSFER_TIME_T.3 + +external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_IP.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_IP.3 + +external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_PORT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_PORT.3 + +external/curl/docs/libcurl/opts/CURLINFO_PRIVATE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_PRIVATE.3 + +external/curl/docs/libcurl/opts/CURLINFO_PROTOCOL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_PROTOCOL.3 + +external/curl/docs/libcurl/opts/CURLINFO_PROXY_ERROR.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_PROXY_ERROR.3 + +external/curl/docs/libcurl/opts/CURLINFO_PROXY_SSL_VERIFYRESULT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_PROXY_SSL_VERIFYRESULT.3 + +external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_AVAIL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_AVAIL.3 + +external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_USED.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_USED.3 + +external/curl/docs/libcurl/opts/CURLINFO_QUEUE_TIME_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_QUEUE_TIME_T.3 + +external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_COUNT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_COUNT.3 + +external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME.3 + +external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME_T.3 + +external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_URL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_URL.3 + +external/curl/docs/libcurl/opts/CURLINFO_REFERER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_REFERER.3 + +external/curl/docs/libcurl/opts/CURLINFO_REQUEST_SIZE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_REQUEST_SIZE.3 + +external/curl/docs/libcurl/opts/CURLINFO_RESPONSE_CODE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_RESPONSE_CODE.3 + +external/curl/docs/libcurl/opts/CURLINFO_RETRY_AFTER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_RETRY_AFTER.3 + +external/curl/docs/libcurl/opts/CURLINFO_RTSP_CLIENT_CSEQ.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_RTSP_CLIENT_CSEQ.3 + +external/curl/docs/libcurl/opts/CURLINFO_RTSP_CSEQ_RECV.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_RTSP_CSEQ_RECV.3 + +external/curl/docs/libcurl/opts/CURLINFO_RTSP_SERVER_CSEQ.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_RTSP_SERVER_CSEQ.3 + +external/curl/docs/libcurl/opts/CURLINFO_RTSP_SESSION_ID.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_RTSP_SESSION_ID.3 + +external/curl/docs/libcurl/opts/CURLINFO_SCHEME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_SCHEME.3 + +external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD.3 + +external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD_T.3 + +external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD.3 + +external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD_T.3 + +external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD.3 + +external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD_T.3 + +external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD.3 + +external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD_T.3 + +external/curl/docs/libcurl/opts/CURLINFO_SSL_ENGINES.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_SSL_ENGINES.3 + +external/curl/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3 + +external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME.3 + +external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME_T.3 + +external/curl/docs/libcurl/opts/CURLINFO_TLS_SESSION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_TLS_SESSION.3 + +external/curl/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3 + +external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME.3 + +external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME_T.3 + +external/curl/docs/libcurl/opts/CURLINFO_USED_PROXY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_USED_PROXY.3 + +external/curl/docs/libcurl/opts/CURLINFO_XFER_ID.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_XFER_ID.3 + +external/curl/docs/libcurl/opts/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 + +external/curl/docs/libcurl/opts/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 + +external/curl/docs/libcurl/opts/CURLMOPT_MAX_CONCURRENT_STREAMS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_MAX_CONCURRENT_STREAMS.3 + +external/curl/docs/libcurl/opts/CURLMOPT_MAX_HOST_CONNECTIONS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_MAX_HOST_CONNECTIONS.3 + +external/curl/docs/libcurl/opts/CURLMOPT_MAX_PIPELINE_LENGTH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_MAX_PIPELINE_LENGTH.3 + +external/curl/docs/libcurl/opts/CURLMOPT_MAX_TOTAL_CONNECTIONS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_MAX_TOTAL_CONNECTIONS.3 + +external/curl/docs/libcurl/opts/CURLMOPT_MAXCONNECTS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_MAXCONNECTS.3 + +external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING.3 + +external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3 + +external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SITE_BL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SITE_BL.3 + +external/curl/docs/libcurl/opts/CURLMOPT_PUSHDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_PUSHDATA.3 + +external/curl/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3 + +external/curl/docs/libcurl/opts/CURLMOPT_SOCKETDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_SOCKETDATA.3 + +external/curl/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3 + +external/curl/docs/libcurl/opts/CURLMOPT_TIMERDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_TIMERDATA.3 + +external/curl/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_ABSTRACT_UNIX_SOCKET.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_ABSTRACT_UNIX_SOCKET.3 + +external/curl/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3 + +external/curl/docs/libcurl/opts/CURLOPT_ACCEPTTIMEOUT_MS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_ACCEPTTIMEOUT_MS.3 + +external/curl/docs/libcurl/opts/CURLOPT_ADDRESS_SCOPE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_ADDRESS_SCOPE.3 + +external/curl/docs/libcurl/opts/CURLOPT_ALTSVC.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_ALTSVC.3 + +external/curl/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3 + +external/curl/docs/libcurl/opts/CURLOPT_APPEND.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_APPEND.3 + +external/curl/docs/libcurl/opts/CURLOPT_AUTOREFERER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_AUTOREFERER.3 + +external/curl/docs/libcurl/opts/CURLOPT_AWS_SIGV4.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_AWS_SIGV4.3 + +external/curl/docs/libcurl/opts/CURLOPT_BUFFERSIZE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_BUFFERSIZE.3 + +external/curl/docs/libcurl/opts/CURLOPT_CAINFO.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CAINFO.3 + +external/curl/docs/libcurl/opts/CURLOPT_CAINFO_BLOB.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CAINFO_BLOB.3 + +external/curl/docs/libcurl/opts/CURLOPT_CAPATH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CAPATH.3 + +external/curl/docs/libcurl/opts/CURLOPT_CA_CACHE_TIMEOUT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CA_CACHE_TIMEOUT.3 + +external/curl/docs/libcurl/opts/CURLOPT_CERTINFO.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CERTINFO.3 + +external/curl/docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_CHUNK_DATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CHUNK_DATA.3 + +external/curl/docs/libcurl/opts/CURLOPT_CHUNK_END_FUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CHUNK_END_FUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.3 + +external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 + +external/curl/docs/libcurl/opts/CURLOPT_CONNECT_TO.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CONNECT_TO.3 + +external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT.3 + +external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT_MS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT_MS.3 + +external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_NETWORK_FUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_UTF8_FUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_UTF8_FUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_CONV_TO_NETWORK_FUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CONV_TO_NETWORK_FUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_COOKIE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_COOKIE.3 + +external/curl/docs/libcurl/opts/CURLOPT_COOKIEFILE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_COOKIEFILE.3 + +external/curl/docs/libcurl/opts/CURLOPT_COOKIEJAR.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_COOKIEJAR.3 + +external/curl/docs/libcurl/opts/CURLOPT_COOKIELIST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_COOKIELIST.3 + +external/curl/docs/libcurl/opts/CURLOPT_COOKIESESSION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_COOKIESESSION.3 + +external/curl/docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.3 + +external/curl/docs/libcurl/opts/CURLOPT_CRLF.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CRLF.3 + +external/curl/docs/libcurl/opts/CURLOPT_CRLFILE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CRLFILE.3 + +external/curl/docs/libcurl/opts/CURLOPT_CURLU.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CURLU.3 + +external/curl/docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.3 + +external/curl/docs/libcurl/opts/CURLOPT_DEBUGDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DEBUGDATA.3 + +external/curl/docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_DEFAULT_PROTOCOL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DEFAULT_PROTOCOL.3 + +external/curl/docs/libcurl/opts/CURLOPT_DIRLISTONLY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DIRLISTONLY.3 + +external/curl/docs/libcurl/opts/CURLOPT_DISALLOW_USERNAME_IN_URL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DISALLOW_USERNAME_IN_URL.3 + +external/curl/docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.3 + +external/curl/docs/libcurl/opts/CURLOPT_DNS_INTERFACE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DNS_INTERFACE.3 + +external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP4.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP4.3 + +external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP6.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP6.3 + +external/curl/docs/libcurl/opts/CURLOPT_DNS_SERVERS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DNS_SERVERS.3 + +external/curl/docs/libcurl/opts/CURLOPT_DNS_SHUFFLE_ADDRESSES.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DNS_SHUFFLE_ADDRESSES.3 + +external/curl/docs/libcurl/opts/CURLOPT_DNS_USE_GLOBAL_CACHE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DNS_USE_GLOBAL_CACHE.3 + +external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYHOST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYHOST.3 + +external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYPEER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYPEER.3 + +external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYSTATUS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYSTATUS.3 + +external/curl/docs/libcurl/opts/CURLOPT_DOH_URL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DOH_URL.3 + +external/curl/docs/libcurl/opts/CURLOPT_ECH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_ECH.3 + +external/curl/docs/libcurl/opts/CURLOPT_EGDSOCKET.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_EGDSOCKET.3 + +external/curl/docs/libcurl/opts/CURLOPT_ERRORBUFFER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_ERRORBUFFER.3 + +external/curl/docs/libcurl/opts/CURLOPT_EXPECT_100_TIMEOUT_MS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_EXPECT_100_TIMEOUT_MS.3 + +external/curl/docs/libcurl/opts/CURLOPT_FAILONERROR.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FAILONERROR.3 + +external/curl/docs/libcurl/opts/CURLOPT_FILETIME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FILETIME.3 + +external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_DATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_DATA.3 + +external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.3 + +external/curl/docs/libcurl/opts/CURLOPT_FORBID_REUSE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FORBID_REUSE.3 + +external/curl/docs/libcurl/opts/CURLOPT_FRESH_CONNECT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FRESH_CONNECT.3 + +external/curl/docs/libcurl/opts/CURLOPT_FTP_ACCOUNT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FTP_ACCOUNT.3 + +external/curl/docs/libcurl/opts/CURLOPT_FTP_ALTERNATIVE_TO_USER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FTP_ALTERNATIVE_TO_USER.3 + +external/curl/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.3 + +external/curl/docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.3 + +external/curl/docs/libcurl/opts/CURLOPT_FTP_SKIP_PASV_IP.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FTP_SKIP_PASV_IP.3 + +external/curl/docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.3 + +external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPRT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPRT.3 + +external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPSV.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPSV.3 + +external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_PRET.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_PRET.3 + +external/curl/docs/libcurl/opts/CURLOPT_FTPPORT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FTPPORT.3 + +external/curl/docs/libcurl/opts/CURLOPT_FTPSSLAUTH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FTPSSLAUTH.3 + +external/curl/docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.3 + +external/curl/docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 + +external/curl/docs/libcurl/opts/CURLOPT_HAPROXYPROTOCOL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HAPROXYPROTOCOL.3 + +external/curl/docs/libcurl/opts/CURLOPT_HAPROXY_CLIENT_IP.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HAPROXY_CLIENT_IP.3 + +external/curl/docs/libcurl/opts/CURLOPT_HEADER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HEADER.3 + +external/curl/docs/libcurl/opts/CURLOPT_HEADERDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HEADERDATA.3 + +external/curl/docs/libcurl/opts/CURLOPT_HEADERFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HEADERFUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_HEADEROPT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HEADEROPT.3 + +external/curl/docs/libcurl/opts/CURLOPT_HSTS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HSTS.3 + +external/curl/docs/libcurl/opts/CURLOPT_HSTS_CTRL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HSTS_CTRL.3 + +external/curl/docs/libcurl/opts/CURLOPT_HSTSREADDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HSTSREADDATA.3 + +external/curl/docs/libcurl/opts/CURLOPT_HSTSREADFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HSTSREADFUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEDATA.3 + +external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEFUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_HTTP09_ALLOWED.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HTTP09_ALLOWED.3 + +external/curl/docs/libcurl/opts/CURLOPT_HTTP200ALIASES.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HTTP200ALIASES.3 + +external/curl/docs/libcurl/opts/CURLOPT_HTTP_CONTENT_DECODING.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HTTP_CONTENT_DECODING.3 + +external/curl/docs/libcurl/opts/CURLOPT_HTTP_TRANSFER_DECODING.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HTTP_TRANSFER_DECODING.3 + +external/curl/docs/libcurl/opts/CURLOPT_HTTP_VERSION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HTTP_VERSION.3 + +external/curl/docs/libcurl/opts/CURLOPT_HTTPAUTH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HTTPAUTH.3 + +external/curl/docs/libcurl/opts/CURLOPT_HTTPGET.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HTTPGET.3 + +external/curl/docs/libcurl/opts/CURLOPT_HTTPHEADER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HTTPHEADER.3 + +external/curl/docs/libcurl/opts/CURLOPT_HTTPPOST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HTTPPOST.3 + +external/curl/docs/libcurl/opts/CURLOPT_HTTPPROXYTUNNEL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HTTPPROXYTUNNEL.3 + +external/curl/docs/libcurl/opts/CURLOPT_IGNORE_CONTENT_LENGTH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_IGNORE_CONTENT_LENGTH.3 + +external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE.3 + +external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE_LARGE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE_LARGE.3 + +external/curl/docs/libcurl/opts/CURLOPT_INTERFACE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_INTERFACE.3 + +external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.3 + +external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_IOCTLDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_IOCTLDATA.3 + +external/curl/docs/libcurl/opts/CURLOPT_IOCTLFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_IOCTLFUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_IPRESOLVE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_IPRESOLVE.3 + +external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT.3 + +external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT_BLOB.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT_BLOB.3 + +external/curl/docs/libcurl/opts/CURLOPT_KEEP_SENDING_ON_ERROR.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_KEEP_SENDING_ON_ERROR.3 + +external/curl/docs/libcurl/opts/CURLOPT_KEYPASSWD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_KEYPASSWD.3 + +external/curl/docs/libcurl/opts/CURLOPT_KRBLEVEL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_KRBLEVEL.3 + +external/curl/docs/libcurl/opts/CURLOPT_LOCALPORT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_LOCALPORT.3 + +external/curl/docs/libcurl/opts/CURLOPT_LOCALPORTRANGE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_LOCALPORTRANGE.3 + +external/curl/docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.3 + +external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_LIMIT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_LIMIT.3 + +external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.3 + +external/curl/docs/libcurl/opts/CURLOPT_MAIL_AUTH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAIL_AUTH.3 + +external/curl/docs/libcurl/opts/CURLOPT_MAIL_FROM.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAIL_FROM.3 + +external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT.3 + +external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT_ALLOWFAILS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT_ALLOWFAILS.3 + +external/curl/docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.3 + +external/curl/docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.3 + +external/curl/docs/libcurl/opts/CURLOPT_MAXAGE_CONN.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAXAGE_CONN.3 + +external/curl/docs/libcurl/opts/CURLOPT_MAXCONNECTS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAXCONNECTS.3 + +external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE.3 + +external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE_LARGE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE_LARGE.3 + +external/curl/docs/libcurl/opts/CURLOPT_MAXLIFETIME_CONN.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAXLIFETIME_CONN.3 + +external/curl/docs/libcurl/opts/CURLOPT_MAXREDIRS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAXREDIRS.3 + +external/curl/docs/libcurl/opts/CURLOPT_MIME_OPTIONS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MIME_OPTIONS.3 + +external/curl/docs/libcurl/opts/CURLOPT_MIMEPOST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MIMEPOST.3 + +external/curl/docs/libcurl/opts/CURLOPT_NETRC.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_NETRC.3 + +external/curl/docs/libcurl/opts/CURLOPT_NETRC_FILE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_NETRC_FILE.3 + +external/curl/docs/libcurl/opts/CURLOPT_NEW_DIRECTORY_PERMS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_NEW_DIRECTORY_PERMS.3 + +external/curl/docs/libcurl/opts/CURLOPT_NEW_FILE_PERMS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_NEW_FILE_PERMS.3 + +external/curl/docs/libcurl/opts/CURLOPT_NOBODY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_NOBODY.3 + +external/curl/docs/libcurl/opts/CURLOPT_NOPROGRESS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_NOPROGRESS.3 + +external/curl/docs/libcurl/opts/CURLOPT_NOPROXY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_NOPROXY.3 + +external/curl/docs/libcurl/opts/CURLOPT_NOSIGNAL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_NOSIGNAL.3 + +external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETDATA.3 + +external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_PASSWORD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PASSWORD.3 + +external/curl/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3 + +external/curl/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3 + +external/curl/docs/libcurl/opts/CURLOPT_PIPEWAIT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PIPEWAIT.3 + +external/curl/docs/libcurl/opts/CURLOPT_PORT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PORT.3 + +external/curl/docs/libcurl/opts/CURLOPT_POST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_POST.3 + +external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDS.3 + +external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE.3 + +external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE_LARGE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE_LARGE.3 + +external/curl/docs/libcurl/opts/CURLOPT_POSTQUOTE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_POSTQUOTE.3 + +external/curl/docs/libcurl/opts/CURLOPT_POSTREDIR.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_POSTREDIR.3 + +external/curl/docs/libcurl/opts/CURLOPT_PRE_PROXY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PRE_PROXY.3 + +external/curl/docs/libcurl/opts/CURLOPT_PREQUOTE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PREQUOTE.3 + +external/curl/docs/libcurl/opts/CURLOPT_PREREQDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PREREQDATA.3 + +external/curl/docs/libcurl/opts/CURLOPT_PREREQFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PREREQFUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_PRIVATE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PRIVATE.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROGRESSDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROGRESSDATA.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROGRESSFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROGRESSFUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS_STR.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS_STR.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAPATH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAPATH.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_CRLFILE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_CRLFILE.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT_BLOB.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT_BLOB.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_KEYPASSWD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_KEYPASSWD.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_PINNEDPUBLICKEY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_PINNEDPUBLICKEY.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYHOST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYHOST.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYPEER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYPEER.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY_BLOB.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY_BLOB.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLVERSION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLVERSION.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_PASSWORD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_PASSWORD.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_TYPE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_TYPE.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_USERNAME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_USERNAME.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXY_TRANSFER_MODE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_TRANSFER_MODE.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXYAUTH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXYAUTH.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXYHEADER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXYHEADER.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXYPASSWORD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXYPASSWORD.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXYPORT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXYPORT.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXYTYPE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXYTYPE.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERNAME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERNAME.3 + +external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERPWD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERPWD.3 + +external/curl/docs/libcurl/opts/CURLOPT_PUT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PUT.3 + +external/curl/docs/libcurl/opts/CURLOPT_QUICK_EXIT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_QUICK_EXIT.3 + +external/curl/docs/libcurl/opts/CURLOPT_QUOTE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_QUOTE.3 + +external/curl/docs/libcurl/opts/CURLOPT_RANDOM_FILE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RANDOM_FILE.3 + +external/curl/docs/libcurl/opts/CURLOPT_RANGE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RANGE.3 + +external/curl/docs/libcurl/opts/CURLOPT_READDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_READDATA.3 + +external/curl/docs/libcurl/opts/CURLOPT_READFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_READFUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.3 + +external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS_STR.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS_STR.3 + +external/curl/docs/libcurl/opts/CURLOPT_REFERER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_REFERER.3 + +external/curl/docs/libcurl/opts/CURLOPT_REQUEST_TARGET.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_REQUEST_TARGET.3 + +external/curl/docs/libcurl/opts/CURLOPT_RESOLVE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RESOLVE.3 + +external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_DATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_DATA.3 + +external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_FUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_FUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM.3 + +external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM_LARGE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM_LARGE.3 + +external/curl/docs/libcurl/opts/CURLOPT_RTSP_CLIENT_CSEQ.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RTSP_CLIENT_CSEQ.3 + +external/curl/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.3 + +external/curl/docs/libcurl/opts/CURLOPT_RTSP_SERVER_CSEQ.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RTSP_SERVER_CSEQ.3 + +external/curl/docs/libcurl/opts/CURLOPT_RTSP_SESSION_ID.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RTSP_SESSION_ID.3 + +external/curl/docs/libcurl/opts/CURLOPT_RTSP_STREAM_URI.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RTSP_STREAM_URI.3 + +external/curl/docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.3 + +external/curl/docs/libcurl/opts/CURLOPT_SASL_AUTHZID.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SASL_AUTHZID.3 + +external/curl/docs/libcurl/opts/CURLOPT_SASL_IR.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SASL_IR.3 + +external/curl/docs/libcurl/opts/CURLOPT_SEEKDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SEEKDATA.3 + +external/curl/docs/libcurl/opts/CURLOPT_SEEKFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SEEKFUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT.3 + +external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3 + +external/curl/docs/libcurl/opts/CURLOPT_SERVICE_NAME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SERVICE_NAME.3 + +external/curl/docs/libcurl/opts/CURLOPT_SHARE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SHARE.3 + +external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTDATA.3 + +external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.3 + +external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_NEC.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_NEC.3 + +external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYDATA.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYFUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYDATA.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSH_KNOWNHOSTS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSH_KNOWNHOSTS.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSH_PRIVATE_KEYFILE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSH_PRIVATE_KEYFILE.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSH_PUBLIC_KEYFILE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSH_PUBLIC_KEYFILE.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSL_EC_CURVES.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_EC_CURVES.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_ALPN.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_ALPN.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSL_FALSESTART.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_FALSESTART.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSL_OPTIONS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_OPTIONS.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSL_SESSIONID_CACHE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_SESSIONID_CACHE.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSL_SIGNATURE_ALGORITHMS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_SIGNATURE_ALGORITHMS.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYSTATUS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYSTATUS.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSLCERT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSLCERT.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSLCERTTYPE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSLCERTTYPE.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE_DEFAULT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE_DEFAULT.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSLKEY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSLKEY.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSLKEY_BLOB.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSLKEY_BLOB.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSLKEYTYPE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSLKEYTYPE.3 + +external/curl/docs/libcurl/opts/CURLOPT_SSLVERSION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSLVERSION.3 + +external/curl/docs/libcurl/opts/CURLOPT_STDERR.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_STDERR.3 + +external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.3 + +external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS_E.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS_E.3 + +external/curl/docs/libcurl/opts/CURLOPT_STREAM_WEIGHT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_STREAM_WEIGHT.3 + +external/curl/docs/libcurl/opts/CURLOPT_SUPPRESS_CONNECT_HEADERS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SUPPRESS_CONNECT_HEADERS.3 + +external/curl/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.3 + +external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPALIVE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPALIVE.3 + +external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPIDLE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPIDLE.3 + +external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPINTVL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPINTVL.3 + +external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPCNT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPCNT.3 + +external/curl/docs/libcurl/opts/CURLOPT_TCP_NODELAY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TCP_NODELAY.3 + +external/curl/docs/libcurl/opts/CURLOPT_TELNETOPTIONS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TELNETOPTIONS.3 + +external/curl/docs/libcurl/opts/CURLOPT_TFTP_BLKSIZE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TFTP_BLKSIZE.3 + +external/curl/docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.3 + +external/curl/docs/libcurl/opts/CURLOPT_TIMECONDITION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TIMECONDITION.3 + +external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT.3 + +external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT_MS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT_MS.3 + +external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE.3 + +external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.3 + +external/curl/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3 + +external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.3 + +external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_TYPE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_TYPE.3 + +external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.3 + +external/curl/docs/libcurl/opts/CURLOPT_TRAILERDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TRAILERDATA.3 + +external/curl/docs/libcurl/opts/CURLOPT_TRAILERFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TRAILERFUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.3 + +external/curl/docs/libcurl/opts/CURLOPT_TRANSFERTEXT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TRANSFERTEXT.3 + +external/curl/docs/libcurl/opts/CURLOPT_UNIX_SOCKET_PATH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_UNIX_SOCKET_PATH.3 + +external/curl/docs/libcurl/opts/CURLOPT_UNRESTRICTED_AUTH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_UNRESTRICTED_AUTH.3 + +external/curl/docs/libcurl/opts/CURLOPT_UPKEEP_INTERVAL_MS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_UPKEEP_INTERVAL_MS.3 + +external/curl/docs/libcurl/opts/CURLOPT_UPLOAD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_UPLOAD.3 + +external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_BUFFERSIZE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_BUFFERSIZE.3 + +external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.3 + +external/curl/docs/libcurl/opts/CURLOPT_URL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_URL.3 + +external/curl/docs/libcurl/opts/CURLOPT_USE_SSL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_USE_SSL.3 + +external/curl/docs/libcurl/opts/CURLOPT_USERAGENT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_USERAGENT.3 + +external/curl/docs/libcurl/opts/CURLOPT_USERNAME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_USERNAME.3 + +external/curl/docs/libcurl/opts/CURLOPT_USERPWD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_USERPWD.3 + +external/curl/docs/libcurl/opts/CURLOPT_VERBOSE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_VERBOSE.3 + +external/curl/docs/libcurl/opts/CURLOPT_WILDCARDMATCH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_WILDCARDMATCH.3 + +external/curl/docs/libcurl/opts/CURLOPT_WRITEDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_WRITEDATA.3 + +external/curl/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_WS_OPTIONS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_WS_OPTIONS.3 + +external/curl/docs/libcurl/opts/CURLOPT_XFERINFODATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_XFERINFODATA.3 + +external/curl/docs/libcurl/opts/CURLOPT_XFERINFOFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_XFERINFOFUNCTION.3 + +external/curl/docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.3 + +external/curl/docs/libcurl/opts/CURLSHOPT_LOCKFUNC.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLSHOPT_LOCKFUNC.3 + +external/curl/docs/libcurl/opts/CURLSHOPT_SHARE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLSHOPT_SHARE.3 + +external/curl/docs/libcurl/opts/CURLSHOPT_UNLOCKFUNC.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLSHOPT_UNLOCKFUNC.3 + +external/curl/docs/libcurl/opts/CURLSHOPT_UNSHARE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLSHOPT_UNSHARE.3 + +external/curl/docs/libcurl/opts/CURLSHOPT_USERDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLSHOPT_USERDATA.3 + +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/codegen: +.PHONY : external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/codegen + +curl-opts-man: external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME_T.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CAINFO.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CAPATH.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CERTINFO.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONDITION_UNMET.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME_T.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONN_ID.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD_T.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONTENT_TYPE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_COOKIELIST.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_EARLYDATA_SENT_T.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_METHOD.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_URL.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_FILETIME.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_FILETIME_T.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_HEADER_SIZE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_AVAIL.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_USED.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_HTTP_CONNECTCODE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_HTTP_VERSION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_LASTSOCKET.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_LOCAL_IP.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_LOCAL_PORT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME_T.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_NUM_CONNECTS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_OS_ERRNO.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_POSTTRANSFER_TIME_T.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME_T.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_IP.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_PORT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PRIVATE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PROTOCOL.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_AVAIL.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_USED.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PROXY_ERROR.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PROXY_SSL_VERIFYRESULT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_QUEUE_TIME_T.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_COUNT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME_T.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_URL.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REFERER.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REQUEST_SIZE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RESPONSE_CODE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RETRY_AFTER.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RTSP_CLIENT_CSEQ.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RTSP_CSEQ_RECV.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RTSP_SERVER_CSEQ.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RTSP_SESSION_ID.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SCHEME.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD_T.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD_T.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD_T.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD_T.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SSL_ENGINES.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME_T.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_TLS_SESSION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME_T.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_USED_PROXY.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_XFER_ID.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_MAXCONNECTS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_MAX_CONCURRENT_STREAMS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_MAX_HOST_CONNECTIONS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_MAX_PIPELINE_LENGTH.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_MAX_TOTAL_CONNECTIONS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SITE_BL.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_PUSHDATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_SOCKETDATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_TIMERDATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ABSTRACT_UNIX_SOCKET.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ACCEPTTIMEOUT_MS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ADDRESS_SCOPE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ALTSVC.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_APPEND.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_AUTOREFERER.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_AWS_SIGV4.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_BUFFERSIZE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CAINFO.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CAINFO_BLOB.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CAPATH.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CA_CACHE_TIMEOUT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CERTINFO.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CHUNK_DATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CHUNK_END_FUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT_MS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONNECT_TO.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_UTF8_FUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONV_TO_NETWORK_FUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COOKIE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COOKIEFILE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COOKIEJAR.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COOKIELIST.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COOKIESESSION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CRLF.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CRLFILE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CURLU.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DEBUGDATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DEFAULT_PROTOCOL.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DIRLISTONLY.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DISALLOW_USERNAME_IN_URL.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_INTERFACE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP4.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP6.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_SERVERS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_SHUFFLE_ADDRESSES.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_USE_GLOBAL_CACHE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYHOST.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYPEER.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYSTATUS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DOH_URL.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ECH.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_EGDSOCKET.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ERRORBUFFER.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_EXPECT_100_TIMEOUT_MS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FAILONERROR.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FILETIME.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_DATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FORBID_REUSE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FRESH_CONNECT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTPPORT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTPSSLAUTH.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_ACCOUNT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_ALTERNATIVE_TO_USER.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_SKIP_PASV_IP.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPRT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPSV.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_PRET.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HAPROXYPROTOCOL.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HAPROXY_CLIENT_IP.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HEADER.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HEADERDATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HEADERFUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HEADEROPT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTSREADDATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTSREADFUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEDATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEFUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTS_CTRL.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTP09_ALLOWED.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTP200ALIASES.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTPAUTH.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTPGET.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTPHEADER.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTPPOST.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTPPROXYTUNNEL.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTP_CONTENT_DECODING.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTP_TRANSFER_DECODING.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTP_VERSION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_IGNORE_CONTENT_LENGTH.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE_LARGE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_INTERFACE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_IOCTLDATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_IOCTLFUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_IPRESOLVE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT_BLOB.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_KEEP_SENDING_ON_ERROR.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_KEYPASSWD.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_KRBLEVEL.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_LOCALPORT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_LOCALPORTRANGE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_LIMIT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAIL_AUTH.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAIL_FROM.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT_ALLOWFAILS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXAGE_CONN.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXCONNECTS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE_LARGE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXLIFETIME_CONN.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXREDIRS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MIMEPOST.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MIME_OPTIONS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NETRC.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NETRC_FILE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NEW_DIRECTORY_PERMS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NEW_FILE_PERMS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NOBODY.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NOPROGRESS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NOPROXY.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NOSIGNAL.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETDATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PASSWORD.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PIPEWAIT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PORT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POST.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE_LARGE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POSTQUOTE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POSTREDIR.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PREQUOTE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PREREQDATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PREREQFUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PRE_PROXY.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PRIVATE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROGRESSDATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROGRESSFUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS_STR.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYAUTH.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYHEADER.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYPASSWORD.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYPORT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYTYPE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERNAME.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERPWD.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAPATH.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_CRLFILE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT_BLOB.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_KEYPASSWD.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_PINNEDPUBLICKEY.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY_BLOB.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLVERSION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYHOST.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYPEER.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_PASSWORD.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_TYPE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_USERNAME.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_TRANSFER_MODE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PUT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_QUICK_EXIT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_QUOTE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RANDOM_FILE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RANGE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_READDATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_READFUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS_STR.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_REFERER.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_REQUEST_TARGET.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RESOLVE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_DATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_FUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM_LARGE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_CLIENT_CSEQ.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_SERVER_CSEQ.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_SESSION_ID.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_STREAM_URI.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SASL_AUTHZID.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SASL_IR.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SEEKDATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SEEKFUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SERVICE_NAME.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SHARE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTDATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_NEC.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYDATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYFUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYDATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_KNOWNHOSTS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_PRIVATE_KEYFILE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_PUBLIC_KEYFILE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLCERT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLCERTTYPE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE_DEFAULT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLKEY.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLKEYTYPE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLKEY_BLOB.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLVERSION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_EC_CURVES.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_ALPN.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_FALSESTART.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_OPTIONS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_SESSIONID_CACHE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_SIGNATURE_ALGORITHMS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYSTATUS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_STDERR.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS_E.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_STREAM_WEIGHT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SUPPRESS_CONNECT_HEADERS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPALIVE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPCNT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPIDLE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPINTVL.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_NODELAY.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TELNETOPTIONS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TFTP_BLKSIZE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TIMECONDITION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT_MS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_TYPE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TRAILERDATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TRAILERFUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TRANSFERTEXT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UNIX_SOCKET_PATH.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UNRESTRICTED_AUTH.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UPKEEP_INTERVAL_MS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UPLOAD.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_BUFFERSIZE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_URL.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_USERAGENT.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_USERNAME.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_USERPWD.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_USE_SSL.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_VERBOSE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_WILDCARDMATCH.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_WRITEDATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_WS_OPTIONS.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_XFERINFODATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_XFERINFOFUNCTION.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLSHOPT_LOCKFUNC.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLSHOPT_SHARE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLSHOPT_UNLOCKFUNC.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLSHOPT_UNSHARE.3 +curl-opts-man: external/curl/docs/libcurl/opts/CURLSHOPT_USERDATA.3 +curl-opts-man: external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build.make +.PHONY : curl-opts-man + +# Rule to build all files generated by this target. +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build: curl-opts-man +.PHONY : external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build + +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts && $(CMAKE_COMMAND) -P CMakeFiles/curl-opts-man.dir/cmake_clean.cmake +.PHONY : external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/clean + +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/depend + diff --git a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/cmake_clean.cmake new file mode 100644 index 00000000..a410da28 --- /dev/null +++ b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/cmake_clean.cmake @@ -0,0 +1,415 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-opts-man" + "CURLINFO_ACTIVESOCKET.3" + "CURLINFO_APPCONNECT_TIME.3" + "CURLINFO_APPCONNECT_TIME_T.3" + "CURLINFO_CAINFO.3" + "CURLINFO_CAPATH.3" + "CURLINFO_CERTINFO.3" + "CURLINFO_CONDITION_UNMET.3" + "CURLINFO_CONNECT_TIME.3" + "CURLINFO_CONNECT_TIME_T.3" + "CURLINFO_CONN_ID.3" + "CURLINFO_CONTENT_LENGTH_DOWNLOAD.3" + "CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3" + "CURLINFO_CONTENT_LENGTH_UPLOAD.3" + "CURLINFO_CONTENT_LENGTH_UPLOAD_T.3" + "CURLINFO_CONTENT_TYPE.3" + "CURLINFO_COOKIELIST.3" + "CURLINFO_EARLYDATA_SENT_T.3" + "CURLINFO_EFFECTIVE_METHOD.3" + "CURLINFO_EFFECTIVE_URL.3" + "CURLINFO_FILETIME.3" + "CURLINFO_FILETIME_T.3" + "CURLINFO_FTP_ENTRY_PATH.3" + "CURLINFO_HEADER_SIZE.3" + "CURLINFO_HTTPAUTH_AVAIL.3" + "CURLINFO_HTTPAUTH_USED.3" + "CURLINFO_HTTP_CONNECTCODE.3" + "CURLINFO_HTTP_VERSION.3" + "CURLINFO_LASTSOCKET.3" + "CURLINFO_LOCAL_IP.3" + "CURLINFO_LOCAL_PORT.3" + "CURLINFO_NAMELOOKUP_TIME.3" + "CURLINFO_NAMELOOKUP_TIME_T.3" + "CURLINFO_NUM_CONNECTS.3" + "CURLINFO_OS_ERRNO.3" + "CURLINFO_POSTTRANSFER_TIME_T.3" + "CURLINFO_PRETRANSFER_TIME.3" + "CURLINFO_PRETRANSFER_TIME_T.3" + "CURLINFO_PRIMARY_IP.3" + "CURLINFO_PRIMARY_PORT.3" + "CURLINFO_PRIVATE.3" + "CURLINFO_PROTOCOL.3" + "CURLINFO_PROXYAUTH_AVAIL.3" + "CURLINFO_PROXYAUTH_USED.3" + "CURLINFO_PROXY_ERROR.3" + "CURLINFO_PROXY_SSL_VERIFYRESULT.3" + "CURLINFO_QUEUE_TIME_T.3" + "CURLINFO_REDIRECT_COUNT.3" + "CURLINFO_REDIRECT_TIME.3" + "CURLINFO_REDIRECT_TIME_T.3" + "CURLINFO_REDIRECT_URL.3" + "CURLINFO_REFERER.3" + "CURLINFO_REQUEST_SIZE.3" + "CURLINFO_RESPONSE_CODE.3" + "CURLINFO_RETRY_AFTER.3" + "CURLINFO_RTSP_CLIENT_CSEQ.3" + "CURLINFO_RTSP_CSEQ_RECV.3" + "CURLINFO_RTSP_SERVER_CSEQ.3" + "CURLINFO_RTSP_SESSION_ID.3" + "CURLINFO_SCHEME.3" + "CURLINFO_SIZE_DOWNLOAD.3" + "CURLINFO_SIZE_DOWNLOAD_T.3" + "CURLINFO_SIZE_UPLOAD.3" + "CURLINFO_SIZE_UPLOAD_T.3" + "CURLINFO_SPEED_DOWNLOAD.3" + "CURLINFO_SPEED_DOWNLOAD_T.3" + "CURLINFO_SPEED_UPLOAD.3" + "CURLINFO_SPEED_UPLOAD_T.3" + "CURLINFO_SSL_ENGINES.3" + "CURLINFO_SSL_VERIFYRESULT.3" + "CURLINFO_STARTTRANSFER_TIME.3" + "CURLINFO_STARTTRANSFER_TIME_T.3" + "CURLINFO_TLS_SESSION.3" + "CURLINFO_TLS_SSL_PTR.3" + "CURLINFO_TOTAL_TIME.3" + "CURLINFO_TOTAL_TIME_T.3" + "CURLINFO_USED_PROXY.3" + "CURLINFO_XFER_ID.3" + "CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3" + "CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3" + "CURLMOPT_MAXCONNECTS.3" + "CURLMOPT_MAX_CONCURRENT_STREAMS.3" + "CURLMOPT_MAX_HOST_CONNECTIONS.3" + "CURLMOPT_MAX_PIPELINE_LENGTH.3" + "CURLMOPT_MAX_TOTAL_CONNECTIONS.3" + "CURLMOPT_PIPELINING.3" + "CURLMOPT_PIPELINING_SERVER_BL.3" + "CURLMOPT_PIPELINING_SITE_BL.3" + "CURLMOPT_PUSHDATA.3" + "CURLMOPT_PUSHFUNCTION.3" + "CURLMOPT_SOCKETDATA.3" + "CURLMOPT_SOCKETFUNCTION.3" + "CURLMOPT_TIMERDATA.3" + "CURLMOPT_TIMERFUNCTION.3" + "CURLOPT_ABSTRACT_UNIX_SOCKET.3" + "CURLOPT_ACCEPTTIMEOUT_MS.3" + "CURLOPT_ACCEPT_ENCODING.3" + "CURLOPT_ADDRESS_SCOPE.3" + "CURLOPT_ALTSVC.3" + "CURLOPT_ALTSVC_CTRL.3" + "CURLOPT_APPEND.3" + "CURLOPT_AUTOREFERER.3" + "CURLOPT_AWS_SIGV4.3" + "CURLOPT_BUFFERSIZE.3" + "CURLOPT_CAINFO.3" + "CURLOPT_CAINFO_BLOB.3" + "CURLOPT_CAPATH.3" + "CURLOPT_CA_CACHE_TIMEOUT.3" + "CURLOPT_CERTINFO.3" + "CURLOPT_CHUNK_BGN_FUNCTION.3" + "CURLOPT_CHUNK_DATA.3" + "CURLOPT_CHUNK_END_FUNCTION.3" + "CURLOPT_CLOSESOCKETDATA.3" + "CURLOPT_CLOSESOCKETFUNCTION.3" + "CURLOPT_CONNECTTIMEOUT.3" + "CURLOPT_CONNECTTIMEOUT_MS.3" + "CURLOPT_CONNECT_ONLY.3" + "CURLOPT_CONNECT_TO.3" + "CURLOPT_CONV_FROM_NETWORK_FUNCTION.3" + "CURLOPT_CONV_FROM_UTF8_FUNCTION.3" + "CURLOPT_CONV_TO_NETWORK_FUNCTION.3" + "CURLOPT_COOKIE.3" + "CURLOPT_COOKIEFILE.3" + "CURLOPT_COOKIEJAR.3" + "CURLOPT_COOKIELIST.3" + "CURLOPT_COOKIESESSION.3" + "CURLOPT_COPYPOSTFIELDS.3" + "CURLOPT_CRLF.3" + "CURLOPT_CRLFILE.3" + "CURLOPT_CURLU.3" + "CURLOPT_CUSTOMREQUEST.3" + "CURLOPT_DEBUGDATA.3" + "CURLOPT_DEBUGFUNCTION.3" + "CURLOPT_DEFAULT_PROTOCOL.3" + "CURLOPT_DIRLISTONLY.3" + "CURLOPT_DISALLOW_USERNAME_IN_URL.3" + "CURLOPT_DNS_CACHE_TIMEOUT.3" + "CURLOPT_DNS_INTERFACE.3" + "CURLOPT_DNS_LOCAL_IP4.3" + "CURLOPT_DNS_LOCAL_IP6.3" + "CURLOPT_DNS_SERVERS.3" + "CURLOPT_DNS_SHUFFLE_ADDRESSES.3" + "CURLOPT_DNS_USE_GLOBAL_CACHE.3" + "CURLOPT_DOH_SSL_VERIFYHOST.3" + "CURLOPT_DOH_SSL_VERIFYPEER.3" + "CURLOPT_DOH_SSL_VERIFYSTATUS.3" + "CURLOPT_DOH_URL.3" + "CURLOPT_ECH.3" + "CURLOPT_EGDSOCKET.3" + "CURLOPT_ERRORBUFFER.3" + "CURLOPT_EXPECT_100_TIMEOUT_MS.3" + "CURLOPT_FAILONERROR.3" + "CURLOPT_FILETIME.3" + "CURLOPT_FNMATCH_DATA.3" + "CURLOPT_FNMATCH_FUNCTION.3" + "CURLOPT_FOLLOWLOCATION.3" + "CURLOPT_FORBID_REUSE.3" + "CURLOPT_FRESH_CONNECT.3" + "CURLOPT_FTPPORT.3" + "CURLOPT_FTPSSLAUTH.3" + "CURLOPT_FTP_ACCOUNT.3" + "CURLOPT_FTP_ALTERNATIVE_TO_USER.3" + "CURLOPT_FTP_CREATE_MISSING_DIRS.3" + "CURLOPT_FTP_FILEMETHOD.3" + "CURLOPT_FTP_SKIP_PASV_IP.3" + "CURLOPT_FTP_SSL_CCC.3" + "CURLOPT_FTP_USE_EPRT.3" + "CURLOPT_FTP_USE_EPSV.3" + "CURLOPT_FTP_USE_PRET.3" + "CURLOPT_GSSAPI_DELEGATION.3" + "CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3" + "CURLOPT_HAPROXYPROTOCOL.3" + "CURLOPT_HAPROXY_CLIENT_IP.3" + "CURLOPT_HEADER.3" + "CURLOPT_HEADERDATA.3" + "CURLOPT_HEADERFUNCTION.3" + "CURLOPT_HEADEROPT.3" + "CURLOPT_HSTS.3" + "CURLOPT_HSTSREADDATA.3" + "CURLOPT_HSTSREADFUNCTION.3" + "CURLOPT_HSTSWRITEDATA.3" + "CURLOPT_HSTSWRITEFUNCTION.3" + "CURLOPT_HSTS_CTRL.3" + "CURLOPT_HTTP09_ALLOWED.3" + "CURLOPT_HTTP200ALIASES.3" + "CURLOPT_HTTPAUTH.3" + "CURLOPT_HTTPGET.3" + "CURLOPT_HTTPHEADER.3" + "CURLOPT_HTTPPOST.3" + "CURLOPT_HTTPPROXYTUNNEL.3" + "CURLOPT_HTTP_CONTENT_DECODING.3" + "CURLOPT_HTTP_TRANSFER_DECODING.3" + "CURLOPT_HTTP_VERSION.3" + "CURLOPT_IGNORE_CONTENT_LENGTH.3" + "CURLOPT_INFILESIZE.3" + "CURLOPT_INFILESIZE_LARGE.3" + "CURLOPT_INTERFACE.3" + "CURLOPT_INTERLEAVEDATA.3" + "CURLOPT_INTERLEAVEFUNCTION.3" + "CURLOPT_IOCTLDATA.3" + "CURLOPT_IOCTLFUNCTION.3" + "CURLOPT_IPRESOLVE.3" + "CURLOPT_ISSUERCERT.3" + "CURLOPT_ISSUERCERT_BLOB.3" + "CURLOPT_KEEP_SENDING_ON_ERROR.3" + "CURLOPT_KEYPASSWD.3" + "CURLOPT_KRBLEVEL.3" + "CURLOPT_LOCALPORT.3" + "CURLOPT_LOCALPORTRANGE.3" + "CURLOPT_LOGIN_OPTIONS.3" + "CURLOPT_LOW_SPEED_LIMIT.3" + "CURLOPT_LOW_SPEED_TIME.3" + "CURLOPT_MAIL_AUTH.3" + "CURLOPT_MAIL_FROM.3" + "CURLOPT_MAIL_RCPT.3" + "CURLOPT_MAIL_RCPT_ALLOWFAILS.3" + "CURLOPT_MAXAGE_CONN.3" + "CURLOPT_MAXCONNECTS.3" + "CURLOPT_MAXFILESIZE.3" + "CURLOPT_MAXFILESIZE_LARGE.3" + "CURLOPT_MAXLIFETIME_CONN.3" + "CURLOPT_MAXREDIRS.3" + "CURLOPT_MAX_RECV_SPEED_LARGE.3" + "CURLOPT_MAX_SEND_SPEED_LARGE.3" + "CURLOPT_MIMEPOST.3" + "CURLOPT_MIME_OPTIONS.3" + "CURLOPT_NETRC.3" + "CURLOPT_NETRC_FILE.3" + "CURLOPT_NEW_DIRECTORY_PERMS.3" + "CURLOPT_NEW_FILE_PERMS.3" + "CURLOPT_NOBODY.3" + "CURLOPT_NOPROGRESS.3" + "CURLOPT_NOPROXY.3" + "CURLOPT_NOSIGNAL.3" + "CURLOPT_OPENSOCKETDATA.3" + "CURLOPT_OPENSOCKETFUNCTION.3" + "CURLOPT_PASSWORD.3" + "CURLOPT_PATH_AS_IS.3" + "CURLOPT_PINNEDPUBLICKEY.3" + "CURLOPT_PIPEWAIT.3" + "CURLOPT_PORT.3" + "CURLOPT_POST.3" + "CURLOPT_POSTFIELDS.3" + "CURLOPT_POSTFIELDSIZE.3" + "CURLOPT_POSTFIELDSIZE_LARGE.3" + "CURLOPT_POSTQUOTE.3" + "CURLOPT_POSTREDIR.3" + "CURLOPT_PREQUOTE.3" + "CURLOPT_PREREQDATA.3" + "CURLOPT_PREREQFUNCTION.3" + "CURLOPT_PRE_PROXY.3" + "CURLOPT_PRIVATE.3" + "CURLOPT_PROGRESSDATA.3" + "CURLOPT_PROGRESSFUNCTION.3" + "CURLOPT_PROTOCOLS.3" + "CURLOPT_PROTOCOLS_STR.3" + "CURLOPT_PROXY.3" + "CURLOPT_PROXYAUTH.3" + "CURLOPT_PROXYHEADER.3" + "CURLOPT_PROXYPASSWORD.3" + "CURLOPT_PROXYPORT.3" + "CURLOPT_PROXYTYPE.3" + "CURLOPT_PROXYUSERNAME.3" + "CURLOPT_PROXYUSERPWD.3" + "CURLOPT_PROXY_CAINFO.3" + "CURLOPT_PROXY_CAINFO_BLOB.3" + "CURLOPT_PROXY_CAPATH.3" + "CURLOPT_PROXY_CRLFILE.3" + "CURLOPT_PROXY_ISSUERCERT.3" + "CURLOPT_PROXY_ISSUERCERT_BLOB.3" + "CURLOPT_PROXY_KEYPASSWD.3" + "CURLOPT_PROXY_PINNEDPUBLICKEY.3" + "CURLOPT_PROXY_SERVICE_NAME.3" + "CURLOPT_PROXY_SSLCERT.3" + "CURLOPT_PROXY_SSLCERTTYPE.3" + "CURLOPT_PROXY_SSLCERT_BLOB.3" + "CURLOPT_PROXY_SSLKEY.3" + "CURLOPT_PROXY_SSLKEYTYPE.3" + "CURLOPT_PROXY_SSLKEY_BLOB.3" + "CURLOPT_PROXY_SSLVERSION.3" + "CURLOPT_PROXY_SSL_CIPHER_LIST.3" + "CURLOPT_PROXY_SSL_OPTIONS.3" + "CURLOPT_PROXY_SSL_VERIFYHOST.3" + "CURLOPT_PROXY_SSL_VERIFYPEER.3" + "CURLOPT_PROXY_TLS13_CIPHERS.3" + "CURLOPT_PROXY_TLSAUTH_PASSWORD.3" + "CURLOPT_PROXY_TLSAUTH_TYPE.3" + "CURLOPT_PROXY_TLSAUTH_USERNAME.3" + "CURLOPT_PROXY_TRANSFER_MODE.3" + "CURLOPT_PUT.3" + "CURLOPT_QUICK_EXIT.3" + "CURLOPT_QUOTE.3" + "CURLOPT_RANDOM_FILE.3" + "CURLOPT_RANGE.3" + "CURLOPT_READDATA.3" + "CURLOPT_READFUNCTION.3" + "CURLOPT_REDIR_PROTOCOLS.3" + "CURLOPT_REDIR_PROTOCOLS_STR.3" + "CURLOPT_REFERER.3" + "CURLOPT_REQUEST_TARGET.3" + "CURLOPT_RESOLVE.3" + "CURLOPT_RESOLVER_START_DATA.3" + "CURLOPT_RESOLVER_START_FUNCTION.3" + "CURLOPT_RESUME_FROM.3" + "CURLOPT_RESUME_FROM_LARGE.3" + "CURLOPT_RTSP_CLIENT_CSEQ.3" + "CURLOPT_RTSP_REQUEST.3" + "CURLOPT_RTSP_SERVER_CSEQ.3" + "CURLOPT_RTSP_SESSION_ID.3" + "CURLOPT_RTSP_STREAM_URI.3" + "CURLOPT_RTSP_TRANSPORT.3" + "CURLOPT_SASL_AUTHZID.3" + "CURLOPT_SASL_IR.3" + "CURLOPT_SEEKDATA.3" + "CURLOPT_SEEKFUNCTION.3" + "CURLOPT_SERVER_RESPONSE_TIMEOUT.3" + "CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3" + "CURLOPT_SERVICE_NAME.3" + "CURLOPT_SHARE.3" + "CURLOPT_SOCKOPTDATA.3" + "CURLOPT_SOCKOPTFUNCTION.3" + "CURLOPT_SOCKS5_AUTH.3" + "CURLOPT_SOCKS5_GSSAPI_NEC.3" + "CURLOPT_SOCKS5_GSSAPI_SERVICE.3" + "CURLOPT_SSH_AUTH_TYPES.3" + "CURLOPT_SSH_COMPRESSION.3" + "CURLOPT_SSH_HOSTKEYDATA.3" + "CURLOPT_SSH_HOSTKEYFUNCTION.3" + "CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3" + "CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3" + "CURLOPT_SSH_KEYDATA.3" + "CURLOPT_SSH_KEYFUNCTION.3" + "CURLOPT_SSH_KNOWNHOSTS.3" + "CURLOPT_SSH_PRIVATE_KEYFILE.3" + "CURLOPT_SSH_PUBLIC_KEYFILE.3" + "CURLOPT_SSLCERT.3" + "CURLOPT_SSLCERTTYPE.3" + "CURLOPT_SSLCERT_BLOB.3" + "CURLOPT_SSLENGINE.3" + "CURLOPT_SSLENGINE_DEFAULT.3" + "CURLOPT_SSLKEY.3" + "CURLOPT_SSLKEYTYPE.3" + "CURLOPT_SSLKEY_BLOB.3" + "CURLOPT_SSLVERSION.3" + "CURLOPT_SSL_CIPHER_LIST.3" + "CURLOPT_SSL_CTX_DATA.3" + "CURLOPT_SSL_CTX_FUNCTION.3" + "CURLOPT_SSL_EC_CURVES.3" + "CURLOPT_SSL_ENABLE_ALPN.3" + "CURLOPT_SSL_ENABLE_NPN.3" + "CURLOPT_SSL_FALSESTART.3" + "CURLOPT_SSL_OPTIONS.3" + "CURLOPT_SSL_SESSIONID_CACHE.3" + "CURLOPT_SSL_SIGNATURE_ALGORITHMS.3" + "CURLOPT_SSL_VERIFYHOST.3" + "CURLOPT_SSL_VERIFYPEER.3" + "CURLOPT_SSL_VERIFYSTATUS.3" + "CURLOPT_STDERR.3" + "CURLOPT_STREAM_DEPENDS.3" + "CURLOPT_STREAM_DEPENDS_E.3" + "CURLOPT_STREAM_WEIGHT.3" + "CURLOPT_SUPPRESS_CONNECT_HEADERS.3" + "CURLOPT_TCP_FASTOPEN.3" + "CURLOPT_TCP_KEEPALIVE.3" + "CURLOPT_TCP_KEEPCNT.3" + "CURLOPT_TCP_KEEPIDLE.3" + "CURLOPT_TCP_KEEPINTVL.3" + "CURLOPT_TCP_NODELAY.3" + "CURLOPT_TELNETOPTIONS.3" + "CURLOPT_TFTP_BLKSIZE.3" + "CURLOPT_TFTP_NO_OPTIONS.3" + "CURLOPT_TIMECONDITION.3" + "CURLOPT_TIMEOUT.3" + "CURLOPT_TIMEOUT_MS.3" + "CURLOPT_TIMEVALUE.3" + "CURLOPT_TIMEVALUE_LARGE.3" + "CURLOPT_TLS13_CIPHERS.3" + "CURLOPT_TLSAUTH_PASSWORD.3" + "CURLOPT_TLSAUTH_TYPE.3" + "CURLOPT_TLSAUTH_USERNAME.3" + "CURLOPT_TRAILERDATA.3" + "CURLOPT_TRAILERFUNCTION.3" + "CURLOPT_TRANSFERTEXT.3" + "CURLOPT_TRANSFER_ENCODING.3" + "CURLOPT_UNIX_SOCKET_PATH.3" + "CURLOPT_UNRESTRICTED_AUTH.3" + "CURLOPT_UPKEEP_INTERVAL_MS.3" + "CURLOPT_UPLOAD.3" + "CURLOPT_UPLOAD_BUFFERSIZE.3" + "CURLOPT_UPLOAD_FLAGS.3" + "CURLOPT_URL.3" + "CURLOPT_USERAGENT.3" + "CURLOPT_USERNAME.3" + "CURLOPT_USERPWD.3" + "CURLOPT_USE_SSL.3" + "CURLOPT_VERBOSE.3" + "CURLOPT_WILDCARDMATCH.3" + "CURLOPT_WRITEDATA.3" + "CURLOPT_WRITEFUNCTION.3" + "CURLOPT_WS_OPTIONS.3" + "CURLOPT_XFERINFODATA.3" + "CURLOPT_XFERINFOFUNCTION.3" + "CURLOPT_XOAUTH2_BEARER.3" + "CURLSHOPT_LOCKFUNC.3" + "CURLSHOPT_SHARE.3" + "CURLSHOPT_UNLOCKFUNC.3" + "CURLSHOPT_UNSHARE.3" + "CURLSHOPT_USERDATA.3" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/curl-opts-man.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/compiler_depend.make b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/compiler_depend.make new file mode 100644 index 00000000..e364d112 --- /dev/null +++ b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for curl-opts-man. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/compiler_depend.ts new file mode 100644 index 00000000..798f3da7 --- /dev/null +++ b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for curl-opts-man. diff --git a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/progress.make b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/progress.make new file mode 100644 index 00000000..225de343 --- /dev/null +++ b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = + diff --git a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/progress.marks b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/progress.marks new file mode 100644 index 00000000..573541ac --- /dev/null +++ b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build_emscripten/external/curl/docs/libcurl/opts/Makefile b/build_emscripten/external/curl/docs/libcurl/opts/Makefile new file mode 100644 index 00000000..573d6116 --- /dev/null +++ b/build_emscripten/external/curl/docs/libcurl/opts/Makefile @@ -0,0 +1,228 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/opts/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/opts/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/opts/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/opts/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/rule +.PHONY : external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/rule + +# Convenience name for target. +curl-opts-man: external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/rule +.PHONY : curl-opts-man + +# fast build rule for target. +curl-opts-man/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build.make external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build +.PHONY : curl-opts-man/fast + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... curl-opts-man" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/docs/libcurl/opts/Makefile.inc.cmake b/build_emscripten/external/curl/docs/libcurl/opts/Makefile.inc.cmake new file mode 100644 index 00000000..3c927bc9 --- /dev/null +++ b/build_emscripten/external/curl/docs/libcurl/opts/Makefile.inc.cmake @@ -0,0 +1,433 @@ +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) Daniel Stenberg, , et al. +# +# This software is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at https://curl.se/docs/copyright.html. +# +# You may opt to use, copy, modify, merge, publish, distribute and/or sell +# copies of the Software, and permit persons to whom the Software is +# furnished to do so, under the terms of the COPYING file. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# SPDX-License-Identifier: curl +# +########################################################################### +# Shared between Makefile.am and CMakeLists.txt + +set(man_MANS + CURLINFO_ACTIVESOCKET.3 + CURLINFO_APPCONNECT_TIME.3 + CURLINFO_APPCONNECT_TIME_T.3 + CURLINFO_CAINFO.3 + CURLINFO_CAPATH.3 + CURLINFO_CERTINFO.3 + CURLINFO_CONDITION_UNMET.3 + CURLINFO_CONNECT_TIME.3 + CURLINFO_CONN_ID.3 + CURLINFO_CONNECT_TIME_T.3 + CURLINFO_CONTENT_LENGTH_DOWNLOAD.3 + CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3 + CURLINFO_CONTENT_LENGTH_UPLOAD.3 + CURLINFO_CONTENT_LENGTH_UPLOAD_T.3 + CURLINFO_CONTENT_TYPE.3 + CURLINFO_COOKIELIST.3 + CURLINFO_EARLYDATA_SENT_T.3 + CURLINFO_EFFECTIVE_METHOD.3 + CURLINFO_EFFECTIVE_URL.3 + CURLINFO_FILETIME.3 + CURLINFO_FILETIME_T.3 + CURLINFO_FTP_ENTRY_PATH.3 + CURLINFO_HEADER_SIZE.3 + CURLINFO_HTTP_CONNECTCODE.3 + CURLINFO_HTTP_VERSION.3 + CURLINFO_HTTPAUTH_AVAIL.3 + CURLINFO_HTTPAUTH_USED.3 + CURLINFO_LASTSOCKET.3 + CURLINFO_LOCAL_IP.3 + CURLINFO_LOCAL_PORT.3 + CURLINFO_NAMELOOKUP_TIME.3 + CURLINFO_NAMELOOKUP_TIME_T.3 + CURLINFO_NUM_CONNECTS.3 + CURLINFO_OS_ERRNO.3 + CURLINFO_PRETRANSFER_TIME.3 + CURLINFO_PRETRANSFER_TIME_T.3 + CURLINFO_POSTTRANSFER_TIME_T.3 + CURLINFO_PRIMARY_IP.3 + CURLINFO_PRIMARY_PORT.3 + CURLINFO_PRIVATE.3 + CURLINFO_PROTOCOL.3 + CURLINFO_PROXY_ERROR.3 + CURLINFO_PROXY_SSL_VERIFYRESULT.3 + CURLINFO_PROXYAUTH_AVAIL.3 + CURLINFO_PROXYAUTH_USED.3 + CURLINFO_QUEUE_TIME_T.3 + CURLINFO_REDIRECT_COUNT.3 + CURLINFO_REDIRECT_TIME.3 + CURLINFO_REDIRECT_TIME_T.3 + CURLINFO_REDIRECT_URL.3 + CURLINFO_REFERER.3 + CURLINFO_REQUEST_SIZE.3 + CURLINFO_RESPONSE_CODE.3 + CURLINFO_RETRY_AFTER.3 + CURLINFO_RTSP_CLIENT_CSEQ.3 + CURLINFO_RTSP_CSEQ_RECV.3 + CURLINFO_RTSP_SERVER_CSEQ.3 + CURLINFO_RTSP_SESSION_ID.3 + CURLINFO_SCHEME.3 + CURLINFO_SIZE_DOWNLOAD.3 + CURLINFO_SIZE_DOWNLOAD_T.3 + CURLINFO_SIZE_UPLOAD.3 + CURLINFO_SIZE_UPLOAD_T.3 + CURLINFO_SPEED_DOWNLOAD.3 + CURLINFO_SPEED_DOWNLOAD_T.3 + CURLINFO_SPEED_UPLOAD.3 + CURLINFO_SPEED_UPLOAD_T.3 + CURLINFO_SSL_ENGINES.3 + CURLINFO_SSL_VERIFYRESULT.3 + CURLINFO_STARTTRANSFER_TIME.3 + CURLINFO_STARTTRANSFER_TIME_T.3 + CURLINFO_TLS_SESSION.3 + CURLINFO_TLS_SSL_PTR.3 + CURLINFO_TOTAL_TIME.3 + CURLINFO_TOTAL_TIME_T.3 + CURLINFO_USED_PROXY.3 + CURLINFO_XFER_ID.3 + CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 + CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 + CURLMOPT_MAX_CONCURRENT_STREAMS.3 + CURLMOPT_MAX_HOST_CONNECTIONS.3 + CURLMOPT_MAX_PIPELINE_LENGTH.3 + CURLMOPT_MAX_TOTAL_CONNECTIONS.3 + CURLMOPT_MAXCONNECTS.3 + CURLMOPT_PIPELINING.3 + CURLMOPT_PIPELINING_SERVER_BL.3 + CURLMOPT_PIPELINING_SITE_BL.3 + CURLMOPT_PUSHDATA.3 + CURLMOPT_PUSHFUNCTION.3 + CURLMOPT_SOCKETDATA.3 + CURLMOPT_SOCKETFUNCTION.3 + CURLMOPT_TIMERDATA.3 + CURLMOPT_TIMERFUNCTION.3 + CURLOPT_ABSTRACT_UNIX_SOCKET.3 + CURLOPT_ACCEPT_ENCODING.3 + CURLOPT_ACCEPTTIMEOUT_MS.3 + CURLOPT_ADDRESS_SCOPE.3 + CURLOPT_ALTSVC.3 + CURLOPT_ALTSVC_CTRL.3 + CURLOPT_APPEND.3 + CURLOPT_AUTOREFERER.3 + CURLOPT_AWS_SIGV4.3 + CURLOPT_BUFFERSIZE.3 + CURLOPT_CAINFO.3 + CURLOPT_CAINFO_BLOB.3 + CURLOPT_CAPATH.3 + CURLOPT_CA_CACHE_TIMEOUT.3 + CURLOPT_CERTINFO.3 + CURLOPT_CHUNK_BGN_FUNCTION.3 + CURLOPT_CHUNK_DATA.3 + CURLOPT_CHUNK_END_FUNCTION.3 + CURLOPT_CLOSESOCKETDATA.3 + CURLOPT_CLOSESOCKETFUNCTION.3 + CURLOPT_CONNECT_ONLY.3 + CURLOPT_CONNECT_TO.3 + CURLOPT_CONNECTTIMEOUT.3 + CURLOPT_CONNECTTIMEOUT_MS.3 + CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 + CURLOPT_CONV_FROM_UTF8_FUNCTION.3 + CURLOPT_CONV_TO_NETWORK_FUNCTION.3 + CURLOPT_COOKIE.3 + CURLOPT_COOKIEFILE.3 + CURLOPT_COOKIEJAR.3 + CURLOPT_COOKIELIST.3 + CURLOPT_COOKIESESSION.3 + CURLOPT_COPYPOSTFIELDS.3 + CURLOPT_CRLF.3 + CURLOPT_CRLFILE.3 + CURLOPT_CURLU.3 + CURLOPT_CUSTOMREQUEST.3 + CURLOPT_DEBUGDATA.3 + CURLOPT_DEBUGFUNCTION.3 + CURLOPT_DEFAULT_PROTOCOL.3 + CURLOPT_DIRLISTONLY.3 + CURLOPT_DISALLOW_USERNAME_IN_URL.3 + CURLOPT_DNS_CACHE_TIMEOUT.3 + CURLOPT_DNS_INTERFACE.3 + CURLOPT_DNS_LOCAL_IP4.3 + CURLOPT_DNS_LOCAL_IP6.3 + CURLOPT_DNS_SERVERS.3 + CURLOPT_DNS_SHUFFLE_ADDRESSES.3 + CURLOPT_DNS_USE_GLOBAL_CACHE.3 + CURLOPT_DOH_SSL_VERIFYHOST.3 + CURLOPT_DOH_SSL_VERIFYPEER.3 + CURLOPT_DOH_SSL_VERIFYSTATUS.3 + CURLOPT_DOH_URL.3 + CURLOPT_ECH.3 + CURLOPT_EGDSOCKET.3 + CURLOPT_ERRORBUFFER.3 + CURLOPT_EXPECT_100_TIMEOUT_MS.3 + CURLOPT_FAILONERROR.3 + CURLOPT_FILETIME.3 + CURLOPT_FNMATCH_DATA.3 + CURLOPT_FNMATCH_FUNCTION.3 + CURLOPT_FOLLOWLOCATION.3 + CURLOPT_FORBID_REUSE.3 + CURLOPT_FRESH_CONNECT.3 + CURLOPT_FTP_ACCOUNT.3 + CURLOPT_FTP_ALTERNATIVE_TO_USER.3 + CURLOPT_FTP_CREATE_MISSING_DIRS.3 + CURLOPT_FTP_FILEMETHOD.3 + CURLOPT_FTP_SKIP_PASV_IP.3 + CURLOPT_FTP_SSL_CCC.3 + CURLOPT_FTP_USE_EPRT.3 + CURLOPT_FTP_USE_EPSV.3 + CURLOPT_FTP_USE_PRET.3 + CURLOPT_FTPPORT.3 + CURLOPT_FTPSSLAUTH.3 + CURLOPT_GSSAPI_DELEGATION.3 + CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 + CURLOPT_HAPROXYPROTOCOL.3 + CURLOPT_HAPROXY_CLIENT_IP.3 + CURLOPT_HEADER.3 + CURLOPT_HEADERDATA.3 + CURLOPT_HEADERFUNCTION.3 + CURLOPT_HEADEROPT.3 + CURLOPT_HSTS.3 + CURLOPT_HSTS_CTRL.3 + CURLOPT_HSTSREADDATA.3 + CURLOPT_HSTSREADFUNCTION.3 + CURLOPT_HSTSWRITEDATA.3 + CURLOPT_HSTSWRITEFUNCTION.3 + CURLOPT_HTTP09_ALLOWED.3 + CURLOPT_HTTP200ALIASES.3 + CURLOPT_HTTP_CONTENT_DECODING.3 + CURLOPT_HTTP_TRANSFER_DECODING.3 + CURLOPT_HTTP_VERSION.3 + CURLOPT_HTTPAUTH.3 + CURLOPT_HTTPGET.3 + CURLOPT_HTTPHEADER.3 + CURLOPT_HTTPPOST.3 + CURLOPT_HTTPPROXYTUNNEL.3 + CURLOPT_IGNORE_CONTENT_LENGTH.3 + CURLOPT_INFILESIZE.3 + CURLOPT_INFILESIZE_LARGE.3 + CURLOPT_INTERFACE.3 + CURLOPT_INTERLEAVEDATA.3 + CURLOPT_INTERLEAVEFUNCTION.3 + CURLOPT_IOCTLDATA.3 + CURLOPT_IOCTLFUNCTION.3 + CURLOPT_IPRESOLVE.3 + CURLOPT_ISSUERCERT.3 + CURLOPT_ISSUERCERT_BLOB.3 + CURLOPT_KEEP_SENDING_ON_ERROR.3 + CURLOPT_KEYPASSWD.3 + CURLOPT_KRBLEVEL.3 + CURLOPT_LOCALPORT.3 + CURLOPT_LOCALPORTRANGE.3 + CURLOPT_LOGIN_OPTIONS.3 + CURLOPT_LOW_SPEED_LIMIT.3 + CURLOPT_LOW_SPEED_TIME.3 + CURLOPT_MAIL_AUTH.3 + CURLOPT_MAIL_FROM.3 + CURLOPT_MAIL_RCPT.3 + CURLOPT_MAIL_RCPT_ALLOWFAILS.3 + CURLOPT_MAX_RECV_SPEED_LARGE.3 + CURLOPT_MAX_SEND_SPEED_LARGE.3 + CURLOPT_MAXAGE_CONN.3 + CURLOPT_MAXCONNECTS.3 + CURLOPT_MAXFILESIZE.3 + CURLOPT_MAXFILESIZE_LARGE.3 + CURLOPT_MAXLIFETIME_CONN.3 + CURLOPT_MAXREDIRS.3 + CURLOPT_MIME_OPTIONS.3 + CURLOPT_MIMEPOST.3 + CURLOPT_NETRC.3 + CURLOPT_NETRC_FILE.3 + CURLOPT_NEW_DIRECTORY_PERMS.3 + CURLOPT_NEW_FILE_PERMS.3 + CURLOPT_NOBODY.3 + CURLOPT_NOPROGRESS.3 + CURLOPT_NOPROXY.3 + CURLOPT_NOSIGNAL.3 + CURLOPT_OPENSOCKETDATA.3 + CURLOPT_OPENSOCKETFUNCTION.3 + CURLOPT_PASSWORD.3 + CURLOPT_PATH_AS_IS.3 + CURLOPT_PINNEDPUBLICKEY.3 + CURLOPT_PIPEWAIT.3 + CURLOPT_PORT.3 + CURLOPT_POST.3 + CURLOPT_POSTFIELDS.3 + CURLOPT_POSTFIELDSIZE.3 + CURLOPT_POSTFIELDSIZE_LARGE.3 + CURLOPT_POSTQUOTE.3 + CURLOPT_POSTREDIR.3 + CURLOPT_PRE_PROXY.3 + CURLOPT_PREQUOTE.3 + CURLOPT_PREREQDATA.3 + CURLOPT_PREREQFUNCTION.3 + CURLOPT_PRIVATE.3 + CURLOPT_PROGRESSDATA.3 + CURLOPT_PROGRESSFUNCTION.3 + CURLOPT_PROTOCOLS.3 + CURLOPT_PROTOCOLS_STR.3 + CURLOPT_PROXY.3 + CURLOPT_PROXY_CAINFO.3 + CURLOPT_PROXY_CAINFO_BLOB.3 + CURLOPT_PROXY_CAPATH.3 + CURLOPT_PROXY_CRLFILE.3 + CURLOPT_PROXY_ISSUERCERT.3 + CURLOPT_PROXY_ISSUERCERT_BLOB.3 + CURLOPT_PROXY_KEYPASSWD.3 + CURLOPT_PROXY_PINNEDPUBLICKEY.3 + CURLOPT_PROXY_SERVICE_NAME.3 + CURLOPT_PROXY_SSL_CIPHER_LIST.3 + CURLOPT_PROXY_SSL_OPTIONS.3 + CURLOPT_PROXY_SSL_VERIFYHOST.3 + CURLOPT_PROXY_SSL_VERIFYPEER.3 + CURLOPT_PROXY_SSLCERT.3 + CURLOPT_PROXY_SSLCERT_BLOB.3 + CURLOPT_PROXY_SSLCERTTYPE.3 + CURLOPT_PROXY_SSLKEY.3 + CURLOPT_PROXY_SSLKEY_BLOB.3 + CURLOPT_PROXY_SSLKEYTYPE.3 + CURLOPT_PROXY_SSLVERSION.3 + CURLOPT_PROXY_TLS13_CIPHERS.3 + CURLOPT_PROXY_TLSAUTH_PASSWORD.3 + CURLOPT_PROXY_TLSAUTH_TYPE.3 + CURLOPT_PROXY_TLSAUTH_USERNAME.3 + CURLOPT_PROXY_TRANSFER_MODE.3 + CURLOPT_PROXYAUTH.3 + CURLOPT_PROXYHEADER.3 + CURLOPT_PROXYPASSWORD.3 + CURLOPT_PROXYPORT.3 + CURLOPT_PROXYTYPE.3 + CURLOPT_PROXYUSERNAME.3 + CURLOPT_PROXYUSERPWD.3 + CURLOPT_PUT.3 + CURLOPT_QUICK_EXIT.3 + CURLOPT_QUOTE.3 + CURLOPT_RANDOM_FILE.3 + CURLOPT_RANGE.3 + CURLOPT_READDATA.3 + CURLOPT_READFUNCTION.3 + CURLOPT_REDIR_PROTOCOLS.3 + CURLOPT_REDIR_PROTOCOLS_STR.3 + CURLOPT_REFERER.3 + CURLOPT_REQUEST_TARGET.3 + CURLOPT_RESOLVE.3 + CURLOPT_RESOLVER_START_DATA.3 + CURLOPT_RESOLVER_START_FUNCTION.3 + CURLOPT_RESUME_FROM.3 + CURLOPT_RESUME_FROM_LARGE.3 + CURLOPT_RTSP_CLIENT_CSEQ.3 + CURLOPT_RTSP_REQUEST.3 + CURLOPT_RTSP_SERVER_CSEQ.3 + CURLOPT_RTSP_SESSION_ID.3 + CURLOPT_RTSP_STREAM_URI.3 + CURLOPT_RTSP_TRANSPORT.3 + CURLOPT_SASL_AUTHZID.3 + CURLOPT_SASL_IR.3 + CURLOPT_SEEKDATA.3 + CURLOPT_SEEKFUNCTION.3 + CURLOPT_SERVER_RESPONSE_TIMEOUT.3 + CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3 + CURLOPT_SERVICE_NAME.3 + CURLOPT_SHARE.3 + CURLOPT_SOCKOPTDATA.3 + CURLOPT_SOCKOPTFUNCTION.3 + CURLOPT_SOCKS5_AUTH.3 + CURLOPT_SOCKS5_GSSAPI_NEC.3 + CURLOPT_SOCKS5_GSSAPI_SERVICE.3 + CURLOPT_SSH_AUTH_TYPES.3 + CURLOPT_SSH_COMPRESSION.3 + CURLOPT_SSH_HOSTKEYDATA.3 + CURLOPT_SSH_HOSTKEYFUNCTION.3 + CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 + CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3 + CURLOPT_SSH_KEYDATA.3 + CURLOPT_SSH_KEYFUNCTION.3 + CURLOPT_SSH_KNOWNHOSTS.3 + CURLOPT_SSH_PRIVATE_KEYFILE.3 + CURLOPT_SSH_PUBLIC_KEYFILE.3 + CURLOPT_SSL_CIPHER_LIST.3 + CURLOPT_SSL_CTX_DATA.3 + CURLOPT_SSL_CTX_FUNCTION.3 + CURLOPT_SSL_EC_CURVES.3 + CURLOPT_SSL_ENABLE_ALPN.3 + CURLOPT_SSL_ENABLE_NPN.3 + CURLOPT_SSL_FALSESTART.3 + CURLOPT_SSL_OPTIONS.3 + CURLOPT_SSL_SESSIONID_CACHE.3 + CURLOPT_SSL_SIGNATURE_ALGORITHMS.3 + CURLOPT_SSL_VERIFYHOST.3 + CURLOPT_SSL_VERIFYPEER.3 + CURLOPT_SSL_VERIFYSTATUS.3 + CURLOPT_SSLCERT.3 + CURLOPT_SSLCERT_BLOB.3 + CURLOPT_SSLCERTTYPE.3 + CURLOPT_SSLENGINE.3 + CURLOPT_SSLENGINE_DEFAULT.3 + CURLOPT_SSLKEY.3 + CURLOPT_SSLKEY_BLOB.3 + CURLOPT_SSLKEYTYPE.3 + CURLOPT_SSLVERSION.3 + CURLOPT_STDERR.3 + CURLOPT_STREAM_DEPENDS.3 + CURLOPT_STREAM_DEPENDS_E.3 + CURLOPT_STREAM_WEIGHT.3 + CURLOPT_SUPPRESS_CONNECT_HEADERS.3 + CURLOPT_TCP_FASTOPEN.3 + CURLOPT_TCP_KEEPALIVE.3 + CURLOPT_TCP_KEEPIDLE.3 + CURLOPT_TCP_KEEPINTVL.3 + CURLOPT_TCP_KEEPCNT.3 + CURLOPT_TCP_NODELAY.3 + CURLOPT_TELNETOPTIONS.3 + CURLOPT_TFTP_BLKSIZE.3 + CURLOPT_TFTP_NO_OPTIONS.3 + CURLOPT_TIMECONDITION.3 + CURLOPT_TIMEOUT.3 + CURLOPT_TIMEOUT_MS.3 + CURLOPT_TIMEVALUE.3 + CURLOPT_TIMEVALUE_LARGE.3 + CURLOPT_TLS13_CIPHERS.3 + CURLOPT_TLSAUTH_PASSWORD.3 + CURLOPT_TLSAUTH_TYPE.3 + CURLOPT_TLSAUTH_USERNAME.3 + CURLOPT_TRAILERDATA.3 + CURLOPT_TRAILERFUNCTION.3 + CURLOPT_TRANSFER_ENCODING.3 + CURLOPT_TRANSFERTEXT.3 + CURLOPT_UNIX_SOCKET_PATH.3 + CURLOPT_UNRESTRICTED_AUTH.3 + CURLOPT_UPKEEP_INTERVAL_MS.3 + CURLOPT_UPLOAD.3 + CURLOPT_UPLOAD_BUFFERSIZE.3 + CURLOPT_UPLOAD_FLAGS.3 + CURLOPT_URL.3 + CURLOPT_USE_SSL.3 + CURLOPT_USERAGENT.3 + CURLOPT_USERNAME.3 + CURLOPT_USERPWD.3 + CURLOPT_VERBOSE.3 + CURLOPT_WILDCARDMATCH.3 + CURLOPT_WRITEDATA.3 + CURLOPT_WRITEFUNCTION.3 + CURLOPT_WS_OPTIONS.3 + CURLOPT_XFERINFODATA.3 + CURLOPT_XFERINFOFUNCTION.3 + CURLOPT_XOAUTH2_BEARER.3 + CURLSHOPT_LOCKFUNC.3 + CURLSHOPT_SHARE.3 + CURLSHOPT_UNLOCKFUNC.3 + CURLSHOPT_UNSHARE.3 + CURLSHOPT_USERDATA.3) diff --git a/build_emscripten/external/curl/docs/libcurl/opts/cmake_install.cmake b/build_emscripten/external/curl/docs/libcurl/opts/cmake_install.cmake new file mode 100644 index 00000000..e79b5909 --- /dev/null +++ b/build_emscripten/external/curl/docs/libcurl/opts/cmake_install.cmake @@ -0,0 +1,462 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man3" TYPE FILE FILES + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME_T.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CAINFO.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CAPATH.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CERTINFO.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONDITION_UNMET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONN_ID.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME_T.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD_T.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_TYPE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_COOKIELIST.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_EARLYDATA_SENT_T.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_METHOD.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_URL.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_FILETIME.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_FILETIME_T.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_HEADER_SIZE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_HTTP_CONNECTCODE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_HTTP_VERSION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_AVAIL.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_USED.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_LASTSOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_LOCAL_IP.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_LOCAL_PORT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME_T.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_NUM_CONNECTS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_OS_ERRNO.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME_T.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_POSTTRANSFER_TIME_T.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_IP.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_PORT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PRIVATE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PROTOCOL.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PROXY_ERROR.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PROXY_SSL_VERIFYRESULT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_AVAIL.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_USED.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_QUEUE_TIME_T.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_COUNT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME_T.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_URL.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REFERER.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REQUEST_SIZE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RESPONSE_CODE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RETRY_AFTER.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RTSP_CLIENT_CSEQ.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RTSP_CSEQ_RECV.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RTSP_SERVER_CSEQ.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RTSP_SESSION_ID.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SCHEME.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD_T.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD_T.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD_T.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD_T.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SSL_ENGINES.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME_T.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_TLS_SESSION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME_T.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_USED_PROXY.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_XFER_ID.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_MAX_CONCURRENT_STREAMS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_MAX_HOST_CONNECTIONS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_MAX_PIPELINE_LENGTH.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_MAX_TOTAL_CONNECTIONS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_MAXCONNECTS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SITE_BL.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_PUSHDATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_SOCKETDATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_TIMERDATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ABSTRACT_UNIX_SOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ACCEPTTIMEOUT_MS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ADDRESS_SCOPE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ALTSVC.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_APPEND.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_AUTOREFERER.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_AWS_SIGV4.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_BUFFERSIZE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CAINFO.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CAINFO_BLOB.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CAPATH.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CA_CACHE_TIMEOUT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CERTINFO.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CHUNK_DATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CHUNK_END_FUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONNECT_TO.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT_MS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_NETWORK_FUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_UTF8_FUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONV_TO_NETWORK_FUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COOKIE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COOKIEFILE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COOKIEJAR.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COOKIELIST.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COOKIESESSION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CRLF.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CRLFILE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CURLU.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DEBUGDATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DEFAULT_PROTOCOL.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DIRLISTONLY.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DISALLOW_USERNAME_IN_URL.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_INTERFACE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP4.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP6.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_SERVERS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_SHUFFLE_ADDRESSES.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_USE_GLOBAL_CACHE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYHOST.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYPEER.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYSTATUS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DOH_URL.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ECH.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_EGDSOCKET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ERRORBUFFER.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_EXPECT_100_TIMEOUT_MS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FAILONERROR.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FILETIME.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_DATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FORBID_REUSE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FRESH_CONNECT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_ACCOUNT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_ALTERNATIVE_TO_USER.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_SKIP_PASV_IP.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPRT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPSV.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_PRET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTPPORT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTPSSLAUTH.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HAPROXYPROTOCOL.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HAPROXY_CLIENT_IP.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HEADER.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HEADERDATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HEADERFUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HEADEROPT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTS_CTRL.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTSREADDATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTSREADFUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEDATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEFUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTP09_ALLOWED.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTP200ALIASES.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTP_CONTENT_DECODING.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTP_TRANSFER_DECODING.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTP_VERSION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTPAUTH.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTPGET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTPHEADER.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTPPOST.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTPPROXYTUNNEL.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_IGNORE_CONTENT_LENGTH.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE_LARGE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_INTERFACE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_IOCTLDATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_IOCTLFUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_IPRESOLVE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT_BLOB.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_KEEP_SENDING_ON_ERROR.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_KEYPASSWD.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_KRBLEVEL.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_LOCALPORT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_LOCALPORTRANGE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_LIMIT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAIL_AUTH.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAIL_FROM.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT_ALLOWFAILS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXAGE_CONN.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXCONNECTS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE_LARGE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXLIFETIME_CONN.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXREDIRS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MIME_OPTIONS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MIMEPOST.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NETRC.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NETRC_FILE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NEW_DIRECTORY_PERMS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NEW_FILE_PERMS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NOBODY.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NOPROGRESS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NOPROXY.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NOSIGNAL.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETDATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PASSWORD.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PIPEWAIT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PORT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POST.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE_LARGE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POSTQUOTE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POSTREDIR.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PRE_PROXY.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PREQUOTE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PREREQDATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PREREQFUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PRIVATE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROGRESSDATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROGRESSFUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS_STR.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAPATH.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CRLFILE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT_BLOB.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_KEYPASSWD.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_PINNEDPUBLICKEY.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYHOST.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYPEER.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY_BLOB.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLVERSION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_PASSWORD.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_TYPE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_USERNAME.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TRANSFER_MODE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYAUTH.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYHEADER.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYPASSWORD.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYPORT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYTYPE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERNAME.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERPWD.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PUT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_QUICK_EXIT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_QUOTE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RANDOM_FILE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RANGE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_READDATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_READFUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS_STR.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_REFERER.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_REQUEST_TARGET.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RESOLVE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_DATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_FUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM_LARGE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_CLIENT_CSEQ.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_SERVER_CSEQ.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_SESSION_ID.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_STREAM_URI.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SASL_AUTHZID.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SASL_IR.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SEEKDATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SEEKFUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SERVICE_NAME.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SHARE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTDATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_NEC.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYDATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYFUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYDATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_KNOWNHOSTS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_PRIVATE_KEYFILE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_PUBLIC_KEYFILE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_EC_CURVES.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_ALPN.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_FALSESTART.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_OPTIONS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_SESSIONID_CACHE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_SIGNATURE_ALGORITHMS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYSTATUS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLCERT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLCERTTYPE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE_DEFAULT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLKEY.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLKEY_BLOB.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLKEYTYPE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLVERSION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_STDERR.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS_E.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_STREAM_WEIGHT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SUPPRESS_CONNECT_HEADERS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPALIVE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPIDLE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPINTVL.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPCNT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_NODELAY.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TELNETOPTIONS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TFTP_BLKSIZE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TIMECONDITION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT_MS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_TYPE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TRAILERDATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TRAILERFUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TRANSFERTEXT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UNIX_SOCKET_PATH.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UNRESTRICTED_AUTH.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UPKEEP_INTERVAL_MS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UPLOAD.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_BUFFERSIZE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_URL.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_USE_SSL.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_USERAGENT.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_USERNAME.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_USERPWD.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_VERBOSE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_WILDCARDMATCH.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_WRITEDATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_WS_OPTIONS.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_XFERINFODATA.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_XFERINFOFUNCTION.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLSHOPT_LOCKFUNC.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLSHOPT_SHARE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLSHOPT_UNLOCKFUNC.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLSHOPT_UNSHARE.3" + "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLSHOPT_USERDATA.3" + ) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/curl/generated/CURLConfig.cmake b/build_emscripten/external/curl/generated/CURLConfig.cmake new file mode 100644 index 00000000..2607d3f4 --- /dev/null +++ b/build_emscripten/external/curl/generated/CURLConfig.cmake @@ -0,0 +1,101 @@ +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) Daniel Stenberg, , et al. +# +# This software is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at https://curl.se/docs/copyright.html. +# +# You may opt to use, copy, modify, merge, publish, distribute and/or sell +# copies of the Software, and permit persons to whom the Software is +# furnished to do so, under the terms of the COPYING file. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# SPDX-License-Identifier: curl +# +########################################################################### + +####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### +####### Any changes to this file will be overwritten by the next CMake run #### +####### The input file was curl-config.cmake.in ######## + +get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE) + +macro(set_and_check _var _file) + set(${_var} "${_file}") + if(NOT EXISTS "${_file}") + message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !") + endif() +endmacro() + +macro(check_required_components _NAME) + foreach(comp ${${_NAME}_FIND_COMPONENTS}) + if(NOT ${_NAME}_${comp}_FOUND) + if(${_NAME}_FIND_REQUIRED_${comp}) + set(${_NAME}_FOUND FALSE) + endif() + endif() + endforeach() +endmacro() + +#################################################################################### + +include(CMakeFindDependencyMacro) +if("") + if("") + find_dependency(OpenSSL "") + else() + find_dependency(OpenSSL) + endif() +endif() +if("ON") + find_dependency(ZLIB "1") +endif() + +include("${CMAKE_CURRENT_LIST_DIR}/CURLTargets.cmake") + +# Alias for either shared or static library +if(NOT TARGET CURL::libcurl) + if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.11 AND CMAKE_VERSION VERSION_LESS 3.18) + set_target_properties(CURL::libcurl_static PROPERTIES IMPORTED_GLOBAL TRUE) + endif() + add_library(CURL::libcurl ALIAS CURL::libcurl_static) +endif() + +# For compatibility with CMake's FindCURL.cmake +set(CURL_VERSION_STRING "8.14.0-DEV") +set(CURL_LIBRARIES CURL::libcurl) +set_and_check(CURL_INCLUDE_DIRS "${PACKAGE_PREFIX_DIR}/include") + +set(CURL_SUPPORTED_PROTOCOLS "HTTP;SCP;SFTP;WS") +set(CURL_SUPPORTED_FEATURES "alt-svc;AsynchDNS;brotli;HTTP2;IDN;IPv6;Largefile;libz;threadsafe;UnixSockets;zstd") + +foreach(_item IN LISTS CURL_SUPPORTED_PROTOCOLS CURL_SUPPORTED_FEATURES) + set(CURL_SUPPORTS_${_item} TRUE) +endforeach() + +set(_missing_req "") +foreach(_item IN LISTS CURL_FIND_COMPONENTS) + if(CURL_SUPPORTS_${_item}) + set(CURL_${_item}_FOUND TRUE) + elseif(CURL_FIND_REQUIRED_${_item}) + list(APPEND _missing_req ${_item}) + endif() +endforeach() + +if(_missing_req) + string(REPLACE ";" " " _missing_req "${_missing_req}") + if(CURL_FIND_REQUIRED) + message(FATAL_ERROR "CURL: missing required components: ${_missing_req}") + endif() + unset(_missing_req) +endif() + +check_required_components("CURL") diff --git a/build_emscripten/external/curl/generated/CURLConfigVersion.cmake b/build_emscripten/external/curl/generated/CURLConfigVersion.cmake new file mode 100644 index 00000000..3cb6a6bc --- /dev/null +++ b/build_emscripten/external/curl/generated/CURLConfigVersion.cmake @@ -0,0 +1,71 @@ + + if(NOT PACKAGE_FIND_VERSION_RANGE AND PACKAGE_FIND_VERSION_MAJOR STREQUAL "7") + # Version 8 satisfies version 7... requirements + set(PACKAGE_FIND_VERSION_MAJOR 8) + set(PACKAGE_FIND_VERSION_COUNT 1) + endif() + # This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version, +# but only if the requested major version is the same as the current one. +# The variable CVF_VERSION must be set before calling configure_file(). + + +set(PACKAGE_VERSION "8.14.0-DEV") + +if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) + set(PACKAGE_VERSION_COMPATIBLE FALSE) +else() + + if("8.14.0-DEV" MATCHES "^([0-9]+)\\.") + set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") + if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") + endif() + else() + set(CVF_VERSION_MAJOR "8.14.0-DEV") + endif() + + if(PACKAGE_FIND_VERSION_RANGE) + # both endpoints of the range must have the expected major version + math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1") + if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT))) + set(PACKAGE_VERSION_COMPATIBLE FALSE) + elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX))) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + else() + if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + + if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) + endif() + endif() +endif() + + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff --git a/build_emscripten/external/curl/lib/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/lib/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/curl/lib/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/DependInfo.cmake b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/DependInfo.cmake new file mode 100644 index 00000000..325c1b11 --- /dev/null +++ b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/DependInfo.cmake @@ -0,0 +1,201 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/lib/altsvc.c" "external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/amigaos.c" "external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/asyn-ares.c" "external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/asyn-base.c" "external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/asyn-thrdd.c" "external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/bufq.c" "external/curl/lib/CMakeFiles/curlu.dir/bufq.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/bufq.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/bufref.c" "external/curl/lib/CMakeFiles/curlu.dir/bufref.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/bufref.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/cf-h1-proxy.c" "external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/cf-h2-proxy.c" "external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/cf-haproxy.c" "external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/cf-https-connect.c" "external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/cf-socket.c" "external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/cfilters.c" "external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/conncache.c" "external/curl/lib/CMakeFiles/curlu.dir/conncache.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/conncache.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/connect.c" "external/curl/lib/CMakeFiles/curlu.dir/connect.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/connect.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/content_encoding.c" "external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/cookie.c" "external/curl/lib/CMakeFiles/curlu.dir/cookie.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/cookie.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/cshutdn.c" "external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_addrinfo.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_des.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_endian.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_fnmatch.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_get_line.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_gethostname.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_gssapi.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_memrchr.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_ntlm_core.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_range.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_rtmp.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_sasl.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_sha512_256.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_sspi.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_threads.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_trc.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c" "external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/dynbuf.c" "external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c" "external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c" "external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c" "external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c" "external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c" "external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c" "external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c" "external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c" "external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c" "external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/cw-out.c" "external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/cw-pause.c" "external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/dict.c" "external/curl/lib/CMakeFiles/curlu.dir/dict.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/dict.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/doh.c" "external/curl/lib/CMakeFiles/curlu.dir/doh.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/doh.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/dynhds.c" "external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/easy.c" "external/curl/lib/CMakeFiles/curlu.dir/easy.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/easy.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/easygetopt.c" "external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/easyoptions.c" "external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/escape.c" "external/curl/lib/CMakeFiles/curlu.dir/escape.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/escape.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/fake_addrinfo.c" "external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/file.c" "external/curl/lib/CMakeFiles/curlu.dir/file.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/file.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/fileinfo.c" "external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/fopen.c" "external/curl/lib/CMakeFiles/curlu.dir/fopen.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/fopen.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/formdata.c" "external/curl/lib/CMakeFiles/curlu.dir/formdata.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/formdata.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/ftp.c" "external/curl/lib/CMakeFiles/curlu.dir/ftp.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/ftp.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/ftplistparser.c" "external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/getenv.c" "external/curl/lib/CMakeFiles/curlu.dir/getenv.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/getenv.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/getinfo.c" "external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/gopher.c" "external/curl/lib/CMakeFiles/curlu.dir/gopher.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/gopher.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/hash.c" "external/curl/lib/CMakeFiles/curlu.dir/hash.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/hash.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/headers.c" "external/curl/lib/CMakeFiles/curlu.dir/headers.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/headers.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/hmac.c" "external/curl/lib/CMakeFiles/curlu.dir/hmac.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/hmac.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/hostip.c" "external/curl/lib/CMakeFiles/curlu.dir/hostip.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/hostip.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/hostip4.c" "external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/hostip6.c" "external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/hsts.c" "external/curl/lib/CMakeFiles/curlu.dir/hsts.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/hsts.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/http.c" "external/curl/lib/CMakeFiles/curlu.dir/http.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/http.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/http1.c" "external/curl/lib/CMakeFiles/curlu.dir/http1.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/http1.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/http2.c" "external/curl/lib/CMakeFiles/curlu.dir/http2.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/http2.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/http_aws_sigv4.c" "external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/http_chunks.c" "external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/http_digest.c" "external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/http_negotiate.c" "external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/http_ntlm.c" "external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/http_proxy.c" "external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/httpsrr.c" "external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/idn.c" "external/curl/lib/CMakeFiles/curlu.dir/idn.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/idn.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/if2ip.c" "external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/imap.c" "external/curl/lib/CMakeFiles/curlu.dir/imap.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/imap.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/inet_ntop.c" "external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/krb5.c" "external/curl/lib/CMakeFiles/curlu.dir/krb5.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/krb5.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/ldap.c" "external/curl/lib/CMakeFiles/curlu.dir/ldap.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/ldap.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/llist.c" "external/curl/lib/CMakeFiles/curlu.dir/llist.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/llist.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/macos.c" "external/curl/lib/CMakeFiles/curlu.dir/macos.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/macos.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/md4.c" "external/curl/lib/CMakeFiles/curlu.dir/md4.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/md4.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/md5.c" "external/curl/lib/CMakeFiles/curlu.dir/md5.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/md5.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/memdebug.c" "external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/mime.c" "external/curl/lib/CMakeFiles/curlu.dir/mime.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/mime.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/mprintf.c" "external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/mqtt.c" "external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/multi.c" "external/curl/lib/CMakeFiles/curlu.dir/multi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/multi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/multi_ev.c" "external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/netrc.c" "external/curl/lib/CMakeFiles/curlu.dir/netrc.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/netrc.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/noproxy.c" "external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/openldap.c" "external/curl/lib/CMakeFiles/curlu.dir/openldap.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/openldap.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/parsedate.c" "external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/pingpong.c" "external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/pop3.c" "external/curl/lib/CMakeFiles/curlu.dir/pop3.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/pop3.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/progress.c" "external/curl/lib/CMakeFiles/curlu.dir/progress.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/progress.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/psl.c" "external/curl/lib/CMakeFiles/curlu.dir/psl.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/psl.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/rand.c" "external/curl/lib/CMakeFiles/curlu.dir/rand.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/rand.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/rename.c" "external/curl/lib/CMakeFiles/curlu.dir/rename.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/rename.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/request.c" "external/curl/lib/CMakeFiles/curlu.dir/request.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/request.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/rtsp.c" "external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/select.c" "external/curl/lib/CMakeFiles/curlu.dir/select.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/select.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/sendf.c" "external/curl/lib/CMakeFiles/curlu.dir/sendf.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/sendf.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/setopt.c" "external/curl/lib/CMakeFiles/curlu.dir/setopt.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/setopt.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/sha256.c" "external/curl/lib/CMakeFiles/curlu.dir/sha256.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/sha256.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/share.c" "external/curl/lib/CMakeFiles/curlu.dir/share.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/share.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/slist.c" "external/curl/lib/CMakeFiles/curlu.dir/slist.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/slist.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/smb.c" "external/curl/lib/CMakeFiles/curlu.dir/smb.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/smb.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/smtp.c" "external/curl/lib/CMakeFiles/curlu.dir/smtp.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/smtp.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/socketpair.c" "external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/socks.c" "external/curl/lib/CMakeFiles/curlu.dir/socks.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/socks.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/socks_gssapi.c" "external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/socks_sspi.c" "external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/speedcheck.c" "external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/splay.c" "external/curl/lib/CMakeFiles/curlu.dir/splay.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/splay.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/strcase.c" "external/curl/lib/CMakeFiles/curlu.dir/strcase.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/strcase.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/strdup.c" "external/curl/lib/CMakeFiles/curlu.dir/strdup.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/strdup.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/strequal.c" "external/curl/lib/CMakeFiles/curlu.dir/strequal.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/strequal.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/strerror.c" "external/curl/lib/CMakeFiles/curlu.dir/strerror.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/strerror.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/system_win32.c" "external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/telnet.c" "external/curl/lib/CMakeFiles/curlu.dir/telnet.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/telnet.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/tftp.c" "external/curl/lib/CMakeFiles/curlu.dir/tftp.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/tftp.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/transfer.c" "external/curl/lib/CMakeFiles/curlu.dir/transfer.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/transfer.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/uint-bset.c" "external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/uint-hash.c" "external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/uint-spbset.c" "external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/uint-table.c" "external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/url.c" "external/curl/lib/CMakeFiles/curlu.dir/url.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/url.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/urlapi.c" "external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/cleartext.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/cram.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/digest.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/digest_sspi.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/gsasl.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_gssapi.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_sspi.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm_sspi.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/oauth2.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_gssapi.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_sspi.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/vauth.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/version.c" "external/curl/lib/CMakeFiles/curlu.dir/version.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/version.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_msh3.c" "external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_ngtcp2.c" "external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_osslq.c" "external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_quiche.c" "external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic-tls.c" "external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic.c" "external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vssh/curl_path.c" "external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh.c" "external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh2.c" "external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vssh/wolfssh.c" "external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/bearssl.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/cipher_suite.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/gtls.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/hostcheck.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/keylog.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls_threadlock.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/openssl.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/rustls.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel_verify.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/sectransp.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_scache.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_spack.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/wolfssl.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/x509asn1.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/ws.c" "external/curl/lib/CMakeFiles/curlu.dir/ws.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/ws.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/build.make b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/build.make new file mode 100644 index 00000000..5533f431 --- /dev/null +++ b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/build.make @@ -0,0 +1,2962 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/lib/CMakeFiles/curlu.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/lib/CMakeFiles/curlu.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/lib/CMakeFiles/curlu.dir/flags.make + +external/curl/lib/CMakeFiles/curlu.dir/codegen: +.PHONY : external/curl/lib/CMakeFiles/curlu.dir/codegen + +external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.o: /home/guest/Downloads/PopLib/external/curl/lib/altsvc.c +external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.o -MF CMakeFiles/curlu.dir/altsvc.c.o.d -o CMakeFiles/curlu.dir/altsvc.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/altsvc.c + +external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/altsvc.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/altsvc.c > CMakeFiles/curlu.dir/altsvc.c.i + +external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/altsvc.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/altsvc.c -o CMakeFiles/curlu.dir/altsvc.c.s + +external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.o: /home/guest/Downloads/PopLib/external/curl/lib/amigaos.c +external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.o -MF CMakeFiles/curlu.dir/amigaos.c.o.d -o CMakeFiles/curlu.dir/amigaos.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/amigaos.c + +external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/amigaos.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/amigaos.c > CMakeFiles/curlu.dir/amigaos.c.i + +external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/amigaos.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/amigaos.c -o CMakeFiles/curlu.dir/amigaos.c.s + +external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.o: /home/guest/Downloads/PopLib/external/curl/lib/asyn-ares.c +external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.o -MF CMakeFiles/curlu.dir/asyn-ares.c.o.d -o CMakeFiles/curlu.dir/asyn-ares.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/asyn-ares.c + +external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/asyn-ares.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/asyn-ares.c > CMakeFiles/curlu.dir/asyn-ares.c.i + +external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/asyn-ares.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/asyn-ares.c -o CMakeFiles/curlu.dir/asyn-ares.c.s + +external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.o: /home/guest/Downloads/PopLib/external/curl/lib/asyn-base.c +external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.o -MF CMakeFiles/curlu.dir/asyn-base.c.o.d -o CMakeFiles/curlu.dir/asyn-base.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/asyn-base.c + +external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/asyn-base.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/asyn-base.c > CMakeFiles/curlu.dir/asyn-base.c.i + +external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/asyn-base.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/asyn-base.c -o CMakeFiles/curlu.dir/asyn-base.c.s + +external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.o: /home/guest/Downloads/PopLib/external/curl/lib/asyn-thrdd.c +external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.o -MF CMakeFiles/curlu.dir/asyn-thrdd.c.o.d -o CMakeFiles/curlu.dir/asyn-thrdd.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/asyn-thrdd.c + +external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/asyn-thrdd.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/asyn-thrdd.c > CMakeFiles/curlu.dir/asyn-thrdd.c.i + +external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/asyn-thrdd.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/asyn-thrdd.c -o CMakeFiles/curlu.dir/asyn-thrdd.c.s + +external/curl/lib/CMakeFiles/curlu.dir/bufq.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/bufq.c.o: /home/guest/Downloads/PopLib/external/curl/lib/bufq.c +external/curl/lib/CMakeFiles/curlu.dir/bufq.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/curl/lib/CMakeFiles/curlu.dir/bufq.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/bufq.c.o -MF CMakeFiles/curlu.dir/bufq.c.o.d -o CMakeFiles/curlu.dir/bufq.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/bufq.c + +external/curl/lib/CMakeFiles/curlu.dir/bufq.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/bufq.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/bufq.c > CMakeFiles/curlu.dir/bufq.c.i + +external/curl/lib/CMakeFiles/curlu.dir/bufq.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/bufq.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/bufq.c -o CMakeFiles/curlu.dir/bufq.c.s + +external/curl/lib/CMakeFiles/curlu.dir/bufref.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/bufref.c.o: /home/guest/Downloads/PopLib/external/curl/lib/bufref.c +external/curl/lib/CMakeFiles/curlu.dir/bufref.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/curl/lib/CMakeFiles/curlu.dir/bufref.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/bufref.c.o -MF CMakeFiles/curlu.dir/bufref.c.o.d -o CMakeFiles/curlu.dir/bufref.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/bufref.c + +external/curl/lib/CMakeFiles/curlu.dir/bufref.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/bufref.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/bufref.c > CMakeFiles/curlu.dir/bufref.c.i + +external/curl/lib/CMakeFiles/curlu.dir/bufref.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/bufref.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/bufref.c -o CMakeFiles/curlu.dir/bufref.c.s + +external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cf-h1-proxy.c +external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.o -MF CMakeFiles/curlu.dir/cf-h1-proxy.c.o.d -o CMakeFiles/curlu.dir/cf-h1-proxy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cf-h1-proxy.c + +external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/cf-h1-proxy.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cf-h1-proxy.c > CMakeFiles/curlu.dir/cf-h1-proxy.c.i + +external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/cf-h1-proxy.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cf-h1-proxy.c -o CMakeFiles/curlu.dir/cf-h1-proxy.c.s + +external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cf-h2-proxy.c +external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.o -MF CMakeFiles/curlu.dir/cf-h2-proxy.c.o.d -o CMakeFiles/curlu.dir/cf-h2-proxy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cf-h2-proxy.c + +external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/cf-h2-proxy.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cf-h2-proxy.c > CMakeFiles/curlu.dir/cf-h2-proxy.c.i + +external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/cf-h2-proxy.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cf-h2-proxy.c -o CMakeFiles/curlu.dir/cf-h2-proxy.c.s + +external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cf-haproxy.c +external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.o -MF CMakeFiles/curlu.dir/cf-haproxy.c.o.d -o CMakeFiles/curlu.dir/cf-haproxy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cf-haproxy.c + +external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/cf-haproxy.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cf-haproxy.c > CMakeFiles/curlu.dir/cf-haproxy.c.i + +external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/cf-haproxy.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cf-haproxy.c -o CMakeFiles/curlu.dir/cf-haproxy.c.s + +external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cf-https-connect.c +external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.o -MF CMakeFiles/curlu.dir/cf-https-connect.c.o.d -o CMakeFiles/curlu.dir/cf-https-connect.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cf-https-connect.c + +external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/cf-https-connect.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cf-https-connect.c > CMakeFiles/curlu.dir/cf-https-connect.c.i + +external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/cf-https-connect.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cf-https-connect.c -o CMakeFiles/curlu.dir/cf-https-connect.c.s + +external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cf-socket.c +external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.o -MF CMakeFiles/curlu.dir/cf-socket.c.o.d -o CMakeFiles/curlu.dir/cf-socket.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cf-socket.c + +external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/cf-socket.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cf-socket.c > CMakeFiles/curlu.dir/cf-socket.c.i + +external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/cf-socket.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cf-socket.c -o CMakeFiles/curlu.dir/cf-socket.c.s + +external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cfilters.c +external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.o -MF CMakeFiles/curlu.dir/cfilters.c.o.d -o CMakeFiles/curlu.dir/cfilters.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cfilters.c + +external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/cfilters.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cfilters.c > CMakeFiles/curlu.dir/cfilters.c.i + +external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/cfilters.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cfilters.c -o CMakeFiles/curlu.dir/cfilters.c.s + +external/curl/lib/CMakeFiles/curlu.dir/conncache.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/conncache.c.o: /home/guest/Downloads/PopLib/external/curl/lib/conncache.c +external/curl/lib/CMakeFiles/curlu.dir/conncache.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object external/curl/lib/CMakeFiles/curlu.dir/conncache.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/conncache.c.o -MF CMakeFiles/curlu.dir/conncache.c.o.d -o CMakeFiles/curlu.dir/conncache.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/conncache.c + +external/curl/lib/CMakeFiles/curlu.dir/conncache.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/conncache.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/conncache.c > CMakeFiles/curlu.dir/conncache.c.i + +external/curl/lib/CMakeFiles/curlu.dir/conncache.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/conncache.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/conncache.c -o CMakeFiles/curlu.dir/conncache.c.s + +external/curl/lib/CMakeFiles/curlu.dir/connect.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/connect.c.o: /home/guest/Downloads/PopLib/external/curl/lib/connect.c +external/curl/lib/CMakeFiles/curlu.dir/connect.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object external/curl/lib/CMakeFiles/curlu.dir/connect.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/connect.c.o -MF CMakeFiles/curlu.dir/connect.c.o.d -o CMakeFiles/curlu.dir/connect.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/connect.c + +external/curl/lib/CMakeFiles/curlu.dir/connect.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/connect.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/connect.c > CMakeFiles/curlu.dir/connect.c.i + +external/curl/lib/CMakeFiles/curlu.dir/connect.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/connect.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/connect.c -o CMakeFiles/curlu.dir/connect.c.s + +external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.o: /home/guest/Downloads/PopLib/external/curl/lib/content_encoding.c +external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.o -MF CMakeFiles/curlu.dir/content_encoding.c.o.d -o CMakeFiles/curlu.dir/content_encoding.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/content_encoding.c + +external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/content_encoding.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/content_encoding.c > CMakeFiles/curlu.dir/content_encoding.c.i + +external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/content_encoding.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/content_encoding.c -o CMakeFiles/curlu.dir/content_encoding.c.s + +external/curl/lib/CMakeFiles/curlu.dir/cookie.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/cookie.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cookie.c +external/curl/lib/CMakeFiles/curlu.dir/cookie.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object external/curl/lib/CMakeFiles/curlu.dir/cookie.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/cookie.c.o -MF CMakeFiles/curlu.dir/cookie.c.o.d -o CMakeFiles/curlu.dir/cookie.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cookie.c + +external/curl/lib/CMakeFiles/curlu.dir/cookie.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/cookie.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cookie.c > CMakeFiles/curlu.dir/cookie.c.i + +external/curl/lib/CMakeFiles/curlu.dir/cookie.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/cookie.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cookie.c -o CMakeFiles/curlu.dir/cookie.c.s + +external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cshutdn.c +external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.o -MF CMakeFiles/curlu.dir/cshutdn.c.o.d -o CMakeFiles/curlu.dir/cshutdn.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cshutdn.c + +external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/cshutdn.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cshutdn.c > CMakeFiles/curlu.dir/cshutdn.c.i + +external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/cshutdn.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cshutdn.c -o CMakeFiles/curlu.dir/cshutdn.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_addrinfo.c +external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.o -MF CMakeFiles/curlu.dir/curl_addrinfo.c.o.d -o CMakeFiles/curlu.dir/curl_addrinfo.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_addrinfo.c + +external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_addrinfo.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_addrinfo.c > CMakeFiles/curlu.dir/curl_addrinfo.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_addrinfo.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_addrinfo.c -o CMakeFiles/curlu.dir/curl_addrinfo.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_des.c +external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.o -MF CMakeFiles/curlu.dir/curl_des.c.o.d -o CMakeFiles/curlu.dir/curl_des.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_des.c + +external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_des.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_des.c > CMakeFiles/curlu.dir/curl_des.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_des.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_des.c -o CMakeFiles/curlu.dir/curl_des.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_endian.c +external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.o -MF CMakeFiles/curlu.dir/curl_endian.c.o.d -o CMakeFiles/curlu.dir/curl_endian.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_endian.c + +external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_endian.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_endian.c > CMakeFiles/curlu.dir/curl_endian.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_endian.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_endian.c -o CMakeFiles/curlu.dir/curl_endian.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_fnmatch.c +external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.o -MF CMakeFiles/curlu.dir/curl_fnmatch.c.o.d -o CMakeFiles/curlu.dir/curl_fnmatch.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_fnmatch.c + +external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_fnmatch.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_fnmatch.c > CMakeFiles/curlu.dir/curl_fnmatch.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_fnmatch.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_fnmatch.c -o CMakeFiles/curlu.dir/curl_fnmatch.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_get_line.c +external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.o -MF CMakeFiles/curlu.dir/curl_get_line.c.o.d -o CMakeFiles/curlu.dir/curl_get_line.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_get_line.c + +external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_get_line.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_get_line.c > CMakeFiles/curlu.dir/curl_get_line.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_get_line.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_get_line.c -o CMakeFiles/curlu.dir/curl_get_line.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_gethostname.c +external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.o -MF CMakeFiles/curlu.dir/curl_gethostname.c.o.d -o CMakeFiles/curlu.dir/curl_gethostname.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_gethostname.c + +external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_gethostname.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_gethostname.c > CMakeFiles/curlu.dir/curl_gethostname.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_gethostname.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_gethostname.c -o CMakeFiles/curlu.dir/curl_gethostname.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_gssapi.c +external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.o -MF CMakeFiles/curlu.dir/curl_gssapi.c.o.d -o CMakeFiles/curlu.dir/curl_gssapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_gssapi.c + +external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_gssapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_gssapi.c > CMakeFiles/curlu.dir/curl_gssapi.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_gssapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_gssapi.c -o CMakeFiles/curlu.dir/curl_gssapi.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_memrchr.c +external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.o -MF CMakeFiles/curlu.dir/curl_memrchr.c.o.d -o CMakeFiles/curlu.dir/curl_memrchr.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_memrchr.c + +external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_memrchr.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_memrchr.c > CMakeFiles/curlu.dir/curl_memrchr.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_memrchr.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_memrchr.c -o CMakeFiles/curlu.dir/curl_memrchr.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_ntlm_core.c +external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.o -MF CMakeFiles/curlu.dir/curl_ntlm_core.c.o.d -o CMakeFiles/curlu.dir/curl_ntlm_core.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_ntlm_core.c + +external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_ntlm_core.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_ntlm_core.c > CMakeFiles/curlu.dir/curl_ntlm_core.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_ntlm_core.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_ntlm_core.c -o CMakeFiles/curlu.dir/curl_ntlm_core.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_range.c +external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.o -MF CMakeFiles/curlu.dir/curl_range.c.o.d -o CMakeFiles/curlu.dir/curl_range.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_range.c + +external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_range.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_range.c > CMakeFiles/curlu.dir/curl_range.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_range.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_range.c -o CMakeFiles/curlu.dir/curl_range.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_rtmp.c +external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.o -MF CMakeFiles/curlu.dir/curl_rtmp.c.o.d -o CMakeFiles/curlu.dir/curl_rtmp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_rtmp.c + +external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_rtmp.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_rtmp.c > CMakeFiles/curlu.dir/curl_rtmp.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_rtmp.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_rtmp.c -o CMakeFiles/curlu.dir/curl_rtmp.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_sasl.c +external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.o -MF CMakeFiles/curlu.dir/curl_sasl.c.o.d -o CMakeFiles/curlu.dir/curl_sasl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_sasl.c + +external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_sasl.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_sasl.c > CMakeFiles/curlu.dir/curl_sasl.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_sasl.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_sasl.c -o CMakeFiles/curlu.dir/curl_sasl.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_sha512_256.c +external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.o -MF CMakeFiles/curlu.dir/curl_sha512_256.c.o.d -o CMakeFiles/curlu.dir/curl_sha512_256.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_sha512_256.c + +external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_sha512_256.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_sha512_256.c > CMakeFiles/curlu.dir/curl_sha512_256.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_sha512_256.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_sha512_256.c -o CMakeFiles/curlu.dir/curl_sha512_256.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_sspi.c +external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.o -MF CMakeFiles/curlu.dir/curl_sspi.c.o.d -o CMakeFiles/curlu.dir/curl_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_sspi.c + +external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_sspi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_sspi.c > CMakeFiles/curlu.dir/curl_sspi.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_sspi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_sspi.c -o CMakeFiles/curlu.dir/curl_sspi.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_threads.c +external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.o -MF CMakeFiles/curlu.dir/curl_threads.c.o.d -o CMakeFiles/curlu.dir/curl_threads.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_threads.c + +external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_threads.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_threads.c > CMakeFiles/curlu.dir/curl_threads.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_threads.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_threads.c -o CMakeFiles/curlu.dir/curl_threads.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_trc.c +external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.o -MF CMakeFiles/curlu.dir/curl_trc.c.o.d -o CMakeFiles/curlu.dir/curl_trc.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_trc.c + +external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_trc.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_trc.c > CMakeFiles/curlu.dir/curl_trc.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_trc.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_trc.c -o CMakeFiles/curlu.dir/curl_trc.c.s + +external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cw-out.c +external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Building C object external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.o -MF CMakeFiles/curlu.dir/cw-out.c.o.d -o CMakeFiles/curlu.dir/cw-out.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cw-out.c + +external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/cw-out.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cw-out.c > CMakeFiles/curlu.dir/cw-out.c.i + +external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/cw-out.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cw-out.c -o CMakeFiles/curlu.dir/cw-out.c.s + +external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cw-pause.c +external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Building C object external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.o -MF CMakeFiles/curlu.dir/cw-pause.c.o.d -o CMakeFiles/curlu.dir/cw-pause.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cw-pause.c + +external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/cw-pause.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cw-pause.c > CMakeFiles/curlu.dir/cw-pause.c.i + +external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/cw-pause.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cw-pause.c -o CMakeFiles/curlu.dir/cw-pause.c.s + +external/curl/lib/CMakeFiles/curlu.dir/dict.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/dict.c.o: /home/guest/Downloads/PopLib/external/curl/lib/dict.c +external/curl/lib/CMakeFiles/curlu.dir/dict.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Building C object external/curl/lib/CMakeFiles/curlu.dir/dict.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/dict.c.o -MF CMakeFiles/curlu.dir/dict.c.o.d -o CMakeFiles/curlu.dir/dict.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/dict.c + +external/curl/lib/CMakeFiles/curlu.dir/dict.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/dict.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/dict.c > CMakeFiles/curlu.dir/dict.c.i + +external/curl/lib/CMakeFiles/curlu.dir/dict.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/dict.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/dict.c -o CMakeFiles/curlu.dir/dict.c.s + +external/curl/lib/CMakeFiles/curlu.dir/doh.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/doh.c.o: /home/guest/Downloads/PopLib/external/curl/lib/doh.c +external/curl/lib/CMakeFiles/curlu.dir/doh.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_38) "Building C object external/curl/lib/CMakeFiles/curlu.dir/doh.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/doh.c.o -MF CMakeFiles/curlu.dir/doh.c.o.d -o CMakeFiles/curlu.dir/doh.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/doh.c + +external/curl/lib/CMakeFiles/curlu.dir/doh.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/doh.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/doh.c > CMakeFiles/curlu.dir/doh.c.i + +external/curl/lib/CMakeFiles/curlu.dir/doh.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/doh.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/doh.c -o CMakeFiles/curlu.dir/doh.c.s + +external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.o: /home/guest/Downloads/PopLib/external/curl/lib/dynhds.c +external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_39) "Building C object external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.o -MF CMakeFiles/curlu.dir/dynhds.c.o.d -o CMakeFiles/curlu.dir/dynhds.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/dynhds.c + +external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/dynhds.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/dynhds.c > CMakeFiles/curlu.dir/dynhds.c.i + +external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/dynhds.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/dynhds.c -o CMakeFiles/curlu.dir/dynhds.c.s + +external/curl/lib/CMakeFiles/curlu.dir/easy.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/easy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/easy.c +external/curl/lib/CMakeFiles/curlu.dir/easy.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_40) "Building C object external/curl/lib/CMakeFiles/curlu.dir/easy.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/easy.c.o -MF CMakeFiles/curlu.dir/easy.c.o.d -o CMakeFiles/curlu.dir/easy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/easy.c + +external/curl/lib/CMakeFiles/curlu.dir/easy.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/easy.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/easy.c > CMakeFiles/curlu.dir/easy.c.i + +external/curl/lib/CMakeFiles/curlu.dir/easy.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/easy.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/easy.c -o CMakeFiles/curlu.dir/easy.c.s + +external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.o: /home/guest/Downloads/PopLib/external/curl/lib/easygetopt.c +external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_41) "Building C object external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.o -MF CMakeFiles/curlu.dir/easygetopt.c.o.d -o CMakeFiles/curlu.dir/easygetopt.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/easygetopt.c + +external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/easygetopt.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/easygetopt.c > CMakeFiles/curlu.dir/easygetopt.c.i + +external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/easygetopt.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/easygetopt.c -o CMakeFiles/curlu.dir/easygetopt.c.s + +external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.o: /home/guest/Downloads/PopLib/external/curl/lib/easyoptions.c +external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_42) "Building C object external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.o -MF CMakeFiles/curlu.dir/easyoptions.c.o.d -o CMakeFiles/curlu.dir/easyoptions.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/easyoptions.c + +external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/easyoptions.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/easyoptions.c > CMakeFiles/curlu.dir/easyoptions.c.i + +external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/easyoptions.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/easyoptions.c -o CMakeFiles/curlu.dir/easyoptions.c.s + +external/curl/lib/CMakeFiles/curlu.dir/escape.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/escape.c.o: /home/guest/Downloads/PopLib/external/curl/lib/escape.c +external/curl/lib/CMakeFiles/curlu.dir/escape.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_43) "Building C object external/curl/lib/CMakeFiles/curlu.dir/escape.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/escape.c.o -MF CMakeFiles/curlu.dir/escape.c.o.d -o CMakeFiles/curlu.dir/escape.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/escape.c + +external/curl/lib/CMakeFiles/curlu.dir/escape.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/escape.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/escape.c > CMakeFiles/curlu.dir/escape.c.i + +external/curl/lib/CMakeFiles/curlu.dir/escape.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/escape.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/escape.c -o CMakeFiles/curlu.dir/escape.c.s + +external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.o: /home/guest/Downloads/PopLib/external/curl/lib/fake_addrinfo.c +external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_44) "Building C object external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.o -MF CMakeFiles/curlu.dir/fake_addrinfo.c.o.d -o CMakeFiles/curlu.dir/fake_addrinfo.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/fake_addrinfo.c + +external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/fake_addrinfo.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/fake_addrinfo.c > CMakeFiles/curlu.dir/fake_addrinfo.c.i + +external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/fake_addrinfo.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/fake_addrinfo.c -o CMakeFiles/curlu.dir/fake_addrinfo.c.s + +external/curl/lib/CMakeFiles/curlu.dir/file.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/file.c.o: /home/guest/Downloads/PopLib/external/curl/lib/file.c +external/curl/lib/CMakeFiles/curlu.dir/file.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_45) "Building C object external/curl/lib/CMakeFiles/curlu.dir/file.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/file.c.o -MF CMakeFiles/curlu.dir/file.c.o.d -o CMakeFiles/curlu.dir/file.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/file.c + +external/curl/lib/CMakeFiles/curlu.dir/file.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/file.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/file.c > CMakeFiles/curlu.dir/file.c.i + +external/curl/lib/CMakeFiles/curlu.dir/file.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/file.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/file.c -o CMakeFiles/curlu.dir/file.c.s + +external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.o: /home/guest/Downloads/PopLib/external/curl/lib/fileinfo.c +external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_46) "Building C object external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.o -MF CMakeFiles/curlu.dir/fileinfo.c.o.d -o CMakeFiles/curlu.dir/fileinfo.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/fileinfo.c + +external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/fileinfo.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/fileinfo.c > CMakeFiles/curlu.dir/fileinfo.c.i + +external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/fileinfo.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/fileinfo.c -o CMakeFiles/curlu.dir/fileinfo.c.s + +external/curl/lib/CMakeFiles/curlu.dir/fopen.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/fopen.c.o: /home/guest/Downloads/PopLib/external/curl/lib/fopen.c +external/curl/lib/CMakeFiles/curlu.dir/fopen.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_47) "Building C object external/curl/lib/CMakeFiles/curlu.dir/fopen.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/fopen.c.o -MF CMakeFiles/curlu.dir/fopen.c.o.d -o CMakeFiles/curlu.dir/fopen.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/fopen.c + +external/curl/lib/CMakeFiles/curlu.dir/fopen.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/fopen.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/fopen.c > CMakeFiles/curlu.dir/fopen.c.i + +external/curl/lib/CMakeFiles/curlu.dir/fopen.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/fopen.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/fopen.c -o CMakeFiles/curlu.dir/fopen.c.s + +external/curl/lib/CMakeFiles/curlu.dir/formdata.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/formdata.c.o: /home/guest/Downloads/PopLib/external/curl/lib/formdata.c +external/curl/lib/CMakeFiles/curlu.dir/formdata.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_48) "Building C object external/curl/lib/CMakeFiles/curlu.dir/formdata.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/formdata.c.o -MF CMakeFiles/curlu.dir/formdata.c.o.d -o CMakeFiles/curlu.dir/formdata.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/formdata.c + +external/curl/lib/CMakeFiles/curlu.dir/formdata.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/formdata.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/formdata.c > CMakeFiles/curlu.dir/formdata.c.i + +external/curl/lib/CMakeFiles/curlu.dir/formdata.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/formdata.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/formdata.c -o CMakeFiles/curlu.dir/formdata.c.s + +external/curl/lib/CMakeFiles/curlu.dir/ftp.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/ftp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/ftp.c +external/curl/lib/CMakeFiles/curlu.dir/ftp.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_49) "Building C object external/curl/lib/CMakeFiles/curlu.dir/ftp.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/ftp.c.o -MF CMakeFiles/curlu.dir/ftp.c.o.d -o CMakeFiles/curlu.dir/ftp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/ftp.c + +external/curl/lib/CMakeFiles/curlu.dir/ftp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/ftp.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/ftp.c > CMakeFiles/curlu.dir/ftp.c.i + +external/curl/lib/CMakeFiles/curlu.dir/ftp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/ftp.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/ftp.c -o CMakeFiles/curlu.dir/ftp.c.s + +external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.o: /home/guest/Downloads/PopLib/external/curl/lib/ftplistparser.c +external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_50) "Building C object external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.o -MF CMakeFiles/curlu.dir/ftplistparser.c.o.d -o CMakeFiles/curlu.dir/ftplistparser.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/ftplistparser.c + +external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/ftplistparser.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/ftplistparser.c > CMakeFiles/curlu.dir/ftplistparser.c.i + +external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/ftplistparser.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/ftplistparser.c -o CMakeFiles/curlu.dir/ftplistparser.c.s + +external/curl/lib/CMakeFiles/curlu.dir/getenv.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/getenv.c.o: /home/guest/Downloads/PopLib/external/curl/lib/getenv.c +external/curl/lib/CMakeFiles/curlu.dir/getenv.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_51) "Building C object external/curl/lib/CMakeFiles/curlu.dir/getenv.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/getenv.c.o -MF CMakeFiles/curlu.dir/getenv.c.o.d -o CMakeFiles/curlu.dir/getenv.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/getenv.c + +external/curl/lib/CMakeFiles/curlu.dir/getenv.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/getenv.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/getenv.c > CMakeFiles/curlu.dir/getenv.c.i + +external/curl/lib/CMakeFiles/curlu.dir/getenv.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/getenv.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/getenv.c -o CMakeFiles/curlu.dir/getenv.c.s + +external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.o: /home/guest/Downloads/PopLib/external/curl/lib/getinfo.c +external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_52) "Building C object external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.o -MF CMakeFiles/curlu.dir/getinfo.c.o.d -o CMakeFiles/curlu.dir/getinfo.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/getinfo.c + +external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/getinfo.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/getinfo.c > CMakeFiles/curlu.dir/getinfo.c.i + +external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/getinfo.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/getinfo.c -o CMakeFiles/curlu.dir/getinfo.c.s + +external/curl/lib/CMakeFiles/curlu.dir/gopher.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/gopher.c.o: /home/guest/Downloads/PopLib/external/curl/lib/gopher.c +external/curl/lib/CMakeFiles/curlu.dir/gopher.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_53) "Building C object external/curl/lib/CMakeFiles/curlu.dir/gopher.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/gopher.c.o -MF CMakeFiles/curlu.dir/gopher.c.o.d -o CMakeFiles/curlu.dir/gopher.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/gopher.c + +external/curl/lib/CMakeFiles/curlu.dir/gopher.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/gopher.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/gopher.c > CMakeFiles/curlu.dir/gopher.c.i + +external/curl/lib/CMakeFiles/curlu.dir/gopher.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/gopher.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/gopher.c -o CMakeFiles/curlu.dir/gopher.c.s + +external/curl/lib/CMakeFiles/curlu.dir/hash.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/hash.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hash.c +external/curl/lib/CMakeFiles/curlu.dir/hash.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_54) "Building C object external/curl/lib/CMakeFiles/curlu.dir/hash.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/hash.c.o -MF CMakeFiles/curlu.dir/hash.c.o.d -o CMakeFiles/curlu.dir/hash.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hash.c + +external/curl/lib/CMakeFiles/curlu.dir/hash.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/hash.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hash.c > CMakeFiles/curlu.dir/hash.c.i + +external/curl/lib/CMakeFiles/curlu.dir/hash.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/hash.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hash.c -o CMakeFiles/curlu.dir/hash.c.s + +external/curl/lib/CMakeFiles/curlu.dir/headers.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/headers.c.o: /home/guest/Downloads/PopLib/external/curl/lib/headers.c +external/curl/lib/CMakeFiles/curlu.dir/headers.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_55) "Building C object external/curl/lib/CMakeFiles/curlu.dir/headers.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/headers.c.o -MF CMakeFiles/curlu.dir/headers.c.o.d -o CMakeFiles/curlu.dir/headers.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/headers.c + +external/curl/lib/CMakeFiles/curlu.dir/headers.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/headers.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/headers.c > CMakeFiles/curlu.dir/headers.c.i + +external/curl/lib/CMakeFiles/curlu.dir/headers.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/headers.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/headers.c -o CMakeFiles/curlu.dir/headers.c.s + +external/curl/lib/CMakeFiles/curlu.dir/hmac.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/hmac.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hmac.c +external/curl/lib/CMakeFiles/curlu.dir/hmac.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_56) "Building C object external/curl/lib/CMakeFiles/curlu.dir/hmac.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/hmac.c.o -MF CMakeFiles/curlu.dir/hmac.c.o.d -o CMakeFiles/curlu.dir/hmac.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hmac.c + +external/curl/lib/CMakeFiles/curlu.dir/hmac.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/hmac.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hmac.c > CMakeFiles/curlu.dir/hmac.c.i + +external/curl/lib/CMakeFiles/curlu.dir/hmac.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/hmac.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hmac.c -o CMakeFiles/curlu.dir/hmac.c.s + +external/curl/lib/CMakeFiles/curlu.dir/hostip.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/hostip.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hostip.c +external/curl/lib/CMakeFiles/curlu.dir/hostip.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_57) "Building C object external/curl/lib/CMakeFiles/curlu.dir/hostip.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/hostip.c.o -MF CMakeFiles/curlu.dir/hostip.c.o.d -o CMakeFiles/curlu.dir/hostip.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hostip.c + +external/curl/lib/CMakeFiles/curlu.dir/hostip.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/hostip.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hostip.c > CMakeFiles/curlu.dir/hostip.c.i + +external/curl/lib/CMakeFiles/curlu.dir/hostip.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/hostip.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hostip.c -o CMakeFiles/curlu.dir/hostip.c.s + +external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hostip4.c +external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_58) "Building C object external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.o -MF CMakeFiles/curlu.dir/hostip4.c.o.d -o CMakeFiles/curlu.dir/hostip4.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hostip4.c + +external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/hostip4.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hostip4.c > CMakeFiles/curlu.dir/hostip4.c.i + +external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/hostip4.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hostip4.c -o CMakeFiles/curlu.dir/hostip4.c.s + +external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hostip6.c +external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_59) "Building C object external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.o -MF CMakeFiles/curlu.dir/hostip6.c.o.d -o CMakeFiles/curlu.dir/hostip6.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hostip6.c + +external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/hostip6.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hostip6.c > CMakeFiles/curlu.dir/hostip6.c.i + +external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/hostip6.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hostip6.c -o CMakeFiles/curlu.dir/hostip6.c.s + +external/curl/lib/CMakeFiles/curlu.dir/hsts.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/hsts.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hsts.c +external/curl/lib/CMakeFiles/curlu.dir/hsts.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_60) "Building C object external/curl/lib/CMakeFiles/curlu.dir/hsts.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/hsts.c.o -MF CMakeFiles/curlu.dir/hsts.c.o.d -o CMakeFiles/curlu.dir/hsts.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hsts.c + +external/curl/lib/CMakeFiles/curlu.dir/hsts.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/hsts.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hsts.c > CMakeFiles/curlu.dir/hsts.c.i + +external/curl/lib/CMakeFiles/curlu.dir/hsts.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/hsts.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hsts.c -o CMakeFiles/curlu.dir/hsts.c.s + +external/curl/lib/CMakeFiles/curlu.dir/http.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/http.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http.c +external/curl/lib/CMakeFiles/curlu.dir/http.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_61) "Building C object external/curl/lib/CMakeFiles/curlu.dir/http.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/http.c.o -MF CMakeFiles/curlu.dir/http.c.o.d -o CMakeFiles/curlu.dir/http.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http.c + +external/curl/lib/CMakeFiles/curlu.dir/http.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/http.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http.c > CMakeFiles/curlu.dir/http.c.i + +external/curl/lib/CMakeFiles/curlu.dir/http.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/http.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http.c -o CMakeFiles/curlu.dir/http.c.s + +external/curl/lib/CMakeFiles/curlu.dir/http1.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/http1.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http1.c +external/curl/lib/CMakeFiles/curlu.dir/http1.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_62) "Building C object external/curl/lib/CMakeFiles/curlu.dir/http1.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/http1.c.o -MF CMakeFiles/curlu.dir/http1.c.o.d -o CMakeFiles/curlu.dir/http1.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http1.c + +external/curl/lib/CMakeFiles/curlu.dir/http1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/http1.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http1.c > CMakeFiles/curlu.dir/http1.c.i + +external/curl/lib/CMakeFiles/curlu.dir/http1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/http1.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http1.c -o CMakeFiles/curlu.dir/http1.c.s + +external/curl/lib/CMakeFiles/curlu.dir/http2.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/http2.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http2.c +external/curl/lib/CMakeFiles/curlu.dir/http2.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_63) "Building C object external/curl/lib/CMakeFiles/curlu.dir/http2.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/http2.c.o -MF CMakeFiles/curlu.dir/http2.c.o.d -o CMakeFiles/curlu.dir/http2.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http2.c + +external/curl/lib/CMakeFiles/curlu.dir/http2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/http2.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http2.c > CMakeFiles/curlu.dir/http2.c.i + +external/curl/lib/CMakeFiles/curlu.dir/http2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/http2.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http2.c -o CMakeFiles/curlu.dir/http2.c.s + +external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_aws_sigv4.c +external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_64) "Building C object external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.o -MF CMakeFiles/curlu.dir/http_aws_sigv4.c.o.d -o CMakeFiles/curlu.dir/http_aws_sigv4.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_aws_sigv4.c + +external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/http_aws_sigv4.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_aws_sigv4.c > CMakeFiles/curlu.dir/http_aws_sigv4.c.i + +external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/http_aws_sigv4.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_aws_sigv4.c -o CMakeFiles/curlu.dir/http_aws_sigv4.c.s + +external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_chunks.c +external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_65) "Building C object external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.o -MF CMakeFiles/curlu.dir/http_chunks.c.o.d -o CMakeFiles/curlu.dir/http_chunks.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_chunks.c + +external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/http_chunks.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_chunks.c > CMakeFiles/curlu.dir/http_chunks.c.i + +external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/http_chunks.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_chunks.c -o CMakeFiles/curlu.dir/http_chunks.c.s + +external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_digest.c +external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_66) "Building C object external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.o -MF CMakeFiles/curlu.dir/http_digest.c.o.d -o CMakeFiles/curlu.dir/http_digest.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_digest.c + +external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/http_digest.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_digest.c > CMakeFiles/curlu.dir/http_digest.c.i + +external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/http_digest.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_digest.c -o CMakeFiles/curlu.dir/http_digest.c.s + +external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_negotiate.c +external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_67) "Building C object external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.o -MF CMakeFiles/curlu.dir/http_negotiate.c.o.d -o CMakeFiles/curlu.dir/http_negotiate.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_negotiate.c + +external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/http_negotiate.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_negotiate.c > CMakeFiles/curlu.dir/http_negotiate.c.i + +external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/http_negotiate.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_negotiate.c -o CMakeFiles/curlu.dir/http_negotiate.c.s + +external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_ntlm.c +external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_68) "Building C object external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.o -MF CMakeFiles/curlu.dir/http_ntlm.c.o.d -o CMakeFiles/curlu.dir/http_ntlm.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_ntlm.c + +external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/http_ntlm.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_ntlm.c > CMakeFiles/curlu.dir/http_ntlm.c.i + +external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/http_ntlm.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_ntlm.c -o CMakeFiles/curlu.dir/http_ntlm.c.s + +external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_proxy.c +external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_69) "Building C object external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.o -MF CMakeFiles/curlu.dir/http_proxy.c.o.d -o CMakeFiles/curlu.dir/http_proxy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_proxy.c + +external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/http_proxy.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_proxy.c > CMakeFiles/curlu.dir/http_proxy.c.i + +external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/http_proxy.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_proxy.c -o CMakeFiles/curlu.dir/http_proxy.c.s + +external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.o: /home/guest/Downloads/PopLib/external/curl/lib/httpsrr.c +external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_70) "Building C object external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.o -MF CMakeFiles/curlu.dir/httpsrr.c.o.d -o CMakeFiles/curlu.dir/httpsrr.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/httpsrr.c + +external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/httpsrr.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/httpsrr.c > CMakeFiles/curlu.dir/httpsrr.c.i + +external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/httpsrr.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/httpsrr.c -o CMakeFiles/curlu.dir/httpsrr.c.s + +external/curl/lib/CMakeFiles/curlu.dir/idn.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/idn.c.o: /home/guest/Downloads/PopLib/external/curl/lib/idn.c +external/curl/lib/CMakeFiles/curlu.dir/idn.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_71) "Building C object external/curl/lib/CMakeFiles/curlu.dir/idn.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/idn.c.o -MF CMakeFiles/curlu.dir/idn.c.o.d -o CMakeFiles/curlu.dir/idn.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/idn.c + +external/curl/lib/CMakeFiles/curlu.dir/idn.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/idn.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/idn.c > CMakeFiles/curlu.dir/idn.c.i + +external/curl/lib/CMakeFiles/curlu.dir/idn.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/idn.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/idn.c -o CMakeFiles/curlu.dir/idn.c.s + +external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.o: /home/guest/Downloads/PopLib/external/curl/lib/if2ip.c +external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_72) "Building C object external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.o -MF CMakeFiles/curlu.dir/if2ip.c.o.d -o CMakeFiles/curlu.dir/if2ip.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/if2ip.c + +external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/if2ip.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/if2ip.c > CMakeFiles/curlu.dir/if2ip.c.i + +external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/if2ip.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/if2ip.c -o CMakeFiles/curlu.dir/if2ip.c.s + +external/curl/lib/CMakeFiles/curlu.dir/imap.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/imap.c.o: /home/guest/Downloads/PopLib/external/curl/lib/imap.c +external/curl/lib/CMakeFiles/curlu.dir/imap.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_73) "Building C object external/curl/lib/CMakeFiles/curlu.dir/imap.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/imap.c.o -MF CMakeFiles/curlu.dir/imap.c.o.d -o CMakeFiles/curlu.dir/imap.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/imap.c + +external/curl/lib/CMakeFiles/curlu.dir/imap.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/imap.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/imap.c > CMakeFiles/curlu.dir/imap.c.i + +external/curl/lib/CMakeFiles/curlu.dir/imap.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/imap.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/imap.c -o CMakeFiles/curlu.dir/imap.c.s + +external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.o: /home/guest/Downloads/PopLib/external/curl/lib/inet_ntop.c +external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_74) "Building C object external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.o -MF CMakeFiles/curlu.dir/inet_ntop.c.o.d -o CMakeFiles/curlu.dir/inet_ntop.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/inet_ntop.c + +external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/inet_ntop.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/inet_ntop.c > CMakeFiles/curlu.dir/inet_ntop.c.i + +external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/inet_ntop.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/inet_ntop.c -o CMakeFiles/curlu.dir/inet_ntop.c.s + +external/curl/lib/CMakeFiles/curlu.dir/krb5.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/krb5.c.o: /home/guest/Downloads/PopLib/external/curl/lib/krb5.c +external/curl/lib/CMakeFiles/curlu.dir/krb5.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_75) "Building C object external/curl/lib/CMakeFiles/curlu.dir/krb5.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/krb5.c.o -MF CMakeFiles/curlu.dir/krb5.c.o.d -o CMakeFiles/curlu.dir/krb5.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/krb5.c + +external/curl/lib/CMakeFiles/curlu.dir/krb5.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/krb5.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/krb5.c > CMakeFiles/curlu.dir/krb5.c.i + +external/curl/lib/CMakeFiles/curlu.dir/krb5.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/krb5.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/krb5.c -o CMakeFiles/curlu.dir/krb5.c.s + +external/curl/lib/CMakeFiles/curlu.dir/ldap.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/ldap.c.o: /home/guest/Downloads/PopLib/external/curl/lib/ldap.c +external/curl/lib/CMakeFiles/curlu.dir/ldap.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_76) "Building C object external/curl/lib/CMakeFiles/curlu.dir/ldap.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/ldap.c.o -MF CMakeFiles/curlu.dir/ldap.c.o.d -o CMakeFiles/curlu.dir/ldap.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/ldap.c + +external/curl/lib/CMakeFiles/curlu.dir/ldap.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/ldap.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/ldap.c > CMakeFiles/curlu.dir/ldap.c.i + +external/curl/lib/CMakeFiles/curlu.dir/ldap.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/ldap.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/ldap.c -o CMakeFiles/curlu.dir/ldap.c.s + +external/curl/lib/CMakeFiles/curlu.dir/llist.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/llist.c.o: /home/guest/Downloads/PopLib/external/curl/lib/llist.c +external/curl/lib/CMakeFiles/curlu.dir/llist.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_77) "Building C object external/curl/lib/CMakeFiles/curlu.dir/llist.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/llist.c.o -MF CMakeFiles/curlu.dir/llist.c.o.d -o CMakeFiles/curlu.dir/llist.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/llist.c + +external/curl/lib/CMakeFiles/curlu.dir/llist.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/llist.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/llist.c > CMakeFiles/curlu.dir/llist.c.i + +external/curl/lib/CMakeFiles/curlu.dir/llist.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/llist.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/llist.c -o CMakeFiles/curlu.dir/llist.c.s + +external/curl/lib/CMakeFiles/curlu.dir/macos.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/macos.c.o: /home/guest/Downloads/PopLib/external/curl/lib/macos.c +external/curl/lib/CMakeFiles/curlu.dir/macos.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_78) "Building C object external/curl/lib/CMakeFiles/curlu.dir/macos.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/macos.c.o -MF CMakeFiles/curlu.dir/macos.c.o.d -o CMakeFiles/curlu.dir/macos.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/macos.c + +external/curl/lib/CMakeFiles/curlu.dir/macos.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/macos.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/macos.c > CMakeFiles/curlu.dir/macos.c.i + +external/curl/lib/CMakeFiles/curlu.dir/macos.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/macos.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/macos.c -o CMakeFiles/curlu.dir/macos.c.s + +external/curl/lib/CMakeFiles/curlu.dir/md4.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/md4.c.o: /home/guest/Downloads/PopLib/external/curl/lib/md4.c +external/curl/lib/CMakeFiles/curlu.dir/md4.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_79) "Building C object external/curl/lib/CMakeFiles/curlu.dir/md4.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/md4.c.o -MF CMakeFiles/curlu.dir/md4.c.o.d -o CMakeFiles/curlu.dir/md4.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/md4.c + +external/curl/lib/CMakeFiles/curlu.dir/md4.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/md4.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/md4.c > CMakeFiles/curlu.dir/md4.c.i + +external/curl/lib/CMakeFiles/curlu.dir/md4.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/md4.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/md4.c -o CMakeFiles/curlu.dir/md4.c.s + +external/curl/lib/CMakeFiles/curlu.dir/md5.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/md5.c.o: /home/guest/Downloads/PopLib/external/curl/lib/md5.c +external/curl/lib/CMakeFiles/curlu.dir/md5.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_80) "Building C object external/curl/lib/CMakeFiles/curlu.dir/md5.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/md5.c.o -MF CMakeFiles/curlu.dir/md5.c.o.d -o CMakeFiles/curlu.dir/md5.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/md5.c + +external/curl/lib/CMakeFiles/curlu.dir/md5.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/md5.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/md5.c > CMakeFiles/curlu.dir/md5.c.i + +external/curl/lib/CMakeFiles/curlu.dir/md5.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/md5.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/md5.c -o CMakeFiles/curlu.dir/md5.c.s + +external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.o: /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c +external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_81) "Building C object external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.o -MF CMakeFiles/curlu.dir/memdebug.c.o.d -o CMakeFiles/curlu.dir/memdebug.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c + +external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/memdebug.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c > CMakeFiles/curlu.dir/memdebug.c.i + +external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/memdebug.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -o CMakeFiles/curlu.dir/memdebug.c.s + +external/curl/lib/CMakeFiles/curlu.dir/mime.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/mime.c.o: /home/guest/Downloads/PopLib/external/curl/lib/mime.c +external/curl/lib/CMakeFiles/curlu.dir/mime.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_82) "Building C object external/curl/lib/CMakeFiles/curlu.dir/mime.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/mime.c.o -MF CMakeFiles/curlu.dir/mime.c.o.d -o CMakeFiles/curlu.dir/mime.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/mime.c + +external/curl/lib/CMakeFiles/curlu.dir/mime.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/mime.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/mime.c > CMakeFiles/curlu.dir/mime.c.i + +external/curl/lib/CMakeFiles/curlu.dir/mime.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/mime.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/mime.c -o CMakeFiles/curlu.dir/mime.c.s + +external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.o: /home/guest/Downloads/PopLib/external/curl/lib/mprintf.c +external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_83) "Building C object external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.o -MF CMakeFiles/curlu.dir/mprintf.c.o.d -o CMakeFiles/curlu.dir/mprintf.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/mprintf.c + +external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/mprintf.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/mprintf.c > CMakeFiles/curlu.dir/mprintf.c.i + +external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/mprintf.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/mprintf.c -o CMakeFiles/curlu.dir/mprintf.c.s + +external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.o: /home/guest/Downloads/PopLib/external/curl/lib/mqtt.c +external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_84) "Building C object external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.o -MF CMakeFiles/curlu.dir/mqtt.c.o.d -o CMakeFiles/curlu.dir/mqtt.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/mqtt.c + +external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/mqtt.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/mqtt.c > CMakeFiles/curlu.dir/mqtt.c.i + +external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/mqtt.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/mqtt.c -o CMakeFiles/curlu.dir/mqtt.c.s + +external/curl/lib/CMakeFiles/curlu.dir/multi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/multi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/multi.c +external/curl/lib/CMakeFiles/curlu.dir/multi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_85) "Building C object external/curl/lib/CMakeFiles/curlu.dir/multi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/multi.c.o -MF CMakeFiles/curlu.dir/multi.c.o.d -o CMakeFiles/curlu.dir/multi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/multi.c + +external/curl/lib/CMakeFiles/curlu.dir/multi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/multi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/multi.c > CMakeFiles/curlu.dir/multi.c.i + +external/curl/lib/CMakeFiles/curlu.dir/multi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/multi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/multi.c -o CMakeFiles/curlu.dir/multi.c.s + +external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.o: /home/guest/Downloads/PopLib/external/curl/lib/multi_ev.c +external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_86) "Building C object external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.o -MF CMakeFiles/curlu.dir/multi_ev.c.o.d -o CMakeFiles/curlu.dir/multi_ev.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/multi_ev.c + +external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/multi_ev.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/multi_ev.c > CMakeFiles/curlu.dir/multi_ev.c.i + +external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/multi_ev.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/multi_ev.c -o CMakeFiles/curlu.dir/multi_ev.c.s + +external/curl/lib/CMakeFiles/curlu.dir/netrc.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/netrc.c.o: /home/guest/Downloads/PopLib/external/curl/lib/netrc.c +external/curl/lib/CMakeFiles/curlu.dir/netrc.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_87) "Building C object external/curl/lib/CMakeFiles/curlu.dir/netrc.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/netrc.c.o -MF CMakeFiles/curlu.dir/netrc.c.o.d -o CMakeFiles/curlu.dir/netrc.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/netrc.c + +external/curl/lib/CMakeFiles/curlu.dir/netrc.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/netrc.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/netrc.c > CMakeFiles/curlu.dir/netrc.c.i + +external/curl/lib/CMakeFiles/curlu.dir/netrc.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/netrc.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/netrc.c -o CMakeFiles/curlu.dir/netrc.c.s + +external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/noproxy.c +external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_88) "Building C object external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.o -MF CMakeFiles/curlu.dir/noproxy.c.o.d -o CMakeFiles/curlu.dir/noproxy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/noproxy.c + +external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/noproxy.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/noproxy.c > CMakeFiles/curlu.dir/noproxy.c.i + +external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/noproxy.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/noproxy.c -o CMakeFiles/curlu.dir/noproxy.c.s + +external/curl/lib/CMakeFiles/curlu.dir/openldap.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/openldap.c.o: /home/guest/Downloads/PopLib/external/curl/lib/openldap.c +external/curl/lib/CMakeFiles/curlu.dir/openldap.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_89) "Building C object external/curl/lib/CMakeFiles/curlu.dir/openldap.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/openldap.c.o -MF CMakeFiles/curlu.dir/openldap.c.o.d -o CMakeFiles/curlu.dir/openldap.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/openldap.c + +external/curl/lib/CMakeFiles/curlu.dir/openldap.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/openldap.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/openldap.c > CMakeFiles/curlu.dir/openldap.c.i + +external/curl/lib/CMakeFiles/curlu.dir/openldap.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/openldap.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/openldap.c -o CMakeFiles/curlu.dir/openldap.c.s + +external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.o: /home/guest/Downloads/PopLib/external/curl/lib/parsedate.c +external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_90) "Building C object external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.o -MF CMakeFiles/curlu.dir/parsedate.c.o.d -o CMakeFiles/curlu.dir/parsedate.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/parsedate.c + +external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/parsedate.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/parsedate.c > CMakeFiles/curlu.dir/parsedate.c.i + +external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/parsedate.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/parsedate.c -o CMakeFiles/curlu.dir/parsedate.c.s + +external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.o: /home/guest/Downloads/PopLib/external/curl/lib/pingpong.c +external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_91) "Building C object external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.o -MF CMakeFiles/curlu.dir/pingpong.c.o.d -o CMakeFiles/curlu.dir/pingpong.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/pingpong.c + +external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/pingpong.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/pingpong.c > CMakeFiles/curlu.dir/pingpong.c.i + +external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/pingpong.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/pingpong.c -o CMakeFiles/curlu.dir/pingpong.c.s + +external/curl/lib/CMakeFiles/curlu.dir/pop3.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/pop3.c.o: /home/guest/Downloads/PopLib/external/curl/lib/pop3.c +external/curl/lib/CMakeFiles/curlu.dir/pop3.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_92) "Building C object external/curl/lib/CMakeFiles/curlu.dir/pop3.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/pop3.c.o -MF CMakeFiles/curlu.dir/pop3.c.o.d -o CMakeFiles/curlu.dir/pop3.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/pop3.c + +external/curl/lib/CMakeFiles/curlu.dir/pop3.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/pop3.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/pop3.c > CMakeFiles/curlu.dir/pop3.c.i + +external/curl/lib/CMakeFiles/curlu.dir/pop3.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/pop3.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/pop3.c -o CMakeFiles/curlu.dir/pop3.c.s + +external/curl/lib/CMakeFiles/curlu.dir/progress.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/progress.c.o: /home/guest/Downloads/PopLib/external/curl/lib/progress.c +external/curl/lib/CMakeFiles/curlu.dir/progress.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_93) "Building C object external/curl/lib/CMakeFiles/curlu.dir/progress.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/progress.c.o -MF CMakeFiles/curlu.dir/progress.c.o.d -o CMakeFiles/curlu.dir/progress.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/progress.c + +external/curl/lib/CMakeFiles/curlu.dir/progress.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/progress.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/progress.c > CMakeFiles/curlu.dir/progress.c.i + +external/curl/lib/CMakeFiles/curlu.dir/progress.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/progress.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/progress.c -o CMakeFiles/curlu.dir/progress.c.s + +external/curl/lib/CMakeFiles/curlu.dir/psl.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/psl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/psl.c +external/curl/lib/CMakeFiles/curlu.dir/psl.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_94) "Building C object external/curl/lib/CMakeFiles/curlu.dir/psl.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/psl.c.o -MF CMakeFiles/curlu.dir/psl.c.o.d -o CMakeFiles/curlu.dir/psl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/psl.c + +external/curl/lib/CMakeFiles/curlu.dir/psl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/psl.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/psl.c > CMakeFiles/curlu.dir/psl.c.i + +external/curl/lib/CMakeFiles/curlu.dir/psl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/psl.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/psl.c -o CMakeFiles/curlu.dir/psl.c.s + +external/curl/lib/CMakeFiles/curlu.dir/rand.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/rand.c.o: /home/guest/Downloads/PopLib/external/curl/lib/rand.c +external/curl/lib/CMakeFiles/curlu.dir/rand.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_95) "Building C object external/curl/lib/CMakeFiles/curlu.dir/rand.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/rand.c.o -MF CMakeFiles/curlu.dir/rand.c.o.d -o CMakeFiles/curlu.dir/rand.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/rand.c + +external/curl/lib/CMakeFiles/curlu.dir/rand.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/rand.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/rand.c > CMakeFiles/curlu.dir/rand.c.i + +external/curl/lib/CMakeFiles/curlu.dir/rand.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/rand.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/rand.c -o CMakeFiles/curlu.dir/rand.c.s + +external/curl/lib/CMakeFiles/curlu.dir/rename.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/rename.c.o: /home/guest/Downloads/PopLib/external/curl/lib/rename.c +external/curl/lib/CMakeFiles/curlu.dir/rename.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_96) "Building C object external/curl/lib/CMakeFiles/curlu.dir/rename.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/rename.c.o -MF CMakeFiles/curlu.dir/rename.c.o.d -o CMakeFiles/curlu.dir/rename.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/rename.c + +external/curl/lib/CMakeFiles/curlu.dir/rename.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/rename.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/rename.c > CMakeFiles/curlu.dir/rename.c.i + +external/curl/lib/CMakeFiles/curlu.dir/rename.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/rename.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/rename.c -o CMakeFiles/curlu.dir/rename.c.s + +external/curl/lib/CMakeFiles/curlu.dir/request.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/request.c.o: /home/guest/Downloads/PopLib/external/curl/lib/request.c +external/curl/lib/CMakeFiles/curlu.dir/request.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_97) "Building C object external/curl/lib/CMakeFiles/curlu.dir/request.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/request.c.o -MF CMakeFiles/curlu.dir/request.c.o.d -o CMakeFiles/curlu.dir/request.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/request.c + +external/curl/lib/CMakeFiles/curlu.dir/request.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/request.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/request.c > CMakeFiles/curlu.dir/request.c.i + +external/curl/lib/CMakeFiles/curlu.dir/request.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/request.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/request.c -o CMakeFiles/curlu.dir/request.c.s + +external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/rtsp.c +external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_98) "Building C object external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.o -MF CMakeFiles/curlu.dir/rtsp.c.o.d -o CMakeFiles/curlu.dir/rtsp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/rtsp.c + +external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/rtsp.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/rtsp.c > CMakeFiles/curlu.dir/rtsp.c.i + +external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/rtsp.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/rtsp.c -o CMakeFiles/curlu.dir/rtsp.c.s + +external/curl/lib/CMakeFiles/curlu.dir/select.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/select.c.o: /home/guest/Downloads/PopLib/external/curl/lib/select.c +external/curl/lib/CMakeFiles/curlu.dir/select.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_99) "Building C object external/curl/lib/CMakeFiles/curlu.dir/select.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/select.c.o -MF CMakeFiles/curlu.dir/select.c.o.d -o CMakeFiles/curlu.dir/select.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/select.c + +external/curl/lib/CMakeFiles/curlu.dir/select.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/select.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/select.c > CMakeFiles/curlu.dir/select.c.i + +external/curl/lib/CMakeFiles/curlu.dir/select.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/select.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/select.c -o CMakeFiles/curlu.dir/select.c.s + +external/curl/lib/CMakeFiles/curlu.dir/sendf.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/sendf.c.o: /home/guest/Downloads/PopLib/external/curl/lib/sendf.c +external/curl/lib/CMakeFiles/curlu.dir/sendf.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_100) "Building C object external/curl/lib/CMakeFiles/curlu.dir/sendf.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/sendf.c.o -MF CMakeFiles/curlu.dir/sendf.c.o.d -o CMakeFiles/curlu.dir/sendf.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/sendf.c + +external/curl/lib/CMakeFiles/curlu.dir/sendf.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/sendf.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/sendf.c > CMakeFiles/curlu.dir/sendf.c.i + +external/curl/lib/CMakeFiles/curlu.dir/sendf.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/sendf.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/sendf.c -o CMakeFiles/curlu.dir/sendf.c.s + +external/curl/lib/CMakeFiles/curlu.dir/setopt.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/setopt.c.o: /home/guest/Downloads/PopLib/external/curl/lib/setopt.c +external/curl/lib/CMakeFiles/curlu.dir/setopt.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_101) "Building C object external/curl/lib/CMakeFiles/curlu.dir/setopt.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/setopt.c.o -MF CMakeFiles/curlu.dir/setopt.c.o.d -o CMakeFiles/curlu.dir/setopt.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/setopt.c + +external/curl/lib/CMakeFiles/curlu.dir/setopt.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/setopt.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/setopt.c > CMakeFiles/curlu.dir/setopt.c.i + +external/curl/lib/CMakeFiles/curlu.dir/setopt.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/setopt.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/setopt.c -o CMakeFiles/curlu.dir/setopt.c.s + +external/curl/lib/CMakeFiles/curlu.dir/sha256.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/sha256.c.o: /home/guest/Downloads/PopLib/external/curl/lib/sha256.c +external/curl/lib/CMakeFiles/curlu.dir/sha256.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_102) "Building C object external/curl/lib/CMakeFiles/curlu.dir/sha256.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/sha256.c.o -MF CMakeFiles/curlu.dir/sha256.c.o.d -o CMakeFiles/curlu.dir/sha256.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/sha256.c + +external/curl/lib/CMakeFiles/curlu.dir/sha256.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/sha256.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/sha256.c > CMakeFiles/curlu.dir/sha256.c.i + +external/curl/lib/CMakeFiles/curlu.dir/sha256.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/sha256.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/sha256.c -o CMakeFiles/curlu.dir/sha256.c.s + +external/curl/lib/CMakeFiles/curlu.dir/share.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/share.c.o: /home/guest/Downloads/PopLib/external/curl/lib/share.c +external/curl/lib/CMakeFiles/curlu.dir/share.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_103) "Building C object external/curl/lib/CMakeFiles/curlu.dir/share.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/share.c.o -MF CMakeFiles/curlu.dir/share.c.o.d -o CMakeFiles/curlu.dir/share.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/share.c + +external/curl/lib/CMakeFiles/curlu.dir/share.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/share.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/share.c > CMakeFiles/curlu.dir/share.c.i + +external/curl/lib/CMakeFiles/curlu.dir/share.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/share.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/share.c -o CMakeFiles/curlu.dir/share.c.s + +external/curl/lib/CMakeFiles/curlu.dir/slist.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/slist.c.o: /home/guest/Downloads/PopLib/external/curl/lib/slist.c +external/curl/lib/CMakeFiles/curlu.dir/slist.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_104) "Building C object external/curl/lib/CMakeFiles/curlu.dir/slist.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/slist.c.o -MF CMakeFiles/curlu.dir/slist.c.o.d -o CMakeFiles/curlu.dir/slist.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/slist.c + +external/curl/lib/CMakeFiles/curlu.dir/slist.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/slist.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/slist.c > CMakeFiles/curlu.dir/slist.c.i + +external/curl/lib/CMakeFiles/curlu.dir/slist.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/slist.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/slist.c -o CMakeFiles/curlu.dir/slist.c.s + +external/curl/lib/CMakeFiles/curlu.dir/smb.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/smb.c.o: /home/guest/Downloads/PopLib/external/curl/lib/smb.c +external/curl/lib/CMakeFiles/curlu.dir/smb.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_105) "Building C object external/curl/lib/CMakeFiles/curlu.dir/smb.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/smb.c.o -MF CMakeFiles/curlu.dir/smb.c.o.d -o CMakeFiles/curlu.dir/smb.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/smb.c + +external/curl/lib/CMakeFiles/curlu.dir/smb.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/smb.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/smb.c > CMakeFiles/curlu.dir/smb.c.i + +external/curl/lib/CMakeFiles/curlu.dir/smb.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/smb.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/smb.c -o CMakeFiles/curlu.dir/smb.c.s + +external/curl/lib/CMakeFiles/curlu.dir/smtp.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/smtp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/smtp.c +external/curl/lib/CMakeFiles/curlu.dir/smtp.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_106) "Building C object external/curl/lib/CMakeFiles/curlu.dir/smtp.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/smtp.c.o -MF CMakeFiles/curlu.dir/smtp.c.o.d -o CMakeFiles/curlu.dir/smtp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/smtp.c + +external/curl/lib/CMakeFiles/curlu.dir/smtp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/smtp.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/smtp.c > CMakeFiles/curlu.dir/smtp.c.i + +external/curl/lib/CMakeFiles/curlu.dir/smtp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/smtp.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/smtp.c -o CMakeFiles/curlu.dir/smtp.c.s + +external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.o: /home/guest/Downloads/PopLib/external/curl/lib/socketpair.c +external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_107) "Building C object external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.o -MF CMakeFiles/curlu.dir/socketpair.c.o.d -o CMakeFiles/curlu.dir/socketpair.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/socketpair.c + +external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/socketpair.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/socketpair.c > CMakeFiles/curlu.dir/socketpair.c.i + +external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/socketpair.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/socketpair.c -o CMakeFiles/curlu.dir/socketpair.c.s + +external/curl/lib/CMakeFiles/curlu.dir/socks.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/socks.c.o: /home/guest/Downloads/PopLib/external/curl/lib/socks.c +external/curl/lib/CMakeFiles/curlu.dir/socks.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_108) "Building C object external/curl/lib/CMakeFiles/curlu.dir/socks.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/socks.c.o -MF CMakeFiles/curlu.dir/socks.c.o.d -o CMakeFiles/curlu.dir/socks.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/socks.c + +external/curl/lib/CMakeFiles/curlu.dir/socks.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/socks.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/socks.c > CMakeFiles/curlu.dir/socks.c.i + +external/curl/lib/CMakeFiles/curlu.dir/socks.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/socks.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/socks.c -o CMakeFiles/curlu.dir/socks.c.s + +external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/socks_gssapi.c +external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_109) "Building C object external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.o -MF CMakeFiles/curlu.dir/socks_gssapi.c.o.d -o CMakeFiles/curlu.dir/socks_gssapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/socks_gssapi.c + +external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/socks_gssapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/socks_gssapi.c > CMakeFiles/curlu.dir/socks_gssapi.c.i + +external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/socks_gssapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/socks_gssapi.c -o CMakeFiles/curlu.dir/socks_gssapi.c.s + +external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/socks_sspi.c +external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_110) "Building C object external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.o -MF CMakeFiles/curlu.dir/socks_sspi.c.o.d -o CMakeFiles/curlu.dir/socks_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/socks_sspi.c + +external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/socks_sspi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/socks_sspi.c > CMakeFiles/curlu.dir/socks_sspi.c.i + +external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/socks_sspi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/socks_sspi.c -o CMakeFiles/curlu.dir/socks_sspi.c.s + +external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.o: /home/guest/Downloads/PopLib/external/curl/lib/speedcheck.c +external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_111) "Building C object external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.o -MF CMakeFiles/curlu.dir/speedcheck.c.o.d -o CMakeFiles/curlu.dir/speedcheck.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/speedcheck.c + +external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/speedcheck.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/speedcheck.c > CMakeFiles/curlu.dir/speedcheck.c.i + +external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/speedcheck.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/speedcheck.c -o CMakeFiles/curlu.dir/speedcheck.c.s + +external/curl/lib/CMakeFiles/curlu.dir/splay.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/splay.c.o: /home/guest/Downloads/PopLib/external/curl/lib/splay.c +external/curl/lib/CMakeFiles/curlu.dir/splay.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_112) "Building C object external/curl/lib/CMakeFiles/curlu.dir/splay.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/splay.c.o -MF CMakeFiles/curlu.dir/splay.c.o.d -o CMakeFiles/curlu.dir/splay.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/splay.c + +external/curl/lib/CMakeFiles/curlu.dir/splay.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/splay.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/splay.c > CMakeFiles/curlu.dir/splay.c.i + +external/curl/lib/CMakeFiles/curlu.dir/splay.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/splay.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/splay.c -o CMakeFiles/curlu.dir/splay.c.s + +external/curl/lib/CMakeFiles/curlu.dir/strcase.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/strcase.c.o: /home/guest/Downloads/PopLib/external/curl/lib/strcase.c +external/curl/lib/CMakeFiles/curlu.dir/strcase.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_113) "Building C object external/curl/lib/CMakeFiles/curlu.dir/strcase.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/strcase.c.o -MF CMakeFiles/curlu.dir/strcase.c.o.d -o CMakeFiles/curlu.dir/strcase.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/strcase.c + +external/curl/lib/CMakeFiles/curlu.dir/strcase.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/strcase.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/strcase.c > CMakeFiles/curlu.dir/strcase.c.i + +external/curl/lib/CMakeFiles/curlu.dir/strcase.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/strcase.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/strcase.c -o CMakeFiles/curlu.dir/strcase.c.s + +external/curl/lib/CMakeFiles/curlu.dir/strdup.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/strdup.c.o: /home/guest/Downloads/PopLib/external/curl/lib/strdup.c +external/curl/lib/CMakeFiles/curlu.dir/strdup.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_114) "Building C object external/curl/lib/CMakeFiles/curlu.dir/strdup.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/strdup.c.o -MF CMakeFiles/curlu.dir/strdup.c.o.d -o CMakeFiles/curlu.dir/strdup.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/strdup.c + +external/curl/lib/CMakeFiles/curlu.dir/strdup.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/strdup.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/strdup.c > CMakeFiles/curlu.dir/strdup.c.i + +external/curl/lib/CMakeFiles/curlu.dir/strdup.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/strdup.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/strdup.c -o CMakeFiles/curlu.dir/strdup.c.s + +external/curl/lib/CMakeFiles/curlu.dir/strequal.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/strequal.c.o: /home/guest/Downloads/PopLib/external/curl/lib/strequal.c +external/curl/lib/CMakeFiles/curlu.dir/strequal.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_115) "Building C object external/curl/lib/CMakeFiles/curlu.dir/strequal.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/strequal.c.o -MF CMakeFiles/curlu.dir/strequal.c.o.d -o CMakeFiles/curlu.dir/strequal.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/strequal.c + +external/curl/lib/CMakeFiles/curlu.dir/strequal.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/strequal.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/strequal.c > CMakeFiles/curlu.dir/strequal.c.i + +external/curl/lib/CMakeFiles/curlu.dir/strequal.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/strequal.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/strequal.c -o CMakeFiles/curlu.dir/strequal.c.s + +external/curl/lib/CMakeFiles/curlu.dir/strerror.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/strerror.c.o: /home/guest/Downloads/PopLib/external/curl/lib/strerror.c +external/curl/lib/CMakeFiles/curlu.dir/strerror.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_116) "Building C object external/curl/lib/CMakeFiles/curlu.dir/strerror.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/strerror.c.o -MF CMakeFiles/curlu.dir/strerror.c.o.d -o CMakeFiles/curlu.dir/strerror.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/strerror.c + +external/curl/lib/CMakeFiles/curlu.dir/strerror.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/strerror.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/strerror.c > CMakeFiles/curlu.dir/strerror.c.i + +external/curl/lib/CMakeFiles/curlu.dir/strerror.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/strerror.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/strerror.c -o CMakeFiles/curlu.dir/strerror.c.s + +external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/system_win32.c +external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_117) "Building C object external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.o -MF CMakeFiles/curlu.dir/system_win32.c.o.d -o CMakeFiles/curlu.dir/system_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/system_win32.c + +external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/system_win32.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/system_win32.c > CMakeFiles/curlu.dir/system_win32.c.i + +external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/system_win32.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/system_win32.c -o CMakeFiles/curlu.dir/system_win32.c.s + +external/curl/lib/CMakeFiles/curlu.dir/telnet.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/telnet.c.o: /home/guest/Downloads/PopLib/external/curl/lib/telnet.c +external/curl/lib/CMakeFiles/curlu.dir/telnet.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_118) "Building C object external/curl/lib/CMakeFiles/curlu.dir/telnet.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/telnet.c.o -MF CMakeFiles/curlu.dir/telnet.c.o.d -o CMakeFiles/curlu.dir/telnet.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/telnet.c + +external/curl/lib/CMakeFiles/curlu.dir/telnet.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/telnet.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/telnet.c > CMakeFiles/curlu.dir/telnet.c.i + +external/curl/lib/CMakeFiles/curlu.dir/telnet.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/telnet.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/telnet.c -o CMakeFiles/curlu.dir/telnet.c.s + +external/curl/lib/CMakeFiles/curlu.dir/tftp.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/tftp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/tftp.c +external/curl/lib/CMakeFiles/curlu.dir/tftp.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_119) "Building C object external/curl/lib/CMakeFiles/curlu.dir/tftp.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/tftp.c.o -MF CMakeFiles/curlu.dir/tftp.c.o.d -o CMakeFiles/curlu.dir/tftp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/tftp.c + +external/curl/lib/CMakeFiles/curlu.dir/tftp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/tftp.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/tftp.c > CMakeFiles/curlu.dir/tftp.c.i + +external/curl/lib/CMakeFiles/curlu.dir/tftp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/tftp.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/tftp.c -o CMakeFiles/curlu.dir/tftp.c.s + +external/curl/lib/CMakeFiles/curlu.dir/transfer.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/transfer.c.o: /home/guest/Downloads/PopLib/external/curl/lib/transfer.c +external/curl/lib/CMakeFiles/curlu.dir/transfer.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_120) "Building C object external/curl/lib/CMakeFiles/curlu.dir/transfer.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/transfer.c.o -MF CMakeFiles/curlu.dir/transfer.c.o.d -o CMakeFiles/curlu.dir/transfer.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/transfer.c + +external/curl/lib/CMakeFiles/curlu.dir/transfer.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/transfer.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/transfer.c > CMakeFiles/curlu.dir/transfer.c.i + +external/curl/lib/CMakeFiles/curlu.dir/transfer.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/transfer.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/transfer.c -o CMakeFiles/curlu.dir/transfer.c.s + +external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.o: /home/guest/Downloads/PopLib/external/curl/lib/uint-bset.c +external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_121) "Building C object external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.o -MF CMakeFiles/curlu.dir/uint-bset.c.o.d -o CMakeFiles/curlu.dir/uint-bset.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/uint-bset.c + +external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/uint-bset.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/uint-bset.c > CMakeFiles/curlu.dir/uint-bset.c.i + +external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/uint-bset.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/uint-bset.c -o CMakeFiles/curlu.dir/uint-bset.c.s + +external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.o: /home/guest/Downloads/PopLib/external/curl/lib/uint-hash.c +external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_122) "Building C object external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.o -MF CMakeFiles/curlu.dir/uint-hash.c.o.d -o CMakeFiles/curlu.dir/uint-hash.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/uint-hash.c + +external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/uint-hash.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/uint-hash.c > CMakeFiles/curlu.dir/uint-hash.c.i + +external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/uint-hash.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/uint-hash.c -o CMakeFiles/curlu.dir/uint-hash.c.s + +external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.o: /home/guest/Downloads/PopLib/external/curl/lib/uint-spbset.c +external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_123) "Building C object external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.o -MF CMakeFiles/curlu.dir/uint-spbset.c.o.d -o CMakeFiles/curlu.dir/uint-spbset.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/uint-spbset.c + +external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/uint-spbset.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/uint-spbset.c > CMakeFiles/curlu.dir/uint-spbset.c.i + +external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/uint-spbset.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/uint-spbset.c -o CMakeFiles/curlu.dir/uint-spbset.c.s + +external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.o: /home/guest/Downloads/PopLib/external/curl/lib/uint-table.c +external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_124) "Building C object external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.o -MF CMakeFiles/curlu.dir/uint-table.c.o.d -o CMakeFiles/curlu.dir/uint-table.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/uint-table.c + +external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/uint-table.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/uint-table.c > CMakeFiles/curlu.dir/uint-table.c.i + +external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/uint-table.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/uint-table.c -o CMakeFiles/curlu.dir/uint-table.c.s + +external/curl/lib/CMakeFiles/curlu.dir/url.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/url.c.o: /home/guest/Downloads/PopLib/external/curl/lib/url.c +external/curl/lib/CMakeFiles/curlu.dir/url.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_125) "Building C object external/curl/lib/CMakeFiles/curlu.dir/url.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/url.c.o -MF CMakeFiles/curlu.dir/url.c.o.d -o CMakeFiles/curlu.dir/url.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/url.c + +external/curl/lib/CMakeFiles/curlu.dir/url.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/url.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/url.c > CMakeFiles/curlu.dir/url.c.i + +external/curl/lib/CMakeFiles/curlu.dir/url.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/url.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/url.c -o CMakeFiles/curlu.dir/url.c.s + +external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/urlapi.c +external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_126) "Building C object external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.o -MF CMakeFiles/curlu.dir/urlapi.c.o.d -o CMakeFiles/curlu.dir/urlapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/urlapi.c + +external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/urlapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/urlapi.c > CMakeFiles/curlu.dir/urlapi.c.i + +external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/urlapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/urlapi.c -o CMakeFiles/curlu.dir/urlapi.c.s + +external/curl/lib/CMakeFiles/curlu.dir/version.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/version.c.o: /home/guest/Downloads/PopLib/external/curl/lib/version.c +external/curl/lib/CMakeFiles/curlu.dir/version.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_127) "Building C object external/curl/lib/CMakeFiles/curlu.dir/version.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/version.c.o -MF CMakeFiles/curlu.dir/version.c.o.d -o CMakeFiles/curlu.dir/version.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/version.c + +external/curl/lib/CMakeFiles/curlu.dir/version.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/version.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/version.c > CMakeFiles/curlu.dir/version.c.i + +external/curl/lib/CMakeFiles/curlu.dir/version.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/version.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/version.c -o CMakeFiles/curlu.dir/version.c.s + +external/curl/lib/CMakeFiles/curlu.dir/ws.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/ws.c.o: /home/guest/Downloads/PopLib/external/curl/lib/ws.c +external/curl/lib/CMakeFiles/curlu.dir/ws.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_128) "Building C object external/curl/lib/CMakeFiles/curlu.dir/ws.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/ws.c.o -MF CMakeFiles/curlu.dir/ws.c.o.d -o CMakeFiles/curlu.dir/ws.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/ws.c + +external/curl/lib/CMakeFiles/curlu.dir/ws.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/ws.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/ws.c > CMakeFiles/curlu.dir/ws.c.i + +external/curl/lib/CMakeFiles/curlu.dir/ws.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/ws.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/ws.c -o CMakeFiles/curlu.dir/ws.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/cleartext.c +external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_129) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.o -MF CMakeFiles/curlu.dir/vauth/cleartext.c.o.d -o CMakeFiles/curlu.dir/vauth/cleartext.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/cleartext.c + +external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/cleartext.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/cleartext.c > CMakeFiles/curlu.dir/vauth/cleartext.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/cleartext.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/cleartext.c -o CMakeFiles/curlu.dir/vauth/cleartext.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/cram.c +external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_130) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.o -MF CMakeFiles/curlu.dir/vauth/cram.c.o.d -o CMakeFiles/curlu.dir/vauth/cram.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/cram.c + +external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/cram.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/cram.c > CMakeFiles/curlu.dir/vauth/cram.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/cram.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/cram.c -o CMakeFiles/curlu.dir/vauth/cram.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest.c +external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_131) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.o -MF CMakeFiles/curlu.dir/vauth/digest.c.o.d -o CMakeFiles/curlu.dir/vauth/digest.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest.c + +external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/digest.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest.c > CMakeFiles/curlu.dir/vauth/digest.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/digest.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest.c -o CMakeFiles/curlu.dir/vauth/digest.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest_sspi.c +external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_132) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.o -MF CMakeFiles/curlu.dir/vauth/digest_sspi.c.o.d -o CMakeFiles/curlu.dir/vauth/digest_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest_sspi.c + +external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/digest_sspi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest_sspi.c > CMakeFiles/curlu.dir/vauth/digest_sspi.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/digest_sspi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest_sspi.c -o CMakeFiles/curlu.dir/vauth/digest_sspi.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/gsasl.c +external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_133) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.o -MF CMakeFiles/curlu.dir/vauth/gsasl.c.o.d -o CMakeFiles/curlu.dir/vauth/gsasl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/gsasl.c + +external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/gsasl.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/gsasl.c > CMakeFiles/curlu.dir/vauth/gsasl.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/gsasl.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/gsasl.c -o CMakeFiles/curlu.dir/vauth/gsasl.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_gssapi.c +external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_134) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o -MF CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o.d -o CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_gssapi.c + +external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_gssapi.c > CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_gssapi.c -o CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_sspi.c +external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_135) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o -MF CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o.d -o CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_sspi.c + +external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/krb5_sspi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_sspi.c > CMakeFiles/curlu.dir/vauth/krb5_sspi.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/krb5_sspi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_sspi.c -o CMakeFiles/curlu.dir/vauth/krb5_sspi.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm.c +external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_136) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.o -MF CMakeFiles/curlu.dir/vauth/ntlm.c.o.d -o CMakeFiles/curlu.dir/vauth/ntlm.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm.c + +external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/ntlm.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm.c > CMakeFiles/curlu.dir/vauth/ntlm.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/ntlm.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm.c -o CMakeFiles/curlu.dir/vauth/ntlm.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm_sspi.c +external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_137) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o -MF CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o.d -o CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm_sspi.c + +external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm_sspi.c > CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm_sspi.c -o CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/oauth2.c +external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_138) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.o -MF CMakeFiles/curlu.dir/vauth/oauth2.c.o.d -o CMakeFiles/curlu.dir/vauth/oauth2.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/oauth2.c + +external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/oauth2.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/oauth2.c > CMakeFiles/curlu.dir/vauth/oauth2.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/oauth2.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/oauth2.c -o CMakeFiles/curlu.dir/vauth/oauth2.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_gssapi.c +external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_139) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o -MF CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o.d -o CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_gssapi.c + +external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_gssapi.c > CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_gssapi.c -o CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_sspi.c +external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_140) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o -MF CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o.d -o CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_sspi.c + +external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/spnego_sspi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_sspi.c > CMakeFiles/curlu.dir/vauth/spnego_sspi.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/spnego_sspi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_sspi.c -o CMakeFiles/curlu.dir/vauth/spnego_sspi.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/vauth.c +external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_141) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.o -MF CMakeFiles/curlu.dir/vauth/vauth.c.o.d -o CMakeFiles/curlu.dir/vauth/vauth.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/vauth.c + +external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/vauth.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/vauth.c > CMakeFiles/curlu.dir/vauth/vauth.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/vauth.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/vauth.c -o CMakeFiles/curlu.dir/vauth/vauth.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/bearssl.c +external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_142) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.o -MF CMakeFiles/curlu.dir/vtls/bearssl.c.o.d -o CMakeFiles/curlu.dir/vtls/bearssl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/bearssl.c + +external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/bearssl.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/bearssl.c > CMakeFiles/curlu.dir/vtls/bearssl.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/bearssl.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/bearssl.c -o CMakeFiles/curlu.dir/vtls/bearssl.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/cipher_suite.c +external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_143) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.o -MF CMakeFiles/curlu.dir/vtls/cipher_suite.c.o.d -o CMakeFiles/curlu.dir/vtls/cipher_suite.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/cipher_suite.c + +external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/cipher_suite.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/cipher_suite.c > CMakeFiles/curlu.dir/vtls/cipher_suite.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/cipher_suite.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/cipher_suite.c -o CMakeFiles/curlu.dir/vtls/cipher_suite.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/gtls.c +external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_144) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.o -MF CMakeFiles/curlu.dir/vtls/gtls.c.o.d -o CMakeFiles/curlu.dir/vtls/gtls.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/gtls.c + +external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/gtls.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/gtls.c > CMakeFiles/curlu.dir/vtls/gtls.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/gtls.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/gtls.c -o CMakeFiles/curlu.dir/vtls/gtls.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/hostcheck.c +external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_145) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.o -MF CMakeFiles/curlu.dir/vtls/hostcheck.c.o.d -o CMakeFiles/curlu.dir/vtls/hostcheck.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/hostcheck.c + +external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/hostcheck.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/hostcheck.c > CMakeFiles/curlu.dir/vtls/hostcheck.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/hostcheck.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/hostcheck.c -o CMakeFiles/curlu.dir/vtls/hostcheck.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/keylog.c +external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_146) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.o -MF CMakeFiles/curlu.dir/vtls/keylog.c.o.d -o CMakeFiles/curlu.dir/vtls/keylog.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/keylog.c + +external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/keylog.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/keylog.c > CMakeFiles/curlu.dir/vtls/keylog.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/keylog.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/keylog.c -o CMakeFiles/curlu.dir/vtls/keylog.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls.c +external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_147) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.o -MF CMakeFiles/curlu.dir/vtls/mbedtls.c.o.d -o CMakeFiles/curlu.dir/vtls/mbedtls.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls.c + +external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/mbedtls.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls.c > CMakeFiles/curlu.dir/vtls/mbedtls.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/mbedtls.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls.c -o CMakeFiles/curlu.dir/vtls/mbedtls.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls_threadlock.c +external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_148) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o -MF CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o.d -o CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls_threadlock.c + +external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls_threadlock.c > CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls_threadlock.c -o CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/openssl.c +external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_149) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.o -MF CMakeFiles/curlu.dir/vtls/openssl.c.o.d -o CMakeFiles/curlu.dir/vtls/openssl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/openssl.c + +external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/openssl.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/openssl.c > CMakeFiles/curlu.dir/vtls/openssl.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/openssl.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/openssl.c -o CMakeFiles/curlu.dir/vtls/openssl.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/rustls.c +external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_150) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.o -MF CMakeFiles/curlu.dir/vtls/rustls.c.o.d -o CMakeFiles/curlu.dir/vtls/rustls.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/rustls.c + +external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/rustls.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/rustls.c > CMakeFiles/curlu.dir/vtls/rustls.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/rustls.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/rustls.c -o CMakeFiles/curlu.dir/vtls/rustls.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel.c +external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_151) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.o -MF CMakeFiles/curlu.dir/vtls/schannel.c.o.d -o CMakeFiles/curlu.dir/vtls/schannel.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel.c + +external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/schannel.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel.c > CMakeFiles/curlu.dir/vtls/schannel.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/schannel.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel.c -o CMakeFiles/curlu.dir/vtls/schannel.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel_verify.c +external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_152) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.o -MF CMakeFiles/curlu.dir/vtls/schannel_verify.c.o.d -o CMakeFiles/curlu.dir/vtls/schannel_verify.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel_verify.c + +external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/schannel_verify.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel_verify.c > CMakeFiles/curlu.dir/vtls/schannel_verify.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/schannel_verify.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel_verify.c -o CMakeFiles/curlu.dir/vtls/schannel_verify.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/sectransp.c +external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_153) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.o -MF CMakeFiles/curlu.dir/vtls/sectransp.c.o.d -o CMakeFiles/curlu.dir/vtls/sectransp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/sectransp.c + +external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/sectransp.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/sectransp.c > CMakeFiles/curlu.dir/vtls/sectransp.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/sectransp.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/sectransp.c -o CMakeFiles/curlu.dir/vtls/sectransp.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls.c +external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_154) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.o -MF CMakeFiles/curlu.dir/vtls/vtls.c.o.d -o CMakeFiles/curlu.dir/vtls/vtls.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls.c + +external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/vtls.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls.c > CMakeFiles/curlu.dir/vtls/vtls.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/vtls.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls.c -o CMakeFiles/curlu.dir/vtls/vtls.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_scache.c +external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_155) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.o -MF CMakeFiles/curlu.dir/vtls/vtls_scache.c.o.d -o CMakeFiles/curlu.dir/vtls/vtls_scache.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_scache.c + +external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/vtls_scache.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_scache.c > CMakeFiles/curlu.dir/vtls/vtls_scache.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/vtls_scache.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_scache.c -o CMakeFiles/curlu.dir/vtls/vtls_scache.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_spack.c +external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_156) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.o -MF CMakeFiles/curlu.dir/vtls/vtls_spack.c.o.d -o CMakeFiles/curlu.dir/vtls/vtls_spack.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_spack.c + +external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/vtls_spack.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_spack.c > CMakeFiles/curlu.dir/vtls/vtls_spack.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/vtls_spack.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_spack.c -o CMakeFiles/curlu.dir/vtls/vtls_spack.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/wolfssl.c +external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_157) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.o -MF CMakeFiles/curlu.dir/vtls/wolfssl.c.o.d -o CMakeFiles/curlu.dir/vtls/wolfssl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/wolfssl.c + +external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/wolfssl.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/wolfssl.c > CMakeFiles/curlu.dir/vtls/wolfssl.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/wolfssl.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/wolfssl.c -o CMakeFiles/curlu.dir/vtls/wolfssl.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/x509asn1.c +external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_158) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.o -MF CMakeFiles/curlu.dir/vtls/x509asn1.c.o.d -o CMakeFiles/curlu.dir/vtls/x509asn1.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/x509asn1.c + +external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/x509asn1.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/x509asn1.c > CMakeFiles/curlu.dir/vtls/x509asn1.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/x509asn1.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/x509asn1.c -o CMakeFiles/curlu.dir/vtls/x509asn1.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_msh3.c +external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_159) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.o -MF CMakeFiles/curlu.dir/vquic/curl_msh3.c.o.d -o CMakeFiles/curlu.dir/vquic/curl_msh3.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_msh3.c + +external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vquic/curl_msh3.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_msh3.c > CMakeFiles/curlu.dir/vquic/curl_msh3.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vquic/curl_msh3.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_msh3.c -o CMakeFiles/curlu.dir/vquic/curl_msh3.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_ngtcp2.c +external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_160) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o -MF CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o.d -o CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_ngtcp2.c + +external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_ngtcp2.c > CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_ngtcp2.c -o CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_osslq.c +external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_161) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.o -MF CMakeFiles/curlu.dir/vquic/curl_osslq.c.o.d -o CMakeFiles/curlu.dir/vquic/curl_osslq.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_osslq.c + +external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vquic/curl_osslq.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_osslq.c > CMakeFiles/curlu.dir/vquic/curl_osslq.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vquic/curl_osslq.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_osslq.c -o CMakeFiles/curlu.dir/vquic/curl_osslq.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_quiche.c +external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_162) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.o -MF CMakeFiles/curlu.dir/vquic/curl_quiche.c.o.d -o CMakeFiles/curlu.dir/vquic/curl_quiche.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_quiche.c + +external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vquic/curl_quiche.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_quiche.c > CMakeFiles/curlu.dir/vquic/curl_quiche.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vquic/curl_quiche.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_quiche.c -o CMakeFiles/curlu.dir/vquic/curl_quiche.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic.c +external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_163) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.o -MF CMakeFiles/curlu.dir/vquic/vquic.c.o.d -o CMakeFiles/curlu.dir/vquic/vquic.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic.c + +external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vquic/vquic.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic.c > CMakeFiles/curlu.dir/vquic/vquic.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vquic/vquic.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic.c -o CMakeFiles/curlu.dir/vquic/vquic.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic-tls.c +external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_164) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.o -MF CMakeFiles/curlu.dir/vquic/vquic-tls.c.o.d -o CMakeFiles/curlu.dir/vquic/vquic-tls.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic-tls.c + +external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vquic/vquic-tls.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic-tls.c > CMakeFiles/curlu.dir/vquic/vquic-tls.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vquic/vquic-tls.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic-tls.c -o CMakeFiles/curlu.dir/vquic/vquic-tls.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh.c +external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_165) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.o -MF CMakeFiles/curlu.dir/vssh/libssh.c.o.d -o CMakeFiles/curlu.dir/vssh/libssh.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh.c + +external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vssh/libssh.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh.c > CMakeFiles/curlu.dir/vssh/libssh.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vssh/libssh.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh.c -o CMakeFiles/curlu.dir/vssh/libssh.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh2.c +external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_166) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.o -MF CMakeFiles/curlu.dir/vssh/libssh2.c.o.d -o CMakeFiles/curlu.dir/vssh/libssh2.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh2.c + +external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vssh/libssh2.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh2.c > CMakeFiles/curlu.dir/vssh/libssh2.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vssh/libssh2.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh2.c -o CMakeFiles/curlu.dir/vssh/libssh2.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vssh/curl_path.c +external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_167) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.o -MF CMakeFiles/curlu.dir/vssh/curl_path.c.o.d -o CMakeFiles/curlu.dir/vssh/curl_path.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vssh/curl_path.c + +external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vssh/curl_path.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vssh/curl_path.c > CMakeFiles/curlu.dir/vssh/curl_path.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vssh/curl_path.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vssh/curl_path.c -o CMakeFiles/curlu.dir/vssh/curl_path.c.s + +external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vssh/wolfssh.c +external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_168) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.o -MF CMakeFiles/curlu.dir/vssh/wolfssh.c.o.d -o CMakeFiles/curlu.dir/vssh/wolfssh.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vssh/wolfssh.c + +external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vssh/wolfssh.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vssh/wolfssh.c > CMakeFiles/curlu.dir/vssh/wolfssh.c.i + +external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vssh/wolfssh.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vssh/wolfssh.c -o CMakeFiles/curlu.dir/vssh/wolfssh.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c +external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_169) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.o -MF CMakeFiles/curlu.dir/curlx/base64.c.o.d -o CMakeFiles/curlu.dir/curlx/base64.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c + +external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curlx/base64.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c > CMakeFiles/curlu.dir/curlx/base64.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curlx/base64.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -o CMakeFiles/curlu.dir/curlx/base64.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/dynbuf.c +external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_170) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.o -MF CMakeFiles/curlu.dir/curlx/dynbuf.c.o.d -o CMakeFiles/curlu.dir/curlx/dynbuf.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/dynbuf.c + +external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curlx/dynbuf.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/dynbuf.c > CMakeFiles/curlu.dir/curlx/dynbuf.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curlx/dynbuf.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/dynbuf.c -o CMakeFiles/curlu.dir/curlx/dynbuf.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c +external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_171) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.o -MF CMakeFiles/curlu.dir/curlx/inet_pton.c.o.d -o CMakeFiles/curlu.dir/curlx/inet_pton.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c + +external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curlx/inet_pton.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c > CMakeFiles/curlu.dir/curlx/inet_pton.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curlx/inet_pton.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c -o CMakeFiles/curlu.dir/curlx/inet_pton.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c +external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_172) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.o -MF CMakeFiles/curlu.dir/curlx/multibyte.c.o.d -o CMakeFiles/curlu.dir/curlx/multibyte.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c + +external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curlx/multibyte.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c > CMakeFiles/curlu.dir/curlx/multibyte.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curlx/multibyte.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -o CMakeFiles/curlu.dir/curlx/multibyte.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c +external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_173) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.o -MF CMakeFiles/curlu.dir/curlx/nonblock.c.o.d -o CMakeFiles/curlu.dir/curlx/nonblock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c + +external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curlx/nonblock.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c > CMakeFiles/curlu.dir/curlx/nonblock.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curlx/nonblock.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -o CMakeFiles/curlu.dir/curlx/nonblock.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c +external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_174) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.o -MF CMakeFiles/curlu.dir/curlx/strparse.c.o.d -o CMakeFiles/curlu.dir/curlx/strparse.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c + +external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curlx/strparse.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c > CMakeFiles/curlu.dir/curlx/strparse.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curlx/strparse.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -o CMakeFiles/curlu.dir/curlx/strparse.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c +external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_175) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.o -MF CMakeFiles/curlu.dir/curlx/timediff.c.o.d -o CMakeFiles/curlu.dir/curlx/timediff.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c + +external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curlx/timediff.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c > CMakeFiles/curlu.dir/curlx/timediff.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curlx/timediff.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -o CMakeFiles/curlu.dir/curlx/timediff.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c +external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_176) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.o -MF CMakeFiles/curlu.dir/curlx/timeval.c.o.d -o CMakeFiles/curlu.dir/curlx/timeval.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c + +external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curlx/timeval.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c > CMakeFiles/curlu.dir/curlx/timeval.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curlx/timeval.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -o CMakeFiles/curlu.dir/curlx/timeval.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c +external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_177) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.o -MF CMakeFiles/curlu.dir/curlx/version_win32.c.o.d -o CMakeFiles/curlu.dir/curlx/version_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c + +external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curlx/version_win32.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c > CMakeFiles/curlu.dir/curlx/version_win32.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curlx/version_win32.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -o CMakeFiles/curlu.dir/curlx/version_win32.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c +external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_178) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.o -MF CMakeFiles/curlu.dir/curlx/warnless.c.o.d -o CMakeFiles/curlu.dir/curlx/warnless.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c + +external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curlx/warnless.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c > CMakeFiles/curlu.dir/curlx/warnless.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curlx/warnless.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -o CMakeFiles/curlu.dir/curlx/warnless.c.s + +external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make +external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c +external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_179) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.o -MF CMakeFiles/curlu.dir/curlx/winapi.c.o.d -o CMakeFiles/curlu.dir/curlx/winapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c + +external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curlx/winapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c > CMakeFiles/curlu.dir/curlx/winapi.c.i + +external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curlx/winapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -o CMakeFiles/curlu.dir/curlx/winapi.c.s + +# Object files for target curlu +curlu_OBJECTS = \ +"CMakeFiles/curlu.dir/altsvc.c.o" \ +"CMakeFiles/curlu.dir/amigaos.c.o" \ +"CMakeFiles/curlu.dir/asyn-ares.c.o" \ +"CMakeFiles/curlu.dir/asyn-base.c.o" \ +"CMakeFiles/curlu.dir/asyn-thrdd.c.o" \ +"CMakeFiles/curlu.dir/bufq.c.o" \ +"CMakeFiles/curlu.dir/bufref.c.o" \ +"CMakeFiles/curlu.dir/cf-h1-proxy.c.o" \ +"CMakeFiles/curlu.dir/cf-h2-proxy.c.o" \ +"CMakeFiles/curlu.dir/cf-haproxy.c.o" \ +"CMakeFiles/curlu.dir/cf-https-connect.c.o" \ +"CMakeFiles/curlu.dir/cf-socket.c.o" \ +"CMakeFiles/curlu.dir/cfilters.c.o" \ +"CMakeFiles/curlu.dir/conncache.c.o" \ +"CMakeFiles/curlu.dir/connect.c.o" \ +"CMakeFiles/curlu.dir/content_encoding.c.o" \ +"CMakeFiles/curlu.dir/cookie.c.o" \ +"CMakeFiles/curlu.dir/cshutdn.c.o" \ +"CMakeFiles/curlu.dir/curl_addrinfo.c.o" \ +"CMakeFiles/curlu.dir/curl_des.c.o" \ +"CMakeFiles/curlu.dir/curl_endian.c.o" \ +"CMakeFiles/curlu.dir/curl_fnmatch.c.o" \ +"CMakeFiles/curlu.dir/curl_get_line.c.o" \ +"CMakeFiles/curlu.dir/curl_gethostname.c.o" \ +"CMakeFiles/curlu.dir/curl_gssapi.c.o" \ +"CMakeFiles/curlu.dir/curl_memrchr.c.o" \ +"CMakeFiles/curlu.dir/curl_ntlm_core.c.o" \ +"CMakeFiles/curlu.dir/curl_range.c.o" \ +"CMakeFiles/curlu.dir/curl_rtmp.c.o" \ +"CMakeFiles/curlu.dir/curl_sasl.c.o" \ +"CMakeFiles/curlu.dir/curl_sha512_256.c.o" \ +"CMakeFiles/curlu.dir/curl_sspi.c.o" \ +"CMakeFiles/curlu.dir/curl_threads.c.o" \ +"CMakeFiles/curlu.dir/curl_trc.c.o" \ +"CMakeFiles/curlu.dir/cw-out.c.o" \ +"CMakeFiles/curlu.dir/cw-pause.c.o" \ +"CMakeFiles/curlu.dir/dict.c.o" \ +"CMakeFiles/curlu.dir/doh.c.o" \ +"CMakeFiles/curlu.dir/dynhds.c.o" \ +"CMakeFiles/curlu.dir/easy.c.o" \ +"CMakeFiles/curlu.dir/easygetopt.c.o" \ +"CMakeFiles/curlu.dir/easyoptions.c.o" \ +"CMakeFiles/curlu.dir/escape.c.o" \ +"CMakeFiles/curlu.dir/fake_addrinfo.c.o" \ +"CMakeFiles/curlu.dir/file.c.o" \ +"CMakeFiles/curlu.dir/fileinfo.c.o" \ +"CMakeFiles/curlu.dir/fopen.c.o" \ +"CMakeFiles/curlu.dir/formdata.c.o" \ +"CMakeFiles/curlu.dir/ftp.c.o" \ +"CMakeFiles/curlu.dir/ftplistparser.c.o" \ +"CMakeFiles/curlu.dir/getenv.c.o" \ +"CMakeFiles/curlu.dir/getinfo.c.o" \ +"CMakeFiles/curlu.dir/gopher.c.o" \ +"CMakeFiles/curlu.dir/hash.c.o" \ +"CMakeFiles/curlu.dir/headers.c.o" \ +"CMakeFiles/curlu.dir/hmac.c.o" \ +"CMakeFiles/curlu.dir/hostip.c.o" \ +"CMakeFiles/curlu.dir/hostip4.c.o" \ +"CMakeFiles/curlu.dir/hostip6.c.o" \ +"CMakeFiles/curlu.dir/hsts.c.o" \ +"CMakeFiles/curlu.dir/http.c.o" \ +"CMakeFiles/curlu.dir/http1.c.o" \ +"CMakeFiles/curlu.dir/http2.c.o" \ +"CMakeFiles/curlu.dir/http_aws_sigv4.c.o" \ +"CMakeFiles/curlu.dir/http_chunks.c.o" \ +"CMakeFiles/curlu.dir/http_digest.c.o" \ +"CMakeFiles/curlu.dir/http_negotiate.c.o" \ +"CMakeFiles/curlu.dir/http_ntlm.c.o" \ +"CMakeFiles/curlu.dir/http_proxy.c.o" \ +"CMakeFiles/curlu.dir/httpsrr.c.o" \ +"CMakeFiles/curlu.dir/idn.c.o" \ +"CMakeFiles/curlu.dir/if2ip.c.o" \ +"CMakeFiles/curlu.dir/imap.c.o" \ +"CMakeFiles/curlu.dir/inet_ntop.c.o" \ +"CMakeFiles/curlu.dir/krb5.c.o" \ +"CMakeFiles/curlu.dir/ldap.c.o" \ +"CMakeFiles/curlu.dir/llist.c.o" \ +"CMakeFiles/curlu.dir/macos.c.o" \ +"CMakeFiles/curlu.dir/md4.c.o" \ +"CMakeFiles/curlu.dir/md5.c.o" \ +"CMakeFiles/curlu.dir/memdebug.c.o" \ +"CMakeFiles/curlu.dir/mime.c.o" \ +"CMakeFiles/curlu.dir/mprintf.c.o" \ +"CMakeFiles/curlu.dir/mqtt.c.o" \ +"CMakeFiles/curlu.dir/multi.c.o" \ +"CMakeFiles/curlu.dir/multi_ev.c.o" \ +"CMakeFiles/curlu.dir/netrc.c.o" \ +"CMakeFiles/curlu.dir/noproxy.c.o" \ +"CMakeFiles/curlu.dir/openldap.c.o" \ +"CMakeFiles/curlu.dir/parsedate.c.o" \ +"CMakeFiles/curlu.dir/pingpong.c.o" \ +"CMakeFiles/curlu.dir/pop3.c.o" \ +"CMakeFiles/curlu.dir/progress.c.o" \ +"CMakeFiles/curlu.dir/psl.c.o" \ +"CMakeFiles/curlu.dir/rand.c.o" \ +"CMakeFiles/curlu.dir/rename.c.o" \ +"CMakeFiles/curlu.dir/request.c.o" \ +"CMakeFiles/curlu.dir/rtsp.c.o" \ +"CMakeFiles/curlu.dir/select.c.o" \ +"CMakeFiles/curlu.dir/sendf.c.o" \ +"CMakeFiles/curlu.dir/setopt.c.o" \ +"CMakeFiles/curlu.dir/sha256.c.o" \ +"CMakeFiles/curlu.dir/share.c.o" \ +"CMakeFiles/curlu.dir/slist.c.o" \ +"CMakeFiles/curlu.dir/smb.c.o" \ +"CMakeFiles/curlu.dir/smtp.c.o" \ +"CMakeFiles/curlu.dir/socketpair.c.o" \ +"CMakeFiles/curlu.dir/socks.c.o" \ +"CMakeFiles/curlu.dir/socks_gssapi.c.o" \ +"CMakeFiles/curlu.dir/socks_sspi.c.o" \ +"CMakeFiles/curlu.dir/speedcheck.c.o" \ +"CMakeFiles/curlu.dir/splay.c.o" \ +"CMakeFiles/curlu.dir/strcase.c.o" \ +"CMakeFiles/curlu.dir/strdup.c.o" \ +"CMakeFiles/curlu.dir/strequal.c.o" \ +"CMakeFiles/curlu.dir/strerror.c.o" \ +"CMakeFiles/curlu.dir/system_win32.c.o" \ +"CMakeFiles/curlu.dir/telnet.c.o" \ +"CMakeFiles/curlu.dir/tftp.c.o" \ +"CMakeFiles/curlu.dir/transfer.c.o" \ +"CMakeFiles/curlu.dir/uint-bset.c.o" \ +"CMakeFiles/curlu.dir/uint-hash.c.o" \ +"CMakeFiles/curlu.dir/uint-spbset.c.o" \ +"CMakeFiles/curlu.dir/uint-table.c.o" \ +"CMakeFiles/curlu.dir/url.c.o" \ +"CMakeFiles/curlu.dir/urlapi.c.o" \ +"CMakeFiles/curlu.dir/version.c.o" \ +"CMakeFiles/curlu.dir/ws.c.o" \ +"CMakeFiles/curlu.dir/vauth/cleartext.c.o" \ +"CMakeFiles/curlu.dir/vauth/cram.c.o" \ +"CMakeFiles/curlu.dir/vauth/digest.c.o" \ +"CMakeFiles/curlu.dir/vauth/digest_sspi.c.o" \ +"CMakeFiles/curlu.dir/vauth/gsasl.c.o" \ +"CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o" \ +"CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o" \ +"CMakeFiles/curlu.dir/vauth/ntlm.c.o" \ +"CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o" \ +"CMakeFiles/curlu.dir/vauth/oauth2.c.o" \ +"CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o" \ +"CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o" \ +"CMakeFiles/curlu.dir/vauth/vauth.c.o" \ +"CMakeFiles/curlu.dir/vtls/bearssl.c.o" \ +"CMakeFiles/curlu.dir/vtls/cipher_suite.c.o" \ +"CMakeFiles/curlu.dir/vtls/gtls.c.o" \ +"CMakeFiles/curlu.dir/vtls/hostcheck.c.o" \ +"CMakeFiles/curlu.dir/vtls/keylog.c.o" \ +"CMakeFiles/curlu.dir/vtls/mbedtls.c.o" \ +"CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o" \ +"CMakeFiles/curlu.dir/vtls/openssl.c.o" \ +"CMakeFiles/curlu.dir/vtls/rustls.c.o" \ +"CMakeFiles/curlu.dir/vtls/schannel.c.o" \ +"CMakeFiles/curlu.dir/vtls/schannel_verify.c.o" \ +"CMakeFiles/curlu.dir/vtls/sectransp.c.o" \ +"CMakeFiles/curlu.dir/vtls/vtls.c.o" \ +"CMakeFiles/curlu.dir/vtls/vtls_scache.c.o" \ +"CMakeFiles/curlu.dir/vtls/vtls_spack.c.o" \ +"CMakeFiles/curlu.dir/vtls/wolfssl.c.o" \ +"CMakeFiles/curlu.dir/vtls/x509asn1.c.o" \ +"CMakeFiles/curlu.dir/vquic/curl_msh3.c.o" \ +"CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o" \ +"CMakeFiles/curlu.dir/vquic/curl_osslq.c.o" \ +"CMakeFiles/curlu.dir/vquic/curl_quiche.c.o" \ +"CMakeFiles/curlu.dir/vquic/vquic.c.o" \ +"CMakeFiles/curlu.dir/vquic/vquic-tls.c.o" \ +"CMakeFiles/curlu.dir/vssh/libssh.c.o" \ +"CMakeFiles/curlu.dir/vssh/libssh2.c.o" \ +"CMakeFiles/curlu.dir/vssh/curl_path.c.o" \ +"CMakeFiles/curlu.dir/vssh/wolfssh.c.o" \ +"CMakeFiles/curlu.dir/curlx/base64.c.o" \ +"CMakeFiles/curlu.dir/curlx/dynbuf.c.o" \ +"CMakeFiles/curlu.dir/curlx/inet_pton.c.o" \ +"CMakeFiles/curlu.dir/curlx/multibyte.c.o" \ +"CMakeFiles/curlu.dir/curlx/nonblock.c.o" \ +"CMakeFiles/curlu.dir/curlx/strparse.c.o" \ +"CMakeFiles/curlu.dir/curlx/timediff.c.o" \ +"CMakeFiles/curlu.dir/curlx/timeval.c.o" \ +"CMakeFiles/curlu.dir/curlx/version_win32.c.o" \ +"CMakeFiles/curlu.dir/curlx/warnless.c.o" \ +"CMakeFiles/curlu.dir/curlx/winapi.c.o" + +# External object files for target curlu +curlu_EXTERNAL_OBJECTS = + +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/bufq.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/bufref.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/conncache.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/connect.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/cookie.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/dict.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/doh.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/easy.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/escape.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/file.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/fopen.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/formdata.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/ftp.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/getenv.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/gopher.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/hash.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/headers.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/hmac.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/hostip.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/hsts.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/http.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/http1.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/http2.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/idn.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/imap.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/krb5.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/ldap.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/llist.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/macos.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/md4.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/md5.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/mime.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/multi.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/netrc.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/openldap.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/pop3.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/progress.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/psl.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/rand.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/rename.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/request.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/select.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/sendf.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/setopt.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/sha256.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/share.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/slist.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/smb.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/smtp.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/socks.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/splay.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/strcase.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/strdup.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/strequal.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/strerror.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/telnet.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/tftp.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/transfer.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/url.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/version.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/ws.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.o +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/build.make +external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_180) "Linking C static library libcurlu.a" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && $(CMAKE_COMMAND) -P CMakeFiles/curlu.dir/cmake_clean_target.cmake + cd /home/guest/Downloads/PopLib/build/external/curl/lib && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curlu.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/lib/CMakeFiles/curlu.dir/build: external/curl/lib/libcurlu.a +.PHONY : external/curl/lib/CMakeFiles/curlu.dir/build + +external/curl/lib/CMakeFiles/curlu.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/lib && $(CMAKE_COMMAND) -P CMakeFiles/curlu.dir/cmake_clean.cmake +.PHONY : external/curl/lib/CMakeFiles/curlu.dir/clean + +external/curl/lib/CMakeFiles/curlu.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/lib /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/lib /home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/curlu.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/lib/CMakeFiles/curlu.dir/depend + diff --git a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/cmake_clean.cmake b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/cmake_clean.cmake new file mode 100644 index 00000000..edccdf1c --- /dev/null +++ b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/cmake_clean.cmake @@ -0,0 +1,367 @@ +file(REMOVE_RECURSE + "CMakeFiles/curlu.dir/altsvc.c.o" + "CMakeFiles/curlu.dir/altsvc.c.o.d" + "CMakeFiles/curlu.dir/amigaos.c.o" + "CMakeFiles/curlu.dir/amigaos.c.o.d" + "CMakeFiles/curlu.dir/asyn-ares.c.o" + "CMakeFiles/curlu.dir/asyn-ares.c.o.d" + "CMakeFiles/curlu.dir/asyn-base.c.o" + "CMakeFiles/curlu.dir/asyn-base.c.o.d" + "CMakeFiles/curlu.dir/asyn-thrdd.c.o" + "CMakeFiles/curlu.dir/asyn-thrdd.c.o.d" + "CMakeFiles/curlu.dir/bufq.c.o" + "CMakeFiles/curlu.dir/bufq.c.o.d" + "CMakeFiles/curlu.dir/bufref.c.o" + "CMakeFiles/curlu.dir/bufref.c.o.d" + "CMakeFiles/curlu.dir/cf-h1-proxy.c.o" + "CMakeFiles/curlu.dir/cf-h1-proxy.c.o.d" + "CMakeFiles/curlu.dir/cf-h2-proxy.c.o" + "CMakeFiles/curlu.dir/cf-h2-proxy.c.o.d" + "CMakeFiles/curlu.dir/cf-haproxy.c.o" + "CMakeFiles/curlu.dir/cf-haproxy.c.o.d" + "CMakeFiles/curlu.dir/cf-https-connect.c.o" + "CMakeFiles/curlu.dir/cf-https-connect.c.o.d" + "CMakeFiles/curlu.dir/cf-socket.c.o" + "CMakeFiles/curlu.dir/cf-socket.c.o.d" + "CMakeFiles/curlu.dir/cfilters.c.o" + "CMakeFiles/curlu.dir/cfilters.c.o.d" + "CMakeFiles/curlu.dir/conncache.c.o" + "CMakeFiles/curlu.dir/conncache.c.o.d" + "CMakeFiles/curlu.dir/connect.c.o" + "CMakeFiles/curlu.dir/connect.c.o.d" + "CMakeFiles/curlu.dir/content_encoding.c.o" + "CMakeFiles/curlu.dir/content_encoding.c.o.d" + "CMakeFiles/curlu.dir/cookie.c.o" + "CMakeFiles/curlu.dir/cookie.c.o.d" + "CMakeFiles/curlu.dir/cshutdn.c.o" + "CMakeFiles/curlu.dir/cshutdn.c.o.d" + "CMakeFiles/curlu.dir/curl_addrinfo.c.o" + "CMakeFiles/curlu.dir/curl_addrinfo.c.o.d" + "CMakeFiles/curlu.dir/curl_des.c.o" + "CMakeFiles/curlu.dir/curl_des.c.o.d" + "CMakeFiles/curlu.dir/curl_endian.c.o" + "CMakeFiles/curlu.dir/curl_endian.c.o.d" + "CMakeFiles/curlu.dir/curl_fnmatch.c.o" + "CMakeFiles/curlu.dir/curl_fnmatch.c.o.d" + "CMakeFiles/curlu.dir/curl_get_line.c.o" + "CMakeFiles/curlu.dir/curl_get_line.c.o.d" + "CMakeFiles/curlu.dir/curl_gethostname.c.o" + "CMakeFiles/curlu.dir/curl_gethostname.c.o.d" + "CMakeFiles/curlu.dir/curl_gssapi.c.o" + "CMakeFiles/curlu.dir/curl_gssapi.c.o.d" + "CMakeFiles/curlu.dir/curl_memrchr.c.o" + "CMakeFiles/curlu.dir/curl_memrchr.c.o.d" + "CMakeFiles/curlu.dir/curl_ntlm_core.c.o" + "CMakeFiles/curlu.dir/curl_ntlm_core.c.o.d" + "CMakeFiles/curlu.dir/curl_range.c.o" + "CMakeFiles/curlu.dir/curl_range.c.o.d" + "CMakeFiles/curlu.dir/curl_rtmp.c.o" + "CMakeFiles/curlu.dir/curl_rtmp.c.o.d" + "CMakeFiles/curlu.dir/curl_sasl.c.o" + "CMakeFiles/curlu.dir/curl_sasl.c.o.d" + "CMakeFiles/curlu.dir/curl_sha512_256.c.o" + "CMakeFiles/curlu.dir/curl_sha512_256.c.o.d" + "CMakeFiles/curlu.dir/curl_sspi.c.o" + "CMakeFiles/curlu.dir/curl_sspi.c.o.d" + "CMakeFiles/curlu.dir/curl_threads.c.o" + "CMakeFiles/curlu.dir/curl_threads.c.o.d" + "CMakeFiles/curlu.dir/curl_trc.c.o" + "CMakeFiles/curlu.dir/curl_trc.c.o.d" + "CMakeFiles/curlu.dir/curlx/base64.c.o" + "CMakeFiles/curlu.dir/curlx/base64.c.o.d" + "CMakeFiles/curlu.dir/curlx/dynbuf.c.o" + "CMakeFiles/curlu.dir/curlx/dynbuf.c.o.d" + "CMakeFiles/curlu.dir/curlx/inet_pton.c.o" + "CMakeFiles/curlu.dir/curlx/inet_pton.c.o.d" + "CMakeFiles/curlu.dir/curlx/multibyte.c.o" + "CMakeFiles/curlu.dir/curlx/multibyte.c.o.d" + "CMakeFiles/curlu.dir/curlx/nonblock.c.o" + "CMakeFiles/curlu.dir/curlx/nonblock.c.o.d" + "CMakeFiles/curlu.dir/curlx/strparse.c.o" + "CMakeFiles/curlu.dir/curlx/strparse.c.o.d" + "CMakeFiles/curlu.dir/curlx/timediff.c.o" + "CMakeFiles/curlu.dir/curlx/timediff.c.o.d" + "CMakeFiles/curlu.dir/curlx/timeval.c.o" + "CMakeFiles/curlu.dir/curlx/timeval.c.o.d" + "CMakeFiles/curlu.dir/curlx/version_win32.c.o" + "CMakeFiles/curlu.dir/curlx/version_win32.c.o.d" + "CMakeFiles/curlu.dir/curlx/warnless.c.o" + "CMakeFiles/curlu.dir/curlx/warnless.c.o.d" + "CMakeFiles/curlu.dir/curlx/winapi.c.o" + "CMakeFiles/curlu.dir/curlx/winapi.c.o.d" + "CMakeFiles/curlu.dir/cw-out.c.o" + "CMakeFiles/curlu.dir/cw-out.c.o.d" + "CMakeFiles/curlu.dir/cw-pause.c.o" + "CMakeFiles/curlu.dir/cw-pause.c.o.d" + "CMakeFiles/curlu.dir/dict.c.o" + "CMakeFiles/curlu.dir/dict.c.o.d" + "CMakeFiles/curlu.dir/doh.c.o" + "CMakeFiles/curlu.dir/doh.c.o.d" + "CMakeFiles/curlu.dir/dynhds.c.o" + "CMakeFiles/curlu.dir/dynhds.c.o.d" + "CMakeFiles/curlu.dir/easy.c.o" + "CMakeFiles/curlu.dir/easy.c.o.d" + "CMakeFiles/curlu.dir/easygetopt.c.o" + "CMakeFiles/curlu.dir/easygetopt.c.o.d" + "CMakeFiles/curlu.dir/easyoptions.c.o" + "CMakeFiles/curlu.dir/easyoptions.c.o.d" + "CMakeFiles/curlu.dir/escape.c.o" + "CMakeFiles/curlu.dir/escape.c.o.d" + "CMakeFiles/curlu.dir/fake_addrinfo.c.o" + "CMakeFiles/curlu.dir/fake_addrinfo.c.o.d" + "CMakeFiles/curlu.dir/file.c.o" + "CMakeFiles/curlu.dir/file.c.o.d" + "CMakeFiles/curlu.dir/fileinfo.c.o" + "CMakeFiles/curlu.dir/fileinfo.c.o.d" + "CMakeFiles/curlu.dir/fopen.c.o" + "CMakeFiles/curlu.dir/fopen.c.o.d" + "CMakeFiles/curlu.dir/formdata.c.o" + "CMakeFiles/curlu.dir/formdata.c.o.d" + "CMakeFiles/curlu.dir/ftp.c.o" + "CMakeFiles/curlu.dir/ftp.c.o.d" + "CMakeFiles/curlu.dir/ftplistparser.c.o" + "CMakeFiles/curlu.dir/ftplistparser.c.o.d" + "CMakeFiles/curlu.dir/getenv.c.o" + "CMakeFiles/curlu.dir/getenv.c.o.d" + "CMakeFiles/curlu.dir/getinfo.c.o" + "CMakeFiles/curlu.dir/getinfo.c.o.d" + "CMakeFiles/curlu.dir/gopher.c.o" + "CMakeFiles/curlu.dir/gopher.c.o.d" + "CMakeFiles/curlu.dir/hash.c.o" + "CMakeFiles/curlu.dir/hash.c.o.d" + "CMakeFiles/curlu.dir/headers.c.o" + "CMakeFiles/curlu.dir/headers.c.o.d" + "CMakeFiles/curlu.dir/hmac.c.o" + "CMakeFiles/curlu.dir/hmac.c.o.d" + "CMakeFiles/curlu.dir/hostip.c.o" + "CMakeFiles/curlu.dir/hostip.c.o.d" + "CMakeFiles/curlu.dir/hostip4.c.o" + "CMakeFiles/curlu.dir/hostip4.c.o.d" + "CMakeFiles/curlu.dir/hostip6.c.o" + "CMakeFiles/curlu.dir/hostip6.c.o.d" + "CMakeFiles/curlu.dir/hsts.c.o" + "CMakeFiles/curlu.dir/hsts.c.o.d" + "CMakeFiles/curlu.dir/http.c.o" + "CMakeFiles/curlu.dir/http.c.o.d" + "CMakeFiles/curlu.dir/http1.c.o" + "CMakeFiles/curlu.dir/http1.c.o.d" + "CMakeFiles/curlu.dir/http2.c.o" + "CMakeFiles/curlu.dir/http2.c.o.d" + "CMakeFiles/curlu.dir/http_aws_sigv4.c.o" + "CMakeFiles/curlu.dir/http_aws_sigv4.c.o.d" + "CMakeFiles/curlu.dir/http_chunks.c.o" + "CMakeFiles/curlu.dir/http_chunks.c.o.d" + "CMakeFiles/curlu.dir/http_digest.c.o" + "CMakeFiles/curlu.dir/http_digest.c.o.d" + "CMakeFiles/curlu.dir/http_negotiate.c.o" + "CMakeFiles/curlu.dir/http_negotiate.c.o.d" + "CMakeFiles/curlu.dir/http_ntlm.c.o" + "CMakeFiles/curlu.dir/http_ntlm.c.o.d" + "CMakeFiles/curlu.dir/http_proxy.c.o" + "CMakeFiles/curlu.dir/http_proxy.c.o.d" + "CMakeFiles/curlu.dir/httpsrr.c.o" + "CMakeFiles/curlu.dir/httpsrr.c.o.d" + "CMakeFiles/curlu.dir/idn.c.o" + "CMakeFiles/curlu.dir/idn.c.o.d" + "CMakeFiles/curlu.dir/if2ip.c.o" + "CMakeFiles/curlu.dir/if2ip.c.o.d" + "CMakeFiles/curlu.dir/imap.c.o" + "CMakeFiles/curlu.dir/imap.c.o.d" + "CMakeFiles/curlu.dir/inet_ntop.c.o" + "CMakeFiles/curlu.dir/inet_ntop.c.o.d" + "CMakeFiles/curlu.dir/krb5.c.o" + "CMakeFiles/curlu.dir/krb5.c.o.d" + "CMakeFiles/curlu.dir/ldap.c.o" + "CMakeFiles/curlu.dir/ldap.c.o.d" + "CMakeFiles/curlu.dir/llist.c.o" + "CMakeFiles/curlu.dir/llist.c.o.d" + "CMakeFiles/curlu.dir/macos.c.o" + "CMakeFiles/curlu.dir/macos.c.o.d" + "CMakeFiles/curlu.dir/md4.c.o" + "CMakeFiles/curlu.dir/md4.c.o.d" + "CMakeFiles/curlu.dir/md5.c.o" + "CMakeFiles/curlu.dir/md5.c.o.d" + "CMakeFiles/curlu.dir/memdebug.c.o" + "CMakeFiles/curlu.dir/memdebug.c.o.d" + "CMakeFiles/curlu.dir/mime.c.o" + "CMakeFiles/curlu.dir/mime.c.o.d" + "CMakeFiles/curlu.dir/mprintf.c.o" + "CMakeFiles/curlu.dir/mprintf.c.o.d" + "CMakeFiles/curlu.dir/mqtt.c.o" + "CMakeFiles/curlu.dir/mqtt.c.o.d" + "CMakeFiles/curlu.dir/multi.c.o" + "CMakeFiles/curlu.dir/multi.c.o.d" + "CMakeFiles/curlu.dir/multi_ev.c.o" + "CMakeFiles/curlu.dir/multi_ev.c.o.d" + "CMakeFiles/curlu.dir/netrc.c.o" + "CMakeFiles/curlu.dir/netrc.c.o.d" + "CMakeFiles/curlu.dir/noproxy.c.o" + "CMakeFiles/curlu.dir/noproxy.c.o.d" + "CMakeFiles/curlu.dir/openldap.c.o" + "CMakeFiles/curlu.dir/openldap.c.o.d" + "CMakeFiles/curlu.dir/parsedate.c.o" + "CMakeFiles/curlu.dir/parsedate.c.o.d" + "CMakeFiles/curlu.dir/pingpong.c.o" + "CMakeFiles/curlu.dir/pingpong.c.o.d" + "CMakeFiles/curlu.dir/pop3.c.o" + "CMakeFiles/curlu.dir/pop3.c.o.d" + "CMakeFiles/curlu.dir/progress.c.o" + "CMakeFiles/curlu.dir/progress.c.o.d" + "CMakeFiles/curlu.dir/psl.c.o" + "CMakeFiles/curlu.dir/psl.c.o.d" + "CMakeFiles/curlu.dir/rand.c.o" + "CMakeFiles/curlu.dir/rand.c.o.d" + "CMakeFiles/curlu.dir/rename.c.o" + "CMakeFiles/curlu.dir/rename.c.o.d" + "CMakeFiles/curlu.dir/request.c.o" + "CMakeFiles/curlu.dir/request.c.o.d" + "CMakeFiles/curlu.dir/rtsp.c.o" + "CMakeFiles/curlu.dir/rtsp.c.o.d" + "CMakeFiles/curlu.dir/select.c.o" + "CMakeFiles/curlu.dir/select.c.o.d" + "CMakeFiles/curlu.dir/sendf.c.o" + "CMakeFiles/curlu.dir/sendf.c.o.d" + "CMakeFiles/curlu.dir/setopt.c.o" + "CMakeFiles/curlu.dir/setopt.c.o.d" + "CMakeFiles/curlu.dir/sha256.c.o" + "CMakeFiles/curlu.dir/sha256.c.o.d" + "CMakeFiles/curlu.dir/share.c.o" + "CMakeFiles/curlu.dir/share.c.o.d" + "CMakeFiles/curlu.dir/slist.c.o" + "CMakeFiles/curlu.dir/slist.c.o.d" + "CMakeFiles/curlu.dir/smb.c.o" + "CMakeFiles/curlu.dir/smb.c.o.d" + "CMakeFiles/curlu.dir/smtp.c.o" + "CMakeFiles/curlu.dir/smtp.c.o.d" + "CMakeFiles/curlu.dir/socketpair.c.o" + "CMakeFiles/curlu.dir/socketpair.c.o.d" + "CMakeFiles/curlu.dir/socks.c.o" + "CMakeFiles/curlu.dir/socks.c.o.d" + "CMakeFiles/curlu.dir/socks_gssapi.c.o" + "CMakeFiles/curlu.dir/socks_gssapi.c.o.d" + "CMakeFiles/curlu.dir/socks_sspi.c.o" + "CMakeFiles/curlu.dir/socks_sspi.c.o.d" + "CMakeFiles/curlu.dir/speedcheck.c.o" + "CMakeFiles/curlu.dir/speedcheck.c.o.d" + "CMakeFiles/curlu.dir/splay.c.o" + "CMakeFiles/curlu.dir/splay.c.o.d" + "CMakeFiles/curlu.dir/strcase.c.o" + "CMakeFiles/curlu.dir/strcase.c.o.d" + "CMakeFiles/curlu.dir/strdup.c.o" + "CMakeFiles/curlu.dir/strdup.c.o.d" + "CMakeFiles/curlu.dir/strequal.c.o" + "CMakeFiles/curlu.dir/strequal.c.o.d" + "CMakeFiles/curlu.dir/strerror.c.o" + "CMakeFiles/curlu.dir/strerror.c.o.d" + "CMakeFiles/curlu.dir/system_win32.c.o" + "CMakeFiles/curlu.dir/system_win32.c.o.d" + "CMakeFiles/curlu.dir/telnet.c.o" + "CMakeFiles/curlu.dir/telnet.c.o.d" + "CMakeFiles/curlu.dir/tftp.c.o" + "CMakeFiles/curlu.dir/tftp.c.o.d" + "CMakeFiles/curlu.dir/transfer.c.o" + "CMakeFiles/curlu.dir/transfer.c.o.d" + "CMakeFiles/curlu.dir/uint-bset.c.o" + "CMakeFiles/curlu.dir/uint-bset.c.o.d" + "CMakeFiles/curlu.dir/uint-hash.c.o" + "CMakeFiles/curlu.dir/uint-hash.c.o.d" + "CMakeFiles/curlu.dir/uint-spbset.c.o" + "CMakeFiles/curlu.dir/uint-spbset.c.o.d" + "CMakeFiles/curlu.dir/uint-table.c.o" + "CMakeFiles/curlu.dir/uint-table.c.o.d" + "CMakeFiles/curlu.dir/url.c.o" + "CMakeFiles/curlu.dir/url.c.o.d" + "CMakeFiles/curlu.dir/urlapi.c.o" + "CMakeFiles/curlu.dir/urlapi.c.o.d" + "CMakeFiles/curlu.dir/vauth/cleartext.c.o" + "CMakeFiles/curlu.dir/vauth/cleartext.c.o.d" + "CMakeFiles/curlu.dir/vauth/cram.c.o" + "CMakeFiles/curlu.dir/vauth/cram.c.o.d" + "CMakeFiles/curlu.dir/vauth/digest.c.o" + "CMakeFiles/curlu.dir/vauth/digest.c.o.d" + "CMakeFiles/curlu.dir/vauth/digest_sspi.c.o" + "CMakeFiles/curlu.dir/vauth/digest_sspi.c.o.d" + "CMakeFiles/curlu.dir/vauth/gsasl.c.o" + "CMakeFiles/curlu.dir/vauth/gsasl.c.o.d" + "CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o" + "CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o.d" + "CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o" + "CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o.d" + "CMakeFiles/curlu.dir/vauth/ntlm.c.o" + "CMakeFiles/curlu.dir/vauth/ntlm.c.o.d" + "CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o" + "CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o.d" + "CMakeFiles/curlu.dir/vauth/oauth2.c.o" + "CMakeFiles/curlu.dir/vauth/oauth2.c.o.d" + "CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o" + "CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o.d" + "CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o" + "CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o.d" + "CMakeFiles/curlu.dir/vauth/vauth.c.o" + "CMakeFiles/curlu.dir/vauth/vauth.c.o.d" + "CMakeFiles/curlu.dir/version.c.o" + "CMakeFiles/curlu.dir/version.c.o.d" + "CMakeFiles/curlu.dir/vquic/curl_msh3.c.o" + "CMakeFiles/curlu.dir/vquic/curl_msh3.c.o.d" + "CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o" + "CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o.d" + "CMakeFiles/curlu.dir/vquic/curl_osslq.c.o" + "CMakeFiles/curlu.dir/vquic/curl_osslq.c.o.d" + "CMakeFiles/curlu.dir/vquic/curl_quiche.c.o" + "CMakeFiles/curlu.dir/vquic/curl_quiche.c.o.d" + "CMakeFiles/curlu.dir/vquic/vquic-tls.c.o" + "CMakeFiles/curlu.dir/vquic/vquic-tls.c.o.d" + "CMakeFiles/curlu.dir/vquic/vquic.c.o" + "CMakeFiles/curlu.dir/vquic/vquic.c.o.d" + "CMakeFiles/curlu.dir/vssh/curl_path.c.o" + "CMakeFiles/curlu.dir/vssh/curl_path.c.o.d" + "CMakeFiles/curlu.dir/vssh/libssh.c.o" + "CMakeFiles/curlu.dir/vssh/libssh.c.o.d" + "CMakeFiles/curlu.dir/vssh/libssh2.c.o" + "CMakeFiles/curlu.dir/vssh/libssh2.c.o.d" + "CMakeFiles/curlu.dir/vssh/wolfssh.c.o" + "CMakeFiles/curlu.dir/vssh/wolfssh.c.o.d" + "CMakeFiles/curlu.dir/vtls/bearssl.c.o" + "CMakeFiles/curlu.dir/vtls/bearssl.c.o.d" + "CMakeFiles/curlu.dir/vtls/cipher_suite.c.o" + "CMakeFiles/curlu.dir/vtls/cipher_suite.c.o.d" + "CMakeFiles/curlu.dir/vtls/gtls.c.o" + "CMakeFiles/curlu.dir/vtls/gtls.c.o.d" + "CMakeFiles/curlu.dir/vtls/hostcheck.c.o" + "CMakeFiles/curlu.dir/vtls/hostcheck.c.o.d" + "CMakeFiles/curlu.dir/vtls/keylog.c.o" + "CMakeFiles/curlu.dir/vtls/keylog.c.o.d" + "CMakeFiles/curlu.dir/vtls/mbedtls.c.o" + "CMakeFiles/curlu.dir/vtls/mbedtls.c.o.d" + "CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o" + "CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o.d" + "CMakeFiles/curlu.dir/vtls/openssl.c.o" + "CMakeFiles/curlu.dir/vtls/openssl.c.o.d" + "CMakeFiles/curlu.dir/vtls/rustls.c.o" + "CMakeFiles/curlu.dir/vtls/rustls.c.o.d" + "CMakeFiles/curlu.dir/vtls/schannel.c.o" + "CMakeFiles/curlu.dir/vtls/schannel.c.o.d" + "CMakeFiles/curlu.dir/vtls/schannel_verify.c.o" + "CMakeFiles/curlu.dir/vtls/schannel_verify.c.o.d" + "CMakeFiles/curlu.dir/vtls/sectransp.c.o" + "CMakeFiles/curlu.dir/vtls/sectransp.c.o.d" + "CMakeFiles/curlu.dir/vtls/vtls.c.o" + "CMakeFiles/curlu.dir/vtls/vtls.c.o.d" + "CMakeFiles/curlu.dir/vtls/vtls_scache.c.o" + "CMakeFiles/curlu.dir/vtls/vtls_scache.c.o.d" + "CMakeFiles/curlu.dir/vtls/vtls_spack.c.o" + "CMakeFiles/curlu.dir/vtls/vtls_spack.c.o.d" + "CMakeFiles/curlu.dir/vtls/wolfssl.c.o" + "CMakeFiles/curlu.dir/vtls/wolfssl.c.o.d" + "CMakeFiles/curlu.dir/vtls/x509asn1.c.o" + "CMakeFiles/curlu.dir/vtls/x509asn1.c.o.d" + "CMakeFiles/curlu.dir/ws.c.o" + "CMakeFiles/curlu.dir/ws.c.o.d" + "libcurlu.a" + "libcurlu.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curlu.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/cmake_clean_target.cmake b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/cmake_clean_target.cmake new file mode 100644 index 00000000..149f3eb0 --- /dev/null +++ b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libcurlu.a" +) diff --git a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.make b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.make new file mode 100644 index 00000000..41fab890 --- /dev/null +++ b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curlu. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts new file mode 100644 index 00000000..f6d328dd --- /dev/null +++ b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curlu. diff --git a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/depend.make b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/depend.make new file mode 100644 index 00000000..9d230ba2 --- /dev/null +++ b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curlu. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/flags.make b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/flags.make new file mode 100644 index 00000000..53ca3c7b --- /dev/null +++ b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIC -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/link.txt b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/link.txt new file mode 100644 index 00000000..1e57e5e6 --- /dev/null +++ b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libcurlu.a CMakeFiles/curlu.dir/altsvc.c.o CMakeFiles/curlu.dir/amigaos.c.o "CMakeFiles/curlu.dir/asyn-ares.c.o" "CMakeFiles/curlu.dir/asyn-base.c.o" "CMakeFiles/curlu.dir/asyn-thrdd.c.o" CMakeFiles/curlu.dir/bufq.c.o CMakeFiles/curlu.dir/bufref.c.o "CMakeFiles/curlu.dir/cf-h1-proxy.c.o" "CMakeFiles/curlu.dir/cf-h2-proxy.c.o" "CMakeFiles/curlu.dir/cf-haproxy.c.o" "CMakeFiles/curlu.dir/cf-https-connect.c.o" "CMakeFiles/curlu.dir/cf-socket.c.o" CMakeFiles/curlu.dir/cfilters.c.o CMakeFiles/curlu.dir/conncache.c.o CMakeFiles/curlu.dir/connect.c.o CMakeFiles/curlu.dir/content_encoding.c.o CMakeFiles/curlu.dir/cookie.c.o CMakeFiles/curlu.dir/cshutdn.c.o CMakeFiles/curlu.dir/curl_addrinfo.c.o CMakeFiles/curlu.dir/curl_des.c.o CMakeFiles/curlu.dir/curl_endian.c.o CMakeFiles/curlu.dir/curl_fnmatch.c.o CMakeFiles/curlu.dir/curl_get_line.c.o CMakeFiles/curlu.dir/curl_gethostname.c.o CMakeFiles/curlu.dir/curl_gssapi.c.o CMakeFiles/curlu.dir/curl_memrchr.c.o CMakeFiles/curlu.dir/curl_ntlm_core.c.o CMakeFiles/curlu.dir/curl_range.c.o CMakeFiles/curlu.dir/curl_rtmp.c.o CMakeFiles/curlu.dir/curl_sasl.c.o CMakeFiles/curlu.dir/curl_sha512_256.c.o CMakeFiles/curlu.dir/curl_sspi.c.o CMakeFiles/curlu.dir/curl_threads.c.o CMakeFiles/curlu.dir/curl_trc.c.o "CMakeFiles/curlu.dir/cw-out.c.o" "CMakeFiles/curlu.dir/cw-pause.c.o" CMakeFiles/curlu.dir/dict.c.o CMakeFiles/curlu.dir/doh.c.o CMakeFiles/curlu.dir/dynhds.c.o CMakeFiles/curlu.dir/easy.c.o CMakeFiles/curlu.dir/easygetopt.c.o CMakeFiles/curlu.dir/easyoptions.c.o CMakeFiles/curlu.dir/escape.c.o CMakeFiles/curlu.dir/fake_addrinfo.c.o CMakeFiles/curlu.dir/file.c.o CMakeFiles/curlu.dir/fileinfo.c.o CMakeFiles/curlu.dir/fopen.c.o CMakeFiles/curlu.dir/formdata.c.o CMakeFiles/curlu.dir/ftp.c.o CMakeFiles/curlu.dir/ftplistparser.c.o CMakeFiles/curlu.dir/getenv.c.o CMakeFiles/curlu.dir/getinfo.c.o CMakeFiles/curlu.dir/gopher.c.o CMakeFiles/curlu.dir/hash.c.o CMakeFiles/curlu.dir/headers.c.o CMakeFiles/curlu.dir/hmac.c.o CMakeFiles/curlu.dir/hostip.c.o CMakeFiles/curlu.dir/hostip4.c.o CMakeFiles/curlu.dir/hostip6.c.o CMakeFiles/curlu.dir/hsts.c.o CMakeFiles/curlu.dir/http.c.o CMakeFiles/curlu.dir/http1.c.o CMakeFiles/curlu.dir/http2.c.o CMakeFiles/curlu.dir/http_aws_sigv4.c.o CMakeFiles/curlu.dir/http_chunks.c.o CMakeFiles/curlu.dir/http_digest.c.o CMakeFiles/curlu.dir/http_negotiate.c.o CMakeFiles/curlu.dir/http_ntlm.c.o CMakeFiles/curlu.dir/http_proxy.c.o CMakeFiles/curlu.dir/httpsrr.c.o CMakeFiles/curlu.dir/idn.c.o CMakeFiles/curlu.dir/if2ip.c.o CMakeFiles/curlu.dir/imap.c.o CMakeFiles/curlu.dir/inet_ntop.c.o CMakeFiles/curlu.dir/krb5.c.o CMakeFiles/curlu.dir/ldap.c.o CMakeFiles/curlu.dir/llist.c.o CMakeFiles/curlu.dir/macos.c.o CMakeFiles/curlu.dir/md4.c.o CMakeFiles/curlu.dir/md5.c.o CMakeFiles/curlu.dir/memdebug.c.o CMakeFiles/curlu.dir/mime.c.o CMakeFiles/curlu.dir/mprintf.c.o CMakeFiles/curlu.dir/mqtt.c.o CMakeFiles/curlu.dir/multi.c.o CMakeFiles/curlu.dir/multi_ev.c.o CMakeFiles/curlu.dir/netrc.c.o CMakeFiles/curlu.dir/noproxy.c.o CMakeFiles/curlu.dir/openldap.c.o CMakeFiles/curlu.dir/parsedate.c.o CMakeFiles/curlu.dir/pingpong.c.o CMakeFiles/curlu.dir/pop3.c.o CMakeFiles/curlu.dir/progress.c.o CMakeFiles/curlu.dir/psl.c.o CMakeFiles/curlu.dir/rand.c.o CMakeFiles/curlu.dir/rename.c.o CMakeFiles/curlu.dir/request.c.o CMakeFiles/curlu.dir/rtsp.c.o CMakeFiles/curlu.dir/select.c.o CMakeFiles/curlu.dir/sendf.c.o CMakeFiles/curlu.dir/setopt.c.o CMakeFiles/curlu.dir/sha256.c.o CMakeFiles/curlu.dir/share.c.o CMakeFiles/curlu.dir/slist.c.o CMakeFiles/curlu.dir/smb.c.o CMakeFiles/curlu.dir/smtp.c.o CMakeFiles/curlu.dir/socketpair.c.o CMakeFiles/curlu.dir/socks.c.o CMakeFiles/curlu.dir/socks_gssapi.c.o CMakeFiles/curlu.dir/socks_sspi.c.o CMakeFiles/curlu.dir/speedcheck.c.o CMakeFiles/curlu.dir/splay.c.o CMakeFiles/curlu.dir/strcase.c.o CMakeFiles/curlu.dir/strdup.c.o CMakeFiles/curlu.dir/strequal.c.o CMakeFiles/curlu.dir/strerror.c.o CMakeFiles/curlu.dir/system_win32.c.o CMakeFiles/curlu.dir/telnet.c.o CMakeFiles/curlu.dir/tftp.c.o CMakeFiles/curlu.dir/transfer.c.o "CMakeFiles/curlu.dir/uint-bset.c.o" "CMakeFiles/curlu.dir/uint-hash.c.o" "CMakeFiles/curlu.dir/uint-spbset.c.o" "CMakeFiles/curlu.dir/uint-table.c.o" CMakeFiles/curlu.dir/url.c.o CMakeFiles/curlu.dir/urlapi.c.o CMakeFiles/curlu.dir/version.c.o CMakeFiles/curlu.dir/ws.c.o CMakeFiles/curlu.dir/vauth/cleartext.c.o CMakeFiles/curlu.dir/vauth/cram.c.o CMakeFiles/curlu.dir/vauth/digest.c.o CMakeFiles/curlu.dir/vauth/digest_sspi.c.o CMakeFiles/curlu.dir/vauth/gsasl.c.o CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o CMakeFiles/curlu.dir/vauth/ntlm.c.o CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o CMakeFiles/curlu.dir/vauth/oauth2.c.o CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o CMakeFiles/curlu.dir/vauth/vauth.c.o CMakeFiles/curlu.dir/vtls/bearssl.c.o CMakeFiles/curlu.dir/vtls/cipher_suite.c.o CMakeFiles/curlu.dir/vtls/gtls.c.o CMakeFiles/curlu.dir/vtls/hostcheck.c.o CMakeFiles/curlu.dir/vtls/keylog.c.o CMakeFiles/curlu.dir/vtls/mbedtls.c.o CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o CMakeFiles/curlu.dir/vtls/openssl.c.o CMakeFiles/curlu.dir/vtls/rustls.c.o CMakeFiles/curlu.dir/vtls/schannel.c.o CMakeFiles/curlu.dir/vtls/schannel_verify.c.o CMakeFiles/curlu.dir/vtls/sectransp.c.o CMakeFiles/curlu.dir/vtls/vtls.c.o CMakeFiles/curlu.dir/vtls/vtls_scache.c.o CMakeFiles/curlu.dir/vtls/vtls_spack.c.o CMakeFiles/curlu.dir/vtls/wolfssl.c.o CMakeFiles/curlu.dir/vtls/x509asn1.c.o CMakeFiles/curlu.dir/vquic/curl_msh3.c.o CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o CMakeFiles/curlu.dir/vquic/curl_osslq.c.o CMakeFiles/curlu.dir/vquic/curl_quiche.c.o CMakeFiles/curlu.dir/vquic/vquic.c.o "CMakeFiles/curlu.dir/vquic/vquic-tls.c.o" CMakeFiles/curlu.dir/vssh/libssh.c.o CMakeFiles/curlu.dir/vssh/libssh2.c.o CMakeFiles/curlu.dir/vssh/curl_path.c.o CMakeFiles/curlu.dir/vssh/wolfssh.c.o CMakeFiles/curlu.dir/curlx/base64.c.o CMakeFiles/curlu.dir/curlx/dynbuf.c.o CMakeFiles/curlu.dir/curlx/inet_pton.c.o CMakeFiles/curlu.dir/curlx/multibyte.c.o CMakeFiles/curlu.dir/curlx/nonblock.c.o CMakeFiles/curlu.dir/curlx/strparse.c.o CMakeFiles/curlu.dir/curlx/timediff.c.o CMakeFiles/curlu.dir/curlx/timeval.c.o CMakeFiles/curlu.dir/curlx/version_win32.c.o CMakeFiles/curlu.dir/curlx/warnless.c.o CMakeFiles/curlu.dir/curlx/winapi.c.o +/usr/bin/ranlib libcurlu.a diff --git a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/progress.make b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/progress.make new file mode 100644 index 00000000..30474450 --- /dev/null +++ b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/progress.make @@ -0,0 +1,181 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_10 = +CMAKE_PROGRESS_11 = +CMAKE_PROGRESS_12 = +CMAKE_PROGRESS_13 = +CMAKE_PROGRESS_14 = +CMAKE_PROGRESS_15 = +CMAKE_PROGRESS_16 = +CMAKE_PROGRESS_17 = +CMAKE_PROGRESS_18 = +CMAKE_PROGRESS_19 = +CMAKE_PROGRESS_20 = +CMAKE_PROGRESS_21 = +CMAKE_PROGRESS_22 = 44 +CMAKE_PROGRESS_23 = +CMAKE_PROGRESS_24 = +CMAKE_PROGRESS_25 = +CMAKE_PROGRESS_26 = +CMAKE_PROGRESS_27 = +CMAKE_PROGRESS_28 = +CMAKE_PROGRESS_29 = +CMAKE_PROGRESS_30 = +CMAKE_PROGRESS_31 = +CMAKE_PROGRESS_32 = +CMAKE_PROGRESS_33 = +CMAKE_PROGRESS_34 = +CMAKE_PROGRESS_35 = +CMAKE_PROGRESS_36 = +CMAKE_PROGRESS_37 = +CMAKE_PROGRESS_38 = +CMAKE_PROGRESS_39 = +CMAKE_PROGRESS_40 = +CMAKE_PROGRESS_41 = +CMAKE_PROGRESS_42 = +CMAKE_PROGRESS_43 = +CMAKE_PROGRESS_44 = +CMAKE_PROGRESS_45 = +CMAKE_PROGRESS_46 = +CMAKE_PROGRESS_47 = +CMAKE_PROGRESS_48 = +CMAKE_PROGRESS_49 = +CMAKE_PROGRESS_50 = 45 +CMAKE_PROGRESS_51 = +CMAKE_PROGRESS_52 = +CMAKE_PROGRESS_53 = +CMAKE_PROGRESS_54 = +CMAKE_PROGRESS_55 = +CMAKE_PROGRESS_56 = +CMAKE_PROGRESS_57 = +CMAKE_PROGRESS_58 = +CMAKE_PROGRESS_59 = +CMAKE_PROGRESS_60 = +CMAKE_PROGRESS_61 = +CMAKE_PROGRESS_62 = +CMAKE_PROGRESS_63 = +CMAKE_PROGRESS_64 = +CMAKE_PROGRESS_65 = +CMAKE_PROGRESS_66 = +CMAKE_PROGRESS_67 = +CMAKE_PROGRESS_68 = +CMAKE_PROGRESS_69 = +CMAKE_PROGRESS_70 = +CMAKE_PROGRESS_71 = +CMAKE_PROGRESS_72 = +CMAKE_PROGRESS_73 = +CMAKE_PROGRESS_74 = +CMAKE_PROGRESS_75 = +CMAKE_PROGRESS_76 = +CMAKE_PROGRESS_77 = +CMAKE_PROGRESS_78 = +CMAKE_PROGRESS_79 = 46 +CMAKE_PROGRESS_80 = +CMAKE_PROGRESS_81 = +CMAKE_PROGRESS_82 = +CMAKE_PROGRESS_83 = +CMAKE_PROGRESS_84 = +CMAKE_PROGRESS_85 = +CMAKE_PROGRESS_86 = +CMAKE_PROGRESS_87 = +CMAKE_PROGRESS_88 = +CMAKE_PROGRESS_89 = +CMAKE_PROGRESS_90 = +CMAKE_PROGRESS_91 = +CMAKE_PROGRESS_92 = +CMAKE_PROGRESS_93 = +CMAKE_PROGRESS_94 = +CMAKE_PROGRESS_95 = +CMAKE_PROGRESS_96 = +CMAKE_PROGRESS_97 = +CMAKE_PROGRESS_98 = +CMAKE_PROGRESS_99 = +CMAKE_PROGRESS_100 = +CMAKE_PROGRESS_101 = +CMAKE_PROGRESS_102 = +CMAKE_PROGRESS_103 = +CMAKE_PROGRESS_104 = +CMAKE_PROGRESS_105 = +CMAKE_PROGRESS_106 = +CMAKE_PROGRESS_107 = 47 +CMAKE_PROGRESS_108 = +CMAKE_PROGRESS_109 = +CMAKE_PROGRESS_110 = +CMAKE_PROGRESS_111 = +CMAKE_PROGRESS_112 = +CMAKE_PROGRESS_113 = +CMAKE_PROGRESS_114 = +CMAKE_PROGRESS_115 = +CMAKE_PROGRESS_116 = +CMAKE_PROGRESS_117 = +CMAKE_PROGRESS_118 = +CMAKE_PROGRESS_119 = +CMAKE_PROGRESS_120 = +CMAKE_PROGRESS_121 = +CMAKE_PROGRESS_122 = +CMAKE_PROGRESS_123 = +CMAKE_PROGRESS_124 = +CMAKE_PROGRESS_125 = +CMAKE_PROGRESS_126 = +CMAKE_PROGRESS_127 = +CMAKE_PROGRESS_128 = +CMAKE_PROGRESS_129 = +CMAKE_PROGRESS_130 = +CMAKE_PROGRESS_131 = +CMAKE_PROGRESS_132 = +CMAKE_PROGRESS_133 = +CMAKE_PROGRESS_134 = +CMAKE_PROGRESS_135 = 48 +CMAKE_PROGRESS_136 = +CMAKE_PROGRESS_137 = +CMAKE_PROGRESS_138 = +CMAKE_PROGRESS_139 = +CMAKE_PROGRESS_140 = +CMAKE_PROGRESS_141 = +CMAKE_PROGRESS_142 = +CMAKE_PROGRESS_143 = +CMAKE_PROGRESS_144 = +CMAKE_PROGRESS_145 = +CMAKE_PROGRESS_146 = +CMAKE_PROGRESS_147 = +CMAKE_PROGRESS_148 = +CMAKE_PROGRESS_149 = +CMAKE_PROGRESS_150 = +CMAKE_PROGRESS_151 = +CMAKE_PROGRESS_152 = +CMAKE_PROGRESS_153 = +CMAKE_PROGRESS_154 = +CMAKE_PROGRESS_155 = +CMAKE_PROGRESS_156 = +CMAKE_PROGRESS_157 = +CMAKE_PROGRESS_158 = +CMAKE_PROGRESS_159 = +CMAKE_PROGRESS_160 = +CMAKE_PROGRESS_161 = +CMAKE_PROGRESS_162 = +CMAKE_PROGRESS_163 = +CMAKE_PROGRESS_164 = 49 +CMAKE_PROGRESS_165 = +CMAKE_PROGRESS_166 = +CMAKE_PROGRESS_167 = +CMAKE_PROGRESS_168 = +CMAKE_PROGRESS_169 = +CMAKE_PROGRESS_170 = +CMAKE_PROGRESS_171 = +CMAKE_PROGRESS_172 = +CMAKE_PROGRESS_173 = +CMAKE_PROGRESS_174 = +CMAKE_PROGRESS_175 = +CMAKE_PROGRESS_176 = +CMAKE_PROGRESS_177 = +CMAKE_PROGRESS_178 = +CMAKE_PROGRESS_179 = +CMAKE_PROGRESS_180 = + diff --git a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/DependInfo.cmake b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/DependInfo.cmake new file mode 100644 index 00000000..b1c25f04 --- /dev/null +++ b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/DependInfo.cmake @@ -0,0 +1,201 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/lib/altsvc.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/amigaos.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/asyn-ares.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/asyn-base.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/asyn-thrdd.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/bufq.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/bufref.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/cf-h1-proxy.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/cf-h2-proxy.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/cf-haproxy.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/cf-https-connect.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/cf-socket.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/cfilters.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/conncache.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/connect.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/content_encoding.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/cookie.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/cshutdn.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_addrinfo.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_des.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_endian.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_fnmatch.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_get_line.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_gethostname.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_gssapi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_memrchr.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_ntlm_core.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_range.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_rtmp.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_sasl.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_sha512_256.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_sspi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_threads.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curl_trc.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/dynbuf.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/cw-out.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/cw-pause.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/dict.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/doh.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/dynhds.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/easy.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/easygetopt.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/easyoptions.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/escape.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/fake_addrinfo.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/file.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/fileinfo.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/fopen.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/formdata.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/ftp.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/ftplistparser.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/getenv.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/getinfo.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/gopher.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/hash.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/headers.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/hmac.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/hostip.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/hostip4.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/hostip6.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/hsts.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/http.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/http1.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/http2.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/http_aws_sigv4.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/http_chunks.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/http_digest.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/http_negotiate.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/http_ntlm.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/http_proxy.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/httpsrr.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/idn.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/if2ip.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/imap.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/inet_ntop.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/krb5.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/ldap.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/llist.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/macos.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/md4.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/md5.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/memdebug.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/mime.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/mprintf.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/mqtt.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/multi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/multi_ev.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/netrc.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/noproxy.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/openldap.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/parsedate.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/pingpong.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/pop3.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/progress.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/psl.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/rand.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/rename.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/request.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/rtsp.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/select.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/sendf.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/setopt.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/sha256.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/share.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/slist.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/smb.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/smtp.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/socketpair.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/socks.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/socks_gssapi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/socks_sspi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/speedcheck.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/splay.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/strcase.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/strdup.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/strequal.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/strerror.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/system_win32.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/telnet.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/tftp.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/transfer.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/uint-bset.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/uint-hash.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/uint-spbset.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/uint-table.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/url.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/urlapi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/cleartext.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/cram.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/digest.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/digest_sspi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/gsasl.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_gssapi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_sspi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm_sspi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/oauth2.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_gssapi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_sspi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vauth/vauth.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/version.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_msh3.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_ngtcp2.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_osslq.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_quiche.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic-tls.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vssh/curl_path.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh2.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vssh/wolfssh.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/bearssl.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/cipher_suite.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/gtls.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/hostcheck.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/keylog.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls_threadlock.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/openssl.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/rustls.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel_verify.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/sectransp.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_scache.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_spack.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/wolfssl.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/vtls/x509asn1.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/ws.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/build.make b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/build.make new file mode 100644 index 00000000..d46a92fc --- /dev/null +++ b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/build.make @@ -0,0 +1,2962 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/lib/CMakeFiles/libcurl_static.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/lib/CMakeFiles/libcurl_static.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make + +external/curl/lib/CMakeFiles/libcurl_static.dir/codegen: +.PHONY : external/curl/lib/CMakeFiles/libcurl_static.dir/codegen + +external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.o: /home/guest/Downloads/PopLib/external/curl/lib/altsvc.c +external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.o -MF CMakeFiles/libcurl_static.dir/altsvc.c.o.d -o CMakeFiles/libcurl_static.dir/altsvc.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/altsvc.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/altsvc.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/altsvc.c > CMakeFiles/libcurl_static.dir/altsvc.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/altsvc.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/altsvc.c -o CMakeFiles/libcurl_static.dir/altsvc.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.o: /home/guest/Downloads/PopLib/external/curl/lib/amigaos.c +external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.o -MF CMakeFiles/libcurl_static.dir/amigaos.c.o.d -o CMakeFiles/libcurl_static.dir/amigaos.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/amigaos.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/amigaos.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/amigaos.c > CMakeFiles/libcurl_static.dir/amigaos.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/amigaos.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/amigaos.c -o CMakeFiles/libcurl_static.dir/amigaos.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.o: /home/guest/Downloads/PopLib/external/curl/lib/asyn-ares.c +external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.o -MF CMakeFiles/libcurl_static.dir/asyn-ares.c.o.d -o CMakeFiles/libcurl_static.dir/asyn-ares.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/asyn-ares.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/asyn-ares.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/asyn-ares.c > CMakeFiles/libcurl_static.dir/asyn-ares.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/asyn-ares.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/asyn-ares.c -o CMakeFiles/libcurl_static.dir/asyn-ares.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.o: /home/guest/Downloads/PopLib/external/curl/lib/asyn-base.c +external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.o -MF CMakeFiles/libcurl_static.dir/asyn-base.c.o.d -o CMakeFiles/libcurl_static.dir/asyn-base.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/asyn-base.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/asyn-base.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/asyn-base.c > CMakeFiles/libcurl_static.dir/asyn-base.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/asyn-base.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/asyn-base.c -o CMakeFiles/libcurl_static.dir/asyn-base.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o: /home/guest/Downloads/PopLib/external/curl/lib/asyn-thrdd.c +external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o -MF CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o.d -o CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/asyn-thrdd.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/asyn-thrdd.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/asyn-thrdd.c > CMakeFiles/libcurl_static.dir/asyn-thrdd.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/asyn-thrdd.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/asyn-thrdd.c -o CMakeFiles/libcurl_static.dir/asyn-thrdd.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.o: /home/guest/Downloads/PopLib/external/curl/lib/bufq.c +external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.o -MF CMakeFiles/libcurl_static.dir/bufq.c.o.d -o CMakeFiles/libcurl_static.dir/bufq.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/bufq.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/bufq.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/bufq.c > CMakeFiles/libcurl_static.dir/bufq.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/bufq.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/bufq.c -o CMakeFiles/libcurl_static.dir/bufq.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.o: /home/guest/Downloads/PopLib/external/curl/lib/bufref.c +external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.o -MF CMakeFiles/libcurl_static.dir/bufref.c.o.d -o CMakeFiles/libcurl_static.dir/bufref.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/bufref.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/bufref.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/bufref.c > CMakeFiles/libcurl_static.dir/bufref.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/bufref.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/bufref.c -o CMakeFiles/libcurl_static.dir/bufref.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cf-h1-proxy.c +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o -MF CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o.d -o CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cf-h1-proxy.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cf-h1-proxy.c > CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cf-h1-proxy.c -o CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cf-h2-proxy.c +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o -MF CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o.d -o CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cf-h2-proxy.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cf-h2-proxy.c > CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cf-h2-proxy.c -o CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cf-haproxy.c +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.o -MF CMakeFiles/libcurl_static.dir/cf-haproxy.c.o.d -o CMakeFiles/libcurl_static.dir/cf-haproxy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cf-haproxy.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/cf-haproxy.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cf-haproxy.c > CMakeFiles/libcurl_static.dir/cf-haproxy.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/cf-haproxy.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cf-haproxy.c -o CMakeFiles/libcurl_static.dir/cf-haproxy.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cf-https-connect.c +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.o -MF CMakeFiles/libcurl_static.dir/cf-https-connect.c.o.d -o CMakeFiles/libcurl_static.dir/cf-https-connect.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cf-https-connect.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/cf-https-connect.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cf-https-connect.c > CMakeFiles/libcurl_static.dir/cf-https-connect.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/cf-https-connect.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cf-https-connect.c -o CMakeFiles/libcurl_static.dir/cf-https-connect.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cf-socket.c +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.o -MF CMakeFiles/libcurl_static.dir/cf-socket.c.o.d -o CMakeFiles/libcurl_static.dir/cf-socket.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cf-socket.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/cf-socket.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cf-socket.c > CMakeFiles/libcurl_static.dir/cf-socket.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/cf-socket.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cf-socket.c -o CMakeFiles/libcurl_static.dir/cf-socket.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cfilters.c +external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.o -MF CMakeFiles/libcurl_static.dir/cfilters.c.o.d -o CMakeFiles/libcurl_static.dir/cfilters.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cfilters.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/cfilters.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cfilters.c > CMakeFiles/libcurl_static.dir/cfilters.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/cfilters.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cfilters.c -o CMakeFiles/libcurl_static.dir/cfilters.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.o: /home/guest/Downloads/PopLib/external/curl/lib/conncache.c +external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.o -MF CMakeFiles/libcurl_static.dir/conncache.c.o.d -o CMakeFiles/libcurl_static.dir/conncache.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/conncache.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/conncache.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/conncache.c > CMakeFiles/libcurl_static.dir/conncache.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/conncache.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/conncache.c -o CMakeFiles/libcurl_static.dir/conncache.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.o: /home/guest/Downloads/PopLib/external/curl/lib/connect.c +external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.o -MF CMakeFiles/libcurl_static.dir/connect.c.o.d -o CMakeFiles/libcurl_static.dir/connect.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/connect.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/connect.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/connect.c > CMakeFiles/libcurl_static.dir/connect.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/connect.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/connect.c -o CMakeFiles/libcurl_static.dir/connect.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.o: /home/guest/Downloads/PopLib/external/curl/lib/content_encoding.c +external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.o -MF CMakeFiles/libcurl_static.dir/content_encoding.c.o.d -o CMakeFiles/libcurl_static.dir/content_encoding.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/content_encoding.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/content_encoding.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/content_encoding.c > CMakeFiles/libcurl_static.dir/content_encoding.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/content_encoding.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/content_encoding.c -o CMakeFiles/libcurl_static.dir/content_encoding.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cookie.c +external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.o -MF CMakeFiles/libcurl_static.dir/cookie.c.o.d -o CMakeFiles/libcurl_static.dir/cookie.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cookie.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/cookie.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cookie.c > CMakeFiles/libcurl_static.dir/cookie.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/cookie.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cookie.c -o CMakeFiles/libcurl_static.dir/cookie.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cshutdn.c +external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.o -MF CMakeFiles/libcurl_static.dir/cshutdn.c.o.d -o CMakeFiles/libcurl_static.dir/cshutdn.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cshutdn.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/cshutdn.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cshutdn.c > CMakeFiles/libcurl_static.dir/cshutdn.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/cshutdn.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cshutdn.c -o CMakeFiles/libcurl_static.dir/cshutdn.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_addrinfo.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o -MF CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o.d -o CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_addrinfo.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_addrinfo.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_addrinfo.c > CMakeFiles/libcurl_static.dir/curl_addrinfo.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_addrinfo.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_addrinfo.c -o CMakeFiles/libcurl_static.dir/curl_addrinfo.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_des.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.o -MF CMakeFiles/libcurl_static.dir/curl_des.c.o.d -o CMakeFiles/libcurl_static.dir/curl_des.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_des.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_des.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_des.c > CMakeFiles/libcurl_static.dir/curl_des.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_des.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_des.c -o CMakeFiles/libcurl_static.dir/curl_des.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_endian.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.o -MF CMakeFiles/libcurl_static.dir/curl_endian.c.o.d -o CMakeFiles/libcurl_static.dir/curl_endian.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_endian.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_endian.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_endian.c > CMakeFiles/libcurl_static.dir/curl_endian.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_endian.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_endian.c -o CMakeFiles/libcurl_static.dir/curl_endian.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_fnmatch.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o -MF CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o.d -o CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_fnmatch.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_fnmatch.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_fnmatch.c > CMakeFiles/libcurl_static.dir/curl_fnmatch.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_fnmatch.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_fnmatch.c -o CMakeFiles/libcurl_static.dir/curl_fnmatch.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_get_line.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.o -MF CMakeFiles/libcurl_static.dir/curl_get_line.c.o.d -o CMakeFiles/libcurl_static.dir/curl_get_line.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_get_line.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_get_line.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_get_line.c > CMakeFiles/libcurl_static.dir/curl_get_line.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_get_line.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_get_line.c -o CMakeFiles/libcurl_static.dir/curl_get_line.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_gethostname.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.o -MF CMakeFiles/libcurl_static.dir/curl_gethostname.c.o.d -o CMakeFiles/libcurl_static.dir/curl_gethostname.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_gethostname.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_gethostname.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_gethostname.c > CMakeFiles/libcurl_static.dir/curl_gethostname.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_gethostname.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_gethostname.c -o CMakeFiles/libcurl_static.dir/curl_gethostname.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_gssapi.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.o -MF CMakeFiles/libcurl_static.dir/curl_gssapi.c.o.d -o CMakeFiles/libcurl_static.dir/curl_gssapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_gssapi.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_gssapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_gssapi.c > CMakeFiles/libcurl_static.dir/curl_gssapi.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_gssapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_gssapi.c -o CMakeFiles/libcurl_static.dir/curl_gssapi.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_memrchr.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.o -MF CMakeFiles/libcurl_static.dir/curl_memrchr.c.o.d -o CMakeFiles/libcurl_static.dir/curl_memrchr.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_memrchr.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_memrchr.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_memrchr.c > CMakeFiles/libcurl_static.dir/curl_memrchr.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_memrchr.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_memrchr.c -o CMakeFiles/libcurl_static.dir/curl_memrchr.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_ntlm_core.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o -MF CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o.d -o CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_ntlm_core.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_ntlm_core.c > CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_ntlm_core.c -o CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_range.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.o -MF CMakeFiles/libcurl_static.dir/curl_range.c.o.d -o CMakeFiles/libcurl_static.dir/curl_range.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_range.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_range.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_range.c > CMakeFiles/libcurl_static.dir/curl_range.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_range.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_range.c -o CMakeFiles/libcurl_static.dir/curl_range.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_rtmp.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.o -MF CMakeFiles/libcurl_static.dir/curl_rtmp.c.o.d -o CMakeFiles/libcurl_static.dir/curl_rtmp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_rtmp.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_rtmp.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_rtmp.c > CMakeFiles/libcurl_static.dir/curl_rtmp.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_rtmp.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_rtmp.c -o CMakeFiles/libcurl_static.dir/curl_rtmp.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_sasl.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.o -MF CMakeFiles/libcurl_static.dir/curl_sasl.c.o.d -o CMakeFiles/libcurl_static.dir/curl_sasl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_sasl.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_sasl.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_sasl.c > CMakeFiles/libcurl_static.dir/curl_sasl.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_sasl.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_sasl.c -o CMakeFiles/libcurl_static.dir/curl_sasl.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_sha512_256.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o -MF CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o.d -o CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_sha512_256.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_sha512_256.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_sha512_256.c > CMakeFiles/libcurl_static.dir/curl_sha512_256.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_sha512_256.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_sha512_256.c -o CMakeFiles/libcurl_static.dir/curl_sha512_256.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_sspi.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.o -MF CMakeFiles/libcurl_static.dir/curl_sspi.c.o.d -o CMakeFiles/libcurl_static.dir/curl_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_sspi.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_sspi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_sspi.c > CMakeFiles/libcurl_static.dir/curl_sspi.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_sspi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_sspi.c -o CMakeFiles/libcurl_static.dir/curl_sspi.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_threads.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.o -MF CMakeFiles/libcurl_static.dir/curl_threads.c.o.d -o CMakeFiles/libcurl_static.dir/curl_threads.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_threads.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_threads.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_threads.c > CMakeFiles/libcurl_static.dir/curl_threads.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_threads.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_threads.c -o CMakeFiles/libcurl_static.dir/curl_threads.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_trc.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.o -MF CMakeFiles/libcurl_static.dir/curl_trc.c.o.d -o CMakeFiles/libcurl_static.dir/curl_trc.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_trc.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_trc.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_trc.c > CMakeFiles/libcurl_static.dir/curl_trc.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_trc.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_trc.c -o CMakeFiles/libcurl_static.dir/curl_trc.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cw-out.c +external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.o -MF CMakeFiles/libcurl_static.dir/cw-out.c.o.d -o CMakeFiles/libcurl_static.dir/cw-out.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cw-out.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/cw-out.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cw-out.c > CMakeFiles/libcurl_static.dir/cw-out.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/cw-out.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cw-out.c -o CMakeFiles/libcurl_static.dir/cw-out.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cw-pause.c +external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.o -MF CMakeFiles/libcurl_static.dir/cw-pause.c.o.d -o CMakeFiles/libcurl_static.dir/cw-pause.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cw-pause.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/cw-pause.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cw-pause.c > CMakeFiles/libcurl_static.dir/cw-pause.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/cw-pause.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cw-pause.c -o CMakeFiles/libcurl_static.dir/cw-pause.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.o: /home/guest/Downloads/PopLib/external/curl/lib/dict.c +external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.o -MF CMakeFiles/libcurl_static.dir/dict.c.o.d -o CMakeFiles/libcurl_static.dir/dict.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/dict.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/dict.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/dict.c > CMakeFiles/libcurl_static.dir/dict.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/dict.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/dict.c -o CMakeFiles/libcurl_static.dir/dict.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.o: /home/guest/Downloads/PopLib/external/curl/lib/doh.c +external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_38) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.o -MF CMakeFiles/libcurl_static.dir/doh.c.o.d -o CMakeFiles/libcurl_static.dir/doh.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/doh.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/doh.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/doh.c > CMakeFiles/libcurl_static.dir/doh.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/doh.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/doh.c -o CMakeFiles/libcurl_static.dir/doh.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.o: /home/guest/Downloads/PopLib/external/curl/lib/dynhds.c +external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_39) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.o -MF CMakeFiles/libcurl_static.dir/dynhds.c.o.d -o CMakeFiles/libcurl_static.dir/dynhds.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/dynhds.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/dynhds.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/dynhds.c > CMakeFiles/libcurl_static.dir/dynhds.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/dynhds.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/dynhds.c -o CMakeFiles/libcurl_static.dir/dynhds.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/easy.c +external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_40) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.o -MF CMakeFiles/libcurl_static.dir/easy.c.o.d -o CMakeFiles/libcurl_static.dir/easy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/easy.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/easy.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/easy.c > CMakeFiles/libcurl_static.dir/easy.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/easy.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/easy.c -o CMakeFiles/libcurl_static.dir/easy.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.o: /home/guest/Downloads/PopLib/external/curl/lib/easygetopt.c +external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_41) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.o -MF CMakeFiles/libcurl_static.dir/easygetopt.c.o.d -o CMakeFiles/libcurl_static.dir/easygetopt.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/easygetopt.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/easygetopt.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/easygetopt.c > CMakeFiles/libcurl_static.dir/easygetopt.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/easygetopt.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/easygetopt.c -o CMakeFiles/libcurl_static.dir/easygetopt.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.o: /home/guest/Downloads/PopLib/external/curl/lib/easyoptions.c +external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_42) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.o -MF CMakeFiles/libcurl_static.dir/easyoptions.c.o.d -o CMakeFiles/libcurl_static.dir/easyoptions.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/easyoptions.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/easyoptions.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/easyoptions.c > CMakeFiles/libcurl_static.dir/easyoptions.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/easyoptions.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/easyoptions.c -o CMakeFiles/libcurl_static.dir/easyoptions.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.o: /home/guest/Downloads/PopLib/external/curl/lib/escape.c +external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_43) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.o -MF CMakeFiles/libcurl_static.dir/escape.c.o.d -o CMakeFiles/libcurl_static.dir/escape.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/escape.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/escape.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/escape.c > CMakeFiles/libcurl_static.dir/escape.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/escape.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/escape.c -o CMakeFiles/libcurl_static.dir/escape.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o: /home/guest/Downloads/PopLib/external/curl/lib/fake_addrinfo.c +external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_44) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o -MF CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o.d -o CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/fake_addrinfo.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/fake_addrinfo.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/fake_addrinfo.c > CMakeFiles/libcurl_static.dir/fake_addrinfo.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/fake_addrinfo.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/fake_addrinfo.c -o CMakeFiles/libcurl_static.dir/fake_addrinfo.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.o: /home/guest/Downloads/PopLib/external/curl/lib/file.c +external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_45) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.o -MF CMakeFiles/libcurl_static.dir/file.c.o.d -o CMakeFiles/libcurl_static.dir/file.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/file.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/file.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/file.c > CMakeFiles/libcurl_static.dir/file.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/file.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/file.c -o CMakeFiles/libcurl_static.dir/file.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.o: /home/guest/Downloads/PopLib/external/curl/lib/fileinfo.c +external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_46) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.o -MF CMakeFiles/libcurl_static.dir/fileinfo.c.o.d -o CMakeFiles/libcurl_static.dir/fileinfo.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/fileinfo.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/fileinfo.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/fileinfo.c > CMakeFiles/libcurl_static.dir/fileinfo.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/fileinfo.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/fileinfo.c -o CMakeFiles/libcurl_static.dir/fileinfo.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.o: /home/guest/Downloads/PopLib/external/curl/lib/fopen.c +external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_47) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.o -MF CMakeFiles/libcurl_static.dir/fopen.c.o.d -o CMakeFiles/libcurl_static.dir/fopen.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/fopen.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/fopen.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/fopen.c > CMakeFiles/libcurl_static.dir/fopen.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/fopen.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/fopen.c -o CMakeFiles/libcurl_static.dir/fopen.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.o: /home/guest/Downloads/PopLib/external/curl/lib/formdata.c +external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_48) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.o -MF CMakeFiles/libcurl_static.dir/formdata.c.o.d -o CMakeFiles/libcurl_static.dir/formdata.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/formdata.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/formdata.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/formdata.c > CMakeFiles/libcurl_static.dir/formdata.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/formdata.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/formdata.c -o CMakeFiles/libcurl_static.dir/formdata.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/ftp.c +external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_49) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.o -MF CMakeFiles/libcurl_static.dir/ftp.c.o.d -o CMakeFiles/libcurl_static.dir/ftp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/ftp.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/ftp.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/ftp.c > CMakeFiles/libcurl_static.dir/ftp.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/ftp.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/ftp.c -o CMakeFiles/libcurl_static.dir/ftp.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.o: /home/guest/Downloads/PopLib/external/curl/lib/ftplistparser.c +external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_50) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.o -MF CMakeFiles/libcurl_static.dir/ftplistparser.c.o.d -o CMakeFiles/libcurl_static.dir/ftplistparser.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/ftplistparser.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/ftplistparser.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/ftplistparser.c > CMakeFiles/libcurl_static.dir/ftplistparser.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/ftplistparser.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/ftplistparser.c -o CMakeFiles/libcurl_static.dir/ftplistparser.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.o: /home/guest/Downloads/PopLib/external/curl/lib/getenv.c +external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_51) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.o -MF CMakeFiles/libcurl_static.dir/getenv.c.o.d -o CMakeFiles/libcurl_static.dir/getenv.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/getenv.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/getenv.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/getenv.c > CMakeFiles/libcurl_static.dir/getenv.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/getenv.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/getenv.c -o CMakeFiles/libcurl_static.dir/getenv.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.o: /home/guest/Downloads/PopLib/external/curl/lib/getinfo.c +external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_52) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.o -MF CMakeFiles/libcurl_static.dir/getinfo.c.o.d -o CMakeFiles/libcurl_static.dir/getinfo.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/getinfo.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/getinfo.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/getinfo.c > CMakeFiles/libcurl_static.dir/getinfo.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/getinfo.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/getinfo.c -o CMakeFiles/libcurl_static.dir/getinfo.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.o: /home/guest/Downloads/PopLib/external/curl/lib/gopher.c +external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_53) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.o -MF CMakeFiles/libcurl_static.dir/gopher.c.o.d -o CMakeFiles/libcurl_static.dir/gopher.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/gopher.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/gopher.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/gopher.c > CMakeFiles/libcurl_static.dir/gopher.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/gopher.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/gopher.c -o CMakeFiles/libcurl_static.dir/gopher.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hash.c +external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_54) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.o -MF CMakeFiles/libcurl_static.dir/hash.c.o.d -o CMakeFiles/libcurl_static.dir/hash.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hash.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/hash.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hash.c > CMakeFiles/libcurl_static.dir/hash.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/hash.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hash.c -o CMakeFiles/libcurl_static.dir/hash.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.o: /home/guest/Downloads/PopLib/external/curl/lib/headers.c +external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_55) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.o -MF CMakeFiles/libcurl_static.dir/headers.c.o.d -o CMakeFiles/libcurl_static.dir/headers.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/headers.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/headers.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/headers.c > CMakeFiles/libcurl_static.dir/headers.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/headers.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/headers.c -o CMakeFiles/libcurl_static.dir/headers.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hmac.c +external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_56) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.o -MF CMakeFiles/libcurl_static.dir/hmac.c.o.d -o CMakeFiles/libcurl_static.dir/hmac.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hmac.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/hmac.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hmac.c > CMakeFiles/libcurl_static.dir/hmac.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/hmac.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hmac.c -o CMakeFiles/libcurl_static.dir/hmac.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hostip.c +external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_57) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.o -MF CMakeFiles/libcurl_static.dir/hostip.c.o.d -o CMakeFiles/libcurl_static.dir/hostip.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hostip.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/hostip.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hostip.c > CMakeFiles/libcurl_static.dir/hostip.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/hostip.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hostip.c -o CMakeFiles/libcurl_static.dir/hostip.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hostip4.c +external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_58) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.o -MF CMakeFiles/libcurl_static.dir/hostip4.c.o.d -o CMakeFiles/libcurl_static.dir/hostip4.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hostip4.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/hostip4.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hostip4.c > CMakeFiles/libcurl_static.dir/hostip4.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/hostip4.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hostip4.c -o CMakeFiles/libcurl_static.dir/hostip4.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hostip6.c +external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_59) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.o -MF CMakeFiles/libcurl_static.dir/hostip6.c.o.d -o CMakeFiles/libcurl_static.dir/hostip6.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hostip6.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/hostip6.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hostip6.c > CMakeFiles/libcurl_static.dir/hostip6.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/hostip6.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hostip6.c -o CMakeFiles/libcurl_static.dir/hostip6.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hsts.c +external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_60) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.o -MF CMakeFiles/libcurl_static.dir/hsts.c.o.d -o CMakeFiles/libcurl_static.dir/hsts.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hsts.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/hsts.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hsts.c > CMakeFiles/libcurl_static.dir/hsts.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/hsts.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hsts.c -o CMakeFiles/libcurl_static.dir/hsts.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http.c +external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_61) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.o -MF CMakeFiles/libcurl_static.dir/http.c.o.d -o CMakeFiles/libcurl_static.dir/http.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/http.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http.c > CMakeFiles/libcurl_static.dir/http.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/http.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http.c -o CMakeFiles/libcurl_static.dir/http.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http1.c +external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_62) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.o -MF CMakeFiles/libcurl_static.dir/http1.c.o.d -o CMakeFiles/libcurl_static.dir/http1.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http1.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/http1.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http1.c > CMakeFiles/libcurl_static.dir/http1.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/http1.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http1.c -o CMakeFiles/libcurl_static.dir/http1.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http2.c +external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_63) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.o -MF CMakeFiles/libcurl_static.dir/http2.c.o.d -o CMakeFiles/libcurl_static.dir/http2.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http2.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/http2.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http2.c > CMakeFiles/libcurl_static.dir/http2.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/http2.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http2.c -o CMakeFiles/libcurl_static.dir/http2.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_aws_sigv4.c +external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_64) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o -MF CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o.d -o CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_aws_sigv4.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_aws_sigv4.c > CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_aws_sigv4.c -o CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_chunks.c +external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_65) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.o -MF CMakeFiles/libcurl_static.dir/http_chunks.c.o.d -o CMakeFiles/libcurl_static.dir/http_chunks.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_chunks.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/http_chunks.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_chunks.c > CMakeFiles/libcurl_static.dir/http_chunks.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/http_chunks.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_chunks.c -o CMakeFiles/libcurl_static.dir/http_chunks.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_digest.c +external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_66) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.o -MF CMakeFiles/libcurl_static.dir/http_digest.c.o.d -o CMakeFiles/libcurl_static.dir/http_digest.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_digest.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/http_digest.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_digest.c > CMakeFiles/libcurl_static.dir/http_digest.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/http_digest.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_digest.c -o CMakeFiles/libcurl_static.dir/http_digest.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_negotiate.c +external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_67) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.o -MF CMakeFiles/libcurl_static.dir/http_negotiate.c.o.d -o CMakeFiles/libcurl_static.dir/http_negotiate.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_negotiate.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/http_negotiate.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_negotiate.c > CMakeFiles/libcurl_static.dir/http_negotiate.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/http_negotiate.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_negotiate.c -o CMakeFiles/libcurl_static.dir/http_negotiate.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_ntlm.c +external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_68) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.o -MF CMakeFiles/libcurl_static.dir/http_ntlm.c.o.d -o CMakeFiles/libcurl_static.dir/http_ntlm.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_ntlm.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/http_ntlm.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_ntlm.c > CMakeFiles/libcurl_static.dir/http_ntlm.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/http_ntlm.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_ntlm.c -o CMakeFiles/libcurl_static.dir/http_ntlm.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_proxy.c +external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_69) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.o -MF CMakeFiles/libcurl_static.dir/http_proxy.c.o.d -o CMakeFiles/libcurl_static.dir/http_proxy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_proxy.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/http_proxy.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_proxy.c > CMakeFiles/libcurl_static.dir/http_proxy.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/http_proxy.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_proxy.c -o CMakeFiles/libcurl_static.dir/http_proxy.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.o: /home/guest/Downloads/PopLib/external/curl/lib/httpsrr.c +external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_70) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.o -MF CMakeFiles/libcurl_static.dir/httpsrr.c.o.d -o CMakeFiles/libcurl_static.dir/httpsrr.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/httpsrr.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/httpsrr.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/httpsrr.c > CMakeFiles/libcurl_static.dir/httpsrr.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/httpsrr.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/httpsrr.c -o CMakeFiles/libcurl_static.dir/httpsrr.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.o: /home/guest/Downloads/PopLib/external/curl/lib/idn.c +external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_71) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.o -MF CMakeFiles/libcurl_static.dir/idn.c.o.d -o CMakeFiles/libcurl_static.dir/idn.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/idn.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/idn.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/idn.c > CMakeFiles/libcurl_static.dir/idn.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/idn.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/idn.c -o CMakeFiles/libcurl_static.dir/idn.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.o: /home/guest/Downloads/PopLib/external/curl/lib/if2ip.c +external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_72) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.o -MF CMakeFiles/libcurl_static.dir/if2ip.c.o.d -o CMakeFiles/libcurl_static.dir/if2ip.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/if2ip.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/if2ip.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/if2ip.c > CMakeFiles/libcurl_static.dir/if2ip.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/if2ip.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/if2ip.c -o CMakeFiles/libcurl_static.dir/if2ip.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.o: /home/guest/Downloads/PopLib/external/curl/lib/imap.c +external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_73) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.o -MF CMakeFiles/libcurl_static.dir/imap.c.o.d -o CMakeFiles/libcurl_static.dir/imap.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/imap.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/imap.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/imap.c > CMakeFiles/libcurl_static.dir/imap.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/imap.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/imap.c -o CMakeFiles/libcurl_static.dir/imap.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.o: /home/guest/Downloads/PopLib/external/curl/lib/inet_ntop.c +external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_74) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.o -MF CMakeFiles/libcurl_static.dir/inet_ntop.c.o.d -o CMakeFiles/libcurl_static.dir/inet_ntop.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/inet_ntop.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/inet_ntop.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/inet_ntop.c > CMakeFiles/libcurl_static.dir/inet_ntop.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/inet_ntop.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/inet_ntop.c -o CMakeFiles/libcurl_static.dir/inet_ntop.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.o: /home/guest/Downloads/PopLib/external/curl/lib/krb5.c +external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_75) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.o -MF CMakeFiles/libcurl_static.dir/krb5.c.o.d -o CMakeFiles/libcurl_static.dir/krb5.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/krb5.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/krb5.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/krb5.c > CMakeFiles/libcurl_static.dir/krb5.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/krb5.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/krb5.c -o CMakeFiles/libcurl_static.dir/krb5.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.o: /home/guest/Downloads/PopLib/external/curl/lib/ldap.c +external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_76) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.o -MF CMakeFiles/libcurl_static.dir/ldap.c.o.d -o CMakeFiles/libcurl_static.dir/ldap.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/ldap.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/ldap.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/ldap.c > CMakeFiles/libcurl_static.dir/ldap.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/ldap.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/ldap.c -o CMakeFiles/libcurl_static.dir/ldap.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.o: /home/guest/Downloads/PopLib/external/curl/lib/llist.c +external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_77) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.o -MF CMakeFiles/libcurl_static.dir/llist.c.o.d -o CMakeFiles/libcurl_static.dir/llist.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/llist.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/llist.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/llist.c > CMakeFiles/libcurl_static.dir/llist.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/llist.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/llist.c -o CMakeFiles/libcurl_static.dir/llist.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.o: /home/guest/Downloads/PopLib/external/curl/lib/macos.c +external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_78) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.o -MF CMakeFiles/libcurl_static.dir/macos.c.o.d -o CMakeFiles/libcurl_static.dir/macos.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/macos.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/macos.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/macos.c > CMakeFiles/libcurl_static.dir/macos.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/macos.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/macos.c -o CMakeFiles/libcurl_static.dir/macos.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.o: /home/guest/Downloads/PopLib/external/curl/lib/md4.c +external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_79) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.o -MF CMakeFiles/libcurl_static.dir/md4.c.o.d -o CMakeFiles/libcurl_static.dir/md4.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/md4.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/md4.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/md4.c > CMakeFiles/libcurl_static.dir/md4.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/md4.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/md4.c -o CMakeFiles/libcurl_static.dir/md4.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.o: /home/guest/Downloads/PopLib/external/curl/lib/md5.c +external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_80) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.o -MF CMakeFiles/libcurl_static.dir/md5.c.o.d -o CMakeFiles/libcurl_static.dir/md5.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/md5.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/md5.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/md5.c > CMakeFiles/libcurl_static.dir/md5.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/md5.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/md5.c -o CMakeFiles/libcurl_static.dir/md5.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.o: /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c +external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_81) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.o -MF CMakeFiles/libcurl_static.dir/memdebug.c.o.d -o CMakeFiles/libcurl_static.dir/memdebug.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/memdebug.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c > CMakeFiles/libcurl_static.dir/memdebug.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/memdebug.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -o CMakeFiles/libcurl_static.dir/memdebug.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.o: /home/guest/Downloads/PopLib/external/curl/lib/mime.c +external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_82) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.o -MF CMakeFiles/libcurl_static.dir/mime.c.o.d -o CMakeFiles/libcurl_static.dir/mime.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/mime.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/mime.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/mime.c > CMakeFiles/libcurl_static.dir/mime.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/mime.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/mime.c -o CMakeFiles/libcurl_static.dir/mime.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.o: /home/guest/Downloads/PopLib/external/curl/lib/mprintf.c +external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_83) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.o -MF CMakeFiles/libcurl_static.dir/mprintf.c.o.d -o CMakeFiles/libcurl_static.dir/mprintf.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/mprintf.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/mprintf.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/mprintf.c > CMakeFiles/libcurl_static.dir/mprintf.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/mprintf.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/mprintf.c -o CMakeFiles/libcurl_static.dir/mprintf.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.o: /home/guest/Downloads/PopLib/external/curl/lib/mqtt.c +external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_84) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.o -MF CMakeFiles/libcurl_static.dir/mqtt.c.o.d -o CMakeFiles/libcurl_static.dir/mqtt.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/mqtt.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/mqtt.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/mqtt.c > CMakeFiles/libcurl_static.dir/mqtt.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/mqtt.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/mqtt.c -o CMakeFiles/libcurl_static.dir/mqtt.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/multi.c +external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_85) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.o -MF CMakeFiles/libcurl_static.dir/multi.c.o.d -o CMakeFiles/libcurl_static.dir/multi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/multi.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/multi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/multi.c > CMakeFiles/libcurl_static.dir/multi.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/multi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/multi.c -o CMakeFiles/libcurl_static.dir/multi.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.o: /home/guest/Downloads/PopLib/external/curl/lib/multi_ev.c +external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_86) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.o -MF CMakeFiles/libcurl_static.dir/multi_ev.c.o.d -o CMakeFiles/libcurl_static.dir/multi_ev.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/multi_ev.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/multi_ev.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/multi_ev.c > CMakeFiles/libcurl_static.dir/multi_ev.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/multi_ev.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/multi_ev.c -o CMakeFiles/libcurl_static.dir/multi_ev.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.o: /home/guest/Downloads/PopLib/external/curl/lib/netrc.c +external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_87) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.o -MF CMakeFiles/libcurl_static.dir/netrc.c.o.d -o CMakeFiles/libcurl_static.dir/netrc.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/netrc.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/netrc.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/netrc.c > CMakeFiles/libcurl_static.dir/netrc.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/netrc.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/netrc.c -o CMakeFiles/libcurl_static.dir/netrc.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/noproxy.c +external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_88) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.o -MF CMakeFiles/libcurl_static.dir/noproxy.c.o.d -o CMakeFiles/libcurl_static.dir/noproxy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/noproxy.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/noproxy.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/noproxy.c > CMakeFiles/libcurl_static.dir/noproxy.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/noproxy.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/noproxy.c -o CMakeFiles/libcurl_static.dir/noproxy.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.o: /home/guest/Downloads/PopLib/external/curl/lib/openldap.c +external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_89) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.o -MF CMakeFiles/libcurl_static.dir/openldap.c.o.d -o CMakeFiles/libcurl_static.dir/openldap.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/openldap.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/openldap.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/openldap.c > CMakeFiles/libcurl_static.dir/openldap.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/openldap.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/openldap.c -o CMakeFiles/libcurl_static.dir/openldap.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.o: /home/guest/Downloads/PopLib/external/curl/lib/parsedate.c +external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_90) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.o -MF CMakeFiles/libcurl_static.dir/parsedate.c.o.d -o CMakeFiles/libcurl_static.dir/parsedate.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/parsedate.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/parsedate.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/parsedate.c > CMakeFiles/libcurl_static.dir/parsedate.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/parsedate.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/parsedate.c -o CMakeFiles/libcurl_static.dir/parsedate.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.o: /home/guest/Downloads/PopLib/external/curl/lib/pingpong.c +external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_91) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.o -MF CMakeFiles/libcurl_static.dir/pingpong.c.o.d -o CMakeFiles/libcurl_static.dir/pingpong.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/pingpong.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/pingpong.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/pingpong.c > CMakeFiles/libcurl_static.dir/pingpong.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/pingpong.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/pingpong.c -o CMakeFiles/libcurl_static.dir/pingpong.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.o: /home/guest/Downloads/PopLib/external/curl/lib/pop3.c +external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_92) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.o -MF CMakeFiles/libcurl_static.dir/pop3.c.o.d -o CMakeFiles/libcurl_static.dir/pop3.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/pop3.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/pop3.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/pop3.c > CMakeFiles/libcurl_static.dir/pop3.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/pop3.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/pop3.c -o CMakeFiles/libcurl_static.dir/pop3.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.o: /home/guest/Downloads/PopLib/external/curl/lib/progress.c +external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_93) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.o -MF CMakeFiles/libcurl_static.dir/progress.c.o.d -o CMakeFiles/libcurl_static.dir/progress.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/progress.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/progress.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/progress.c > CMakeFiles/libcurl_static.dir/progress.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/progress.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/progress.c -o CMakeFiles/libcurl_static.dir/progress.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/psl.c +external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_94) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.o -MF CMakeFiles/libcurl_static.dir/psl.c.o.d -o CMakeFiles/libcurl_static.dir/psl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/psl.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/psl.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/psl.c > CMakeFiles/libcurl_static.dir/psl.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/psl.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/psl.c -o CMakeFiles/libcurl_static.dir/psl.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.o: /home/guest/Downloads/PopLib/external/curl/lib/rand.c +external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_95) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.o -MF CMakeFiles/libcurl_static.dir/rand.c.o.d -o CMakeFiles/libcurl_static.dir/rand.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/rand.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/rand.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/rand.c > CMakeFiles/libcurl_static.dir/rand.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/rand.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/rand.c -o CMakeFiles/libcurl_static.dir/rand.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.o: /home/guest/Downloads/PopLib/external/curl/lib/rename.c +external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_96) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.o -MF CMakeFiles/libcurl_static.dir/rename.c.o.d -o CMakeFiles/libcurl_static.dir/rename.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/rename.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/rename.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/rename.c > CMakeFiles/libcurl_static.dir/rename.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/rename.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/rename.c -o CMakeFiles/libcurl_static.dir/rename.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.o: /home/guest/Downloads/PopLib/external/curl/lib/request.c +external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_97) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.o -MF CMakeFiles/libcurl_static.dir/request.c.o.d -o CMakeFiles/libcurl_static.dir/request.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/request.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/request.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/request.c > CMakeFiles/libcurl_static.dir/request.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/request.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/request.c -o CMakeFiles/libcurl_static.dir/request.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/rtsp.c +external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_98) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.o -MF CMakeFiles/libcurl_static.dir/rtsp.c.o.d -o CMakeFiles/libcurl_static.dir/rtsp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/rtsp.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/rtsp.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/rtsp.c > CMakeFiles/libcurl_static.dir/rtsp.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/rtsp.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/rtsp.c -o CMakeFiles/libcurl_static.dir/rtsp.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.o: /home/guest/Downloads/PopLib/external/curl/lib/select.c +external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_99) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.o -MF CMakeFiles/libcurl_static.dir/select.c.o.d -o CMakeFiles/libcurl_static.dir/select.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/select.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/select.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/select.c > CMakeFiles/libcurl_static.dir/select.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/select.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/select.c -o CMakeFiles/libcurl_static.dir/select.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.o: /home/guest/Downloads/PopLib/external/curl/lib/sendf.c +external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_100) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.o -MF CMakeFiles/libcurl_static.dir/sendf.c.o.d -o CMakeFiles/libcurl_static.dir/sendf.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/sendf.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/sendf.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/sendf.c > CMakeFiles/libcurl_static.dir/sendf.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/sendf.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/sendf.c -o CMakeFiles/libcurl_static.dir/sendf.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.o: /home/guest/Downloads/PopLib/external/curl/lib/setopt.c +external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_101) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.o -MF CMakeFiles/libcurl_static.dir/setopt.c.o.d -o CMakeFiles/libcurl_static.dir/setopt.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/setopt.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/setopt.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/setopt.c > CMakeFiles/libcurl_static.dir/setopt.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/setopt.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/setopt.c -o CMakeFiles/libcurl_static.dir/setopt.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.o: /home/guest/Downloads/PopLib/external/curl/lib/sha256.c +external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_102) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.o -MF CMakeFiles/libcurl_static.dir/sha256.c.o.d -o CMakeFiles/libcurl_static.dir/sha256.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/sha256.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/sha256.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/sha256.c > CMakeFiles/libcurl_static.dir/sha256.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/sha256.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/sha256.c -o CMakeFiles/libcurl_static.dir/sha256.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.o: /home/guest/Downloads/PopLib/external/curl/lib/share.c +external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_103) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.o -MF CMakeFiles/libcurl_static.dir/share.c.o.d -o CMakeFiles/libcurl_static.dir/share.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/share.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/share.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/share.c > CMakeFiles/libcurl_static.dir/share.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/share.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/share.c -o CMakeFiles/libcurl_static.dir/share.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.o: /home/guest/Downloads/PopLib/external/curl/lib/slist.c +external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_104) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.o -MF CMakeFiles/libcurl_static.dir/slist.c.o.d -o CMakeFiles/libcurl_static.dir/slist.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/slist.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/slist.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/slist.c > CMakeFiles/libcurl_static.dir/slist.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/slist.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/slist.c -o CMakeFiles/libcurl_static.dir/slist.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.o: /home/guest/Downloads/PopLib/external/curl/lib/smb.c +external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_105) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.o -MF CMakeFiles/libcurl_static.dir/smb.c.o.d -o CMakeFiles/libcurl_static.dir/smb.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/smb.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/smb.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/smb.c > CMakeFiles/libcurl_static.dir/smb.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/smb.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/smb.c -o CMakeFiles/libcurl_static.dir/smb.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/smtp.c +external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_106) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.o -MF CMakeFiles/libcurl_static.dir/smtp.c.o.d -o CMakeFiles/libcurl_static.dir/smtp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/smtp.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/smtp.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/smtp.c > CMakeFiles/libcurl_static.dir/smtp.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/smtp.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/smtp.c -o CMakeFiles/libcurl_static.dir/smtp.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.o: /home/guest/Downloads/PopLib/external/curl/lib/socketpair.c +external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_107) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.o -MF CMakeFiles/libcurl_static.dir/socketpair.c.o.d -o CMakeFiles/libcurl_static.dir/socketpair.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/socketpair.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/socketpair.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/socketpair.c > CMakeFiles/libcurl_static.dir/socketpair.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/socketpair.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/socketpair.c -o CMakeFiles/libcurl_static.dir/socketpair.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.o: /home/guest/Downloads/PopLib/external/curl/lib/socks.c +external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_108) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.o -MF CMakeFiles/libcurl_static.dir/socks.c.o.d -o CMakeFiles/libcurl_static.dir/socks.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/socks.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/socks.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/socks.c > CMakeFiles/libcurl_static.dir/socks.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/socks.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/socks.c -o CMakeFiles/libcurl_static.dir/socks.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/socks_gssapi.c +external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_109) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.o -MF CMakeFiles/libcurl_static.dir/socks_gssapi.c.o.d -o CMakeFiles/libcurl_static.dir/socks_gssapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/socks_gssapi.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/socks_gssapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/socks_gssapi.c > CMakeFiles/libcurl_static.dir/socks_gssapi.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/socks_gssapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/socks_gssapi.c -o CMakeFiles/libcurl_static.dir/socks_gssapi.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/socks_sspi.c +external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_110) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.o -MF CMakeFiles/libcurl_static.dir/socks_sspi.c.o.d -o CMakeFiles/libcurl_static.dir/socks_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/socks_sspi.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/socks_sspi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/socks_sspi.c > CMakeFiles/libcurl_static.dir/socks_sspi.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/socks_sspi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/socks_sspi.c -o CMakeFiles/libcurl_static.dir/socks_sspi.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.o: /home/guest/Downloads/PopLib/external/curl/lib/speedcheck.c +external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_111) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.o -MF CMakeFiles/libcurl_static.dir/speedcheck.c.o.d -o CMakeFiles/libcurl_static.dir/speedcheck.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/speedcheck.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/speedcheck.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/speedcheck.c > CMakeFiles/libcurl_static.dir/speedcheck.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/speedcheck.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/speedcheck.c -o CMakeFiles/libcurl_static.dir/speedcheck.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.o: /home/guest/Downloads/PopLib/external/curl/lib/splay.c +external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_112) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.o -MF CMakeFiles/libcurl_static.dir/splay.c.o.d -o CMakeFiles/libcurl_static.dir/splay.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/splay.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/splay.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/splay.c > CMakeFiles/libcurl_static.dir/splay.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/splay.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/splay.c -o CMakeFiles/libcurl_static.dir/splay.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.o: /home/guest/Downloads/PopLib/external/curl/lib/strcase.c +external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_113) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.o -MF CMakeFiles/libcurl_static.dir/strcase.c.o.d -o CMakeFiles/libcurl_static.dir/strcase.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/strcase.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/strcase.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/strcase.c > CMakeFiles/libcurl_static.dir/strcase.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/strcase.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/strcase.c -o CMakeFiles/libcurl_static.dir/strcase.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.o: /home/guest/Downloads/PopLib/external/curl/lib/strdup.c +external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_114) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.o -MF CMakeFiles/libcurl_static.dir/strdup.c.o.d -o CMakeFiles/libcurl_static.dir/strdup.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/strdup.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/strdup.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/strdup.c > CMakeFiles/libcurl_static.dir/strdup.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/strdup.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/strdup.c -o CMakeFiles/libcurl_static.dir/strdup.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.o: /home/guest/Downloads/PopLib/external/curl/lib/strequal.c +external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_115) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.o -MF CMakeFiles/libcurl_static.dir/strequal.c.o.d -o CMakeFiles/libcurl_static.dir/strequal.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/strequal.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/strequal.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/strequal.c > CMakeFiles/libcurl_static.dir/strequal.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/strequal.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/strequal.c -o CMakeFiles/libcurl_static.dir/strequal.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.o: /home/guest/Downloads/PopLib/external/curl/lib/strerror.c +external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_116) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.o -MF CMakeFiles/libcurl_static.dir/strerror.c.o.d -o CMakeFiles/libcurl_static.dir/strerror.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/strerror.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/strerror.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/strerror.c > CMakeFiles/libcurl_static.dir/strerror.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/strerror.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/strerror.c -o CMakeFiles/libcurl_static.dir/strerror.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/system_win32.c +external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_117) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.o -MF CMakeFiles/libcurl_static.dir/system_win32.c.o.d -o CMakeFiles/libcurl_static.dir/system_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/system_win32.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/system_win32.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/system_win32.c > CMakeFiles/libcurl_static.dir/system_win32.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/system_win32.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/system_win32.c -o CMakeFiles/libcurl_static.dir/system_win32.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.o: /home/guest/Downloads/PopLib/external/curl/lib/telnet.c +external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_118) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.o -MF CMakeFiles/libcurl_static.dir/telnet.c.o.d -o CMakeFiles/libcurl_static.dir/telnet.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/telnet.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/telnet.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/telnet.c > CMakeFiles/libcurl_static.dir/telnet.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/telnet.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/telnet.c -o CMakeFiles/libcurl_static.dir/telnet.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/tftp.c +external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_119) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.o -MF CMakeFiles/libcurl_static.dir/tftp.c.o.d -o CMakeFiles/libcurl_static.dir/tftp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/tftp.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/tftp.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/tftp.c > CMakeFiles/libcurl_static.dir/tftp.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/tftp.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/tftp.c -o CMakeFiles/libcurl_static.dir/tftp.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.o: /home/guest/Downloads/PopLib/external/curl/lib/transfer.c +external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_120) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.o -MF CMakeFiles/libcurl_static.dir/transfer.c.o.d -o CMakeFiles/libcurl_static.dir/transfer.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/transfer.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/transfer.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/transfer.c > CMakeFiles/libcurl_static.dir/transfer.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/transfer.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/transfer.c -o CMakeFiles/libcurl_static.dir/transfer.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.o: /home/guest/Downloads/PopLib/external/curl/lib/uint-bset.c +external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_121) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.o -MF CMakeFiles/libcurl_static.dir/uint-bset.c.o.d -o CMakeFiles/libcurl_static.dir/uint-bset.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/uint-bset.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/uint-bset.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/uint-bset.c > CMakeFiles/libcurl_static.dir/uint-bset.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/uint-bset.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/uint-bset.c -o CMakeFiles/libcurl_static.dir/uint-bset.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.o: /home/guest/Downloads/PopLib/external/curl/lib/uint-hash.c +external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_122) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.o -MF CMakeFiles/libcurl_static.dir/uint-hash.c.o.d -o CMakeFiles/libcurl_static.dir/uint-hash.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/uint-hash.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/uint-hash.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/uint-hash.c > CMakeFiles/libcurl_static.dir/uint-hash.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/uint-hash.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/uint-hash.c -o CMakeFiles/libcurl_static.dir/uint-hash.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.o: /home/guest/Downloads/PopLib/external/curl/lib/uint-spbset.c +external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_123) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.o -MF CMakeFiles/libcurl_static.dir/uint-spbset.c.o.d -o CMakeFiles/libcurl_static.dir/uint-spbset.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/uint-spbset.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/uint-spbset.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/uint-spbset.c > CMakeFiles/libcurl_static.dir/uint-spbset.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/uint-spbset.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/uint-spbset.c -o CMakeFiles/libcurl_static.dir/uint-spbset.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.o: /home/guest/Downloads/PopLib/external/curl/lib/uint-table.c +external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_124) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.o -MF CMakeFiles/libcurl_static.dir/uint-table.c.o.d -o CMakeFiles/libcurl_static.dir/uint-table.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/uint-table.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/uint-table.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/uint-table.c > CMakeFiles/libcurl_static.dir/uint-table.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/uint-table.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/uint-table.c -o CMakeFiles/libcurl_static.dir/uint-table.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.o: /home/guest/Downloads/PopLib/external/curl/lib/url.c +external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_125) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.o -MF CMakeFiles/libcurl_static.dir/url.c.o.d -o CMakeFiles/libcurl_static.dir/url.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/url.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/url.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/url.c > CMakeFiles/libcurl_static.dir/url.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/url.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/url.c -o CMakeFiles/libcurl_static.dir/url.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/urlapi.c +external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_126) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.o -MF CMakeFiles/libcurl_static.dir/urlapi.c.o.d -o CMakeFiles/libcurl_static.dir/urlapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/urlapi.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/urlapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/urlapi.c > CMakeFiles/libcurl_static.dir/urlapi.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/urlapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/urlapi.c -o CMakeFiles/libcurl_static.dir/urlapi.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.o: /home/guest/Downloads/PopLib/external/curl/lib/version.c +external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_127) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.o -MF CMakeFiles/libcurl_static.dir/version.c.o.d -o CMakeFiles/libcurl_static.dir/version.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/version.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/version.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/version.c > CMakeFiles/libcurl_static.dir/version.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/version.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/version.c -o CMakeFiles/libcurl_static.dir/version.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.o: /home/guest/Downloads/PopLib/external/curl/lib/ws.c +external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_128) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.o -MF CMakeFiles/libcurl_static.dir/ws.c.o.d -o CMakeFiles/libcurl_static.dir/ws.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/ws.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/ws.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/ws.c > CMakeFiles/libcurl_static.dir/ws.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/ws.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/ws.c -o CMakeFiles/libcurl_static.dir/ws.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/cleartext.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_129) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o -MF CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/cleartext.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/cleartext.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/cleartext.c > CMakeFiles/libcurl_static.dir/vauth/cleartext.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/cleartext.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/cleartext.c -o CMakeFiles/libcurl_static.dir/vauth/cleartext.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/cram.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_130) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.o -MF CMakeFiles/libcurl_static.dir/vauth/cram.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/cram.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/cram.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/cram.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/cram.c > CMakeFiles/libcurl_static.dir/vauth/cram.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/cram.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/cram.c -o CMakeFiles/libcurl_static.dir/vauth/cram.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_131) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.o -MF CMakeFiles/libcurl_static.dir/vauth/digest.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/digest.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/digest.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest.c > CMakeFiles/libcurl_static.dir/vauth/digest.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/digest.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest.c -o CMakeFiles/libcurl_static.dir/vauth/digest.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest_sspi.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_132) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o -MF CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest_sspi.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest_sspi.c > CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest_sspi.c -o CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/gsasl.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_133) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o -MF CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/gsasl.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/gsasl.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/gsasl.c > CMakeFiles/libcurl_static.dir/vauth/gsasl.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/gsasl.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/gsasl.c -o CMakeFiles/libcurl_static.dir/vauth/gsasl.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_gssapi.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_134) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o -MF CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_gssapi.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_gssapi.c > CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_gssapi.c -o CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_sspi.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_135) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o -MF CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_sspi.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_sspi.c > CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_sspi.c -o CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_136) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o -MF CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/ntlm.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm.c > CMakeFiles/libcurl_static.dir/vauth/ntlm.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/ntlm.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm.c -o CMakeFiles/libcurl_static.dir/vauth/ntlm.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm_sspi.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_137) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o -MF CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm_sspi.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm_sspi.c > CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm_sspi.c -o CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/oauth2.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_138) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o -MF CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/oauth2.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/oauth2.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/oauth2.c > CMakeFiles/libcurl_static.dir/vauth/oauth2.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/oauth2.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/oauth2.c -o CMakeFiles/libcurl_static.dir/vauth/oauth2.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_gssapi.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_139) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o -MF CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_gssapi.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_gssapi.c > CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_gssapi.c -o CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_sspi.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_140) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o -MF CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_sspi.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_sspi.c > CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_sspi.c -o CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/vauth.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_141) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.o -MF CMakeFiles/libcurl_static.dir/vauth/vauth.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/vauth.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/vauth.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/vauth.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/vauth.c > CMakeFiles/libcurl_static.dir/vauth/vauth.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/vauth.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/vauth.c -o CMakeFiles/libcurl_static.dir/vauth/vauth.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/bearssl.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_142) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o -MF CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/bearssl.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/bearssl.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/bearssl.c > CMakeFiles/libcurl_static.dir/vtls/bearssl.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/bearssl.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/bearssl.c -o CMakeFiles/libcurl_static.dir/vtls/bearssl.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/cipher_suite.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_143) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o -MF CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/cipher_suite.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/cipher_suite.c > CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/cipher_suite.c -o CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/gtls.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_144) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.o -MF CMakeFiles/libcurl_static.dir/vtls/gtls.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/gtls.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/gtls.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/gtls.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/gtls.c > CMakeFiles/libcurl_static.dir/vtls/gtls.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/gtls.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/gtls.c -o CMakeFiles/libcurl_static.dir/vtls/gtls.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/hostcheck.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_145) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o -MF CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/hostcheck.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/hostcheck.c > CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/hostcheck.c -o CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/keylog.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_146) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.o -MF CMakeFiles/libcurl_static.dir/vtls/keylog.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/keylog.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/keylog.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/keylog.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/keylog.c > CMakeFiles/libcurl_static.dir/vtls/keylog.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/keylog.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/keylog.c -o CMakeFiles/libcurl_static.dir/vtls/keylog.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_147) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o -MF CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls.c > CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls.c -o CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls_threadlock.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_148) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o -MF CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls_threadlock.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls_threadlock.c > CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls_threadlock.c -o CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/openssl.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_149) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.o -MF CMakeFiles/libcurl_static.dir/vtls/openssl.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/openssl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/openssl.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/openssl.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/openssl.c > CMakeFiles/libcurl_static.dir/vtls/openssl.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/openssl.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/openssl.c -o CMakeFiles/libcurl_static.dir/vtls/openssl.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/rustls.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_150) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.o -MF CMakeFiles/libcurl_static.dir/vtls/rustls.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/rustls.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/rustls.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/rustls.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/rustls.c > CMakeFiles/libcurl_static.dir/vtls/rustls.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/rustls.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/rustls.c -o CMakeFiles/libcurl_static.dir/vtls/rustls.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_151) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.o -MF CMakeFiles/libcurl_static.dir/vtls/schannel.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/schannel.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/schannel.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel.c > CMakeFiles/libcurl_static.dir/vtls/schannel.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/schannel.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel.c -o CMakeFiles/libcurl_static.dir/vtls/schannel.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel_verify.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_152) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o -MF CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel_verify.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel_verify.c > CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel_verify.c -o CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/sectransp.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_153) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o -MF CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/sectransp.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/sectransp.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/sectransp.c > CMakeFiles/libcurl_static.dir/vtls/sectransp.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/sectransp.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/sectransp.c -o CMakeFiles/libcurl_static.dir/vtls/sectransp.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_154) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.o -MF CMakeFiles/libcurl_static.dir/vtls/vtls.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/vtls.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/vtls.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls.c > CMakeFiles/libcurl_static.dir/vtls/vtls.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/vtls.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls.c -o CMakeFiles/libcurl_static.dir/vtls/vtls.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_scache.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_155) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o -MF CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_scache.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_scache.c > CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_scache.c -o CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_spack.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_156) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o -MF CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_spack.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_spack.c > CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_spack.c -o CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/wolfssl.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_157) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o -MF CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/wolfssl.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/wolfssl.c > CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/wolfssl.c -o CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/x509asn1.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_158) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o -MF CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/x509asn1.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/x509asn1.c > CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/x509asn1.c -o CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_msh3.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_159) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o -MF CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o.d -o CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_msh3.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_msh3.c > CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_msh3.c -o CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_ngtcp2.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_160) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o -MF CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o.d -o CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_ngtcp2.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_ngtcp2.c > CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_ngtcp2.c -o CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_osslq.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_161) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o -MF CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o.d -o CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_osslq.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_osslq.c > CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_osslq.c -o CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_quiche.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_162) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o -MF CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o.d -o CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_quiche.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_quiche.c > CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_quiche.c -o CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_163) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.o -MF CMakeFiles/libcurl_static.dir/vquic/vquic.c.o.d -o CMakeFiles/libcurl_static.dir/vquic/vquic.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vquic/vquic.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic.c > CMakeFiles/libcurl_static.dir/vquic/vquic.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vquic/vquic.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic.c -o CMakeFiles/libcurl_static.dir/vquic/vquic.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic-tls.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_164) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o -MF CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o.d -o CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic-tls.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic-tls.c > CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic-tls.c -o CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_165) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.o -MF CMakeFiles/libcurl_static.dir/vssh/libssh.c.o.d -o CMakeFiles/libcurl_static.dir/vssh/libssh.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vssh/libssh.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh.c > CMakeFiles/libcurl_static.dir/vssh/libssh.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vssh/libssh.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh.c -o CMakeFiles/libcurl_static.dir/vssh/libssh.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh2.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_166) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o -MF CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o.d -o CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh2.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vssh/libssh2.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh2.c > CMakeFiles/libcurl_static.dir/vssh/libssh2.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vssh/libssh2.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh2.c -o CMakeFiles/libcurl_static.dir/vssh/libssh2.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vssh/curl_path.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_167) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o -MF CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o.d -o CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vssh/curl_path.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vssh/curl_path.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vssh/curl_path.c > CMakeFiles/libcurl_static.dir/vssh/curl_path.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vssh/curl_path.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vssh/curl_path.c -o CMakeFiles/libcurl_static.dir/vssh/curl_path.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vssh/wolfssh.c +external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_168) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o -MF CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o.d -o CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vssh/wolfssh.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vssh/wolfssh.c > CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vssh/wolfssh.c -o CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_169) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.o -MF CMakeFiles/libcurl_static.dir/curlx/base64.c.o.d -o CMakeFiles/libcurl_static.dir/curlx/base64.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curlx/base64.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c > CMakeFiles/libcurl_static.dir/curlx/base64.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curlx/base64.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -o CMakeFiles/libcurl_static.dir/curlx/base64.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/dynbuf.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_170) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o -MF CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o.d -o CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/dynbuf.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/dynbuf.c > CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/dynbuf.c -o CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_171) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o -MF CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o.d -o CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c > CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c -o CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_172) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o -MF CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o.d -o CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curlx/multibyte.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c > CMakeFiles/libcurl_static.dir/curlx/multibyte.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curlx/multibyte.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -o CMakeFiles/libcurl_static.dir/curlx/multibyte.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_173) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o -MF CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o.d -o CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curlx/nonblock.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c > CMakeFiles/libcurl_static.dir/curlx/nonblock.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curlx/nonblock.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -o CMakeFiles/libcurl_static.dir/curlx/nonblock.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_174) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.o -MF CMakeFiles/libcurl_static.dir/curlx/strparse.c.o.d -o CMakeFiles/libcurl_static.dir/curlx/strparse.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curlx/strparse.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c > CMakeFiles/libcurl_static.dir/curlx/strparse.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curlx/strparse.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -o CMakeFiles/libcurl_static.dir/curlx/strparse.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_175) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.o -MF CMakeFiles/libcurl_static.dir/curlx/timediff.c.o.d -o CMakeFiles/libcurl_static.dir/curlx/timediff.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curlx/timediff.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c > CMakeFiles/libcurl_static.dir/curlx/timediff.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curlx/timediff.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -o CMakeFiles/libcurl_static.dir/curlx/timediff.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_176) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.o -MF CMakeFiles/libcurl_static.dir/curlx/timeval.c.o.d -o CMakeFiles/libcurl_static.dir/curlx/timeval.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curlx/timeval.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c > CMakeFiles/libcurl_static.dir/curlx/timeval.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curlx/timeval.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -o CMakeFiles/libcurl_static.dir/curlx/timeval.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_177) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o -MF CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o.d -o CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curlx/version_win32.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c > CMakeFiles/libcurl_static.dir/curlx/version_win32.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curlx/version_win32.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -o CMakeFiles/libcurl_static.dir/curlx/version_win32.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_178) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.o -MF CMakeFiles/libcurl_static.dir/curlx/warnless.c.o.d -o CMakeFiles/libcurl_static.dir/curlx/warnless.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curlx/warnless.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c > CMakeFiles/libcurl_static.dir/curlx/warnless.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curlx/warnless.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -o CMakeFiles/libcurl_static.dir/curlx/warnless.c.s + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_179) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.o -MF CMakeFiles/libcurl_static.dir/curlx/winapi.c.o.d -o CMakeFiles/libcurl_static.dir/curlx/winapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curlx/winapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c > CMakeFiles/libcurl_static.dir/curlx/winapi.c.i + +external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curlx/winapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -o CMakeFiles/libcurl_static.dir/curlx/winapi.c.s + +# Object files for target libcurl_static +libcurl_static_OBJECTS = \ +"CMakeFiles/libcurl_static.dir/altsvc.c.o" \ +"CMakeFiles/libcurl_static.dir/amigaos.c.o" \ +"CMakeFiles/libcurl_static.dir/asyn-ares.c.o" \ +"CMakeFiles/libcurl_static.dir/asyn-base.c.o" \ +"CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o" \ +"CMakeFiles/libcurl_static.dir/bufq.c.o" \ +"CMakeFiles/libcurl_static.dir/bufref.c.o" \ +"CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o" \ +"CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o" \ +"CMakeFiles/libcurl_static.dir/cf-haproxy.c.o" \ +"CMakeFiles/libcurl_static.dir/cf-https-connect.c.o" \ +"CMakeFiles/libcurl_static.dir/cf-socket.c.o" \ +"CMakeFiles/libcurl_static.dir/cfilters.c.o" \ +"CMakeFiles/libcurl_static.dir/conncache.c.o" \ +"CMakeFiles/libcurl_static.dir/connect.c.o" \ +"CMakeFiles/libcurl_static.dir/content_encoding.c.o" \ +"CMakeFiles/libcurl_static.dir/cookie.c.o" \ +"CMakeFiles/libcurl_static.dir/cshutdn.c.o" \ +"CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o" \ +"CMakeFiles/libcurl_static.dir/curl_des.c.o" \ +"CMakeFiles/libcurl_static.dir/curl_endian.c.o" \ +"CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o" \ +"CMakeFiles/libcurl_static.dir/curl_get_line.c.o" \ +"CMakeFiles/libcurl_static.dir/curl_gethostname.c.o" \ +"CMakeFiles/libcurl_static.dir/curl_gssapi.c.o" \ +"CMakeFiles/libcurl_static.dir/curl_memrchr.c.o" \ +"CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o" \ +"CMakeFiles/libcurl_static.dir/curl_range.c.o" \ +"CMakeFiles/libcurl_static.dir/curl_rtmp.c.o" \ +"CMakeFiles/libcurl_static.dir/curl_sasl.c.o" \ +"CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o" \ +"CMakeFiles/libcurl_static.dir/curl_sspi.c.o" \ +"CMakeFiles/libcurl_static.dir/curl_threads.c.o" \ +"CMakeFiles/libcurl_static.dir/curl_trc.c.o" \ +"CMakeFiles/libcurl_static.dir/cw-out.c.o" \ +"CMakeFiles/libcurl_static.dir/cw-pause.c.o" \ +"CMakeFiles/libcurl_static.dir/dict.c.o" \ +"CMakeFiles/libcurl_static.dir/doh.c.o" \ +"CMakeFiles/libcurl_static.dir/dynhds.c.o" \ +"CMakeFiles/libcurl_static.dir/easy.c.o" \ +"CMakeFiles/libcurl_static.dir/easygetopt.c.o" \ +"CMakeFiles/libcurl_static.dir/easyoptions.c.o" \ +"CMakeFiles/libcurl_static.dir/escape.c.o" \ +"CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o" \ +"CMakeFiles/libcurl_static.dir/file.c.o" \ +"CMakeFiles/libcurl_static.dir/fileinfo.c.o" \ +"CMakeFiles/libcurl_static.dir/fopen.c.o" \ +"CMakeFiles/libcurl_static.dir/formdata.c.o" \ +"CMakeFiles/libcurl_static.dir/ftp.c.o" \ +"CMakeFiles/libcurl_static.dir/ftplistparser.c.o" \ +"CMakeFiles/libcurl_static.dir/getenv.c.o" \ +"CMakeFiles/libcurl_static.dir/getinfo.c.o" \ +"CMakeFiles/libcurl_static.dir/gopher.c.o" \ +"CMakeFiles/libcurl_static.dir/hash.c.o" \ +"CMakeFiles/libcurl_static.dir/headers.c.o" \ +"CMakeFiles/libcurl_static.dir/hmac.c.o" \ +"CMakeFiles/libcurl_static.dir/hostip.c.o" \ +"CMakeFiles/libcurl_static.dir/hostip4.c.o" \ +"CMakeFiles/libcurl_static.dir/hostip6.c.o" \ +"CMakeFiles/libcurl_static.dir/hsts.c.o" \ +"CMakeFiles/libcurl_static.dir/http.c.o" \ +"CMakeFiles/libcurl_static.dir/http1.c.o" \ +"CMakeFiles/libcurl_static.dir/http2.c.o" \ +"CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o" \ +"CMakeFiles/libcurl_static.dir/http_chunks.c.o" \ +"CMakeFiles/libcurl_static.dir/http_digest.c.o" \ +"CMakeFiles/libcurl_static.dir/http_negotiate.c.o" \ +"CMakeFiles/libcurl_static.dir/http_ntlm.c.o" \ +"CMakeFiles/libcurl_static.dir/http_proxy.c.o" \ +"CMakeFiles/libcurl_static.dir/httpsrr.c.o" \ +"CMakeFiles/libcurl_static.dir/idn.c.o" \ +"CMakeFiles/libcurl_static.dir/if2ip.c.o" \ +"CMakeFiles/libcurl_static.dir/imap.c.o" \ +"CMakeFiles/libcurl_static.dir/inet_ntop.c.o" \ +"CMakeFiles/libcurl_static.dir/krb5.c.o" \ +"CMakeFiles/libcurl_static.dir/ldap.c.o" \ +"CMakeFiles/libcurl_static.dir/llist.c.o" \ +"CMakeFiles/libcurl_static.dir/macos.c.o" \ +"CMakeFiles/libcurl_static.dir/md4.c.o" \ +"CMakeFiles/libcurl_static.dir/md5.c.o" \ +"CMakeFiles/libcurl_static.dir/memdebug.c.o" \ +"CMakeFiles/libcurl_static.dir/mime.c.o" \ +"CMakeFiles/libcurl_static.dir/mprintf.c.o" \ +"CMakeFiles/libcurl_static.dir/mqtt.c.o" \ +"CMakeFiles/libcurl_static.dir/multi.c.o" \ +"CMakeFiles/libcurl_static.dir/multi_ev.c.o" \ +"CMakeFiles/libcurl_static.dir/netrc.c.o" \ +"CMakeFiles/libcurl_static.dir/noproxy.c.o" \ +"CMakeFiles/libcurl_static.dir/openldap.c.o" \ +"CMakeFiles/libcurl_static.dir/parsedate.c.o" \ +"CMakeFiles/libcurl_static.dir/pingpong.c.o" \ +"CMakeFiles/libcurl_static.dir/pop3.c.o" \ +"CMakeFiles/libcurl_static.dir/progress.c.o" \ +"CMakeFiles/libcurl_static.dir/psl.c.o" \ +"CMakeFiles/libcurl_static.dir/rand.c.o" \ +"CMakeFiles/libcurl_static.dir/rename.c.o" \ +"CMakeFiles/libcurl_static.dir/request.c.o" \ +"CMakeFiles/libcurl_static.dir/rtsp.c.o" \ +"CMakeFiles/libcurl_static.dir/select.c.o" \ +"CMakeFiles/libcurl_static.dir/sendf.c.o" \ +"CMakeFiles/libcurl_static.dir/setopt.c.o" \ +"CMakeFiles/libcurl_static.dir/sha256.c.o" \ +"CMakeFiles/libcurl_static.dir/share.c.o" \ +"CMakeFiles/libcurl_static.dir/slist.c.o" \ +"CMakeFiles/libcurl_static.dir/smb.c.o" \ +"CMakeFiles/libcurl_static.dir/smtp.c.o" \ +"CMakeFiles/libcurl_static.dir/socketpair.c.o" \ +"CMakeFiles/libcurl_static.dir/socks.c.o" \ +"CMakeFiles/libcurl_static.dir/socks_gssapi.c.o" \ +"CMakeFiles/libcurl_static.dir/socks_sspi.c.o" \ +"CMakeFiles/libcurl_static.dir/speedcheck.c.o" \ +"CMakeFiles/libcurl_static.dir/splay.c.o" \ +"CMakeFiles/libcurl_static.dir/strcase.c.o" \ +"CMakeFiles/libcurl_static.dir/strdup.c.o" \ +"CMakeFiles/libcurl_static.dir/strequal.c.o" \ +"CMakeFiles/libcurl_static.dir/strerror.c.o" \ +"CMakeFiles/libcurl_static.dir/system_win32.c.o" \ +"CMakeFiles/libcurl_static.dir/telnet.c.o" \ +"CMakeFiles/libcurl_static.dir/tftp.c.o" \ +"CMakeFiles/libcurl_static.dir/transfer.c.o" \ +"CMakeFiles/libcurl_static.dir/uint-bset.c.o" \ +"CMakeFiles/libcurl_static.dir/uint-hash.c.o" \ +"CMakeFiles/libcurl_static.dir/uint-spbset.c.o" \ +"CMakeFiles/libcurl_static.dir/uint-table.c.o" \ +"CMakeFiles/libcurl_static.dir/url.c.o" \ +"CMakeFiles/libcurl_static.dir/urlapi.c.o" \ +"CMakeFiles/libcurl_static.dir/version.c.o" \ +"CMakeFiles/libcurl_static.dir/ws.c.o" \ +"CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o" \ +"CMakeFiles/libcurl_static.dir/vauth/cram.c.o" \ +"CMakeFiles/libcurl_static.dir/vauth/digest.c.o" \ +"CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o" \ +"CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o" \ +"CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o" \ +"CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o" \ +"CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o" \ +"CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o" \ +"CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o" \ +"CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o" \ +"CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o" \ +"CMakeFiles/libcurl_static.dir/vauth/vauth.c.o" \ +"CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o" \ +"CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o" \ +"CMakeFiles/libcurl_static.dir/vtls/gtls.c.o" \ +"CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o" \ +"CMakeFiles/libcurl_static.dir/vtls/keylog.c.o" \ +"CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o" \ +"CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o" \ +"CMakeFiles/libcurl_static.dir/vtls/openssl.c.o" \ +"CMakeFiles/libcurl_static.dir/vtls/rustls.c.o" \ +"CMakeFiles/libcurl_static.dir/vtls/schannel.c.o" \ +"CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o" \ +"CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o" \ +"CMakeFiles/libcurl_static.dir/vtls/vtls.c.o" \ +"CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o" \ +"CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o" \ +"CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o" \ +"CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o" \ +"CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o" \ +"CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o" \ +"CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o" \ +"CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o" \ +"CMakeFiles/libcurl_static.dir/vquic/vquic.c.o" \ +"CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o" \ +"CMakeFiles/libcurl_static.dir/vssh/libssh.c.o" \ +"CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o" \ +"CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o" \ +"CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o" \ +"CMakeFiles/libcurl_static.dir/curlx/base64.c.o" \ +"CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o" \ +"CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o" \ +"CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o" \ +"CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o" \ +"CMakeFiles/libcurl_static.dir/curlx/strparse.c.o" \ +"CMakeFiles/libcurl_static.dir/curlx/timediff.c.o" \ +"CMakeFiles/libcurl_static.dir/curlx/timeval.c.o" \ +"CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o" \ +"CMakeFiles/libcurl_static.dir/curlx/warnless.c.o" \ +"CMakeFiles/libcurl_static.dir/curlx/winapi.c.o" + +# External object files for target libcurl_static +libcurl_static_EXTERNAL_OBJECTS = + +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.o +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/build.make +external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_180) "Linking C static library libcurl.a" + cd /home/guest/Downloads/PopLib/build/external/curl/lib && $(CMAKE_COMMAND) -P CMakeFiles/libcurl_static.dir/cmake_clean_target.cmake + cd /home/guest/Downloads/PopLib/build/external/curl/lib && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/libcurl_static.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/lib/CMakeFiles/libcurl_static.dir/build: external/curl/lib/libcurl.a +.PHONY : external/curl/lib/CMakeFiles/libcurl_static.dir/build + +external/curl/lib/CMakeFiles/libcurl_static.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/lib && $(CMAKE_COMMAND) -P CMakeFiles/libcurl_static.dir/cmake_clean.cmake +.PHONY : external/curl/lib/CMakeFiles/libcurl_static.dir/clean + +external/curl/lib/CMakeFiles/libcurl_static.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/lib /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/lib /home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/libcurl_static.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/lib/CMakeFiles/libcurl_static.dir/depend + diff --git a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/cmake_clean.cmake b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/cmake_clean.cmake new file mode 100644 index 00000000..6dc6f832 --- /dev/null +++ b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/cmake_clean.cmake @@ -0,0 +1,367 @@ +file(REMOVE_RECURSE + "CMakeFiles/libcurl_static.dir/altsvc.c.o" + "CMakeFiles/libcurl_static.dir/altsvc.c.o.d" + "CMakeFiles/libcurl_static.dir/amigaos.c.o" + "CMakeFiles/libcurl_static.dir/amigaos.c.o.d" + "CMakeFiles/libcurl_static.dir/asyn-ares.c.o" + "CMakeFiles/libcurl_static.dir/asyn-ares.c.o.d" + "CMakeFiles/libcurl_static.dir/asyn-base.c.o" + "CMakeFiles/libcurl_static.dir/asyn-base.c.o.d" + "CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o" + "CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o.d" + "CMakeFiles/libcurl_static.dir/bufq.c.o" + "CMakeFiles/libcurl_static.dir/bufq.c.o.d" + "CMakeFiles/libcurl_static.dir/bufref.c.o" + "CMakeFiles/libcurl_static.dir/bufref.c.o.d" + "CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o" + "CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o.d" + "CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o" + "CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o.d" + "CMakeFiles/libcurl_static.dir/cf-haproxy.c.o" + "CMakeFiles/libcurl_static.dir/cf-haproxy.c.o.d" + "CMakeFiles/libcurl_static.dir/cf-https-connect.c.o" + "CMakeFiles/libcurl_static.dir/cf-https-connect.c.o.d" + "CMakeFiles/libcurl_static.dir/cf-socket.c.o" + "CMakeFiles/libcurl_static.dir/cf-socket.c.o.d" + "CMakeFiles/libcurl_static.dir/cfilters.c.o" + "CMakeFiles/libcurl_static.dir/cfilters.c.o.d" + "CMakeFiles/libcurl_static.dir/conncache.c.o" + "CMakeFiles/libcurl_static.dir/conncache.c.o.d" + "CMakeFiles/libcurl_static.dir/connect.c.o" + "CMakeFiles/libcurl_static.dir/connect.c.o.d" + "CMakeFiles/libcurl_static.dir/content_encoding.c.o" + "CMakeFiles/libcurl_static.dir/content_encoding.c.o.d" + "CMakeFiles/libcurl_static.dir/cookie.c.o" + "CMakeFiles/libcurl_static.dir/cookie.c.o.d" + "CMakeFiles/libcurl_static.dir/cshutdn.c.o" + "CMakeFiles/libcurl_static.dir/cshutdn.c.o.d" + "CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o" + "CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o.d" + "CMakeFiles/libcurl_static.dir/curl_des.c.o" + "CMakeFiles/libcurl_static.dir/curl_des.c.o.d" + "CMakeFiles/libcurl_static.dir/curl_endian.c.o" + "CMakeFiles/libcurl_static.dir/curl_endian.c.o.d" + "CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o" + "CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o.d" + "CMakeFiles/libcurl_static.dir/curl_get_line.c.o" + "CMakeFiles/libcurl_static.dir/curl_get_line.c.o.d" + "CMakeFiles/libcurl_static.dir/curl_gethostname.c.o" + "CMakeFiles/libcurl_static.dir/curl_gethostname.c.o.d" + "CMakeFiles/libcurl_static.dir/curl_gssapi.c.o" + "CMakeFiles/libcurl_static.dir/curl_gssapi.c.o.d" + "CMakeFiles/libcurl_static.dir/curl_memrchr.c.o" + "CMakeFiles/libcurl_static.dir/curl_memrchr.c.o.d" + "CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o" + "CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o.d" + "CMakeFiles/libcurl_static.dir/curl_range.c.o" + "CMakeFiles/libcurl_static.dir/curl_range.c.o.d" + "CMakeFiles/libcurl_static.dir/curl_rtmp.c.o" + "CMakeFiles/libcurl_static.dir/curl_rtmp.c.o.d" + "CMakeFiles/libcurl_static.dir/curl_sasl.c.o" + "CMakeFiles/libcurl_static.dir/curl_sasl.c.o.d" + "CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o" + "CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o.d" + "CMakeFiles/libcurl_static.dir/curl_sspi.c.o" + "CMakeFiles/libcurl_static.dir/curl_sspi.c.o.d" + "CMakeFiles/libcurl_static.dir/curl_threads.c.o" + "CMakeFiles/libcurl_static.dir/curl_threads.c.o.d" + "CMakeFiles/libcurl_static.dir/curl_trc.c.o" + "CMakeFiles/libcurl_static.dir/curl_trc.c.o.d" + "CMakeFiles/libcurl_static.dir/curlx/base64.c.o" + "CMakeFiles/libcurl_static.dir/curlx/base64.c.o.d" + "CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o" + "CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o.d" + "CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o" + "CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o.d" + "CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o" + "CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o.d" + "CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o" + "CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o.d" + "CMakeFiles/libcurl_static.dir/curlx/strparse.c.o" + "CMakeFiles/libcurl_static.dir/curlx/strparse.c.o.d" + "CMakeFiles/libcurl_static.dir/curlx/timediff.c.o" + "CMakeFiles/libcurl_static.dir/curlx/timediff.c.o.d" + "CMakeFiles/libcurl_static.dir/curlx/timeval.c.o" + "CMakeFiles/libcurl_static.dir/curlx/timeval.c.o.d" + "CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o" + "CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o.d" + "CMakeFiles/libcurl_static.dir/curlx/warnless.c.o" + "CMakeFiles/libcurl_static.dir/curlx/warnless.c.o.d" + "CMakeFiles/libcurl_static.dir/curlx/winapi.c.o" + "CMakeFiles/libcurl_static.dir/curlx/winapi.c.o.d" + "CMakeFiles/libcurl_static.dir/cw-out.c.o" + "CMakeFiles/libcurl_static.dir/cw-out.c.o.d" + "CMakeFiles/libcurl_static.dir/cw-pause.c.o" + "CMakeFiles/libcurl_static.dir/cw-pause.c.o.d" + "CMakeFiles/libcurl_static.dir/dict.c.o" + "CMakeFiles/libcurl_static.dir/dict.c.o.d" + "CMakeFiles/libcurl_static.dir/doh.c.o" + "CMakeFiles/libcurl_static.dir/doh.c.o.d" + "CMakeFiles/libcurl_static.dir/dynhds.c.o" + "CMakeFiles/libcurl_static.dir/dynhds.c.o.d" + "CMakeFiles/libcurl_static.dir/easy.c.o" + "CMakeFiles/libcurl_static.dir/easy.c.o.d" + "CMakeFiles/libcurl_static.dir/easygetopt.c.o" + "CMakeFiles/libcurl_static.dir/easygetopt.c.o.d" + "CMakeFiles/libcurl_static.dir/easyoptions.c.o" + "CMakeFiles/libcurl_static.dir/easyoptions.c.o.d" + "CMakeFiles/libcurl_static.dir/escape.c.o" + "CMakeFiles/libcurl_static.dir/escape.c.o.d" + "CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o" + "CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o.d" + "CMakeFiles/libcurl_static.dir/file.c.o" + "CMakeFiles/libcurl_static.dir/file.c.o.d" + "CMakeFiles/libcurl_static.dir/fileinfo.c.o" + "CMakeFiles/libcurl_static.dir/fileinfo.c.o.d" + "CMakeFiles/libcurl_static.dir/fopen.c.o" + "CMakeFiles/libcurl_static.dir/fopen.c.o.d" + "CMakeFiles/libcurl_static.dir/formdata.c.o" + "CMakeFiles/libcurl_static.dir/formdata.c.o.d" + "CMakeFiles/libcurl_static.dir/ftp.c.o" + "CMakeFiles/libcurl_static.dir/ftp.c.o.d" + "CMakeFiles/libcurl_static.dir/ftplistparser.c.o" + "CMakeFiles/libcurl_static.dir/ftplistparser.c.o.d" + "CMakeFiles/libcurl_static.dir/getenv.c.o" + "CMakeFiles/libcurl_static.dir/getenv.c.o.d" + "CMakeFiles/libcurl_static.dir/getinfo.c.o" + "CMakeFiles/libcurl_static.dir/getinfo.c.o.d" + "CMakeFiles/libcurl_static.dir/gopher.c.o" + "CMakeFiles/libcurl_static.dir/gopher.c.o.d" + "CMakeFiles/libcurl_static.dir/hash.c.o" + "CMakeFiles/libcurl_static.dir/hash.c.o.d" + "CMakeFiles/libcurl_static.dir/headers.c.o" + "CMakeFiles/libcurl_static.dir/headers.c.o.d" + "CMakeFiles/libcurl_static.dir/hmac.c.o" + "CMakeFiles/libcurl_static.dir/hmac.c.o.d" + "CMakeFiles/libcurl_static.dir/hostip.c.o" + "CMakeFiles/libcurl_static.dir/hostip.c.o.d" + "CMakeFiles/libcurl_static.dir/hostip4.c.o" + "CMakeFiles/libcurl_static.dir/hostip4.c.o.d" + "CMakeFiles/libcurl_static.dir/hostip6.c.o" + "CMakeFiles/libcurl_static.dir/hostip6.c.o.d" + "CMakeFiles/libcurl_static.dir/hsts.c.o" + "CMakeFiles/libcurl_static.dir/hsts.c.o.d" + "CMakeFiles/libcurl_static.dir/http.c.o" + "CMakeFiles/libcurl_static.dir/http.c.o.d" + "CMakeFiles/libcurl_static.dir/http1.c.o" + "CMakeFiles/libcurl_static.dir/http1.c.o.d" + "CMakeFiles/libcurl_static.dir/http2.c.o" + "CMakeFiles/libcurl_static.dir/http2.c.o.d" + "CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o" + "CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o.d" + "CMakeFiles/libcurl_static.dir/http_chunks.c.o" + "CMakeFiles/libcurl_static.dir/http_chunks.c.o.d" + "CMakeFiles/libcurl_static.dir/http_digest.c.o" + "CMakeFiles/libcurl_static.dir/http_digest.c.o.d" + "CMakeFiles/libcurl_static.dir/http_negotiate.c.o" + "CMakeFiles/libcurl_static.dir/http_negotiate.c.o.d" + "CMakeFiles/libcurl_static.dir/http_ntlm.c.o" + "CMakeFiles/libcurl_static.dir/http_ntlm.c.o.d" + "CMakeFiles/libcurl_static.dir/http_proxy.c.o" + "CMakeFiles/libcurl_static.dir/http_proxy.c.o.d" + "CMakeFiles/libcurl_static.dir/httpsrr.c.o" + "CMakeFiles/libcurl_static.dir/httpsrr.c.o.d" + "CMakeFiles/libcurl_static.dir/idn.c.o" + "CMakeFiles/libcurl_static.dir/idn.c.o.d" + "CMakeFiles/libcurl_static.dir/if2ip.c.o" + "CMakeFiles/libcurl_static.dir/if2ip.c.o.d" + "CMakeFiles/libcurl_static.dir/imap.c.o" + "CMakeFiles/libcurl_static.dir/imap.c.o.d" + "CMakeFiles/libcurl_static.dir/inet_ntop.c.o" + "CMakeFiles/libcurl_static.dir/inet_ntop.c.o.d" + "CMakeFiles/libcurl_static.dir/krb5.c.o" + "CMakeFiles/libcurl_static.dir/krb5.c.o.d" + "CMakeFiles/libcurl_static.dir/ldap.c.o" + "CMakeFiles/libcurl_static.dir/ldap.c.o.d" + "CMakeFiles/libcurl_static.dir/llist.c.o" + "CMakeFiles/libcurl_static.dir/llist.c.o.d" + "CMakeFiles/libcurl_static.dir/macos.c.o" + "CMakeFiles/libcurl_static.dir/macos.c.o.d" + "CMakeFiles/libcurl_static.dir/md4.c.o" + "CMakeFiles/libcurl_static.dir/md4.c.o.d" + "CMakeFiles/libcurl_static.dir/md5.c.o" + "CMakeFiles/libcurl_static.dir/md5.c.o.d" + "CMakeFiles/libcurl_static.dir/memdebug.c.o" + "CMakeFiles/libcurl_static.dir/memdebug.c.o.d" + "CMakeFiles/libcurl_static.dir/mime.c.o" + "CMakeFiles/libcurl_static.dir/mime.c.o.d" + "CMakeFiles/libcurl_static.dir/mprintf.c.o" + "CMakeFiles/libcurl_static.dir/mprintf.c.o.d" + "CMakeFiles/libcurl_static.dir/mqtt.c.o" + "CMakeFiles/libcurl_static.dir/mqtt.c.o.d" + "CMakeFiles/libcurl_static.dir/multi.c.o" + "CMakeFiles/libcurl_static.dir/multi.c.o.d" + "CMakeFiles/libcurl_static.dir/multi_ev.c.o" + "CMakeFiles/libcurl_static.dir/multi_ev.c.o.d" + "CMakeFiles/libcurl_static.dir/netrc.c.o" + "CMakeFiles/libcurl_static.dir/netrc.c.o.d" + "CMakeFiles/libcurl_static.dir/noproxy.c.o" + "CMakeFiles/libcurl_static.dir/noproxy.c.o.d" + "CMakeFiles/libcurl_static.dir/openldap.c.o" + "CMakeFiles/libcurl_static.dir/openldap.c.o.d" + "CMakeFiles/libcurl_static.dir/parsedate.c.o" + "CMakeFiles/libcurl_static.dir/parsedate.c.o.d" + "CMakeFiles/libcurl_static.dir/pingpong.c.o" + "CMakeFiles/libcurl_static.dir/pingpong.c.o.d" + "CMakeFiles/libcurl_static.dir/pop3.c.o" + "CMakeFiles/libcurl_static.dir/pop3.c.o.d" + "CMakeFiles/libcurl_static.dir/progress.c.o" + "CMakeFiles/libcurl_static.dir/progress.c.o.d" + "CMakeFiles/libcurl_static.dir/psl.c.o" + "CMakeFiles/libcurl_static.dir/psl.c.o.d" + "CMakeFiles/libcurl_static.dir/rand.c.o" + "CMakeFiles/libcurl_static.dir/rand.c.o.d" + "CMakeFiles/libcurl_static.dir/rename.c.o" + "CMakeFiles/libcurl_static.dir/rename.c.o.d" + "CMakeFiles/libcurl_static.dir/request.c.o" + "CMakeFiles/libcurl_static.dir/request.c.o.d" + "CMakeFiles/libcurl_static.dir/rtsp.c.o" + "CMakeFiles/libcurl_static.dir/rtsp.c.o.d" + "CMakeFiles/libcurl_static.dir/select.c.o" + "CMakeFiles/libcurl_static.dir/select.c.o.d" + "CMakeFiles/libcurl_static.dir/sendf.c.o" + "CMakeFiles/libcurl_static.dir/sendf.c.o.d" + "CMakeFiles/libcurl_static.dir/setopt.c.o" + "CMakeFiles/libcurl_static.dir/setopt.c.o.d" + "CMakeFiles/libcurl_static.dir/sha256.c.o" + "CMakeFiles/libcurl_static.dir/sha256.c.o.d" + "CMakeFiles/libcurl_static.dir/share.c.o" + "CMakeFiles/libcurl_static.dir/share.c.o.d" + "CMakeFiles/libcurl_static.dir/slist.c.o" + "CMakeFiles/libcurl_static.dir/slist.c.o.d" + "CMakeFiles/libcurl_static.dir/smb.c.o" + "CMakeFiles/libcurl_static.dir/smb.c.o.d" + "CMakeFiles/libcurl_static.dir/smtp.c.o" + "CMakeFiles/libcurl_static.dir/smtp.c.o.d" + "CMakeFiles/libcurl_static.dir/socketpair.c.o" + "CMakeFiles/libcurl_static.dir/socketpair.c.o.d" + "CMakeFiles/libcurl_static.dir/socks.c.o" + "CMakeFiles/libcurl_static.dir/socks.c.o.d" + "CMakeFiles/libcurl_static.dir/socks_gssapi.c.o" + "CMakeFiles/libcurl_static.dir/socks_gssapi.c.o.d" + "CMakeFiles/libcurl_static.dir/socks_sspi.c.o" + "CMakeFiles/libcurl_static.dir/socks_sspi.c.o.d" + "CMakeFiles/libcurl_static.dir/speedcheck.c.o" + "CMakeFiles/libcurl_static.dir/speedcheck.c.o.d" + "CMakeFiles/libcurl_static.dir/splay.c.o" + "CMakeFiles/libcurl_static.dir/splay.c.o.d" + "CMakeFiles/libcurl_static.dir/strcase.c.o" + "CMakeFiles/libcurl_static.dir/strcase.c.o.d" + "CMakeFiles/libcurl_static.dir/strdup.c.o" + "CMakeFiles/libcurl_static.dir/strdup.c.o.d" + "CMakeFiles/libcurl_static.dir/strequal.c.o" + "CMakeFiles/libcurl_static.dir/strequal.c.o.d" + "CMakeFiles/libcurl_static.dir/strerror.c.o" + "CMakeFiles/libcurl_static.dir/strerror.c.o.d" + "CMakeFiles/libcurl_static.dir/system_win32.c.o" + "CMakeFiles/libcurl_static.dir/system_win32.c.o.d" + "CMakeFiles/libcurl_static.dir/telnet.c.o" + "CMakeFiles/libcurl_static.dir/telnet.c.o.d" + "CMakeFiles/libcurl_static.dir/tftp.c.o" + "CMakeFiles/libcurl_static.dir/tftp.c.o.d" + "CMakeFiles/libcurl_static.dir/transfer.c.o" + "CMakeFiles/libcurl_static.dir/transfer.c.o.d" + "CMakeFiles/libcurl_static.dir/uint-bset.c.o" + "CMakeFiles/libcurl_static.dir/uint-bset.c.o.d" + "CMakeFiles/libcurl_static.dir/uint-hash.c.o" + "CMakeFiles/libcurl_static.dir/uint-hash.c.o.d" + "CMakeFiles/libcurl_static.dir/uint-spbset.c.o" + "CMakeFiles/libcurl_static.dir/uint-spbset.c.o.d" + "CMakeFiles/libcurl_static.dir/uint-table.c.o" + "CMakeFiles/libcurl_static.dir/uint-table.c.o.d" + "CMakeFiles/libcurl_static.dir/url.c.o" + "CMakeFiles/libcurl_static.dir/url.c.o.d" + "CMakeFiles/libcurl_static.dir/urlapi.c.o" + "CMakeFiles/libcurl_static.dir/urlapi.c.o.d" + "CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o" + "CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o.d" + "CMakeFiles/libcurl_static.dir/vauth/cram.c.o" + "CMakeFiles/libcurl_static.dir/vauth/cram.c.o.d" + "CMakeFiles/libcurl_static.dir/vauth/digest.c.o" + "CMakeFiles/libcurl_static.dir/vauth/digest.c.o.d" + "CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o" + "CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o.d" + "CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o" + "CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o.d" + "CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o" + "CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o.d" + "CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o" + "CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o.d" + "CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o" + "CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o.d" + "CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o" + "CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o.d" + "CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o" + "CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o.d" + "CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o" + "CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o.d" + "CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o" + "CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o.d" + "CMakeFiles/libcurl_static.dir/vauth/vauth.c.o" + "CMakeFiles/libcurl_static.dir/vauth/vauth.c.o.d" + "CMakeFiles/libcurl_static.dir/version.c.o" + "CMakeFiles/libcurl_static.dir/version.c.o.d" + "CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o" + "CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o.d" + "CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o" + "CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o.d" + "CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o" + "CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o.d" + "CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o" + "CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o.d" + "CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o" + "CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o.d" + "CMakeFiles/libcurl_static.dir/vquic/vquic.c.o" + "CMakeFiles/libcurl_static.dir/vquic/vquic.c.o.d" + "CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o" + "CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o.d" + "CMakeFiles/libcurl_static.dir/vssh/libssh.c.o" + "CMakeFiles/libcurl_static.dir/vssh/libssh.c.o.d" + "CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o" + "CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o.d" + "CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o" + "CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o.d" + "CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o" + "CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o.d" + "CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o" + "CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o.d" + "CMakeFiles/libcurl_static.dir/vtls/gtls.c.o" + "CMakeFiles/libcurl_static.dir/vtls/gtls.c.o.d" + "CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o" + "CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o.d" + "CMakeFiles/libcurl_static.dir/vtls/keylog.c.o" + "CMakeFiles/libcurl_static.dir/vtls/keylog.c.o.d" + "CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o" + "CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o.d" + "CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o" + "CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o.d" + "CMakeFiles/libcurl_static.dir/vtls/openssl.c.o" + "CMakeFiles/libcurl_static.dir/vtls/openssl.c.o.d" + "CMakeFiles/libcurl_static.dir/vtls/rustls.c.o" + "CMakeFiles/libcurl_static.dir/vtls/rustls.c.o.d" + "CMakeFiles/libcurl_static.dir/vtls/schannel.c.o" + "CMakeFiles/libcurl_static.dir/vtls/schannel.c.o.d" + "CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o" + "CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o.d" + "CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o" + "CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o.d" + "CMakeFiles/libcurl_static.dir/vtls/vtls.c.o" + "CMakeFiles/libcurl_static.dir/vtls/vtls.c.o.d" + "CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o" + "CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o.d" + "CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o" + "CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o.d" + "CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o" + "CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o.d" + "CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o" + "CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o.d" + "CMakeFiles/libcurl_static.dir/ws.c.o" + "CMakeFiles/libcurl_static.dir/ws.c.o.d" + "libcurl.a" + "libcurl.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/libcurl_static.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/cmake_clean_target.cmake b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/cmake_clean_target.cmake new file mode 100644 index 00000000..632601f4 --- /dev/null +++ b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libcurl.a" +) diff --git a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.make b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.make new file mode 100644 index 00000000..d4fd1d99 --- /dev/null +++ b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for libcurl_static. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts new file mode 100644 index 00000000..60f78ce8 --- /dev/null +++ b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for libcurl_static. diff --git a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/depend.make b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/depend.make new file mode 100644 index 00000000..3e94ad0c --- /dev/null +++ b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for libcurl_static. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make new file mode 100644 index 00000000..7e0e61ac --- /dev/null +++ b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -DHAVE_CONFIG_H -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIC -fvisibility=hidden -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/link.txt b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/link.txt new file mode 100644 index 00000000..9bc1fd77 --- /dev/null +++ b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libcurl.a CMakeFiles/libcurl_static.dir/altsvc.c.o CMakeFiles/libcurl_static.dir/amigaos.c.o "CMakeFiles/libcurl_static.dir/asyn-ares.c.o" "CMakeFiles/libcurl_static.dir/asyn-base.c.o" "CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o" CMakeFiles/libcurl_static.dir/bufq.c.o CMakeFiles/libcurl_static.dir/bufref.c.o "CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o" "CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o" "CMakeFiles/libcurl_static.dir/cf-haproxy.c.o" "CMakeFiles/libcurl_static.dir/cf-https-connect.c.o" "CMakeFiles/libcurl_static.dir/cf-socket.c.o" CMakeFiles/libcurl_static.dir/cfilters.c.o CMakeFiles/libcurl_static.dir/conncache.c.o CMakeFiles/libcurl_static.dir/connect.c.o CMakeFiles/libcurl_static.dir/content_encoding.c.o CMakeFiles/libcurl_static.dir/cookie.c.o CMakeFiles/libcurl_static.dir/cshutdn.c.o CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o CMakeFiles/libcurl_static.dir/curl_des.c.o CMakeFiles/libcurl_static.dir/curl_endian.c.o CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o CMakeFiles/libcurl_static.dir/curl_get_line.c.o CMakeFiles/libcurl_static.dir/curl_gethostname.c.o CMakeFiles/libcurl_static.dir/curl_gssapi.c.o CMakeFiles/libcurl_static.dir/curl_memrchr.c.o CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o CMakeFiles/libcurl_static.dir/curl_range.c.o CMakeFiles/libcurl_static.dir/curl_rtmp.c.o CMakeFiles/libcurl_static.dir/curl_sasl.c.o CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o CMakeFiles/libcurl_static.dir/curl_sspi.c.o CMakeFiles/libcurl_static.dir/curl_threads.c.o CMakeFiles/libcurl_static.dir/curl_trc.c.o "CMakeFiles/libcurl_static.dir/cw-out.c.o" "CMakeFiles/libcurl_static.dir/cw-pause.c.o" CMakeFiles/libcurl_static.dir/dict.c.o CMakeFiles/libcurl_static.dir/doh.c.o CMakeFiles/libcurl_static.dir/dynhds.c.o CMakeFiles/libcurl_static.dir/easy.c.o CMakeFiles/libcurl_static.dir/easygetopt.c.o CMakeFiles/libcurl_static.dir/easyoptions.c.o CMakeFiles/libcurl_static.dir/escape.c.o CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o CMakeFiles/libcurl_static.dir/file.c.o CMakeFiles/libcurl_static.dir/fileinfo.c.o CMakeFiles/libcurl_static.dir/fopen.c.o CMakeFiles/libcurl_static.dir/formdata.c.o CMakeFiles/libcurl_static.dir/ftp.c.o CMakeFiles/libcurl_static.dir/ftplistparser.c.o CMakeFiles/libcurl_static.dir/getenv.c.o CMakeFiles/libcurl_static.dir/getinfo.c.o CMakeFiles/libcurl_static.dir/gopher.c.o CMakeFiles/libcurl_static.dir/hash.c.o CMakeFiles/libcurl_static.dir/headers.c.o CMakeFiles/libcurl_static.dir/hmac.c.o CMakeFiles/libcurl_static.dir/hostip.c.o CMakeFiles/libcurl_static.dir/hostip4.c.o CMakeFiles/libcurl_static.dir/hostip6.c.o CMakeFiles/libcurl_static.dir/hsts.c.o CMakeFiles/libcurl_static.dir/http.c.o CMakeFiles/libcurl_static.dir/http1.c.o CMakeFiles/libcurl_static.dir/http2.c.o CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o CMakeFiles/libcurl_static.dir/http_chunks.c.o CMakeFiles/libcurl_static.dir/http_digest.c.o CMakeFiles/libcurl_static.dir/http_negotiate.c.o CMakeFiles/libcurl_static.dir/http_ntlm.c.o CMakeFiles/libcurl_static.dir/http_proxy.c.o CMakeFiles/libcurl_static.dir/httpsrr.c.o CMakeFiles/libcurl_static.dir/idn.c.o CMakeFiles/libcurl_static.dir/if2ip.c.o CMakeFiles/libcurl_static.dir/imap.c.o CMakeFiles/libcurl_static.dir/inet_ntop.c.o CMakeFiles/libcurl_static.dir/krb5.c.o CMakeFiles/libcurl_static.dir/ldap.c.o CMakeFiles/libcurl_static.dir/llist.c.o CMakeFiles/libcurl_static.dir/macos.c.o CMakeFiles/libcurl_static.dir/md4.c.o CMakeFiles/libcurl_static.dir/md5.c.o CMakeFiles/libcurl_static.dir/memdebug.c.o CMakeFiles/libcurl_static.dir/mime.c.o CMakeFiles/libcurl_static.dir/mprintf.c.o CMakeFiles/libcurl_static.dir/mqtt.c.o CMakeFiles/libcurl_static.dir/multi.c.o CMakeFiles/libcurl_static.dir/multi_ev.c.o CMakeFiles/libcurl_static.dir/netrc.c.o CMakeFiles/libcurl_static.dir/noproxy.c.o CMakeFiles/libcurl_static.dir/openldap.c.o CMakeFiles/libcurl_static.dir/parsedate.c.o CMakeFiles/libcurl_static.dir/pingpong.c.o CMakeFiles/libcurl_static.dir/pop3.c.o CMakeFiles/libcurl_static.dir/progress.c.o CMakeFiles/libcurl_static.dir/psl.c.o CMakeFiles/libcurl_static.dir/rand.c.o CMakeFiles/libcurl_static.dir/rename.c.o CMakeFiles/libcurl_static.dir/request.c.o CMakeFiles/libcurl_static.dir/rtsp.c.o CMakeFiles/libcurl_static.dir/select.c.o CMakeFiles/libcurl_static.dir/sendf.c.o CMakeFiles/libcurl_static.dir/setopt.c.o CMakeFiles/libcurl_static.dir/sha256.c.o CMakeFiles/libcurl_static.dir/share.c.o CMakeFiles/libcurl_static.dir/slist.c.o CMakeFiles/libcurl_static.dir/smb.c.o CMakeFiles/libcurl_static.dir/smtp.c.o CMakeFiles/libcurl_static.dir/socketpair.c.o CMakeFiles/libcurl_static.dir/socks.c.o CMakeFiles/libcurl_static.dir/socks_gssapi.c.o CMakeFiles/libcurl_static.dir/socks_sspi.c.o CMakeFiles/libcurl_static.dir/speedcheck.c.o CMakeFiles/libcurl_static.dir/splay.c.o CMakeFiles/libcurl_static.dir/strcase.c.o CMakeFiles/libcurl_static.dir/strdup.c.o CMakeFiles/libcurl_static.dir/strequal.c.o CMakeFiles/libcurl_static.dir/strerror.c.o CMakeFiles/libcurl_static.dir/system_win32.c.o CMakeFiles/libcurl_static.dir/telnet.c.o CMakeFiles/libcurl_static.dir/tftp.c.o CMakeFiles/libcurl_static.dir/transfer.c.o "CMakeFiles/libcurl_static.dir/uint-bset.c.o" "CMakeFiles/libcurl_static.dir/uint-hash.c.o" "CMakeFiles/libcurl_static.dir/uint-spbset.c.o" "CMakeFiles/libcurl_static.dir/uint-table.c.o" CMakeFiles/libcurl_static.dir/url.c.o CMakeFiles/libcurl_static.dir/urlapi.c.o CMakeFiles/libcurl_static.dir/version.c.o CMakeFiles/libcurl_static.dir/ws.c.o CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o CMakeFiles/libcurl_static.dir/vauth/cram.c.o CMakeFiles/libcurl_static.dir/vauth/digest.c.o CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o CMakeFiles/libcurl_static.dir/vauth/vauth.c.o CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o CMakeFiles/libcurl_static.dir/vtls/gtls.c.o CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o CMakeFiles/libcurl_static.dir/vtls/keylog.c.o CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o CMakeFiles/libcurl_static.dir/vtls/openssl.c.o CMakeFiles/libcurl_static.dir/vtls/rustls.c.o CMakeFiles/libcurl_static.dir/vtls/schannel.c.o CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o CMakeFiles/libcurl_static.dir/vtls/vtls.c.o CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o CMakeFiles/libcurl_static.dir/vquic/vquic.c.o "CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o" CMakeFiles/libcurl_static.dir/vssh/libssh.c.o CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o CMakeFiles/libcurl_static.dir/curlx/base64.c.o CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o CMakeFiles/libcurl_static.dir/curlx/strparse.c.o CMakeFiles/libcurl_static.dir/curlx/timediff.c.o CMakeFiles/libcurl_static.dir/curlx/timeval.c.o CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o CMakeFiles/libcurl_static.dir/curlx/warnless.c.o CMakeFiles/libcurl_static.dir/curlx/winapi.c.o +/usr/bin/ranlib libcurl.a diff --git a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/progress.make b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/progress.make new file mode 100644 index 00000000..7c713380 --- /dev/null +++ b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/progress.make @@ -0,0 +1,181 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_10 = +CMAKE_PROGRESS_11 = 82 +CMAKE_PROGRESS_12 = +CMAKE_PROGRESS_13 = +CMAKE_PROGRESS_14 = +CMAKE_PROGRESS_15 = +CMAKE_PROGRESS_16 = +CMAKE_PROGRESS_17 = +CMAKE_PROGRESS_18 = +CMAKE_PROGRESS_19 = +CMAKE_PROGRESS_20 = +CMAKE_PROGRESS_21 = +CMAKE_PROGRESS_22 = +CMAKE_PROGRESS_23 = +CMAKE_PROGRESS_24 = +CMAKE_PROGRESS_25 = +CMAKE_PROGRESS_26 = +CMAKE_PROGRESS_27 = +CMAKE_PROGRESS_28 = +CMAKE_PROGRESS_29 = +CMAKE_PROGRESS_30 = +CMAKE_PROGRESS_31 = +CMAKE_PROGRESS_32 = +CMAKE_PROGRESS_33 = +CMAKE_PROGRESS_34 = +CMAKE_PROGRESS_35 = +CMAKE_PROGRESS_36 = +CMAKE_PROGRESS_37 = +CMAKE_PROGRESS_38 = +CMAKE_PROGRESS_39 = 83 +CMAKE_PROGRESS_40 = +CMAKE_PROGRESS_41 = +CMAKE_PROGRESS_42 = +CMAKE_PROGRESS_43 = +CMAKE_PROGRESS_44 = +CMAKE_PROGRESS_45 = +CMAKE_PROGRESS_46 = +CMAKE_PROGRESS_47 = +CMAKE_PROGRESS_48 = +CMAKE_PROGRESS_49 = +CMAKE_PROGRESS_50 = +CMAKE_PROGRESS_51 = +CMAKE_PROGRESS_52 = +CMAKE_PROGRESS_53 = +CMAKE_PROGRESS_54 = +CMAKE_PROGRESS_55 = +CMAKE_PROGRESS_56 = +CMAKE_PROGRESS_57 = +CMAKE_PROGRESS_58 = +CMAKE_PROGRESS_59 = +CMAKE_PROGRESS_60 = +CMAKE_PROGRESS_61 = +CMAKE_PROGRESS_62 = +CMAKE_PROGRESS_63 = +CMAKE_PROGRESS_64 = +CMAKE_PROGRESS_65 = +CMAKE_PROGRESS_66 = +CMAKE_PROGRESS_67 = +CMAKE_PROGRESS_68 = 84 +CMAKE_PROGRESS_69 = +CMAKE_PROGRESS_70 = +CMAKE_PROGRESS_71 = +CMAKE_PROGRESS_72 = +CMAKE_PROGRESS_73 = +CMAKE_PROGRESS_74 = +CMAKE_PROGRESS_75 = +CMAKE_PROGRESS_76 = +CMAKE_PROGRESS_77 = +CMAKE_PROGRESS_78 = +CMAKE_PROGRESS_79 = +CMAKE_PROGRESS_80 = +CMAKE_PROGRESS_81 = +CMAKE_PROGRESS_82 = +CMAKE_PROGRESS_83 = +CMAKE_PROGRESS_84 = +CMAKE_PROGRESS_85 = +CMAKE_PROGRESS_86 = +CMAKE_PROGRESS_87 = +CMAKE_PROGRESS_88 = +CMAKE_PROGRESS_89 = +CMAKE_PROGRESS_90 = +CMAKE_PROGRESS_91 = +CMAKE_PROGRESS_92 = +CMAKE_PROGRESS_93 = +CMAKE_PROGRESS_94 = +CMAKE_PROGRESS_95 = +CMAKE_PROGRESS_96 = 85 +CMAKE_PROGRESS_97 = +CMAKE_PROGRESS_98 = +CMAKE_PROGRESS_99 = +CMAKE_PROGRESS_100 = +CMAKE_PROGRESS_101 = +CMAKE_PROGRESS_102 = +CMAKE_PROGRESS_103 = +CMAKE_PROGRESS_104 = +CMAKE_PROGRESS_105 = +CMAKE_PROGRESS_106 = +CMAKE_PROGRESS_107 = +CMAKE_PROGRESS_108 = +CMAKE_PROGRESS_109 = +CMAKE_PROGRESS_110 = +CMAKE_PROGRESS_111 = +CMAKE_PROGRESS_112 = +CMAKE_PROGRESS_113 = +CMAKE_PROGRESS_114 = +CMAKE_PROGRESS_115 = +CMAKE_PROGRESS_116 = +CMAKE_PROGRESS_117 = +CMAKE_PROGRESS_118 = +CMAKE_PROGRESS_119 = +CMAKE_PROGRESS_120 = +CMAKE_PROGRESS_121 = +CMAKE_PROGRESS_122 = +CMAKE_PROGRESS_123 = +CMAKE_PROGRESS_124 = 86 +CMAKE_PROGRESS_125 = +CMAKE_PROGRESS_126 = +CMAKE_PROGRESS_127 = +CMAKE_PROGRESS_128 = +CMAKE_PROGRESS_129 = +CMAKE_PROGRESS_130 = +CMAKE_PROGRESS_131 = +CMAKE_PROGRESS_132 = +CMAKE_PROGRESS_133 = +CMAKE_PROGRESS_134 = +CMAKE_PROGRESS_135 = +CMAKE_PROGRESS_136 = +CMAKE_PROGRESS_137 = +CMAKE_PROGRESS_138 = +CMAKE_PROGRESS_139 = +CMAKE_PROGRESS_140 = +CMAKE_PROGRESS_141 = +CMAKE_PROGRESS_142 = +CMAKE_PROGRESS_143 = +CMAKE_PROGRESS_144 = +CMAKE_PROGRESS_145 = +CMAKE_PROGRESS_146 = +CMAKE_PROGRESS_147 = +CMAKE_PROGRESS_148 = +CMAKE_PROGRESS_149 = +CMAKE_PROGRESS_150 = +CMAKE_PROGRESS_151 = +CMAKE_PROGRESS_152 = +CMAKE_PROGRESS_153 = 87 +CMAKE_PROGRESS_154 = +CMAKE_PROGRESS_155 = +CMAKE_PROGRESS_156 = +CMAKE_PROGRESS_157 = +CMAKE_PROGRESS_158 = +CMAKE_PROGRESS_159 = +CMAKE_PROGRESS_160 = +CMAKE_PROGRESS_161 = +CMAKE_PROGRESS_162 = +CMAKE_PROGRESS_163 = +CMAKE_PROGRESS_164 = +CMAKE_PROGRESS_165 = +CMAKE_PROGRESS_166 = +CMAKE_PROGRESS_167 = +CMAKE_PROGRESS_168 = +CMAKE_PROGRESS_169 = +CMAKE_PROGRESS_170 = +CMAKE_PROGRESS_171 = +CMAKE_PROGRESS_172 = +CMAKE_PROGRESS_173 = +CMAKE_PROGRESS_174 = +CMAKE_PROGRESS_175 = +CMAKE_PROGRESS_176 = +CMAKE_PROGRESS_177 = +CMAKE_PROGRESS_178 = +CMAKE_PROGRESS_179 = +CMAKE_PROGRESS_180 = + diff --git a/build_emscripten/external/curl/lib/CMakeFiles/progress.marks b/build_emscripten/external/curl/lib/CMakeFiles/progress.marks new file mode 100644 index 00000000..1e8b3149 --- /dev/null +++ b/build_emscripten/external/curl/lib/CMakeFiles/progress.marks @@ -0,0 +1 @@ +6 diff --git a/build_emscripten/external/curl/lib/Makefile b/build_emscripten/external/curl/lib/Makefile new file mode 100644 index 00000000..6ab3b5c6 --- /dev/null +++ b/build_emscripten/external/curl/lib/Makefile @@ -0,0 +1,5613 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/lib//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/lib/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/lib/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/lib/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/lib/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +external/curl/lib/CMakeFiles/curlu.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/lib/CMakeFiles/curlu.dir/rule +.PHONY : external/curl/lib/CMakeFiles/curlu.dir/rule + +# Convenience name for target. +curlu: external/curl/lib/CMakeFiles/curlu.dir/rule +.PHONY : curlu + +# fast build rule for target. +curlu/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/build +.PHONY : curlu/fast + +# Convenience name for target. +external/curl/lib/CMakeFiles/libcurl_static.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/lib/CMakeFiles/libcurl_static.dir/rule +.PHONY : external/curl/lib/CMakeFiles/libcurl_static.dir/rule + +# Convenience name for target. +libcurl_static: external/curl/lib/CMakeFiles/libcurl_static.dir/rule +.PHONY : libcurl_static + +# fast build rule for target. +libcurl_static/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/build +.PHONY : libcurl_static/fast + +altsvc.o: altsvc.c.o +.PHONY : altsvc.o + +# target to build an object file +altsvc.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.o +.PHONY : altsvc.c.o + +altsvc.i: altsvc.c.i +.PHONY : altsvc.i + +# target to preprocess a source file +altsvc.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.i +.PHONY : altsvc.c.i + +altsvc.s: altsvc.c.s +.PHONY : altsvc.s + +# target to generate assembly for a file +altsvc.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.s +.PHONY : altsvc.c.s + +amigaos.o: amigaos.c.o +.PHONY : amigaos.o + +# target to build an object file +amigaos.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.o +.PHONY : amigaos.c.o + +amigaos.i: amigaos.c.i +.PHONY : amigaos.i + +# target to preprocess a source file +amigaos.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.i +.PHONY : amigaos.c.i + +amigaos.s: amigaos.c.s +.PHONY : amigaos.s + +# target to generate assembly for a file +amigaos.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.s +.PHONY : amigaos.c.s + +asyn-ares.o: asyn-ares.c.o +.PHONY : asyn-ares.o + +# target to build an object file +asyn-ares.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.o +.PHONY : asyn-ares.c.o + +asyn-ares.i: asyn-ares.c.i +.PHONY : asyn-ares.i + +# target to preprocess a source file +asyn-ares.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.i +.PHONY : asyn-ares.c.i + +asyn-ares.s: asyn-ares.c.s +.PHONY : asyn-ares.s + +# target to generate assembly for a file +asyn-ares.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.s +.PHONY : asyn-ares.c.s + +asyn-base.o: asyn-base.c.o +.PHONY : asyn-base.o + +# target to build an object file +asyn-base.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.o +.PHONY : asyn-base.c.o + +asyn-base.i: asyn-base.c.i +.PHONY : asyn-base.i + +# target to preprocess a source file +asyn-base.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.i +.PHONY : asyn-base.c.i + +asyn-base.s: asyn-base.c.s +.PHONY : asyn-base.s + +# target to generate assembly for a file +asyn-base.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.s +.PHONY : asyn-base.c.s + +asyn-thrdd.o: asyn-thrdd.c.o +.PHONY : asyn-thrdd.o + +# target to build an object file +asyn-thrdd.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o +.PHONY : asyn-thrdd.c.o + +asyn-thrdd.i: asyn-thrdd.c.i +.PHONY : asyn-thrdd.i + +# target to preprocess a source file +asyn-thrdd.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.i +.PHONY : asyn-thrdd.c.i + +asyn-thrdd.s: asyn-thrdd.c.s +.PHONY : asyn-thrdd.s + +# target to generate assembly for a file +asyn-thrdd.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.s +.PHONY : asyn-thrdd.c.s + +bufq.o: bufq.c.o +.PHONY : bufq.o + +# target to build an object file +bufq.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/bufq.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.o +.PHONY : bufq.c.o + +bufq.i: bufq.c.i +.PHONY : bufq.i + +# target to preprocess a source file +bufq.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/bufq.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.i +.PHONY : bufq.c.i + +bufq.s: bufq.c.s +.PHONY : bufq.s + +# target to generate assembly for a file +bufq.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/bufq.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.s +.PHONY : bufq.c.s + +bufref.o: bufref.c.o +.PHONY : bufref.o + +# target to build an object file +bufref.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/bufref.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.o +.PHONY : bufref.c.o + +bufref.i: bufref.c.i +.PHONY : bufref.i + +# target to preprocess a source file +bufref.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/bufref.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.i +.PHONY : bufref.c.i + +bufref.s: bufref.c.s +.PHONY : bufref.s + +# target to generate assembly for a file +bufref.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/bufref.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.s +.PHONY : bufref.c.s + +cf-h1-proxy.o: cf-h1-proxy.c.o +.PHONY : cf-h1-proxy.o + +# target to build an object file +cf-h1-proxy.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o +.PHONY : cf-h1-proxy.c.o + +cf-h1-proxy.i: cf-h1-proxy.c.i +.PHONY : cf-h1-proxy.i + +# target to preprocess a source file +cf-h1-proxy.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.i +.PHONY : cf-h1-proxy.c.i + +cf-h1-proxy.s: cf-h1-proxy.c.s +.PHONY : cf-h1-proxy.s + +# target to generate assembly for a file +cf-h1-proxy.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.s +.PHONY : cf-h1-proxy.c.s + +cf-h2-proxy.o: cf-h2-proxy.c.o +.PHONY : cf-h2-proxy.o + +# target to build an object file +cf-h2-proxy.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o +.PHONY : cf-h2-proxy.c.o + +cf-h2-proxy.i: cf-h2-proxy.c.i +.PHONY : cf-h2-proxy.i + +# target to preprocess a source file +cf-h2-proxy.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.i +.PHONY : cf-h2-proxy.c.i + +cf-h2-proxy.s: cf-h2-proxy.c.s +.PHONY : cf-h2-proxy.s + +# target to generate assembly for a file +cf-h2-proxy.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.s +.PHONY : cf-h2-proxy.c.s + +cf-haproxy.o: cf-haproxy.c.o +.PHONY : cf-haproxy.o + +# target to build an object file +cf-haproxy.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.o +.PHONY : cf-haproxy.c.o + +cf-haproxy.i: cf-haproxy.c.i +.PHONY : cf-haproxy.i + +# target to preprocess a source file +cf-haproxy.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.i +.PHONY : cf-haproxy.c.i + +cf-haproxy.s: cf-haproxy.c.s +.PHONY : cf-haproxy.s + +# target to generate assembly for a file +cf-haproxy.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.s +.PHONY : cf-haproxy.c.s + +cf-https-connect.o: cf-https-connect.c.o +.PHONY : cf-https-connect.o + +# target to build an object file +cf-https-connect.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.o +.PHONY : cf-https-connect.c.o + +cf-https-connect.i: cf-https-connect.c.i +.PHONY : cf-https-connect.i + +# target to preprocess a source file +cf-https-connect.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.i +.PHONY : cf-https-connect.c.i + +cf-https-connect.s: cf-https-connect.c.s +.PHONY : cf-https-connect.s + +# target to generate assembly for a file +cf-https-connect.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.s +.PHONY : cf-https-connect.c.s + +cf-socket.o: cf-socket.c.o +.PHONY : cf-socket.o + +# target to build an object file +cf-socket.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.o +.PHONY : cf-socket.c.o + +cf-socket.i: cf-socket.c.i +.PHONY : cf-socket.i + +# target to preprocess a source file +cf-socket.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.i +.PHONY : cf-socket.c.i + +cf-socket.s: cf-socket.c.s +.PHONY : cf-socket.s + +# target to generate assembly for a file +cf-socket.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.s +.PHONY : cf-socket.c.s + +cfilters.o: cfilters.c.o +.PHONY : cfilters.o + +# target to build an object file +cfilters.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.o +.PHONY : cfilters.c.o + +cfilters.i: cfilters.c.i +.PHONY : cfilters.i + +# target to preprocess a source file +cfilters.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.i +.PHONY : cfilters.c.i + +cfilters.s: cfilters.c.s +.PHONY : cfilters.s + +# target to generate assembly for a file +cfilters.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.s +.PHONY : cfilters.c.s + +conncache.o: conncache.c.o +.PHONY : conncache.o + +# target to build an object file +conncache.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/conncache.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.o +.PHONY : conncache.c.o + +conncache.i: conncache.c.i +.PHONY : conncache.i + +# target to preprocess a source file +conncache.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/conncache.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.i +.PHONY : conncache.c.i + +conncache.s: conncache.c.s +.PHONY : conncache.s + +# target to generate assembly for a file +conncache.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/conncache.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.s +.PHONY : conncache.c.s + +connect.o: connect.c.o +.PHONY : connect.o + +# target to build an object file +connect.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/connect.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.o +.PHONY : connect.c.o + +connect.i: connect.c.i +.PHONY : connect.i + +# target to preprocess a source file +connect.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/connect.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.i +.PHONY : connect.c.i + +connect.s: connect.c.s +.PHONY : connect.s + +# target to generate assembly for a file +connect.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/connect.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.s +.PHONY : connect.c.s + +content_encoding.o: content_encoding.c.o +.PHONY : content_encoding.o + +# target to build an object file +content_encoding.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.o +.PHONY : content_encoding.c.o + +content_encoding.i: content_encoding.c.i +.PHONY : content_encoding.i + +# target to preprocess a source file +content_encoding.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.i +.PHONY : content_encoding.c.i + +content_encoding.s: content_encoding.c.s +.PHONY : content_encoding.s + +# target to generate assembly for a file +content_encoding.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.s +.PHONY : content_encoding.c.s + +cookie.o: cookie.c.o +.PHONY : cookie.o + +# target to build an object file +cookie.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cookie.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.o +.PHONY : cookie.c.o + +cookie.i: cookie.c.i +.PHONY : cookie.i + +# target to preprocess a source file +cookie.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cookie.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.i +.PHONY : cookie.c.i + +cookie.s: cookie.c.s +.PHONY : cookie.s + +# target to generate assembly for a file +cookie.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cookie.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.s +.PHONY : cookie.c.s + +cshutdn.o: cshutdn.c.o +.PHONY : cshutdn.o + +# target to build an object file +cshutdn.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.o +.PHONY : cshutdn.c.o + +cshutdn.i: cshutdn.c.i +.PHONY : cshutdn.i + +# target to preprocess a source file +cshutdn.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.i +.PHONY : cshutdn.c.i + +cshutdn.s: cshutdn.c.s +.PHONY : cshutdn.s + +# target to generate assembly for a file +cshutdn.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.s +.PHONY : cshutdn.c.s + +curl_addrinfo.o: curl_addrinfo.c.o +.PHONY : curl_addrinfo.o + +# target to build an object file +curl_addrinfo.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o +.PHONY : curl_addrinfo.c.o + +curl_addrinfo.i: curl_addrinfo.c.i +.PHONY : curl_addrinfo.i + +# target to preprocess a source file +curl_addrinfo.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.i +.PHONY : curl_addrinfo.c.i + +curl_addrinfo.s: curl_addrinfo.c.s +.PHONY : curl_addrinfo.s + +# target to generate assembly for a file +curl_addrinfo.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.s +.PHONY : curl_addrinfo.c.s + +curl_des.o: curl_des.c.o +.PHONY : curl_des.o + +# target to build an object file +curl_des.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.o +.PHONY : curl_des.c.o + +curl_des.i: curl_des.c.i +.PHONY : curl_des.i + +# target to preprocess a source file +curl_des.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.i +.PHONY : curl_des.c.i + +curl_des.s: curl_des.c.s +.PHONY : curl_des.s + +# target to generate assembly for a file +curl_des.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.s +.PHONY : curl_des.c.s + +curl_endian.o: curl_endian.c.o +.PHONY : curl_endian.o + +# target to build an object file +curl_endian.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.o +.PHONY : curl_endian.c.o + +curl_endian.i: curl_endian.c.i +.PHONY : curl_endian.i + +# target to preprocess a source file +curl_endian.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.i +.PHONY : curl_endian.c.i + +curl_endian.s: curl_endian.c.s +.PHONY : curl_endian.s + +# target to generate assembly for a file +curl_endian.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.s +.PHONY : curl_endian.c.s + +curl_fnmatch.o: curl_fnmatch.c.o +.PHONY : curl_fnmatch.o + +# target to build an object file +curl_fnmatch.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o +.PHONY : curl_fnmatch.c.o + +curl_fnmatch.i: curl_fnmatch.c.i +.PHONY : curl_fnmatch.i + +# target to preprocess a source file +curl_fnmatch.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.i +.PHONY : curl_fnmatch.c.i + +curl_fnmatch.s: curl_fnmatch.c.s +.PHONY : curl_fnmatch.s + +# target to generate assembly for a file +curl_fnmatch.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.s +.PHONY : curl_fnmatch.c.s + +curl_get_line.o: curl_get_line.c.o +.PHONY : curl_get_line.o + +# target to build an object file +curl_get_line.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.o +.PHONY : curl_get_line.c.o + +curl_get_line.i: curl_get_line.c.i +.PHONY : curl_get_line.i + +# target to preprocess a source file +curl_get_line.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.i +.PHONY : curl_get_line.c.i + +curl_get_line.s: curl_get_line.c.s +.PHONY : curl_get_line.s + +# target to generate assembly for a file +curl_get_line.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.s +.PHONY : curl_get_line.c.s + +curl_gethostname.o: curl_gethostname.c.o +.PHONY : curl_gethostname.o + +# target to build an object file +curl_gethostname.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.o +.PHONY : curl_gethostname.c.o + +curl_gethostname.i: curl_gethostname.c.i +.PHONY : curl_gethostname.i + +# target to preprocess a source file +curl_gethostname.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.i +.PHONY : curl_gethostname.c.i + +curl_gethostname.s: curl_gethostname.c.s +.PHONY : curl_gethostname.s + +# target to generate assembly for a file +curl_gethostname.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.s +.PHONY : curl_gethostname.c.s + +curl_gssapi.o: curl_gssapi.c.o +.PHONY : curl_gssapi.o + +# target to build an object file +curl_gssapi.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.o +.PHONY : curl_gssapi.c.o + +curl_gssapi.i: curl_gssapi.c.i +.PHONY : curl_gssapi.i + +# target to preprocess a source file +curl_gssapi.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.i +.PHONY : curl_gssapi.c.i + +curl_gssapi.s: curl_gssapi.c.s +.PHONY : curl_gssapi.s + +# target to generate assembly for a file +curl_gssapi.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.s +.PHONY : curl_gssapi.c.s + +curl_memrchr.o: curl_memrchr.c.o +.PHONY : curl_memrchr.o + +# target to build an object file +curl_memrchr.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.o +.PHONY : curl_memrchr.c.o + +curl_memrchr.i: curl_memrchr.c.i +.PHONY : curl_memrchr.i + +# target to preprocess a source file +curl_memrchr.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.i +.PHONY : curl_memrchr.c.i + +curl_memrchr.s: curl_memrchr.c.s +.PHONY : curl_memrchr.s + +# target to generate assembly for a file +curl_memrchr.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.s +.PHONY : curl_memrchr.c.s + +curl_ntlm_core.o: curl_ntlm_core.c.o +.PHONY : curl_ntlm_core.o + +# target to build an object file +curl_ntlm_core.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o +.PHONY : curl_ntlm_core.c.o + +curl_ntlm_core.i: curl_ntlm_core.c.i +.PHONY : curl_ntlm_core.i + +# target to preprocess a source file +curl_ntlm_core.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.i +.PHONY : curl_ntlm_core.c.i + +curl_ntlm_core.s: curl_ntlm_core.c.s +.PHONY : curl_ntlm_core.s + +# target to generate assembly for a file +curl_ntlm_core.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.s +.PHONY : curl_ntlm_core.c.s + +curl_range.o: curl_range.c.o +.PHONY : curl_range.o + +# target to build an object file +curl_range.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.o +.PHONY : curl_range.c.o + +curl_range.i: curl_range.c.i +.PHONY : curl_range.i + +# target to preprocess a source file +curl_range.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.i +.PHONY : curl_range.c.i + +curl_range.s: curl_range.c.s +.PHONY : curl_range.s + +# target to generate assembly for a file +curl_range.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.s +.PHONY : curl_range.c.s + +curl_rtmp.o: curl_rtmp.c.o +.PHONY : curl_rtmp.o + +# target to build an object file +curl_rtmp.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.o +.PHONY : curl_rtmp.c.o + +curl_rtmp.i: curl_rtmp.c.i +.PHONY : curl_rtmp.i + +# target to preprocess a source file +curl_rtmp.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.i +.PHONY : curl_rtmp.c.i + +curl_rtmp.s: curl_rtmp.c.s +.PHONY : curl_rtmp.s + +# target to generate assembly for a file +curl_rtmp.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.s +.PHONY : curl_rtmp.c.s + +curl_sasl.o: curl_sasl.c.o +.PHONY : curl_sasl.o + +# target to build an object file +curl_sasl.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.o +.PHONY : curl_sasl.c.o + +curl_sasl.i: curl_sasl.c.i +.PHONY : curl_sasl.i + +# target to preprocess a source file +curl_sasl.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.i +.PHONY : curl_sasl.c.i + +curl_sasl.s: curl_sasl.c.s +.PHONY : curl_sasl.s + +# target to generate assembly for a file +curl_sasl.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.s +.PHONY : curl_sasl.c.s + +curl_sha512_256.o: curl_sha512_256.c.o +.PHONY : curl_sha512_256.o + +# target to build an object file +curl_sha512_256.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o +.PHONY : curl_sha512_256.c.o + +curl_sha512_256.i: curl_sha512_256.c.i +.PHONY : curl_sha512_256.i + +# target to preprocess a source file +curl_sha512_256.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.i +.PHONY : curl_sha512_256.c.i + +curl_sha512_256.s: curl_sha512_256.c.s +.PHONY : curl_sha512_256.s + +# target to generate assembly for a file +curl_sha512_256.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.s +.PHONY : curl_sha512_256.c.s + +curl_sspi.o: curl_sspi.c.o +.PHONY : curl_sspi.o + +# target to build an object file +curl_sspi.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.o +.PHONY : curl_sspi.c.o + +curl_sspi.i: curl_sspi.c.i +.PHONY : curl_sspi.i + +# target to preprocess a source file +curl_sspi.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.i +.PHONY : curl_sspi.c.i + +curl_sspi.s: curl_sspi.c.s +.PHONY : curl_sspi.s + +# target to generate assembly for a file +curl_sspi.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.s +.PHONY : curl_sspi.c.s + +curl_threads.o: curl_threads.c.o +.PHONY : curl_threads.o + +# target to build an object file +curl_threads.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.o +.PHONY : curl_threads.c.o + +curl_threads.i: curl_threads.c.i +.PHONY : curl_threads.i + +# target to preprocess a source file +curl_threads.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.i +.PHONY : curl_threads.c.i + +curl_threads.s: curl_threads.c.s +.PHONY : curl_threads.s + +# target to generate assembly for a file +curl_threads.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.s +.PHONY : curl_threads.c.s + +curl_trc.o: curl_trc.c.o +.PHONY : curl_trc.o + +# target to build an object file +curl_trc.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.o +.PHONY : curl_trc.c.o + +curl_trc.i: curl_trc.c.i +.PHONY : curl_trc.i + +# target to preprocess a source file +curl_trc.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.i +.PHONY : curl_trc.c.i + +curl_trc.s: curl_trc.c.s +.PHONY : curl_trc.s + +# target to generate assembly for a file +curl_trc.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.s +.PHONY : curl_trc.c.s + +curlx/base64.o: curlx/base64.c.o +.PHONY : curlx/base64.o + +# target to build an object file +curlx/base64.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.o +.PHONY : curlx/base64.c.o + +curlx/base64.i: curlx/base64.c.i +.PHONY : curlx/base64.i + +# target to preprocess a source file +curlx/base64.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.i +.PHONY : curlx/base64.c.i + +curlx/base64.s: curlx/base64.c.s +.PHONY : curlx/base64.s + +# target to generate assembly for a file +curlx/base64.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.s +.PHONY : curlx/base64.c.s + +curlx/dynbuf.o: curlx/dynbuf.c.o +.PHONY : curlx/dynbuf.o + +# target to build an object file +curlx/dynbuf.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o +.PHONY : curlx/dynbuf.c.o + +curlx/dynbuf.i: curlx/dynbuf.c.i +.PHONY : curlx/dynbuf.i + +# target to preprocess a source file +curlx/dynbuf.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.i +.PHONY : curlx/dynbuf.c.i + +curlx/dynbuf.s: curlx/dynbuf.c.s +.PHONY : curlx/dynbuf.s + +# target to generate assembly for a file +curlx/dynbuf.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.s +.PHONY : curlx/dynbuf.c.s + +curlx/inet_pton.o: curlx/inet_pton.c.o +.PHONY : curlx/inet_pton.o + +# target to build an object file +curlx/inet_pton.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o +.PHONY : curlx/inet_pton.c.o + +curlx/inet_pton.i: curlx/inet_pton.c.i +.PHONY : curlx/inet_pton.i + +# target to preprocess a source file +curlx/inet_pton.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.i +.PHONY : curlx/inet_pton.c.i + +curlx/inet_pton.s: curlx/inet_pton.c.s +.PHONY : curlx/inet_pton.s + +# target to generate assembly for a file +curlx/inet_pton.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.s +.PHONY : curlx/inet_pton.c.s + +curlx/multibyte.o: curlx/multibyte.c.o +.PHONY : curlx/multibyte.o + +# target to build an object file +curlx/multibyte.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o +.PHONY : curlx/multibyte.c.o + +curlx/multibyte.i: curlx/multibyte.c.i +.PHONY : curlx/multibyte.i + +# target to preprocess a source file +curlx/multibyte.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.i +.PHONY : curlx/multibyte.c.i + +curlx/multibyte.s: curlx/multibyte.c.s +.PHONY : curlx/multibyte.s + +# target to generate assembly for a file +curlx/multibyte.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.s +.PHONY : curlx/multibyte.c.s + +curlx/nonblock.o: curlx/nonblock.c.o +.PHONY : curlx/nonblock.o + +# target to build an object file +curlx/nonblock.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o +.PHONY : curlx/nonblock.c.o + +curlx/nonblock.i: curlx/nonblock.c.i +.PHONY : curlx/nonblock.i + +# target to preprocess a source file +curlx/nonblock.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.i +.PHONY : curlx/nonblock.c.i + +curlx/nonblock.s: curlx/nonblock.c.s +.PHONY : curlx/nonblock.s + +# target to generate assembly for a file +curlx/nonblock.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.s +.PHONY : curlx/nonblock.c.s + +curlx/strparse.o: curlx/strparse.c.o +.PHONY : curlx/strparse.o + +# target to build an object file +curlx/strparse.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.o +.PHONY : curlx/strparse.c.o + +curlx/strparse.i: curlx/strparse.c.i +.PHONY : curlx/strparse.i + +# target to preprocess a source file +curlx/strparse.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.i +.PHONY : curlx/strparse.c.i + +curlx/strparse.s: curlx/strparse.c.s +.PHONY : curlx/strparse.s + +# target to generate assembly for a file +curlx/strparse.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.s +.PHONY : curlx/strparse.c.s + +curlx/timediff.o: curlx/timediff.c.o +.PHONY : curlx/timediff.o + +# target to build an object file +curlx/timediff.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.o +.PHONY : curlx/timediff.c.o + +curlx/timediff.i: curlx/timediff.c.i +.PHONY : curlx/timediff.i + +# target to preprocess a source file +curlx/timediff.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.i +.PHONY : curlx/timediff.c.i + +curlx/timediff.s: curlx/timediff.c.s +.PHONY : curlx/timediff.s + +# target to generate assembly for a file +curlx/timediff.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.s +.PHONY : curlx/timediff.c.s + +curlx/timeval.o: curlx/timeval.c.o +.PHONY : curlx/timeval.o + +# target to build an object file +curlx/timeval.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.o +.PHONY : curlx/timeval.c.o + +curlx/timeval.i: curlx/timeval.c.i +.PHONY : curlx/timeval.i + +# target to preprocess a source file +curlx/timeval.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.i +.PHONY : curlx/timeval.c.i + +curlx/timeval.s: curlx/timeval.c.s +.PHONY : curlx/timeval.s + +# target to generate assembly for a file +curlx/timeval.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.s +.PHONY : curlx/timeval.c.s + +curlx/version_win32.o: curlx/version_win32.c.o +.PHONY : curlx/version_win32.o + +# target to build an object file +curlx/version_win32.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o +.PHONY : curlx/version_win32.c.o + +curlx/version_win32.i: curlx/version_win32.c.i +.PHONY : curlx/version_win32.i + +# target to preprocess a source file +curlx/version_win32.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.i +.PHONY : curlx/version_win32.c.i + +curlx/version_win32.s: curlx/version_win32.c.s +.PHONY : curlx/version_win32.s + +# target to generate assembly for a file +curlx/version_win32.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.s +.PHONY : curlx/version_win32.c.s + +curlx/warnless.o: curlx/warnless.c.o +.PHONY : curlx/warnless.o + +# target to build an object file +curlx/warnless.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.o +.PHONY : curlx/warnless.c.o + +curlx/warnless.i: curlx/warnless.c.i +.PHONY : curlx/warnless.i + +# target to preprocess a source file +curlx/warnless.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.i +.PHONY : curlx/warnless.c.i + +curlx/warnless.s: curlx/warnless.c.s +.PHONY : curlx/warnless.s + +# target to generate assembly for a file +curlx/warnless.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.s +.PHONY : curlx/warnless.c.s + +curlx/winapi.o: curlx/winapi.c.o +.PHONY : curlx/winapi.o + +# target to build an object file +curlx/winapi.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.o +.PHONY : curlx/winapi.c.o + +curlx/winapi.i: curlx/winapi.c.i +.PHONY : curlx/winapi.i + +# target to preprocess a source file +curlx/winapi.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.i +.PHONY : curlx/winapi.c.i + +curlx/winapi.s: curlx/winapi.c.s +.PHONY : curlx/winapi.s + +# target to generate assembly for a file +curlx/winapi.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.s +.PHONY : curlx/winapi.c.s + +cw-out.o: cw-out.c.o +.PHONY : cw-out.o + +# target to build an object file +cw-out.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.o +.PHONY : cw-out.c.o + +cw-out.i: cw-out.c.i +.PHONY : cw-out.i + +# target to preprocess a source file +cw-out.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.i +.PHONY : cw-out.c.i + +cw-out.s: cw-out.c.s +.PHONY : cw-out.s + +# target to generate assembly for a file +cw-out.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.s +.PHONY : cw-out.c.s + +cw-pause.o: cw-pause.c.o +.PHONY : cw-pause.o + +# target to build an object file +cw-pause.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.o +.PHONY : cw-pause.c.o + +cw-pause.i: cw-pause.c.i +.PHONY : cw-pause.i + +# target to preprocess a source file +cw-pause.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.i +.PHONY : cw-pause.c.i + +cw-pause.s: cw-pause.c.s +.PHONY : cw-pause.s + +# target to generate assembly for a file +cw-pause.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.s +.PHONY : cw-pause.c.s + +dict.o: dict.c.o +.PHONY : dict.o + +# target to build an object file +dict.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/dict.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.o +.PHONY : dict.c.o + +dict.i: dict.c.i +.PHONY : dict.i + +# target to preprocess a source file +dict.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/dict.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.i +.PHONY : dict.c.i + +dict.s: dict.c.s +.PHONY : dict.s + +# target to generate assembly for a file +dict.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/dict.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.s +.PHONY : dict.c.s + +doh.o: doh.c.o +.PHONY : doh.o + +# target to build an object file +doh.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/doh.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.o +.PHONY : doh.c.o + +doh.i: doh.c.i +.PHONY : doh.i + +# target to preprocess a source file +doh.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/doh.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.i +.PHONY : doh.c.i + +doh.s: doh.c.s +.PHONY : doh.s + +# target to generate assembly for a file +doh.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/doh.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.s +.PHONY : doh.c.s + +dynhds.o: dynhds.c.o +.PHONY : dynhds.o + +# target to build an object file +dynhds.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.o +.PHONY : dynhds.c.o + +dynhds.i: dynhds.c.i +.PHONY : dynhds.i + +# target to preprocess a source file +dynhds.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.i +.PHONY : dynhds.c.i + +dynhds.s: dynhds.c.s +.PHONY : dynhds.s + +# target to generate assembly for a file +dynhds.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.s +.PHONY : dynhds.c.s + +easy.o: easy.c.o +.PHONY : easy.o + +# target to build an object file +easy.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/easy.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.o +.PHONY : easy.c.o + +easy.i: easy.c.i +.PHONY : easy.i + +# target to preprocess a source file +easy.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/easy.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.i +.PHONY : easy.c.i + +easy.s: easy.c.s +.PHONY : easy.s + +# target to generate assembly for a file +easy.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/easy.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.s +.PHONY : easy.c.s + +easygetopt.o: easygetopt.c.o +.PHONY : easygetopt.o + +# target to build an object file +easygetopt.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.o +.PHONY : easygetopt.c.o + +easygetopt.i: easygetopt.c.i +.PHONY : easygetopt.i + +# target to preprocess a source file +easygetopt.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.i +.PHONY : easygetopt.c.i + +easygetopt.s: easygetopt.c.s +.PHONY : easygetopt.s + +# target to generate assembly for a file +easygetopt.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.s +.PHONY : easygetopt.c.s + +easyoptions.o: easyoptions.c.o +.PHONY : easyoptions.o + +# target to build an object file +easyoptions.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.o +.PHONY : easyoptions.c.o + +easyoptions.i: easyoptions.c.i +.PHONY : easyoptions.i + +# target to preprocess a source file +easyoptions.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.i +.PHONY : easyoptions.c.i + +easyoptions.s: easyoptions.c.s +.PHONY : easyoptions.s + +# target to generate assembly for a file +easyoptions.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.s +.PHONY : easyoptions.c.s + +escape.o: escape.c.o +.PHONY : escape.o + +# target to build an object file +escape.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/escape.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.o +.PHONY : escape.c.o + +escape.i: escape.c.i +.PHONY : escape.i + +# target to preprocess a source file +escape.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/escape.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.i +.PHONY : escape.c.i + +escape.s: escape.c.s +.PHONY : escape.s + +# target to generate assembly for a file +escape.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/escape.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.s +.PHONY : escape.c.s + +fake_addrinfo.o: fake_addrinfo.c.o +.PHONY : fake_addrinfo.o + +# target to build an object file +fake_addrinfo.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o +.PHONY : fake_addrinfo.c.o + +fake_addrinfo.i: fake_addrinfo.c.i +.PHONY : fake_addrinfo.i + +# target to preprocess a source file +fake_addrinfo.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.i +.PHONY : fake_addrinfo.c.i + +fake_addrinfo.s: fake_addrinfo.c.s +.PHONY : fake_addrinfo.s + +# target to generate assembly for a file +fake_addrinfo.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.s +.PHONY : fake_addrinfo.c.s + +file.o: file.c.o +.PHONY : file.o + +# target to build an object file +file.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/file.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.o +.PHONY : file.c.o + +file.i: file.c.i +.PHONY : file.i + +# target to preprocess a source file +file.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/file.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.i +.PHONY : file.c.i + +file.s: file.c.s +.PHONY : file.s + +# target to generate assembly for a file +file.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/file.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.s +.PHONY : file.c.s + +fileinfo.o: fileinfo.c.o +.PHONY : fileinfo.o + +# target to build an object file +fileinfo.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.o +.PHONY : fileinfo.c.o + +fileinfo.i: fileinfo.c.i +.PHONY : fileinfo.i + +# target to preprocess a source file +fileinfo.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.i +.PHONY : fileinfo.c.i + +fileinfo.s: fileinfo.c.s +.PHONY : fileinfo.s + +# target to generate assembly for a file +fileinfo.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.s +.PHONY : fileinfo.c.s + +fopen.o: fopen.c.o +.PHONY : fopen.o + +# target to build an object file +fopen.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/fopen.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.o +.PHONY : fopen.c.o + +fopen.i: fopen.c.i +.PHONY : fopen.i + +# target to preprocess a source file +fopen.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/fopen.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.i +.PHONY : fopen.c.i + +fopen.s: fopen.c.s +.PHONY : fopen.s + +# target to generate assembly for a file +fopen.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/fopen.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.s +.PHONY : fopen.c.s + +formdata.o: formdata.c.o +.PHONY : formdata.o + +# target to build an object file +formdata.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/formdata.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.o +.PHONY : formdata.c.o + +formdata.i: formdata.c.i +.PHONY : formdata.i + +# target to preprocess a source file +formdata.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/formdata.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.i +.PHONY : formdata.c.i + +formdata.s: formdata.c.s +.PHONY : formdata.s + +# target to generate assembly for a file +formdata.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/formdata.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.s +.PHONY : formdata.c.s + +ftp.o: ftp.c.o +.PHONY : ftp.o + +# target to build an object file +ftp.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ftp.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.o +.PHONY : ftp.c.o + +ftp.i: ftp.c.i +.PHONY : ftp.i + +# target to preprocess a source file +ftp.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ftp.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.i +.PHONY : ftp.c.i + +ftp.s: ftp.c.s +.PHONY : ftp.s + +# target to generate assembly for a file +ftp.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ftp.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.s +.PHONY : ftp.c.s + +ftplistparser.o: ftplistparser.c.o +.PHONY : ftplistparser.o + +# target to build an object file +ftplistparser.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.o +.PHONY : ftplistparser.c.o + +ftplistparser.i: ftplistparser.c.i +.PHONY : ftplistparser.i + +# target to preprocess a source file +ftplistparser.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.i +.PHONY : ftplistparser.c.i + +ftplistparser.s: ftplistparser.c.s +.PHONY : ftplistparser.s + +# target to generate assembly for a file +ftplistparser.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.s +.PHONY : ftplistparser.c.s + +getenv.o: getenv.c.o +.PHONY : getenv.o + +# target to build an object file +getenv.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/getenv.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.o +.PHONY : getenv.c.o + +getenv.i: getenv.c.i +.PHONY : getenv.i + +# target to preprocess a source file +getenv.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/getenv.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.i +.PHONY : getenv.c.i + +getenv.s: getenv.c.s +.PHONY : getenv.s + +# target to generate assembly for a file +getenv.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/getenv.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.s +.PHONY : getenv.c.s + +getinfo.o: getinfo.c.o +.PHONY : getinfo.o + +# target to build an object file +getinfo.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.o +.PHONY : getinfo.c.o + +getinfo.i: getinfo.c.i +.PHONY : getinfo.i + +# target to preprocess a source file +getinfo.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.i +.PHONY : getinfo.c.i + +getinfo.s: getinfo.c.s +.PHONY : getinfo.s + +# target to generate assembly for a file +getinfo.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.s +.PHONY : getinfo.c.s + +gopher.o: gopher.c.o +.PHONY : gopher.o + +# target to build an object file +gopher.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/gopher.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.o +.PHONY : gopher.c.o + +gopher.i: gopher.c.i +.PHONY : gopher.i + +# target to preprocess a source file +gopher.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/gopher.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.i +.PHONY : gopher.c.i + +gopher.s: gopher.c.s +.PHONY : gopher.s + +# target to generate assembly for a file +gopher.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/gopher.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.s +.PHONY : gopher.c.s + +hash.o: hash.c.o +.PHONY : hash.o + +# target to build an object file +hash.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hash.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.o +.PHONY : hash.c.o + +hash.i: hash.c.i +.PHONY : hash.i + +# target to preprocess a source file +hash.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hash.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.i +.PHONY : hash.c.i + +hash.s: hash.c.s +.PHONY : hash.s + +# target to generate assembly for a file +hash.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hash.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.s +.PHONY : hash.c.s + +headers.o: headers.c.o +.PHONY : headers.o + +# target to build an object file +headers.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/headers.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.o +.PHONY : headers.c.o + +headers.i: headers.c.i +.PHONY : headers.i + +# target to preprocess a source file +headers.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/headers.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.i +.PHONY : headers.c.i + +headers.s: headers.c.s +.PHONY : headers.s + +# target to generate assembly for a file +headers.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/headers.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.s +.PHONY : headers.c.s + +hmac.o: hmac.c.o +.PHONY : hmac.o + +# target to build an object file +hmac.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hmac.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.o +.PHONY : hmac.c.o + +hmac.i: hmac.c.i +.PHONY : hmac.i + +# target to preprocess a source file +hmac.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hmac.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.i +.PHONY : hmac.c.i + +hmac.s: hmac.c.s +.PHONY : hmac.s + +# target to generate assembly for a file +hmac.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hmac.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.s +.PHONY : hmac.c.s + +hostip.o: hostip.c.o +.PHONY : hostip.o + +# target to build an object file +hostip.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hostip.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.o +.PHONY : hostip.c.o + +hostip.i: hostip.c.i +.PHONY : hostip.i + +# target to preprocess a source file +hostip.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hostip.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.i +.PHONY : hostip.c.i + +hostip.s: hostip.c.s +.PHONY : hostip.s + +# target to generate assembly for a file +hostip.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hostip.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.s +.PHONY : hostip.c.s + +hostip4.o: hostip4.c.o +.PHONY : hostip4.o + +# target to build an object file +hostip4.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.o +.PHONY : hostip4.c.o + +hostip4.i: hostip4.c.i +.PHONY : hostip4.i + +# target to preprocess a source file +hostip4.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.i +.PHONY : hostip4.c.i + +hostip4.s: hostip4.c.s +.PHONY : hostip4.s + +# target to generate assembly for a file +hostip4.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.s +.PHONY : hostip4.c.s + +hostip6.o: hostip6.c.o +.PHONY : hostip6.o + +# target to build an object file +hostip6.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.o +.PHONY : hostip6.c.o + +hostip6.i: hostip6.c.i +.PHONY : hostip6.i + +# target to preprocess a source file +hostip6.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.i +.PHONY : hostip6.c.i + +hostip6.s: hostip6.c.s +.PHONY : hostip6.s + +# target to generate assembly for a file +hostip6.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.s +.PHONY : hostip6.c.s + +hsts.o: hsts.c.o +.PHONY : hsts.o + +# target to build an object file +hsts.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hsts.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.o +.PHONY : hsts.c.o + +hsts.i: hsts.c.i +.PHONY : hsts.i + +# target to preprocess a source file +hsts.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hsts.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.i +.PHONY : hsts.c.i + +hsts.s: hsts.c.s +.PHONY : hsts.s + +# target to generate assembly for a file +hsts.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hsts.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.s +.PHONY : hsts.c.s + +http.o: http.c.o +.PHONY : http.o + +# target to build an object file +http.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.o +.PHONY : http.c.o + +http.i: http.c.i +.PHONY : http.i + +# target to preprocess a source file +http.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.i +.PHONY : http.c.i + +http.s: http.c.s +.PHONY : http.s + +# target to generate assembly for a file +http.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.s +.PHONY : http.c.s + +http1.o: http1.c.o +.PHONY : http1.o + +# target to build an object file +http1.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http1.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.o +.PHONY : http1.c.o + +http1.i: http1.c.i +.PHONY : http1.i + +# target to preprocess a source file +http1.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http1.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.i +.PHONY : http1.c.i + +http1.s: http1.c.s +.PHONY : http1.s + +# target to generate assembly for a file +http1.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http1.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.s +.PHONY : http1.c.s + +http2.o: http2.c.o +.PHONY : http2.o + +# target to build an object file +http2.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http2.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.o +.PHONY : http2.c.o + +http2.i: http2.c.i +.PHONY : http2.i + +# target to preprocess a source file +http2.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http2.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.i +.PHONY : http2.c.i + +http2.s: http2.c.s +.PHONY : http2.s + +# target to generate assembly for a file +http2.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http2.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.s +.PHONY : http2.c.s + +http_aws_sigv4.o: http_aws_sigv4.c.o +.PHONY : http_aws_sigv4.o + +# target to build an object file +http_aws_sigv4.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o +.PHONY : http_aws_sigv4.c.o + +http_aws_sigv4.i: http_aws_sigv4.c.i +.PHONY : http_aws_sigv4.i + +# target to preprocess a source file +http_aws_sigv4.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.i +.PHONY : http_aws_sigv4.c.i + +http_aws_sigv4.s: http_aws_sigv4.c.s +.PHONY : http_aws_sigv4.s + +# target to generate assembly for a file +http_aws_sigv4.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.s +.PHONY : http_aws_sigv4.c.s + +http_chunks.o: http_chunks.c.o +.PHONY : http_chunks.o + +# target to build an object file +http_chunks.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.o +.PHONY : http_chunks.c.o + +http_chunks.i: http_chunks.c.i +.PHONY : http_chunks.i + +# target to preprocess a source file +http_chunks.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.i +.PHONY : http_chunks.c.i + +http_chunks.s: http_chunks.c.s +.PHONY : http_chunks.s + +# target to generate assembly for a file +http_chunks.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.s +.PHONY : http_chunks.c.s + +http_digest.o: http_digest.c.o +.PHONY : http_digest.o + +# target to build an object file +http_digest.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.o +.PHONY : http_digest.c.o + +http_digest.i: http_digest.c.i +.PHONY : http_digest.i + +# target to preprocess a source file +http_digest.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.i +.PHONY : http_digest.c.i + +http_digest.s: http_digest.c.s +.PHONY : http_digest.s + +# target to generate assembly for a file +http_digest.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.s +.PHONY : http_digest.c.s + +http_negotiate.o: http_negotiate.c.o +.PHONY : http_negotiate.o + +# target to build an object file +http_negotiate.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.o +.PHONY : http_negotiate.c.o + +http_negotiate.i: http_negotiate.c.i +.PHONY : http_negotiate.i + +# target to preprocess a source file +http_negotiate.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.i +.PHONY : http_negotiate.c.i + +http_negotiate.s: http_negotiate.c.s +.PHONY : http_negotiate.s + +# target to generate assembly for a file +http_negotiate.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.s +.PHONY : http_negotiate.c.s + +http_ntlm.o: http_ntlm.c.o +.PHONY : http_ntlm.o + +# target to build an object file +http_ntlm.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.o +.PHONY : http_ntlm.c.o + +http_ntlm.i: http_ntlm.c.i +.PHONY : http_ntlm.i + +# target to preprocess a source file +http_ntlm.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.i +.PHONY : http_ntlm.c.i + +http_ntlm.s: http_ntlm.c.s +.PHONY : http_ntlm.s + +# target to generate assembly for a file +http_ntlm.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.s +.PHONY : http_ntlm.c.s + +http_proxy.o: http_proxy.c.o +.PHONY : http_proxy.o + +# target to build an object file +http_proxy.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.o +.PHONY : http_proxy.c.o + +http_proxy.i: http_proxy.c.i +.PHONY : http_proxy.i + +# target to preprocess a source file +http_proxy.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.i +.PHONY : http_proxy.c.i + +http_proxy.s: http_proxy.c.s +.PHONY : http_proxy.s + +# target to generate assembly for a file +http_proxy.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.s +.PHONY : http_proxy.c.s + +httpsrr.o: httpsrr.c.o +.PHONY : httpsrr.o + +# target to build an object file +httpsrr.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.o +.PHONY : httpsrr.c.o + +httpsrr.i: httpsrr.c.i +.PHONY : httpsrr.i + +# target to preprocess a source file +httpsrr.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.i +.PHONY : httpsrr.c.i + +httpsrr.s: httpsrr.c.s +.PHONY : httpsrr.s + +# target to generate assembly for a file +httpsrr.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.s +.PHONY : httpsrr.c.s + +idn.o: idn.c.o +.PHONY : idn.o + +# target to build an object file +idn.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/idn.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.o +.PHONY : idn.c.o + +idn.i: idn.c.i +.PHONY : idn.i + +# target to preprocess a source file +idn.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/idn.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.i +.PHONY : idn.c.i + +idn.s: idn.c.s +.PHONY : idn.s + +# target to generate assembly for a file +idn.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/idn.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.s +.PHONY : idn.c.s + +if2ip.o: if2ip.c.o +.PHONY : if2ip.o + +# target to build an object file +if2ip.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.o +.PHONY : if2ip.c.o + +if2ip.i: if2ip.c.i +.PHONY : if2ip.i + +# target to preprocess a source file +if2ip.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.i +.PHONY : if2ip.c.i + +if2ip.s: if2ip.c.s +.PHONY : if2ip.s + +# target to generate assembly for a file +if2ip.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.s +.PHONY : if2ip.c.s + +imap.o: imap.c.o +.PHONY : imap.o + +# target to build an object file +imap.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/imap.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.o +.PHONY : imap.c.o + +imap.i: imap.c.i +.PHONY : imap.i + +# target to preprocess a source file +imap.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/imap.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.i +.PHONY : imap.c.i + +imap.s: imap.c.s +.PHONY : imap.s + +# target to generate assembly for a file +imap.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/imap.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.s +.PHONY : imap.c.s + +inet_ntop.o: inet_ntop.c.o +.PHONY : inet_ntop.o + +# target to build an object file +inet_ntop.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.o +.PHONY : inet_ntop.c.o + +inet_ntop.i: inet_ntop.c.i +.PHONY : inet_ntop.i + +# target to preprocess a source file +inet_ntop.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.i +.PHONY : inet_ntop.c.i + +inet_ntop.s: inet_ntop.c.s +.PHONY : inet_ntop.s + +# target to generate assembly for a file +inet_ntop.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.s +.PHONY : inet_ntop.c.s + +krb5.o: krb5.c.o +.PHONY : krb5.o + +# target to build an object file +krb5.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/krb5.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.o +.PHONY : krb5.c.o + +krb5.i: krb5.c.i +.PHONY : krb5.i + +# target to preprocess a source file +krb5.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/krb5.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.i +.PHONY : krb5.c.i + +krb5.s: krb5.c.s +.PHONY : krb5.s + +# target to generate assembly for a file +krb5.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/krb5.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.s +.PHONY : krb5.c.s + +ldap.o: ldap.c.o +.PHONY : ldap.o + +# target to build an object file +ldap.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ldap.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.o +.PHONY : ldap.c.o + +ldap.i: ldap.c.i +.PHONY : ldap.i + +# target to preprocess a source file +ldap.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ldap.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.i +.PHONY : ldap.c.i + +ldap.s: ldap.c.s +.PHONY : ldap.s + +# target to generate assembly for a file +ldap.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ldap.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.s +.PHONY : ldap.c.s + +llist.o: llist.c.o +.PHONY : llist.o + +# target to build an object file +llist.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/llist.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.o +.PHONY : llist.c.o + +llist.i: llist.c.i +.PHONY : llist.i + +# target to preprocess a source file +llist.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/llist.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.i +.PHONY : llist.c.i + +llist.s: llist.c.s +.PHONY : llist.s + +# target to generate assembly for a file +llist.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/llist.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.s +.PHONY : llist.c.s + +macos.o: macos.c.o +.PHONY : macos.o + +# target to build an object file +macos.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/macos.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.o +.PHONY : macos.c.o + +macos.i: macos.c.i +.PHONY : macos.i + +# target to preprocess a source file +macos.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/macos.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.i +.PHONY : macos.c.i + +macos.s: macos.c.s +.PHONY : macos.s + +# target to generate assembly for a file +macos.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/macos.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.s +.PHONY : macos.c.s + +md4.o: md4.c.o +.PHONY : md4.o + +# target to build an object file +md4.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/md4.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.o +.PHONY : md4.c.o + +md4.i: md4.c.i +.PHONY : md4.i + +# target to preprocess a source file +md4.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/md4.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.i +.PHONY : md4.c.i + +md4.s: md4.c.s +.PHONY : md4.s + +# target to generate assembly for a file +md4.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/md4.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.s +.PHONY : md4.c.s + +md5.o: md5.c.o +.PHONY : md5.o + +# target to build an object file +md5.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/md5.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.o +.PHONY : md5.c.o + +md5.i: md5.c.i +.PHONY : md5.i + +# target to preprocess a source file +md5.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/md5.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.i +.PHONY : md5.c.i + +md5.s: md5.c.s +.PHONY : md5.s + +# target to generate assembly for a file +md5.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/md5.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.s +.PHONY : md5.c.s + +memdebug.o: memdebug.c.o +.PHONY : memdebug.o + +# target to build an object file +memdebug.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.o +.PHONY : memdebug.c.o + +memdebug.i: memdebug.c.i +.PHONY : memdebug.i + +# target to preprocess a source file +memdebug.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.i +.PHONY : memdebug.c.i + +memdebug.s: memdebug.c.s +.PHONY : memdebug.s + +# target to generate assembly for a file +memdebug.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.s +.PHONY : memdebug.c.s + +mime.o: mime.c.o +.PHONY : mime.o + +# target to build an object file +mime.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/mime.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.o +.PHONY : mime.c.o + +mime.i: mime.c.i +.PHONY : mime.i + +# target to preprocess a source file +mime.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/mime.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.i +.PHONY : mime.c.i + +mime.s: mime.c.s +.PHONY : mime.s + +# target to generate assembly for a file +mime.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/mime.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.s +.PHONY : mime.c.s + +mprintf.o: mprintf.c.o +.PHONY : mprintf.o + +# target to build an object file +mprintf.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.o +.PHONY : mprintf.c.o + +mprintf.i: mprintf.c.i +.PHONY : mprintf.i + +# target to preprocess a source file +mprintf.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.i +.PHONY : mprintf.c.i + +mprintf.s: mprintf.c.s +.PHONY : mprintf.s + +# target to generate assembly for a file +mprintf.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.s +.PHONY : mprintf.c.s + +mqtt.o: mqtt.c.o +.PHONY : mqtt.o + +# target to build an object file +mqtt.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.o +.PHONY : mqtt.c.o + +mqtt.i: mqtt.c.i +.PHONY : mqtt.i + +# target to preprocess a source file +mqtt.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.i +.PHONY : mqtt.c.i + +mqtt.s: mqtt.c.s +.PHONY : mqtt.s + +# target to generate assembly for a file +mqtt.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.s +.PHONY : mqtt.c.s + +multi.o: multi.c.o +.PHONY : multi.o + +# target to build an object file +multi.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/multi.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.o +.PHONY : multi.c.o + +multi.i: multi.c.i +.PHONY : multi.i + +# target to preprocess a source file +multi.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/multi.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.i +.PHONY : multi.c.i + +multi.s: multi.c.s +.PHONY : multi.s + +# target to generate assembly for a file +multi.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/multi.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.s +.PHONY : multi.c.s + +multi_ev.o: multi_ev.c.o +.PHONY : multi_ev.o + +# target to build an object file +multi_ev.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.o +.PHONY : multi_ev.c.o + +multi_ev.i: multi_ev.c.i +.PHONY : multi_ev.i + +# target to preprocess a source file +multi_ev.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.i +.PHONY : multi_ev.c.i + +multi_ev.s: multi_ev.c.s +.PHONY : multi_ev.s + +# target to generate assembly for a file +multi_ev.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.s +.PHONY : multi_ev.c.s + +netrc.o: netrc.c.o +.PHONY : netrc.o + +# target to build an object file +netrc.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/netrc.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.o +.PHONY : netrc.c.o + +netrc.i: netrc.c.i +.PHONY : netrc.i + +# target to preprocess a source file +netrc.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/netrc.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.i +.PHONY : netrc.c.i + +netrc.s: netrc.c.s +.PHONY : netrc.s + +# target to generate assembly for a file +netrc.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/netrc.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.s +.PHONY : netrc.c.s + +noproxy.o: noproxy.c.o +.PHONY : noproxy.o + +# target to build an object file +noproxy.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.o +.PHONY : noproxy.c.o + +noproxy.i: noproxy.c.i +.PHONY : noproxy.i + +# target to preprocess a source file +noproxy.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.i +.PHONY : noproxy.c.i + +noproxy.s: noproxy.c.s +.PHONY : noproxy.s + +# target to generate assembly for a file +noproxy.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.s +.PHONY : noproxy.c.s + +openldap.o: openldap.c.o +.PHONY : openldap.o + +# target to build an object file +openldap.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/openldap.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.o +.PHONY : openldap.c.o + +openldap.i: openldap.c.i +.PHONY : openldap.i + +# target to preprocess a source file +openldap.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/openldap.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.i +.PHONY : openldap.c.i + +openldap.s: openldap.c.s +.PHONY : openldap.s + +# target to generate assembly for a file +openldap.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/openldap.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.s +.PHONY : openldap.c.s + +parsedate.o: parsedate.c.o +.PHONY : parsedate.o + +# target to build an object file +parsedate.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.o +.PHONY : parsedate.c.o + +parsedate.i: parsedate.c.i +.PHONY : parsedate.i + +# target to preprocess a source file +parsedate.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.i +.PHONY : parsedate.c.i + +parsedate.s: parsedate.c.s +.PHONY : parsedate.s + +# target to generate assembly for a file +parsedate.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.s +.PHONY : parsedate.c.s + +pingpong.o: pingpong.c.o +.PHONY : pingpong.o + +# target to build an object file +pingpong.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.o +.PHONY : pingpong.c.o + +pingpong.i: pingpong.c.i +.PHONY : pingpong.i + +# target to preprocess a source file +pingpong.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.i +.PHONY : pingpong.c.i + +pingpong.s: pingpong.c.s +.PHONY : pingpong.s + +# target to generate assembly for a file +pingpong.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.s +.PHONY : pingpong.c.s + +pop3.o: pop3.c.o +.PHONY : pop3.o + +# target to build an object file +pop3.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/pop3.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.o +.PHONY : pop3.c.o + +pop3.i: pop3.c.i +.PHONY : pop3.i + +# target to preprocess a source file +pop3.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/pop3.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.i +.PHONY : pop3.c.i + +pop3.s: pop3.c.s +.PHONY : pop3.s + +# target to generate assembly for a file +pop3.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/pop3.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.s +.PHONY : pop3.c.s + +progress.o: progress.c.o +.PHONY : progress.o + +# target to build an object file +progress.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/progress.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.o +.PHONY : progress.c.o + +progress.i: progress.c.i +.PHONY : progress.i + +# target to preprocess a source file +progress.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/progress.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.i +.PHONY : progress.c.i + +progress.s: progress.c.s +.PHONY : progress.s + +# target to generate assembly for a file +progress.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/progress.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.s +.PHONY : progress.c.s + +psl.o: psl.c.o +.PHONY : psl.o + +# target to build an object file +psl.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/psl.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.o +.PHONY : psl.c.o + +psl.i: psl.c.i +.PHONY : psl.i + +# target to preprocess a source file +psl.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/psl.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.i +.PHONY : psl.c.i + +psl.s: psl.c.s +.PHONY : psl.s + +# target to generate assembly for a file +psl.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/psl.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.s +.PHONY : psl.c.s + +rand.o: rand.c.o +.PHONY : rand.o + +# target to build an object file +rand.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/rand.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.o +.PHONY : rand.c.o + +rand.i: rand.c.i +.PHONY : rand.i + +# target to preprocess a source file +rand.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/rand.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.i +.PHONY : rand.c.i + +rand.s: rand.c.s +.PHONY : rand.s + +# target to generate assembly for a file +rand.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/rand.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.s +.PHONY : rand.c.s + +rename.o: rename.c.o +.PHONY : rename.o + +# target to build an object file +rename.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/rename.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.o +.PHONY : rename.c.o + +rename.i: rename.c.i +.PHONY : rename.i + +# target to preprocess a source file +rename.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/rename.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.i +.PHONY : rename.c.i + +rename.s: rename.c.s +.PHONY : rename.s + +# target to generate assembly for a file +rename.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/rename.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.s +.PHONY : rename.c.s + +request.o: request.c.o +.PHONY : request.o + +# target to build an object file +request.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/request.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.o +.PHONY : request.c.o + +request.i: request.c.i +.PHONY : request.i + +# target to preprocess a source file +request.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/request.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.i +.PHONY : request.c.i + +request.s: request.c.s +.PHONY : request.s + +# target to generate assembly for a file +request.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/request.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.s +.PHONY : request.c.s + +rtsp.o: rtsp.c.o +.PHONY : rtsp.o + +# target to build an object file +rtsp.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.o +.PHONY : rtsp.c.o + +rtsp.i: rtsp.c.i +.PHONY : rtsp.i + +# target to preprocess a source file +rtsp.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.i +.PHONY : rtsp.c.i + +rtsp.s: rtsp.c.s +.PHONY : rtsp.s + +# target to generate assembly for a file +rtsp.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.s +.PHONY : rtsp.c.s + +select.o: select.c.o +.PHONY : select.o + +# target to build an object file +select.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/select.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.o +.PHONY : select.c.o + +select.i: select.c.i +.PHONY : select.i + +# target to preprocess a source file +select.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/select.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.i +.PHONY : select.c.i + +select.s: select.c.s +.PHONY : select.s + +# target to generate assembly for a file +select.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/select.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.s +.PHONY : select.c.s + +sendf.o: sendf.c.o +.PHONY : sendf.o + +# target to build an object file +sendf.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/sendf.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.o +.PHONY : sendf.c.o + +sendf.i: sendf.c.i +.PHONY : sendf.i + +# target to preprocess a source file +sendf.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/sendf.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.i +.PHONY : sendf.c.i + +sendf.s: sendf.c.s +.PHONY : sendf.s + +# target to generate assembly for a file +sendf.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/sendf.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.s +.PHONY : sendf.c.s + +setopt.o: setopt.c.o +.PHONY : setopt.o + +# target to build an object file +setopt.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/setopt.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.o +.PHONY : setopt.c.o + +setopt.i: setopt.c.i +.PHONY : setopt.i + +# target to preprocess a source file +setopt.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/setopt.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.i +.PHONY : setopt.c.i + +setopt.s: setopt.c.s +.PHONY : setopt.s + +# target to generate assembly for a file +setopt.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/setopt.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.s +.PHONY : setopt.c.s + +sha256.o: sha256.c.o +.PHONY : sha256.o + +# target to build an object file +sha256.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/sha256.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.o +.PHONY : sha256.c.o + +sha256.i: sha256.c.i +.PHONY : sha256.i + +# target to preprocess a source file +sha256.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/sha256.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.i +.PHONY : sha256.c.i + +sha256.s: sha256.c.s +.PHONY : sha256.s + +# target to generate assembly for a file +sha256.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/sha256.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.s +.PHONY : sha256.c.s + +share.o: share.c.o +.PHONY : share.o + +# target to build an object file +share.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/share.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.o +.PHONY : share.c.o + +share.i: share.c.i +.PHONY : share.i + +# target to preprocess a source file +share.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/share.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.i +.PHONY : share.c.i + +share.s: share.c.s +.PHONY : share.s + +# target to generate assembly for a file +share.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/share.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.s +.PHONY : share.c.s + +slist.o: slist.c.o +.PHONY : slist.o + +# target to build an object file +slist.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/slist.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.o +.PHONY : slist.c.o + +slist.i: slist.c.i +.PHONY : slist.i + +# target to preprocess a source file +slist.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/slist.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.i +.PHONY : slist.c.i + +slist.s: slist.c.s +.PHONY : slist.s + +# target to generate assembly for a file +slist.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/slist.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.s +.PHONY : slist.c.s + +smb.o: smb.c.o +.PHONY : smb.o + +# target to build an object file +smb.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/smb.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.o +.PHONY : smb.c.o + +smb.i: smb.c.i +.PHONY : smb.i + +# target to preprocess a source file +smb.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/smb.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.i +.PHONY : smb.c.i + +smb.s: smb.c.s +.PHONY : smb.s + +# target to generate assembly for a file +smb.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/smb.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.s +.PHONY : smb.c.s + +smtp.o: smtp.c.o +.PHONY : smtp.o + +# target to build an object file +smtp.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/smtp.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.o +.PHONY : smtp.c.o + +smtp.i: smtp.c.i +.PHONY : smtp.i + +# target to preprocess a source file +smtp.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/smtp.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.i +.PHONY : smtp.c.i + +smtp.s: smtp.c.s +.PHONY : smtp.s + +# target to generate assembly for a file +smtp.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/smtp.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.s +.PHONY : smtp.c.s + +socketpair.o: socketpair.c.o +.PHONY : socketpair.o + +# target to build an object file +socketpair.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.o +.PHONY : socketpair.c.o + +socketpair.i: socketpair.c.i +.PHONY : socketpair.i + +# target to preprocess a source file +socketpair.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.i +.PHONY : socketpair.c.i + +socketpair.s: socketpair.c.s +.PHONY : socketpair.s + +# target to generate assembly for a file +socketpair.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.s +.PHONY : socketpair.c.s + +socks.o: socks.c.o +.PHONY : socks.o + +# target to build an object file +socks.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socks.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.o +.PHONY : socks.c.o + +socks.i: socks.c.i +.PHONY : socks.i + +# target to preprocess a source file +socks.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socks.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.i +.PHONY : socks.c.i + +socks.s: socks.c.s +.PHONY : socks.s + +# target to generate assembly for a file +socks.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socks.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.s +.PHONY : socks.c.s + +socks_gssapi.o: socks_gssapi.c.o +.PHONY : socks_gssapi.o + +# target to build an object file +socks_gssapi.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.o +.PHONY : socks_gssapi.c.o + +socks_gssapi.i: socks_gssapi.c.i +.PHONY : socks_gssapi.i + +# target to preprocess a source file +socks_gssapi.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.i +.PHONY : socks_gssapi.c.i + +socks_gssapi.s: socks_gssapi.c.s +.PHONY : socks_gssapi.s + +# target to generate assembly for a file +socks_gssapi.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.s +.PHONY : socks_gssapi.c.s + +socks_sspi.o: socks_sspi.c.o +.PHONY : socks_sspi.o + +# target to build an object file +socks_sspi.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.o +.PHONY : socks_sspi.c.o + +socks_sspi.i: socks_sspi.c.i +.PHONY : socks_sspi.i + +# target to preprocess a source file +socks_sspi.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.i +.PHONY : socks_sspi.c.i + +socks_sspi.s: socks_sspi.c.s +.PHONY : socks_sspi.s + +# target to generate assembly for a file +socks_sspi.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.s +.PHONY : socks_sspi.c.s + +speedcheck.o: speedcheck.c.o +.PHONY : speedcheck.o + +# target to build an object file +speedcheck.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.o +.PHONY : speedcheck.c.o + +speedcheck.i: speedcheck.c.i +.PHONY : speedcheck.i + +# target to preprocess a source file +speedcheck.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.i +.PHONY : speedcheck.c.i + +speedcheck.s: speedcheck.c.s +.PHONY : speedcheck.s + +# target to generate assembly for a file +speedcheck.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.s +.PHONY : speedcheck.c.s + +splay.o: splay.c.o +.PHONY : splay.o + +# target to build an object file +splay.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/splay.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.o +.PHONY : splay.c.o + +splay.i: splay.c.i +.PHONY : splay.i + +# target to preprocess a source file +splay.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/splay.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.i +.PHONY : splay.c.i + +splay.s: splay.c.s +.PHONY : splay.s + +# target to generate assembly for a file +splay.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/splay.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.s +.PHONY : splay.c.s + +strcase.o: strcase.c.o +.PHONY : strcase.o + +# target to build an object file +strcase.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strcase.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.o +.PHONY : strcase.c.o + +strcase.i: strcase.c.i +.PHONY : strcase.i + +# target to preprocess a source file +strcase.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strcase.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.i +.PHONY : strcase.c.i + +strcase.s: strcase.c.s +.PHONY : strcase.s + +# target to generate assembly for a file +strcase.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strcase.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.s +.PHONY : strcase.c.s + +strdup.o: strdup.c.o +.PHONY : strdup.o + +# target to build an object file +strdup.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strdup.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.o +.PHONY : strdup.c.o + +strdup.i: strdup.c.i +.PHONY : strdup.i + +# target to preprocess a source file +strdup.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strdup.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.i +.PHONY : strdup.c.i + +strdup.s: strdup.c.s +.PHONY : strdup.s + +# target to generate assembly for a file +strdup.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strdup.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.s +.PHONY : strdup.c.s + +strequal.o: strequal.c.o +.PHONY : strequal.o + +# target to build an object file +strequal.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strequal.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.o +.PHONY : strequal.c.o + +strequal.i: strequal.c.i +.PHONY : strequal.i + +# target to preprocess a source file +strequal.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strequal.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.i +.PHONY : strequal.c.i + +strequal.s: strequal.c.s +.PHONY : strequal.s + +# target to generate assembly for a file +strequal.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strequal.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.s +.PHONY : strequal.c.s + +strerror.o: strerror.c.o +.PHONY : strerror.o + +# target to build an object file +strerror.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strerror.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.o +.PHONY : strerror.c.o + +strerror.i: strerror.c.i +.PHONY : strerror.i + +# target to preprocess a source file +strerror.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strerror.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.i +.PHONY : strerror.c.i + +strerror.s: strerror.c.s +.PHONY : strerror.s + +# target to generate assembly for a file +strerror.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strerror.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.s +.PHONY : strerror.c.s + +system_win32.o: system_win32.c.o +.PHONY : system_win32.o + +# target to build an object file +system_win32.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.o +.PHONY : system_win32.c.o + +system_win32.i: system_win32.c.i +.PHONY : system_win32.i + +# target to preprocess a source file +system_win32.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.i +.PHONY : system_win32.c.i + +system_win32.s: system_win32.c.s +.PHONY : system_win32.s + +# target to generate assembly for a file +system_win32.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.s +.PHONY : system_win32.c.s + +telnet.o: telnet.c.o +.PHONY : telnet.o + +# target to build an object file +telnet.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/telnet.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.o +.PHONY : telnet.c.o + +telnet.i: telnet.c.i +.PHONY : telnet.i + +# target to preprocess a source file +telnet.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/telnet.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.i +.PHONY : telnet.c.i + +telnet.s: telnet.c.s +.PHONY : telnet.s + +# target to generate assembly for a file +telnet.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/telnet.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.s +.PHONY : telnet.c.s + +tftp.o: tftp.c.o +.PHONY : tftp.o + +# target to build an object file +tftp.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/tftp.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.o +.PHONY : tftp.c.o + +tftp.i: tftp.c.i +.PHONY : tftp.i + +# target to preprocess a source file +tftp.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/tftp.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.i +.PHONY : tftp.c.i + +tftp.s: tftp.c.s +.PHONY : tftp.s + +# target to generate assembly for a file +tftp.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/tftp.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.s +.PHONY : tftp.c.s + +transfer.o: transfer.c.o +.PHONY : transfer.o + +# target to build an object file +transfer.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/transfer.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.o +.PHONY : transfer.c.o + +transfer.i: transfer.c.i +.PHONY : transfer.i + +# target to preprocess a source file +transfer.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/transfer.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.i +.PHONY : transfer.c.i + +transfer.s: transfer.c.s +.PHONY : transfer.s + +# target to generate assembly for a file +transfer.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/transfer.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.s +.PHONY : transfer.c.s + +uint-bset.o: uint-bset.c.o +.PHONY : uint-bset.o + +# target to build an object file +uint-bset.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.o +.PHONY : uint-bset.c.o + +uint-bset.i: uint-bset.c.i +.PHONY : uint-bset.i + +# target to preprocess a source file +uint-bset.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.i +.PHONY : uint-bset.c.i + +uint-bset.s: uint-bset.c.s +.PHONY : uint-bset.s + +# target to generate assembly for a file +uint-bset.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.s +.PHONY : uint-bset.c.s + +uint-hash.o: uint-hash.c.o +.PHONY : uint-hash.o + +# target to build an object file +uint-hash.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.o +.PHONY : uint-hash.c.o + +uint-hash.i: uint-hash.c.i +.PHONY : uint-hash.i + +# target to preprocess a source file +uint-hash.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.i +.PHONY : uint-hash.c.i + +uint-hash.s: uint-hash.c.s +.PHONY : uint-hash.s + +# target to generate assembly for a file +uint-hash.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.s +.PHONY : uint-hash.c.s + +uint-spbset.o: uint-spbset.c.o +.PHONY : uint-spbset.o + +# target to build an object file +uint-spbset.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.o +.PHONY : uint-spbset.c.o + +uint-spbset.i: uint-spbset.c.i +.PHONY : uint-spbset.i + +# target to preprocess a source file +uint-spbset.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.i +.PHONY : uint-spbset.c.i + +uint-spbset.s: uint-spbset.c.s +.PHONY : uint-spbset.s + +# target to generate assembly for a file +uint-spbset.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.s +.PHONY : uint-spbset.c.s + +uint-table.o: uint-table.c.o +.PHONY : uint-table.o + +# target to build an object file +uint-table.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.o +.PHONY : uint-table.c.o + +uint-table.i: uint-table.c.i +.PHONY : uint-table.i + +# target to preprocess a source file +uint-table.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.i +.PHONY : uint-table.c.i + +uint-table.s: uint-table.c.s +.PHONY : uint-table.s + +# target to generate assembly for a file +uint-table.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.s +.PHONY : uint-table.c.s + +url.o: url.c.o +.PHONY : url.o + +# target to build an object file +url.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/url.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.o +.PHONY : url.c.o + +url.i: url.c.i +.PHONY : url.i + +# target to preprocess a source file +url.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/url.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.i +.PHONY : url.c.i + +url.s: url.c.s +.PHONY : url.s + +# target to generate assembly for a file +url.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/url.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.s +.PHONY : url.c.s + +urlapi.o: urlapi.c.o +.PHONY : urlapi.o + +# target to build an object file +urlapi.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.o +.PHONY : urlapi.c.o + +urlapi.i: urlapi.c.i +.PHONY : urlapi.i + +# target to preprocess a source file +urlapi.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.i +.PHONY : urlapi.c.i + +urlapi.s: urlapi.c.s +.PHONY : urlapi.s + +# target to generate assembly for a file +urlapi.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.s +.PHONY : urlapi.c.s + +vauth/cleartext.o: vauth/cleartext.c.o +.PHONY : vauth/cleartext.o + +# target to build an object file +vauth/cleartext.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o +.PHONY : vauth/cleartext.c.o + +vauth/cleartext.i: vauth/cleartext.c.i +.PHONY : vauth/cleartext.i + +# target to preprocess a source file +vauth/cleartext.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.i +.PHONY : vauth/cleartext.c.i + +vauth/cleartext.s: vauth/cleartext.c.s +.PHONY : vauth/cleartext.s + +# target to generate assembly for a file +vauth/cleartext.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.s +.PHONY : vauth/cleartext.c.s + +vauth/cram.o: vauth/cram.c.o +.PHONY : vauth/cram.o + +# target to build an object file +vauth/cram.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.o +.PHONY : vauth/cram.c.o + +vauth/cram.i: vauth/cram.c.i +.PHONY : vauth/cram.i + +# target to preprocess a source file +vauth/cram.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.i +.PHONY : vauth/cram.c.i + +vauth/cram.s: vauth/cram.c.s +.PHONY : vauth/cram.s + +# target to generate assembly for a file +vauth/cram.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.s +.PHONY : vauth/cram.c.s + +vauth/digest.o: vauth/digest.c.o +.PHONY : vauth/digest.o + +# target to build an object file +vauth/digest.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.o +.PHONY : vauth/digest.c.o + +vauth/digest.i: vauth/digest.c.i +.PHONY : vauth/digest.i + +# target to preprocess a source file +vauth/digest.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.i +.PHONY : vauth/digest.c.i + +vauth/digest.s: vauth/digest.c.s +.PHONY : vauth/digest.s + +# target to generate assembly for a file +vauth/digest.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.s +.PHONY : vauth/digest.c.s + +vauth/digest_sspi.o: vauth/digest_sspi.c.o +.PHONY : vauth/digest_sspi.o + +# target to build an object file +vauth/digest_sspi.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o +.PHONY : vauth/digest_sspi.c.o + +vauth/digest_sspi.i: vauth/digest_sspi.c.i +.PHONY : vauth/digest_sspi.i + +# target to preprocess a source file +vauth/digest_sspi.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.i +.PHONY : vauth/digest_sspi.c.i + +vauth/digest_sspi.s: vauth/digest_sspi.c.s +.PHONY : vauth/digest_sspi.s + +# target to generate assembly for a file +vauth/digest_sspi.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.s +.PHONY : vauth/digest_sspi.c.s + +vauth/gsasl.o: vauth/gsasl.c.o +.PHONY : vauth/gsasl.o + +# target to build an object file +vauth/gsasl.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o +.PHONY : vauth/gsasl.c.o + +vauth/gsasl.i: vauth/gsasl.c.i +.PHONY : vauth/gsasl.i + +# target to preprocess a source file +vauth/gsasl.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.i +.PHONY : vauth/gsasl.c.i + +vauth/gsasl.s: vauth/gsasl.c.s +.PHONY : vauth/gsasl.s + +# target to generate assembly for a file +vauth/gsasl.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.s +.PHONY : vauth/gsasl.c.s + +vauth/krb5_gssapi.o: vauth/krb5_gssapi.c.o +.PHONY : vauth/krb5_gssapi.o + +# target to build an object file +vauth/krb5_gssapi.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o +.PHONY : vauth/krb5_gssapi.c.o + +vauth/krb5_gssapi.i: vauth/krb5_gssapi.c.i +.PHONY : vauth/krb5_gssapi.i + +# target to preprocess a source file +vauth/krb5_gssapi.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.i +.PHONY : vauth/krb5_gssapi.c.i + +vauth/krb5_gssapi.s: vauth/krb5_gssapi.c.s +.PHONY : vauth/krb5_gssapi.s + +# target to generate assembly for a file +vauth/krb5_gssapi.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.s +.PHONY : vauth/krb5_gssapi.c.s + +vauth/krb5_sspi.o: vauth/krb5_sspi.c.o +.PHONY : vauth/krb5_sspi.o + +# target to build an object file +vauth/krb5_sspi.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o +.PHONY : vauth/krb5_sspi.c.o + +vauth/krb5_sspi.i: vauth/krb5_sspi.c.i +.PHONY : vauth/krb5_sspi.i + +# target to preprocess a source file +vauth/krb5_sspi.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.i +.PHONY : vauth/krb5_sspi.c.i + +vauth/krb5_sspi.s: vauth/krb5_sspi.c.s +.PHONY : vauth/krb5_sspi.s + +# target to generate assembly for a file +vauth/krb5_sspi.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.s +.PHONY : vauth/krb5_sspi.c.s + +vauth/ntlm.o: vauth/ntlm.c.o +.PHONY : vauth/ntlm.o + +# target to build an object file +vauth/ntlm.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o +.PHONY : vauth/ntlm.c.o + +vauth/ntlm.i: vauth/ntlm.c.i +.PHONY : vauth/ntlm.i + +# target to preprocess a source file +vauth/ntlm.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.i +.PHONY : vauth/ntlm.c.i + +vauth/ntlm.s: vauth/ntlm.c.s +.PHONY : vauth/ntlm.s + +# target to generate assembly for a file +vauth/ntlm.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.s +.PHONY : vauth/ntlm.c.s + +vauth/ntlm_sspi.o: vauth/ntlm_sspi.c.o +.PHONY : vauth/ntlm_sspi.o + +# target to build an object file +vauth/ntlm_sspi.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o +.PHONY : vauth/ntlm_sspi.c.o + +vauth/ntlm_sspi.i: vauth/ntlm_sspi.c.i +.PHONY : vauth/ntlm_sspi.i + +# target to preprocess a source file +vauth/ntlm_sspi.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.i +.PHONY : vauth/ntlm_sspi.c.i + +vauth/ntlm_sspi.s: vauth/ntlm_sspi.c.s +.PHONY : vauth/ntlm_sspi.s + +# target to generate assembly for a file +vauth/ntlm_sspi.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.s +.PHONY : vauth/ntlm_sspi.c.s + +vauth/oauth2.o: vauth/oauth2.c.o +.PHONY : vauth/oauth2.o + +# target to build an object file +vauth/oauth2.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o +.PHONY : vauth/oauth2.c.o + +vauth/oauth2.i: vauth/oauth2.c.i +.PHONY : vauth/oauth2.i + +# target to preprocess a source file +vauth/oauth2.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.i +.PHONY : vauth/oauth2.c.i + +vauth/oauth2.s: vauth/oauth2.c.s +.PHONY : vauth/oauth2.s + +# target to generate assembly for a file +vauth/oauth2.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.s +.PHONY : vauth/oauth2.c.s + +vauth/spnego_gssapi.o: vauth/spnego_gssapi.c.o +.PHONY : vauth/spnego_gssapi.o + +# target to build an object file +vauth/spnego_gssapi.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o +.PHONY : vauth/spnego_gssapi.c.o + +vauth/spnego_gssapi.i: vauth/spnego_gssapi.c.i +.PHONY : vauth/spnego_gssapi.i + +# target to preprocess a source file +vauth/spnego_gssapi.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.i +.PHONY : vauth/spnego_gssapi.c.i + +vauth/spnego_gssapi.s: vauth/spnego_gssapi.c.s +.PHONY : vauth/spnego_gssapi.s + +# target to generate assembly for a file +vauth/spnego_gssapi.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.s +.PHONY : vauth/spnego_gssapi.c.s + +vauth/spnego_sspi.o: vauth/spnego_sspi.c.o +.PHONY : vauth/spnego_sspi.o + +# target to build an object file +vauth/spnego_sspi.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o +.PHONY : vauth/spnego_sspi.c.o + +vauth/spnego_sspi.i: vauth/spnego_sspi.c.i +.PHONY : vauth/spnego_sspi.i + +# target to preprocess a source file +vauth/spnego_sspi.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.i +.PHONY : vauth/spnego_sspi.c.i + +vauth/spnego_sspi.s: vauth/spnego_sspi.c.s +.PHONY : vauth/spnego_sspi.s + +# target to generate assembly for a file +vauth/spnego_sspi.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.s +.PHONY : vauth/spnego_sspi.c.s + +vauth/vauth.o: vauth/vauth.c.o +.PHONY : vauth/vauth.o + +# target to build an object file +vauth/vauth.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.o +.PHONY : vauth/vauth.c.o + +vauth/vauth.i: vauth/vauth.c.i +.PHONY : vauth/vauth.i + +# target to preprocess a source file +vauth/vauth.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.i +.PHONY : vauth/vauth.c.i + +vauth/vauth.s: vauth/vauth.c.s +.PHONY : vauth/vauth.s + +# target to generate assembly for a file +vauth/vauth.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.s +.PHONY : vauth/vauth.c.s + +version.o: version.c.o +.PHONY : version.o + +# target to build an object file +version.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/version.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.o +.PHONY : version.c.o + +version.i: version.c.i +.PHONY : version.i + +# target to preprocess a source file +version.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/version.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.i +.PHONY : version.c.i + +version.s: version.c.s +.PHONY : version.s + +# target to generate assembly for a file +version.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/version.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.s +.PHONY : version.c.s + +vquic/curl_msh3.o: vquic/curl_msh3.c.o +.PHONY : vquic/curl_msh3.o + +# target to build an object file +vquic/curl_msh3.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o +.PHONY : vquic/curl_msh3.c.o + +vquic/curl_msh3.i: vquic/curl_msh3.c.i +.PHONY : vquic/curl_msh3.i + +# target to preprocess a source file +vquic/curl_msh3.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.i +.PHONY : vquic/curl_msh3.c.i + +vquic/curl_msh3.s: vquic/curl_msh3.c.s +.PHONY : vquic/curl_msh3.s + +# target to generate assembly for a file +vquic/curl_msh3.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.s +.PHONY : vquic/curl_msh3.c.s + +vquic/curl_ngtcp2.o: vquic/curl_ngtcp2.c.o +.PHONY : vquic/curl_ngtcp2.o + +# target to build an object file +vquic/curl_ngtcp2.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o +.PHONY : vquic/curl_ngtcp2.c.o + +vquic/curl_ngtcp2.i: vquic/curl_ngtcp2.c.i +.PHONY : vquic/curl_ngtcp2.i + +# target to preprocess a source file +vquic/curl_ngtcp2.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.i +.PHONY : vquic/curl_ngtcp2.c.i + +vquic/curl_ngtcp2.s: vquic/curl_ngtcp2.c.s +.PHONY : vquic/curl_ngtcp2.s + +# target to generate assembly for a file +vquic/curl_ngtcp2.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.s +.PHONY : vquic/curl_ngtcp2.c.s + +vquic/curl_osslq.o: vquic/curl_osslq.c.o +.PHONY : vquic/curl_osslq.o + +# target to build an object file +vquic/curl_osslq.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o +.PHONY : vquic/curl_osslq.c.o + +vquic/curl_osslq.i: vquic/curl_osslq.c.i +.PHONY : vquic/curl_osslq.i + +# target to preprocess a source file +vquic/curl_osslq.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.i +.PHONY : vquic/curl_osslq.c.i + +vquic/curl_osslq.s: vquic/curl_osslq.c.s +.PHONY : vquic/curl_osslq.s + +# target to generate assembly for a file +vquic/curl_osslq.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.s +.PHONY : vquic/curl_osslq.c.s + +vquic/curl_quiche.o: vquic/curl_quiche.c.o +.PHONY : vquic/curl_quiche.o + +# target to build an object file +vquic/curl_quiche.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o +.PHONY : vquic/curl_quiche.c.o + +vquic/curl_quiche.i: vquic/curl_quiche.c.i +.PHONY : vquic/curl_quiche.i + +# target to preprocess a source file +vquic/curl_quiche.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.i +.PHONY : vquic/curl_quiche.c.i + +vquic/curl_quiche.s: vquic/curl_quiche.c.s +.PHONY : vquic/curl_quiche.s + +# target to generate assembly for a file +vquic/curl_quiche.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.s +.PHONY : vquic/curl_quiche.c.s + +vquic/vquic-tls.o: vquic/vquic-tls.c.o +.PHONY : vquic/vquic-tls.o + +# target to build an object file +vquic/vquic-tls.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o +.PHONY : vquic/vquic-tls.c.o + +vquic/vquic-tls.i: vquic/vquic-tls.c.i +.PHONY : vquic/vquic-tls.i + +# target to preprocess a source file +vquic/vquic-tls.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.i +.PHONY : vquic/vquic-tls.c.i + +vquic/vquic-tls.s: vquic/vquic-tls.c.s +.PHONY : vquic/vquic-tls.s + +# target to generate assembly for a file +vquic/vquic-tls.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.s +.PHONY : vquic/vquic-tls.c.s + +vquic/vquic.o: vquic/vquic.c.o +.PHONY : vquic/vquic.o + +# target to build an object file +vquic/vquic.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.o +.PHONY : vquic/vquic.c.o + +vquic/vquic.i: vquic/vquic.c.i +.PHONY : vquic/vquic.i + +# target to preprocess a source file +vquic/vquic.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.i +.PHONY : vquic/vquic.c.i + +vquic/vquic.s: vquic/vquic.c.s +.PHONY : vquic/vquic.s + +# target to generate assembly for a file +vquic/vquic.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.s +.PHONY : vquic/vquic.c.s + +vssh/curl_path.o: vssh/curl_path.c.o +.PHONY : vssh/curl_path.o + +# target to build an object file +vssh/curl_path.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o +.PHONY : vssh/curl_path.c.o + +vssh/curl_path.i: vssh/curl_path.c.i +.PHONY : vssh/curl_path.i + +# target to preprocess a source file +vssh/curl_path.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.i +.PHONY : vssh/curl_path.c.i + +vssh/curl_path.s: vssh/curl_path.c.s +.PHONY : vssh/curl_path.s + +# target to generate assembly for a file +vssh/curl_path.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.s +.PHONY : vssh/curl_path.c.s + +vssh/libssh.o: vssh/libssh.c.o +.PHONY : vssh/libssh.o + +# target to build an object file +vssh/libssh.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.o +.PHONY : vssh/libssh.c.o + +vssh/libssh.i: vssh/libssh.c.i +.PHONY : vssh/libssh.i + +# target to preprocess a source file +vssh/libssh.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.i +.PHONY : vssh/libssh.c.i + +vssh/libssh.s: vssh/libssh.c.s +.PHONY : vssh/libssh.s + +# target to generate assembly for a file +vssh/libssh.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.s +.PHONY : vssh/libssh.c.s + +vssh/libssh2.o: vssh/libssh2.c.o +.PHONY : vssh/libssh2.o + +# target to build an object file +vssh/libssh2.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o +.PHONY : vssh/libssh2.c.o + +vssh/libssh2.i: vssh/libssh2.c.i +.PHONY : vssh/libssh2.i + +# target to preprocess a source file +vssh/libssh2.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.i +.PHONY : vssh/libssh2.c.i + +vssh/libssh2.s: vssh/libssh2.c.s +.PHONY : vssh/libssh2.s + +# target to generate assembly for a file +vssh/libssh2.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.s +.PHONY : vssh/libssh2.c.s + +vssh/wolfssh.o: vssh/wolfssh.c.o +.PHONY : vssh/wolfssh.o + +# target to build an object file +vssh/wolfssh.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o +.PHONY : vssh/wolfssh.c.o + +vssh/wolfssh.i: vssh/wolfssh.c.i +.PHONY : vssh/wolfssh.i + +# target to preprocess a source file +vssh/wolfssh.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.i +.PHONY : vssh/wolfssh.c.i + +vssh/wolfssh.s: vssh/wolfssh.c.s +.PHONY : vssh/wolfssh.s + +# target to generate assembly for a file +vssh/wolfssh.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.s +.PHONY : vssh/wolfssh.c.s + +vtls/bearssl.o: vtls/bearssl.c.o +.PHONY : vtls/bearssl.o + +# target to build an object file +vtls/bearssl.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o +.PHONY : vtls/bearssl.c.o + +vtls/bearssl.i: vtls/bearssl.c.i +.PHONY : vtls/bearssl.i + +# target to preprocess a source file +vtls/bearssl.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.i +.PHONY : vtls/bearssl.c.i + +vtls/bearssl.s: vtls/bearssl.c.s +.PHONY : vtls/bearssl.s + +# target to generate assembly for a file +vtls/bearssl.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.s +.PHONY : vtls/bearssl.c.s + +vtls/cipher_suite.o: vtls/cipher_suite.c.o +.PHONY : vtls/cipher_suite.o + +# target to build an object file +vtls/cipher_suite.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o +.PHONY : vtls/cipher_suite.c.o + +vtls/cipher_suite.i: vtls/cipher_suite.c.i +.PHONY : vtls/cipher_suite.i + +# target to preprocess a source file +vtls/cipher_suite.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.i +.PHONY : vtls/cipher_suite.c.i + +vtls/cipher_suite.s: vtls/cipher_suite.c.s +.PHONY : vtls/cipher_suite.s + +# target to generate assembly for a file +vtls/cipher_suite.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.s +.PHONY : vtls/cipher_suite.c.s + +vtls/gtls.o: vtls/gtls.c.o +.PHONY : vtls/gtls.o + +# target to build an object file +vtls/gtls.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.o +.PHONY : vtls/gtls.c.o + +vtls/gtls.i: vtls/gtls.c.i +.PHONY : vtls/gtls.i + +# target to preprocess a source file +vtls/gtls.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.i +.PHONY : vtls/gtls.c.i + +vtls/gtls.s: vtls/gtls.c.s +.PHONY : vtls/gtls.s + +# target to generate assembly for a file +vtls/gtls.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.s +.PHONY : vtls/gtls.c.s + +vtls/hostcheck.o: vtls/hostcheck.c.o +.PHONY : vtls/hostcheck.o + +# target to build an object file +vtls/hostcheck.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o +.PHONY : vtls/hostcheck.c.o + +vtls/hostcheck.i: vtls/hostcheck.c.i +.PHONY : vtls/hostcheck.i + +# target to preprocess a source file +vtls/hostcheck.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.i +.PHONY : vtls/hostcheck.c.i + +vtls/hostcheck.s: vtls/hostcheck.c.s +.PHONY : vtls/hostcheck.s + +# target to generate assembly for a file +vtls/hostcheck.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.s +.PHONY : vtls/hostcheck.c.s + +vtls/keylog.o: vtls/keylog.c.o +.PHONY : vtls/keylog.o + +# target to build an object file +vtls/keylog.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.o +.PHONY : vtls/keylog.c.o + +vtls/keylog.i: vtls/keylog.c.i +.PHONY : vtls/keylog.i + +# target to preprocess a source file +vtls/keylog.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.i +.PHONY : vtls/keylog.c.i + +vtls/keylog.s: vtls/keylog.c.s +.PHONY : vtls/keylog.s + +# target to generate assembly for a file +vtls/keylog.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.s +.PHONY : vtls/keylog.c.s + +vtls/mbedtls.o: vtls/mbedtls.c.o +.PHONY : vtls/mbedtls.o + +# target to build an object file +vtls/mbedtls.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o +.PHONY : vtls/mbedtls.c.o + +vtls/mbedtls.i: vtls/mbedtls.c.i +.PHONY : vtls/mbedtls.i + +# target to preprocess a source file +vtls/mbedtls.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.i +.PHONY : vtls/mbedtls.c.i + +vtls/mbedtls.s: vtls/mbedtls.c.s +.PHONY : vtls/mbedtls.s + +# target to generate assembly for a file +vtls/mbedtls.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.s +.PHONY : vtls/mbedtls.c.s + +vtls/mbedtls_threadlock.o: vtls/mbedtls_threadlock.c.o +.PHONY : vtls/mbedtls_threadlock.o + +# target to build an object file +vtls/mbedtls_threadlock.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o +.PHONY : vtls/mbedtls_threadlock.c.o + +vtls/mbedtls_threadlock.i: vtls/mbedtls_threadlock.c.i +.PHONY : vtls/mbedtls_threadlock.i + +# target to preprocess a source file +vtls/mbedtls_threadlock.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.i +.PHONY : vtls/mbedtls_threadlock.c.i + +vtls/mbedtls_threadlock.s: vtls/mbedtls_threadlock.c.s +.PHONY : vtls/mbedtls_threadlock.s + +# target to generate assembly for a file +vtls/mbedtls_threadlock.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.s +.PHONY : vtls/mbedtls_threadlock.c.s + +vtls/openssl.o: vtls/openssl.c.o +.PHONY : vtls/openssl.o + +# target to build an object file +vtls/openssl.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.o +.PHONY : vtls/openssl.c.o + +vtls/openssl.i: vtls/openssl.c.i +.PHONY : vtls/openssl.i + +# target to preprocess a source file +vtls/openssl.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.i +.PHONY : vtls/openssl.c.i + +vtls/openssl.s: vtls/openssl.c.s +.PHONY : vtls/openssl.s + +# target to generate assembly for a file +vtls/openssl.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.s +.PHONY : vtls/openssl.c.s + +vtls/rustls.o: vtls/rustls.c.o +.PHONY : vtls/rustls.o + +# target to build an object file +vtls/rustls.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.o +.PHONY : vtls/rustls.c.o + +vtls/rustls.i: vtls/rustls.c.i +.PHONY : vtls/rustls.i + +# target to preprocess a source file +vtls/rustls.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.i +.PHONY : vtls/rustls.c.i + +vtls/rustls.s: vtls/rustls.c.s +.PHONY : vtls/rustls.s + +# target to generate assembly for a file +vtls/rustls.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.s +.PHONY : vtls/rustls.c.s + +vtls/schannel.o: vtls/schannel.c.o +.PHONY : vtls/schannel.o + +# target to build an object file +vtls/schannel.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.o +.PHONY : vtls/schannel.c.o + +vtls/schannel.i: vtls/schannel.c.i +.PHONY : vtls/schannel.i + +# target to preprocess a source file +vtls/schannel.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.i +.PHONY : vtls/schannel.c.i + +vtls/schannel.s: vtls/schannel.c.s +.PHONY : vtls/schannel.s + +# target to generate assembly for a file +vtls/schannel.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.s +.PHONY : vtls/schannel.c.s + +vtls/schannel_verify.o: vtls/schannel_verify.c.o +.PHONY : vtls/schannel_verify.o + +# target to build an object file +vtls/schannel_verify.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o +.PHONY : vtls/schannel_verify.c.o + +vtls/schannel_verify.i: vtls/schannel_verify.c.i +.PHONY : vtls/schannel_verify.i + +# target to preprocess a source file +vtls/schannel_verify.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.i +.PHONY : vtls/schannel_verify.c.i + +vtls/schannel_verify.s: vtls/schannel_verify.c.s +.PHONY : vtls/schannel_verify.s + +# target to generate assembly for a file +vtls/schannel_verify.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.s +.PHONY : vtls/schannel_verify.c.s + +vtls/sectransp.o: vtls/sectransp.c.o +.PHONY : vtls/sectransp.o + +# target to build an object file +vtls/sectransp.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o +.PHONY : vtls/sectransp.c.o + +vtls/sectransp.i: vtls/sectransp.c.i +.PHONY : vtls/sectransp.i + +# target to preprocess a source file +vtls/sectransp.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.i +.PHONY : vtls/sectransp.c.i + +vtls/sectransp.s: vtls/sectransp.c.s +.PHONY : vtls/sectransp.s + +# target to generate assembly for a file +vtls/sectransp.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.s +.PHONY : vtls/sectransp.c.s + +vtls/vtls.o: vtls/vtls.c.o +.PHONY : vtls/vtls.o + +# target to build an object file +vtls/vtls.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.o +.PHONY : vtls/vtls.c.o + +vtls/vtls.i: vtls/vtls.c.i +.PHONY : vtls/vtls.i + +# target to preprocess a source file +vtls/vtls.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.i +.PHONY : vtls/vtls.c.i + +vtls/vtls.s: vtls/vtls.c.s +.PHONY : vtls/vtls.s + +# target to generate assembly for a file +vtls/vtls.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.s +.PHONY : vtls/vtls.c.s + +vtls/vtls_scache.o: vtls/vtls_scache.c.o +.PHONY : vtls/vtls_scache.o + +# target to build an object file +vtls/vtls_scache.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o +.PHONY : vtls/vtls_scache.c.o + +vtls/vtls_scache.i: vtls/vtls_scache.c.i +.PHONY : vtls/vtls_scache.i + +# target to preprocess a source file +vtls/vtls_scache.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.i +.PHONY : vtls/vtls_scache.c.i + +vtls/vtls_scache.s: vtls/vtls_scache.c.s +.PHONY : vtls/vtls_scache.s + +# target to generate assembly for a file +vtls/vtls_scache.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.s +.PHONY : vtls/vtls_scache.c.s + +vtls/vtls_spack.o: vtls/vtls_spack.c.o +.PHONY : vtls/vtls_spack.o + +# target to build an object file +vtls/vtls_spack.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o +.PHONY : vtls/vtls_spack.c.o + +vtls/vtls_spack.i: vtls/vtls_spack.c.i +.PHONY : vtls/vtls_spack.i + +# target to preprocess a source file +vtls/vtls_spack.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.i +.PHONY : vtls/vtls_spack.c.i + +vtls/vtls_spack.s: vtls/vtls_spack.c.s +.PHONY : vtls/vtls_spack.s + +# target to generate assembly for a file +vtls/vtls_spack.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.s +.PHONY : vtls/vtls_spack.c.s + +vtls/wolfssl.o: vtls/wolfssl.c.o +.PHONY : vtls/wolfssl.o + +# target to build an object file +vtls/wolfssl.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o +.PHONY : vtls/wolfssl.c.o + +vtls/wolfssl.i: vtls/wolfssl.c.i +.PHONY : vtls/wolfssl.i + +# target to preprocess a source file +vtls/wolfssl.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.i +.PHONY : vtls/wolfssl.c.i + +vtls/wolfssl.s: vtls/wolfssl.c.s +.PHONY : vtls/wolfssl.s + +# target to generate assembly for a file +vtls/wolfssl.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.s +.PHONY : vtls/wolfssl.c.s + +vtls/x509asn1.o: vtls/x509asn1.c.o +.PHONY : vtls/x509asn1.o + +# target to build an object file +vtls/x509asn1.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o +.PHONY : vtls/x509asn1.c.o + +vtls/x509asn1.i: vtls/x509asn1.c.i +.PHONY : vtls/x509asn1.i + +# target to preprocess a source file +vtls/x509asn1.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.i +.PHONY : vtls/x509asn1.c.i + +vtls/x509asn1.s: vtls/x509asn1.c.s +.PHONY : vtls/x509asn1.s + +# target to generate assembly for a file +vtls/x509asn1.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.s +.PHONY : vtls/x509asn1.c.s + +ws.o: ws.c.o +.PHONY : ws.o + +# target to build an object file +ws.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ws.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.o +.PHONY : ws.c.o + +ws.i: ws.c.i +.PHONY : ws.i + +# target to preprocess a source file +ws.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ws.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.i +.PHONY : ws.c.i + +ws.s: ws.c.s +.PHONY : ws.s + +# target to generate assembly for a file +ws.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ws.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.s +.PHONY : ws.c.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... curlu" + @echo "... libcurl_static" + @echo "... altsvc.o" + @echo "... altsvc.i" + @echo "... altsvc.s" + @echo "... amigaos.o" + @echo "... amigaos.i" + @echo "... amigaos.s" + @echo "... asyn-ares.o" + @echo "... asyn-ares.i" + @echo "... asyn-ares.s" + @echo "... asyn-base.o" + @echo "... asyn-base.i" + @echo "... asyn-base.s" + @echo "... asyn-thrdd.o" + @echo "... asyn-thrdd.i" + @echo "... asyn-thrdd.s" + @echo "... bufq.o" + @echo "... bufq.i" + @echo "... bufq.s" + @echo "... bufref.o" + @echo "... bufref.i" + @echo "... bufref.s" + @echo "... cf-h1-proxy.o" + @echo "... cf-h1-proxy.i" + @echo "... cf-h1-proxy.s" + @echo "... cf-h2-proxy.o" + @echo "... cf-h2-proxy.i" + @echo "... cf-h2-proxy.s" + @echo "... cf-haproxy.o" + @echo "... cf-haproxy.i" + @echo "... cf-haproxy.s" + @echo "... cf-https-connect.o" + @echo "... cf-https-connect.i" + @echo "... cf-https-connect.s" + @echo "... cf-socket.o" + @echo "... cf-socket.i" + @echo "... cf-socket.s" + @echo "... cfilters.o" + @echo "... cfilters.i" + @echo "... cfilters.s" + @echo "... conncache.o" + @echo "... conncache.i" + @echo "... conncache.s" + @echo "... connect.o" + @echo "... connect.i" + @echo "... connect.s" + @echo "... content_encoding.o" + @echo "... content_encoding.i" + @echo "... content_encoding.s" + @echo "... cookie.o" + @echo "... cookie.i" + @echo "... cookie.s" + @echo "... cshutdn.o" + @echo "... cshutdn.i" + @echo "... cshutdn.s" + @echo "... curl_addrinfo.o" + @echo "... curl_addrinfo.i" + @echo "... curl_addrinfo.s" + @echo "... curl_des.o" + @echo "... curl_des.i" + @echo "... curl_des.s" + @echo "... curl_endian.o" + @echo "... curl_endian.i" + @echo "... curl_endian.s" + @echo "... curl_fnmatch.o" + @echo "... curl_fnmatch.i" + @echo "... curl_fnmatch.s" + @echo "... curl_get_line.o" + @echo "... curl_get_line.i" + @echo "... curl_get_line.s" + @echo "... curl_gethostname.o" + @echo "... curl_gethostname.i" + @echo "... curl_gethostname.s" + @echo "... curl_gssapi.o" + @echo "... curl_gssapi.i" + @echo "... curl_gssapi.s" + @echo "... curl_memrchr.o" + @echo "... curl_memrchr.i" + @echo "... curl_memrchr.s" + @echo "... curl_ntlm_core.o" + @echo "... curl_ntlm_core.i" + @echo "... curl_ntlm_core.s" + @echo "... curl_range.o" + @echo "... curl_range.i" + @echo "... curl_range.s" + @echo "... curl_rtmp.o" + @echo "... curl_rtmp.i" + @echo "... curl_rtmp.s" + @echo "... curl_sasl.o" + @echo "... curl_sasl.i" + @echo "... curl_sasl.s" + @echo "... curl_sha512_256.o" + @echo "... curl_sha512_256.i" + @echo "... curl_sha512_256.s" + @echo "... curl_sspi.o" + @echo "... curl_sspi.i" + @echo "... curl_sspi.s" + @echo "... curl_threads.o" + @echo "... curl_threads.i" + @echo "... curl_threads.s" + @echo "... curl_trc.o" + @echo "... curl_trc.i" + @echo "... curl_trc.s" + @echo "... curlx/base64.o" + @echo "... curlx/base64.i" + @echo "... curlx/base64.s" + @echo "... curlx/dynbuf.o" + @echo "... curlx/dynbuf.i" + @echo "... curlx/dynbuf.s" + @echo "... curlx/inet_pton.o" + @echo "... curlx/inet_pton.i" + @echo "... curlx/inet_pton.s" + @echo "... curlx/multibyte.o" + @echo "... curlx/multibyte.i" + @echo "... curlx/multibyte.s" + @echo "... curlx/nonblock.o" + @echo "... curlx/nonblock.i" + @echo "... curlx/nonblock.s" + @echo "... curlx/strparse.o" + @echo "... curlx/strparse.i" + @echo "... curlx/strparse.s" + @echo "... curlx/timediff.o" + @echo "... curlx/timediff.i" + @echo "... curlx/timediff.s" + @echo "... curlx/timeval.o" + @echo "... curlx/timeval.i" + @echo "... curlx/timeval.s" + @echo "... curlx/version_win32.o" + @echo "... curlx/version_win32.i" + @echo "... curlx/version_win32.s" + @echo "... curlx/warnless.o" + @echo "... curlx/warnless.i" + @echo "... curlx/warnless.s" + @echo "... curlx/winapi.o" + @echo "... curlx/winapi.i" + @echo "... curlx/winapi.s" + @echo "... cw-out.o" + @echo "... cw-out.i" + @echo "... cw-out.s" + @echo "... cw-pause.o" + @echo "... cw-pause.i" + @echo "... cw-pause.s" + @echo "... dict.o" + @echo "... dict.i" + @echo "... dict.s" + @echo "... doh.o" + @echo "... doh.i" + @echo "... doh.s" + @echo "... dynhds.o" + @echo "... dynhds.i" + @echo "... dynhds.s" + @echo "... easy.o" + @echo "... easy.i" + @echo "... easy.s" + @echo "... easygetopt.o" + @echo "... easygetopt.i" + @echo "... easygetopt.s" + @echo "... easyoptions.o" + @echo "... easyoptions.i" + @echo "... easyoptions.s" + @echo "... escape.o" + @echo "... escape.i" + @echo "... escape.s" + @echo "... fake_addrinfo.o" + @echo "... fake_addrinfo.i" + @echo "... fake_addrinfo.s" + @echo "... file.o" + @echo "... file.i" + @echo "... file.s" + @echo "... fileinfo.o" + @echo "... fileinfo.i" + @echo "... fileinfo.s" + @echo "... fopen.o" + @echo "... fopen.i" + @echo "... fopen.s" + @echo "... formdata.o" + @echo "... formdata.i" + @echo "... formdata.s" + @echo "... ftp.o" + @echo "... ftp.i" + @echo "... ftp.s" + @echo "... ftplistparser.o" + @echo "... ftplistparser.i" + @echo "... ftplistparser.s" + @echo "... getenv.o" + @echo "... getenv.i" + @echo "... getenv.s" + @echo "... getinfo.o" + @echo "... getinfo.i" + @echo "... getinfo.s" + @echo "... gopher.o" + @echo "... gopher.i" + @echo "... gopher.s" + @echo "... hash.o" + @echo "... hash.i" + @echo "... hash.s" + @echo "... headers.o" + @echo "... headers.i" + @echo "... headers.s" + @echo "... hmac.o" + @echo "... hmac.i" + @echo "... hmac.s" + @echo "... hostip.o" + @echo "... hostip.i" + @echo "... hostip.s" + @echo "... hostip4.o" + @echo "... hostip4.i" + @echo "... hostip4.s" + @echo "... hostip6.o" + @echo "... hostip6.i" + @echo "... hostip6.s" + @echo "... hsts.o" + @echo "... hsts.i" + @echo "... hsts.s" + @echo "... http.o" + @echo "... http.i" + @echo "... http.s" + @echo "... http1.o" + @echo "... http1.i" + @echo "... http1.s" + @echo "... http2.o" + @echo "... http2.i" + @echo "... http2.s" + @echo "... http_aws_sigv4.o" + @echo "... http_aws_sigv4.i" + @echo "... http_aws_sigv4.s" + @echo "... http_chunks.o" + @echo "... http_chunks.i" + @echo "... http_chunks.s" + @echo "... http_digest.o" + @echo "... http_digest.i" + @echo "... http_digest.s" + @echo "... http_negotiate.o" + @echo "... http_negotiate.i" + @echo "... http_negotiate.s" + @echo "... http_ntlm.o" + @echo "... http_ntlm.i" + @echo "... http_ntlm.s" + @echo "... http_proxy.o" + @echo "... http_proxy.i" + @echo "... http_proxy.s" + @echo "... httpsrr.o" + @echo "... httpsrr.i" + @echo "... httpsrr.s" + @echo "... idn.o" + @echo "... idn.i" + @echo "... idn.s" + @echo "... if2ip.o" + @echo "... if2ip.i" + @echo "... if2ip.s" + @echo "... imap.o" + @echo "... imap.i" + @echo "... imap.s" + @echo "... inet_ntop.o" + @echo "... inet_ntop.i" + @echo "... inet_ntop.s" + @echo "... krb5.o" + @echo "... krb5.i" + @echo "... krb5.s" + @echo "... ldap.o" + @echo "... ldap.i" + @echo "... ldap.s" + @echo "... llist.o" + @echo "... llist.i" + @echo "... llist.s" + @echo "... macos.o" + @echo "... macos.i" + @echo "... macos.s" + @echo "... md4.o" + @echo "... md4.i" + @echo "... md4.s" + @echo "... md5.o" + @echo "... md5.i" + @echo "... md5.s" + @echo "... memdebug.o" + @echo "... memdebug.i" + @echo "... memdebug.s" + @echo "... mime.o" + @echo "... mime.i" + @echo "... mime.s" + @echo "... mprintf.o" + @echo "... mprintf.i" + @echo "... mprintf.s" + @echo "... mqtt.o" + @echo "... mqtt.i" + @echo "... mqtt.s" + @echo "... multi.o" + @echo "... multi.i" + @echo "... multi.s" + @echo "... multi_ev.o" + @echo "... multi_ev.i" + @echo "... multi_ev.s" + @echo "... netrc.o" + @echo "... netrc.i" + @echo "... netrc.s" + @echo "... noproxy.o" + @echo "... noproxy.i" + @echo "... noproxy.s" + @echo "... openldap.o" + @echo "... openldap.i" + @echo "... openldap.s" + @echo "... parsedate.o" + @echo "... parsedate.i" + @echo "... parsedate.s" + @echo "... pingpong.o" + @echo "... pingpong.i" + @echo "... pingpong.s" + @echo "... pop3.o" + @echo "... pop3.i" + @echo "... pop3.s" + @echo "... progress.o" + @echo "... progress.i" + @echo "... progress.s" + @echo "... psl.o" + @echo "... psl.i" + @echo "... psl.s" + @echo "... rand.o" + @echo "... rand.i" + @echo "... rand.s" + @echo "... rename.o" + @echo "... rename.i" + @echo "... rename.s" + @echo "... request.o" + @echo "... request.i" + @echo "... request.s" + @echo "... rtsp.o" + @echo "... rtsp.i" + @echo "... rtsp.s" + @echo "... select.o" + @echo "... select.i" + @echo "... select.s" + @echo "... sendf.o" + @echo "... sendf.i" + @echo "... sendf.s" + @echo "... setopt.o" + @echo "... setopt.i" + @echo "... setopt.s" + @echo "... sha256.o" + @echo "... sha256.i" + @echo "... sha256.s" + @echo "... share.o" + @echo "... share.i" + @echo "... share.s" + @echo "... slist.o" + @echo "... slist.i" + @echo "... slist.s" + @echo "... smb.o" + @echo "... smb.i" + @echo "... smb.s" + @echo "... smtp.o" + @echo "... smtp.i" + @echo "... smtp.s" + @echo "... socketpair.o" + @echo "... socketpair.i" + @echo "... socketpair.s" + @echo "... socks.o" + @echo "... socks.i" + @echo "... socks.s" + @echo "... socks_gssapi.o" + @echo "... socks_gssapi.i" + @echo "... socks_gssapi.s" + @echo "... socks_sspi.o" + @echo "... socks_sspi.i" + @echo "... socks_sspi.s" + @echo "... speedcheck.o" + @echo "... speedcheck.i" + @echo "... speedcheck.s" + @echo "... splay.o" + @echo "... splay.i" + @echo "... splay.s" + @echo "... strcase.o" + @echo "... strcase.i" + @echo "... strcase.s" + @echo "... strdup.o" + @echo "... strdup.i" + @echo "... strdup.s" + @echo "... strequal.o" + @echo "... strequal.i" + @echo "... strequal.s" + @echo "... strerror.o" + @echo "... strerror.i" + @echo "... strerror.s" + @echo "... system_win32.o" + @echo "... system_win32.i" + @echo "... system_win32.s" + @echo "... telnet.o" + @echo "... telnet.i" + @echo "... telnet.s" + @echo "... tftp.o" + @echo "... tftp.i" + @echo "... tftp.s" + @echo "... transfer.o" + @echo "... transfer.i" + @echo "... transfer.s" + @echo "... uint-bset.o" + @echo "... uint-bset.i" + @echo "... uint-bset.s" + @echo "... uint-hash.o" + @echo "... uint-hash.i" + @echo "... uint-hash.s" + @echo "... uint-spbset.o" + @echo "... uint-spbset.i" + @echo "... uint-spbset.s" + @echo "... uint-table.o" + @echo "... uint-table.i" + @echo "... uint-table.s" + @echo "... url.o" + @echo "... url.i" + @echo "... url.s" + @echo "... urlapi.o" + @echo "... urlapi.i" + @echo "... urlapi.s" + @echo "... vauth/cleartext.o" + @echo "... vauth/cleartext.i" + @echo "... vauth/cleartext.s" + @echo "... vauth/cram.o" + @echo "... vauth/cram.i" + @echo "... vauth/cram.s" + @echo "... vauth/digest.o" + @echo "... vauth/digest.i" + @echo "... vauth/digest.s" + @echo "... vauth/digest_sspi.o" + @echo "... vauth/digest_sspi.i" + @echo "... vauth/digest_sspi.s" + @echo "... vauth/gsasl.o" + @echo "... vauth/gsasl.i" + @echo "... vauth/gsasl.s" + @echo "... vauth/krb5_gssapi.o" + @echo "... vauth/krb5_gssapi.i" + @echo "... vauth/krb5_gssapi.s" + @echo "... vauth/krb5_sspi.o" + @echo "... vauth/krb5_sspi.i" + @echo "... vauth/krb5_sspi.s" + @echo "... vauth/ntlm.o" + @echo "... vauth/ntlm.i" + @echo "... vauth/ntlm.s" + @echo "... vauth/ntlm_sspi.o" + @echo "... vauth/ntlm_sspi.i" + @echo "... vauth/ntlm_sspi.s" + @echo "... vauth/oauth2.o" + @echo "... vauth/oauth2.i" + @echo "... vauth/oauth2.s" + @echo "... vauth/spnego_gssapi.o" + @echo "... vauth/spnego_gssapi.i" + @echo "... vauth/spnego_gssapi.s" + @echo "... vauth/spnego_sspi.o" + @echo "... vauth/spnego_sspi.i" + @echo "... vauth/spnego_sspi.s" + @echo "... vauth/vauth.o" + @echo "... vauth/vauth.i" + @echo "... vauth/vauth.s" + @echo "... version.o" + @echo "... version.i" + @echo "... version.s" + @echo "... vquic/curl_msh3.o" + @echo "... vquic/curl_msh3.i" + @echo "... vquic/curl_msh3.s" + @echo "... vquic/curl_ngtcp2.o" + @echo "... vquic/curl_ngtcp2.i" + @echo "... vquic/curl_ngtcp2.s" + @echo "... vquic/curl_osslq.o" + @echo "... vquic/curl_osslq.i" + @echo "... vquic/curl_osslq.s" + @echo "... vquic/curl_quiche.o" + @echo "... vquic/curl_quiche.i" + @echo "... vquic/curl_quiche.s" + @echo "... vquic/vquic-tls.o" + @echo "... vquic/vquic-tls.i" + @echo "... vquic/vquic-tls.s" + @echo "... vquic/vquic.o" + @echo "... vquic/vquic.i" + @echo "... vquic/vquic.s" + @echo "... vssh/curl_path.o" + @echo "... vssh/curl_path.i" + @echo "... vssh/curl_path.s" + @echo "... vssh/libssh.o" + @echo "... vssh/libssh.i" + @echo "... vssh/libssh.s" + @echo "... vssh/libssh2.o" + @echo "... vssh/libssh2.i" + @echo "... vssh/libssh2.s" + @echo "... vssh/wolfssh.o" + @echo "... vssh/wolfssh.i" + @echo "... vssh/wolfssh.s" + @echo "... vtls/bearssl.o" + @echo "... vtls/bearssl.i" + @echo "... vtls/bearssl.s" + @echo "... vtls/cipher_suite.o" + @echo "... vtls/cipher_suite.i" + @echo "... vtls/cipher_suite.s" + @echo "... vtls/gtls.o" + @echo "... vtls/gtls.i" + @echo "... vtls/gtls.s" + @echo "... vtls/hostcheck.o" + @echo "... vtls/hostcheck.i" + @echo "... vtls/hostcheck.s" + @echo "... vtls/keylog.o" + @echo "... vtls/keylog.i" + @echo "... vtls/keylog.s" + @echo "... vtls/mbedtls.o" + @echo "... vtls/mbedtls.i" + @echo "... vtls/mbedtls.s" + @echo "... vtls/mbedtls_threadlock.o" + @echo "... vtls/mbedtls_threadlock.i" + @echo "... vtls/mbedtls_threadlock.s" + @echo "... vtls/openssl.o" + @echo "... vtls/openssl.i" + @echo "... vtls/openssl.s" + @echo "... vtls/rustls.o" + @echo "... vtls/rustls.i" + @echo "... vtls/rustls.s" + @echo "... vtls/schannel.o" + @echo "... vtls/schannel.i" + @echo "... vtls/schannel.s" + @echo "... vtls/schannel_verify.o" + @echo "... vtls/schannel_verify.i" + @echo "... vtls/schannel_verify.s" + @echo "... vtls/sectransp.o" + @echo "... vtls/sectransp.i" + @echo "... vtls/sectransp.s" + @echo "... vtls/vtls.o" + @echo "... vtls/vtls.i" + @echo "... vtls/vtls.s" + @echo "... vtls/vtls_scache.o" + @echo "... vtls/vtls_scache.i" + @echo "... vtls/vtls_scache.s" + @echo "... vtls/vtls_spack.o" + @echo "... vtls/vtls_spack.i" + @echo "... vtls/vtls_spack.s" + @echo "... vtls/wolfssl.o" + @echo "... vtls/wolfssl.i" + @echo "... vtls/wolfssl.s" + @echo "... vtls/x509asn1.o" + @echo "... vtls/x509asn1.i" + @echo "... vtls/x509asn1.s" + @echo "... ws.o" + @echo "... ws.i" + @echo "... ws.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/lib/Makefile.inc.cmake b/build_emscripten/external/curl/lib/Makefile.inc.cmake new file mode 100644 index 00000000..ec68a24b --- /dev/null +++ b/build_emscripten/external/curl/lib/Makefile.inc.cmake @@ -0,0 +1,405 @@ +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) Daniel Stenberg, , et al. +# +# This software is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at https://curl.se/docs/copyright.html. +# +# You may opt to use, copy, modify, merge, publish, distribute and/or sell +# copies of the Software, and permit persons to whom the Software is +# furnished to do so, under the terms of the COPYING file. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# SPDX-License-Identifier: curl +# +########################################################################### + +set(LIB_CURLX_CFILES + curlx/base64.c + curlx/dynbuf.c + curlx/inet_pton.c + curlx/multibyte.c + curlx/nonblock.c + curlx/strparse.c + curlx/timediff.c + curlx/timeval.c + curlx/version_win32.c + curlx/warnless.c + curlx/winapi.c) + +set(LIB_CURLX_HFILES + curlx/base64.h + curlx/curlx.h + curlx/dynbuf.h + curlx/inet_pton.h + curlx/multibyte.h + curlx/nonblock.h + curlx/strparse.h + curlx/timediff.h + curlx/timeval.h + curlx/version_win32.h + curlx/warnless.h + curlx/winapi.h) + +set(LIB_VAUTH_CFILES + vauth/cleartext.c + vauth/cram.c + vauth/digest.c + vauth/digest_sspi.c + vauth/gsasl.c + vauth/krb5_gssapi.c + vauth/krb5_sspi.c + vauth/ntlm.c + vauth/ntlm_sspi.c + vauth/oauth2.c + vauth/spnego_gssapi.c + vauth/spnego_sspi.c + vauth/vauth.c) + +set(LIB_VAUTH_HFILES + vauth/digest.h + vauth/vauth.h) + +set(LIB_VTLS_CFILES + vtls/bearssl.c + vtls/cipher_suite.c + vtls/gtls.c + vtls/hostcheck.c + vtls/keylog.c + vtls/mbedtls.c + vtls/mbedtls_threadlock.c + vtls/openssl.c + vtls/rustls.c + vtls/schannel.c + vtls/schannel_verify.c + vtls/sectransp.c + vtls/vtls.c + vtls/vtls_scache.c + vtls/vtls_spack.c + vtls/wolfssl.c + vtls/x509asn1.c) + +set(LIB_VTLS_HFILES + vtls/bearssl.h + vtls/cipher_suite.h + vtls/gtls.h + vtls/hostcheck.h + vtls/keylog.h + vtls/mbedtls.h + vtls/mbedtls_threadlock.h + vtls/openssl.h + vtls/rustls.h + vtls/schannel.h + vtls/schannel_int.h + vtls/sectransp.h + vtls/vtls.h + vtls/vtls_int.h + vtls/vtls_scache.h + vtls/vtls_spack.h + vtls/wolfssl.h + vtls/x509asn1.h) + +set(LIB_VQUIC_CFILES + vquic/curl_msh3.c + vquic/curl_ngtcp2.c + vquic/curl_osslq.c + vquic/curl_quiche.c + vquic/vquic.c + vquic/vquic-tls.c) + +set(LIB_VQUIC_HFILES + vquic/curl_msh3.h + vquic/curl_ngtcp2.h + vquic/curl_osslq.h + vquic/curl_quiche.h + vquic/vquic.h + vquic/vquic_int.h + vquic/vquic-tls.h) + +set(LIB_VSSH_CFILES + vssh/libssh.c + vssh/libssh2.c + vssh/curl_path.c + vssh/wolfssh.c) + +set(LIB_VSSH_HFILES + vssh/curl_path.h + vssh/ssh.h) + +set(LIB_CFILES + altsvc.c + amigaos.c + asyn-ares.c + asyn-base.c + asyn-thrdd.c + bufq.c + bufref.c + cf-h1-proxy.c + cf-h2-proxy.c + cf-haproxy.c + cf-https-connect.c + cf-socket.c + cfilters.c + conncache.c + connect.c + content_encoding.c + cookie.c + cshutdn.c + curl_addrinfo.c + curl_des.c + curl_endian.c + curl_fnmatch.c + curl_get_line.c + curl_gethostname.c + curl_gssapi.c + curl_memrchr.c + curl_ntlm_core.c + curl_range.c + curl_rtmp.c + curl_sasl.c + curl_sha512_256.c + curl_sspi.c + curl_threads.c + curl_trc.c + cw-out.c + cw-pause.c + dict.c + doh.c + dynhds.c + easy.c + easygetopt.c + easyoptions.c + escape.c + fake_addrinfo.c + file.c + fileinfo.c + fopen.c + formdata.c + ftp.c + ftplistparser.c + getenv.c + getinfo.c + gopher.c + hash.c + headers.c + hmac.c + hostip.c + hostip4.c + hostip6.c + hsts.c + http.c + http1.c + http2.c + http_aws_sigv4.c + http_chunks.c + http_digest.c + http_negotiate.c + http_ntlm.c + http_proxy.c + httpsrr.c + idn.c + if2ip.c + imap.c + inet_ntop.c + krb5.c + ldap.c + llist.c + macos.c + md4.c + md5.c + memdebug.c + mime.c + mprintf.c + mqtt.c + multi.c + multi_ev.c + netrc.c + noproxy.c + openldap.c + parsedate.c + pingpong.c + pop3.c + progress.c + psl.c + rand.c + rename.c + request.c + rtsp.c + select.c + sendf.c + setopt.c + sha256.c + share.c + slist.c + smb.c + smtp.c + socketpair.c + socks.c + socks_gssapi.c + socks_sspi.c + speedcheck.c + splay.c + strcase.c + strdup.c + strequal.c + strerror.c + system_win32.c + telnet.c + tftp.c + transfer.c + uint-bset.c + uint-hash.c + uint-spbset.c + uint-table.c + url.c + urlapi.c + version.c + ws.c) + +set(LIB_HFILES + altsvc.h + amigaos.h + arpa_telnet.h + asyn.h + bufq.h + bufref.h + cf-h1-proxy.h + cf-h2-proxy.h + cf-haproxy.h + cf-https-connect.h + cf-socket.h + cfilters.h + conncache.h + cshutdn.h + connect.h + content_encoding.h + cookie.h + curl_addrinfo.h + curl_ctype.h + curl_des.h + curl_endian.h + curl_fnmatch.h + curl_get_line.h + curl_gethostname.h + curl_gssapi.h + curl_hmac.h + curl_krb5.h + curl_ldap.h + curl_md4.h + curl_md5.h + curl_memory.h + curl_memrchr.h + curl_ntlm_core.h + curl_printf.h + curl_range.h + curl_rtmp.h + curl_sasl.h + curl_setup.h + curl_setup_once.h + curl_sha256.h + curl_sha512_256.h + curl_sspi.h + curl_threads.h + curl_trc.h + cw-out.h + cw-pause.h + dict.h + doh.h + dynhds.h + easy_lock.h + easyif.h + easyoptions.h + escape.h + fake_addrinfo.h + file.h + fileinfo.h + fopen.h + formdata.h + ftp.h + ftplistparser.h + functypes.h + getinfo.h + gopher.h + hash.h + headers.h + hostip.h + hsts.h + http.h + http1.h + http2.h + http_aws_sigv4.h + http_chunks.h + http_digest.h + http_negotiate.h + http_ntlm.h + http_proxy.h + httpsrr.h + idn.h + if2ip.h + imap.h + inet_ntop.h + llist.h + macos.h + memdebug.h + mime.h + mqtt.h + multihandle.h + multi_ev.h + multiif.h + netrc.h + noproxy.h + parsedate.h + pingpong.h + pop3.h + progress.h + psl.h + rand.h + rename.h + request.h + rtsp.h + select.h + sendf.h + setopt.h + setup-os400.h + setup-vms.h + setup-win32.h + share.h + sigpipe.h + slist.h + smb.h + smtp.h + sockaddr.h + socketpair.h + socks.h + speedcheck.h + splay.h + strcase.h + strdup.h + strerror.h + system_win32.h + telnet.h + tftp.h + transfer.h + uint-bset.h + uint-hash.h + uint-spbset.h + uint-table.h + url.h + urlapi-int.h + urldata.h + ws.h) + +set(LIB_RCFILES libcurl.rc) + +set(CSOURCES ${LIB_CFILES} ${LIB_VAUTH_CFILES} ${LIB_VTLS_CFILES} + ${LIB_VQUIC_CFILES} ${LIB_VSSH_CFILES} ${LIB_CURLX_CFILES}) +set(HHEADERS ${LIB_HFILES} ${LIB_VAUTH_HFILES} ${LIB_VTLS_HFILES} + ${LIB_VQUIC_HFILES} ${LIB_VSSH_HFILES} ${LIB_CURLX_HFILES}) diff --git a/build_emscripten/external/curl/lib/cmake_install.cmake b/build_emscripten/external/curl/lib/cmake_install.cmake new file mode 100644 index 00000000..95f942b3 --- /dev/null +++ b/build_emscripten/external/curl/lib/cmake_install.cmake @@ -0,0 +1,54 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/curl/lib + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/guest/Downloads/PopLib/build/external/curl/lib/libcurl.a") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/lib/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/curl/lib/curl_config.h b/build_emscripten/external/curl/lib/curl_config.h new file mode 100644 index 00000000..effe431e --- /dev/null +++ b/build_emscripten/external/curl/lib/curl_config.h @@ -0,0 +1,846 @@ +/*************************************************************************** + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ + * \___|\___/|_| \_\_____| + * + * Copyright (C) Daniel Stenberg, , et al. + * + * This software is licensed as described in the file COPYING, which + * you should have received as part of this distribution. The terms + * are also available at https://curl.se/docs/copyright.html. + * + * You may opt to use, copy, modify, merge, publish, distribute and/or sell + * copies of the Software, and permit persons to whom the Software is + * furnished to do so, under the terms of the COPYING file. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + * SPDX-License-Identifier: curl + * + ***************************************************************************/ + +/* Location of default ca bundle */ +/* #undef CURL_CA_BUNDLE */ + +/* define "1" to use built-in ca store of TLS backend */ +/* #undef CURL_CA_FALLBACK */ + +/* Location of default ca path */ +/* #undef CURL_CA_PATH */ + +/* Default SSL backend */ +/* #undef CURL_DEFAULT_SSL_BACKEND */ + +/* disables alt-svc */ +/* #undef CURL_DISABLE_ALTSVC */ + +/* disables cookies support */ +/* #undef CURL_DISABLE_COOKIES */ + +/* disables Basic authentication */ +/* #undef CURL_DISABLE_BASIC_AUTH */ + +/* disables Bearer authentication */ +/* #undef CURL_DISABLE_BEARER_AUTH */ + +/* disables Digest authentication */ +/* #undef CURL_DISABLE_DIGEST_AUTH */ + +/* disables Kerberos authentication */ +/* #undef CURL_DISABLE_KERBEROS_AUTH */ + +/* disables negotiate authentication */ +/* #undef CURL_DISABLE_NEGOTIATE_AUTH */ + +/* disables aws-sigv4 */ +/* #undef CURL_DISABLE_AWS */ + +/* disables DICT */ +#define CURL_DISABLE_DICT 1 + +/* disables DNS-over-HTTPS */ +/* #undef CURL_DISABLE_DOH */ + +/* disables FILE */ +#define CURL_DISABLE_FILE 1 + +/* disables form api */ +/* #undef CURL_DISABLE_FORM_API */ + +/* disables FTP */ +#define CURL_DISABLE_FTP 1 + +/* disables curl_easy_options API for existing options to curl_easy_setopt */ +/* #undef CURL_DISABLE_GETOPTIONS */ + +/* disables GOPHER */ +#define CURL_DISABLE_GOPHER 1 + +/* disables headers-api support */ +/* #undef CURL_DISABLE_HEADERS_API */ + +/* disables HSTS support */ +#define CURL_DISABLE_HSTS 1 + +/* disables HTTP */ +/* #undef CURL_DISABLE_HTTP */ + +/* disabled all HTTP authentication methods */ +/* #undef CURL_DISABLE_HTTP_AUTH */ + +/* disables IMAP */ +#define CURL_DISABLE_IMAP 1 + +/* disables LDAP */ +#define CURL_DISABLE_LDAP 1 + +/* disables LDAPS */ +#define CURL_DISABLE_LDAPS 1 + +/* disables --libcurl option from the curl tool */ +/* #undef CURL_DISABLE_LIBCURL_OPTION */ + +/* disables MIME support */ +/* #undef CURL_DISABLE_MIME */ + +/* disables local binding support */ +/* #undef CURL_DISABLE_BINDLOCAL */ + +/* disables MQTT */ +#define CURL_DISABLE_MQTT 1 + +/* disables netrc parser */ +/* #undef CURL_DISABLE_NETRC */ + +/* disables NTLM support */ +/* #undef CURL_DISABLE_NTLM */ + +/* disables date parsing */ +/* #undef CURL_DISABLE_PARSEDATE */ + +/* disables POP3 */ +#define CURL_DISABLE_POP3 1 + +/* disables built-in progress meter */ +/* #undef CURL_DISABLE_PROGRESS_METER */ + +/* disables proxies */ +/* #undef CURL_DISABLE_PROXY */ + +/* disables IPFS from the curl tool */ +#define CURL_DISABLE_IPFS 1 + +/* disables RTSP */ +#define CURL_DISABLE_RTSP 1 + +/* disables SHA-512/256 hash algorithm */ +/* #undef CURL_DISABLE_SHA512_256 */ + +/* disabled shuffle DNS feature */ +/* #undef CURL_DISABLE_SHUFFLE_DNS */ + +/* disables SMB */ +#define CURL_DISABLE_SMB 1 + +/* disables SMTP */ +#define CURL_DISABLE_SMTP 1 + +/* disabled WebSockets */ +/* #undef CURL_DISABLE_WEBSOCKETS */ + +/* disables use of socketpair for curl_multi_poll */ +/* #undef CURL_DISABLE_SOCKETPAIR */ + +/* disables TELNET */ +#define CURL_DISABLE_TELNET 1 + +/* disables TFTP */ +#define CURL_DISABLE_TFTP 1 + +/* disables verbose strings */ +/* #undef CURL_DISABLE_VERBOSE_STRINGS */ + +/* disables unsafe CA bundle search on Windows from the curl tool */ +/* #undef CURL_DISABLE_CA_SEARCH */ + +/* safe CA bundle search (within the curl tool directory) on Windows */ +/* #undef CURL_CA_SEARCH_SAFE */ + +/* to make a symbol visible */ +#define CURL_EXTERN_SYMBOL __attribute__((__visibility__("default"))) +/* Ensure using CURL_EXTERN_SYMBOL is possible */ +#ifndef CURL_EXTERN_SYMBOL +#define CURL_EXTERN_SYMBOL +#endif + +/* Allow SMB to work on Windows */ +/* #undef USE_WIN32_CRYPTO */ + +/* Use Windows LDAP implementation */ +/* #undef USE_WIN32_LDAP */ + +/* Define if you want to enable IPv6 support */ +#define USE_IPV6 1 + +/* Define to 1 if you have the alarm function. */ +#define HAVE_ALARM 1 + +/* Define to 1 if you have the arc4random function. */ +#define HAVE_ARC4RANDOM 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_ARPA_INET_H 1 + +/* Define to 1 if you have _Atomic support. */ +#define HAVE_ATOMIC 1 + +/* Define to 1 if you have the `accept4' function. */ +#define HAVE_ACCEPT4 1 + +/* Define to 1 if you have the `fnmatch' function. */ +#define HAVE_FNMATCH 1 + +/* Define to 1 if you have the `basename' function. */ +#define HAVE_BASENAME 1 + +/* Define to 1 if bool is an available type. */ +#define HAVE_BOOL_T 1 + +/* Define to 1 if you have the __builtin_available function. */ +/* #undef HAVE_BUILTIN_AVAILABLE */ + +/* Define to 1 if you have the clock_gettime function and monotonic timer. */ +#define HAVE_CLOCK_GETTIME_MONOTONIC 1 + +/* Define to 1 if you have the clock_gettime function and raw monotonic timer. + */ +#define HAVE_CLOCK_GETTIME_MONOTONIC_RAW 1 + +/* Define to 1 if you have the `closesocket' function. */ +/* #undef HAVE_CLOSESOCKET */ + +/* Define to 1 if you have the `CloseSocket' function. */ +/* #undef HAVE_CLOSESOCKET_CAMEL */ + +/* Define to 1 if you have the header file. */ +#define HAVE_DIRENT_H 1 + +/* Define to 1 if you have the `opendir' function. */ +#define HAVE_OPENDIR 1 + +/* Define to 1 if you have the fcntl function. */ +#define HAVE_FCNTL 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_FCNTL_H 1 + +/* Define to 1 if you have a working fcntl O_NONBLOCK function. */ +#define HAVE_FCNTL_O_NONBLOCK 1 + +/* Define to 1 if you have the freeaddrinfo function. */ +#define HAVE_FREEADDRINFO 1 + +/* Define to 1 if you have the fseeko function. */ +#define HAVE_FSEEKO 1 + +/* Define to 1 if you have the fseeko declaration. */ +#define HAVE_DECL_FSEEKO 1 + +/* Define to 1 if you have the ftruncate function. */ +#define HAVE_FTRUNCATE 1 + +/* Define to 1 if you have a working getaddrinfo function. */ +#define HAVE_GETADDRINFO 1 + +/* Define to 1 if the getaddrinfo function is threadsafe. */ +#define HAVE_GETADDRINFO_THREADSAFE 1 + +/* Define to 1 if you have the `geteuid' function. */ +#define HAVE_GETEUID 1 + +/* Define to 1 if you have the `getppid' function. */ +#define HAVE_GETPPID 1 + +/* Define to 1 if you have the gethostbyname_r function. */ +#define HAVE_GETHOSTBYNAME_R 1 + +/* gethostbyname_r() takes 3 args */ +/* #undef HAVE_GETHOSTBYNAME_R_3 */ + +/* gethostbyname_r() takes 5 args */ +/* #undef HAVE_GETHOSTBYNAME_R_5 */ + +/* gethostbyname_r() takes 6 args */ +#define HAVE_GETHOSTBYNAME_R_6 1 + +/* Define to 1 if you have the gethostname function. */ +#define HAVE_GETHOSTNAME 1 + +/* Define to 1 if you have a working getifaddrs function. */ +#define HAVE_GETIFADDRS 1 + +/* Define to 1 if you have the `getpass_r' function. */ +/* #undef HAVE_GETPASS_R */ + +/* Define to 1 if you have the `getpeername' function. */ +#define HAVE_GETPEERNAME 1 + +/* Define to 1 if you have the `getsockname' function. */ +#define HAVE_GETSOCKNAME 1 + +/* Define to 1 if you have the `if_nametoindex' function. */ +#define HAVE_IF_NAMETOINDEX 1 + +/* Define to 1 if you have the `getpwuid' function. */ +#define HAVE_GETPWUID 1 + +/* Define to 1 if you have the `getpwuid_r' function. */ +#define HAVE_GETPWUID_R 1 + +/* Define to 1 if you have the `getrlimit' function. */ +#define HAVE_GETRLIMIT 1 + +/* Define to 1 if you have the `gettimeofday' function. */ +#define HAVE_GETTIMEOFDAY 1 + +/* Define to 1 if you have a working glibc-style strerror_r function. */ +#define HAVE_GLIBC_STRERROR_R 1 + +/* Define to 1 if you have a working gmtime_r function. */ +#define HAVE_GMTIME_R 1 + +/* if you have the gssapi libraries */ +/* #undef HAVE_GSSAPI */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_GSSAPI_GSSAPI_H */ + +/* if you have the GNU gssapi libraries */ +/* #undef HAVE_GSSGNU */ + +/* Define to 1 if you have the header file. */ +#define HAVE_IFADDRS_H 1 + +/* Define to 1 if you have a IPv6 capable working inet_ntop function. */ +#define HAVE_INET_NTOP 1 + +/* Define to 1 if you have a IPv6 capable working inet_pton function. */ +#define HAVE_INET_PTON 1 + +/* Define to 1 if symbol `sa_family_t' exists */ +#define HAVE_SA_FAMILY_T 1 + +/* Define to 1 if symbol `ADDRESS_FAMILY' exists */ +/* #undef HAVE_ADDRESS_FAMILY */ + +/* Define to 1 if you have the ioctlsocket function. */ +/* #undef HAVE_IOCTLSOCKET */ + +/* Define to 1 if you have the IoctlSocket camel case function. */ +/* #undef HAVE_IOCTLSOCKET_CAMEL */ + +/* Define to 1 if you have a working IoctlSocket camel case FIONBIO function. + */ +/* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */ + +/* Define to 1 if you have a working ioctlsocket FIONBIO function. */ +/* #undef HAVE_IOCTLSOCKET_FIONBIO */ + +/* Define to 1 if you have a working ioctl FIONBIO function. */ +#define HAVE_IOCTL_FIONBIO 1 + +/* Define to 1 if you have a working ioctl SIOCGIFADDR function. */ +#define HAVE_IOCTL_SIOCGIFADDR 1 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_IO_H */ + +/* Define to 1 if you have the lber.h header file. */ +/* #undef HAVE_LBER_H */ + +/* Use LDAPS implementation */ +/* #undef HAVE_LDAP_SSL */ + +/* Define to 1 if you have the ldap_ssl.h header file. */ +/* #undef HAVE_LDAP_SSL_H */ + +/* Define to 1 if you have the `ldap_url_parse' function. */ +/* #undef HAVE_LDAP_URL_PARSE */ + +/* Define to 1 if you have the header file. */ +#define HAVE_LIBGEN_H 1 + +/* Define to 1 if you have the `idn2' library (-lidn2). */ +#define HAVE_LIBIDN2 1 + +/* Define to 1 if you have the idn2.h header file. */ +#define HAVE_IDN2_H 1 + +/* if zlib is available */ +#define HAVE_LIBZ 1 + +/* if brotli is available */ +#define HAVE_BROTLI 1 + +/* if zstd is available */ +#define HAVE_ZSTD 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_LOCALE_H 1 + +/* Define to 1 if the compiler supports the 'long long' data type. */ +#define HAVE_LONGLONG 1 + +/* Define to 1 if you have the 'suseconds_t' data type. */ +#define HAVE_SUSECONDS_T 1 + +/* Define to 1 if you have the MSG_NOSIGNAL flag. */ +#define HAVE_MSG_NOSIGNAL 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_NETDB_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_NETINET_IN_H 1 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_NETINET_IN6_H */ + +/* Define to 1 if you have the header file. */ +#define HAVE_NETINET_TCP_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_NETINET_UDP_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_LINUX_TCP_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_NET_IF_H 1 + +/* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE */ +/* #undef HAVE_OLD_GSSMIT */ + +/* Define to 1 if you have the `pipe' function. */ +#define HAVE_PIPE 1 + +/* Define to 1 if you have the `pipe2' function. */ +#define HAVE_PIPE2 1 + +/* Define to 1 if you have the `eventfd' function. */ +#define HAVE_EVENTFD 1 + +/* If you have poll */ +#define HAVE_POLL 1 + +/* If you have realpath */ +#define HAVE_REALPATH 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_POLL_H 1 + +/* Define to 1 if you have a working POSIX-style strerror_r function. */ +/* #undef HAVE_POSIX_STRERROR_R */ + +/* Define to 1 if you have the header file */ +#define HAVE_PTHREAD_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_PWD_H 1 + +/* Define to 1 if OpenSSL has the `SSL_set0_wbio` function. */ +/* #undef HAVE_SSL_SET0_WBIO */ + +/* Define to 1 if you have the recv function. */ +#define HAVE_RECV 1 + +/* Define to 1 if you have the select function. */ +#define HAVE_SELECT 1 + +/* Define to 1 if you have the sched_yield function. */ +#define HAVE_SCHED_YIELD 1 + +/* Define to 1 if you have the send function. */ +#define HAVE_SEND 1 + +/* Define to 1 if you have the sendmsg function. */ +#define HAVE_SENDMSG 1 + +/* Define to 1 if you have the sendmmsg function. */ +#define HAVE_SENDMMSG 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STDINT_H 1 + +/* Define to 1 if you have the 'fsetxattr' function. */ +#define HAVE_FSETXATTR 1 + +/* fsetxattr() takes 5 args */ +#define HAVE_FSETXATTR_5 1 + +/* fsetxattr() takes 6 args */ +/* #undef HAVE_FSETXATTR_6 */ + +/* Define to 1 if you have the `setlocale' function. */ +#define HAVE_SETLOCALE 1 + +/* Define to 1 if you have the `setmode' function. */ +/* #undef HAVE_SETMODE */ + +/* Define to 1 if you have the `_setmode' function. */ +/* #undef HAVE__SETMODE */ + +/* Define to 1 if you have the `setrlimit' function. */ +#define HAVE_SETRLIMIT 1 + +/* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */ +/* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */ + +/* Define to 1 if you have the sigaction function. */ +#define HAVE_SIGACTION 1 + +/* Define to 1 if you have the siginterrupt function. */ +#define HAVE_SIGINTERRUPT 1 + +/* Define to 1 if you have the signal function. */ +#define HAVE_SIGNAL 1 + +/* Define to 1 if you have the sigsetjmp function or macro. */ +#define HAVE_SIGSETJMP 1 + +/* Define to 1 if you have the `snprintf' function. */ +#define HAVE_SNPRINTF 1 + +/* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */ +#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 + +/* Define to 1 if you have the `socket' function. */ +#define HAVE_SOCKET 1 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_PROTO_BSDSOCKET_H */ + +/* Define to 1 if you have the socketpair function. */ +#define HAVE_SOCKETPAIR 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STDATOMIC_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STDBOOL_H 1 + +/* Define to 1 if you have the strcasecmp function. */ +#define HAVE_STRCASECMP 1 + +/* Define to 1 if you have the strcmpi function. */ +/* #undef HAVE_STRCMPI */ + +/* Define to 1 if you have the strdup function. */ +#define HAVE_STRDUP 1 + +/* Define to 1 if you have the strerror_r function. */ +#define HAVE_STRERROR_R 1 + +/* Define to 1 if you have the stricmp function. */ +/* #undef HAVE_STRICMP */ + +/* Define to 1 if you have the header file. */ +#define HAVE_STRINGS_H 1 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_STROPTS_H */ + +/* Define to 1 if you have the memrchr function. */ +#define HAVE_MEMRCHR 1 + +/* if struct sockaddr_storage is defined */ +#define HAVE_STRUCT_SOCKADDR_STORAGE 1 + +/* Define to 1 if you have the timeval struct. */ +#define HAVE_STRUCT_TIMEVAL 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_EVENTFD_H 1 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_SYS_FILIO_H */ + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_IOCTL_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_PARAM_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_POLL_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_RESOURCE_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_SELECT_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_SOCKET_H 1 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_SYS_SOCKIO_H */ + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_STAT_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_TIME_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_TYPES_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_UN_H 1 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_SYS_UTIME_H */ + +/* Define to 1 if you have the header file. */ +#define HAVE_TERMIOS_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_TERMIO_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_UNISTD_H 1 + +/* Define to 1 if you have the `utime' function. */ +#define HAVE_UTIME 1 + +/* Define to 1 if you have the `utimes' function. */ +#define HAVE_UTIMES 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_UTIME_H 1 + +/* Define this symbol if your OS supports changing the contents of argv */ +#define HAVE_WRITABLE_ARGV 1 + +/* Define this if time_t is unsigned */ +/* #undef HAVE_TIME_T_UNSIGNED */ + +/* Define to 1 if _REENTRANT preprocessor symbol must be defined. */ +/* #undef NEED_REENTRANT */ + +/* cpu-machine-OS */ +#define CURL_OS "Linux" + +/* + Note: SIZEOF_* variables are fetched with CMake through check_type_size(). + As per CMake documentation on CheckTypeSize, C preprocessor code is + generated by CMake into SIZEOF_*_CODE. This is what we use in the + following statements. + + Reference: https://cmake.org/cmake/help/latest/module/CheckTypeSize.html +*/ + +/* The size of `int', as computed by sizeof. */ +#define SIZEOF_INT 4 + +/* The size of `long', as computed by sizeof. */ +#define SIZEOF_LONG 8 + +/* The size of `long long', as computed by sizeof. */ +#define SIZEOF_LONG_LONG 8 + +/* The size of `off_t', as computed by sizeof. */ +#define SIZEOF_OFF_T 8 + +/* The size of `curl_off_t', as computed by sizeof. */ +#define SIZEOF_CURL_OFF_T 8 + +/* The size of `curl_socket_t', as computed by sizeof. */ +#define SIZEOF_CURL_SOCKET_T 4 + +/* The size of `size_t', as computed by sizeof. */ +#define SIZEOF_SIZE_T 8 + +/* The size of `time_t', as computed by sizeof. */ +#define SIZEOF_TIME_T 8 + +/* Define to 1 if you have the ANSI C header files. */ +#define STDC_HEADERS 1 + +/* Define if you want to enable c-ares support */ +/* #undef USE_ARES */ + +/* Define if you want to enable POSIX threaded DNS lookup */ +#define USE_THREADS_POSIX 1 + +/* Define if you want to enable Win32 threaded DNS lookup */ +/* #undef USE_THREADS_WIN32 */ + +/* if GnuTLS is enabled */ +/* #undef USE_GNUTLS */ + +/* if Secure Transport is enabled */ +/* #undef USE_SECTRANSP */ + +/* if SSL session export support is available */ +/* #undef USE_SSLS_EXPORT */ + +/* if mbedTLS is enabled */ +/* #undef USE_MBEDTLS */ + +/* if BearSSL is enabled */ +/* #undef USE_BEARSSL */ + +/* if Rustls is enabled */ +/* #undef USE_RUSTLS */ + +/* if wolfSSL is enabled */ +/* #undef USE_WOLFSSL */ + +/* if wolfSSL has the wolfSSL_get_peer_certificate function. */ +/* #undef HAVE_WOLFSSL_GET_PEER_CERTIFICATE */ + +/* if wolfSSL has the wolfSSL_UseALPN function. */ +/* #undef HAVE_WOLFSSL_USEALPN */ + +/* if wolfSSL has the wolfSSL_DES_ecb_encrypt function. */ +/* #undef HAVE_WOLFSSL_DES_ECB_ENCRYPT */ + +/* if wolfSSL has the wolfSSL_BIO_new function. */ +/* #undef HAVE_WOLFSSL_BIO_NEW */ + +/* if wolfSSL has the wolfSSL_BIO_set_shutdown function. */ +/* #undef HAVE_WOLFSSL_BIO_SET_SHUTDOWN */ + +/* if libssh is in use */ +/* #undef USE_LIBSSH */ + +/* if libssh2 is in use */ +#define USE_LIBSSH2 1 + +/* if wolfssh is in use */ +/* #undef USE_WOLFSSH */ + +/* if libpsl is in use */ +/* #undef USE_LIBPSL */ + +/* if you want to use OpenLDAP code instead of legacy ldap implementation */ +/* #undef USE_OPENLDAP */ + +/* if OpenSSL is in use */ +/* #undef USE_OPENSSL */ + +/* if AmiSSL is in use */ +/* #undef USE_AMISSL */ + +/* if librtmp/rtmpdump is in use */ +/* #undef USE_LIBRTMP */ + +/* if GSASL is in use */ +/* #undef USE_GSASL */ + +/* if libuv is in use */ +/* #undef USE_LIBUV */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_UV_H */ + +/* Define to 1 if you do not want the OpenSSL configuration to be loaded + automatically */ +/* #undef CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG */ + +/* to enable NGHTTP2 */ +#define USE_NGHTTP2 1 + +/* to enable NGTCP2 */ +/* #undef USE_NGTCP2 */ + +/* to enable NGHTTP3 */ +/* #undef USE_NGHTTP3 */ + +/* to enable quiche */ +/* #undef USE_QUICHE */ + +/* to enable openssl + nghttp3 */ +/* #undef USE_OPENSSL_QUIC */ + +/* to enable openssl + ngtcp2 + nghttp3 */ +/* #undef OPENSSL_QUIC_API2 */ + +/* Define to 1 if you have the quiche_conn_set_qlog_fd function. */ +/* #undef HAVE_QUICHE_CONN_SET_QLOG_FD */ + +/* to enable msh3 */ +/* #undef USE_MSH3 */ + +/* if Unix domain sockets are enabled */ +#define USE_UNIX_SOCKETS 1 + +/* Define to 1 if you are building a Windows target with large file support. */ +/* #undef USE_WIN32_LARGE_FILES */ + +/* to enable SSPI support */ +/* #undef USE_WINDOWS_SSPI */ + +/* to enable Windows SSL */ +/* #undef USE_SCHANNEL */ + +/* if Watt-32 is in use */ +/* #undef USE_WATT32 */ + +/* enable multiple SSL backends */ +/* #undef CURL_WITH_MULTI_SSL */ + +/* Number of bits in a file offset, on hosts where this is settable. */ +#define _FILE_OFFSET_BITS 64 + +/* Define for large files, on AIX-style hosts. */ +/* #undef _LARGE_FILES */ + +/* define this if you need it to compile thread-safe code */ +/* #undef _THREAD_SAFE */ + +/* Define to empty if `const' does not conform to ANSI C. */ +/* #undef const */ + +/* Define to `unsigned int' if does not define. */ +/* #undef size_t */ + +/* the signed version of size_t */ +/* #undef ssize_t */ + +/* Define to 1 if you have the mach_absolute_time function. */ +/* #undef HAVE_MACH_ABSOLUTE_TIME */ + +/* to enable Windows IDN */ +/* #undef USE_WIN32_IDN */ + +/* to enable Apple IDN */ +/* #undef USE_APPLE_IDN */ + +/* Define to 1 if OpenSSL has the SSL_CTX_set_srp_username function. */ +/* #undef HAVE_OPENSSL_SRP */ + +/* Define to 1 if GnuTLS has the gnutls_srp_verifier function. */ +/* #undef HAVE_GNUTLS_SRP */ + +/* Define to 1 to enable TLS-SRP support. */ +/* #undef USE_TLS_SRP */ + +/* Define to 1 to query for HTTPSRR when using DoH */ +/* #undef USE_HTTPSRR */ + +/* if ECH support is available */ +/* #undef USE_ECH */ + +/* Define to 1 if you have the wolfSSL_CTX_GenerateEchConfig function. */ +/* #undef HAVE_WOLFSSL_CTX_GENERATEECHCONFIG */ + +/* Define to 1 if you have the SSL_set1_ech_config_list function. */ +/* #undef HAVE_SSL_SET1_ECH_CONFIG_LIST */ diff --git a/build_emscripten/external/curl/libcurl-target.cmake b/build_emscripten/external/curl/libcurl-target.cmake new file mode 100644 index 00000000..d3ca2cfb --- /dev/null +++ b/build_emscripten/external/curl/libcurl-target.cmake @@ -0,0 +1,71 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.30) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS CURL::libcurl_static) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Create imported target CURL::libcurl_static +add_library(CURL::libcurl_static STATIC IMPORTED) + +set_target_properties(CURL::libcurl_static PROPERTIES + INTERFACE_COMPILE_DEFINITIONS "CURL_STATICLIB" + INTERFACE_INCLUDE_DIRECTORIES "/home/guest/Downloads/PopLib/external/curl/include" + INTERFACE_LINK_DIRECTORIES "/usr/lib" + INTERFACE_LINK_LIBRARIES "\$;\$;\$;\$;\$;\$;\$" +) + +# Import target "CURL::libcurl_static" for configuration "RelWithDebInfo" +set_property(TARGET CURL::libcurl_static APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(CURL::libcurl_static PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "C" + IMPORTED_LOCATION_RELWITHDEBINFO "/home/guest/Downloads/PopLib/build/external/curl/lib/libcurl.a" + ) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build_emscripten/external/curl/libcurl.pc b/build_emscripten/external/curl/libcurl.pc new file mode 100644 index 00000000..9c84769b --- /dev/null +++ b/build_emscripten/external/curl/libcurl.pc @@ -0,0 +1,41 @@ +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) Daniel Stenberg, , et al. +# +# This software is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at https://curl.se/docs/copyright.html. +# +# You may opt to use, copy, modify, merge, publish, distribute and/or sell +# copies of the Software, and permit persons to whom the Software is +# furnished to do so, under the terms of the COPYING file. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# SPDX-License-Identifier: curl +# +########################################################################### + +prefix=/usr/local +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include +supported_protocols="HTTP SCP SFTP WS" +supported_features="alt-svc AsynchDNS brotli HTTP2 IDN IPv6 Largefile libz threadsafe UnixSockets zstd" + +Name: libcurl +URL: https://curl.se/ +Description: Library to transfer files with HTTP, FTP, etc. +Version: 8.14.0-DEV +Requires: libssh2,libidn2,zlib,libbrotlidec,libbrotlicommon,libzstd,libnghttp2 +Requires.private: libssh2,libidn2,zlib,libbrotlidec,libbrotlicommon,libzstd,libnghttp2 +Libs: -L${libdir} -lcurl -lssh2 -lidn2 -lz -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 +Libs.private: -lssh2 -lidn2 -lz -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 +Cflags: -I${includedir} -DCURL_STATICLIB +Cflags.private: -DCURL_STATICLIB diff --git a/build_emscripten/external/curl/scripts/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/scripts/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/curl/scripts/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/scripts/CMakeFiles/progress.marks b/build_emscripten/external/curl/scripts/CMakeFiles/progress.marks new file mode 100644 index 00000000..573541ac --- /dev/null +++ b/build_emscripten/external/curl/scripts/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build_emscripten/external/curl/scripts/Makefile b/build_emscripten/external/curl/scripts/Makefile new file mode 100644 index 00000000..4b75f3cf --- /dev/null +++ b/build_emscripten/external/curl/scripts/Makefile @@ -0,0 +1,213 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/scripts//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/scripts/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/scripts/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/scripts/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/scripts/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/scripts/cmake_install.cmake b/build_emscripten/external/curl/scripts/cmake_install.cmake new file mode 100644 index 00000000..0fdf39cb --- /dev/null +++ b/build_emscripten/external/curl/scripts/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/curl/scripts + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/scripts/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/curl/tests/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/tests/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build.make b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build.make new file mode 100644 index 00000000..188f5470 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for curl-pytest-ci. + +# Include any custom commands dependencies for this target. +include external/curl/tests/CMakeFiles/curl-pytest-ci.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/CMakeFiles/curl-pytest-ci.dir/progress.make + +external/curl/tests/CMakeFiles/curl-pytest-ci: + cd /home/guest/Downloads/PopLib/build/external/curl/tests && pytest -n auto -v /home/guest/Downloads/PopLib/external/curl/tests/http + +external/curl/tests/CMakeFiles/curl-pytest-ci.dir/codegen: +.PHONY : external/curl/tests/CMakeFiles/curl-pytest-ci.dir/codegen + +curl-pytest-ci: external/curl/tests/CMakeFiles/curl-pytest-ci +curl-pytest-ci: external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build.make +.PHONY : curl-pytest-ci + +# Rule to build all files generated by this target. +external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build: curl-pytest-ci +.PHONY : external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build + +external/curl/tests/CMakeFiles/curl-pytest-ci.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests && $(CMAKE_COMMAND) -P CMakeFiles/curl-pytest-ci.dir/cmake_clean.cmake +.PHONY : external/curl/tests/CMakeFiles/curl-pytest-ci.dir/clean + +external/curl/tests/CMakeFiles/curl-pytest-ci.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests /home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/CMakeFiles/curl-pytest-ci.dir/depend + diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/cmake_clean.cmake new file mode 100644 index 00000000..e19e0927 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-pytest-ci" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/curl-pytest-ci.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/compiler_depend.make b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/compiler_depend.make new file mode 100644 index 00000000..868146b1 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for curl-pytest-ci. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/compiler_depend.ts new file mode 100644 index 00000000..786b9566 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for curl-pytest-ci. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/progress.make b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/build.make b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/build.make new file mode 100644 index 00000000..0fd7dcf4 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for curl-pytest. + +# Include any custom commands dependencies for this target. +include external/curl/tests/CMakeFiles/curl-pytest.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/CMakeFiles/curl-pytest.dir/progress.make + +external/curl/tests/CMakeFiles/curl-pytest: + cd /home/guest/Downloads/PopLib/build/external/curl/tests && pytest -n auto /home/guest/Downloads/PopLib/external/curl/tests/http + +external/curl/tests/CMakeFiles/curl-pytest.dir/codegen: +.PHONY : external/curl/tests/CMakeFiles/curl-pytest.dir/codegen + +curl-pytest: external/curl/tests/CMakeFiles/curl-pytest +curl-pytest: external/curl/tests/CMakeFiles/curl-pytest.dir/build.make +.PHONY : curl-pytest + +# Rule to build all files generated by this target. +external/curl/tests/CMakeFiles/curl-pytest.dir/build: curl-pytest +.PHONY : external/curl/tests/CMakeFiles/curl-pytest.dir/build + +external/curl/tests/CMakeFiles/curl-pytest.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests && $(CMAKE_COMMAND) -P CMakeFiles/curl-pytest.dir/cmake_clean.cmake +.PHONY : external/curl/tests/CMakeFiles/curl-pytest.dir/clean + +external/curl/tests/CMakeFiles/curl-pytest.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests /home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/curl-pytest.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/CMakeFiles/curl-pytest.dir/depend + diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/cmake_clean.cmake new file mode 100644 index 00000000..6f21fe0b --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/curl-pytest" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/curl-pytest.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/compiler_depend.make b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/compiler_depend.make new file mode 100644 index 00000000..5177b8bb --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for curl-pytest. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/compiler_depend.ts new file mode 100644 index 00000000..35e3261d --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for curl-pytest. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/progress.make b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/curl/tests/CMakeFiles/progress.marks b/build_emscripten/external/curl/tests/CMakeFiles/progress.marks new file mode 100644 index 00000000..573541ac --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/build.make b/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/build.make new file mode 100644 index 00000000..57a181a8 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for test-am. + +# Include any custom commands dependencies for this target. +include external/curl/tests/CMakeFiles/test-am.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/CMakeFiles/test-am.dir/progress.make + +external/curl/tests/CMakeFiles/test-am: + cd /home/guest/Downloads/PopLib/build/external/curl/tests && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/tests/runtests.pl -a -am "\$$TFLAGS" + +external/curl/tests/CMakeFiles/test-am.dir/codegen: +.PHONY : external/curl/tests/CMakeFiles/test-am.dir/codegen + +test-am: external/curl/tests/CMakeFiles/test-am +test-am: external/curl/tests/CMakeFiles/test-am.dir/build.make +.PHONY : test-am + +# Rule to build all files generated by this target. +external/curl/tests/CMakeFiles/test-am.dir/build: test-am +.PHONY : external/curl/tests/CMakeFiles/test-am.dir/build + +external/curl/tests/CMakeFiles/test-am.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests && $(CMAKE_COMMAND) -P CMakeFiles/test-am.dir/cmake_clean.cmake +.PHONY : external/curl/tests/CMakeFiles/test-am.dir/clean + +external/curl/tests/CMakeFiles/test-am.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests /home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-am.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/CMakeFiles/test-am.dir/depend + diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/cmake_clean.cmake new file mode 100644 index 00000000..bbd1464b --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/test-am" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/test-am.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/compiler_depend.make b/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/compiler_depend.make new file mode 100644 index 00000000..caae310f --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for test-am. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/compiler_depend.ts new file mode 100644 index 00000000..3a2d87c4 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for test-am. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/progress.make b/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/build.make b/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/build.make new file mode 100644 index 00000000..fbd177a3 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for test-ci. + +# Include any custom commands dependencies for this target. +include external/curl/tests/CMakeFiles/test-ci.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/CMakeFiles/test-ci.dir/progress.make + +external/curl/tests/CMakeFiles/test-ci: + cd /home/guest/Downloads/PopLib/build/external/curl/tests && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/tests/runtests.pl -a -p "~flaky" "~timing-dependent" -r --retry=5 -j20 "\$$TFLAGS" + +external/curl/tests/CMakeFiles/test-ci.dir/codegen: +.PHONY : external/curl/tests/CMakeFiles/test-ci.dir/codegen + +test-ci: external/curl/tests/CMakeFiles/test-ci +test-ci: external/curl/tests/CMakeFiles/test-ci.dir/build.make +.PHONY : test-ci + +# Rule to build all files generated by this target. +external/curl/tests/CMakeFiles/test-ci.dir/build: test-ci +.PHONY : external/curl/tests/CMakeFiles/test-ci.dir/build + +external/curl/tests/CMakeFiles/test-ci.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests && $(CMAKE_COMMAND) -P CMakeFiles/test-ci.dir/cmake_clean.cmake +.PHONY : external/curl/tests/CMakeFiles/test-ci.dir/clean + +external/curl/tests/CMakeFiles/test-ci.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests /home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-ci.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/CMakeFiles/test-ci.dir/depend + diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/cmake_clean.cmake new file mode 100644 index 00000000..94df0c4b --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/test-ci" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/test-ci.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/compiler_depend.make b/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/compiler_depend.make new file mode 100644 index 00000000..b1a0c90d --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for test-ci. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/compiler_depend.ts new file mode 100644 index 00000000..352e20f5 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for test-ci. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/progress.make b/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/build.make b/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/build.make new file mode 100644 index 00000000..06a014b2 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for test-event. + +# Include any custom commands dependencies for this target. +include external/curl/tests/CMakeFiles/test-event.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/CMakeFiles/test-event.dir/progress.make + +external/curl/tests/CMakeFiles/test-event: + cd /home/guest/Downloads/PopLib/build/external/curl/tests && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/tests/runtests.pl -a -e "\$$TFLAGS" + +external/curl/tests/CMakeFiles/test-event.dir/codegen: +.PHONY : external/curl/tests/CMakeFiles/test-event.dir/codegen + +test-event: external/curl/tests/CMakeFiles/test-event +test-event: external/curl/tests/CMakeFiles/test-event.dir/build.make +.PHONY : test-event + +# Rule to build all files generated by this target. +external/curl/tests/CMakeFiles/test-event.dir/build: test-event +.PHONY : external/curl/tests/CMakeFiles/test-event.dir/build + +external/curl/tests/CMakeFiles/test-event.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests && $(CMAKE_COMMAND) -P CMakeFiles/test-event.dir/cmake_clean.cmake +.PHONY : external/curl/tests/CMakeFiles/test-event.dir/clean + +external/curl/tests/CMakeFiles/test-event.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests /home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-event.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/CMakeFiles/test-event.dir/depend + diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/cmake_clean.cmake new file mode 100644 index 00000000..8b608243 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/test-event" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/test-event.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/compiler_depend.make b/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/compiler_depend.make new file mode 100644 index 00000000..e0e811a8 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for test-event. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/compiler_depend.ts new file mode 100644 index 00000000..8cd58e3a --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for test-event. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/progress.make b/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/build.make b/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/build.make new file mode 100644 index 00000000..70dcf0c0 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for test-full. + +# Include any custom commands dependencies for this target. +include external/curl/tests/CMakeFiles/test-full.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/CMakeFiles/test-full.dir/progress.make + +external/curl/tests/CMakeFiles/test-full: + cd /home/guest/Downloads/PopLib/build/external/curl/tests && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/tests/runtests.pl -a -p -r "\$$TFLAGS" + +external/curl/tests/CMakeFiles/test-full.dir/codegen: +.PHONY : external/curl/tests/CMakeFiles/test-full.dir/codegen + +test-full: external/curl/tests/CMakeFiles/test-full +test-full: external/curl/tests/CMakeFiles/test-full.dir/build.make +.PHONY : test-full + +# Rule to build all files generated by this target. +external/curl/tests/CMakeFiles/test-full.dir/build: test-full +.PHONY : external/curl/tests/CMakeFiles/test-full.dir/build + +external/curl/tests/CMakeFiles/test-full.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests && $(CMAKE_COMMAND) -P CMakeFiles/test-full.dir/cmake_clean.cmake +.PHONY : external/curl/tests/CMakeFiles/test-full.dir/clean + +external/curl/tests/CMakeFiles/test-full.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests /home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-full.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/CMakeFiles/test-full.dir/depend + diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/cmake_clean.cmake new file mode 100644 index 00000000..586a784f --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/test-full" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/test-full.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/compiler_depend.make b/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/compiler_depend.make new file mode 100644 index 00000000..afcfd1ab --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for test-full. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/compiler_depend.ts new file mode 100644 index 00000000..3812e443 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for test-full. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/progress.make b/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/build.make b/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/build.make new file mode 100644 index 00000000..75612e2f --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for test-nonflaky. + +# Include any custom commands dependencies for this target. +include external/curl/tests/CMakeFiles/test-nonflaky.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/CMakeFiles/test-nonflaky.dir/progress.make + +external/curl/tests/CMakeFiles/test-nonflaky: + cd /home/guest/Downloads/PopLib/build/external/curl/tests && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/tests/runtests.pl -a -p "~flaky" "~timing-dependent" "\$$TFLAGS" + +external/curl/tests/CMakeFiles/test-nonflaky.dir/codegen: +.PHONY : external/curl/tests/CMakeFiles/test-nonflaky.dir/codegen + +test-nonflaky: external/curl/tests/CMakeFiles/test-nonflaky +test-nonflaky: external/curl/tests/CMakeFiles/test-nonflaky.dir/build.make +.PHONY : test-nonflaky + +# Rule to build all files generated by this target. +external/curl/tests/CMakeFiles/test-nonflaky.dir/build: test-nonflaky +.PHONY : external/curl/tests/CMakeFiles/test-nonflaky.dir/build + +external/curl/tests/CMakeFiles/test-nonflaky.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests && $(CMAKE_COMMAND) -P CMakeFiles/test-nonflaky.dir/cmake_clean.cmake +.PHONY : external/curl/tests/CMakeFiles/test-nonflaky.dir/clean + +external/curl/tests/CMakeFiles/test-nonflaky.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests /home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-nonflaky.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/CMakeFiles/test-nonflaky.dir/depend + diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/cmake_clean.cmake new file mode 100644 index 00000000..c180c536 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/test-nonflaky" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/test-nonflaky.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/compiler_depend.make b/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/compiler_depend.make new file mode 100644 index 00000000..adbacaee --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for test-nonflaky. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/compiler_depend.ts new file mode 100644 index 00000000..646ba27c --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for test-nonflaky. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/progress.make b/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/build.make b/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/build.make new file mode 100644 index 00000000..5074e51b --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for test-quiet. + +# Include any custom commands dependencies for this target. +include external/curl/tests/CMakeFiles/test-quiet.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/CMakeFiles/test-quiet.dir/progress.make + +external/curl/tests/CMakeFiles/test-quiet: + cd /home/guest/Downloads/PopLib/build/external/curl/tests && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/tests/runtests.pl -a -s "\$$TFLAGS" + +external/curl/tests/CMakeFiles/test-quiet.dir/codegen: +.PHONY : external/curl/tests/CMakeFiles/test-quiet.dir/codegen + +test-quiet: external/curl/tests/CMakeFiles/test-quiet +test-quiet: external/curl/tests/CMakeFiles/test-quiet.dir/build.make +.PHONY : test-quiet + +# Rule to build all files generated by this target. +external/curl/tests/CMakeFiles/test-quiet.dir/build: test-quiet +.PHONY : external/curl/tests/CMakeFiles/test-quiet.dir/build + +external/curl/tests/CMakeFiles/test-quiet.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests && $(CMAKE_COMMAND) -P CMakeFiles/test-quiet.dir/cmake_clean.cmake +.PHONY : external/curl/tests/CMakeFiles/test-quiet.dir/clean + +external/curl/tests/CMakeFiles/test-quiet.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests /home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-quiet.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/CMakeFiles/test-quiet.dir/depend + diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/cmake_clean.cmake new file mode 100644 index 00000000..21a44a83 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/test-quiet" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/test-quiet.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/compiler_depend.make b/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/compiler_depend.make new file mode 100644 index 00000000..ecd949b5 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for test-quiet. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/compiler_depend.ts new file mode 100644 index 00000000..b86b69f3 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for test-quiet. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/progress.make b/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/build.make b/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/build.make new file mode 100644 index 00000000..9dad9c9c --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for test-torture. + +# Include any custom commands dependencies for this target. +include external/curl/tests/CMakeFiles/test-torture.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/CMakeFiles/test-torture.dir/progress.make + +external/curl/tests/CMakeFiles/test-torture: + cd /home/guest/Downloads/PopLib/build/external/curl/tests && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/tests/runtests.pl -a -t -j20 "\$$TFLAGS" + +external/curl/tests/CMakeFiles/test-torture.dir/codegen: +.PHONY : external/curl/tests/CMakeFiles/test-torture.dir/codegen + +test-torture: external/curl/tests/CMakeFiles/test-torture +test-torture: external/curl/tests/CMakeFiles/test-torture.dir/build.make +.PHONY : test-torture + +# Rule to build all files generated by this target. +external/curl/tests/CMakeFiles/test-torture.dir/build: test-torture +.PHONY : external/curl/tests/CMakeFiles/test-torture.dir/build + +external/curl/tests/CMakeFiles/test-torture.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests && $(CMAKE_COMMAND) -P CMakeFiles/test-torture.dir/cmake_clean.cmake +.PHONY : external/curl/tests/CMakeFiles/test-torture.dir/clean + +external/curl/tests/CMakeFiles/test-torture.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests /home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-torture.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/CMakeFiles/test-torture.dir/depend + diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/cmake_clean.cmake new file mode 100644 index 00000000..ff5a5716 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/test-torture" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/test-torture.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/compiler_depend.make b/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/compiler_depend.make new file mode 100644 index 00000000..020d6747 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for test-torture. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/compiler_depend.ts new file mode 100644 index 00000000..7ca05771 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for test-torture. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/progress.make b/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/build.make b/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/build.make new file mode 100644 index 00000000..ed578801 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/build.make @@ -0,0 +1,86 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for testdeps. + +# Include any custom commands dependencies for this target. +include external/curl/tests/CMakeFiles/testdeps.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/CMakeFiles/testdeps.dir/progress.make + +external/curl/tests/CMakeFiles/testdeps.dir/codegen: +.PHONY : external/curl/tests/CMakeFiles/testdeps.dir/codegen + +testdeps: external/curl/tests/CMakeFiles/testdeps.dir/build.make +.PHONY : testdeps + +# Rule to build all files generated by this target. +external/curl/tests/CMakeFiles/testdeps.dir/build: testdeps +.PHONY : external/curl/tests/CMakeFiles/testdeps.dir/build + +external/curl/tests/CMakeFiles/testdeps.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests && $(CMAKE_COMMAND) -P CMakeFiles/testdeps.dir/cmake_clean.cmake +.PHONY : external/curl/tests/CMakeFiles/testdeps.dir/clean + +external/curl/tests/CMakeFiles/testdeps.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests /home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/testdeps.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/CMakeFiles/testdeps.dir/depend + diff --git a/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/cmake_clean.cmake new file mode 100644 index 00000000..9ae0ff19 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/testdeps.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/compiler_depend.make b/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/compiler_depend.make new file mode 100644 index 00000000..787cef03 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for testdeps. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/compiler_depend.ts new file mode 100644 index 00000000..29b5d01f --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for testdeps. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/progress.make b/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/curl/tests/Makefile b/build_emscripten/external/curl/tests/Makefile new file mode 100644 index 00000000..d97dbc76 --- /dev/null +++ b/build_emscripten/external/curl/tests/Makefile @@ -0,0 +1,363 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/tests//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +external/curl/tests/CMakeFiles/testdeps.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/testdeps.dir/rule +.PHONY : external/curl/tests/CMakeFiles/testdeps.dir/rule + +# Convenience name for target. +testdeps: external/curl/tests/CMakeFiles/testdeps.dir/rule +.PHONY : testdeps + +# fast build rule for target. +testdeps/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/testdeps.dir/build.make external/curl/tests/CMakeFiles/testdeps.dir/build +.PHONY : testdeps/fast + +# Convenience name for target. +external/curl/tests/CMakeFiles/test-quiet.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-quiet.dir/rule +.PHONY : external/curl/tests/CMakeFiles/test-quiet.dir/rule + +# Convenience name for target. +test-quiet: external/curl/tests/CMakeFiles/test-quiet.dir/rule +.PHONY : test-quiet + +# fast build rule for target. +test-quiet/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-quiet.dir/build.make external/curl/tests/CMakeFiles/test-quiet.dir/build +.PHONY : test-quiet/fast + +# Convenience name for target. +external/curl/tests/CMakeFiles/test-am.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-am.dir/rule +.PHONY : external/curl/tests/CMakeFiles/test-am.dir/rule + +# Convenience name for target. +test-am: external/curl/tests/CMakeFiles/test-am.dir/rule +.PHONY : test-am + +# fast build rule for target. +test-am/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-am.dir/build.make external/curl/tests/CMakeFiles/test-am.dir/build +.PHONY : test-am/fast + +# Convenience name for target. +external/curl/tests/CMakeFiles/test-full.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-full.dir/rule +.PHONY : external/curl/tests/CMakeFiles/test-full.dir/rule + +# Convenience name for target. +test-full: external/curl/tests/CMakeFiles/test-full.dir/rule +.PHONY : test-full + +# fast build rule for target. +test-full/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-full.dir/build.make external/curl/tests/CMakeFiles/test-full.dir/build +.PHONY : test-full/fast + +# Convenience name for target. +external/curl/tests/CMakeFiles/test-nonflaky.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-nonflaky.dir/rule +.PHONY : external/curl/tests/CMakeFiles/test-nonflaky.dir/rule + +# Convenience name for target. +test-nonflaky: external/curl/tests/CMakeFiles/test-nonflaky.dir/rule +.PHONY : test-nonflaky + +# fast build rule for target. +test-nonflaky/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-nonflaky.dir/build.make external/curl/tests/CMakeFiles/test-nonflaky.dir/build +.PHONY : test-nonflaky/fast + +# Convenience name for target. +external/curl/tests/CMakeFiles/test-ci.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-ci.dir/rule +.PHONY : external/curl/tests/CMakeFiles/test-ci.dir/rule + +# Convenience name for target. +test-ci: external/curl/tests/CMakeFiles/test-ci.dir/rule +.PHONY : test-ci + +# fast build rule for target. +test-ci/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-ci.dir/build.make external/curl/tests/CMakeFiles/test-ci.dir/build +.PHONY : test-ci/fast + +# Convenience name for target. +external/curl/tests/CMakeFiles/test-torture.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-torture.dir/rule +.PHONY : external/curl/tests/CMakeFiles/test-torture.dir/rule + +# Convenience name for target. +test-torture: external/curl/tests/CMakeFiles/test-torture.dir/rule +.PHONY : test-torture + +# fast build rule for target. +test-torture/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-torture.dir/build.make external/curl/tests/CMakeFiles/test-torture.dir/build +.PHONY : test-torture/fast + +# Convenience name for target. +external/curl/tests/CMakeFiles/test-event.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-event.dir/rule +.PHONY : external/curl/tests/CMakeFiles/test-event.dir/rule + +# Convenience name for target. +test-event: external/curl/tests/CMakeFiles/test-event.dir/rule +.PHONY : test-event + +# fast build rule for target. +test-event/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-event.dir/build.make external/curl/tests/CMakeFiles/test-event.dir/build +.PHONY : test-event/fast + +# Convenience name for target. +external/curl/tests/CMakeFiles/curl-pytest.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/curl-pytest.dir/rule +.PHONY : external/curl/tests/CMakeFiles/curl-pytest.dir/rule + +# Convenience name for target. +curl-pytest: external/curl/tests/CMakeFiles/curl-pytest.dir/rule +.PHONY : curl-pytest + +# fast build rule for target. +curl-pytest/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest.dir/build.make external/curl/tests/CMakeFiles/curl-pytest.dir/build +.PHONY : curl-pytest/fast + +# Convenience name for target. +external/curl/tests/CMakeFiles/curl-pytest-ci.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/curl-pytest-ci.dir/rule +.PHONY : external/curl/tests/CMakeFiles/curl-pytest-ci.dir/rule + +# Convenience name for target. +curl-pytest-ci: external/curl/tests/CMakeFiles/curl-pytest-ci.dir/rule +.PHONY : curl-pytest-ci + +# fast build rule for target. +curl-pytest-ci/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build.make external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build +.PHONY : curl-pytest-ci/fast + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... curl-pytest" + @echo "... curl-pytest-ci" + @echo "... test-am" + @echo "... test-ci" + @echo "... test-event" + @echo "... test-full" + @echo "... test-nonflaky" + @echo "... test-quiet" + @echo "... test-torture" + @echo "... testdeps" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/tests/certs/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/tests/certs/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/curl/tests/certs/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/DependInfo.cmake new file mode 100644 index 00000000..1d6b3d5b --- /dev/null +++ b/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/DependInfo.cmake @@ -0,0 +1,65 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Pairs of files generated by the same build rule. +set(CMAKE_MULTIPLE_OUTPUT_PAIRS + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.crt" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.key" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-client-cert.crl" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-client-cert.crt" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-client-cert.key" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-client-cert.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-client-cert.pub.der" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-client-cert.pub.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-first.crl" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-first.crt" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-first.key" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-first.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-first.pub.der" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-first.pub.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-last.crl" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-last.crt" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-last.key" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-last.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-last.pub.der" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-last.pub.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.crl" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.crt" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.key" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.nn.crl" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.nn.crt" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.nn.key" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.nn.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.nn.pub.der" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.nn.pub.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.pub.der" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.pub.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost0h.crl" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost0h.crt" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost0h.key" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost0h.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost0h.pub.der" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost0h.pub.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" + ) + + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/build.make b/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/build.make new file mode 100644 index 00000000..449ec794 --- /dev/null +++ b/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/build.make @@ -0,0 +1,292 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for build-certs. + +# Include any custom commands dependencies for this target. +include external/curl/tests/certs/CMakeFiles/build-certs.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/certs/CMakeFiles/build-certs.dir/progress.make + +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-ca.cacert +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-ca.crt +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-ca.key +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.crl +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.crt +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.key +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.pem +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.pub.der +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.pub.pem +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.nn.crl +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.nn.crt +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.nn.key +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.nn.pem +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.nn.pub.der +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.nn.pub.pem +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost0h.crl +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost0h.crt +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost0h.key +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost0h.pem +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost0h.pub.der +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost0h.pub.pem +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-first.crl +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-first.crt +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-first.key +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-first.pem +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-first.pub.der +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-first.pub.pem +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-last.crl +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-last.crt +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-last.key +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-last.pem +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-last.pub.der +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-last.pub.pem +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-client-cert.crl +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-client-cert.crt +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-client-cert.key +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-client-cert.pem +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-client-cert.pub.der +external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-client-cert.pub.pem + +external/curl/tests/certs/test-ca.cacert: /home/guest/Downloads/PopLib/external/curl/tests/certs/genserv.pl +external/curl/tests/certs/test-ca.cacert: /home/guest/Downloads/PopLib/external/curl/tests/certs/test-ca.cnf +external/curl/tests/certs/test-ca.cacert: /home/guest/Downloads/PopLib/external/curl/tests/certs/test-ca.prm +external/curl/tests/certs/test-ca.cacert: /home/guest/Downloads/PopLib/external/curl/tests/certs/test-localhost.prm +external/curl/tests/certs/test-ca.cacert: /home/guest/Downloads/PopLib/external/curl/tests/certs/test-localhost.nn.prm +external/curl/tests/certs/test-ca.cacert: /home/guest/Downloads/PopLib/external/curl/tests/certs/test-localhost0h.prm +external/curl/tests/certs/test-ca.cacert: /home/guest/Downloads/PopLib/external/curl/tests/certs/test-localhost-san-first.prm +external/curl/tests/certs/test-ca.cacert: /home/guest/Downloads/PopLib/external/curl/tests/certs/test-localhost-san-last.prm +external/curl/tests/certs/test-ca.cacert: /home/guest/Downloads/PopLib/external/curl/tests/certs/test-client-cert.prm + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating test-ca.cacert, test-ca.crt, test-ca.key, test-localhost.crl, test-localhost.crt, test-localhost.key, test-localhost.pem, test-localhost.pub.der, test-localhost.pub.pem, test-localhost.nn.crl, test-localhost.nn.crt, test-localhost.nn.key, test-localhost.nn.pem, test-localhost.nn.pub.der, test-localhost.nn.pub.pem, test-localhost0h.crl, test-localhost0h.crt, test-localhost0h.key, test-localhost0h.pem, test-localhost0h.pub.der, test-localhost0h.pub.pem, test-localhost-san-first.crl, test-localhost-san-first.crt, test-localhost-san-first.key, test-localhost-san-first.pem, test-localhost-san-first.pub.der, test-localhost-san-first.pub.pem, test-localhost-san-last.crl, test-localhost-san-last.crt, test-localhost-san-last.key, test-localhost-san-last.pem, test-localhost-san-last.pub.der, test-localhost-san-last.pub.pem, test-client-cert.crl, test-client-cert.crt, test-client-cert.key, test-client-cert.pem, test-client-cert.pub.der, test-client-cert.pub.pem" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/certs && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/tests/certs/genserv.pl test test-localhost.prm test-localhost.nn.prm test-localhost0h.prm test-localhost-san-first.prm test-localhost-san-last.prm test-client-cert.prm + +external/curl/tests/certs/test-ca.crt: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-ca.crt + +external/curl/tests/certs/test-ca.key: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-ca.key + +external/curl/tests/certs/test-localhost.crl: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.crl + +external/curl/tests/certs/test-localhost.crt: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.crt + +external/curl/tests/certs/test-localhost.key: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.key + +external/curl/tests/certs/test-localhost.pem: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.pem + +external/curl/tests/certs/test-localhost.pub.der: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.pub.der + +external/curl/tests/certs/test-localhost.pub.pem: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.pub.pem + +external/curl/tests/certs/test-localhost.nn.crl: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.nn.crl + +external/curl/tests/certs/test-localhost.nn.crt: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.nn.crt + +external/curl/tests/certs/test-localhost.nn.key: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.nn.key + +external/curl/tests/certs/test-localhost.nn.pem: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.nn.pem + +external/curl/tests/certs/test-localhost.nn.pub.der: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.nn.pub.der + +external/curl/tests/certs/test-localhost.nn.pub.pem: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.nn.pub.pem + +external/curl/tests/certs/test-localhost0h.crl: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost0h.crl + +external/curl/tests/certs/test-localhost0h.crt: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost0h.crt + +external/curl/tests/certs/test-localhost0h.key: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost0h.key + +external/curl/tests/certs/test-localhost0h.pem: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost0h.pem + +external/curl/tests/certs/test-localhost0h.pub.der: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost0h.pub.der + +external/curl/tests/certs/test-localhost0h.pub.pem: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost0h.pub.pem + +external/curl/tests/certs/test-localhost-san-first.crl: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-first.crl + +external/curl/tests/certs/test-localhost-san-first.crt: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-first.crt + +external/curl/tests/certs/test-localhost-san-first.key: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-first.key + +external/curl/tests/certs/test-localhost-san-first.pem: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-first.pem + +external/curl/tests/certs/test-localhost-san-first.pub.der: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-first.pub.der + +external/curl/tests/certs/test-localhost-san-first.pub.pem: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-first.pub.pem + +external/curl/tests/certs/test-localhost-san-last.crl: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-last.crl + +external/curl/tests/certs/test-localhost-san-last.crt: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-last.crt + +external/curl/tests/certs/test-localhost-san-last.key: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-last.key + +external/curl/tests/certs/test-localhost-san-last.pem: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-last.pem + +external/curl/tests/certs/test-localhost-san-last.pub.der: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-last.pub.der + +external/curl/tests/certs/test-localhost-san-last.pub.pem: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-last.pub.pem + +external/curl/tests/certs/test-client-cert.crl: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-client-cert.crl + +external/curl/tests/certs/test-client-cert.crt: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-client-cert.crt + +external/curl/tests/certs/test-client-cert.key: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-client-cert.key + +external/curl/tests/certs/test-client-cert.pem: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-client-cert.pem + +external/curl/tests/certs/test-client-cert.pub.der: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-client-cert.pub.der + +external/curl/tests/certs/test-client-cert.pub.pem: external/curl/tests/certs/test-ca.cacert + @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-client-cert.pub.pem + +external/curl/tests/certs/CMakeFiles/build-certs.dir/codegen: +.PHONY : external/curl/tests/certs/CMakeFiles/build-certs.dir/codegen + +build-certs: external/curl/tests/certs/CMakeFiles/build-certs +build-certs: external/curl/tests/certs/test-ca.cacert +build-certs: external/curl/tests/certs/test-ca.crt +build-certs: external/curl/tests/certs/test-ca.key +build-certs: external/curl/tests/certs/test-client-cert.crl +build-certs: external/curl/tests/certs/test-client-cert.crt +build-certs: external/curl/tests/certs/test-client-cert.key +build-certs: external/curl/tests/certs/test-client-cert.pem +build-certs: external/curl/tests/certs/test-client-cert.pub.der +build-certs: external/curl/tests/certs/test-client-cert.pub.pem +build-certs: external/curl/tests/certs/test-localhost-san-first.crl +build-certs: external/curl/tests/certs/test-localhost-san-first.crt +build-certs: external/curl/tests/certs/test-localhost-san-first.key +build-certs: external/curl/tests/certs/test-localhost-san-first.pem +build-certs: external/curl/tests/certs/test-localhost-san-first.pub.der +build-certs: external/curl/tests/certs/test-localhost-san-first.pub.pem +build-certs: external/curl/tests/certs/test-localhost-san-last.crl +build-certs: external/curl/tests/certs/test-localhost-san-last.crt +build-certs: external/curl/tests/certs/test-localhost-san-last.key +build-certs: external/curl/tests/certs/test-localhost-san-last.pem +build-certs: external/curl/tests/certs/test-localhost-san-last.pub.der +build-certs: external/curl/tests/certs/test-localhost-san-last.pub.pem +build-certs: external/curl/tests/certs/test-localhost.crl +build-certs: external/curl/tests/certs/test-localhost.crt +build-certs: external/curl/tests/certs/test-localhost.key +build-certs: external/curl/tests/certs/test-localhost.nn.crl +build-certs: external/curl/tests/certs/test-localhost.nn.crt +build-certs: external/curl/tests/certs/test-localhost.nn.key +build-certs: external/curl/tests/certs/test-localhost.nn.pem +build-certs: external/curl/tests/certs/test-localhost.nn.pub.der +build-certs: external/curl/tests/certs/test-localhost.nn.pub.pem +build-certs: external/curl/tests/certs/test-localhost.pem +build-certs: external/curl/tests/certs/test-localhost.pub.der +build-certs: external/curl/tests/certs/test-localhost.pub.pem +build-certs: external/curl/tests/certs/test-localhost0h.crl +build-certs: external/curl/tests/certs/test-localhost0h.crt +build-certs: external/curl/tests/certs/test-localhost0h.key +build-certs: external/curl/tests/certs/test-localhost0h.pem +build-certs: external/curl/tests/certs/test-localhost0h.pub.der +build-certs: external/curl/tests/certs/test-localhost0h.pub.pem +build-certs: external/curl/tests/certs/CMakeFiles/build-certs.dir/build.make +.PHONY : build-certs + +# Rule to build all files generated by this target. +external/curl/tests/certs/CMakeFiles/build-certs.dir/build: build-certs +.PHONY : external/curl/tests/certs/CMakeFiles/build-certs.dir/build + +external/curl/tests/certs/CMakeFiles/build-certs.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/certs && $(CMAKE_COMMAND) -P CMakeFiles/build-certs.dir/cmake_clean.cmake +.PHONY : external/curl/tests/certs/CMakeFiles/build-certs.dir/clean + +external/curl/tests/certs/CMakeFiles/build-certs.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/certs /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/certs /home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/build-certs.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/certs/CMakeFiles/build-certs.dir/depend + diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/cmake_clean.cmake new file mode 100644 index 00000000..4c8b45e0 --- /dev/null +++ b/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/cmake_clean.cmake @@ -0,0 +1,47 @@ +file(REMOVE_RECURSE + "CMakeFiles/build-certs" + "test-ca.cacert" + "test-ca.crt" + "test-ca.key" + "test-client-cert.crl" + "test-client-cert.crt" + "test-client-cert.key" + "test-client-cert.pem" + "test-client-cert.pub.der" + "test-client-cert.pub.pem" + "test-localhost-san-first.crl" + "test-localhost-san-first.crt" + "test-localhost-san-first.key" + "test-localhost-san-first.pem" + "test-localhost-san-first.pub.der" + "test-localhost-san-first.pub.pem" + "test-localhost-san-last.crl" + "test-localhost-san-last.crt" + "test-localhost-san-last.key" + "test-localhost-san-last.pem" + "test-localhost-san-last.pub.der" + "test-localhost-san-last.pub.pem" + "test-localhost.crl" + "test-localhost.crt" + "test-localhost.key" + "test-localhost.nn.crl" + "test-localhost.nn.crt" + "test-localhost.nn.key" + "test-localhost.nn.pem" + "test-localhost.nn.pub.der" + "test-localhost.nn.pub.pem" + "test-localhost.pem" + "test-localhost.pub.der" + "test-localhost.pub.pem" + "test-localhost0h.crl" + "test-localhost0h.crt" + "test-localhost0h.key" + "test-localhost0h.pem" + "test-localhost0h.pub.der" + "test-localhost0h.pub.pem" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/build-certs.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/compiler_depend.make b/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/compiler_depend.make new file mode 100644 index 00000000..d6cf39d4 --- /dev/null +++ b/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for build-certs. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/compiler_depend.ts new file mode 100644 index 00000000..86a65cba --- /dev/null +++ b/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for build-certs. diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/progress.make b/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/progress.make new file mode 100644 index 00000000..225de343 --- /dev/null +++ b/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = + diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/build.make b/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/build.make new file mode 100644 index 00000000..1c6c062c --- /dev/null +++ b/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for clean-certs. + +# Include any custom commands dependencies for this target. +include external/curl/tests/certs/CMakeFiles/clean-certs.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/certs/CMakeFiles/clean-certs.dir/progress.make + +external/curl/tests/certs/CMakeFiles/clean-certs: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/certs && /usr/bin/cmake -E remove test-ca.cacert test-ca.crt test-ca.key test-localhost.crl test-localhost.crt test-localhost.key test-localhost.pem test-localhost.pub.der test-localhost.pub.pem test-localhost.nn.crl test-localhost.nn.crt test-localhost.nn.key test-localhost.nn.pem test-localhost.nn.pub.der test-localhost.nn.pub.pem test-localhost0h.crl test-localhost0h.crt test-localhost0h.key test-localhost0h.pem test-localhost0h.pub.der test-localhost0h.pub.pem test-localhost-san-first.crl test-localhost-san-first.crt test-localhost-san-first.key test-localhost-san-first.pem test-localhost-san-first.pub.der test-localhost-san-first.pub.pem test-localhost-san-last.crl test-localhost-san-last.crt test-localhost-san-last.key test-localhost-san-last.pem test-localhost-san-last.pub.der test-localhost-san-last.pub.pem test-client-cert.crl test-client-cert.crt test-client-cert.key test-client-cert.pem test-client-cert.pub.der test-client-cert.pub.pem test-*.csr test-*.der test-*.keyenc test-ca.cnt* test-ca.db* test-ca.raw* test-ca.srl + +external/curl/tests/certs/CMakeFiles/clean-certs.dir/codegen: +.PHONY : external/curl/tests/certs/CMakeFiles/clean-certs.dir/codegen + +clean-certs: external/curl/tests/certs/CMakeFiles/clean-certs +clean-certs: external/curl/tests/certs/CMakeFiles/clean-certs.dir/build.make +.PHONY : clean-certs + +# Rule to build all files generated by this target. +external/curl/tests/certs/CMakeFiles/clean-certs.dir/build: clean-certs +.PHONY : external/curl/tests/certs/CMakeFiles/clean-certs.dir/build + +external/curl/tests/certs/CMakeFiles/clean-certs.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/certs && $(CMAKE_COMMAND) -P CMakeFiles/clean-certs.dir/cmake_clean.cmake +.PHONY : external/curl/tests/certs/CMakeFiles/clean-certs.dir/clean + +external/curl/tests/certs/CMakeFiles/clean-certs.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/certs /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/certs /home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/clean-certs.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/certs/CMakeFiles/clean-certs.dir/depend + diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/cmake_clean.cmake new file mode 100644 index 00000000..73506b1c --- /dev/null +++ b/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/clean-certs" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/clean-certs.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/compiler_depend.make b/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/compiler_depend.make new file mode 100644 index 00000000..5b34ae1b --- /dev/null +++ b/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for clean-certs. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/compiler_depend.ts new file mode 100644 index 00000000..295700e4 --- /dev/null +++ b/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for clean-certs. diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/progress.make b/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/progress.marks b/build_emscripten/external/curl/tests/certs/CMakeFiles/progress.marks new file mode 100644 index 00000000..573541ac --- /dev/null +++ b/build_emscripten/external/curl/tests/certs/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build_emscripten/external/curl/tests/certs/Makefile b/build_emscripten/external/curl/tests/certs/Makefile new file mode 100644 index 00000000..2b9b39d1 --- /dev/null +++ b/build_emscripten/external/curl/tests/certs/Makefile @@ -0,0 +1,243 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/tests/certs//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/certs/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/certs/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/certs/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/certs/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +external/curl/tests/certs/CMakeFiles/build-certs.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/certs/CMakeFiles/build-certs.dir/rule +.PHONY : external/curl/tests/certs/CMakeFiles/build-certs.dir/rule + +# Convenience name for target. +build-certs: external/curl/tests/certs/CMakeFiles/build-certs.dir/rule +.PHONY : build-certs + +# fast build rule for target. +build-certs/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/build-certs.dir/build.make external/curl/tests/certs/CMakeFiles/build-certs.dir/build +.PHONY : build-certs/fast + +# Convenience name for target. +external/curl/tests/certs/CMakeFiles/clean-certs.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/certs/CMakeFiles/clean-certs.dir/rule +.PHONY : external/curl/tests/certs/CMakeFiles/clean-certs.dir/rule + +# Convenience name for target. +clean-certs: external/curl/tests/certs/CMakeFiles/clean-certs.dir/rule +.PHONY : clean-certs + +# fast build rule for target. +clean-certs/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/clean-certs.dir/build.make external/curl/tests/certs/CMakeFiles/clean-certs.dir/build +.PHONY : clean-certs/fast + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... build-certs" + @echo "... clean-certs" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/tests/certs/Makefile.inc.cmake b/build_emscripten/external/curl/tests/certs/Makefile.inc.cmake new file mode 100644 index 00000000..a2ebb8b9 --- /dev/null +++ b/build_emscripten/external/curl/tests/certs/Makefile.inc.cmake @@ -0,0 +1,79 @@ +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) Daniel Stenberg, , et al. +# +# This software is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at https://curl.se/docs/copyright.html. +# +# You may opt to use, copy, modify, merge, publish, distribute and/or sell +# copies of the Software, and permit persons to whom the Software is +# furnished to do so, under the terms of the COPYING file. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# SPDX-License-Identifier: curl +# +########################################################################### +set(CERTCONFIG_CA + test-ca.cnf + test-ca.prm) + +set(CERTCONFIGS + test-localhost.prm + test-localhost.nn.prm + test-localhost0h.prm + test-localhost-san-first.prm + test-localhost-san-last.prm + test-client-cert.prm) + +set(GENERATEDCERTS + test-ca.cacert + test-ca.crt + test-ca.key + test-localhost.crl + test-localhost.crt + test-localhost.key + test-localhost.pem + test-localhost.pub.der + test-localhost.pub.pem + test-localhost.nn.crl + test-localhost.nn.crt + test-localhost.nn.key + test-localhost.nn.pem + test-localhost.nn.pub.der + test-localhost.nn.pub.pem + test-localhost0h.crl + test-localhost0h.crt + test-localhost0h.key + test-localhost0h.pem + test-localhost0h.pub.der + test-localhost0h.pub.pem + test-localhost-san-first.crl + test-localhost-san-first.crt + test-localhost-san-first.key + test-localhost-san-first.pem + test-localhost-san-first.pub.der + test-localhost-san-first.pub.pem + test-localhost-san-last.crl + test-localhost-san-last.crt + test-localhost-san-last.key + test-localhost-san-last.pem + test-localhost-san-last.pub.der + test-localhost-san-last.pub.pem + test-client-cert.crl + test-client-cert.crt + test-client-cert.key + test-client-cert.pem + test-client-cert.pub.der + test-client-cert.pub.pem) + +set(SRPFILES + srp-verifier-conf + srp-verifier-db) diff --git a/build_emscripten/external/curl/tests/certs/cmake_install.cmake b/build_emscripten/external/curl/tests/certs/cmake_install.cmake new file mode 100644 index 00000000..52bdf7e4 --- /dev/null +++ b/build_emscripten/external/curl/tests/certs/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/curl/tests/certs + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/curl/tests/cmake_install.cmake b/build_emscripten/external/curl/tests/cmake_install.cmake new file mode 100644 index 00000000..b12633f9 --- /dev/null +++ b/build_emscripten/external/curl/tests/cmake_install.cmake @@ -0,0 +1,85 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/curl/tests + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/external/curl/tests/http/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/external/curl/tests/server/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/external/curl/tests/unit/cmake_install.cmake") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for the subdirectory. + include("/home/guest/Downloads/PopLib/build/external/curl/tests/certs/cmake_install.cmake") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/tests/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/curl/tests/config b/build_emscripten/external/curl/tests/config new file mode 100644 index 00000000..a4d34ccd --- /dev/null +++ b/build_emscripten/external/curl/tests/config @@ -0,0 +1,24 @@ +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) Daniel Stenberg, , et al. +# +# This software is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at https://curl.se/docs/copyright.html. +# +# You may opt to use, copy, modify, merge, publish, distribute and/or sell +# copies of the Software, and permit persons to whom the Software is +# furnished to do so, under the terms of the COPYING file. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# SPDX-License-Identifier: curl +# +########################################################################### +NGHTTPX: diff --git a/build_emscripten/external/curl/tests/configurehelp.pm b/build_emscripten/external/curl/tests/configurehelp.pm new file mode 100644 index 00000000..a17d9c5e --- /dev/null +++ b/build_emscripten/external/curl/tests/configurehelp.pm @@ -0,0 +1,45 @@ +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) Daniel Stenberg, , et al. +# +# This software is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at https://curl.se/docs/copyright.html. +# +# You may opt to use, copy, modify, merge, publish, distribute and/or sell +# copies of the Software, and permit persons to whom the Software is +# furnished to do so, under the terms of the COPYING file. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# SPDX-License-Identifier: curl +# +########################################################################### + +package configurehelp; + +use strict; +use warnings; +use Exporter; + +use vars qw( + @ISA + @EXPORT_OK + $Cpreprocessor + ); + +@ISA = qw(Exporter); + +@EXPORT_OK = qw( + $Cpreprocessor + ); + +$Cpreprocessor = '"/usr/bin/gcc" -E -I/home/guest/Downloads/PopLib/external/curl/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/home/guest/Downloads/PopLib/build/external/curl/lib'; + +1; diff --git a/build_emscripten/external/curl/tests/http/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/tests/http/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/curl/tests/http/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/tests/http/CMakeFiles/progress.marks b/build_emscripten/external/curl/tests/http/CMakeFiles/progress.marks new file mode 100644 index 00000000..573541ac --- /dev/null +++ b/build_emscripten/external/curl/tests/http/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build_emscripten/external/curl/tests/http/Makefile b/build_emscripten/external/curl/tests/http/Makefile new file mode 100644 index 00000000..7dce8c30 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/Makefile @@ -0,0 +1,213 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/tests/http//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/tests/http/clients/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/DependInfo.cmake new file mode 100644 index 00000000..0a520c88 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-pausing.c" "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o.d" + "" "external/curl/tests/http/clients/h2-pausing" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make new file mode 100644 index 00000000..c437473a --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/flags.make + +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/codegen: +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/codegen + +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/flags.make +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o: /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-pausing.c +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o -MF CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o.d -o CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-pausing.c + +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-pausing.c > CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.i + +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-pausing.c -o CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.s + +# Object files for target curlt-client-h2-pausing +curlt__client__h2__pausing_OBJECTS = \ +"CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o" + +# External object files for target curlt-client-h2-pausing +curlt__client__h2__pausing_EXTERNAL_OBJECTS = + +external/curl/tests/http/clients/h2-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o +external/curl/tests/http/clients/h2-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make +external/curl/tests/http/clients/h2-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/compiler_depend.ts +external/curl/tests/http/clients/h2-pausing: external/curl/lib/libcurl.a +external/curl/tests/http/clients/h2-pausing: /usr/lib/libz.so +external/curl/tests/http/clients/h2-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable h2-pausing" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curlt-client-h2-pausing.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build: external/curl/tests/http/clients/h2-pausing +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build + +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -P CMakeFiles/curlt-client-h2-pausing.dir/cmake_clean.cmake +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/clean + +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/depend + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/cmake_clean.cmake new file mode 100644 index 00000000..c00d3ba6 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curlt-client-h2-pausing.dir/link.d" + "CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o" + "CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o.d" + "h2-pausing" + "h2-pausing.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curlt-client-h2-pausing.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/compiler_depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/compiler_depend.make new file mode 100644 index 00000000..afd22f27 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curlt-client-h2-pausing. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/compiler_depend.ts new file mode 100644 index 00000000..43db4328 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curlt-client-h2-pausing. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/depend.make new file mode 100644 index 00000000..eea871e0 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curlt-client-h2-pausing. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/flags.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/flags.make new file mode 100644 index 00000000..e3d47c63 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/link.txt b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/link.txt new file mode 100644 index 00000000..7ce5e938 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curlt-client-h2-pausing.dir/link.d "CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o" -o h2-pausing ../../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/progress.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/DependInfo.cmake new file mode 100644 index 00000000..ab26fa43 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-serverpush.c" "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o.d" + "" "external/curl/tests/http/clients/h2-serverpush" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make new file mode 100644 index 00000000..1040e2f2 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/flags.make + +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/codegen: +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/codegen + +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/flags.make +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o: /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-serverpush.c +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o -MF CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o.d -o CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-serverpush.c + +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-serverpush.c > CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.i + +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-serverpush.c -o CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.s + +# Object files for target curlt-client-h2-serverpush +curlt__client__h2__serverpush_OBJECTS = \ +"CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o" + +# External object files for target curlt-client-h2-serverpush +curlt__client__h2__serverpush_EXTERNAL_OBJECTS = + +external/curl/tests/http/clients/h2-serverpush: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o +external/curl/tests/http/clients/h2-serverpush: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make +external/curl/tests/http/clients/h2-serverpush: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/compiler_depend.ts +external/curl/tests/http/clients/h2-serverpush: external/curl/lib/libcurl.a +external/curl/tests/http/clients/h2-serverpush: /usr/lib/libz.so +external/curl/tests/http/clients/h2-serverpush: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable h2-serverpush" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curlt-client-h2-serverpush.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build: external/curl/tests/http/clients/h2-serverpush +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build + +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -P CMakeFiles/curlt-client-h2-serverpush.dir/cmake_clean.cmake +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/clean + +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/depend + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/cmake_clean.cmake new file mode 100644 index 00000000..0617fafd --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curlt-client-h2-serverpush.dir/link.d" + "CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o" + "CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o.d" + "h2-serverpush" + "h2-serverpush.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curlt-client-h2-serverpush.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/compiler_depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/compiler_depend.make new file mode 100644 index 00000000..314f0d9c --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curlt-client-h2-serverpush. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/compiler_depend.ts new file mode 100644 index 00000000..1d40d11c --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curlt-client-h2-serverpush. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/depend.make new file mode 100644 index 00000000..c5c2520b --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curlt-client-h2-serverpush. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/flags.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/flags.make new file mode 100644 index 00000000..e3d47c63 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/link.txt b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/link.txt new file mode 100644 index 00000000..9db07aaf --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curlt-client-h2-serverpush.dir/link.d "CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o" -o h2-serverpush ../../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/progress.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/DependInfo.cmake new file mode 100644 index 00000000..e69ad964 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-upgrade-extreme.c" "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o.d" + "" "external/curl/tests/http/clients/h2-upgrade-extreme" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make new file mode 100644 index 00000000..8d9175e7 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/flags.make + +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/codegen: +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/codegen + +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/flags.make +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o: /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-upgrade-extreme.c +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o -MF CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o.d -o CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-upgrade-extreme.c + +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-upgrade-extreme.c > CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.i + +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-upgrade-extreme.c -o CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.s + +# Object files for target curlt-client-h2-upgrade-extreme +curlt__client__h2__upgrade__extreme_OBJECTS = \ +"CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o" + +# External object files for target curlt-client-h2-upgrade-extreme +curlt__client__h2__upgrade__extreme_EXTERNAL_OBJECTS = + +external/curl/tests/http/clients/h2-upgrade-extreme: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o +external/curl/tests/http/clients/h2-upgrade-extreme: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make +external/curl/tests/http/clients/h2-upgrade-extreme: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/compiler_depend.ts +external/curl/tests/http/clients/h2-upgrade-extreme: external/curl/lib/libcurl.a +external/curl/tests/http/clients/h2-upgrade-extreme: /usr/lib/libz.so +external/curl/tests/http/clients/h2-upgrade-extreme: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable h2-upgrade-extreme" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curlt-client-h2-upgrade-extreme.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build: external/curl/tests/http/clients/h2-upgrade-extreme +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build + +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -P CMakeFiles/curlt-client-h2-upgrade-extreme.dir/cmake_clean.cmake +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/clean + +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/depend + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/cmake_clean.cmake new file mode 100644 index 00000000..1b252799 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curlt-client-h2-upgrade-extreme.dir/link.d" + "CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o" + "CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o.d" + "h2-upgrade-extreme" + "h2-upgrade-extreme.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curlt-client-h2-upgrade-extreme.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/compiler_depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/compiler_depend.make new file mode 100644 index 00000000..dd71b653 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curlt-client-h2-upgrade-extreme. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/compiler_depend.ts new file mode 100644 index 00000000..e5d9647e --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curlt-client-h2-upgrade-extreme. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/depend.make new file mode 100644 index 00000000..71a1a252 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curlt-client-h2-upgrade-extreme. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/flags.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/flags.make new file mode 100644 index 00000000..e3d47c63 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/link.txt b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/link.txt new file mode 100644 index 00000000..f8a74033 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curlt-client-h2-upgrade-extreme.dir/link.d "CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o" -o h2-upgrade-extreme ../../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/progress.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/DependInfo.cmake new file mode 100644 index 00000000..1d840924 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/http/clients/hx-download.c" "external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o.d" + "" "external/curl/tests/http/clients/hx-download" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make new file mode 100644 index 00000000..f6c5cdac --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/flags.make + +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/codegen: +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/codegen + +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/flags.make +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o: /home/guest/Downloads/PopLib/external/curl/tests/http/clients/hx-download.c +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o -MF CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o.d -o CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/http/clients/hx-download.c + +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlt-client-hx-download.dir/hx-download.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/http/clients/hx-download.c > CMakeFiles/curlt-client-hx-download.dir/hx-download.c.i + +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlt-client-hx-download.dir/hx-download.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/http/clients/hx-download.c -o CMakeFiles/curlt-client-hx-download.dir/hx-download.c.s + +# Object files for target curlt-client-hx-download +curlt__client__hx__download_OBJECTS = \ +"CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o" + +# External object files for target curlt-client-hx-download +curlt__client__hx__download_EXTERNAL_OBJECTS = + +external/curl/tests/http/clients/hx-download: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o +external/curl/tests/http/clients/hx-download: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make +external/curl/tests/http/clients/hx-download: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/compiler_depend.ts +external/curl/tests/http/clients/hx-download: external/curl/lib/libcurl.a +external/curl/tests/http/clients/hx-download: /usr/lib/libz.so +external/curl/tests/http/clients/hx-download: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable hx-download" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curlt-client-hx-download.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build: external/curl/tests/http/clients/hx-download +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build + +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -P CMakeFiles/curlt-client-hx-download.dir/cmake_clean.cmake +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/clean + +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/depend + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/cmake_clean.cmake new file mode 100644 index 00000000..29b5168b --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curlt-client-hx-download.dir/link.d" + "CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o" + "CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o.d" + "hx-download" + "hx-download.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curlt-client-hx-download.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/compiler_depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/compiler_depend.make new file mode 100644 index 00000000..e81c56ff --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curlt-client-hx-download. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/compiler_depend.ts new file mode 100644 index 00000000..229df25d --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curlt-client-hx-download. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/depend.make new file mode 100644 index 00000000..c4ed630a --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curlt-client-hx-download. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/flags.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/flags.make new file mode 100644 index 00000000..e3d47c63 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/link.txt b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/link.txt new file mode 100644 index 00000000..e57fac72 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curlt-client-hx-download.dir/link.d "CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o" -o hx-download ../../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/progress.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/DependInfo.cmake new file mode 100644 index 00000000..1586452b --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/http/clients/hx-upload.c" "external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o.d" + "" "external/curl/tests/http/clients/hx-upload" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make new file mode 100644 index 00000000..74eedd31 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/flags.make + +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/codegen: +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/codegen + +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/flags.make +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o: /home/guest/Downloads/PopLib/external/curl/tests/http/clients/hx-upload.c +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o -MF CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o.d -o CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/http/clients/hx-upload.c + +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/http/clients/hx-upload.c > CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.i + +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/http/clients/hx-upload.c -o CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.s + +# Object files for target curlt-client-hx-upload +curlt__client__hx__upload_OBJECTS = \ +"CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o" + +# External object files for target curlt-client-hx-upload +curlt__client__hx__upload_EXTERNAL_OBJECTS = + +external/curl/tests/http/clients/hx-upload: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o +external/curl/tests/http/clients/hx-upload: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make +external/curl/tests/http/clients/hx-upload: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/compiler_depend.ts +external/curl/tests/http/clients/hx-upload: external/curl/lib/libcurl.a +external/curl/tests/http/clients/hx-upload: /usr/lib/libz.so +external/curl/tests/http/clients/hx-upload: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable hx-upload" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curlt-client-hx-upload.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build: external/curl/tests/http/clients/hx-upload +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build + +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -P CMakeFiles/curlt-client-hx-upload.dir/cmake_clean.cmake +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/clean + +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/depend + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/cmake_clean.cmake new file mode 100644 index 00000000..876c862e --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curlt-client-hx-upload.dir/link.d" + "CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o" + "CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o.d" + "hx-upload" + "hx-upload.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curlt-client-hx-upload.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/compiler_depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/compiler_depend.make new file mode 100644 index 00000000..a9f273d5 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curlt-client-hx-upload. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/compiler_depend.ts new file mode 100644 index 00000000..6b93081e --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curlt-client-hx-upload. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/depend.make new file mode 100644 index 00000000..f73e1b80 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curlt-client-hx-upload. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/flags.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/flags.make new file mode 100644 index 00000000..e3d47c63 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/link.txt b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/link.txt new file mode 100644 index 00000000..e5f4d845 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curlt-client-hx-upload.dir/link.d "CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o" -o hx-upload ../../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/progress.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/DependInfo.cmake new file mode 100644 index 00000000..a8bcb7af --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/http/clients/tls-session-reuse.c" "external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o.d" + "" "external/curl/tests/http/clients/tls-session-reuse" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make new file mode 100644 index 00000000..f9a034a8 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/flags.make + +external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/codegen: +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/codegen + +external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/flags.make +external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o: /home/guest/Downloads/PopLib/external/curl/tests/http/clients/tls-session-reuse.c +external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o -MF CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o.d -o CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/http/clients/tls-session-reuse.c + +external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/http/clients/tls-session-reuse.c > CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.i + +external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/http/clients/tls-session-reuse.c -o CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.s + +# Object files for target curlt-client-tls-session-reuse +curlt__client__tls__session__reuse_OBJECTS = \ +"CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o" + +# External object files for target curlt-client-tls-session-reuse +curlt__client__tls__session__reuse_EXTERNAL_OBJECTS = + +external/curl/tests/http/clients/tls-session-reuse: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o +external/curl/tests/http/clients/tls-session-reuse: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make +external/curl/tests/http/clients/tls-session-reuse: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/compiler_depend.ts +external/curl/tests/http/clients/tls-session-reuse: external/curl/lib/libcurl.a +external/curl/tests/http/clients/tls-session-reuse: /usr/lib/libz.so +external/curl/tests/http/clients/tls-session-reuse: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable tls-session-reuse" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curlt-client-tls-session-reuse.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build: external/curl/tests/http/clients/tls-session-reuse +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build + +external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -P CMakeFiles/curlt-client-tls-session-reuse.dir/cmake_clean.cmake +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/clean + +external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/depend + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/cmake_clean.cmake new file mode 100644 index 00000000..ce3aec59 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curlt-client-tls-session-reuse.dir/link.d" + "CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o" + "CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o.d" + "tls-session-reuse" + "tls-session-reuse.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curlt-client-tls-session-reuse.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/compiler_depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/compiler_depend.make new file mode 100644 index 00000000..72dd3356 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curlt-client-tls-session-reuse. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/compiler_depend.ts new file mode 100644 index 00000000..56827111 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curlt-client-tls-session-reuse. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/depend.make new file mode 100644 index 00000000..41f50721 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curlt-client-tls-session-reuse. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/flags.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/flags.make new file mode 100644 index 00000000..e3d47c63 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/link.txt b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/link.txt new file mode 100644 index 00000000..48e9d7ff --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curlt-client-tls-session-reuse.dir/link.d "CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o" -o tls-session-reuse ../../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/progress.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/progress.make new file mode 100644 index 00000000..c6f123de --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 43 +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/DependInfo.cmake new file mode 100644 index 00000000..38f8ffc4 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/http/clients/upload-pausing.c" "external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o.d" + "" "external/curl/tests/http/clients/upload-pausing" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make new file mode 100644 index 00000000..b9f09321 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/flags.make + +external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/codegen: +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/codegen + +external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/flags.make +external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o: /home/guest/Downloads/PopLib/external/curl/tests/http/clients/upload-pausing.c +external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o -MF CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o.d -o CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/http/clients/upload-pausing.c + +external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/http/clients/upload-pausing.c > CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.i + +external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/http/clients/upload-pausing.c -o CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.s + +# Object files for target curlt-client-upload-pausing +curlt__client__upload__pausing_OBJECTS = \ +"CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o" + +# External object files for target curlt-client-upload-pausing +curlt__client__upload__pausing_EXTERNAL_OBJECTS = + +external/curl/tests/http/clients/upload-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o +external/curl/tests/http/clients/upload-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make +external/curl/tests/http/clients/upload-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/compiler_depend.ts +external/curl/tests/http/clients/upload-pausing: external/curl/lib/libcurl.a +external/curl/tests/http/clients/upload-pausing: /usr/lib/libz.so +external/curl/tests/http/clients/upload-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable upload-pausing" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curlt-client-upload-pausing.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build: external/curl/tests/http/clients/upload-pausing +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build + +external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -P CMakeFiles/curlt-client-upload-pausing.dir/cmake_clean.cmake +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/clean + +external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/depend + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/cmake_clean.cmake new file mode 100644 index 00000000..02f86d8f --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curlt-client-upload-pausing.dir/link.d" + "CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o" + "CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o.d" + "upload-pausing" + "upload-pausing.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curlt-client-upload-pausing.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/compiler_depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/compiler_depend.make new file mode 100644 index 00000000..adeb1ec7 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curlt-client-upload-pausing. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/compiler_depend.ts new file mode 100644 index 00000000..dd53e7e3 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curlt-client-upload-pausing. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/depend.make new file mode 100644 index 00000000..eafd6b20 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curlt-client-upload-pausing. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/flags.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/flags.make new file mode 100644 index 00000000..e3d47c63 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/link.txt b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/link.txt new file mode 100644 index 00000000..34d20fe6 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curlt-client-upload-pausing.dir/link.d "CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o" -o upload-pausing ../../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/progress.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/DependInfo.cmake new file mode 100644 index 00000000..9cc9668a --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/http/clients/ws-data.c" "external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o.d" + "" "external/curl/tests/http/clients/ws-data" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make new file mode 100644 index 00000000..76357b32 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/flags.make + +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/codegen: +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/codegen + +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/flags.make +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o: /home/guest/Downloads/PopLib/external/curl/tests/http/clients/ws-data.c +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o -MF CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o.d -o CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/http/clients/ws-data.c + +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlt-client-ws-data.dir/ws-data.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/http/clients/ws-data.c > CMakeFiles/curlt-client-ws-data.dir/ws-data.c.i + +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlt-client-ws-data.dir/ws-data.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/http/clients/ws-data.c -o CMakeFiles/curlt-client-ws-data.dir/ws-data.c.s + +# Object files for target curlt-client-ws-data +curlt__client__ws__data_OBJECTS = \ +"CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o" + +# External object files for target curlt-client-ws-data +curlt__client__ws__data_EXTERNAL_OBJECTS = + +external/curl/tests/http/clients/ws-data: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o +external/curl/tests/http/clients/ws-data: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make +external/curl/tests/http/clients/ws-data: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/compiler_depend.ts +external/curl/tests/http/clients/ws-data: external/curl/lib/libcurl.a +external/curl/tests/http/clients/ws-data: /usr/lib/libz.so +external/curl/tests/http/clients/ws-data: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ws-data" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curlt-client-ws-data.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build: external/curl/tests/http/clients/ws-data +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build + +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -P CMakeFiles/curlt-client-ws-data.dir/cmake_clean.cmake +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/clean + +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/depend + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/cmake_clean.cmake new file mode 100644 index 00000000..641c3fe0 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curlt-client-ws-data.dir/link.d" + "CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o" + "CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o.d" + "ws-data" + "ws-data.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curlt-client-ws-data.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/compiler_depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/compiler_depend.make new file mode 100644 index 00000000..86293b9b --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curlt-client-ws-data. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/compiler_depend.ts new file mode 100644 index 00000000..6f66bbd7 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curlt-client-ws-data. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/depend.make new file mode 100644 index 00000000..2bf3c193 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curlt-client-ws-data. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/flags.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/flags.make new file mode 100644 index 00000000..e3d47c63 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/link.txt b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/link.txt new file mode 100644 index 00000000..b5f9a632 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curlt-client-ws-data.dir/link.d "CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o" -o ws-data ../../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/progress.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/DependInfo.cmake new file mode 100644 index 00000000..d0340d61 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/http/clients/ws-pingpong.c" "external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o.d" + "" "external/curl/tests/http/clients/ws-pingpong" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make new file mode 100644 index 00000000..2d0ac2bc --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/flags.make + +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/codegen: +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/codegen + +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/flags.make +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o: /home/guest/Downloads/PopLib/external/curl/tests/http/clients/ws-pingpong.c +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o -MF CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o.d -o CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/http/clients/ws-pingpong.c + +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/http/clients/ws-pingpong.c > CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.i + +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/http/clients/ws-pingpong.c -o CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.s + +# Object files for target curlt-client-ws-pingpong +curlt__client__ws__pingpong_OBJECTS = \ +"CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o" + +# External object files for target curlt-client-ws-pingpong +curlt__client__ws__pingpong_EXTERNAL_OBJECTS = + +external/curl/tests/http/clients/ws-pingpong: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o +external/curl/tests/http/clients/ws-pingpong: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make +external/curl/tests/http/clients/ws-pingpong: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/compiler_depend.ts +external/curl/tests/http/clients/ws-pingpong: external/curl/lib/libcurl.a +external/curl/tests/http/clients/ws-pingpong: /usr/lib/libz.so +external/curl/tests/http/clients/ws-pingpong: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ws-pingpong" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curlt-client-ws-pingpong.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build: external/curl/tests/http/clients/ws-pingpong +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build + +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -P CMakeFiles/curlt-client-ws-pingpong.dir/cmake_clean.cmake +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/clean + +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/depend + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/cmake_clean.cmake new file mode 100644 index 00000000..c0762a39 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/curlt-client-ws-pingpong.dir/link.d" + "CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o" + "CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o.d" + "ws-pingpong" + "ws-pingpong.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/curlt-client-ws-pingpong.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/compiler_depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/compiler_depend.make new file mode 100644 index 00000000..a66194e0 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for curlt-client-ws-pingpong. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/compiler_depend.ts new file mode 100644 index 00000000..c8553331 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for curlt-client-ws-pingpong. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/depend.make new file mode 100644 index 00000000..07b1e1d1 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for curlt-client-ws-pingpong. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/flags.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/flags.make new file mode 100644 index 00000000..e3d47c63 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/link.txt b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/link.txt new file mode 100644 index 00000000..2660ab7b --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curlt-client-ws-pingpong.dir/link.d "CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o" -o ws-pingpong ../../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/progress.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/progress.marks b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/progress.marks new file mode 100644 index 00000000..573541ac --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build.make new file mode 100644 index 00000000..83a3f5e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build.make @@ -0,0 +1,86 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for test-http-clients. + +# Include any custom commands dependencies for this target. +include external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/progress.make + +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen: +.PHONY : external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen + +test-http-clients: external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build.make +.PHONY : test-http-clients + +# Rule to build all files generated by this target. +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build: test-http-clients +.PHONY : external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build + +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -P CMakeFiles/test-http-clients.dir/cmake_clean.cmake +.PHONY : external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/clean + +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/depend + diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/cmake_clean.cmake new file mode 100644 index 00000000..f4cd71fe --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/cmake_clean.cmake @@ -0,0 +1,5 @@ + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/test-http-clients.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/compiler_depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/compiler_depend.make new file mode 100644 index 00000000..f61e5938 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for test-http-clients. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/compiler_depend.ts new file mode 100644 index 00000000..9e5cfb1f --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for test-http-clients. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/progress.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/curl/tests/http/clients/Makefile b/build_emscripten/external/curl/tests/http/clients/Makefile new file mode 100644 index 00000000..606c69fc --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/Makefile @@ -0,0 +1,606 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/rule +.PHONY : external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/rule + +# Convenience name for target. +test-http-clients: external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/rule +.PHONY : test-http-clients + +# fast build rule for target. +test-http-clients/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build.make external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build +.PHONY : test-http-clients/fast + +# Convenience name for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/rule +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/rule + +# Convenience name for target. +curlt-client-h2-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/rule +.PHONY : curlt-client-h2-pausing + +# fast build rule for target. +curlt-client-h2-pausing/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build +.PHONY : curlt-client-h2-pausing/fast + +# Convenience name for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/rule +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/rule + +# Convenience name for target. +curlt-client-h2-serverpush: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/rule +.PHONY : curlt-client-h2-serverpush + +# fast build rule for target. +curlt-client-h2-serverpush/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build +.PHONY : curlt-client-h2-serverpush/fast + +# Convenience name for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/rule +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/rule + +# Convenience name for target. +curlt-client-h2-upgrade-extreme: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/rule +.PHONY : curlt-client-h2-upgrade-extreme + +# fast build rule for target. +curlt-client-h2-upgrade-extreme/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build +.PHONY : curlt-client-h2-upgrade-extreme/fast + +# Convenience name for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/rule +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/rule + +# Convenience name for target. +curlt-client-hx-download: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/rule +.PHONY : curlt-client-hx-download + +# fast build rule for target. +curlt-client-hx-download/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build +.PHONY : curlt-client-hx-download/fast + +# Convenience name for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/rule +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/rule + +# Convenience name for target. +curlt-client-hx-upload: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/rule +.PHONY : curlt-client-hx-upload + +# fast build rule for target. +curlt-client-hx-upload/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build +.PHONY : curlt-client-hx-upload/fast + +# Convenience name for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/rule +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/rule + +# Convenience name for target. +curlt-client-tls-session-reuse: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/rule +.PHONY : curlt-client-tls-session-reuse + +# fast build rule for target. +curlt-client-tls-session-reuse/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build +.PHONY : curlt-client-tls-session-reuse/fast + +# Convenience name for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/rule +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/rule + +# Convenience name for target. +curlt-client-upload-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/rule +.PHONY : curlt-client-upload-pausing + +# fast build rule for target. +curlt-client-upload-pausing/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build +.PHONY : curlt-client-upload-pausing/fast + +# Convenience name for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/rule +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/rule + +# Convenience name for target. +curlt-client-ws-data: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/rule +.PHONY : curlt-client-ws-data + +# fast build rule for target. +curlt-client-ws-data/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build +.PHONY : curlt-client-ws-data/fast + +# Convenience name for target. +external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/rule +.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/rule + +# Convenience name for target. +curlt-client-ws-pingpong: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/rule +.PHONY : curlt-client-ws-pingpong + +# fast build rule for target. +curlt-client-ws-pingpong/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build +.PHONY : curlt-client-ws-pingpong/fast + +h2-pausing.o: h2-pausing.c.o +.PHONY : h2-pausing.o + +# target to build an object file +h2-pausing.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o +.PHONY : h2-pausing.c.o + +h2-pausing.i: h2-pausing.c.i +.PHONY : h2-pausing.i + +# target to preprocess a source file +h2-pausing.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.i +.PHONY : h2-pausing.c.i + +h2-pausing.s: h2-pausing.c.s +.PHONY : h2-pausing.s + +# target to generate assembly for a file +h2-pausing.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.s +.PHONY : h2-pausing.c.s + +h2-serverpush.o: h2-serverpush.c.o +.PHONY : h2-serverpush.o + +# target to build an object file +h2-serverpush.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o +.PHONY : h2-serverpush.c.o + +h2-serverpush.i: h2-serverpush.c.i +.PHONY : h2-serverpush.i + +# target to preprocess a source file +h2-serverpush.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.i +.PHONY : h2-serverpush.c.i + +h2-serverpush.s: h2-serverpush.c.s +.PHONY : h2-serverpush.s + +# target to generate assembly for a file +h2-serverpush.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.s +.PHONY : h2-serverpush.c.s + +h2-upgrade-extreme.o: h2-upgrade-extreme.c.o +.PHONY : h2-upgrade-extreme.o + +# target to build an object file +h2-upgrade-extreme.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o +.PHONY : h2-upgrade-extreme.c.o + +h2-upgrade-extreme.i: h2-upgrade-extreme.c.i +.PHONY : h2-upgrade-extreme.i + +# target to preprocess a source file +h2-upgrade-extreme.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.i +.PHONY : h2-upgrade-extreme.c.i + +h2-upgrade-extreme.s: h2-upgrade-extreme.c.s +.PHONY : h2-upgrade-extreme.s + +# target to generate assembly for a file +h2-upgrade-extreme.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.s +.PHONY : h2-upgrade-extreme.c.s + +hx-download.o: hx-download.c.o +.PHONY : hx-download.o + +# target to build an object file +hx-download.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o +.PHONY : hx-download.c.o + +hx-download.i: hx-download.c.i +.PHONY : hx-download.i + +# target to preprocess a source file +hx-download.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.i +.PHONY : hx-download.c.i + +hx-download.s: hx-download.c.s +.PHONY : hx-download.s + +# target to generate assembly for a file +hx-download.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.s +.PHONY : hx-download.c.s + +hx-upload.o: hx-upload.c.o +.PHONY : hx-upload.o + +# target to build an object file +hx-upload.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o +.PHONY : hx-upload.c.o + +hx-upload.i: hx-upload.c.i +.PHONY : hx-upload.i + +# target to preprocess a source file +hx-upload.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.i +.PHONY : hx-upload.c.i + +hx-upload.s: hx-upload.c.s +.PHONY : hx-upload.s + +# target to generate assembly for a file +hx-upload.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.s +.PHONY : hx-upload.c.s + +tls-session-reuse.o: tls-session-reuse.c.o +.PHONY : tls-session-reuse.o + +# target to build an object file +tls-session-reuse.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o +.PHONY : tls-session-reuse.c.o + +tls-session-reuse.i: tls-session-reuse.c.i +.PHONY : tls-session-reuse.i + +# target to preprocess a source file +tls-session-reuse.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.i +.PHONY : tls-session-reuse.c.i + +tls-session-reuse.s: tls-session-reuse.c.s +.PHONY : tls-session-reuse.s + +# target to generate assembly for a file +tls-session-reuse.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.s +.PHONY : tls-session-reuse.c.s + +upload-pausing.o: upload-pausing.c.o +.PHONY : upload-pausing.o + +# target to build an object file +upload-pausing.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o +.PHONY : upload-pausing.c.o + +upload-pausing.i: upload-pausing.c.i +.PHONY : upload-pausing.i + +# target to preprocess a source file +upload-pausing.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.i +.PHONY : upload-pausing.c.i + +upload-pausing.s: upload-pausing.c.s +.PHONY : upload-pausing.s + +# target to generate assembly for a file +upload-pausing.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.s +.PHONY : upload-pausing.c.s + +ws-data.o: ws-data.c.o +.PHONY : ws-data.o + +# target to build an object file +ws-data.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o +.PHONY : ws-data.c.o + +ws-data.i: ws-data.c.i +.PHONY : ws-data.i + +# target to preprocess a source file +ws-data.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.i +.PHONY : ws-data.c.i + +ws-data.s: ws-data.c.s +.PHONY : ws-data.s + +# target to generate assembly for a file +ws-data.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.s +.PHONY : ws-data.c.s + +ws-pingpong.o: ws-pingpong.c.o +.PHONY : ws-pingpong.o + +# target to build an object file +ws-pingpong.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o +.PHONY : ws-pingpong.c.o + +ws-pingpong.i: ws-pingpong.c.i +.PHONY : ws-pingpong.i + +# target to preprocess a source file +ws-pingpong.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.i +.PHONY : ws-pingpong.c.i + +ws-pingpong.s: ws-pingpong.c.s +.PHONY : ws-pingpong.s + +# target to generate assembly for a file +ws-pingpong.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.s +.PHONY : ws-pingpong.c.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... test-http-clients" + @echo "... curlt-client-h2-pausing" + @echo "... curlt-client-h2-serverpush" + @echo "... curlt-client-h2-upgrade-extreme" + @echo "... curlt-client-hx-download" + @echo "... curlt-client-hx-upload" + @echo "... curlt-client-tls-session-reuse" + @echo "... curlt-client-upload-pausing" + @echo "... curlt-client-ws-data" + @echo "... curlt-client-ws-pingpong" + @echo "... h2-pausing.o" + @echo "... h2-pausing.i" + @echo "... h2-pausing.s" + @echo "... h2-serverpush.o" + @echo "... h2-serverpush.i" + @echo "... h2-serverpush.s" + @echo "... h2-upgrade-extreme.o" + @echo "... h2-upgrade-extreme.i" + @echo "... h2-upgrade-extreme.s" + @echo "... hx-download.o" + @echo "... hx-download.i" + @echo "... hx-download.s" + @echo "... hx-upload.o" + @echo "... hx-upload.i" + @echo "... hx-upload.s" + @echo "... tls-session-reuse.o" + @echo "... tls-session-reuse.i" + @echo "... tls-session-reuse.s" + @echo "... upload-pausing.o" + @echo "... upload-pausing.i" + @echo "... upload-pausing.s" + @echo "... ws-data.o" + @echo "... ws-data.i" + @echo "... ws-data.s" + @echo "... ws-pingpong.o" + @echo "... ws-pingpong.i" + @echo "... ws-pingpong.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/tests/http/clients/Makefile.inc.cmake b/build_emscripten/external/curl/tests/http/clients/Makefile.inc.cmake new file mode 100644 index 00000000..51974fd7 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/Makefile.inc.cmake @@ -0,0 +1,35 @@ +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) Daniel Stenberg, , et al. +# +# This software is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at https://curl.se/docs/copyright.html. +# +# You may opt to use, copy, modify, merge, publish, distribute and/or sell +# copies of the Software, and permit persons to whom the Software is +# furnished to do so, under the terms of the COPYING file. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# SPDX-License-Identifier: curl +# +########################################################################### + +# These are all libcurl example programs to be test compiled +set(check_PROGRAMS + h2-pausing + h2-serverpush + h2-upgrade-extreme + hx-download + hx-upload + tls-session-reuse + upload-pausing + ws-data + ws-pingpong) diff --git a/build_emscripten/external/curl/tests/http/clients/cmake_install.cmake b/build_emscripten/external/curl/tests/http/clients/cmake_install.cmake new file mode 100644 index 00000000..4e0ea5c3 --- /dev/null +++ b/build_emscripten/external/curl/tests/http/clients/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/curl/tests/http/clients + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/curl/tests/http/cmake_install.cmake b/build_emscripten/external/curl/tests/http/cmake_install.cmake new file mode 100644 index 00000000..77bedbbc --- /dev/null +++ b/build_emscripten/external/curl/tests/http/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/curl/tests/http + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/tests/http/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/curl/tests/http/config.ini b/build_emscripten/external/curl/tests/http/config.ini new file mode 100644 index 00000000..2aaaaaeb --- /dev/null +++ b/build_emscripten/external/curl/tests/http/config.ini @@ -0,0 +1,39 @@ +# -*- coding: utf-8 -*- +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) Daniel Stenberg, , et al. +# +# This software is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at https://curl.se/docs/copyright.html. +# +# You may opt to use, copy, modify, merge, publish, distribute and/or sell +# copies of the Software, and permit persons to whom the Software is +# furnished to do so, under the terms of the COPYING file. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# SPDX-License-Identifier: curl +# +########################################################################### +# +[global] + +[httpd] +apxs = +httpd = + +[nghttpx] +nghttpx = + +[caddy] +caddy = + +[vsftpd] +vsftpd = diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/DependInfo.cmake new file mode 100644 index 00000000..b07b1816 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1156.c" "external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1156" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1156.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make new file mode 100644 index 00000000..84c175b0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1156.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1156.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1156.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1156.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1156.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.o: external/curl/tests/libtest/CMakeFiles/lib1156.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1156.c +external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.o: external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.o -MF CMakeFiles/lib1156.dir/lib1156.c.o.d -o CMakeFiles/lib1156.dir/lib1156.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1156.c + +external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1156.dir/lib1156.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1156.c > CMakeFiles/lib1156.dir/lib1156.c.i + +external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1156.dir/lib1156.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1156.c -o CMakeFiles/lib1156.dir/lib1156.c.s + +external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1156.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.o -MF CMakeFiles/lib1156.dir/first.c.o.d -o CMakeFiles/lib1156.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1156.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1156.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1156.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1156.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1156.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.o -MF CMakeFiles/lib1156.dir/testutil.c.o.d -o CMakeFiles/lib1156.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1156.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1156.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1156.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1156.dir/testutil.c.s + +# Object files for target lib1156 +lib1156_OBJECTS = \ +"CMakeFiles/lib1156.dir/lib1156.c.o" \ +"CMakeFiles/lib1156.dir/first.c.o" \ +"CMakeFiles/lib1156.dir/testutil.c.o" + +# External object files for target lib1156 +lib1156_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1156: external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.o +external/curl/tests/libtest/lib1156: external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.o +external/curl/tests/libtest/lib1156: external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.o +external/curl/tests/libtest/lib1156: external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make +external/curl/tests/libtest/lib1156: external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.ts +external/curl/tests/libtest/lib1156: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1156: /usr/lib/libz.so +external/curl/tests/libtest/lib1156: external/curl/tests/libtest/CMakeFiles/lib1156.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1156" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1156.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1156.dir/build: external/curl/tests/libtest/lib1156 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1156.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1156.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1156.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1156.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1156.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1156.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1156.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/cmake_clean.cmake new file mode 100644 index 00000000..d9fc0f23 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1156.dir/link.d" + "CMakeFiles/lib1156.dir/first.c.o" + "CMakeFiles/lib1156.dir/first.c.o.d" + "CMakeFiles/lib1156.dir/lib1156.c.o" + "CMakeFiles/lib1156.dir/lib1156.c.o.d" + "CMakeFiles/lib1156.dir/testutil.c.o" + "CMakeFiles/lib1156.dir/testutil.c.o.d" + "lib1156" + "lib1156.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1156.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.make new file mode 100644 index 00000000..869f6739 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1156. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.ts new file mode 100644 index 00000000..ab3c60d5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1156. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/depend.make new file mode 100644 index 00000000..de1aafcc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1156. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/flags.make new file mode 100644 index 00000000..4b69822a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1156 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/link.txt new file mode 100644 index 00000000..29b16b7c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1156.dir/link.d CMakeFiles/lib1156.dir/lib1156.c.o CMakeFiles/lib1156.dir/first.c.o CMakeFiles/lib1156.dir/testutil.c.o -o lib1156 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/DependInfo.cmake new file mode 100644 index 00000000..77640c1f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1301.c" "external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1301" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1301.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make new file mode 100644 index 00000000..224367e5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1301.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1301.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1301.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1301.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1301.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.o: external/curl/tests/libtest/CMakeFiles/lib1301.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1301.c +external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.o: external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.o -MF CMakeFiles/lib1301.dir/lib1301.c.o.d -o CMakeFiles/lib1301.dir/lib1301.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1301.c + +external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1301.dir/lib1301.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1301.c > CMakeFiles/lib1301.dir/lib1301.c.i + +external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1301.dir/lib1301.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1301.c -o CMakeFiles/lib1301.dir/lib1301.c.s + +external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1301.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.o -MF CMakeFiles/lib1301.dir/first.c.o.d -o CMakeFiles/lib1301.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1301.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1301.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1301.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1301.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1301.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.o -MF CMakeFiles/lib1301.dir/testutil.c.o.d -o CMakeFiles/lib1301.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1301.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1301.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1301.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1301.dir/testutil.c.s + +# Object files for target lib1301 +lib1301_OBJECTS = \ +"CMakeFiles/lib1301.dir/lib1301.c.o" \ +"CMakeFiles/lib1301.dir/first.c.o" \ +"CMakeFiles/lib1301.dir/testutil.c.o" + +# External object files for target lib1301 +lib1301_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1301: external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.o +external/curl/tests/libtest/lib1301: external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.o +external/curl/tests/libtest/lib1301: external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.o +external/curl/tests/libtest/lib1301: external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make +external/curl/tests/libtest/lib1301: external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.ts +external/curl/tests/libtest/lib1301: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1301: /usr/lib/libz.so +external/curl/tests/libtest/lib1301: external/curl/tests/libtest/CMakeFiles/lib1301.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1301" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1301.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1301.dir/build: external/curl/tests/libtest/lib1301 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1301.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1301.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1301.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1301.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1301.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1301.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1301.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/cmake_clean.cmake new file mode 100644 index 00000000..139ab66b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1301.dir/link.d" + "CMakeFiles/lib1301.dir/first.c.o" + "CMakeFiles/lib1301.dir/first.c.o.d" + "CMakeFiles/lib1301.dir/lib1301.c.o" + "CMakeFiles/lib1301.dir/lib1301.c.o.d" + "CMakeFiles/lib1301.dir/testutil.c.o" + "CMakeFiles/lib1301.dir/testutil.c.o.d" + "lib1301" + "lib1301.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1301.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.make new file mode 100644 index 00000000..addcc05c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1301. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.ts new file mode 100644 index 00000000..1662aeca --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1301. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/depend.make new file mode 100644 index 00000000..8c155ec5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1301. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/flags.make new file mode 100644 index 00000000..a735ac1e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1301 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/link.txt new file mode 100644 index 00000000..64beb064 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1301.dir/link.d CMakeFiles/lib1301.dir/lib1301.c.o CMakeFiles/lib1301.dir/first.c.o CMakeFiles/lib1301.dir/testutil.c.o -o lib1301 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/DependInfo.cmake new file mode 100644 index 00000000..1c5b87c7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1308.c" "external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.o.d" + "" "external/curl/tests/libtest/lib1308" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1308.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make new file mode 100644 index 00000000..e08a5771 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1308.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1308.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1308.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1308.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1308.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.o: external/curl/tests/libtest/CMakeFiles/lib1308.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1308.c +external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.o: external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.o -MF CMakeFiles/lib1308.dir/lib1308.c.o.d -o CMakeFiles/lib1308.dir/lib1308.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1308.c + +external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1308.dir/lib1308.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1308.c > CMakeFiles/lib1308.dir/lib1308.c.i + +external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1308.dir/lib1308.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1308.c -o CMakeFiles/lib1308.dir/lib1308.c.s + +external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1308.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.o -MF CMakeFiles/lib1308.dir/first.c.o.d -o CMakeFiles/lib1308.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1308.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1308.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1308.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1308.dir/first.c.s + +# Object files for target lib1308 +lib1308_OBJECTS = \ +"CMakeFiles/lib1308.dir/lib1308.c.o" \ +"CMakeFiles/lib1308.dir/first.c.o" + +# External object files for target lib1308 +lib1308_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1308: external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.o +external/curl/tests/libtest/lib1308: external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.o +external/curl/tests/libtest/lib1308: external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make +external/curl/tests/libtest/lib1308: external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.ts +external/curl/tests/libtest/lib1308: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1308: /usr/lib/libz.so +external/curl/tests/libtest/lib1308: external/curl/tests/libtest/CMakeFiles/lib1308.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1308" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1308.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1308.dir/build: external/curl/tests/libtest/lib1308 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1308.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1308.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1308.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1308.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1308.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1308.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1308.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/cmake_clean.cmake new file mode 100644 index 00000000..fb664e4a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1308.dir/link.d" + "CMakeFiles/lib1308.dir/first.c.o" + "CMakeFiles/lib1308.dir/first.c.o.d" + "CMakeFiles/lib1308.dir/lib1308.c.o" + "CMakeFiles/lib1308.dir/lib1308.c.o.d" + "lib1308" + "lib1308.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1308.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.make new file mode 100644 index 00000000..025bea73 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1308. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.ts new file mode 100644 index 00000000..8af25ac9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1308. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/depend.make new file mode 100644 index 00000000..bc4e550a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1308. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/flags.make new file mode 100644 index 00000000..bc564d58 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1308 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/link.txt new file mode 100644 index 00000000..d3450662 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1308.dir/link.d CMakeFiles/lib1308.dir/lib1308.c.o CMakeFiles/lib1308.dir/first.c.o -o lib1308 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/DependInfo.cmake new file mode 100644 index 00000000..04f8316d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1485.c" "external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1485" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1485.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make new file mode 100644 index 00000000..b6dc3561 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1485.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1485.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1485.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1485.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1485.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.o: external/curl/tests/libtest/CMakeFiles/lib1485.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1485.c +external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.o: external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.o -MF CMakeFiles/lib1485.dir/lib1485.c.o.d -o CMakeFiles/lib1485.dir/lib1485.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1485.c + +external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1485.dir/lib1485.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1485.c > CMakeFiles/lib1485.dir/lib1485.c.i + +external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1485.dir/lib1485.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1485.c -o CMakeFiles/lib1485.dir/lib1485.c.s + +external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1485.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.o -MF CMakeFiles/lib1485.dir/first.c.o.d -o CMakeFiles/lib1485.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1485.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1485.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1485.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1485.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1485.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.o -MF CMakeFiles/lib1485.dir/testutil.c.o.d -o CMakeFiles/lib1485.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1485.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1485.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1485.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1485.dir/testutil.c.s + +# Object files for target lib1485 +lib1485_OBJECTS = \ +"CMakeFiles/lib1485.dir/lib1485.c.o" \ +"CMakeFiles/lib1485.dir/first.c.o" \ +"CMakeFiles/lib1485.dir/testutil.c.o" + +# External object files for target lib1485 +lib1485_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1485: external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.o +external/curl/tests/libtest/lib1485: external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.o +external/curl/tests/libtest/lib1485: external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.o +external/curl/tests/libtest/lib1485: external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make +external/curl/tests/libtest/lib1485: external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.ts +external/curl/tests/libtest/lib1485: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1485: /usr/lib/libz.so +external/curl/tests/libtest/lib1485: external/curl/tests/libtest/CMakeFiles/lib1485.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1485" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1485.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1485.dir/build: external/curl/tests/libtest/lib1485 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1485.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1485.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1485.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1485.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1485.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1485.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1485.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/cmake_clean.cmake new file mode 100644 index 00000000..4942909e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1485.dir/link.d" + "CMakeFiles/lib1485.dir/first.c.o" + "CMakeFiles/lib1485.dir/first.c.o.d" + "CMakeFiles/lib1485.dir/lib1485.c.o" + "CMakeFiles/lib1485.dir/lib1485.c.o.d" + "CMakeFiles/lib1485.dir/testutil.c.o" + "CMakeFiles/lib1485.dir/testutil.c.o.d" + "lib1485" + "lib1485.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1485.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.make new file mode 100644 index 00000000..2789d86e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1485. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.ts new file mode 100644 index 00000000..56fe0d32 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1485. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/depend.make new file mode 100644 index 00000000..291a1312 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1485. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/flags.make new file mode 100644 index 00000000..f921b352 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1485 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/link.txt new file mode 100644 index 00000000..8ee3dfd3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1485.dir/link.d CMakeFiles/lib1485.dir/lib1485.c.o CMakeFiles/lib1485.dir/first.c.o CMakeFiles/lib1485.dir/testutil.c.o -o lib1485 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/DependInfo.cmake new file mode 100644 index 00000000..8a22a3c1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1500.c" "external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1500" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1500.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make new file mode 100644 index 00000000..57e71f7a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1500.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1500.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1500.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1500.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1500.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.o: external/curl/tests/libtest/CMakeFiles/lib1500.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1500.c +external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.o: external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.o -MF CMakeFiles/lib1500.dir/lib1500.c.o.d -o CMakeFiles/lib1500.dir/lib1500.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1500.c + +external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1500.dir/lib1500.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1500.c > CMakeFiles/lib1500.dir/lib1500.c.i + +external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1500.dir/lib1500.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1500.c -o CMakeFiles/lib1500.dir/lib1500.c.s + +external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1500.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.o -MF CMakeFiles/lib1500.dir/first.c.o.d -o CMakeFiles/lib1500.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1500.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1500.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1500.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1500.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1500.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.o -MF CMakeFiles/lib1500.dir/testutil.c.o.d -o CMakeFiles/lib1500.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1500.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1500.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1500.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1500.dir/testutil.c.s + +# Object files for target lib1500 +lib1500_OBJECTS = \ +"CMakeFiles/lib1500.dir/lib1500.c.o" \ +"CMakeFiles/lib1500.dir/first.c.o" \ +"CMakeFiles/lib1500.dir/testutil.c.o" + +# External object files for target lib1500 +lib1500_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1500: external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.o +external/curl/tests/libtest/lib1500: external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.o +external/curl/tests/libtest/lib1500: external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.o +external/curl/tests/libtest/lib1500: external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make +external/curl/tests/libtest/lib1500: external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.ts +external/curl/tests/libtest/lib1500: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1500: /usr/lib/libz.so +external/curl/tests/libtest/lib1500: external/curl/tests/libtest/CMakeFiles/lib1500.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1500" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1500.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1500.dir/build: external/curl/tests/libtest/lib1500 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1500.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1500.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1500.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1500.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1500.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1500.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1500.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/cmake_clean.cmake new file mode 100644 index 00000000..3ac651b3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1500.dir/link.d" + "CMakeFiles/lib1500.dir/first.c.o" + "CMakeFiles/lib1500.dir/first.c.o.d" + "CMakeFiles/lib1500.dir/lib1500.c.o" + "CMakeFiles/lib1500.dir/lib1500.c.o.d" + "CMakeFiles/lib1500.dir/testutil.c.o" + "CMakeFiles/lib1500.dir/testutil.c.o.d" + "lib1500" + "lib1500.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1500.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.make new file mode 100644 index 00000000..9f7d4893 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1500. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.ts new file mode 100644 index 00000000..82e76544 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1500. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/depend.make new file mode 100644 index 00000000..20b1e4c7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1500. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/flags.make new file mode 100644 index 00000000..f41088c4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1500 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/link.txt new file mode 100644 index 00000000..883455b5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1500.dir/link.d CMakeFiles/lib1500.dir/lib1500.c.o CMakeFiles/lib1500.dir/first.c.o CMakeFiles/lib1500.dir/testutil.c.o -o lib1500 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/DependInfo.cmake new file mode 100644 index 00000000..bd687a14 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1501.c" "external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1501" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1501.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make new file mode 100644 index 00000000..5179f55b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1501.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1501.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1501.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1501.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1501.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.o: external/curl/tests/libtest/CMakeFiles/lib1501.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1501.c +external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.o: external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.o -MF CMakeFiles/lib1501.dir/lib1501.c.o.d -o CMakeFiles/lib1501.dir/lib1501.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1501.c + +external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1501.dir/lib1501.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1501.c > CMakeFiles/lib1501.dir/lib1501.c.i + +external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1501.dir/lib1501.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1501.c -o CMakeFiles/lib1501.dir/lib1501.c.s + +external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1501.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.o -MF CMakeFiles/lib1501.dir/first.c.o.d -o CMakeFiles/lib1501.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1501.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1501.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1501.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1501.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1501.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.o -MF CMakeFiles/lib1501.dir/testutil.c.o.d -o CMakeFiles/lib1501.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1501.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1501.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1501.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1501.dir/testutil.c.s + +# Object files for target lib1501 +lib1501_OBJECTS = \ +"CMakeFiles/lib1501.dir/lib1501.c.o" \ +"CMakeFiles/lib1501.dir/first.c.o" \ +"CMakeFiles/lib1501.dir/testutil.c.o" + +# External object files for target lib1501 +lib1501_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1501: external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.o +external/curl/tests/libtest/lib1501: external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.o +external/curl/tests/libtest/lib1501: external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.o +external/curl/tests/libtest/lib1501: external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make +external/curl/tests/libtest/lib1501: external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.ts +external/curl/tests/libtest/lib1501: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1501: /usr/lib/libz.so +external/curl/tests/libtest/lib1501: external/curl/tests/libtest/CMakeFiles/lib1501.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1501" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1501.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1501.dir/build: external/curl/tests/libtest/lib1501 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1501.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1501.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1501.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1501.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1501.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1501.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1501.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/cmake_clean.cmake new file mode 100644 index 00000000..6ee49773 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1501.dir/link.d" + "CMakeFiles/lib1501.dir/first.c.o" + "CMakeFiles/lib1501.dir/first.c.o.d" + "CMakeFiles/lib1501.dir/lib1501.c.o" + "CMakeFiles/lib1501.dir/lib1501.c.o.d" + "CMakeFiles/lib1501.dir/testutil.c.o" + "CMakeFiles/lib1501.dir/testutil.c.o.d" + "lib1501" + "lib1501.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1501.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.make new file mode 100644 index 00000000..87eba422 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1501. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.ts new file mode 100644 index 00000000..2c4f9726 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1501. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/depend.make new file mode 100644 index 00000000..a5ab70dc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1501. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/flags.make new file mode 100644 index 00000000..e1cad85f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1501 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/link.txt new file mode 100644 index 00000000..40d5107a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1501.dir/link.d CMakeFiles/lib1501.dir/lib1501.c.o CMakeFiles/lib1501.dir/first.c.o CMakeFiles/lib1501.dir/testutil.c.o -o lib1501 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/DependInfo.cmake new file mode 100644 index 00000000..cdeabefc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c" "external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1502" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1502.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make new file mode 100644 index 00000000..286ed868 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1502.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1502.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1502.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1502.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1502.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.o: external/curl/tests/libtest/CMakeFiles/lib1502.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c +external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.o: external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.o -MF CMakeFiles/lib1502.dir/lib1502.c.o.d -o CMakeFiles/lib1502.dir/lib1502.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c + +external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1502.dir/lib1502.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c > CMakeFiles/lib1502.dir/lib1502.c.i + +external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1502.dir/lib1502.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c -o CMakeFiles/lib1502.dir/lib1502.c.s + +external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1502.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.o -MF CMakeFiles/lib1502.dir/first.c.o.d -o CMakeFiles/lib1502.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1502.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1502.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1502.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1502.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1502.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.o -MF CMakeFiles/lib1502.dir/testutil.c.o.d -o CMakeFiles/lib1502.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1502.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1502.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1502.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1502.dir/testutil.c.s + +# Object files for target lib1502 +lib1502_OBJECTS = \ +"CMakeFiles/lib1502.dir/lib1502.c.o" \ +"CMakeFiles/lib1502.dir/first.c.o" \ +"CMakeFiles/lib1502.dir/testutil.c.o" + +# External object files for target lib1502 +lib1502_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1502: external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.o +external/curl/tests/libtest/lib1502: external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.o +external/curl/tests/libtest/lib1502: external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.o +external/curl/tests/libtest/lib1502: external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make +external/curl/tests/libtest/lib1502: external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.ts +external/curl/tests/libtest/lib1502: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1502: /usr/lib/libz.so +external/curl/tests/libtest/lib1502: external/curl/tests/libtest/CMakeFiles/lib1502.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1502" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1502.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1502.dir/build: external/curl/tests/libtest/lib1502 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1502.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1502.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1502.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1502.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1502.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1502.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1502.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/cmake_clean.cmake new file mode 100644 index 00000000..ab7386b4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1502.dir/link.d" + "CMakeFiles/lib1502.dir/first.c.o" + "CMakeFiles/lib1502.dir/first.c.o.d" + "CMakeFiles/lib1502.dir/lib1502.c.o" + "CMakeFiles/lib1502.dir/lib1502.c.o.d" + "CMakeFiles/lib1502.dir/testutil.c.o" + "CMakeFiles/lib1502.dir/testutil.c.o.d" + "lib1502" + "lib1502.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1502.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.make new file mode 100644 index 00000000..2e2e1c5f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1502. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.ts new file mode 100644 index 00000000..bfa55607 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1502. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/depend.make new file mode 100644 index 00000000..062b1265 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1502. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/flags.make new file mode 100644 index 00000000..621dcc7f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1502 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/link.txt new file mode 100644 index 00000000..333947b6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1502.dir/link.d CMakeFiles/lib1502.dir/lib1502.c.o CMakeFiles/lib1502.dir/first.c.o CMakeFiles/lib1502.dir/testutil.c.o -o lib1502 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/progress.make new file mode 100644 index 00000000..d0e7af2e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 51 +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/DependInfo.cmake new file mode 100644 index 00000000..4649f192 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c" "external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1503" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1503.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make new file mode 100644 index 00000000..4be0681c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1503.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1503.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1503.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1503.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1503.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.o: external/curl/tests/libtest/CMakeFiles/lib1503.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c +external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.o: external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.o -MF CMakeFiles/lib1503.dir/lib1502.c.o.d -o CMakeFiles/lib1503.dir/lib1502.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c + +external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1503.dir/lib1502.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c > CMakeFiles/lib1503.dir/lib1502.c.i + +external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1503.dir/lib1502.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c -o CMakeFiles/lib1503.dir/lib1502.c.s + +external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1503.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.o -MF CMakeFiles/lib1503.dir/first.c.o.d -o CMakeFiles/lib1503.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1503.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1503.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1503.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1503.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1503.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.o -MF CMakeFiles/lib1503.dir/testutil.c.o.d -o CMakeFiles/lib1503.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1503.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1503.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1503.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1503.dir/testutil.c.s + +# Object files for target lib1503 +lib1503_OBJECTS = \ +"CMakeFiles/lib1503.dir/lib1502.c.o" \ +"CMakeFiles/lib1503.dir/first.c.o" \ +"CMakeFiles/lib1503.dir/testutil.c.o" + +# External object files for target lib1503 +lib1503_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1503: external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.o +external/curl/tests/libtest/lib1503: external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.o +external/curl/tests/libtest/lib1503: external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.o +external/curl/tests/libtest/lib1503: external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make +external/curl/tests/libtest/lib1503: external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.ts +external/curl/tests/libtest/lib1503: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1503: /usr/lib/libz.so +external/curl/tests/libtest/lib1503: external/curl/tests/libtest/CMakeFiles/lib1503.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1503" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1503.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1503.dir/build: external/curl/tests/libtest/lib1503 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1503.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1503.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1503.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1503.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1503.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1503.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1503.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/cmake_clean.cmake new file mode 100644 index 00000000..17296118 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1503.dir/link.d" + "CMakeFiles/lib1503.dir/first.c.o" + "CMakeFiles/lib1503.dir/first.c.o.d" + "CMakeFiles/lib1503.dir/lib1502.c.o" + "CMakeFiles/lib1503.dir/lib1502.c.o.d" + "CMakeFiles/lib1503.dir/testutil.c.o" + "CMakeFiles/lib1503.dir/testutil.c.o.d" + "lib1503" + "lib1503.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1503.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.make new file mode 100644 index 00000000..63edf9bf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1503. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.ts new file mode 100644 index 00000000..f2aa3caf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1503. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/depend.make new file mode 100644 index 00000000..d390f447 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1503. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/flags.make new file mode 100644 index 00000000..e38a3e21 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1503 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/link.txt new file mode 100644 index 00000000..066d2f9c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1503.dir/link.d CMakeFiles/lib1503.dir/lib1502.c.o CMakeFiles/lib1503.dir/first.c.o CMakeFiles/lib1503.dir/testutil.c.o -o lib1503 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/DependInfo.cmake new file mode 100644 index 00000000..88c2e55f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c" "external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1504" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1504.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make new file mode 100644 index 00000000..730655d6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1504.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1504.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1504.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1504.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1504.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.o: external/curl/tests/libtest/CMakeFiles/lib1504.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c +external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.o: external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.o -MF CMakeFiles/lib1504.dir/lib1502.c.o.d -o CMakeFiles/lib1504.dir/lib1502.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c + +external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1504.dir/lib1502.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c > CMakeFiles/lib1504.dir/lib1502.c.i + +external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1504.dir/lib1502.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c -o CMakeFiles/lib1504.dir/lib1502.c.s + +external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1504.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.o -MF CMakeFiles/lib1504.dir/first.c.o.d -o CMakeFiles/lib1504.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1504.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1504.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1504.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1504.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1504.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.o -MF CMakeFiles/lib1504.dir/testutil.c.o.d -o CMakeFiles/lib1504.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1504.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1504.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1504.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1504.dir/testutil.c.s + +# Object files for target lib1504 +lib1504_OBJECTS = \ +"CMakeFiles/lib1504.dir/lib1502.c.o" \ +"CMakeFiles/lib1504.dir/first.c.o" \ +"CMakeFiles/lib1504.dir/testutil.c.o" + +# External object files for target lib1504 +lib1504_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1504: external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.o +external/curl/tests/libtest/lib1504: external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.o +external/curl/tests/libtest/lib1504: external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.o +external/curl/tests/libtest/lib1504: external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make +external/curl/tests/libtest/lib1504: external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.ts +external/curl/tests/libtest/lib1504: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1504: /usr/lib/libz.so +external/curl/tests/libtest/lib1504: external/curl/tests/libtest/CMakeFiles/lib1504.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1504" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1504.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1504.dir/build: external/curl/tests/libtest/lib1504 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1504.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1504.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1504.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1504.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1504.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1504.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1504.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/cmake_clean.cmake new file mode 100644 index 00000000..ea5dab5b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1504.dir/link.d" + "CMakeFiles/lib1504.dir/first.c.o" + "CMakeFiles/lib1504.dir/first.c.o.d" + "CMakeFiles/lib1504.dir/lib1502.c.o" + "CMakeFiles/lib1504.dir/lib1502.c.o.d" + "CMakeFiles/lib1504.dir/testutil.c.o" + "CMakeFiles/lib1504.dir/testutil.c.o.d" + "lib1504" + "lib1504.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1504.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.make new file mode 100644 index 00000000..3f419c71 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1504. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.ts new file mode 100644 index 00000000..34512d0a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1504. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/depend.make new file mode 100644 index 00000000..388d9d54 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1504. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/flags.make new file mode 100644 index 00000000..8a7933d7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1504 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/link.txt new file mode 100644 index 00000000..4fa8729d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1504.dir/link.d CMakeFiles/lib1504.dir/lib1502.c.o CMakeFiles/lib1504.dir/first.c.o CMakeFiles/lib1504.dir/testutil.c.o -o lib1504 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/DependInfo.cmake new file mode 100644 index 00000000..65d67b01 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c" "external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1505" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1505.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make new file mode 100644 index 00000000..5e0e76dc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1505.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1505.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1505.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1505.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1505.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.o: external/curl/tests/libtest/CMakeFiles/lib1505.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c +external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.o: external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.o -MF CMakeFiles/lib1505.dir/lib1502.c.o.d -o CMakeFiles/lib1505.dir/lib1502.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c + +external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1505.dir/lib1502.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c > CMakeFiles/lib1505.dir/lib1502.c.i + +external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1505.dir/lib1502.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c -o CMakeFiles/lib1505.dir/lib1502.c.s + +external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1505.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.o -MF CMakeFiles/lib1505.dir/first.c.o.d -o CMakeFiles/lib1505.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1505.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1505.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1505.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1505.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1505.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.o -MF CMakeFiles/lib1505.dir/testutil.c.o.d -o CMakeFiles/lib1505.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1505.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1505.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1505.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1505.dir/testutil.c.s + +# Object files for target lib1505 +lib1505_OBJECTS = \ +"CMakeFiles/lib1505.dir/lib1502.c.o" \ +"CMakeFiles/lib1505.dir/first.c.o" \ +"CMakeFiles/lib1505.dir/testutil.c.o" + +# External object files for target lib1505 +lib1505_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1505: external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.o +external/curl/tests/libtest/lib1505: external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.o +external/curl/tests/libtest/lib1505: external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.o +external/curl/tests/libtest/lib1505: external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make +external/curl/tests/libtest/lib1505: external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.ts +external/curl/tests/libtest/lib1505: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1505: /usr/lib/libz.so +external/curl/tests/libtest/lib1505: external/curl/tests/libtest/CMakeFiles/lib1505.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1505" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1505.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1505.dir/build: external/curl/tests/libtest/lib1505 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1505.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1505.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1505.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1505.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1505.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1505.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1505.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/cmake_clean.cmake new file mode 100644 index 00000000..c16ab4a7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1505.dir/link.d" + "CMakeFiles/lib1505.dir/first.c.o" + "CMakeFiles/lib1505.dir/first.c.o.d" + "CMakeFiles/lib1505.dir/lib1502.c.o" + "CMakeFiles/lib1505.dir/lib1502.c.o.d" + "CMakeFiles/lib1505.dir/testutil.c.o" + "CMakeFiles/lib1505.dir/testutil.c.o.d" + "lib1505" + "lib1505.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1505.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.make new file mode 100644 index 00000000..658ca06e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1505. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.ts new file mode 100644 index 00000000..2528a792 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1505. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/depend.make new file mode 100644 index 00000000..68fd4777 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1505. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/flags.make new file mode 100644 index 00000000..2757f78a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1505 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/link.txt new file mode 100644 index 00000000..e0815d30 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1505.dir/link.d CMakeFiles/lib1505.dir/lib1502.c.o CMakeFiles/lib1505.dir/first.c.o CMakeFiles/lib1505.dir/testutil.c.o -o lib1505 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/DependInfo.cmake new file mode 100644 index 00000000..1ce13c97 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1506.c" "external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1506" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1506.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make new file mode 100644 index 00000000..69643687 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1506.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1506.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1506.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1506.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1506.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.o: external/curl/tests/libtest/CMakeFiles/lib1506.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1506.c +external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.o: external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.o -MF CMakeFiles/lib1506.dir/lib1506.c.o.d -o CMakeFiles/lib1506.dir/lib1506.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1506.c + +external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1506.dir/lib1506.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1506.c > CMakeFiles/lib1506.dir/lib1506.c.i + +external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1506.dir/lib1506.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1506.c -o CMakeFiles/lib1506.dir/lib1506.c.s + +external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1506.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.o -MF CMakeFiles/lib1506.dir/first.c.o.d -o CMakeFiles/lib1506.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1506.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1506.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1506.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1506.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1506.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.o -MF CMakeFiles/lib1506.dir/testutil.c.o.d -o CMakeFiles/lib1506.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1506.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1506.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1506.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1506.dir/testutil.c.s + +# Object files for target lib1506 +lib1506_OBJECTS = \ +"CMakeFiles/lib1506.dir/lib1506.c.o" \ +"CMakeFiles/lib1506.dir/first.c.o" \ +"CMakeFiles/lib1506.dir/testutil.c.o" + +# External object files for target lib1506 +lib1506_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1506: external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.o +external/curl/tests/libtest/lib1506: external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.o +external/curl/tests/libtest/lib1506: external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.o +external/curl/tests/libtest/lib1506: external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make +external/curl/tests/libtest/lib1506: external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.ts +external/curl/tests/libtest/lib1506: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1506: /usr/lib/libz.so +external/curl/tests/libtest/lib1506: external/curl/tests/libtest/CMakeFiles/lib1506.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1506" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1506.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1506.dir/build: external/curl/tests/libtest/lib1506 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1506.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1506.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1506.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1506.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1506.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1506.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1506.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/cmake_clean.cmake new file mode 100644 index 00000000..2846c8cf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1506.dir/link.d" + "CMakeFiles/lib1506.dir/first.c.o" + "CMakeFiles/lib1506.dir/first.c.o.d" + "CMakeFiles/lib1506.dir/lib1506.c.o" + "CMakeFiles/lib1506.dir/lib1506.c.o.d" + "CMakeFiles/lib1506.dir/testutil.c.o" + "CMakeFiles/lib1506.dir/testutil.c.o.d" + "lib1506" + "lib1506.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1506.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.make new file mode 100644 index 00000000..be29abef --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1506. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.ts new file mode 100644 index 00000000..ae7ab74b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1506. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/depend.make new file mode 100644 index 00000000..0fe603f4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1506. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/flags.make new file mode 100644 index 00000000..863dae57 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1506 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/link.txt new file mode 100644 index 00000000..89a99935 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1506.dir/link.d CMakeFiles/lib1506.dir/lib1506.c.o CMakeFiles/lib1506.dir/first.c.o CMakeFiles/lib1506.dir/testutil.c.o -o lib1506 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/DependInfo.cmake new file mode 100644 index 00000000..c86d8f19 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1507.c" "external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1507" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1507.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make new file mode 100644 index 00000000..1b9134ac --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1507.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1507.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1507.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1507.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1507.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.o: external/curl/tests/libtest/CMakeFiles/lib1507.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1507.c +external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.o: external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.o -MF CMakeFiles/lib1507.dir/lib1507.c.o.d -o CMakeFiles/lib1507.dir/lib1507.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1507.c + +external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1507.dir/lib1507.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1507.c > CMakeFiles/lib1507.dir/lib1507.c.i + +external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1507.dir/lib1507.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1507.c -o CMakeFiles/lib1507.dir/lib1507.c.s + +external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1507.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.o -MF CMakeFiles/lib1507.dir/first.c.o.d -o CMakeFiles/lib1507.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1507.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1507.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1507.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1507.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1507.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.o -MF CMakeFiles/lib1507.dir/testutil.c.o.d -o CMakeFiles/lib1507.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1507.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1507.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1507.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1507.dir/testutil.c.s + +# Object files for target lib1507 +lib1507_OBJECTS = \ +"CMakeFiles/lib1507.dir/lib1507.c.o" \ +"CMakeFiles/lib1507.dir/first.c.o" \ +"CMakeFiles/lib1507.dir/testutil.c.o" + +# External object files for target lib1507 +lib1507_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1507: external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.o +external/curl/tests/libtest/lib1507: external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.o +external/curl/tests/libtest/lib1507: external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.o +external/curl/tests/libtest/lib1507: external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make +external/curl/tests/libtest/lib1507: external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.ts +external/curl/tests/libtest/lib1507: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1507: /usr/lib/libz.so +external/curl/tests/libtest/lib1507: external/curl/tests/libtest/CMakeFiles/lib1507.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1507" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1507.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1507.dir/build: external/curl/tests/libtest/lib1507 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1507.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1507.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1507.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1507.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1507.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1507.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1507.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/cmake_clean.cmake new file mode 100644 index 00000000..9927846c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1507.dir/link.d" + "CMakeFiles/lib1507.dir/first.c.o" + "CMakeFiles/lib1507.dir/first.c.o.d" + "CMakeFiles/lib1507.dir/lib1507.c.o" + "CMakeFiles/lib1507.dir/lib1507.c.o.d" + "CMakeFiles/lib1507.dir/testutil.c.o" + "CMakeFiles/lib1507.dir/testutil.c.o.d" + "lib1507" + "lib1507.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1507.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.make new file mode 100644 index 00000000..a81e8d6c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1507. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.ts new file mode 100644 index 00000000..4de53148 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1507. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/depend.make new file mode 100644 index 00000000..a259d021 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1507. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/flags.make new file mode 100644 index 00000000..71ae22c6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1507 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/link.txt new file mode 100644 index 00000000..c2e42f62 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1507.dir/link.d CMakeFiles/lib1507.dir/lib1507.c.o CMakeFiles/lib1507.dir/first.c.o CMakeFiles/lib1507.dir/testutil.c.o -o lib1507 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/DependInfo.cmake new file mode 100644 index 00000000..2972f337 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1508.c" "external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1508" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1508.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make new file mode 100644 index 00000000..ee855e20 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1508.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1508.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1508.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1508.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1508.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.o: external/curl/tests/libtest/CMakeFiles/lib1508.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1508.c +external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.o: external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.o -MF CMakeFiles/lib1508.dir/lib1508.c.o.d -o CMakeFiles/lib1508.dir/lib1508.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1508.c + +external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1508.dir/lib1508.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1508.c > CMakeFiles/lib1508.dir/lib1508.c.i + +external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1508.dir/lib1508.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1508.c -o CMakeFiles/lib1508.dir/lib1508.c.s + +external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1508.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.o -MF CMakeFiles/lib1508.dir/first.c.o.d -o CMakeFiles/lib1508.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1508.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1508.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1508.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1508.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1508.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.o -MF CMakeFiles/lib1508.dir/testutil.c.o.d -o CMakeFiles/lib1508.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1508.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1508.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1508.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1508.dir/testutil.c.s + +# Object files for target lib1508 +lib1508_OBJECTS = \ +"CMakeFiles/lib1508.dir/lib1508.c.o" \ +"CMakeFiles/lib1508.dir/first.c.o" \ +"CMakeFiles/lib1508.dir/testutil.c.o" + +# External object files for target lib1508 +lib1508_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1508: external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.o +external/curl/tests/libtest/lib1508: external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.o +external/curl/tests/libtest/lib1508: external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.o +external/curl/tests/libtest/lib1508: external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make +external/curl/tests/libtest/lib1508: external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.ts +external/curl/tests/libtest/lib1508: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1508: /usr/lib/libz.so +external/curl/tests/libtest/lib1508: external/curl/tests/libtest/CMakeFiles/lib1508.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1508" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1508.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1508.dir/build: external/curl/tests/libtest/lib1508 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1508.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1508.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1508.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1508.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1508.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1508.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1508.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/cmake_clean.cmake new file mode 100644 index 00000000..032ecf29 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1508.dir/link.d" + "CMakeFiles/lib1508.dir/first.c.o" + "CMakeFiles/lib1508.dir/first.c.o.d" + "CMakeFiles/lib1508.dir/lib1508.c.o" + "CMakeFiles/lib1508.dir/lib1508.c.o.d" + "CMakeFiles/lib1508.dir/testutil.c.o" + "CMakeFiles/lib1508.dir/testutil.c.o.d" + "lib1508" + "lib1508.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1508.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.make new file mode 100644 index 00000000..fc3c945b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1508. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.ts new file mode 100644 index 00000000..1e3a13c0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1508. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/depend.make new file mode 100644 index 00000000..aab09554 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1508. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/flags.make new file mode 100644 index 00000000..8ea7cdca --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1508 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/link.txt new file mode 100644 index 00000000..cfabd854 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1508.dir/link.d CMakeFiles/lib1508.dir/lib1508.c.o CMakeFiles/lib1508.dir/first.c.o CMakeFiles/lib1508.dir/testutil.c.o -o lib1508 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/DependInfo.cmake new file mode 100644 index 00000000..4d08bde7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1509.c" "external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1509" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1509.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make new file mode 100644 index 00000000..f05ff6bf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1509.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1509.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1509.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1509.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1509.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.o: external/curl/tests/libtest/CMakeFiles/lib1509.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1509.c +external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.o: external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.o -MF CMakeFiles/lib1509.dir/lib1509.c.o.d -o CMakeFiles/lib1509.dir/lib1509.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1509.c + +external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1509.dir/lib1509.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1509.c > CMakeFiles/lib1509.dir/lib1509.c.i + +external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1509.dir/lib1509.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1509.c -o CMakeFiles/lib1509.dir/lib1509.c.s + +external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1509.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.o -MF CMakeFiles/lib1509.dir/first.c.o.d -o CMakeFiles/lib1509.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1509.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1509.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1509.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1509.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1509.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.o -MF CMakeFiles/lib1509.dir/testutil.c.o.d -o CMakeFiles/lib1509.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1509.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1509.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1509.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1509.dir/testutil.c.s + +# Object files for target lib1509 +lib1509_OBJECTS = \ +"CMakeFiles/lib1509.dir/lib1509.c.o" \ +"CMakeFiles/lib1509.dir/first.c.o" \ +"CMakeFiles/lib1509.dir/testutil.c.o" + +# External object files for target lib1509 +lib1509_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1509: external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.o +external/curl/tests/libtest/lib1509: external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.o +external/curl/tests/libtest/lib1509: external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.o +external/curl/tests/libtest/lib1509: external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make +external/curl/tests/libtest/lib1509: external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.ts +external/curl/tests/libtest/lib1509: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1509: /usr/lib/libz.so +external/curl/tests/libtest/lib1509: external/curl/tests/libtest/CMakeFiles/lib1509.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1509" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1509.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1509.dir/build: external/curl/tests/libtest/lib1509 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1509.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1509.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1509.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1509.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1509.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1509.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1509.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/cmake_clean.cmake new file mode 100644 index 00000000..e9b676af --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1509.dir/link.d" + "CMakeFiles/lib1509.dir/first.c.o" + "CMakeFiles/lib1509.dir/first.c.o.d" + "CMakeFiles/lib1509.dir/lib1509.c.o" + "CMakeFiles/lib1509.dir/lib1509.c.o.d" + "CMakeFiles/lib1509.dir/testutil.c.o" + "CMakeFiles/lib1509.dir/testutil.c.o.d" + "lib1509" + "lib1509.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1509.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.make new file mode 100644 index 00000000..d011497e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1509. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.ts new file mode 100644 index 00000000..d9f5a717 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1509. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/depend.make new file mode 100644 index 00000000..bc4427b3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1509. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/flags.make new file mode 100644 index 00000000..2ab7304f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1509 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/link.txt new file mode 100644 index 00000000..d05c891f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1509.dir/link.d CMakeFiles/lib1509.dir/lib1509.c.o CMakeFiles/lib1509.dir/first.c.o CMakeFiles/lib1509.dir/testutil.c.o -o lib1509 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/progress.make new file mode 100644 index 00000000..fd71f0ba --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = 52 + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/DependInfo.cmake new file mode 100644 index 00000000..7659cf6e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1510.c" "external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1510" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1510.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make new file mode 100644 index 00000000..f165adf9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1510.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1510.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1510.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1510.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1510.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.o: external/curl/tests/libtest/CMakeFiles/lib1510.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1510.c +external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.o: external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.o -MF CMakeFiles/lib1510.dir/lib1510.c.o.d -o CMakeFiles/lib1510.dir/lib1510.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1510.c + +external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1510.dir/lib1510.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1510.c > CMakeFiles/lib1510.dir/lib1510.c.i + +external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1510.dir/lib1510.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1510.c -o CMakeFiles/lib1510.dir/lib1510.c.s + +external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1510.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.o -MF CMakeFiles/lib1510.dir/first.c.o.d -o CMakeFiles/lib1510.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1510.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1510.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1510.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1510.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1510.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.o -MF CMakeFiles/lib1510.dir/testutil.c.o.d -o CMakeFiles/lib1510.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1510.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1510.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1510.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1510.dir/testutil.c.s + +# Object files for target lib1510 +lib1510_OBJECTS = \ +"CMakeFiles/lib1510.dir/lib1510.c.o" \ +"CMakeFiles/lib1510.dir/first.c.o" \ +"CMakeFiles/lib1510.dir/testutil.c.o" + +# External object files for target lib1510 +lib1510_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1510: external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.o +external/curl/tests/libtest/lib1510: external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.o +external/curl/tests/libtest/lib1510: external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.o +external/curl/tests/libtest/lib1510: external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make +external/curl/tests/libtest/lib1510: external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.ts +external/curl/tests/libtest/lib1510: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1510: /usr/lib/libz.so +external/curl/tests/libtest/lib1510: external/curl/tests/libtest/CMakeFiles/lib1510.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1510" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1510.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1510.dir/build: external/curl/tests/libtest/lib1510 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1510.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1510.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1510.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1510.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1510.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1510.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1510.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/cmake_clean.cmake new file mode 100644 index 00000000..f24e9ae0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1510.dir/link.d" + "CMakeFiles/lib1510.dir/first.c.o" + "CMakeFiles/lib1510.dir/first.c.o.d" + "CMakeFiles/lib1510.dir/lib1510.c.o" + "CMakeFiles/lib1510.dir/lib1510.c.o.d" + "CMakeFiles/lib1510.dir/testutil.c.o" + "CMakeFiles/lib1510.dir/testutil.c.o.d" + "lib1510" + "lib1510.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1510.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.make new file mode 100644 index 00000000..6c36ad96 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1510. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.ts new file mode 100644 index 00000000..0a86b953 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1510. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/depend.make new file mode 100644 index 00000000..336c09cb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1510. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/flags.make new file mode 100644 index 00000000..0fc31cec --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1510 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/link.txt new file mode 100644 index 00000000..b9dcd521 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1510.dir/link.d CMakeFiles/lib1510.dir/lib1510.c.o CMakeFiles/lib1510.dir/first.c.o CMakeFiles/lib1510.dir/testutil.c.o -o lib1510 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/DependInfo.cmake new file mode 100644 index 00000000..692982a0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1511.c" "external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1511" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1511.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make new file mode 100644 index 00000000..def11996 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1511.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1511.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1511.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1511.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1511.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.o: external/curl/tests/libtest/CMakeFiles/lib1511.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1511.c +external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.o: external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.o -MF CMakeFiles/lib1511.dir/lib1511.c.o.d -o CMakeFiles/lib1511.dir/lib1511.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1511.c + +external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1511.dir/lib1511.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1511.c > CMakeFiles/lib1511.dir/lib1511.c.i + +external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1511.dir/lib1511.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1511.c -o CMakeFiles/lib1511.dir/lib1511.c.s + +external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1511.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.o -MF CMakeFiles/lib1511.dir/first.c.o.d -o CMakeFiles/lib1511.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1511.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1511.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1511.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1511.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1511.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.o -MF CMakeFiles/lib1511.dir/testutil.c.o.d -o CMakeFiles/lib1511.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1511.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1511.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1511.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1511.dir/testutil.c.s + +# Object files for target lib1511 +lib1511_OBJECTS = \ +"CMakeFiles/lib1511.dir/lib1511.c.o" \ +"CMakeFiles/lib1511.dir/first.c.o" \ +"CMakeFiles/lib1511.dir/testutil.c.o" + +# External object files for target lib1511 +lib1511_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1511: external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.o +external/curl/tests/libtest/lib1511: external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.o +external/curl/tests/libtest/lib1511: external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.o +external/curl/tests/libtest/lib1511: external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make +external/curl/tests/libtest/lib1511: external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.ts +external/curl/tests/libtest/lib1511: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1511: /usr/lib/libz.so +external/curl/tests/libtest/lib1511: external/curl/tests/libtest/CMakeFiles/lib1511.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1511" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1511.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1511.dir/build: external/curl/tests/libtest/lib1511 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1511.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1511.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1511.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1511.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1511.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1511.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1511.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/cmake_clean.cmake new file mode 100644 index 00000000..7b7abe33 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1511.dir/link.d" + "CMakeFiles/lib1511.dir/first.c.o" + "CMakeFiles/lib1511.dir/first.c.o.d" + "CMakeFiles/lib1511.dir/lib1511.c.o" + "CMakeFiles/lib1511.dir/lib1511.c.o.d" + "CMakeFiles/lib1511.dir/testutil.c.o" + "CMakeFiles/lib1511.dir/testutil.c.o.d" + "lib1511" + "lib1511.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1511.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.make new file mode 100644 index 00000000..71114053 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1511. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.ts new file mode 100644 index 00000000..7b0705ea --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1511. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/depend.make new file mode 100644 index 00000000..e1e19464 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1511. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/flags.make new file mode 100644 index 00000000..c7ca2a00 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1511 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/link.txt new file mode 100644 index 00000000..a8552b2e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1511.dir/link.d CMakeFiles/lib1511.dir/lib1511.c.o CMakeFiles/lib1511.dir/first.c.o CMakeFiles/lib1511.dir/testutil.c.o -o lib1511 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/DependInfo.cmake new file mode 100644 index 00000000..36fda8b4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1512.c" "external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1512" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1512.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make new file mode 100644 index 00000000..d6431b52 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1512.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1512.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1512.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1512.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1512.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.o: external/curl/tests/libtest/CMakeFiles/lib1512.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1512.c +external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.o: external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.o -MF CMakeFiles/lib1512.dir/lib1512.c.o.d -o CMakeFiles/lib1512.dir/lib1512.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1512.c + +external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1512.dir/lib1512.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1512.c > CMakeFiles/lib1512.dir/lib1512.c.i + +external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1512.dir/lib1512.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1512.c -o CMakeFiles/lib1512.dir/lib1512.c.s + +external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1512.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.o -MF CMakeFiles/lib1512.dir/first.c.o.d -o CMakeFiles/lib1512.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1512.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1512.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1512.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1512.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1512.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.o -MF CMakeFiles/lib1512.dir/testutil.c.o.d -o CMakeFiles/lib1512.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1512.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1512.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1512.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1512.dir/testutil.c.s + +# Object files for target lib1512 +lib1512_OBJECTS = \ +"CMakeFiles/lib1512.dir/lib1512.c.o" \ +"CMakeFiles/lib1512.dir/first.c.o" \ +"CMakeFiles/lib1512.dir/testutil.c.o" + +# External object files for target lib1512 +lib1512_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1512: external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.o +external/curl/tests/libtest/lib1512: external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.o +external/curl/tests/libtest/lib1512: external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.o +external/curl/tests/libtest/lib1512: external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make +external/curl/tests/libtest/lib1512: external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.ts +external/curl/tests/libtest/lib1512: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1512: /usr/lib/libz.so +external/curl/tests/libtest/lib1512: external/curl/tests/libtest/CMakeFiles/lib1512.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1512" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1512.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1512.dir/build: external/curl/tests/libtest/lib1512 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1512.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1512.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1512.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1512.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1512.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1512.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1512.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/cmake_clean.cmake new file mode 100644 index 00000000..b6620ff8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1512.dir/link.d" + "CMakeFiles/lib1512.dir/first.c.o" + "CMakeFiles/lib1512.dir/first.c.o.d" + "CMakeFiles/lib1512.dir/lib1512.c.o" + "CMakeFiles/lib1512.dir/lib1512.c.o.d" + "CMakeFiles/lib1512.dir/testutil.c.o" + "CMakeFiles/lib1512.dir/testutil.c.o.d" + "lib1512" + "lib1512.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1512.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.make new file mode 100644 index 00000000..24011f05 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1512. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.ts new file mode 100644 index 00000000..a2cabe72 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1512. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/depend.make new file mode 100644 index 00000000..5320dc9e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1512. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/flags.make new file mode 100644 index 00000000..e8c51f8a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1512 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/link.txt new file mode 100644 index 00000000..27574ba0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1512.dir/link.d CMakeFiles/lib1512.dir/lib1512.c.o CMakeFiles/lib1512.dir/first.c.o CMakeFiles/lib1512.dir/testutil.c.o -o lib1512 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/DependInfo.cmake new file mode 100644 index 00000000..ad26bef3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1513.c" "external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1513" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1513.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make new file mode 100644 index 00000000..15a84beb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1513.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1513.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1513.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1513.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1513.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.o: external/curl/tests/libtest/CMakeFiles/lib1513.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1513.c +external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.o: external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.o -MF CMakeFiles/lib1513.dir/lib1513.c.o.d -o CMakeFiles/lib1513.dir/lib1513.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1513.c + +external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1513.dir/lib1513.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1513.c > CMakeFiles/lib1513.dir/lib1513.c.i + +external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1513.dir/lib1513.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1513.c -o CMakeFiles/lib1513.dir/lib1513.c.s + +external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1513.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.o -MF CMakeFiles/lib1513.dir/first.c.o.d -o CMakeFiles/lib1513.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1513.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1513.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1513.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1513.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1513.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.o -MF CMakeFiles/lib1513.dir/testutil.c.o.d -o CMakeFiles/lib1513.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1513.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1513.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1513.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1513.dir/testutil.c.s + +# Object files for target lib1513 +lib1513_OBJECTS = \ +"CMakeFiles/lib1513.dir/lib1513.c.o" \ +"CMakeFiles/lib1513.dir/first.c.o" \ +"CMakeFiles/lib1513.dir/testutil.c.o" + +# External object files for target lib1513 +lib1513_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1513: external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.o +external/curl/tests/libtest/lib1513: external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.o +external/curl/tests/libtest/lib1513: external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.o +external/curl/tests/libtest/lib1513: external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make +external/curl/tests/libtest/lib1513: external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.ts +external/curl/tests/libtest/lib1513: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1513: /usr/lib/libz.so +external/curl/tests/libtest/lib1513: external/curl/tests/libtest/CMakeFiles/lib1513.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1513" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1513.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1513.dir/build: external/curl/tests/libtest/lib1513 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1513.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1513.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1513.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1513.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1513.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1513.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1513.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/cmake_clean.cmake new file mode 100644 index 00000000..c1f70db1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1513.dir/link.d" + "CMakeFiles/lib1513.dir/first.c.o" + "CMakeFiles/lib1513.dir/first.c.o.d" + "CMakeFiles/lib1513.dir/lib1513.c.o" + "CMakeFiles/lib1513.dir/lib1513.c.o.d" + "CMakeFiles/lib1513.dir/testutil.c.o" + "CMakeFiles/lib1513.dir/testutil.c.o.d" + "lib1513" + "lib1513.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1513.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.make new file mode 100644 index 00000000..88fff88e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1513. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.ts new file mode 100644 index 00000000..b0f7db16 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1513. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/depend.make new file mode 100644 index 00000000..c9b7c51c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1513. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/flags.make new file mode 100644 index 00000000..1983ec49 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1513 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/link.txt new file mode 100644 index 00000000..69e36422 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1513.dir/link.d CMakeFiles/lib1513.dir/lib1513.c.o CMakeFiles/lib1513.dir/first.c.o CMakeFiles/lib1513.dir/testutil.c.o -o lib1513 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/DependInfo.cmake new file mode 100644 index 00000000..a24151ff --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1514.c" "external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1514" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1514.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make new file mode 100644 index 00000000..895e083b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1514.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1514.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1514.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1514.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1514.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.o: external/curl/tests/libtest/CMakeFiles/lib1514.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1514.c +external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.o: external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.o -MF CMakeFiles/lib1514.dir/lib1514.c.o.d -o CMakeFiles/lib1514.dir/lib1514.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1514.c + +external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1514.dir/lib1514.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1514.c > CMakeFiles/lib1514.dir/lib1514.c.i + +external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1514.dir/lib1514.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1514.c -o CMakeFiles/lib1514.dir/lib1514.c.s + +external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1514.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.o -MF CMakeFiles/lib1514.dir/first.c.o.d -o CMakeFiles/lib1514.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1514.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1514.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1514.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1514.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1514.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.o -MF CMakeFiles/lib1514.dir/testutil.c.o.d -o CMakeFiles/lib1514.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1514.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1514.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1514.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1514.dir/testutil.c.s + +# Object files for target lib1514 +lib1514_OBJECTS = \ +"CMakeFiles/lib1514.dir/lib1514.c.o" \ +"CMakeFiles/lib1514.dir/first.c.o" \ +"CMakeFiles/lib1514.dir/testutil.c.o" + +# External object files for target lib1514 +lib1514_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1514: external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.o +external/curl/tests/libtest/lib1514: external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.o +external/curl/tests/libtest/lib1514: external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.o +external/curl/tests/libtest/lib1514: external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make +external/curl/tests/libtest/lib1514: external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.ts +external/curl/tests/libtest/lib1514: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1514: /usr/lib/libz.so +external/curl/tests/libtest/lib1514: external/curl/tests/libtest/CMakeFiles/lib1514.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1514" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1514.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1514.dir/build: external/curl/tests/libtest/lib1514 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1514.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1514.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1514.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1514.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1514.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1514.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1514.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/cmake_clean.cmake new file mode 100644 index 00000000..0fbfe74f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1514.dir/link.d" + "CMakeFiles/lib1514.dir/first.c.o" + "CMakeFiles/lib1514.dir/first.c.o.d" + "CMakeFiles/lib1514.dir/lib1514.c.o" + "CMakeFiles/lib1514.dir/lib1514.c.o.d" + "CMakeFiles/lib1514.dir/testutil.c.o" + "CMakeFiles/lib1514.dir/testutil.c.o.d" + "lib1514" + "lib1514.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1514.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.make new file mode 100644 index 00000000..e9270c81 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1514. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.ts new file mode 100644 index 00000000..a259112a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1514. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/depend.make new file mode 100644 index 00000000..25f557c7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1514. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/flags.make new file mode 100644 index 00000000..651644cf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1514 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/link.txt new file mode 100644 index 00000000..a0d799ed --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1514.dir/link.d CMakeFiles/lib1514.dir/lib1514.c.o CMakeFiles/lib1514.dir/first.c.o CMakeFiles/lib1514.dir/testutil.c.o -o lib1514 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/DependInfo.cmake new file mode 100644 index 00000000..0a8aa4d4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/DependInfo.cmake @@ -0,0 +1,27 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1515.c" "external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1515" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1515.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make new file mode 100644 index 00000000..92492c49 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make @@ -0,0 +1,164 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1515.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1515.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1515.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1515.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1515.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.o: external/curl/tests/libtest/CMakeFiles/lib1515.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1515.c +external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.o: external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.o -MF CMakeFiles/lib1515.dir/lib1515.c.o.d -o CMakeFiles/lib1515.dir/lib1515.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1515.c + +external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1515.dir/lib1515.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1515.c > CMakeFiles/lib1515.dir/lib1515.c.i + +external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1515.dir/lib1515.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1515.c -o CMakeFiles/lib1515.dir/lib1515.c.s + +external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1515.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.o -MF CMakeFiles/lib1515.dir/first.c.o.d -o CMakeFiles/lib1515.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1515.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1515.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1515.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1515.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1515.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.o -MF CMakeFiles/lib1515.dir/testutil.c.o.d -o CMakeFiles/lib1515.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1515.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1515.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1515.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1515.dir/testutil.c.s + +external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1515.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c +external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.o -MF CMakeFiles/lib1515.dir/testtrace.c.o.d -o CMakeFiles/lib1515.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c + +external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1515.dir/testtrace.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib1515.dir/testtrace.c.i + +external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1515.dir/testtrace.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib1515.dir/testtrace.c.s + +# Object files for target lib1515 +lib1515_OBJECTS = \ +"CMakeFiles/lib1515.dir/lib1515.c.o" \ +"CMakeFiles/lib1515.dir/first.c.o" \ +"CMakeFiles/lib1515.dir/testutil.c.o" \ +"CMakeFiles/lib1515.dir/testtrace.c.o" + +# External object files for target lib1515 +lib1515_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1515: external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.o +external/curl/tests/libtest/lib1515: external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.o +external/curl/tests/libtest/lib1515: external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.o +external/curl/tests/libtest/lib1515: external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.o +external/curl/tests/libtest/lib1515: external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make +external/curl/tests/libtest/lib1515: external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.ts +external/curl/tests/libtest/lib1515: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1515: /usr/lib/libz.so +external/curl/tests/libtest/lib1515: external/curl/tests/libtest/CMakeFiles/lib1515.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib1515" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1515.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1515.dir/build: external/curl/tests/libtest/lib1515 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1515.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1515.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1515.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1515.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1515.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1515.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1515.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/cmake_clean.cmake new file mode 100644 index 00000000..d28d0334 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1515.dir/link.d" + "CMakeFiles/lib1515.dir/first.c.o" + "CMakeFiles/lib1515.dir/first.c.o.d" + "CMakeFiles/lib1515.dir/lib1515.c.o" + "CMakeFiles/lib1515.dir/lib1515.c.o.d" + "CMakeFiles/lib1515.dir/testtrace.c.o" + "CMakeFiles/lib1515.dir/testtrace.c.o.d" + "CMakeFiles/lib1515.dir/testutil.c.o" + "CMakeFiles/lib1515.dir/testutil.c.o.d" + "lib1515" + "lib1515.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1515.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.make new file mode 100644 index 00000000..9c255243 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1515. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.ts new file mode 100644 index 00000000..2bddc49f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1515. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/depend.make new file mode 100644 index 00000000..40419229 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1515. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/flags.make new file mode 100644 index 00000000..010dfc84 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1515 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/link.txt new file mode 100644 index 00000000..eee757b3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1515.dir/link.d CMakeFiles/lib1515.dir/lib1515.c.o CMakeFiles/lib1515.dir/first.c.o CMakeFiles/lib1515.dir/testutil.c.o CMakeFiles/lib1515.dir/testtrace.c.o -o lib1515 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/progress.make new file mode 100644 index 00000000..7f59a6bb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/DependInfo.cmake new file mode 100644 index 00000000..95168c18 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1517.c" "external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.o.d" + "" "external/curl/tests/libtest/lib1517" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1517.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make new file mode 100644 index 00000000..ec5af7e6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1517.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1517.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1517.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1517.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1517.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.o: external/curl/tests/libtest/CMakeFiles/lib1517.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1517.c +external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.o: external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.o -MF CMakeFiles/lib1517.dir/lib1517.c.o.d -o CMakeFiles/lib1517.dir/lib1517.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1517.c + +external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1517.dir/lib1517.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1517.c > CMakeFiles/lib1517.dir/lib1517.c.i + +external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1517.dir/lib1517.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1517.c -o CMakeFiles/lib1517.dir/lib1517.c.s + +external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1517.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.o -MF CMakeFiles/lib1517.dir/first.c.o.d -o CMakeFiles/lib1517.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1517.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1517.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1517.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1517.dir/first.c.s + +# Object files for target lib1517 +lib1517_OBJECTS = \ +"CMakeFiles/lib1517.dir/lib1517.c.o" \ +"CMakeFiles/lib1517.dir/first.c.o" + +# External object files for target lib1517 +lib1517_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1517: external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.o +external/curl/tests/libtest/lib1517: external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.o +external/curl/tests/libtest/lib1517: external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make +external/curl/tests/libtest/lib1517: external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.ts +external/curl/tests/libtest/lib1517: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1517: /usr/lib/libz.so +external/curl/tests/libtest/lib1517: external/curl/tests/libtest/CMakeFiles/lib1517.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1517" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1517.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1517.dir/build: external/curl/tests/libtest/lib1517 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1517.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1517.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1517.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1517.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1517.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1517.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1517.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/cmake_clean.cmake new file mode 100644 index 00000000..041d59a9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1517.dir/link.d" + "CMakeFiles/lib1517.dir/first.c.o" + "CMakeFiles/lib1517.dir/first.c.o.d" + "CMakeFiles/lib1517.dir/lib1517.c.o" + "CMakeFiles/lib1517.dir/lib1517.c.o.d" + "lib1517" + "lib1517.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1517.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.make new file mode 100644 index 00000000..cd4dc6d7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1517. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.ts new file mode 100644 index 00000000..91b02800 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1517. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/depend.make new file mode 100644 index 00000000..703e3373 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1517. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/flags.make new file mode 100644 index 00000000..b1da28e5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1517 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/link.txt new file mode 100644 index 00000000..49b37118 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1517.dir/link.d CMakeFiles/lib1517.dir/lib1517.c.o CMakeFiles/lib1517.dir/first.c.o -o lib1517 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/progress.make new file mode 100644 index 00000000..9b9a842b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 53 + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/DependInfo.cmake new file mode 100644 index 00000000..900851a5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1518.c" "external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.o.d" + "" "external/curl/tests/libtest/lib1518" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1518.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make new file mode 100644 index 00000000..86df8b07 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1518.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1518.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1518.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1518.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1518.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.o: external/curl/tests/libtest/CMakeFiles/lib1518.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1518.c +external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.o: external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.o -MF CMakeFiles/lib1518.dir/lib1518.c.o.d -o CMakeFiles/lib1518.dir/lib1518.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1518.c + +external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1518.dir/lib1518.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1518.c > CMakeFiles/lib1518.dir/lib1518.c.i + +external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1518.dir/lib1518.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1518.c -o CMakeFiles/lib1518.dir/lib1518.c.s + +external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1518.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.o -MF CMakeFiles/lib1518.dir/first.c.o.d -o CMakeFiles/lib1518.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1518.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1518.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1518.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1518.dir/first.c.s + +# Object files for target lib1518 +lib1518_OBJECTS = \ +"CMakeFiles/lib1518.dir/lib1518.c.o" \ +"CMakeFiles/lib1518.dir/first.c.o" + +# External object files for target lib1518 +lib1518_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1518: external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.o +external/curl/tests/libtest/lib1518: external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.o +external/curl/tests/libtest/lib1518: external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make +external/curl/tests/libtest/lib1518: external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.ts +external/curl/tests/libtest/lib1518: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1518: /usr/lib/libz.so +external/curl/tests/libtest/lib1518: external/curl/tests/libtest/CMakeFiles/lib1518.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1518" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1518.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1518.dir/build: external/curl/tests/libtest/lib1518 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1518.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1518.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1518.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1518.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1518.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1518.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1518.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/cmake_clean.cmake new file mode 100644 index 00000000..5da7128f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1518.dir/link.d" + "CMakeFiles/lib1518.dir/first.c.o" + "CMakeFiles/lib1518.dir/first.c.o.d" + "CMakeFiles/lib1518.dir/lib1518.c.o" + "CMakeFiles/lib1518.dir/lib1518.c.o.d" + "lib1518" + "lib1518.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1518.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.make new file mode 100644 index 00000000..877ae996 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1518. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.ts new file mode 100644 index 00000000..9d129478 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1518. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/depend.make new file mode 100644 index 00000000..c242101a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1518. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/flags.make new file mode 100644 index 00000000..5622f380 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1518 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/link.txt new file mode 100644 index 00000000..4b60e7c2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1518.dir/link.d CMakeFiles/lib1518.dir/lib1518.c.o CMakeFiles/lib1518.dir/first.c.o -o lib1518 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/DependInfo.cmake new file mode 100644 index 00000000..1c1a2829 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1520.c" "external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.o.d" + "" "external/curl/tests/libtest/lib1520" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1520.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make new file mode 100644 index 00000000..1687ed7e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1520.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1520.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1520.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1520.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1520.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.o: external/curl/tests/libtest/CMakeFiles/lib1520.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1520.c +external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.o: external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.o -MF CMakeFiles/lib1520.dir/lib1520.c.o.d -o CMakeFiles/lib1520.dir/lib1520.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1520.c + +external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1520.dir/lib1520.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1520.c > CMakeFiles/lib1520.dir/lib1520.c.i + +external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1520.dir/lib1520.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1520.c -o CMakeFiles/lib1520.dir/lib1520.c.s + +external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1520.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.o -MF CMakeFiles/lib1520.dir/first.c.o.d -o CMakeFiles/lib1520.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1520.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1520.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1520.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1520.dir/first.c.s + +# Object files for target lib1520 +lib1520_OBJECTS = \ +"CMakeFiles/lib1520.dir/lib1520.c.o" \ +"CMakeFiles/lib1520.dir/first.c.o" + +# External object files for target lib1520 +lib1520_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1520: external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.o +external/curl/tests/libtest/lib1520: external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.o +external/curl/tests/libtest/lib1520: external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make +external/curl/tests/libtest/lib1520: external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.ts +external/curl/tests/libtest/lib1520: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1520: /usr/lib/libz.so +external/curl/tests/libtest/lib1520: external/curl/tests/libtest/CMakeFiles/lib1520.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1520" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1520.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1520.dir/build: external/curl/tests/libtest/lib1520 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1520.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1520.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1520.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1520.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1520.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1520.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1520.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/cmake_clean.cmake new file mode 100644 index 00000000..00e1a813 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1520.dir/link.d" + "CMakeFiles/lib1520.dir/first.c.o" + "CMakeFiles/lib1520.dir/first.c.o.d" + "CMakeFiles/lib1520.dir/lib1520.c.o" + "CMakeFiles/lib1520.dir/lib1520.c.o.d" + "lib1520" + "lib1520.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1520.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.make new file mode 100644 index 00000000..ee8eaeb5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1520. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.ts new file mode 100644 index 00000000..e7302318 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1520. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/depend.make new file mode 100644 index 00000000..d528d93a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1520. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/flags.make new file mode 100644 index 00000000..33546527 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1520 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/link.txt new file mode 100644 index 00000000..1f97502b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1520.dir/link.d CMakeFiles/lib1520.dir/lib1520.c.o CMakeFiles/lib1520.dir/first.c.o -o lib1520 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/DependInfo.cmake new file mode 100644 index 00000000..11557010 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1521.c" "external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.o.d" + "" "external/curl/tests/libtest/lib1521" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1521.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make new file mode 100644 index 00000000..b622a125 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make @@ -0,0 +1,137 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1521.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1521.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1521.dir/flags.make + +external/curl/tests/libtest/lib1521.c: /home/guest/Downloads/PopLib/external/curl/tests/libtest/mk-lib1521.pl +external/curl/tests/libtest/lib1521.c: /home/guest/Downloads/PopLib/external/curl/include/curl/curl.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating lib1521.c" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/tests/libtest/mk-lib1521.pl < /home/guest/Downloads/PopLib/external/curl/include/curl/curl.h lib1521.c + +external/curl/tests/libtest/CMakeFiles/lib1521.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1521.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.o: external/curl/tests/libtest/CMakeFiles/lib1521.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.o: external/curl/tests/libtest/lib1521.c +external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.o: external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.o -MF CMakeFiles/lib1521.dir/lib1521.c.o.d -o CMakeFiles/lib1521.dir/lib1521.c.o -c /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1521.c + +external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1521.dir/lib1521.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1521.c > CMakeFiles/lib1521.dir/lib1521.c.i + +external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1521.dir/lib1521.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1521.c -o CMakeFiles/lib1521.dir/lib1521.c.s + +external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1521.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.o -MF CMakeFiles/lib1521.dir/first.c.o.d -o CMakeFiles/lib1521.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1521.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1521.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1521.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1521.dir/first.c.s + +# Object files for target lib1521 +lib1521_OBJECTS = \ +"CMakeFiles/lib1521.dir/lib1521.c.o" \ +"CMakeFiles/lib1521.dir/first.c.o" + +# External object files for target lib1521 +lib1521_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1521: external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.o +external/curl/tests/libtest/lib1521: external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.o +external/curl/tests/libtest/lib1521: external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make +external/curl/tests/libtest/lib1521: external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.ts +external/curl/tests/libtest/lib1521: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1521: /usr/lib/libz.so +external/curl/tests/libtest/lib1521: external/curl/tests/libtest/CMakeFiles/lib1521.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1521" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1521.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1521.dir/build: external/curl/tests/libtest/lib1521 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1521.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1521.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1521.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1521.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1521.dir/depend: external/curl/tests/libtest/lib1521.c + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1521.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1521.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/cmake_clean.cmake new file mode 100644 index 00000000..b0286561 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/cmake_clean.cmake @@ -0,0 +1,15 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1521.dir/link.d" + "CMakeFiles/lib1521.dir/first.c.o" + "CMakeFiles/lib1521.dir/first.c.o.d" + "CMakeFiles/lib1521.dir/lib1521.c.o" + "CMakeFiles/lib1521.dir/lib1521.c.o.d" + "lib1521" + "lib1521.c" + "lib1521.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1521.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.make new file mode 100644 index 00000000..37be0494 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1521. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.ts new file mode 100644 index 00000000..10f103e3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1521. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/depend.make new file mode 100644 index 00000000..b6cf939a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1521. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/flags.make new file mode 100644 index 00000000..c29e1053 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1521 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/link.txt new file mode 100644 index 00000000..6fc3b7ea --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1521.dir/link.d CMakeFiles/lib1521.dir/lib1521.c.o CMakeFiles/lib1521.dir/first.c.o -o lib1521 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/DependInfo.cmake new file mode 100644 index 00000000..257d81c8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/DependInfo.cmake @@ -0,0 +1,27 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1522.c" "external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1522" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1522.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make new file mode 100644 index 00000000..c683c2dd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make @@ -0,0 +1,164 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1522.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1522.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1522.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1522.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1522.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.o: external/curl/tests/libtest/CMakeFiles/lib1522.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1522.c +external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.o: external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.o -MF CMakeFiles/lib1522.dir/lib1522.c.o.d -o CMakeFiles/lib1522.dir/lib1522.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1522.c + +external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1522.dir/lib1522.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1522.c > CMakeFiles/lib1522.dir/lib1522.c.i + +external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1522.dir/lib1522.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1522.c -o CMakeFiles/lib1522.dir/lib1522.c.s + +external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1522.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.o -MF CMakeFiles/lib1522.dir/first.c.o.d -o CMakeFiles/lib1522.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1522.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1522.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1522.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1522.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1522.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.o -MF CMakeFiles/lib1522.dir/testutil.c.o.d -o CMakeFiles/lib1522.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1522.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1522.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1522.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1522.dir/testutil.c.s + +external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1522.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c +external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.o -MF CMakeFiles/lib1522.dir/testtrace.c.o.d -o CMakeFiles/lib1522.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c + +external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1522.dir/testtrace.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib1522.dir/testtrace.c.i + +external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1522.dir/testtrace.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib1522.dir/testtrace.c.s + +# Object files for target lib1522 +lib1522_OBJECTS = \ +"CMakeFiles/lib1522.dir/lib1522.c.o" \ +"CMakeFiles/lib1522.dir/first.c.o" \ +"CMakeFiles/lib1522.dir/testutil.c.o" \ +"CMakeFiles/lib1522.dir/testtrace.c.o" + +# External object files for target lib1522 +lib1522_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1522: external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.o +external/curl/tests/libtest/lib1522: external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.o +external/curl/tests/libtest/lib1522: external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.o +external/curl/tests/libtest/lib1522: external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.o +external/curl/tests/libtest/lib1522: external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make +external/curl/tests/libtest/lib1522: external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.ts +external/curl/tests/libtest/lib1522: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1522: /usr/lib/libz.so +external/curl/tests/libtest/lib1522: external/curl/tests/libtest/CMakeFiles/lib1522.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib1522" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1522.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1522.dir/build: external/curl/tests/libtest/lib1522 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1522.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1522.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1522.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1522.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1522.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1522.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1522.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/cmake_clean.cmake new file mode 100644 index 00000000..0574e16d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1522.dir/link.d" + "CMakeFiles/lib1522.dir/first.c.o" + "CMakeFiles/lib1522.dir/first.c.o.d" + "CMakeFiles/lib1522.dir/lib1522.c.o" + "CMakeFiles/lib1522.dir/lib1522.c.o.d" + "CMakeFiles/lib1522.dir/testtrace.c.o" + "CMakeFiles/lib1522.dir/testtrace.c.o.d" + "CMakeFiles/lib1522.dir/testutil.c.o" + "CMakeFiles/lib1522.dir/testutil.c.o.d" + "lib1522" + "lib1522.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1522.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.make new file mode 100644 index 00000000..52f58082 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1522. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.ts new file mode 100644 index 00000000..eb7b461f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1522. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/depend.make new file mode 100644 index 00000000..682447ab --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1522. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/flags.make new file mode 100644 index 00000000..51f9fabe --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1522 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/link.txt new file mode 100644 index 00000000..41c6d7db --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1522.dir/link.d CMakeFiles/lib1522.dir/lib1522.c.o CMakeFiles/lib1522.dir/first.c.o CMakeFiles/lib1522.dir/testutil.c.o CMakeFiles/lib1522.dir/testtrace.c.o -o lib1522 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/progress.make new file mode 100644 index 00000000..7f59a6bb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/DependInfo.cmake new file mode 100644 index 00000000..30aac9cc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1523.c" "external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.o.d" + "" "external/curl/tests/libtest/lib1523" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1523.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make new file mode 100644 index 00000000..78299c97 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1523.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1523.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1523.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1523.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1523.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.o: external/curl/tests/libtest/CMakeFiles/lib1523.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1523.c +external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.o: external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.o -MF CMakeFiles/lib1523.dir/lib1523.c.o.d -o CMakeFiles/lib1523.dir/lib1523.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1523.c + +external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1523.dir/lib1523.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1523.c > CMakeFiles/lib1523.dir/lib1523.c.i + +external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1523.dir/lib1523.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1523.c -o CMakeFiles/lib1523.dir/lib1523.c.s + +external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1523.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.o -MF CMakeFiles/lib1523.dir/first.c.o.d -o CMakeFiles/lib1523.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1523.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1523.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1523.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1523.dir/first.c.s + +# Object files for target lib1523 +lib1523_OBJECTS = \ +"CMakeFiles/lib1523.dir/lib1523.c.o" \ +"CMakeFiles/lib1523.dir/first.c.o" + +# External object files for target lib1523 +lib1523_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1523: external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.o +external/curl/tests/libtest/lib1523: external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.o +external/curl/tests/libtest/lib1523: external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make +external/curl/tests/libtest/lib1523: external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.ts +external/curl/tests/libtest/lib1523: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1523: /usr/lib/libz.so +external/curl/tests/libtest/lib1523: external/curl/tests/libtest/CMakeFiles/lib1523.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1523" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1523.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1523.dir/build: external/curl/tests/libtest/lib1523 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1523.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1523.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1523.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1523.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1523.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1523.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1523.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/cmake_clean.cmake new file mode 100644 index 00000000..c0db682f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1523.dir/link.d" + "CMakeFiles/lib1523.dir/first.c.o" + "CMakeFiles/lib1523.dir/first.c.o.d" + "CMakeFiles/lib1523.dir/lib1523.c.o" + "CMakeFiles/lib1523.dir/lib1523.c.o.d" + "lib1523" + "lib1523.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1523.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.make new file mode 100644 index 00000000..6331c26c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1523. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.ts new file mode 100644 index 00000000..726209a4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1523. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/depend.make new file mode 100644 index 00000000..3a060e96 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1523. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/flags.make new file mode 100644 index 00000000..ebbaf8dc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1523 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/link.txt new file mode 100644 index 00000000..5a69ff49 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1523.dir/link.d CMakeFiles/lib1523.dir/lib1523.c.o CMakeFiles/lib1523.dir/first.c.o -o lib1523 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/DependInfo.cmake new file mode 100644 index 00000000..42159dd9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1525.c" "external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1525" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1525.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make new file mode 100644 index 00000000..348d0e2b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1525.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1525.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1525.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1525.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1525.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.o: external/curl/tests/libtest/CMakeFiles/lib1525.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1525.c +external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.o: external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.o -MF CMakeFiles/lib1525.dir/lib1525.c.o.d -o CMakeFiles/lib1525.dir/lib1525.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1525.c + +external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1525.dir/lib1525.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1525.c > CMakeFiles/lib1525.dir/lib1525.c.i + +external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1525.dir/lib1525.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1525.c -o CMakeFiles/lib1525.dir/lib1525.c.s + +external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1525.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.o -MF CMakeFiles/lib1525.dir/first.c.o.d -o CMakeFiles/lib1525.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1525.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1525.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1525.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1525.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1525.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.o -MF CMakeFiles/lib1525.dir/testutil.c.o.d -o CMakeFiles/lib1525.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1525.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1525.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1525.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1525.dir/testutil.c.s + +# Object files for target lib1525 +lib1525_OBJECTS = \ +"CMakeFiles/lib1525.dir/lib1525.c.o" \ +"CMakeFiles/lib1525.dir/first.c.o" \ +"CMakeFiles/lib1525.dir/testutil.c.o" + +# External object files for target lib1525 +lib1525_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1525: external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.o +external/curl/tests/libtest/lib1525: external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.o +external/curl/tests/libtest/lib1525: external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.o +external/curl/tests/libtest/lib1525: external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make +external/curl/tests/libtest/lib1525: external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.ts +external/curl/tests/libtest/lib1525: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1525: /usr/lib/libz.so +external/curl/tests/libtest/lib1525: external/curl/tests/libtest/CMakeFiles/lib1525.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1525" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1525.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1525.dir/build: external/curl/tests/libtest/lib1525 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1525.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1525.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1525.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1525.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1525.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1525.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1525.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/cmake_clean.cmake new file mode 100644 index 00000000..92c76ad7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1525.dir/link.d" + "CMakeFiles/lib1525.dir/first.c.o" + "CMakeFiles/lib1525.dir/first.c.o.d" + "CMakeFiles/lib1525.dir/lib1525.c.o" + "CMakeFiles/lib1525.dir/lib1525.c.o.d" + "CMakeFiles/lib1525.dir/testutil.c.o" + "CMakeFiles/lib1525.dir/testutil.c.o.d" + "lib1525" + "lib1525.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1525.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.make new file mode 100644 index 00000000..7383a5ee --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1525. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.ts new file mode 100644 index 00000000..d01a69ea --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1525. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/depend.make new file mode 100644 index 00000000..95e3f280 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1525. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/flags.make new file mode 100644 index 00000000..e2119118 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1525 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/link.txt new file mode 100644 index 00000000..4e62034c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1525.dir/link.d CMakeFiles/lib1525.dir/lib1525.c.o CMakeFiles/lib1525.dir/first.c.o CMakeFiles/lib1525.dir/testutil.c.o -o lib1525 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/DependInfo.cmake new file mode 100644 index 00000000..ca7a9880 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1526.c" "external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1526" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1526.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make new file mode 100644 index 00000000..e302bdf1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1526.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1526.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1526.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1526.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1526.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.o: external/curl/tests/libtest/CMakeFiles/lib1526.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1526.c +external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.o: external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.o -MF CMakeFiles/lib1526.dir/lib1526.c.o.d -o CMakeFiles/lib1526.dir/lib1526.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1526.c + +external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1526.dir/lib1526.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1526.c > CMakeFiles/lib1526.dir/lib1526.c.i + +external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1526.dir/lib1526.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1526.c -o CMakeFiles/lib1526.dir/lib1526.c.s + +external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1526.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.o -MF CMakeFiles/lib1526.dir/first.c.o.d -o CMakeFiles/lib1526.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1526.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1526.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1526.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1526.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1526.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.o -MF CMakeFiles/lib1526.dir/testutil.c.o.d -o CMakeFiles/lib1526.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1526.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1526.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1526.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1526.dir/testutil.c.s + +# Object files for target lib1526 +lib1526_OBJECTS = \ +"CMakeFiles/lib1526.dir/lib1526.c.o" \ +"CMakeFiles/lib1526.dir/first.c.o" \ +"CMakeFiles/lib1526.dir/testutil.c.o" + +# External object files for target lib1526 +lib1526_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1526: external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.o +external/curl/tests/libtest/lib1526: external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.o +external/curl/tests/libtest/lib1526: external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.o +external/curl/tests/libtest/lib1526: external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make +external/curl/tests/libtest/lib1526: external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.ts +external/curl/tests/libtest/lib1526: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1526: /usr/lib/libz.so +external/curl/tests/libtest/lib1526: external/curl/tests/libtest/CMakeFiles/lib1526.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1526" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1526.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1526.dir/build: external/curl/tests/libtest/lib1526 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1526.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1526.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1526.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1526.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1526.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1526.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1526.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/cmake_clean.cmake new file mode 100644 index 00000000..ce6618b8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1526.dir/link.d" + "CMakeFiles/lib1526.dir/first.c.o" + "CMakeFiles/lib1526.dir/first.c.o.d" + "CMakeFiles/lib1526.dir/lib1526.c.o" + "CMakeFiles/lib1526.dir/lib1526.c.o.d" + "CMakeFiles/lib1526.dir/testutil.c.o" + "CMakeFiles/lib1526.dir/testutil.c.o.d" + "lib1526" + "lib1526.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1526.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.make new file mode 100644 index 00000000..15ddf4cf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1526. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.ts new file mode 100644 index 00000000..c6474369 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1526. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/depend.make new file mode 100644 index 00000000..c8584172 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1526. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/flags.make new file mode 100644 index 00000000..7aad4a49 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1526 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/link.txt new file mode 100644 index 00000000..12895791 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1526.dir/link.d CMakeFiles/lib1526.dir/lib1526.c.o CMakeFiles/lib1526.dir/first.c.o CMakeFiles/lib1526.dir/testutil.c.o -o lib1526 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/DependInfo.cmake new file mode 100644 index 00000000..565b87cc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1527.c" "external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1527" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1527.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make new file mode 100644 index 00000000..cb99ab3c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1527.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1527.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1527.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1527.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1527.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.o: external/curl/tests/libtest/CMakeFiles/lib1527.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1527.c +external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.o: external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.o -MF CMakeFiles/lib1527.dir/lib1527.c.o.d -o CMakeFiles/lib1527.dir/lib1527.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1527.c + +external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1527.dir/lib1527.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1527.c > CMakeFiles/lib1527.dir/lib1527.c.i + +external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1527.dir/lib1527.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1527.c -o CMakeFiles/lib1527.dir/lib1527.c.s + +external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1527.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.o -MF CMakeFiles/lib1527.dir/first.c.o.d -o CMakeFiles/lib1527.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1527.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1527.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1527.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1527.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1527.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.o -MF CMakeFiles/lib1527.dir/testutil.c.o.d -o CMakeFiles/lib1527.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1527.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1527.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1527.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1527.dir/testutil.c.s + +# Object files for target lib1527 +lib1527_OBJECTS = \ +"CMakeFiles/lib1527.dir/lib1527.c.o" \ +"CMakeFiles/lib1527.dir/first.c.o" \ +"CMakeFiles/lib1527.dir/testutil.c.o" + +# External object files for target lib1527 +lib1527_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1527: external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.o +external/curl/tests/libtest/lib1527: external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.o +external/curl/tests/libtest/lib1527: external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.o +external/curl/tests/libtest/lib1527: external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make +external/curl/tests/libtest/lib1527: external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.ts +external/curl/tests/libtest/lib1527: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1527: /usr/lib/libz.so +external/curl/tests/libtest/lib1527: external/curl/tests/libtest/CMakeFiles/lib1527.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1527" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1527.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1527.dir/build: external/curl/tests/libtest/lib1527 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1527.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1527.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1527.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1527.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1527.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1527.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1527.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/cmake_clean.cmake new file mode 100644 index 00000000..d3944921 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1527.dir/link.d" + "CMakeFiles/lib1527.dir/first.c.o" + "CMakeFiles/lib1527.dir/first.c.o.d" + "CMakeFiles/lib1527.dir/lib1527.c.o" + "CMakeFiles/lib1527.dir/lib1527.c.o.d" + "CMakeFiles/lib1527.dir/testutil.c.o" + "CMakeFiles/lib1527.dir/testutil.c.o.d" + "lib1527" + "lib1527.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1527.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.make new file mode 100644 index 00000000..f8cc1809 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1527. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.ts new file mode 100644 index 00000000..5deafd0a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1527. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/depend.make new file mode 100644 index 00000000..e26cbfa6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1527. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/flags.make new file mode 100644 index 00000000..eb3ad55e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1527 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/link.txt new file mode 100644 index 00000000..e98b8bb1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1527.dir/link.d CMakeFiles/lib1527.dir/lib1527.c.o CMakeFiles/lib1527.dir/first.c.o CMakeFiles/lib1527.dir/testutil.c.o -o lib1527 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/progress.make new file mode 100644 index 00000000..8cc4ac5d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 54 +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/DependInfo.cmake new file mode 100644 index 00000000..61d1ce94 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1528.c" "external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1528" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1528.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make new file mode 100644 index 00000000..047d4007 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1528.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1528.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1528.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1528.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1528.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.o: external/curl/tests/libtest/CMakeFiles/lib1528.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1528.c +external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.o: external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.o -MF CMakeFiles/lib1528.dir/lib1528.c.o.d -o CMakeFiles/lib1528.dir/lib1528.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1528.c + +external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1528.dir/lib1528.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1528.c > CMakeFiles/lib1528.dir/lib1528.c.i + +external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1528.dir/lib1528.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1528.c -o CMakeFiles/lib1528.dir/lib1528.c.s + +external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1528.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.o -MF CMakeFiles/lib1528.dir/first.c.o.d -o CMakeFiles/lib1528.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1528.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1528.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1528.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1528.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1528.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.o -MF CMakeFiles/lib1528.dir/testutil.c.o.d -o CMakeFiles/lib1528.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1528.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1528.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1528.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1528.dir/testutil.c.s + +# Object files for target lib1528 +lib1528_OBJECTS = \ +"CMakeFiles/lib1528.dir/lib1528.c.o" \ +"CMakeFiles/lib1528.dir/first.c.o" \ +"CMakeFiles/lib1528.dir/testutil.c.o" + +# External object files for target lib1528 +lib1528_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1528: external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.o +external/curl/tests/libtest/lib1528: external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.o +external/curl/tests/libtest/lib1528: external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.o +external/curl/tests/libtest/lib1528: external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make +external/curl/tests/libtest/lib1528: external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.ts +external/curl/tests/libtest/lib1528: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1528: /usr/lib/libz.so +external/curl/tests/libtest/lib1528: external/curl/tests/libtest/CMakeFiles/lib1528.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1528" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1528.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1528.dir/build: external/curl/tests/libtest/lib1528 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1528.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1528.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1528.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1528.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1528.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1528.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1528.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/cmake_clean.cmake new file mode 100644 index 00000000..666bcb41 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1528.dir/link.d" + "CMakeFiles/lib1528.dir/first.c.o" + "CMakeFiles/lib1528.dir/first.c.o.d" + "CMakeFiles/lib1528.dir/lib1528.c.o" + "CMakeFiles/lib1528.dir/lib1528.c.o.d" + "CMakeFiles/lib1528.dir/testutil.c.o" + "CMakeFiles/lib1528.dir/testutil.c.o.d" + "lib1528" + "lib1528.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1528.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.make new file mode 100644 index 00000000..18bcd972 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1528. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.ts new file mode 100644 index 00000000..2a9c983e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1528. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/depend.make new file mode 100644 index 00000000..1f94fed6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1528. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/flags.make new file mode 100644 index 00000000..974d05b4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1528 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/link.txt new file mode 100644 index 00000000..796c87aa --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1528.dir/link.d CMakeFiles/lib1528.dir/lib1528.c.o CMakeFiles/lib1528.dir/first.c.o CMakeFiles/lib1528.dir/testutil.c.o -o lib1528 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/DependInfo.cmake new file mode 100644 index 00000000..55460436 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1529.c" "external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1529" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1529.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make new file mode 100644 index 00000000..85ed4876 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1529.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1529.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1529.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1529.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1529.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.o: external/curl/tests/libtest/CMakeFiles/lib1529.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1529.c +external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.o: external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.o -MF CMakeFiles/lib1529.dir/lib1529.c.o.d -o CMakeFiles/lib1529.dir/lib1529.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1529.c + +external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1529.dir/lib1529.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1529.c > CMakeFiles/lib1529.dir/lib1529.c.i + +external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1529.dir/lib1529.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1529.c -o CMakeFiles/lib1529.dir/lib1529.c.s + +external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1529.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.o -MF CMakeFiles/lib1529.dir/first.c.o.d -o CMakeFiles/lib1529.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1529.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1529.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1529.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1529.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1529.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.o -MF CMakeFiles/lib1529.dir/testutil.c.o.d -o CMakeFiles/lib1529.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1529.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1529.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1529.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1529.dir/testutil.c.s + +# Object files for target lib1529 +lib1529_OBJECTS = \ +"CMakeFiles/lib1529.dir/lib1529.c.o" \ +"CMakeFiles/lib1529.dir/first.c.o" \ +"CMakeFiles/lib1529.dir/testutil.c.o" + +# External object files for target lib1529 +lib1529_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1529: external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.o +external/curl/tests/libtest/lib1529: external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.o +external/curl/tests/libtest/lib1529: external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.o +external/curl/tests/libtest/lib1529: external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make +external/curl/tests/libtest/lib1529: external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.ts +external/curl/tests/libtest/lib1529: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1529: /usr/lib/libz.so +external/curl/tests/libtest/lib1529: external/curl/tests/libtest/CMakeFiles/lib1529.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1529" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1529.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1529.dir/build: external/curl/tests/libtest/lib1529 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1529.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1529.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1529.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1529.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1529.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1529.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1529.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/cmake_clean.cmake new file mode 100644 index 00000000..00b7fb08 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1529.dir/link.d" + "CMakeFiles/lib1529.dir/first.c.o" + "CMakeFiles/lib1529.dir/first.c.o.d" + "CMakeFiles/lib1529.dir/lib1529.c.o" + "CMakeFiles/lib1529.dir/lib1529.c.o.d" + "CMakeFiles/lib1529.dir/testutil.c.o" + "CMakeFiles/lib1529.dir/testutil.c.o.d" + "lib1529" + "lib1529.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1529.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.make new file mode 100644 index 00000000..b1979519 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1529. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.ts new file mode 100644 index 00000000..9e08b446 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1529. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/depend.make new file mode 100644 index 00000000..7f67469a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1529. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/flags.make new file mode 100644 index 00000000..d572762e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1529 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/link.txt new file mode 100644 index 00000000..1cd5e82b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1529.dir/link.d CMakeFiles/lib1529.dir/lib1529.c.o CMakeFiles/lib1529.dir/first.c.o CMakeFiles/lib1529.dir/testutil.c.o -o lib1529 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/DependInfo.cmake new file mode 100644 index 00000000..df153b4a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1530.c" "external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1530" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1530.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make new file mode 100644 index 00000000..122604eb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1530.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1530.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1530.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1530.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1530.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.o: external/curl/tests/libtest/CMakeFiles/lib1530.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1530.c +external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.o: external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.o -MF CMakeFiles/lib1530.dir/lib1530.c.o.d -o CMakeFiles/lib1530.dir/lib1530.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1530.c + +external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1530.dir/lib1530.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1530.c > CMakeFiles/lib1530.dir/lib1530.c.i + +external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1530.dir/lib1530.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1530.c -o CMakeFiles/lib1530.dir/lib1530.c.s + +external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1530.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.o -MF CMakeFiles/lib1530.dir/first.c.o.d -o CMakeFiles/lib1530.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1530.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1530.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1530.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1530.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1530.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.o -MF CMakeFiles/lib1530.dir/testutil.c.o.d -o CMakeFiles/lib1530.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1530.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1530.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1530.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1530.dir/testutil.c.s + +# Object files for target lib1530 +lib1530_OBJECTS = \ +"CMakeFiles/lib1530.dir/lib1530.c.o" \ +"CMakeFiles/lib1530.dir/first.c.o" \ +"CMakeFiles/lib1530.dir/testutil.c.o" + +# External object files for target lib1530 +lib1530_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1530: external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.o +external/curl/tests/libtest/lib1530: external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.o +external/curl/tests/libtest/lib1530: external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.o +external/curl/tests/libtest/lib1530: external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make +external/curl/tests/libtest/lib1530: external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.ts +external/curl/tests/libtest/lib1530: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1530: /usr/lib/libz.so +external/curl/tests/libtest/lib1530: external/curl/tests/libtest/CMakeFiles/lib1530.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1530" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1530.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1530.dir/build: external/curl/tests/libtest/lib1530 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1530.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1530.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1530.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1530.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1530.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1530.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1530.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/cmake_clean.cmake new file mode 100644 index 00000000..cafeeff6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1530.dir/link.d" + "CMakeFiles/lib1530.dir/first.c.o" + "CMakeFiles/lib1530.dir/first.c.o.d" + "CMakeFiles/lib1530.dir/lib1530.c.o" + "CMakeFiles/lib1530.dir/lib1530.c.o.d" + "CMakeFiles/lib1530.dir/testutil.c.o" + "CMakeFiles/lib1530.dir/testutil.c.o.d" + "lib1530" + "lib1530.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1530.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.make new file mode 100644 index 00000000..adbf60e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1530. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.ts new file mode 100644 index 00000000..b167342e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1530. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/depend.make new file mode 100644 index 00000000..a149ec0f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1530. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/flags.make new file mode 100644 index 00000000..a223e3d4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1530 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/link.txt new file mode 100644 index 00000000..c62f4bd4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1530.dir/link.d CMakeFiles/lib1530.dir/lib1530.c.o CMakeFiles/lib1530.dir/first.c.o CMakeFiles/lib1530.dir/testutil.c.o -o lib1530 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/DependInfo.cmake new file mode 100644 index 00000000..7c69fd4c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1531.c" "external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1531" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1531.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make new file mode 100644 index 00000000..0b761c2a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1531.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1531.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1531.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1531.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1531.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.o: external/curl/tests/libtest/CMakeFiles/lib1531.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1531.c +external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.o: external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.o -MF CMakeFiles/lib1531.dir/lib1531.c.o.d -o CMakeFiles/lib1531.dir/lib1531.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1531.c + +external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1531.dir/lib1531.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1531.c > CMakeFiles/lib1531.dir/lib1531.c.i + +external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1531.dir/lib1531.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1531.c -o CMakeFiles/lib1531.dir/lib1531.c.s + +external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1531.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.o -MF CMakeFiles/lib1531.dir/first.c.o.d -o CMakeFiles/lib1531.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1531.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1531.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1531.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1531.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1531.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.o -MF CMakeFiles/lib1531.dir/testutil.c.o.d -o CMakeFiles/lib1531.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1531.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1531.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1531.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1531.dir/testutil.c.s + +# Object files for target lib1531 +lib1531_OBJECTS = \ +"CMakeFiles/lib1531.dir/lib1531.c.o" \ +"CMakeFiles/lib1531.dir/first.c.o" \ +"CMakeFiles/lib1531.dir/testutil.c.o" + +# External object files for target lib1531 +lib1531_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1531: external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.o +external/curl/tests/libtest/lib1531: external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.o +external/curl/tests/libtest/lib1531: external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.o +external/curl/tests/libtest/lib1531: external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make +external/curl/tests/libtest/lib1531: external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.ts +external/curl/tests/libtest/lib1531: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1531: /usr/lib/libz.so +external/curl/tests/libtest/lib1531: external/curl/tests/libtest/CMakeFiles/lib1531.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1531" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1531.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1531.dir/build: external/curl/tests/libtest/lib1531 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1531.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1531.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1531.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1531.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1531.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1531.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1531.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/cmake_clean.cmake new file mode 100644 index 00000000..41714247 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1531.dir/link.d" + "CMakeFiles/lib1531.dir/first.c.o" + "CMakeFiles/lib1531.dir/first.c.o.d" + "CMakeFiles/lib1531.dir/lib1531.c.o" + "CMakeFiles/lib1531.dir/lib1531.c.o.d" + "CMakeFiles/lib1531.dir/testutil.c.o" + "CMakeFiles/lib1531.dir/testutil.c.o.d" + "lib1531" + "lib1531.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1531.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.make new file mode 100644 index 00000000..94c13657 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1531. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.ts new file mode 100644 index 00000000..f460a63c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1531. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/depend.make new file mode 100644 index 00000000..9f39f630 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1531. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/flags.make new file mode 100644 index 00000000..2bb1aa59 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1531 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/link.txt new file mode 100644 index 00000000..be212067 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1531.dir/link.d CMakeFiles/lib1531.dir/lib1531.c.o CMakeFiles/lib1531.dir/first.c.o CMakeFiles/lib1531.dir/testutil.c.o -o lib1531 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/DependInfo.cmake new file mode 100644 index 00000000..be92f978 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1532.c" "external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1532" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1532.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make new file mode 100644 index 00000000..431a3226 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1532.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1532.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1532.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1532.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1532.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.o: external/curl/tests/libtest/CMakeFiles/lib1532.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1532.c +external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.o: external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.o -MF CMakeFiles/lib1532.dir/lib1532.c.o.d -o CMakeFiles/lib1532.dir/lib1532.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1532.c + +external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1532.dir/lib1532.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1532.c > CMakeFiles/lib1532.dir/lib1532.c.i + +external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1532.dir/lib1532.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1532.c -o CMakeFiles/lib1532.dir/lib1532.c.s + +external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1532.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.o -MF CMakeFiles/lib1532.dir/first.c.o.d -o CMakeFiles/lib1532.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1532.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1532.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1532.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1532.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1532.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.o -MF CMakeFiles/lib1532.dir/testutil.c.o.d -o CMakeFiles/lib1532.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1532.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1532.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1532.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1532.dir/testutil.c.s + +# Object files for target lib1532 +lib1532_OBJECTS = \ +"CMakeFiles/lib1532.dir/lib1532.c.o" \ +"CMakeFiles/lib1532.dir/first.c.o" \ +"CMakeFiles/lib1532.dir/testutil.c.o" + +# External object files for target lib1532 +lib1532_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1532: external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.o +external/curl/tests/libtest/lib1532: external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.o +external/curl/tests/libtest/lib1532: external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.o +external/curl/tests/libtest/lib1532: external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make +external/curl/tests/libtest/lib1532: external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.ts +external/curl/tests/libtest/lib1532: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1532: /usr/lib/libz.so +external/curl/tests/libtest/lib1532: external/curl/tests/libtest/CMakeFiles/lib1532.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1532" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1532.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1532.dir/build: external/curl/tests/libtest/lib1532 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1532.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1532.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1532.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1532.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1532.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1532.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1532.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/cmake_clean.cmake new file mode 100644 index 00000000..e034d95d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1532.dir/link.d" + "CMakeFiles/lib1532.dir/first.c.o" + "CMakeFiles/lib1532.dir/first.c.o.d" + "CMakeFiles/lib1532.dir/lib1532.c.o" + "CMakeFiles/lib1532.dir/lib1532.c.o.d" + "CMakeFiles/lib1532.dir/testutil.c.o" + "CMakeFiles/lib1532.dir/testutil.c.o.d" + "lib1532" + "lib1532.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1532.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.make new file mode 100644 index 00000000..2e462207 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1532. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.ts new file mode 100644 index 00000000..fc62f92d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1532. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/depend.make new file mode 100644 index 00000000..da24e68f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1532. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/flags.make new file mode 100644 index 00000000..e39027fe --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1532 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/link.txt new file mode 100644 index 00000000..dcd70b2a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1532.dir/link.d CMakeFiles/lib1532.dir/lib1532.c.o CMakeFiles/lib1532.dir/first.c.o CMakeFiles/lib1532.dir/testutil.c.o -o lib1532 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/DependInfo.cmake new file mode 100644 index 00000000..8df6ca70 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1533.c" "external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1533" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1533.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make new file mode 100644 index 00000000..92efe91d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1533.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1533.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1533.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1533.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1533.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.o: external/curl/tests/libtest/CMakeFiles/lib1533.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1533.c +external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.o: external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.o -MF CMakeFiles/lib1533.dir/lib1533.c.o.d -o CMakeFiles/lib1533.dir/lib1533.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1533.c + +external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1533.dir/lib1533.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1533.c > CMakeFiles/lib1533.dir/lib1533.c.i + +external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1533.dir/lib1533.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1533.c -o CMakeFiles/lib1533.dir/lib1533.c.s + +external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1533.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.o -MF CMakeFiles/lib1533.dir/first.c.o.d -o CMakeFiles/lib1533.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1533.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1533.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1533.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1533.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1533.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.o -MF CMakeFiles/lib1533.dir/testutil.c.o.d -o CMakeFiles/lib1533.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1533.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1533.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1533.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1533.dir/testutil.c.s + +# Object files for target lib1533 +lib1533_OBJECTS = \ +"CMakeFiles/lib1533.dir/lib1533.c.o" \ +"CMakeFiles/lib1533.dir/first.c.o" \ +"CMakeFiles/lib1533.dir/testutil.c.o" + +# External object files for target lib1533 +lib1533_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1533: external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.o +external/curl/tests/libtest/lib1533: external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.o +external/curl/tests/libtest/lib1533: external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.o +external/curl/tests/libtest/lib1533: external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make +external/curl/tests/libtest/lib1533: external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.ts +external/curl/tests/libtest/lib1533: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1533: /usr/lib/libz.so +external/curl/tests/libtest/lib1533: external/curl/tests/libtest/CMakeFiles/lib1533.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1533" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1533.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1533.dir/build: external/curl/tests/libtest/lib1533 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1533.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1533.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1533.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1533.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1533.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1533.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1533.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/cmake_clean.cmake new file mode 100644 index 00000000..7a0da284 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1533.dir/link.d" + "CMakeFiles/lib1533.dir/first.c.o" + "CMakeFiles/lib1533.dir/first.c.o.d" + "CMakeFiles/lib1533.dir/lib1533.c.o" + "CMakeFiles/lib1533.dir/lib1533.c.o.d" + "CMakeFiles/lib1533.dir/testutil.c.o" + "CMakeFiles/lib1533.dir/testutil.c.o.d" + "lib1533" + "lib1533.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1533.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.make new file mode 100644 index 00000000..5368bb74 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1533. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.ts new file mode 100644 index 00000000..05fd78a3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1533. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/depend.make new file mode 100644 index 00000000..c5d7d4b5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1533. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/flags.make new file mode 100644 index 00000000..597f90ef --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1533 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/link.txt new file mode 100644 index 00000000..c2a3ca13 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1533.dir/link.d CMakeFiles/lib1533.dir/lib1533.c.o CMakeFiles/lib1533.dir/first.c.o CMakeFiles/lib1533.dir/testutil.c.o -o lib1533 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/DependInfo.cmake new file mode 100644 index 00000000..cde47c72 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1534.c" "external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1534" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1534.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make new file mode 100644 index 00000000..f3a178c1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1534.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1534.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1534.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1534.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1534.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.o: external/curl/tests/libtest/CMakeFiles/lib1534.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1534.c +external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.o: external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.o -MF CMakeFiles/lib1534.dir/lib1534.c.o.d -o CMakeFiles/lib1534.dir/lib1534.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1534.c + +external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1534.dir/lib1534.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1534.c > CMakeFiles/lib1534.dir/lib1534.c.i + +external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1534.dir/lib1534.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1534.c -o CMakeFiles/lib1534.dir/lib1534.c.s + +external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1534.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.o -MF CMakeFiles/lib1534.dir/first.c.o.d -o CMakeFiles/lib1534.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1534.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1534.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1534.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1534.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1534.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.o -MF CMakeFiles/lib1534.dir/testutil.c.o.d -o CMakeFiles/lib1534.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1534.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1534.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1534.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1534.dir/testutil.c.s + +# Object files for target lib1534 +lib1534_OBJECTS = \ +"CMakeFiles/lib1534.dir/lib1534.c.o" \ +"CMakeFiles/lib1534.dir/first.c.o" \ +"CMakeFiles/lib1534.dir/testutil.c.o" + +# External object files for target lib1534 +lib1534_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1534: external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.o +external/curl/tests/libtest/lib1534: external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.o +external/curl/tests/libtest/lib1534: external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.o +external/curl/tests/libtest/lib1534: external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make +external/curl/tests/libtest/lib1534: external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.ts +external/curl/tests/libtest/lib1534: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1534: /usr/lib/libz.so +external/curl/tests/libtest/lib1534: external/curl/tests/libtest/CMakeFiles/lib1534.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1534" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1534.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1534.dir/build: external/curl/tests/libtest/lib1534 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1534.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1534.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1534.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1534.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1534.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1534.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1534.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/cmake_clean.cmake new file mode 100644 index 00000000..fb58bba9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1534.dir/link.d" + "CMakeFiles/lib1534.dir/first.c.o" + "CMakeFiles/lib1534.dir/first.c.o.d" + "CMakeFiles/lib1534.dir/lib1534.c.o" + "CMakeFiles/lib1534.dir/lib1534.c.o.d" + "CMakeFiles/lib1534.dir/testutil.c.o" + "CMakeFiles/lib1534.dir/testutil.c.o.d" + "lib1534" + "lib1534.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1534.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.make new file mode 100644 index 00000000..d2fdec53 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1534. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.ts new file mode 100644 index 00000000..443f4c49 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1534. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/depend.make new file mode 100644 index 00000000..b23bb6a6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1534. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/flags.make new file mode 100644 index 00000000..6f2ed32f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1534 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/link.txt new file mode 100644 index 00000000..18445c2f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1534.dir/link.d CMakeFiles/lib1534.dir/lib1534.c.o CMakeFiles/lib1534.dir/first.c.o CMakeFiles/lib1534.dir/testutil.c.o -o lib1534 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/progress.make new file mode 100644 index 00000000..95619619 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 55 +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/DependInfo.cmake new file mode 100644 index 00000000..c4b1e2df --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1535.c" "external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1535" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1535.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make new file mode 100644 index 00000000..a3a78411 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1535.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1535.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1535.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1535.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1535.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.o: external/curl/tests/libtest/CMakeFiles/lib1535.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1535.c +external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.o: external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.o -MF CMakeFiles/lib1535.dir/lib1535.c.o.d -o CMakeFiles/lib1535.dir/lib1535.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1535.c + +external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1535.dir/lib1535.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1535.c > CMakeFiles/lib1535.dir/lib1535.c.i + +external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1535.dir/lib1535.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1535.c -o CMakeFiles/lib1535.dir/lib1535.c.s + +external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1535.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.o -MF CMakeFiles/lib1535.dir/first.c.o.d -o CMakeFiles/lib1535.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1535.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1535.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1535.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1535.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1535.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.o -MF CMakeFiles/lib1535.dir/testutil.c.o.d -o CMakeFiles/lib1535.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1535.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1535.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1535.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1535.dir/testutil.c.s + +# Object files for target lib1535 +lib1535_OBJECTS = \ +"CMakeFiles/lib1535.dir/lib1535.c.o" \ +"CMakeFiles/lib1535.dir/first.c.o" \ +"CMakeFiles/lib1535.dir/testutil.c.o" + +# External object files for target lib1535 +lib1535_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1535: external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.o +external/curl/tests/libtest/lib1535: external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.o +external/curl/tests/libtest/lib1535: external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.o +external/curl/tests/libtest/lib1535: external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make +external/curl/tests/libtest/lib1535: external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.ts +external/curl/tests/libtest/lib1535: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1535: /usr/lib/libz.so +external/curl/tests/libtest/lib1535: external/curl/tests/libtest/CMakeFiles/lib1535.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1535" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1535.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1535.dir/build: external/curl/tests/libtest/lib1535 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1535.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1535.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1535.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1535.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1535.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1535.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1535.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/cmake_clean.cmake new file mode 100644 index 00000000..8aaefc23 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1535.dir/link.d" + "CMakeFiles/lib1535.dir/first.c.o" + "CMakeFiles/lib1535.dir/first.c.o.d" + "CMakeFiles/lib1535.dir/lib1535.c.o" + "CMakeFiles/lib1535.dir/lib1535.c.o.d" + "CMakeFiles/lib1535.dir/testutil.c.o" + "CMakeFiles/lib1535.dir/testutil.c.o.d" + "lib1535" + "lib1535.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1535.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.make new file mode 100644 index 00000000..c302fa87 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1535. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.ts new file mode 100644 index 00000000..46b5a11b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1535. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/depend.make new file mode 100644 index 00000000..04452d2e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1535. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/flags.make new file mode 100644 index 00000000..f052d417 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1535 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/link.txt new file mode 100644 index 00000000..1278e169 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1535.dir/link.d CMakeFiles/lib1535.dir/lib1535.c.o CMakeFiles/lib1535.dir/first.c.o CMakeFiles/lib1535.dir/testutil.c.o -o lib1535 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/DependInfo.cmake new file mode 100644 index 00000000..6a21fef6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1536.c" "external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1536" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1536.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make new file mode 100644 index 00000000..2caa137c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1536.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1536.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1536.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1536.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1536.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.o: external/curl/tests/libtest/CMakeFiles/lib1536.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1536.c +external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.o: external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.o -MF CMakeFiles/lib1536.dir/lib1536.c.o.d -o CMakeFiles/lib1536.dir/lib1536.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1536.c + +external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1536.dir/lib1536.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1536.c > CMakeFiles/lib1536.dir/lib1536.c.i + +external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1536.dir/lib1536.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1536.c -o CMakeFiles/lib1536.dir/lib1536.c.s + +external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1536.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.o -MF CMakeFiles/lib1536.dir/first.c.o.d -o CMakeFiles/lib1536.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1536.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1536.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1536.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1536.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1536.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.o -MF CMakeFiles/lib1536.dir/testutil.c.o.d -o CMakeFiles/lib1536.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1536.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1536.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1536.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1536.dir/testutil.c.s + +# Object files for target lib1536 +lib1536_OBJECTS = \ +"CMakeFiles/lib1536.dir/lib1536.c.o" \ +"CMakeFiles/lib1536.dir/first.c.o" \ +"CMakeFiles/lib1536.dir/testutil.c.o" + +# External object files for target lib1536 +lib1536_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1536: external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.o +external/curl/tests/libtest/lib1536: external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.o +external/curl/tests/libtest/lib1536: external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.o +external/curl/tests/libtest/lib1536: external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make +external/curl/tests/libtest/lib1536: external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.ts +external/curl/tests/libtest/lib1536: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1536: /usr/lib/libz.so +external/curl/tests/libtest/lib1536: external/curl/tests/libtest/CMakeFiles/lib1536.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1536" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1536.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1536.dir/build: external/curl/tests/libtest/lib1536 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1536.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1536.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1536.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1536.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1536.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1536.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1536.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/cmake_clean.cmake new file mode 100644 index 00000000..52ef9b34 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1536.dir/link.d" + "CMakeFiles/lib1536.dir/first.c.o" + "CMakeFiles/lib1536.dir/first.c.o.d" + "CMakeFiles/lib1536.dir/lib1536.c.o" + "CMakeFiles/lib1536.dir/lib1536.c.o.d" + "CMakeFiles/lib1536.dir/testutil.c.o" + "CMakeFiles/lib1536.dir/testutil.c.o.d" + "lib1536" + "lib1536.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1536.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.make new file mode 100644 index 00000000..afc97a19 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1536. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.ts new file mode 100644 index 00000000..2acd2b36 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1536. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/depend.make new file mode 100644 index 00000000..dc7ab901 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1536. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/flags.make new file mode 100644 index 00000000..e6471501 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1536 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/link.txt new file mode 100644 index 00000000..dd2f45c4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1536.dir/link.d CMakeFiles/lib1536.dir/lib1536.c.o CMakeFiles/lib1536.dir/first.c.o CMakeFiles/lib1536.dir/testutil.c.o -o lib1536 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/DependInfo.cmake new file mode 100644 index 00000000..bd855583 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1537.c" "external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1537" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1537.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make new file mode 100644 index 00000000..af0eaee2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1537.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1537.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1537.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1537.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1537.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.o: external/curl/tests/libtest/CMakeFiles/lib1537.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1537.c +external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.o: external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.o -MF CMakeFiles/lib1537.dir/lib1537.c.o.d -o CMakeFiles/lib1537.dir/lib1537.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1537.c + +external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1537.dir/lib1537.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1537.c > CMakeFiles/lib1537.dir/lib1537.c.i + +external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1537.dir/lib1537.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1537.c -o CMakeFiles/lib1537.dir/lib1537.c.s + +external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1537.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.o -MF CMakeFiles/lib1537.dir/first.c.o.d -o CMakeFiles/lib1537.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1537.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1537.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1537.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1537.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1537.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.o -MF CMakeFiles/lib1537.dir/testutil.c.o.d -o CMakeFiles/lib1537.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1537.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1537.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1537.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1537.dir/testutil.c.s + +# Object files for target lib1537 +lib1537_OBJECTS = \ +"CMakeFiles/lib1537.dir/lib1537.c.o" \ +"CMakeFiles/lib1537.dir/first.c.o" \ +"CMakeFiles/lib1537.dir/testutil.c.o" + +# External object files for target lib1537 +lib1537_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1537: external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.o +external/curl/tests/libtest/lib1537: external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.o +external/curl/tests/libtest/lib1537: external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.o +external/curl/tests/libtest/lib1537: external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make +external/curl/tests/libtest/lib1537: external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.ts +external/curl/tests/libtest/lib1537: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1537: /usr/lib/libz.so +external/curl/tests/libtest/lib1537: external/curl/tests/libtest/CMakeFiles/lib1537.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1537" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1537.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1537.dir/build: external/curl/tests/libtest/lib1537 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1537.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1537.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1537.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1537.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1537.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1537.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1537.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/cmake_clean.cmake new file mode 100644 index 00000000..b6df58a1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1537.dir/link.d" + "CMakeFiles/lib1537.dir/first.c.o" + "CMakeFiles/lib1537.dir/first.c.o.d" + "CMakeFiles/lib1537.dir/lib1537.c.o" + "CMakeFiles/lib1537.dir/lib1537.c.o.d" + "CMakeFiles/lib1537.dir/testutil.c.o" + "CMakeFiles/lib1537.dir/testutil.c.o.d" + "lib1537" + "lib1537.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1537.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.make new file mode 100644 index 00000000..0bda1803 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1537. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.ts new file mode 100644 index 00000000..83b572f1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1537. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/depend.make new file mode 100644 index 00000000..6b187c15 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1537. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/flags.make new file mode 100644 index 00000000..5d4c3a85 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1537 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/link.txt new file mode 100644 index 00000000..131a789d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1537.dir/link.d CMakeFiles/lib1537.dir/lib1537.c.o CMakeFiles/lib1537.dir/first.c.o CMakeFiles/lib1537.dir/testutil.c.o -o lib1537 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/DependInfo.cmake new file mode 100644 index 00000000..f25be77b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1538.c" "external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1538" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1538.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make new file mode 100644 index 00000000..40e2e651 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1538.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1538.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1538.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1538.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1538.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.o: external/curl/tests/libtest/CMakeFiles/lib1538.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1538.c +external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.o: external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.o -MF CMakeFiles/lib1538.dir/lib1538.c.o.d -o CMakeFiles/lib1538.dir/lib1538.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1538.c + +external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1538.dir/lib1538.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1538.c > CMakeFiles/lib1538.dir/lib1538.c.i + +external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1538.dir/lib1538.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1538.c -o CMakeFiles/lib1538.dir/lib1538.c.s + +external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1538.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.o -MF CMakeFiles/lib1538.dir/first.c.o.d -o CMakeFiles/lib1538.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1538.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1538.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1538.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1538.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1538.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.o -MF CMakeFiles/lib1538.dir/testutil.c.o.d -o CMakeFiles/lib1538.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1538.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1538.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1538.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1538.dir/testutil.c.s + +# Object files for target lib1538 +lib1538_OBJECTS = \ +"CMakeFiles/lib1538.dir/lib1538.c.o" \ +"CMakeFiles/lib1538.dir/first.c.o" \ +"CMakeFiles/lib1538.dir/testutil.c.o" + +# External object files for target lib1538 +lib1538_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1538: external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.o +external/curl/tests/libtest/lib1538: external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.o +external/curl/tests/libtest/lib1538: external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.o +external/curl/tests/libtest/lib1538: external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make +external/curl/tests/libtest/lib1538: external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.ts +external/curl/tests/libtest/lib1538: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1538: /usr/lib/libz.so +external/curl/tests/libtest/lib1538: external/curl/tests/libtest/CMakeFiles/lib1538.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1538" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1538.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1538.dir/build: external/curl/tests/libtest/lib1538 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1538.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1538.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1538.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1538.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1538.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1538.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1538.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/cmake_clean.cmake new file mode 100644 index 00000000..c1e930ba --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1538.dir/link.d" + "CMakeFiles/lib1538.dir/first.c.o" + "CMakeFiles/lib1538.dir/first.c.o.d" + "CMakeFiles/lib1538.dir/lib1538.c.o" + "CMakeFiles/lib1538.dir/lib1538.c.o.d" + "CMakeFiles/lib1538.dir/testutil.c.o" + "CMakeFiles/lib1538.dir/testutil.c.o.d" + "lib1538" + "lib1538.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1538.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.make new file mode 100644 index 00000000..f73966be --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1538. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.ts new file mode 100644 index 00000000..c935a8b0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1538. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/depend.make new file mode 100644 index 00000000..895318fe --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1538. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/flags.make new file mode 100644 index 00000000..6911552e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1538 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/link.txt new file mode 100644 index 00000000..a346d6a0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1538.dir/link.d CMakeFiles/lib1538.dir/lib1538.c.o CMakeFiles/lib1538.dir/first.c.o CMakeFiles/lib1538.dir/testutil.c.o -o lib1538 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/DependInfo.cmake new file mode 100644 index 00000000..7b83d61c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1514.c" "external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1539" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1539.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make new file mode 100644 index 00000000..18fc5dda --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1539.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1539.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1539.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1539.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1539.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.o: external/curl/tests/libtest/CMakeFiles/lib1539.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1514.c +external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.o: external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.o -MF CMakeFiles/lib1539.dir/lib1514.c.o.d -o CMakeFiles/lib1539.dir/lib1514.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1514.c + +external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1539.dir/lib1514.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1514.c > CMakeFiles/lib1539.dir/lib1514.c.i + +external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1539.dir/lib1514.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1514.c -o CMakeFiles/lib1539.dir/lib1514.c.s + +external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1539.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.o -MF CMakeFiles/lib1539.dir/first.c.o.d -o CMakeFiles/lib1539.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1539.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1539.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1539.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1539.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1539.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.o -MF CMakeFiles/lib1539.dir/testutil.c.o.d -o CMakeFiles/lib1539.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1539.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1539.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1539.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1539.dir/testutil.c.s + +# Object files for target lib1539 +lib1539_OBJECTS = \ +"CMakeFiles/lib1539.dir/lib1514.c.o" \ +"CMakeFiles/lib1539.dir/first.c.o" \ +"CMakeFiles/lib1539.dir/testutil.c.o" + +# External object files for target lib1539 +lib1539_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1539: external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.o +external/curl/tests/libtest/lib1539: external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.o +external/curl/tests/libtest/lib1539: external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.o +external/curl/tests/libtest/lib1539: external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make +external/curl/tests/libtest/lib1539: external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.ts +external/curl/tests/libtest/lib1539: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1539: /usr/lib/libz.so +external/curl/tests/libtest/lib1539: external/curl/tests/libtest/CMakeFiles/lib1539.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1539" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1539.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1539.dir/build: external/curl/tests/libtest/lib1539 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1539.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1539.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1539.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1539.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1539.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1539.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1539.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/cmake_clean.cmake new file mode 100644 index 00000000..5bbdc59f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1539.dir/link.d" + "CMakeFiles/lib1539.dir/first.c.o" + "CMakeFiles/lib1539.dir/first.c.o.d" + "CMakeFiles/lib1539.dir/lib1514.c.o" + "CMakeFiles/lib1539.dir/lib1514.c.o.d" + "CMakeFiles/lib1539.dir/testutil.c.o" + "CMakeFiles/lib1539.dir/testutil.c.o.d" + "lib1539" + "lib1539.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1539.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.make new file mode 100644 index 00000000..530c6be7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1539. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.ts new file mode 100644 index 00000000..d23a1a72 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1539. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/depend.make new file mode 100644 index 00000000..7c153a8d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1539. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/flags.make new file mode 100644 index 00000000..e6056dce --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1539 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/link.txt new file mode 100644 index 00000000..d9805910 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1539.dir/link.d CMakeFiles/lib1539.dir/lib1514.c.o CMakeFiles/lib1539.dir/first.c.o CMakeFiles/lib1539.dir/testutil.c.o -o lib1539 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/DependInfo.cmake new file mode 100644 index 00000000..1aa19476 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/DependInfo.cmake @@ -0,0 +1,27 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1540.c" "external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1540" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1540.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make new file mode 100644 index 00000000..0aada2d1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make @@ -0,0 +1,164 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1540.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1540.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1540.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1540.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1540.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.o: external/curl/tests/libtest/CMakeFiles/lib1540.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1540.c +external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.o: external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.o -MF CMakeFiles/lib1540.dir/lib1540.c.o.d -o CMakeFiles/lib1540.dir/lib1540.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1540.c + +external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1540.dir/lib1540.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1540.c > CMakeFiles/lib1540.dir/lib1540.c.i + +external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1540.dir/lib1540.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1540.c -o CMakeFiles/lib1540.dir/lib1540.c.s + +external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1540.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.o -MF CMakeFiles/lib1540.dir/first.c.o.d -o CMakeFiles/lib1540.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1540.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1540.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1540.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1540.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1540.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.o -MF CMakeFiles/lib1540.dir/testutil.c.o.d -o CMakeFiles/lib1540.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1540.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1540.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1540.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1540.dir/testutil.c.s + +external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1540.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c +external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.o -MF CMakeFiles/lib1540.dir/testtrace.c.o.d -o CMakeFiles/lib1540.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c + +external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1540.dir/testtrace.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib1540.dir/testtrace.c.i + +external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1540.dir/testtrace.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib1540.dir/testtrace.c.s + +# Object files for target lib1540 +lib1540_OBJECTS = \ +"CMakeFiles/lib1540.dir/lib1540.c.o" \ +"CMakeFiles/lib1540.dir/first.c.o" \ +"CMakeFiles/lib1540.dir/testutil.c.o" \ +"CMakeFiles/lib1540.dir/testtrace.c.o" + +# External object files for target lib1540 +lib1540_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1540: external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.o +external/curl/tests/libtest/lib1540: external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.o +external/curl/tests/libtest/lib1540: external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.o +external/curl/tests/libtest/lib1540: external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.o +external/curl/tests/libtest/lib1540: external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make +external/curl/tests/libtest/lib1540: external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.ts +external/curl/tests/libtest/lib1540: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1540: /usr/lib/libz.so +external/curl/tests/libtest/lib1540: external/curl/tests/libtest/CMakeFiles/lib1540.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib1540" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1540.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1540.dir/build: external/curl/tests/libtest/lib1540 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1540.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1540.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1540.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1540.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1540.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1540.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1540.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/cmake_clean.cmake new file mode 100644 index 00000000..137d8281 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1540.dir/link.d" + "CMakeFiles/lib1540.dir/first.c.o" + "CMakeFiles/lib1540.dir/first.c.o.d" + "CMakeFiles/lib1540.dir/lib1540.c.o" + "CMakeFiles/lib1540.dir/lib1540.c.o.d" + "CMakeFiles/lib1540.dir/testtrace.c.o" + "CMakeFiles/lib1540.dir/testtrace.c.o.d" + "CMakeFiles/lib1540.dir/testutil.c.o" + "CMakeFiles/lib1540.dir/testutil.c.o.d" + "lib1540" + "lib1540.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1540.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.make new file mode 100644 index 00000000..1be3f198 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1540. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.ts new file mode 100644 index 00000000..e1191206 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1540. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/depend.make new file mode 100644 index 00000000..fa9c32de --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1540. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/flags.make new file mode 100644 index 00000000..b6624dd3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1540 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/link.txt new file mode 100644 index 00000000..07353796 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1540.dir/link.d CMakeFiles/lib1540.dir/lib1540.c.o CMakeFiles/lib1540.dir/first.c.o CMakeFiles/lib1540.dir/testutil.c.o CMakeFiles/lib1540.dir/testtrace.c.o -o lib1540 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/progress.make new file mode 100644 index 00000000..7f59a6bb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/DependInfo.cmake new file mode 100644 index 00000000..540e87cc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1541.c" "external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1541" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1541.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make new file mode 100644 index 00000000..7d89f732 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1541.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1541.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1541.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1541.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1541.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.o: external/curl/tests/libtest/CMakeFiles/lib1541.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1541.c +external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.o: external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.o -MF CMakeFiles/lib1541.dir/lib1541.c.o.d -o CMakeFiles/lib1541.dir/lib1541.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1541.c + +external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1541.dir/lib1541.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1541.c > CMakeFiles/lib1541.dir/lib1541.c.i + +external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1541.dir/lib1541.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1541.c -o CMakeFiles/lib1541.dir/lib1541.c.s + +external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1541.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.o -MF CMakeFiles/lib1541.dir/first.c.o.d -o CMakeFiles/lib1541.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1541.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1541.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1541.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1541.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1541.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.o -MF CMakeFiles/lib1541.dir/testutil.c.o.d -o CMakeFiles/lib1541.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1541.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1541.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1541.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1541.dir/testutil.c.s + +# Object files for target lib1541 +lib1541_OBJECTS = \ +"CMakeFiles/lib1541.dir/lib1541.c.o" \ +"CMakeFiles/lib1541.dir/first.c.o" \ +"CMakeFiles/lib1541.dir/testutil.c.o" + +# External object files for target lib1541 +lib1541_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1541: external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.o +external/curl/tests/libtest/lib1541: external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.o +external/curl/tests/libtest/lib1541: external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.o +external/curl/tests/libtest/lib1541: external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make +external/curl/tests/libtest/lib1541: external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.ts +external/curl/tests/libtest/lib1541: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1541: /usr/lib/libz.so +external/curl/tests/libtest/lib1541: external/curl/tests/libtest/CMakeFiles/lib1541.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1541" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1541.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1541.dir/build: external/curl/tests/libtest/lib1541 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1541.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1541.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1541.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1541.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1541.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1541.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1541.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/cmake_clean.cmake new file mode 100644 index 00000000..9b998a10 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1541.dir/link.d" + "CMakeFiles/lib1541.dir/first.c.o" + "CMakeFiles/lib1541.dir/first.c.o.d" + "CMakeFiles/lib1541.dir/lib1541.c.o" + "CMakeFiles/lib1541.dir/lib1541.c.o.d" + "CMakeFiles/lib1541.dir/testutil.c.o" + "CMakeFiles/lib1541.dir/testutil.c.o.d" + "lib1541" + "lib1541.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1541.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.make new file mode 100644 index 00000000..820d8ecb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1541. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.ts new file mode 100644 index 00000000..0ef2451b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1541. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/depend.make new file mode 100644 index 00000000..10e8c39e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1541. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/flags.make new file mode 100644 index 00000000..1cd45d5a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1541 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/link.txt new file mode 100644 index 00000000..815668dc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1541.dir/link.d CMakeFiles/lib1541.dir/lib1541.c.o CMakeFiles/lib1541.dir/first.c.o CMakeFiles/lib1541.dir/testutil.c.o -o lib1541 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/progress.make new file mode 100644 index 00000000..b0ab3a69 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 56 +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/DependInfo.cmake new file mode 100644 index 00000000..3d7fce49 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/DependInfo.cmake @@ -0,0 +1,27 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1542.c" "external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1542" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1542.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make new file mode 100644 index 00000000..b81f8726 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make @@ -0,0 +1,164 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1542.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1542.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1542.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1542.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1542.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.o: external/curl/tests/libtest/CMakeFiles/lib1542.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1542.c +external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.o: external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.o -MF CMakeFiles/lib1542.dir/lib1542.c.o.d -o CMakeFiles/lib1542.dir/lib1542.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1542.c + +external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1542.dir/lib1542.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1542.c > CMakeFiles/lib1542.dir/lib1542.c.i + +external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1542.dir/lib1542.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1542.c -o CMakeFiles/lib1542.dir/lib1542.c.s + +external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1542.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.o -MF CMakeFiles/lib1542.dir/first.c.o.d -o CMakeFiles/lib1542.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1542.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1542.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1542.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1542.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1542.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.o -MF CMakeFiles/lib1542.dir/testutil.c.o.d -o CMakeFiles/lib1542.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1542.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1542.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1542.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1542.dir/testutil.c.s + +external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1542.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c +external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.o -MF CMakeFiles/lib1542.dir/testtrace.c.o.d -o CMakeFiles/lib1542.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c + +external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1542.dir/testtrace.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib1542.dir/testtrace.c.i + +external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1542.dir/testtrace.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib1542.dir/testtrace.c.s + +# Object files for target lib1542 +lib1542_OBJECTS = \ +"CMakeFiles/lib1542.dir/lib1542.c.o" \ +"CMakeFiles/lib1542.dir/first.c.o" \ +"CMakeFiles/lib1542.dir/testutil.c.o" \ +"CMakeFiles/lib1542.dir/testtrace.c.o" + +# External object files for target lib1542 +lib1542_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1542: external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.o +external/curl/tests/libtest/lib1542: external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.o +external/curl/tests/libtest/lib1542: external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.o +external/curl/tests/libtest/lib1542: external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.o +external/curl/tests/libtest/lib1542: external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make +external/curl/tests/libtest/lib1542: external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.ts +external/curl/tests/libtest/lib1542: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1542: /usr/lib/libz.so +external/curl/tests/libtest/lib1542: external/curl/tests/libtest/CMakeFiles/lib1542.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib1542" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1542.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1542.dir/build: external/curl/tests/libtest/lib1542 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1542.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1542.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1542.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1542.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1542.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1542.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1542.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/cmake_clean.cmake new file mode 100644 index 00000000..cd423524 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1542.dir/link.d" + "CMakeFiles/lib1542.dir/first.c.o" + "CMakeFiles/lib1542.dir/first.c.o.d" + "CMakeFiles/lib1542.dir/lib1542.c.o" + "CMakeFiles/lib1542.dir/lib1542.c.o.d" + "CMakeFiles/lib1542.dir/testtrace.c.o" + "CMakeFiles/lib1542.dir/testtrace.c.o.d" + "CMakeFiles/lib1542.dir/testutil.c.o" + "CMakeFiles/lib1542.dir/testutil.c.o.d" + "lib1542" + "lib1542.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1542.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.make new file mode 100644 index 00000000..6f3d7945 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1542. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.ts new file mode 100644 index 00000000..79c063cd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1542. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/depend.make new file mode 100644 index 00000000..c027aa87 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1542. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/flags.make new file mode 100644 index 00000000..6c97bb80 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1542 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/link.txt new file mode 100644 index 00000000..0eada27e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1542.dir/link.d CMakeFiles/lib1542.dir/lib1542.c.o CMakeFiles/lib1542.dir/first.c.o CMakeFiles/lib1542.dir/testutil.c.o CMakeFiles/lib1542.dir/testtrace.c.o -o lib1542 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/progress.make new file mode 100644 index 00000000..7f59a6bb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/DependInfo.cmake new file mode 100644 index 00000000..d7a143b9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1518.c" "external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.o.d" + "" "external/curl/tests/libtest/lib1543" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1543.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make new file mode 100644 index 00000000..34551a44 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1543.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1543.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1543.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1543.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1543.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.o: external/curl/tests/libtest/CMakeFiles/lib1543.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1518.c +external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.o: external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.o -MF CMakeFiles/lib1543.dir/lib1518.c.o.d -o CMakeFiles/lib1543.dir/lib1518.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1518.c + +external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1543.dir/lib1518.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1518.c > CMakeFiles/lib1543.dir/lib1518.c.i + +external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1543.dir/lib1518.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1518.c -o CMakeFiles/lib1543.dir/lib1518.c.s + +external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1543.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.o -MF CMakeFiles/lib1543.dir/first.c.o.d -o CMakeFiles/lib1543.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1543.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1543.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1543.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1543.dir/first.c.s + +# Object files for target lib1543 +lib1543_OBJECTS = \ +"CMakeFiles/lib1543.dir/lib1518.c.o" \ +"CMakeFiles/lib1543.dir/first.c.o" + +# External object files for target lib1543 +lib1543_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1543: external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.o +external/curl/tests/libtest/lib1543: external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.o +external/curl/tests/libtest/lib1543: external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make +external/curl/tests/libtest/lib1543: external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.ts +external/curl/tests/libtest/lib1543: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1543: /usr/lib/libz.so +external/curl/tests/libtest/lib1543: external/curl/tests/libtest/CMakeFiles/lib1543.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1543" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1543.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1543.dir/build: external/curl/tests/libtest/lib1543 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1543.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1543.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1543.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1543.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1543.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1543.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1543.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/cmake_clean.cmake new file mode 100644 index 00000000..57ee6887 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1543.dir/link.d" + "CMakeFiles/lib1543.dir/first.c.o" + "CMakeFiles/lib1543.dir/first.c.o.d" + "CMakeFiles/lib1543.dir/lib1518.c.o" + "CMakeFiles/lib1543.dir/lib1518.c.o.d" + "lib1543" + "lib1543.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1543.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.make new file mode 100644 index 00000000..5f067689 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1543. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.ts new file mode 100644 index 00000000..97da903b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1543. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/depend.make new file mode 100644 index 00000000..06489eff --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1543. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/flags.make new file mode 100644 index 00000000..66c174bf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1543 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/link.txt new file mode 100644 index 00000000..0dd843dc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1543.dir/link.d CMakeFiles/lib1543.dir/lib1518.c.o CMakeFiles/lib1543.dir/first.c.o -o lib1543 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/DependInfo.cmake new file mode 100644 index 00000000..6f9df1a6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1545.c" "external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.o.d" + "" "external/curl/tests/libtest/lib1545" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1545.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make new file mode 100644 index 00000000..7fab52c5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1545.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1545.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1545.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1545.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1545.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.o: external/curl/tests/libtest/CMakeFiles/lib1545.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1545.c +external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.o: external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.o -MF CMakeFiles/lib1545.dir/lib1545.c.o.d -o CMakeFiles/lib1545.dir/lib1545.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1545.c + +external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1545.dir/lib1545.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1545.c > CMakeFiles/lib1545.dir/lib1545.c.i + +external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1545.dir/lib1545.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1545.c -o CMakeFiles/lib1545.dir/lib1545.c.s + +external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1545.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.o -MF CMakeFiles/lib1545.dir/first.c.o.d -o CMakeFiles/lib1545.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1545.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1545.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1545.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1545.dir/first.c.s + +# Object files for target lib1545 +lib1545_OBJECTS = \ +"CMakeFiles/lib1545.dir/lib1545.c.o" \ +"CMakeFiles/lib1545.dir/first.c.o" + +# External object files for target lib1545 +lib1545_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1545: external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.o +external/curl/tests/libtest/lib1545: external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.o +external/curl/tests/libtest/lib1545: external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make +external/curl/tests/libtest/lib1545: external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.ts +external/curl/tests/libtest/lib1545: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1545: /usr/lib/libz.so +external/curl/tests/libtest/lib1545: external/curl/tests/libtest/CMakeFiles/lib1545.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1545" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1545.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1545.dir/build: external/curl/tests/libtest/lib1545 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1545.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1545.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1545.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1545.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1545.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1545.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1545.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/cmake_clean.cmake new file mode 100644 index 00000000..e56b4c49 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1545.dir/link.d" + "CMakeFiles/lib1545.dir/first.c.o" + "CMakeFiles/lib1545.dir/first.c.o.d" + "CMakeFiles/lib1545.dir/lib1545.c.o" + "CMakeFiles/lib1545.dir/lib1545.c.o.d" + "lib1545" + "lib1545.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1545.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.make new file mode 100644 index 00000000..3b7ac1d1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1545. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.ts new file mode 100644 index 00000000..7c9272c2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1545. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/depend.make new file mode 100644 index 00000000..028844b6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1545. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/flags.make new file mode 100644 index 00000000..883122b2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1545 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/link.txt new file mode 100644 index 00000000..238e9121 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1545.dir/link.d CMakeFiles/lib1545.dir/lib1545.c.o CMakeFiles/lib1545.dir/first.c.o -o lib1545 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/DependInfo.cmake new file mode 100644 index 00000000..d08f3d25 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1550.c" "external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.o.d" + "" "external/curl/tests/libtest/lib1550" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1550.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make new file mode 100644 index 00000000..5e8d588c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1550.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1550.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1550.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1550.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1550.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.o: external/curl/tests/libtest/CMakeFiles/lib1550.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1550.c +external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.o: external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.o -MF CMakeFiles/lib1550.dir/lib1550.c.o.d -o CMakeFiles/lib1550.dir/lib1550.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1550.c + +external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1550.dir/lib1550.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1550.c > CMakeFiles/lib1550.dir/lib1550.c.i + +external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1550.dir/lib1550.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1550.c -o CMakeFiles/lib1550.dir/lib1550.c.s + +external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1550.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.o -MF CMakeFiles/lib1550.dir/first.c.o.d -o CMakeFiles/lib1550.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1550.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1550.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1550.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1550.dir/first.c.s + +# Object files for target lib1550 +lib1550_OBJECTS = \ +"CMakeFiles/lib1550.dir/lib1550.c.o" \ +"CMakeFiles/lib1550.dir/first.c.o" + +# External object files for target lib1550 +lib1550_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1550: external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.o +external/curl/tests/libtest/lib1550: external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.o +external/curl/tests/libtest/lib1550: external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make +external/curl/tests/libtest/lib1550: external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.ts +external/curl/tests/libtest/lib1550: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1550: /usr/lib/libz.so +external/curl/tests/libtest/lib1550: external/curl/tests/libtest/CMakeFiles/lib1550.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1550" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1550.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1550.dir/build: external/curl/tests/libtest/lib1550 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1550.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1550.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1550.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1550.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1550.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1550.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1550.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/cmake_clean.cmake new file mode 100644 index 00000000..57c1aa8a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1550.dir/link.d" + "CMakeFiles/lib1550.dir/first.c.o" + "CMakeFiles/lib1550.dir/first.c.o.d" + "CMakeFiles/lib1550.dir/lib1550.c.o" + "CMakeFiles/lib1550.dir/lib1550.c.o.d" + "lib1550" + "lib1550.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1550.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.make new file mode 100644 index 00000000..0da7e801 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1550. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.ts new file mode 100644 index 00000000..8b40ef64 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1550. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/depend.make new file mode 100644 index 00000000..a9df82e4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1550. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/flags.make new file mode 100644 index 00000000..137f84e0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1550 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/link.txt new file mode 100644 index 00000000..9761cd57 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1550.dir/link.d CMakeFiles/lib1550.dir/lib1550.c.o CMakeFiles/lib1550.dir/first.c.o -o lib1550 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/DependInfo.cmake new file mode 100644 index 00000000..25143722 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1551.c" "external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.o.d" + "" "external/curl/tests/libtest/lib1551" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1551.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make new file mode 100644 index 00000000..8dc52fad --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1551.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1551.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1551.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1551.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1551.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.o: external/curl/tests/libtest/CMakeFiles/lib1551.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1551.c +external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.o: external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.o -MF CMakeFiles/lib1551.dir/lib1551.c.o.d -o CMakeFiles/lib1551.dir/lib1551.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1551.c + +external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1551.dir/lib1551.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1551.c > CMakeFiles/lib1551.dir/lib1551.c.i + +external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1551.dir/lib1551.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1551.c -o CMakeFiles/lib1551.dir/lib1551.c.s + +external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1551.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.o -MF CMakeFiles/lib1551.dir/first.c.o.d -o CMakeFiles/lib1551.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1551.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1551.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1551.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1551.dir/first.c.s + +# Object files for target lib1551 +lib1551_OBJECTS = \ +"CMakeFiles/lib1551.dir/lib1551.c.o" \ +"CMakeFiles/lib1551.dir/first.c.o" + +# External object files for target lib1551 +lib1551_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1551: external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.o +external/curl/tests/libtest/lib1551: external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.o +external/curl/tests/libtest/lib1551: external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make +external/curl/tests/libtest/lib1551: external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.ts +external/curl/tests/libtest/lib1551: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1551: /usr/lib/libz.so +external/curl/tests/libtest/lib1551: external/curl/tests/libtest/CMakeFiles/lib1551.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1551" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1551.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1551.dir/build: external/curl/tests/libtest/lib1551 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1551.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1551.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1551.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1551.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1551.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1551.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1551.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/cmake_clean.cmake new file mode 100644 index 00000000..052ffd09 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1551.dir/link.d" + "CMakeFiles/lib1551.dir/first.c.o" + "CMakeFiles/lib1551.dir/first.c.o.d" + "CMakeFiles/lib1551.dir/lib1551.c.o" + "CMakeFiles/lib1551.dir/lib1551.c.o.d" + "lib1551" + "lib1551.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1551.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.make new file mode 100644 index 00000000..d9041fb6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1551. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.ts new file mode 100644 index 00000000..da2f57ce --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1551. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/depend.make new file mode 100644 index 00000000..57c27dc0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1551. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/flags.make new file mode 100644 index 00000000..bd761023 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1551 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/link.txt new file mode 100644 index 00000000..097e50e5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1551.dir/link.d CMakeFiles/lib1551.dir/lib1551.c.o CMakeFiles/lib1551.dir/first.c.o -o lib1551 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/DependInfo.cmake new file mode 100644 index 00000000..8d96bd2d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1552.c" "external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1552" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1552.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make new file mode 100644 index 00000000..22cf8346 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1552.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1552.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1552.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1552.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1552.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.o: external/curl/tests/libtest/CMakeFiles/lib1552.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1552.c +external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.o: external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.o -MF CMakeFiles/lib1552.dir/lib1552.c.o.d -o CMakeFiles/lib1552.dir/lib1552.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1552.c + +external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1552.dir/lib1552.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1552.c > CMakeFiles/lib1552.dir/lib1552.c.i + +external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1552.dir/lib1552.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1552.c -o CMakeFiles/lib1552.dir/lib1552.c.s + +external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1552.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.o -MF CMakeFiles/lib1552.dir/first.c.o.d -o CMakeFiles/lib1552.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1552.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1552.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1552.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1552.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1552.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.o -MF CMakeFiles/lib1552.dir/testutil.c.o.d -o CMakeFiles/lib1552.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1552.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1552.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1552.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1552.dir/testutil.c.s + +# Object files for target lib1552 +lib1552_OBJECTS = \ +"CMakeFiles/lib1552.dir/lib1552.c.o" \ +"CMakeFiles/lib1552.dir/first.c.o" \ +"CMakeFiles/lib1552.dir/testutil.c.o" + +# External object files for target lib1552 +lib1552_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1552: external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.o +external/curl/tests/libtest/lib1552: external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.o +external/curl/tests/libtest/lib1552: external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.o +external/curl/tests/libtest/lib1552: external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make +external/curl/tests/libtest/lib1552: external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.ts +external/curl/tests/libtest/lib1552: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1552: /usr/lib/libz.so +external/curl/tests/libtest/lib1552: external/curl/tests/libtest/CMakeFiles/lib1552.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1552" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1552.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1552.dir/build: external/curl/tests/libtest/lib1552 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1552.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1552.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1552.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1552.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1552.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1552.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1552.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/cmake_clean.cmake new file mode 100644 index 00000000..d98b408e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1552.dir/link.d" + "CMakeFiles/lib1552.dir/first.c.o" + "CMakeFiles/lib1552.dir/first.c.o.d" + "CMakeFiles/lib1552.dir/lib1552.c.o" + "CMakeFiles/lib1552.dir/lib1552.c.o.d" + "CMakeFiles/lib1552.dir/testutil.c.o" + "CMakeFiles/lib1552.dir/testutil.c.o.d" + "lib1552" + "lib1552.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1552.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.make new file mode 100644 index 00000000..360e5e6a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1552. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.ts new file mode 100644 index 00000000..168ccc83 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1552. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/depend.make new file mode 100644 index 00000000..9f99b670 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1552. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/flags.make new file mode 100644 index 00000000..a235bd2e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1552 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/link.txt new file mode 100644 index 00000000..cb7903af --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1552.dir/link.d CMakeFiles/lib1552.dir/lib1552.c.o CMakeFiles/lib1552.dir/first.c.o CMakeFiles/lib1552.dir/testutil.c.o -o lib1552 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/DependInfo.cmake new file mode 100644 index 00000000..b5257f85 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/DependInfo.cmake @@ -0,0 +1,27 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1553.c" "external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1553" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1553.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make new file mode 100644 index 00000000..d7eb4989 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make @@ -0,0 +1,164 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1553.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1553.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1553.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1553.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1553.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.o: external/curl/tests/libtest/CMakeFiles/lib1553.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1553.c +external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.o: external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.o -MF CMakeFiles/lib1553.dir/lib1553.c.o.d -o CMakeFiles/lib1553.dir/lib1553.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1553.c + +external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1553.dir/lib1553.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1553.c > CMakeFiles/lib1553.dir/lib1553.c.i + +external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1553.dir/lib1553.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1553.c -o CMakeFiles/lib1553.dir/lib1553.c.s + +external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1553.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.o -MF CMakeFiles/lib1553.dir/first.c.o.d -o CMakeFiles/lib1553.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1553.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1553.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1553.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1553.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1553.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c +external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.o -MF CMakeFiles/lib1553.dir/testtrace.c.o.d -o CMakeFiles/lib1553.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c + +external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1553.dir/testtrace.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib1553.dir/testtrace.c.i + +external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1553.dir/testtrace.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib1553.dir/testtrace.c.s + +external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1553.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.o -MF CMakeFiles/lib1553.dir/testutil.c.o.d -o CMakeFiles/lib1553.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1553.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1553.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1553.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1553.dir/testutil.c.s + +# Object files for target lib1553 +lib1553_OBJECTS = \ +"CMakeFiles/lib1553.dir/lib1553.c.o" \ +"CMakeFiles/lib1553.dir/first.c.o" \ +"CMakeFiles/lib1553.dir/testtrace.c.o" \ +"CMakeFiles/lib1553.dir/testutil.c.o" + +# External object files for target lib1553 +lib1553_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1553: external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.o +external/curl/tests/libtest/lib1553: external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.o +external/curl/tests/libtest/lib1553: external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.o +external/curl/tests/libtest/lib1553: external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.o +external/curl/tests/libtest/lib1553: external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make +external/curl/tests/libtest/lib1553: external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.ts +external/curl/tests/libtest/lib1553: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1553: /usr/lib/libz.so +external/curl/tests/libtest/lib1553: external/curl/tests/libtest/CMakeFiles/lib1553.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib1553" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1553.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1553.dir/build: external/curl/tests/libtest/lib1553 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1553.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1553.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1553.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1553.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1553.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1553.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1553.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/cmake_clean.cmake new file mode 100644 index 00000000..754110f1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1553.dir/link.d" + "CMakeFiles/lib1553.dir/first.c.o" + "CMakeFiles/lib1553.dir/first.c.o.d" + "CMakeFiles/lib1553.dir/lib1553.c.o" + "CMakeFiles/lib1553.dir/lib1553.c.o.d" + "CMakeFiles/lib1553.dir/testtrace.c.o" + "CMakeFiles/lib1553.dir/testtrace.c.o.d" + "CMakeFiles/lib1553.dir/testutil.c.o" + "CMakeFiles/lib1553.dir/testutil.c.o.d" + "lib1553" + "lib1553.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1553.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.make new file mode 100644 index 00000000..11b2c7b7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1553. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.ts new file mode 100644 index 00000000..0b685e31 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1553. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/depend.make new file mode 100644 index 00000000..3609adf6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1553. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/flags.make new file mode 100644 index 00000000..e08b66f7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1553 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/link.txt new file mode 100644 index 00000000..6e949c1f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1553.dir/link.d CMakeFiles/lib1553.dir/lib1553.c.o CMakeFiles/lib1553.dir/first.c.o CMakeFiles/lib1553.dir/testtrace.c.o CMakeFiles/lib1553.dir/testutil.c.o -o lib1553 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/progress.make new file mode 100644 index 00000000..7f59a6bb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/DependInfo.cmake new file mode 100644 index 00000000..b2eb6c19 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1554.c" "external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.o.d" + "" "external/curl/tests/libtest/lib1554" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1554.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make new file mode 100644 index 00000000..6051bf25 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1554.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1554.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1554.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1554.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1554.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.o: external/curl/tests/libtest/CMakeFiles/lib1554.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1554.c +external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.o: external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.o -MF CMakeFiles/lib1554.dir/lib1554.c.o.d -o CMakeFiles/lib1554.dir/lib1554.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1554.c + +external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1554.dir/lib1554.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1554.c > CMakeFiles/lib1554.dir/lib1554.c.i + +external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1554.dir/lib1554.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1554.c -o CMakeFiles/lib1554.dir/lib1554.c.s + +external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1554.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.o -MF CMakeFiles/lib1554.dir/first.c.o.d -o CMakeFiles/lib1554.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1554.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1554.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1554.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1554.dir/first.c.s + +# Object files for target lib1554 +lib1554_OBJECTS = \ +"CMakeFiles/lib1554.dir/lib1554.c.o" \ +"CMakeFiles/lib1554.dir/first.c.o" + +# External object files for target lib1554 +lib1554_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1554: external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.o +external/curl/tests/libtest/lib1554: external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.o +external/curl/tests/libtest/lib1554: external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make +external/curl/tests/libtest/lib1554: external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.ts +external/curl/tests/libtest/lib1554: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1554: /usr/lib/libz.so +external/curl/tests/libtest/lib1554: external/curl/tests/libtest/CMakeFiles/lib1554.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1554" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1554.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1554.dir/build: external/curl/tests/libtest/lib1554 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1554.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1554.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1554.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1554.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1554.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1554.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1554.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/cmake_clean.cmake new file mode 100644 index 00000000..bd07e262 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1554.dir/link.d" + "CMakeFiles/lib1554.dir/first.c.o" + "CMakeFiles/lib1554.dir/first.c.o.d" + "CMakeFiles/lib1554.dir/lib1554.c.o" + "CMakeFiles/lib1554.dir/lib1554.c.o.d" + "lib1554" + "lib1554.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1554.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.make new file mode 100644 index 00000000..fc582b22 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1554. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.ts new file mode 100644 index 00000000..65a34f9a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1554. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/depend.make new file mode 100644 index 00000000..dff16312 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1554. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/flags.make new file mode 100644 index 00000000..7e21778e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1554 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/link.txt new file mode 100644 index 00000000..f50b0c56 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1554.dir/link.d CMakeFiles/lib1554.dir/lib1554.c.o CMakeFiles/lib1554.dir/first.c.o -o lib1554 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/progress.make new file mode 100644 index 00000000..d235e2f6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = 57 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/DependInfo.cmake new file mode 100644 index 00000000..ad75f6b0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1555.c" "external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1555" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1555.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make new file mode 100644 index 00000000..aa2bc782 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1555.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1555.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1555.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1555.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1555.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.o: external/curl/tests/libtest/CMakeFiles/lib1555.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1555.c +external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.o: external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.o -MF CMakeFiles/lib1555.dir/lib1555.c.o.d -o CMakeFiles/lib1555.dir/lib1555.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1555.c + +external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1555.dir/lib1555.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1555.c > CMakeFiles/lib1555.dir/lib1555.c.i + +external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1555.dir/lib1555.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1555.c -o CMakeFiles/lib1555.dir/lib1555.c.s + +external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1555.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.o -MF CMakeFiles/lib1555.dir/first.c.o.d -o CMakeFiles/lib1555.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1555.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1555.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1555.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1555.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1555.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.o -MF CMakeFiles/lib1555.dir/testutil.c.o.d -o CMakeFiles/lib1555.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1555.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1555.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1555.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1555.dir/testutil.c.s + +# Object files for target lib1555 +lib1555_OBJECTS = \ +"CMakeFiles/lib1555.dir/lib1555.c.o" \ +"CMakeFiles/lib1555.dir/first.c.o" \ +"CMakeFiles/lib1555.dir/testutil.c.o" + +# External object files for target lib1555 +lib1555_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1555: external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.o +external/curl/tests/libtest/lib1555: external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.o +external/curl/tests/libtest/lib1555: external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.o +external/curl/tests/libtest/lib1555: external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make +external/curl/tests/libtest/lib1555: external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.ts +external/curl/tests/libtest/lib1555: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1555: /usr/lib/libz.so +external/curl/tests/libtest/lib1555: external/curl/tests/libtest/CMakeFiles/lib1555.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1555" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1555.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1555.dir/build: external/curl/tests/libtest/lib1555 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1555.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1555.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1555.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1555.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1555.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1555.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1555.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/cmake_clean.cmake new file mode 100644 index 00000000..d6a0d107 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1555.dir/link.d" + "CMakeFiles/lib1555.dir/first.c.o" + "CMakeFiles/lib1555.dir/first.c.o.d" + "CMakeFiles/lib1555.dir/lib1555.c.o" + "CMakeFiles/lib1555.dir/lib1555.c.o.d" + "CMakeFiles/lib1555.dir/testutil.c.o" + "CMakeFiles/lib1555.dir/testutil.c.o.d" + "lib1555" + "lib1555.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1555.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.make new file mode 100644 index 00000000..b9ac8943 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1555. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.ts new file mode 100644 index 00000000..26e3b8be --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1555. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/depend.make new file mode 100644 index 00000000..c1d0383a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1555. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/flags.make new file mode 100644 index 00000000..c19f421f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1555 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/link.txt new file mode 100644 index 00000000..dba86196 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1555.dir/link.d CMakeFiles/lib1555.dir/lib1555.c.o CMakeFiles/lib1555.dir/first.c.o CMakeFiles/lib1555.dir/testutil.c.o -o lib1555 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/DependInfo.cmake new file mode 100644 index 00000000..348e0ca8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1556.c" "external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1556" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1556.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make new file mode 100644 index 00000000..54905582 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1556.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1556.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1556.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1556.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1556.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.o: external/curl/tests/libtest/CMakeFiles/lib1556.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1556.c +external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.o: external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.o -MF CMakeFiles/lib1556.dir/lib1556.c.o.d -o CMakeFiles/lib1556.dir/lib1556.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1556.c + +external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1556.dir/lib1556.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1556.c > CMakeFiles/lib1556.dir/lib1556.c.i + +external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1556.dir/lib1556.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1556.c -o CMakeFiles/lib1556.dir/lib1556.c.s + +external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1556.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.o -MF CMakeFiles/lib1556.dir/first.c.o.d -o CMakeFiles/lib1556.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1556.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1556.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1556.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1556.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1556.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.o -MF CMakeFiles/lib1556.dir/testutil.c.o.d -o CMakeFiles/lib1556.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1556.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1556.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1556.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1556.dir/testutil.c.s + +# Object files for target lib1556 +lib1556_OBJECTS = \ +"CMakeFiles/lib1556.dir/lib1556.c.o" \ +"CMakeFiles/lib1556.dir/first.c.o" \ +"CMakeFiles/lib1556.dir/testutil.c.o" + +# External object files for target lib1556 +lib1556_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1556: external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.o +external/curl/tests/libtest/lib1556: external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.o +external/curl/tests/libtest/lib1556: external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.o +external/curl/tests/libtest/lib1556: external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make +external/curl/tests/libtest/lib1556: external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.ts +external/curl/tests/libtest/lib1556: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1556: /usr/lib/libz.so +external/curl/tests/libtest/lib1556: external/curl/tests/libtest/CMakeFiles/lib1556.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1556" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1556.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1556.dir/build: external/curl/tests/libtest/lib1556 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1556.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1556.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1556.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1556.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1556.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1556.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1556.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/cmake_clean.cmake new file mode 100644 index 00000000..766f30e7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1556.dir/link.d" + "CMakeFiles/lib1556.dir/first.c.o" + "CMakeFiles/lib1556.dir/first.c.o.d" + "CMakeFiles/lib1556.dir/lib1556.c.o" + "CMakeFiles/lib1556.dir/lib1556.c.o.d" + "CMakeFiles/lib1556.dir/testutil.c.o" + "CMakeFiles/lib1556.dir/testutil.c.o.d" + "lib1556" + "lib1556.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1556.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.make new file mode 100644 index 00000000..248861b2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1556. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.ts new file mode 100644 index 00000000..81bb746e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1556. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/depend.make new file mode 100644 index 00000000..6bae2bdb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1556. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/flags.make new file mode 100644 index 00000000..6c55fcbc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1556 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/link.txt new file mode 100644 index 00000000..b51742bf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1556.dir/link.d CMakeFiles/lib1556.dir/lib1556.c.o CMakeFiles/lib1556.dir/first.c.o CMakeFiles/lib1556.dir/testutil.c.o -o lib1556 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/DependInfo.cmake new file mode 100644 index 00000000..2fea86bd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1557.c" "external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1557" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1557.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make new file mode 100644 index 00000000..cdd41e87 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1557.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1557.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1557.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1557.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1557.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.o: external/curl/tests/libtest/CMakeFiles/lib1557.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1557.c +external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.o: external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.o -MF CMakeFiles/lib1557.dir/lib1557.c.o.d -o CMakeFiles/lib1557.dir/lib1557.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1557.c + +external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1557.dir/lib1557.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1557.c > CMakeFiles/lib1557.dir/lib1557.c.i + +external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1557.dir/lib1557.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1557.c -o CMakeFiles/lib1557.dir/lib1557.c.s + +external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1557.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.o -MF CMakeFiles/lib1557.dir/first.c.o.d -o CMakeFiles/lib1557.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1557.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1557.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1557.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1557.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1557.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.o -MF CMakeFiles/lib1557.dir/testutil.c.o.d -o CMakeFiles/lib1557.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1557.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1557.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1557.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1557.dir/testutil.c.s + +# Object files for target lib1557 +lib1557_OBJECTS = \ +"CMakeFiles/lib1557.dir/lib1557.c.o" \ +"CMakeFiles/lib1557.dir/first.c.o" \ +"CMakeFiles/lib1557.dir/testutil.c.o" + +# External object files for target lib1557 +lib1557_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1557: external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.o +external/curl/tests/libtest/lib1557: external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.o +external/curl/tests/libtest/lib1557: external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.o +external/curl/tests/libtest/lib1557: external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make +external/curl/tests/libtest/lib1557: external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.ts +external/curl/tests/libtest/lib1557: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1557: /usr/lib/libz.so +external/curl/tests/libtest/lib1557: external/curl/tests/libtest/CMakeFiles/lib1557.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1557" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1557.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1557.dir/build: external/curl/tests/libtest/lib1557 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1557.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1557.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1557.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1557.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1557.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1557.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1557.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/cmake_clean.cmake new file mode 100644 index 00000000..d5c8e0b8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1557.dir/link.d" + "CMakeFiles/lib1557.dir/first.c.o" + "CMakeFiles/lib1557.dir/first.c.o.d" + "CMakeFiles/lib1557.dir/lib1557.c.o" + "CMakeFiles/lib1557.dir/lib1557.c.o.d" + "CMakeFiles/lib1557.dir/testutil.c.o" + "CMakeFiles/lib1557.dir/testutil.c.o.d" + "lib1557" + "lib1557.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1557.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.make new file mode 100644 index 00000000..aab70052 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1557. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.ts new file mode 100644 index 00000000..40b9b8b1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1557. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/depend.make new file mode 100644 index 00000000..9c73f2d5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1557. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/flags.make new file mode 100644 index 00000000..792692a3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1557 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/link.txt new file mode 100644 index 00000000..746f15f0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1557.dir/link.d CMakeFiles/lib1557.dir/lib1557.c.o CMakeFiles/lib1557.dir/first.c.o CMakeFiles/lib1557.dir/testutil.c.o -o lib1557 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/DependInfo.cmake new file mode 100644 index 00000000..1938bbcb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1558.c" "external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1558" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1558.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make new file mode 100644 index 00000000..09213d97 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1558.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1558.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1558.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1558.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1558.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.o: external/curl/tests/libtest/CMakeFiles/lib1558.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1558.c +external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.o: external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.o -MF CMakeFiles/lib1558.dir/lib1558.c.o.d -o CMakeFiles/lib1558.dir/lib1558.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1558.c + +external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1558.dir/lib1558.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1558.c > CMakeFiles/lib1558.dir/lib1558.c.i + +external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1558.dir/lib1558.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1558.c -o CMakeFiles/lib1558.dir/lib1558.c.s + +external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1558.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.o -MF CMakeFiles/lib1558.dir/first.c.o.d -o CMakeFiles/lib1558.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1558.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1558.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1558.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1558.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1558.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.o -MF CMakeFiles/lib1558.dir/testutil.c.o.d -o CMakeFiles/lib1558.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1558.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1558.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1558.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1558.dir/testutil.c.s + +# Object files for target lib1558 +lib1558_OBJECTS = \ +"CMakeFiles/lib1558.dir/lib1558.c.o" \ +"CMakeFiles/lib1558.dir/first.c.o" \ +"CMakeFiles/lib1558.dir/testutil.c.o" + +# External object files for target lib1558 +lib1558_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1558: external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.o +external/curl/tests/libtest/lib1558: external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.o +external/curl/tests/libtest/lib1558: external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.o +external/curl/tests/libtest/lib1558: external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make +external/curl/tests/libtest/lib1558: external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.ts +external/curl/tests/libtest/lib1558: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1558: /usr/lib/libz.so +external/curl/tests/libtest/lib1558: external/curl/tests/libtest/CMakeFiles/lib1558.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1558" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1558.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1558.dir/build: external/curl/tests/libtest/lib1558 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1558.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1558.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1558.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1558.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1558.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1558.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1558.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/cmake_clean.cmake new file mode 100644 index 00000000..1936dd88 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1558.dir/link.d" + "CMakeFiles/lib1558.dir/first.c.o" + "CMakeFiles/lib1558.dir/first.c.o.d" + "CMakeFiles/lib1558.dir/lib1558.c.o" + "CMakeFiles/lib1558.dir/lib1558.c.o.d" + "CMakeFiles/lib1558.dir/testutil.c.o" + "CMakeFiles/lib1558.dir/testutil.c.o.d" + "lib1558" + "lib1558.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1558.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.make new file mode 100644 index 00000000..e6ed0c53 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1558. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.ts new file mode 100644 index 00000000..2a46b08d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1558. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/depend.make new file mode 100644 index 00000000..f5217342 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1558. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/flags.make new file mode 100644 index 00000000..11c8e666 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1558 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/link.txt new file mode 100644 index 00000000..c2bde8b3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1558.dir/link.d CMakeFiles/lib1558.dir/lib1558.c.o CMakeFiles/lib1558.dir/first.c.o CMakeFiles/lib1558.dir/testutil.c.o -o lib1558 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/DependInfo.cmake new file mode 100644 index 00000000..1e36484e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1559.c" "external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1559" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1559.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make new file mode 100644 index 00000000..39bb990f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1559.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1559.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1559.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1559.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1559.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.o: external/curl/tests/libtest/CMakeFiles/lib1559.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1559.c +external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.o: external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.o -MF CMakeFiles/lib1559.dir/lib1559.c.o.d -o CMakeFiles/lib1559.dir/lib1559.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1559.c + +external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1559.dir/lib1559.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1559.c > CMakeFiles/lib1559.dir/lib1559.c.i + +external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1559.dir/lib1559.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1559.c -o CMakeFiles/lib1559.dir/lib1559.c.s + +external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1559.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.o -MF CMakeFiles/lib1559.dir/first.c.o.d -o CMakeFiles/lib1559.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1559.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1559.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1559.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1559.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1559.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.o -MF CMakeFiles/lib1559.dir/testutil.c.o.d -o CMakeFiles/lib1559.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1559.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1559.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1559.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1559.dir/testutil.c.s + +# Object files for target lib1559 +lib1559_OBJECTS = \ +"CMakeFiles/lib1559.dir/lib1559.c.o" \ +"CMakeFiles/lib1559.dir/first.c.o" \ +"CMakeFiles/lib1559.dir/testutil.c.o" + +# External object files for target lib1559 +lib1559_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1559: external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.o +external/curl/tests/libtest/lib1559: external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.o +external/curl/tests/libtest/lib1559: external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.o +external/curl/tests/libtest/lib1559: external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make +external/curl/tests/libtest/lib1559: external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.ts +external/curl/tests/libtest/lib1559: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1559: /usr/lib/libz.so +external/curl/tests/libtest/lib1559: external/curl/tests/libtest/CMakeFiles/lib1559.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1559" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1559.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1559.dir/build: external/curl/tests/libtest/lib1559 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1559.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1559.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1559.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1559.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1559.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1559.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1559.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/cmake_clean.cmake new file mode 100644 index 00000000..49ecd205 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1559.dir/link.d" + "CMakeFiles/lib1559.dir/first.c.o" + "CMakeFiles/lib1559.dir/first.c.o.d" + "CMakeFiles/lib1559.dir/lib1559.c.o" + "CMakeFiles/lib1559.dir/lib1559.c.o.d" + "CMakeFiles/lib1559.dir/testutil.c.o" + "CMakeFiles/lib1559.dir/testutil.c.o.d" + "lib1559" + "lib1559.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1559.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.make new file mode 100644 index 00000000..ae6b5296 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1559. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.ts new file mode 100644 index 00000000..65ac38e2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1559. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/depend.make new file mode 100644 index 00000000..1802a364 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1559. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/flags.make new file mode 100644 index 00000000..2cb1ee9d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1559 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/link.txt new file mode 100644 index 00000000..974a7b81 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1559.dir/link.d CMakeFiles/lib1559.dir/lib1559.c.o CMakeFiles/lib1559.dir/first.c.o CMakeFiles/lib1559.dir/testutil.c.o -o lib1559 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/DependInfo.cmake new file mode 100644 index 00000000..2647882e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1560.c" "external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1560" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1560.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make new file mode 100644 index 00000000..0cbfe0f7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1560.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1560.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1560.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1560.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1560.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.o: external/curl/tests/libtest/CMakeFiles/lib1560.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1560.c +external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.o: external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.o -MF CMakeFiles/lib1560.dir/lib1560.c.o.d -o CMakeFiles/lib1560.dir/lib1560.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1560.c + +external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1560.dir/lib1560.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1560.c > CMakeFiles/lib1560.dir/lib1560.c.i + +external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1560.dir/lib1560.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1560.c -o CMakeFiles/lib1560.dir/lib1560.c.s + +external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1560.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.o -MF CMakeFiles/lib1560.dir/first.c.o.d -o CMakeFiles/lib1560.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1560.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1560.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1560.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1560.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1560.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.o -MF CMakeFiles/lib1560.dir/testutil.c.o.d -o CMakeFiles/lib1560.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1560.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1560.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1560.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1560.dir/testutil.c.s + +# Object files for target lib1560 +lib1560_OBJECTS = \ +"CMakeFiles/lib1560.dir/lib1560.c.o" \ +"CMakeFiles/lib1560.dir/first.c.o" \ +"CMakeFiles/lib1560.dir/testutil.c.o" + +# External object files for target lib1560 +lib1560_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1560: external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.o +external/curl/tests/libtest/lib1560: external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.o +external/curl/tests/libtest/lib1560: external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.o +external/curl/tests/libtest/lib1560: external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make +external/curl/tests/libtest/lib1560: external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.ts +external/curl/tests/libtest/lib1560: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1560: /usr/lib/libz.so +external/curl/tests/libtest/lib1560: external/curl/tests/libtest/CMakeFiles/lib1560.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1560" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1560.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1560.dir/build: external/curl/tests/libtest/lib1560 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1560.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1560.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1560.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1560.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1560.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1560.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1560.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/cmake_clean.cmake new file mode 100644 index 00000000..6609a93d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1560.dir/link.d" + "CMakeFiles/lib1560.dir/first.c.o" + "CMakeFiles/lib1560.dir/first.c.o.d" + "CMakeFiles/lib1560.dir/lib1560.c.o" + "CMakeFiles/lib1560.dir/lib1560.c.o.d" + "CMakeFiles/lib1560.dir/testutil.c.o" + "CMakeFiles/lib1560.dir/testutil.c.o.d" + "lib1560" + "lib1560.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1560.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.make new file mode 100644 index 00000000..9bcbb60c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1560. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.ts new file mode 100644 index 00000000..d710389e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1560. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/depend.make new file mode 100644 index 00000000..5a58a207 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1560. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/flags.make new file mode 100644 index 00000000..7f8c88c2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1560 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/link.txt new file mode 100644 index 00000000..2353a2be --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1560.dir/link.d CMakeFiles/lib1560.dir/lib1560.c.o CMakeFiles/lib1560.dir/first.c.o CMakeFiles/lib1560.dir/testutil.c.o -o lib1560 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/DependInfo.cmake new file mode 100644 index 00000000..e32e2e1d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1564.c" "external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1564" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1564.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make new file mode 100644 index 00000000..3eecb8cd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1564.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1564.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1564.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1564.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1564.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.o: external/curl/tests/libtest/CMakeFiles/lib1564.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1564.c +external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.o: external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.o -MF CMakeFiles/lib1564.dir/lib1564.c.o.d -o CMakeFiles/lib1564.dir/lib1564.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1564.c + +external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1564.dir/lib1564.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1564.c > CMakeFiles/lib1564.dir/lib1564.c.i + +external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1564.dir/lib1564.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1564.c -o CMakeFiles/lib1564.dir/lib1564.c.s + +external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1564.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.o -MF CMakeFiles/lib1564.dir/first.c.o.d -o CMakeFiles/lib1564.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1564.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1564.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1564.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1564.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1564.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.o -MF CMakeFiles/lib1564.dir/testutil.c.o.d -o CMakeFiles/lib1564.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1564.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1564.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1564.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1564.dir/testutil.c.s + +# Object files for target lib1564 +lib1564_OBJECTS = \ +"CMakeFiles/lib1564.dir/lib1564.c.o" \ +"CMakeFiles/lib1564.dir/first.c.o" \ +"CMakeFiles/lib1564.dir/testutil.c.o" + +# External object files for target lib1564 +lib1564_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1564: external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.o +external/curl/tests/libtest/lib1564: external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.o +external/curl/tests/libtest/lib1564: external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.o +external/curl/tests/libtest/lib1564: external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make +external/curl/tests/libtest/lib1564: external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.ts +external/curl/tests/libtest/lib1564: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1564: /usr/lib/libz.so +external/curl/tests/libtest/lib1564: external/curl/tests/libtest/CMakeFiles/lib1564.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1564" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1564.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1564.dir/build: external/curl/tests/libtest/lib1564 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1564.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1564.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1564.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1564.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1564.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1564.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1564.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/cmake_clean.cmake new file mode 100644 index 00000000..2795f4d9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1564.dir/link.d" + "CMakeFiles/lib1564.dir/first.c.o" + "CMakeFiles/lib1564.dir/first.c.o.d" + "CMakeFiles/lib1564.dir/lib1564.c.o" + "CMakeFiles/lib1564.dir/lib1564.c.o.d" + "CMakeFiles/lib1564.dir/testutil.c.o" + "CMakeFiles/lib1564.dir/testutil.c.o.d" + "lib1564" + "lib1564.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1564.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.make new file mode 100644 index 00000000..d6e627da --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1564. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.ts new file mode 100644 index 00000000..f505a237 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1564. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/depend.make new file mode 100644 index 00000000..baa37e39 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1564. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/flags.make new file mode 100644 index 00000000..45855a3e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1564 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/link.txt new file mode 100644 index 00000000..234770ee --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1564.dir/link.d CMakeFiles/lib1564.dir/lib1564.c.o CMakeFiles/lib1564.dir/first.c.o CMakeFiles/lib1564.dir/testutil.c.o -o lib1564 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/progress.make new file mode 100644 index 00000000..2fe0d197 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 58 +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/DependInfo.cmake new file mode 100644 index 00000000..5e7116cd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1565.c" "external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1565" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1565.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make new file mode 100644 index 00000000..cffce406 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1565.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1565.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1565.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1565.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1565.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.o: external/curl/tests/libtest/CMakeFiles/lib1565.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1565.c +external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.o: external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.o -MF CMakeFiles/lib1565.dir/lib1565.c.o.d -o CMakeFiles/lib1565.dir/lib1565.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1565.c + +external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1565.dir/lib1565.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1565.c > CMakeFiles/lib1565.dir/lib1565.c.i + +external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1565.dir/lib1565.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1565.c -o CMakeFiles/lib1565.dir/lib1565.c.s + +external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1565.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.o -MF CMakeFiles/lib1565.dir/first.c.o.d -o CMakeFiles/lib1565.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1565.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1565.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1565.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1565.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1565.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.o -MF CMakeFiles/lib1565.dir/testutil.c.o.d -o CMakeFiles/lib1565.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1565.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1565.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1565.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1565.dir/testutil.c.s + +# Object files for target lib1565 +lib1565_OBJECTS = \ +"CMakeFiles/lib1565.dir/lib1565.c.o" \ +"CMakeFiles/lib1565.dir/first.c.o" \ +"CMakeFiles/lib1565.dir/testutil.c.o" + +# External object files for target lib1565 +lib1565_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1565: external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.o +external/curl/tests/libtest/lib1565: external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.o +external/curl/tests/libtest/lib1565: external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.o +external/curl/tests/libtest/lib1565: external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make +external/curl/tests/libtest/lib1565: external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.ts +external/curl/tests/libtest/lib1565: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1565: /usr/lib/libz.so +external/curl/tests/libtest/lib1565: external/curl/tests/libtest/CMakeFiles/lib1565.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1565" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1565.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1565.dir/build: external/curl/tests/libtest/lib1565 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1565.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1565.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1565.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1565.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1565.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1565.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1565.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/cmake_clean.cmake new file mode 100644 index 00000000..299cdc4d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1565.dir/link.d" + "CMakeFiles/lib1565.dir/first.c.o" + "CMakeFiles/lib1565.dir/first.c.o.d" + "CMakeFiles/lib1565.dir/lib1565.c.o" + "CMakeFiles/lib1565.dir/lib1565.c.o.d" + "CMakeFiles/lib1565.dir/testutil.c.o" + "CMakeFiles/lib1565.dir/testutil.c.o.d" + "lib1565" + "lib1565.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1565.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.make new file mode 100644 index 00000000..eff66ade --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1565. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.ts new file mode 100644 index 00000000..99d8d070 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1565. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/depend.make new file mode 100644 index 00000000..53e2a225 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1565. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/flags.make new file mode 100644 index 00000000..2d2bac5e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1565 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/link.txt new file mode 100644 index 00000000..d7717979 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1565.dir/link.d CMakeFiles/lib1565.dir/lib1565.c.o CMakeFiles/lib1565.dir/first.c.o CMakeFiles/lib1565.dir/testutil.c.o -o lib1565 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/DependInfo.cmake new file mode 100644 index 00000000..77dcb510 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1567.c" "external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.o.d" + "" "external/curl/tests/libtest/lib1567" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1567.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make new file mode 100644 index 00000000..352b0db4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1567.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1567.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1567.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1567.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1567.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.o: external/curl/tests/libtest/CMakeFiles/lib1567.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1567.c +external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.o: external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.o -MF CMakeFiles/lib1567.dir/lib1567.c.o.d -o CMakeFiles/lib1567.dir/lib1567.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1567.c + +external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1567.dir/lib1567.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1567.c > CMakeFiles/lib1567.dir/lib1567.c.i + +external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1567.dir/lib1567.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1567.c -o CMakeFiles/lib1567.dir/lib1567.c.s + +external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1567.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.o -MF CMakeFiles/lib1567.dir/first.c.o.d -o CMakeFiles/lib1567.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1567.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1567.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1567.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1567.dir/first.c.s + +# Object files for target lib1567 +lib1567_OBJECTS = \ +"CMakeFiles/lib1567.dir/lib1567.c.o" \ +"CMakeFiles/lib1567.dir/first.c.o" + +# External object files for target lib1567 +lib1567_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1567: external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.o +external/curl/tests/libtest/lib1567: external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.o +external/curl/tests/libtest/lib1567: external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make +external/curl/tests/libtest/lib1567: external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.ts +external/curl/tests/libtest/lib1567: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1567: /usr/lib/libz.so +external/curl/tests/libtest/lib1567: external/curl/tests/libtest/CMakeFiles/lib1567.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1567" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1567.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1567.dir/build: external/curl/tests/libtest/lib1567 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1567.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1567.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1567.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1567.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1567.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1567.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1567.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/cmake_clean.cmake new file mode 100644 index 00000000..1f9c37e0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1567.dir/link.d" + "CMakeFiles/lib1567.dir/first.c.o" + "CMakeFiles/lib1567.dir/first.c.o.d" + "CMakeFiles/lib1567.dir/lib1567.c.o" + "CMakeFiles/lib1567.dir/lib1567.c.o.d" + "lib1567" + "lib1567.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1567.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.make new file mode 100644 index 00000000..ff148eee --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1567. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.ts new file mode 100644 index 00000000..e610d17b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1567. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/depend.make new file mode 100644 index 00000000..128958b7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1567. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/flags.make new file mode 100644 index 00000000..bbb99ef3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1567 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/link.txt new file mode 100644 index 00000000..2aa760a8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1567.dir/link.d CMakeFiles/lib1567.dir/lib1567.c.o CMakeFiles/lib1567.dir/first.c.o -o lib1567 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/DependInfo.cmake new file mode 100644 index 00000000..166cc1e5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1568.c" "external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.o.d" + "" "external/curl/tests/libtest/lib1568" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1568.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make new file mode 100644 index 00000000..812d98a4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1568.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1568.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1568.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1568.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1568.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.o: external/curl/tests/libtest/CMakeFiles/lib1568.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1568.c +external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.o: external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.o -MF CMakeFiles/lib1568.dir/lib1568.c.o.d -o CMakeFiles/lib1568.dir/lib1568.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1568.c + +external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1568.dir/lib1568.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1568.c > CMakeFiles/lib1568.dir/lib1568.c.i + +external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1568.dir/lib1568.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1568.c -o CMakeFiles/lib1568.dir/lib1568.c.s + +external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1568.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.o -MF CMakeFiles/lib1568.dir/first.c.o.d -o CMakeFiles/lib1568.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1568.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1568.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1568.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1568.dir/first.c.s + +# Object files for target lib1568 +lib1568_OBJECTS = \ +"CMakeFiles/lib1568.dir/lib1568.c.o" \ +"CMakeFiles/lib1568.dir/first.c.o" + +# External object files for target lib1568 +lib1568_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1568: external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.o +external/curl/tests/libtest/lib1568: external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.o +external/curl/tests/libtest/lib1568: external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make +external/curl/tests/libtest/lib1568: external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.ts +external/curl/tests/libtest/lib1568: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1568: /usr/lib/libz.so +external/curl/tests/libtest/lib1568: external/curl/tests/libtest/CMakeFiles/lib1568.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1568" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1568.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1568.dir/build: external/curl/tests/libtest/lib1568 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1568.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1568.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1568.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1568.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1568.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1568.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1568.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/cmake_clean.cmake new file mode 100644 index 00000000..7476a3b6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1568.dir/link.d" + "CMakeFiles/lib1568.dir/first.c.o" + "CMakeFiles/lib1568.dir/first.c.o.d" + "CMakeFiles/lib1568.dir/lib1568.c.o" + "CMakeFiles/lib1568.dir/lib1568.c.o.d" + "lib1568" + "lib1568.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1568.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.make new file mode 100644 index 00000000..def3d1eb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1568. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.ts new file mode 100644 index 00000000..685dd165 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1568. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/depend.make new file mode 100644 index 00000000..0540311f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1568. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/flags.make new file mode 100644 index 00000000..7ea0fc56 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1568 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/link.txt new file mode 100644 index 00000000..593508d1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1568.dir/link.d CMakeFiles/lib1568.dir/lib1568.c.o CMakeFiles/lib1568.dir/first.c.o -o lib1568 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/DependInfo.cmake new file mode 100644 index 00000000..6826cff8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1569.c" "external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.o.d" + "" "external/curl/tests/libtest/lib1569" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1569.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make new file mode 100644 index 00000000..34c47557 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1569.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1569.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1569.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1569.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1569.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.o: external/curl/tests/libtest/CMakeFiles/lib1569.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1569.c +external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.o: external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.o -MF CMakeFiles/lib1569.dir/lib1569.c.o.d -o CMakeFiles/lib1569.dir/lib1569.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1569.c + +external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1569.dir/lib1569.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1569.c > CMakeFiles/lib1569.dir/lib1569.c.i + +external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1569.dir/lib1569.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1569.c -o CMakeFiles/lib1569.dir/lib1569.c.s + +external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1569.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.o -MF CMakeFiles/lib1569.dir/first.c.o.d -o CMakeFiles/lib1569.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1569.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1569.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1569.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1569.dir/first.c.s + +# Object files for target lib1569 +lib1569_OBJECTS = \ +"CMakeFiles/lib1569.dir/lib1569.c.o" \ +"CMakeFiles/lib1569.dir/first.c.o" + +# External object files for target lib1569 +lib1569_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1569: external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.o +external/curl/tests/libtest/lib1569: external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.o +external/curl/tests/libtest/lib1569: external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make +external/curl/tests/libtest/lib1569: external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.ts +external/curl/tests/libtest/lib1569: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1569: /usr/lib/libz.so +external/curl/tests/libtest/lib1569: external/curl/tests/libtest/CMakeFiles/lib1569.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1569" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1569.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1569.dir/build: external/curl/tests/libtest/lib1569 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1569.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1569.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1569.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1569.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1569.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1569.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1569.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/cmake_clean.cmake new file mode 100644 index 00000000..81770a65 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1569.dir/link.d" + "CMakeFiles/lib1569.dir/first.c.o" + "CMakeFiles/lib1569.dir/first.c.o.d" + "CMakeFiles/lib1569.dir/lib1569.c.o" + "CMakeFiles/lib1569.dir/lib1569.c.o.d" + "lib1569" + "lib1569.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1569.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.make new file mode 100644 index 00000000..17d10dc0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1569. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.ts new file mode 100644 index 00000000..17e55478 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1569. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/depend.make new file mode 100644 index 00000000..dbb2d289 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1569. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/flags.make new file mode 100644 index 00000000..d6157cb4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1569 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/link.txt new file mode 100644 index 00000000..9ecfd8d0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1569.dir/link.d CMakeFiles/lib1569.dir/lib1569.c.o CMakeFiles/lib1569.dir/first.c.o -o lib1569 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/DependInfo.cmake new file mode 100644 index 00000000..721c59f4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1571.c" "external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.o.d" + "" "external/curl/tests/libtest/lib1571" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1571.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make new file mode 100644 index 00000000..48db0f99 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1571.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1571.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1571.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1571.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1571.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.o: external/curl/tests/libtest/CMakeFiles/lib1571.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1571.c +external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.o: external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.o -MF CMakeFiles/lib1571.dir/lib1571.c.o.d -o CMakeFiles/lib1571.dir/lib1571.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1571.c + +external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1571.dir/lib1571.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1571.c > CMakeFiles/lib1571.dir/lib1571.c.i + +external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1571.dir/lib1571.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1571.c -o CMakeFiles/lib1571.dir/lib1571.c.s + +external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1571.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.o -MF CMakeFiles/lib1571.dir/first.c.o.d -o CMakeFiles/lib1571.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1571.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1571.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1571.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1571.dir/first.c.s + +# Object files for target lib1571 +lib1571_OBJECTS = \ +"CMakeFiles/lib1571.dir/lib1571.c.o" \ +"CMakeFiles/lib1571.dir/first.c.o" + +# External object files for target lib1571 +lib1571_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1571: external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.o +external/curl/tests/libtest/lib1571: external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.o +external/curl/tests/libtest/lib1571: external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make +external/curl/tests/libtest/lib1571: external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.ts +external/curl/tests/libtest/lib1571: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1571: /usr/lib/libz.so +external/curl/tests/libtest/lib1571: external/curl/tests/libtest/CMakeFiles/lib1571.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1571" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1571.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1571.dir/build: external/curl/tests/libtest/lib1571 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1571.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1571.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1571.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1571.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1571.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1571.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1571.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/cmake_clean.cmake new file mode 100644 index 00000000..3c3d090e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1571.dir/link.d" + "CMakeFiles/lib1571.dir/first.c.o" + "CMakeFiles/lib1571.dir/first.c.o.d" + "CMakeFiles/lib1571.dir/lib1571.c.o" + "CMakeFiles/lib1571.dir/lib1571.c.o.d" + "lib1571" + "lib1571.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1571.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.make new file mode 100644 index 00000000..8f5fd6a3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1571. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.ts new file mode 100644 index 00000000..3be724ef --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1571. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/depend.make new file mode 100644 index 00000000..40af9288 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1571. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/flags.make new file mode 100644 index 00000000..efc4a5b4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1571 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/link.txt new file mode 100644 index 00000000..9f791d4d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1571.dir/link.d CMakeFiles/lib1571.dir/lib1571.c.o CMakeFiles/lib1571.dir/first.c.o -o lib1571 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/DependInfo.cmake new file mode 100644 index 00000000..ba0fb652 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1576.c" "external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.o.d" + "" "external/curl/tests/libtest/lib1576" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1576.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make new file mode 100644 index 00000000..1d7ea6e1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1576.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1576.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1576.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1576.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1576.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.o: external/curl/tests/libtest/CMakeFiles/lib1576.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1576.c +external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.o: external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.o -MF CMakeFiles/lib1576.dir/lib1576.c.o.d -o CMakeFiles/lib1576.dir/lib1576.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1576.c + +external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1576.dir/lib1576.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1576.c > CMakeFiles/lib1576.dir/lib1576.c.i + +external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1576.dir/lib1576.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1576.c -o CMakeFiles/lib1576.dir/lib1576.c.s + +external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1576.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.o -MF CMakeFiles/lib1576.dir/first.c.o.d -o CMakeFiles/lib1576.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1576.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1576.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1576.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1576.dir/first.c.s + +# Object files for target lib1576 +lib1576_OBJECTS = \ +"CMakeFiles/lib1576.dir/lib1576.c.o" \ +"CMakeFiles/lib1576.dir/first.c.o" + +# External object files for target lib1576 +lib1576_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1576: external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.o +external/curl/tests/libtest/lib1576: external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.o +external/curl/tests/libtest/lib1576: external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make +external/curl/tests/libtest/lib1576: external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.ts +external/curl/tests/libtest/lib1576: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1576: /usr/lib/libz.so +external/curl/tests/libtest/lib1576: external/curl/tests/libtest/CMakeFiles/lib1576.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1576" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1576.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1576.dir/build: external/curl/tests/libtest/lib1576 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1576.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1576.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1576.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1576.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1576.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1576.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1576.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/cmake_clean.cmake new file mode 100644 index 00000000..8fdb4247 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1576.dir/link.d" + "CMakeFiles/lib1576.dir/first.c.o" + "CMakeFiles/lib1576.dir/first.c.o.d" + "CMakeFiles/lib1576.dir/lib1576.c.o" + "CMakeFiles/lib1576.dir/lib1576.c.o.d" + "lib1576" + "lib1576.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1576.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.make new file mode 100644 index 00000000..37e379e2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1576. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.ts new file mode 100644 index 00000000..a454f4f5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1576. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/depend.make new file mode 100644 index 00000000..b689f9fc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1576. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/flags.make new file mode 100644 index 00000000..0a347cb5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1576 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/link.txt new file mode 100644 index 00000000..296b24d3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1576.dir/link.d CMakeFiles/lib1576.dir/lib1576.c.o CMakeFiles/lib1576.dir/first.c.o -o lib1576 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/DependInfo.cmake new file mode 100644 index 00000000..37dcfcea --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1576.c" "external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.o.d" + "" "external/curl/tests/libtest/lib1578" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1578.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make new file mode 100644 index 00000000..d0e5b51d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1578.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1578.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1578.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1578.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1578.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.o: external/curl/tests/libtest/CMakeFiles/lib1578.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1576.c +external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.o: external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.o -MF CMakeFiles/lib1578.dir/lib1576.c.o.d -o CMakeFiles/lib1578.dir/lib1576.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1576.c + +external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1578.dir/lib1576.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1576.c > CMakeFiles/lib1578.dir/lib1576.c.i + +external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1578.dir/lib1576.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1576.c -o CMakeFiles/lib1578.dir/lib1576.c.s + +external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1578.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.o -MF CMakeFiles/lib1578.dir/first.c.o.d -o CMakeFiles/lib1578.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1578.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1578.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1578.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1578.dir/first.c.s + +# Object files for target lib1578 +lib1578_OBJECTS = \ +"CMakeFiles/lib1578.dir/lib1576.c.o" \ +"CMakeFiles/lib1578.dir/first.c.o" + +# External object files for target lib1578 +lib1578_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1578: external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.o +external/curl/tests/libtest/lib1578: external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.o +external/curl/tests/libtest/lib1578: external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make +external/curl/tests/libtest/lib1578: external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.ts +external/curl/tests/libtest/lib1578: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1578: /usr/lib/libz.so +external/curl/tests/libtest/lib1578: external/curl/tests/libtest/CMakeFiles/lib1578.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1578" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1578.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1578.dir/build: external/curl/tests/libtest/lib1578 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1578.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1578.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1578.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1578.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1578.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1578.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1578.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/cmake_clean.cmake new file mode 100644 index 00000000..c84a5209 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1578.dir/link.d" + "CMakeFiles/lib1578.dir/first.c.o" + "CMakeFiles/lib1578.dir/first.c.o.d" + "CMakeFiles/lib1578.dir/lib1576.c.o" + "CMakeFiles/lib1578.dir/lib1576.c.o.d" + "lib1578" + "lib1578.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1578.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.make new file mode 100644 index 00000000..64d52aa6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1578. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.ts new file mode 100644 index 00000000..ea98b2ef --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1578. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/depend.make new file mode 100644 index 00000000..a283c666 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1578. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/flags.make new file mode 100644 index 00000000..fd62c221 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1578 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/link.txt new file mode 100644 index 00000000..317cc9f8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1578.dir/link.d CMakeFiles/lib1578.dir/lib1576.c.o CMakeFiles/lib1578.dir/first.c.o -o lib1578 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/DependInfo.cmake new file mode 100644 index 00000000..845a720d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1591.c" "external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1591" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1591.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make new file mode 100644 index 00000000..0ef0be2e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1591.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1591.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1591.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1591.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1591.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.o: external/curl/tests/libtest/CMakeFiles/lib1591.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1591.c +external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.o: external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.o -MF CMakeFiles/lib1591.dir/lib1591.c.o.d -o CMakeFiles/lib1591.dir/lib1591.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1591.c + +external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1591.dir/lib1591.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1591.c > CMakeFiles/lib1591.dir/lib1591.c.i + +external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1591.dir/lib1591.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1591.c -o CMakeFiles/lib1591.dir/lib1591.c.s + +external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1591.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.o -MF CMakeFiles/lib1591.dir/first.c.o.d -o CMakeFiles/lib1591.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1591.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1591.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1591.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1591.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1591.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.o -MF CMakeFiles/lib1591.dir/testutil.c.o.d -o CMakeFiles/lib1591.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1591.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1591.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1591.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1591.dir/testutil.c.s + +# Object files for target lib1591 +lib1591_OBJECTS = \ +"CMakeFiles/lib1591.dir/lib1591.c.o" \ +"CMakeFiles/lib1591.dir/first.c.o" \ +"CMakeFiles/lib1591.dir/testutil.c.o" + +# External object files for target lib1591 +lib1591_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1591: external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.o +external/curl/tests/libtest/lib1591: external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.o +external/curl/tests/libtest/lib1591: external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.o +external/curl/tests/libtest/lib1591: external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make +external/curl/tests/libtest/lib1591: external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.ts +external/curl/tests/libtest/lib1591: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1591: /usr/lib/libz.so +external/curl/tests/libtest/lib1591: external/curl/tests/libtest/CMakeFiles/lib1591.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1591" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1591.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1591.dir/build: external/curl/tests/libtest/lib1591 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1591.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1591.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1591.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1591.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1591.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1591.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1591.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/cmake_clean.cmake new file mode 100644 index 00000000..58ae66f1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1591.dir/link.d" + "CMakeFiles/lib1591.dir/first.c.o" + "CMakeFiles/lib1591.dir/first.c.o.d" + "CMakeFiles/lib1591.dir/lib1591.c.o" + "CMakeFiles/lib1591.dir/lib1591.c.o.d" + "CMakeFiles/lib1591.dir/testutil.c.o" + "CMakeFiles/lib1591.dir/testutil.c.o.d" + "lib1591" + "lib1591.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1591.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.make new file mode 100644 index 00000000..f5600f14 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1591. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.ts new file mode 100644 index 00000000..23783916 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1591. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/depend.make new file mode 100644 index 00000000..6ea2338a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1591. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/flags.make new file mode 100644 index 00000000..bf528925 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1591 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/link.txt new file mode 100644 index 00000000..b3a1d702 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1591.dir/link.d CMakeFiles/lib1591.dir/lib1591.c.o CMakeFiles/lib1591.dir/first.c.o CMakeFiles/lib1591.dir/testutil.c.o -o lib1591 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/progress.make new file mode 100644 index 00000000..d40f5479 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = 59 + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/DependInfo.cmake new file mode 100644 index 00000000..79689d2e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1592.c" "external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1592" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1592.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make new file mode 100644 index 00000000..f15b2872 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1592.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1592.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1592.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1592.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1592.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.o: external/curl/tests/libtest/CMakeFiles/lib1592.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1592.c +external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.o: external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.o -MF CMakeFiles/lib1592.dir/lib1592.c.o.d -o CMakeFiles/lib1592.dir/lib1592.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1592.c + +external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1592.dir/lib1592.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1592.c > CMakeFiles/lib1592.dir/lib1592.c.i + +external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1592.dir/lib1592.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1592.c -o CMakeFiles/lib1592.dir/lib1592.c.s + +external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1592.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.o -MF CMakeFiles/lib1592.dir/first.c.o.d -o CMakeFiles/lib1592.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1592.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1592.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1592.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1592.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1592.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.o -MF CMakeFiles/lib1592.dir/testutil.c.o.d -o CMakeFiles/lib1592.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1592.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1592.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1592.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1592.dir/testutil.c.s + +# Object files for target lib1592 +lib1592_OBJECTS = \ +"CMakeFiles/lib1592.dir/lib1592.c.o" \ +"CMakeFiles/lib1592.dir/first.c.o" \ +"CMakeFiles/lib1592.dir/testutil.c.o" + +# External object files for target lib1592 +lib1592_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1592: external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.o +external/curl/tests/libtest/lib1592: external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.o +external/curl/tests/libtest/lib1592: external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.o +external/curl/tests/libtest/lib1592: external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make +external/curl/tests/libtest/lib1592: external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.ts +external/curl/tests/libtest/lib1592: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1592: /usr/lib/libz.so +external/curl/tests/libtest/lib1592: external/curl/tests/libtest/CMakeFiles/lib1592.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1592" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1592.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1592.dir/build: external/curl/tests/libtest/lib1592 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1592.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1592.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1592.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1592.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1592.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1592.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1592.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/cmake_clean.cmake new file mode 100644 index 00000000..c68a7d8d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1592.dir/link.d" + "CMakeFiles/lib1592.dir/first.c.o" + "CMakeFiles/lib1592.dir/first.c.o.d" + "CMakeFiles/lib1592.dir/lib1592.c.o" + "CMakeFiles/lib1592.dir/lib1592.c.o.d" + "CMakeFiles/lib1592.dir/testutil.c.o" + "CMakeFiles/lib1592.dir/testutil.c.o.d" + "lib1592" + "lib1592.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1592.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.make new file mode 100644 index 00000000..41464ac4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1592. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.ts new file mode 100644 index 00000000..377500c8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1592. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/depend.make new file mode 100644 index 00000000..a7dc8cdb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1592. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/flags.make new file mode 100644 index 00000000..7123eb34 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1592 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/link.txt new file mode 100644 index 00000000..47965725 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1592.dir/link.d CMakeFiles/lib1592.dir/lib1592.c.o CMakeFiles/lib1592.dir/first.c.o CMakeFiles/lib1592.dir/testutil.c.o -o lib1592 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/DependInfo.cmake new file mode 100644 index 00000000..7447965b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1593.c" "external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1593" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1593.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make new file mode 100644 index 00000000..f66573ea --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1593.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1593.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1593.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1593.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1593.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.o: external/curl/tests/libtest/CMakeFiles/lib1593.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1593.c +external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.o: external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.o -MF CMakeFiles/lib1593.dir/lib1593.c.o.d -o CMakeFiles/lib1593.dir/lib1593.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1593.c + +external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1593.dir/lib1593.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1593.c > CMakeFiles/lib1593.dir/lib1593.c.i + +external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1593.dir/lib1593.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1593.c -o CMakeFiles/lib1593.dir/lib1593.c.s + +external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1593.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.o -MF CMakeFiles/lib1593.dir/first.c.o.d -o CMakeFiles/lib1593.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1593.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1593.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1593.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1593.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1593.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.o -MF CMakeFiles/lib1593.dir/testutil.c.o.d -o CMakeFiles/lib1593.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1593.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1593.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1593.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1593.dir/testutil.c.s + +# Object files for target lib1593 +lib1593_OBJECTS = \ +"CMakeFiles/lib1593.dir/lib1593.c.o" \ +"CMakeFiles/lib1593.dir/first.c.o" \ +"CMakeFiles/lib1593.dir/testutil.c.o" + +# External object files for target lib1593 +lib1593_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1593: external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.o +external/curl/tests/libtest/lib1593: external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.o +external/curl/tests/libtest/lib1593: external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.o +external/curl/tests/libtest/lib1593: external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make +external/curl/tests/libtest/lib1593: external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.ts +external/curl/tests/libtest/lib1593: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1593: /usr/lib/libz.so +external/curl/tests/libtest/lib1593: external/curl/tests/libtest/CMakeFiles/lib1593.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1593" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1593.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1593.dir/build: external/curl/tests/libtest/lib1593 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1593.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1593.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1593.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1593.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1593.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1593.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1593.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/cmake_clean.cmake new file mode 100644 index 00000000..f0d709dd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1593.dir/link.d" + "CMakeFiles/lib1593.dir/first.c.o" + "CMakeFiles/lib1593.dir/first.c.o.d" + "CMakeFiles/lib1593.dir/lib1593.c.o" + "CMakeFiles/lib1593.dir/lib1593.c.o.d" + "CMakeFiles/lib1593.dir/testutil.c.o" + "CMakeFiles/lib1593.dir/testutil.c.o.d" + "lib1593" + "lib1593.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1593.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.make new file mode 100644 index 00000000..51335732 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1593. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.ts new file mode 100644 index 00000000..d28911d4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1593. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/depend.make new file mode 100644 index 00000000..f06344c4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1593. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/flags.make new file mode 100644 index 00000000..07aa469e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1593 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/link.txt new file mode 100644 index 00000000..1198e8bc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1593.dir/link.d CMakeFiles/lib1593.dir/lib1593.c.o CMakeFiles/lib1593.dir/first.c.o CMakeFiles/lib1593.dir/testutil.c.o -o lib1593 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/DependInfo.cmake new file mode 100644 index 00000000..3ea8906f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1594.c" "external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1594" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1594.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make new file mode 100644 index 00000000..da155c55 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1594.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1594.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1594.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1594.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1594.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.o: external/curl/tests/libtest/CMakeFiles/lib1594.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1594.c +external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.o: external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.o -MF CMakeFiles/lib1594.dir/lib1594.c.o.d -o CMakeFiles/lib1594.dir/lib1594.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1594.c + +external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1594.dir/lib1594.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1594.c > CMakeFiles/lib1594.dir/lib1594.c.i + +external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1594.dir/lib1594.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1594.c -o CMakeFiles/lib1594.dir/lib1594.c.s + +external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1594.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.o -MF CMakeFiles/lib1594.dir/first.c.o.d -o CMakeFiles/lib1594.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1594.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1594.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1594.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1594.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1594.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.o -MF CMakeFiles/lib1594.dir/testutil.c.o.d -o CMakeFiles/lib1594.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1594.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1594.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1594.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1594.dir/testutil.c.s + +# Object files for target lib1594 +lib1594_OBJECTS = \ +"CMakeFiles/lib1594.dir/lib1594.c.o" \ +"CMakeFiles/lib1594.dir/first.c.o" \ +"CMakeFiles/lib1594.dir/testutil.c.o" + +# External object files for target lib1594 +lib1594_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1594: external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.o +external/curl/tests/libtest/lib1594: external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.o +external/curl/tests/libtest/lib1594: external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.o +external/curl/tests/libtest/lib1594: external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make +external/curl/tests/libtest/lib1594: external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.ts +external/curl/tests/libtest/lib1594: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1594: /usr/lib/libz.so +external/curl/tests/libtest/lib1594: external/curl/tests/libtest/CMakeFiles/lib1594.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1594" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1594.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1594.dir/build: external/curl/tests/libtest/lib1594 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1594.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1594.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1594.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1594.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1594.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1594.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1594.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/cmake_clean.cmake new file mode 100644 index 00000000..2ca04bc4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1594.dir/link.d" + "CMakeFiles/lib1594.dir/first.c.o" + "CMakeFiles/lib1594.dir/first.c.o.d" + "CMakeFiles/lib1594.dir/lib1594.c.o" + "CMakeFiles/lib1594.dir/lib1594.c.o.d" + "CMakeFiles/lib1594.dir/testutil.c.o" + "CMakeFiles/lib1594.dir/testutil.c.o.d" + "lib1594" + "lib1594.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1594.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.make new file mode 100644 index 00000000..772e182d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1594. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.ts new file mode 100644 index 00000000..5b350715 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1594. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/depend.make new file mode 100644 index 00000000..dea8a320 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1594. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/flags.make new file mode 100644 index 00000000..db2eb89e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1594 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/link.txt new file mode 100644 index 00000000..137fb8dc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1594.dir/link.d CMakeFiles/lib1594.dir/lib1594.c.o CMakeFiles/lib1594.dir/first.c.o CMakeFiles/lib1594.dir/testutil.c.o -o lib1594 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/DependInfo.cmake new file mode 100644 index 00000000..30a43a4f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1594.c" "external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1596" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1596.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make new file mode 100644 index 00000000..88b6f0ed --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1596.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1596.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1596.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1596.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1596.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.o: external/curl/tests/libtest/CMakeFiles/lib1596.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1594.c +external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.o: external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.o -MF CMakeFiles/lib1596.dir/lib1594.c.o.d -o CMakeFiles/lib1596.dir/lib1594.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1594.c + +external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1596.dir/lib1594.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1594.c > CMakeFiles/lib1596.dir/lib1594.c.i + +external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1596.dir/lib1594.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1594.c -o CMakeFiles/lib1596.dir/lib1594.c.s + +external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1596.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.o -MF CMakeFiles/lib1596.dir/first.c.o.d -o CMakeFiles/lib1596.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1596.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1596.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1596.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1596.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1596.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.o -MF CMakeFiles/lib1596.dir/testutil.c.o.d -o CMakeFiles/lib1596.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1596.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1596.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1596.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1596.dir/testutil.c.s + +# Object files for target lib1596 +lib1596_OBJECTS = \ +"CMakeFiles/lib1596.dir/lib1594.c.o" \ +"CMakeFiles/lib1596.dir/first.c.o" \ +"CMakeFiles/lib1596.dir/testutil.c.o" + +# External object files for target lib1596 +lib1596_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1596: external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.o +external/curl/tests/libtest/lib1596: external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.o +external/curl/tests/libtest/lib1596: external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.o +external/curl/tests/libtest/lib1596: external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make +external/curl/tests/libtest/lib1596: external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.ts +external/curl/tests/libtest/lib1596: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1596: /usr/lib/libz.so +external/curl/tests/libtest/lib1596: external/curl/tests/libtest/CMakeFiles/lib1596.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1596" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1596.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1596.dir/build: external/curl/tests/libtest/lib1596 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1596.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1596.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1596.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1596.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1596.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1596.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1596.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/cmake_clean.cmake new file mode 100644 index 00000000..cf37aeec --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1596.dir/link.d" + "CMakeFiles/lib1596.dir/first.c.o" + "CMakeFiles/lib1596.dir/first.c.o.d" + "CMakeFiles/lib1596.dir/lib1594.c.o" + "CMakeFiles/lib1596.dir/lib1594.c.o.d" + "CMakeFiles/lib1596.dir/testutil.c.o" + "CMakeFiles/lib1596.dir/testutil.c.o.d" + "lib1596" + "lib1596.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1596.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.make new file mode 100644 index 00000000..f576838d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1596. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.ts new file mode 100644 index 00000000..1bad66e6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1596. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/depend.make new file mode 100644 index 00000000..0f3ee4b4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1596. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/flags.make new file mode 100644 index 00000000..0fc88779 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1596 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/link.txt new file mode 100644 index 00000000..7646708c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1596.dir/link.d CMakeFiles/lib1596.dir/lib1594.c.o CMakeFiles/lib1596.dir/first.c.o CMakeFiles/lib1596.dir/testutil.c.o -o lib1596 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/DependInfo.cmake new file mode 100644 index 00000000..98d806bf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1597.c" "external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1597" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1597.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make new file mode 100644 index 00000000..c09cffa9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1597.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1597.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1597.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1597.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1597.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.o: external/curl/tests/libtest/CMakeFiles/lib1597.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1597.c +external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.o: external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.o -MF CMakeFiles/lib1597.dir/lib1597.c.o.d -o CMakeFiles/lib1597.dir/lib1597.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1597.c + +external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1597.dir/lib1597.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1597.c > CMakeFiles/lib1597.dir/lib1597.c.i + +external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1597.dir/lib1597.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1597.c -o CMakeFiles/lib1597.dir/lib1597.c.s + +external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1597.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.o -MF CMakeFiles/lib1597.dir/first.c.o.d -o CMakeFiles/lib1597.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1597.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1597.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1597.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1597.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1597.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.o -MF CMakeFiles/lib1597.dir/testutil.c.o.d -o CMakeFiles/lib1597.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1597.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1597.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1597.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1597.dir/testutil.c.s + +# Object files for target lib1597 +lib1597_OBJECTS = \ +"CMakeFiles/lib1597.dir/lib1597.c.o" \ +"CMakeFiles/lib1597.dir/first.c.o" \ +"CMakeFiles/lib1597.dir/testutil.c.o" + +# External object files for target lib1597 +lib1597_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1597: external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.o +external/curl/tests/libtest/lib1597: external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.o +external/curl/tests/libtest/lib1597: external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.o +external/curl/tests/libtest/lib1597: external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make +external/curl/tests/libtest/lib1597: external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.ts +external/curl/tests/libtest/lib1597: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1597: /usr/lib/libz.so +external/curl/tests/libtest/lib1597: external/curl/tests/libtest/CMakeFiles/lib1597.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1597" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1597.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1597.dir/build: external/curl/tests/libtest/lib1597 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1597.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1597.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1597.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1597.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1597.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1597.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1597.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/cmake_clean.cmake new file mode 100644 index 00000000..535ebdbb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1597.dir/link.d" + "CMakeFiles/lib1597.dir/first.c.o" + "CMakeFiles/lib1597.dir/first.c.o.d" + "CMakeFiles/lib1597.dir/lib1597.c.o" + "CMakeFiles/lib1597.dir/lib1597.c.o.d" + "CMakeFiles/lib1597.dir/testutil.c.o" + "CMakeFiles/lib1597.dir/testutil.c.o.d" + "lib1597" + "lib1597.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1597.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.make new file mode 100644 index 00000000..68bf0444 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1597. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.ts new file mode 100644 index 00000000..58c6ab5a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1597. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/depend.make new file mode 100644 index 00000000..460398e8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1597. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/flags.make new file mode 100644 index 00000000..9daaf7d0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1597 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/link.txt new file mode 100644 index 00000000..08317aea --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1597.dir/link.d CMakeFiles/lib1597.dir/lib1597.c.o CMakeFiles/lib1597.dir/first.c.o CMakeFiles/lib1597.dir/testutil.c.o -o lib1597 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/DependInfo.cmake new file mode 100644 index 00000000..a4eb1d43 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1598.c" "external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1598" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1598.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make new file mode 100644 index 00000000..7aec21d4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1598.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1598.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1598.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1598.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1598.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.o: external/curl/tests/libtest/CMakeFiles/lib1598.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1598.c +external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.o: external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.o -MF CMakeFiles/lib1598.dir/lib1598.c.o.d -o CMakeFiles/lib1598.dir/lib1598.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1598.c + +external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1598.dir/lib1598.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1598.c > CMakeFiles/lib1598.dir/lib1598.c.i + +external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1598.dir/lib1598.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1598.c -o CMakeFiles/lib1598.dir/lib1598.c.s + +external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1598.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.o -MF CMakeFiles/lib1598.dir/first.c.o.d -o CMakeFiles/lib1598.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1598.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1598.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1598.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1598.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1598.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.o -MF CMakeFiles/lib1598.dir/testutil.c.o.d -o CMakeFiles/lib1598.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1598.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1598.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1598.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1598.dir/testutil.c.s + +# Object files for target lib1598 +lib1598_OBJECTS = \ +"CMakeFiles/lib1598.dir/lib1598.c.o" \ +"CMakeFiles/lib1598.dir/first.c.o" \ +"CMakeFiles/lib1598.dir/testutil.c.o" + +# External object files for target lib1598 +lib1598_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1598: external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.o +external/curl/tests/libtest/lib1598: external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.o +external/curl/tests/libtest/lib1598: external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.o +external/curl/tests/libtest/lib1598: external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make +external/curl/tests/libtest/lib1598: external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.ts +external/curl/tests/libtest/lib1598: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1598: /usr/lib/libz.so +external/curl/tests/libtest/lib1598: external/curl/tests/libtest/CMakeFiles/lib1598.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1598" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1598.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1598.dir/build: external/curl/tests/libtest/lib1598 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1598.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1598.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1598.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1598.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1598.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1598.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1598.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/cmake_clean.cmake new file mode 100644 index 00000000..bc0cfb18 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1598.dir/link.d" + "CMakeFiles/lib1598.dir/first.c.o" + "CMakeFiles/lib1598.dir/first.c.o.d" + "CMakeFiles/lib1598.dir/lib1598.c.o" + "CMakeFiles/lib1598.dir/lib1598.c.o.d" + "CMakeFiles/lib1598.dir/testutil.c.o" + "CMakeFiles/lib1598.dir/testutil.c.o.d" + "lib1598" + "lib1598.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1598.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.make new file mode 100644 index 00000000..8df7faf7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1598. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.ts new file mode 100644 index 00000000..7fd4fcef --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1598. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/depend.make new file mode 100644 index 00000000..1ea3fc27 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1598. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/flags.make new file mode 100644 index 00000000..3675cb3e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1598 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/link.txt new file mode 100644 index 00000000..f50465a2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1598.dir/link.d CMakeFiles/lib1598.dir/lib1598.c.o CMakeFiles/lib1598.dir/first.c.o CMakeFiles/lib1598.dir/testutil.c.o -o lib1598 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/DependInfo.cmake new file mode 100644 index 00000000..9f2dcb3d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1662.c" "external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1662" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1662.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make new file mode 100644 index 00000000..724cc956 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1662.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1662.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1662.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1662.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1662.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.o: external/curl/tests/libtest/CMakeFiles/lib1662.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1662.c +external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.o: external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.o -MF CMakeFiles/lib1662.dir/lib1662.c.o.d -o CMakeFiles/lib1662.dir/lib1662.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1662.c + +external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1662.dir/lib1662.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1662.c > CMakeFiles/lib1662.dir/lib1662.c.i + +external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1662.dir/lib1662.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1662.c -o CMakeFiles/lib1662.dir/lib1662.c.s + +external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1662.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.o -MF CMakeFiles/lib1662.dir/first.c.o.d -o CMakeFiles/lib1662.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1662.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1662.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1662.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1662.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1662.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.o -MF CMakeFiles/lib1662.dir/testutil.c.o.d -o CMakeFiles/lib1662.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1662.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1662.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1662.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1662.dir/testutil.c.s + +# Object files for target lib1662 +lib1662_OBJECTS = \ +"CMakeFiles/lib1662.dir/lib1662.c.o" \ +"CMakeFiles/lib1662.dir/first.c.o" \ +"CMakeFiles/lib1662.dir/testutil.c.o" + +# External object files for target lib1662 +lib1662_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1662: external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.o +external/curl/tests/libtest/lib1662: external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.o +external/curl/tests/libtest/lib1662: external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.o +external/curl/tests/libtest/lib1662: external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make +external/curl/tests/libtest/lib1662: external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.ts +external/curl/tests/libtest/lib1662: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1662: /usr/lib/libz.so +external/curl/tests/libtest/lib1662: external/curl/tests/libtest/CMakeFiles/lib1662.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1662" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1662.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1662.dir/build: external/curl/tests/libtest/lib1662 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1662.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1662.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1662.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1662.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1662.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1662.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1662.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/cmake_clean.cmake new file mode 100644 index 00000000..f6f0b1d0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1662.dir/link.d" + "CMakeFiles/lib1662.dir/first.c.o" + "CMakeFiles/lib1662.dir/first.c.o.d" + "CMakeFiles/lib1662.dir/lib1662.c.o" + "CMakeFiles/lib1662.dir/lib1662.c.o.d" + "CMakeFiles/lib1662.dir/testutil.c.o" + "CMakeFiles/lib1662.dir/testutil.c.o.d" + "lib1662" + "lib1662.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1662.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.make new file mode 100644 index 00000000..5b43e1e0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1662. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.ts new file mode 100644 index 00000000..f2d42f1f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1662. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/depend.make new file mode 100644 index 00000000..2a04f94d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1662. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/flags.make new file mode 100644 index 00000000..da3ac18f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1662 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/link.txt new file mode 100644 index 00000000..661553d2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1662.dir/link.d CMakeFiles/lib1662.dir/lib1662.c.o CMakeFiles/lib1662.dir/first.c.o CMakeFiles/lib1662.dir/testutil.c.o -o lib1662 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/DependInfo.cmake new file mode 100644 index 00000000..94a15967 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1900.c" "external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.o.d" + "" "external/curl/tests/libtest/lib1900" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1900.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make new file mode 100644 index 00000000..326e7ace --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1900.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1900.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1900.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1900.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1900.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.o: external/curl/tests/libtest/CMakeFiles/lib1900.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1900.c +external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.o: external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.o -MF CMakeFiles/lib1900.dir/lib1900.c.o.d -o CMakeFiles/lib1900.dir/lib1900.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1900.c + +external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1900.dir/lib1900.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1900.c > CMakeFiles/lib1900.dir/lib1900.c.i + +external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1900.dir/lib1900.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1900.c -o CMakeFiles/lib1900.dir/lib1900.c.s + +external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1900.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.o -MF CMakeFiles/lib1900.dir/first.c.o.d -o CMakeFiles/lib1900.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1900.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1900.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1900.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1900.dir/first.c.s + +# Object files for target lib1900 +lib1900_OBJECTS = \ +"CMakeFiles/lib1900.dir/lib1900.c.o" \ +"CMakeFiles/lib1900.dir/first.c.o" + +# External object files for target lib1900 +lib1900_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1900: external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.o +external/curl/tests/libtest/lib1900: external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.o +external/curl/tests/libtest/lib1900: external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make +external/curl/tests/libtest/lib1900: external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.ts +external/curl/tests/libtest/lib1900: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1900: /usr/lib/libz.so +external/curl/tests/libtest/lib1900: external/curl/tests/libtest/CMakeFiles/lib1900.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1900" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1900.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1900.dir/build: external/curl/tests/libtest/lib1900 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1900.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1900.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1900.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1900.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1900.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1900.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1900.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/cmake_clean.cmake new file mode 100644 index 00000000..5d7de25f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1900.dir/link.d" + "CMakeFiles/lib1900.dir/first.c.o" + "CMakeFiles/lib1900.dir/first.c.o.d" + "CMakeFiles/lib1900.dir/lib1900.c.o" + "CMakeFiles/lib1900.dir/lib1900.c.o.d" + "lib1900" + "lib1900.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1900.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.make new file mode 100644 index 00000000..669234e8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1900. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.ts new file mode 100644 index 00000000..ca6f2479 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1900. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/depend.make new file mode 100644 index 00000000..8c10f7f1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1900. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/flags.make new file mode 100644 index 00000000..fe3f3125 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1900 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/link.txt new file mode 100644 index 00000000..939cb4d4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1900.dir/link.d CMakeFiles/lib1900.dir/lib1900.c.o CMakeFiles/lib1900.dir/first.c.o -o lib1900 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/progress.make new file mode 100644 index 00000000..4a742bfd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = 60 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/DependInfo.cmake new file mode 100644 index 00000000..df8af384 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1901.c" "external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.o.d" + "" "external/curl/tests/libtest/lib1901" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1901.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make new file mode 100644 index 00000000..cbb23708 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1901.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1901.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1901.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1901.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1901.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.o: external/curl/tests/libtest/CMakeFiles/lib1901.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1901.c +external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.o: external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.o -MF CMakeFiles/lib1901.dir/lib1901.c.o.d -o CMakeFiles/lib1901.dir/lib1901.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1901.c + +external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1901.dir/lib1901.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1901.c > CMakeFiles/lib1901.dir/lib1901.c.i + +external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1901.dir/lib1901.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1901.c -o CMakeFiles/lib1901.dir/lib1901.c.s + +external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1901.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.o -MF CMakeFiles/lib1901.dir/first.c.o.d -o CMakeFiles/lib1901.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1901.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1901.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1901.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1901.dir/first.c.s + +# Object files for target lib1901 +lib1901_OBJECTS = \ +"CMakeFiles/lib1901.dir/lib1901.c.o" \ +"CMakeFiles/lib1901.dir/first.c.o" + +# External object files for target lib1901 +lib1901_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1901: external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.o +external/curl/tests/libtest/lib1901: external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.o +external/curl/tests/libtest/lib1901: external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make +external/curl/tests/libtest/lib1901: external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.ts +external/curl/tests/libtest/lib1901: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1901: /usr/lib/libz.so +external/curl/tests/libtest/lib1901: external/curl/tests/libtest/CMakeFiles/lib1901.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1901" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1901.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1901.dir/build: external/curl/tests/libtest/lib1901 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1901.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1901.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1901.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1901.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1901.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1901.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1901.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/cmake_clean.cmake new file mode 100644 index 00000000..edd99372 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1901.dir/link.d" + "CMakeFiles/lib1901.dir/first.c.o" + "CMakeFiles/lib1901.dir/first.c.o.d" + "CMakeFiles/lib1901.dir/lib1901.c.o" + "CMakeFiles/lib1901.dir/lib1901.c.o.d" + "lib1901" + "lib1901.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1901.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.make new file mode 100644 index 00000000..06afc8e7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1901. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.ts new file mode 100644 index 00000000..c930d3f8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1901. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/depend.make new file mode 100644 index 00000000..ca5fd4e2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1901. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/flags.make new file mode 100644 index 00000000..3c62d2b9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1901 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/link.txt new file mode 100644 index 00000000..28d385df --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1901.dir/link.d CMakeFiles/lib1901.dir/lib1901.c.o CMakeFiles/lib1901.dir/first.c.o -o lib1901 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/DependInfo.cmake new file mode 100644 index 00000000..4d5c5dd3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1903.c" "external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1903" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1903.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make new file mode 100644 index 00000000..20bb9491 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1903.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1903.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1903.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1903.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1903.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.o: external/curl/tests/libtest/CMakeFiles/lib1903.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1903.c +external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.o: external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.o -MF CMakeFiles/lib1903.dir/lib1903.c.o.d -o CMakeFiles/lib1903.dir/lib1903.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1903.c + +external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1903.dir/lib1903.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1903.c > CMakeFiles/lib1903.dir/lib1903.c.i + +external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1903.dir/lib1903.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1903.c -o CMakeFiles/lib1903.dir/lib1903.c.s + +external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1903.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.o -MF CMakeFiles/lib1903.dir/first.c.o.d -o CMakeFiles/lib1903.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1903.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1903.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1903.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1903.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1903.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.o -MF CMakeFiles/lib1903.dir/testutil.c.o.d -o CMakeFiles/lib1903.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1903.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1903.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1903.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1903.dir/testutil.c.s + +# Object files for target lib1903 +lib1903_OBJECTS = \ +"CMakeFiles/lib1903.dir/lib1903.c.o" \ +"CMakeFiles/lib1903.dir/first.c.o" \ +"CMakeFiles/lib1903.dir/testutil.c.o" + +# External object files for target lib1903 +lib1903_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1903: external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.o +external/curl/tests/libtest/lib1903: external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.o +external/curl/tests/libtest/lib1903: external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.o +external/curl/tests/libtest/lib1903: external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make +external/curl/tests/libtest/lib1903: external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.ts +external/curl/tests/libtest/lib1903: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1903: /usr/lib/libz.so +external/curl/tests/libtest/lib1903: external/curl/tests/libtest/CMakeFiles/lib1903.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1903" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1903.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1903.dir/build: external/curl/tests/libtest/lib1903 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1903.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1903.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1903.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1903.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1903.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1903.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1903.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/cmake_clean.cmake new file mode 100644 index 00000000..b44ea0ea --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1903.dir/link.d" + "CMakeFiles/lib1903.dir/first.c.o" + "CMakeFiles/lib1903.dir/first.c.o.d" + "CMakeFiles/lib1903.dir/lib1903.c.o" + "CMakeFiles/lib1903.dir/lib1903.c.o.d" + "CMakeFiles/lib1903.dir/testutil.c.o" + "CMakeFiles/lib1903.dir/testutil.c.o.d" + "lib1903" + "lib1903.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1903.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.make new file mode 100644 index 00000000..9b34e831 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1903. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.ts new file mode 100644 index 00000000..b072f46c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1903. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/depend.make new file mode 100644 index 00000000..97a801a4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1903. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/flags.make new file mode 100644 index 00000000..29f3a7f5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1903 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/link.txt new file mode 100644 index 00000000..b4d4648a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1903.dir/link.d CMakeFiles/lib1903.dir/lib1903.c.o CMakeFiles/lib1903.dir/first.c.o CMakeFiles/lib1903.dir/testutil.c.o -o lib1903 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/DependInfo.cmake new file mode 100644 index 00000000..32cb677b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1905.c" "external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1905" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1905.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make new file mode 100644 index 00000000..9e41398e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1905.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1905.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1905.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1905.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1905.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.o: external/curl/tests/libtest/CMakeFiles/lib1905.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1905.c +external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.o: external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.o -MF CMakeFiles/lib1905.dir/lib1905.c.o.d -o CMakeFiles/lib1905.dir/lib1905.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1905.c + +external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1905.dir/lib1905.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1905.c > CMakeFiles/lib1905.dir/lib1905.c.i + +external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1905.dir/lib1905.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1905.c -o CMakeFiles/lib1905.dir/lib1905.c.s + +external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1905.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.o -MF CMakeFiles/lib1905.dir/first.c.o.d -o CMakeFiles/lib1905.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1905.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1905.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1905.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1905.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1905.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.o -MF CMakeFiles/lib1905.dir/testutil.c.o.d -o CMakeFiles/lib1905.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1905.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1905.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1905.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1905.dir/testutil.c.s + +# Object files for target lib1905 +lib1905_OBJECTS = \ +"CMakeFiles/lib1905.dir/lib1905.c.o" \ +"CMakeFiles/lib1905.dir/first.c.o" \ +"CMakeFiles/lib1905.dir/testutil.c.o" + +# External object files for target lib1905 +lib1905_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1905: external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.o +external/curl/tests/libtest/lib1905: external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.o +external/curl/tests/libtest/lib1905: external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.o +external/curl/tests/libtest/lib1905: external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make +external/curl/tests/libtest/lib1905: external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.ts +external/curl/tests/libtest/lib1905: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1905: /usr/lib/libz.so +external/curl/tests/libtest/lib1905: external/curl/tests/libtest/CMakeFiles/lib1905.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1905" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1905.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1905.dir/build: external/curl/tests/libtest/lib1905 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1905.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1905.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1905.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1905.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1905.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1905.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1905.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/cmake_clean.cmake new file mode 100644 index 00000000..417b9d6d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1905.dir/link.d" + "CMakeFiles/lib1905.dir/first.c.o" + "CMakeFiles/lib1905.dir/first.c.o.d" + "CMakeFiles/lib1905.dir/lib1905.c.o" + "CMakeFiles/lib1905.dir/lib1905.c.o.d" + "CMakeFiles/lib1905.dir/testutil.c.o" + "CMakeFiles/lib1905.dir/testutil.c.o.d" + "lib1905" + "lib1905.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1905.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.make new file mode 100644 index 00000000..294ffe75 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1905. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.ts new file mode 100644 index 00000000..70925094 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1905. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/depend.make new file mode 100644 index 00000000..43971898 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1905. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/flags.make new file mode 100644 index 00000000..ddc70875 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1905 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/link.txt new file mode 100644 index 00000000..11bcf54c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1905.dir/link.d CMakeFiles/lib1905.dir/lib1905.c.o CMakeFiles/lib1905.dir/first.c.o CMakeFiles/lib1905.dir/testutil.c.o -o lib1905 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/DependInfo.cmake new file mode 100644 index 00000000..a9272038 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1906.c" "external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1906" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1906.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make new file mode 100644 index 00000000..d100ed2a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1906.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1906.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1906.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1906.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1906.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.o: external/curl/tests/libtest/CMakeFiles/lib1906.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1906.c +external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.o: external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.o -MF CMakeFiles/lib1906.dir/lib1906.c.o.d -o CMakeFiles/lib1906.dir/lib1906.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1906.c + +external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1906.dir/lib1906.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1906.c > CMakeFiles/lib1906.dir/lib1906.c.i + +external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1906.dir/lib1906.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1906.c -o CMakeFiles/lib1906.dir/lib1906.c.s + +external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1906.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.o -MF CMakeFiles/lib1906.dir/first.c.o.d -o CMakeFiles/lib1906.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1906.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1906.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1906.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1906.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1906.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.o -MF CMakeFiles/lib1906.dir/testutil.c.o.d -o CMakeFiles/lib1906.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1906.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1906.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1906.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1906.dir/testutil.c.s + +# Object files for target lib1906 +lib1906_OBJECTS = \ +"CMakeFiles/lib1906.dir/lib1906.c.o" \ +"CMakeFiles/lib1906.dir/first.c.o" \ +"CMakeFiles/lib1906.dir/testutil.c.o" + +# External object files for target lib1906 +lib1906_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1906: external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.o +external/curl/tests/libtest/lib1906: external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.o +external/curl/tests/libtest/lib1906: external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.o +external/curl/tests/libtest/lib1906: external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make +external/curl/tests/libtest/lib1906: external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.ts +external/curl/tests/libtest/lib1906: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1906: /usr/lib/libz.so +external/curl/tests/libtest/lib1906: external/curl/tests/libtest/CMakeFiles/lib1906.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1906" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1906.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1906.dir/build: external/curl/tests/libtest/lib1906 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1906.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1906.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1906.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1906.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1906.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1906.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1906.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/cmake_clean.cmake new file mode 100644 index 00000000..519e0c38 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1906.dir/link.d" + "CMakeFiles/lib1906.dir/first.c.o" + "CMakeFiles/lib1906.dir/first.c.o.d" + "CMakeFiles/lib1906.dir/lib1906.c.o" + "CMakeFiles/lib1906.dir/lib1906.c.o.d" + "CMakeFiles/lib1906.dir/testutil.c.o" + "CMakeFiles/lib1906.dir/testutil.c.o.d" + "lib1906" + "lib1906.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1906.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.make new file mode 100644 index 00000000..3566f31d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1906. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.ts new file mode 100644 index 00000000..033f5ea1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1906. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/depend.make new file mode 100644 index 00000000..555630d3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1906. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/flags.make new file mode 100644 index 00000000..221ea833 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1906 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/link.txt new file mode 100644 index 00000000..f3b871bd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1906.dir/link.d CMakeFiles/lib1906.dir/lib1906.c.o CMakeFiles/lib1906.dir/first.c.o CMakeFiles/lib1906.dir/testutil.c.o -o lib1906 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/DependInfo.cmake new file mode 100644 index 00000000..deba5a40 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1907.c" "external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1907" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1907.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make new file mode 100644 index 00000000..f7628b06 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1907.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1907.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1907.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1907.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1907.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.o: external/curl/tests/libtest/CMakeFiles/lib1907.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1907.c +external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.o: external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.o -MF CMakeFiles/lib1907.dir/lib1907.c.o.d -o CMakeFiles/lib1907.dir/lib1907.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1907.c + +external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1907.dir/lib1907.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1907.c > CMakeFiles/lib1907.dir/lib1907.c.i + +external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1907.dir/lib1907.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1907.c -o CMakeFiles/lib1907.dir/lib1907.c.s + +external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1907.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.o -MF CMakeFiles/lib1907.dir/first.c.o.d -o CMakeFiles/lib1907.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1907.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1907.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1907.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1907.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1907.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.o -MF CMakeFiles/lib1907.dir/testutil.c.o.d -o CMakeFiles/lib1907.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1907.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1907.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1907.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1907.dir/testutil.c.s + +# Object files for target lib1907 +lib1907_OBJECTS = \ +"CMakeFiles/lib1907.dir/lib1907.c.o" \ +"CMakeFiles/lib1907.dir/first.c.o" \ +"CMakeFiles/lib1907.dir/testutil.c.o" + +# External object files for target lib1907 +lib1907_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1907: external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.o +external/curl/tests/libtest/lib1907: external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.o +external/curl/tests/libtest/lib1907: external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.o +external/curl/tests/libtest/lib1907: external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make +external/curl/tests/libtest/lib1907: external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.ts +external/curl/tests/libtest/lib1907: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1907: /usr/lib/libz.so +external/curl/tests/libtest/lib1907: external/curl/tests/libtest/CMakeFiles/lib1907.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1907" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1907.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1907.dir/build: external/curl/tests/libtest/lib1907 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1907.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1907.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1907.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1907.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1907.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1907.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1907.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/cmake_clean.cmake new file mode 100644 index 00000000..55d9193a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1907.dir/link.d" + "CMakeFiles/lib1907.dir/first.c.o" + "CMakeFiles/lib1907.dir/first.c.o.d" + "CMakeFiles/lib1907.dir/lib1907.c.o" + "CMakeFiles/lib1907.dir/lib1907.c.o.d" + "CMakeFiles/lib1907.dir/testutil.c.o" + "CMakeFiles/lib1907.dir/testutil.c.o.d" + "lib1907" + "lib1907.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1907.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.make new file mode 100644 index 00000000..3695691b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1907. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.ts new file mode 100644 index 00000000..ac428631 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1907. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/depend.make new file mode 100644 index 00000000..d9b691c6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1907. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/flags.make new file mode 100644 index 00000000..75154a94 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1907 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/link.txt new file mode 100644 index 00000000..c15e2130 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1907.dir/link.d CMakeFiles/lib1907.dir/lib1907.c.o CMakeFiles/lib1907.dir/first.c.o CMakeFiles/lib1907.dir/testutil.c.o -o lib1907 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/DependInfo.cmake new file mode 100644 index 00000000..69f7ab62 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1908.c" "external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1908" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1908.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make new file mode 100644 index 00000000..90f51cc7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1908.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1908.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1908.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1908.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1908.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.o: external/curl/tests/libtest/CMakeFiles/lib1908.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1908.c +external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.o: external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.o -MF CMakeFiles/lib1908.dir/lib1908.c.o.d -o CMakeFiles/lib1908.dir/lib1908.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1908.c + +external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1908.dir/lib1908.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1908.c > CMakeFiles/lib1908.dir/lib1908.c.i + +external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1908.dir/lib1908.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1908.c -o CMakeFiles/lib1908.dir/lib1908.c.s + +external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1908.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.o -MF CMakeFiles/lib1908.dir/first.c.o.d -o CMakeFiles/lib1908.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1908.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1908.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1908.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1908.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1908.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.o -MF CMakeFiles/lib1908.dir/testutil.c.o.d -o CMakeFiles/lib1908.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1908.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1908.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1908.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1908.dir/testutil.c.s + +# Object files for target lib1908 +lib1908_OBJECTS = \ +"CMakeFiles/lib1908.dir/lib1908.c.o" \ +"CMakeFiles/lib1908.dir/first.c.o" \ +"CMakeFiles/lib1908.dir/testutil.c.o" + +# External object files for target lib1908 +lib1908_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1908: external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.o +external/curl/tests/libtest/lib1908: external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.o +external/curl/tests/libtest/lib1908: external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.o +external/curl/tests/libtest/lib1908: external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make +external/curl/tests/libtest/lib1908: external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.ts +external/curl/tests/libtest/lib1908: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1908: /usr/lib/libz.so +external/curl/tests/libtest/lib1908: external/curl/tests/libtest/CMakeFiles/lib1908.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1908" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1908.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1908.dir/build: external/curl/tests/libtest/lib1908 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1908.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1908.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1908.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1908.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1908.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1908.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1908.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/cmake_clean.cmake new file mode 100644 index 00000000..689a91b6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1908.dir/link.d" + "CMakeFiles/lib1908.dir/first.c.o" + "CMakeFiles/lib1908.dir/first.c.o.d" + "CMakeFiles/lib1908.dir/lib1908.c.o" + "CMakeFiles/lib1908.dir/lib1908.c.o.d" + "CMakeFiles/lib1908.dir/testutil.c.o" + "CMakeFiles/lib1908.dir/testutil.c.o.d" + "lib1908" + "lib1908.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1908.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.make new file mode 100644 index 00000000..0fd32185 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1908. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.ts new file mode 100644 index 00000000..a4d53400 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1908. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/depend.make new file mode 100644 index 00000000..09b48def --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1908. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/flags.make new file mode 100644 index 00000000..0939eb23 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1908 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/link.txt new file mode 100644 index 00000000..4a02d9e1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1908.dir/link.d CMakeFiles/lib1908.dir/lib1908.c.o CMakeFiles/lib1908.dir/first.c.o CMakeFiles/lib1908.dir/testutil.c.o -o lib1908 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/DependInfo.cmake new file mode 100644 index 00000000..024d0350 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1910.c" "external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1910" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1910.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make new file mode 100644 index 00000000..7d7552d3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1910.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1910.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1910.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1910.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1910.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.o: external/curl/tests/libtest/CMakeFiles/lib1910.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1910.c +external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.o: external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.o -MF CMakeFiles/lib1910.dir/lib1910.c.o.d -o CMakeFiles/lib1910.dir/lib1910.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1910.c + +external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1910.dir/lib1910.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1910.c > CMakeFiles/lib1910.dir/lib1910.c.i + +external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1910.dir/lib1910.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1910.c -o CMakeFiles/lib1910.dir/lib1910.c.s + +external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1910.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.o -MF CMakeFiles/lib1910.dir/first.c.o.d -o CMakeFiles/lib1910.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1910.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1910.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1910.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1910.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1910.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.o -MF CMakeFiles/lib1910.dir/testutil.c.o.d -o CMakeFiles/lib1910.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1910.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1910.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1910.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1910.dir/testutil.c.s + +# Object files for target lib1910 +lib1910_OBJECTS = \ +"CMakeFiles/lib1910.dir/lib1910.c.o" \ +"CMakeFiles/lib1910.dir/first.c.o" \ +"CMakeFiles/lib1910.dir/testutil.c.o" + +# External object files for target lib1910 +lib1910_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1910: external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.o +external/curl/tests/libtest/lib1910: external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.o +external/curl/tests/libtest/lib1910: external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.o +external/curl/tests/libtest/lib1910: external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make +external/curl/tests/libtest/lib1910: external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.ts +external/curl/tests/libtest/lib1910: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1910: /usr/lib/libz.so +external/curl/tests/libtest/lib1910: external/curl/tests/libtest/CMakeFiles/lib1910.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1910" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1910.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1910.dir/build: external/curl/tests/libtest/lib1910 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1910.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1910.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1910.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1910.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1910.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1910.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1910.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/cmake_clean.cmake new file mode 100644 index 00000000..12b33f48 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1910.dir/link.d" + "CMakeFiles/lib1910.dir/first.c.o" + "CMakeFiles/lib1910.dir/first.c.o.d" + "CMakeFiles/lib1910.dir/lib1910.c.o" + "CMakeFiles/lib1910.dir/lib1910.c.o.d" + "CMakeFiles/lib1910.dir/testutil.c.o" + "CMakeFiles/lib1910.dir/testutil.c.o.d" + "lib1910" + "lib1910.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1910.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.make new file mode 100644 index 00000000..7883943f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1910. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.ts new file mode 100644 index 00000000..3ee98585 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1910. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/depend.make new file mode 100644 index 00000000..7dec78ce --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1910. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/flags.make new file mode 100644 index 00000000..4ed5eff0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1910 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/link.txt new file mode 100644 index 00000000..2e79ef3e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1910.dir/link.d CMakeFiles/lib1910.dir/lib1910.c.o CMakeFiles/lib1910.dir/first.c.o CMakeFiles/lib1910.dir/testutil.c.o -o lib1910 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/progress.make new file mode 100644 index 00000000..ccdaa355 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 61 +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/DependInfo.cmake new file mode 100644 index 00000000..0a82a185 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1911.c" "external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1911" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1911.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make new file mode 100644 index 00000000..a57a2dfd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1911.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1911.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1911.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1911.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1911.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.o: external/curl/tests/libtest/CMakeFiles/lib1911.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1911.c +external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.o: external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.o -MF CMakeFiles/lib1911.dir/lib1911.c.o.d -o CMakeFiles/lib1911.dir/lib1911.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1911.c + +external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1911.dir/lib1911.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1911.c > CMakeFiles/lib1911.dir/lib1911.c.i + +external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1911.dir/lib1911.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1911.c -o CMakeFiles/lib1911.dir/lib1911.c.s + +external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1911.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.o -MF CMakeFiles/lib1911.dir/first.c.o.d -o CMakeFiles/lib1911.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1911.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1911.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1911.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1911.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1911.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.o -MF CMakeFiles/lib1911.dir/testutil.c.o.d -o CMakeFiles/lib1911.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1911.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1911.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1911.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1911.dir/testutil.c.s + +# Object files for target lib1911 +lib1911_OBJECTS = \ +"CMakeFiles/lib1911.dir/lib1911.c.o" \ +"CMakeFiles/lib1911.dir/first.c.o" \ +"CMakeFiles/lib1911.dir/testutil.c.o" + +# External object files for target lib1911 +lib1911_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1911: external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.o +external/curl/tests/libtest/lib1911: external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.o +external/curl/tests/libtest/lib1911: external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.o +external/curl/tests/libtest/lib1911: external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make +external/curl/tests/libtest/lib1911: external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.ts +external/curl/tests/libtest/lib1911: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1911: /usr/lib/libz.so +external/curl/tests/libtest/lib1911: external/curl/tests/libtest/CMakeFiles/lib1911.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1911" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1911.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1911.dir/build: external/curl/tests/libtest/lib1911 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1911.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1911.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1911.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1911.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1911.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1911.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1911.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/cmake_clean.cmake new file mode 100644 index 00000000..344c3f06 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1911.dir/link.d" + "CMakeFiles/lib1911.dir/first.c.o" + "CMakeFiles/lib1911.dir/first.c.o.d" + "CMakeFiles/lib1911.dir/lib1911.c.o" + "CMakeFiles/lib1911.dir/lib1911.c.o.d" + "CMakeFiles/lib1911.dir/testutil.c.o" + "CMakeFiles/lib1911.dir/testutil.c.o.d" + "lib1911" + "lib1911.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1911.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.make new file mode 100644 index 00000000..c9f73ca5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1911. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.ts new file mode 100644 index 00000000..be068b24 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1911. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/depend.make new file mode 100644 index 00000000..8a8e12c0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1911. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/flags.make new file mode 100644 index 00000000..f3d5a573 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1911 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/link.txt new file mode 100644 index 00000000..56bbd523 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1911.dir/link.d CMakeFiles/lib1911.dir/lib1911.c.o CMakeFiles/lib1911.dir/first.c.o CMakeFiles/lib1911.dir/testutil.c.o -o lib1911 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/DependInfo.cmake new file mode 100644 index 00000000..e0d3d0fd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1912.c" "external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1912" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1912.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make new file mode 100644 index 00000000..d392a9e8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1912.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1912.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1912.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1912.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1912.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.o: external/curl/tests/libtest/CMakeFiles/lib1912.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1912.c +external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.o: external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.o -MF CMakeFiles/lib1912.dir/lib1912.c.o.d -o CMakeFiles/lib1912.dir/lib1912.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1912.c + +external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1912.dir/lib1912.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1912.c > CMakeFiles/lib1912.dir/lib1912.c.i + +external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1912.dir/lib1912.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1912.c -o CMakeFiles/lib1912.dir/lib1912.c.s + +external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1912.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.o -MF CMakeFiles/lib1912.dir/first.c.o.d -o CMakeFiles/lib1912.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1912.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1912.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1912.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1912.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1912.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.o -MF CMakeFiles/lib1912.dir/testutil.c.o.d -o CMakeFiles/lib1912.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1912.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1912.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1912.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1912.dir/testutil.c.s + +# Object files for target lib1912 +lib1912_OBJECTS = \ +"CMakeFiles/lib1912.dir/lib1912.c.o" \ +"CMakeFiles/lib1912.dir/first.c.o" \ +"CMakeFiles/lib1912.dir/testutil.c.o" + +# External object files for target lib1912 +lib1912_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1912: external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.o +external/curl/tests/libtest/lib1912: external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.o +external/curl/tests/libtest/lib1912: external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.o +external/curl/tests/libtest/lib1912: external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make +external/curl/tests/libtest/lib1912: external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.ts +external/curl/tests/libtest/lib1912: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1912: /usr/lib/libz.so +external/curl/tests/libtest/lib1912: external/curl/tests/libtest/CMakeFiles/lib1912.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1912" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1912.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1912.dir/build: external/curl/tests/libtest/lib1912 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1912.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1912.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1912.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1912.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1912.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1912.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1912.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/cmake_clean.cmake new file mode 100644 index 00000000..ba26a942 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1912.dir/link.d" + "CMakeFiles/lib1912.dir/first.c.o" + "CMakeFiles/lib1912.dir/first.c.o.d" + "CMakeFiles/lib1912.dir/lib1912.c.o" + "CMakeFiles/lib1912.dir/lib1912.c.o.d" + "CMakeFiles/lib1912.dir/testutil.c.o" + "CMakeFiles/lib1912.dir/testutil.c.o.d" + "lib1912" + "lib1912.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1912.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.make new file mode 100644 index 00000000..46f1acf8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1912. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.ts new file mode 100644 index 00000000..a7bf5821 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1912. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/depend.make new file mode 100644 index 00000000..21be1158 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1912. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/flags.make new file mode 100644 index 00000000..89271857 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1912 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/link.txt new file mode 100644 index 00000000..f5429424 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1912.dir/link.d CMakeFiles/lib1912.dir/lib1912.c.o CMakeFiles/lib1912.dir/first.c.o CMakeFiles/lib1912.dir/testutil.c.o -o lib1912 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/DependInfo.cmake new file mode 100644 index 00000000..1e5b3d6d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1913.c" "external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1913" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1913.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make new file mode 100644 index 00000000..86de67f8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1913.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1913.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1913.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1913.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1913.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.o: external/curl/tests/libtest/CMakeFiles/lib1913.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1913.c +external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.o: external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.o -MF CMakeFiles/lib1913.dir/lib1913.c.o.d -o CMakeFiles/lib1913.dir/lib1913.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1913.c + +external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1913.dir/lib1913.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1913.c > CMakeFiles/lib1913.dir/lib1913.c.i + +external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1913.dir/lib1913.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1913.c -o CMakeFiles/lib1913.dir/lib1913.c.s + +external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1913.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.o -MF CMakeFiles/lib1913.dir/first.c.o.d -o CMakeFiles/lib1913.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1913.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1913.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1913.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1913.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1913.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.o -MF CMakeFiles/lib1913.dir/testutil.c.o.d -o CMakeFiles/lib1913.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1913.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1913.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1913.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1913.dir/testutil.c.s + +# Object files for target lib1913 +lib1913_OBJECTS = \ +"CMakeFiles/lib1913.dir/lib1913.c.o" \ +"CMakeFiles/lib1913.dir/first.c.o" \ +"CMakeFiles/lib1913.dir/testutil.c.o" + +# External object files for target lib1913 +lib1913_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1913: external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.o +external/curl/tests/libtest/lib1913: external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.o +external/curl/tests/libtest/lib1913: external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.o +external/curl/tests/libtest/lib1913: external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make +external/curl/tests/libtest/lib1913: external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.ts +external/curl/tests/libtest/lib1913: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1913: /usr/lib/libz.so +external/curl/tests/libtest/lib1913: external/curl/tests/libtest/CMakeFiles/lib1913.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1913" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1913.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1913.dir/build: external/curl/tests/libtest/lib1913 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1913.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1913.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1913.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1913.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1913.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1913.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1913.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/cmake_clean.cmake new file mode 100644 index 00000000..23ff0f62 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1913.dir/link.d" + "CMakeFiles/lib1913.dir/first.c.o" + "CMakeFiles/lib1913.dir/first.c.o.d" + "CMakeFiles/lib1913.dir/lib1913.c.o" + "CMakeFiles/lib1913.dir/lib1913.c.o.d" + "CMakeFiles/lib1913.dir/testutil.c.o" + "CMakeFiles/lib1913.dir/testutil.c.o.d" + "lib1913" + "lib1913.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1913.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.make new file mode 100644 index 00000000..bfc08b0a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1913. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.ts new file mode 100644 index 00000000..d63b4fce --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1913. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/depend.make new file mode 100644 index 00000000..812a98ef --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1913. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/flags.make new file mode 100644 index 00000000..806abbc5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1913 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/link.txt new file mode 100644 index 00000000..5f2cb725 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1913.dir/link.d CMakeFiles/lib1913.dir/lib1913.c.o CMakeFiles/lib1913.dir/first.c.o CMakeFiles/lib1913.dir/testutil.c.o -o lib1913 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/DependInfo.cmake new file mode 100644 index 00000000..8434a050 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/DependInfo.cmake @@ -0,0 +1,27 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1915.c" "external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1915" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1915.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make new file mode 100644 index 00000000..dee49e93 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make @@ -0,0 +1,164 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1915.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1915.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1915.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1915.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1915.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.o: external/curl/tests/libtest/CMakeFiles/lib1915.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1915.c +external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.o: external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.o -MF CMakeFiles/lib1915.dir/lib1915.c.o.d -o CMakeFiles/lib1915.dir/lib1915.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1915.c + +external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1915.dir/lib1915.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1915.c > CMakeFiles/lib1915.dir/lib1915.c.i + +external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1915.dir/lib1915.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1915.c -o CMakeFiles/lib1915.dir/lib1915.c.s + +external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1915.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.o -MF CMakeFiles/lib1915.dir/first.c.o.d -o CMakeFiles/lib1915.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1915.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1915.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1915.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1915.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1915.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.o -MF CMakeFiles/lib1915.dir/testutil.c.o.d -o CMakeFiles/lib1915.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1915.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1915.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1915.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1915.dir/testutil.c.s + +external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1915.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c +external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.o -MF CMakeFiles/lib1915.dir/testtrace.c.o.d -o CMakeFiles/lib1915.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c + +external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1915.dir/testtrace.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib1915.dir/testtrace.c.i + +external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1915.dir/testtrace.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib1915.dir/testtrace.c.s + +# Object files for target lib1915 +lib1915_OBJECTS = \ +"CMakeFiles/lib1915.dir/lib1915.c.o" \ +"CMakeFiles/lib1915.dir/first.c.o" \ +"CMakeFiles/lib1915.dir/testutil.c.o" \ +"CMakeFiles/lib1915.dir/testtrace.c.o" + +# External object files for target lib1915 +lib1915_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1915: external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.o +external/curl/tests/libtest/lib1915: external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.o +external/curl/tests/libtest/lib1915: external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.o +external/curl/tests/libtest/lib1915: external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.o +external/curl/tests/libtest/lib1915: external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make +external/curl/tests/libtest/lib1915: external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.ts +external/curl/tests/libtest/lib1915: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1915: /usr/lib/libz.so +external/curl/tests/libtest/lib1915: external/curl/tests/libtest/CMakeFiles/lib1915.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib1915" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1915.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1915.dir/build: external/curl/tests/libtest/lib1915 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1915.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1915.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1915.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1915.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1915.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1915.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1915.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/cmake_clean.cmake new file mode 100644 index 00000000..e540ffce --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1915.dir/link.d" + "CMakeFiles/lib1915.dir/first.c.o" + "CMakeFiles/lib1915.dir/first.c.o.d" + "CMakeFiles/lib1915.dir/lib1915.c.o" + "CMakeFiles/lib1915.dir/lib1915.c.o.d" + "CMakeFiles/lib1915.dir/testtrace.c.o" + "CMakeFiles/lib1915.dir/testtrace.c.o.d" + "CMakeFiles/lib1915.dir/testutil.c.o" + "CMakeFiles/lib1915.dir/testutil.c.o.d" + "lib1915" + "lib1915.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1915.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.make new file mode 100644 index 00000000..06b1e99d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1915. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.ts new file mode 100644 index 00000000..92f816d5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1915. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/depend.make new file mode 100644 index 00000000..af07ead7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1915. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/flags.make new file mode 100644 index 00000000..e42ed356 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1915 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/link.txt new file mode 100644 index 00000000..4e323e50 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1915.dir/link.d CMakeFiles/lib1915.dir/lib1915.c.o CMakeFiles/lib1915.dir/first.c.o CMakeFiles/lib1915.dir/testutil.c.o CMakeFiles/lib1915.dir/testtrace.c.o -o lib1915 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/progress.make new file mode 100644 index 00000000..7f59a6bb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/DependInfo.cmake new file mode 100644 index 00000000..0e11a8f1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1916.c" "external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.o.d" + "" "external/curl/tests/libtest/lib1916" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1916.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make new file mode 100644 index 00000000..253d3727 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1916.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1916.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1916.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1916.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1916.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.o: external/curl/tests/libtest/CMakeFiles/lib1916.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1916.c +external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.o: external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.o -MF CMakeFiles/lib1916.dir/lib1916.c.o.d -o CMakeFiles/lib1916.dir/lib1916.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1916.c + +external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1916.dir/lib1916.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1916.c > CMakeFiles/lib1916.dir/lib1916.c.i + +external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1916.dir/lib1916.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1916.c -o CMakeFiles/lib1916.dir/lib1916.c.s + +external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1916.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.o -MF CMakeFiles/lib1916.dir/first.c.o.d -o CMakeFiles/lib1916.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1916.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1916.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1916.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1916.dir/first.c.s + +# Object files for target lib1916 +lib1916_OBJECTS = \ +"CMakeFiles/lib1916.dir/lib1916.c.o" \ +"CMakeFiles/lib1916.dir/first.c.o" + +# External object files for target lib1916 +lib1916_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1916: external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.o +external/curl/tests/libtest/lib1916: external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.o +external/curl/tests/libtest/lib1916: external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make +external/curl/tests/libtest/lib1916: external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.ts +external/curl/tests/libtest/lib1916: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1916: /usr/lib/libz.so +external/curl/tests/libtest/lib1916: external/curl/tests/libtest/CMakeFiles/lib1916.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1916" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1916.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1916.dir/build: external/curl/tests/libtest/lib1916 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1916.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1916.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1916.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1916.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1916.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1916.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1916.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/cmake_clean.cmake new file mode 100644 index 00000000..ba90bee8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1916.dir/link.d" + "CMakeFiles/lib1916.dir/first.c.o" + "CMakeFiles/lib1916.dir/first.c.o.d" + "CMakeFiles/lib1916.dir/lib1916.c.o" + "CMakeFiles/lib1916.dir/lib1916.c.o.d" + "lib1916" + "lib1916.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1916.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.make new file mode 100644 index 00000000..5b5f84e7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1916. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.ts new file mode 100644 index 00000000..54951021 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1916. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/depend.make new file mode 100644 index 00000000..4e25e7cb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1916. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/flags.make new file mode 100644 index 00000000..024dfb6e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1916 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/link.txt new file mode 100644 index 00000000..c7f24b1e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1916.dir/link.d CMakeFiles/lib1916.dir/lib1916.c.o CMakeFiles/lib1916.dir/first.c.o -o lib1916 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/DependInfo.cmake new file mode 100644 index 00000000..247c1d3d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1916.c" "external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.o.d" + "" "external/curl/tests/libtest/lib1917" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1917.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make new file mode 100644 index 00000000..c7128226 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1917.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1917.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1917.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1917.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1917.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.o: external/curl/tests/libtest/CMakeFiles/lib1917.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1916.c +external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.o: external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.o -MF CMakeFiles/lib1917.dir/lib1916.c.o.d -o CMakeFiles/lib1917.dir/lib1916.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1916.c + +external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1917.dir/lib1916.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1916.c > CMakeFiles/lib1917.dir/lib1916.c.i + +external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1917.dir/lib1916.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1916.c -o CMakeFiles/lib1917.dir/lib1916.c.s + +external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1917.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.o -MF CMakeFiles/lib1917.dir/first.c.o.d -o CMakeFiles/lib1917.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1917.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1917.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1917.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1917.dir/first.c.s + +# Object files for target lib1917 +lib1917_OBJECTS = \ +"CMakeFiles/lib1917.dir/lib1916.c.o" \ +"CMakeFiles/lib1917.dir/first.c.o" + +# External object files for target lib1917 +lib1917_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1917: external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.o +external/curl/tests/libtest/lib1917: external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.o +external/curl/tests/libtest/lib1917: external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make +external/curl/tests/libtest/lib1917: external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.ts +external/curl/tests/libtest/lib1917: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1917: /usr/lib/libz.so +external/curl/tests/libtest/lib1917: external/curl/tests/libtest/CMakeFiles/lib1917.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1917" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1917.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1917.dir/build: external/curl/tests/libtest/lib1917 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1917.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1917.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1917.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1917.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1917.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1917.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1917.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/cmake_clean.cmake new file mode 100644 index 00000000..ee8871a4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1917.dir/link.d" + "CMakeFiles/lib1917.dir/first.c.o" + "CMakeFiles/lib1917.dir/first.c.o.d" + "CMakeFiles/lib1917.dir/lib1916.c.o" + "CMakeFiles/lib1917.dir/lib1916.c.o.d" + "lib1917" + "lib1917.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1917.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.make new file mode 100644 index 00000000..9f075e24 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1917. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.ts new file mode 100644 index 00000000..46aa1d5c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1917. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/depend.make new file mode 100644 index 00000000..27da8c5d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1917. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/flags.make new file mode 100644 index 00000000..67ebd709 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1917 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/link.txt new file mode 100644 index 00000000..8362c72b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1917.dir/link.d CMakeFiles/lib1917.dir/lib1916.c.o CMakeFiles/lib1917.dir/first.c.o -o lib1917 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/DependInfo.cmake new file mode 100644 index 00000000..54f51c77 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1918.c" "external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.o.d" + "" "external/curl/tests/libtest/lib1918" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1918.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make new file mode 100644 index 00000000..9fb83788 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1918.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1918.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1918.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1918.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1918.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.o: external/curl/tests/libtest/CMakeFiles/lib1918.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1918.c +external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.o: external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.o -MF CMakeFiles/lib1918.dir/lib1918.c.o.d -o CMakeFiles/lib1918.dir/lib1918.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1918.c + +external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1918.dir/lib1918.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1918.c > CMakeFiles/lib1918.dir/lib1918.c.i + +external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1918.dir/lib1918.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1918.c -o CMakeFiles/lib1918.dir/lib1918.c.s + +external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1918.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.o -MF CMakeFiles/lib1918.dir/first.c.o.d -o CMakeFiles/lib1918.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1918.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1918.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1918.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1918.dir/first.c.s + +# Object files for target lib1918 +lib1918_OBJECTS = \ +"CMakeFiles/lib1918.dir/lib1918.c.o" \ +"CMakeFiles/lib1918.dir/first.c.o" + +# External object files for target lib1918 +lib1918_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1918: external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.o +external/curl/tests/libtest/lib1918: external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.o +external/curl/tests/libtest/lib1918: external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make +external/curl/tests/libtest/lib1918: external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.ts +external/curl/tests/libtest/lib1918: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1918: /usr/lib/libz.so +external/curl/tests/libtest/lib1918: external/curl/tests/libtest/CMakeFiles/lib1918.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1918" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1918.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1918.dir/build: external/curl/tests/libtest/lib1918 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1918.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1918.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1918.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1918.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1918.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1918.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1918.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/cmake_clean.cmake new file mode 100644 index 00000000..eaee871b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1918.dir/link.d" + "CMakeFiles/lib1918.dir/first.c.o" + "CMakeFiles/lib1918.dir/first.c.o.d" + "CMakeFiles/lib1918.dir/lib1918.c.o" + "CMakeFiles/lib1918.dir/lib1918.c.o.d" + "lib1918" + "lib1918.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1918.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.make new file mode 100644 index 00000000..935fe300 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1918. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.ts new file mode 100644 index 00000000..8a5e219b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1918. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/depend.make new file mode 100644 index 00000000..a2ea4a3b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1918. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/flags.make new file mode 100644 index 00000000..773b1c28 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1918 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/link.txt new file mode 100644 index 00000000..7ac3ebd9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1918.dir/link.d CMakeFiles/lib1918.dir/lib1918.c.o CMakeFiles/lib1918.dir/first.c.o -o lib1918 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/DependInfo.cmake new file mode 100644 index 00000000..bd798661 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1919.c" "external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.o.d" + "" "external/curl/tests/libtest/lib1919" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1919.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make new file mode 100644 index 00000000..52d34bc5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1919.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1919.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1919.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1919.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1919.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.o: external/curl/tests/libtest/CMakeFiles/lib1919.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1919.c +external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.o: external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.o -MF CMakeFiles/lib1919.dir/lib1919.c.o.d -o CMakeFiles/lib1919.dir/lib1919.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1919.c + +external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1919.dir/lib1919.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1919.c > CMakeFiles/lib1919.dir/lib1919.c.i + +external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1919.dir/lib1919.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1919.c -o CMakeFiles/lib1919.dir/lib1919.c.s + +external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1919.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.o -MF CMakeFiles/lib1919.dir/first.c.o.d -o CMakeFiles/lib1919.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1919.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1919.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1919.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1919.dir/first.c.s + +# Object files for target lib1919 +lib1919_OBJECTS = \ +"CMakeFiles/lib1919.dir/lib1919.c.o" \ +"CMakeFiles/lib1919.dir/first.c.o" + +# External object files for target lib1919 +lib1919_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1919: external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.o +external/curl/tests/libtest/lib1919: external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.o +external/curl/tests/libtest/lib1919: external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make +external/curl/tests/libtest/lib1919: external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.ts +external/curl/tests/libtest/lib1919: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1919: /usr/lib/libz.so +external/curl/tests/libtest/lib1919: external/curl/tests/libtest/CMakeFiles/lib1919.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1919" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1919.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1919.dir/build: external/curl/tests/libtest/lib1919 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1919.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1919.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1919.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1919.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1919.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1919.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1919.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/cmake_clean.cmake new file mode 100644 index 00000000..9a62165b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1919.dir/link.d" + "CMakeFiles/lib1919.dir/first.c.o" + "CMakeFiles/lib1919.dir/first.c.o.d" + "CMakeFiles/lib1919.dir/lib1919.c.o" + "CMakeFiles/lib1919.dir/lib1919.c.o.d" + "lib1919" + "lib1919.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1919.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.make new file mode 100644 index 00000000..2d5fd698 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1919. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.ts new file mode 100644 index 00000000..ca7aa44b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1919. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/depend.make new file mode 100644 index 00000000..304a4109 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1919. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/flags.make new file mode 100644 index 00000000..9cb7276b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1919 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/link.txt new file mode 100644 index 00000000..f15c51c2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1919.dir/link.d CMakeFiles/lib1919.dir/lib1919.c.o CMakeFiles/lib1919.dir/first.c.o -o lib1919 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/progress.make new file mode 100644 index 00000000..520b9653 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = 62 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/DependInfo.cmake new file mode 100644 index 00000000..54950b2a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1933.c" "external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1933" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1933.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make new file mode 100644 index 00000000..9fb5dea4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1933.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1933.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1933.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1933.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1933.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.o: external/curl/tests/libtest/CMakeFiles/lib1933.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1933.c +external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.o: external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.o -MF CMakeFiles/lib1933.dir/lib1933.c.o.d -o CMakeFiles/lib1933.dir/lib1933.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1933.c + +external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1933.dir/lib1933.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1933.c > CMakeFiles/lib1933.dir/lib1933.c.i + +external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1933.dir/lib1933.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1933.c -o CMakeFiles/lib1933.dir/lib1933.c.s + +external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1933.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.o -MF CMakeFiles/lib1933.dir/first.c.o.d -o CMakeFiles/lib1933.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1933.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1933.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1933.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1933.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1933.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.o -MF CMakeFiles/lib1933.dir/testutil.c.o.d -o CMakeFiles/lib1933.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1933.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1933.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1933.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1933.dir/testutil.c.s + +# Object files for target lib1933 +lib1933_OBJECTS = \ +"CMakeFiles/lib1933.dir/lib1933.c.o" \ +"CMakeFiles/lib1933.dir/first.c.o" \ +"CMakeFiles/lib1933.dir/testutil.c.o" + +# External object files for target lib1933 +lib1933_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1933: external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.o +external/curl/tests/libtest/lib1933: external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.o +external/curl/tests/libtest/lib1933: external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.o +external/curl/tests/libtest/lib1933: external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make +external/curl/tests/libtest/lib1933: external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.ts +external/curl/tests/libtest/lib1933: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1933: /usr/lib/libz.so +external/curl/tests/libtest/lib1933: external/curl/tests/libtest/CMakeFiles/lib1933.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1933" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1933.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1933.dir/build: external/curl/tests/libtest/lib1933 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1933.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1933.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1933.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1933.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1933.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1933.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1933.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/cmake_clean.cmake new file mode 100644 index 00000000..a3c0a977 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1933.dir/link.d" + "CMakeFiles/lib1933.dir/first.c.o" + "CMakeFiles/lib1933.dir/first.c.o.d" + "CMakeFiles/lib1933.dir/lib1933.c.o" + "CMakeFiles/lib1933.dir/lib1933.c.o.d" + "CMakeFiles/lib1933.dir/testutil.c.o" + "CMakeFiles/lib1933.dir/testutil.c.o.d" + "lib1933" + "lib1933.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1933.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.make new file mode 100644 index 00000000..9f8ffdcd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1933. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.ts new file mode 100644 index 00000000..980f85e2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1933. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/depend.make new file mode 100644 index 00000000..575ccf92 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1933. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/flags.make new file mode 100644 index 00000000..e1b72739 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1933 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/link.txt new file mode 100644 index 00000000..6ce283e4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1933.dir/link.d CMakeFiles/lib1933.dir/lib1933.c.o CMakeFiles/lib1933.dir/first.c.o CMakeFiles/lib1933.dir/testutil.c.o -o lib1933 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/DependInfo.cmake new file mode 100644 index 00000000..da7ca44e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1934.c" "external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1934" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1934.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make new file mode 100644 index 00000000..9a4ee8fb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1934.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1934.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1934.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1934.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1934.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.o: external/curl/tests/libtest/CMakeFiles/lib1934.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1934.c +external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.o: external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.o -MF CMakeFiles/lib1934.dir/lib1934.c.o.d -o CMakeFiles/lib1934.dir/lib1934.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1934.c + +external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1934.dir/lib1934.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1934.c > CMakeFiles/lib1934.dir/lib1934.c.i + +external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1934.dir/lib1934.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1934.c -o CMakeFiles/lib1934.dir/lib1934.c.s + +external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1934.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.o -MF CMakeFiles/lib1934.dir/first.c.o.d -o CMakeFiles/lib1934.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1934.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1934.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1934.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1934.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1934.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.o -MF CMakeFiles/lib1934.dir/testutil.c.o.d -o CMakeFiles/lib1934.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1934.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1934.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1934.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1934.dir/testutil.c.s + +# Object files for target lib1934 +lib1934_OBJECTS = \ +"CMakeFiles/lib1934.dir/lib1934.c.o" \ +"CMakeFiles/lib1934.dir/first.c.o" \ +"CMakeFiles/lib1934.dir/testutil.c.o" + +# External object files for target lib1934 +lib1934_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1934: external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.o +external/curl/tests/libtest/lib1934: external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.o +external/curl/tests/libtest/lib1934: external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.o +external/curl/tests/libtest/lib1934: external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make +external/curl/tests/libtest/lib1934: external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.ts +external/curl/tests/libtest/lib1934: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1934: /usr/lib/libz.so +external/curl/tests/libtest/lib1934: external/curl/tests/libtest/CMakeFiles/lib1934.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1934" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1934.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1934.dir/build: external/curl/tests/libtest/lib1934 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1934.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1934.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1934.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1934.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1934.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1934.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1934.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/cmake_clean.cmake new file mode 100644 index 00000000..cd6656ed --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1934.dir/link.d" + "CMakeFiles/lib1934.dir/first.c.o" + "CMakeFiles/lib1934.dir/first.c.o.d" + "CMakeFiles/lib1934.dir/lib1934.c.o" + "CMakeFiles/lib1934.dir/lib1934.c.o.d" + "CMakeFiles/lib1934.dir/testutil.c.o" + "CMakeFiles/lib1934.dir/testutil.c.o.d" + "lib1934" + "lib1934.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1934.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.make new file mode 100644 index 00000000..d36c3e31 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1934. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.ts new file mode 100644 index 00000000..1c16ce15 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1934. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/depend.make new file mode 100644 index 00000000..fbc20180 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1934. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/flags.make new file mode 100644 index 00000000..30de1700 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1934 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/link.txt new file mode 100644 index 00000000..4e34852a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1934.dir/link.d CMakeFiles/lib1934.dir/lib1934.c.o CMakeFiles/lib1934.dir/first.c.o CMakeFiles/lib1934.dir/testutil.c.o -o lib1934 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/DependInfo.cmake new file mode 100644 index 00000000..a701bc65 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1935.c" "external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1935" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1935.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make new file mode 100644 index 00000000..c2c7e43d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1935.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1935.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1935.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1935.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1935.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.o: external/curl/tests/libtest/CMakeFiles/lib1935.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1935.c +external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.o: external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.o -MF CMakeFiles/lib1935.dir/lib1935.c.o.d -o CMakeFiles/lib1935.dir/lib1935.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1935.c + +external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1935.dir/lib1935.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1935.c > CMakeFiles/lib1935.dir/lib1935.c.i + +external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1935.dir/lib1935.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1935.c -o CMakeFiles/lib1935.dir/lib1935.c.s + +external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1935.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.o -MF CMakeFiles/lib1935.dir/first.c.o.d -o CMakeFiles/lib1935.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1935.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1935.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1935.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1935.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1935.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.o -MF CMakeFiles/lib1935.dir/testutil.c.o.d -o CMakeFiles/lib1935.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1935.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1935.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1935.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1935.dir/testutil.c.s + +# Object files for target lib1935 +lib1935_OBJECTS = \ +"CMakeFiles/lib1935.dir/lib1935.c.o" \ +"CMakeFiles/lib1935.dir/first.c.o" \ +"CMakeFiles/lib1935.dir/testutil.c.o" + +# External object files for target lib1935 +lib1935_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1935: external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.o +external/curl/tests/libtest/lib1935: external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.o +external/curl/tests/libtest/lib1935: external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.o +external/curl/tests/libtest/lib1935: external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make +external/curl/tests/libtest/lib1935: external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.ts +external/curl/tests/libtest/lib1935: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1935: /usr/lib/libz.so +external/curl/tests/libtest/lib1935: external/curl/tests/libtest/CMakeFiles/lib1935.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1935" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1935.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1935.dir/build: external/curl/tests/libtest/lib1935 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1935.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1935.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1935.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1935.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1935.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1935.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1935.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/cmake_clean.cmake new file mode 100644 index 00000000..93299c70 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1935.dir/link.d" + "CMakeFiles/lib1935.dir/first.c.o" + "CMakeFiles/lib1935.dir/first.c.o.d" + "CMakeFiles/lib1935.dir/lib1935.c.o" + "CMakeFiles/lib1935.dir/lib1935.c.o.d" + "CMakeFiles/lib1935.dir/testutil.c.o" + "CMakeFiles/lib1935.dir/testutil.c.o.d" + "lib1935" + "lib1935.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1935.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.make new file mode 100644 index 00000000..4ed1a29d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1935. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.ts new file mode 100644 index 00000000..5be9bb13 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1935. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/depend.make new file mode 100644 index 00000000..cd2cbf4d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1935. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/flags.make new file mode 100644 index 00000000..85d408dc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1935 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/link.txt new file mode 100644 index 00000000..295f947a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1935.dir/link.d CMakeFiles/lib1935.dir/lib1935.c.o CMakeFiles/lib1935.dir/first.c.o CMakeFiles/lib1935.dir/testutil.c.o -o lib1935 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/DependInfo.cmake new file mode 100644 index 00000000..0c237aa0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1936.c" "external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1936" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1936.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make new file mode 100644 index 00000000..4adfb8be --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1936.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1936.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1936.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1936.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1936.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.o: external/curl/tests/libtest/CMakeFiles/lib1936.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1936.c +external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.o: external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.o -MF CMakeFiles/lib1936.dir/lib1936.c.o.d -o CMakeFiles/lib1936.dir/lib1936.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1936.c + +external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1936.dir/lib1936.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1936.c > CMakeFiles/lib1936.dir/lib1936.c.i + +external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1936.dir/lib1936.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1936.c -o CMakeFiles/lib1936.dir/lib1936.c.s + +external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1936.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.o -MF CMakeFiles/lib1936.dir/first.c.o.d -o CMakeFiles/lib1936.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1936.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1936.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1936.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1936.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1936.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.o -MF CMakeFiles/lib1936.dir/testutil.c.o.d -o CMakeFiles/lib1936.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1936.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1936.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1936.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1936.dir/testutil.c.s + +# Object files for target lib1936 +lib1936_OBJECTS = \ +"CMakeFiles/lib1936.dir/lib1936.c.o" \ +"CMakeFiles/lib1936.dir/first.c.o" \ +"CMakeFiles/lib1936.dir/testutil.c.o" + +# External object files for target lib1936 +lib1936_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1936: external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.o +external/curl/tests/libtest/lib1936: external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.o +external/curl/tests/libtest/lib1936: external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.o +external/curl/tests/libtest/lib1936: external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make +external/curl/tests/libtest/lib1936: external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.ts +external/curl/tests/libtest/lib1936: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1936: /usr/lib/libz.so +external/curl/tests/libtest/lib1936: external/curl/tests/libtest/CMakeFiles/lib1936.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1936" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1936.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1936.dir/build: external/curl/tests/libtest/lib1936 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1936.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1936.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1936.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1936.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1936.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1936.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1936.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/cmake_clean.cmake new file mode 100644 index 00000000..c40cc91a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1936.dir/link.d" + "CMakeFiles/lib1936.dir/first.c.o" + "CMakeFiles/lib1936.dir/first.c.o.d" + "CMakeFiles/lib1936.dir/lib1936.c.o" + "CMakeFiles/lib1936.dir/lib1936.c.o.d" + "CMakeFiles/lib1936.dir/testutil.c.o" + "CMakeFiles/lib1936.dir/testutil.c.o.d" + "lib1936" + "lib1936.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1936.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.make new file mode 100644 index 00000000..4195a1b7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1936. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.ts new file mode 100644 index 00000000..264ae68e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1936. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/depend.make new file mode 100644 index 00000000..03b91426 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1936. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/flags.make new file mode 100644 index 00000000..abd842ac --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1936 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/link.txt new file mode 100644 index 00000000..5eb40564 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1936.dir/link.d CMakeFiles/lib1936.dir/lib1936.c.o CMakeFiles/lib1936.dir/first.c.o CMakeFiles/lib1936.dir/testutil.c.o -o lib1936 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/DependInfo.cmake new file mode 100644 index 00000000..333053c8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1937.c" "external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.o.d" + "" "external/curl/tests/libtest/lib1937" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1937.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make new file mode 100644 index 00000000..4b90f42e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1937.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1937.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1937.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1937.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1937.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.o: external/curl/tests/libtest/CMakeFiles/lib1937.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1937.c +external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.o: external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.o -MF CMakeFiles/lib1937.dir/lib1937.c.o.d -o CMakeFiles/lib1937.dir/lib1937.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1937.c + +external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1937.dir/lib1937.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1937.c > CMakeFiles/lib1937.dir/lib1937.c.i + +external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1937.dir/lib1937.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1937.c -o CMakeFiles/lib1937.dir/lib1937.c.s + +external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1937.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.o -MF CMakeFiles/lib1937.dir/first.c.o.d -o CMakeFiles/lib1937.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1937.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1937.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1937.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1937.dir/first.c.s + +# Object files for target lib1937 +lib1937_OBJECTS = \ +"CMakeFiles/lib1937.dir/lib1937.c.o" \ +"CMakeFiles/lib1937.dir/first.c.o" + +# External object files for target lib1937 +lib1937_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1937: external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.o +external/curl/tests/libtest/lib1937: external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.o +external/curl/tests/libtest/lib1937: external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make +external/curl/tests/libtest/lib1937: external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.ts +external/curl/tests/libtest/lib1937: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1937: /usr/lib/libz.so +external/curl/tests/libtest/lib1937: external/curl/tests/libtest/CMakeFiles/lib1937.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1937" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1937.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1937.dir/build: external/curl/tests/libtest/lib1937 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1937.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1937.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1937.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1937.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1937.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1937.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1937.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/cmake_clean.cmake new file mode 100644 index 00000000..e1b69f9c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1937.dir/link.d" + "CMakeFiles/lib1937.dir/first.c.o" + "CMakeFiles/lib1937.dir/first.c.o.d" + "CMakeFiles/lib1937.dir/lib1937.c.o" + "CMakeFiles/lib1937.dir/lib1937.c.o.d" + "lib1937" + "lib1937.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1937.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.make new file mode 100644 index 00000000..e505cf61 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1937. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.ts new file mode 100644 index 00000000..7007213b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1937. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/depend.make new file mode 100644 index 00000000..9534d69a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1937. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/flags.make new file mode 100644 index 00000000..533165dd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1937 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/link.txt new file mode 100644 index 00000000..c517e649 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1937.dir/link.d CMakeFiles/lib1937.dir/lib1937.c.o CMakeFiles/lib1937.dir/first.c.o -o lib1937 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/DependInfo.cmake new file mode 100644 index 00000000..7d833292 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1938.c" "external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.o.d" + "" "external/curl/tests/libtest/lib1938" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1938.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make new file mode 100644 index 00000000..24eb7ea9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1938.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1938.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1938.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1938.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1938.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.o: external/curl/tests/libtest/CMakeFiles/lib1938.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1938.c +external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.o: external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.o -MF CMakeFiles/lib1938.dir/lib1938.c.o.d -o CMakeFiles/lib1938.dir/lib1938.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1938.c + +external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1938.dir/lib1938.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1938.c > CMakeFiles/lib1938.dir/lib1938.c.i + +external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1938.dir/lib1938.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1938.c -o CMakeFiles/lib1938.dir/lib1938.c.s + +external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1938.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.o -MF CMakeFiles/lib1938.dir/first.c.o.d -o CMakeFiles/lib1938.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1938.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1938.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1938.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1938.dir/first.c.s + +# Object files for target lib1938 +lib1938_OBJECTS = \ +"CMakeFiles/lib1938.dir/lib1938.c.o" \ +"CMakeFiles/lib1938.dir/first.c.o" + +# External object files for target lib1938 +lib1938_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1938: external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.o +external/curl/tests/libtest/lib1938: external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.o +external/curl/tests/libtest/lib1938: external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make +external/curl/tests/libtest/lib1938: external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.ts +external/curl/tests/libtest/lib1938: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1938: /usr/lib/libz.so +external/curl/tests/libtest/lib1938: external/curl/tests/libtest/CMakeFiles/lib1938.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1938" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1938.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1938.dir/build: external/curl/tests/libtest/lib1938 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1938.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1938.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1938.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1938.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1938.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1938.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1938.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/cmake_clean.cmake new file mode 100644 index 00000000..45de5d9c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1938.dir/link.d" + "CMakeFiles/lib1938.dir/first.c.o" + "CMakeFiles/lib1938.dir/first.c.o.d" + "CMakeFiles/lib1938.dir/lib1938.c.o" + "CMakeFiles/lib1938.dir/lib1938.c.o.d" + "lib1938" + "lib1938.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1938.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.make new file mode 100644 index 00000000..2c8135a5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1938. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.ts new file mode 100644 index 00000000..9308d06d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1938. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/depend.make new file mode 100644 index 00000000..44ac58cb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1938. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/flags.make new file mode 100644 index 00000000..dafbcfe2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1938 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/link.txt new file mode 100644 index 00000000..b8e02b80 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1938.dir/link.d CMakeFiles/lib1938.dir/lib1938.c.o CMakeFiles/lib1938.dir/first.c.o -o lib1938 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/DependInfo.cmake new file mode 100644 index 00000000..5fd250be --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1939.c" "external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.o.d" + "" "external/curl/tests/libtest/lib1939" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1939.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make new file mode 100644 index 00000000..da4e7dfb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1939.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1939.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1939.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1939.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1939.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.o: external/curl/tests/libtest/CMakeFiles/lib1939.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1939.c +external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.o: external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.o -MF CMakeFiles/lib1939.dir/lib1939.c.o.d -o CMakeFiles/lib1939.dir/lib1939.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1939.c + +external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1939.dir/lib1939.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1939.c > CMakeFiles/lib1939.dir/lib1939.c.i + +external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1939.dir/lib1939.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1939.c -o CMakeFiles/lib1939.dir/lib1939.c.s + +external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1939.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.o -MF CMakeFiles/lib1939.dir/first.c.o.d -o CMakeFiles/lib1939.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1939.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1939.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1939.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1939.dir/first.c.s + +# Object files for target lib1939 +lib1939_OBJECTS = \ +"CMakeFiles/lib1939.dir/lib1939.c.o" \ +"CMakeFiles/lib1939.dir/first.c.o" + +# External object files for target lib1939 +lib1939_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1939: external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.o +external/curl/tests/libtest/lib1939: external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.o +external/curl/tests/libtest/lib1939: external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make +external/curl/tests/libtest/lib1939: external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.ts +external/curl/tests/libtest/lib1939: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1939: /usr/lib/libz.so +external/curl/tests/libtest/lib1939: external/curl/tests/libtest/CMakeFiles/lib1939.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1939" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1939.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1939.dir/build: external/curl/tests/libtest/lib1939 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1939.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1939.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1939.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1939.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1939.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1939.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1939.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/cmake_clean.cmake new file mode 100644 index 00000000..4e933b6b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1939.dir/link.d" + "CMakeFiles/lib1939.dir/first.c.o" + "CMakeFiles/lib1939.dir/first.c.o.d" + "CMakeFiles/lib1939.dir/lib1939.c.o" + "CMakeFiles/lib1939.dir/lib1939.c.o.d" + "lib1939" + "lib1939.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1939.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.make new file mode 100644 index 00000000..145d1246 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1939. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.ts new file mode 100644 index 00000000..8eac44c6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1939. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/depend.make new file mode 100644 index 00000000..50446314 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1939. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/flags.make new file mode 100644 index 00000000..5d2c78f3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1939 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/link.txt new file mode 100644 index 00000000..d1893a76 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1939.dir/link.d CMakeFiles/lib1939.dir/lib1939.c.o CMakeFiles/lib1939.dir/first.c.o -o lib1939 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/DependInfo.cmake new file mode 100644 index 00000000..fd5eac49 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1940.c" "external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.o.d" + "" "external/curl/tests/libtest/lib1940" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1940.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make new file mode 100644 index 00000000..c660b8f2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1940.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1940.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1940.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1940.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1940.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.o: external/curl/tests/libtest/CMakeFiles/lib1940.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1940.c +external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.o: external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.o -MF CMakeFiles/lib1940.dir/lib1940.c.o.d -o CMakeFiles/lib1940.dir/lib1940.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1940.c + +external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1940.dir/lib1940.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1940.c > CMakeFiles/lib1940.dir/lib1940.c.i + +external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1940.dir/lib1940.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1940.c -o CMakeFiles/lib1940.dir/lib1940.c.s + +external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1940.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.o -MF CMakeFiles/lib1940.dir/first.c.o.d -o CMakeFiles/lib1940.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1940.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1940.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1940.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1940.dir/first.c.s + +# Object files for target lib1940 +lib1940_OBJECTS = \ +"CMakeFiles/lib1940.dir/lib1940.c.o" \ +"CMakeFiles/lib1940.dir/first.c.o" + +# External object files for target lib1940 +lib1940_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1940: external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.o +external/curl/tests/libtest/lib1940: external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.o +external/curl/tests/libtest/lib1940: external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make +external/curl/tests/libtest/lib1940: external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.ts +external/curl/tests/libtest/lib1940: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1940: /usr/lib/libz.so +external/curl/tests/libtest/lib1940: external/curl/tests/libtest/CMakeFiles/lib1940.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1940" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1940.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1940.dir/build: external/curl/tests/libtest/lib1940 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1940.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1940.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1940.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1940.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1940.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1940.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1940.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/cmake_clean.cmake new file mode 100644 index 00000000..bb951321 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1940.dir/link.d" + "CMakeFiles/lib1940.dir/first.c.o" + "CMakeFiles/lib1940.dir/first.c.o.d" + "CMakeFiles/lib1940.dir/lib1940.c.o" + "CMakeFiles/lib1940.dir/lib1940.c.o.d" + "lib1940" + "lib1940.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1940.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.make new file mode 100644 index 00000000..05a93529 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1940. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.ts new file mode 100644 index 00000000..708eee88 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1940. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/depend.make new file mode 100644 index 00000000..9d801919 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1940. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/flags.make new file mode 100644 index 00000000..8dd9f6ef --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1940 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/link.txt new file mode 100644 index 00000000..ef3be3e8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1940.dir/link.d CMakeFiles/lib1940.dir/lib1940.c.o CMakeFiles/lib1940.dir/first.c.o -o lib1940 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/progress.make new file mode 100644 index 00000000..bf502922 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 63 +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/DependInfo.cmake new file mode 100644 index 00000000..03296562 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1945.c" "external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.o.d" + "" "external/curl/tests/libtest/lib1945" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1945.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make new file mode 100644 index 00000000..84d3012c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1945.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1945.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1945.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1945.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1945.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.o: external/curl/tests/libtest/CMakeFiles/lib1945.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1945.c +external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.o: external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.o -MF CMakeFiles/lib1945.dir/lib1945.c.o.d -o CMakeFiles/lib1945.dir/lib1945.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1945.c + +external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1945.dir/lib1945.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1945.c > CMakeFiles/lib1945.dir/lib1945.c.i + +external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1945.dir/lib1945.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1945.c -o CMakeFiles/lib1945.dir/lib1945.c.s + +external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1945.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.o -MF CMakeFiles/lib1945.dir/first.c.o.d -o CMakeFiles/lib1945.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1945.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1945.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1945.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1945.dir/first.c.s + +# Object files for target lib1945 +lib1945_OBJECTS = \ +"CMakeFiles/lib1945.dir/lib1945.c.o" \ +"CMakeFiles/lib1945.dir/first.c.o" + +# External object files for target lib1945 +lib1945_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1945: external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.o +external/curl/tests/libtest/lib1945: external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.o +external/curl/tests/libtest/lib1945: external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make +external/curl/tests/libtest/lib1945: external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.ts +external/curl/tests/libtest/lib1945: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1945: /usr/lib/libz.so +external/curl/tests/libtest/lib1945: external/curl/tests/libtest/CMakeFiles/lib1945.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1945" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1945.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1945.dir/build: external/curl/tests/libtest/lib1945 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1945.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1945.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1945.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1945.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1945.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1945.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1945.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/cmake_clean.cmake new file mode 100644 index 00000000..043f0a44 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1945.dir/link.d" + "CMakeFiles/lib1945.dir/first.c.o" + "CMakeFiles/lib1945.dir/first.c.o.d" + "CMakeFiles/lib1945.dir/lib1945.c.o" + "CMakeFiles/lib1945.dir/lib1945.c.o.d" + "lib1945" + "lib1945.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1945.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.make new file mode 100644 index 00000000..893ac2e5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1945. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.ts new file mode 100644 index 00000000..9796c4dd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1945. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/depend.make new file mode 100644 index 00000000..69b2ff42 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1945. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/flags.make new file mode 100644 index 00000000..74873c81 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1945 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/link.txt new file mode 100644 index 00000000..99b37a72 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1945.dir/link.d CMakeFiles/lib1945.dir/lib1945.c.o CMakeFiles/lib1945.dir/first.c.o -o lib1945 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/DependInfo.cmake new file mode 100644 index 00000000..5333d6ac --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1940.c" "external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.o.d" + "" "external/curl/tests/libtest/lib1946" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1946.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make new file mode 100644 index 00000000..583be360 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1946.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1946.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1946.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1946.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1946.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.o: external/curl/tests/libtest/CMakeFiles/lib1946.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1940.c +external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.o: external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.o -MF CMakeFiles/lib1946.dir/lib1940.c.o.d -o CMakeFiles/lib1946.dir/lib1940.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1940.c + +external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1946.dir/lib1940.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1940.c > CMakeFiles/lib1946.dir/lib1940.c.i + +external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1946.dir/lib1940.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1940.c -o CMakeFiles/lib1946.dir/lib1940.c.s + +external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1946.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.o -MF CMakeFiles/lib1946.dir/first.c.o.d -o CMakeFiles/lib1946.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1946.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1946.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1946.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1946.dir/first.c.s + +# Object files for target lib1946 +lib1946_OBJECTS = \ +"CMakeFiles/lib1946.dir/lib1940.c.o" \ +"CMakeFiles/lib1946.dir/first.c.o" + +# External object files for target lib1946 +lib1946_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1946: external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.o +external/curl/tests/libtest/lib1946: external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.o +external/curl/tests/libtest/lib1946: external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make +external/curl/tests/libtest/lib1946: external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.ts +external/curl/tests/libtest/lib1946: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1946: /usr/lib/libz.so +external/curl/tests/libtest/lib1946: external/curl/tests/libtest/CMakeFiles/lib1946.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1946" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1946.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1946.dir/build: external/curl/tests/libtest/lib1946 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1946.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1946.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1946.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1946.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1946.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1946.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1946.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/cmake_clean.cmake new file mode 100644 index 00000000..116e040e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1946.dir/link.d" + "CMakeFiles/lib1946.dir/first.c.o" + "CMakeFiles/lib1946.dir/first.c.o.d" + "CMakeFiles/lib1946.dir/lib1940.c.o" + "CMakeFiles/lib1946.dir/lib1940.c.o.d" + "lib1946" + "lib1946.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1946.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.make new file mode 100644 index 00000000..b40bcc90 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1946. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.ts new file mode 100644 index 00000000..50ed4e4f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1946. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/depend.make new file mode 100644 index 00000000..dd563525 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1946. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/flags.make new file mode 100644 index 00000000..5c4393ce --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1946 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/link.txt new file mode 100644 index 00000000..01137420 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1946.dir/link.d CMakeFiles/lib1946.dir/lib1940.c.o CMakeFiles/lib1946.dir/first.c.o -o lib1946 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/DependInfo.cmake new file mode 100644 index 00000000..94c9e859 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1947.c" "external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.o.d" + "" "external/curl/tests/libtest/lib1947" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1947.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make new file mode 100644 index 00000000..730f89f0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1947.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1947.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1947.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1947.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1947.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.o: external/curl/tests/libtest/CMakeFiles/lib1947.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1947.c +external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.o: external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.o -MF CMakeFiles/lib1947.dir/lib1947.c.o.d -o CMakeFiles/lib1947.dir/lib1947.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1947.c + +external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1947.dir/lib1947.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1947.c > CMakeFiles/lib1947.dir/lib1947.c.i + +external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1947.dir/lib1947.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1947.c -o CMakeFiles/lib1947.dir/lib1947.c.s + +external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1947.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.o -MF CMakeFiles/lib1947.dir/first.c.o.d -o CMakeFiles/lib1947.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1947.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1947.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1947.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1947.dir/first.c.s + +# Object files for target lib1947 +lib1947_OBJECTS = \ +"CMakeFiles/lib1947.dir/lib1947.c.o" \ +"CMakeFiles/lib1947.dir/first.c.o" + +# External object files for target lib1947 +lib1947_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1947: external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.o +external/curl/tests/libtest/lib1947: external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.o +external/curl/tests/libtest/lib1947: external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make +external/curl/tests/libtest/lib1947: external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.ts +external/curl/tests/libtest/lib1947: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1947: /usr/lib/libz.so +external/curl/tests/libtest/lib1947: external/curl/tests/libtest/CMakeFiles/lib1947.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1947" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1947.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1947.dir/build: external/curl/tests/libtest/lib1947 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1947.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1947.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1947.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1947.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1947.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1947.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1947.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/cmake_clean.cmake new file mode 100644 index 00000000..0d632a53 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1947.dir/link.d" + "CMakeFiles/lib1947.dir/first.c.o" + "CMakeFiles/lib1947.dir/first.c.o.d" + "CMakeFiles/lib1947.dir/lib1947.c.o" + "CMakeFiles/lib1947.dir/lib1947.c.o.d" + "lib1947" + "lib1947.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1947.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.make new file mode 100644 index 00000000..93fc0032 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1947. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.ts new file mode 100644 index 00000000..e34ad415 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1947. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/depend.make new file mode 100644 index 00000000..524a4937 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1947. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/flags.make new file mode 100644 index 00000000..3edf42d5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1947 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/link.txt new file mode 100644 index 00000000..d582258d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1947.dir/link.d CMakeFiles/lib1947.dir/lib1947.c.o CMakeFiles/lib1947.dir/first.c.o -o lib1947 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/DependInfo.cmake new file mode 100644 index 00000000..6b886176 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1948.c" "external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.o.d" + "" "external/curl/tests/libtest/lib1948" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1948.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make new file mode 100644 index 00000000..78d261b7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1948.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1948.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1948.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1948.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1948.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.o: external/curl/tests/libtest/CMakeFiles/lib1948.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1948.c +external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.o: external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.o -MF CMakeFiles/lib1948.dir/lib1948.c.o.d -o CMakeFiles/lib1948.dir/lib1948.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1948.c + +external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1948.dir/lib1948.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1948.c > CMakeFiles/lib1948.dir/lib1948.c.i + +external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1948.dir/lib1948.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1948.c -o CMakeFiles/lib1948.dir/lib1948.c.s + +external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1948.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.o -MF CMakeFiles/lib1948.dir/first.c.o.d -o CMakeFiles/lib1948.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1948.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1948.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1948.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1948.dir/first.c.s + +# Object files for target lib1948 +lib1948_OBJECTS = \ +"CMakeFiles/lib1948.dir/lib1948.c.o" \ +"CMakeFiles/lib1948.dir/first.c.o" + +# External object files for target lib1948 +lib1948_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1948: external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.o +external/curl/tests/libtest/lib1948: external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.o +external/curl/tests/libtest/lib1948: external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make +external/curl/tests/libtest/lib1948: external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.ts +external/curl/tests/libtest/lib1948: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1948: /usr/lib/libz.so +external/curl/tests/libtest/lib1948: external/curl/tests/libtest/CMakeFiles/lib1948.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1948" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1948.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1948.dir/build: external/curl/tests/libtest/lib1948 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1948.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1948.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1948.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1948.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1948.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1948.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1948.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/cmake_clean.cmake new file mode 100644 index 00000000..260ca439 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1948.dir/link.d" + "CMakeFiles/lib1948.dir/first.c.o" + "CMakeFiles/lib1948.dir/first.c.o.d" + "CMakeFiles/lib1948.dir/lib1948.c.o" + "CMakeFiles/lib1948.dir/lib1948.c.o.d" + "lib1948" + "lib1948.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1948.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.make new file mode 100644 index 00000000..a78b8396 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1948. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.ts new file mode 100644 index 00000000..7bef956a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1948. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/depend.make new file mode 100644 index 00000000..9c4b98e1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1948. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/flags.make new file mode 100644 index 00000000..c1fd4f7f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1948 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/link.txt new file mode 100644 index 00000000..961c3591 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1948.dir/link.d CMakeFiles/lib1948.dir/lib1948.c.o CMakeFiles/lib1948.dir/first.c.o -o lib1948 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/DependInfo.cmake new file mode 100644 index 00000000..3dfa9e45 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1955.c" "external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1955" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1955.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make new file mode 100644 index 00000000..37f7d3bd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1955.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1955.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1955.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1955.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1955.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.o: external/curl/tests/libtest/CMakeFiles/lib1955.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1955.c +external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.o: external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.o -MF CMakeFiles/lib1955.dir/lib1955.c.o.d -o CMakeFiles/lib1955.dir/lib1955.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1955.c + +external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1955.dir/lib1955.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1955.c > CMakeFiles/lib1955.dir/lib1955.c.i + +external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1955.dir/lib1955.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1955.c -o CMakeFiles/lib1955.dir/lib1955.c.s + +external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1955.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.o -MF CMakeFiles/lib1955.dir/first.c.o.d -o CMakeFiles/lib1955.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1955.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1955.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1955.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1955.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1955.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.o -MF CMakeFiles/lib1955.dir/testutil.c.o.d -o CMakeFiles/lib1955.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1955.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1955.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1955.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1955.dir/testutil.c.s + +# Object files for target lib1955 +lib1955_OBJECTS = \ +"CMakeFiles/lib1955.dir/lib1955.c.o" \ +"CMakeFiles/lib1955.dir/first.c.o" \ +"CMakeFiles/lib1955.dir/testutil.c.o" + +# External object files for target lib1955 +lib1955_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1955: external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.o +external/curl/tests/libtest/lib1955: external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.o +external/curl/tests/libtest/lib1955: external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.o +external/curl/tests/libtest/lib1955: external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make +external/curl/tests/libtest/lib1955: external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.ts +external/curl/tests/libtest/lib1955: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1955: /usr/lib/libz.so +external/curl/tests/libtest/lib1955: external/curl/tests/libtest/CMakeFiles/lib1955.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1955" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1955.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1955.dir/build: external/curl/tests/libtest/lib1955 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1955.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1955.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1955.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1955.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1955.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1955.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1955.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/cmake_clean.cmake new file mode 100644 index 00000000..3dbf84ca --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1955.dir/link.d" + "CMakeFiles/lib1955.dir/first.c.o" + "CMakeFiles/lib1955.dir/first.c.o.d" + "CMakeFiles/lib1955.dir/lib1955.c.o" + "CMakeFiles/lib1955.dir/lib1955.c.o.d" + "CMakeFiles/lib1955.dir/testutil.c.o" + "CMakeFiles/lib1955.dir/testutil.c.o.d" + "lib1955" + "lib1955.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1955.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.make new file mode 100644 index 00000000..82ae4ea1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1955. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.ts new file mode 100644 index 00000000..3f14e7fe --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1955. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/depend.make new file mode 100644 index 00000000..175a3625 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1955. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/flags.make new file mode 100644 index 00000000..8f9fb398 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1955 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/link.txt new file mode 100644 index 00000000..8119adbe --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1955.dir/link.d CMakeFiles/lib1955.dir/lib1955.c.o CMakeFiles/lib1955.dir/first.c.o CMakeFiles/lib1955.dir/testutil.c.o -o lib1955 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/DependInfo.cmake new file mode 100644 index 00000000..be00dd0b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1956.c" "external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1956" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1956.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make new file mode 100644 index 00000000..02e725aa --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1956.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1956.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1956.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1956.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1956.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.o: external/curl/tests/libtest/CMakeFiles/lib1956.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1956.c +external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.o: external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.o -MF CMakeFiles/lib1956.dir/lib1956.c.o.d -o CMakeFiles/lib1956.dir/lib1956.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1956.c + +external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1956.dir/lib1956.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1956.c > CMakeFiles/lib1956.dir/lib1956.c.i + +external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1956.dir/lib1956.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1956.c -o CMakeFiles/lib1956.dir/lib1956.c.s + +external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1956.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.o -MF CMakeFiles/lib1956.dir/first.c.o.d -o CMakeFiles/lib1956.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1956.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1956.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1956.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1956.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1956.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.o -MF CMakeFiles/lib1956.dir/testutil.c.o.d -o CMakeFiles/lib1956.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1956.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1956.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1956.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1956.dir/testutil.c.s + +# Object files for target lib1956 +lib1956_OBJECTS = \ +"CMakeFiles/lib1956.dir/lib1956.c.o" \ +"CMakeFiles/lib1956.dir/first.c.o" \ +"CMakeFiles/lib1956.dir/testutil.c.o" + +# External object files for target lib1956 +lib1956_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1956: external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.o +external/curl/tests/libtest/lib1956: external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.o +external/curl/tests/libtest/lib1956: external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.o +external/curl/tests/libtest/lib1956: external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make +external/curl/tests/libtest/lib1956: external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.ts +external/curl/tests/libtest/lib1956: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1956: /usr/lib/libz.so +external/curl/tests/libtest/lib1956: external/curl/tests/libtest/CMakeFiles/lib1956.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1956" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1956.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1956.dir/build: external/curl/tests/libtest/lib1956 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1956.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1956.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1956.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1956.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1956.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1956.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1956.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/cmake_clean.cmake new file mode 100644 index 00000000..68db1ffe --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1956.dir/link.d" + "CMakeFiles/lib1956.dir/first.c.o" + "CMakeFiles/lib1956.dir/first.c.o.d" + "CMakeFiles/lib1956.dir/lib1956.c.o" + "CMakeFiles/lib1956.dir/lib1956.c.o.d" + "CMakeFiles/lib1956.dir/testutil.c.o" + "CMakeFiles/lib1956.dir/testutil.c.o.d" + "lib1956" + "lib1956.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1956.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.make new file mode 100644 index 00000000..5b17b2c0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1956. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.ts new file mode 100644 index 00000000..e2912b7f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1956. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/depend.make new file mode 100644 index 00000000..131d8e57 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1956. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/flags.make new file mode 100644 index 00000000..6c729e89 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1956 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/link.txt new file mode 100644 index 00000000..ef994bbd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1956.dir/link.d CMakeFiles/lib1956.dir/lib1956.c.o CMakeFiles/lib1956.dir/first.c.o CMakeFiles/lib1956.dir/testutil.c.o -o lib1956 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/DependInfo.cmake new file mode 100644 index 00000000..5c647f1b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1957.c" "external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1957" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1957.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make new file mode 100644 index 00000000..2ee2761c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1957.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1957.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1957.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1957.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1957.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.o: external/curl/tests/libtest/CMakeFiles/lib1957.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1957.c +external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.o: external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.o -MF CMakeFiles/lib1957.dir/lib1957.c.o.d -o CMakeFiles/lib1957.dir/lib1957.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1957.c + +external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1957.dir/lib1957.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1957.c > CMakeFiles/lib1957.dir/lib1957.c.i + +external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1957.dir/lib1957.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1957.c -o CMakeFiles/lib1957.dir/lib1957.c.s + +external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1957.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.o -MF CMakeFiles/lib1957.dir/first.c.o.d -o CMakeFiles/lib1957.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1957.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1957.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1957.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1957.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1957.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.o -MF CMakeFiles/lib1957.dir/testutil.c.o.d -o CMakeFiles/lib1957.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1957.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1957.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1957.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1957.dir/testutil.c.s + +# Object files for target lib1957 +lib1957_OBJECTS = \ +"CMakeFiles/lib1957.dir/lib1957.c.o" \ +"CMakeFiles/lib1957.dir/first.c.o" \ +"CMakeFiles/lib1957.dir/testutil.c.o" + +# External object files for target lib1957 +lib1957_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1957: external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.o +external/curl/tests/libtest/lib1957: external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.o +external/curl/tests/libtest/lib1957: external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.o +external/curl/tests/libtest/lib1957: external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make +external/curl/tests/libtest/lib1957: external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.ts +external/curl/tests/libtest/lib1957: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1957: /usr/lib/libz.so +external/curl/tests/libtest/lib1957: external/curl/tests/libtest/CMakeFiles/lib1957.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1957" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1957.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1957.dir/build: external/curl/tests/libtest/lib1957 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1957.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1957.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1957.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1957.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1957.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1957.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1957.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/cmake_clean.cmake new file mode 100644 index 00000000..9e895866 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1957.dir/link.d" + "CMakeFiles/lib1957.dir/first.c.o" + "CMakeFiles/lib1957.dir/first.c.o.d" + "CMakeFiles/lib1957.dir/lib1957.c.o" + "CMakeFiles/lib1957.dir/lib1957.c.o.d" + "CMakeFiles/lib1957.dir/testutil.c.o" + "CMakeFiles/lib1957.dir/testutil.c.o.d" + "lib1957" + "lib1957.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1957.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.make new file mode 100644 index 00000000..e41780c9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1957. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.ts new file mode 100644 index 00000000..7d066e09 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1957. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/depend.make new file mode 100644 index 00000000..3ffecddd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1957. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/flags.make new file mode 100644 index 00000000..3b3d7bc8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1957 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/link.txt new file mode 100644 index 00000000..f243a275 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1957.dir/link.d CMakeFiles/lib1957.dir/lib1957.c.o CMakeFiles/lib1957.dir/first.c.o CMakeFiles/lib1957.dir/testutil.c.o -o lib1957 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/DependInfo.cmake new file mode 100644 index 00000000..8ee18f41 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1958.c" "external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1958" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1958.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make new file mode 100644 index 00000000..806c7a6f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1958.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1958.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1958.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1958.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1958.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.o: external/curl/tests/libtest/CMakeFiles/lib1958.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1958.c +external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.o: external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.o -MF CMakeFiles/lib1958.dir/lib1958.c.o.d -o CMakeFiles/lib1958.dir/lib1958.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1958.c + +external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1958.dir/lib1958.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1958.c > CMakeFiles/lib1958.dir/lib1958.c.i + +external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1958.dir/lib1958.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1958.c -o CMakeFiles/lib1958.dir/lib1958.c.s + +external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1958.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.o -MF CMakeFiles/lib1958.dir/first.c.o.d -o CMakeFiles/lib1958.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1958.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1958.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1958.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1958.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1958.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.o -MF CMakeFiles/lib1958.dir/testutil.c.o.d -o CMakeFiles/lib1958.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1958.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1958.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1958.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1958.dir/testutil.c.s + +# Object files for target lib1958 +lib1958_OBJECTS = \ +"CMakeFiles/lib1958.dir/lib1958.c.o" \ +"CMakeFiles/lib1958.dir/first.c.o" \ +"CMakeFiles/lib1958.dir/testutil.c.o" + +# External object files for target lib1958 +lib1958_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1958: external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.o +external/curl/tests/libtest/lib1958: external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.o +external/curl/tests/libtest/lib1958: external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.o +external/curl/tests/libtest/lib1958: external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make +external/curl/tests/libtest/lib1958: external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.ts +external/curl/tests/libtest/lib1958: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1958: /usr/lib/libz.so +external/curl/tests/libtest/lib1958: external/curl/tests/libtest/CMakeFiles/lib1958.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1958" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1958.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1958.dir/build: external/curl/tests/libtest/lib1958 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1958.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1958.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1958.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1958.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1958.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1958.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1958.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/cmake_clean.cmake new file mode 100644 index 00000000..e4114dd5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1958.dir/link.d" + "CMakeFiles/lib1958.dir/first.c.o" + "CMakeFiles/lib1958.dir/first.c.o.d" + "CMakeFiles/lib1958.dir/lib1958.c.o" + "CMakeFiles/lib1958.dir/lib1958.c.o.d" + "CMakeFiles/lib1958.dir/testutil.c.o" + "CMakeFiles/lib1958.dir/testutil.c.o.d" + "lib1958" + "lib1958.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1958.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.make new file mode 100644 index 00000000..b40f909e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1958. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.ts new file mode 100644 index 00000000..89b1b3df --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1958. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/depend.make new file mode 100644 index 00000000..dd9d3015 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1958. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/flags.make new file mode 100644 index 00000000..52f6e893 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1958 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/link.txt new file mode 100644 index 00000000..7fc6ea07 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1958.dir/link.d CMakeFiles/lib1958.dir/lib1958.c.o CMakeFiles/lib1958.dir/first.c.o CMakeFiles/lib1958.dir/testutil.c.o -o lib1958 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/progress.make new file mode 100644 index 00000000..cb85d6b8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 64 +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/DependInfo.cmake new file mode 100644 index 00000000..6f994061 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1959.c" "external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1959" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1959.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make new file mode 100644 index 00000000..b5945e23 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1959.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1959.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1959.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1959.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1959.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.o: external/curl/tests/libtest/CMakeFiles/lib1959.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1959.c +external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.o: external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.o -MF CMakeFiles/lib1959.dir/lib1959.c.o.d -o CMakeFiles/lib1959.dir/lib1959.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1959.c + +external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1959.dir/lib1959.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1959.c > CMakeFiles/lib1959.dir/lib1959.c.i + +external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1959.dir/lib1959.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1959.c -o CMakeFiles/lib1959.dir/lib1959.c.s + +external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1959.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.o -MF CMakeFiles/lib1959.dir/first.c.o.d -o CMakeFiles/lib1959.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1959.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1959.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1959.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1959.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1959.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.o -MF CMakeFiles/lib1959.dir/testutil.c.o.d -o CMakeFiles/lib1959.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1959.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1959.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1959.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1959.dir/testutil.c.s + +# Object files for target lib1959 +lib1959_OBJECTS = \ +"CMakeFiles/lib1959.dir/lib1959.c.o" \ +"CMakeFiles/lib1959.dir/first.c.o" \ +"CMakeFiles/lib1959.dir/testutil.c.o" + +# External object files for target lib1959 +lib1959_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1959: external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.o +external/curl/tests/libtest/lib1959: external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.o +external/curl/tests/libtest/lib1959: external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.o +external/curl/tests/libtest/lib1959: external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make +external/curl/tests/libtest/lib1959: external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.ts +external/curl/tests/libtest/lib1959: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1959: /usr/lib/libz.so +external/curl/tests/libtest/lib1959: external/curl/tests/libtest/CMakeFiles/lib1959.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1959" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1959.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1959.dir/build: external/curl/tests/libtest/lib1959 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1959.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1959.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1959.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1959.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1959.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1959.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1959.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/cmake_clean.cmake new file mode 100644 index 00000000..605c3c09 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1959.dir/link.d" + "CMakeFiles/lib1959.dir/first.c.o" + "CMakeFiles/lib1959.dir/first.c.o.d" + "CMakeFiles/lib1959.dir/lib1959.c.o" + "CMakeFiles/lib1959.dir/lib1959.c.o.d" + "CMakeFiles/lib1959.dir/testutil.c.o" + "CMakeFiles/lib1959.dir/testutil.c.o.d" + "lib1959" + "lib1959.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1959.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.make new file mode 100644 index 00000000..90967b50 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1959. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.ts new file mode 100644 index 00000000..6047b2d7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1959. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/depend.make new file mode 100644 index 00000000..e804c20c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1959. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/flags.make new file mode 100644 index 00000000..1bdb9fae --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1959 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/link.txt new file mode 100644 index 00000000..c54a8564 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1959.dir/link.d CMakeFiles/lib1959.dir/lib1959.c.o CMakeFiles/lib1959.dir/first.c.o CMakeFiles/lib1959.dir/testutil.c.o -o lib1959 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/DependInfo.cmake new file mode 100644 index 00000000..7b8703d6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1960.c" "external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.o.d" + "" "external/curl/tests/libtest/lib1960" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1960.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make new file mode 100644 index 00000000..ca63c3f4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1960.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1960.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1960.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1960.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1960.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.o: external/curl/tests/libtest/CMakeFiles/lib1960.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1960.c +external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.o: external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.o -MF CMakeFiles/lib1960.dir/lib1960.c.o.d -o CMakeFiles/lib1960.dir/lib1960.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1960.c + +external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1960.dir/lib1960.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1960.c > CMakeFiles/lib1960.dir/lib1960.c.i + +external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1960.dir/lib1960.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1960.c -o CMakeFiles/lib1960.dir/lib1960.c.s + +external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1960.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.o -MF CMakeFiles/lib1960.dir/first.c.o.d -o CMakeFiles/lib1960.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1960.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1960.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1960.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1960.dir/first.c.s + +# Object files for target lib1960 +lib1960_OBJECTS = \ +"CMakeFiles/lib1960.dir/lib1960.c.o" \ +"CMakeFiles/lib1960.dir/first.c.o" + +# External object files for target lib1960 +lib1960_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1960: external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.o +external/curl/tests/libtest/lib1960: external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.o +external/curl/tests/libtest/lib1960: external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make +external/curl/tests/libtest/lib1960: external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.ts +external/curl/tests/libtest/lib1960: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1960: /usr/lib/libz.so +external/curl/tests/libtest/lib1960: external/curl/tests/libtest/CMakeFiles/lib1960.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1960" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1960.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1960.dir/build: external/curl/tests/libtest/lib1960 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1960.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1960.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1960.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1960.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1960.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1960.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1960.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/cmake_clean.cmake new file mode 100644 index 00000000..7e9662fb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1960.dir/link.d" + "CMakeFiles/lib1960.dir/first.c.o" + "CMakeFiles/lib1960.dir/first.c.o.d" + "CMakeFiles/lib1960.dir/lib1960.c.o" + "CMakeFiles/lib1960.dir/lib1960.c.o.d" + "lib1960" + "lib1960.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1960.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.make new file mode 100644 index 00000000..7bc707cb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1960. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.ts new file mode 100644 index 00000000..210070b8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1960. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/depend.make new file mode 100644 index 00000000..fa03c56f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1960. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/flags.make new file mode 100644 index 00000000..fce223d8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1960 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/link.txt new file mode 100644 index 00000000..94d73b6f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1960.dir/link.d CMakeFiles/lib1960.dir/lib1960.c.o CMakeFiles/lib1960.dir/first.c.o -o lib1960 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/DependInfo.cmake new file mode 100644 index 00000000..77104862 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1964.c" "external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1964" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1964.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make new file mode 100644 index 00000000..1088df98 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1964.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1964.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1964.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1964.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1964.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.o: external/curl/tests/libtest/CMakeFiles/lib1964.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1964.c +external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.o: external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.o -MF CMakeFiles/lib1964.dir/lib1964.c.o.d -o CMakeFiles/lib1964.dir/lib1964.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1964.c + +external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1964.dir/lib1964.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1964.c > CMakeFiles/lib1964.dir/lib1964.c.i + +external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1964.dir/lib1964.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1964.c -o CMakeFiles/lib1964.dir/lib1964.c.s + +external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1964.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.o -MF CMakeFiles/lib1964.dir/first.c.o.d -o CMakeFiles/lib1964.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1964.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1964.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1964.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1964.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1964.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.o -MF CMakeFiles/lib1964.dir/testutil.c.o.d -o CMakeFiles/lib1964.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1964.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1964.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1964.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1964.dir/testutil.c.s + +# Object files for target lib1964 +lib1964_OBJECTS = \ +"CMakeFiles/lib1964.dir/lib1964.c.o" \ +"CMakeFiles/lib1964.dir/first.c.o" \ +"CMakeFiles/lib1964.dir/testutil.c.o" + +# External object files for target lib1964 +lib1964_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1964: external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.o +external/curl/tests/libtest/lib1964: external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.o +external/curl/tests/libtest/lib1964: external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.o +external/curl/tests/libtest/lib1964: external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make +external/curl/tests/libtest/lib1964: external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.ts +external/curl/tests/libtest/lib1964: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1964: /usr/lib/libz.so +external/curl/tests/libtest/lib1964: external/curl/tests/libtest/CMakeFiles/lib1964.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1964" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1964.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1964.dir/build: external/curl/tests/libtest/lib1964 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1964.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1964.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1964.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1964.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1964.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1964.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1964.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/cmake_clean.cmake new file mode 100644 index 00000000..d117aa7a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1964.dir/link.d" + "CMakeFiles/lib1964.dir/first.c.o" + "CMakeFiles/lib1964.dir/first.c.o.d" + "CMakeFiles/lib1964.dir/lib1964.c.o" + "CMakeFiles/lib1964.dir/lib1964.c.o.d" + "CMakeFiles/lib1964.dir/testutil.c.o" + "CMakeFiles/lib1964.dir/testutil.c.o.d" + "lib1964" + "lib1964.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1964.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.make new file mode 100644 index 00000000..90b6463b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1964. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.ts new file mode 100644 index 00000000..1cfa3e6e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1964. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/depend.make new file mode 100644 index 00000000..1e954e22 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1964. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/flags.make new file mode 100644 index 00000000..a4b7582e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1964 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/link.txt new file mode 100644 index 00000000..fe00df1e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1964.dir/link.d CMakeFiles/lib1964.dir/lib1964.c.o CMakeFiles/lib1964.dir/first.c.o CMakeFiles/lib1964.dir/testutil.c.o -o lib1964 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/DependInfo.cmake new file mode 100644 index 00000000..098354ce --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1970.c" "external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1970" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1970.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make new file mode 100644 index 00000000..6e3222bb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1970.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1970.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1970.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1970.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1970.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.o: external/curl/tests/libtest/CMakeFiles/lib1970.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1970.c +external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.o: external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.o -MF CMakeFiles/lib1970.dir/lib1970.c.o.d -o CMakeFiles/lib1970.dir/lib1970.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1970.c + +external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1970.dir/lib1970.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1970.c > CMakeFiles/lib1970.dir/lib1970.c.i + +external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1970.dir/lib1970.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1970.c -o CMakeFiles/lib1970.dir/lib1970.c.s + +external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1970.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.o -MF CMakeFiles/lib1970.dir/first.c.o.d -o CMakeFiles/lib1970.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1970.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1970.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1970.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1970.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1970.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.o -MF CMakeFiles/lib1970.dir/testutil.c.o.d -o CMakeFiles/lib1970.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1970.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1970.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1970.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1970.dir/testutil.c.s + +# Object files for target lib1970 +lib1970_OBJECTS = \ +"CMakeFiles/lib1970.dir/lib1970.c.o" \ +"CMakeFiles/lib1970.dir/first.c.o" \ +"CMakeFiles/lib1970.dir/testutil.c.o" + +# External object files for target lib1970 +lib1970_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1970: external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.o +external/curl/tests/libtest/lib1970: external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.o +external/curl/tests/libtest/lib1970: external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.o +external/curl/tests/libtest/lib1970: external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make +external/curl/tests/libtest/lib1970: external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.ts +external/curl/tests/libtest/lib1970: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1970: /usr/lib/libz.so +external/curl/tests/libtest/lib1970: external/curl/tests/libtest/CMakeFiles/lib1970.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1970" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1970.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1970.dir/build: external/curl/tests/libtest/lib1970 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1970.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1970.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1970.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1970.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1970.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1970.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1970.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/cmake_clean.cmake new file mode 100644 index 00000000..9e4ec8e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1970.dir/link.d" + "CMakeFiles/lib1970.dir/first.c.o" + "CMakeFiles/lib1970.dir/first.c.o.d" + "CMakeFiles/lib1970.dir/lib1970.c.o" + "CMakeFiles/lib1970.dir/lib1970.c.o.d" + "CMakeFiles/lib1970.dir/testutil.c.o" + "CMakeFiles/lib1970.dir/testutil.c.o.d" + "lib1970" + "lib1970.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1970.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.make new file mode 100644 index 00000000..c1c0f3b3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1970. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.ts new file mode 100644 index 00000000..36b3a4f8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1970. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/depend.make new file mode 100644 index 00000000..f91e63bc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1970. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/flags.make new file mode 100644 index 00000000..88b77889 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1970 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/link.txt new file mode 100644 index 00000000..218d3cbf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1970.dir/link.d CMakeFiles/lib1970.dir/lib1970.c.o CMakeFiles/lib1970.dir/first.c.o CMakeFiles/lib1970.dir/testutil.c.o -o lib1970 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/DependInfo.cmake new file mode 100644 index 00000000..af839987 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1971.c" "external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1971" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1971.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make new file mode 100644 index 00000000..364fe033 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1971.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1971.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1971.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1971.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1971.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.o: external/curl/tests/libtest/CMakeFiles/lib1971.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1971.c +external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.o: external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.o -MF CMakeFiles/lib1971.dir/lib1971.c.o.d -o CMakeFiles/lib1971.dir/lib1971.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1971.c + +external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1971.dir/lib1971.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1971.c > CMakeFiles/lib1971.dir/lib1971.c.i + +external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1971.dir/lib1971.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1971.c -o CMakeFiles/lib1971.dir/lib1971.c.s + +external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1971.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.o -MF CMakeFiles/lib1971.dir/first.c.o.d -o CMakeFiles/lib1971.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1971.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1971.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1971.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1971.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1971.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.o -MF CMakeFiles/lib1971.dir/testutil.c.o.d -o CMakeFiles/lib1971.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1971.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1971.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1971.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1971.dir/testutil.c.s + +# Object files for target lib1971 +lib1971_OBJECTS = \ +"CMakeFiles/lib1971.dir/lib1971.c.o" \ +"CMakeFiles/lib1971.dir/first.c.o" \ +"CMakeFiles/lib1971.dir/testutil.c.o" + +# External object files for target lib1971 +lib1971_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1971: external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.o +external/curl/tests/libtest/lib1971: external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.o +external/curl/tests/libtest/lib1971: external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.o +external/curl/tests/libtest/lib1971: external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make +external/curl/tests/libtest/lib1971: external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.ts +external/curl/tests/libtest/lib1971: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1971: /usr/lib/libz.so +external/curl/tests/libtest/lib1971: external/curl/tests/libtest/CMakeFiles/lib1971.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1971" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1971.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1971.dir/build: external/curl/tests/libtest/lib1971 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1971.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1971.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1971.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1971.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1971.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1971.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1971.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/cmake_clean.cmake new file mode 100644 index 00000000..932b8716 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1971.dir/link.d" + "CMakeFiles/lib1971.dir/first.c.o" + "CMakeFiles/lib1971.dir/first.c.o.d" + "CMakeFiles/lib1971.dir/lib1971.c.o" + "CMakeFiles/lib1971.dir/lib1971.c.o.d" + "CMakeFiles/lib1971.dir/testutil.c.o" + "CMakeFiles/lib1971.dir/testutil.c.o.d" + "lib1971" + "lib1971.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1971.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.make new file mode 100644 index 00000000..2fb961b3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1971. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.ts new file mode 100644 index 00000000..3d301cb0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1971. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/depend.make new file mode 100644 index 00000000..c89710c5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1971. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/flags.make new file mode 100644 index 00000000..fc1f2d36 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1971 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/link.txt new file mode 100644 index 00000000..c0c353c2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1971.dir/link.d CMakeFiles/lib1971.dir/lib1971.c.o CMakeFiles/lib1971.dir/first.c.o CMakeFiles/lib1971.dir/testutil.c.o -o lib1971 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/DependInfo.cmake new file mode 100644 index 00000000..b5c72435 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1972.c" "external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1972" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1972.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make new file mode 100644 index 00000000..e7afb267 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1972.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1972.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1972.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1972.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1972.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.o: external/curl/tests/libtest/CMakeFiles/lib1972.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1972.c +external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.o: external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.o -MF CMakeFiles/lib1972.dir/lib1972.c.o.d -o CMakeFiles/lib1972.dir/lib1972.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1972.c + +external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1972.dir/lib1972.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1972.c > CMakeFiles/lib1972.dir/lib1972.c.i + +external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1972.dir/lib1972.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1972.c -o CMakeFiles/lib1972.dir/lib1972.c.s + +external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1972.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.o -MF CMakeFiles/lib1972.dir/first.c.o.d -o CMakeFiles/lib1972.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1972.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1972.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1972.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1972.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1972.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.o -MF CMakeFiles/lib1972.dir/testutil.c.o.d -o CMakeFiles/lib1972.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1972.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1972.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1972.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1972.dir/testutil.c.s + +# Object files for target lib1972 +lib1972_OBJECTS = \ +"CMakeFiles/lib1972.dir/lib1972.c.o" \ +"CMakeFiles/lib1972.dir/first.c.o" \ +"CMakeFiles/lib1972.dir/testutil.c.o" + +# External object files for target lib1972 +lib1972_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1972: external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.o +external/curl/tests/libtest/lib1972: external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.o +external/curl/tests/libtest/lib1972: external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.o +external/curl/tests/libtest/lib1972: external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make +external/curl/tests/libtest/lib1972: external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.ts +external/curl/tests/libtest/lib1972: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1972: /usr/lib/libz.so +external/curl/tests/libtest/lib1972: external/curl/tests/libtest/CMakeFiles/lib1972.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1972" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1972.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1972.dir/build: external/curl/tests/libtest/lib1972 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1972.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1972.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1972.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1972.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1972.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1972.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1972.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/cmake_clean.cmake new file mode 100644 index 00000000..bb2c4af6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1972.dir/link.d" + "CMakeFiles/lib1972.dir/first.c.o" + "CMakeFiles/lib1972.dir/first.c.o.d" + "CMakeFiles/lib1972.dir/lib1972.c.o" + "CMakeFiles/lib1972.dir/lib1972.c.o.d" + "CMakeFiles/lib1972.dir/testutil.c.o" + "CMakeFiles/lib1972.dir/testutil.c.o.d" + "lib1972" + "lib1972.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1972.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.make new file mode 100644 index 00000000..713fad5a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1972. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.ts new file mode 100644 index 00000000..b268f345 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1972. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/depend.make new file mode 100644 index 00000000..9c05d8f2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1972. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/flags.make new file mode 100644 index 00000000..bdb42494 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1972 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/link.txt new file mode 100644 index 00000000..66a4f108 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1972.dir/link.d CMakeFiles/lib1972.dir/lib1972.c.o CMakeFiles/lib1972.dir/first.c.o CMakeFiles/lib1972.dir/testutil.c.o -o lib1972 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/DependInfo.cmake new file mode 100644 index 00000000..17407cf3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1973.c" "external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1973" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1973.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make new file mode 100644 index 00000000..668fd874 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1973.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1973.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1973.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1973.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1973.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.o: external/curl/tests/libtest/CMakeFiles/lib1973.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1973.c +external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.o: external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.o -MF CMakeFiles/lib1973.dir/lib1973.c.o.d -o CMakeFiles/lib1973.dir/lib1973.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1973.c + +external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1973.dir/lib1973.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1973.c > CMakeFiles/lib1973.dir/lib1973.c.i + +external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1973.dir/lib1973.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1973.c -o CMakeFiles/lib1973.dir/lib1973.c.s + +external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1973.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.o -MF CMakeFiles/lib1973.dir/first.c.o.d -o CMakeFiles/lib1973.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1973.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1973.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1973.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1973.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1973.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.o -MF CMakeFiles/lib1973.dir/testutil.c.o.d -o CMakeFiles/lib1973.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1973.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1973.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1973.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1973.dir/testutil.c.s + +# Object files for target lib1973 +lib1973_OBJECTS = \ +"CMakeFiles/lib1973.dir/lib1973.c.o" \ +"CMakeFiles/lib1973.dir/first.c.o" \ +"CMakeFiles/lib1973.dir/testutil.c.o" + +# External object files for target lib1973 +lib1973_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1973: external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.o +external/curl/tests/libtest/lib1973: external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.o +external/curl/tests/libtest/lib1973: external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.o +external/curl/tests/libtest/lib1973: external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make +external/curl/tests/libtest/lib1973: external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.ts +external/curl/tests/libtest/lib1973: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1973: /usr/lib/libz.so +external/curl/tests/libtest/lib1973: external/curl/tests/libtest/CMakeFiles/lib1973.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1973" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1973.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1973.dir/build: external/curl/tests/libtest/lib1973 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1973.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1973.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1973.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1973.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1973.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1973.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1973.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/cmake_clean.cmake new file mode 100644 index 00000000..e9ba6593 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1973.dir/link.d" + "CMakeFiles/lib1973.dir/first.c.o" + "CMakeFiles/lib1973.dir/first.c.o.d" + "CMakeFiles/lib1973.dir/lib1973.c.o" + "CMakeFiles/lib1973.dir/lib1973.c.o.d" + "CMakeFiles/lib1973.dir/testutil.c.o" + "CMakeFiles/lib1973.dir/testutil.c.o.d" + "lib1973" + "lib1973.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1973.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.make new file mode 100644 index 00000000..1086b8bf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1973. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.ts new file mode 100644 index 00000000..0297d4f7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1973. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/depend.make new file mode 100644 index 00000000..1a3dafc1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1973. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/flags.make new file mode 100644 index 00000000..143e1830 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1973 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/link.txt new file mode 100644 index 00000000..c4416d29 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1973.dir/link.d CMakeFiles/lib1973.dir/lib1973.c.o CMakeFiles/lib1973.dir/first.c.o CMakeFiles/lib1973.dir/testutil.c.o -o lib1973 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/DependInfo.cmake new file mode 100644 index 00000000..add32d92 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1974.c" "external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1974" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1974.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make new file mode 100644 index 00000000..12018e4e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1974.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1974.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1974.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1974.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1974.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.o: external/curl/tests/libtest/CMakeFiles/lib1974.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1974.c +external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.o: external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.o -MF CMakeFiles/lib1974.dir/lib1974.c.o.d -o CMakeFiles/lib1974.dir/lib1974.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1974.c + +external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1974.dir/lib1974.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1974.c > CMakeFiles/lib1974.dir/lib1974.c.i + +external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1974.dir/lib1974.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1974.c -o CMakeFiles/lib1974.dir/lib1974.c.s + +external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1974.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.o -MF CMakeFiles/lib1974.dir/first.c.o.d -o CMakeFiles/lib1974.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1974.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1974.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1974.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1974.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1974.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.o -MF CMakeFiles/lib1974.dir/testutil.c.o.d -o CMakeFiles/lib1974.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1974.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1974.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1974.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1974.dir/testutil.c.s + +# Object files for target lib1974 +lib1974_OBJECTS = \ +"CMakeFiles/lib1974.dir/lib1974.c.o" \ +"CMakeFiles/lib1974.dir/first.c.o" \ +"CMakeFiles/lib1974.dir/testutil.c.o" + +# External object files for target lib1974 +lib1974_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1974: external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.o +external/curl/tests/libtest/lib1974: external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.o +external/curl/tests/libtest/lib1974: external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.o +external/curl/tests/libtest/lib1974: external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make +external/curl/tests/libtest/lib1974: external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.ts +external/curl/tests/libtest/lib1974: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1974: /usr/lib/libz.so +external/curl/tests/libtest/lib1974: external/curl/tests/libtest/CMakeFiles/lib1974.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1974" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1974.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1974.dir/build: external/curl/tests/libtest/lib1974 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1974.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1974.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1974.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1974.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1974.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1974.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1974.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/cmake_clean.cmake new file mode 100644 index 00000000..e2e713f9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1974.dir/link.d" + "CMakeFiles/lib1974.dir/first.c.o" + "CMakeFiles/lib1974.dir/first.c.o.d" + "CMakeFiles/lib1974.dir/lib1974.c.o" + "CMakeFiles/lib1974.dir/lib1974.c.o.d" + "CMakeFiles/lib1974.dir/testutil.c.o" + "CMakeFiles/lib1974.dir/testutil.c.o.d" + "lib1974" + "lib1974.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1974.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.make new file mode 100644 index 00000000..4459787e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1974. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.ts new file mode 100644 index 00000000..3d1a1027 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1974. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/depend.make new file mode 100644 index 00000000..75316089 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1974. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/flags.make new file mode 100644 index 00000000..014f02d5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1974 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/link.txt new file mode 100644 index 00000000..3580ba47 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1974.dir/link.d CMakeFiles/lib1974.dir/lib1974.c.o CMakeFiles/lib1974.dir/first.c.o CMakeFiles/lib1974.dir/testutil.c.o -o lib1974 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/progress.make new file mode 100644 index 00000000..eceaa8aa --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = 65 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/DependInfo.cmake new file mode 100644 index 00000000..40f6928c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1975.c" "external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1975" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1975.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make new file mode 100644 index 00000000..d830649b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1975.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1975.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1975.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1975.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1975.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.o: external/curl/tests/libtest/CMakeFiles/lib1975.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1975.c +external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.o: external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.o -MF CMakeFiles/lib1975.dir/lib1975.c.o.d -o CMakeFiles/lib1975.dir/lib1975.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1975.c + +external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1975.dir/lib1975.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1975.c > CMakeFiles/lib1975.dir/lib1975.c.i + +external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1975.dir/lib1975.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1975.c -o CMakeFiles/lib1975.dir/lib1975.c.s + +external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1975.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.o -MF CMakeFiles/lib1975.dir/first.c.o.d -o CMakeFiles/lib1975.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1975.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1975.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1975.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1975.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1975.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.o -MF CMakeFiles/lib1975.dir/testutil.c.o.d -o CMakeFiles/lib1975.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1975.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1975.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1975.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1975.dir/testutil.c.s + +# Object files for target lib1975 +lib1975_OBJECTS = \ +"CMakeFiles/lib1975.dir/lib1975.c.o" \ +"CMakeFiles/lib1975.dir/first.c.o" \ +"CMakeFiles/lib1975.dir/testutil.c.o" + +# External object files for target lib1975 +lib1975_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1975: external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.o +external/curl/tests/libtest/lib1975: external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.o +external/curl/tests/libtest/lib1975: external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.o +external/curl/tests/libtest/lib1975: external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make +external/curl/tests/libtest/lib1975: external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.ts +external/curl/tests/libtest/lib1975: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1975: /usr/lib/libz.so +external/curl/tests/libtest/lib1975: external/curl/tests/libtest/CMakeFiles/lib1975.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1975" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1975.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1975.dir/build: external/curl/tests/libtest/lib1975 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1975.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1975.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1975.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1975.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1975.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1975.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1975.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/cmake_clean.cmake new file mode 100644 index 00000000..2389b874 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1975.dir/link.d" + "CMakeFiles/lib1975.dir/first.c.o" + "CMakeFiles/lib1975.dir/first.c.o.d" + "CMakeFiles/lib1975.dir/lib1975.c.o" + "CMakeFiles/lib1975.dir/lib1975.c.o.d" + "CMakeFiles/lib1975.dir/testutil.c.o" + "CMakeFiles/lib1975.dir/testutil.c.o.d" + "lib1975" + "lib1975.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1975.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.make new file mode 100644 index 00000000..2e4992bc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1975. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.ts new file mode 100644 index 00000000..36c43029 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1975. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/depend.make new file mode 100644 index 00000000..38bb73e5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1975. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/flags.make new file mode 100644 index 00000000..cd078d38 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1975 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/link.txt new file mode 100644 index 00000000..d0668719 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1975.dir/link.d CMakeFiles/lib1975.dir/lib1975.c.o CMakeFiles/lib1975.dir/first.c.o CMakeFiles/lib1975.dir/testutil.c.o -o lib1975 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/DependInfo.cmake new file mode 100644 index 00000000..050e10e6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1977.c" "external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1977" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1977.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make new file mode 100644 index 00000000..b3911f0c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1977.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1977.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1977.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1977.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1977.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.o: external/curl/tests/libtest/CMakeFiles/lib1977.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1977.c +external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.o: external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.o -MF CMakeFiles/lib1977.dir/lib1977.c.o.d -o CMakeFiles/lib1977.dir/lib1977.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1977.c + +external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1977.dir/lib1977.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1977.c > CMakeFiles/lib1977.dir/lib1977.c.i + +external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1977.dir/lib1977.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1977.c -o CMakeFiles/lib1977.dir/lib1977.c.s + +external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1977.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.o -MF CMakeFiles/lib1977.dir/first.c.o.d -o CMakeFiles/lib1977.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1977.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1977.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1977.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1977.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1977.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.o -MF CMakeFiles/lib1977.dir/testutil.c.o.d -o CMakeFiles/lib1977.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1977.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1977.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1977.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1977.dir/testutil.c.s + +# Object files for target lib1977 +lib1977_OBJECTS = \ +"CMakeFiles/lib1977.dir/lib1977.c.o" \ +"CMakeFiles/lib1977.dir/first.c.o" \ +"CMakeFiles/lib1977.dir/testutil.c.o" + +# External object files for target lib1977 +lib1977_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1977: external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.o +external/curl/tests/libtest/lib1977: external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.o +external/curl/tests/libtest/lib1977: external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.o +external/curl/tests/libtest/lib1977: external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make +external/curl/tests/libtest/lib1977: external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.ts +external/curl/tests/libtest/lib1977: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1977: /usr/lib/libz.so +external/curl/tests/libtest/lib1977: external/curl/tests/libtest/CMakeFiles/lib1977.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1977" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1977.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1977.dir/build: external/curl/tests/libtest/lib1977 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1977.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1977.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1977.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1977.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1977.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1977.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1977.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/cmake_clean.cmake new file mode 100644 index 00000000..6a94720e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1977.dir/link.d" + "CMakeFiles/lib1977.dir/first.c.o" + "CMakeFiles/lib1977.dir/first.c.o.d" + "CMakeFiles/lib1977.dir/lib1977.c.o" + "CMakeFiles/lib1977.dir/lib1977.c.o.d" + "CMakeFiles/lib1977.dir/testutil.c.o" + "CMakeFiles/lib1977.dir/testutil.c.o.d" + "lib1977" + "lib1977.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1977.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.make new file mode 100644 index 00000000..b7b61fe8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1977. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.ts new file mode 100644 index 00000000..71c6e170 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1977. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/depend.make new file mode 100644 index 00000000..38773425 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1977. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/flags.make new file mode 100644 index 00000000..b2bf7a20 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1977 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/link.txt new file mode 100644 index 00000000..6314fe97 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1977.dir/link.d CMakeFiles/lib1977.dir/lib1977.c.o CMakeFiles/lib1977.dir/first.c.o CMakeFiles/lib1977.dir/testutil.c.o -o lib1977 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/DependInfo.cmake new file mode 100644 index 00000000..6353f3c2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1978.c" "external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib1978" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1978.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make new file mode 100644 index 00000000..5a2d8a24 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib1978.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib1978.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib1978.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib1978.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1978.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.o: external/curl/tests/libtest/CMakeFiles/lib1978.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1978.c +external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.o: external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.o -MF CMakeFiles/lib1978.dir/lib1978.c.o.d -o CMakeFiles/lib1978.dir/lib1978.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1978.c + +external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1978.dir/lib1978.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1978.c > CMakeFiles/lib1978.dir/lib1978.c.i + +external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1978.dir/lib1978.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1978.c -o CMakeFiles/lib1978.dir/lib1978.c.s + +external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1978.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.o -MF CMakeFiles/lib1978.dir/first.c.o.d -o CMakeFiles/lib1978.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1978.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1978.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1978.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1978.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1978.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.o -MF CMakeFiles/lib1978.dir/testutil.c.o.d -o CMakeFiles/lib1978.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1978.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1978.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1978.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1978.dir/testutil.c.s + +# Object files for target lib1978 +lib1978_OBJECTS = \ +"CMakeFiles/lib1978.dir/lib1978.c.o" \ +"CMakeFiles/lib1978.dir/first.c.o" \ +"CMakeFiles/lib1978.dir/testutil.c.o" + +# External object files for target lib1978 +lib1978_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib1978: external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.o +external/curl/tests/libtest/lib1978: external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.o +external/curl/tests/libtest/lib1978: external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.o +external/curl/tests/libtest/lib1978: external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make +external/curl/tests/libtest/lib1978: external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.ts +external/curl/tests/libtest/lib1978: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib1978: /usr/lib/libz.so +external/curl/tests/libtest/lib1978: external/curl/tests/libtest/CMakeFiles/lib1978.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1978" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1978.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib1978.dir/build: external/curl/tests/libtest/lib1978 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1978.dir/build + +external/curl/tests/libtest/CMakeFiles/lib1978.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1978.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1978.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib1978.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1978.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1978.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/cmake_clean.cmake new file mode 100644 index 00000000..47e52adf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib1978.dir/link.d" + "CMakeFiles/lib1978.dir/first.c.o" + "CMakeFiles/lib1978.dir/first.c.o.d" + "CMakeFiles/lib1978.dir/lib1978.c.o" + "CMakeFiles/lib1978.dir/lib1978.c.o.d" + "CMakeFiles/lib1978.dir/testutil.c.o" + "CMakeFiles/lib1978.dir/testutil.c.o.d" + "lib1978" + "lib1978.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib1978.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.make new file mode 100644 index 00000000..f6726094 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib1978. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.ts new file mode 100644 index 00000000..7e5778b9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib1978. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/depend.make new file mode 100644 index 00000000..fd7906ab --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib1978. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/flags.make new file mode 100644 index 00000000..ac492960 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1978 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/link.txt new file mode 100644 index 00000000..afd259ac --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1978.dir/link.d CMakeFiles/lib1978.dir/lib1978.c.o CMakeFiles/lib1978.dir/first.c.o CMakeFiles/lib1978.dir/testutil.c.o -o lib1978 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/DependInfo.cmake new file mode 100644 index 00000000..e57453e3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2301.c" "external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.o.d" + "" "external/curl/tests/libtest/lib2301" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2301.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make new file mode 100644 index 00000000..228b4ad9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib2301.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib2301.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib2301.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib2301.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2301.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.o: external/curl/tests/libtest/CMakeFiles/lib2301.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2301.c +external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.o: external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.o -MF CMakeFiles/lib2301.dir/lib2301.c.o.d -o CMakeFiles/lib2301.dir/lib2301.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2301.c + +external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2301.dir/lib2301.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2301.c > CMakeFiles/lib2301.dir/lib2301.c.i + +external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2301.dir/lib2301.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2301.c -o CMakeFiles/lib2301.dir/lib2301.c.s + +external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2301.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.o -MF CMakeFiles/lib2301.dir/first.c.o.d -o CMakeFiles/lib2301.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2301.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2301.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2301.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2301.dir/first.c.s + +# Object files for target lib2301 +lib2301_OBJECTS = \ +"CMakeFiles/lib2301.dir/lib2301.c.o" \ +"CMakeFiles/lib2301.dir/first.c.o" + +# External object files for target lib2301 +lib2301_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib2301: external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.o +external/curl/tests/libtest/lib2301: external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.o +external/curl/tests/libtest/lib2301: external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make +external/curl/tests/libtest/lib2301: external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.ts +external/curl/tests/libtest/lib2301: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib2301: /usr/lib/libz.so +external/curl/tests/libtest/lib2301: external/curl/tests/libtest/CMakeFiles/lib2301.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib2301" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2301.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib2301.dir/build: external/curl/tests/libtest/lib2301 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2301.dir/build + +external/curl/tests/libtest/CMakeFiles/lib2301.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2301.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2301.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib2301.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2301.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2301.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/cmake_clean.cmake new file mode 100644 index 00000000..315f973f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib2301.dir/link.d" + "CMakeFiles/lib2301.dir/first.c.o" + "CMakeFiles/lib2301.dir/first.c.o.d" + "CMakeFiles/lib2301.dir/lib2301.c.o" + "CMakeFiles/lib2301.dir/lib2301.c.o.d" + "lib2301" + "lib2301.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib2301.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.make new file mode 100644 index 00000000..ad40cebe --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib2301. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.ts new file mode 100644 index 00000000..f9590272 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib2301. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/depend.make new file mode 100644 index 00000000..e4e13416 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib2301. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/flags.make new file mode 100644 index 00000000..1d64c840 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2301 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/link.txt new file mode 100644 index 00000000..511855b5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2301.dir/link.d CMakeFiles/lib2301.dir/lib2301.c.o CMakeFiles/lib2301.dir/first.c.o -o lib2301 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/DependInfo.cmake new file mode 100644 index 00000000..32d1b5b8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2302.c" "external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.o.d" + "" "external/curl/tests/libtest/lib2302" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2302.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make new file mode 100644 index 00000000..15fb1a73 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib2302.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib2302.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib2302.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib2302.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2302.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.o: external/curl/tests/libtest/CMakeFiles/lib2302.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2302.c +external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.o: external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.o -MF CMakeFiles/lib2302.dir/lib2302.c.o.d -o CMakeFiles/lib2302.dir/lib2302.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2302.c + +external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2302.dir/lib2302.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2302.c > CMakeFiles/lib2302.dir/lib2302.c.i + +external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2302.dir/lib2302.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2302.c -o CMakeFiles/lib2302.dir/lib2302.c.s + +external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2302.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.o -MF CMakeFiles/lib2302.dir/first.c.o.d -o CMakeFiles/lib2302.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2302.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2302.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2302.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2302.dir/first.c.s + +# Object files for target lib2302 +lib2302_OBJECTS = \ +"CMakeFiles/lib2302.dir/lib2302.c.o" \ +"CMakeFiles/lib2302.dir/first.c.o" + +# External object files for target lib2302 +lib2302_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib2302: external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.o +external/curl/tests/libtest/lib2302: external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.o +external/curl/tests/libtest/lib2302: external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make +external/curl/tests/libtest/lib2302: external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.ts +external/curl/tests/libtest/lib2302: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib2302: /usr/lib/libz.so +external/curl/tests/libtest/lib2302: external/curl/tests/libtest/CMakeFiles/lib2302.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib2302" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2302.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib2302.dir/build: external/curl/tests/libtest/lib2302 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2302.dir/build + +external/curl/tests/libtest/CMakeFiles/lib2302.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2302.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2302.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib2302.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2302.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2302.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/cmake_clean.cmake new file mode 100644 index 00000000..9d70cc55 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib2302.dir/link.d" + "CMakeFiles/lib2302.dir/first.c.o" + "CMakeFiles/lib2302.dir/first.c.o.d" + "CMakeFiles/lib2302.dir/lib2302.c.o" + "CMakeFiles/lib2302.dir/lib2302.c.o.d" + "lib2302" + "lib2302.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib2302.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.make new file mode 100644 index 00000000..76bb8073 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib2302. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.ts new file mode 100644 index 00000000..850dd47d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib2302. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/depend.make new file mode 100644 index 00000000..eedc2457 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib2302. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/flags.make new file mode 100644 index 00000000..63933d32 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2302 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/link.txt new file mode 100644 index 00000000..18642884 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2302.dir/link.d CMakeFiles/lib2302.dir/lib2302.c.o CMakeFiles/lib2302.dir/first.c.o -o lib2302 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/DependInfo.cmake new file mode 100644 index 00000000..0987d700 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2304.c" "external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.o.d" + "" "external/curl/tests/libtest/lib2304" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2304.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make new file mode 100644 index 00000000..bd1d2ded --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib2304.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib2304.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib2304.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib2304.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2304.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.o: external/curl/tests/libtest/CMakeFiles/lib2304.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2304.c +external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.o: external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.o -MF CMakeFiles/lib2304.dir/lib2304.c.o.d -o CMakeFiles/lib2304.dir/lib2304.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2304.c + +external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2304.dir/lib2304.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2304.c > CMakeFiles/lib2304.dir/lib2304.c.i + +external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2304.dir/lib2304.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2304.c -o CMakeFiles/lib2304.dir/lib2304.c.s + +external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2304.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.o -MF CMakeFiles/lib2304.dir/first.c.o.d -o CMakeFiles/lib2304.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2304.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2304.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2304.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2304.dir/first.c.s + +# Object files for target lib2304 +lib2304_OBJECTS = \ +"CMakeFiles/lib2304.dir/lib2304.c.o" \ +"CMakeFiles/lib2304.dir/first.c.o" + +# External object files for target lib2304 +lib2304_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib2304: external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.o +external/curl/tests/libtest/lib2304: external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.o +external/curl/tests/libtest/lib2304: external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make +external/curl/tests/libtest/lib2304: external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.ts +external/curl/tests/libtest/lib2304: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib2304: /usr/lib/libz.so +external/curl/tests/libtest/lib2304: external/curl/tests/libtest/CMakeFiles/lib2304.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib2304" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2304.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib2304.dir/build: external/curl/tests/libtest/lib2304 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2304.dir/build + +external/curl/tests/libtest/CMakeFiles/lib2304.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2304.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2304.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib2304.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2304.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2304.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/cmake_clean.cmake new file mode 100644 index 00000000..6266d301 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib2304.dir/link.d" + "CMakeFiles/lib2304.dir/first.c.o" + "CMakeFiles/lib2304.dir/first.c.o.d" + "CMakeFiles/lib2304.dir/lib2304.c.o" + "CMakeFiles/lib2304.dir/lib2304.c.o.d" + "lib2304" + "lib2304.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib2304.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.make new file mode 100644 index 00000000..273773d9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib2304. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.ts new file mode 100644 index 00000000..d3eb2831 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib2304. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/depend.make new file mode 100644 index 00000000..df9537b7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib2304. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/flags.make new file mode 100644 index 00000000..0257976c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2304 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/link.txt new file mode 100644 index 00000000..160e27b9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2304.dir/link.d CMakeFiles/lib2304.dir/lib2304.c.o CMakeFiles/lib2304.dir/first.c.o -o lib2304 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/DependInfo.cmake new file mode 100644 index 00000000..e3dd0001 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/DependInfo.cmake @@ -0,0 +1,27 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2305.c" "external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib2305" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2305.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make new file mode 100644 index 00000000..eb09ebb6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make @@ -0,0 +1,164 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib2305.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib2305.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib2305.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib2305.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2305.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.o: external/curl/tests/libtest/CMakeFiles/lib2305.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2305.c +external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.o: external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.o -MF CMakeFiles/lib2305.dir/lib2305.c.o.d -o CMakeFiles/lib2305.dir/lib2305.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2305.c + +external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2305.dir/lib2305.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2305.c > CMakeFiles/lib2305.dir/lib2305.c.i + +external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2305.dir/lib2305.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2305.c -o CMakeFiles/lib2305.dir/lib2305.c.s + +external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2305.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.o -MF CMakeFiles/lib2305.dir/first.c.o.d -o CMakeFiles/lib2305.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2305.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2305.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2305.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2305.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2305.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.o -MF CMakeFiles/lib2305.dir/testutil.c.o.d -o CMakeFiles/lib2305.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2305.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib2305.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2305.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib2305.dir/testutil.c.s + +external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib2305.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c +external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.o -MF CMakeFiles/lib2305.dir/testtrace.c.o.d -o CMakeFiles/lib2305.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c + +external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2305.dir/testtrace.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib2305.dir/testtrace.c.i + +external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2305.dir/testtrace.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib2305.dir/testtrace.c.s + +# Object files for target lib2305 +lib2305_OBJECTS = \ +"CMakeFiles/lib2305.dir/lib2305.c.o" \ +"CMakeFiles/lib2305.dir/first.c.o" \ +"CMakeFiles/lib2305.dir/testutil.c.o" \ +"CMakeFiles/lib2305.dir/testtrace.c.o" + +# External object files for target lib2305 +lib2305_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib2305: external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.o +external/curl/tests/libtest/lib2305: external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.o +external/curl/tests/libtest/lib2305: external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.o +external/curl/tests/libtest/lib2305: external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.o +external/curl/tests/libtest/lib2305: external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make +external/curl/tests/libtest/lib2305: external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.ts +external/curl/tests/libtest/lib2305: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib2305: /usr/lib/libz.so +external/curl/tests/libtest/lib2305: external/curl/tests/libtest/CMakeFiles/lib2305.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib2305" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2305.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib2305.dir/build: external/curl/tests/libtest/lib2305 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2305.dir/build + +external/curl/tests/libtest/CMakeFiles/lib2305.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2305.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2305.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib2305.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2305.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2305.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/cmake_clean.cmake new file mode 100644 index 00000000..6c30cb05 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib2305.dir/link.d" + "CMakeFiles/lib2305.dir/first.c.o" + "CMakeFiles/lib2305.dir/first.c.o.d" + "CMakeFiles/lib2305.dir/lib2305.c.o" + "CMakeFiles/lib2305.dir/lib2305.c.o.d" + "CMakeFiles/lib2305.dir/testtrace.c.o" + "CMakeFiles/lib2305.dir/testtrace.c.o.d" + "CMakeFiles/lib2305.dir/testutil.c.o" + "CMakeFiles/lib2305.dir/testutil.c.o.d" + "lib2305" + "lib2305.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib2305.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.make new file mode 100644 index 00000000..408e31a3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib2305. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.ts new file mode 100644 index 00000000..84958d1e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib2305. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/depend.make new file mode 100644 index 00000000..2a2358d6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib2305. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/flags.make new file mode 100644 index 00000000..a5ece5db --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2305 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/link.txt new file mode 100644 index 00000000..0687db63 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2305.dir/link.d CMakeFiles/lib2305.dir/lib2305.c.o CMakeFiles/lib2305.dir/first.c.o CMakeFiles/lib2305.dir/testutil.c.o CMakeFiles/lib2305.dir/testtrace.c.o -o lib2305 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/progress.make new file mode 100644 index 00000000..e0316744 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = 66 +CMAKE_PROGRESS_5 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/DependInfo.cmake new file mode 100644 index 00000000..5fb01d28 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2306.c" "external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.o.d" + "" "external/curl/tests/libtest/lib2306" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2306.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make new file mode 100644 index 00000000..24426b85 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib2306.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib2306.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib2306.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib2306.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2306.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.o: external/curl/tests/libtest/CMakeFiles/lib2306.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2306.c +external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.o: external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.o -MF CMakeFiles/lib2306.dir/lib2306.c.o.d -o CMakeFiles/lib2306.dir/lib2306.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2306.c + +external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2306.dir/lib2306.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2306.c > CMakeFiles/lib2306.dir/lib2306.c.i + +external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2306.dir/lib2306.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2306.c -o CMakeFiles/lib2306.dir/lib2306.c.s + +external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2306.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.o -MF CMakeFiles/lib2306.dir/first.c.o.d -o CMakeFiles/lib2306.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2306.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2306.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2306.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2306.dir/first.c.s + +# Object files for target lib2306 +lib2306_OBJECTS = \ +"CMakeFiles/lib2306.dir/lib2306.c.o" \ +"CMakeFiles/lib2306.dir/first.c.o" + +# External object files for target lib2306 +lib2306_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib2306: external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.o +external/curl/tests/libtest/lib2306: external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.o +external/curl/tests/libtest/lib2306: external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make +external/curl/tests/libtest/lib2306: external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.ts +external/curl/tests/libtest/lib2306: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib2306: /usr/lib/libz.so +external/curl/tests/libtest/lib2306: external/curl/tests/libtest/CMakeFiles/lib2306.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib2306" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2306.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib2306.dir/build: external/curl/tests/libtest/lib2306 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2306.dir/build + +external/curl/tests/libtest/CMakeFiles/lib2306.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2306.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2306.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib2306.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2306.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2306.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/cmake_clean.cmake new file mode 100644 index 00000000..a15ed11a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib2306.dir/link.d" + "CMakeFiles/lib2306.dir/first.c.o" + "CMakeFiles/lib2306.dir/first.c.o.d" + "CMakeFiles/lib2306.dir/lib2306.c.o" + "CMakeFiles/lib2306.dir/lib2306.c.o.d" + "lib2306" + "lib2306.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib2306.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.make new file mode 100644 index 00000000..6e34dc45 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib2306. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.ts new file mode 100644 index 00000000..e4f9aaaf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib2306. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/depend.make new file mode 100644 index 00000000..5b057f43 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib2306. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/flags.make new file mode 100644 index 00000000..9312dab0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2306 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/link.txt new file mode 100644 index 00000000..942a9c12 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2306.dir/link.d CMakeFiles/lib2306.dir/lib2306.c.o CMakeFiles/lib2306.dir/first.c.o -o lib2306 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/DependInfo.cmake new file mode 100644 index 00000000..17c6d0e6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2308.c" "external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.o.d" + "" "external/curl/tests/libtest/lib2308" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2308.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make new file mode 100644 index 00000000..8a2313cb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib2308.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib2308.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib2308.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib2308.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2308.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.o: external/curl/tests/libtest/CMakeFiles/lib2308.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2308.c +external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.o: external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.o -MF CMakeFiles/lib2308.dir/lib2308.c.o.d -o CMakeFiles/lib2308.dir/lib2308.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2308.c + +external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2308.dir/lib2308.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2308.c > CMakeFiles/lib2308.dir/lib2308.c.i + +external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2308.dir/lib2308.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2308.c -o CMakeFiles/lib2308.dir/lib2308.c.s + +external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2308.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.o -MF CMakeFiles/lib2308.dir/first.c.o.d -o CMakeFiles/lib2308.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2308.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2308.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2308.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2308.dir/first.c.s + +# Object files for target lib2308 +lib2308_OBJECTS = \ +"CMakeFiles/lib2308.dir/lib2308.c.o" \ +"CMakeFiles/lib2308.dir/first.c.o" + +# External object files for target lib2308 +lib2308_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib2308: external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.o +external/curl/tests/libtest/lib2308: external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.o +external/curl/tests/libtest/lib2308: external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make +external/curl/tests/libtest/lib2308: external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.ts +external/curl/tests/libtest/lib2308: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib2308: /usr/lib/libz.so +external/curl/tests/libtest/lib2308: external/curl/tests/libtest/CMakeFiles/lib2308.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib2308" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2308.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib2308.dir/build: external/curl/tests/libtest/lib2308 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2308.dir/build + +external/curl/tests/libtest/CMakeFiles/lib2308.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2308.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2308.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib2308.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2308.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2308.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/cmake_clean.cmake new file mode 100644 index 00000000..911a0430 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib2308.dir/link.d" + "CMakeFiles/lib2308.dir/first.c.o" + "CMakeFiles/lib2308.dir/first.c.o.d" + "CMakeFiles/lib2308.dir/lib2308.c.o" + "CMakeFiles/lib2308.dir/lib2308.c.o.d" + "lib2308" + "lib2308.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib2308.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.make new file mode 100644 index 00000000..e00bd32c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib2308. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.ts new file mode 100644 index 00000000..2fc157b5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib2308. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/depend.make new file mode 100644 index 00000000..3fbcc1d5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib2308. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/flags.make new file mode 100644 index 00000000..48d37a9b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2308 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/link.txt new file mode 100644 index 00000000..3c85f9c9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2308.dir/link.d CMakeFiles/lib2308.dir/lib2308.c.o CMakeFiles/lib2308.dir/first.c.o -o lib2308 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/DependInfo.cmake new file mode 100644 index 00000000..daa751d2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2309.c" "external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.o.d" + "" "external/curl/tests/libtest/lib2309" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2309.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make new file mode 100644 index 00000000..451e82af --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib2309.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib2309.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib2309.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib2309.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2309.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.o: external/curl/tests/libtest/CMakeFiles/lib2309.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2309.c +external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.o: external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.o -MF CMakeFiles/lib2309.dir/lib2309.c.o.d -o CMakeFiles/lib2309.dir/lib2309.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2309.c + +external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2309.dir/lib2309.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2309.c > CMakeFiles/lib2309.dir/lib2309.c.i + +external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2309.dir/lib2309.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2309.c -o CMakeFiles/lib2309.dir/lib2309.c.s + +external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2309.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.o -MF CMakeFiles/lib2309.dir/first.c.o.d -o CMakeFiles/lib2309.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2309.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2309.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2309.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2309.dir/first.c.s + +# Object files for target lib2309 +lib2309_OBJECTS = \ +"CMakeFiles/lib2309.dir/lib2309.c.o" \ +"CMakeFiles/lib2309.dir/first.c.o" + +# External object files for target lib2309 +lib2309_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib2309: external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.o +external/curl/tests/libtest/lib2309: external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.o +external/curl/tests/libtest/lib2309: external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make +external/curl/tests/libtest/lib2309: external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.ts +external/curl/tests/libtest/lib2309: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib2309: /usr/lib/libz.so +external/curl/tests/libtest/lib2309: external/curl/tests/libtest/CMakeFiles/lib2309.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib2309" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2309.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib2309.dir/build: external/curl/tests/libtest/lib2309 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2309.dir/build + +external/curl/tests/libtest/CMakeFiles/lib2309.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2309.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2309.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib2309.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2309.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2309.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/cmake_clean.cmake new file mode 100644 index 00000000..b1a7b3dc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib2309.dir/link.d" + "CMakeFiles/lib2309.dir/first.c.o" + "CMakeFiles/lib2309.dir/first.c.o.d" + "CMakeFiles/lib2309.dir/lib2309.c.o" + "CMakeFiles/lib2309.dir/lib2309.c.o.d" + "lib2309" + "lib2309.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib2309.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.make new file mode 100644 index 00000000..1c940373 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib2309. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.ts new file mode 100644 index 00000000..de7f9cf2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib2309. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/depend.make new file mode 100644 index 00000000..8210d9c6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib2309. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/flags.make new file mode 100644 index 00000000..641210c2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2309 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/link.txt new file mode 100644 index 00000000..f8417d30 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2309.dir/link.d CMakeFiles/lib2309.dir/lib2309.c.o CMakeFiles/lib2309.dir/first.c.o -o lib2309 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/DependInfo.cmake new file mode 100644 index 00000000..7c8c2041 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/DependInfo.cmake @@ -0,0 +1,27 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2310.c" "external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib2310" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2310.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make new file mode 100644 index 00000000..55325369 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make @@ -0,0 +1,164 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib2310.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib2310.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib2310.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib2310.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2310.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.o: external/curl/tests/libtest/CMakeFiles/lib2310.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2310.c +external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.o: external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.o -MF CMakeFiles/lib2310.dir/lib2310.c.o.d -o CMakeFiles/lib2310.dir/lib2310.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2310.c + +external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2310.dir/lib2310.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2310.c > CMakeFiles/lib2310.dir/lib2310.c.i + +external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2310.dir/lib2310.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2310.c -o CMakeFiles/lib2310.dir/lib2310.c.s + +external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2310.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.o -MF CMakeFiles/lib2310.dir/first.c.o.d -o CMakeFiles/lib2310.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2310.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2310.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2310.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2310.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2310.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.o -MF CMakeFiles/lib2310.dir/testutil.c.o.d -o CMakeFiles/lib2310.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2310.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib2310.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2310.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib2310.dir/testutil.c.s + +external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib2310.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c +external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.o -MF CMakeFiles/lib2310.dir/testtrace.c.o.d -o CMakeFiles/lib2310.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c + +external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2310.dir/testtrace.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib2310.dir/testtrace.c.i + +external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2310.dir/testtrace.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib2310.dir/testtrace.c.s + +# Object files for target lib2310 +lib2310_OBJECTS = \ +"CMakeFiles/lib2310.dir/lib2310.c.o" \ +"CMakeFiles/lib2310.dir/first.c.o" \ +"CMakeFiles/lib2310.dir/testutil.c.o" \ +"CMakeFiles/lib2310.dir/testtrace.c.o" + +# External object files for target lib2310 +lib2310_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib2310: external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.o +external/curl/tests/libtest/lib2310: external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.o +external/curl/tests/libtest/lib2310: external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.o +external/curl/tests/libtest/lib2310: external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.o +external/curl/tests/libtest/lib2310: external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make +external/curl/tests/libtest/lib2310: external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.ts +external/curl/tests/libtest/lib2310: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib2310: /usr/lib/libz.so +external/curl/tests/libtest/lib2310: external/curl/tests/libtest/CMakeFiles/lib2310.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib2310" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2310.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib2310.dir/build: external/curl/tests/libtest/lib2310 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2310.dir/build + +external/curl/tests/libtest/CMakeFiles/lib2310.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2310.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2310.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib2310.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2310.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2310.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/cmake_clean.cmake new file mode 100644 index 00000000..60cd7205 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib2310.dir/link.d" + "CMakeFiles/lib2310.dir/first.c.o" + "CMakeFiles/lib2310.dir/first.c.o.d" + "CMakeFiles/lib2310.dir/lib2310.c.o" + "CMakeFiles/lib2310.dir/lib2310.c.o.d" + "CMakeFiles/lib2310.dir/testtrace.c.o" + "CMakeFiles/lib2310.dir/testtrace.c.o.d" + "CMakeFiles/lib2310.dir/testutil.c.o" + "CMakeFiles/lib2310.dir/testutil.c.o.d" + "lib2310" + "lib2310.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib2310.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.make new file mode 100644 index 00000000..3842f77d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib2310. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.ts new file mode 100644 index 00000000..06f9a783 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib2310. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/depend.make new file mode 100644 index 00000000..d496cc73 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib2310. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/flags.make new file mode 100644 index 00000000..50404579 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2310 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/link.txt new file mode 100644 index 00000000..91d4e816 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2310.dir/link.d CMakeFiles/lib2310.dir/lib2310.c.o CMakeFiles/lib2310.dir/first.c.o CMakeFiles/lib2310.dir/testutil.c.o CMakeFiles/lib2310.dir/testtrace.c.o -o lib2310 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/progress.make new file mode 100644 index 00000000..7f59a6bb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/DependInfo.cmake new file mode 100644 index 00000000..9cc6a204 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/DependInfo.cmake @@ -0,0 +1,27 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2311.c" "external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib2311" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2311.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make new file mode 100644 index 00000000..43cd1155 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make @@ -0,0 +1,164 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib2311.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib2311.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib2311.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib2311.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2311.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.o: external/curl/tests/libtest/CMakeFiles/lib2311.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2311.c +external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.o: external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.o -MF CMakeFiles/lib2311.dir/lib2311.c.o.d -o CMakeFiles/lib2311.dir/lib2311.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2311.c + +external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2311.dir/lib2311.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2311.c > CMakeFiles/lib2311.dir/lib2311.c.i + +external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2311.dir/lib2311.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2311.c -o CMakeFiles/lib2311.dir/lib2311.c.s + +external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2311.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.o -MF CMakeFiles/lib2311.dir/first.c.o.d -o CMakeFiles/lib2311.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2311.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2311.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2311.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2311.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2311.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.o -MF CMakeFiles/lib2311.dir/testutil.c.o.d -o CMakeFiles/lib2311.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2311.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib2311.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2311.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib2311.dir/testutil.c.s + +external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib2311.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c +external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.o -MF CMakeFiles/lib2311.dir/testtrace.c.o.d -o CMakeFiles/lib2311.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c + +external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2311.dir/testtrace.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib2311.dir/testtrace.c.i + +external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2311.dir/testtrace.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib2311.dir/testtrace.c.s + +# Object files for target lib2311 +lib2311_OBJECTS = \ +"CMakeFiles/lib2311.dir/lib2311.c.o" \ +"CMakeFiles/lib2311.dir/first.c.o" \ +"CMakeFiles/lib2311.dir/testutil.c.o" \ +"CMakeFiles/lib2311.dir/testtrace.c.o" + +# External object files for target lib2311 +lib2311_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib2311: external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.o +external/curl/tests/libtest/lib2311: external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.o +external/curl/tests/libtest/lib2311: external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.o +external/curl/tests/libtest/lib2311: external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.o +external/curl/tests/libtest/lib2311: external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make +external/curl/tests/libtest/lib2311: external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.ts +external/curl/tests/libtest/lib2311: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib2311: /usr/lib/libz.so +external/curl/tests/libtest/lib2311: external/curl/tests/libtest/CMakeFiles/lib2311.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib2311" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2311.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib2311.dir/build: external/curl/tests/libtest/lib2311 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2311.dir/build + +external/curl/tests/libtest/CMakeFiles/lib2311.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2311.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2311.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib2311.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2311.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2311.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/cmake_clean.cmake new file mode 100644 index 00000000..5489e98a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib2311.dir/link.d" + "CMakeFiles/lib2311.dir/first.c.o" + "CMakeFiles/lib2311.dir/first.c.o.d" + "CMakeFiles/lib2311.dir/lib2311.c.o" + "CMakeFiles/lib2311.dir/lib2311.c.o.d" + "CMakeFiles/lib2311.dir/testtrace.c.o" + "CMakeFiles/lib2311.dir/testtrace.c.o.d" + "CMakeFiles/lib2311.dir/testutil.c.o" + "CMakeFiles/lib2311.dir/testutil.c.o.d" + "lib2311" + "lib2311.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib2311.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.make new file mode 100644 index 00000000..b104efc0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib2311. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.ts new file mode 100644 index 00000000..2a1ab440 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib2311. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/depend.make new file mode 100644 index 00000000..d377ab78 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib2311. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/flags.make new file mode 100644 index 00000000..ec55a9d4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2311 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/link.txt new file mode 100644 index 00000000..e7164d0b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2311.dir/link.d CMakeFiles/lib2311.dir/lib2311.c.o CMakeFiles/lib2311.dir/first.c.o CMakeFiles/lib2311.dir/testutil.c.o CMakeFiles/lib2311.dir/testtrace.c.o -o lib2311 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/progress.make new file mode 100644 index 00000000..7f59a6bb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/DependInfo.cmake new file mode 100644 index 00000000..963c7956 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/DependInfo.cmake @@ -0,0 +1,27 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2312.c" "external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib2312" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2312.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make new file mode 100644 index 00000000..3ef51349 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make @@ -0,0 +1,164 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib2312.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib2312.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib2312.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib2312.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2312.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.o: external/curl/tests/libtest/CMakeFiles/lib2312.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2312.c +external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.o: external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.o -MF CMakeFiles/lib2312.dir/lib2312.c.o.d -o CMakeFiles/lib2312.dir/lib2312.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2312.c + +external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2312.dir/lib2312.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2312.c > CMakeFiles/lib2312.dir/lib2312.c.i + +external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2312.dir/lib2312.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2312.c -o CMakeFiles/lib2312.dir/lib2312.c.s + +external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2312.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.o -MF CMakeFiles/lib2312.dir/first.c.o.d -o CMakeFiles/lib2312.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2312.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2312.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2312.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2312.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2312.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.o -MF CMakeFiles/lib2312.dir/testutil.c.o.d -o CMakeFiles/lib2312.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2312.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib2312.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2312.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib2312.dir/testutil.c.s + +external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib2312.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c +external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.o -MF CMakeFiles/lib2312.dir/testtrace.c.o.d -o CMakeFiles/lib2312.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c + +external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2312.dir/testtrace.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib2312.dir/testtrace.c.i + +external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2312.dir/testtrace.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib2312.dir/testtrace.c.s + +# Object files for target lib2312 +lib2312_OBJECTS = \ +"CMakeFiles/lib2312.dir/lib2312.c.o" \ +"CMakeFiles/lib2312.dir/first.c.o" \ +"CMakeFiles/lib2312.dir/testutil.c.o" \ +"CMakeFiles/lib2312.dir/testtrace.c.o" + +# External object files for target lib2312 +lib2312_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib2312: external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.o +external/curl/tests/libtest/lib2312: external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.o +external/curl/tests/libtest/lib2312: external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.o +external/curl/tests/libtest/lib2312: external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.o +external/curl/tests/libtest/lib2312: external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make +external/curl/tests/libtest/lib2312: external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.ts +external/curl/tests/libtest/lib2312: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib2312: /usr/lib/libz.so +external/curl/tests/libtest/lib2312: external/curl/tests/libtest/CMakeFiles/lib2312.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib2312" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2312.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib2312.dir/build: external/curl/tests/libtest/lib2312 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2312.dir/build + +external/curl/tests/libtest/CMakeFiles/lib2312.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2312.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2312.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib2312.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2312.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2312.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/cmake_clean.cmake new file mode 100644 index 00000000..be49e142 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib2312.dir/link.d" + "CMakeFiles/lib2312.dir/first.c.o" + "CMakeFiles/lib2312.dir/first.c.o.d" + "CMakeFiles/lib2312.dir/lib2312.c.o" + "CMakeFiles/lib2312.dir/lib2312.c.o.d" + "CMakeFiles/lib2312.dir/testtrace.c.o" + "CMakeFiles/lib2312.dir/testtrace.c.o.d" + "CMakeFiles/lib2312.dir/testutil.c.o" + "CMakeFiles/lib2312.dir/testutil.c.o.d" + "lib2312" + "lib2312.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib2312.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.make new file mode 100644 index 00000000..e8479018 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib2312. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.ts new file mode 100644 index 00000000..bb0df12d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib2312. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/depend.make new file mode 100644 index 00000000..b5aba2e2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib2312. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/flags.make new file mode 100644 index 00000000..3e88d883 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2312 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/link.txt new file mode 100644 index 00000000..ca713790 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2312.dir/link.d CMakeFiles/lib2312.dir/lib2312.c.o CMakeFiles/lib2312.dir/first.c.o CMakeFiles/lib2312.dir/testutil.c.o CMakeFiles/lib2312.dir/testtrace.c.o -o lib2312 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/progress.make new file mode 100644 index 00000000..7f59a6bb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/DependInfo.cmake new file mode 100644 index 00000000..a28eb07a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2402.c" "external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib2402" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2402.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make new file mode 100644 index 00000000..cba79a1a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib2402.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib2402.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib2402.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib2402.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2402.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.o: external/curl/tests/libtest/CMakeFiles/lib2402.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2402.c +external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.o: external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.o -MF CMakeFiles/lib2402.dir/lib2402.c.o.d -o CMakeFiles/lib2402.dir/lib2402.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2402.c + +external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2402.dir/lib2402.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2402.c > CMakeFiles/lib2402.dir/lib2402.c.i + +external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2402.dir/lib2402.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2402.c -o CMakeFiles/lib2402.dir/lib2402.c.s + +external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2402.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.o -MF CMakeFiles/lib2402.dir/first.c.o.d -o CMakeFiles/lib2402.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2402.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2402.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2402.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2402.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2402.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.o -MF CMakeFiles/lib2402.dir/testutil.c.o.d -o CMakeFiles/lib2402.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2402.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib2402.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2402.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib2402.dir/testutil.c.s + +# Object files for target lib2402 +lib2402_OBJECTS = \ +"CMakeFiles/lib2402.dir/lib2402.c.o" \ +"CMakeFiles/lib2402.dir/first.c.o" \ +"CMakeFiles/lib2402.dir/testutil.c.o" + +# External object files for target lib2402 +lib2402_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib2402: external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.o +external/curl/tests/libtest/lib2402: external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.o +external/curl/tests/libtest/lib2402: external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.o +external/curl/tests/libtest/lib2402: external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make +external/curl/tests/libtest/lib2402: external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.ts +external/curl/tests/libtest/lib2402: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib2402: /usr/lib/libz.so +external/curl/tests/libtest/lib2402: external/curl/tests/libtest/CMakeFiles/lib2402.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib2402" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2402.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib2402.dir/build: external/curl/tests/libtest/lib2402 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2402.dir/build + +external/curl/tests/libtest/CMakeFiles/lib2402.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2402.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2402.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib2402.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2402.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2402.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/cmake_clean.cmake new file mode 100644 index 00000000..4c5b3d0f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib2402.dir/link.d" + "CMakeFiles/lib2402.dir/first.c.o" + "CMakeFiles/lib2402.dir/first.c.o.d" + "CMakeFiles/lib2402.dir/lib2402.c.o" + "CMakeFiles/lib2402.dir/lib2402.c.o.d" + "CMakeFiles/lib2402.dir/testutil.c.o" + "CMakeFiles/lib2402.dir/testutil.c.o.d" + "lib2402" + "lib2402.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib2402.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.make new file mode 100644 index 00000000..0b6de87f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib2402. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.ts new file mode 100644 index 00000000..8ab78314 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib2402. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/depend.make new file mode 100644 index 00000000..76781423 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib2402. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/flags.make new file mode 100644 index 00000000..fd6410c8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2402 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/link.txt new file mode 100644 index 00000000..09735a49 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2402.dir/link.d CMakeFiles/lib2402.dir/lib2402.c.o CMakeFiles/lib2402.dir/first.c.o CMakeFiles/lib2402.dir/testutil.c.o -o lib2402 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/progress.make new file mode 100644 index 00000000..ed6d468e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 67 +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/DependInfo.cmake new file mode 100644 index 00000000..20fed330 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2404.c" "external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib2404" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2404.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make new file mode 100644 index 00000000..38df1648 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib2404.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib2404.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib2404.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib2404.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2404.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.o: external/curl/tests/libtest/CMakeFiles/lib2404.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2404.c +external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.o: external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.o -MF CMakeFiles/lib2404.dir/lib2404.c.o.d -o CMakeFiles/lib2404.dir/lib2404.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2404.c + +external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2404.dir/lib2404.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2404.c > CMakeFiles/lib2404.dir/lib2404.c.i + +external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2404.dir/lib2404.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2404.c -o CMakeFiles/lib2404.dir/lib2404.c.s + +external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2404.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.o -MF CMakeFiles/lib2404.dir/first.c.o.d -o CMakeFiles/lib2404.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2404.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2404.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2404.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2404.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2404.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.o -MF CMakeFiles/lib2404.dir/testutil.c.o.d -o CMakeFiles/lib2404.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2404.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib2404.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2404.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib2404.dir/testutil.c.s + +# Object files for target lib2404 +lib2404_OBJECTS = \ +"CMakeFiles/lib2404.dir/lib2404.c.o" \ +"CMakeFiles/lib2404.dir/first.c.o" \ +"CMakeFiles/lib2404.dir/testutil.c.o" + +# External object files for target lib2404 +lib2404_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib2404: external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.o +external/curl/tests/libtest/lib2404: external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.o +external/curl/tests/libtest/lib2404: external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.o +external/curl/tests/libtest/lib2404: external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make +external/curl/tests/libtest/lib2404: external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.ts +external/curl/tests/libtest/lib2404: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib2404: /usr/lib/libz.so +external/curl/tests/libtest/lib2404: external/curl/tests/libtest/CMakeFiles/lib2404.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib2404" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2404.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib2404.dir/build: external/curl/tests/libtest/lib2404 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2404.dir/build + +external/curl/tests/libtest/CMakeFiles/lib2404.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2404.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2404.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib2404.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2404.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2404.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/cmake_clean.cmake new file mode 100644 index 00000000..485d6c7b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib2404.dir/link.d" + "CMakeFiles/lib2404.dir/first.c.o" + "CMakeFiles/lib2404.dir/first.c.o.d" + "CMakeFiles/lib2404.dir/lib2404.c.o" + "CMakeFiles/lib2404.dir/lib2404.c.o.d" + "CMakeFiles/lib2404.dir/testutil.c.o" + "CMakeFiles/lib2404.dir/testutil.c.o.d" + "lib2404" + "lib2404.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib2404.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.make new file mode 100644 index 00000000..a18c267b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib2404. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.ts new file mode 100644 index 00000000..5455c96a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib2404. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/depend.make new file mode 100644 index 00000000..443eb67f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib2404. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/flags.make new file mode 100644 index 00000000..c291fbc2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2404 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/link.txt new file mode 100644 index 00000000..5922a1a4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2404.dir/link.d CMakeFiles/lib2404.dir/lib2404.c.o CMakeFiles/lib2404.dir/first.c.o CMakeFiles/lib2404.dir/testutil.c.o -o lib2404 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/DependInfo.cmake new file mode 100644 index 00000000..5184ae55 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2405.c" "external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib2405" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2405.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make new file mode 100644 index 00000000..1036d870 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib2405.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib2405.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib2405.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib2405.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2405.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.o: external/curl/tests/libtest/CMakeFiles/lib2405.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2405.c +external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.o: external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.o -MF CMakeFiles/lib2405.dir/lib2405.c.o.d -o CMakeFiles/lib2405.dir/lib2405.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2405.c + +external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2405.dir/lib2405.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2405.c > CMakeFiles/lib2405.dir/lib2405.c.i + +external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2405.dir/lib2405.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2405.c -o CMakeFiles/lib2405.dir/lib2405.c.s + +external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2405.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.o -MF CMakeFiles/lib2405.dir/first.c.o.d -o CMakeFiles/lib2405.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2405.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2405.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2405.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2405.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2405.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.o -MF CMakeFiles/lib2405.dir/testutil.c.o.d -o CMakeFiles/lib2405.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2405.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib2405.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2405.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib2405.dir/testutil.c.s + +# Object files for target lib2405 +lib2405_OBJECTS = \ +"CMakeFiles/lib2405.dir/lib2405.c.o" \ +"CMakeFiles/lib2405.dir/first.c.o" \ +"CMakeFiles/lib2405.dir/testutil.c.o" + +# External object files for target lib2405 +lib2405_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib2405: external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.o +external/curl/tests/libtest/lib2405: external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.o +external/curl/tests/libtest/lib2405: external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.o +external/curl/tests/libtest/lib2405: external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make +external/curl/tests/libtest/lib2405: external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.ts +external/curl/tests/libtest/lib2405: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib2405: /usr/lib/libz.so +external/curl/tests/libtest/lib2405: external/curl/tests/libtest/CMakeFiles/lib2405.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib2405" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2405.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib2405.dir/build: external/curl/tests/libtest/lib2405 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2405.dir/build + +external/curl/tests/libtest/CMakeFiles/lib2405.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2405.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2405.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib2405.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2405.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2405.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/cmake_clean.cmake new file mode 100644 index 00000000..a3d9a63a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib2405.dir/link.d" + "CMakeFiles/lib2405.dir/first.c.o" + "CMakeFiles/lib2405.dir/first.c.o.d" + "CMakeFiles/lib2405.dir/lib2405.c.o" + "CMakeFiles/lib2405.dir/lib2405.c.o.d" + "CMakeFiles/lib2405.dir/testutil.c.o" + "CMakeFiles/lib2405.dir/testutil.c.o.d" + "lib2405" + "lib2405.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib2405.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.make new file mode 100644 index 00000000..1f854bd8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib2405. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.ts new file mode 100644 index 00000000..a5ed0b65 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib2405. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/depend.make new file mode 100644 index 00000000..bd92c3c9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib2405. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/flags.make new file mode 100644 index 00000000..f24af3e0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2405 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/link.txt new file mode 100644 index 00000000..56c581a5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2405.dir/link.d CMakeFiles/lib2405.dir/lib2405.c.o CMakeFiles/lib2405.dir/first.c.o CMakeFiles/lib2405.dir/testutil.c.o -o lib2405 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/DependInfo.cmake new file mode 100644 index 00000000..bc0d6d5d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/DependInfo.cmake @@ -0,0 +1,27 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2502.c" "external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib2502" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2502.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make new file mode 100644 index 00000000..1e5fdab3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make @@ -0,0 +1,164 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib2502.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib2502.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib2502.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib2502.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2502.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.o: external/curl/tests/libtest/CMakeFiles/lib2502.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2502.c +external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.o: external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.o -MF CMakeFiles/lib2502.dir/lib2502.c.o.d -o CMakeFiles/lib2502.dir/lib2502.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2502.c + +external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2502.dir/lib2502.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2502.c > CMakeFiles/lib2502.dir/lib2502.c.i + +external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2502.dir/lib2502.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2502.c -o CMakeFiles/lib2502.dir/lib2502.c.s + +external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2502.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.o -MF CMakeFiles/lib2502.dir/first.c.o.d -o CMakeFiles/lib2502.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2502.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2502.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2502.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2502.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2502.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.o -MF CMakeFiles/lib2502.dir/testutil.c.o.d -o CMakeFiles/lib2502.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2502.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib2502.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2502.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib2502.dir/testutil.c.s + +external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib2502.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c +external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.o -MF CMakeFiles/lib2502.dir/testtrace.c.o.d -o CMakeFiles/lib2502.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c + +external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2502.dir/testtrace.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib2502.dir/testtrace.c.i + +external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2502.dir/testtrace.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib2502.dir/testtrace.c.s + +# Object files for target lib2502 +lib2502_OBJECTS = \ +"CMakeFiles/lib2502.dir/lib2502.c.o" \ +"CMakeFiles/lib2502.dir/first.c.o" \ +"CMakeFiles/lib2502.dir/testutil.c.o" \ +"CMakeFiles/lib2502.dir/testtrace.c.o" + +# External object files for target lib2502 +lib2502_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib2502: external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.o +external/curl/tests/libtest/lib2502: external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.o +external/curl/tests/libtest/lib2502: external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.o +external/curl/tests/libtest/lib2502: external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.o +external/curl/tests/libtest/lib2502: external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make +external/curl/tests/libtest/lib2502: external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.ts +external/curl/tests/libtest/lib2502: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib2502: /usr/lib/libz.so +external/curl/tests/libtest/lib2502: external/curl/tests/libtest/CMakeFiles/lib2502.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib2502" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2502.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib2502.dir/build: external/curl/tests/libtest/lib2502 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2502.dir/build + +external/curl/tests/libtest/CMakeFiles/lib2502.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2502.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2502.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib2502.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2502.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2502.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/cmake_clean.cmake new file mode 100644 index 00000000..cd3574f9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib2502.dir/link.d" + "CMakeFiles/lib2502.dir/first.c.o" + "CMakeFiles/lib2502.dir/first.c.o.d" + "CMakeFiles/lib2502.dir/lib2502.c.o" + "CMakeFiles/lib2502.dir/lib2502.c.o.d" + "CMakeFiles/lib2502.dir/testtrace.c.o" + "CMakeFiles/lib2502.dir/testtrace.c.o.d" + "CMakeFiles/lib2502.dir/testutil.c.o" + "CMakeFiles/lib2502.dir/testutil.c.o.d" + "lib2502" + "lib2502.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib2502.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.make new file mode 100644 index 00000000..93927940 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib2502. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.ts new file mode 100644 index 00000000..ad7f74a7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib2502. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/depend.make new file mode 100644 index 00000000..17b213cd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib2502. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/flags.make new file mode 100644 index 00000000..d4f55c3e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2502 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/link.txt new file mode 100644 index 00000000..42a1f945 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2502.dir/link.d CMakeFiles/lib2502.dir/lib2502.c.o CMakeFiles/lib2502.dir/first.c.o CMakeFiles/lib2502.dir/testutil.c.o CMakeFiles/lib2502.dir/testtrace.c.o -o lib2502 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/progress.make new file mode 100644 index 00000000..7f59a6bb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/DependInfo.cmake new file mode 100644 index 00000000..86ce82a3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3010.c" "external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib3010" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3010.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make new file mode 100644 index 00000000..27b241a6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib3010.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib3010.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib3010.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib3010.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3010.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.o: external/curl/tests/libtest/CMakeFiles/lib3010.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3010.c +external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.o: external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.o -MF CMakeFiles/lib3010.dir/lib3010.c.o.d -o CMakeFiles/lib3010.dir/lib3010.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3010.c + +external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3010.dir/lib3010.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3010.c > CMakeFiles/lib3010.dir/lib3010.c.i + +external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3010.dir/lib3010.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3010.c -o CMakeFiles/lib3010.dir/lib3010.c.s + +external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3010.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.o -MF CMakeFiles/lib3010.dir/first.c.o.d -o CMakeFiles/lib3010.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3010.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3010.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3010.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3010.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3010.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.o -MF CMakeFiles/lib3010.dir/testutil.c.o.d -o CMakeFiles/lib3010.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3010.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib3010.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3010.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib3010.dir/testutil.c.s + +# Object files for target lib3010 +lib3010_OBJECTS = \ +"CMakeFiles/lib3010.dir/lib3010.c.o" \ +"CMakeFiles/lib3010.dir/first.c.o" \ +"CMakeFiles/lib3010.dir/testutil.c.o" + +# External object files for target lib3010 +lib3010_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib3010: external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.o +external/curl/tests/libtest/lib3010: external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.o +external/curl/tests/libtest/lib3010: external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.o +external/curl/tests/libtest/lib3010: external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make +external/curl/tests/libtest/lib3010: external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.ts +external/curl/tests/libtest/lib3010: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib3010: /usr/lib/libz.so +external/curl/tests/libtest/lib3010: external/curl/tests/libtest/CMakeFiles/lib3010.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib3010" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3010.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib3010.dir/build: external/curl/tests/libtest/lib3010 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3010.dir/build + +external/curl/tests/libtest/CMakeFiles/lib3010.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3010.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3010.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib3010.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3010.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3010.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/cmake_clean.cmake new file mode 100644 index 00000000..c177b489 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib3010.dir/link.d" + "CMakeFiles/lib3010.dir/first.c.o" + "CMakeFiles/lib3010.dir/first.c.o.d" + "CMakeFiles/lib3010.dir/lib3010.c.o" + "CMakeFiles/lib3010.dir/lib3010.c.o.d" + "CMakeFiles/lib3010.dir/testutil.c.o" + "CMakeFiles/lib3010.dir/testutil.c.o.d" + "lib3010" + "lib3010.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib3010.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.make new file mode 100644 index 00000000..9a50a88e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib3010. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.ts new file mode 100644 index 00000000..b0e501dd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib3010. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/depend.make new file mode 100644 index 00000000..b902b9b8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib3010. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/flags.make new file mode 100644 index 00000000..98f850cd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3010 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/link.txt new file mode 100644 index 00000000..a3b29f72 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3010.dir/link.d CMakeFiles/lib3010.dir/lib3010.c.o CMakeFiles/lib3010.dir/first.c.o CMakeFiles/lib3010.dir/testutil.c.o -o lib3010 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/DependInfo.cmake new file mode 100644 index 00000000..e848f21f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3025.c" "external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib3025" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3025.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make new file mode 100644 index 00000000..96f2aeb9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib3025.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib3025.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib3025.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib3025.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3025.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.o: external/curl/tests/libtest/CMakeFiles/lib3025.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3025.c +external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.o: external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.o -MF CMakeFiles/lib3025.dir/lib3025.c.o.d -o CMakeFiles/lib3025.dir/lib3025.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3025.c + +external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3025.dir/lib3025.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3025.c > CMakeFiles/lib3025.dir/lib3025.c.i + +external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3025.dir/lib3025.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3025.c -o CMakeFiles/lib3025.dir/lib3025.c.s + +external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3025.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.o -MF CMakeFiles/lib3025.dir/first.c.o.d -o CMakeFiles/lib3025.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3025.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3025.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3025.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3025.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3025.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.o -MF CMakeFiles/lib3025.dir/testutil.c.o.d -o CMakeFiles/lib3025.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3025.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib3025.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3025.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib3025.dir/testutil.c.s + +# Object files for target lib3025 +lib3025_OBJECTS = \ +"CMakeFiles/lib3025.dir/lib3025.c.o" \ +"CMakeFiles/lib3025.dir/first.c.o" \ +"CMakeFiles/lib3025.dir/testutil.c.o" + +# External object files for target lib3025 +lib3025_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib3025: external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.o +external/curl/tests/libtest/lib3025: external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.o +external/curl/tests/libtest/lib3025: external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.o +external/curl/tests/libtest/lib3025: external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make +external/curl/tests/libtest/lib3025: external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.ts +external/curl/tests/libtest/lib3025: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib3025: /usr/lib/libz.so +external/curl/tests/libtest/lib3025: external/curl/tests/libtest/CMakeFiles/lib3025.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib3025" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3025.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib3025.dir/build: external/curl/tests/libtest/lib3025 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3025.dir/build + +external/curl/tests/libtest/CMakeFiles/lib3025.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3025.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3025.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib3025.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3025.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3025.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/cmake_clean.cmake new file mode 100644 index 00000000..3690c7f2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib3025.dir/link.d" + "CMakeFiles/lib3025.dir/first.c.o" + "CMakeFiles/lib3025.dir/first.c.o.d" + "CMakeFiles/lib3025.dir/lib3025.c.o" + "CMakeFiles/lib3025.dir/lib3025.c.o.d" + "CMakeFiles/lib3025.dir/testutil.c.o" + "CMakeFiles/lib3025.dir/testutil.c.o.d" + "lib3025" + "lib3025.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib3025.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.make new file mode 100644 index 00000000..bcad010e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib3025. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.ts new file mode 100644 index 00000000..7c397fff --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib3025. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/depend.make new file mode 100644 index 00000000..d7ca45f8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib3025. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/flags.make new file mode 100644 index 00000000..d62f9c03 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3025 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/link.txt new file mode 100644 index 00000000..40056db9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3025.dir/link.d CMakeFiles/lib3025.dir/lib3025.c.o CMakeFiles/lib3025.dir/first.c.o CMakeFiles/lib3025.dir/testutil.c.o -o lib3025 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/DependInfo.cmake new file mode 100644 index 00000000..8d862e16 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3026.c" "external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib3026" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3026.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make new file mode 100644 index 00000000..2d8961ce --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib3026.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib3026.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib3026.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib3026.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3026.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.o: external/curl/tests/libtest/CMakeFiles/lib3026.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3026.c +external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.o: external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.o -MF CMakeFiles/lib3026.dir/lib3026.c.o.d -o CMakeFiles/lib3026.dir/lib3026.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3026.c + +external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3026.dir/lib3026.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3026.c > CMakeFiles/lib3026.dir/lib3026.c.i + +external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3026.dir/lib3026.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3026.c -o CMakeFiles/lib3026.dir/lib3026.c.s + +external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3026.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.o -MF CMakeFiles/lib3026.dir/first.c.o.d -o CMakeFiles/lib3026.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3026.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3026.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3026.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3026.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3026.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.o -MF CMakeFiles/lib3026.dir/testutil.c.o.d -o CMakeFiles/lib3026.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3026.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib3026.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3026.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib3026.dir/testutil.c.s + +# Object files for target lib3026 +lib3026_OBJECTS = \ +"CMakeFiles/lib3026.dir/lib3026.c.o" \ +"CMakeFiles/lib3026.dir/first.c.o" \ +"CMakeFiles/lib3026.dir/testutil.c.o" + +# External object files for target lib3026 +lib3026_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib3026: external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.o +external/curl/tests/libtest/lib3026: external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.o +external/curl/tests/libtest/lib3026: external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.o +external/curl/tests/libtest/lib3026: external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make +external/curl/tests/libtest/lib3026: external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.ts +external/curl/tests/libtest/lib3026: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib3026: /usr/lib/libz.so +external/curl/tests/libtest/lib3026: external/curl/tests/libtest/CMakeFiles/lib3026.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib3026" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3026.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib3026.dir/build: external/curl/tests/libtest/lib3026 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3026.dir/build + +external/curl/tests/libtest/CMakeFiles/lib3026.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3026.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3026.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib3026.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3026.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3026.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/cmake_clean.cmake new file mode 100644 index 00000000..877f7838 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib3026.dir/link.d" + "CMakeFiles/lib3026.dir/first.c.o" + "CMakeFiles/lib3026.dir/first.c.o.d" + "CMakeFiles/lib3026.dir/lib3026.c.o" + "CMakeFiles/lib3026.dir/lib3026.c.o.d" + "CMakeFiles/lib3026.dir/testutil.c.o" + "CMakeFiles/lib3026.dir/testutil.c.o.d" + "lib3026" + "lib3026.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib3026.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.make new file mode 100644 index 00000000..d8ff0ee5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib3026. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.ts new file mode 100644 index 00000000..a516c482 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib3026. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/depend.make new file mode 100644 index 00000000..0d0de658 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib3026. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/flags.make new file mode 100644 index 00000000..06033808 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3026 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/link.txt new file mode 100644 index 00000000..4cc57e9c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3026.dir/link.d CMakeFiles/lib3026.dir/lib3026.c.o CMakeFiles/lib3026.dir/first.c.o CMakeFiles/lib3026.dir/testutil.c.o -o lib3026 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/DependInfo.cmake new file mode 100644 index 00000000..c483feba --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3027.c" "external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib3027" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3027.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make new file mode 100644 index 00000000..881fdcf2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib3027.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib3027.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib3027.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib3027.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3027.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.o: external/curl/tests/libtest/CMakeFiles/lib3027.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3027.c +external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.o: external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.o -MF CMakeFiles/lib3027.dir/lib3027.c.o.d -o CMakeFiles/lib3027.dir/lib3027.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3027.c + +external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3027.dir/lib3027.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3027.c > CMakeFiles/lib3027.dir/lib3027.c.i + +external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3027.dir/lib3027.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3027.c -o CMakeFiles/lib3027.dir/lib3027.c.s + +external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3027.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.o -MF CMakeFiles/lib3027.dir/first.c.o.d -o CMakeFiles/lib3027.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3027.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3027.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3027.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3027.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3027.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.o -MF CMakeFiles/lib3027.dir/testutil.c.o.d -o CMakeFiles/lib3027.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3027.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib3027.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3027.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib3027.dir/testutil.c.s + +# Object files for target lib3027 +lib3027_OBJECTS = \ +"CMakeFiles/lib3027.dir/lib3027.c.o" \ +"CMakeFiles/lib3027.dir/first.c.o" \ +"CMakeFiles/lib3027.dir/testutil.c.o" + +# External object files for target lib3027 +lib3027_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib3027: external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.o +external/curl/tests/libtest/lib3027: external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.o +external/curl/tests/libtest/lib3027: external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.o +external/curl/tests/libtest/lib3027: external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make +external/curl/tests/libtest/lib3027: external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.ts +external/curl/tests/libtest/lib3027: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib3027: /usr/lib/libz.so +external/curl/tests/libtest/lib3027: external/curl/tests/libtest/CMakeFiles/lib3027.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib3027" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3027.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib3027.dir/build: external/curl/tests/libtest/lib3027 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3027.dir/build + +external/curl/tests/libtest/CMakeFiles/lib3027.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3027.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3027.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib3027.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3027.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3027.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/cmake_clean.cmake new file mode 100644 index 00000000..7a1a4906 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib3027.dir/link.d" + "CMakeFiles/lib3027.dir/first.c.o" + "CMakeFiles/lib3027.dir/first.c.o.d" + "CMakeFiles/lib3027.dir/lib3027.c.o" + "CMakeFiles/lib3027.dir/lib3027.c.o.d" + "CMakeFiles/lib3027.dir/testutil.c.o" + "CMakeFiles/lib3027.dir/testutil.c.o.d" + "lib3027" + "lib3027.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib3027.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.make new file mode 100644 index 00000000..64841f46 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib3027. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.ts new file mode 100644 index 00000000..3b537777 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib3027. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/depend.make new file mode 100644 index 00000000..78970429 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib3027. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/flags.make new file mode 100644 index 00000000..993e97fd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3027 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/link.txt new file mode 100644 index 00000000..24f12618 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3027.dir/link.d CMakeFiles/lib3027.dir/lib3027.c.o CMakeFiles/lib3027.dir/first.c.o CMakeFiles/lib3027.dir/testutil.c.o -o lib3027 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/progress.make new file mode 100644 index 00000000..302a774c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 68 +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/DependInfo.cmake new file mode 100644 index 00000000..ecf6d189 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3100.c" "external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib3100" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3100.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make new file mode 100644 index 00000000..ebf79eec --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib3100.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib3100.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib3100.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib3100.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3100.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.o: external/curl/tests/libtest/CMakeFiles/lib3100.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3100.c +external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.o: external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.o -MF CMakeFiles/lib3100.dir/lib3100.c.o.d -o CMakeFiles/lib3100.dir/lib3100.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3100.c + +external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3100.dir/lib3100.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3100.c > CMakeFiles/lib3100.dir/lib3100.c.i + +external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3100.dir/lib3100.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3100.c -o CMakeFiles/lib3100.dir/lib3100.c.s + +external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3100.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.o -MF CMakeFiles/lib3100.dir/first.c.o.d -o CMakeFiles/lib3100.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3100.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3100.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3100.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3100.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3100.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.o -MF CMakeFiles/lib3100.dir/testutil.c.o.d -o CMakeFiles/lib3100.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3100.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib3100.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3100.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib3100.dir/testutil.c.s + +# Object files for target lib3100 +lib3100_OBJECTS = \ +"CMakeFiles/lib3100.dir/lib3100.c.o" \ +"CMakeFiles/lib3100.dir/first.c.o" \ +"CMakeFiles/lib3100.dir/testutil.c.o" + +# External object files for target lib3100 +lib3100_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib3100: external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.o +external/curl/tests/libtest/lib3100: external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.o +external/curl/tests/libtest/lib3100: external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.o +external/curl/tests/libtest/lib3100: external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make +external/curl/tests/libtest/lib3100: external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.ts +external/curl/tests/libtest/lib3100: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib3100: /usr/lib/libz.so +external/curl/tests/libtest/lib3100: external/curl/tests/libtest/CMakeFiles/lib3100.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib3100" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3100.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib3100.dir/build: external/curl/tests/libtest/lib3100 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3100.dir/build + +external/curl/tests/libtest/CMakeFiles/lib3100.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3100.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3100.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib3100.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3100.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3100.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/cmake_clean.cmake new file mode 100644 index 00000000..5fbf45a7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib3100.dir/link.d" + "CMakeFiles/lib3100.dir/first.c.o" + "CMakeFiles/lib3100.dir/first.c.o.d" + "CMakeFiles/lib3100.dir/lib3100.c.o" + "CMakeFiles/lib3100.dir/lib3100.c.o.d" + "CMakeFiles/lib3100.dir/testutil.c.o" + "CMakeFiles/lib3100.dir/testutil.c.o.d" + "lib3100" + "lib3100.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib3100.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.make new file mode 100644 index 00000000..745e796d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib3100. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.ts new file mode 100644 index 00000000..177742ad --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib3100. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/depend.make new file mode 100644 index 00000000..7e8c0749 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib3100. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/flags.make new file mode 100644 index 00000000..84b2c3e0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3100 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/link.txt new file mode 100644 index 00000000..5e3da55c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3100.dir/link.d CMakeFiles/lib3100.dir/lib3100.c.o CMakeFiles/lib3100.dir/first.c.o CMakeFiles/lib3100.dir/testutil.c.o -o lib3100 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/DependInfo.cmake new file mode 100644 index 00000000..b7d52fe3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3101.c" "external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib3101" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3101.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make new file mode 100644 index 00000000..20104ce2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib3101.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib3101.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib3101.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib3101.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3101.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.o: external/curl/tests/libtest/CMakeFiles/lib3101.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3101.c +external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.o: external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.o -MF CMakeFiles/lib3101.dir/lib3101.c.o.d -o CMakeFiles/lib3101.dir/lib3101.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3101.c + +external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3101.dir/lib3101.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3101.c > CMakeFiles/lib3101.dir/lib3101.c.i + +external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3101.dir/lib3101.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3101.c -o CMakeFiles/lib3101.dir/lib3101.c.s + +external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3101.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.o -MF CMakeFiles/lib3101.dir/first.c.o.d -o CMakeFiles/lib3101.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3101.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3101.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3101.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3101.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3101.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.o -MF CMakeFiles/lib3101.dir/testutil.c.o.d -o CMakeFiles/lib3101.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3101.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib3101.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3101.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib3101.dir/testutil.c.s + +# Object files for target lib3101 +lib3101_OBJECTS = \ +"CMakeFiles/lib3101.dir/lib3101.c.o" \ +"CMakeFiles/lib3101.dir/first.c.o" \ +"CMakeFiles/lib3101.dir/testutil.c.o" + +# External object files for target lib3101 +lib3101_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib3101: external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.o +external/curl/tests/libtest/lib3101: external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.o +external/curl/tests/libtest/lib3101: external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.o +external/curl/tests/libtest/lib3101: external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make +external/curl/tests/libtest/lib3101: external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.ts +external/curl/tests/libtest/lib3101: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib3101: /usr/lib/libz.so +external/curl/tests/libtest/lib3101: external/curl/tests/libtest/CMakeFiles/lib3101.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib3101" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3101.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib3101.dir/build: external/curl/tests/libtest/lib3101 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3101.dir/build + +external/curl/tests/libtest/CMakeFiles/lib3101.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3101.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3101.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib3101.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3101.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3101.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/cmake_clean.cmake new file mode 100644 index 00000000..87658234 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib3101.dir/link.d" + "CMakeFiles/lib3101.dir/first.c.o" + "CMakeFiles/lib3101.dir/first.c.o.d" + "CMakeFiles/lib3101.dir/lib3101.c.o" + "CMakeFiles/lib3101.dir/lib3101.c.o.d" + "CMakeFiles/lib3101.dir/testutil.c.o" + "CMakeFiles/lib3101.dir/testutil.c.o.d" + "lib3101" + "lib3101.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib3101.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.make new file mode 100644 index 00000000..489799fe --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib3101. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.ts new file mode 100644 index 00000000..98b78c9c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib3101. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/depend.make new file mode 100644 index 00000000..f9f6ec2d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib3101. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/flags.make new file mode 100644 index 00000000..c2b88208 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3101 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/link.txt new file mode 100644 index 00000000..1ca165e4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3101.dir/link.d CMakeFiles/lib3101.dir/lib3101.c.o CMakeFiles/lib3101.dir/first.c.o CMakeFiles/lib3101.dir/testutil.c.o -o lib3101 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/DependInfo.cmake new file mode 100644 index 00000000..060f86d7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3102.c" "external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib3102" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3102.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make new file mode 100644 index 00000000..19e0f342 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib3102.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib3102.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib3102.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib3102.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3102.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.o: external/curl/tests/libtest/CMakeFiles/lib3102.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3102.c +external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.o: external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.o -MF CMakeFiles/lib3102.dir/lib3102.c.o.d -o CMakeFiles/lib3102.dir/lib3102.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3102.c + +external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3102.dir/lib3102.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3102.c > CMakeFiles/lib3102.dir/lib3102.c.i + +external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3102.dir/lib3102.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3102.c -o CMakeFiles/lib3102.dir/lib3102.c.s + +external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3102.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.o -MF CMakeFiles/lib3102.dir/first.c.o.d -o CMakeFiles/lib3102.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3102.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3102.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3102.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3102.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3102.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.o -MF CMakeFiles/lib3102.dir/testutil.c.o.d -o CMakeFiles/lib3102.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3102.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib3102.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3102.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib3102.dir/testutil.c.s + +# Object files for target lib3102 +lib3102_OBJECTS = \ +"CMakeFiles/lib3102.dir/lib3102.c.o" \ +"CMakeFiles/lib3102.dir/first.c.o" \ +"CMakeFiles/lib3102.dir/testutil.c.o" + +# External object files for target lib3102 +lib3102_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib3102: external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.o +external/curl/tests/libtest/lib3102: external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.o +external/curl/tests/libtest/lib3102: external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.o +external/curl/tests/libtest/lib3102: external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make +external/curl/tests/libtest/lib3102: external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.ts +external/curl/tests/libtest/lib3102: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib3102: /usr/lib/libz.so +external/curl/tests/libtest/lib3102: external/curl/tests/libtest/CMakeFiles/lib3102.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib3102" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3102.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib3102.dir/build: external/curl/tests/libtest/lib3102 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3102.dir/build + +external/curl/tests/libtest/CMakeFiles/lib3102.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3102.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3102.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib3102.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3102.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3102.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/cmake_clean.cmake new file mode 100644 index 00000000..4f2110e1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib3102.dir/link.d" + "CMakeFiles/lib3102.dir/first.c.o" + "CMakeFiles/lib3102.dir/first.c.o.d" + "CMakeFiles/lib3102.dir/lib3102.c.o" + "CMakeFiles/lib3102.dir/lib3102.c.o.d" + "CMakeFiles/lib3102.dir/testutil.c.o" + "CMakeFiles/lib3102.dir/testutil.c.o.d" + "lib3102" + "lib3102.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib3102.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.make new file mode 100644 index 00000000..10088fe6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib3102. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.ts new file mode 100644 index 00000000..8279526e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib3102. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/depend.make new file mode 100644 index 00000000..33adc92c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib3102. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/flags.make new file mode 100644 index 00000000..e813c7da --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3102 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/link.txt new file mode 100644 index 00000000..f0e21f46 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3102.dir/link.d CMakeFiles/lib3102.dir/lib3102.c.o CMakeFiles/lib3102.dir/first.c.o CMakeFiles/lib3102.dir/testutil.c.o -o lib3102 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/DependInfo.cmake new file mode 100644 index 00000000..545037e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3103.c" "external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.o.d" + "" "external/curl/tests/libtest/lib3103" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3103.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make new file mode 100644 index 00000000..af020724 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib3103.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib3103.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib3103.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib3103.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3103.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.o: external/curl/tests/libtest/CMakeFiles/lib3103.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3103.c +external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.o: external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.o -MF CMakeFiles/lib3103.dir/lib3103.c.o.d -o CMakeFiles/lib3103.dir/lib3103.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3103.c + +external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3103.dir/lib3103.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3103.c > CMakeFiles/lib3103.dir/lib3103.c.i + +external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3103.dir/lib3103.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3103.c -o CMakeFiles/lib3103.dir/lib3103.c.s + +external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3103.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.o -MF CMakeFiles/lib3103.dir/first.c.o.d -o CMakeFiles/lib3103.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3103.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3103.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3103.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3103.dir/first.c.s + +# Object files for target lib3103 +lib3103_OBJECTS = \ +"CMakeFiles/lib3103.dir/lib3103.c.o" \ +"CMakeFiles/lib3103.dir/first.c.o" + +# External object files for target lib3103 +lib3103_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib3103: external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.o +external/curl/tests/libtest/lib3103: external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.o +external/curl/tests/libtest/lib3103: external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make +external/curl/tests/libtest/lib3103: external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.ts +external/curl/tests/libtest/lib3103: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib3103: /usr/lib/libz.so +external/curl/tests/libtest/lib3103: external/curl/tests/libtest/CMakeFiles/lib3103.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib3103" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3103.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib3103.dir/build: external/curl/tests/libtest/lib3103 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3103.dir/build + +external/curl/tests/libtest/CMakeFiles/lib3103.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3103.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3103.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib3103.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3103.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3103.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/cmake_clean.cmake new file mode 100644 index 00000000..e5d4fbc4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib3103.dir/link.d" + "CMakeFiles/lib3103.dir/first.c.o" + "CMakeFiles/lib3103.dir/first.c.o.d" + "CMakeFiles/lib3103.dir/lib3103.c.o" + "CMakeFiles/lib3103.dir/lib3103.c.o.d" + "lib3103" + "lib3103.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib3103.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.make new file mode 100644 index 00000000..d401bbf9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib3103. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.ts new file mode 100644 index 00000000..d944aea6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib3103. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/depend.make new file mode 100644 index 00000000..8aa3c3f1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib3103. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/flags.make new file mode 100644 index 00000000..b5ea8157 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3103 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/link.txt new file mode 100644 index 00000000..f6d5eb1b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3103.dir/link.d CMakeFiles/lib3103.dir/lib3103.c.o CMakeFiles/lib3103.dir/first.c.o -o lib3103 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/DependInfo.cmake new file mode 100644 index 00000000..eff9aa6c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3104.c" "external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.o.d" + "" "external/curl/tests/libtest/lib3104" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3104.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make new file mode 100644 index 00000000..fc1cd38c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib3104.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib3104.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib3104.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib3104.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3104.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.o: external/curl/tests/libtest/CMakeFiles/lib3104.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3104.c +external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.o: external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.o -MF CMakeFiles/lib3104.dir/lib3104.c.o.d -o CMakeFiles/lib3104.dir/lib3104.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3104.c + +external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3104.dir/lib3104.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3104.c > CMakeFiles/lib3104.dir/lib3104.c.i + +external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3104.dir/lib3104.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3104.c -o CMakeFiles/lib3104.dir/lib3104.c.s + +external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3104.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.o -MF CMakeFiles/lib3104.dir/first.c.o.d -o CMakeFiles/lib3104.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3104.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3104.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3104.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3104.dir/first.c.s + +# Object files for target lib3104 +lib3104_OBJECTS = \ +"CMakeFiles/lib3104.dir/lib3104.c.o" \ +"CMakeFiles/lib3104.dir/first.c.o" + +# External object files for target lib3104 +lib3104_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib3104: external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.o +external/curl/tests/libtest/lib3104: external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.o +external/curl/tests/libtest/lib3104: external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make +external/curl/tests/libtest/lib3104: external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.ts +external/curl/tests/libtest/lib3104: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib3104: /usr/lib/libz.so +external/curl/tests/libtest/lib3104: external/curl/tests/libtest/CMakeFiles/lib3104.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib3104" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3104.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib3104.dir/build: external/curl/tests/libtest/lib3104 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3104.dir/build + +external/curl/tests/libtest/CMakeFiles/lib3104.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3104.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3104.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib3104.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3104.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3104.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/cmake_clean.cmake new file mode 100644 index 00000000..e1013b0a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib3104.dir/link.d" + "CMakeFiles/lib3104.dir/first.c.o" + "CMakeFiles/lib3104.dir/first.c.o.d" + "CMakeFiles/lib3104.dir/lib3104.c.o" + "CMakeFiles/lib3104.dir/lib3104.c.o.d" + "lib3104" + "lib3104.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib3104.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.make new file mode 100644 index 00000000..307279e5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib3104. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.ts new file mode 100644 index 00000000..64372c04 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib3104. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/depend.make new file mode 100644 index 00000000..e4fbdd4b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib3104. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/flags.make new file mode 100644 index 00000000..4271f53e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3104 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/link.txt new file mode 100644 index 00000000..3b9a3648 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3104.dir/link.d CMakeFiles/lib3104.dir/lib3104.c.o CMakeFiles/lib3104.dir/first.c.o -o lib3104 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/DependInfo.cmake new file mode 100644 index 00000000..af118491 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3105.c" "external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.o.d" + "" "external/curl/tests/libtest/lib3105" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3105.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make new file mode 100644 index 00000000..94feae03 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib3105.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib3105.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib3105.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib3105.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3105.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.o: external/curl/tests/libtest/CMakeFiles/lib3105.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3105.c +external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.o: external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.o -MF CMakeFiles/lib3105.dir/lib3105.c.o.d -o CMakeFiles/lib3105.dir/lib3105.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3105.c + +external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3105.dir/lib3105.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3105.c > CMakeFiles/lib3105.dir/lib3105.c.i + +external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3105.dir/lib3105.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3105.c -o CMakeFiles/lib3105.dir/lib3105.c.s + +external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3105.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.o -MF CMakeFiles/lib3105.dir/first.c.o.d -o CMakeFiles/lib3105.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3105.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3105.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3105.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3105.dir/first.c.s + +# Object files for target lib3105 +lib3105_OBJECTS = \ +"CMakeFiles/lib3105.dir/lib3105.c.o" \ +"CMakeFiles/lib3105.dir/first.c.o" + +# External object files for target lib3105 +lib3105_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib3105: external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.o +external/curl/tests/libtest/lib3105: external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.o +external/curl/tests/libtest/lib3105: external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make +external/curl/tests/libtest/lib3105: external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.ts +external/curl/tests/libtest/lib3105: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib3105: /usr/lib/libz.so +external/curl/tests/libtest/lib3105: external/curl/tests/libtest/CMakeFiles/lib3105.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib3105" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3105.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib3105.dir/build: external/curl/tests/libtest/lib3105 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3105.dir/build + +external/curl/tests/libtest/CMakeFiles/lib3105.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3105.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3105.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib3105.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3105.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3105.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/cmake_clean.cmake new file mode 100644 index 00000000..46bd722b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib3105.dir/link.d" + "CMakeFiles/lib3105.dir/first.c.o" + "CMakeFiles/lib3105.dir/first.c.o.d" + "CMakeFiles/lib3105.dir/lib3105.c.o" + "CMakeFiles/lib3105.dir/lib3105.c.o.d" + "lib3105" + "lib3105.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib3105.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.make new file mode 100644 index 00000000..95e57f0b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib3105. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.ts new file mode 100644 index 00000000..60208313 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib3105. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/depend.make new file mode 100644 index 00000000..2fd1a098 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib3105. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/flags.make new file mode 100644 index 00000000..c83575c7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3105 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/link.txt new file mode 100644 index 00000000..5b79dbd9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3105.dir/link.d CMakeFiles/lib3105.dir/lib3105.c.o CMakeFiles/lib3105.dir/first.c.o -o lib3105 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/DependInfo.cmake new file mode 100644 index 00000000..38c79b17 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/DependInfo.cmake @@ -0,0 +1,27 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3207.c" "external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/memptr.c" "external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib3207" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3207.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make new file mode 100644 index 00000000..6b670a61 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make @@ -0,0 +1,164 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib3207.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib3207.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib3207.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib3207.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3207.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.o: external/curl/tests/libtest/CMakeFiles/lib3207.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3207.c +external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.o: external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.o -MF CMakeFiles/lib3207.dir/lib3207.c.o.d -o CMakeFiles/lib3207.dir/lib3207.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3207.c + +external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3207.dir/lib3207.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3207.c > CMakeFiles/lib3207.dir/lib3207.c.i + +external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3207.dir/lib3207.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3207.c -o CMakeFiles/lib3207.dir/lib3207.c.s + +external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3207.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.o -MF CMakeFiles/lib3207.dir/first.c.o.d -o CMakeFiles/lib3207.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3207.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3207.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3207.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3207.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3207.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.o -MF CMakeFiles/lib3207.dir/testutil.c.o.d -o CMakeFiles/lib3207.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3207.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib3207.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3207.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib3207.dir/testutil.c.s + +external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.o: external/curl/tests/libtest/CMakeFiles/lib3207.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/memptr.c +external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.o: external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.o -MF CMakeFiles/lib3207.dir/memptr.c.o.d -o CMakeFiles/lib3207.dir/memptr.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/memptr.c + +external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3207.dir/memptr.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/memptr.c > CMakeFiles/lib3207.dir/memptr.c.i + +external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3207.dir/memptr.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/memptr.c -o CMakeFiles/lib3207.dir/memptr.c.s + +# Object files for target lib3207 +lib3207_OBJECTS = \ +"CMakeFiles/lib3207.dir/lib3207.c.o" \ +"CMakeFiles/lib3207.dir/first.c.o" \ +"CMakeFiles/lib3207.dir/testutil.c.o" \ +"CMakeFiles/lib3207.dir/memptr.c.o" + +# External object files for target lib3207 +lib3207_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib3207: external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.o +external/curl/tests/libtest/lib3207: external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.o +external/curl/tests/libtest/lib3207: external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.o +external/curl/tests/libtest/lib3207: external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.o +external/curl/tests/libtest/lib3207: external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make +external/curl/tests/libtest/lib3207: external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.ts +external/curl/tests/libtest/lib3207: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib3207: /usr/lib/libz.so +external/curl/tests/libtest/lib3207: external/curl/tests/libtest/CMakeFiles/lib3207.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib3207" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3207.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib3207.dir/build: external/curl/tests/libtest/lib3207 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3207.dir/build + +external/curl/tests/libtest/CMakeFiles/lib3207.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3207.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3207.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib3207.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3207.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3207.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/cmake_clean.cmake new file mode 100644 index 00000000..937d070b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib3207.dir/link.d" + "CMakeFiles/lib3207.dir/first.c.o" + "CMakeFiles/lib3207.dir/first.c.o.d" + "CMakeFiles/lib3207.dir/lib3207.c.o" + "CMakeFiles/lib3207.dir/lib3207.c.o.d" + "CMakeFiles/lib3207.dir/memptr.c.o" + "CMakeFiles/lib3207.dir/memptr.c.o.d" + "CMakeFiles/lib3207.dir/testutil.c.o" + "CMakeFiles/lib3207.dir/testutil.c.o.d" + "lib3207" + "lib3207.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib3207.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.make new file mode 100644 index 00000000..388bf257 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib3207. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.ts new file mode 100644 index 00000000..9f6cc127 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib3207. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/depend.make new file mode 100644 index 00000000..eb9cf989 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib3207. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/flags.make new file mode 100644 index 00000000..96afac4e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3207 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/link.txt new file mode 100644 index 00000000..d7d38094 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3207.dir/link.d CMakeFiles/lib3207.dir/lib3207.c.o CMakeFiles/lib3207.dir/first.c.o CMakeFiles/lib3207.dir/testutil.c.o CMakeFiles/lib3207.dir/memptr.c.o -o lib3207 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/progress.make new file mode 100644 index 00000000..7f59a6bb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/DependInfo.cmake new file mode 100644 index 00000000..e4a8eb0c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3208.c" "external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib3208" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3208.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make new file mode 100644 index 00000000..25c82cda --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib3208.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib3208.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib3208.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib3208.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3208.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.o: external/curl/tests/libtest/CMakeFiles/lib3208.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3208.c +external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.o: external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.o -MF CMakeFiles/lib3208.dir/lib3208.c.o.d -o CMakeFiles/lib3208.dir/lib3208.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3208.c + +external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3208.dir/lib3208.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3208.c > CMakeFiles/lib3208.dir/lib3208.c.i + +external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3208.dir/lib3208.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3208.c -o CMakeFiles/lib3208.dir/lib3208.c.s + +external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3208.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.o -MF CMakeFiles/lib3208.dir/first.c.o.d -o CMakeFiles/lib3208.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3208.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3208.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3208.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3208.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3208.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.o -MF CMakeFiles/lib3208.dir/testutil.c.o.d -o CMakeFiles/lib3208.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3208.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib3208.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3208.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib3208.dir/testutil.c.s + +# Object files for target lib3208 +lib3208_OBJECTS = \ +"CMakeFiles/lib3208.dir/lib3208.c.o" \ +"CMakeFiles/lib3208.dir/first.c.o" \ +"CMakeFiles/lib3208.dir/testutil.c.o" + +# External object files for target lib3208 +lib3208_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib3208: external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.o +external/curl/tests/libtest/lib3208: external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.o +external/curl/tests/libtest/lib3208: external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.o +external/curl/tests/libtest/lib3208: external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make +external/curl/tests/libtest/lib3208: external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.ts +external/curl/tests/libtest/lib3208: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib3208: /usr/lib/libz.so +external/curl/tests/libtest/lib3208: external/curl/tests/libtest/CMakeFiles/lib3208.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib3208" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3208.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib3208.dir/build: external/curl/tests/libtest/lib3208 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3208.dir/build + +external/curl/tests/libtest/CMakeFiles/lib3208.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3208.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3208.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib3208.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3208.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3208.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/cmake_clean.cmake new file mode 100644 index 00000000..fca58224 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib3208.dir/link.d" + "CMakeFiles/lib3208.dir/first.c.o" + "CMakeFiles/lib3208.dir/first.c.o.d" + "CMakeFiles/lib3208.dir/lib3208.c.o" + "CMakeFiles/lib3208.dir/lib3208.c.o.d" + "CMakeFiles/lib3208.dir/testutil.c.o" + "CMakeFiles/lib3208.dir/testutil.c.o.d" + "lib3208" + "lib3208.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib3208.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.make new file mode 100644 index 00000000..513dcf62 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib3208. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.ts new file mode 100644 index 00000000..2de67dfe --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib3208. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/depend.make new file mode 100644 index 00000000..2999cba0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib3208. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/flags.make new file mode 100644 index 00000000..6577e0c9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3208 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/link.txt new file mode 100644 index 00000000..c28028fa --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3208.dir/link.d CMakeFiles/lib3208.dir/lib3208.c.o CMakeFiles/lib3208.dir/first.c.o CMakeFiles/lib3208.dir/testutil.c.o -o lib3208 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/progress.make new file mode 100644 index 00000000..5132ab84 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = 69 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/DependInfo.cmake new file mode 100644 index 00000000..d9d3fd47 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/DependInfo.cmake @@ -0,0 +1,27 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib500.c" "external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib500" "gcc" "external/curl/tests/libtest/CMakeFiles/lib500.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make new file mode 100644 index 00000000..62d826b2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make @@ -0,0 +1,164 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib500.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib500.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib500.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib500.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib500.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.o: external/curl/tests/libtest/CMakeFiles/lib500.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib500.c +external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.o: external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.o -MF CMakeFiles/lib500.dir/lib500.c.o.d -o CMakeFiles/lib500.dir/lib500.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib500.c + +external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib500.dir/lib500.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib500.c > CMakeFiles/lib500.dir/lib500.c.i + +external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib500.dir/lib500.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib500.c -o CMakeFiles/lib500.dir/lib500.c.s + +external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib500.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.o -MF CMakeFiles/lib500.dir/first.c.o.d -o CMakeFiles/lib500.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib500.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib500.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib500.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib500.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib500.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.o -MF CMakeFiles/lib500.dir/testutil.c.o.d -o CMakeFiles/lib500.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib500.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib500.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib500.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib500.dir/testutil.c.s + +external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib500.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c +external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.o -MF CMakeFiles/lib500.dir/testtrace.c.o.d -o CMakeFiles/lib500.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c + +external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib500.dir/testtrace.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib500.dir/testtrace.c.i + +external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib500.dir/testtrace.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib500.dir/testtrace.c.s + +# Object files for target lib500 +lib500_OBJECTS = \ +"CMakeFiles/lib500.dir/lib500.c.o" \ +"CMakeFiles/lib500.dir/first.c.o" \ +"CMakeFiles/lib500.dir/testutil.c.o" \ +"CMakeFiles/lib500.dir/testtrace.c.o" + +# External object files for target lib500 +lib500_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib500: external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.o +external/curl/tests/libtest/lib500: external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.o +external/curl/tests/libtest/lib500: external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.o +external/curl/tests/libtest/lib500: external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.o +external/curl/tests/libtest/lib500: external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make +external/curl/tests/libtest/lib500: external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.ts +external/curl/tests/libtest/lib500: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib500: /usr/lib/libz.so +external/curl/tests/libtest/lib500: external/curl/tests/libtest/CMakeFiles/lib500.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib500" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib500.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib500.dir/build: external/curl/tests/libtest/lib500 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib500.dir/build + +external/curl/tests/libtest/CMakeFiles/lib500.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib500.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib500.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib500.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib500.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib500.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/cmake_clean.cmake new file mode 100644 index 00000000..7f04d65f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib500.dir/link.d" + "CMakeFiles/lib500.dir/first.c.o" + "CMakeFiles/lib500.dir/first.c.o.d" + "CMakeFiles/lib500.dir/lib500.c.o" + "CMakeFiles/lib500.dir/lib500.c.o.d" + "CMakeFiles/lib500.dir/testtrace.c.o" + "CMakeFiles/lib500.dir/testtrace.c.o.d" + "CMakeFiles/lib500.dir/testutil.c.o" + "CMakeFiles/lib500.dir/testutil.c.o.d" + "lib500" + "lib500.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib500.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.make new file mode 100644 index 00000000..8d88a8a5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib500. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.ts new file mode 100644 index 00000000..08fa3b90 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib500. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/depend.make new file mode 100644 index 00000000..bfaad759 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib500. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/flags.make new file mode 100644 index 00000000..43dfc81f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB500 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/link.txt new file mode 100644 index 00000000..3491979c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib500.dir/link.d CMakeFiles/lib500.dir/lib500.c.o CMakeFiles/lib500.dir/first.c.o CMakeFiles/lib500.dir/testutil.c.o CMakeFiles/lib500.dir/testtrace.c.o -o lib500 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/progress.make new file mode 100644 index 00000000..7f59a6bb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/DependInfo.cmake new file mode 100644 index 00000000..6a81fecc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib501.c" "external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.o.d" + "" "external/curl/tests/libtest/lib501" "gcc" "external/curl/tests/libtest/CMakeFiles/lib501.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make new file mode 100644 index 00000000..6baaac95 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib501.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib501.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib501.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib501.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib501.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.o: external/curl/tests/libtest/CMakeFiles/lib501.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib501.c +external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.o: external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.o -MF CMakeFiles/lib501.dir/lib501.c.o.d -o CMakeFiles/lib501.dir/lib501.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib501.c + +external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib501.dir/lib501.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib501.c > CMakeFiles/lib501.dir/lib501.c.i + +external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib501.dir/lib501.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib501.c -o CMakeFiles/lib501.dir/lib501.c.s + +external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib501.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.o -MF CMakeFiles/lib501.dir/first.c.o.d -o CMakeFiles/lib501.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib501.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib501.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib501.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib501.dir/first.c.s + +# Object files for target lib501 +lib501_OBJECTS = \ +"CMakeFiles/lib501.dir/lib501.c.o" \ +"CMakeFiles/lib501.dir/first.c.o" + +# External object files for target lib501 +lib501_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib501: external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.o +external/curl/tests/libtest/lib501: external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.o +external/curl/tests/libtest/lib501: external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make +external/curl/tests/libtest/lib501: external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.ts +external/curl/tests/libtest/lib501: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib501: /usr/lib/libz.so +external/curl/tests/libtest/lib501: external/curl/tests/libtest/CMakeFiles/lib501.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib501" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib501.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib501.dir/build: external/curl/tests/libtest/lib501 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib501.dir/build + +external/curl/tests/libtest/CMakeFiles/lib501.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib501.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib501.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib501.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib501.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib501.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/cmake_clean.cmake new file mode 100644 index 00000000..5268923f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib501.dir/link.d" + "CMakeFiles/lib501.dir/first.c.o" + "CMakeFiles/lib501.dir/first.c.o.d" + "CMakeFiles/lib501.dir/lib501.c.o" + "CMakeFiles/lib501.dir/lib501.c.o.d" + "lib501" + "lib501.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib501.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.make new file mode 100644 index 00000000..37701df6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib501. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.ts new file mode 100644 index 00000000..ffdd38e3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib501. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/depend.make new file mode 100644 index 00000000..d1543f6f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib501. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/flags.make new file mode 100644 index 00000000..ec737f8e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB501 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/link.txt new file mode 100644 index 00000000..4909338c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib501.dir/link.d CMakeFiles/lib501.dir/lib501.c.o CMakeFiles/lib501.dir/first.c.o -o lib501 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/DependInfo.cmake new file mode 100644 index 00000000..8480a9d5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib502.c" "external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib502" "gcc" "external/curl/tests/libtest/CMakeFiles/lib502.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make new file mode 100644 index 00000000..ffefd954 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib502.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib502.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib502.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib502.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib502.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.o: external/curl/tests/libtest/CMakeFiles/lib502.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib502.c +external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.o: external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.o -MF CMakeFiles/lib502.dir/lib502.c.o.d -o CMakeFiles/lib502.dir/lib502.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib502.c + +external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib502.dir/lib502.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib502.c > CMakeFiles/lib502.dir/lib502.c.i + +external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib502.dir/lib502.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib502.c -o CMakeFiles/lib502.dir/lib502.c.s + +external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib502.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.o -MF CMakeFiles/lib502.dir/first.c.o.d -o CMakeFiles/lib502.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib502.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib502.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib502.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib502.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib502.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.o -MF CMakeFiles/lib502.dir/testutil.c.o.d -o CMakeFiles/lib502.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib502.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib502.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib502.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib502.dir/testutil.c.s + +# Object files for target lib502 +lib502_OBJECTS = \ +"CMakeFiles/lib502.dir/lib502.c.o" \ +"CMakeFiles/lib502.dir/first.c.o" \ +"CMakeFiles/lib502.dir/testutil.c.o" + +# External object files for target lib502 +lib502_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib502: external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.o +external/curl/tests/libtest/lib502: external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.o +external/curl/tests/libtest/lib502: external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.o +external/curl/tests/libtest/lib502: external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make +external/curl/tests/libtest/lib502: external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.ts +external/curl/tests/libtest/lib502: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib502: /usr/lib/libz.so +external/curl/tests/libtest/lib502: external/curl/tests/libtest/CMakeFiles/lib502.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib502" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib502.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib502.dir/build: external/curl/tests/libtest/lib502 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib502.dir/build + +external/curl/tests/libtest/CMakeFiles/lib502.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib502.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib502.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib502.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib502.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib502.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/cmake_clean.cmake new file mode 100644 index 00000000..24b63dc3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib502.dir/link.d" + "CMakeFiles/lib502.dir/first.c.o" + "CMakeFiles/lib502.dir/first.c.o.d" + "CMakeFiles/lib502.dir/lib502.c.o" + "CMakeFiles/lib502.dir/lib502.c.o.d" + "CMakeFiles/lib502.dir/testutil.c.o" + "CMakeFiles/lib502.dir/testutil.c.o.d" + "lib502" + "lib502.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib502.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.make new file mode 100644 index 00000000..22d92706 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib502. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.ts new file mode 100644 index 00000000..a1a383e4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib502. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/depend.make new file mode 100644 index 00000000..010b4c39 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib502. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/flags.make new file mode 100644 index 00000000..3a1dbe20 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB502 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/link.txt new file mode 100644 index 00000000..bb3171dd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib502.dir/link.d CMakeFiles/lib502.dir/lib502.c.o CMakeFiles/lib502.dir/first.c.o CMakeFiles/lib502.dir/testutil.c.o -o lib502 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/DependInfo.cmake new file mode 100644 index 00000000..d542a663 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib503.c" "external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib503" "gcc" "external/curl/tests/libtest/CMakeFiles/lib503.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make new file mode 100644 index 00000000..1eebb79d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib503.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib503.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib503.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib503.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib503.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.o: external/curl/tests/libtest/CMakeFiles/lib503.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib503.c +external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.o: external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.o -MF CMakeFiles/lib503.dir/lib503.c.o.d -o CMakeFiles/lib503.dir/lib503.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib503.c + +external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib503.dir/lib503.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib503.c > CMakeFiles/lib503.dir/lib503.c.i + +external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib503.dir/lib503.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib503.c -o CMakeFiles/lib503.dir/lib503.c.s + +external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib503.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.o -MF CMakeFiles/lib503.dir/first.c.o.d -o CMakeFiles/lib503.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib503.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib503.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib503.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib503.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib503.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.o -MF CMakeFiles/lib503.dir/testutil.c.o.d -o CMakeFiles/lib503.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib503.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib503.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib503.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib503.dir/testutil.c.s + +# Object files for target lib503 +lib503_OBJECTS = \ +"CMakeFiles/lib503.dir/lib503.c.o" \ +"CMakeFiles/lib503.dir/first.c.o" \ +"CMakeFiles/lib503.dir/testutil.c.o" + +# External object files for target lib503 +lib503_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib503: external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.o +external/curl/tests/libtest/lib503: external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.o +external/curl/tests/libtest/lib503: external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.o +external/curl/tests/libtest/lib503: external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make +external/curl/tests/libtest/lib503: external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.ts +external/curl/tests/libtest/lib503: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib503: /usr/lib/libz.so +external/curl/tests/libtest/lib503: external/curl/tests/libtest/CMakeFiles/lib503.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib503" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib503.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib503.dir/build: external/curl/tests/libtest/lib503 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib503.dir/build + +external/curl/tests/libtest/CMakeFiles/lib503.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib503.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib503.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib503.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib503.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib503.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/cmake_clean.cmake new file mode 100644 index 00000000..bc18c4b5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib503.dir/link.d" + "CMakeFiles/lib503.dir/first.c.o" + "CMakeFiles/lib503.dir/first.c.o.d" + "CMakeFiles/lib503.dir/lib503.c.o" + "CMakeFiles/lib503.dir/lib503.c.o.d" + "CMakeFiles/lib503.dir/testutil.c.o" + "CMakeFiles/lib503.dir/testutil.c.o.d" + "lib503" + "lib503.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib503.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.make new file mode 100644 index 00000000..5668ac67 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib503. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.ts new file mode 100644 index 00000000..7df7f130 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib503. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/depend.make new file mode 100644 index 00000000..f68fd854 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib503. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/flags.make new file mode 100644 index 00000000..f410dbe3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB503 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/link.txt new file mode 100644 index 00000000..59a7893c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib503.dir/link.d CMakeFiles/lib503.dir/lib503.c.o CMakeFiles/lib503.dir/first.c.o CMakeFiles/lib503.dir/testutil.c.o -o lib503 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/DependInfo.cmake new file mode 100644 index 00000000..7e833d01 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib504.c" "external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib504" "gcc" "external/curl/tests/libtest/CMakeFiles/lib504.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make new file mode 100644 index 00000000..df9799dd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib504.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib504.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib504.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib504.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib504.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.o: external/curl/tests/libtest/CMakeFiles/lib504.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib504.c +external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.o: external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.o -MF CMakeFiles/lib504.dir/lib504.c.o.d -o CMakeFiles/lib504.dir/lib504.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib504.c + +external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib504.dir/lib504.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib504.c > CMakeFiles/lib504.dir/lib504.c.i + +external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib504.dir/lib504.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib504.c -o CMakeFiles/lib504.dir/lib504.c.s + +external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib504.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.o -MF CMakeFiles/lib504.dir/first.c.o.d -o CMakeFiles/lib504.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib504.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib504.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib504.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib504.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib504.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.o -MF CMakeFiles/lib504.dir/testutil.c.o.d -o CMakeFiles/lib504.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib504.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib504.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib504.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib504.dir/testutil.c.s + +# Object files for target lib504 +lib504_OBJECTS = \ +"CMakeFiles/lib504.dir/lib504.c.o" \ +"CMakeFiles/lib504.dir/first.c.o" \ +"CMakeFiles/lib504.dir/testutil.c.o" + +# External object files for target lib504 +lib504_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib504: external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.o +external/curl/tests/libtest/lib504: external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.o +external/curl/tests/libtest/lib504: external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.o +external/curl/tests/libtest/lib504: external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make +external/curl/tests/libtest/lib504: external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.ts +external/curl/tests/libtest/lib504: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib504: /usr/lib/libz.so +external/curl/tests/libtest/lib504: external/curl/tests/libtest/CMakeFiles/lib504.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib504" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib504.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib504.dir/build: external/curl/tests/libtest/lib504 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib504.dir/build + +external/curl/tests/libtest/CMakeFiles/lib504.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib504.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib504.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib504.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib504.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib504.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/cmake_clean.cmake new file mode 100644 index 00000000..640ca8e2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib504.dir/link.d" + "CMakeFiles/lib504.dir/first.c.o" + "CMakeFiles/lib504.dir/first.c.o.d" + "CMakeFiles/lib504.dir/lib504.c.o" + "CMakeFiles/lib504.dir/lib504.c.o.d" + "CMakeFiles/lib504.dir/testutil.c.o" + "CMakeFiles/lib504.dir/testutil.c.o.d" + "lib504" + "lib504.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib504.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.make new file mode 100644 index 00000000..692e1e90 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib504. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.ts new file mode 100644 index 00000000..146e6daf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib504. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/depend.make new file mode 100644 index 00000000..dc00d6eb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib504. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/flags.make new file mode 100644 index 00000000..6d9f7580 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB504 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/link.txt new file mode 100644 index 00000000..7fef764c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib504.dir/link.d CMakeFiles/lib504.dir/lib504.c.o CMakeFiles/lib504.dir/first.c.o CMakeFiles/lib504.dir/testutil.c.o -o lib504 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/DependInfo.cmake new file mode 100644 index 00000000..0b1df8f1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib505.c" "external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.o.d" + "" "external/curl/tests/libtest/lib505" "gcc" "external/curl/tests/libtest/CMakeFiles/lib505.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make new file mode 100644 index 00000000..a9716f7a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib505.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib505.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib505.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib505.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib505.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.o: external/curl/tests/libtest/CMakeFiles/lib505.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib505.c +external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.o: external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.o -MF CMakeFiles/lib505.dir/lib505.c.o.d -o CMakeFiles/lib505.dir/lib505.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib505.c + +external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib505.dir/lib505.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib505.c > CMakeFiles/lib505.dir/lib505.c.i + +external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib505.dir/lib505.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib505.c -o CMakeFiles/lib505.dir/lib505.c.s + +external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib505.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.o -MF CMakeFiles/lib505.dir/first.c.o.d -o CMakeFiles/lib505.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib505.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib505.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib505.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib505.dir/first.c.s + +# Object files for target lib505 +lib505_OBJECTS = \ +"CMakeFiles/lib505.dir/lib505.c.o" \ +"CMakeFiles/lib505.dir/first.c.o" + +# External object files for target lib505 +lib505_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib505: external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.o +external/curl/tests/libtest/lib505: external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.o +external/curl/tests/libtest/lib505: external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make +external/curl/tests/libtest/lib505: external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.ts +external/curl/tests/libtest/lib505: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib505: /usr/lib/libz.so +external/curl/tests/libtest/lib505: external/curl/tests/libtest/CMakeFiles/lib505.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib505" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib505.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib505.dir/build: external/curl/tests/libtest/lib505 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib505.dir/build + +external/curl/tests/libtest/CMakeFiles/lib505.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib505.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib505.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib505.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib505.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib505.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/cmake_clean.cmake new file mode 100644 index 00000000..01d767fe --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib505.dir/link.d" + "CMakeFiles/lib505.dir/first.c.o" + "CMakeFiles/lib505.dir/first.c.o.d" + "CMakeFiles/lib505.dir/lib505.c.o" + "CMakeFiles/lib505.dir/lib505.c.o.d" + "lib505" + "lib505.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib505.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.make new file mode 100644 index 00000000..3e0f9d01 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib505. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.ts new file mode 100644 index 00000000..75436710 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib505. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/depend.make new file mode 100644 index 00000000..59b0cf58 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib505. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/flags.make new file mode 100644 index 00000000..99032e5e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB505 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/link.txt new file mode 100644 index 00000000..b1a342bf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib505.dir/link.d CMakeFiles/lib505.dir/lib505.c.o CMakeFiles/lib505.dir/first.c.o -o lib505 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/DependInfo.cmake new file mode 100644 index 00000000..f9d2e783 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib506.c" "external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.o.d" + "" "external/curl/tests/libtest/lib506" "gcc" "external/curl/tests/libtest/CMakeFiles/lib506.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make new file mode 100644 index 00000000..b5f1c114 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib506.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib506.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib506.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib506.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib506.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.o: external/curl/tests/libtest/CMakeFiles/lib506.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib506.c +external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.o: external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.o -MF CMakeFiles/lib506.dir/lib506.c.o.d -o CMakeFiles/lib506.dir/lib506.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib506.c + +external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib506.dir/lib506.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib506.c > CMakeFiles/lib506.dir/lib506.c.i + +external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib506.dir/lib506.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib506.c -o CMakeFiles/lib506.dir/lib506.c.s + +external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib506.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.o -MF CMakeFiles/lib506.dir/first.c.o.d -o CMakeFiles/lib506.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib506.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib506.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib506.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib506.dir/first.c.s + +# Object files for target lib506 +lib506_OBJECTS = \ +"CMakeFiles/lib506.dir/lib506.c.o" \ +"CMakeFiles/lib506.dir/first.c.o" + +# External object files for target lib506 +lib506_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib506: external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.o +external/curl/tests/libtest/lib506: external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.o +external/curl/tests/libtest/lib506: external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make +external/curl/tests/libtest/lib506: external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.ts +external/curl/tests/libtest/lib506: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib506: /usr/lib/libz.so +external/curl/tests/libtest/lib506: external/curl/tests/libtest/CMakeFiles/lib506.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib506" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib506.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib506.dir/build: external/curl/tests/libtest/lib506 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib506.dir/build + +external/curl/tests/libtest/CMakeFiles/lib506.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib506.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib506.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib506.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib506.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib506.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/cmake_clean.cmake new file mode 100644 index 00000000..8f7652c5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib506.dir/link.d" + "CMakeFiles/lib506.dir/first.c.o" + "CMakeFiles/lib506.dir/first.c.o.d" + "CMakeFiles/lib506.dir/lib506.c.o" + "CMakeFiles/lib506.dir/lib506.c.o.d" + "lib506" + "lib506.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib506.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.make new file mode 100644 index 00000000..a68c83aa --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib506. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.ts new file mode 100644 index 00000000..92e1e42f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib506. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/depend.make new file mode 100644 index 00000000..9dd1d309 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib506. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/flags.make new file mode 100644 index 00000000..1c264186 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB506 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/link.txt new file mode 100644 index 00000000..dcf94a94 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib506.dir/link.d CMakeFiles/lib506.dir/lib506.c.o CMakeFiles/lib506.dir/first.c.o -o lib506 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/progress.make new file mode 100644 index 00000000..672f3dd2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 70 +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/DependInfo.cmake new file mode 100644 index 00000000..d827588d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib507.c" "external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib507" "gcc" "external/curl/tests/libtest/CMakeFiles/lib507.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make new file mode 100644 index 00000000..d9a61cc6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib507.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib507.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib507.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib507.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib507.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.o: external/curl/tests/libtest/CMakeFiles/lib507.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib507.c +external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.o: external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.o -MF CMakeFiles/lib507.dir/lib507.c.o.d -o CMakeFiles/lib507.dir/lib507.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib507.c + +external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib507.dir/lib507.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib507.c > CMakeFiles/lib507.dir/lib507.c.i + +external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib507.dir/lib507.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib507.c -o CMakeFiles/lib507.dir/lib507.c.s + +external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib507.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.o -MF CMakeFiles/lib507.dir/first.c.o.d -o CMakeFiles/lib507.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib507.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib507.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib507.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib507.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib507.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.o -MF CMakeFiles/lib507.dir/testutil.c.o.d -o CMakeFiles/lib507.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib507.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib507.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib507.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib507.dir/testutil.c.s + +# Object files for target lib507 +lib507_OBJECTS = \ +"CMakeFiles/lib507.dir/lib507.c.o" \ +"CMakeFiles/lib507.dir/first.c.o" \ +"CMakeFiles/lib507.dir/testutil.c.o" + +# External object files for target lib507 +lib507_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib507: external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.o +external/curl/tests/libtest/lib507: external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.o +external/curl/tests/libtest/lib507: external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.o +external/curl/tests/libtest/lib507: external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make +external/curl/tests/libtest/lib507: external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.ts +external/curl/tests/libtest/lib507: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib507: /usr/lib/libz.so +external/curl/tests/libtest/lib507: external/curl/tests/libtest/CMakeFiles/lib507.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib507" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib507.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib507.dir/build: external/curl/tests/libtest/lib507 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib507.dir/build + +external/curl/tests/libtest/CMakeFiles/lib507.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib507.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib507.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib507.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib507.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib507.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/cmake_clean.cmake new file mode 100644 index 00000000..06cff2ce --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib507.dir/link.d" + "CMakeFiles/lib507.dir/first.c.o" + "CMakeFiles/lib507.dir/first.c.o.d" + "CMakeFiles/lib507.dir/lib507.c.o" + "CMakeFiles/lib507.dir/lib507.c.o.d" + "CMakeFiles/lib507.dir/testutil.c.o" + "CMakeFiles/lib507.dir/testutil.c.o.d" + "lib507" + "lib507.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib507.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.make new file mode 100644 index 00000000..0f728b2a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib507. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.ts new file mode 100644 index 00000000..64c80403 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib507. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/depend.make new file mode 100644 index 00000000..f1a6b02e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib507. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/flags.make new file mode 100644 index 00000000..0b826325 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB507 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/link.txt new file mode 100644 index 00000000..94aadc2a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib507.dir/link.d CMakeFiles/lib507.dir/lib507.c.o CMakeFiles/lib507.dir/first.c.o CMakeFiles/lib507.dir/testutil.c.o -o lib507 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/DependInfo.cmake new file mode 100644 index 00000000..9ae89441 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib508.c" "external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.o.d" + "" "external/curl/tests/libtest/lib508" "gcc" "external/curl/tests/libtest/CMakeFiles/lib508.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make new file mode 100644 index 00000000..00473990 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib508.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib508.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib508.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib508.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib508.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.o: external/curl/tests/libtest/CMakeFiles/lib508.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib508.c +external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.o: external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.o -MF CMakeFiles/lib508.dir/lib508.c.o.d -o CMakeFiles/lib508.dir/lib508.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib508.c + +external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib508.dir/lib508.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib508.c > CMakeFiles/lib508.dir/lib508.c.i + +external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib508.dir/lib508.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib508.c -o CMakeFiles/lib508.dir/lib508.c.s + +external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib508.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.o -MF CMakeFiles/lib508.dir/first.c.o.d -o CMakeFiles/lib508.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib508.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib508.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib508.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib508.dir/first.c.s + +# Object files for target lib508 +lib508_OBJECTS = \ +"CMakeFiles/lib508.dir/lib508.c.o" \ +"CMakeFiles/lib508.dir/first.c.o" + +# External object files for target lib508 +lib508_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib508: external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.o +external/curl/tests/libtest/lib508: external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.o +external/curl/tests/libtest/lib508: external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make +external/curl/tests/libtest/lib508: external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.ts +external/curl/tests/libtest/lib508: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib508: /usr/lib/libz.so +external/curl/tests/libtest/lib508: external/curl/tests/libtest/CMakeFiles/lib508.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib508" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib508.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib508.dir/build: external/curl/tests/libtest/lib508 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib508.dir/build + +external/curl/tests/libtest/CMakeFiles/lib508.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib508.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib508.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib508.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib508.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib508.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/cmake_clean.cmake new file mode 100644 index 00000000..afe5220c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib508.dir/link.d" + "CMakeFiles/lib508.dir/first.c.o" + "CMakeFiles/lib508.dir/first.c.o.d" + "CMakeFiles/lib508.dir/lib508.c.o" + "CMakeFiles/lib508.dir/lib508.c.o.d" + "lib508" + "lib508.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib508.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.make new file mode 100644 index 00000000..4bf9d3c5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib508. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.ts new file mode 100644 index 00000000..40d5e213 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib508. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/depend.make new file mode 100644 index 00000000..7b89fdb7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib508. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/flags.make new file mode 100644 index 00000000..863f309c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB508 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/link.txt new file mode 100644 index 00000000..2c08bec5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib508.dir/link.d CMakeFiles/lib508.dir/lib508.c.o CMakeFiles/lib508.dir/first.c.o -o lib508 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/DependInfo.cmake new file mode 100644 index 00000000..6f62d57e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib509.c" "external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.o.d" + "" "external/curl/tests/libtest/lib509" "gcc" "external/curl/tests/libtest/CMakeFiles/lib509.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make new file mode 100644 index 00000000..94e474ba --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib509.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib509.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib509.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib509.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib509.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.o: external/curl/tests/libtest/CMakeFiles/lib509.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib509.c +external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.o: external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.o -MF CMakeFiles/lib509.dir/lib509.c.o.d -o CMakeFiles/lib509.dir/lib509.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib509.c + +external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib509.dir/lib509.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib509.c > CMakeFiles/lib509.dir/lib509.c.i + +external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib509.dir/lib509.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib509.c -o CMakeFiles/lib509.dir/lib509.c.s + +external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib509.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.o -MF CMakeFiles/lib509.dir/first.c.o.d -o CMakeFiles/lib509.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib509.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib509.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib509.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib509.dir/first.c.s + +# Object files for target lib509 +lib509_OBJECTS = \ +"CMakeFiles/lib509.dir/lib509.c.o" \ +"CMakeFiles/lib509.dir/first.c.o" + +# External object files for target lib509 +lib509_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib509: external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.o +external/curl/tests/libtest/lib509: external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.o +external/curl/tests/libtest/lib509: external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make +external/curl/tests/libtest/lib509: external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.ts +external/curl/tests/libtest/lib509: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib509: /usr/lib/libz.so +external/curl/tests/libtest/lib509: external/curl/tests/libtest/CMakeFiles/lib509.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib509" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib509.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib509.dir/build: external/curl/tests/libtest/lib509 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib509.dir/build + +external/curl/tests/libtest/CMakeFiles/lib509.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib509.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib509.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib509.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib509.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib509.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/cmake_clean.cmake new file mode 100644 index 00000000..002fc54b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib509.dir/link.d" + "CMakeFiles/lib509.dir/first.c.o" + "CMakeFiles/lib509.dir/first.c.o.d" + "CMakeFiles/lib509.dir/lib509.c.o" + "CMakeFiles/lib509.dir/lib509.c.o.d" + "lib509" + "lib509.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib509.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.make new file mode 100644 index 00000000..f063ff28 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib509. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.ts new file mode 100644 index 00000000..949059cc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib509. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/depend.make new file mode 100644 index 00000000..83a25303 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib509. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/flags.make new file mode 100644 index 00000000..ea95a034 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB509 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/link.txt new file mode 100644 index 00000000..e202026b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib509.dir/link.d CMakeFiles/lib509.dir/lib509.c.o CMakeFiles/lib509.dir/first.c.o -o lib509 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/DependInfo.cmake new file mode 100644 index 00000000..f4626ca5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib510.c" "external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.o.d" + "" "external/curl/tests/libtest/lib510" "gcc" "external/curl/tests/libtest/CMakeFiles/lib510.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make new file mode 100644 index 00000000..7d85aea3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib510.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib510.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib510.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib510.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib510.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.o: external/curl/tests/libtest/CMakeFiles/lib510.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib510.c +external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.o: external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.o -MF CMakeFiles/lib510.dir/lib510.c.o.d -o CMakeFiles/lib510.dir/lib510.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib510.c + +external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib510.dir/lib510.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib510.c > CMakeFiles/lib510.dir/lib510.c.i + +external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib510.dir/lib510.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib510.c -o CMakeFiles/lib510.dir/lib510.c.s + +external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib510.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.o -MF CMakeFiles/lib510.dir/first.c.o.d -o CMakeFiles/lib510.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib510.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib510.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib510.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib510.dir/first.c.s + +# Object files for target lib510 +lib510_OBJECTS = \ +"CMakeFiles/lib510.dir/lib510.c.o" \ +"CMakeFiles/lib510.dir/first.c.o" + +# External object files for target lib510 +lib510_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib510: external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.o +external/curl/tests/libtest/lib510: external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.o +external/curl/tests/libtest/lib510: external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make +external/curl/tests/libtest/lib510: external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.ts +external/curl/tests/libtest/lib510: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib510: /usr/lib/libz.so +external/curl/tests/libtest/lib510: external/curl/tests/libtest/CMakeFiles/lib510.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib510" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib510.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib510.dir/build: external/curl/tests/libtest/lib510 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib510.dir/build + +external/curl/tests/libtest/CMakeFiles/lib510.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib510.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib510.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib510.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib510.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib510.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/cmake_clean.cmake new file mode 100644 index 00000000..364dff40 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib510.dir/link.d" + "CMakeFiles/lib510.dir/first.c.o" + "CMakeFiles/lib510.dir/first.c.o.d" + "CMakeFiles/lib510.dir/lib510.c.o" + "CMakeFiles/lib510.dir/lib510.c.o.d" + "lib510" + "lib510.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib510.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.make new file mode 100644 index 00000000..b57433e2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib510. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.ts new file mode 100644 index 00000000..55a5d11b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib510. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/depend.make new file mode 100644 index 00000000..916ff6a9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib510. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/flags.make new file mode 100644 index 00000000..65cde18f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB510 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/link.txt new file mode 100644 index 00000000..fbe45235 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib510.dir/link.d CMakeFiles/lib510.dir/lib510.c.o CMakeFiles/lib510.dir/first.c.o -o lib510 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/DependInfo.cmake new file mode 100644 index 00000000..0c36ba57 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib511.c" "external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.o.d" + "" "external/curl/tests/libtest/lib511" "gcc" "external/curl/tests/libtest/CMakeFiles/lib511.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make new file mode 100644 index 00000000..f1fd16da --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib511.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib511.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib511.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib511.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib511.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.o: external/curl/tests/libtest/CMakeFiles/lib511.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib511.c +external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.o: external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.o -MF CMakeFiles/lib511.dir/lib511.c.o.d -o CMakeFiles/lib511.dir/lib511.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib511.c + +external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib511.dir/lib511.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib511.c > CMakeFiles/lib511.dir/lib511.c.i + +external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib511.dir/lib511.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib511.c -o CMakeFiles/lib511.dir/lib511.c.s + +external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib511.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.o -MF CMakeFiles/lib511.dir/first.c.o.d -o CMakeFiles/lib511.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib511.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib511.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib511.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib511.dir/first.c.s + +# Object files for target lib511 +lib511_OBJECTS = \ +"CMakeFiles/lib511.dir/lib511.c.o" \ +"CMakeFiles/lib511.dir/first.c.o" + +# External object files for target lib511 +lib511_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib511: external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.o +external/curl/tests/libtest/lib511: external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.o +external/curl/tests/libtest/lib511: external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make +external/curl/tests/libtest/lib511: external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.ts +external/curl/tests/libtest/lib511: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib511: /usr/lib/libz.so +external/curl/tests/libtest/lib511: external/curl/tests/libtest/CMakeFiles/lib511.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib511" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib511.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib511.dir/build: external/curl/tests/libtest/lib511 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib511.dir/build + +external/curl/tests/libtest/CMakeFiles/lib511.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib511.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib511.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib511.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib511.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib511.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/cmake_clean.cmake new file mode 100644 index 00000000..a3cfe160 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib511.dir/link.d" + "CMakeFiles/lib511.dir/first.c.o" + "CMakeFiles/lib511.dir/first.c.o.d" + "CMakeFiles/lib511.dir/lib511.c.o" + "CMakeFiles/lib511.dir/lib511.c.o.d" + "lib511" + "lib511.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib511.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.make new file mode 100644 index 00000000..7ecdf8e1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib511. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.ts new file mode 100644 index 00000000..3511710d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib511. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/depend.make new file mode 100644 index 00000000..d2b7dd17 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib511. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/flags.make new file mode 100644 index 00000000..fa26f5e1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB511 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/link.txt new file mode 100644 index 00000000..ec999286 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib511.dir/link.d CMakeFiles/lib511.dir/lib511.c.o CMakeFiles/lib511.dir/first.c.o -o lib511 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/DependInfo.cmake new file mode 100644 index 00000000..86f85341 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib512.c" "external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.o.d" + "" "external/curl/tests/libtest/lib512" "gcc" "external/curl/tests/libtest/CMakeFiles/lib512.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make new file mode 100644 index 00000000..4018cd7f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib512.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib512.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib512.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib512.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib512.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.o: external/curl/tests/libtest/CMakeFiles/lib512.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib512.c +external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.o: external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.o -MF CMakeFiles/lib512.dir/lib512.c.o.d -o CMakeFiles/lib512.dir/lib512.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib512.c + +external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib512.dir/lib512.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib512.c > CMakeFiles/lib512.dir/lib512.c.i + +external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib512.dir/lib512.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib512.c -o CMakeFiles/lib512.dir/lib512.c.s + +external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib512.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.o -MF CMakeFiles/lib512.dir/first.c.o.d -o CMakeFiles/lib512.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib512.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib512.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib512.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib512.dir/first.c.s + +# Object files for target lib512 +lib512_OBJECTS = \ +"CMakeFiles/lib512.dir/lib512.c.o" \ +"CMakeFiles/lib512.dir/first.c.o" + +# External object files for target lib512 +lib512_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib512: external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.o +external/curl/tests/libtest/lib512: external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.o +external/curl/tests/libtest/lib512: external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make +external/curl/tests/libtest/lib512: external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.ts +external/curl/tests/libtest/lib512: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib512: /usr/lib/libz.so +external/curl/tests/libtest/lib512: external/curl/tests/libtest/CMakeFiles/lib512.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib512" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib512.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib512.dir/build: external/curl/tests/libtest/lib512 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib512.dir/build + +external/curl/tests/libtest/CMakeFiles/lib512.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib512.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib512.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib512.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib512.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib512.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/cmake_clean.cmake new file mode 100644 index 00000000..36ee9987 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib512.dir/link.d" + "CMakeFiles/lib512.dir/first.c.o" + "CMakeFiles/lib512.dir/first.c.o.d" + "CMakeFiles/lib512.dir/lib512.c.o" + "CMakeFiles/lib512.dir/lib512.c.o.d" + "lib512" + "lib512.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib512.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.make new file mode 100644 index 00000000..a1bd2538 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib512. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.ts new file mode 100644 index 00000000..989c0014 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib512. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/depend.make new file mode 100644 index 00000000..e05a1724 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib512. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/flags.make new file mode 100644 index 00000000..d6cd1bae --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB512 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/link.txt new file mode 100644 index 00000000..eb4c2de8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib512.dir/link.d CMakeFiles/lib512.dir/lib512.c.o CMakeFiles/lib512.dir/first.c.o -o lib512 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/DependInfo.cmake new file mode 100644 index 00000000..6c3c8750 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib513.c" "external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.o.d" + "" "external/curl/tests/libtest/lib513" "gcc" "external/curl/tests/libtest/CMakeFiles/lib513.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make new file mode 100644 index 00000000..af4cb721 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib513.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib513.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib513.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib513.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib513.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.o: external/curl/tests/libtest/CMakeFiles/lib513.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib513.c +external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.o: external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.o -MF CMakeFiles/lib513.dir/lib513.c.o.d -o CMakeFiles/lib513.dir/lib513.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib513.c + +external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib513.dir/lib513.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib513.c > CMakeFiles/lib513.dir/lib513.c.i + +external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib513.dir/lib513.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib513.c -o CMakeFiles/lib513.dir/lib513.c.s + +external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib513.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.o -MF CMakeFiles/lib513.dir/first.c.o.d -o CMakeFiles/lib513.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib513.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib513.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib513.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib513.dir/first.c.s + +# Object files for target lib513 +lib513_OBJECTS = \ +"CMakeFiles/lib513.dir/lib513.c.o" \ +"CMakeFiles/lib513.dir/first.c.o" + +# External object files for target lib513 +lib513_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib513: external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.o +external/curl/tests/libtest/lib513: external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.o +external/curl/tests/libtest/lib513: external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make +external/curl/tests/libtest/lib513: external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.ts +external/curl/tests/libtest/lib513: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib513: /usr/lib/libz.so +external/curl/tests/libtest/lib513: external/curl/tests/libtest/CMakeFiles/lib513.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib513" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib513.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib513.dir/build: external/curl/tests/libtest/lib513 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib513.dir/build + +external/curl/tests/libtest/CMakeFiles/lib513.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib513.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib513.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib513.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib513.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib513.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/cmake_clean.cmake new file mode 100644 index 00000000..02ec7488 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib513.dir/link.d" + "CMakeFiles/lib513.dir/first.c.o" + "CMakeFiles/lib513.dir/first.c.o.d" + "CMakeFiles/lib513.dir/lib513.c.o" + "CMakeFiles/lib513.dir/lib513.c.o.d" + "lib513" + "lib513.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib513.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.make new file mode 100644 index 00000000..570cbca0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib513. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.ts new file mode 100644 index 00000000..31e7ad5f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib513. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/depend.make new file mode 100644 index 00000000..4d951740 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib513. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/flags.make new file mode 100644 index 00000000..7e93ad2d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB513 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/link.txt new file mode 100644 index 00000000..0b5aeeb2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib513.dir/link.d CMakeFiles/lib513.dir/lib513.c.o CMakeFiles/lib513.dir/first.c.o -o lib513 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/DependInfo.cmake new file mode 100644 index 00000000..051d22e5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib514.c" "external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.o.d" + "" "external/curl/tests/libtest/lib514" "gcc" "external/curl/tests/libtest/CMakeFiles/lib514.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make new file mode 100644 index 00000000..997ee037 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib514.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib514.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib514.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib514.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib514.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.o: external/curl/tests/libtest/CMakeFiles/lib514.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib514.c +external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.o: external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.o -MF CMakeFiles/lib514.dir/lib514.c.o.d -o CMakeFiles/lib514.dir/lib514.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib514.c + +external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib514.dir/lib514.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib514.c > CMakeFiles/lib514.dir/lib514.c.i + +external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib514.dir/lib514.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib514.c -o CMakeFiles/lib514.dir/lib514.c.s + +external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib514.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.o -MF CMakeFiles/lib514.dir/first.c.o.d -o CMakeFiles/lib514.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib514.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib514.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib514.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib514.dir/first.c.s + +# Object files for target lib514 +lib514_OBJECTS = \ +"CMakeFiles/lib514.dir/lib514.c.o" \ +"CMakeFiles/lib514.dir/first.c.o" + +# External object files for target lib514 +lib514_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib514: external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.o +external/curl/tests/libtest/lib514: external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.o +external/curl/tests/libtest/lib514: external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make +external/curl/tests/libtest/lib514: external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.ts +external/curl/tests/libtest/lib514: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib514: /usr/lib/libz.so +external/curl/tests/libtest/lib514: external/curl/tests/libtest/CMakeFiles/lib514.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib514" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib514.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib514.dir/build: external/curl/tests/libtest/lib514 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib514.dir/build + +external/curl/tests/libtest/CMakeFiles/lib514.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib514.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib514.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib514.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib514.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib514.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/cmake_clean.cmake new file mode 100644 index 00000000..79194d66 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib514.dir/link.d" + "CMakeFiles/lib514.dir/first.c.o" + "CMakeFiles/lib514.dir/first.c.o.d" + "CMakeFiles/lib514.dir/lib514.c.o" + "CMakeFiles/lib514.dir/lib514.c.o.d" + "lib514" + "lib514.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib514.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.make new file mode 100644 index 00000000..530953be --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib514. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.ts new file mode 100644 index 00000000..666ab390 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib514. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/depend.make new file mode 100644 index 00000000..9c0e37e6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib514. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/flags.make new file mode 100644 index 00000000..5f0d78bf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB514 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/link.txt new file mode 100644 index 00000000..75cad5a2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib514.dir/link.d CMakeFiles/lib514.dir/lib514.c.o CMakeFiles/lib514.dir/first.c.o -o lib514 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/DependInfo.cmake new file mode 100644 index 00000000..a5d68c4f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib515.c" "external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.o.d" + "" "external/curl/tests/libtest/lib515" "gcc" "external/curl/tests/libtest/CMakeFiles/lib515.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make new file mode 100644 index 00000000..c38edec7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib515.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib515.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib515.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib515.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib515.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.o: external/curl/tests/libtest/CMakeFiles/lib515.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib515.c +external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.o: external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.o -MF CMakeFiles/lib515.dir/lib515.c.o.d -o CMakeFiles/lib515.dir/lib515.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib515.c + +external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib515.dir/lib515.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib515.c > CMakeFiles/lib515.dir/lib515.c.i + +external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib515.dir/lib515.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib515.c -o CMakeFiles/lib515.dir/lib515.c.s + +external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib515.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.o -MF CMakeFiles/lib515.dir/first.c.o.d -o CMakeFiles/lib515.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib515.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib515.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib515.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib515.dir/first.c.s + +# Object files for target lib515 +lib515_OBJECTS = \ +"CMakeFiles/lib515.dir/lib515.c.o" \ +"CMakeFiles/lib515.dir/first.c.o" + +# External object files for target lib515 +lib515_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib515: external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.o +external/curl/tests/libtest/lib515: external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.o +external/curl/tests/libtest/lib515: external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make +external/curl/tests/libtest/lib515: external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.ts +external/curl/tests/libtest/lib515: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib515: /usr/lib/libz.so +external/curl/tests/libtest/lib515: external/curl/tests/libtest/CMakeFiles/lib515.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib515" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib515.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib515.dir/build: external/curl/tests/libtest/lib515 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib515.dir/build + +external/curl/tests/libtest/CMakeFiles/lib515.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib515.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib515.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib515.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib515.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib515.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/cmake_clean.cmake new file mode 100644 index 00000000..6121c751 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib515.dir/link.d" + "CMakeFiles/lib515.dir/first.c.o" + "CMakeFiles/lib515.dir/first.c.o.d" + "CMakeFiles/lib515.dir/lib515.c.o" + "CMakeFiles/lib515.dir/lib515.c.o.d" + "lib515" + "lib515.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib515.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.make new file mode 100644 index 00000000..2b1c91b6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib515. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.ts new file mode 100644 index 00000000..9fa4243c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib515. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/depend.make new file mode 100644 index 00000000..871f7fad --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib515. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/flags.make new file mode 100644 index 00000000..8d24a3d3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB515 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/link.txt new file mode 100644 index 00000000..7b73f856 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib515.dir/link.d CMakeFiles/lib515.dir/lib515.c.o CMakeFiles/lib515.dir/first.c.o -o lib515 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/progress.make new file mode 100644 index 00000000..776543ab --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 71 + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/DependInfo.cmake new file mode 100644 index 00000000..5627075c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib516.c" "external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.o.d" + "" "external/curl/tests/libtest/lib516" "gcc" "external/curl/tests/libtest/CMakeFiles/lib516.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make new file mode 100644 index 00000000..32460c00 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib516.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib516.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib516.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib516.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib516.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.o: external/curl/tests/libtest/CMakeFiles/lib516.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib516.c +external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.o: external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.o -MF CMakeFiles/lib516.dir/lib516.c.o.d -o CMakeFiles/lib516.dir/lib516.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib516.c + +external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib516.dir/lib516.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib516.c > CMakeFiles/lib516.dir/lib516.c.i + +external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib516.dir/lib516.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib516.c -o CMakeFiles/lib516.dir/lib516.c.s + +external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib516.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.o -MF CMakeFiles/lib516.dir/first.c.o.d -o CMakeFiles/lib516.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib516.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib516.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib516.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib516.dir/first.c.s + +# Object files for target lib516 +lib516_OBJECTS = \ +"CMakeFiles/lib516.dir/lib516.c.o" \ +"CMakeFiles/lib516.dir/first.c.o" + +# External object files for target lib516 +lib516_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib516: external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.o +external/curl/tests/libtest/lib516: external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.o +external/curl/tests/libtest/lib516: external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make +external/curl/tests/libtest/lib516: external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.ts +external/curl/tests/libtest/lib516: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib516: /usr/lib/libz.so +external/curl/tests/libtest/lib516: external/curl/tests/libtest/CMakeFiles/lib516.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib516" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib516.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib516.dir/build: external/curl/tests/libtest/lib516 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib516.dir/build + +external/curl/tests/libtest/CMakeFiles/lib516.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib516.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib516.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib516.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib516.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib516.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/cmake_clean.cmake new file mode 100644 index 00000000..7fbbcf9e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib516.dir/link.d" + "CMakeFiles/lib516.dir/first.c.o" + "CMakeFiles/lib516.dir/first.c.o.d" + "CMakeFiles/lib516.dir/lib516.c.o" + "CMakeFiles/lib516.dir/lib516.c.o.d" + "lib516" + "lib516.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib516.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.make new file mode 100644 index 00000000..3c47fe7f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib516. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.ts new file mode 100644 index 00000000..61bb699a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib516. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/depend.make new file mode 100644 index 00000000..61422cbf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib516. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/flags.make new file mode 100644 index 00000000..b581db86 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB516 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/link.txt new file mode 100644 index 00000000..4d62fe10 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib516.dir/link.d CMakeFiles/lib516.dir/lib516.c.o CMakeFiles/lib516.dir/first.c.o -o lib516 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/DependInfo.cmake new file mode 100644 index 00000000..62050c19 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib517.c" "external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.o.d" + "" "external/curl/tests/libtest/lib517" "gcc" "external/curl/tests/libtest/CMakeFiles/lib517.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make new file mode 100644 index 00000000..935c9ab0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib517.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib517.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib517.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib517.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib517.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.o: external/curl/tests/libtest/CMakeFiles/lib517.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib517.c +external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.o: external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.o -MF CMakeFiles/lib517.dir/lib517.c.o.d -o CMakeFiles/lib517.dir/lib517.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib517.c + +external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib517.dir/lib517.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib517.c > CMakeFiles/lib517.dir/lib517.c.i + +external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib517.dir/lib517.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib517.c -o CMakeFiles/lib517.dir/lib517.c.s + +external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib517.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.o -MF CMakeFiles/lib517.dir/first.c.o.d -o CMakeFiles/lib517.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib517.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib517.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib517.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib517.dir/first.c.s + +# Object files for target lib517 +lib517_OBJECTS = \ +"CMakeFiles/lib517.dir/lib517.c.o" \ +"CMakeFiles/lib517.dir/first.c.o" + +# External object files for target lib517 +lib517_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib517: external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.o +external/curl/tests/libtest/lib517: external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.o +external/curl/tests/libtest/lib517: external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make +external/curl/tests/libtest/lib517: external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.ts +external/curl/tests/libtest/lib517: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib517: /usr/lib/libz.so +external/curl/tests/libtest/lib517: external/curl/tests/libtest/CMakeFiles/lib517.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib517" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib517.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib517.dir/build: external/curl/tests/libtest/lib517 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib517.dir/build + +external/curl/tests/libtest/CMakeFiles/lib517.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib517.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib517.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib517.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib517.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib517.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/cmake_clean.cmake new file mode 100644 index 00000000..ab18faa7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib517.dir/link.d" + "CMakeFiles/lib517.dir/first.c.o" + "CMakeFiles/lib517.dir/first.c.o.d" + "CMakeFiles/lib517.dir/lib517.c.o" + "CMakeFiles/lib517.dir/lib517.c.o.d" + "lib517" + "lib517.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib517.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.make new file mode 100644 index 00000000..2bac9498 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib517. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.ts new file mode 100644 index 00000000..b886a5df --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib517. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/depend.make new file mode 100644 index 00000000..07adc862 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib517. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/flags.make new file mode 100644 index 00000000..da5e0181 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB517 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/link.txt new file mode 100644 index 00000000..d566ec2e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib517.dir/link.d CMakeFiles/lib517.dir/lib517.c.o CMakeFiles/lib517.dir/first.c.o -o lib517 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/DependInfo.cmake new file mode 100644 index 00000000..8a838e7a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib518.c" "external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.o.d" + "" "external/curl/tests/libtest/lib518" "gcc" "external/curl/tests/libtest/CMakeFiles/lib518.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make new file mode 100644 index 00000000..d0a8256e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib518.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib518.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib518.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib518.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib518.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.o: external/curl/tests/libtest/CMakeFiles/lib518.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib518.c +external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.o: external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.o -MF CMakeFiles/lib518.dir/lib518.c.o.d -o CMakeFiles/lib518.dir/lib518.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib518.c + +external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib518.dir/lib518.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib518.c > CMakeFiles/lib518.dir/lib518.c.i + +external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib518.dir/lib518.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib518.c -o CMakeFiles/lib518.dir/lib518.c.s + +external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib518.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.o -MF CMakeFiles/lib518.dir/first.c.o.d -o CMakeFiles/lib518.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib518.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib518.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib518.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib518.dir/first.c.s + +# Object files for target lib518 +lib518_OBJECTS = \ +"CMakeFiles/lib518.dir/lib518.c.o" \ +"CMakeFiles/lib518.dir/first.c.o" + +# External object files for target lib518 +lib518_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib518: external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.o +external/curl/tests/libtest/lib518: external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.o +external/curl/tests/libtest/lib518: external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make +external/curl/tests/libtest/lib518: external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.ts +external/curl/tests/libtest/lib518: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib518: /usr/lib/libz.so +external/curl/tests/libtest/lib518: external/curl/tests/libtest/CMakeFiles/lib518.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib518" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib518.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib518.dir/build: external/curl/tests/libtest/lib518 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib518.dir/build + +external/curl/tests/libtest/CMakeFiles/lib518.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib518.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib518.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib518.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib518.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib518.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/cmake_clean.cmake new file mode 100644 index 00000000..fd63aaf7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib518.dir/link.d" + "CMakeFiles/lib518.dir/first.c.o" + "CMakeFiles/lib518.dir/first.c.o.d" + "CMakeFiles/lib518.dir/lib518.c.o" + "CMakeFiles/lib518.dir/lib518.c.o.d" + "lib518" + "lib518.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib518.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.make new file mode 100644 index 00000000..b567c70d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib518. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.ts new file mode 100644 index 00000000..74164ff9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib518. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/depend.make new file mode 100644 index 00000000..17c81a4f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib518. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/flags.make new file mode 100644 index 00000000..b070d6c2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB518 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/link.txt new file mode 100644 index 00000000..3a3e0ac6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib518.dir/link.d CMakeFiles/lib518.dir/lib518.c.o CMakeFiles/lib518.dir/first.c.o -o lib518 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/DependInfo.cmake new file mode 100644 index 00000000..d4b3bcb0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib519.c" "external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.o.d" + "" "external/curl/tests/libtest/lib519" "gcc" "external/curl/tests/libtest/CMakeFiles/lib519.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make new file mode 100644 index 00000000..b674e847 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib519.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib519.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib519.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib519.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib519.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.o: external/curl/tests/libtest/CMakeFiles/lib519.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib519.c +external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.o: external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.o -MF CMakeFiles/lib519.dir/lib519.c.o.d -o CMakeFiles/lib519.dir/lib519.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib519.c + +external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib519.dir/lib519.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib519.c > CMakeFiles/lib519.dir/lib519.c.i + +external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib519.dir/lib519.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib519.c -o CMakeFiles/lib519.dir/lib519.c.s + +external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib519.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.o -MF CMakeFiles/lib519.dir/first.c.o.d -o CMakeFiles/lib519.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib519.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib519.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib519.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib519.dir/first.c.s + +# Object files for target lib519 +lib519_OBJECTS = \ +"CMakeFiles/lib519.dir/lib519.c.o" \ +"CMakeFiles/lib519.dir/first.c.o" + +# External object files for target lib519 +lib519_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib519: external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.o +external/curl/tests/libtest/lib519: external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.o +external/curl/tests/libtest/lib519: external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make +external/curl/tests/libtest/lib519: external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.ts +external/curl/tests/libtest/lib519: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib519: /usr/lib/libz.so +external/curl/tests/libtest/lib519: external/curl/tests/libtest/CMakeFiles/lib519.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib519" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib519.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib519.dir/build: external/curl/tests/libtest/lib519 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib519.dir/build + +external/curl/tests/libtest/CMakeFiles/lib519.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib519.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib519.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib519.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib519.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib519.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/cmake_clean.cmake new file mode 100644 index 00000000..100cc585 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib519.dir/link.d" + "CMakeFiles/lib519.dir/first.c.o" + "CMakeFiles/lib519.dir/first.c.o.d" + "CMakeFiles/lib519.dir/lib519.c.o" + "CMakeFiles/lib519.dir/lib519.c.o.d" + "lib519" + "lib519.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib519.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.make new file mode 100644 index 00000000..be1849bb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib519. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.ts new file mode 100644 index 00000000..62cd6529 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib519. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/depend.make new file mode 100644 index 00000000..5251b9b0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib519. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/flags.make new file mode 100644 index 00000000..eb147ff9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB519 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/link.txt new file mode 100644 index 00000000..c87f7064 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib519.dir/link.d CMakeFiles/lib519.dir/lib519.c.o CMakeFiles/lib519.dir/first.c.o -o lib519 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/DependInfo.cmake new file mode 100644 index 00000000..a8604ae0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib520.c" "external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.o.d" + "" "external/curl/tests/libtest/lib520" "gcc" "external/curl/tests/libtest/CMakeFiles/lib520.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make new file mode 100644 index 00000000..27dae13c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib520.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib520.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib520.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib520.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib520.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.o: external/curl/tests/libtest/CMakeFiles/lib520.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib520.c +external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.o: external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.o -MF CMakeFiles/lib520.dir/lib520.c.o.d -o CMakeFiles/lib520.dir/lib520.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib520.c + +external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib520.dir/lib520.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib520.c > CMakeFiles/lib520.dir/lib520.c.i + +external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib520.dir/lib520.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib520.c -o CMakeFiles/lib520.dir/lib520.c.s + +external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib520.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.o -MF CMakeFiles/lib520.dir/first.c.o.d -o CMakeFiles/lib520.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib520.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib520.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib520.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib520.dir/first.c.s + +# Object files for target lib520 +lib520_OBJECTS = \ +"CMakeFiles/lib520.dir/lib520.c.o" \ +"CMakeFiles/lib520.dir/first.c.o" + +# External object files for target lib520 +lib520_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib520: external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.o +external/curl/tests/libtest/lib520: external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.o +external/curl/tests/libtest/lib520: external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make +external/curl/tests/libtest/lib520: external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.ts +external/curl/tests/libtest/lib520: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib520: /usr/lib/libz.so +external/curl/tests/libtest/lib520: external/curl/tests/libtest/CMakeFiles/lib520.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib520" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib520.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib520.dir/build: external/curl/tests/libtest/lib520 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib520.dir/build + +external/curl/tests/libtest/CMakeFiles/lib520.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib520.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib520.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib520.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib520.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib520.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/cmake_clean.cmake new file mode 100644 index 00000000..b29d10dc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib520.dir/link.d" + "CMakeFiles/lib520.dir/first.c.o" + "CMakeFiles/lib520.dir/first.c.o.d" + "CMakeFiles/lib520.dir/lib520.c.o" + "CMakeFiles/lib520.dir/lib520.c.o.d" + "lib520" + "lib520.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib520.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.make new file mode 100644 index 00000000..23d83fc4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib520. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.ts new file mode 100644 index 00000000..e5c441ec --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib520. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/depend.make new file mode 100644 index 00000000..6f61f5f9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib520. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/flags.make new file mode 100644 index 00000000..b3de010d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB520 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/link.txt new file mode 100644 index 00000000..add89fa6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib520.dir/link.d CMakeFiles/lib520.dir/lib520.c.o CMakeFiles/lib520.dir/first.c.o -o lib520 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/DependInfo.cmake new file mode 100644 index 00000000..5cc18c2d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib521.c" "external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.o.d" + "" "external/curl/tests/libtest/lib521" "gcc" "external/curl/tests/libtest/CMakeFiles/lib521.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make new file mode 100644 index 00000000..fa5c2014 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib521.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib521.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib521.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib521.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib521.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.o: external/curl/tests/libtest/CMakeFiles/lib521.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib521.c +external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.o: external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.o -MF CMakeFiles/lib521.dir/lib521.c.o.d -o CMakeFiles/lib521.dir/lib521.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib521.c + +external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib521.dir/lib521.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib521.c > CMakeFiles/lib521.dir/lib521.c.i + +external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib521.dir/lib521.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib521.c -o CMakeFiles/lib521.dir/lib521.c.s + +external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib521.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.o -MF CMakeFiles/lib521.dir/first.c.o.d -o CMakeFiles/lib521.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib521.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib521.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib521.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib521.dir/first.c.s + +# Object files for target lib521 +lib521_OBJECTS = \ +"CMakeFiles/lib521.dir/lib521.c.o" \ +"CMakeFiles/lib521.dir/first.c.o" + +# External object files for target lib521 +lib521_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib521: external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.o +external/curl/tests/libtest/lib521: external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.o +external/curl/tests/libtest/lib521: external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make +external/curl/tests/libtest/lib521: external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.ts +external/curl/tests/libtest/lib521: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib521: /usr/lib/libz.so +external/curl/tests/libtest/lib521: external/curl/tests/libtest/CMakeFiles/lib521.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib521" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib521.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib521.dir/build: external/curl/tests/libtest/lib521 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib521.dir/build + +external/curl/tests/libtest/CMakeFiles/lib521.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib521.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib521.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib521.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib521.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib521.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/cmake_clean.cmake new file mode 100644 index 00000000..e493ebf1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib521.dir/link.d" + "CMakeFiles/lib521.dir/first.c.o" + "CMakeFiles/lib521.dir/first.c.o.d" + "CMakeFiles/lib521.dir/lib521.c.o" + "CMakeFiles/lib521.dir/lib521.c.o.d" + "lib521" + "lib521.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib521.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.make new file mode 100644 index 00000000..1f60b3c5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib521. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.ts new file mode 100644 index 00000000..05dd4db1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib521. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/depend.make new file mode 100644 index 00000000..c9beddcd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib521. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/flags.make new file mode 100644 index 00000000..e40f2d5a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB521 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/link.txt new file mode 100644 index 00000000..cb95f25f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib521.dir/link.d CMakeFiles/lib521.dir/lib521.c.o CMakeFiles/lib521.dir/first.c.o -o lib521 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/DependInfo.cmake new file mode 100644 index 00000000..059dc414 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib523.c" "external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.o.d" + "" "external/curl/tests/libtest/lib523" "gcc" "external/curl/tests/libtest/CMakeFiles/lib523.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make new file mode 100644 index 00000000..e938cd97 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib523.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib523.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib523.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib523.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib523.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.o: external/curl/tests/libtest/CMakeFiles/lib523.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib523.c +external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.o: external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.o -MF CMakeFiles/lib523.dir/lib523.c.o.d -o CMakeFiles/lib523.dir/lib523.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib523.c + +external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib523.dir/lib523.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib523.c > CMakeFiles/lib523.dir/lib523.c.i + +external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib523.dir/lib523.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib523.c -o CMakeFiles/lib523.dir/lib523.c.s + +external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib523.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.o -MF CMakeFiles/lib523.dir/first.c.o.d -o CMakeFiles/lib523.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib523.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib523.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib523.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib523.dir/first.c.s + +# Object files for target lib523 +lib523_OBJECTS = \ +"CMakeFiles/lib523.dir/lib523.c.o" \ +"CMakeFiles/lib523.dir/first.c.o" + +# External object files for target lib523 +lib523_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib523: external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.o +external/curl/tests/libtest/lib523: external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.o +external/curl/tests/libtest/lib523: external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make +external/curl/tests/libtest/lib523: external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.ts +external/curl/tests/libtest/lib523: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib523: /usr/lib/libz.so +external/curl/tests/libtest/lib523: external/curl/tests/libtest/CMakeFiles/lib523.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib523" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib523.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib523.dir/build: external/curl/tests/libtest/lib523 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib523.dir/build + +external/curl/tests/libtest/CMakeFiles/lib523.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib523.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib523.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib523.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib523.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib523.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/cmake_clean.cmake new file mode 100644 index 00000000..583e11ea --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib523.dir/link.d" + "CMakeFiles/lib523.dir/first.c.o" + "CMakeFiles/lib523.dir/first.c.o.d" + "CMakeFiles/lib523.dir/lib523.c.o" + "CMakeFiles/lib523.dir/lib523.c.o.d" + "lib523" + "lib523.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib523.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.make new file mode 100644 index 00000000..e61bf24a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib523. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.ts new file mode 100644 index 00000000..55194d67 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib523. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/depend.make new file mode 100644 index 00000000..da87e2ab --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib523. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/flags.make new file mode 100644 index 00000000..2a12b244 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB523 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/link.txt new file mode 100644 index 00000000..843f976c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib523.dir/link.d CMakeFiles/lib523.dir/lib523.c.o CMakeFiles/lib523.dir/first.c.o -o lib523 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/DependInfo.cmake new file mode 100644 index 00000000..cb779749 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib524.c" "external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.o.d" + "" "external/curl/tests/libtest/lib524" "gcc" "external/curl/tests/libtest/CMakeFiles/lib524.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make new file mode 100644 index 00000000..5a6238dc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib524.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib524.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib524.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib524.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib524.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.o: external/curl/tests/libtest/CMakeFiles/lib524.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib524.c +external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.o: external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.o -MF CMakeFiles/lib524.dir/lib524.c.o.d -o CMakeFiles/lib524.dir/lib524.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib524.c + +external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib524.dir/lib524.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib524.c > CMakeFiles/lib524.dir/lib524.c.i + +external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib524.dir/lib524.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib524.c -o CMakeFiles/lib524.dir/lib524.c.s + +external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib524.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.o -MF CMakeFiles/lib524.dir/first.c.o.d -o CMakeFiles/lib524.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib524.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib524.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib524.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib524.dir/first.c.s + +# Object files for target lib524 +lib524_OBJECTS = \ +"CMakeFiles/lib524.dir/lib524.c.o" \ +"CMakeFiles/lib524.dir/first.c.o" + +# External object files for target lib524 +lib524_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib524: external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.o +external/curl/tests/libtest/lib524: external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.o +external/curl/tests/libtest/lib524: external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make +external/curl/tests/libtest/lib524: external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.ts +external/curl/tests/libtest/lib524: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib524: /usr/lib/libz.so +external/curl/tests/libtest/lib524: external/curl/tests/libtest/CMakeFiles/lib524.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib524" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib524.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib524.dir/build: external/curl/tests/libtest/lib524 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib524.dir/build + +external/curl/tests/libtest/CMakeFiles/lib524.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib524.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib524.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib524.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib524.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib524.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/cmake_clean.cmake new file mode 100644 index 00000000..56037a8a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib524.dir/link.d" + "CMakeFiles/lib524.dir/first.c.o" + "CMakeFiles/lib524.dir/first.c.o.d" + "CMakeFiles/lib524.dir/lib524.c.o" + "CMakeFiles/lib524.dir/lib524.c.o.d" + "lib524" + "lib524.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib524.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.make new file mode 100644 index 00000000..49eac295 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib524. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.ts new file mode 100644 index 00000000..cf95ed2b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib524. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/depend.make new file mode 100644 index 00000000..fdaca8cc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib524. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/flags.make new file mode 100644 index 00000000..fbf9c520 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB524 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/link.txt new file mode 100644 index 00000000..6f944d2e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib524.dir/link.d CMakeFiles/lib524.dir/lib524.c.o CMakeFiles/lib524.dir/first.c.o -o lib524 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/DependInfo.cmake new file mode 100644 index 00000000..c0d03265 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib525.c" "external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib525" "gcc" "external/curl/tests/libtest/CMakeFiles/lib525.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make new file mode 100644 index 00000000..e700f7ec --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib525.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib525.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib525.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib525.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib525.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.o: external/curl/tests/libtest/CMakeFiles/lib525.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib525.c +external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.o: external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.o -MF CMakeFiles/lib525.dir/lib525.c.o.d -o CMakeFiles/lib525.dir/lib525.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib525.c + +external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib525.dir/lib525.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib525.c > CMakeFiles/lib525.dir/lib525.c.i + +external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib525.dir/lib525.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib525.c -o CMakeFiles/lib525.dir/lib525.c.s + +external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib525.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.o -MF CMakeFiles/lib525.dir/first.c.o.d -o CMakeFiles/lib525.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib525.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib525.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib525.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib525.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib525.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.o -MF CMakeFiles/lib525.dir/testutil.c.o.d -o CMakeFiles/lib525.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib525.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib525.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib525.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib525.dir/testutil.c.s + +# Object files for target lib525 +lib525_OBJECTS = \ +"CMakeFiles/lib525.dir/lib525.c.o" \ +"CMakeFiles/lib525.dir/first.c.o" \ +"CMakeFiles/lib525.dir/testutil.c.o" + +# External object files for target lib525 +lib525_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib525: external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.o +external/curl/tests/libtest/lib525: external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.o +external/curl/tests/libtest/lib525: external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.o +external/curl/tests/libtest/lib525: external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make +external/curl/tests/libtest/lib525: external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.ts +external/curl/tests/libtest/lib525: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib525: /usr/lib/libz.so +external/curl/tests/libtest/lib525: external/curl/tests/libtest/CMakeFiles/lib525.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib525" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib525.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib525.dir/build: external/curl/tests/libtest/lib525 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib525.dir/build + +external/curl/tests/libtest/CMakeFiles/lib525.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib525.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib525.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib525.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib525.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib525.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/cmake_clean.cmake new file mode 100644 index 00000000..c8f00f32 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib525.dir/link.d" + "CMakeFiles/lib525.dir/first.c.o" + "CMakeFiles/lib525.dir/first.c.o.d" + "CMakeFiles/lib525.dir/lib525.c.o" + "CMakeFiles/lib525.dir/lib525.c.o.d" + "CMakeFiles/lib525.dir/testutil.c.o" + "CMakeFiles/lib525.dir/testutil.c.o.d" + "lib525" + "lib525.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib525.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.make new file mode 100644 index 00000000..d41ad6b5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib525. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.ts new file mode 100644 index 00000000..a0c1d8f1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib525. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/depend.make new file mode 100644 index 00000000..95dcac7d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib525. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/flags.make new file mode 100644 index 00000000..e926389e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB525 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/link.txt new file mode 100644 index 00000000..6133eda8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib525.dir/link.d CMakeFiles/lib525.dir/lib525.c.o CMakeFiles/lib525.dir/first.c.o CMakeFiles/lib525.dir/testutil.c.o -o lib525 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/progress.make new file mode 100644 index 00000000..0aba1dee --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = 72 + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/DependInfo.cmake new file mode 100644 index 00000000..a53e1c5a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c" "external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib526" "gcc" "external/curl/tests/libtest/CMakeFiles/lib526.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make new file mode 100644 index 00000000..592f5425 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib526.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib526.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib526.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib526.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib526.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.o: external/curl/tests/libtest/CMakeFiles/lib526.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c +external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.o: external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.o -MF CMakeFiles/lib526.dir/lib526.c.o.d -o CMakeFiles/lib526.dir/lib526.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c + +external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib526.dir/lib526.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c > CMakeFiles/lib526.dir/lib526.c.i + +external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib526.dir/lib526.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c -o CMakeFiles/lib526.dir/lib526.c.s + +external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib526.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.o -MF CMakeFiles/lib526.dir/first.c.o.d -o CMakeFiles/lib526.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib526.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib526.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib526.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib526.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib526.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.o -MF CMakeFiles/lib526.dir/testutil.c.o.d -o CMakeFiles/lib526.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib526.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib526.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib526.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib526.dir/testutil.c.s + +# Object files for target lib526 +lib526_OBJECTS = \ +"CMakeFiles/lib526.dir/lib526.c.o" \ +"CMakeFiles/lib526.dir/first.c.o" \ +"CMakeFiles/lib526.dir/testutil.c.o" + +# External object files for target lib526 +lib526_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib526: external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.o +external/curl/tests/libtest/lib526: external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.o +external/curl/tests/libtest/lib526: external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.o +external/curl/tests/libtest/lib526: external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make +external/curl/tests/libtest/lib526: external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.ts +external/curl/tests/libtest/lib526: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib526: /usr/lib/libz.so +external/curl/tests/libtest/lib526: external/curl/tests/libtest/CMakeFiles/lib526.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib526" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib526.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib526.dir/build: external/curl/tests/libtest/lib526 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib526.dir/build + +external/curl/tests/libtest/CMakeFiles/lib526.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib526.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib526.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib526.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib526.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib526.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/cmake_clean.cmake new file mode 100644 index 00000000..45698141 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib526.dir/link.d" + "CMakeFiles/lib526.dir/first.c.o" + "CMakeFiles/lib526.dir/first.c.o.d" + "CMakeFiles/lib526.dir/lib526.c.o" + "CMakeFiles/lib526.dir/lib526.c.o.d" + "CMakeFiles/lib526.dir/testutil.c.o" + "CMakeFiles/lib526.dir/testutil.c.o.d" + "lib526" + "lib526.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib526.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.make new file mode 100644 index 00000000..ce81eed7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib526. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.ts new file mode 100644 index 00000000..ec7cd2f4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib526. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/depend.make new file mode 100644 index 00000000..4bca3b18 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib526. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/flags.make new file mode 100644 index 00000000..b189f6f5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB526 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/link.txt new file mode 100644 index 00000000..a30915be --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib526.dir/link.d CMakeFiles/lib526.dir/lib526.c.o CMakeFiles/lib526.dir/first.c.o CMakeFiles/lib526.dir/testutil.c.o -o lib526 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/DependInfo.cmake new file mode 100644 index 00000000..a7390efd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c" "external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib527" "gcc" "external/curl/tests/libtest/CMakeFiles/lib527.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make new file mode 100644 index 00000000..b23f1f70 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib527.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib527.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib527.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib527.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib527.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.o: external/curl/tests/libtest/CMakeFiles/lib527.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c +external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.o: external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.o -MF CMakeFiles/lib527.dir/lib526.c.o.d -o CMakeFiles/lib527.dir/lib526.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c + +external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib527.dir/lib526.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c > CMakeFiles/lib527.dir/lib526.c.i + +external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib527.dir/lib526.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c -o CMakeFiles/lib527.dir/lib526.c.s + +external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib527.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.o -MF CMakeFiles/lib527.dir/first.c.o.d -o CMakeFiles/lib527.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib527.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib527.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib527.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib527.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib527.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.o -MF CMakeFiles/lib527.dir/testutil.c.o.d -o CMakeFiles/lib527.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib527.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib527.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib527.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib527.dir/testutil.c.s + +# Object files for target lib527 +lib527_OBJECTS = \ +"CMakeFiles/lib527.dir/lib526.c.o" \ +"CMakeFiles/lib527.dir/first.c.o" \ +"CMakeFiles/lib527.dir/testutil.c.o" + +# External object files for target lib527 +lib527_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib527: external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.o +external/curl/tests/libtest/lib527: external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.o +external/curl/tests/libtest/lib527: external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.o +external/curl/tests/libtest/lib527: external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make +external/curl/tests/libtest/lib527: external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.ts +external/curl/tests/libtest/lib527: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib527: /usr/lib/libz.so +external/curl/tests/libtest/lib527: external/curl/tests/libtest/CMakeFiles/lib527.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib527" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib527.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib527.dir/build: external/curl/tests/libtest/lib527 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib527.dir/build + +external/curl/tests/libtest/CMakeFiles/lib527.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib527.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib527.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib527.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib527.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib527.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/cmake_clean.cmake new file mode 100644 index 00000000..7d7f7807 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib527.dir/link.d" + "CMakeFiles/lib527.dir/first.c.o" + "CMakeFiles/lib527.dir/first.c.o.d" + "CMakeFiles/lib527.dir/lib526.c.o" + "CMakeFiles/lib527.dir/lib526.c.o.d" + "CMakeFiles/lib527.dir/testutil.c.o" + "CMakeFiles/lib527.dir/testutil.c.o.d" + "lib527" + "lib527.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib527.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.make new file mode 100644 index 00000000..82fbaa5b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib527. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.ts new file mode 100644 index 00000000..80875dfc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib527. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/depend.make new file mode 100644 index 00000000..8b8cb78c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib527. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/flags.make new file mode 100644 index 00000000..62c248f0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB527 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/link.txt new file mode 100644 index 00000000..19480098 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib527.dir/link.d CMakeFiles/lib527.dir/lib526.c.o CMakeFiles/lib527.dir/first.c.o CMakeFiles/lib527.dir/testutil.c.o -o lib527 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/DependInfo.cmake new file mode 100644 index 00000000..c3ef8c36 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib525.c" "external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib529" "gcc" "external/curl/tests/libtest/CMakeFiles/lib529.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make new file mode 100644 index 00000000..330b6460 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib529.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib529.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib529.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib529.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib529.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.o: external/curl/tests/libtest/CMakeFiles/lib529.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib525.c +external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.o: external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.o -MF CMakeFiles/lib529.dir/lib525.c.o.d -o CMakeFiles/lib529.dir/lib525.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib525.c + +external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib529.dir/lib525.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib525.c > CMakeFiles/lib529.dir/lib525.c.i + +external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib529.dir/lib525.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib525.c -o CMakeFiles/lib529.dir/lib525.c.s + +external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib529.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.o -MF CMakeFiles/lib529.dir/first.c.o.d -o CMakeFiles/lib529.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib529.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib529.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib529.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib529.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib529.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.o -MF CMakeFiles/lib529.dir/testutil.c.o.d -o CMakeFiles/lib529.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib529.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib529.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib529.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib529.dir/testutil.c.s + +# Object files for target lib529 +lib529_OBJECTS = \ +"CMakeFiles/lib529.dir/lib525.c.o" \ +"CMakeFiles/lib529.dir/first.c.o" \ +"CMakeFiles/lib529.dir/testutil.c.o" + +# External object files for target lib529 +lib529_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib529: external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.o +external/curl/tests/libtest/lib529: external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.o +external/curl/tests/libtest/lib529: external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.o +external/curl/tests/libtest/lib529: external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make +external/curl/tests/libtest/lib529: external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.ts +external/curl/tests/libtest/lib529: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib529: /usr/lib/libz.so +external/curl/tests/libtest/lib529: external/curl/tests/libtest/CMakeFiles/lib529.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib529" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib529.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib529.dir/build: external/curl/tests/libtest/lib529 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib529.dir/build + +external/curl/tests/libtest/CMakeFiles/lib529.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib529.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib529.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib529.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib529.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib529.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/cmake_clean.cmake new file mode 100644 index 00000000..a900d431 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib529.dir/link.d" + "CMakeFiles/lib529.dir/first.c.o" + "CMakeFiles/lib529.dir/first.c.o.d" + "CMakeFiles/lib529.dir/lib525.c.o" + "CMakeFiles/lib529.dir/lib525.c.o.d" + "CMakeFiles/lib529.dir/testutil.c.o" + "CMakeFiles/lib529.dir/testutil.c.o.d" + "lib529" + "lib529.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib529.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.make new file mode 100644 index 00000000..7308fdf1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib529. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.ts new file mode 100644 index 00000000..9eb6bc42 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib529. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/depend.make new file mode 100644 index 00000000..1914e0a6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib529. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/flags.make new file mode 100644 index 00000000..eb4d33e1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB529 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/link.txt new file mode 100644 index 00000000..f68aa1c9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib529.dir/link.d CMakeFiles/lib529.dir/lib525.c.o CMakeFiles/lib529.dir/first.c.o CMakeFiles/lib529.dir/testutil.c.o -o lib529 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/DependInfo.cmake new file mode 100644 index 00000000..064caf5f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib530.c" "external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib530" "gcc" "external/curl/tests/libtest/CMakeFiles/lib530.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make new file mode 100644 index 00000000..e27b3c30 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib530.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib530.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib530.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib530.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib530.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.o: external/curl/tests/libtest/CMakeFiles/lib530.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib530.c +external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.o: external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.o -MF CMakeFiles/lib530.dir/lib530.c.o.d -o CMakeFiles/lib530.dir/lib530.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib530.c + +external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib530.dir/lib530.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib530.c > CMakeFiles/lib530.dir/lib530.c.i + +external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib530.dir/lib530.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib530.c -o CMakeFiles/lib530.dir/lib530.c.s + +external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib530.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.o -MF CMakeFiles/lib530.dir/first.c.o.d -o CMakeFiles/lib530.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib530.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib530.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib530.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib530.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib530.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.o -MF CMakeFiles/lib530.dir/testutil.c.o.d -o CMakeFiles/lib530.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib530.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib530.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib530.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib530.dir/testutil.c.s + +# Object files for target lib530 +lib530_OBJECTS = \ +"CMakeFiles/lib530.dir/lib530.c.o" \ +"CMakeFiles/lib530.dir/first.c.o" \ +"CMakeFiles/lib530.dir/testutil.c.o" + +# External object files for target lib530 +lib530_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib530: external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.o +external/curl/tests/libtest/lib530: external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.o +external/curl/tests/libtest/lib530: external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.o +external/curl/tests/libtest/lib530: external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make +external/curl/tests/libtest/lib530: external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.ts +external/curl/tests/libtest/lib530: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib530: /usr/lib/libz.so +external/curl/tests/libtest/lib530: external/curl/tests/libtest/CMakeFiles/lib530.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib530" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib530.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib530.dir/build: external/curl/tests/libtest/lib530 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib530.dir/build + +external/curl/tests/libtest/CMakeFiles/lib530.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib530.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib530.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib530.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib530.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib530.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/cmake_clean.cmake new file mode 100644 index 00000000..e616a9a9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib530.dir/link.d" + "CMakeFiles/lib530.dir/first.c.o" + "CMakeFiles/lib530.dir/first.c.o.d" + "CMakeFiles/lib530.dir/lib530.c.o" + "CMakeFiles/lib530.dir/lib530.c.o.d" + "CMakeFiles/lib530.dir/testutil.c.o" + "CMakeFiles/lib530.dir/testutil.c.o.d" + "lib530" + "lib530.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib530.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.make new file mode 100644 index 00000000..32000ace --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib530. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.ts new file mode 100644 index 00000000..39286a0b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib530. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/depend.make new file mode 100644 index 00000000..9c1fb01d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib530. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/flags.make new file mode 100644 index 00000000..b6c5687c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB530 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/link.txt new file mode 100644 index 00000000..278b65fb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib530.dir/link.d CMakeFiles/lib530.dir/lib530.c.o CMakeFiles/lib530.dir/first.c.o CMakeFiles/lib530.dir/testutil.c.o -o lib530 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/DependInfo.cmake new file mode 100644 index 00000000..90d95623 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c" "external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib532" "gcc" "external/curl/tests/libtest/CMakeFiles/lib532.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make new file mode 100644 index 00000000..27a48880 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib532.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib532.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib532.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib532.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib532.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.o: external/curl/tests/libtest/CMakeFiles/lib532.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c +external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.o: external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.o -MF CMakeFiles/lib532.dir/lib526.c.o.d -o CMakeFiles/lib532.dir/lib526.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c + +external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib532.dir/lib526.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c > CMakeFiles/lib532.dir/lib526.c.i + +external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib532.dir/lib526.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c -o CMakeFiles/lib532.dir/lib526.c.s + +external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib532.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.o -MF CMakeFiles/lib532.dir/first.c.o.d -o CMakeFiles/lib532.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib532.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib532.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib532.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib532.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib532.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.o -MF CMakeFiles/lib532.dir/testutil.c.o.d -o CMakeFiles/lib532.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib532.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib532.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib532.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib532.dir/testutil.c.s + +# Object files for target lib532 +lib532_OBJECTS = \ +"CMakeFiles/lib532.dir/lib526.c.o" \ +"CMakeFiles/lib532.dir/first.c.o" \ +"CMakeFiles/lib532.dir/testutil.c.o" + +# External object files for target lib532 +lib532_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib532: external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.o +external/curl/tests/libtest/lib532: external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.o +external/curl/tests/libtest/lib532: external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.o +external/curl/tests/libtest/lib532: external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make +external/curl/tests/libtest/lib532: external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.ts +external/curl/tests/libtest/lib532: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib532: /usr/lib/libz.so +external/curl/tests/libtest/lib532: external/curl/tests/libtest/CMakeFiles/lib532.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib532" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib532.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib532.dir/build: external/curl/tests/libtest/lib532 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib532.dir/build + +external/curl/tests/libtest/CMakeFiles/lib532.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib532.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib532.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib532.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib532.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib532.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/cmake_clean.cmake new file mode 100644 index 00000000..d9667769 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib532.dir/link.d" + "CMakeFiles/lib532.dir/first.c.o" + "CMakeFiles/lib532.dir/first.c.o.d" + "CMakeFiles/lib532.dir/lib526.c.o" + "CMakeFiles/lib532.dir/lib526.c.o.d" + "CMakeFiles/lib532.dir/testutil.c.o" + "CMakeFiles/lib532.dir/testutil.c.o.d" + "lib532" + "lib532.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib532.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.make new file mode 100644 index 00000000..b4041280 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib532. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.ts new file mode 100644 index 00000000..486c14f6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib532. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/depend.make new file mode 100644 index 00000000..358e2f54 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib532. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/flags.make new file mode 100644 index 00000000..d925dd9b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB532 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/link.txt new file mode 100644 index 00000000..c9d220c8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib532.dir/link.d CMakeFiles/lib532.dir/lib526.c.o CMakeFiles/lib532.dir/first.c.o CMakeFiles/lib532.dir/testutil.c.o -o lib532 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/DependInfo.cmake new file mode 100644 index 00000000..8edf7c5b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib533.c" "external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib533" "gcc" "external/curl/tests/libtest/CMakeFiles/lib533.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make new file mode 100644 index 00000000..d490b65b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib533.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib533.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib533.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib533.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib533.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.o: external/curl/tests/libtest/CMakeFiles/lib533.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib533.c +external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.o: external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.o -MF CMakeFiles/lib533.dir/lib533.c.o.d -o CMakeFiles/lib533.dir/lib533.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib533.c + +external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib533.dir/lib533.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib533.c > CMakeFiles/lib533.dir/lib533.c.i + +external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib533.dir/lib533.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib533.c -o CMakeFiles/lib533.dir/lib533.c.s + +external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib533.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.o -MF CMakeFiles/lib533.dir/first.c.o.d -o CMakeFiles/lib533.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib533.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib533.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib533.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib533.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib533.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.o -MF CMakeFiles/lib533.dir/testutil.c.o.d -o CMakeFiles/lib533.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib533.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib533.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib533.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib533.dir/testutil.c.s + +# Object files for target lib533 +lib533_OBJECTS = \ +"CMakeFiles/lib533.dir/lib533.c.o" \ +"CMakeFiles/lib533.dir/first.c.o" \ +"CMakeFiles/lib533.dir/testutil.c.o" + +# External object files for target lib533 +lib533_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib533: external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.o +external/curl/tests/libtest/lib533: external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.o +external/curl/tests/libtest/lib533: external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.o +external/curl/tests/libtest/lib533: external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make +external/curl/tests/libtest/lib533: external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.ts +external/curl/tests/libtest/lib533: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib533: /usr/lib/libz.so +external/curl/tests/libtest/lib533: external/curl/tests/libtest/CMakeFiles/lib533.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib533" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib533.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib533.dir/build: external/curl/tests/libtest/lib533 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib533.dir/build + +external/curl/tests/libtest/CMakeFiles/lib533.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib533.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib533.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib533.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib533.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib533.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/cmake_clean.cmake new file mode 100644 index 00000000..145039ff --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib533.dir/link.d" + "CMakeFiles/lib533.dir/first.c.o" + "CMakeFiles/lib533.dir/first.c.o.d" + "CMakeFiles/lib533.dir/lib533.c.o" + "CMakeFiles/lib533.dir/lib533.c.o.d" + "CMakeFiles/lib533.dir/testutil.c.o" + "CMakeFiles/lib533.dir/testutil.c.o.d" + "lib533" + "lib533.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib533.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.make new file mode 100644 index 00000000..6afa5ee4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib533. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.ts new file mode 100644 index 00000000..9ba03d1c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib533. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/depend.make new file mode 100644 index 00000000..67ec3371 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib533. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/flags.make new file mode 100644 index 00000000..63b1cb39 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB533 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/link.txt new file mode 100644 index 00000000..35656245 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib533.dir/link.d CMakeFiles/lib533.dir/lib533.c.o CMakeFiles/lib533.dir/first.c.o CMakeFiles/lib533.dir/testutil.c.o -o lib533 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/DependInfo.cmake new file mode 100644 index 00000000..d87a2829 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib536.c" "external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.o.d" + "" "external/curl/tests/libtest/lib536" "gcc" "external/curl/tests/libtest/CMakeFiles/lib536.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make new file mode 100644 index 00000000..20168399 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib536.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib536.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib536.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib536.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib536.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.o: external/curl/tests/libtest/CMakeFiles/lib536.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib536.c +external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.o: external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.o -MF CMakeFiles/lib536.dir/lib536.c.o.d -o CMakeFiles/lib536.dir/lib536.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib536.c + +external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib536.dir/lib536.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib536.c > CMakeFiles/lib536.dir/lib536.c.i + +external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib536.dir/lib536.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib536.c -o CMakeFiles/lib536.dir/lib536.c.s + +external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib536.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.o -MF CMakeFiles/lib536.dir/first.c.o.d -o CMakeFiles/lib536.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib536.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib536.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib536.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib536.dir/first.c.s + +# Object files for target lib536 +lib536_OBJECTS = \ +"CMakeFiles/lib536.dir/lib536.c.o" \ +"CMakeFiles/lib536.dir/first.c.o" + +# External object files for target lib536 +lib536_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib536: external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.o +external/curl/tests/libtest/lib536: external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.o +external/curl/tests/libtest/lib536: external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make +external/curl/tests/libtest/lib536: external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.ts +external/curl/tests/libtest/lib536: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib536: /usr/lib/libz.so +external/curl/tests/libtest/lib536: external/curl/tests/libtest/CMakeFiles/lib536.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib536" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib536.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib536.dir/build: external/curl/tests/libtest/lib536 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib536.dir/build + +external/curl/tests/libtest/CMakeFiles/lib536.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib536.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib536.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib536.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib536.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib536.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/cmake_clean.cmake new file mode 100644 index 00000000..fac08090 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib536.dir/link.d" + "CMakeFiles/lib536.dir/first.c.o" + "CMakeFiles/lib536.dir/first.c.o.d" + "CMakeFiles/lib536.dir/lib536.c.o" + "CMakeFiles/lib536.dir/lib536.c.o.d" + "lib536" + "lib536.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib536.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.make new file mode 100644 index 00000000..43dd6c6f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib536. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.ts new file mode 100644 index 00000000..35ccbf01 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib536. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/depend.make new file mode 100644 index 00000000..b942023f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib536. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/flags.make new file mode 100644 index 00000000..4972f6c7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB536 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/link.txt new file mode 100644 index 00000000..85ed91a4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib536.dir/link.d CMakeFiles/lib536.dir/lib536.c.o CMakeFiles/lib536.dir/first.c.o -o lib536 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/DependInfo.cmake new file mode 100644 index 00000000..bd643934 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib537.c" "external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.o.d" + "" "external/curl/tests/libtest/lib537" "gcc" "external/curl/tests/libtest/CMakeFiles/lib537.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make new file mode 100644 index 00000000..d1e25c5d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib537.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib537.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib537.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib537.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib537.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.o: external/curl/tests/libtest/CMakeFiles/lib537.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib537.c +external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.o: external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.o -MF CMakeFiles/lib537.dir/lib537.c.o.d -o CMakeFiles/lib537.dir/lib537.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib537.c + +external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib537.dir/lib537.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib537.c > CMakeFiles/lib537.dir/lib537.c.i + +external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib537.dir/lib537.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib537.c -o CMakeFiles/lib537.dir/lib537.c.s + +external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib537.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.o -MF CMakeFiles/lib537.dir/first.c.o.d -o CMakeFiles/lib537.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib537.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib537.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib537.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib537.dir/first.c.s + +# Object files for target lib537 +lib537_OBJECTS = \ +"CMakeFiles/lib537.dir/lib537.c.o" \ +"CMakeFiles/lib537.dir/first.c.o" + +# External object files for target lib537 +lib537_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib537: external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.o +external/curl/tests/libtest/lib537: external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.o +external/curl/tests/libtest/lib537: external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make +external/curl/tests/libtest/lib537: external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.ts +external/curl/tests/libtest/lib537: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib537: /usr/lib/libz.so +external/curl/tests/libtest/lib537: external/curl/tests/libtest/CMakeFiles/lib537.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib537" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib537.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib537.dir/build: external/curl/tests/libtest/lib537 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib537.dir/build + +external/curl/tests/libtest/CMakeFiles/lib537.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib537.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib537.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib537.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib537.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib537.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/cmake_clean.cmake new file mode 100644 index 00000000..042ee842 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib537.dir/link.d" + "CMakeFiles/lib537.dir/first.c.o" + "CMakeFiles/lib537.dir/first.c.o.d" + "CMakeFiles/lib537.dir/lib537.c.o" + "CMakeFiles/lib537.dir/lib537.c.o.d" + "lib537" + "lib537.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib537.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.make new file mode 100644 index 00000000..104896a3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib537. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.ts new file mode 100644 index 00000000..4ba61b64 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib537. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/depend.make new file mode 100644 index 00000000..d3b69c90 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib537. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/flags.make new file mode 100644 index 00000000..824e0130 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB537 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/link.txt new file mode 100644 index 00000000..67113147 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib537.dir/link.d CMakeFiles/lib537.dir/lib537.c.o CMakeFiles/lib537.dir/first.c.o -o lib537 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/progress.make new file mode 100644 index 00000000..a55374ba --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 73 +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/DependInfo.cmake new file mode 100644 index 00000000..71d1defc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib539.c" "external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.o.d" + "" "external/curl/tests/libtest/lib539" "gcc" "external/curl/tests/libtest/CMakeFiles/lib539.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make new file mode 100644 index 00000000..078bfb91 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib539.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib539.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib539.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib539.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib539.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.o: external/curl/tests/libtest/CMakeFiles/lib539.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib539.c +external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.o: external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.o -MF CMakeFiles/lib539.dir/lib539.c.o.d -o CMakeFiles/lib539.dir/lib539.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib539.c + +external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib539.dir/lib539.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib539.c > CMakeFiles/lib539.dir/lib539.c.i + +external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib539.dir/lib539.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib539.c -o CMakeFiles/lib539.dir/lib539.c.s + +external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib539.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.o -MF CMakeFiles/lib539.dir/first.c.o.d -o CMakeFiles/lib539.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib539.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib539.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib539.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib539.dir/first.c.s + +# Object files for target lib539 +lib539_OBJECTS = \ +"CMakeFiles/lib539.dir/lib539.c.o" \ +"CMakeFiles/lib539.dir/first.c.o" + +# External object files for target lib539 +lib539_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib539: external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.o +external/curl/tests/libtest/lib539: external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.o +external/curl/tests/libtest/lib539: external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make +external/curl/tests/libtest/lib539: external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.ts +external/curl/tests/libtest/lib539: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib539: /usr/lib/libz.so +external/curl/tests/libtest/lib539: external/curl/tests/libtest/CMakeFiles/lib539.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib539" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib539.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib539.dir/build: external/curl/tests/libtest/lib539 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib539.dir/build + +external/curl/tests/libtest/CMakeFiles/lib539.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib539.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib539.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib539.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib539.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib539.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/cmake_clean.cmake new file mode 100644 index 00000000..28721572 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib539.dir/link.d" + "CMakeFiles/lib539.dir/first.c.o" + "CMakeFiles/lib539.dir/first.c.o.d" + "CMakeFiles/lib539.dir/lib539.c.o" + "CMakeFiles/lib539.dir/lib539.c.o.d" + "lib539" + "lib539.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib539.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.make new file mode 100644 index 00000000..825fd529 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib539. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.ts new file mode 100644 index 00000000..6f134e51 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib539. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/depend.make new file mode 100644 index 00000000..698b2c6c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib539. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/flags.make new file mode 100644 index 00000000..61c6db70 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB539 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/link.txt new file mode 100644 index 00000000..a24c97b4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib539.dir/link.d CMakeFiles/lib539.dir/lib539.c.o CMakeFiles/lib539.dir/first.c.o -o lib539 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/DependInfo.cmake new file mode 100644 index 00000000..a67be9a8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib540.c" "external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib540" "gcc" "external/curl/tests/libtest/CMakeFiles/lib540.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make new file mode 100644 index 00000000..8424e248 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib540.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib540.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib540.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib540.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib540.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.o: external/curl/tests/libtest/CMakeFiles/lib540.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib540.c +external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.o: external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.o -MF CMakeFiles/lib540.dir/lib540.c.o.d -o CMakeFiles/lib540.dir/lib540.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib540.c + +external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib540.dir/lib540.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib540.c > CMakeFiles/lib540.dir/lib540.c.i + +external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib540.dir/lib540.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib540.c -o CMakeFiles/lib540.dir/lib540.c.s + +external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib540.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.o -MF CMakeFiles/lib540.dir/first.c.o.d -o CMakeFiles/lib540.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib540.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib540.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib540.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib540.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib540.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.o -MF CMakeFiles/lib540.dir/testutil.c.o.d -o CMakeFiles/lib540.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib540.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib540.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib540.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib540.dir/testutil.c.s + +# Object files for target lib540 +lib540_OBJECTS = \ +"CMakeFiles/lib540.dir/lib540.c.o" \ +"CMakeFiles/lib540.dir/first.c.o" \ +"CMakeFiles/lib540.dir/testutil.c.o" + +# External object files for target lib540 +lib540_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib540: external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.o +external/curl/tests/libtest/lib540: external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.o +external/curl/tests/libtest/lib540: external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.o +external/curl/tests/libtest/lib540: external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make +external/curl/tests/libtest/lib540: external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.ts +external/curl/tests/libtest/lib540: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib540: /usr/lib/libz.so +external/curl/tests/libtest/lib540: external/curl/tests/libtest/CMakeFiles/lib540.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib540" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib540.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib540.dir/build: external/curl/tests/libtest/lib540 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib540.dir/build + +external/curl/tests/libtest/CMakeFiles/lib540.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib540.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib540.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib540.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib540.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib540.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/cmake_clean.cmake new file mode 100644 index 00000000..1f38f9eb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib540.dir/link.d" + "CMakeFiles/lib540.dir/first.c.o" + "CMakeFiles/lib540.dir/first.c.o.d" + "CMakeFiles/lib540.dir/lib540.c.o" + "CMakeFiles/lib540.dir/lib540.c.o.d" + "CMakeFiles/lib540.dir/testutil.c.o" + "CMakeFiles/lib540.dir/testutil.c.o.d" + "lib540" + "lib540.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib540.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.make new file mode 100644 index 00000000..45805be8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib540. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.ts new file mode 100644 index 00000000..5085e8c7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib540. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/depend.make new file mode 100644 index 00000000..ac2ba516 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib540. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/flags.make new file mode 100644 index 00000000..edffe1d6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB540 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/link.txt new file mode 100644 index 00000000..37c97db1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib540.dir/link.d CMakeFiles/lib540.dir/lib540.c.o CMakeFiles/lib540.dir/first.c.o CMakeFiles/lib540.dir/testutil.c.o -o lib540 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/DependInfo.cmake new file mode 100644 index 00000000..ac79caf6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib541.c" "external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.o.d" + "" "external/curl/tests/libtest/lib541" "gcc" "external/curl/tests/libtest/CMakeFiles/lib541.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make new file mode 100644 index 00000000..c2d40fcc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib541.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib541.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib541.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib541.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib541.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.o: external/curl/tests/libtest/CMakeFiles/lib541.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib541.c +external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.o: external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.o -MF CMakeFiles/lib541.dir/lib541.c.o.d -o CMakeFiles/lib541.dir/lib541.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib541.c + +external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib541.dir/lib541.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib541.c > CMakeFiles/lib541.dir/lib541.c.i + +external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib541.dir/lib541.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib541.c -o CMakeFiles/lib541.dir/lib541.c.s + +external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib541.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.o -MF CMakeFiles/lib541.dir/first.c.o.d -o CMakeFiles/lib541.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib541.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib541.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib541.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib541.dir/first.c.s + +# Object files for target lib541 +lib541_OBJECTS = \ +"CMakeFiles/lib541.dir/lib541.c.o" \ +"CMakeFiles/lib541.dir/first.c.o" + +# External object files for target lib541 +lib541_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib541: external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.o +external/curl/tests/libtest/lib541: external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.o +external/curl/tests/libtest/lib541: external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make +external/curl/tests/libtest/lib541: external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.ts +external/curl/tests/libtest/lib541: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib541: /usr/lib/libz.so +external/curl/tests/libtest/lib541: external/curl/tests/libtest/CMakeFiles/lib541.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib541" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib541.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib541.dir/build: external/curl/tests/libtest/lib541 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib541.dir/build + +external/curl/tests/libtest/CMakeFiles/lib541.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib541.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib541.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib541.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib541.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib541.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/cmake_clean.cmake new file mode 100644 index 00000000..88fc9391 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib541.dir/link.d" + "CMakeFiles/lib541.dir/first.c.o" + "CMakeFiles/lib541.dir/first.c.o.d" + "CMakeFiles/lib541.dir/lib541.c.o" + "CMakeFiles/lib541.dir/lib541.c.o.d" + "lib541" + "lib541.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib541.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.make new file mode 100644 index 00000000..3c7f72c4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib541. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.ts new file mode 100644 index 00000000..ef0e368d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib541. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/depend.make new file mode 100644 index 00000000..9cae748c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib541. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/flags.make new file mode 100644 index 00000000..bb048552 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB541 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/link.txt new file mode 100644 index 00000000..551c82f5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib541.dir/link.d CMakeFiles/lib541.dir/lib541.c.o CMakeFiles/lib541.dir/first.c.o -o lib541 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/DependInfo.cmake new file mode 100644 index 00000000..d6b1bb35 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib542.c" "external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.o.d" + "" "external/curl/tests/libtest/lib542" "gcc" "external/curl/tests/libtest/CMakeFiles/lib542.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make new file mode 100644 index 00000000..66329b93 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib542.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib542.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib542.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib542.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib542.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.o: external/curl/tests/libtest/CMakeFiles/lib542.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib542.c +external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.o: external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.o -MF CMakeFiles/lib542.dir/lib542.c.o.d -o CMakeFiles/lib542.dir/lib542.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib542.c + +external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib542.dir/lib542.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib542.c > CMakeFiles/lib542.dir/lib542.c.i + +external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib542.dir/lib542.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib542.c -o CMakeFiles/lib542.dir/lib542.c.s + +external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib542.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.o -MF CMakeFiles/lib542.dir/first.c.o.d -o CMakeFiles/lib542.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib542.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib542.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib542.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib542.dir/first.c.s + +# Object files for target lib542 +lib542_OBJECTS = \ +"CMakeFiles/lib542.dir/lib542.c.o" \ +"CMakeFiles/lib542.dir/first.c.o" + +# External object files for target lib542 +lib542_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib542: external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.o +external/curl/tests/libtest/lib542: external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.o +external/curl/tests/libtest/lib542: external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make +external/curl/tests/libtest/lib542: external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.ts +external/curl/tests/libtest/lib542: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib542: /usr/lib/libz.so +external/curl/tests/libtest/lib542: external/curl/tests/libtest/CMakeFiles/lib542.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib542" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib542.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib542.dir/build: external/curl/tests/libtest/lib542 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib542.dir/build + +external/curl/tests/libtest/CMakeFiles/lib542.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib542.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib542.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib542.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib542.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib542.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/cmake_clean.cmake new file mode 100644 index 00000000..0e7ce05c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib542.dir/link.d" + "CMakeFiles/lib542.dir/first.c.o" + "CMakeFiles/lib542.dir/first.c.o.d" + "CMakeFiles/lib542.dir/lib542.c.o" + "CMakeFiles/lib542.dir/lib542.c.o.d" + "lib542" + "lib542.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib542.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.make new file mode 100644 index 00000000..e90605e3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib542. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.ts new file mode 100644 index 00000000..0056131d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib542. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/depend.make new file mode 100644 index 00000000..97c390de --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib542. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/flags.make new file mode 100644 index 00000000..d7e30660 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB542 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/link.txt new file mode 100644 index 00000000..6e034f57 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib542.dir/link.d CMakeFiles/lib542.dir/lib542.c.o CMakeFiles/lib542.dir/first.c.o -o lib542 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/DependInfo.cmake new file mode 100644 index 00000000..bfb0a652 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib543.c" "external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.o.d" + "" "external/curl/tests/libtest/lib543" "gcc" "external/curl/tests/libtest/CMakeFiles/lib543.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make new file mode 100644 index 00000000..a892ae79 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib543.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib543.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib543.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib543.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib543.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.o: external/curl/tests/libtest/CMakeFiles/lib543.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib543.c +external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.o: external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.o -MF CMakeFiles/lib543.dir/lib543.c.o.d -o CMakeFiles/lib543.dir/lib543.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib543.c + +external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib543.dir/lib543.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib543.c > CMakeFiles/lib543.dir/lib543.c.i + +external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib543.dir/lib543.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib543.c -o CMakeFiles/lib543.dir/lib543.c.s + +external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib543.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.o -MF CMakeFiles/lib543.dir/first.c.o.d -o CMakeFiles/lib543.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib543.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib543.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib543.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib543.dir/first.c.s + +# Object files for target lib543 +lib543_OBJECTS = \ +"CMakeFiles/lib543.dir/lib543.c.o" \ +"CMakeFiles/lib543.dir/first.c.o" + +# External object files for target lib543 +lib543_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib543: external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.o +external/curl/tests/libtest/lib543: external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.o +external/curl/tests/libtest/lib543: external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make +external/curl/tests/libtest/lib543: external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.ts +external/curl/tests/libtest/lib543: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib543: /usr/lib/libz.so +external/curl/tests/libtest/lib543: external/curl/tests/libtest/CMakeFiles/lib543.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib543" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib543.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib543.dir/build: external/curl/tests/libtest/lib543 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib543.dir/build + +external/curl/tests/libtest/CMakeFiles/lib543.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib543.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib543.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib543.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib543.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib543.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/cmake_clean.cmake new file mode 100644 index 00000000..638f01a0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib543.dir/link.d" + "CMakeFiles/lib543.dir/first.c.o" + "CMakeFiles/lib543.dir/first.c.o.d" + "CMakeFiles/lib543.dir/lib543.c.o" + "CMakeFiles/lib543.dir/lib543.c.o.d" + "lib543" + "lib543.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib543.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.make new file mode 100644 index 00000000..c7fd41f5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib543. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.ts new file mode 100644 index 00000000..4109798c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib543. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/depend.make new file mode 100644 index 00000000..4a545415 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib543. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/flags.make new file mode 100644 index 00000000..902b8613 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB543 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/link.txt new file mode 100644 index 00000000..1736d853 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib543.dir/link.d CMakeFiles/lib543.dir/lib543.c.o CMakeFiles/lib543.dir/first.c.o -o lib543 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/DependInfo.cmake new file mode 100644 index 00000000..1a9856d4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib544.c" "external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.o.d" + "" "external/curl/tests/libtest/lib544" "gcc" "external/curl/tests/libtest/CMakeFiles/lib544.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make new file mode 100644 index 00000000..02d41d9b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib544.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib544.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib544.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib544.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib544.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.o: external/curl/tests/libtest/CMakeFiles/lib544.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib544.c +external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.o: external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.o -MF CMakeFiles/lib544.dir/lib544.c.o.d -o CMakeFiles/lib544.dir/lib544.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib544.c + +external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib544.dir/lib544.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib544.c > CMakeFiles/lib544.dir/lib544.c.i + +external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib544.dir/lib544.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib544.c -o CMakeFiles/lib544.dir/lib544.c.s + +external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib544.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.o -MF CMakeFiles/lib544.dir/first.c.o.d -o CMakeFiles/lib544.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib544.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib544.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib544.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib544.dir/first.c.s + +# Object files for target lib544 +lib544_OBJECTS = \ +"CMakeFiles/lib544.dir/lib544.c.o" \ +"CMakeFiles/lib544.dir/first.c.o" + +# External object files for target lib544 +lib544_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib544: external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.o +external/curl/tests/libtest/lib544: external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.o +external/curl/tests/libtest/lib544: external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make +external/curl/tests/libtest/lib544: external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.ts +external/curl/tests/libtest/lib544: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib544: /usr/lib/libz.so +external/curl/tests/libtest/lib544: external/curl/tests/libtest/CMakeFiles/lib544.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib544" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib544.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib544.dir/build: external/curl/tests/libtest/lib544 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib544.dir/build + +external/curl/tests/libtest/CMakeFiles/lib544.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib544.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib544.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib544.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib544.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib544.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/cmake_clean.cmake new file mode 100644 index 00000000..2f7f869d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib544.dir/link.d" + "CMakeFiles/lib544.dir/first.c.o" + "CMakeFiles/lib544.dir/first.c.o.d" + "CMakeFiles/lib544.dir/lib544.c.o" + "CMakeFiles/lib544.dir/lib544.c.o.d" + "lib544" + "lib544.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib544.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.make new file mode 100644 index 00000000..7417fe4f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib544. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.ts new file mode 100644 index 00000000..36fce960 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib544. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/depend.make new file mode 100644 index 00000000..dade23b9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib544. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/flags.make new file mode 100644 index 00000000..80d03dfc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB544 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/link.txt new file mode 100644 index 00000000..a4aa31e5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib544.dir/link.d CMakeFiles/lib544.dir/lib544.c.o CMakeFiles/lib544.dir/first.c.o -o lib544 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/DependInfo.cmake new file mode 100644 index 00000000..77ddbe70 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib544.c" "external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.o.d" + "" "external/curl/tests/libtest/lib545" "gcc" "external/curl/tests/libtest/CMakeFiles/lib545.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make new file mode 100644 index 00000000..cadfdd2f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib545.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib545.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib545.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib545.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib545.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.o: external/curl/tests/libtest/CMakeFiles/lib545.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib544.c +external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.o: external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.o -MF CMakeFiles/lib545.dir/lib544.c.o.d -o CMakeFiles/lib545.dir/lib544.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib544.c + +external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib545.dir/lib544.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib544.c > CMakeFiles/lib545.dir/lib544.c.i + +external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib545.dir/lib544.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib544.c -o CMakeFiles/lib545.dir/lib544.c.s + +external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib545.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.o -MF CMakeFiles/lib545.dir/first.c.o.d -o CMakeFiles/lib545.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib545.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib545.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib545.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib545.dir/first.c.s + +# Object files for target lib545 +lib545_OBJECTS = \ +"CMakeFiles/lib545.dir/lib544.c.o" \ +"CMakeFiles/lib545.dir/first.c.o" + +# External object files for target lib545 +lib545_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib545: external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.o +external/curl/tests/libtest/lib545: external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.o +external/curl/tests/libtest/lib545: external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make +external/curl/tests/libtest/lib545: external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.ts +external/curl/tests/libtest/lib545: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib545: /usr/lib/libz.so +external/curl/tests/libtest/lib545: external/curl/tests/libtest/CMakeFiles/lib545.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib545" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib545.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib545.dir/build: external/curl/tests/libtest/lib545 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib545.dir/build + +external/curl/tests/libtest/CMakeFiles/lib545.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib545.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib545.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib545.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib545.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib545.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/cmake_clean.cmake new file mode 100644 index 00000000..99142e44 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib545.dir/link.d" + "CMakeFiles/lib545.dir/first.c.o" + "CMakeFiles/lib545.dir/first.c.o.d" + "CMakeFiles/lib545.dir/lib544.c.o" + "CMakeFiles/lib545.dir/lib544.c.o.d" + "lib545" + "lib545.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib545.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.make new file mode 100644 index 00000000..2ddc62d6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib545. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.ts new file mode 100644 index 00000000..6b6952a2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib545. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/depend.make new file mode 100644 index 00000000..5b577bdf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib545. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/flags.make new file mode 100644 index 00000000..0f002ea6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB545 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/link.txt new file mode 100644 index 00000000..5961b93d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib545.dir/link.d CMakeFiles/lib545.dir/lib544.c.o CMakeFiles/lib545.dir/first.c.o -o lib545 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/DependInfo.cmake new file mode 100644 index 00000000..acc5a4a0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib547.c" "external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.o.d" + "" "external/curl/tests/libtest/lib547" "gcc" "external/curl/tests/libtest/CMakeFiles/lib547.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make new file mode 100644 index 00000000..494b8cd7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib547.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib547.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib547.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib547.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib547.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.o: external/curl/tests/libtest/CMakeFiles/lib547.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib547.c +external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.o: external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.o -MF CMakeFiles/lib547.dir/lib547.c.o.d -o CMakeFiles/lib547.dir/lib547.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib547.c + +external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib547.dir/lib547.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib547.c > CMakeFiles/lib547.dir/lib547.c.i + +external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib547.dir/lib547.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib547.c -o CMakeFiles/lib547.dir/lib547.c.s + +external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib547.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.o -MF CMakeFiles/lib547.dir/first.c.o.d -o CMakeFiles/lib547.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib547.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib547.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib547.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib547.dir/first.c.s + +# Object files for target lib547 +lib547_OBJECTS = \ +"CMakeFiles/lib547.dir/lib547.c.o" \ +"CMakeFiles/lib547.dir/first.c.o" + +# External object files for target lib547 +lib547_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib547: external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.o +external/curl/tests/libtest/lib547: external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.o +external/curl/tests/libtest/lib547: external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make +external/curl/tests/libtest/lib547: external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.ts +external/curl/tests/libtest/lib547: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib547: /usr/lib/libz.so +external/curl/tests/libtest/lib547: external/curl/tests/libtest/CMakeFiles/lib547.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib547" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib547.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib547.dir/build: external/curl/tests/libtest/lib547 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib547.dir/build + +external/curl/tests/libtest/CMakeFiles/lib547.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib547.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib547.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib547.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib547.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib547.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/cmake_clean.cmake new file mode 100644 index 00000000..171ad519 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib547.dir/link.d" + "CMakeFiles/lib547.dir/first.c.o" + "CMakeFiles/lib547.dir/first.c.o.d" + "CMakeFiles/lib547.dir/lib547.c.o" + "CMakeFiles/lib547.dir/lib547.c.o.d" + "lib547" + "lib547.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib547.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.make new file mode 100644 index 00000000..323c5427 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib547. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.ts new file mode 100644 index 00000000..8d5fd028 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib547. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/depend.make new file mode 100644 index 00000000..8e765643 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib547. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/flags.make new file mode 100644 index 00000000..fa98e41c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB547 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/link.txt new file mode 100644 index 00000000..5990e778 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib547.dir/link.d CMakeFiles/lib547.dir/lib547.c.o CMakeFiles/lib547.dir/first.c.o -o lib547 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/DependInfo.cmake new file mode 100644 index 00000000..a7603f23 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib547.c" "external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.o.d" + "" "external/curl/tests/libtest/lib548" "gcc" "external/curl/tests/libtest/CMakeFiles/lib548.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make new file mode 100644 index 00000000..a96e34cd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib548.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib548.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib548.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib548.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib548.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.o: external/curl/tests/libtest/CMakeFiles/lib548.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib547.c +external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.o: external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.o -MF CMakeFiles/lib548.dir/lib547.c.o.d -o CMakeFiles/lib548.dir/lib547.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib547.c + +external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib548.dir/lib547.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib547.c > CMakeFiles/lib548.dir/lib547.c.i + +external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib548.dir/lib547.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib547.c -o CMakeFiles/lib548.dir/lib547.c.s + +external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib548.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.o -MF CMakeFiles/lib548.dir/first.c.o.d -o CMakeFiles/lib548.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib548.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib548.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib548.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib548.dir/first.c.s + +# Object files for target lib548 +lib548_OBJECTS = \ +"CMakeFiles/lib548.dir/lib547.c.o" \ +"CMakeFiles/lib548.dir/first.c.o" + +# External object files for target lib548 +lib548_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib548: external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.o +external/curl/tests/libtest/lib548: external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.o +external/curl/tests/libtest/lib548: external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make +external/curl/tests/libtest/lib548: external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.ts +external/curl/tests/libtest/lib548: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib548: /usr/lib/libz.so +external/curl/tests/libtest/lib548: external/curl/tests/libtest/CMakeFiles/lib548.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib548" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib548.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib548.dir/build: external/curl/tests/libtest/lib548 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib548.dir/build + +external/curl/tests/libtest/CMakeFiles/lib548.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib548.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib548.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib548.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib548.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib548.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/cmake_clean.cmake new file mode 100644 index 00000000..21af5753 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib548.dir/link.d" + "CMakeFiles/lib548.dir/first.c.o" + "CMakeFiles/lib548.dir/first.c.o.d" + "CMakeFiles/lib548.dir/lib547.c.o" + "CMakeFiles/lib548.dir/lib547.c.o.d" + "lib548" + "lib548.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib548.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.make new file mode 100644 index 00000000..4cfe8f26 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib548. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.ts new file mode 100644 index 00000000..20b5bd46 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib548. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/depend.make new file mode 100644 index 00000000..dc46e5e8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib548. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/flags.make new file mode 100644 index 00000000..1037f98d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB548 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/link.txt new file mode 100644 index 00000000..9390bd5e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib548.dir/link.d CMakeFiles/lib548.dir/lib547.c.o CMakeFiles/lib548.dir/first.c.o -o lib548 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/progress.make new file mode 100644 index 00000000..f6f88d46 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 74 +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/DependInfo.cmake new file mode 100644 index 00000000..477e62f9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib549.c" "external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.o.d" + "" "external/curl/tests/libtest/lib549" "gcc" "external/curl/tests/libtest/CMakeFiles/lib549.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make new file mode 100644 index 00000000..ff21fba6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib549.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib549.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib549.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib549.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib549.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.o: external/curl/tests/libtest/CMakeFiles/lib549.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib549.c +external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.o: external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.o -MF CMakeFiles/lib549.dir/lib549.c.o.d -o CMakeFiles/lib549.dir/lib549.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib549.c + +external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib549.dir/lib549.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib549.c > CMakeFiles/lib549.dir/lib549.c.i + +external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib549.dir/lib549.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib549.c -o CMakeFiles/lib549.dir/lib549.c.s + +external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib549.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.o -MF CMakeFiles/lib549.dir/first.c.o.d -o CMakeFiles/lib549.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib549.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib549.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib549.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib549.dir/first.c.s + +# Object files for target lib549 +lib549_OBJECTS = \ +"CMakeFiles/lib549.dir/lib549.c.o" \ +"CMakeFiles/lib549.dir/first.c.o" + +# External object files for target lib549 +lib549_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib549: external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.o +external/curl/tests/libtest/lib549: external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.o +external/curl/tests/libtest/lib549: external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make +external/curl/tests/libtest/lib549: external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.ts +external/curl/tests/libtest/lib549: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib549: /usr/lib/libz.so +external/curl/tests/libtest/lib549: external/curl/tests/libtest/CMakeFiles/lib549.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib549" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib549.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib549.dir/build: external/curl/tests/libtest/lib549 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib549.dir/build + +external/curl/tests/libtest/CMakeFiles/lib549.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib549.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib549.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib549.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib549.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib549.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/cmake_clean.cmake new file mode 100644 index 00000000..1a705f45 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib549.dir/link.d" + "CMakeFiles/lib549.dir/first.c.o" + "CMakeFiles/lib549.dir/first.c.o.d" + "CMakeFiles/lib549.dir/lib549.c.o" + "CMakeFiles/lib549.dir/lib549.c.o.d" + "lib549" + "lib549.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib549.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.make new file mode 100644 index 00000000..e2fa9378 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib549. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.ts new file mode 100644 index 00000000..bab98056 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib549. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/depend.make new file mode 100644 index 00000000..fd357e58 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib549. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/flags.make new file mode 100644 index 00000000..2150dc60 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB549 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/link.txt new file mode 100644 index 00000000..104dbc18 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib549.dir/link.d CMakeFiles/lib549.dir/lib549.c.o CMakeFiles/lib549.dir/first.c.o -o lib549 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/DependInfo.cmake new file mode 100644 index 00000000..650bd7e5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib552.c" "external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.o.d" + "" "external/curl/tests/libtest/lib552" "gcc" "external/curl/tests/libtest/CMakeFiles/lib552.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make new file mode 100644 index 00000000..dc06b974 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib552.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib552.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib552.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib552.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib552.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.o: external/curl/tests/libtest/CMakeFiles/lib552.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib552.c +external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.o: external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.o -MF CMakeFiles/lib552.dir/lib552.c.o.d -o CMakeFiles/lib552.dir/lib552.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib552.c + +external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib552.dir/lib552.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib552.c > CMakeFiles/lib552.dir/lib552.c.i + +external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib552.dir/lib552.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib552.c -o CMakeFiles/lib552.dir/lib552.c.s + +external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib552.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.o -MF CMakeFiles/lib552.dir/first.c.o.d -o CMakeFiles/lib552.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib552.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib552.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib552.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib552.dir/first.c.s + +# Object files for target lib552 +lib552_OBJECTS = \ +"CMakeFiles/lib552.dir/lib552.c.o" \ +"CMakeFiles/lib552.dir/first.c.o" + +# External object files for target lib552 +lib552_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib552: external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.o +external/curl/tests/libtest/lib552: external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.o +external/curl/tests/libtest/lib552: external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make +external/curl/tests/libtest/lib552: external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.ts +external/curl/tests/libtest/lib552: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib552: /usr/lib/libz.so +external/curl/tests/libtest/lib552: external/curl/tests/libtest/CMakeFiles/lib552.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib552" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib552.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib552.dir/build: external/curl/tests/libtest/lib552 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib552.dir/build + +external/curl/tests/libtest/CMakeFiles/lib552.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib552.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib552.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib552.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib552.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib552.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/cmake_clean.cmake new file mode 100644 index 00000000..24671045 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib552.dir/link.d" + "CMakeFiles/lib552.dir/first.c.o" + "CMakeFiles/lib552.dir/first.c.o.d" + "CMakeFiles/lib552.dir/lib552.c.o" + "CMakeFiles/lib552.dir/lib552.c.o.d" + "lib552" + "lib552.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib552.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.make new file mode 100644 index 00000000..5d0fde30 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib552. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.ts new file mode 100644 index 00000000..e488e904 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib552. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/depend.make new file mode 100644 index 00000000..d60710d0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib552. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/flags.make new file mode 100644 index 00000000..3757159d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB552 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/link.txt new file mode 100644 index 00000000..f381a6c3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib552.dir/link.d CMakeFiles/lib552.dir/lib552.c.o CMakeFiles/lib552.dir/first.c.o -o lib552 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/DependInfo.cmake new file mode 100644 index 00000000..6b857872 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib553.c" "external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.o.d" + "" "external/curl/tests/libtest/lib553" "gcc" "external/curl/tests/libtest/CMakeFiles/lib553.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make new file mode 100644 index 00000000..6b37e790 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib553.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib553.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib553.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib553.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib553.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.o: external/curl/tests/libtest/CMakeFiles/lib553.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib553.c +external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.o: external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.o -MF CMakeFiles/lib553.dir/lib553.c.o.d -o CMakeFiles/lib553.dir/lib553.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib553.c + +external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib553.dir/lib553.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib553.c > CMakeFiles/lib553.dir/lib553.c.i + +external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib553.dir/lib553.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib553.c -o CMakeFiles/lib553.dir/lib553.c.s + +external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib553.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.o -MF CMakeFiles/lib553.dir/first.c.o.d -o CMakeFiles/lib553.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib553.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib553.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib553.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib553.dir/first.c.s + +# Object files for target lib553 +lib553_OBJECTS = \ +"CMakeFiles/lib553.dir/lib553.c.o" \ +"CMakeFiles/lib553.dir/first.c.o" + +# External object files for target lib553 +lib553_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib553: external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.o +external/curl/tests/libtest/lib553: external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.o +external/curl/tests/libtest/lib553: external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make +external/curl/tests/libtest/lib553: external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.ts +external/curl/tests/libtest/lib553: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib553: /usr/lib/libz.so +external/curl/tests/libtest/lib553: external/curl/tests/libtest/CMakeFiles/lib553.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib553" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib553.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib553.dir/build: external/curl/tests/libtest/lib553 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib553.dir/build + +external/curl/tests/libtest/CMakeFiles/lib553.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib553.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib553.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib553.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib553.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib553.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/cmake_clean.cmake new file mode 100644 index 00000000..9d6d15c1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib553.dir/link.d" + "CMakeFiles/lib553.dir/first.c.o" + "CMakeFiles/lib553.dir/first.c.o.d" + "CMakeFiles/lib553.dir/lib553.c.o" + "CMakeFiles/lib553.dir/lib553.c.o.d" + "lib553" + "lib553.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib553.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.make new file mode 100644 index 00000000..06c90eff --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib553. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.ts new file mode 100644 index 00000000..75a241b9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib553. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/depend.make new file mode 100644 index 00000000..baffe665 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib553. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/flags.make new file mode 100644 index 00000000..2ccc1c06 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB553 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/link.txt new file mode 100644 index 00000000..5961dd95 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib553.dir/link.d CMakeFiles/lib553.dir/lib553.c.o CMakeFiles/lib553.dir/first.c.o -o lib553 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/DependInfo.cmake new file mode 100644 index 00000000..97cb8118 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib554.c" "external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.o.d" + "" "external/curl/tests/libtest/lib554" "gcc" "external/curl/tests/libtest/CMakeFiles/lib554.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make new file mode 100644 index 00000000..2d23859f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib554.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib554.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib554.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib554.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib554.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.o: external/curl/tests/libtest/CMakeFiles/lib554.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib554.c +external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.o: external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.o -MF CMakeFiles/lib554.dir/lib554.c.o.d -o CMakeFiles/lib554.dir/lib554.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib554.c + +external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib554.dir/lib554.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib554.c > CMakeFiles/lib554.dir/lib554.c.i + +external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib554.dir/lib554.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib554.c -o CMakeFiles/lib554.dir/lib554.c.s + +external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib554.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.o -MF CMakeFiles/lib554.dir/first.c.o.d -o CMakeFiles/lib554.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib554.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib554.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib554.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib554.dir/first.c.s + +# Object files for target lib554 +lib554_OBJECTS = \ +"CMakeFiles/lib554.dir/lib554.c.o" \ +"CMakeFiles/lib554.dir/first.c.o" + +# External object files for target lib554 +lib554_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib554: external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.o +external/curl/tests/libtest/lib554: external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.o +external/curl/tests/libtest/lib554: external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make +external/curl/tests/libtest/lib554: external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.ts +external/curl/tests/libtest/lib554: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib554: /usr/lib/libz.so +external/curl/tests/libtest/lib554: external/curl/tests/libtest/CMakeFiles/lib554.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib554" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib554.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib554.dir/build: external/curl/tests/libtest/lib554 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib554.dir/build + +external/curl/tests/libtest/CMakeFiles/lib554.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib554.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib554.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib554.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib554.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib554.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/cmake_clean.cmake new file mode 100644 index 00000000..f1e12097 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib554.dir/link.d" + "CMakeFiles/lib554.dir/first.c.o" + "CMakeFiles/lib554.dir/first.c.o.d" + "CMakeFiles/lib554.dir/lib554.c.o" + "CMakeFiles/lib554.dir/lib554.c.o.d" + "lib554" + "lib554.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib554.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.make new file mode 100644 index 00000000..ca92b07e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib554. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.ts new file mode 100644 index 00000000..b8f035c5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib554. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/depend.make new file mode 100644 index 00000000..57d87973 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib554. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/flags.make new file mode 100644 index 00000000..4bff2b8a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB554 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/link.txt new file mode 100644 index 00000000..806eb527 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib554.dir/link.d CMakeFiles/lib554.dir/lib554.c.o CMakeFiles/lib554.dir/first.c.o -o lib554 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/DependInfo.cmake new file mode 100644 index 00000000..9d9f85d5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib555.c" "external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib555" "gcc" "external/curl/tests/libtest/CMakeFiles/lib555.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make new file mode 100644 index 00000000..2bbefcba --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib555.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib555.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib555.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib555.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib555.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.o: external/curl/tests/libtest/CMakeFiles/lib555.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib555.c +external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.o: external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.o -MF CMakeFiles/lib555.dir/lib555.c.o.d -o CMakeFiles/lib555.dir/lib555.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib555.c + +external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib555.dir/lib555.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib555.c > CMakeFiles/lib555.dir/lib555.c.i + +external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib555.dir/lib555.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib555.c -o CMakeFiles/lib555.dir/lib555.c.s + +external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib555.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.o -MF CMakeFiles/lib555.dir/first.c.o.d -o CMakeFiles/lib555.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib555.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib555.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib555.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib555.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib555.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.o -MF CMakeFiles/lib555.dir/testutil.c.o.d -o CMakeFiles/lib555.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib555.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib555.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib555.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib555.dir/testutil.c.s + +# Object files for target lib555 +lib555_OBJECTS = \ +"CMakeFiles/lib555.dir/lib555.c.o" \ +"CMakeFiles/lib555.dir/first.c.o" \ +"CMakeFiles/lib555.dir/testutil.c.o" + +# External object files for target lib555 +lib555_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib555: external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.o +external/curl/tests/libtest/lib555: external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.o +external/curl/tests/libtest/lib555: external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.o +external/curl/tests/libtest/lib555: external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make +external/curl/tests/libtest/lib555: external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.ts +external/curl/tests/libtest/lib555: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib555: /usr/lib/libz.so +external/curl/tests/libtest/lib555: external/curl/tests/libtest/CMakeFiles/lib555.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib555" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib555.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib555.dir/build: external/curl/tests/libtest/lib555 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib555.dir/build + +external/curl/tests/libtest/CMakeFiles/lib555.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib555.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib555.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib555.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib555.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib555.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/cmake_clean.cmake new file mode 100644 index 00000000..78f2b741 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib555.dir/link.d" + "CMakeFiles/lib555.dir/first.c.o" + "CMakeFiles/lib555.dir/first.c.o.d" + "CMakeFiles/lib555.dir/lib555.c.o" + "CMakeFiles/lib555.dir/lib555.c.o.d" + "CMakeFiles/lib555.dir/testutil.c.o" + "CMakeFiles/lib555.dir/testutil.c.o.d" + "lib555" + "lib555.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib555.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.make new file mode 100644 index 00000000..3fc0bf8b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib555. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.ts new file mode 100644 index 00000000..beb933ea --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib555. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/depend.make new file mode 100644 index 00000000..830228bb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib555. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/flags.make new file mode 100644 index 00000000..2c689df1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB555 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/link.txt new file mode 100644 index 00000000..c2edc7f9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib555.dir/link.d CMakeFiles/lib555.dir/lib555.c.o CMakeFiles/lib555.dir/first.c.o CMakeFiles/lib555.dir/testutil.c.o -o lib555 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/DependInfo.cmake new file mode 100644 index 00000000..b7b8891b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib556.c" "external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.o.d" + "" "external/curl/tests/libtest/lib556" "gcc" "external/curl/tests/libtest/CMakeFiles/lib556.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make new file mode 100644 index 00000000..23e06657 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib556.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib556.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib556.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib556.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib556.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.o: external/curl/tests/libtest/CMakeFiles/lib556.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib556.c +external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.o: external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.o -MF CMakeFiles/lib556.dir/lib556.c.o.d -o CMakeFiles/lib556.dir/lib556.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib556.c + +external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib556.dir/lib556.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib556.c > CMakeFiles/lib556.dir/lib556.c.i + +external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib556.dir/lib556.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib556.c -o CMakeFiles/lib556.dir/lib556.c.s + +external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib556.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.o -MF CMakeFiles/lib556.dir/first.c.o.d -o CMakeFiles/lib556.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib556.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib556.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib556.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib556.dir/first.c.s + +# Object files for target lib556 +lib556_OBJECTS = \ +"CMakeFiles/lib556.dir/lib556.c.o" \ +"CMakeFiles/lib556.dir/first.c.o" + +# External object files for target lib556 +lib556_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib556: external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.o +external/curl/tests/libtest/lib556: external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.o +external/curl/tests/libtest/lib556: external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make +external/curl/tests/libtest/lib556: external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.ts +external/curl/tests/libtest/lib556: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib556: /usr/lib/libz.so +external/curl/tests/libtest/lib556: external/curl/tests/libtest/CMakeFiles/lib556.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib556" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib556.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib556.dir/build: external/curl/tests/libtest/lib556 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib556.dir/build + +external/curl/tests/libtest/CMakeFiles/lib556.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib556.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib556.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib556.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib556.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib556.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/cmake_clean.cmake new file mode 100644 index 00000000..ee66a5a7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib556.dir/link.d" + "CMakeFiles/lib556.dir/first.c.o" + "CMakeFiles/lib556.dir/first.c.o.d" + "CMakeFiles/lib556.dir/lib556.c.o" + "CMakeFiles/lib556.dir/lib556.c.o.d" + "lib556" + "lib556.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib556.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.make new file mode 100644 index 00000000..78159624 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib556. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.ts new file mode 100644 index 00000000..7914affc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib556. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/depend.make new file mode 100644 index 00000000..3cc40413 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib556. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/flags.make new file mode 100644 index 00000000..828d397f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB556 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/link.txt new file mode 100644 index 00000000..c3e8e806 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib556.dir/link.d CMakeFiles/lib556.dir/lib556.c.o CMakeFiles/lib556.dir/first.c.o -o lib556 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/DependInfo.cmake new file mode 100644 index 00000000..826eea7d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib557.c" "external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.o.d" + "" "external/curl/tests/libtest/lib557" "gcc" "external/curl/tests/libtest/CMakeFiles/lib557.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make new file mode 100644 index 00000000..05ec2e85 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib557.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib557.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib557.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib557.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib557.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.o: external/curl/tests/libtest/CMakeFiles/lib557.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib557.c +external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.o: external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.o -MF CMakeFiles/lib557.dir/lib557.c.o.d -o CMakeFiles/lib557.dir/lib557.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib557.c + +external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib557.dir/lib557.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib557.c > CMakeFiles/lib557.dir/lib557.c.i + +external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib557.dir/lib557.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib557.c -o CMakeFiles/lib557.dir/lib557.c.s + +external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib557.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.o -MF CMakeFiles/lib557.dir/first.c.o.d -o CMakeFiles/lib557.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib557.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib557.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib557.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib557.dir/first.c.s + +# Object files for target lib557 +lib557_OBJECTS = \ +"CMakeFiles/lib557.dir/lib557.c.o" \ +"CMakeFiles/lib557.dir/first.c.o" + +# External object files for target lib557 +lib557_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib557: external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.o +external/curl/tests/libtest/lib557: external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.o +external/curl/tests/libtest/lib557: external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make +external/curl/tests/libtest/lib557: external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.ts +external/curl/tests/libtest/lib557: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib557: /usr/lib/libz.so +external/curl/tests/libtest/lib557: external/curl/tests/libtest/CMakeFiles/lib557.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib557" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib557.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib557.dir/build: external/curl/tests/libtest/lib557 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib557.dir/build + +external/curl/tests/libtest/CMakeFiles/lib557.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib557.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib557.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib557.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib557.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib557.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/cmake_clean.cmake new file mode 100644 index 00000000..7a27f0b1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib557.dir/link.d" + "CMakeFiles/lib557.dir/first.c.o" + "CMakeFiles/lib557.dir/first.c.o.d" + "CMakeFiles/lib557.dir/lib557.c.o" + "CMakeFiles/lib557.dir/lib557.c.o.d" + "lib557" + "lib557.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib557.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.make new file mode 100644 index 00000000..9f90fcff --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib557. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.ts new file mode 100644 index 00000000..849d541a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib557. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/depend.make new file mode 100644 index 00000000..d1a60b0a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib557. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/flags.make new file mode 100644 index 00000000..71e8a1fa --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB557 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/link.txt new file mode 100644 index 00000000..8326601e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib557.dir/link.d CMakeFiles/lib557.dir/lib557.c.o CMakeFiles/lib557.dir/first.c.o -o lib557 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/DependInfo.cmake new file mode 100644 index 00000000..0c31f066 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib558.c" "external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.o.d" + "" "external/curl/tests/libtest/lib558" "gcc" "external/curl/tests/libtest/CMakeFiles/lib558.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make new file mode 100644 index 00000000..7a822a35 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib558.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib558.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib558.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib558.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib558.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.o: external/curl/tests/libtest/CMakeFiles/lib558.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib558.c +external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.o: external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.o -MF CMakeFiles/lib558.dir/lib558.c.o.d -o CMakeFiles/lib558.dir/lib558.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib558.c + +external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib558.dir/lib558.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib558.c > CMakeFiles/lib558.dir/lib558.c.i + +external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib558.dir/lib558.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib558.c -o CMakeFiles/lib558.dir/lib558.c.s + +external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib558.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.o -MF CMakeFiles/lib558.dir/first.c.o.d -o CMakeFiles/lib558.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib558.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib558.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib558.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib558.dir/first.c.s + +# Object files for target lib558 +lib558_OBJECTS = \ +"CMakeFiles/lib558.dir/lib558.c.o" \ +"CMakeFiles/lib558.dir/first.c.o" + +# External object files for target lib558 +lib558_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib558: external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.o +external/curl/tests/libtest/lib558: external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.o +external/curl/tests/libtest/lib558: external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make +external/curl/tests/libtest/lib558: external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.ts +external/curl/tests/libtest/lib558: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib558: /usr/lib/libz.so +external/curl/tests/libtest/lib558: external/curl/tests/libtest/CMakeFiles/lib558.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib558" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib558.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib558.dir/build: external/curl/tests/libtest/lib558 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib558.dir/build + +external/curl/tests/libtest/CMakeFiles/lib558.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib558.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib558.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib558.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib558.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib558.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/cmake_clean.cmake new file mode 100644 index 00000000..20fb6e6b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib558.dir/link.d" + "CMakeFiles/lib558.dir/first.c.o" + "CMakeFiles/lib558.dir/first.c.o.d" + "CMakeFiles/lib558.dir/lib558.c.o" + "CMakeFiles/lib558.dir/lib558.c.o.d" + "lib558" + "lib558.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib558.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.make new file mode 100644 index 00000000..2bc6ddba --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib558. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.ts new file mode 100644 index 00000000..a6c19e6b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib558. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/depend.make new file mode 100644 index 00000000..1e1f988e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib558. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/flags.make new file mode 100644 index 00000000..66761661 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB558 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/link.txt new file mode 100644 index 00000000..44d9659f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib558.dir/link.d CMakeFiles/lib558.dir/lib558.c.o CMakeFiles/lib558.dir/first.c.o -o lib558 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/DependInfo.cmake new file mode 100644 index 00000000..e539efb4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib559.c" "external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.o.d" + "" "external/curl/tests/libtest/lib559" "gcc" "external/curl/tests/libtest/CMakeFiles/lib559.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make new file mode 100644 index 00000000..375fadb6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib559.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib559.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib559.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib559.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib559.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.o: external/curl/tests/libtest/CMakeFiles/lib559.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib559.c +external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.o: external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.o -MF CMakeFiles/lib559.dir/lib559.c.o.d -o CMakeFiles/lib559.dir/lib559.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib559.c + +external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib559.dir/lib559.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib559.c > CMakeFiles/lib559.dir/lib559.c.i + +external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib559.dir/lib559.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib559.c -o CMakeFiles/lib559.dir/lib559.c.s + +external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib559.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.o -MF CMakeFiles/lib559.dir/first.c.o.d -o CMakeFiles/lib559.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib559.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib559.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib559.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib559.dir/first.c.s + +# Object files for target lib559 +lib559_OBJECTS = \ +"CMakeFiles/lib559.dir/lib559.c.o" \ +"CMakeFiles/lib559.dir/first.c.o" + +# External object files for target lib559 +lib559_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib559: external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.o +external/curl/tests/libtest/lib559: external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.o +external/curl/tests/libtest/lib559: external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make +external/curl/tests/libtest/lib559: external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.ts +external/curl/tests/libtest/lib559: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib559: /usr/lib/libz.so +external/curl/tests/libtest/lib559: external/curl/tests/libtest/CMakeFiles/lib559.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib559" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib559.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib559.dir/build: external/curl/tests/libtest/lib559 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib559.dir/build + +external/curl/tests/libtest/CMakeFiles/lib559.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib559.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib559.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib559.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib559.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib559.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/cmake_clean.cmake new file mode 100644 index 00000000..676018ed --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib559.dir/link.d" + "CMakeFiles/lib559.dir/first.c.o" + "CMakeFiles/lib559.dir/first.c.o.d" + "CMakeFiles/lib559.dir/lib559.c.o" + "CMakeFiles/lib559.dir/lib559.c.o.d" + "lib559" + "lib559.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib559.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.make new file mode 100644 index 00000000..433ad8f9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib559. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.ts new file mode 100644 index 00000000..3774f970 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib559. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/depend.make new file mode 100644 index 00000000..8974d389 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib559. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/flags.make new file mode 100644 index 00000000..9f2ba767 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB559 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/link.txt new file mode 100644 index 00000000..ea8ab28f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib559.dir/link.d CMakeFiles/lib559.dir/lib559.c.o CMakeFiles/lib559.dir/first.c.o -o lib559 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/progress.make new file mode 100644 index 00000000..6a08032e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 75 +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/DependInfo.cmake new file mode 100644 index 00000000..362835dd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib560.c" "external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib560" "gcc" "external/curl/tests/libtest/CMakeFiles/lib560.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make new file mode 100644 index 00000000..2aab67cf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib560.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib560.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib560.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib560.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib560.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.o: external/curl/tests/libtest/CMakeFiles/lib560.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib560.c +external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.o: external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.o -MF CMakeFiles/lib560.dir/lib560.c.o.d -o CMakeFiles/lib560.dir/lib560.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib560.c + +external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib560.dir/lib560.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib560.c > CMakeFiles/lib560.dir/lib560.c.i + +external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib560.dir/lib560.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib560.c -o CMakeFiles/lib560.dir/lib560.c.s + +external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib560.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.o -MF CMakeFiles/lib560.dir/first.c.o.d -o CMakeFiles/lib560.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib560.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib560.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib560.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib560.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib560.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.o -MF CMakeFiles/lib560.dir/testutil.c.o.d -o CMakeFiles/lib560.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib560.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib560.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib560.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib560.dir/testutil.c.s + +# Object files for target lib560 +lib560_OBJECTS = \ +"CMakeFiles/lib560.dir/lib560.c.o" \ +"CMakeFiles/lib560.dir/first.c.o" \ +"CMakeFiles/lib560.dir/testutil.c.o" + +# External object files for target lib560 +lib560_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib560: external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.o +external/curl/tests/libtest/lib560: external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.o +external/curl/tests/libtest/lib560: external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.o +external/curl/tests/libtest/lib560: external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make +external/curl/tests/libtest/lib560: external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.ts +external/curl/tests/libtest/lib560: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib560: /usr/lib/libz.so +external/curl/tests/libtest/lib560: external/curl/tests/libtest/CMakeFiles/lib560.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib560" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib560.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib560.dir/build: external/curl/tests/libtest/lib560 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib560.dir/build + +external/curl/tests/libtest/CMakeFiles/lib560.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib560.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib560.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib560.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib560.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib560.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/cmake_clean.cmake new file mode 100644 index 00000000..4d338d52 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib560.dir/link.d" + "CMakeFiles/lib560.dir/first.c.o" + "CMakeFiles/lib560.dir/first.c.o.d" + "CMakeFiles/lib560.dir/lib560.c.o" + "CMakeFiles/lib560.dir/lib560.c.o.d" + "CMakeFiles/lib560.dir/testutil.c.o" + "CMakeFiles/lib560.dir/testutil.c.o.d" + "lib560" + "lib560.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib560.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.make new file mode 100644 index 00000000..22f672ff --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib560. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.ts new file mode 100644 index 00000000..9f6919bb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib560. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/depend.make new file mode 100644 index 00000000..50a0a5b3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib560. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/flags.make new file mode 100644 index 00000000..2e406c9a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB560 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/link.txt new file mode 100644 index 00000000..36636462 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib560.dir/link.d CMakeFiles/lib560.dir/lib560.c.o CMakeFiles/lib560.dir/first.c.o CMakeFiles/lib560.dir/testutil.c.o -o lib560 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/DependInfo.cmake new file mode 100644 index 00000000..1347d61d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib562.c" "external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.o.d" + "" "external/curl/tests/libtest/lib562" "gcc" "external/curl/tests/libtest/CMakeFiles/lib562.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make new file mode 100644 index 00000000..3af93acb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib562.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib562.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib562.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib562.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib562.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.o: external/curl/tests/libtest/CMakeFiles/lib562.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib562.c +external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.o: external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.o -MF CMakeFiles/lib562.dir/lib562.c.o.d -o CMakeFiles/lib562.dir/lib562.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib562.c + +external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib562.dir/lib562.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib562.c > CMakeFiles/lib562.dir/lib562.c.i + +external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib562.dir/lib562.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib562.c -o CMakeFiles/lib562.dir/lib562.c.s + +external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib562.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.o -MF CMakeFiles/lib562.dir/first.c.o.d -o CMakeFiles/lib562.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib562.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib562.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib562.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib562.dir/first.c.s + +# Object files for target lib562 +lib562_OBJECTS = \ +"CMakeFiles/lib562.dir/lib562.c.o" \ +"CMakeFiles/lib562.dir/first.c.o" + +# External object files for target lib562 +lib562_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib562: external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.o +external/curl/tests/libtest/lib562: external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.o +external/curl/tests/libtest/lib562: external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make +external/curl/tests/libtest/lib562: external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.ts +external/curl/tests/libtest/lib562: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib562: /usr/lib/libz.so +external/curl/tests/libtest/lib562: external/curl/tests/libtest/CMakeFiles/lib562.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib562" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib562.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib562.dir/build: external/curl/tests/libtest/lib562 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib562.dir/build + +external/curl/tests/libtest/CMakeFiles/lib562.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib562.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib562.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib562.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib562.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib562.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/cmake_clean.cmake new file mode 100644 index 00000000..79aa86d4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib562.dir/link.d" + "CMakeFiles/lib562.dir/first.c.o" + "CMakeFiles/lib562.dir/first.c.o.d" + "CMakeFiles/lib562.dir/lib562.c.o" + "CMakeFiles/lib562.dir/lib562.c.o.d" + "lib562" + "lib562.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib562.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.make new file mode 100644 index 00000000..bfb80e0d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib562. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.ts new file mode 100644 index 00000000..f61893fc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib562. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/depend.make new file mode 100644 index 00000000..f8bd603d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib562. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/flags.make new file mode 100644 index 00000000..8f65032f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB562 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/link.txt new file mode 100644 index 00000000..77c14c58 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib562.dir/link.d CMakeFiles/lib562.dir/lib562.c.o CMakeFiles/lib562.dir/first.c.o -o lib562 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/DependInfo.cmake new file mode 100644 index 00000000..db862292 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib564.c" "external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib564" "gcc" "external/curl/tests/libtest/CMakeFiles/lib564.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make new file mode 100644 index 00000000..2a572282 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib564.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib564.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib564.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib564.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib564.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.o: external/curl/tests/libtest/CMakeFiles/lib564.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib564.c +external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.o: external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.o -MF CMakeFiles/lib564.dir/lib564.c.o.d -o CMakeFiles/lib564.dir/lib564.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib564.c + +external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib564.dir/lib564.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib564.c > CMakeFiles/lib564.dir/lib564.c.i + +external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib564.dir/lib564.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib564.c -o CMakeFiles/lib564.dir/lib564.c.s + +external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib564.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.o -MF CMakeFiles/lib564.dir/first.c.o.d -o CMakeFiles/lib564.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib564.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib564.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib564.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib564.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib564.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.o -MF CMakeFiles/lib564.dir/testutil.c.o.d -o CMakeFiles/lib564.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib564.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib564.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib564.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib564.dir/testutil.c.s + +# Object files for target lib564 +lib564_OBJECTS = \ +"CMakeFiles/lib564.dir/lib564.c.o" \ +"CMakeFiles/lib564.dir/first.c.o" \ +"CMakeFiles/lib564.dir/testutil.c.o" + +# External object files for target lib564 +lib564_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib564: external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.o +external/curl/tests/libtest/lib564: external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.o +external/curl/tests/libtest/lib564: external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.o +external/curl/tests/libtest/lib564: external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make +external/curl/tests/libtest/lib564: external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.ts +external/curl/tests/libtest/lib564: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib564: /usr/lib/libz.so +external/curl/tests/libtest/lib564: external/curl/tests/libtest/CMakeFiles/lib564.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib564" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib564.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib564.dir/build: external/curl/tests/libtest/lib564 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib564.dir/build + +external/curl/tests/libtest/CMakeFiles/lib564.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib564.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib564.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib564.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib564.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib564.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/cmake_clean.cmake new file mode 100644 index 00000000..09f95219 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib564.dir/link.d" + "CMakeFiles/lib564.dir/first.c.o" + "CMakeFiles/lib564.dir/first.c.o.d" + "CMakeFiles/lib564.dir/lib564.c.o" + "CMakeFiles/lib564.dir/lib564.c.o.d" + "CMakeFiles/lib564.dir/testutil.c.o" + "CMakeFiles/lib564.dir/testutil.c.o.d" + "lib564" + "lib564.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib564.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.make new file mode 100644 index 00000000..0db22a2f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib564. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.ts new file mode 100644 index 00000000..a5850cd0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib564. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/depend.make new file mode 100644 index 00000000..4551a490 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib564. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/flags.make new file mode 100644 index 00000000..ec524a85 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB564 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/link.txt new file mode 100644 index 00000000..1e6bd435 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib564.dir/link.d CMakeFiles/lib564.dir/lib564.c.o CMakeFiles/lib564.dir/first.c.o CMakeFiles/lib564.dir/testutil.c.o -o lib564 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/DependInfo.cmake new file mode 100644 index 00000000..6522382e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib510.c" "external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.o.d" + "" "external/curl/tests/libtest/lib565" "gcc" "external/curl/tests/libtest/CMakeFiles/lib565.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make new file mode 100644 index 00000000..651e8d62 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib565.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib565.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib565.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib565.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib565.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.o: external/curl/tests/libtest/CMakeFiles/lib565.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib510.c +external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.o: external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.o -MF CMakeFiles/lib565.dir/lib510.c.o.d -o CMakeFiles/lib565.dir/lib510.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib510.c + +external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib565.dir/lib510.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib510.c > CMakeFiles/lib565.dir/lib510.c.i + +external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib565.dir/lib510.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib510.c -o CMakeFiles/lib565.dir/lib510.c.s + +external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib565.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.o -MF CMakeFiles/lib565.dir/first.c.o.d -o CMakeFiles/lib565.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib565.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib565.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib565.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib565.dir/first.c.s + +# Object files for target lib565 +lib565_OBJECTS = \ +"CMakeFiles/lib565.dir/lib510.c.o" \ +"CMakeFiles/lib565.dir/first.c.o" + +# External object files for target lib565 +lib565_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib565: external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.o +external/curl/tests/libtest/lib565: external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.o +external/curl/tests/libtest/lib565: external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make +external/curl/tests/libtest/lib565: external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.ts +external/curl/tests/libtest/lib565: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib565: /usr/lib/libz.so +external/curl/tests/libtest/lib565: external/curl/tests/libtest/CMakeFiles/lib565.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib565" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib565.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib565.dir/build: external/curl/tests/libtest/lib565 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib565.dir/build + +external/curl/tests/libtest/CMakeFiles/lib565.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib565.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib565.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib565.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib565.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib565.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/cmake_clean.cmake new file mode 100644 index 00000000..03841274 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib565.dir/link.d" + "CMakeFiles/lib565.dir/first.c.o" + "CMakeFiles/lib565.dir/first.c.o.d" + "CMakeFiles/lib565.dir/lib510.c.o" + "CMakeFiles/lib565.dir/lib510.c.o.d" + "lib565" + "lib565.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib565.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.make new file mode 100644 index 00000000..4a19493c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib565. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.ts new file mode 100644 index 00000000..eb2d4e0e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib565. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/depend.make new file mode 100644 index 00000000..79f217de --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib565. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/flags.make new file mode 100644 index 00000000..51d39a56 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB565 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/link.txt new file mode 100644 index 00000000..c74e1488 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib565.dir/link.d CMakeFiles/lib565.dir/lib510.c.o CMakeFiles/lib565.dir/first.c.o -o lib565 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/DependInfo.cmake new file mode 100644 index 00000000..e0642d05 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib566.c" "external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.o.d" + "" "external/curl/tests/libtest/lib566" "gcc" "external/curl/tests/libtest/CMakeFiles/lib566.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make new file mode 100644 index 00000000..66699956 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib566.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib566.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib566.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib566.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib566.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.o: external/curl/tests/libtest/CMakeFiles/lib566.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib566.c +external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.o: external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.o -MF CMakeFiles/lib566.dir/lib566.c.o.d -o CMakeFiles/lib566.dir/lib566.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib566.c + +external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib566.dir/lib566.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib566.c > CMakeFiles/lib566.dir/lib566.c.i + +external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib566.dir/lib566.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib566.c -o CMakeFiles/lib566.dir/lib566.c.s + +external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib566.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.o -MF CMakeFiles/lib566.dir/first.c.o.d -o CMakeFiles/lib566.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib566.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib566.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib566.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib566.dir/first.c.s + +# Object files for target lib566 +lib566_OBJECTS = \ +"CMakeFiles/lib566.dir/lib566.c.o" \ +"CMakeFiles/lib566.dir/first.c.o" + +# External object files for target lib566 +lib566_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib566: external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.o +external/curl/tests/libtest/lib566: external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.o +external/curl/tests/libtest/lib566: external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make +external/curl/tests/libtest/lib566: external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.ts +external/curl/tests/libtest/lib566: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib566: /usr/lib/libz.so +external/curl/tests/libtest/lib566: external/curl/tests/libtest/CMakeFiles/lib566.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib566" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib566.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib566.dir/build: external/curl/tests/libtest/lib566 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib566.dir/build + +external/curl/tests/libtest/CMakeFiles/lib566.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib566.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib566.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib566.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib566.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib566.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/cmake_clean.cmake new file mode 100644 index 00000000..2af06e58 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib566.dir/link.d" + "CMakeFiles/lib566.dir/first.c.o" + "CMakeFiles/lib566.dir/first.c.o.d" + "CMakeFiles/lib566.dir/lib566.c.o" + "CMakeFiles/lib566.dir/lib566.c.o.d" + "lib566" + "lib566.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib566.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.make new file mode 100644 index 00000000..e5710c13 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib566. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.ts new file mode 100644 index 00000000..606d53fa --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib566. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/depend.make new file mode 100644 index 00000000..18a415eb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib566. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/flags.make new file mode 100644 index 00000000..6bcd6c49 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB566 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/link.txt new file mode 100644 index 00000000..3aa51db4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib566.dir/link.d CMakeFiles/lib566.dir/lib566.c.o CMakeFiles/lib566.dir/first.c.o -o lib566 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/DependInfo.cmake new file mode 100644 index 00000000..c4d35ae6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib567.c" "external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.o.d" + "" "external/curl/tests/libtest/lib567" "gcc" "external/curl/tests/libtest/CMakeFiles/lib567.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make new file mode 100644 index 00000000..44e5ce1b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib567.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib567.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib567.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib567.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib567.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.o: external/curl/tests/libtest/CMakeFiles/lib567.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib567.c +external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.o: external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.o -MF CMakeFiles/lib567.dir/lib567.c.o.d -o CMakeFiles/lib567.dir/lib567.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib567.c + +external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib567.dir/lib567.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib567.c > CMakeFiles/lib567.dir/lib567.c.i + +external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib567.dir/lib567.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib567.c -o CMakeFiles/lib567.dir/lib567.c.s + +external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib567.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.o -MF CMakeFiles/lib567.dir/first.c.o.d -o CMakeFiles/lib567.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib567.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib567.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib567.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib567.dir/first.c.s + +# Object files for target lib567 +lib567_OBJECTS = \ +"CMakeFiles/lib567.dir/lib567.c.o" \ +"CMakeFiles/lib567.dir/first.c.o" + +# External object files for target lib567 +lib567_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib567: external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.o +external/curl/tests/libtest/lib567: external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.o +external/curl/tests/libtest/lib567: external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make +external/curl/tests/libtest/lib567: external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.ts +external/curl/tests/libtest/lib567: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib567: /usr/lib/libz.so +external/curl/tests/libtest/lib567: external/curl/tests/libtest/CMakeFiles/lib567.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib567" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib567.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib567.dir/build: external/curl/tests/libtest/lib567 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib567.dir/build + +external/curl/tests/libtest/CMakeFiles/lib567.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib567.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib567.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib567.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib567.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib567.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/cmake_clean.cmake new file mode 100644 index 00000000..dcd13f50 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib567.dir/link.d" + "CMakeFiles/lib567.dir/first.c.o" + "CMakeFiles/lib567.dir/first.c.o.d" + "CMakeFiles/lib567.dir/lib567.c.o" + "CMakeFiles/lib567.dir/lib567.c.o.d" + "lib567" + "lib567.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib567.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.make new file mode 100644 index 00000000..7cdc24e7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib567. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.ts new file mode 100644 index 00000000..fa597a96 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib567. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/depend.make new file mode 100644 index 00000000..3bcb82a0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib567. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/flags.make new file mode 100644 index 00000000..ccae15c4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB567 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/link.txt new file mode 100644 index 00000000..c6dbd9f2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib567.dir/link.d CMakeFiles/lib567.dir/lib567.c.o CMakeFiles/lib567.dir/first.c.o -o lib567 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/DependInfo.cmake new file mode 100644 index 00000000..eb4a67d9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib568.c" "external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.o.d" + "" "external/curl/tests/libtest/lib568" "gcc" "external/curl/tests/libtest/CMakeFiles/lib568.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make new file mode 100644 index 00000000..a18ffd74 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib568.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib568.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib568.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib568.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib568.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.o: external/curl/tests/libtest/CMakeFiles/lib568.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib568.c +external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.o: external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.o -MF CMakeFiles/lib568.dir/lib568.c.o.d -o CMakeFiles/lib568.dir/lib568.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib568.c + +external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib568.dir/lib568.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib568.c > CMakeFiles/lib568.dir/lib568.c.i + +external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib568.dir/lib568.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib568.c -o CMakeFiles/lib568.dir/lib568.c.s + +external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib568.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.o -MF CMakeFiles/lib568.dir/first.c.o.d -o CMakeFiles/lib568.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib568.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib568.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib568.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib568.dir/first.c.s + +# Object files for target lib568 +lib568_OBJECTS = \ +"CMakeFiles/lib568.dir/lib568.c.o" \ +"CMakeFiles/lib568.dir/first.c.o" + +# External object files for target lib568 +lib568_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib568: external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.o +external/curl/tests/libtest/lib568: external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.o +external/curl/tests/libtest/lib568: external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make +external/curl/tests/libtest/lib568: external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.ts +external/curl/tests/libtest/lib568: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib568: /usr/lib/libz.so +external/curl/tests/libtest/lib568: external/curl/tests/libtest/CMakeFiles/lib568.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib568" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib568.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib568.dir/build: external/curl/tests/libtest/lib568 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib568.dir/build + +external/curl/tests/libtest/CMakeFiles/lib568.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib568.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib568.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib568.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib568.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib568.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/cmake_clean.cmake new file mode 100644 index 00000000..3ab7c93d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib568.dir/link.d" + "CMakeFiles/lib568.dir/first.c.o" + "CMakeFiles/lib568.dir/first.c.o.d" + "CMakeFiles/lib568.dir/lib568.c.o" + "CMakeFiles/lib568.dir/lib568.c.o.d" + "lib568" + "lib568.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib568.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.make new file mode 100644 index 00000000..3f58c785 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib568. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.ts new file mode 100644 index 00000000..04c8b434 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib568. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/depend.make new file mode 100644 index 00000000..c00d6626 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib568. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/flags.make new file mode 100644 index 00000000..30e1d74c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB568 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/link.txt new file mode 100644 index 00000000..e2da22fc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib568.dir/link.d CMakeFiles/lib568.dir/lib568.c.o CMakeFiles/lib568.dir/first.c.o -o lib568 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/DependInfo.cmake new file mode 100644 index 00000000..85aad1c1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib569.c" "external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.o.d" + "" "external/curl/tests/libtest/lib569" "gcc" "external/curl/tests/libtest/CMakeFiles/lib569.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make new file mode 100644 index 00000000..9985609a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib569.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib569.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib569.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib569.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib569.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.o: external/curl/tests/libtest/CMakeFiles/lib569.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib569.c +external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.o: external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.o -MF CMakeFiles/lib569.dir/lib569.c.o.d -o CMakeFiles/lib569.dir/lib569.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib569.c + +external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib569.dir/lib569.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib569.c > CMakeFiles/lib569.dir/lib569.c.i + +external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib569.dir/lib569.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib569.c -o CMakeFiles/lib569.dir/lib569.c.s + +external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib569.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.o -MF CMakeFiles/lib569.dir/first.c.o.d -o CMakeFiles/lib569.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib569.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib569.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib569.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib569.dir/first.c.s + +# Object files for target lib569 +lib569_OBJECTS = \ +"CMakeFiles/lib569.dir/lib569.c.o" \ +"CMakeFiles/lib569.dir/first.c.o" + +# External object files for target lib569 +lib569_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib569: external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.o +external/curl/tests/libtest/lib569: external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.o +external/curl/tests/libtest/lib569: external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make +external/curl/tests/libtest/lib569: external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.ts +external/curl/tests/libtest/lib569: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib569: /usr/lib/libz.so +external/curl/tests/libtest/lib569: external/curl/tests/libtest/CMakeFiles/lib569.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib569" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib569.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib569.dir/build: external/curl/tests/libtest/lib569 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib569.dir/build + +external/curl/tests/libtest/CMakeFiles/lib569.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib569.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib569.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib569.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib569.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib569.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/cmake_clean.cmake new file mode 100644 index 00000000..55326c1a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib569.dir/link.d" + "CMakeFiles/lib569.dir/first.c.o" + "CMakeFiles/lib569.dir/first.c.o.d" + "CMakeFiles/lib569.dir/lib569.c.o" + "CMakeFiles/lib569.dir/lib569.c.o.d" + "lib569" + "lib569.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib569.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.make new file mode 100644 index 00000000..5a214453 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib569. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.ts new file mode 100644 index 00000000..b17be34a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib569. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/depend.make new file mode 100644 index 00000000..27609688 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib569. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/flags.make new file mode 100644 index 00000000..95e71d2c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB569 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/link.txt new file mode 100644 index 00000000..73b9087b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib569.dir/link.d CMakeFiles/lib569.dir/lib569.c.o CMakeFiles/lib569.dir/first.c.o -o lib569 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/DependInfo.cmake new file mode 100644 index 00000000..93a7e775 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib570.c" "external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.o.d" + "" "external/curl/tests/libtest/lib570" "gcc" "external/curl/tests/libtest/CMakeFiles/lib570.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make new file mode 100644 index 00000000..474face2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib570.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib570.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib570.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib570.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib570.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.o: external/curl/tests/libtest/CMakeFiles/lib570.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib570.c +external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.o: external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.o -MF CMakeFiles/lib570.dir/lib570.c.o.d -o CMakeFiles/lib570.dir/lib570.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib570.c + +external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib570.dir/lib570.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib570.c > CMakeFiles/lib570.dir/lib570.c.i + +external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib570.dir/lib570.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib570.c -o CMakeFiles/lib570.dir/lib570.c.s + +external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib570.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.o -MF CMakeFiles/lib570.dir/first.c.o.d -o CMakeFiles/lib570.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib570.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib570.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib570.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib570.dir/first.c.s + +# Object files for target lib570 +lib570_OBJECTS = \ +"CMakeFiles/lib570.dir/lib570.c.o" \ +"CMakeFiles/lib570.dir/first.c.o" + +# External object files for target lib570 +lib570_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib570: external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.o +external/curl/tests/libtest/lib570: external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.o +external/curl/tests/libtest/lib570: external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make +external/curl/tests/libtest/lib570: external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.ts +external/curl/tests/libtest/lib570: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib570: /usr/lib/libz.so +external/curl/tests/libtest/lib570: external/curl/tests/libtest/CMakeFiles/lib570.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib570" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib570.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib570.dir/build: external/curl/tests/libtest/lib570 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib570.dir/build + +external/curl/tests/libtest/CMakeFiles/lib570.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib570.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib570.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib570.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib570.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib570.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/cmake_clean.cmake new file mode 100644 index 00000000..413c1936 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib570.dir/link.d" + "CMakeFiles/lib570.dir/first.c.o" + "CMakeFiles/lib570.dir/first.c.o.d" + "CMakeFiles/lib570.dir/lib570.c.o" + "CMakeFiles/lib570.dir/lib570.c.o.d" + "lib570" + "lib570.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib570.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.make new file mode 100644 index 00000000..04cdc867 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib570. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.ts new file mode 100644 index 00000000..a01bbe32 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib570. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/depend.make new file mode 100644 index 00000000..a602af3e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib570. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/flags.make new file mode 100644 index 00000000..574799aa --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB570 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/link.txt new file mode 100644 index 00000000..303f5bf5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib570.dir/link.d CMakeFiles/lib570.dir/lib570.c.o CMakeFiles/lib570.dir/first.c.o -o lib570 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/progress.make new file mode 100644 index 00000000..d1725e5d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 76 +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/DependInfo.cmake new file mode 100644 index 00000000..11dee5aa --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib571.c" "external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.o.d" + "" "external/curl/tests/libtest/lib571" "gcc" "external/curl/tests/libtest/CMakeFiles/lib571.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make new file mode 100644 index 00000000..7fc7e34d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib571.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib571.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib571.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib571.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib571.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.o: external/curl/tests/libtest/CMakeFiles/lib571.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib571.c +external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.o: external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.o -MF CMakeFiles/lib571.dir/lib571.c.o.d -o CMakeFiles/lib571.dir/lib571.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib571.c + +external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib571.dir/lib571.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib571.c > CMakeFiles/lib571.dir/lib571.c.i + +external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib571.dir/lib571.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib571.c -o CMakeFiles/lib571.dir/lib571.c.s + +external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib571.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.o -MF CMakeFiles/lib571.dir/first.c.o.d -o CMakeFiles/lib571.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib571.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib571.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib571.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib571.dir/first.c.s + +# Object files for target lib571 +lib571_OBJECTS = \ +"CMakeFiles/lib571.dir/lib571.c.o" \ +"CMakeFiles/lib571.dir/first.c.o" + +# External object files for target lib571 +lib571_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib571: external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.o +external/curl/tests/libtest/lib571: external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.o +external/curl/tests/libtest/lib571: external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make +external/curl/tests/libtest/lib571: external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.ts +external/curl/tests/libtest/lib571: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib571: /usr/lib/libz.so +external/curl/tests/libtest/lib571: external/curl/tests/libtest/CMakeFiles/lib571.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib571" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib571.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib571.dir/build: external/curl/tests/libtest/lib571 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib571.dir/build + +external/curl/tests/libtest/CMakeFiles/lib571.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib571.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib571.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib571.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib571.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib571.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/cmake_clean.cmake new file mode 100644 index 00000000..ffc8e1af --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib571.dir/link.d" + "CMakeFiles/lib571.dir/first.c.o" + "CMakeFiles/lib571.dir/first.c.o.d" + "CMakeFiles/lib571.dir/lib571.c.o" + "CMakeFiles/lib571.dir/lib571.c.o.d" + "lib571" + "lib571.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib571.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.make new file mode 100644 index 00000000..a86a7e50 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib571. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.ts new file mode 100644 index 00000000..72255b29 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib571. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/depend.make new file mode 100644 index 00000000..1ccbedef --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib571. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/flags.make new file mode 100644 index 00000000..e363e8ac --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB571 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/link.txt new file mode 100644 index 00000000..506d5712 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib571.dir/link.d CMakeFiles/lib571.dir/lib571.c.o CMakeFiles/lib571.dir/first.c.o -o lib571 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/DependInfo.cmake new file mode 100644 index 00000000..a83cd134 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib572.c" "external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.o.d" + "" "external/curl/tests/libtest/lib572" "gcc" "external/curl/tests/libtest/CMakeFiles/lib572.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make new file mode 100644 index 00000000..fd877795 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib572.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib572.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib572.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib572.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib572.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.o: external/curl/tests/libtest/CMakeFiles/lib572.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib572.c +external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.o: external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.o -MF CMakeFiles/lib572.dir/lib572.c.o.d -o CMakeFiles/lib572.dir/lib572.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib572.c + +external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib572.dir/lib572.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib572.c > CMakeFiles/lib572.dir/lib572.c.i + +external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib572.dir/lib572.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib572.c -o CMakeFiles/lib572.dir/lib572.c.s + +external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib572.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.o -MF CMakeFiles/lib572.dir/first.c.o.d -o CMakeFiles/lib572.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib572.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib572.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib572.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib572.dir/first.c.s + +# Object files for target lib572 +lib572_OBJECTS = \ +"CMakeFiles/lib572.dir/lib572.c.o" \ +"CMakeFiles/lib572.dir/first.c.o" + +# External object files for target lib572 +lib572_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib572: external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.o +external/curl/tests/libtest/lib572: external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.o +external/curl/tests/libtest/lib572: external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make +external/curl/tests/libtest/lib572: external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.ts +external/curl/tests/libtest/lib572: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib572: /usr/lib/libz.so +external/curl/tests/libtest/lib572: external/curl/tests/libtest/CMakeFiles/lib572.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib572" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib572.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib572.dir/build: external/curl/tests/libtest/lib572 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib572.dir/build + +external/curl/tests/libtest/CMakeFiles/lib572.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib572.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib572.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib572.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib572.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib572.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/cmake_clean.cmake new file mode 100644 index 00000000..81c24eff --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib572.dir/link.d" + "CMakeFiles/lib572.dir/first.c.o" + "CMakeFiles/lib572.dir/first.c.o.d" + "CMakeFiles/lib572.dir/lib572.c.o" + "CMakeFiles/lib572.dir/lib572.c.o.d" + "lib572" + "lib572.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib572.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.make new file mode 100644 index 00000000..a92bcd4e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib572. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.ts new file mode 100644 index 00000000..0420456f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib572. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/depend.make new file mode 100644 index 00000000..edc01a9d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib572. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/flags.make new file mode 100644 index 00000000..b6e004d0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB572 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/link.txt new file mode 100644 index 00000000..c22d155f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib572.dir/link.d CMakeFiles/lib572.dir/lib572.c.o CMakeFiles/lib572.dir/first.c.o -o lib572 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/DependInfo.cmake new file mode 100644 index 00000000..102c90e0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/DependInfo.cmake @@ -0,0 +1,27 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib573.c" "external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib573" "gcc" "external/curl/tests/libtest/CMakeFiles/lib573.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make new file mode 100644 index 00000000..96a0f0b3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make @@ -0,0 +1,164 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib573.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib573.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib573.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib573.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib573.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.o: external/curl/tests/libtest/CMakeFiles/lib573.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib573.c +external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.o: external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.o -MF CMakeFiles/lib573.dir/lib573.c.o.d -o CMakeFiles/lib573.dir/lib573.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib573.c + +external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib573.dir/lib573.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib573.c > CMakeFiles/lib573.dir/lib573.c.i + +external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib573.dir/lib573.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib573.c -o CMakeFiles/lib573.dir/lib573.c.s + +external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib573.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.o -MF CMakeFiles/lib573.dir/first.c.o.d -o CMakeFiles/lib573.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib573.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib573.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib573.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib573.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib573.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.o -MF CMakeFiles/lib573.dir/testutil.c.o.d -o CMakeFiles/lib573.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib573.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib573.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib573.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib573.dir/testutil.c.s + +external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib573.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c +external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.o -MF CMakeFiles/lib573.dir/testtrace.c.o.d -o CMakeFiles/lib573.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c + +external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib573.dir/testtrace.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib573.dir/testtrace.c.i + +external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib573.dir/testtrace.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib573.dir/testtrace.c.s + +# Object files for target lib573 +lib573_OBJECTS = \ +"CMakeFiles/lib573.dir/lib573.c.o" \ +"CMakeFiles/lib573.dir/first.c.o" \ +"CMakeFiles/lib573.dir/testutil.c.o" \ +"CMakeFiles/lib573.dir/testtrace.c.o" + +# External object files for target lib573 +lib573_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib573: external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.o +external/curl/tests/libtest/lib573: external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.o +external/curl/tests/libtest/lib573: external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.o +external/curl/tests/libtest/lib573: external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.o +external/curl/tests/libtest/lib573: external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make +external/curl/tests/libtest/lib573: external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.ts +external/curl/tests/libtest/lib573: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib573: /usr/lib/libz.so +external/curl/tests/libtest/lib573: external/curl/tests/libtest/CMakeFiles/lib573.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib573" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib573.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib573.dir/build: external/curl/tests/libtest/lib573 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib573.dir/build + +external/curl/tests/libtest/CMakeFiles/lib573.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib573.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib573.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib573.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib573.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib573.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/cmake_clean.cmake new file mode 100644 index 00000000..b54d0a47 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib573.dir/link.d" + "CMakeFiles/lib573.dir/first.c.o" + "CMakeFiles/lib573.dir/first.c.o.d" + "CMakeFiles/lib573.dir/lib573.c.o" + "CMakeFiles/lib573.dir/lib573.c.o.d" + "CMakeFiles/lib573.dir/testtrace.c.o" + "CMakeFiles/lib573.dir/testtrace.c.o.d" + "CMakeFiles/lib573.dir/testutil.c.o" + "CMakeFiles/lib573.dir/testutil.c.o.d" + "lib573" + "lib573.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib573.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.make new file mode 100644 index 00000000..b6ccea5d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib573. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.ts new file mode 100644 index 00000000..52f22766 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib573. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/depend.make new file mode 100644 index 00000000..64a3ede5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib573. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/flags.make new file mode 100644 index 00000000..09d2623a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB573 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/link.txt new file mode 100644 index 00000000..dc215cca --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib573.dir/link.d CMakeFiles/lib573.dir/lib573.c.o CMakeFiles/lib573.dir/first.c.o CMakeFiles/lib573.dir/testutil.c.o CMakeFiles/lib573.dir/testtrace.c.o -o lib573 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/progress.make new file mode 100644 index 00000000..7f59a6bb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/DependInfo.cmake new file mode 100644 index 00000000..d5ee309b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib574.c" "external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.o.d" + "" "external/curl/tests/libtest/lib574" "gcc" "external/curl/tests/libtest/CMakeFiles/lib574.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make new file mode 100644 index 00000000..62837d8b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib574.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib574.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib574.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib574.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib574.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.o: external/curl/tests/libtest/CMakeFiles/lib574.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib574.c +external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.o: external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.o -MF CMakeFiles/lib574.dir/lib574.c.o.d -o CMakeFiles/lib574.dir/lib574.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib574.c + +external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib574.dir/lib574.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib574.c > CMakeFiles/lib574.dir/lib574.c.i + +external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib574.dir/lib574.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib574.c -o CMakeFiles/lib574.dir/lib574.c.s + +external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib574.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.o -MF CMakeFiles/lib574.dir/first.c.o.d -o CMakeFiles/lib574.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib574.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib574.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib574.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib574.dir/first.c.s + +# Object files for target lib574 +lib574_OBJECTS = \ +"CMakeFiles/lib574.dir/lib574.c.o" \ +"CMakeFiles/lib574.dir/first.c.o" + +# External object files for target lib574 +lib574_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib574: external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.o +external/curl/tests/libtest/lib574: external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.o +external/curl/tests/libtest/lib574: external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make +external/curl/tests/libtest/lib574: external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.ts +external/curl/tests/libtest/lib574: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib574: /usr/lib/libz.so +external/curl/tests/libtest/lib574: external/curl/tests/libtest/CMakeFiles/lib574.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib574" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib574.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib574.dir/build: external/curl/tests/libtest/lib574 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib574.dir/build + +external/curl/tests/libtest/CMakeFiles/lib574.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib574.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib574.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib574.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib574.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib574.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/cmake_clean.cmake new file mode 100644 index 00000000..615f407d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib574.dir/link.d" + "CMakeFiles/lib574.dir/first.c.o" + "CMakeFiles/lib574.dir/first.c.o.d" + "CMakeFiles/lib574.dir/lib574.c.o" + "CMakeFiles/lib574.dir/lib574.c.o.d" + "lib574" + "lib574.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib574.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.make new file mode 100644 index 00000000..4915d7ab --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib574. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.ts new file mode 100644 index 00000000..73761b2f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib574. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/depend.make new file mode 100644 index 00000000..0d7b464a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib574. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/flags.make new file mode 100644 index 00000000..686ec636 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB574 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/link.txt new file mode 100644 index 00000000..e7334922 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib574.dir/link.d CMakeFiles/lib574.dir/lib574.c.o CMakeFiles/lib574.dir/first.c.o -o lib574 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/DependInfo.cmake new file mode 100644 index 00000000..d55d188f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib575.c" "external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib575" "gcc" "external/curl/tests/libtest/CMakeFiles/lib575.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make new file mode 100644 index 00000000..13ee37b8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib575.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib575.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib575.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib575.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib575.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.o: external/curl/tests/libtest/CMakeFiles/lib575.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib575.c +external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.o: external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.o -MF CMakeFiles/lib575.dir/lib575.c.o.d -o CMakeFiles/lib575.dir/lib575.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib575.c + +external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib575.dir/lib575.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib575.c > CMakeFiles/lib575.dir/lib575.c.i + +external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib575.dir/lib575.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib575.c -o CMakeFiles/lib575.dir/lib575.c.s + +external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib575.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.o -MF CMakeFiles/lib575.dir/first.c.o.d -o CMakeFiles/lib575.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib575.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib575.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib575.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib575.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib575.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.o -MF CMakeFiles/lib575.dir/testutil.c.o.d -o CMakeFiles/lib575.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib575.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib575.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib575.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib575.dir/testutil.c.s + +# Object files for target lib575 +lib575_OBJECTS = \ +"CMakeFiles/lib575.dir/lib575.c.o" \ +"CMakeFiles/lib575.dir/first.c.o" \ +"CMakeFiles/lib575.dir/testutil.c.o" + +# External object files for target lib575 +lib575_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib575: external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.o +external/curl/tests/libtest/lib575: external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.o +external/curl/tests/libtest/lib575: external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.o +external/curl/tests/libtest/lib575: external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make +external/curl/tests/libtest/lib575: external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.ts +external/curl/tests/libtest/lib575: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib575: /usr/lib/libz.so +external/curl/tests/libtest/lib575: external/curl/tests/libtest/CMakeFiles/lib575.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib575" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib575.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib575.dir/build: external/curl/tests/libtest/lib575 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib575.dir/build + +external/curl/tests/libtest/CMakeFiles/lib575.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib575.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib575.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib575.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib575.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib575.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/cmake_clean.cmake new file mode 100644 index 00000000..f57c8c70 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib575.dir/link.d" + "CMakeFiles/lib575.dir/first.c.o" + "CMakeFiles/lib575.dir/first.c.o.d" + "CMakeFiles/lib575.dir/lib575.c.o" + "CMakeFiles/lib575.dir/lib575.c.o.d" + "CMakeFiles/lib575.dir/testutil.c.o" + "CMakeFiles/lib575.dir/testutil.c.o.d" + "lib575" + "lib575.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib575.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.make new file mode 100644 index 00000000..2e4a6089 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib575. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.ts new file mode 100644 index 00000000..8c264e1b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib575. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/depend.make new file mode 100644 index 00000000..ceab6dc7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib575. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/flags.make new file mode 100644 index 00000000..db45c061 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB575 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/link.txt new file mode 100644 index 00000000..3b0b63e2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib575.dir/link.d CMakeFiles/lib575.dir/lib575.c.o CMakeFiles/lib575.dir/first.c.o CMakeFiles/lib575.dir/testutil.c.o -o lib575 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/DependInfo.cmake new file mode 100644 index 00000000..a58b4432 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib576.c" "external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.o.d" + "" "external/curl/tests/libtest/lib576" "gcc" "external/curl/tests/libtest/CMakeFiles/lib576.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make new file mode 100644 index 00000000..78767519 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib576.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib576.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib576.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib576.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib576.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.o: external/curl/tests/libtest/CMakeFiles/lib576.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib576.c +external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.o: external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.o -MF CMakeFiles/lib576.dir/lib576.c.o.d -o CMakeFiles/lib576.dir/lib576.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib576.c + +external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib576.dir/lib576.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib576.c > CMakeFiles/lib576.dir/lib576.c.i + +external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib576.dir/lib576.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib576.c -o CMakeFiles/lib576.dir/lib576.c.s + +external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib576.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.o -MF CMakeFiles/lib576.dir/first.c.o.d -o CMakeFiles/lib576.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib576.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib576.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib576.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib576.dir/first.c.s + +# Object files for target lib576 +lib576_OBJECTS = \ +"CMakeFiles/lib576.dir/lib576.c.o" \ +"CMakeFiles/lib576.dir/first.c.o" + +# External object files for target lib576 +lib576_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib576: external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.o +external/curl/tests/libtest/lib576: external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.o +external/curl/tests/libtest/lib576: external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make +external/curl/tests/libtest/lib576: external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.ts +external/curl/tests/libtest/lib576: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib576: /usr/lib/libz.so +external/curl/tests/libtest/lib576: external/curl/tests/libtest/CMakeFiles/lib576.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib576" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib576.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib576.dir/build: external/curl/tests/libtest/lib576 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib576.dir/build + +external/curl/tests/libtest/CMakeFiles/lib576.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib576.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib576.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib576.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib576.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib576.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/cmake_clean.cmake new file mode 100644 index 00000000..e756370d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib576.dir/link.d" + "CMakeFiles/lib576.dir/first.c.o" + "CMakeFiles/lib576.dir/first.c.o.d" + "CMakeFiles/lib576.dir/lib576.c.o" + "CMakeFiles/lib576.dir/lib576.c.o.d" + "lib576" + "lib576.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib576.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.make new file mode 100644 index 00000000..bce781a2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib576. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.ts new file mode 100644 index 00000000..b6e363c8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib576. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/depend.make new file mode 100644 index 00000000..a0da73a0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib576. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/flags.make new file mode 100644 index 00000000..a98560b1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB576 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/link.txt new file mode 100644 index 00000000..16b8333b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib576.dir/link.d CMakeFiles/lib576.dir/lib576.c.o CMakeFiles/lib576.dir/first.c.o -o lib576 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/DependInfo.cmake new file mode 100644 index 00000000..ffd39c38 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib578.c" "external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.o.d" + "" "external/curl/tests/libtest/lib578" "gcc" "external/curl/tests/libtest/CMakeFiles/lib578.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make new file mode 100644 index 00000000..9e050ac0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib578.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib578.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib578.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib578.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib578.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.o: external/curl/tests/libtest/CMakeFiles/lib578.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib578.c +external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.o: external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.o -MF CMakeFiles/lib578.dir/lib578.c.o.d -o CMakeFiles/lib578.dir/lib578.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib578.c + +external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib578.dir/lib578.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib578.c > CMakeFiles/lib578.dir/lib578.c.i + +external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib578.dir/lib578.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib578.c -o CMakeFiles/lib578.dir/lib578.c.s + +external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib578.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.o -MF CMakeFiles/lib578.dir/first.c.o.d -o CMakeFiles/lib578.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib578.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib578.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib578.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib578.dir/first.c.s + +# Object files for target lib578 +lib578_OBJECTS = \ +"CMakeFiles/lib578.dir/lib578.c.o" \ +"CMakeFiles/lib578.dir/first.c.o" + +# External object files for target lib578 +lib578_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib578: external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.o +external/curl/tests/libtest/lib578: external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.o +external/curl/tests/libtest/lib578: external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make +external/curl/tests/libtest/lib578: external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.ts +external/curl/tests/libtest/lib578: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib578: /usr/lib/libz.so +external/curl/tests/libtest/lib578: external/curl/tests/libtest/CMakeFiles/lib578.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib578" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib578.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib578.dir/build: external/curl/tests/libtest/lib578 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib578.dir/build + +external/curl/tests/libtest/CMakeFiles/lib578.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib578.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib578.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib578.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib578.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib578.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/cmake_clean.cmake new file mode 100644 index 00000000..3296f613 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib578.dir/link.d" + "CMakeFiles/lib578.dir/first.c.o" + "CMakeFiles/lib578.dir/first.c.o.d" + "CMakeFiles/lib578.dir/lib578.c.o" + "CMakeFiles/lib578.dir/lib578.c.o.d" + "lib578" + "lib578.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib578.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.make new file mode 100644 index 00000000..a76fffff --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib578. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.ts new file mode 100644 index 00000000..3c55049e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib578. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/depend.make new file mode 100644 index 00000000..cb45ed8d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib578. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/flags.make new file mode 100644 index 00000000..d69a3325 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB578 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/link.txt new file mode 100644 index 00000000..6f3e0b4c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib578.dir/link.d CMakeFiles/lib578.dir/lib578.c.o CMakeFiles/lib578.dir/first.c.o -o lib578 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/DependInfo.cmake new file mode 100644 index 00000000..e5193361 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib579.c" "external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.o.d" + "" "external/curl/tests/libtest/lib579" "gcc" "external/curl/tests/libtest/CMakeFiles/lib579.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make new file mode 100644 index 00000000..698ae50c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib579.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib579.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib579.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib579.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib579.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.o: external/curl/tests/libtest/CMakeFiles/lib579.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib579.c +external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.o: external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.o -MF CMakeFiles/lib579.dir/lib579.c.o.d -o CMakeFiles/lib579.dir/lib579.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib579.c + +external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib579.dir/lib579.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib579.c > CMakeFiles/lib579.dir/lib579.c.i + +external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib579.dir/lib579.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib579.c -o CMakeFiles/lib579.dir/lib579.c.s + +external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib579.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.o -MF CMakeFiles/lib579.dir/first.c.o.d -o CMakeFiles/lib579.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib579.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib579.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib579.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib579.dir/first.c.s + +# Object files for target lib579 +lib579_OBJECTS = \ +"CMakeFiles/lib579.dir/lib579.c.o" \ +"CMakeFiles/lib579.dir/first.c.o" + +# External object files for target lib579 +lib579_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib579: external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.o +external/curl/tests/libtest/lib579: external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.o +external/curl/tests/libtest/lib579: external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make +external/curl/tests/libtest/lib579: external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.ts +external/curl/tests/libtest/lib579: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib579: /usr/lib/libz.so +external/curl/tests/libtest/lib579: external/curl/tests/libtest/CMakeFiles/lib579.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib579" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib579.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib579.dir/build: external/curl/tests/libtest/lib579 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib579.dir/build + +external/curl/tests/libtest/CMakeFiles/lib579.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib579.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib579.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib579.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib579.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib579.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/cmake_clean.cmake new file mode 100644 index 00000000..5a46fee2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib579.dir/link.d" + "CMakeFiles/lib579.dir/first.c.o" + "CMakeFiles/lib579.dir/first.c.o.d" + "CMakeFiles/lib579.dir/lib579.c.o" + "CMakeFiles/lib579.dir/lib579.c.o.d" + "lib579" + "lib579.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib579.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.make new file mode 100644 index 00000000..682503e8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib579. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.ts new file mode 100644 index 00000000..e0432e05 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib579. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/depend.make new file mode 100644 index 00000000..35eb542a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib579. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/flags.make new file mode 100644 index 00000000..eb3982fd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB579 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/link.txt new file mode 100644 index 00000000..0a88e26d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib579.dir/link.d CMakeFiles/lib579.dir/lib579.c.o CMakeFiles/lib579.dir/first.c.o -o lib579 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/progress.make new file mode 100644 index 00000000..870dd461 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 77 + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/DependInfo.cmake new file mode 100644 index 00000000..139166d7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib582.c" "external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib582" "gcc" "external/curl/tests/libtest/CMakeFiles/lib582.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make new file mode 100644 index 00000000..df2091d3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib582.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib582.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib582.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib582.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib582.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.o: external/curl/tests/libtest/CMakeFiles/lib582.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib582.c +external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.o: external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.o -MF CMakeFiles/lib582.dir/lib582.c.o.d -o CMakeFiles/lib582.dir/lib582.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib582.c + +external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib582.dir/lib582.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib582.c > CMakeFiles/lib582.dir/lib582.c.i + +external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib582.dir/lib582.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib582.c -o CMakeFiles/lib582.dir/lib582.c.s + +external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib582.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.o -MF CMakeFiles/lib582.dir/first.c.o.d -o CMakeFiles/lib582.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib582.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib582.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib582.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib582.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib582.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.o -MF CMakeFiles/lib582.dir/testutil.c.o.d -o CMakeFiles/lib582.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib582.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib582.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib582.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib582.dir/testutil.c.s + +# Object files for target lib582 +lib582_OBJECTS = \ +"CMakeFiles/lib582.dir/lib582.c.o" \ +"CMakeFiles/lib582.dir/first.c.o" \ +"CMakeFiles/lib582.dir/testutil.c.o" + +# External object files for target lib582 +lib582_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib582: external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.o +external/curl/tests/libtest/lib582: external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.o +external/curl/tests/libtest/lib582: external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.o +external/curl/tests/libtest/lib582: external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make +external/curl/tests/libtest/lib582: external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.ts +external/curl/tests/libtest/lib582: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib582: /usr/lib/libz.so +external/curl/tests/libtest/lib582: external/curl/tests/libtest/CMakeFiles/lib582.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib582" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib582.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib582.dir/build: external/curl/tests/libtest/lib582 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib582.dir/build + +external/curl/tests/libtest/CMakeFiles/lib582.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib582.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib582.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib582.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib582.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib582.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/cmake_clean.cmake new file mode 100644 index 00000000..812d9563 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib582.dir/link.d" + "CMakeFiles/lib582.dir/first.c.o" + "CMakeFiles/lib582.dir/first.c.o.d" + "CMakeFiles/lib582.dir/lib582.c.o" + "CMakeFiles/lib582.dir/lib582.c.o.d" + "CMakeFiles/lib582.dir/testutil.c.o" + "CMakeFiles/lib582.dir/testutil.c.o.d" + "lib582" + "lib582.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib582.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.make new file mode 100644 index 00000000..8fb4f2c8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib582. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.ts new file mode 100644 index 00000000..da86ce4d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib582. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/depend.make new file mode 100644 index 00000000..f017aab9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib582. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/flags.make new file mode 100644 index 00000000..e7979f59 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB582 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/link.txt new file mode 100644 index 00000000..36d60323 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib582.dir/link.d CMakeFiles/lib582.dir/lib582.c.o CMakeFiles/lib582.dir/first.c.o CMakeFiles/lib582.dir/testutil.c.o -o lib582 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/DependInfo.cmake new file mode 100644 index 00000000..a9c15cb9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib583.c" "external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.o.d" + "" "external/curl/tests/libtest/lib583" "gcc" "external/curl/tests/libtest/CMakeFiles/lib583.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make new file mode 100644 index 00000000..f98a565f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib583.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib583.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib583.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib583.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib583.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.o: external/curl/tests/libtest/CMakeFiles/lib583.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib583.c +external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.o: external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.o -MF CMakeFiles/lib583.dir/lib583.c.o.d -o CMakeFiles/lib583.dir/lib583.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib583.c + +external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib583.dir/lib583.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib583.c > CMakeFiles/lib583.dir/lib583.c.i + +external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib583.dir/lib583.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib583.c -o CMakeFiles/lib583.dir/lib583.c.s + +external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib583.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.o -MF CMakeFiles/lib583.dir/first.c.o.d -o CMakeFiles/lib583.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib583.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib583.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib583.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib583.dir/first.c.s + +# Object files for target lib583 +lib583_OBJECTS = \ +"CMakeFiles/lib583.dir/lib583.c.o" \ +"CMakeFiles/lib583.dir/first.c.o" + +# External object files for target lib583 +lib583_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib583: external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.o +external/curl/tests/libtest/lib583: external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.o +external/curl/tests/libtest/lib583: external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make +external/curl/tests/libtest/lib583: external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.ts +external/curl/tests/libtest/lib583: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib583: /usr/lib/libz.so +external/curl/tests/libtest/lib583: external/curl/tests/libtest/CMakeFiles/lib583.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib583" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib583.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib583.dir/build: external/curl/tests/libtest/lib583 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib583.dir/build + +external/curl/tests/libtest/CMakeFiles/lib583.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib583.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib583.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib583.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib583.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib583.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/cmake_clean.cmake new file mode 100644 index 00000000..5d786a77 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib583.dir/link.d" + "CMakeFiles/lib583.dir/first.c.o" + "CMakeFiles/lib583.dir/first.c.o.d" + "CMakeFiles/lib583.dir/lib583.c.o" + "CMakeFiles/lib583.dir/lib583.c.o.d" + "lib583" + "lib583.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib583.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.make new file mode 100644 index 00000000..7296b09c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib583. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.ts new file mode 100644 index 00000000..120e870c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib583. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/depend.make new file mode 100644 index 00000000..0387e438 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib583. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/flags.make new file mode 100644 index 00000000..9e0ab9ea --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB583 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/link.txt new file mode 100644 index 00000000..2687a95f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib583.dir/link.d CMakeFiles/lib583.dir/lib583.c.o CMakeFiles/lib583.dir/first.c.o -o lib583 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/DependInfo.cmake new file mode 100644 index 00000000..9cc7867d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib589.c" "external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.o.d" + "" "external/curl/tests/libtest/lib584" "gcc" "external/curl/tests/libtest/CMakeFiles/lib584.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make new file mode 100644 index 00000000..3e7b56b5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib584.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib584.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib584.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib584.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib584.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.o: external/curl/tests/libtest/CMakeFiles/lib584.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib589.c +external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.o: external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.o -MF CMakeFiles/lib584.dir/lib589.c.o.d -o CMakeFiles/lib584.dir/lib589.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib589.c + +external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib584.dir/lib589.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib589.c > CMakeFiles/lib584.dir/lib589.c.i + +external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib584.dir/lib589.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib589.c -o CMakeFiles/lib584.dir/lib589.c.s + +external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib584.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.o -MF CMakeFiles/lib584.dir/first.c.o.d -o CMakeFiles/lib584.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib584.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib584.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib584.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib584.dir/first.c.s + +# Object files for target lib584 +lib584_OBJECTS = \ +"CMakeFiles/lib584.dir/lib589.c.o" \ +"CMakeFiles/lib584.dir/first.c.o" + +# External object files for target lib584 +lib584_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib584: external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.o +external/curl/tests/libtest/lib584: external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.o +external/curl/tests/libtest/lib584: external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make +external/curl/tests/libtest/lib584: external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.ts +external/curl/tests/libtest/lib584: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib584: /usr/lib/libz.so +external/curl/tests/libtest/lib584: external/curl/tests/libtest/CMakeFiles/lib584.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib584" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib584.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib584.dir/build: external/curl/tests/libtest/lib584 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib584.dir/build + +external/curl/tests/libtest/CMakeFiles/lib584.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib584.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib584.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib584.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib584.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib584.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/cmake_clean.cmake new file mode 100644 index 00000000..9b1dbe31 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib584.dir/link.d" + "CMakeFiles/lib584.dir/first.c.o" + "CMakeFiles/lib584.dir/first.c.o.d" + "CMakeFiles/lib584.dir/lib589.c.o" + "CMakeFiles/lib584.dir/lib589.c.o.d" + "lib584" + "lib584.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib584.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.make new file mode 100644 index 00000000..cbdd8658 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib584. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.ts new file mode 100644 index 00000000..8d27e167 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib584. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/depend.make new file mode 100644 index 00000000..81d6cbeb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib584. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/flags.make new file mode 100644 index 00000000..cc73b076 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB584 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/link.txt new file mode 100644 index 00000000..f10c1721 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib584.dir/link.d CMakeFiles/lib584.dir/lib589.c.o CMakeFiles/lib584.dir/first.c.o -o lib584 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/DependInfo.cmake new file mode 100644 index 00000000..1ed58b5b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/DependInfo.cmake @@ -0,0 +1,27 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib500.c" "external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib585" "gcc" "external/curl/tests/libtest/CMakeFiles/lib585.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make new file mode 100644 index 00000000..e3f7d00e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make @@ -0,0 +1,164 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib585.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib585.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib585.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib585.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib585.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.o: external/curl/tests/libtest/CMakeFiles/lib585.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib500.c +external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.o: external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.o -MF CMakeFiles/lib585.dir/lib500.c.o.d -o CMakeFiles/lib585.dir/lib500.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib500.c + +external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib585.dir/lib500.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib500.c > CMakeFiles/lib585.dir/lib500.c.i + +external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib585.dir/lib500.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib500.c -o CMakeFiles/lib585.dir/lib500.c.s + +external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib585.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.o -MF CMakeFiles/lib585.dir/first.c.o.d -o CMakeFiles/lib585.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib585.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib585.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib585.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib585.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib585.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.o -MF CMakeFiles/lib585.dir/testutil.c.o.d -o CMakeFiles/lib585.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib585.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib585.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib585.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib585.dir/testutil.c.s + +external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib585.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c +external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.o -MF CMakeFiles/lib585.dir/testtrace.c.o.d -o CMakeFiles/lib585.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c + +external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib585.dir/testtrace.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib585.dir/testtrace.c.i + +external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib585.dir/testtrace.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib585.dir/testtrace.c.s + +# Object files for target lib585 +lib585_OBJECTS = \ +"CMakeFiles/lib585.dir/lib500.c.o" \ +"CMakeFiles/lib585.dir/first.c.o" \ +"CMakeFiles/lib585.dir/testutil.c.o" \ +"CMakeFiles/lib585.dir/testtrace.c.o" + +# External object files for target lib585 +lib585_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib585: external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.o +external/curl/tests/libtest/lib585: external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.o +external/curl/tests/libtest/lib585: external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.o +external/curl/tests/libtest/lib585: external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.o +external/curl/tests/libtest/lib585: external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make +external/curl/tests/libtest/lib585: external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.ts +external/curl/tests/libtest/lib585: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib585: /usr/lib/libz.so +external/curl/tests/libtest/lib585: external/curl/tests/libtest/CMakeFiles/lib585.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib585" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib585.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib585.dir/build: external/curl/tests/libtest/lib585 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib585.dir/build + +external/curl/tests/libtest/CMakeFiles/lib585.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib585.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib585.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib585.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib585.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib585.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/cmake_clean.cmake new file mode 100644 index 00000000..bf4a38b7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/cmake_clean.cmake @@ -0,0 +1,18 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib585.dir/link.d" + "CMakeFiles/lib585.dir/first.c.o" + "CMakeFiles/lib585.dir/first.c.o.d" + "CMakeFiles/lib585.dir/lib500.c.o" + "CMakeFiles/lib585.dir/lib500.c.o.d" + "CMakeFiles/lib585.dir/testtrace.c.o" + "CMakeFiles/lib585.dir/testtrace.c.o.d" + "CMakeFiles/lib585.dir/testutil.c.o" + "CMakeFiles/lib585.dir/testutil.c.o.d" + "lib585" + "lib585.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib585.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.make new file mode 100644 index 00000000..189c1a0a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib585. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.ts new file mode 100644 index 00000000..ecd2d083 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib585. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/depend.make new file mode 100644 index 00000000..a7bb8ce8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib585. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/flags.make new file mode 100644 index 00000000..70915626 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB585 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/link.txt new file mode 100644 index 00000000..8c357e57 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib585.dir/link.d CMakeFiles/lib585.dir/lib500.c.o CMakeFiles/lib585.dir/first.c.o CMakeFiles/lib585.dir/testutil.c.o CMakeFiles/lib585.dir/testtrace.c.o -o lib585 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/progress.make new file mode 100644 index 00000000..7f59a6bb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/progress.make @@ -0,0 +1,6 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/DependInfo.cmake new file mode 100644 index 00000000..09dc980c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib586.c" "external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.o.d" + "" "external/curl/tests/libtest/lib586" "gcc" "external/curl/tests/libtest/CMakeFiles/lib586.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make new file mode 100644 index 00000000..104645b7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib586.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib586.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib586.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib586.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib586.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.o: external/curl/tests/libtest/CMakeFiles/lib586.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib586.c +external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.o: external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.o -MF CMakeFiles/lib586.dir/lib586.c.o.d -o CMakeFiles/lib586.dir/lib586.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib586.c + +external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib586.dir/lib586.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib586.c > CMakeFiles/lib586.dir/lib586.c.i + +external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib586.dir/lib586.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib586.c -o CMakeFiles/lib586.dir/lib586.c.s + +external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib586.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.o -MF CMakeFiles/lib586.dir/first.c.o.d -o CMakeFiles/lib586.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib586.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib586.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib586.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib586.dir/first.c.s + +# Object files for target lib586 +lib586_OBJECTS = \ +"CMakeFiles/lib586.dir/lib586.c.o" \ +"CMakeFiles/lib586.dir/first.c.o" + +# External object files for target lib586 +lib586_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib586: external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.o +external/curl/tests/libtest/lib586: external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.o +external/curl/tests/libtest/lib586: external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make +external/curl/tests/libtest/lib586: external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.ts +external/curl/tests/libtest/lib586: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib586: /usr/lib/libz.so +external/curl/tests/libtest/lib586: external/curl/tests/libtest/CMakeFiles/lib586.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib586" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib586.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib586.dir/build: external/curl/tests/libtest/lib586 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib586.dir/build + +external/curl/tests/libtest/CMakeFiles/lib586.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib586.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib586.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib586.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib586.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib586.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/cmake_clean.cmake new file mode 100644 index 00000000..3c840691 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib586.dir/link.d" + "CMakeFiles/lib586.dir/first.c.o" + "CMakeFiles/lib586.dir/first.c.o.d" + "CMakeFiles/lib586.dir/lib586.c.o" + "CMakeFiles/lib586.dir/lib586.c.o.d" + "lib586" + "lib586.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib586.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.make new file mode 100644 index 00000000..b327d172 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib586. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.ts new file mode 100644 index 00000000..d26e19db --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib586. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/depend.make new file mode 100644 index 00000000..9b3cd0c5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib586. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/flags.make new file mode 100644 index 00000000..0fce371a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB586 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/link.txt new file mode 100644 index 00000000..9b900a54 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib586.dir/link.d CMakeFiles/lib586.dir/lib586.c.o CMakeFiles/lib586.dir/first.c.o -o lib586 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/DependInfo.cmake new file mode 100644 index 00000000..631fc10d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib554.c" "external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.o.d" + "" "external/curl/tests/libtest/lib587" "gcc" "external/curl/tests/libtest/CMakeFiles/lib587.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make new file mode 100644 index 00000000..edb6e5d7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib587.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib587.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib587.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib587.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib587.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.o: external/curl/tests/libtest/CMakeFiles/lib587.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib554.c +external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.o: external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.o -MF CMakeFiles/lib587.dir/lib554.c.o.d -o CMakeFiles/lib587.dir/lib554.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib554.c + +external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib587.dir/lib554.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib554.c > CMakeFiles/lib587.dir/lib554.c.i + +external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib587.dir/lib554.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib554.c -o CMakeFiles/lib587.dir/lib554.c.s + +external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib587.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.o -MF CMakeFiles/lib587.dir/first.c.o.d -o CMakeFiles/lib587.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib587.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib587.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib587.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib587.dir/first.c.s + +# Object files for target lib587 +lib587_OBJECTS = \ +"CMakeFiles/lib587.dir/lib554.c.o" \ +"CMakeFiles/lib587.dir/first.c.o" + +# External object files for target lib587 +lib587_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib587: external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.o +external/curl/tests/libtest/lib587: external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.o +external/curl/tests/libtest/lib587: external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make +external/curl/tests/libtest/lib587: external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.ts +external/curl/tests/libtest/lib587: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib587: /usr/lib/libz.so +external/curl/tests/libtest/lib587: external/curl/tests/libtest/CMakeFiles/lib587.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib587" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib587.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib587.dir/build: external/curl/tests/libtest/lib587 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib587.dir/build + +external/curl/tests/libtest/CMakeFiles/lib587.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib587.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib587.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib587.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib587.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib587.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/cmake_clean.cmake new file mode 100644 index 00000000..f8d71fde --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib587.dir/link.d" + "CMakeFiles/lib587.dir/first.c.o" + "CMakeFiles/lib587.dir/first.c.o.d" + "CMakeFiles/lib587.dir/lib554.c.o" + "CMakeFiles/lib587.dir/lib554.c.o.d" + "lib587" + "lib587.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib587.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.make new file mode 100644 index 00000000..83d75207 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib587. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.ts new file mode 100644 index 00000000..ba685e1a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib587. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/depend.make new file mode 100644 index 00000000..81843cb6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib587. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/flags.make new file mode 100644 index 00000000..08c6ab20 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB587 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/link.txt new file mode 100644 index 00000000..422ca333 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib587.dir/link.d CMakeFiles/lib587.dir/lib554.c.o CMakeFiles/lib587.dir/first.c.o -o lib587 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/DependInfo.cmake new file mode 100644 index 00000000..2266f834 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib589.c" "external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.o.d" + "" "external/curl/tests/libtest/lib589" "gcc" "external/curl/tests/libtest/CMakeFiles/lib589.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make new file mode 100644 index 00000000..4a75e81a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib589.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib589.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib589.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib589.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib589.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.o: external/curl/tests/libtest/CMakeFiles/lib589.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib589.c +external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.o: external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.o -MF CMakeFiles/lib589.dir/lib589.c.o.d -o CMakeFiles/lib589.dir/lib589.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib589.c + +external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib589.dir/lib589.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib589.c > CMakeFiles/lib589.dir/lib589.c.i + +external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib589.dir/lib589.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib589.c -o CMakeFiles/lib589.dir/lib589.c.s + +external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib589.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.o -MF CMakeFiles/lib589.dir/first.c.o.d -o CMakeFiles/lib589.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib589.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib589.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib589.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib589.dir/first.c.s + +# Object files for target lib589 +lib589_OBJECTS = \ +"CMakeFiles/lib589.dir/lib589.c.o" \ +"CMakeFiles/lib589.dir/first.c.o" + +# External object files for target lib589 +lib589_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib589: external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.o +external/curl/tests/libtest/lib589: external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.o +external/curl/tests/libtest/lib589: external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make +external/curl/tests/libtest/lib589: external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.ts +external/curl/tests/libtest/lib589: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib589: /usr/lib/libz.so +external/curl/tests/libtest/lib589: external/curl/tests/libtest/CMakeFiles/lib589.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib589" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib589.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib589.dir/build: external/curl/tests/libtest/lib589 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib589.dir/build + +external/curl/tests/libtest/CMakeFiles/lib589.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib589.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib589.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib589.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib589.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib589.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/cmake_clean.cmake new file mode 100644 index 00000000..70a90209 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib589.dir/link.d" + "CMakeFiles/lib589.dir/first.c.o" + "CMakeFiles/lib589.dir/first.c.o.d" + "CMakeFiles/lib589.dir/lib589.c.o" + "CMakeFiles/lib589.dir/lib589.c.o.d" + "lib589" + "lib589.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib589.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.make new file mode 100644 index 00000000..96c5e0a1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib589. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.ts new file mode 100644 index 00000000..bc9b872d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib589. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/depend.make new file mode 100644 index 00000000..beee0c83 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib589. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/flags.make new file mode 100644 index 00000000..6fa6db61 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB589 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/link.txt new file mode 100644 index 00000000..7345ecf7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib589.dir/link.d CMakeFiles/lib589.dir/lib589.c.o CMakeFiles/lib589.dir/first.c.o -o lib589 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/DependInfo.cmake new file mode 100644 index 00000000..2abe30c0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib590.c" "external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.o.d" + "" "external/curl/tests/libtest/lib590" "gcc" "external/curl/tests/libtest/CMakeFiles/lib590.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make new file mode 100644 index 00000000..94ded0f4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib590.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib590.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib590.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib590.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib590.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.o: external/curl/tests/libtest/CMakeFiles/lib590.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib590.c +external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.o: external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.o -MF CMakeFiles/lib590.dir/lib590.c.o.d -o CMakeFiles/lib590.dir/lib590.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib590.c + +external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib590.dir/lib590.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib590.c > CMakeFiles/lib590.dir/lib590.c.i + +external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib590.dir/lib590.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib590.c -o CMakeFiles/lib590.dir/lib590.c.s + +external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib590.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.o -MF CMakeFiles/lib590.dir/first.c.o.d -o CMakeFiles/lib590.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib590.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib590.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib590.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib590.dir/first.c.s + +# Object files for target lib590 +lib590_OBJECTS = \ +"CMakeFiles/lib590.dir/lib590.c.o" \ +"CMakeFiles/lib590.dir/first.c.o" + +# External object files for target lib590 +lib590_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib590: external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.o +external/curl/tests/libtest/lib590: external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.o +external/curl/tests/libtest/lib590: external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make +external/curl/tests/libtest/lib590: external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.ts +external/curl/tests/libtest/lib590: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib590: /usr/lib/libz.so +external/curl/tests/libtest/lib590: external/curl/tests/libtest/CMakeFiles/lib590.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib590" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib590.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib590.dir/build: external/curl/tests/libtest/lib590 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib590.dir/build + +external/curl/tests/libtest/CMakeFiles/lib590.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib590.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib590.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib590.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib590.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib590.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/cmake_clean.cmake new file mode 100644 index 00000000..c41a35b0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib590.dir/link.d" + "CMakeFiles/lib590.dir/first.c.o" + "CMakeFiles/lib590.dir/first.c.o.d" + "CMakeFiles/lib590.dir/lib590.c.o" + "CMakeFiles/lib590.dir/lib590.c.o.d" + "lib590" + "lib590.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib590.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.make new file mode 100644 index 00000000..bcb8bac3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib590. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.ts new file mode 100644 index 00000000..1f4eeedf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib590. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/depend.make new file mode 100644 index 00000000..e8a9beb0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib590. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/flags.make new file mode 100644 index 00000000..17e5ca69 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB590 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/link.txt new file mode 100644 index 00000000..8051ebae --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib590.dir/link.d CMakeFiles/lib590.dir/lib590.c.o CMakeFiles/lib590.dir/first.c.o -o lib590 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/DependInfo.cmake new file mode 100644 index 00000000..f550b1d9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib591.c" "external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib591" "gcc" "external/curl/tests/libtest/CMakeFiles/lib591.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make new file mode 100644 index 00000000..01160c31 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib591.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib591.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib591.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib591.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib591.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.o: external/curl/tests/libtest/CMakeFiles/lib591.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib591.c +external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.o: external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.o -MF CMakeFiles/lib591.dir/lib591.c.o.d -o CMakeFiles/lib591.dir/lib591.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib591.c + +external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib591.dir/lib591.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib591.c > CMakeFiles/lib591.dir/lib591.c.i + +external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib591.dir/lib591.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib591.c -o CMakeFiles/lib591.dir/lib591.c.s + +external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib591.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.o -MF CMakeFiles/lib591.dir/first.c.o.d -o CMakeFiles/lib591.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib591.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib591.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib591.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib591.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib591.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.o -MF CMakeFiles/lib591.dir/testutil.c.o.d -o CMakeFiles/lib591.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib591.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib591.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib591.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib591.dir/testutil.c.s + +# Object files for target lib591 +lib591_OBJECTS = \ +"CMakeFiles/lib591.dir/lib591.c.o" \ +"CMakeFiles/lib591.dir/first.c.o" \ +"CMakeFiles/lib591.dir/testutil.c.o" + +# External object files for target lib591 +lib591_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib591: external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.o +external/curl/tests/libtest/lib591: external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.o +external/curl/tests/libtest/lib591: external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.o +external/curl/tests/libtest/lib591: external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make +external/curl/tests/libtest/lib591: external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.ts +external/curl/tests/libtest/lib591: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib591: /usr/lib/libz.so +external/curl/tests/libtest/lib591: external/curl/tests/libtest/CMakeFiles/lib591.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib591" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib591.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib591.dir/build: external/curl/tests/libtest/lib591 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib591.dir/build + +external/curl/tests/libtest/CMakeFiles/lib591.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib591.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib591.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib591.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib591.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib591.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/cmake_clean.cmake new file mode 100644 index 00000000..4aa2ea1e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib591.dir/link.d" + "CMakeFiles/lib591.dir/first.c.o" + "CMakeFiles/lib591.dir/first.c.o.d" + "CMakeFiles/lib591.dir/lib591.c.o" + "CMakeFiles/lib591.dir/lib591.c.o.d" + "CMakeFiles/lib591.dir/testutil.c.o" + "CMakeFiles/lib591.dir/testutil.c.o.d" + "lib591" + "lib591.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib591.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.make new file mode 100644 index 00000000..dc73215f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib591. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.ts new file mode 100644 index 00000000..ab7a8727 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib591. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/depend.make new file mode 100644 index 00000000..a929ba66 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib591. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/flags.make new file mode 100644 index 00000000..8c10818c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB591 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/link.txt new file mode 100644 index 00000000..e2416079 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib591.dir/link.d CMakeFiles/lib591.dir/lib591.c.o CMakeFiles/lib591.dir/first.c.o CMakeFiles/lib591.dir/testutil.c.o -o lib591 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/progress.make new file mode 100644 index 00000000..0d68e528 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = 78 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/DependInfo.cmake new file mode 100644 index 00000000..27b87344 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib597.c" "external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib597" "gcc" "external/curl/tests/libtest/CMakeFiles/lib597.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make new file mode 100644 index 00000000..9c1b8c8a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib597.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib597.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib597.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib597.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib597.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.o: external/curl/tests/libtest/CMakeFiles/lib597.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib597.c +external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.o: external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.o -MF CMakeFiles/lib597.dir/lib597.c.o.d -o CMakeFiles/lib597.dir/lib597.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib597.c + +external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib597.dir/lib597.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib597.c > CMakeFiles/lib597.dir/lib597.c.i + +external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib597.dir/lib597.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib597.c -o CMakeFiles/lib597.dir/lib597.c.s + +external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib597.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.o -MF CMakeFiles/lib597.dir/first.c.o.d -o CMakeFiles/lib597.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib597.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib597.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib597.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib597.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib597.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.o -MF CMakeFiles/lib597.dir/testutil.c.o.d -o CMakeFiles/lib597.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib597.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib597.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib597.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib597.dir/testutil.c.s + +# Object files for target lib597 +lib597_OBJECTS = \ +"CMakeFiles/lib597.dir/lib597.c.o" \ +"CMakeFiles/lib597.dir/first.c.o" \ +"CMakeFiles/lib597.dir/testutil.c.o" + +# External object files for target lib597 +lib597_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib597: external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.o +external/curl/tests/libtest/lib597: external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.o +external/curl/tests/libtest/lib597: external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.o +external/curl/tests/libtest/lib597: external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make +external/curl/tests/libtest/lib597: external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.ts +external/curl/tests/libtest/lib597: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib597: /usr/lib/libz.so +external/curl/tests/libtest/lib597: external/curl/tests/libtest/CMakeFiles/lib597.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib597" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib597.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib597.dir/build: external/curl/tests/libtest/lib597 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib597.dir/build + +external/curl/tests/libtest/CMakeFiles/lib597.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib597.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib597.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib597.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib597.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib597.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/cmake_clean.cmake new file mode 100644 index 00000000..3dfc1544 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib597.dir/link.d" + "CMakeFiles/lib597.dir/first.c.o" + "CMakeFiles/lib597.dir/first.c.o.d" + "CMakeFiles/lib597.dir/lib597.c.o" + "CMakeFiles/lib597.dir/lib597.c.o.d" + "CMakeFiles/lib597.dir/testutil.c.o" + "CMakeFiles/lib597.dir/testutil.c.o.d" + "lib597" + "lib597.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib597.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.make new file mode 100644 index 00000000..020f1a3f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib597. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.ts new file mode 100644 index 00000000..0978dea5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib597. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/depend.make new file mode 100644 index 00000000..0531966c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib597. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/flags.make new file mode 100644 index 00000000..2f1824b4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB597 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/link.txt new file mode 100644 index 00000000..6779dd9f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib597.dir/link.d CMakeFiles/lib597.dir/lib597.c.o CMakeFiles/lib597.dir/first.c.o CMakeFiles/lib597.dir/testutil.c.o -o lib597 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/DependInfo.cmake new file mode 100644 index 00000000..87014202 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib598.c" "external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.o.d" + "" "external/curl/tests/libtest/lib598" "gcc" "external/curl/tests/libtest/CMakeFiles/lib598.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make new file mode 100644 index 00000000..166e123d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib598.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib598.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib598.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib598.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib598.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.o: external/curl/tests/libtest/CMakeFiles/lib598.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib598.c +external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.o: external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.o -MF CMakeFiles/lib598.dir/lib598.c.o.d -o CMakeFiles/lib598.dir/lib598.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib598.c + +external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib598.dir/lib598.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib598.c > CMakeFiles/lib598.dir/lib598.c.i + +external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib598.dir/lib598.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib598.c -o CMakeFiles/lib598.dir/lib598.c.s + +external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib598.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.o -MF CMakeFiles/lib598.dir/first.c.o.d -o CMakeFiles/lib598.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib598.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib598.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib598.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib598.dir/first.c.s + +# Object files for target lib598 +lib598_OBJECTS = \ +"CMakeFiles/lib598.dir/lib598.c.o" \ +"CMakeFiles/lib598.dir/first.c.o" + +# External object files for target lib598 +lib598_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib598: external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.o +external/curl/tests/libtest/lib598: external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.o +external/curl/tests/libtest/lib598: external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make +external/curl/tests/libtest/lib598: external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.ts +external/curl/tests/libtest/lib598: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib598: /usr/lib/libz.so +external/curl/tests/libtest/lib598: external/curl/tests/libtest/CMakeFiles/lib598.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib598" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib598.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib598.dir/build: external/curl/tests/libtest/lib598 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib598.dir/build + +external/curl/tests/libtest/CMakeFiles/lib598.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib598.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib598.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib598.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib598.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib598.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/cmake_clean.cmake new file mode 100644 index 00000000..954dc79e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib598.dir/link.d" + "CMakeFiles/lib598.dir/first.c.o" + "CMakeFiles/lib598.dir/first.c.o.d" + "CMakeFiles/lib598.dir/lib598.c.o" + "CMakeFiles/lib598.dir/lib598.c.o.d" + "lib598" + "lib598.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib598.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.make new file mode 100644 index 00000000..0c226f79 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib598. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.ts new file mode 100644 index 00000000..c4704868 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib598. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/depend.make new file mode 100644 index 00000000..fc32f342 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib598. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/flags.make new file mode 100644 index 00000000..677506cb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB598 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/link.txt new file mode 100644 index 00000000..47db40cc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib598.dir/link.d CMakeFiles/lib598.dir/lib598.c.o CMakeFiles/lib598.dir/first.c.o -o lib598 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/DependInfo.cmake new file mode 100644 index 00000000..6765eca6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib599.c" "external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.o.d" + "" "external/curl/tests/libtest/lib599" "gcc" "external/curl/tests/libtest/CMakeFiles/lib599.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make new file mode 100644 index 00000000..536e89e0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib599.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib599.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib599.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib599.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib599.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.o: external/curl/tests/libtest/CMakeFiles/lib599.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib599.c +external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.o: external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.o -MF CMakeFiles/lib599.dir/lib599.c.o.d -o CMakeFiles/lib599.dir/lib599.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib599.c + +external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib599.dir/lib599.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib599.c > CMakeFiles/lib599.dir/lib599.c.i + +external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib599.dir/lib599.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib599.c -o CMakeFiles/lib599.dir/lib599.c.s + +external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib599.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.o -MF CMakeFiles/lib599.dir/first.c.o.d -o CMakeFiles/lib599.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib599.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib599.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib599.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib599.dir/first.c.s + +# Object files for target lib599 +lib599_OBJECTS = \ +"CMakeFiles/lib599.dir/lib599.c.o" \ +"CMakeFiles/lib599.dir/first.c.o" + +# External object files for target lib599 +lib599_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib599: external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.o +external/curl/tests/libtest/lib599: external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.o +external/curl/tests/libtest/lib599: external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make +external/curl/tests/libtest/lib599: external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.ts +external/curl/tests/libtest/lib599: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib599: /usr/lib/libz.so +external/curl/tests/libtest/lib599: external/curl/tests/libtest/CMakeFiles/lib599.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib599" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib599.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib599.dir/build: external/curl/tests/libtest/lib599 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib599.dir/build + +external/curl/tests/libtest/CMakeFiles/lib599.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib599.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib599.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib599.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib599.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib599.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/cmake_clean.cmake new file mode 100644 index 00000000..d82fcd70 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib599.dir/link.d" + "CMakeFiles/lib599.dir/first.c.o" + "CMakeFiles/lib599.dir/first.c.o.d" + "CMakeFiles/lib599.dir/lib599.c.o" + "CMakeFiles/lib599.dir/lib599.c.o.d" + "lib599" + "lib599.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib599.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.make new file mode 100644 index 00000000..5f1fec09 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib599. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.ts new file mode 100644 index 00000000..d856fda1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib599. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/depend.make new file mode 100644 index 00000000..34cbf683 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib599. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/flags.make new file mode 100644 index 00000000..752b58e3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB599 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/link.txt new file mode 100644 index 00000000..07aa6f68 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib599.dir/link.d CMakeFiles/lib599.dir/lib599.c.o CMakeFiles/lib599.dir/first.c.o -o lib599 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/DependInfo.cmake new file mode 100644 index 00000000..195ebe97 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib643.c" "external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.o.d" + "" "external/curl/tests/libtest/lib643" "gcc" "external/curl/tests/libtest/CMakeFiles/lib643.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make new file mode 100644 index 00000000..4dd2ba8a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib643.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib643.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib643.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib643.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib643.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.o: external/curl/tests/libtest/CMakeFiles/lib643.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib643.c +external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.o: external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.o -MF CMakeFiles/lib643.dir/lib643.c.o.d -o CMakeFiles/lib643.dir/lib643.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib643.c + +external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib643.dir/lib643.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib643.c > CMakeFiles/lib643.dir/lib643.c.i + +external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib643.dir/lib643.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib643.c -o CMakeFiles/lib643.dir/lib643.c.s + +external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib643.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.o -MF CMakeFiles/lib643.dir/first.c.o.d -o CMakeFiles/lib643.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib643.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib643.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib643.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib643.dir/first.c.s + +# Object files for target lib643 +lib643_OBJECTS = \ +"CMakeFiles/lib643.dir/lib643.c.o" \ +"CMakeFiles/lib643.dir/first.c.o" + +# External object files for target lib643 +lib643_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib643: external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.o +external/curl/tests/libtest/lib643: external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.o +external/curl/tests/libtest/lib643: external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make +external/curl/tests/libtest/lib643: external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.ts +external/curl/tests/libtest/lib643: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib643: /usr/lib/libz.so +external/curl/tests/libtest/lib643: external/curl/tests/libtest/CMakeFiles/lib643.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib643" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib643.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib643.dir/build: external/curl/tests/libtest/lib643 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib643.dir/build + +external/curl/tests/libtest/CMakeFiles/lib643.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib643.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib643.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib643.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib643.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib643.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/cmake_clean.cmake new file mode 100644 index 00000000..c349864f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib643.dir/link.d" + "CMakeFiles/lib643.dir/first.c.o" + "CMakeFiles/lib643.dir/first.c.o.d" + "CMakeFiles/lib643.dir/lib643.c.o" + "CMakeFiles/lib643.dir/lib643.c.o.d" + "lib643" + "lib643.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib643.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.make new file mode 100644 index 00000000..dac281a4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib643. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.ts new file mode 100644 index 00000000..576a6539 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib643. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/depend.make new file mode 100644 index 00000000..ed3dfbc4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib643. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/flags.make new file mode 100644 index 00000000..740f8607 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB643 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/link.txt new file mode 100644 index 00000000..cb38d51a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib643.dir/link.d CMakeFiles/lib643.dir/lib643.c.o CMakeFiles/lib643.dir/first.c.o -o lib643 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/DependInfo.cmake new file mode 100644 index 00000000..32704c13 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib643.c" "external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.o.d" + "" "external/curl/tests/libtest/lib645" "gcc" "external/curl/tests/libtest/CMakeFiles/lib645.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make new file mode 100644 index 00000000..7bd7e2aa --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib645.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib645.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib645.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib645.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib645.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.o: external/curl/tests/libtest/CMakeFiles/lib645.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib643.c +external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.o: external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.o -MF CMakeFiles/lib645.dir/lib643.c.o.d -o CMakeFiles/lib645.dir/lib643.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib643.c + +external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib645.dir/lib643.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib643.c > CMakeFiles/lib645.dir/lib643.c.i + +external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib645.dir/lib643.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib643.c -o CMakeFiles/lib645.dir/lib643.c.s + +external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib645.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.o -MF CMakeFiles/lib645.dir/first.c.o.d -o CMakeFiles/lib645.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib645.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib645.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib645.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib645.dir/first.c.s + +# Object files for target lib645 +lib645_OBJECTS = \ +"CMakeFiles/lib645.dir/lib643.c.o" \ +"CMakeFiles/lib645.dir/first.c.o" + +# External object files for target lib645 +lib645_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib645: external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.o +external/curl/tests/libtest/lib645: external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.o +external/curl/tests/libtest/lib645: external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make +external/curl/tests/libtest/lib645: external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.ts +external/curl/tests/libtest/lib645: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib645: /usr/lib/libz.so +external/curl/tests/libtest/lib645: external/curl/tests/libtest/CMakeFiles/lib645.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib645" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib645.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib645.dir/build: external/curl/tests/libtest/lib645 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib645.dir/build + +external/curl/tests/libtest/CMakeFiles/lib645.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib645.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib645.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib645.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib645.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib645.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/cmake_clean.cmake new file mode 100644 index 00000000..e5df992b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib645.dir/link.d" + "CMakeFiles/lib645.dir/first.c.o" + "CMakeFiles/lib645.dir/first.c.o.d" + "CMakeFiles/lib645.dir/lib643.c.o" + "CMakeFiles/lib645.dir/lib643.c.o.d" + "lib645" + "lib645.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib645.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.make new file mode 100644 index 00000000..032a0ad7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib645. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.ts new file mode 100644 index 00000000..c6f860aa --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib645. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/depend.make new file mode 100644 index 00000000..5da52687 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib645. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/flags.make new file mode 100644 index 00000000..a19a942e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB645 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/link.txt new file mode 100644 index 00000000..cfb0beca --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib645.dir/link.d CMakeFiles/lib645.dir/lib643.c.o CMakeFiles/lib645.dir/first.c.o -o lib645 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/DependInfo.cmake new file mode 100644 index 00000000..8a3d5490 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib650.c" "external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.o.d" + "" "external/curl/tests/libtest/lib650" "gcc" "external/curl/tests/libtest/CMakeFiles/lib650.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make new file mode 100644 index 00000000..2d4845df --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib650.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib650.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib650.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib650.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib650.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.o: external/curl/tests/libtest/CMakeFiles/lib650.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib650.c +external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.o: external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.o -MF CMakeFiles/lib650.dir/lib650.c.o.d -o CMakeFiles/lib650.dir/lib650.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib650.c + +external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib650.dir/lib650.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib650.c > CMakeFiles/lib650.dir/lib650.c.i + +external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib650.dir/lib650.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib650.c -o CMakeFiles/lib650.dir/lib650.c.s + +external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib650.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.o -MF CMakeFiles/lib650.dir/first.c.o.d -o CMakeFiles/lib650.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib650.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib650.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib650.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib650.dir/first.c.s + +# Object files for target lib650 +lib650_OBJECTS = \ +"CMakeFiles/lib650.dir/lib650.c.o" \ +"CMakeFiles/lib650.dir/first.c.o" + +# External object files for target lib650 +lib650_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib650: external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.o +external/curl/tests/libtest/lib650: external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.o +external/curl/tests/libtest/lib650: external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make +external/curl/tests/libtest/lib650: external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.ts +external/curl/tests/libtest/lib650: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib650: /usr/lib/libz.so +external/curl/tests/libtest/lib650: external/curl/tests/libtest/CMakeFiles/lib650.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib650" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib650.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib650.dir/build: external/curl/tests/libtest/lib650 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib650.dir/build + +external/curl/tests/libtest/CMakeFiles/lib650.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib650.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib650.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib650.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib650.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib650.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/cmake_clean.cmake new file mode 100644 index 00000000..8561a854 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib650.dir/link.d" + "CMakeFiles/lib650.dir/first.c.o" + "CMakeFiles/lib650.dir/first.c.o.d" + "CMakeFiles/lib650.dir/lib650.c.o" + "CMakeFiles/lib650.dir/lib650.c.o.d" + "lib650" + "lib650.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib650.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.make new file mode 100644 index 00000000..1c9ecacd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib650. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.ts new file mode 100644 index 00000000..f83bdf0c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib650. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/depend.make new file mode 100644 index 00000000..933924ef --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib650. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/flags.make new file mode 100644 index 00000000..fb02485c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB650 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/link.txt new file mode 100644 index 00000000..d5a07f47 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib650.dir/link.d CMakeFiles/lib650.dir/lib650.c.o CMakeFiles/lib650.dir/first.c.o -o lib650 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/DependInfo.cmake new file mode 100644 index 00000000..943e0bd0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib651.c" "external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.o.d" + "" "external/curl/tests/libtest/lib651" "gcc" "external/curl/tests/libtest/CMakeFiles/lib651.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make new file mode 100644 index 00000000..39658434 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib651.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib651.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib651.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib651.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib651.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.o: external/curl/tests/libtest/CMakeFiles/lib651.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib651.c +external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.o: external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.o -MF CMakeFiles/lib651.dir/lib651.c.o.d -o CMakeFiles/lib651.dir/lib651.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib651.c + +external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib651.dir/lib651.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib651.c > CMakeFiles/lib651.dir/lib651.c.i + +external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib651.dir/lib651.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib651.c -o CMakeFiles/lib651.dir/lib651.c.s + +external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib651.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.o -MF CMakeFiles/lib651.dir/first.c.o.d -o CMakeFiles/lib651.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib651.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib651.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib651.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib651.dir/first.c.s + +# Object files for target lib651 +lib651_OBJECTS = \ +"CMakeFiles/lib651.dir/lib651.c.o" \ +"CMakeFiles/lib651.dir/first.c.o" + +# External object files for target lib651 +lib651_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib651: external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.o +external/curl/tests/libtest/lib651: external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.o +external/curl/tests/libtest/lib651: external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make +external/curl/tests/libtest/lib651: external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.ts +external/curl/tests/libtest/lib651: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib651: /usr/lib/libz.so +external/curl/tests/libtest/lib651: external/curl/tests/libtest/CMakeFiles/lib651.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib651" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib651.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib651.dir/build: external/curl/tests/libtest/lib651 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib651.dir/build + +external/curl/tests/libtest/CMakeFiles/lib651.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib651.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib651.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib651.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib651.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib651.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/cmake_clean.cmake new file mode 100644 index 00000000..a63ac5f0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib651.dir/link.d" + "CMakeFiles/lib651.dir/first.c.o" + "CMakeFiles/lib651.dir/first.c.o.d" + "CMakeFiles/lib651.dir/lib651.c.o" + "CMakeFiles/lib651.dir/lib651.c.o.d" + "lib651" + "lib651.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib651.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.make new file mode 100644 index 00000000..69997fec --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib651. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.ts new file mode 100644 index 00000000..75728c90 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib651. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/depend.make new file mode 100644 index 00000000..7ed5cd39 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib651. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/flags.make new file mode 100644 index 00000000..ec28aed6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB651 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/link.txt new file mode 100644 index 00000000..85d9f1e0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib651.dir/link.d CMakeFiles/lib651.dir/lib651.c.o CMakeFiles/lib651.dir/first.c.o -o lib651 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/DependInfo.cmake new file mode 100644 index 00000000..0e7eeab8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib652.c" "external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.o.d" + "" "external/curl/tests/libtest/lib652" "gcc" "external/curl/tests/libtest/CMakeFiles/lib652.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make new file mode 100644 index 00000000..f7f22378 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib652.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib652.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib652.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib652.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib652.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.o: external/curl/tests/libtest/CMakeFiles/lib652.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib652.c +external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.o: external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.o -MF CMakeFiles/lib652.dir/lib652.c.o.d -o CMakeFiles/lib652.dir/lib652.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib652.c + +external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib652.dir/lib652.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib652.c > CMakeFiles/lib652.dir/lib652.c.i + +external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib652.dir/lib652.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib652.c -o CMakeFiles/lib652.dir/lib652.c.s + +external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib652.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.o -MF CMakeFiles/lib652.dir/first.c.o.d -o CMakeFiles/lib652.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib652.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib652.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib652.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib652.dir/first.c.s + +# Object files for target lib652 +lib652_OBJECTS = \ +"CMakeFiles/lib652.dir/lib652.c.o" \ +"CMakeFiles/lib652.dir/first.c.o" + +# External object files for target lib652 +lib652_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib652: external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.o +external/curl/tests/libtest/lib652: external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.o +external/curl/tests/libtest/lib652: external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make +external/curl/tests/libtest/lib652: external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.ts +external/curl/tests/libtest/lib652: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib652: /usr/lib/libz.so +external/curl/tests/libtest/lib652: external/curl/tests/libtest/CMakeFiles/lib652.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib652" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib652.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib652.dir/build: external/curl/tests/libtest/lib652 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib652.dir/build + +external/curl/tests/libtest/CMakeFiles/lib652.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib652.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib652.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib652.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib652.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib652.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/cmake_clean.cmake new file mode 100644 index 00000000..25c711d4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib652.dir/link.d" + "CMakeFiles/lib652.dir/first.c.o" + "CMakeFiles/lib652.dir/first.c.o.d" + "CMakeFiles/lib652.dir/lib652.c.o" + "CMakeFiles/lib652.dir/lib652.c.o.d" + "lib652" + "lib652.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib652.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.make new file mode 100644 index 00000000..c30c94fb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib652. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.ts new file mode 100644 index 00000000..51db3806 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib652. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/depend.make new file mode 100644 index 00000000..9d97b6ab --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib652. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/flags.make new file mode 100644 index 00000000..9e20c7f2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB652 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/link.txt new file mode 100644 index 00000000..17154c3d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib652.dir/link.d CMakeFiles/lib652.dir/lib652.c.o CMakeFiles/lib652.dir/first.c.o -o lib652 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/DependInfo.cmake new file mode 100644 index 00000000..0ecf26f3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib653.c" "external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.o.d" + "" "external/curl/tests/libtest/lib653" "gcc" "external/curl/tests/libtest/CMakeFiles/lib653.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make new file mode 100644 index 00000000..aa04522d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib653.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib653.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib653.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib653.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib653.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.o: external/curl/tests/libtest/CMakeFiles/lib653.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib653.c +external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.o: external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.o -MF CMakeFiles/lib653.dir/lib653.c.o.d -o CMakeFiles/lib653.dir/lib653.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib653.c + +external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib653.dir/lib653.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib653.c > CMakeFiles/lib653.dir/lib653.c.i + +external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib653.dir/lib653.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib653.c -o CMakeFiles/lib653.dir/lib653.c.s + +external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib653.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.o -MF CMakeFiles/lib653.dir/first.c.o.d -o CMakeFiles/lib653.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib653.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib653.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib653.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib653.dir/first.c.s + +# Object files for target lib653 +lib653_OBJECTS = \ +"CMakeFiles/lib653.dir/lib653.c.o" \ +"CMakeFiles/lib653.dir/first.c.o" + +# External object files for target lib653 +lib653_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib653: external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.o +external/curl/tests/libtest/lib653: external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.o +external/curl/tests/libtest/lib653: external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make +external/curl/tests/libtest/lib653: external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.ts +external/curl/tests/libtest/lib653: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib653: /usr/lib/libz.so +external/curl/tests/libtest/lib653: external/curl/tests/libtest/CMakeFiles/lib653.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib653" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib653.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib653.dir/build: external/curl/tests/libtest/lib653 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib653.dir/build + +external/curl/tests/libtest/CMakeFiles/lib653.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib653.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib653.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib653.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib653.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib653.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/cmake_clean.cmake new file mode 100644 index 00000000..f7b2b1cf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib653.dir/link.d" + "CMakeFiles/lib653.dir/first.c.o" + "CMakeFiles/lib653.dir/first.c.o.d" + "CMakeFiles/lib653.dir/lib653.c.o" + "CMakeFiles/lib653.dir/lib653.c.o.d" + "lib653" + "lib653.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib653.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.make new file mode 100644 index 00000000..eaeef7cf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib653. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.ts new file mode 100644 index 00000000..f5ad2768 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib653. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/depend.make new file mode 100644 index 00000000..53268deb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib653. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/flags.make new file mode 100644 index 00000000..7406c79c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB653 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/link.txt new file mode 100644 index 00000000..c4c9f803 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib653.dir/link.d CMakeFiles/lib653.dir/lib653.c.o CMakeFiles/lib653.dir/first.c.o -o lib653 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/progress.make new file mode 100644 index 00000000..88409276 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = 79 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/DependInfo.cmake new file mode 100644 index 00000000..32ebc3ec --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib654.c" "external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.o.d" + "" "external/curl/tests/libtest/lib654" "gcc" "external/curl/tests/libtest/CMakeFiles/lib654.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make new file mode 100644 index 00000000..44e087df --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib654.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib654.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib654.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib654.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib654.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.o: external/curl/tests/libtest/CMakeFiles/lib654.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib654.c +external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.o: external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.o -MF CMakeFiles/lib654.dir/lib654.c.o.d -o CMakeFiles/lib654.dir/lib654.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib654.c + +external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib654.dir/lib654.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib654.c > CMakeFiles/lib654.dir/lib654.c.i + +external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib654.dir/lib654.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib654.c -o CMakeFiles/lib654.dir/lib654.c.s + +external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib654.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.o -MF CMakeFiles/lib654.dir/first.c.o.d -o CMakeFiles/lib654.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib654.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib654.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib654.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib654.dir/first.c.s + +# Object files for target lib654 +lib654_OBJECTS = \ +"CMakeFiles/lib654.dir/lib654.c.o" \ +"CMakeFiles/lib654.dir/first.c.o" + +# External object files for target lib654 +lib654_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib654: external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.o +external/curl/tests/libtest/lib654: external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.o +external/curl/tests/libtest/lib654: external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make +external/curl/tests/libtest/lib654: external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.ts +external/curl/tests/libtest/lib654: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib654: /usr/lib/libz.so +external/curl/tests/libtest/lib654: external/curl/tests/libtest/CMakeFiles/lib654.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib654" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib654.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib654.dir/build: external/curl/tests/libtest/lib654 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib654.dir/build + +external/curl/tests/libtest/CMakeFiles/lib654.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib654.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib654.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib654.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib654.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib654.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/cmake_clean.cmake new file mode 100644 index 00000000..d4b790e6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib654.dir/link.d" + "CMakeFiles/lib654.dir/first.c.o" + "CMakeFiles/lib654.dir/first.c.o.d" + "CMakeFiles/lib654.dir/lib654.c.o" + "CMakeFiles/lib654.dir/lib654.c.o.d" + "lib654" + "lib654.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib654.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.make new file mode 100644 index 00000000..d35fd445 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib654. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.ts new file mode 100644 index 00000000..89c08101 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib654. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/depend.make new file mode 100644 index 00000000..bee8877a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib654. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/flags.make new file mode 100644 index 00000000..3244d377 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB654 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/link.txt new file mode 100644 index 00000000..0bc6fc6f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib654.dir/link.d CMakeFiles/lib654.dir/lib654.c.o CMakeFiles/lib654.dir/first.c.o -o lib654 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/DependInfo.cmake new file mode 100644 index 00000000..68c01a90 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib655.c" "external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.o.d" + "" "external/curl/tests/libtest/lib655" "gcc" "external/curl/tests/libtest/CMakeFiles/lib655.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make new file mode 100644 index 00000000..780ac9ac --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib655.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib655.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib655.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib655.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib655.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.o: external/curl/tests/libtest/CMakeFiles/lib655.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib655.c +external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.o: external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.o -MF CMakeFiles/lib655.dir/lib655.c.o.d -o CMakeFiles/lib655.dir/lib655.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib655.c + +external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib655.dir/lib655.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib655.c > CMakeFiles/lib655.dir/lib655.c.i + +external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib655.dir/lib655.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib655.c -o CMakeFiles/lib655.dir/lib655.c.s + +external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib655.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.o -MF CMakeFiles/lib655.dir/first.c.o.d -o CMakeFiles/lib655.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib655.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib655.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib655.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib655.dir/first.c.s + +# Object files for target lib655 +lib655_OBJECTS = \ +"CMakeFiles/lib655.dir/lib655.c.o" \ +"CMakeFiles/lib655.dir/first.c.o" + +# External object files for target lib655 +lib655_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib655: external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.o +external/curl/tests/libtest/lib655: external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.o +external/curl/tests/libtest/lib655: external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make +external/curl/tests/libtest/lib655: external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.ts +external/curl/tests/libtest/lib655: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib655: /usr/lib/libz.so +external/curl/tests/libtest/lib655: external/curl/tests/libtest/CMakeFiles/lib655.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib655" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib655.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib655.dir/build: external/curl/tests/libtest/lib655 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib655.dir/build + +external/curl/tests/libtest/CMakeFiles/lib655.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib655.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib655.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib655.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib655.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib655.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/cmake_clean.cmake new file mode 100644 index 00000000..fce57889 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib655.dir/link.d" + "CMakeFiles/lib655.dir/first.c.o" + "CMakeFiles/lib655.dir/first.c.o.d" + "CMakeFiles/lib655.dir/lib655.c.o" + "CMakeFiles/lib655.dir/lib655.c.o.d" + "lib655" + "lib655.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib655.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.make new file mode 100644 index 00000000..86e2e377 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib655. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.ts new file mode 100644 index 00000000..20bc5bc0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib655. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/depend.make new file mode 100644 index 00000000..5014c04d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib655. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/flags.make new file mode 100644 index 00000000..0d600aa6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB655 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/link.txt new file mode 100644 index 00000000..2ae81336 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib655.dir/link.d CMakeFiles/lib655.dir/lib655.c.o CMakeFiles/lib655.dir/first.c.o -o lib655 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/DependInfo.cmake new file mode 100644 index 00000000..b56fcbfb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib658.c" "external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib658" "gcc" "external/curl/tests/libtest/CMakeFiles/lib658.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make new file mode 100644 index 00000000..1ad14fbc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib658.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib658.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib658.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib658.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib658.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.o: external/curl/tests/libtest/CMakeFiles/lib658.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib658.c +external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.o: external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.o -MF CMakeFiles/lib658.dir/lib658.c.o.d -o CMakeFiles/lib658.dir/lib658.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib658.c + +external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib658.dir/lib658.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib658.c > CMakeFiles/lib658.dir/lib658.c.i + +external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib658.dir/lib658.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib658.c -o CMakeFiles/lib658.dir/lib658.c.s + +external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib658.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.o -MF CMakeFiles/lib658.dir/first.c.o.d -o CMakeFiles/lib658.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib658.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib658.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib658.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib658.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib658.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.o -MF CMakeFiles/lib658.dir/testutil.c.o.d -o CMakeFiles/lib658.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib658.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib658.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib658.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib658.dir/testutil.c.s + +# Object files for target lib658 +lib658_OBJECTS = \ +"CMakeFiles/lib658.dir/lib658.c.o" \ +"CMakeFiles/lib658.dir/first.c.o" \ +"CMakeFiles/lib658.dir/testutil.c.o" + +# External object files for target lib658 +lib658_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib658: external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.o +external/curl/tests/libtest/lib658: external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.o +external/curl/tests/libtest/lib658: external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.o +external/curl/tests/libtest/lib658: external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make +external/curl/tests/libtest/lib658: external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.ts +external/curl/tests/libtest/lib658: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib658: /usr/lib/libz.so +external/curl/tests/libtest/lib658: external/curl/tests/libtest/CMakeFiles/lib658.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib658" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib658.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib658.dir/build: external/curl/tests/libtest/lib658 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib658.dir/build + +external/curl/tests/libtest/CMakeFiles/lib658.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib658.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib658.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib658.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib658.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib658.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/cmake_clean.cmake new file mode 100644 index 00000000..50f0a27b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib658.dir/link.d" + "CMakeFiles/lib658.dir/first.c.o" + "CMakeFiles/lib658.dir/first.c.o.d" + "CMakeFiles/lib658.dir/lib658.c.o" + "CMakeFiles/lib658.dir/lib658.c.o.d" + "CMakeFiles/lib658.dir/testutil.c.o" + "CMakeFiles/lib658.dir/testutil.c.o.d" + "lib658" + "lib658.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib658.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.make new file mode 100644 index 00000000..c869c748 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib658. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.ts new file mode 100644 index 00000000..a3d3251b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib658. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/depend.make new file mode 100644 index 00000000..7f604929 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib658. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/flags.make new file mode 100644 index 00000000..804725ba --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB658 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/link.txt new file mode 100644 index 00000000..f7da5694 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib658.dir/link.d CMakeFiles/lib658.dir/lib658.c.o CMakeFiles/lib658.dir/first.c.o CMakeFiles/lib658.dir/testutil.c.o -o lib658 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/DependInfo.cmake new file mode 100644 index 00000000..21ff08eb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib659.c" "external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib659" "gcc" "external/curl/tests/libtest/CMakeFiles/lib659.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make new file mode 100644 index 00000000..18cc1765 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib659.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib659.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib659.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib659.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib659.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.o: external/curl/tests/libtest/CMakeFiles/lib659.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib659.c +external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.o: external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.o -MF CMakeFiles/lib659.dir/lib659.c.o.d -o CMakeFiles/lib659.dir/lib659.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib659.c + +external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib659.dir/lib659.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib659.c > CMakeFiles/lib659.dir/lib659.c.i + +external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib659.dir/lib659.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib659.c -o CMakeFiles/lib659.dir/lib659.c.s + +external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib659.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.o -MF CMakeFiles/lib659.dir/first.c.o.d -o CMakeFiles/lib659.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib659.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib659.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib659.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib659.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib659.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.o -MF CMakeFiles/lib659.dir/testutil.c.o.d -o CMakeFiles/lib659.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib659.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib659.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib659.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib659.dir/testutil.c.s + +# Object files for target lib659 +lib659_OBJECTS = \ +"CMakeFiles/lib659.dir/lib659.c.o" \ +"CMakeFiles/lib659.dir/first.c.o" \ +"CMakeFiles/lib659.dir/testutil.c.o" + +# External object files for target lib659 +lib659_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib659: external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.o +external/curl/tests/libtest/lib659: external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.o +external/curl/tests/libtest/lib659: external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.o +external/curl/tests/libtest/lib659: external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make +external/curl/tests/libtest/lib659: external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.ts +external/curl/tests/libtest/lib659: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib659: /usr/lib/libz.so +external/curl/tests/libtest/lib659: external/curl/tests/libtest/CMakeFiles/lib659.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib659" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib659.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib659.dir/build: external/curl/tests/libtest/lib659 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib659.dir/build + +external/curl/tests/libtest/CMakeFiles/lib659.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib659.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib659.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib659.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib659.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib659.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/cmake_clean.cmake new file mode 100644 index 00000000..818e0fbf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib659.dir/link.d" + "CMakeFiles/lib659.dir/first.c.o" + "CMakeFiles/lib659.dir/first.c.o.d" + "CMakeFiles/lib659.dir/lib659.c.o" + "CMakeFiles/lib659.dir/lib659.c.o.d" + "CMakeFiles/lib659.dir/testutil.c.o" + "CMakeFiles/lib659.dir/testutil.c.o.d" + "lib659" + "lib659.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib659.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.make new file mode 100644 index 00000000..3e0b33e3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib659. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.ts new file mode 100644 index 00000000..1203520e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib659. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/depend.make new file mode 100644 index 00000000..965f3424 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib659. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/flags.make new file mode 100644 index 00000000..065ee86f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB659 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/link.txt new file mode 100644 index 00000000..3e756262 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib659.dir/link.d CMakeFiles/lib659.dir/lib659.c.o CMakeFiles/lib659.dir/first.c.o CMakeFiles/lib659.dir/testutil.c.o -o lib659 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/DependInfo.cmake new file mode 100644 index 00000000..7949a747 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib661.c" "external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.o.d" + "" "external/curl/tests/libtest/lib661" "gcc" "external/curl/tests/libtest/CMakeFiles/lib661.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make new file mode 100644 index 00000000..c3d81b2d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib661.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib661.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib661.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib661.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib661.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.o: external/curl/tests/libtest/CMakeFiles/lib661.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib661.c +external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.o: external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.o -MF CMakeFiles/lib661.dir/lib661.c.o.d -o CMakeFiles/lib661.dir/lib661.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib661.c + +external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib661.dir/lib661.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib661.c > CMakeFiles/lib661.dir/lib661.c.i + +external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib661.dir/lib661.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib661.c -o CMakeFiles/lib661.dir/lib661.c.s + +external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib661.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.o -MF CMakeFiles/lib661.dir/first.c.o.d -o CMakeFiles/lib661.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib661.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib661.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib661.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib661.dir/first.c.s + +# Object files for target lib661 +lib661_OBJECTS = \ +"CMakeFiles/lib661.dir/lib661.c.o" \ +"CMakeFiles/lib661.dir/first.c.o" + +# External object files for target lib661 +lib661_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib661: external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.o +external/curl/tests/libtest/lib661: external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.o +external/curl/tests/libtest/lib661: external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make +external/curl/tests/libtest/lib661: external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.ts +external/curl/tests/libtest/lib661: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib661: /usr/lib/libz.so +external/curl/tests/libtest/lib661: external/curl/tests/libtest/CMakeFiles/lib661.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib661" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib661.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib661.dir/build: external/curl/tests/libtest/lib661 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib661.dir/build + +external/curl/tests/libtest/CMakeFiles/lib661.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib661.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib661.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib661.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib661.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib661.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/cmake_clean.cmake new file mode 100644 index 00000000..19218ec7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib661.dir/link.d" + "CMakeFiles/lib661.dir/first.c.o" + "CMakeFiles/lib661.dir/first.c.o.d" + "CMakeFiles/lib661.dir/lib661.c.o" + "CMakeFiles/lib661.dir/lib661.c.o.d" + "lib661" + "lib661.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib661.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.make new file mode 100644 index 00000000..71c81267 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib661. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.ts new file mode 100644 index 00000000..812cbb1b --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib661. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/depend.make new file mode 100644 index 00000000..31c79ef4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib661. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/flags.make new file mode 100644 index 00000000..af5abd38 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB661 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/link.txt new file mode 100644 index 00000000..805922bd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib661.dir/link.d CMakeFiles/lib661.dir/lib661.c.o CMakeFiles/lib661.dir/first.c.o -o lib661 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/DependInfo.cmake new file mode 100644 index 00000000..c0d29434 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib666.c" "external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.o.d" + "" "external/curl/tests/libtest/lib666" "gcc" "external/curl/tests/libtest/CMakeFiles/lib666.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make new file mode 100644 index 00000000..30a32de9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib666.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib666.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib666.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib666.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib666.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.o: external/curl/tests/libtest/CMakeFiles/lib666.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib666.c +external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.o: external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.o -MF CMakeFiles/lib666.dir/lib666.c.o.d -o CMakeFiles/lib666.dir/lib666.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib666.c + +external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib666.dir/lib666.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib666.c > CMakeFiles/lib666.dir/lib666.c.i + +external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib666.dir/lib666.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib666.c -o CMakeFiles/lib666.dir/lib666.c.s + +external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib666.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.o -MF CMakeFiles/lib666.dir/first.c.o.d -o CMakeFiles/lib666.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib666.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib666.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib666.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib666.dir/first.c.s + +# Object files for target lib666 +lib666_OBJECTS = \ +"CMakeFiles/lib666.dir/lib666.c.o" \ +"CMakeFiles/lib666.dir/first.c.o" + +# External object files for target lib666 +lib666_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib666: external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.o +external/curl/tests/libtest/lib666: external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.o +external/curl/tests/libtest/lib666: external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make +external/curl/tests/libtest/lib666: external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.ts +external/curl/tests/libtest/lib666: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib666: /usr/lib/libz.so +external/curl/tests/libtest/lib666: external/curl/tests/libtest/CMakeFiles/lib666.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib666" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib666.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib666.dir/build: external/curl/tests/libtest/lib666 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib666.dir/build + +external/curl/tests/libtest/CMakeFiles/lib666.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib666.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib666.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib666.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib666.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib666.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/cmake_clean.cmake new file mode 100644 index 00000000..9f884001 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib666.dir/link.d" + "CMakeFiles/lib666.dir/first.c.o" + "CMakeFiles/lib666.dir/first.c.o.d" + "CMakeFiles/lib666.dir/lib666.c.o" + "CMakeFiles/lib666.dir/lib666.c.o.d" + "lib666" + "lib666.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib666.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.make new file mode 100644 index 00000000..fef6bdbf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib666. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.ts new file mode 100644 index 00000000..67cb0904 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib666. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/depend.make new file mode 100644 index 00000000..c947b385 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib666. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/flags.make new file mode 100644 index 00000000..6a9555e5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB666 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/link.txt new file mode 100644 index 00000000..2e7431e0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib666.dir/link.d CMakeFiles/lib666.dir/lib666.c.o CMakeFiles/lib666.dir/first.c.o -o lib666 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/DependInfo.cmake new file mode 100644 index 00000000..25eb3d06 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib667.c" "external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib667" "gcc" "external/curl/tests/libtest/CMakeFiles/lib667.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make new file mode 100644 index 00000000..9a68bce9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib667.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib667.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib667.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib667.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib667.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.o: external/curl/tests/libtest/CMakeFiles/lib667.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib667.c +external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.o: external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.o -MF CMakeFiles/lib667.dir/lib667.c.o.d -o CMakeFiles/lib667.dir/lib667.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib667.c + +external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib667.dir/lib667.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib667.c > CMakeFiles/lib667.dir/lib667.c.i + +external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib667.dir/lib667.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib667.c -o CMakeFiles/lib667.dir/lib667.c.s + +external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib667.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.o -MF CMakeFiles/lib667.dir/first.c.o.d -o CMakeFiles/lib667.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib667.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib667.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib667.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib667.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib667.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.o -MF CMakeFiles/lib667.dir/testutil.c.o.d -o CMakeFiles/lib667.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib667.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib667.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib667.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib667.dir/testutil.c.s + +# Object files for target lib667 +lib667_OBJECTS = \ +"CMakeFiles/lib667.dir/lib667.c.o" \ +"CMakeFiles/lib667.dir/first.c.o" \ +"CMakeFiles/lib667.dir/testutil.c.o" + +# External object files for target lib667 +lib667_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib667: external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.o +external/curl/tests/libtest/lib667: external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.o +external/curl/tests/libtest/lib667: external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.o +external/curl/tests/libtest/lib667: external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make +external/curl/tests/libtest/lib667: external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.ts +external/curl/tests/libtest/lib667: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib667: /usr/lib/libz.so +external/curl/tests/libtest/lib667: external/curl/tests/libtest/CMakeFiles/lib667.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib667" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib667.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib667.dir/build: external/curl/tests/libtest/lib667 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib667.dir/build + +external/curl/tests/libtest/CMakeFiles/lib667.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib667.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib667.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib667.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib667.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib667.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/cmake_clean.cmake new file mode 100644 index 00000000..6a097eae --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib667.dir/link.d" + "CMakeFiles/lib667.dir/first.c.o" + "CMakeFiles/lib667.dir/first.c.o.d" + "CMakeFiles/lib667.dir/lib667.c.o" + "CMakeFiles/lib667.dir/lib667.c.o.d" + "CMakeFiles/lib667.dir/testutil.c.o" + "CMakeFiles/lib667.dir/testutil.c.o.d" + "lib667" + "lib667.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib667.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.make new file mode 100644 index 00000000..8aca13a8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib667. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.ts new file mode 100644 index 00000000..91219f9a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib667. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/depend.make new file mode 100644 index 00000000..a7639a2f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib667. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/flags.make new file mode 100644 index 00000000..9197c66a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB667 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/link.txt new file mode 100644 index 00000000..84dda895 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib667.dir/link.d CMakeFiles/lib667.dir/lib667.c.o CMakeFiles/lib667.dir/first.c.o CMakeFiles/lib667.dir/testutil.c.o -o lib667 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/DependInfo.cmake new file mode 100644 index 00000000..378f9427 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib668.c" "external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib668" "gcc" "external/curl/tests/libtest/CMakeFiles/lib668.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make new file mode 100644 index 00000000..c7bbc6d7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib668.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib668.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib668.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib668.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib668.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.o: external/curl/tests/libtest/CMakeFiles/lib668.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib668.c +external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.o: external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.o -MF CMakeFiles/lib668.dir/lib668.c.o.d -o CMakeFiles/lib668.dir/lib668.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib668.c + +external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib668.dir/lib668.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib668.c > CMakeFiles/lib668.dir/lib668.c.i + +external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib668.dir/lib668.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib668.c -o CMakeFiles/lib668.dir/lib668.c.s + +external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib668.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.o -MF CMakeFiles/lib668.dir/first.c.o.d -o CMakeFiles/lib668.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib668.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib668.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib668.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib668.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib668.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.o -MF CMakeFiles/lib668.dir/testutil.c.o.d -o CMakeFiles/lib668.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib668.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib668.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib668.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib668.dir/testutil.c.s + +# Object files for target lib668 +lib668_OBJECTS = \ +"CMakeFiles/lib668.dir/lib668.c.o" \ +"CMakeFiles/lib668.dir/first.c.o" \ +"CMakeFiles/lib668.dir/testutil.c.o" + +# External object files for target lib668 +lib668_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib668: external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.o +external/curl/tests/libtest/lib668: external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.o +external/curl/tests/libtest/lib668: external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.o +external/curl/tests/libtest/lib668: external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make +external/curl/tests/libtest/lib668: external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.ts +external/curl/tests/libtest/lib668: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib668: /usr/lib/libz.so +external/curl/tests/libtest/lib668: external/curl/tests/libtest/CMakeFiles/lib668.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib668" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib668.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib668.dir/build: external/curl/tests/libtest/lib668 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib668.dir/build + +external/curl/tests/libtest/CMakeFiles/lib668.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib668.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib668.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib668.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib668.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib668.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/cmake_clean.cmake new file mode 100644 index 00000000..aa42a5f2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib668.dir/link.d" + "CMakeFiles/lib668.dir/first.c.o" + "CMakeFiles/lib668.dir/first.c.o.d" + "CMakeFiles/lib668.dir/lib668.c.o" + "CMakeFiles/lib668.dir/lib668.c.o.d" + "CMakeFiles/lib668.dir/testutil.c.o" + "CMakeFiles/lib668.dir/testutil.c.o.d" + "lib668" + "lib668.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib668.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.make new file mode 100644 index 00000000..8681c12a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib668. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.ts new file mode 100644 index 00000000..7b616425 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib668. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/depend.make new file mode 100644 index 00000000..d3769a49 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib668. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/flags.make new file mode 100644 index 00000000..47450f82 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB668 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/link.txt new file mode 100644 index 00000000..997ff878 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib668.dir/link.d CMakeFiles/lib668.dir/lib668.c.o CMakeFiles/lib668.dir/first.c.o CMakeFiles/lib668.dir/testutil.c.o -o lib668 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/progress.make new file mode 100644 index 00000000..3c64c1cc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 80 +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/DependInfo.cmake new file mode 100644 index 00000000..fc272d70 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c" "external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib670" "gcc" "external/curl/tests/libtest/CMakeFiles/lib670.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make new file mode 100644 index 00000000..b7dfd0bb --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib670.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib670.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib670.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib670.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib670.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.o: external/curl/tests/libtest/CMakeFiles/lib670.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c +external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.o: external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.o -MF CMakeFiles/lib670.dir/lib670.c.o.d -o CMakeFiles/lib670.dir/lib670.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c + +external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib670.dir/lib670.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c > CMakeFiles/lib670.dir/lib670.c.i + +external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib670.dir/lib670.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c -o CMakeFiles/lib670.dir/lib670.c.s + +external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib670.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.o -MF CMakeFiles/lib670.dir/first.c.o.d -o CMakeFiles/lib670.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib670.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib670.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib670.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib670.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib670.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.o -MF CMakeFiles/lib670.dir/testutil.c.o.d -o CMakeFiles/lib670.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib670.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib670.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib670.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib670.dir/testutil.c.s + +# Object files for target lib670 +lib670_OBJECTS = \ +"CMakeFiles/lib670.dir/lib670.c.o" \ +"CMakeFiles/lib670.dir/first.c.o" \ +"CMakeFiles/lib670.dir/testutil.c.o" + +# External object files for target lib670 +lib670_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib670: external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.o +external/curl/tests/libtest/lib670: external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.o +external/curl/tests/libtest/lib670: external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.o +external/curl/tests/libtest/lib670: external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make +external/curl/tests/libtest/lib670: external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.ts +external/curl/tests/libtest/lib670: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib670: /usr/lib/libz.so +external/curl/tests/libtest/lib670: external/curl/tests/libtest/CMakeFiles/lib670.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib670" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib670.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib670.dir/build: external/curl/tests/libtest/lib670 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib670.dir/build + +external/curl/tests/libtest/CMakeFiles/lib670.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib670.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib670.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib670.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib670.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib670.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/cmake_clean.cmake new file mode 100644 index 00000000..0b1eaf2c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib670.dir/link.d" + "CMakeFiles/lib670.dir/first.c.o" + "CMakeFiles/lib670.dir/first.c.o.d" + "CMakeFiles/lib670.dir/lib670.c.o" + "CMakeFiles/lib670.dir/lib670.c.o.d" + "CMakeFiles/lib670.dir/testutil.c.o" + "CMakeFiles/lib670.dir/testutil.c.o.d" + "lib670" + "lib670.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib670.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.make new file mode 100644 index 00000000..84955d2c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib670. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.ts new file mode 100644 index 00000000..edfc7da4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib670. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/depend.make new file mode 100644 index 00000000..0ae40f42 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib670. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/flags.make new file mode 100644 index 00000000..c7ca9bdd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB670 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/link.txt new file mode 100644 index 00000000..2a5c5179 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib670.dir/link.d CMakeFiles/lib670.dir/lib670.c.o CMakeFiles/lib670.dir/first.c.o CMakeFiles/lib670.dir/testutil.c.o -o lib670 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/DependInfo.cmake new file mode 100644 index 00000000..d14b63e3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c" "external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib671" "gcc" "external/curl/tests/libtest/CMakeFiles/lib671.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make new file mode 100644 index 00000000..36599ade --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib671.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib671.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib671.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib671.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib671.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.o: external/curl/tests/libtest/CMakeFiles/lib671.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c +external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.o: external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.o -MF CMakeFiles/lib671.dir/lib670.c.o.d -o CMakeFiles/lib671.dir/lib670.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c + +external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib671.dir/lib670.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c > CMakeFiles/lib671.dir/lib670.c.i + +external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib671.dir/lib670.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c -o CMakeFiles/lib671.dir/lib670.c.s + +external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib671.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.o -MF CMakeFiles/lib671.dir/first.c.o.d -o CMakeFiles/lib671.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib671.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib671.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib671.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib671.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib671.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.o -MF CMakeFiles/lib671.dir/testutil.c.o.d -o CMakeFiles/lib671.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib671.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib671.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib671.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib671.dir/testutil.c.s + +# Object files for target lib671 +lib671_OBJECTS = \ +"CMakeFiles/lib671.dir/lib670.c.o" \ +"CMakeFiles/lib671.dir/first.c.o" \ +"CMakeFiles/lib671.dir/testutil.c.o" + +# External object files for target lib671 +lib671_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib671: external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.o +external/curl/tests/libtest/lib671: external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.o +external/curl/tests/libtest/lib671: external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.o +external/curl/tests/libtest/lib671: external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make +external/curl/tests/libtest/lib671: external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.ts +external/curl/tests/libtest/lib671: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib671: /usr/lib/libz.so +external/curl/tests/libtest/lib671: external/curl/tests/libtest/CMakeFiles/lib671.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib671" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib671.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib671.dir/build: external/curl/tests/libtest/lib671 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib671.dir/build + +external/curl/tests/libtest/CMakeFiles/lib671.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib671.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib671.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib671.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib671.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib671.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/cmake_clean.cmake new file mode 100644 index 00000000..33d97602 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib671.dir/link.d" + "CMakeFiles/lib671.dir/first.c.o" + "CMakeFiles/lib671.dir/first.c.o.d" + "CMakeFiles/lib671.dir/lib670.c.o" + "CMakeFiles/lib671.dir/lib670.c.o.d" + "CMakeFiles/lib671.dir/testutil.c.o" + "CMakeFiles/lib671.dir/testutil.c.o.d" + "lib671" + "lib671.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib671.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.make new file mode 100644 index 00000000..d3ced5fa --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib671. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.ts new file mode 100644 index 00000000..778f82df --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib671. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/depend.make new file mode 100644 index 00000000..af1720e3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib671. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/flags.make new file mode 100644 index 00000000..79eabdb8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB671 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/link.txt new file mode 100644 index 00000000..0b3b1837 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib671.dir/link.d CMakeFiles/lib671.dir/lib670.c.o CMakeFiles/lib671.dir/first.c.o CMakeFiles/lib671.dir/testutil.c.o -o lib671 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/DependInfo.cmake new file mode 100644 index 00000000..63294a9d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c" "external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib672" "gcc" "external/curl/tests/libtest/CMakeFiles/lib672.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make new file mode 100644 index 00000000..34b3369f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib672.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib672.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib672.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib672.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib672.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.o: external/curl/tests/libtest/CMakeFiles/lib672.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c +external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.o: external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.o -MF CMakeFiles/lib672.dir/lib670.c.o.d -o CMakeFiles/lib672.dir/lib670.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c + +external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib672.dir/lib670.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c > CMakeFiles/lib672.dir/lib670.c.i + +external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib672.dir/lib670.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c -o CMakeFiles/lib672.dir/lib670.c.s + +external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib672.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.o -MF CMakeFiles/lib672.dir/first.c.o.d -o CMakeFiles/lib672.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib672.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib672.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib672.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib672.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib672.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.o -MF CMakeFiles/lib672.dir/testutil.c.o.d -o CMakeFiles/lib672.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib672.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib672.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib672.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib672.dir/testutil.c.s + +# Object files for target lib672 +lib672_OBJECTS = \ +"CMakeFiles/lib672.dir/lib670.c.o" \ +"CMakeFiles/lib672.dir/first.c.o" \ +"CMakeFiles/lib672.dir/testutil.c.o" + +# External object files for target lib672 +lib672_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib672: external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.o +external/curl/tests/libtest/lib672: external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.o +external/curl/tests/libtest/lib672: external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.o +external/curl/tests/libtest/lib672: external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make +external/curl/tests/libtest/lib672: external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.ts +external/curl/tests/libtest/lib672: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib672: /usr/lib/libz.so +external/curl/tests/libtest/lib672: external/curl/tests/libtest/CMakeFiles/lib672.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib672" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib672.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib672.dir/build: external/curl/tests/libtest/lib672 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib672.dir/build + +external/curl/tests/libtest/CMakeFiles/lib672.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib672.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib672.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib672.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib672.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib672.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/cmake_clean.cmake new file mode 100644 index 00000000..fbbd8ce2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib672.dir/link.d" + "CMakeFiles/lib672.dir/first.c.o" + "CMakeFiles/lib672.dir/first.c.o.d" + "CMakeFiles/lib672.dir/lib670.c.o" + "CMakeFiles/lib672.dir/lib670.c.o.d" + "CMakeFiles/lib672.dir/testutil.c.o" + "CMakeFiles/lib672.dir/testutil.c.o.d" + "lib672" + "lib672.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib672.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.make new file mode 100644 index 00000000..d176ada8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib672. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.ts new file mode 100644 index 00000000..71b6db92 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib672. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/depend.make new file mode 100644 index 00000000..ccf933dd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib672. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/flags.make new file mode 100644 index 00000000..e5e31193 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB672 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/link.txt new file mode 100644 index 00000000..cf99c382 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib672.dir/link.d CMakeFiles/lib672.dir/lib670.c.o CMakeFiles/lib672.dir/first.c.o CMakeFiles/lib672.dir/testutil.c.o -o lib672 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/DependInfo.cmake new file mode 100644 index 00000000..967f955a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c" "external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib673" "gcc" "external/curl/tests/libtest/CMakeFiles/lib673.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make new file mode 100644 index 00000000..94726e2a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib673.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib673.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib673.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib673.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib673.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.o: external/curl/tests/libtest/CMakeFiles/lib673.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c +external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.o: external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.o -MF CMakeFiles/lib673.dir/lib670.c.o.d -o CMakeFiles/lib673.dir/lib670.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c + +external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib673.dir/lib670.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c > CMakeFiles/lib673.dir/lib670.c.i + +external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib673.dir/lib670.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c -o CMakeFiles/lib673.dir/lib670.c.s + +external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib673.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.o -MF CMakeFiles/lib673.dir/first.c.o.d -o CMakeFiles/lib673.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib673.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib673.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib673.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib673.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib673.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.o -MF CMakeFiles/lib673.dir/testutil.c.o.d -o CMakeFiles/lib673.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib673.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib673.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib673.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib673.dir/testutil.c.s + +# Object files for target lib673 +lib673_OBJECTS = \ +"CMakeFiles/lib673.dir/lib670.c.o" \ +"CMakeFiles/lib673.dir/first.c.o" \ +"CMakeFiles/lib673.dir/testutil.c.o" + +# External object files for target lib673 +lib673_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib673: external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.o +external/curl/tests/libtest/lib673: external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.o +external/curl/tests/libtest/lib673: external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.o +external/curl/tests/libtest/lib673: external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make +external/curl/tests/libtest/lib673: external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.ts +external/curl/tests/libtest/lib673: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib673: /usr/lib/libz.so +external/curl/tests/libtest/lib673: external/curl/tests/libtest/CMakeFiles/lib673.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib673" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib673.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib673.dir/build: external/curl/tests/libtest/lib673 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib673.dir/build + +external/curl/tests/libtest/CMakeFiles/lib673.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib673.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib673.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib673.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib673.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib673.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/cmake_clean.cmake new file mode 100644 index 00000000..100d253f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib673.dir/link.d" + "CMakeFiles/lib673.dir/first.c.o" + "CMakeFiles/lib673.dir/first.c.o.d" + "CMakeFiles/lib673.dir/lib670.c.o" + "CMakeFiles/lib673.dir/lib670.c.o.d" + "CMakeFiles/lib673.dir/testutil.c.o" + "CMakeFiles/lib673.dir/testutil.c.o.d" + "lib673" + "lib673.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib673.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.make new file mode 100644 index 00000000..482456f9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib673. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.ts new file mode 100644 index 00000000..5f50523d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib673. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/depend.make new file mode 100644 index 00000000..bb259390 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib673. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/flags.make new file mode 100644 index 00000000..ab0f1728 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB673 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/link.txt new file mode 100644 index 00000000..6c702753 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib673.dir/link.d CMakeFiles/lib673.dir/lib670.c.o CMakeFiles/lib673.dir/first.c.o CMakeFiles/lib673.dir/testutil.c.o -o lib673 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/DependInfo.cmake new file mode 100644 index 00000000..a8a1c4a5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib674.c" "external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib674" "gcc" "external/curl/tests/libtest/CMakeFiles/lib674.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make new file mode 100644 index 00000000..7e973fb4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib674.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib674.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib674.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib674.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib674.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.o: external/curl/tests/libtest/CMakeFiles/lib674.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib674.c +external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.o: external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.o -MF CMakeFiles/lib674.dir/lib674.c.o.d -o CMakeFiles/lib674.dir/lib674.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib674.c + +external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib674.dir/lib674.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib674.c > CMakeFiles/lib674.dir/lib674.c.i + +external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib674.dir/lib674.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib674.c -o CMakeFiles/lib674.dir/lib674.c.s + +external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib674.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.o -MF CMakeFiles/lib674.dir/first.c.o.d -o CMakeFiles/lib674.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib674.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib674.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib674.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib674.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib674.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.o -MF CMakeFiles/lib674.dir/testutil.c.o.d -o CMakeFiles/lib674.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib674.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib674.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib674.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib674.dir/testutil.c.s + +# Object files for target lib674 +lib674_OBJECTS = \ +"CMakeFiles/lib674.dir/lib674.c.o" \ +"CMakeFiles/lib674.dir/first.c.o" \ +"CMakeFiles/lib674.dir/testutil.c.o" + +# External object files for target lib674 +lib674_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib674: external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.o +external/curl/tests/libtest/lib674: external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.o +external/curl/tests/libtest/lib674: external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.o +external/curl/tests/libtest/lib674: external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make +external/curl/tests/libtest/lib674: external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.ts +external/curl/tests/libtest/lib674: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib674: /usr/lib/libz.so +external/curl/tests/libtest/lib674: external/curl/tests/libtest/CMakeFiles/lib674.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib674" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib674.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib674.dir/build: external/curl/tests/libtest/lib674 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib674.dir/build + +external/curl/tests/libtest/CMakeFiles/lib674.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib674.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib674.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib674.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib674.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib674.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/cmake_clean.cmake new file mode 100644 index 00000000..4f0e03da --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib674.dir/link.d" + "CMakeFiles/lib674.dir/first.c.o" + "CMakeFiles/lib674.dir/first.c.o.d" + "CMakeFiles/lib674.dir/lib674.c.o" + "CMakeFiles/lib674.dir/lib674.c.o.d" + "CMakeFiles/lib674.dir/testutil.c.o" + "CMakeFiles/lib674.dir/testutil.c.o.d" + "lib674" + "lib674.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib674.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.make new file mode 100644 index 00000000..cba6627a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib674. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.ts new file mode 100644 index 00000000..81c64aa9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib674. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/depend.make new file mode 100644 index 00000000..e760fa4d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib674. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/flags.make new file mode 100644 index 00000000..8e8fb936 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB674 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/link.txt new file mode 100644 index 00000000..3ce213f7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib674.dir/link.d CMakeFiles/lib674.dir/lib674.c.o CMakeFiles/lib674.dir/first.c.o CMakeFiles/lib674.dir/testutil.c.o -o lib674 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/DependInfo.cmake new file mode 100644 index 00000000..24bdc92f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib676.c" "external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib676" "gcc" "external/curl/tests/libtest/CMakeFiles/lib676.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make new file mode 100644 index 00000000..55afd269 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib676.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib676.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib676.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib676.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib676.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.o: external/curl/tests/libtest/CMakeFiles/lib676.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib676.c +external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.o: external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.o -MF CMakeFiles/lib676.dir/lib676.c.o.d -o CMakeFiles/lib676.dir/lib676.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib676.c + +external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib676.dir/lib676.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib676.c > CMakeFiles/lib676.dir/lib676.c.i + +external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib676.dir/lib676.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib676.c -o CMakeFiles/lib676.dir/lib676.c.s + +external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib676.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.o -MF CMakeFiles/lib676.dir/first.c.o.d -o CMakeFiles/lib676.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib676.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib676.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib676.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib676.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib676.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.o -MF CMakeFiles/lib676.dir/testutil.c.o.d -o CMakeFiles/lib676.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib676.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib676.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib676.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib676.dir/testutil.c.s + +# Object files for target lib676 +lib676_OBJECTS = \ +"CMakeFiles/lib676.dir/lib676.c.o" \ +"CMakeFiles/lib676.dir/first.c.o" \ +"CMakeFiles/lib676.dir/testutil.c.o" + +# External object files for target lib676 +lib676_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib676: external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.o +external/curl/tests/libtest/lib676: external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.o +external/curl/tests/libtest/lib676: external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.o +external/curl/tests/libtest/lib676: external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make +external/curl/tests/libtest/lib676: external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.ts +external/curl/tests/libtest/lib676: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib676: /usr/lib/libz.so +external/curl/tests/libtest/lib676: external/curl/tests/libtest/CMakeFiles/lib676.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib676" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib676.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib676.dir/build: external/curl/tests/libtest/lib676 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib676.dir/build + +external/curl/tests/libtest/CMakeFiles/lib676.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib676.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib676.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib676.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib676.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib676.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/cmake_clean.cmake new file mode 100644 index 00000000..f50b34d2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib676.dir/link.d" + "CMakeFiles/lib676.dir/first.c.o" + "CMakeFiles/lib676.dir/first.c.o.d" + "CMakeFiles/lib676.dir/lib676.c.o" + "CMakeFiles/lib676.dir/lib676.c.o.d" + "CMakeFiles/lib676.dir/testutil.c.o" + "CMakeFiles/lib676.dir/testutil.c.o.d" + "lib676" + "lib676.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib676.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.make new file mode 100644 index 00000000..8b2f6b41 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib676. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.ts new file mode 100644 index 00000000..ff1b7c04 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib676. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/depend.make new file mode 100644 index 00000000..9d287ebc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib676. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/flags.make new file mode 100644 index 00000000..be03d4db --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB676 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/link.txt new file mode 100644 index 00000000..b9cad17e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib676.dir/link.d CMakeFiles/lib676.dir/lib676.c.o CMakeFiles/lib676.dir/first.c.o CMakeFiles/lib676.dir/testutil.c.o -o lib676 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/DependInfo.cmake new file mode 100644 index 00000000..1b369d88 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib677.c" "external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib677" "gcc" "external/curl/tests/libtest/CMakeFiles/lib677.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make new file mode 100644 index 00000000..f10cbecd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib677.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib677.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib677.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib677.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib677.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.o: external/curl/tests/libtest/CMakeFiles/lib677.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib677.c +external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.o: external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.o -MF CMakeFiles/lib677.dir/lib677.c.o.d -o CMakeFiles/lib677.dir/lib677.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib677.c + +external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib677.dir/lib677.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib677.c > CMakeFiles/lib677.dir/lib677.c.i + +external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib677.dir/lib677.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib677.c -o CMakeFiles/lib677.dir/lib677.c.s + +external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib677.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.o -MF CMakeFiles/lib677.dir/first.c.o.d -o CMakeFiles/lib677.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib677.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib677.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib677.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib677.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib677.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.o -MF CMakeFiles/lib677.dir/testutil.c.o.d -o CMakeFiles/lib677.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib677.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib677.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib677.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib677.dir/testutil.c.s + +# Object files for target lib677 +lib677_OBJECTS = \ +"CMakeFiles/lib677.dir/lib677.c.o" \ +"CMakeFiles/lib677.dir/first.c.o" \ +"CMakeFiles/lib677.dir/testutil.c.o" + +# External object files for target lib677 +lib677_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib677: external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.o +external/curl/tests/libtest/lib677: external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.o +external/curl/tests/libtest/lib677: external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.o +external/curl/tests/libtest/lib677: external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make +external/curl/tests/libtest/lib677: external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.ts +external/curl/tests/libtest/lib677: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib677: /usr/lib/libz.so +external/curl/tests/libtest/lib677: external/curl/tests/libtest/CMakeFiles/lib677.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib677" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib677.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib677.dir/build: external/curl/tests/libtest/lib677 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib677.dir/build + +external/curl/tests/libtest/CMakeFiles/lib677.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib677.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib677.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib677.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib677.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib677.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/cmake_clean.cmake new file mode 100644 index 00000000..f24805f8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib677.dir/link.d" + "CMakeFiles/lib677.dir/first.c.o" + "CMakeFiles/lib677.dir/first.c.o.d" + "CMakeFiles/lib677.dir/lib677.c.o" + "CMakeFiles/lib677.dir/lib677.c.o.d" + "CMakeFiles/lib677.dir/testutil.c.o" + "CMakeFiles/lib677.dir/testutil.c.o.d" + "lib677" + "lib677.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib677.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.make new file mode 100644 index 00000000..c2170931 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib677. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.ts new file mode 100644 index 00000000..a052c4cd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib677. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/depend.make new file mode 100644 index 00000000..cf57ab04 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib677. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/flags.make new file mode 100644 index 00000000..2c08acb6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB677 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/link.txt new file mode 100644 index 00000000..a18893a4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib677.dir/link.d CMakeFiles/lib677.dir/lib677.c.o CMakeFiles/lib677.dir/first.c.o CMakeFiles/lib677.dir/testutil.c.o -o lib677 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/progress.make new file mode 100644 index 00000000..1d20bf12 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 81 +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/DependInfo.cmake new file mode 100644 index 00000000..1d89711f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib678.c" "external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/lib678" "gcc" "external/curl/tests/libtest/CMakeFiles/lib678.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make new file mode 100644 index 00000000..c20e8151 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib678.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib678.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib678.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib678.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib678.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.o: external/curl/tests/libtest/CMakeFiles/lib678.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib678.c +external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.o: external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.o -MF CMakeFiles/lib678.dir/lib678.c.o.d -o CMakeFiles/lib678.dir/lib678.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib678.c + +external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib678.dir/lib678.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib678.c > CMakeFiles/lib678.dir/lib678.c.i + +external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib678.dir/lib678.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib678.c -o CMakeFiles/lib678.dir/lib678.c.s + +external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib678.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.o -MF CMakeFiles/lib678.dir/first.c.o.d -o CMakeFiles/lib678.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib678.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib678.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib678.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib678.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib678.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.o -MF CMakeFiles/lib678.dir/testutil.c.o.d -o CMakeFiles/lib678.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib678.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib678.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib678.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib678.dir/testutil.c.s + +# Object files for target lib678 +lib678_OBJECTS = \ +"CMakeFiles/lib678.dir/lib678.c.o" \ +"CMakeFiles/lib678.dir/first.c.o" \ +"CMakeFiles/lib678.dir/testutil.c.o" + +# External object files for target lib678 +lib678_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib678: external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.o +external/curl/tests/libtest/lib678: external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.o +external/curl/tests/libtest/lib678: external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.o +external/curl/tests/libtest/lib678: external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make +external/curl/tests/libtest/lib678: external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.ts +external/curl/tests/libtest/lib678: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib678: /usr/lib/libz.so +external/curl/tests/libtest/lib678: external/curl/tests/libtest/CMakeFiles/lib678.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib678" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib678.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib678.dir/build: external/curl/tests/libtest/lib678 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib678.dir/build + +external/curl/tests/libtest/CMakeFiles/lib678.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib678.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib678.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib678.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib678.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib678.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/cmake_clean.cmake new file mode 100644 index 00000000..c441ebde --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib678.dir/link.d" + "CMakeFiles/lib678.dir/first.c.o" + "CMakeFiles/lib678.dir/first.c.o.d" + "CMakeFiles/lib678.dir/lib678.c.o" + "CMakeFiles/lib678.dir/lib678.c.o.d" + "CMakeFiles/lib678.dir/testutil.c.o" + "CMakeFiles/lib678.dir/testutil.c.o.d" + "lib678" + "lib678.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib678.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.make new file mode 100644 index 00000000..0907a2fe --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib678. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.ts new file mode 100644 index 00000000..f803bb40 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib678. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/depend.make new file mode 100644 index 00000000..4d65f389 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib678. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/flags.make new file mode 100644 index 00000000..995a1dd5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB678 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/link.txt new file mode 100644 index 00000000..54892cb4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib678.dir/link.d CMakeFiles/lib678.dir/lib678.c.o CMakeFiles/lib678.dir/first.c.o CMakeFiles/lib678.dir/testutil.c.o -o lib678 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/DependInfo.cmake new file mode 100644 index 00000000..2802e086 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib694.c" "external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.o.d" + "" "external/curl/tests/libtest/lib694" "gcc" "external/curl/tests/libtest/CMakeFiles/lib694.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make new file mode 100644 index 00000000..90d2a7c5 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib694.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib694.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib694.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib694.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib694.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.o: external/curl/tests/libtest/CMakeFiles/lib694.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib694.c +external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.o: external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.o -MF CMakeFiles/lib694.dir/lib694.c.o.d -o CMakeFiles/lib694.dir/lib694.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib694.c + +external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib694.dir/lib694.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib694.c > CMakeFiles/lib694.dir/lib694.c.i + +external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib694.dir/lib694.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib694.c -o CMakeFiles/lib694.dir/lib694.c.s + +external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib694.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.o -MF CMakeFiles/lib694.dir/first.c.o.d -o CMakeFiles/lib694.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib694.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib694.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib694.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib694.dir/first.c.s + +# Object files for target lib694 +lib694_OBJECTS = \ +"CMakeFiles/lib694.dir/lib694.c.o" \ +"CMakeFiles/lib694.dir/first.c.o" + +# External object files for target lib694 +lib694_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib694: external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.o +external/curl/tests/libtest/lib694: external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.o +external/curl/tests/libtest/lib694: external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make +external/curl/tests/libtest/lib694: external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.ts +external/curl/tests/libtest/lib694: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib694: /usr/lib/libz.so +external/curl/tests/libtest/lib694: external/curl/tests/libtest/CMakeFiles/lib694.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib694" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib694.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib694.dir/build: external/curl/tests/libtest/lib694 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib694.dir/build + +external/curl/tests/libtest/CMakeFiles/lib694.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib694.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib694.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib694.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib694.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib694.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/cmake_clean.cmake new file mode 100644 index 00000000..234ab7e1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib694.dir/link.d" + "CMakeFiles/lib694.dir/first.c.o" + "CMakeFiles/lib694.dir/first.c.o.d" + "CMakeFiles/lib694.dir/lib694.c.o" + "CMakeFiles/lib694.dir/lib694.c.o.d" + "lib694" + "lib694.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib694.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.make new file mode 100644 index 00000000..bf7734a1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib694. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.ts new file mode 100644 index 00000000..052d0cbc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib694. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/depend.make new file mode 100644 index 00000000..4bba31a3 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib694. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/flags.make new file mode 100644 index 00000000..b0e59395 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB694 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/link.txt new file mode 100644 index 00000000..da609244 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib694.dir/link.d CMakeFiles/lib694.dir/lib694.c.o CMakeFiles/lib694.dir/first.c.o -o lib694 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/DependInfo.cmake new file mode 100644 index 00000000..42e769e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib695.c" "external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.o.d" + "" "external/curl/tests/libtest/lib695" "gcc" "external/curl/tests/libtest/CMakeFiles/lib695.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make new file mode 100644 index 00000000..96c5f12c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib695.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib695.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib695.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib695.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib695.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.o: external/curl/tests/libtest/CMakeFiles/lib695.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib695.c +external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.o: external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.o -MF CMakeFiles/lib695.dir/lib695.c.o.d -o CMakeFiles/lib695.dir/lib695.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib695.c + +external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib695.dir/lib695.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib695.c > CMakeFiles/lib695.dir/lib695.c.i + +external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib695.dir/lib695.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib695.c -o CMakeFiles/lib695.dir/lib695.c.s + +external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib695.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.o -MF CMakeFiles/lib695.dir/first.c.o.d -o CMakeFiles/lib695.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib695.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib695.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib695.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib695.dir/first.c.s + +# Object files for target lib695 +lib695_OBJECTS = \ +"CMakeFiles/lib695.dir/lib695.c.o" \ +"CMakeFiles/lib695.dir/first.c.o" + +# External object files for target lib695 +lib695_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib695: external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.o +external/curl/tests/libtest/lib695: external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.o +external/curl/tests/libtest/lib695: external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make +external/curl/tests/libtest/lib695: external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.ts +external/curl/tests/libtest/lib695: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib695: /usr/lib/libz.so +external/curl/tests/libtest/lib695: external/curl/tests/libtest/CMakeFiles/lib695.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib695" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib695.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib695.dir/build: external/curl/tests/libtest/lib695 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib695.dir/build + +external/curl/tests/libtest/CMakeFiles/lib695.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib695.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib695.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib695.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib695.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib695.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/cmake_clean.cmake new file mode 100644 index 00000000..db11258d --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib695.dir/link.d" + "CMakeFiles/lib695.dir/first.c.o" + "CMakeFiles/lib695.dir/first.c.o.d" + "CMakeFiles/lib695.dir/lib695.c.o" + "CMakeFiles/lib695.dir/lib695.c.o.d" + "lib695" + "lib695.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib695.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.make new file mode 100644 index 00000000..b3fbdbd7 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib695. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.ts new file mode 100644 index 00000000..22a8989f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib695. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/depend.make new file mode 100644 index 00000000..f0fe9f68 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib695. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/flags.make new file mode 100644 index 00000000..6a58ff56 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB695 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/link.txt new file mode 100644 index 00000000..2fa7c0f8 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib695.dir/link.d CMakeFiles/lib695.dir/lib695.c.o CMakeFiles/lib695.dir/first.c.o -o lib695 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/DependInfo.cmake new file mode 100644 index 00000000..663af6bf --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib556.c" "external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.o.d" + "" "external/curl/tests/libtest/lib696" "gcc" "external/curl/tests/libtest/CMakeFiles/lib696.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make new file mode 100644 index 00000000..88d46582 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/lib696.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/lib696.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/lib696.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/lib696.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/lib696.dir/codegen + +external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.o: external/curl/tests/libtest/CMakeFiles/lib696.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib556.c +external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.o: external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.o -MF CMakeFiles/lib696.dir/lib556.c.o.d -o CMakeFiles/lib696.dir/lib556.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib556.c + +external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib696.dir/lib556.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib556.c > CMakeFiles/lib696.dir/lib556.c.i + +external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib696.dir/lib556.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib556.c -o CMakeFiles/lib696.dir/lib556.c.s + +external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib696.dir/flags.make +external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.o -MF CMakeFiles/lib696.dir/first.c.o.d -o CMakeFiles/lib696.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib696.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib696.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib696.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib696.dir/first.c.s + +# Object files for target lib696 +lib696_OBJECTS = \ +"CMakeFiles/lib696.dir/lib556.c.o" \ +"CMakeFiles/lib696.dir/first.c.o" + +# External object files for target lib696 +lib696_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/lib696: external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.o +external/curl/tests/libtest/lib696: external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.o +external/curl/tests/libtest/lib696: external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make +external/curl/tests/libtest/lib696: external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.ts +external/curl/tests/libtest/lib696: external/curl/lib/libcurl.a +external/curl/tests/libtest/lib696: /usr/lib/libz.so +external/curl/tests/libtest/lib696: external/curl/tests/libtest/CMakeFiles/lib696.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib696" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib696.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/lib696.dir/build: external/curl/tests/libtest/lib696 +.PHONY : external/curl/tests/libtest/CMakeFiles/lib696.dir/build + +external/curl/tests/libtest/CMakeFiles/lib696.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib696.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/lib696.dir/clean + +external/curl/tests/libtest/CMakeFiles/lib696.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib696.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/lib696.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/cmake_clean.cmake new file mode 100644 index 00000000..30781d12 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/lib696.dir/link.d" + "CMakeFiles/lib696.dir/first.c.o" + "CMakeFiles/lib696.dir/first.c.o.d" + "CMakeFiles/lib696.dir/lib556.c.o" + "CMakeFiles/lib696.dir/lib556.c.o.d" + "lib696" + "lib696.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/lib696.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.make new file mode 100644 index 00000000..a1436ff2 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for lib696. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.ts new file mode 100644 index 00000000..feb45bc1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for lib696. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/depend.make new file mode 100644 index 00000000..9ea43514 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for lib696. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/flags.make new file mode 100644 index 00000000..4ed34c48 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB696 -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/link.txt new file mode 100644 index 00000000..f843f722 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib696.dir/link.d CMakeFiles/lib696.dir/lib556.c.o CMakeFiles/lib696.dir/first.c.o -o lib696 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/DependInfo.cmake new file mode 100644 index 00000000..31b94fc1 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/libauthretry.c" "external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.o.d" + "" "external/curl/tests/libtest/libauthretry" "gcc" "external/curl/tests/libtest/CMakeFiles/libauthretry.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make new file mode 100644 index 00000000..fcabfc00 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/libauthretry.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/libauthretry.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/libauthretry.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/libauthretry.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/libauthretry.dir/codegen + +external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.o: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/flags.make +external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/libauthretry.c +external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.o: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.o -MF CMakeFiles/libauthretry.dir/libauthretry.c.o.d -o CMakeFiles/libauthretry.dir/libauthretry.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/libauthretry.c + +external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libauthretry.dir/libauthretry.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/libauthretry.c > CMakeFiles/libauthretry.dir/libauthretry.c.i + +external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libauthretry.dir/libauthretry.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/libauthretry.c -o CMakeFiles/libauthretry.dir/libauthretry.c.s + +external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/flags.make +external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.o -MF CMakeFiles/libauthretry.dir/first.c.o.d -o CMakeFiles/libauthretry.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libauthretry.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/libauthretry.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libauthretry.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/libauthretry.dir/first.c.s + +# Object files for target libauthretry +libauthretry_OBJECTS = \ +"CMakeFiles/libauthretry.dir/libauthretry.c.o" \ +"CMakeFiles/libauthretry.dir/first.c.o" + +# External object files for target libauthretry +libauthretry_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/libauthretry: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.o +external/curl/tests/libtest/libauthretry: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.o +external/curl/tests/libtest/libauthretry: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make +external/curl/tests/libtest/libauthretry: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.ts +external/curl/tests/libtest/libauthretry: external/curl/lib/libcurl.a +external/curl/tests/libtest/libauthretry: /usr/lib/libz.so +external/curl/tests/libtest/libauthretry: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable libauthretry" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/libauthretry.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build: external/curl/tests/libtest/libauthretry +.PHONY : external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build + +external/curl/tests/libtest/CMakeFiles/libauthretry.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/libauthretry.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/libauthretry.dir/clean + +external/curl/tests/libtest/CMakeFiles/libauthretry.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/libauthretry.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/cmake_clean.cmake new file mode 100644 index 00000000..ddf551bc --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/libauthretry.dir/link.d" + "CMakeFiles/libauthretry.dir/first.c.o" + "CMakeFiles/libauthretry.dir/first.c.o.d" + "CMakeFiles/libauthretry.dir/libauthretry.c.o" + "CMakeFiles/libauthretry.dir/libauthretry.c.o.d" + "libauthretry" + "libauthretry.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/libauthretry.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.make new file mode 100644 index 00000000..3b625d0f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for libauthretry. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.ts new file mode 100644 index 00000000..25aa2931 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for libauthretry. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/depend.make new file mode 100644 index 00000000..72a28e76 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for libauthretry. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/flags.make new file mode 100644 index 00000000..d955291c --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIBAUTHRETRY -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/link.txt new file mode 100644 index 00000000..05852cc4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/libauthretry.dir/link.d CMakeFiles/libauthretry.dir/libauthretry.c.o CMakeFiles/libauthretry.dir/first.c.o -o libauthretry ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/DependInfo.cmake new file mode 100644 index 00000000..ba9d4e80 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/libntlmconnect.c" "external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/libntlmconnect" "gcc" "external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make new file mode 100644 index 00000000..a02adfe9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/codegen + +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/flags.make +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/libntlmconnect.c +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o -MF CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o.d -o CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/libntlmconnect.c + +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libntlmconnect.dir/libntlmconnect.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/libntlmconnect.c > CMakeFiles/libntlmconnect.dir/libntlmconnect.c.i + +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libntlmconnect.dir/libntlmconnect.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/libntlmconnect.c -o CMakeFiles/libntlmconnect.dir/libntlmconnect.c.s + +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/flags.make +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.o -MF CMakeFiles/libntlmconnect.dir/first.c.o.d -o CMakeFiles/libntlmconnect.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libntlmconnect.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/libntlmconnect.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libntlmconnect.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/libntlmconnect.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/flags.make +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.o -MF CMakeFiles/libntlmconnect.dir/testutil.c.o.d -o CMakeFiles/libntlmconnect.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libntlmconnect.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/libntlmconnect.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libntlmconnect.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/libntlmconnect.dir/testutil.c.s + +# Object files for target libntlmconnect +libntlmconnect_OBJECTS = \ +"CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o" \ +"CMakeFiles/libntlmconnect.dir/first.c.o" \ +"CMakeFiles/libntlmconnect.dir/testutil.c.o" + +# External object files for target libntlmconnect +libntlmconnect_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/libntlmconnect: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o +external/curl/tests/libtest/libntlmconnect: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.o +external/curl/tests/libtest/libntlmconnect: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.o +external/curl/tests/libtest/libntlmconnect: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make +external/curl/tests/libtest/libntlmconnect: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.ts +external/curl/tests/libtest/libntlmconnect: external/curl/lib/libcurl.a +external/curl/tests/libtest/libntlmconnect: /usr/lib/libz.so +external/curl/tests/libtest/libntlmconnect: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable libntlmconnect" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/libntlmconnect.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build: external/curl/tests/libtest/libntlmconnect +.PHONY : external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build + +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/libntlmconnect.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/clean + +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/cmake_clean.cmake new file mode 100644 index 00000000..fed5f9d0 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/libntlmconnect.dir/link.d" + "CMakeFiles/libntlmconnect.dir/first.c.o" + "CMakeFiles/libntlmconnect.dir/first.c.o.d" + "CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o" + "CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o.d" + "CMakeFiles/libntlmconnect.dir/testutil.c.o" + "CMakeFiles/libntlmconnect.dir/testutil.c.o.d" + "libntlmconnect" + "libntlmconnect.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/libntlmconnect.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.make new file mode 100644 index 00000000..b7cf23bd --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for libntlmconnect. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.ts new file mode 100644 index 00000000..9f3dd81e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for libntlmconnect. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/depend.make new file mode 100644 index 00000000..0f7dc8e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for libntlmconnect. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/flags.make new file mode 100644 index 00000000..6eedd71f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIBNTLMCONNECT -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/link.txt new file mode 100644 index 00000000..1a13294e --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/libntlmconnect.dir/link.d CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o CMakeFiles/libntlmconnect.dir/first.c.o CMakeFiles/libntlmconnect.dir/testutil.c.o -o libntlmconnect ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/progress.make new file mode 100644 index 00000000..12be894a --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = 88 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/DependInfo.cmake new file mode 100644 index 00000000..dfeb88c9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/libprereq.c" "external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.o.d" + "" "external/curl/tests/libtest/libprereq" "gcc" "external/curl/tests/libtest/CMakeFiles/libprereq.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make new file mode 100644 index 00000000..81f906a6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make @@ -0,0 +1,148 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/libtest/CMakeFiles/libprereq.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/libtest/CMakeFiles/libprereq.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/libtest/CMakeFiles/libprereq.dir/flags.make + +external/curl/tests/libtest/CMakeFiles/libprereq.dir/codegen: +.PHONY : external/curl/tests/libtest/CMakeFiles/libprereq.dir/codegen + +external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.o: external/curl/tests/libtest/CMakeFiles/libprereq.dir/flags.make +external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/libprereq.c +external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.o: external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.o -MF CMakeFiles/libprereq.dir/libprereq.c.o.d -o CMakeFiles/libprereq.dir/libprereq.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/libprereq.c + +external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libprereq.dir/libprereq.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/libprereq.c > CMakeFiles/libprereq.dir/libprereq.c.i + +external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libprereq.dir/libprereq.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/libprereq.c -o CMakeFiles/libprereq.dir/libprereq.c.s + +external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/libprereq.dir/flags.make +external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.o -MF CMakeFiles/libprereq.dir/first.c.o.d -o CMakeFiles/libprereq.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libprereq.dir/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/libprereq.dir/first.c.i + +external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libprereq.dir/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/libprereq.dir/first.c.s + +external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/libprereq.dir/flags.make +external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c +external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.o -MF CMakeFiles/libprereq.dir/testutil.c.o.d -o CMakeFiles/libprereq.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c + +external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libprereq.dir/testutil.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/libprereq.dir/testutil.c.i + +external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libprereq.dir/testutil.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/libprereq.dir/testutil.c.s + +# Object files for target libprereq +libprereq_OBJECTS = \ +"CMakeFiles/libprereq.dir/libprereq.c.o" \ +"CMakeFiles/libprereq.dir/first.c.o" \ +"CMakeFiles/libprereq.dir/testutil.c.o" + +# External object files for target libprereq +libprereq_EXTERNAL_OBJECTS = + +external/curl/tests/libtest/libprereq: external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.o +external/curl/tests/libtest/libprereq: external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.o +external/curl/tests/libtest/libprereq: external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.o +external/curl/tests/libtest/libprereq: external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make +external/curl/tests/libtest/libprereq: external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.ts +external/curl/tests/libtest/libprereq: external/curl/lib/libcurl.a +external/curl/tests/libtest/libprereq: /usr/lib/libz.so +external/curl/tests/libtest/libprereq: external/curl/tests/libtest/CMakeFiles/libprereq.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable libprereq" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/libprereq.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/libtest/CMakeFiles/libprereq.dir/build: external/curl/tests/libtest/libprereq +.PHONY : external/curl/tests/libtest/CMakeFiles/libprereq.dir/build + +external/curl/tests/libtest/CMakeFiles/libprereq.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/libprereq.dir/cmake_clean.cmake +.PHONY : external/curl/tests/libtest/CMakeFiles/libprereq.dir/clean + +external/curl/tests/libtest/CMakeFiles/libprereq.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/libprereq.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/libtest/CMakeFiles/libprereq.dir/depend + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/cmake_clean.cmake new file mode 100644 index 00000000..a9ae1755 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/libprereq.dir/link.d" + "CMakeFiles/libprereq.dir/first.c.o" + "CMakeFiles/libprereq.dir/first.c.o.d" + "CMakeFiles/libprereq.dir/libprereq.c.o" + "CMakeFiles/libprereq.dir/libprereq.c.o.d" + "CMakeFiles/libprereq.dir/testutil.c.o" + "CMakeFiles/libprereq.dir/testutil.c.o.d" + "libprereq" + "libprereq.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/libprereq.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.make new file mode 100644 index 00000000..aeca06ec --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for libprereq. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.ts new file mode 100644 index 00000000..113613ed --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for libprereq. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/depend.make new file mode 100644 index 00000000..5618dfa4 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for libprereq. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/flags.make new file mode 100644 index 00000000..2af79f36 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIBPREREQ -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/link.txt new file mode 100644 index 00000000..c133d139 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/libprereq.dir/link.d CMakeFiles/libprereq.dir/libprereq.c.o CMakeFiles/libprereq.dir/first.c.o CMakeFiles/libprereq.dir/testutil.c.o -o libprereq ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/progress.marks b/build_emscripten/external/curl/tests/libtest/CMakeFiles/progress.marks new file mode 100644 index 00000000..573541ac --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build_emscripten/external/curl/tests/libtest/Makefile b/build_emscripten/external/curl/tests/libtest/Makefile new file mode 100644 index 00000000..0c310bb6 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/Makefile @@ -0,0 +1,11463 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/tests/libtest//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/libauthretry.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/libauthretry.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/libauthretry.dir/rule + +# Convenience name for target. +libauthretry: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/rule +.PHONY : libauthretry + +# fast build rule for target. +libauthretry/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build +.PHONY : libauthretry/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/rule + +# Convenience name for target. +libntlmconnect: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/rule +.PHONY : libntlmconnect + +# fast build rule for target. +libntlmconnect/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build +.PHONY : libntlmconnect/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/libprereq.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/libprereq.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/libprereq.dir/rule + +# Convenience name for target. +libprereq: external/curl/tests/libtest/CMakeFiles/libprereq.dir/rule +.PHONY : libprereq + +# fast build rule for target. +libprereq/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/build +.PHONY : libprereq/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib500.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib500.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib500.dir/rule + +# Convenience name for target. +lib500: external/curl/tests/libtest/CMakeFiles/lib500.dir/rule +.PHONY : lib500 + +# fast build rule for target. +lib500/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/build +.PHONY : lib500/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib501.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib501.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib501.dir/rule + +# Convenience name for target. +lib501: external/curl/tests/libtest/CMakeFiles/lib501.dir/rule +.PHONY : lib501 + +# fast build rule for target. +lib501/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/build +.PHONY : lib501/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib502.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib502.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib502.dir/rule + +# Convenience name for target. +lib502: external/curl/tests/libtest/CMakeFiles/lib502.dir/rule +.PHONY : lib502 + +# fast build rule for target. +lib502/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/build +.PHONY : lib502/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib503.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib503.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib503.dir/rule + +# Convenience name for target. +lib503: external/curl/tests/libtest/CMakeFiles/lib503.dir/rule +.PHONY : lib503 + +# fast build rule for target. +lib503/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/build +.PHONY : lib503/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib504.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib504.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib504.dir/rule + +# Convenience name for target. +lib504: external/curl/tests/libtest/CMakeFiles/lib504.dir/rule +.PHONY : lib504 + +# fast build rule for target. +lib504/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/build +.PHONY : lib504/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib505.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib505.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib505.dir/rule + +# Convenience name for target. +lib505: external/curl/tests/libtest/CMakeFiles/lib505.dir/rule +.PHONY : lib505 + +# fast build rule for target. +lib505/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/build +.PHONY : lib505/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib506.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib506.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib506.dir/rule + +# Convenience name for target. +lib506: external/curl/tests/libtest/CMakeFiles/lib506.dir/rule +.PHONY : lib506 + +# fast build rule for target. +lib506/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/build +.PHONY : lib506/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib507.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib507.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib507.dir/rule + +# Convenience name for target. +lib507: external/curl/tests/libtest/CMakeFiles/lib507.dir/rule +.PHONY : lib507 + +# fast build rule for target. +lib507/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/build +.PHONY : lib507/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib508.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib508.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib508.dir/rule + +# Convenience name for target. +lib508: external/curl/tests/libtest/CMakeFiles/lib508.dir/rule +.PHONY : lib508 + +# fast build rule for target. +lib508/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/build +.PHONY : lib508/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib509.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib509.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib509.dir/rule + +# Convenience name for target. +lib509: external/curl/tests/libtest/CMakeFiles/lib509.dir/rule +.PHONY : lib509 + +# fast build rule for target. +lib509/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/build +.PHONY : lib509/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib510.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib510.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib510.dir/rule + +# Convenience name for target. +lib510: external/curl/tests/libtest/CMakeFiles/lib510.dir/rule +.PHONY : lib510 + +# fast build rule for target. +lib510/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/build +.PHONY : lib510/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib511.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib511.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib511.dir/rule + +# Convenience name for target. +lib511: external/curl/tests/libtest/CMakeFiles/lib511.dir/rule +.PHONY : lib511 + +# fast build rule for target. +lib511/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/build +.PHONY : lib511/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib512.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib512.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib512.dir/rule + +# Convenience name for target. +lib512: external/curl/tests/libtest/CMakeFiles/lib512.dir/rule +.PHONY : lib512 + +# fast build rule for target. +lib512/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/build +.PHONY : lib512/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib513.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib513.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib513.dir/rule + +# Convenience name for target. +lib513: external/curl/tests/libtest/CMakeFiles/lib513.dir/rule +.PHONY : lib513 + +# fast build rule for target. +lib513/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/build +.PHONY : lib513/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib514.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib514.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib514.dir/rule + +# Convenience name for target. +lib514: external/curl/tests/libtest/CMakeFiles/lib514.dir/rule +.PHONY : lib514 + +# fast build rule for target. +lib514/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/build +.PHONY : lib514/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib515.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib515.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib515.dir/rule + +# Convenience name for target. +lib515: external/curl/tests/libtest/CMakeFiles/lib515.dir/rule +.PHONY : lib515 + +# fast build rule for target. +lib515/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/build +.PHONY : lib515/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib516.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib516.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib516.dir/rule + +# Convenience name for target. +lib516: external/curl/tests/libtest/CMakeFiles/lib516.dir/rule +.PHONY : lib516 + +# fast build rule for target. +lib516/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/build +.PHONY : lib516/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib517.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib517.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib517.dir/rule + +# Convenience name for target. +lib517: external/curl/tests/libtest/CMakeFiles/lib517.dir/rule +.PHONY : lib517 + +# fast build rule for target. +lib517/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/build +.PHONY : lib517/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib518.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib518.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib518.dir/rule + +# Convenience name for target. +lib518: external/curl/tests/libtest/CMakeFiles/lib518.dir/rule +.PHONY : lib518 + +# fast build rule for target. +lib518/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/build +.PHONY : lib518/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib519.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib519.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib519.dir/rule + +# Convenience name for target. +lib519: external/curl/tests/libtest/CMakeFiles/lib519.dir/rule +.PHONY : lib519 + +# fast build rule for target. +lib519/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/build +.PHONY : lib519/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib520.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib520.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib520.dir/rule + +# Convenience name for target. +lib520: external/curl/tests/libtest/CMakeFiles/lib520.dir/rule +.PHONY : lib520 + +# fast build rule for target. +lib520/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/build +.PHONY : lib520/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib521.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib521.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib521.dir/rule + +# Convenience name for target. +lib521: external/curl/tests/libtest/CMakeFiles/lib521.dir/rule +.PHONY : lib521 + +# fast build rule for target. +lib521/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/build +.PHONY : lib521/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib523.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib523.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib523.dir/rule + +# Convenience name for target. +lib523: external/curl/tests/libtest/CMakeFiles/lib523.dir/rule +.PHONY : lib523 + +# fast build rule for target. +lib523/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/build +.PHONY : lib523/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib524.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib524.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib524.dir/rule + +# Convenience name for target. +lib524: external/curl/tests/libtest/CMakeFiles/lib524.dir/rule +.PHONY : lib524 + +# fast build rule for target. +lib524/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/build +.PHONY : lib524/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib525.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib525.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib525.dir/rule + +# Convenience name for target. +lib525: external/curl/tests/libtest/CMakeFiles/lib525.dir/rule +.PHONY : lib525 + +# fast build rule for target. +lib525/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/build +.PHONY : lib525/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib526.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib526.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib526.dir/rule + +# Convenience name for target. +lib526: external/curl/tests/libtest/CMakeFiles/lib526.dir/rule +.PHONY : lib526 + +# fast build rule for target. +lib526/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/build +.PHONY : lib526/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib527.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib527.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib527.dir/rule + +# Convenience name for target. +lib527: external/curl/tests/libtest/CMakeFiles/lib527.dir/rule +.PHONY : lib527 + +# fast build rule for target. +lib527/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/build +.PHONY : lib527/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib529.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib529.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib529.dir/rule + +# Convenience name for target. +lib529: external/curl/tests/libtest/CMakeFiles/lib529.dir/rule +.PHONY : lib529 + +# fast build rule for target. +lib529/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/build +.PHONY : lib529/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib530.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib530.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib530.dir/rule + +# Convenience name for target. +lib530: external/curl/tests/libtest/CMakeFiles/lib530.dir/rule +.PHONY : lib530 + +# fast build rule for target. +lib530/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/build +.PHONY : lib530/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib532.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib532.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib532.dir/rule + +# Convenience name for target. +lib532: external/curl/tests/libtest/CMakeFiles/lib532.dir/rule +.PHONY : lib532 + +# fast build rule for target. +lib532/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/build +.PHONY : lib532/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib533.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib533.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib533.dir/rule + +# Convenience name for target. +lib533: external/curl/tests/libtest/CMakeFiles/lib533.dir/rule +.PHONY : lib533 + +# fast build rule for target. +lib533/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/build +.PHONY : lib533/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib536.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib536.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib536.dir/rule + +# Convenience name for target. +lib536: external/curl/tests/libtest/CMakeFiles/lib536.dir/rule +.PHONY : lib536 + +# fast build rule for target. +lib536/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/build +.PHONY : lib536/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib537.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib537.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib537.dir/rule + +# Convenience name for target. +lib537: external/curl/tests/libtest/CMakeFiles/lib537.dir/rule +.PHONY : lib537 + +# fast build rule for target. +lib537/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/build +.PHONY : lib537/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib539.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib539.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib539.dir/rule + +# Convenience name for target. +lib539: external/curl/tests/libtest/CMakeFiles/lib539.dir/rule +.PHONY : lib539 + +# fast build rule for target. +lib539/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/build +.PHONY : lib539/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib540.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib540.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib540.dir/rule + +# Convenience name for target. +lib540: external/curl/tests/libtest/CMakeFiles/lib540.dir/rule +.PHONY : lib540 + +# fast build rule for target. +lib540/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/build +.PHONY : lib540/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib541.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib541.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib541.dir/rule + +# Convenience name for target. +lib541: external/curl/tests/libtest/CMakeFiles/lib541.dir/rule +.PHONY : lib541 + +# fast build rule for target. +lib541/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/build +.PHONY : lib541/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib542.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib542.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib542.dir/rule + +# Convenience name for target. +lib542: external/curl/tests/libtest/CMakeFiles/lib542.dir/rule +.PHONY : lib542 + +# fast build rule for target. +lib542/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/build +.PHONY : lib542/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib543.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib543.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib543.dir/rule + +# Convenience name for target. +lib543: external/curl/tests/libtest/CMakeFiles/lib543.dir/rule +.PHONY : lib543 + +# fast build rule for target. +lib543/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/build +.PHONY : lib543/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib544.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib544.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib544.dir/rule + +# Convenience name for target. +lib544: external/curl/tests/libtest/CMakeFiles/lib544.dir/rule +.PHONY : lib544 + +# fast build rule for target. +lib544/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/build +.PHONY : lib544/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib545.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib545.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib545.dir/rule + +# Convenience name for target. +lib545: external/curl/tests/libtest/CMakeFiles/lib545.dir/rule +.PHONY : lib545 + +# fast build rule for target. +lib545/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/build +.PHONY : lib545/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib547.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib547.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib547.dir/rule + +# Convenience name for target. +lib547: external/curl/tests/libtest/CMakeFiles/lib547.dir/rule +.PHONY : lib547 + +# fast build rule for target. +lib547/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/build +.PHONY : lib547/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib548.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib548.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib548.dir/rule + +# Convenience name for target. +lib548: external/curl/tests/libtest/CMakeFiles/lib548.dir/rule +.PHONY : lib548 + +# fast build rule for target. +lib548/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/build +.PHONY : lib548/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib549.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib549.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib549.dir/rule + +# Convenience name for target. +lib549: external/curl/tests/libtest/CMakeFiles/lib549.dir/rule +.PHONY : lib549 + +# fast build rule for target. +lib549/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/build +.PHONY : lib549/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib552.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib552.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib552.dir/rule + +# Convenience name for target. +lib552: external/curl/tests/libtest/CMakeFiles/lib552.dir/rule +.PHONY : lib552 + +# fast build rule for target. +lib552/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/build +.PHONY : lib552/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib553.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib553.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib553.dir/rule + +# Convenience name for target. +lib553: external/curl/tests/libtest/CMakeFiles/lib553.dir/rule +.PHONY : lib553 + +# fast build rule for target. +lib553/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/build +.PHONY : lib553/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib554.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib554.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib554.dir/rule + +# Convenience name for target. +lib554: external/curl/tests/libtest/CMakeFiles/lib554.dir/rule +.PHONY : lib554 + +# fast build rule for target. +lib554/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/build +.PHONY : lib554/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib555.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib555.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib555.dir/rule + +# Convenience name for target. +lib555: external/curl/tests/libtest/CMakeFiles/lib555.dir/rule +.PHONY : lib555 + +# fast build rule for target. +lib555/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/build +.PHONY : lib555/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib556.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib556.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib556.dir/rule + +# Convenience name for target. +lib556: external/curl/tests/libtest/CMakeFiles/lib556.dir/rule +.PHONY : lib556 + +# fast build rule for target. +lib556/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/build +.PHONY : lib556/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib557.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib557.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib557.dir/rule + +# Convenience name for target. +lib557: external/curl/tests/libtest/CMakeFiles/lib557.dir/rule +.PHONY : lib557 + +# fast build rule for target. +lib557/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/build +.PHONY : lib557/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib558.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib558.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib558.dir/rule + +# Convenience name for target. +lib558: external/curl/tests/libtest/CMakeFiles/lib558.dir/rule +.PHONY : lib558 + +# fast build rule for target. +lib558/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/build +.PHONY : lib558/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib559.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib559.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib559.dir/rule + +# Convenience name for target. +lib559: external/curl/tests/libtest/CMakeFiles/lib559.dir/rule +.PHONY : lib559 + +# fast build rule for target. +lib559/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/build +.PHONY : lib559/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib560.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib560.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib560.dir/rule + +# Convenience name for target. +lib560: external/curl/tests/libtest/CMakeFiles/lib560.dir/rule +.PHONY : lib560 + +# fast build rule for target. +lib560/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/build +.PHONY : lib560/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib562.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib562.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib562.dir/rule + +# Convenience name for target. +lib562: external/curl/tests/libtest/CMakeFiles/lib562.dir/rule +.PHONY : lib562 + +# fast build rule for target. +lib562/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/build +.PHONY : lib562/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib564.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib564.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib564.dir/rule + +# Convenience name for target. +lib564: external/curl/tests/libtest/CMakeFiles/lib564.dir/rule +.PHONY : lib564 + +# fast build rule for target. +lib564/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/build +.PHONY : lib564/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib565.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib565.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib565.dir/rule + +# Convenience name for target. +lib565: external/curl/tests/libtest/CMakeFiles/lib565.dir/rule +.PHONY : lib565 + +# fast build rule for target. +lib565/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/build +.PHONY : lib565/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib566.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib566.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib566.dir/rule + +# Convenience name for target. +lib566: external/curl/tests/libtest/CMakeFiles/lib566.dir/rule +.PHONY : lib566 + +# fast build rule for target. +lib566/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/build +.PHONY : lib566/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib567.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib567.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib567.dir/rule + +# Convenience name for target. +lib567: external/curl/tests/libtest/CMakeFiles/lib567.dir/rule +.PHONY : lib567 + +# fast build rule for target. +lib567/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/build +.PHONY : lib567/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib568.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib568.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib568.dir/rule + +# Convenience name for target. +lib568: external/curl/tests/libtest/CMakeFiles/lib568.dir/rule +.PHONY : lib568 + +# fast build rule for target. +lib568/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/build +.PHONY : lib568/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib569.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib569.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib569.dir/rule + +# Convenience name for target. +lib569: external/curl/tests/libtest/CMakeFiles/lib569.dir/rule +.PHONY : lib569 + +# fast build rule for target. +lib569/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/build +.PHONY : lib569/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib570.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib570.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib570.dir/rule + +# Convenience name for target. +lib570: external/curl/tests/libtest/CMakeFiles/lib570.dir/rule +.PHONY : lib570 + +# fast build rule for target. +lib570/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/build +.PHONY : lib570/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib571.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib571.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib571.dir/rule + +# Convenience name for target. +lib571: external/curl/tests/libtest/CMakeFiles/lib571.dir/rule +.PHONY : lib571 + +# fast build rule for target. +lib571/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/build +.PHONY : lib571/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib572.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib572.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib572.dir/rule + +# Convenience name for target. +lib572: external/curl/tests/libtest/CMakeFiles/lib572.dir/rule +.PHONY : lib572 + +# fast build rule for target. +lib572/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/build +.PHONY : lib572/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib573.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib573.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib573.dir/rule + +# Convenience name for target. +lib573: external/curl/tests/libtest/CMakeFiles/lib573.dir/rule +.PHONY : lib573 + +# fast build rule for target. +lib573/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/build +.PHONY : lib573/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib574.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib574.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib574.dir/rule + +# Convenience name for target. +lib574: external/curl/tests/libtest/CMakeFiles/lib574.dir/rule +.PHONY : lib574 + +# fast build rule for target. +lib574/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/build +.PHONY : lib574/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib575.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib575.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib575.dir/rule + +# Convenience name for target. +lib575: external/curl/tests/libtest/CMakeFiles/lib575.dir/rule +.PHONY : lib575 + +# fast build rule for target. +lib575/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/build +.PHONY : lib575/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib576.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib576.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib576.dir/rule + +# Convenience name for target. +lib576: external/curl/tests/libtest/CMakeFiles/lib576.dir/rule +.PHONY : lib576 + +# fast build rule for target. +lib576/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/build +.PHONY : lib576/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib578.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib578.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib578.dir/rule + +# Convenience name for target. +lib578: external/curl/tests/libtest/CMakeFiles/lib578.dir/rule +.PHONY : lib578 + +# fast build rule for target. +lib578/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/build +.PHONY : lib578/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib579.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib579.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib579.dir/rule + +# Convenience name for target. +lib579: external/curl/tests/libtest/CMakeFiles/lib579.dir/rule +.PHONY : lib579 + +# fast build rule for target. +lib579/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/build +.PHONY : lib579/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib582.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib582.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib582.dir/rule + +# Convenience name for target. +lib582: external/curl/tests/libtest/CMakeFiles/lib582.dir/rule +.PHONY : lib582 + +# fast build rule for target. +lib582/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/build +.PHONY : lib582/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib583.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib583.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib583.dir/rule + +# Convenience name for target. +lib583: external/curl/tests/libtest/CMakeFiles/lib583.dir/rule +.PHONY : lib583 + +# fast build rule for target. +lib583/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/build +.PHONY : lib583/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib584.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib584.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib584.dir/rule + +# Convenience name for target. +lib584: external/curl/tests/libtest/CMakeFiles/lib584.dir/rule +.PHONY : lib584 + +# fast build rule for target. +lib584/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/build +.PHONY : lib584/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib585.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib585.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib585.dir/rule + +# Convenience name for target. +lib585: external/curl/tests/libtest/CMakeFiles/lib585.dir/rule +.PHONY : lib585 + +# fast build rule for target. +lib585/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/build +.PHONY : lib585/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib586.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib586.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib586.dir/rule + +# Convenience name for target. +lib586: external/curl/tests/libtest/CMakeFiles/lib586.dir/rule +.PHONY : lib586 + +# fast build rule for target. +lib586/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/build +.PHONY : lib586/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib587.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib587.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib587.dir/rule + +# Convenience name for target. +lib587: external/curl/tests/libtest/CMakeFiles/lib587.dir/rule +.PHONY : lib587 + +# fast build rule for target. +lib587/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/build +.PHONY : lib587/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib589.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib589.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib589.dir/rule + +# Convenience name for target. +lib589: external/curl/tests/libtest/CMakeFiles/lib589.dir/rule +.PHONY : lib589 + +# fast build rule for target. +lib589/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/build +.PHONY : lib589/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib590.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib590.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib590.dir/rule + +# Convenience name for target. +lib590: external/curl/tests/libtest/CMakeFiles/lib590.dir/rule +.PHONY : lib590 + +# fast build rule for target. +lib590/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/build +.PHONY : lib590/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib591.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib591.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib591.dir/rule + +# Convenience name for target. +lib591: external/curl/tests/libtest/CMakeFiles/lib591.dir/rule +.PHONY : lib591 + +# fast build rule for target. +lib591/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/build +.PHONY : lib591/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib597.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib597.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib597.dir/rule + +# Convenience name for target. +lib597: external/curl/tests/libtest/CMakeFiles/lib597.dir/rule +.PHONY : lib597 + +# fast build rule for target. +lib597/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/build +.PHONY : lib597/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib598.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib598.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib598.dir/rule + +# Convenience name for target. +lib598: external/curl/tests/libtest/CMakeFiles/lib598.dir/rule +.PHONY : lib598 + +# fast build rule for target. +lib598/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/build +.PHONY : lib598/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib599.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib599.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib599.dir/rule + +# Convenience name for target. +lib599: external/curl/tests/libtest/CMakeFiles/lib599.dir/rule +.PHONY : lib599 + +# fast build rule for target. +lib599/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/build +.PHONY : lib599/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib643.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib643.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib643.dir/rule + +# Convenience name for target. +lib643: external/curl/tests/libtest/CMakeFiles/lib643.dir/rule +.PHONY : lib643 + +# fast build rule for target. +lib643/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/build +.PHONY : lib643/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib645.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib645.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib645.dir/rule + +# Convenience name for target. +lib645: external/curl/tests/libtest/CMakeFiles/lib645.dir/rule +.PHONY : lib645 + +# fast build rule for target. +lib645/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/build +.PHONY : lib645/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib650.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib650.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib650.dir/rule + +# Convenience name for target. +lib650: external/curl/tests/libtest/CMakeFiles/lib650.dir/rule +.PHONY : lib650 + +# fast build rule for target. +lib650/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/build +.PHONY : lib650/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib651.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib651.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib651.dir/rule + +# Convenience name for target. +lib651: external/curl/tests/libtest/CMakeFiles/lib651.dir/rule +.PHONY : lib651 + +# fast build rule for target. +lib651/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/build +.PHONY : lib651/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib652.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib652.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib652.dir/rule + +# Convenience name for target. +lib652: external/curl/tests/libtest/CMakeFiles/lib652.dir/rule +.PHONY : lib652 + +# fast build rule for target. +lib652/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/build +.PHONY : lib652/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib653.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib653.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib653.dir/rule + +# Convenience name for target. +lib653: external/curl/tests/libtest/CMakeFiles/lib653.dir/rule +.PHONY : lib653 + +# fast build rule for target. +lib653/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/build +.PHONY : lib653/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib654.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib654.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib654.dir/rule + +# Convenience name for target. +lib654: external/curl/tests/libtest/CMakeFiles/lib654.dir/rule +.PHONY : lib654 + +# fast build rule for target. +lib654/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/build +.PHONY : lib654/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib655.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib655.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib655.dir/rule + +# Convenience name for target. +lib655: external/curl/tests/libtest/CMakeFiles/lib655.dir/rule +.PHONY : lib655 + +# fast build rule for target. +lib655/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/build +.PHONY : lib655/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib658.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib658.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib658.dir/rule + +# Convenience name for target. +lib658: external/curl/tests/libtest/CMakeFiles/lib658.dir/rule +.PHONY : lib658 + +# fast build rule for target. +lib658/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/build +.PHONY : lib658/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib659.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib659.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib659.dir/rule + +# Convenience name for target. +lib659: external/curl/tests/libtest/CMakeFiles/lib659.dir/rule +.PHONY : lib659 + +# fast build rule for target. +lib659/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/build +.PHONY : lib659/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib661.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib661.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib661.dir/rule + +# Convenience name for target. +lib661: external/curl/tests/libtest/CMakeFiles/lib661.dir/rule +.PHONY : lib661 + +# fast build rule for target. +lib661/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/build +.PHONY : lib661/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib666.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib666.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib666.dir/rule + +# Convenience name for target. +lib666: external/curl/tests/libtest/CMakeFiles/lib666.dir/rule +.PHONY : lib666 + +# fast build rule for target. +lib666/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/build +.PHONY : lib666/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib667.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib667.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib667.dir/rule + +# Convenience name for target. +lib667: external/curl/tests/libtest/CMakeFiles/lib667.dir/rule +.PHONY : lib667 + +# fast build rule for target. +lib667/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/build +.PHONY : lib667/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib668.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib668.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib668.dir/rule + +# Convenience name for target. +lib668: external/curl/tests/libtest/CMakeFiles/lib668.dir/rule +.PHONY : lib668 + +# fast build rule for target. +lib668/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/build +.PHONY : lib668/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib670.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib670.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib670.dir/rule + +# Convenience name for target. +lib670: external/curl/tests/libtest/CMakeFiles/lib670.dir/rule +.PHONY : lib670 + +# fast build rule for target. +lib670/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/build +.PHONY : lib670/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib671.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib671.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib671.dir/rule + +# Convenience name for target. +lib671: external/curl/tests/libtest/CMakeFiles/lib671.dir/rule +.PHONY : lib671 + +# fast build rule for target. +lib671/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/build +.PHONY : lib671/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib672.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib672.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib672.dir/rule + +# Convenience name for target. +lib672: external/curl/tests/libtest/CMakeFiles/lib672.dir/rule +.PHONY : lib672 + +# fast build rule for target. +lib672/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/build +.PHONY : lib672/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib673.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib673.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib673.dir/rule + +# Convenience name for target. +lib673: external/curl/tests/libtest/CMakeFiles/lib673.dir/rule +.PHONY : lib673 + +# fast build rule for target. +lib673/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/build +.PHONY : lib673/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib674.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib674.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib674.dir/rule + +# Convenience name for target. +lib674: external/curl/tests/libtest/CMakeFiles/lib674.dir/rule +.PHONY : lib674 + +# fast build rule for target. +lib674/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/build +.PHONY : lib674/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib676.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib676.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib676.dir/rule + +# Convenience name for target. +lib676: external/curl/tests/libtest/CMakeFiles/lib676.dir/rule +.PHONY : lib676 + +# fast build rule for target. +lib676/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/build +.PHONY : lib676/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib677.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib677.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib677.dir/rule + +# Convenience name for target. +lib677: external/curl/tests/libtest/CMakeFiles/lib677.dir/rule +.PHONY : lib677 + +# fast build rule for target. +lib677/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/build +.PHONY : lib677/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib678.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib678.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib678.dir/rule + +# Convenience name for target. +lib678: external/curl/tests/libtest/CMakeFiles/lib678.dir/rule +.PHONY : lib678 + +# fast build rule for target. +lib678/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/build +.PHONY : lib678/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib694.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib694.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib694.dir/rule + +# Convenience name for target. +lib694: external/curl/tests/libtest/CMakeFiles/lib694.dir/rule +.PHONY : lib694 + +# fast build rule for target. +lib694/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/build +.PHONY : lib694/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib695.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib695.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib695.dir/rule + +# Convenience name for target. +lib695: external/curl/tests/libtest/CMakeFiles/lib695.dir/rule +.PHONY : lib695 + +# fast build rule for target. +lib695/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/build +.PHONY : lib695/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib696.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib696.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib696.dir/rule + +# Convenience name for target. +lib696: external/curl/tests/libtest/CMakeFiles/lib696.dir/rule +.PHONY : lib696 + +# fast build rule for target. +lib696/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/build +.PHONY : lib696/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1156.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1156.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1156.dir/rule + +# Convenience name for target. +lib1156: external/curl/tests/libtest/CMakeFiles/lib1156.dir/rule +.PHONY : lib1156 + +# fast build rule for target. +lib1156/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/build +.PHONY : lib1156/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1301.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1301.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1301.dir/rule + +# Convenience name for target. +lib1301: external/curl/tests/libtest/CMakeFiles/lib1301.dir/rule +.PHONY : lib1301 + +# fast build rule for target. +lib1301/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/build +.PHONY : lib1301/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1308.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1308.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1308.dir/rule + +# Convenience name for target. +lib1308: external/curl/tests/libtest/CMakeFiles/lib1308.dir/rule +.PHONY : lib1308 + +# fast build rule for target. +lib1308/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/build +.PHONY : lib1308/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1485.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1485.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1485.dir/rule + +# Convenience name for target. +lib1485: external/curl/tests/libtest/CMakeFiles/lib1485.dir/rule +.PHONY : lib1485 + +# fast build rule for target. +lib1485/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/build +.PHONY : lib1485/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1500.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1500.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1500.dir/rule + +# Convenience name for target. +lib1500: external/curl/tests/libtest/CMakeFiles/lib1500.dir/rule +.PHONY : lib1500 + +# fast build rule for target. +lib1500/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/build +.PHONY : lib1500/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1501.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1501.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1501.dir/rule + +# Convenience name for target. +lib1501: external/curl/tests/libtest/CMakeFiles/lib1501.dir/rule +.PHONY : lib1501 + +# fast build rule for target. +lib1501/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/build +.PHONY : lib1501/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1502.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1502.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1502.dir/rule + +# Convenience name for target. +lib1502: external/curl/tests/libtest/CMakeFiles/lib1502.dir/rule +.PHONY : lib1502 + +# fast build rule for target. +lib1502/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/build +.PHONY : lib1502/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1503.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1503.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1503.dir/rule + +# Convenience name for target. +lib1503: external/curl/tests/libtest/CMakeFiles/lib1503.dir/rule +.PHONY : lib1503 + +# fast build rule for target. +lib1503/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/build +.PHONY : lib1503/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1504.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1504.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1504.dir/rule + +# Convenience name for target. +lib1504: external/curl/tests/libtest/CMakeFiles/lib1504.dir/rule +.PHONY : lib1504 + +# fast build rule for target. +lib1504/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/build +.PHONY : lib1504/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1505.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1505.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1505.dir/rule + +# Convenience name for target. +lib1505: external/curl/tests/libtest/CMakeFiles/lib1505.dir/rule +.PHONY : lib1505 + +# fast build rule for target. +lib1505/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/build +.PHONY : lib1505/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1506.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1506.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1506.dir/rule + +# Convenience name for target. +lib1506: external/curl/tests/libtest/CMakeFiles/lib1506.dir/rule +.PHONY : lib1506 + +# fast build rule for target. +lib1506/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/build +.PHONY : lib1506/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1507.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1507.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1507.dir/rule + +# Convenience name for target. +lib1507: external/curl/tests/libtest/CMakeFiles/lib1507.dir/rule +.PHONY : lib1507 + +# fast build rule for target. +lib1507/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/build +.PHONY : lib1507/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1508.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1508.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1508.dir/rule + +# Convenience name for target. +lib1508: external/curl/tests/libtest/CMakeFiles/lib1508.dir/rule +.PHONY : lib1508 + +# fast build rule for target. +lib1508/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/build +.PHONY : lib1508/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1509.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1509.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1509.dir/rule + +# Convenience name for target. +lib1509: external/curl/tests/libtest/CMakeFiles/lib1509.dir/rule +.PHONY : lib1509 + +# fast build rule for target. +lib1509/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/build +.PHONY : lib1509/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1510.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1510.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1510.dir/rule + +# Convenience name for target. +lib1510: external/curl/tests/libtest/CMakeFiles/lib1510.dir/rule +.PHONY : lib1510 + +# fast build rule for target. +lib1510/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/build +.PHONY : lib1510/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1511.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1511.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1511.dir/rule + +# Convenience name for target. +lib1511: external/curl/tests/libtest/CMakeFiles/lib1511.dir/rule +.PHONY : lib1511 + +# fast build rule for target. +lib1511/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/build +.PHONY : lib1511/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1512.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1512.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1512.dir/rule + +# Convenience name for target. +lib1512: external/curl/tests/libtest/CMakeFiles/lib1512.dir/rule +.PHONY : lib1512 + +# fast build rule for target. +lib1512/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/build +.PHONY : lib1512/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1513.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1513.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1513.dir/rule + +# Convenience name for target. +lib1513: external/curl/tests/libtest/CMakeFiles/lib1513.dir/rule +.PHONY : lib1513 + +# fast build rule for target. +lib1513/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/build +.PHONY : lib1513/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1514.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1514.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1514.dir/rule + +# Convenience name for target. +lib1514: external/curl/tests/libtest/CMakeFiles/lib1514.dir/rule +.PHONY : lib1514 + +# fast build rule for target. +lib1514/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/build +.PHONY : lib1514/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1515.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1515.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1515.dir/rule + +# Convenience name for target. +lib1515: external/curl/tests/libtest/CMakeFiles/lib1515.dir/rule +.PHONY : lib1515 + +# fast build rule for target. +lib1515/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/build +.PHONY : lib1515/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1517.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1517.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1517.dir/rule + +# Convenience name for target. +lib1517: external/curl/tests/libtest/CMakeFiles/lib1517.dir/rule +.PHONY : lib1517 + +# fast build rule for target. +lib1517/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/build +.PHONY : lib1517/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1518.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1518.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1518.dir/rule + +# Convenience name for target. +lib1518: external/curl/tests/libtest/CMakeFiles/lib1518.dir/rule +.PHONY : lib1518 + +# fast build rule for target. +lib1518/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/build +.PHONY : lib1518/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1520.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1520.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1520.dir/rule + +# Convenience name for target. +lib1520: external/curl/tests/libtest/CMakeFiles/lib1520.dir/rule +.PHONY : lib1520 + +# fast build rule for target. +lib1520/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/build +.PHONY : lib1520/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1521.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1521.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1521.dir/rule + +# Convenience name for target. +lib1521: external/curl/tests/libtest/CMakeFiles/lib1521.dir/rule +.PHONY : lib1521 + +# fast build rule for target. +lib1521/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/build +.PHONY : lib1521/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1522.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1522.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1522.dir/rule + +# Convenience name for target. +lib1522: external/curl/tests/libtest/CMakeFiles/lib1522.dir/rule +.PHONY : lib1522 + +# fast build rule for target. +lib1522/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/build +.PHONY : lib1522/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1523.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1523.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1523.dir/rule + +# Convenience name for target. +lib1523: external/curl/tests/libtest/CMakeFiles/lib1523.dir/rule +.PHONY : lib1523 + +# fast build rule for target. +lib1523/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/build +.PHONY : lib1523/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1525.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1525.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1525.dir/rule + +# Convenience name for target. +lib1525: external/curl/tests/libtest/CMakeFiles/lib1525.dir/rule +.PHONY : lib1525 + +# fast build rule for target. +lib1525/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/build +.PHONY : lib1525/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1526.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1526.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1526.dir/rule + +# Convenience name for target. +lib1526: external/curl/tests/libtest/CMakeFiles/lib1526.dir/rule +.PHONY : lib1526 + +# fast build rule for target. +lib1526/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/build +.PHONY : lib1526/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1527.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1527.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1527.dir/rule + +# Convenience name for target. +lib1527: external/curl/tests/libtest/CMakeFiles/lib1527.dir/rule +.PHONY : lib1527 + +# fast build rule for target. +lib1527/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/build +.PHONY : lib1527/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1528.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1528.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1528.dir/rule + +# Convenience name for target. +lib1528: external/curl/tests/libtest/CMakeFiles/lib1528.dir/rule +.PHONY : lib1528 + +# fast build rule for target. +lib1528/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/build +.PHONY : lib1528/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1529.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1529.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1529.dir/rule + +# Convenience name for target. +lib1529: external/curl/tests/libtest/CMakeFiles/lib1529.dir/rule +.PHONY : lib1529 + +# fast build rule for target. +lib1529/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/build +.PHONY : lib1529/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1530.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1530.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1530.dir/rule + +# Convenience name for target. +lib1530: external/curl/tests/libtest/CMakeFiles/lib1530.dir/rule +.PHONY : lib1530 + +# fast build rule for target. +lib1530/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/build +.PHONY : lib1530/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1531.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1531.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1531.dir/rule + +# Convenience name for target. +lib1531: external/curl/tests/libtest/CMakeFiles/lib1531.dir/rule +.PHONY : lib1531 + +# fast build rule for target. +lib1531/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/build +.PHONY : lib1531/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1532.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1532.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1532.dir/rule + +# Convenience name for target. +lib1532: external/curl/tests/libtest/CMakeFiles/lib1532.dir/rule +.PHONY : lib1532 + +# fast build rule for target. +lib1532/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/build +.PHONY : lib1532/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1533.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1533.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1533.dir/rule + +# Convenience name for target. +lib1533: external/curl/tests/libtest/CMakeFiles/lib1533.dir/rule +.PHONY : lib1533 + +# fast build rule for target. +lib1533/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/build +.PHONY : lib1533/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1534.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1534.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1534.dir/rule + +# Convenience name for target. +lib1534: external/curl/tests/libtest/CMakeFiles/lib1534.dir/rule +.PHONY : lib1534 + +# fast build rule for target. +lib1534/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/build +.PHONY : lib1534/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1535.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1535.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1535.dir/rule + +# Convenience name for target. +lib1535: external/curl/tests/libtest/CMakeFiles/lib1535.dir/rule +.PHONY : lib1535 + +# fast build rule for target. +lib1535/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/build +.PHONY : lib1535/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1536.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1536.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1536.dir/rule + +# Convenience name for target. +lib1536: external/curl/tests/libtest/CMakeFiles/lib1536.dir/rule +.PHONY : lib1536 + +# fast build rule for target. +lib1536/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/build +.PHONY : lib1536/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1537.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1537.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1537.dir/rule + +# Convenience name for target. +lib1537: external/curl/tests/libtest/CMakeFiles/lib1537.dir/rule +.PHONY : lib1537 + +# fast build rule for target. +lib1537/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/build +.PHONY : lib1537/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1538.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1538.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1538.dir/rule + +# Convenience name for target. +lib1538: external/curl/tests/libtest/CMakeFiles/lib1538.dir/rule +.PHONY : lib1538 + +# fast build rule for target. +lib1538/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/build +.PHONY : lib1538/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1539.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1539.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1539.dir/rule + +# Convenience name for target. +lib1539: external/curl/tests/libtest/CMakeFiles/lib1539.dir/rule +.PHONY : lib1539 + +# fast build rule for target. +lib1539/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/build +.PHONY : lib1539/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1540.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1540.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1540.dir/rule + +# Convenience name for target. +lib1540: external/curl/tests/libtest/CMakeFiles/lib1540.dir/rule +.PHONY : lib1540 + +# fast build rule for target. +lib1540/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/build +.PHONY : lib1540/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1541.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1541.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1541.dir/rule + +# Convenience name for target. +lib1541: external/curl/tests/libtest/CMakeFiles/lib1541.dir/rule +.PHONY : lib1541 + +# fast build rule for target. +lib1541/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/build +.PHONY : lib1541/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1542.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1542.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1542.dir/rule + +# Convenience name for target. +lib1542: external/curl/tests/libtest/CMakeFiles/lib1542.dir/rule +.PHONY : lib1542 + +# fast build rule for target. +lib1542/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/build +.PHONY : lib1542/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1543.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1543.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1543.dir/rule + +# Convenience name for target. +lib1543: external/curl/tests/libtest/CMakeFiles/lib1543.dir/rule +.PHONY : lib1543 + +# fast build rule for target. +lib1543/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/build +.PHONY : lib1543/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1545.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1545.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1545.dir/rule + +# Convenience name for target. +lib1545: external/curl/tests/libtest/CMakeFiles/lib1545.dir/rule +.PHONY : lib1545 + +# fast build rule for target. +lib1545/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/build +.PHONY : lib1545/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1550.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1550.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1550.dir/rule + +# Convenience name for target. +lib1550: external/curl/tests/libtest/CMakeFiles/lib1550.dir/rule +.PHONY : lib1550 + +# fast build rule for target. +lib1550/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/build +.PHONY : lib1550/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1551.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1551.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1551.dir/rule + +# Convenience name for target. +lib1551: external/curl/tests/libtest/CMakeFiles/lib1551.dir/rule +.PHONY : lib1551 + +# fast build rule for target. +lib1551/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/build +.PHONY : lib1551/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1552.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1552.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1552.dir/rule + +# Convenience name for target. +lib1552: external/curl/tests/libtest/CMakeFiles/lib1552.dir/rule +.PHONY : lib1552 + +# fast build rule for target. +lib1552/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/build +.PHONY : lib1552/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1553.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1553.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1553.dir/rule + +# Convenience name for target. +lib1553: external/curl/tests/libtest/CMakeFiles/lib1553.dir/rule +.PHONY : lib1553 + +# fast build rule for target. +lib1553/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/build +.PHONY : lib1553/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1554.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1554.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1554.dir/rule + +# Convenience name for target. +lib1554: external/curl/tests/libtest/CMakeFiles/lib1554.dir/rule +.PHONY : lib1554 + +# fast build rule for target. +lib1554/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/build +.PHONY : lib1554/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1555.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1555.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1555.dir/rule + +# Convenience name for target. +lib1555: external/curl/tests/libtest/CMakeFiles/lib1555.dir/rule +.PHONY : lib1555 + +# fast build rule for target. +lib1555/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/build +.PHONY : lib1555/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1556.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1556.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1556.dir/rule + +# Convenience name for target. +lib1556: external/curl/tests/libtest/CMakeFiles/lib1556.dir/rule +.PHONY : lib1556 + +# fast build rule for target. +lib1556/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/build +.PHONY : lib1556/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1557.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1557.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1557.dir/rule + +# Convenience name for target. +lib1557: external/curl/tests/libtest/CMakeFiles/lib1557.dir/rule +.PHONY : lib1557 + +# fast build rule for target. +lib1557/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/build +.PHONY : lib1557/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1558.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1558.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1558.dir/rule + +# Convenience name for target. +lib1558: external/curl/tests/libtest/CMakeFiles/lib1558.dir/rule +.PHONY : lib1558 + +# fast build rule for target. +lib1558/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/build +.PHONY : lib1558/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1559.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1559.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1559.dir/rule + +# Convenience name for target. +lib1559: external/curl/tests/libtest/CMakeFiles/lib1559.dir/rule +.PHONY : lib1559 + +# fast build rule for target. +lib1559/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/build +.PHONY : lib1559/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1560.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1560.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1560.dir/rule + +# Convenience name for target. +lib1560: external/curl/tests/libtest/CMakeFiles/lib1560.dir/rule +.PHONY : lib1560 + +# fast build rule for target. +lib1560/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/build +.PHONY : lib1560/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1564.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1564.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1564.dir/rule + +# Convenience name for target. +lib1564: external/curl/tests/libtest/CMakeFiles/lib1564.dir/rule +.PHONY : lib1564 + +# fast build rule for target. +lib1564/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/build +.PHONY : lib1564/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1565.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1565.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1565.dir/rule + +# Convenience name for target. +lib1565: external/curl/tests/libtest/CMakeFiles/lib1565.dir/rule +.PHONY : lib1565 + +# fast build rule for target. +lib1565/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/build +.PHONY : lib1565/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1567.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1567.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1567.dir/rule + +# Convenience name for target. +lib1567: external/curl/tests/libtest/CMakeFiles/lib1567.dir/rule +.PHONY : lib1567 + +# fast build rule for target. +lib1567/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/build +.PHONY : lib1567/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1568.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1568.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1568.dir/rule + +# Convenience name for target. +lib1568: external/curl/tests/libtest/CMakeFiles/lib1568.dir/rule +.PHONY : lib1568 + +# fast build rule for target. +lib1568/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/build +.PHONY : lib1568/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1569.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1569.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1569.dir/rule + +# Convenience name for target. +lib1569: external/curl/tests/libtest/CMakeFiles/lib1569.dir/rule +.PHONY : lib1569 + +# fast build rule for target. +lib1569/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/build +.PHONY : lib1569/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1571.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1571.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1571.dir/rule + +# Convenience name for target. +lib1571: external/curl/tests/libtest/CMakeFiles/lib1571.dir/rule +.PHONY : lib1571 + +# fast build rule for target. +lib1571/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/build +.PHONY : lib1571/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1576.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1576.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1576.dir/rule + +# Convenience name for target. +lib1576: external/curl/tests/libtest/CMakeFiles/lib1576.dir/rule +.PHONY : lib1576 + +# fast build rule for target. +lib1576/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/build +.PHONY : lib1576/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1578.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1578.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1578.dir/rule + +# Convenience name for target. +lib1578: external/curl/tests/libtest/CMakeFiles/lib1578.dir/rule +.PHONY : lib1578 + +# fast build rule for target. +lib1578/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/build +.PHONY : lib1578/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1591.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1591.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1591.dir/rule + +# Convenience name for target. +lib1591: external/curl/tests/libtest/CMakeFiles/lib1591.dir/rule +.PHONY : lib1591 + +# fast build rule for target. +lib1591/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/build +.PHONY : lib1591/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1592.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1592.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1592.dir/rule + +# Convenience name for target. +lib1592: external/curl/tests/libtest/CMakeFiles/lib1592.dir/rule +.PHONY : lib1592 + +# fast build rule for target. +lib1592/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/build +.PHONY : lib1592/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1593.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1593.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1593.dir/rule + +# Convenience name for target. +lib1593: external/curl/tests/libtest/CMakeFiles/lib1593.dir/rule +.PHONY : lib1593 + +# fast build rule for target. +lib1593/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/build +.PHONY : lib1593/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1594.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1594.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1594.dir/rule + +# Convenience name for target. +lib1594: external/curl/tests/libtest/CMakeFiles/lib1594.dir/rule +.PHONY : lib1594 + +# fast build rule for target. +lib1594/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/build +.PHONY : lib1594/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1596.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1596.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1596.dir/rule + +# Convenience name for target. +lib1596: external/curl/tests/libtest/CMakeFiles/lib1596.dir/rule +.PHONY : lib1596 + +# fast build rule for target. +lib1596/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/build +.PHONY : lib1596/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1597.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1597.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1597.dir/rule + +# Convenience name for target. +lib1597: external/curl/tests/libtest/CMakeFiles/lib1597.dir/rule +.PHONY : lib1597 + +# fast build rule for target. +lib1597/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/build +.PHONY : lib1597/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1598.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1598.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1598.dir/rule + +# Convenience name for target. +lib1598: external/curl/tests/libtest/CMakeFiles/lib1598.dir/rule +.PHONY : lib1598 + +# fast build rule for target. +lib1598/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/build +.PHONY : lib1598/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1662.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1662.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1662.dir/rule + +# Convenience name for target. +lib1662: external/curl/tests/libtest/CMakeFiles/lib1662.dir/rule +.PHONY : lib1662 + +# fast build rule for target. +lib1662/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/build +.PHONY : lib1662/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1900.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1900.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1900.dir/rule + +# Convenience name for target. +lib1900: external/curl/tests/libtest/CMakeFiles/lib1900.dir/rule +.PHONY : lib1900 + +# fast build rule for target. +lib1900/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/build +.PHONY : lib1900/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1901.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1901.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1901.dir/rule + +# Convenience name for target. +lib1901: external/curl/tests/libtest/CMakeFiles/lib1901.dir/rule +.PHONY : lib1901 + +# fast build rule for target. +lib1901/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/build +.PHONY : lib1901/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1903.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1903.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1903.dir/rule + +# Convenience name for target. +lib1903: external/curl/tests/libtest/CMakeFiles/lib1903.dir/rule +.PHONY : lib1903 + +# fast build rule for target. +lib1903/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/build +.PHONY : lib1903/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1905.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1905.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1905.dir/rule + +# Convenience name for target. +lib1905: external/curl/tests/libtest/CMakeFiles/lib1905.dir/rule +.PHONY : lib1905 + +# fast build rule for target. +lib1905/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/build +.PHONY : lib1905/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1906.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1906.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1906.dir/rule + +# Convenience name for target. +lib1906: external/curl/tests/libtest/CMakeFiles/lib1906.dir/rule +.PHONY : lib1906 + +# fast build rule for target. +lib1906/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/build +.PHONY : lib1906/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1907.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1907.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1907.dir/rule + +# Convenience name for target. +lib1907: external/curl/tests/libtest/CMakeFiles/lib1907.dir/rule +.PHONY : lib1907 + +# fast build rule for target. +lib1907/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/build +.PHONY : lib1907/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1908.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1908.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1908.dir/rule + +# Convenience name for target. +lib1908: external/curl/tests/libtest/CMakeFiles/lib1908.dir/rule +.PHONY : lib1908 + +# fast build rule for target. +lib1908/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/build +.PHONY : lib1908/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1910.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1910.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1910.dir/rule + +# Convenience name for target. +lib1910: external/curl/tests/libtest/CMakeFiles/lib1910.dir/rule +.PHONY : lib1910 + +# fast build rule for target. +lib1910/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/build +.PHONY : lib1910/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1911.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1911.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1911.dir/rule + +# Convenience name for target. +lib1911: external/curl/tests/libtest/CMakeFiles/lib1911.dir/rule +.PHONY : lib1911 + +# fast build rule for target. +lib1911/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/build +.PHONY : lib1911/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1912.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1912.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1912.dir/rule + +# Convenience name for target. +lib1912: external/curl/tests/libtest/CMakeFiles/lib1912.dir/rule +.PHONY : lib1912 + +# fast build rule for target. +lib1912/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/build +.PHONY : lib1912/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1913.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1913.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1913.dir/rule + +# Convenience name for target. +lib1913: external/curl/tests/libtest/CMakeFiles/lib1913.dir/rule +.PHONY : lib1913 + +# fast build rule for target. +lib1913/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/build +.PHONY : lib1913/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1915.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1915.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1915.dir/rule + +# Convenience name for target. +lib1915: external/curl/tests/libtest/CMakeFiles/lib1915.dir/rule +.PHONY : lib1915 + +# fast build rule for target. +lib1915/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/build +.PHONY : lib1915/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1916.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1916.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1916.dir/rule + +# Convenience name for target. +lib1916: external/curl/tests/libtest/CMakeFiles/lib1916.dir/rule +.PHONY : lib1916 + +# fast build rule for target. +lib1916/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/build +.PHONY : lib1916/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1917.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1917.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1917.dir/rule + +# Convenience name for target. +lib1917: external/curl/tests/libtest/CMakeFiles/lib1917.dir/rule +.PHONY : lib1917 + +# fast build rule for target. +lib1917/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/build +.PHONY : lib1917/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1918.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1918.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1918.dir/rule + +# Convenience name for target. +lib1918: external/curl/tests/libtest/CMakeFiles/lib1918.dir/rule +.PHONY : lib1918 + +# fast build rule for target. +lib1918/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/build +.PHONY : lib1918/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1919.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1919.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1919.dir/rule + +# Convenience name for target. +lib1919: external/curl/tests/libtest/CMakeFiles/lib1919.dir/rule +.PHONY : lib1919 + +# fast build rule for target. +lib1919/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/build +.PHONY : lib1919/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1933.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1933.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1933.dir/rule + +# Convenience name for target. +lib1933: external/curl/tests/libtest/CMakeFiles/lib1933.dir/rule +.PHONY : lib1933 + +# fast build rule for target. +lib1933/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/build +.PHONY : lib1933/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1934.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1934.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1934.dir/rule + +# Convenience name for target. +lib1934: external/curl/tests/libtest/CMakeFiles/lib1934.dir/rule +.PHONY : lib1934 + +# fast build rule for target. +lib1934/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/build +.PHONY : lib1934/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1935.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1935.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1935.dir/rule + +# Convenience name for target. +lib1935: external/curl/tests/libtest/CMakeFiles/lib1935.dir/rule +.PHONY : lib1935 + +# fast build rule for target. +lib1935/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/build +.PHONY : lib1935/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1936.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1936.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1936.dir/rule + +# Convenience name for target. +lib1936: external/curl/tests/libtest/CMakeFiles/lib1936.dir/rule +.PHONY : lib1936 + +# fast build rule for target. +lib1936/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/build +.PHONY : lib1936/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1937.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1937.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1937.dir/rule + +# Convenience name for target. +lib1937: external/curl/tests/libtest/CMakeFiles/lib1937.dir/rule +.PHONY : lib1937 + +# fast build rule for target. +lib1937/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/build +.PHONY : lib1937/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1938.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1938.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1938.dir/rule + +# Convenience name for target. +lib1938: external/curl/tests/libtest/CMakeFiles/lib1938.dir/rule +.PHONY : lib1938 + +# fast build rule for target. +lib1938/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/build +.PHONY : lib1938/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1939.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1939.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1939.dir/rule + +# Convenience name for target. +lib1939: external/curl/tests/libtest/CMakeFiles/lib1939.dir/rule +.PHONY : lib1939 + +# fast build rule for target. +lib1939/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/build +.PHONY : lib1939/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1940.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1940.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1940.dir/rule + +# Convenience name for target. +lib1940: external/curl/tests/libtest/CMakeFiles/lib1940.dir/rule +.PHONY : lib1940 + +# fast build rule for target. +lib1940/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/build +.PHONY : lib1940/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1945.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1945.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1945.dir/rule + +# Convenience name for target. +lib1945: external/curl/tests/libtest/CMakeFiles/lib1945.dir/rule +.PHONY : lib1945 + +# fast build rule for target. +lib1945/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/build +.PHONY : lib1945/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1946.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1946.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1946.dir/rule + +# Convenience name for target. +lib1946: external/curl/tests/libtest/CMakeFiles/lib1946.dir/rule +.PHONY : lib1946 + +# fast build rule for target. +lib1946/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/build +.PHONY : lib1946/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1947.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1947.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1947.dir/rule + +# Convenience name for target. +lib1947: external/curl/tests/libtest/CMakeFiles/lib1947.dir/rule +.PHONY : lib1947 + +# fast build rule for target. +lib1947/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/build +.PHONY : lib1947/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1948.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1948.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1948.dir/rule + +# Convenience name for target. +lib1948: external/curl/tests/libtest/CMakeFiles/lib1948.dir/rule +.PHONY : lib1948 + +# fast build rule for target. +lib1948/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/build +.PHONY : lib1948/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1955.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1955.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1955.dir/rule + +# Convenience name for target. +lib1955: external/curl/tests/libtest/CMakeFiles/lib1955.dir/rule +.PHONY : lib1955 + +# fast build rule for target. +lib1955/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/build +.PHONY : lib1955/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1956.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1956.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1956.dir/rule + +# Convenience name for target. +lib1956: external/curl/tests/libtest/CMakeFiles/lib1956.dir/rule +.PHONY : lib1956 + +# fast build rule for target. +lib1956/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/build +.PHONY : lib1956/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1957.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1957.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1957.dir/rule + +# Convenience name for target. +lib1957: external/curl/tests/libtest/CMakeFiles/lib1957.dir/rule +.PHONY : lib1957 + +# fast build rule for target. +lib1957/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/build +.PHONY : lib1957/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1958.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1958.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1958.dir/rule + +# Convenience name for target. +lib1958: external/curl/tests/libtest/CMakeFiles/lib1958.dir/rule +.PHONY : lib1958 + +# fast build rule for target. +lib1958/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/build +.PHONY : lib1958/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1959.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1959.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1959.dir/rule + +# Convenience name for target. +lib1959: external/curl/tests/libtest/CMakeFiles/lib1959.dir/rule +.PHONY : lib1959 + +# fast build rule for target. +lib1959/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/build +.PHONY : lib1959/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1960.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1960.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1960.dir/rule + +# Convenience name for target. +lib1960: external/curl/tests/libtest/CMakeFiles/lib1960.dir/rule +.PHONY : lib1960 + +# fast build rule for target. +lib1960/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/build +.PHONY : lib1960/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1964.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1964.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1964.dir/rule + +# Convenience name for target. +lib1964: external/curl/tests/libtest/CMakeFiles/lib1964.dir/rule +.PHONY : lib1964 + +# fast build rule for target. +lib1964/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/build +.PHONY : lib1964/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1970.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1970.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1970.dir/rule + +# Convenience name for target. +lib1970: external/curl/tests/libtest/CMakeFiles/lib1970.dir/rule +.PHONY : lib1970 + +# fast build rule for target. +lib1970/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/build +.PHONY : lib1970/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1971.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1971.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1971.dir/rule + +# Convenience name for target. +lib1971: external/curl/tests/libtest/CMakeFiles/lib1971.dir/rule +.PHONY : lib1971 + +# fast build rule for target. +lib1971/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/build +.PHONY : lib1971/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1972.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1972.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1972.dir/rule + +# Convenience name for target. +lib1972: external/curl/tests/libtest/CMakeFiles/lib1972.dir/rule +.PHONY : lib1972 + +# fast build rule for target. +lib1972/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/build +.PHONY : lib1972/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1973.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1973.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1973.dir/rule + +# Convenience name for target. +lib1973: external/curl/tests/libtest/CMakeFiles/lib1973.dir/rule +.PHONY : lib1973 + +# fast build rule for target. +lib1973/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/build +.PHONY : lib1973/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1974.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1974.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1974.dir/rule + +# Convenience name for target. +lib1974: external/curl/tests/libtest/CMakeFiles/lib1974.dir/rule +.PHONY : lib1974 + +# fast build rule for target. +lib1974/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/build +.PHONY : lib1974/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1975.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1975.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1975.dir/rule + +# Convenience name for target. +lib1975: external/curl/tests/libtest/CMakeFiles/lib1975.dir/rule +.PHONY : lib1975 + +# fast build rule for target. +lib1975/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/build +.PHONY : lib1975/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1977.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1977.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1977.dir/rule + +# Convenience name for target. +lib1977: external/curl/tests/libtest/CMakeFiles/lib1977.dir/rule +.PHONY : lib1977 + +# fast build rule for target. +lib1977/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/build +.PHONY : lib1977/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib1978.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1978.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib1978.dir/rule + +# Convenience name for target. +lib1978: external/curl/tests/libtest/CMakeFiles/lib1978.dir/rule +.PHONY : lib1978 + +# fast build rule for target. +lib1978/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/build +.PHONY : lib1978/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib2301.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2301.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2301.dir/rule + +# Convenience name for target. +lib2301: external/curl/tests/libtest/CMakeFiles/lib2301.dir/rule +.PHONY : lib2301 + +# fast build rule for target. +lib2301/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/build +.PHONY : lib2301/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib2302.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2302.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2302.dir/rule + +# Convenience name for target. +lib2302: external/curl/tests/libtest/CMakeFiles/lib2302.dir/rule +.PHONY : lib2302 + +# fast build rule for target. +lib2302/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/build +.PHONY : lib2302/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib2304.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2304.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2304.dir/rule + +# Convenience name for target. +lib2304: external/curl/tests/libtest/CMakeFiles/lib2304.dir/rule +.PHONY : lib2304 + +# fast build rule for target. +lib2304/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/build +.PHONY : lib2304/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib2305.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2305.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2305.dir/rule + +# Convenience name for target. +lib2305: external/curl/tests/libtest/CMakeFiles/lib2305.dir/rule +.PHONY : lib2305 + +# fast build rule for target. +lib2305/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/build +.PHONY : lib2305/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib2306.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2306.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2306.dir/rule + +# Convenience name for target. +lib2306: external/curl/tests/libtest/CMakeFiles/lib2306.dir/rule +.PHONY : lib2306 + +# fast build rule for target. +lib2306/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/build +.PHONY : lib2306/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib2308.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2308.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2308.dir/rule + +# Convenience name for target. +lib2308: external/curl/tests/libtest/CMakeFiles/lib2308.dir/rule +.PHONY : lib2308 + +# fast build rule for target. +lib2308/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/build +.PHONY : lib2308/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib2309.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2309.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2309.dir/rule + +# Convenience name for target. +lib2309: external/curl/tests/libtest/CMakeFiles/lib2309.dir/rule +.PHONY : lib2309 + +# fast build rule for target. +lib2309/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/build +.PHONY : lib2309/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib2310.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2310.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2310.dir/rule + +# Convenience name for target. +lib2310: external/curl/tests/libtest/CMakeFiles/lib2310.dir/rule +.PHONY : lib2310 + +# fast build rule for target. +lib2310/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/build +.PHONY : lib2310/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib2311.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2311.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2311.dir/rule + +# Convenience name for target. +lib2311: external/curl/tests/libtest/CMakeFiles/lib2311.dir/rule +.PHONY : lib2311 + +# fast build rule for target. +lib2311/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/build +.PHONY : lib2311/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib2312.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2312.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2312.dir/rule + +# Convenience name for target. +lib2312: external/curl/tests/libtest/CMakeFiles/lib2312.dir/rule +.PHONY : lib2312 + +# fast build rule for target. +lib2312/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/build +.PHONY : lib2312/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib2402.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2402.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2402.dir/rule + +# Convenience name for target. +lib2402: external/curl/tests/libtest/CMakeFiles/lib2402.dir/rule +.PHONY : lib2402 + +# fast build rule for target. +lib2402/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/build +.PHONY : lib2402/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib2404.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2404.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2404.dir/rule + +# Convenience name for target. +lib2404: external/curl/tests/libtest/CMakeFiles/lib2404.dir/rule +.PHONY : lib2404 + +# fast build rule for target. +lib2404/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/build +.PHONY : lib2404/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib2405.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2405.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2405.dir/rule + +# Convenience name for target. +lib2405: external/curl/tests/libtest/CMakeFiles/lib2405.dir/rule +.PHONY : lib2405 + +# fast build rule for target. +lib2405/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/build +.PHONY : lib2405/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib2502.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2502.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib2502.dir/rule + +# Convenience name for target. +lib2502: external/curl/tests/libtest/CMakeFiles/lib2502.dir/rule +.PHONY : lib2502 + +# fast build rule for target. +lib2502/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/build +.PHONY : lib2502/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib3010.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3010.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3010.dir/rule + +# Convenience name for target. +lib3010: external/curl/tests/libtest/CMakeFiles/lib3010.dir/rule +.PHONY : lib3010 + +# fast build rule for target. +lib3010/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/build +.PHONY : lib3010/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib3025.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3025.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3025.dir/rule + +# Convenience name for target. +lib3025: external/curl/tests/libtest/CMakeFiles/lib3025.dir/rule +.PHONY : lib3025 + +# fast build rule for target. +lib3025/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/build +.PHONY : lib3025/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib3026.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3026.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3026.dir/rule + +# Convenience name for target. +lib3026: external/curl/tests/libtest/CMakeFiles/lib3026.dir/rule +.PHONY : lib3026 + +# fast build rule for target. +lib3026/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/build +.PHONY : lib3026/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib3027.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3027.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3027.dir/rule + +# Convenience name for target. +lib3027: external/curl/tests/libtest/CMakeFiles/lib3027.dir/rule +.PHONY : lib3027 + +# fast build rule for target. +lib3027/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/build +.PHONY : lib3027/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib3100.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3100.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3100.dir/rule + +# Convenience name for target. +lib3100: external/curl/tests/libtest/CMakeFiles/lib3100.dir/rule +.PHONY : lib3100 + +# fast build rule for target. +lib3100/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/build +.PHONY : lib3100/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib3101.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3101.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3101.dir/rule + +# Convenience name for target. +lib3101: external/curl/tests/libtest/CMakeFiles/lib3101.dir/rule +.PHONY : lib3101 + +# fast build rule for target. +lib3101/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/build +.PHONY : lib3101/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib3102.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3102.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3102.dir/rule + +# Convenience name for target. +lib3102: external/curl/tests/libtest/CMakeFiles/lib3102.dir/rule +.PHONY : lib3102 + +# fast build rule for target. +lib3102/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/build +.PHONY : lib3102/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib3103.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3103.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3103.dir/rule + +# Convenience name for target. +lib3103: external/curl/tests/libtest/CMakeFiles/lib3103.dir/rule +.PHONY : lib3103 + +# fast build rule for target. +lib3103/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/build +.PHONY : lib3103/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib3104.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3104.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3104.dir/rule + +# Convenience name for target. +lib3104: external/curl/tests/libtest/CMakeFiles/lib3104.dir/rule +.PHONY : lib3104 + +# fast build rule for target. +lib3104/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/build +.PHONY : lib3104/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib3105.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3105.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3105.dir/rule + +# Convenience name for target. +lib3105: external/curl/tests/libtest/CMakeFiles/lib3105.dir/rule +.PHONY : lib3105 + +# fast build rule for target. +lib3105/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/build +.PHONY : lib3105/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib3207.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3207.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3207.dir/rule + +# Convenience name for target. +lib3207: external/curl/tests/libtest/CMakeFiles/lib3207.dir/rule +.PHONY : lib3207 + +# fast build rule for target. +lib3207/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/build +.PHONY : lib3207/fast + +# Convenience name for target. +external/curl/tests/libtest/CMakeFiles/lib3208.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3208.dir/rule +.PHONY : external/curl/tests/libtest/CMakeFiles/lib3208.dir/rule + +# Convenience name for target. +lib3208: external/curl/tests/libtest/CMakeFiles/lib3208.dir/rule +.PHONY : lib3208 + +# fast build rule for target. +lib3208/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/build +.PHONY : lib3208/fast + +first.o: first.c.o +.PHONY : first.o + +# target to build an object file +first.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.o +.PHONY : first.c.o + +first.i: first.c.i +.PHONY : first.i + +# target to preprocess a source file +first.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.i +.PHONY : first.c.i + +first.s: first.c.s +.PHONY : first.s + +# target to generate assembly for a file +first.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.s +.PHONY : first.c.s + +lib1156.o: lib1156.c.o +.PHONY : lib1156.o + +# target to build an object file +lib1156.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.o +.PHONY : lib1156.c.o + +lib1156.i: lib1156.c.i +.PHONY : lib1156.i + +# target to preprocess a source file +lib1156.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.i +.PHONY : lib1156.c.i + +lib1156.s: lib1156.c.s +.PHONY : lib1156.s + +# target to generate assembly for a file +lib1156.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.s +.PHONY : lib1156.c.s + +lib1301.o: lib1301.c.o +.PHONY : lib1301.o + +# target to build an object file +lib1301.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.o +.PHONY : lib1301.c.o + +lib1301.i: lib1301.c.i +.PHONY : lib1301.i + +# target to preprocess a source file +lib1301.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.i +.PHONY : lib1301.c.i + +lib1301.s: lib1301.c.s +.PHONY : lib1301.s + +# target to generate assembly for a file +lib1301.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.s +.PHONY : lib1301.c.s + +lib1308.o: lib1308.c.o +.PHONY : lib1308.o + +# target to build an object file +lib1308.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.o +.PHONY : lib1308.c.o + +lib1308.i: lib1308.c.i +.PHONY : lib1308.i + +# target to preprocess a source file +lib1308.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.i +.PHONY : lib1308.c.i + +lib1308.s: lib1308.c.s +.PHONY : lib1308.s + +# target to generate assembly for a file +lib1308.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.s +.PHONY : lib1308.c.s + +lib1485.o: lib1485.c.o +.PHONY : lib1485.o + +# target to build an object file +lib1485.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.o +.PHONY : lib1485.c.o + +lib1485.i: lib1485.c.i +.PHONY : lib1485.i + +# target to preprocess a source file +lib1485.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.i +.PHONY : lib1485.c.i + +lib1485.s: lib1485.c.s +.PHONY : lib1485.s + +# target to generate assembly for a file +lib1485.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.s +.PHONY : lib1485.c.s + +lib1500.o: lib1500.c.o +.PHONY : lib1500.o + +# target to build an object file +lib1500.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.o +.PHONY : lib1500.c.o + +lib1500.i: lib1500.c.i +.PHONY : lib1500.i + +# target to preprocess a source file +lib1500.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.i +.PHONY : lib1500.c.i + +lib1500.s: lib1500.c.s +.PHONY : lib1500.s + +# target to generate assembly for a file +lib1500.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.s +.PHONY : lib1500.c.s + +lib1501.o: lib1501.c.o +.PHONY : lib1501.o + +# target to build an object file +lib1501.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.o +.PHONY : lib1501.c.o + +lib1501.i: lib1501.c.i +.PHONY : lib1501.i + +# target to preprocess a source file +lib1501.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.i +.PHONY : lib1501.c.i + +lib1501.s: lib1501.c.s +.PHONY : lib1501.s + +# target to generate assembly for a file +lib1501.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.s +.PHONY : lib1501.c.s + +lib1502.o: lib1502.c.o +.PHONY : lib1502.o + +# target to build an object file +lib1502.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.o +.PHONY : lib1502.c.o + +lib1502.i: lib1502.c.i +.PHONY : lib1502.i + +# target to preprocess a source file +lib1502.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.i +.PHONY : lib1502.c.i + +lib1502.s: lib1502.c.s +.PHONY : lib1502.s + +# target to generate assembly for a file +lib1502.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.s +.PHONY : lib1502.c.s + +lib1506.o: lib1506.c.o +.PHONY : lib1506.o + +# target to build an object file +lib1506.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.o +.PHONY : lib1506.c.o + +lib1506.i: lib1506.c.i +.PHONY : lib1506.i + +# target to preprocess a source file +lib1506.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.i +.PHONY : lib1506.c.i + +lib1506.s: lib1506.c.s +.PHONY : lib1506.s + +# target to generate assembly for a file +lib1506.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.s +.PHONY : lib1506.c.s + +lib1507.o: lib1507.c.o +.PHONY : lib1507.o + +# target to build an object file +lib1507.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.o +.PHONY : lib1507.c.o + +lib1507.i: lib1507.c.i +.PHONY : lib1507.i + +# target to preprocess a source file +lib1507.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.i +.PHONY : lib1507.c.i + +lib1507.s: lib1507.c.s +.PHONY : lib1507.s + +# target to generate assembly for a file +lib1507.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.s +.PHONY : lib1507.c.s + +lib1508.o: lib1508.c.o +.PHONY : lib1508.o + +# target to build an object file +lib1508.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.o +.PHONY : lib1508.c.o + +lib1508.i: lib1508.c.i +.PHONY : lib1508.i + +# target to preprocess a source file +lib1508.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.i +.PHONY : lib1508.c.i + +lib1508.s: lib1508.c.s +.PHONY : lib1508.s + +# target to generate assembly for a file +lib1508.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.s +.PHONY : lib1508.c.s + +lib1509.o: lib1509.c.o +.PHONY : lib1509.o + +# target to build an object file +lib1509.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.o +.PHONY : lib1509.c.o + +lib1509.i: lib1509.c.i +.PHONY : lib1509.i + +# target to preprocess a source file +lib1509.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.i +.PHONY : lib1509.c.i + +lib1509.s: lib1509.c.s +.PHONY : lib1509.s + +# target to generate assembly for a file +lib1509.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.s +.PHONY : lib1509.c.s + +lib1510.o: lib1510.c.o +.PHONY : lib1510.o + +# target to build an object file +lib1510.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.o +.PHONY : lib1510.c.o + +lib1510.i: lib1510.c.i +.PHONY : lib1510.i + +# target to preprocess a source file +lib1510.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.i +.PHONY : lib1510.c.i + +lib1510.s: lib1510.c.s +.PHONY : lib1510.s + +# target to generate assembly for a file +lib1510.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.s +.PHONY : lib1510.c.s + +lib1511.o: lib1511.c.o +.PHONY : lib1511.o + +# target to build an object file +lib1511.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.o +.PHONY : lib1511.c.o + +lib1511.i: lib1511.c.i +.PHONY : lib1511.i + +# target to preprocess a source file +lib1511.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.i +.PHONY : lib1511.c.i + +lib1511.s: lib1511.c.s +.PHONY : lib1511.s + +# target to generate assembly for a file +lib1511.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.s +.PHONY : lib1511.c.s + +lib1512.o: lib1512.c.o +.PHONY : lib1512.o + +# target to build an object file +lib1512.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.o +.PHONY : lib1512.c.o + +lib1512.i: lib1512.c.i +.PHONY : lib1512.i + +# target to preprocess a source file +lib1512.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.i +.PHONY : lib1512.c.i + +lib1512.s: lib1512.c.s +.PHONY : lib1512.s + +# target to generate assembly for a file +lib1512.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.s +.PHONY : lib1512.c.s + +lib1513.o: lib1513.c.o +.PHONY : lib1513.o + +# target to build an object file +lib1513.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.o +.PHONY : lib1513.c.o + +lib1513.i: lib1513.c.i +.PHONY : lib1513.i + +# target to preprocess a source file +lib1513.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.i +.PHONY : lib1513.c.i + +lib1513.s: lib1513.c.s +.PHONY : lib1513.s + +# target to generate assembly for a file +lib1513.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.s +.PHONY : lib1513.c.s + +lib1514.o: lib1514.c.o +.PHONY : lib1514.o + +# target to build an object file +lib1514.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.o +.PHONY : lib1514.c.o + +lib1514.i: lib1514.c.i +.PHONY : lib1514.i + +# target to preprocess a source file +lib1514.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.i +.PHONY : lib1514.c.i + +lib1514.s: lib1514.c.s +.PHONY : lib1514.s + +# target to generate assembly for a file +lib1514.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.s +.PHONY : lib1514.c.s + +lib1515.o: lib1515.c.o +.PHONY : lib1515.o + +# target to build an object file +lib1515.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.o +.PHONY : lib1515.c.o + +lib1515.i: lib1515.c.i +.PHONY : lib1515.i + +# target to preprocess a source file +lib1515.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.i +.PHONY : lib1515.c.i + +lib1515.s: lib1515.c.s +.PHONY : lib1515.s + +# target to generate assembly for a file +lib1515.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.s +.PHONY : lib1515.c.s + +lib1517.o: lib1517.c.o +.PHONY : lib1517.o + +# target to build an object file +lib1517.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.o +.PHONY : lib1517.c.o + +lib1517.i: lib1517.c.i +.PHONY : lib1517.i + +# target to preprocess a source file +lib1517.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.i +.PHONY : lib1517.c.i + +lib1517.s: lib1517.c.s +.PHONY : lib1517.s + +# target to generate assembly for a file +lib1517.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.s +.PHONY : lib1517.c.s + +lib1518.o: lib1518.c.o +.PHONY : lib1518.o + +# target to build an object file +lib1518.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.o +.PHONY : lib1518.c.o + +lib1518.i: lib1518.c.i +.PHONY : lib1518.i + +# target to preprocess a source file +lib1518.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.i +.PHONY : lib1518.c.i + +lib1518.s: lib1518.c.s +.PHONY : lib1518.s + +# target to generate assembly for a file +lib1518.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.s +.PHONY : lib1518.c.s + +lib1520.o: lib1520.c.o +.PHONY : lib1520.o + +# target to build an object file +lib1520.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.o +.PHONY : lib1520.c.o + +lib1520.i: lib1520.c.i +.PHONY : lib1520.i + +# target to preprocess a source file +lib1520.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.i +.PHONY : lib1520.c.i + +lib1520.s: lib1520.c.s +.PHONY : lib1520.s + +# target to generate assembly for a file +lib1520.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.s +.PHONY : lib1520.c.s + +lib1521.o: lib1521.c.o +.PHONY : lib1521.o + +# target to build an object file +lib1521.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.o +.PHONY : lib1521.c.o + +lib1521.i: lib1521.c.i +.PHONY : lib1521.i + +# target to preprocess a source file +lib1521.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.i +.PHONY : lib1521.c.i + +lib1521.s: lib1521.c.s +.PHONY : lib1521.s + +# target to generate assembly for a file +lib1521.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.s +.PHONY : lib1521.c.s + +lib1522.o: lib1522.c.o +.PHONY : lib1522.o + +# target to build an object file +lib1522.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.o +.PHONY : lib1522.c.o + +lib1522.i: lib1522.c.i +.PHONY : lib1522.i + +# target to preprocess a source file +lib1522.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.i +.PHONY : lib1522.c.i + +lib1522.s: lib1522.c.s +.PHONY : lib1522.s + +# target to generate assembly for a file +lib1522.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.s +.PHONY : lib1522.c.s + +lib1523.o: lib1523.c.o +.PHONY : lib1523.o + +# target to build an object file +lib1523.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.o +.PHONY : lib1523.c.o + +lib1523.i: lib1523.c.i +.PHONY : lib1523.i + +# target to preprocess a source file +lib1523.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.i +.PHONY : lib1523.c.i + +lib1523.s: lib1523.c.s +.PHONY : lib1523.s + +# target to generate assembly for a file +lib1523.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.s +.PHONY : lib1523.c.s + +lib1525.o: lib1525.c.o +.PHONY : lib1525.o + +# target to build an object file +lib1525.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.o +.PHONY : lib1525.c.o + +lib1525.i: lib1525.c.i +.PHONY : lib1525.i + +# target to preprocess a source file +lib1525.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.i +.PHONY : lib1525.c.i + +lib1525.s: lib1525.c.s +.PHONY : lib1525.s + +# target to generate assembly for a file +lib1525.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.s +.PHONY : lib1525.c.s + +lib1526.o: lib1526.c.o +.PHONY : lib1526.o + +# target to build an object file +lib1526.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.o +.PHONY : lib1526.c.o + +lib1526.i: lib1526.c.i +.PHONY : lib1526.i + +# target to preprocess a source file +lib1526.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.i +.PHONY : lib1526.c.i + +lib1526.s: lib1526.c.s +.PHONY : lib1526.s + +# target to generate assembly for a file +lib1526.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.s +.PHONY : lib1526.c.s + +lib1527.o: lib1527.c.o +.PHONY : lib1527.o + +# target to build an object file +lib1527.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.o +.PHONY : lib1527.c.o + +lib1527.i: lib1527.c.i +.PHONY : lib1527.i + +# target to preprocess a source file +lib1527.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.i +.PHONY : lib1527.c.i + +lib1527.s: lib1527.c.s +.PHONY : lib1527.s + +# target to generate assembly for a file +lib1527.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.s +.PHONY : lib1527.c.s + +lib1528.o: lib1528.c.o +.PHONY : lib1528.o + +# target to build an object file +lib1528.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.o +.PHONY : lib1528.c.o + +lib1528.i: lib1528.c.i +.PHONY : lib1528.i + +# target to preprocess a source file +lib1528.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.i +.PHONY : lib1528.c.i + +lib1528.s: lib1528.c.s +.PHONY : lib1528.s + +# target to generate assembly for a file +lib1528.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.s +.PHONY : lib1528.c.s + +lib1529.o: lib1529.c.o +.PHONY : lib1529.o + +# target to build an object file +lib1529.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.o +.PHONY : lib1529.c.o + +lib1529.i: lib1529.c.i +.PHONY : lib1529.i + +# target to preprocess a source file +lib1529.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.i +.PHONY : lib1529.c.i + +lib1529.s: lib1529.c.s +.PHONY : lib1529.s + +# target to generate assembly for a file +lib1529.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.s +.PHONY : lib1529.c.s + +lib1530.o: lib1530.c.o +.PHONY : lib1530.o + +# target to build an object file +lib1530.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.o +.PHONY : lib1530.c.o + +lib1530.i: lib1530.c.i +.PHONY : lib1530.i + +# target to preprocess a source file +lib1530.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.i +.PHONY : lib1530.c.i + +lib1530.s: lib1530.c.s +.PHONY : lib1530.s + +# target to generate assembly for a file +lib1530.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.s +.PHONY : lib1530.c.s + +lib1531.o: lib1531.c.o +.PHONY : lib1531.o + +# target to build an object file +lib1531.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.o +.PHONY : lib1531.c.o + +lib1531.i: lib1531.c.i +.PHONY : lib1531.i + +# target to preprocess a source file +lib1531.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.i +.PHONY : lib1531.c.i + +lib1531.s: lib1531.c.s +.PHONY : lib1531.s + +# target to generate assembly for a file +lib1531.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.s +.PHONY : lib1531.c.s + +lib1532.o: lib1532.c.o +.PHONY : lib1532.o + +# target to build an object file +lib1532.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.o +.PHONY : lib1532.c.o + +lib1532.i: lib1532.c.i +.PHONY : lib1532.i + +# target to preprocess a source file +lib1532.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.i +.PHONY : lib1532.c.i + +lib1532.s: lib1532.c.s +.PHONY : lib1532.s + +# target to generate assembly for a file +lib1532.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.s +.PHONY : lib1532.c.s + +lib1533.o: lib1533.c.o +.PHONY : lib1533.o + +# target to build an object file +lib1533.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.o +.PHONY : lib1533.c.o + +lib1533.i: lib1533.c.i +.PHONY : lib1533.i + +# target to preprocess a source file +lib1533.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.i +.PHONY : lib1533.c.i + +lib1533.s: lib1533.c.s +.PHONY : lib1533.s + +# target to generate assembly for a file +lib1533.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.s +.PHONY : lib1533.c.s + +lib1534.o: lib1534.c.o +.PHONY : lib1534.o + +# target to build an object file +lib1534.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.o +.PHONY : lib1534.c.o + +lib1534.i: lib1534.c.i +.PHONY : lib1534.i + +# target to preprocess a source file +lib1534.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.i +.PHONY : lib1534.c.i + +lib1534.s: lib1534.c.s +.PHONY : lib1534.s + +# target to generate assembly for a file +lib1534.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.s +.PHONY : lib1534.c.s + +lib1535.o: lib1535.c.o +.PHONY : lib1535.o + +# target to build an object file +lib1535.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.o +.PHONY : lib1535.c.o + +lib1535.i: lib1535.c.i +.PHONY : lib1535.i + +# target to preprocess a source file +lib1535.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.i +.PHONY : lib1535.c.i + +lib1535.s: lib1535.c.s +.PHONY : lib1535.s + +# target to generate assembly for a file +lib1535.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.s +.PHONY : lib1535.c.s + +lib1536.o: lib1536.c.o +.PHONY : lib1536.o + +# target to build an object file +lib1536.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.o +.PHONY : lib1536.c.o + +lib1536.i: lib1536.c.i +.PHONY : lib1536.i + +# target to preprocess a source file +lib1536.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.i +.PHONY : lib1536.c.i + +lib1536.s: lib1536.c.s +.PHONY : lib1536.s + +# target to generate assembly for a file +lib1536.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.s +.PHONY : lib1536.c.s + +lib1537.o: lib1537.c.o +.PHONY : lib1537.o + +# target to build an object file +lib1537.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.o +.PHONY : lib1537.c.o + +lib1537.i: lib1537.c.i +.PHONY : lib1537.i + +# target to preprocess a source file +lib1537.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.i +.PHONY : lib1537.c.i + +lib1537.s: lib1537.c.s +.PHONY : lib1537.s + +# target to generate assembly for a file +lib1537.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.s +.PHONY : lib1537.c.s + +lib1538.o: lib1538.c.o +.PHONY : lib1538.o + +# target to build an object file +lib1538.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.o +.PHONY : lib1538.c.o + +lib1538.i: lib1538.c.i +.PHONY : lib1538.i + +# target to preprocess a source file +lib1538.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.i +.PHONY : lib1538.c.i + +lib1538.s: lib1538.c.s +.PHONY : lib1538.s + +# target to generate assembly for a file +lib1538.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.s +.PHONY : lib1538.c.s + +lib1540.o: lib1540.c.o +.PHONY : lib1540.o + +# target to build an object file +lib1540.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.o +.PHONY : lib1540.c.o + +lib1540.i: lib1540.c.i +.PHONY : lib1540.i + +# target to preprocess a source file +lib1540.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.i +.PHONY : lib1540.c.i + +lib1540.s: lib1540.c.s +.PHONY : lib1540.s + +# target to generate assembly for a file +lib1540.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.s +.PHONY : lib1540.c.s + +lib1541.o: lib1541.c.o +.PHONY : lib1541.o + +# target to build an object file +lib1541.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.o +.PHONY : lib1541.c.o + +lib1541.i: lib1541.c.i +.PHONY : lib1541.i + +# target to preprocess a source file +lib1541.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.i +.PHONY : lib1541.c.i + +lib1541.s: lib1541.c.s +.PHONY : lib1541.s + +# target to generate assembly for a file +lib1541.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.s +.PHONY : lib1541.c.s + +lib1542.o: lib1542.c.o +.PHONY : lib1542.o + +# target to build an object file +lib1542.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.o +.PHONY : lib1542.c.o + +lib1542.i: lib1542.c.i +.PHONY : lib1542.i + +# target to preprocess a source file +lib1542.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.i +.PHONY : lib1542.c.i + +lib1542.s: lib1542.c.s +.PHONY : lib1542.s + +# target to generate assembly for a file +lib1542.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.s +.PHONY : lib1542.c.s + +lib1545.o: lib1545.c.o +.PHONY : lib1545.o + +# target to build an object file +lib1545.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.o +.PHONY : lib1545.c.o + +lib1545.i: lib1545.c.i +.PHONY : lib1545.i + +# target to preprocess a source file +lib1545.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.i +.PHONY : lib1545.c.i + +lib1545.s: lib1545.c.s +.PHONY : lib1545.s + +# target to generate assembly for a file +lib1545.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.s +.PHONY : lib1545.c.s + +lib1550.o: lib1550.c.o +.PHONY : lib1550.o + +# target to build an object file +lib1550.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.o +.PHONY : lib1550.c.o + +lib1550.i: lib1550.c.i +.PHONY : lib1550.i + +# target to preprocess a source file +lib1550.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.i +.PHONY : lib1550.c.i + +lib1550.s: lib1550.c.s +.PHONY : lib1550.s + +# target to generate assembly for a file +lib1550.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.s +.PHONY : lib1550.c.s + +lib1551.o: lib1551.c.o +.PHONY : lib1551.o + +# target to build an object file +lib1551.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.o +.PHONY : lib1551.c.o + +lib1551.i: lib1551.c.i +.PHONY : lib1551.i + +# target to preprocess a source file +lib1551.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.i +.PHONY : lib1551.c.i + +lib1551.s: lib1551.c.s +.PHONY : lib1551.s + +# target to generate assembly for a file +lib1551.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.s +.PHONY : lib1551.c.s + +lib1552.o: lib1552.c.o +.PHONY : lib1552.o + +# target to build an object file +lib1552.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.o +.PHONY : lib1552.c.o + +lib1552.i: lib1552.c.i +.PHONY : lib1552.i + +# target to preprocess a source file +lib1552.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.i +.PHONY : lib1552.c.i + +lib1552.s: lib1552.c.s +.PHONY : lib1552.s + +# target to generate assembly for a file +lib1552.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.s +.PHONY : lib1552.c.s + +lib1553.o: lib1553.c.o +.PHONY : lib1553.o + +# target to build an object file +lib1553.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.o +.PHONY : lib1553.c.o + +lib1553.i: lib1553.c.i +.PHONY : lib1553.i + +# target to preprocess a source file +lib1553.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.i +.PHONY : lib1553.c.i + +lib1553.s: lib1553.c.s +.PHONY : lib1553.s + +# target to generate assembly for a file +lib1553.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.s +.PHONY : lib1553.c.s + +lib1554.o: lib1554.c.o +.PHONY : lib1554.o + +# target to build an object file +lib1554.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.o +.PHONY : lib1554.c.o + +lib1554.i: lib1554.c.i +.PHONY : lib1554.i + +# target to preprocess a source file +lib1554.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.i +.PHONY : lib1554.c.i + +lib1554.s: lib1554.c.s +.PHONY : lib1554.s + +# target to generate assembly for a file +lib1554.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.s +.PHONY : lib1554.c.s + +lib1555.o: lib1555.c.o +.PHONY : lib1555.o + +# target to build an object file +lib1555.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.o +.PHONY : lib1555.c.o + +lib1555.i: lib1555.c.i +.PHONY : lib1555.i + +# target to preprocess a source file +lib1555.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.i +.PHONY : lib1555.c.i + +lib1555.s: lib1555.c.s +.PHONY : lib1555.s + +# target to generate assembly for a file +lib1555.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.s +.PHONY : lib1555.c.s + +lib1556.o: lib1556.c.o +.PHONY : lib1556.o + +# target to build an object file +lib1556.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.o +.PHONY : lib1556.c.o + +lib1556.i: lib1556.c.i +.PHONY : lib1556.i + +# target to preprocess a source file +lib1556.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.i +.PHONY : lib1556.c.i + +lib1556.s: lib1556.c.s +.PHONY : lib1556.s + +# target to generate assembly for a file +lib1556.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.s +.PHONY : lib1556.c.s + +lib1557.o: lib1557.c.o +.PHONY : lib1557.o + +# target to build an object file +lib1557.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.o +.PHONY : lib1557.c.o + +lib1557.i: lib1557.c.i +.PHONY : lib1557.i + +# target to preprocess a source file +lib1557.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.i +.PHONY : lib1557.c.i + +lib1557.s: lib1557.c.s +.PHONY : lib1557.s + +# target to generate assembly for a file +lib1557.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.s +.PHONY : lib1557.c.s + +lib1558.o: lib1558.c.o +.PHONY : lib1558.o + +# target to build an object file +lib1558.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.o +.PHONY : lib1558.c.o + +lib1558.i: lib1558.c.i +.PHONY : lib1558.i + +# target to preprocess a source file +lib1558.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.i +.PHONY : lib1558.c.i + +lib1558.s: lib1558.c.s +.PHONY : lib1558.s + +# target to generate assembly for a file +lib1558.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.s +.PHONY : lib1558.c.s + +lib1559.o: lib1559.c.o +.PHONY : lib1559.o + +# target to build an object file +lib1559.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.o +.PHONY : lib1559.c.o + +lib1559.i: lib1559.c.i +.PHONY : lib1559.i + +# target to preprocess a source file +lib1559.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.i +.PHONY : lib1559.c.i + +lib1559.s: lib1559.c.s +.PHONY : lib1559.s + +# target to generate assembly for a file +lib1559.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.s +.PHONY : lib1559.c.s + +lib1560.o: lib1560.c.o +.PHONY : lib1560.o + +# target to build an object file +lib1560.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.o +.PHONY : lib1560.c.o + +lib1560.i: lib1560.c.i +.PHONY : lib1560.i + +# target to preprocess a source file +lib1560.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.i +.PHONY : lib1560.c.i + +lib1560.s: lib1560.c.s +.PHONY : lib1560.s + +# target to generate assembly for a file +lib1560.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.s +.PHONY : lib1560.c.s + +lib1564.o: lib1564.c.o +.PHONY : lib1564.o + +# target to build an object file +lib1564.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.o +.PHONY : lib1564.c.o + +lib1564.i: lib1564.c.i +.PHONY : lib1564.i + +# target to preprocess a source file +lib1564.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.i +.PHONY : lib1564.c.i + +lib1564.s: lib1564.c.s +.PHONY : lib1564.s + +# target to generate assembly for a file +lib1564.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.s +.PHONY : lib1564.c.s + +lib1565.o: lib1565.c.o +.PHONY : lib1565.o + +# target to build an object file +lib1565.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.o +.PHONY : lib1565.c.o + +lib1565.i: lib1565.c.i +.PHONY : lib1565.i + +# target to preprocess a source file +lib1565.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.i +.PHONY : lib1565.c.i + +lib1565.s: lib1565.c.s +.PHONY : lib1565.s + +# target to generate assembly for a file +lib1565.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.s +.PHONY : lib1565.c.s + +lib1567.o: lib1567.c.o +.PHONY : lib1567.o + +# target to build an object file +lib1567.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.o +.PHONY : lib1567.c.o + +lib1567.i: lib1567.c.i +.PHONY : lib1567.i + +# target to preprocess a source file +lib1567.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.i +.PHONY : lib1567.c.i + +lib1567.s: lib1567.c.s +.PHONY : lib1567.s + +# target to generate assembly for a file +lib1567.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.s +.PHONY : lib1567.c.s + +lib1568.o: lib1568.c.o +.PHONY : lib1568.o + +# target to build an object file +lib1568.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.o +.PHONY : lib1568.c.o + +lib1568.i: lib1568.c.i +.PHONY : lib1568.i + +# target to preprocess a source file +lib1568.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.i +.PHONY : lib1568.c.i + +lib1568.s: lib1568.c.s +.PHONY : lib1568.s + +# target to generate assembly for a file +lib1568.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.s +.PHONY : lib1568.c.s + +lib1569.o: lib1569.c.o +.PHONY : lib1569.o + +# target to build an object file +lib1569.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.o +.PHONY : lib1569.c.o + +lib1569.i: lib1569.c.i +.PHONY : lib1569.i + +# target to preprocess a source file +lib1569.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.i +.PHONY : lib1569.c.i + +lib1569.s: lib1569.c.s +.PHONY : lib1569.s + +# target to generate assembly for a file +lib1569.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.s +.PHONY : lib1569.c.s + +lib1571.o: lib1571.c.o +.PHONY : lib1571.o + +# target to build an object file +lib1571.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.o +.PHONY : lib1571.c.o + +lib1571.i: lib1571.c.i +.PHONY : lib1571.i + +# target to preprocess a source file +lib1571.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.i +.PHONY : lib1571.c.i + +lib1571.s: lib1571.c.s +.PHONY : lib1571.s + +# target to generate assembly for a file +lib1571.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.s +.PHONY : lib1571.c.s + +lib1576.o: lib1576.c.o +.PHONY : lib1576.o + +# target to build an object file +lib1576.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.o +.PHONY : lib1576.c.o + +lib1576.i: lib1576.c.i +.PHONY : lib1576.i + +# target to preprocess a source file +lib1576.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.i +.PHONY : lib1576.c.i + +lib1576.s: lib1576.c.s +.PHONY : lib1576.s + +# target to generate assembly for a file +lib1576.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.s +.PHONY : lib1576.c.s + +lib1591.o: lib1591.c.o +.PHONY : lib1591.o + +# target to build an object file +lib1591.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.o +.PHONY : lib1591.c.o + +lib1591.i: lib1591.c.i +.PHONY : lib1591.i + +# target to preprocess a source file +lib1591.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.i +.PHONY : lib1591.c.i + +lib1591.s: lib1591.c.s +.PHONY : lib1591.s + +# target to generate assembly for a file +lib1591.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.s +.PHONY : lib1591.c.s + +lib1592.o: lib1592.c.o +.PHONY : lib1592.o + +# target to build an object file +lib1592.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.o +.PHONY : lib1592.c.o + +lib1592.i: lib1592.c.i +.PHONY : lib1592.i + +# target to preprocess a source file +lib1592.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.i +.PHONY : lib1592.c.i + +lib1592.s: lib1592.c.s +.PHONY : lib1592.s + +# target to generate assembly for a file +lib1592.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.s +.PHONY : lib1592.c.s + +lib1593.o: lib1593.c.o +.PHONY : lib1593.o + +# target to build an object file +lib1593.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.o +.PHONY : lib1593.c.o + +lib1593.i: lib1593.c.i +.PHONY : lib1593.i + +# target to preprocess a source file +lib1593.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.i +.PHONY : lib1593.c.i + +lib1593.s: lib1593.c.s +.PHONY : lib1593.s + +# target to generate assembly for a file +lib1593.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.s +.PHONY : lib1593.c.s + +lib1594.o: lib1594.c.o +.PHONY : lib1594.o + +# target to build an object file +lib1594.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.o +.PHONY : lib1594.c.o + +lib1594.i: lib1594.c.i +.PHONY : lib1594.i + +# target to preprocess a source file +lib1594.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.i +.PHONY : lib1594.c.i + +lib1594.s: lib1594.c.s +.PHONY : lib1594.s + +# target to generate assembly for a file +lib1594.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.s +.PHONY : lib1594.c.s + +lib1597.o: lib1597.c.o +.PHONY : lib1597.o + +# target to build an object file +lib1597.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.o +.PHONY : lib1597.c.o + +lib1597.i: lib1597.c.i +.PHONY : lib1597.i + +# target to preprocess a source file +lib1597.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.i +.PHONY : lib1597.c.i + +lib1597.s: lib1597.c.s +.PHONY : lib1597.s + +# target to generate assembly for a file +lib1597.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.s +.PHONY : lib1597.c.s + +lib1598.o: lib1598.c.o +.PHONY : lib1598.o + +# target to build an object file +lib1598.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.o +.PHONY : lib1598.c.o + +lib1598.i: lib1598.c.i +.PHONY : lib1598.i + +# target to preprocess a source file +lib1598.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.i +.PHONY : lib1598.c.i + +lib1598.s: lib1598.c.s +.PHONY : lib1598.s + +# target to generate assembly for a file +lib1598.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.s +.PHONY : lib1598.c.s + +lib1662.o: lib1662.c.o +.PHONY : lib1662.o + +# target to build an object file +lib1662.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.o +.PHONY : lib1662.c.o + +lib1662.i: lib1662.c.i +.PHONY : lib1662.i + +# target to preprocess a source file +lib1662.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.i +.PHONY : lib1662.c.i + +lib1662.s: lib1662.c.s +.PHONY : lib1662.s + +# target to generate assembly for a file +lib1662.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.s +.PHONY : lib1662.c.s + +lib1900.o: lib1900.c.o +.PHONY : lib1900.o + +# target to build an object file +lib1900.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.o +.PHONY : lib1900.c.o + +lib1900.i: lib1900.c.i +.PHONY : lib1900.i + +# target to preprocess a source file +lib1900.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.i +.PHONY : lib1900.c.i + +lib1900.s: lib1900.c.s +.PHONY : lib1900.s + +# target to generate assembly for a file +lib1900.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.s +.PHONY : lib1900.c.s + +lib1901.o: lib1901.c.o +.PHONY : lib1901.o + +# target to build an object file +lib1901.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.o +.PHONY : lib1901.c.o + +lib1901.i: lib1901.c.i +.PHONY : lib1901.i + +# target to preprocess a source file +lib1901.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.i +.PHONY : lib1901.c.i + +lib1901.s: lib1901.c.s +.PHONY : lib1901.s + +# target to generate assembly for a file +lib1901.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.s +.PHONY : lib1901.c.s + +lib1903.o: lib1903.c.o +.PHONY : lib1903.o + +# target to build an object file +lib1903.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.o +.PHONY : lib1903.c.o + +lib1903.i: lib1903.c.i +.PHONY : lib1903.i + +# target to preprocess a source file +lib1903.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.i +.PHONY : lib1903.c.i + +lib1903.s: lib1903.c.s +.PHONY : lib1903.s + +# target to generate assembly for a file +lib1903.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.s +.PHONY : lib1903.c.s + +lib1905.o: lib1905.c.o +.PHONY : lib1905.o + +# target to build an object file +lib1905.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.o +.PHONY : lib1905.c.o + +lib1905.i: lib1905.c.i +.PHONY : lib1905.i + +# target to preprocess a source file +lib1905.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.i +.PHONY : lib1905.c.i + +lib1905.s: lib1905.c.s +.PHONY : lib1905.s + +# target to generate assembly for a file +lib1905.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.s +.PHONY : lib1905.c.s + +lib1906.o: lib1906.c.o +.PHONY : lib1906.o + +# target to build an object file +lib1906.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.o +.PHONY : lib1906.c.o + +lib1906.i: lib1906.c.i +.PHONY : lib1906.i + +# target to preprocess a source file +lib1906.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.i +.PHONY : lib1906.c.i + +lib1906.s: lib1906.c.s +.PHONY : lib1906.s + +# target to generate assembly for a file +lib1906.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.s +.PHONY : lib1906.c.s + +lib1907.o: lib1907.c.o +.PHONY : lib1907.o + +# target to build an object file +lib1907.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.o +.PHONY : lib1907.c.o + +lib1907.i: lib1907.c.i +.PHONY : lib1907.i + +# target to preprocess a source file +lib1907.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.i +.PHONY : lib1907.c.i + +lib1907.s: lib1907.c.s +.PHONY : lib1907.s + +# target to generate assembly for a file +lib1907.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.s +.PHONY : lib1907.c.s + +lib1908.o: lib1908.c.o +.PHONY : lib1908.o + +# target to build an object file +lib1908.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.o +.PHONY : lib1908.c.o + +lib1908.i: lib1908.c.i +.PHONY : lib1908.i + +# target to preprocess a source file +lib1908.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.i +.PHONY : lib1908.c.i + +lib1908.s: lib1908.c.s +.PHONY : lib1908.s + +# target to generate assembly for a file +lib1908.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.s +.PHONY : lib1908.c.s + +lib1910.o: lib1910.c.o +.PHONY : lib1910.o + +# target to build an object file +lib1910.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.o +.PHONY : lib1910.c.o + +lib1910.i: lib1910.c.i +.PHONY : lib1910.i + +# target to preprocess a source file +lib1910.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.i +.PHONY : lib1910.c.i + +lib1910.s: lib1910.c.s +.PHONY : lib1910.s + +# target to generate assembly for a file +lib1910.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.s +.PHONY : lib1910.c.s + +lib1911.o: lib1911.c.o +.PHONY : lib1911.o + +# target to build an object file +lib1911.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.o +.PHONY : lib1911.c.o + +lib1911.i: lib1911.c.i +.PHONY : lib1911.i + +# target to preprocess a source file +lib1911.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.i +.PHONY : lib1911.c.i + +lib1911.s: lib1911.c.s +.PHONY : lib1911.s + +# target to generate assembly for a file +lib1911.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.s +.PHONY : lib1911.c.s + +lib1912.o: lib1912.c.o +.PHONY : lib1912.o + +# target to build an object file +lib1912.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.o +.PHONY : lib1912.c.o + +lib1912.i: lib1912.c.i +.PHONY : lib1912.i + +# target to preprocess a source file +lib1912.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.i +.PHONY : lib1912.c.i + +lib1912.s: lib1912.c.s +.PHONY : lib1912.s + +# target to generate assembly for a file +lib1912.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.s +.PHONY : lib1912.c.s + +lib1913.o: lib1913.c.o +.PHONY : lib1913.o + +# target to build an object file +lib1913.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.o +.PHONY : lib1913.c.o + +lib1913.i: lib1913.c.i +.PHONY : lib1913.i + +# target to preprocess a source file +lib1913.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.i +.PHONY : lib1913.c.i + +lib1913.s: lib1913.c.s +.PHONY : lib1913.s + +# target to generate assembly for a file +lib1913.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.s +.PHONY : lib1913.c.s + +lib1915.o: lib1915.c.o +.PHONY : lib1915.o + +# target to build an object file +lib1915.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.o +.PHONY : lib1915.c.o + +lib1915.i: lib1915.c.i +.PHONY : lib1915.i + +# target to preprocess a source file +lib1915.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.i +.PHONY : lib1915.c.i + +lib1915.s: lib1915.c.s +.PHONY : lib1915.s + +# target to generate assembly for a file +lib1915.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.s +.PHONY : lib1915.c.s + +lib1916.o: lib1916.c.o +.PHONY : lib1916.o + +# target to build an object file +lib1916.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.o +.PHONY : lib1916.c.o + +lib1916.i: lib1916.c.i +.PHONY : lib1916.i + +# target to preprocess a source file +lib1916.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.i +.PHONY : lib1916.c.i + +lib1916.s: lib1916.c.s +.PHONY : lib1916.s + +# target to generate assembly for a file +lib1916.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.s +.PHONY : lib1916.c.s + +lib1918.o: lib1918.c.o +.PHONY : lib1918.o + +# target to build an object file +lib1918.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.o +.PHONY : lib1918.c.o + +lib1918.i: lib1918.c.i +.PHONY : lib1918.i + +# target to preprocess a source file +lib1918.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.i +.PHONY : lib1918.c.i + +lib1918.s: lib1918.c.s +.PHONY : lib1918.s + +# target to generate assembly for a file +lib1918.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.s +.PHONY : lib1918.c.s + +lib1919.o: lib1919.c.o +.PHONY : lib1919.o + +# target to build an object file +lib1919.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.o +.PHONY : lib1919.c.o + +lib1919.i: lib1919.c.i +.PHONY : lib1919.i + +# target to preprocess a source file +lib1919.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.i +.PHONY : lib1919.c.i + +lib1919.s: lib1919.c.s +.PHONY : lib1919.s + +# target to generate assembly for a file +lib1919.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.s +.PHONY : lib1919.c.s + +lib1933.o: lib1933.c.o +.PHONY : lib1933.o + +# target to build an object file +lib1933.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.o +.PHONY : lib1933.c.o + +lib1933.i: lib1933.c.i +.PHONY : lib1933.i + +# target to preprocess a source file +lib1933.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.i +.PHONY : lib1933.c.i + +lib1933.s: lib1933.c.s +.PHONY : lib1933.s + +# target to generate assembly for a file +lib1933.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.s +.PHONY : lib1933.c.s + +lib1934.o: lib1934.c.o +.PHONY : lib1934.o + +# target to build an object file +lib1934.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.o +.PHONY : lib1934.c.o + +lib1934.i: lib1934.c.i +.PHONY : lib1934.i + +# target to preprocess a source file +lib1934.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.i +.PHONY : lib1934.c.i + +lib1934.s: lib1934.c.s +.PHONY : lib1934.s + +# target to generate assembly for a file +lib1934.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.s +.PHONY : lib1934.c.s + +lib1935.o: lib1935.c.o +.PHONY : lib1935.o + +# target to build an object file +lib1935.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.o +.PHONY : lib1935.c.o + +lib1935.i: lib1935.c.i +.PHONY : lib1935.i + +# target to preprocess a source file +lib1935.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.i +.PHONY : lib1935.c.i + +lib1935.s: lib1935.c.s +.PHONY : lib1935.s + +# target to generate assembly for a file +lib1935.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.s +.PHONY : lib1935.c.s + +lib1936.o: lib1936.c.o +.PHONY : lib1936.o + +# target to build an object file +lib1936.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.o +.PHONY : lib1936.c.o + +lib1936.i: lib1936.c.i +.PHONY : lib1936.i + +# target to preprocess a source file +lib1936.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.i +.PHONY : lib1936.c.i + +lib1936.s: lib1936.c.s +.PHONY : lib1936.s + +# target to generate assembly for a file +lib1936.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.s +.PHONY : lib1936.c.s + +lib1937.o: lib1937.c.o +.PHONY : lib1937.o + +# target to build an object file +lib1937.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.o +.PHONY : lib1937.c.o + +lib1937.i: lib1937.c.i +.PHONY : lib1937.i + +# target to preprocess a source file +lib1937.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.i +.PHONY : lib1937.c.i + +lib1937.s: lib1937.c.s +.PHONY : lib1937.s + +# target to generate assembly for a file +lib1937.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.s +.PHONY : lib1937.c.s + +lib1938.o: lib1938.c.o +.PHONY : lib1938.o + +# target to build an object file +lib1938.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.o +.PHONY : lib1938.c.o + +lib1938.i: lib1938.c.i +.PHONY : lib1938.i + +# target to preprocess a source file +lib1938.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.i +.PHONY : lib1938.c.i + +lib1938.s: lib1938.c.s +.PHONY : lib1938.s + +# target to generate assembly for a file +lib1938.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.s +.PHONY : lib1938.c.s + +lib1939.o: lib1939.c.o +.PHONY : lib1939.o + +# target to build an object file +lib1939.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.o +.PHONY : lib1939.c.o + +lib1939.i: lib1939.c.i +.PHONY : lib1939.i + +# target to preprocess a source file +lib1939.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.i +.PHONY : lib1939.c.i + +lib1939.s: lib1939.c.s +.PHONY : lib1939.s + +# target to generate assembly for a file +lib1939.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.s +.PHONY : lib1939.c.s + +lib1940.o: lib1940.c.o +.PHONY : lib1940.o + +# target to build an object file +lib1940.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.o +.PHONY : lib1940.c.o + +lib1940.i: lib1940.c.i +.PHONY : lib1940.i + +# target to preprocess a source file +lib1940.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.i +.PHONY : lib1940.c.i + +lib1940.s: lib1940.c.s +.PHONY : lib1940.s + +# target to generate assembly for a file +lib1940.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.s +.PHONY : lib1940.c.s + +lib1945.o: lib1945.c.o +.PHONY : lib1945.o + +# target to build an object file +lib1945.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.o +.PHONY : lib1945.c.o + +lib1945.i: lib1945.c.i +.PHONY : lib1945.i + +# target to preprocess a source file +lib1945.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.i +.PHONY : lib1945.c.i + +lib1945.s: lib1945.c.s +.PHONY : lib1945.s + +# target to generate assembly for a file +lib1945.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.s +.PHONY : lib1945.c.s + +lib1947.o: lib1947.c.o +.PHONY : lib1947.o + +# target to build an object file +lib1947.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.o +.PHONY : lib1947.c.o + +lib1947.i: lib1947.c.i +.PHONY : lib1947.i + +# target to preprocess a source file +lib1947.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.i +.PHONY : lib1947.c.i + +lib1947.s: lib1947.c.s +.PHONY : lib1947.s + +# target to generate assembly for a file +lib1947.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.s +.PHONY : lib1947.c.s + +lib1948.o: lib1948.c.o +.PHONY : lib1948.o + +# target to build an object file +lib1948.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.o +.PHONY : lib1948.c.o + +lib1948.i: lib1948.c.i +.PHONY : lib1948.i + +# target to preprocess a source file +lib1948.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.i +.PHONY : lib1948.c.i + +lib1948.s: lib1948.c.s +.PHONY : lib1948.s + +# target to generate assembly for a file +lib1948.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.s +.PHONY : lib1948.c.s + +lib1955.o: lib1955.c.o +.PHONY : lib1955.o + +# target to build an object file +lib1955.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.o +.PHONY : lib1955.c.o + +lib1955.i: lib1955.c.i +.PHONY : lib1955.i + +# target to preprocess a source file +lib1955.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.i +.PHONY : lib1955.c.i + +lib1955.s: lib1955.c.s +.PHONY : lib1955.s + +# target to generate assembly for a file +lib1955.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.s +.PHONY : lib1955.c.s + +lib1956.o: lib1956.c.o +.PHONY : lib1956.o + +# target to build an object file +lib1956.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.o +.PHONY : lib1956.c.o + +lib1956.i: lib1956.c.i +.PHONY : lib1956.i + +# target to preprocess a source file +lib1956.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.i +.PHONY : lib1956.c.i + +lib1956.s: lib1956.c.s +.PHONY : lib1956.s + +# target to generate assembly for a file +lib1956.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.s +.PHONY : lib1956.c.s + +lib1957.o: lib1957.c.o +.PHONY : lib1957.o + +# target to build an object file +lib1957.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.o +.PHONY : lib1957.c.o + +lib1957.i: lib1957.c.i +.PHONY : lib1957.i + +# target to preprocess a source file +lib1957.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.i +.PHONY : lib1957.c.i + +lib1957.s: lib1957.c.s +.PHONY : lib1957.s + +# target to generate assembly for a file +lib1957.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.s +.PHONY : lib1957.c.s + +lib1958.o: lib1958.c.o +.PHONY : lib1958.o + +# target to build an object file +lib1958.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.o +.PHONY : lib1958.c.o + +lib1958.i: lib1958.c.i +.PHONY : lib1958.i + +# target to preprocess a source file +lib1958.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.i +.PHONY : lib1958.c.i + +lib1958.s: lib1958.c.s +.PHONY : lib1958.s + +# target to generate assembly for a file +lib1958.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.s +.PHONY : lib1958.c.s + +lib1959.o: lib1959.c.o +.PHONY : lib1959.o + +# target to build an object file +lib1959.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.o +.PHONY : lib1959.c.o + +lib1959.i: lib1959.c.i +.PHONY : lib1959.i + +# target to preprocess a source file +lib1959.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.i +.PHONY : lib1959.c.i + +lib1959.s: lib1959.c.s +.PHONY : lib1959.s + +# target to generate assembly for a file +lib1959.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.s +.PHONY : lib1959.c.s + +lib1960.o: lib1960.c.o +.PHONY : lib1960.o + +# target to build an object file +lib1960.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.o +.PHONY : lib1960.c.o + +lib1960.i: lib1960.c.i +.PHONY : lib1960.i + +# target to preprocess a source file +lib1960.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.i +.PHONY : lib1960.c.i + +lib1960.s: lib1960.c.s +.PHONY : lib1960.s + +# target to generate assembly for a file +lib1960.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.s +.PHONY : lib1960.c.s + +lib1964.o: lib1964.c.o +.PHONY : lib1964.o + +# target to build an object file +lib1964.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.o +.PHONY : lib1964.c.o + +lib1964.i: lib1964.c.i +.PHONY : lib1964.i + +# target to preprocess a source file +lib1964.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.i +.PHONY : lib1964.c.i + +lib1964.s: lib1964.c.s +.PHONY : lib1964.s + +# target to generate assembly for a file +lib1964.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.s +.PHONY : lib1964.c.s + +lib1970.o: lib1970.c.o +.PHONY : lib1970.o + +# target to build an object file +lib1970.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.o +.PHONY : lib1970.c.o + +lib1970.i: lib1970.c.i +.PHONY : lib1970.i + +# target to preprocess a source file +lib1970.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.i +.PHONY : lib1970.c.i + +lib1970.s: lib1970.c.s +.PHONY : lib1970.s + +# target to generate assembly for a file +lib1970.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.s +.PHONY : lib1970.c.s + +lib1971.o: lib1971.c.o +.PHONY : lib1971.o + +# target to build an object file +lib1971.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.o +.PHONY : lib1971.c.o + +lib1971.i: lib1971.c.i +.PHONY : lib1971.i + +# target to preprocess a source file +lib1971.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.i +.PHONY : lib1971.c.i + +lib1971.s: lib1971.c.s +.PHONY : lib1971.s + +# target to generate assembly for a file +lib1971.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.s +.PHONY : lib1971.c.s + +lib1972.o: lib1972.c.o +.PHONY : lib1972.o + +# target to build an object file +lib1972.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.o +.PHONY : lib1972.c.o + +lib1972.i: lib1972.c.i +.PHONY : lib1972.i + +# target to preprocess a source file +lib1972.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.i +.PHONY : lib1972.c.i + +lib1972.s: lib1972.c.s +.PHONY : lib1972.s + +# target to generate assembly for a file +lib1972.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.s +.PHONY : lib1972.c.s + +lib1973.o: lib1973.c.o +.PHONY : lib1973.o + +# target to build an object file +lib1973.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.o +.PHONY : lib1973.c.o + +lib1973.i: lib1973.c.i +.PHONY : lib1973.i + +# target to preprocess a source file +lib1973.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.i +.PHONY : lib1973.c.i + +lib1973.s: lib1973.c.s +.PHONY : lib1973.s + +# target to generate assembly for a file +lib1973.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.s +.PHONY : lib1973.c.s + +lib1974.o: lib1974.c.o +.PHONY : lib1974.o + +# target to build an object file +lib1974.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.o +.PHONY : lib1974.c.o + +lib1974.i: lib1974.c.i +.PHONY : lib1974.i + +# target to preprocess a source file +lib1974.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.i +.PHONY : lib1974.c.i + +lib1974.s: lib1974.c.s +.PHONY : lib1974.s + +# target to generate assembly for a file +lib1974.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.s +.PHONY : lib1974.c.s + +lib1975.o: lib1975.c.o +.PHONY : lib1975.o + +# target to build an object file +lib1975.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.o +.PHONY : lib1975.c.o + +lib1975.i: lib1975.c.i +.PHONY : lib1975.i + +# target to preprocess a source file +lib1975.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.i +.PHONY : lib1975.c.i + +lib1975.s: lib1975.c.s +.PHONY : lib1975.s + +# target to generate assembly for a file +lib1975.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.s +.PHONY : lib1975.c.s + +lib1977.o: lib1977.c.o +.PHONY : lib1977.o + +# target to build an object file +lib1977.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.o +.PHONY : lib1977.c.o + +lib1977.i: lib1977.c.i +.PHONY : lib1977.i + +# target to preprocess a source file +lib1977.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.i +.PHONY : lib1977.c.i + +lib1977.s: lib1977.c.s +.PHONY : lib1977.s + +# target to generate assembly for a file +lib1977.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.s +.PHONY : lib1977.c.s + +lib1978.o: lib1978.c.o +.PHONY : lib1978.o + +# target to build an object file +lib1978.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.o +.PHONY : lib1978.c.o + +lib1978.i: lib1978.c.i +.PHONY : lib1978.i + +# target to preprocess a source file +lib1978.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.i +.PHONY : lib1978.c.i + +lib1978.s: lib1978.c.s +.PHONY : lib1978.s + +# target to generate assembly for a file +lib1978.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.s +.PHONY : lib1978.c.s + +lib2301.o: lib2301.c.o +.PHONY : lib2301.o + +# target to build an object file +lib2301.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.o +.PHONY : lib2301.c.o + +lib2301.i: lib2301.c.i +.PHONY : lib2301.i + +# target to preprocess a source file +lib2301.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.i +.PHONY : lib2301.c.i + +lib2301.s: lib2301.c.s +.PHONY : lib2301.s + +# target to generate assembly for a file +lib2301.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.s +.PHONY : lib2301.c.s + +lib2302.o: lib2302.c.o +.PHONY : lib2302.o + +# target to build an object file +lib2302.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.o +.PHONY : lib2302.c.o + +lib2302.i: lib2302.c.i +.PHONY : lib2302.i + +# target to preprocess a source file +lib2302.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.i +.PHONY : lib2302.c.i + +lib2302.s: lib2302.c.s +.PHONY : lib2302.s + +# target to generate assembly for a file +lib2302.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.s +.PHONY : lib2302.c.s + +lib2304.o: lib2304.c.o +.PHONY : lib2304.o + +# target to build an object file +lib2304.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.o +.PHONY : lib2304.c.o + +lib2304.i: lib2304.c.i +.PHONY : lib2304.i + +# target to preprocess a source file +lib2304.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.i +.PHONY : lib2304.c.i + +lib2304.s: lib2304.c.s +.PHONY : lib2304.s + +# target to generate assembly for a file +lib2304.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.s +.PHONY : lib2304.c.s + +lib2305.o: lib2305.c.o +.PHONY : lib2305.o + +# target to build an object file +lib2305.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.o +.PHONY : lib2305.c.o + +lib2305.i: lib2305.c.i +.PHONY : lib2305.i + +# target to preprocess a source file +lib2305.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.i +.PHONY : lib2305.c.i + +lib2305.s: lib2305.c.s +.PHONY : lib2305.s + +# target to generate assembly for a file +lib2305.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.s +.PHONY : lib2305.c.s + +lib2306.o: lib2306.c.o +.PHONY : lib2306.o + +# target to build an object file +lib2306.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.o +.PHONY : lib2306.c.o + +lib2306.i: lib2306.c.i +.PHONY : lib2306.i + +# target to preprocess a source file +lib2306.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.i +.PHONY : lib2306.c.i + +lib2306.s: lib2306.c.s +.PHONY : lib2306.s + +# target to generate assembly for a file +lib2306.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.s +.PHONY : lib2306.c.s + +lib2308.o: lib2308.c.o +.PHONY : lib2308.o + +# target to build an object file +lib2308.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.o +.PHONY : lib2308.c.o + +lib2308.i: lib2308.c.i +.PHONY : lib2308.i + +# target to preprocess a source file +lib2308.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.i +.PHONY : lib2308.c.i + +lib2308.s: lib2308.c.s +.PHONY : lib2308.s + +# target to generate assembly for a file +lib2308.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.s +.PHONY : lib2308.c.s + +lib2309.o: lib2309.c.o +.PHONY : lib2309.o + +# target to build an object file +lib2309.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.o +.PHONY : lib2309.c.o + +lib2309.i: lib2309.c.i +.PHONY : lib2309.i + +# target to preprocess a source file +lib2309.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.i +.PHONY : lib2309.c.i + +lib2309.s: lib2309.c.s +.PHONY : lib2309.s + +# target to generate assembly for a file +lib2309.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.s +.PHONY : lib2309.c.s + +lib2310.o: lib2310.c.o +.PHONY : lib2310.o + +# target to build an object file +lib2310.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.o +.PHONY : lib2310.c.o + +lib2310.i: lib2310.c.i +.PHONY : lib2310.i + +# target to preprocess a source file +lib2310.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.i +.PHONY : lib2310.c.i + +lib2310.s: lib2310.c.s +.PHONY : lib2310.s + +# target to generate assembly for a file +lib2310.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.s +.PHONY : lib2310.c.s + +lib2311.o: lib2311.c.o +.PHONY : lib2311.o + +# target to build an object file +lib2311.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.o +.PHONY : lib2311.c.o + +lib2311.i: lib2311.c.i +.PHONY : lib2311.i + +# target to preprocess a source file +lib2311.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.i +.PHONY : lib2311.c.i + +lib2311.s: lib2311.c.s +.PHONY : lib2311.s + +# target to generate assembly for a file +lib2311.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.s +.PHONY : lib2311.c.s + +lib2312.o: lib2312.c.o +.PHONY : lib2312.o + +# target to build an object file +lib2312.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.o +.PHONY : lib2312.c.o + +lib2312.i: lib2312.c.i +.PHONY : lib2312.i + +# target to preprocess a source file +lib2312.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.i +.PHONY : lib2312.c.i + +lib2312.s: lib2312.c.s +.PHONY : lib2312.s + +# target to generate assembly for a file +lib2312.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.s +.PHONY : lib2312.c.s + +lib2402.o: lib2402.c.o +.PHONY : lib2402.o + +# target to build an object file +lib2402.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.o +.PHONY : lib2402.c.o + +lib2402.i: lib2402.c.i +.PHONY : lib2402.i + +# target to preprocess a source file +lib2402.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.i +.PHONY : lib2402.c.i + +lib2402.s: lib2402.c.s +.PHONY : lib2402.s + +# target to generate assembly for a file +lib2402.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.s +.PHONY : lib2402.c.s + +lib2404.o: lib2404.c.o +.PHONY : lib2404.o + +# target to build an object file +lib2404.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.o +.PHONY : lib2404.c.o + +lib2404.i: lib2404.c.i +.PHONY : lib2404.i + +# target to preprocess a source file +lib2404.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.i +.PHONY : lib2404.c.i + +lib2404.s: lib2404.c.s +.PHONY : lib2404.s + +# target to generate assembly for a file +lib2404.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.s +.PHONY : lib2404.c.s + +lib2405.o: lib2405.c.o +.PHONY : lib2405.o + +# target to build an object file +lib2405.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.o +.PHONY : lib2405.c.o + +lib2405.i: lib2405.c.i +.PHONY : lib2405.i + +# target to preprocess a source file +lib2405.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.i +.PHONY : lib2405.c.i + +lib2405.s: lib2405.c.s +.PHONY : lib2405.s + +# target to generate assembly for a file +lib2405.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.s +.PHONY : lib2405.c.s + +lib2502.o: lib2502.c.o +.PHONY : lib2502.o + +# target to build an object file +lib2502.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.o +.PHONY : lib2502.c.o + +lib2502.i: lib2502.c.i +.PHONY : lib2502.i + +# target to preprocess a source file +lib2502.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.i +.PHONY : lib2502.c.i + +lib2502.s: lib2502.c.s +.PHONY : lib2502.s + +# target to generate assembly for a file +lib2502.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.s +.PHONY : lib2502.c.s + +lib3010.o: lib3010.c.o +.PHONY : lib3010.o + +# target to build an object file +lib3010.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.o +.PHONY : lib3010.c.o + +lib3010.i: lib3010.c.i +.PHONY : lib3010.i + +# target to preprocess a source file +lib3010.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.i +.PHONY : lib3010.c.i + +lib3010.s: lib3010.c.s +.PHONY : lib3010.s + +# target to generate assembly for a file +lib3010.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.s +.PHONY : lib3010.c.s + +lib3025.o: lib3025.c.o +.PHONY : lib3025.o + +# target to build an object file +lib3025.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.o +.PHONY : lib3025.c.o + +lib3025.i: lib3025.c.i +.PHONY : lib3025.i + +# target to preprocess a source file +lib3025.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.i +.PHONY : lib3025.c.i + +lib3025.s: lib3025.c.s +.PHONY : lib3025.s + +# target to generate assembly for a file +lib3025.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.s +.PHONY : lib3025.c.s + +lib3026.o: lib3026.c.o +.PHONY : lib3026.o + +# target to build an object file +lib3026.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.o +.PHONY : lib3026.c.o + +lib3026.i: lib3026.c.i +.PHONY : lib3026.i + +# target to preprocess a source file +lib3026.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.i +.PHONY : lib3026.c.i + +lib3026.s: lib3026.c.s +.PHONY : lib3026.s + +# target to generate assembly for a file +lib3026.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.s +.PHONY : lib3026.c.s + +lib3027.o: lib3027.c.o +.PHONY : lib3027.o + +# target to build an object file +lib3027.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.o +.PHONY : lib3027.c.o + +lib3027.i: lib3027.c.i +.PHONY : lib3027.i + +# target to preprocess a source file +lib3027.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.i +.PHONY : lib3027.c.i + +lib3027.s: lib3027.c.s +.PHONY : lib3027.s + +# target to generate assembly for a file +lib3027.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.s +.PHONY : lib3027.c.s + +lib3100.o: lib3100.c.o +.PHONY : lib3100.o + +# target to build an object file +lib3100.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.o +.PHONY : lib3100.c.o + +lib3100.i: lib3100.c.i +.PHONY : lib3100.i + +# target to preprocess a source file +lib3100.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.i +.PHONY : lib3100.c.i + +lib3100.s: lib3100.c.s +.PHONY : lib3100.s + +# target to generate assembly for a file +lib3100.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.s +.PHONY : lib3100.c.s + +lib3101.o: lib3101.c.o +.PHONY : lib3101.o + +# target to build an object file +lib3101.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.o +.PHONY : lib3101.c.o + +lib3101.i: lib3101.c.i +.PHONY : lib3101.i + +# target to preprocess a source file +lib3101.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.i +.PHONY : lib3101.c.i + +lib3101.s: lib3101.c.s +.PHONY : lib3101.s + +# target to generate assembly for a file +lib3101.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.s +.PHONY : lib3101.c.s + +lib3102.o: lib3102.c.o +.PHONY : lib3102.o + +# target to build an object file +lib3102.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.o +.PHONY : lib3102.c.o + +lib3102.i: lib3102.c.i +.PHONY : lib3102.i + +# target to preprocess a source file +lib3102.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.i +.PHONY : lib3102.c.i + +lib3102.s: lib3102.c.s +.PHONY : lib3102.s + +# target to generate assembly for a file +lib3102.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.s +.PHONY : lib3102.c.s + +lib3103.o: lib3103.c.o +.PHONY : lib3103.o + +# target to build an object file +lib3103.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.o +.PHONY : lib3103.c.o + +lib3103.i: lib3103.c.i +.PHONY : lib3103.i + +# target to preprocess a source file +lib3103.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.i +.PHONY : lib3103.c.i + +lib3103.s: lib3103.c.s +.PHONY : lib3103.s + +# target to generate assembly for a file +lib3103.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.s +.PHONY : lib3103.c.s + +lib3104.o: lib3104.c.o +.PHONY : lib3104.o + +# target to build an object file +lib3104.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.o +.PHONY : lib3104.c.o + +lib3104.i: lib3104.c.i +.PHONY : lib3104.i + +# target to preprocess a source file +lib3104.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.i +.PHONY : lib3104.c.i + +lib3104.s: lib3104.c.s +.PHONY : lib3104.s + +# target to generate assembly for a file +lib3104.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.s +.PHONY : lib3104.c.s + +lib3105.o: lib3105.c.o +.PHONY : lib3105.o + +# target to build an object file +lib3105.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.o +.PHONY : lib3105.c.o + +lib3105.i: lib3105.c.i +.PHONY : lib3105.i + +# target to preprocess a source file +lib3105.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.i +.PHONY : lib3105.c.i + +lib3105.s: lib3105.c.s +.PHONY : lib3105.s + +# target to generate assembly for a file +lib3105.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.s +.PHONY : lib3105.c.s + +lib3207.o: lib3207.c.o +.PHONY : lib3207.o + +# target to build an object file +lib3207.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.o +.PHONY : lib3207.c.o + +lib3207.i: lib3207.c.i +.PHONY : lib3207.i + +# target to preprocess a source file +lib3207.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.i +.PHONY : lib3207.c.i + +lib3207.s: lib3207.c.s +.PHONY : lib3207.s + +# target to generate assembly for a file +lib3207.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.s +.PHONY : lib3207.c.s + +lib3208.o: lib3208.c.o +.PHONY : lib3208.o + +# target to build an object file +lib3208.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.o +.PHONY : lib3208.c.o + +lib3208.i: lib3208.c.i +.PHONY : lib3208.i + +# target to preprocess a source file +lib3208.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.i +.PHONY : lib3208.c.i + +lib3208.s: lib3208.c.s +.PHONY : lib3208.s + +# target to generate assembly for a file +lib3208.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.s +.PHONY : lib3208.c.s + +lib500.o: lib500.c.o +.PHONY : lib500.o + +# target to build an object file +lib500.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.o +.PHONY : lib500.c.o + +lib500.i: lib500.c.i +.PHONY : lib500.i + +# target to preprocess a source file +lib500.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.i +.PHONY : lib500.c.i + +lib500.s: lib500.c.s +.PHONY : lib500.s + +# target to generate assembly for a file +lib500.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.s +.PHONY : lib500.c.s + +lib501.o: lib501.c.o +.PHONY : lib501.o + +# target to build an object file +lib501.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.o +.PHONY : lib501.c.o + +lib501.i: lib501.c.i +.PHONY : lib501.i + +# target to preprocess a source file +lib501.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.i +.PHONY : lib501.c.i + +lib501.s: lib501.c.s +.PHONY : lib501.s + +# target to generate assembly for a file +lib501.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.s +.PHONY : lib501.c.s + +lib502.o: lib502.c.o +.PHONY : lib502.o + +# target to build an object file +lib502.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.o +.PHONY : lib502.c.o + +lib502.i: lib502.c.i +.PHONY : lib502.i + +# target to preprocess a source file +lib502.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.i +.PHONY : lib502.c.i + +lib502.s: lib502.c.s +.PHONY : lib502.s + +# target to generate assembly for a file +lib502.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.s +.PHONY : lib502.c.s + +lib503.o: lib503.c.o +.PHONY : lib503.o + +# target to build an object file +lib503.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.o +.PHONY : lib503.c.o + +lib503.i: lib503.c.i +.PHONY : lib503.i + +# target to preprocess a source file +lib503.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.i +.PHONY : lib503.c.i + +lib503.s: lib503.c.s +.PHONY : lib503.s + +# target to generate assembly for a file +lib503.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.s +.PHONY : lib503.c.s + +lib504.o: lib504.c.o +.PHONY : lib504.o + +# target to build an object file +lib504.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.o +.PHONY : lib504.c.o + +lib504.i: lib504.c.i +.PHONY : lib504.i + +# target to preprocess a source file +lib504.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.i +.PHONY : lib504.c.i + +lib504.s: lib504.c.s +.PHONY : lib504.s + +# target to generate assembly for a file +lib504.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.s +.PHONY : lib504.c.s + +lib505.o: lib505.c.o +.PHONY : lib505.o + +# target to build an object file +lib505.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.o +.PHONY : lib505.c.o + +lib505.i: lib505.c.i +.PHONY : lib505.i + +# target to preprocess a source file +lib505.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.i +.PHONY : lib505.c.i + +lib505.s: lib505.c.s +.PHONY : lib505.s + +# target to generate assembly for a file +lib505.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.s +.PHONY : lib505.c.s + +lib506.o: lib506.c.o +.PHONY : lib506.o + +# target to build an object file +lib506.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.o +.PHONY : lib506.c.o + +lib506.i: lib506.c.i +.PHONY : lib506.i + +# target to preprocess a source file +lib506.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.i +.PHONY : lib506.c.i + +lib506.s: lib506.c.s +.PHONY : lib506.s + +# target to generate assembly for a file +lib506.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.s +.PHONY : lib506.c.s + +lib507.o: lib507.c.o +.PHONY : lib507.o + +# target to build an object file +lib507.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.o +.PHONY : lib507.c.o + +lib507.i: lib507.c.i +.PHONY : lib507.i + +# target to preprocess a source file +lib507.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.i +.PHONY : lib507.c.i + +lib507.s: lib507.c.s +.PHONY : lib507.s + +# target to generate assembly for a file +lib507.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.s +.PHONY : lib507.c.s + +lib508.o: lib508.c.o +.PHONY : lib508.o + +# target to build an object file +lib508.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.o +.PHONY : lib508.c.o + +lib508.i: lib508.c.i +.PHONY : lib508.i + +# target to preprocess a source file +lib508.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.i +.PHONY : lib508.c.i + +lib508.s: lib508.c.s +.PHONY : lib508.s + +# target to generate assembly for a file +lib508.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.s +.PHONY : lib508.c.s + +lib509.o: lib509.c.o +.PHONY : lib509.o + +# target to build an object file +lib509.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.o +.PHONY : lib509.c.o + +lib509.i: lib509.c.i +.PHONY : lib509.i + +# target to preprocess a source file +lib509.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.i +.PHONY : lib509.c.i + +lib509.s: lib509.c.s +.PHONY : lib509.s + +# target to generate assembly for a file +lib509.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.s +.PHONY : lib509.c.s + +lib510.o: lib510.c.o +.PHONY : lib510.o + +# target to build an object file +lib510.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.o +.PHONY : lib510.c.o + +lib510.i: lib510.c.i +.PHONY : lib510.i + +# target to preprocess a source file +lib510.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.i +.PHONY : lib510.c.i + +lib510.s: lib510.c.s +.PHONY : lib510.s + +# target to generate assembly for a file +lib510.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.s +.PHONY : lib510.c.s + +lib511.o: lib511.c.o +.PHONY : lib511.o + +# target to build an object file +lib511.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.o +.PHONY : lib511.c.o + +lib511.i: lib511.c.i +.PHONY : lib511.i + +# target to preprocess a source file +lib511.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.i +.PHONY : lib511.c.i + +lib511.s: lib511.c.s +.PHONY : lib511.s + +# target to generate assembly for a file +lib511.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.s +.PHONY : lib511.c.s + +lib512.o: lib512.c.o +.PHONY : lib512.o + +# target to build an object file +lib512.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.o +.PHONY : lib512.c.o + +lib512.i: lib512.c.i +.PHONY : lib512.i + +# target to preprocess a source file +lib512.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.i +.PHONY : lib512.c.i + +lib512.s: lib512.c.s +.PHONY : lib512.s + +# target to generate assembly for a file +lib512.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.s +.PHONY : lib512.c.s + +lib513.o: lib513.c.o +.PHONY : lib513.o + +# target to build an object file +lib513.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.o +.PHONY : lib513.c.o + +lib513.i: lib513.c.i +.PHONY : lib513.i + +# target to preprocess a source file +lib513.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.i +.PHONY : lib513.c.i + +lib513.s: lib513.c.s +.PHONY : lib513.s + +# target to generate assembly for a file +lib513.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.s +.PHONY : lib513.c.s + +lib514.o: lib514.c.o +.PHONY : lib514.o + +# target to build an object file +lib514.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.o +.PHONY : lib514.c.o + +lib514.i: lib514.c.i +.PHONY : lib514.i + +# target to preprocess a source file +lib514.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.i +.PHONY : lib514.c.i + +lib514.s: lib514.c.s +.PHONY : lib514.s + +# target to generate assembly for a file +lib514.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.s +.PHONY : lib514.c.s + +lib515.o: lib515.c.o +.PHONY : lib515.o + +# target to build an object file +lib515.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.o +.PHONY : lib515.c.o + +lib515.i: lib515.c.i +.PHONY : lib515.i + +# target to preprocess a source file +lib515.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.i +.PHONY : lib515.c.i + +lib515.s: lib515.c.s +.PHONY : lib515.s + +# target to generate assembly for a file +lib515.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.s +.PHONY : lib515.c.s + +lib516.o: lib516.c.o +.PHONY : lib516.o + +# target to build an object file +lib516.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.o +.PHONY : lib516.c.o + +lib516.i: lib516.c.i +.PHONY : lib516.i + +# target to preprocess a source file +lib516.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.i +.PHONY : lib516.c.i + +lib516.s: lib516.c.s +.PHONY : lib516.s + +# target to generate assembly for a file +lib516.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.s +.PHONY : lib516.c.s + +lib517.o: lib517.c.o +.PHONY : lib517.o + +# target to build an object file +lib517.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.o +.PHONY : lib517.c.o + +lib517.i: lib517.c.i +.PHONY : lib517.i + +# target to preprocess a source file +lib517.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.i +.PHONY : lib517.c.i + +lib517.s: lib517.c.s +.PHONY : lib517.s + +# target to generate assembly for a file +lib517.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.s +.PHONY : lib517.c.s + +lib518.o: lib518.c.o +.PHONY : lib518.o + +# target to build an object file +lib518.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.o +.PHONY : lib518.c.o + +lib518.i: lib518.c.i +.PHONY : lib518.i + +# target to preprocess a source file +lib518.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.i +.PHONY : lib518.c.i + +lib518.s: lib518.c.s +.PHONY : lib518.s + +# target to generate assembly for a file +lib518.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.s +.PHONY : lib518.c.s + +lib519.o: lib519.c.o +.PHONY : lib519.o + +# target to build an object file +lib519.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.o +.PHONY : lib519.c.o + +lib519.i: lib519.c.i +.PHONY : lib519.i + +# target to preprocess a source file +lib519.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.i +.PHONY : lib519.c.i + +lib519.s: lib519.c.s +.PHONY : lib519.s + +# target to generate assembly for a file +lib519.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.s +.PHONY : lib519.c.s + +lib520.o: lib520.c.o +.PHONY : lib520.o + +# target to build an object file +lib520.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.o +.PHONY : lib520.c.o + +lib520.i: lib520.c.i +.PHONY : lib520.i + +# target to preprocess a source file +lib520.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.i +.PHONY : lib520.c.i + +lib520.s: lib520.c.s +.PHONY : lib520.s + +# target to generate assembly for a file +lib520.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.s +.PHONY : lib520.c.s + +lib521.o: lib521.c.o +.PHONY : lib521.o + +# target to build an object file +lib521.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.o +.PHONY : lib521.c.o + +lib521.i: lib521.c.i +.PHONY : lib521.i + +# target to preprocess a source file +lib521.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.i +.PHONY : lib521.c.i + +lib521.s: lib521.c.s +.PHONY : lib521.s + +# target to generate assembly for a file +lib521.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.s +.PHONY : lib521.c.s + +lib523.o: lib523.c.o +.PHONY : lib523.o + +# target to build an object file +lib523.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.o +.PHONY : lib523.c.o + +lib523.i: lib523.c.i +.PHONY : lib523.i + +# target to preprocess a source file +lib523.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.i +.PHONY : lib523.c.i + +lib523.s: lib523.c.s +.PHONY : lib523.s + +# target to generate assembly for a file +lib523.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.s +.PHONY : lib523.c.s + +lib524.o: lib524.c.o +.PHONY : lib524.o + +# target to build an object file +lib524.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.o +.PHONY : lib524.c.o + +lib524.i: lib524.c.i +.PHONY : lib524.i + +# target to preprocess a source file +lib524.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.i +.PHONY : lib524.c.i + +lib524.s: lib524.c.s +.PHONY : lib524.s + +# target to generate assembly for a file +lib524.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.s +.PHONY : lib524.c.s + +lib525.o: lib525.c.o +.PHONY : lib525.o + +# target to build an object file +lib525.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.o +.PHONY : lib525.c.o + +lib525.i: lib525.c.i +.PHONY : lib525.i + +# target to preprocess a source file +lib525.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.i +.PHONY : lib525.c.i + +lib525.s: lib525.c.s +.PHONY : lib525.s + +# target to generate assembly for a file +lib525.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.s +.PHONY : lib525.c.s + +lib526.o: lib526.c.o +.PHONY : lib526.o + +# target to build an object file +lib526.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.o +.PHONY : lib526.c.o + +lib526.i: lib526.c.i +.PHONY : lib526.i + +# target to preprocess a source file +lib526.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.i +.PHONY : lib526.c.i + +lib526.s: lib526.c.s +.PHONY : lib526.s + +# target to generate assembly for a file +lib526.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.s +.PHONY : lib526.c.s + +lib530.o: lib530.c.o +.PHONY : lib530.o + +# target to build an object file +lib530.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.o +.PHONY : lib530.c.o + +lib530.i: lib530.c.i +.PHONY : lib530.i + +# target to preprocess a source file +lib530.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.i +.PHONY : lib530.c.i + +lib530.s: lib530.c.s +.PHONY : lib530.s + +# target to generate assembly for a file +lib530.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.s +.PHONY : lib530.c.s + +lib533.o: lib533.c.o +.PHONY : lib533.o + +# target to build an object file +lib533.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.o +.PHONY : lib533.c.o + +lib533.i: lib533.c.i +.PHONY : lib533.i + +# target to preprocess a source file +lib533.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.i +.PHONY : lib533.c.i + +lib533.s: lib533.c.s +.PHONY : lib533.s + +# target to generate assembly for a file +lib533.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.s +.PHONY : lib533.c.s + +lib536.o: lib536.c.o +.PHONY : lib536.o + +# target to build an object file +lib536.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.o +.PHONY : lib536.c.o + +lib536.i: lib536.c.i +.PHONY : lib536.i + +# target to preprocess a source file +lib536.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.i +.PHONY : lib536.c.i + +lib536.s: lib536.c.s +.PHONY : lib536.s + +# target to generate assembly for a file +lib536.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.s +.PHONY : lib536.c.s + +lib537.o: lib537.c.o +.PHONY : lib537.o + +# target to build an object file +lib537.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.o +.PHONY : lib537.c.o + +lib537.i: lib537.c.i +.PHONY : lib537.i + +# target to preprocess a source file +lib537.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.i +.PHONY : lib537.c.i + +lib537.s: lib537.c.s +.PHONY : lib537.s + +# target to generate assembly for a file +lib537.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.s +.PHONY : lib537.c.s + +lib539.o: lib539.c.o +.PHONY : lib539.o + +# target to build an object file +lib539.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.o +.PHONY : lib539.c.o + +lib539.i: lib539.c.i +.PHONY : lib539.i + +# target to preprocess a source file +lib539.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.i +.PHONY : lib539.c.i + +lib539.s: lib539.c.s +.PHONY : lib539.s + +# target to generate assembly for a file +lib539.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.s +.PHONY : lib539.c.s + +lib540.o: lib540.c.o +.PHONY : lib540.o + +# target to build an object file +lib540.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.o +.PHONY : lib540.c.o + +lib540.i: lib540.c.i +.PHONY : lib540.i + +# target to preprocess a source file +lib540.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.i +.PHONY : lib540.c.i + +lib540.s: lib540.c.s +.PHONY : lib540.s + +# target to generate assembly for a file +lib540.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.s +.PHONY : lib540.c.s + +lib541.o: lib541.c.o +.PHONY : lib541.o + +# target to build an object file +lib541.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.o +.PHONY : lib541.c.o + +lib541.i: lib541.c.i +.PHONY : lib541.i + +# target to preprocess a source file +lib541.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.i +.PHONY : lib541.c.i + +lib541.s: lib541.c.s +.PHONY : lib541.s + +# target to generate assembly for a file +lib541.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.s +.PHONY : lib541.c.s + +lib542.o: lib542.c.o +.PHONY : lib542.o + +# target to build an object file +lib542.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.o +.PHONY : lib542.c.o + +lib542.i: lib542.c.i +.PHONY : lib542.i + +# target to preprocess a source file +lib542.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.i +.PHONY : lib542.c.i + +lib542.s: lib542.c.s +.PHONY : lib542.s + +# target to generate assembly for a file +lib542.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.s +.PHONY : lib542.c.s + +lib543.o: lib543.c.o +.PHONY : lib543.o + +# target to build an object file +lib543.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.o +.PHONY : lib543.c.o + +lib543.i: lib543.c.i +.PHONY : lib543.i + +# target to preprocess a source file +lib543.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.i +.PHONY : lib543.c.i + +lib543.s: lib543.c.s +.PHONY : lib543.s + +# target to generate assembly for a file +lib543.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.s +.PHONY : lib543.c.s + +lib544.o: lib544.c.o +.PHONY : lib544.o + +# target to build an object file +lib544.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.o +.PHONY : lib544.c.o + +lib544.i: lib544.c.i +.PHONY : lib544.i + +# target to preprocess a source file +lib544.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.i +.PHONY : lib544.c.i + +lib544.s: lib544.c.s +.PHONY : lib544.s + +# target to generate assembly for a file +lib544.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.s +.PHONY : lib544.c.s + +lib547.o: lib547.c.o +.PHONY : lib547.o + +# target to build an object file +lib547.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.o +.PHONY : lib547.c.o + +lib547.i: lib547.c.i +.PHONY : lib547.i + +# target to preprocess a source file +lib547.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.i +.PHONY : lib547.c.i + +lib547.s: lib547.c.s +.PHONY : lib547.s + +# target to generate assembly for a file +lib547.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.s +.PHONY : lib547.c.s + +lib549.o: lib549.c.o +.PHONY : lib549.o + +# target to build an object file +lib549.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.o +.PHONY : lib549.c.o + +lib549.i: lib549.c.i +.PHONY : lib549.i + +# target to preprocess a source file +lib549.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.i +.PHONY : lib549.c.i + +lib549.s: lib549.c.s +.PHONY : lib549.s + +# target to generate assembly for a file +lib549.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.s +.PHONY : lib549.c.s + +lib552.o: lib552.c.o +.PHONY : lib552.o + +# target to build an object file +lib552.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.o +.PHONY : lib552.c.o + +lib552.i: lib552.c.i +.PHONY : lib552.i + +# target to preprocess a source file +lib552.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.i +.PHONY : lib552.c.i + +lib552.s: lib552.c.s +.PHONY : lib552.s + +# target to generate assembly for a file +lib552.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.s +.PHONY : lib552.c.s + +lib553.o: lib553.c.o +.PHONY : lib553.o + +# target to build an object file +lib553.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.o +.PHONY : lib553.c.o + +lib553.i: lib553.c.i +.PHONY : lib553.i + +# target to preprocess a source file +lib553.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.i +.PHONY : lib553.c.i + +lib553.s: lib553.c.s +.PHONY : lib553.s + +# target to generate assembly for a file +lib553.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.s +.PHONY : lib553.c.s + +lib554.o: lib554.c.o +.PHONY : lib554.o + +# target to build an object file +lib554.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.o +.PHONY : lib554.c.o + +lib554.i: lib554.c.i +.PHONY : lib554.i + +# target to preprocess a source file +lib554.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.i +.PHONY : lib554.c.i + +lib554.s: lib554.c.s +.PHONY : lib554.s + +# target to generate assembly for a file +lib554.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.s +.PHONY : lib554.c.s + +lib555.o: lib555.c.o +.PHONY : lib555.o + +# target to build an object file +lib555.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.o +.PHONY : lib555.c.o + +lib555.i: lib555.c.i +.PHONY : lib555.i + +# target to preprocess a source file +lib555.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.i +.PHONY : lib555.c.i + +lib555.s: lib555.c.s +.PHONY : lib555.s + +# target to generate assembly for a file +lib555.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.s +.PHONY : lib555.c.s + +lib556.o: lib556.c.o +.PHONY : lib556.o + +# target to build an object file +lib556.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.o +.PHONY : lib556.c.o + +lib556.i: lib556.c.i +.PHONY : lib556.i + +# target to preprocess a source file +lib556.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.i +.PHONY : lib556.c.i + +lib556.s: lib556.c.s +.PHONY : lib556.s + +# target to generate assembly for a file +lib556.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.s +.PHONY : lib556.c.s + +lib557.o: lib557.c.o +.PHONY : lib557.o + +# target to build an object file +lib557.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.o +.PHONY : lib557.c.o + +lib557.i: lib557.c.i +.PHONY : lib557.i + +# target to preprocess a source file +lib557.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.i +.PHONY : lib557.c.i + +lib557.s: lib557.c.s +.PHONY : lib557.s + +# target to generate assembly for a file +lib557.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.s +.PHONY : lib557.c.s + +lib558.o: lib558.c.o +.PHONY : lib558.o + +# target to build an object file +lib558.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.o +.PHONY : lib558.c.o + +lib558.i: lib558.c.i +.PHONY : lib558.i + +# target to preprocess a source file +lib558.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.i +.PHONY : lib558.c.i + +lib558.s: lib558.c.s +.PHONY : lib558.s + +# target to generate assembly for a file +lib558.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.s +.PHONY : lib558.c.s + +lib559.o: lib559.c.o +.PHONY : lib559.o + +# target to build an object file +lib559.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.o +.PHONY : lib559.c.o + +lib559.i: lib559.c.i +.PHONY : lib559.i + +# target to preprocess a source file +lib559.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.i +.PHONY : lib559.c.i + +lib559.s: lib559.c.s +.PHONY : lib559.s + +# target to generate assembly for a file +lib559.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.s +.PHONY : lib559.c.s + +lib560.o: lib560.c.o +.PHONY : lib560.o + +# target to build an object file +lib560.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.o +.PHONY : lib560.c.o + +lib560.i: lib560.c.i +.PHONY : lib560.i + +# target to preprocess a source file +lib560.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.i +.PHONY : lib560.c.i + +lib560.s: lib560.c.s +.PHONY : lib560.s + +# target to generate assembly for a file +lib560.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.s +.PHONY : lib560.c.s + +lib562.o: lib562.c.o +.PHONY : lib562.o + +# target to build an object file +lib562.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.o +.PHONY : lib562.c.o + +lib562.i: lib562.c.i +.PHONY : lib562.i + +# target to preprocess a source file +lib562.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.i +.PHONY : lib562.c.i + +lib562.s: lib562.c.s +.PHONY : lib562.s + +# target to generate assembly for a file +lib562.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.s +.PHONY : lib562.c.s + +lib564.o: lib564.c.o +.PHONY : lib564.o + +# target to build an object file +lib564.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.o +.PHONY : lib564.c.o + +lib564.i: lib564.c.i +.PHONY : lib564.i + +# target to preprocess a source file +lib564.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.i +.PHONY : lib564.c.i + +lib564.s: lib564.c.s +.PHONY : lib564.s + +# target to generate assembly for a file +lib564.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.s +.PHONY : lib564.c.s + +lib566.o: lib566.c.o +.PHONY : lib566.o + +# target to build an object file +lib566.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.o +.PHONY : lib566.c.o + +lib566.i: lib566.c.i +.PHONY : lib566.i + +# target to preprocess a source file +lib566.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.i +.PHONY : lib566.c.i + +lib566.s: lib566.c.s +.PHONY : lib566.s + +# target to generate assembly for a file +lib566.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.s +.PHONY : lib566.c.s + +lib567.o: lib567.c.o +.PHONY : lib567.o + +# target to build an object file +lib567.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.o +.PHONY : lib567.c.o + +lib567.i: lib567.c.i +.PHONY : lib567.i + +# target to preprocess a source file +lib567.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.i +.PHONY : lib567.c.i + +lib567.s: lib567.c.s +.PHONY : lib567.s + +# target to generate assembly for a file +lib567.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.s +.PHONY : lib567.c.s + +lib568.o: lib568.c.o +.PHONY : lib568.o + +# target to build an object file +lib568.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.o +.PHONY : lib568.c.o + +lib568.i: lib568.c.i +.PHONY : lib568.i + +# target to preprocess a source file +lib568.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.i +.PHONY : lib568.c.i + +lib568.s: lib568.c.s +.PHONY : lib568.s + +# target to generate assembly for a file +lib568.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.s +.PHONY : lib568.c.s + +lib569.o: lib569.c.o +.PHONY : lib569.o + +# target to build an object file +lib569.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.o +.PHONY : lib569.c.o + +lib569.i: lib569.c.i +.PHONY : lib569.i + +# target to preprocess a source file +lib569.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.i +.PHONY : lib569.c.i + +lib569.s: lib569.c.s +.PHONY : lib569.s + +# target to generate assembly for a file +lib569.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.s +.PHONY : lib569.c.s + +lib570.o: lib570.c.o +.PHONY : lib570.o + +# target to build an object file +lib570.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.o +.PHONY : lib570.c.o + +lib570.i: lib570.c.i +.PHONY : lib570.i + +# target to preprocess a source file +lib570.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.i +.PHONY : lib570.c.i + +lib570.s: lib570.c.s +.PHONY : lib570.s + +# target to generate assembly for a file +lib570.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.s +.PHONY : lib570.c.s + +lib571.o: lib571.c.o +.PHONY : lib571.o + +# target to build an object file +lib571.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.o +.PHONY : lib571.c.o + +lib571.i: lib571.c.i +.PHONY : lib571.i + +# target to preprocess a source file +lib571.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.i +.PHONY : lib571.c.i + +lib571.s: lib571.c.s +.PHONY : lib571.s + +# target to generate assembly for a file +lib571.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.s +.PHONY : lib571.c.s + +lib572.o: lib572.c.o +.PHONY : lib572.o + +# target to build an object file +lib572.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.o +.PHONY : lib572.c.o + +lib572.i: lib572.c.i +.PHONY : lib572.i + +# target to preprocess a source file +lib572.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.i +.PHONY : lib572.c.i + +lib572.s: lib572.c.s +.PHONY : lib572.s + +# target to generate assembly for a file +lib572.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.s +.PHONY : lib572.c.s + +lib573.o: lib573.c.o +.PHONY : lib573.o + +# target to build an object file +lib573.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.o +.PHONY : lib573.c.o + +lib573.i: lib573.c.i +.PHONY : lib573.i + +# target to preprocess a source file +lib573.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.i +.PHONY : lib573.c.i + +lib573.s: lib573.c.s +.PHONY : lib573.s + +# target to generate assembly for a file +lib573.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.s +.PHONY : lib573.c.s + +lib574.o: lib574.c.o +.PHONY : lib574.o + +# target to build an object file +lib574.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.o +.PHONY : lib574.c.o + +lib574.i: lib574.c.i +.PHONY : lib574.i + +# target to preprocess a source file +lib574.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.i +.PHONY : lib574.c.i + +lib574.s: lib574.c.s +.PHONY : lib574.s + +# target to generate assembly for a file +lib574.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.s +.PHONY : lib574.c.s + +lib575.o: lib575.c.o +.PHONY : lib575.o + +# target to build an object file +lib575.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.o +.PHONY : lib575.c.o + +lib575.i: lib575.c.i +.PHONY : lib575.i + +# target to preprocess a source file +lib575.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.i +.PHONY : lib575.c.i + +lib575.s: lib575.c.s +.PHONY : lib575.s + +# target to generate assembly for a file +lib575.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.s +.PHONY : lib575.c.s + +lib576.o: lib576.c.o +.PHONY : lib576.o + +# target to build an object file +lib576.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.o +.PHONY : lib576.c.o + +lib576.i: lib576.c.i +.PHONY : lib576.i + +# target to preprocess a source file +lib576.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.i +.PHONY : lib576.c.i + +lib576.s: lib576.c.s +.PHONY : lib576.s + +# target to generate assembly for a file +lib576.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.s +.PHONY : lib576.c.s + +lib578.o: lib578.c.o +.PHONY : lib578.o + +# target to build an object file +lib578.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.o +.PHONY : lib578.c.o + +lib578.i: lib578.c.i +.PHONY : lib578.i + +# target to preprocess a source file +lib578.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.i +.PHONY : lib578.c.i + +lib578.s: lib578.c.s +.PHONY : lib578.s + +# target to generate assembly for a file +lib578.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.s +.PHONY : lib578.c.s + +lib579.o: lib579.c.o +.PHONY : lib579.o + +# target to build an object file +lib579.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.o +.PHONY : lib579.c.o + +lib579.i: lib579.c.i +.PHONY : lib579.i + +# target to preprocess a source file +lib579.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.i +.PHONY : lib579.c.i + +lib579.s: lib579.c.s +.PHONY : lib579.s + +# target to generate assembly for a file +lib579.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.s +.PHONY : lib579.c.s + +lib582.o: lib582.c.o +.PHONY : lib582.o + +# target to build an object file +lib582.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.o +.PHONY : lib582.c.o + +lib582.i: lib582.c.i +.PHONY : lib582.i + +# target to preprocess a source file +lib582.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.i +.PHONY : lib582.c.i + +lib582.s: lib582.c.s +.PHONY : lib582.s + +# target to generate assembly for a file +lib582.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.s +.PHONY : lib582.c.s + +lib583.o: lib583.c.o +.PHONY : lib583.o + +# target to build an object file +lib583.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.o +.PHONY : lib583.c.o + +lib583.i: lib583.c.i +.PHONY : lib583.i + +# target to preprocess a source file +lib583.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.i +.PHONY : lib583.c.i + +lib583.s: lib583.c.s +.PHONY : lib583.s + +# target to generate assembly for a file +lib583.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.s +.PHONY : lib583.c.s + +lib586.o: lib586.c.o +.PHONY : lib586.o + +# target to build an object file +lib586.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.o +.PHONY : lib586.c.o + +lib586.i: lib586.c.i +.PHONY : lib586.i + +# target to preprocess a source file +lib586.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.i +.PHONY : lib586.c.i + +lib586.s: lib586.c.s +.PHONY : lib586.s + +# target to generate assembly for a file +lib586.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.s +.PHONY : lib586.c.s + +lib589.o: lib589.c.o +.PHONY : lib589.o + +# target to build an object file +lib589.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.o +.PHONY : lib589.c.o + +lib589.i: lib589.c.i +.PHONY : lib589.i + +# target to preprocess a source file +lib589.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.i +.PHONY : lib589.c.i + +lib589.s: lib589.c.s +.PHONY : lib589.s + +# target to generate assembly for a file +lib589.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.s +.PHONY : lib589.c.s + +lib590.o: lib590.c.o +.PHONY : lib590.o + +# target to build an object file +lib590.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.o +.PHONY : lib590.c.o + +lib590.i: lib590.c.i +.PHONY : lib590.i + +# target to preprocess a source file +lib590.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.i +.PHONY : lib590.c.i + +lib590.s: lib590.c.s +.PHONY : lib590.s + +# target to generate assembly for a file +lib590.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.s +.PHONY : lib590.c.s + +lib591.o: lib591.c.o +.PHONY : lib591.o + +# target to build an object file +lib591.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.o +.PHONY : lib591.c.o + +lib591.i: lib591.c.i +.PHONY : lib591.i + +# target to preprocess a source file +lib591.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.i +.PHONY : lib591.c.i + +lib591.s: lib591.c.s +.PHONY : lib591.s + +# target to generate assembly for a file +lib591.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.s +.PHONY : lib591.c.s + +lib597.o: lib597.c.o +.PHONY : lib597.o + +# target to build an object file +lib597.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.o +.PHONY : lib597.c.o + +lib597.i: lib597.c.i +.PHONY : lib597.i + +# target to preprocess a source file +lib597.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.i +.PHONY : lib597.c.i + +lib597.s: lib597.c.s +.PHONY : lib597.s + +# target to generate assembly for a file +lib597.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.s +.PHONY : lib597.c.s + +lib598.o: lib598.c.o +.PHONY : lib598.o + +# target to build an object file +lib598.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.o +.PHONY : lib598.c.o + +lib598.i: lib598.c.i +.PHONY : lib598.i + +# target to preprocess a source file +lib598.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.i +.PHONY : lib598.c.i + +lib598.s: lib598.c.s +.PHONY : lib598.s + +# target to generate assembly for a file +lib598.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.s +.PHONY : lib598.c.s + +lib599.o: lib599.c.o +.PHONY : lib599.o + +# target to build an object file +lib599.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.o +.PHONY : lib599.c.o + +lib599.i: lib599.c.i +.PHONY : lib599.i + +# target to preprocess a source file +lib599.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.i +.PHONY : lib599.c.i + +lib599.s: lib599.c.s +.PHONY : lib599.s + +# target to generate assembly for a file +lib599.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.s +.PHONY : lib599.c.s + +lib643.o: lib643.c.o +.PHONY : lib643.o + +# target to build an object file +lib643.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.o +.PHONY : lib643.c.o + +lib643.i: lib643.c.i +.PHONY : lib643.i + +# target to preprocess a source file +lib643.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.i +.PHONY : lib643.c.i + +lib643.s: lib643.c.s +.PHONY : lib643.s + +# target to generate assembly for a file +lib643.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.s +.PHONY : lib643.c.s + +lib650.o: lib650.c.o +.PHONY : lib650.o + +# target to build an object file +lib650.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.o +.PHONY : lib650.c.o + +lib650.i: lib650.c.i +.PHONY : lib650.i + +# target to preprocess a source file +lib650.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.i +.PHONY : lib650.c.i + +lib650.s: lib650.c.s +.PHONY : lib650.s + +# target to generate assembly for a file +lib650.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.s +.PHONY : lib650.c.s + +lib651.o: lib651.c.o +.PHONY : lib651.o + +# target to build an object file +lib651.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.o +.PHONY : lib651.c.o + +lib651.i: lib651.c.i +.PHONY : lib651.i + +# target to preprocess a source file +lib651.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.i +.PHONY : lib651.c.i + +lib651.s: lib651.c.s +.PHONY : lib651.s + +# target to generate assembly for a file +lib651.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.s +.PHONY : lib651.c.s + +lib652.o: lib652.c.o +.PHONY : lib652.o + +# target to build an object file +lib652.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.o +.PHONY : lib652.c.o + +lib652.i: lib652.c.i +.PHONY : lib652.i + +# target to preprocess a source file +lib652.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.i +.PHONY : lib652.c.i + +lib652.s: lib652.c.s +.PHONY : lib652.s + +# target to generate assembly for a file +lib652.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.s +.PHONY : lib652.c.s + +lib653.o: lib653.c.o +.PHONY : lib653.o + +# target to build an object file +lib653.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.o +.PHONY : lib653.c.o + +lib653.i: lib653.c.i +.PHONY : lib653.i + +# target to preprocess a source file +lib653.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.i +.PHONY : lib653.c.i + +lib653.s: lib653.c.s +.PHONY : lib653.s + +# target to generate assembly for a file +lib653.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.s +.PHONY : lib653.c.s + +lib654.o: lib654.c.o +.PHONY : lib654.o + +# target to build an object file +lib654.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.o +.PHONY : lib654.c.o + +lib654.i: lib654.c.i +.PHONY : lib654.i + +# target to preprocess a source file +lib654.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.i +.PHONY : lib654.c.i + +lib654.s: lib654.c.s +.PHONY : lib654.s + +# target to generate assembly for a file +lib654.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.s +.PHONY : lib654.c.s + +lib655.o: lib655.c.o +.PHONY : lib655.o + +# target to build an object file +lib655.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.o +.PHONY : lib655.c.o + +lib655.i: lib655.c.i +.PHONY : lib655.i + +# target to preprocess a source file +lib655.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.i +.PHONY : lib655.c.i + +lib655.s: lib655.c.s +.PHONY : lib655.s + +# target to generate assembly for a file +lib655.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.s +.PHONY : lib655.c.s + +lib658.o: lib658.c.o +.PHONY : lib658.o + +# target to build an object file +lib658.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.o +.PHONY : lib658.c.o + +lib658.i: lib658.c.i +.PHONY : lib658.i + +# target to preprocess a source file +lib658.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.i +.PHONY : lib658.c.i + +lib658.s: lib658.c.s +.PHONY : lib658.s + +# target to generate assembly for a file +lib658.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.s +.PHONY : lib658.c.s + +lib659.o: lib659.c.o +.PHONY : lib659.o + +# target to build an object file +lib659.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.o +.PHONY : lib659.c.o + +lib659.i: lib659.c.i +.PHONY : lib659.i + +# target to preprocess a source file +lib659.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.i +.PHONY : lib659.c.i + +lib659.s: lib659.c.s +.PHONY : lib659.s + +# target to generate assembly for a file +lib659.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.s +.PHONY : lib659.c.s + +lib661.o: lib661.c.o +.PHONY : lib661.o + +# target to build an object file +lib661.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.o +.PHONY : lib661.c.o + +lib661.i: lib661.c.i +.PHONY : lib661.i + +# target to preprocess a source file +lib661.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.i +.PHONY : lib661.c.i + +lib661.s: lib661.c.s +.PHONY : lib661.s + +# target to generate assembly for a file +lib661.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.s +.PHONY : lib661.c.s + +lib666.o: lib666.c.o +.PHONY : lib666.o + +# target to build an object file +lib666.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.o +.PHONY : lib666.c.o + +lib666.i: lib666.c.i +.PHONY : lib666.i + +# target to preprocess a source file +lib666.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.i +.PHONY : lib666.c.i + +lib666.s: lib666.c.s +.PHONY : lib666.s + +# target to generate assembly for a file +lib666.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.s +.PHONY : lib666.c.s + +lib667.o: lib667.c.o +.PHONY : lib667.o + +# target to build an object file +lib667.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.o +.PHONY : lib667.c.o + +lib667.i: lib667.c.i +.PHONY : lib667.i + +# target to preprocess a source file +lib667.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.i +.PHONY : lib667.c.i + +lib667.s: lib667.c.s +.PHONY : lib667.s + +# target to generate assembly for a file +lib667.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.s +.PHONY : lib667.c.s + +lib668.o: lib668.c.o +.PHONY : lib668.o + +# target to build an object file +lib668.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.o +.PHONY : lib668.c.o + +lib668.i: lib668.c.i +.PHONY : lib668.i + +# target to preprocess a source file +lib668.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.i +.PHONY : lib668.c.i + +lib668.s: lib668.c.s +.PHONY : lib668.s + +# target to generate assembly for a file +lib668.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.s +.PHONY : lib668.c.s + +lib670.o: lib670.c.o +.PHONY : lib670.o + +# target to build an object file +lib670.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.o +.PHONY : lib670.c.o + +lib670.i: lib670.c.i +.PHONY : lib670.i + +# target to preprocess a source file +lib670.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.i +.PHONY : lib670.c.i + +lib670.s: lib670.c.s +.PHONY : lib670.s + +# target to generate assembly for a file +lib670.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.s +.PHONY : lib670.c.s + +lib674.o: lib674.c.o +.PHONY : lib674.o + +# target to build an object file +lib674.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.o +.PHONY : lib674.c.o + +lib674.i: lib674.c.i +.PHONY : lib674.i + +# target to preprocess a source file +lib674.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.i +.PHONY : lib674.c.i + +lib674.s: lib674.c.s +.PHONY : lib674.s + +# target to generate assembly for a file +lib674.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.s +.PHONY : lib674.c.s + +lib676.o: lib676.c.o +.PHONY : lib676.o + +# target to build an object file +lib676.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.o +.PHONY : lib676.c.o + +lib676.i: lib676.c.i +.PHONY : lib676.i + +# target to preprocess a source file +lib676.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.i +.PHONY : lib676.c.i + +lib676.s: lib676.c.s +.PHONY : lib676.s + +# target to generate assembly for a file +lib676.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.s +.PHONY : lib676.c.s + +lib677.o: lib677.c.o +.PHONY : lib677.o + +# target to build an object file +lib677.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.o +.PHONY : lib677.c.o + +lib677.i: lib677.c.i +.PHONY : lib677.i + +# target to preprocess a source file +lib677.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.i +.PHONY : lib677.c.i + +lib677.s: lib677.c.s +.PHONY : lib677.s + +# target to generate assembly for a file +lib677.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.s +.PHONY : lib677.c.s + +lib678.o: lib678.c.o +.PHONY : lib678.o + +# target to build an object file +lib678.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.o +.PHONY : lib678.c.o + +lib678.i: lib678.c.i +.PHONY : lib678.i + +# target to preprocess a source file +lib678.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.i +.PHONY : lib678.c.i + +lib678.s: lib678.c.s +.PHONY : lib678.s + +# target to generate assembly for a file +lib678.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.s +.PHONY : lib678.c.s + +lib694.o: lib694.c.o +.PHONY : lib694.o + +# target to build an object file +lib694.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.o +.PHONY : lib694.c.o + +lib694.i: lib694.c.i +.PHONY : lib694.i + +# target to preprocess a source file +lib694.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.i +.PHONY : lib694.c.i + +lib694.s: lib694.c.s +.PHONY : lib694.s + +# target to generate assembly for a file +lib694.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.s +.PHONY : lib694.c.s + +lib695.o: lib695.c.o +.PHONY : lib695.o + +# target to build an object file +lib695.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.o +.PHONY : lib695.c.o + +lib695.i: lib695.c.i +.PHONY : lib695.i + +# target to preprocess a source file +lib695.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.i +.PHONY : lib695.c.i + +lib695.s: lib695.c.s +.PHONY : lib695.s + +# target to generate assembly for a file +lib695.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.s +.PHONY : lib695.c.s + +libauthretry.o: libauthretry.c.o +.PHONY : libauthretry.o + +# target to build an object file +libauthretry.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.o +.PHONY : libauthretry.c.o + +libauthretry.i: libauthretry.c.i +.PHONY : libauthretry.i + +# target to preprocess a source file +libauthretry.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.i +.PHONY : libauthretry.c.i + +libauthretry.s: libauthretry.c.s +.PHONY : libauthretry.s + +# target to generate assembly for a file +libauthretry.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.s +.PHONY : libauthretry.c.s + +libntlmconnect.o: libntlmconnect.c.o +.PHONY : libntlmconnect.o + +# target to build an object file +libntlmconnect.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o +.PHONY : libntlmconnect.c.o + +libntlmconnect.i: libntlmconnect.c.i +.PHONY : libntlmconnect.i + +# target to preprocess a source file +libntlmconnect.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.i +.PHONY : libntlmconnect.c.i + +libntlmconnect.s: libntlmconnect.c.s +.PHONY : libntlmconnect.s + +# target to generate assembly for a file +libntlmconnect.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.s +.PHONY : libntlmconnect.c.s + +libprereq.o: libprereq.c.o +.PHONY : libprereq.o + +# target to build an object file +libprereq.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.o +.PHONY : libprereq.c.o + +libprereq.i: libprereq.c.i +.PHONY : libprereq.i + +# target to preprocess a source file +libprereq.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.i +.PHONY : libprereq.c.i + +libprereq.s: libprereq.c.s +.PHONY : libprereq.s + +# target to generate assembly for a file +libprereq.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.s +.PHONY : libprereq.c.s + +memptr.o: memptr.c.o +.PHONY : memptr.o + +# target to build an object file +memptr.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.o +.PHONY : memptr.c.o + +memptr.i: memptr.c.i +.PHONY : memptr.i + +# target to preprocess a source file +memptr.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.i +.PHONY : memptr.c.i + +memptr.s: memptr.c.s +.PHONY : memptr.s + +# target to generate assembly for a file +memptr.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.s +.PHONY : memptr.c.s + +testtrace.o: testtrace.c.o +.PHONY : testtrace.o + +# target to build an object file +testtrace.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.o +.PHONY : testtrace.c.o + +testtrace.i: testtrace.c.i +.PHONY : testtrace.i + +# target to preprocess a source file +testtrace.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.i +.PHONY : testtrace.c.i + +testtrace.s: testtrace.c.s +.PHONY : testtrace.s + +# target to generate assembly for a file +testtrace.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.s +.PHONY : testtrace.c.s + +testutil.o: testutil.c.o +.PHONY : testutil.o + +# target to build an object file +testutil.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.o +.PHONY : testutil.c.o + +testutil.i: testutil.c.i +.PHONY : testutil.i + +# target to preprocess a source file +testutil.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.i +.PHONY : testutil.c.i + +testutil.s: testutil.c.s +.PHONY : testutil.s + +# target to generate assembly for a file +testutil.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.s +.PHONY : testutil.c.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... lib1156" + @echo "... lib1301" + @echo "... lib1308" + @echo "... lib1485" + @echo "... lib1500" + @echo "... lib1501" + @echo "... lib1502" + @echo "... lib1503" + @echo "... lib1504" + @echo "... lib1505" + @echo "... lib1506" + @echo "... lib1507" + @echo "... lib1508" + @echo "... lib1509" + @echo "... lib1510" + @echo "... lib1511" + @echo "... lib1512" + @echo "... lib1513" + @echo "... lib1514" + @echo "... lib1515" + @echo "... lib1517" + @echo "... lib1518" + @echo "... lib1520" + @echo "... lib1521" + @echo "... lib1522" + @echo "... lib1523" + @echo "... lib1525" + @echo "... lib1526" + @echo "... lib1527" + @echo "... lib1528" + @echo "... lib1529" + @echo "... lib1530" + @echo "... lib1531" + @echo "... lib1532" + @echo "... lib1533" + @echo "... lib1534" + @echo "... lib1535" + @echo "... lib1536" + @echo "... lib1537" + @echo "... lib1538" + @echo "... lib1539" + @echo "... lib1540" + @echo "... lib1541" + @echo "... lib1542" + @echo "... lib1543" + @echo "... lib1545" + @echo "... lib1550" + @echo "... lib1551" + @echo "... lib1552" + @echo "... lib1553" + @echo "... lib1554" + @echo "... lib1555" + @echo "... lib1556" + @echo "... lib1557" + @echo "... lib1558" + @echo "... lib1559" + @echo "... lib1560" + @echo "... lib1564" + @echo "... lib1565" + @echo "... lib1567" + @echo "... lib1568" + @echo "... lib1569" + @echo "... lib1571" + @echo "... lib1576" + @echo "... lib1578" + @echo "... lib1591" + @echo "... lib1592" + @echo "... lib1593" + @echo "... lib1594" + @echo "... lib1596" + @echo "... lib1597" + @echo "... lib1598" + @echo "... lib1662" + @echo "... lib1900" + @echo "... lib1901" + @echo "... lib1903" + @echo "... lib1905" + @echo "... lib1906" + @echo "... lib1907" + @echo "... lib1908" + @echo "... lib1910" + @echo "... lib1911" + @echo "... lib1912" + @echo "... lib1913" + @echo "... lib1915" + @echo "... lib1916" + @echo "... lib1917" + @echo "... lib1918" + @echo "... lib1919" + @echo "... lib1933" + @echo "... lib1934" + @echo "... lib1935" + @echo "... lib1936" + @echo "... lib1937" + @echo "... lib1938" + @echo "... lib1939" + @echo "... lib1940" + @echo "... lib1945" + @echo "... lib1946" + @echo "... lib1947" + @echo "... lib1948" + @echo "... lib1955" + @echo "... lib1956" + @echo "... lib1957" + @echo "... lib1958" + @echo "... lib1959" + @echo "... lib1960" + @echo "... lib1964" + @echo "... lib1970" + @echo "... lib1971" + @echo "... lib1972" + @echo "... lib1973" + @echo "... lib1974" + @echo "... lib1975" + @echo "... lib1977" + @echo "... lib1978" + @echo "... lib2301" + @echo "... lib2302" + @echo "... lib2304" + @echo "... lib2305" + @echo "... lib2306" + @echo "... lib2308" + @echo "... lib2309" + @echo "... lib2310" + @echo "... lib2311" + @echo "... lib2312" + @echo "... lib2402" + @echo "... lib2404" + @echo "... lib2405" + @echo "... lib2502" + @echo "... lib3010" + @echo "... lib3025" + @echo "... lib3026" + @echo "... lib3027" + @echo "... lib3100" + @echo "... lib3101" + @echo "... lib3102" + @echo "... lib3103" + @echo "... lib3104" + @echo "... lib3105" + @echo "... lib3207" + @echo "... lib3208" + @echo "... lib500" + @echo "... lib501" + @echo "... lib502" + @echo "... lib503" + @echo "... lib504" + @echo "... lib505" + @echo "... lib506" + @echo "... lib507" + @echo "... lib508" + @echo "... lib509" + @echo "... lib510" + @echo "... lib511" + @echo "... lib512" + @echo "... lib513" + @echo "... lib514" + @echo "... lib515" + @echo "... lib516" + @echo "... lib517" + @echo "... lib518" + @echo "... lib519" + @echo "... lib520" + @echo "... lib521" + @echo "... lib523" + @echo "... lib524" + @echo "... lib525" + @echo "... lib526" + @echo "... lib527" + @echo "... lib529" + @echo "... lib530" + @echo "... lib532" + @echo "... lib533" + @echo "... lib536" + @echo "... lib537" + @echo "... lib539" + @echo "... lib540" + @echo "... lib541" + @echo "... lib542" + @echo "... lib543" + @echo "... lib544" + @echo "... lib545" + @echo "... lib547" + @echo "... lib548" + @echo "... lib549" + @echo "... lib552" + @echo "... lib553" + @echo "... lib554" + @echo "... lib555" + @echo "... lib556" + @echo "... lib557" + @echo "... lib558" + @echo "... lib559" + @echo "... lib560" + @echo "... lib562" + @echo "... lib564" + @echo "... lib565" + @echo "... lib566" + @echo "... lib567" + @echo "... lib568" + @echo "... lib569" + @echo "... lib570" + @echo "... lib571" + @echo "... lib572" + @echo "... lib573" + @echo "... lib574" + @echo "... lib575" + @echo "... lib576" + @echo "... lib578" + @echo "... lib579" + @echo "... lib582" + @echo "... lib583" + @echo "... lib584" + @echo "... lib585" + @echo "... lib586" + @echo "... lib587" + @echo "... lib589" + @echo "... lib590" + @echo "... lib591" + @echo "... lib597" + @echo "... lib598" + @echo "... lib599" + @echo "... lib643" + @echo "... lib645" + @echo "... lib650" + @echo "... lib651" + @echo "... lib652" + @echo "... lib653" + @echo "... lib654" + @echo "... lib655" + @echo "... lib658" + @echo "... lib659" + @echo "... lib661" + @echo "... lib666" + @echo "... lib667" + @echo "... lib668" + @echo "... lib670" + @echo "... lib671" + @echo "... lib672" + @echo "... lib673" + @echo "... lib674" + @echo "... lib676" + @echo "... lib677" + @echo "... lib678" + @echo "... lib694" + @echo "... lib695" + @echo "... lib696" + @echo "... libauthretry" + @echo "... libntlmconnect" + @echo "... libprereq" + @echo "... first.o" + @echo "... first.i" + @echo "... first.s" + @echo "... lib1156.o" + @echo "... lib1156.i" + @echo "... lib1156.s" + @echo "... lib1301.o" + @echo "... lib1301.i" + @echo "... lib1301.s" + @echo "... lib1308.o" + @echo "... lib1308.i" + @echo "... lib1308.s" + @echo "... lib1485.o" + @echo "... lib1485.i" + @echo "... lib1485.s" + @echo "... lib1500.o" + @echo "... lib1500.i" + @echo "... lib1500.s" + @echo "... lib1501.o" + @echo "... lib1501.i" + @echo "... lib1501.s" + @echo "... lib1502.o" + @echo "... lib1502.i" + @echo "... lib1502.s" + @echo "... lib1506.o" + @echo "... lib1506.i" + @echo "... lib1506.s" + @echo "... lib1507.o" + @echo "... lib1507.i" + @echo "... lib1507.s" + @echo "... lib1508.o" + @echo "... lib1508.i" + @echo "... lib1508.s" + @echo "... lib1509.o" + @echo "... lib1509.i" + @echo "... lib1509.s" + @echo "... lib1510.o" + @echo "... lib1510.i" + @echo "... lib1510.s" + @echo "... lib1511.o" + @echo "... lib1511.i" + @echo "... lib1511.s" + @echo "... lib1512.o" + @echo "... lib1512.i" + @echo "... lib1512.s" + @echo "... lib1513.o" + @echo "... lib1513.i" + @echo "... lib1513.s" + @echo "... lib1514.o" + @echo "... lib1514.i" + @echo "... lib1514.s" + @echo "... lib1515.o" + @echo "... lib1515.i" + @echo "... lib1515.s" + @echo "... lib1517.o" + @echo "... lib1517.i" + @echo "... lib1517.s" + @echo "... lib1518.o" + @echo "... lib1518.i" + @echo "... lib1518.s" + @echo "... lib1520.o" + @echo "... lib1520.i" + @echo "... lib1520.s" + @echo "... lib1521.o" + @echo "... lib1521.i" + @echo "... lib1521.s" + @echo "... lib1522.o" + @echo "... lib1522.i" + @echo "... lib1522.s" + @echo "... lib1523.o" + @echo "... lib1523.i" + @echo "... lib1523.s" + @echo "... lib1525.o" + @echo "... lib1525.i" + @echo "... lib1525.s" + @echo "... lib1526.o" + @echo "... lib1526.i" + @echo "... lib1526.s" + @echo "... lib1527.o" + @echo "... lib1527.i" + @echo "... lib1527.s" + @echo "... lib1528.o" + @echo "... lib1528.i" + @echo "... lib1528.s" + @echo "... lib1529.o" + @echo "... lib1529.i" + @echo "... lib1529.s" + @echo "... lib1530.o" + @echo "... lib1530.i" + @echo "... lib1530.s" + @echo "... lib1531.o" + @echo "... lib1531.i" + @echo "... lib1531.s" + @echo "... lib1532.o" + @echo "... lib1532.i" + @echo "... lib1532.s" + @echo "... lib1533.o" + @echo "... lib1533.i" + @echo "... lib1533.s" + @echo "... lib1534.o" + @echo "... lib1534.i" + @echo "... lib1534.s" + @echo "... lib1535.o" + @echo "... lib1535.i" + @echo "... lib1535.s" + @echo "... lib1536.o" + @echo "... lib1536.i" + @echo "... lib1536.s" + @echo "... lib1537.o" + @echo "... lib1537.i" + @echo "... lib1537.s" + @echo "... lib1538.o" + @echo "... lib1538.i" + @echo "... lib1538.s" + @echo "... lib1540.o" + @echo "... lib1540.i" + @echo "... lib1540.s" + @echo "... lib1541.o" + @echo "... lib1541.i" + @echo "... lib1541.s" + @echo "... lib1542.o" + @echo "... lib1542.i" + @echo "... lib1542.s" + @echo "... lib1545.o" + @echo "... lib1545.i" + @echo "... lib1545.s" + @echo "... lib1550.o" + @echo "... lib1550.i" + @echo "... lib1550.s" + @echo "... lib1551.o" + @echo "... lib1551.i" + @echo "... lib1551.s" + @echo "... lib1552.o" + @echo "... lib1552.i" + @echo "... lib1552.s" + @echo "... lib1553.o" + @echo "... lib1553.i" + @echo "... lib1553.s" + @echo "... lib1554.o" + @echo "... lib1554.i" + @echo "... lib1554.s" + @echo "... lib1555.o" + @echo "... lib1555.i" + @echo "... lib1555.s" + @echo "... lib1556.o" + @echo "... lib1556.i" + @echo "... lib1556.s" + @echo "... lib1557.o" + @echo "... lib1557.i" + @echo "... lib1557.s" + @echo "... lib1558.o" + @echo "... lib1558.i" + @echo "... lib1558.s" + @echo "... lib1559.o" + @echo "... lib1559.i" + @echo "... lib1559.s" + @echo "... lib1560.o" + @echo "... lib1560.i" + @echo "... lib1560.s" + @echo "... lib1564.o" + @echo "... lib1564.i" + @echo "... lib1564.s" + @echo "... lib1565.o" + @echo "... lib1565.i" + @echo "... lib1565.s" + @echo "... lib1567.o" + @echo "... lib1567.i" + @echo "... lib1567.s" + @echo "... lib1568.o" + @echo "... lib1568.i" + @echo "... lib1568.s" + @echo "... lib1569.o" + @echo "... lib1569.i" + @echo "... lib1569.s" + @echo "... lib1571.o" + @echo "... lib1571.i" + @echo "... lib1571.s" + @echo "... lib1576.o" + @echo "... lib1576.i" + @echo "... lib1576.s" + @echo "... lib1591.o" + @echo "... lib1591.i" + @echo "... lib1591.s" + @echo "... lib1592.o" + @echo "... lib1592.i" + @echo "... lib1592.s" + @echo "... lib1593.o" + @echo "... lib1593.i" + @echo "... lib1593.s" + @echo "... lib1594.o" + @echo "... lib1594.i" + @echo "... lib1594.s" + @echo "... lib1597.o" + @echo "... lib1597.i" + @echo "... lib1597.s" + @echo "... lib1598.o" + @echo "... lib1598.i" + @echo "... lib1598.s" + @echo "... lib1662.o" + @echo "... lib1662.i" + @echo "... lib1662.s" + @echo "... lib1900.o" + @echo "... lib1900.i" + @echo "... lib1900.s" + @echo "... lib1901.o" + @echo "... lib1901.i" + @echo "... lib1901.s" + @echo "... lib1903.o" + @echo "... lib1903.i" + @echo "... lib1903.s" + @echo "... lib1905.o" + @echo "... lib1905.i" + @echo "... lib1905.s" + @echo "... lib1906.o" + @echo "... lib1906.i" + @echo "... lib1906.s" + @echo "... lib1907.o" + @echo "... lib1907.i" + @echo "... lib1907.s" + @echo "... lib1908.o" + @echo "... lib1908.i" + @echo "... lib1908.s" + @echo "... lib1910.o" + @echo "... lib1910.i" + @echo "... lib1910.s" + @echo "... lib1911.o" + @echo "... lib1911.i" + @echo "... lib1911.s" + @echo "... lib1912.o" + @echo "... lib1912.i" + @echo "... lib1912.s" + @echo "... lib1913.o" + @echo "... lib1913.i" + @echo "... lib1913.s" + @echo "... lib1915.o" + @echo "... lib1915.i" + @echo "... lib1915.s" + @echo "... lib1916.o" + @echo "... lib1916.i" + @echo "... lib1916.s" + @echo "... lib1918.o" + @echo "... lib1918.i" + @echo "... lib1918.s" + @echo "... lib1919.o" + @echo "... lib1919.i" + @echo "... lib1919.s" + @echo "... lib1933.o" + @echo "... lib1933.i" + @echo "... lib1933.s" + @echo "... lib1934.o" + @echo "... lib1934.i" + @echo "... lib1934.s" + @echo "... lib1935.o" + @echo "... lib1935.i" + @echo "... lib1935.s" + @echo "... lib1936.o" + @echo "... lib1936.i" + @echo "... lib1936.s" + @echo "... lib1937.o" + @echo "... lib1937.i" + @echo "... lib1937.s" + @echo "... lib1938.o" + @echo "... lib1938.i" + @echo "... lib1938.s" + @echo "... lib1939.o" + @echo "... lib1939.i" + @echo "... lib1939.s" + @echo "... lib1940.o" + @echo "... lib1940.i" + @echo "... lib1940.s" + @echo "... lib1945.o" + @echo "... lib1945.i" + @echo "... lib1945.s" + @echo "... lib1947.o" + @echo "... lib1947.i" + @echo "... lib1947.s" + @echo "... lib1948.o" + @echo "... lib1948.i" + @echo "... lib1948.s" + @echo "... lib1955.o" + @echo "... lib1955.i" + @echo "... lib1955.s" + @echo "... lib1956.o" + @echo "... lib1956.i" + @echo "... lib1956.s" + @echo "... lib1957.o" + @echo "... lib1957.i" + @echo "... lib1957.s" + @echo "... lib1958.o" + @echo "... lib1958.i" + @echo "... lib1958.s" + @echo "... lib1959.o" + @echo "... lib1959.i" + @echo "... lib1959.s" + @echo "... lib1960.o" + @echo "... lib1960.i" + @echo "... lib1960.s" + @echo "... lib1964.o" + @echo "... lib1964.i" + @echo "... lib1964.s" + @echo "... lib1970.o" + @echo "... lib1970.i" + @echo "... lib1970.s" + @echo "... lib1971.o" + @echo "... lib1971.i" + @echo "... lib1971.s" + @echo "... lib1972.o" + @echo "... lib1972.i" + @echo "... lib1972.s" + @echo "... lib1973.o" + @echo "... lib1973.i" + @echo "... lib1973.s" + @echo "... lib1974.o" + @echo "... lib1974.i" + @echo "... lib1974.s" + @echo "... lib1975.o" + @echo "... lib1975.i" + @echo "... lib1975.s" + @echo "... lib1977.o" + @echo "... lib1977.i" + @echo "... lib1977.s" + @echo "... lib1978.o" + @echo "... lib1978.i" + @echo "... lib1978.s" + @echo "... lib2301.o" + @echo "... lib2301.i" + @echo "... lib2301.s" + @echo "... lib2302.o" + @echo "... lib2302.i" + @echo "... lib2302.s" + @echo "... lib2304.o" + @echo "... lib2304.i" + @echo "... lib2304.s" + @echo "... lib2305.o" + @echo "... lib2305.i" + @echo "... lib2305.s" + @echo "... lib2306.o" + @echo "... lib2306.i" + @echo "... lib2306.s" + @echo "... lib2308.o" + @echo "... lib2308.i" + @echo "... lib2308.s" + @echo "... lib2309.o" + @echo "... lib2309.i" + @echo "... lib2309.s" + @echo "... lib2310.o" + @echo "... lib2310.i" + @echo "... lib2310.s" + @echo "... lib2311.o" + @echo "... lib2311.i" + @echo "... lib2311.s" + @echo "... lib2312.o" + @echo "... lib2312.i" + @echo "... lib2312.s" + @echo "... lib2402.o" + @echo "... lib2402.i" + @echo "... lib2402.s" + @echo "... lib2404.o" + @echo "... lib2404.i" + @echo "... lib2404.s" + @echo "... lib2405.o" + @echo "... lib2405.i" + @echo "... lib2405.s" + @echo "... lib2502.o" + @echo "... lib2502.i" + @echo "... lib2502.s" + @echo "... lib3010.o" + @echo "... lib3010.i" + @echo "... lib3010.s" + @echo "... lib3025.o" + @echo "... lib3025.i" + @echo "... lib3025.s" + @echo "... lib3026.o" + @echo "... lib3026.i" + @echo "... lib3026.s" + @echo "... lib3027.o" + @echo "... lib3027.i" + @echo "... lib3027.s" + @echo "... lib3100.o" + @echo "... lib3100.i" + @echo "... lib3100.s" + @echo "... lib3101.o" + @echo "... lib3101.i" + @echo "... lib3101.s" + @echo "... lib3102.o" + @echo "... lib3102.i" + @echo "... lib3102.s" + @echo "... lib3103.o" + @echo "... lib3103.i" + @echo "... lib3103.s" + @echo "... lib3104.o" + @echo "... lib3104.i" + @echo "... lib3104.s" + @echo "... lib3105.o" + @echo "... lib3105.i" + @echo "... lib3105.s" + @echo "... lib3207.o" + @echo "... lib3207.i" + @echo "... lib3207.s" + @echo "... lib3208.o" + @echo "... lib3208.i" + @echo "... lib3208.s" + @echo "... lib500.o" + @echo "... lib500.i" + @echo "... lib500.s" + @echo "... lib501.o" + @echo "... lib501.i" + @echo "... lib501.s" + @echo "... lib502.o" + @echo "... lib502.i" + @echo "... lib502.s" + @echo "... lib503.o" + @echo "... lib503.i" + @echo "... lib503.s" + @echo "... lib504.o" + @echo "... lib504.i" + @echo "... lib504.s" + @echo "... lib505.o" + @echo "... lib505.i" + @echo "... lib505.s" + @echo "... lib506.o" + @echo "... lib506.i" + @echo "... lib506.s" + @echo "... lib507.o" + @echo "... lib507.i" + @echo "... lib507.s" + @echo "... lib508.o" + @echo "... lib508.i" + @echo "... lib508.s" + @echo "... lib509.o" + @echo "... lib509.i" + @echo "... lib509.s" + @echo "... lib510.o" + @echo "... lib510.i" + @echo "... lib510.s" + @echo "... lib511.o" + @echo "... lib511.i" + @echo "... lib511.s" + @echo "... lib512.o" + @echo "... lib512.i" + @echo "... lib512.s" + @echo "... lib513.o" + @echo "... lib513.i" + @echo "... lib513.s" + @echo "... lib514.o" + @echo "... lib514.i" + @echo "... lib514.s" + @echo "... lib515.o" + @echo "... lib515.i" + @echo "... lib515.s" + @echo "... lib516.o" + @echo "... lib516.i" + @echo "... lib516.s" + @echo "... lib517.o" + @echo "... lib517.i" + @echo "... lib517.s" + @echo "... lib518.o" + @echo "... lib518.i" + @echo "... lib518.s" + @echo "... lib519.o" + @echo "... lib519.i" + @echo "... lib519.s" + @echo "... lib520.o" + @echo "... lib520.i" + @echo "... lib520.s" + @echo "... lib521.o" + @echo "... lib521.i" + @echo "... lib521.s" + @echo "... lib523.o" + @echo "... lib523.i" + @echo "... lib523.s" + @echo "... lib524.o" + @echo "... lib524.i" + @echo "... lib524.s" + @echo "... lib525.o" + @echo "... lib525.i" + @echo "... lib525.s" + @echo "... lib526.o" + @echo "... lib526.i" + @echo "... lib526.s" + @echo "... lib530.o" + @echo "... lib530.i" + @echo "... lib530.s" + @echo "... lib533.o" + @echo "... lib533.i" + @echo "... lib533.s" + @echo "... lib536.o" + @echo "... lib536.i" + @echo "... lib536.s" + @echo "... lib537.o" + @echo "... lib537.i" + @echo "... lib537.s" + @echo "... lib539.o" + @echo "... lib539.i" + @echo "... lib539.s" + @echo "... lib540.o" + @echo "... lib540.i" + @echo "... lib540.s" + @echo "... lib541.o" + @echo "... lib541.i" + @echo "... lib541.s" + @echo "... lib542.o" + @echo "... lib542.i" + @echo "... lib542.s" + @echo "... lib543.o" + @echo "... lib543.i" + @echo "... lib543.s" + @echo "... lib544.o" + @echo "... lib544.i" + @echo "... lib544.s" + @echo "... lib547.o" + @echo "... lib547.i" + @echo "... lib547.s" + @echo "... lib549.o" + @echo "... lib549.i" + @echo "... lib549.s" + @echo "... lib552.o" + @echo "... lib552.i" + @echo "... lib552.s" + @echo "... lib553.o" + @echo "... lib553.i" + @echo "... lib553.s" + @echo "... lib554.o" + @echo "... lib554.i" + @echo "... lib554.s" + @echo "... lib555.o" + @echo "... lib555.i" + @echo "... lib555.s" + @echo "... lib556.o" + @echo "... lib556.i" + @echo "... lib556.s" + @echo "... lib557.o" + @echo "... lib557.i" + @echo "... lib557.s" + @echo "... lib558.o" + @echo "... lib558.i" + @echo "... lib558.s" + @echo "... lib559.o" + @echo "... lib559.i" + @echo "... lib559.s" + @echo "... lib560.o" + @echo "... lib560.i" + @echo "... lib560.s" + @echo "... lib562.o" + @echo "... lib562.i" + @echo "... lib562.s" + @echo "... lib564.o" + @echo "... lib564.i" + @echo "... lib564.s" + @echo "... lib566.o" + @echo "... lib566.i" + @echo "... lib566.s" + @echo "... lib567.o" + @echo "... lib567.i" + @echo "... lib567.s" + @echo "... lib568.o" + @echo "... lib568.i" + @echo "... lib568.s" + @echo "... lib569.o" + @echo "... lib569.i" + @echo "... lib569.s" + @echo "... lib570.o" + @echo "... lib570.i" + @echo "... lib570.s" + @echo "... lib571.o" + @echo "... lib571.i" + @echo "... lib571.s" + @echo "... lib572.o" + @echo "... lib572.i" + @echo "... lib572.s" + @echo "... lib573.o" + @echo "... lib573.i" + @echo "... lib573.s" + @echo "... lib574.o" + @echo "... lib574.i" + @echo "... lib574.s" + @echo "... lib575.o" + @echo "... lib575.i" + @echo "... lib575.s" + @echo "... lib576.o" + @echo "... lib576.i" + @echo "... lib576.s" + @echo "... lib578.o" + @echo "... lib578.i" + @echo "... lib578.s" + @echo "... lib579.o" + @echo "... lib579.i" + @echo "... lib579.s" + @echo "... lib582.o" + @echo "... lib582.i" + @echo "... lib582.s" + @echo "... lib583.o" + @echo "... lib583.i" + @echo "... lib583.s" + @echo "... lib586.o" + @echo "... lib586.i" + @echo "... lib586.s" + @echo "... lib589.o" + @echo "... lib589.i" + @echo "... lib589.s" + @echo "... lib590.o" + @echo "... lib590.i" + @echo "... lib590.s" + @echo "... lib591.o" + @echo "... lib591.i" + @echo "... lib591.s" + @echo "... lib597.o" + @echo "... lib597.i" + @echo "... lib597.s" + @echo "... lib598.o" + @echo "... lib598.i" + @echo "... lib598.s" + @echo "... lib599.o" + @echo "... lib599.i" + @echo "... lib599.s" + @echo "... lib643.o" + @echo "... lib643.i" + @echo "... lib643.s" + @echo "... lib650.o" + @echo "... lib650.i" + @echo "... lib650.s" + @echo "... lib651.o" + @echo "... lib651.i" + @echo "... lib651.s" + @echo "... lib652.o" + @echo "... lib652.i" + @echo "... lib652.s" + @echo "... lib653.o" + @echo "... lib653.i" + @echo "... lib653.s" + @echo "... lib654.o" + @echo "... lib654.i" + @echo "... lib654.s" + @echo "... lib655.o" + @echo "... lib655.i" + @echo "... lib655.s" + @echo "... lib658.o" + @echo "... lib658.i" + @echo "... lib658.s" + @echo "... lib659.o" + @echo "... lib659.i" + @echo "... lib659.s" + @echo "... lib661.o" + @echo "... lib661.i" + @echo "... lib661.s" + @echo "... lib666.o" + @echo "... lib666.i" + @echo "... lib666.s" + @echo "... lib667.o" + @echo "... lib667.i" + @echo "... lib667.s" + @echo "... lib668.o" + @echo "... lib668.i" + @echo "... lib668.s" + @echo "... lib670.o" + @echo "... lib670.i" + @echo "... lib670.s" + @echo "... lib674.o" + @echo "... lib674.i" + @echo "... lib674.s" + @echo "... lib676.o" + @echo "... lib676.i" + @echo "... lib676.s" + @echo "... lib677.o" + @echo "... lib677.i" + @echo "... lib677.s" + @echo "... lib678.o" + @echo "... lib678.i" + @echo "... lib678.s" + @echo "... lib694.o" + @echo "... lib694.i" + @echo "... lib694.s" + @echo "... lib695.o" + @echo "... lib695.i" + @echo "... lib695.s" + @echo "... libauthretry.o" + @echo "... libauthretry.i" + @echo "... libauthretry.s" + @echo "... libntlmconnect.o" + @echo "... libntlmconnect.i" + @echo "... libntlmconnect.s" + @echo "... libprereq.o" + @echo "... libprereq.i" + @echo "... libprereq.s" + @echo "... memptr.o" + @echo "... memptr.i" + @echo "... memptr.s" + @echo "... testtrace.o" + @echo "... testtrace.i" + @echo "... testtrace.s" + @echo "... testutil.o" + @echo "... testutil.i" + @echo "... testutil.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/tests/libtest/Makefile.inc.cmake b/build_emscripten/external/curl/tests/libtest/Makefile.inc.cmake new file mode 100644 index 00000000..84f4fc92 --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/Makefile.inc.cmake @@ -0,0 +1,764 @@ +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) Daniel Stenberg, , et al. +# +# This software is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at https://curl.se/docs/copyright.html. +# +# You may opt to use, copy, modify, merge, publish, distribute and/or sell +# copies of the Software, and permit persons to whom the Software is +# furnished to do so, under the terms of the COPYING file. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# SPDX-License-Identifier: curl +# +########################################################################### +# files used only in some libcurl test programs +set(TESTUTIL testutil.c testutil.h) +set(TSTTRACE testtrace.c testtrace.h) +set(WARNLESS ../../lib/curlx/warnless.c ../../lib/curlx/warnless.h) +set(MULTIBYTE ../../lib/curlx/multibyte.c ../../lib/curlx/multibyte.h) +set(THREADS ../../lib/curl_threads.c ../../lib/curl_threads.h) +set(MEMPTR memptr.c) + +# these files are used in every single test program below +set(TIMEDIFF ../../lib/curlx/timediff.c ../../lib/curlx/timediff.h) +set(FIRSTFILES first.c first.h) +set(SUPPORTFILES ${TIMEDIFF} ${FIRSTFILES} test.h) + +# These are all libcurl test programs +set(LIBTESTPROGS libauthretry libntlmconnect libprereq + lib500 lib501 lib502 lib503 lib504 lib505 lib506 lib507 lib508 lib509 + lib510 lib511 lib512 lib513 lib514 lib515 lib516 lib517 lib518 lib519 + lib520 lib521 lib523 lib524 lib525 lib526 lib527 lib529 lib530 lib532 + lib533 lib536 lib537 lib539 lib540 lib541 lib542 lib543 + lib544 lib545 + lib547 lib548 lib549 lib552 lib553 lib554 lib555 lib556 lib557 lib558 + lib559 lib560 lib562 lib564 lib565 lib566 lib567 lib568 lib569 lib570 + lib571 lib572 lib573 lib574 lib575 lib576 lib578 lib579 lib582 + lib583 lib584 lib585 lib586 lib587 lib589 lib590 lib591 lib597 lib598 + lib599 + lib643 lib645 lib650 lib651 lib652 lib653 lib654 lib655 lib658 + lib659 lib661 lib666 lib667 lib668 + lib670 lib671 lib672 lib673 lib674 lib676 lib677 lib678 lib694 lib695 + lib696 + lib1156 + lib1301 + lib1308 + lib1485 + lib1500 lib1501 lib1502 lib1503 lib1504 lib1505 lib1506 lib1507 lib1508 + lib1509 lib1510 lib1511 lib1512 lib1513 lib1514 lib1515 lib1517 + lib1518 lib1520 lib1521 lib1522 lib1523 + lib1525 lib1526 lib1527 lib1528 lib1529 lib1530 lib1531 lib1532 lib1533 + lib1534 lib1535 lib1536 lib1537 lib1538 lib1539 + lib1540 lib1541 lib1542 lib1543 lib1545 + lib1550 lib1551 lib1552 lib1553 lib1554 lib1555 lib1556 lib1557 + lib1558 lib1559 lib1560 lib1564 lib1565 lib1567 lib1568 lib1569 lib1571 + lib1576 lib1578 + lib1591 lib1592 lib1593 lib1594 lib1596 lib1597 lib1598 + + lib1662 + + lib1900 lib1901 + lib1903 lib1905 lib1906 lib1907 lib1908 lib1910 lib1911 lib1912 lib1913 + lib1915 lib1916 lib1917 lib1918 lib1919 + lib1933 lib1934 lib1935 lib1936 lib1937 lib1938 lib1939 lib1940 + lib1945 lib1946 lib1947 lib1948 lib1955 lib1956 lib1957 lib1958 lib1959 + lib1960 lib1964 + lib1970 lib1971 lib1972 lib1973 lib1974 lib1975 lib1977 lib1978 + lib2301 lib2302 lib2304 lib2305 lib2306 lib2308 lib2309 lib2310 + lib2311 lib2312 + lib2402 lib2404 lib2405 + lib2502 + lib3010 lib3025 lib3026 lib3027 + lib3100 lib3101 lib3102 lib3103 lib3104 lib3105 lib3207 lib3208) + +set(libntlmconnect_SOURCES libntlmconnect.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(libntlmconnect_LDADD ${TESTUTIL_LIBS}) + +set(libauthretry_SOURCES libauthretry.c ${SUPPORTFILES}) +set(libauthretry_LDADD ${TESTUTIL_LIBS}) + +set(libprereq_SOURCES libprereq.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(libprereq_LDADD ${TESTUTIL_LIBS}) + +set(lib500_SOURCES lib500.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE} ${MULTIBYTE}) +set(lib500_LDADD ${TESTUTIL_LIBS}) + +set(lib501_SOURCES lib501.c ${SUPPORTFILES}) + +set(lib502_SOURCES lib502.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib502_LDADD ${TESTUTIL_LIBS}) + +set(lib503_SOURCES lib503.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib503_LDADD ${TESTUTIL_LIBS}) + +set(lib504_SOURCES lib504.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib504_LDADD ${TESTUTIL_LIBS}) + +set(lib505_SOURCES lib505.c ${SUPPORTFILES} ${MULTIBYTE}) + +set(lib506_SOURCES lib506.c ${SUPPORTFILES}) + +set(lib507_SOURCES lib507.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib507_LDADD ${TESTUTIL_LIBS}) + +set(lib508_SOURCES lib508.c ${SUPPORTFILES}) + +set(lib509_SOURCES lib509.c ${SUPPORTFILES}) + +set(lib510_SOURCES lib510.c ${SUPPORTFILES}) + +set(lib511_SOURCES lib511.c ${SUPPORTFILES}) + +set(lib512_SOURCES lib512.c ${SUPPORTFILES}) + +set(lib513_SOURCES lib513.c ${SUPPORTFILES}) + +set(lib514_SOURCES lib514.c ${SUPPORTFILES}) + +set(lib515_SOURCES lib515.c ${SUPPORTFILES}) + +set(lib516_SOURCES lib516.c ${SUPPORTFILES}) + +set(lib517_SOURCES lib517.c ${SUPPORTFILES}) + +set(lib518_SOURCES lib518.c ${SUPPORTFILES} ${WARNLESS} ${MULTIBYTE}) + +set(lib519_SOURCES lib519.c ${SUPPORTFILES}) + +set(lib520_SOURCES lib520.c ${SUPPORTFILES}) + +set(lib521_SOURCES lib521.c ${SUPPORTFILES}) + +set(lib523_SOURCES lib523.c ${SUPPORTFILES}) + +set(lib524_SOURCES lib524.c ${SUPPORTFILES}) + +set(lib525_SOURCES lib525.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS} ${MULTIBYTE}) +set(lib525_LDADD ${TESTUTIL_LIBS}) + +set(lib526_SOURCES lib526.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib526_LDADD ${TESTUTIL_LIBS}) +set(lib526_CPPFLAGS ${AM_CPPFLAGS} -DLIB526) + +set(lib527_SOURCES lib526.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib527_LDADD ${TESTUTIL_LIBS}) +set(lib527_CPPFLAGS ${AM_CPPFLAGS} -DLIB527) + +set(lib529_SOURCES lib525.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS} ${MULTIBYTE}) +set(lib529_LDADD ${TESTUTIL_LIBS}) +set(lib529_CPPFLAGS ${AM_CPPFLAGS} -DLIB529) + +set(lib530_SOURCES lib530.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib530_LDADD ${TESTUTIL_LIBS}) + +set(lib532_SOURCES lib526.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib532_LDADD ${TESTUTIL_LIBS}) +set(lib532_CPPFLAGS ${AM_CPPFLAGS} -DLIB532) + +set(lib533_SOURCES lib533.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib533_LDADD ${TESTUTIL_LIBS}) + +set(lib536_SOURCES lib536.c ${SUPPORTFILES}) + +set(lib537_SOURCES lib537.c ${SUPPORTFILES} ${WARNLESS} ${MULTIBYTE}) + +set(lib539_SOURCES lib539.c ${SUPPORTFILES}) + +set(lib540_SOURCES lib540.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib540_LDADD ${TESTUTIL_LIBS}) + +set(lib541_SOURCES lib541.c ${SUPPORTFILES} ${MULTIBYTE}) + +set(lib542_SOURCES lib542.c ${SUPPORTFILES}) + +set(lib543_SOURCES lib543.c ${SUPPORTFILES}) + +set(lib544_SOURCES lib544.c ${SUPPORTFILES}) + +set(lib545_SOURCES lib544.c ${SUPPORTFILES}) +set(lib545_CPPFLAGS ${AM_CPPFLAGS} -DLIB545) + +set(lib547_SOURCES lib547.c ${SUPPORTFILES}) + +set(lib548_SOURCES lib547.c ${SUPPORTFILES}) +set(lib548_CPPFLAGS ${AM_CPPFLAGS} -DLIB548) + +set(lib549_SOURCES lib549.c ${SUPPORTFILES}) + +set(lib552_SOURCES lib552.c ${SUPPORTFILES} ${WARNLESS}) + +set(lib553_SOURCES lib553.c ${SUPPORTFILES}) + +set(lib554_SOURCES lib554.c ${SUPPORTFILES}) + +set(lib555_SOURCES lib555.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib555_LDADD ${TESTUTIL_LIBS}) + +set(lib556_SOURCES lib556.c ${SUPPORTFILES} ${WARNLESS}) + +set(lib557_SOURCES lib557.c ${SUPPORTFILES}) + +set(lib558_SOURCES lib558.c ${SUPPORTFILES}) + +set(lib559_SOURCES lib559.c ${SUPPORTFILES}) + +set(lib560_SOURCES lib560.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib560_LDADD ${TESTUTIL_LIBS}) + +set(lib562_SOURCES lib562.c ${SUPPORTFILES}) + +set(lib564_SOURCES lib564.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib564_LDADD ${TESTUTIL_LIBS}) + +set(lib565_SOURCES lib510.c ${SUPPORTFILES}) +set(lib565_CPPFLAGS ${AM_CPPFLAGS} -DLIB565) + +set(lib566_SOURCES lib566.c ${SUPPORTFILES} ${MULTIBYTE}) + +set(lib567_SOURCES lib567.c ${SUPPORTFILES}) + +set(lib568_SOURCES lib568.c ${SUPPORTFILES} ${MULTIBYTE}) + +set(lib569_SOURCES lib569.c ${SUPPORTFILES} ${MULTIBYTE}) + +set(lib570_SOURCES lib570.c ${SUPPORTFILES}) + +set(lib571_SOURCES lib571.c ${SUPPORTFILES} ${WARNLESS} ${MULTIBYTE}) + +set(lib572_SOURCES lib572.c ${SUPPORTFILES} ${MULTIBYTE}) + +set(lib573_SOURCES lib573.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS} ${TSTTRACE}) +set(lib573_LDADD ${TESTUTIL_LIBS}) + +set(lib574_SOURCES lib574.c ${SUPPORTFILES}) + +set(lib575_SOURCES lib575.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib575_LDADD ${TESTUTIL_LIBS}) + +set(lib576_SOURCES lib576.c ${SUPPORTFILES}) + +set(lib578_SOURCES lib578.c ${SUPPORTFILES} ${MULTIBYTE}) + +set(lib579_SOURCES lib579.c ${SUPPORTFILES} ${MULTIBYTE}) + +set(lib582_SOURCES lib582.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS} ${MULTIBYTE}) +set(lib582_LDADD ${TESTUTIL_LIBS}) + +set(lib583_SOURCES lib583.c ${SUPPORTFILES}) + +set(lib584_SOURCES lib589.c ${SUPPORTFILES}) +set(lib584_CPPFLAGS ${AM_CPPFLAGS} -DLIB584) + +set(lib585_SOURCES lib500.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE} ${MULTIBYTE}) +set(lib585_LDADD ${TESTUTIL_LIBS}) +set(lib585_CPPFLAGS ${AM_CPPFLAGS} -DLIB585) + +set(lib586_SOURCES lib586.c ${SUPPORTFILES}) + +set(lib587_SOURCES lib554.c ${SUPPORTFILES}) +set(lib587_CPPFLAGS ${AM_CPPFLAGS} -DLIB587) + +set(lib589_SOURCES lib589.c ${SUPPORTFILES}) + +set(lib590_SOURCES lib590.c ${SUPPORTFILES}) + +set(lib591_SOURCES lib591.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS} ${MULTIBYTE}) +set(lib591_LDADD ${TESTUTIL_LIBS}) + +set(lib597_SOURCES lib597.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib597_LDADD ${TESTUTIL_LIBS}) + +set(lib598_SOURCES lib598.c ${SUPPORTFILES}) + +set(lib599_SOURCES lib599.c ${SUPPORTFILES} ${MULTIBYTE}) + +set(lib643_SOURCES lib643.c ${SUPPORTFILES}) + +set(lib645_SOURCES lib643.c ${SUPPORTFILES}) +set(lib645_CPPFLAGS ${AM_CPPFLAGS} -DLIB645) + +set(lib650_SOURCES lib650.c ${SUPPORTFILES}) + +set(lib651_SOURCES lib651.c ${SUPPORTFILES}) + +set(lib652_SOURCES lib652.c ${SUPPORTFILES}) + +set(lib653_SOURCES lib653.c ${SUPPORTFILES}) + +set(lib654_SOURCES lib654.c ${SUPPORTFILES}) + +set(lib655_SOURCES lib655.c ${SUPPORTFILES}) + +set(lib658_SOURCES lib658.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib658_LDADD ${TESTUTIL_LIBS}) + +set(lib659_SOURCES lib659.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib659_LDADD ${TESTUTIL_LIBS}) + +set(lib661_SOURCES lib661.c ${SUPPORTFILES}) + +set(lib666_SOURCES lib666.c ${SUPPORTFILES}) + +set(lib667_SOURCES lib667.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib667_LDADD ${TESTUTIL_LIBS}) + +set(lib668_SOURCES lib668.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib668_LDADD ${TESTUTIL_LIBS}) + +set(lib670_SOURCES lib670.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib670_LDADD ${TESTUTIL_LIBS}) +set(lib670_CPPFLAGS ${AM_CPPFLAGS} -DLIB670) + +set(lib671_SOURCES lib670.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib671_LDADD ${TESTUTIL_LIBS}) +set(lib671_CPPFLAGS ${AM_CPPFLAGS} -DLIB671) + +set(lib672_SOURCES lib670.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib672_LDADD ${TESTUTIL_LIBS}) +set(lib672_CPPFLAGS ${AM_CPPFLAGS} -DLIB672) + +set(lib673_SOURCES lib670.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib673_LDADD ${TESTUTIL_LIBS}) + +set(lib674_SOURCES lib674.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib674_LDADD ${TESTUTIL_LIBS}) + +set(lib676_SOURCES lib676.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib676_LDADD ${TESTUTIL_LIBS}) + +set(lib677_SOURCES lib677.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS} ${MULTIBYTE}) +set(lib677_LDADD ${TESTUTIL_LIBS}) + +set(lib678_SOURCES lib678.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS} ${MULTIBYTE}) +set(lib678_LDADD ${TESTUTIL_LIBS}) + +set(lib694_SOURCES lib694.c ${SUPPORTFILES}) + +set(lib695_SOURCES lib695.c ${SUPPORTFILES}) + +set(lib696_SOURCES lib556.c ${SUPPORTFILES} ${WARNLESS}) +set(lib696_CPPFLAGS ${AM_CPPFLAGS} -DLIB696) + +set(lib1301_SOURCES lib1301.c ${SUPPORTFILES} ${TESTUTIL}) +set(lib1301_LDADD ${TESTUTIL_LIBS}) + +set(lib1308_SOURCES lib1308.c ${SUPPORTFILES}) +set(lib1308_LDADD ${TESTUTIL_LIBS}) + +set(lib1485_SOURCES lib1485.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1485_LDADD ${TESTUTIL_LIBS}) + +set(lib1500_SOURCES lib1500.c ${SUPPORTFILES} ${TESTUTIL}) +set(lib1500_LDADD ${TESTUTIL_LIBS}) + +set(lib1501_SOURCES lib1501.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1501_LDADD ${TESTUTIL_LIBS}) + +set(lib1502_SOURCES lib1502.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1502_LDADD ${TESTUTIL_LIBS}) +set(lib1502_CPPFLAGS ${AM_CPPFLAGS} -DLIB1502) + +set(lib1503_SOURCES lib1502.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1503_LDADD ${TESTUTIL_LIBS}) +set(lib1503_CPPFLAGS ${AM_CPPFLAGS} -DLIB1503) + +set(lib1504_SOURCES lib1502.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1504_LDADD ${TESTUTIL_LIBS}) +set(lib1504_CPPFLAGS ${AM_CPPFLAGS} -DLIB1504) + +set(lib1505_SOURCES lib1502.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1505_LDADD ${TESTUTIL_LIBS}) +set(lib1505_CPPFLAGS ${AM_CPPFLAGS} -DLIB1505) + +set(lib1506_SOURCES lib1506.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1506_LDADD ${TESTUTIL_LIBS}) + +set(lib1156_SOURCES lib1156.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1156_LDADD ${TESTUTIL_LIBS}) + +set(lib1507_SOURCES lib1507.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1507_LDADD ${TESTUTIL_LIBS}) + +set(lib1508_SOURCES lib1508.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1508_LDADD ${TESTUTIL_LIBS}) + +set(lib1509_SOURCES lib1509.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1509_LDADD ${TESTUTIL_LIBS}) + +set(lib1510_SOURCES lib1510.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1510_LDADD ${TESTUTIL_LIBS}) + +set(lib1511_SOURCES lib1511.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1511_LDADD ${TESTUTIL_LIBS}) + +set(lib1512_SOURCES lib1512.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1512_LDADD ${TESTUTIL_LIBS}) + +set(lib1513_SOURCES lib1513.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1513_LDADD ${TESTUTIL_LIBS}) + +set(lib1514_SOURCES lib1514.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1514_LDADD ${TESTUTIL_LIBS}) + +set(lib1515_SOURCES lib1515.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE} ${WARNLESS}) +set(lib1515_LDADD ${TESTUTIL_LIBS}) + +set(lib1517_SOURCES lib1517.c ${SUPPORTFILES}) + +set(lib1518_SOURCES lib1518.c ${SUPPORTFILES}) + +set(lib1520_SOURCES lib1520.c ${SUPPORTFILES}) + +set(nodist_lib1521_SOURCES lib1521.c ${SUPPORTFILES}) +set(lib1521_CPPFLAGS ${AM_CPPFLAGS} -I${srcdir}) + +set(lib1522_SOURCES lib1522.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE}) +set(lib1522_LDADD ${TESTUTIL_LIBS}) + +set(lib1523_SOURCES lib1523.c ${SUPPORTFILES}) + +set(lib1525_SOURCES lib1525.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1525_LDADD ${TESTUTIL_LIBS}) + +set(lib1526_SOURCES lib1526.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1526_LDADD ${TESTUTIL_LIBS}) + +set(lib1527_SOURCES lib1527.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1527_LDADD ${TESTUTIL_LIBS}) + +set(lib1528_SOURCES lib1528.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1528_LDADD ${TESTUTIL_LIBS}) + +set(lib1529_SOURCES lib1529.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1529_LDADD ${TESTUTIL_LIBS}) + +set(lib1530_SOURCES lib1530.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1530_LDADD ${TESTUTIL_LIBS}) + +set(lib1531_SOURCES lib1531.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1531_LDADD ${TESTUTIL_LIBS}) + +set(lib1532_SOURCES lib1532.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1532_LDADD ${TESTUTIL_LIBS}) + +set(lib1533_SOURCES lib1533.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1533_LDADD ${TESTUTIL_LIBS}) + +set(lib1534_SOURCES lib1534.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1534_LDADD ${TESTUTIL_LIBS}) + +set(lib1535_SOURCES lib1535.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1535_LDADD ${TESTUTIL_LIBS}) + +set(lib1536_SOURCES lib1536.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1536_LDADD ${TESTUTIL_LIBS}) + +set(lib1537_SOURCES lib1537.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1537_LDADD ${TESTUTIL_LIBS}) + +set(lib1538_SOURCES lib1538.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1538_LDADD ${TESTUTIL_LIBS}) + +set(lib1539_SOURCES lib1514.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1539_LDADD ${TESTUTIL_LIBS}) +set(lib1539_CPPFLAGS ${AM_CPPFLAGS} -DLIB1539) + +set(lib1540_SOURCES lib1540.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE} ${WARNLESS}) +set(lib1540_LDADD ${TESTUTIL_LIBS}) + +set(lib1541_SOURCES lib1541.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1541_LDADD ${TESTUTIL_LIBS}) + +set(lib1542_SOURCES lib1542.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE} ${WARNLESS}) +set(lib1542_LDADD ${TESTUTIL_LIBS}) + +set(lib1543_SOURCES lib1518.c ${SUPPORTFILES}) +set(lib1543_CPPFLAGS ${AM_CPPFLAGS} -DLIB1543) + +set(lib1545_SOURCES lib1545.c ${SUPPORTFILES}) + +set(lib1550_SOURCES lib1550.c ${SUPPORTFILES}) + +set(lib1551_SOURCES lib1551.c ${SUPPORTFILES}) + +set(lib1552_SOURCES lib1552.c ${SUPPORTFILES} ${TESTUTIL}) +set(lib1552_LDADD ${TESTUTIL_LIBS}) + +set(lib1553_SOURCES lib1553.c ${SUPPORTFILES} ${TSTTRACE} ${TESTUTIL}) +set(lib1553_LDADD ${TESTUTIL_LIBS}) + +set(lib1554_SOURCES lib1554.c ${SUPPORTFILES}) + +set(lib1555_SOURCES lib1555.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1555_LDADD ${TESTUTIL_LIBS}) + +set(lib1556_SOURCES lib1556.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1556_LDADD ${TESTUTIL_LIBS}) + +set(lib1557_SOURCES lib1557.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1557_LDADD ${TESTUTIL_LIBS}) + +set(lib1558_SOURCES lib1558.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1558_LDADD ${TESTUTIL_LIBS}) + +set(lib1559_SOURCES lib1559.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1559_LDADD ${TESTUTIL_LIBS}) + +set(lib1560_SOURCES lib1560.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1560_LDADD ${TESTUTIL_LIBS}) + +set(lib1564_SOURCES lib1564.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1564_LDADD ${TESTUTIL_LIBS}) + +set(lib1565_SOURCES lib1565.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1565_LDADD ${TESTUTIL_LIBS}) + +set(lib1567_SOURCES lib1567.c ${SUPPORTFILES}) + +set(lib1568_SOURCES lib1568.c ${SUPPORTFILES}) + +set(lib1569_SOURCES lib1569.c ${SUPPORTFILES}) + +set(lib1571_SOURCES lib1571.c ${SUPPORTFILES}) +set(lib1571_CPPFLAGS ${AM_CPPFLAGS} -DLIB1571) + +set(lib1576_SOURCES lib1576.c ${SUPPORTFILES}) + +set(lib1578_SOURCES lib1576.c ${SUPPORTFILES}) +set(lib1578_CPPFLAGS ${AM_CPPFLAGS} -DLIB1578) + +set(lib1591_SOURCES lib1591.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1591_LDADD ${TESTUTIL_LIBS}) + +set(lib1592_SOURCES lib1592.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1592_LDADD ${TESTUTIL_LIBS}) + +set(lib1593_SOURCES lib1593.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1593_LDADD ${TESTUTIL_LIBS}) + +set(lib1594_SOURCES lib1594.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1594_LDADD ${TESTUTIL_LIBS}) + +set(lib1596_SOURCES lib1594.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1596_LDADD ${TESTUTIL_LIBS}) +set(lib1596_CPPFLAGS ${AM_CPPFLAGS} -DLIB1596) + +set(lib1597_SOURCES lib1597.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1597_LDADD ${TESTUTIL_LIBS}) + +set(lib1598_SOURCES lib1598.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1598_LDADD ${TESTUTIL_LIBS}) + +set(lib1662_SOURCES lib1662.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1662_LDADD ${TESTUTIL_LIBS}) + +set(lib1900_SOURCES lib1900.c ${SUPPORTFILES}) + +set(lib1901_SOURCES lib1901.c ${SUPPORTFILES}) + +set(lib1903_SOURCES lib1903.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1903_LDADD ${TESTUTIL_LIBS}) + +set(lib1905_SOURCES lib1905.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1905_LDADD ${TESTUTIL_LIBS}) + +set(lib1906_SOURCES lib1906.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1906_LDADD ${TESTUTIL_LIBS}) + +set(lib1907_SOURCES lib1907.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1907_LDADD ${TESTUTIL_LIBS}) + +set(lib1908_SOURCES lib1908.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1908_LDADD ${TESTUTIL_LIBS}) + +set(lib1910_SOURCES lib1910.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1910_LDADD ${TESTUTIL_LIBS}) + +set(lib1911_SOURCES lib1911.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1911_LDADD ${TESTUTIL_LIBS}) + +set(lib1912_SOURCES lib1912.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1912_LDADD ${TESTUTIL_LIBS}) + +set(lib1913_SOURCES lib1913.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1913_LDADD ${TESTUTIL_LIBS}) + +set(lib1915_SOURCES lib1915.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE} ${WARNLESS}) +set(lib1915_LDADD ${TESTUTIL_LIBS}) + +set(lib1916_SOURCES lib1916.c ${SUPPORTFILES} ${WARNLESS}) + +set(lib1917_SOURCES lib1916.c ${SUPPORTFILES} ${WARNLESS}) +set(lib1917_CPPFLAGS ${AM_CPPFLAGS} -DLIB1917) + +set(lib1918_SOURCES lib1918.c ${SUPPORTFILES} ${WARNLESS}) + +set(lib1919_SOURCES lib1919.c ${SUPPORTFILES} ${WARNLESS}) + +set(lib1933_SOURCES lib1933.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1933_LDADD ${TESTUTIL_LIBS}) + +set(lib1934_SOURCES lib1934.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1934_LDADD ${TESTUTIL_LIBS}) + +set(lib1935_SOURCES lib1935.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1935_LDADD ${TESTUTIL_LIBS}) + +set(lib1936_SOURCES lib1936.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1936_LDADD ${TESTUTIL_LIBS}) + +set(lib1937_SOURCES lib1937.c ${SUPPORTFILES}) +set(lib1937_LDADD ${TESTUTIL_LIBS}) + +set(lib1938_SOURCES lib1938.c ${SUPPORTFILES}) +set(lib1938_LDADD ${TESTUTIL_LIBS}) + +set(lib1939_SOURCES lib1939.c ${SUPPORTFILES}) +set(lib1939_LDADD ${TESTUTIL_LIBS}) + +set(lib1940_SOURCES lib1940.c ${SUPPORTFILES}) +set(lib1940_LDADD ${TESTUTIL_LIBS}) + +set(lib1945_SOURCES lib1945.c ${SUPPORTFILES}) +set(lib1945_LDADD ${TESTUTIL_LIBS}) + +set(lib1946_SOURCES lib1940.c ${SUPPORTFILES}) +set(lib1946_LDADD ${TESTUTIL_LIBS}) +set(lib1946_CPPFLAGS ${AM_CPPFLAGS} -DLIB1946) + +set(lib1947_SOURCES lib1947.c ${SUPPORTFILES}) +set(lib1947_LDADD ${TESTUTIL_LIBS}) + +set(lib1948_SOURCES lib1948.c ${SUPPORTFILES}) +set(lib1948_LDADD ${TESTUTIL_LIBS}) + +set(lib1955_SOURCES lib1955.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1955_LDADD ${TESTUTIL_LIBS}) + +set(lib1956_SOURCES lib1956.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1956_LDADD ${TESTUTIL_LIBS}) + +set(lib1957_SOURCES lib1957.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1957_LDADD ${TESTUTIL_LIBS}) + +set(lib1958_SOURCES lib1958.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1958_LDADD ${TESTUTIL_LIBS}) + +set(lib1959_SOURCES lib1959.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1959_LDADD ${TESTUTIL_LIBS}) + +set(lib1960_SOURCES lib1960.c ${SUPPORTFILES}) +set(lib1960_LDADD ${TESTUTIL_LIBS}) + +set(lib1964_SOURCES lib1964.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1964_LDADD ${TESTUTIL_LIBS}) + +set(lib1970_SOURCES lib1970.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1970_LDADD ${TESTUTIL_LIBS}) + +set(lib1971_SOURCES lib1971.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1971_LDADD ${TESTUTIL_LIBS}) + +set(lib1972_SOURCES lib1972.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1972_LDADD ${TESTUTIL_LIBS}) + +set(lib1973_SOURCES lib1973.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1973_LDADD ${TESTUTIL_LIBS}) + +set(lib1974_SOURCES lib1974.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1974_LDADD ${TESTUTIL_LIBS}) + +set(lib1975_SOURCES lib1975.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1975_LDADD ${TESTUTIL_LIBS}) + +set(lib1977_SOURCES lib1977.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1977_LDADD ${TESTUTIL_LIBS}) + +set(lib1978_SOURCES lib1978.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib1978_LDADD ${TESTUTIL_LIBS}) + +set(lib2301_SOURCES lib2301.c ${SUPPORTFILES}) +set(lib2301_LDADD ${TESTUTIL_LIBS}) + +set(lib2302_SOURCES lib2302.c ${SUPPORTFILES}) +set(lib2302_LDADD ${TESTUTIL_LIBS}) + +set(lib2304_SOURCES lib2304.c ${SUPPORTFILES}) +set(lib2304_LDADD ${TESTUTIL_LIBS}) + +set(lib2305_SOURCES lib2305.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE} ${MULTIBYTE}) +set(lib2305_LDADD ${TESTUTIL_LIBS}) + +set(lib2306_SOURCES lib2306.c ${SUPPORTFILES}) +set(lib2306_LDADD ${TESTUTIL_LIBS}) + +set(lib2308_SOURCES lib2308.c ${SUPPORTFILES}) +set(lib2308_LDADD ${TESTUTIL_LIBS}) + +set(lib2309_SOURCES lib2309.c ${SUPPORTFILES}) +set(lib2309_LDADD ${TESTUTIL_LIBS}) + +set(lib2310_SOURCES lib2310.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE} ${MULTIBYTE}) +set(lib2310_LDADD ${TESTUTIL_LIBS}) + +set(lib2311_SOURCES lib2311.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE} ${MULTIBYTE}) +set(lib2311_LDADD ${TESTUTIL_LIBS}) + +set(lib2312_SOURCES lib2312.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE} ${MULTIBYTE}) +set(lib2312_LDADD ${TESTUTIL_LIBS}) + +set(lib2402_SOURCES lib2402.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib2402_LDADD ${TESTUTIL_LIBS}) + +set(lib2404_SOURCES lib2404.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib2404_LDADD ${TESTUTIL_LIBS}) + +set(lib2405_SOURCES lib2405.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib2405_LDADD ${TESTUTIL_LIBS}) + +set(lib2502_SOURCES lib2502.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE} ${WARNLESS}) +set(lib2502_LDADD ${TESTUTIL_LIBS}) + +set(lib3010_SOURCES lib3010.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib3010_LDADD ${TESTUTIL_LIBS}) + +set(lib3025_SOURCES lib3025.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib3025_LDADD ${TESTUTIL_LIBS}) + +set(lib3026_SOURCES lib3026.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib3026_LDADD ${TESTUTIL_LIBS}) + +set(lib3027_SOURCES lib3027.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib3027_LDADD ${TESTUTIL_LIBS}) + +set(lib3100_SOURCES lib3100.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib3100_LDADD ${TESTUTIL_LIBS}) + +set(lib3101_SOURCES lib3101.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib3101_LDADD ${TESTUTIL_LIBS}) + +set(lib3102_SOURCES lib3102.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) +set(lib3102_LDADD ${TESTUTIL_LIBS}) + +set(lib3103_SOURCES lib3103.c ${SUPPORTFILES}) +set(lib3103_LDADD ${TESTUTIL_LIBS}) + +set(lib3104_SOURCES lib3104.c ${SUPPORTFILES}) + +set(lib3105_SOURCES lib3105.c ${SUPPORTFILES}) + +set(lib3207_SOURCES lib3207.c ${SUPPORTFILES} ${TESTUTIL} ${THREADS} ${WARNLESS} ${MULTIBYTE} ${MEMPTR}) +set(lib3207_LDADD ${TESTUTIL_LIBS}) + +set(lib3208_SOURCES lib3208.c ${SUPPORTFILES} ${TESTUTIL}) +set(lib3208_LDADD ${TESTUTIL_LIBS}) diff --git a/build_emscripten/external/curl/tests/libtest/cmake_install.cmake b/build_emscripten/external/curl/tests/libtest/cmake_install.cmake new file mode 100644 index 00000000..4408207f --- /dev/null +++ b/build_emscripten/external/curl/tests/libtest/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/curl/tests/libtest + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/DependInfo.cmake new file mode 100644 index 00000000..4ccc5927 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/DependInfo.cmake @@ -0,0 +1,36 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/memdebug.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/dnsd.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/util.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.o.d" + "" "external/curl/tests/server/dnsd" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/build.make b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/build.make new file mode 100644 index 00000000..998c3285 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/build.make @@ -0,0 +1,307 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/server/CMakeFiles/dnsd.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/server/CMakeFiles/dnsd.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make + +external/curl/tests/server/CMakeFiles/dnsd.dir/codegen: +.PHONY : external/curl/tests/server/CMakeFiles/dnsd.dir/codegen + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o: /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o -MF CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o.d -o CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c > CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.i + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -o CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.s + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o -MF CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o.d -o CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c > CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.i + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -o CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.s + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o -MF CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o.d -o CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c > CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.i + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -o CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.s + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o -MF CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o.d -o CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c > CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.i + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -o CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.s + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o -MF CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o.d -o CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c > CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.i + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -o CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.s + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o -MF CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o.d -o CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c > CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.i + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -o CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.s + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o -MF CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o.d -o CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c > CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.i + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -o CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.s + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o -MF CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o.d -o CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c > CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.i + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -o CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.s + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o -MF CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o.d -o CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c > CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.i + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -o CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.s + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o -MF CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o.d -o CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c > CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.i + +external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -o CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.s + +external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make +external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c +external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.o -MF CMakeFiles/dnsd.dir/getpart.c.o.d -o CMakeFiles/dnsd.dir/getpart.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c + +external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/getpart.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c > CMakeFiles/dnsd.dir/getpart.c.i + +external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/getpart.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -o CMakeFiles/dnsd.dir/getpart.c.s + +external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make +external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/util.c +external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.o -MF CMakeFiles/dnsd.dir/util.c.o.d -o CMakeFiles/dnsd.dir/util.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/util.c + +external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/util.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/util.c > CMakeFiles/dnsd.dir/util.c.i + +external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/util.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -o CMakeFiles/dnsd.dir/util.c.s + +external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make +external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/dnsd.c +external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.o -MF CMakeFiles/dnsd.dir/dnsd.c.o.d -o CMakeFiles/dnsd.dir/dnsd.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/dnsd.c + +external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/dnsd.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/dnsd.c > CMakeFiles/dnsd.dir/dnsd.c.i + +external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/dnsd.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/dnsd.c -o CMakeFiles/dnsd.dir/dnsd.c.s + +# Object files for target dnsd +dnsd_OBJECTS = \ +"CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o" \ +"CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o" \ +"CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o" \ +"CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o" \ +"CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o" \ +"CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o" \ +"CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o" \ +"CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o" \ +"CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o" \ +"CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o" \ +"CMakeFiles/dnsd.dir/getpart.c.o" \ +"CMakeFiles/dnsd.dir/util.c.o" \ +"CMakeFiles/dnsd.dir/dnsd.c.o" + +# External object files for target dnsd +dnsd_EXTERNAL_OBJECTS = + +external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o +external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o +external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o +external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o +external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o +external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o +external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o +external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o +external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o +external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o +external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.o +external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.o +external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.o +external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/build.make +external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts +external/curl/tests/server/dnsd: /usr/lib/libz.so +external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Linking C executable dnsd" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/dnsd.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/server/CMakeFiles/dnsd.dir/build: external/curl/tests/server/dnsd +.PHONY : external/curl/tests/server/CMakeFiles/dnsd.dir/build + +external/curl/tests/server/CMakeFiles/dnsd.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -P CMakeFiles/dnsd.dir/cmake_clean.cmake +.PHONY : external/curl/tests/server/CMakeFiles/dnsd.dir/clean + +external/curl/tests/server/CMakeFiles/dnsd.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/server /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/server /home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/dnsd.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/server/CMakeFiles/dnsd.dir/depend + diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/cmake_clean.cmake new file mode 100644 index 00000000..c2f6332e --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/cmake_clean.cmake @@ -0,0 +1,36 @@ +file(REMOVE_RECURSE + "CMakeFiles/dnsd.dir/link.d" + "CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o" + "CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o.d" + "CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o" + "CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o.d" + "CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o" + "CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o.d" + "CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o" + "CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o.d" + "CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o" + "CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o.d" + "CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o" + "CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o.d" + "CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o" + "CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o.d" + "CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o" + "CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o.d" + "CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o" + "CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o.d" + "CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o" + "CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o.d" + "CMakeFiles/dnsd.dir/dnsd.c.o" + "CMakeFiles/dnsd.dir/dnsd.c.o.d" + "CMakeFiles/dnsd.dir/getpart.c.o" + "CMakeFiles/dnsd.dir/getpart.c.o.d" + "CMakeFiles/dnsd.dir/util.c.o" + "CMakeFiles/dnsd.dir/util.c.o.d" + "dnsd" + "dnsd.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/dnsd.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.make new file mode 100644 index 00000000..2db0d022 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for dnsd. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts new file mode 100644 index 00000000..9ef7f1f8 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for dnsd. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/depend.make new file mode 100644 index 00000000..d9c9f8f2 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for dnsd. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make new file mode 100644 index 00000000..147d663a --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DHAVE_CONFIG_H -DWITHOUT_LIBCURL -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/server + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/link.txt b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/link.txt new file mode 100644 index 00000000..266559f2 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/dnsd.dir/link.d CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o CMakeFiles/dnsd.dir/getpart.c.o CMakeFiles/dnsd.dir/util.c.o CMakeFiles/dnsd.dir/dnsd.c.o -o dnsd -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/progress.make b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/progress.make new file mode 100644 index 00000000..9c92d1b8 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/progress.make @@ -0,0 +1,15 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_10 = +CMAKE_PROGRESS_11 = +CMAKE_PROGRESS_12 = 50 +CMAKE_PROGRESS_13 = +CMAKE_PROGRESS_14 = + diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/DependInfo.cmake new file mode 100644 index 00000000..1a46d662 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/DependInfo.cmake @@ -0,0 +1,36 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/memdebug.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/mqttd.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/util.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.o.d" + "" "external/curl/tests/server/mqttd" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/build.make b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/build.make new file mode 100644 index 00000000..4bfed18c --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/build.make @@ -0,0 +1,307 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/server/CMakeFiles/mqttd.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/server/CMakeFiles/mqttd.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make + +external/curl/tests/server/CMakeFiles/mqttd.dir/codegen: +.PHONY : external/curl/tests/server/CMakeFiles/mqttd.dir/codegen + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o: /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o -MF CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o.d -o CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c > CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.i + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -o CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.s + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o -MF CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o.d -o CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c > CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.i + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -o CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.s + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o -MF CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o.d -o CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c > CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.i + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -o CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.s + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o -MF CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o.d -o CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c > CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.i + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -o CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.s + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o -MF CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o.d -o CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c > CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.i + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -o CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.s + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o -MF CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o.d -o CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c > CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.i + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -o CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.s + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o -MF CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o.d -o CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c > CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.i + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -o CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.s + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o -MF CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o.d -o CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c > CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.i + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -o CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.s + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o -MF CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o.d -o CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c > CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.i + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -o CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.s + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o -MF CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o.d -o CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c > CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.i + +external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -o CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.s + +external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make +external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c +external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.o -MF CMakeFiles/mqttd.dir/getpart.c.o.d -o CMakeFiles/mqttd.dir/getpart.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c + +external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/getpart.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c > CMakeFiles/mqttd.dir/getpart.c.i + +external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/getpart.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -o CMakeFiles/mqttd.dir/getpart.c.s + +external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make +external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/util.c +external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.o -MF CMakeFiles/mqttd.dir/util.c.o.d -o CMakeFiles/mqttd.dir/util.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/util.c + +external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/util.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/util.c > CMakeFiles/mqttd.dir/util.c.i + +external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/util.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -o CMakeFiles/mqttd.dir/util.c.s + +external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make +external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/mqttd.c +external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.o -MF CMakeFiles/mqttd.dir/mqttd.c.o.d -o CMakeFiles/mqttd.dir/mqttd.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/mqttd.c + +external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/mqttd.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/mqttd.c > CMakeFiles/mqttd.dir/mqttd.c.i + +external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/mqttd.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/mqttd.c -o CMakeFiles/mqttd.dir/mqttd.c.s + +# Object files for target mqttd +mqttd_OBJECTS = \ +"CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o" \ +"CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o" \ +"CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o" \ +"CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o" \ +"CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o" \ +"CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o" \ +"CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o" \ +"CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o" \ +"CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o" \ +"CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o" \ +"CMakeFiles/mqttd.dir/getpart.c.o" \ +"CMakeFiles/mqttd.dir/util.c.o" \ +"CMakeFiles/mqttd.dir/mqttd.c.o" + +# External object files for target mqttd +mqttd_EXTERNAL_OBJECTS = + +external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o +external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o +external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o +external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o +external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o +external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o +external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o +external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o +external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o +external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o +external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.o +external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.o +external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.o +external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/build.make +external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts +external/curl/tests/server/mqttd: /usr/lib/libz.so +external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Linking C executable mqttd" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/mqttd.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/server/CMakeFiles/mqttd.dir/build: external/curl/tests/server/mqttd +.PHONY : external/curl/tests/server/CMakeFiles/mqttd.dir/build + +external/curl/tests/server/CMakeFiles/mqttd.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -P CMakeFiles/mqttd.dir/cmake_clean.cmake +.PHONY : external/curl/tests/server/CMakeFiles/mqttd.dir/clean + +external/curl/tests/server/CMakeFiles/mqttd.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/server /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/server /home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/mqttd.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/server/CMakeFiles/mqttd.dir/depend + diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/cmake_clean.cmake new file mode 100644 index 00000000..c58457fc --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/cmake_clean.cmake @@ -0,0 +1,36 @@ +file(REMOVE_RECURSE + "CMakeFiles/mqttd.dir/link.d" + "CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o" + "CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o.d" + "CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o" + "CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o.d" + "CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o" + "CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o.d" + "CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o" + "CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o.d" + "CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o" + "CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o.d" + "CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o" + "CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o.d" + "CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o" + "CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o.d" + "CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o" + "CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o.d" + "CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o" + "CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o.d" + "CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o" + "CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o.d" + "CMakeFiles/mqttd.dir/getpart.c.o" + "CMakeFiles/mqttd.dir/getpart.c.o.d" + "CMakeFiles/mqttd.dir/mqttd.c.o" + "CMakeFiles/mqttd.dir/mqttd.c.o.d" + "CMakeFiles/mqttd.dir/util.c.o" + "CMakeFiles/mqttd.dir/util.c.o.d" + "mqttd" + "mqttd.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/mqttd.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.make new file mode 100644 index 00000000..9d99d06b --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for mqttd. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts new file mode 100644 index 00000000..f08cb09a --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for mqttd. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/depend.make new file mode 100644 index 00000000..098b7a1b --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for mqttd. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make new file mode 100644 index 00000000..147d663a --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DHAVE_CONFIG_H -DWITHOUT_LIBCURL -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/server + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/link.txt b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/link.txt new file mode 100644 index 00000000..5a71a831 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/mqttd.dir/link.d CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o CMakeFiles/mqttd.dir/getpart.c.o CMakeFiles/mqttd.dir/util.c.o CMakeFiles/mqttd.dir/mqttd.c.o -o mqttd -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/progress.make b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/progress.make new file mode 100644 index 00000000..0a5e5178 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/progress.make @@ -0,0 +1,15 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 89 +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_10 = +CMAKE_PROGRESS_11 = +CMAKE_PROGRESS_12 = +CMAKE_PROGRESS_13 = +CMAKE_PROGRESS_14 = + diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/progress.marks b/build_emscripten/external/curl/tests/server/CMakeFiles/progress.marks new file mode 100644 index 00000000..573541ac --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/DependInfo.cmake new file mode 100644 index 00000000..8a5b9c3d --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/DependInfo.cmake @@ -0,0 +1,36 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/memdebug.c" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c" "external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/resolve.c" "external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/util.c" "external/curl/tests/server/CMakeFiles/resolve.dir/util.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/util.c.o.d" + "" "external/curl/tests/server/resolve" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/build.make b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/build.make new file mode 100644 index 00000000..c85e20f1 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/build.make @@ -0,0 +1,307 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/server/CMakeFiles/resolve.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/server/CMakeFiles/resolve.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/server/CMakeFiles/resolve.dir/flags.make + +external/curl/tests/server/CMakeFiles/resolve.dir/codegen: +.PHONY : external/curl/tests/server/CMakeFiles/resolve.dir/codegen + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o: /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o -MF CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o.d -o CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/__/__/lib/memdebug.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c > CMakeFiles/resolve.dir/__/__/lib/memdebug.c.i + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/__/__/lib/memdebug.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -o CMakeFiles/resolve.dir/__/__/lib/memdebug.c.s + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o -MF CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o.d -o CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c > CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.i + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -o CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.s + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o -MF CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o.d -o CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c > CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.i + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -o CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.s + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o -MF CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o.d -o CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c > CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.i + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -o CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.s + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o -MF CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o.d -o CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c > CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.i + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -o CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.s + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o -MF CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o.d -o CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c > CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.i + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -o CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.s + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o -MF CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o.d -o CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c > CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.i + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -o CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.s + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o -MF CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o.d -o CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c > CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.i + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -o CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.s + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o -MF CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o.d -o CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c > CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.i + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -o CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.s + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o -MF CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o.d -o CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c > CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.i + +external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -o CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.s + +external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make +external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c +external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.o -MF CMakeFiles/resolve.dir/getpart.c.o.d -o CMakeFiles/resolve.dir/getpart.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c + +external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/getpart.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c > CMakeFiles/resolve.dir/getpart.c.i + +external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/getpart.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -o CMakeFiles/resolve.dir/getpart.c.s + +external/curl/tests/server/CMakeFiles/resolve.dir/util.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make +external/curl/tests/server/CMakeFiles/resolve.dir/util.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/util.c +external/curl/tests/server/CMakeFiles/resolve.dir/util.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/util.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/util.c.o -MF CMakeFiles/resolve.dir/util.c.o.d -o CMakeFiles/resolve.dir/util.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/util.c + +external/curl/tests/server/CMakeFiles/resolve.dir/util.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/util.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/util.c > CMakeFiles/resolve.dir/util.c.i + +external/curl/tests/server/CMakeFiles/resolve.dir/util.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/util.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -o CMakeFiles/resolve.dir/util.c.s + +external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make +external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/resolve.c +external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.o -MF CMakeFiles/resolve.dir/resolve.c.o.d -o CMakeFiles/resolve.dir/resolve.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/resolve.c + +external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/resolve.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/resolve.c > CMakeFiles/resolve.dir/resolve.c.i + +external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/resolve.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/resolve.c -o CMakeFiles/resolve.dir/resolve.c.s + +# Object files for target resolve +resolve_OBJECTS = \ +"CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o" \ +"CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o" \ +"CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o" \ +"CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o" \ +"CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o" \ +"CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o" \ +"CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o" \ +"CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o" \ +"CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o" \ +"CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o" \ +"CMakeFiles/resolve.dir/getpart.c.o" \ +"CMakeFiles/resolve.dir/util.c.o" \ +"CMakeFiles/resolve.dir/resolve.c.o" + +# External object files for target resolve +resolve_EXTERNAL_OBJECTS = + +external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o +external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o +external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o +external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o +external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o +external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o +external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o +external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o +external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o +external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o +external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.o +external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/util.c.o +external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.o +external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/build.make +external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts +external/curl/tests/server/resolve: /usr/lib/libz.so +external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Linking C executable resolve" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/resolve.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/server/CMakeFiles/resolve.dir/build: external/curl/tests/server/resolve +.PHONY : external/curl/tests/server/CMakeFiles/resolve.dir/build + +external/curl/tests/server/CMakeFiles/resolve.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -P CMakeFiles/resolve.dir/cmake_clean.cmake +.PHONY : external/curl/tests/server/CMakeFiles/resolve.dir/clean + +external/curl/tests/server/CMakeFiles/resolve.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/server /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/server /home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/resolve.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/server/CMakeFiles/resolve.dir/depend + diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/cmake_clean.cmake new file mode 100644 index 00000000..3ae0f781 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/cmake_clean.cmake @@ -0,0 +1,36 @@ +file(REMOVE_RECURSE + "CMakeFiles/resolve.dir/link.d" + "CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o" + "CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o.d" + "CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o" + "CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o.d" + "CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o" + "CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o.d" + "CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o" + "CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o.d" + "CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o" + "CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o.d" + "CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o" + "CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o.d" + "CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o" + "CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o.d" + "CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o" + "CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o.d" + "CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o" + "CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o.d" + "CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o" + "CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o.d" + "CMakeFiles/resolve.dir/getpart.c.o" + "CMakeFiles/resolve.dir/getpart.c.o.d" + "CMakeFiles/resolve.dir/resolve.c.o" + "CMakeFiles/resolve.dir/resolve.c.o.d" + "CMakeFiles/resolve.dir/util.c.o" + "CMakeFiles/resolve.dir/util.c.o.d" + "resolve" + "resolve.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/resolve.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.make new file mode 100644 index 00000000..bed301c2 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for resolve. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts new file mode 100644 index 00000000..f070812f --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for resolve. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/depend.make new file mode 100644 index 00000000..21202d65 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for resolve. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/flags.make b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/flags.make new file mode 100644 index 00000000..147d663a --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DHAVE_CONFIG_H -DWITHOUT_LIBCURL -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/server + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/link.txt b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/link.txt new file mode 100644 index 00000000..540fb684 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/resolve.dir/link.d CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o CMakeFiles/resolve.dir/getpart.c.o CMakeFiles/resolve.dir/util.c.o CMakeFiles/resolve.dir/resolve.c.o -o resolve -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/progress.make b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/progress.make new file mode 100644 index 00000000..759d2d9d --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/progress.make @@ -0,0 +1,15 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_10 = +CMAKE_PROGRESS_11 = +CMAKE_PROGRESS_12 = +CMAKE_PROGRESS_13 = 90 +CMAKE_PROGRESS_14 = + diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/DependInfo.cmake new file mode 100644 index 00000000..3e6295b2 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/DependInfo.cmake @@ -0,0 +1,36 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/memdebug.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/rtspd.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/util.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.o.d" + "" "external/curl/tests/server/rtspd" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/build.make b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/build.make new file mode 100644 index 00000000..878150e8 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/build.make @@ -0,0 +1,307 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/server/CMakeFiles/rtspd.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/server/CMakeFiles/rtspd.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make + +external/curl/tests/server/CMakeFiles/rtspd.dir/codegen: +.PHONY : external/curl/tests/server/CMakeFiles/rtspd.dir/codegen + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o: /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o -MF CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o.d -o CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c > CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.i + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -o CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.s + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o -MF CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o.d -o CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c > CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.i + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -o CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.s + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o -MF CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o.d -o CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c > CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.i + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -o CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.s + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o -MF CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o.d -o CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c > CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.i + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -o CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.s + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o -MF CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o.d -o CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c > CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.i + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -o CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.s + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o -MF CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o.d -o CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c > CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.i + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -o CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.s + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o -MF CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o.d -o CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c > CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.i + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -o CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.s + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o -MF CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o.d -o CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c > CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.i + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -o CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.s + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o -MF CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o.d -o CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c > CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.i + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -o CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.s + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o -MF CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o.d -o CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c > CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.i + +external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -o CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.s + +external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make +external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c +external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.o -MF CMakeFiles/rtspd.dir/getpart.c.o.d -o CMakeFiles/rtspd.dir/getpart.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c + +external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/getpart.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c > CMakeFiles/rtspd.dir/getpart.c.i + +external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/getpart.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -o CMakeFiles/rtspd.dir/getpart.c.s + +external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make +external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/util.c +external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.o -MF CMakeFiles/rtspd.dir/util.c.o.d -o CMakeFiles/rtspd.dir/util.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/util.c + +external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/util.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/util.c > CMakeFiles/rtspd.dir/util.c.i + +external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/util.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -o CMakeFiles/rtspd.dir/util.c.s + +external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make +external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/rtspd.c +external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.o -MF CMakeFiles/rtspd.dir/rtspd.c.o.d -o CMakeFiles/rtspd.dir/rtspd.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/rtspd.c + +external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/rtspd.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/rtspd.c > CMakeFiles/rtspd.dir/rtspd.c.i + +external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/rtspd.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/rtspd.c -o CMakeFiles/rtspd.dir/rtspd.c.s + +# Object files for target rtspd +rtspd_OBJECTS = \ +"CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o" \ +"CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o" \ +"CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o" \ +"CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o" \ +"CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o" \ +"CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o" \ +"CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o" \ +"CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o" \ +"CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o" \ +"CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o" \ +"CMakeFiles/rtspd.dir/getpart.c.o" \ +"CMakeFiles/rtspd.dir/util.c.o" \ +"CMakeFiles/rtspd.dir/rtspd.c.o" + +# External object files for target rtspd +rtspd_EXTERNAL_OBJECTS = + +external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o +external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o +external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o +external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o +external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o +external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o +external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o +external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o +external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o +external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o +external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.o +external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.o +external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.o +external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/build.make +external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts +external/curl/tests/server/rtspd: /usr/lib/libz.so +external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Linking C executable rtspd" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/rtspd.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/server/CMakeFiles/rtspd.dir/build: external/curl/tests/server/rtspd +.PHONY : external/curl/tests/server/CMakeFiles/rtspd.dir/build + +external/curl/tests/server/CMakeFiles/rtspd.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -P CMakeFiles/rtspd.dir/cmake_clean.cmake +.PHONY : external/curl/tests/server/CMakeFiles/rtspd.dir/clean + +external/curl/tests/server/CMakeFiles/rtspd.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/server /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/server /home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/rtspd.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/server/CMakeFiles/rtspd.dir/depend + diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/cmake_clean.cmake new file mode 100644 index 00000000..a77408f1 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/cmake_clean.cmake @@ -0,0 +1,36 @@ +file(REMOVE_RECURSE + "CMakeFiles/rtspd.dir/link.d" + "CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o" + "CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o.d" + "CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o" + "CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o.d" + "CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o" + "CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o.d" + "CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o" + "CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o.d" + "CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o" + "CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o.d" + "CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o" + "CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o.d" + "CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o" + "CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o.d" + "CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o" + "CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o.d" + "CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o" + "CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o.d" + "CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o" + "CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o.d" + "CMakeFiles/rtspd.dir/getpart.c.o" + "CMakeFiles/rtspd.dir/getpart.c.o.d" + "CMakeFiles/rtspd.dir/rtspd.c.o" + "CMakeFiles/rtspd.dir/rtspd.c.o.d" + "CMakeFiles/rtspd.dir/util.c.o" + "CMakeFiles/rtspd.dir/util.c.o.d" + "rtspd" + "rtspd.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/rtspd.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.make new file mode 100644 index 00000000..c878b24d --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for rtspd. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts new file mode 100644 index 00000000..c671a60d --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for rtspd. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/depend.make new file mode 100644 index 00000000..09db810c --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for rtspd. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make new file mode 100644 index 00000000..147d663a --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DHAVE_CONFIG_H -DWITHOUT_LIBCURL -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/server + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/link.txt b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/link.txt new file mode 100644 index 00000000..b11fa10d --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/rtspd.dir/link.d CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o CMakeFiles/rtspd.dir/getpart.c.o CMakeFiles/rtspd.dir/util.c.o CMakeFiles/rtspd.dir/rtspd.c.o -o rtspd -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/progress.make b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/progress.make new file mode 100644 index 00000000..eeab77d5 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/progress.make @@ -0,0 +1,15 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_10 = +CMAKE_PROGRESS_11 = +CMAKE_PROGRESS_12 = +CMAKE_PROGRESS_13 = +CMAKE_PROGRESS_14 = + diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/DependInfo.cmake new file mode 100644 index 00000000..d3ee2daf --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/DependInfo.cmake @@ -0,0 +1,37 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/memdebug.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/sockfilt.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/util.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.o.d" + "" "external/curl/tests/server/sockfilt" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make new file mode 100644 index 00000000..b8be4759 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make @@ -0,0 +1,323 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/server/CMakeFiles/sockfilt.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/server/CMakeFiles/sockfilt.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make + +external/curl/tests/server/CMakeFiles/sockfilt.dir/codegen: +.PHONY : external/curl/tests/server/CMakeFiles/sockfilt.dir/codegen + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o: /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o -MF CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o.d -o CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c > CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.i + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -o CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.s + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o -MF CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o.d -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c > CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.i + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.s + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o -MF CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o.d -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c > CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.i + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.s + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o -MF CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o.d -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c > CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.i + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.s + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o -MF CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o.d -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c > CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.i + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.s + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o -MF CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o.d -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c > CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.i + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.s + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o -MF CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o.d -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c > CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.i + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.s + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o -MF CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o.d -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c > CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.i + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.s + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o -MF CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o.d -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c > CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.i + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.s + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o -MF CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o.d -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c > CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.i + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.s + +external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make +external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c +external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.o -MF CMakeFiles/sockfilt.dir/getpart.c.o.d -o CMakeFiles/sockfilt.dir/getpart.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c + +external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/getpart.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c > CMakeFiles/sockfilt.dir/getpart.c.i + +external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/getpart.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -o CMakeFiles/sockfilt.dir/getpart.c.s + +external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make +external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/util.c +external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.o -MF CMakeFiles/sockfilt.dir/util.c.o.d -o CMakeFiles/sockfilt.dir/util.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/util.c + +external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/util.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/util.c > CMakeFiles/sockfilt.dir/util.c.i + +external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/util.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -o CMakeFiles/sockfilt.dir/util.c.s + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o -MF CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o.d -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c > CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.i + +external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.s + +external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make +external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/sockfilt.c +external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.o -MF CMakeFiles/sockfilt.dir/sockfilt.c.o.d -o CMakeFiles/sockfilt.dir/sockfilt.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/sockfilt.c + +external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/sockfilt.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/sockfilt.c > CMakeFiles/sockfilt.dir/sockfilt.c.i + +external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/sockfilt.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/sockfilt.c -o CMakeFiles/sockfilt.dir/sockfilt.c.s + +# Object files for target sockfilt +sockfilt_OBJECTS = \ +"CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o" \ +"CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o" \ +"CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o" \ +"CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o" \ +"CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o" \ +"CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o" \ +"CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o" \ +"CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o" \ +"CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o" \ +"CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o" \ +"CMakeFiles/sockfilt.dir/getpart.c.o" \ +"CMakeFiles/sockfilt.dir/util.c.o" \ +"CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o" \ +"CMakeFiles/sockfilt.dir/sockfilt.c.o" + +# External object files for target sockfilt +sockfilt_EXTERNAL_OBJECTS = + +external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o +external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o +external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o +external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o +external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o +external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o +external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o +external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o +external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o +external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o +external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.o +external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.o +external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o +external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.o +external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make +external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts +external/curl/tests/server/sockfilt: /usr/lib/libz.so +external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Linking C executable sockfilt" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/sockfilt.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/server/CMakeFiles/sockfilt.dir/build: external/curl/tests/server/sockfilt +.PHONY : external/curl/tests/server/CMakeFiles/sockfilt.dir/build + +external/curl/tests/server/CMakeFiles/sockfilt.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -P CMakeFiles/sockfilt.dir/cmake_clean.cmake +.PHONY : external/curl/tests/server/CMakeFiles/sockfilt.dir/clean + +external/curl/tests/server/CMakeFiles/sockfilt.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/server /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/server /home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/sockfilt.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/server/CMakeFiles/sockfilt.dir/depend + diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/cmake_clean.cmake new file mode 100644 index 00000000..5f94e132 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/cmake_clean.cmake @@ -0,0 +1,38 @@ +file(REMOVE_RECURSE + "CMakeFiles/sockfilt.dir/link.d" + "CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o" + "CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o.d" + "CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o" + "CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o.d" + "CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o" + "CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o.d" + "CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o" + "CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o.d" + "CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o" + "CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o.d" + "CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o" + "CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o.d" + "CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o" + "CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o.d" + "CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o" + "CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o.d" + "CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o" + "CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o.d" + "CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o" + "CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o.d" + "CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o" + "CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o.d" + "CMakeFiles/sockfilt.dir/getpart.c.o" + "CMakeFiles/sockfilt.dir/getpart.c.o.d" + "CMakeFiles/sockfilt.dir/sockfilt.c.o" + "CMakeFiles/sockfilt.dir/sockfilt.c.o.d" + "CMakeFiles/sockfilt.dir/util.c.o" + "CMakeFiles/sockfilt.dir/util.c.o.d" + "sockfilt" + "sockfilt.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/sockfilt.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.make new file mode 100644 index 00000000..8025fb22 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for sockfilt. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts new file mode 100644 index 00000000..14f2956d --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for sockfilt. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/depend.make new file mode 100644 index 00000000..541d420a --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for sockfilt. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make new file mode 100644 index 00000000..147d663a --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DHAVE_CONFIG_H -DWITHOUT_LIBCURL -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/server + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/link.txt b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/link.txt new file mode 100644 index 00000000..f2c297d7 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/sockfilt.dir/link.d CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o CMakeFiles/sockfilt.dir/getpart.c.o CMakeFiles/sockfilt.dir/util.c.o CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o CMakeFiles/sockfilt.dir/sockfilt.c.o -o sockfilt -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/progress.make b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/progress.make new file mode 100644 index 00000000..51fa3ce3 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/progress.make @@ -0,0 +1,16 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_10 = +CMAKE_PROGRESS_11 = +CMAKE_PROGRESS_12 = +CMAKE_PROGRESS_13 = 91 +CMAKE_PROGRESS_14 = +CMAKE_PROGRESS_15 = + diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/DependInfo.cmake new file mode 100644 index 00000000..e04af7de --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/DependInfo.cmake @@ -0,0 +1,37 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/memdebug.c" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c" "external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/socksd.c" "external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/util.c" "external/curl/tests/server/CMakeFiles/socksd.dir/util.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/util.c.o.d" + "" "external/curl/tests/server/socksd" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/build.make b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/build.make new file mode 100644 index 00000000..f6f95b12 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/build.make @@ -0,0 +1,323 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/server/CMakeFiles/socksd.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/server/CMakeFiles/socksd.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/server/CMakeFiles/socksd.dir/flags.make + +external/curl/tests/server/CMakeFiles/socksd.dir/codegen: +.PHONY : external/curl/tests/server/CMakeFiles/socksd.dir/codegen + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o: /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o -MF CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o.d -o CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/__/__/lib/memdebug.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c > CMakeFiles/socksd.dir/__/__/lib/memdebug.c.i + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/__/__/lib/memdebug.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -o CMakeFiles/socksd.dir/__/__/lib/memdebug.c.s + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o -MF CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o.d -o CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c > CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.i + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -o CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.s + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o -MF CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o.d -o CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c > CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.i + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -o CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.s + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o -MF CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o.d -o CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c > CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.i + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -o CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.s + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o -MF CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o.d -o CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c > CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.i + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -o CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.s + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o -MF CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o.d -o CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c > CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.i + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -o CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.s + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o -MF CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o.d -o CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c > CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.i + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -o CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.s + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o -MF CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o.d -o CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c > CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.i + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -o CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.s + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o -MF CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o.d -o CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c > CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.i + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -o CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.s + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o -MF CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o.d -o CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c > CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.i + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -o CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.s + +external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make +external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c +external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.o -MF CMakeFiles/socksd.dir/getpart.c.o.d -o CMakeFiles/socksd.dir/getpart.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c + +external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/getpart.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c > CMakeFiles/socksd.dir/getpart.c.i + +external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/getpart.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -o CMakeFiles/socksd.dir/getpart.c.s + +external/curl/tests/server/CMakeFiles/socksd.dir/util.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make +external/curl/tests/server/CMakeFiles/socksd.dir/util.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/util.c +external/curl/tests/server/CMakeFiles/socksd.dir/util.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/util.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/util.c.o -MF CMakeFiles/socksd.dir/util.c.o.d -o CMakeFiles/socksd.dir/util.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/util.c + +external/curl/tests/server/CMakeFiles/socksd.dir/util.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/util.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/util.c > CMakeFiles/socksd.dir/util.c.i + +external/curl/tests/server/CMakeFiles/socksd.dir/util.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/util.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -o CMakeFiles/socksd.dir/util.c.s + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o -MF CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o.d -o CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c > CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.i + +external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c -o CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.s + +external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make +external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/socksd.c +external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.o -MF CMakeFiles/socksd.dir/socksd.c.o.d -o CMakeFiles/socksd.dir/socksd.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/socksd.c + +external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/socksd.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/socksd.c > CMakeFiles/socksd.dir/socksd.c.i + +external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/socksd.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/socksd.c -o CMakeFiles/socksd.dir/socksd.c.s + +# Object files for target socksd +socksd_OBJECTS = \ +"CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o" \ +"CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o" \ +"CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o" \ +"CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o" \ +"CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o" \ +"CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o" \ +"CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o" \ +"CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o" \ +"CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o" \ +"CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o" \ +"CMakeFiles/socksd.dir/getpart.c.o" \ +"CMakeFiles/socksd.dir/util.c.o" \ +"CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o" \ +"CMakeFiles/socksd.dir/socksd.c.o" + +# External object files for target socksd +socksd_EXTERNAL_OBJECTS = + +external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o +external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o +external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o +external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o +external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o +external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o +external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o +external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o +external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o +external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o +external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.o +external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/util.c.o +external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o +external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.o +external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/build.make +external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts +external/curl/tests/server/socksd: /usr/lib/libz.so +external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Linking C executable socksd" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/socksd.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/server/CMakeFiles/socksd.dir/build: external/curl/tests/server/socksd +.PHONY : external/curl/tests/server/CMakeFiles/socksd.dir/build + +external/curl/tests/server/CMakeFiles/socksd.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -P CMakeFiles/socksd.dir/cmake_clean.cmake +.PHONY : external/curl/tests/server/CMakeFiles/socksd.dir/clean + +external/curl/tests/server/CMakeFiles/socksd.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/server /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/server /home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/socksd.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/server/CMakeFiles/socksd.dir/depend + diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/cmake_clean.cmake new file mode 100644 index 00000000..9087b050 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/cmake_clean.cmake @@ -0,0 +1,38 @@ +file(REMOVE_RECURSE + "CMakeFiles/socksd.dir/link.d" + "CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o" + "CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o.d" + "CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o" + "CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o.d" + "CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o" + "CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o.d" + "CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o" + "CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o.d" + "CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o" + "CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o.d" + "CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o" + "CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o.d" + "CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o" + "CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o.d" + "CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o" + "CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o.d" + "CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o" + "CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o.d" + "CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o" + "CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o.d" + "CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o" + "CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o.d" + "CMakeFiles/socksd.dir/getpart.c.o" + "CMakeFiles/socksd.dir/getpart.c.o.d" + "CMakeFiles/socksd.dir/socksd.c.o" + "CMakeFiles/socksd.dir/socksd.c.o.d" + "CMakeFiles/socksd.dir/util.c.o" + "CMakeFiles/socksd.dir/util.c.o.d" + "socksd" + "socksd.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/socksd.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.make new file mode 100644 index 00000000..a368c39c --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for socksd. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts new file mode 100644 index 00000000..5a319da0 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for socksd. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/depend.make new file mode 100644 index 00000000..ea5d0c6c --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for socksd. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/flags.make b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/flags.make new file mode 100644 index 00000000..147d663a --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DHAVE_CONFIG_H -DWITHOUT_LIBCURL -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/server + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/link.txt b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/link.txt new file mode 100644 index 00000000..6655eecc --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/socksd.dir/link.d CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o CMakeFiles/socksd.dir/getpart.c.o CMakeFiles/socksd.dir/util.c.o CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o CMakeFiles/socksd.dir/socksd.c.o -o socksd -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/progress.make b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/progress.make new file mode 100644 index 00000000..62e9b995 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/progress.make @@ -0,0 +1,16 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_10 = +CMAKE_PROGRESS_11 = +CMAKE_PROGRESS_12 = +CMAKE_PROGRESS_13 = +CMAKE_PROGRESS_14 = +CMAKE_PROGRESS_15 = + diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/DependInfo.cmake new file mode 100644 index 00000000..8df40315 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/DependInfo.cmake @@ -0,0 +1,37 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/memdebug.c" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c" "external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/sws.c" "external/curl/tests/server/CMakeFiles/sws.dir/sws.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/sws.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/util.c" "external/curl/tests/server/CMakeFiles/sws.dir/util.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/util.c.o.d" + "" "external/curl/tests/server/sws" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/build.make b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/build.make new file mode 100644 index 00000000..34a6be0b --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/build.make @@ -0,0 +1,323 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/server/CMakeFiles/sws.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/server/CMakeFiles/sws.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/server/CMakeFiles/sws.dir/flags.make + +external/curl/tests/server/CMakeFiles/sws.dir/codegen: +.PHONY : external/curl/tests/server/CMakeFiles/sws.dir/codegen + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.o: /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.o -MF CMakeFiles/sws.dir/__/__/lib/memdebug.c.o.d -o CMakeFiles/sws.dir/__/__/lib/memdebug.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/__/__/lib/memdebug.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c > CMakeFiles/sws.dir/__/__/lib/memdebug.c.i + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/__/__/lib/memdebug.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -o CMakeFiles/sws.dir/__/__/lib/memdebug.c.s + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o -MF CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o.d -o CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c > CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.i + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -o CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.s + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o -MF CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o.d -o CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c > CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.i + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -o CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.s + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o -MF CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o.d -o CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c > CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.i + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -o CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.s + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o -MF CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o.d -o CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c > CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.i + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -o CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.s + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o -MF CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o.d -o CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c > CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.i + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -o CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.s + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o -MF CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o.d -o CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c > CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.i + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -o CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.s + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o -MF CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o.d -o CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c > CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.i + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -o CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.s + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o -MF CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o.d -o CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c > CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.i + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -o CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.s + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o -MF CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o.d -o CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c > CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.i + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -o CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.s + +external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make +external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c +external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.o -MF CMakeFiles/sws.dir/getpart.c.o.d -o CMakeFiles/sws.dir/getpart.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c + +external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/getpart.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c > CMakeFiles/sws.dir/getpart.c.i + +external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/getpart.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -o CMakeFiles/sws.dir/getpart.c.s + +external/curl/tests/server/CMakeFiles/sws.dir/util.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make +external/curl/tests/server/CMakeFiles/sws.dir/util.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/util.c +external/curl/tests/server/CMakeFiles/sws.dir/util.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/util.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/util.c.o -MF CMakeFiles/sws.dir/util.c.o.d -o CMakeFiles/sws.dir/util.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/util.c + +external/curl/tests/server/CMakeFiles/sws.dir/util.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/util.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/util.c > CMakeFiles/sws.dir/util.c.i + +external/curl/tests/server/CMakeFiles/sws.dir/util.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/util.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -o CMakeFiles/sws.dir/util.c.s + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o -MF CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o.d -o CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c > CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.i + +external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c -o CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.s + +external/curl/tests/server/CMakeFiles/sws.dir/sws.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make +external/curl/tests/server/CMakeFiles/sws.dir/sws.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/sws.c +external/curl/tests/server/CMakeFiles/sws.dir/sws.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/sws.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/sws.c.o -MF CMakeFiles/sws.dir/sws.c.o.d -o CMakeFiles/sws.dir/sws.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/sws.c + +external/curl/tests/server/CMakeFiles/sws.dir/sws.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/sws.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/sws.c > CMakeFiles/sws.dir/sws.c.i + +external/curl/tests/server/CMakeFiles/sws.dir/sws.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/sws.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/sws.c -o CMakeFiles/sws.dir/sws.c.s + +# Object files for target sws +sws_OBJECTS = \ +"CMakeFiles/sws.dir/__/__/lib/memdebug.c.o" \ +"CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o" \ +"CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o" \ +"CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o" \ +"CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o" \ +"CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o" \ +"CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o" \ +"CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o" \ +"CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o" \ +"CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o" \ +"CMakeFiles/sws.dir/getpart.c.o" \ +"CMakeFiles/sws.dir/util.c.o" \ +"CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o" \ +"CMakeFiles/sws.dir/sws.c.o" + +# External object files for target sws +sws_EXTERNAL_OBJECTS = + +external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.o +external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o +external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o +external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o +external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o +external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o +external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o +external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o +external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o +external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o +external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.o +external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/util.c.o +external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o +external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/sws.c.o +external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/build.make +external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts +external/curl/tests/server/sws: /usr/lib/libz.so +external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Linking C executable sws" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/sws.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/server/CMakeFiles/sws.dir/build: external/curl/tests/server/sws +.PHONY : external/curl/tests/server/CMakeFiles/sws.dir/build + +external/curl/tests/server/CMakeFiles/sws.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -P CMakeFiles/sws.dir/cmake_clean.cmake +.PHONY : external/curl/tests/server/CMakeFiles/sws.dir/clean + +external/curl/tests/server/CMakeFiles/sws.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/server /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/server /home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/sws.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/server/CMakeFiles/sws.dir/depend + diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/cmake_clean.cmake new file mode 100644 index 00000000..855a11f2 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/cmake_clean.cmake @@ -0,0 +1,38 @@ +file(REMOVE_RECURSE + "CMakeFiles/sws.dir/link.d" + "CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o" + "CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o.d" + "CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o" + "CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o.d" + "CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o" + "CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o.d" + "CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o" + "CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o.d" + "CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o" + "CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o.d" + "CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o" + "CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o.d" + "CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o" + "CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o.d" + "CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o" + "CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o.d" + "CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o" + "CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o.d" + "CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o" + "CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o.d" + "CMakeFiles/sws.dir/__/__/lib/memdebug.c.o" + "CMakeFiles/sws.dir/__/__/lib/memdebug.c.o.d" + "CMakeFiles/sws.dir/getpart.c.o" + "CMakeFiles/sws.dir/getpart.c.o.d" + "CMakeFiles/sws.dir/sws.c.o" + "CMakeFiles/sws.dir/sws.c.o.d" + "CMakeFiles/sws.dir/util.c.o" + "CMakeFiles/sws.dir/util.c.o.d" + "sws" + "sws.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/sws.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.make new file mode 100644 index 00000000..92e6c9ec --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for sws. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts new file mode 100644 index 00000000..9818cff1 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for sws. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/depend.make new file mode 100644 index 00000000..19f31b3c --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for sws. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/flags.make b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/flags.make new file mode 100644 index 00000000..147d663a --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DHAVE_CONFIG_H -DWITHOUT_LIBCURL -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/server + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/link.txt b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/link.txt new file mode 100644 index 00000000..adba50ea --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/sws.dir/link.d CMakeFiles/sws.dir/__/__/lib/memdebug.c.o CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o CMakeFiles/sws.dir/getpart.c.o CMakeFiles/sws.dir/util.c.o CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o CMakeFiles/sws.dir/sws.c.o -o sws -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/progress.make b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/progress.make new file mode 100644 index 00000000..ca0762f0 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/progress.make @@ -0,0 +1,16 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_10 = 92 +CMAKE_PROGRESS_11 = +CMAKE_PROGRESS_12 = +CMAKE_PROGRESS_13 = +CMAKE_PROGRESS_14 = +CMAKE_PROGRESS_15 = + diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/DependInfo.cmake new file mode 100644 index 00000000..d0dafd7e --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/DependInfo.cmake @@ -0,0 +1,36 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/lib/memdebug.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/tftpd.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/server/util.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.o.d" + "" "external/curl/tests/server/tftpd" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/build.make b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/build.make new file mode 100644 index 00000000..b0c1a7f5 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/build.make @@ -0,0 +1,307 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/server/CMakeFiles/tftpd.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/server/CMakeFiles/tftpd.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make + +external/curl/tests/server/CMakeFiles/tftpd.dir/codegen: +.PHONY : external/curl/tests/server/CMakeFiles/tftpd.dir/codegen + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o: /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o -MF CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o.d -o CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c > CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.i + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -o CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.s + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o -MF CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o.d -o CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c > CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.i + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -o CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.s + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o -MF CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o.d -o CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c > CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.i + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -o CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.s + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o -MF CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o.d -o CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c > CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.i + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -o CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.s + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o -MF CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o.d -o CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c > CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.i + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -o CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.s + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o -MF CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o.d -o CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c > CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.i + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -o CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.s + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o -MF CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o.d -o CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c > CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.i + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -o CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.s + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o -MF CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o.d -o CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c > CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.i + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -o CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.s + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o -MF CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o.d -o CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c > CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.i + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -o CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.s + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o -MF CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o.d -o CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c > CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.i + +external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -o CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.s + +external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make +external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c +external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.o -MF CMakeFiles/tftpd.dir/getpart.c.o.d -o CMakeFiles/tftpd.dir/getpart.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c + +external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/getpart.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c > CMakeFiles/tftpd.dir/getpart.c.i + +external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/getpart.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -o CMakeFiles/tftpd.dir/getpart.c.s + +external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make +external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/util.c +external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.o -MF CMakeFiles/tftpd.dir/util.c.o.d -o CMakeFiles/tftpd.dir/util.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/util.c + +external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/util.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/util.c > CMakeFiles/tftpd.dir/util.c.i + +external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/util.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -o CMakeFiles/tftpd.dir/util.c.s + +external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make +external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/tftpd.c +external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.o -MF CMakeFiles/tftpd.dir/tftpd.c.o.d -o CMakeFiles/tftpd.dir/tftpd.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/tftpd.c + +external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/tftpd.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/tftpd.c > CMakeFiles/tftpd.dir/tftpd.c.i + +external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/tftpd.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/tftpd.c -o CMakeFiles/tftpd.dir/tftpd.c.s + +# Object files for target tftpd +tftpd_OBJECTS = \ +"CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o" \ +"CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o" \ +"CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o" \ +"CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o" \ +"CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o" \ +"CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o" \ +"CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o" \ +"CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o" \ +"CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o" \ +"CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o" \ +"CMakeFiles/tftpd.dir/getpart.c.o" \ +"CMakeFiles/tftpd.dir/util.c.o" \ +"CMakeFiles/tftpd.dir/tftpd.c.o" + +# External object files for target tftpd +tftpd_EXTERNAL_OBJECTS = + +external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o +external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o +external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o +external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o +external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o +external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o +external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o +external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o +external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o +external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o +external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.o +external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.o +external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.o +external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/build.make +external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts +external/curl/tests/server/tftpd: /usr/lib/libz.so +external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Linking C executable tftpd" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tftpd.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/server/CMakeFiles/tftpd.dir/build: external/curl/tests/server/tftpd +.PHONY : external/curl/tests/server/CMakeFiles/tftpd.dir/build + +external/curl/tests/server/CMakeFiles/tftpd.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -P CMakeFiles/tftpd.dir/cmake_clean.cmake +.PHONY : external/curl/tests/server/CMakeFiles/tftpd.dir/clean + +external/curl/tests/server/CMakeFiles/tftpd.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/server /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/server /home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/tftpd.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/server/CMakeFiles/tftpd.dir/depend + diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/cmake_clean.cmake new file mode 100644 index 00000000..f35ef74e --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/cmake_clean.cmake @@ -0,0 +1,36 @@ +file(REMOVE_RECURSE + "CMakeFiles/tftpd.dir/link.d" + "CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o" + "CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o.d" + "CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o" + "CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o.d" + "CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o" + "CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o.d" + "CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o" + "CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o.d" + "CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o" + "CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o.d" + "CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o" + "CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o.d" + "CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o" + "CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o.d" + "CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o" + "CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o.d" + "CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o" + "CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o.d" + "CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o" + "CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o.d" + "CMakeFiles/tftpd.dir/getpart.c.o" + "CMakeFiles/tftpd.dir/getpart.c.o.d" + "CMakeFiles/tftpd.dir/tftpd.c.o" + "CMakeFiles/tftpd.dir/tftpd.c.o.d" + "CMakeFiles/tftpd.dir/util.c.o" + "CMakeFiles/tftpd.dir/util.c.o.d" + "tftpd" + "tftpd.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/tftpd.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.make new file mode 100644 index 00000000..0f427417 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for tftpd. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts new file mode 100644 index 00000000..55469e7f --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for tftpd. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/depend.make new file mode 100644 index 00000000..08952033 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for tftpd. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make new file mode 100644 index 00000000..147d663a --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DHAVE_CONFIG_H -DWITHOUT_LIBCURL -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/server + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/link.txt b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/link.txt new file mode 100644 index 00000000..f428538f --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/tftpd.dir/link.d CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o CMakeFiles/tftpd.dir/getpart.c.o CMakeFiles/tftpd.dir/util.c.o CMakeFiles/tftpd.dir/tftpd.c.o -o tftpd -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/progress.make b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/progress.make new file mode 100644 index 00000000..eeab77d5 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/progress.make @@ -0,0 +1,15 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_10 = +CMAKE_PROGRESS_11 = +CMAKE_PROGRESS_12 = +CMAKE_PROGRESS_13 = +CMAKE_PROGRESS_14 = + diff --git a/build_emscripten/external/curl/tests/server/Makefile b/build_emscripten/external/curl/tests/server/Makefile new file mode 100644 index 00000000..0eb88473 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/Makefile @@ -0,0 +1,1158 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/tests/server//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +external/curl/tests/server/CMakeFiles/resolve.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/resolve.dir/rule +.PHONY : external/curl/tests/server/CMakeFiles/resolve.dir/rule + +# Convenience name for target. +resolve: external/curl/tests/server/CMakeFiles/resolve.dir/rule +.PHONY : resolve + +# fast build rule for target. +resolve/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/build +.PHONY : resolve/fast + +# Convenience name for target. +external/curl/tests/server/CMakeFiles/rtspd.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/rtspd.dir/rule +.PHONY : external/curl/tests/server/CMakeFiles/rtspd.dir/rule + +# Convenience name for target. +rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/rule +.PHONY : rtspd + +# fast build rule for target. +rtspd/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/build +.PHONY : rtspd/fast + +# Convenience name for target. +external/curl/tests/server/CMakeFiles/sockfilt.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/sockfilt.dir/rule +.PHONY : external/curl/tests/server/CMakeFiles/sockfilt.dir/rule + +# Convenience name for target. +sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/rule +.PHONY : sockfilt + +# fast build rule for target. +sockfilt/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/build +.PHONY : sockfilt/fast + +# Convenience name for target. +external/curl/tests/server/CMakeFiles/sws.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/sws.dir/rule +.PHONY : external/curl/tests/server/CMakeFiles/sws.dir/rule + +# Convenience name for target. +sws: external/curl/tests/server/CMakeFiles/sws.dir/rule +.PHONY : sws + +# fast build rule for target. +sws/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/build +.PHONY : sws/fast + +# Convenience name for target. +external/curl/tests/server/CMakeFiles/tftpd.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/tftpd.dir/rule +.PHONY : external/curl/tests/server/CMakeFiles/tftpd.dir/rule + +# Convenience name for target. +tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/rule +.PHONY : tftpd + +# fast build rule for target. +tftpd/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/build +.PHONY : tftpd/fast + +# Convenience name for target. +external/curl/tests/server/CMakeFiles/socksd.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/socksd.dir/rule +.PHONY : external/curl/tests/server/CMakeFiles/socksd.dir/rule + +# Convenience name for target. +socksd: external/curl/tests/server/CMakeFiles/socksd.dir/rule +.PHONY : socksd + +# fast build rule for target. +socksd/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/build +.PHONY : socksd/fast + +# Convenience name for target. +external/curl/tests/server/CMakeFiles/mqttd.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/mqttd.dir/rule +.PHONY : external/curl/tests/server/CMakeFiles/mqttd.dir/rule + +# Convenience name for target. +mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/rule +.PHONY : mqttd + +# fast build rule for target. +mqttd/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/build +.PHONY : mqttd/fast + +# Convenience name for target. +external/curl/tests/server/CMakeFiles/dnsd.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/dnsd.dir/rule +.PHONY : external/curl/tests/server/CMakeFiles/dnsd.dir/rule + +# Convenience name for target. +dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/rule +.PHONY : dnsd + +# fast build rule for target. +dnsd/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/build +.PHONY : dnsd/fast + +__/__/lib/curlx/base64.o: __/__/lib/curlx/base64.c.o +.PHONY : __/__/lib/curlx/base64.o + +# target to build an object file +__/__/lib/curlx/base64.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o +.PHONY : __/__/lib/curlx/base64.c.o + +__/__/lib/curlx/base64.i: __/__/lib/curlx/base64.c.i +.PHONY : __/__/lib/curlx/base64.i + +# target to preprocess a source file +__/__/lib/curlx/base64.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.i +.PHONY : __/__/lib/curlx/base64.c.i + +__/__/lib/curlx/base64.s: __/__/lib/curlx/base64.c.s +.PHONY : __/__/lib/curlx/base64.s + +# target to generate assembly for a file +__/__/lib/curlx/base64.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.s +.PHONY : __/__/lib/curlx/base64.c.s + +__/__/lib/curlx/inet_pton.o: __/__/lib/curlx/inet_pton.c.o +.PHONY : __/__/lib/curlx/inet_pton.o + +# target to build an object file +__/__/lib/curlx/inet_pton.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o +.PHONY : __/__/lib/curlx/inet_pton.c.o + +__/__/lib/curlx/inet_pton.i: __/__/lib/curlx/inet_pton.c.i +.PHONY : __/__/lib/curlx/inet_pton.i + +# target to preprocess a source file +__/__/lib/curlx/inet_pton.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.i +.PHONY : __/__/lib/curlx/inet_pton.c.i + +__/__/lib/curlx/inet_pton.s: __/__/lib/curlx/inet_pton.c.s +.PHONY : __/__/lib/curlx/inet_pton.s + +# target to generate assembly for a file +__/__/lib/curlx/inet_pton.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.s +.PHONY : __/__/lib/curlx/inet_pton.c.s + +__/__/lib/curlx/multibyte.o: __/__/lib/curlx/multibyte.c.o +.PHONY : __/__/lib/curlx/multibyte.o + +# target to build an object file +__/__/lib/curlx/multibyte.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o +.PHONY : __/__/lib/curlx/multibyte.c.o + +__/__/lib/curlx/multibyte.i: __/__/lib/curlx/multibyte.c.i +.PHONY : __/__/lib/curlx/multibyte.i + +# target to preprocess a source file +__/__/lib/curlx/multibyte.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.i +.PHONY : __/__/lib/curlx/multibyte.c.i + +__/__/lib/curlx/multibyte.s: __/__/lib/curlx/multibyte.c.s +.PHONY : __/__/lib/curlx/multibyte.s + +# target to generate assembly for a file +__/__/lib/curlx/multibyte.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.s +.PHONY : __/__/lib/curlx/multibyte.c.s + +__/__/lib/curlx/nonblock.o: __/__/lib/curlx/nonblock.c.o +.PHONY : __/__/lib/curlx/nonblock.o + +# target to build an object file +__/__/lib/curlx/nonblock.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o +.PHONY : __/__/lib/curlx/nonblock.c.o + +__/__/lib/curlx/nonblock.i: __/__/lib/curlx/nonblock.c.i +.PHONY : __/__/lib/curlx/nonblock.i + +# target to preprocess a source file +__/__/lib/curlx/nonblock.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.i +.PHONY : __/__/lib/curlx/nonblock.c.i + +__/__/lib/curlx/nonblock.s: __/__/lib/curlx/nonblock.c.s +.PHONY : __/__/lib/curlx/nonblock.s + +# target to generate assembly for a file +__/__/lib/curlx/nonblock.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.s +.PHONY : __/__/lib/curlx/nonblock.c.s + +__/__/lib/curlx/strparse.o: __/__/lib/curlx/strparse.c.o +.PHONY : __/__/lib/curlx/strparse.o + +# target to build an object file +__/__/lib/curlx/strparse.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o +.PHONY : __/__/lib/curlx/strparse.c.o + +__/__/lib/curlx/strparse.i: __/__/lib/curlx/strparse.c.i +.PHONY : __/__/lib/curlx/strparse.i + +# target to preprocess a source file +__/__/lib/curlx/strparse.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.i +.PHONY : __/__/lib/curlx/strparse.c.i + +__/__/lib/curlx/strparse.s: __/__/lib/curlx/strparse.c.s +.PHONY : __/__/lib/curlx/strparse.s + +# target to generate assembly for a file +__/__/lib/curlx/strparse.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.s +.PHONY : __/__/lib/curlx/strparse.c.s + +__/__/lib/curlx/timediff.o: __/__/lib/curlx/timediff.c.o +.PHONY : __/__/lib/curlx/timediff.o + +# target to build an object file +__/__/lib/curlx/timediff.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o +.PHONY : __/__/lib/curlx/timediff.c.o + +__/__/lib/curlx/timediff.i: __/__/lib/curlx/timediff.c.i +.PHONY : __/__/lib/curlx/timediff.i + +# target to preprocess a source file +__/__/lib/curlx/timediff.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.i +.PHONY : __/__/lib/curlx/timediff.c.i + +__/__/lib/curlx/timediff.s: __/__/lib/curlx/timediff.c.s +.PHONY : __/__/lib/curlx/timediff.s + +# target to generate assembly for a file +__/__/lib/curlx/timediff.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.s +.PHONY : __/__/lib/curlx/timediff.c.s + +__/__/lib/curlx/timeval.o: __/__/lib/curlx/timeval.c.o +.PHONY : __/__/lib/curlx/timeval.o + +# target to build an object file +__/__/lib/curlx/timeval.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o +.PHONY : __/__/lib/curlx/timeval.c.o + +__/__/lib/curlx/timeval.i: __/__/lib/curlx/timeval.c.i +.PHONY : __/__/lib/curlx/timeval.i + +# target to preprocess a source file +__/__/lib/curlx/timeval.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.i +.PHONY : __/__/lib/curlx/timeval.c.i + +__/__/lib/curlx/timeval.s: __/__/lib/curlx/timeval.c.s +.PHONY : __/__/lib/curlx/timeval.s + +# target to generate assembly for a file +__/__/lib/curlx/timeval.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.s +.PHONY : __/__/lib/curlx/timeval.c.s + +__/__/lib/curlx/version_win32.o: __/__/lib/curlx/version_win32.c.o +.PHONY : __/__/lib/curlx/version_win32.o + +# target to build an object file +__/__/lib/curlx/version_win32.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o +.PHONY : __/__/lib/curlx/version_win32.c.o + +__/__/lib/curlx/version_win32.i: __/__/lib/curlx/version_win32.c.i +.PHONY : __/__/lib/curlx/version_win32.i + +# target to preprocess a source file +__/__/lib/curlx/version_win32.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.i +.PHONY : __/__/lib/curlx/version_win32.c.i + +__/__/lib/curlx/version_win32.s: __/__/lib/curlx/version_win32.c.s +.PHONY : __/__/lib/curlx/version_win32.s + +# target to generate assembly for a file +__/__/lib/curlx/version_win32.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.s +.PHONY : __/__/lib/curlx/version_win32.c.s + +__/__/lib/curlx/warnless.o: __/__/lib/curlx/warnless.c.o +.PHONY : __/__/lib/curlx/warnless.o + +# target to build an object file +__/__/lib/curlx/warnless.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o +.PHONY : __/__/lib/curlx/warnless.c.o + +__/__/lib/curlx/warnless.i: __/__/lib/curlx/warnless.c.i +.PHONY : __/__/lib/curlx/warnless.i + +# target to preprocess a source file +__/__/lib/curlx/warnless.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.i +.PHONY : __/__/lib/curlx/warnless.c.i + +__/__/lib/curlx/warnless.s: __/__/lib/curlx/warnless.c.s +.PHONY : __/__/lib/curlx/warnless.s + +# target to generate assembly for a file +__/__/lib/curlx/warnless.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.s +.PHONY : __/__/lib/curlx/warnless.c.s + +__/__/lib/curlx/winapi.o: __/__/lib/curlx/winapi.c.o +.PHONY : __/__/lib/curlx/winapi.o + +# target to build an object file +__/__/lib/curlx/winapi.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o +.PHONY : __/__/lib/curlx/winapi.c.o + +__/__/lib/curlx/winapi.i: __/__/lib/curlx/winapi.c.i +.PHONY : __/__/lib/curlx/winapi.i + +# target to preprocess a source file +__/__/lib/curlx/winapi.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.i +.PHONY : __/__/lib/curlx/winapi.c.i + +__/__/lib/curlx/winapi.s: __/__/lib/curlx/winapi.c.s +.PHONY : __/__/lib/curlx/winapi.s + +# target to generate assembly for a file +__/__/lib/curlx/winapi.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.s +.PHONY : __/__/lib/curlx/winapi.c.s + +__/__/lib/memdebug.o: __/__/lib/memdebug.c.o +.PHONY : __/__/lib/memdebug.o + +# target to build an object file +__/__/lib/memdebug.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o +.PHONY : __/__/lib/memdebug.c.o + +__/__/lib/memdebug.i: __/__/lib/memdebug.c.i +.PHONY : __/__/lib/memdebug.i + +# target to preprocess a source file +__/__/lib/memdebug.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.i +.PHONY : __/__/lib/memdebug.c.i + +__/__/lib/memdebug.s: __/__/lib/memdebug.c.s +.PHONY : __/__/lib/memdebug.s + +# target to generate assembly for a file +__/__/lib/memdebug.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.s +.PHONY : __/__/lib/memdebug.c.s + +dnsd.o: dnsd.c.o +.PHONY : dnsd.o + +# target to build an object file +dnsd.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.o +.PHONY : dnsd.c.o + +dnsd.i: dnsd.c.i +.PHONY : dnsd.i + +# target to preprocess a source file +dnsd.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.i +.PHONY : dnsd.c.i + +dnsd.s: dnsd.c.s +.PHONY : dnsd.s + +# target to generate assembly for a file +dnsd.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.s +.PHONY : dnsd.c.s + +getpart.o: getpart.c.o +.PHONY : getpart.o + +# target to build an object file +getpart.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.o +.PHONY : getpart.c.o + +getpart.i: getpart.c.i +.PHONY : getpart.i + +# target to preprocess a source file +getpart.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.i +.PHONY : getpart.c.i + +getpart.s: getpart.c.s +.PHONY : getpart.s + +# target to generate assembly for a file +getpart.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.s +.PHONY : getpart.c.s + +mqttd.o: mqttd.c.o +.PHONY : mqttd.o + +# target to build an object file +mqttd.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.o +.PHONY : mqttd.c.o + +mqttd.i: mqttd.c.i +.PHONY : mqttd.i + +# target to preprocess a source file +mqttd.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.i +.PHONY : mqttd.c.i + +mqttd.s: mqttd.c.s +.PHONY : mqttd.s + +# target to generate assembly for a file +mqttd.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.s +.PHONY : mqttd.c.s + +resolve.o: resolve.c.o +.PHONY : resolve.o + +# target to build an object file +resolve.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.o +.PHONY : resolve.c.o + +resolve.i: resolve.c.i +.PHONY : resolve.i + +# target to preprocess a source file +resolve.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.i +.PHONY : resolve.c.i + +resolve.s: resolve.c.s +.PHONY : resolve.s + +# target to generate assembly for a file +resolve.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.s +.PHONY : resolve.c.s + +rtspd.o: rtspd.c.o +.PHONY : rtspd.o + +# target to build an object file +rtspd.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.o +.PHONY : rtspd.c.o + +rtspd.i: rtspd.c.i +.PHONY : rtspd.i + +# target to preprocess a source file +rtspd.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.i +.PHONY : rtspd.c.i + +rtspd.s: rtspd.c.s +.PHONY : rtspd.s + +# target to generate assembly for a file +rtspd.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.s +.PHONY : rtspd.c.s + +sockfilt.o: sockfilt.c.o +.PHONY : sockfilt.o + +# target to build an object file +sockfilt.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.o +.PHONY : sockfilt.c.o + +sockfilt.i: sockfilt.c.i +.PHONY : sockfilt.i + +# target to preprocess a source file +sockfilt.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.i +.PHONY : sockfilt.c.i + +sockfilt.s: sockfilt.c.s +.PHONY : sockfilt.s + +# target to generate assembly for a file +sockfilt.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.s +.PHONY : sockfilt.c.s + +socksd.o: socksd.c.o +.PHONY : socksd.o + +# target to build an object file +socksd.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.o +.PHONY : socksd.c.o + +socksd.i: socksd.c.i +.PHONY : socksd.i + +# target to preprocess a source file +socksd.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.i +.PHONY : socksd.c.i + +socksd.s: socksd.c.s +.PHONY : socksd.s + +# target to generate assembly for a file +socksd.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.s +.PHONY : socksd.c.s + +sws.o: sws.c.o +.PHONY : sws.o + +# target to build an object file +sws.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/sws.c.o +.PHONY : sws.c.o + +sws.i: sws.c.i +.PHONY : sws.i + +# target to preprocess a source file +sws.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/sws.c.i +.PHONY : sws.c.i + +sws.s: sws.c.s +.PHONY : sws.s + +# target to generate assembly for a file +sws.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/sws.c.s +.PHONY : sws.c.s + +tftpd.o: tftpd.c.o +.PHONY : tftpd.o + +# target to build an object file +tftpd.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.o +.PHONY : tftpd.c.o + +tftpd.i: tftpd.c.i +.PHONY : tftpd.i + +# target to preprocess a source file +tftpd.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.i +.PHONY : tftpd.c.i + +tftpd.s: tftpd.c.s +.PHONY : tftpd.s + +# target to generate assembly for a file +tftpd.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.s +.PHONY : tftpd.c.s + +util.o: util.c.o +.PHONY : util.o + +# target to build an object file +util.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/util.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/util.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/util.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.o +.PHONY : util.c.o + +util.i: util.c.i +.PHONY : util.i + +# target to preprocess a source file +util.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/util.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/util.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/util.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.i +.PHONY : util.c.i + +util.s: util.c.s +.PHONY : util.s + +# target to generate assembly for a file +util.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/util.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/util.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/util.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.s +.PHONY : util.c.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... dnsd" + @echo "... mqttd" + @echo "... resolve" + @echo "... rtspd" + @echo "... sockfilt" + @echo "... socksd" + @echo "... sws" + @echo "... tftpd" + @echo "... __/__/lib/curlx/base64.o" + @echo "... __/__/lib/curlx/base64.i" + @echo "... __/__/lib/curlx/base64.s" + @echo "... __/__/lib/curlx/inet_pton.o" + @echo "... __/__/lib/curlx/inet_pton.i" + @echo "... __/__/lib/curlx/inet_pton.s" + @echo "... __/__/lib/curlx/multibyte.o" + @echo "... __/__/lib/curlx/multibyte.i" + @echo "... __/__/lib/curlx/multibyte.s" + @echo "... __/__/lib/curlx/nonblock.o" + @echo "... __/__/lib/curlx/nonblock.i" + @echo "... __/__/lib/curlx/nonblock.s" + @echo "... __/__/lib/curlx/strparse.o" + @echo "... __/__/lib/curlx/strparse.i" + @echo "... __/__/lib/curlx/strparse.s" + @echo "... __/__/lib/curlx/timediff.o" + @echo "... __/__/lib/curlx/timediff.i" + @echo "... __/__/lib/curlx/timediff.s" + @echo "... __/__/lib/curlx/timeval.o" + @echo "... __/__/lib/curlx/timeval.i" + @echo "... __/__/lib/curlx/timeval.s" + @echo "... __/__/lib/curlx/version_win32.o" + @echo "... __/__/lib/curlx/version_win32.i" + @echo "... __/__/lib/curlx/version_win32.s" + @echo "... __/__/lib/curlx/warnless.o" + @echo "... __/__/lib/curlx/warnless.i" + @echo "... __/__/lib/curlx/warnless.s" + @echo "... __/__/lib/curlx/winapi.o" + @echo "... __/__/lib/curlx/winapi.i" + @echo "... __/__/lib/curlx/winapi.s" + @echo "... __/__/lib/memdebug.o" + @echo "... __/__/lib/memdebug.i" + @echo "... __/__/lib/memdebug.s" + @echo "... dnsd.o" + @echo "... dnsd.i" + @echo "... dnsd.s" + @echo "... getpart.o" + @echo "... getpart.i" + @echo "... getpart.s" + @echo "... mqttd.o" + @echo "... mqttd.i" + @echo "... mqttd.s" + @echo "... resolve.o" + @echo "... resolve.i" + @echo "... resolve.s" + @echo "... rtspd.o" + @echo "... rtspd.i" + @echo "... rtspd.s" + @echo "... sockfilt.o" + @echo "... sockfilt.i" + @echo "... sockfilt.s" + @echo "... socksd.o" + @echo "... socksd.i" + @echo "... socksd.s" + @echo "... sws.o" + @echo "... sws.i" + @echo "... sws.s" + @echo "... tftpd.o" + @echo "... tftpd.i" + @echo "... tftpd.s" + @echo "... util.o" + @echo "... util.i" + @echo "... util.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/tests/server/Makefile.inc.cmake b/build_emscripten/external/curl/tests/server/Makefile.inc.cmake new file mode 100644 index 00000000..1a615bcb --- /dev/null +++ b/build_emscripten/external/curl/tests/server/Makefile.inc.cmake @@ -0,0 +1,112 @@ +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) Daniel Stenberg, , et al. +# +# This software is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at https://curl.se/docs/copyright.html. +# +# You may opt to use, copy, modify, merge, publish, distribute and/or sell +# copies of the Software, and permit persons to whom the Software is +# furnished to do so, under the terms of the COPYING file. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# SPDX-License-Identifier: curl +# +########################################################################### + +set(SERVERPROGS resolve rtspd sockfilt sws tftpd socksd mqttd dnsd) + +set(MEMDEBUG + ../../lib/memdebug.c + ../../lib/memdebug.h) + +set(CURLX_SRCS + ../../lib/curlx/base64.c + ../../lib/curlx/multibyte.c + ../../lib/curlx/nonblock.c + ../../lib/curlx/strparse.c + ../../lib/curlx/timediff.c + ../../lib/curlx/timeval.c + ../../lib/curlx/version_win32.c + ../../lib/curlx/warnless.c + ../../lib/curlx/winapi.c) + +set(CURLX_HDRS + ../../lib/curlx/base64.h + ../../lib/curlx/curlx.h + ../../lib/curlx/multibyte.h + ../../lib/curlx/nonblock.h + ../../lib/curlx/timediff.h + ../../lib/curlx/timeval.h + ../../lib/curlx/version_win32.h + ../../lib/curlx/warnless.h + ../../lib/curlx/winapi.h) + +set(UTIL + getpart.c + getpart.h + util.c + util.h + server_setup.h) + +set(FIRSTFILES + first.c + first.h) + +set(INET_PTON + ../../lib/curlx/inet_pton.c) + +set(resolve_SOURCES ${MEMDEBUG} ${CURLX_SRCS} ${CURLX_HDRS} ${UTIL} + resolve.c) +set(resolve_LDADD ${CURL_NETWORK_AND_TIME_LIBS}) +set(resolve_CFLAGS ${AM_CFLAGS}) + +set(rtspd_SOURCES ${MEMDEBUG} ${CURLX_SRCS} ${CURLX_HDRS} ${UTIL} + server_sockaddr.h + rtspd.c) +set(rtspd_LDADD ${CURL_NETWORK_AND_TIME_LIBS}) +set(rtspd_CFLAGS ${AM_CFLAGS}) + +set(sockfilt_SOURCES ${MEMDEBUG} ${CURLX_SRCS} ${CURLX_HDRS} ${UTIL} ${INET_PTON} + server_sockaddr.h + sockfilt.c) +set(sockfilt_LDADD ${CURL_NETWORK_AND_TIME_LIBS}) +set(sockfilt_CFLAGS ${AM_CFLAGS}) + +set(socksd_SOURCES ${MEMDEBUG} ${CURLX_SRCS} ${CURLX_HDRS} ${UTIL} ${INET_PTON} + server_sockaddr.h + socksd.c) +set(socksd_LDADD ${CURL_NETWORK_AND_TIME_LIBS}) +set(socksd_CFLAGS ${AM_CFLAGS}) + +set(mqttd_SOURCES ${MEMDEBUG} ${CURLX_SRCS} ${CURLX_HDRS} ${UTIL} + server_sockaddr.h + mqttd.c) +set(mqttd_LDADD ${CURL_NETWORK_AND_TIME_LIBS}) +set(mqttd_CFLAGS ${AM_CFLAGS}) + +set(sws_SOURCES ${MEMDEBUG} ${CURLX_SRCS} ${CURLX_HDRS} ${UTIL} ${INET_PTON} + server_sockaddr.h + sws.c) +set(sws_LDADD ${CURL_NETWORK_AND_TIME_LIBS}) +set(sws_CFLAGS ${AM_CFLAGS}) + +set(tftpd_SOURCES ${MEMDEBUG} ${CURLX_SRCS} ${CURLX_HDRS} ${UTIL} + server_sockaddr.h + tftpd.c + tftp.h) +set(tftpd_LDADD ${CURL_NETWORK_AND_TIME_LIBS}) +set(tftpd_CFLAGS ${AM_CFLAGS}) + +set(dnsd_SOURCES ${MEMDEBUG} ${CURLX_SRCS} ${CURLX_HDRS} ${UTIL} + dnsd.c) +set(dnsd_LDADD ${CURL_NETWORK_AND_TIME_LIBS}) +set(dnsd_CFLAGS ${AM_CFLAGS}) diff --git a/build_emscripten/external/curl/tests/server/cmake_install.cmake b/build_emscripten/external/curl/tests/server/cmake_install.cmake new file mode 100644 index 00000000..7aa4eed7 --- /dev/null +++ b/build_emscripten/external/curl/tests/server/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/curl/tests/server + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/tests/server/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/tests/tunit/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/progress.marks b/build_emscripten/external/curl/tests/tunit/CMakeFiles/progress.marks new file mode 100644 index 00000000..573541ac --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/DependInfo.cmake new file mode 100644 index 00000000..4c3b6a23 --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1394.c" "external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.o" "gcc" "external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.o.d" + "" "external/curl/tests/tunit/tool1394" "gcc" "external/curl/tests/tunit/CMakeFiles/tool1394.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make new file mode 100644 index 00000000..357b33e1 --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/tunit/CMakeFiles/tool1394.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/tunit/CMakeFiles/tool1394.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/tunit/CMakeFiles/tool1394.dir/flags.make + +external/curl/tests/tunit/CMakeFiles/tool1394.dir/codegen: +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1394.dir/codegen + +external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.o: external/curl/tests/tunit/CMakeFiles/tool1394.dir/flags.make +external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.o: /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1394.c +external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.o: external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.o -MF CMakeFiles/tool1394.dir/tool1394.c.o.d -o CMakeFiles/tool1394.dir/tool1394.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1394.c + +external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tool1394.dir/tool1394.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1394.c > CMakeFiles/tool1394.dir/tool1394.c.i + +external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tool1394.dir/tool1394.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1394.c -o CMakeFiles/tool1394.dir/tool1394.c.s + +external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.o: external/curl/tests/tunit/CMakeFiles/tool1394.dir/flags.make +external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.o: external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.o -MF CMakeFiles/tool1394.dir/__/libtest/first.c.o.d -o CMakeFiles/tool1394.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tool1394.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/tool1394.dir/__/libtest/first.c.i + +external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tool1394.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/tool1394.dir/__/libtest/first.c.s + +# Object files for target tool1394 +tool1394_OBJECTS = \ +"CMakeFiles/tool1394.dir/tool1394.c.o" \ +"CMakeFiles/tool1394.dir/__/libtest/first.c.o" + +# External object files for target tool1394 +tool1394_EXTERNAL_OBJECTS = + +external/curl/tests/tunit/tool1394: external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.o +external/curl/tests/tunit/tool1394: external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.o +external/curl/tests/tunit/tool1394: external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make +external/curl/tests/tunit/tool1394: external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.ts +external/curl/tests/tunit/tool1394: external/curl/lib/libcurlu.a +external/curl/tests/tunit/tool1394: /usr/lib/libz.so +external/curl/tests/tunit/tool1394: external/curl/tests/tunit/CMakeFiles/tool1394.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable tool1394" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tool1394.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/tunit/CMakeFiles/tool1394.dir/build: external/curl/tests/tunit/tool1394 +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1394.dir/build + +external/curl/tests/tunit/CMakeFiles/tool1394.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && $(CMAKE_COMMAND) -P CMakeFiles/tool1394.dir/cmake_clean.cmake +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1394.dir/clean + +external/curl/tests/tunit/CMakeFiles/tool1394.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/tunit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/tunit /home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/tool1394.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1394.dir/depend + diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/cmake_clean.cmake new file mode 100644 index 00000000..3a0ed54b --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/tool1394.dir/link.d" + "CMakeFiles/tool1394.dir/__/libtest/first.c.o" + "CMakeFiles/tool1394.dir/__/libtest/first.c.o.d" + "CMakeFiles/tool1394.dir/tool1394.c.o" + "CMakeFiles/tool1394.dir/tool1394.c.o.d" + "tool1394" + "tool1394.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/tool1394.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.make new file mode 100644 index 00000000..3aa36a75 --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for tool1394. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.ts new file mode 100644 index 00000000..bc0d7af6 --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for tool1394. diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/depend.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/depend.make new file mode 100644 index 00000000..70f5202a --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for tool1394. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/flags.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/flags.make new file mode 100644 index 00000000..a4d7598a --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/link.txt b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/link.txt new file mode 100644 index 00000000..db2f45f3 --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/tool1394.dir/link.d CMakeFiles/tool1394.dir/tool1394.c.o CMakeFiles/tool1394.dir/__/libtest/first.c.o -o tool1394 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/progress.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/DependInfo.cmake new file mode 100644 index 00000000..5f12ca6c --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1604.c" "external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.o" "gcc" "external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.o.d" + "" "external/curl/tests/tunit/tool1604" "gcc" "external/curl/tests/tunit/CMakeFiles/tool1604.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make new file mode 100644 index 00000000..95d57052 --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/tunit/CMakeFiles/tool1604.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/tunit/CMakeFiles/tool1604.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/tunit/CMakeFiles/tool1604.dir/flags.make + +external/curl/tests/tunit/CMakeFiles/tool1604.dir/codegen: +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1604.dir/codegen + +external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.o: external/curl/tests/tunit/CMakeFiles/tool1604.dir/flags.make +external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.o: /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1604.c +external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.o: external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.o -MF CMakeFiles/tool1604.dir/tool1604.c.o.d -o CMakeFiles/tool1604.dir/tool1604.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1604.c + +external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tool1604.dir/tool1604.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1604.c > CMakeFiles/tool1604.dir/tool1604.c.i + +external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tool1604.dir/tool1604.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1604.c -o CMakeFiles/tool1604.dir/tool1604.c.s + +external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.o: external/curl/tests/tunit/CMakeFiles/tool1604.dir/flags.make +external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.o: external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.o -MF CMakeFiles/tool1604.dir/__/libtest/first.c.o.d -o CMakeFiles/tool1604.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tool1604.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/tool1604.dir/__/libtest/first.c.i + +external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tool1604.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/tool1604.dir/__/libtest/first.c.s + +# Object files for target tool1604 +tool1604_OBJECTS = \ +"CMakeFiles/tool1604.dir/tool1604.c.o" \ +"CMakeFiles/tool1604.dir/__/libtest/first.c.o" + +# External object files for target tool1604 +tool1604_EXTERNAL_OBJECTS = + +external/curl/tests/tunit/tool1604: external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.o +external/curl/tests/tunit/tool1604: external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.o +external/curl/tests/tunit/tool1604: external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make +external/curl/tests/tunit/tool1604: external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.ts +external/curl/tests/tunit/tool1604: external/curl/lib/libcurlu.a +external/curl/tests/tunit/tool1604: /usr/lib/libz.so +external/curl/tests/tunit/tool1604: external/curl/tests/tunit/CMakeFiles/tool1604.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable tool1604" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tool1604.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/tunit/CMakeFiles/tool1604.dir/build: external/curl/tests/tunit/tool1604 +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1604.dir/build + +external/curl/tests/tunit/CMakeFiles/tool1604.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && $(CMAKE_COMMAND) -P CMakeFiles/tool1604.dir/cmake_clean.cmake +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1604.dir/clean + +external/curl/tests/tunit/CMakeFiles/tool1604.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/tunit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/tunit /home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/tool1604.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1604.dir/depend + diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/cmake_clean.cmake new file mode 100644 index 00000000..72f75c1e --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/tool1604.dir/link.d" + "CMakeFiles/tool1604.dir/__/libtest/first.c.o" + "CMakeFiles/tool1604.dir/__/libtest/first.c.o.d" + "CMakeFiles/tool1604.dir/tool1604.c.o" + "CMakeFiles/tool1604.dir/tool1604.c.o.d" + "tool1604" + "tool1604.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/tool1604.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.make new file mode 100644 index 00000000..2480a3a2 --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for tool1604. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.ts new file mode 100644 index 00000000..a45c8426 --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for tool1604. diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/depend.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/depend.make new file mode 100644 index 00000000..be8842b2 --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for tool1604. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/flags.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/flags.make new file mode 100644 index 00000000..a4d7598a --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/link.txt b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/link.txt new file mode 100644 index 00000000..a4137fe6 --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/tool1604.dir/link.d CMakeFiles/tool1604.dir/tool1604.c.o CMakeFiles/tool1604.dir/__/libtest/first.c.o -o tool1604 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/progress.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/DependInfo.cmake new file mode 100644 index 00000000..4457aa1e --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1621.c" "external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.o" "gcc" "external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.o.d" + "" "external/curl/tests/tunit/tool1621" "gcc" "external/curl/tests/tunit/CMakeFiles/tool1621.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make new file mode 100644 index 00000000..673d66fa --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/tunit/CMakeFiles/tool1621.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/tunit/CMakeFiles/tool1621.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/tunit/CMakeFiles/tool1621.dir/flags.make + +external/curl/tests/tunit/CMakeFiles/tool1621.dir/codegen: +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1621.dir/codegen + +external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.o: external/curl/tests/tunit/CMakeFiles/tool1621.dir/flags.make +external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.o: /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1621.c +external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.o: external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.o -MF CMakeFiles/tool1621.dir/tool1621.c.o.d -o CMakeFiles/tool1621.dir/tool1621.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1621.c + +external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tool1621.dir/tool1621.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1621.c > CMakeFiles/tool1621.dir/tool1621.c.i + +external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tool1621.dir/tool1621.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1621.c -o CMakeFiles/tool1621.dir/tool1621.c.s + +external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.o: external/curl/tests/tunit/CMakeFiles/tool1621.dir/flags.make +external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.o: external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.o -MF CMakeFiles/tool1621.dir/__/libtest/first.c.o.d -o CMakeFiles/tool1621.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tool1621.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/tool1621.dir/__/libtest/first.c.i + +external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tool1621.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/tool1621.dir/__/libtest/first.c.s + +# Object files for target tool1621 +tool1621_OBJECTS = \ +"CMakeFiles/tool1621.dir/tool1621.c.o" \ +"CMakeFiles/tool1621.dir/__/libtest/first.c.o" + +# External object files for target tool1621 +tool1621_EXTERNAL_OBJECTS = + +external/curl/tests/tunit/tool1621: external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.o +external/curl/tests/tunit/tool1621: external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.o +external/curl/tests/tunit/tool1621: external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make +external/curl/tests/tunit/tool1621: external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.ts +external/curl/tests/tunit/tool1621: external/curl/lib/libcurlu.a +external/curl/tests/tunit/tool1621: /usr/lib/libz.so +external/curl/tests/tunit/tool1621: external/curl/tests/tunit/CMakeFiles/tool1621.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable tool1621" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tool1621.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/tunit/CMakeFiles/tool1621.dir/build: external/curl/tests/tunit/tool1621 +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1621.dir/build + +external/curl/tests/tunit/CMakeFiles/tool1621.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && $(CMAKE_COMMAND) -P CMakeFiles/tool1621.dir/cmake_clean.cmake +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1621.dir/clean + +external/curl/tests/tunit/CMakeFiles/tool1621.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/tunit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/tunit /home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/tool1621.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1621.dir/depend + diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/cmake_clean.cmake new file mode 100644 index 00000000..f37c0efb --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/tool1621.dir/link.d" + "CMakeFiles/tool1621.dir/__/libtest/first.c.o" + "CMakeFiles/tool1621.dir/__/libtest/first.c.o.d" + "CMakeFiles/tool1621.dir/tool1621.c.o" + "CMakeFiles/tool1621.dir/tool1621.c.o.d" + "tool1621" + "tool1621.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/tool1621.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.make new file mode 100644 index 00000000..abcd676d --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for tool1621. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.ts new file mode 100644 index 00000000..83f65925 --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for tool1621. diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/depend.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/depend.make new file mode 100644 index 00000000..1ed987dd --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for tool1621. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/flags.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/flags.make new file mode 100644 index 00000000..a4d7598a --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/link.txt b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/link.txt new file mode 100644 index 00000000..48722eba --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/tool1621.dir/link.d CMakeFiles/tool1621.dir/tool1621.c.o CMakeFiles/tool1621.dir/__/libtest/first.c.o -o tool1621 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/progress.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/progress.make new file mode 100644 index 00000000..32f7f5d7 --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 93 + diff --git a/build_emscripten/external/curl/tests/tunit/Makefile b/build_emscripten/external/curl/tests/tunit/Makefile new file mode 100644 index 00000000..237d042c --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/Makefile @@ -0,0 +1,372 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/tests/tunit//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/tunit/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/tunit/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/tunit/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/tunit/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +external/curl/tests/tunit/CMakeFiles/tool1394.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/tunit/CMakeFiles/tool1394.dir/rule +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1394.dir/rule + +# Convenience name for target. +tool1394: external/curl/tests/tunit/CMakeFiles/tool1394.dir/rule +.PHONY : tool1394 + +# fast build rule for target. +tool1394/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/build +.PHONY : tool1394/fast + +# Convenience name for target. +external/curl/tests/tunit/CMakeFiles/tool1604.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/tunit/CMakeFiles/tool1604.dir/rule +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1604.dir/rule + +# Convenience name for target. +tool1604: external/curl/tests/tunit/CMakeFiles/tool1604.dir/rule +.PHONY : tool1604 + +# fast build rule for target. +tool1604/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/build +.PHONY : tool1604/fast + +# Convenience name for target. +external/curl/tests/tunit/CMakeFiles/tool1621.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/tunit/CMakeFiles/tool1621.dir/rule +.PHONY : external/curl/tests/tunit/CMakeFiles/tool1621.dir/rule + +# Convenience name for target. +tool1621: external/curl/tests/tunit/CMakeFiles/tool1621.dir/rule +.PHONY : tool1621 + +# fast build rule for target. +tool1621/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/build +.PHONY : tool1621/fast + +__/libtest/first.o: __/libtest/first.c.o +.PHONY : __/libtest/first.o + +# target to build an object file +__/libtest/first.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.o +.PHONY : __/libtest/first.c.o + +__/libtest/first.i: __/libtest/first.c.i +.PHONY : __/libtest/first.i + +# target to preprocess a source file +__/libtest/first.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.i +.PHONY : __/libtest/first.c.i + +__/libtest/first.s: __/libtest/first.c.s +.PHONY : __/libtest/first.s + +# target to generate assembly for a file +__/libtest/first.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.s +.PHONY : __/libtest/first.c.s + +tool1394.o: tool1394.c.o +.PHONY : tool1394.o + +# target to build an object file +tool1394.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.o +.PHONY : tool1394.c.o + +tool1394.i: tool1394.c.i +.PHONY : tool1394.i + +# target to preprocess a source file +tool1394.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.i +.PHONY : tool1394.c.i + +tool1394.s: tool1394.c.s +.PHONY : tool1394.s + +# target to generate assembly for a file +tool1394.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.s +.PHONY : tool1394.c.s + +tool1604.o: tool1604.c.o +.PHONY : tool1604.o + +# target to build an object file +tool1604.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.o +.PHONY : tool1604.c.o + +tool1604.i: tool1604.c.i +.PHONY : tool1604.i + +# target to preprocess a source file +tool1604.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.i +.PHONY : tool1604.c.i + +tool1604.s: tool1604.c.s +.PHONY : tool1604.s + +# target to generate assembly for a file +tool1604.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.s +.PHONY : tool1604.c.s + +tool1621.o: tool1621.c.o +.PHONY : tool1621.o + +# target to build an object file +tool1621.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.o +.PHONY : tool1621.c.o + +tool1621.i: tool1621.c.i +.PHONY : tool1621.i + +# target to preprocess a source file +tool1621.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.i +.PHONY : tool1621.c.i + +tool1621.s: tool1621.c.s +.PHONY : tool1621.s + +# target to generate assembly for a file +tool1621.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.s +.PHONY : tool1621.c.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... tool1394" + @echo "... tool1604" + @echo "... tool1621" + @echo "... __/libtest/first.o" + @echo "... __/libtest/first.i" + @echo "... __/libtest/first.s" + @echo "... tool1394.o" + @echo "... tool1394.i" + @echo "... tool1394.s" + @echo "... tool1604.o" + @echo "... tool1604.i" + @echo "... tool1604.s" + @echo "... tool1621.o" + @echo "... tool1621.i" + @echo "... tool1621.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/tests/tunit/Makefile.inc.cmake b/build_emscripten/external/curl/tests/tunit/Makefile.inc.cmake new file mode 100644 index 00000000..31b67e67 --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/Makefile.inc.cmake @@ -0,0 +1,38 @@ +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) Daniel Stenberg, , et al. +# +# This software is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at https://curl.se/docs/copyright.html. +# +# You may opt to use, copy, modify, merge, publish, distribute and/or sell +# copies of the Software, and permit persons to whom the Software is +# furnished to do so, under the terms of the COPYING file. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# SPDX-License-Identifier: curl +# +########################################################################### + +# these files are used in every single unit test program + +set(FIRSTFILES ../libtest/first.c) + +set(TOOLFILES ${FIRSTFILES}) + +# These are all tool unit test programs +set(TOOLPROGS tool1394 tool1604 tool1621) + +set(tool1394_SOURCES tool1394.c ${TOOLFILES}) + +set(tool1604_SOURCES tool1604.c ${TOOLFILES}) + +set(tool1621_SOURCES tool1621.c ${TOOLFILES}) diff --git a/build_emscripten/external/curl/tests/tunit/cmake_install.cmake b/build_emscripten/external/curl/tests/tunit/cmake_install.cmake new file mode 100644 index 00000000..c3b6c5aa --- /dev/null +++ b/build_emscripten/external/curl/tests/tunit/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/curl/tests/tunit + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/progress.marks b/build_emscripten/external/curl/tests/unit/CMakeFiles/progress.marks new file mode 100644 index 00000000..573541ac --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/DependInfo.cmake new file mode 100644 index 00000000..93079f1c --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1300.c" "external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.o.d" + "" "external/curl/tests/unit/unit1300" "gcc" "external/curl/tests/unit/CMakeFiles/unit1300.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make new file mode 100644 index 00000000..ed6d5956 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1300.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1300.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1300.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1300.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1300.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.o: external/curl/tests/unit/CMakeFiles/unit1300.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1300.c +external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.o: external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.o -MF CMakeFiles/unit1300.dir/unit1300.c.o.d -o CMakeFiles/unit1300.dir/unit1300.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1300.c + +external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1300.dir/unit1300.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1300.c > CMakeFiles/unit1300.dir/unit1300.c.i + +external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1300.dir/unit1300.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1300.c -o CMakeFiles/unit1300.dir/unit1300.c.s + +external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1300.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.o -MF CMakeFiles/unit1300.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1300.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1300.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1300.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1300.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1300.dir/__/libtest/first.c.s + +# Object files for target unit1300 +unit1300_OBJECTS = \ +"CMakeFiles/unit1300.dir/unit1300.c.o" \ +"CMakeFiles/unit1300.dir/__/libtest/first.c.o" + +# External object files for target unit1300 +unit1300_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1300: external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.o +external/curl/tests/unit/unit1300: external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1300: external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make +external/curl/tests/unit/unit1300: external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.ts +external/curl/tests/unit/unit1300: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1300: /usr/lib/libz.so +external/curl/tests/unit/unit1300: external/curl/tests/unit/CMakeFiles/unit1300.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1300" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1300.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1300.dir/build: external/curl/tests/unit/unit1300 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1300.dir/build + +external/curl/tests/unit/CMakeFiles/unit1300.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1300.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1300.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1300.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1300.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1300.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/cmake_clean.cmake new file mode 100644 index 00000000..4ca4cf8b --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1300.dir/link.d" + "CMakeFiles/unit1300.dir/__/libtest/first.c.o" + "CMakeFiles/unit1300.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1300.dir/unit1300.c.o" + "CMakeFiles/unit1300.dir/unit1300.c.o.d" + "unit1300" + "unit1300.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1300.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.make new file mode 100644 index 00000000..2eceeac7 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1300. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.ts new file mode 100644 index 00000000..1558f639 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1300. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/depend.make new file mode 100644 index 00000000..6dc254e4 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1300. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/link.txt new file mode 100644 index 00000000..32881a76 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1300.dir/link.d CMakeFiles/unit1300.dir/unit1300.c.o CMakeFiles/unit1300.dir/__/libtest/first.c.o -o unit1300 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/DependInfo.cmake new file mode 100644 index 00000000..1870d745 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1302.c" "external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.o.d" + "" "external/curl/tests/unit/unit1302" "gcc" "external/curl/tests/unit/CMakeFiles/unit1302.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make new file mode 100644 index 00000000..e1f0610b --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1302.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1302.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1302.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1302.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1302.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.o: external/curl/tests/unit/CMakeFiles/unit1302.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1302.c +external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.o: external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.o -MF CMakeFiles/unit1302.dir/unit1302.c.o.d -o CMakeFiles/unit1302.dir/unit1302.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1302.c + +external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1302.dir/unit1302.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1302.c > CMakeFiles/unit1302.dir/unit1302.c.i + +external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1302.dir/unit1302.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1302.c -o CMakeFiles/unit1302.dir/unit1302.c.s + +external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1302.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.o -MF CMakeFiles/unit1302.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1302.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1302.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1302.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1302.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1302.dir/__/libtest/first.c.s + +# Object files for target unit1302 +unit1302_OBJECTS = \ +"CMakeFiles/unit1302.dir/unit1302.c.o" \ +"CMakeFiles/unit1302.dir/__/libtest/first.c.o" + +# External object files for target unit1302 +unit1302_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1302: external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.o +external/curl/tests/unit/unit1302: external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1302: external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make +external/curl/tests/unit/unit1302: external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.ts +external/curl/tests/unit/unit1302: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1302: /usr/lib/libz.so +external/curl/tests/unit/unit1302: external/curl/tests/unit/CMakeFiles/unit1302.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1302" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1302.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1302.dir/build: external/curl/tests/unit/unit1302 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1302.dir/build + +external/curl/tests/unit/CMakeFiles/unit1302.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1302.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1302.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1302.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1302.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1302.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/cmake_clean.cmake new file mode 100644 index 00000000..844b42f0 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1302.dir/link.d" + "CMakeFiles/unit1302.dir/__/libtest/first.c.o" + "CMakeFiles/unit1302.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1302.dir/unit1302.c.o" + "CMakeFiles/unit1302.dir/unit1302.c.o.d" + "unit1302" + "unit1302.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1302.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.make new file mode 100644 index 00000000..0739cfd7 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1302. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.ts new file mode 100644 index 00000000..473b4706 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1302. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/depend.make new file mode 100644 index 00000000..35de4a58 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1302. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/link.txt new file mode 100644 index 00000000..69c44b9e --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1302.dir/link.d CMakeFiles/unit1302.dir/unit1302.c.o CMakeFiles/unit1302.dir/__/libtest/first.c.o -o unit1302 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/DependInfo.cmake new file mode 100644 index 00000000..1d839122 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1303.c" "external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.o.d" + "" "external/curl/tests/unit/unit1303" "gcc" "external/curl/tests/unit/CMakeFiles/unit1303.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make new file mode 100644 index 00000000..1e1beaa2 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1303.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1303.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1303.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1303.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1303.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.o: external/curl/tests/unit/CMakeFiles/unit1303.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1303.c +external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.o: external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.o -MF CMakeFiles/unit1303.dir/unit1303.c.o.d -o CMakeFiles/unit1303.dir/unit1303.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1303.c + +external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1303.dir/unit1303.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1303.c > CMakeFiles/unit1303.dir/unit1303.c.i + +external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1303.dir/unit1303.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1303.c -o CMakeFiles/unit1303.dir/unit1303.c.s + +external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1303.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.o -MF CMakeFiles/unit1303.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1303.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1303.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1303.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1303.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1303.dir/__/libtest/first.c.s + +# Object files for target unit1303 +unit1303_OBJECTS = \ +"CMakeFiles/unit1303.dir/unit1303.c.o" \ +"CMakeFiles/unit1303.dir/__/libtest/first.c.o" + +# External object files for target unit1303 +unit1303_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1303: external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.o +external/curl/tests/unit/unit1303: external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1303: external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make +external/curl/tests/unit/unit1303: external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.ts +external/curl/tests/unit/unit1303: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1303: /usr/lib/libz.so +external/curl/tests/unit/unit1303: external/curl/tests/unit/CMakeFiles/unit1303.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1303" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1303.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1303.dir/build: external/curl/tests/unit/unit1303 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1303.dir/build + +external/curl/tests/unit/CMakeFiles/unit1303.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1303.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1303.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1303.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1303.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1303.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/cmake_clean.cmake new file mode 100644 index 00000000..0d3b9efd --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1303.dir/link.d" + "CMakeFiles/unit1303.dir/__/libtest/first.c.o" + "CMakeFiles/unit1303.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1303.dir/unit1303.c.o" + "CMakeFiles/unit1303.dir/unit1303.c.o.d" + "unit1303" + "unit1303.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1303.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.make new file mode 100644 index 00000000..e0113e1f --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1303. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.ts new file mode 100644 index 00000000..5f15c531 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1303. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/depend.make new file mode 100644 index 00000000..b7555322 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1303. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/link.txt new file mode 100644 index 00000000..bef10e30 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1303.dir/link.d CMakeFiles/unit1303.dir/unit1303.c.o CMakeFiles/unit1303.dir/__/libtest/first.c.o -o unit1303 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/DependInfo.cmake new file mode 100644 index 00000000..333baa9f --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1304.c" "external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.o.d" + "" "external/curl/tests/unit/unit1304" "gcc" "external/curl/tests/unit/CMakeFiles/unit1304.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make new file mode 100644 index 00000000..89040d17 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1304.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1304.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1304.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1304.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1304.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.o: external/curl/tests/unit/CMakeFiles/unit1304.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1304.c +external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.o: external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.o -MF CMakeFiles/unit1304.dir/unit1304.c.o.d -o CMakeFiles/unit1304.dir/unit1304.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1304.c + +external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1304.dir/unit1304.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1304.c > CMakeFiles/unit1304.dir/unit1304.c.i + +external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1304.dir/unit1304.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1304.c -o CMakeFiles/unit1304.dir/unit1304.c.s + +external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1304.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.o -MF CMakeFiles/unit1304.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1304.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1304.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1304.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1304.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1304.dir/__/libtest/first.c.s + +# Object files for target unit1304 +unit1304_OBJECTS = \ +"CMakeFiles/unit1304.dir/unit1304.c.o" \ +"CMakeFiles/unit1304.dir/__/libtest/first.c.o" + +# External object files for target unit1304 +unit1304_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1304: external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.o +external/curl/tests/unit/unit1304: external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1304: external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make +external/curl/tests/unit/unit1304: external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.ts +external/curl/tests/unit/unit1304: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1304: /usr/lib/libz.so +external/curl/tests/unit/unit1304: external/curl/tests/unit/CMakeFiles/unit1304.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1304" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1304.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1304.dir/build: external/curl/tests/unit/unit1304 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1304.dir/build + +external/curl/tests/unit/CMakeFiles/unit1304.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1304.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1304.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1304.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1304.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1304.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/cmake_clean.cmake new file mode 100644 index 00000000..0b541965 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1304.dir/link.d" + "CMakeFiles/unit1304.dir/__/libtest/first.c.o" + "CMakeFiles/unit1304.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1304.dir/unit1304.c.o" + "CMakeFiles/unit1304.dir/unit1304.c.o.d" + "unit1304" + "unit1304.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1304.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.make new file mode 100644 index 00000000..c1d14cad --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1304. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.ts new file mode 100644 index 00000000..cb76c4c1 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1304. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/depend.make new file mode 100644 index 00000000..8befb7c6 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1304. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/link.txt new file mode 100644 index 00000000..83c407a8 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1304.dir/link.d CMakeFiles/unit1304.dir/unit1304.c.o CMakeFiles/unit1304.dir/__/libtest/first.c.o -o unit1304 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/DependInfo.cmake new file mode 100644 index 00000000..3bb7e1da --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1305.c" "external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.o.d" + "" "external/curl/tests/unit/unit1305" "gcc" "external/curl/tests/unit/CMakeFiles/unit1305.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make new file mode 100644 index 00000000..3be31345 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1305.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1305.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1305.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1305.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1305.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.o: external/curl/tests/unit/CMakeFiles/unit1305.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1305.c +external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.o: external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.o -MF CMakeFiles/unit1305.dir/unit1305.c.o.d -o CMakeFiles/unit1305.dir/unit1305.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1305.c + +external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1305.dir/unit1305.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1305.c > CMakeFiles/unit1305.dir/unit1305.c.i + +external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1305.dir/unit1305.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1305.c -o CMakeFiles/unit1305.dir/unit1305.c.s + +external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1305.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.o -MF CMakeFiles/unit1305.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1305.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1305.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1305.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1305.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1305.dir/__/libtest/first.c.s + +# Object files for target unit1305 +unit1305_OBJECTS = \ +"CMakeFiles/unit1305.dir/unit1305.c.o" \ +"CMakeFiles/unit1305.dir/__/libtest/first.c.o" + +# External object files for target unit1305 +unit1305_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1305: external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.o +external/curl/tests/unit/unit1305: external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1305: external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make +external/curl/tests/unit/unit1305: external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.ts +external/curl/tests/unit/unit1305: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1305: /usr/lib/libz.so +external/curl/tests/unit/unit1305: external/curl/tests/unit/CMakeFiles/unit1305.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1305" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1305.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1305.dir/build: external/curl/tests/unit/unit1305 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1305.dir/build + +external/curl/tests/unit/CMakeFiles/unit1305.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1305.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1305.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1305.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1305.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1305.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/cmake_clean.cmake new file mode 100644 index 00000000..1bd8b8e8 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1305.dir/link.d" + "CMakeFiles/unit1305.dir/__/libtest/first.c.o" + "CMakeFiles/unit1305.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1305.dir/unit1305.c.o" + "CMakeFiles/unit1305.dir/unit1305.c.o.d" + "unit1305" + "unit1305.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1305.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.make new file mode 100644 index 00000000..cf4e384d --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1305. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.ts new file mode 100644 index 00000000..f06b6ff9 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1305. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/depend.make new file mode 100644 index 00000000..4ded856d --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1305. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/link.txt new file mode 100644 index 00000000..e9fa7e7e --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1305.dir/link.d CMakeFiles/unit1305.dir/unit1305.c.o CMakeFiles/unit1305.dir/__/libtest/first.c.o -o unit1305 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/DependInfo.cmake new file mode 100644 index 00000000..9a93cb8d --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1307.c" "external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.o.d" + "" "external/curl/tests/unit/unit1307" "gcc" "external/curl/tests/unit/CMakeFiles/unit1307.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make new file mode 100644 index 00000000..79128803 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1307.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1307.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1307.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1307.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1307.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.o: external/curl/tests/unit/CMakeFiles/unit1307.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1307.c +external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.o: external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.o -MF CMakeFiles/unit1307.dir/unit1307.c.o.d -o CMakeFiles/unit1307.dir/unit1307.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1307.c + +external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1307.dir/unit1307.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1307.c > CMakeFiles/unit1307.dir/unit1307.c.i + +external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1307.dir/unit1307.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1307.c -o CMakeFiles/unit1307.dir/unit1307.c.s + +external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1307.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.o -MF CMakeFiles/unit1307.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1307.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1307.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1307.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1307.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1307.dir/__/libtest/first.c.s + +# Object files for target unit1307 +unit1307_OBJECTS = \ +"CMakeFiles/unit1307.dir/unit1307.c.o" \ +"CMakeFiles/unit1307.dir/__/libtest/first.c.o" + +# External object files for target unit1307 +unit1307_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1307: external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.o +external/curl/tests/unit/unit1307: external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1307: external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make +external/curl/tests/unit/unit1307: external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.ts +external/curl/tests/unit/unit1307: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1307: /usr/lib/libz.so +external/curl/tests/unit/unit1307: external/curl/tests/unit/CMakeFiles/unit1307.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1307" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1307.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1307.dir/build: external/curl/tests/unit/unit1307 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1307.dir/build + +external/curl/tests/unit/CMakeFiles/unit1307.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1307.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1307.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1307.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1307.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1307.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/cmake_clean.cmake new file mode 100644 index 00000000..68925caa --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1307.dir/link.d" + "CMakeFiles/unit1307.dir/__/libtest/first.c.o" + "CMakeFiles/unit1307.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1307.dir/unit1307.c.o" + "CMakeFiles/unit1307.dir/unit1307.c.o.d" + "unit1307" + "unit1307.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1307.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.make new file mode 100644 index 00000000..929eb4ec --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1307. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.ts new file mode 100644 index 00000000..d658aed1 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1307. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/depend.make new file mode 100644 index 00000000..a0e0b59d --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1307. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/link.txt new file mode 100644 index 00000000..b1ad8237 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1307.dir/link.d CMakeFiles/unit1307.dir/unit1307.c.o CMakeFiles/unit1307.dir/__/libtest/first.c.o -o unit1307 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/DependInfo.cmake new file mode 100644 index 00000000..8a684f40 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1309.c" "external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.o.d" + "" "external/curl/tests/unit/unit1309" "gcc" "external/curl/tests/unit/CMakeFiles/unit1309.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make new file mode 100644 index 00000000..15998909 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1309.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1309.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1309.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1309.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1309.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.o: external/curl/tests/unit/CMakeFiles/unit1309.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1309.c +external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.o: external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.o -MF CMakeFiles/unit1309.dir/unit1309.c.o.d -o CMakeFiles/unit1309.dir/unit1309.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1309.c + +external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1309.dir/unit1309.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1309.c > CMakeFiles/unit1309.dir/unit1309.c.i + +external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1309.dir/unit1309.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1309.c -o CMakeFiles/unit1309.dir/unit1309.c.s + +external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1309.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.o -MF CMakeFiles/unit1309.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1309.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1309.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1309.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1309.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1309.dir/__/libtest/first.c.s + +# Object files for target unit1309 +unit1309_OBJECTS = \ +"CMakeFiles/unit1309.dir/unit1309.c.o" \ +"CMakeFiles/unit1309.dir/__/libtest/first.c.o" + +# External object files for target unit1309 +unit1309_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1309: external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.o +external/curl/tests/unit/unit1309: external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1309: external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make +external/curl/tests/unit/unit1309: external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.ts +external/curl/tests/unit/unit1309: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1309: /usr/lib/libz.so +external/curl/tests/unit/unit1309: external/curl/tests/unit/CMakeFiles/unit1309.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1309" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1309.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1309.dir/build: external/curl/tests/unit/unit1309 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1309.dir/build + +external/curl/tests/unit/CMakeFiles/unit1309.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1309.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1309.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1309.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1309.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1309.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/cmake_clean.cmake new file mode 100644 index 00000000..0b5d7a25 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1309.dir/link.d" + "CMakeFiles/unit1309.dir/__/libtest/first.c.o" + "CMakeFiles/unit1309.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1309.dir/unit1309.c.o" + "CMakeFiles/unit1309.dir/unit1309.c.o.d" + "unit1309" + "unit1309.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1309.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.make new file mode 100644 index 00000000..35dabe79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1309. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.ts new file mode 100644 index 00000000..f0dd636b --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1309. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/depend.make new file mode 100644 index 00000000..cc6c0347 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1309. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/link.txt new file mode 100644 index 00000000..79af4f0e --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1309.dir/link.d CMakeFiles/unit1309.dir/unit1309.c.o CMakeFiles/unit1309.dir/__/libtest/first.c.o -o unit1309 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/DependInfo.cmake new file mode 100644 index 00000000..9abda59a --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1323.c" "external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.o.d" + "" "external/curl/tests/unit/unit1323" "gcc" "external/curl/tests/unit/CMakeFiles/unit1323.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make new file mode 100644 index 00000000..35397e25 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1323.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1323.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1323.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1323.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1323.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.o: external/curl/tests/unit/CMakeFiles/unit1323.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1323.c +external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.o: external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.o -MF CMakeFiles/unit1323.dir/unit1323.c.o.d -o CMakeFiles/unit1323.dir/unit1323.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1323.c + +external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1323.dir/unit1323.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1323.c > CMakeFiles/unit1323.dir/unit1323.c.i + +external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1323.dir/unit1323.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1323.c -o CMakeFiles/unit1323.dir/unit1323.c.s + +external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1323.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.o -MF CMakeFiles/unit1323.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1323.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1323.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1323.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1323.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1323.dir/__/libtest/first.c.s + +# Object files for target unit1323 +unit1323_OBJECTS = \ +"CMakeFiles/unit1323.dir/unit1323.c.o" \ +"CMakeFiles/unit1323.dir/__/libtest/first.c.o" + +# External object files for target unit1323 +unit1323_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1323: external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.o +external/curl/tests/unit/unit1323: external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1323: external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make +external/curl/tests/unit/unit1323: external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.ts +external/curl/tests/unit/unit1323: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1323: /usr/lib/libz.so +external/curl/tests/unit/unit1323: external/curl/tests/unit/CMakeFiles/unit1323.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1323" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1323.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1323.dir/build: external/curl/tests/unit/unit1323 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1323.dir/build + +external/curl/tests/unit/CMakeFiles/unit1323.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1323.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1323.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1323.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1323.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1323.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/cmake_clean.cmake new file mode 100644 index 00000000..61ec187f --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1323.dir/link.d" + "CMakeFiles/unit1323.dir/__/libtest/first.c.o" + "CMakeFiles/unit1323.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1323.dir/unit1323.c.o" + "CMakeFiles/unit1323.dir/unit1323.c.o.d" + "unit1323" + "unit1323.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1323.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.make new file mode 100644 index 00000000..d28ea9da --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1323. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.ts new file mode 100644 index 00000000..bb590d27 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1323. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/depend.make new file mode 100644 index 00000000..e3f4effc --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1323. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/link.txt new file mode 100644 index 00000000..df267ba9 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1323.dir/link.d CMakeFiles/unit1323.dir/unit1323.c.o CMakeFiles/unit1323.dir/__/libtest/first.c.o -o unit1323 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/progress.make new file mode 100644 index 00000000..0d6db588 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 94 + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/DependInfo.cmake new file mode 100644 index 00000000..7f2c5934 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1330.c" "external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.o.d" + "" "external/curl/tests/unit/unit1330" "gcc" "external/curl/tests/unit/CMakeFiles/unit1330.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make new file mode 100644 index 00000000..314ea18d --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1330.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1330.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1330.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1330.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1330.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.o: external/curl/tests/unit/CMakeFiles/unit1330.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1330.c +external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.o: external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.o -MF CMakeFiles/unit1330.dir/unit1330.c.o.d -o CMakeFiles/unit1330.dir/unit1330.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1330.c + +external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1330.dir/unit1330.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1330.c > CMakeFiles/unit1330.dir/unit1330.c.i + +external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1330.dir/unit1330.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1330.c -o CMakeFiles/unit1330.dir/unit1330.c.s + +external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1330.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.o -MF CMakeFiles/unit1330.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1330.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1330.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1330.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1330.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1330.dir/__/libtest/first.c.s + +# Object files for target unit1330 +unit1330_OBJECTS = \ +"CMakeFiles/unit1330.dir/unit1330.c.o" \ +"CMakeFiles/unit1330.dir/__/libtest/first.c.o" + +# External object files for target unit1330 +unit1330_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1330: external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.o +external/curl/tests/unit/unit1330: external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1330: external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make +external/curl/tests/unit/unit1330: external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.ts +external/curl/tests/unit/unit1330: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1330: /usr/lib/libz.so +external/curl/tests/unit/unit1330: external/curl/tests/unit/CMakeFiles/unit1330.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1330" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1330.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1330.dir/build: external/curl/tests/unit/unit1330 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1330.dir/build + +external/curl/tests/unit/CMakeFiles/unit1330.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1330.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1330.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1330.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1330.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1330.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/cmake_clean.cmake new file mode 100644 index 00000000..576959af --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1330.dir/link.d" + "CMakeFiles/unit1330.dir/__/libtest/first.c.o" + "CMakeFiles/unit1330.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1330.dir/unit1330.c.o" + "CMakeFiles/unit1330.dir/unit1330.c.o.d" + "unit1330" + "unit1330.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1330.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.make new file mode 100644 index 00000000..59f8cff1 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1330. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.ts new file mode 100644 index 00000000..d8326901 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1330. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/depend.make new file mode 100644 index 00000000..a28aef0a --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1330. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/link.txt new file mode 100644 index 00000000..412c8e17 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1330.dir/link.d CMakeFiles/unit1330.dir/unit1330.c.o CMakeFiles/unit1330.dir/__/libtest/first.c.o -o unit1330 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/DependInfo.cmake new file mode 100644 index 00000000..24b98647 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1395.c" "external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.o.d" + "" "external/curl/tests/unit/unit1395" "gcc" "external/curl/tests/unit/CMakeFiles/unit1395.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make new file mode 100644 index 00000000..aeb7ad72 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1395.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1395.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1395.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1395.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1395.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.o: external/curl/tests/unit/CMakeFiles/unit1395.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1395.c +external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.o: external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.o -MF CMakeFiles/unit1395.dir/unit1395.c.o.d -o CMakeFiles/unit1395.dir/unit1395.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1395.c + +external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1395.dir/unit1395.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1395.c > CMakeFiles/unit1395.dir/unit1395.c.i + +external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1395.dir/unit1395.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1395.c -o CMakeFiles/unit1395.dir/unit1395.c.s + +external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1395.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.o -MF CMakeFiles/unit1395.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1395.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1395.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1395.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1395.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1395.dir/__/libtest/first.c.s + +# Object files for target unit1395 +unit1395_OBJECTS = \ +"CMakeFiles/unit1395.dir/unit1395.c.o" \ +"CMakeFiles/unit1395.dir/__/libtest/first.c.o" + +# External object files for target unit1395 +unit1395_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1395: external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.o +external/curl/tests/unit/unit1395: external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1395: external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make +external/curl/tests/unit/unit1395: external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.ts +external/curl/tests/unit/unit1395: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1395: /usr/lib/libz.so +external/curl/tests/unit/unit1395: external/curl/tests/unit/CMakeFiles/unit1395.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1395" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1395.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1395.dir/build: external/curl/tests/unit/unit1395 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1395.dir/build + +external/curl/tests/unit/CMakeFiles/unit1395.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1395.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1395.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1395.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1395.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1395.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/cmake_clean.cmake new file mode 100644 index 00000000..c2330b49 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1395.dir/link.d" + "CMakeFiles/unit1395.dir/__/libtest/first.c.o" + "CMakeFiles/unit1395.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1395.dir/unit1395.c.o" + "CMakeFiles/unit1395.dir/unit1395.c.o.d" + "unit1395" + "unit1395.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1395.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.make new file mode 100644 index 00000000..6c361a3e --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1395. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.ts new file mode 100644 index 00000000..e87df2d5 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1395. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/depend.make new file mode 100644 index 00000000..38e0c1c4 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1395. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/link.txt new file mode 100644 index 00000000..de46e128 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1395.dir/link.d CMakeFiles/unit1395.dir/unit1395.c.o CMakeFiles/unit1395.dir/__/libtest/first.c.o -o unit1395 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/DependInfo.cmake new file mode 100644 index 00000000..5b9625ab --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1396.c" "external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.o.d" + "" "external/curl/tests/unit/unit1396" "gcc" "external/curl/tests/unit/CMakeFiles/unit1396.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make new file mode 100644 index 00000000..863d32de --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1396.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1396.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1396.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1396.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1396.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.o: external/curl/tests/unit/CMakeFiles/unit1396.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1396.c +external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.o: external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.o -MF CMakeFiles/unit1396.dir/unit1396.c.o.d -o CMakeFiles/unit1396.dir/unit1396.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1396.c + +external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1396.dir/unit1396.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1396.c > CMakeFiles/unit1396.dir/unit1396.c.i + +external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1396.dir/unit1396.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1396.c -o CMakeFiles/unit1396.dir/unit1396.c.s + +external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1396.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.o -MF CMakeFiles/unit1396.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1396.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1396.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1396.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1396.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1396.dir/__/libtest/first.c.s + +# Object files for target unit1396 +unit1396_OBJECTS = \ +"CMakeFiles/unit1396.dir/unit1396.c.o" \ +"CMakeFiles/unit1396.dir/__/libtest/first.c.o" + +# External object files for target unit1396 +unit1396_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1396: external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.o +external/curl/tests/unit/unit1396: external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1396: external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make +external/curl/tests/unit/unit1396: external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.ts +external/curl/tests/unit/unit1396: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1396: /usr/lib/libz.so +external/curl/tests/unit/unit1396: external/curl/tests/unit/CMakeFiles/unit1396.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1396" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1396.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1396.dir/build: external/curl/tests/unit/unit1396 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1396.dir/build + +external/curl/tests/unit/CMakeFiles/unit1396.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1396.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1396.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1396.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1396.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1396.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/cmake_clean.cmake new file mode 100644 index 00000000..8684582e --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1396.dir/link.d" + "CMakeFiles/unit1396.dir/__/libtest/first.c.o" + "CMakeFiles/unit1396.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1396.dir/unit1396.c.o" + "CMakeFiles/unit1396.dir/unit1396.c.o.d" + "unit1396" + "unit1396.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1396.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.make new file mode 100644 index 00000000..73788d5e --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1396. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.ts new file mode 100644 index 00000000..54528530 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1396. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/depend.make new file mode 100644 index 00000000..4565aa9d --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1396. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/link.txt new file mode 100644 index 00000000..55e975ea --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1396.dir/link.d CMakeFiles/unit1396.dir/unit1396.c.o CMakeFiles/unit1396.dir/__/libtest/first.c.o -o unit1396 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/DependInfo.cmake new file mode 100644 index 00000000..9166fed3 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1397.c" "external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.o.d" + "" "external/curl/tests/unit/unit1397" "gcc" "external/curl/tests/unit/CMakeFiles/unit1397.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make new file mode 100644 index 00000000..c625957e --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1397.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1397.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1397.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1397.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1397.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.o: external/curl/tests/unit/CMakeFiles/unit1397.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1397.c +external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.o: external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.o -MF CMakeFiles/unit1397.dir/unit1397.c.o.d -o CMakeFiles/unit1397.dir/unit1397.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1397.c + +external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1397.dir/unit1397.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1397.c > CMakeFiles/unit1397.dir/unit1397.c.i + +external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1397.dir/unit1397.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1397.c -o CMakeFiles/unit1397.dir/unit1397.c.s + +external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1397.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.o -MF CMakeFiles/unit1397.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1397.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1397.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1397.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1397.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1397.dir/__/libtest/first.c.s + +# Object files for target unit1397 +unit1397_OBJECTS = \ +"CMakeFiles/unit1397.dir/unit1397.c.o" \ +"CMakeFiles/unit1397.dir/__/libtest/first.c.o" + +# External object files for target unit1397 +unit1397_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1397: external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.o +external/curl/tests/unit/unit1397: external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1397: external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make +external/curl/tests/unit/unit1397: external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.ts +external/curl/tests/unit/unit1397: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1397: /usr/lib/libz.so +external/curl/tests/unit/unit1397: external/curl/tests/unit/CMakeFiles/unit1397.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1397" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1397.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1397.dir/build: external/curl/tests/unit/unit1397 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1397.dir/build + +external/curl/tests/unit/CMakeFiles/unit1397.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1397.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1397.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1397.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1397.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1397.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/cmake_clean.cmake new file mode 100644 index 00000000..3556e7c8 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1397.dir/link.d" + "CMakeFiles/unit1397.dir/__/libtest/first.c.o" + "CMakeFiles/unit1397.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1397.dir/unit1397.c.o" + "CMakeFiles/unit1397.dir/unit1397.c.o.d" + "unit1397" + "unit1397.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1397.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.make new file mode 100644 index 00000000..6250e230 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1397. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.ts new file mode 100644 index 00000000..5e4f4fa5 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1397. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/depend.make new file mode 100644 index 00000000..e08e5c87 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1397. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/link.txt new file mode 100644 index 00000000..8bfc4742 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1397.dir/link.d CMakeFiles/unit1397.dir/unit1397.c.o CMakeFiles/unit1397.dir/__/libtest/first.c.o -o unit1397 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/DependInfo.cmake new file mode 100644 index 00000000..35b7e350 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1398.c" "external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.o.d" + "" "external/curl/tests/unit/unit1398" "gcc" "external/curl/tests/unit/CMakeFiles/unit1398.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make new file mode 100644 index 00000000..6aef69f5 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1398.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1398.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1398.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1398.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1398.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.o: external/curl/tests/unit/CMakeFiles/unit1398.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1398.c +external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.o: external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.o -MF CMakeFiles/unit1398.dir/unit1398.c.o.d -o CMakeFiles/unit1398.dir/unit1398.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1398.c + +external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1398.dir/unit1398.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1398.c > CMakeFiles/unit1398.dir/unit1398.c.i + +external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1398.dir/unit1398.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1398.c -o CMakeFiles/unit1398.dir/unit1398.c.s + +external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1398.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.o -MF CMakeFiles/unit1398.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1398.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1398.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1398.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1398.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1398.dir/__/libtest/first.c.s + +# Object files for target unit1398 +unit1398_OBJECTS = \ +"CMakeFiles/unit1398.dir/unit1398.c.o" \ +"CMakeFiles/unit1398.dir/__/libtest/first.c.o" + +# External object files for target unit1398 +unit1398_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1398: external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.o +external/curl/tests/unit/unit1398: external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1398: external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make +external/curl/tests/unit/unit1398: external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.ts +external/curl/tests/unit/unit1398: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1398: /usr/lib/libz.so +external/curl/tests/unit/unit1398: external/curl/tests/unit/CMakeFiles/unit1398.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1398" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1398.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1398.dir/build: external/curl/tests/unit/unit1398 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1398.dir/build + +external/curl/tests/unit/CMakeFiles/unit1398.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1398.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1398.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1398.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1398.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1398.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/cmake_clean.cmake new file mode 100644 index 00000000..0f101b05 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1398.dir/link.d" + "CMakeFiles/unit1398.dir/__/libtest/first.c.o" + "CMakeFiles/unit1398.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1398.dir/unit1398.c.o" + "CMakeFiles/unit1398.dir/unit1398.c.o.d" + "unit1398" + "unit1398.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1398.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.make new file mode 100644 index 00000000..431397d7 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1398. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.ts new file mode 100644 index 00000000..226ad440 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1398. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/depend.make new file mode 100644 index 00000000..b425ce6e --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1398. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/link.txt new file mode 100644 index 00000000..a2b4d266 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1398.dir/link.d CMakeFiles/unit1398.dir/unit1398.c.o CMakeFiles/unit1398.dir/__/libtest/first.c.o -o unit1398 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/DependInfo.cmake new file mode 100644 index 00000000..0f6c4d61 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1399.c" "external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.o.d" + "" "external/curl/tests/unit/unit1399" "gcc" "external/curl/tests/unit/CMakeFiles/unit1399.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make new file mode 100644 index 00000000..b13bb091 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1399.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1399.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1399.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1399.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1399.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.o: external/curl/tests/unit/CMakeFiles/unit1399.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1399.c +external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.o: external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.o -MF CMakeFiles/unit1399.dir/unit1399.c.o.d -o CMakeFiles/unit1399.dir/unit1399.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1399.c + +external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1399.dir/unit1399.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1399.c > CMakeFiles/unit1399.dir/unit1399.c.i + +external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1399.dir/unit1399.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1399.c -o CMakeFiles/unit1399.dir/unit1399.c.s + +external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1399.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.o -MF CMakeFiles/unit1399.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1399.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1399.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1399.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1399.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1399.dir/__/libtest/first.c.s + +# Object files for target unit1399 +unit1399_OBJECTS = \ +"CMakeFiles/unit1399.dir/unit1399.c.o" \ +"CMakeFiles/unit1399.dir/__/libtest/first.c.o" + +# External object files for target unit1399 +unit1399_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1399: external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.o +external/curl/tests/unit/unit1399: external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1399: external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make +external/curl/tests/unit/unit1399: external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.ts +external/curl/tests/unit/unit1399: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1399: /usr/lib/libz.so +external/curl/tests/unit/unit1399: external/curl/tests/unit/CMakeFiles/unit1399.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1399" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1399.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1399.dir/build: external/curl/tests/unit/unit1399 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1399.dir/build + +external/curl/tests/unit/CMakeFiles/unit1399.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1399.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1399.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1399.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1399.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1399.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/cmake_clean.cmake new file mode 100644 index 00000000..a3686e67 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1399.dir/link.d" + "CMakeFiles/unit1399.dir/__/libtest/first.c.o" + "CMakeFiles/unit1399.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1399.dir/unit1399.c.o" + "CMakeFiles/unit1399.dir/unit1399.c.o.d" + "unit1399" + "unit1399.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1399.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.make new file mode 100644 index 00000000..8f4668c5 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1399. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.ts new file mode 100644 index 00000000..089db3d9 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1399. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/depend.make new file mode 100644 index 00000000..618cf26f --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1399. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/link.txt new file mode 100644 index 00000000..864fe611 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1399.dir/link.d CMakeFiles/unit1399.dir/unit1399.c.o CMakeFiles/unit1399.dir/__/libtest/first.c.o -o unit1399 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/DependInfo.cmake new file mode 100644 index 00000000..726bd35c --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1600.c" "external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.o.d" + "" "external/curl/tests/unit/unit1600" "gcc" "external/curl/tests/unit/CMakeFiles/unit1600.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make new file mode 100644 index 00000000..e58e706b --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1600.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1600.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1600.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1600.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1600.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.o: external/curl/tests/unit/CMakeFiles/unit1600.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1600.c +external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.o: external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.o -MF CMakeFiles/unit1600.dir/unit1600.c.o.d -o CMakeFiles/unit1600.dir/unit1600.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1600.c + +external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1600.dir/unit1600.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1600.c > CMakeFiles/unit1600.dir/unit1600.c.i + +external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1600.dir/unit1600.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1600.c -o CMakeFiles/unit1600.dir/unit1600.c.s + +external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1600.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.o -MF CMakeFiles/unit1600.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1600.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1600.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1600.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1600.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1600.dir/__/libtest/first.c.s + +# Object files for target unit1600 +unit1600_OBJECTS = \ +"CMakeFiles/unit1600.dir/unit1600.c.o" \ +"CMakeFiles/unit1600.dir/__/libtest/first.c.o" + +# External object files for target unit1600 +unit1600_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1600: external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.o +external/curl/tests/unit/unit1600: external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1600: external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make +external/curl/tests/unit/unit1600: external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.ts +external/curl/tests/unit/unit1600: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1600: /usr/lib/libz.so +external/curl/tests/unit/unit1600: external/curl/tests/unit/CMakeFiles/unit1600.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1600" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1600.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1600.dir/build: external/curl/tests/unit/unit1600 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1600.dir/build + +external/curl/tests/unit/CMakeFiles/unit1600.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1600.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1600.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1600.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1600.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1600.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/cmake_clean.cmake new file mode 100644 index 00000000..fbe4d1b5 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1600.dir/link.d" + "CMakeFiles/unit1600.dir/__/libtest/first.c.o" + "CMakeFiles/unit1600.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1600.dir/unit1600.c.o" + "CMakeFiles/unit1600.dir/unit1600.c.o.d" + "unit1600" + "unit1600.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1600.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.make new file mode 100644 index 00000000..4a297bc2 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1600. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.ts new file mode 100644 index 00000000..3d9cc6c0 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1600. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/depend.make new file mode 100644 index 00000000..a067a501 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1600. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/link.txt new file mode 100644 index 00000000..2f22bb1d --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1600.dir/link.d CMakeFiles/unit1600.dir/unit1600.c.o CMakeFiles/unit1600.dir/__/libtest/first.c.o -o unit1600 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/DependInfo.cmake new file mode 100644 index 00000000..cbefb483 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1601.c" "external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.o.d" + "" "external/curl/tests/unit/unit1601" "gcc" "external/curl/tests/unit/CMakeFiles/unit1601.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make new file mode 100644 index 00000000..ad9495a4 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1601.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1601.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1601.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1601.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1601.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.o: external/curl/tests/unit/CMakeFiles/unit1601.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1601.c +external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.o: external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.o -MF CMakeFiles/unit1601.dir/unit1601.c.o.d -o CMakeFiles/unit1601.dir/unit1601.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1601.c + +external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1601.dir/unit1601.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1601.c > CMakeFiles/unit1601.dir/unit1601.c.i + +external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1601.dir/unit1601.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1601.c -o CMakeFiles/unit1601.dir/unit1601.c.s + +external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1601.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.o -MF CMakeFiles/unit1601.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1601.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1601.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1601.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1601.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1601.dir/__/libtest/first.c.s + +# Object files for target unit1601 +unit1601_OBJECTS = \ +"CMakeFiles/unit1601.dir/unit1601.c.o" \ +"CMakeFiles/unit1601.dir/__/libtest/first.c.o" + +# External object files for target unit1601 +unit1601_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1601: external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.o +external/curl/tests/unit/unit1601: external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1601: external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make +external/curl/tests/unit/unit1601: external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.ts +external/curl/tests/unit/unit1601: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1601: /usr/lib/libz.so +external/curl/tests/unit/unit1601: external/curl/tests/unit/CMakeFiles/unit1601.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1601" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1601.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1601.dir/build: external/curl/tests/unit/unit1601 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1601.dir/build + +external/curl/tests/unit/CMakeFiles/unit1601.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1601.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1601.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1601.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1601.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1601.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/cmake_clean.cmake new file mode 100644 index 00000000..469d5b6c --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1601.dir/link.d" + "CMakeFiles/unit1601.dir/__/libtest/first.c.o" + "CMakeFiles/unit1601.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1601.dir/unit1601.c.o" + "CMakeFiles/unit1601.dir/unit1601.c.o.d" + "unit1601" + "unit1601.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1601.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.make new file mode 100644 index 00000000..f3a1209b --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1601. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.ts new file mode 100644 index 00000000..17b9cc69 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1601. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/depend.make new file mode 100644 index 00000000..04c2e848 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1601. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/link.txt new file mode 100644 index 00000000..7b413c9f --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1601.dir/link.d CMakeFiles/unit1601.dir/unit1601.c.o CMakeFiles/unit1601.dir/__/libtest/first.c.o -o unit1601 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/DependInfo.cmake new file mode 100644 index 00000000..97e7a178 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1602.c" "external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.o.d" + "" "external/curl/tests/unit/unit1602" "gcc" "external/curl/tests/unit/CMakeFiles/unit1602.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make new file mode 100644 index 00000000..4623b739 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1602.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1602.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1602.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1602.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1602.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.o: external/curl/tests/unit/CMakeFiles/unit1602.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1602.c +external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.o: external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.o -MF CMakeFiles/unit1602.dir/unit1602.c.o.d -o CMakeFiles/unit1602.dir/unit1602.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1602.c + +external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1602.dir/unit1602.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1602.c > CMakeFiles/unit1602.dir/unit1602.c.i + +external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1602.dir/unit1602.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1602.c -o CMakeFiles/unit1602.dir/unit1602.c.s + +external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1602.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.o -MF CMakeFiles/unit1602.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1602.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1602.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1602.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1602.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1602.dir/__/libtest/first.c.s + +# Object files for target unit1602 +unit1602_OBJECTS = \ +"CMakeFiles/unit1602.dir/unit1602.c.o" \ +"CMakeFiles/unit1602.dir/__/libtest/first.c.o" + +# External object files for target unit1602 +unit1602_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1602: external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.o +external/curl/tests/unit/unit1602: external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1602: external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make +external/curl/tests/unit/unit1602: external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.ts +external/curl/tests/unit/unit1602: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1602: /usr/lib/libz.so +external/curl/tests/unit/unit1602: external/curl/tests/unit/CMakeFiles/unit1602.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1602" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1602.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1602.dir/build: external/curl/tests/unit/unit1602 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1602.dir/build + +external/curl/tests/unit/CMakeFiles/unit1602.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1602.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1602.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1602.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1602.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1602.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/cmake_clean.cmake new file mode 100644 index 00000000..b85f9f29 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1602.dir/link.d" + "CMakeFiles/unit1602.dir/__/libtest/first.c.o" + "CMakeFiles/unit1602.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1602.dir/unit1602.c.o" + "CMakeFiles/unit1602.dir/unit1602.c.o.d" + "unit1602" + "unit1602.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1602.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.make new file mode 100644 index 00000000..1de78579 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1602. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.ts new file mode 100644 index 00000000..29922f78 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1602. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/depend.make new file mode 100644 index 00000000..bb34f518 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1602. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/link.txt new file mode 100644 index 00000000..72e885c4 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1602.dir/link.d CMakeFiles/unit1602.dir/unit1602.c.o CMakeFiles/unit1602.dir/__/libtest/first.c.o -o unit1602 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/DependInfo.cmake new file mode 100644 index 00000000..31205696 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1603.c" "external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.o.d" + "" "external/curl/tests/unit/unit1603" "gcc" "external/curl/tests/unit/CMakeFiles/unit1603.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make new file mode 100644 index 00000000..c8cac122 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1603.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1603.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1603.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1603.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1603.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.o: external/curl/tests/unit/CMakeFiles/unit1603.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1603.c +external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.o: external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.o -MF CMakeFiles/unit1603.dir/unit1603.c.o.d -o CMakeFiles/unit1603.dir/unit1603.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1603.c + +external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1603.dir/unit1603.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1603.c > CMakeFiles/unit1603.dir/unit1603.c.i + +external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1603.dir/unit1603.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1603.c -o CMakeFiles/unit1603.dir/unit1603.c.s + +external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1603.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.o -MF CMakeFiles/unit1603.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1603.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1603.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1603.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1603.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1603.dir/__/libtest/first.c.s + +# Object files for target unit1603 +unit1603_OBJECTS = \ +"CMakeFiles/unit1603.dir/unit1603.c.o" \ +"CMakeFiles/unit1603.dir/__/libtest/first.c.o" + +# External object files for target unit1603 +unit1603_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1603: external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.o +external/curl/tests/unit/unit1603: external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1603: external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make +external/curl/tests/unit/unit1603: external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.ts +external/curl/tests/unit/unit1603: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1603: /usr/lib/libz.so +external/curl/tests/unit/unit1603: external/curl/tests/unit/CMakeFiles/unit1603.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1603" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1603.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1603.dir/build: external/curl/tests/unit/unit1603 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1603.dir/build + +external/curl/tests/unit/CMakeFiles/unit1603.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1603.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1603.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1603.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1603.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1603.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/cmake_clean.cmake new file mode 100644 index 00000000..ef90faeb --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1603.dir/link.d" + "CMakeFiles/unit1603.dir/__/libtest/first.c.o" + "CMakeFiles/unit1603.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1603.dir/unit1603.c.o" + "CMakeFiles/unit1603.dir/unit1603.c.o.d" + "unit1603" + "unit1603.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1603.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.make new file mode 100644 index 00000000..84613473 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1603. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.ts new file mode 100644 index 00000000..9dca2a32 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1603. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/depend.make new file mode 100644 index 00000000..9352ca15 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1603. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/link.txt new file mode 100644 index 00000000..4efbe93c --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1603.dir/link.d CMakeFiles/unit1603.dir/unit1603.c.o CMakeFiles/unit1603.dir/__/libtest/first.c.o -o unit1603 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/progress.make new file mode 100644 index 00000000..f08e982e --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 95 +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/DependInfo.cmake new file mode 100644 index 00000000..ae8d8602 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1605.c" "external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.o.d" + "" "external/curl/tests/unit/unit1605" "gcc" "external/curl/tests/unit/CMakeFiles/unit1605.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make new file mode 100644 index 00000000..f1babc4b --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1605.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1605.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1605.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1605.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1605.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.o: external/curl/tests/unit/CMakeFiles/unit1605.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1605.c +external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.o: external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.o -MF CMakeFiles/unit1605.dir/unit1605.c.o.d -o CMakeFiles/unit1605.dir/unit1605.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1605.c + +external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1605.dir/unit1605.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1605.c > CMakeFiles/unit1605.dir/unit1605.c.i + +external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1605.dir/unit1605.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1605.c -o CMakeFiles/unit1605.dir/unit1605.c.s + +external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1605.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.o -MF CMakeFiles/unit1605.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1605.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1605.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1605.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1605.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1605.dir/__/libtest/first.c.s + +# Object files for target unit1605 +unit1605_OBJECTS = \ +"CMakeFiles/unit1605.dir/unit1605.c.o" \ +"CMakeFiles/unit1605.dir/__/libtest/first.c.o" + +# External object files for target unit1605 +unit1605_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1605: external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.o +external/curl/tests/unit/unit1605: external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1605: external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make +external/curl/tests/unit/unit1605: external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.ts +external/curl/tests/unit/unit1605: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1605: /usr/lib/libz.so +external/curl/tests/unit/unit1605: external/curl/tests/unit/CMakeFiles/unit1605.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1605" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1605.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1605.dir/build: external/curl/tests/unit/unit1605 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1605.dir/build + +external/curl/tests/unit/CMakeFiles/unit1605.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1605.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1605.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1605.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1605.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1605.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/cmake_clean.cmake new file mode 100644 index 00000000..82394894 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1605.dir/link.d" + "CMakeFiles/unit1605.dir/__/libtest/first.c.o" + "CMakeFiles/unit1605.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1605.dir/unit1605.c.o" + "CMakeFiles/unit1605.dir/unit1605.c.o.d" + "unit1605" + "unit1605.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1605.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.make new file mode 100644 index 00000000..1efcd4cb --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1605. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.ts new file mode 100644 index 00000000..029ed086 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1605. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/depend.make new file mode 100644 index 00000000..7d4bf67d --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1605. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/link.txt new file mode 100644 index 00000000..ae4b96b8 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1605.dir/link.d CMakeFiles/unit1605.dir/unit1605.c.o CMakeFiles/unit1605.dir/__/libtest/first.c.o -o unit1605 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/DependInfo.cmake new file mode 100644 index 00000000..62b4306a --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1606.c" "external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.o.d" + "" "external/curl/tests/unit/unit1606" "gcc" "external/curl/tests/unit/CMakeFiles/unit1606.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make new file mode 100644 index 00000000..96accbc6 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1606.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1606.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1606.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1606.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1606.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.o: external/curl/tests/unit/CMakeFiles/unit1606.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1606.c +external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.o: external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.o -MF CMakeFiles/unit1606.dir/unit1606.c.o.d -o CMakeFiles/unit1606.dir/unit1606.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1606.c + +external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1606.dir/unit1606.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1606.c > CMakeFiles/unit1606.dir/unit1606.c.i + +external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1606.dir/unit1606.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1606.c -o CMakeFiles/unit1606.dir/unit1606.c.s + +external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1606.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.o -MF CMakeFiles/unit1606.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1606.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1606.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1606.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1606.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1606.dir/__/libtest/first.c.s + +# Object files for target unit1606 +unit1606_OBJECTS = \ +"CMakeFiles/unit1606.dir/unit1606.c.o" \ +"CMakeFiles/unit1606.dir/__/libtest/first.c.o" + +# External object files for target unit1606 +unit1606_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1606: external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.o +external/curl/tests/unit/unit1606: external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1606: external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make +external/curl/tests/unit/unit1606: external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.ts +external/curl/tests/unit/unit1606: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1606: /usr/lib/libz.so +external/curl/tests/unit/unit1606: external/curl/tests/unit/CMakeFiles/unit1606.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1606" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1606.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1606.dir/build: external/curl/tests/unit/unit1606 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1606.dir/build + +external/curl/tests/unit/CMakeFiles/unit1606.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1606.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1606.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1606.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1606.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1606.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/cmake_clean.cmake new file mode 100644 index 00000000..84c92b42 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1606.dir/link.d" + "CMakeFiles/unit1606.dir/__/libtest/first.c.o" + "CMakeFiles/unit1606.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1606.dir/unit1606.c.o" + "CMakeFiles/unit1606.dir/unit1606.c.o.d" + "unit1606" + "unit1606.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1606.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.make new file mode 100644 index 00000000..a1e825aa --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1606. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.ts new file mode 100644 index 00000000..c52e89c0 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1606. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/depend.make new file mode 100644 index 00000000..c3b9d0df --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1606. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/link.txt new file mode 100644 index 00000000..77db1334 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1606.dir/link.d CMakeFiles/unit1606.dir/unit1606.c.o CMakeFiles/unit1606.dir/__/libtest/first.c.o -o unit1606 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/DependInfo.cmake new file mode 100644 index 00000000..f3a156df --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1607.c" "external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.o.d" + "" "external/curl/tests/unit/unit1607" "gcc" "external/curl/tests/unit/CMakeFiles/unit1607.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make new file mode 100644 index 00000000..50cdfaa5 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1607.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1607.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1607.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1607.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1607.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.o: external/curl/tests/unit/CMakeFiles/unit1607.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1607.c +external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.o: external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.o -MF CMakeFiles/unit1607.dir/unit1607.c.o.d -o CMakeFiles/unit1607.dir/unit1607.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1607.c + +external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1607.dir/unit1607.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1607.c > CMakeFiles/unit1607.dir/unit1607.c.i + +external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1607.dir/unit1607.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1607.c -o CMakeFiles/unit1607.dir/unit1607.c.s + +external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1607.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.o -MF CMakeFiles/unit1607.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1607.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1607.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1607.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1607.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1607.dir/__/libtest/first.c.s + +# Object files for target unit1607 +unit1607_OBJECTS = \ +"CMakeFiles/unit1607.dir/unit1607.c.o" \ +"CMakeFiles/unit1607.dir/__/libtest/first.c.o" + +# External object files for target unit1607 +unit1607_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1607: external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.o +external/curl/tests/unit/unit1607: external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1607: external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make +external/curl/tests/unit/unit1607: external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.ts +external/curl/tests/unit/unit1607: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1607: /usr/lib/libz.so +external/curl/tests/unit/unit1607: external/curl/tests/unit/CMakeFiles/unit1607.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1607" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1607.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1607.dir/build: external/curl/tests/unit/unit1607 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1607.dir/build + +external/curl/tests/unit/CMakeFiles/unit1607.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1607.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1607.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1607.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1607.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1607.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/cmake_clean.cmake new file mode 100644 index 00000000..cbe74fe8 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1607.dir/link.d" + "CMakeFiles/unit1607.dir/__/libtest/first.c.o" + "CMakeFiles/unit1607.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1607.dir/unit1607.c.o" + "CMakeFiles/unit1607.dir/unit1607.c.o.d" + "unit1607" + "unit1607.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1607.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.make new file mode 100644 index 00000000..390f6a66 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1607. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.ts new file mode 100644 index 00000000..b90f0e6b --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1607. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/depend.make new file mode 100644 index 00000000..95ab4333 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1607. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/link.txt new file mode 100644 index 00000000..be926dc8 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1607.dir/link.d CMakeFiles/unit1607.dir/unit1607.c.o CMakeFiles/unit1607.dir/__/libtest/first.c.o -o unit1607 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/DependInfo.cmake new file mode 100644 index 00000000..7a137324 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1608.c" "external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.o.d" + "" "external/curl/tests/unit/unit1608" "gcc" "external/curl/tests/unit/CMakeFiles/unit1608.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make new file mode 100644 index 00000000..d9533071 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1608.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1608.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1608.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1608.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1608.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.o: external/curl/tests/unit/CMakeFiles/unit1608.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1608.c +external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.o: external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.o -MF CMakeFiles/unit1608.dir/unit1608.c.o.d -o CMakeFiles/unit1608.dir/unit1608.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1608.c + +external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1608.dir/unit1608.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1608.c > CMakeFiles/unit1608.dir/unit1608.c.i + +external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1608.dir/unit1608.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1608.c -o CMakeFiles/unit1608.dir/unit1608.c.s + +external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1608.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.o -MF CMakeFiles/unit1608.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1608.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1608.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1608.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1608.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1608.dir/__/libtest/first.c.s + +# Object files for target unit1608 +unit1608_OBJECTS = \ +"CMakeFiles/unit1608.dir/unit1608.c.o" \ +"CMakeFiles/unit1608.dir/__/libtest/first.c.o" + +# External object files for target unit1608 +unit1608_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1608: external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.o +external/curl/tests/unit/unit1608: external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1608: external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make +external/curl/tests/unit/unit1608: external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.ts +external/curl/tests/unit/unit1608: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1608: /usr/lib/libz.so +external/curl/tests/unit/unit1608: external/curl/tests/unit/CMakeFiles/unit1608.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1608" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1608.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1608.dir/build: external/curl/tests/unit/unit1608 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1608.dir/build + +external/curl/tests/unit/CMakeFiles/unit1608.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1608.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1608.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1608.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1608.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1608.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/cmake_clean.cmake new file mode 100644 index 00000000..358b49ca --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1608.dir/link.d" + "CMakeFiles/unit1608.dir/__/libtest/first.c.o" + "CMakeFiles/unit1608.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1608.dir/unit1608.c.o" + "CMakeFiles/unit1608.dir/unit1608.c.o.d" + "unit1608" + "unit1608.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1608.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.make new file mode 100644 index 00000000..499c5a8b --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1608. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.ts new file mode 100644 index 00000000..98568feb --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1608. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/depend.make new file mode 100644 index 00000000..6d7b9326 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1608. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/link.txt new file mode 100644 index 00000000..2b4a69d1 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1608.dir/link.d CMakeFiles/unit1608.dir/unit1608.c.o CMakeFiles/unit1608.dir/__/libtest/first.c.o -o unit1608 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/DependInfo.cmake new file mode 100644 index 00000000..2b013495 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1609.c" "external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.o.d" + "" "external/curl/tests/unit/unit1609" "gcc" "external/curl/tests/unit/CMakeFiles/unit1609.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make new file mode 100644 index 00000000..e24d1847 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1609.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1609.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1609.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1609.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1609.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.o: external/curl/tests/unit/CMakeFiles/unit1609.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1609.c +external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.o: external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.o -MF CMakeFiles/unit1609.dir/unit1609.c.o.d -o CMakeFiles/unit1609.dir/unit1609.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1609.c + +external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1609.dir/unit1609.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1609.c > CMakeFiles/unit1609.dir/unit1609.c.i + +external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1609.dir/unit1609.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1609.c -o CMakeFiles/unit1609.dir/unit1609.c.s + +external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1609.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.o -MF CMakeFiles/unit1609.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1609.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1609.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1609.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1609.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1609.dir/__/libtest/first.c.s + +# Object files for target unit1609 +unit1609_OBJECTS = \ +"CMakeFiles/unit1609.dir/unit1609.c.o" \ +"CMakeFiles/unit1609.dir/__/libtest/first.c.o" + +# External object files for target unit1609 +unit1609_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1609: external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.o +external/curl/tests/unit/unit1609: external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1609: external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make +external/curl/tests/unit/unit1609: external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.ts +external/curl/tests/unit/unit1609: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1609: /usr/lib/libz.so +external/curl/tests/unit/unit1609: external/curl/tests/unit/CMakeFiles/unit1609.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1609" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1609.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1609.dir/build: external/curl/tests/unit/unit1609 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1609.dir/build + +external/curl/tests/unit/CMakeFiles/unit1609.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1609.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1609.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1609.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1609.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1609.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/cmake_clean.cmake new file mode 100644 index 00000000..3fa233a1 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1609.dir/link.d" + "CMakeFiles/unit1609.dir/__/libtest/first.c.o" + "CMakeFiles/unit1609.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1609.dir/unit1609.c.o" + "CMakeFiles/unit1609.dir/unit1609.c.o.d" + "unit1609" + "unit1609.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1609.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.make new file mode 100644 index 00000000..8a3bb5c9 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1609. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.ts new file mode 100644 index 00000000..23fc09f1 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1609. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/depend.make new file mode 100644 index 00000000..8c154efc --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1609. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/link.txt new file mode 100644 index 00000000..467daaad --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1609.dir/link.d CMakeFiles/unit1609.dir/unit1609.c.o CMakeFiles/unit1609.dir/__/libtest/first.c.o -o unit1609 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/DependInfo.cmake new file mode 100644 index 00000000..5103f012 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1610.c" "external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.o.d" + "" "external/curl/tests/unit/unit1610" "gcc" "external/curl/tests/unit/CMakeFiles/unit1610.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make new file mode 100644 index 00000000..3d1420dd --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1610.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1610.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1610.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1610.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1610.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.o: external/curl/tests/unit/CMakeFiles/unit1610.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1610.c +external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.o: external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.o -MF CMakeFiles/unit1610.dir/unit1610.c.o.d -o CMakeFiles/unit1610.dir/unit1610.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1610.c + +external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1610.dir/unit1610.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1610.c > CMakeFiles/unit1610.dir/unit1610.c.i + +external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1610.dir/unit1610.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1610.c -o CMakeFiles/unit1610.dir/unit1610.c.s + +external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1610.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.o -MF CMakeFiles/unit1610.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1610.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1610.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1610.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1610.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1610.dir/__/libtest/first.c.s + +# Object files for target unit1610 +unit1610_OBJECTS = \ +"CMakeFiles/unit1610.dir/unit1610.c.o" \ +"CMakeFiles/unit1610.dir/__/libtest/first.c.o" + +# External object files for target unit1610 +unit1610_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1610: external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.o +external/curl/tests/unit/unit1610: external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1610: external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make +external/curl/tests/unit/unit1610: external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.ts +external/curl/tests/unit/unit1610: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1610: /usr/lib/libz.so +external/curl/tests/unit/unit1610: external/curl/tests/unit/CMakeFiles/unit1610.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1610" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1610.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1610.dir/build: external/curl/tests/unit/unit1610 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1610.dir/build + +external/curl/tests/unit/CMakeFiles/unit1610.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1610.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1610.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1610.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1610.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1610.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/cmake_clean.cmake new file mode 100644 index 00000000..89fbdb75 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1610.dir/link.d" + "CMakeFiles/unit1610.dir/__/libtest/first.c.o" + "CMakeFiles/unit1610.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1610.dir/unit1610.c.o" + "CMakeFiles/unit1610.dir/unit1610.c.o.d" + "unit1610" + "unit1610.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1610.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.make new file mode 100644 index 00000000..282b7e93 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1610. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.ts new file mode 100644 index 00000000..5f63f51f --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1610. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/depend.make new file mode 100644 index 00000000..a8c79836 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1610. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/link.txt new file mode 100644 index 00000000..8afd63f8 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1610.dir/link.d CMakeFiles/unit1610.dir/unit1610.c.o CMakeFiles/unit1610.dir/__/libtest/first.c.o -o unit1610 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/DependInfo.cmake new file mode 100644 index 00000000..59559b8a --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1611.c" "external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.o.d" + "" "external/curl/tests/unit/unit1611" "gcc" "external/curl/tests/unit/CMakeFiles/unit1611.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make new file mode 100644 index 00000000..3044cfb8 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1611.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1611.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1611.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1611.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1611.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.o: external/curl/tests/unit/CMakeFiles/unit1611.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1611.c +external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.o: external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.o -MF CMakeFiles/unit1611.dir/unit1611.c.o.d -o CMakeFiles/unit1611.dir/unit1611.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1611.c + +external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1611.dir/unit1611.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1611.c > CMakeFiles/unit1611.dir/unit1611.c.i + +external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1611.dir/unit1611.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1611.c -o CMakeFiles/unit1611.dir/unit1611.c.s + +external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1611.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.o -MF CMakeFiles/unit1611.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1611.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1611.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1611.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1611.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1611.dir/__/libtest/first.c.s + +# Object files for target unit1611 +unit1611_OBJECTS = \ +"CMakeFiles/unit1611.dir/unit1611.c.o" \ +"CMakeFiles/unit1611.dir/__/libtest/first.c.o" + +# External object files for target unit1611 +unit1611_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1611: external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.o +external/curl/tests/unit/unit1611: external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1611: external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make +external/curl/tests/unit/unit1611: external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.ts +external/curl/tests/unit/unit1611: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1611: /usr/lib/libz.so +external/curl/tests/unit/unit1611: external/curl/tests/unit/CMakeFiles/unit1611.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1611" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1611.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1611.dir/build: external/curl/tests/unit/unit1611 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1611.dir/build + +external/curl/tests/unit/CMakeFiles/unit1611.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1611.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1611.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1611.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1611.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1611.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/cmake_clean.cmake new file mode 100644 index 00000000..971fc916 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1611.dir/link.d" + "CMakeFiles/unit1611.dir/__/libtest/first.c.o" + "CMakeFiles/unit1611.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1611.dir/unit1611.c.o" + "CMakeFiles/unit1611.dir/unit1611.c.o.d" + "unit1611" + "unit1611.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1611.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.make new file mode 100644 index 00000000..dbbb92ee --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1611. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.ts new file mode 100644 index 00000000..33a9cfbc --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1611. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/depend.make new file mode 100644 index 00000000..25c2be2e --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1611. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/link.txt new file mode 100644 index 00000000..c25fb441 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1611.dir/link.d CMakeFiles/unit1611.dir/unit1611.c.o CMakeFiles/unit1611.dir/__/libtest/first.c.o -o unit1611 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/DependInfo.cmake new file mode 100644 index 00000000..c1aaf4e6 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1612.c" "external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.o.d" + "" "external/curl/tests/unit/unit1612" "gcc" "external/curl/tests/unit/CMakeFiles/unit1612.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make new file mode 100644 index 00000000..730fdbaf --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1612.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1612.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1612.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1612.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1612.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.o: external/curl/tests/unit/CMakeFiles/unit1612.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1612.c +external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.o: external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.o -MF CMakeFiles/unit1612.dir/unit1612.c.o.d -o CMakeFiles/unit1612.dir/unit1612.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1612.c + +external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1612.dir/unit1612.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1612.c > CMakeFiles/unit1612.dir/unit1612.c.i + +external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1612.dir/unit1612.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1612.c -o CMakeFiles/unit1612.dir/unit1612.c.s + +external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1612.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.o -MF CMakeFiles/unit1612.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1612.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1612.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1612.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1612.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1612.dir/__/libtest/first.c.s + +# Object files for target unit1612 +unit1612_OBJECTS = \ +"CMakeFiles/unit1612.dir/unit1612.c.o" \ +"CMakeFiles/unit1612.dir/__/libtest/first.c.o" + +# External object files for target unit1612 +unit1612_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1612: external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.o +external/curl/tests/unit/unit1612: external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1612: external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make +external/curl/tests/unit/unit1612: external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.ts +external/curl/tests/unit/unit1612: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1612: /usr/lib/libz.so +external/curl/tests/unit/unit1612: external/curl/tests/unit/CMakeFiles/unit1612.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1612" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1612.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1612.dir/build: external/curl/tests/unit/unit1612 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1612.dir/build + +external/curl/tests/unit/CMakeFiles/unit1612.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1612.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1612.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1612.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1612.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1612.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/cmake_clean.cmake new file mode 100644 index 00000000..ba735a87 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1612.dir/link.d" + "CMakeFiles/unit1612.dir/__/libtest/first.c.o" + "CMakeFiles/unit1612.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1612.dir/unit1612.c.o" + "CMakeFiles/unit1612.dir/unit1612.c.o.d" + "unit1612" + "unit1612.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1612.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.make new file mode 100644 index 00000000..ca569deb --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1612. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.ts new file mode 100644 index 00000000..ed1a1bfe --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1612. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/depend.make new file mode 100644 index 00000000..87d063fd --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1612. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/link.txt new file mode 100644 index 00000000..3c3cb61a --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1612.dir/link.d CMakeFiles/unit1612.dir/unit1612.c.o CMakeFiles/unit1612.dir/__/libtest/first.c.o -o unit1612 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/DependInfo.cmake new file mode 100644 index 00000000..002a55f8 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1614.c" "external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.o.d" + "" "external/curl/tests/unit/unit1614" "gcc" "external/curl/tests/unit/CMakeFiles/unit1614.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make new file mode 100644 index 00000000..5316fa05 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1614.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1614.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1614.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1614.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1614.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.o: external/curl/tests/unit/CMakeFiles/unit1614.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1614.c +external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.o: external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.o -MF CMakeFiles/unit1614.dir/unit1614.c.o.d -o CMakeFiles/unit1614.dir/unit1614.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1614.c + +external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1614.dir/unit1614.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1614.c > CMakeFiles/unit1614.dir/unit1614.c.i + +external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1614.dir/unit1614.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1614.c -o CMakeFiles/unit1614.dir/unit1614.c.s + +external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1614.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.o -MF CMakeFiles/unit1614.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1614.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1614.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1614.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1614.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1614.dir/__/libtest/first.c.s + +# Object files for target unit1614 +unit1614_OBJECTS = \ +"CMakeFiles/unit1614.dir/unit1614.c.o" \ +"CMakeFiles/unit1614.dir/__/libtest/first.c.o" + +# External object files for target unit1614 +unit1614_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1614: external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.o +external/curl/tests/unit/unit1614: external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1614: external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make +external/curl/tests/unit/unit1614: external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.ts +external/curl/tests/unit/unit1614: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1614: /usr/lib/libz.so +external/curl/tests/unit/unit1614: external/curl/tests/unit/CMakeFiles/unit1614.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1614" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1614.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1614.dir/build: external/curl/tests/unit/unit1614 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1614.dir/build + +external/curl/tests/unit/CMakeFiles/unit1614.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1614.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1614.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1614.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1614.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1614.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/cmake_clean.cmake new file mode 100644 index 00000000..f1d31e9f --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1614.dir/link.d" + "CMakeFiles/unit1614.dir/__/libtest/first.c.o" + "CMakeFiles/unit1614.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1614.dir/unit1614.c.o" + "CMakeFiles/unit1614.dir/unit1614.c.o.d" + "unit1614" + "unit1614.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1614.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.make new file mode 100644 index 00000000..27693c2c --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1614. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.ts new file mode 100644 index 00000000..9fab0157 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1614. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/depend.make new file mode 100644 index 00000000..60720a99 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1614. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/link.txt new file mode 100644 index 00000000..4290a04d --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1614.dir/link.d CMakeFiles/unit1614.dir/unit1614.c.o CMakeFiles/unit1614.dir/__/libtest/first.c.o -o unit1614 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/progress.make new file mode 100644 index 00000000..c819f16c --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 96 + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/DependInfo.cmake new file mode 100644 index 00000000..2d66d411 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1615.c" "external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.o.d" + "" "external/curl/tests/unit/unit1615" "gcc" "external/curl/tests/unit/CMakeFiles/unit1615.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make new file mode 100644 index 00000000..2ded12db --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1615.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1615.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1615.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1615.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1615.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.o: external/curl/tests/unit/CMakeFiles/unit1615.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1615.c +external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.o: external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.o -MF CMakeFiles/unit1615.dir/unit1615.c.o.d -o CMakeFiles/unit1615.dir/unit1615.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1615.c + +external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1615.dir/unit1615.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1615.c > CMakeFiles/unit1615.dir/unit1615.c.i + +external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1615.dir/unit1615.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1615.c -o CMakeFiles/unit1615.dir/unit1615.c.s + +external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1615.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.o -MF CMakeFiles/unit1615.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1615.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1615.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1615.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1615.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1615.dir/__/libtest/first.c.s + +# Object files for target unit1615 +unit1615_OBJECTS = \ +"CMakeFiles/unit1615.dir/unit1615.c.o" \ +"CMakeFiles/unit1615.dir/__/libtest/first.c.o" + +# External object files for target unit1615 +unit1615_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1615: external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.o +external/curl/tests/unit/unit1615: external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1615: external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make +external/curl/tests/unit/unit1615: external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.ts +external/curl/tests/unit/unit1615: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1615: /usr/lib/libz.so +external/curl/tests/unit/unit1615: external/curl/tests/unit/CMakeFiles/unit1615.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1615" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1615.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1615.dir/build: external/curl/tests/unit/unit1615 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1615.dir/build + +external/curl/tests/unit/CMakeFiles/unit1615.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1615.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1615.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1615.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1615.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1615.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/cmake_clean.cmake new file mode 100644 index 00000000..dffbfe54 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1615.dir/link.d" + "CMakeFiles/unit1615.dir/__/libtest/first.c.o" + "CMakeFiles/unit1615.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1615.dir/unit1615.c.o" + "CMakeFiles/unit1615.dir/unit1615.c.o.d" + "unit1615" + "unit1615.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1615.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.make new file mode 100644 index 00000000..53f60e00 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1615. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.ts new file mode 100644 index 00000000..e9204f1b --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1615. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/depend.make new file mode 100644 index 00000000..3703eac4 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1615. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/link.txt new file mode 100644 index 00000000..66581fee --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1615.dir/link.d CMakeFiles/unit1615.dir/unit1615.c.o CMakeFiles/unit1615.dir/__/libtest/first.c.o -o unit1615 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/DependInfo.cmake new file mode 100644 index 00000000..55090dde --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1616.c" "external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.o.d" + "" "external/curl/tests/unit/unit1616" "gcc" "external/curl/tests/unit/CMakeFiles/unit1616.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make new file mode 100644 index 00000000..54716d95 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1616.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1616.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1616.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1616.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1616.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.o: external/curl/tests/unit/CMakeFiles/unit1616.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1616.c +external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.o: external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.o -MF CMakeFiles/unit1616.dir/unit1616.c.o.d -o CMakeFiles/unit1616.dir/unit1616.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1616.c + +external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1616.dir/unit1616.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1616.c > CMakeFiles/unit1616.dir/unit1616.c.i + +external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1616.dir/unit1616.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1616.c -o CMakeFiles/unit1616.dir/unit1616.c.s + +external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1616.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.o -MF CMakeFiles/unit1616.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1616.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1616.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1616.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1616.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1616.dir/__/libtest/first.c.s + +# Object files for target unit1616 +unit1616_OBJECTS = \ +"CMakeFiles/unit1616.dir/unit1616.c.o" \ +"CMakeFiles/unit1616.dir/__/libtest/first.c.o" + +# External object files for target unit1616 +unit1616_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1616: external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.o +external/curl/tests/unit/unit1616: external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1616: external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make +external/curl/tests/unit/unit1616: external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.ts +external/curl/tests/unit/unit1616: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1616: /usr/lib/libz.so +external/curl/tests/unit/unit1616: external/curl/tests/unit/CMakeFiles/unit1616.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1616" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1616.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1616.dir/build: external/curl/tests/unit/unit1616 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1616.dir/build + +external/curl/tests/unit/CMakeFiles/unit1616.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1616.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1616.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1616.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1616.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1616.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/cmake_clean.cmake new file mode 100644 index 00000000..0f4254f8 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1616.dir/link.d" + "CMakeFiles/unit1616.dir/__/libtest/first.c.o" + "CMakeFiles/unit1616.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1616.dir/unit1616.c.o" + "CMakeFiles/unit1616.dir/unit1616.c.o.d" + "unit1616" + "unit1616.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1616.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.make new file mode 100644 index 00000000..b512d4b5 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1616. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.ts new file mode 100644 index 00000000..0c8229ce --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1616. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/depend.make new file mode 100644 index 00000000..3b08660c --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1616. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/link.txt new file mode 100644 index 00000000..c02744a0 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1616.dir/link.d CMakeFiles/unit1616.dir/unit1616.c.o CMakeFiles/unit1616.dir/__/libtest/first.c.o -o unit1616 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/DependInfo.cmake new file mode 100644 index 00000000..b18b0ff3 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1620.c" "external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.o.d" + "" "external/curl/tests/unit/unit1620" "gcc" "external/curl/tests/unit/CMakeFiles/unit1620.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make new file mode 100644 index 00000000..5e7e4df0 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1620.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1620.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1620.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1620.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1620.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.o: external/curl/tests/unit/CMakeFiles/unit1620.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1620.c +external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.o: external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.o -MF CMakeFiles/unit1620.dir/unit1620.c.o.d -o CMakeFiles/unit1620.dir/unit1620.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1620.c + +external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1620.dir/unit1620.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1620.c > CMakeFiles/unit1620.dir/unit1620.c.i + +external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1620.dir/unit1620.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1620.c -o CMakeFiles/unit1620.dir/unit1620.c.s + +external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1620.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.o -MF CMakeFiles/unit1620.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1620.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1620.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1620.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1620.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1620.dir/__/libtest/first.c.s + +# Object files for target unit1620 +unit1620_OBJECTS = \ +"CMakeFiles/unit1620.dir/unit1620.c.o" \ +"CMakeFiles/unit1620.dir/__/libtest/first.c.o" + +# External object files for target unit1620 +unit1620_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1620: external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.o +external/curl/tests/unit/unit1620: external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1620: external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make +external/curl/tests/unit/unit1620: external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.ts +external/curl/tests/unit/unit1620: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1620: /usr/lib/libz.so +external/curl/tests/unit/unit1620: external/curl/tests/unit/CMakeFiles/unit1620.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1620" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1620.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1620.dir/build: external/curl/tests/unit/unit1620 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1620.dir/build + +external/curl/tests/unit/CMakeFiles/unit1620.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1620.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1620.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1620.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1620.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1620.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/cmake_clean.cmake new file mode 100644 index 00000000..a0bbb956 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1620.dir/link.d" + "CMakeFiles/unit1620.dir/__/libtest/first.c.o" + "CMakeFiles/unit1620.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1620.dir/unit1620.c.o" + "CMakeFiles/unit1620.dir/unit1620.c.o.d" + "unit1620" + "unit1620.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1620.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.make new file mode 100644 index 00000000..9cfe8c30 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1620. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.ts new file mode 100644 index 00000000..cb1b755b --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1620. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/depend.make new file mode 100644 index 00000000..0e91b02a --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1620. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/link.txt new file mode 100644 index 00000000..9e44f34c --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1620.dir/link.d CMakeFiles/unit1620.dir/unit1620.c.o CMakeFiles/unit1620.dir/__/libtest/first.c.o -o unit1620 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/DependInfo.cmake new file mode 100644 index 00000000..bbf62c96 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1650.c" "external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.o.d" + "" "external/curl/tests/unit/unit1650" "gcc" "external/curl/tests/unit/CMakeFiles/unit1650.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make new file mode 100644 index 00000000..5d35ca36 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1650.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1650.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1650.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1650.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1650.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.o: external/curl/tests/unit/CMakeFiles/unit1650.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1650.c +external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.o: external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.o -MF CMakeFiles/unit1650.dir/unit1650.c.o.d -o CMakeFiles/unit1650.dir/unit1650.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1650.c + +external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1650.dir/unit1650.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1650.c > CMakeFiles/unit1650.dir/unit1650.c.i + +external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1650.dir/unit1650.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1650.c -o CMakeFiles/unit1650.dir/unit1650.c.s + +external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1650.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.o -MF CMakeFiles/unit1650.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1650.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1650.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1650.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1650.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1650.dir/__/libtest/first.c.s + +# Object files for target unit1650 +unit1650_OBJECTS = \ +"CMakeFiles/unit1650.dir/unit1650.c.o" \ +"CMakeFiles/unit1650.dir/__/libtest/first.c.o" + +# External object files for target unit1650 +unit1650_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1650: external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.o +external/curl/tests/unit/unit1650: external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1650: external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make +external/curl/tests/unit/unit1650: external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.ts +external/curl/tests/unit/unit1650: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1650: /usr/lib/libz.so +external/curl/tests/unit/unit1650: external/curl/tests/unit/CMakeFiles/unit1650.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1650" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1650.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1650.dir/build: external/curl/tests/unit/unit1650 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1650.dir/build + +external/curl/tests/unit/CMakeFiles/unit1650.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1650.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1650.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1650.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1650.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1650.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/cmake_clean.cmake new file mode 100644 index 00000000..4cb2cc74 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1650.dir/link.d" + "CMakeFiles/unit1650.dir/__/libtest/first.c.o" + "CMakeFiles/unit1650.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1650.dir/unit1650.c.o" + "CMakeFiles/unit1650.dir/unit1650.c.o.d" + "unit1650" + "unit1650.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1650.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.make new file mode 100644 index 00000000..64f07383 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1650. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.ts new file mode 100644 index 00000000..5a86eb96 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1650. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/depend.make new file mode 100644 index 00000000..e4b11f13 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1650. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/link.txt new file mode 100644 index 00000000..a195b310 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1650.dir/link.d CMakeFiles/unit1650.dir/unit1650.c.o CMakeFiles/unit1650.dir/__/libtest/first.c.o -o unit1650 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/DependInfo.cmake new file mode 100644 index 00000000..6b7fa189 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1651.c" "external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.o.d" + "" "external/curl/tests/unit/unit1651" "gcc" "external/curl/tests/unit/CMakeFiles/unit1651.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make new file mode 100644 index 00000000..723d91d9 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1651.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1651.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1651.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1651.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1651.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.o: external/curl/tests/unit/CMakeFiles/unit1651.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1651.c +external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.o: external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.o -MF CMakeFiles/unit1651.dir/unit1651.c.o.d -o CMakeFiles/unit1651.dir/unit1651.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1651.c + +external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1651.dir/unit1651.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1651.c > CMakeFiles/unit1651.dir/unit1651.c.i + +external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1651.dir/unit1651.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1651.c -o CMakeFiles/unit1651.dir/unit1651.c.s + +external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1651.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.o -MF CMakeFiles/unit1651.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1651.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1651.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1651.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1651.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1651.dir/__/libtest/first.c.s + +# Object files for target unit1651 +unit1651_OBJECTS = \ +"CMakeFiles/unit1651.dir/unit1651.c.o" \ +"CMakeFiles/unit1651.dir/__/libtest/first.c.o" + +# External object files for target unit1651 +unit1651_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1651: external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.o +external/curl/tests/unit/unit1651: external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1651: external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make +external/curl/tests/unit/unit1651: external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.ts +external/curl/tests/unit/unit1651: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1651: /usr/lib/libz.so +external/curl/tests/unit/unit1651: external/curl/tests/unit/CMakeFiles/unit1651.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1651" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1651.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1651.dir/build: external/curl/tests/unit/unit1651 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1651.dir/build + +external/curl/tests/unit/CMakeFiles/unit1651.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1651.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1651.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1651.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1651.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1651.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/cmake_clean.cmake new file mode 100644 index 00000000..4e3c511c --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1651.dir/link.d" + "CMakeFiles/unit1651.dir/__/libtest/first.c.o" + "CMakeFiles/unit1651.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1651.dir/unit1651.c.o" + "CMakeFiles/unit1651.dir/unit1651.c.o.d" + "unit1651" + "unit1651.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1651.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.make new file mode 100644 index 00000000..acb7c3df --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1651. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.ts new file mode 100644 index 00000000..7d674f99 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1651. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/depend.make new file mode 100644 index 00000000..a8788726 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1651. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/link.txt new file mode 100644 index 00000000..396e3287 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1651.dir/link.d CMakeFiles/unit1651.dir/unit1651.c.o CMakeFiles/unit1651.dir/__/libtest/first.c.o -o unit1651 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/DependInfo.cmake new file mode 100644 index 00000000..5c10eb56 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1652.c" "external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.o.d" + "" "external/curl/tests/unit/unit1652" "gcc" "external/curl/tests/unit/CMakeFiles/unit1652.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make new file mode 100644 index 00000000..2c0875ea --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1652.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1652.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1652.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1652.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1652.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.o: external/curl/tests/unit/CMakeFiles/unit1652.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1652.c +external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.o: external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.o -MF CMakeFiles/unit1652.dir/unit1652.c.o.d -o CMakeFiles/unit1652.dir/unit1652.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1652.c + +external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1652.dir/unit1652.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1652.c > CMakeFiles/unit1652.dir/unit1652.c.i + +external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1652.dir/unit1652.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1652.c -o CMakeFiles/unit1652.dir/unit1652.c.s + +external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1652.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.o -MF CMakeFiles/unit1652.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1652.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1652.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1652.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1652.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1652.dir/__/libtest/first.c.s + +# Object files for target unit1652 +unit1652_OBJECTS = \ +"CMakeFiles/unit1652.dir/unit1652.c.o" \ +"CMakeFiles/unit1652.dir/__/libtest/first.c.o" + +# External object files for target unit1652 +unit1652_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1652: external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.o +external/curl/tests/unit/unit1652: external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1652: external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make +external/curl/tests/unit/unit1652: external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.ts +external/curl/tests/unit/unit1652: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1652: /usr/lib/libz.so +external/curl/tests/unit/unit1652: external/curl/tests/unit/CMakeFiles/unit1652.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1652" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1652.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1652.dir/build: external/curl/tests/unit/unit1652 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1652.dir/build + +external/curl/tests/unit/CMakeFiles/unit1652.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1652.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1652.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1652.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1652.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1652.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/cmake_clean.cmake new file mode 100644 index 00000000..49598209 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1652.dir/link.d" + "CMakeFiles/unit1652.dir/__/libtest/first.c.o" + "CMakeFiles/unit1652.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1652.dir/unit1652.c.o" + "CMakeFiles/unit1652.dir/unit1652.c.o.d" + "unit1652" + "unit1652.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1652.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.make new file mode 100644 index 00000000..68cd1007 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1652. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.ts new file mode 100644 index 00000000..95fcf17e --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1652. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/depend.make new file mode 100644 index 00000000..6e40abbd --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1652. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/link.txt new file mode 100644 index 00000000..79d521cb --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1652.dir/link.d CMakeFiles/unit1652.dir/unit1652.c.o CMakeFiles/unit1652.dir/__/libtest/first.c.o -o unit1652 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/DependInfo.cmake new file mode 100644 index 00000000..de255ee3 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1653.c" "external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.o.d" + "" "external/curl/tests/unit/unit1653" "gcc" "external/curl/tests/unit/CMakeFiles/unit1653.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make new file mode 100644 index 00000000..0cf4252c --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1653.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1653.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1653.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1653.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1653.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.o: external/curl/tests/unit/CMakeFiles/unit1653.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1653.c +external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.o: external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.o -MF CMakeFiles/unit1653.dir/unit1653.c.o.d -o CMakeFiles/unit1653.dir/unit1653.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1653.c + +external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1653.dir/unit1653.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1653.c > CMakeFiles/unit1653.dir/unit1653.c.i + +external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1653.dir/unit1653.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1653.c -o CMakeFiles/unit1653.dir/unit1653.c.s + +external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1653.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.o -MF CMakeFiles/unit1653.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1653.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1653.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1653.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1653.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1653.dir/__/libtest/first.c.s + +# Object files for target unit1653 +unit1653_OBJECTS = \ +"CMakeFiles/unit1653.dir/unit1653.c.o" \ +"CMakeFiles/unit1653.dir/__/libtest/first.c.o" + +# External object files for target unit1653 +unit1653_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1653: external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.o +external/curl/tests/unit/unit1653: external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1653: external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make +external/curl/tests/unit/unit1653: external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.ts +external/curl/tests/unit/unit1653: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1653: /usr/lib/libz.so +external/curl/tests/unit/unit1653: external/curl/tests/unit/CMakeFiles/unit1653.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1653" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1653.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1653.dir/build: external/curl/tests/unit/unit1653 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1653.dir/build + +external/curl/tests/unit/CMakeFiles/unit1653.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1653.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1653.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1653.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1653.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1653.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/cmake_clean.cmake new file mode 100644 index 00000000..349255a8 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1653.dir/link.d" + "CMakeFiles/unit1653.dir/__/libtest/first.c.o" + "CMakeFiles/unit1653.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1653.dir/unit1653.c.o" + "CMakeFiles/unit1653.dir/unit1653.c.o.d" + "unit1653" + "unit1653.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1653.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.make new file mode 100644 index 00000000..32e3edef --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1653. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.ts new file mode 100644 index 00000000..0956e623 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1653. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/depend.make new file mode 100644 index 00000000..c0e598ef --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1653. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/link.txt new file mode 100644 index 00000000..07598a6f --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1653.dir/link.d CMakeFiles/unit1653.dir/unit1653.c.o CMakeFiles/unit1653.dir/__/libtest/first.c.o -o unit1653 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/DependInfo.cmake new file mode 100644 index 00000000..2cd27204 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1654.c" "external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.o.d" + "" "external/curl/tests/unit/unit1654" "gcc" "external/curl/tests/unit/CMakeFiles/unit1654.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make new file mode 100644 index 00000000..6c790daf --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1654.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1654.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1654.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1654.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1654.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.o: external/curl/tests/unit/CMakeFiles/unit1654.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1654.c +external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.o: external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.o -MF CMakeFiles/unit1654.dir/unit1654.c.o.d -o CMakeFiles/unit1654.dir/unit1654.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1654.c + +external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1654.dir/unit1654.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1654.c > CMakeFiles/unit1654.dir/unit1654.c.i + +external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1654.dir/unit1654.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1654.c -o CMakeFiles/unit1654.dir/unit1654.c.s + +external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1654.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.o -MF CMakeFiles/unit1654.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1654.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1654.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1654.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1654.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1654.dir/__/libtest/first.c.s + +# Object files for target unit1654 +unit1654_OBJECTS = \ +"CMakeFiles/unit1654.dir/unit1654.c.o" \ +"CMakeFiles/unit1654.dir/__/libtest/first.c.o" + +# External object files for target unit1654 +unit1654_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1654: external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.o +external/curl/tests/unit/unit1654: external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1654: external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make +external/curl/tests/unit/unit1654: external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.ts +external/curl/tests/unit/unit1654: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1654: /usr/lib/libz.so +external/curl/tests/unit/unit1654: external/curl/tests/unit/CMakeFiles/unit1654.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1654" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1654.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1654.dir/build: external/curl/tests/unit/unit1654 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1654.dir/build + +external/curl/tests/unit/CMakeFiles/unit1654.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1654.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1654.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1654.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1654.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1654.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/cmake_clean.cmake new file mode 100644 index 00000000..2c0cab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1654.dir/link.d" + "CMakeFiles/unit1654.dir/__/libtest/first.c.o" + "CMakeFiles/unit1654.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1654.dir/unit1654.c.o" + "CMakeFiles/unit1654.dir/unit1654.c.o.d" + "unit1654" + "unit1654.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1654.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.make new file mode 100644 index 00000000..a0bce57c --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1654. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.ts new file mode 100644 index 00000000..5f2102be --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1654. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/depend.make new file mode 100644 index 00000000..7cb9dcd0 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1654. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/link.txt new file mode 100644 index 00000000..ecabed68 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1654.dir/link.d CMakeFiles/unit1654.dir/unit1654.c.o CMakeFiles/unit1654.dir/__/libtest/first.c.o -o unit1654 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/DependInfo.cmake new file mode 100644 index 00000000..9a6b5cb2 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1655.c" "external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.o.d" + "" "external/curl/tests/unit/unit1655" "gcc" "external/curl/tests/unit/CMakeFiles/unit1655.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make new file mode 100644 index 00000000..796384ec --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1655.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1655.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1655.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1655.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1655.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.o: external/curl/tests/unit/CMakeFiles/unit1655.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1655.c +external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.o: external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.o -MF CMakeFiles/unit1655.dir/unit1655.c.o.d -o CMakeFiles/unit1655.dir/unit1655.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1655.c + +external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1655.dir/unit1655.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1655.c > CMakeFiles/unit1655.dir/unit1655.c.i + +external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1655.dir/unit1655.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1655.c -o CMakeFiles/unit1655.dir/unit1655.c.s + +external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1655.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.o -MF CMakeFiles/unit1655.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1655.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1655.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1655.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1655.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1655.dir/__/libtest/first.c.s + +# Object files for target unit1655 +unit1655_OBJECTS = \ +"CMakeFiles/unit1655.dir/unit1655.c.o" \ +"CMakeFiles/unit1655.dir/__/libtest/first.c.o" + +# External object files for target unit1655 +unit1655_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1655: external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.o +external/curl/tests/unit/unit1655: external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1655: external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make +external/curl/tests/unit/unit1655: external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.ts +external/curl/tests/unit/unit1655: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1655: /usr/lib/libz.so +external/curl/tests/unit/unit1655: external/curl/tests/unit/CMakeFiles/unit1655.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1655" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1655.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1655.dir/build: external/curl/tests/unit/unit1655 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1655.dir/build + +external/curl/tests/unit/CMakeFiles/unit1655.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1655.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1655.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1655.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1655.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1655.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/cmake_clean.cmake new file mode 100644 index 00000000..787651eb --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1655.dir/link.d" + "CMakeFiles/unit1655.dir/__/libtest/first.c.o" + "CMakeFiles/unit1655.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1655.dir/unit1655.c.o" + "CMakeFiles/unit1655.dir/unit1655.c.o.d" + "unit1655" + "unit1655.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1655.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.make new file mode 100644 index 00000000..2a4f28cb --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1655. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.ts new file mode 100644 index 00000000..7daad76a --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1655. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/depend.make new file mode 100644 index 00000000..5c9573d7 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1655. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/link.txt new file mode 100644 index 00000000..463bb8ed --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1655.dir/link.d CMakeFiles/unit1655.dir/unit1655.c.o CMakeFiles/unit1655.dir/__/libtest/first.c.o -o unit1655 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/DependInfo.cmake new file mode 100644 index 00000000..55af1fe9 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1656.c" "external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.o.d" + "" "external/curl/tests/unit/unit1656" "gcc" "external/curl/tests/unit/CMakeFiles/unit1656.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make new file mode 100644 index 00000000..b3e483e1 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1656.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1656.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1656.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1656.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1656.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.o: external/curl/tests/unit/CMakeFiles/unit1656.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1656.c +external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.o: external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.o -MF CMakeFiles/unit1656.dir/unit1656.c.o.d -o CMakeFiles/unit1656.dir/unit1656.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1656.c + +external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1656.dir/unit1656.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1656.c > CMakeFiles/unit1656.dir/unit1656.c.i + +external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1656.dir/unit1656.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1656.c -o CMakeFiles/unit1656.dir/unit1656.c.s + +external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1656.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.o -MF CMakeFiles/unit1656.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1656.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1656.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1656.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1656.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1656.dir/__/libtest/first.c.s + +# Object files for target unit1656 +unit1656_OBJECTS = \ +"CMakeFiles/unit1656.dir/unit1656.c.o" \ +"CMakeFiles/unit1656.dir/__/libtest/first.c.o" + +# External object files for target unit1656 +unit1656_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1656: external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.o +external/curl/tests/unit/unit1656: external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1656: external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make +external/curl/tests/unit/unit1656: external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.ts +external/curl/tests/unit/unit1656: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1656: /usr/lib/libz.so +external/curl/tests/unit/unit1656: external/curl/tests/unit/CMakeFiles/unit1656.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1656" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1656.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1656.dir/build: external/curl/tests/unit/unit1656 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1656.dir/build + +external/curl/tests/unit/CMakeFiles/unit1656.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1656.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1656.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1656.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1656.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1656.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/cmake_clean.cmake new file mode 100644 index 00000000..b106c55f --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1656.dir/link.d" + "CMakeFiles/unit1656.dir/__/libtest/first.c.o" + "CMakeFiles/unit1656.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1656.dir/unit1656.c.o" + "CMakeFiles/unit1656.dir/unit1656.c.o.d" + "unit1656" + "unit1656.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1656.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.make new file mode 100644 index 00000000..a00271d0 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1656. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.ts new file mode 100644 index 00000000..989ef629 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1656. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/depend.make new file mode 100644 index 00000000..698f1b15 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1656. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/link.txt new file mode 100644 index 00000000..74a65ac4 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1656.dir/link.d CMakeFiles/unit1656.dir/unit1656.c.o CMakeFiles/unit1656.dir/__/libtest/first.c.o -o unit1656 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/progress.make new file mode 100644 index 00000000..7908c6eb --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = 97 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/DependInfo.cmake new file mode 100644 index 00000000..79f913dd --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1657.c" "external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.o.d" + "" "external/curl/tests/unit/unit1657" "gcc" "external/curl/tests/unit/CMakeFiles/unit1657.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make new file mode 100644 index 00000000..2ba42678 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1657.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1657.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1657.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1657.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1657.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.o: external/curl/tests/unit/CMakeFiles/unit1657.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1657.c +external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.o: external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.o -MF CMakeFiles/unit1657.dir/unit1657.c.o.d -o CMakeFiles/unit1657.dir/unit1657.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1657.c + +external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1657.dir/unit1657.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1657.c > CMakeFiles/unit1657.dir/unit1657.c.i + +external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1657.dir/unit1657.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1657.c -o CMakeFiles/unit1657.dir/unit1657.c.s + +external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1657.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.o -MF CMakeFiles/unit1657.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1657.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1657.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1657.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1657.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1657.dir/__/libtest/first.c.s + +# Object files for target unit1657 +unit1657_OBJECTS = \ +"CMakeFiles/unit1657.dir/unit1657.c.o" \ +"CMakeFiles/unit1657.dir/__/libtest/first.c.o" + +# External object files for target unit1657 +unit1657_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1657: external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.o +external/curl/tests/unit/unit1657: external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1657: external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make +external/curl/tests/unit/unit1657: external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.ts +external/curl/tests/unit/unit1657: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1657: /usr/lib/libz.so +external/curl/tests/unit/unit1657: external/curl/tests/unit/CMakeFiles/unit1657.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1657" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1657.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1657.dir/build: external/curl/tests/unit/unit1657 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1657.dir/build + +external/curl/tests/unit/CMakeFiles/unit1657.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1657.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1657.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1657.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1657.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1657.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/cmake_clean.cmake new file mode 100644 index 00000000..d932c139 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1657.dir/link.d" + "CMakeFiles/unit1657.dir/__/libtest/first.c.o" + "CMakeFiles/unit1657.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1657.dir/unit1657.c.o" + "CMakeFiles/unit1657.dir/unit1657.c.o.d" + "unit1657" + "unit1657.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1657.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.make new file mode 100644 index 00000000..ea641c8a --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1657. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.ts new file mode 100644 index 00000000..c37e87a1 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1657. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/depend.make new file mode 100644 index 00000000..d4835e4d --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1657. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/link.txt new file mode 100644 index 00000000..4ed50fb9 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1657.dir/link.d CMakeFiles/unit1657.dir/unit1657.c.o CMakeFiles/unit1657.dir/__/libtest/first.c.o -o unit1657 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/DependInfo.cmake new file mode 100644 index 00000000..7d74f9e0 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1658.c" "external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.o.d" + "" "external/curl/tests/unit/unit1658" "gcc" "external/curl/tests/unit/CMakeFiles/unit1658.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make new file mode 100644 index 00000000..71e93e6a --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1658.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1658.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1658.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1658.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1658.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.o: external/curl/tests/unit/CMakeFiles/unit1658.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1658.c +external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.o: external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.o -MF CMakeFiles/unit1658.dir/unit1658.c.o.d -o CMakeFiles/unit1658.dir/unit1658.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1658.c + +external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1658.dir/unit1658.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1658.c > CMakeFiles/unit1658.dir/unit1658.c.i + +external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1658.dir/unit1658.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1658.c -o CMakeFiles/unit1658.dir/unit1658.c.s + +external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1658.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.o -MF CMakeFiles/unit1658.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1658.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1658.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1658.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1658.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1658.dir/__/libtest/first.c.s + +# Object files for target unit1658 +unit1658_OBJECTS = \ +"CMakeFiles/unit1658.dir/unit1658.c.o" \ +"CMakeFiles/unit1658.dir/__/libtest/first.c.o" + +# External object files for target unit1658 +unit1658_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1658: external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.o +external/curl/tests/unit/unit1658: external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1658: external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make +external/curl/tests/unit/unit1658: external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.ts +external/curl/tests/unit/unit1658: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1658: /usr/lib/libz.so +external/curl/tests/unit/unit1658: external/curl/tests/unit/CMakeFiles/unit1658.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1658" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1658.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1658.dir/build: external/curl/tests/unit/unit1658 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1658.dir/build + +external/curl/tests/unit/CMakeFiles/unit1658.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1658.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1658.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1658.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1658.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1658.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/cmake_clean.cmake new file mode 100644 index 00000000..def9e6cd --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1658.dir/link.d" + "CMakeFiles/unit1658.dir/__/libtest/first.c.o" + "CMakeFiles/unit1658.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1658.dir/unit1658.c.o" + "CMakeFiles/unit1658.dir/unit1658.c.o.d" + "unit1658" + "unit1658.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1658.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.make new file mode 100644 index 00000000..d171219a --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1658. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.ts new file mode 100644 index 00000000..94dac717 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1658. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/depend.make new file mode 100644 index 00000000..6c50e7ec --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1658. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/link.txt new file mode 100644 index 00000000..2e3e3adb --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1658.dir/link.d CMakeFiles/unit1658.dir/unit1658.c.o CMakeFiles/unit1658.dir/__/libtest/first.c.o -o unit1658 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/DependInfo.cmake new file mode 100644 index 00000000..952b56d5 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1660.c" "external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.o.d" + "" "external/curl/tests/unit/unit1660" "gcc" "external/curl/tests/unit/CMakeFiles/unit1660.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make new file mode 100644 index 00000000..54ff533f --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1660.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1660.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1660.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1660.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1660.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.o: external/curl/tests/unit/CMakeFiles/unit1660.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1660.c +external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.o: external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.o -MF CMakeFiles/unit1660.dir/unit1660.c.o.d -o CMakeFiles/unit1660.dir/unit1660.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1660.c + +external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1660.dir/unit1660.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1660.c > CMakeFiles/unit1660.dir/unit1660.c.i + +external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1660.dir/unit1660.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1660.c -o CMakeFiles/unit1660.dir/unit1660.c.s + +external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1660.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.o -MF CMakeFiles/unit1660.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1660.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1660.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1660.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1660.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1660.dir/__/libtest/first.c.s + +# Object files for target unit1660 +unit1660_OBJECTS = \ +"CMakeFiles/unit1660.dir/unit1660.c.o" \ +"CMakeFiles/unit1660.dir/__/libtest/first.c.o" + +# External object files for target unit1660 +unit1660_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1660: external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.o +external/curl/tests/unit/unit1660: external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1660: external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make +external/curl/tests/unit/unit1660: external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.ts +external/curl/tests/unit/unit1660: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1660: /usr/lib/libz.so +external/curl/tests/unit/unit1660: external/curl/tests/unit/CMakeFiles/unit1660.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1660" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1660.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1660.dir/build: external/curl/tests/unit/unit1660 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1660.dir/build + +external/curl/tests/unit/CMakeFiles/unit1660.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1660.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1660.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1660.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1660.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1660.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/cmake_clean.cmake new file mode 100644 index 00000000..288f341e --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1660.dir/link.d" + "CMakeFiles/unit1660.dir/__/libtest/first.c.o" + "CMakeFiles/unit1660.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1660.dir/unit1660.c.o" + "CMakeFiles/unit1660.dir/unit1660.c.o.d" + "unit1660" + "unit1660.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1660.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.make new file mode 100644 index 00000000..1a812da1 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1660. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.ts new file mode 100644 index 00000000..915ebb3f --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1660. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/depend.make new file mode 100644 index 00000000..6be898b5 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1660. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/link.txt new file mode 100644 index 00000000..e6523324 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1660.dir/link.d CMakeFiles/unit1660.dir/unit1660.c.o CMakeFiles/unit1660.dir/__/libtest/first.c.o -o unit1660 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/DependInfo.cmake new file mode 100644 index 00000000..8fb703d0 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1661.c" "external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.o.d" + "" "external/curl/tests/unit/unit1661" "gcc" "external/curl/tests/unit/CMakeFiles/unit1661.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make new file mode 100644 index 00000000..f7ce5eb6 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1661.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1661.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1661.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1661.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1661.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.o: external/curl/tests/unit/CMakeFiles/unit1661.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1661.c +external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.o: external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.o -MF CMakeFiles/unit1661.dir/unit1661.c.o.d -o CMakeFiles/unit1661.dir/unit1661.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1661.c + +external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1661.dir/unit1661.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1661.c > CMakeFiles/unit1661.dir/unit1661.c.i + +external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1661.dir/unit1661.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1661.c -o CMakeFiles/unit1661.dir/unit1661.c.s + +external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1661.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.o -MF CMakeFiles/unit1661.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1661.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1661.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1661.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1661.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1661.dir/__/libtest/first.c.s + +# Object files for target unit1661 +unit1661_OBJECTS = \ +"CMakeFiles/unit1661.dir/unit1661.c.o" \ +"CMakeFiles/unit1661.dir/__/libtest/first.c.o" + +# External object files for target unit1661 +unit1661_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1661: external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.o +external/curl/tests/unit/unit1661: external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1661: external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make +external/curl/tests/unit/unit1661: external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.ts +external/curl/tests/unit/unit1661: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1661: /usr/lib/libz.so +external/curl/tests/unit/unit1661: external/curl/tests/unit/CMakeFiles/unit1661.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1661" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1661.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1661.dir/build: external/curl/tests/unit/unit1661 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1661.dir/build + +external/curl/tests/unit/CMakeFiles/unit1661.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1661.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1661.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1661.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1661.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1661.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/cmake_clean.cmake new file mode 100644 index 00000000..8244b057 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1661.dir/link.d" + "CMakeFiles/unit1661.dir/__/libtest/first.c.o" + "CMakeFiles/unit1661.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1661.dir/unit1661.c.o" + "CMakeFiles/unit1661.dir/unit1661.c.o.d" + "unit1661" + "unit1661.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1661.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.make new file mode 100644 index 00000000..e4384466 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1661. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.ts new file mode 100644 index 00000000..e3601ed7 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1661. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/depend.make new file mode 100644 index 00000000..0c96031f --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1661. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/link.txt new file mode 100644 index 00000000..afba838b --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1661.dir/link.d CMakeFiles/unit1661.dir/unit1661.c.o CMakeFiles/unit1661.dir/__/libtest/first.c.o -o unit1661 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/DependInfo.cmake new file mode 100644 index 00000000..d60d1e65 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1663.c" "external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.o.d" + "" "external/curl/tests/unit/unit1663" "gcc" "external/curl/tests/unit/CMakeFiles/unit1663.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make new file mode 100644 index 00000000..ffa4ee45 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1663.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1663.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1663.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1663.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1663.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.o: external/curl/tests/unit/CMakeFiles/unit1663.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1663.c +external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.o: external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.o -MF CMakeFiles/unit1663.dir/unit1663.c.o.d -o CMakeFiles/unit1663.dir/unit1663.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1663.c + +external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1663.dir/unit1663.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1663.c > CMakeFiles/unit1663.dir/unit1663.c.i + +external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1663.dir/unit1663.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1663.c -o CMakeFiles/unit1663.dir/unit1663.c.s + +external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1663.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.o -MF CMakeFiles/unit1663.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1663.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1663.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1663.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1663.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1663.dir/__/libtest/first.c.s + +# Object files for target unit1663 +unit1663_OBJECTS = \ +"CMakeFiles/unit1663.dir/unit1663.c.o" \ +"CMakeFiles/unit1663.dir/__/libtest/first.c.o" + +# External object files for target unit1663 +unit1663_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1663: external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.o +external/curl/tests/unit/unit1663: external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1663: external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make +external/curl/tests/unit/unit1663: external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.ts +external/curl/tests/unit/unit1663: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1663: /usr/lib/libz.so +external/curl/tests/unit/unit1663: external/curl/tests/unit/CMakeFiles/unit1663.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1663" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1663.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1663.dir/build: external/curl/tests/unit/unit1663 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1663.dir/build + +external/curl/tests/unit/CMakeFiles/unit1663.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1663.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1663.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1663.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1663.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1663.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/cmake_clean.cmake new file mode 100644 index 00000000..8e9fc2e1 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1663.dir/link.d" + "CMakeFiles/unit1663.dir/__/libtest/first.c.o" + "CMakeFiles/unit1663.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1663.dir/unit1663.c.o" + "CMakeFiles/unit1663.dir/unit1663.c.o.d" + "unit1663" + "unit1663.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1663.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.make new file mode 100644 index 00000000..68ccaf67 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1663. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.ts new file mode 100644 index 00000000..ef90a464 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1663. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/depend.make new file mode 100644 index 00000000..18bd759a --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1663. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/link.txt new file mode 100644 index 00000000..9362337f --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1663.dir/link.d CMakeFiles/unit1663.dir/unit1663.c.o CMakeFiles/unit1663.dir/__/libtest/first.c.o -o unit1663 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/DependInfo.cmake new file mode 100644 index 00000000..0556e951 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1664.c" "external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.o.d" + "" "external/curl/tests/unit/unit1664" "gcc" "external/curl/tests/unit/CMakeFiles/unit1664.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make new file mode 100644 index 00000000..3445d272 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1664.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1664.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1664.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1664.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1664.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.o: external/curl/tests/unit/CMakeFiles/unit1664.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1664.c +external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.o: external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.o -MF CMakeFiles/unit1664.dir/unit1664.c.o.d -o CMakeFiles/unit1664.dir/unit1664.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1664.c + +external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1664.dir/unit1664.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1664.c > CMakeFiles/unit1664.dir/unit1664.c.i + +external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1664.dir/unit1664.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1664.c -o CMakeFiles/unit1664.dir/unit1664.c.s + +external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1664.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.o -MF CMakeFiles/unit1664.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1664.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1664.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1664.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1664.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1664.dir/__/libtest/first.c.s + +# Object files for target unit1664 +unit1664_OBJECTS = \ +"CMakeFiles/unit1664.dir/unit1664.c.o" \ +"CMakeFiles/unit1664.dir/__/libtest/first.c.o" + +# External object files for target unit1664 +unit1664_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1664: external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.o +external/curl/tests/unit/unit1664: external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1664: external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make +external/curl/tests/unit/unit1664: external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.ts +external/curl/tests/unit/unit1664: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1664: /usr/lib/libz.so +external/curl/tests/unit/unit1664: external/curl/tests/unit/CMakeFiles/unit1664.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1664" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1664.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1664.dir/build: external/curl/tests/unit/unit1664 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1664.dir/build + +external/curl/tests/unit/CMakeFiles/unit1664.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1664.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1664.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1664.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1664.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1664.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/cmake_clean.cmake new file mode 100644 index 00000000..a6570b71 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1664.dir/link.d" + "CMakeFiles/unit1664.dir/__/libtest/first.c.o" + "CMakeFiles/unit1664.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1664.dir/unit1664.c.o" + "CMakeFiles/unit1664.dir/unit1664.c.o.d" + "unit1664" + "unit1664.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1664.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.make new file mode 100644 index 00000000..ad18290e --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1664. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.ts new file mode 100644 index 00000000..f06ed3f2 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1664. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/depend.make new file mode 100644 index 00000000..82a3347a --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1664. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/link.txt new file mode 100644 index 00000000..347e3b2b --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1664.dir/link.d CMakeFiles/unit1664.dir/unit1664.c.o CMakeFiles/unit1664.dir/__/libtest/first.c.o -o unit1664 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/DependInfo.cmake new file mode 100644 index 00000000..c6d5bb77 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1979.c" "external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.o.d" + "" "external/curl/tests/unit/unit1979" "gcc" "external/curl/tests/unit/CMakeFiles/unit1979.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make new file mode 100644 index 00000000..2fb4b2f9 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1979.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1979.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1979.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1979.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1979.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.o: external/curl/tests/unit/CMakeFiles/unit1979.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1979.c +external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.o: external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.o -MF CMakeFiles/unit1979.dir/unit1979.c.o.d -o CMakeFiles/unit1979.dir/unit1979.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1979.c + +external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1979.dir/unit1979.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1979.c > CMakeFiles/unit1979.dir/unit1979.c.i + +external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1979.dir/unit1979.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1979.c -o CMakeFiles/unit1979.dir/unit1979.c.s + +external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1979.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.o -MF CMakeFiles/unit1979.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1979.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1979.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1979.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1979.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1979.dir/__/libtest/first.c.s + +# Object files for target unit1979 +unit1979_OBJECTS = \ +"CMakeFiles/unit1979.dir/unit1979.c.o" \ +"CMakeFiles/unit1979.dir/__/libtest/first.c.o" + +# External object files for target unit1979 +unit1979_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1979: external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.o +external/curl/tests/unit/unit1979: external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1979: external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make +external/curl/tests/unit/unit1979: external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.ts +external/curl/tests/unit/unit1979: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1979: /usr/lib/libz.so +external/curl/tests/unit/unit1979: external/curl/tests/unit/CMakeFiles/unit1979.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1979" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1979.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1979.dir/build: external/curl/tests/unit/unit1979 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1979.dir/build + +external/curl/tests/unit/CMakeFiles/unit1979.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1979.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1979.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1979.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1979.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1979.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/cmake_clean.cmake new file mode 100644 index 00000000..3ad7a99f --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1979.dir/link.d" + "CMakeFiles/unit1979.dir/__/libtest/first.c.o" + "CMakeFiles/unit1979.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1979.dir/unit1979.c.o" + "CMakeFiles/unit1979.dir/unit1979.c.o.d" + "unit1979" + "unit1979.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1979.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.make new file mode 100644 index 00000000..da9c52d7 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1979. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.ts new file mode 100644 index 00000000..bdbd857e --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1979. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/depend.make new file mode 100644 index 00000000..e3f528fd --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1979. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/link.txt new file mode 100644 index 00000000..2d5121e1 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1979.dir/link.d CMakeFiles/unit1979.dir/unit1979.c.o CMakeFiles/unit1979.dir/__/libtest/first.c.o -o unit1979 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/DependInfo.cmake new file mode 100644 index 00000000..258ad275 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1980.c" "external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.o.d" + "" "external/curl/tests/unit/unit1980" "gcc" "external/curl/tests/unit/CMakeFiles/unit1980.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make new file mode 100644 index 00000000..b5f0254f --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit1980.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit1980.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit1980.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit1980.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit1980.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.o: external/curl/tests/unit/CMakeFiles/unit1980.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1980.c +external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.o: external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.o -MF CMakeFiles/unit1980.dir/unit1980.c.o.d -o CMakeFiles/unit1980.dir/unit1980.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1980.c + +external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1980.dir/unit1980.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1980.c > CMakeFiles/unit1980.dir/unit1980.c.i + +external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1980.dir/unit1980.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1980.c -o CMakeFiles/unit1980.dir/unit1980.c.s + +external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1980.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.o -MF CMakeFiles/unit1980.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1980.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1980.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1980.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1980.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1980.dir/__/libtest/first.c.s + +# Object files for target unit1980 +unit1980_OBJECTS = \ +"CMakeFiles/unit1980.dir/unit1980.c.o" \ +"CMakeFiles/unit1980.dir/__/libtest/first.c.o" + +# External object files for target unit1980 +unit1980_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit1980: external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.o +external/curl/tests/unit/unit1980: external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.o +external/curl/tests/unit/unit1980: external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make +external/curl/tests/unit/unit1980: external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.ts +external/curl/tests/unit/unit1980: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit1980: /usr/lib/libz.so +external/curl/tests/unit/unit1980: external/curl/tests/unit/CMakeFiles/unit1980.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1980" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1980.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit1980.dir/build: external/curl/tests/unit/unit1980 +.PHONY : external/curl/tests/unit/CMakeFiles/unit1980.dir/build + +external/curl/tests/unit/CMakeFiles/unit1980.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1980.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit1980.dir/clean + +external/curl/tests/unit/CMakeFiles/unit1980.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1980.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit1980.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/cmake_clean.cmake new file mode 100644 index 00000000..f7c53e4a --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit1980.dir/link.d" + "CMakeFiles/unit1980.dir/__/libtest/first.c.o" + "CMakeFiles/unit1980.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit1980.dir/unit1980.c.o" + "CMakeFiles/unit1980.dir/unit1980.c.o.d" + "unit1980" + "unit1980.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit1980.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.make new file mode 100644 index 00000000..c384d592 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit1980. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.ts new file mode 100644 index 00000000..aeb10eae --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit1980. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/depend.make new file mode 100644 index 00000000..b773f140 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit1980. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/link.txt new file mode 100644 index 00000000..7a138cec --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1980.dir/link.d CMakeFiles/unit1980.dir/unit1980.c.o CMakeFiles/unit1980.dir/__/libtest/first.c.o -o unit1980 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/DependInfo.cmake new file mode 100644 index 00000000..0ab22b31 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit2600.c" "external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.o.d" + "" "external/curl/tests/unit/unit2600" "gcc" "external/curl/tests/unit/CMakeFiles/unit2600.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make new file mode 100644 index 00000000..38896c2f --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit2600.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit2600.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit2600.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit2600.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit2600.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.o: external/curl/tests/unit/CMakeFiles/unit2600.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2600.c +external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.o: external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.o -MF CMakeFiles/unit2600.dir/unit2600.c.o.d -o CMakeFiles/unit2600.dir/unit2600.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2600.c + +external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit2600.dir/unit2600.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2600.c > CMakeFiles/unit2600.dir/unit2600.c.i + +external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit2600.dir/unit2600.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2600.c -o CMakeFiles/unit2600.dir/unit2600.c.s + +external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit2600.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.o -MF CMakeFiles/unit2600.dir/__/libtest/first.c.o.d -o CMakeFiles/unit2600.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit2600.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit2600.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit2600.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit2600.dir/__/libtest/first.c.s + +# Object files for target unit2600 +unit2600_OBJECTS = \ +"CMakeFiles/unit2600.dir/unit2600.c.o" \ +"CMakeFiles/unit2600.dir/__/libtest/first.c.o" + +# External object files for target unit2600 +unit2600_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit2600: external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.o +external/curl/tests/unit/unit2600: external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.o +external/curl/tests/unit/unit2600: external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make +external/curl/tests/unit/unit2600: external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.ts +external/curl/tests/unit/unit2600: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit2600: /usr/lib/libz.so +external/curl/tests/unit/unit2600: external/curl/tests/unit/CMakeFiles/unit2600.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit2600" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit2600.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit2600.dir/build: external/curl/tests/unit/unit2600 +.PHONY : external/curl/tests/unit/CMakeFiles/unit2600.dir/build + +external/curl/tests/unit/CMakeFiles/unit2600.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit2600.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit2600.dir/clean + +external/curl/tests/unit/CMakeFiles/unit2600.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit2600.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit2600.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/cmake_clean.cmake new file mode 100644 index 00000000..9c907306 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit2600.dir/link.d" + "CMakeFiles/unit2600.dir/__/libtest/first.c.o" + "CMakeFiles/unit2600.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit2600.dir/unit2600.c.o" + "CMakeFiles/unit2600.dir/unit2600.c.o.d" + "unit2600" + "unit2600.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit2600.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.make new file mode 100644 index 00000000..aa43cc1f --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit2600. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.ts new file mode 100644 index 00000000..ef74cd87 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit2600. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/depend.make new file mode 100644 index 00000000..8c577e81 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit2600. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/link.txt new file mode 100644 index 00000000..439f28e5 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit2600.dir/link.d CMakeFiles/unit2600.dir/unit2600.c.o CMakeFiles/unit2600.dir/__/libtest/first.c.o -o unit2600 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/progress.make new file mode 100644 index 00000000..3320c182 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = 98 + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/DependInfo.cmake new file mode 100644 index 00000000..ac352a1e --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit2601.c" "external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.o.d" + "" "external/curl/tests/unit/unit2601" "gcc" "external/curl/tests/unit/CMakeFiles/unit2601.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make new file mode 100644 index 00000000..cf251026 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit2601.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit2601.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit2601.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit2601.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit2601.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.o: external/curl/tests/unit/CMakeFiles/unit2601.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2601.c +external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.o: external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.o -MF CMakeFiles/unit2601.dir/unit2601.c.o.d -o CMakeFiles/unit2601.dir/unit2601.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2601.c + +external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit2601.dir/unit2601.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2601.c > CMakeFiles/unit2601.dir/unit2601.c.i + +external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit2601.dir/unit2601.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2601.c -o CMakeFiles/unit2601.dir/unit2601.c.s + +external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit2601.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.o -MF CMakeFiles/unit2601.dir/__/libtest/first.c.o.d -o CMakeFiles/unit2601.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit2601.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit2601.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit2601.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit2601.dir/__/libtest/first.c.s + +# Object files for target unit2601 +unit2601_OBJECTS = \ +"CMakeFiles/unit2601.dir/unit2601.c.o" \ +"CMakeFiles/unit2601.dir/__/libtest/first.c.o" + +# External object files for target unit2601 +unit2601_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit2601: external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.o +external/curl/tests/unit/unit2601: external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.o +external/curl/tests/unit/unit2601: external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make +external/curl/tests/unit/unit2601: external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.ts +external/curl/tests/unit/unit2601: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit2601: /usr/lib/libz.so +external/curl/tests/unit/unit2601: external/curl/tests/unit/CMakeFiles/unit2601.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit2601" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit2601.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit2601.dir/build: external/curl/tests/unit/unit2601 +.PHONY : external/curl/tests/unit/CMakeFiles/unit2601.dir/build + +external/curl/tests/unit/CMakeFiles/unit2601.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit2601.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit2601.dir/clean + +external/curl/tests/unit/CMakeFiles/unit2601.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit2601.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit2601.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/cmake_clean.cmake new file mode 100644 index 00000000..33a34740 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit2601.dir/link.d" + "CMakeFiles/unit2601.dir/__/libtest/first.c.o" + "CMakeFiles/unit2601.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit2601.dir/unit2601.c.o" + "CMakeFiles/unit2601.dir/unit2601.c.o.d" + "unit2601" + "unit2601.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit2601.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.make new file mode 100644 index 00000000..fc796577 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit2601. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.ts new file mode 100644 index 00000000..e774d1da --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit2601. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/depend.make new file mode 100644 index 00000000..a488afcc --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit2601. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/link.txt new file mode 100644 index 00000000..efb85464 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit2601.dir/link.d CMakeFiles/unit2601.dir/unit2601.c.o CMakeFiles/unit2601.dir/__/libtest/first.c.o -o unit2601 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/DependInfo.cmake new file mode 100644 index 00000000..15eea92e --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit2602.c" "external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.o.d" + "" "external/curl/tests/unit/unit2602" "gcc" "external/curl/tests/unit/CMakeFiles/unit2602.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make new file mode 100644 index 00000000..b17a4e71 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit2602.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit2602.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit2602.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit2602.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit2602.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.o: external/curl/tests/unit/CMakeFiles/unit2602.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2602.c +external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.o: external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.o -MF CMakeFiles/unit2602.dir/unit2602.c.o.d -o CMakeFiles/unit2602.dir/unit2602.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2602.c + +external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit2602.dir/unit2602.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2602.c > CMakeFiles/unit2602.dir/unit2602.c.i + +external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit2602.dir/unit2602.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2602.c -o CMakeFiles/unit2602.dir/unit2602.c.s + +external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit2602.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.o -MF CMakeFiles/unit2602.dir/__/libtest/first.c.o.d -o CMakeFiles/unit2602.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit2602.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit2602.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit2602.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit2602.dir/__/libtest/first.c.s + +# Object files for target unit2602 +unit2602_OBJECTS = \ +"CMakeFiles/unit2602.dir/unit2602.c.o" \ +"CMakeFiles/unit2602.dir/__/libtest/first.c.o" + +# External object files for target unit2602 +unit2602_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit2602: external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.o +external/curl/tests/unit/unit2602: external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.o +external/curl/tests/unit/unit2602: external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make +external/curl/tests/unit/unit2602: external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.ts +external/curl/tests/unit/unit2602: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit2602: /usr/lib/libz.so +external/curl/tests/unit/unit2602: external/curl/tests/unit/CMakeFiles/unit2602.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit2602" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit2602.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit2602.dir/build: external/curl/tests/unit/unit2602 +.PHONY : external/curl/tests/unit/CMakeFiles/unit2602.dir/build + +external/curl/tests/unit/CMakeFiles/unit2602.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit2602.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit2602.dir/clean + +external/curl/tests/unit/CMakeFiles/unit2602.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit2602.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit2602.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/cmake_clean.cmake new file mode 100644 index 00000000..b28f72a2 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit2602.dir/link.d" + "CMakeFiles/unit2602.dir/__/libtest/first.c.o" + "CMakeFiles/unit2602.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit2602.dir/unit2602.c.o" + "CMakeFiles/unit2602.dir/unit2602.c.o.d" + "unit2602" + "unit2602.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit2602.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.make new file mode 100644 index 00000000..99b4f325 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit2602. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.ts new file mode 100644 index 00000000..368c3180 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit2602. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/depend.make new file mode 100644 index 00000000..70dbbd31 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit2602. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/link.txt new file mode 100644 index 00000000..b22176be --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit2602.dir/link.d CMakeFiles/unit2602.dir/unit2602.c.o CMakeFiles/unit2602.dir/__/libtest/first.c.o -o unit2602 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/DependInfo.cmake new file mode 100644 index 00000000..fc7c3bc1 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit2603.c" "external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.o.d" + "" "external/curl/tests/unit/unit2603" "gcc" "external/curl/tests/unit/CMakeFiles/unit2603.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make new file mode 100644 index 00000000..573a0119 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit2603.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit2603.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit2603.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit2603.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit2603.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.o: external/curl/tests/unit/CMakeFiles/unit2603.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2603.c +external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.o: external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.o -MF CMakeFiles/unit2603.dir/unit2603.c.o.d -o CMakeFiles/unit2603.dir/unit2603.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2603.c + +external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit2603.dir/unit2603.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2603.c > CMakeFiles/unit2603.dir/unit2603.c.i + +external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit2603.dir/unit2603.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2603.c -o CMakeFiles/unit2603.dir/unit2603.c.s + +external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit2603.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.o -MF CMakeFiles/unit2603.dir/__/libtest/first.c.o.d -o CMakeFiles/unit2603.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit2603.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit2603.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit2603.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit2603.dir/__/libtest/first.c.s + +# Object files for target unit2603 +unit2603_OBJECTS = \ +"CMakeFiles/unit2603.dir/unit2603.c.o" \ +"CMakeFiles/unit2603.dir/__/libtest/first.c.o" + +# External object files for target unit2603 +unit2603_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit2603: external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.o +external/curl/tests/unit/unit2603: external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.o +external/curl/tests/unit/unit2603: external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make +external/curl/tests/unit/unit2603: external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.ts +external/curl/tests/unit/unit2603: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit2603: /usr/lib/libz.so +external/curl/tests/unit/unit2603: external/curl/tests/unit/CMakeFiles/unit2603.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit2603" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit2603.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit2603.dir/build: external/curl/tests/unit/unit2603 +.PHONY : external/curl/tests/unit/CMakeFiles/unit2603.dir/build + +external/curl/tests/unit/CMakeFiles/unit2603.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit2603.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit2603.dir/clean + +external/curl/tests/unit/CMakeFiles/unit2603.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit2603.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit2603.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/cmake_clean.cmake new file mode 100644 index 00000000..99757c3a --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit2603.dir/link.d" + "CMakeFiles/unit2603.dir/__/libtest/first.c.o" + "CMakeFiles/unit2603.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit2603.dir/unit2603.c.o" + "CMakeFiles/unit2603.dir/unit2603.c.o.d" + "unit2603" + "unit2603.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit2603.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.make new file mode 100644 index 00000000..9f43cc14 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit2603. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.ts new file mode 100644 index 00000000..bc3dfabc --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit2603. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/depend.make new file mode 100644 index 00000000..e778e1ce --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit2603. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/link.txt new file mode 100644 index 00000000..77c597c5 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit2603.dir/link.d CMakeFiles/unit2603.dir/unit2603.c.o CMakeFiles/unit2603.dir/__/libtest/first.c.o -o unit2603 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/DependInfo.cmake new file mode 100644 index 00000000..a8b4624a --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit2604.c" "external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.o.d" + "" "external/curl/tests/unit/unit2604" "gcc" "external/curl/tests/unit/CMakeFiles/unit2604.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make new file mode 100644 index 00000000..e2e2aaf9 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit2604.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit2604.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit2604.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit2604.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit2604.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.o: external/curl/tests/unit/CMakeFiles/unit2604.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2604.c +external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.o: external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.o -MF CMakeFiles/unit2604.dir/unit2604.c.o.d -o CMakeFiles/unit2604.dir/unit2604.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2604.c + +external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit2604.dir/unit2604.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2604.c > CMakeFiles/unit2604.dir/unit2604.c.i + +external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit2604.dir/unit2604.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2604.c -o CMakeFiles/unit2604.dir/unit2604.c.s + +external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit2604.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.o -MF CMakeFiles/unit2604.dir/__/libtest/first.c.o.d -o CMakeFiles/unit2604.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit2604.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit2604.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit2604.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit2604.dir/__/libtest/first.c.s + +# Object files for target unit2604 +unit2604_OBJECTS = \ +"CMakeFiles/unit2604.dir/unit2604.c.o" \ +"CMakeFiles/unit2604.dir/__/libtest/first.c.o" + +# External object files for target unit2604 +unit2604_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit2604: external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.o +external/curl/tests/unit/unit2604: external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.o +external/curl/tests/unit/unit2604: external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make +external/curl/tests/unit/unit2604: external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.ts +external/curl/tests/unit/unit2604: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit2604: /usr/lib/libz.so +external/curl/tests/unit/unit2604: external/curl/tests/unit/CMakeFiles/unit2604.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit2604" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit2604.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit2604.dir/build: external/curl/tests/unit/unit2604 +.PHONY : external/curl/tests/unit/CMakeFiles/unit2604.dir/build + +external/curl/tests/unit/CMakeFiles/unit2604.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit2604.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit2604.dir/clean + +external/curl/tests/unit/CMakeFiles/unit2604.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit2604.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit2604.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/cmake_clean.cmake new file mode 100644 index 00000000..8d2035bd --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit2604.dir/link.d" + "CMakeFiles/unit2604.dir/__/libtest/first.c.o" + "CMakeFiles/unit2604.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit2604.dir/unit2604.c.o" + "CMakeFiles/unit2604.dir/unit2604.c.o.d" + "unit2604" + "unit2604.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit2604.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.make new file mode 100644 index 00000000..d4ab9a92 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit2604. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.ts new file mode 100644 index 00000000..1f45b6a8 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit2604. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/depend.make new file mode 100644 index 00000000..70100a47 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit2604. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/link.txt new file mode 100644 index 00000000..fefe7c27 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit2604.dir/link.d CMakeFiles/unit2604.dir/unit2604.c.o CMakeFiles/unit2604.dir/__/libtest/first.c.o -o unit2604 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/DependInfo.cmake new file mode 100644 index 00000000..e75b6f74 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit3200.c" "external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.o.d" + "" "external/curl/tests/unit/unit3200" "gcc" "external/curl/tests/unit/CMakeFiles/unit3200.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make new file mode 100644 index 00000000..c8ca8288 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit3200.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit3200.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit3200.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit3200.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit3200.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.o: external/curl/tests/unit/CMakeFiles/unit3200.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3200.c +external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.o: external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.o -MF CMakeFiles/unit3200.dir/unit3200.c.o.d -o CMakeFiles/unit3200.dir/unit3200.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3200.c + +external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit3200.dir/unit3200.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3200.c > CMakeFiles/unit3200.dir/unit3200.c.i + +external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit3200.dir/unit3200.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3200.c -o CMakeFiles/unit3200.dir/unit3200.c.s + +external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit3200.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.o -MF CMakeFiles/unit3200.dir/__/libtest/first.c.o.d -o CMakeFiles/unit3200.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit3200.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit3200.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit3200.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit3200.dir/__/libtest/first.c.s + +# Object files for target unit3200 +unit3200_OBJECTS = \ +"CMakeFiles/unit3200.dir/unit3200.c.o" \ +"CMakeFiles/unit3200.dir/__/libtest/first.c.o" + +# External object files for target unit3200 +unit3200_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit3200: external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.o +external/curl/tests/unit/unit3200: external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.o +external/curl/tests/unit/unit3200: external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make +external/curl/tests/unit/unit3200: external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.ts +external/curl/tests/unit/unit3200: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit3200: /usr/lib/libz.so +external/curl/tests/unit/unit3200: external/curl/tests/unit/CMakeFiles/unit3200.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit3200" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit3200.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit3200.dir/build: external/curl/tests/unit/unit3200 +.PHONY : external/curl/tests/unit/CMakeFiles/unit3200.dir/build + +external/curl/tests/unit/CMakeFiles/unit3200.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit3200.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit3200.dir/clean + +external/curl/tests/unit/CMakeFiles/unit3200.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit3200.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit3200.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/cmake_clean.cmake new file mode 100644 index 00000000..255d7212 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit3200.dir/link.d" + "CMakeFiles/unit3200.dir/__/libtest/first.c.o" + "CMakeFiles/unit3200.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit3200.dir/unit3200.c.o" + "CMakeFiles/unit3200.dir/unit3200.c.o.d" + "unit3200" + "unit3200.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit3200.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.make new file mode 100644 index 00000000..6602267c --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit3200. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.ts new file mode 100644 index 00000000..ddb2480d --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit3200. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/depend.make new file mode 100644 index 00000000..1d6750d6 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit3200. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/link.txt new file mode 100644 index 00000000..57a6d8fb --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit3200.dir/link.d CMakeFiles/unit3200.dir/unit3200.c.o CMakeFiles/unit3200.dir/__/libtest/first.c.o -o unit3200 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/DependInfo.cmake new file mode 100644 index 00000000..5ec4499c --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit3205.c" "external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.o.d" + "" "external/curl/tests/unit/unit3205" "gcc" "external/curl/tests/unit/CMakeFiles/unit3205.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make new file mode 100644 index 00000000..58221fd9 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit3205.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit3205.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit3205.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit3205.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit3205.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.o: external/curl/tests/unit/CMakeFiles/unit3205.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3205.c +external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.o: external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.o -MF CMakeFiles/unit3205.dir/unit3205.c.o.d -o CMakeFiles/unit3205.dir/unit3205.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3205.c + +external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit3205.dir/unit3205.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3205.c > CMakeFiles/unit3205.dir/unit3205.c.i + +external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit3205.dir/unit3205.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3205.c -o CMakeFiles/unit3205.dir/unit3205.c.s + +external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit3205.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.o -MF CMakeFiles/unit3205.dir/__/libtest/first.c.o.d -o CMakeFiles/unit3205.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit3205.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit3205.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit3205.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit3205.dir/__/libtest/first.c.s + +# Object files for target unit3205 +unit3205_OBJECTS = \ +"CMakeFiles/unit3205.dir/unit3205.c.o" \ +"CMakeFiles/unit3205.dir/__/libtest/first.c.o" + +# External object files for target unit3205 +unit3205_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit3205: external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.o +external/curl/tests/unit/unit3205: external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.o +external/curl/tests/unit/unit3205: external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make +external/curl/tests/unit/unit3205: external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.ts +external/curl/tests/unit/unit3205: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit3205: /usr/lib/libz.so +external/curl/tests/unit/unit3205: external/curl/tests/unit/CMakeFiles/unit3205.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit3205" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit3205.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit3205.dir/build: external/curl/tests/unit/unit3205 +.PHONY : external/curl/tests/unit/CMakeFiles/unit3205.dir/build + +external/curl/tests/unit/CMakeFiles/unit3205.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit3205.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit3205.dir/clean + +external/curl/tests/unit/CMakeFiles/unit3205.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit3205.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit3205.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/cmake_clean.cmake new file mode 100644 index 00000000..19b8f905 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit3205.dir/link.d" + "CMakeFiles/unit3205.dir/__/libtest/first.c.o" + "CMakeFiles/unit3205.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit3205.dir/unit3205.c.o" + "CMakeFiles/unit3205.dir/unit3205.c.o.d" + "unit3205" + "unit3205.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit3205.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.make new file mode 100644 index 00000000..54519c75 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit3205. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.ts new file mode 100644 index 00000000..abad3637 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit3205. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/depend.make new file mode 100644 index 00000000..05a2430a --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit3205. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/link.txt new file mode 100644 index 00000000..f9a3e5e0 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit3205.dir/link.d CMakeFiles/unit3205.dir/unit3205.c.o CMakeFiles/unit3205.dir/__/libtest/first.c.o -o unit3205 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/DependInfo.cmake new file mode 100644 index 00000000..3441aa3b --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit3211.c" "external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.o.d" + "" "external/curl/tests/unit/unit3211" "gcc" "external/curl/tests/unit/CMakeFiles/unit3211.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make new file mode 100644 index 00000000..94525eea --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit3211.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit3211.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit3211.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit3211.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit3211.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.o: external/curl/tests/unit/CMakeFiles/unit3211.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3211.c +external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.o: external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.o -MF CMakeFiles/unit3211.dir/unit3211.c.o.d -o CMakeFiles/unit3211.dir/unit3211.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3211.c + +external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit3211.dir/unit3211.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3211.c > CMakeFiles/unit3211.dir/unit3211.c.i + +external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit3211.dir/unit3211.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3211.c -o CMakeFiles/unit3211.dir/unit3211.c.s + +external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit3211.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.o -MF CMakeFiles/unit3211.dir/__/libtest/first.c.o.d -o CMakeFiles/unit3211.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit3211.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit3211.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit3211.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit3211.dir/__/libtest/first.c.s + +# Object files for target unit3211 +unit3211_OBJECTS = \ +"CMakeFiles/unit3211.dir/unit3211.c.o" \ +"CMakeFiles/unit3211.dir/__/libtest/first.c.o" + +# External object files for target unit3211 +unit3211_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit3211: external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.o +external/curl/tests/unit/unit3211: external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.o +external/curl/tests/unit/unit3211: external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make +external/curl/tests/unit/unit3211: external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.ts +external/curl/tests/unit/unit3211: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit3211: /usr/lib/libz.so +external/curl/tests/unit/unit3211: external/curl/tests/unit/CMakeFiles/unit3211.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit3211" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit3211.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit3211.dir/build: external/curl/tests/unit/unit3211 +.PHONY : external/curl/tests/unit/CMakeFiles/unit3211.dir/build + +external/curl/tests/unit/CMakeFiles/unit3211.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit3211.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit3211.dir/clean + +external/curl/tests/unit/CMakeFiles/unit3211.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit3211.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit3211.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/cmake_clean.cmake new file mode 100644 index 00000000..4a4d3c34 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit3211.dir/link.d" + "CMakeFiles/unit3211.dir/__/libtest/first.c.o" + "CMakeFiles/unit3211.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit3211.dir/unit3211.c.o" + "CMakeFiles/unit3211.dir/unit3211.c.o.d" + "unit3211" + "unit3211.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit3211.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.make new file mode 100644 index 00000000..87cc97b5 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit3211. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.ts new file mode 100644 index 00000000..5dd78bd4 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit3211. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/depend.make new file mode 100644 index 00000000..420d979d --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit3211. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/link.txt new file mode 100644 index 00000000..8d4b2074 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit3211.dir/link.d CMakeFiles/unit3211.dir/unit3211.c.o CMakeFiles/unit3211.dir/__/libtest/first.c.o -o unit3211 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/DependInfo.cmake new file mode 100644 index 00000000..a63e1995 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit3212.c" "external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.o.d" + "" "external/curl/tests/unit/unit3212" "gcc" "external/curl/tests/unit/CMakeFiles/unit3212.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make new file mode 100644 index 00000000..7b1336cd --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit3212.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit3212.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit3212.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit3212.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit3212.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.o: external/curl/tests/unit/CMakeFiles/unit3212.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3212.c +external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.o: external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.o -MF CMakeFiles/unit3212.dir/unit3212.c.o.d -o CMakeFiles/unit3212.dir/unit3212.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3212.c + +external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit3212.dir/unit3212.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3212.c > CMakeFiles/unit3212.dir/unit3212.c.i + +external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit3212.dir/unit3212.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3212.c -o CMakeFiles/unit3212.dir/unit3212.c.s + +external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit3212.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.o -MF CMakeFiles/unit3212.dir/__/libtest/first.c.o.d -o CMakeFiles/unit3212.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit3212.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit3212.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit3212.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit3212.dir/__/libtest/first.c.s + +# Object files for target unit3212 +unit3212_OBJECTS = \ +"CMakeFiles/unit3212.dir/unit3212.c.o" \ +"CMakeFiles/unit3212.dir/__/libtest/first.c.o" + +# External object files for target unit3212 +unit3212_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit3212: external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.o +external/curl/tests/unit/unit3212: external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.o +external/curl/tests/unit/unit3212: external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make +external/curl/tests/unit/unit3212: external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.ts +external/curl/tests/unit/unit3212: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit3212: /usr/lib/libz.so +external/curl/tests/unit/unit3212: external/curl/tests/unit/CMakeFiles/unit3212.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit3212" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit3212.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit3212.dir/build: external/curl/tests/unit/unit3212 +.PHONY : external/curl/tests/unit/CMakeFiles/unit3212.dir/build + +external/curl/tests/unit/CMakeFiles/unit3212.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit3212.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit3212.dir/clean + +external/curl/tests/unit/CMakeFiles/unit3212.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit3212.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit3212.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/cmake_clean.cmake new file mode 100644 index 00000000..9f8f2578 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit3212.dir/link.d" + "CMakeFiles/unit3212.dir/__/libtest/first.c.o" + "CMakeFiles/unit3212.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit3212.dir/unit3212.c.o" + "CMakeFiles/unit3212.dir/unit3212.c.o.d" + "unit3212" + "unit3212.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit3212.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.make new file mode 100644 index 00000000..b7573b93 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit3212. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.ts new file mode 100644 index 00000000..4131cfcd --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit3212. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/depend.make new file mode 100644 index 00000000..8078fe64 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit3212. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/link.txt new file mode 100644 index 00000000..40b41589 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit3212.dir/link.d CMakeFiles/unit3212.dir/unit3212.c.o CMakeFiles/unit3212.dir/__/libtest/first.c.o -o unit3212 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/DependInfo.cmake new file mode 100644 index 00000000..fbdd002b --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/DependInfo.cmake @@ -0,0 +1,25 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.o.d" + "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit3213.c" "external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.o.d" + "" "external/curl/tests/unit/unit3213" "gcc" "external/curl/tests/unit/CMakeFiles/unit3213.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make new file mode 100644 index 00000000..d00ed693 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make @@ -0,0 +1,132 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/curl/tests/unit/CMakeFiles/unit3213.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/curl/tests/unit/CMakeFiles/unit3213.dir/progress.make + +# Include the compile flags for this target's objects. +include external/curl/tests/unit/CMakeFiles/unit3213.dir/flags.make + +external/curl/tests/unit/CMakeFiles/unit3213.dir/codegen: +.PHONY : external/curl/tests/unit/CMakeFiles/unit3213.dir/codegen + +external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.o: external/curl/tests/unit/CMakeFiles/unit3213.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3213.c +external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.o: external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.o -MF CMakeFiles/unit3213.dir/unit3213.c.o.d -o CMakeFiles/unit3213.dir/unit3213.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3213.c + +external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit3213.dir/unit3213.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3213.c > CMakeFiles/unit3213.dir/unit3213.c.i + +external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit3213.dir/unit3213.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3213.c -o CMakeFiles/unit3213.dir/unit3213.c.s + +external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit3213.dir/flags.make +external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c +external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.o" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.o -MF CMakeFiles/unit3213.dir/__/libtest/first.c.o.d -o CMakeFiles/unit3213.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c + +external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit3213.dir/__/libtest/first.c.i" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit3213.dir/__/libtest/first.c.i + +external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit3213.dir/__/libtest/first.c.s" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit3213.dir/__/libtest/first.c.s + +# Object files for target unit3213 +unit3213_OBJECTS = \ +"CMakeFiles/unit3213.dir/unit3213.c.o" \ +"CMakeFiles/unit3213.dir/__/libtest/first.c.o" + +# External object files for target unit3213 +unit3213_EXTERNAL_OBJECTS = + +external/curl/tests/unit/unit3213: external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.o +external/curl/tests/unit/unit3213: external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.o +external/curl/tests/unit/unit3213: external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make +external/curl/tests/unit/unit3213: external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.ts +external/curl/tests/unit/unit3213: external/curl/lib/libcurlu.a +external/curl/tests/unit/unit3213: /usr/lib/libz.so +external/curl/tests/unit/unit3213: external/curl/tests/unit/CMakeFiles/unit3213.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit3213" + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit3213.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/curl/tests/unit/CMakeFiles/unit3213.dir/build: external/curl/tests/unit/unit3213 +.PHONY : external/curl/tests/unit/CMakeFiles/unit3213.dir/build + +external/curl/tests/unit/CMakeFiles/unit3213.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit3213.dir/cmake_clean.cmake +.PHONY : external/curl/tests/unit/CMakeFiles/unit3213.dir/clean + +external/curl/tests/unit/CMakeFiles/unit3213.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit3213.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/curl/tests/unit/CMakeFiles/unit3213.dir/depend + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/cmake_clean.cmake new file mode 100644 index 00000000..961f7817 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/cmake_clean.cmake @@ -0,0 +1,14 @@ +file(REMOVE_RECURSE + "CMakeFiles/unit3213.dir/link.d" + "CMakeFiles/unit3213.dir/__/libtest/first.c.o" + "CMakeFiles/unit3213.dir/__/libtest/first.c.o.d" + "CMakeFiles/unit3213.dir/unit3213.c.o" + "CMakeFiles/unit3213.dir/unit3213.c.o.d" + "unit3213" + "unit3213.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/unit3213.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.make new file mode 100644 index 00000000..443f259d --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for unit3213. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.ts new file mode 100644 index 00000000..a4b673d7 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for unit3213. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/depend.make new file mode 100644 index 00000000..9411c9fa --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for unit3213. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/flags.make new file mode 100644 index 00000000..baa0ab79 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest + +C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization + diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/link.txt new file mode 100644 index 00000000..b68d539a --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit3213.dir/link.d CMakeFiles/unit3213.dir/unit3213.c.o CMakeFiles/unit3213.dir/__/libtest/first.c.o -o unit3213 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/curl/tests/unit/Makefile b/build_emscripten/external/curl/tests/unit/Makefile new file mode 100644 index 00000000..e9c1e29b --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/Makefile @@ -0,0 +1,2712 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/tests/unit//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1300.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1300.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1300.dir/rule + +# Convenience name for target. +unit1300: external/curl/tests/unit/CMakeFiles/unit1300.dir/rule +.PHONY : unit1300 + +# fast build rule for target. +unit1300/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/build +.PHONY : unit1300/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1302.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1302.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1302.dir/rule + +# Convenience name for target. +unit1302: external/curl/tests/unit/CMakeFiles/unit1302.dir/rule +.PHONY : unit1302 + +# fast build rule for target. +unit1302/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/build +.PHONY : unit1302/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1303.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1303.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1303.dir/rule + +# Convenience name for target. +unit1303: external/curl/tests/unit/CMakeFiles/unit1303.dir/rule +.PHONY : unit1303 + +# fast build rule for target. +unit1303/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/build +.PHONY : unit1303/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1304.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1304.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1304.dir/rule + +# Convenience name for target. +unit1304: external/curl/tests/unit/CMakeFiles/unit1304.dir/rule +.PHONY : unit1304 + +# fast build rule for target. +unit1304/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/build +.PHONY : unit1304/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1305.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1305.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1305.dir/rule + +# Convenience name for target. +unit1305: external/curl/tests/unit/CMakeFiles/unit1305.dir/rule +.PHONY : unit1305 + +# fast build rule for target. +unit1305/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/build +.PHONY : unit1305/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1307.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1307.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1307.dir/rule + +# Convenience name for target. +unit1307: external/curl/tests/unit/CMakeFiles/unit1307.dir/rule +.PHONY : unit1307 + +# fast build rule for target. +unit1307/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/build +.PHONY : unit1307/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1309.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1309.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1309.dir/rule + +# Convenience name for target. +unit1309: external/curl/tests/unit/CMakeFiles/unit1309.dir/rule +.PHONY : unit1309 + +# fast build rule for target. +unit1309/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/build +.PHONY : unit1309/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1323.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1323.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1323.dir/rule + +# Convenience name for target. +unit1323: external/curl/tests/unit/CMakeFiles/unit1323.dir/rule +.PHONY : unit1323 + +# fast build rule for target. +unit1323/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/build +.PHONY : unit1323/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1330.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1330.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1330.dir/rule + +# Convenience name for target. +unit1330: external/curl/tests/unit/CMakeFiles/unit1330.dir/rule +.PHONY : unit1330 + +# fast build rule for target. +unit1330/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/build +.PHONY : unit1330/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1395.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1395.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1395.dir/rule + +# Convenience name for target. +unit1395: external/curl/tests/unit/CMakeFiles/unit1395.dir/rule +.PHONY : unit1395 + +# fast build rule for target. +unit1395/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/build +.PHONY : unit1395/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1396.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1396.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1396.dir/rule + +# Convenience name for target. +unit1396: external/curl/tests/unit/CMakeFiles/unit1396.dir/rule +.PHONY : unit1396 + +# fast build rule for target. +unit1396/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/build +.PHONY : unit1396/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1397.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1397.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1397.dir/rule + +# Convenience name for target. +unit1397: external/curl/tests/unit/CMakeFiles/unit1397.dir/rule +.PHONY : unit1397 + +# fast build rule for target. +unit1397/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/build +.PHONY : unit1397/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1398.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1398.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1398.dir/rule + +# Convenience name for target. +unit1398: external/curl/tests/unit/CMakeFiles/unit1398.dir/rule +.PHONY : unit1398 + +# fast build rule for target. +unit1398/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/build +.PHONY : unit1398/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1399.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1399.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1399.dir/rule + +# Convenience name for target. +unit1399: external/curl/tests/unit/CMakeFiles/unit1399.dir/rule +.PHONY : unit1399 + +# fast build rule for target. +unit1399/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/build +.PHONY : unit1399/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1600.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1600.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1600.dir/rule + +# Convenience name for target. +unit1600: external/curl/tests/unit/CMakeFiles/unit1600.dir/rule +.PHONY : unit1600 + +# fast build rule for target. +unit1600/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/build +.PHONY : unit1600/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1601.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1601.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1601.dir/rule + +# Convenience name for target. +unit1601: external/curl/tests/unit/CMakeFiles/unit1601.dir/rule +.PHONY : unit1601 + +# fast build rule for target. +unit1601/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/build +.PHONY : unit1601/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1602.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1602.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1602.dir/rule + +# Convenience name for target. +unit1602: external/curl/tests/unit/CMakeFiles/unit1602.dir/rule +.PHONY : unit1602 + +# fast build rule for target. +unit1602/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/build +.PHONY : unit1602/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1603.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1603.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1603.dir/rule + +# Convenience name for target. +unit1603: external/curl/tests/unit/CMakeFiles/unit1603.dir/rule +.PHONY : unit1603 + +# fast build rule for target. +unit1603/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/build +.PHONY : unit1603/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1605.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1605.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1605.dir/rule + +# Convenience name for target. +unit1605: external/curl/tests/unit/CMakeFiles/unit1605.dir/rule +.PHONY : unit1605 + +# fast build rule for target. +unit1605/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/build +.PHONY : unit1605/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1606.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1606.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1606.dir/rule + +# Convenience name for target. +unit1606: external/curl/tests/unit/CMakeFiles/unit1606.dir/rule +.PHONY : unit1606 + +# fast build rule for target. +unit1606/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/build +.PHONY : unit1606/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1607.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1607.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1607.dir/rule + +# Convenience name for target. +unit1607: external/curl/tests/unit/CMakeFiles/unit1607.dir/rule +.PHONY : unit1607 + +# fast build rule for target. +unit1607/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/build +.PHONY : unit1607/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1608.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1608.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1608.dir/rule + +# Convenience name for target. +unit1608: external/curl/tests/unit/CMakeFiles/unit1608.dir/rule +.PHONY : unit1608 + +# fast build rule for target. +unit1608/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/build +.PHONY : unit1608/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1609.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1609.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1609.dir/rule + +# Convenience name for target. +unit1609: external/curl/tests/unit/CMakeFiles/unit1609.dir/rule +.PHONY : unit1609 + +# fast build rule for target. +unit1609/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/build +.PHONY : unit1609/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1610.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1610.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1610.dir/rule + +# Convenience name for target. +unit1610: external/curl/tests/unit/CMakeFiles/unit1610.dir/rule +.PHONY : unit1610 + +# fast build rule for target. +unit1610/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/build +.PHONY : unit1610/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1611.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1611.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1611.dir/rule + +# Convenience name for target. +unit1611: external/curl/tests/unit/CMakeFiles/unit1611.dir/rule +.PHONY : unit1611 + +# fast build rule for target. +unit1611/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/build +.PHONY : unit1611/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1612.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1612.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1612.dir/rule + +# Convenience name for target. +unit1612: external/curl/tests/unit/CMakeFiles/unit1612.dir/rule +.PHONY : unit1612 + +# fast build rule for target. +unit1612/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/build +.PHONY : unit1612/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1614.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1614.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1614.dir/rule + +# Convenience name for target. +unit1614: external/curl/tests/unit/CMakeFiles/unit1614.dir/rule +.PHONY : unit1614 + +# fast build rule for target. +unit1614/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/build +.PHONY : unit1614/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1615.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1615.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1615.dir/rule + +# Convenience name for target. +unit1615: external/curl/tests/unit/CMakeFiles/unit1615.dir/rule +.PHONY : unit1615 + +# fast build rule for target. +unit1615/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/build +.PHONY : unit1615/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1616.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1616.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1616.dir/rule + +# Convenience name for target. +unit1616: external/curl/tests/unit/CMakeFiles/unit1616.dir/rule +.PHONY : unit1616 + +# fast build rule for target. +unit1616/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/build +.PHONY : unit1616/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1620.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1620.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1620.dir/rule + +# Convenience name for target. +unit1620: external/curl/tests/unit/CMakeFiles/unit1620.dir/rule +.PHONY : unit1620 + +# fast build rule for target. +unit1620/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/build +.PHONY : unit1620/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1650.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1650.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1650.dir/rule + +# Convenience name for target. +unit1650: external/curl/tests/unit/CMakeFiles/unit1650.dir/rule +.PHONY : unit1650 + +# fast build rule for target. +unit1650/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/build +.PHONY : unit1650/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1651.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1651.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1651.dir/rule + +# Convenience name for target. +unit1651: external/curl/tests/unit/CMakeFiles/unit1651.dir/rule +.PHONY : unit1651 + +# fast build rule for target. +unit1651/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/build +.PHONY : unit1651/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1652.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1652.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1652.dir/rule + +# Convenience name for target. +unit1652: external/curl/tests/unit/CMakeFiles/unit1652.dir/rule +.PHONY : unit1652 + +# fast build rule for target. +unit1652/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/build +.PHONY : unit1652/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1653.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1653.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1653.dir/rule + +# Convenience name for target. +unit1653: external/curl/tests/unit/CMakeFiles/unit1653.dir/rule +.PHONY : unit1653 + +# fast build rule for target. +unit1653/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/build +.PHONY : unit1653/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1654.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1654.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1654.dir/rule + +# Convenience name for target. +unit1654: external/curl/tests/unit/CMakeFiles/unit1654.dir/rule +.PHONY : unit1654 + +# fast build rule for target. +unit1654/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/build +.PHONY : unit1654/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1655.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1655.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1655.dir/rule + +# Convenience name for target. +unit1655: external/curl/tests/unit/CMakeFiles/unit1655.dir/rule +.PHONY : unit1655 + +# fast build rule for target. +unit1655/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/build +.PHONY : unit1655/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1656.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1656.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1656.dir/rule + +# Convenience name for target. +unit1656: external/curl/tests/unit/CMakeFiles/unit1656.dir/rule +.PHONY : unit1656 + +# fast build rule for target. +unit1656/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/build +.PHONY : unit1656/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1657.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1657.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1657.dir/rule + +# Convenience name for target. +unit1657: external/curl/tests/unit/CMakeFiles/unit1657.dir/rule +.PHONY : unit1657 + +# fast build rule for target. +unit1657/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/build +.PHONY : unit1657/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1658.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1658.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1658.dir/rule + +# Convenience name for target. +unit1658: external/curl/tests/unit/CMakeFiles/unit1658.dir/rule +.PHONY : unit1658 + +# fast build rule for target. +unit1658/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/build +.PHONY : unit1658/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1660.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1660.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1660.dir/rule + +# Convenience name for target. +unit1660: external/curl/tests/unit/CMakeFiles/unit1660.dir/rule +.PHONY : unit1660 + +# fast build rule for target. +unit1660/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/build +.PHONY : unit1660/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1661.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1661.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1661.dir/rule + +# Convenience name for target. +unit1661: external/curl/tests/unit/CMakeFiles/unit1661.dir/rule +.PHONY : unit1661 + +# fast build rule for target. +unit1661/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/build +.PHONY : unit1661/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1663.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1663.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1663.dir/rule + +# Convenience name for target. +unit1663: external/curl/tests/unit/CMakeFiles/unit1663.dir/rule +.PHONY : unit1663 + +# fast build rule for target. +unit1663/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/build +.PHONY : unit1663/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1664.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1664.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1664.dir/rule + +# Convenience name for target. +unit1664: external/curl/tests/unit/CMakeFiles/unit1664.dir/rule +.PHONY : unit1664 + +# fast build rule for target. +unit1664/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/build +.PHONY : unit1664/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1979.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1979.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1979.dir/rule + +# Convenience name for target. +unit1979: external/curl/tests/unit/CMakeFiles/unit1979.dir/rule +.PHONY : unit1979 + +# fast build rule for target. +unit1979/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/build +.PHONY : unit1979/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit1980.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1980.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit1980.dir/rule + +# Convenience name for target. +unit1980: external/curl/tests/unit/CMakeFiles/unit1980.dir/rule +.PHONY : unit1980 + +# fast build rule for target. +unit1980/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/build +.PHONY : unit1980/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit2600.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit2600.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit2600.dir/rule + +# Convenience name for target. +unit2600: external/curl/tests/unit/CMakeFiles/unit2600.dir/rule +.PHONY : unit2600 + +# fast build rule for target. +unit2600/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/build +.PHONY : unit2600/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit2601.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit2601.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit2601.dir/rule + +# Convenience name for target. +unit2601: external/curl/tests/unit/CMakeFiles/unit2601.dir/rule +.PHONY : unit2601 + +# fast build rule for target. +unit2601/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/build +.PHONY : unit2601/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit2602.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit2602.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit2602.dir/rule + +# Convenience name for target. +unit2602: external/curl/tests/unit/CMakeFiles/unit2602.dir/rule +.PHONY : unit2602 + +# fast build rule for target. +unit2602/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/build +.PHONY : unit2602/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit2603.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit2603.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit2603.dir/rule + +# Convenience name for target. +unit2603: external/curl/tests/unit/CMakeFiles/unit2603.dir/rule +.PHONY : unit2603 + +# fast build rule for target. +unit2603/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/build +.PHONY : unit2603/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit2604.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit2604.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit2604.dir/rule + +# Convenience name for target. +unit2604: external/curl/tests/unit/CMakeFiles/unit2604.dir/rule +.PHONY : unit2604 + +# fast build rule for target. +unit2604/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/build +.PHONY : unit2604/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit3200.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit3200.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit3200.dir/rule + +# Convenience name for target. +unit3200: external/curl/tests/unit/CMakeFiles/unit3200.dir/rule +.PHONY : unit3200 + +# fast build rule for target. +unit3200/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/build +.PHONY : unit3200/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit3205.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit3205.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit3205.dir/rule + +# Convenience name for target. +unit3205: external/curl/tests/unit/CMakeFiles/unit3205.dir/rule +.PHONY : unit3205 + +# fast build rule for target. +unit3205/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/build +.PHONY : unit3205/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit3211.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit3211.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit3211.dir/rule + +# Convenience name for target. +unit3211: external/curl/tests/unit/CMakeFiles/unit3211.dir/rule +.PHONY : unit3211 + +# fast build rule for target. +unit3211/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/build +.PHONY : unit3211/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit3212.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit3212.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit3212.dir/rule + +# Convenience name for target. +unit3212: external/curl/tests/unit/CMakeFiles/unit3212.dir/rule +.PHONY : unit3212 + +# fast build rule for target. +unit3212/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/build +.PHONY : unit3212/fast + +# Convenience name for target. +external/curl/tests/unit/CMakeFiles/unit3213.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit3213.dir/rule +.PHONY : external/curl/tests/unit/CMakeFiles/unit3213.dir/rule + +# Convenience name for target. +unit3213: external/curl/tests/unit/CMakeFiles/unit3213.dir/rule +.PHONY : unit3213 + +# fast build rule for target. +unit3213/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/build +.PHONY : unit3213/fast + +__/libtest/first.o: __/libtest/first.c.o +.PHONY : __/libtest/first.o + +# target to build an object file +__/libtest/first.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.o +.PHONY : __/libtest/first.c.o + +__/libtest/first.i: __/libtest/first.c.i +.PHONY : __/libtest/first.i + +# target to preprocess a source file +__/libtest/first.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.i +.PHONY : __/libtest/first.c.i + +__/libtest/first.s: __/libtest/first.c.s +.PHONY : __/libtest/first.s + +# target to generate assembly for a file +__/libtest/first.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.s +.PHONY : __/libtest/first.c.s + +unit1300.o: unit1300.c.o +.PHONY : unit1300.o + +# target to build an object file +unit1300.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.o +.PHONY : unit1300.c.o + +unit1300.i: unit1300.c.i +.PHONY : unit1300.i + +# target to preprocess a source file +unit1300.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.i +.PHONY : unit1300.c.i + +unit1300.s: unit1300.c.s +.PHONY : unit1300.s + +# target to generate assembly for a file +unit1300.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.s +.PHONY : unit1300.c.s + +unit1302.o: unit1302.c.o +.PHONY : unit1302.o + +# target to build an object file +unit1302.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.o +.PHONY : unit1302.c.o + +unit1302.i: unit1302.c.i +.PHONY : unit1302.i + +# target to preprocess a source file +unit1302.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.i +.PHONY : unit1302.c.i + +unit1302.s: unit1302.c.s +.PHONY : unit1302.s + +# target to generate assembly for a file +unit1302.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.s +.PHONY : unit1302.c.s + +unit1303.o: unit1303.c.o +.PHONY : unit1303.o + +# target to build an object file +unit1303.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.o +.PHONY : unit1303.c.o + +unit1303.i: unit1303.c.i +.PHONY : unit1303.i + +# target to preprocess a source file +unit1303.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.i +.PHONY : unit1303.c.i + +unit1303.s: unit1303.c.s +.PHONY : unit1303.s + +# target to generate assembly for a file +unit1303.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.s +.PHONY : unit1303.c.s + +unit1304.o: unit1304.c.o +.PHONY : unit1304.o + +# target to build an object file +unit1304.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.o +.PHONY : unit1304.c.o + +unit1304.i: unit1304.c.i +.PHONY : unit1304.i + +# target to preprocess a source file +unit1304.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.i +.PHONY : unit1304.c.i + +unit1304.s: unit1304.c.s +.PHONY : unit1304.s + +# target to generate assembly for a file +unit1304.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.s +.PHONY : unit1304.c.s + +unit1305.o: unit1305.c.o +.PHONY : unit1305.o + +# target to build an object file +unit1305.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.o +.PHONY : unit1305.c.o + +unit1305.i: unit1305.c.i +.PHONY : unit1305.i + +# target to preprocess a source file +unit1305.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.i +.PHONY : unit1305.c.i + +unit1305.s: unit1305.c.s +.PHONY : unit1305.s + +# target to generate assembly for a file +unit1305.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.s +.PHONY : unit1305.c.s + +unit1307.o: unit1307.c.o +.PHONY : unit1307.o + +# target to build an object file +unit1307.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.o +.PHONY : unit1307.c.o + +unit1307.i: unit1307.c.i +.PHONY : unit1307.i + +# target to preprocess a source file +unit1307.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.i +.PHONY : unit1307.c.i + +unit1307.s: unit1307.c.s +.PHONY : unit1307.s + +# target to generate assembly for a file +unit1307.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.s +.PHONY : unit1307.c.s + +unit1309.o: unit1309.c.o +.PHONY : unit1309.o + +# target to build an object file +unit1309.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.o +.PHONY : unit1309.c.o + +unit1309.i: unit1309.c.i +.PHONY : unit1309.i + +# target to preprocess a source file +unit1309.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.i +.PHONY : unit1309.c.i + +unit1309.s: unit1309.c.s +.PHONY : unit1309.s + +# target to generate assembly for a file +unit1309.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.s +.PHONY : unit1309.c.s + +unit1323.o: unit1323.c.o +.PHONY : unit1323.o + +# target to build an object file +unit1323.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.o +.PHONY : unit1323.c.o + +unit1323.i: unit1323.c.i +.PHONY : unit1323.i + +# target to preprocess a source file +unit1323.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.i +.PHONY : unit1323.c.i + +unit1323.s: unit1323.c.s +.PHONY : unit1323.s + +# target to generate assembly for a file +unit1323.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.s +.PHONY : unit1323.c.s + +unit1330.o: unit1330.c.o +.PHONY : unit1330.o + +# target to build an object file +unit1330.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.o +.PHONY : unit1330.c.o + +unit1330.i: unit1330.c.i +.PHONY : unit1330.i + +# target to preprocess a source file +unit1330.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.i +.PHONY : unit1330.c.i + +unit1330.s: unit1330.c.s +.PHONY : unit1330.s + +# target to generate assembly for a file +unit1330.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.s +.PHONY : unit1330.c.s + +unit1395.o: unit1395.c.o +.PHONY : unit1395.o + +# target to build an object file +unit1395.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.o +.PHONY : unit1395.c.o + +unit1395.i: unit1395.c.i +.PHONY : unit1395.i + +# target to preprocess a source file +unit1395.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.i +.PHONY : unit1395.c.i + +unit1395.s: unit1395.c.s +.PHONY : unit1395.s + +# target to generate assembly for a file +unit1395.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.s +.PHONY : unit1395.c.s + +unit1396.o: unit1396.c.o +.PHONY : unit1396.o + +# target to build an object file +unit1396.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.o +.PHONY : unit1396.c.o + +unit1396.i: unit1396.c.i +.PHONY : unit1396.i + +# target to preprocess a source file +unit1396.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.i +.PHONY : unit1396.c.i + +unit1396.s: unit1396.c.s +.PHONY : unit1396.s + +# target to generate assembly for a file +unit1396.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.s +.PHONY : unit1396.c.s + +unit1397.o: unit1397.c.o +.PHONY : unit1397.o + +# target to build an object file +unit1397.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.o +.PHONY : unit1397.c.o + +unit1397.i: unit1397.c.i +.PHONY : unit1397.i + +# target to preprocess a source file +unit1397.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.i +.PHONY : unit1397.c.i + +unit1397.s: unit1397.c.s +.PHONY : unit1397.s + +# target to generate assembly for a file +unit1397.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.s +.PHONY : unit1397.c.s + +unit1398.o: unit1398.c.o +.PHONY : unit1398.o + +# target to build an object file +unit1398.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.o +.PHONY : unit1398.c.o + +unit1398.i: unit1398.c.i +.PHONY : unit1398.i + +# target to preprocess a source file +unit1398.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.i +.PHONY : unit1398.c.i + +unit1398.s: unit1398.c.s +.PHONY : unit1398.s + +# target to generate assembly for a file +unit1398.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.s +.PHONY : unit1398.c.s + +unit1399.o: unit1399.c.o +.PHONY : unit1399.o + +# target to build an object file +unit1399.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.o +.PHONY : unit1399.c.o + +unit1399.i: unit1399.c.i +.PHONY : unit1399.i + +# target to preprocess a source file +unit1399.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.i +.PHONY : unit1399.c.i + +unit1399.s: unit1399.c.s +.PHONY : unit1399.s + +# target to generate assembly for a file +unit1399.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.s +.PHONY : unit1399.c.s + +unit1600.o: unit1600.c.o +.PHONY : unit1600.o + +# target to build an object file +unit1600.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.o +.PHONY : unit1600.c.o + +unit1600.i: unit1600.c.i +.PHONY : unit1600.i + +# target to preprocess a source file +unit1600.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.i +.PHONY : unit1600.c.i + +unit1600.s: unit1600.c.s +.PHONY : unit1600.s + +# target to generate assembly for a file +unit1600.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.s +.PHONY : unit1600.c.s + +unit1601.o: unit1601.c.o +.PHONY : unit1601.o + +# target to build an object file +unit1601.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.o +.PHONY : unit1601.c.o + +unit1601.i: unit1601.c.i +.PHONY : unit1601.i + +# target to preprocess a source file +unit1601.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.i +.PHONY : unit1601.c.i + +unit1601.s: unit1601.c.s +.PHONY : unit1601.s + +# target to generate assembly for a file +unit1601.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.s +.PHONY : unit1601.c.s + +unit1602.o: unit1602.c.o +.PHONY : unit1602.o + +# target to build an object file +unit1602.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.o +.PHONY : unit1602.c.o + +unit1602.i: unit1602.c.i +.PHONY : unit1602.i + +# target to preprocess a source file +unit1602.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.i +.PHONY : unit1602.c.i + +unit1602.s: unit1602.c.s +.PHONY : unit1602.s + +# target to generate assembly for a file +unit1602.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.s +.PHONY : unit1602.c.s + +unit1603.o: unit1603.c.o +.PHONY : unit1603.o + +# target to build an object file +unit1603.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.o +.PHONY : unit1603.c.o + +unit1603.i: unit1603.c.i +.PHONY : unit1603.i + +# target to preprocess a source file +unit1603.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.i +.PHONY : unit1603.c.i + +unit1603.s: unit1603.c.s +.PHONY : unit1603.s + +# target to generate assembly for a file +unit1603.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.s +.PHONY : unit1603.c.s + +unit1605.o: unit1605.c.o +.PHONY : unit1605.o + +# target to build an object file +unit1605.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.o +.PHONY : unit1605.c.o + +unit1605.i: unit1605.c.i +.PHONY : unit1605.i + +# target to preprocess a source file +unit1605.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.i +.PHONY : unit1605.c.i + +unit1605.s: unit1605.c.s +.PHONY : unit1605.s + +# target to generate assembly for a file +unit1605.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.s +.PHONY : unit1605.c.s + +unit1606.o: unit1606.c.o +.PHONY : unit1606.o + +# target to build an object file +unit1606.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.o +.PHONY : unit1606.c.o + +unit1606.i: unit1606.c.i +.PHONY : unit1606.i + +# target to preprocess a source file +unit1606.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.i +.PHONY : unit1606.c.i + +unit1606.s: unit1606.c.s +.PHONY : unit1606.s + +# target to generate assembly for a file +unit1606.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.s +.PHONY : unit1606.c.s + +unit1607.o: unit1607.c.o +.PHONY : unit1607.o + +# target to build an object file +unit1607.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.o +.PHONY : unit1607.c.o + +unit1607.i: unit1607.c.i +.PHONY : unit1607.i + +# target to preprocess a source file +unit1607.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.i +.PHONY : unit1607.c.i + +unit1607.s: unit1607.c.s +.PHONY : unit1607.s + +# target to generate assembly for a file +unit1607.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.s +.PHONY : unit1607.c.s + +unit1608.o: unit1608.c.o +.PHONY : unit1608.o + +# target to build an object file +unit1608.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.o +.PHONY : unit1608.c.o + +unit1608.i: unit1608.c.i +.PHONY : unit1608.i + +# target to preprocess a source file +unit1608.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.i +.PHONY : unit1608.c.i + +unit1608.s: unit1608.c.s +.PHONY : unit1608.s + +# target to generate assembly for a file +unit1608.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.s +.PHONY : unit1608.c.s + +unit1609.o: unit1609.c.o +.PHONY : unit1609.o + +# target to build an object file +unit1609.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.o +.PHONY : unit1609.c.o + +unit1609.i: unit1609.c.i +.PHONY : unit1609.i + +# target to preprocess a source file +unit1609.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.i +.PHONY : unit1609.c.i + +unit1609.s: unit1609.c.s +.PHONY : unit1609.s + +# target to generate assembly for a file +unit1609.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.s +.PHONY : unit1609.c.s + +unit1610.o: unit1610.c.o +.PHONY : unit1610.o + +# target to build an object file +unit1610.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.o +.PHONY : unit1610.c.o + +unit1610.i: unit1610.c.i +.PHONY : unit1610.i + +# target to preprocess a source file +unit1610.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.i +.PHONY : unit1610.c.i + +unit1610.s: unit1610.c.s +.PHONY : unit1610.s + +# target to generate assembly for a file +unit1610.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.s +.PHONY : unit1610.c.s + +unit1611.o: unit1611.c.o +.PHONY : unit1611.o + +# target to build an object file +unit1611.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.o +.PHONY : unit1611.c.o + +unit1611.i: unit1611.c.i +.PHONY : unit1611.i + +# target to preprocess a source file +unit1611.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.i +.PHONY : unit1611.c.i + +unit1611.s: unit1611.c.s +.PHONY : unit1611.s + +# target to generate assembly for a file +unit1611.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.s +.PHONY : unit1611.c.s + +unit1612.o: unit1612.c.o +.PHONY : unit1612.o + +# target to build an object file +unit1612.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.o +.PHONY : unit1612.c.o + +unit1612.i: unit1612.c.i +.PHONY : unit1612.i + +# target to preprocess a source file +unit1612.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.i +.PHONY : unit1612.c.i + +unit1612.s: unit1612.c.s +.PHONY : unit1612.s + +# target to generate assembly for a file +unit1612.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.s +.PHONY : unit1612.c.s + +unit1614.o: unit1614.c.o +.PHONY : unit1614.o + +# target to build an object file +unit1614.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.o +.PHONY : unit1614.c.o + +unit1614.i: unit1614.c.i +.PHONY : unit1614.i + +# target to preprocess a source file +unit1614.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.i +.PHONY : unit1614.c.i + +unit1614.s: unit1614.c.s +.PHONY : unit1614.s + +# target to generate assembly for a file +unit1614.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.s +.PHONY : unit1614.c.s + +unit1615.o: unit1615.c.o +.PHONY : unit1615.o + +# target to build an object file +unit1615.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.o +.PHONY : unit1615.c.o + +unit1615.i: unit1615.c.i +.PHONY : unit1615.i + +# target to preprocess a source file +unit1615.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.i +.PHONY : unit1615.c.i + +unit1615.s: unit1615.c.s +.PHONY : unit1615.s + +# target to generate assembly for a file +unit1615.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.s +.PHONY : unit1615.c.s + +unit1616.o: unit1616.c.o +.PHONY : unit1616.o + +# target to build an object file +unit1616.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.o +.PHONY : unit1616.c.o + +unit1616.i: unit1616.c.i +.PHONY : unit1616.i + +# target to preprocess a source file +unit1616.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.i +.PHONY : unit1616.c.i + +unit1616.s: unit1616.c.s +.PHONY : unit1616.s + +# target to generate assembly for a file +unit1616.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.s +.PHONY : unit1616.c.s + +unit1620.o: unit1620.c.o +.PHONY : unit1620.o + +# target to build an object file +unit1620.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.o +.PHONY : unit1620.c.o + +unit1620.i: unit1620.c.i +.PHONY : unit1620.i + +# target to preprocess a source file +unit1620.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.i +.PHONY : unit1620.c.i + +unit1620.s: unit1620.c.s +.PHONY : unit1620.s + +# target to generate assembly for a file +unit1620.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.s +.PHONY : unit1620.c.s + +unit1650.o: unit1650.c.o +.PHONY : unit1650.o + +# target to build an object file +unit1650.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.o +.PHONY : unit1650.c.o + +unit1650.i: unit1650.c.i +.PHONY : unit1650.i + +# target to preprocess a source file +unit1650.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.i +.PHONY : unit1650.c.i + +unit1650.s: unit1650.c.s +.PHONY : unit1650.s + +# target to generate assembly for a file +unit1650.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.s +.PHONY : unit1650.c.s + +unit1651.o: unit1651.c.o +.PHONY : unit1651.o + +# target to build an object file +unit1651.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.o +.PHONY : unit1651.c.o + +unit1651.i: unit1651.c.i +.PHONY : unit1651.i + +# target to preprocess a source file +unit1651.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.i +.PHONY : unit1651.c.i + +unit1651.s: unit1651.c.s +.PHONY : unit1651.s + +# target to generate assembly for a file +unit1651.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.s +.PHONY : unit1651.c.s + +unit1652.o: unit1652.c.o +.PHONY : unit1652.o + +# target to build an object file +unit1652.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.o +.PHONY : unit1652.c.o + +unit1652.i: unit1652.c.i +.PHONY : unit1652.i + +# target to preprocess a source file +unit1652.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.i +.PHONY : unit1652.c.i + +unit1652.s: unit1652.c.s +.PHONY : unit1652.s + +# target to generate assembly for a file +unit1652.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.s +.PHONY : unit1652.c.s + +unit1653.o: unit1653.c.o +.PHONY : unit1653.o + +# target to build an object file +unit1653.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.o +.PHONY : unit1653.c.o + +unit1653.i: unit1653.c.i +.PHONY : unit1653.i + +# target to preprocess a source file +unit1653.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.i +.PHONY : unit1653.c.i + +unit1653.s: unit1653.c.s +.PHONY : unit1653.s + +# target to generate assembly for a file +unit1653.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.s +.PHONY : unit1653.c.s + +unit1654.o: unit1654.c.o +.PHONY : unit1654.o + +# target to build an object file +unit1654.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.o +.PHONY : unit1654.c.o + +unit1654.i: unit1654.c.i +.PHONY : unit1654.i + +# target to preprocess a source file +unit1654.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.i +.PHONY : unit1654.c.i + +unit1654.s: unit1654.c.s +.PHONY : unit1654.s + +# target to generate assembly for a file +unit1654.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.s +.PHONY : unit1654.c.s + +unit1655.o: unit1655.c.o +.PHONY : unit1655.o + +# target to build an object file +unit1655.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.o +.PHONY : unit1655.c.o + +unit1655.i: unit1655.c.i +.PHONY : unit1655.i + +# target to preprocess a source file +unit1655.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.i +.PHONY : unit1655.c.i + +unit1655.s: unit1655.c.s +.PHONY : unit1655.s + +# target to generate assembly for a file +unit1655.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.s +.PHONY : unit1655.c.s + +unit1656.o: unit1656.c.o +.PHONY : unit1656.o + +# target to build an object file +unit1656.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.o +.PHONY : unit1656.c.o + +unit1656.i: unit1656.c.i +.PHONY : unit1656.i + +# target to preprocess a source file +unit1656.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.i +.PHONY : unit1656.c.i + +unit1656.s: unit1656.c.s +.PHONY : unit1656.s + +# target to generate assembly for a file +unit1656.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.s +.PHONY : unit1656.c.s + +unit1657.o: unit1657.c.o +.PHONY : unit1657.o + +# target to build an object file +unit1657.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.o +.PHONY : unit1657.c.o + +unit1657.i: unit1657.c.i +.PHONY : unit1657.i + +# target to preprocess a source file +unit1657.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.i +.PHONY : unit1657.c.i + +unit1657.s: unit1657.c.s +.PHONY : unit1657.s + +# target to generate assembly for a file +unit1657.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.s +.PHONY : unit1657.c.s + +unit1658.o: unit1658.c.o +.PHONY : unit1658.o + +# target to build an object file +unit1658.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.o +.PHONY : unit1658.c.o + +unit1658.i: unit1658.c.i +.PHONY : unit1658.i + +# target to preprocess a source file +unit1658.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.i +.PHONY : unit1658.c.i + +unit1658.s: unit1658.c.s +.PHONY : unit1658.s + +# target to generate assembly for a file +unit1658.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.s +.PHONY : unit1658.c.s + +unit1660.o: unit1660.c.o +.PHONY : unit1660.o + +# target to build an object file +unit1660.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.o +.PHONY : unit1660.c.o + +unit1660.i: unit1660.c.i +.PHONY : unit1660.i + +# target to preprocess a source file +unit1660.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.i +.PHONY : unit1660.c.i + +unit1660.s: unit1660.c.s +.PHONY : unit1660.s + +# target to generate assembly for a file +unit1660.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.s +.PHONY : unit1660.c.s + +unit1661.o: unit1661.c.o +.PHONY : unit1661.o + +# target to build an object file +unit1661.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.o +.PHONY : unit1661.c.o + +unit1661.i: unit1661.c.i +.PHONY : unit1661.i + +# target to preprocess a source file +unit1661.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.i +.PHONY : unit1661.c.i + +unit1661.s: unit1661.c.s +.PHONY : unit1661.s + +# target to generate assembly for a file +unit1661.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.s +.PHONY : unit1661.c.s + +unit1663.o: unit1663.c.o +.PHONY : unit1663.o + +# target to build an object file +unit1663.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.o +.PHONY : unit1663.c.o + +unit1663.i: unit1663.c.i +.PHONY : unit1663.i + +# target to preprocess a source file +unit1663.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.i +.PHONY : unit1663.c.i + +unit1663.s: unit1663.c.s +.PHONY : unit1663.s + +# target to generate assembly for a file +unit1663.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.s +.PHONY : unit1663.c.s + +unit1664.o: unit1664.c.o +.PHONY : unit1664.o + +# target to build an object file +unit1664.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.o +.PHONY : unit1664.c.o + +unit1664.i: unit1664.c.i +.PHONY : unit1664.i + +# target to preprocess a source file +unit1664.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.i +.PHONY : unit1664.c.i + +unit1664.s: unit1664.c.s +.PHONY : unit1664.s + +# target to generate assembly for a file +unit1664.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.s +.PHONY : unit1664.c.s + +unit1979.o: unit1979.c.o +.PHONY : unit1979.o + +# target to build an object file +unit1979.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.o +.PHONY : unit1979.c.o + +unit1979.i: unit1979.c.i +.PHONY : unit1979.i + +# target to preprocess a source file +unit1979.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.i +.PHONY : unit1979.c.i + +unit1979.s: unit1979.c.s +.PHONY : unit1979.s + +# target to generate assembly for a file +unit1979.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.s +.PHONY : unit1979.c.s + +unit1980.o: unit1980.c.o +.PHONY : unit1980.o + +# target to build an object file +unit1980.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.o +.PHONY : unit1980.c.o + +unit1980.i: unit1980.c.i +.PHONY : unit1980.i + +# target to preprocess a source file +unit1980.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.i +.PHONY : unit1980.c.i + +unit1980.s: unit1980.c.s +.PHONY : unit1980.s + +# target to generate assembly for a file +unit1980.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.s +.PHONY : unit1980.c.s + +unit2600.o: unit2600.c.o +.PHONY : unit2600.o + +# target to build an object file +unit2600.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.o +.PHONY : unit2600.c.o + +unit2600.i: unit2600.c.i +.PHONY : unit2600.i + +# target to preprocess a source file +unit2600.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.i +.PHONY : unit2600.c.i + +unit2600.s: unit2600.c.s +.PHONY : unit2600.s + +# target to generate assembly for a file +unit2600.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.s +.PHONY : unit2600.c.s + +unit2601.o: unit2601.c.o +.PHONY : unit2601.o + +# target to build an object file +unit2601.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.o +.PHONY : unit2601.c.o + +unit2601.i: unit2601.c.i +.PHONY : unit2601.i + +# target to preprocess a source file +unit2601.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.i +.PHONY : unit2601.c.i + +unit2601.s: unit2601.c.s +.PHONY : unit2601.s + +# target to generate assembly for a file +unit2601.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.s +.PHONY : unit2601.c.s + +unit2602.o: unit2602.c.o +.PHONY : unit2602.o + +# target to build an object file +unit2602.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.o +.PHONY : unit2602.c.o + +unit2602.i: unit2602.c.i +.PHONY : unit2602.i + +# target to preprocess a source file +unit2602.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.i +.PHONY : unit2602.c.i + +unit2602.s: unit2602.c.s +.PHONY : unit2602.s + +# target to generate assembly for a file +unit2602.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.s +.PHONY : unit2602.c.s + +unit2603.o: unit2603.c.o +.PHONY : unit2603.o + +# target to build an object file +unit2603.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.o +.PHONY : unit2603.c.o + +unit2603.i: unit2603.c.i +.PHONY : unit2603.i + +# target to preprocess a source file +unit2603.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.i +.PHONY : unit2603.c.i + +unit2603.s: unit2603.c.s +.PHONY : unit2603.s + +# target to generate assembly for a file +unit2603.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.s +.PHONY : unit2603.c.s + +unit2604.o: unit2604.c.o +.PHONY : unit2604.o + +# target to build an object file +unit2604.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.o +.PHONY : unit2604.c.o + +unit2604.i: unit2604.c.i +.PHONY : unit2604.i + +# target to preprocess a source file +unit2604.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.i +.PHONY : unit2604.c.i + +unit2604.s: unit2604.c.s +.PHONY : unit2604.s + +# target to generate assembly for a file +unit2604.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.s +.PHONY : unit2604.c.s + +unit3200.o: unit3200.c.o +.PHONY : unit3200.o + +# target to build an object file +unit3200.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.o +.PHONY : unit3200.c.o + +unit3200.i: unit3200.c.i +.PHONY : unit3200.i + +# target to preprocess a source file +unit3200.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.i +.PHONY : unit3200.c.i + +unit3200.s: unit3200.c.s +.PHONY : unit3200.s + +# target to generate assembly for a file +unit3200.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.s +.PHONY : unit3200.c.s + +unit3205.o: unit3205.c.o +.PHONY : unit3205.o + +# target to build an object file +unit3205.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.o +.PHONY : unit3205.c.o + +unit3205.i: unit3205.c.i +.PHONY : unit3205.i + +# target to preprocess a source file +unit3205.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.i +.PHONY : unit3205.c.i + +unit3205.s: unit3205.c.s +.PHONY : unit3205.s + +# target to generate assembly for a file +unit3205.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.s +.PHONY : unit3205.c.s + +unit3211.o: unit3211.c.o +.PHONY : unit3211.o + +# target to build an object file +unit3211.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.o +.PHONY : unit3211.c.o + +unit3211.i: unit3211.c.i +.PHONY : unit3211.i + +# target to preprocess a source file +unit3211.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.i +.PHONY : unit3211.c.i + +unit3211.s: unit3211.c.s +.PHONY : unit3211.s + +# target to generate assembly for a file +unit3211.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.s +.PHONY : unit3211.c.s + +unit3212.o: unit3212.c.o +.PHONY : unit3212.o + +# target to build an object file +unit3212.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.o +.PHONY : unit3212.c.o + +unit3212.i: unit3212.c.i +.PHONY : unit3212.i + +# target to preprocess a source file +unit3212.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.i +.PHONY : unit3212.c.i + +unit3212.s: unit3212.c.s +.PHONY : unit3212.s + +# target to generate assembly for a file +unit3212.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.s +.PHONY : unit3212.c.s + +unit3213.o: unit3213.c.o +.PHONY : unit3213.o + +# target to build an object file +unit3213.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.o +.PHONY : unit3213.c.o + +unit3213.i: unit3213.c.i +.PHONY : unit3213.i + +# target to preprocess a source file +unit3213.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.i +.PHONY : unit3213.c.i + +unit3213.s: unit3213.c.s +.PHONY : unit3213.s + +# target to generate assembly for a file +unit3213.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.s +.PHONY : unit3213.c.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... unit1300" + @echo "... unit1302" + @echo "... unit1303" + @echo "... unit1304" + @echo "... unit1305" + @echo "... unit1307" + @echo "... unit1309" + @echo "... unit1323" + @echo "... unit1330" + @echo "... unit1395" + @echo "... unit1396" + @echo "... unit1397" + @echo "... unit1398" + @echo "... unit1399" + @echo "... unit1600" + @echo "... unit1601" + @echo "... unit1602" + @echo "... unit1603" + @echo "... unit1605" + @echo "... unit1606" + @echo "... unit1607" + @echo "... unit1608" + @echo "... unit1609" + @echo "... unit1610" + @echo "... unit1611" + @echo "... unit1612" + @echo "... unit1614" + @echo "... unit1615" + @echo "... unit1616" + @echo "... unit1620" + @echo "... unit1650" + @echo "... unit1651" + @echo "... unit1652" + @echo "... unit1653" + @echo "... unit1654" + @echo "... unit1655" + @echo "... unit1656" + @echo "... unit1657" + @echo "... unit1658" + @echo "... unit1660" + @echo "... unit1661" + @echo "... unit1663" + @echo "... unit1664" + @echo "... unit1979" + @echo "... unit1980" + @echo "... unit2600" + @echo "... unit2601" + @echo "... unit2602" + @echo "... unit2603" + @echo "... unit2604" + @echo "... unit3200" + @echo "... unit3205" + @echo "... unit3211" + @echo "... unit3212" + @echo "... unit3213" + @echo "... __/libtest/first.o" + @echo "... __/libtest/first.i" + @echo "... __/libtest/first.s" + @echo "... unit1300.o" + @echo "... unit1300.i" + @echo "... unit1300.s" + @echo "... unit1302.o" + @echo "... unit1302.i" + @echo "... unit1302.s" + @echo "... unit1303.o" + @echo "... unit1303.i" + @echo "... unit1303.s" + @echo "... unit1304.o" + @echo "... unit1304.i" + @echo "... unit1304.s" + @echo "... unit1305.o" + @echo "... unit1305.i" + @echo "... unit1305.s" + @echo "... unit1307.o" + @echo "... unit1307.i" + @echo "... unit1307.s" + @echo "... unit1309.o" + @echo "... unit1309.i" + @echo "... unit1309.s" + @echo "... unit1323.o" + @echo "... unit1323.i" + @echo "... unit1323.s" + @echo "... unit1330.o" + @echo "... unit1330.i" + @echo "... unit1330.s" + @echo "... unit1395.o" + @echo "... unit1395.i" + @echo "... unit1395.s" + @echo "... unit1396.o" + @echo "... unit1396.i" + @echo "... unit1396.s" + @echo "... unit1397.o" + @echo "... unit1397.i" + @echo "... unit1397.s" + @echo "... unit1398.o" + @echo "... unit1398.i" + @echo "... unit1398.s" + @echo "... unit1399.o" + @echo "... unit1399.i" + @echo "... unit1399.s" + @echo "... unit1600.o" + @echo "... unit1600.i" + @echo "... unit1600.s" + @echo "... unit1601.o" + @echo "... unit1601.i" + @echo "... unit1601.s" + @echo "... unit1602.o" + @echo "... unit1602.i" + @echo "... unit1602.s" + @echo "... unit1603.o" + @echo "... unit1603.i" + @echo "... unit1603.s" + @echo "... unit1605.o" + @echo "... unit1605.i" + @echo "... unit1605.s" + @echo "... unit1606.o" + @echo "... unit1606.i" + @echo "... unit1606.s" + @echo "... unit1607.o" + @echo "... unit1607.i" + @echo "... unit1607.s" + @echo "... unit1608.o" + @echo "... unit1608.i" + @echo "... unit1608.s" + @echo "... unit1609.o" + @echo "... unit1609.i" + @echo "... unit1609.s" + @echo "... unit1610.o" + @echo "... unit1610.i" + @echo "... unit1610.s" + @echo "... unit1611.o" + @echo "... unit1611.i" + @echo "... unit1611.s" + @echo "... unit1612.o" + @echo "... unit1612.i" + @echo "... unit1612.s" + @echo "... unit1614.o" + @echo "... unit1614.i" + @echo "... unit1614.s" + @echo "... unit1615.o" + @echo "... unit1615.i" + @echo "... unit1615.s" + @echo "... unit1616.o" + @echo "... unit1616.i" + @echo "... unit1616.s" + @echo "... unit1620.o" + @echo "... unit1620.i" + @echo "... unit1620.s" + @echo "... unit1650.o" + @echo "... unit1650.i" + @echo "... unit1650.s" + @echo "... unit1651.o" + @echo "... unit1651.i" + @echo "... unit1651.s" + @echo "... unit1652.o" + @echo "... unit1652.i" + @echo "... unit1652.s" + @echo "... unit1653.o" + @echo "... unit1653.i" + @echo "... unit1653.s" + @echo "... unit1654.o" + @echo "... unit1654.i" + @echo "... unit1654.s" + @echo "... unit1655.o" + @echo "... unit1655.i" + @echo "... unit1655.s" + @echo "... unit1656.o" + @echo "... unit1656.i" + @echo "... unit1656.s" + @echo "... unit1657.o" + @echo "... unit1657.i" + @echo "... unit1657.s" + @echo "... unit1658.o" + @echo "... unit1658.i" + @echo "... unit1658.s" + @echo "... unit1660.o" + @echo "... unit1660.i" + @echo "... unit1660.s" + @echo "... unit1661.o" + @echo "... unit1661.i" + @echo "... unit1661.s" + @echo "... unit1663.o" + @echo "... unit1663.i" + @echo "... unit1663.s" + @echo "... unit1664.o" + @echo "... unit1664.i" + @echo "... unit1664.s" + @echo "... unit1979.o" + @echo "... unit1979.i" + @echo "... unit1979.s" + @echo "... unit1980.o" + @echo "... unit1980.i" + @echo "... unit1980.s" + @echo "... unit2600.o" + @echo "... unit2600.i" + @echo "... unit2600.s" + @echo "... unit2601.o" + @echo "... unit2601.i" + @echo "... unit2601.s" + @echo "... unit2602.o" + @echo "... unit2602.i" + @echo "... unit2602.s" + @echo "... unit2603.o" + @echo "... unit2603.i" + @echo "... unit2603.s" + @echo "... unit2604.o" + @echo "... unit2604.i" + @echo "... unit2604.s" + @echo "... unit3200.o" + @echo "... unit3200.i" + @echo "... unit3200.s" + @echo "... unit3205.o" + @echo "... unit3205.i" + @echo "... unit3205.s" + @echo "... unit3211.o" + @echo "... unit3211.i" + @echo "... unit3211.s" + @echo "... unit3212.o" + @echo "... unit3212.i" + @echo "... unit3212.s" + @echo "... unit3213.o" + @echo "... unit3213.i" + @echo "... unit3213.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/tests/unit/Makefile.inc.cmake b/build_emscripten/external/curl/tests/unit/Makefile.inc.cmake new file mode 100644 index 00000000..49fa3825 --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/Makefile.inc.cmake @@ -0,0 +1,158 @@ +#*************************************************************************** +# _ _ ____ _ +# Project ___| | | | _ \| | +# / __| | | | |_) | | +# | (__| |_| | _ <| |___ +# \___|\___/|_| \_\_____| +# +# Copyright (C) Daniel Stenberg, , et al. +# +# This software is licensed as described in the file COPYING, which +# you should have received as part of this distribution. The terms +# are also available at https://curl.se/docs/copyright.html. +# +# You may opt to use, copy, modify, merge, publish, distribute and/or sell +# copies of the Software, and permit persons to whom the Software is +# furnished to do so, under the terms of the COPYING file. +# +# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY +# KIND, either express or implied. +# +# SPDX-License-Identifier: curl +# +########################################################################### + +# these files are used in every single unit test program + +set(FIRSTFILES + ../libtest/first.c + ../libtest/first.h) + +set(UNITFILES curlcheck.h ${FIRSTFILES}) + +# These are all unit test programs +set(UNITPROGS unit1300 unit1302 unit1303 unit1304 unit1305 unit1307 + unit1309 unit1323 + unit1330 unit1395 unit1396 unit1397 unit1398 + unit1399 + unit1600 unit1601 unit1602 unit1603 unit1605 unit1606 unit1607 + unit1608 unit1609 unit1610 unit1611 unit1612 unit1614 unit1615 unit1616 + unit1620 + unit1650 unit1651 unit1652 unit1653 unit1654 unit1655 unit1656 unit1657 + unit1658 + unit1660 unit1661 unit1663 unit1664 + unit1979 unit1980 + unit2600 unit2601 unit2602 unit2603 unit2604 + unit3200 + unit3205 + unit3211 unit3212 unit3213) + +set(unit1300_SOURCES unit1300.c ${UNITFILES}) + +set(unit1302_SOURCES unit1302.c ${UNITFILES}) + +set(unit1303_SOURCES unit1303.c ${UNITFILES}) + +set(unit1304_SOURCES unit1304.c ${UNITFILES}) + +set(unit1305_SOURCES unit1305.c ${UNITFILES}) + +set(unit1307_SOURCES unit1307.c ${UNITFILES}) + +set(unit1309_SOURCES unit1309.c ${UNITFILES}) + +set(unit1323_SOURCES unit1323.c ${UNITFILES}) + +set(unit1330_SOURCES unit1330.c ${UNITFILES}) + +set(unit1395_SOURCES unit1395.c ${UNITFILES}) + +set(unit1396_SOURCES unit1396.c ${UNITFILES}) + +set(unit1397_SOURCES unit1397.c ${UNITFILES}) + +set(unit1398_SOURCES unit1398.c ${UNITFILES}) + +set(unit1399_SOURCES unit1399.c ${UNITFILES}) + +set(unit1600_SOURCES unit1600.c ${UNITFILES}) + +set(unit1601_SOURCES unit1601.c ${UNITFILES}) + +set(unit1602_SOURCES unit1602.c ${UNITFILES}) + +set(unit1603_SOURCES unit1603.c ${UNITFILES}) + +set(unit1605_SOURCES unit1605.c ${UNITFILES}) + +set(unit1606_SOURCES unit1606.c ${UNITFILES}) + +set(unit1607_SOURCES unit1607.c ${UNITFILES}) + +set(unit1608_SOURCES unit1608.c ${UNITFILES}) + +set(unit1609_SOURCES unit1609.c ${UNITFILES}) + +set(unit1610_SOURCES unit1610.c ${UNITFILES}) + +set(unit1611_SOURCES unit1611.c ${UNITFILES}) + +set(unit1612_SOURCES unit1612.c ${UNITFILES}) + +set(unit1614_SOURCES unit1614.c ${UNITFILES}) + +set(unit1615_SOURCES unit1615.c ${UNITFILES}) + +set(unit1616_SOURCES unit1616.c ${UNITFILES}) + +set(unit1620_SOURCES unit1620.c ${UNITFILES}) + +set(unit1650_SOURCES unit1650.c ${UNITFILES}) + +set(unit1651_SOURCES unit1651.c ${UNITFILES}) + +set(unit1652_SOURCES unit1652.c ${UNITFILES}) + +set(unit1653_SOURCES unit1653.c ${UNITFILES}) + +set(unit1654_SOURCES unit1654.c ${UNITFILES}) + +set(unit1655_SOURCES unit1655.c ${UNITFILES}) + +set(unit1656_SOURCES unit1656.c ${UNITFILES}) + +set(unit1657_SOURCES unit1657.c ${UNITFILES}) + +set(unit1658_SOURCES unit1658.c ${UNITFILES}) + +set(unit1660_SOURCES unit1660.c ${UNITFILES}) + +set(unit1661_SOURCES unit1661.c ${UNITFILES}) + +set(unit1663_SOURCES unit1663.c ${UNITFILES}) + +set(unit1664_SOURCES unit1664.c ${UNITFILES}) + +set(unit1979_SOURCES unit1979.c ${UNITFILES}) + +set(unit1980_SOURCES unit1980.c ${UNITFILES}) + +set(unit2600_SOURCES unit2600.c ${UNITFILES}) + +set(unit2601_SOURCES unit2601.c ${UNITFILES}) + +set(unit2602_SOURCES unit2602.c ${UNITFILES}) + +set(unit2603_SOURCES unit2603.c ${UNITFILES}) + +set(unit2604_SOURCES unit2604.c ${UNITFILES}) + +set(unit3200_SOURCES unit3200.c ${UNITFILES}) + +set(unit3205_SOURCES unit3205.c ${UNITFILES}) + +set(unit3211_SOURCES unit3211.c ${UNITFILES}) + +set(unit3212_SOURCES unit3212.c ${UNITFILES}) + +set(unit3213_SOURCES unit3213.c ${UNITFILES}) diff --git a/build_emscripten/external/curl/tests/unit/cmake_install.cmake b/build_emscripten/external/curl/tests/unit/cmake_install.cmake new file mode 100644 index 00000000..28a3c44c --- /dev/null +++ b/build_emscripten/external/curl/tests/unit/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/curl/tests/unit + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/tests/unit/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/miniaudio/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/miniaudio/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/DependInfo.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/DependInfo.cmake new file mode 100644 index 00000000..c586c0f4 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/miniaudio/miniaudio.c" "external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.o" "gcc" "external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/build.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/build.make new file mode 100644 index 00000000..f57eca4f --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/miniaudio/CMakeFiles/miniaudio.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/miniaudio/CMakeFiles/miniaudio.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/miniaudio/CMakeFiles/miniaudio.dir/progress.make + +# Include the compile flags for this target's objects. +include external/miniaudio/CMakeFiles/miniaudio.dir/flags.make + +external/miniaudio/CMakeFiles/miniaudio.dir/codegen: +.PHONY : external/miniaudio/CMakeFiles/miniaudio.dir/codegen + +external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.o: external/miniaudio/CMakeFiles/miniaudio.dir/flags.make +external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.o: /home/guest/Downloads/PopLib/external/miniaudio/miniaudio.c +external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.o: external/miniaudio/CMakeFiles/miniaudio.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.o" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.o -MF CMakeFiles/miniaudio.dir/miniaudio.c.o.d -o CMakeFiles/miniaudio.dir/miniaudio.c.o -c /home/guest/Downloads/PopLib/external/miniaudio/miniaudio.c + +external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/miniaudio.dir/miniaudio.c.i" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/miniaudio/miniaudio.c > CMakeFiles/miniaudio.dir/miniaudio.c.i + +external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/miniaudio.dir/miniaudio.c.s" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/miniaudio/miniaudio.c -o CMakeFiles/miniaudio.dir/miniaudio.c.s + +# Object files for target miniaudio +miniaudio_OBJECTS = \ +"CMakeFiles/miniaudio.dir/miniaudio.c.o" + +# External object files for target miniaudio +miniaudio_EXTERNAL_OBJECTS = + +external/miniaudio/libminiaudio.a: external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.o +external/miniaudio/libminiaudio.a: external/miniaudio/CMakeFiles/miniaudio.dir/build.make +external/miniaudio/libminiaudio.a: external/miniaudio/CMakeFiles/miniaudio.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libminiaudio.a" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio.dir/cmake_clean_target.cmake + cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/miniaudio.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/miniaudio/CMakeFiles/miniaudio.dir/build: external/miniaudio/libminiaudio.a +.PHONY : external/miniaudio/CMakeFiles/miniaudio.dir/build + +external/miniaudio/CMakeFiles/miniaudio.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio.dir/cmake_clean.cmake +.PHONY : external/miniaudio/CMakeFiles/miniaudio.dir/clean + +external/miniaudio/CMakeFiles/miniaudio.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/miniaudio /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/miniaudio /home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/miniaudio/CMakeFiles/miniaudio.dir/depend + diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/cmake_clean.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/cmake_clean.cmake new file mode 100644 index 00000000..fff17a2f --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/miniaudio.dir/miniaudio.c.o" + "CMakeFiles/miniaudio.dir/miniaudio.c.o.d" + "libminiaudio.a" + "libminiaudio.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/miniaudio.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/cmake_clean_target.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/cmake_clean_target.cmake new file mode 100644 index 00000000..869f71f3 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libminiaudio.a" +) diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/compiler_depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/compiler_depend.make new file mode 100644 index 00000000..21cd2faf --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for miniaudio. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/compiler_depend.ts b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/compiler_depend.ts new file mode 100644 index 00000000..062d2935 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for miniaudio. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/depend.make new file mode 100644 index 00000000..57e78216 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for miniaudio. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/flags.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/flags.make new file mode 100644 index 00000000..def05f1e --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/miniaudio + +C_FLAGS = -O2 -g -DNDEBUG -fPIC -Wall -Wextra -Wpedantic + diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/link.txt b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/link.txt new file mode 100644 index 00000000..912bd165 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libminiaudio.a CMakeFiles/miniaudio.dir/miniaudio.c.o +/usr/bin/ranlib libminiaudio.a diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/progress.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/DependInfo.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/DependInfo.cmake new file mode 100644 index 00000000..b413d2ff --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c" "external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o" "gcc" "external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make new file mode 100644 index 00000000..74cd6306 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/progress.make + +# Include the compile flags for this target's objects. +include external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/flags.make + +external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/codegen: +.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/codegen + +external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o: external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/flags.make +external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o: /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c +external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o: external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o -MF CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o.d -o CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o -c /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c + +external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.i" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c > CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.i + +external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.s" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c -o CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.s + +# Object files for target miniaudio_channel_combiner_node +miniaudio_channel_combiner_node_OBJECTS = \ +"CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o" + +# External object files for target miniaudio_channel_combiner_node +miniaudio_channel_combiner_node_EXTERNAL_OBJECTS = + +external/miniaudio/libminiaudio_channel_combiner_node.a: external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o +external/miniaudio/libminiaudio_channel_combiner_node.a: external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make +external/miniaudio/libminiaudio_channel_combiner_node.a: external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libminiaudio_channel_combiner_node.a" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_channel_combiner_node.dir/cmake_clean_target.cmake + cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/miniaudio_channel_combiner_node.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build: external/miniaudio/libminiaudio_channel_combiner_node.a +.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build + +external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_channel_combiner_node.dir/cmake_clean.cmake +.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/clean + +external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/miniaudio /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/miniaudio /home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/depend + diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/cmake_clean.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/cmake_clean.cmake new file mode 100644 index 00000000..ae9f0250 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o" + "CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o.d" + "libminiaudio_channel_combiner_node.a" + "libminiaudio_channel_combiner_node.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/miniaudio_channel_combiner_node.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/cmake_clean_target.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/cmake_clean_target.cmake new file mode 100644 index 00000000..7e1e586e --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libminiaudio_channel_combiner_node.a" +) diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/compiler_depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/compiler_depend.make new file mode 100644 index 00000000..e11cf1c3 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for miniaudio_channel_combiner_node. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/compiler_depend.ts b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/compiler_depend.ts new file mode 100644 index 00000000..fb3e95d2 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for miniaudio_channel_combiner_node. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/depend.make new file mode 100644 index 00000000..21ff1322 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for miniaudio_channel_combiner_node. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/flags.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/flags.make new file mode 100644 index 00000000..10aebe44 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_combiner_node + +C_FLAGS = -O2 -g -DNDEBUG -fPIC -Wall -Wextra -Wpedantic + diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/link.txt b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/link.txt new file mode 100644 index 00000000..4342d2fa --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libminiaudio_channel_combiner_node.a CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o +/usr/bin/ranlib libminiaudio_channel_combiner_node.a diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/progress.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/DependInfo.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/DependInfo.cmake new file mode 100644 index 00000000..36956335 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c" "external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o" "gcc" "external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make new file mode 100644 index 00000000..993e6828 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/progress.make + +# Include the compile flags for this target's objects. +include external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/flags.make + +external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/codegen: +.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/codegen + +external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o: external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/flags.make +external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o: /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c +external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o: external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o -MF CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o.d -o CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o -c /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c + +external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.i" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c > CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.i + +external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.s" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c -o CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.s + +# Object files for target miniaudio_channel_separator_node +miniaudio_channel_separator_node_OBJECTS = \ +"CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o" + +# External object files for target miniaudio_channel_separator_node +miniaudio_channel_separator_node_EXTERNAL_OBJECTS = + +external/miniaudio/libminiaudio_channel_separator_node.a: external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o +external/miniaudio/libminiaudio_channel_separator_node.a: external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make +external/miniaudio/libminiaudio_channel_separator_node.a: external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libminiaudio_channel_separator_node.a" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_channel_separator_node.dir/cmake_clean_target.cmake + cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/miniaudio_channel_separator_node.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build: external/miniaudio/libminiaudio_channel_separator_node.a +.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build + +external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_channel_separator_node.dir/cmake_clean.cmake +.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/clean + +external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/miniaudio /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/miniaudio /home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/depend + diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/cmake_clean.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/cmake_clean.cmake new file mode 100644 index 00000000..18ccbfb6 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o" + "CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o.d" + "libminiaudio_channel_separator_node.a" + "libminiaudio_channel_separator_node.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/miniaudio_channel_separator_node.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/cmake_clean_target.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/cmake_clean_target.cmake new file mode 100644 index 00000000..8adb1840 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libminiaudio_channel_separator_node.a" +) diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/compiler_depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/compiler_depend.make new file mode 100644 index 00000000..983e1d12 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for miniaudio_channel_separator_node. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/compiler_depend.ts b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/compiler_depend.ts new file mode 100644 index 00000000..85fa40a0 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for miniaudio_channel_separator_node. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/depend.make new file mode 100644 index 00000000..d5da0993 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for miniaudio_channel_separator_node. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/flags.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/flags.make new file mode 100644 index 00000000..ee3bd263 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_separator_node + +C_FLAGS = -O2 -g -DNDEBUG -fPIC -Wall -Wextra -Wpedantic + diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/link.txt b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/link.txt new file mode 100644 index 00000000..a98c92e8 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libminiaudio_channel_separator_node.a CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o +/usr/bin/ranlib libminiaudio_channel_separator_node.a diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/progress.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/DependInfo.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/DependInfo.cmake new file mode 100644 index 00000000..a7960873 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/miniaudio/extras/decoders/libvorbis/miniaudio_libvorbis.c" "external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o" "gcc" "external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make new file mode 100644 index 00000000..b251e10b --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/progress.make + +# Include the compile flags for this target's objects. +include external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/flags.make + +external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/codegen: +.PHONY : external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/codegen + +external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o: external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/flags.make +external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o: /home/guest/Downloads/PopLib/external/miniaudio/extras/decoders/libvorbis/miniaudio_libvorbis.c +external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o: external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o -MF CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o.d -o CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o -c /home/guest/Downloads/PopLib/external/miniaudio/extras/decoders/libvorbis/miniaudio_libvorbis.c + +external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.i" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/miniaudio/extras/decoders/libvorbis/miniaudio_libvorbis.c > CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.i + +external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.s" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/miniaudio/extras/decoders/libvorbis/miniaudio_libvorbis.c -o CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.s + +# Object files for target miniaudio_libvorbis +miniaudio_libvorbis_OBJECTS = \ +"CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o" + +# External object files for target miniaudio_libvorbis +miniaudio_libvorbis_EXTERNAL_OBJECTS = + +external/miniaudio/libminiaudio_libvorbis.a: external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o +external/miniaudio/libminiaudio_libvorbis.a: external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make +external/miniaudio/libminiaudio_libvorbis.a: external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libminiaudio_libvorbis.a" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_libvorbis.dir/cmake_clean_target.cmake + cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/miniaudio_libvorbis.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build: external/miniaudio/libminiaudio_libvorbis.a +.PHONY : external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build + +external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_libvorbis.dir/cmake_clean.cmake +.PHONY : external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/clean + +external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/miniaudio /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/miniaudio /home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/depend + diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/cmake_clean.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/cmake_clean.cmake new file mode 100644 index 00000000..a7283f09 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o" + "CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o.d" + "libminiaudio_libvorbis.a" + "libminiaudio_libvorbis.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/miniaudio_libvorbis.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/cmake_clean_target.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/cmake_clean_target.cmake new file mode 100644 index 00000000..a6bbcb43 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libminiaudio_libvorbis.a" +) diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/compiler_depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/compiler_depend.make new file mode 100644 index 00000000..9bd8c29a --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for miniaudio_libvorbis. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/compiler_depend.ts b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/compiler_depend.ts new file mode 100644 index 00000000..4aa58f23 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for miniaudio_libvorbis. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/depend.make new file mode 100644 index 00000000..42688162 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for miniaudio_libvorbis. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/flags.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/flags.make new file mode 100644 index 00000000..bc97e530 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include + +C_FLAGS = -O2 -g -DNDEBUG -fPIC -Wall -Wextra -Wpedantic + diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/link.txt b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/link.txt new file mode 100644 index 00000000..fb3a36a1 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libminiaudio_libvorbis.a CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o +/usr/bin/ranlib libminiaudio_libvorbis.a diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/progress.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/DependInfo.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/DependInfo.cmake new file mode 100644 index 00000000..88594cb3 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_ltrim_node/ma_ltrim_node.c" "external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o" "gcc" "external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make new file mode 100644 index 00000000..426f9ada --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/progress.make + +# Include the compile flags for this target's objects. +include external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/flags.make + +external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/codegen: +.PHONY : external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/codegen + +external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o: external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/flags.make +external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o: /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_ltrim_node/ma_ltrim_node.c +external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o: external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o -MF CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o.d -o CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o -c /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_ltrim_node/ma_ltrim_node.c + +external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.i" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_ltrim_node/ma_ltrim_node.c > CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.i + +external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.s" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_ltrim_node/ma_ltrim_node.c -o CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.s + +# Object files for target miniaudio_ltrim_node +miniaudio_ltrim_node_OBJECTS = \ +"CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o" + +# External object files for target miniaudio_ltrim_node +miniaudio_ltrim_node_EXTERNAL_OBJECTS = + +external/miniaudio/libminiaudio_ltrim_node.a: external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o +external/miniaudio/libminiaudio_ltrim_node.a: external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make +external/miniaudio/libminiaudio_ltrim_node.a: external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libminiaudio_ltrim_node.a" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_ltrim_node.dir/cmake_clean_target.cmake + cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/miniaudio_ltrim_node.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build: external/miniaudio/libminiaudio_ltrim_node.a +.PHONY : external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build + +external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_ltrim_node.dir/cmake_clean.cmake +.PHONY : external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/clean + +external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/miniaudio /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/miniaudio /home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/depend + diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/cmake_clean.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/cmake_clean.cmake new file mode 100644 index 00000000..6326481a --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o" + "CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o.d" + "libminiaudio_ltrim_node.a" + "libminiaudio_ltrim_node.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/miniaudio_ltrim_node.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/cmake_clean_target.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/cmake_clean_target.cmake new file mode 100644 index 00000000..501fcf97 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libminiaudio_ltrim_node.a" +) diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/compiler_depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/compiler_depend.make new file mode 100644 index 00000000..210338ac --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for miniaudio_ltrim_node. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/compiler_depend.ts b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/compiler_depend.ts new file mode 100644 index 00000000..3cbafa53 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for miniaudio_ltrim_node. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/depend.make new file mode 100644 index 00000000..3c2b7625 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for miniaudio_ltrim_node. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/flags.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/flags.make new file mode 100644 index 00000000..034ef9b9 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_ltrim_node + +C_FLAGS = -O2 -g -DNDEBUG -fPIC -Wall -Wextra -Wpedantic + diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/link.txt b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/link.txt new file mode 100644 index 00000000..5ee6395e --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libminiaudio_ltrim_node.a CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o +/usr/bin/ranlib libminiaudio_ltrim_node.a diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/progress.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/DependInfo.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/DependInfo.cmake new file mode 100644 index 00000000..4f0efd9c --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_reverb_node/ma_reverb_node.c" "external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o" "gcc" "external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make new file mode 100644 index 00000000..016e69be --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/progress.make + +# Include the compile flags for this target's objects. +include external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/flags.make + +external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/codegen: +.PHONY : external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/codegen + +external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o: external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/flags.make +external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o: /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_reverb_node/ma_reverb_node.c +external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o: external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o -MF CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o.d -o CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o -c /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_reverb_node/ma_reverb_node.c + +external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.i" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_reverb_node/ma_reverb_node.c > CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.i + +external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.s" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_reverb_node/ma_reverb_node.c -o CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.s + +# Object files for target miniaudio_reverb_node +miniaudio_reverb_node_OBJECTS = \ +"CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o" + +# External object files for target miniaudio_reverb_node +miniaudio_reverb_node_EXTERNAL_OBJECTS = + +external/miniaudio/libminiaudio_reverb_node.a: external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o +external/miniaudio/libminiaudio_reverb_node.a: external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make +external/miniaudio/libminiaudio_reverb_node.a: external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libminiaudio_reverb_node.a" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_reverb_node.dir/cmake_clean_target.cmake + cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/miniaudio_reverb_node.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build: external/miniaudio/libminiaudio_reverb_node.a +.PHONY : external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build + +external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_reverb_node.dir/cmake_clean.cmake +.PHONY : external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/clean + +external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/miniaudio /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/miniaudio /home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/depend + diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/cmake_clean.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/cmake_clean.cmake new file mode 100644 index 00000000..975cbf5d --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o" + "CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o.d" + "libminiaudio_reverb_node.a" + "libminiaudio_reverb_node.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/miniaudio_reverb_node.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/cmake_clean_target.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/cmake_clean_target.cmake new file mode 100644 index 00000000..0976febf --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libminiaudio_reverb_node.a" +) diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/compiler_depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/compiler_depend.make new file mode 100644 index 00000000..cad165fc --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for miniaudio_reverb_node. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/compiler_depend.ts b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/compiler_depend.ts new file mode 100644 index 00000000..53125624 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for miniaudio_reverb_node. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/depend.make new file mode 100644 index 00000000..5a018e80 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for miniaudio_reverb_node. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/flags.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/flags.make new file mode 100644 index 00000000..94274519 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_reverb_node + +C_FLAGS = -O2 -g -DNDEBUG -fPIC -Wall -Wextra -Wpedantic + diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/link.txt b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/link.txt new file mode 100644 index 00000000..f342f756 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libminiaudio_reverb_node.a CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o +/usr/bin/ranlib libminiaudio_reverb_node.a diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/progress.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/DependInfo.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/DependInfo.cmake new file mode 100644 index 00000000..ec38eaca --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_vocoder_node/ma_vocoder_node.c" "external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o" "gcc" "external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make new file mode 100644 index 00000000..2cc3231e --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/progress.make + +# Include the compile flags for this target's objects. +include external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/flags.make + +external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/codegen: +.PHONY : external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/codegen + +external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o: external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/flags.make +external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o: /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_vocoder_node/ma_vocoder_node.c +external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o: external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o -MF CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o.d -o CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o -c /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_vocoder_node/ma_vocoder_node.c + +external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.i" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_vocoder_node/ma_vocoder_node.c > CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.i + +external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.s" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_vocoder_node/ma_vocoder_node.c -o CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.s + +# Object files for target miniaudio_vocoder_node +miniaudio_vocoder_node_OBJECTS = \ +"CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o" + +# External object files for target miniaudio_vocoder_node +miniaudio_vocoder_node_EXTERNAL_OBJECTS = + +external/miniaudio/libminiaudio_vocoder_node.a: external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o +external/miniaudio/libminiaudio_vocoder_node.a: external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make +external/miniaudio/libminiaudio_vocoder_node.a: external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libminiaudio_vocoder_node.a" + cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_vocoder_node.dir/cmake_clean_target.cmake + cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/miniaudio_vocoder_node.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build: external/miniaudio/libminiaudio_vocoder_node.a +.PHONY : external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build + +external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_vocoder_node.dir/cmake_clean.cmake +.PHONY : external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/clean + +external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/miniaudio /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/miniaudio /home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/depend + diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/cmake_clean.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/cmake_clean.cmake new file mode 100644 index 00000000..516702a4 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o" + "CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o.d" + "libminiaudio_vocoder_node.a" + "libminiaudio_vocoder_node.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/miniaudio_vocoder_node.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/cmake_clean_target.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/cmake_clean_target.cmake new file mode 100644 index 00000000..441fcafa --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libminiaudio_vocoder_node.a" +) diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/compiler_depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/compiler_depend.make new file mode 100644 index 00000000..32a8c538 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for miniaudio_vocoder_node. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/compiler_depend.ts b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/compiler_depend.ts new file mode 100644 index 00000000..05d05d23 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for miniaudio_vocoder_node. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/depend.make new file mode 100644 index 00000000..7269519d --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for miniaudio_vocoder_node. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/flags.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/flags.make new file mode 100644 index 00000000..55f30cca --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_vocoder_node + +C_FLAGS = -O2 -g -DNDEBUG -fPIC -Wall -Wextra -Wpedantic + diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/link.txt b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/link.txt new file mode 100644 index 00000000..a93e1af2 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libminiaudio_vocoder_node.a CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o +/usr/bin/ranlib libminiaudio_vocoder_node.a diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/progress.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/miniaudio/CMakeFiles/progress.marks b/build_emscripten/external/miniaudio/CMakeFiles/progress.marks new file mode 100644 index 00000000..0cfbf088 --- /dev/null +++ b/build_emscripten/external/miniaudio/CMakeFiles/progress.marks @@ -0,0 +1 @@ +2 diff --git a/build_emscripten/external/miniaudio/Makefile b/build_emscripten/external/miniaudio/Makefile new file mode 100644 index 00000000..87b8994a --- /dev/null +++ b/build_emscripten/external/miniaudio/Makefile @@ -0,0 +1,507 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/miniaudio//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +external/miniaudio/CMakeFiles/miniaudio.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio.dir/rule +.PHONY : external/miniaudio/CMakeFiles/miniaudio.dir/rule + +# Convenience name for target. +miniaudio: external/miniaudio/CMakeFiles/miniaudio.dir/rule +.PHONY : miniaudio + +# fast build rule for target. +miniaudio/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio.dir/build.make external/miniaudio/CMakeFiles/miniaudio.dir/build +.PHONY : miniaudio/fast + +# Convenience name for target. +external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/rule +.PHONY : external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/rule + +# Convenience name for target. +miniaudio_libvorbis: external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/rule +.PHONY : miniaudio_libvorbis + +# fast build rule for target. +miniaudio_libvorbis/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build +.PHONY : miniaudio_libvorbis/fast + +# Convenience name for target. +external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/rule +.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/rule + +# Convenience name for target. +miniaudio_channel_combiner_node: external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/rule +.PHONY : miniaudio_channel_combiner_node + +# fast build rule for target. +miniaudio_channel_combiner_node/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build +.PHONY : miniaudio_channel_combiner_node/fast + +# Convenience name for target. +external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/rule +.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/rule + +# Convenience name for target. +miniaudio_channel_separator_node: external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/rule +.PHONY : miniaudio_channel_separator_node + +# fast build rule for target. +miniaudio_channel_separator_node/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build +.PHONY : miniaudio_channel_separator_node/fast + +# Convenience name for target. +external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/rule +.PHONY : external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/rule + +# Convenience name for target. +miniaudio_ltrim_node: external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/rule +.PHONY : miniaudio_ltrim_node + +# fast build rule for target. +miniaudio_ltrim_node/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build +.PHONY : miniaudio_ltrim_node/fast + +# Convenience name for target. +external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/rule +.PHONY : external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/rule + +# Convenience name for target. +miniaudio_reverb_node: external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/rule +.PHONY : miniaudio_reverb_node + +# fast build rule for target. +miniaudio_reverb_node/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build +.PHONY : miniaudio_reverb_node/fast + +# Convenience name for target. +external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/rule +.PHONY : external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/rule + +# Convenience name for target. +miniaudio_vocoder_node: external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/rule +.PHONY : miniaudio_vocoder_node + +# fast build rule for target. +miniaudio_vocoder_node/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build +.PHONY : miniaudio_vocoder_node/fast + +extras/decoders/libvorbis/miniaudio_libvorbis.o: extras/decoders/libvorbis/miniaudio_libvorbis.c.o +.PHONY : extras/decoders/libvorbis/miniaudio_libvorbis.o + +# target to build an object file +extras/decoders/libvorbis/miniaudio_libvorbis.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o +.PHONY : extras/decoders/libvorbis/miniaudio_libvorbis.c.o + +extras/decoders/libvorbis/miniaudio_libvorbis.i: extras/decoders/libvorbis/miniaudio_libvorbis.c.i +.PHONY : extras/decoders/libvorbis/miniaudio_libvorbis.i + +# target to preprocess a source file +extras/decoders/libvorbis/miniaudio_libvorbis.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.i +.PHONY : extras/decoders/libvorbis/miniaudio_libvorbis.c.i + +extras/decoders/libvorbis/miniaudio_libvorbis.s: extras/decoders/libvorbis/miniaudio_libvorbis.c.s +.PHONY : extras/decoders/libvorbis/miniaudio_libvorbis.s + +# target to generate assembly for a file +extras/decoders/libvorbis/miniaudio_libvorbis.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.s +.PHONY : extras/decoders/libvorbis/miniaudio_libvorbis.c.s + +extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.o: extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o +.PHONY : extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.o + +# target to build an object file +extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o +.PHONY : extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o + +extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.i: extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.i +.PHONY : extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.i + +# target to preprocess a source file +extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.i +.PHONY : extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.i + +extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.s: extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.s +.PHONY : extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.s + +# target to generate assembly for a file +extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.s +.PHONY : extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.s + +extras/nodes/ma_channel_separator_node/ma_channel_separator_node.o: extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o +.PHONY : extras/nodes/ma_channel_separator_node/ma_channel_separator_node.o + +# target to build an object file +extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o +.PHONY : extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o + +extras/nodes/ma_channel_separator_node/ma_channel_separator_node.i: extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.i +.PHONY : extras/nodes/ma_channel_separator_node/ma_channel_separator_node.i + +# target to preprocess a source file +extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.i +.PHONY : extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.i + +extras/nodes/ma_channel_separator_node/ma_channel_separator_node.s: extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.s +.PHONY : extras/nodes/ma_channel_separator_node/ma_channel_separator_node.s + +# target to generate assembly for a file +extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.s +.PHONY : extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.s + +extras/nodes/ma_ltrim_node/ma_ltrim_node.o: extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o +.PHONY : extras/nodes/ma_ltrim_node/ma_ltrim_node.o + +# target to build an object file +extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o +.PHONY : extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o + +extras/nodes/ma_ltrim_node/ma_ltrim_node.i: extras/nodes/ma_ltrim_node/ma_ltrim_node.c.i +.PHONY : extras/nodes/ma_ltrim_node/ma_ltrim_node.i + +# target to preprocess a source file +extras/nodes/ma_ltrim_node/ma_ltrim_node.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.i +.PHONY : extras/nodes/ma_ltrim_node/ma_ltrim_node.c.i + +extras/nodes/ma_ltrim_node/ma_ltrim_node.s: extras/nodes/ma_ltrim_node/ma_ltrim_node.c.s +.PHONY : extras/nodes/ma_ltrim_node/ma_ltrim_node.s + +# target to generate assembly for a file +extras/nodes/ma_ltrim_node/ma_ltrim_node.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.s +.PHONY : extras/nodes/ma_ltrim_node/ma_ltrim_node.c.s + +extras/nodes/ma_reverb_node/ma_reverb_node.o: extras/nodes/ma_reverb_node/ma_reverb_node.c.o +.PHONY : extras/nodes/ma_reverb_node/ma_reverb_node.o + +# target to build an object file +extras/nodes/ma_reverb_node/ma_reverb_node.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o +.PHONY : extras/nodes/ma_reverb_node/ma_reverb_node.c.o + +extras/nodes/ma_reverb_node/ma_reverb_node.i: extras/nodes/ma_reverb_node/ma_reverb_node.c.i +.PHONY : extras/nodes/ma_reverb_node/ma_reverb_node.i + +# target to preprocess a source file +extras/nodes/ma_reverb_node/ma_reverb_node.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.i +.PHONY : extras/nodes/ma_reverb_node/ma_reverb_node.c.i + +extras/nodes/ma_reverb_node/ma_reverb_node.s: extras/nodes/ma_reverb_node/ma_reverb_node.c.s +.PHONY : extras/nodes/ma_reverb_node/ma_reverb_node.s + +# target to generate assembly for a file +extras/nodes/ma_reverb_node/ma_reverb_node.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.s +.PHONY : extras/nodes/ma_reverb_node/ma_reverb_node.c.s + +extras/nodes/ma_vocoder_node/ma_vocoder_node.o: extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o +.PHONY : extras/nodes/ma_vocoder_node/ma_vocoder_node.o + +# target to build an object file +extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o +.PHONY : extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o + +extras/nodes/ma_vocoder_node/ma_vocoder_node.i: extras/nodes/ma_vocoder_node/ma_vocoder_node.c.i +.PHONY : extras/nodes/ma_vocoder_node/ma_vocoder_node.i + +# target to preprocess a source file +extras/nodes/ma_vocoder_node/ma_vocoder_node.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.i +.PHONY : extras/nodes/ma_vocoder_node/ma_vocoder_node.c.i + +extras/nodes/ma_vocoder_node/ma_vocoder_node.s: extras/nodes/ma_vocoder_node/ma_vocoder_node.c.s +.PHONY : extras/nodes/ma_vocoder_node/ma_vocoder_node.s + +# target to generate assembly for a file +extras/nodes/ma_vocoder_node/ma_vocoder_node.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.s +.PHONY : extras/nodes/ma_vocoder_node/ma_vocoder_node.c.s + +miniaudio.o: miniaudio.c.o +.PHONY : miniaudio.o + +# target to build an object file +miniaudio.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio.dir/build.make external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.o +.PHONY : miniaudio.c.o + +miniaudio.i: miniaudio.c.i +.PHONY : miniaudio.i + +# target to preprocess a source file +miniaudio.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio.dir/build.make external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.i +.PHONY : miniaudio.c.i + +miniaudio.s: miniaudio.c.s +.PHONY : miniaudio.s + +# target to generate assembly for a file +miniaudio.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio.dir/build.make external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.s +.PHONY : miniaudio.c.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... miniaudio" + @echo "... miniaudio_channel_combiner_node" + @echo "... miniaudio_channel_separator_node" + @echo "... miniaudio_libvorbis" + @echo "... miniaudio_ltrim_node" + @echo "... miniaudio_reverb_node" + @echo "... miniaudio_vocoder_node" + @echo "... extras/decoders/libvorbis/miniaudio_libvorbis.o" + @echo "... extras/decoders/libvorbis/miniaudio_libvorbis.i" + @echo "... extras/decoders/libvorbis/miniaudio_libvorbis.s" + @echo "... extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.o" + @echo "... extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.i" + @echo "... extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.s" + @echo "... extras/nodes/ma_channel_separator_node/ma_channel_separator_node.o" + @echo "... extras/nodes/ma_channel_separator_node/ma_channel_separator_node.i" + @echo "... extras/nodes/ma_channel_separator_node/ma_channel_separator_node.s" + @echo "... extras/nodes/ma_ltrim_node/ma_ltrim_node.o" + @echo "... extras/nodes/ma_ltrim_node/ma_ltrim_node.i" + @echo "... extras/nodes/ma_ltrim_node/ma_ltrim_node.s" + @echo "... extras/nodes/ma_reverb_node/ma_reverb_node.o" + @echo "... extras/nodes/ma_reverb_node/ma_reverb_node.i" + @echo "... extras/nodes/ma_reverb_node/ma_reverb_node.s" + @echo "... extras/nodes/ma_vocoder_node/ma_vocoder_node.o" + @echo "... extras/nodes/ma_vocoder_node/ma_vocoder_node.i" + @echo "... extras/nodes/ma_vocoder_node/ma_vocoder_node.s" + @echo "... miniaudio.o" + @echo "... miniaudio.i" + @echo "... miniaudio.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/miniaudio/cmake_install.cmake b/build_emscripten/external/miniaudio/cmake_install.cmake new file mode 100644 index 00000000..bed88386 --- /dev/null +++ b/build_emscripten/external/miniaudio/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/miniaudio + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/miniaudio/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/ogg/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/ogg/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/ogg/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/ogg/CMakeFiles/Export/dee6fd410a50d06b294b496f57355584/OggTargets-relwithdebinfo.cmake b/build_emscripten/external/ogg/CMakeFiles/Export/dee6fd410a50d06b294b496f57355584/OggTargets-relwithdebinfo.cmake new file mode 100644 index 00000000..db975216 --- /dev/null +++ b/build_emscripten/external/ogg/CMakeFiles/Export/dee6fd410a50d06b294b496f57355584/OggTargets-relwithdebinfo.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "RelWithDebInfo". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "Ogg::ogg" for configuration "RelWithDebInfo" +set_property(TARGET Ogg::ogg APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(Ogg::ogg PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "C" + IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libogg.a" + ) + +list(APPEND _cmake_import_check_targets Ogg::ogg ) +list(APPEND _cmake_import_check_files_for_Ogg::ogg "${_IMPORT_PREFIX}/lib/libogg.a" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build_emscripten/external/ogg/CMakeFiles/Export/dee6fd410a50d06b294b496f57355584/OggTargets.cmake b/build_emscripten/external/ogg/CMakeFiles/Export/dee6fd410a50d06b294b496f57355584/OggTargets.cmake new file mode 100644 index 00000000..05096558 --- /dev/null +++ b/build_emscripten/external/ogg/CMakeFiles/Export/dee6fd410a50d06b294b496f57355584/OggTargets.cmake @@ -0,0 +1,106 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.30) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS Ogg::ogg) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target Ogg::ogg +add_library(Ogg::ogg STATIC IMPORTED) + +set_target_properties(Ogg::ogg PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" +) + +# Load information for each installed configuration. +file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/OggTargets-*.cmake") +foreach(_cmake_config_file IN LISTS _cmake_config_files) + include("${_cmake_config_file}") +endforeach() +unset(_cmake_config_file) +unset(_cmake_config_files) + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(_cmake_target IN LISTS _cmake_import_check_targets) + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + \"${_cmake_file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + endif() + unset(_cmake_file) + unset("_cmake_import_check_files_for_${_cmake_target}") +endforeach() +unset(_cmake_target) +unset(_cmake_import_check_targets) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/DependInfo.cmake b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/DependInfo.cmake new file mode 100644 index 00000000..2571ec06 --- /dev/null +++ b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/ogg/src/bitwise.c" "external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.o" "gcc" "external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.o.d" + "/home/guest/Downloads/PopLib/external/ogg/src/framing.c" "external/ogg/CMakeFiles/ogg.dir/src/framing.c.o" "gcc" "external/ogg/CMakeFiles/ogg.dir/src/framing.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/build.make b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/build.make new file mode 100644 index 00000000..028f89b1 --- /dev/null +++ b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/build.make @@ -0,0 +1,130 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/ogg/CMakeFiles/ogg.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/ogg/CMakeFiles/ogg.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/ogg/CMakeFiles/ogg.dir/progress.make + +# Include the compile flags for this target's objects. +include external/ogg/CMakeFiles/ogg.dir/flags.make + +external/ogg/CMakeFiles/ogg.dir/codegen: +.PHONY : external/ogg/CMakeFiles/ogg.dir/codegen + +external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.o: external/ogg/CMakeFiles/ogg.dir/flags.make +external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.o: /home/guest/Downloads/PopLib/external/ogg/src/bitwise.c +external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.o: external/ogg/CMakeFiles/ogg.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.o" + cd /home/guest/Downloads/PopLib/build/external/ogg && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.o -MF CMakeFiles/ogg.dir/src/bitwise.c.o.d -o CMakeFiles/ogg.dir/src/bitwise.c.o -c /home/guest/Downloads/PopLib/external/ogg/src/bitwise.c + +external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ogg.dir/src/bitwise.c.i" + cd /home/guest/Downloads/PopLib/build/external/ogg && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/ogg/src/bitwise.c > CMakeFiles/ogg.dir/src/bitwise.c.i + +external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ogg.dir/src/bitwise.c.s" + cd /home/guest/Downloads/PopLib/build/external/ogg && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/ogg/src/bitwise.c -o CMakeFiles/ogg.dir/src/bitwise.c.s + +external/ogg/CMakeFiles/ogg.dir/src/framing.c.o: external/ogg/CMakeFiles/ogg.dir/flags.make +external/ogg/CMakeFiles/ogg.dir/src/framing.c.o: /home/guest/Downloads/PopLib/external/ogg/src/framing.c +external/ogg/CMakeFiles/ogg.dir/src/framing.c.o: external/ogg/CMakeFiles/ogg.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/ogg/CMakeFiles/ogg.dir/src/framing.c.o" + cd /home/guest/Downloads/PopLib/build/external/ogg && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/ogg/CMakeFiles/ogg.dir/src/framing.c.o -MF CMakeFiles/ogg.dir/src/framing.c.o.d -o CMakeFiles/ogg.dir/src/framing.c.o -c /home/guest/Downloads/PopLib/external/ogg/src/framing.c + +external/ogg/CMakeFiles/ogg.dir/src/framing.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ogg.dir/src/framing.c.i" + cd /home/guest/Downloads/PopLib/build/external/ogg && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/ogg/src/framing.c > CMakeFiles/ogg.dir/src/framing.c.i + +external/ogg/CMakeFiles/ogg.dir/src/framing.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ogg.dir/src/framing.c.s" + cd /home/guest/Downloads/PopLib/build/external/ogg && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/ogg/src/framing.c -o CMakeFiles/ogg.dir/src/framing.c.s + +# Object files for target ogg +ogg_OBJECTS = \ +"CMakeFiles/ogg.dir/src/bitwise.c.o" \ +"CMakeFiles/ogg.dir/src/framing.c.o" + +# External object files for target ogg +ogg_EXTERNAL_OBJECTS = + +external/ogg/libogg.a: external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.o +external/ogg/libogg.a: external/ogg/CMakeFiles/ogg.dir/src/framing.c.o +external/ogg/libogg.a: external/ogg/CMakeFiles/ogg.dir/build.make +external/ogg/libogg.a: external/ogg/CMakeFiles/ogg.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C static library libogg.a" + cd /home/guest/Downloads/PopLib/build/external/ogg && $(CMAKE_COMMAND) -P CMakeFiles/ogg.dir/cmake_clean_target.cmake + cd /home/guest/Downloads/PopLib/build/external/ogg && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/ogg.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/ogg/CMakeFiles/ogg.dir/build: external/ogg/libogg.a +.PHONY : external/ogg/CMakeFiles/ogg.dir/build + +external/ogg/CMakeFiles/ogg.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/ogg && $(CMAKE_COMMAND) -P CMakeFiles/ogg.dir/cmake_clean.cmake +.PHONY : external/ogg/CMakeFiles/ogg.dir/clean + +external/ogg/CMakeFiles/ogg.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/ogg /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/ogg /home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/ogg.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/ogg/CMakeFiles/ogg.dir/depend + diff --git a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/cmake_clean.cmake b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/cmake_clean.cmake new file mode 100644 index 00000000..cf7da87d --- /dev/null +++ b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/cmake_clean.cmake @@ -0,0 +1,13 @@ +file(REMOVE_RECURSE + "CMakeFiles/ogg.dir/src/bitwise.c.o" + "CMakeFiles/ogg.dir/src/bitwise.c.o.d" + "CMakeFiles/ogg.dir/src/framing.c.o" + "CMakeFiles/ogg.dir/src/framing.c.o.d" + "libogg.a" + "libogg.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/ogg.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/cmake_clean_target.cmake b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/cmake_clean_target.cmake new file mode 100644 index 00000000..d4767393 --- /dev/null +++ b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libogg.a" +) diff --git a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/compiler_depend.make b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/compiler_depend.make new file mode 100644 index 00000000..76c620f7 --- /dev/null +++ b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for ogg. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/compiler_depend.ts b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/compiler_depend.ts new file mode 100644 index 00000000..7f263d92 --- /dev/null +++ b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for ogg. diff --git a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/depend.make b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/depend.make new file mode 100644 index 00000000..75b60871 --- /dev/null +++ b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for ogg. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/flags.make b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/flags.make new file mode 100644 index 00000000..81e05100 --- /dev/null +++ b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include + +C_FLAGS = -O2 -g -DNDEBUG + diff --git a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/link.txt b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/link.txt new file mode 100644 index 00000000..07763c3f --- /dev/null +++ b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libogg.a CMakeFiles/ogg.dir/src/bitwise.c.o CMakeFiles/ogg.dir/src/framing.c.o +/usr/bin/ranlib libogg.a diff --git a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/progress.make b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/progress.make new file mode 100644 index 00000000..8eb4b499 --- /dev/null +++ b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/progress.make @@ -0,0 +1,4 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = + diff --git a/build_emscripten/external/ogg/CMakeFiles/progress.marks b/build_emscripten/external/ogg/CMakeFiles/progress.marks new file mode 100644 index 00000000..573541ac --- /dev/null +++ b/build_emscripten/external/ogg/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build_emscripten/external/ogg/Makefile b/build_emscripten/external/ogg/Makefile new file mode 100644 index 00000000..4aaa35e1 --- /dev/null +++ b/build_emscripten/external/ogg/Makefile @@ -0,0 +1,282 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/ogg//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/ogg/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/ogg/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/ogg/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/ogg/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +external/ogg/CMakeFiles/ogg.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/ogg/CMakeFiles/ogg.dir/rule +.PHONY : external/ogg/CMakeFiles/ogg.dir/rule + +# Convenience name for target. +ogg: external/ogg/CMakeFiles/ogg.dir/rule +.PHONY : ogg + +# fast build rule for target. +ogg/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/build +.PHONY : ogg/fast + +src/bitwise.o: src/bitwise.c.o +.PHONY : src/bitwise.o + +# target to build an object file +src/bitwise.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.o +.PHONY : src/bitwise.c.o + +src/bitwise.i: src/bitwise.c.i +.PHONY : src/bitwise.i + +# target to preprocess a source file +src/bitwise.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.i +.PHONY : src/bitwise.c.i + +src/bitwise.s: src/bitwise.c.s +.PHONY : src/bitwise.s + +# target to generate assembly for a file +src/bitwise.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.s +.PHONY : src/bitwise.c.s + +src/framing.o: src/framing.c.o +.PHONY : src/framing.o + +# target to build an object file +src/framing.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/src/framing.c.o +.PHONY : src/framing.c.o + +src/framing.i: src/framing.c.i +.PHONY : src/framing.i + +# target to preprocess a source file +src/framing.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/src/framing.c.i +.PHONY : src/framing.c.i + +src/framing.s: src/framing.c.s +.PHONY : src/framing.s + +# target to generate assembly for a file +src/framing.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/src/framing.c.s +.PHONY : src/framing.c.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... ogg" + @echo "... src/bitwise.o" + @echo "... src/bitwise.i" + @echo "... src/bitwise.s" + @echo "... src/framing.o" + @echo "... src/framing.i" + @echo "... src/framing.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/ogg/OggConfig.cmake b/build_emscripten/external/ogg/OggConfig.cmake new file mode 100644 index 00000000..ded6c1f8 --- /dev/null +++ b/build_emscripten/external/ogg/OggConfig.cmake @@ -0,0 +1,40 @@ + +####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### +####### Any changes to this file will be overwritten by the next CMake run #### +####### The input file was OggConfig.cmake.in ######## + +get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE) + +macro(set_and_check _var _file) + set(${_var} "${_file}") + if(NOT EXISTS "${_file}") + message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !") + endif() +endmacro() + +macro(check_required_components _NAME) + foreach(comp ${${_NAME}_FIND_COMPONENTS}) + if(NOT ${_NAME}_${comp}_FOUND) + if(${_NAME}_FIND_REQUIRED_${comp}) + set(${_NAME}_FOUND FALSE) + endif() + endif() + endforeach() +endmacro() + +#################################################################################### + +set(Ogg_INCLUDE_DIR "${PACKAGE_PREFIX_DIR}/include") +set(OGG_INCLUDE_DIR "${PACKAGE_PREFIX_DIR}/include") +set(Ogg_INCLUDE_DIRS "${PACKAGE_PREFIX_DIR}/include") +set(OGG_INCLUDE_DIRS "${PACKAGE_PREFIX_DIR}/include") + +include(${CMAKE_CURRENT_LIST_DIR}/OggTargets.cmake) + +set(Ogg_LIBRARY Ogg::ogg) +set(OGG_LIBRARY Ogg::ogg) +set(Ogg_LIBRARIES Ogg::ogg) +set(OGG_LIBRARIES Ogg::ogg) + +check_required_components(Ogg) +set(OGG_FOUND 1) diff --git a/build_emscripten/external/ogg/OggConfigVersion.cmake b/build_emscripten/external/ogg/OggConfigVersion.cmake new file mode 100644 index 00000000..b2dac2cb --- /dev/null +++ b/build_emscripten/external/ogg/OggConfigVersion.cmake @@ -0,0 +1,65 @@ +# This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version, +# but only if the requested major version is the same as the current one. +# The variable CVF_VERSION must be set before calling configure_file(). + + +set(PACKAGE_VERSION "1.3.5") + +if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) + set(PACKAGE_VERSION_COMPATIBLE FALSE) +else() + + if("1.3.5" MATCHES "^([0-9]+)\\.") + set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") + if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") + endif() + else() + set(CVF_VERSION_MAJOR "1.3.5") + endif() + + if(PACKAGE_FIND_VERSION_RANGE) + # both endpoints of the range must have the expected major version + math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1") + if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT))) + set(PACKAGE_VERSION_COMPATIBLE FALSE) + elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX))) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + else() + if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + + if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) + endif() + endif() +endif() + + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff --git a/build_emscripten/external/ogg/OggTargets.cmake b/build_emscripten/external/ogg/OggTargets.cmake new file mode 100644 index 00000000..70308b50 --- /dev/null +++ b/build_emscripten/external/ogg/OggTargets.cmake @@ -0,0 +1,68 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.30) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS Ogg::ogg) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Create imported target Ogg::ogg +add_library(Ogg::ogg STATIC IMPORTED) + +set_target_properties(Ogg::ogg PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "/home/guest/Downloads/PopLib/external/ogg/include;/home/guest/Downloads/PopLib/build/external/ogg/include" +) + +# Import target "Ogg::ogg" for configuration "" +set_property(TARGET Ogg::ogg APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(Ogg::ogg PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C" + IMPORTED_LOCATION_NOCONFIG "/home/guest/Downloads/PopLib/build/external/ogg/libogg.a" + ) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build_emscripten/external/ogg/cmake_install.cmake b/build_emscripten/external/ogg/cmake_install.cmake new file mode 100644 index 00000000..418f0b24 --- /dev/null +++ b/build_emscripten/external/ogg/cmake_install.cmake @@ -0,0 +1,120 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/ogg + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/guest/Downloads/PopLib/build/external/ogg/libogg.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/ogg" TYPE FILE FILES + "/home/guest/Downloads/PopLib/build/external/ogg/include/ogg/config_types.h" + "/home/guest/Downloads/PopLib/external/ogg/include/ogg/ogg.h" + "/home/guest/Downloads/PopLib/external/ogg/include/ogg/os_types.h" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/Ogg/OggTargets.cmake") + file(DIFFERENT _cmake_export_file_changed FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/Ogg/OggTargets.cmake" + "/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/Export/dee6fd410a50d06b294b496f57355584/OggTargets.cmake") + if(_cmake_export_file_changed) + file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/Ogg/OggTargets-*.cmake") + if(_cmake_old_config_files) + string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/Ogg/OggTargets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") + unset(_cmake_old_config_files_text) + file(REMOVE ${_cmake_old_config_files}) + endif() + unset(_cmake_old_config_files) + endif() + unset(_cmake_export_file_changed) + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/Ogg" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/Export/dee6fd410a50d06b294b496f57355584/OggTargets.cmake") + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/Ogg" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/Export/dee6fd410a50d06b294b496f57355584/OggTargets-relwithdebinfo.cmake") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/Ogg" TYPE FILE FILES + "/home/guest/Downloads/PopLib/build/external/ogg/OggConfig.cmake" + "/home/guest/Downloads/PopLib/build/external/ogg/OggConfigVersion.cmake" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/ogg/ogg.pc") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/ogg/html" TYPE FILE FILES + "/home/guest/Downloads/PopLib/external/ogg/doc/framing.html" + "/home/guest/Downloads/PopLib/external/ogg/doc/index.html" + "/home/guest/Downloads/PopLib/external/ogg/doc/oggstream.html" + "/home/guest/Downloads/PopLib/external/ogg/doc/ogg-multiplex.html" + "/home/guest/Downloads/PopLib/external/ogg/doc/fish_xiph_org.png" + "/home/guest/Downloads/PopLib/external/ogg/doc/multiplex1.png" + "/home/guest/Downloads/PopLib/external/ogg/doc/packets.png" + "/home/guest/Downloads/PopLib/external/ogg/doc/pages.png" + "/home/guest/Downloads/PopLib/external/ogg/doc/stream.png" + "/home/guest/Downloads/PopLib/external/ogg/doc/vorbisword2.png" + "/home/guest/Downloads/PopLib/external/ogg/doc/white-ogg.png" + "/home/guest/Downloads/PopLib/external/ogg/doc/white-xifish.png" + "/home/guest/Downloads/PopLib/external/ogg/doc/rfc3533.txt" + "/home/guest/Downloads/PopLib/external/ogg/doc/rfc5334.txt" + "/home/guest/Downloads/PopLib/external/ogg/doc/skeleton.html" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/ogg/html" TYPE DIRECTORY FILES "/home/guest/Downloads/PopLib/external/ogg/doc/libogg" REGEX "/[^/]*\\.am$" EXCLUDE) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/ogg/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/ogg/include/ogg/config_types.h b/build_emscripten/external/ogg/include/ogg/config_types.h new file mode 100644 index 00000000..1a87df64 --- /dev/null +++ b/build_emscripten/external/ogg/include/ogg/config_types.h @@ -0,0 +1,26 @@ +#ifndef __CONFIG_TYPES_H__ +#define __CONFIG_TYPES_H__ + +/* these are filled in by configure or cmake*/ +#define INCLUDE_INTTYPES_H 1 +#define INCLUDE_STDINT_H 1 +#define INCLUDE_SYS_TYPES_H 1 + +#if INCLUDE_INTTYPES_H +# include +#endif +#if INCLUDE_STDINT_H +# include +#endif +#if INCLUDE_SYS_TYPES_H +# include +#endif + +typedef int16_t ogg_int16_t; +typedef uint16_t ogg_uint16_t; +typedef int32_t ogg_int32_t; +typedef uint32_t ogg_uint32_t; +typedef int64_t ogg_int64_t; +typedef uint64_t ogg_uint64_t; + +#endif diff --git a/build_emscripten/external/ogg/ogg.pc b/build_emscripten/external/ogg/ogg.pc new file mode 100644 index 00000000..7fbc00ed --- /dev/null +++ b/build_emscripten/external/ogg/ogg.pc @@ -0,0 +1,14 @@ +# ogg pkg-config file + +prefix=/usr/local +exec_prefix=/usr/local/bin +libdir=/usr/local/lib +includedir=/usr/local/include + +Name: ogg +Description: ogg is a library for manipulating ogg bitstreams +Version: 1.3.5 +Requires: +Conflicts: +Libs: -L${libdir} -logg +Cflags: -I${includedir} diff --git a/build_emscripten/external/openal/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/openal/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/openal/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-relwithdebinfo.cmake b/build_emscripten/external/openal/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-relwithdebinfo.cmake new file mode 100644 index 00000000..89e092b8 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-relwithdebinfo.cmake @@ -0,0 +1,19 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "RelWithDebInfo". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "OpenAL::OpenAL" for configuration "RelWithDebInfo" +set_property(TARGET OpenAL::OpenAL APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(OpenAL::OpenAL PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "CXX" + IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libopenal.a" + ) + +list(APPEND _cmake_import_check_targets OpenAL::OpenAL ) +list(APPEND _cmake_import_check_files_for_OpenAL::OpenAL "${_IMPORT_PREFIX}/lib/libopenal.a" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build_emscripten/external/openal/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake b/build_emscripten/external/openal/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake new file mode 100644 index 00000000..ecbc9ad9 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake @@ -0,0 +1,108 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.12 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.12") + message(FATAL_ERROR "CMake >= 2.8.12 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.12...3.30) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS OpenAL::OpenAL) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target OpenAL::OpenAL +add_library(OpenAL::OpenAL STATIC IMPORTED) + +set_target_properties(OpenAL::OpenAL PROPERTIES + INTERFACE_COMPILE_DEFINITIONS "AL_LIBTYPE_STATIC" + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include/AL;${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include/AL" + INTERFACE_LINK_LIBRARIES "\$;\$;\$;\$;\$" +) + +# Load information for each installed configuration. +file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/OpenALTargets-*.cmake") +foreach(_cmake_config_file IN LISTS _cmake_config_files) + include("${_cmake_config_file}") +endforeach() +unset(_cmake_config_file) +unset(_cmake_config_files) + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(_cmake_target IN LISTS _cmake_import_check_targets) + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + \"${_cmake_file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + endif() + unset(_cmake_file) + unset("_cmake_import_check_files_for_${_cmake_target}") +endforeach() +unset(_cmake_target) +unset(_cmake_import_check_targets) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/DependInfo.cmake new file mode 100644 index 00000000..d63931f9 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/DependInfo.cmake @@ -0,0 +1,122 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/al/auxeffectslot.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/buffer.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/debug.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/effect.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/effects/autowah.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/effects/chorus.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/effects/compressor.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/effects/convolution.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/effects/dedicated.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/effects/distortion.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/effects/echo.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/effects/effects.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/effects/equalizer.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/effects/fshifter.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/effects/modulator.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/effects/null.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/effects/pshifter.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/effects/reverb.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/effects/vmorpher.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/error.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/event.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/extension.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/filter.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/listener.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/source.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/al/state.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/alc.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/alconfig.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/alu.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/backends/alsa.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/backends/base.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/backends/jack.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/backends/loopback.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/backends/null.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/backends/oss.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/backends/pipewire.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/backends/portaudio.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/backends/pulseaudio.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/backends/wave.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/context.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/device.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/effects/autowah.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/effects/chorus.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/effects/compressor.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/effects/convolution.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/effects/dedicated.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/effects/distortion.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/effects/echo.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/effects/equalizer.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/effects/fshifter.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/effects/modulator.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/effects/null.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/effects/pshifter.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/effects/reverb.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/effects/vmorpher.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/events.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/alc/panning.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp" "external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/common/alstring.cpp" "external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp" "external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/common/dynload.cpp" "external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp" "external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/common/pffft.cpp" "external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp" "external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp" "external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/common/strutils.cpp" "external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/ambdec.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/ambidefs.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/bformatdec.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/bs2b.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/bsinc_tables.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/buffer_storage.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/context.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/converter.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/cpu_caps.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/cubic_tables.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/dbus_wrap.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/devformat.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/device.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/effectslot.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/except.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/filters/biquad.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/filters/nfc.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/filters/splitter.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/fpu_ctrl.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/helpers.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/hrtf.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/logging.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/mastering.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/mixer.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_c.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse2.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse3.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse41.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/rtkit.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/storage_formats.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/uhjfilter.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/uiddefs.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/core/voice.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/build.make b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/build.make new file mode 100644 index 00000000..1475f348 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/build.make @@ -0,0 +1,1707 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/OpenAL.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/OpenAL.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/OpenAL.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/OpenAL.dir/flags.make + +external/openal/default_hrtf.txt: /home/guest/Downloads/PopLib/external/openal/hrtf/Default\ HRTF.mhr +external/openal/default_hrtf.txt: /home/guest/Downloads/PopLib/external/openal/cmake/bin2h.script.cmake + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating default_hrtf.txt" + cd /home/guest/Downloads/PopLib/external/openal && /usr/bin/cmake -D "INPUT_FILE=/home/guest/Downloads/PopLib/external/openal/hrtf/Default HRTF.mhr" -D OUTPUT_FILE=/home/guest/Downloads/PopLib/build/external/openal/default_hrtf.txt -P /home/guest/Downloads/PopLib/external/openal/cmake/bin2h.script.cmake + +external/openal/CMakeFiles/OpenAL.dir/codegen: +.PHONY : external/openal/CMakeFiles/OpenAL.dir/codegen + +external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp +external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o -MF CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o.d -o CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp + +external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/common/alcomplex.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp > CMakeFiles/OpenAL.dir/common/alcomplex.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/common/alcomplex.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp -o CMakeFiles/OpenAL.dir/common/alcomplex.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/alstring.cpp +external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.o -MF CMakeFiles/OpenAL.dir/common/alstring.cpp.o.d -o CMakeFiles/OpenAL.dir/common/alstring.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/alstring.cpp + +external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/common/alstring.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/alstring.cpp > CMakeFiles/OpenAL.dir/common/alstring.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/common/alstring.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/alstring.cpp -o CMakeFiles/OpenAL.dir/common/alstring.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp +external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o -MF CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o.d -o CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp + +external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp > CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp -o CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/dynload.cpp +external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.o -MF CMakeFiles/OpenAL.dir/common/dynload.cpp.o.d -o CMakeFiles/OpenAL.dir/common/dynload.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/dynload.cpp + +external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/common/dynload.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/dynload.cpp > CMakeFiles/OpenAL.dir/common/dynload.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/common/dynload.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/dynload.cpp -o CMakeFiles/OpenAL.dir/common/dynload.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp +external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.o -MF CMakeFiles/OpenAL.dir/common/filesystem.cpp.o.d -o CMakeFiles/OpenAL.dir/common/filesystem.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp + +external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/common/filesystem.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp > CMakeFiles/OpenAL.dir/common/filesystem.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/common/filesystem.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp -o CMakeFiles/OpenAL.dir/common/filesystem.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/pffft.cpp +external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.o -MF CMakeFiles/OpenAL.dir/common/pffft.cpp.o.d -o CMakeFiles/OpenAL.dir/common/pffft.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/pffft.cpp + +external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/common/pffft.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/pffft.cpp > CMakeFiles/OpenAL.dir/common/pffft.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/common/pffft.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/pffft.cpp -o CMakeFiles/OpenAL.dir/common/pffft.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp +external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o -MF CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o.d -o CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp + +external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp > CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp -o CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp +external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o -MF CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o.d -o CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp + +external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp > CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp -o CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/strutils.cpp +external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.o -MF CMakeFiles/OpenAL.dir/common/strutils.cpp.o.d -o CMakeFiles/OpenAL.dir/common/strutils.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/strutils.cpp + +external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/common/strutils.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/strutils.cpp > CMakeFiles/OpenAL.dir/common/strutils.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/common/strutils.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/strutils.cpp -o CMakeFiles/OpenAL.dir/common/strutils.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/auxeffectslot.cpp +external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o -MF CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o.d -o CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/auxeffectslot.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/auxeffectslot.cpp > CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/auxeffectslot.cpp -o CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/buffer.cpp +external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.o -MF CMakeFiles/OpenAL.dir/al/buffer.cpp.o.d -o CMakeFiles/OpenAL.dir/al/buffer.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/buffer.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/buffer.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/buffer.cpp > CMakeFiles/OpenAL.dir/al/buffer.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/buffer.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/buffer.cpp -o CMakeFiles/OpenAL.dir/al/buffer.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/debug.cpp +external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.o -MF CMakeFiles/OpenAL.dir/al/debug.cpp.o.d -o CMakeFiles/OpenAL.dir/al/debug.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/debug.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/debug.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/debug.cpp > CMakeFiles/OpenAL.dir/al/debug.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/debug.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/debug.cpp -o CMakeFiles/OpenAL.dir/al/debug.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effect.cpp +external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.o -MF CMakeFiles/OpenAL.dir/al/effect.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effect.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effect.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effect.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effect.cpp > CMakeFiles/OpenAL.dir/al/effect.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effect.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effect.cpp -o CMakeFiles/OpenAL.dir/al/effect.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/autowah.cpp +external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/autowah.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/autowah.cpp > CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/autowah.cpp -o CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/chorus.cpp +external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/chorus.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/chorus.cpp > CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/chorus.cpp -o CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/compressor.cpp +external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/compressor.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/compressor.cpp > CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/compressor.cpp -o CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/convolution.cpp +external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/convolution.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/convolution.cpp > CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/convolution.cpp -o CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/dedicated.cpp +external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/dedicated.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/dedicated.cpp > CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/dedicated.cpp -o CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/distortion.cpp +external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/distortion.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/distortion.cpp > CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/distortion.cpp -o CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/echo.cpp +external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/echo.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/echo.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/echo.cpp > CMakeFiles/OpenAL.dir/al/effects/echo.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/echo.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/echo.cpp -o CMakeFiles/OpenAL.dir/al/effects/echo.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/effects.cpp +external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/effects.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/effects.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/effects.cpp > CMakeFiles/OpenAL.dir/al/effects/effects.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/effects.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/effects.cpp -o CMakeFiles/OpenAL.dir/al/effects/effects.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/equalizer.cpp +external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/equalizer.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/equalizer.cpp > CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/equalizer.cpp -o CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/fshifter.cpp +external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/fshifter.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/fshifter.cpp > CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/fshifter.cpp -o CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/modulator.cpp +external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/modulator.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/modulator.cpp > CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/modulator.cpp -o CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/null.cpp +external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/null.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/null.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/null.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/null.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/null.cpp > CMakeFiles/OpenAL.dir/al/effects/null.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/null.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/null.cpp -o CMakeFiles/OpenAL.dir/al/effects/null.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/pshifter.cpp +external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/pshifter.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/pshifter.cpp > CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/pshifter.cpp -o CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/reverb.cpp +external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/reverb.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/reverb.cpp > CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/reverb.cpp -o CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/vmorpher.cpp +external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/vmorpher.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/vmorpher.cpp > CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/vmorpher.cpp -o CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/error.cpp +external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.o -MF CMakeFiles/OpenAL.dir/al/error.cpp.o.d -o CMakeFiles/OpenAL.dir/al/error.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/error.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/error.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/error.cpp > CMakeFiles/OpenAL.dir/al/error.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/error.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/error.cpp -o CMakeFiles/OpenAL.dir/al/error.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/event.cpp +external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.o -MF CMakeFiles/OpenAL.dir/al/event.cpp.o.d -o CMakeFiles/OpenAL.dir/al/event.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/event.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/event.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/event.cpp > CMakeFiles/OpenAL.dir/al/event.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/event.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/event.cpp -o CMakeFiles/OpenAL.dir/al/event.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/extension.cpp +external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.o -MF CMakeFiles/OpenAL.dir/al/extension.cpp.o.d -o CMakeFiles/OpenAL.dir/al/extension.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/extension.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/extension.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/extension.cpp > CMakeFiles/OpenAL.dir/al/extension.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/extension.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/extension.cpp -o CMakeFiles/OpenAL.dir/al/extension.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/filter.cpp +external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.o -MF CMakeFiles/OpenAL.dir/al/filter.cpp.o.d -o CMakeFiles/OpenAL.dir/al/filter.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/filter.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/filter.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/filter.cpp > CMakeFiles/OpenAL.dir/al/filter.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/filter.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/filter.cpp -o CMakeFiles/OpenAL.dir/al/filter.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/listener.cpp +external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.o -MF CMakeFiles/OpenAL.dir/al/listener.cpp.o.d -o CMakeFiles/OpenAL.dir/al/listener.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/listener.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/listener.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/listener.cpp > CMakeFiles/OpenAL.dir/al/listener.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/listener.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/listener.cpp -o CMakeFiles/OpenAL.dir/al/listener.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/source.cpp +external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.o -MF CMakeFiles/OpenAL.dir/al/source.cpp.o.d -o CMakeFiles/OpenAL.dir/al/source.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/source.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/source.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/source.cpp > CMakeFiles/OpenAL.dir/al/source.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/source.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/source.cpp -o CMakeFiles/OpenAL.dir/al/source.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/state.cpp +external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.o -MF CMakeFiles/OpenAL.dir/al/state.cpp.o.d -o CMakeFiles/OpenAL.dir/al/state.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/state.cpp + +external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/state.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/state.cpp > CMakeFiles/OpenAL.dir/al/state.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/state.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/state.cpp -o CMakeFiles/OpenAL.dir/al/state.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/alc.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.o -MF CMakeFiles/OpenAL.dir/alc/alc.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/alc.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/alc.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/alc.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/alc.cpp > CMakeFiles/OpenAL.dir/alc/alc.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/alc.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/alc.cpp -o CMakeFiles/OpenAL.dir/alc/alc.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/alu.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_38) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.o -MF CMakeFiles/OpenAL.dir/alc/alu.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/alu.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/alu.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/alu.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/alu.cpp > CMakeFiles/OpenAL.dir/alc/alu.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/alu.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/alu.cpp -o CMakeFiles/OpenAL.dir/alc/alu.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/alconfig.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_39) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o -MF CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/alconfig.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/alconfig.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/alconfig.cpp > CMakeFiles/OpenAL.dir/alc/alconfig.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/alconfig.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/alconfig.cpp -o CMakeFiles/OpenAL.dir/alc/alconfig.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/context.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_40) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.o -MF CMakeFiles/OpenAL.dir/alc/context.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/context.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/context.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/context.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/context.cpp > CMakeFiles/OpenAL.dir/alc/context.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/context.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/context.cpp -o CMakeFiles/OpenAL.dir/alc/context.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/device.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_41) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.o -MF CMakeFiles/OpenAL.dir/alc/device.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/device.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/device.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/device.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/device.cpp > CMakeFiles/OpenAL.dir/alc/device.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/device.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/device.cpp -o CMakeFiles/OpenAL.dir/alc/device.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/autowah.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_42) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/autowah.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/autowah.cpp > CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/autowah.cpp -o CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/chorus.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_43) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/chorus.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/chorus.cpp > CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/chorus.cpp -o CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/compressor.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_44) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/compressor.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/compressor.cpp > CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/compressor.cpp -o CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/convolution.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_45) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/convolution.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/convolution.cpp > CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/convolution.cpp -o CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/dedicated.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_46) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/dedicated.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/dedicated.cpp > CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/dedicated.cpp -o CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/distortion.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_47) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/distortion.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/distortion.cpp > CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/distortion.cpp -o CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/echo.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_48) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/echo.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/echo.cpp > CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/echo.cpp -o CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/equalizer.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_49) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/equalizer.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/equalizer.cpp > CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/equalizer.cpp -o CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/fshifter.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_50) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/fshifter.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/fshifter.cpp > CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/fshifter.cpp -o CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/modulator.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_51) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/modulator.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/modulator.cpp > CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/modulator.cpp -o CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/null.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_52) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/null.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/null.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/null.cpp > CMakeFiles/OpenAL.dir/alc/effects/null.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/null.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/null.cpp -o CMakeFiles/OpenAL.dir/alc/effects/null.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/pshifter.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_53) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/pshifter.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/pshifter.cpp > CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/pshifter.cpp -o CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/reverb.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_54) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/reverb.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/reverb.cpp > CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/reverb.cpp -o CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/vmorpher.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_55) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/vmorpher.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/vmorpher.cpp > CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/vmorpher.cpp -o CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/events.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_56) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.o -MF CMakeFiles/OpenAL.dir/alc/events.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/events.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/events.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/events.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/events.cpp > CMakeFiles/OpenAL.dir/alc/events.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/events.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/events.cpp -o CMakeFiles/OpenAL.dir/alc/events.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/panning.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_57) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.o -MF CMakeFiles/OpenAL.dir/alc/panning.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/panning.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/panning.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/panning.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/panning.cpp > CMakeFiles/OpenAL.dir/alc/panning.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/panning.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/panning.cpp -o CMakeFiles/OpenAL.dir/alc/panning.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/backends/base.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_58) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/backends/base.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/base.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/backends/base.cpp > CMakeFiles/OpenAL.dir/alc/backends/base.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/base.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/backends/base.cpp -o CMakeFiles/OpenAL.dir/alc/backends/base.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/backends/loopback.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_59) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/backends/loopback.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/backends/loopback.cpp > CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/backends/loopback.cpp -o CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/backends/null.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_60) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/backends/null.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/null.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/backends/null.cpp > CMakeFiles/OpenAL.dir/alc/backends/null.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/null.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/backends/null.cpp -o CMakeFiles/OpenAL.dir/alc/backends/null.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/backends/pipewire.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_61) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/backends/pipewire.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/backends/pipewire.cpp > CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/backends/pipewire.cpp -o CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/backends/pulseaudio.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_62) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/backends/pulseaudio.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/backends/pulseaudio.cpp > CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/backends/pulseaudio.cpp -o CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/backends/alsa.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_63) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/backends/alsa.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/backends/alsa.cpp > CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/backends/alsa.cpp -o CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/backends/oss.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_64) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/backends/oss.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/backends/oss.cpp > CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/backends/oss.cpp -o CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/backends/jack.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_65) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/backends/jack.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/backends/jack.cpp > CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/backends/jack.cpp -o CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/backends/portaudio.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_66) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/backends/portaudio.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/backends/portaudio.cpp > CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/backends/portaudio.cpp -o CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/backends/wave.cpp +external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_67) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/backends/wave.cpp + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/backends/wave.cpp > CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/backends/wave.cpp -o CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/ambdec.cpp +external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_68) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o -MF CMakeFiles/OpenAL.dir/core/ambdec.cpp.o.d -o CMakeFiles/OpenAL.dir/core/ambdec.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/ambdec.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/ambdec.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/ambdec.cpp > CMakeFiles/OpenAL.dir/core/ambdec.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/ambdec.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/ambdec.cpp -o CMakeFiles/OpenAL.dir/core/ambdec.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/ambidefs.cpp +external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_69) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o -MF CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o.d -o CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/ambidefs.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/ambidefs.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/ambidefs.cpp > CMakeFiles/OpenAL.dir/core/ambidefs.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/ambidefs.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/ambidefs.cpp -o CMakeFiles/OpenAL.dir/core/ambidefs.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/bformatdec.cpp +external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_70) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o -MF CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o.d -o CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/bformatdec.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/bformatdec.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/bformatdec.cpp > CMakeFiles/OpenAL.dir/core/bformatdec.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/bformatdec.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/bformatdec.cpp -o CMakeFiles/OpenAL.dir/core/bformatdec.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/bs2b.cpp +external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_71) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o -MF CMakeFiles/OpenAL.dir/core/bs2b.cpp.o.d -o CMakeFiles/OpenAL.dir/core/bs2b.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/bs2b.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/bs2b.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/bs2b.cpp > CMakeFiles/OpenAL.dir/core/bs2b.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/bs2b.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/bs2b.cpp -o CMakeFiles/OpenAL.dir/core/bs2b.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/bsinc_tables.cpp +external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_72) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o -MF CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o.d -o CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/bsinc_tables.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/bsinc_tables.cpp > CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/bsinc_tables.cpp -o CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/buffer_storage.cpp +external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_73) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o -MF CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o.d -o CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/buffer_storage.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/buffer_storage.cpp > CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/buffer_storage.cpp -o CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/context.cpp +external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_74) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.o -MF CMakeFiles/OpenAL.dir/core/context.cpp.o.d -o CMakeFiles/OpenAL.dir/core/context.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/context.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/context.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/context.cpp > CMakeFiles/OpenAL.dir/core/context.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/context.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/context.cpp -o CMakeFiles/OpenAL.dir/core/context.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/converter.cpp +external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_75) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.o -MF CMakeFiles/OpenAL.dir/core/converter.cpp.o.d -o CMakeFiles/OpenAL.dir/core/converter.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/converter.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/converter.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/converter.cpp > CMakeFiles/OpenAL.dir/core/converter.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/converter.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/converter.cpp -o CMakeFiles/OpenAL.dir/core/converter.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/cpu_caps.cpp +external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_76) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o -MF CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o.d -o CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/cpu_caps.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/cpu_caps.cpp > CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/cpu_caps.cpp -o CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/cubic_tables.cpp +external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_77) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o -MF CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o.d -o CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/cubic_tables.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/cubic_tables.cpp > CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/cubic_tables.cpp -o CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/devformat.cpp +external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_78) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.o -MF CMakeFiles/OpenAL.dir/core/devformat.cpp.o.d -o CMakeFiles/OpenAL.dir/core/devformat.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/devformat.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/devformat.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/devformat.cpp > CMakeFiles/OpenAL.dir/core/devformat.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/devformat.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/devformat.cpp -o CMakeFiles/OpenAL.dir/core/devformat.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/device.cpp +external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_79) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.o -MF CMakeFiles/OpenAL.dir/core/device.cpp.o.d -o CMakeFiles/OpenAL.dir/core/device.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/device.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/device.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/device.cpp > CMakeFiles/OpenAL.dir/core/device.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/device.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/device.cpp -o CMakeFiles/OpenAL.dir/core/device.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/effectslot.cpp +external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_80) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o -MF CMakeFiles/OpenAL.dir/core/effectslot.cpp.o.d -o CMakeFiles/OpenAL.dir/core/effectslot.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/effectslot.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/effectslot.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/effectslot.cpp > CMakeFiles/OpenAL.dir/core/effectslot.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/effectslot.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/effectslot.cpp -o CMakeFiles/OpenAL.dir/core/effectslot.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/except.cpp +external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_81) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.o -MF CMakeFiles/OpenAL.dir/core/except.cpp.o.d -o CMakeFiles/OpenAL.dir/core/except.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/except.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/except.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/except.cpp > CMakeFiles/OpenAL.dir/core/except.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/except.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/except.cpp -o CMakeFiles/OpenAL.dir/core/except.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/filters/biquad.cpp +external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_82) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o -MF CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o.d -o CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/filters/biquad.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/filters/biquad.cpp > CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/filters/biquad.cpp -o CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/filters/nfc.cpp +external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_83) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o -MF CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o.d -o CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/filters/nfc.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/filters/nfc.cpp > CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/filters/nfc.cpp -o CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/filters/splitter.cpp +external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_84) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o -MF CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o.d -o CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/filters/splitter.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/filters/splitter.cpp > CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/filters/splitter.cpp -o CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/fpu_ctrl.cpp +external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_85) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o -MF CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o.d -o CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/fpu_ctrl.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/fpu_ctrl.cpp > CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/fpu_ctrl.cpp -o CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/helpers.cpp +external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_86) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.o -MF CMakeFiles/OpenAL.dir/core/helpers.cpp.o.d -o CMakeFiles/OpenAL.dir/core/helpers.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/helpers.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/helpers.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/helpers.cpp > CMakeFiles/OpenAL.dir/core/helpers.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/helpers.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/helpers.cpp -o CMakeFiles/OpenAL.dir/core/helpers.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/hrtf.cpp +external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_87) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o -MF CMakeFiles/OpenAL.dir/core/hrtf.cpp.o.d -o CMakeFiles/OpenAL.dir/core/hrtf.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/hrtf.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/hrtf.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/hrtf.cpp > CMakeFiles/OpenAL.dir/core/hrtf.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/hrtf.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/hrtf.cpp -o CMakeFiles/OpenAL.dir/core/hrtf.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/logging.cpp +external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_88) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.o -MF CMakeFiles/OpenAL.dir/core/logging.cpp.o.d -o CMakeFiles/OpenAL.dir/core/logging.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/logging.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/logging.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/logging.cpp > CMakeFiles/OpenAL.dir/core/logging.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/logging.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/logging.cpp -o CMakeFiles/OpenAL.dir/core/logging.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/mastering.cpp +external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_89) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.o -MF CMakeFiles/OpenAL.dir/core/mastering.cpp.o.d -o CMakeFiles/OpenAL.dir/core/mastering.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/mastering.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/mastering.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/mastering.cpp > CMakeFiles/OpenAL.dir/core/mastering.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/mastering.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/mastering.cpp -o CMakeFiles/OpenAL.dir/core/mastering.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/mixer.cpp +external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_90) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.o -MF CMakeFiles/OpenAL.dir/core/mixer.cpp.o.d -o CMakeFiles/OpenAL.dir/core/mixer.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/mixer.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/mixer.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/mixer.cpp > CMakeFiles/OpenAL.dir/core/mixer.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/mixer.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/mixer.cpp -o CMakeFiles/OpenAL.dir/core/mixer.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/storage_formats.cpp +external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_91) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o -MF CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o.d -o CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/storage_formats.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/storage_formats.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/storage_formats.cpp > CMakeFiles/OpenAL.dir/core/storage_formats.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/storage_formats.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/storage_formats.cpp -o CMakeFiles/OpenAL.dir/core/storage_formats.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/uhjfilter.cpp +external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_92) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o -MF CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o.d -o CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/uhjfilter.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/uhjfilter.cpp > CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/uhjfilter.cpp -o CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/uiddefs.cpp +external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_93) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o -MF CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o.d -o CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/uiddefs.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/uiddefs.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/uiddefs.cpp > CMakeFiles/OpenAL.dir/core/uiddefs.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/uiddefs.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/uiddefs.cpp -o CMakeFiles/OpenAL.dir/core/uiddefs.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/voice.cpp +external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_94) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.o -MF CMakeFiles/OpenAL.dir/core/voice.cpp.o.d -o CMakeFiles/OpenAL.dir/core/voice.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/voice.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/voice.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/voice.cpp > CMakeFiles/OpenAL.dir/core/voice.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/voice.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/voice.cpp -o CMakeFiles/OpenAL.dir/core/voice.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/dbus_wrap.cpp +external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_95) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o -MF CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o.d -o CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/dbus_wrap.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/dbus_wrap.cpp > CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/dbus_wrap.cpp -o CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/rtkit.cpp +external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_96) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o -MF CMakeFiles/OpenAL.dir/core/rtkit.cpp.o.d -o CMakeFiles/OpenAL.dir/core/rtkit.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/rtkit.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/rtkit.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/rtkit.cpp > CMakeFiles/OpenAL.dir/core/rtkit.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/rtkit.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/rtkit.cpp -o CMakeFiles/OpenAL.dir/core/rtkit.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_c.cpp +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_97) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o -MF CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o.d -o CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_c.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_c.cpp > CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_c.cpp -o CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse.cpp +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_98) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o -MF CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o.d -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse.cpp > CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse.cpp -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse2.cpp +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_99) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o -MF CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o.d -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse2.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse2.cpp > CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse2.cpp -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse3.cpp +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_100) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o -MF CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o.d -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse3.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse3.cpp > CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse3.cpp -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.s + +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse41.cpp +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_101) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o -MF CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o.d -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse41.cpp + +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse41.cpp > CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.i + +external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse41.cpp -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.s + +# Object files for target OpenAL +OpenAL_OBJECTS = \ +"CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o" \ +"CMakeFiles/OpenAL.dir/common/alstring.cpp.o" \ +"CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o" \ +"CMakeFiles/OpenAL.dir/common/dynload.cpp.o" \ +"CMakeFiles/OpenAL.dir/common/filesystem.cpp.o" \ +"CMakeFiles/OpenAL.dir/common/pffft.cpp.o" \ +"CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o" \ +"CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o" \ +"CMakeFiles/OpenAL.dir/common/strutils.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/buffer.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/debug.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effect.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/null.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/error.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/event.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/extension.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/filter.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/listener.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/source.cpp.o" \ +"CMakeFiles/OpenAL.dir/al/state.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/alc.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/alu.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/context.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/device.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/events.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/panning.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o" \ +"CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/ambdec.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/bs2b.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/context.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/converter.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/devformat.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/device.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/effectslot.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/except.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/helpers.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/hrtf.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/logging.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/mastering.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/mixer.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/voice.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/rtkit.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o" \ +"CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o" + +# External object files for target OpenAL +OpenAL_EXTERNAL_OBJECTS = \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" + +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o +external/openal/libopenal.a: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o +external/openal/libopenal.a: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/build.make +external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_102) "Linking CXX static library libopenal.a" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/OpenAL.dir/cmake_clean_target.cmake + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/OpenAL.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/OpenAL.dir/build: external/openal/libopenal.a +.PHONY : external/openal/CMakeFiles/OpenAL.dir/build + +external/openal/CMakeFiles/OpenAL.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/OpenAL.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/OpenAL.dir/clean + +external/openal/CMakeFiles/OpenAL.dir/depend: external/openal/default_hrtf.txt + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/OpenAL.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/OpenAL.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/cmake_clean.cmake new file mode 100644 index 00000000..997a6575 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/cmake_clean.cmake @@ -0,0 +1,210 @@ +file(REMOVE_RECURSE + "CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o" + "CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/buffer.cpp.o" + "CMakeFiles/OpenAL.dir/al/buffer.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/debug.cpp.o" + "CMakeFiles/OpenAL.dir/al/debug.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effect.cpp.o" + "CMakeFiles/OpenAL.dir/al/effect.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/null.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/null.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o" + "CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/error.cpp.o" + "CMakeFiles/OpenAL.dir/al/error.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/event.cpp.o" + "CMakeFiles/OpenAL.dir/al/event.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/extension.cpp.o" + "CMakeFiles/OpenAL.dir/al/extension.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/filter.cpp.o" + "CMakeFiles/OpenAL.dir/al/filter.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/listener.cpp.o" + "CMakeFiles/OpenAL.dir/al/listener.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/source.cpp.o" + "CMakeFiles/OpenAL.dir/al/source.cpp.o.d" + "CMakeFiles/OpenAL.dir/al/state.cpp.o" + "CMakeFiles/OpenAL.dir/al/state.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/alc.cpp.o" + "CMakeFiles/OpenAL.dir/alc/alc.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o" + "CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/alu.cpp.o" + "CMakeFiles/OpenAL.dir/alc/alu.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o" + "CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o" + "CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o" + "CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o" + "CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o" + "CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o" + "CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o" + "CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o" + "CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o" + "CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o" + "CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/context.cpp.o" + "CMakeFiles/OpenAL.dir/alc/context.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/device.cpp.o" + "CMakeFiles/OpenAL.dir/alc/device.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o" + "CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/events.cpp.o" + "CMakeFiles/OpenAL.dir/alc/events.cpp.o.d" + "CMakeFiles/OpenAL.dir/alc/panning.cpp.o" + "CMakeFiles/OpenAL.dir/alc/panning.cpp.o.d" + "CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o" + "CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o.d" + "CMakeFiles/OpenAL.dir/common/alstring.cpp.o" + "CMakeFiles/OpenAL.dir/common/alstring.cpp.o.d" + "CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o" + "CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o.d" + "CMakeFiles/OpenAL.dir/common/dynload.cpp.o" + "CMakeFiles/OpenAL.dir/common/dynload.cpp.o.d" + "CMakeFiles/OpenAL.dir/common/filesystem.cpp.o" + "CMakeFiles/OpenAL.dir/common/filesystem.cpp.o.d" + "CMakeFiles/OpenAL.dir/common/pffft.cpp.o" + "CMakeFiles/OpenAL.dir/common/pffft.cpp.o.d" + "CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o" + "CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o.d" + "CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o" + "CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o.d" + "CMakeFiles/OpenAL.dir/common/strutils.cpp.o" + "CMakeFiles/OpenAL.dir/common/strutils.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/ambdec.cpp.o" + "CMakeFiles/OpenAL.dir/core/ambdec.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o" + "CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o" + "CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/bs2b.cpp.o" + "CMakeFiles/OpenAL.dir/core/bs2b.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o" + "CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o" + "CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/context.cpp.o" + "CMakeFiles/OpenAL.dir/core/context.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/converter.cpp.o" + "CMakeFiles/OpenAL.dir/core/converter.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o" + "CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o" + "CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o" + "CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/devformat.cpp.o" + "CMakeFiles/OpenAL.dir/core/devformat.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/device.cpp.o" + "CMakeFiles/OpenAL.dir/core/device.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/effectslot.cpp.o" + "CMakeFiles/OpenAL.dir/core/effectslot.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/except.cpp.o" + "CMakeFiles/OpenAL.dir/core/except.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o" + "CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o" + "CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o" + "CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o" + "CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/helpers.cpp.o" + "CMakeFiles/OpenAL.dir/core/helpers.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/hrtf.cpp.o" + "CMakeFiles/OpenAL.dir/core/hrtf.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/logging.cpp.o" + "CMakeFiles/OpenAL.dir/core/logging.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/mastering.cpp.o" + "CMakeFiles/OpenAL.dir/core/mastering.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/mixer.cpp.o" + "CMakeFiles/OpenAL.dir/core/mixer.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o" + "CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o" + "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o" + "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o" + "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o" + "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/rtkit.cpp.o" + "CMakeFiles/OpenAL.dir/core/rtkit.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o" + "CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o" + "CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o" + "CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o.d" + "CMakeFiles/OpenAL.dir/core/voice.cpp.o" + "CMakeFiles/OpenAL.dir/core/voice.cpp.o.d" + "default_hrtf.txt" + "libopenal.a" + "libopenal.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/OpenAL.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/cmake_clean_target.cmake b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/cmake_clean_target.cmake new file mode 100644 index 00000000..5a647ccc --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libopenal.a" +) diff --git a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/compiler_depend.make new file mode 100644 index 00000000..6b585358 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for OpenAL. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts new file mode 100644 index 00000000..58b69bfd --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for OpenAL. diff --git a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/depend.make new file mode 100644 index 00000000..ee620dba --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for OpenAL. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/flags.make new file mode 100644 index 00000000..2583f1bd --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -DALC_API="" -DAL_ALEXT_PROTOTYPES -DAL_API="" -DAL_BUILD_LIBRARY -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/external/openal/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIC -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/link.txt new file mode 100644 index 00000000..d44ca0d2 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libopenal.a CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o CMakeFiles/OpenAL.dir/common/alstring.cpp.o CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o CMakeFiles/OpenAL.dir/common/dynload.cpp.o CMakeFiles/OpenAL.dir/common/filesystem.cpp.o CMakeFiles/OpenAL.dir/common/pffft.cpp.o CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o CMakeFiles/OpenAL.dir/common/strutils.cpp.o CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o CMakeFiles/OpenAL.dir/al/buffer.cpp.o CMakeFiles/OpenAL.dir/al/debug.cpp.o CMakeFiles/OpenAL.dir/al/effect.cpp.o CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o CMakeFiles/OpenAL.dir/al/effects/null.cpp.o CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o CMakeFiles/OpenAL.dir/al/error.cpp.o CMakeFiles/OpenAL.dir/al/event.cpp.o CMakeFiles/OpenAL.dir/al/extension.cpp.o CMakeFiles/OpenAL.dir/al/filter.cpp.o CMakeFiles/OpenAL.dir/al/listener.cpp.o CMakeFiles/OpenAL.dir/al/source.cpp.o CMakeFiles/OpenAL.dir/al/state.cpp.o CMakeFiles/OpenAL.dir/alc/alc.cpp.o CMakeFiles/OpenAL.dir/alc/alu.cpp.o CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o CMakeFiles/OpenAL.dir/alc/context.cpp.o CMakeFiles/OpenAL.dir/alc/device.cpp.o CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o CMakeFiles/OpenAL.dir/alc/events.cpp.o CMakeFiles/OpenAL.dir/alc/panning.cpp.o CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o CMakeFiles/OpenAL.dir/core/ambdec.cpp.o CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o CMakeFiles/OpenAL.dir/core/bs2b.cpp.o CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o CMakeFiles/OpenAL.dir/core/context.cpp.o CMakeFiles/OpenAL.dir/core/converter.cpp.o CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o CMakeFiles/OpenAL.dir/core/devformat.cpp.o CMakeFiles/OpenAL.dir/core/device.cpp.o CMakeFiles/OpenAL.dir/core/effectslot.cpp.o CMakeFiles/OpenAL.dir/core/except.cpp.o CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o CMakeFiles/OpenAL.dir/core/helpers.cpp.o CMakeFiles/OpenAL.dir/core/hrtf.cpp.o CMakeFiles/OpenAL.dir/core/logging.cpp.o CMakeFiles/OpenAL.dir/core/mastering.cpp.o CMakeFiles/OpenAL.dir/core/mixer.cpp.o CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o CMakeFiles/OpenAL.dir/core/voice.cpp.o CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o CMakeFiles/OpenAL.dir/core/rtkit.cpp.o CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" +/usr/bin/ranlib libopenal.a diff --git a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/progress.make new file mode 100644 index 00000000..bf275948 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/progress.make @@ -0,0 +1,103 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_10 = +CMAKE_PROGRESS_11 = +CMAKE_PROGRESS_12 = +CMAKE_PROGRESS_13 = +CMAKE_PROGRESS_14 = +CMAKE_PROGRESS_15 = +CMAKE_PROGRESS_16 = +CMAKE_PROGRESS_17 = +CMAKE_PROGRESS_18 = +CMAKE_PROGRESS_19 = 2 +CMAKE_PROGRESS_20 = +CMAKE_PROGRESS_21 = +CMAKE_PROGRESS_22 = +CMAKE_PROGRESS_23 = +CMAKE_PROGRESS_24 = +CMAKE_PROGRESS_25 = +CMAKE_PROGRESS_26 = +CMAKE_PROGRESS_27 = +CMAKE_PROGRESS_28 = +CMAKE_PROGRESS_29 = +CMAKE_PROGRESS_30 = +CMAKE_PROGRESS_31 = +CMAKE_PROGRESS_32 = +CMAKE_PROGRESS_33 = +CMAKE_PROGRESS_34 = +CMAKE_PROGRESS_35 = +CMAKE_PROGRESS_36 = +CMAKE_PROGRESS_37 = +CMAKE_PROGRESS_38 = +CMAKE_PROGRESS_39 = +CMAKE_PROGRESS_40 = +CMAKE_PROGRESS_41 = +CMAKE_PROGRESS_42 = +CMAKE_PROGRESS_43 = +CMAKE_PROGRESS_44 = +CMAKE_PROGRESS_45 = +CMAKE_PROGRESS_46 = +CMAKE_PROGRESS_47 = +CMAKE_PROGRESS_48 = 3 +CMAKE_PROGRESS_49 = +CMAKE_PROGRESS_50 = +CMAKE_PROGRESS_51 = +CMAKE_PROGRESS_52 = +CMAKE_PROGRESS_53 = +CMAKE_PROGRESS_54 = +CMAKE_PROGRESS_55 = +CMAKE_PROGRESS_56 = +CMAKE_PROGRESS_57 = +CMAKE_PROGRESS_58 = +CMAKE_PROGRESS_59 = +CMAKE_PROGRESS_60 = +CMAKE_PROGRESS_61 = +CMAKE_PROGRESS_62 = +CMAKE_PROGRESS_63 = +CMAKE_PROGRESS_64 = +CMAKE_PROGRESS_65 = +CMAKE_PROGRESS_66 = +CMAKE_PROGRESS_67 = +CMAKE_PROGRESS_68 = +CMAKE_PROGRESS_69 = +CMAKE_PROGRESS_70 = +CMAKE_PROGRESS_71 = +CMAKE_PROGRESS_72 = +CMAKE_PROGRESS_73 = +CMAKE_PROGRESS_74 = +CMAKE_PROGRESS_75 = +CMAKE_PROGRESS_76 = 4 +CMAKE_PROGRESS_77 = +CMAKE_PROGRESS_78 = +CMAKE_PROGRESS_79 = +CMAKE_PROGRESS_80 = +CMAKE_PROGRESS_81 = +CMAKE_PROGRESS_82 = +CMAKE_PROGRESS_83 = +CMAKE_PROGRESS_84 = +CMAKE_PROGRESS_85 = +CMAKE_PROGRESS_86 = +CMAKE_PROGRESS_87 = +CMAKE_PROGRESS_88 = +CMAKE_PROGRESS_89 = +CMAKE_PROGRESS_90 = +CMAKE_PROGRESS_91 = +CMAKE_PROGRESS_92 = +CMAKE_PROGRESS_93 = +CMAKE_PROGRESS_94 = +CMAKE_PROGRESS_95 = +CMAKE_PROGRESS_96 = +CMAKE_PROGRESS_97 = +CMAKE_PROGRESS_98 = +CMAKE_PROGRESS_99 = +CMAKE_PROGRESS_100 = +CMAKE_PROGRESS_101 = +CMAKE_PROGRESS_102 = + diff --git a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/DependInfo.cmake new file mode 100644 index 00000000..a6f02d39 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/examples/alconvolve.c" "external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o" "gcc" "external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o.d" + "" "external/openal/alconvolve" "gcc" "external/openal/CMakeFiles/alconvolve.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/build.make new file mode 100644 index 00000000..6bebcf51 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/build.make @@ -0,0 +1,118 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/alconvolve.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/alconvolve.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/alconvolve.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/alconvolve.dir/flags.make + +external/openal/CMakeFiles/alconvolve.dir/codegen: +.PHONY : external/openal/CMakeFiles/alconvolve.dir/codegen + +external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o: external/openal/CMakeFiles/alconvolve.dir/flags.make +external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o: /home/guest/Downloads/PopLib/external/openal/examples/alconvolve.c +external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o: external/openal/CMakeFiles/alconvolve.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o -MF CMakeFiles/alconvolve.dir/examples/alconvolve.c.o.d -o CMakeFiles/alconvolve.dir/examples/alconvolve.c.o -c /home/guest/Downloads/PopLib/external/openal/examples/alconvolve.c + +external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/alconvolve.dir/examples/alconvolve.c.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/alconvolve.c > CMakeFiles/alconvolve.dir/examples/alconvolve.c.i + +external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/alconvolve.dir/examples/alconvolve.c.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/alconvolve.c -o CMakeFiles/alconvolve.dir/examples/alconvolve.c.s + +# Object files for target alconvolve +alconvolve_OBJECTS = \ +"CMakeFiles/alconvolve.dir/examples/alconvolve.c.o" + +# External object files for target alconvolve +alconvolve_EXTERNAL_OBJECTS = + +external/openal/alconvolve: external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o +external/openal/alconvolve: external/openal/CMakeFiles/alconvolve.dir/build.make +external/openal/alconvolve: external/openal/CMakeFiles/alconvolve.dir/compiler_depend.ts +external/openal/alconvolve: external/openal/libalsoft.common.a +external/openal/alconvolve: /usr/lib/libsndfile.so +external/openal/alconvolve: external/openal/libalsoft.excommon.a +external/openal/alconvolve: external/openal/libopenal.a +external/openal/alconvolve: external/openal/CMakeFiles/alconvolve.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable alconvolve" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alconvolve.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/alconvolve.dir/build: external/openal/alconvolve +.PHONY : external/openal/CMakeFiles/alconvolve.dir/build + +external/openal/CMakeFiles/alconvolve.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alconvolve.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/alconvolve.dir/clean + +external/openal/CMakeFiles/alconvolve.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alconvolve.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/alconvolve.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/cmake_clean.cmake new file mode 100644 index 00000000..b5004ea1 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/alconvolve.dir/link.d" + "CMakeFiles/alconvolve.dir/examples/alconvolve.c.o" + "CMakeFiles/alconvolve.dir/examples/alconvolve.c.o.d" + "alconvolve" + "alconvolve.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/alconvolve.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/compiler_depend.make new file mode 100644 index 00000000..edc19653 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for alconvolve. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/compiler_depend.ts new file mode 100644 index 00000000..81d40bc9 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for alconvolve. diff --git a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/depend.make new file mode 100644 index 00000000..61421074 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for alconvolve. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/flags.make new file mode 100644 index 00000000..13b18d91 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL + +C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/link.txt new file mode 100644 index 00000000..efaa5500 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/alconvolve.dir/link.d CMakeFiles/alconvolve.dir/examples/alconvolve.c.o -o alconvolve -pthread libalsoft.common.a /usr/lib/libsndfile.so libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/DependInfo.cmake new file mode 100644 index 00000000..def97b8d --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/examples/aldebug.cpp" "external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.o" "gcc" "external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.o.d" + "" "external/openal/aldebug" "gcc" "external/openal/CMakeFiles/aldebug.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/build.make b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/build.make new file mode 100644 index 00000000..f6b349bc --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/build.make @@ -0,0 +1,120 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/aldebug.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/aldebug.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/aldebug.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/aldebug.dir/flags.make + +external/openal/CMakeFiles/aldebug.dir/codegen: +.PHONY : external/openal/CMakeFiles/aldebug.dir/codegen + +external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.o: external/openal/CMakeFiles/aldebug.dir/flags.make +external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.o: /home/guest/Downloads/PopLib/external/openal/examples/aldebug.cpp +external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.o: external/openal/CMakeFiles/aldebug.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.o -MF CMakeFiles/aldebug.dir/examples/aldebug.cpp.o.d -o CMakeFiles/aldebug.dir/examples/aldebug.cpp.o -c /home/guest/Downloads/PopLib/external/openal/examples/aldebug.cpp + +external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/aldebug.dir/examples/aldebug.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/aldebug.cpp > CMakeFiles/aldebug.dir/examples/aldebug.cpp.i + +external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/aldebug.dir/examples/aldebug.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/aldebug.cpp -o CMakeFiles/aldebug.dir/examples/aldebug.cpp.s + +# Object files for target aldebug +aldebug_OBJECTS = \ +"CMakeFiles/aldebug.dir/examples/aldebug.cpp.o" + +# External object files for target aldebug +aldebug_EXTERNAL_OBJECTS = \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" + +external/openal/aldebug: external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.o +external/openal/aldebug: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o +external/openal/aldebug: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o +external/openal/aldebug: external/openal/CMakeFiles/aldebug.dir/build.make +external/openal/aldebug: external/openal/CMakeFiles/aldebug.dir/compiler_depend.ts +external/openal/aldebug: external/openal/libalsoft.excommon.a +external/openal/aldebug: external/openal/libopenal.a +external/openal/aldebug: external/openal/CMakeFiles/aldebug.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable aldebug" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/aldebug.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/aldebug.dir/build: external/openal/aldebug +.PHONY : external/openal/CMakeFiles/aldebug.dir/build + +external/openal/CMakeFiles/aldebug.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/aldebug.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/aldebug.dir/clean + +external/openal/CMakeFiles/aldebug.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/aldebug.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/aldebug.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/cmake_clean.cmake new file mode 100644 index 00000000..95aafc36 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/aldebug.dir/link.d" + "CMakeFiles/aldebug.dir/examples/aldebug.cpp.o" + "CMakeFiles/aldebug.dir/examples/aldebug.cpp.o.d" + "aldebug" + "aldebug.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/aldebug.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/compiler_depend.make new file mode 100644 index 00000000..66178126 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for aldebug. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/compiler_depend.ts new file mode 100644 index 00000000..64d215d3 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for aldebug. diff --git a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/depend.make new file mode 100644 index 00000000..b81a06d7 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for aldebug. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/flags.make new file mode 100644 index 00000000..a551662c --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/link.txt new file mode 100644 index 00000000..ff978062 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/aldebug.dir/link.d CMakeFiles/aldebug.dir/examples/aldebug.cpp.o "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" -o aldebug -pthread libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/DependInfo.cmake new file mode 100644 index 00000000..695b0889 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/examples/aldirect.cpp" "external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.o" "gcc" "external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.o.d" + "" "external/openal/aldirect" "gcc" "external/openal/CMakeFiles/aldirect.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/build.make b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/build.make new file mode 100644 index 00000000..0dbc2a53 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/build.make @@ -0,0 +1,121 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/aldirect.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/aldirect.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/aldirect.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/aldirect.dir/flags.make + +external/openal/CMakeFiles/aldirect.dir/codegen: +.PHONY : external/openal/CMakeFiles/aldirect.dir/codegen + +external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.o: external/openal/CMakeFiles/aldirect.dir/flags.make +external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.o: /home/guest/Downloads/PopLib/external/openal/examples/aldirect.cpp +external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.o: external/openal/CMakeFiles/aldirect.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.o -MF CMakeFiles/aldirect.dir/examples/aldirect.cpp.o.d -o CMakeFiles/aldirect.dir/examples/aldirect.cpp.o -c /home/guest/Downloads/PopLib/external/openal/examples/aldirect.cpp + +external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/aldirect.dir/examples/aldirect.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/aldirect.cpp > CMakeFiles/aldirect.dir/examples/aldirect.cpp.i + +external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/aldirect.dir/examples/aldirect.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/aldirect.cpp -o CMakeFiles/aldirect.dir/examples/aldirect.cpp.s + +# Object files for target aldirect +aldirect_OBJECTS = \ +"CMakeFiles/aldirect.dir/examples/aldirect.cpp.o" + +# External object files for target aldirect +aldirect_EXTERNAL_OBJECTS = \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" + +external/openal/aldirect: external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.o +external/openal/aldirect: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o +external/openal/aldirect: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o +external/openal/aldirect: external/openal/CMakeFiles/aldirect.dir/build.make +external/openal/aldirect: external/openal/CMakeFiles/aldirect.dir/compiler_depend.ts +external/openal/aldirect: /usr/lib/libsndfile.so +external/openal/aldirect: external/openal/libalsoft.excommon.a +external/openal/aldirect: external/openal/libopenal.a +external/openal/aldirect: external/openal/CMakeFiles/aldirect.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable aldirect" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/aldirect.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/aldirect.dir/build: external/openal/aldirect +.PHONY : external/openal/CMakeFiles/aldirect.dir/build + +external/openal/CMakeFiles/aldirect.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/aldirect.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/aldirect.dir/clean + +external/openal/CMakeFiles/aldirect.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/aldirect.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/aldirect.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/cmake_clean.cmake new file mode 100644 index 00000000..f4681cc0 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/aldirect.dir/link.d" + "CMakeFiles/aldirect.dir/examples/aldirect.cpp.o" + "CMakeFiles/aldirect.dir/examples/aldirect.cpp.o.d" + "aldirect" + "aldirect.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/aldirect.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/compiler_depend.make new file mode 100644 index 00000000..2cbdd691 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for aldirect. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/compiler_depend.ts new file mode 100644 index 00000000..b1dd54d2 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for aldirect. diff --git a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/depend.make new file mode 100644 index 00000000..a72ab7bd --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for aldirect. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/flags.make new file mode 100644 index 00000000..a551662c --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/link.txt new file mode 100644 index 00000000..649cb6ba --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/aldirect.dir/link.d CMakeFiles/aldirect.dir/examples/aldirect.cpp.o "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" -o aldirect -pthread /usr/lib/libsndfile.so libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/DependInfo.cmake new file mode 100644 index 00000000..bd394475 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/examples/alffplay.cpp" "external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o" "gcc" "external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o.d" + "" "external/openal/alffplay" "gcc" "external/openal/CMakeFiles/alffplay.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/build.make new file mode 100644 index 00000000..39854d6d --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/build.make @@ -0,0 +1,128 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/alffplay.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/alffplay.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/alffplay.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/alffplay.dir/flags.make + +external/openal/CMakeFiles/alffplay.dir/codegen: +.PHONY : external/openal/CMakeFiles/alffplay.dir/codegen + +external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o: external/openal/CMakeFiles/alffplay.dir/flags.make +external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o: /home/guest/Downloads/PopLib/external/openal/examples/alffplay.cpp +external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o: external/openal/CMakeFiles/alffplay.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o -MF CMakeFiles/alffplay.dir/examples/alffplay.cpp.o.d -o CMakeFiles/alffplay.dir/examples/alffplay.cpp.o -c /home/guest/Downloads/PopLib/external/openal/examples/alffplay.cpp + +external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alffplay.dir/examples/alffplay.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/alffplay.cpp > CMakeFiles/alffplay.dir/examples/alffplay.cpp.i + +external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alffplay.dir/examples/alffplay.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/alffplay.cpp -o CMakeFiles/alffplay.dir/examples/alffplay.cpp.s + +# Object files for target alffplay +alffplay_OBJECTS = \ +"CMakeFiles/alffplay.dir/examples/alffplay.cpp.o" + +# External object files for target alffplay +alffplay_EXTERNAL_OBJECTS = \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" + +external/openal/alffplay: external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o +external/openal/alffplay: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o +external/openal/alffplay: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o +external/openal/alffplay: external/openal/CMakeFiles/alffplay.dir/build.make +external/openal/alffplay: external/openal/CMakeFiles/alffplay.dir/compiler_depend.ts +external/openal/alffplay: external/SDL/libSDL3.so.0.3.0 +external/openal/alffplay: /usr/lib/libavformat.so +external/openal/alffplay: /usr/lib/libavcodec.so +external/openal/alffplay: /usr/lib/libavutil.so +external/openal/alffplay: /usr/lib/libswscale.so +external/openal/alffplay: /usr/lib/libswresample.so +external/openal/alffplay: /usr/lib/libz.so +external/openal/alffplay: external/openal/libalsoft.excommon.a +external/openal/alffplay: external/openal/libopenal.a +external/openal/alffplay: /home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.sym +external/openal/alffplay: external/openal/CMakeFiles/alffplay.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable alffplay" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alffplay.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/alffplay.dir/build: external/openal/alffplay +.PHONY : external/openal/CMakeFiles/alffplay.dir/build + +external/openal/CMakeFiles/alffplay.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alffplay.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/alffplay.dir/clean + +external/openal/CMakeFiles/alffplay.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alffplay.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/alffplay.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/cmake_clean.cmake new file mode 100644 index 00000000..3e3d87b5 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/alffplay.dir/link.d" + "CMakeFiles/alffplay.dir/examples/alffplay.cpp.o" + "CMakeFiles/alffplay.dir/examples/alffplay.cpp.o.d" + "alffplay" + "alffplay.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/alffplay.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/compiler_depend.make new file mode 100644 index 00000000..935e94f3 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for alffplay. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/compiler_depend.ts new file mode 100644 index 00000000..e8396947 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for alffplay. diff --git a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/depend.make new file mode 100644 index 00000000..d0bbe563 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for alffplay. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/flags.make new file mode 100644 index 00000000..de115d69 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/link.txt new file mode 100644 index 00000000..223b5754 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/alffplay.dir/link.d CMakeFiles/alffplay.dir/examples/alffplay.cpp.o "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" -o alffplay -Wl,-rpath,/home/guest/Downloads/PopLib/build/external/SDL: -pthread ../SDL/libSDL3.so.0.3.0 /usr/lib/libavformat.so /usr/lib/libavcodec.so /usr/lib/libavutil.so /usr/lib/libswscale.so /usr/lib/libswresample.so /usr/lib/libz.so libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/DependInfo.cmake new file mode 100644 index 00000000..196a4554 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/examples/alhrtf.c" "external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o" "gcc" "external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o.d" + "" "external/openal/alhrtf" "gcc" "external/openal/CMakeFiles/alhrtf.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/build.make new file mode 100644 index 00000000..2741a554 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/build.make @@ -0,0 +1,117 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/alhrtf.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/alhrtf.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/alhrtf.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/alhrtf.dir/flags.make + +external/openal/CMakeFiles/alhrtf.dir/codegen: +.PHONY : external/openal/CMakeFiles/alhrtf.dir/codegen + +external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o: external/openal/CMakeFiles/alhrtf.dir/flags.make +external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o: /home/guest/Downloads/PopLib/external/openal/examples/alhrtf.c +external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o: external/openal/CMakeFiles/alhrtf.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o -MF CMakeFiles/alhrtf.dir/examples/alhrtf.c.o.d -o CMakeFiles/alhrtf.dir/examples/alhrtf.c.o -c /home/guest/Downloads/PopLib/external/openal/examples/alhrtf.c + +external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/alhrtf.dir/examples/alhrtf.c.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/alhrtf.c > CMakeFiles/alhrtf.dir/examples/alhrtf.c.i + +external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/alhrtf.dir/examples/alhrtf.c.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/alhrtf.c -o CMakeFiles/alhrtf.dir/examples/alhrtf.c.s + +# Object files for target alhrtf +alhrtf_OBJECTS = \ +"CMakeFiles/alhrtf.dir/examples/alhrtf.c.o" + +# External object files for target alhrtf +alhrtf_EXTERNAL_OBJECTS = + +external/openal/alhrtf: external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o +external/openal/alhrtf: external/openal/CMakeFiles/alhrtf.dir/build.make +external/openal/alhrtf: external/openal/CMakeFiles/alhrtf.dir/compiler_depend.ts +external/openal/alhrtf: /usr/lib/libsndfile.so +external/openal/alhrtf: external/openal/libalsoft.excommon.a +external/openal/alhrtf: external/openal/libopenal.a +external/openal/alhrtf: external/openal/CMakeFiles/alhrtf.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable alhrtf" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alhrtf.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/alhrtf.dir/build: external/openal/alhrtf +.PHONY : external/openal/CMakeFiles/alhrtf.dir/build + +external/openal/CMakeFiles/alhrtf.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alhrtf.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/alhrtf.dir/clean + +external/openal/CMakeFiles/alhrtf.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alhrtf.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/alhrtf.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/cmake_clean.cmake new file mode 100644 index 00000000..7ce55eb4 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/alhrtf.dir/link.d" + "CMakeFiles/alhrtf.dir/examples/alhrtf.c.o" + "CMakeFiles/alhrtf.dir/examples/alhrtf.c.o.d" + "alhrtf" + "alhrtf.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/alhrtf.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/compiler_depend.make new file mode 100644 index 00000000..1a2ebee1 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for alhrtf. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/compiler_depend.ts new file mode 100644 index 00000000..68938b54 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for alhrtf. diff --git a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/depend.make new file mode 100644 index 00000000..4e0baf44 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for alhrtf. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/flags.make new file mode 100644 index 00000000..13b18d91 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL + +C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/link.txt new file mode 100644 index 00000000..a62fd0ae --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/alhrtf.dir/link.d CMakeFiles/alhrtf.dir/examples/alhrtf.c.o -o alhrtf -pthread /usr/lib/libsndfile.so libalsoft.excommon.a -lm libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/DependInfo.cmake new file mode 100644 index 00000000..609c8693 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/examples/allafplay.cpp" "external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.o" "gcc" "external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.o.d" + "" "external/openal/allafplay" "gcc" "external/openal/CMakeFiles/allafplay.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/build.make b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/build.make new file mode 100644 index 00000000..46021191 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/build.make @@ -0,0 +1,121 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/allafplay.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/allafplay.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/allafplay.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/allafplay.dir/flags.make + +external/openal/CMakeFiles/allafplay.dir/codegen: +.PHONY : external/openal/CMakeFiles/allafplay.dir/codegen + +external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.o: external/openal/CMakeFiles/allafplay.dir/flags.make +external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.o: /home/guest/Downloads/PopLib/external/openal/examples/allafplay.cpp +external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.o: external/openal/CMakeFiles/allafplay.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.o -MF CMakeFiles/allafplay.dir/examples/allafplay.cpp.o.d -o CMakeFiles/allafplay.dir/examples/allafplay.cpp.o -c /home/guest/Downloads/PopLib/external/openal/examples/allafplay.cpp + +external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/allafplay.dir/examples/allafplay.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/allafplay.cpp > CMakeFiles/allafplay.dir/examples/allafplay.cpp.i + +external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/allafplay.dir/examples/allafplay.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/allafplay.cpp -o CMakeFiles/allafplay.dir/examples/allafplay.cpp.s + +# Object files for target allafplay +allafplay_OBJECTS = \ +"CMakeFiles/allafplay.dir/examples/allafplay.cpp.o" + +# External object files for target allafplay +allafplay_EXTERNAL_OBJECTS = \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" + +external/openal/allafplay: external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.o +external/openal/allafplay: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o +external/openal/allafplay: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o +external/openal/allafplay: external/openal/CMakeFiles/allafplay.dir/build.make +external/openal/allafplay: external/openal/CMakeFiles/allafplay.dir/compiler_depend.ts +external/openal/allafplay: external/openal/libalsoft.common.a +external/openal/allafplay: external/openal/libalsoft.excommon.a +external/openal/allafplay: external/openal/libopenal.a +external/openal/allafplay: external/openal/CMakeFiles/allafplay.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable allafplay" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/allafplay.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/allafplay.dir/build: external/openal/allafplay +.PHONY : external/openal/CMakeFiles/allafplay.dir/build + +external/openal/CMakeFiles/allafplay.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/allafplay.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/allafplay.dir/clean + +external/openal/CMakeFiles/allafplay.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/allafplay.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/allafplay.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/cmake_clean.cmake new file mode 100644 index 00000000..65ad4e5c --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/allafplay.dir/link.d" + "CMakeFiles/allafplay.dir/examples/allafplay.cpp.o" + "CMakeFiles/allafplay.dir/examples/allafplay.cpp.o.d" + "allafplay" + "allafplay.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/allafplay.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/compiler_depend.make new file mode 100644 index 00000000..19d2166f --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for allafplay. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/compiler_depend.ts new file mode 100644 index 00000000..e8170126 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for allafplay. diff --git a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/depend.make new file mode 100644 index 00000000..5e596bef --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for allafplay. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/flags.make new file mode 100644 index 00000000..a551662c --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/link.txt new file mode 100644 index 00000000..fc6440f2 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/allafplay.dir/link.d CMakeFiles/allafplay.dir/examples/allafplay.cpp.o "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" -o allafplay -pthread libalsoft.common.a libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/openal/CMakeFiles/allatency.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/allatency.dir/DependInfo.cmake new file mode 100644 index 00000000..32745458 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/allatency.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/examples/allatency.c" "external/openal/CMakeFiles/allatency.dir/examples/allatency.c.o" "gcc" "external/openal/CMakeFiles/allatency.dir/examples/allatency.c.o.d" + "" "external/openal/allatency" "gcc" "external/openal/CMakeFiles/allatency.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/allatency.dir/build.make b/build_emscripten/external/openal/CMakeFiles/allatency.dir/build.make new file mode 100644 index 00000000..077e366b --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/allatency.dir/build.make @@ -0,0 +1,117 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/allatency.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/allatency.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/allatency.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/allatency.dir/flags.make + +external/openal/CMakeFiles/allatency.dir/codegen: +.PHONY : external/openal/CMakeFiles/allatency.dir/codegen + +external/openal/CMakeFiles/allatency.dir/examples/allatency.c.o: external/openal/CMakeFiles/allatency.dir/flags.make +external/openal/CMakeFiles/allatency.dir/examples/allatency.c.o: /home/guest/Downloads/PopLib/external/openal/examples/allatency.c +external/openal/CMakeFiles/allatency.dir/examples/allatency.c.o: external/openal/CMakeFiles/allatency.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/allatency.dir/examples/allatency.c.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/allatency.dir/examples/allatency.c.o -MF CMakeFiles/allatency.dir/examples/allatency.c.o.d -o CMakeFiles/allatency.dir/examples/allatency.c.o -c /home/guest/Downloads/PopLib/external/openal/examples/allatency.c + +external/openal/CMakeFiles/allatency.dir/examples/allatency.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/allatency.dir/examples/allatency.c.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/allatency.c > CMakeFiles/allatency.dir/examples/allatency.c.i + +external/openal/CMakeFiles/allatency.dir/examples/allatency.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/allatency.dir/examples/allatency.c.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/allatency.c -o CMakeFiles/allatency.dir/examples/allatency.c.s + +# Object files for target allatency +allatency_OBJECTS = \ +"CMakeFiles/allatency.dir/examples/allatency.c.o" + +# External object files for target allatency +allatency_EXTERNAL_OBJECTS = + +external/openal/allatency: external/openal/CMakeFiles/allatency.dir/examples/allatency.c.o +external/openal/allatency: external/openal/CMakeFiles/allatency.dir/build.make +external/openal/allatency: external/openal/CMakeFiles/allatency.dir/compiler_depend.ts +external/openal/allatency: /usr/lib/libsndfile.so +external/openal/allatency: external/openal/libalsoft.excommon.a +external/openal/allatency: external/openal/libopenal.a +external/openal/allatency: external/openal/CMakeFiles/allatency.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable allatency" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/allatency.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/allatency.dir/build: external/openal/allatency +.PHONY : external/openal/CMakeFiles/allatency.dir/build + +external/openal/CMakeFiles/allatency.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/allatency.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/allatency.dir/clean + +external/openal/CMakeFiles/allatency.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/allatency.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/allatency.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/allatency.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/allatency.dir/cmake_clean.cmake new file mode 100644 index 00000000..b1513296 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/allatency.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/allatency.dir/link.d" + "CMakeFiles/allatency.dir/examples/allatency.c.o" + "CMakeFiles/allatency.dir/examples/allatency.c.o.d" + "allatency" + "allatency.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/allatency.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/allatency.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/allatency.dir/compiler_depend.make new file mode 100644 index 00000000..33292a0e --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/allatency.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for allatency. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/allatency.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/allatency.dir/compiler_depend.ts new file mode 100644 index 00000000..7c6730d6 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/allatency.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for allatency. diff --git a/build_emscripten/external/openal/CMakeFiles/allatency.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/allatency.dir/depend.make new file mode 100644 index 00000000..ad428de1 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/allatency.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for allatency. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/allatency.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/allatency.dir/flags.make new file mode 100644 index 00000000..13b18d91 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/allatency.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL + +C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/allatency.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/allatency.dir/link.txt new file mode 100644 index 00000000..7f62c970 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/allatency.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/allatency.dir/link.d CMakeFiles/allatency.dir/examples/allatency.c.o -o allatency -pthread /usr/lib/libsndfile.so libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/allatency.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/allatency.dir/progress.make new file mode 100644 index 00000000..72822cee --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/allatency.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 33 +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/DependInfo.cmake new file mode 100644 index 00000000..9aae754d --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/examples/alloopback.c" "external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.o" "gcc" "external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.o.d" + "" "external/openal/alloopback" "gcc" "external/openal/CMakeFiles/alloopback.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/build.make new file mode 100644 index 00000000..69971002 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/build.make @@ -0,0 +1,118 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/alloopback.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/alloopback.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/alloopback.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/alloopback.dir/flags.make + +external/openal/CMakeFiles/alloopback.dir/codegen: +.PHONY : external/openal/CMakeFiles/alloopback.dir/codegen + +external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.o: external/openal/CMakeFiles/alloopback.dir/flags.make +external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.o: /home/guest/Downloads/PopLib/external/openal/examples/alloopback.c +external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.o: external/openal/CMakeFiles/alloopback.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.o -MF CMakeFiles/alloopback.dir/examples/alloopback.c.o.d -o CMakeFiles/alloopback.dir/examples/alloopback.c.o -c /home/guest/Downloads/PopLib/external/openal/examples/alloopback.c + +external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/alloopback.dir/examples/alloopback.c.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/alloopback.c > CMakeFiles/alloopback.dir/examples/alloopback.c.i + +external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/alloopback.dir/examples/alloopback.c.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/alloopback.c -o CMakeFiles/alloopback.dir/examples/alloopback.c.s + +# Object files for target alloopback +alloopback_OBJECTS = \ +"CMakeFiles/alloopback.dir/examples/alloopback.c.o" + +# External object files for target alloopback +alloopback_EXTERNAL_OBJECTS = + +external/openal/alloopback: external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.o +external/openal/alloopback: external/openal/CMakeFiles/alloopback.dir/build.make +external/openal/alloopback: external/openal/CMakeFiles/alloopback.dir/compiler_depend.ts +external/openal/alloopback: external/SDL/libSDL3.so.0.3.0 +external/openal/alloopback: external/openal/libalsoft.excommon.a +external/openal/alloopback: external/openal/libopenal.a +external/openal/alloopback: /home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.sym +external/openal/alloopback: external/openal/CMakeFiles/alloopback.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable alloopback" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alloopback.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/alloopback.dir/build: external/openal/alloopback +.PHONY : external/openal/CMakeFiles/alloopback.dir/build + +external/openal/CMakeFiles/alloopback.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alloopback.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/alloopback.dir/clean + +external/openal/CMakeFiles/alloopback.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alloopback.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/alloopback.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/cmake_clean.cmake new file mode 100644 index 00000000..5893cd50 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/alloopback.dir/link.d" + "CMakeFiles/alloopback.dir/examples/alloopback.c.o" + "CMakeFiles/alloopback.dir/examples/alloopback.c.o.d" + "alloopback" + "alloopback.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/alloopback.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/compiler_depend.make new file mode 100644 index 00000000..a576e4f9 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for alloopback. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/compiler_depend.ts new file mode 100644 index 00000000..bfd1bb8c --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for alloopback. diff --git a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/depend.make new file mode 100644 index 00000000..6a6f468e --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for alloopback. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/flags.make new file mode 100644 index 00000000..8c230a5a --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL + +C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/link.txt new file mode 100644 index 00000000..0b0725a5 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/alloopback.dir/link.d CMakeFiles/alloopback.dir/examples/alloopback.c.o -o alloopback -Wl,-rpath,/home/guest/Downloads/PopLib/build/external/SDL: -pthread ../SDL/libSDL3.so.0.3.0 libalsoft.excommon.a -lm libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/DependInfo.cmake new file mode 100644 index 00000000..79de6e53 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/examples/almultireverb.c" "external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o" "gcc" "external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o.d" + "" "external/openal/almultireverb" "gcc" "external/openal/CMakeFiles/almultireverb.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/build.make b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/build.make new file mode 100644 index 00000000..e7e5022b --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/build.make @@ -0,0 +1,117 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/almultireverb.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/almultireverb.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/almultireverb.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/almultireverb.dir/flags.make + +external/openal/CMakeFiles/almultireverb.dir/codegen: +.PHONY : external/openal/CMakeFiles/almultireverb.dir/codegen + +external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o: external/openal/CMakeFiles/almultireverb.dir/flags.make +external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o: /home/guest/Downloads/PopLib/external/openal/examples/almultireverb.c +external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o: external/openal/CMakeFiles/almultireverb.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o -MF CMakeFiles/almultireverb.dir/examples/almultireverb.c.o.d -o CMakeFiles/almultireverb.dir/examples/almultireverb.c.o -c /home/guest/Downloads/PopLib/external/openal/examples/almultireverb.c + +external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/almultireverb.dir/examples/almultireverb.c.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/almultireverb.c > CMakeFiles/almultireverb.dir/examples/almultireverb.c.i + +external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/almultireverb.dir/examples/almultireverb.c.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/almultireverb.c -o CMakeFiles/almultireverb.dir/examples/almultireverb.c.s + +# Object files for target almultireverb +almultireverb_OBJECTS = \ +"CMakeFiles/almultireverb.dir/examples/almultireverb.c.o" + +# External object files for target almultireverb +almultireverb_EXTERNAL_OBJECTS = + +external/openal/almultireverb: external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o +external/openal/almultireverb: external/openal/CMakeFiles/almultireverb.dir/build.make +external/openal/almultireverb: external/openal/CMakeFiles/almultireverb.dir/compiler_depend.ts +external/openal/almultireverb: /usr/lib/libsndfile.so +external/openal/almultireverb: external/openal/libalsoft.excommon.a +external/openal/almultireverb: external/openal/libopenal.a +external/openal/almultireverb: external/openal/CMakeFiles/almultireverb.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable almultireverb" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/almultireverb.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/almultireverb.dir/build: external/openal/almultireverb +.PHONY : external/openal/CMakeFiles/almultireverb.dir/build + +external/openal/CMakeFiles/almultireverb.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/almultireverb.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/almultireverb.dir/clean + +external/openal/CMakeFiles/almultireverb.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/almultireverb.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/almultireverb.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/cmake_clean.cmake new file mode 100644 index 00000000..984248e0 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/almultireverb.dir/link.d" + "CMakeFiles/almultireverb.dir/examples/almultireverb.c.o" + "CMakeFiles/almultireverb.dir/examples/almultireverb.c.o.d" + "almultireverb" + "almultireverb.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/almultireverb.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/compiler_depend.make new file mode 100644 index 00000000..1f3c7b18 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for almultireverb. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/compiler_depend.ts new file mode 100644 index 00000000..9c8099a5 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for almultireverb. diff --git a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/depend.make new file mode 100644 index 00000000..1578eba3 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for almultireverb. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/flags.make new file mode 100644 index 00000000..13b18d91 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL + +C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/link.txt new file mode 100644 index 00000000..8ac75c92 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/almultireverb.dir/link.d CMakeFiles/almultireverb.dir/examples/almultireverb.c.o -o almultireverb -pthread /usr/lib/libsndfile.so libalsoft.excommon.a -lm libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/openal/CMakeFiles/alplay.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alplay.dir/DependInfo.cmake new file mode 100644 index 00000000..1806000b --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alplay.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/examples/alplay.c" "external/openal/CMakeFiles/alplay.dir/examples/alplay.c.o" "gcc" "external/openal/CMakeFiles/alplay.dir/examples/alplay.c.o.d" + "" "external/openal/alplay" "gcc" "external/openal/CMakeFiles/alplay.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alplay.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alplay.dir/build.make new file mode 100644 index 00000000..5423f388 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alplay.dir/build.make @@ -0,0 +1,117 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/alplay.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/alplay.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/alplay.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/alplay.dir/flags.make + +external/openal/CMakeFiles/alplay.dir/codegen: +.PHONY : external/openal/CMakeFiles/alplay.dir/codegen + +external/openal/CMakeFiles/alplay.dir/examples/alplay.c.o: external/openal/CMakeFiles/alplay.dir/flags.make +external/openal/CMakeFiles/alplay.dir/examples/alplay.c.o: /home/guest/Downloads/PopLib/external/openal/examples/alplay.c +external/openal/CMakeFiles/alplay.dir/examples/alplay.c.o: external/openal/CMakeFiles/alplay.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/alplay.dir/examples/alplay.c.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/alplay.dir/examples/alplay.c.o -MF CMakeFiles/alplay.dir/examples/alplay.c.o.d -o CMakeFiles/alplay.dir/examples/alplay.c.o -c /home/guest/Downloads/PopLib/external/openal/examples/alplay.c + +external/openal/CMakeFiles/alplay.dir/examples/alplay.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/alplay.dir/examples/alplay.c.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/alplay.c > CMakeFiles/alplay.dir/examples/alplay.c.i + +external/openal/CMakeFiles/alplay.dir/examples/alplay.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/alplay.dir/examples/alplay.c.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/alplay.c -o CMakeFiles/alplay.dir/examples/alplay.c.s + +# Object files for target alplay +alplay_OBJECTS = \ +"CMakeFiles/alplay.dir/examples/alplay.c.o" + +# External object files for target alplay +alplay_EXTERNAL_OBJECTS = + +external/openal/alplay: external/openal/CMakeFiles/alplay.dir/examples/alplay.c.o +external/openal/alplay: external/openal/CMakeFiles/alplay.dir/build.make +external/openal/alplay: external/openal/CMakeFiles/alplay.dir/compiler_depend.ts +external/openal/alplay: /usr/lib/libsndfile.so +external/openal/alplay: external/openal/libalsoft.excommon.a +external/openal/alplay: external/openal/libopenal.a +external/openal/alplay: external/openal/CMakeFiles/alplay.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable alplay" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alplay.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/alplay.dir/build: external/openal/alplay +.PHONY : external/openal/CMakeFiles/alplay.dir/build + +external/openal/CMakeFiles/alplay.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alplay.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/alplay.dir/clean + +external/openal/CMakeFiles/alplay.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alplay.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/alplay.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/alplay.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alplay.dir/cmake_clean.cmake new file mode 100644 index 00000000..dd80f015 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alplay.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/alplay.dir/link.d" + "CMakeFiles/alplay.dir/examples/alplay.c.o" + "CMakeFiles/alplay.dir/examples/alplay.c.o.d" + "alplay" + "alplay.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/alplay.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alplay.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alplay.dir/compiler_depend.make new file mode 100644 index 00000000..d237e10b --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alplay.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for alplay. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alplay.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alplay.dir/compiler_depend.ts new file mode 100644 index 00000000..3f9538aa --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alplay.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for alplay. diff --git a/build_emscripten/external/openal/CMakeFiles/alplay.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alplay.dir/depend.make new file mode 100644 index 00000000..42dd3efc --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alplay.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for alplay. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alplay.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alplay.dir/flags.make new file mode 100644 index 00000000..13b18d91 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alplay.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL + +C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/alplay.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alplay.dir/link.txt new file mode 100644 index 00000000..b912c3ab --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alplay.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/alplay.dir/link.d CMakeFiles/alplay.dir/examples/alplay.c.o -o alplay -pthread /usr/lib/libsndfile.so libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/alplay.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alplay.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alplay.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/DependInfo.cmake new file mode 100644 index 00000000..06534992 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/examples/alrecord.c" "external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.o" "gcc" "external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.o.d" + "" "external/openal/alrecord" "gcc" "external/openal/CMakeFiles/alrecord.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/build.make new file mode 100644 index 00000000..a8f5a785 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/alrecord.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/alrecord.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/alrecord.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/alrecord.dir/flags.make + +external/openal/CMakeFiles/alrecord.dir/codegen: +.PHONY : external/openal/CMakeFiles/alrecord.dir/codegen + +external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.o: external/openal/CMakeFiles/alrecord.dir/flags.make +external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.o: /home/guest/Downloads/PopLib/external/openal/examples/alrecord.c +external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.o: external/openal/CMakeFiles/alrecord.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.o -MF CMakeFiles/alrecord.dir/examples/alrecord.c.o.d -o CMakeFiles/alrecord.dir/examples/alrecord.c.o -c /home/guest/Downloads/PopLib/external/openal/examples/alrecord.c + +external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/alrecord.dir/examples/alrecord.c.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/alrecord.c > CMakeFiles/alrecord.dir/examples/alrecord.c.i + +external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/alrecord.dir/examples/alrecord.c.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/alrecord.c -o CMakeFiles/alrecord.dir/examples/alrecord.c.s + +# Object files for target alrecord +alrecord_OBJECTS = \ +"CMakeFiles/alrecord.dir/examples/alrecord.c.o" + +# External object files for target alrecord +alrecord_EXTERNAL_OBJECTS = + +external/openal/alrecord: external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.o +external/openal/alrecord: external/openal/CMakeFiles/alrecord.dir/build.make +external/openal/alrecord: external/openal/CMakeFiles/alrecord.dir/compiler_depend.ts +external/openal/alrecord: external/openal/libalsoft.excommon.a +external/openal/alrecord: external/openal/libopenal.a +external/openal/alrecord: external/openal/CMakeFiles/alrecord.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable alrecord" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alrecord.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/alrecord.dir/build: external/openal/alrecord +.PHONY : external/openal/CMakeFiles/alrecord.dir/build + +external/openal/CMakeFiles/alrecord.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alrecord.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/alrecord.dir/clean + +external/openal/CMakeFiles/alrecord.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alrecord.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/alrecord.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/cmake_clean.cmake new file mode 100644 index 00000000..8fa7ac7f --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/alrecord.dir/link.d" + "CMakeFiles/alrecord.dir/examples/alrecord.c.o" + "CMakeFiles/alrecord.dir/examples/alrecord.c.o.d" + "alrecord" + "alrecord.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/alrecord.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/compiler_depend.make new file mode 100644 index 00000000..582dab3e --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for alrecord. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/compiler_depend.ts new file mode 100644 index 00000000..8255f793 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for alrecord. diff --git a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/depend.make new file mode 100644 index 00000000..3f2a9e60 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for alrecord. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/flags.make new file mode 100644 index 00000000..13b18d91 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL + +C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/link.txt new file mode 100644 index 00000000..7cc79faf --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/alrecord.dir/link.d CMakeFiles/alrecord.dir/examples/alrecord.c.o -o alrecord -pthread libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/DependInfo.cmake new file mode 100644 index 00000000..e52096d3 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/examples/alreverb.c" "external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.o" "gcc" "external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.o.d" + "" "external/openal/alreverb" "gcc" "external/openal/CMakeFiles/alreverb.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/build.make new file mode 100644 index 00000000..20bb7540 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/build.make @@ -0,0 +1,117 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/alreverb.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/alreverb.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/alreverb.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/alreverb.dir/flags.make + +external/openal/CMakeFiles/alreverb.dir/codegen: +.PHONY : external/openal/CMakeFiles/alreverb.dir/codegen + +external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.o: external/openal/CMakeFiles/alreverb.dir/flags.make +external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.o: /home/guest/Downloads/PopLib/external/openal/examples/alreverb.c +external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.o: external/openal/CMakeFiles/alreverb.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.o -MF CMakeFiles/alreverb.dir/examples/alreverb.c.o.d -o CMakeFiles/alreverb.dir/examples/alreverb.c.o -c /home/guest/Downloads/PopLib/external/openal/examples/alreverb.c + +external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/alreverb.dir/examples/alreverb.c.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/alreverb.c > CMakeFiles/alreverb.dir/examples/alreverb.c.i + +external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/alreverb.dir/examples/alreverb.c.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/alreverb.c -o CMakeFiles/alreverb.dir/examples/alreverb.c.s + +# Object files for target alreverb +alreverb_OBJECTS = \ +"CMakeFiles/alreverb.dir/examples/alreverb.c.o" + +# External object files for target alreverb +alreverb_EXTERNAL_OBJECTS = + +external/openal/alreverb: external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.o +external/openal/alreverb: external/openal/CMakeFiles/alreverb.dir/build.make +external/openal/alreverb: external/openal/CMakeFiles/alreverb.dir/compiler_depend.ts +external/openal/alreverb: /usr/lib/libsndfile.so +external/openal/alreverb: external/openal/libalsoft.excommon.a +external/openal/alreverb: external/openal/libopenal.a +external/openal/alreverb: external/openal/CMakeFiles/alreverb.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable alreverb" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alreverb.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/alreverb.dir/build: external/openal/alreverb +.PHONY : external/openal/CMakeFiles/alreverb.dir/build + +external/openal/CMakeFiles/alreverb.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alreverb.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/alreverb.dir/clean + +external/openal/CMakeFiles/alreverb.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alreverb.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/alreverb.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/cmake_clean.cmake new file mode 100644 index 00000000..a7b25971 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/alreverb.dir/link.d" + "CMakeFiles/alreverb.dir/examples/alreverb.c.o" + "CMakeFiles/alreverb.dir/examples/alreverb.c.o.d" + "alreverb" + "alreverb.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/alreverb.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/compiler_depend.make new file mode 100644 index 00000000..01d758e5 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for alreverb. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/compiler_depend.ts new file mode 100644 index 00000000..1d89d027 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for alreverb. diff --git a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/depend.make new file mode 100644 index 00000000..51531ee2 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for alreverb. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/flags.make new file mode 100644 index 00000000..13b18d91 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL + +C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/link.txt new file mode 100644 index 00000000..f9f45883 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/alreverb.dir/link.d CMakeFiles/alreverb.dir/examples/alreverb.c.o -o alreverb -pthread /usr/lib/libsndfile.so libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/build.make new file mode 100644 index 00000000..3e48196b --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/build.make @@ -0,0 +1,97 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for alsoft.build_version. + +# Include any custom commands dependencies for this target. +include external/openal/CMakeFiles/alsoft.build_version.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/alsoft.build_version.dir/progress.make + +external/openal/CMakeFiles/alsoft.build_version: external/openal/version_witness.txt + +external/openal/version_witness.txt: /home/guest/Downloads/PopLib/external/openal/version.h.in +external/openal/version_witness.txt: /home/guest/Downloads/PopLib/.git/modules/external/openal/index +external/openal/version_witness.txt: /home/guest/Downloads/PopLib/external/openal/version.cmake + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating version_witness.txt" + cd /home/guest/Downloads/PopLib/external/openal && /usr/bin/cmake -D GIT_EXECUTABLE=/usr/bin/git -D LIB_VERSION=1.24.3 -D LIB_VERSION_NUM=1,24,3,0 -D SRC=/home/guest/Downloads/PopLib/external/openal/version.h.in -D DST=/home/guest/Downloads/PopLib/build/external/openal/version.h -P /home/guest/Downloads/PopLib/external/openal/version.cmake + cd /home/guest/Downloads/PopLib/external/openal && /usr/bin/cmake -E touch /home/guest/Downloads/PopLib/build/external/openal/version_witness.txt + +external/openal/CMakeFiles/alsoft.build_version.dir/codegen: +.PHONY : external/openal/CMakeFiles/alsoft.build_version.dir/codegen + +alsoft.build_version: external/openal/CMakeFiles/alsoft.build_version +alsoft.build_version: external/openal/version_witness.txt +alsoft.build_version: external/openal/CMakeFiles/alsoft.build_version.dir/build.make +.PHONY : alsoft.build_version + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/alsoft.build_version.dir/build: alsoft.build_version +.PHONY : external/openal/CMakeFiles/alsoft.build_version.dir/build + +external/openal/CMakeFiles/alsoft.build_version.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alsoft.build_version.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/alsoft.build_version.dir/clean + +external/openal/CMakeFiles/alsoft.build_version.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alsoft.build_version.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/alsoft.build_version.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/cmake_clean.cmake new file mode 100644 index 00000000..b51deb96 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/alsoft.build_version" + "version.h" + "version_witness.txt" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/alsoft.build_version.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/compiler_depend.make new file mode 100644 index 00000000..6c90723b --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for alsoft.build_version. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/compiler_depend.ts new file mode 100644 index 00000000..1c5a990c --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for alsoft.build_version. diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/progress.make new file mode 100644 index 00000000..225de343 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/progress.make @@ -0,0 +1,2 @@ +CMAKE_PROGRESS_1 = + diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/DependInfo.cmake new file mode 100644 index 00000000..49d1c549 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/DependInfo.cmake @@ -0,0 +1,31 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp" "external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o" "gcc" "external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/common/alstring.cpp" "external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.o" "gcc" "external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp" "external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o" "gcc" "external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/common/dynload.cpp" "external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.o" "gcc" "external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp" "external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o" "gcc" "external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/common/pffft.cpp" "external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.o" "gcc" "external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp" "external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o" "gcc" "external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp" "external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o" "gcc" "external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/common/strutils.cpp" "external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.o" "gcc" "external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/build.make new file mode 100644 index 00000000..260b7462 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/build.make @@ -0,0 +1,246 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/alsoft.common.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/alsoft.common.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/alsoft.common.dir/flags.make + +external/openal/CMakeFiles/alsoft.common.dir/codegen: +.PHONY : external/openal/CMakeFiles/alsoft.common.dir/codegen + +external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/flags.make +external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp +external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o -MF CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o.d -o CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp + +external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp > CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.i + +external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp -o CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.s + +external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/flags.make +external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/alstring.cpp +external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.o -MF CMakeFiles/alsoft.common.dir/common/alstring.cpp.o.d -o CMakeFiles/alsoft.common.dir/common/alstring.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/alstring.cpp + +external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.common.dir/common/alstring.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/alstring.cpp > CMakeFiles/alsoft.common.dir/common/alstring.cpp.i + +external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.common.dir/common/alstring.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/alstring.cpp -o CMakeFiles/alsoft.common.dir/common/alstring.cpp.s + +external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/flags.make +external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp +external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o -MF CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o.d -o CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp + +external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp > CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.i + +external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp -o CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.s + +external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/flags.make +external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/dynload.cpp +external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.o -MF CMakeFiles/alsoft.common.dir/common/dynload.cpp.o.d -o CMakeFiles/alsoft.common.dir/common/dynload.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/dynload.cpp + +external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.common.dir/common/dynload.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/dynload.cpp > CMakeFiles/alsoft.common.dir/common/dynload.cpp.i + +external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.common.dir/common/dynload.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/dynload.cpp -o CMakeFiles/alsoft.common.dir/common/dynload.cpp.s + +external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/flags.make +external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp +external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o -MF CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o.d -o CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp + +external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.common.dir/common/filesystem.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp > CMakeFiles/alsoft.common.dir/common/filesystem.cpp.i + +external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.common.dir/common/filesystem.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp -o CMakeFiles/alsoft.common.dir/common/filesystem.cpp.s + +external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/flags.make +external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/pffft.cpp +external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.o -MF CMakeFiles/alsoft.common.dir/common/pffft.cpp.o.d -o CMakeFiles/alsoft.common.dir/common/pffft.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/pffft.cpp + +external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.common.dir/common/pffft.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/pffft.cpp > CMakeFiles/alsoft.common.dir/common/pffft.cpp.i + +external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.common.dir/common/pffft.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/pffft.cpp -o CMakeFiles/alsoft.common.dir/common/pffft.cpp.s + +external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/flags.make +external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp +external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o -MF CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o.d -o CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp + +external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp > CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.i + +external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp -o CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.s + +external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/flags.make +external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp +external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o -MF CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o.d -o CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp + +external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp > CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.i + +external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp -o CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.s + +external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/flags.make +external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/strutils.cpp +external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.o -MF CMakeFiles/alsoft.common.dir/common/strutils.cpp.o.d -o CMakeFiles/alsoft.common.dir/common/strutils.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/strutils.cpp + +external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.common.dir/common/strutils.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/strutils.cpp > CMakeFiles/alsoft.common.dir/common/strutils.cpp.i + +external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.common.dir/common/strutils.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/strutils.cpp -o CMakeFiles/alsoft.common.dir/common/strutils.cpp.s + +# Object files for target alsoft.common +alsoft_common_OBJECTS = \ +"CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o" \ +"CMakeFiles/alsoft.common.dir/common/alstring.cpp.o" \ +"CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o" \ +"CMakeFiles/alsoft.common.dir/common/dynload.cpp.o" \ +"CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o" \ +"CMakeFiles/alsoft.common.dir/common/pffft.cpp.o" \ +"CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o" \ +"CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o" \ +"CMakeFiles/alsoft.common.dir/common/strutils.cpp.o" + +# External object files for target alsoft.common +alsoft_common_EXTERNAL_OBJECTS = \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" + +external/openal/libalsoft.common.a: external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o +external/openal/libalsoft.common.a: external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.o +external/openal/libalsoft.common.a: external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o +external/openal/libalsoft.common.a: external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.o +external/openal/libalsoft.common.a: external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o +external/openal/libalsoft.common.a: external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.o +external/openal/libalsoft.common.a: external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o +external/openal/libalsoft.common.a: external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o +external/openal/libalsoft.common.a: external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.o +external/openal/libalsoft.common.a: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o +external/openal/libalsoft.common.a: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o +external/openal/libalsoft.common.a: external/openal/CMakeFiles/alsoft.common.dir/build.make +external/openal/libalsoft.common.a: external/openal/CMakeFiles/alsoft.common.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Linking CXX static library libalsoft.common.a" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alsoft.common.dir/cmake_clean_target.cmake + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alsoft.common.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/alsoft.common.dir/build: external/openal/libalsoft.common.a +.PHONY : external/openal/CMakeFiles/alsoft.common.dir/build + +external/openal/CMakeFiles/alsoft.common.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alsoft.common.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/alsoft.common.dir/clean + +external/openal/CMakeFiles/alsoft.common.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alsoft.common.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/alsoft.common.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/cmake_clean.cmake new file mode 100644 index 00000000..f64bddcd --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/cmake_clean.cmake @@ -0,0 +1,27 @@ +file(REMOVE_RECURSE + "CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o" + "CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o.d" + "CMakeFiles/alsoft.common.dir/common/alstring.cpp.o" + "CMakeFiles/alsoft.common.dir/common/alstring.cpp.o.d" + "CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o" + "CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o.d" + "CMakeFiles/alsoft.common.dir/common/dynload.cpp.o" + "CMakeFiles/alsoft.common.dir/common/dynload.cpp.o.d" + "CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o" + "CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o.d" + "CMakeFiles/alsoft.common.dir/common/pffft.cpp.o" + "CMakeFiles/alsoft.common.dir/common/pffft.cpp.o.d" + "CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o" + "CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o.d" + "CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o" + "CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o.d" + "CMakeFiles/alsoft.common.dir/common/strutils.cpp.o" + "CMakeFiles/alsoft.common.dir/common/strutils.cpp.o.d" + "libalsoft.common.a" + "libalsoft.common.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/alsoft.common.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/cmake_clean_target.cmake b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/cmake_clean_target.cmake new file mode 100644 index 00000000..ac360554 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libalsoft.common.a" +) diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.make new file mode 100644 index 00000000..c85dd5ff --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for alsoft.common. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts new file mode 100644 index 00000000..4b4b3f5a --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for alsoft.common. diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/depend.make new file mode 100644 index 00000000..981b798a --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for alsoft.common. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/flags.make new file mode 100644 index 00000000..40be12bf --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIC -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/link.txt new file mode 100644 index 00000000..589686bc --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libalsoft.common.a CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o CMakeFiles/alsoft.common.dir/common/alstring.cpp.o CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o CMakeFiles/alsoft.common.dir/common/dynload.cpp.o CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o CMakeFiles/alsoft.common.dir/common/pffft.cpp.o CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o CMakeFiles/alsoft.common.dir/common/strutils.cpp.o "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" +/usr/bin/ranlib libalsoft.common.a diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/progress.make new file mode 100644 index 00000000..dca0712a --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/progress.make @@ -0,0 +1,11 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = 34 +CMAKE_PROGRESS_10 = + diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/DependInfo.cmake new file mode 100644 index 00000000..ceb73f06 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/examples/common/alhelpers.c" "external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o" "gcc" "external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/build.make new file mode 100644 index 00000000..ff83e9f6 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/alsoft.excommon.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/alsoft.excommon.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/alsoft.excommon.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/alsoft.excommon.dir/flags.make + +external/openal/CMakeFiles/alsoft.excommon.dir/codegen: +.PHONY : external/openal/CMakeFiles/alsoft.excommon.dir/codegen + +external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o: external/openal/CMakeFiles/alsoft.excommon.dir/flags.make +external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o: /home/guest/Downloads/PopLib/external/openal/examples/common/alhelpers.c +external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o: external/openal/CMakeFiles/alsoft.excommon.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o -MF CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o.d -o CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o -c /home/guest/Downloads/PopLib/external/openal/examples/common/alhelpers.c + +external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/common/alhelpers.c > CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.i + +external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/common/alhelpers.c -o CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.s + +# Object files for target alsoft.excommon +alsoft_excommon_OBJECTS = \ +"CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o" + +# External object files for target alsoft.excommon +alsoft_excommon_EXTERNAL_OBJECTS = + +external/openal/libalsoft.excommon.a: external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o +external/openal/libalsoft.excommon.a: external/openal/CMakeFiles/alsoft.excommon.dir/build.make +external/openal/libalsoft.excommon.a: external/openal/CMakeFiles/alsoft.excommon.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library libalsoft.excommon.a" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alsoft.excommon.dir/cmake_clean_target.cmake + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alsoft.excommon.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/alsoft.excommon.dir/build: external/openal/libalsoft.excommon.a +.PHONY : external/openal/CMakeFiles/alsoft.excommon.dir/build + +external/openal/CMakeFiles/alsoft.excommon.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alsoft.excommon.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/alsoft.excommon.dir/clean + +external/openal/CMakeFiles/alsoft.excommon.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alsoft.excommon.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/alsoft.excommon.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/cmake_clean.cmake new file mode 100644 index 00000000..aff33999 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o" + "CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o.d" + "libalsoft.excommon.a" + "libalsoft.excommon.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/alsoft.excommon.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/cmake_clean_target.cmake b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/cmake_clean_target.cmake new file mode 100644 index 00000000..1b1b9ede --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libalsoft.excommon.a" +) diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/compiler_depend.make new file mode 100644 index 00000000..d6854884 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for alsoft.excommon. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/compiler_depend.ts new file mode 100644 index 00000000..d2fc7b48 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for alsoft.excommon. diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/depend.make new file mode 100644 index 00000000..fbc01470 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for alsoft.excommon. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/flags.make new file mode 100644 index 00000000..017c8b8b --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL + +C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIC -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/link.txt new file mode 100644 index 00000000..d20c9839 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libalsoft.excommon.a CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o +/usr/bin/ranlib libalsoft.excommon.a diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/DependInfo.cmake new file mode 100644 index 00000000..ac6464e9 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/utils/sofa-support.cpp" "external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o" "gcc" "external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make new file mode 100644 index 00000000..701385d6 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make @@ -0,0 +1,118 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/alsoft.sofa-support.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/alsoft.sofa-support.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/alsoft.sofa-support.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/alsoft.sofa-support.dir/flags.make + +external/openal/CMakeFiles/alsoft.sofa-support.dir/codegen: +.PHONY : external/openal/CMakeFiles/alsoft.sofa-support.dir/codegen + +external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o: external/openal/CMakeFiles/alsoft.sofa-support.dir/flags.make +external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o: /home/guest/Downloads/PopLib/external/openal/utils/sofa-support.cpp +external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o: external/openal/CMakeFiles/alsoft.sofa-support.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o -MF CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o.d -o CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o -c /home/guest/Downloads/PopLib/external/openal/utils/sofa-support.cpp + +external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/utils/sofa-support.cpp > CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.i + +external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/utils/sofa-support.cpp -o CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.s + +# Object files for target alsoft.sofa-support +alsoft_sofa__support_OBJECTS = \ +"CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o" + +# External object files for target alsoft.sofa-support +alsoft_sofa__support_EXTERNAL_OBJECTS = \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" + +external/openal/libalsoft.sofa-support.a: external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o +external/openal/libalsoft.sofa-support.a: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o +external/openal/libalsoft.sofa-support.a: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o +external/openal/libalsoft.sofa-support.a: external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make +external/openal/libalsoft.sofa-support.a: external/openal/CMakeFiles/alsoft.sofa-support.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library libalsoft.sofa-support.a" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alsoft.sofa-support.dir/cmake_clean_target.cmake + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alsoft.sofa-support.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/alsoft.sofa-support.dir/build: external/openal/libalsoft.sofa-support.a +.PHONY : external/openal/CMakeFiles/alsoft.sofa-support.dir/build + +external/openal/CMakeFiles/alsoft.sofa-support.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alsoft.sofa-support.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/alsoft.sofa-support.dir/clean + +external/openal/CMakeFiles/alsoft.sofa-support.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alsoft.sofa-support.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/alsoft.sofa-support.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/cmake_clean.cmake new file mode 100644 index 00000000..ad847a0d --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o" + "CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o.d" + "libalsoft.sofa-support.a" + "libalsoft.sofa-support.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/alsoft.sofa-support.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/cmake_clean_target.cmake b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/cmake_clean_target.cmake new file mode 100644 index 00000000..5b5b7730 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libalsoft.sofa-support.a" +) diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/compiler_depend.make new file mode 100644 index 00000000..fa332162 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for alsoft.sofa-support. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/compiler_depend.ts new file mode 100644 index 00000000..4ee2b598 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for alsoft.sofa-support. diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/depend.make new file mode 100644 index 00000000..6c02118f --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for alsoft.sofa-support. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/flags.make new file mode 100644 index 00000000..96af4c27 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIC -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/link.txt new file mode 100644 index 00000000..5fa5590a --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libalsoft.sofa-support.a "CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" +/usr/bin/ranlib libalsoft.sofa-support.a diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/openal/CMakeFiles/alstream.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alstream.dir/DependInfo.cmake new file mode 100644 index 00000000..5f0cfe14 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alstream.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/examples/alstream.c" "external/openal/CMakeFiles/alstream.dir/examples/alstream.c.o" "gcc" "external/openal/CMakeFiles/alstream.dir/examples/alstream.c.o.d" + "" "external/openal/alstream" "gcc" "external/openal/CMakeFiles/alstream.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alstream.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alstream.dir/build.make new file mode 100644 index 00000000..61705f17 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alstream.dir/build.make @@ -0,0 +1,117 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/alstream.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/alstream.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/alstream.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/alstream.dir/flags.make + +external/openal/CMakeFiles/alstream.dir/codegen: +.PHONY : external/openal/CMakeFiles/alstream.dir/codegen + +external/openal/CMakeFiles/alstream.dir/examples/alstream.c.o: external/openal/CMakeFiles/alstream.dir/flags.make +external/openal/CMakeFiles/alstream.dir/examples/alstream.c.o: /home/guest/Downloads/PopLib/external/openal/examples/alstream.c +external/openal/CMakeFiles/alstream.dir/examples/alstream.c.o: external/openal/CMakeFiles/alstream.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/alstream.dir/examples/alstream.c.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/alstream.dir/examples/alstream.c.o -MF CMakeFiles/alstream.dir/examples/alstream.c.o.d -o CMakeFiles/alstream.dir/examples/alstream.c.o -c /home/guest/Downloads/PopLib/external/openal/examples/alstream.c + +external/openal/CMakeFiles/alstream.dir/examples/alstream.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/alstream.dir/examples/alstream.c.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/alstream.c > CMakeFiles/alstream.dir/examples/alstream.c.i + +external/openal/CMakeFiles/alstream.dir/examples/alstream.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/alstream.dir/examples/alstream.c.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/alstream.c -o CMakeFiles/alstream.dir/examples/alstream.c.s + +# Object files for target alstream +alstream_OBJECTS = \ +"CMakeFiles/alstream.dir/examples/alstream.c.o" + +# External object files for target alstream +alstream_EXTERNAL_OBJECTS = + +external/openal/alstream: external/openal/CMakeFiles/alstream.dir/examples/alstream.c.o +external/openal/alstream: external/openal/CMakeFiles/alstream.dir/build.make +external/openal/alstream: external/openal/CMakeFiles/alstream.dir/compiler_depend.ts +external/openal/alstream: /usr/lib/libsndfile.so +external/openal/alstream: external/openal/libalsoft.excommon.a +external/openal/alstream: external/openal/libopenal.a +external/openal/alstream: external/openal/CMakeFiles/alstream.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable alstream" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alstream.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/alstream.dir/build: external/openal/alstream +.PHONY : external/openal/CMakeFiles/alstream.dir/build + +external/openal/CMakeFiles/alstream.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alstream.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/alstream.dir/clean + +external/openal/CMakeFiles/alstream.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alstream.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/alstream.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/alstream.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alstream.dir/cmake_clean.cmake new file mode 100644 index 00000000..d3e43dcb --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alstream.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/alstream.dir/link.d" + "CMakeFiles/alstream.dir/examples/alstream.c.o" + "CMakeFiles/alstream.dir/examples/alstream.c.o.d" + "alstream" + "alstream.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/alstream.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alstream.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alstream.dir/compiler_depend.make new file mode 100644 index 00000000..cc0f96fc --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alstream.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for alstream. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alstream.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alstream.dir/compiler_depend.ts new file mode 100644 index 00000000..4fb19638 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alstream.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for alstream. diff --git a/build_emscripten/external/openal/CMakeFiles/alstream.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alstream.dir/depend.make new file mode 100644 index 00000000..c3616018 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alstream.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for alstream. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alstream.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alstream.dir/flags.make new file mode 100644 index 00000000..13b18d91 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alstream.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL + +C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/alstream.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alstream.dir/link.txt new file mode 100644 index 00000000..e680ab5a --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alstream.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/alstream.dir/link.d CMakeFiles/alstream.dir/examples/alstream.c.o -o alstream -pthread /usr/lib/libsndfile.so libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/alstream.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alstream.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alstream.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/DependInfo.cmake new file mode 100644 index 00000000..3546fb11 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/examples/alstreamcb.cpp" "external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o" "gcc" "external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o.d" + "" "external/openal/alstreamcb" "gcc" "external/openal/CMakeFiles/alstreamcb.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/build.make new file mode 100644 index 00000000..94d316a5 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/build.make @@ -0,0 +1,121 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/alstreamcb.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/alstreamcb.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/alstreamcb.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/alstreamcb.dir/flags.make + +external/openal/CMakeFiles/alstreamcb.dir/codegen: +.PHONY : external/openal/CMakeFiles/alstreamcb.dir/codegen + +external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o: external/openal/CMakeFiles/alstreamcb.dir/flags.make +external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o: /home/guest/Downloads/PopLib/external/openal/examples/alstreamcb.cpp +external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o: external/openal/CMakeFiles/alstreamcb.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o -MF CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o.d -o CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o -c /home/guest/Downloads/PopLib/external/openal/examples/alstreamcb.cpp + +external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/alstreamcb.cpp > CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.i + +external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/alstreamcb.cpp -o CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.s + +# Object files for target alstreamcb +alstreamcb_OBJECTS = \ +"CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o" + +# External object files for target alstreamcb +alstreamcb_EXTERNAL_OBJECTS = \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" + +external/openal/alstreamcb: external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o +external/openal/alstreamcb: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o +external/openal/alstreamcb: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o +external/openal/alstreamcb: external/openal/CMakeFiles/alstreamcb.dir/build.make +external/openal/alstreamcb: external/openal/CMakeFiles/alstreamcb.dir/compiler_depend.ts +external/openal/alstreamcb: /usr/lib/libsndfile.so +external/openal/alstreamcb: external/openal/libalsoft.excommon.a +external/openal/alstreamcb: external/openal/libopenal.a +external/openal/alstreamcb: external/openal/CMakeFiles/alstreamcb.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable alstreamcb" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alstreamcb.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/alstreamcb.dir/build: external/openal/alstreamcb +.PHONY : external/openal/CMakeFiles/alstreamcb.dir/build + +external/openal/CMakeFiles/alstreamcb.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alstreamcb.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/alstreamcb.dir/clean + +external/openal/CMakeFiles/alstreamcb.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alstreamcb.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/alstreamcb.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/cmake_clean.cmake new file mode 100644 index 00000000..414d6fad --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/alstreamcb.dir/link.d" + "CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o" + "CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o.d" + "alstreamcb" + "alstreamcb.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/alstreamcb.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/compiler_depend.make new file mode 100644 index 00000000..4978d867 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for alstreamcb. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/compiler_depend.ts new file mode 100644 index 00000000..60616888 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for alstreamcb. diff --git a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/depend.make new file mode 100644 index 00000000..57c04e80 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for alstreamcb. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/flags.make new file mode 100644 index 00000000..a551662c --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/link.txt new file mode 100644 index 00000000..4cd9886d --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/alstreamcb.dir/link.d CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" -o alstreamcb -pthread /usr/lib/libsndfile.so libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/DependInfo.cmake new file mode 100644 index 00000000..4702ac54 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/examples/altonegen.c" "external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.o" "gcc" "external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.o.d" + "" "external/openal/altonegen" "gcc" "external/openal/CMakeFiles/altonegen.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/build.make b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/build.make new file mode 100644 index 00000000..f5f8db3c --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/build.make @@ -0,0 +1,116 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/altonegen.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/altonegen.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/altonegen.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/altonegen.dir/flags.make + +external/openal/CMakeFiles/altonegen.dir/codegen: +.PHONY : external/openal/CMakeFiles/altonegen.dir/codegen + +external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.o: external/openal/CMakeFiles/altonegen.dir/flags.make +external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.o: /home/guest/Downloads/PopLib/external/openal/examples/altonegen.c +external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.o: external/openal/CMakeFiles/altonegen.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.o -MF CMakeFiles/altonegen.dir/examples/altonegen.c.o.d -o CMakeFiles/altonegen.dir/examples/altonegen.c.o -c /home/guest/Downloads/PopLib/external/openal/examples/altonegen.c + +external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/altonegen.dir/examples/altonegen.c.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/altonegen.c > CMakeFiles/altonegen.dir/examples/altonegen.c.i + +external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/altonegen.dir/examples/altonegen.c.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/altonegen.c -o CMakeFiles/altonegen.dir/examples/altonegen.c.s + +# Object files for target altonegen +altonegen_OBJECTS = \ +"CMakeFiles/altonegen.dir/examples/altonegen.c.o" + +# External object files for target altonegen +altonegen_EXTERNAL_OBJECTS = + +external/openal/altonegen: external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.o +external/openal/altonegen: external/openal/CMakeFiles/altonegen.dir/build.make +external/openal/altonegen: external/openal/CMakeFiles/altonegen.dir/compiler_depend.ts +external/openal/altonegen: external/openal/libalsoft.excommon.a +external/openal/altonegen: external/openal/libopenal.a +external/openal/altonegen: external/openal/CMakeFiles/altonegen.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable altonegen" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/altonegen.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/altonegen.dir/build: external/openal/altonegen +.PHONY : external/openal/CMakeFiles/altonegen.dir/build + +external/openal/CMakeFiles/altonegen.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/altonegen.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/altonegen.dir/clean + +external/openal/CMakeFiles/altonegen.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/altonegen.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/altonegen.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/cmake_clean.cmake new file mode 100644 index 00000000..1c6d6c9d --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/altonegen.dir/link.d" + "CMakeFiles/altonegen.dir/examples/altonegen.c.o" + "CMakeFiles/altonegen.dir/examples/altonegen.c.o.d" + "altonegen" + "altonegen.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/altonegen.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/compiler_depend.make new file mode 100644 index 00000000..cccf3f6f --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for altonegen. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/compiler_depend.ts new file mode 100644 index 00000000..c8347637 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for altonegen. diff --git a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/depend.make new file mode 100644 index 00000000..1e5188db --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for altonegen. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/flags.make new file mode 100644 index 00000000..13b18d91 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL + +C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/link.txt new file mode 100644 index 00000000..20962181 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/altonegen.dir/link.d CMakeFiles/altonegen.dir/examples/altonegen.c.o -o altonegen -pthread -lm libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/build.make b/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/build.make new file mode 100644 index 00000000..746d681c --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/build.make @@ -0,0 +1,281 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for clang-tidy-check. + +# Include any custom commands dependencies for this target. +include external/openal/CMakeFiles/clang-tidy-check.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/clang-tidy-check.dir/progress.make + +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/ambdec.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/ambdec.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/ambidefs.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/ambidefs.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/async_event.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/bformatdec.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/bformatdec.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/bs2b.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/bs2b.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/bsinc_defs.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/bsinc_tables.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/bsinc_tables.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/bufferline.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/buffer_storage.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/buffer_storage.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/context.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/context.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/converter.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/converter.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/cpu_caps.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/cpu_caps.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/cubic_defs.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/cubic_tables.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/cubic_tables.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/devformat.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/devformat.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/device.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/device.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/effects/base.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/effectslot.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/effectslot.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/except.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/except.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/filters/biquad.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/filters/biquad.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/filters/nfc.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/filters/nfc.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/filters/splitter.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/filters/splitter.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/fmt_traits.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/fpu_ctrl.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/fpu_ctrl.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/front_stablizer.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/helpers.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/helpers.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/hrtf.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/hrtf.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/logging.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/logging.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mastering.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mastering.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mixer.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mixer.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/resampler_limits.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/storage_formats.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/storage_formats.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/uhjfilter.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/uhjfilter.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/uiddefs.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/voice.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/voice.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/voice_change.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/dbus_wrap.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/dbus_wrap.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/rtkit.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/rtkit.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mixer/defs.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mixer/hrtfbase.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mixer/hrtfdefs.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_c.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse2.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse3.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse41.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/auxeffectslot.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/auxeffectslot.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/buffer.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/buffer.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/debug.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/debug.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/direct_defs.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effect.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effect.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/autowah.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/chorus.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/compressor.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/convolution.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/dedicated.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/distortion.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/echo.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/effects.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/effects.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/equalizer.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/fshifter.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/modulator.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/null.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/pshifter.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/reverb.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/vmorpher.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/error.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/event.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/event.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/extension.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/filter.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/filter.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/listener.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/listener.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/source.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/source.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/state.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/alc.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/alu.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/alu.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/alconfig.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/alconfig.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/context.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/context.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/device.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/device.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/base.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/autowah.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/chorus.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/compressor.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/convolution.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/dedicated.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/distortion.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/echo.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/equalizer.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/fshifter.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/modulator.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/null.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/pshifter.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/reverb.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/vmorpher.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/events.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/events.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/export_list.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/inprogext.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/panning.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/base.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/base.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/loopback.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/loopback.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/null.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/null.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/pipewire.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/pipewire.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/pulseaudio.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/pulseaudio.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/alsa.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/alsa.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/oss.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/oss.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/jack.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/jack.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/portaudio.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/portaudio.hpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/wave.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/wave.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/home/guest/Downloads/PopLib/build/external/openal/default_hrtf.txt +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/albit.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/alcomplex.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/almalloc.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/alnumeric.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/alstring.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/alstring.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/althreads.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/atomic.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/comptr.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/dynload.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/dynload.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/filesystem.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/flexarray.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/intrusive_ptr.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/opthelpers.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/pffft.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/pffft.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/phase_shifter.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/pragmadefs.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/strutils.cpp +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/strutils.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/vecmat.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/vector.h +external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/utils/openal-info.c + cd /home/guest/Downloads/PopLib/build/external/openal && clang-tidy -format-style=file -p /home/guest/Downloads/PopLib/build/compile_commands.json /home/guest/Downloads/PopLib/external/openal/core/ambdec.cpp /home/guest/Downloads/PopLib/external/openal/core/ambdec.h /home/guest/Downloads/PopLib/external/openal/core/ambidefs.cpp /home/guest/Downloads/PopLib/external/openal/core/ambidefs.h /home/guest/Downloads/PopLib/external/openal/core/async_event.h /home/guest/Downloads/PopLib/external/openal/core/bformatdec.cpp /home/guest/Downloads/PopLib/external/openal/core/bformatdec.h /home/guest/Downloads/PopLib/external/openal/core/bs2b.cpp /home/guest/Downloads/PopLib/external/openal/core/bs2b.h /home/guest/Downloads/PopLib/external/openal/core/bsinc_defs.h /home/guest/Downloads/PopLib/external/openal/core/bsinc_tables.cpp /home/guest/Downloads/PopLib/external/openal/core/bsinc_tables.h /home/guest/Downloads/PopLib/external/openal/core/bufferline.h /home/guest/Downloads/PopLib/external/openal/core/buffer_storage.cpp /home/guest/Downloads/PopLib/external/openal/core/buffer_storage.h /home/guest/Downloads/PopLib/external/openal/core/context.cpp /home/guest/Downloads/PopLib/external/openal/core/context.h /home/guest/Downloads/PopLib/external/openal/core/converter.cpp /home/guest/Downloads/PopLib/external/openal/core/converter.h /home/guest/Downloads/PopLib/external/openal/core/cpu_caps.cpp /home/guest/Downloads/PopLib/external/openal/core/cpu_caps.h /home/guest/Downloads/PopLib/external/openal/core/cubic_defs.h /home/guest/Downloads/PopLib/external/openal/core/cubic_tables.cpp /home/guest/Downloads/PopLib/external/openal/core/cubic_tables.h /home/guest/Downloads/PopLib/external/openal/core/devformat.cpp /home/guest/Downloads/PopLib/external/openal/core/devformat.h /home/guest/Downloads/PopLib/external/openal/core/device.cpp /home/guest/Downloads/PopLib/external/openal/core/device.h /home/guest/Downloads/PopLib/external/openal/core/effects/base.h /home/guest/Downloads/PopLib/external/openal/core/effectslot.cpp /home/guest/Downloads/PopLib/external/openal/core/effectslot.h /home/guest/Downloads/PopLib/external/openal/core/except.cpp /home/guest/Downloads/PopLib/external/openal/core/except.h /home/guest/Downloads/PopLib/external/openal/core/filters/biquad.h /home/guest/Downloads/PopLib/external/openal/core/filters/biquad.cpp /home/guest/Downloads/PopLib/external/openal/core/filters/nfc.cpp /home/guest/Downloads/PopLib/external/openal/core/filters/nfc.h /home/guest/Downloads/PopLib/external/openal/core/filters/splitter.cpp /home/guest/Downloads/PopLib/external/openal/core/filters/splitter.h /home/guest/Downloads/PopLib/external/openal/core/fmt_traits.h /home/guest/Downloads/PopLib/external/openal/core/fpu_ctrl.cpp /home/guest/Downloads/PopLib/external/openal/core/fpu_ctrl.h /home/guest/Downloads/PopLib/external/openal/core/front_stablizer.h /home/guest/Downloads/PopLib/external/openal/core/helpers.cpp /home/guest/Downloads/PopLib/external/openal/core/helpers.h /home/guest/Downloads/PopLib/external/openal/core/hrtf.cpp /home/guest/Downloads/PopLib/external/openal/core/hrtf.h /home/guest/Downloads/PopLib/external/openal/core/logging.cpp /home/guest/Downloads/PopLib/external/openal/core/logging.h /home/guest/Downloads/PopLib/external/openal/core/mastering.cpp /home/guest/Downloads/PopLib/external/openal/core/mastering.h /home/guest/Downloads/PopLib/external/openal/core/mixer.cpp /home/guest/Downloads/PopLib/external/openal/core/mixer.h /home/guest/Downloads/PopLib/external/openal/core/resampler_limits.h /home/guest/Downloads/PopLib/external/openal/core/storage_formats.cpp /home/guest/Downloads/PopLib/external/openal/core/storage_formats.h /home/guest/Downloads/PopLib/external/openal/core/uhjfilter.cpp /home/guest/Downloads/PopLib/external/openal/core/uhjfilter.h /home/guest/Downloads/PopLib/external/openal/core/uiddefs.cpp /home/guest/Downloads/PopLib/external/openal/core/voice.cpp /home/guest/Downloads/PopLib/external/openal/core/voice.h /home/guest/Downloads/PopLib/external/openal/core/voice_change.h /home/guest/Downloads/PopLib/external/openal/core/dbus_wrap.cpp /home/guest/Downloads/PopLib/external/openal/core/dbus_wrap.h /home/guest/Downloads/PopLib/external/openal/core/rtkit.cpp /home/guest/Downloads/PopLib/external/openal/core/rtkit.h /home/guest/Downloads/PopLib/external/openal/core/mixer/defs.h /home/guest/Downloads/PopLib/external/openal/core/mixer/hrtfbase.h /home/guest/Downloads/PopLib/external/openal/core/mixer/hrtfdefs.h /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_c.cpp /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse.cpp /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse2.cpp /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse3.cpp /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse41.cpp /home/guest/Downloads/PopLib/external/openal/al/auxeffectslot.cpp /home/guest/Downloads/PopLib/external/openal/al/auxeffectslot.h /home/guest/Downloads/PopLib/external/openal/al/buffer.cpp /home/guest/Downloads/PopLib/external/openal/al/buffer.h /home/guest/Downloads/PopLib/external/openal/al/debug.cpp /home/guest/Downloads/PopLib/external/openal/al/debug.h /home/guest/Downloads/PopLib/external/openal/al/direct_defs.h /home/guest/Downloads/PopLib/external/openal/al/effect.cpp /home/guest/Downloads/PopLib/external/openal/al/effect.h /home/guest/Downloads/PopLib/external/openal/al/effects/autowah.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/chorus.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/compressor.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/convolution.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/dedicated.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/distortion.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/echo.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/effects.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/effects.h /home/guest/Downloads/PopLib/external/openal/al/effects/equalizer.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/fshifter.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/modulator.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/null.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/pshifter.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/reverb.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/vmorpher.cpp /home/guest/Downloads/PopLib/external/openal/al/error.cpp /home/guest/Downloads/PopLib/external/openal/al/event.cpp /home/guest/Downloads/PopLib/external/openal/al/event.h /home/guest/Downloads/PopLib/external/openal/al/extension.cpp /home/guest/Downloads/PopLib/external/openal/al/filter.cpp /home/guest/Downloads/PopLib/external/openal/al/filter.h /home/guest/Downloads/PopLib/external/openal/al/listener.cpp /home/guest/Downloads/PopLib/external/openal/al/listener.h /home/guest/Downloads/PopLib/external/openal/al/source.cpp /home/guest/Downloads/PopLib/external/openal/al/source.h /home/guest/Downloads/PopLib/external/openal/al/state.cpp /home/guest/Downloads/PopLib/external/openal/alc/alc.cpp /home/guest/Downloads/PopLib/external/openal/alc/alu.cpp /home/guest/Downloads/PopLib/external/openal/alc/alu.h /home/guest/Downloads/PopLib/external/openal/alc/alconfig.cpp /home/guest/Downloads/PopLib/external/openal/alc/alconfig.h /home/guest/Downloads/PopLib/external/openal/alc/context.cpp /home/guest/Downloads/PopLib/external/openal/alc/context.h /home/guest/Downloads/PopLib/external/openal/alc/device.cpp /home/guest/Downloads/PopLib/external/openal/alc/device.h /home/guest/Downloads/PopLib/external/openal/alc/effects/base.h /home/guest/Downloads/PopLib/external/openal/alc/effects/autowah.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/chorus.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/compressor.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/convolution.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/dedicated.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/distortion.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/echo.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/equalizer.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/fshifter.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/modulator.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/null.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/pshifter.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/reverb.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/vmorpher.cpp /home/guest/Downloads/PopLib/external/openal/alc/events.cpp /home/guest/Downloads/PopLib/external/openal/alc/events.h /home/guest/Downloads/PopLib/external/openal/alc/export_list.h /home/guest/Downloads/PopLib/external/openal/alc/inprogext.h /home/guest/Downloads/PopLib/external/openal/alc/panning.cpp /home/guest/Downloads/PopLib/external/openal/alc/backends/base.cpp /home/guest/Downloads/PopLib/external/openal/alc/backends/base.h /home/guest/Downloads/PopLib/external/openal/alc/backends/loopback.cpp /home/guest/Downloads/PopLib/external/openal/alc/backends/loopback.h /home/guest/Downloads/PopLib/external/openal/alc/backends/null.cpp /home/guest/Downloads/PopLib/external/openal/alc/backends/null.h /home/guest/Downloads/PopLib/external/openal/alc/backends/pipewire.cpp /home/guest/Downloads/PopLib/external/openal/alc/backends/pipewire.h /home/guest/Downloads/PopLib/external/openal/alc/backends/pulseaudio.cpp /home/guest/Downloads/PopLib/external/openal/alc/backends/pulseaudio.h /home/guest/Downloads/PopLib/external/openal/alc/backends/alsa.cpp /home/guest/Downloads/PopLib/external/openal/alc/backends/alsa.h /home/guest/Downloads/PopLib/external/openal/alc/backends/oss.cpp /home/guest/Downloads/PopLib/external/openal/alc/backends/oss.h /home/guest/Downloads/PopLib/external/openal/alc/backends/jack.cpp /home/guest/Downloads/PopLib/external/openal/alc/backends/jack.h /home/guest/Downloads/PopLib/external/openal/alc/backends/portaudio.cpp /home/guest/Downloads/PopLib/external/openal/alc/backends/portaudio.hpp /home/guest/Downloads/PopLib/external/openal/alc/backends/wave.cpp /home/guest/Downloads/PopLib/external/openal/alc/backends/wave.h /home/guest/Downloads/PopLib/external/openal//home/guest/Downloads/PopLib/build/external/openal/default_hrtf.txt /home/guest/Downloads/PopLib/external/openal/common/albit.h /home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp /home/guest/Downloads/PopLib/external/openal/common/alcomplex.h /home/guest/Downloads/PopLib/external/openal/common/almalloc.h /home/guest/Downloads/PopLib/external/openal/common/alnumeric.h /home/guest/Downloads/PopLib/external/openal/common/alstring.cpp /home/guest/Downloads/PopLib/external/openal/common/alstring.h /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.h /home/guest/Downloads/PopLib/external/openal/common/althreads.h /home/guest/Downloads/PopLib/external/openal/common/atomic.h /home/guest/Downloads/PopLib/external/openal/common/comptr.h /home/guest/Downloads/PopLib/external/openal/common/dynload.cpp /home/guest/Downloads/PopLib/external/openal/common/dynload.h /home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp /home/guest/Downloads/PopLib/external/openal/common/filesystem.h /home/guest/Downloads/PopLib/external/openal/common/flexarray.h /home/guest/Downloads/PopLib/external/openal/common/intrusive_ptr.h /home/guest/Downloads/PopLib/external/openal/common/opthelpers.h /home/guest/Downloads/PopLib/external/openal/common/pffft.cpp /home/guest/Downloads/PopLib/external/openal/common/pffft.h /home/guest/Downloads/PopLib/external/openal/common/phase_shifter.h /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.h /home/guest/Downloads/PopLib/external/openal/common/pragmadefs.h /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.h /home/guest/Downloads/PopLib/external/openal/common/strutils.cpp /home/guest/Downloads/PopLib/external/openal/common/strutils.h /home/guest/Downloads/PopLib/external/openal/common/vecmat.h /home/guest/Downloads/PopLib/external/openal/common/vector.h /home/guest/Downloads/PopLib/utils/openal-info.c + +external/openal/CMakeFiles/clang-tidy-check.dir/codegen: +.PHONY : external/openal/CMakeFiles/clang-tidy-check.dir/codegen + +clang-tidy-check: external/openal/CMakeFiles/clang-tidy-check +clang-tidy-check: external/openal/CMakeFiles/clang-tidy-check.dir/build.make +.PHONY : clang-tidy-check + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/clang-tidy-check.dir/build: clang-tidy-check +.PHONY : external/openal/CMakeFiles/clang-tidy-check.dir/build + +external/openal/CMakeFiles/clang-tidy-check.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/clang-tidy-check.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/clang-tidy-check.dir/clean + +external/openal/CMakeFiles/clang-tidy-check.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/clang-tidy-check.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/clang-tidy-check.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/cmake_clean.cmake new file mode 100644 index 00000000..af6e3257 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/clang-tidy-check" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/clang-tidy-check.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/compiler_depend.make new file mode 100644 index 00000000..d36578af --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for clang-tidy-check. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/compiler_depend.ts new file mode 100644 index 00000000..089564ac --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for clang-tidy-check. diff --git a/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/DependInfo.cmake new file mode 100644 index 00000000..c70a8b5f --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/utils/makemhr/loaddef.cpp" "external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o" "gcc" "external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/utils/makemhr/loadsofa.cpp" "external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o" "gcc" "external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/utils/makemhr/makemhr.cpp" "external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o" "gcc" "external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o.d" + "" "external/openal/makemhr" "gcc" "external/openal/CMakeFiles/makemhr.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/build.make b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/build.make new file mode 100644 index 00000000..c6c2b8bf --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/build.make @@ -0,0 +1,155 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/makemhr.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/makemhr.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/makemhr.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/makemhr.dir/flags.make + +external/openal/CMakeFiles/makemhr.dir/codegen: +.PHONY : external/openal/CMakeFiles/makemhr.dir/codegen + +external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o: external/openal/CMakeFiles/makemhr.dir/flags.make +external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o: /home/guest/Downloads/PopLib/external/openal/utils/makemhr/loaddef.cpp +external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o: external/openal/CMakeFiles/makemhr.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o -MF CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o.d -o CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o -c /home/guest/Downloads/PopLib/external/openal/utils/makemhr/loaddef.cpp + +external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/utils/makemhr/loaddef.cpp > CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.i + +external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/utils/makemhr/loaddef.cpp -o CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.s + +external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o: external/openal/CMakeFiles/makemhr.dir/flags.make +external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o: /home/guest/Downloads/PopLib/external/openal/utils/makemhr/loadsofa.cpp +external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o: external/openal/CMakeFiles/makemhr.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o -MF CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o.d -o CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o -c /home/guest/Downloads/PopLib/external/openal/utils/makemhr/loadsofa.cpp + +external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/utils/makemhr/loadsofa.cpp > CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.i + +external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/utils/makemhr/loadsofa.cpp -o CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.s + +external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o: external/openal/CMakeFiles/makemhr.dir/flags.make +external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o: /home/guest/Downloads/PopLib/external/openal/utils/makemhr/makemhr.cpp +external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o: external/openal/CMakeFiles/makemhr.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o -MF CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o.d -o CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o -c /home/guest/Downloads/PopLib/external/openal/utils/makemhr/makemhr.cpp + +external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/utils/makemhr/makemhr.cpp > CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.i + +external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/utils/makemhr/makemhr.cpp -o CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.s + +# Object files for target makemhr +makemhr_OBJECTS = \ +"CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o" \ +"CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o" \ +"CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o" + +# External object files for target makemhr +makemhr_EXTERNAL_OBJECTS = \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" + +external/openal/makemhr: external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o +external/openal/makemhr: external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o +external/openal/makemhr: external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o +external/openal/makemhr: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o +external/openal/makemhr: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o +external/openal/makemhr: external/openal/CMakeFiles/makemhr.dir/build.make +external/openal/makemhr: external/openal/CMakeFiles/makemhr.dir/compiler_depend.ts +external/openal/makemhr: external/openal/libalsoft.sofa-support.a +external/openal/makemhr: external/openal/libalsoft.common.a +external/openal/makemhr: /usr/lib/libmysofa.so +external/openal/makemhr: /usr/lib/libz.so +external/openal/makemhr: /usr/lib/libm.so +external/openal/makemhr: external/openal/CMakeFiles/makemhr.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable makemhr" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/makemhr.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/makemhr.dir/build: external/openal/makemhr +.PHONY : external/openal/CMakeFiles/makemhr.dir/build + +external/openal/CMakeFiles/makemhr.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/makemhr.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/makemhr.dir/clean + +external/openal/CMakeFiles/makemhr.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/makemhr.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/makemhr.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/cmake_clean.cmake new file mode 100644 index 00000000..c5fcef95 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/makemhr.dir/link.d" + "CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o" + "CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o.d" + "CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o" + "CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o.d" + "CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o" + "CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o.d" + "makemhr" + "makemhr.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/makemhr.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/compiler_depend.make new file mode 100644 index 00000000..58131b21 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for makemhr. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/compiler_depend.ts new file mode 100644 index 00000000..390920b4 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for makemhr. diff --git a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/depend.make new file mode 100644 index 00000000..2ec81236 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for makemhr. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/flags.make new file mode 100644 index 00000000..3c4e3a5a --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/utils -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/link.txt new file mode 100644 index 00000000..995aafff --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/makemhr.dir/link.d CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" -o makemhr -pthread libalsoft.sofa-support.a -pthread libalsoft.common.a /usr/lib/libmysofa.so /usr/lib/libz.so -lm diff --git a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/DependInfo.cmake new file mode 100644 index 00000000..8ece76c0 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/utils/openal-info.c" "external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.o" "gcc" "external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.o.d" + "" "external/openal/openal-info" "gcc" "external/openal/CMakeFiles/openal-info.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/build.make b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/build.make new file mode 100644 index 00000000..f95ce1fb --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/build.make @@ -0,0 +1,115 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/openal-info.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/openal-info.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/openal-info.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/openal-info.dir/flags.make + +external/openal/CMakeFiles/openal-info.dir/codegen: +.PHONY : external/openal/CMakeFiles/openal-info.dir/codegen + +external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.o: external/openal/CMakeFiles/openal-info.dir/flags.make +external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.o: /home/guest/Downloads/PopLib/external/openal/utils/openal-info.c +external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.o: external/openal/CMakeFiles/openal-info.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.o -MF CMakeFiles/openal-info.dir/utils/openal-info.c.o.d -o CMakeFiles/openal-info.dir/utils/openal-info.c.o -c /home/guest/Downloads/PopLib/external/openal/utils/openal-info.c + +external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/openal-info.dir/utils/openal-info.c.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/utils/openal-info.c > CMakeFiles/openal-info.dir/utils/openal-info.c.i + +external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/openal-info.dir/utils/openal-info.c.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/utils/openal-info.c -o CMakeFiles/openal-info.dir/utils/openal-info.c.s + +# Object files for target openal-info +openal__info_OBJECTS = \ +"CMakeFiles/openal-info.dir/utils/openal-info.c.o" + +# External object files for target openal-info +openal__info_EXTERNAL_OBJECTS = + +external/openal/openal-info: external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.o +external/openal/openal-info: external/openal/CMakeFiles/openal-info.dir/build.make +external/openal/openal-info: external/openal/CMakeFiles/openal-info.dir/compiler_depend.ts +external/openal/openal-info: external/openal/libopenal.a +external/openal/openal-info: external/openal/CMakeFiles/openal-info.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable openal-info" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/openal-info.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/openal-info.dir/build: external/openal/openal-info +.PHONY : external/openal/CMakeFiles/openal-info.dir/build + +external/openal/CMakeFiles/openal-info.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/openal-info.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/openal-info.dir/clean + +external/openal/CMakeFiles/openal-info.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/openal-info.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/openal-info.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/cmake_clean.cmake new file mode 100644 index 00000000..a4d057ac --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/openal-info.dir/link.d" + "CMakeFiles/openal-info.dir/utils/openal-info.c.o" + "CMakeFiles/openal-info.dir/utils/openal-info.c.o.d" + "openal-info" + "openal-info.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/openal-info.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/compiler_depend.make new file mode 100644 index 00000000..cb455c46 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for openal-info. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/compiler_depend.ts new file mode 100644 index 00000000..bf69ad43 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for openal-info. diff --git a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/depend.make new file mode 100644 index 00000000..cbdcf339 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for openal-info. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/flags.make new file mode 100644 index 00000000..12b65997 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL + +C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/link.txt new file mode 100644 index 00000000..1acc4a2e --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/openal-info.dir/link.d "CMakeFiles/openal-info.dir/utils/openal-info.c.o" -o openal-info -pthread libopenal.a -pthread -ldl -latomic -lm diff --git a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/openal/CMakeFiles/progress.marks b/build_emscripten/external/openal/CMakeFiles/progress.marks new file mode 100644 index 00000000..b6a7d89c --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/progress.marks @@ -0,0 +1 @@ +16 diff --git a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/DependInfo.cmake new file mode 100644 index 00000000..f51e15f1 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/utils/sofa-info.cpp" "external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o" "gcc" "external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o.d" + "" "external/openal/sofa-info" "gcc" "external/openal/CMakeFiles/sofa-info.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/build.make b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/build.make new file mode 100644 index 00000000..7147702d --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/build.make @@ -0,0 +1,123 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/sofa-info.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/sofa-info.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/sofa-info.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/sofa-info.dir/flags.make + +external/openal/CMakeFiles/sofa-info.dir/codegen: +.PHONY : external/openal/CMakeFiles/sofa-info.dir/codegen + +external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o: external/openal/CMakeFiles/sofa-info.dir/flags.make +external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o: /home/guest/Downloads/PopLib/external/openal/utils/sofa-info.cpp +external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o: external/openal/CMakeFiles/sofa-info.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o -MF CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o.d -o CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o -c /home/guest/Downloads/PopLib/external/openal/utils/sofa-info.cpp + +external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/utils/sofa-info.cpp > CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.i + +external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/utils/sofa-info.cpp -o CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.s + +# Object files for target sofa-info +sofa__info_OBJECTS = \ +"CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o" + +# External object files for target sofa-info +sofa__info_EXTERNAL_OBJECTS = \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" + +external/openal/sofa-info: external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o +external/openal/sofa-info: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o +external/openal/sofa-info: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o +external/openal/sofa-info: external/openal/CMakeFiles/sofa-info.dir/build.make +external/openal/sofa-info: external/openal/CMakeFiles/sofa-info.dir/compiler_depend.ts +external/openal/sofa-info: external/openal/libalsoft.sofa-support.a +external/openal/sofa-info: external/openal/libalsoft.common.a +external/openal/sofa-info: /usr/lib/libmysofa.so +external/openal/sofa-info: /usr/lib/libz.so +external/openal/sofa-info: /usr/lib/libm.so +external/openal/sofa-info: external/openal/CMakeFiles/sofa-info.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable sofa-info" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/sofa-info.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/sofa-info.dir/build: external/openal/sofa-info +.PHONY : external/openal/CMakeFiles/sofa-info.dir/build + +external/openal/CMakeFiles/sofa-info.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/sofa-info.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/sofa-info.dir/clean + +external/openal/CMakeFiles/sofa-info.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/sofa-info.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/sofa-info.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/cmake_clean.cmake new file mode 100644 index 00000000..fbb72c78 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/sofa-info.dir/link.d" + "CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o" + "CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o.d" + "sofa-info" + "sofa-info.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/sofa-info.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/compiler_depend.make new file mode 100644 index 00000000..c9b88ca1 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for sofa-info. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/compiler_depend.ts new file mode 100644 index 00000000..fc5d5189 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for sofa-info. diff --git a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/depend.make new file mode 100644 index 00000000..ed3849f1 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for sofa-info. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/flags.make new file mode 100644 index 00000000..be9ced5f --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/external/openal/utils -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/link.txt new file mode 100644 index 00000000..10276de2 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/sofa-info.dir/link.d "CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" -o sofa-info -pthread libalsoft.sofa-support.a -pthread libalsoft.common.a /usr/lib/libmysofa.so /usr/lib/libz.so -lm diff --git a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/DependInfo.cmake new file mode 100644 index 00000000..cc7bd563 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/utils/uhjdecoder.cpp" "external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o" "gcc" "external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o.d" + "" "external/openal/uhjdecoder" "gcc" "external/openal/CMakeFiles/uhjdecoder.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/build.make b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/build.make new file mode 100644 index 00000000..c1ba8e18 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/build.make @@ -0,0 +1,120 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/uhjdecoder.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/uhjdecoder.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/uhjdecoder.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/uhjdecoder.dir/flags.make + +external/openal/CMakeFiles/uhjdecoder.dir/codegen: +.PHONY : external/openal/CMakeFiles/uhjdecoder.dir/codegen + +external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o: external/openal/CMakeFiles/uhjdecoder.dir/flags.make +external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o: /home/guest/Downloads/PopLib/external/openal/utils/uhjdecoder.cpp +external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o: external/openal/CMakeFiles/uhjdecoder.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o -MF CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o.d -o CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o -c /home/guest/Downloads/PopLib/external/openal/utils/uhjdecoder.cpp + +external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/utils/uhjdecoder.cpp > CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.i + +external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/utils/uhjdecoder.cpp -o CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.s + +# Object files for target uhjdecoder +uhjdecoder_OBJECTS = \ +"CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o" + +# External object files for target uhjdecoder +uhjdecoder_EXTERNAL_OBJECTS = \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" + +external/openal/uhjdecoder: external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o +external/openal/uhjdecoder: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o +external/openal/uhjdecoder: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o +external/openal/uhjdecoder: external/openal/CMakeFiles/uhjdecoder.dir/build.make +external/openal/uhjdecoder: external/openal/CMakeFiles/uhjdecoder.dir/compiler_depend.ts +external/openal/uhjdecoder: external/openal/libalsoft.common.a +external/openal/uhjdecoder: /usr/lib/libsndfile.so +external/openal/uhjdecoder: external/openal/CMakeFiles/uhjdecoder.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable uhjdecoder" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/uhjdecoder.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/uhjdecoder.dir/build: external/openal/uhjdecoder +.PHONY : external/openal/CMakeFiles/uhjdecoder.dir/build + +external/openal/CMakeFiles/uhjdecoder.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/uhjdecoder.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/uhjdecoder.dir/clean + +external/openal/CMakeFiles/uhjdecoder.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/uhjdecoder.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/uhjdecoder.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/cmake_clean.cmake new file mode 100644 index 00000000..fb24bbf3 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/uhjdecoder.dir/link.d" + "CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o" + "CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o.d" + "uhjdecoder" + "uhjdecoder.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/uhjdecoder.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/compiler_depend.make new file mode 100644 index 00000000..26e77322 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for uhjdecoder. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/compiler_depend.ts new file mode 100644 index 00000000..37793a20 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for uhjdecoder. diff --git a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/depend.make new file mode 100644 index 00000000..903f6ebd --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for uhjdecoder. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/flags.make new file mode 100644 index 00000000..88dd1b08 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/link.txt new file mode 100644 index 00000000..59121315 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/uhjdecoder.dir/link.d CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" -o uhjdecoder libalsoft.common.a -pthread /usr/lib/libsndfile.so diff --git a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/DependInfo.cmake new file mode 100644 index 00000000..42c2f3fc --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/utils/uhjencoder.cpp" "external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o" "gcc" "external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o.d" + "" "external/openal/uhjencoder" "gcc" "external/openal/CMakeFiles/uhjencoder.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/build.make b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/build.make new file mode 100644 index 00000000..c44c235e --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/build.make @@ -0,0 +1,120 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/CMakeFiles/uhjencoder.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/CMakeFiles/uhjencoder.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/CMakeFiles/uhjencoder.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/CMakeFiles/uhjencoder.dir/flags.make + +external/openal/CMakeFiles/uhjencoder.dir/codegen: +.PHONY : external/openal/CMakeFiles/uhjencoder.dir/codegen + +external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o: external/openal/CMakeFiles/uhjencoder.dir/flags.make +external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o: /home/guest/Downloads/PopLib/external/openal/utils/uhjencoder.cpp +external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o: external/openal/CMakeFiles/uhjencoder.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o -MF CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o.d -o CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o -c /home/guest/Downloads/PopLib/external/openal/utils/uhjencoder.cpp + +external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/utils/uhjencoder.cpp > CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.i + +external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/utils/uhjencoder.cpp -o CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.s + +# Object files for target uhjencoder +uhjencoder_OBJECTS = \ +"CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o" + +# External object files for target uhjencoder +uhjencoder_EXTERNAL_OBJECTS = \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ +"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" + +external/openal/uhjencoder: external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o +external/openal/uhjencoder: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o +external/openal/uhjencoder: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o +external/openal/uhjencoder: external/openal/CMakeFiles/uhjencoder.dir/build.make +external/openal/uhjencoder: external/openal/CMakeFiles/uhjencoder.dir/compiler_depend.ts +external/openal/uhjencoder: external/openal/libalsoft.common.a +external/openal/uhjencoder: /usr/lib/libsndfile.so +external/openal/uhjencoder: external/openal/CMakeFiles/uhjencoder.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable uhjencoder" + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/uhjencoder.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/CMakeFiles/uhjencoder.dir/build: external/openal/uhjencoder +.PHONY : external/openal/CMakeFiles/uhjencoder.dir/build + +external/openal/CMakeFiles/uhjencoder.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/uhjencoder.dir/cmake_clean.cmake +.PHONY : external/openal/CMakeFiles/uhjencoder.dir/clean + +external/openal/CMakeFiles/uhjencoder.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/uhjencoder.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/CMakeFiles/uhjencoder.dir/depend + diff --git a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/cmake_clean.cmake new file mode 100644 index 00000000..cddea3b2 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/cmake_clean.cmake @@ -0,0 +1,12 @@ +file(REMOVE_RECURSE + "CMakeFiles/uhjencoder.dir/link.d" + "CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o" + "CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o.d" + "uhjencoder" + "uhjencoder.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/uhjencoder.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/compiler_depend.make new file mode 100644 index 00000000..ed4c1b95 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for uhjencoder. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/compiler_depend.ts new file mode 100644 index 00000000..8f0dab0d --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for uhjencoder. diff --git a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/depend.make new file mode 100644 index 00000000..eafa98e7 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for uhjencoder. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/flags.make new file mode 100644 index 00000000..88dd1b08 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread + diff --git a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/link.txt new file mode 100644 index 00000000..ec8c7a16 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/uhjencoder.dir/link.d CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" -o uhjencoder libalsoft.common.a -pthread /usr/lib/libsndfile.so diff --git a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/openal/CTestTestfile.cmake b/build_emscripten/external/openal/CTestTestfile.cmake new file mode 100644 index 00000000..2ba5c502 --- /dev/null +++ b/build_emscripten/external/openal/CTestTestfile.cmake @@ -0,0 +1,8 @@ +# CMake generated Testfile for +# Source directory: /home/guest/Downloads/PopLib/external/openal +# Build directory: /home/guest/Downloads/PopLib/build/external/openal +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +subdirs("fmt-11.1.4") +subdirs("utils/alsoft-config") diff --git a/build_emscripten/external/openal/Makefile b/build_emscripten/external/openal/Makefile new file mode 100644 index 00000000..6ebaeb39 --- /dev/null +++ b/build_emscripten/external/openal/Makefile @@ -0,0 +1,3978 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/openal//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +external/openal/CMakeFiles/alsoft.build_version.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alsoft.build_version.dir/rule +.PHONY : external/openal/CMakeFiles/alsoft.build_version.dir/rule + +# Convenience name for target. +alsoft.build_version: external/openal/CMakeFiles/alsoft.build_version.dir/rule +.PHONY : alsoft.build_version + +# fast build rule for target. +alsoft.build_version/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.build_version.dir/build.make external/openal/CMakeFiles/alsoft.build_version.dir/build +.PHONY : alsoft.build_version/fast + +# Convenience name for target. +external/openal/CMakeFiles/alsoft.common.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alsoft.common.dir/rule +.PHONY : external/openal/CMakeFiles/alsoft.common.dir/rule + +# Convenience name for target. +alsoft.common: external/openal/CMakeFiles/alsoft.common.dir/rule +.PHONY : alsoft.common + +# fast build rule for target. +alsoft.common/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/build +.PHONY : alsoft.common/fast + +# Convenience name for target. +external/openal/CMakeFiles/clang-tidy-check.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/clang-tidy-check.dir/rule +.PHONY : external/openal/CMakeFiles/clang-tidy-check.dir/rule + +# Convenience name for target. +clang-tidy-check: external/openal/CMakeFiles/clang-tidy-check.dir/rule +.PHONY : clang-tidy-check + +# fast build rule for target. +clang-tidy-check/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/clang-tidy-check.dir/build.make external/openal/CMakeFiles/clang-tidy-check.dir/build +.PHONY : clang-tidy-check/fast + +# Convenience name for target. +external/openal/CMakeFiles/OpenAL.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/OpenAL.dir/rule +.PHONY : external/openal/CMakeFiles/OpenAL.dir/rule + +# Convenience name for target. +OpenAL: external/openal/CMakeFiles/OpenAL.dir/rule +.PHONY : OpenAL + +# fast build rule for target. +OpenAL/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/build +.PHONY : OpenAL/fast + +# Convenience name for target. +external/openal/CMakeFiles/openal-info.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/openal-info.dir/rule +.PHONY : external/openal/CMakeFiles/openal-info.dir/rule + +# Convenience name for target. +openal-info: external/openal/CMakeFiles/openal-info.dir/rule +.PHONY : openal-info + +# fast build rule for target. +openal-info/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/openal-info.dir/build.make external/openal/CMakeFiles/openal-info.dir/build +.PHONY : openal-info/fast + +# Convenience name for target. +external/openal/CMakeFiles/uhjdecoder.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/uhjdecoder.dir/rule +.PHONY : external/openal/CMakeFiles/uhjdecoder.dir/rule + +# Convenience name for target. +uhjdecoder: external/openal/CMakeFiles/uhjdecoder.dir/rule +.PHONY : uhjdecoder + +# fast build rule for target. +uhjdecoder/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjdecoder.dir/build.make external/openal/CMakeFiles/uhjdecoder.dir/build +.PHONY : uhjdecoder/fast + +# Convenience name for target. +external/openal/CMakeFiles/uhjencoder.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/uhjencoder.dir/rule +.PHONY : external/openal/CMakeFiles/uhjencoder.dir/rule + +# Convenience name for target. +uhjencoder: external/openal/CMakeFiles/uhjencoder.dir/rule +.PHONY : uhjencoder + +# fast build rule for target. +uhjencoder/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjencoder.dir/build.make external/openal/CMakeFiles/uhjencoder.dir/build +.PHONY : uhjencoder/fast + +# Convenience name for target. +external/openal/CMakeFiles/alsoft.sofa-support.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alsoft.sofa-support.dir/rule +.PHONY : external/openal/CMakeFiles/alsoft.sofa-support.dir/rule + +# Convenience name for target. +alsoft.sofa-support: external/openal/CMakeFiles/alsoft.sofa-support.dir/rule +.PHONY : alsoft.sofa-support + +# fast build rule for target. +alsoft.sofa-support/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make external/openal/CMakeFiles/alsoft.sofa-support.dir/build +.PHONY : alsoft.sofa-support/fast + +# Convenience name for target. +external/openal/CMakeFiles/makemhr.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/makemhr.dir/rule +.PHONY : external/openal/CMakeFiles/makemhr.dir/rule + +# Convenience name for target. +makemhr: external/openal/CMakeFiles/makemhr.dir/rule +.PHONY : makemhr + +# fast build rule for target. +makemhr/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/build +.PHONY : makemhr/fast + +# Convenience name for target. +external/openal/CMakeFiles/sofa-info.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/sofa-info.dir/rule +.PHONY : external/openal/CMakeFiles/sofa-info.dir/rule + +# Convenience name for target. +sofa-info: external/openal/CMakeFiles/sofa-info.dir/rule +.PHONY : sofa-info + +# fast build rule for target. +sofa-info/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/sofa-info.dir/build.make external/openal/CMakeFiles/sofa-info.dir/build +.PHONY : sofa-info/fast + +# Convenience name for target. +external/openal/CMakeFiles/alsoft.excommon.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alsoft.excommon.dir/rule +.PHONY : external/openal/CMakeFiles/alsoft.excommon.dir/rule + +# Convenience name for target. +alsoft.excommon: external/openal/CMakeFiles/alsoft.excommon.dir/rule +.PHONY : alsoft.excommon + +# fast build rule for target. +alsoft.excommon/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.excommon.dir/build.make external/openal/CMakeFiles/alsoft.excommon.dir/build +.PHONY : alsoft.excommon/fast + +# Convenience name for target. +external/openal/CMakeFiles/altonegen.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/altonegen.dir/rule +.PHONY : external/openal/CMakeFiles/altonegen.dir/rule + +# Convenience name for target. +altonegen: external/openal/CMakeFiles/altonegen.dir/rule +.PHONY : altonegen + +# fast build rule for target. +altonegen/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/altonegen.dir/build.make external/openal/CMakeFiles/altonegen.dir/build +.PHONY : altonegen/fast + +# Convenience name for target. +external/openal/CMakeFiles/alrecord.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alrecord.dir/rule +.PHONY : external/openal/CMakeFiles/alrecord.dir/rule + +# Convenience name for target. +alrecord: external/openal/CMakeFiles/alrecord.dir/rule +.PHONY : alrecord + +# fast build rule for target. +alrecord/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alrecord.dir/build.make external/openal/CMakeFiles/alrecord.dir/build +.PHONY : alrecord/fast + +# Convenience name for target. +external/openal/CMakeFiles/aldebug.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/aldebug.dir/rule +.PHONY : external/openal/CMakeFiles/aldebug.dir/rule + +# Convenience name for target. +aldebug: external/openal/CMakeFiles/aldebug.dir/rule +.PHONY : aldebug + +# fast build rule for target. +aldebug/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldebug.dir/build.make external/openal/CMakeFiles/aldebug.dir/build +.PHONY : aldebug/fast + +# Convenience name for target. +external/openal/CMakeFiles/allafplay.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/allafplay.dir/rule +.PHONY : external/openal/CMakeFiles/allafplay.dir/rule + +# Convenience name for target. +allafplay: external/openal/CMakeFiles/allafplay.dir/rule +.PHONY : allafplay + +# fast build rule for target. +allafplay/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allafplay.dir/build.make external/openal/CMakeFiles/allafplay.dir/build +.PHONY : allafplay/fast + +# Convenience name for target. +external/openal/CMakeFiles/alplay.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alplay.dir/rule +.PHONY : external/openal/CMakeFiles/alplay.dir/rule + +# Convenience name for target. +alplay: external/openal/CMakeFiles/alplay.dir/rule +.PHONY : alplay + +# fast build rule for target. +alplay/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alplay.dir/build.make external/openal/CMakeFiles/alplay.dir/build +.PHONY : alplay/fast + +# Convenience name for target. +external/openal/CMakeFiles/alstream.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alstream.dir/rule +.PHONY : external/openal/CMakeFiles/alstream.dir/rule + +# Convenience name for target. +alstream: external/openal/CMakeFiles/alstream.dir/rule +.PHONY : alstream + +# fast build rule for target. +alstream/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstream.dir/build.make external/openal/CMakeFiles/alstream.dir/build +.PHONY : alstream/fast + +# Convenience name for target. +external/openal/CMakeFiles/alreverb.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alreverb.dir/rule +.PHONY : external/openal/CMakeFiles/alreverb.dir/rule + +# Convenience name for target. +alreverb: external/openal/CMakeFiles/alreverb.dir/rule +.PHONY : alreverb + +# fast build rule for target. +alreverb/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alreverb.dir/build.make external/openal/CMakeFiles/alreverb.dir/build +.PHONY : alreverb/fast + +# Convenience name for target. +external/openal/CMakeFiles/almultireverb.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/almultireverb.dir/rule +.PHONY : external/openal/CMakeFiles/almultireverb.dir/rule + +# Convenience name for target. +almultireverb: external/openal/CMakeFiles/almultireverb.dir/rule +.PHONY : almultireverb + +# fast build rule for target. +almultireverb/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/almultireverb.dir/build.make external/openal/CMakeFiles/almultireverb.dir/build +.PHONY : almultireverb/fast + +# Convenience name for target. +external/openal/CMakeFiles/allatency.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/allatency.dir/rule +.PHONY : external/openal/CMakeFiles/allatency.dir/rule + +# Convenience name for target. +allatency: external/openal/CMakeFiles/allatency.dir/rule +.PHONY : allatency + +# fast build rule for target. +allatency/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allatency.dir/build.make external/openal/CMakeFiles/allatency.dir/build +.PHONY : allatency/fast + +# Convenience name for target. +external/openal/CMakeFiles/alhrtf.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alhrtf.dir/rule +.PHONY : external/openal/CMakeFiles/alhrtf.dir/rule + +# Convenience name for target. +alhrtf: external/openal/CMakeFiles/alhrtf.dir/rule +.PHONY : alhrtf + +# fast build rule for target. +alhrtf/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alhrtf.dir/build.make external/openal/CMakeFiles/alhrtf.dir/build +.PHONY : alhrtf/fast + +# Convenience name for target. +external/openal/CMakeFiles/alstreamcb.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alstreamcb.dir/rule +.PHONY : external/openal/CMakeFiles/alstreamcb.dir/rule + +# Convenience name for target. +alstreamcb: external/openal/CMakeFiles/alstreamcb.dir/rule +.PHONY : alstreamcb + +# fast build rule for target. +alstreamcb/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstreamcb.dir/build.make external/openal/CMakeFiles/alstreamcb.dir/build +.PHONY : alstreamcb/fast + +# Convenience name for target. +external/openal/CMakeFiles/aldirect.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/aldirect.dir/rule +.PHONY : external/openal/CMakeFiles/aldirect.dir/rule + +# Convenience name for target. +aldirect: external/openal/CMakeFiles/aldirect.dir/rule +.PHONY : aldirect + +# fast build rule for target. +aldirect/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldirect.dir/build.make external/openal/CMakeFiles/aldirect.dir/build +.PHONY : aldirect/fast + +# Convenience name for target. +external/openal/CMakeFiles/alconvolve.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alconvolve.dir/rule +.PHONY : external/openal/CMakeFiles/alconvolve.dir/rule + +# Convenience name for target. +alconvolve: external/openal/CMakeFiles/alconvolve.dir/rule +.PHONY : alconvolve + +# fast build rule for target. +alconvolve/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alconvolve.dir/build.make external/openal/CMakeFiles/alconvolve.dir/build +.PHONY : alconvolve/fast + +# Convenience name for target. +external/openal/CMakeFiles/alloopback.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alloopback.dir/rule +.PHONY : external/openal/CMakeFiles/alloopback.dir/rule + +# Convenience name for target. +alloopback: external/openal/CMakeFiles/alloopback.dir/rule +.PHONY : alloopback + +# fast build rule for target. +alloopback/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alloopback.dir/build.make external/openal/CMakeFiles/alloopback.dir/build +.PHONY : alloopback/fast + +# Convenience name for target. +external/openal/CMakeFiles/alffplay.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alffplay.dir/rule +.PHONY : external/openal/CMakeFiles/alffplay.dir/rule + +# Convenience name for target. +alffplay: external/openal/CMakeFiles/alffplay.dir/rule +.PHONY : alffplay + +# fast build rule for target. +alffplay/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alffplay.dir/build.make external/openal/CMakeFiles/alffplay.dir/build +.PHONY : alffplay/fast + +al/auxeffectslot.o: al/auxeffectslot.cpp.o +.PHONY : al/auxeffectslot.o + +# target to build an object file +al/auxeffectslot.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o +.PHONY : al/auxeffectslot.cpp.o + +al/auxeffectslot.i: al/auxeffectslot.cpp.i +.PHONY : al/auxeffectslot.i + +# target to preprocess a source file +al/auxeffectslot.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.i +.PHONY : al/auxeffectslot.cpp.i + +al/auxeffectslot.s: al/auxeffectslot.cpp.s +.PHONY : al/auxeffectslot.s + +# target to generate assembly for a file +al/auxeffectslot.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.s +.PHONY : al/auxeffectslot.cpp.s + +al/buffer.o: al/buffer.cpp.o +.PHONY : al/buffer.o + +# target to build an object file +al/buffer.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.o +.PHONY : al/buffer.cpp.o + +al/buffer.i: al/buffer.cpp.i +.PHONY : al/buffer.i + +# target to preprocess a source file +al/buffer.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.i +.PHONY : al/buffer.cpp.i + +al/buffer.s: al/buffer.cpp.s +.PHONY : al/buffer.s + +# target to generate assembly for a file +al/buffer.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.s +.PHONY : al/buffer.cpp.s + +al/debug.o: al/debug.cpp.o +.PHONY : al/debug.o + +# target to build an object file +al/debug.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.o +.PHONY : al/debug.cpp.o + +al/debug.i: al/debug.cpp.i +.PHONY : al/debug.i + +# target to preprocess a source file +al/debug.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.i +.PHONY : al/debug.cpp.i + +al/debug.s: al/debug.cpp.s +.PHONY : al/debug.s + +# target to generate assembly for a file +al/debug.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.s +.PHONY : al/debug.cpp.s + +al/effect.o: al/effect.cpp.o +.PHONY : al/effect.o + +# target to build an object file +al/effect.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.o +.PHONY : al/effect.cpp.o + +al/effect.i: al/effect.cpp.i +.PHONY : al/effect.i + +# target to preprocess a source file +al/effect.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.i +.PHONY : al/effect.cpp.i + +al/effect.s: al/effect.cpp.s +.PHONY : al/effect.s + +# target to generate assembly for a file +al/effect.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.s +.PHONY : al/effect.cpp.s + +al/effects/autowah.o: al/effects/autowah.cpp.o +.PHONY : al/effects/autowah.o + +# target to build an object file +al/effects/autowah.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o +.PHONY : al/effects/autowah.cpp.o + +al/effects/autowah.i: al/effects/autowah.cpp.i +.PHONY : al/effects/autowah.i + +# target to preprocess a source file +al/effects/autowah.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.i +.PHONY : al/effects/autowah.cpp.i + +al/effects/autowah.s: al/effects/autowah.cpp.s +.PHONY : al/effects/autowah.s + +# target to generate assembly for a file +al/effects/autowah.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.s +.PHONY : al/effects/autowah.cpp.s + +al/effects/chorus.o: al/effects/chorus.cpp.o +.PHONY : al/effects/chorus.o + +# target to build an object file +al/effects/chorus.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o +.PHONY : al/effects/chorus.cpp.o + +al/effects/chorus.i: al/effects/chorus.cpp.i +.PHONY : al/effects/chorus.i + +# target to preprocess a source file +al/effects/chorus.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.i +.PHONY : al/effects/chorus.cpp.i + +al/effects/chorus.s: al/effects/chorus.cpp.s +.PHONY : al/effects/chorus.s + +# target to generate assembly for a file +al/effects/chorus.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.s +.PHONY : al/effects/chorus.cpp.s + +al/effects/compressor.o: al/effects/compressor.cpp.o +.PHONY : al/effects/compressor.o + +# target to build an object file +al/effects/compressor.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o +.PHONY : al/effects/compressor.cpp.o + +al/effects/compressor.i: al/effects/compressor.cpp.i +.PHONY : al/effects/compressor.i + +# target to preprocess a source file +al/effects/compressor.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.i +.PHONY : al/effects/compressor.cpp.i + +al/effects/compressor.s: al/effects/compressor.cpp.s +.PHONY : al/effects/compressor.s + +# target to generate assembly for a file +al/effects/compressor.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.s +.PHONY : al/effects/compressor.cpp.s + +al/effects/convolution.o: al/effects/convolution.cpp.o +.PHONY : al/effects/convolution.o + +# target to build an object file +al/effects/convolution.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o +.PHONY : al/effects/convolution.cpp.o + +al/effects/convolution.i: al/effects/convolution.cpp.i +.PHONY : al/effects/convolution.i + +# target to preprocess a source file +al/effects/convolution.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.i +.PHONY : al/effects/convolution.cpp.i + +al/effects/convolution.s: al/effects/convolution.cpp.s +.PHONY : al/effects/convolution.s + +# target to generate assembly for a file +al/effects/convolution.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.s +.PHONY : al/effects/convolution.cpp.s + +al/effects/dedicated.o: al/effects/dedicated.cpp.o +.PHONY : al/effects/dedicated.o + +# target to build an object file +al/effects/dedicated.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o +.PHONY : al/effects/dedicated.cpp.o + +al/effects/dedicated.i: al/effects/dedicated.cpp.i +.PHONY : al/effects/dedicated.i + +# target to preprocess a source file +al/effects/dedicated.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.i +.PHONY : al/effects/dedicated.cpp.i + +al/effects/dedicated.s: al/effects/dedicated.cpp.s +.PHONY : al/effects/dedicated.s + +# target to generate assembly for a file +al/effects/dedicated.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.s +.PHONY : al/effects/dedicated.cpp.s + +al/effects/distortion.o: al/effects/distortion.cpp.o +.PHONY : al/effects/distortion.o + +# target to build an object file +al/effects/distortion.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o +.PHONY : al/effects/distortion.cpp.o + +al/effects/distortion.i: al/effects/distortion.cpp.i +.PHONY : al/effects/distortion.i + +# target to preprocess a source file +al/effects/distortion.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.i +.PHONY : al/effects/distortion.cpp.i + +al/effects/distortion.s: al/effects/distortion.cpp.s +.PHONY : al/effects/distortion.s + +# target to generate assembly for a file +al/effects/distortion.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.s +.PHONY : al/effects/distortion.cpp.s + +al/effects/echo.o: al/effects/echo.cpp.o +.PHONY : al/effects/echo.o + +# target to build an object file +al/effects/echo.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o +.PHONY : al/effects/echo.cpp.o + +al/effects/echo.i: al/effects/echo.cpp.i +.PHONY : al/effects/echo.i + +# target to preprocess a source file +al/effects/echo.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.i +.PHONY : al/effects/echo.cpp.i + +al/effects/echo.s: al/effects/echo.cpp.s +.PHONY : al/effects/echo.s + +# target to generate assembly for a file +al/effects/echo.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.s +.PHONY : al/effects/echo.cpp.s + +al/effects/effects.o: al/effects/effects.cpp.o +.PHONY : al/effects/effects.o + +# target to build an object file +al/effects/effects.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o +.PHONY : al/effects/effects.cpp.o + +al/effects/effects.i: al/effects/effects.cpp.i +.PHONY : al/effects/effects.i + +# target to preprocess a source file +al/effects/effects.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.i +.PHONY : al/effects/effects.cpp.i + +al/effects/effects.s: al/effects/effects.cpp.s +.PHONY : al/effects/effects.s + +# target to generate assembly for a file +al/effects/effects.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.s +.PHONY : al/effects/effects.cpp.s + +al/effects/equalizer.o: al/effects/equalizer.cpp.o +.PHONY : al/effects/equalizer.o + +# target to build an object file +al/effects/equalizer.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o +.PHONY : al/effects/equalizer.cpp.o + +al/effects/equalizer.i: al/effects/equalizer.cpp.i +.PHONY : al/effects/equalizer.i + +# target to preprocess a source file +al/effects/equalizer.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.i +.PHONY : al/effects/equalizer.cpp.i + +al/effects/equalizer.s: al/effects/equalizer.cpp.s +.PHONY : al/effects/equalizer.s + +# target to generate assembly for a file +al/effects/equalizer.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.s +.PHONY : al/effects/equalizer.cpp.s + +al/effects/fshifter.o: al/effects/fshifter.cpp.o +.PHONY : al/effects/fshifter.o + +# target to build an object file +al/effects/fshifter.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o +.PHONY : al/effects/fshifter.cpp.o + +al/effects/fshifter.i: al/effects/fshifter.cpp.i +.PHONY : al/effects/fshifter.i + +# target to preprocess a source file +al/effects/fshifter.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.i +.PHONY : al/effects/fshifter.cpp.i + +al/effects/fshifter.s: al/effects/fshifter.cpp.s +.PHONY : al/effects/fshifter.s + +# target to generate assembly for a file +al/effects/fshifter.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.s +.PHONY : al/effects/fshifter.cpp.s + +al/effects/modulator.o: al/effects/modulator.cpp.o +.PHONY : al/effects/modulator.o + +# target to build an object file +al/effects/modulator.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o +.PHONY : al/effects/modulator.cpp.o + +al/effects/modulator.i: al/effects/modulator.cpp.i +.PHONY : al/effects/modulator.i + +# target to preprocess a source file +al/effects/modulator.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.i +.PHONY : al/effects/modulator.cpp.i + +al/effects/modulator.s: al/effects/modulator.cpp.s +.PHONY : al/effects/modulator.s + +# target to generate assembly for a file +al/effects/modulator.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.s +.PHONY : al/effects/modulator.cpp.s + +al/effects/null.o: al/effects/null.cpp.o +.PHONY : al/effects/null.o + +# target to build an object file +al/effects/null.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o +.PHONY : al/effects/null.cpp.o + +al/effects/null.i: al/effects/null.cpp.i +.PHONY : al/effects/null.i + +# target to preprocess a source file +al/effects/null.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.i +.PHONY : al/effects/null.cpp.i + +al/effects/null.s: al/effects/null.cpp.s +.PHONY : al/effects/null.s + +# target to generate assembly for a file +al/effects/null.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.s +.PHONY : al/effects/null.cpp.s + +al/effects/pshifter.o: al/effects/pshifter.cpp.o +.PHONY : al/effects/pshifter.o + +# target to build an object file +al/effects/pshifter.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o +.PHONY : al/effects/pshifter.cpp.o + +al/effects/pshifter.i: al/effects/pshifter.cpp.i +.PHONY : al/effects/pshifter.i + +# target to preprocess a source file +al/effects/pshifter.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.i +.PHONY : al/effects/pshifter.cpp.i + +al/effects/pshifter.s: al/effects/pshifter.cpp.s +.PHONY : al/effects/pshifter.s + +# target to generate assembly for a file +al/effects/pshifter.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.s +.PHONY : al/effects/pshifter.cpp.s + +al/effects/reverb.o: al/effects/reverb.cpp.o +.PHONY : al/effects/reverb.o + +# target to build an object file +al/effects/reverb.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o +.PHONY : al/effects/reverb.cpp.o + +al/effects/reverb.i: al/effects/reverb.cpp.i +.PHONY : al/effects/reverb.i + +# target to preprocess a source file +al/effects/reverb.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.i +.PHONY : al/effects/reverb.cpp.i + +al/effects/reverb.s: al/effects/reverb.cpp.s +.PHONY : al/effects/reverb.s + +# target to generate assembly for a file +al/effects/reverb.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.s +.PHONY : al/effects/reverb.cpp.s + +al/effects/vmorpher.o: al/effects/vmorpher.cpp.o +.PHONY : al/effects/vmorpher.o + +# target to build an object file +al/effects/vmorpher.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o +.PHONY : al/effects/vmorpher.cpp.o + +al/effects/vmorpher.i: al/effects/vmorpher.cpp.i +.PHONY : al/effects/vmorpher.i + +# target to preprocess a source file +al/effects/vmorpher.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.i +.PHONY : al/effects/vmorpher.cpp.i + +al/effects/vmorpher.s: al/effects/vmorpher.cpp.s +.PHONY : al/effects/vmorpher.s + +# target to generate assembly for a file +al/effects/vmorpher.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.s +.PHONY : al/effects/vmorpher.cpp.s + +al/error.o: al/error.cpp.o +.PHONY : al/error.o + +# target to build an object file +al/error.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.o +.PHONY : al/error.cpp.o + +al/error.i: al/error.cpp.i +.PHONY : al/error.i + +# target to preprocess a source file +al/error.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.i +.PHONY : al/error.cpp.i + +al/error.s: al/error.cpp.s +.PHONY : al/error.s + +# target to generate assembly for a file +al/error.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.s +.PHONY : al/error.cpp.s + +al/event.o: al/event.cpp.o +.PHONY : al/event.o + +# target to build an object file +al/event.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.o +.PHONY : al/event.cpp.o + +al/event.i: al/event.cpp.i +.PHONY : al/event.i + +# target to preprocess a source file +al/event.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.i +.PHONY : al/event.cpp.i + +al/event.s: al/event.cpp.s +.PHONY : al/event.s + +# target to generate assembly for a file +al/event.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.s +.PHONY : al/event.cpp.s + +al/extension.o: al/extension.cpp.o +.PHONY : al/extension.o + +# target to build an object file +al/extension.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.o +.PHONY : al/extension.cpp.o + +al/extension.i: al/extension.cpp.i +.PHONY : al/extension.i + +# target to preprocess a source file +al/extension.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.i +.PHONY : al/extension.cpp.i + +al/extension.s: al/extension.cpp.s +.PHONY : al/extension.s + +# target to generate assembly for a file +al/extension.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.s +.PHONY : al/extension.cpp.s + +al/filter.o: al/filter.cpp.o +.PHONY : al/filter.o + +# target to build an object file +al/filter.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.o +.PHONY : al/filter.cpp.o + +al/filter.i: al/filter.cpp.i +.PHONY : al/filter.i + +# target to preprocess a source file +al/filter.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.i +.PHONY : al/filter.cpp.i + +al/filter.s: al/filter.cpp.s +.PHONY : al/filter.s + +# target to generate assembly for a file +al/filter.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.s +.PHONY : al/filter.cpp.s + +al/listener.o: al/listener.cpp.o +.PHONY : al/listener.o + +# target to build an object file +al/listener.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.o +.PHONY : al/listener.cpp.o + +al/listener.i: al/listener.cpp.i +.PHONY : al/listener.i + +# target to preprocess a source file +al/listener.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.i +.PHONY : al/listener.cpp.i + +al/listener.s: al/listener.cpp.s +.PHONY : al/listener.s + +# target to generate assembly for a file +al/listener.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.s +.PHONY : al/listener.cpp.s + +al/source.o: al/source.cpp.o +.PHONY : al/source.o + +# target to build an object file +al/source.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.o +.PHONY : al/source.cpp.o + +al/source.i: al/source.cpp.i +.PHONY : al/source.i + +# target to preprocess a source file +al/source.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.i +.PHONY : al/source.cpp.i + +al/source.s: al/source.cpp.s +.PHONY : al/source.s + +# target to generate assembly for a file +al/source.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.s +.PHONY : al/source.cpp.s + +al/state.o: al/state.cpp.o +.PHONY : al/state.o + +# target to build an object file +al/state.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.o +.PHONY : al/state.cpp.o + +al/state.i: al/state.cpp.i +.PHONY : al/state.i + +# target to preprocess a source file +al/state.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.i +.PHONY : al/state.cpp.i + +al/state.s: al/state.cpp.s +.PHONY : al/state.s + +# target to generate assembly for a file +al/state.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.s +.PHONY : al/state.cpp.s + +alc/alc.o: alc/alc.cpp.o +.PHONY : alc/alc.o + +# target to build an object file +alc/alc.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.o +.PHONY : alc/alc.cpp.o + +alc/alc.i: alc/alc.cpp.i +.PHONY : alc/alc.i + +# target to preprocess a source file +alc/alc.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.i +.PHONY : alc/alc.cpp.i + +alc/alc.s: alc/alc.cpp.s +.PHONY : alc/alc.s + +# target to generate assembly for a file +alc/alc.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.s +.PHONY : alc/alc.cpp.s + +alc/alconfig.o: alc/alconfig.cpp.o +.PHONY : alc/alconfig.o + +# target to build an object file +alc/alconfig.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o +.PHONY : alc/alconfig.cpp.o + +alc/alconfig.i: alc/alconfig.cpp.i +.PHONY : alc/alconfig.i + +# target to preprocess a source file +alc/alconfig.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.i +.PHONY : alc/alconfig.cpp.i + +alc/alconfig.s: alc/alconfig.cpp.s +.PHONY : alc/alconfig.s + +# target to generate assembly for a file +alc/alconfig.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.s +.PHONY : alc/alconfig.cpp.s + +alc/alu.o: alc/alu.cpp.o +.PHONY : alc/alu.o + +# target to build an object file +alc/alu.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.o +.PHONY : alc/alu.cpp.o + +alc/alu.i: alc/alu.cpp.i +.PHONY : alc/alu.i + +# target to preprocess a source file +alc/alu.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.i +.PHONY : alc/alu.cpp.i + +alc/alu.s: alc/alu.cpp.s +.PHONY : alc/alu.s + +# target to generate assembly for a file +alc/alu.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.s +.PHONY : alc/alu.cpp.s + +alc/backends/alsa.o: alc/backends/alsa.cpp.o +.PHONY : alc/backends/alsa.o + +# target to build an object file +alc/backends/alsa.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o +.PHONY : alc/backends/alsa.cpp.o + +alc/backends/alsa.i: alc/backends/alsa.cpp.i +.PHONY : alc/backends/alsa.i + +# target to preprocess a source file +alc/backends/alsa.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.i +.PHONY : alc/backends/alsa.cpp.i + +alc/backends/alsa.s: alc/backends/alsa.cpp.s +.PHONY : alc/backends/alsa.s + +# target to generate assembly for a file +alc/backends/alsa.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.s +.PHONY : alc/backends/alsa.cpp.s + +alc/backends/base.o: alc/backends/base.cpp.o +.PHONY : alc/backends/base.o + +# target to build an object file +alc/backends/base.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o +.PHONY : alc/backends/base.cpp.o + +alc/backends/base.i: alc/backends/base.cpp.i +.PHONY : alc/backends/base.i + +# target to preprocess a source file +alc/backends/base.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.i +.PHONY : alc/backends/base.cpp.i + +alc/backends/base.s: alc/backends/base.cpp.s +.PHONY : alc/backends/base.s + +# target to generate assembly for a file +alc/backends/base.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.s +.PHONY : alc/backends/base.cpp.s + +alc/backends/jack.o: alc/backends/jack.cpp.o +.PHONY : alc/backends/jack.o + +# target to build an object file +alc/backends/jack.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o +.PHONY : alc/backends/jack.cpp.o + +alc/backends/jack.i: alc/backends/jack.cpp.i +.PHONY : alc/backends/jack.i + +# target to preprocess a source file +alc/backends/jack.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.i +.PHONY : alc/backends/jack.cpp.i + +alc/backends/jack.s: alc/backends/jack.cpp.s +.PHONY : alc/backends/jack.s + +# target to generate assembly for a file +alc/backends/jack.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.s +.PHONY : alc/backends/jack.cpp.s + +alc/backends/loopback.o: alc/backends/loopback.cpp.o +.PHONY : alc/backends/loopback.o + +# target to build an object file +alc/backends/loopback.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o +.PHONY : alc/backends/loopback.cpp.o + +alc/backends/loopback.i: alc/backends/loopback.cpp.i +.PHONY : alc/backends/loopback.i + +# target to preprocess a source file +alc/backends/loopback.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.i +.PHONY : alc/backends/loopback.cpp.i + +alc/backends/loopback.s: alc/backends/loopback.cpp.s +.PHONY : alc/backends/loopback.s + +# target to generate assembly for a file +alc/backends/loopback.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.s +.PHONY : alc/backends/loopback.cpp.s + +alc/backends/null.o: alc/backends/null.cpp.o +.PHONY : alc/backends/null.o + +# target to build an object file +alc/backends/null.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o +.PHONY : alc/backends/null.cpp.o + +alc/backends/null.i: alc/backends/null.cpp.i +.PHONY : alc/backends/null.i + +# target to preprocess a source file +alc/backends/null.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.i +.PHONY : alc/backends/null.cpp.i + +alc/backends/null.s: alc/backends/null.cpp.s +.PHONY : alc/backends/null.s + +# target to generate assembly for a file +alc/backends/null.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.s +.PHONY : alc/backends/null.cpp.s + +alc/backends/oss.o: alc/backends/oss.cpp.o +.PHONY : alc/backends/oss.o + +# target to build an object file +alc/backends/oss.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o +.PHONY : alc/backends/oss.cpp.o + +alc/backends/oss.i: alc/backends/oss.cpp.i +.PHONY : alc/backends/oss.i + +# target to preprocess a source file +alc/backends/oss.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.i +.PHONY : alc/backends/oss.cpp.i + +alc/backends/oss.s: alc/backends/oss.cpp.s +.PHONY : alc/backends/oss.s + +# target to generate assembly for a file +alc/backends/oss.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.s +.PHONY : alc/backends/oss.cpp.s + +alc/backends/pipewire.o: alc/backends/pipewire.cpp.o +.PHONY : alc/backends/pipewire.o + +# target to build an object file +alc/backends/pipewire.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o +.PHONY : alc/backends/pipewire.cpp.o + +alc/backends/pipewire.i: alc/backends/pipewire.cpp.i +.PHONY : alc/backends/pipewire.i + +# target to preprocess a source file +alc/backends/pipewire.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.i +.PHONY : alc/backends/pipewire.cpp.i + +alc/backends/pipewire.s: alc/backends/pipewire.cpp.s +.PHONY : alc/backends/pipewire.s + +# target to generate assembly for a file +alc/backends/pipewire.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.s +.PHONY : alc/backends/pipewire.cpp.s + +alc/backends/portaudio.o: alc/backends/portaudio.cpp.o +.PHONY : alc/backends/portaudio.o + +# target to build an object file +alc/backends/portaudio.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o +.PHONY : alc/backends/portaudio.cpp.o + +alc/backends/portaudio.i: alc/backends/portaudio.cpp.i +.PHONY : alc/backends/portaudio.i + +# target to preprocess a source file +alc/backends/portaudio.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.i +.PHONY : alc/backends/portaudio.cpp.i + +alc/backends/portaudio.s: alc/backends/portaudio.cpp.s +.PHONY : alc/backends/portaudio.s + +# target to generate assembly for a file +alc/backends/portaudio.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.s +.PHONY : alc/backends/portaudio.cpp.s + +alc/backends/pulseaudio.o: alc/backends/pulseaudio.cpp.o +.PHONY : alc/backends/pulseaudio.o + +# target to build an object file +alc/backends/pulseaudio.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o +.PHONY : alc/backends/pulseaudio.cpp.o + +alc/backends/pulseaudio.i: alc/backends/pulseaudio.cpp.i +.PHONY : alc/backends/pulseaudio.i + +# target to preprocess a source file +alc/backends/pulseaudio.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.i +.PHONY : alc/backends/pulseaudio.cpp.i + +alc/backends/pulseaudio.s: alc/backends/pulseaudio.cpp.s +.PHONY : alc/backends/pulseaudio.s + +# target to generate assembly for a file +alc/backends/pulseaudio.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.s +.PHONY : alc/backends/pulseaudio.cpp.s + +alc/backends/wave.o: alc/backends/wave.cpp.o +.PHONY : alc/backends/wave.o + +# target to build an object file +alc/backends/wave.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o +.PHONY : alc/backends/wave.cpp.o + +alc/backends/wave.i: alc/backends/wave.cpp.i +.PHONY : alc/backends/wave.i + +# target to preprocess a source file +alc/backends/wave.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.i +.PHONY : alc/backends/wave.cpp.i + +alc/backends/wave.s: alc/backends/wave.cpp.s +.PHONY : alc/backends/wave.s + +# target to generate assembly for a file +alc/backends/wave.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.s +.PHONY : alc/backends/wave.cpp.s + +alc/context.o: alc/context.cpp.o +.PHONY : alc/context.o + +# target to build an object file +alc/context.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.o +.PHONY : alc/context.cpp.o + +alc/context.i: alc/context.cpp.i +.PHONY : alc/context.i + +# target to preprocess a source file +alc/context.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.i +.PHONY : alc/context.cpp.i + +alc/context.s: alc/context.cpp.s +.PHONY : alc/context.s + +# target to generate assembly for a file +alc/context.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.s +.PHONY : alc/context.cpp.s + +alc/device.o: alc/device.cpp.o +.PHONY : alc/device.o + +# target to build an object file +alc/device.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.o +.PHONY : alc/device.cpp.o + +alc/device.i: alc/device.cpp.i +.PHONY : alc/device.i + +# target to preprocess a source file +alc/device.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.i +.PHONY : alc/device.cpp.i + +alc/device.s: alc/device.cpp.s +.PHONY : alc/device.s + +# target to generate assembly for a file +alc/device.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.s +.PHONY : alc/device.cpp.s + +alc/effects/autowah.o: alc/effects/autowah.cpp.o +.PHONY : alc/effects/autowah.o + +# target to build an object file +alc/effects/autowah.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o +.PHONY : alc/effects/autowah.cpp.o + +alc/effects/autowah.i: alc/effects/autowah.cpp.i +.PHONY : alc/effects/autowah.i + +# target to preprocess a source file +alc/effects/autowah.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.i +.PHONY : alc/effects/autowah.cpp.i + +alc/effects/autowah.s: alc/effects/autowah.cpp.s +.PHONY : alc/effects/autowah.s + +# target to generate assembly for a file +alc/effects/autowah.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.s +.PHONY : alc/effects/autowah.cpp.s + +alc/effects/chorus.o: alc/effects/chorus.cpp.o +.PHONY : alc/effects/chorus.o + +# target to build an object file +alc/effects/chorus.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o +.PHONY : alc/effects/chorus.cpp.o + +alc/effects/chorus.i: alc/effects/chorus.cpp.i +.PHONY : alc/effects/chorus.i + +# target to preprocess a source file +alc/effects/chorus.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.i +.PHONY : alc/effects/chorus.cpp.i + +alc/effects/chorus.s: alc/effects/chorus.cpp.s +.PHONY : alc/effects/chorus.s + +# target to generate assembly for a file +alc/effects/chorus.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.s +.PHONY : alc/effects/chorus.cpp.s + +alc/effects/compressor.o: alc/effects/compressor.cpp.o +.PHONY : alc/effects/compressor.o + +# target to build an object file +alc/effects/compressor.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o +.PHONY : alc/effects/compressor.cpp.o + +alc/effects/compressor.i: alc/effects/compressor.cpp.i +.PHONY : alc/effects/compressor.i + +# target to preprocess a source file +alc/effects/compressor.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.i +.PHONY : alc/effects/compressor.cpp.i + +alc/effects/compressor.s: alc/effects/compressor.cpp.s +.PHONY : alc/effects/compressor.s + +# target to generate assembly for a file +alc/effects/compressor.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.s +.PHONY : alc/effects/compressor.cpp.s + +alc/effects/convolution.o: alc/effects/convolution.cpp.o +.PHONY : alc/effects/convolution.o + +# target to build an object file +alc/effects/convolution.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o +.PHONY : alc/effects/convolution.cpp.o + +alc/effects/convolution.i: alc/effects/convolution.cpp.i +.PHONY : alc/effects/convolution.i + +# target to preprocess a source file +alc/effects/convolution.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.i +.PHONY : alc/effects/convolution.cpp.i + +alc/effects/convolution.s: alc/effects/convolution.cpp.s +.PHONY : alc/effects/convolution.s + +# target to generate assembly for a file +alc/effects/convolution.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.s +.PHONY : alc/effects/convolution.cpp.s + +alc/effects/dedicated.o: alc/effects/dedicated.cpp.o +.PHONY : alc/effects/dedicated.o + +# target to build an object file +alc/effects/dedicated.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o +.PHONY : alc/effects/dedicated.cpp.o + +alc/effects/dedicated.i: alc/effects/dedicated.cpp.i +.PHONY : alc/effects/dedicated.i + +# target to preprocess a source file +alc/effects/dedicated.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.i +.PHONY : alc/effects/dedicated.cpp.i + +alc/effects/dedicated.s: alc/effects/dedicated.cpp.s +.PHONY : alc/effects/dedicated.s + +# target to generate assembly for a file +alc/effects/dedicated.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.s +.PHONY : alc/effects/dedicated.cpp.s + +alc/effects/distortion.o: alc/effects/distortion.cpp.o +.PHONY : alc/effects/distortion.o + +# target to build an object file +alc/effects/distortion.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o +.PHONY : alc/effects/distortion.cpp.o + +alc/effects/distortion.i: alc/effects/distortion.cpp.i +.PHONY : alc/effects/distortion.i + +# target to preprocess a source file +alc/effects/distortion.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.i +.PHONY : alc/effects/distortion.cpp.i + +alc/effects/distortion.s: alc/effects/distortion.cpp.s +.PHONY : alc/effects/distortion.s + +# target to generate assembly for a file +alc/effects/distortion.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.s +.PHONY : alc/effects/distortion.cpp.s + +alc/effects/echo.o: alc/effects/echo.cpp.o +.PHONY : alc/effects/echo.o + +# target to build an object file +alc/effects/echo.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o +.PHONY : alc/effects/echo.cpp.o + +alc/effects/echo.i: alc/effects/echo.cpp.i +.PHONY : alc/effects/echo.i + +# target to preprocess a source file +alc/effects/echo.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.i +.PHONY : alc/effects/echo.cpp.i + +alc/effects/echo.s: alc/effects/echo.cpp.s +.PHONY : alc/effects/echo.s + +# target to generate assembly for a file +alc/effects/echo.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.s +.PHONY : alc/effects/echo.cpp.s + +alc/effects/equalizer.o: alc/effects/equalizer.cpp.o +.PHONY : alc/effects/equalizer.o + +# target to build an object file +alc/effects/equalizer.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o +.PHONY : alc/effects/equalizer.cpp.o + +alc/effects/equalizer.i: alc/effects/equalizer.cpp.i +.PHONY : alc/effects/equalizer.i + +# target to preprocess a source file +alc/effects/equalizer.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.i +.PHONY : alc/effects/equalizer.cpp.i + +alc/effects/equalizer.s: alc/effects/equalizer.cpp.s +.PHONY : alc/effects/equalizer.s + +# target to generate assembly for a file +alc/effects/equalizer.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.s +.PHONY : alc/effects/equalizer.cpp.s + +alc/effects/fshifter.o: alc/effects/fshifter.cpp.o +.PHONY : alc/effects/fshifter.o + +# target to build an object file +alc/effects/fshifter.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o +.PHONY : alc/effects/fshifter.cpp.o + +alc/effects/fshifter.i: alc/effects/fshifter.cpp.i +.PHONY : alc/effects/fshifter.i + +# target to preprocess a source file +alc/effects/fshifter.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.i +.PHONY : alc/effects/fshifter.cpp.i + +alc/effects/fshifter.s: alc/effects/fshifter.cpp.s +.PHONY : alc/effects/fshifter.s + +# target to generate assembly for a file +alc/effects/fshifter.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.s +.PHONY : alc/effects/fshifter.cpp.s + +alc/effects/modulator.o: alc/effects/modulator.cpp.o +.PHONY : alc/effects/modulator.o + +# target to build an object file +alc/effects/modulator.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o +.PHONY : alc/effects/modulator.cpp.o + +alc/effects/modulator.i: alc/effects/modulator.cpp.i +.PHONY : alc/effects/modulator.i + +# target to preprocess a source file +alc/effects/modulator.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.i +.PHONY : alc/effects/modulator.cpp.i + +alc/effects/modulator.s: alc/effects/modulator.cpp.s +.PHONY : alc/effects/modulator.s + +# target to generate assembly for a file +alc/effects/modulator.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.s +.PHONY : alc/effects/modulator.cpp.s + +alc/effects/null.o: alc/effects/null.cpp.o +.PHONY : alc/effects/null.o + +# target to build an object file +alc/effects/null.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o +.PHONY : alc/effects/null.cpp.o + +alc/effects/null.i: alc/effects/null.cpp.i +.PHONY : alc/effects/null.i + +# target to preprocess a source file +alc/effects/null.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.i +.PHONY : alc/effects/null.cpp.i + +alc/effects/null.s: alc/effects/null.cpp.s +.PHONY : alc/effects/null.s + +# target to generate assembly for a file +alc/effects/null.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.s +.PHONY : alc/effects/null.cpp.s + +alc/effects/pshifter.o: alc/effects/pshifter.cpp.o +.PHONY : alc/effects/pshifter.o + +# target to build an object file +alc/effects/pshifter.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o +.PHONY : alc/effects/pshifter.cpp.o + +alc/effects/pshifter.i: alc/effects/pshifter.cpp.i +.PHONY : alc/effects/pshifter.i + +# target to preprocess a source file +alc/effects/pshifter.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.i +.PHONY : alc/effects/pshifter.cpp.i + +alc/effects/pshifter.s: alc/effects/pshifter.cpp.s +.PHONY : alc/effects/pshifter.s + +# target to generate assembly for a file +alc/effects/pshifter.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.s +.PHONY : alc/effects/pshifter.cpp.s + +alc/effects/reverb.o: alc/effects/reverb.cpp.o +.PHONY : alc/effects/reverb.o + +# target to build an object file +alc/effects/reverb.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o +.PHONY : alc/effects/reverb.cpp.o + +alc/effects/reverb.i: alc/effects/reverb.cpp.i +.PHONY : alc/effects/reverb.i + +# target to preprocess a source file +alc/effects/reverb.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.i +.PHONY : alc/effects/reverb.cpp.i + +alc/effects/reverb.s: alc/effects/reverb.cpp.s +.PHONY : alc/effects/reverb.s + +# target to generate assembly for a file +alc/effects/reverb.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.s +.PHONY : alc/effects/reverb.cpp.s + +alc/effects/vmorpher.o: alc/effects/vmorpher.cpp.o +.PHONY : alc/effects/vmorpher.o + +# target to build an object file +alc/effects/vmorpher.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o +.PHONY : alc/effects/vmorpher.cpp.o + +alc/effects/vmorpher.i: alc/effects/vmorpher.cpp.i +.PHONY : alc/effects/vmorpher.i + +# target to preprocess a source file +alc/effects/vmorpher.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.i +.PHONY : alc/effects/vmorpher.cpp.i + +alc/effects/vmorpher.s: alc/effects/vmorpher.cpp.s +.PHONY : alc/effects/vmorpher.s + +# target to generate assembly for a file +alc/effects/vmorpher.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.s +.PHONY : alc/effects/vmorpher.cpp.s + +alc/events.o: alc/events.cpp.o +.PHONY : alc/events.o + +# target to build an object file +alc/events.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.o +.PHONY : alc/events.cpp.o + +alc/events.i: alc/events.cpp.i +.PHONY : alc/events.i + +# target to preprocess a source file +alc/events.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.i +.PHONY : alc/events.cpp.i + +alc/events.s: alc/events.cpp.s +.PHONY : alc/events.s + +# target to generate assembly for a file +alc/events.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.s +.PHONY : alc/events.cpp.s + +alc/panning.o: alc/panning.cpp.o +.PHONY : alc/panning.o + +# target to build an object file +alc/panning.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.o +.PHONY : alc/panning.cpp.o + +alc/panning.i: alc/panning.cpp.i +.PHONY : alc/panning.i + +# target to preprocess a source file +alc/panning.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.i +.PHONY : alc/panning.cpp.i + +alc/panning.s: alc/panning.cpp.s +.PHONY : alc/panning.s + +# target to generate assembly for a file +alc/panning.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.s +.PHONY : alc/panning.cpp.s + +common/alcomplex.o: common/alcomplex.cpp.o +.PHONY : common/alcomplex.o + +# target to build an object file +common/alcomplex.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o +.PHONY : common/alcomplex.cpp.o + +common/alcomplex.i: common/alcomplex.cpp.i +.PHONY : common/alcomplex.i + +# target to preprocess a source file +common/alcomplex.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.i +.PHONY : common/alcomplex.cpp.i + +common/alcomplex.s: common/alcomplex.cpp.s +.PHONY : common/alcomplex.s + +# target to generate assembly for a file +common/alcomplex.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.s +.PHONY : common/alcomplex.cpp.s + +common/alstring.o: common/alstring.cpp.o +.PHONY : common/alstring.o + +# target to build an object file +common/alstring.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.o +.PHONY : common/alstring.cpp.o + +common/alstring.i: common/alstring.cpp.i +.PHONY : common/alstring.i + +# target to preprocess a source file +common/alstring.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.i +.PHONY : common/alstring.cpp.i + +common/alstring.s: common/alstring.cpp.s +.PHONY : common/alstring.s + +# target to generate assembly for a file +common/alstring.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.s +.PHONY : common/alstring.cpp.s + +common/althrd_setname.o: common/althrd_setname.cpp.o +.PHONY : common/althrd_setname.o + +# target to build an object file +common/althrd_setname.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o +.PHONY : common/althrd_setname.cpp.o + +common/althrd_setname.i: common/althrd_setname.cpp.i +.PHONY : common/althrd_setname.i + +# target to preprocess a source file +common/althrd_setname.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.i +.PHONY : common/althrd_setname.cpp.i + +common/althrd_setname.s: common/althrd_setname.cpp.s +.PHONY : common/althrd_setname.s + +# target to generate assembly for a file +common/althrd_setname.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.s +.PHONY : common/althrd_setname.cpp.s + +common/dynload.o: common/dynload.cpp.o +.PHONY : common/dynload.o + +# target to build an object file +common/dynload.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.o +.PHONY : common/dynload.cpp.o + +common/dynload.i: common/dynload.cpp.i +.PHONY : common/dynload.i + +# target to preprocess a source file +common/dynload.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.i +.PHONY : common/dynload.cpp.i + +common/dynload.s: common/dynload.cpp.s +.PHONY : common/dynload.s + +# target to generate assembly for a file +common/dynload.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.s +.PHONY : common/dynload.cpp.s + +common/filesystem.o: common/filesystem.cpp.o +.PHONY : common/filesystem.o + +# target to build an object file +common/filesystem.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.o +.PHONY : common/filesystem.cpp.o + +common/filesystem.i: common/filesystem.cpp.i +.PHONY : common/filesystem.i + +# target to preprocess a source file +common/filesystem.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.i +.PHONY : common/filesystem.cpp.i + +common/filesystem.s: common/filesystem.cpp.s +.PHONY : common/filesystem.s + +# target to generate assembly for a file +common/filesystem.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.s +.PHONY : common/filesystem.cpp.s + +common/pffft.o: common/pffft.cpp.o +.PHONY : common/pffft.o + +# target to build an object file +common/pffft.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.o +.PHONY : common/pffft.cpp.o + +common/pffft.i: common/pffft.cpp.i +.PHONY : common/pffft.i + +# target to preprocess a source file +common/pffft.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.i +.PHONY : common/pffft.cpp.i + +common/pffft.s: common/pffft.cpp.s +.PHONY : common/pffft.s + +# target to generate assembly for a file +common/pffft.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.s +.PHONY : common/pffft.cpp.s + +common/polyphase_resampler.o: common/polyphase_resampler.cpp.o +.PHONY : common/polyphase_resampler.o + +# target to build an object file +common/polyphase_resampler.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o +.PHONY : common/polyphase_resampler.cpp.o + +common/polyphase_resampler.i: common/polyphase_resampler.cpp.i +.PHONY : common/polyphase_resampler.i + +# target to preprocess a source file +common/polyphase_resampler.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.i +.PHONY : common/polyphase_resampler.cpp.i + +common/polyphase_resampler.s: common/polyphase_resampler.cpp.s +.PHONY : common/polyphase_resampler.s + +# target to generate assembly for a file +common/polyphase_resampler.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.s +.PHONY : common/polyphase_resampler.cpp.s + +common/ringbuffer.o: common/ringbuffer.cpp.o +.PHONY : common/ringbuffer.o + +# target to build an object file +common/ringbuffer.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o +.PHONY : common/ringbuffer.cpp.o + +common/ringbuffer.i: common/ringbuffer.cpp.i +.PHONY : common/ringbuffer.i + +# target to preprocess a source file +common/ringbuffer.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.i +.PHONY : common/ringbuffer.cpp.i + +common/ringbuffer.s: common/ringbuffer.cpp.s +.PHONY : common/ringbuffer.s + +# target to generate assembly for a file +common/ringbuffer.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.s +.PHONY : common/ringbuffer.cpp.s + +common/strutils.o: common/strutils.cpp.o +.PHONY : common/strutils.o + +# target to build an object file +common/strutils.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.o + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.o +.PHONY : common/strutils.cpp.o + +common/strutils.i: common/strutils.cpp.i +.PHONY : common/strutils.i + +# target to preprocess a source file +common/strutils.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.i + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.i +.PHONY : common/strutils.cpp.i + +common/strutils.s: common/strutils.cpp.s +.PHONY : common/strutils.s + +# target to generate assembly for a file +common/strutils.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.s + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.s +.PHONY : common/strutils.cpp.s + +core/ambdec.o: core/ambdec.cpp.o +.PHONY : core/ambdec.o + +# target to build an object file +core/ambdec.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o +.PHONY : core/ambdec.cpp.o + +core/ambdec.i: core/ambdec.cpp.i +.PHONY : core/ambdec.i + +# target to preprocess a source file +core/ambdec.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.i +.PHONY : core/ambdec.cpp.i + +core/ambdec.s: core/ambdec.cpp.s +.PHONY : core/ambdec.s + +# target to generate assembly for a file +core/ambdec.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.s +.PHONY : core/ambdec.cpp.s + +core/ambidefs.o: core/ambidefs.cpp.o +.PHONY : core/ambidefs.o + +# target to build an object file +core/ambidefs.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o +.PHONY : core/ambidefs.cpp.o + +core/ambidefs.i: core/ambidefs.cpp.i +.PHONY : core/ambidefs.i + +# target to preprocess a source file +core/ambidefs.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.i +.PHONY : core/ambidefs.cpp.i + +core/ambidefs.s: core/ambidefs.cpp.s +.PHONY : core/ambidefs.s + +# target to generate assembly for a file +core/ambidefs.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.s +.PHONY : core/ambidefs.cpp.s + +core/bformatdec.o: core/bformatdec.cpp.o +.PHONY : core/bformatdec.o + +# target to build an object file +core/bformatdec.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o +.PHONY : core/bformatdec.cpp.o + +core/bformatdec.i: core/bformatdec.cpp.i +.PHONY : core/bformatdec.i + +# target to preprocess a source file +core/bformatdec.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.i +.PHONY : core/bformatdec.cpp.i + +core/bformatdec.s: core/bformatdec.cpp.s +.PHONY : core/bformatdec.s + +# target to generate assembly for a file +core/bformatdec.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.s +.PHONY : core/bformatdec.cpp.s + +core/bs2b.o: core/bs2b.cpp.o +.PHONY : core/bs2b.o + +# target to build an object file +core/bs2b.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o +.PHONY : core/bs2b.cpp.o + +core/bs2b.i: core/bs2b.cpp.i +.PHONY : core/bs2b.i + +# target to preprocess a source file +core/bs2b.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.i +.PHONY : core/bs2b.cpp.i + +core/bs2b.s: core/bs2b.cpp.s +.PHONY : core/bs2b.s + +# target to generate assembly for a file +core/bs2b.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.s +.PHONY : core/bs2b.cpp.s + +core/bsinc_tables.o: core/bsinc_tables.cpp.o +.PHONY : core/bsinc_tables.o + +# target to build an object file +core/bsinc_tables.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o +.PHONY : core/bsinc_tables.cpp.o + +core/bsinc_tables.i: core/bsinc_tables.cpp.i +.PHONY : core/bsinc_tables.i + +# target to preprocess a source file +core/bsinc_tables.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.i +.PHONY : core/bsinc_tables.cpp.i + +core/bsinc_tables.s: core/bsinc_tables.cpp.s +.PHONY : core/bsinc_tables.s + +# target to generate assembly for a file +core/bsinc_tables.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.s +.PHONY : core/bsinc_tables.cpp.s + +core/buffer_storage.o: core/buffer_storage.cpp.o +.PHONY : core/buffer_storage.o + +# target to build an object file +core/buffer_storage.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o +.PHONY : core/buffer_storage.cpp.o + +core/buffer_storage.i: core/buffer_storage.cpp.i +.PHONY : core/buffer_storage.i + +# target to preprocess a source file +core/buffer_storage.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.i +.PHONY : core/buffer_storage.cpp.i + +core/buffer_storage.s: core/buffer_storage.cpp.s +.PHONY : core/buffer_storage.s + +# target to generate assembly for a file +core/buffer_storage.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.s +.PHONY : core/buffer_storage.cpp.s + +core/context.o: core/context.cpp.o +.PHONY : core/context.o + +# target to build an object file +core/context.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.o +.PHONY : core/context.cpp.o + +core/context.i: core/context.cpp.i +.PHONY : core/context.i + +# target to preprocess a source file +core/context.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.i +.PHONY : core/context.cpp.i + +core/context.s: core/context.cpp.s +.PHONY : core/context.s + +# target to generate assembly for a file +core/context.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.s +.PHONY : core/context.cpp.s + +core/converter.o: core/converter.cpp.o +.PHONY : core/converter.o + +# target to build an object file +core/converter.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.o +.PHONY : core/converter.cpp.o + +core/converter.i: core/converter.cpp.i +.PHONY : core/converter.i + +# target to preprocess a source file +core/converter.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.i +.PHONY : core/converter.cpp.i + +core/converter.s: core/converter.cpp.s +.PHONY : core/converter.s + +# target to generate assembly for a file +core/converter.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.s +.PHONY : core/converter.cpp.s + +core/cpu_caps.o: core/cpu_caps.cpp.o +.PHONY : core/cpu_caps.o + +# target to build an object file +core/cpu_caps.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o +.PHONY : core/cpu_caps.cpp.o + +core/cpu_caps.i: core/cpu_caps.cpp.i +.PHONY : core/cpu_caps.i + +# target to preprocess a source file +core/cpu_caps.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.i +.PHONY : core/cpu_caps.cpp.i + +core/cpu_caps.s: core/cpu_caps.cpp.s +.PHONY : core/cpu_caps.s + +# target to generate assembly for a file +core/cpu_caps.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.s +.PHONY : core/cpu_caps.cpp.s + +core/cubic_tables.o: core/cubic_tables.cpp.o +.PHONY : core/cubic_tables.o + +# target to build an object file +core/cubic_tables.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o +.PHONY : core/cubic_tables.cpp.o + +core/cubic_tables.i: core/cubic_tables.cpp.i +.PHONY : core/cubic_tables.i + +# target to preprocess a source file +core/cubic_tables.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.i +.PHONY : core/cubic_tables.cpp.i + +core/cubic_tables.s: core/cubic_tables.cpp.s +.PHONY : core/cubic_tables.s + +# target to generate assembly for a file +core/cubic_tables.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.s +.PHONY : core/cubic_tables.cpp.s + +core/dbus_wrap.o: core/dbus_wrap.cpp.o +.PHONY : core/dbus_wrap.o + +# target to build an object file +core/dbus_wrap.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o +.PHONY : core/dbus_wrap.cpp.o + +core/dbus_wrap.i: core/dbus_wrap.cpp.i +.PHONY : core/dbus_wrap.i + +# target to preprocess a source file +core/dbus_wrap.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.i +.PHONY : core/dbus_wrap.cpp.i + +core/dbus_wrap.s: core/dbus_wrap.cpp.s +.PHONY : core/dbus_wrap.s + +# target to generate assembly for a file +core/dbus_wrap.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.s +.PHONY : core/dbus_wrap.cpp.s + +core/devformat.o: core/devformat.cpp.o +.PHONY : core/devformat.o + +# target to build an object file +core/devformat.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.o +.PHONY : core/devformat.cpp.o + +core/devformat.i: core/devformat.cpp.i +.PHONY : core/devformat.i + +# target to preprocess a source file +core/devformat.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.i +.PHONY : core/devformat.cpp.i + +core/devformat.s: core/devformat.cpp.s +.PHONY : core/devformat.s + +# target to generate assembly for a file +core/devformat.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.s +.PHONY : core/devformat.cpp.s + +core/device.o: core/device.cpp.o +.PHONY : core/device.o + +# target to build an object file +core/device.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.o +.PHONY : core/device.cpp.o + +core/device.i: core/device.cpp.i +.PHONY : core/device.i + +# target to preprocess a source file +core/device.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.i +.PHONY : core/device.cpp.i + +core/device.s: core/device.cpp.s +.PHONY : core/device.s + +# target to generate assembly for a file +core/device.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.s +.PHONY : core/device.cpp.s + +core/effectslot.o: core/effectslot.cpp.o +.PHONY : core/effectslot.o + +# target to build an object file +core/effectslot.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o +.PHONY : core/effectslot.cpp.o + +core/effectslot.i: core/effectslot.cpp.i +.PHONY : core/effectslot.i + +# target to preprocess a source file +core/effectslot.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.i +.PHONY : core/effectslot.cpp.i + +core/effectslot.s: core/effectslot.cpp.s +.PHONY : core/effectslot.s + +# target to generate assembly for a file +core/effectslot.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.s +.PHONY : core/effectslot.cpp.s + +core/except.o: core/except.cpp.o +.PHONY : core/except.o + +# target to build an object file +core/except.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.o +.PHONY : core/except.cpp.o + +core/except.i: core/except.cpp.i +.PHONY : core/except.i + +# target to preprocess a source file +core/except.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.i +.PHONY : core/except.cpp.i + +core/except.s: core/except.cpp.s +.PHONY : core/except.s + +# target to generate assembly for a file +core/except.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.s +.PHONY : core/except.cpp.s + +core/filters/biquad.o: core/filters/biquad.cpp.o +.PHONY : core/filters/biquad.o + +# target to build an object file +core/filters/biquad.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o +.PHONY : core/filters/biquad.cpp.o + +core/filters/biquad.i: core/filters/biquad.cpp.i +.PHONY : core/filters/biquad.i + +# target to preprocess a source file +core/filters/biquad.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.i +.PHONY : core/filters/biquad.cpp.i + +core/filters/biquad.s: core/filters/biquad.cpp.s +.PHONY : core/filters/biquad.s + +# target to generate assembly for a file +core/filters/biquad.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.s +.PHONY : core/filters/biquad.cpp.s + +core/filters/nfc.o: core/filters/nfc.cpp.o +.PHONY : core/filters/nfc.o + +# target to build an object file +core/filters/nfc.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o +.PHONY : core/filters/nfc.cpp.o + +core/filters/nfc.i: core/filters/nfc.cpp.i +.PHONY : core/filters/nfc.i + +# target to preprocess a source file +core/filters/nfc.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.i +.PHONY : core/filters/nfc.cpp.i + +core/filters/nfc.s: core/filters/nfc.cpp.s +.PHONY : core/filters/nfc.s + +# target to generate assembly for a file +core/filters/nfc.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.s +.PHONY : core/filters/nfc.cpp.s + +core/filters/splitter.o: core/filters/splitter.cpp.o +.PHONY : core/filters/splitter.o + +# target to build an object file +core/filters/splitter.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o +.PHONY : core/filters/splitter.cpp.o + +core/filters/splitter.i: core/filters/splitter.cpp.i +.PHONY : core/filters/splitter.i + +# target to preprocess a source file +core/filters/splitter.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.i +.PHONY : core/filters/splitter.cpp.i + +core/filters/splitter.s: core/filters/splitter.cpp.s +.PHONY : core/filters/splitter.s + +# target to generate assembly for a file +core/filters/splitter.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.s +.PHONY : core/filters/splitter.cpp.s + +core/fpu_ctrl.o: core/fpu_ctrl.cpp.o +.PHONY : core/fpu_ctrl.o + +# target to build an object file +core/fpu_ctrl.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o +.PHONY : core/fpu_ctrl.cpp.o + +core/fpu_ctrl.i: core/fpu_ctrl.cpp.i +.PHONY : core/fpu_ctrl.i + +# target to preprocess a source file +core/fpu_ctrl.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.i +.PHONY : core/fpu_ctrl.cpp.i + +core/fpu_ctrl.s: core/fpu_ctrl.cpp.s +.PHONY : core/fpu_ctrl.s + +# target to generate assembly for a file +core/fpu_ctrl.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.s +.PHONY : core/fpu_ctrl.cpp.s + +core/helpers.o: core/helpers.cpp.o +.PHONY : core/helpers.o + +# target to build an object file +core/helpers.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.o +.PHONY : core/helpers.cpp.o + +core/helpers.i: core/helpers.cpp.i +.PHONY : core/helpers.i + +# target to preprocess a source file +core/helpers.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.i +.PHONY : core/helpers.cpp.i + +core/helpers.s: core/helpers.cpp.s +.PHONY : core/helpers.s + +# target to generate assembly for a file +core/helpers.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.s +.PHONY : core/helpers.cpp.s + +core/hrtf.o: core/hrtf.cpp.o +.PHONY : core/hrtf.o + +# target to build an object file +core/hrtf.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o +.PHONY : core/hrtf.cpp.o + +core/hrtf.i: core/hrtf.cpp.i +.PHONY : core/hrtf.i + +# target to preprocess a source file +core/hrtf.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.i +.PHONY : core/hrtf.cpp.i + +core/hrtf.s: core/hrtf.cpp.s +.PHONY : core/hrtf.s + +# target to generate assembly for a file +core/hrtf.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.s +.PHONY : core/hrtf.cpp.s + +core/logging.o: core/logging.cpp.o +.PHONY : core/logging.o + +# target to build an object file +core/logging.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.o +.PHONY : core/logging.cpp.o + +core/logging.i: core/logging.cpp.i +.PHONY : core/logging.i + +# target to preprocess a source file +core/logging.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.i +.PHONY : core/logging.cpp.i + +core/logging.s: core/logging.cpp.s +.PHONY : core/logging.s + +# target to generate assembly for a file +core/logging.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.s +.PHONY : core/logging.cpp.s + +core/mastering.o: core/mastering.cpp.o +.PHONY : core/mastering.o + +# target to build an object file +core/mastering.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.o +.PHONY : core/mastering.cpp.o + +core/mastering.i: core/mastering.cpp.i +.PHONY : core/mastering.i + +# target to preprocess a source file +core/mastering.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.i +.PHONY : core/mastering.cpp.i + +core/mastering.s: core/mastering.cpp.s +.PHONY : core/mastering.s + +# target to generate assembly for a file +core/mastering.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.s +.PHONY : core/mastering.cpp.s + +core/mixer.o: core/mixer.cpp.o +.PHONY : core/mixer.o + +# target to build an object file +core/mixer.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.o +.PHONY : core/mixer.cpp.o + +core/mixer.i: core/mixer.cpp.i +.PHONY : core/mixer.i + +# target to preprocess a source file +core/mixer.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.i +.PHONY : core/mixer.cpp.i + +core/mixer.s: core/mixer.cpp.s +.PHONY : core/mixer.s + +# target to generate assembly for a file +core/mixer.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.s +.PHONY : core/mixer.cpp.s + +core/mixer/mixer_c.o: core/mixer/mixer_c.cpp.o +.PHONY : core/mixer/mixer_c.o + +# target to build an object file +core/mixer/mixer_c.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o +.PHONY : core/mixer/mixer_c.cpp.o + +core/mixer/mixer_c.i: core/mixer/mixer_c.cpp.i +.PHONY : core/mixer/mixer_c.i + +# target to preprocess a source file +core/mixer/mixer_c.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.i +.PHONY : core/mixer/mixer_c.cpp.i + +core/mixer/mixer_c.s: core/mixer/mixer_c.cpp.s +.PHONY : core/mixer/mixer_c.s + +# target to generate assembly for a file +core/mixer/mixer_c.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.s +.PHONY : core/mixer/mixer_c.cpp.s + +core/mixer/mixer_sse.o: core/mixer/mixer_sse.cpp.o +.PHONY : core/mixer/mixer_sse.o + +# target to build an object file +core/mixer/mixer_sse.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o +.PHONY : core/mixer/mixer_sse.cpp.o + +core/mixer/mixer_sse.i: core/mixer/mixer_sse.cpp.i +.PHONY : core/mixer/mixer_sse.i + +# target to preprocess a source file +core/mixer/mixer_sse.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.i +.PHONY : core/mixer/mixer_sse.cpp.i + +core/mixer/mixer_sse.s: core/mixer/mixer_sse.cpp.s +.PHONY : core/mixer/mixer_sse.s + +# target to generate assembly for a file +core/mixer/mixer_sse.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.s +.PHONY : core/mixer/mixer_sse.cpp.s + +core/mixer/mixer_sse2.o: core/mixer/mixer_sse2.cpp.o +.PHONY : core/mixer/mixer_sse2.o + +# target to build an object file +core/mixer/mixer_sse2.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o +.PHONY : core/mixer/mixer_sse2.cpp.o + +core/mixer/mixer_sse2.i: core/mixer/mixer_sse2.cpp.i +.PHONY : core/mixer/mixer_sse2.i + +# target to preprocess a source file +core/mixer/mixer_sse2.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.i +.PHONY : core/mixer/mixer_sse2.cpp.i + +core/mixer/mixer_sse2.s: core/mixer/mixer_sse2.cpp.s +.PHONY : core/mixer/mixer_sse2.s + +# target to generate assembly for a file +core/mixer/mixer_sse2.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.s +.PHONY : core/mixer/mixer_sse2.cpp.s + +core/mixer/mixer_sse3.o: core/mixer/mixer_sse3.cpp.o +.PHONY : core/mixer/mixer_sse3.o + +# target to build an object file +core/mixer/mixer_sse3.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o +.PHONY : core/mixer/mixer_sse3.cpp.o + +core/mixer/mixer_sse3.i: core/mixer/mixer_sse3.cpp.i +.PHONY : core/mixer/mixer_sse3.i + +# target to preprocess a source file +core/mixer/mixer_sse3.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.i +.PHONY : core/mixer/mixer_sse3.cpp.i + +core/mixer/mixer_sse3.s: core/mixer/mixer_sse3.cpp.s +.PHONY : core/mixer/mixer_sse3.s + +# target to generate assembly for a file +core/mixer/mixer_sse3.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.s +.PHONY : core/mixer/mixer_sse3.cpp.s + +core/mixer/mixer_sse41.o: core/mixer/mixer_sse41.cpp.o +.PHONY : core/mixer/mixer_sse41.o + +# target to build an object file +core/mixer/mixer_sse41.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o +.PHONY : core/mixer/mixer_sse41.cpp.o + +core/mixer/mixer_sse41.i: core/mixer/mixer_sse41.cpp.i +.PHONY : core/mixer/mixer_sse41.i + +# target to preprocess a source file +core/mixer/mixer_sse41.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.i +.PHONY : core/mixer/mixer_sse41.cpp.i + +core/mixer/mixer_sse41.s: core/mixer/mixer_sse41.cpp.s +.PHONY : core/mixer/mixer_sse41.s + +# target to generate assembly for a file +core/mixer/mixer_sse41.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.s +.PHONY : core/mixer/mixer_sse41.cpp.s + +core/rtkit.o: core/rtkit.cpp.o +.PHONY : core/rtkit.o + +# target to build an object file +core/rtkit.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o +.PHONY : core/rtkit.cpp.o + +core/rtkit.i: core/rtkit.cpp.i +.PHONY : core/rtkit.i + +# target to preprocess a source file +core/rtkit.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.i +.PHONY : core/rtkit.cpp.i + +core/rtkit.s: core/rtkit.cpp.s +.PHONY : core/rtkit.s + +# target to generate assembly for a file +core/rtkit.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.s +.PHONY : core/rtkit.cpp.s + +core/storage_formats.o: core/storage_formats.cpp.o +.PHONY : core/storage_formats.o + +# target to build an object file +core/storage_formats.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o +.PHONY : core/storage_formats.cpp.o + +core/storage_formats.i: core/storage_formats.cpp.i +.PHONY : core/storage_formats.i + +# target to preprocess a source file +core/storage_formats.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.i +.PHONY : core/storage_formats.cpp.i + +core/storage_formats.s: core/storage_formats.cpp.s +.PHONY : core/storage_formats.s + +# target to generate assembly for a file +core/storage_formats.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.s +.PHONY : core/storage_formats.cpp.s + +core/uhjfilter.o: core/uhjfilter.cpp.o +.PHONY : core/uhjfilter.o + +# target to build an object file +core/uhjfilter.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o +.PHONY : core/uhjfilter.cpp.o + +core/uhjfilter.i: core/uhjfilter.cpp.i +.PHONY : core/uhjfilter.i + +# target to preprocess a source file +core/uhjfilter.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.i +.PHONY : core/uhjfilter.cpp.i + +core/uhjfilter.s: core/uhjfilter.cpp.s +.PHONY : core/uhjfilter.s + +# target to generate assembly for a file +core/uhjfilter.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.s +.PHONY : core/uhjfilter.cpp.s + +core/uiddefs.o: core/uiddefs.cpp.o +.PHONY : core/uiddefs.o + +# target to build an object file +core/uiddefs.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o +.PHONY : core/uiddefs.cpp.o + +core/uiddefs.i: core/uiddefs.cpp.i +.PHONY : core/uiddefs.i + +# target to preprocess a source file +core/uiddefs.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.i +.PHONY : core/uiddefs.cpp.i + +core/uiddefs.s: core/uiddefs.cpp.s +.PHONY : core/uiddefs.s + +# target to generate assembly for a file +core/uiddefs.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.s +.PHONY : core/uiddefs.cpp.s + +core/voice.o: core/voice.cpp.o +.PHONY : core/voice.o + +# target to build an object file +core/voice.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.o +.PHONY : core/voice.cpp.o + +core/voice.i: core/voice.cpp.i +.PHONY : core/voice.i + +# target to preprocess a source file +core/voice.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.i +.PHONY : core/voice.cpp.i + +core/voice.s: core/voice.cpp.s +.PHONY : core/voice.s + +# target to generate assembly for a file +core/voice.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.s +.PHONY : core/voice.cpp.s + +examples/alconvolve.o: examples/alconvolve.c.o +.PHONY : examples/alconvolve.o + +# target to build an object file +examples/alconvolve.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alconvolve.dir/build.make external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o +.PHONY : examples/alconvolve.c.o + +examples/alconvolve.i: examples/alconvolve.c.i +.PHONY : examples/alconvolve.i + +# target to preprocess a source file +examples/alconvolve.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alconvolve.dir/build.make external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.i +.PHONY : examples/alconvolve.c.i + +examples/alconvolve.s: examples/alconvolve.c.s +.PHONY : examples/alconvolve.s + +# target to generate assembly for a file +examples/alconvolve.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alconvolve.dir/build.make external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.s +.PHONY : examples/alconvolve.c.s + +examples/aldebug.o: examples/aldebug.cpp.o +.PHONY : examples/aldebug.o + +# target to build an object file +examples/aldebug.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldebug.dir/build.make external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.o +.PHONY : examples/aldebug.cpp.o + +examples/aldebug.i: examples/aldebug.cpp.i +.PHONY : examples/aldebug.i + +# target to preprocess a source file +examples/aldebug.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldebug.dir/build.make external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.i +.PHONY : examples/aldebug.cpp.i + +examples/aldebug.s: examples/aldebug.cpp.s +.PHONY : examples/aldebug.s + +# target to generate assembly for a file +examples/aldebug.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldebug.dir/build.make external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.s +.PHONY : examples/aldebug.cpp.s + +examples/aldirect.o: examples/aldirect.cpp.o +.PHONY : examples/aldirect.o + +# target to build an object file +examples/aldirect.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldirect.dir/build.make external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.o +.PHONY : examples/aldirect.cpp.o + +examples/aldirect.i: examples/aldirect.cpp.i +.PHONY : examples/aldirect.i + +# target to preprocess a source file +examples/aldirect.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldirect.dir/build.make external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.i +.PHONY : examples/aldirect.cpp.i + +examples/aldirect.s: examples/aldirect.cpp.s +.PHONY : examples/aldirect.s + +# target to generate assembly for a file +examples/aldirect.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldirect.dir/build.make external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.s +.PHONY : examples/aldirect.cpp.s + +examples/alffplay.o: examples/alffplay.cpp.o +.PHONY : examples/alffplay.o + +# target to build an object file +examples/alffplay.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alffplay.dir/build.make external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o +.PHONY : examples/alffplay.cpp.o + +examples/alffplay.i: examples/alffplay.cpp.i +.PHONY : examples/alffplay.i + +# target to preprocess a source file +examples/alffplay.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alffplay.dir/build.make external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.i +.PHONY : examples/alffplay.cpp.i + +examples/alffplay.s: examples/alffplay.cpp.s +.PHONY : examples/alffplay.s + +# target to generate assembly for a file +examples/alffplay.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alffplay.dir/build.make external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.s +.PHONY : examples/alffplay.cpp.s + +examples/alhrtf.o: examples/alhrtf.c.o +.PHONY : examples/alhrtf.o + +# target to build an object file +examples/alhrtf.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alhrtf.dir/build.make external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o +.PHONY : examples/alhrtf.c.o + +examples/alhrtf.i: examples/alhrtf.c.i +.PHONY : examples/alhrtf.i + +# target to preprocess a source file +examples/alhrtf.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alhrtf.dir/build.make external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.i +.PHONY : examples/alhrtf.c.i + +examples/alhrtf.s: examples/alhrtf.c.s +.PHONY : examples/alhrtf.s + +# target to generate assembly for a file +examples/alhrtf.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alhrtf.dir/build.make external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.s +.PHONY : examples/alhrtf.c.s + +examples/allafplay.o: examples/allafplay.cpp.o +.PHONY : examples/allafplay.o + +# target to build an object file +examples/allafplay.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allafplay.dir/build.make external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.o +.PHONY : examples/allafplay.cpp.o + +examples/allafplay.i: examples/allafplay.cpp.i +.PHONY : examples/allafplay.i + +# target to preprocess a source file +examples/allafplay.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allafplay.dir/build.make external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.i +.PHONY : examples/allafplay.cpp.i + +examples/allafplay.s: examples/allafplay.cpp.s +.PHONY : examples/allafplay.s + +# target to generate assembly for a file +examples/allafplay.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allafplay.dir/build.make external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.s +.PHONY : examples/allafplay.cpp.s + +examples/allatency.o: examples/allatency.c.o +.PHONY : examples/allatency.o + +# target to build an object file +examples/allatency.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allatency.dir/build.make external/openal/CMakeFiles/allatency.dir/examples/allatency.c.o +.PHONY : examples/allatency.c.o + +examples/allatency.i: examples/allatency.c.i +.PHONY : examples/allatency.i + +# target to preprocess a source file +examples/allatency.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allatency.dir/build.make external/openal/CMakeFiles/allatency.dir/examples/allatency.c.i +.PHONY : examples/allatency.c.i + +examples/allatency.s: examples/allatency.c.s +.PHONY : examples/allatency.s + +# target to generate assembly for a file +examples/allatency.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allatency.dir/build.make external/openal/CMakeFiles/allatency.dir/examples/allatency.c.s +.PHONY : examples/allatency.c.s + +examples/alloopback.o: examples/alloopback.c.o +.PHONY : examples/alloopback.o + +# target to build an object file +examples/alloopback.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alloopback.dir/build.make external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.o +.PHONY : examples/alloopback.c.o + +examples/alloopback.i: examples/alloopback.c.i +.PHONY : examples/alloopback.i + +# target to preprocess a source file +examples/alloopback.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alloopback.dir/build.make external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.i +.PHONY : examples/alloopback.c.i + +examples/alloopback.s: examples/alloopback.c.s +.PHONY : examples/alloopback.s + +# target to generate assembly for a file +examples/alloopback.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alloopback.dir/build.make external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.s +.PHONY : examples/alloopback.c.s + +examples/almultireverb.o: examples/almultireverb.c.o +.PHONY : examples/almultireverb.o + +# target to build an object file +examples/almultireverb.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/almultireverb.dir/build.make external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o +.PHONY : examples/almultireverb.c.o + +examples/almultireverb.i: examples/almultireverb.c.i +.PHONY : examples/almultireverb.i + +# target to preprocess a source file +examples/almultireverb.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/almultireverb.dir/build.make external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.i +.PHONY : examples/almultireverb.c.i + +examples/almultireverb.s: examples/almultireverb.c.s +.PHONY : examples/almultireverb.s + +# target to generate assembly for a file +examples/almultireverb.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/almultireverb.dir/build.make external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.s +.PHONY : examples/almultireverb.c.s + +examples/alplay.o: examples/alplay.c.o +.PHONY : examples/alplay.o + +# target to build an object file +examples/alplay.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alplay.dir/build.make external/openal/CMakeFiles/alplay.dir/examples/alplay.c.o +.PHONY : examples/alplay.c.o + +examples/alplay.i: examples/alplay.c.i +.PHONY : examples/alplay.i + +# target to preprocess a source file +examples/alplay.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alplay.dir/build.make external/openal/CMakeFiles/alplay.dir/examples/alplay.c.i +.PHONY : examples/alplay.c.i + +examples/alplay.s: examples/alplay.c.s +.PHONY : examples/alplay.s + +# target to generate assembly for a file +examples/alplay.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alplay.dir/build.make external/openal/CMakeFiles/alplay.dir/examples/alplay.c.s +.PHONY : examples/alplay.c.s + +examples/alrecord.o: examples/alrecord.c.o +.PHONY : examples/alrecord.o + +# target to build an object file +examples/alrecord.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alrecord.dir/build.make external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.o +.PHONY : examples/alrecord.c.o + +examples/alrecord.i: examples/alrecord.c.i +.PHONY : examples/alrecord.i + +# target to preprocess a source file +examples/alrecord.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alrecord.dir/build.make external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.i +.PHONY : examples/alrecord.c.i + +examples/alrecord.s: examples/alrecord.c.s +.PHONY : examples/alrecord.s + +# target to generate assembly for a file +examples/alrecord.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alrecord.dir/build.make external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.s +.PHONY : examples/alrecord.c.s + +examples/alreverb.o: examples/alreverb.c.o +.PHONY : examples/alreverb.o + +# target to build an object file +examples/alreverb.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alreverb.dir/build.make external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.o +.PHONY : examples/alreverb.c.o + +examples/alreverb.i: examples/alreverb.c.i +.PHONY : examples/alreverb.i + +# target to preprocess a source file +examples/alreverb.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alreverb.dir/build.make external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.i +.PHONY : examples/alreverb.c.i + +examples/alreverb.s: examples/alreverb.c.s +.PHONY : examples/alreverb.s + +# target to generate assembly for a file +examples/alreverb.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alreverb.dir/build.make external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.s +.PHONY : examples/alreverb.c.s + +examples/alstream.o: examples/alstream.c.o +.PHONY : examples/alstream.o + +# target to build an object file +examples/alstream.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstream.dir/build.make external/openal/CMakeFiles/alstream.dir/examples/alstream.c.o +.PHONY : examples/alstream.c.o + +examples/alstream.i: examples/alstream.c.i +.PHONY : examples/alstream.i + +# target to preprocess a source file +examples/alstream.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstream.dir/build.make external/openal/CMakeFiles/alstream.dir/examples/alstream.c.i +.PHONY : examples/alstream.c.i + +examples/alstream.s: examples/alstream.c.s +.PHONY : examples/alstream.s + +# target to generate assembly for a file +examples/alstream.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstream.dir/build.make external/openal/CMakeFiles/alstream.dir/examples/alstream.c.s +.PHONY : examples/alstream.c.s + +examples/alstreamcb.o: examples/alstreamcb.cpp.o +.PHONY : examples/alstreamcb.o + +# target to build an object file +examples/alstreamcb.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstreamcb.dir/build.make external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o +.PHONY : examples/alstreamcb.cpp.o + +examples/alstreamcb.i: examples/alstreamcb.cpp.i +.PHONY : examples/alstreamcb.i + +# target to preprocess a source file +examples/alstreamcb.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstreamcb.dir/build.make external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.i +.PHONY : examples/alstreamcb.cpp.i + +examples/alstreamcb.s: examples/alstreamcb.cpp.s +.PHONY : examples/alstreamcb.s + +# target to generate assembly for a file +examples/alstreamcb.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstreamcb.dir/build.make external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.s +.PHONY : examples/alstreamcb.cpp.s + +examples/altonegen.o: examples/altonegen.c.o +.PHONY : examples/altonegen.o + +# target to build an object file +examples/altonegen.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/altonegen.dir/build.make external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.o +.PHONY : examples/altonegen.c.o + +examples/altonegen.i: examples/altonegen.c.i +.PHONY : examples/altonegen.i + +# target to preprocess a source file +examples/altonegen.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/altonegen.dir/build.make external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.i +.PHONY : examples/altonegen.c.i + +examples/altonegen.s: examples/altonegen.c.s +.PHONY : examples/altonegen.s + +# target to generate assembly for a file +examples/altonegen.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/altonegen.dir/build.make external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.s +.PHONY : examples/altonegen.c.s + +examples/common/alhelpers.o: examples/common/alhelpers.c.o +.PHONY : examples/common/alhelpers.o + +# target to build an object file +examples/common/alhelpers.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.excommon.dir/build.make external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o +.PHONY : examples/common/alhelpers.c.o + +examples/common/alhelpers.i: examples/common/alhelpers.c.i +.PHONY : examples/common/alhelpers.i + +# target to preprocess a source file +examples/common/alhelpers.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.excommon.dir/build.make external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.i +.PHONY : examples/common/alhelpers.c.i + +examples/common/alhelpers.s: examples/common/alhelpers.c.s +.PHONY : examples/common/alhelpers.s + +# target to generate assembly for a file +examples/common/alhelpers.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.excommon.dir/build.make external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.s +.PHONY : examples/common/alhelpers.c.s + +utils/makemhr/loaddef.o: utils/makemhr/loaddef.cpp.o +.PHONY : utils/makemhr/loaddef.o + +# target to build an object file +utils/makemhr/loaddef.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o +.PHONY : utils/makemhr/loaddef.cpp.o + +utils/makemhr/loaddef.i: utils/makemhr/loaddef.cpp.i +.PHONY : utils/makemhr/loaddef.i + +# target to preprocess a source file +utils/makemhr/loaddef.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.i +.PHONY : utils/makemhr/loaddef.cpp.i + +utils/makemhr/loaddef.s: utils/makemhr/loaddef.cpp.s +.PHONY : utils/makemhr/loaddef.s + +# target to generate assembly for a file +utils/makemhr/loaddef.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.s +.PHONY : utils/makemhr/loaddef.cpp.s + +utils/makemhr/loadsofa.o: utils/makemhr/loadsofa.cpp.o +.PHONY : utils/makemhr/loadsofa.o + +# target to build an object file +utils/makemhr/loadsofa.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o +.PHONY : utils/makemhr/loadsofa.cpp.o + +utils/makemhr/loadsofa.i: utils/makemhr/loadsofa.cpp.i +.PHONY : utils/makemhr/loadsofa.i + +# target to preprocess a source file +utils/makemhr/loadsofa.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.i +.PHONY : utils/makemhr/loadsofa.cpp.i + +utils/makemhr/loadsofa.s: utils/makemhr/loadsofa.cpp.s +.PHONY : utils/makemhr/loadsofa.s + +# target to generate assembly for a file +utils/makemhr/loadsofa.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.s +.PHONY : utils/makemhr/loadsofa.cpp.s + +utils/makemhr/makemhr.o: utils/makemhr/makemhr.cpp.o +.PHONY : utils/makemhr/makemhr.o + +# target to build an object file +utils/makemhr/makemhr.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o +.PHONY : utils/makemhr/makemhr.cpp.o + +utils/makemhr/makemhr.i: utils/makemhr/makemhr.cpp.i +.PHONY : utils/makemhr/makemhr.i + +# target to preprocess a source file +utils/makemhr/makemhr.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.i +.PHONY : utils/makemhr/makemhr.cpp.i + +utils/makemhr/makemhr.s: utils/makemhr/makemhr.cpp.s +.PHONY : utils/makemhr/makemhr.s + +# target to generate assembly for a file +utils/makemhr/makemhr.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.s +.PHONY : utils/makemhr/makemhr.cpp.s + +utils/openal-info.o: utils/openal-info.c.o +.PHONY : utils/openal-info.o + +# target to build an object file +utils/openal-info.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/openal-info.dir/build.make external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.o +.PHONY : utils/openal-info.c.o + +utils/openal-info.i: utils/openal-info.c.i +.PHONY : utils/openal-info.i + +# target to preprocess a source file +utils/openal-info.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/openal-info.dir/build.make external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.i +.PHONY : utils/openal-info.c.i + +utils/openal-info.s: utils/openal-info.c.s +.PHONY : utils/openal-info.s + +# target to generate assembly for a file +utils/openal-info.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/openal-info.dir/build.make external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.s +.PHONY : utils/openal-info.c.s + +utils/sofa-info.o: utils/sofa-info.cpp.o +.PHONY : utils/sofa-info.o + +# target to build an object file +utils/sofa-info.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/sofa-info.dir/build.make external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o +.PHONY : utils/sofa-info.cpp.o + +utils/sofa-info.i: utils/sofa-info.cpp.i +.PHONY : utils/sofa-info.i + +# target to preprocess a source file +utils/sofa-info.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/sofa-info.dir/build.make external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.i +.PHONY : utils/sofa-info.cpp.i + +utils/sofa-info.s: utils/sofa-info.cpp.s +.PHONY : utils/sofa-info.s + +# target to generate assembly for a file +utils/sofa-info.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/sofa-info.dir/build.make external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.s +.PHONY : utils/sofa-info.cpp.s + +utils/sofa-support.o: utils/sofa-support.cpp.o +.PHONY : utils/sofa-support.o + +# target to build an object file +utils/sofa-support.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o +.PHONY : utils/sofa-support.cpp.o + +utils/sofa-support.i: utils/sofa-support.cpp.i +.PHONY : utils/sofa-support.i + +# target to preprocess a source file +utils/sofa-support.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.i +.PHONY : utils/sofa-support.cpp.i + +utils/sofa-support.s: utils/sofa-support.cpp.s +.PHONY : utils/sofa-support.s + +# target to generate assembly for a file +utils/sofa-support.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.s +.PHONY : utils/sofa-support.cpp.s + +utils/uhjdecoder.o: utils/uhjdecoder.cpp.o +.PHONY : utils/uhjdecoder.o + +# target to build an object file +utils/uhjdecoder.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjdecoder.dir/build.make external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o +.PHONY : utils/uhjdecoder.cpp.o + +utils/uhjdecoder.i: utils/uhjdecoder.cpp.i +.PHONY : utils/uhjdecoder.i + +# target to preprocess a source file +utils/uhjdecoder.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjdecoder.dir/build.make external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.i +.PHONY : utils/uhjdecoder.cpp.i + +utils/uhjdecoder.s: utils/uhjdecoder.cpp.s +.PHONY : utils/uhjdecoder.s + +# target to generate assembly for a file +utils/uhjdecoder.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjdecoder.dir/build.make external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.s +.PHONY : utils/uhjdecoder.cpp.s + +utils/uhjencoder.o: utils/uhjencoder.cpp.o +.PHONY : utils/uhjencoder.o + +# target to build an object file +utils/uhjencoder.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjencoder.dir/build.make external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o +.PHONY : utils/uhjencoder.cpp.o + +utils/uhjencoder.i: utils/uhjencoder.cpp.i +.PHONY : utils/uhjencoder.i + +# target to preprocess a source file +utils/uhjencoder.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjencoder.dir/build.make external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.i +.PHONY : utils/uhjencoder.cpp.i + +utils/uhjencoder.s: utils/uhjencoder.cpp.s +.PHONY : utils/uhjencoder.s + +# target to generate assembly for a file +utils/uhjencoder.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjencoder.dir/build.make external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.s +.PHONY : utils/uhjencoder.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... alsoft.build_version" + @echo "... clang-tidy-check" + @echo "... OpenAL" + @echo "... alconvolve" + @echo "... aldebug" + @echo "... aldirect" + @echo "... alffplay" + @echo "... alhrtf" + @echo "... allafplay" + @echo "... allatency" + @echo "... alloopback" + @echo "... almultireverb" + @echo "... alplay" + @echo "... alrecord" + @echo "... alreverb" + @echo "... alsoft.common" + @echo "... alsoft.excommon" + @echo "... alsoft.sofa-support" + @echo "... alstream" + @echo "... alstreamcb" + @echo "... altonegen" + @echo "... makemhr" + @echo "... openal-info" + @echo "... sofa-info" + @echo "... uhjdecoder" + @echo "... uhjencoder" + @echo "... al/auxeffectslot.o" + @echo "... al/auxeffectslot.i" + @echo "... al/auxeffectslot.s" + @echo "... al/buffer.o" + @echo "... al/buffer.i" + @echo "... al/buffer.s" + @echo "... al/debug.o" + @echo "... al/debug.i" + @echo "... al/debug.s" + @echo "... al/effect.o" + @echo "... al/effect.i" + @echo "... al/effect.s" + @echo "... al/effects/autowah.o" + @echo "... al/effects/autowah.i" + @echo "... al/effects/autowah.s" + @echo "... al/effects/chorus.o" + @echo "... al/effects/chorus.i" + @echo "... al/effects/chorus.s" + @echo "... al/effects/compressor.o" + @echo "... al/effects/compressor.i" + @echo "... al/effects/compressor.s" + @echo "... al/effects/convolution.o" + @echo "... al/effects/convolution.i" + @echo "... al/effects/convolution.s" + @echo "... al/effects/dedicated.o" + @echo "... al/effects/dedicated.i" + @echo "... al/effects/dedicated.s" + @echo "... al/effects/distortion.o" + @echo "... al/effects/distortion.i" + @echo "... al/effects/distortion.s" + @echo "... al/effects/echo.o" + @echo "... al/effects/echo.i" + @echo "... al/effects/echo.s" + @echo "... al/effects/effects.o" + @echo "... al/effects/effects.i" + @echo "... al/effects/effects.s" + @echo "... al/effects/equalizer.o" + @echo "... al/effects/equalizer.i" + @echo "... al/effects/equalizer.s" + @echo "... al/effects/fshifter.o" + @echo "... al/effects/fshifter.i" + @echo "... al/effects/fshifter.s" + @echo "... al/effects/modulator.o" + @echo "... al/effects/modulator.i" + @echo "... al/effects/modulator.s" + @echo "... al/effects/null.o" + @echo "... al/effects/null.i" + @echo "... al/effects/null.s" + @echo "... al/effects/pshifter.o" + @echo "... al/effects/pshifter.i" + @echo "... al/effects/pshifter.s" + @echo "... al/effects/reverb.o" + @echo "... al/effects/reverb.i" + @echo "... al/effects/reverb.s" + @echo "... al/effects/vmorpher.o" + @echo "... al/effects/vmorpher.i" + @echo "... al/effects/vmorpher.s" + @echo "... al/error.o" + @echo "... al/error.i" + @echo "... al/error.s" + @echo "... al/event.o" + @echo "... al/event.i" + @echo "... al/event.s" + @echo "... al/extension.o" + @echo "... al/extension.i" + @echo "... al/extension.s" + @echo "... al/filter.o" + @echo "... al/filter.i" + @echo "... al/filter.s" + @echo "... al/listener.o" + @echo "... al/listener.i" + @echo "... al/listener.s" + @echo "... al/source.o" + @echo "... al/source.i" + @echo "... al/source.s" + @echo "... al/state.o" + @echo "... al/state.i" + @echo "... al/state.s" + @echo "... alc/alc.o" + @echo "... alc/alc.i" + @echo "... alc/alc.s" + @echo "... alc/alconfig.o" + @echo "... alc/alconfig.i" + @echo "... alc/alconfig.s" + @echo "... alc/alu.o" + @echo "... alc/alu.i" + @echo "... alc/alu.s" + @echo "... alc/backends/alsa.o" + @echo "... alc/backends/alsa.i" + @echo "... alc/backends/alsa.s" + @echo "... alc/backends/base.o" + @echo "... alc/backends/base.i" + @echo "... alc/backends/base.s" + @echo "... alc/backends/jack.o" + @echo "... alc/backends/jack.i" + @echo "... alc/backends/jack.s" + @echo "... alc/backends/loopback.o" + @echo "... alc/backends/loopback.i" + @echo "... alc/backends/loopback.s" + @echo "... alc/backends/null.o" + @echo "... alc/backends/null.i" + @echo "... alc/backends/null.s" + @echo "... alc/backends/oss.o" + @echo "... alc/backends/oss.i" + @echo "... alc/backends/oss.s" + @echo "... alc/backends/pipewire.o" + @echo "... alc/backends/pipewire.i" + @echo "... alc/backends/pipewire.s" + @echo "... alc/backends/portaudio.o" + @echo "... alc/backends/portaudio.i" + @echo "... alc/backends/portaudio.s" + @echo "... alc/backends/pulseaudio.o" + @echo "... alc/backends/pulseaudio.i" + @echo "... alc/backends/pulseaudio.s" + @echo "... alc/backends/wave.o" + @echo "... alc/backends/wave.i" + @echo "... alc/backends/wave.s" + @echo "... alc/context.o" + @echo "... alc/context.i" + @echo "... alc/context.s" + @echo "... alc/device.o" + @echo "... alc/device.i" + @echo "... alc/device.s" + @echo "... alc/effects/autowah.o" + @echo "... alc/effects/autowah.i" + @echo "... alc/effects/autowah.s" + @echo "... alc/effects/chorus.o" + @echo "... alc/effects/chorus.i" + @echo "... alc/effects/chorus.s" + @echo "... alc/effects/compressor.o" + @echo "... alc/effects/compressor.i" + @echo "... alc/effects/compressor.s" + @echo "... alc/effects/convolution.o" + @echo "... alc/effects/convolution.i" + @echo "... alc/effects/convolution.s" + @echo "... alc/effects/dedicated.o" + @echo "... alc/effects/dedicated.i" + @echo "... alc/effects/dedicated.s" + @echo "... alc/effects/distortion.o" + @echo "... alc/effects/distortion.i" + @echo "... alc/effects/distortion.s" + @echo "... alc/effects/echo.o" + @echo "... alc/effects/echo.i" + @echo "... alc/effects/echo.s" + @echo "... alc/effects/equalizer.o" + @echo "... alc/effects/equalizer.i" + @echo "... alc/effects/equalizer.s" + @echo "... alc/effects/fshifter.o" + @echo "... alc/effects/fshifter.i" + @echo "... alc/effects/fshifter.s" + @echo "... alc/effects/modulator.o" + @echo "... alc/effects/modulator.i" + @echo "... alc/effects/modulator.s" + @echo "... alc/effects/null.o" + @echo "... alc/effects/null.i" + @echo "... alc/effects/null.s" + @echo "... alc/effects/pshifter.o" + @echo "... alc/effects/pshifter.i" + @echo "... alc/effects/pshifter.s" + @echo "... alc/effects/reverb.o" + @echo "... alc/effects/reverb.i" + @echo "... alc/effects/reverb.s" + @echo "... alc/effects/vmorpher.o" + @echo "... alc/effects/vmorpher.i" + @echo "... alc/effects/vmorpher.s" + @echo "... alc/events.o" + @echo "... alc/events.i" + @echo "... alc/events.s" + @echo "... alc/panning.o" + @echo "... alc/panning.i" + @echo "... alc/panning.s" + @echo "... common/alcomplex.o" + @echo "... common/alcomplex.i" + @echo "... common/alcomplex.s" + @echo "... common/alstring.o" + @echo "... common/alstring.i" + @echo "... common/alstring.s" + @echo "... common/althrd_setname.o" + @echo "... common/althrd_setname.i" + @echo "... common/althrd_setname.s" + @echo "... common/dynload.o" + @echo "... common/dynload.i" + @echo "... common/dynload.s" + @echo "... common/filesystem.o" + @echo "... common/filesystem.i" + @echo "... common/filesystem.s" + @echo "... common/pffft.o" + @echo "... common/pffft.i" + @echo "... common/pffft.s" + @echo "... common/polyphase_resampler.o" + @echo "... common/polyphase_resampler.i" + @echo "... common/polyphase_resampler.s" + @echo "... common/ringbuffer.o" + @echo "... common/ringbuffer.i" + @echo "... common/ringbuffer.s" + @echo "... common/strutils.o" + @echo "... common/strutils.i" + @echo "... common/strutils.s" + @echo "... core/ambdec.o" + @echo "... core/ambdec.i" + @echo "... core/ambdec.s" + @echo "... core/ambidefs.o" + @echo "... core/ambidefs.i" + @echo "... core/ambidefs.s" + @echo "... core/bformatdec.o" + @echo "... core/bformatdec.i" + @echo "... core/bformatdec.s" + @echo "... core/bs2b.o" + @echo "... core/bs2b.i" + @echo "... core/bs2b.s" + @echo "... core/bsinc_tables.o" + @echo "... core/bsinc_tables.i" + @echo "... core/bsinc_tables.s" + @echo "... core/buffer_storage.o" + @echo "... core/buffer_storage.i" + @echo "... core/buffer_storage.s" + @echo "... core/context.o" + @echo "... core/context.i" + @echo "... core/context.s" + @echo "... core/converter.o" + @echo "... core/converter.i" + @echo "... core/converter.s" + @echo "... core/cpu_caps.o" + @echo "... core/cpu_caps.i" + @echo "... core/cpu_caps.s" + @echo "... core/cubic_tables.o" + @echo "... core/cubic_tables.i" + @echo "... core/cubic_tables.s" + @echo "... core/dbus_wrap.o" + @echo "... core/dbus_wrap.i" + @echo "... core/dbus_wrap.s" + @echo "... core/devformat.o" + @echo "... core/devformat.i" + @echo "... core/devformat.s" + @echo "... core/device.o" + @echo "... core/device.i" + @echo "... core/device.s" + @echo "... core/effectslot.o" + @echo "... core/effectslot.i" + @echo "... core/effectslot.s" + @echo "... core/except.o" + @echo "... core/except.i" + @echo "... core/except.s" + @echo "... core/filters/biquad.o" + @echo "... core/filters/biquad.i" + @echo "... core/filters/biquad.s" + @echo "... core/filters/nfc.o" + @echo "... core/filters/nfc.i" + @echo "... core/filters/nfc.s" + @echo "... core/filters/splitter.o" + @echo "... core/filters/splitter.i" + @echo "... core/filters/splitter.s" + @echo "... core/fpu_ctrl.o" + @echo "... core/fpu_ctrl.i" + @echo "... core/fpu_ctrl.s" + @echo "... core/helpers.o" + @echo "... core/helpers.i" + @echo "... core/helpers.s" + @echo "... core/hrtf.o" + @echo "... core/hrtf.i" + @echo "... core/hrtf.s" + @echo "... core/logging.o" + @echo "... core/logging.i" + @echo "... core/logging.s" + @echo "... core/mastering.o" + @echo "... core/mastering.i" + @echo "... core/mastering.s" + @echo "... core/mixer.o" + @echo "... core/mixer.i" + @echo "... core/mixer.s" + @echo "... core/mixer/mixer_c.o" + @echo "... core/mixer/mixer_c.i" + @echo "... core/mixer/mixer_c.s" + @echo "... core/mixer/mixer_sse.o" + @echo "... core/mixer/mixer_sse.i" + @echo "... core/mixer/mixer_sse.s" + @echo "... core/mixer/mixer_sse2.o" + @echo "... core/mixer/mixer_sse2.i" + @echo "... core/mixer/mixer_sse2.s" + @echo "... core/mixer/mixer_sse3.o" + @echo "... core/mixer/mixer_sse3.i" + @echo "... core/mixer/mixer_sse3.s" + @echo "... core/mixer/mixer_sse41.o" + @echo "... core/mixer/mixer_sse41.i" + @echo "... core/mixer/mixer_sse41.s" + @echo "... core/rtkit.o" + @echo "... core/rtkit.i" + @echo "... core/rtkit.s" + @echo "... core/storage_formats.o" + @echo "... core/storage_formats.i" + @echo "... core/storage_formats.s" + @echo "... core/uhjfilter.o" + @echo "... core/uhjfilter.i" + @echo "... core/uhjfilter.s" + @echo "... core/uiddefs.o" + @echo "... core/uiddefs.i" + @echo "... core/uiddefs.s" + @echo "... core/voice.o" + @echo "... core/voice.i" + @echo "... core/voice.s" + @echo "... examples/alconvolve.o" + @echo "... examples/alconvolve.i" + @echo "... examples/alconvolve.s" + @echo "... examples/aldebug.o" + @echo "... examples/aldebug.i" + @echo "... examples/aldebug.s" + @echo "... examples/aldirect.o" + @echo "... examples/aldirect.i" + @echo "... examples/aldirect.s" + @echo "... examples/alffplay.o" + @echo "... examples/alffplay.i" + @echo "... examples/alffplay.s" + @echo "... examples/alhrtf.o" + @echo "... examples/alhrtf.i" + @echo "... examples/alhrtf.s" + @echo "... examples/allafplay.o" + @echo "... examples/allafplay.i" + @echo "... examples/allafplay.s" + @echo "... examples/allatency.o" + @echo "... examples/allatency.i" + @echo "... examples/allatency.s" + @echo "... examples/alloopback.o" + @echo "... examples/alloopback.i" + @echo "... examples/alloopback.s" + @echo "... examples/almultireverb.o" + @echo "... examples/almultireverb.i" + @echo "... examples/almultireverb.s" + @echo "... examples/alplay.o" + @echo "... examples/alplay.i" + @echo "... examples/alplay.s" + @echo "... examples/alrecord.o" + @echo "... examples/alrecord.i" + @echo "... examples/alrecord.s" + @echo "... examples/alreverb.o" + @echo "... examples/alreverb.i" + @echo "... examples/alreverb.s" + @echo "... examples/alstream.o" + @echo "... examples/alstream.i" + @echo "... examples/alstream.s" + @echo "... examples/alstreamcb.o" + @echo "... examples/alstreamcb.i" + @echo "... examples/alstreamcb.s" + @echo "... examples/altonegen.o" + @echo "... examples/altonegen.i" + @echo "... examples/altonegen.s" + @echo "... examples/common/alhelpers.o" + @echo "... examples/common/alhelpers.i" + @echo "... examples/common/alhelpers.s" + @echo "... utils/makemhr/loaddef.o" + @echo "... utils/makemhr/loaddef.i" + @echo "... utils/makemhr/loaddef.s" + @echo "... utils/makemhr/loadsofa.o" + @echo "... utils/makemhr/loadsofa.i" + @echo "... utils/makemhr/loadsofa.s" + @echo "... utils/makemhr/makemhr.o" + @echo "... utils/makemhr/makemhr.i" + @echo "... utils/makemhr/makemhr.s" + @echo "... utils/openal-info.o" + @echo "... utils/openal-info.i" + @echo "... utils/openal-info.s" + @echo "... utils/sofa-info.o" + @echo "... utils/sofa-info.i" + @echo "... utils/sofa-info.s" + @echo "... utils/sofa-support.o" + @echo "... utils/sofa-support.i" + @echo "... utils/sofa-support.s" + @echo "... utils/uhjdecoder.o" + @echo "... utils/uhjdecoder.i" + @echo "... utils/uhjdecoder.s" + @echo "... utils/uhjencoder.o" + @echo "... utils/uhjencoder.i" + @echo "... utils/uhjencoder.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/openal/OpenALConfig.cmake b/build_emscripten/external/openal/OpenALConfig.cmake new file mode 100644 index 00000000..4b7c4fa9 --- /dev/null +++ b/build_emscripten/external/openal/OpenALConfig.cmake @@ -0,0 +1,9 @@ +cmake_minimum_required(VERSION 3.1...3.18) + +include("${CMAKE_CURRENT_LIST_DIR}/OpenALTargets.cmake") + +set(OPENAL_FOUND ON) +set(OPENAL_INCLUDE_DIR $) +set(OPENAL_LIBRARY $) +set(OPENAL_DEFINITIONS $) +set(OPENAL_VERSION_STRING 1.24.3) diff --git a/build_emscripten/external/openal/OpenALTargets.cmake b/build_emscripten/external/openal/OpenALTargets.cmake new file mode 100644 index 00000000..e7fb7edb --- /dev/null +++ b/build_emscripten/external/openal/OpenALTargets.cmake @@ -0,0 +1,70 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.30) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS OpenAL::OpenAL) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Create imported target OpenAL::OpenAL +add_library(OpenAL::OpenAL STATIC IMPORTED) + +set_target_properties(OpenAL::OpenAL PROPERTIES + INTERFACE_COMPILE_DEFINITIONS "AL_LIBTYPE_STATIC" + INTERFACE_INCLUDE_DIRECTORIES "/home/guest/Downloads/PopLib/external/openal/include;/home/guest/Downloads/PopLib/external/openal/include/AL" + INTERFACE_LINK_LIBRARIES "\$;\$;\$;\$;\$" +) + +# Import target "OpenAL::OpenAL" for configuration "RelWithDebInfo" +set_property(TARGET OpenAL::OpenAL APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(OpenAL::OpenAL PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "CXX" + IMPORTED_LOCATION_RELWITHDEBINFO "/home/guest/Downloads/PopLib/build/external/openal/libopenal.a" + ) + +# This file does not depend on other imported targets which have +# been exported from the same project but in a separate export set. + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build_emscripten/external/openal/cmake_install.cmake b/build_emscripten/external/openal/cmake_install.cmake new file mode 100644 index 00000000..5fb0de1c --- /dev/null +++ b/build_emscripten/external/openal/cmake_install.cmake @@ -0,0 +1,355 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/openal + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/guest/Downloads/PopLib/build/external/openal/libopenal.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets.cmake") + file(DIFFERENT _cmake_export_file_changed FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets.cmake" + "/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake") + if(_cmake_export_file_changed) + file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets-*.cmake") + if(_cmake_old_config_files) + string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") + unset(_cmake_old_config_files_text) + file(REMOVE ${_cmake_old_config_files}) + endif() + unset(_cmake_old_config_files) + endif() + unset(_cmake_export_file_changed) + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake") + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-relwithdebinfo.cmake") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/home/guest/Downloads/PopLib/external/openal/include/AL") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/openal/openal.pc") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/openal/OpenALConfig.cmake") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/openal" TYPE FILE FILES "/home/guest/Downloads/PopLib/external/openal/alsoftrc.sample") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/openal" TYPE DIRECTORY FILES "/home/guest/Downloads/PopLib/external/openal/hrtf") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/openal" TYPE DIRECTORY FILES "/home/guest/Downloads/PopLib/external/openal/presets") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/openal-info") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/makemhr" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/makemhr") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/makemhr" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/makemhr") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/makemhr" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/makemhr") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/makemhr") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/altonegen") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/alrecord") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldebug" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldebug") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldebug" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/aldebug") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldebug" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldebug") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldebug") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allafplay" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allafplay") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allafplay" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/allafplay") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allafplay" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allafplay") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allafplay") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/alplay") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/alstream") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/alreverb") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/almultireverb") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/allatency") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/alhrtf") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldirect" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldirect") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldirect" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/aldirect") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldirect" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldirect") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldirect") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alloopback" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alloopback") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alloopback" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/alloopback") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alloopback" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alloopback") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alloopback" + OLD_RPATH "/home/guest/Downloads/PopLib/build/external/SDL:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alloopback") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alffplay" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alffplay") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alffplay" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/alffplay") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alffplay" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alffplay") + file(RPATH_CHANGE + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alffplay" + OLD_RPATH "/home/guest/Downloads/PopLib/build/external/SDL:" + NEW_RPATH "") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alffplay") + endif() + endif() +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/cmake_install.cmake") + +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/openal/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/openal/config.h b/build_emscripten/external/openal/config.h new file mode 100644 index 00000000..3febe7c0 --- /dev/null +++ b/build_emscripten/external/openal/config.h @@ -0,0 +1,50 @@ +/* Define the alignment attribute for externally callable functions. */ +#define FORCE_ALIGN + +/* Define if HRTF data is embedded in the library */ +#define ALSOFT_EMBED_HRTF_DATA + +/* Define if we have the proc_pidpath function */ +/* #undef HAVE_PROC_PIDPATH */ + +/* Define if we have dlfcn.h */ +#define HAVE_DLFCN_H + +/* Define if we have pthread_np.h */ +/* #undef HAVE_PTHREAD_NP_H */ + +/* Define if we have cpuid.h */ +#define HAVE_CPUID_H + +/* Define if we have intrin.h */ +/* #undef HAVE_INTRIN_H */ + +/* Define if we have guiddef.h */ +/* #undef HAVE_GUIDDEF_H */ + +/* Define if we have GCC's __get_cpuid() */ +#define HAVE_GCC_GET_CPUID + +/* Define if we have the __cpuid() intrinsic */ +/* #undef HAVE_CPUID_INTRINSIC */ + +/* Define if we have pthread_setschedparam() */ +#define HAVE_PTHREAD_SETSCHEDPARAM + +/* Define if we have pthread_setname_np() */ +#define HAVE_PTHREAD_SETNAME_NP + +/* Define if we have pthread_set_name_np() */ +/* #undef HAVE_PTHREAD_SET_NAME_NP */ + +/* Define the installation data directory */ +/* #undef ALSOFT_INSTALL_DATADIR */ + +/* Define to 1 if we have DBus/RTKit, else 0 */ +#define HAVE_RTKIT 1 + +/* Define to 1 if building for winuwp, else 0 */ +#define ALSOFT_UWP 0 + +/* Define to 1 if building with legacy EAX API support, else 0 */ +#define ALSOFT_EAX 0 diff --git a/build_emscripten/external/openal/config_backends.h b/build_emscripten/external/openal/config_backends.h new file mode 100644 index 00000000..2474470f --- /dev/null +++ b/build_emscripten/external/openal/config_backends.h @@ -0,0 +1,37 @@ +/* Define to 1 if the given backend is enabled, else 0 */ + +#define HAVE_ALSA 1 + +#define HAVE_OSS 1 + +#define HAVE_PIPEWIRE 1 + +#define HAVE_SOLARIS 0 + +#define HAVE_SNDIO 0 + +#define HAVE_WASAPI 0 + +#define HAVE_DSOUND 0 + +#define HAVE_WINMM 0 + +#define HAVE_PORTAUDIO 1 + +#define HAVE_PULSEAUDIO 1 + +#define HAVE_JACK 1 + +#define HAVE_COREAUDIO 0 + +#define HAVE_OPENSL 0 + +#define HAVE_OBOE 0 + +#define HAVE_OTHERIO 0 + +#define HAVE_WAVE 1 + +#define HAVE_SDL3 0 + +#define HAVE_SDL2 0 diff --git a/build_emscripten/external/openal/config_simd.h b/build_emscripten/external/openal/config_simd.h new file mode 100644 index 00000000..c2bfaa10 --- /dev/null +++ b/build_emscripten/external/openal/config_simd.h @@ -0,0 +1,10 @@ +/* Define to 1 if we have SSE CPU extensions, else 0 */ +#define HAVE_SSE 1 +#define HAVE_SSE2 1 +#define HAVE_SSE3 1 +#define HAVE_SSE4_1 1 + +#define HAVE_SSE_INTRINSICS 1 + +/* Define to 1 if we have ARM Neon CPU extensions, else 0 */ +#define HAVE_NEON 0 diff --git a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/DependInfo.cmake b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/DependInfo.cmake new file mode 100644 index 00000000..116411af --- /dev/null +++ b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/DependInfo.cmake @@ -0,0 +1,24 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/src/format.cc" "external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "gcc" "external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o.d" + "/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/src/os.cc" "external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" "gcc" "external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make new file mode 100644 index 00000000..cefcc8f8 --- /dev/null +++ b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make @@ -0,0 +1,119 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/flags.make + +external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/codegen: +.PHONY : external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/codegen + +external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/flags.make +external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o: /home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/src/format.cc +external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" + cd /home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o -MF CMakeFiles/alsoft.fmt.dir/src/format.cc.o.d -o CMakeFiles/alsoft.fmt.dir/src/format.cc.o -c /home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/src/format.cc + +external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.fmt.dir/src/format.cc.i" + cd /home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/src/format.cc > CMakeFiles/alsoft.fmt.dir/src/format.cc.i + +external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.fmt.dir/src/format.cc.s" + cd /home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/src/format.cc -o CMakeFiles/alsoft.fmt.dir/src/format.cc.s + +external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/flags.make +external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o: /home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/src/os.cc +external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" + cd /home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o -MF CMakeFiles/alsoft.fmt.dir/src/os.cc.o.d -o CMakeFiles/alsoft.fmt.dir/src/os.cc.o -c /home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/src/os.cc + +external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.fmt.dir/src/os.cc.i" + cd /home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/src/os.cc > CMakeFiles/alsoft.fmt.dir/src/os.cc.i + +external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.fmt.dir/src/os.cc.s" + cd /home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/src/os.cc -o CMakeFiles/alsoft.fmt.dir/src/os.cc.s + +alsoft.fmt: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o +alsoft.fmt: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o +alsoft.fmt: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make +.PHONY : alsoft.fmt + +# Rule to build all files generated by this target. +external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build: alsoft.fmt +.PHONY : external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build + +external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4 && $(CMAKE_COMMAND) -P CMakeFiles/alsoft.fmt.dir/cmake_clean.cmake +.PHONY : external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/clean + +external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal/fmt-11.1.4 /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4 /home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/depend + diff --git a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/cmake_clean.cmake b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/cmake_clean.cmake new file mode 100644 index 00000000..b2def749 --- /dev/null +++ b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/alsoft.fmt.dir/src/format.cc.o" + "CMakeFiles/alsoft.fmt.dir/src/format.cc.o.d" + "CMakeFiles/alsoft.fmt.dir/src/os.cc.o" + "CMakeFiles/alsoft.fmt.dir/src/os.cc.o.d" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/alsoft.fmt.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/compiler_depend.make b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/compiler_depend.make new file mode 100644 index 00000000..6f27db0d --- /dev/null +++ b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for alsoft.fmt. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/compiler_depend.ts b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/compiler_depend.ts new file mode 100644 index 00000000..de8e8902 --- /dev/null +++ b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for alsoft.fmt. diff --git a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/depend.make b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/depend.make new file mode 100644 index 00000000..bbc3ba81 --- /dev/null +++ b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for alsoft.fmt. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/flags.make b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/flags.make new file mode 100644 index 00000000..c8496832 --- /dev/null +++ b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIC -fvisibility=hidden + diff --git a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/progress.make b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/progress.marks b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/progress.marks new file mode 100644 index 00000000..573541ac --- /dev/null +++ b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/progress.marks @@ -0,0 +1 @@ +0 diff --git a/build_emscripten/external/openal/fmt-11.1.4/CTestTestfile.cmake b/build_emscripten/external/openal/fmt-11.1.4/CTestTestfile.cmake new file mode 100644 index 00000000..d586a4ac --- /dev/null +++ b/build_emscripten/external/openal/fmt-11.1.4/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /home/guest/Downloads/PopLib/external/openal/fmt-11.1.4 +# Build directory: /home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4 +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/build_emscripten/external/openal/fmt-11.1.4/Makefile b/build_emscripten/external/openal/fmt-11.1.4/Makefile new file mode 100644 index 00000000..618f0483 --- /dev/null +++ b/build_emscripten/external/openal/fmt-11.1.4/Makefile @@ -0,0 +1,282 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/fmt-11.1.4/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/fmt-11.1.4/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/fmt-11.1.4/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/fmt-11.1.4/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/rule +.PHONY : external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/rule + +# Convenience name for target. +alsoft.fmt: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/rule +.PHONY : alsoft.fmt + +# fast build rule for target. +alsoft.fmt/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build +.PHONY : alsoft.fmt/fast + +src/format.o: src/format.cc.o +.PHONY : src/format.o + +# target to build an object file +src/format.cc.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o +.PHONY : src/format.cc.o + +src/format.i: src/format.cc.i +.PHONY : src/format.i + +# target to preprocess a source file +src/format.cc.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.i +.PHONY : src/format.cc.i + +src/format.s: src/format.cc.s +.PHONY : src/format.s + +# target to generate assembly for a file +src/format.cc.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.s +.PHONY : src/format.cc.s + +src/os.o: src/os.cc.o +.PHONY : src/os.o + +# target to build an object file +src/os.cc.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o +.PHONY : src/os.cc.o + +src/os.i: src/os.cc.i +.PHONY : src/os.i + +# target to preprocess a source file +src/os.cc.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.i +.PHONY : src/os.cc.i + +src/os.s: src/os.cc.s +.PHONY : src/os.s + +# target to generate assembly for a file +src/os.cc.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.s +.PHONY : src/os.cc.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... alsoft.fmt" + @echo "... src/format.o" + @echo "... src/format.i" + @echo "... src/format.s" + @echo "... src/os.o" + @echo "... src/os.i" + @echo "... src/os.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/openal/fmt-11.1.4/cmake_install.cmake b/build_emscripten/external/openal/fmt-11.1.4/cmake_install.cmake new file mode 100644 index 00000000..9eac2900 --- /dev/null +++ b/build_emscripten/external/openal/fmt-11.1.4/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/openal/fmt-11.1.4 + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/openal/openal.pc b/build_emscripten/external/openal/openal.pc new file mode 100644 index 00000000..ffcad56e --- /dev/null +++ b/build_emscripten/external/openal/openal.pc @@ -0,0 +1,12 @@ +prefix=/usr/local +exec_prefix=${prefix} +libdir=/usr/local/lib +includedir=/usr/local/include + +Name: OpenAL +Description: OpenAL is a cross-platform 3D audio API +Requires: +Version: 1.24.3 +Libs: -L${libdir} -lopenal +Libs.private: -pthread -ldl -latomic -lm +Cflags: -I${includedir} -I${includedir}/AL -DAL_LIBTYPE_STATIC diff --git a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/DependInfo.cmake b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/DependInfo.cmake new file mode 100644 index 00000000..af4aa52a --- /dev/null +++ b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/DependInfo.cmake @@ -0,0 +1,27 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/main.cpp" "external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o" "gcc" "external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/mainwindow.cpp" "external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o" "gcc" "external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o.d" + "/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/moc_mainwindow.cpp" "external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o" "gcc" "external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o.d" + "/home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/verstr.cpp" "external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o" "gcc" "external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o.d" + "" "external/openal/alsoft-config" "gcc" "external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make new file mode 100644 index 00000000..2033ed54 --- /dev/null +++ b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make @@ -0,0 +1,178 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/progress.make + +# Include the compile flags for this target's objects. +include external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make + +external/openal/utils/alsoft-config/ui_mainwindow.h: /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/mainwindow.ui +external/openal/utils/alsoft-config/ui_mainwindow.h: /usr/lib/qt6/uic + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating ui_mainwindow.h" + cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/lib/qt6/uic -o /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/ui_mainwindow.h /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/mainwindow.ui + +external/openal/utils/alsoft-config/moc_mainwindow.cpp: /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/mainwindow.h + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Generating moc_mainwindow.cpp" + cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/lib/qt6/moc @/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/moc_mainwindow.cpp_parameters + +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/codegen: +.PHONY : external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/codegen + +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o: /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/main.cpp +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o -MF CMakeFiles/alsoft-config.dir/main.cpp.o.d -o CMakeFiles/alsoft-config.dir/main.cpp.o -c /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/main.cpp + +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft-config.dir/main.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/main.cpp > CMakeFiles/alsoft-config.dir/main.cpp.i + +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft-config.dir/main.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/main.cpp -o CMakeFiles/alsoft-config.dir/main.cpp.s + +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o: /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/mainwindow.cpp +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o -MF CMakeFiles/alsoft-config.dir/mainwindow.cpp.o.d -o CMakeFiles/alsoft-config.dir/mainwindow.cpp.o -c /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/mainwindow.cpp + +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft-config.dir/mainwindow.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/mainwindow.cpp > CMakeFiles/alsoft-config.dir/mainwindow.cpp.i + +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft-config.dir/mainwindow.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/mainwindow.cpp -o CMakeFiles/alsoft-config.dir/mainwindow.cpp.s + +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o: /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/verstr.cpp +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o -MF CMakeFiles/alsoft-config.dir/verstr.cpp.o.d -o CMakeFiles/alsoft-config.dir/verstr.cpp.o -c /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/verstr.cpp + +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft-config.dir/verstr.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/verstr.cpp > CMakeFiles/alsoft-config.dir/verstr.cpp.i + +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft-config.dir/verstr.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/verstr.cpp -o CMakeFiles/alsoft-config.dir/verstr.cpp.s + +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o: external/openal/utils/alsoft-config/moc_mainwindow.cpp +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o" + cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o -MF CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o.d -o CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o -c /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/moc_mainwindow.cpp + +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.i" + cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/moc_mainwindow.cpp > CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.i + +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.s" + cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/moc_mainwindow.cpp -o CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.s + +# Object files for target alsoft-config +alsoft__config_OBJECTS = \ +"CMakeFiles/alsoft-config.dir/main.cpp.o" \ +"CMakeFiles/alsoft-config.dir/mainwindow.cpp.o" \ +"CMakeFiles/alsoft-config.dir/verstr.cpp.o" \ +"CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o" + +# External object files for target alsoft-config +alsoft__config_EXTERNAL_OBJECTS = + +external/openal/alsoft-config: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o +external/openal/alsoft-config: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o +external/openal/alsoft-config: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o +external/openal/alsoft-config: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o +external/openal/alsoft-config: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make +external/openal/alsoft-config: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts +external/openal/alsoft-config: /usr/lib/libQt6Widgets.so.6.9.0 +external/openal/alsoft-config: external/openal/libalsoft.common.a +external/openal/alsoft-config: /usr/lib/libQt6Gui.so.6.9.0 +external/openal/alsoft-config: /usr/lib/libGLX.so +external/openal/alsoft-config: /usr/lib/libOpenGL.so +external/openal/alsoft-config: /usr/lib/libQt6Core.so.6.9.0 +external/openal/alsoft-config: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Linking CXX executable ../../alsoft-config" + cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alsoft-config.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build: external/openal/alsoft-config +.PHONY : external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build + +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && $(CMAKE_COMMAND) -P CMakeFiles/alsoft-config.dir/cmake_clean.cmake +.PHONY : external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/clean + +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend: external/openal/utils/alsoft-config/moc_mainwindow.cpp +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend: external/openal/utils/alsoft-config/ui_mainwindow.h + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend + diff --git a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/cmake_clean.cmake b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/cmake_clean.cmake new file mode 100644 index 00000000..5985d2f2 --- /dev/null +++ b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/cmake_clean.cmake @@ -0,0 +1,20 @@ +file(REMOVE_RECURSE + "../../alsoft-config" + "../../alsoft-config.pdb" + "CMakeFiles/alsoft-config.dir/link.d" + "CMakeFiles/alsoft-config.dir/main.cpp.o" + "CMakeFiles/alsoft-config.dir/main.cpp.o.d" + "CMakeFiles/alsoft-config.dir/mainwindow.cpp.o" + "CMakeFiles/alsoft-config.dir/mainwindow.cpp.o.d" + "CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o" + "CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o.d" + "CMakeFiles/alsoft-config.dir/verstr.cpp.o" + "CMakeFiles/alsoft-config.dir/verstr.cpp.o.d" + "moc_mainwindow.cpp" + "ui_mainwindow.h" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/alsoft-config.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.make b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.make new file mode 100644 index 00000000..f5869ba2 --- /dev/null +++ b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for alsoft-config. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts new file mode 100644 index 00000000..6ccaee9f --- /dev/null +++ b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for alsoft-config. diff --git a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend.make b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend.make new file mode 100644 index 00000000..824e0a53 --- /dev/null +++ b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for alsoft-config. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make new file mode 100644 index 00000000..08c49c7b --- /dev/null +++ b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile CXX with /usr/bin/g++ +CXX_DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_WIDGETS_LIB -D_USE_WIDE_STRING + +CXX_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6 -isystem /usr/include/qt6/QtCore -isystem /usr/lib/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui + +CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE -mno-direct-extern-access + diff --git a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/link.txt b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/link.txt new file mode 100644 index 00000000..95e25378 --- /dev/null +++ b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/alsoft-config.dir/link.d "CMakeFiles/alsoft-config.dir/main.cpp.o" "CMakeFiles/alsoft-config.dir/mainwindow.cpp.o" "CMakeFiles/alsoft-config.dir/verstr.cpp.o" "CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o" -o ../../alsoft-config /usr/lib/libQt6Widgets.so.6.9.0 ../../libalsoft.common.a /usr/lib/libQt6Gui.so.6.9.0 /usr/lib/libGLX.so /usr/lib/libOpenGL.so /usr/lib/libQt6Core.so.6.9.0 diff --git a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/progress.make b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/progress.make new file mode 100644 index 00000000..31aa9c5b --- /dev/null +++ b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/progress.make @@ -0,0 +1,8 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = + diff --git a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/progress.marks b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/progress.marks new file mode 100644 index 00000000..d00491fd --- /dev/null +++ b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/progress.marks @@ -0,0 +1 @@ +1 diff --git a/build_emscripten/external/openal/utils/alsoft-config/CTestTestfile.cmake b/build_emscripten/external/openal/utils/alsoft-config/CTestTestfile.cmake new file mode 100644 index 00000000..51ffdad6 --- /dev/null +++ b/build_emscripten/external/openal/utils/alsoft-config/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config +# Build directory: /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/build_emscripten/external/openal/utils/alsoft-config/Makefile b/build_emscripten/external/openal/utils/alsoft-config/Makefile new file mode 100644 index 00000000..e04c1160 --- /dev/null +++ b/build_emscripten/external/openal/utils/alsoft-config/Makefile @@ -0,0 +1,336 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/utils/alsoft-config/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/utils/alsoft-config/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/utils/alsoft-config/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/utils/alsoft-config/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/rule +.PHONY : external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/rule + +# Convenience name for target. +alsoft-config: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/rule +.PHONY : alsoft-config + +# fast build rule for target. +alsoft-config/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build +.PHONY : alsoft-config/fast + +main.o: main.cpp.o +.PHONY : main.o + +# target to build an object file +main.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o +.PHONY : main.cpp.o + +main.i: main.cpp.i +.PHONY : main.i + +# target to preprocess a source file +main.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.i +.PHONY : main.cpp.i + +main.s: main.cpp.s +.PHONY : main.s + +# target to generate assembly for a file +main.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.s +.PHONY : main.cpp.s + +mainwindow.o: mainwindow.cpp.o +.PHONY : mainwindow.o + +# target to build an object file +mainwindow.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o +.PHONY : mainwindow.cpp.o + +mainwindow.i: mainwindow.cpp.i +.PHONY : mainwindow.i + +# target to preprocess a source file +mainwindow.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.i +.PHONY : mainwindow.cpp.i + +mainwindow.s: mainwindow.cpp.s +.PHONY : mainwindow.s + +# target to generate assembly for a file +mainwindow.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.s +.PHONY : mainwindow.cpp.s + +moc_mainwindow.o: moc_mainwindow.cpp.o +.PHONY : moc_mainwindow.o + +# target to build an object file +moc_mainwindow.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o +.PHONY : moc_mainwindow.cpp.o + +moc_mainwindow.i: moc_mainwindow.cpp.i +.PHONY : moc_mainwindow.i + +# target to preprocess a source file +moc_mainwindow.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.i +.PHONY : moc_mainwindow.cpp.i + +moc_mainwindow.s: moc_mainwindow.cpp.s +.PHONY : moc_mainwindow.s + +# target to generate assembly for a file +moc_mainwindow.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.s +.PHONY : moc_mainwindow.cpp.s + +verstr.o: verstr.cpp.o +.PHONY : verstr.o + +# target to build an object file +verstr.cpp.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o +.PHONY : verstr.cpp.o + +verstr.i: verstr.cpp.i +.PHONY : verstr.i + +# target to preprocess a source file +verstr.cpp.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.i +.PHONY : verstr.cpp.i + +verstr.s: verstr.cpp.s +.PHONY : verstr.s + +# target to generate assembly for a file +verstr.cpp.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.s +.PHONY : verstr.cpp.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... alsoft-config" + @echo "... main.o" + @echo "... main.i" + @echo "... main.s" + @echo "... mainwindow.o" + @echo "... mainwindow.i" + @echo "... mainwindow.s" + @echo "... moc_mainwindow.o" + @echo "... moc_mainwindow.i" + @echo "... moc_mainwindow.s" + @echo "... verstr.o" + @echo "... verstr.i" + @echo "... verstr.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/openal/utils/alsoft-config/cmake_install.cmake b/build_emscripten/external/openal/utils/alsoft-config/cmake_install.cmake new file mode 100644 index 00000000..9232652a --- /dev/null +++ b/build_emscripten/external/openal/utils/alsoft-config/cmake_install.cmake @@ -0,0 +1,66 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alsoft-config" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alsoft-config") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alsoft-config" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/alsoft-config") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alsoft-config" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alsoft-config") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alsoft-config") + endif() + endif() +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/openal/utils/alsoft-config/moc_mainwindow.cpp_parameters b/build_emscripten/external/openal/utils/alsoft-config/moc_mainwindow.cpp_parameters new file mode 100644 index 00000000..e1a018d6 --- /dev/null +++ b/build_emscripten/external/openal/utils/alsoft-config/moc_mainwindow.cpp_parameters @@ -0,0 +1,4 @@ +-D_USE_WIDE_STRING +-o +/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/moc_mainwindow.cpp +/home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/mainwindow.h diff --git a/build_emscripten/external/vorbis/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/vorbis/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/build.make new file mode 100644 index 00000000..10629f45 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for Continuous. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/Continuous.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/Continuous.dir/progress.make + +external/vorbis/CMakeFiles/Continuous: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D Continuous + +external/vorbis/CMakeFiles/Continuous.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/Continuous.dir/codegen + +Continuous: external/vorbis/CMakeFiles/Continuous +Continuous: external/vorbis/CMakeFiles/Continuous.dir/build.make +.PHONY : Continuous + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/Continuous.dir/build: Continuous +.PHONY : external/vorbis/CMakeFiles/Continuous.dir/build + +external/vorbis/CMakeFiles/Continuous.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/Continuous.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/Continuous.dir/clean + +external/vorbis/CMakeFiles/Continuous.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/Continuous.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/Continuous.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/cmake_clean.cmake new file mode 100644 index 00000000..7e1791cf --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/Continuous" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/Continuous.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/compiler_depend.make new file mode 100644 index 00000000..4e014e08 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for Continuous. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/compiler_depend.ts new file mode 100644 index 00000000..86303622 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for Continuous. diff --git a/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/build.make new file mode 100644 index 00000000..4618f3dc --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for ContinuousBuild. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/ContinuousBuild.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/ContinuousBuild.dir/progress.make + +external/vorbis/CMakeFiles/ContinuousBuild: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ContinuousBuild + +external/vorbis/CMakeFiles/ContinuousBuild.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/ContinuousBuild.dir/codegen + +ContinuousBuild: external/vorbis/CMakeFiles/ContinuousBuild +ContinuousBuild: external/vorbis/CMakeFiles/ContinuousBuild.dir/build.make +.PHONY : ContinuousBuild + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/ContinuousBuild.dir/build: ContinuousBuild +.PHONY : external/vorbis/CMakeFiles/ContinuousBuild.dir/build + +external/vorbis/CMakeFiles/ContinuousBuild.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ContinuousBuild.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/ContinuousBuild.dir/clean + +external/vorbis/CMakeFiles/ContinuousBuild.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/ContinuousBuild.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/cmake_clean.cmake new file mode 100644 index 00000000..afccd136 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ContinuousBuild" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ContinuousBuild.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/compiler_depend.make new file mode 100644 index 00000000..00b62ad4 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ContinuousBuild. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/compiler_depend.ts new file mode 100644 index 00000000..1cb86182 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ContinuousBuild. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/build.make new file mode 100644 index 00000000..8e18ae95 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for ContinuousConfigure. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/ContinuousConfigure.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/ContinuousConfigure.dir/progress.make + +external/vorbis/CMakeFiles/ContinuousConfigure: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ContinuousConfigure + +external/vorbis/CMakeFiles/ContinuousConfigure.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/ContinuousConfigure.dir/codegen + +ContinuousConfigure: external/vorbis/CMakeFiles/ContinuousConfigure +ContinuousConfigure: external/vorbis/CMakeFiles/ContinuousConfigure.dir/build.make +.PHONY : ContinuousConfigure + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/ContinuousConfigure.dir/build: ContinuousConfigure +.PHONY : external/vorbis/CMakeFiles/ContinuousConfigure.dir/build + +external/vorbis/CMakeFiles/ContinuousConfigure.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ContinuousConfigure.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/ContinuousConfigure.dir/clean + +external/vorbis/CMakeFiles/ContinuousConfigure.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/ContinuousConfigure.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/cmake_clean.cmake new file mode 100644 index 00000000..eb51e204 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ContinuousConfigure" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ContinuousConfigure.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/compiler_depend.make new file mode 100644 index 00000000..584c8bb3 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ContinuousConfigure. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/compiler_depend.ts new file mode 100644 index 00000000..c8a34277 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ContinuousConfigure. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/build.make new file mode 100644 index 00000000..1ed00eb0 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for ContinuousCoverage. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/ContinuousCoverage.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/ContinuousCoverage.dir/progress.make + +external/vorbis/CMakeFiles/ContinuousCoverage: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ContinuousCoverage + +external/vorbis/CMakeFiles/ContinuousCoverage.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/ContinuousCoverage.dir/codegen + +ContinuousCoverage: external/vorbis/CMakeFiles/ContinuousCoverage +ContinuousCoverage: external/vorbis/CMakeFiles/ContinuousCoverage.dir/build.make +.PHONY : ContinuousCoverage + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/ContinuousCoverage.dir/build: ContinuousCoverage +.PHONY : external/vorbis/CMakeFiles/ContinuousCoverage.dir/build + +external/vorbis/CMakeFiles/ContinuousCoverage.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ContinuousCoverage.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/ContinuousCoverage.dir/clean + +external/vorbis/CMakeFiles/ContinuousCoverage.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/ContinuousCoverage.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/cmake_clean.cmake new file mode 100644 index 00000000..6115f89b --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ContinuousCoverage" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ContinuousCoverage.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/compiler_depend.make new file mode 100644 index 00000000..8d1a807b --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ContinuousCoverage. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/compiler_depend.ts new file mode 100644 index 00000000..23d476b9 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ContinuousCoverage. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build.make new file mode 100644 index 00000000..6db676f5 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for ContinuousMemCheck. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/ContinuousMemCheck.dir/progress.make + +external/vorbis/CMakeFiles/ContinuousMemCheck: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ContinuousMemCheck + +external/vorbis/CMakeFiles/ContinuousMemCheck.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/ContinuousMemCheck.dir/codegen + +ContinuousMemCheck: external/vorbis/CMakeFiles/ContinuousMemCheck +ContinuousMemCheck: external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build.make +.PHONY : ContinuousMemCheck + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build: ContinuousMemCheck +.PHONY : external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build + +external/vorbis/CMakeFiles/ContinuousMemCheck.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ContinuousMemCheck.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/ContinuousMemCheck.dir/clean + +external/vorbis/CMakeFiles/ContinuousMemCheck.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/ContinuousMemCheck.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/cmake_clean.cmake new file mode 100644 index 00000000..ad69e7ff --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ContinuousMemCheck" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ContinuousMemCheck.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.make new file mode 100644 index 00000000..930bb616 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ContinuousMemCheck. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.ts new file mode 100644 index 00000000..4f4fc23f --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ContinuousMemCheck. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/build.make new file mode 100644 index 00000000..86837466 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for ContinuousStart. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/ContinuousStart.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/ContinuousStart.dir/progress.make + +external/vorbis/CMakeFiles/ContinuousStart: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ContinuousStart + +external/vorbis/CMakeFiles/ContinuousStart.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/ContinuousStart.dir/codegen + +ContinuousStart: external/vorbis/CMakeFiles/ContinuousStart +ContinuousStart: external/vorbis/CMakeFiles/ContinuousStart.dir/build.make +.PHONY : ContinuousStart + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/ContinuousStart.dir/build: ContinuousStart +.PHONY : external/vorbis/CMakeFiles/ContinuousStart.dir/build + +external/vorbis/CMakeFiles/ContinuousStart.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ContinuousStart.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/ContinuousStart.dir/clean + +external/vorbis/CMakeFiles/ContinuousStart.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousStart.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/ContinuousStart.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/cmake_clean.cmake new file mode 100644 index 00000000..13d5b2bc --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ContinuousStart" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ContinuousStart.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/compiler_depend.make new file mode 100644 index 00000000..af626145 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ContinuousStart. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/compiler_depend.ts new file mode 100644 index 00000000..fcc8893d --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ContinuousStart. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/build.make new file mode 100644 index 00000000..aa34e0bf --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for ContinuousSubmit. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/ContinuousSubmit.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/ContinuousSubmit.dir/progress.make + +external/vorbis/CMakeFiles/ContinuousSubmit: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ContinuousSubmit + +external/vorbis/CMakeFiles/ContinuousSubmit.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/ContinuousSubmit.dir/codegen + +ContinuousSubmit: external/vorbis/CMakeFiles/ContinuousSubmit +ContinuousSubmit: external/vorbis/CMakeFiles/ContinuousSubmit.dir/build.make +.PHONY : ContinuousSubmit + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/ContinuousSubmit.dir/build: ContinuousSubmit +.PHONY : external/vorbis/CMakeFiles/ContinuousSubmit.dir/build + +external/vorbis/CMakeFiles/ContinuousSubmit.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/ContinuousSubmit.dir/clean + +external/vorbis/CMakeFiles/ContinuousSubmit.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/ContinuousSubmit.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake new file mode 100644 index 00000000..cc66ba37 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ContinuousSubmit" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ContinuousSubmit.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/compiler_depend.make new file mode 100644 index 00000000..33809169 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ContinuousSubmit. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/compiler_depend.ts new file mode 100644 index 00000000..73d7404b --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ContinuousSubmit. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/build.make new file mode 100644 index 00000000..2155ee8f --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for ContinuousTest. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/ContinuousTest.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/ContinuousTest.dir/progress.make + +external/vorbis/CMakeFiles/ContinuousTest: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ContinuousTest + +external/vorbis/CMakeFiles/ContinuousTest.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/ContinuousTest.dir/codegen + +ContinuousTest: external/vorbis/CMakeFiles/ContinuousTest +ContinuousTest: external/vorbis/CMakeFiles/ContinuousTest.dir/build.make +.PHONY : ContinuousTest + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/ContinuousTest.dir/build: ContinuousTest +.PHONY : external/vorbis/CMakeFiles/ContinuousTest.dir/build + +external/vorbis/CMakeFiles/ContinuousTest.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ContinuousTest.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/ContinuousTest.dir/clean + +external/vorbis/CMakeFiles/ContinuousTest.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousTest.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/ContinuousTest.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/cmake_clean.cmake new file mode 100644 index 00000000..ff11d485 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ContinuousTest" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ContinuousTest.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/compiler_depend.make new file mode 100644 index 00000000..24d664a2 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ContinuousTest. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/compiler_depend.ts new file mode 100644 index 00000000..bd7c1d1f --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ContinuousTest. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/build.make new file mode 100644 index 00000000..64ee9f70 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for ContinuousUpdate. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/ContinuousUpdate.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/ContinuousUpdate.dir/progress.make + +external/vorbis/CMakeFiles/ContinuousUpdate: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ContinuousUpdate + +external/vorbis/CMakeFiles/ContinuousUpdate.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/ContinuousUpdate.dir/codegen + +ContinuousUpdate: external/vorbis/CMakeFiles/ContinuousUpdate +ContinuousUpdate: external/vorbis/CMakeFiles/ContinuousUpdate.dir/build.make +.PHONY : ContinuousUpdate + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/ContinuousUpdate.dir/build: ContinuousUpdate +.PHONY : external/vorbis/CMakeFiles/ContinuousUpdate.dir/build + +external/vorbis/CMakeFiles/ContinuousUpdate.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/ContinuousUpdate.dir/clean + +external/vorbis/CMakeFiles/ContinuousUpdate.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/ContinuousUpdate.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake new file mode 100644 index 00000000..7a77a24c --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ContinuousUpdate" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ContinuousUpdate.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/compiler_depend.make new file mode 100644 index 00000000..b3732269 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ContinuousUpdate. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/compiler_depend.ts new file mode 100644 index 00000000..ed8de925 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ContinuousUpdate. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/build.make new file mode 100644 index 00000000..32b7801f --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for Experimental. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/Experimental.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/Experimental.dir/progress.make + +external/vorbis/CMakeFiles/Experimental: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D Experimental + +external/vorbis/CMakeFiles/Experimental.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/Experimental.dir/codegen + +Experimental: external/vorbis/CMakeFiles/Experimental +Experimental: external/vorbis/CMakeFiles/Experimental.dir/build.make +.PHONY : Experimental + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/Experimental.dir/build: Experimental +.PHONY : external/vorbis/CMakeFiles/Experimental.dir/build + +external/vorbis/CMakeFiles/Experimental.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/Experimental.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/Experimental.dir/clean + +external/vorbis/CMakeFiles/Experimental.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/Experimental.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/Experimental.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/cmake_clean.cmake new file mode 100644 index 00000000..799e7082 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/Experimental" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/Experimental.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/compiler_depend.make new file mode 100644 index 00000000..df83d58e --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for Experimental. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/compiler_depend.ts new file mode 100644 index 00000000..2619b9b5 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for Experimental. diff --git a/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/build.make new file mode 100644 index 00000000..0810d2dc --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for ExperimentalBuild. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/ExperimentalBuild.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/ExperimentalBuild.dir/progress.make + +external/vorbis/CMakeFiles/ExperimentalBuild: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ExperimentalBuild + +external/vorbis/CMakeFiles/ExperimentalBuild.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/ExperimentalBuild.dir/codegen + +ExperimentalBuild: external/vorbis/CMakeFiles/ExperimentalBuild +ExperimentalBuild: external/vorbis/CMakeFiles/ExperimentalBuild.dir/build.make +.PHONY : ExperimentalBuild + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/ExperimentalBuild.dir/build: ExperimentalBuild +.PHONY : external/vorbis/CMakeFiles/ExperimentalBuild.dir/build + +external/vorbis/CMakeFiles/ExperimentalBuild.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/ExperimentalBuild.dir/clean + +external/vorbis/CMakeFiles/ExperimentalBuild.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/ExperimentalBuild.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake new file mode 100644 index 00000000..3354e3f1 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ExperimentalBuild" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ExperimentalBuild.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/compiler_depend.make new file mode 100644 index 00000000..76086314 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ExperimentalBuild. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/compiler_depend.ts new file mode 100644 index 00000000..34d91606 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ExperimentalBuild. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build.make new file mode 100644 index 00000000..68e2ca5a --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for ExperimentalConfigure. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/ExperimentalConfigure.dir/progress.make + +external/vorbis/CMakeFiles/ExperimentalConfigure: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ExperimentalConfigure + +external/vorbis/CMakeFiles/ExperimentalConfigure.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/ExperimentalConfigure.dir/codegen + +ExperimentalConfigure: external/vorbis/CMakeFiles/ExperimentalConfigure +ExperimentalConfigure: external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build.make +.PHONY : ExperimentalConfigure + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build: ExperimentalConfigure +.PHONY : external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build + +external/vorbis/CMakeFiles/ExperimentalConfigure.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalConfigure.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/ExperimentalConfigure.dir/clean + +external/vorbis/CMakeFiles/ExperimentalConfigure.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/ExperimentalConfigure.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/cmake_clean.cmake new file mode 100644 index 00000000..69e4a719 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ExperimentalConfigure" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ExperimentalConfigure.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.make new file mode 100644 index 00000000..07387966 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ExperimentalConfigure. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.ts new file mode 100644 index 00000000..51fc32c4 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ExperimentalConfigure. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build.make new file mode 100644 index 00000000..dab8e126 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for ExperimentalCoverage. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/ExperimentalCoverage.dir/progress.make + +external/vorbis/CMakeFiles/ExperimentalCoverage: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ExperimentalCoverage + +external/vorbis/CMakeFiles/ExperimentalCoverage.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/ExperimentalCoverage.dir/codegen + +ExperimentalCoverage: external/vorbis/CMakeFiles/ExperimentalCoverage +ExperimentalCoverage: external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build.make +.PHONY : ExperimentalCoverage + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build: ExperimentalCoverage +.PHONY : external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build + +external/vorbis/CMakeFiles/ExperimentalCoverage.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalCoverage.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/ExperimentalCoverage.dir/clean + +external/vorbis/CMakeFiles/ExperimentalCoverage.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/ExperimentalCoverage.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/cmake_clean.cmake new file mode 100644 index 00000000..b8d6597a --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ExperimentalCoverage" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ExperimentalCoverage.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.make new file mode 100644 index 00000000..4c327cbb --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ExperimentalCoverage. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.ts new file mode 100644 index 00000000..d3bffd38 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ExperimentalCoverage. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build.make new file mode 100644 index 00000000..038fcaf3 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for ExperimentalMemCheck. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/progress.make + +external/vorbis/CMakeFiles/ExperimentalMemCheck: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ExperimentalMemCheck + +external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/codegen + +ExperimentalMemCheck: external/vorbis/CMakeFiles/ExperimentalMemCheck +ExperimentalMemCheck: external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build.make +.PHONY : ExperimentalMemCheck + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build: ExperimentalMemCheck +.PHONY : external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build + +external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalMemCheck.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/clean + +external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/cmake_clean.cmake new file mode 100644 index 00000000..ed3f7bc0 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ExperimentalMemCheck" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ExperimentalMemCheck.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.make new file mode 100644 index 00000000..ab194c2b --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ExperimentalMemCheck. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.ts new file mode 100644 index 00000000..5d0d9acc --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ExperimentalMemCheck. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/build.make new file mode 100644 index 00000000..747061b7 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for ExperimentalStart. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/ExperimentalStart.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/ExperimentalStart.dir/progress.make + +external/vorbis/CMakeFiles/ExperimentalStart: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ExperimentalStart + +external/vorbis/CMakeFiles/ExperimentalStart.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/ExperimentalStart.dir/codegen + +ExperimentalStart: external/vorbis/CMakeFiles/ExperimentalStart +ExperimentalStart: external/vorbis/CMakeFiles/ExperimentalStart.dir/build.make +.PHONY : ExperimentalStart + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/ExperimentalStart.dir/build: ExperimentalStart +.PHONY : external/vorbis/CMakeFiles/ExperimentalStart.dir/build + +external/vorbis/CMakeFiles/ExperimentalStart.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalStart.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/ExperimentalStart.dir/clean + +external/vorbis/CMakeFiles/ExperimentalStart.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalStart.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/ExperimentalStart.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/cmake_clean.cmake new file mode 100644 index 00000000..4e2736b1 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ExperimentalStart" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ExperimentalStart.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/compiler_depend.make new file mode 100644 index 00000000..29aab519 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ExperimentalStart. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/compiler_depend.ts new file mode 100644 index 00000000..a636e5c0 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ExperimentalStart. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build.make new file mode 100644 index 00000000..3ae76f72 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for ExperimentalSubmit. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/ExperimentalSubmit.dir/progress.make + +external/vorbis/CMakeFiles/ExperimentalSubmit: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ExperimentalSubmit + +external/vorbis/CMakeFiles/ExperimentalSubmit.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/ExperimentalSubmit.dir/codegen + +ExperimentalSubmit: external/vorbis/CMakeFiles/ExperimentalSubmit +ExperimentalSubmit: external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build.make +.PHONY : ExperimentalSubmit + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build: ExperimentalSubmit +.PHONY : external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build + +external/vorbis/CMakeFiles/ExperimentalSubmit.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalSubmit.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/ExperimentalSubmit.dir/clean + +external/vorbis/CMakeFiles/ExperimentalSubmit.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/ExperimentalSubmit.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/cmake_clean.cmake new file mode 100644 index 00000000..d130e45a --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ExperimentalSubmit" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ExperimentalSubmit.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.make new file mode 100644 index 00000000..44401727 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ExperimentalSubmit. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.ts new file mode 100644 index 00000000..7fa97b16 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ExperimentalSubmit. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/build.make new file mode 100644 index 00000000..ee976258 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for ExperimentalTest. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/ExperimentalTest.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/ExperimentalTest.dir/progress.make + +external/vorbis/CMakeFiles/ExperimentalTest: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ExperimentalTest + +external/vorbis/CMakeFiles/ExperimentalTest.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/ExperimentalTest.dir/codegen + +ExperimentalTest: external/vorbis/CMakeFiles/ExperimentalTest +ExperimentalTest: external/vorbis/CMakeFiles/ExperimentalTest.dir/build.make +.PHONY : ExperimentalTest + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/ExperimentalTest.dir/build: ExperimentalTest +.PHONY : external/vorbis/CMakeFiles/ExperimentalTest.dir/build + +external/vorbis/CMakeFiles/ExperimentalTest.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalTest.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/ExperimentalTest.dir/clean + +external/vorbis/CMakeFiles/ExperimentalTest.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalTest.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/ExperimentalTest.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/cmake_clean.cmake new file mode 100644 index 00000000..4348aa36 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ExperimentalTest" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ExperimentalTest.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/compiler_depend.make new file mode 100644 index 00000000..fab28a94 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ExperimentalTest. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/compiler_depend.ts new file mode 100644 index 00000000..fbeb091d --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ExperimentalTest. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build.make new file mode 100644 index 00000000..19ad6926 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for ExperimentalUpdate. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/ExperimentalUpdate.dir/progress.make + +external/vorbis/CMakeFiles/ExperimentalUpdate: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ExperimentalUpdate + +external/vorbis/CMakeFiles/ExperimentalUpdate.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/ExperimentalUpdate.dir/codegen + +ExperimentalUpdate: external/vorbis/CMakeFiles/ExperimentalUpdate +ExperimentalUpdate: external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build.make +.PHONY : ExperimentalUpdate + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build: ExperimentalUpdate +.PHONY : external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build + +external/vorbis/CMakeFiles/ExperimentalUpdate.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalUpdate.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/ExperimentalUpdate.dir/clean + +external/vorbis/CMakeFiles/ExperimentalUpdate.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/ExperimentalUpdate.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/cmake_clean.cmake new file mode 100644 index 00000000..23190494 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/ExperimentalUpdate" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/ExperimentalUpdate.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.make new file mode 100644 index 00000000..30e8f2ca --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for ExperimentalUpdate. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.ts new file mode 100644 index 00000000..aa7a97ed --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for ExperimentalUpdate. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/build.make new file mode 100644 index 00000000..7477a109 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for Nightly. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/Nightly.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/Nightly.dir/progress.make + +external/vorbis/CMakeFiles/Nightly: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D Nightly + +external/vorbis/CMakeFiles/Nightly.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/Nightly.dir/codegen + +Nightly: external/vorbis/CMakeFiles/Nightly +Nightly: external/vorbis/CMakeFiles/Nightly.dir/build.make +.PHONY : Nightly + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/Nightly.dir/build: Nightly +.PHONY : external/vorbis/CMakeFiles/Nightly.dir/build + +external/vorbis/CMakeFiles/Nightly.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/Nightly.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/Nightly.dir/clean + +external/vorbis/CMakeFiles/Nightly.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/Nightly.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/Nightly.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/cmake_clean.cmake new file mode 100644 index 00000000..99a4ac14 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/Nightly" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/Nightly.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/compiler_depend.make new file mode 100644 index 00000000..b53ef7a7 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for Nightly. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/compiler_depend.ts new file mode 100644 index 00000000..a85d2c81 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for Nightly. diff --git a/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/build.make new file mode 100644 index 00000000..fcdd8c6f --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for NightlyBuild. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/NightlyBuild.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/NightlyBuild.dir/progress.make + +external/vorbis/CMakeFiles/NightlyBuild: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D NightlyBuild + +external/vorbis/CMakeFiles/NightlyBuild.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/NightlyBuild.dir/codegen + +NightlyBuild: external/vorbis/CMakeFiles/NightlyBuild +NightlyBuild: external/vorbis/CMakeFiles/NightlyBuild.dir/build.make +.PHONY : NightlyBuild + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/NightlyBuild.dir/build: NightlyBuild +.PHONY : external/vorbis/CMakeFiles/NightlyBuild.dir/build + +external/vorbis/CMakeFiles/NightlyBuild.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/NightlyBuild.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/NightlyBuild.dir/clean + +external/vorbis/CMakeFiles/NightlyBuild.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyBuild.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/NightlyBuild.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/cmake_clean.cmake new file mode 100644 index 00000000..7aa38a78 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/NightlyBuild" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/NightlyBuild.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/compiler_depend.make new file mode 100644 index 00000000..da2f3475 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for NightlyBuild. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/compiler_depend.ts new file mode 100644 index 00000000..89e69609 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for NightlyBuild. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/build.make new file mode 100644 index 00000000..9f3c0cc5 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for NightlyConfigure. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/NightlyConfigure.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/NightlyConfigure.dir/progress.make + +external/vorbis/CMakeFiles/NightlyConfigure: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D NightlyConfigure + +external/vorbis/CMakeFiles/NightlyConfigure.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/NightlyConfigure.dir/codegen + +NightlyConfigure: external/vorbis/CMakeFiles/NightlyConfigure +NightlyConfigure: external/vorbis/CMakeFiles/NightlyConfigure.dir/build.make +.PHONY : NightlyConfigure + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/NightlyConfigure.dir/build: NightlyConfigure +.PHONY : external/vorbis/CMakeFiles/NightlyConfigure.dir/build + +external/vorbis/CMakeFiles/NightlyConfigure.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/NightlyConfigure.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/NightlyConfigure.dir/clean + +external/vorbis/CMakeFiles/NightlyConfigure.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyConfigure.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/NightlyConfigure.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/cmake_clean.cmake new file mode 100644 index 00000000..080c729b --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/NightlyConfigure" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/NightlyConfigure.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/compiler_depend.make new file mode 100644 index 00000000..973bd2a5 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for NightlyConfigure. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/compiler_depend.ts new file mode 100644 index 00000000..3e550dad --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for NightlyConfigure. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/build.make new file mode 100644 index 00000000..59ee4da2 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for NightlyCoverage. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/NightlyCoverage.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/NightlyCoverage.dir/progress.make + +external/vorbis/CMakeFiles/NightlyCoverage: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D NightlyCoverage + +external/vorbis/CMakeFiles/NightlyCoverage.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/NightlyCoverage.dir/codegen + +NightlyCoverage: external/vorbis/CMakeFiles/NightlyCoverage +NightlyCoverage: external/vorbis/CMakeFiles/NightlyCoverage.dir/build.make +.PHONY : NightlyCoverage + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/NightlyCoverage.dir/build: NightlyCoverage +.PHONY : external/vorbis/CMakeFiles/NightlyCoverage.dir/build + +external/vorbis/CMakeFiles/NightlyCoverage.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/NightlyCoverage.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/NightlyCoverage.dir/clean + +external/vorbis/CMakeFiles/NightlyCoverage.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyCoverage.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/NightlyCoverage.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/cmake_clean.cmake new file mode 100644 index 00000000..d6cba89b --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/NightlyCoverage" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/NightlyCoverage.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/compiler_depend.make new file mode 100644 index 00000000..9f188a1e --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for NightlyCoverage. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/compiler_depend.ts new file mode 100644 index 00000000..3092ba3e --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for NightlyCoverage. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/build.make new file mode 100644 index 00000000..a6a680a3 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for NightlyMemCheck. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/NightlyMemCheck.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/NightlyMemCheck.dir/progress.make + +external/vorbis/CMakeFiles/NightlyMemCheck: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D NightlyMemCheck + +external/vorbis/CMakeFiles/NightlyMemCheck.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/NightlyMemCheck.dir/codegen + +NightlyMemCheck: external/vorbis/CMakeFiles/NightlyMemCheck +NightlyMemCheck: external/vorbis/CMakeFiles/NightlyMemCheck.dir/build.make +.PHONY : NightlyMemCheck + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/NightlyMemCheck.dir/build: NightlyMemCheck +.PHONY : external/vorbis/CMakeFiles/NightlyMemCheck.dir/build + +external/vorbis/CMakeFiles/NightlyMemCheck.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/NightlyMemCheck.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/NightlyMemCheck.dir/clean + +external/vorbis/CMakeFiles/NightlyMemCheck.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/NightlyMemCheck.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/cmake_clean.cmake new file mode 100644 index 00000000..3c0e881a --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/NightlyMemCheck" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/NightlyMemCheck.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/compiler_depend.make new file mode 100644 index 00000000..6c54911b --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for NightlyMemCheck. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/compiler_depend.ts new file mode 100644 index 00000000..c176eda1 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for NightlyMemCheck. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build.make new file mode 100644 index 00000000..df91a6e9 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for NightlyMemoryCheck. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/progress.make + +external/vorbis/CMakeFiles/NightlyMemoryCheck: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D NightlyMemoryCheck + +external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/codegen + +NightlyMemoryCheck: external/vorbis/CMakeFiles/NightlyMemoryCheck +NightlyMemoryCheck: external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build.make +.PHONY : NightlyMemoryCheck + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build: NightlyMemoryCheck +.PHONY : external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build + +external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/NightlyMemoryCheck.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/clean + +external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/cmake_clean.cmake new file mode 100644 index 00000000..88466115 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/NightlyMemoryCheck" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/NightlyMemoryCheck.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.make new file mode 100644 index 00000000..3aa41e77 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for NightlyMemoryCheck. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.ts new file mode 100644 index 00000000..38e1ae0c --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for NightlyMemoryCheck. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/build.make new file mode 100644 index 00000000..71336c3b --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for NightlyStart. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/NightlyStart.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/NightlyStart.dir/progress.make + +external/vorbis/CMakeFiles/NightlyStart: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D NightlyStart + +external/vorbis/CMakeFiles/NightlyStart.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/NightlyStart.dir/codegen + +NightlyStart: external/vorbis/CMakeFiles/NightlyStart +NightlyStart: external/vorbis/CMakeFiles/NightlyStart.dir/build.make +.PHONY : NightlyStart + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/NightlyStart.dir/build: NightlyStart +.PHONY : external/vorbis/CMakeFiles/NightlyStart.dir/build + +external/vorbis/CMakeFiles/NightlyStart.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/NightlyStart.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/NightlyStart.dir/clean + +external/vorbis/CMakeFiles/NightlyStart.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyStart.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/NightlyStart.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/cmake_clean.cmake new file mode 100644 index 00000000..6a2c6c6f --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/NightlyStart" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/NightlyStart.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/compiler_depend.make new file mode 100644 index 00000000..b72de2db --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for NightlyStart. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/compiler_depend.ts new file mode 100644 index 00000000..2f7f077a --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for NightlyStart. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/build.make new file mode 100644 index 00000000..1dc2d722 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for NightlySubmit. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/NightlySubmit.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/NightlySubmit.dir/progress.make + +external/vorbis/CMakeFiles/NightlySubmit: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D NightlySubmit + +external/vorbis/CMakeFiles/NightlySubmit.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/NightlySubmit.dir/codegen + +NightlySubmit: external/vorbis/CMakeFiles/NightlySubmit +NightlySubmit: external/vorbis/CMakeFiles/NightlySubmit.dir/build.make +.PHONY : NightlySubmit + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/NightlySubmit.dir/build: NightlySubmit +.PHONY : external/vorbis/CMakeFiles/NightlySubmit.dir/build + +external/vorbis/CMakeFiles/NightlySubmit.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/NightlySubmit.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/NightlySubmit.dir/clean + +external/vorbis/CMakeFiles/NightlySubmit.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlySubmit.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/NightlySubmit.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/cmake_clean.cmake new file mode 100644 index 00000000..6f88ccc7 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/NightlySubmit" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/NightlySubmit.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/compiler_depend.make new file mode 100644 index 00000000..d2f67486 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for NightlySubmit. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/compiler_depend.ts new file mode 100644 index 00000000..773bf4b0 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for NightlySubmit. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/build.make new file mode 100644 index 00000000..a238d29c --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for NightlyTest. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/NightlyTest.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/NightlyTest.dir/progress.make + +external/vorbis/CMakeFiles/NightlyTest: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D NightlyTest + +external/vorbis/CMakeFiles/NightlyTest.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/NightlyTest.dir/codegen + +NightlyTest: external/vorbis/CMakeFiles/NightlyTest +NightlyTest: external/vorbis/CMakeFiles/NightlyTest.dir/build.make +.PHONY : NightlyTest + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/NightlyTest.dir/build: NightlyTest +.PHONY : external/vorbis/CMakeFiles/NightlyTest.dir/build + +external/vorbis/CMakeFiles/NightlyTest.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/NightlyTest.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/NightlyTest.dir/clean + +external/vorbis/CMakeFiles/NightlyTest.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyTest.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/NightlyTest.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/cmake_clean.cmake new file mode 100644 index 00000000..8f40bb87 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/NightlyTest" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/NightlyTest.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/compiler_depend.make new file mode 100644 index 00000000..03d9c29c --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for NightlyTest. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/compiler_depend.ts new file mode 100644 index 00000000..8bb891c6 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for NightlyTest. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/DependInfo.cmake new file mode 100644 index 00000000..29b95a51 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/DependInfo.cmake @@ -0,0 +1,22 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/build.make new file mode 100644 index 00000000..7dea36c6 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/build.make @@ -0,0 +1,90 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Utility rule file for NightlyUpdate. + +# Include any custom commands dependencies for this target. +include external/vorbis/CMakeFiles/NightlyUpdate.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/CMakeFiles/NightlyUpdate.dir/progress.make + +external/vorbis/CMakeFiles/NightlyUpdate: + cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D NightlyUpdate + +external/vorbis/CMakeFiles/NightlyUpdate.dir/codegen: +.PHONY : external/vorbis/CMakeFiles/NightlyUpdate.dir/codegen + +NightlyUpdate: external/vorbis/CMakeFiles/NightlyUpdate +NightlyUpdate: external/vorbis/CMakeFiles/NightlyUpdate.dir/build.make +.PHONY : NightlyUpdate + +# Rule to build all files generated by this target. +external/vorbis/CMakeFiles/NightlyUpdate.dir/build: NightlyUpdate +.PHONY : external/vorbis/CMakeFiles/NightlyUpdate.dir/build + +external/vorbis/CMakeFiles/NightlyUpdate.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/NightlyUpdate.dir/cmake_clean.cmake +.PHONY : external/vorbis/CMakeFiles/NightlyUpdate.dir/clean + +external/vorbis/CMakeFiles/NightlyUpdate.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyUpdate.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/CMakeFiles/NightlyUpdate.dir/depend + diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/cmake_clean.cmake new file mode 100644 index 00000000..0f10e827 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/cmake_clean.cmake @@ -0,0 +1,8 @@ +file(REMOVE_RECURSE + "CMakeFiles/NightlyUpdate" +) + +# Per-language clean rules from dependency scanning. +foreach(lang ) + include(CMakeFiles/NightlyUpdate.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/compiler_depend.make new file mode 100644 index 00000000..924c826b --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty custom commands generated dependencies file for NightlyUpdate. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/compiler_depend.ts new file mode 100644 index 00000000..7cf66de7 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for custom commands dependencies management for NightlyUpdate. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/progress.make new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/progress.make @@ -0,0 +1 @@ + diff --git a/build_emscripten/external/vorbis/CMakeFiles/progress.marks b/build_emscripten/external/vorbis/CMakeFiles/progress.marks new file mode 100644 index 00000000..0cfbf088 --- /dev/null +++ b/build_emscripten/external/vorbis/CMakeFiles/progress.marks @@ -0,0 +1 @@ +2 diff --git a/build_emscripten/external/vorbis/CTestTestfile.cmake b/build_emscripten/external/vorbis/CTestTestfile.cmake new file mode 100644 index 00000000..afac453f --- /dev/null +++ b/build_emscripten/external/vorbis/CTestTestfile.cmake @@ -0,0 +1,8 @@ +# CMake generated Testfile for +# Source directory: /home/guest/Downloads/PopLib/external/vorbis +# Build directory: /home/guest/Downloads/PopLib/build/external/vorbis +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +subdirs("lib") +subdirs("test") diff --git a/build_emscripten/external/vorbis/DartConfiguration.tcl b/build_emscripten/external/vorbis/DartConfiguration.tcl new file mode 100644 index 00000000..384b77b0 --- /dev/null +++ b/build_emscripten/external/vorbis/DartConfiguration.tcl @@ -0,0 +1,109 @@ +# This file is configured by CMake automatically as DartConfiguration.tcl +# If you choose not to use CMake, this file may be hand configured, by +# filling in the required variables. + + +# Configuration directories and files +SourceDirectory: /home/guest/Downloads/PopLib/external/vorbis +BuildDirectory: /home/guest/Downloads/PopLib/build/external/vorbis + +# Where to place the cost data store +CostDataFile: + +# Site is something like machine.domain, i.e. pragmatic.crd +Site: space + +# Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++ +BuildName: Linux-g++ + +# Subprojects +LabelsForSubprojects: + +# Submission information +SubmitURL: http:// +SubmitInactivityTimeout: + +# Dashboard start time +NightlyStartTime: 00:00:00 EDT + +# Commands for the build/test/submit cycle +ConfigureCommand: "/usr/bin/cmake" "/home/guest/Downloads/PopLib/external/vorbis" +MakeCommand: /usr/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" +DefaultCTestConfigurationType: Release + +# version control +UpdateVersionOnly: + +# CVS options +# Default is "-d -P -A" +CVSCommand: +CVSUpdateOptions: + +# Subversion options +SVNCommand: +SVNOptions: +SVNUpdateOptions: + +# Git options +GITCommand: /usr/bin/git +GITInitSubmodules: +GITUpdateOptions: +GITUpdateCustom: + +# Perforce options +P4Command: +P4Client: +P4Options: +P4UpdateOptions: +P4UpdateCustom: + +# Generic update command +UpdateCommand: /usr/bin/git +UpdateOptions: +UpdateType: git + +# Compiler info +Compiler: /usr/bin/g++ +CompilerVersion: 15.1.1 + +# Dynamic analysis (MemCheck) +PurifyCommand: +ValgrindCommand: +ValgrindCommandOptions: +DrMemoryCommand: +DrMemoryCommandOptions: +CudaSanitizerCommand: +CudaSanitizerCommandOptions: +MemoryCheckType: +MemoryCheckSanitizerOptions: +MemoryCheckCommand: MEMORYCHECK_COMMAND-NOTFOUND +MemoryCheckCommandOptions: +MemoryCheckSuppressionFile: + +# Coverage +CoverageCommand: /usr/bin/gcov +CoverageExtraFlags: -l + +# Testing options +# TimeOut is the amount of time in seconds to wait for processes +# to complete during testing. After TimeOut seconds, the +# process will be summarily terminated. +# Currently set to 25 minutes +TimeOut: 1500 + +# During parallel testing CTest will not start a new test if doing +# so would cause the system load to exceed this value. +TestLoad: + +TLSVerify: +TLSVersion: + +UseLaunchers: +CurlOptions: +# warning, if you add new options here that have to do with submit, +# you have to update cmCTestSubmitCommand.cxx + +# For CTest submissions that timeout, these options +# specify behavior for retrying the submission +CTestSubmitRetryDelay: 5 +CTestSubmitRetryCount: 3 diff --git a/build_emscripten/external/vorbis/Makefile b/build_emscripten/external/vorbis/Makefile new file mode 100644 index 00000000..e3bec96c --- /dev/null +++ b/build_emscripten/external/vorbis/Makefile @@ -0,0 +1,633 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/vorbis//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +external/vorbis/CMakeFiles/Experimental.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/Experimental.dir/rule +.PHONY : external/vorbis/CMakeFiles/Experimental.dir/rule + +# Convenience name for target. +Experimental: external/vorbis/CMakeFiles/Experimental.dir/rule +.PHONY : Experimental + +# fast build rule for target. +Experimental/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Experimental.dir/build.make external/vorbis/CMakeFiles/Experimental.dir/build +.PHONY : Experimental/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/Nightly.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/Nightly.dir/rule +.PHONY : external/vorbis/CMakeFiles/Nightly.dir/rule + +# Convenience name for target. +Nightly: external/vorbis/CMakeFiles/Nightly.dir/rule +.PHONY : Nightly + +# fast build rule for target. +Nightly/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Nightly.dir/build.make external/vorbis/CMakeFiles/Nightly.dir/build +.PHONY : Nightly/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/Continuous.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/Continuous.dir/rule +.PHONY : external/vorbis/CMakeFiles/Continuous.dir/rule + +# Convenience name for target. +Continuous: external/vorbis/CMakeFiles/Continuous.dir/rule +.PHONY : Continuous + +# fast build rule for target. +Continuous/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Continuous.dir/build.make external/vorbis/CMakeFiles/Continuous.dir/build +.PHONY : Continuous/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/rule +.PHONY : external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/rule + +# Convenience name for target. +NightlyMemoryCheck: external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/rule +.PHONY : NightlyMemoryCheck + +# fast build rule for target. +NightlyMemoryCheck/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build +.PHONY : NightlyMemoryCheck/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/NightlyStart.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyStart.dir/rule +.PHONY : external/vorbis/CMakeFiles/NightlyStart.dir/rule + +# Convenience name for target. +NightlyStart: external/vorbis/CMakeFiles/NightlyStart.dir/rule +.PHONY : NightlyStart + +# fast build rule for target. +NightlyStart/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyStart.dir/build.make external/vorbis/CMakeFiles/NightlyStart.dir/build +.PHONY : NightlyStart/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/NightlyUpdate.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyUpdate.dir/rule +.PHONY : external/vorbis/CMakeFiles/NightlyUpdate.dir/rule + +# Convenience name for target. +NightlyUpdate: external/vorbis/CMakeFiles/NightlyUpdate.dir/rule +.PHONY : NightlyUpdate + +# fast build rule for target. +NightlyUpdate/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyUpdate.dir/build.make external/vorbis/CMakeFiles/NightlyUpdate.dir/build +.PHONY : NightlyUpdate/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/NightlyConfigure.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyConfigure.dir/rule +.PHONY : external/vorbis/CMakeFiles/NightlyConfigure.dir/rule + +# Convenience name for target. +NightlyConfigure: external/vorbis/CMakeFiles/NightlyConfigure.dir/rule +.PHONY : NightlyConfigure + +# fast build rule for target. +NightlyConfigure/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyConfigure.dir/build.make external/vorbis/CMakeFiles/NightlyConfigure.dir/build +.PHONY : NightlyConfigure/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/NightlyBuild.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyBuild.dir/rule +.PHONY : external/vorbis/CMakeFiles/NightlyBuild.dir/rule + +# Convenience name for target. +NightlyBuild: external/vorbis/CMakeFiles/NightlyBuild.dir/rule +.PHONY : NightlyBuild + +# fast build rule for target. +NightlyBuild/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyBuild.dir/build.make external/vorbis/CMakeFiles/NightlyBuild.dir/build +.PHONY : NightlyBuild/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/NightlyTest.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyTest.dir/rule +.PHONY : external/vorbis/CMakeFiles/NightlyTest.dir/rule + +# Convenience name for target. +NightlyTest: external/vorbis/CMakeFiles/NightlyTest.dir/rule +.PHONY : NightlyTest + +# fast build rule for target. +NightlyTest/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyTest.dir/build.make external/vorbis/CMakeFiles/NightlyTest.dir/build +.PHONY : NightlyTest/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/NightlyCoverage.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyCoverage.dir/rule +.PHONY : external/vorbis/CMakeFiles/NightlyCoverage.dir/rule + +# Convenience name for target. +NightlyCoverage: external/vorbis/CMakeFiles/NightlyCoverage.dir/rule +.PHONY : NightlyCoverage + +# fast build rule for target. +NightlyCoverage/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyCoverage.dir/build.make external/vorbis/CMakeFiles/NightlyCoverage.dir/build +.PHONY : NightlyCoverage/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/NightlyMemCheck.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyMemCheck.dir/rule +.PHONY : external/vorbis/CMakeFiles/NightlyMemCheck.dir/rule + +# Convenience name for target. +NightlyMemCheck: external/vorbis/CMakeFiles/NightlyMemCheck.dir/rule +.PHONY : NightlyMemCheck + +# fast build rule for target. +NightlyMemCheck/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemCheck.dir/build +.PHONY : NightlyMemCheck/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/NightlySubmit.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlySubmit.dir/rule +.PHONY : external/vorbis/CMakeFiles/NightlySubmit.dir/rule + +# Convenience name for target. +NightlySubmit: external/vorbis/CMakeFiles/NightlySubmit.dir/rule +.PHONY : NightlySubmit + +# fast build rule for target. +NightlySubmit/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlySubmit.dir/build.make external/vorbis/CMakeFiles/NightlySubmit.dir/build +.PHONY : NightlySubmit/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/ExperimentalStart.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalStart.dir/rule +.PHONY : external/vorbis/CMakeFiles/ExperimentalStart.dir/rule + +# Convenience name for target. +ExperimentalStart: external/vorbis/CMakeFiles/ExperimentalStart.dir/rule +.PHONY : ExperimentalStart + +# fast build rule for target. +ExperimentalStart/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalStart.dir/build.make external/vorbis/CMakeFiles/ExperimentalStart.dir/build +.PHONY : ExperimentalStart/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/ExperimentalUpdate.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalUpdate.dir/rule +.PHONY : external/vorbis/CMakeFiles/ExperimentalUpdate.dir/rule + +# Convenience name for target. +ExperimentalUpdate: external/vorbis/CMakeFiles/ExperimentalUpdate.dir/rule +.PHONY : ExperimentalUpdate + +# fast build rule for target. +ExperimentalUpdate/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build.make external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build +.PHONY : ExperimentalUpdate/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/ExperimentalConfigure.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalConfigure.dir/rule +.PHONY : external/vorbis/CMakeFiles/ExperimentalConfigure.dir/rule + +# Convenience name for target. +ExperimentalConfigure: external/vorbis/CMakeFiles/ExperimentalConfigure.dir/rule +.PHONY : ExperimentalConfigure + +# fast build rule for target. +ExperimentalConfigure/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build.make external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build +.PHONY : ExperimentalConfigure/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/ExperimentalBuild.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalBuild.dir/rule +.PHONY : external/vorbis/CMakeFiles/ExperimentalBuild.dir/rule + +# Convenience name for target. +ExperimentalBuild: external/vorbis/CMakeFiles/ExperimentalBuild.dir/rule +.PHONY : ExperimentalBuild + +# fast build rule for target. +ExperimentalBuild/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalBuild.dir/build.make external/vorbis/CMakeFiles/ExperimentalBuild.dir/build +.PHONY : ExperimentalBuild/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/ExperimentalTest.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalTest.dir/rule +.PHONY : external/vorbis/CMakeFiles/ExperimentalTest.dir/rule + +# Convenience name for target. +ExperimentalTest: external/vorbis/CMakeFiles/ExperimentalTest.dir/rule +.PHONY : ExperimentalTest + +# fast build rule for target. +ExperimentalTest/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalTest.dir/build.make external/vorbis/CMakeFiles/ExperimentalTest.dir/build +.PHONY : ExperimentalTest/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/ExperimentalCoverage.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalCoverage.dir/rule +.PHONY : external/vorbis/CMakeFiles/ExperimentalCoverage.dir/rule + +# Convenience name for target. +ExperimentalCoverage: external/vorbis/CMakeFiles/ExperimentalCoverage.dir/rule +.PHONY : ExperimentalCoverage + +# fast build rule for target. +ExperimentalCoverage/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build.make external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build +.PHONY : ExperimentalCoverage/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/rule +.PHONY : external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/rule + +# Convenience name for target. +ExperimentalMemCheck: external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/rule +.PHONY : ExperimentalMemCheck + +# fast build rule for target. +ExperimentalMemCheck/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build.make external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build +.PHONY : ExperimentalMemCheck/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/ExperimentalSubmit.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalSubmit.dir/rule +.PHONY : external/vorbis/CMakeFiles/ExperimentalSubmit.dir/rule + +# Convenience name for target. +ExperimentalSubmit: external/vorbis/CMakeFiles/ExperimentalSubmit.dir/rule +.PHONY : ExperimentalSubmit + +# fast build rule for target. +ExperimentalSubmit/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build.make external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build +.PHONY : ExperimentalSubmit/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/ContinuousStart.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousStart.dir/rule +.PHONY : external/vorbis/CMakeFiles/ContinuousStart.dir/rule + +# Convenience name for target. +ContinuousStart: external/vorbis/CMakeFiles/ContinuousStart.dir/rule +.PHONY : ContinuousStart + +# fast build rule for target. +ContinuousStart/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousStart.dir/build.make external/vorbis/CMakeFiles/ContinuousStart.dir/build +.PHONY : ContinuousStart/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/ContinuousUpdate.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousUpdate.dir/rule +.PHONY : external/vorbis/CMakeFiles/ContinuousUpdate.dir/rule + +# Convenience name for target. +ContinuousUpdate: external/vorbis/CMakeFiles/ContinuousUpdate.dir/rule +.PHONY : ContinuousUpdate + +# fast build rule for target. +ContinuousUpdate/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousUpdate.dir/build.make external/vorbis/CMakeFiles/ContinuousUpdate.dir/build +.PHONY : ContinuousUpdate/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/ContinuousConfigure.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousConfigure.dir/rule +.PHONY : external/vorbis/CMakeFiles/ContinuousConfigure.dir/rule + +# Convenience name for target. +ContinuousConfigure: external/vorbis/CMakeFiles/ContinuousConfigure.dir/rule +.PHONY : ContinuousConfigure + +# fast build rule for target. +ContinuousConfigure/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousConfigure.dir/build.make external/vorbis/CMakeFiles/ContinuousConfigure.dir/build +.PHONY : ContinuousConfigure/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/ContinuousBuild.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousBuild.dir/rule +.PHONY : external/vorbis/CMakeFiles/ContinuousBuild.dir/rule + +# Convenience name for target. +ContinuousBuild: external/vorbis/CMakeFiles/ContinuousBuild.dir/rule +.PHONY : ContinuousBuild + +# fast build rule for target. +ContinuousBuild/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousBuild.dir/build.make external/vorbis/CMakeFiles/ContinuousBuild.dir/build +.PHONY : ContinuousBuild/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/ContinuousTest.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousTest.dir/rule +.PHONY : external/vorbis/CMakeFiles/ContinuousTest.dir/rule + +# Convenience name for target. +ContinuousTest: external/vorbis/CMakeFiles/ContinuousTest.dir/rule +.PHONY : ContinuousTest + +# fast build rule for target. +ContinuousTest/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousTest.dir/build.make external/vorbis/CMakeFiles/ContinuousTest.dir/build +.PHONY : ContinuousTest/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/ContinuousCoverage.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousCoverage.dir/rule +.PHONY : external/vorbis/CMakeFiles/ContinuousCoverage.dir/rule + +# Convenience name for target. +ContinuousCoverage: external/vorbis/CMakeFiles/ContinuousCoverage.dir/rule +.PHONY : ContinuousCoverage + +# fast build rule for target. +ContinuousCoverage/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousCoverage.dir/build.make external/vorbis/CMakeFiles/ContinuousCoverage.dir/build +.PHONY : ContinuousCoverage/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/ContinuousMemCheck.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousMemCheck.dir/rule +.PHONY : external/vorbis/CMakeFiles/ContinuousMemCheck.dir/rule + +# Convenience name for target. +ContinuousMemCheck: external/vorbis/CMakeFiles/ContinuousMemCheck.dir/rule +.PHONY : ContinuousMemCheck + +# fast build rule for target. +ContinuousMemCheck/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build.make external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build +.PHONY : ContinuousMemCheck/fast + +# Convenience name for target. +external/vorbis/CMakeFiles/ContinuousSubmit.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousSubmit.dir/rule +.PHONY : external/vorbis/CMakeFiles/ContinuousSubmit.dir/rule + +# Convenience name for target. +ContinuousSubmit: external/vorbis/CMakeFiles/ContinuousSubmit.dir/rule +.PHONY : ContinuousSubmit + +# fast build rule for target. +ContinuousSubmit/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousSubmit.dir/build.make external/vorbis/CMakeFiles/ContinuousSubmit.dir/build +.PHONY : ContinuousSubmit/fast + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... Continuous" + @echo "... ContinuousBuild" + @echo "... ContinuousConfigure" + @echo "... ContinuousCoverage" + @echo "... ContinuousMemCheck" + @echo "... ContinuousStart" + @echo "... ContinuousSubmit" + @echo "... ContinuousTest" + @echo "... ContinuousUpdate" + @echo "... Experimental" + @echo "... ExperimentalBuild" + @echo "... ExperimentalConfigure" + @echo "... ExperimentalCoverage" + @echo "... ExperimentalMemCheck" + @echo "... ExperimentalStart" + @echo "... ExperimentalSubmit" + @echo "... ExperimentalTest" + @echo "... ExperimentalUpdate" + @echo "... Nightly" + @echo "... NightlyBuild" + @echo "... NightlyConfigure" + @echo "... NightlyCoverage" + @echo "... NightlyMemCheck" + @echo "... NightlyMemoryCheck" + @echo "... NightlyStart" + @echo "... NightlySubmit" + @echo "... NightlyTest" + @echo "... NightlyUpdate" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/vorbis/cmake_install.cmake b/build_emscripten/external/vorbis/cmake_install.cmake new file mode 100644 index 00000000..42764ded --- /dev/null +++ b/build_emscripten/external/vorbis/cmake_install.cmake @@ -0,0 +1,65 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/vorbis + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES + "/home/guest/Downloads/PopLib/build/external/vorbis/vorbis.pc" + "/home/guest/Downloads/PopLib/build/external/vorbis/vorbisenc.pc" + "/home/guest/Downloads/PopLib/build/external/vorbis/vorbisfile.pc" + ) +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + # Include the install script for each subdirectory. + include("/home/guest/Downloads/PopLib/build/external/vorbis/lib/cmake_install.cmake") + include("/home/guest/Downloads/PopLib/build/external/vorbis/test/cmake_install.cmake") + +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/vorbis/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/Export/cc38caa321284793c52f43683a3b76fc/VorbisTargets-relwithdebinfo.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/Export/cc38caa321284793c52f43683a3b76fc/VorbisTargets-relwithdebinfo.cmake new file mode 100644 index 00000000..6a5d7e14 --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/Export/cc38caa321284793c52f43683a3b76fc/VorbisTargets-relwithdebinfo.cmake @@ -0,0 +1,39 @@ +#---------------------------------------------------------------- +# Generated CMake target import file for configuration "RelWithDebInfo". +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "Vorbis::vorbis" for configuration "RelWithDebInfo" +set_property(TARGET Vorbis::vorbis APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(Vorbis::vorbis PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "C" + IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libvorbis.a" + ) + +list(APPEND _cmake_import_check_targets Vorbis::vorbis ) +list(APPEND _cmake_import_check_files_for_Vorbis::vorbis "${_IMPORT_PREFIX}/lib/libvorbis.a" ) + +# Import target "Vorbis::vorbisenc" for configuration "RelWithDebInfo" +set_property(TARGET Vorbis::vorbisenc APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(Vorbis::vorbisenc PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "C" + IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libvorbisenc.a" + ) + +list(APPEND _cmake_import_check_targets Vorbis::vorbisenc ) +list(APPEND _cmake_import_check_files_for_Vorbis::vorbisenc "${_IMPORT_PREFIX}/lib/libvorbisenc.a" ) + +# Import target "Vorbis::vorbisfile" for configuration "RelWithDebInfo" +set_property(TARGET Vorbis::vorbisfile APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) +set_target_properties(Vorbis::vorbisfile PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "C" + IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libvorbisfile.a" + ) + +list(APPEND _cmake_import_check_targets Vorbis::vorbisfile ) +list(APPEND _cmake_import_check_files_for_Vorbis::vorbisfile "${_IMPORT_PREFIX}/lib/libvorbisfile.a" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/Export/cc38caa321284793c52f43683a3b76fc/VorbisTargets.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/Export/cc38caa321284793c52f43683a3b76fc/VorbisTargets.cmake new file mode 100644 index 00000000..b329c36a --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/Export/cc38caa321284793c52f43683a3b76fc/VorbisTargets.cmake @@ -0,0 +1,139 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.12 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.12") + message(FATAL_ERROR "CMake >= 2.8.12 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.12...3.30) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS Vorbis::vorbis Vorbis::vorbisenc Vorbis::vorbisfile) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Compute the installation prefix relative to this file. +get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) +if(_IMPORT_PREFIX STREQUAL "/") + set(_IMPORT_PREFIX "") +endif() + +# Create imported target Vorbis::vorbis +add_library(Vorbis::vorbis STATIC IMPORTED) + +set_target_properties(Vorbis::vorbis PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "Ogg::ogg;\$:m>>" +) + +# Create imported target Vorbis::vorbisenc +add_library(Vorbis::vorbisenc STATIC IMPORTED) + +set_target_properties(Vorbis::vorbisenc PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "Vorbis::vorbis" +) + +# Create imported target Vorbis::vorbisfile +add_library(Vorbis::vorbisfile STATIC IMPORTED) + +set_target_properties(Vorbis::vorbisfile PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_LINK_LIBRARIES "Vorbis::vorbis" +) + +# Load information for each installed configuration. +file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/VorbisTargets-*.cmake") +foreach(_cmake_config_file IN LISTS _cmake_config_files) + include("${_cmake_config_file}") +endforeach() +unset(_cmake_config_file) +unset(_cmake_config_files) + +# Cleanup temporary variables. +set(_IMPORT_PREFIX) + +# Loop over all imported files and verify that they actually exist +foreach(_cmake_target IN LISTS _cmake_import_check_targets) + if(CMAKE_VERSION VERSION_LESS "3.28" + OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} + OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") + foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") + if(NOT EXISTS "${_cmake_file}") + message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file + \"${_cmake_file}\" +but this file does not exist. Possible reasons include: +* The file was deleted, renamed, or moved to another location. +* An install or uninstall procedure did not complete successfully. +* The installation package was faulty and contained + \"${CMAKE_CURRENT_LIST_FILE}\" +but not all the files it references. +") + endif() + endforeach() + endif() + unset(_cmake_file) + unset("_cmake_import_check_files_for_${_cmake_target}") +endforeach() +unset(_cmake_target) +unset(_cmake_import_check_targets) + +# Make sure the targets which have been exported in some other +# export set exist. +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) +foreach(_target "Ogg::ogg" ) + if(NOT TARGET "${_target}" ) + set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") + endif() +endforeach() + +if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + if(CMAKE_FIND_PACKAGE_NAME) + set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) + set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + else() + message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + endif() +endif() +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/progress.marks b/build_emscripten/external/vorbis/lib/CMakeFiles/progress.marks new file mode 100644 index 00000000..0cfbf088 --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/progress.marks @@ -0,0 +1 @@ +2 diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/DependInfo.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/DependInfo.cmake new file mode 100644 index 00000000..99545746 --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/DependInfo.cmake @@ -0,0 +1,42 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/vorbis/lib/analysis.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.o.d" + "/home/guest/Downloads/PopLib/external/vorbis/lib/bitrate.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.o.d" + "/home/guest/Downloads/PopLib/external/vorbis/lib/block.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.o.d" + "/home/guest/Downloads/PopLib/external/vorbis/lib/codebook.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.o.d" + "/home/guest/Downloads/PopLib/external/vorbis/lib/envelope.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.o.d" + "/home/guest/Downloads/PopLib/external/vorbis/lib/floor0.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.o.d" + "/home/guest/Downloads/PopLib/external/vorbis/lib/floor1.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.o.d" + "/home/guest/Downloads/PopLib/external/vorbis/lib/info.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.o.d" + "/home/guest/Downloads/PopLib/external/vorbis/lib/lookup.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.o.d" + "/home/guest/Downloads/PopLib/external/vorbis/lib/lpc.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.o.d" + "/home/guest/Downloads/PopLib/external/vorbis/lib/lsp.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.o.d" + "/home/guest/Downloads/PopLib/external/vorbis/lib/mapping0.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.o.d" + "/home/guest/Downloads/PopLib/external/vorbis/lib/mdct.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.o.d" + "/home/guest/Downloads/PopLib/external/vorbis/lib/psy.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.o.d" + "/home/guest/Downloads/PopLib/external/vorbis/lib/registry.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.o.d" + "/home/guest/Downloads/PopLib/external/vorbis/lib/res0.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.o.d" + "/home/guest/Downloads/PopLib/external/vorbis/lib/sharedbook.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.o.d" + "/home/guest/Downloads/PopLib/external/vorbis/lib/smallft.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.o.d" + "/home/guest/Downloads/PopLib/external/vorbis/lib/synthesis.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.o.d" + "/home/guest/Downloads/PopLib/external/vorbis/lib/window.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/build.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/build.make new file mode 100644 index 00000000..e1d52608 --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/build.make @@ -0,0 +1,418 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/vorbis/lib/CMakeFiles/vorbis.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/lib/CMakeFiles/vorbis.dir/progress.make + +# Include the compile flags for this target's objects. +include external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make + +external/vorbis/lib/CMakeFiles/vorbis.dir/codegen: +.PHONY : external/vorbis/lib/CMakeFiles/vorbis.dir/codegen + +external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make +external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/mdct.c +external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.o -MF CMakeFiles/vorbis.dir/mdct.c.o.d -o CMakeFiles/vorbis.dir/mdct.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/mdct.c + +external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/mdct.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/mdct.c > CMakeFiles/vorbis.dir/mdct.c.i + +external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/mdct.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/mdct.c -o CMakeFiles/vorbis.dir/mdct.c.s + +external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make +external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/smallft.c +external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.o -MF CMakeFiles/vorbis.dir/smallft.c.o.d -o CMakeFiles/vorbis.dir/smallft.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/smallft.c + +external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/smallft.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/smallft.c > CMakeFiles/vorbis.dir/smallft.c.i + +external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/smallft.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/smallft.c -o CMakeFiles/vorbis.dir/smallft.c.s + +external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make +external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/block.c +external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.o -MF CMakeFiles/vorbis.dir/block.c.o.d -o CMakeFiles/vorbis.dir/block.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/block.c + +external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/block.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/block.c > CMakeFiles/vorbis.dir/block.c.i + +external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/block.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/block.c -o CMakeFiles/vorbis.dir/block.c.s + +external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make +external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/envelope.c +external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.o -MF CMakeFiles/vorbis.dir/envelope.c.o.d -o CMakeFiles/vorbis.dir/envelope.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/envelope.c + +external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/envelope.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/envelope.c > CMakeFiles/vorbis.dir/envelope.c.i + +external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/envelope.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/envelope.c -o CMakeFiles/vorbis.dir/envelope.c.s + +external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make +external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/window.c +external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.o -MF CMakeFiles/vorbis.dir/window.c.o.d -o CMakeFiles/vorbis.dir/window.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/window.c + +external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/window.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/window.c > CMakeFiles/vorbis.dir/window.c.i + +external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/window.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/window.c -o CMakeFiles/vorbis.dir/window.c.s + +external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make +external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/lsp.c +external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.o -MF CMakeFiles/vorbis.dir/lsp.c.o.d -o CMakeFiles/vorbis.dir/lsp.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/lsp.c + +external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/lsp.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/lsp.c > CMakeFiles/vorbis.dir/lsp.c.i + +external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/lsp.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/lsp.c -o CMakeFiles/vorbis.dir/lsp.c.s + +external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make +external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/lpc.c +external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.o -MF CMakeFiles/vorbis.dir/lpc.c.o.d -o CMakeFiles/vorbis.dir/lpc.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/lpc.c + +external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/lpc.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/lpc.c > CMakeFiles/vorbis.dir/lpc.c.i + +external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/lpc.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/lpc.c -o CMakeFiles/vorbis.dir/lpc.c.s + +external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make +external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/analysis.c +external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.o -MF CMakeFiles/vorbis.dir/analysis.c.o.d -o CMakeFiles/vorbis.dir/analysis.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/analysis.c + +external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/analysis.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/analysis.c > CMakeFiles/vorbis.dir/analysis.c.i + +external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/analysis.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/analysis.c -o CMakeFiles/vorbis.dir/analysis.c.s + +external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make +external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/synthesis.c +external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.o -MF CMakeFiles/vorbis.dir/synthesis.c.o.d -o CMakeFiles/vorbis.dir/synthesis.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/synthesis.c + +external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/synthesis.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/synthesis.c > CMakeFiles/vorbis.dir/synthesis.c.i + +external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/synthesis.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/synthesis.c -o CMakeFiles/vorbis.dir/synthesis.c.s + +external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make +external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/psy.c +external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.o -MF CMakeFiles/vorbis.dir/psy.c.o.d -o CMakeFiles/vorbis.dir/psy.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/psy.c + +external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/psy.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/psy.c > CMakeFiles/vorbis.dir/psy.c.i + +external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/psy.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/psy.c -o CMakeFiles/vorbis.dir/psy.c.s + +external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make +external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/info.c +external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.o -MF CMakeFiles/vorbis.dir/info.c.o.d -o CMakeFiles/vorbis.dir/info.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/info.c + +external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/info.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/info.c > CMakeFiles/vorbis.dir/info.c.i + +external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/info.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/info.c -o CMakeFiles/vorbis.dir/info.c.s + +external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make +external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/floor1.c +external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.o -MF CMakeFiles/vorbis.dir/floor1.c.o.d -o CMakeFiles/vorbis.dir/floor1.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/floor1.c + +external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/floor1.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/floor1.c > CMakeFiles/vorbis.dir/floor1.c.i + +external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/floor1.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/floor1.c -o CMakeFiles/vorbis.dir/floor1.c.s + +external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make +external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/floor0.c +external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.o -MF CMakeFiles/vorbis.dir/floor0.c.o.d -o CMakeFiles/vorbis.dir/floor0.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/floor0.c + +external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/floor0.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/floor0.c > CMakeFiles/vorbis.dir/floor0.c.i + +external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/floor0.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/floor0.c -o CMakeFiles/vorbis.dir/floor0.c.s + +external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make +external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/res0.c +external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.o -MF CMakeFiles/vorbis.dir/res0.c.o.d -o CMakeFiles/vorbis.dir/res0.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/res0.c + +external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/res0.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/res0.c > CMakeFiles/vorbis.dir/res0.c.i + +external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/res0.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/res0.c -o CMakeFiles/vorbis.dir/res0.c.s + +external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make +external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/mapping0.c +external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.o -MF CMakeFiles/vorbis.dir/mapping0.c.o.d -o CMakeFiles/vorbis.dir/mapping0.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/mapping0.c + +external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/mapping0.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/mapping0.c > CMakeFiles/vorbis.dir/mapping0.c.i + +external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/mapping0.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/mapping0.c -o CMakeFiles/vorbis.dir/mapping0.c.s + +external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make +external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/registry.c +external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.o -MF CMakeFiles/vorbis.dir/registry.c.o.d -o CMakeFiles/vorbis.dir/registry.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/registry.c + +external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/registry.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/registry.c > CMakeFiles/vorbis.dir/registry.c.i + +external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/registry.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/registry.c -o CMakeFiles/vorbis.dir/registry.c.s + +external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make +external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/codebook.c +external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.o -MF CMakeFiles/vorbis.dir/codebook.c.o.d -o CMakeFiles/vorbis.dir/codebook.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/codebook.c + +external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/codebook.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/codebook.c > CMakeFiles/vorbis.dir/codebook.c.i + +external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/codebook.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/codebook.c -o CMakeFiles/vorbis.dir/codebook.c.s + +external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make +external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/sharedbook.c +external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.o -MF CMakeFiles/vorbis.dir/sharedbook.c.o.d -o CMakeFiles/vorbis.dir/sharedbook.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/sharedbook.c + +external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/sharedbook.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/sharedbook.c > CMakeFiles/vorbis.dir/sharedbook.c.i + +external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/sharedbook.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/sharedbook.c -o CMakeFiles/vorbis.dir/sharedbook.c.s + +external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make +external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/lookup.c +external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.o -MF CMakeFiles/vorbis.dir/lookup.c.o.d -o CMakeFiles/vorbis.dir/lookup.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/lookup.c + +external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/lookup.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/lookup.c > CMakeFiles/vorbis.dir/lookup.c.i + +external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/lookup.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/lookup.c -o CMakeFiles/vorbis.dir/lookup.c.s + +external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make +external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/bitrate.c +external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.o -MF CMakeFiles/vorbis.dir/bitrate.c.o.d -o CMakeFiles/vorbis.dir/bitrate.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/bitrate.c + +external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/bitrate.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/bitrate.c > CMakeFiles/vorbis.dir/bitrate.c.i + +external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/bitrate.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/bitrate.c -o CMakeFiles/vorbis.dir/bitrate.c.s + +# Object files for target vorbis +vorbis_OBJECTS = \ +"CMakeFiles/vorbis.dir/mdct.c.o" \ +"CMakeFiles/vorbis.dir/smallft.c.o" \ +"CMakeFiles/vorbis.dir/block.c.o" \ +"CMakeFiles/vorbis.dir/envelope.c.o" \ +"CMakeFiles/vorbis.dir/window.c.o" \ +"CMakeFiles/vorbis.dir/lsp.c.o" \ +"CMakeFiles/vorbis.dir/lpc.c.o" \ +"CMakeFiles/vorbis.dir/analysis.c.o" \ +"CMakeFiles/vorbis.dir/synthesis.c.o" \ +"CMakeFiles/vorbis.dir/psy.c.o" \ +"CMakeFiles/vorbis.dir/info.c.o" \ +"CMakeFiles/vorbis.dir/floor1.c.o" \ +"CMakeFiles/vorbis.dir/floor0.c.o" \ +"CMakeFiles/vorbis.dir/res0.c.o" \ +"CMakeFiles/vorbis.dir/mapping0.c.o" \ +"CMakeFiles/vorbis.dir/registry.c.o" \ +"CMakeFiles/vorbis.dir/codebook.c.o" \ +"CMakeFiles/vorbis.dir/sharedbook.c.o" \ +"CMakeFiles/vorbis.dir/lookup.c.o" \ +"CMakeFiles/vorbis.dir/bitrate.c.o" + +# External object files for target vorbis +vorbis_EXTERNAL_OBJECTS = + +external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.o +external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.o +external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.o +external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.o +external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.o +external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.o +external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.o +external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.o +external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.o +external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.o +external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.o +external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.o +external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.o +external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.o +external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.o +external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.o +external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.o +external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.o +external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.o +external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.o +external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/build.make +external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Linking C static library libvorbis.a" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && $(CMAKE_COMMAND) -P CMakeFiles/vorbis.dir/cmake_clean_target.cmake + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/vorbis.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/vorbis/lib/CMakeFiles/vorbis.dir/build: external/vorbis/lib/libvorbis.a +.PHONY : external/vorbis/lib/CMakeFiles/vorbis.dir/build + +external/vorbis/lib/CMakeFiles/vorbis.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && $(CMAKE_COMMAND) -P CMakeFiles/vorbis.dir/cmake_clean.cmake +.PHONY : external/vorbis/lib/CMakeFiles/vorbis.dir/clean + +external/vorbis/lib/CMakeFiles/vorbis.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis/lib /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis/lib /home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/vorbis.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/lib/CMakeFiles/vorbis.dir/depend + diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/cmake_clean.cmake new file mode 100644 index 00000000..4ea91040 --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/cmake_clean.cmake @@ -0,0 +1,49 @@ +file(REMOVE_RECURSE + "CMakeFiles/vorbis.dir/analysis.c.o" + "CMakeFiles/vorbis.dir/analysis.c.o.d" + "CMakeFiles/vorbis.dir/bitrate.c.o" + "CMakeFiles/vorbis.dir/bitrate.c.o.d" + "CMakeFiles/vorbis.dir/block.c.o" + "CMakeFiles/vorbis.dir/block.c.o.d" + "CMakeFiles/vorbis.dir/codebook.c.o" + "CMakeFiles/vorbis.dir/codebook.c.o.d" + "CMakeFiles/vorbis.dir/envelope.c.o" + "CMakeFiles/vorbis.dir/envelope.c.o.d" + "CMakeFiles/vorbis.dir/floor0.c.o" + "CMakeFiles/vorbis.dir/floor0.c.o.d" + "CMakeFiles/vorbis.dir/floor1.c.o" + "CMakeFiles/vorbis.dir/floor1.c.o.d" + "CMakeFiles/vorbis.dir/info.c.o" + "CMakeFiles/vorbis.dir/info.c.o.d" + "CMakeFiles/vorbis.dir/lookup.c.o" + "CMakeFiles/vorbis.dir/lookup.c.o.d" + "CMakeFiles/vorbis.dir/lpc.c.o" + "CMakeFiles/vorbis.dir/lpc.c.o.d" + "CMakeFiles/vorbis.dir/lsp.c.o" + "CMakeFiles/vorbis.dir/lsp.c.o.d" + "CMakeFiles/vorbis.dir/mapping0.c.o" + "CMakeFiles/vorbis.dir/mapping0.c.o.d" + "CMakeFiles/vorbis.dir/mdct.c.o" + "CMakeFiles/vorbis.dir/mdct.c.o.d" + "CMakeFiles/vorbis.dir/psy.c.o" + "CMakeFiles/vorbis.dir/psy.c.o.d" + "CMakeFiles/vorbis.dir/registry.c.o" + "CMakeFiles/vorbis.dir/registry.c.o.d" + "CMakeFiles/vorbis.dir/res0.c.o" + "CMakeFiles/vorbis.dir/res0.c.o.d" + "CMakeFiles/vorbis.dir/sharedbook.c.o" + "CMakeFiles/vorbis.dir/sharedbook.c.o.d" + "CMakeFiles/vorbis.dir/smallft.c.o" + "CMakeFiles/vorbis.dir/smallft.c.o.d" + "CMakeFiles/vorbis.dir/synthesis.c.o" + "CMakeFiles/vorbis.dir/synthesis.c.o.d" + "CMakeFiles/vorbis.dir/window.c.o" + "CMakeFiles/vorbis.dir/window.c.o.d" + "libvorbis.a" + "libvorbis.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/vorbis.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/cmake_clean_target.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/cmake_clean_target.cmake new file mode 100644 index 00000000..6e492e8b --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libvorbis.a" +) diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.make new file mode 100644 index 00000000..e98f9fbe --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for vorbis. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts new file mode 100644 index 00000000..93157234 --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for vorbis. diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/depend.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/depend.make new file mode 100644 index 00000000..43d001ef --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for vorbis. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make new file mode 100644 index 00000000..917cbe0c --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/vorbis/lib -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include + +C_FLAGS = -O2 -g -DNDEBUG + diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/link.txt b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/link.txt new file mode 100644 index 00000000..5524f2a5 --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libvorbis.a CMakeFiles/vorbis.dir/mdct.c.o CMakeFiles/vorbis.dir/smallft.c.o CMakeFiles/vorbis.dir/block.c.o CMakeFiles/vorbis.dir/envelope.c.o CMakeFiles/vorbis.dir/window.c.o CMakeFiles/vorbis.dir/lsp.c.o CMakeFiles/vorbis.dir/lpc.c.o CMakeFiles/vorbis.dir/analysis.c.o CMakeFiles/vorbis.dir/synthesis.c.o CMakeFiles/vorbis.dir/psy.c.o CMakeFiles/vorbis.dir/info.c.o CMakeFiles/vorbis.dir/floor1.c.o CMakeFiles/vorbis.dir/floor0.c.o CMakeFiles/vorbis.dir/res0.c.o CMakeFiles/vorbis.dir/mapping0.c.o CMakeFiles/vorbis.dir/registry.c.o CMakeFiles/vorbis.dir/codebook.c.o CMakeFiles/vorbis.dir/sharedbook.c.o CMakeFiles/vorbis.dir/lookup.c.o CMakeFiles/vorbis.dir/bitrate.c.o +/usr/bin/ranlib libvorbis.a diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/progress.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/progress.make new file mode 100644 index 00000000..5046e24f --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/progress.make @@ -0,0 +1,22 @@ +CMAKE_PROGRESS_1 = 99 +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = +CMAKE_PROGRESS_5 = +CMAKE_PROGRESS_6 = +CMAKE_PROGRESS_7 = +CMAKE_PROGRESS_8 = +CMAKE_PROGRESS_9 = +CMAKE_PROGRESS_10 = +CMAKE_PROGRESS_11 = +CMAKE_PROGRESS_12 = +CMAKE_PROGRESS_13 = +CMAKE_PROGRESS_14 = +CMAKE_PROGRESS_15 = +CMAKE_PROGRESS_16 = +CMAKE_PROGRESS_17 = +CMAKE_PROGRESS_18 = +CMAKE_PROGRESS_19 = +CMAKE_PROGRESS_20 = +CMAKE_PROGRESS_21 = + diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/DependInfo.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/DependInfo.cmake new file mode 100644 index 00000000..f65f787e --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/vorbis/lib/vorbisenc.c" "external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make new file mode 100644 index 00000000..8012051f --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/vorbis/lib/CMakeFiles/vorbisenc.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/vorbis/lib/CMakeFiles/vorbisenc.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/lib/CMakeFiles/vorbisenc.dir/progress.make + +# Include the compile flags for this target's objects. +include external/vorbis/lib/CMakeFiles/vorbisenc.dir/flags.make + +external/vorbis/lib/CMakeFiles/vorbisenc.dir/codegen: +.PHONY : external/vorbis/lib/CMakeFiles/vorbisenc.dir/codegen + +external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.o: external/vorbis/lib/CMakeFiles/vorbisenc.dir/flags.make +external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/vorbisenc.c +external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.o: external/vorbis/lib/CMakeFiles/vorbisenc.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.o -MF CMakeFiles/vorbisenc.dir/vorbisenc.c.o.d -o CMakeFiles/vorbisenc.dir/vorbisenc.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/vorbisenc.c + +external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbisenc.dir/vorbisenc.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/vorbisenc.c > CMakeFiles/vorbisenc.dir/vorbisenc.c.i + +external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbisenc.dir/vorbisenc.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/vorbisenc.c -o CMakeFiles/vorbisenc.dir/vorbisenc.c.s + +# Object files for target vorbisenc +vorbisenc_OBJECTS = \ +"CMakeFiles/vorbisenc.dir/vorbisenc.c.o" + +# External object files for target vorbisenc +vorbisenc_EXTERNAL_OBJECTS = + +external/vorbis/lib/libvorbisenc.a: external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.o +external/vorbis/lib/libvorbisenc.a: external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make +external/vorbis/lib/libvorbisenc.a: external/vorbis/lib/CMakeFiles/vorbisenc.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libvorbisenc.a" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && $(CMAKE_COMMAND) -P CMakeFiles/vorbisenc.dir/cmake_clean_target.cmake + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/vorbisenc.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/vorbis/lib/CMakeFiles/vorbisenc.dir/build: external/vorbis/lib/libvorbisenc.a +.PHONY : external/vorbis/lib/CMakeFiles/vorbisenc.dir/build + +external/vorbis/lib/CMakeFiles/vorbisenc.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && $(CMAKE_COMMAND) -P CMakeFiles/vorbisenc.dir/cmake_clean.cmake +.PHONY : external/vorbis/lib/CMakeFiles/vorbisenc.dir/clean + +external/vorbis/lib/CMakeFiles/vorbisenc.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis/lib /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis/lib /home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/vorbisenc.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/lib/CMakeFiles/vorbisenc.dir/depend + diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/cmake_clean.cmake new file mode 100644 index 00000000..ffacb4fe --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/vorbisenc.dir/vorbisenc.c.o" + "CMakeFiles/vorbisenc.dir/vorbisenc.c.o.d" + "libvorbisenc.a" + "libvorbisenc.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/vorbisenc.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/cmake_clean_target.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/cmake_clean_target.cmake new file mode 100644 index 00000000..cd740b28 --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libvorbisenc.a" +) diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/compiler_depend.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/compiler_depend.make new file mode 100644 index 00000000..c7fe6054 --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for vorbisenc. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/compiler_depend.ts b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/compiler_depend.ts new file mode 100644 index 00000000..edec2b69 --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for vorbisenc. diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/depend.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/depend.make new file mode 100644 index 00000000..fdde8412 --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for vorbisenc. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/flags.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/flags.make new file mode 100644 index 00000000..917cbe0c --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/vorbis/lib -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include + +C_FLAGS = -O2 -g -DNDEBUG + diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/link.txt b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/link.txt new file mode 100644 index 00000000..e9993cb1 --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libvorbisenc.a CMakeFiles/vorbisenc.dir/vorbisenc.c.o +/usr/bin/ranlib libvorbisenc.a diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/progress.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/progress.make new file mode 100644 index 00000000..6c287f17 --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = + diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/DependInfo.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/DependInfo.cmake new file mode 100644 index 00000000..95ed8048 --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/DependInfo.cmake @@ -0,0 +1,23 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/vorbis/lib/vorbisfile.c" "external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.o.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make new file mode 100644 index 00000000..9b9e9b26 --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make @@ -0,0 +1,114 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/vorbis/lib/CMakeFiles/vorbisfile.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/vorbis/lib/CMakeFiles/vorbisfile.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/lib/CMakeFiles/vorbisfile.dir/progress.make + +# Include the compile flags for this target's objects. +include external/vorbis/lib/CMakeFiles/vorbisfile.dir/flags.make + +external/vorbis/lib/CMakeFiles/vorbisfile.dir/codegen: +.PHONY : external/vorbis/lib/CMakeFiles/vorbisfile.dir/codegen + +external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.o: external/vorbis/lib/CMakeFiles/vorbisfile.dir/flags.make +external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/vorbisfile.c +external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.o: external/vorbis/lib/CMakeFiles/vorbisfile.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.o -MF CMakeFiles/vorbisfile.dir/vorbisfile.c.o.d -o CMakeFiles/vorbisfile.dir/vorbisfile.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/vorbisfile.c + +external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbisfile.dir/vorbisfile.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/vorbisfile.c > CMakeFiles/vorbisfile.dir/vorbisfile.c.i + +external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbisfile.dir/vorbisfile.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/vorbisfile.c -o CMakeFiles/vorbisfile.dir/vorbisfile.c.s + +# Object files for target vorbisfile +vorbisfile_OBJECTS = \ +"CMakeFiles/vorbisfile.dir/vorbisfile.c.o" + +# External object files for target vorbisfile +vorbisfile_EXTERNAL_OBJECTS = + +external/vorbis/lib/libvorbisfile.a: external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.o +external/vorbis/lib/libvorbisfile.a: external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make +external/vorbis/lib/libvorbisfile.a: external/vorbis/lib/CMakeFiles/vorbisfile.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libvorbisfile.a" + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && $(CMAKE_COMMAND) -P CMakeFiles/vorbisfile.dir/cmake_clean_target.cmake + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/vorbisfile.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/vorbis/lib/CMakeFiles/vorbisfile.dir/build: external/vorbis/lib/libvorbisfile.a +.PHONY : external/vorbis/lib/CMakeFiles/vorbisfile.dir/build + +external/vorbis/lib/CMakeFiles/vorbisfile.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && $(CMAKE_COMMAND) -P CMakeFiles/vorbisfile.dir/cmake_clean.cmake +.PHONY : external/vorbis/lib/CMakeFiles/vorbisfile.dir/clean + +external/vorbis/lib/CMakeFiles/vorbisfile.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis/lib /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis/lib /home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/vorbisfile.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/lib/CMakeFiles/vorbisfile.dir/depend + diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/cmake_clean.cmake new file mode 100644 index 00000000..6080f39d --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/cmake_clean.cmake @@ -0,0 +1,11 @@ +file(REMOVE_RECURSE + "CMakeFiles/vorbisfile.dir/vorbisfile.c.o" + "CMakeFiles/vorbisfile.dir/vorbisfile.c.o.d" + "libvorbisfile.a" + "libvorbisfile.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/vorbisfile.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/cmake_clean_target.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/cmake_clean_target.cmake new file mode 100644 index 00000000..e8d20b3d --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libvorbisfile.a" +) diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/compiler_depend.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/compiler_depend.make new file mode 100644 index 00000000..2db989f3 --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for vorbisfile. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/compiler_depend.ts b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/compiler_depend.ts new file mode 100644 index 00000000..b84432ea --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for vorbisfile. diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/depend.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/depend.make new file mode 100644 index 00000000..5ec2fda9 --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for vorbisfile. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/flags.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/flags.make new file mode 100644 index 00000000..7a368a23 --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include + +C_FLAGS = -O2 -g -DNDEBUG + diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/link.txt b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/link.txt new file mode 100644 index 00000000..d8c69253 --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libvorbisfile.a CMakeFiles/vorbisfile.dir/vorbisfile.c.o +/usr/bin/ranlib libvorbisfile.a diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/progress.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/progress.make new file mode 100644 index 00000000..1f1e9c25 --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = 100 + diff --git a/build_emscripten/external/vorbis/lib/CTestTestfile.cmake b/build_emscripten/external/vorbis/lib/CTestTestfile.cmake new file mode 100644 index 00000000..0bad721c --- /dev/null +++ b/build_emscripten/external/vorbis/lib/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /home/guest/Downloads/PopLib/external/vorbis/lib +# Build directory: /home/guest/Downloads/PopLib/build/external/vorbis/lib +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/build_emscripten/external/vorbis/lib/Makefile b/build_emscripten/external/vorbis/lib/Makefile new file mode 100644 index 00000000..69a79f98 --- /dev/null +++ b/build_emscripten/external/vorbis/lib/Makefile @@ -0,0 +1,852 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/vorbis/lib//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/lib/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/lib/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/lib/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/lib/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +external/vorbis/lib/CMakeFiles/vorbis.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/lib/CMakeFiles/vorbis.dir/rule +.PHONY : external/vorbis/lib/CMakeFiles/vorbis.dir/rule + +# Convenience name for target. +vorbis: external/vorbis/lib/CMakeFiles/vorbis.dir/rule +.PHONY : vorbis + +# fast build rule for target. +vorbis/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/build +.PHONY : vorbis/fast + +# Convenience name for target. +external/vorbis/lib/CMakeFiles/vorbisenc.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/lib/CMakeFiles/vorbisenc.dir/rule +.PHONY : external/vorbis/lib/CMakeFiles/vorbisenc.dir/rule + +# Convenience name for target. +vorbisenc: external/vorbis/lib/CMakeFiles/vorbisenc.dir/rule +.PHONY : vorbisenc + +# fast build rule for target. +vorbisenc/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make external/vorbis/lib/CMakeFiles/vorbisenc.dir/build +.PHONY : vorbisenc/fast + +# Convenience name for target. +external/vorbis/lib/CMakeFiles/vorbisfile.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/lib/CMakeFiles/vorbisfile.dir/rule +.PHONY : external/vorbis/lib/CMakeFiles/vorbisfile.dir/rule + +# Convenience name for target. +vorbisfile: external/vorbis/lib/CMakeFiles/vorbisfile.dir/rule +.PHONY : vorbisfile + +# fast build rule for target. +vorbisfile/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make external/vorbis/lib/CMakeFiles/vorbisfile.dir/build +.PHONY : vorbisfile/fast + +analysis.o: analysis.c.o +.PHONY : analysis.o + +# target to build an object file +analysis.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.o +.PHONY : analysis.c.o + +analysis.i: analysis.c.i +.PHONY : analysis.i + +# target to preprocess a source file +analysis.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.i +.PHONY : analysis.c.i + +analysis.s: analysis.c.s +.PHONY : analysis.s + +# target to generate assembly for a file +analysis.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.s +.PHONY : analysis.c.s + +bitrate.o: bitrate.c.o +.PHONY : bitrate.o + +# target to build an object file +bitrate.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.o +.PHONY : bitrate.c.o + +bitrate.i: bitrate.c.i +.PHONY : bitrate.i + +# target to preprocess a source file +bitrate.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.i +.PHONY : bitrate.c.i + +bitrate.s: bitrate.c.s +.PHONY : bitrate.s + +# target to generate assembly for a file +bitrate.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.s +.PHONY : bitrate.c.s + +block.o: block.c.o +.PHONY : block.o + +# target to build an object file +block.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.o +.PHONY : block.c.o + +block.i: block.c.i +.PHONY : block.i + +# target to preprocess a source file +block.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.i +.PHONY : block.c.i + +block.s: block.c.s +.PHONY : block.s + +# target to generate assembly for a file +block.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.s +.PHONY : block.c.s + +codebook.o: codebook.c.o +.PHONY : codebook.o + +# target to build an object file +codebook.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.o +.PHONY : codebook.c.o + +codebook.i: codebook.c.i +.PHONY : codebook.i + +# target to preprocess a source file +codebook.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.i +.PHONY : codebook.c.i + +codebook.s: codebook.c.s +.PHONY : codebook.s + +# target to generate assembly for a file +codebook.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.s +.PHONY : codebook.c.s + +envelope.o: envelope.c.o +.PHONY : envelope.o + +# target to build an object file +envelope.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.o +.PHONY : envelope.c.o + +envelope.i: envelope.c.i +.PHONY : envelope.i + +# target to preprocess a source file +envelope.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.i +.PHONY : envelope.c.i + +envelope.s: envelope.c.s +.PHONY : envelope.s + +# target to generate assembly for a file +envelope.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.s +.PHONY : envelope.c.s + +floor0.o: floor0.c.o +.PHONY : floor0.o + +# target to build an object file +floor0.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.o +.PHONY : floor0.c.o + +floor0.i: floor0.c.i +.PHONY : floor0.i + +# target to preprocess a source file +floor0.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.i +.PHONY : floor0.c.i + +floor0.s: floor0.c.s +.PHONY : floor0.s + +# target to generate assembly for a file +floor0.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.s +.PHONY : floor0.c.s + +floor1.o: floor1.c.o +.PHONY : floor1.o + +# target to build an object file +floor1.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.o +.PHONY : floor1.c.o + +floor1.i: floor1.c.i +.PHONY : floor1.i + +# target to preprocess a source file +floor1.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.i +.PHONY : floor1.c.i + +floor1.s: floor1.c.s +.PHONY : floor1.s + +# target to generate assembly for a file +floor1.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.s +.PHONY : floor1.c.s + +info.o: info.c.o +.PHONY : info.o + +# target to build an object file +info.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.o +.PHONY : info.c.o + +info.i: info.c.i +.PHONY : info.i + +# target to preprocess a source file +info.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.i +.PHONY : info.c.i + +info.s: info.c.s +.PHONY : info.s + +# target to generate assembly for a file +info.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.s +.PHONY : info.c.s + +lookup.o: lookup.c.o +.PHONY : lookup.o + +# target to build an object file +lookup.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.o +.PHONY : lookup.c.o + +lookup.i: lookup.c.i +.PHONY : lookup.i + +# target to preprocess a source file +lookup.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.i +.PHONY : lookup.c.i + +lookup.s: lookup.c.s +.PHONY : lookup.s + +# target to generate assembly for a file +lookup.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.s +.PHONY : lookup.c.s + +lpc.o: lpc.c.o +.PHONY : lpc.o + +# target to build an object file +lpc.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.o +.PHONY : lpc.c.o + +lpc.i: lpc.c.i +.PHONY : lpc.i + +# target to preprocess a source file +lpc.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.i +.PHONY : lpc.c.i + +lpc.s: lpc.c.s +.PHONY : lpc.s + +# target to generate assembly for a file +lpc.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.s +.PHONY : lpc.c.s + +lsp.o: lsp.c.o +.PHONY : lsp.o + +# target to build an object file +lsp.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.o +.PHONY : lsp.c.o + +lsp.i: lsp.c.i +.PHONY : lsp.i + +# target to preprocess a source file +lsp.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.i +.PHONY : lsp.c.i + +lsp.s: lsp.c.s +.PHONY : lsp.s + +# target to generate assembly for a file +lsp.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.s +.PHONY : lsp.c.s + +mapping0.o: mapping0.c.o +.PHONY : mapping0.o + +# target to build an object file +mapping0.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.o +.PHONY : mapping0.c.o + +mapping0.i: mapping0.c.i +.PHONY : mapping0.i + +# target to preprocess a source file +mapping0.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.i +.PHONY : mapping0.c.i + +mapping0.s: mapping0.c.s +.PHONY : mapping0.s + +# target to generate assembly for a file +mapping0.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.s +.PHONY : mapping0.c.s + +mdct.o: mdct.c.o +.PHONY : mdct.o + +# target to build an object file +mdct.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.o +.PHONY : mdct.c.o + +mdct.i: mdct.c.i +.PHONY : mdct.i + +# target to preprocess a source file +mdct.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.i +.PHONY : mdct.c.i + +mdct.s: mdct.c.s +.PHONY : mdct.s + +# target to generate assembly for a file +mdct.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.s +.PHONY : mdct.c.s + +psy.o: psy.c.o +.PHONY : psy.o + +# target to build an object file +psy.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.o +.PHONY : psy.c.o + +psy.i: psy.c.i +.PHONY : psy.i + +# target to preprocess a source file +psy.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.i +.PHONY : psy.c.i + +psy.s: psy.c.s +.PHONY : psy.s + +# target to generate assembly for a file +psy.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.s +.PHONY : psy.c.s + +registry.o: registry.c.o +.PHONY : registry.o + +# target to build an object file +registry.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.o +.PHONY : registry.c.o + +registry.i: registry.c.i +.PHONY : registry.i + +# target to preprocess a source file +registry.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.i +.PHONY : registry.c.i + +registry.s: registry.c.s +.PHONY : registry.s + +# target to generate assembly for a file +registry.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.s +.PHONY : registry.c.s + +res0.o: res0.c.o +.PHONY : res0.o + +# target to build an object file +res0.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.o +.PHONY : res0.c.o + +res0.i: res0.c.i +.PHONY : res0.i + +# target to preprocess a source file +res0.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.i +.PHONY : res0.c.i + +res0.s: res0.c.s +.PHONY : res0.s + +# target to generate assembly for a file +res0.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.s +.PHONY : res0.c.s + +sharedbook.o: sharedbook.c.o +.PHONY : sharedbook.o + +# target to build an object file +sharedbook.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.o +.PHONY : sharedbook.c.o + +sharedbook.i: sharedbook.c.i +.PHONY : sharedbook.i + +# target to preprocess a source file +sharedbook.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.i +.PHONY : sharedbook.c.i + +sharedbook.s: sharedbook.c.s +.PHONY : sharedbook.s + +# target to generate assembly for a file +sharedbook.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.s +.PHONY : sharedbook.c.s + +smallft.o: smallft.c.o +.PHONY : smallft.o + +# target to build an object file +smallft.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.o +.PHONY : smallft.c.o + +smallft.i: smallft.c.i +.PHONY : smallft.i + +# target to preprocess a source file +smallft.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.i +.PHONY : smallft.c.i + +smallft.s: smallft.c.s +.PHONY : smallft.s + +# target to generate assembly for a file +smallft.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.s +.PHONY : smallft.c.s + +synthesis.o: synthesis.c.o +.PHONY : synthesis.o + +# target to build an object file +synthesis.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.o +.PHONY : synthesis.c.o + +synthesis.i: synthesis.c.i +.PHONY : synthesis.i + +# target to preprocess a source file +synthesis.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.i +.PHONY : synthesis.c.i + +synthesis.s: synthesis.c.s +.PHONY : synthesis.s + +# target to generate assembly for a file +synthesis.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.s +.PHONY : synthesis.c.s + +vorbisenc.o: vorbisenc.c.o +.PHONY : vorbisenc.o + +# target to build an object file +vorbisenc.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.o +.PHONY : vorbisenc.c.o + +vorbisenc.i: vorbisenc.c.i +.PHONY : vorbisenc.i + +# target to preprocess a source file +vorbisenc.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.i +.PHONY : vorbisenc.c.i + +vorbisenc.s: vorbisenc.c.s +.PHONY : vorbisenc.s + +# target to generate assembly for a file +vorbisenc.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.s +.PHONY : vorbisenc.c.s + +vorbisfile.o: vorbisfile.c.o +.PHONY : vorbisfile.o + +# target to build an object file +vorbisfile.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.o +.PHONY : vorbisfile.c.o + +vorbisfile.i: vorbisfile.c.i +.PHONY : vorbisfile.i + +# target to preprocess a source file +vorbisfile.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.i +.PHONY : vorbisfile.c.i + +vorbisfile.s: vorbisfile.c.s +.PHONY : vorbisfile.s + +# target to generate assembly for a file +vorbisfile.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.s +.PHONY : vorbisfile.c.s + +window.o: window.c.o +.PHONY : window.o + +# target to build an object file +window.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.o +.PHONY : window.c.o + +window.i: window.c.i +.PHONY : window.i + +# target to preprocess a source file +window.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.i +.PHONY : window.c.i + +window.s: window.c.s +.PHONY : window.s + +# target to generate assembly for a file +window.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.s +.PHONY : window.c.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... vorbis" + @echo "... vorbisenc" + @echo "... vorbisfile" + @echo "... analysis.o" + @echo "... analysis.i" + @echo "... analysis.s" + @echo "... bitrate.o" + @echo "... bitrate.i" + @echo "... bitrate.s" + @echo "... block.o" + @echo "... block.i" + @echo "... block.s" + @echo "... codebook.o" + @echo "... codebook.i" + @echo "... codebook.s" + @echo "... envelope.o" + @echo "... envelope.i" + @echo "... envelope.s" + @echo "... floor0.o" + @echo "... floor0.i" + @echo "... floor0.s" + @echo "... floor1.o" + @echo "... floor1.i" + @echo "... floor1.s" + @echo "... info.o" + @echo "... info.i" + @echo "... info.s" + @echo "... lookup.o" + @echo "... lookup.i" + @echo "... lookup.s" + @echo "... lpc.o" + @echo "... lpc.i" + @echo "... lpc.s" + @echo "... lsp.o" + @echo "... lsp.i" + @echo "... lsp.s" + @echo "... mapping0.o" + @echo "... mapping0.i" + @echo "... mapping0.s" + @echo "... mdct.o" + @echo "... mdct.i" + @echo "... mdct.s" + @echo "... psy.o" + @echo "... psy.i" + @echo "... psy.s" + @echo "... registry.o" + @echo "... registry.i" + @echo "... registry.s" + @echo "... res0.o" + @echo "... res0.i" + @echo "... res0.s" + @echo "... sharedbook.o" + @echo "... sharedbook.i" + @echo "... sharedbook.s" + @echo "... smallft.o" + @echo "... smallft.i" + @echo "... smallft.s" + @echo "... synthesis.o" + @echo "... synthesis.i" + @echo "... synthesis.s" + @echo "... vorbisenc.o" + @echo "... vorbisenc.i" + @echo "... vorbisenc.s" + @echo "... vorbisfile.o" + @echo "... vorbisfile.i" + @echo "... vorbisfile.s" + @echo "... window.o" + @echo "... window.i" + @echo "... window.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/vorbis/lib/VorbisConfig.cmake b/build_emscripten/external/vorbis/lib/VorbisConfig.cmake new file mode 100644 index 00000000..2f576d9b --- /dev/null +++ b/build_emscripten/external/vorbis/lib/VorbisConfig.cmake @@ -0,0 +1,45 @@ + +####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### +####### Any changes to this file will be overwritten by the next CMake run #### +####### The input file was VorbisConfig.cmake.in ######## + +get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE) + +macro(set_and_check _var _file) + set(${_var} "${_file}") + if(NOT EXISTS "${_file}") + message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !") + endif() +endmacro() + +macro(check_required_components _NAME) + foreach(comp ${${_NAME}_FIND_COMPONENTS}) + if(NOT ${_NAME}_${comp}_FOUND) + if(${_NAME}_FIND_REQUIRED_${comp}) + set(${_NAME}_FOUND FALSE) + endif() + endif() + endforeach() +endmacro() + +#################################################################################### + +include(CMakeFindDependencyMacro) +if(NOT TARGET Ogg::ogg) + find_dependency(Ogg REQUIRED) +endif() + +include(${CMAKE_CURRENT_LIST_DIR}/VorbisTargets.cmake) + +set(Vorbis_Vorbis_FOUND 1) +set(Vorbis_Enc_FOUND 0) +set(Vorbis_File_FOUND 0) + +if(TARGET Vorbis::vorbisenc) + set(Vorbis_Enc_FOUND TRUE) +endif() +if(TARGET Vorbis::vorbisfile) + set(Vorbis_File_FOUND TRUE) +endif() + +check_required_components(Vorbis Enc File) diff --git a/build_emscripten/external/vorbis/lib/VorbisConfigVersion.cmake b/build_emscripten/external/vorbis/lib/VorbisConfigVersion.cmake new file mode 100644 index 00000000..419ed551 --- /dev/null +++ b/build_emscripten/external/vorbis/lib/VorbisConfigVersion.cmake @@ -0,0 +1,65 @@ +# This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version, +# but only if the requested major version is the same as the current one. +# The variable CVF_VERSION must be set before calling configure_file(). + + +set(PACKAGE_VERSION "1.3.7") + +if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) + set(PACKAGE_VERSION_COMPATIBLE FALSE) +else() + + if("1.3.7" MATCHES "^([0-9]+)\\.") + set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") + if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) + string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") + endif() + else() + set(CVF_VERSION_MAJOR "1.3.7") + endif() + + if(PACKAGE_FIND_VERSION_RANGE) + # both endpoints of the range must have the expected major version + math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1") + if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT))) + set(PACKAGE_VERSION_COMPATIBLE FALSE) + elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR + AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX) + OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX))) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + else() + if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR) + set(PACKAGE_VERSION_COMPATIBLE TRUE) + else() + set(PACKAGE_VERSION_COMPATIBLE FALSE) + endif() + + if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) + endif() + endif() +endif() + + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff --git a/build_emscripten/external/vorbis/lib/VorbisTargets.cmake b/build_emscripten/external/vorbis/lib/VorbisTargets.cmake new file mode 100644 index 00000000..95ac0230 --- /dev/null +++ b/build_emscripten/external/vorbis/lib/VorbisTargets.cmake @@ -0,0 +1,115 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +if(CMAKE_VERSION VERSION_LESS "2.8.3") + message(FATAL_ERROR "CMake >= 2.8.3 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.8.3...3.30) +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Protect against multiple inclusion, which would fail when already imported targets are added once more. +set(_cmake_targets_defined "") +set(_cmake_targets_not_defined "") +set(_cmake_expected_targets "") +foreach(_cmake_expected_target IN ITEMS Vorbis::vorbis Vorbis::vorbisenc Vorbis::vorbisfile) + list(APPEND _cmake_expected_targets "${_cmake_expected_target}") + if(TARGET "${_cmake_expected_target}") + list(APPEND _cmake_targets_defined "${_cmake_expected_target}") + else() + list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") + endif() +endforeach() +unset(_cmake_expected_target) +if(_cmake_targets_defined STREQUAL _cmake_expected_targets) + unset(_cmake_targets_defined) + unset(_cmake_targets_not_defined) + unset(_cmake_expected_targets) + unset(CMAKE_IMPORT_FILE_VERSION) + cmake_policy(POP) + return() +endif() +if(NOT _cmake_targets_defined STREQUAL "") + string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") + string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") + message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") +endif() +unset(_cmake_targets_defined) +unset(_cmake_targets_not_defined) +unset(_cmake_expected_targets) + + +# Create imported target Vorbis::vorbis +add_library(Vorbis::vorbis STATIC IMPORTED) + +set_target_properties(Vorbis::vorbis PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "/home/guest/Downloads/PopLib/external/vorbis/include" + INTERFACE_LINK_LIBRARIES "Ogg::ogg;\$:m>>" +) + +# Create imported target Vorbis::vorbisenc +add_library(Vorbis::vorbisenc STATIC IMPORTED) + +set_target_properties(Vorbis::vorbisenc PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "/home/guest/Downloads/PopLib/external/vorbis/include" + INTERFACE_LINK_LIBRARIES "Vorbis::vorbis" +) + +# Create imported target Vorbis::vorbisfile +add_library(Vorbis::vorbisfile STATIC IMPORTED) + +set_target_properties(Vorbis::vorbisfile PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "/home/guest/Downloads/PopLib/external/vorbis/include" + INTERFACE_LINK_LIBRARIES "Vorbis::vorbis" +) + +# Import target "Vorbis::vorbis" for configuration "" +set_property(TARGET Vorbis::vorbis APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(Vorbis::vorbis PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C" + IMPORTED_LOCATION_NOCONFIG "/home/guest/Downloads/PopLib/build/external/vorbis/lib/libvorbis.a" + ) + +# Import target "Vorbis::vorbisenc" for configuration "" +set_property(TARGET Vorbis::vorbisenc APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(Vorbis::vorbisenc PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C" + IMPORTED_LOCATION_NOCONFIG "/home/guest/Downloads/PopLib/build/external/vorbis/lib/libvorbisenc.a" + ) + +# Import target "Vorbis::vorbisfile" for configuration "" +set_property(TARGET Vorbis::vorbisfile APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(Vorbis::vorbisfile PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C" + IMPORTED_LOCATION_NOCONFIG "/home/guest/Downloads/PopLib/build/external/vorbis/lib/libvorbisfile.a" + ) + +# Make sure the targets which have been exported in some other +# export set exist. +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) +foreach(_target "Ogg::ogg" ) + if(NOT TARGET "${_target}" ) + set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") + endif() +endforeach() + +if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + if(CMAKE_FIND_PACKAGE_NAME) + set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) + set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + else() + message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") + endif() +endif() +unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) +cmake_policy(POP) diff --git a/build_emscripten/external/vorbis/lib/cmake_install.cmake b/build_emscripten/external/vorbis/lib/cmake_install.cmake new file mode 100644 index 00000000..31b9549d --- /dev/null +++ b/build_emscripten/external/vorbis/lib/cmake_install.cmake @@ -0,0 +1,108 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/vorbis/lib + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES + "/usr/local/include/vorbis/codec.h;/usr/local/include/vorbis/vorbisenc.h;/usr/local/include/vorbis/vorbisfile.h") + if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) + message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + endif() + if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) + message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") + endif() + file(INSTALL DESTINATION "/usr/local/include/vorbis" TYPE FILE FILES + "/home/guest/Downloads/PopLib/external/vorbis/lib/../include/vorbis/codec.h" + "/home/guest/Downloads/PopLib/external/vorbis/lib/../include/vorbis/vorbisenc.h" + "/home/guest/Downloads/PopLib/external/vorbis/lib/../include/vorbis/vorbisfile.h" + ) +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/guest/Downloads/PopLib/build/external/vorbis/lib/libvorbis.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/guest/Downloads/PopLib/build/external/vorbis/lib/libvorbisenc.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/guest/Downloads/PopLib/build/external/vorbis/lib/libvorbisfile.a") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/Vorbis/VorbisTargets.cmake") + file(DIFFERENT _cmake_export_file_changed FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/Vorbis/VorbisTargets.cmake" + "/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/Export/cc38caa321284793c52f43683a3b76fc/VorbisTargets.cmake") + if(_cmake_export_file_changed) + file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/Vorbis/VorbisTargets-*.cmake") + if(_cmake_old_config_files) + string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/Vorbis/VorbisTargets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") + unset(_cmake_old_config_files_text) + file(REMOVE ${_cmake_old_config_files}) + endif() + unset(_cmake_old_config_files) + endif() + unset(_cmake_export_file_changed) + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/Vorbis" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/Export/cc38caa321284793c52f43683a3b76fc/VorbisTargets.cmake") + if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/Vorbis" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/Export/cc38caa321284793c52f43683a3b76fc/VorbisTargets-relwithdebinfo.cmake") + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/Vorbis" TYPE FILE FILES + "/home/guest/Downloads/PopLib/build/external/vorbis/lib/VorbisConfig.cmake" + "/home/guest/Downloads/PopLib/build/external/vorbis/lib/VorbisConfigVersion.cmake" + ) +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/vorbis/lib/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/vorbis/test/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/vorbis/test/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 00000000..34803eed --- /dev/null +++ b/build_emscripten/external/vorbis/test/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") + +# Force unix paths in dependencies. +set(CMAKE_FORCE_UNIX_PATHS 1) + + +# The C and CXX include file regular expressions for this directory. +set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") +set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") +set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) +set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/vorbis/test/CMakeFiles/progress.marks b/build_emscripten/external/vorbis/test/CMakeFiles/progress.marks new file mode 100644 index 00000000..d00491fd --- /dev/null +++ b/build_emscripten/external/vorbis/test/CMakeFiles/progress.marks @@ -0,0 +1 @@ +1 diff --git a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/DependInfo.cmake b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/DependInfo.cmake new file mode 100644 index 00000000..a5db66b3 --- /dev/null +++ b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/DependInfo.cmake @@ -0,0 +1,26 @@ + +# Consider dependencies only in project. +set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) + +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + ) + +# The set of dependency files which are needed: +set(CMAKE_DEPENDS_DEPENDENCY_FILES + "/home/guest/Downloads/PopLib/external/vorbis/test/test.c" "external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.o" "gcc" "external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.o.d" + "/home/guest/Downloads/PopLib/external/vorbis/test/util.c" "external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.o" "gcc" "external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.o.d" + "/home/guest/Downloads/PopLib/external/vorbis/test/write_read.c" "external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.o" "gcc" "external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.o.d" + "" "external/vorbis/test/vorbis_test" "gcc" "external/vorbis/test/CMakeFiles/vorbis_test.dir/link.d" + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES + ) + +# Targets to which this target links which contain Fortran sources. +set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make new file mode 100644 index 00000000..b70c12bb --- /dev/null +++ b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make @@ -0,0 +1,149 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +# Include any dependencies generated for this target. +include external/vorbis/test/CMakeFiles/vorbis_test.dir/depend.make +# Include any dependencies generated by the compiler for this target. +include external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.make + +# Include the progress variables for this target. +include external/vorbis/test/CMakeFiles/vorbis_test.dir/progress.make + +# Include the compile flags for this target's objects. +include external/vorbis/test/CMakeFiles/vorbis_test.dir/flags.make + +external/vorbis/test/CMakeFiles/vorbis_test.dir/codegen: +.PHONY : external/vorbis/test/CMakeFiles/vorbis_test.dir/codegen + +external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.o: external/vorbis/test/CMakeFiles/vorbis_test.dir/flags.make +external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.o: /home/guest/Downloads/PopLib/external/vorbis/test/util.c +external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.o: external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/test && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.o -MF CMakeFiles/vorbis_test.dir/util.c.o.d -o CMakeFiles/vorbis_test.dir/util.c.o -c /home/guest/Downloads/PopLib/external/vorbis/test/util.c + +external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis_test.dir/util.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/test && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/test/util.c > CMakeFiles/vorbis_test.dir/util.c.i + +external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis_test.dir/util.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/test && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/test/util.c -o CMakeFiles/vorbis_test.dir/util.c.s + +external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.o: external/vorbis/test/CMakeFiles/vorbis_test.dir/flags.make +external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.o: /home/guest/Downloads/PopLib/external/vorbis/test/write_read.c +external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.o: external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/test && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.o -MF CMakeFiles/vorbis_test.dir/write_read.c.o.d -o CMakeFiles/vorbis_test.dir/write_read.c.o -c /home/guest/Downloads/PopLib/external/vorbis/test/write_read.c + +external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis_test.dir/write_read.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/test && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/test/write_read.c > CMakeFiles/vorbis_test.dir/write_read.c.i + +external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis_test.dir/write_read.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/test && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/test/write_read.c -o CMakeFiles/vorbis_test.dir/write_read.c.s + +external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.o: external/vorbis/test/CMakeFiles/vorbis_test.dir/flags.make +external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.o: /home/guest/Downloads/PopLib/external/vorbis/test/test.c +external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.o: external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.ts + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.o" + cd /home/guest/Downloads/PopLib/build/external/vorbis/test && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.o -MF CMakeFiles/vorbis_test.dir/test.c.o.d -o CMakeFiles/vorbis_test.dir/test.c.o -c /home/guest/Downloads/PopLib/external/vorbis/test/test.c + +external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis_test.dir/test.c.i" + cd /home/guest/Downloads/PopLib/build/external/vorbis/test && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/test/test.c > CMakeFiles/vorbis_test.dir/test.c.i + +external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis_test.dir/test.c.s" + cd /home/guest/Downloads/PopLib/build/external/vorbis/test && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/test/test.c -o CMakeFiles/vorbis_test.dir/test.c.s + +# Object files for target vorbis_test +vorbis_test_OBJECTS = \ +"CMakeFiles/vorbis_test.dir/util.c.o" \ +"CMakeFiles/vorbis_test.dir/write_read.c.o" \ +"CMakeFiles/vorbis_test.dir/test.c.o" + +# External object files for target vorbis_test +vorbis_test_EXTERNAL_OBJECTS = + +external/vorbis/test/vorbis_test: external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.o +external/vorbis/test/vorbis_test: external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.o +external/vorbis/test/vorbis_test: external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.o +external/vorbis/test/vorbis_test: external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make +external/vorbis/test/vorbis_test: external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.ts +external/vorbis/test/vorbis_test: external/vorbis/lib/libvorbisenc.a +external/vorbis/test/vorbis_test: external/vorbis/lib/libvorbis.a +external/vorbis/test/vorbis_test: external/ogg/libogg.a +external/vorbis/test/vorbis_test: external/vorbis/test/CMakeFiles/vorbis_test.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable vorbis_test" + cd /home/guest/Downloads/PopLib/build/external/vorbis/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/vorbis_test.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +external/vorbis/test/CMakeFiles/vorbis_test.dir/build: external/vorbis/test/vorbis_test +.PHONY : external/vorbis/test/CMakeFiles/vorbis_test.dir/build + +external/vorbis/test/CMakeFiles/vorbis_test.dir/clean: + cd /home/guest/Downloads/PopLib/build/external/vorbis/test && $(CMAKE_COMMAND) -P CMakeFiles/vorbis_test.dir/cmake_clean.cmake +.PHONY : external/vorbis/test/CMakeFiles/vorbis_test.dir/clean + +external/vorbis/test/CMakeFiles/vorbis_test.dir/depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis/test /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis/test /home/guest/Downloads/PopLib/build/external/vorbis/test/CMakeFiles/vorbis_test.dir/DependInfo.cmake "--color=$(COLOR)" +.PHONY : external/vorbis/test/CMakeFiles/vorbis_test.dir/depend + diff --git a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/cmake_clean.cmake new file mode 100644 index 00000000..3a9f73f9 --- /dev/null +++ b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/cmake_clean.cmake @@ -0,0 +1,16 @@ +file(REMOVE_RECURSE + "CMakeFiles/vorbis_test.dir/link.d" + "CMakeFiles/vorbis_test.dir/test.c.o" + "CMakeFiles/vorbis_test.dir/test.c.o.d" + "CMakeFiles/vorbis_test.dir/util.c.o" + "CMakeFiles/vorbis_test.dir/util.c.o.d" + "CMakeFiles/vorbis_test.dir/write_read.c.o" + "CMakeFiles/vorbis_test.dir/write_read.c.o.d" + "vorbis_test" + "vorbis_test.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang C) + include(CMakeFiles/vorbis_test.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.make b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.make new file mode 100644 index 00000000..05afc62d --- /dev/null +++ b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.make @@ -0,0 +1,2 @@ +# Empty compiler generated dependencies file for vorbis_test. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.ts b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.ts new file mode 100644 index 00000000..c2af33ca --- /dev/null +++ b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.ts @@ -0,0 +1,2 @@ +# CMAKE generated file: DO NOT EDIT! +# Timestamp file for compiler generated dependencies management for vorbis_test. diff --git a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/depend.make b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/depend.make new file mode 100644 index 00000000..d0a097f8 --- /dev/null +++ b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/depend.make @@ -0,0 +1,2 @@ +# Empty dependencies file for vorbis_test. +# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/flags.make b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/flags.make new file mode 100644 index 00000000..7a368a23 --- /dev/null +++ b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# compile C with /usr/bin/gcc +C_DEFINES = -D_USE_WIDE_STRING + +C_INCLUDES = -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include + +C_FLAGS = -O2 -g -DNDEBUG + diff --git a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/link.txt b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/link.txt new file mode 100644 index 00000000..b34f109a --- /dev/null +++ b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/link.txt @@ -0,0 +1 @@ +/usr/bin/gcc -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/vorbis_test.dir/link.d CMakeFiles/vorbis_test.dir/util.c.o CMakeFiles/vorbis_test.dir/write_read.c.o CMakeFiles/vorbis_test.dir/test.c.o -o vorbis_test ../lib/libvorbisenc.a -lm ../lib/libvorbis.a -lm ../../ogg/libogg.a diff --git a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/progress.make b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/progress.make new file mode 100644 index 00000000..461f02e9 --- /dev/null +++ b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/progress.make @@ -0,0 +1,5 @@ +CMAKE_PROGRESS_1 = +CMAKE_PROGRESS_2 = +CMAKE_PROGRESS_3 = +CMAKE_PROGRESS_4 = + diff --git a/build_emscripten/external/vorbis/test/CTestTestfile.cmake b/build_emscripten/external/vorbis/test/CTestTestfile.cmake new file mode 100644 index 00000000..7ceb1613 --- /dev/null +++ b/build_emscripten/external/vorbis/test/CTestTestfile.cmake @@ -0,0 +1,8 @@ +# CMake generated Testfile for +# Source directory: /home/guest/Downloads/PopLib/external/vorbis/test +# Build directory: /home/guest/Downloads/PopLib/build/external/vorbis/test +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. +add_test(vorbis_test "/home/guest/Downloads/PopLib/build/external/vorbis/test/vorbis_test") +set_tests_properties(vorbis_test PROPERTIES _BACKTRACE_TRIPLES "/home/guest/Downloads/PopLib/external/vorbis/test/CMakeLists.txt;3;add_test;/home/guest/Downloads/PopLib/external/vorbis/test/CMakeLists.txt;0;") diff --git a/build_emscripten/external/vorbis/test/Makefile b/build_emscripten/external/vorbis/test/Makefile new file mode 100644 index 00000000..b1cdbca8 --- /dev/null +++ b/build_emscripten/external/vorbis/test/Makefile @@ -0,0 +1,309 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 4.0 + +# Default target executed when no arguments are given to make. +default_target: all +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + +# Disable VCS-based implicit rules. +% : %,v + +# Disable VCS-based implicit rules. +% : RCS/% + +# Disable VCS-based implicit rules. +% : RCS/%,v + +# Disable VCS-based implicit rules. +% : SCCS/s.% + +# Disable VCS-based implicit rules. +% : s.% + +.SUFFIXES: .hpux_make_needs_suffix_list + +# Command-line flag to silence nested $(MAKE). +$(VERBOSE)MAKESILENT = -s + +#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 = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E rm -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target package +package: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake +.PHONY : package + +# Special rule for the target package +package/fast: package +.PHONY : package/fast + +# Special rule for the target package_source +package_source: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." + cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake +.PHONY : package_source + +# Special rule for the target package_source +package_source/fast: package_source +.PHONY : package_source/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." + /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache +.PHONY : edit_cache/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache +.PHONY : rebuild_cache/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components +.PHONY : list_install_components/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# The main all target +all: cmake_check_build_system + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/vorbis/test//CMakeFiles/progress.marks + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/test/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/test/clean +.PHONY : clean + +# The main clean target +clean/fast: clean +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/test/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/test/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +external/vorbis/test/CMakeFiles/vorbis_test.dir/rule: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/test/CMakeFiles/vorbis_test.dir/rule +.PHONY : external/vorbis/test/CMakeFiles/vorbis_test.dir/rule + +# Convenience name for target. +vorbis_test: external/vorbis/test/CMakeFiles/vorbis_test.dir/rule +.PHONY : vorbis_test + +# fast build rule for target. +vorbis_test/fast: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/build +.PHONY : vorbis_test/fast + +test.o: test.c.o +.PHONY : test.o + +# target to build an object file +test.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.o +.PHONY : test.c.o + +test.i: test.c.i +.PHONY : test.i + +# target to preprocess a source file +test.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.i +.PHONY : test.c.i + +test.s: test.c.s +.PHONY : test.s + +# target to generate assembly for a file +test.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.s +.PHONY : test.c.s + +util.o: util.c.o +.PHONY : util.o + +# target to build an object file +util.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.o +.PHONY : util.c.o + +util.i: util.c.i +.PHONY : util.i + +# target to preprocess a source file +util.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.i +.PHONY : util.c.i + +util.s: util.c.s +.PHONY : util.s + +# target to generate assembly for a file +util.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.s +.PHONY : util.c.s + +write_read.o: write_read.c.o +.PHONY : write_read.o + +# target to build an object file +write_read.c.o: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.o +.PHONY : write_read.c.o + +write_read.i: write_read.c.i +.PHONY : write_read.i + +# target to preprocess a source file +write_read.c.i: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.i +.PHONY : write_read.c.i + +write_read.s: write_read.c.s +.PHONY : write_read.s + +# target to generate assembly for a file +write_read.c.s: + cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.s +.PHONY : write_read.c.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... edit_cache" + @echo "... install" + @echo "... install/local" + @echo "... install/strip" + @echo "... list_install_components" + @echo "... package" + @echo "... package_source" + @echo "... rebuild_cache" + @echo "... vorbis_test" + @echo "... test.o" + @echo "... test.i" + @echo "... test.s" + @echo "... util.o" + @echo "... util.i" + @echo "... util.s" + @echo "... write_read.o" + @echo "... write_read.i" + @echo "... write_read.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake + cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/vorbis/test/cmake_install.cmake b/build_emscripten/external/vorbis/test/cmake_install.cmake new file mode 100644 index 00000000..15656dc7 --- /dev/null +++ b/build_emscripten/external/vorbis/test/cmake_install.cmake @@ -0,0 +1,50 @@ +# Install script for directory: /home/guest/Downloads/PopLib/external/vorbis/test + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") +if(CMAKE_INSTALL_LOCAL_ONLY) + file(WRITE "/home/guest/Downloads/PopLib/build/external/vorbis/test/install_local_manifest.txt" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/build_emscripten/external/vorbis/vorbis.pc b/build_emscripten/external/vorbis/vorbis.pc new file mode 100644 index 00000000..6b7eacf5 --- /dev/null +++ b/build_emscripten/external/vorbis/vorbis.pc @@ -0,0 +1,15 @@ +# libvorbis pkg-config source file + +prefix=/usr/local +exec_prefix=/usr/local/bin +libdir=/usr/local/lib +includedir=/usr/local/include + +Name: vorbis +Description: vorbis is the primary Ogg Vorbis library +Version: 1.3.7 +Requires.private: ogg +Conflicts: +Libs: -L${libdir} -lvorbis +Libs.private: -lm +Cflags: -I${includedir} diff --git a/build_emscripten/external/vorbis/vorbisenc.pc b/build_emscripten/external/vorbis/vorbisenc.pc new file mode 100644 index 00000000..fbe180a3 --- /dev/null +++ b/build_emscripten/external/vorbis/vorbisenc.pc @@ -0,0 +1,14 @@ +# libvorbisenc pkg-config source file + +prefix=/usr/local +exec_prefix=/usr/local/bin +libdir=/usr/local/lib +includedir=/usr/local/include + +Name: vorbisenc +Description: vorbisenc is a library that provides a convenient API for setting up an encoding environment using libvorbis +Version: 1.3.7 +Requires.private: vorbis +Conflicts: +Libs: -L${libdir} -lvorbisenc +Cflags: -I${includedir} diff --git a/build_emscripten/external/vorbis/vorbisfile.pc b/build_emscripten/external/vorbis/vorbisfile.pc new file mode 100644 index 00000000..6f1cd789 --- /dev/null +++ b/build_emscripten/external/vorbis/vorbisfile.pc @@ -0,0 +1,14 @@ +# libvorbisfile pkg-config source file + +prefix=/usr/local +exec_prefix=/usr/local/bin +libdir=/usr/local/lib +includedir=/usr/local/include + +Name: vorbisfile +Description: vorbisfile is a library that provides a convenient high-level API for decoding and basic manipulation of all Vorbis I audio streams +Version: 1.3.7 +Requires.private: vorbis +Conflicts: +Libs: -L${libdir} -lvorbisfile +Cflags: -I${includedir} diff --git a/setup.sh b/setup.sh index 23f199aa..678854a7 100755 --- a/setup.sh +++ b/setup.sh @@ -1,3 +1,4 @@ +# So configure it first with cmake and then use emmake mkdir build cd build -emcmake cmake ../ +CC=gcc CXX=g++ cmake ../ From 37b121d738dc169f690ddac70cda6e91c8e07d51 Mon Sep 17 00:00:00 2001 From: "Mohamed A." <> Date: Wed, 11 Jun 2025 08:34:11 +0400 Subject: [PATCH 3/4] no gurt --- build_emscripten/.qt/QtDeploySupport.cmake | 69 - build_emscripten/.qt/QtDeployTargets.cmake | 982 - build_emscripten/CMakeCache.txt | 6367 ----- .../4.0.2-dirty/CMakeASMCompiler.cmake | 30 - .../4.0.2-dirty/CMakeCCompiler.cmake | 84 - .../4.0.2-dirty/CMakeCXXCompiler.cmake | 108 - .../CMakeDetermineCompilerABI_C.bin | Bin 15424 -> 0 bytes .../CMakeDetermineCompilerABI_CXX.bin | Bin 15440 -> 0 bytes .../CMakeFiles/4.0.2-dirty/CMakeSystem.cmake | 15 - .../CompilerIdC/CMakeCCompilerId.c | 905 - .../CMakeFiles/4.0.2-dirty/CompilerIdC/a.out | Bin 15536 -> 0 bytes .../CompilerIdCXX/CMakeCXXCompilerId.cpp | 920 - .../4.0.2-dirty/CompilerIdCXX/a.out | Bin 15552 -> 0 bytes .../CMakeFiles/CMakeConfigureLog.yaml | 15085 ------------ .../CMakeDirectoryInformation.cmake | 16 - .../CMakeFiles/CMakeRuleHashes.txt | 107 - .../CMakeFiles/CheckTypeSize/INT16_SIZE.bin | Bin 15304 -> 0 bytes .../CMakeFiles/CheckTypeSize/INT32_SIZE.bin | Bin 15304 -> 0 bytes .../CMakeFiles/CheckTypeSize/INT64_SIZE.bin | Bin 15304 -> 0 bytes .../CMakeFiles/CheckTypeSize/INT_SIZE.bin | Bin 15296 -> 0 bytes .../CheckTypeSize/LONG_LONG_SIZE.bin | Bin 15304 -> 0 bytes .../CMakeFiles/CheckTypeSize/LONG_SIZE.bin | Bin 15296 -> 0 bytes .../CMakeFiles/CheckTypeSize/SHORT_SIZE.bin | Bin 15304 -> 0 bytes .../CheckTypeSize/SIZEOF_CURL_OFF_T.bin | Bin 15304 -> 0 bytes .../CheckTypeSize/SIZEOF_CURL_SOCKET_T.bin | Bin 17824 -> 0 bytes .../CMakeFiles/CheckTypeSize/SIZEOF_INT.bin | Bin 15304 -> 0 bytes .../CMakeFiles/CheckTypeSize/SIZEOF_LONG.bin | Bin 15304 -> 0 bytes .../CheckTypeSize/SIZEOF_LONG_LONG.bin | Bin 15304 -> 0 bytes .../CMakeFiles/CheckTypeSize/SIZEOF_OFF_T.bin | Bin 15304 -> 0 bytes .../CheckTypeSize/SIZEOF_SA_FAMILY_T.bin | Bin 15312 -> 0 bytes .../CheckTypeSize/SIZEOF_SIZE_T.bin | Bin 15304 -> 0 bytes .../CheckTypeSize/SIZEOF_SSIZE_T.bin | Bin 15304 -> 0 bytes .../SIZEOF_STRUCT_SOCKADDR_STORAGE.bin | Bin 1710 -> 0 bytes .../CheckTypeSize/SIZEOF_SUSECONDS_T.bin | Bin 15312 -> 0 bytes .../CheckTypeSize/SIZEOF_TIME_T.bin | Bin 15304 -> 0 bytes .../CMakeFiles/CheckTypeSize/UINT16_SIZE.bin | Bin 15304 -> 0 bytes .../CMakeFiles/CheckTypeSize/UINT32_SIZE.bin | Bin 15304 -> 0 bytes .../CMakeFiles/CheckTypeSize/U_INT16_SIZE.bin | Bin 15304 -> 0 bytes .../CMakeFiles/CheckTypeSize/U_INT32_SIZE.bin | Bin 15304 -> 0 bytes .../CMakeFiles/InstallScripts.json | 44 - build_emscripten/CMakeFiles/Makefile.cmake | 1274 - build_emscripten/CMakeFiles/Makefile2 | 19953 ---------------- .../CMakeFiles/TargetDirectories.txt | 849 - build_emscripten/CMakeFiles/VerifyGlobs.cmake | 198 - .../CMakeFiles/alldemos.dir/DependInfo.cmake | 22 - .../CMakeFiles/alldemos.dir/build.make | 90 - .../CMakeFiles/alldemos.dir/cmake_clean.cmake | 8 - .../alldemos.dir/compiler_depend.make | 2 - .../alldemos.dir/compiler_depend.ts | 2 - .../CMakeFiles/alldemos.dir/progress.make | 1 - build_emscripten/CMakeFiles/cmake.check_cache | 1 - .../CMakeFiles/cmake.verify_globs | 1 - build_emscripten/CMakeFiles/progress.marks | 1 - build_emscripten/CPackConfig.cmake | 80 - build_emscripten/CPackSourceConfig.cmake | 88 - build_emscripten/Makefile | 7843 ------ .../CMakeDirectoryInformation.cmake | 16 - .../CMakeFiles/PopWork.dir/DependInfo.cmake | 86 - .../PopWork/CMakeFiles/PopWork.dir/build.make | 1122 - .../CMakeFiles/PopWork.dir/cmake_clean.cmake | 137 - .../PopWork.dir/cmake_clean_target.cmake | 3 - .../PopWork.dir/compiler_depend.make | 2 - .../CMakeFiles/PopWork.dir/compiler_depend.ts | 2 - .../CMakeFiles/PopWork.dir/depend.make | 2 - .../PopWork/CMakeFiles/PopWork.dir/flags.make | 10 - .../PopWork/CMakeFiles/PopWork.dir/link.txt | 2 - .../CMakeFiles/PopWork.dir/progress.make | 66 - .../PopWork/CMakeFiles/progress.marks | 1 - build_emscripten/PopWork/Makefile | 1956 -- build_emscripten/PopWork/cmake_install.cmake | 50 - build_emscripten/cmake_install.cmake | 76 - .../CMakeDirectoryInformation.cmake | 16 - .../examples/CMakeFiles/progress.marks | 1 - build_emscripten/examples/Makefile | 213 - build_emscripten/examples/cmake_install.cmake | 100 - .../CMakeFiles/Barebones.dir/DependInfo.cmake | 26 - .../CMakeFiles/Barebones.dir/build.make | 161 - .../Barebones.dir/cmake_clean.cmake | 16 - .../Barebones.dir/compiler_depend.make | 2 - .../Barebones.dir/compiler_depend.ts | 2 - .../CMakeFiles/Barebones.dir/depend.make | 2 - .../CMakeFiles/Barebones.dir/flags.make | 10 - .../CMakeFiles/Barebones.dir/link.txt | 1 - .../CMakeFiles/Barebones.dir/progress.make | 5 - .../CMakeDirectoryInformation.cmake | 16 - .../src/barebones/CMakeFiles/progress.marks | 1 - .../examples/src/barebones/Makefile | 309 - .../src/barebones/cmake_install.cmake | 50 - .../CMakeDirectoryInformation.cmake | 16 - .../CMakeFiles/Demo1.dir/DependInfo.cmake | 26 - .../src/demo1/CMakeFiles/Demo1.dir/build.make | 161 - .../CMakeFiles/Demo1.dir/cmake_clean.cmake | 16 - .../CMakeFiles/Demo1.dir/compiler_depend.make | 2 - .../CMakeFiles/Demo1.dir/compiler_depend.ts | 2 - .../demo1/CMakeFiles/Demo1.dir/depend.make | 2 - .../src/demo1/CMakeFiles/Demo1.dir/flags.make | 10 - .../src/demo1/CMakeFiles/Demo1.dir/link.txt | 1 - .../demo1/CMakeFiles/Demo1.dir/progress.make | 5 - .../src/demo1/CMakeFiles/progress.marks | 1 - build_emscripten/examples/src/demo1/Makefile | 309 - .../examples/src/demo1/cmake_install.cmake | 50 - .../CMakeDirectoryInformation.cmake | 16 - .../CMakeFiles/Demo2.dir/DependInfo.cmake | 26 - .../src/demo2/CMakeFiles/Demo2.dir/build.make | 161 - .../CMakeFiles/Demo2.dir/cmake_clean.cmake | 16 - .../CMakeFiles/Demo2.dir/compiler_depend.make | 2 - .../CMakeFiles/Demo2.dir/compiler_depend.ts | 2 - .../demo2/CMakeFiles/Demo2.dir/depend.make | 2 - .../src/demo2/CMakeFiles/Demo2.dir/flags.make | 10 - .../src/demo2/CMakeFiles/Demo2.dir/link.txt | 1 - .../demo2/CMakeFiles/Demo2.dir/progress.make | 5 - .../src/demo2/CMakeFiles/progress.marks | 1 - build_emscripten/examples/src/demo2/Makefile | 309 - .../examples/src/demo2/cmake_install.cmake | 50 - .../CMakeDirectoryInformation.cmake | 16 - .../CMakeFiles/Demo3.dir/DependInfo.cmake | 26 - .../src/demo3/CMakeFiles/Demo3.dir/build.make | 161 - .../CMakeFiles/Demo3.dir/cmake_clean.cmake | 16 - .../CMakeFiles/Demo3.dir/compiler_depend.make | 2 - .../CMakeFiles/Demo3.dir/compiler_depend.ts | 2 - .../demo3/CMakeFiles/Demo3.dir/depend.make | 2 - .../src/demo3/CMakeFiles/Demo3.dir/flags.make | 10 - .../src/demo3/CMakeFiles/Demo3.dir/link.txt | 1 - .../demo3/CMakeFiles/Demo3.dir/progress.make | 5 - .../src/demo3/CMakeFiles/progress.marks | 1 - build_emscripten/examples/src/demo3/Makefile | 309 - .../examples/src/demo3/cmake_install.cmake | 50 - .../CMakeDirectoryInformation.cmake | 16 - .../CMakeFiles/Demo4.dir/DependInfo.cmake | 28 - .../src/demo4/CMakeFiles/Demo4.dir/build.make | 193 - .../CMakeFiles/Demo4.dir/cmake_clean.cmake | 20 - .../CMakeFiles/Demo4.dir/compiler_depend.make | 2 - .../CMakeFiles/Demo4.dir/compiler_depend.ts | 2 - .../demo4/CMakeFiles/Demo4.dir/depend.make | 2 - .../src/demo4/CMakeFiles/Demo4.dir/flags.make | 10 - .../src/demo4/CMakeFiles/Demo4.dir/link.txt | 1 - .../demo4/CMakeFiles/Demo4.dir/progress.make | 7 - .../src/demo4/CMakeFiles/progress.marks | 1 - build_emscripten/examples/src/demo4/Makefile | 363 - .../examples/src/demo4/cmake_install.cmake | 50 - .../CMakeDirectoryInformation.cmake | 16 - .../CMakeFiles/Demo5.dir/DependInfo.cmake | 29 - .../src/demo5/CMakeFiles/Demo5.dir/build.make | 209 - .../CMakeFiles/Demo5.dir/cmake_clean.cmake | 22 - .../CMakeFiles/Demo5.dir/compiler_depend.make | 2 - .../CMakeFiles/Demo5.dir/compiler_depend.ts | 2 - .../demo5/CMakeFiles/Demo5.dir/depend.make | 2 - .../src/demo5/CMakeFiles/Demo5.dir/flags.make | 10 - .../src/demo5/CMakeFiles/Demo5.dir/link.txt | 1 - .../demo5/CMakeFiles/Demo5.dir/progress.make | 8 - .../src/demo5/CMakeFiles/progress.marks | 1 - build_emscripten/examples/src/demo5/Makefile | 390 - .../examples/src/demo5/cmake_install.cmake | 50 - .../CMakeDirectoryInformation.cmake | 16 - .../CMakeFiles/Hun-garr.dir/DependInfo.cmake | 31 - .../CMakeFiles/Hun-garr.dir/build.make | 241 - .../CMakeFiles/Hun-garr.dir/cmake_clean.cmake | 26 - .../Hun-garr.dir/compiler_depend.make | 2 - .../Hun-garr.dir/compiler_depend.ts | 2 - .../CMakeFiles/Hun-garr.dir/depend.make | 2 - .../CMakeFiles/Hun-garr.dir/flags.make | 10 - .../hun-garr/CMakeFiles/Hun-garr.dir/link.txt | 1 - .../CMakeFiles/Hun-garr.dir/progress.make | 10 - .../src/hun-garr/CMakeFiles/progress.marks | 1 - .../examples/src/hun-garr/Makefile | 444 - .../examples/src/hun-garr/cmake_install.cmake | 50 - .../CMakeDirectoryInformation.cmake | 16 - .../CMakeFiles/V12Demo.dir/DependInfo.cmake | 28 - .../v12demo/CMakeFiles/V12Demo.dir/build.make | 193 - .../CMakeFiles/V12Demo.dir/cmake_clean.cmake | 20 - .../V12Demo.dir/compiler_depend.make | 2 - .../CMakeFiles/V12Demo.dir/compiler_depend.ts | 2 - .../CMakeFiles/V12Demo.dir/depend.make | 2 - .../v12demo/CMakeFiles/V12Demo.dir/flags.make | 10 - .../v12demo/CMakeFiles/V12Demo.dir/link.txt | 1 - .../CMakeFiles/V12Demo.dir/progress.make | 7 - .../src/v12demo/CMakeFiles/progress.marks | 1 - .../examples/src/v12demo/Makefile | 363 - .../examples/src/v12demo/cmake_install.cmake | 50 - .../CMakeDirectoryInformation.cmake | 16 - .../CMakeFiles/V14Demo.dir/DependInfo.cmake | 28 - .../v14demo/CMakeFiles/V14Demo.dir/build.make | 193 - .../CMakeFiles/V14Demo.dir/cmake_clean.cmake | 20 - .../V14Demo.dir/compiler_depend.make | 2 - .../CMakeFiles/V14Demo.dir/compiler_depend.ts | 2 - .../CMakeFiles/V14Demo.dir/depend.make | 2 - .../v14demo/CMakeFiles/V14Demo.dir/flags.make | 10 - .../v14demo/CMakeFiles/V14Demo.dir/link.txt | 1 - .../CMakeFiles/V14Demo.dir/progress.make | 7 - .../src/v14demo/CMakeFiles/progress.marks | 1 - .../examples/src/v14demo/Makefile | 363 - .../examples/src/v14demo/cmake_install.cmake | 50 - .../CMakeDirectoryInformation.cmake | 16 - .../CMakeFiles/XMLDemo.dir/DependInfo.cmake | 27 - .../xmldemo/CMakeFiles/XMLDemo.dir/build.make | 177 - .../CMakeFiles/XMLDemo.dir/cmake_clean.cmake | 18 - .../XMLDemo.dir/compiler_depend.make | 2 - .../CMakeFiles/XMLDemo.dir/compiler_depend.ts | 2 - .../CMakeFiles/XMLDemo.dir/depend.make | 2 - .../xmldemo/CMakeFiles/XMLDemo.dir/flags.make | 10 - .../xmldemo/CMakeFiles/XMLDemo.dir/link.txt | 1 - .../CMakeFiles/XMLDemo.dir/progress.make | 6 - .../src/xmldemo/CMakeFiles/progress.marks | 1 - .../examples/src/xmldemo/Makefile | 336 - .../examples/src/xmldemo/cmake_install.cmake | 50 - .../CMakeDirectoryInformation.cmake | 16 - .../SDL/CMakeFiles/CMakeTmp/SDL_detect_arch.c | 79 - .../CMakeFiles/CMakeTmp/SDL_detect_arch/bin | Bin 3136 -> 0 bytes .../SDL3-shared.dir/DependInfo.cmake | 597 - .../SDL/CMakeFiles/SDL3-shared.dir/build.make | 5434 ----- .../SDL3-shared.dir/cmake_clean.cmake | 625 - .../CMakeFiles/SDL3-shared.dir/cmake_pch.h | 4 - .../CMakeFiles/SDL3-shared.dir/cmake_pch.h.c | 1 - .../SDL3-shared.dir/compiler_depend.make | 2 - .../SDL3-shared.dir/compiler_depend.ts | 2 - .../CMakeFiles/SDL3-shared.dir/depend.make | 2 - .../SDL/CMakeFiles/SDL3-shared.dir/flags.make | 576 - .../SDL/CMakeFiles/SDL3-shared.dir/link.txt | 1 - .../CMakeFiles/SDL3-shared.dir/progress.make | 330 - .../SDL3-static.dir/DependInfo.cmake | 589 - .../SDL/CMakeFiles/SDL3-static.dir/build.make | 5475 ----- .../SDL3-static.dir/cmake_clean.cmake | 621 - .../SDL3-static.dir/cmake_clean_target.cmake | 3 - .../CMakeFiles/SDL3-static.dir/cmake_pch.h | 4 - .../CMakeFiles/SDL3-static.dir/cmake_pch.h.c | 1 - .../SDL3-static.dir/compiler_depend.make | 2 - .../SDL3-static.dir/compiler_depend.ts | 2 - .../CMakeFiles/SDL3-static.dir/depend.make | 2 - .../SDL/CMakeFiles/SDL3-static.dir/flags.make | 576 - .../SDL/CMakeFiles/SDL3-static.dir/link.txt | 2 - .../CMakeFiles/SDL3-static.dir/progress.make | 330 - .../CMakeFiles/SDL3_test.dir/DependInfo.cmake | 32 - .../SDL/CMakeFiles/SDL3_test.dir/build.make | 258 - .../SDL3_test.dir/cmake_clean.cmake | 29 - .../SDL3_test.dir/cmake_clean_target.cmake | 3 - .../SDL3_test.dir/compiler_depend.make | 2 - .../SDL3_test.dir/compiler_depend.ts | 2 - .../SDL/CMakeFiles/SDL3_test.dir/depend.make | 2 - .../SDL/CMakeFiles/SDL3_test.dir/flags.make | 10 - .../SDL/CMakeFiles/SDL3_test.dir/link.txt | 2 - .../CMakeFiles/SDL3_test.dir/progress.make | 12 - .../SDL_build_config.h.intermediate | 591 - .../SDL_uclibc.dir/DependInfo.cmake | 47 - .../SDL/CMakeFiles/SDL_uclibc.dir/build.make | 498 - .../SDL_uclibc.dir/cmake_clean.cmake | 59 - .../SDL_uclibc.dir/cmake_clean_target.cmake | 3 - .../SDL_uclibc.dir/compiler_depend.make | 2 - .../SDL_uclibc.dir/compiler_depend.ts | 2 - .../SDL/CMakeFiles/SDL_uclibc.dir/depend.make | 2 - .../SDL/CMakeFiles/SDL_uclibc.dir/flags.make | 10 - .../SDL/CMakeFiles/SDL_uclibc.dir/link.txt | 2 - .../CMakeFiles/SDL_uclibc.dir/progress.make | 27 - .../external/SDL/CMakeFiles/dummy.sym | 5 - .../external/SDL/CMakeFiles/git-data/HEAD | 1 - .../SDL/CMakeFiles/git-data/grabRef.cmake | 43 - .../external/SDL/CMakeFiles/git-data/head-ref | 1 - .../external/SDL/CMakeFiles/progress.marks | 1 - build_emscripten/external/SDL/Makefile | 9729 -------- .../external/SDL/SDL3Config.cmake | 133 - .../external/SDL/SDL3ConfigVersion.cmake | 43 - .../external/SDL/SDL3headersTargets.cmake | 61 - .../external/SDL/SDL3sharedTargets.cmake | 89 - .../external/SDL/SDL3staticTargets.cmake | 89 - .../external/SDL/SDL3testTargets.cmake | 86 - .../external/SDL/cmake_install.cmake | 50 - .../build_config/SDL_build_config.h | 591 - .../SDL/include-revision/SDL3/SDL_revision.h | 39 - .../CMakeDirectoryInformation.cmake | 16 - .../SDL3_ttf-static.dir/DependInfo.cmake | 28 - .../CMakeFiles/SDL3_ttf-static.dir/build.make | 195 - .../SDL3_ttf-static.dir/cmake_clean.cmake | 21 - .../cmake_clean_target.cmake | 3 - .../SDL3_ttf-static.dir/compiler_depend.make | 2 - .../SDL3_ttf-static.dir/compiler_depend.ts | 2 - .../SDL3_ttf-static.dir/depend.make | 2 - .../CMakeFiles/SDL3_ttf-static.dir/flags.make | 10 - .../CMakeFiles/SDL3_ttf-static.dir/link.txt | 2 - .../SDL3_ttf-static.dir/progress.make | 8 - .../SDL_ttf/CMakeFiles/progress.marks | 1 - build_emscripten/external/SDL_ttf/Makefile | 390 - .../external/SDL_ttf/cmake_install.cmake | 50 - build_emscripten/external/SDL_ttf/dummy.sym | 5 - .../external/curl/CMake/cmake_uninstall.cmake | 50 - .../CMakeDirectoryInformation.cmake | 16 - .../CURLTargets-relwithdebinfo.cmake | 19 - .../CURLTargets.cmake | 109 - .../curl-ca-bundle.dir/DependInfo.cmake | 22 - .../CMakeFiles/curl-ca-bundle.dir/build.make | 91 - .../curl-ca-bundle.dir/cmake_clean.cmake | 8 - .../curl-ca-bundle.dir/compiler_depend.make | 2 - .../curl-ca-bundle.dir/compiler_depend.ts | 2 - .../curl-ca-bundle.dir/progress.make | 2 - .../curl-ca-firefox.dir/DependInfo.cmake | 22 - .../CMakeFiles/curl-ca-firefox.dir/build.make | 91 - .../curl-ca-firefox.dir/cmake_clean.cmake | 8 - .../curl-ca-firefox.dir/compiler_depend.make | 2 - .../curl-ca-firefox.dir/compiler_depend.ts | 2 - .../curl-ca-firefox.dir/progress.make | 2 - .../curl_uninstall.dir/DependInfo.cmake | 22 - .../CMakeFiles/curl_uninstall.dir/build.make | 90 - .../curl_uninstall.dir/cmake_clean.cmake | 8 - .../curl_uninstall.dir/compiler_depend.make | 2 - .../curl_uninstall.dir/compiler_depend.ts | 2 - .../curl_uninstall.dir/progress.make | 1 - .../external/curl/CMakeFiles/progress.marks | 1 - build_emscripten/external/curl/Makefile | 258 - build_emscripten/external/curl/buildinfo.txt | 15 - .../external/curl/cmake_install.cmake | 121 - build_emscripten/external/curl/curl-config | 189 - .../CMakeDirectoryInformation.cmake | 16 - .../DependInfo.cmake | 22 - .../build.make | 95 - .../cmake_clean.cmake | 9 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../progress.make | 2 - .../DependInfo.cmake | 22 - .../build.make | 95 - .../cmake_clean.cmake | 9 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../progress.make | 2 - .../DependInfo.cmake | 22 - .../curl-generate-wcurl.1.dir/build.make | 95 - .../cmake_clean.cmake | 9 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-generate-wcurl.1.dir/progress.make | 2 - .../curl/docs/CMakeFiles/progress.marks | 1 - build_emscripten/external/curl/docs/Makefile | 258 - .../external/curl/docs/cmake_install.cmake | 63 - .../CMakeDirectoryInformation.cmake | 16 - .../DependInfo.cmake | 24 - .../curl-example-10-at-a-time.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-10-at-a-time.dir/depend.make | 2 - .../curl-example-10-at-a-time.dir/flags.make | 10 - .../curl-example-10-at-a-time.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-address-scope.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../curl-example-address-scope.dir/flags.make | 10 - .../curl-example-address-scope.dir/link.txt | 1 - .../progress.make | 3 - .../curl-example-altsvc.dir/DependInfo.cmake | 24 - .../curl-example-altsvc.dir/build.make | 116 - .../curl-example-altsvc.dir/cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-altsvc.dir/depend.make | 2 - .../curl-example-altsvc.dir/flags.make | 10 - .../curl-example-altsvc.dir/link.txt | 1 - .../curl-example-altsvc.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-anyauthput.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-anyauthput.dir/depend.make | 2 - .../curl-example-anyauthput.dir/flags.make | 10 - .../curl-example-anyauthput.dir/link.txt | 1 - .../curl-example-anyauthput.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-block_ip.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-block_ip.dir/depend.make | 2 - .../curl-example-block_ip.dir/flags.make | 10 - .../curl-example-block_ip.dir/link.txt | 1 - .../curl-example-block_ip.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-certinfo.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-certinfo.dir/depend.make | 2 - .../curl-example-certinfo.dir/flags.make | 10 - .../curl-example-certinfo.dir/link.txt | 1 - .../curl-example-certinfo.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-chkspeed.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-chkspeed.dir/depend.make | 2 - .../curl-example-chkspeed.dir/flags.make | 10 - .../curl-example-chkspeed.dir/link.txt | 1 - .../curl-example-chkspeed.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-connect-to.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-connect-to.dir/depend.make | 2 - .../curl-example-connect-to.dir/flags.make | 10 - .../curl-example-connect-to.dir/link.txt | 1 - .../curl-example-connect-to.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../flags.make | 10 - .../link.txt | 1 - .../progress.make | 3 - .../curl-example-debug.dir/DependInfo.cmake | 24 - .../curl-example-debug.dir/build.make | 116 - .../curl-example-debug.dir/cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../curl-example-debug.dir/compiler_depend.ts | 2 - .../curl-example-debug.dir/depend.make | 2 - .../curl-example-debug.dir/flags.make | 10 - .../curl-example-debug.dir/link.txt | 1 - .../curl-example-debug.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../flags.make | 10 - .../curl-example-default-scheme.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../flags.make | 10 - .../curl-example-externalsocket.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-fileupload.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-fileupload.dir/depend.make | 2 - .../curl-example-fileupload.dir/flags.make | 10 - .../curl-example-fileupload.dir/link.txt | 1 - .../curl-example-fileupload.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-ftp-wildcard.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-ftp-wildcard.dir/depend.make | 2 - .../curl-example-ftp-wildcard.dir/flags.make | 10 - .../curl-example-ftp-wildcard.dir/link.txt | 1 - .../progress.make | 3 - .../curl-example-ftpget.dir/DependInfo.cmake | 24 - .../curl-example-ftpget.dir/build.make | 116 - .../curl-example-ftpget.dir/cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-ftpget.dir/depend.make | 2 - .../curl-example-ftpget.dir/flags.make | 10 - .../curl-example-ftpget.dir/link.txt | 1 - .../curl-example-ftpget.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-ftpgetinfo.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-ftpgetinfo.dir/depend.make | 2 - .../curl-example-ftpgetinfo.dir/flags.make | 10 - .../curl-example-ftpgetinfo.dir/link.txt | 1 - .../curl-example-ftpgetinfo.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-ftpgetresp.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-ftpgetresp.dir/depend.make | 2 - .../curl-example-ftpgetresp.dir/flags.make | 10 - .../curl-example-ftpgetresp.dir/link.txt | 1 - .../curl-example-ftpgetresp.dir/progress.make | 3 - .../curl-example-ftpsget.dir/DependInfo.cmake | 24 - .../curl-example-ftpsget.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-ftpsget.dir/depend.make | 2 - .../curl-example-ftpsget.dir/flags.make | 10 - .../curl-example-ftpsget.dir/link.txt | 1 - .../curl-example-ftpsget.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-ftpupload.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-ftpupload.dir/depend.make | 2 - .../curl-example-ftpupload.dir/flags.make | 10 - .../curl-example-ftpupload.dir/link.txt | 1 - .../curl-example-ftpupload.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../flags.make | 10 - .../link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../flags.make | 10 - .../curl-example-ftpuploadresume.dir/link.txt | 1 - .../progress.make | 3 - .../curl-example-getinfo.dir/DependInfo.cmake | 24 - .../curl-example-getinfo.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-getinfo.dir/depend.make | 2 - .../curl-example-getinfo.dir/flags.make | 10 - .../curl-example-getinfo.dir/link.txt | 1 - .../curl-example-getinfo.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-getinmemory.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-getinmemory.dir/depend.make | 2 - .../curl-example-getinmemory.dir/flags.make | 10 - .../curl-example-getinmemory.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-getredirect.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-getredirect.dir/depend.make | 2 - .../curl-example-getredirect.dir/flags.make | 10 - .../curl-example-getredirect.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-getreferrer.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-getreferrer.dir/depend.make | 2 - .../curl-example-getreferrer.dir/flags.make | 10 - .../curl-example-getreferrer.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-headerapi.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-headerapi.dir/depend.make | 2 - .../curl-example-headerapi.dir/flags.make | 10 - .../curl-example-headerapi.dir/link.txt | 1 - .../curl-example-headerapi.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-hsts-preload.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-hsts-preload.dir/depend.make | 2 - .../curl-example-hsts-preload.dir/flags.make | 10 - .../curl-example-hsts-preload.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-http-options.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-http-options.dir/depend.make | 2 - .../curl-example-http-options.dir/flags.make | 10 - .../curl-example-http-options.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-http-post.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-http-post.dir/depend.make | 2 - .../curl-example-http-post.dir/flags.make | 10 - .../curl-example-http-post.dir/link.txt | 1 - .../curl-example-http-post.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../flags.make | 10 - .../curl-example-http2-download.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../flags.make | 10 - .../link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../flags.make | 10 - .../link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-http2-upload.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-http2-upload.dir/depend.make | 2 - .../curl-example-http2-upload.dir/flags.make | 10 - .../curl-example-http2-upload.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-http3-present.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../curl-example-http3-present.dir/flags.make | 10 - .../curl-example-http3-present.dir/link.txt | 1 - .../progress.make | 3 - .../curl-example-http3.dir/DependInfo.cmake | 24 - .../curl-example-http3.dir/build.make | 116 - .../curl-example-http3.dir/cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../curl-example-http3.dir/compiler_depend.ts | 2 - .../curl-example-http3.dir/depend.make | 2 - .../curl-example-http3.dir/flags.make | 10 - .../curl-example-http3.dir/link.txt | 1 - .../curl-example-http3.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../flags.make | 10 - .../link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../flags.make | 10 - .../link.txt | 1 - .../progress.make | 3 - .../curl-example-httpput.dir/DependInfo.cmake | 24 - .../curl-example-httpput.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-httpput.dir/depend.make | 2 - .../curl-example-httpput.dir/flags.make | 10 - .../curl-example-httpput.dir/link.txt | 1 - .../curl-example-httpput.dir/progress.make | 3 - .../curl-example-https.dir/DependInfo.cmake | 24 - .../curl-example-https.dir/build.make | 116 - .../curl-example-https.dir/cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../curl-example-https.dir/compiler_depend.ts | 2 - .../curl-example-https.dir/depend.make | 2 - .../curl-example-https.dir/flags.make | 10 - .../curl-example-https.dir/link.txt | 1 - .../curl-example-https.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-imap-append.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-imap-append.dir/depend.make | 2 - .../curl-example-imap-append.dir/flags.make | 10 - .../curl-example-imap-append.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-imap-authzid.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-imap-authzid.dir/depend.make | 2 - .../curl-example-imap-authzid.dir/flags.make | 10 - .../curl-example-imap-authzid.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-imap-copy.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-imap-copy.dir/depend.make | 2 - .../curl-example-imap-copy.dir/flags.make | 10 - .../curl-example-imap-copy.dir/link.txt | 1 - .../curl-example-imap-copy.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-imap-create.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-imap-create.dir/depend.make | 2 - .../curl-example-imap-create.dir/flags.make | 10 - .../curl-example-imap-create.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-imap-delete.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-imap-delete.dir/depend.make | 2 - .../curl-example-imap-delete.dir/flags.make | 10 - .../curl-example-imap-delete.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-imap-examine.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-imap-examine.dir/depend.make | 2 - .../curl-example-imap-examine.dir/flags.make | 10 - .../curl-example-imap-examine.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-imap-fetch.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-imap-fetch.dir/depend.make | 2 - .../curl-example-imap-fetch.dir/flags.make | 10 - .../curl-example-imap-fetch.dir/link.txt | 1 - .../curl-example-imap-fetch.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-imap-list.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-imap-list.dir/depend.make | 2 - .../curl-example-imap-list.dir/flags.make | 10 - .../curl-example-imap-list.dir/link.txt | 1 - .../curl-example-imap-list.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-imap-lsub.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-imap-lsub.dir/depend.make | 2 - .../curl-example-imap-lsub.dir/flags.make | 10 - .../curl-example-imap-lsub.dir/link.txt | 1 - .../curl-example-imap-lsub.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-imap-multi.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-imap-multi.dir/depend.make | 2 - .../curl-example-imap-multi.dir/flags.make | 10 - .../curl-example-imap-multi.dir/link.txt | 1 - .../curl-example-imap-multi.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-imap-noop.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-imap-noop.dir/depend.make | 2 - .../curl-example-imap-noop.dir/flags.make | 10 - .../curl-example-imap-noop.dir/link.txt | 1 - .../curl-example-imap-noop.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-imap-search.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-imap-search.dir/depend.make | 2 - .../curl-example-imap-search.dir/flags.make | 10 - .../curl-example-imap-search.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-imap-ssl.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-imap-ssl.dir/depend.make | 2 - .../curl-example-imap-ssl.dir/flags.make | 10 - .../curl-example-imap-ssl.dir/link.txt | 1 - .../curl-example-imap-ssl.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-imap-store.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-imap-store.dir/depend.make | 2 - .../curl-example-imap-store.dir/flags.make | 10 - .../curl-example-imap-store.dir/link.txt | 1 - .../curl-example-imap-store.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-imap-tls.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-imap-tls.dir/depend.make | 2 - .../curl-example-imap-tls.dir/flags.make | 10 - .../curl-example-imap-tls.dir/link.txt | 1 - .../curl-example-imap-tls.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-interface.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-interface.dir/depend.make | 2 - .../curl-example-interface.dir/flags.make | 10 - .../curl-example-interface.dir/link.txt | 1 - .../curl-example-interface.dir/progress.make | 3 - .../curl-example-ipv6.dir/DependInfo.cmake | 24 - .../curl-example-ipv6.dir/build.make | 116 - .../curl-example-ipv6.dir/cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../curl-example-ipv6.dir/compiler_depend.ts | 2 - .../curl-example-ipv6.dir/depend.make | 2 - .../curl-example-ipv6.dir/flags.make | 10 - .../CMakeFiles/curl-example-ipv6.dir/link.txt | 1 - .../curl-example-ipv6.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-keepalive.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-keepalive.dir/depend.make | 2 - .../curl-example-keepalive.dir/flags.make | 10 - .../curl-example-keepalive.dir/link.txt | 1 - .../curl-example-keepalive.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-localport.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-localport.dir/depend.make | 2 - .../curl-example-localport.dir/flags.make | 10 - .../curl-example-localport.dir/link.txt | 1 - .../curl-example-localport.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-maxconnects.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-maxconnects.dir/depend.make | 2 - .../curl-example-maxconnects.dir/flags.make | 10 - .../curl-example-maxconnects.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-multi-app.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-multi-app.dir/depend.make | 2 - .../curl-example-multi-app.dir/flags.make | 10 - .../curl-example-multi-app.dir/link.txt | 1 - .../curl-example-multi-app.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../flags.make | 10 - .../link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-multi-double.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-multi-double.dir/depend.make | 2 - .../curl-example-multi-double.dir/flags.make | 10 - .../curl-example-multi-double.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-multi-formadd.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../curl-example-multi-formadd.dir/flags.make | 10 - .../curl-example-multi-formadd.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-multi-legacy.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-multi-legacy.dir/depend.make | 2 - .../curl-example-multi-legacy.dir/flags.make | 10 - .../curl-example-multi-legacy.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-multi-post.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-multi-post.dir/depend.make | 2 - .../curl-example-multi-post.dir/flags.make | 10 - .../curl-example-multi-post.dir/link.txt | 1 - .../curl-example-multi-post.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-multi-single.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-multi-single.dir/depend.make | 2 - .../curl-example-multi-single.dir/flags.make | 10 - .../curl-example-multi-single.dir/link.txt | 1 - .../progress.make | 3 - .../curl-example-netrc.dir/DependInfo.cmake | 24 - .../curl-example-netrc.dir/build.make | 116 - .../curl-example-netrc.dir/cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../curl-example-netrc.dir/compiler_depend.ts | 2 - .../curl-example-netrc.dir/depend.make | 2 - .../curl-example-netrc.dir/flags.make | 10 - .../curl-example-netrc.dir/link.txt | 1 - .../curl-example-netrc.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-parseurl.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-parseurl.dir/depend.make | 2 - .../curl-example-parseurl.dir/flags.make | 10 - .../curl-example-parseurl.dir/link.txt | 1 - .../curl-example-parseurl.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-persistent.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-persistent.dir/depend.make | 2 - .../curl-example-persistent.dir/flags.make | 10 - .../curl-example-persistent.dir/link.txt | 1 - .../curl-example-persistent.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-pop3-authzid.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-pop3-authzid.dir/depend.make | 2 - .../curl-example-pop3-authzid.dir/flags.make | 10 - .../curl-example-pop3-authzid.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-pop3-dele.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-pop3-dele.dir/depend.make | 2 - .../curl-example-pop3-dele.dir/flags.make | 10 - .../curl-example-pop3-dele.dir/link.txt | 1 - .../curl-example-pop3-dele.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-pop3-list.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-pop3-list.dir/depend.make | 2 - .../curl-example-pop3-list.dir/flags.make | 10 - .../curl-example-pop3-list.dir/link.txt | 1 - .../curl-example-pop3-list.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-pop3-multi.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-pop3-multi.dir/depend.make | 2 - .../curl-example-pop3-multi.dir/flags.make | 10 - .../curl-example-pop3-multi.dir/link.txt | 1 - .../curl-example-pop3-multi.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-pop3-noop.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-pop3-noop.dir/depend.make | 2 - .../curl-example-pop3-noop.dir/flags.make | 10 - .../curl-example-pop3-noop.dir/link.txt | 1 - .../curl-example-pop3-noop.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-pop3-retr.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-pop3-retr.dir/depend.make | 2 - .../curl-example-pop3-retr.dir/flags.make | 10 - .../curl-example-pop3-retr.dir/link.txt | 1 - .../curl-example-pop3-retr.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-pop3-ssl.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-pop3-ssl.dir/depend.make | 2 - .../curl-example-pop3-ssl.dir/flags.make | 10 - .../curl-example-pop3-ssl.dir/link.txt | 1 - .../curl-example-pop3-ssl.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-pop3-stat.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-pop3-stat.dir/depend.make | 2 - .../curl-example-pop3-stat.dir/flags.make | 10 - .../curl-example-pop3-stat.dir/link.txt | 1 - .../curl-example-pop3-stat.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-pop3-tls.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-pop3-tls.dir/depend.make | 2 - .../curl-example-pop3-tls.dir/flags.make | 10 - .../curl-example-pop3-tls.dir/link.txt | 1 - .../curl-example-pop3-tls.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-pop3-top.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-pop3-top.dir/depend.make | 2 - .../curl-example-pop3-top.dir/flags.make | 10 - .../curl-example-pop3-top.dir/link.txt | 1 - .../curl-example-pop3-top.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-pop3-uidl.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-pop3-uidl.dir/depend.make | 2 - .../curl-example-pop3-uidl.dir/flags.make | 10 - .../curl-example-pop3-uidl.dir/link.txt | 1 - .../curl-example-pop3-uidl.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-post-callback.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../curl-example-post-callback.dir/flags.make | 10 - .../curl-example-post-callback.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-postinmemory.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-postinmemory.dir/depend.make | 2 - .../curl-example-postinmemory.dir/flags.make | 10 - .../curl-example-postinmemory.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../flags.make | 10 - .../curl-example-postit2-formadd.dir/link.txt | 1 - .../progress.make | 3 - .../curl-example-postit2.dir/DependInfo.cmake | 24 - .../curl-example-postit2.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-postit2.dir/depend.make | 2 - .../curl-example-postit2.dir/flags.make | 10 - .../curl-example-postit2.dir/link.txt | 1 - .../curl-example-postit2.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-progressfunc.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-progressfunc.dir/depend.make | 2 - .../curl-example-progressfunc.dir/flags.make | 10 - .../curl-example-progressfunc.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-protofeats.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-protofeats.dir/depend.make | 2 - .../curl-example-protofeats.dir/flags.make | 10 - .../curl-example-protofeats.dir/link.txt | 1 - .../curl-example-protofeats.dir/progress.make | 3 - .../curl-example-range.dir/DependInfo.cmake | 24 - .../curl-example-range.dir/build.make | 116 - .../curl-example-range.dir/cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../curl-example-range.dir/compiler_depend.ts | 2 - .../curl-example-range.dir/depend.make | 2 - .../curl-example-range.dir/flags.make | 10 - .../curl-example-range.dir/link.txt | 1 - .../curl-example-range.dir/progress.make | 3 - .../curl-example-resolve.dir/DependInfo.cmake | 24 - .../curl-example-resolve.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-resolve.dir/depend.make | 2 - .../curl-example-resolve.dir/flags.make | 10 - .../curl-example-resolve.dir/link.txt | 1 - .../curl-example-resolve.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-rtsp-options.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-rtsp-options.dir/depend.make | 2 - .../curl-example-rtsp-options.dir/flags.make | 10 - .../curl-example-rtsp-options.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-sendrecv.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-sendrecv.dir/depend.make | 2 - .../curl-example-sendrecv.dir/flags.make | 10 - .../curl-example-sendrecv.dir/link.txt | 1 - .../curl-example-sendrecv.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-sepheaders.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-sepheaders.dir/depend.make | 2 - .../curl-example-sepheaders.dir/flags.make | 10 - .../curl-example-sepheaders.dir/link.txt | 1 - .../curl-example-sepheaders.dir/progress.make | 3 - .../curl-example-sftpget.dir/DependInfo.cmake | 24 - .../curl-example-sftpget.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-sftpget.dir/depend.make | 2 - .../curl-example-sftpget.dir/flags.make | 10 - .../curl-example-sftpget.dir/link.txt | 1 - .../curl-example-sftpget.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../flags.make | 10 - .../link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../flags.make | 10 - .../link.txt | 1 - .../progress.make | 3 - .../curl-example-simple.dir/DependInfo.cmake | 24 - .../curl-example-simple.dir/build.make | 116 - .../curl-example-simple.dir/cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-simple.dir/depend.make | 2 - .../curl-example-simple.dir/flags.make | 10 - .../curl-example-simple.dir/link.txt | 1 - .../curl-example-simple.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-simplepost.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-simplepost.dir/depend.make | 2 - .../curl-example-simplepost.dir/flags.make | 10 - .../curl-example-simplepost.dir/link.txt | 1 - .../curl-example-simplepost.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-simplessl.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-simplessl.dir/depend.make | 2 - .../curl-example-simplessl.dir/flags.make | 10 - .../curl-example-simplessl.dir/link.txt | 1 - .../curl-example-simplessl.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-smtp-authzid.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-smtp-authzid.dir/depend.make | 2 - .../curl-example-smtp-authzid.dir/flags.make | 10 - .../curl-example-smtp-authzid.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-smtp-expn.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-smtp-expn.dir/depend.make | 2 - .../curl-example-smtp-expn.dir/flags.make | 10 - .../curl-example-smtp-expn.dir/link.txt | 1 - .../curl-example-smtp-expn.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-smtp-mail.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-smtp-mail.dir/depend.make | 2 - .../curl-example-smtp-mail.dir/flags.make | 10 - .../curl-example-smtp-mail.dir/link.txt | 1 - .../curl-example-smtp-mail.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-smtp-mime.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-smtp-mime.dir/depend.make | 2 - .../curl-example-smtp-mime.dir/flags.make | 10 - .../curl-example-smtp-mime.dir/link.txt | 1 - .../curl-example-smtp-mime.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-smtp-multi.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-smtp-multi.dir/depend.make | 2 - .../curl-example-smtp-multi.dir/flags.make | 10 - .../curl-example-smtp-multi.dir/link.txt | 1 - .../curl-example-smtp-multi.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-smtp-ssl.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-smtp-ssl.dir/depend.make | 2 - .../curl-example-smtp-ssl.dir/flags.make | 10 - .../curl-example-smtp-ssl.dir/link.txt | 1 - .../curl-example-smtp-ssl.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-smtp-tls.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-smtp-tls.dir/depend.make | 2 - .../curl-example-smtp-tls.dir/flags.make | 10 - .../curl-example-smtp-tls.dir/link.txt | 1 - .../curl-example-smtp-tls.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-smtp-vrfy.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-smtp-vrfy.dir/depend.make | 2 - .../curl-example-smtp-vrfy.dir/flags.make | 10 - .../curl-example-smtp-vrfy.dir/link.txt | 1 - .../curl-example-smtp-vrfy.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-sslbackend.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-sslbackend.dir/depend.make | 2 - .../curl-example-sslbackend.dir/flags.make | 10 - .../curl-example-sslbackend.dir/link.txt | 1 - .../curl-example-sslbackend.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-unixsocket.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-unixsocket.dir/depend.make | 2 - .../curl-example-unixsocket.dir/flags.make | 10 - .../curl-example-unixsocket.dir/link.txt | 1 - .../curl-example-unixsocket.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-url2file.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-url2file.dir/depend.make | 2 - .../curl-example-url2file.dir/flags.make | 10 - .../curl-example-url2file.dir/link.txt | 1 - .../curl-example-url2file.dir/progress.make | 3 - .../curl-example-urlapi.dir/DependInfo.cmake | 24 - .../curl-example-urlapi.dir/build.make | 116 - .../curl-example-urlapi.dir/cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-urlapi.dir/depend.make | 2 - .../curl-example-urlapi.dir/flags.make | 10 - .../curl-example-urlapi.dir/link.txt | 1 - .../curl-example-urlapi.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-websocket-cb.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-websocket-cb.dir/depend.make | 2 - .../curl-example-websocket-cb.dir/flags.make | 10 - .../curl-example-websocket-cb.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curl-example-websocket.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curl-example-websocket.dir/depend.make | 2 - .../curl-example-websocket.dir/flags.make | 10 - .../curl-example-websocket.dir/link.txt | 1 - .../curl-example-websocket.dir/progress.make | 3 - .../curl-examples.dir/DependInfo.cmake | 22 - .../CMakeFiles/curl-examples.dir/build.make | 86 - .../curl-examples.dir/cmake_clean.cmake | 5 - .../curl-examples.dir/compiler_depend.make | 2 - .../curl-examples.dir/compiler_depend.ts | 2 - .../curl-examples.dir/progress.make | 1 - .../docs/examples/CMakeFiles/progress.marks | 1 - .../external/curl/docs/examples/Makefile | 4890 ---- .../curl/docs/examples/Makefile.inc.cmake | 160 - .../curl/docs/examples/cmake_install.cmake | 50 - .../CMakeDirectoryInformation.cmake | 16 - .../CMakeFiles/curl-man.dir/DependInfo.cmake | 126 - .../CMakeFiles/curl-man.dir/build.make | 695 - .../CMakeFiles/curl-man.dir/cmake_clean.cmake | 109 - .../curl-man.dir/compiler_depend.make | 2 - .../curl-man.dir/compiler_depend.ts | 2 - .../CMakeFiles/curl-man.dir/progress.make | 3 - .../docs/libcurl/CMakeFiles/progress.marks | 1 - .../external/curl/docs/libcurl/Makefile | 228 - .../curl/docs/libcurl/Makefile.inc.cmake | 127 - .../curl/docs/libcurl/cmake_install.cmake | 160 - .../CMakeDirectoryInformation.cmake | 16 - .../curl-opts-man.dir/DependInfo.cmake | 433 - .../CMakeFiles/curl-opts-man.dir/build.make | 2531 -- .../curl-opts-man.dir/cmake_clean.cmake | 415 - .../curl-opts-man.dir/compiler_depend.make | 2 - .../curl-opts-man.dir/compiler_depend.ts | 2 - .../curl-opts-man.dir/progress.make | 2 - .../libcurl/opts/CMakeFiles/progress.marks | 1 - .../external/curl/docs/libcurl/opts/Makefile | 228 - .../curl/docs/libcurl/opts/Makefile.inc.cmake | 433 - .../docs/libcurl/opts/cmake_install.cmake | 462 - .../external/curl/generated/CURLConfig.cmake | 101 - .../curl/generated/CURLConfigVersion.cmake | 71 - .../CMakeDirectoryInformation.cmake | 16 - .../lib/CMakeFiles/curlu.dir/DependInfo.cmake | 201 - .../curl/lib/CMakeFiles/curlu.dir/build.make | 2962 --- .../CMakeFiles/curlu.dir/cmake_clean.cmake | 367 - .../curlu.dir/cmake_clean_target.cmake | 3 - .../CMakeFiles/curlu.dir/compiler_depend.make | 2 - .../CMakeFiles/curlu.dir/compiler_depend.ts | 2 - .../curl/lib/CMakeFiles/curlu.dir/depend.make | 2 - .../curl/lib/CMakeFiles/curlu.dir/flags.make | 10 - .../curl/lib/CMakeFiles/curlu.dir/link.txt | 2 - .../lib/CMakeFiles/curlu.dir/progress.make | 181 - .../libcurl_static.dir/DependInfo.cmake | 201 - .../CMakeFiles/libcurl_static.dir/build.make | 2962 --- .../libcurl_static.dir/cmake_clean.cmake | 367 - .../cmake_clean_target.cmake | 3 - .../libcurl_static.dir/compiler_depend.make | 2 - .../libcurl_static.dir/compiler_depend.ts | 2 - .../CMakeFiles/libcurl_static.dir/depend.make | 2 - .../CMakeFiles/libcurl_static.dir/flags.make | 10 - .../CMakeFiles/libcurl_static.dir/link.txt | 2 - .../libcurl_static.dir/progress.make | 181 - .../curl/lib/CMakeFiles/progress.marks | 1 - build_emscripten/external/curl/lib/Makefile | 5613 ----- .../external/curl/lib/Makefile.inc.cmake | 405 - .../external/curl/lib/cmake_install.cmake | 54 - .../external/curl/lib/curl_config.h | 846 - .../external/curl/libcurl-target.cmake | 71 - build_emscripten/external/curl/libcurl.pc | 41 - .../CMakeDirectoryInformation.cmake | 16 - .../curl/scripts/CMakeFiles/progress.marks | 1 - .../external/curl/scripts/Makefile | 213 - .../external/curl/scripts/cmake_install.cmake | 50 - .../CMakeDirectoryInformation.cmake | 16 - .../curl-pytest-ci.dir/DependInfo.cmake | 22 - .../CMakeFiles/curl-pytest-ci.dir/build.make | 90 - .../curl-pytest-ci.dir/cmake_clean.cmake | 8 - .../curl-pytest-ci.dir/compiler_depend.make | 2 - .../curl-pytest-ci.dir/compiler_depend.ts | 2 - .../curl-pytest-ci.dir/progress.make | 1 - .../curl-pytest.dir/DependInfo.cmake | 22 - .../CMakeFiles/curl-pytest.dir/build.make | 90 - .../curl-pytest.dir/cmake_clean.cmake | 8 - .../curl-pytest.dir/compiler_depend.make | 2 - .../curl-pytest.dir/compiler_depend.ts | 2 - .../CMakeFiles/curl-pytest.dir/progress.make | 1 - .../curl/tests/CMakeFiles/progress.marks | 1 - .../CMakeFiles/test-am.dir/DependInfo.cmake | 22 - .../tests/CMakeFiles/test-am.dir/build.make | 90 - .../CMakeFiles/test-am.dir/cmake_clean.cmake | 8 - .../test-am.dir/compiler_depend.make | 2 - .../CMakeFiles/test-am.dir/compiler_depend.ts | 2 - .../CMakeFiles/test-am.dir/progress.make | 1 - .../CMakeFiles/test-ci.dir/DependInfo.cmake | 22 - .../tests/CMakeFiles/test-ci.dir/build.make | 90 - .../CMakeFiles/test-ci.dir/cmake_clean.cmake | 8 - .../test-ci.dir/compiler_depend.make | 2 - .../CMakeFiles/test-ci.dir/compiler_depend.ts | 2 - .../CMakeFiles/test-ci.dir/progress.make | 1 - .../test-event.dir/DependInfo.cmake | 22 - .../CMakeFiles/test-event.dir/build.make | 90 - .../test-event.dir/cmake_clean.cmake | 8 - .../test-event.dir/compiler_depend.make | 2 - .../test-event.dir/compiler_depend.ts | 2 - .../CMakeFiles/test-event.dir/progress.make | 1 - .../CMakeFiles/test-full.dir/DependInfo.cmake | 22 - .../tests/CMakeFiles/test-full.dir/build.make | 90 - .../test-full.dir/cmake_clean.cmake | 8 - .../test-full.dir/compiler_depend.make | 2 - .../test-full.dir/compiler_depend.ts | 2 - .../CMakeFiles/test-full.dir/progress.make | 1 - .../test-nonflaky.dir/DependInfo.cmake | 22 - .../CMakeFiles/test-nonflaky.dir/build.make | 90 - .../test-nonflaky.dir/cmake_clean.cmake | 8 - .../test-nonflaky.dir/compiler_depend.make | 2 - .../test-nonflaky.dir/compiler_depend.ts | 2 - .../test-nonflaky.dir/progress.make | 1 - .../test-quiet.dir/DependInfo.cmake | 22 - .../CMakeFiles/test-quiet.dir/build.make | 90 - .../test-quiet.dir/cmake_clean.cmake | 8 - .../test-quiet.dir/compiler_depend.make | 2 - .../test-quiet.dir/compiler_depend.ts | 2 - .../CMakeFiles/test-quiet.dir/progress.make | 1 - .../test-torture.dir/DependInfo.cmake | 22 - .../CMakeFiles/test-torture.dir/build.make | 90 - .../test-torture.dir/cmake_clean.cmake | 8 - .../test-torture.dir/compiler_depend.make | 2 - .../test-torture.dir/compiler_depend.ts | 2 - .../CMakeFiles/test-torture.dir/progress.make | 1 - .../CMakeFiles/testdeps.dir/DependInfo.cmake | 22 - .../tests/CMakeFiles/testdeps.dir/build.make | 86 - .../CMakeFiles/testdeps.dir/cmake_clean.cmake | 5 - .../testdeps.dir/compiler_depend.make | 2 - .../testdeps.dir/compiler_depend.ts | 2 - .../CMakeFiles/testdeps.dir/progress.make | 1 - build_emscripten/external/curl/tests/Makefile | 363 - .../CMakeDirectoryInformation.cmake | 16 - .../build-certs.dir/DependInfo.cmake | 65 - .../CMakeFiles/build-certs.dir/build.make | 292 - .../build-certs.dir/cmake_clean.cmake | 47 - .../build-certs.dir/compiler_depend.make | 2 - .../build-certs.dir/compiler_depend.ts | 2 - .../CMakeFiles/build-certs.dir/progress.make | 2 - .../clean-certs.dir/DependInfo.cmake | 22 - .../CMakeFiles/clean-certs.dir/build.make | 90 - .../clean-certs.dir/cmake_clean.cmake | 8 - .../clean-certs.dir/compiler_depend.make | 2 - .../clean-certs.dir/compiler_depend.ts | 2 - .../CMakeFiles/clean-certs.dir/progress.make | 1 - .../tests/certs/CMakeFiles/progress.marks | 1 - .../external/curl/tests/certs/Makefile | 243 - .../curl/tests/certs/Makefile.inc.cmake | 79 - .../curl/tests/certs/cmake_install.cmake | 50 - .../external/curl/tests/cmake_install.cmake | 85 - build_emscripten/external/curl/tests/config | 24 - .../external/curl/tests/configurehelp.pm | 45 - .../CMakeDirectoryInformation.cmake | 16 - .../curl/tests/http/CMakeFiles/progress.marks | 1 - .../external/curl/tests/http/Makefile | 213 - .../CMakeDirectoryInformation.cmake | 16 - .../DependInfo.cmake | 24 - .../curlt-client-h2-pausing.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curlt-client-h2-pausing.dir/depend.make | 2 - .../curlt-client-h2-pausing.dir/flags.make | 10 - .../curlt-client-h2-pausing.dir/link.txt | 1 - .../curlt-client-h2-pausing.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curlt-client-h2-serverpush.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../curlt-client-h2-serverpush.dir/flags.make | 10 - .../curlt-client-h2-serverpush.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../flags.make | 10 - .../link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curlt-client-hx-download.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curlt-client-hx-download.dir/depend.make | 2 - .../curlt-client-hx-download.dir/flags.make | 10 - .../curlt-client-hx-download.dir/link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../curlt-client-hx-upload.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curlt-client-hx-upload.dir/depend.make | 2 - .../curlt-client-hx-upload.dir/flags.make | 10 - .../curlt-client-hx-upload.dir/link.txt | 1 - .../curlt-client-hx-upload.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../flags.make | 10 - .../link.txt | 1 - .../progress.make | 3 - .../DependInfo.cmake | 24 - .../build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../flags.make | 10 - .../curlt-client-upload-pausing.dir/link.txt | 1 - .../progress.make | 3 - .../curlt-client-ws-data.dir/DependInfo.cmake | 24 - .../curlt-client-ws-data.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curlt-client-ws-data.dir/depend.make | 2 - .../curlt-client-ws-data.dir/flags.make | 10 - .../curlt-client-ws-data.dir/link.txt | 1 - .../curlt-client-ws-data.dir/progress.make | 3 - .../DependInfo.cmake | 24 - .../curlt-client-ws-pingpong.dir/build.make | 116 - .../cmake_clean.cmake | 12 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../curlt-client-ws-pingpong.dir/depend.make | 2 - .../curlt-client-ws-pingpong.dir/flags.make | 10 - .../curlt-client-ws-pingpong.dir/link.txt | 1 - .../progress.make | 3 - .../http/clients/CMakeFiles/progress.marks | 1 - .../test-http-clients.dir/DependInfo.cmake | 22 - .../test-http-clients.dir/build.make | 86 - .../test-http-clients.dir/cmake_clean.cmake | 5 - .../compiler_depend.make | 2 - .../test-http-clients.dir/compiler_depend.ts | 2 - .../test-http-clients.dir/progress.make | 1 - .../external/curl/tests/http/clients/Makefile | 606 - .../tests/http/clients/Makefile.inc.cmake | 35 - .../tests/http/clients/cmake_install.cmake | 50 - .../curl/tests/http/cmake_install.cmake | 50 - .../external/curl/tests/http/config.ini | 39 - .../CMakeDirectoryInformation.cmake | 16 - .../CMakeFiles/lib1156.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1156.dir/build.make | 148 - .../CMakeFiles/lib1156.dir/cmake_clean.cmake | 16 - .../lib1156.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1156.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1156.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1156.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1156.dir/link.txt | 1 - .../CMakeFiles/lib1156.dir/progress.make | 5 - .../CMakeFiles/lib1301.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1301.dir/build.make | 148 - .../CMakeFiles/lib1301.dir/cmake_clean.cmake | 16 - .../lib1301.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1301.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1301.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1301.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1301.dir/link.txt | 1 - .../CMakeFiles/lib1301.dir/progress.make | 5 - .../CMakeFiles/lib1308.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1308.dir/build.make | 132 - .../CMakeFiles/lib1308.dir/cmake_clean.cmake | 14 - .../lib1308.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1308.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1308.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1308.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1308.dir/link.txt | 1 - .../CMakeFiles/lib1308.dir/progress.make | 4 - .../CMakeFiles/lib1485.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1485.dir/build.make | 148 - .../CMakeFiles/lib1485.dir/cmake_clean.cmake | 16 - .../lib1485.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1485.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1485.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1485.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1485.dir/link.txt | 1 - .../CMakeFiles/lib1485.dir/progress.make | 5 - .../CMakeFiles/lib1500.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1500.dir/build.make | 148 - .../CMakeFiles/lib1500.dir/cmake_clean.cmake | 16 - .../lib1500.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1500.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1500.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1500.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1500.dir/link.txt | 1 - .../CMakeFiles/lib1500.dir/progress.make | 5 - .../CMakeFiles/lib1501.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1501.dir/build.make | 148 - .../CMakeFiles/lib1501.dir/cmake_clean.cmake | 16 - .../lib1501.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1501.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1501.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1501.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1501.dir/link.txt | 1 - .../CMakeFiles/lib1501.dir/progress.make | 5 - .../CMakeFiles/lib1502.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1502.dir/build.make | 148 - .../CMakeFiles/lib1502.dir/cmake_clean.cmake | 16 - .../lib1502.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1502.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1502.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1502.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1502.dir/link.txt | 1 - .../CMakeFiles/lib1502.dir/progress.make | 5 - .../CMakeFiles/lib1503.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1503.dir/build.make | 148 - .../CMakeFiles/lib1503.dir/cmake_clean.cmake | 16 - .../lib1503.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1503.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1503.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1503.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1503.dir/link.txt | 1 - .../CMakeFiles/lib1503.dir/progress.make | 5 - .../CMakeFiles/lib1504.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1504.dir/build.make | 148 - .../CMakeFiles/lib1504.dir/cmake_clean.cmake | 16 - .../lib1504.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1504.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1504.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1504.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1504.dir/link.txt | 1 - .../CMakeFiles/lib1504.dir/progress.make | 5 - .../CMakeFiles/lib1505.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1505.dir/build.make | 148 - .../CMakeFiles/lib1505.dir/cmake_clean.cmake | 16 - .../lib1505.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1505.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1505.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1505.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1505.dir/link.txt | 1 - .../CMakeFiles/lib1505.dir/progress.make | 5 - .../CMakeFiles/lib1506.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1506.dir/build.make | 148 - .../CMakeFiles/lib1506.dir/cmake_clean.cmake | 16 - .../lib1506.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1506.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1506.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1506.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1506.dir/link.txt | 1 - .../CMakeFiles/lib1506.dir/progress.make | 5 - .../CMakeFiles/lib1507.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1507.dir/build.make | 148 - .../CMakeFiles/lib1507.dir/cmake_clean.cmake | 16 - .../lib1507.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1507.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1507.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1507.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1507.dir/link.txt | 1 - .../CMakeFiles/lib1507.dir/progress.make | 5 - .../CMakeFiles/lib1508.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1508.dir/build.make | 148 - .../CMakeFiles/lib1508.dir/cmake_clean.cmake | 16 - .../lib1508.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1508.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1508.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1508.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1508.dir/link.txt | 1 - .../CMakeFiles/lib1508.dir/progress.make | 5 - .../CMakeFiles/lib1509.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1509.dir/build.make | 148 - .../CMakeFiles/lib1509.dir/cmake_clean.cmake | 16 - .../lib1509.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1509.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1509.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1509.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1509.dir/link.txt | 1 - .../CMakeFiles/lib1509.dir/progress.make | 5 - .../CMakeFiles/lib1510.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1510.dir/build.make | 148 - .../CMakeFiles/lib1510.dir/cmake_clean.cmake | 16 - .../lib1510.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1510.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1510.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1510.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1510.dir/link.txt | 1 - .../CMakeFiles/lib1510.dir/progress.make | 5 - .../CMakeFiles/lib1511.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1511.dir/build.make | 148 - .../CMakeFiles/lib1511.dir/cmake_clean.cmake | 16 - .../lib1511.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1511.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1511.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1511.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1511.dir/link.txt | 1 - .../CMakeFiles/lib1511.dir/progress.make | 5 - .../CMakeFiles/lib1512.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1512.dir/build.make | 148 - .../CMakeFiles/lib1512.dir/cmake_clean.cmake | 16 - .../lib1512.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1512.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1512.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1512.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1512.dir/link.txt | 1 - .../CMakeFiles/lib1512.dir/progress.make | 5 - .../CMakeFiles/lib1513.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1513.dir/build.make | 148 - .../CMakeFiles/lib1513.dir/cmake_clean.cmake | 16 - .../lib1513.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1513.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1513.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1513.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1513.dir/link.txt | 1 - .../CMakeFiles/lib1513.dir/progress.make | 5 - .../CMakeFiles/lib1514.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1514.dir/build.make | 148 - .../CMakeFiles/lib1514.dir/cmake_clean.cmake | 16 - .../lib1514.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1514.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1514.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1514.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1514.dir/link.txt | 1 - .../CMakeFiles/lib1514.dir/progress.make | 5 - .../CMakeFiles/lib1515.dir/DependInfo.cmake | 27 - .../libtest/CMakeFiles/lib1515.dir/build.make | 164 - .../CMakeFiles/lib1515.dir/cmake_clean.cmake | 18 - .../lib1515.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1515.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1515.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1515.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1515.dir/link.txt | 1 - .../CMakeFiles/lib1515.dir/progress.make | 6 - .../CMakeFiles/lib1517.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1517.dir/build.make | 132 - .../CMakeFiles/lib1517.dir/cmake_clean.cmake | 14 - .../lib1517.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1517.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1517.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1517.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1517.dir/link.txt | 1 - .../CMakeFiles/lib1517.dir/progress.make | 4 - .../CMakeFiles/lib1518.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1518.dir/build.make | 132 - .../CMakeFiles/lib1518.dir/cmake_clean.cmake | 14 - .../lib1518.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1518.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1518.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1518.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1518.dir/link.txt | 1 - .../CMakeFiles/lib1518.dir/progress.make | 4 - .../CMakeFiles/lib1520.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1520.dir/build.make | 132 - .../CMakeFiles/lib1520.dir/cmake_clean.cmake | 14 - .../lib1520.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1520.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1520.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1520.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1520.dir/link.txt | 1 - .../CMakeFiles/lib1520.dir/progress.make | 4 - .../CMakeFiles/lib1521.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1521.dir/build.make | 137 - .../CMakeFiles/lib1521.dir/cmake_clean.cmake | 15 - .../lib1521.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1521.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1521.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1521.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1521.dir/link.txt | 1 - .../CMakeFiles/lib1521.dir/progress.make | 5 - .../CMakeFiles/lib1522.dir/DependInfo.cmake | 27 - .../libtest/CMakeFiles/lib1522.dir/build.make | 164 - .../CMakeFiles/lib1522.dir/cmake_clean.cmake | 18 - .../lib1522.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1522.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1522.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1522.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1522.dir/link.txt | 1 - .../CMakeFiles/lib1522.dir/progress.make | 6 - .../CMakeFiles/lib1523.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1523.dir/build.make | 132 - .../CMakeFiles/lib1523.dir/cmake_clean.cmake | 14 - .../lib1523.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1523.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1523.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1523.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1523.dir/link.txt | 1 - .../CMakeFiles/lib1523.dir/progress.make | 4 - .../CMakeFiles/lib1525.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1525.dir/build.make | 148 - .../CMakeFiles/lib1525.dir/cmake_clean.cmake | 16 - .../lib1525.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1525.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1525.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1525.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1525.dir/link.txt | 1 - .../CMakeFiles/lib1525.dir/progress.make | 5 - .../CMakeFiles/lib1526.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1526.dir/build.make | 148 - .../CMakeFiles/lib1526.dir/cmake_clean.cmake | 16 - .../lib1526.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1526.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1526.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1526.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1526.dir/link.txt | 1 - .../CMakeFiles/lib1526.dir/progress.make | 5 - .../CMakeFiles/lib1527.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1527.dir/build.make | 148 - .../CMakeFiles/lib1527.dir/cmake_clean.cmake | 16 - .../lib1527.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1527.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1527.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1527.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1527.dir/link.txt | 1 - .../CMakeFiles/lib1527.dir/progress.make | 5 - .../CMakeFiles/lib1528.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1528.dir/build.make | 148 - .../CMakeFiles/lib1528.dir/cmake_clean.cmake | 16 - .../lib1528.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1528.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1528.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1528.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1528.dir/link.txt | 1 - .../CMakeFiles/lib1528.dir/progress.make | 5 - .../CMakeFiles/lib1529.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1529.dir/build.make | 148 - .../CMakeFiles/lib1529.dir/cmake_clean.cmake | 16 - .../lib1529.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1529.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1529.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1529.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1529.dir/link.txt | 1 - .../CMakeFiles/lib1529.dir/progress.make | 5 - .../CMakeFiles/lib1530.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1530.dir/build.make | 148 - .../CMakeFiles/lib1530.dir/cmake_clean.cmake | 16 - .../lib1530.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1530.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1530.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1530.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1530.dir/link.txt | 1 - .../CMakeFiles/lib1530.dir/progress.make | 5 - .../CMakeFiles/lib1531.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1531.dir/build.make | 148 - .../CMakeFiles/lib1531.dir/cmake_clean.cmake | 16 - .../lib1531.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1531.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1531.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1531.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1531.dir/link.txt | 1 - .../CMakeFiles/lib1531.dir/progress.make | 5 - .../CMakeFiles/lib1532.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1532.dir/build.make | 148 - .../CMakeFiles/lib1532.dir/cmake_clean.cmake | 16 - .../lib1532.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1532.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1532.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1532.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1532.dir/link.txt | 1 - .../CMakeFiles/lib1532.dir/progress.make | 5 - .../CMakeFiles/lib1533.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1533.dir/build.make | 148 - .../CMakeFiles/lib1533.dir/cmake_clean.cmake | 16 - .../lib1533.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1533.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1533.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1533.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1533.dir/link.txt | 1 - .../CMakeFiles/lib1533.dir/progress.make | 5 - .../CMakeFiles/lib1534.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1534.dir/build.make | 148 - .../CMakeFiles/lib1534.dir/cmake_clean.cmake | 16 - .../lib1534.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1534.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1534.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1534.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1534.dir/link.txt | 1 - .../CMakeFiles/lib1534.dir/progress.make | 5 - .../CMakeFiles/lib1535.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1535.dir/build.make | 148 - .../CMakeFiles/lib1535.dir/cmake_clean.cmake | 16 - .../lib1535.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1535.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1535.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1535.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1535.dir/link.txt | 1 - .../CMakeFiles/lib1535.dir/progress.make | 5 - .../CMakeFiles/lib1536.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1536.dir/build.make | 148 - .../CMakeFiles/lib1536.dir/cmake_clean.cmake | 16 - .../lib1536.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1536.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1536.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1536.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1536.dir/link.txt | 1 - .../CMakeFiles/lib1536.dir/progress.make | 5 - .../CMakeFiles/lib1537.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1537.dir/build.make | 148 - .../CMakeFiles/lib1537.dir/cmake_clean.cmake | 16 - .../lib1537.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1537.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1537.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1537.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1537.dir/link.txt | 1 - .../CMakeFiles/lib1537.dir/progress.make | 5 - .../CMakeFiles/lib1538.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1538.dir/build.make | 148 - .../CMakeFiles/lib1538.dir/cmake_clean.cmake | 16 - .../lib1538.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1538.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1538.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1538.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1538.dir/link.txt | 1 - .../CMakeFiles/lib1538.dir/progress.make | 5 - .../CMakeFiles/lib1539.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1539.dir/build.make | 148 - .../CMakeFiles/lib1539.dir/cmake_clean.cmake | 16 - .../lib1539.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1539.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1539.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1539.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1539.dir/link.txt | 1 - .../CMakeFiles/lib1539.dir/progress.make | 5 - .../CMakeFiles/lib1540.dir/DependInfo.cmake | 27 - .../libtest/CMakeFiles/lib1540.dir/build.make | 164 - .../CMakeFiles/lib1540.dir/cmake_clean.cmake | 18 - .../lib1540.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1540.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1540.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1540.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1540.dir/link.txt | 1 - .../CMakeFiles/lib1540.dir/progress.make | 6 - .../CMakeFiles/lib1541.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1541.dir/build.make | 148 - .../CMakeFiles/lib1541.dir/cmake_clean.cmake | 16 - .../lib1541.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1541.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1541.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1541.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1541.dir/link.txt | 1 - .../CMakeFiles/lib1541.dir/progress.make | 5 - .../CMakeFiles/lib1542.dir/DependInfo.cmake | 27 - .../libtest/CMakeFiles/lib1542.dir/build.make | 164 - .../CMakeFiles/lib1542.dir/cmake_clean.cmake | 18 - .../lib1542.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1542.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1542.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1542.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1542.dir/link.txt | 1 - .../CMakeFiles/lib1542.dir/progress.make | 6 - .../CMakeFiles/lib1543.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1543.dir/build.make | 132 - .../CMakeFiles/lib1543.dir/cmake_clean.cmake | 14 - .../lib1543.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1543.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1543.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1543.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1543.dir/link.txt | 1 - .../CMakeFiles/lib1543.dir/progress.make | 4 - .../CMakeFiles/lib1545.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1545.dir/build.make | 132 - .../CMakeFiles/lib1545.dir/cmake_clean.cmake | 14 - .../lib1545.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1545.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1545.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1545.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1545.dir/link.txt | 1 - .../CMakeFiles/lib1545.dir/progress.make | 4 - .../CMakeFiles/lib1550.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1550.dir/build.make | 132 - .../CMakeFiles/lib1550.dir/cmake_clean.cmake | 14 - .../lib1550.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1550.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1550.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1550.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1550.dir/link.txt | 1 - .../CMakeFiles/lib1550.dir/progress.make | 4 - .../CMakeFiles/lib1551.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1551.dir/build.make | 132 - .../CMakeFiles/lib1551.dir/cmake_clean.cmake | 14 - .../lib1551.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1551.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1551.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1551.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1551.dir/link.txt | 1 - .../CMakeFiles/lib1551.dir/progress.make | 4 - .../CMakeFiles/lib1552.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1552.dir/build.make | 148 - .../CMakeFiles/lib1552.dir/cmake_clean.cmake | 16 - .../lib1552.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1552.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1552.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1552.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1552.dir/link.txt | 1 - .../CMakeFiles/lib1552.dir/progress.make | 5 - .../CMakeFiles/lib1553.dir/DependInfo.cmake | 27 - .../libtest/CMakeFiles/lib1553.dir/build.make | 164 - .../CMakeFiles/lib1553.dir/cmake_clean.cmake | 18 - .../lib1553.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1553.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1553.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1553.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1553.dir/link.txt | 1 - .../CMakeFiles/lib1553.dir/progress.make | 6 - .../CMakeFiles/lib1554.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1554.dir/build.make | 132 - .../CMakeFiles/lib1554.dir/cmake_clean.cmake | 14 - .../lib1554.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1554.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1554.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1554.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1554.dir/link.txt | 1 - .../CMakeFiles/lib1554.dir/progress.make | 4 - .../CMakeFiles/lib1555.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1555.dir/build.make | 148 - .../CMakeFiles/lib1555.dir/cmake_clean.cmake | 16 - .../lib1555.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1555.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1555.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1555.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1555.dir/link.txt | 1 - .../CMakeFiles/lib1555.dir/progress.make | 5 - .../CMakeFiles/lib1556.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1556.dir/build.make | 148 - .../CMakeFiles/lib1556.dir/cmake_clean.cmake | 16 - .../lib1556.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1556.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1556.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1556.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1556.dir/link.txt | 1 - .../CMakeFiles/lib1556.dir/progress.make | 5 - .../CMakeFiles/lib1557.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1557.dir/build.make | 148 - .../CMakeFiles/lib1557.dir/cmake_clean.cmake | 16 - .../lib1557.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1557.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1557.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1557.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1557.dir/link.txt | 1 - .../CMakeFiles/lib1557.dir/progress.make | 5 - .../CMakeFiles/lib1558.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1558.dir/build.make | 148 - .../CMakeFiles/lib1558.dir/cmake_clean.cmake | 16 - .../lib1558.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1558.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1558.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1558.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1558.dir/link.txt | 1 - .../CMakeFiles/lib1558.dir/progress.make | 5 - .../CMakeFiles/lib1559.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1559.dir/build.make | 148 - .../CMakeFiles/lib1559.dir/cmake_clean.cmake | 16 - .../lib1559.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1559.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1559.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1559.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1559.dir/link.txt | 1 - .../CMakeFiles/lib1559.dir/progress.make | 5 - .../CMakeFiles/lib1560.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1560.dir/build.make | 148 - .../CMakeFiles/lib1560.dir/cmake_clean.cmake | 16 - .../lib1560.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1560.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1560.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1560.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1560.dir/link.txt | 1 - .../CMakeFiles/lib1560.dir/progress.make | 5 - .../CMakeFiles/lib1564.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1564.dir/build.make | 148 - .../CMakeFiles/lib1564.dir/cmake_clean.cmake | 16 - .../lib1564.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1564.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1564.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1564.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1564.dir/link.txt | 1 - .../CMakeFiles/lib1564.dir/progress.make | 5 - .../CMakeFiles/lib1565.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1565.dir/build.make | 148 - .../CMakeFiles/lib1565.dir/cmake_clean.cmake | 16 - .../lib1565.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1565.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1565.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1565.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1565.dir/link.txt | 1 - .../CMakeFiles/lib1565.dir/progress.make | 5 - .../CMakeFiles/lib1567.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1567.dir/build.make | 132 - .../CMakeFiles/lib1567.dir/cmake_clean.cmake | 14 - .../lib1567.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1567.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1567.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1567.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1567.dir/link.txt | 1 - .../CMakeFiles/lib1567.dir/progress.make | 4 - .../CMakeFiles/lib1568.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1568.dir/build.make | 132 - .../CMakeFiles/lib1568.dir/cmake_clean.cmake | 14 - .../lib1568.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1568.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1568.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1568.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1568.dir/link.txt | 1 - .../CMakeFiles/lib1568.dir/progress.make | 4 - .../CMakeFiles/lib1569.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1569.dir/build.make | 132 - .../CMakeFiles/lib1569.dir/cmake_clean.cmake | 14 - .../lib1569.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1569.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1569.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1569.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1569.dir/link.txt | 1 - .../CMakeFiles/lib1569.dir/progress.make | 4 - .../CMakeFiles/lib1571.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1571.dir/build.make | 132 - .../CMakeFiles/lib1571.dir/cmake_clean.cmake | 14 - .../lib1571.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1571.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1571.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1571.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1571.dir/link.txt | 1 - .../CMakeFiles/lib1571.dir/progress.make | 4 - .../CMakeFiles/lib1576.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1576.dir/build.make | 132 - .../CMakeFiles/lib1576.dir/cmake_clean.cmake | 14 - .../lib1576.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1576.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1576.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1576.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1576.dir/link.txt | 1 - .../CMakeFiles/lib1576.dir/progress.make | 4 - .../CMakeFiles/lib1578.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1578.dir/build.make | 132 - .../CMakeFiles/lib1578.dir/cmake_clean.cmake | 14 - .../lib1578.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1578.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1578.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1578.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1578.dir/link.txt | 1 - .../CMakeFiles/lib1578.dir/progress.make | 4 - .../CMakeFiles/lib1591.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1591.dir/build.make | 148 - .../CMakeFiles/lib1591.dir/cmake_clean.cmake | 16 - .../lib1591.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1591.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1591.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1591.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1591.dir/link.txt | 1 - .../CMakeFiles/lib1591.dir/progress.make | 5 - .../CMakeFiles/lib1592.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1592.dir/build.make | 148 - .../CMakeFiles/lib1592.dir/cmake_clean.cmake | 16 - .../lib1592.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1592.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1592.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1592.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1592.dir/link.txt | 1 - .../CMakeFiles/lib1592.dir/progress.make | 5 - .../CMakeFiles/lib1593.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1593.dir/build.make | 148 - .../CMakeFiles/lib1593.dir/cmake_clean.cmake | 16 - .../lib1593.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1593.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1593.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1593.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1593.dir/link.txt | 1 - .../CMakeFiles/lib1593.dir/progress.make | 5 - .../CMakeFiles/lib1594.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1594.dir/build.make | 148 - .../CMakeFiles/lib1594.dir/cmake_clean.cmake | 16 - .../lib1594.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1594.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1594.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1594.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1594.dir/link.txt | 1 - .../CMakeFiles/lib1594.dir/progress.make | 5 - .../CMakeFiles/lib1596.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1596.dir/build.make | 148 - .../CMakeFiles/lib1596.dir/cmake_clean.cmake | 16 - .../lib1596.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1596.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1596.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1596.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1596.dir/link.txt | 1 - .../CMakeFiles/lib1596.dir/progress.make | 5 - .../CMakeFiles/lib1597.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1597.dir/build.make | 148 - .../CMakeFiles/lib1597.dir/cmake_clean.cmake | 16 - .../lib1597.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1597.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1597.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1597.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1597.dir/link.txt | 1 - .../CMakeFiles/lib1597.dir/progress.make | 5 - .../CMakeFiles/lib1598.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1598.dir/build.make | 148 - .../CMakeFiles/lib1598.dir/cmake_clean.cmake | 16 - .../lib1598.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1598.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1598.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1598.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1598.dir/link.txt | 1 - .../CMakeFiles/lib1598.dir/progress.make | 5 - .../CMakeFiles/lib1662.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1662.dir/build.make | 148 - .../CMakeFiles/lib1662.dir/cmake_clean.cmake | 16 - .../lib1662.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1662.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1662.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1662.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1662.dir/link.txt | 1 - .../CMakeFiles/lib1662.dir/progress.make | 5 - .../CMakeFiles/lib1900.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1900.dir/build.make | 132 - .../CMakeFiles/lib1900.dir/cmake_clean.cmake | 14 - .../lib1900.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1900.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1900.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1900.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1900.dir/link.txt | 1 - .../CMakeFiles/lib1900.dir/progress.make | 4 - .../CMakeFiles/lib1901.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1901.dir/build.make | 132 - .../CMakeFiles/lib1901.dir/cmake_clean.cmake | 14 - .../lib1901.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1901.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1901.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1901.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1901.dir/link.txt | 1 - .../CMakeFiles/lib1901.dir/progress.make | 4 - .../CMakeFiles/lib1903.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1903.dir/build.make | 148 - .../CMakeFiles/lib1903.dir/cmake_clean.cmake | 16 - .../lib1903.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1903.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1903.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1903.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1903.dir/link.txt | 1 - .../CMakeFiles/lib1903.dir/progress.make | 5 - .../CMakeFiles/lib1905.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1905.dir/build.make | 148 - .../CMakeFiles/lib1905.dir/cmake_clean.cmake | 16 - .../lib1905.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1905.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1905.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1905.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1905.dir/link.txt | 1 - .../CMakeFiles/lib1905.dir/progress.make | 5 - .../CMakeFiles/lib1906.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1906.dir/build.make | 148 - .../CMakeFiles/lib1906.dir/cmake_clean.cmake | 16 - .../lib1906.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1906.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1906.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1906.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1906.dir/link.txt | 1 - .../CMakeFiles/lib1906.dir/progress.make | 5 - .../CMakeFiles/lib1907.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1907.dir/build.make | 148 - .../CMakeFiles/lib1907.dir/cmake_clean.cmake | 16 - .../lib1907.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1907.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1907.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1907.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1907.dir/link.txt | 1 - .../CMakeFiles/lib1907.dir/progress.make | 5 - .../CMakeFiles/lib1908.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1908.dir/build.make | 148 - .../CMakeFiles/lib1908.dir/cmake_clean.cmake | 16 - .../lib1908.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1908.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1908.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1908.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1908.dir/link.txt | 1 - .../CMakeFiles/lib1908.dir/progress.make | 5 - .../CMakeFiles/lib1910.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1910.dir/build.make | 148 - .../CMakeFiles/lib1910.dir/cmake_clean.cmake | 16 - .../lib1910.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1910.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1910.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1910.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1910.dir/link.txt | 1 - .../CMakeFiles/lib1910.dir/progress.make | 5 - .../CMakeFiles/lib1911.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1911.dir/build.make | 148 - .../CMakeFiles/lib1911.dir/cmake_clean.cmake | 16 - .../lib1911.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1911.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1911.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1911.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1911.dir/link.txt | 1 - .../CMakeFiles/lib1911.dir/progress.make | 5 - .../CMakeFiles/lib1912.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1912.dir/build.make | 148 - .../CMakeFiles/lib1912.dir/cmake_clean.cmake | 16 - .../lib1912.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1912.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1912.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1912.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1912.dir/link.txt | 1 - .../CMakeFiles/lib1912.dir/progress.make | 5 - .../CMakeFiles/lib1913.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1913.dir/build.make | 148 - .../CMakeFiles/lib1913.dir/cmake_clean.cmake | 16 - .../lib1913.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1913.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1913.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1913.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1913.dir/link.txt | 1 - .../CMakeFiles/lib1913.dir/progress.make | 5 - .../CMakeFiles/lib1915.dir/DependInfo.cmake | 27 - .../libtest/CMakeFiles/lib1915.dir/build.make | 164 - .../CMakeFiles/lib1915.dir/cmake_clean.cmake | 18 - .../lib1915.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1915.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1915.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1915.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1915.dir/link.txt | 1 - .../CMakeFiles/lib1915.dir/progress.make | 6 - .../CMakeFiles/lib1916.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1916.dir/build.make | 132 - .../CMakeFiles/lib1916.dir/cmake_clean.cmake | 14 - .../lib1916.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1916.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1916.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1916.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1916.dir/link.txt | 1 - .../CMakeFiles/lib1916.dir/progress.make | 4 - .../CMakeFiles/lib1917.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1917.dir/build.make | 132 - .../CMakeFiles/lib1917.dir/cmake_clean.cmake | 14 - .../lib1917.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1917.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1917.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1917.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1917.dir/link.txt | 1 - .../CMakeFiles/lib1917.dir/progress.make | 4 - .../CMakeFiles/lib1918.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1918.dir/build.make | 132 - .../CMakeFiles/lib1918.dir/cmake_clean.cmake | 14 - .../lib1918.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1918.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1918.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1918.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1918.dir/link.txt | 1 - .../CMakeFiles/lib1918.dir/progress.make | 4 - .../CMakeFiles/lib1919.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1919.dir/build.make | 132 - .../CMakeFiles/lib1919.dir/cmake_clean.cmake | 14 - .../lib1919.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1919.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1919.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1919.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1919.dir/link.txt | 1 - .../CMakeFiles/lib1919.dir/progress.make | 4 - .../CMakeFiles/lib1933.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1933.dir/build.make | 148 - .../CMakeFiles/lib1933.dir/cmake_clean.cmake | 16 - .../lib1933.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1933.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1933.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1933.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1933.dir/link.txt | 1 - .../CMakeFiles/lib1933.dir/progress.make | 5 - .../CMakeFiles/lib1934.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1934.dir/build.make | 148 - .../CMakeFiles/lib1934.dir/cmake_clean.cmake | 16 - .../lib1934.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1934.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1934.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1934.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1934.dir/link.txt | 1 - .../CMakeFiles/lib1934.dir/progress.make | 5 - .../CMakeFiles/lib1935.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1935.dir/build.make | 148 - .../CMakeFiles/lib1935.dir/cmake_clean.cmake | 16 - .../lib1935.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1935.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1935.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1935.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1935.dir/link.txt | 1 - .../CMakeFiles/lib1935.dir/progress.make | 5 - .../CMakeFiles/lib1936.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1936.dir/build.make | 148 - .../CMakeFiles/lib1936.dir/cmake_clean.cmake | 16 - .../lib1936.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1936.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1936.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1936.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1936.dir/link.txt | 1 - .../CMakeFiles/lib1936.dir/progress.make | 5 - .../CMakeFiles/lib1937.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1937.dir/build.make | 132 - .../CMakeFiles/lib1937.dir/cmake_clean.cmake | 14 - .../lib1937.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1937.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1937.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1937.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1937.dir/link.txt | 1 - .../CMakeFiles/lib1937.dir/progress.make | 4 - .../CMakeFiles/lib1938.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1938.dir/build.make | 132 - .../CMakeFiles/lib1938.dir/cmake_clean.cmake | 14 - .../lib1938.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1938.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1938.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1938.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1938.dir/link.txt | 1 - .../CMakeFiles/lib1938.dir/progress.make | 4 - .../CMakeFiles/lib1939.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1939.dir/build.make | 132 - .../CMakeFiles/lib1939.dir/cmake_clean.cmake | 14 - .../lib1939.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1939.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1939.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1939.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1939.dir/link.txt | 1 - .../CMakeFiles/lib1939.dir/progress.make | 4 - .../CMakeFiles/lib1940.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1940.dir/build.make | 132 - .../CMakeFiles/lib1940.dir/cmake_clean.cmake | 14 - .../lib1940.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1940.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1940.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1940.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1940.dir/link.txt | 1 - .../CMakeFiles/lib1940.dir/progress.make | 4 - .../CMakeFiles/lib1945.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1945.dir/build.make | 132 - .../CMakeFiles/lib1945.dir/cmake_clean.cmake | 14 - .../lib1945.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1945.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1945.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1945.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1945.dir/link.txt | 1 - .../CMakeFiles/lib1945.dir/progress.make | 4 - .../CMakeFiles/lib1946.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1946.dir/build.make | 132 - .../CMakeFiles/lib1946.dir/cmake_clean.cmake | 14 - .../lib1946.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1946.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1946.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1946.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1946.dir/link.txt | 1 - .../CMakeFiles/lib1946.dir/progress.make | 4 - .../CMakeFiles/lib1947.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1947.dir/build.make | 132 - .../CMakeFiles/lib1947.dir/cmake_clean.cmake | 14 - .../lib1947.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1947.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1947.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1947.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1947.dir/link.txt | 1 - .../CMakeFiles/lib1947.dir/progress.make | 4 - .../CMakeFiles/lib1948.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1948.dir/build.make | 132 - .../CMakeFiles/lib1948.dir/cmake_clean.cmake | 14 - .../lib1948.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1948.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1948.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1948.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1948.dir/link.txt | 1 - .../CMakeFiles/lib1948.dir/progress.make | 4 - .../CMakeFiles/lib1955.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1955.dir/build.make | 148 - .../CMakeFiles/lib1955.dir/cmake_clean.cmake | 16 - .../lib1955.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1955.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1955.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1955.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1955.dir/link.txt | 1 - .../CMakeFiles/lib1955.dir/progress.make | 5 - .../CMakeFiles/lib1956.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1956.dir/build.make | 148 - .../CMakeFiles/lib1956.dir/cmake_clean.cmake | 16 - .../lib1956.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1956.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1956.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1956.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1956.dir/link.txt | 1 - .../CMakeFiles/lib1956.dir/progress.make | 5 - .../CMakeFiles/lib1957.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1957.dir/build.make | 148 - .../CMakeFiles/lib1957.dir/cmake_clean.cmake | 16 - .../lib1957.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1957.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1957.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1957.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1957.dir/link.txt | 1 - .../CMakeFiles/lib1957.dir/progress.make | 5 - .../CMakeFiles/lib1958.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1958.dir/build.make | 148 - .../CMakeFiles/lib1958.dir/cmake_clean.cmake | 16 - .../lib1958.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1958.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1958.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1958.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1958.dir/link.txt | 1 - .../CMakeFiles/lib1958.dir/progress.make | 5 - .../CMakeFiles/lib1959.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1959.dir/build.make | 148 - .../CMakeFiles/lib1959.dir/cmake_clean.cmake | 16 - .../lib1959.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1959.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1959.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1959.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1959.dir/link.txt | 1 - .../CMakeFiles/lib1959.dir/progress.make | 5 - .../CMakeFiles/lib1960.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib1960.dir/build.make | 132 - .../CMakeFiles/lib1960.dir/cmake_clean.cmake | 14 - .../lib1960.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1960.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1960.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1960.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1960.dir/link.txt | 1 - .../CMakeFiles/lib1960.dir/progress.make | 4 - .../CMakeFiles/lib1964.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1964.dir/build.make | 148 - .../CMakeFiles/lib1964.dir/cmake_clean.cmake | 16 - .../lib1964.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1964.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1964.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1964.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1964.dir/link.txt | 1 - .../CMakeFiles/lib1964.dir/progress.make | 5 - .../CMakeFiles/lib1970.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1970.dir/build.make | 148 - .../CMakeFiles/lib1970.dir/cmake_clean.cmake | 16 - .../lib1970.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1970.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1970.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1970.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1970.dir/link.txt | 1 - .../CMakeFiles/lib1970.dir/progress.make | 5 - .../CMakeFiles/lib1971.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1971.dir/build.make | 148 - .../CMakeFiles/lib1971.dir/cmake_clean.cmake | 16 - .../lib1971.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1971.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1971.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1971.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1971.dir/link.txt | 1 - .../CMakeFiles/lib1971.dir/progress.make | 5 - .../CMakeFiles/lib1972.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1972.dir/build.make | 148 - .../CMakeFiles/lib1972.dir/cmake_clean.cmake | 16 - .../lib1972.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1972.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1972.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1972.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1972.dir/link.txt | 1 - .../CMakeFiles/lib1972.dir/progress.make | 5 - .../CMakeFiles/lib1973.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1973.dir/build.make | 148 - .../CMakeFiles/lib1973.dir/cmake_clean.cmake | 16 - .../lib1973.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1973.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1973.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1973.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1973.dir/link.txt | 1 - .../CMakeFiles/lib1973.dir/progress.make | 5 - .../CMakeFiles/lib1974.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1974.dir/build.make | 148 - .../CMakeFiles/lib1974.dir/cmake_clean.cmake | 16 - .../lib1974.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1974.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1974.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1974.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1974.dir/link.txt | 1 - .../CMakeFiles/lib1974.dir/progress.make | 5 - .../CMakeFiles/lib1975.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1975.dir/build.make | 148 - .../CMakeFiles/lib1975.dir/cmake_clean.cmake | 16 - .../lib1975.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1975.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1975.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1975.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1975.dir/link.txt | 1 - .../CMakeFiles/lib1975.dir/progress.make | 5 - .../CMakeFiles/lib1977.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1977.dir/build.make | 148 - .../CMakeFiles/lib1977.dir/cmake_clean.cmake | 16 - .../lib1977.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1977.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1977.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1977.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1977.dir/link.txt | 1 - .../CMakeFiles/lib1977.dir/progress.make | 5 - .../CMakeFiles/lib1978.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib1978.dir/build.make | 148 - .../CMakeFiles/lib1978.dir/cmake_clean.cmake | 16 - .../lib1978.dir/compiler_depend.make | 2 - .../CMakeFiles/lib1978.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib1978.dir/depend.make | 2 - .../libtest/CMakeFiles/lib1978.dir/flags.make | 10 - .../libtest/CMakeFiles/lib1978.dir/link.txt | 1 - .../CMakeFiles/lib1978.dir/progress.make | 5 - .../CMakeFiles/lib2301.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib2301.dir/build.make | 132 - .../CMakeFiles/lib2301.dir/cmake_clean.cmake | 14 - .../lib2301.dir/compiler_depend.make | 2 - .../CMakeFiles/lib2301.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib2301.dir/depend.make | 2 - .../libtest/CMakeFiles/lib2301.dir/flags.make | 10 - .../libtest/CMakeFiles/lib2301.dir/link.txt | 1 - .../CMakeFiles/lib2301.dir/progress.make | 4 - .../CMakeFiles/lib2302.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib2302.dir/build.make | 132 - .../CMakeFiles/lib2302.dir/cmake_clean.cmake | 14 - .../lib2302.dir/compiler_depend.make | 2 - .../CMakeFiles/lib2302.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib2302.dir/depend.make | 2 - .../libtest/CMakeFiles/lib2302.dir/flags.make | 10 - .../libtest/CMakeFiles/lib2302.dir/link.txt | 1 - .../CMakeFiles/lib2302.dir/progress.make | 4 - .../CMakeFiles/lib2304.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib2304.dir/build.make | 132 - .../CMakeFiles/lib2304.dir/cmake_clean.cmake | 14 - .../lib2304.dir/compiler_depend.make | 2 - .../CMakeFiles/lib2304.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib2304.dir/depend.make | 2 - .../libtest/CMakeFiles/lib2304.dir/flags.make | 10 - .../libtest/CMakeFiles/lib2304.dir/link.txt | 1 - .../CMakeFiles/lib2304.dir/progress.make | 4 - .../CMakeFiles/lib2305.dir/DependInfo.cmake | 27 - .../libtest/CMakeFiles/lib2305.dir/build.make | 164 - .../CMakeFiles/lib2305.dir/cmake_clean.cmake | 18 - .../lib2305.dir/compiler_depend.make | 2 - .../CMakeFiles/lib2305.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib2305.dir/depend.make | 2 - .../libtest/CMakeFiles/lib2305.dir/flags.make | 10 - .../libtest/CMakeFiles/lib2305.dir/link.txt | 1 - .../CMakeFiles/lib2305.dir/progress.make | 6 - .../CMakeFiles/lib2306.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib2306.dir/build.make | 132 - .../CMakeFiles/lib2306.dir/cmake_clean.cmake | 14 - .../lib2306.dir/compiler_depend.make | 2 - .../CMakeFiles/lib2306.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib2306.dir/depend.make | 2 - .../libtest/CMakeFiles/lib2306.dir/flags.make | 10 - .../libtest/CMakeFiles/lib2306.dir/link.txt | 1 - .../CMakeFiles/lib2306.dir/progress.make | 4 - .../CMakeFiles/lib2308.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib2308.dir/build.make | 132 - .../CMakeFiles/lib2308.dir/cmake_clean.cmake | 14 - .../lib2308.dir/compiler_depend.make | 2 - .../CMakeFiles/lib2308.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib2308.dir/depend.make | 2 - .../libtest/CMakeFiles/lib2308.dir/flags.make | 10 - .../libtest/CMakeFiles/lib2308.dir/link.txt | 1 - .../CMakeFiles/lib2308.dir/progress.make | 4 - .../CMakeFiles/lib2309.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib2309.dir/build.make | 132 - .../CMakeFiles/lib2309.dir/cmake_clean.cmake | 14 - .../lib2309.dir/compiler_depend.make | 2 - .../CMakeFiles/lib2309.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib2309.dir/depend.make | 2 - .../libtest/CMakeFiles/lib2309.dir/flags.make | 10 - .../libtest/CMakeFiles/lib2309.dir/link.txt | 1 - .../CMakeFiles/lib2309.dir/progress.make | 4 - .../CMakeFiles/lib2310.dir/DependInfo.cmake | 27 - .../libtest/CMakeFiles/lib2310.dir/build.make | 164 - .../CMakeFiles/lib2310.dir/cmake_clean.cmake | 18 - .../lib2310.dir/compiler_depend.make | 2 - .../CMakeFiles/lib2310.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib2310.dir/depend.make | 2 - .../libtest/CMakeFiles/lib2310.dir/flags.make | 10 - .../libtest/CMakeFiles/lib2310.dir/link.txt | 1 - .../CMakeFiles/lib2310.dir/progress.make | 6 - .../CMakeFiles/lib2311.dir/DependInfo.cmake | 27 - .../libtest/CMakeFiles/lib2311.dir/build.make | 164 - .../CMakeFiles/lib2311.dir/cmake_clean.cmake | 18 - .../lib2311.dir/compiler_depend.make | 2 - .../CMakeFiles/lib2311.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib2311.dir/depend.make | 2 - .../libtest/CMakeFiles/lib2311.dir/flags.make | 10 - .../libtest/CMakeFiles/lib2311.dir/link.txt | 1 - .../CMakeFiles/lib2311.dir/progress.make | 6 - .../CMakeFiles/lib2312.dir/DependInfo.cmake | 27 - .../libtest/CMakeFiles/lib2312.dir/build.make | 164 - .../CMakeFiles/lib2312.dir/cmake_clean.cmake | 18 - .../lib2312.dir/compiler_depend.make | 2 - .../CMakeFiles/lib2312.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib2312.dir/depend.make | 2 - .../libtest/CMakeFiles/lib2312.dir/flags.make | 10 - .../libtest/CMakeFiles/lib2312.dir/link.txt | 1 - .../CMakeFiles/lib2312.dir/progress.make | 6 - .../CMakeFiles/lib2402.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib2402.dir/build.make | 148 - .../CMakeFiles/lib2402.dir/cmake_clean.cmake | 16 - .../lib2402.dir/compiler_depend.make | 2 - .../CMakeFiles/lib2402.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib2402.dir/depend.make | 2 - .../libtest/CMakeFiles/lib2402.dir/flags.make | 10 - .../libtest/CMakeFiles/lib2402.dir/link.txt | 1 - .../CMakeFiles/lib2402.dir/progress.make | 5 - .../CMakeFiles/lib2404.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib2404.dir/build.make | 148 - .../CMakeFiles/lib2404.dir/cmake_clean.cmake | 16 - .../lib2404.dir/compiler_depend.make | 2 - .../CMakeFiles/lib2404.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib2404.dir/depend.make | 2 - .../libtest/CMakeFiles/lib2404.dir/flags.make | 10 - .../libtest/CMakeFiles/lib2404.dir/link.txt | 1 - .../CMakeFiles/lib2404.dir/progress.make | 5 - .../CMakeFiles/lib2405.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib2405.dir/build.make | 148 - .../CMakeFiles/lib2405.dir/cmake_clean.cmake | 16 - .../lib2405.dir/compiler_depend.make | 2 - .../CMakeFiles/lib2405.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib2405.dir/depend.make | 2 - .../libtest/CMakeFiles/lib2405.dir/flags.make | 10 - .../libtest/CMakeFiles/lib2405.dir/link.txt | 1 - .../CMakeFiles/lib2405.dir/progress.make | 5 - .../CMakeFiles/lib2502.dir/DependInfo.cmake | 27 - .../libtest/CMakeFiles/lib2502.dir/build.make | 164 - .../CMakeFiles/lib2502.dir/cmake_clean.cmake | 18 - .../lib2502.dir/compiler_depend.make | 2 - .../CMakeFiles/lib2502.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib2502.dir/depend.make | 2 - .../libtest/CMakeFiles/lib2502.dir/flags.make | 10 - .../libtest/CMakeFiles/lib2502.dir/link.txt | 1 - .../CMakeFiles/lib2502.dir/progress.make | 6 - .../CMakeFiles/lib3010.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib3010.dir/build.make | 148 - .../CMakeFiles/lib3010.dir/cmake_clean.cmake | 16 - .../lib3010.dir/compiler_depend.make | 2 - .../CMakeFiles/lib3010.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib3010.dir/depend.make | 2 - .../libtest/CMakeFiles/lib3010.dir/flags.make | 10 - .../libtest/CMakeFiles/lib3010.dir/link.txt | 1 - .../CMakeFiles/lib3010.dir/progress.make | 5 - .../CMakeFiles/lib3025.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib3025.dir/build.make | 148 - .../CMakeFiles/lib3025.dir/cmake_clean.cmake | 16 - .../lib3025.dir/compiler_depend.make | 2 - .../CMakeFiles/lib3025.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib3025.dir/depend.make | 2 - .../libtest/CMakeFiles/lib3025.dir/flags.make | 10 - .../libtest/CMakeFiles/lib3025.dir/link.txt | 1 - .../CMakeFiles/lib3025.dir/progress.make | 5 - .../CMakeFiles/lib3026.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib3026.dir/build.make | 148 - .../CMakeFiles/lib3026.dir/cmake_clean.cmake | 16 - .../lib3026.dir/compiler_depend.make | 2 - .../CMakeFiles/lib3026.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib3026.dir/depend.make | 2 - .../libtest/CMakeFiles/lib3026.dir/flags.make | 10 - .../libtest/CMakeFiles/lib3026.dir/link.txt | 1 - .../CMakeFiles/lib3026.dir/progress.make | 5 - .../CMakeFiles/lib3027.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib3027.dir/build.make | 148 - .../CMakeFiles/lib3027.dir/cmake_clean.cmake | 16 - .../lib3027.dir/compiler_depend.make | 2 - .../CMakeFiles/lib3027.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib3027.dir/depend.make | 2 - .../libtest/CMakeFiles/lib3027.dir/flags.make | 10 - .../libtest/CMakeFiles/lib3027.dir/link.txt | 1 - .../CMakeFiles/lib3027.dir/progress.make | 5 - .../CMakeFiles/lib3100.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib3100.dir/build.make | 148 - .../CMakeFiles/lib3100.dir/cmake_clean.cmake | 16 - .../lib3100.dir/compiler_depend.make | 2 - .../CMakeFiles/lib3100.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib3100.dir/depend.make | 2 - .../libtest/CMakeFiles/lib3100.dir/flags.make | 10 - .../libtest/CMakeFiles/lib3100.dir/link.txt | 1 - .../CMakeFiles/lib3100.dir/progress.make | 5 - .../CMakeFiles/lib3101.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib3101.dir/build.make | 148 - .../CMakeFiles/lib3101.dir/cmake_clean.cmake | 16 - .../lib3101.dir/compiler_depend.make | 2 - .../CMakeFiles/lib3101.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib3101.dir/depend.make | 2 - .../libtest/CMakeFiles/lib3101.dir/flags.make | 10 - .../libtest/CMakeFiles/lib3101.dir/link.txt | 1 - .../CMakeFiles/lib3101.dir/progress.make | 5 - .../CMakeFiles/lib3102.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib3102.dir/build.make | 148 - .../CMakeFiles/lib3102.dir/cmake_clean.cmake | 16 - .../lib3102.dir/compiler_depend.make | 2 - .../CMakeFiles/lib3102.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib3102.dir/depend.make | 2 - .../libtest/CMakeFiles/lib3102.dir/flags.make | 10 - .../libtest/CMakeFiles/lib3102.dir/link.txt | 1 - .../CMakeFiles/lib3102.dir/progress.make | 5 - .../CMakeFiles/lib3103.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib3103.dir/build.make | 132 - .../CMakeFiles/lib3103.dir/cmake_clean.cmake | 14 - .../lib3103.dir/compiler_depend.make | 2 - .../CMakeFiles/lib3103.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib3103.dir/depend.make | 2 - .../libtest/CMakeFiles/lib3103.dir/flags.make | 10 - .../libtest/CMakeFiles/lib3103.dir/link.txt | 1 - .../CMakeFiles/lib3103.dir/progress.make | 4 - .../CMakeFiles/lib3104.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib3104.dir/build.make | 132 - .../CMakeFiles/lib3104.dir/cmake_clean.cmake | 14 - .../lib3104.dir/compiler_depend.make | 2 - .../CMakeFiles/lib3104.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib3104.dir/depend.make | 2 - .../libtest/CMakeFiles/lib3104.dir/flags.make | 10 - .../libtest/CMakeFiles/lib3104.dir/link.txt | 1 - .../CMakeFiles/lib3104.dir/progress.make | 4 - .../CMakeFiles/lib3105.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib3105.dir/build.make | 132 - .../CMakeFiles/lib3105.dir/cmake_clean.cmake | 14 - .../lib3105.dir/compiler_depend.make | 2 - .../CMakeFiles/lib3105.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib3105.dir/depend.make | 2 - .../libtest/CMakeFiles/lib3105.dir/flags.make | 10 - .../libtest/CMakeFiles/lib3105.dir/link.txt | 1 - .../CMakeFiles/lib3105.dir/progress.make | 4 - .../CMakeFiles/lib3207.dir/DependInfo.cmake | 27 - .../libtest/CMakeFiles/lib3207.dir/build.make | 164 - .../CMakeFiles/lib3207.dir/cmake_clean.cmake | 18 - .../lib3207.dir/compiler_depend.make | 2 - .../CMakeFiles/lib3207.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib3207.dir/depend.make | 2 - .../libtest/CMakeFiles/lib3207.dir/flags.make | 10 - .../libtest/CMakeFiles/lib3207.dir/link.txt | 1 - .../CMakeFiles/lib3207.dir/progress.make | 6 - .../CMakeFiles/lib3208.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib3208.dir/build.make | 148 - .../CMakeFiles/lib3208.dir/cmake_clean.cmake | 16 - .../lib3208.dir/compiler_depend.make | 2 - .../CMakeFiles/lib3208.dir/compiler_depend.ts | 2 - .../CMakeFiles/lib3208.dir/depend.make | 2 - .../libtest/CMakeFiles/lib3208.dir/flags.make | 10 - .../libtest/CMakeFiles/lib3208.dir/link.txt | 1 - .../CMakeFiles/lib3208.dir/progress.make | 5 - .../CMakeFiles/lib500.dir/DependInfo.cmake | 27 - .../libtest/CMakeFiles/lib500.dir/build.make | 164 - .../CMakeFiles/lib500.dir/cmake_clean.cmake | 18 - .../lib500.dir/compiler_depend.make | 2 - .../CMakeFiles/lib500.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib500.dir/depend.make | 2 - .../libtest/CMakeFiles/lib500.dir/flags.make | 10 - .../libtest/CMakeFiles/lib500.dir/link.txt | 1 - .../CMakeFiles/lib500.dir/progress.make | 6 - .../CMakeFiles/lib501.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib501.dir/build.make | 132 - .../CMakeFiles/lib501.dir/cmake_clean.cmake | 14 - .../lib501.dir/compiler_depend.make | 2 - .../CMakeFiles/lib501.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib501.dir/depend.make | 2 - .../libtest/CMakeFiles/lib501.dir/flags.make | 10 - .../libtest/CMakeFiles/lib501.dir/link.txt | 1 - .../CMakeFiles/lib501.dir/progress.make | 4 - .../CMakeFiles/lib502.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib502.dir/build.make | 148 - .../CMakeFiles/lib502.dir/cmake_clean.cmake | 16 - .../lib502.dir/compiler_depend.make | 2 - .../CMakeFiles/lib502.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib502.dir/depend.make | 2 - .../libtest/CMakeFiles/lib502.dir/flags.make | 10 - .../libtest/CMakeFiles/lib502.dir/link.txt | 1 - .../CMakeFiles/lib502.dir/progress.make | 5 - .../CMakeFiles/lib503.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib503.dir/build.make | 148 - .../CMakeFiles/lib503.dir/cmake_clean.cmake | 16 - .../lib503.dir/compiler_depend.make | 2 - .../CMakeFiles/lib503.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib503.dir/depend.make | 2 - .../libtest/CMakeFiles/lib503.dir/flags.make | 10 - .../libtest/CMakeFiles/lib503.dir/link.txt | 1 - .../CMakeFiles/lib503.dir/progress.make | 5 - .../CMakeFiles/lib504.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib504.dir/build.make | 148 - .../CMakeFiles/lib504.dir/cmake_clean.cmake | 16 - .../lib504.dir/compiler_depend.make | 2 - .../CMakeFiles/lib504.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib504.dir/depend.make | 2 - .../libtest/CMakeFiles/lib504.dir/flags.make | 10 - .../libtest/CMakeFiles/lib504.dir/link.txt | 1 - .../CMakeFiles/lib504.dir/progress.make | 5 - .../CMakeFiles/lib505.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib505.dir/build.make | 132 - .../CMakeFiles/lib505.dir/cmake_clean.cmake | 14 - .../lib505.dir/compiler_depend.make | 2 - .../CMakeFiles/lib505.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib505.dir/depend.make | 2 - .../libtest/CMakeFiles/lib505.dir/flags.make | 10 - .../libtest/CMakeFiles/lib505.dir/link.txt | 1 - .../CMakeFiles/lib505.dir/progress.make | 4 - .../CMakeFiles/lib506.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib506.dir/build.make | 132 - .../CMakeFiles/lib506.dir/cmake_clean.cmake | 14 - .../lib506.dir/compiler_depend.make | 2 - .../CMakeFiles/lib506.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib506.dir/depend.make | 2 - .../libtest/CMakeFiles/lib506.dir/flags.make | 10 - .../libtest/CMakeFiles/lib506.dir/link.txt | 1 - .../CMakeFiles/lib506.dir/progress.make | 4 - .../CMakeFiles/lib507.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib507.dir/build.make | 148 - .../CMakeFiles/lib507.dir/cmake_clean.cmake | 16 - .../lib507.dir/compiler_depend.make | 2 - .../CMakeFiles/lib507.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib507.dir/depend.make | 2 - .../libtest/CMakeFiles/lib507.dir/flags.make | 10 - .../libtest/CMakeFiles/lib507.dir/link.txt | 1 - .../CMakeFiles/lib507.dir/progress.make | 5 - .../CMakeFiles/lib508.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib508.dir/build.make | 132 - .../CMakeFiles/lib508.dir/cmake_clean.cmake | 14 - .../lib508.dir/compiler_depend.make | 2 - .../CMakeFiles/lib508.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib508.dir/depend.make | 2 - .../libtest/CMakeFiles/lib508.dir/flags.make | 10 - .../libtest/CMakeFiles/lib508.dir/link.txt | 1 - .../CMakeFiles/lib508.dir/progress.make | 4 - .../CMakeFiles/lib509.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib509.dir/build.make | 132 - .../CMakeFiles/lib509.dir/cmake_clean.cmake | 14 - .../lib509.dir/compiler_depend.make | 2 - .../CMakeFiles/lib509.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib509.dir/depend.make | 2 - .../libtest/CMakeFiles/lib509.dir/flags.make | 10 - .../libtest/CMakeFiles/lib509.dir/link.txt | 1 - .../CMakeFiles/lib509.dir/progress.make | 4 - .../CMakeFiles/lib510.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib510.dir/build.make | 132 - .../CMakeFiles/lib510.dir/cmake_clean.cmake | 14 - .../lib510.dir/compiler_depend.make | 2 - .../CMakeFiles/lib510.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib510.dir/depend.make | 2 - .../libtest/CMakeFiles/lib510.dir/flags.make | 10 - .../libtest/CMakeFiles/lib510.dir/link.txt | 1 - .../CMakeFiles/lib510.dir/progress.make | 4 - .../CMakeFiles/lib511.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib511.dir/build.make | 132 - .../CMakeFiles/lib511.dir/cmake_clean.cmake | 14 - .../lib511.dir/compiler_depend.make | 2 - .../CMakeFiles/lib511.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib511.dir/depend.make | 2 - .../libtest/CMakeFiles/lib511.dir/flags.make | 10 - .../libtest/CMakeFiles/lib511.dir/link.txt | 1 - .../CMakeFiles/lib511.dir/progress.make | 4 - .../CMakeFiles/lib512.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib512.dir/build.make | 132 - .../CMakeFiles/lib512.dir/cmake_clean.cmake | 14 - .../lib512.dir/compiler_depend.make | 2 - .../CMakeFiles/lib512.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib512.dir/depend.make | 2 - .../libtest/CMakeFiles/lib512.dir/flags.make | 10 - .../libtest/CMakeFiles/lib512.dir/link.txt | 1 - .../CMakeFiles/lib512.dir/progress.make | 4 - .../CMakeFiles/lib513.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib513.dir/build.make | 132 - .../CMakeFiles/lib513.dir/cmake_clean.cmake | 14 - .../lib513.dir/compiler_depend.make | 2 - .../CMakeFiles/lib513.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib513.dir/depend.make | 2 - .../libtest/CMakeFiles/lib513.dir/flags.make | 10 - .../libtest/CMakeFiles/lib513.dir/link.txt | 1 - .../CMakeFiles/lib513.dir/progress.make | 4 - .../CMakeFiles/lib514.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib514.dir/build.make | 132 - .../CMakeFiles/lib514.dir/cmake_clean.cmake | 14 - .../lib514.dir/compiler_depend.make | 2 - .../CMakeFiles/lib514.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib514.dir/depend.make | 2 - .../libtest/CMakeFiles/lib514.dir/flags.make | 10 - .../libtest/CMakeFiles/lib514.dir/link.txt | 1 - .../CMakeFiles/lib514.dir/progress.make | 4 - .../CMakeFiles/lib515.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib515.dir/build.make | 132 - .../CMakeFiles/lib515.dir/cmake_clean.cmake | 14 - .../lib515.dir/compiler_depend.make | 2 - .../CMakeFiles/lib515.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib515.dir/depend.make | 2 - .../libtest/CMakeFiles/lib515.dir/flags.make | 10 - .../libtest/CMakeFiles/lib515.dir/link.txt | 1 - .../CMakeFiles/lib515.dir/progress.make | 4 - .../CMakeFiles/lib516.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib516.dir/build.make | 132 - .../CMakeFiles/lib516.dir/cmake_clean.cmake | 14 - .../lib516.dir/compiler_depend.make | 2 - .../CMakeFiles/lib516.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib516.dir/depend.make | 2 - .../libtest/CMakeFiles/lib516.dir/flags.make | 10 - .../libtest/CMakeFiles/lib516.dir/link.txt | 1 - .../CMakeFiles/lib516.dir/progress.make | 4 - .../CMakeFiles/lib517.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib517.dir/build.make | 132 - .../CMakeFiles/lib517.dir/cmake_clean.cmake | 14 - .../lib517.dir/compiler_depend.make | 2 - .../CMakeFiles/lib517.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib517.dir/depend.make | 2 - .../libtest/CMakeFiles/lib517.dir/flags.make | 10 - .../libtest/CMakeFiles/lib517.dir/link.txt | 1 - .../CMakeFiles/lib517.dir/progress.make | 4 - .../CMakeFiles/lib518.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib518.dir/build.make | 132 - .../CMakeFiles/lib518.dir/cmake_clean.cmake | 14 - .../lib518.dir/compiler_depend.make | 2 - .../CMakeFiles/lib518.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib518.dir/depend.make | 2 - .../libtest/CMakeFiles/lib518.dir/flags.make | 10 - .../libtest/CMakeFiles/lib518.dir/link.txt | 1 - .../CMakeFiles/lib518.dir/progress.make | 4 - .../CMakeFiles/lib519.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib519.dir/build.make | 132 - .../CMakeFiles/lib519.dir/cmake_clean.cmake | 14 - .../lib519.dir/compiler_depend.make | 2 - .../CMakeFiles/lib519.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib519.dir/depend.make | 2 - .../libtest/CMakeFiles/lib519.dir/flags.make | 10 - .../libtest/CMakeFiles/lib519.dir/link.txt | 1 - .../CMakeFiles/lib519.dir/progress.make | 4 - .../CMakeFiles/lib520.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib520.dir/build.make | 132 - .../CMakeFiles/lib520.dir/cmake_clean.cmake | 14 - .../lib520.dir/compiler_depend.make | 2 - .../CMakeFiles/lib520.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib520.dir/depend.make | 2 - .../libtest/CMakeFiles/lib520.dir/flags.make | 10 - .../libtest/CMakeFiles/lib520.dir/link.txt | 1 - .../CMakeFiles/lib520.dir/progress.make | 4 - .../CMakeFiles/lib521.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib521.dir/build.make | 132 - .../CMakeFiles/lib521.dir/cmake_clean.cmake | 14 - .../lib521.dir/compiler_depend.make | 2 - .../CMakeFiles/lib521.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib521.dir/depend.make | 2 - .../libtest/CMakeFiles/lib521.dir/flags.make | 10 - .../libtest/CMakeFiles/lib521.dir/link.txt | 1 - .../CMakeFiles/lib521.dir/progress.make | 4 - .../CMakeFiles/lib523.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib523.dir/build.make | 132 - .../CMakeFiles/lib523.dir/cmake_clean.cmake | 14 - .../lib523.dir/compiler_depend.make | 2 - .../CMakeFiles/lib523.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib523.dir/depend.make | 2 - .../libtest/CMakeFiles/lib523.dir/flags.make | 10 - .../libtest/CMakeFiles/lib523.dir/link.txt | 1 - .../CMakeFiles/lib523.dir/progress.make | 4 - .../CMakeFiles/lib524.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib524.dir/build.make | 132 - .../CMakeFiles/lib524.dir/cmake_clean.cmake | 14 - .../lib524.dir/compiler_depend.make | 2 - .../CMakeFiles/lib524.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib524.dir/depend.make | 2 - .../libtest/CMakeFiles/lib524.dir/flags.make | 10 - .../libtest/CMakeFiles/lib524.dir/link.txt | 1 - .../CMakeFiles/lib524.dir/progress.make | 4 - .../CMakeFiles/lib525.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib525.dir/build.make | 148 - .../CMakeFiles/lib525.dir/cmake_clean.cmake | 16 - .../lib525.dir/compiler_depend.make | 2 - .../CMakeFiles/lib525.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib525.dir/depend.make | 2 - .../libtest/CMakeFiles/lib525.dir/flags.make | 10 - .../libtest/CMakeFiles/lib525.dir/link.txt | 1 - .../CMakeFiles/lib525.dir/progress.make | 5 - .../CMakeFiles/lib526.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib526.dir/build.make | 148 - .../CMakeFiles/lib526.dir/cmake_clean.cmake | 16 - .../lib526.dir/compiler_depend.make | 2 - .../CMakeFiles/lib526.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib526.dir/depend.make | 2 - .../libtest/CMakeFiles/lib526.dir/flags.make | 10 - .../libtest/CMakeFiles/lib526.dir/link.txt | 1 - .../CMakeFiles/lib526.dir/progress.make | 5 - .../CMakeFiles/lib527.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib527.dir/build.make | 148 - .../CMakeFiles/lib527.dir/cmake_clean.cmake | 16 - .../lib527.dir/compiler_depend.make | 2 - .../CMakeFiles/lib527.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib527.dir/depend.make | 2 - .../libtest/CMakeFiles/lib527.dir/flags.make | 10 - .../libtest/CMakeFiles/lib527.dir/link.txt | 1 - .../CMakeFiles/lib527.dir/progress.make | 5 - .../CMakeFiles/lib529.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib529.dir/build.make | 148 - .../CMakeFiles/lib529.dir/cmake_clean.cmake | 16 - .../lib529.dir/compiler_depend.make | 2 - .../CMakeFiles/lib529.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib529.dir/depend.make | 2 - .../libtest/CMakeFiles/lib529.dir/flags.make | 10 - .../libtest/CMakeFiles/lib529.dir/link.txt | 1 - .../CMakeFiles/lib529.dir/progress.make | 5 - .../CMakeFiles/lib530.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib530.dir/build.make | 148 - .../CMakeFiles/lib530.dir/cmake_clean.cmake | 16 - .../lib530.dir/compiler_depend.make | 2 - .../CMakeFiles/lib530.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib530.dir/depend.make | 2 - .../libtest/CMakeFiles/lib530.dir/flags.make | 10 - .../libtest/CMakeFiles/lib530.dir/link.txt | 1 - .../CMakeFiles/lib530.dir/progress.make | 5 - .../CMakeFiles/lib532.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib532.dir/build.make | 148 - .../CMakeFiles/lib532.dir/cmake_clean.cmake | 16 - .../lib532.dir/compiler_depend.make | 2 - .../CMakeFiles/lib532.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib532.dir/depend.make | 2 - .../libtest/CMakeFiles/lib532.dir/flags.make | 10 - .../libtest/CMakeFiles/lib532.dir/link.txt | 1 - .../CMakeFiles/lib532.dir/progress.make | 5 - .../CMakeFiles/lib533.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib533.dir/build.make | 148 - .../CMakeFiles/lib533.dir/cmake_clean.cmake | 16 - .../lib533.dir/compiler_depend.make | 2 - .../CMakeFiles/lib533.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib533.dir/depend.make | 2 - .../libtest/CMakeFiles/lib533.dir/flags.make | 10 - .../libtest/CMakeFiles/lib533.dir/link.txt | 1 - .../CMakeFiles/lib533.dir/progress.make | 5 - .../CMakeFiles/lib536.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib536.dir/build.make | 132 - .../CMakeFiles/lib536.dir/cmake_clean.cmake | 14 - .../lib536.dir/compiler_depend.make | 2 - .../CMakeFiles/lib536.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib536.dir/depend.make | 2 - .../libtest/CMakeFiles/lib536.dir/flags.make | 10 - .../libtest/CMakeFiles/lib536.dir/link.txt | 1 - .../CMakeFiles/lib536.dir/progress.make | 4 - .../CMakeFiles/lib537.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib537.dir/build.make | 132 - .../CMakeFiles/lib537.dir/cmake_clean.cmake | 14 - .../lib537.dir/compiler_depend.make | 2 - .../CMakeFiles/lib537.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib537.dir/depend.make | 2 - .../libtest/CMakeFiles/lib537.dir/flags.make | 10 - .../libtest/CMakeFiles/lib537.dir/link.txt | 1 - .../CMakeFiles/lib537.dir/progress.make | 4 - .../CMakeFiles/lib539.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib539.dir/build.make | 132 - .../CMakeFiles/lib539.dir/cmake_clean.cmake | 14 - .../lib539.dir/compiler_depend.make | 2 - .../CMakeFiles/lib539.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib539.dir/depend.make | 2 - .../libtest/CMakeFiles/lib539.dir/flags.make | 10 - .../libtest/CMakeFiles/lib539.dir/link.txt | 1 - .../CMakeFiles/lib539.dir/progress.make | 4 - .../CMakeFiles/lib540.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib540.dir/build.make | 148 - .../CMakeFiles/lib540.dir/cmake_clean.cmake | 16 - .../lib540.dir/compiler_depend.make | 2 - .../CMakeFiles/lib540.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib540.dir/depend.make | 2 - .../libtest/CMakeFiles/lib540.dir/flags.make | 10 - .../libtest/CMakeFiles/lib540.dir/link.txt | 1 - .../CMakeFiles/lib540.dir/progress.make | 5 - .../CMakeFiles/lib541.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib541.dir/build.make | 132 - .../CMakeFiles/lib541.dir/cmake_clean.cmake | 14 - .../lib541.dir/compiler_depend.make | 2 - .../CMakeFiles/lib541.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib541.dir/depend.make | 2 - .../libtest/CMakeFiles/lib541.dir/flags.make | 10 - .../libtest/CMakeFiles/lib541.dir/link.txt | 1 - .../CMakeFiles/lib541.dir/progress.make | 4 - .../CMakeFiles/lib542.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib542.dir/build.make | 132 - .../CMakeFiles/lib542.dir/cmake_clean.cmake | 14 - .../lib542.dir/compiler_depend.make | 2 - .../CMakeFiles/lib542.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib542.dir/depend.make | 2 - .../libtest/CMakeFiles/lib542.dir/flags.make | 10 - .../libtest/CMakeFiles/lib542.dir/link.txt | 1 - .../CMakeFiles/lib542.dir/progress.make | 4 - .../CMakeFiles/lib543.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib543.dir/build.make | 132 - .../CMakeFiles/lib543.dir/cmake_clean.cmake | 14 - .../lib543.dir/compiler_depend.make | 2 - .../CMakeFiles/lib543.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib543.dir/depend.make | 2 - .../libtest/CMakeFiles/lib543.dir/flags.make | 10 - .../libtest/CMakeFiles/lib543.dir/link.txt | 1 - .../CMakeFiles/lib543.dir/progress.make | 4 - .../CMakeFiles/lib544.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib544.dir/build.make | 132 - .../CMakeFiles/lib544.dir/cmake_clean.cmake | 14 - .../lib544.dir/compiler_depend.make | 2 - .../CMakeFiles/lib544.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib544.dir/depend.make | 2 - .../libtest/CMakeFiles/lib544.dir/flags.make | 10 - .../libtest/CMakeFiles/lib544.dir/link.txt | 1 - .../CMakeFiles/lib544.dir/progress.make | 4 - .../CMakeFiles/lib545.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib545.dir/build.make | 132 - .../CMakeFiles/lib545.dir/cmake_clean.cmake | 14 - .../lib545.dir/compiler_depend.make | 2 - .../CMakeFiles/lib545.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib545.dir/depend.make | 2 - .../libtest/CMakeFiles/lib545.dir/flags.make | 10 - .../libtest/CMakeFiles/lib545.dir/link.txt | 1 - .../CMakeFiles/lib545.dir/progress.make | 4 - .../CMakeFiles/lib547.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib547.dir/build.make | 132 - .../CMakeFiles/lib547.dir/cmake_clean.cmake | 14 - .../lib547.dir/compiler_depend.make | 2 - .../CMakeFiles/lib547.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib547.dir/depend.make | 2 - .../libtest/CMakeFiles/lib547.dir/flags.make | 10 - .../libtest/CMakeFiles/lib547.dir/link.txt | 1 - .../CMakeFiles/lib547.dir/progress.make | 4 - .../CMakeFiles/lib548.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib548.dir/build.make | 132 - .../CMakeFiles/lib548.dir/cmake_clean.cmake | 14 - .../lib548.dir/compiler_depend.make | 2 - .../CMakeFiles/lib548.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib548.dir/depend.make | 2 - .../libtest/CMakeFiles/lib548.dir/flags.make | 10 - .../libtest/CMakeFiles/lib548.dir/link.txt | 1 - .../CMakeFiles/lib548.dir/progress.make | 4 - .../CMakeFiles/lib549.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib549.dir/build.make | 132 - .../CMakeFiles/lib549.dir/cmake_clean.cmake | 14 - .../lib549.dir/compiler_depend.make | 2 - .../CMakeFiles/lib549.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib549.dir/depend.make | 2 - .../libtest/CMakeFiles/lib549.dir/flags.make | 10 - .../libtest/CMakeFiles/lib549.dir/link.txt | 1 - .../CMakeFiles/lib549.dir/progress.make | 4 - .../CMakeFiles/lib552.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib552.dir/build.make | 132 - .../CMakeFiles/lib552.dir/cmake_clean.cmake | 14 - .../lib552.dir/compiler_depend.make | 2 - .../CMakeFiles/lib552.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib552.dir/depend.make | 2 - .../libtest/CMakeFiles/lib552.dir/flags.make | 10 - .../libtest/CMakeFiles/lib552.dir/link.txt | 1 - .../CMakeFiles/lib552.dir/progress.make | 4 - .../CMakeFiles/lib553.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib553.dir/build.make | 132 - .../CMakeFiles/lib553.dir/cmake_clean.cmake | 14 - .../lib553.dir/compiler_depend.make | 2 - .../CMakeFiles/lib553.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib553.dir/depend.make | 2 - .../libtest/CMakeFiles/lib553.dir/flags.make | 10 - .../libtest/CMakeFiles/lib553.dir/link.txt | 1 - .../CMakeFiles/lib553.dir/progress.make | 4 - .../CMakeFiles/lib554.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib554.dir/build.make | 132 - .../CMakeFiles/lib554.dir/cmake_clean.cmake | 14 - .../lib554.dir/compiler_depend.make | 2 - .../CMakeFiles/lib554.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib554.dir/depend.make | 2 - .../libtest/CMakeFiles/lib554.dir/flags.make | 10 - .../libtest/CMakeFiles/lib554.dir/link.txt | 1 - .../CMakeFiles/lib554.dir/progress.make | 4 - .../CMakeFiles/lib555.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib555.dir/build.make | 148 - .../CMakeFiles/lib555.dir/cmake_clean.cmake | 16 - .../lib555.dir/compiler_depend.make | 2 - .../CMakeFiles/lib555.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib555.dir/depend.make | 2 - .../libtest/CMakeFiles/lib555.dir/flags.make | 10 - .../libtest/CMakeFiles/lib555.dir/link.txt | 1 - .../CMakeFiles/lib555.dir/progress.make | 5 - .../CMakeFiles/lib556.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib556.dir/build.make | 132 - .../CMakeFiles/lib556.dir/cmake_clean.cmake | 14 - .../lib556.dir/compiler_depend.make | 2 - .../CMakeFiles/lib556.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib556.dir/depend.make | 2 - .../libtest/CMakeFiles/lib556.dir/flags.make | 10 - .../libtest/CMakeFiles/lib556.dir/link.txt | 1 - .../CMakeFiles/lib556.dir/progress.make | 4 - .../CMakeFiles/lib557.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib557.dir/build.make | 132 - .../CMakeFiles/lib557.dir/cmake_clean.cmake | 14 - .../lib557.dir/compiler_depend.make | 2 - .../CMakeFiles/lib557.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib557.dir/depend.make | 2 - .../libtest/CMakeFiles/lib557.dir/flags.make | 10 - .../libtest/CMakeFiles/lib557.dir/link.txt | 1 - .../CMakeFiles/lib557.dir/progress.make | 4 - .../CMakeFiles/lib558.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib558.dir/build.make | 132 - .../CMakeFiles/lib558.dir/cmake_clean.cmake | 14 - .../lib558.dir/compiler_depend.make | 2 - .../CMakeFiles/lib558.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib558.dir/depend.make | 2 - .../libtest/CMakeFiles/lib558.dir/flags.make | 10 - .../libtest/CMakeFiles/lib558.dir/link.txt | 1 - .../CMakeFiles/lib558.dir/progress.make | 4 - .../CMakeFiles/lib559.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib559.dir/build.make | 132 - .../CMakeFiles/lib559.dir/cmake_clean.cmake | 14 - .../lib559.dir/compiler_depend.make | 2 - .../CMakeFiles/lib559.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib559.dir/depend.make | 2 - .../libtest/CMakeFiles/lib559.dir/flags.make | 10 - .../libtest/CMakeFiles/lib559.dir/link.txt | 1 - .../CMakeFiles/lib559.dir/progress.make | 4 - .../CMakeFiles/lib560.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib560.dir/build.make | 148 - .../CMakeFiles/lib560.dir/cmake_clean.cmake | 16 - .../lib560.dir/compiler_depend.make | 2 - .../CMakeFiles/lib560.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib560.dir/depend.make | 2 - .../libtest/CMakeFiles/lib560.dir/flags.make | 10 - .../libtest/CMakeFiles/lib560.dir/link.txt | 1 - .../CMakeFiles/lib560.dir/progress.make | 5 - .../CMakeFiles/lib562.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib562.dir/build.make | 132 - .../CMakeFiles/lib562.dir/cmake_clean.cmake | 14 - .../lib562.dir/compiler_depend.make | 2 - .../CMakeFiles/lib562.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib562.dir/depend.make | 2 - .../libtest/CMakeFiles/lib562.dir/flags.make | 10 - .../libtest/CMakeFiles/lib562.dir/link.txt | 1 - .../CMakeFiles/lib562.dir/progress.make | 4 - .../CMakeFiles/lib564.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib564.dir/build.make | 148 - .../CMakeFiles/lib564.dir/cmake_clean.cmake | 16 - .../lib564.dir/compiler_depend.make | 2 - .../CMakeFiles/lib564.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib564.dir/depend.make | 2 - .../libtest/CMakeFiles/lib564.dir/flags.make | 10 - .../libtest/CMakeFiles/lib564.dir/link.txt | 1 - .../CMakeFiles/lib564.dir/progress.make | 5 - .../CMakeFiles/lib565.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib565.dir/build.make | 132 - .../CMakeFiles/lib565.dir/cmake_clean.cmake | 14 - .../lib565.dir/compiler_depend.make | 2 - .../CMakeFiles/lib565.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib565.dir/depend.make | 2 - .../libtest/CMakeFiles/lib565.dir/flags.make | 10 - .../libtest/CMakeFiles/lib565.dir/link.txt | 1 - .../CMakeFiles/lib565.dir/progress.make | 4 - .../CMakeFiles/lib566.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib566.dir/build.make | 132 - .../CMakeFiles/lib566.dir/cmake_clean.cmake | 14 - .../lib566.dir/compiler_depend.make | 2 - .../CMakeFiles/lib566.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib566.dir/depend.make | 2 - .../libtest/CMakeFiles/lib566.dir/flags.make | 10 - .../libtest/CMakeFiles/lib566.dir/link.txt | 1 - .../CMakeFiles/lib566.dir/progress.make | 4 - .../CMakeFiles/lib567.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib567.dir/build.make | 132 - .../CMakeFiles/lib567.dir/cmake_clean.cmake | 14 - .../lib567.dir/compiler_depend.make | 2 - .../CMakeFiles/lib567.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib567.dir/depend.make | 2 - .../libtest/CMakeFiles/lib567.dir/flags.make | 10 - .../libtest/CMakeFiles/lib567.dir/link.txt | 1 - .../CMakeFiles/lib567.dir/progress.make | 4 - .../CMakeFiles/lib568.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib568.dir/build.make | 132 - .../CMakeFiles/lib568.dir/cmake_clean.cmake | 14 - .../lib568.dir/compiler_depend.make | 2 - .../CMakeFiles/lib568.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib568.dir/depend.make | 2 - .../libtest/CMakeFiles/lib568.dir/flags.make | 10 - .../libtest/CMakeFiles/lib568.dir/link.txt | 1 - .../CMakeFiles/lib568.dir/progress.make | 4 - .../CMakeFiles/lib569.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib569.dir/build.make | 132 - .../CMakeFiles/lib569.dir/cmake_clean.cmake | 14 - .../lib569.dir/compiler_depend.make | 2 - .../CMakeFiles/lib569.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib569.dir/depend.make | 2 - .../libtest/CMakeFiles/lib569.dir/flags.make | 10 - .../libtest/CMakeFiles/lib569.dir/link.txt | 1 - .../CMakeFiles/lib569.dir/progress.make | 4 - .../CMakeFiles/lib570.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib570.dir/build.make | 132 - .../CMakeFiles/lib570.dir/cmake_clean.cmake | 14 - .../lib570.dir/compiler_depend.make | 2 - .../CMakeFiles/lib570.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib570.dir/depend.make | 2 - .../libtest/CMakeFiles/lib570.dir/flags.make | 10 - .../libtest/CMakeFiles/lib570.dir/link.txt | 1 - .../CMakeFiles/lib570.dir/progress.make | 4 - .../CMakeFiles/lib571.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib571.dir/build.make | 132 - .../CMakeFiles/lib571.dir/cmake_clean.cmake | 14 - .../lib571.dir/compiler_depend.make | 2 - .../CMakeFiles/lib571.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib571.dir/depend.make | 2 - .../libtest/CMakeFiles/lib571.dir/flags.make | 10 - .../libtest/CMakeFiles/lib571.dir/link.txt | 1 - .../CMakeFiles/lib571.dir/progress.make | 4 - .../CMakeFiles/lib572.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib572.dir/build.make | 132 - .../CMakeFiles/lib572.dir/cmake_clean.cmake | 14 - .../lib572.dir/compiler_depend.make | 2 - .../CMakeFiles/lib572.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib572.dir/depend.make | 2 - .../libtest/CMakeFiles/lib572.dir/flags.make | 10 - .../libtest/CMakeFiles/lib572.dir/link.txt | 1 - .../CMakeFiles/lib572.dir/progress.make | 4 - .../CMakeFiles/lib573.dir/DependInfo.cmake | 27 - .../libtest/CMakeFiles/lib573.dir/build.make | 164 - .../CMakeFiles/lib573.dir/cmake_clean.cmake | 18 - .../lib573.dir/compiler_depend.make | 2 - .../CMakeFiles/lib573.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib573.dir/depend.make | 2 - .../libtest/CMakeFiles/lib573.dir/flags.make | 10 - .../libtest/CMakeFiles/lib573.dir/link.txt | 1 - .../CMakeFiles/lib573.dir/progress.make | 6 - .../CMakeFiles/lib574.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib574.dir/build.make | 132 - .../CMakeFiles/lib574.dir/cmake_clean.cmake | 14 - .../lib574.dir/compiler_depend.make | 2 - .../CMakeFiles/lib574.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib574.dir/depend.make | 2 - .../libtest/CMakeFiles/lib574.dir/flags.make | 10 - .../libtest/CMakeFiles/lib574.dir/link.txt | 1 - .../CMakeFiles/lib574.dir/progress.make | 4 - .../CMakeFiles/lib575.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib575.dir/build.make | 148 - .../CMakeFiles/lib575.dir/cmake_clean.cmake | 16 - .../lib575.dir/compiler_depend.make | 2 - .../CMakeFiles/lib575.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib575.dir/depend.make | 2 - .../libtest/CMakeFiles/lib575.dir/flags.make | 10 - .../libtest/CMakeFiles/lib575.dir/link.txt | 1 - .../CMakeFiles/lib575.dir/progress.make | 5 - .../CMakeFiles/lib576.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib576.dir/build.make | 132 - .../CMakeFiles/lib576.dir/cmake_clean.cmake | 14 - .../lib576.dir/compiler_depend.make | 2 - .../CMakeFiles/lib576.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib576.dir/depend.make | 2 - .../libtest/CMakeFiles/lib576.dir/flags.make | 10 - .../libtest/CMakeFiles/lib576.dir/link.txt | 1 - .../CMakeFiles/lib576.dir/progress.make | 4 - .../CMakeFiles/lib578.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib578.dir/build.make | 132 - .../CMakeFiles/lib578.dir/cmake_clean.cmake | 14 - .../lib578.dir/compiler_depend.make | 2 - .../CMakeFiles/lib578.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib578.dir/depend.make | 2 - .../libtest/CMakeFiles/lib578.dir/flags.make | 10 - .../libtest/CMakeFiles/lib578.dir/link.txt | 1 - .../CMakeFiles/lib578.dir/progress.make | 4 - .../CMakeFiles/lib579.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib579.dir/build.make | 132 - .../CMakeFiles/lib579.dir/cmake_clean.cmake | 14 - .../lib579.dir/compiler_depend.make | 2 - .../CMakeFiles/lib579.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib579.dir/depend.make | 2 - .../libtest/CMakeFiles/lib579.dir/flags.make | 10 - .../libtest/CMakeFiles/lib579.dir/link.txt | 1 - .../CMakeFiles/lib579.dir/progress.make | 4 - .../CMakeFiles/lib582.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib582.dir/build.make | 148 - .../CMakeFiles/lib582.dir/cmake_clean.cmake | 16 - .../lib582.dir/compiler_depend.make | 2 - .../CMakeFiles/lib582.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib582.dir/depend.make | 2 - .../libtest/CMakeFiles/lib582.dir/flags.make | 10 - .../libtest/CMakeFiles/lib582.dir/link.txt | 1 - .../CMakeFiles/lib582.dir/progress.make | 5 - .../CMakeFiles/lib583.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib583.dir/build.make | 132 - .../CMakeFiles/lib583.dir/cmake_clean.cmake | 14 - .../lib583.dir/compiler_depend.make | 2 - .../CMakeFiles/lib583.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib583.dir/depend.make | 2 - .../libtest/CMakeFiles/lib583.dir/flags.make | 10 - .../libtest/CMakeFiles/lib583.dir/link.txt | 1 - .../CMakeFiles/lib583.dir/progress.make | 4 - .../CMakeFiles/lib584.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib584.dir/build.make | 132 - .../CMakeFiles/lib584.dir/cmake_clean.cmake | 14 - .../lib584.dir/compiler_depend.make | 2 - .../CMakeFiles/lib584.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib584.dir/depend.make | 2 - .../libtest/CMakeFiles/lib584.dir/flags.make | 10 - .../libtest/CMakeFiles/lib584.dir/link.txt | 1 - .../CMakeFiles/lib584.dir/progress.make | 4 - .../CMakeFiles/lib585.dir/DependInfo.cmake | 27 - .../libtest/CMakeFiles/lib585.dir/build.make | 164 - .../CMakeFiles/lib585.dir/cmake_clean.cmake | 18 - .../lib585.dir/compiler_depend.make | 2 - .../CMakeFiles/lib585.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib585.dir/depend.make | 2 - .../libtest/CMakeFiles/lib585.dir/flags.make | 10 - .../libtest/CMakeFiles/lib585.dir/link.txt | 1 - .../CMakeFiles/lib585.dir/progress.make | 6 - .../CMakeFiles/lib586.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib586.dir/build.make | 132 - .../CMakeFiles/lib586.dir/cmake_clean.cmake | 14 - .../lib586.dir/compiler_depend.make | 2 - .../CMakeFiles/lib586.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib586.dir/depend.make | 2 - .../libtest/CMakeFiles/lib586.dir/flags.make | 10 - .../libtest/CMakeFiles/lib586.dir/link.txt | 1 - .../CMakeFiles/lib586.dir/progress.make | 4 - .../CMakeFiles/lib587.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib587.dir/build.make | 132 - .../CMakeFiles/lib587.dir/cmake_clean.cmake | 14 - .../lib587.dir/compiler_depend.make | 2 - .../CMakeFiles/lib587.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib587.dir/depend.make | 2 - .../libtest/CMakeFiles/lib587.dir/flags.make | 10 - .../libtest/CMakeFiles/lib587.dir/link.txt | 1 - .../CMakeFiles/lib587.dir/progress.make | 4 - .../CMakeFiles/lib589.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib589.dir/build.make | 132 - .../CMakeFiles/lib589.dir/cmake_clean.cmake | 14 - .../lib589.dir/compiler_depend.make | 2 - .../CMakeFiles/lib589.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib589.dir/depend.make | 2 - .../libtest/CMakeFiles/lib589.dir/flags.make | 10 - .../libtest/CMakeFiles/lib589.dir/link.txt | 1 - .../CMakeFiles/lib589.dir/progress.make | 4 - .../CMakeFiles/lib590.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib590.dir/build.make | 132 - .../CMakeFiles/lib590.dir/cmake_clean.cmake | 14 - .../lib590.dir/compiler_depend.make | 2 - .../CMakeFiles/lib590.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib590.dir/depend.make | 2 - .../libtest/CMakeFiles/lib590.dir/flags.make | 10 - .../libtest/CMakeFiles/lib590.dir/link.txt | 1 - .../CMakeFiles/lib590.dir/progress.make | 4 - .../CMakeFiles/lib591.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib591.dir/build.make | 148 - .../CMakeFiles/lib591.dir/cmake_clean.cmake | 16 - .../lib591.dir/compiler_depend.make | 2 - .../CMakeFiles/lib591.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib591.dir/depend.make | 2 - .../libtest/CMakeFiles/lib591.dir/flags.make | 10 - .../libtest/CMakeFiles/lib591.dir/link.txt | 1 - .../CMakeFiles/lib591.dir/progress.make | 5 - .../CMakeFiles/lib597.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib597.dir/build.make | 148 - .../CMakeFiles/lib597.dir/cmake_clean.cmake | 16 - .../lib597.dir/compiler_depend.make | 2 - .../CMakeFiles/lib597.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib597.dir/depend.make | 2 - .../libtest/CMakeFiles/lib597.dir/flags.make | 10 - .../libtest/CMakeFiles/lib597.dir/link.txt | 1 - .../CMakeFiles/lib597.dir/progress.make | 5 - .../CMakeFiles/lib598.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib598.dir/build.make | 132 - .../CMakeFiles/lib598.dir/cmake_clean.cmake | 14 - .../lib598.dir/compiler_depend.make | 2 - .../CMakeFiles/lib598.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib598.dir/depend.make | 2 - .../libtest/CMakeFiles/lib598.dir/flags.make | 10 - .../libtest/CMakeFiles/lib598.dir/link.txt | 1 - .../CMakeFiles/lib598.dir/progress.make | 4 - .../CMakeFiles/lib599.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib599.dir/build.make | 132 - .../CMakeFiles/lib599.dir/cmake_clean.cmake | 14 - .../lib599.dir/compiler_depend.make | 2 - .../CMakeFiles/lib599.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib599.dir/depend.make | 2 - .../libtest/CMakeFiles/lib599.dir/flags.make | 10 - .../libtest/CMakeFiles/lib599.dir/link.txt | 1 - .../CMakeFiles/lib599.dir/progress.make | 4 - .../CMakeFiles/lib643.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib643.dir/build.make | 132 - .../CMakeFiles/lib643.dir/cmake_clean.cmake | 14 - .../lib643.dir/compiler_depend.make | 2 - .../CMakeFiles/lib643.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib643.dir/depend.make | 2 - .../libtest/CMakeFiles/lib643.dir/flags.make | 10 - .../libtest/CMakeFiles/lib643.dir/link.txt | 1 - .../CMakeFiles/lib643.dir/progress.make | 4 - .../CMakeFiles/lib645.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib645.dir/build.make | 132 - .../CMakeFiles/lib645.dir/cmake_clean.cmake | 14 - .../lib645.dir/compiler_depend.make | 2 - .../CMakeFiles/lib645.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib645.dir/depend.make | 2 - .../libtest/CMakeFiles/lib645.dir/flags.make | 10 - .../libtest/CMakeFiles/lib645.dir/link.txt | 1 - .../CMakeFiles/lib645.dir/progress.make | 4 - .../CMakeFiles/lib650.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib650.dir/build.make | 132 - .../CMakeFiles/lib650.dir/cmake_clean.cmake | 14 - .../lib650.dir/compiler_depend.make | 2 - .../CMakeFiles/lib650.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib650.dir/depend.make | 2 - .../libtest/CMakeFiles/lib650.dir/flags.make | 10 - .../libtest/CMakeFiles/lib650.dir/link.txt | 1 - .../CMakeFiles/lib650.dir/progress.make | 4 - .../CMakeFiles/lib651.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib651.dir/build.make | 132 - .../CMakeFiles/lib651.dir/cmake_clean.cmake | 14 - .../lib651.dir/compiler_depend.make | 2 - .../CMakeFiles/lib651.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib651.dir/depend.make | 2 - .../libtest/CMakeFiles/lib651.dir/flags.make | 10 - .../libtest/CMakeFiles/lib651.dir/link.txt | 1 - .../CMakeFiles/lib651.dir/progress.make | 4 - .../CMakeFiles/lib652.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib652.dir/build.make | 132 - .../CMakeFiles/lib652.dir/cmake_clean.cmake | 14 - .../lib652.dir/compiler_depend.make | 2 - .../CMakeFiles/lib652.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib652.dir/depend.make | 2 - .../libtest/CMakeFiles/lib652.dir/flags.make | 10 - .../libtest/CMakeFiles/lib652.dir/link.txt | 1 - .../CMakeFiles/lib652.dir/progress.make | 4 - .../CMakeFiles/lib653.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib653.dir/build.make | 132 - .../CMakeFiles/lib653.dir/cmake_clean.cmake | 14 - .../lib653.dir/compiler_depend.make | 2 - .../CMakeFiles/lib653.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib653.dir/depend.make | 2 - .../libtest/CMakeFiles/lib653.dir/flags.make | 10 - .../libtest/CMakeFiles/lib653.dir/link.txt | 1 - .../CMakeFiles/lib653.dir/progress.make | 4 - .../CMakeFiles/lib654.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib654.dir/build.make | 132 - .../CMakeFiles/lib654.dir/cmake_clean.cmake | 14 - .../lib654.dir/compiler_depend.make | 2 - .../CMakeFiles/lib654.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib654.dir/depend.make | 2 - .../libtest/CMakeFiles/lib654.dir/flags.make | 10 - .../libtest/CMakeFiles/lib654.dir/link.txt | 1 - .../CMakeFiles/lib654.dir/progress.make | 4 - .../CMakeFiles/lib655.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib655.dir/build.make | 132 - .../CMakeFiles/lib655.dir/cmake_clean.cmake | 14 - .../lib655.dir/compiler_depend.make | 2 - .../CMakeFiles/lib655.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib655.dir/depend.make | 2 - .../libtest/CMakeFiles/lib655.dir/flags.make | 10 - .../libtest/CMakeFiles/lib655.dir/link.txt | 1 - .../CMakeFiles/lib655.dir/progress.make | 4 - .../CMakeFiles/lib658.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib658.dir/build.make | 148 - .../CMakeFiles/lib658.dir/cmake_clean.cmake | 16 - .../lib658.dir/compiler_depend.make | 2 - .../CMakeFiles/lib658.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib658.dir/depend.make | 2 - .../libtest/CMakeFiles/lib658.dir/flags.make | 10 - .../libtest/CMakeFiles/lib658.dir/link.txt | 1 - .../CMakeFiles/lib658.dir/progress.make | 5 - .../CMakeFiles/lib659.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib659.dir/build.make | 148 - .../CMakeFiles/lib659.dir/cmake_clean.cmake | 16 - .../lib659.dir/compiler_depend.make | 2 - .../CMakeFiles/lib659.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib659.dir/depend.make | 2 - .../libtest/CMakeFiles/lib659.dir/flags.make | 10 - .../libtest/CMakeFiles/lib659.dir/link.txt | 1 - .../CMakeFiles/lib659.dir/progress.make | 5 - .../CMakeFiles/lib661.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib661.dir/build.make | 132 - .../CMakeFiles/lib661.dir/cmake_clean.cmake | 14 - .../lib661.dir/compiler_depend.make | 2 - .../CMakeFiles/lib661.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib661.dir/depend.make | 2 - .../libtest/CMakeFiles/lib661.dir/flags.make | 10 - .../libtest/CMakeFiles/lib661.dir/link.txt | 1 - .../CMakeFiles/lib661.dir/progress.make | 4 - .../CMakeFiles/lib666.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib666.dir/build.make | 132 - .../CMakeFiles/lib666.dir/cmake_clean.cmake | 14 - .../lib666.dir/compiler_depend.make | 2 - .../CMakeFiles/lib666.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib666.dir/depend.make | 2 - .../libtest/CMakeFiles/lib666.dir/flags.make | 10 - .../libtest/CMakeFiles/lib666.dir/link.txt | 1 - .../CMakeFiles/lib666.dir/progress.make | 4 - .../CMakeFiles/lib667.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib667.dir/build.make | 148 - .../CMakeFiles/lib667.dir/cmake_clean.cmake | 16 - .../lib667.dir/compiler_depend.make | 2 - .../CMakeFiles/lib667.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib667.dir/depend.make | 2 - .../libtest/CMakeFiles/lib667.dir/flags.make | 10 - .../libtest/CMakeFiles/lib667.dir/link.txt | 1 - .../CMakeFiles/lib667.dir/progress.make | 5 - .../CMakeFiles/lib668.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib668.dir/build.make | 148 - .../CMakeFiles/lib668.dir/cmake_clean.cmake | 16 - .../lib668.dir/compiler_depend.make | 2 - .../CMakeFiles/lib668.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib668.dir/depend.make | 2 - .../libtest/CMakeFiles/lib668.dir/flags.make | 10 - .../libtest/CMakeFiles/lib668.dir/link.txt | 1 - .../CMakeFiles/lib668.dir/progress.make | 5 - .../CMakeFiles/lib670.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib670.dir/build.make | 148 - .../CMakeFiles/lib670.dir/cmake_clean.cmake | 16 - .../lib670.dir/compiler_depend.make | 2 - .../CMakeFiles/lib670.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib670.dir/depend.make | 2 - .../libtest/CMakeFiles/lib670.dir/flags.make | 10 - .../libtest/CMakeFiles/lib670.dir/link.txt | 1 - .../CMakeFiles/lib670.dir/progress.make | 5 - .../CMakeFiles/lib671.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib671.dir/build.make | 148 - .../CMakeFiles/lib671.dir/cmake_clean.cmake | 16 - .../lib671.dir/compiler_depend.make | 2 - .../CMakeFiles/lib671.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib671.dir/depend.make | 2 - .../libtest/CMakeFiles/lib671.dir/flags.make | 10 - .../libtest/CMakeFiles/lib671.dir/link.txt | 1 - .../CMakeFiles/lib671.dir/progress.make | 5 - .../CMakeFiles/lib672.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib672.dir/build.make | 148 - .../CMakeFiles/lib672.dir/cmake_clean.cmake | 16 - .../lib672.dir/compiler_depend.make | 2 - .../CMakeFiles/lib672.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib672.dir/depend.make | 2 - .../libtest/CMakeFiles/lib672.dir/flags.make | 10 - .../libtest/CMakeFiles/lib672.dir/link.txt | 1 - .../CMakeFiles/lib672.dir/progress.make | 5 - .../CMakeFiles/lib673.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib673.dir/build.make | 148 - .../CMakeFiles/lib673.dir/cmake_clean.cmake | 16 - .../lib673.dir/compiler_depend.make | 2 - .../CMakeFiles/lib673.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib673.dir/depend.make | 2 - .../libtest/CMakeFiles/lib673.dir/flags.make | 10 - .../libtest/CMakeFiles/lib673.dir/link.txt | 1 - .../CMakeFiles/lib673.dir/progress.make | 5 - .../CMakeFiles/lib674.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib674.dir/build.make | 148 - .../CMakeFiles/lib674.dir/cmake_clean.cmake | 16 - .../lib674.dir/compiler_depend.make | 2 - .../CMakeFiles/lib674.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib674.dir/depend.make | 2 - .../libtest/CMakeFiles/lib674.dir/flags.make | 10 - .../libtest/CMakeFiles/lib674.dir/link.txt | 1 - .../CMakeFiles/lib674.dir/progress.make | 5 - .../CMakeFiles/lib676.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib676.dir/build.make | 148 - .../CMakeFiles/lib676.dir/cmake_clean.cmake | 16 - .../lib676.dir/compiler_depend.make | 2 - .../CMakeFiles/lib676.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib676.dir/depend.make | 2 - .../libtest/CMakeFiles/lib676.dir/flags.make | 10 - .../libtest/CMakeFiles/lib676.dir/link.txt | 1 - .../CMakeFiles/lib676.dir/progress.make | 5 - .../CMakeFiles/lib677.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib677.dir/build.make | 148 - .../CMakeFiles/lib677.dir/cmake_clean.cmake | 16 - .../lib677.dir/compiler_depend.make | 2 - .../CMakeFiles/lib677.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib677.dir/depend.make | 2 - .../libtest/CMakeFiles/lib677.dir/flags.make | 10 - .../libtest/CMakeFiles/lib677.dir/link.txt | 1 - .../CMakeFiles/lib677.dir/progress.make | 5 - .../CMakeFiles/lib678.dir/DependInfo.cmake | 26 - .../libtest/CMakeFiles/lib678.dir/build.make | 148 - .../CMakeFiles/lib678.dir/cmake_clean.cmake | 16 - .../lib678.dir/compiler_depend.make | 2 - .../CMakeFiles/lib678.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib678.dir/depend.make | 2 - .../libtest/CMakeFiles/lib678.dir/flags.make | 10 - .../libtest/CMakeFiles/lib678.dir/link.txt | 1 - .../CMakeFiles/lib678.dir/progress.make | 5 - .../CMakeFiles/lib694.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib694.dir/build.make | 132 - .../CMakeFiles/lib694.dir/cmake_clean.cmake | 14 - .../lib694.dir/compiler_depend.make | 2 - .../CMakeFiles/lib694.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib694.dir/depend.make | 2 - .../libtest/CMakeFiles/lib694.dir/flags.make | 10 - .../libtest/CMakeFiles/lib694.dir/link.txt | 1 - .../CMakeFiles/lib694.dir/progress.make | 4 - .../CMakeFiles/lib695.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib695.dir/build.make | 132 - .../CMakeFiles/lib695.dir/cmake_clean.cmake | 14 - .../lib695.dir/compiler_depend.make | 2 - .../CMakeFiles/lib695.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib695.dir/depend.make | 2 - .../libtest/CMakeFiles/lib695.dir/flags.make | 10 - .../libtest/CMakeFiles/lib695.dir/link.txt | 1 - .../CMakeFiles/lib695.dir/progress.make | 4 - .../CMakeFiles/lib696.dir/DependInfo.cmake | 25 - .../libtest/CMakeFiles/lib696.dir/build.make | 132 - .../CMakeFiles/lib696.dir/cmake_clean.cmake | 14 - .../lib696.dir/compiler_depend.make | 2 - .../CMakeFiles/lib696.dir/compiler_depend.ts | 2 - .../libtest/CMakeFiles/lib696.dir/depend.make | 2 - .../libtest/CMakeFiles/lib696.dir/flags.make | 10 - .../libtest/CMakeFiles/lib696.dir/link.txt | 1 - .../CMakeFiles/lib696.dir/progress.make | 4 - .../libauthretry.dir/DependInfo.cmake | 25 - .../CMakeFiles/libauthretry.dir/build.make | 132 - .../libauthretry.dir/cmake_clean.cmake | 14 - .../libauthretry.dir/compiler_depend.make | 2 - .../libauthretry.dir/compiler_depend.ts | 2 - .../CMakeFiles/libauthretry.dir/depend.make | 2 - .../CMakeFiles/libauthretry.dir/flags.make | 10 - .../CMakeFiles/libauthretry.dir/link.txt | 1 - .../CMakeFiles/libauthretry.dir/progress.make | 4 - .../libntlmconnect.dir/DependInfo.cmake | 26 - .../CMakeFiles/libntlmconnect.dir/build.make | 148 - .../libntlmconnect.dir/cmake_clean.cmake | 16 - .../libntlmconnect.dir/compiler_depend.make | 2 - .../libntlmconnect.dir/compiler_depend.ts | 2 - .../CMakeFiles/libntlmconnect.dir/depend.make | 2 - .../CMakeFiles/libntlmconnect.dir/flags.make | 10 - .../CMakeFiles/libntlmconnect.dir/link.txt | 1 - .../libntlmconnect.dir/progress.make | 5 - .../CMakeFiles/libprereq.dir/DependInfo.cmake | 26 - .../CMakeFiles/libprereq.dir/build.make | 148 - .../libprereq.dir/cmake_clean.cmake | 16 - .../libprereq.dir/compiler_depend.make | 2 - .../libprereq.dir/compiler_depend.ts | 2 - .../CMakeFiles/libprereq.dir/depend.make | 2 - .../CMakeFiles/libprereq.dir/flags.make | 10 - .../libtest/CMakeFiles/libprereq.dir/link.txt | 1 - .../CMakeFiles/libprereq.dir/progress.make | 5 - .../tests/libtest/CMakeFiles/progress.marks | 1 - .../external/curl/tests/libtest/Makefile | 11463 --------- .../curl/tests/libtest/Makefile.inc.cmake | 764 - .../curl/tests/libtest/cmake_install.cmake | 50 - .../CMakeDirectoryInformation.cmake | 16 - .../CMakeFiles/dnsd.dir/DependInfo.cmake | 36 - .../server/CMakeFiles/dnsd.dir/build.make | 307 - .../CMakeFiles/dnsd.dir/cmake_clean.cmake | 36 - .../CMakeFiles/dnsd.dir/compiler_depend.make | 2 - .../CMakeFiles/dnsd.dir/compiler_depend.ts | 2 - .../server/CMakeFiles/dnsd.dir/depend.make | 2 - .../server/CMakeFiles/dnsd.dir/flags.make | 10 - .../tests/server/CMakeFiles/dnsd.dir/link.txt | 1 - .../server/CMakeFiles/dnsd.dir/progress.make | 15 - .../CMakeFiles/mqttd.dir/DependInfo.cmake | 36 - .../server/CMakeFiles/mqttd.dir/build.make | 307 - .../CMakeFiles/mqttd.dir/cmake_clean.cmake | 36 - .../CMakeFiles/mqttd.dir/compiler_depend.make | 2 - .../CMakeFiles/mqttd.dir/compiler_depend.ts | 2 - .../server/CMakeFiles/mqttd.dir/depend.make | 2 - .../server/CMakeFiles/mqttd.dir/flags.make | 10 - .../server/CMakeFiles/mqttd.dir/link.txt | 1 - .../server/CMakeFiles/mqttd.dir/progress.make | 15 - .../tests/server/CMakeFiles/progress.marks | 1 - .../CMakeFiles/resolve.dir/DependInfo.cmake | 36 - .../server/CMakeFiles/resolve.dir/build.make | 307 - .../CMakeFiles/resolve.dir/cmake_clean.cmake | 36 - .../resolve.dir/compiler_depend.make | 2 - .../CMakeFiles/resolve.dir/compiler_depend.ts | 2 - .../server/CMakeFiles/resolve.dir/depend.make | 2 - .../server/CMakeFiles/resolve.dir/flags.make | 10 - .../server/CMakeFiles/resolve.dir/link.txt | 1 - .../CMakeFiles/resolve.dir/progress.make | 15 - .../CMakeFiles/rtspd.dir/DependInfo.cmake | 36 - .../server/CMakeFiles/rtspd.dir/build.make | 307 - .../CMakeFiles/rtspd.dir/cmake_clean.cmake | 36 - .../CMakeFiles/rtspd.dir/compiler_depend.make | 2 - .../CMakeFiles/rtspd.dir/compiler_depend.ts | 2 - .../server/CMakeFiles/rtspd.dir/depend.make | 2 - .../server/CMakeFiles/rtspd.dir/flags.make | 10 - .../server/CMakeFiles/rtspd.dir/link.txt | 1 - .../server/CMakeFiles/rtspd.dir/progress.make | 15 - .../CMakeFiles/sockfilt.dir/DependInfo.cmake | 37 - .../server/CMakeFiles/sockfilt.dir/build.make | 323 - .../CMakeFiles/sockfilt.dir/cmake_clean.cmake | 38 - .../sockfilt.dir/compiler_depend.make | 2 - .../sockfilt.dir/compiler_depend.ts | 2 - .../CMakeFiles/sockfilt.dir/depend.make | 2 - .../server/CMakeFiles/sockfilt.dir/flags.make | 10 - .../server/CMakeFiles/sockfilt.dir/link.txt | 1 - .../CMakeFiles/sockfilt.dir/progress.make | 16 - .../CMakeFiles/socksd.dir/DependInfo.cmake | 37 - .../server/CMakeFiles/socksd.dir/build.make | 323 - .../CMakeFiles/socksd.dir/cmake_clean.cmake | 38 - .../socksd.dir/compiler_depend.make | 2 - .../CMakeFiles/socksd.dir/compiler_depend.ts | 2 - .../server/CMakeFiles/socksd.dir/depend.make | 2 - .../server/CMakeFiles/socksd.dir/flags.make | 10 - .../server/CMakeFiles/socksd.dir/link.txt | 1 - .../CMakeFiles/socksd.dir/progress.make | 16 - .../CMakeFiles/sws.dir/DependInfo.cmake | 37 - .../server/CMakeFiles/sws.dir/build.make | 323 - .../CMakeFiles/sws.dir/cmake_clean.cmake | 38 - .../CMakeFiles/sws.dir/compiler_depend.make | 2 - .../CMakeFiles/sws.dir/compiler_depend.ts | 2 - .../server/CMakeFiles/sws.dir/depend.make | 2 - .../server/CMakeFiles/sws.dir/flags.make | 10 - .../tests/server/CMakeFiles/sws.dir/link.txt | 1 - .../server/CMakeFiles/sws.dir/progress.make | 16 - .../CMakeFiles/tftpd.dir/DependInfo.cmake | 36 - .../server/CMakeFiles/tftpd.dir/build.make | 307 - .../CMakeFiles/tftpd.dir/cmake_clean.cmake | 36 - .../CMakeFiles/tftpd.dir/compiler_depend.make | 2 - .../CMakeFiles/tftpd.dir/compiler_depend.ts | 2 - .../server/CMakeFiles/tftpd.dir/depend.make | 2 - .../server/CMakeFiles/tftpd.dir/flags.make | 10 - .../server/CMakeFiles/tftpd.dir/link.txt | 1 - .../server/CMakeFiles/tftpd.dir/progress.make | 15 - .../external/curl/tests/server/Makefile | 1158 - .../curl/tests/server/Makefile.inc.cmake | 112 - .../curl/tests/server/cmake_install.cmake | 50 - .../CMakeDirectoryInformation.cmake | 16 - .../tests/tunit/CMakeFiles/progress.marks | 1 - .../CMakeFiles/tool1394.dir/DependInfo.cmake | 25 - .../tunit/CMakeFiles/tool1394.dir/build.make | 132 - .../CMakeFiles/tool1394.dir/cmake_clean.cmake | 14 - .../tool1394.dir/compiler_depend.make | 2 - .../tool1394.dir/compiler_depend.ts | 2 - .../tunit/CMakeFiles/tool1394.dir/depend.make | 2 - .../tunit/CMakeFiles/tool1394.dir/flags.make | 10 - .../tunit/CMakeFiles/tool1394.dir/link.txt | 1 - .../CMakeFiles/tool1394.dir/progress.make | 4 - .../CMakeFiles/tool1604.dir/DependInfo.cmake | 25 - .../tunit/CMakeFiles/tool1604.dir/build.make | 132 - .../CMakeFiles/tool1604.dir/cmake_clean.cmake | 14 - .../tool1604.dir/compiler_depend.make | 2 - .../tool1604.dir/compiler_depend.ts | 2 - .../tunit/CMakeFiles/tool1604.dir/depend.make | 2 - .../tunit/CMakeFiles/tool1604.dir/flags.make | 10 - .../tunit/CMakeFiles/tool1604.dir/link.txt | 1 - .../CMakeFiles/tool1604.dir/progress.make | 4 - .../CMakeFiles/tool1621.dir/DependInfo.cmake | 25 - .../tunit/CMakeFiles/tool1621.dir/build.make | 132 - .../CMakeFiles/tool1621.dir/cmake_clean.cmake | 14 - .../tool1621.dir/compiler_depend.make | 2 - .../tool1621.dir/compiler_depend.ts | 2 - .../tunit/CMakeFiles/tool1621.dir/depend.make | 2 - .../tunit/CMakeFiles/tool1621.dir/flags.make | 10 - .../tunit/CMakeFiles/tool1621.dir/link.txt | 1 - .../CMakeFiles/tool1621.dir/progress.make | 4 - .../external/curl/tests/tunit/Makefile | 372 - .../curl/tests/tunit/Makefile.inc.cmake | 38 - .../curl/tests/tunit/cmake_install.cmake | 50 - .../CMakeDirectoryInformation.cmake | 16 - .../curl/tests/unit/CMakeFiles/progress.marks | 1 - .../CMakeFiles/unit1300.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1300.dir/build.make | 132 - .../CMakeFiles/unit1300.dir/cmake_clean.cmake | 14 - .../unit1300.dir/compiler_depend.make | 2 - .../unit1300.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1300.dir/depend.make | 2 - .../unit/CMakeFiles/unit1300.dir/flags.make | 10 - .../unit/CMakeFiles/unit1300.dir/link.txt | 1 - .../CMakeFiles/unit1300.dir/progress.make | 4 - .../CMakeFiles/unit1302.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1302.dir/build.make | 132 - .../CMakeFiles/unit1302.dir/cmake_clean.cmake | 14 - .../unit1302.dir/compiler_depend.make | 2 - .../unit1302.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1302.dir/depend.make | 2 - .../unit/CMakeFiles/unit1302.dir/flags.make | 10 - .../unit/CMakeFiles/unit1302.dir/link.txt | 1 - .../CMakeFiles/unit1302.dir/progress.make | 4 - .../CMakeFiles/unit1303.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1303.dir/build.make | 132 - .../CMakeFiles/unit1303.dir/cmake_clean.cmake | 14 - .../unit1303.dir/compiler_depend.make | 2 - .../unit1303.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1303.dir/depend.make | 2 - .../unit/CMakeFiles/unit1303.dir/flags.make | 10 - .../unit/CMakeFiles/unit1303.dir/link.txt | 1 - .../CMakeFiles/unit1303.dir/progress.make | 4 - .../CMakeFiles/unit1304.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1304.dir/build.make | 132 - .../CMakeFiles/unit1304.dir/cmake_clean.cmake | 14 - .../unit1304.dir/compiler_depend.make | 2 - .../unit1304.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1304.dir/depend.make | 2 - .../unit/CMakeFiles/unit1304.dir/flags.make | 10 - .../unit/CMakeFiles/unit1304.dir/link.txt | 1 - .../CMakeFiles/unit1304.dir/progress.make | 4 - .../CMakeFiles/unit1305.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1305.dir/build.make | 132 - .../CMakeFiles/unit1305.dir/cmake_clean.cmake | 14 - .../unit1305.dir/compiler_depend.make | 2 - .../unit1305.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1305.dir/depend.make | 2 - .../unit/CMakeFiles/unit1305.dir/flags.make | 10 - .../unit/CMakeFiles/unit1305.dir/link.txt | 1 - .../CMakeFiles/unit1305.dir/progress.make | 4 - .../CMakeFiles/unit1307.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1307.dir/build.make | 132 - .../CMakeFiles/unit1307.dir/cmake_clean.cmake | 14 - .../unit1307.dir/compiler_depend.make | 2 - .../unit1307.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1307.dir/depend.make | 2 - .../unit/CMakeFiles/unit1307.dir/flags.make | 10 - .../unit/CMakeFiles/unit1307.dir/link.txt | 1 - .../CMakeFiles/unit1307.dir/progress.make | 4 - .../CMakeFiles/unit1309.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1309.dir/build.make | 132 - .../CMakeFiles/unit1309.dir/cmake_clean.cmake | 14 - .../unit1309.dir/compiler_depend.make | 2 - .../unit1309.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1309.dir/depend.make | 2 - .../unit/CMakeFiles/unit1309.dir/flags.make | 10 - .../unit/CMakeFiles/unit1309.dir/link.txt | 1 - .../CMakeFiles/unit1309.dir/progress.make | 4 - .../CMakeFiles/unit1323.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1323.dir/build.make | 132 - .../CMakeFiles/unit1323.dir/cmake_clean.cmake | 14 - .../unit1323.dir/compiler_depend.make | 2 - .../unit1323.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1323.dir/depend.make | 2 - .../unit/CMakeFiles/unit1323.dir/flags.make | 10 - .../unit/CMakeFiles/unit1323.dir/link.txt | 1 - .../CMakeFiles/unit1323.dir/progress.make | 4 - .../CMakeFiles/unit1330.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1330.dir/build.make | 132 - .../CMakeFiles/unit1330.dir/cmake_clean.cmake | 14 - .../unit1330.dir/compiler_depend.make | 2 - .../unit1330.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1330.dir/depend.make | 2 - .../unit/CMakeFiles/unit1330.dir/flags.make | 10 - .../unit/CMakeFiles/unit1330.dir/link.txt | 1 - .../CMakeFiles/unit1330.dir/progress.make | 4 - .../CMakeFiles/unit1395.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1395.dir/build.make | 132 - .../CMakeFiles/unit1395.dir/cmake_clean.cmake | 14 - .../unit1395.dir/compiler_depend.make | 2 - .../unit1395.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1395.dir/depend.make | 2 - .../unit/CMakeFiles/unit1395.dir/flags.make | 10 - .../unit/CMakeFiles/unit1395.dir/link.txt | 1 - .../CMakeFiles/unit1395.dir/progress.make | 4 - .../CMakeFiles/unit1396.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1396.dir/build.make | 132 - .../CMakeFiles/unit1396.dir/cmake_clean.cmake | 14 - .../unit1396.dir/compiler_depend.make | 2 - .../unit1396.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1396.dir/depend.make | 2 - .../unit/CMakeFiles/unit1396.dir/flags.make | 10 - .../unit/CMakeFiles/unit1396.dir/link.txt | 1 - .../CMakeFiles/unit1396.dir/progress.make | 4 - .../CMakeFiles/unit1397.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1397.dir/build.make | 132 - .../CMakeFiles/unit1397.dir/cmake_clean.cmake | 14 - .../unit1397.dir/compiler_depend.make | 2 - .../unit1397.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1397.dir/depend.make | 2 - .../unit/CMakeFiles/unit1397.dir/flags.make | 10 - .../unit/CMakeFiles/unit1397.dir/link.txt | 1 - .../CMakeFiles/unit1397.dir/progress.make | 4 - .../CMakeFiles/unit1398.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1398.dir/build.make | 132 - .../CMakeFiles/unit1398.dir/cmake_clean.cmake | 14 - .../unit1398.dir/compiler_depend.make | 2 - .../unit1398.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1398.dir/depend.make | 2 - .../unit/CMakeFiles/unit1398.dir/flags.make | 10 - .../unit/CMakeFiles/unit1398.dir/link.txt | 1 - .../CMakeFiles/unit1398.dir/progress.make | 4 - .../CMakeFiles/unit1399.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1399.dir/build.make | 132 - .../CMakeFiles/unit1399.dir/cmake_clean.cmake | 14 - .../unit1399.dir/compiler_depend.make | 2 - .../unit1399.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1399.dir/depend.make | 2 - .../unit/CMakeFiles/unit1399.dir/flags.make | 10 - .../unit/CMakeFiles/unit1399.dir/link.txt | 1 - .../CMakeFiles/unit1399.dir/progress.make | 4 - .../CMakeFiles/unit1600.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1600.dir/build.make | 132 - .../CMakeFiles/unit1600.dir/cmake_clean.cmake | 14 - .../unit1600.dir/compiler_depend.make | 2 - .../unit1600.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1600.dir/depend.make | 2 - .../unit/CMakeFiles/unit1600.dir/flags.make | 10 - .../unit/CMakeFiles/unit1600.dir/link.txt | 1 - .../CMakeFiles/unit1600.dir/progress.make | 4 - .../CMakeFiles/unit1601.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1601.dir/build.make | 132 - .../CMakeFiles/unit1601.dir/cmake_clean.cmake | 14 - .../unit1601.dir/compiler_depend.make | 2 - .../unit1601.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1601.dir/depend.make | 2 - .../unit/CMakeFiles/unit1601.dir/flags.make | 10 - .../unit/CMakeFiles/unit1601.dir/link.txt | 1 - .../CMakeFiles/unit1601.dir/progress.make | 4 - .../CMakeFiles/unit1602.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1602.dir/build.make | 132 - .../CMakeFiles/unit1602.dir/cmake_clean.cmake | 14 - .../unit1602.dir/compiler_depend.make | 2 - .../unit1602.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1602.dir/depend.make | 2 - .../unit/CMakeFiles/unit1602.dir/flags.make | 10 - .../unit/CMakeFiles/unit1602.dir/link.txt | 1 - .../CMakeFiles/unit1602.dir/progress.make | 4 - .../CMakeFiles/unit1603.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1603.dir/build.make | 132 - .../CMakeFiles/unit1603.dir/cmake_clean.cmake | 14 - .../unit1603.dir/compiler_depend.make | 2 - .../unit1603.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1603.dir/depend.make | 2 - .../unit/CMakeFiles/unit1603.dir/flags.make | 10 - .../unit/CMakeFiles/unit1603.dir/link.txt | 1 - .../CMakeFiles/unit1603.dir/progress.make | 4 - .../CMakeFiles/unit1605.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1605.dir/build.make | 132 - .../CMakeFiles/unit1605.dir/cmake_clean.cmake | 14 - .../unit1605.dir/compiler_depend.make | 2 - .../unit1605.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1605.dir/depend.make | 2 - .../unit/CMakeFiles/unit1605.dir/flags.make | 10 - .../unit/CMakeFiles/unit1605.dir/link.txt | 1 - .../CMakeFiles/unit1605.dir/progress.make | 4 - .../CMakeFiles/unit1606.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1606.dir/build.make | 132 - .../CMakeFiles/unit1606.dir/cmake_clean.cmake | 14 - .../unit1606.dir/compiler_depend.make | 2 - .../unit1606.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1606.dir/depend.make | 2 - .../unit/CMakeFiles/unit1606.dir/flags.make | 10 - .../unit/CMakeFiles/unit1606.dir/link.txt | 1 - .../CMakeFiles/unit1606.dir/progress.make | 4 - .../CMakeFiles/unit1607.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1607.dir/build.make | 132 - .../CMakeFiles/unit1607.dir/cmake_clean.cmake | 14 - .../unit1607.dir/compiler_depend.make | 2 - .../unit1607.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1607.dir/depend.make | 2 - .../unit/CMakeFiles/unit1607.dir/flags.make | 10 - .../unit/CMakeFiles/unit1607.dir/link.txt | 1 - .../CMakeFiles/unit1607.dir/progress.make | 4 - .../CMakeFiles/unit1608.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1608.dir/build.make | 132 - .../CMakeFiles/unit1608.dir/cmake_clean.cmake | 14 - .../unit1608.dir/compiler_depend.make | 2 - .../unit1608.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1608.dir/depend.make | 2 - .../unit/CMakeFiles/unit1608.dir/flags.make | 10 - .../unit/CMakeFiles/unit1608.dir/link.txt | 1 - .../CMakeFiles/unit1608.dir/progress.make | 4 - .../CMakeFiles/unit1609.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1609.dir/build.make | 132 - .../CMakeFiles/unit1609.dir/cmake_clean.cmake | 14 - .../unit1609.dir/compiler_depend.make | 2 - .../unit1609.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1609.dir/depend.make | 2 - .../unit/CMakeFiles/unit1609.dir/flags.make | 10 - .../unit/CMakeFiles/unit1609.dir/link.txt | 1 - .../CMakeFiles/unit1609.dir/progress.make | 4 - .../CMakeFiles/unit1610.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1610.dir/build.make | 132 - .../CMakeFiles/unit1610.dir/cmake_clean.cmake | 14 - .../unit1610.dir/compiler_depend.make | 2 - .../unit1610.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1610.dir/depend.make | 2 - .../unit/CMakeFiles/unit1610.dir/flags.make | 10 - .../unit/CMakeFiles/unit1610.dir/link.txt | 1 - .../CMakeFiles/unit1610.dir/progress.make | 4 - .../CMakeFiles/unit1611.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1611.dir/build.make | 132 - .../CMakeFiles/unit1611.dir/cmake_clean.cmake | 14 - .../unit1611.dir/compiler_depend.make | 2 - .../unit1611.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1611.dir/depend.make | 2 - .../unit/CMakeFiles/unit1611.dir/flags.make | 10 - .../unit/CMakeFiles/unit1611.dir/link.txt | 1 - .../CMakeFiles/unit1611.dir/progress.make | 4 - .../CMakeFiles/unit1612.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1612.dir/build.make | 132 - .../CMakeFiles/unit1612.dir/cmake_clean.cmake | 14 - .../unit1612.dir/compiler_depend.make | 2 - .../unit1612.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1612.dir/depend.make | 2 - .../unit/CMakeFiles/unit1612.dir/flags.make | 10 - .../unit/CMakeFiles/unit1612.dir/link.txt | 1 - .../CMakeFiles/unit1612.dir/progress.make | 4 - .../CMakeFiles/unit1614.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1614.dir/build.make | 132 - .../CMakeFiles/unit1614.dir/cmake_clean.cmake | 14 - .../unit1614.dir/compiler_depend.make | 2 - .../unit1614.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1614.dir/depend.make | 2 - .../unit/CMakeFiles/unit1614.dir/flags.make | 10 - .../unit/CMakeFiles/unit1614.dir/link.txt | 1 - .../CMakeFiles/unit1614.dir/progress.make | 4 - .../CMakeFiles/unit1615.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1615.dir/build.make | 132 - .../CMakeFiles/unit1615.dir/cmake_clean.cmake | 14 - .../unit1615.dir/compiler_depend.make | 2 - .../unit1615.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1615.dir/depend.make | 2 - .../unit/CMakeFiles/unit1615.dir/flags.make | 10 - .../unit/CMakeFiles/unit1615.dir/link.txt | 1 - .../CMakeFiles/unit1615.dir/progress.make | 4 - .../CMakeFiles/unit1616.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1616.dir/build.make | 132 - .../CMakeFiles/unit1616.dir/cmake_clean.cmake | 14 - .../unit1616.dir/compiler_depend.make | 2 - .../unit1616.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1616.dir/depend.make | 2 - .../unit/CMakeFiles/unit1616.dir/flags.make | 10 - .../unit/CMakeFiles/unit1616.dir/link.txt | 1 - .../CMakeFiles/unit1616.dir/progress.make | 4 - .../CMakeFiles/unit1620.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1620.dir/build.make | 132 - .../CMakeFiles/unit1620.dir/cmake_clean.cmake | 14 - .../unit1620.dir/compiler_depend.make | 2 - .../unit1620.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1620.dir/depend.make | 2 - .../unit/CMakeFiles/unit1620.dir/flags.make | 10 - .../unit/CMakeFiles/unit1620.dir/link.txt | 1 - .../CMakeFiles/unit1620.dir/progress.make | 4 - .../CMakeFiles/unit1650.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1650.dir/build.make | 132 - .../CMakeFiles/unit1650.dir/cmake_clean.cmake | 14 - .../unit1650.dir/compiler_depend.make | 2 - .../unit1650.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1650.dir/depend.make | 2 - .../unit/CMakeFiles/unit1650.dir/flags.make | 10 - .../unit/CMakeFiles/unit1650.dir/link.txt | 1 - .../CMakeFiles/unit1650.dir/progress.make | 4 - .../CMakeFiles/unit1651.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1651.dir/build.make | 132 - .../CMakeFiles/unit1651.dir/cmake_clean.cmake | 14 - .../unit1651.dir/compiler_depend.make | 2 - .../unit1651.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1651.dir/depend.make | 2 - .../unit/CMakeFiles/unit1651.dir/flags.make | 10 - .../unit/CMakeFiles/unit1651.dir/link.txt | 1 - .../CMakeFiles/unit1651.dir/progress.make | 4 - .../CMakeFiles/unit1652.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1652.dir/build.make | 132 - .../CMakeFiles/unit1652.dir/cmake_clean.cmake | 14 - .../unit1652.dir/compiler_depend.make | 2 - .../unit1652.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1652.dir/depend.make | 2 - .../unit/CMakeFiles/unit1652.dir/flags.make | 10 - .../unit/CMakeFiles/unit1652.dir/link.txt | 1 - .../CMakeFiles/unit1652.dir/progress.make | 4 - .../CMakeFiles/unit1653.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1653.dir/build.make | 132 - .../CMakeFiles/unit1653.dir/cmake_clean.cmake | 14 - .../unit1653.dir/compiler_depend.make | 2 - .../unit1653.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1653.dir/depend.make | 2 - .../unit/CMakeFiles/unit1653.dir/flags.make | 10 - .../unit/CMakeFiles/unit1653.dir/link.txt | 1 - .../CMakeFiles/unit1653.dir/progress.make | 4 - .../CMakeFiles/unit1654.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1654.dir/build.make | 132 - .../CMakeFiles/unit1654.dir/cmake_clean.cmake | 14 - .../unit1654.dir/compiler_depend.make | 2 - .../unit1654.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1654.dir/depend.make | 2 - .../unit/CMakeFiles/unit1654.dir/flags.make | 10 - .../unit/CMakeFiles/unit1654.dir/link.txt | 1 - .../CMakeFiles/unit1654.dir/progress.make | 4 - .../CMakeFiles/unit1655.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1655.dir/build.make | 132 - .../CMakeFiles/unit1655.dir/cmake_clean.cmake | 14 - .../unit1655.dir/compiler_depend.make | 2 - .../unit1655.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1655.dir/depend.make | 2 - .../unit/CMakeFiles/unit1655.dir/flags.make | 10 - .../unit/CMakeFiles/unit1655.dir/link.txt | 1 - .../CMakeFiles/unit1655.dir/progress.make | 4 - .../CMakeFiles/unit1656.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1656.dir/build.make | 132 - .../CMakeFiles/unit1656.dir/cmake_clean.cmake | 14 - .../unit1656.dir/compiler_depend.make | 2 - .../unit1656.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1656.dir/depend.make | 2 - .../unit/CMakeFiles/unit1656.dir/flags.make | 10 - .../unit/CMakeFiles/unit1656.dir/link.txt | 1 - .../CMakeFiles/unit1656.dir/progress.make | 4 - .../CMakeFiles/unit1657.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1657.dir/build.make | 132 - .../CMakeFiles/unit1657.dir/cmake_clean.cmake | 14 - .../unit1657.dir/compiler_depend.make | 2 - .../unit1657.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1657.dir/depend.make | 2 - .../unit/CMakeFiles/unit1657.dir/flags.make | 10 - .../unit/CMakeFiles/unit1657.dir/link.txt | 1 - .../CMakeFiles/unit1657.dir/progress.make | 4 - .../CMakeFiles/unit1658.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1658.dir/build.make | 132 - .../CMakeFiles/unit1658.dir/cmake_clean.cmake | 14 - .../unit1658.dir/compiler_depend.make | 2 - .../unit1658.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1658.dir/depend.make | 2 - .../unit/CMakeFiles/unit1658.dir/flags.make | 10 - .../unit/CMakeFiles/unit1658.dir/link.txt | 1 - .../CMakeFiles/unit1658.dir/progress.make | 4 - .../CMakeFiles/unit1660.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1660.dir/build.make | 132 - .../CMakeFiles/unit1660.dir/cmake_clean.cmake | 14 - .../unit1660.dir/compiler_depend.make | 2 - .../unit1660.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1660.dir/depend.make | 2 - .../unit/CMakeFiles/unit1660.dir/flags.make | 10 - .../unit/CMakeFiles/unit1660.dir/link.txt | 1 - .../CMakeFiles/unit1660.dir/progress.make | 4 - .../CMakeFiles/unit1661.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1661.dir/build.make | 132 - .../CMakeFiles/unit1661.dir/cmake_clean.cmake | 14 - .../unit1661.dir/compiler_depend.make | 2 - .../unit1661.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1661.dir/depend.make | 2 - .../unit/CMakeFiles/unit1661.dir/flags.make | 10 - .../unit/CMakeFiles/unit1661.dir/link.txt | 1 - .../CMakeFiles/unit1661.dir/progress.make | 4 - .../CMakeFiles/unit1663.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1663.dir/build.make | 132 - .../CMakeFiles/unit1663.dir/cmake_clean.cmake | 14 - .../unit1663.dir/compiler_depend.make | 2 - .../unit1663.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1663.dir/depend.make | 2 - .../unit/CMakeFiles/unit1663.dir/flags.make | 10 - .../unit/CMakeFiles/unit1663.dir/link.txt | 1 - .../CMakeFiles/unit1663.dir/progress.make | 4 - .../CMakeFiles/unit1664.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1664.dir/build.make | 132 - .../CMakeFiles/unit1664.dir/cmake_clean.cmake | 14 - .../unit1664.dir/compiler_depend.make | 2 - .../unit1664.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1664.dir/depend.make | 2 - .../unit/CMakeFiles/unit1664.dir/flags.make | 10 - .../unit/CMakeFiles/unit1664.dir/link.txt | 1 - .../CMakeFiles/unit1664.dir/progress.make | 4 - .../CMakeFiles/unit1979.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1979.dir/build.make | 132 - .../CMakeFiles/unit1979.dir/cmake_clean.cmake | 14 - .../unit1979.dir/compiler_depend.make | 2 - .../unit1979.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1979.dir/depend.make | 2 - .../unit/CMakeFiles/unit1979.dir/flags.make | 10 - .../unit/CMakeFiles/unit1979.dir/link.txt | 1 - .../CMakeFiles/unit1979.dir/progress.make | 4 - .../CMakeFiles/unit1980.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit1980.dir/build.make | 132 - .../CMakeFiles/unit1980.dir/cmake_clean.cmake | 14 - .../unit1980.dir/compiler_depend.make | 2 - .../unit1980.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit1980.dir/depend.make | 2 - .../unit/CMakeFiles/unit1980.dir/flags.make | 10 - .../unit/CMakeFiles/unit1980.dir/link.txt | 1 - .../CMakeFiles/unit1980.dir/progress.make | 4 - .../CMakeFiles/unit2600.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit2600.dir/build.make | 132 - .../CMakeFiles/unit2600.dir/cmake_clean.cmake | 14 - .../unit2600.dir/compiler_depend.make | 2 - .../unit2600.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit2600.dir/depend.make | 2 - .../unit/CMakeFiles/unit2600.dir/flags.make | 10 - .../unit/CMakeFiles/unit2600.dir/link.txt | 1 - .../CMakeFiles/unit2600.dir/progress.make | 4 - .../CMakeFiles/unit2601.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit2601.dir/build.make | 132 - .../CMakeFiles/unit2601.dir/cmake_clean.cmake | 14 - .../unit2601.dir/compiler_depend.make | 2 - .../unit2601.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit2601.dir/depend.make | 2 - .../unit/CMakeFiles/unit2601.dir/flags.make | 10 - .../unit/CMakeFiles/unit2601.dir/link.txt | 1 - .../CMakeFiles/unit2601.dir/progress.make | 4 - .../CMakeFiles/unit2602.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit2602.dir/build.make | 132 - .../CMakeFiles/unit2602.dir/cmake_clean.cmake | 14 - .../unit2602.dir/compiler_depend.make | 2 - .../unit2602.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit2602.dir/depend.make | 2 - .../unit/CMakeFiles/unit2602.dir/flags.make | 10 - .../unit/CMakeFiles/unit2602.dir/link.txt | 1 - .../CMakeFiles/unit2602.dir/progress.make | 4 - .../CMakeFiles/unit2603.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit2603.dir/build.make | 132 - .../CMakeFiles/unit2603.dir/cmake_clean.cmake | 14 - .../unit2603.dir/compiler_depend.make | 2 - .../unit2603.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit2603.dir/depend.make | 2 - .../unit/CMakeFiles/unit2603.dir/flags.make | 10 - .../unit/CMakeFiles/unit2603.dir/link.txt | 1 - .../CMakeFiles/unit2603.dir/progress.make | 4 - .../CMakeFiles/unit2604.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit2604.dir/build.make | 132 - .../CMakeFiles/unit2604.dir/cmake_clean.cmake | 14 - .../unit2604.dir/compiler_depend.make | 2 - .../unit2604.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit2604.dir/depend.make | 2 - .../unit/CMakeFiles/unit2604.dir/flags.make | 10 - .../unit/CMakeFiles/unit2604.dir/link.txt | 1 - .../CMakeFiles/unit2604.dir/progress.make | 4 - .../CMakeFiles/unit3200.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit3200.dir/build.make | 132 - .../CMakeFiles/unit3200.dir/cmake_clean.cmake | 14 - .../unit3200.dir/compiler_depend.make | 2 - .../unit3200.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit3200.dir/depend.make | 2 - .../unit/CMakeFiles/unit3200.dir/flags.make | 10 - .../unit/CMakeFiles/unit3200.dir/link.txt | 1 - .../CMakeFiles/unit3200.dir/progress.make | 4 - .../CMakeFiles/unit3205.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit3205.dir/build.make | 132 - .../CMakeFiles/unit3205.dir/cmake_clean.cmake | 14 - .../unit3205.dir/compiler_depend.make | 2 - .../unit3205.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit3205.dir/depend.make | 2 - .../unit/CMakeFiles/unit3205.dir/flags.make | 10 - .../unit/CMakeFiles/unit3205.dir/link.txt | 1 - .../CMakeFiles/unit3205.dir/progress.make | 4 - .../CMakeFiles/unit3211.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit3211.dir/build.make | 132 - .../CMakeFiles/unit3211.dir/cmake_clean.cmake | 14 - .../unit3211.dir/compiler_depend.make | 2 - .../unit3211.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit3211.dir/depend.make | 2 - .../unit/CMakeFiles/unit3211.dir/flags.make | 10 - .../unit/CMakeFiles/unit3211.dir/link.txt | 1 - .../CMakeFiles/unit3211.dir/progress.make | 4 - .../CMakeFiles/unit3212.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit3212.dir/build.make | 132 - .../CMakeFiles/unit3212.dir/cmake_clean.cmake | 14 - .../unit3212.dir/compiler_depend.make | 2 - .../unit3212.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit3212.dir/depend.make | 2 - .../unit/CMakeFiles/unit3212.dir/flags.make | 10 - .../unit/CMakeFiles/unit3212.dir/link.txt | 1 - .../CMakeFiles/unit3212.dir/progress.make | 4 - .../CMakeFiles/unit3213.dir/DependInfo.cmake | 25 - .../unit/CMakeFiles/unit3213.dir/build.make | 132 - .../CMakeFiles/unit3213.dir/cmake_clean.cmake | 14 - .../unit3213.dir/compiler_depend.make | 2 - .../unit3213.dir/compiler_depend.ts | 2 - .../unit/CMakeFiles/unit3213.dir/depend.make | 2 - .../unit/CMakeFiles/unit3213.dir/flags.make | 10 - .../unit/CMakeFiles/unit3213.dir/link.txt | 1 - .../CMakeFiles/unit3213.dir/progress.make | 4 - .../external/curl/tests/unit/Makefile | 2712 --- .../curl/tests/unit/Makefile.inc.cmake | 158 - .../curl/tests/unit/cmake_install.cmake | 50 - .../CMakeDirectoryInformation.cmake | 16 - .../CMakeFiles/miniaudio.dir/DependInfo.cmake | 23 - .../CMakeFiles/miniaudio.dir/build.make | 114 - .../miniaudio.dir/cmake_clean.cmake | 11 - .../miniaudio.dir/cmake_clean_target.cmake | 3 - .../miniaudio.dir/compiler_depend.make | 2 - .../miniaudio.dir/compiler_depend.ts | 2 - .../CMakeFiles/miniaudio.dir/depend.make | 2 - .../CMakeFiles/miniaudio.dir/flags.make | 10 - .../CMakeFiles/miniaudio.dir/link.txt | 2 - .../CMakeFiles/miniaudio.dir/progress.make | 3 - .../DependInfo.cmake | 23 - .../build.make | 114 - .../cmake_clean.cmake | 11 - .../cmake_clean_target.cmake | 3 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../flags.make | 10 - .../link.txt | 2 - .../progress.make | 3 - .../DependInfo.cmake | 23 - .../build.make | 114 - .../cmake_clean.cmake | 11 - .../cmake_clean_target.cmake | 3 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../depend.make | 2 - .../flags.make | 10 - .../link.txt | 2 - .../progress.make | 3 - .../miniaudio_libvorbis.dir/DependInfo.cmake | 23 - .../miniaudio_libvorbis.dir/build.make | 114 - .../miniaudio_libvorbis.dir/cmake_clean.cmake | 11 - .../cmake_clean_target.cmake | 3 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../miniaudio_libvorbis.dir/depend.make | 2 - .../miniaudio_libvorbis.dir/flags.make | 10 - .../miniaudio_libvorbis.dir/link.txt | 2 - .../miniaudio_libvorbis.dir/progress.make | 3 - .../miniaudio_ltrim_node.dir/DependInfo.cmake | 23 - .../miniaudio_ltrim_node.dir/build.make | 114 - .../cmake_clean.cmake | 11 - .../cmake_clean_target.cmake | 3 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../miniaudio_ltrim_node.dir/depend.make | 2 - .../miniaudio_ltrim_node.dir/flags.make | 10 - .../miniaudio_ltrim_node.dir/link.txt | 2 - .../miniaudio_ltrim_node.dir/progress.make | 3 - .../DependInfo.cmake | 23 - .../miniaudio_reverb_node.dir/build.make | 114 - .../cmake_clean.cmake | 11 - .../cmake_clean_target.cmake | 3 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../miniaudio_reverb_node.dir/depend.make | 2 - .../miniaudio_reverb_node.dir/flags.make | 10 - .../miniaudio_reverb_node.dir/link.txt | 2 - .../miniaudio_reverb_node.dir/progress.make | 3 - .../DependInfo.cmake | 23 - .../miniaudio_vocoder_node.dir/build.make | 114 - .../cmake_clean.cmake | 11 - .../cmake_clean_target.cmake | 3 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../miniaudio_vocoder_node.dir/depend.make | 2 - .../miniaudio_vocoder_node.dir/flags.make | 10 - .../miniaudio_vocoder_node.dir/link.txt | 2 - .../miniaudio_vocoder_node.dir/progress.make | 3 - .../miniaudio/CMakeFiles/progress.marks | 1 - build_emscripten/external/miniaudio/Makefile | 507 - .../external/miniaudio/cmake_install.cmake | 50 - .../CMakeDirectoryInformation.cmake | 16 - .../OggTargets-relwithdebinfo.cmake | 19 - .../OggTargets.cmake | 106 - .../ogg/CMakeFiles/ogg.dir/DependInfo.cmake | 24 - .../ogg/CMakeFiles/ogg.dir/build.make | 130 - .../ogg/CMakeFiles/ogg.dir/cmake_clean.cmake | 13 - .../ogg.dir/cmake_clean_target.cmake | 3 - .../CMakeFiles/ogg.dir/compiler_depend.make | 2 - .../ogg/CMakeFiles/ogg.dir/compiler_depend.ts | 2 - .../ogg/CMakeFiles/ogg.dir/depend.make | 2 - .../ogg/CMakeFiles/ogg.dir/flags.make | 10 - .../external/ogg/CMakeFiles/ogg.dir/link.txt | 2 - .../ogg/CMakeFiles/ogg.dir/progress.make | 4 - .../external/ogg/CMakeFiles/progress.marks | 1 - build_emscripten/external/ogg/Makefile | 282 - build_emscripten/external/ogg/OggConfig.cmake | 40 - .../external/ogg/OggConfigVersion.cmake | 65 - .../external/ogg/OggTargets.cmake | 68 - .../external/ogg/cmake_install.cmake | 120 - .../external/ogg/include/ogg/config_types.h | 26 - build_emscripten/external/ogg/ogg.pc | 14 - .../CMakeDirectoryInformation.cmake | 16 - .../OpenALTargets-relwithdebinfo.cmake | 19 - .../OpenALTargets.cmake | 108 - .../CMakeFiles/OpenAL.dir/DependInfo.cmake | 122 - .../openal/CMakeFiles/OpenAL.dir/build.make | 1707 -- .../CMakeFiles/OpenAL.dir/cmake_clean.cmake | 210 - .../OpenAL.dir/cmake_clean_target.cmake | 3 - .../OpenAL.dir/compiler_depend.make | 2 - .../CMakeFiles/OpenAL.dir/compiler_depend.ts | 2 - .../openal/CMakeFiles/OpenAL.dir/depend.make | 2 - .../openal/CMakeFiles/OpenAL.dir/flags.make | 10 - .../openal/CMakeFiles/OpenAL.dir/link.txt | 2 - .../CMakeFiles/OpenAL.dir/progress.make | 103 - .../alconvolve.dir/DependInfo.cmake | 24 - .../CMakeFiles/alconvolve.dir/build.make | 118 - .../alconvolve.dir/cmake_clean.cmake | 12 - .../alconvolve.dir/compiler_depend.make | 2 - .../alconvolve.dir/compiler_depend.ts | 2 - .../CMakeFiles/alconvolve.dir/depend.make | 2 - .../CMakeFiles/alconvolve.dir/flags.make | 10 - .../openal/CMakeFiles/alconvolve.dir/link.txt | 1 - .../CMakeFiles/alconvolve.dir/progress.make | 3 - .../CMakeFiles/aldebug.dir/DependInfo.cmake | 24 - .../openal/CMakeFiles/aldebug.dir/build.make | 120 - .../CMakeFiles/aldebug.dir/cmake_clean.cmake | 12 - .../aldebug.dir/compiler_depend.make | 2 - .../CMakeFiles/aldebug.dir/compiler_depend.ts | 2 - .../openal/CMakeFiles/aldebug.dir/depend.make | 2 - .../openal/CMakeFiles/aldebug.dir/flags.make | 10 - .../openal/CMakeFiles/aldebug.dir/link.txt | 1 - .../CMakeFiles/aldebug.dir/progress.make | 3 - .../CMakeFiles/aldirect.dir/DependInfo.cmake | 24 - .../openal/CMakeFiles/aldirect.dir/build.make | 121 - .../CMakeFiles/aldirect.dir/cmake_clean.cmake | 12 - .../aldirect.dir/compiler_depend.make | 2 - .../aldirect.dir/compiler_depend.ts | 2 - .../CMakeFiles/aldirect.dir/depend.make | 2 - .../openal/CMakeFiles/aldirect.dir/flags.make | 10 - .../openal/CMakeFiles/aldirect.dir/link.txt | 1 - .../CMakeFiles/aldirect.dir/progress.make | 3 - .../CMakeFiles/alffplay.dir/DependInfo.cmake | 24 - .../openal/CMakeFiles/alffplay.dir/build.make | 128 - .../CMakeFiles/alffplay.dir/cmake_clean.cmake | 12 - .../alffplay.dir/compiler_depend.make | 2 - .../alffplay.dir/compiler_depend.ts | 2 - .../CMakeFiles/alffplay.dir/depend.make | 2 - .../openal/CMakeFiles/alffplay.dir/flags.make | 10 - .../openal/CMakeFiles/alffplay.dir/link.txt | 1 - .../CMakeFiles/alffplay.dir/progress.make | 3 - .../CMakeFiles/alhrtf.dir/DependInfo.cmake | 24 - .../openal/CMakeFiles/alhrtf.dir/build.make | 117 - .../CMakeFiles/alhrtf.dir/cmake_clean.cmake | 12 - .../alhrtf.dir/compiler_depend.make | 2 - .../CMakeFiles/alhrtf.dir/compiler_depend.ts | 2 - .../openal/CMakeFiles/alhrtf.dir/depend.make | 2 - .../openal/CMakeFiles/alhrtf.dir/flags.make | 10 - .../openal/CMakeFiles/alhrtf.dir/link.txt | 1 - .../CMakeFiles/alhrtf.dir/progress.make | 3 - .../CMakeFiles/allafplay.dir/DependInfo.cmake | 24 - .../CMakeFiles/allafplay.dir/build.make | 121 - .../allafplay.dir/cmake_clean.cmake | 12 - .../allafplay.dir/compiler_depend.make | 2 - .../allafplay.dir/compiler_depend.ts | 2 - .../CMakeFiles/allafplay.dir/depend.make | 2 - .../CMakeFiles/allafplay.dir/flags.make | 10 - .../openal/CMakeFiles/allafplay.dir/link.txt | 1 - .../CMakeFiles/allafplay.dir/progress.make | 3 - .../CMakeFiles/allatency.dir/DependInfo.cmake | 24 - .../CMakeFiles/allatency.dir/build.make | 117 - .../allatency.dir/cmake_clean.cmake | 12 - .../allatency.dir/compiler_depend.make | 2 - .../allatency.dir/compiler_depend.ts | 2 - .../CMakeFiles/allatency.dir/depend.make | 2 - .../CMakeFiles/allatency.dir/flags.make | 10 - .../openal/CMakeFiles/allatency.dir/link.txt | 1 - .../CMakeFiles/allatency.dir/progress.make | 3 - .../alloopback.dir/DependInfo.cmake | 24 - .../CMakeFiles/alloopback.dir/build.make | 118 - .../alloopback.dir/cmake_clean.cmake | 12 - .../alloopback.dir/compiler_depend.make | 2 - .../alloopback.dir/compiler_depend.ts | 2 - .../CMakeFiles/alloopback.dir/depend.make | 2 - .../CMakeFiles/alloopback.dir/flags.make | 10 - .../openal/CMakeFiles/alloopback.dir/link.txt | 1 - .../CMakeFiles/alloopback.dir/progress.make | 3 - .../almultireverb.dir/DependInfo.cmake | 24 - .../CMakeFiles/almultireverb.dir/build.make | 117 - .../almultireverb.dir/cmake_clean.cmake | 12 - .../almultireverb.dir/compiler_depend.make | 2 - .../almultireverb.dir/compiler_depend.ts | 2 - .../CMakeFiles/almultireverb.dir/depend.make | 2 - .../CMakeFiles/almultireverb.dir/flags.make | 10 - .../CMakeFiles/almultireverb.dir/link.txt | 1 - .../almultireverb.dir/progress.make | 3 - .../CMakeFiles/alplay.dir/DependInfo.cmake | 24 - .../openal/CMakeFiles/alplay.dir/build.make | 117 - .../CMakeFiles/alplay.dir/cmake_clean.cmake | 12 - .../alplay.dir/compiler_depend.make | 2 - .../CMakeFiles/alplay.dir/compiler_depend.ts | 2 - .../openal/CMakeFiles/alplay.dir/depend.make | 2 - .../openal/CMakeFiles/alplay.dir/flags.make | 10 - .../openal/CMakeFiles/alplay.dir/link.txt | 1 - .../CMakeFiles/alplay.dir/progress.make | 3 - .../CMakeFiles/alrecord.dir/DependInfo.cmake | 24 - .../openal/CMakeFiles/alrecord.dir/build.make | 116 - .../CMakeFiles/alrecord.dir/cmake_clean.cmake | 12 - .../alrecord.dir/compiler_depend.make | 2 - .../alrecord.dir/compiler_depend.ts | 2 - .../CMakeFiles/alrecord.dir/depend.make | 2 - .../openal/CMakeFiles/alrecord.dir/flags.make | 10 - .../openal/CMakeFiles/alrecord.dir/link.txt | 1 - .../CMakeFiles/alrecord.dir/progress.make | 3 - .../CMakeFiles/alreverb.dir/DependInfo.cmake | 24 - .../openal/CMakeFiles/alreverb.dir/build.make | 117 - .../CMakeFiles/alreverb.dir/cmake_clean.cmake | 12 - .../alreverb.dir/compiler_depend.make | 2 - .../alreverb.dir/compiler_depend.ts | 2 - .../CMakeFiles/alreverb.dir/depend.make | 2 - .../openal/CMakeFiles/alreverb.dir/flags.make | 10 - .../openal/CMakeFiles/alreverb.dir/link.txt | 1 - .../CMakeFiles/alreverb.dir/progress.make | 3 - .../alsoft.build_version.dir/DependInfo.cmake | 22 - .../alsoft.build_version.dir/build.make | 97 - .../cmake_clean.cmake | 10 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../alsoft.build_version.dir/progress.make | 2 - .../alsoft.common.dir/DependInfo.cmake | 31 - .../CMakeFiles/alsoft.common.dir/build.make | 246 - .../alsoft.common.dir/cmake_clean.cmake | 27 - .../cmake_clean_target.cmake | 3 - .../alsoft.common.dir/compiler_depend.make | 2 - .../alsoft.common.dir/compiler_depend.ts | 2 - .../CMakeFiles/alsoft.common.dir/depend.make | 2 - .../CMakeFiles/alsoft.common.dir/flags.make | 10 - .../CMakeFiles/alsoft.common.dir/link.txt | 2 - .../alsoft.common.dir/progress.make | 11 - .../alsoft.excommon.dir/DependInfo.cmake | 23 - .../CMakeFiles/alsoft.excommon.dir/build.make | 114 - .../alsoft.excommon.dir/cmake_clean.cmake | 11 - .../cmake_clean_target.cmake | 3 - .../alsoft.excommon.dir/compiler_depend.make | 2 - .../alsoft.excommon.dir/compiler_depend.ts | 2 - .../alsoft.excommon.dir/depend.make | 2 - .../CMakeFiles/alsoft.excommon.dir/flags.make | 10 - .../CMakeFiles/alsoft.excommon.dir/link.txt | 2 - .../alsoft.excommon.dir/progress.make | 3 - .../alsoft.sofa-support.dir/DependInfo.cmake | 23 - .../alsoft.sofa-support.dir/build.make | 118 - .../alsoft.sofa-support.dir/cmake_clean.cmake | 11 - .../cmake_clean_target.cmake | 3 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../alsoft.sofa-support.dir/depend.make | 2 - .../alsoft.sofa-support.dir/flags.make | 10 - .../alsoft.sofa-support.dir/link.txt | 2 - .../alsoft.sofa-support.dir/progress.make | 3 - .../CMakeFiles/alstream.dir/DependInfo.cmake | 24 - .../openal/CMakeFiles/alstream.dir/build.make | 117 - .../CMakeFiles/alstream.dir/cmake_clean.cmake | 12 - .../alstream.dir/compiler_depend.make | 2 - .../alstream.dir/compiler_depend.ts | 2 - .../CMakeFiles/alstream.dir/depend.make | 2 - .../openal/CMakeFiles/alstream.dir/flags.make | 10 - .../openal/CMakeFiles/alstream.dir/link.txt | 1 - .../CMakeFiles/alstream.dir/progress.make | 3 - .../alstreamcb.dir/DependInfo.cmake | 24 - .../CMakeFiles/alstreamcb.dir/build.make | 121 - .../alstreamcb.dir/cmake_clean.cmake | 12 - .../alstreamcb.dir/compiler_depend.make | 2 - .../alstreamcb.dir/compiler_depend.ts | 2 - .../CMakeFiles/alstreamcb.dir/depend.make | 2 - .../CMakeFiles/alstreamcb.dir/flags.make | 10 - .../openal/CMakeFiles/alstreamcb.dir/link.txt | 1 - .../CMakeFiles/alstreamcb.dir/progress.make | 3 - .../CMakeFiles/altonegen.dir/DependInfo.cmake | 24 - .../CMakeFiles/altonegen.dir/build.make | 116 - .../altonegen.dir/cmake_clean.cmake | 12 - .../altonegen.dir/compiler_depend.make | 2 - .../altonegen.dir/compiler_depend.ts | 2 - .../CMakeFiles/altonegen.dir/depend.make | 2 - .../CMakeFiles/altonegen.dir/flags.make | 10 - .../openal/CMakeFiles/altonegen.dir/link.txt | 1 - .../CMakeFiles/altonegen.dir/progress.make | 3 - .../clang-tidy-check.dir/DependInfo.cmake | 22 - .../clang-tidy-check.dir/build.make | 281 - .../clang-tidy-check.dir/cmake_clean.cmake | 8 - .../clang-tidy-check.dir/compiler_depend.make | 2 - .../clang-tidy-check.dir/compiler_depend.ts | 2 - .../clang-tidy-check.dir/progress.make | 1 - .../CMakeFiles/makemhr.dir/DependInfo.cmake | 26 - .../openal/CMakeFiles/makemhr.dir/build.make | 155 - .../CMakeFiles/makemhr.dir/cmake_clean.cmake | 16 - .../makemhr.dir/compiler_depend.make | 2 - .../CMakeFiles/makemhr.dir/compiler_depend.ts | 2 - .../openal/CMakeFiles/makemhr.dir/depend.make | 2 - .../openal/CMakeFiles/makemhr.dir/flags.make | 10 - .../openal/CMakeFiles/makemhr.dir/link.txt | 1 - .../CMakeFiles/makemhr.dir/progress.make | 5 - .../openal-info.dir/DependInfo.cmake | 24 - .../CMakeFiles/openal-info.dir/build.make | 115 - .../openal-info.dir/cmake_clean.cmake | 12 - .../openal-info.dir/compiler_depend.make | 2 - .../openal-info.dir/compiler_depend.ts | 2 - .../CMakeFiles/openal-info.dir/depend.make | 2 - .../CMakeFiles/openal-info.dir/flags.make | 10 - .../CMakeFiles/openal-info.dir/link.txt | 1 - .../CMakeFiles/openal-info.dir/progress.make | 3 - .../external/openal/CMakeFiles/progress.marks | 1 - .../CMakeFiles/sofa-info.dir/DependInfo.cmake | 24 - .../CMakeFiles/sofa-info.dir/build.make | 123 - .../sofa-info.dir/cmake_clean.cmake | 12 - .../sofa-info.dir/compiler_depend.make | 2 - .../sofa-info.dir/compiler_depend.ts | 2 - .../CMakeFiles/sofa-info.dir/depend.make | 2 - .../CMakeFiles/sofa-info.dir/flags.make | 10 - .../openal/CMakeFiles/sofa-info.dir/link.txt | 1 - .../CMakeFiles/sofa-info.dir/progress.make | 3 - .../uhjdecoder.dir/DependInfo.cmake | 24 - .../CMakeFiles/uhjdecoder.dir/build.make | 120 - .../uhjdecoder.dir/cmake_clean.cmake | 12 - .../uhjdecoder.dir/compiler_depend.make | 2 - .../uhjdecoder.dir/compiler_depend.ts | 2 - .../CMakeFiles/uhjdecoder.dir/depend.make | 2 - .../CMakeFiles/uhjdecoder.dir/flags.make | 10 - .../openal/CMakeFiles/uhjdecoder.dir/link.txt | 1 - .../CMakeFiles/uhjdecoder.dir/progress.make | 3 - .../uhjencoder.dir/DependInfo.cmake | 24 - .../CMakeFiles/uhjencoder.dir/build.make | 120 - .../uhjencoder.dir/cmake_clean.cmake | 12 - .../uhjencoder.dir/compiler_depend.make | 2 - .../uhjencoder.dir/compiler_depend.ts | 2 - .../CMakeFiles/uhjencoder.dir/depend.make | 2 - .../CMakeFiles/uhjencoder.dir/flags.make | 10 - .../openal/CMakeFiles/uhjencoder.dir/link.txt | 1 - .../CMakeFiles/uhjencoder.dir/progress.make | 3 - .../external/openal/CTestTestfile.cmake | 8 - build_emscripten/external/openal/Makefile | 3978 --- .../external/openal/OpenALConfig.cmake | 9 - .../external/openal/OpenALTargets.cmake | 70 - .../external/openal/cmake_install.cmake | 355 - build_emscripten/external/openal/config.h | 50 - .../external/openal/config_backends.h | 37 - .../external/openal/config_simd.h | 10 - .../CMakeDirectoryInformation.cmake | 16 - .../alsoft.fmt.dir/DependInfo.cmake | 24 - .../CMakeFiles/alsoft.fmt.dir/build.make | 119 - .../alsoft.fmt.dir/cmake_clean.cmake | 11 - .../alsoft.fmt.dir/compiler_depend.make | 2 - .../alsoft.fmt.dir/compiler_depend.ts | 2 - .../CMakeFiles/alsoft.fmt.dir/depend.make | 2 - .../CMakeFiles/alsoft.fmt.dir/flags.make | 10 - .../CMakeFiles/alsoft.fmt.dir/progress.make | 3 - .../fmt-11.1.4/CMakeFiles/progress.marks | 1 - .../openal/fmt-11.1.4/CTestTestfile.cmake | 6 - .../external/openal/fmt-11.1.4/Makefile | 282 - .../openal/fmt-11.1.4/cmake_install.cmake | 50 - build_emscripten/external/openal/openal.pc | 12 - .../CMakeDirectoryInformation.cmake | 16 - .../alsoft-config.dir/DependInfo.cmake | 27 - .../CMakeFiles/alsoft-config.dir/build.make | 178 - .../alsoft-config.dir/cmake_clean.cmake | 20 - .../alsoft-config.dir/compiler_depend.make | 2 - .../alsoft-config.dir/compiler_depend.ts | 2 - .../CMakeFiles/alsoft-config.dir/depend.make | 2 - .../CMakeFiles/alsoft-config.dir/flags.make | 10 - .../CMakeFiles/alsoft-config.dir/link.txt | 1 - .../alsoft-config.dir/progress.make | 8 - .../alsoft-config/CMakeFiles/progress.marks | 1 - .../utils/alsoft-config/CTestTestfile.cmake | 6 - .../openal/utils/alsoft-config/Makefile | 336 - .../utils/alsoft-config/cmake_install.cmake | 66 - .../moc_mainwindow.cpp_parameters | 4 - .../CMakeDirectoryInformation.cmake | 16 - .../Continuous.dir/DependInfo.cmake | 22 - .../CMakeFiles/Continuous.dir/build.make | 90 - .../Continuous.dir/cmake_clean.cmake | 8 - .../Continuous.dir/compiler_depend.make | 2 - .../Continuous.dir/compiler_depend.ts | 2 - .../CMakeFiles/Continuous.dir/progress.make | 1 - .../ContinuousBuild.dir/DependInfo.cmake | 22 - .../CMakeFiles/ContinuousBuild.dir/build.make | 90 - .../ContinuousBuild.dir/cmake_clean.cmake | 8 - .../ContinuousBuild.dir/compiler_depend.make | 2 - .../ContinuousBuild.dir/compiler_depend.ts | 2 - .../ContinuousBuild.dir/progress.make | 1 - .../ContinuousConfigure.dir/DependInfo.cmake | 22 - .../ContinuousConfigure.dir/build.make | 90 - .../ContinuousConfigure.dir/cmake_clean.cmake | 8 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../ContinuousConfigure.dir/progress.make | 1 - .../ContinuousCoverage.dir/DependInfo.cmake | 22 - .../ContinuousCoverage.dir/build.make | 90 - .../ContinuousCoverage.dir/cmake_clean.cmake | 8 - .../compiler_depend.make | 2 - .../ContinuousCoverage.dir/compiler_depend.ts | 2 - .../ContinuousCoverage.dir/progress.make | 1 - .../ContinuousMemCheck.dir/DependInfo.cmake | 22 - .../ContinuousMemCheck.dir/build.make | 90 - .../ContinuousMemCheck.dir/cmake_clean.cmake | 8 - .../compiler_depend.make | 2 - .../ContinuousMemCheck.dir/compiler_depend.ts | 2 - .../ContinuousMemCheck.dir/progress.make | 1 - .../ContinuousStart.dir/DependInfo.cmake | 22 - .../CMakeFiles/ContinuousStart.dir/build.make | 90 - .../ContinuousStart.dir/cmake_clean.cmake | 8 - .../ContinuousStart.dir/compiler_depend.make | 2 - .../ContinuousStart.dir/compiler_depend.ts | 2 - .../ContinuousStart.dir/progress.make | 1 - .../ContinuousSubmit.dir/DependInfo.cmake | 22 - .../ContinuousSubmit.dir/build.make | 90 - .../ContinuousSubmit.dir/cmake_clean.cmake | 8 - .../ContinuousSubmit.dir/compiler_depend.make | 2 - .../ContinuousSubmit.dir/compiler_depend.ts | 2 - .../ContinuousSubmit.dir/progress.make | 1 - .../ContinuousTest.dir/DependInfo.cmake | 22 - .../CMakeFiles/ContinuousTest.dir/build.make | 90 - .../ContinuousTest.dir/cmake_clean.cmake | 8 - .../ContinuousTest.dir/compiler_depend.make | 2 - .../ContinuousTest.dir/compiler_depend.ts | 2 - .../ContinuousTest.dir/progress.make | 1 - .../ContinuousUpdate.dir/DependInfo.cmake | 22 - .../ContinuousUpdate.dir/build.make | 90 - .../ContinuousUpdate.dir/cmake_clean.cmake | 8 - .../ContinuousUpdate.dir/compiler_depend.make | 2 - .../ContinuousUpdate.dir/compiler_depend.ts | 2 - .../ContinuousUpdate.dir/progress.make | 1 - .../Experimental.dir/DependInfo.cmake | 22 - .../CMakeFiles/Experimental.dir/build.make | 90 - .../Experimental.dir/cmake_clean.cmake | 8 - .../Experimental.dir/compiler_depend.make | 2 - .../Experimental.dir/compiler_depend.ts | 2 - .../CMakeFiles/Experimental.dir/progress.make | 1 - .../ExperimentalBuild.dir/DependInfo.cmake | 22 - .../ExperimentalBuild.dir/build.make | 90 - .../ExperimentalBuild.dir/cmake_clean.cmake | 8 - .../compiler_depend.make | 2 - .../ExperimentalBuild.dir/compiler_depend.ts | 2 - .../ExperimentalBuild.dir/progress.make | 1 - .../DependInfo.cmake | 22 - .../ExperimentalConfigure.dir/build.make | 90 - .../cmake_clean.cmake | 8 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../ExperimentalConfigure.dir/progress.make | 1 - .../ExperimentalCoverage.dir/DependInfo.cmake | 22 - .../ExperimentalCoverage.dir/build.make | 90 - .../cmake_clean.cmake | 8 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../ExperimentalCoverage.dir/progress.make | 1 - .../ExperimentalMemCheck.dir/DependInfo.cmake | 22 - .../ExperimentalMemCheck.dir/build.make | 90 - .../cmake_clean.cmake | 8 - .../compiler_depend.make | 2 - .../compiler_depend.ts | 2 - .../ExperimentalMemCheck.dir/progress.make | 1 - .../ExperimentalStart.dir/DependInfo.cmake | 22 - .../ExperimentalStart.dir/build.make | 90 - .../ExperimentalStart.dir/cmake_clean.cmake | 8 - .../compiler_depend.make | 2 - .../ExperimentalStart.dir/compiler_depend.ts | 2 - .../ExperimentalStart.dir/progress.make | 1 - .../ExperimentalSubmit.dir/DependInfo.cmake | 22 - .../ExperimentalSubmit.dir/build.make | 90 - .../ExperimentalSubmit.dir/cmake_clean.cmake | 8 - .../compiler_depend.make | 2 - .../ExperimentalSubmit.dir/compiler_depend.ts | 2 - .../ExperimentalSubmit.dir/progress.make | 1 - .../ExperimentalTest.dir/DependInfo.cmake | 22 - .../ExperimentalTest.dir/build.make | 90 - .../ExperimentalTest.dir/cmake_clean.cmake | 8 - .../ExperimentalTest.dir/compiler_depend.make | 2 - .../ExperimentalTest.dir/compiler_depend.ts | 2 - .../ExperimentalTest.dir/progress.make | 1 - .../ExperimentalUpdate.dir/DependInfo.cmake | 22 - .../ExperimentalUpdate.dir/build.make | 90 - .../ExperimentalUpdate.dir/cmake_clean.cmake | 8 - .../compiler_depend.make | 2 - .../ExperimentalUpdate.dir/compiler_depend.ts | 2 - .../ExperimentalUpdate.dir/progress.make | 1 - .../CMakeFiles/Nightly.dir/DependInfo.cmake | 22 - .../vorbis/CMakeFiles/Nightly.dir/build.make | 90 - .../CMakeFiles/Nightly.dir/cmake_clean.cmake | 8 - .../Nightly.dir/compiler_depend.make | 2 - .../CMakeFiles/Nightly.dir/compiler_depend.ts | 2 - .../CMakeFiles/Nightly.dir/progress.make | 1 - .../NightlyBuild.dir/DependInfo.cmake | 22 - .../CMakeFiles/NightlyBuild.dir/build.make | 90 - .../NightlyBuild.dir/cmake_clean.cmake | 8 - .../NightlyBuild.dir/compiler_depend.make | 2 - .../NightlyBuild.dir/compiler_depend.ts | 2 - .../CMakeFiles/NightlyBuild.dir/progress.make | 1 - .../NightlyConfigure.dir/DependInfo.cmake | 22 - .../NightlyConfigure.dir/build.make | 90 - .../NightlyConfigure.dir/cmake_clean.cmake | 8 - .../NightlyConfigure.dir/compiler_depend.make | 2 - .../NightlyConfigure.dir/compiler_depend.ts | 2 - .../NightlyConfigure.dir/progress.make | 1 - .../NightlyCoverage.dir/DependInfo.cmake | 22 - .../CMakeFiles/NightlyCoverage.dir/build.make | 90 - .../NightlyCoverage.dir/cmake_clean.cmake | 8 - .../NightlyCoverage.dir/compiler_depend.make | 2 - .../NightlyCoverage.dir/compiler_depend.ts | 2 - .../NightlyCoverage.dir/progress.make | 1 - .../NightlyMemCheck.dir/DependInfo.cmake | 22 - .../CMakeFiles/NightlyMemCheck.dir/build.make | 90 - .../NightlyMemCheck.dir/cmake_clean.cmake | 8 - .../NightlyMemCheck.dir/compiler_depend.make | 2 - .../NightlyMemCheck.dir/compiler_depend.ts | 2 - .../NightlyMemCheck.dir/progress.make | 1 - .../NightlyMemoryCheck.dir/DependInfo.cmake | 22 - .../NightlyMemoryCheck.dir/build.make | 90 - .../NightlyMemoryCheck.dir/cmake_clean.cmake | 8 - .../compiler_depend.make | 2 - .../NightlyMemoryCheck.dir/compiler_depend.ts | 2 - .../NightlyMemoryCheck.dir/progress.make | 1 - .../NightlyStart.dir/DependInfo.cmake | 22 - .../CMakeFiles/NightlyStart.dir/build.make | 90 - .../NightlyStart.dir/cmake_clean.cmake | 8 - .../NightlyStart.dir/compiler_depend.make | 2 - .../NightlyStart.dir/compiler_depend.ts | 2 - .../CMakeFiles/NightlyStart.dir/progress.make | 1 - .../NightlySubmit.dir/DependInfo.cmake | 22 - .../CMakeFiles/NightlySubmit.dir/build.make | 90 - .../NightlySubmit.dir/cmake_clean.cmake | 8 - .../NightlySubmit.dir/compiler_depend.make | 2 - .../NightlySubmit.dir/compiler_depend.ts | 2 - .../NightlySubmit.dir/progress.make | 1 - .../NightlyTest.dir/DependInfo.cmake | 22 - .../CMakeFiles/NightlyTest.dir/build.make | 90 - .../NightlyTest.dir/cmake_clean.cmake | 8 - .../NightlyTest.dir/compiler_depend.make | 2 - .../NightlyTest.dir/compiler_depend.ts | 2 - .../CMakeFiles/NightlyTest.dir/progress.make | 1 - .../NightlyUpdate.dir/DependInfo.cmake | 22 - .../CMakeFiles/NightlyUpdate.dir/build.make | 90 - .../NightlyUpdate.dir/cmake_clean.cmake | 8 - .../NightlyUpdate.dir/compiler_depend.make | 2 - .../NightlyUpdate.dir/compiler_depend.ts | 2 - .../NightlyUpdate.dir/progress.make | 1 - .../external/vorbis/CMakeFiles/progress.marks | 1 - .../external/vorbis/CTestTestfile.cmake | 8 - .../external/vorbis/DartConfiguration.tcl | 109 - build_emscripten/external/vorbis/Makefile | 633 - .../external/vorbis/cmake_install.cmake | 65 - .../CMakeDirectoryInformation.cmake | 16 - .../VorbisTargets-relwithdebinfo.cmake | 39 - .../VorbisTargets.cmake | 139 - .../vorbis/lib/CMakeFiles/progress.marks | 1 - .../CMakeFiles/vorbis.dir/DependInfo.cmake | 42 - .../lib/CMakeFiles/vorbis.dir/build.make | 418 - .../CMakeFiles/vorbis.dir/cmake_clean.cmake | 49 - .../vorbis.dir/cmake_clean_target.cmake | 3 - .../vorbis.dir/compiler_depend.make | 2 - .../CMakeFiles/vorbis.dir/compiler_depend.ts | 2 - .../lib/CMakeFiles/vorbis.dir/depend.make | 2 - .../lib/CMakeFiles/vorbis.dir/flags.make | 10 - .../vorbis/lib/CMakeFiles/vorbis.dir/link.txt | 2 - .../lib/CMakeFiles/vorbis.dir/progress.make | 22 - .../CMakeFiles/vorbisenc.dir/DependInfo.cmake | 23 - .../lib/CMakeFiles/vorbisenc.dir/build.make | 114 - .../vorbisenc.dir/cmake_clean.cmake | 11 - .../vorbisenc.dir/cmake_clean_target.cmake | 3 - .../vorbisenc.dir/compiler_depend.make | 2 - .../vorbisenc.dir/compiler_depend.ts | 2 - .../lib/CMakeFiles/vorbisenc.dir/depend.make | 2 - .../lib/CMakeFiles/vorbisenc.dir/flags.make | 10 - .../lib/CMakeFiles/vorbisenc.dir/link.txt | 2 - .../CMakeFiles/vorbisenc.dir/progress.make | 3 - .../vorbisfile.dir/DependInfo.cmake | 23 - .../lib/CMakeFiles/vorbisfile.dir/build.make | 114 - .../vorbisfile.dir/cmake_clean.cmake | 11 - .../vorbisfile.dir/cmake_clean_target.cmake | 3 - .../vorbisfile.dir/compiler_depend.make | 2 - .../vorbisfile.dir/compiler_depend.ts | 2 - .../lib/CMakeFiles/vorbisfile.dir/depend.make | 2 - .../lib/CMakeFiles/vorbisfile.dir/flags.make | 10 - .../lib/CMakeFiles/vorbisfile.dir/link.txt | 2 - .../CMakeFiles/vorbisfile.dir/progress.make | 3 - .../external/vorbis/lib/CTestTestfile.cmake | 6 - build_emscripten/external/vorbis/lib/Makefile | 852 - .../external/vorbis/lib/VorbisConfig.cmake | 45 - .../vorbis/lib/VorbisConfigVersion.cmake | 65 - .../external/vorbis/lib/VorbisTargets.cmake | 115 - .../external/vorbis/lib/cmake_install.cmake | 108 - .../CMakeDirectoryInformation.cmake | 16 - .../vorbis/test/CMakeFiles/progress.marks | 1 - .../vorbis_test.dir/DependInfo.cmake | 26 - .../CMakeFiles/vorbis_test.dir/build.make | 149 - .../vorbis_test.dir/cmake_clean.cmake | 16 - .../vorbis_test.dir/compiler_depend.make | 2 - .../vorbis_test.dir/compiler_depend.ts | 2 - .../CMakeFiles/vorbis_test.dir/depend.make | 2 - .../CMakeFiles/vorbis_test.dir/flags.make | 10 - .../test/CMakeFiles/vorbis_test.dir/link.txt | 1 - .../CMakeFiles/vorbis_test.dir/progress.make | 5 - .../external/vorbis/test/CTestTestfile.cmake | 8 - .../external/vorbis/test/Makefile | 309 - .../external/vorbis/test/cmake_install.cmake | 50 - build_emscripten/external/vorbis/vorbis.pc | 15 - build_emscripten/external/vorbis/vorbisenc.pc | 14 - .../external/vorbis/vorbisfile.pc | 14 - 5040 files changed, 252134 deletions(-) delete mode 100644 build_emscripten/.qt/QtDeploySupport.cmake delete mode 100644 build_emscripten/.qt/QtDeployTargets.cmake delete mode 100644 build_emscripten/CMakeCache.txt delete mode 100644 build_emscripten/CMakeFiles/4.0.2-dirty/CMakeASMCompiler.cmake delete mode 100644 build_emscripten/CMakeFiles/4.0.2-dirty/CMakeCCompiler.cmake delete mode 100644 build_emscripten/CMakeFiles/4.0.2-dirty/CMakeCXXCompiler.cmake delete mode 100755 build_emscripten/CMakeFiles/4.0.2-dirty/CMakeDetermineCompilerABI_C.bin delete mode 100755 build_emscripten/CMakeFiles/4.0.2-dirty/CMakeDetermineCompilerABI_CXX.bin delete mode 100644 build_emscripten/CMakeFiles/4.0.2-dirty/CMakeSystem.cmake delete mode 100644 build_emscripten/CMakeFiles/4.0.2-dirty/CompilerIdC/CMakeCCompilerId.c delete mode 100755 build_emscripten/CMakeFiles/4.0.2-dirty/CompilerIdC/a.out delete mode 100644 build_emscripten/CMakeFiles/4.0.2-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp delete mode 100755 build_emscripten/CMakeFiles/4.0.2-dirty/CompilerIdCXX/a.out delete mode 100644 build_emscripten/CMakeFiles/CMakeConfigureLog.yaml delete mode 100644 build_emscripten/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/CMakeFiles/CMakeRuleHashes.txt delete mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/INT16_SIZE.bin delete mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/INT32_SIZE.bin delete mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/INT64_SIZE.bin delete mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/INT_SIZE.bin delete mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/LONG_LONG_SIZE.bin delete mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/LONG_SIZE.bin delete mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SHORT_SIZE.bin delete mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_CURL_OFF_T.bin delete mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_CURL_SOCKET_T.bin delete mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_INT.bin delete mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_LONG.bin delete mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_LONG_LONG.bin delete mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_OFF_T.bin delete mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_SA_FAMILY_T.bin delete mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_SIZE_T.bin delete mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.bin delete mode 100644 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_STRUCT_SOCKADDR_STORAGE.bin delete mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_SUSECONDS_T.bin delete mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.bin delete mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/UINT16_SIZE.bin delete mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/UINT32_SIZE.bin delete mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/U_INT16_SIZE.bin delete mode 100755 build_emscripten/CMakeFiles/CheckTypeSize/U_INT32_SIZE.bin delete mode 100644 build_emscripten/CMakeFiles/InstallScripts.json delete mode 100644 build_emscripten/CMakeFiles/Makefile.cmake delete mode 100644 build_emscripten/CMakeFiles/Makefile2 delete mode 100644 build_emscripten/CMakeFiles/TargetDirectories.txt delete mode 100644 build_emscripten/CMakeFiles/VerifyGlobs.cmake delete mode 100644 build_emscripten/CMakeFiles/alldemos.dir/DependInfo.cmake delete mode 100644 build_emscripten/CMakeFiles/alldemos.dir/build.make delete mode 100644 build_emscripten/CMakeFiles/alldemos.dir/cmake_clean.cmake delete mode 100644 build_emscripten/CMakeFiles/alldemos.dir/compiler_depend.make delete mode 100644 build_emscripten/CMakeFiles/alldemos.dir/compiler_depend.ts delete mode 100644 build_emscripten/CMakeFiles/alldemos.dir/progress.make delete mode 100644 build_emscripten/CMakeFiles/cmake.check_cache delete mode 100644 build_emscripten/CMakeFiles/cmake.verify_globs delete mode 100644 build_emscripten/CMakeFiles/progress.marks delete mode 100644 build_emscripten/CPackConfig.cmake delete mode 100644 build_emscripten/CPackSourceConfig.cmake delete mode 100644 build_emscripten/Makefile delete mode 100644 build_emscripten/PopWork/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/PopWork/CMakeFiles/PopWork.dir/DependInfo.cmake delete mode 100644 build_emscripten/PopWork/CMakeFiles/PopWork.dir/build.make delete mode 100644 build_emscripten/PopWork/CMakeFiles/PopWork.dir/cmake_clean.cmake delete mode 100644 build_emscripten/PopWork/CMakeFiles/PopWork.dir/cmake_clean_target.cmake delete mode 100644 build_emscripten/PopWork/CMakeFiles/PopWork.dir/compiler_depend.make delete mode 100644 build_emscripten/PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts delete mode 100644 build_emscripten/PopWork/CMakeFiles/PopWork.dir/depend.make delete mode 100644 build_emscripten/PopWork/CMakeFiles/PopWork.dir/flags.make delete mode 100644 build_emscripten/PopWork/CMakeFiles/PopWork.dir/link.txt delete mode 100644 build_emscripten/PopWork/CMakeFiles/PopWork.dir/progress.make delete mode 100644 build_emscripten/PopWork/CMakeFiles/progress.marks delete mode 100644 build_emscripten/PopWork/Makefile delete mode 100644 build_emscripten/PopWork/cmake_install.cmake delete mode 100644 build_emscripten/cmake_install.cmake delete mode 100644 build_emscripten/examples/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/examples/CMakeFiles/progress.marks delete mode 100644 build_emscripten/examples/Makefile delete mode 100644 build_emscripten/examples/cmake_install.cmake delete mode 100644 build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/DependInfo.cmake delete mode 100644 build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/build.make delete mode 100644 build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/cmake_clean.cmake delete mode 100644 build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.make delete mode 100644 build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.ts delete mode 100644 build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/depend.make delete mode 100644 build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/flags.make delete mode 100644 build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/link.txt delete mode 100644 build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/progress.make delete mode 100644 build_emscripten/examples/src/barebones/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/examples/src/barebones/CMakeFiles/progress.marks delete mode 100644 build_emscripten/examples/src/barebones/Makefile delete mode 100644 build_emscripten/examples/src/barebones/cmake_install.cmake delete mode 100644 build_emscripten/examples/src/demo1/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/DependInfo.cmake delete mode 100644 build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/build.make delete mode 100644 build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/cmake_clean.cmake delete mode 100644 build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.make delete mode 100644 build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.ts delete mode 100644 build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/depend.make delete mode 100644 build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/flags.make delete mode 100644 build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/link.txt delete mode 100644 build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/progress.make delete mode 100644 build_emscripten/examples/src/demo1/CMakeFiles/progress.marks delete mode 100644 build_emscripten/examples/src/demo1/Makefile delete mode 100644 build_emscripten/examples/src/demo1/cmake_install.cmake delete mode 100644 build_emscripten/examples/src/demo2/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/DependInfo.cmake delete mode 100644 build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/build.make delete mode 100644 build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/cmake_clean.cmake delete mode 100644 build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.make delete mode 100644 build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.ts delete mode 100644 build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/depend.make delete mode 100644 build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/flags.make delete mode 100644 build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/link.txt delete mode 100644 build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/progress.make delete mode 100644 build_emscripten/examples/src/demo2/CMakeFiles/progress.marks delete mode 100644 build_emscripten/examples/src/demo2/Makefile delete mode 100644 build_emscripten/examples/src/demo2/cmake_install.cmake delete mode 100644 build_emscripten/examples/src/demo3/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/DependInfo.cmake delete mode 100644 build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/build.make delete mode 100644 build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/cmake_clean.cmake delete mode 100644 build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.make delete mode 100644 build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.ts delete mode 100644 build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/depend.make delete mode 100644 build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/flags.make delete mode 100644 build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/link.txt delete mode 100644 build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/progress.make delete mode 100644 build_emscripten/examples/src/demo3/CMakeFiles/progress.marks delete mode 100644 build_emscripten/examples/src/demo3/Makefile delete mode 100644 build_emscripten/examples/src/demo3/cmake_install.cmake delete mode 100644 build_emscripten/examples/src/demo4/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/DependInfo.cmake delete mode 100644 build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/build.make delete mode 100644 build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/cmake_clean.cmake delete mode 100644 build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.make delete mode 100644 build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.ts delete mode 100644 build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/depend.make delete mode 100644 build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/flags.make delete mode 100644 build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/link.txt delete mode 100644 build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/progress.make delete mode 100644 build_emscripten/examples/src/demo4/CMakeFiles/progress.marks delete mode 100644 build_emscripten/examples/src/demo4/Makefile delete mode 100644 build_emscripten/examples/src/demo4/cmake_install.cmake delete mode 100644 build_emscripten/examples/src/demo5/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/DependInfo.cmake delete mode 100644 build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/build.make delete mode 100644 build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/cmake_clean.cmake delete mode 100644 build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.make delete mode 100644 build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.ts delete mode 100644 build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/depend.make delete mode 100644 build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/flags.make delete mode 100644 build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/link.txt delete mode 100644 build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/progress.make delete mode 100644 build_emscripten/examples/src/demo5/CMakeFiles/progress.marks delete mode 100644 build_emscripten/examples/src/demo5/Makefile delete mode 100644 build_emscripten/examples/src/demo5/cmake_install.cmake delete mode 100644 build_emscripten/examples/src/hun-garr/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/DependInfo.cmake delete mode 100644 build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make delete mode 100644 build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/cmake_clean.cmake delete mode 100644 build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.make delete mode 100644 build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts delete mode 100644 build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/depend.make delete mode 100644 build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make delete mode 100644 build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/link.txt delete mode 100644 build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/progress.make delete mode 100644 build_emscripten/examples/src/hun-garr/CMakeFiles/progress.marks delete mode 100644 build_emscripten/examples/src/hun-garr/Makefile delete mode 100644 build_emscripten/examples/src/hun-garr/cmake_install.cmake delete mode 100644 build_emscripten/examples/src/v12demo/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/DependInfo.cmake delete mode 100644 build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make delete mode 100644 build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/cmake_clean.cmake delete mode 100644 build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.make delete mode 100644 build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.ts delete mode 100644 build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/depend.make delete mode 100644 build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/flags.make delete mode 100644 build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/link.txt delete mode 100644 build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/progress.make delete mode 100644 build_emscripten/examples/src/v12demo/CMakeFiles/progress.marks delete mode 100644 build_emscripten/examples/src/v12demo/Makefile delete mode 100644 build_emscripten/examples/src/v12demo/cmake_install.cmake delete mode 100644 build_emscripten/examples/src/v14demo/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/DependInfo.cmake delete mode 100644 build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make delete mode 100644 build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/cmake_clean.cmake delete mode 100644 build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.make delete mode 100644 build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.ts delete mode 100644 build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/depend.make delete mode 100644 build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/flags.make delete mode 100644 build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/link.txt delete mode 100644 build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/progress.make delete mode 100644 build_emscripten/examples/src/v14demo/CMakeFiles/progress.marks delete mode 100644 build_emscripten/examples/src/v14demo/Makefile delete mode 100644 build_emscripten/examples/src/v14demo/cmake_install.cmake delete mode 100644 build_emscripten/examples/src/xmldemo/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/DependInfo.cmake delete mode 100644 build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make delete mode 100644 build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/cmake_clean.cmake delete mode 100644 build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.make delete mode 100644 build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.ts delete mode 100644 build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/depend.make delete mode 100644 build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/flags.make delete mode 100644 build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/link.txt delete mode 100644 build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/progress.make delete mode 100644 build_emscripten/examples/src/xmldemo/CMakeFiles/progress.marks delete mode 100644 build_emscripten/examples/src/xmldemo/Makefile delete mode 100644 build_emscripten/examples/src/xmldemo/cmake_install.cmake delete mode 100644 build_emscripten/external/SDL/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch.c delete mode 100644 build_emscripten/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch/bin delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/build.make delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.c delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.make delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/depend.make delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/flags.make delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/link.txt delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/progress.make delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/build.make delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_clean_target.cmake delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.c delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.make delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/depend.make delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/flags.make delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/link.txt delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/progress.make delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/build.make delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/cmake_clean_target.cmake delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.make delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/depend.make delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/flags.make delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/link.txt delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/progress.make delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL_build_config.h.intermediate delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/build.make delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/cmake_clean_target.cmake delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.make delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/depend.make delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/link.txt delete mode 100644 build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/progress.make delete mode 100644 build_emscripten/external/SDL/CMakeFiles/dummy.sym delete mode 100644 build_emscripten/external/SDL/CMakeFiles/git-data/HEAD delete mode 100644 build_emscripten/external/SDL/CMakeFiles/git-data/grabRef.cmake delete mode 100644 build_emscripten/external/SDL/CMakeFiles/git-data/head-ref delete mode 100644 build_emscripten/external/SDL/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/SDL/Makefile delete mode 100644 build_emscripten/external/SDL/SDL3Config.cmake delete mode 100644 build_emscripten/external/SDL/SDL3ConfigVersion.cmake delete mode 100644 build_emscripten/external/SDL/SDL3headersTargets.cmake delete mode 100644 build_emscripten/external/SDL/SDL3sharedTargets.cmake delete mode 100644 build_emscripten/external/SDL/SDL3staticTargets.cmake delete mode 100644 build_emscripten/external/SDL/SDL3testTargets.cmake delete mode 100644 build_emscripten/external/SDL/cmake_install.cmake delete mode 100644 build_emscripten/external/SDL/include-config-relwithdebinfo/build_config/SDL_build_config.h delete mode 100644 build_emscripten/external/SDL/include-revision/SDL3/SDL_revision.h delete mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make delete mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/cmake_clean_target.cmake delete mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.make delete mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/depend.make delete mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/flags.make delete mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/link.txt delete mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/progress.make delete mode 100644 build_emscripten/external/SDL_ttf/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/SDL_ttf/Makefile delete mode 100644 build_emscripten/external/SDL_ttf/cmake_install.cmake delete mode 100644 build_emscripten/external/SDL_ttf/dummy.sym delete mode 100644 build_emscripten/external/curl/CMake/cmake_uninstall.cmake delete mode 100644 build_emscripten/external/curl/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/curl/CMakeFiles/Export/8e83d16133499b505bf3986f4f209a65/CURLTargets-relwithdebinfo.cmake delete mode 100644 build_emscripten/external/curl/CMakeFiles/Export/8e83d16133499b505bf3986f4f209a65/CURLTargets.cmake delete mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/build.make delete mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/progress.make delete mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/build.make delete mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/progress.make delete mode 100644 build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/build.make delete mode 100644 build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/progress.make delete mode 100644 build_emscripten/external/curl/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/curl/Makefile delete mode 100644 build_emscripten/external/curl/buildinfo.txt delete mode 100644 build_emscripten/external/curl/cmake_install.cmake delete mode 100644 build_emscripten/external/curl/curl-config delete mode 100644 build_emscripten/external/curl/docs/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/curl/docs/Makefile delete mode 100644 build_emscripten/external/curl/docs/cmake_install.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/flags.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/link.txt delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/examples/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/curl/docs/examples/Makefile delete mode 100644 build_emscripten/external/curl/docs/examples/Makefile.inc.cmake delete mode 100644 build_emscripten/external/curl/docs/examples/cmake_install.cmake delete mode 100644 build_emscripten/external/curl/docs/libcurl/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/libcurl/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/curl/docs/libcurl/Makefile delete mode 100644 build_emscripten/external/curl/docs/libcurl/Makefile.inc.cmake delete mode 100644 build_emscripten/external/curl/docs/libcurl/cmake_install.cmake delete mode 100644 build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build.make delete mode 100644 build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/progress.make delete mode 100644 build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/curl/docs/libcurl/opts/Makefile delete mode 100644 build_emscripten/external/curl/docs/libcurl/opts/Makefile.inc.cmake delete mode 100644 build_emscripten/external/curl/docs/libcurl/opts/cmake_install.cmake delete mode 100644 build_emscripten/external/curl/generated/CURLConfig.cmake delete mode 100644 build_emscripten/external/curl/generated/CURLConfigVersion.cmake delete mode 100644 build_emscripten/external/curl/lib/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/build.make delete mode 100644 build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/cmake_clean_target.cmake delete mode 100644 build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/depend.make delete mode 100644 build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/flags.make delete mode 100644 build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/link.txt delete mode 100644 build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/progress.make delete mode 100644 build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/build.make delete mode 100644 build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/cmake_clean_target.cmake delete mode 100644 build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/depend.make delete mode 100644 build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make delete mode 100644 build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/link.txt delete mode 100644 build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/progress.make delete mode 100644 build_emscripten/external/curl/lib/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/curl/lib/Makefile delete mode 100644 build_emscripten/external/curl/lib/Makefile.inc.cmake delete mode 100644 build_emscripten/external/curl/lib/cmake_install.cmake delete mode 100644 build_emscripten/external/curl/lib/curl_config.h delete mode 100644 build_emscripten/external/curl/libcurl-target.cmake delete mode 100644 build_emscripten/external/curl/libcurl.pc delete mode 100644 build_emscripten/external/curl/scripts/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/curl/scripts/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/curl/scripts/Makefile delete mode 100644 build_emscripten/external/curl/scripts/cmake_install.cmake delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/Makefile delete mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/certs/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/curl/tests/certs/Makefile delete mode 100644 build_emscripten/external/curl/tests/certs/Makefile.inc.cmake delete mode 100644 build_emscripten/external/curl/tests/certs/cmake_install.cmake delete mode 100644 build_emscripten/external/curl/tests/cmake_install.cmake delete mode 100644 build_emscripten/external/curl/tests/config delete mode 100644 build_emscripten/external/curl/tests/configurehelp.pm delete mode 100644 build_emscripten/external/curl/tests/http/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/curl/tests/http/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/curl/tests/http/Makefile delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/http/clients/Makefile delete mode 100644 build_emscripten/external/curl/tests/http/clients/Makefile.inc.cmake delete mode 100644 build_emscripten/external/curl/tests/http/clients/cmake_install.cmake delete mode 100644 build_emscripten/external/curl/tests/http/cmake_install.cmake delete mode 100644 build_emscripten/external/curl/tests/http/config.ini delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/libtest/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/curl/tests/libtest/Makefile delete mode 100644 build_emscripten/external/curl/tests/libtest/Makefile.inc.cmake delete mode 100644 build_emscripten/external/curl/tests/libtest/cmake_install.cmake delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/server/Makefile delete mode 100644 build_emscripten/external/curl/tests/server/Makefile.inc.cmake delete mode 100644 build_emscripten/external/curl/tests/server/cmake_install.cmake delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/tunit/Makefile delete mode 100644 build_emscripten/external/curl/tests/tunit/Makefile.inc.cmake delete mode 100644 build_emscripten/external/curl/tests/tunit/cmake_install.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/depend.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/flags.make delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/link.txt delete mode 100644 build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/progress.make delete mode 100644 build_emscripten/external/curl/tests/unit/Makefile delete mode 100644 build_emscripten/external/curl/tests/unit/Makefile.inc.cmake delete mode 100644 build_emscripten/external/curl/tests/unit/cmake_install.cmake delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/build.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/cmake_clean_target.cmake delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/compiler_depend.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/depend.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/flags.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/link.txt delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/progress.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/cmake_clean_target.cmake delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/compiler_depend.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/depend.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/flags.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/link.txt delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/progress.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/cmake_clean_target.cmake delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/compiler_depend.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/depend.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/flags.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/link.txt delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/progress.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/cmake_clean_target.cmake delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/compiler_depend.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/depend.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/flags.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/link.txt delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/progress.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/cmake_clean_target.cmake delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/compiler_depend.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/depend.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/flags.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/link.txt delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/progress.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/cmake_clean_target.cmake delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/compiler_depend.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/depend.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/flags.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/link.txt delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/progress.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/cmake_clean_target.cmake delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/compiler_depend.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/depend.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/flags.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/link.txt delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/progress.make delete mode 100644 build_emscripten/external/miniaudio/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/miniaudio/Makefile delete mode 100644 build_emscripten/external/miniaudio/cmake_install.cmake delete mode 100644 build_emscripten/external/ogg/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/ogg/CMakeFiles/Export/dee6fd410a50d06b294b496f57355584/OggTargets-relwithdebinfo.cmake delete mode 100644 build_emscripten/external/ogg/CMakeFiles/Export/dee6fd410a50d06b294b496f57355584/OggTargets.cmake delete mode 100644 build_emscripten/external/ogg/CMakeFiles/ogg.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/ogg/CMakeFiles/ogg.dir/build.make delete mode 100644 build_emscripten/external/ogg/CMakeFiles/ogg.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/ogg/CMakeFiles/ogg.dir/cmake_clean_target.cmake delete mode 100644 build_emscripten/external/ogg/CMakeFiles/ogg.dir/compiler_depend.make delete mode 100644 build_emscripten/external/ogg/CMakeFiles/ogg.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/ogg/CMakeFiles/ogg.dir/depend.make delete mode 100644 build_emscripten/external/ogg/CMakeFiles/ogg.dir/flags.make delete mode 100644 build_emscripten/external/ogg/CMakeFiles/ogg.dir/link.txt delete mode 100644 build_emscripten/external/ogg/CMakeFiles/ogg.dir/progress.make delete mode 100644 build_emscripten/external/ogg/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/ogg/Makefile delete mode 100644 build_emscripten/external/ogg/OggConfig.cmake delete mode 100644 build_emscripten/external/ogg/OggConfigVersion.cmake delete mode 100644 build_emscripten/external/ogg/OggTargets.cmake delete mode 100644 build_emscripten/external/ogg/cmake_install.cmake delete mode 100644 build_emscripten/external/ogg/include/ogg/config_types.h delete mode 100644 build_emscripten/external/ogg/ogg.pc delete mode 100644 build_emscripten/external/openal/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-relwithdebinfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/OpenAL.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/OpenAL.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/OpenAL.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/OpenAL.dir/cmake_clean_target.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/OpenAL.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/OpenAL.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/OpenAL.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/OpenAL.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/OpenAL.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alconvolve.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alconvolve.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alconvolve.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alconvolve.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alconvolve.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/alconvolve.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alconvolve.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alconvolve.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/alconvolve.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/aldebug.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/aldebug.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/aldebug.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/aldebug.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/aldebug.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/aldebug.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/aldebug.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/aldebug.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/aldebug.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/aldirect.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/aldirect.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/aldirect.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/aldirect.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/aldirect.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/aldirect.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/aldirect.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/aldirect.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/aldirect.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alffplay.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alffplay.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alffplay.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alffplay.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alffplay.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/alffplay.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alffplay.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alffplay.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/alffplay.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alhrtf.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alhrtf.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alhrtf.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alhrtf.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alhrtf.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/alhrtf.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alhrtf.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alhrtf.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/alhrtf.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/allafplay.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/allafplay.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/allafplay.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/allafplay.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/allafplay.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/allafplay.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/allafplay.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/allafplay.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/allafplay.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/allatency.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/allatency.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/allatency.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/allatency.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/allatency.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/allatency.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/allatency.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/allatency.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/allatency.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alloopback.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alloopback.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alloopback.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alloopback.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alloopback.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/alloopback.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alloopback.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alloopback.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/alloopback.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/almultireverb.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/almultireverb.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/almultireverb.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/almultireverb.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/almultireverb.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/almultireverb.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/almultireverb.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/almultireverb.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/almultireverb.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alplay.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alplay.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alplay.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alplay.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alplay.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/alplay.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alplay.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alplay.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/alplay.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alrecord.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alrecord.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alrecord.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alrecord.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alrecord.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/alrecord.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alrecord.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alrecord.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/alrecord.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alreverb.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alreverb.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alreverb.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alreverb.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alreverb.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/alreverb.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alreverb.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alreverb.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/alreverb.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/cmake_clean_target.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/cmake_clean_target.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/cmake_clean_target.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alstream.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alstream.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alstream.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alstream.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alstream.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/alstream.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alstream.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alstream.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/alstream.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/altonegen.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/altonegen.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/altonegen.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/altonegen.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/altonegen.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/altonegen.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/altonegen.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/altonegen.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/altonegen.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/makemhr.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/makemhr.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/makemhr.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/makemhr.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/makemhr.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/makemhr.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/makemhr.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/makemhr.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/makemhr.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/openal-info.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/openal-info.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/openal-info.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/openal-info.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/openal-info.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/openal-info.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/openal-info.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/openal-info.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/openal-info.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/openal/CMakeFiles/sofa-info.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/sofa-info.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/sofa-info.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/sofa-info.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/sofa-info.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/sofa-info.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/sofa-info.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/sofa-info.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/sofa-info.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/progress.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/build.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/depend.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/flags.make delete mode 100644 build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/link.txt delete mode 100644 build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/progress.make delete mode 100644 build_emscripten/external/openal/CTestTestfile.cmake delete mode 100644 build_emscripten/external/openal/Makefile delete mode 100644 build_emscripten/external/openal/OpenALConfig.cmake delete mode 100644 build_emscripten/external/openal/OpenALTargets.cmake delete mode 100644 build_emscripten/external/openal/cmake_install.cmake delete mode 100644 build_emscripten/external/openal/config.h delete mode 100644 build_emscripten/external/openal/config_backends.h delete mode 100644 build_emscripten/external/openal/config_simd.h delete mode 100644 build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make delete mode 100644 build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/depend.make delete mode 100644 build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/flags.make delete mode 100644 build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/progress.make delete mode 100644 build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/openal/fmt-11.1.4/CTestTestfile.cmake delete mode 100644 build_emscripten/external/openal/fmt-11.1.4/Makefile delete mode 100644 build_emscripten/external/openal/fmt-11.1.4/cmake_install.cmake delete mode 100644 build_emscripten/external/openal/openal.pc delete mode 100644 build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make delete mode 100644 build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.make delete mode 100644 build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend.make delete mode 100644 build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make delete mode 100644 build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/link.txt delete mode 100644 build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/progress.make delete mode 100644 build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/openal/utils/alsoft-config/CTestTestfile.cmake delete mode 100644 build_emscripten/external/openal/utils/alsoft-config/Makefile delete mode 100644 build_emscripten/external/openal/utils/alsoft-config/cmake_install.cmake delete mode 100644 build_emscripten/external/openal/utils/alsoft-config/moc_mainwindow.cpp_parameters delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/build.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/vorbis/CTestTestfile.cmake delete mode 100644 build_emscripten/external/vorbis/DartConfiguration.tcl delete mode 100644 build_emscripten/external/vorbis/Makefile delete mode 100644 build_emscripten/external/vorbis/cmake_install.cmake delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/Export/cc38caa321284793c52f43683a3b76fc/VorbisTargets-relwithdebinfo.cmake delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/Export/cc38caa321284793c52f43683a3b76fc/VorbisTargets.cmake delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/build.make delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/cmake_clean_target.cmake delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/depend.make delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/link.txt delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/cmake_clean_target.cmake delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/depend.make delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/flags.make delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/link.txt delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/cmake_clean_target.cmake delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/depend.make delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/flags.make delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/link.txt delete mode 100644 build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/lib/CTestTestfile.cmake delete mode 100644 build_emscripten/external/vorbis/lib/Makefile delete mode 100644 build_emscripten/external/vorbis/lib/VorbisConfig.cmake delete mode 100644 build_emscripten/external/vorbis/lib/VorbisConfigVersion.cmake delete mode 100644 build_emscripten/external/vorbis/lib/VorbisTargets.cmake delete mode 100644 build_emscripten/external/vorbis/lib/cmake_install.cmake delete mode 100644 build_emscripten/external/vorbis/test/CMakeFiles/CMakeDirectoryInformation.cmake delete mode 100644 build_emscripten/external/vorbis/test/CMakeFiles/progress.marks delete mode 100644 build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/DependInfo.cmake delete mode 100644 build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make delete mode 100644 build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/cmake_clean.cmake delete mode 100644 build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.make delete mode 100644 build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.ts delete mode 100644 build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/depend.make delete mode 100644 build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/flags.make delete mode 100644 build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/link.txt delete mode 100644 build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/progress.make delete mode 100644 build_emscripten/external/vorbis/test/CTestTestfile.cmake delete mode 100644 build_emscripten/external/vorbis/test/Makefile delete mode 100644 build_emscripten/external/vorbis/test/cmake_install.cmake delete mode 100644 build_emscripten/external/vorbis/vorbis.pc delete mode 100644 build_emscripten/external/vorbis/vorbisenc.pc delete mode 100644 build_emscripten/external/vorbis/vorbisfile.pc diff --git a/build_emscripten/.qt/QtDeploySupport.cmake b/build_emscripten/.qt/QtDeploySupport.cmake deleted file mode 100644 index fac5d44d..00000000 --- a/build_emscripten/.qt/QtDeploySupport.cmake +++ /dev/null @@ -1,69 +0,0 @@ -cmake_minimum_required(VERSION 3.16...3.21) - -# These are part of the public API. Projects should use them to provide a -# consistent set of prefix-relative destinations. -if(NOT QT_DEPLOY_BIN_DIR) - set(QT_DEPLOY_BIN_DIR "bin") -endif() -if(NOT QT_DEPLOY_LIBEXEC_DIR) - set(QT_DEPLOY_LIBEXEC_DIR "libexec") -endif() -if(NOT QT_DEPLOY_LIB_DIR) - set(QT_DEPLOY_LIB_DIR "lib") -endif() -if(NOT QT_DEPLOY_PLUGINS_DIR) - set(QT_DEPLOY_PLUGINS_DIR "plugins") -endif() -if(NOT QT_DEPLOY_QML_DIR) - set(QT_DEPLOY_QML_DIR "qml") -endif() -if(NOT QT_DEPLOY_TRANSLATIONS_DIR) - set(QT_DEPLOY_TRANSLATIONS_DIR "translations") -endif() -if(NOT QT_DEPLOY_PREFIX) - set(QT_DEPLOY_PREFIX "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}") -endif() -if(QT_DEPLOY_PREFIX STREQUAL "") - set(QT_DEPLOY_PREFIX .) -endif() -if(NOT QT_DEPLOY_IGNORED_LIB_DIRS) - set(QT_DEPLOY_IGNORED_LIB_DIRS "/lib") -endif() - -# These are internal implementation details. They may be removed at any time. -set(__QT_DEPLOY_SYSTEM_NAME "Linux") -set(__QT_DEPLOY_IS_SHARED_LIBS_BUILD "ON") -set(__QT_DEPLOY_TOOL "GRD") -set(__QT_DEPLOY_IMPL_DIR "/home/guest/Downloads/PopLib/build/.qt") -set(__QT_DEPLOY_VERBOSE "") -set(__QT_CMAKE_EXPORT_NAMESPACE "Qt6") -set(__QT_DEPLOY_GENERATOR_IS_MULTI_CONFIG "0") -set(__QT_DEPLOY_ACTIVE_CONFIG "RelWithDebInfo") -set(__QT_NO_CREATE_VERSIONLESS_FUNCTIONS "") -set(__QT_DEFAULT_MAJOR_VERSION "6") -set(__QT_DEPLOY_QT_ADDITIONAL_PACKAGES_PREFIX_PATH "") -set(__QT_DEPLOY_QT_INSTALL_PREFIX "/usr") -set(__QT_DEPLOY_QT_INSTALL_BINS "lib/qt6/bin") -set(__QT_DEPLOY_QT_INSTALL_DATA "share/qt6") -set(__QT_DEPLOY_QT_INSTALL_LIBEXECS "lib/qt6") -set(__QT_DEPLOY_QT_INSTALL_PLUGINS "lib/qt6/plugins") -set(__QT_DEPLOY_QT_INSTALL_TRANSLATIONS "share/qt6/translations") -set(__QT_DEPLOY_TARGET_QT_PATHS_PATH "/usr/lib/qt6/bin/qtpaths6") -set(__QT_DEPLOY_PLUGINS "") -set(__QT_DEPLOY_MUST_ADJUST_PLUGINS_RPATH "") -set(__QT_DEPLOY_USE_PATCHELF "") -set(__QT_DEPLOY_PATCHELF_EXECUTABLE "") -set(__QT_DEPLOY_QT_IS_MULTI_CONFIG_BUILD_WITH_DEBUG "FALSE") -set(__QT_DEPLOY_QT_DEBUG_POSTFIX "") - -# Define the CMake commands to be made available during deployment. -set(__qt_deploy_support_files - "/home/guest/Downloads/PopLib/build/.qt/QtDeployTargets.cmake" - "/usr/lib/cmake/Qt6Core/Qt6CoreDeploySupport.cmake" -) -foreach(__qt_deploy_support_file IN LISTS __qt_deploy_support_files) - include("${__qt_deploy_support_file}") -endforeach() - -unset(__qt_deploy_support_file) -unset(__qt_deploy_support_files) diff --git a/build_emscripten/.qt/QtDeployTargets.cmake b/build_emscripten/.qt/QtDeployTargets.cmake deleted file mode 100644 index e8c98dab..00000000 --- a/build_emscripten/.qt/QtDeployTargets.cmake +++ /dev/null @@ -1,982 +0,0 @@ -set(__QT_DEPLOY_TARGET_ogg_FILE /home/guest/Downloads/PopLib/build/external/ogg/libogg.a) -set(__QT_DEPLOY_TARGET_ogg_TYPE STATIC_LIBRARY) -set(__QT_DEPLOY_TARGET_vorbis_FILE /home/guest/Downloads/PopLib/build/external/vorbis/lib/libvorbis.a) -set(__QT_DEPLOY_TARGET_vorbis_TYPE STATIC_LIBRARY) -set(__QT_DEPLOY_TARGET_vorbisenc_FILE /home/guest/Downloads/PopLib/build/external/vorbis/lib/libvorbisenc.a) -set(__QT_DEPLOY_TARGET_vorbisenc_TYPE STATIC_LIBRARY) -set(__QT_DEPLOY_TARGET_vorbisfile_FILE /home/guest/Downloads/PopLib/build/external/vorbis/lib/libvorbisfile.a) -set(__QT_DEPLOY_TARGET_vorbisfile_TYPE STATIC_LIBRARY) -set(__QT_DEPLOY_TARGET_vorbis_test_FILE /home/guest/Downloads/PopLib/build/external/vorbis/test/vorbis_test) -set(__QT_DEPLOY_TARGET_vorbis_test_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_SDL3-shared_FILE /home/guest/Downloads/PopLib/build/external/SDL/libSDL3.so.0.3.0) -set(__QT_DEPLOY_TARGET_SDL3-shared_TYPE SHARED_LIBRARY) -set(__QT_DEPLOY_TARGET_SDL3-static_FILE /home/guest/Downloads/PopLib/build/external/SDL/libSDL3.a) -set(__QT_DEPLOY_TARGET_SDL3-static_TYPE STATIC_LIBRARY) -set(__QT_DEPLOY_TARGET_SDL3_test_FILE /home/guest/Downloads/PopLib/build/external/SDL/libSDL3_test.a) -set(__QT_DEPLOY_TARGET_SDL3_test_TYPE STATIC_LIBRARY) -set(__QT_DEPLOY_TARGET_SDL_uclibc_FILE /home/guest/Downloads/PopLib/build/external/SDL/libSDL_uclibc.a) -set(__QT_DEPLOY_TARGET_SDL_uclibc_TYPE STATIC_LIBRARY) -set(__QT_DEPLOY_TARGET_SDL3_ttf-static_FILE /home/guest/Downloads/PopLib/build/external/SDL_ttf/libSDL3_ttf.a) -set(__QT_DEPLOY_TARGET_SDL3_ttf-static_TYPE STATIC_LIBRARY) -set(__QT_DEPLOY_TARGET_alsoft-config_FILE /home/guest/Downloads/PopLib/build/external/openal/alsoft-config) -set(__QT_DEPLOY_TARGET_alsoft-config_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_alsoft.common_FILE /home/guest/Downloads/PopLib/build/external/openal/libalsoft.common.a) -set(__QT_DEPLOY_TARGET_alsoft.common_TYPE STATIC_LIBRARY) -set(__QT_DEPLOY_TARGET_OpenAL_FILE /home/guest/Downloads/PopLib/build/external/openal/libopenal.a) -set(__QT_DEPLOY_TARGET_OpenAL_TYPE STATIC_LIBRARY) -set(__QT_DEPLOY_TARGET_openal-info_FILE /home/guest/Downloads/PopLib/build/external/openal/openal-info) -set(__QT_DEPLOY_TARGET_openal-info_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_uhjdecoder_FILE /home/guest/Downloads/PopLib/build/external/openal/uhjdecoder) -set(__QT_DEPLOY_TARGET_uhjdecoder_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_uhjencoder_FILE /home/guest/Downloads/PopLib/build/external/openal/uhjencoder) -set(__QT_DEPLOY_TARGET_uhjencoder_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_alsoft.sofa-support_FILE /home/guest/Downloads/PopLib/build/external/openal/libalsoft.sofa-support.a) -set(__QT_DEPLOY_TARGET_alsoft.sofa-support_TYPE STATIC_LIBRARY) -set(__QT_DEPLOY_TARGET_makemhr_FILE /home/guest/Downloads/PopLib/build/external/openal/makemhr) -set(__QT_DEPLOY_TARGET_makemhr_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_sofa-info_FILE /home/guest/Downloads/PopLib/build/external/openal/sofa-info) -set(__QT_DEPLOY_TARGET_sofa-info_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_alsoft.excommon_FILE /home/guest/Downloads/PopLib/build/external/openal/libalsoft.excommon.a) -set(__QT_DEPLOY_TARGET_alsoft.excommon_TYPE STATIC_LIBRARY) -set(__QT_DEPLOY_TARGET_altonegen_FILE /home/guest/Downloads/PopLib/build/external/openal/altonegen) -set(__QT_DEPLOY_TARGET_altonegen_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_alrecord_FILE /home/guest/Downloads/PopLib/build/external/openal/alrecord) -set(__QT_DEPLOY_TARGET_alrecord_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_aldebug_FILE /home/guest/Downloads/PopLib/build/external/openal/aldebug) -set(__QT_DEPLOY_TARGET_aldebug_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_allafplay_FILE /home/guest/Downloads/PopLib/build/external/openal/allafplay) -set(__QT_DEPLOY_TARGET_allafplay_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_alplay_FILE /home/guest/Downloads/PopLib/build/external/openal/alplay) -set(__QT_DEPLOY_TARGET_alplay_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_alstream_FILE /home/guest/Downloads/PopLib/build/external/openal/alstream) -set(__QT_DEPLOY_TARGET_alstream_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_alreverb_FILE /home/guest/Downloads/PopLib/build/external/openal/alreverb) -set(__QT_DEPLOY_TARGET_alreverb_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_almultireverb_FILE /home/guest/Downloads/PopLib/build/external/openal/almultireverb) -set(__QT_DEPLOY_TARGET_almultireverb_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_allatency_FILE /home/guest/Downloads/PopLib/build/external/openal/allatency) -set(__QT_DEPLOY_TARGET_allatency_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_alhrtf_FILE /home/guest/Downloads/PopLib/build/external/openal/alhrtf) -set(__QT_DEPLOY_TARGET_alhrtf_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_alstreamcb_FILE /home/guest/Downloads/PopLib/build/external/openal/alstreamcb) -set(__QT_DEPLOY_TARGET_alstreamcb_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_aldirect_FILE /home/guest/Downloads/PopLib/build/external/openal/aldirect) -set(__QT_DEPLOY_TARGET_aldirect_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_alconvolve_FILE /home/guest/Downloads/PopLib/build/external/openal/alconvolve) -set(__QT_DEPLOY_TARGET_alconvolve_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_alloopback_FILE /home/guest/Downloads/PopLib/build/external/openal/alloopback) -set(__QT_DEPLOY_TARGET_alloopback_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_alffplay_FILE /home/guest/Downloads/PopLib/build/external/openal/alffplay) -set(__QT_DEPLOY_TARGET_alffplay_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_miniaudio_FILE /home/guest/Downloads/PopLib/build/external/miniaudio/libminiaudio.a) -set(__QT_DEPLOY_TARGET_miniaudio_TYPE STATIC_LIBRARY) -set(__QT_DEPLOY_TARGET_miniaudio_libvorbis_FILE /home/guest/Downloads/PopLib/build/external/miniaudio/libminiaudio_libvorbis.a) -set(__QT_DEPLOY_TARGET_miniaudio_libvorbis_TYPE STATIC_LIBRARY) -set(__QT_DEPLOY_TARGET_miniaudio_channel_combiner_node_FILE /home/guest/Downloads/PopLib/build/external/miniaudio/libminiaudio_channel_combiner_node.a) -set(__QT_DEPLOY_TARGET_miniaudio_channel_combiner_node_TYPE STATIC_LIBRARY) -set(__QT_DEPLOY_TARGET_miniaudio_channel_separator_node_FILE /home/guest/Downloads/PopLib/build/external/miniaudio/libminiaudio_channel_separator_node.a) -set(__QT_DEPLOY_TARGET_miniaudio_channel_separator_node_TYPE STATIC_LIBRARY) -set(__QT_DEPLOY_TARGET_miniaudio_ltrim_node_FILE /home/guest/Downloads/PopLib/build/external/miniaudio/libminiaudio_ltrim_node.a) -set(__QT_DEPLOY_TARGET_miniaudio_ltrim_node_TYPE STATIC_LIBRARY) -set(__QT_DEPLOY_TARGET_miniaudio_reverb_node_FILE /home/guest/Downloads/PopLib/build/external/miniaudio/libminiaudio_reverb_node.a) -set(__QT_DEPLOY_TARGET_miniaudio_reverb_node_TYPE STATIC_LIBRARY) -set(__QT_DEPLOY_TARGET_miniaudio_vocoder_node_FILE /home/guest/Downloads/PopLib/build/external/miniaudio/libminiaudio_vocoder_node.a) -set(__QT_DEPLOY_TARGET_miniaudio_vocoder_node_TYPE STATIC_LIBRARY) -set(__QT_DEPLOY_TARGET_curlu_FILE /home/guest/Downloads/PopLib/build/external/curl/lib/libcurlu.a) -set(__QT_DEPLOY_TARGET_curlu_TYPE STATIC_LIBRARY) -set(__QT_DEPLOY_TARGET_libcurl_static_FILE /home/guest/Downloads/PopLib/build/external/curl/lib/libcurl.a) -set(__QT_DEPLOY_TARGET_libcurl_static_TYPE STATIC_LIBRARY) -set(__QT_DEPLOY_TARGET_curl-example-10-at-a-time_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/10-at-a-time) -set(__QT_DEPLOY_TARGET_curl-example-10-at-a-time_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-address-scope_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/address-scope) -set(__QT_DEPLOY_TARGET_curl-example-address-scope_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-altsvc_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/altsvc) -set(__QT_DEPLOY_TARGET_curl-example-altsvc_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-anyauthput_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/anyauthput) -set(__QT_DEPLOY_TARGET_curl-example-anyauthput_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-block_ip_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/block_ip) -set(__QT_DEPLOY_TARGET_curl-example-block_ip_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-certinfo_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/certinfo) -set(__QT_DEPLOY_TARGET_curl-example-certinfo_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-chkspeed_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/chkspeed) -set(__QT_DEPLOY_TARGET_curl-example-chkspeed_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-connect-to_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/connect-to) -set(__QT_DEPLOY_TARGET_curl-example-connect-to_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-cookie_interface_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/cookie_interface) -set(__QT_DEPLOY_TARGET_curl-example-cookie_interface_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-debug_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/debug) -set(__QT_DEPLOY_TARGET_curl-example-debug_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-default-scheme_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/default-scheme) -set(__QT_DEPLOY_TARGET_curl-example-default-scheme_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-externalsocket_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/externalsocket) -set(__QT_DEPLOY_TARGET_curl-example-externalsocket_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-fileupload_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/fileupload) -set(__QT_DEPLOY_TARGET_curl-example-fileupload_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-ftp-wildcard_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/ftp-wildcard) -set(__QT_DEPLOY_TARGET_curl-example-ftp-wildcard_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-ftpget_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/ftpget) -set(__QT_DEPLOY_TARGET_curl-example-ftpget_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-ftpgetinfo_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/ftpgetinfo) -set(__QT_DEPLOY_TARGET_curl-example-ftpgetinfo_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-ftpgetresp_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/ftpgetresp) -set(__QT_DEPLOY_TARGET_curl-example-ftpgetresp_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-ftpsget_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/ftpsget) -set(__QT_DEPLOY_TARGET_curl-example-ftpsget_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-ftpupload_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/ftpupload) -set(__QT_DEPLOY_TARGET_curl-example-ftpupload_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-ftpuploadfrommem_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/ftpuploadfrommem) -set(__QT_DEPLOY_TARGET_curl-example-ftpuploadfrommem_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-ftpuploadresume_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/ftpuploadresume) -set(__QT_DEPLOY_TARGET_curl-example-ftpuploadresume_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-getinfo_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/getinfo) -set(__QT_DEPLOY_TARGET_curl-example-getinfo_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-getinmemory_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/getinmemory) -set(__QT_DEPLOY_TARGET_curl-example-getinmemory_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-getredirect_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/getredirect) -set(__QT_DEPLOY_TARGET_curl-example-getredirect_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-getreferrer_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/getreferrer) -set(__QT_DEPLOY_TARGET_curl-example-getreferrer_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-headerapi_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/headerapi) -set(__QT_DEPLOY_TARGET_curl-example-headerapi_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-hsts-preload_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/hsts-preload) -set(__QT_DEPLOY_TARGET_curl-example-hsts-preload_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-http-options_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/http-options) -set(__QT_DEPLOY_TARGET_curl-example-http-options_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-http-post_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/http-post) -set(__QT_DEPLOY_TARGET_curl-example-http-post_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-http2-download_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/http2-download) -set(__QT_DEPLOY_TARGET_curl-example-http2-download_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-http2-pushinmemory_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/http2-pushinmemory) -set(__QT_DEPLOY_TARGET_curl-example-http2-pushinmemory_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-http2-serverpush_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/http2-serverpush) -set(__QT_DEPLOY_TARGET_curl-example-http2-serverpush_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-http2-upload_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/http2-upload) -set(__QT_DEPLOY_TARGET_curl-example-http2-upload_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-http3_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/http3) -set(__QT_DEPLOY_TARGET_curl-example-http3_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-http3-present_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/http3-present) -set(__QT_DEPLOY_TARGET_curl-example-http3-present_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-httpcustomheader_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/httpcustomheader) -set(__QT_DEPLOY_TARGET_curl-example-httpcustomheader_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-httpput_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/httpput) -set(__QT_DEPLOY_TARGET_curl-example-httpput_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-httpput-postfields_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/httpput-postfields) -set(__QT_DEPLOY_TARGET_curl-example-httpput-postfields_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-https_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/https) -set(__QT_DEPLOY_TARGET_curl-example-https_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-imap-append_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-append) -set(__QT_DEPLOY_TARGET_curl-example-imap-append_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-imap-authzid_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-authzid) -set(__QT_DEPLOY_TARGET_curl-example-imap-authzid_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-imap-copy_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-copy) -set(__QT_DEPLOY_TARGET_curl-example-imap-copy_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-imap-create_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-create) -set(__QT_DEPLOY_TARGET_curl-example-imap-create_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-imap-delete_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-delete) -set(__QT_DEPLOY_TARGET_curl-example-imap-delete_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-imap-examine_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-examine) -set(__QT_DEPLOY_TARGET_curl-example-imap-examine_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-imap-fetch_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-fetch) -set(__QT_DEPLOY_TARGET_curl-example-imap-fetch_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-imap-list_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-list) -set(__QT_DEPLOY_TARGET_curl-example-imap-list_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-imap-lsub_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-lsub) -set(__QT_DEPLOY_TARGET_curl-example-imap-lsub_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-imap-multi_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-multi) -set(__QT_DEPLOY_TARGET_curl-example-imap-multi_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-imap-noop_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-noop) -set(__QT_DEPLOY_TARGET_curl-example-imap-noop_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-imap-search_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-search) -set(__QT_DEPLOY_TARGET_curl-example-imap-search_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-imap-ssl_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-ssl) -set(__QT_DEPLOY_TARGET_curl-example-imap-ssl_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-imap-store_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-store) -set(__QT_DEPLOY_TARGET_curl-example-imap-store_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-imap-tls_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/imap-tls) -set(__QT_DEPLOY_TARGET_curl-example-imap-tls_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-interface_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/interface) -set(__QT_DEPLOY_TARGET_curl-example-interface_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-ipv6_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/ipv6) -set(__QT_DEPLOY_TARGET_curl-example-ipv6_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-keepalive_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/keepalive) -set(__QT_DEPLOY_TARGET_curl-example-keepalive_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-localport_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/localport) -set(__QT_DEPLOY_TARGET_curl-example-localport_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-maxconnects_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/maxconnects) -set(__QT_DEPLOY_TARGET_curl-example-maxconnects_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-multi-app_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/multi-app) -set(__QT_DEPLOY_TARGET_curl-example-multi-app_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-multi-debugcallback_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/multi-debugcallback) -set(__QT_DEPLOY_TARGET_curl-example-multi-debugcallback_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-multi-double_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/multi-double) -set(__QT_DEPLOY_TARGET_curl-example-multi-double_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-multi-formadd_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/multi-formadd) -set(__QT_DEPLOY_TARGET_curl-example-multi-formadd_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-multi-legacy_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/multi-legacy) -set(__QT_DEPLOY_TARGET_curl-example-multi-legacy_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-multi-post_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/multi-post) -set(__QT_DEPLOY_TARGET_curl-example-multi-post_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-multi-single_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/multi-single) -set(__QT_DEPLOY_TARGET_curl-example-multi-single_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-netrc_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/netrc) -set(__QT_DEPLOY_TARGET_curl-example-netrc_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-parseurl_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/parseurl) -set(__QT_DEPLOY_TARGET_curl-example-parseurl_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-persistent_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/persistent) -set(__QT_DEPLOY_TARGET_curl-example-persistent_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-pop3-authzid_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/pop3-authzid) -set(__QT_DEPLOY_TARGET_curl-example-pop3-authzid_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-pop3-dele_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/pop3-dele) -set(__QT_DEPLOY_TARGET_curl-example-pop3-dele_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-pop3-list_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/pop3-list) -set(__QT_DEPLOY_TARGET_curl-example-pop3-list_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-pop3-multi_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/pop3-multi) -set(__QT_DEPLOY_TARGET_curl-example-pop3-multi_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-pop3-noop_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/pop3-noop) -set(__QT_DEPLOY_TARGET_curl-example-pop3-noop_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-pop3-retr_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/pop3-retr) -set(__QT_DEPLOY_TARGET_curl-example-pop3-retr_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-pop3-ssl_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/pop3-ssl) -set(__QT_DEPLOY_TARGET_curl-example-pop3-ssl_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-pop3-stat_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/pop3-stat) -set(__QT_DEPLOY_TARGET_curl-example-pop3-stat_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-pop3-tls_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/pop3-tls) -set(__QT_DEPLOY_TARGET_curl-example-pop3-tls_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-pop3-top_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/pop3-top) -set(__QT_DEPLOY_TARGET_curl-example-pop3-top_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-pop3-uidl_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/pop3-uidl) -set(__QT_DEPLOY_TARGET_curl-example-pop3-uidl_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-post-callback_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/post-callback) -set(__QT_DEPLOY_TARGET_curl-example-post-callback_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-postinmemory_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/postinmemory) -set(__QT_DEPLOY_TARGET_curl-example-postinmemory_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-postit2_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/postit2) -set(__QT_DEPLOY_TARGET_curl-example-postit2_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-postit2-formadd_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/postit2-formadd) -set(__QT_DEPLOY_TARGET_curl-example-postit2-formadd_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-progressfunc_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/progressfunc) -set(__QT_DEPLOY_TARGET_curl-example-progressfunc_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-protofeats_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/protofeats) -set(__QT_DEPLOY_TARGET_curl-example-protofeats_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-range_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/range) -set(__QT_DEPLOY_TARGET_curl-example-range_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-resolve_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/resolve) -set(__QT_DEPLOY_TARGET_curl-example-resolve_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-rtsp-options_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/rtsp-options) -set(__QT_DEPLOY_TARGET_curl-example-rtsp-options_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-sendrecv_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/sendrecv) -set(__QT_DEPLOY_TARGET_curl-example-sendrecv_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-sepheaders_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/sepheaders) -set(__QT_DEPLOY_TARGET_curl-example-sepheaders_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-sftpget_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/sftpget) -set(__QT_DEPLOY_TARGET_curl-example-sftpget_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-sftpuploadresume_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/sftpuploadresume) -set(__QT_DEPLOY_TARGET_curl-example-sftpuploadresume_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-shared-connection-cache_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/shared-connection-cache) -set(__QT_DEPLOY_TARGET_curl-example-shared-connection-cache_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-simple_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/simple) -set(__QT_DEPLOY_TARGET_curl-example-simple_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-simplepost_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/simplepost) -set(__QT_DEPLOY_TARGET_curl-example-simplepost_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-simplessl_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/simplessl) -set(__QT_DEPLOY_TARGET_curl-example-simplessl_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-smtp-authzid_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/smtp-authzid) -set(__QT_DEPLOY_TARGET_curl-example-smtp-authzid_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-smtp-expn_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/smtp-expn) -set(__QT_DEPLOY_TARGET_curl-example-smtp-expn_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-smtp-mail_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/smtp-mail) -set(__QT_DEPLOY_TARGET_curl-example-smtp-mail_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-smtp-mime_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/smtp-mime) -set(__QT_DEPLOY_TARGET_curl-example-smtp-mime_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-smtp-multi_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/smtp-multi) -set(__QT_DEPLOY_TARGET_curl-example-smtp-multi_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-smtp-ssl_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/smtp-ssl) -set(__QT_DEPLOY_TARGET_curl-example-smtp-ssl_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-smtp-tls_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/smtp-tls) -set(__QT_DEPLOY_TARGET_curl-example-smtp-tls_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-smtp-vrfy_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/smtp-vrfy) -set(__QT_DEPLOY_TARGET_curl-example-smtp-vrfy_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-sslbackend_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/sslbackend) -set(__QT_DEPLOY_TARGET_curl-example-sslbackend_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-unixsocket_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/unixsocket) -set(__QT_DEPLOY_TARGET_curl-example-unixsocket_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-url2file_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/url2file) -set(__QT_DEPLOY_TARGET_curl-example-url2file_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-urlapi_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/urlapi) -set(__QT_DEPLOY_TARGET_curl-example-urlapi_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-websocket_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/websocket) -set(__QT_DEPLOY_TARGET_curl-example-websocket_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curl-example-websocket-cb_FILE /home/guest/Downloads/PopLib/build/external/curl/docs/examples/websocket-cb) -set(__QT_DEPLOY_TARGET_curl-example-websocket-cb_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curlt-client-h2-pausing_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/h2-pausing) -set(__QT_DEPLOY_TARGET_curlt-client-h2-pausing_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curlt-client-h2-serverpush_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/h2-serverpush) -set(__QT_DEPLOY_TARGET_curlt-client-h2-serverpush_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curlt-client-h2-upgrade-extreme_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/h2-upgrade-extreme) -set(__QT_DEPLOY_TARGET_curlt-client-h2-upgrade-extreme_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curlt-client-hx-download_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/hx-download) -set(__QT_DEPLOY_TARGET_curlt-client-hx-download_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curlt-client-hx-upload_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/hx-upload) -set(__QT_DEPLOY_TARGET_curlt-client-hx-upload_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curlt-client-tls-session-reuse_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/tls-session-reuse) -set(__QT_DEPLOY_TARGET_curlt-client-tls-session-reuse_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curlt-client-upload-pausing_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/upload-pausing) -set(__QT_DEPLOY_TARGET_curlt-client-upload-pausing_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curlt-client-ws-data_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/ws-data) -set(__QT_DEPLOY_TARGET_curlt-client-ws-data_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_curlt-client-ws-pingpong_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/ws-pingpong) -set(__QT_DEPLOY_TARGET_curlt-client-ws-pingpong_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_resolve_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/server/resolve) -set(__QT_DEPLOY_TARGET_resolve_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_rtspd_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/server/rtspd) -set(__QT_DEPLOY_TARGET_rtspd_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_sockfilt_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/server/sockfilt) -set(__QT_DEPLOY_TARGET_sockfilt_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_sws_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/server/sws) -set(__QT_DEPLOY_TARGET_sws_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_tftpd_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/server/tftpd) -set(__QT_DEPLOY_TARGET_tftpd_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_socksd_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/server/socksd) -set(__QT_DEPLOY_TARGET_socksd_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_mqttd_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/server/mqttd) -set(__QT_DEPLOY_TARGET_mqttd_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_dnsd_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/server/dnsd) -set(__QT_DEPLOY_TARGET_dnsd_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_libauthretry_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/libauthretry) -set(__QT_DEPLOY_TARGET_libauthretry_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_libntlmconnect_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/libntlmconnect) -set(__QT_DEPLOY_TARGET_libntlmconnect_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_libprereq_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/libprereq) -set(__QT_DEPLOY_TARGET_libprereq_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib500_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib500) -set(__QT_DEPLOY_TARGET_lib500_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib501_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib501) -set(__QT_DEPLOY_TARGET_lib501_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib502_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib502) -set(__QT_DEPLOY_TARGET_lib502_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib503_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib503) -set(__QT_DEPLOY_TARGET_lib503_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib504_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib504) -set(__QT_DEPLOY_TARGET_lib504_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib505_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib505) -set(__QT_DEPLOY_TARGET_lib505_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib506_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib506) -set(__QT_DEPLOY_TARGET_lib506_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib507_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib507) -set(__QT_DEPLOY_TARGET_lib507_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib508_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib508) -set(__QT_DEPLOY_TARGET_lib508_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib509_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib509) -set(__QT_DEPLOY_TARGET_lib509_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib510_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib510) -set(__QT_DEPLOY_TARGET_lib510_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib511_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib511) -set(__QT_DEPLOY_TARGET_lib511_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib512_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib512) -set(__QT_DEPLOY_TARGET_lib512_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib513_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib513) -set(__QT_DEPLOY_TARGET_lib513_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib514_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib514) -set(__QT_DEPLOY_TARGET_lib514_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib515_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib515) -set(__QT_DEPLOY_TARGET_lib515_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib516_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib516) -set(__QT_DEPLOY_TARGET_lib516_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib517_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib517) -set(__QT_DEPLOY_TARGET_lib517_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib518_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib518) -set(__QT_DEPLOY_TARGET_lib518_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib519_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib519) -set(__QT_DEPLOY_TARGET_lib519_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib520_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib520) -set(__QT_DEPLOY_TARGET_lib520_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib521_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib521) -set(__QT_DEPLOY_TARGET_lib521_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib523_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib523) -set(__QT_DEPLOY_TARGET_lib523_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib524_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib524) -set(__QT_DEPLOY_TARGET_lib524_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib525_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib525) -set(__QT_DEPLOY_TARGET_lib525_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib526_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib526) -set(__QT_DEPLOY_TARGET_lib526_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib527_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib527) -set(__QT_DEPLOY_TARGET_lib527_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib529_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib529) -set(__QT_DEPLOY_TARGET_lib529_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib530_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib530) -set(__QT_DEPLOY_TARGET_lib530_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib532_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib532) -set(__QT_DEPLOY_TARGET_lib532_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib533_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib533) -set(__QT_DEPLOY_TARGET_lib533_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib536_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib536) -set(__QT_DEPLOY_TARGET_lib536_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib537_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib537) -set(__QT_DEPLOY_TARGET_lib537_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib539_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib539) -set(__QT_DEPLOY_TARGET_lib539_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib540_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib540) -set(__QT_DEPLOY_TARGET_lib540_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib541_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib541) -set(__QT_DEPLOY_TARGET_lib541_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib542_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib542) -set(__QT_DEPLOY_TARGET_lib542_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib543_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib543) -set(__QT_DEPLOY_TARGET_lib543_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib544_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib544) -set(__QT_DEPLOY_TARGET_lib544_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib545_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib545) -set(__QT_DEPLOY_TARGET_lib545_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib547_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib547) -set(__QT_DEPLOY_TARGET_lib547_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib548_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib548) -set(__QT_DEPLOY_TARGET_lib548_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib549_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib549) -set(__QT_DEPLOY_TARGET_lib549_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib552_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib552) -set(__QT_DEPLOY_TARGET_lib552_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib553_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib553) -set(__QT_DEPLOY_TARGET_lib553_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib554_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib554) -set(__QT_DEPLOY_TARGET_lib554_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib555_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib555) -set(__QT_DEPLOY_TARGET_lib555_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib556_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib556) -set(__QT_DEPLOY_TARGET_lib556_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib557_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib557) -set(__QT_DEPLOY_TARGET_lib557_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib558_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib558) -set(__QT_DEPLOY_TARGET_lib558_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib559_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib559) -set(__QT_DEPLOY_TARGET_lib559_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib560_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib560) -set(__QT_DEPLOY_TARGET_lib560_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib562_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib562) -set(__QT_DEPLOY_TARGET_lib562_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib564_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib564) -set(__QT_DEPLOY_TARGET_lib564_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib565_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib565) -set(__QT_DEPLOY_TARGET_lib565_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib566_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib566) -set(__QT_DEPLOY_TARGET_lib566_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib567_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib567) -set(__QT_DEPLOY_TARGET_lib567_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib568_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib568) -set(__QT_DEPLOY_TARGET_lib568_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib569_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib569) -set(__QT_DEPLOY_TARGET_lib569_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib570_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib570) -set(__QT_DEPLOY_TARGET_lib570_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib571_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib571) -set(__QT_DEPLOY_TARGET_lib571_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib572_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib572) -set(__QT_DEPLOY_TARGET_lib572_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib573_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib573) -set(__QT_DEPLOY_TARGET_lib573_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib574_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib574) -set(__QT_DEPLOY_TARGET_lib574_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib575_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib575) -set(__QT_DEPLOY_TARGET_lib575_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib576_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib576) -set(__QT_DEPLOY_TARGET_lib576_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib578_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib578) -set(__QT_DEPLOY_TARGET_lib578_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib579_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib579) -set(__QT_DEPLOY_TARGET_lib579_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib582_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib582) -set(__QT_DEPLOY_TARGET_lib582_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib583_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib583) -set(__QT_DEPLOY_TARGET_lib583_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib584_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib584) -set(__QT_DEPLOY_TARGET_lib584_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib585_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib585) -set(__QT_DEPLOY_TARGET_lib585_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib586_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib586) -set(__QT_DEPLOY_TARGET_lib586_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib587_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib587) -set(__QT_DEPLOY_TARGET_lib587_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib589_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib589) -set(__QT_DEPLOY_TARGET_lib589_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib590_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib590) -set(__QT_DEPLOY_TARGET_lib590_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib591_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib591) -set(__QT_DEPLOY_TARGET_lib591_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib597_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib597) -set(__QT_DEPLOY_TARGET_lib597_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib598_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib598) -set(__QT_DEPLOY_TARGET_lib598_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib599_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib599) -set(__QT_DEPLOY_TARGET_lib599_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib643_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib643) -set(__QT_DEPLOY_TARGET_lib643_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib645_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib645) -set(__QT_DEPLOY_TARGET_lib645_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib650_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib650) -set(__QT_DEPLOY_TARGET_lib650_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib651_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib651) -set(__QT_DEPLOY_TARGET_lib651_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib652_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib652) -set(__QT_DEPLOY_TARGET_lib652_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib653_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib653) -set(__QT_DEPLOY_TARGET_lib653_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib654_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib654) -set(__QT_DEPLOY_TARGET_lib654_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib655_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib655) -set(__QT_DEPLOY_TARGET_lib655_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib658_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib658) -set(__QT_DEPLOY_TARGET_lib658_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib659_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib659) -set(__QT_DEPLOY_TARGET_lib659_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib661_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib661) -set(__QT_DEPLOY_TARGET_lib661_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib666_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib666) -set(__QT_DEPLOY_TARGET_lib666_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib667_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib667) -set(__QT_DEPLOY_TARGET_lib667_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib668_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib668) -set(__QT_DEPLOY_TARGET_lib668_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib670_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib670) -set(__QT_DEPLOY_TARGET_lib670_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib671_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib671) -set(__QT_DEPLOY_TARGET_lib671_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib672_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib672) -set(__QT_DEPLOY_TARGET_lib672_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib673_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib673) -set(__QT_DEPLOY_TARGET_lib673_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib674_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib674) -set(__QT_DEPLOY_TARGET_lib674_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib676_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib676) -set(__QT_DEPLOY_TARGET_lib676_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib677_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib677) -set(__QT_DEPLOY_TARGET_lib677_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib678_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib678) -set(__QT_DEPLOY_TARGET_lib678_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib694_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib694) -set(__QT_DEPLOY_TARGET_lib694_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib695_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib695) -set(__QT_DEPLOY_TARGET_lib695_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib696_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib696) -set(__QT_DEPLOY_TARGET_lib696_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1156_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1156) -set(__QT_DEPLOY_TARGET_lib1156_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1301_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1301) -set(__QT_DEPLOY_TARGET_lib1301_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1308_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1308) -set(__QT_DEPLOY_TARGET_lib1308_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1485_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1485) -set(__QT_DEPLOY_TARGET_lib1485_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1500_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1500) -set(__QT_DEPLOY_TARGET_lib1500_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1501_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1501) -set(__QT_DEPLOY_TARGET_lib1501_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1502_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1502) -set(__QT_DEPLOY_TARGET_lib1502_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1503_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1503) -set(__QT_DEPLOY_TARGET_lib1503_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1504_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1504) -set(__QT_DEPLOY_TARGET_lib1504_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1505_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1505) -set(__QT_DEPLOY_TARGET_lib1505_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1506_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1506) -set(__QT_DEPLOY_TARGET_lib1506_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1507_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1507) -set(__QT_DEPLOY_TARGET_lib1507_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1508_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1508) -set(__QT_DEPLOY_TARGET_lib1508_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1509_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1509) -set(__QT_DEPLOY_TARGET_lib1509_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1510_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1510) -set(__QT_DEPLOY_TARGET_lib1510_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1511_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1511) -set(__QT_DEPLOY_TARGET_lib1511_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1512_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1512) -set(__QT_DEPLOY_TARGET_lib1512_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1513_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1513) -set(__QT_DEPLOY_TARGET_lib1513_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1514_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1514) -set(__QT_DEPLOY_TARGET_lib1514_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1515_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1515) -set(__QT_DEPLOY_TARGET_lib1515_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1517_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1517) -set(__QT_DEPLOY_TARGET_lib1517_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1518_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1518) -set(__QT_DEPLOY_TARGET_lib1518_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1520_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1520) -set(__QT_DEPLOY_TARGET_lib1520_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1521_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1521) -set(__QT_DEPLOY_TARGET_lib1521_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1522_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1522) -set(__QT_DEPLOY_TARGET_lib1522_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1523_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1523) -set(__QT_DEPLOY_TARGET_lib1523_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1525_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1525) -set(__QT_DEPLOY_TARGET_lib1525_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1526_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1526) -set(__QT_DEPLOY_TARGET_lib1526_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1527_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1527) -set(__QT_DEPLOY_TARGET_lib1527_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1528_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1528) -set(__QT_DEPLOY_TARGET_lib1528_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1529_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1529) -set(__QT_DEPLOY_TARGET_lib1529_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1530_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1530) -set(__QT_DEPLOY_TARGET_lib1530_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1531_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1531) -set(__QT_DEPLOY_TARGET_lib1531_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1532_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1532) -set(__QT_DEPLOY_TARGET_lib1532_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1533_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1533) -set(__QT_DEPLOY_TARGET_lib1533_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1534_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1534) -set(__QT_DEPLOY_TARGET_lib1534_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1535_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1535) -set(__QT_DEPLOY_TARGET_lib1535_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1536_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1536) -set(__QT_DEPLOY_TARGET_lib1536_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1537_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1537) -set(__QT_DEPLOY_TARGET_lib1537_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1538_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1538) -set(__QT_DEPLOY_TARGET_lib1538_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1539_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1539) -set(__QT_DEPLOY_TARGET_lib1539_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1540_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1540) -set(__QT_DEPLOY_TARGET_lib1540_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1541_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1541) -set(__QT_DEPLOY_TARGET_lib1541_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1542_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1542) -set(__QT_DEPLOY_TARGET_lib1542_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1543_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1543) -set(__QT_DEPLOY_TARGET_lib1543_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1545_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1545) -set(__QT_DEPLOY_TARGET_lib1545_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1550_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1550) -set(__QT_DEPLOY_TARGET_lib1550_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1551_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1551) -set(__QT_DEPLOY_TARGET_lib1551_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1552_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1552) -set(__QT_DEPLOY_TARGET_lib1552_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1553_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1553) -set(__QT_DEPLOY_TARGET_lib1553_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1554_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1554) -set(__QT_DEPLOY_TARGET_lib1554_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1555_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1555) -set(__QT_DEPLOY_TARGET_lib1555_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1556_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1556) -set(__QT_DEPLOY_TARGET_lib1556_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1557_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1557) -set(__QT_DEPLOY_TARGET_lib1557_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1558_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1558) -set(__QT_DEPLOY_TARGET_lib1558_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1559_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1559) -set(__QT_DEPLOY_TARGET_lib1559_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1560_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1560) -set(__QT_DEPLOY_TARGET_lib1560_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1564_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1564) -set(__QT_DEPLOY_TARGET_lib1564_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1565_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1565) -set(__QT_DEPLOY_TARGET_lib1565_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1567_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1567) -set(__QT_DEPLOY_TARGET_lib1567_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1568_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1568) -set(__QT_DEPLOY_TARGET_lib1568_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1569_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1569) -set(__QT_DEPLOY_TARGET_lib1569_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1571_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1571) -set(__QT_DEPLOY_TARGET_lib1571_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1576_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1576) -set(__QT_DEPLOY_TARGET_lib1576_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1578_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1578) -set(__QT_DEPLOY_TARGET_lib1578_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1591_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1591) -set(__QT_DEPLOY_TARGET_lib1591_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1592_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1592) -set(__QT_DEPLOY_TARGET_lib1592_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1593_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1593) -set(__QT_DEPLOY_TARGET_lib1593_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1594_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1594) -set(__QT_DEPLOY_TARGET_lib1594_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1596_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1596) -set(__QT_DEPLOY_TARGET_lib1596_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1597_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1597) -set(__QT_DEPLOY_TARGET_lib1597_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1598_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1598) -set(__QT_DEPLOY_TARGET_lib1598_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1662_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1662) -set(__QT_DEPLOY_TARGET_lib1662_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1900_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1900) -set(__QT_DEPLOY_TARGET_lib1900_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1901_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1901) -set(__QT_DEPLOY_TARGET_lib1901_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1903_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1903) -set(__QT_DEPLOY_TARGET_lib1903_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1905_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1905) -set(__QT_DEPLOY_TARGET_lib1905_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1906_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1906) -set(__QT_DEPLOY_TARGET_lib1906_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1907_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1907) -set(__QT_DEPLOY_TARGET_lib1907_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1908_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1908) -set(__QT_DEPLOY_TARGET_lib1908_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1910_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1910) -set(__QT_DEPLOY_TARGET_lib1910_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1911_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1911) -set(__QT_DEPLOY_TARGET_lib1911_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1912_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1912) -set(__QT_DEPLOY_TARGET_lib1912_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1913_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1913) -set(__QT_DEPLOY_TARGET_lib1913_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1915_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1915) -set(__QT_DEPLOY_TARGET_lib1915_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1916_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1916) -set(__QT_DEPLOY_TARGET_lib1916_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1917_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1917) -set(__QT_DEPLOY_TARGET_lib1917_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1918_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1918) -set(__QT_DEPLOY_TARGET_lib1918_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1919_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1919) -set(__QT_DEPLOY_TARGET_lib1919_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1933_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1933) -set(__QT_DEPLOY_TARGET_lib1933_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1934_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1934) -set(__QT_DEPLOY_TARGET_lib1934_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1935_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1935) -set(__QT_DEPLOY_TARGET_lib1935_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1936_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1936) -set(__QT_DEPLOY_TARGET_lib1936_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1937_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1937) -set(__QT_DEPLOY_TARGET_lib1937_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1938_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1938) -set(__QT_DEPLOY_TARGET_lib1938_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1939_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1939) -set(__QT_DEPLOY_TARGET_lib1939_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1940_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1940) -set(__QT_DEPLOY_TARGET_lib1940_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1945_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1945) -set(__QT_DEPLOY_TARGET_lib1945_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1946_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1946) -set(__QT_DEPLOY_TARGET_lib1946_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1947_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1947) -set(__QT_DEPLOY_TARGET_lib1947_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1948_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1948) -set(__QT_DEPLOY_TARGET_lib1948_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1955_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1955) -set(__QT_DEPLOY_TARGET_lib1955_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1956_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1956) -set(__QT_DEPLOY_TARGET_lib1956_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1957_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1957) -set(__QT_DEPLOY_TARGET_lib1957_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1958_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1958) -set(__QT_DEPLOY_TARGET_lib1958_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1959_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1959) -set(__QT_DEPLOY_TARGET_lib1959_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1960_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1960) -set(__QT_DEPLOY_TARGET_lib1960_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1964_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1964) -set(__QT_DEPLOY_TARGET_lib1964_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1970_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1970) -set(__QT_DEPLOY_TARGET_lib1970_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1971_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1971) -set(__QT_DEPLOY_TARGET_lib1971_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1972_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1972) -set(__QT_DEPLOY_TARGET_lib1972_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1973_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1973) -set(__QT_DEPLOY_TARGET_lib1973_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1974_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1974) -set(__QT_DEPLOY_TARGET_lib1974_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1975_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1975) -set(__QT_DEPLOY_TARGET_lib1975_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1977_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1977) -set(__QT_DEPLOY_TARGET_lib1977_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib1978_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1978) -set(__QT_DEPLOY_TARGET_lib1978_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib2301_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2301) -set(__QT_DEPLOY_TARGET_lib2301_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib2302_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2302) -set(__QT_DEPLOY_TARGET_lib2302_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib2304_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2304) -set(__QT_DEPLOY_TARGET_lib2304_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib2305_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2305) -set(__QT_DEPLOY_TARGET_lib2305_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib2306_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2306) -set(__QT_DEPLOY_TARGET_lib2306_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib2308_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2308) -set(__QT_DEPLOY_TARGET_lib2308_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib2309_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2309) -set(__QT_DEPLOY_TARGET_lib2309_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib2310_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2310) -set(__QT_DEPLOY_TARGET_lib2310_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib2311_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2311) -set(__QT_DEPLOY_TARGET_lib2311_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib2312_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2312) -set(__QT_DEPLOY_TARGET_lib2312_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib2402_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2402) -set(__QT_DEPLOY_TARGET_lib2402_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib2404_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2404) -set(__QT_DEPLOY_TARGET_lib2404_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib2405_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2405) -set(__QT_DEPLOY_TARGET_lib2405_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib2502_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib2502) -set(__QT_DEPLOY_TARGET_lib2502_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib3010_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3010) -set(__QT_DEPLOY_TARGET_lib3010_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib3025_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3025) -set(__QT_DEPLOY_TARGET_lib3025_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib3026_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3026) -set(__QT_DEPLOY_TARGET_lib3026_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib3027_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3027) -set(__QT_DEPLOY_TARGET_lib3027_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib3100_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3100) -set(__QT_DEPLOY_TARGET_lib3100_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib3101_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3101) -set(__QT_DEPLOY_TARGET_lib3101_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib3102_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3102) -set(__QT_DEPLOY_TARGET_lib3102_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib3103_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3103) -set(__QT_DEPLOY_TARGET_lib3103_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib3104_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3104) -set(__QT_DEPLOY_TARGET_lib3104_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib3105_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3105) -set(__QT_DEPLOY_TARGET_lib3105_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib3207_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3207) -set(__QT_DEPLOY_TARGET_lib3207_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_lib3208_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib3208) -set(__QT_DEPLOY_TARGET_lib3208_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_tool1394_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/tunit/tool1394) -set(__QT_DEPLOY_TARGET_tool1394_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_tool1604_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/tunit/tool1604) -set(__QT_DEPLOY_TARGET_tool1604_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_tool1621_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/tunit/tool1621) -set(__QT_DEPLOY_TARGET_tool1621_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1300_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1300) -set(__QT_DEPLOY_TARGET_unit1300_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1302_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1302) -set(__QT_DEPLOY_TARGET_unit1302_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1303_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1303) -set(__QT_DEPLOY_TARGET_unit1303_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1304_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1304) -set(__QT_DEPLOY_TARGET_unit1304_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1305_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1305) -set(__QT_DEPLOY_TARGET_unit1305_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1307_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1307) -set(__QT_DEPLOY_TARGET_unit1307_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1309_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1309) -set(__QT_DEPLOY_TARGET_unit1309_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1323_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1323) -set(__QT_DEPLOY_TARGET_unit1323_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1330_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1330) -set(__QT_DEPLOY_TARGET_unit1330_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1395_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1395) -set(__QT_DEPLOY_TARGET_unit1395_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1396_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1396) -set(__QT_DEPLOY_TARGET_unit1396_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1397_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1397) -set(__QT_DEPLOY_TARGET_unit1397_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1398_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1398) -set(__QT_DEPLOY_TARGET_unit1398_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1399_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1399) -set(__QT_DEPLOY_TARGET_unit1399_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1600_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1600) -set(__QT_DEPLOY_TARGET_unit1600_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1601_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1601) -set(__QT_DEPLOY_TARGET_unit1601_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1602_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1602) -set(__QT_DEPLOY_TARGET_unit1602_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1603_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1603) -set(__QT_DEPLOY_TARGET_unit1603_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1605_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1605) -set(__QT_DEPLOY_TARGET_unit1605_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1606_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1606) -set(__QT_DEPLOY_TARGET_unit1606_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1607_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1607) -set(__QT_DEPLOY_TARGET_unit1607_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1608_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1608) -set(__QT_DEPLOY_TARGET_unit1608_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1609_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1609) -set(__QT_DEPLOY_TARGET_unit1609_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1610_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1610) -set(__QT_DEPLOY_TARGET_unit1610_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1611_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1611) -set(__QT_DEPLOY_TARGET_unit1611_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1612_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1612) -set(__QT_DEPLOY_TARGET_unit1612_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1614_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1614) -set(__QT_DEPLOY_TARGET_unit1614_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1615_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1615) -set(__QT_DEPLOY_TARGET_unit1615_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1616_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1616) -set(__QT_DEPLOY_TARGET_unit1616_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1620_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1620) -set(__QT_DEPLOY_TARGET_unit1620_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1650_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1650) -set(__QT_DEPLOY_TARGET_unit1650_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1651_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1651) -set(__QT_DEPLOY_TARGET_unit1651_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1652_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1652) -set(__QT_DEPLOY_TARGET_unit1652_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1653_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1653) -set(__QT_DEPLOY_TARGET_unit1653_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1654_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1654) -set(__QT_DEPLOY_TARGET_unit1654_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1655_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1655) -set(__QT_DEPLOY_TARGET_unit1655_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1656_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1656) -set(__QT_DEPLOY_TARGET_unit1656_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1657_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1657) -set(__QT_DEPLOY_TARGET_unit1657_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1658_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1658) -set(__QT_DEPLOY_TARGET_unit1658_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1660_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1660) -set(__QT_DEPLOY_TARGET_unit1660_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1661_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1661) -set(__QT_DEPLOY_TARGET_unit1661_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1663_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1663) -set(__QT_DEPLOY_TARGET_unit1663_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1664_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1664) -set(__QT_DEPLOY_TARGET_unit1664_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1979_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1979) -set(__QT_DEPLOY_TARGET_unit1979_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit1980_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit1980) -set(__QT_DEPLOY_TARGET_unit1980_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit2600_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit2600) -set(__QT_DEPLOY_TARGET_unit2600_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit2601_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit2601) -set(__QT_DEPLOY_TARGET_unit2601_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit2602_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit2602) -set(__QT_DEPLOY_TARGET_unit2602_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit2603_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit2603) -set(__QT_DEPLOY_TARGET_unit2603_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit2604_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit2604) -set(__QT_DEPLOY_TARGET_unit2604_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit3200_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit3200) -set(__QT_DEPLOY_TARGET_unit3200_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit3205_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit3205) -set(__QT_DEPLOY_TARGET_unit3205_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit3211_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit3211) -set(__QT_DEPLOY_TARGET_unit3211_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit3212_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit3212) -set(__QT_DEPLOY_TARGET_unit3212_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_unit3213_FILE /home/guest/Downloads/PopLib/build/external/curl/tests/unit/unit3213) -set(__QT_DEPLOY_TARGET_unit3213_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_PopWork_FILE /home/guest/Downloads/PopLib/build/PopWork/libPopWork.a) -set(__QT_DEPLOY_TARGET_PopWork_TYPE STATIC_LIBRARY) -set(__QT_DEPLOY_TARGET_Demo1_FILE /home/guest/Downloads/PopLib/examples/bin/Demo1) -set(__QT_DEPLOY_TARGET_Demo1_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_Demo2_FILE /home/guest/Downloads/PopLib/examples/bin/Demo2) -set(__QT_DEPLOY_TARGET_Demo2_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_Demo3_FILE /home/guest/Downloads/PopLib/examples/bin/Demo3) -set(__QT_DEPLOY_TARGET_Demo3_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_Demo4_FILE /home/guest/Downloads/PopLib/examples/bin/Demo4) -set(__QT_DEPLOY_TARGET_Demo4_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_Demo5_FILE /home/guest/Downloads/PopLib/examples/bin/Demo5) -set(__QT_DEPLOY_TARGET_Demo5_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_Hun-garr_FILE /home/guest/Downloads/PopLib/examples/bin/Hun-garr) -set(__QT_DEPLOY_TARGET_Hun-garr_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_V12Demo_FILE /home/guest/Downloads/PopLib/examples/bin/V12Demo) -set(__QT_DEPLOY_TARGET_V12Demo_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_V14Demo_FILE /home/guest/Downloads/PopLib/examples/bin/V14Demo) -set(__QT_DEPLOY_TARGET_V14Demo_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_XMLDemo_FILE /home/guest/Downloads/PopLib/examples/bin/XMLDemo) -set(__QT_DEPLOY_TARGET_XMLDemo_TYPE EXECUTABLE) -set(__QT_DEPLOY_TARGET_Barebones_FILE /home/guest/Downloads/PopLib/examples/bin/Barebones) -set(__QT_DEPLOY_TARGET_Barebones_TYPE EXECUTABLE) diff --git a/build_emscripten/CMakeCache.txt b/build_emscripten/CMakeCache.txt deleted file mode 100644 index 62cd6a5e..00000000 --- a/build_emscripten/CMakeCache.txt +++ /dev/null @@ -1,6367 +0,0 @@ -# This is the CMakeCache file. -# For build in directory: /home/guest/Downloads/PopLib/build -# It was generated by CMake: /usr/bin/cmake -# You can edit this file to change values found and used by cmake. -# If you do not want to change any of the values, simply exit the editor. -# If you do want to change a value, simply edit, save, and exit the editor. -# The syntax for the file is as follows: -# KEY:TYPE=VALUE -# KEY is the name of a variable in the cache. -# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. -# VALUE is the current value for the KEY. - -######################## -# EXTERNAL cache entries -######################## - -//The ALSA (asound) include directory -ALSA_INCLUDE_DIR:PATH=/usr/include - -//The ALSA (asound) library -ALSA_LIBRARY:FILEPATH=/usr/lib/libasound.so - -//Enable ALSA backend -ALSOFT_BACKEND_ALSA:BOOL=ON - -//Enable CoreAudio backend -ALSOFT_BACKEND_COREAUDIO:BOOL=ON - -//Enable JACK backend -ALSOFT_BACKEND_JACK:BOOL=ON - -//Enable Oboe backend -ALSOFT_BACKEND_OBOE:BOOL=ON - -//Enable OpenSL backend -ALSOFT_BACKEND_OPENSL:BOOL=ON - -//Enable OSS backend -ALSOFT_BACKEND_OSS:BOOL=ON - -//Enable PipeWire backend -ALSOFT_BACKEND_PIPEWIRE:BOOL=ON - -//Enable PortAudio backend -ALSOFT_BACKEND_PORTAUDIO:BOOL=ON - -//Enable PulseAudio backend -ALSOFT_BACKEND_PULSEAUDIO:BOOL=ON - -//Enable SDL2 backend -ALSOFT_BACKEND_SDL2:BOOL=OFF - -//Enable SDL3 backend -ALSOFT_BACKEND_SDL3:BOOL=OFF - -//Enable SndIO backend -ALSOFT_BACKEND_SNDIO:BOOL=OFF - -//Enable Solaris backend -ALSOFT_BACKEND_SOLARIS:BOOL=ON - -//Enable Wave Writer backend -ALSOFT_BACKEND_WAVE:BOOL=ON - -//Enable ARM NEON support -ALSOFT_CPUEXT_NEON:BOOL=ON - -//Enable SSE support -ALSOFT_CPUEXT_SSE:BOOL=ON - -//Enable SSE2 support -ALSOFT_CPUEXT_SSE2:BOOL=ON - -//Enable SSE3 support -ALSOFT_CPUEXT_SSE3:BOOL=ON - -//Enable SSE4.1 support -ALSOFT_CPUEXT_SSE4_1:BOOL=ON - -//Check for the dlopen API for loading optional libs -ALSOFT_DLOPEN:BOOL=ON - -//Enable legacy EAX extensions -ALSOFT_EAX:BOOL=OFF - -//Embed the HRTF data files (increases library footprint) -ALSOFT_EMBED_HRTF_DATA:BOOL=ON - -//Build example programs -ALSOFT_EXAMPLES:BOOL=ON - -//Value Computed by CMake -ALSOFT_FMT_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4 - -//Value Computed by CMake -ALSOFT_FMT_IS_TOP_LEVEL:STATIC=OFF - -//Build a module instead of a traditional library. -ALSOFT_FMT_MODULE:BOOL=OFF - -//Value Computed by CMake -ALSOFT_FMT_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4 - -//Install main library -ALSOFT_INSTALL:BOOL=ON - -//Install AmbDec preset files -ALSOFT_INSTALL_AMBDEC_PRESETS:BOOL=ON - -//Install alsoft.conf sample configuration file -ALSOFT_INSTALL_CONFIG:BOOL=ON - -//Install example programs (alplay, alstream, ...) -ALSOFT_INSTALL_EXAMPLES:BOOL=ON - -//Install HRTF data files -ALSOFT_INSTALL_HRTF_DATA:BOOL=ON - -//Install utility programs (openal-info, alsoft-config, ...) -ALSOFT_INSTALL_UTILS:BOOL=ON - -//Disable building the alsoft-config utility -ALSOFT_NO_CONFIG_UTIL:BOOL=OFF - -//Require ALSA backend -ALSOFT_REQUIRE_ALSA:BOOL=OFF - -//Require CoreAudio backend -ALSOFT_REQUIRE_COREAUDIO:BOOL=OFF - -//Require JACK backend -ALSOFT_REQUIRE_JACK:BOOL=OFF - -//Require ARM NEON support -ALSOFT_REQUIRE_NEON:BOOL=OFF - -//Require Oboe backend -ALSOFT_REQUIRE_OBOE:BOOL=OFF - -//Require OpenSL backend -ALSOFT_REQUIRE_OPENSL:BOOL=OFF - -//Require OSS backend -ALSOFT_REQUIRE_OSS:BOOL=OFF - -//Require PipeWire backend -ALSOFT_REQUIRE_PIPEWIRE:BOOL=OFF - -//Require PortAudio backend -ALSOFT_REQUIRE_PORTAUDIO:BOOL=OFF - -//Require PulseAudio backend -ALSOFT_REQUIRE_PULSEAUDIO:BOOL=OFF - -//Require RTKit/D-Bus support -ALSOFT_REQUIRE_RTKIT:BOOL=OFF - -//Require SDL2 backend -ALSOFT_REQUIRE_SDL2:BOOL=OFF - -//Require SDL3 backend -ALSOFT_REQUIRE_SDL3:BOOL=OFF - -//Require SndIO backend -ALSOFT_REQUIRE_SNDIO:BOOL=OFF - -//Require Solaris backend -ALSOFT_REQUIRE_SOLARIS:BOOL=OFF - -//Require SSE support -ALSOFT_REQUIRE_SSE:BOOL=OFF - -//Require SSE2 support -ALSOFT_REQUIRE_SSE2:BOOL=OFF - -//Require SSE3 support -ALSOFT_REQUIRE_SSE3:BOOL=OFF - -//Require SSE4.1 support -ALSOFT_REQUIRE_SSE4_1:BOOL=OFF - -//Enable RTKit support -ALSOFT_RTKIT:BOOL=ON - -//Search the installation data directory -ALSOFT_SEARCH_INSTALL_DATADIR:BOOL=OFF - -//Force -static-libgcc for static GCC runtimes -ALSOFT_STATIC_LIBGCC:BOOL=OFF - -//Static link libstdc++ -ALSOFT_STATIC_STDCXX:BOOL=OFF - -//Build test programs -ALSOFT_TESTS:BOOL=OFF - -//Update git build version info -ALSOFT_UPDATE_BUILD_VERSION:BOOL=ON - -//Build utility programs -ALSOFT_UTILS:BOOL=ON - -//Treat compile warnings as errors -ALSOFT_WERROR:BOOL=OFF - -//Path to a program. -APXS:FILEPATH=APXS-NOTFOUND - -//Path to a library. -ASOUND_LIB:FILEPATH=/usr/lib/libasound.so - -//The AudioIO include directory -AUDIOIO_INCLUDE_DIR:PATH=AUDIOIO_INCLUDE_DIR-NOTFOUND - -//Path to a file. -AUDIOUNIT_INCLUDE_DIR:PATH=AUDIOUNIT_INCLUDE_DIR-NOTFOUND - -//The AVCODEC CFLAGS. -AVCODEC_DEFINITIONS:STRING= - -//Path to a file. -AVCODEC_INCLUDE_DIRS:PATH=/usr/include - -//Path to a library. -AVCODEC_LIBRARIES:FILEPATH=/usr/lib/libavcodec.so - -//The AVCODEC version number. -AVCODEC_VERSION:STRING=61.19.101 - -//The AVDEVICE CFLAGS. -AVDEVICE_DEFINITIONS:STRING= - -//Path to a file. -AVDEVICE_INCLUDE_DIRS:PATH=/usr/include - -//Path to a library. -AVDEVICE_LIBRARIES:FILEPATH=/usr/lib/libavdevice.so - -//The AVDEVICE version number. -AVDEVICE_VERSION:STRING=61.3.100 - -//The AVFORMAT CFLAGS. -AVFORMAT_DEFINITIONS:STRING= - -//Path to a file. -AVFORMAT_INCLUDE_DIRS:PATH=/usr/include - -//Path to a library. -AVFORMAT_LIBRARIES:FILEPATH=/usr/lib/libavformat.so - -//The AVFORMAT version number. -AVFORMAT_VERSION:STRING=61.7.100 - -//The AVUTIL CFLAGS. -AVUTIL_DEFINITIONS:STRING= - -//Path to a file. -AVUTIL_INCLUDE_DIRS:PATH=/usr/include - -//Path to a library. -AVUTIL_LIBRARIES:FILEPATH=/usr/lib/libavutil.so - -//The AVUTIL version number. -AVUTIL_VERSION:STRING=59.39.100 - -//Build curl executable -BUILD_CURL_EXE:BOOL=OFF - -//Build libcurl examples -BUILD_EXAMPLES:BOOL=ON - -//Build libcurl man pages -BUILD_LIBCURL_DOCS:BOOL=ON - -//Build misc man pages (e.g. curl-config and mk-ca-bundle) -BUILD_MISC_DOCS:BOOL=ON - -//Build the library as a shared library -BUILD_SHARED_LIBS:BOOL=OFF - -//Build curl executable with static libcurl -BUILD_STATIC_CURL:BOOL=OFF - -//Build static libraries -BUILD_STATIC_LIBS:BOOL=OFF - -//Build tests -BUILD_TESTING:BOOL=ON - -//Build Tools -BUILD_TOOLS:BOOL=ON - -//Value Computed by CMake -Barebones_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/examples/src/barebones - -//Value Computed by CMake -Barebones_IS_TOP_LEVEL:STATIC=OFF - -//Value Computed by CMake -Barebones_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/examples/src/barebones - -//Path to a program. -CADDY:FILEPATH=CADDY-NOTFOUND - -//Path to a program. -CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line - -//Path to a program. -CMAKE_AR:FILEPATH=/usr/bin/ar - -//ASM compiler -CMAKE_ASM_COMPILER:FILEPATH=/usr/bin/gcc - -//A wrapper around 'ar' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_ASM_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar - -//A wrapper around 'ranlib' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_ASM_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib - -//Flags used by the ASM compiler during all build types. -CMAKE_ASM_FLAGS:STRING= - -//Flags used by the ASM compiler during DEBUG builds. -CMAKE_ASM_FLAGS_DEBUG:STRING=-g - -//Flags used by the ASM compiler during MINSIZEREL builds. -CMAKE_ASM_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG - -//Flags used by the ASM compiler during RELEASE builds. -CMAKE_ASM_FLAGS_RELEASE:STRING=-O3 -DNDEBUG - -//Flags used by the ASM compiler during RELWITHDEBINFO builds. -CMAKE_ASM_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG - -//Choose the type of build, options are: Debug Release RelWithDebInfo -// MinSizeRel. -CMAKE_BUILD_TYPE:STRING=RelWithDebInfo - -//Enable/Disable color output during build. -CMAKE_COLOR_MAKEFILE:BOOL=ON - -//CXX compiler -CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++ - -//A wrapper around 'ar' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar - -//A wrapper around 'ranlib' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib - -//Flags used by the CXX compiler during all build types. -CMAKE_CXX_FLAGS:STRING= - -//Flags used by the CXX compiler during DEBUG builds. -CMAKE_CXX_FLAGS_DEBUG:STRING=-g - -//Flags used by the CXX compiler during MINSIZEREL builds. -CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG - -//Flags used by the CXX compiler during RELEASE builds. -CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG - -//Flags used by the CXX compiler during RELWITHDEBINFO builds. -CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG - -//C compiler -CMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc - -//A wrapper around 'ar' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_C_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar - -//A wrapper around 'ranlib' adding the appropriate '--plugin' option -// for the GCC compiler -CMAKE_C_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib - -//Flags used by the C compiler during all build types. -CMAKE_C_FLAGS:STRING= - -//Flags used by the C compiler during DEBUG builds. -CMAKE_C_FLAGS_DEBUG:STRING=-g - -//Flags used by the C compiler during MINSIZEREL builds. -CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG - -//Flags used by the C compiler during RELEASE builds. -CMAKE_C_FLAGS_RELEASE:STRING=-O3 -DNDEBUG - -//Flags used by the C compiler during RELWITHDEBINFO builds. -CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG - -//Library postfix for debug builds. Normally left blank. -CMAKE_DEBUG_POSTFIX:STRING= - -//Path to a program. -CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND - -//Flags used by the linker during all build types. -CMAKE_EXE_LINKER_FLAGS:STRING= - -//Flags used by the linker during DEBUG builds. -CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during MINSIZEREL builds. -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during RELEASE builds. -CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during RELWITHDEBINFO builds. -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Enable/Disable output of compile commands during generation. -CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= - -//Value Computed by CMake. -CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/guest/Downloads/PopLib/build/CMakeFiles/pkgRedirects - -//User executables (bin) -CMAKE_INSTALL_BINDIR:PATH=bin - -//Read-only architecture-independent data (DATAROOTDIR) -CMAKE_INSTALL_DATADIR:PATH= - -//Read-only architecture-independent data root (share) -CMAKE_INSTALL_DATAROOTDIR:PATH=share - -//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) -CMAKE_INSTALL_DOCDIR:PATH= - -//C header files (include) -CMAKE_INSTALL_INCLUDEDIR:PATH=include - -//Info documentation (DATAROOTDIR/info) -CMAKE_INSTALL_INFODIR:PATH= - -//Object code libraries (lib) -CMAKE_INSTALL_LIBDIR:PATH=lib - -//Program executables (libexec) -CMAKE_INSTALL_LIBEXECDIR:PATH=libexec - -//Locale-dependent data (DATAROOTDIR/locale) -CMAKE_INSTALL_LOCALEDIR:PATH= - -//Modifiable single-machine data (var) -CMAKE_INSTALL_LOCALSTATEDIR:PATH=var - -//Man documentation (DATAROOTDIR/man) -CMAKE_INSTALL_MANDIR:PATH= - -//C header files for non-gcc (/usr/include) -CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include - -//Install path prefix, prepended onto install directories. -CMAKE_INSTALL_PREFIX:PATH=/usr/local - -//Run-time variable data (LOCALSTATEDIR/run) -CMAKE_INSTALL_RUNSTATEDIR:PATH= - -//System admin executables (sbin) -CMAKE_INSTALL_SBINDIR:PATH=sbin - -//Modifiable architecture-independent data (com) -CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com - -//Read-only single-machine data (etc) -CMAKE_INSTALL_SYSCONFDIR:PATH=etc - -//Path to a program. -CMAKE_LINKER:FILEPATH=/usr/bin/ld - -//Path to a program. -CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/make - -//Flags used by the linker during the creation of modules during -// all build types. -CMAKE_MODULE_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of modules during -// DEBUG builds. -CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of modules during -// MINSIZEREL builds. -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of modules during -// RELEASE builds. -CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of modules during -// RELWITHDEBINFO builds. -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_NM:FILEPATH=/usr/bin/nm - -//Path to a program. -CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy - -//Path to a program. -CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump - -//Build static libraries with -fPIC -CMAKE_POSITION_INDEPENDENT_CODE:BOOL=ON - -//Value Computed by CMake -CMAKE_PROJECT_DESCRIPTION:STATIC= - -//Value Computed by CMake -CMAKE_PROJECT_HOMEPAGE_URL:STATIC= - -//Value Computed by CMake -CMAKE_PROJECT_NAME:STATIC=PopWork - -//Value Computed by CMake -CMAKE_PROJECT_VERSION:STATIC=1.4.0 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_MAJOR:STATIC=1 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_MINOR:STATIC=4 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_PATCH:STATIC=0 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_TWEAK:STATIC= - -//Path to a program. -CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib - -//Path to a program. -CMAKE_READELF:FILEPATH=/usr/bin/readelf - -//Flags used by the linker during the creation of shared libraries -// during all build types. -CMAKE_SHARED_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of shared libraries -// during DEBUG builds. -CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of shared libraries -// during MINSIZEREL builds. -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of shared libraries -// during RELEASE builds. -CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of shared libraries -// during RELWITHDEBINFO builds. -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//If set, runtime paths are not added when installing shared libraries, -// but are added when building. -CMAKE_SKIP_INSTALL_RPATH:BOOL=NO - -//If set, runtime paths are not added when using shared libraries. -CMAKE_SKIP_RPATH:BOOL=NO - -//Flags used by the linker during the creation of static libraries -// during all build types. -CMAKE_STATIC_LINKER_FLAGS:STRING= - -//Flags used by the linker during the creation of static libraries -// during DEBUG builds. -CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= - -//Flags used by the linker during the creation of static libraries -// during MINSIZEREL builds. -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= - -//Flags used by the linker during the creation of static libraries -// during RELEASE builds. -CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= - -//Flags used by the linker during the creation of static libraries -// during RELWITHDEBINFO builds. -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= - -//Path to a program. -CMAKE_STRIP:FILEPATH=/usr/bin/strip - -//Path to a program. -CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND - -//If this value is on, makefiles will be generated without the -// .SILENT directive, and all commands will be echoed to the console -// during the make. This is useful for debugging only. With Visual -// Studio IDE projects all commands are done without /nologo. -CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE - -//Show the console on Windows -CONSOLE:BOOL=ON - -//Path to a library. -COREAUDIO_FRAMEWORK:FILEPATH=COREAUDIO_FRAMEWORK-NOTFOUND - -//Path to the coverage program that CTest uses for performing coverage -// inspection -COVERAGE_COMMAND:FILEPATH=/usr/bin/gcov - -//Extra command line flags to pass to the coverage tool -COVERAGE_EXTRA_FLAGS:STRING=-l - -//Enable to build Debian packages -CPACK_BINARY_DEB:BOOL=OFF - -//Enable to build FreeBSD packages -CPACK_BINARY_FREEBSD:BOOL=OFF - -//Enable to build IFW packages -CPACK_BINARY_IFW:BOOL=OFF - -//Enable to build NSIS packages -CPACK_BINARY_NSIS:BOOL=OFF - -//Enable to build RPM packages -CPACK_BINARY_RPM:BOOL=OFF - -//Enable to build STGZ packages -CPACK_BINARY_STGZ:BOOL=ON - -//Enable to build TBZ2 packages -CPACK_BINARY_TBZ2:BOOL=OFF - -//Enable to build TGZ packages -CPACK_BINARY_TGZ:BOOL=ON - -//Enable to build TXZ packages -CPACK_BINARY_TXZ:BOOL=OFF - -//Enable to build TZ packages -CPACK_BINARY_TZ:BOOL=ON - -//Enable to build RPM source packages -CPACK_SOURCE_RPM:BOOL=OFF - -//Enable to build TBZ2 source packages -CPACK_SOURCE_TBZ2:BOOL=ON - -//Enable to build TGZ source packages -CPACK_SOURCE_TGZ:BOOL=ON - -//Enable to build TXZ source packages -CPACK_SOURCE_TXZ:BOOL=ON - -//Enable to build TZ source packages -CPACK_SOURCE_TZ:BOOL=ON - -//Enable to build ZIP source packages -CPACK_SOURCE_ZIP:BOOL=OFF - -//How many times to retry timed-out CTest submissions. -CTEST_SUBMIT_RETRY_COUNT:STRING=3 - -//How long to wait between timed-out CTest submissions. -CTEST_SUBMIT_RETRY_DELAY:STRING=5 - -//Value Computed by CMake -CURL_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/external/curl - -//Build curl with brotli support (AUTO, ON or OFF) -CURL_BROTLI:STRING=AUTO - -//Run the build through clang-tidy -CURL_CLANG_TIDY:BOOL=OFF - -//Install fish completions -CURL_COMPLETION_FISH:BOOL=OFF - -//Install zsh completions -CURL_COMPLETION_ZSH:BOOL=OFF - -//Disable alt-svc support -CURL_DISABLE_ALTSVC:BOOL=OFF - -//Disable aws-sigv4 -CURL_DISABLE_AWS:BOOL=OFF - -//Disable Basic authentication -CURL_DISABLE_BASIC_AUTH:BOOL=OFF - -//Disable Bearer authentication -CURL_DISABLE_BEARER_AUTH:BOOL=OFF - -//Disable local binding support -CURL_DISABLE_BINDLOCAL:BOOL=OFF - -//Disable cookies support -CURL_DISABLE_COOKIES:BOOL=OFF - -//Disable DICT -CURL_DISABLE_DICT:BOOL=OFF - -//Disable Digest authentication -CURL_DISABLE_DIGEST_AUTH:BOOL=OFF - -//Disable DNS-over-HTTPS -CURL_DISABLE_DOH:BOOL=OFF - -//Disable FILE -CURL_DISABLE_FILE:BOOL=OFF - -//Disable form-api -CURL_DISABLE_FORM_API:BOOL=OFF - -//Disable FTP -CURL_DISABLE_FTP:BOOL=OFF - -//Disable curl_easy_options API for existing options to curl_easy_setopt -CURL_DISABLE_GETOPTIONS:BOOL=OFF - -//Disable Gopher -CURL_DISABLE_GOPHER:BOOL=OFF - -//Disable headers-api support -CURL_DISABLE_HEADERS_API:BOOL=OFF - -//Disable HSTS support -CURL_DISABLE_HSTS:BOOL=OFF - -//Disable HTTP -CURL_DISABLE_HTTP:BOOL=OFF - -//Disable all HTTP authentication methods -CURL_DISABLE_HTTP_AUTH:BOOL=OFF - -//Disable IMAP -CURL_DISABLE_IMAP:BOOL=OFF - -//Disable installation targets -CURL_DISABLE_INSTALL:BOOL=OFF - -//Disable IPFS -CURL_DISABLE_IPFS:BOOL=OFF - -//Disable Kerberos authentication -CURL_DISABLE_KERBEROS_AUTH:BOOL=OFF - -//Disable LDAP -CURL_DISABLE_LDAP:BOOL=OFF - -//Disable LDAPS -CURL_DISABLE_LDAPS:BOOL=OFF - -//Disable --libcurl option from the curl tool -CURL_DISABLE_LIBCURL_OPTION:BOOL=OFF - -//Disable MIME support -CURL_DISABLE_MIME:BOOL=OFF - -//Disable MQTT -CURL_DISABLE_MQTT:BOOL=OFF - -//Disable negotiate authentication -CURL_DISABLE_NEGOTIATE_AUTH:BOOL=OFF - -//Disable netrc parser -CURL_DISABLE_NETRC:BOOL=OFF - -//Disable NTLM support -CURL_DISABLE_NTLM:BOOL=OFF - -//Disable automatic loading of OpenSSL configuration -CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG:BOOL=OFF - -//Disable date parsing -CURL_DISABLE_PARSEDATE:BOOL=OFF - -//Disable POP3 -CURL_DISABLE_POP3:BOOL=OFF - -//Disable built-in progress meter -CURL_DISABLE_PROGRESS_METER:BOOL=OFF - -//Disable proxy support -CURL_DISABLE_PROXY:BOOL=OFF - -//Disable RTSP -CURL_DISABLE_RTSP:BOOL=OFF - -//Disable SHA-512/256 hash algorithm -CURL_DISABLE_SHA512_256:BOOL=OFF - -//Disable shuffle DNS feature -CURL_DISABLE_SHUFFLE_DNS:BOOL=OFF - -//Disable SMB -CURL_DISABLE_SMB:BOOL=OFF - -//Disable SMTP -CURL_DISABLE_SMTP:BOOL=OFF - -//Disable use of socketpair for curl_multi_poll -CURL_DISABLE_SOCKETPAIR:BOOL=OFF - -//Disable TLS-SRP support -CURL_DISABLE_SRP:BOOL=OFF - -//Disable Telnet -CURL_DISABLE_TELNET:BOOL=OFF - -//Disable TFTP -CURL_DISABLE_TFTP:BOOL=OFF - -//Disable verbose strings -CURL_DISABLE_VERBOSE_STRINGS:BOOL=OFF - -//Disable WebSocket -CURL_DISABLE_WEBSOCKETS:BOOL=OFF - -//Enable CMake export target -CURL_ENABLE_EXPORT_TARGET:BOOL=ON - -//Enable SSL support -CURL_ENABLE_SSL:BOOL=ON - -//Hide libcurl internal symbols (=hide all symbols that are not -// officially external) -CURL_HIDDEN_SYMBOLS:BOOL=ON - -//Value Computed by CMake -CURL_IS_TOP_LEVEL:STATIC=OFF - -//Enable compiler Link Time Optimizations -CURL_LTO:BOOL=OFF - -//Value Computed by CMake -CURL_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/external/curl - -//Build tests into single-binary bundles -CURL_TEST_BUNDLES:BOOL=OFF - -//Enable BearSSL for SSL/TLS -CURL_USE_BEARSSL:BOOL=OFF - -//Enable GnuTLS for SSL/TLS -CURL_USE_GNUTLS:BOOL=OFF - -//Use libgsasl -CURL_USE_GSASL:BOOL=OFF - -//Use GSSAPI implementation -CURL_USE_GSSAPI:BOOL=OFF - -//Use libpsl -CURL_USE_LIBPSL:BOOL=OFF - -//Use libssh -CURL_USE_LIBSSH:BOOL=OFF - -//Use libssh2 -CURL_USE_LIBSSH2:BOOL=ON - -//Use libuv for event-based tests -CURL_USE_LIBUV:BOOL=OFF - -//Enable mbedTLS for SSL/TLS -CURL_USE_MBEDTLS:BOOL=OFF - -//Enable OpenSSL for SSL/TLS -CURL_USE_OPENSSL:BOOL=OFF - -//Enable pkg-config to detect dependencies -CURL_USE_PKGCONFIG:BOOL=ON - -//Enable Rustls for SSL/TLS -CURL_USE_RUSTLS:BOOL=OFF - -//Use wolfSSH -CURL_USE_WOLFSSH:BOOL=OFF - -//Enable wolfSSL for SSL/TLS -CURL_USE_WOLFSSL:BOOL=OFF - -//Turn compiler warnings into errors -CURL_WERROR:BOOL=OFF - -//Build curl with ZLIB support (AUTO, ON or OFF) -CURL_ZLIB:STRING=AUTO - -//Build curl with zstd support (AUTO, ON or OFF) -CURL_ZSTD:STRING=AUTO - -//Maximum time allowed before CTest will kill the test. -DART_TESTING_TIMEOUT:STRING=1500 - -//Path to a file. -DBus1_ARCH_INCLUDE_DIR:PATH=/usr/lib/dbus-1.0/include - -//The directory containing a CMake configuration file for DBus1. -DBus1_DIR:PATH=/usr/lib/cmake/DBus1 - -//Path to a file. -DBus1_INCLUDE_DIR:PATH=/usr/include/dbus-1.0 - -//Path to a library. -DBus1_LIBRARY:FILEPATH=/usr/lib/libdbus-1.so - -//Path to a library. -DECOR_0_LIB:FILEPATH=/usr/lib/libdecor-0.so - -//Dot tool for use with Doxygen -DOXYGEN_DOT_EXECUTABLE:FILEPATH=DOXYGEN_DOT_EXECUTABLE-NOTFOUND - -//Doxygen documentation generation tool (https://www.doxygen.nl) -DOXYGEN_EXECUTABLE:FILEPATH=DOXYGEN_EXECUTABLE-NOTFOUND - -//Path to a library. -DRM_LIB:FILEPATH=/usr/lib/libdrm.so - -//Value Computed by CMake -Demo1_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/examples/src/demo1 - -//Value Computed by CMake -Demo1_IS_TOP_LEVEL:STATIC=OFF - -//Value Computed by CMake -Demo1_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/examples/src/demo1 - -//Value Computed by CMake -Demo2_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/examples/src/demo2 - -//Value Computed by CMake -Demo2_IS_TOP_LEVEL:STATIC=OFF - -//Value Computed by CMake -Demo2_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/examples/src/demo2 - -//Value Computed by CMake -Demo3_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/examples/src/demo3 - -//Value Computed by CMake -Demo3_IS_TOP_LEVEL:STATIC=OFF - -//Value Computed by CMake -Demo3_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/examples/src/demo3 - -//Value Computed by CMake -Demo4_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/examples/src/demo4 - -//Value Computed by CMake -Demo4_IS_TOP_LEVEL:STATIC=OFF - -//Value Computed by CMake -Demo4_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/examples/src/demo4 - -//Value Computed by CMake -Demo5_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/examples/src/demo5 - -//Value Computed by CMake -Demo5_IS_TOP_LEVEL:STATIC=OFF - -//Value Computed by CMake -Demo5_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/examples/src/demo5 - -//Enable c-ares support -ENABLE_ARES:BOOL=OFF - -//Enable TrackMemory debug feature -ENABLE_CURLDEBUG:BOOL=OFF - -//Build the man page for curl and enable its -M/--manual option -ENABLE_CURL_MANUAL:BOOL=ON - -//Enable curl debug features (for developing curl itself) -ENABLE_DEBUG:BOOL=OFF - -//Enable IPv6 support -ENABLE_IPV6:BOOL=ON - -//Apply curl debug options to test servers -ENABLE_SERVER_DEBUG:BOOL=OFF - -//Enable threaded DNS lookup -ENABLE_THREADED_RESOLVER:BOOL=ON - -//Enable Unix domain sockets support -ENABLE_UNIX_SOCKETS:BOOL=ON - -//The FFmpeg cflags. -FFMPEG_DEFINITIONS:STRING= - -//The FFmpeg include directories. -FFMPEG_INCLUDE_DIRS:STRING=/usr/include - -//The FFmpeg libraries. -FFMPEG_LIBRARIES:STRING=/usr/lib/libavformat.so;/usr/lib/libavcodec.so;/usr/lib/libavutil.so;/usr/lib/libswscale.so;/usr/lib/libswresample.so;/usr/lib/libz.so - -//Path to a file. -FREETYPE_INCLUDE_DIR_freetype2:PATH=/usr/include/freetype2 - -//Path to a file. -FREETYPE_INCLUDE_DIR_ft2build:PATH=/usr/include/freetype2 - -//Path to a library. -FREETYPE_LIBRARY_DEBUG:FILEPATH=FREETYPE_LIBRARY_DEBUG-NOTFOUND - -//Path to a library. -FREETYPE_LIBRARY_RELEASE:FILEPATH=/usr/lib/libfreetype.so - -//Path to a file. -Fontconfig_INCLUDE_DIR:PATH=/usr/include - -//Path to a library. -Fontconfig_LIBRARY:FILEPATH=/usr/lib/libfontconfig.so - -//Path to a library. -GBM_LIB:FILEPATH=/usr/lib/libgbm.so - -//Path to a program. -GITCOMMAND:FILEPATH=/usr/bin/git - -//Git command line client -GIT_EXECUTABLE:FILEPATH=/usr/bin/git - -//Path to a file. -HAVE_LIBURING_H:PATH=/usr/include - -//Path to a file. -HAVE_XCURSOR_H:FILEPATH=/usr/include/X11/Xcursor/Xcursor.h - -//Path to a file. -HAVE_XDBE_H:FILEPATH=/usr/include/X11/extensions/Xdbe.h - -//Path to a file. -HAVE_XEXT_H:FILEPATH=/usr/include/X11/extensions/Xext.h - -//Path to a file. -HAVE_XFIXES_H_:FILEPATH=/usr/include/X11/extensions/Xfixes.h - -//Path to a file. -HAVE_XINPUT2_H:FILEPATH=/usr/include/X11/extensions/XInput2.h - -//Path to a file. -HAVE_XRANDR_H:FILEPATH=/usr/include/X11/extensions/Xrandr.h - -//Path to a file. -HAVE_XRENDER_H:FILEPATH=/usr/include/X11/extensions/Xrender.h - -//Path to a file. -HAVE_XSHAPE_H:FILEPATH=/usr/include/X11/extensions/shape.h - -//Path to a file. -HAVE_XSS_H:FILEPATH=/usr/include/X11/extensions/scrnsaver.h - -//Path to a file. -HAVE_XSYNC_H:FILEPATH=/usr/include/X11/extensions/sync.h - -//Path to a file. -HAVE_XTEST_H:FILEPATH=/usr/include/X11/extensions/XTest.h - -//Path to a program. -HTTPD:FILEPATH=HTTPD-NOTFOUND - -//Path to a program. -HTTPD_NGHTTPX:FILEPATH=HTTPD_NGHTTPX-NOTFOUND - -//Disable all protocols except HTTP (This overrides all CURL_DISABLE_* -// options) -HTTP_ONLY:BOOL=ON - -//Value Computed by CMake -Hun-garr_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/examples/src/hun-garr - -//Value Computed by CMake -Hun-garr_IS_TOP_LEVEL:STATIC=OFF - -//Value Computed by CMake -Hun-garr_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/examples/src/hun-garr - -//Install CMake package configuration module -INSTALL_CMAKE_PACKAGE_MODULE:BOOL=ON - -//Install documentation -INSTALL_DOCS:BOOL=ON - -//Install ogg.pc file -INSTALL_PKG_CONFIG_MODULE:BOOL=ON - -//The JACK include directory -JACK_INCLUDE_DIR:PATH=/usr/include - -//Path to a library. -JACK_LIB:FILEPATH=/usr/lib/libjack.so - -//The JACK library -JACK_LIBRARY:FILEPATH=/usr/lib/libjack.so - -//Basename of the curl library -LIBCURL_OUTPUT_NAME:STRING=libcurl - -//Path to a library. -LIBOPUSFILE:FILEPATH=LIBOPUSFILE-NOTFOUND - -LIBTYPE:BOOL=STATIC - -//Extra compile options of LibUSB -LibUSB_COMPILE_OPTIONS:STRING= - -//Path to a file. -LibUSB_INCLUDE_PATH:PATH=/usr/include/libusb-1.0 - -//Path to a library. -LibUSB_LIBRARY:FILEPATH=/usr/lib/libusb-1.0.so - -//Extra link flags of LibUSB -LibUSB_LINK_FLAGS:STRING= - -//Extra link libraries of LibUSB -LibUSB_LINK_LIBRARIES:STRING= - -//Command to build the project -MAKECOMMAND:STRING=/usr/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" - -//Path to the memory checking command, used for memory error detection. -MEMORYCHECK_COMMAND:FILEPATH=MEMORYCHECK_COMMAND-NOTFOUND - -//File that contains suppressions for the memory checker -MEMORYCHECK_SUPPRESSIONS_FILE:FILEPATH= - -//Build miniaudio examples -MINIAUDIO_BUILD_EXAMPLES:BOOL=OFF - -//Build miniaudio tests -MINIAUDIO_BUILD_TESTS:BOOL=OFF - -//Enable stdout debug output -MINIAUDIO_DEBUG_OUTPUT:BOOL=OFF - -//Enable the AAudio backend -MINIAUDIO_ENABLE_AAUDIO:BOOL=OFF - -//Enable the ALSA backend -MINIAUDIO_ENABLE_ALSA:BOOL=OFF - -//Enable the audio(4) backend -MINIAUDIO_ENABLE_AUDIO4:BOOL=OFF - -//Enable the CoreAudio backend -MINIAUDIO_ENABLE_COREAUDIO:BOOL=OFF - -//Enable support for custom backends -MINIAUDIO_ENABLE_CUSTOM:BOOL=OFF - -//Enable the DirectSound backend -MINIAUDIO_ENABLE_DSOUND:BOOL=OFF - -//Enable the JACK backend -MINIAUDIO_ENABLE_JACK:BOOL=OFF - -//Enable the null backend -MINIAUDIO_ENABLE_NULL:BOOL=OFF - -//Only enable specific backends. Backends can be enabled with MINIAUDIO_ENABLE_[BACKEND]. -MINIAUDIO_ENABLE_ONLY_SPECIFIC_BACKENDS:BOOL=OFF - -//Enable the OpenSL|ES backend -MINIAUDIO_ENABLE_OPENSL:BOOL=OFF - -//Enable the OSS backend -MINIAUDIO_ENABLE_OSS:BOOL=OFF - -//Enable the PulseAudio backend -MINIAUDIO_ENABLE_PULSEAUDIO:BOOL=OFF - -//Enable the sndio backend -MINIAUDIO_ENABLE_SNDIO:BOOL=OFF - -//Enable the WASAPI backend -MINIAUDIO_ENABLE_WASAPI:BOOL=OFF - -//Enable the Web Audio backend -MINIAUDIO_ENABLE_WEBAUDIO:BOOL=OFF - -//Enable the WinMM backend -MINIAUDIO_ENABLE_WINMM:BOOL=OFF - -//Force compilation as C89 -MINIAUDIO_FORCE_C89:BOOL=OFF - -//Force compilation as C++ -MINIAUDIO_FORCE_CXX:BOOL=OFF - -//Disable the AAudio backend -MINIAUDIO_NO_AAUDIO:BOOL=OFF - -//Disable the ALSA backend -MINIAUDIO_NO_ALSA:BOOL=OFF - -//Disable the audio(4) backend -MINIAUDIO_NO_AUDIO4:BOOL=OFF - -//Disable AVX2 optimizations -MINIAUDIO_NO_AVX2:BOOL=OFF - -//Disable the CoreAudio backend -MINIAUDIO_NO_COREAUDIO:BOOL=OFF - -//Disable support for custom backends -MINIAUDIO_NO_CUSTOM:BOOL=OFF - -//Disable decoding APIs -MINIAUDIO_NO_DECODING:BOOL=OFF - -//Disable audio playback and capture -MINIAUDIO_NO_DEVICEIO:BOOL=OFF - -//Disable the DirectSound backend -MINIAUDIO_NO_DSOUND:BOOL=OFF - -//Disable encoding APIs -MINIAUDIO_NO_ENCODING:BOOL=OFF - -//Disable the high-level engine API -MINIAUDIO_NO_ENGINE:BOOL=OFF - -//Do not build extra node graph nodes -MINIAUDIO_NO_EXTRA_NODES:BOOL=OFF - -//Disable the built-in FLAC decoder -MINIAUDIO_NO_FLAC:BOOL=OFF - -//Disable generation APIs such as ma_waveform and ma_noise -MINIAUDIO_NO_GENERATION:BOOL=OFF - -//Disable the JACK backend -MINIAUDIO_NO_JACK:BOOL=OFF - -//Disable miniaudio_libopus -MINIAUDIO_NO_LIBOPUS:BOOL=OFF - -//Disable miniaudio_libvorbis -MINIAUDIO_NO_LIBVORBIS:BOOL=OFF - -//Disable the built-in MP3 decoder -MINIAUDIO_NO_MP3:BOOL=OFF - -//Disable NEON optimizations -MINIAUDIO_NO_NEON:BOOL=OFF - -//Disable the node graph API -MINIAUDIO_NO_NODE_GRAPH:BOOL=OFF - -//Disable the null backend -MINIAUDIO_NO_NULL:BOOL=OFF - -//Disable the OpenSL|ES backend -MINIAUDIO_NO_OPENSL:BOOL=OFF - -//Disable the OSS backend -MINIAUDIO_NO_OSS:BOOL=OFF - -//Disable the PulseAudio backend -MINIAUDIO_NO_PULSEAUDIO:BOOL=OFF - -//Disable the resource manager API -MINIAUDIO_NO_RESOURCE_MANAGER:BOOL=OFF - -//Disable runtime linking -MINIAUDIO_NO_RUNTIME_LINKING:BOOL=OFF - -//Disable the sndio backend -MINIAUDIO_NO_SNDIO:BOOL=OFF - -//Disable SSE2 optimizations -MINIAUDIO_NO_SSE2:BOOL=OFF - -//Disable threading. Must be used with MINIAUDIO_NO_DEVICEIO. -MINIAUDIO_NO_THREADING:BOOL=OFF - -//Disable the WASAPI backend -MINIAUDIO_NO_WASAPI:BOOL=OFF - -//Disable the built-in WAV decoder -MINIAUDIO_NO_WAV:BOOL=OFF - -//Disable the Web Audio backend -MINIAUDIO_NO_WEBAUDIO:BOOL=OFF - -//Disable the WinMM backend -MINIAUDIO_NO_WINMM:BOOL=OFF - -//Use for sized types -MINIAUDIO_USE_STDINT:BOOL=OFF - -//The MySOFA include directory -MYSOFA_INCLUDE_DIR:PATH=/usr/include - -//The MySOFA library -MYSOFA_LIBRARY:FILEPATH=/usr/lib/libmysofa.so - -//The math library for MySOFA -MYSOFA_M_LIBRARY:FILEPATH=/usr/lib/libm.so - -//Path to a file. -OPENGL_EGL_INCLUDE_DIR:PATH=/usr/include - -//Path to a file. -OPENGL_GLES2_INCLUDE_DIR:PATH=/usr/include - -//Path to a file. -OPENGL_GLES3_INCLUDE_DIR:PATH=/usr/include - -//Path to a file. -OPENGL_GLU_INCLUDE_DIR:PATH=/usr/include - -//Path to a file. -OPENGL_GLX_INCLUDE_DIR:PATH=/usr/include - -//Path to a file. -OPENGL_INCLUDE_DIR:PATH=/usr/include - -//Path to a library. -OPENGL_egl_LIBRARY:FILEPATH=/usr/lib/libEGL.so - -//Path to a library. -OPENGL_gles2_LIBRARY:FILEPATH=/usr/lib/libGLESv2.so - -//Path to a library. -OPENGL_gles3_LIBRARY:FILEPATH=/usr/lib/libGLESv2.so - -//Path to a library. -OPENGL_glu_LIBRARY:FILEPATH=/usr/lib/libGLU.so - -//Path to a library. -OPENGL_glx_LIBRARY:FILEPATH=/usr/lib/libGLX.so - -//Path to a library. -OPENGL_opengl_LIBRARY:FILEPATH=/usr/lib/libOpenGL.so - -//Path to a file. -OPENGL_xmesa_INCLUDE_DIR:PATH=OPENGL_xmesa_INCLUDE_DIR-NOTFOUND - -//The OpenSL Android include directory -OPENSL_ANDROID_INCLUDE_DIR:PATH=OPENSL_ANDROID_INCLUDE_DIR-NOTFOUND - -//The OpenSL include directory -OPENSL_INCLUDE_DIR:PATH=OPENSL_INCLUDE_DIR-NOTFOUND - -//The OpenSL library -OPENSL_LIBRARY:FILEPATH=OPENSL_LIBRARY-NOTFOUND - -//The OSS include directory -OSS_INCLUDE_DIR:PATH=/usr/include - -//Optional OSS library -OSS_LIBRARY:FILEPATH=OSS_LIBRARY-NOTFOUND - -//Value Computed by CMake -OpenAL_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/external/openal - -//Value Computed by CMake -OpenAL_IS_TOP_LEVEL:STATIC=OFF - -//Value Computed by CMake -OpenAL_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/external/openal - -//Path to a program. -PERL_EXECUTABLE:FILEPATH=/usr/bin/perl - -//Enable picky compiler options -PICKY_COMPILER:BOOL=ON - -//Path to a library. -PIPEWIRE_0.3_LIB:FILEPATH=/usr/lib/libpipewire-0.3.so - -//Arguments to supply to pkg-config -PKG_CONFIG_ARGN:STRING= - -//pkg-config executable -PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config - -//Path to a library. -PLUTOVG_MATH_LIBRARY:FILEPATH=/usr/lib/libm.so - -//The PortAudio include directory -PORTAUDIO_INCLUDE_DIR:PATH=/usr/include - -//The PortAudio library -PORTAUDIO_LIBRARY:FILEPATH=/usr/lib/libportaudio.so - -//The POSTPROC CFLAGS. -POSTPROC_DEFINITIONS:STRING= - -//Path to a file. -POSTPROC_INCLUDE_DIRS:PATH=/usr/include - -//Path to a library. -POSTPROC_LIBRARIES:FILEPATH=/usr/lib/libpostproc.so - -//The POSTPROC version number. -POSTPROC_VERSION:STRING=58.3.100 - -//The PulseAudio include directory -PULSEAUDIO_INCLUDE_DIR:PATH=/usr/include - -//The PulseAudio library -PULSEAUDIO_LIBRARY:FILEPATH=/usr/lib/libpulse.so - -//Path to a library. -PULSE_LIB:FILEPATH=/usr/lib/libpulse.so - -//Value Computed by CMake -PopWork_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/PopWork - -//Value Computed by CMake -PopWork_IS_TOP_LEVEL:STATIC=OFF - -//Value Computed by CMake -PopWork_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/PopWork - -//Additional directories where find(Qt6 ...) host Qt components -// are searched -QT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH:STRING= - -//Additional directories where find(Qt6 ...) components are searched -QT_ADDITIONAL_PACKAGES_PREFIX_PATH:STRING= - -//The directory containing a CMake configuration file for Qt6CorePrivate. -Qt6CorePrivate_DIR:PATH=/usr/lib/cmake/Qt6CorePrivate - -//The directory containing a CMake configuration file for Qt6CoreTools. -Qt6CoreTools_DIR:PATH=/usr/lib/cmake/Qt6CoreTools - -//The directory containing a CMake configuration file for Qt6Core. -Qt6Core_DIR:PATH=/usr/lib/cmake/Qt6Core - -//The directory containing a CMake configuration file for Qt6DBusPrivate. -Qt6DBusPrivate_DIR:PATH=/usr/lib/cmake/Qt6DBusPrivate - -//The directory containing a CMake configuration file for Qt6DBusTools. -Qt6DBusTools_DIR:PATH=/usr/lib/cmake/Qt6DBusTools - -//The directory containing a CMake configuration file for Qt6DBus. -Qt6DBus_DIR:PATH=/usr/lib/cmake/Qt6DBus - -//The directory containing a CMake configuration file for Qt6GuiPrivate. -Qt6GuiPrivate_DIR:PATH=/usr/lib/cmake/Qt6GuiPrivate - -//The directory containing a CMake configuration file for Qt6GuiTools. -Qt6GuiTools_DIR:PATH=/usr/lib/cmake/Qt6GuiTools - -//The directory containing a CMake configuration file for Qt6Gui. -Qt6Gui_DIR:PATH=/usr/lib/cmake/Qt6Gui - -//The directory containing a CMake configuration file for Qt6WidgetsPrivate. -Qt6WidgetsPrivate_DIR:PATH=/usr/lib/cmake/Qt6WidgetsPrivate - -//The directory containing a CMake configuration file for Qt6WidgetsTools. -Qt6WidgetsTools_DIR:PATH=/usr/lib/cmake/Qt6WidgetsTools - -//The directory containing a CMake configuration file for Qt6Widgets. -Qt6Widgets_DIR:PATH=/usr/lib/cmake/Qt6Widgets - -//The directory containing a CMake configuration file for Qt6. -Qt6_DIR:PATH=/usr/lib/cmake/Qt6 - -//Path to a library. -SDL2_LIBRARY:FILEPATH=/usr/lib/libSDL2.so - -//Value Computed by CMake -SDL3_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/external/SDL - -//The directory containing a CMake configuration file for SDL3. -SDL3_DIR:PATH=/usr/lib/cmake/SDL3 - -//Value Computed by CMake -SDL3_IS_TOP_LEVEL:STATIC=OFF - -//Value Computed by CMake -SDL3_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/external/SDL - -//Value Computed by CMake -SDL3_ttf_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/external/SDL_ttf - -//Value Computed by CMake -SDL3_ttf_IS_TOP_LEVEL:STATIC=OFF - -//Value Computed by CMake -SDL3_ttf_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/external/SDL_ttf - -//Use harfbuzz to improve text shaping -SDLTTF_HARFBUZZ:BOOL=ON - -//Enable SDL3_ttf install target -SDLTTF_INSTALL:BOOL=OFF - -//Use plutosvg for color emoji support -SDLTTF_PLUTOSVG:BOOL=ON - -//Build the SDL3_ttf sample program(s) -SDLTTF_SAMPLES:BOOL=OFF - -//Fail when a dependency could not be found -SDLTTF_STRICT:BOOL=OFF - -//Use vendored third-party libraries -SDLTTF_VENDORED:BOOL=OFF - -//Treat warnings as errors -SDLTTF_WERROR:BOOL=OFF - -//Support the ALSA audio API -SDL_ALSA:BOOL=ON - -//Dynamically load ALSA audio support -SDL_ALSA_SHARED:BOOL=ON - -//Use AddressSanitizer to detect memory errors -SDL_ASAN:BOOL=OFF - -//Enable assembly routines -SDL_ASSEMBLY:BOOL=ON - -//Enable internal sanity checks (auto/disabled/release/enabled/paranoid) -SDL_ASSERTIONS:STRING=auto - -//Enable the Audio subsystem -SDL_AUDIO:BOOL=ON - -//Use AVX assembly routines -SDL_AVX:BOOL=ON - -//Use AVX2 assembly routines -SDL_AVX2:BOOL=ON - -//Use AVX512F assembly routines -SDL_AVX512F:BOOL=ON - -//number to use for magic backgrounding signal or 'OFF' -SDL_BACKGROUNDING_SIGNAL:STRING=OFF - -//Enable the Camera subsystem -SDL_CAMERA:BOOL=ON - -//Use Ccache to speed up build -SDL_CCACHE:BOOL=OFF - -//Extra includes (for CMAKE_REQUIRED_INCLUDES) -SDL_CHECK_REQUIRED_INCLUDES:STRING= - -//Extra link options (for CMAKE_REQUIRED_LINK_OPTIONS) -SDL_CHECK_REQUIRED_LINK_OPTIONS:STRING= - -//Run clang-tidy static analysis -SDL_CLANG_TIDY:BOOL=OFF - -//Use clock_gettime() instead of gettimeofday() -SDL_CLOCK_GETTIME:BOOL=ON - -//Detected architecture ARM32 -SDL_CPU_ARM32:BOOL=0 - -//Detected architecture ARM64 -SDL_CPU_ARM64:BOOL=0 - -//Detected architecture ARM64EC -SDL_CPU_ARM64EC:BOOL=0 - -//Detected architecture EMSCRIPTEN -SDL_CPU_EMSCRIPTEN:BOOL=0 - -//Detected architecture LOONGARCH64 -SDL_CPU_LOONGARCH64:BOOL=0 - -//Detected architecture POWERPC32 -SDL_CPU_POWERPC32:BOOL=0 - -//Detected architecture POWERPC64 -SDL_CPU_POWERPC64:BOOL=0 - -//Detected architecture X64 -SDL_CPU_X64:BOOL=1 - -//Detected architecture X86 -SDL_CPU_X86:BOOL=0 - -//Enable D-Bus support -SDL_DBUS:BOOL=ON - -//Load dependencies dynamically -SDL_DEPS_SHARED:BOOL=ON - -//Enable the Dialog subsystem -SDL_DIALOG:BOOL=ON - -//Support the disk writer audio driver -SDL_DISKAUDIO:BOOL=ON - -//Support the dummy audio driver -SDL_DUMMYAUDIO:BOOL=ON - -//Support the dummy camera driver -SDL_DUMMYCAMERA:BOOL=ON - -//Use dummy video driver -SDL_DUMMYVIDEO:BOOL=ON - -//Build the examples directory -SDL_EXAMPLES:BOOL=OFF - -//link examples to shared SDL library -SDL_EXAMPLES_LINK_SHARED:BOOL=ON - -//number to use for magic foregrounding signal or 'OFF' -SDL_FOREGROUNDING_SIGNAL:STRING=OFF - -//Use gcc builtin atomics -SDL_GCC_ATOMICS:BOOL=ON - -//Enable the GPU subsystem -SDL_GPU:BOOL=ON - -//Build SDL_GPU with DXVK support -SDL_GPU_DXVK:BOOL=OFF - -//Enable the Haptic subsystem -SDL_HAPTIC:BOOL=ON - -//Enable the HIDAPI subsystem -SDL_HIDAPI:BOOL=ON - -//Use HIDAPI for low level joystick drivers -SDL_HIDAPI_JOYSTICK:BOOL=ON - -//Use libusb for low level joystick drivers -SDL_HIDAPI_LIBUSB:BOOL=ON - -//Dynamically load libusb support -SDL_HIDAPI_LIBUSB_SHARED:BOOL=ON - -//Enable IBus support -SDL_IBUS:BOOL=ON - -//Enable installation of SDL3 -SDL_INSTALL:BOOL=OFF - -//Root folder where to install SDL3Config.cmake related files (SDL3 -// subfolder for MSVC projects) -SDL_INSTALL_CMAKEDIR_ROOT:STRING=lib/cmake/SDL3 - -//Support the JACK audio API -SDL_JACK:BOOL=ON - -//Dynamically load JACK audio support -SDL_JACK_SHARED:BOOL=ON - -//Enable the Joystick subsystem -SDL_JOYSTICK:BOOL=ON - -//Use KMS DRM video driver -SDL_KMSDRM:BOOL=ON - -//Dynamically load KMS DRM support -SDL_KMSDRM_SHARED:BOOL=ON - -//Use the system C library -SDL_LIBC:BOOL=ON - -//Prefer iconv() from libiconv, if available, over libc version -SDL_LIBICONV:BOOL=OFF - -//Enable libudev support -SDL_LIBUDEV:BOOL=ON - -//Enable liburing support -SDL_LIBURING:BOOL=ON - -//Use MMX assembly routines -SDL_MMX:BOOL=ON - -//Use offscreen video driver -SDL_OFFSCREEN:BOOL=ON - -//Include OpenGL support -SDL_OPENGL:BOOL=ON - -//Include OpenGL ES support -SDL_OPENGLES:BOOL=ON - -//Use OpenVR video driver -SDL_OPENVR:BOOL=OFF - -//Support the OSS audio API -SDL_OSS:BOOL=OFF - -//Use Pipewire audio -SDL_PIPEWIRE:BOOL=ON - -//Dynamically load Pipewire support -SDL_PIPEWIRE_SHARED:BOOL=ON - -//Enable the Power subsystem -SDL_POWER:BOOL=ON - -//Use POSIX threads for multi-threading -SDL_PTHREADS:BOOL=ON - -//Use pthread semaphores -SDL_PTHREADS_SEM:BOOL=ON - -//Use PulseAudio -SDL_PULSEAUDIO:BOOL=ON - -//Dynamically load PulseAudio support -SDL_PULSEAUDIO_SHARED:BOOL=ON - -//Enable the Render subsystem -SDL_RENDER:BOOL=ON - -//Enable the SDL_GPU render driver -SDL_RENDER_GPU:BOOL=ON - -//Enable the Metal render driver -SDL_RENDER_METAL:BOOL=ON - -//Enable the Vulkan render driver -SDL_RENDER_VULKAN:BOOL=ON - -//Custom SDL revision (only used when REVISION.txt does not exist) -SDL_REVISION:STRING= - -//Use an rpath when linking SDL -SDL_RPATH:BOOL=ON - -//Enable the Sensor subsystem -SDL_SENSOR:BOOL=ON - -//Build a shared version of the library -SDL_SHARED:BOOL=ON - -//Support the sndio audio API -SDL_SNDIO:BOOL=ON - -//Dynamically load the sndio audio API -SDL_SNDIO_SHARED:BOOL=ON - -//Use SSE assembly routines -SDL_SSE:BOOL=ON - -//Use SSE2 assembly routines -SDL_SSE2:BOOL=ON - -//Use SSE3 assembly routines -SDL_SSE3:BOOL=ON - -//Use SSE4.1 assembly routines -SDL_SSE4_1:BOOL=ON - -//Use SSE4.2 assembly routines -SDL_SSE4_2:BOOL=ON - -//Build a static version of the library -SDL_STATIC:BOOL=ON - -//Use iconv() from system-installed libraries -SDL_SYSTEM_ICONV:BOOL=ON - -//Build the test directory -SDL_TESTS:BOOL=OFF - -//link tests to shared SDL library -SDL_TESTS_LINK_SHARED:BOOL=ON - -//Timeout multiplier to account for really slow machines -SDL_TESTS_TIMEOUT_MULTIPLIER:STRING=1 - -//Build the SDL3_test library -SDL_TEST_LIBRARY:BOOL=ON - -//Enable uninstallation of SDL3 -SDL_UNINSTALL:BOOL=OFF - -//Vendor name and/or version to add to SDL_REVISION -SDL_VENDOR_INFO:STRING= - -//Enable the Video subsystem -SDL_VIDEO:BOOL=ON - -//Enable the virtual-joystick driver -SDL_VIRTUAL_JOYSTICK:BOOL=ON - -//Enable Vulkan support -SDL_VULKAN:BOOL=ON - -//Use Wayland video driver -SDL_WAYLAND:BOOL=ON - -//Use client-side window decorations on Wayland -SDL_WAYLAND_LIBDECOR:BOOL=ON - -//Dynamically load libdecor support -SDL_WAYLAND_LIBDECOR_SHARED:BOOL=ON - -//Dynamically load Wayland support -SDL_WAYLAND_SHARED:BOOL=ON - -//Enable -Werror -SDL_WERROR:BOOL=OFF - -//Use X11 video driver -SDL_X11:BOOL=ON - -//Dynamically load X11 support -SDL_X11_SHARED:BOOL=ON - -//Enable Xcursor support -SDL_X11_XCURSOR:BOOL=ON - -//Enable Xdbe support -SDL_X11_XDBE:BOOL=ON - -//Enable Xfixes support -SDL_X11_XFIXES:BOOL=ON - -//Enable XInput support -SDL_X11_XINPUT:BOOL=ON - -//Enable Xrandr support -SDL_X11_XRANDR:BOOL=ON - -//Enable Xscrnsaver support -SDL_X11_XSCRNSAVER:BOOL=ON - -//Enable XShape support -SDL_X11_XSHAPE:BOOL=ON - -//Enable Xsync support -SDL_X11_XSYNC:BOOL=ON - -//Enable XTest support -SDL_X11_XTEST:BOOL=ON - -//Name of the computer/site where compile is being run -SITE:STRING=space - -//Path to a file. -SNDFILE_INCLUDE_DIR:PATH=/usr/include - -//Path to a library. -SNDFILE_LIBRARY:FILEPATH=/usr/lib/libsndfile.so - -//Path to a library. -STEAMAUDIO_LIBRARY:FILEPATH=STEAMAUDIO_LIBRARY-NOTFOUND - -//The SWRESAMPLE CFLAGS. -SWRESAMPLE_DEFINITIONS:STRING= - -//Path to a file. -SWRESAMPLE_INCLUDE_DIRS:PATH=/usr/include - -//Path to a library. -SWRESAMPLE_LIBRARIES:FILEPATH=/usr/lib/libswresample.so - -//The SWRESAMPLE version number. -SWRESAMPLE_VERSION:STRING=5.3.100 - -//The SWSCALE CFLAGS. -SWSCALE_DEFINITIONS:STRING= - -//Path to a file. -SWSCALE_INCLUDE_DIRS:PATH=/usr/include - -//Path to a library. -SWSCALE_LIBRARIES:FILEPATH=/usr/lib/libswscale.so - -//The SWSCALE version number. -SWSCALE_VERSION:STRING=8.3.100 - -//Path to a program. -TEST_NGHTTPX:FILEPATH=TEST_NGHTTPX-NOTFOUND - -//Path to a library. -UDEV_LIB:FILEPATH=/usr/lib/libudev.so - -//Enable ECH support -USE_ECH:BOOL=OFF - -//Enable HTTPS RR support -USE_HTTPSRR:BOOL=OFF - -//Use libidn2 for IDN support -USE_LIBIDN2:BOOL=ON - -//Enable librtmp from rtmpdump -USE_LIBRTMP:BOOL=OFF - -//Use msh3/msquic library for HTTP/3 support -USE_MSH3:BOOL=OFF - -//Use nghttp2 library -USE_NGHTTP2:BOOL=ON - -//Use ngtcp2 and nghttp3 libraries for HTTP/3 support -USE_NGTCP2:BOOL=OFF - -//Use OpenSSL and nghttp3 libraries for HTTP/3 support -USE_OPENSSL_QUIC:BOOL=OFF - -//Use quiche library for HTTP/3 support -USE_QUICHE:BOOL=OFF - -//Enable SSL session export support -USE_SSLS_EXPORT:BOOL=OFF - -//Wide Strings -USE_WIDESTRING:BOOL=ON - -//Value Computed by CMake -V12Demo_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/examples/src/v12demo - -//Value Computed by CMake -V12Demo_IS_TOP_LEVEL:STATIC=OFF - -//Value Computed by CMake -V12Demo_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/examples/src/v12demo - -//Value Computed by CMake -V14Demo_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/examples/src/v14demo - -//Value Computed by CMake -V14Demo_IS_TOP_LEVEL:STATIC=OFF - -//Value Computed by CMake -V14Demo_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/examples/src/v14demo - -//Path to a program. -VSFTPD:FILEPATH=VSFTPD-NOTFOUND - -//Path to a program. -Vulkan_GLSLANG_VALIDATOR_EXECUTABLE:FILEPATH=/bin/glslangValidator - -//Path to a program. -Vulkan_GLSLC_EXECUTABLE:FILEPATH=/bin/glslc - -//Path to a file. -Vulkan_INCLUDE_DIR:PATH=Vulkan_INCLUDE_DIR-NOTFOUND - -//Path to a library. -Vulkan_LIBRARY:FILEPATH=/lib/libvulkan.so - -//Path to a library. -WAYLAND_CLIENT_LIB:FILEPATH=/usr/lib/libwayland-client.so - -//Path to a library. -WAYLAND_CURSOR_LIB:FILEPATH=/usr/lib/libwayland-cursor.so - -//Path to a library. -WAYLAND_EGL_LIB:FILEPATH=/usr/lib/libwayland-egl.so - -//Path to a program. -WAYLAND_SCANNER:FILEPATH=/usr/bin/wayland-scanner - -//Path to a file. -X11_ICE_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_ICE_LIB:FILEPATH=/usr/lib/libICE.so - -//Path to a file. -X11_INCLUDEDIR:PATH=/usr/include - -//Path to a library. -X11_LIB:FILEPATH=/usr/lib/libX11.so - -//Path to a file. -X11_SM_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_SM_LIB:FILEPATH=/usr/lib/libSM.so - -//Path to a file. -X11_X11_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_X11_LIB:FILEPATH=/usr/lib/libX11.so - -//Path to a file. -X11_X11_xcb_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_X11_xcb_LIB:FILEPATH=/usr/lib/libX11-xcb.so - -//Path to a file. -X11_XRes_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_XRes_LIB:FILEPATH=/usr/lib/libXRes.so - -//Path to a file. -X11_XShm_INCLUDE_PATH:PATH=/usr/include - -//Path to a file. -X11_XSync_INCLUDE_PATH:PATH=/usr/include - -//Path to a file. -X11_Xaccessrules_INCLUDE_PATH:PATH=/usr/include - -//Path to a file. -X11_Xaccessstr_INCLUDE_PATH:PATH=/usr/include - -//Path to a file. -X11_Xau_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_Xau_LIB:FILEPATH=/usr/lib/libXau.so - -//Path to a file. -X11_Xaw_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_Xaw_LIB:FILEPATH=/usr/lib/libXaw.so - -//Path to a file. -X11_Xcomposite_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_Xcomposite_LIB:FILEPATH=/usr/lib/libXcomposite.so - -//Path to a file. -X11_Xcursor_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_Xcursor_LIB:FILEPATH=/usr/lib/libXcursor.so - -//Path to a file. -X11_Xdamage_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_Xdamage_LIB:FILEPATH=/usr/lib/libXdamage.so - -//Path to a file. -X11_Xdbe_INCLUDE_PATH:PATH=/usr/include - -//Path to a file. -X11_Xdmcp_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_Xdmcp_LIB:FILEPATH=/usr/lib/libXdmcp.so - -//Path to a file. -X11_Xext_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_Xext_LIB:FILEPATH=/usr/lib/libXext.so - -//Path to a file. -X11_Xfixes_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_Xfixes_LIB:FILEPATH=/usr/lib/libXfixes.so - -//Path to a file. -X11_Xft_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_Xft_LIB:FILEPATH=/usr/lib/libXft.so - -//Path to a file. -X11_Xi_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_Xi_LIB:FILEPATH=/usr/lib/libXi.so - -//Path to a file. -X11_Xinerama_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_Xinerama_LIB:FILEPATH=/usr/lib/libXinerama.so - -//Path to a file. -X11_Xkb_INCLUDE_PATH:PATH=/usr/include - -//Path to a file. -X11_Xkblib_INCLUDE_PATH:PATH=/usr/include - -//Path to a file. -X11_Xlib_INCLUDE_PATH:PATH=/usr/include - -//Path to a file. -X11_Xmu_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_Xmu_LIB:FILEPATH=/usr/lib/libXmu.so - -//Path to a file. -X11_Xpm_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_Xpm_LIB:FILEPATH=/usr/lib/libXpm.so - -//Path to a file. -X11_Xpresent_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_Xpresent_LIB:FILEPATH=/usr/lib/libXpresent.so - -//Path to a file. -X11_Xrandr_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_Xrandr_LIB:FILEPATH=/usr/lib/libXrandr.so - -//Path to a file. -X11_Xrender_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_Xrender_LIB:FILEPATH=/usr/lib/libXrender.so - -//Path to a file. -X11_Xshape_INCLUDE_PATH:PATH=/usr/include - -//Path to a file. -X11_Xss_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_Xss_LIB:FILEPATH=/usr/lib/libXss.so - -//Path to a file. -X11_Xt_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_Xt_LIB:FILEPATH=/usr/lib/libXt.so - -//Path to a file. -X11_Xtst_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_Xtst_LIB:FILEPATH=/usr/lib/libXtst.so - -//Path to a file. -X11_Xutil_INCLUDE_PATH:PATH=/usr/include - -//Path to a file. -X11_Xv_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_Xv_LIB:FILEPATH=/usr/lib/libXv.so - -//Path to a file. -X11_Xxf86misc_INCLUDE_PATH:PATH=X11_Xxf86misc_INCLUDE_PATH-NOTFOUND - -//Path to a library. -X11_Xxf86misc_LIB:FILEPATH=X11_Xxf86misc_LIB-NOTFOUND - -//Path to a file. -X11_Xxf86vm_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_Xxf86vm_LIB:FILEPATH=/usr/lib/libXxf86vm.so - -//Path to a file. -X11_dpms_INCLUDE_PATH:PATH=/usr/include - -//Path to a file. -X11_xcb_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_LIB:FILEPATH=/usr/lib/libxcb.so - -//Path to a file. -X11_xcb_composite_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_composite_LIB:FILEPATH=/usr/lib/libxcb-composite.so - -//Path to a file. -X11_xcb_cursor_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_cursor_LIB:FILEPATH=/usr/lib/libxcb-cursor.so - -//Path to a file. -X11_xcb_damage_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_damage_LIB:FILEPATH=/usr/lib/libxcb-damage.so - -//Path to a file. -X11_xcb_dpms_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_dpms_LIB:FILEPATH=/usr/lib/libxcb-dpms.so - -//Path to a file. -X11_xcb_dri2_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_dri2_LIB:FILEPATH=/usr/lib/libxcb-dri2.so - -//Path to a file. -X11_xcb_dri3_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_dri3_LIB:FILEPATH=/usr/lib/libxcb-dri3.so - -//Path to a file. -X11_xcb_errors_INCLUDE_PATH:PATH=X11_xcb_errors_INCLUDE_PATH-NOTFOUND - -//Path to a library. -X11_xcb_errors_LIB:FILEPATH=X11_xcb_errors_LIB-NOTFOUND - -//Path to a file. -X11_xcb_ewmh_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_ewmh_LIB:FILEPATH=/usr/lib/libxcb-ewmh.so - -//Path to a file. -X11_xcb_glx_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_glx_LIB:FILEPATH=/usr/lib/libxcb-glx.so - -//Path to a file. -X11_xcb_icccm_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_icccm_LIB:FILEPATH=/usr/lib/libxcb-icccm.so - -//Path to a file. -X11_xcb_image_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_image_LIB:FILEPATH=/usr/lib/libxcb-image.so - -//Path to a file. -X11_xcb_keysyms_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_keysyms_LIB:FILEPATH=/usr/lib/libxcb-keysyms.so - -//Path to a file. -X11_xcb_present_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_present_LIB:FILEPATH=/usr/lib/libxcb-present.so - -//Path to a file. -X11_xcb_randr_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_randr_LIB:FILEPATH=/usr/lib/libxcb-randr.so - -//Path to a file. -X11_xcb_record_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_record_LIB:FILEPATH=/usr/lib/libxcb-record.so - -//Path to a file. -X11_xcb_render_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_render_LIB:FILEPATH=/usr/lib/libxcb-render.so - -//Path to a file. -X11_xcb_render_util_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_render_util_LIB:FILEPATH=/usr/lib/libxcb-render-util.so - -//Path to a file. -X11_xcb_res_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_res_LIB:FILEPATH=/usr/lib/libxcb-res.so - -//Path to a file. -X11_xcb_screensaver_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_screensaver_LIB:FILEPATH=/usr/lib/libxcb-screensaver.so - -//Path to a file. -X11_xcb_shape_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_shape_LIB:FILEPATH=/usr/lib/libxcb-shape.so - -//Path to a file. -X11_xcb_shm_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_shm_LIB:FILEPATH=/usr/lib/libxcb-shm.so - -//Path to a file. -X11_xcb_sync_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_sync_LIB:FILEPATH=/usr/lib/libxcb-sync.so - -//Path to a file. -X11_xcb_util_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_util_LIB:FILEPATH=/usr/lib/libxcb-util.so - -//Path to a file. -X11_xcb_xf86dri_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_xf86dri_LIB:FILEPATH=/usr/lib/libxcb-xf86dri.so - -//Path to a file. -X11_xcb_xfixes_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_xfixes_LIB:FILEPATH=/usr/lib/libxcb-xfixes.so - -//Path to a file. -X11_xcb_xinerama_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_xinerama_LIB:FILEPATH=/usr/lib/libxcb-xinerama.so - -//Path to a file. -X11_xcb_xinput_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_xinput_LIB:FILEPATH=/usr/lib/libxcb-xinput.so - -//Path to a file. -X11_xcb_xkb_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_xkb_LIB:FILEPATH=/usr/lib/libxcb-xkb.so - -//Path to a file. -X11_xcb_xrm_INCLUDE_PATH:PATH=X11_xcb_xrm_INCLUDE_PATH-NOTFOUND - -//Path to a library. -X11_xcb_xrm_LIB:FILEPATH=X11_xcb_xrm_LIB-NOTFOUND - -//Path to a file. -X11_xcb_xtest_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_xtest_LIB:FILEPATH=/usr/lib/libxcb-xtest.so - -//Path to a file. -X11_xcb_xv_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_xv_LIB:FILEPATH=/usr/lib/libxcb-xv.so - -//Path to a file. -X11_xcb_xvmc_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xcb_xvmc_LIB:FILEPATH=/usr/lib/libxcb-xvmc.so - -//Path to a file. -X11_xkbcommon_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xkbcommon_LIB:FILEPATH=/usr/lib/libxkbcommon.so - -//Path to a file. -X11_xkbcommon_X11_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xkbcommon_X11_LIB:FILEPATH=/usr/lib/libxkbcommon-x11.so - -//Path to a file. -X11_xkbfile_INCLUDE_PATH:PATH=/usr/include - -//Path to a library. -X11_xkbfile_LIB:FILEPATH=/usr/lib/libxkbfile.so - -//Path to a library. -XCURSOR_LIB:FILEPATH=/usr/lib/libXcursor.so - -//Path to a library. -XEXT_LIB:FILEPATH=/usr/lib/libXext.so - -//Path to a library. -XFIXES_LIB:FILEPATH=/usr/lib/libXfixes.so - -//Path to a library. -XI_LIB:FILEPATH=/usr/lib/libXi.so - -//Path to a library. -XKBCOMMON_LIB:FILEPATH=/usr/lib/libxkbcommon.so - -//Path to a file. -XKB_INCLUDE_DIR:PATH=/usr/include - -//Path to a library. -XKB_LIBRARY:FILEPATH=/usr/lib/libxkbcommon.so - -//Value Computed by CMake -XMLDemo_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/examples/src/xmldemo - -//Value Computed by CMake -XMLDemo_IS_TOP_LEVEL:STATIC=OFF - -//Value Computed by CMake -XMLDemo_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/examples/src/xmldemo - -//Path to a library. -XRANDR_LIB:FILEPATH=/usr/lib/libXrandr.so - -//Path to a library. -XRENDER_LIB:FILEPATH=/usr/lib/libXrender.so - -//Path to a library. -XSS_LIB:FILEPATH=/usr/lib/libXss.so - -//Path to a library. -XTST_LIB:FILEPATH=/usr/lib/libXtst.so - -//Path to a file. -ZLIB_INCLUDE_DIR:PATH=/usr/include - -//Path to a library. -ZLIB_LIBRARY_DEBUG:FILEPATH=ZLIB_LIBRARY_DEBUG-NOTFOUND - -//Path to a library. -ZLIB_LIBRARY_RELEASE:FILEPATH=/usr/lib/libz.so - -//Fast-track known feature detection results (Windows, some Apple) -_CURL_PREFILL:BOOL=OFF - -//Path to a library. -_FFmpeg_HAVE_LIBZ:FILEPATH=/usr/lib/libz.so - -//Python debug executable -_Python3_EXECUTABLE_DEBUG:FILEPATH= - -//Value Computed by CMake -alsoft-config_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config - -//Value Computed by CMake -alsoft-config_IS_TOP_LEVEL:STATIC=OFF - -//Value Computed by CMake -alsoft-config_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/external/openal/utils/alsoft-config - -//Extra compile flags of harfbuzz -harfbuzz_COMPILE_OPTIONS:STRING=-pthread - -//Path to a file. -harfbuzz_INCLUDE_PATH:PATH=/usr/include/harfbuzz - -//Path to a library. -harfbuzz_LIBRARY:FILEPATH=/usr/lib/libharfbuzz.so - -//Extra link directories of harfbuzz -harfbuzz_LINK_DIRECTORIES:PATH=/usr/lib - -//Extra link libraries of harfbuzz -harfbuzz_LINK_LIBRARIES:STRING= - -//Extra link flags of harfbuzz -harfbuzz_LINK_OPTIONS:STRING= - -//Value Computed by CMake -miniaudio_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/external/miniaudio - -//Value Computed by CMake -miniaudio_IS_TOP_LEVEL:STATIC=OFF - -//Value Computed by CMake -miniaudio_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/external/miniaudio - -//Value Computed by CMake -ogg_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/external/ogg - -//Value Computed by CMake -ogg_IS_TOP_LEVEL:STATIC=OFF - -//Value Computed by CMake -ogg_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/external/ogg - -//Path to a library. -pkgcfg_lib_BROTLI_brotlicommon:FILEPATH=/usr/lib/libbrotlicommon.so - -//Path to a library. -pkgcfg_lib_BROTLI_brotlidec:FILEPATH=/usr/lib/libbrotlidec.so - -//Path to a library. -pkgcfg_lib_DBUS_dbus-1:FILEPATH=/usr/lib/libdbus-1.so - -//Path to a library. -pkgcfg_lib_LIBIDN2_idn2:FILEPATH=/usr/lib/libidn2.so - -//Path to a library. -pkgcfg_lib_LIBSSH2_ssh2:FILEPATH=/usr/lib/libssh2.so - -//Path to a library. -pkgcfg_lib_LIBURING_uring-ffi:FILEPATH=/usr/lib/liburing-ffi.so - -//Path to a library. -pkgcfg_lib_NGHTTP2_nghttp2:FILEPATH=/usr/lib/libnghttp2.so - -//Path to a library. -pkgcfg_lib_PC_AVCODEC_avcodec:FILEPATH=/usr/lib/libavcodec.so - -//Path to a library. -pkgcfg_lib_PC_AVDEVICE_avdevice:FILEPATH=/usr/lib/libavdevice.so - -//Path to a library. -pkgcfg_lib_PC_AVFORMAT_avformat:FILEPATH=/usr/lib/libavformat.so - -//Path to a library. -pkgcfg_lib_PC_AVUTIL_avutil:FILEPATH=/usr/lib/libavutil.so - -//Path to a library. -pkgcfg_lib_PC_DBUS1_dbus-1:FILEPATH=/usr/lib/libdbus-1.so - -//Path to a library. -pkgcfg_lib_PC_GBM_gbm:FILEPATH=/usr/lib/libgbm.so - -//Path to a library. -pkgcfg_lib_PC_HARFBUZZ_harfbuzz:FILEPATH=/usr/lib/libharfbuzz.so - -//Path to a library. -pkgcfg_lib_PC_JACK_jack:FILEPATH=/usr/lib/libjack.so - -//Path to a library. -pkgcfg_lib_PC_LIBDECOR_decor-0:FILEPATH=/usr/lib/libdecor-0.so - -//Path to a library. -pkgcfg_lib_PC_LIBDRM_drm:FILEPATH=/usr/lib/libdrm.so - -//Path to a library. -pkgcfg_lib_PC_LIBUNWIND_unwind:FILEPATH=/usr/lib/libunwind.so - -//Path to a library. -pkgcfg_lib_PC_LIBUNWIND_unwind-generic:FILEPATH=/usr/lib/libunwind-generic.so - -//Path to a library. -pkgcfg_lib_PC_LibUSB_usb-1.0:FILEPATH=/usr/lib/libusb-1.0.so - -//Path to a library. -pkgcfg_lib_PC_PIPEWIRE_pipewire-0.3:FILEPATH=/usr/lib/libpipewire-0.3.so - -//Path to a library. -pkgcfg_lib_PC_POSTPROC_postproc:FILEPATH=/usr/lib/libpostproc.so - -//Path to a library. -pkgcfg_lib_PC_PULSEAUDIO_pulse:FILEPATH=/usr/lib/libpulse.so - -//Path to a library. -pkgcfg_lib_PC_SWRESAMPLE_swresample:FILEPATH=/usr/lib/libswresample.so - -//Path to a library. -pkgcfg_lib_PC_SWSCALE_swscale:FILEPATH=/usr/lib/libswscale.so - -//Path to a library. -pkgcfg_lib_PC_WAYLAND_EGL:FILEPATH=/usr/lib/libEGL.so - -//Path to a library. -pkgcfg_lib_PC_WAYLAND_wayland-client:FILEPATH=/usr/lib/libwayland-client.so - -//Path to a library. -pkgcfg_lib_PC_WAYLAND_wayland-cursor:FILEPATH=/usr/lib/libwayland-cursor.so - -//Path to a library. -pkgcfg_lib_PC_WAYLAND_wayland-egl:FILEPATH=/usr/lib/libwayland-egl.so - -//Path to a library. -pkgcfg_lib_PC_WAYLAND_xkbcommon:FILEPATH=/usr/lib/libxkbcommon.so - -//Path to a library. -pkgcfg_lib_PIPEWIRE_pipewire-0.3:FILEPATH=/usr/lib/libpipewire-0.3.so - -//Path to a library. -pkgcfg_lib_PKG_FONTCONFIG_fontconfig:FILEPATH=/usr/lib/libfontconfig.so - -//Path to a library. -pkgcfg_lib_PKG_XKB_xkbcommon:FILEPATH=/usr/lib/libxkbcommon.so - -//Path to a library. -pkgcfg_lib_ZSTD_zstd:FILEPATH=/usr/lib/libzstd.so - -//Extra compile flags of plutosvg -plutosvg_COMPILE_OPTIONS:STRING= - -//Path to a file. -plutosvg_INCLUDE_PATH:PATH=plutosvg_INCLUDE_PATH-NOTFOUND - -//Path to a library. -plutosvg_LIBRARY:FILEPATH=plutosvg_LIBRARY-NOTFOUND - -//Extra link flags of plutosvg -plutosvg_LINK_DIRECTORIES:STRING= - -//Extra link libraries of plutosvg -plutosvg_LINK_LIBRARIES:STRING= - -//Extra link flags of plutosvg -plutosvg_LINK_OPTIONS:STRING= - -//Extra compile flags of plutovg -plutovg_COMPILE_OPTIONS:STRING= - -//Path to a file. -plutovg_INCLUDE_PATH:PATH=plutovg_INCLUDE_PATH-NOTFOUND - -//Path to a library. -plutovg_LIBRARY:FILEPATH=plutovg_LIBRARY-NOTFOUND - -//Extra link flags of plutovg -plutovg_LINK_DIRECTORIES:STRING= - -//Extra link libraries of plutovg -plutovg_LINK_LIBRARIES:STRING= - -//Extra link flags of plutovg -plutovg_LINK_OPTIONS:STRING= - -//Value Computed by CMake -vorbis_BINARY_DIR:STATIC=/home/guest/Downloads/PopLib/build/external/vorbis - -//Value Computed by CMake -vorbis_IS_TOP_LEVEL:STATIC=OFF - -//Dependencies for the target -vorbis_LIB_DEPENDS:STATIC=general;Ogg::ogg; - -//Value Computed by CMake -vorbis_SOURCE_DIR:STATIC=/home/guest/Downloads/PopLib/external/vorbis - -//Dependencies for the target -vorbisenc_LIB_DEPENDS:STATIC=general;vorbis; - -//Dependencies for the target -vorbisfile_LIB_DEPENDS:STATIC=general;vorbis; - - -######################## -# INTERNAL cache entries -######################## - -//ADVANCED property for variable: ALSA_INCLUDE_DIR -ALSA_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: ALSA_LIBRARY -ALSA_LIBRARY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: APXS -APXS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: AUDIOIO_INCLUDE_DIR -AUDIOIO_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: AVCODEC_DEFINITIONS -AVCODEC_DEFINITIONS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: AVCODEC_INCLUDE_DIRS -AVCODEC_INCLUDE_DIRS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: AVCODEC_LIBRARIES -AVCODEC_LIBRARIES-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: AVCODEC_VERSION -AVCODEC_VERSION-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: AVDEVICE_DEFINITIONS -AVDEVICE_DEFINITIONS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: AVDEVICE_INCLUDE_DIRS -AVDEVICE_INCLUDE_DIRS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: AVDEVICE_LIBRARIES -AVDEVICE_LIBRARIES-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: AVDEVICE_VERSION -AVDEVICE_VERSION-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: AVFORMAT_DEFINITIONS -AVFORMAT_DEFINITIONS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: AVFORMAT_INCLUDE_DIRS -AVFORMAT_INCLUDE_DIRS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: AVFORMAT_LIBRARIES -AVFORMAT_LIBRARIES-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: AVFORMAT_VERSION -AVFORMAT_VERSION-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: AVUTIL_DEFINITIONS -AVUTIL_DEFINITIONS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: AVUTIL_INCLUDE_DIRS -AVUTIL_INCLUDE_DIRS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: AVUTIL_LIBRARIES -AVUTIL_LIBRARIES-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: AVUTIL_VERSION -AVUTIL_VERSION-ADVANCED:INTERNAL=1 -BROTLI_CFLAGS:INTERNAL=-I/usr/include -BROTLI_CFLAGS_I:INTERNAL= -BROTLI_CFLAGS_OTHER:INTERNAL= -BROTLI_FOUND:INTERNAL=1 -BROTLI_INCLUDEDIR:INTERNAL= -BROTLI_INCLUDE_DIRS:INTERNAL=/usr/include -BROTLI_LDFLAGS:INTERNAL=-L/usr/lib;-lbrotlidec;-lbrotlicommon -BROTLI_LDFLAGS_OTHER:INTERNAL= -BROTLI_LIBDIR:INTERNAL= -BROTLI_LIBRARIES:INTERNAL=brotlidec;brotlicommon -BROTLI_LIBRARY_DIRS:INTERNAL=/usr/lib -BROTLI_LIBS:INTERNAL= -BROTLI_LIBS_L:INTERNAL= -BROTLI_LIBS_OTHER:INTERNAL= -BROTLI_LIBS_PATHS:INTERNAL= -BROTLI_MODULE_NAME:INTERNAL= -BROTLI_PREFIX:INTERNAL= -BROTLI_STATIC_CFLAGS:INTERNAL=-I/usr/include -BROTLI_STATIC_CFLAGS_I:INTERNAL= -BROTLI_STATIC_CFLAGS_OTHER:INTERNAL= -BROTLI_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include -BROTLI_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lbrotlidec;-lbrotlicommon -BROTLI_STATIC_LDFLAGS_OTHER:INTERNAL= -BROTLI_STATIC_LIBDIR:INTERNAL= -BROTLI_STATIC_LIBRARIES:INTERNAL=brotlidec;brotlicommon -BROTLI_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib -BROTLI_STATIC_LIBS:INTERNAL= -BROTLI_STATIC_LIBS_L:INTERNAL= -BROTLI_STATIC_LIBS_OTHER:INTERNAL= -BROTLI_STATIC_LIBS_PATHS:INTERNAL= -BROTLI_VERSION:INTERNAL= -BROTLI_libbrotlicommon_INCLUDEDIR:INTERNAL=/usr/include -BROTLI_libbrotlicommon_LIBDIR:INTERNAL=/usr/lib -BROTLI_libbrotlicommon_MODULE_NAME:INTERNAL=libbrotlicommon -BROTLI_libbrotlicommon_PREFIX:INTERNAL=/usr -BROTLI_libbrotlicommon_VERSION:INTERNAL=1.1.0 -BROTLI_libbrotlidec_INCLUDEDIR:INTERNAL=/usr/include -BROTLI_libbrotlidec_LIBDIR:INTERNAL=/usr/lib -BROTLI_libbrotlidec_MODULE_NAME:INTERNAL=libbrotlidec -BROTLI_libbrotlidec_PREFIX:INTERNAL=/usr -BROTLI_libbrotlidec_VERSION:INTERNAL=1.1.0 -//ADVANCED property for variable: CADDY -CADDY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_ADDR2LINE -CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_AR -CMAKE_AR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_ASM_COMPILER -CMAKE_ASM_COMPILER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_ASM_COMPILER_AR -CMAKE_ASM_COMPILER_AR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_ASM_COMPILER_RANLIB -CMAKE_ASM_COMPILER_RANLIB-ADVANCED:INTERNAL=1 -CMAKE_ASM_COMPILER_WORKS:INTERNAL=1 -//ADVANCED property for variable: CMAKE_ASM_FLAGS -CMAKE_ASM_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_ASM_FLAGS_DEBUG -CMAKE_ASM_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_ASM_FLAGS_MINSIZEREL -CMAKE_ASM_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELEASE -CMAKE_ASM_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_ASM_FLAGS_RELWITHDEBINFO -CMAKE_ASM_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//This is the directory where this CMakeCache.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=/home/guest/Downloads/PopLib/build -//Major version of cmake used to create the current loaded cache -CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4 -//Minor version of cmake used to create the current loaded cache -CMAKE_CACHE_MINOR_VERSION:INTERNAL=0 -//Patch version of cmake used to create the current loaded cache -CMAKE_CACHE_PATCH_VERSION:INTERNAL=2 -//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE -CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1 -//Path to CMake executable. -CMAKE_COMMAND:INTERNAL=/usr/bin/cmake -//Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack -//ADVANCED property for variable: CMAKE_CTEST_COMMAND -CMAKE_CTEST_COMMAND-ADVANCED:INTERNAL=1 -//Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest -//ADVANCED property for variable: CMAKE_CXX_COMPILER -CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR -CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB -CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS -CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG -CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL -CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE -CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO -CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_COMPILER -CMAKE_C_COMPILER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_COMPILER_AR -CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB -CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS -CMAKE_C_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG -CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL -CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE -CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO -CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_DLLTOOL -CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 -//Path to cache edit program executable. -CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake -//Executable file format -CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS -CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG -CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL -CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE -CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS -CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 -//Name of external makefile project generator. -CMAKE_EXTRA_GENERATOR:INTERNAL= -//Name of generator. -CMAKE_GENERATOR:INTERNAL=Unix Makefiles -//Generator instance identifier. -CMAKE_GENERATOR_INSTANCE:INTERNAL= -//Name of generator platform. -CMAKE_GENERATOR_PLATFORM:INTERNAL= -//Name of generator toolset. -CMAKE_GENERATOR_TOOLSET:INTERNAL= -//Have function connect -CMAKE_HAVE_CONNECT:INTERNAL=1 -//Have function gethostbyname -CMAKE_HAVE_GETHOSTBYNAME:INTERNAL=1 -//Test CMAKE_HAVE_LIBC_PTHREAD -CMAKE_HAVE_LIBC_PTHREAD:INTERNAL=1 -//Have function remove -CMAKE_HAVE_REMOVE:INTERNAL=1 -//Have function shmat -CMAKE_HAVE_SHMAT:INTERNAL=1 -//Source directory with the top level CMakeLists.txt file for this -// project -CMAKE_HOME_DIRECTORY:INTERNAL=/home/guest/Downloads/PopLib -//ADVANCED property for variable: CMAKE_INSTALL_BINDIR -CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_INSTALL_DATADIR -CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR -CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR -CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR -CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_INSTALL_INFODIR -CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR -CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR -CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR -CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR -CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_INSTALL_MANDIR -CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR -CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR -CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR -CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR -CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 -//Install .so files without execute permission. -CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 -//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR -CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 -//Have library ICE -CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER:INTERNAL=1 -//ADVANCED property for variable: CMAKE_LINKER -CMAKE_LINKER-ADVANCED:INTERNAL=1 -//Name of CMakeLists files to read -CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt -//ADVANCED property for variable: CMAKE_MAKE_PROGRAM -CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS -CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG -CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL -CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE -CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_NM -CMAKE_NM-ADVANCED:INTERNAL=1 -//number of local generators -CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=38 -//ADVANCED property for variable: CMAKE_OBJCOPY -CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_OBJDUMP -CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 -//Platform information initialized -CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_RANLIB -CMAKE_RANLIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_READELF -CMAKE_READELF-ADVANCED:INTERNAL=1 -//Path to CMake installation. -CMAKE_ROOT:INTERNAL=/usr/share/cmake -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS -CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG -CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL -CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE -CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH -CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_SKIP_RPATH -CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS -CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG -CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL -CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE -CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO -CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_STRIP -CMAKE_STRIP-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CMAKE_TAPI -CMAKE_TAPI-ADVANCED:INTERNAL=1 -//uname command -CMAKE_UNAME:INTERNAL=/usr/bin/uname -//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE -CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 -//Test COMPILER_HAS_SEM_TIMEDWAIT -COMPILER_HAS_SEM_TIMEDWAIT:INTERNAL=1 -//Test COMPILER_SUPPORTS_AVX -COMPILER_SUPPORTS_AVX:INTERNAL=1 -//Test COMPILER_SUPPORTS_AVX2 -COMPILER_SUPPORTS_AVX2:INTERNAL=1 -//Test COMPILER_SUPPORTS_AVX512F -COMPILER_SUPPORTS_AVX512F:INTERNAL=1 -//Test COMPILER_SUPPORTS_FDIAGNOSTICS_COLOR_ALWAYS -COMPILER_SUPPORTS_FDIAGNOSTICS_COLOR_ALWAYS:INTERNAL=1 -//Test COMPILER_SUPPORTS_GCC_ATOMICS -COMPILER_SUPPORTS_GCC_ATOMICS:INTERNAL=1 -//Test COMPILER_SUPPORTS_MMX -COMPILER_SUPPORTS_MMX:INTERNAL=1 -//Test COMPILER_SUPPORTS_SSE -COMPILER_SUPPORTS_SSE:INTERNAL=1 -//Test COMPILER_SUPPORTS_SSE2 -COMPILER_SUPPORTS_SSE2:INTERNAL=1 -//Test COMPILER_SUPPORTS_SSE3 -COMPILER_SUPPORTS_SSE3:INTERNAL=1 -//Test COMPILER_SUPPORTS_SSE4_1 -COMPILER_SUPPORTS_SSE4_1:INTERNAL=1 -//Test COMPILER_SUPPORTS_SSE4_2 -COMPILER_SUPPORTS_SSE4_2:INTERNAL=1 -//ADVANCED property for variable: COVERAGE_COMMAND -COVERAGE_COMMAND-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: COVERAGE_EXTRA_FLAGS -COVERAGE_EXTRA_FLAGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_DEB -CPACK_BINARY_DEB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_FREEBSD -CPACK_BINARY_FREEBSD-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_IFW -CPACK_BINARY_IFW-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_NSIS -CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_RPM -CPACK_BINARY_RPM-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_STGZ -CPACK_BINARY_STGZ-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_TBZ2 -CPACK_BINARY_TBZ2-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_TGZ -CPACK_BINARY_TGZ-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_TXZ -CPACK_BINARY_TXZ-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_BINARY_TZ -CPACK_BINARY_TZ-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_SOURCE_RPM -CPACK_SOURCE_RPM-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_SOURCE_TBZ2 -CPACK_SOURCE_TBZ2-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_SOURCE_TGZ -CPACK_SOURCE_TGZ-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_SOURCE_TXZ -CPACK_SOURCE_TXZ-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_SOURCE_TZ -CPACK_SOURCE_TZ-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CPACK_SOURCE_ZIP -CPACK_SOURCE_ZIP-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CTEST_SUBMIT_RETRY_COUNT -CTEST_SUBMIT_RETRY_COUNT-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CTEST_SUBMIT_RETRY_DELAY -CTEST_SUBMIT_RETRY_DELAY-ADVANCED:INTERNAL=1 -//STRINGS property for variable: CURL_BROTLI -CURL_BROTLI-STRINGS:INTERNAL=AUTO;ON;OFF -//ADVANCED property for variable: CURL_DISABLE_ALTSVC -CURL_DISABLE_ALTSVC-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_AWS -CURL_DISABLE_AWS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_BASIC_AUTH -CURL_DISABLE_BASIC_AUTH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_BEARER_AUTH -CURL_DISABLE_BEARER_AUTH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_BINDLOCAL -CURL_DISABLE_BINDLOCAL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_COOKIES -CURL_DISABLE_COOKIES-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_DICT -CURL_DISABLE_DICT-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_DIGEST_AUTH -CURL_DISABLE_DIGEST_AUTH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_DOH -CURL_DISABLE_DOH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_FILE -CURL_DISABLE_FILE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_FORM_API -CURL_DISABLE_FORM_API-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_FTP -CURL_DISABLE_FTP-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_GETOPTIONS -CURL_DISABLE_GETOPTIONS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_GOPHER -CURL_DISABLE_GOPHER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_HEADERS_API -CURL_DISABLE_HEADERS_API-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_HSTS -CURL_DISABLE_HSTS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_HTTP -CURL_DISABLE_HTTP-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_HTTP_AUTH -CURL_DISABLE_HTTP_AUTH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_IMAP -CURL_DISABLE_IMAP-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_IPFS -CURL_DISABLE_IPFS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_KERBEROS_AUTH -CURL_DISABLE_KERBEROS_AUTH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_LDAP -CURL_DISABLE_LDAP-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_LDAPS -CURL_DISABLE_LDAPS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_LIBCURL_OPTION -CURL_DISABLE_LIBCURL_OPTION-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_MIME -CURL_DISABLE_MIME-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_MQTT -CURL_DISABLE_MQTT-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_NEGOTIATE_AUTH -CURL_DISABLE_NEGOTIATE_AUTH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_NETRC -CURL_DISABLE_NETRC-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_NTLM -CURL_DISABLE_NTLM-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_PARSEDATE -CURL_DISABLE_PARSEDATE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_POP3 -CURL_DISABLE_POP3-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_PROGRESS_METER -CURL_DISABLE_PROGRESS_METER-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_PROXY -CURL_DISABLE_PROXY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_RTSP -CURL_DISABLE_RTSP-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_SHA512_256 -CURL_DISABLE_SHA512_256-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_SHUFFLE_DNS -CURL_DISABLE_SHUFFLE_DNS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_SMB -CURL_DISABLE_SMB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_SMTP -CURL_DISABLE_SMTP-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_SOCKETPAIR -CURL_DISABLE_SOCKETPAIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_SRP -CURL_DISABLE_SRP-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_TELNET -CURL_DISABLE_TELNET-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_TFTP -CURL_DISABLE_TFTP-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_VERBOSE_STRINGS -CURL_DISABLE_VERBOSE_STRINGS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_DISABLE_WEBSOCKETS -CURL_DISABLE_WEBSOCKETS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_ENABLE_EXPORT_TARGET -CURL_ENABLE_EXPORT_TARGET-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_HIDDEN_SYMBOLS -CURL_HIDDEN_SYMBOLS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_USE_GSASL -CURL_USE_GSASL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_USE_GSSAPI -CURL_USE_GSSAPI-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_USE_LIBPSL -CURL_USE_LIBPSL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_USE_LIBSSH -CURL_USE_LIBSSH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_USE_LIBSSH2 -CURL_USE_LIBSSH2-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: CURL_USE_WOLFSSH -CURL_USE_WOLFSSH-ADVANCED:INTERNAL=1 -//STRINGS property for variable: CURL_ZLIB -CURL_ZLIB-STRINGS:INTERNAL=AUTO;ON;OFF -//STRINGS property for variable: CURL_ZSTD -CURL_ZSTD-STRINGS:INTERNAL=AUTO;ON;OFF -//ADVANCED property for variable: DART_TESTING_TIMEOUT -DART_TESTING_TIMEOUT-ADVANCED:INTERNAL=1 -DBUS_CFLAGS:INTERNAL=-I/usr/include/dbus-1.0;-I/usr/lib/dbus-1.0/include;-I/usr/include -DBUS_CFLAGS_I:INTERNAL= -DBUS_CFLAGS_OTHER:INTERNAL= -DBUS_FOUND:INTERNAL=1 -DBUS_INCLUDEDIR:INTERNAL=/usr/include -DBUS_INCLUDE_DIRS:INTERNAL=/usr/include/dbus-1.0;/usr/lib/dbus-1.0/include;/usr/include -DBUS_LDFLAGS:INTERNAL=-L/usr/lib;-ldbus-1 -DBUS_LDFLAGS_OTHER:INTERNAL= -DBUS_LIBDIR:INTERNAL=/usr/lib -DBUS_LIBRARIES:INTERNAL=dbus-1 -DBUS_LIBRARY_DIRS:INTERNAL=/usr/lib -DBUS_LIBS:INTERNAL= -DBUS_LIBS_L:INTERNAL= -DBUS_LIBS_OTHER:INTERNAL= -DBUS_LIBS_PATHS:INTERNAL= -DBUS_MODULE_NAME:INTERNAL=dbus-1 -DBUS_PREFIX:INTERNAL=/usr -DBUS_STATIC_CFLAGS:INTERNAL=-I/usr/include/dbus-1.0;-I/usr/lib/dbus-1.0/include;-I/usr/include -DBUS_STATIC_CFLAGS_I:INTERNAL= -DBUS_STATIC_CFLAGS_OTHER:INTERNAL= -DBUS_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/dbus-1.0;/usr/lib/dbus-1.0/include;/usr/include -DBUS_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-ldbus-1;-pthread;-lsystemd -DBUS_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread -DBUS_STATIC_LIBDIR:INTERNAL= -DBUS_STATIC_LIBRARIES:INTERNAL=dbus-1;systemd -DBUS_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib -DBUS_STATIC_LIBS:INTERNAL= -DBUS_STATIC_LIBS_L:INTERNAL= -DBUS_STATIC_LIBS_OTHER:INTERNAL= -DBUS_STATIC_LIBS_PATHS:INTERNAL= -DBUS_VERSION:INTERNAL=1.16.2 -DBUS_dbus-1_INCLUDEDIR:INTERNAL= -DBUS_dbus-1_LIBDIR:INTERNAL= -DBUS_dbus-1_PREFIX:INTERNAL= -DBUS_dbus-1_VERSION:INTERNAL= -//ADVANCED property for variable: DBus1_INCLUDE_DIR -DBus1_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: DBus1_LIBRARY -DBus1_LIBRARY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: DOXYGEN_DOT_EXECUTABLE -DOXYGEN_DOT_EXECUTABLE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: DOXYGEN_EXECUTABLE -DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: ENABLE_IPV6 -ENABLE_IPV6-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: FFMPEG_DEFINITIONS -FFMPEG_DEFINITIONS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: FFMPEG_INCLUDE_DIRS -FFMPEG_INCLUDE_DIRS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: FFMPEG_LIBRARIES -FFMPEG_LIBRARIES-ADVANCED:INTERNAL=1 -//Details about finding ALSA -FIND_PACKAGE_MESSAGE_DETAILS_ALSA:INTERNAL=[/usr/lib/libasound.so][/usr/include][v1.2.14()] -//Details about finding FFmpeg -FIND_PACKAGE_MESSAGE_DETAILS_FFmpeg:INTERNAL=[/usr/lib/libavformat.so;/usr/lib/libavcodec.so;/usr/lib/libavutil.so;/usr/lib/libswscale.so;/usr/lib/libswresample.so;/usr/lib/libz.so][/usr/include][/usr/lib/libavformat.so][/usr/include][/usr/lib/libavcodec.so][/usr/include][/usr/lib/libavutil.so][/usr/include][/usr/lib/libswscale.so][/usr/include][/usr/lib/libswresample.so][/usr/include][v()] -//Details about finding Freetype -FIND_PACKAGE_MESSAGE_DETAILS_Freetype:INTERNAL=[/usr/lib/libfreetype.so][/usr/include/freetype2][v2.13.3()] -//Details about finding Git -FIND_PACKAGE_MESSAGE_DETAILS_Git:INTERNAL=[/usr/bin/git][v2.49.0()] -//Details about finding JACK -FIND_PACKAGE_MESSAGE_DETAILS_JACK:INTERNAL=[/usr/lib/libjack.so][/usr/include][v()] -//Details about finding LibUSB -FIND_PACKAGE_MESSAGE_DETAILS_LibUSB:INTERNAL=[/usr/lib/libusb-1.0.so][/usr/include/libusb-1.0][v1.0.28()] -//Details about finding MySOFA -FIND_PACKAGE_MESSAGE_DETAILS_MySOFA:INTERNAL=[/usr/lib/libmysofa.so][/usr/include][TRUE][v()] -//Details about finding OSS -FIND_PACKAGE_MESSAGE_DETAILS_OSS:INTERNAL=[/usr/include][v()] -//Details about finding OpenGL -FIND_PACKAGE_MESSAGE_DETAILS_OpenGL:INTERNAL=[/usr/lib/libOpenGL.so][/usr/lib/libGLX.so][/usr/include][ ][v()] -//Details about finding Perl -FIND_PACKAGE_MESSAGE_DETAILS_Perl:INTERNAL=[/usr/bin/perl][v5.40.2()] -//Details about finding PkgConfig -FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v2.4.3()] -//Details about finding PortAudio -FIND_PACKAGE_MESSAGE_DETAILS_PortAudio:INTERNAL=[/usr/lib/libportaudio.so][/usr/include][v()] -//Details about finding PulseAudio -FIND_PACKAGE_MESSAGE_DETAILS_PulseAudio:INTERNAL=[/usr/lib/libpulse.so][/usr/include][v17.0.0()] -//Details about finding SndFile -FIND_PACKAGE_MESSAGE_DETAILS_SndFile:INTERNAL=[/usr/lib/libsndfile.so][/usr/include][v()] -//Details about finding Threads -FIND_PACKAGE_MESSAGE_DETAILS_Threads:INTERNAL=[TRUE][v()] -//Details about finding X11 -FIND_PACKAGE_MESSAGE_DETAILS_X11:INTERNAL=[/usr/include][/usr/lib/libX11.so][ ][v()] -//Details about finding ZLIB -FIND_PACKAGE_MESSAGE_DETAILS_ZLIB:INTERNAL=[/usr/lib/libz.so][/usr/include][ ][v1.3.1()] -//Details about finding harfbuzz -FIND_PACKAGE_MESSAGE_DETAILS_harfbuzz:INTERNAL=[/usr/lib/libharfbuzz.so][/usr/include/harfbuzz][v11.2.1(2.3.1)] -//Have library c -FOUND_CLOCK_GETTIME_LIBC:INTERNAL=1 -//ADVANCED property for variable: FREETYPE_INCLUDE_DIR_freetype2 -FREETYPE_INCLUDE_DIR_freetype2-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: FREETYPE_INCLUDE_DIR_ft2build -FREETYPE_INCLUDE_DIR_ft2build-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: FREETYPE_LIBRARY_DEBUG -FREETYPE_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: FREETYPE_LIBRARY_RELEASE -FREETYPE_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: Fontconfig_INCLUDE_DIR -Fontconfig_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: Fontconfig_LIBRARY -Fontconfig_LIBRARY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: GITCOMMAND -GITCOMMAND-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: GIT_EXECUTABLE -GIT_EXECUTABLE-ADVANCED:INTERNAL=1 -//Have function accept4 -HAVE_ACCEPT4:INTERNAL=1 -//Have symbol alarm -HAVE_ALARM:INTERNAL=1 -//Have include alloca.h -HAVE_ALLOCA_H:INTERNAL=1 -//Have symbol arc4random -HAVE_ARC4RANDOM:INTERNAL=1 -//Have include arm_neon.h -HAVE_ARM_NEON_H:INTERNAL= -//Have include sys/select.h;sys/socket.h;sys/time.h;sys/types.h;arpa/inet.h -HAVE_ARPA_INET_H:INTERNAL=1 -//Curl test -HAVE_ATOMIC:INTERNAL=1 -//Have symbol basename -HAVE_BASENAME:INTERNAL=1 -//Curl test -HAVE_BOOL_T:INTERNAL=1 -//Test HAVE_CLANG_COMMENT_BLOCK_COMMANDS -HAVE_CLANG_COMMENT_BLOCK_COMMANDS:INTERNAL= -//Curl test -HAVE_CLOCK_GETTIME_MONOTONIC:INTERNAL=1 -//Test HAVE_CLOCK_GETTIME_MONOTONIC_RAW -HAVE_CLOCK_GETTIME_MONOTONIC_RAW:INTERNAL=1 -//Have symbol closesocket -HAVE_CLOSESOCKET:INTERNAL= -//Have include cpuid.h -HAVE_CPUID_H:INTERNAL=1 -//Have include dirent.h -HAVE_DIRENT_H:INTERNAL=1 -//Have include dlfcn.h -HAVE_DLFCN_H:INTERNAL=1 -//Have symbol dlopen -HAVE_DLOPEN_IN_LIBC:INTERNAL=1 -//Have symbol elf_aux_info -HAVE_ELF_AUX_INFO:INTERNAL= -//Have include emmintrin.h -HAVE_EMMINTRIN_H:INTERNAL=1 -//Test HAVE_ENABLE_NEW_DTAGS -HAVE_ENABLE_NEW_DTAGS:INTERNAL=1 -//Have function eventfd -HAVE_EVENTFD:INTERNAL=1 -//Have symbol fcntl -HAVE_FCNTL:INTERNAL=1 -//Have include fcntl.h -HAVE_FCNTL_H:INTERNAL=1 -//Curl test -HAVE_FCNTL_O_NONBLOCK:INTERNAL=1 -//Have symbol fdatasync -HAVE_FDATASYNC:INTERNAL=1 -//Curl test -HAVE_FILE_OFFSET_BITS:INTERNAL=1 -//Have function fnmatch -HAVE_FNMATCH:INTERNAL=1 -//Test HAVE_FNO_MATH_ERRNO -HAVE_FNO_MATH_ERRNO:INTERNAL=1 -//Have symbol freeaddrinfo -HAVE_FREEADDRINFO:INTERNAL=1 -//Have symbol fseeko -HAVE_FSEEKO:INTERNAL=1 -//Have symbol fsetxattr -HAVE_FSETXATTR:INTERNAL=1 -//Curl test -HAVE_FSETXATTR_5:INTERNAL=1 -//Curl test -HAVE_FSETXATTR_6:INTERNAL= -//Test HAVE_FTRIVIAL_AUTO_VAR_INIT -HAVE_FTRIVIAL_AUTO_VAR_INIT:INTERNAL=1 -//Have symbol ftruncate -HAVE_FTRUNCATE:INTERNAL=1 -//Test HAVE_GCC_COMMENT_BLOCK_COMMANDS -HAVE_GCC_COMMENT_BLOCK_COMMANDS:INTERNAL= -//Test HAVE_GCC_FVISIBILITY -HAVE_GCC_FVISIBILITY:INTERNAL=1 -//Test HAVE_GCC_GET_CPUID -HAVE_GCC_GET_CPUID:INTERNAL=1 -//Test HAVE_GCC_NO_STRICT_ALIASING -HAVE_GCC_NO_STRICT_ALIASING:INTERNAL=1 -//Test HAVE_GCC_WALL -HAVE_GCC_WALL:INTERNAL=1 -//Test HAVE_GCC_WDOCUMENTATION -HAVE_GCC_WDOCUMENTATION:INTERNAL= -//Test HAVE_GCC_WDOCUMENTATION_UNKNOWN_COMMAND -HAVE_GCC_WDOCUMENTATION_UNKNOWN_COMMAND:INTERNAL= -//Test HAVE_GCC_WFLOAT_CONVERSION -HAVE_GCC_WFLOAT_CONVERSION:INTERNAL=1 -//Test HAVE_GCC_WIMPLICIT_FALLTHROUGH -HAVE_GCC_WIMPLICIT_FALLTHROUGH:INTERNAL=1 -//Test HAVE_GCC_WSHADOW -HAVE_GCC_WSHADOW:INTERNAL=1 -//Test HAVE_GCC_WUNDEF -HAVE_GCC_WUNDEF:INTERNAL=1 -//Test HAVE_GCC_WUNUSED_LOCAL_TYPEDEFS -HAVE_GCC_WUNUSED_LOCAL_TYPEDEFS:INTERNAL=1 -//Have symbol getaddrinfo -HAVE_GETADDRINFO:INTERNAL=1 -//Have symbol getauxval -HAVE_GETAUXVAL:INTERNAL=1 -//Have function geteuid -HAVE_GETEUID:INTERNAL=1 -//Have symbol gethostbyname_r -HAVE_GETHOSTBYNAME_R:INTERNAL=1 -//Curl test -HAVE_GETHOSTBYNAME_R_3:INTERNAL= -//Curl test -HAVE_GETHOSTBYNAME_R_3_REENTRANT:INTERNAL= -//Curl test -HAVE_GETHOSTBYNAME_R_5:INTERNAL= -//Curl test -HAVE_GETHOSTBYNAME_R_5_REENTRANT:INTERNAL= -//Curl test -HAVE_GETHOSTBYNAME_R_6:INTERNAL=1 -//Curl test -HAVE_GETHOSTBYNAME_R_6_REENTRANT:INTERNAL=1 -//Have symbol gethostname -HAVE_GETHOSTNAME:INTERNAL=1 -//Have symbol getifaddrs -HAVE_GETIFADDRS:INTERNAL=1 -//Have symbol getpagesize -HAVE_GETPAGESIZE:INTERNAL=1 -//Have function getpass_r -HAVE_GETPASS_R:INTERNAL= -//Have symbol getpeername -HAVE_GETPEERNAME:INTERNAL=1 -//Have function getppid -HAVE_GETPPID:INTERNAL=1 -//Have function getpwuid -HAVE_GETPWUID:INTERNAL=1 -//Have function getpwuid_r -HAVE_GETPWUID_R:INTERNAL=1 -//Have function getrlimit -HAVE_GETRLIMIT:INTERNAL=1 -//Have symbol getsockname -HAVE_GETSOCKNAME:INTERNAL=1 -//Have function gettimeofday -HAVE_GETTIMEOFDAY:INTERNAL=1 -//Curl test -HAVE_GLIBC_STRERROR_R:INTERNAL=1 -//Have symbol gmtime_r -HAVE_GMTIME_R:INTERNAL=1 -//Have include guiddef.h -HAVE_GUIDDEF_H:INTERNAL= -//Test HAVE_H_ERRNO -HAVE_H_ERRNO:INTERNAL=1 -//Have include sys/select.h;sys/socket.h;sys/time.h;sys/types.h;arpa/inet.h;ifaddrs.h -HAVE_IFADDRS_H:INTERNAL=1 -//Have function if_nametoindex -HAVE_IF_NAMETOINDEX:INTERNAL=1 -//Have symbol inet_ntop -HAVE_INET_NTOP:INTERNAL=1 -//Have symbol inet_pton -HAVE_INET_PTON:INTERNAL=1 -//Have symbol inotify_init -HAVE_INOTIFY_INIT:INTERNAL=1 -//Have symbol inotify_init1 -HAVE_INOTIFY_INIT1:INTERNAL=1 -//Test HAVE_INPUT_KD -HAVE_INPUT_KD:INTERNAL=1 -//Result of TRY_COMPILE -HAVE_INT16_SIZE:INTERNAL=TRUE -//Result of TRY_COMPILE -HAVE_INT32_SIZE:INTERNAL=TRUE -//Result of TRY_COMPILE -HAVE_INT64_SIZE:INTERNAL=TRUE -//Have include intrin.h -HAVE_INTRIN_H:INTERNAL= -//Result of TRY_COMPILE -HAVE_INT_SIZE:INTERNAL=TRUE -//Curl test -HAVE_IOCTLSOCKET:INTERNAL= -//Curl test -HAVE_IOCTLSOCKET_CAMEL:INTERNAL= -//Curl test -HAVE_IOCTLSOCKET_CAMEL_FIONBIO:INTERNAL= -//Curl test -HAVE_IOCTLSOCKET_FIONBIO:INTERNAL= -//Curl test -HAVE_IOCTL_FIONBIO:INTERNAL=1 -//Curl test -HAVE_IOCTL_SIOCGIFADDR:INTERNAL=1 -//Have include io.h -HAVE_IO_H:INTERNAL= -//Test HAVE_LIBATOMIC -HAVE_LIBATOMIC:INTERNAL=1 -//Have library dl -HAVE_LIBDL:INTERNAL=1 -//Have include sys/select.h;sys/socket.h;sys/time.h;sys/types.h;arpa/inet.h;ifaddrs.h;libgen.h -HAVE_LIBGEN_H:INTERNAL=1 -//Have library m -HAVE_LIBM:INTERNAL=1 -//Have library rt -HAVE_LIBRT:INTERNAL=1 -//Have library socket -HAVE_LIBSOCKET:INTERNAL= -//Have include libudev.h -HAVE_LIBUDEV_HEADER:INTERNAL=1 -//Test HAVE_LIBUSB_H -HAVE_LIBUSB_H:INTERNAL=1 -//Test HAVE_LINUX_INPUT_H -HAVE_LINUX_INPUT_H:INTERNAL=1 -//Have include linux/tcp.h -HAVE_LINUX_TCP_H:INTERNAL=1 -//Test HAVE_LINUX_VIDEODEV2_H -HAVE_LINUX_VIDEODEV2_H:INTERNAL=1 -//Have include locale.h -HAVE_LOCALE_H:INTERNAL=1 -//Have symbol localtime_r -HAVE_LOCALTIME_R:INTERNAL=1 -//Result of TRY_COMPILE -HAVE_LONG_LONG_SIZE:INTERNAL=TRUE -//Result of TRY_COMPILE -HAVE_LONG_SIZE:INTERNAL=TRUE -//Have symbol memfd_create -HAVE_MEMFD_CREATE:INTERNAL=1 -//Have symbol memrchr -HAVE_MEMRCHR:INTERNAL=1 -//Test HAVE_MSG_NOSIGNAL -HAVE_MSG_NOSIGNAL:INTERNAL=1 -//Test HAVE_MSSE2_SWITCH -HAVE_MSSE2_SWITCH:INTERNAL=1 -//Have symbol nanosleep -HAVE_NANOSLEEP:INTERNAL=1 -//Have include sys/select.h;sys/socket.h;sys/time.h;sys/types.h;arpa/inet.h;ifaddrs.h;libgen.h;net/if.h;netdb.h -HAVE_NETDB_H:INTERNAL=1 -//Have include netinet/in6.h -HAVE_NETINET_IN6_H:INTERNAL= -//Have include sys/select.h;sys/socket.h;sys/time.h;sys/types.h;arpa/inet.h;ifaddrs.h;libgen.h;net/if.h;netdb.h;netinet/in.h -HAVE_NETINET_IN_H:INTERNAL=1 -//Have include sys/select.h;sys/socket.h;sys/time.h;sys/types.h;arpa/inet.h;ifaddrs.h;libgen.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h -HAVE_NETINET_TCP_H:INTERNAL=1 -//Have include sys/select.h;sys/socket.h;sys/time.h;sys/types.h;arpa/inet.h;ifaddrs.h;libgen.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;netinet/udp.h -HAVE_NETINET_UDP_H:INTERNAL=1 -//Have include sys/select.h;sys/socket.h;sys/time.h;sys/types.h;arpa/inet.h;ifaddrs.h;libgen.h;net/if.h -HAVE_NET_IF_H:INTERNAL=1 -//Have symbol nl_langinfo -HAVE_NL_LANGINFO:INTERNAL=1 -//Have symbol opendir -HAVE_OPENDIR:INTERNAL=1 -//Test HAVE_OPENGL -HAVE_OPENGL:INTERNAL=1 -//Test HAVE_OPENGLES_V1 -HAVE_OPENGLES_V1:INTERNAL= -//Test HAVE_OPENGLES_V2 -HAVE_OPENGLES_V2:INTERNAL=1 -//Test HAVE_OPENGL_EGL -HAVE_OPENGL_EGL:INTERNAL=1 -//Test HAVE_OPENGL_GLX -HAVE_OPENGL_GLX:INTERNAL=1 -//Test HAVE_O_CLOEXEC -HAVE_O_CLOEXEC:INTERNAL=1 -//Have function pipe -HAVE_PIPE:INTERNAL=1 -//Have function pipe2 -HAVE_PIPE2:INTERNAL=1 -//Have include pmmintrin.h -HAVE_PMMINTRIN_H:INTERNAL=1 -//Have symbol poll -HAVE_POLL:INTERNAL=1 -//Have include poll.h -HAVE_POLL_H:INTERNAL=1 -//Have symbol posix_fallocate -HAVE_POSIX_FALLOCATE:INTERNAL=1 -//Test HAVE_POSIX_SPAWN -HAVE_POSIX_SPAWN:INTERNAL=1 -//Have symbol posix_spawn_file_actions_addchdir -HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR:INTERNAL= -//Have symbol posix_spawn_file_actions_addchdir_np -HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP:INTERNAL=1 -//Curl test -HAVE_POSIX_STRERROR_R:INTERNAL= -//Have symbol proc_pidpath -HAVE_PROC_PIDPATH:INTERNAL= -//Test HAVE_PTHREAD -HAVE_PTHREAD:INTERNAL=1 -//Test HAVE_PTHREADS -HAVE_PTHREADS:INTERNAL=1 -//Test HAVE_PTHREADS_SEM -HAVE_PTHREADS_SEM:INTERNAL=1 -//Have include pthread.h -HAVE_PTHREAD_H:INTERNAL=1 -//Have include pthread_np.h -HAVE_PTHREAD_NP_H:INTERNAL= -//Test HAVE_PTHREAD_SETNAME_NP -HAVE_PTHREAD_SETNAME_NP:INTERNAL=1 -//Have symbol pthread_setschedparam -HAVE_PTHREAD_SETSCHEDPARAM:INTERNAL=1 -//Have include pwd.h -HAVE_PWD_H:INTERNAL=1 -//Have function realpath -HAVE_REALPATH:INTERNAL=1 -//Test HAVE_RECURSIVE_MUTEXES -HAVE_RECURSIVE_MUTEXES:INTERNAL=1 -//Have symbol recv -HAVE_RECV:INTERNAL=1 -//Test HAVE_SA_SIGACTION -HAVE_SA_SIGACTION:INTERNAL=1 -//Have function sched_yield -HAVE_SCHED_YIELD:INTERNAL=1 -//Have symbol select -HAVE_SELECT:INTERNAL=1 -//Have symbol send -HAVE_SEND:INTERNAL=1 -//Have function sendmmsg -HAVE_SENDMMSG:INTERNAL=1 -//Have function sendmsg -HAVE_SENDMSG:INTERNAL=1 -//Have symbol setjmp -HAVE_SETJMP:INTERNAL=1 -//Have function setlocale -HAVE_SETLOCALE:INTERNAL=1 -//Have function setmode -HAVE_SETMODE:INTERNAL= -//Have function setrlimit -HAVE_SETRLIMIT:INTERNAL=1 -//Curl test -HAVE_SETSOCKOPT_SO_NONBLOCK:INTERNAL= -//Have symbol shmat -HAVE_SHMAT_IN_LIBC:INTERNAL=1 -//Result of TRY_COMPILE -HAVE_SHORT_SIZE:INTERNAL=TRUE -//Have symbol sigaction -HAVE_SIGACTION:INTERNAL=1 -//Have symbol siginterrupt -HAVE_SIGINTERRUPT:INTERNAL=1 -//Have symbol signal -HAVE_SIGNAL:INTERNAL=1 -//Have symbol sigsetjmp -HAVE_SIGSETJMP:INTERNAL=1 -//Result of TRY_COMPILE -HAVE_SIZEOF_CURL_OFF_T:INTERNAL=TRUE -//Result of TRY_COMPILE -HAVE_SIZEOF_CURL_SOCKET_T:INTERNAL=TRUE -//Result of TRY_COMPILE -HAVE_SIZEOF_INT:INTERNAL=TRUE -//Result of TRY_COMPILE -HAVE_SIZEOF_LONG:INTERNAL=TRUE -//Result of TRY_COMPILE -HAVE_SIZEOF_LONG_LONG:INTERNAL=TRUE -//Result of TRY_COMPILE -HAVE_SIZEOF_OFF_T:INTERNAL=TRUE -//Result of TRY_COMPILE -HAVE_SIZEOF_SA_FAMILY_T:INTERNAL=TRUE -//Result of TRY_COMPILE -HAVE_SIZEOF_SIZE_T:INTERNAL=TRUE -//Result of TRY_COMPILE -HAVE_SIZEOF_SSIZE_T:INTERNAL=TRUE -//Result of TRY_COMPILE -HAVE_SIZEOF_STRUCT_SOCKADDR_STORAGE:INTERNAL=TRUE -//Result of TRY_COMPILE -HAVE_SIZEOF_SUSECONDS_T:INTERNAL=TRUE -//Result of TRY_COMPILE -HAVE_SIZEOF_TIME_T:INTERNAL=TRUE -//Result of TRY_COMPILE -HAVE_SIZEOF___INT64:INTERNAL=FALSE -//Have include smmintrin.h -HAVE_SMMINTRIN_H:INTERNAL=1 -//Have function snprintf -HAVE_SNPRINTF:INTERNAL=1 -//Test HAVE_SOCKADDR_IN6_SIN6_ADDR -HAVE_SOCKADDR_IN6_SIN6_ADDR:INTERNAL=1 -//Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID -HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID:INTERNAL=1 -//Have symbol socket -HAVE_SOCKET:INTERNAL=1 -//Have symbol socketpair -HAVE_SOCKETPAIR:INTERNAL=1 -//Test HAVE_SSE_INTRINSICS -HAVE_SSE_INTRINSICS:INTERNAL=1 -//Test HAVE_STDATOMIC -HAVE_STDATOMIC:INTERNAL=1 -//Have include stdatomic.h -HAVE_STDATOMIC_H:INTERNAL=1 -//Have include stdbool.h -HAVE_STDBOOL_H:INTERNAL=1 -//Test HAVE_STDC_FORMAT_MACROS -HAVE_STDC_FORMAT_MACROS:INTERNAL=1 -//Have include stddef.h -HAVE_STDDEF_H:INTERNAL=1 -//Have include stdint.h -HAVE_STDINT_H:INTERNAL=1 -//Have symbol strcasecmp -HAVE_STRCASECMP:INTERNAL=1 -//Have symbol strcmpi -HAVE_STRCMPI:INTERNAL= -//Have symbol strdup -HAVE_STRDUP:INTERNAL=1 -//Have symbol strerror_r -HAVE_STRERROR_R:INTERNAL=1 -//Have symbol stricmp -HAVE_STRICMP:INTERNAL= -//Have include strings.h -HAVE_STRINGS_H:INTERNAL=1 -//Have include stropts.h -HAVE_STROPTS_H:INTERNAL= -//Test HAVE_STRUCT_TIMEVAL -HAVE_STRUCT_TIMEVAL:INTERNAL=1 -//Test HAVE_ST_MTIM -HAVE_ST_MTIM:INTERNAL=1 -//Have symbol sysconf -HAVE_SYSCONF:INTERNAL=1 -//Have symbol sysctlbyname -HAVE_SYSCTLBYNAME:INTERNAL= -//Have include sys/eventfd.h -HAVE_SYS_EVENTFD_H:INTERNAL=1 -//Have include sys/filio.h -HAVE_SYS_FILIO_H:INTERNAL= -//Have include sys/inotify.h -HAVE_SYS_INOTIFY_H:INTERNAL=1 -//Have include sys/ioctl.h -HAVE_SYS_IOCTL_H:INTERNAL=1 -//Have include sys/param.h -HAVE_SYS_PARAM_H:INTERNAL=1 -//Have include sys/poll.h -HAVE_SYS_POLL_H:INTERNAL=1 -//Have include sys/resource.h -HAVE_SYS_RESOURCE_H:INTERNAL=1 -//Have include ;sys/select.h -HAVE_SYS_SELECT_H:INTERNAL=1 -//Have include sys/select.h;sys/socket.h -HAVE_SYS_SOCKET_H:INTERNAL=1 -//Have include sys/sockio.h -HAVE_SYS_SOCKIO_H:INTERNAL= -//Have include sys/stat.h -HAVE_SYS_STAT_H:INTERNAL=1 -//Have include sys/select.h;sys/socket.h;sys/time.h -HAVE_SYS_TIME_H:INTERNAL=1 -//Have include sys/types.h -HAVE_SYS_TYPES_H:INTERNAL=1 -//Have include sys/un.h -HAVE_SYS_UN_H:INTERNAL=1 -//Have includes sys/select.h;sys/socket.h;sys/time.h;sys/types.h;sys/utime.h -HAVE_SYS_UTIME_H:INTERNAL= -//Have include termios.h -HAVE_TERMIOS_H:INTERNAL=1 -//Have include termio.h -HAVE_TERMIO_H:INTERNAL=1 -//Test HAVE_TIME_T_UNSIGNED -HAVE_TIME_T_UNSIGNED:INTERNAL= -//Result of TRY_COMPILE -HAVE_TIME_T_UNSIGNED_COMPILED:INTERNAL=TRUE -//Result of try_run() -HAVE_TIME_T_UNSIGNED_EXITCODE:INTERNAL=1 -//Result of TRY_COMPILE -HAVE_UINT16_SIZE:INTERNAL=TRUE -//Result of TRY_COMPILE -HAVE_UINT32_SIZE:INTERNAL=TRUE -//Have include sys/select.h;sys/socket.h;sys/time.h;sys/types.h;arpa/inet.h;ifaddrs.h;libgen.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;netinet/udp.h;unistd.h -HAVE_UNISTD_H:INTERNAL=1 -//Have function utime -HAVE_UTIME:INTERNAL=1 -//Have function utimes -HAVE_UTIMES:INTERNAL=1 -//Have include utime.h -HAVE_UTIME_H:INTERNAL=1 -//Result of TRY_COMPILE -HAVE_U_INT16_SIZE:INTERNAL=TRUE -//Result of TRY_COMPILE -HAVE_U_INT32_SIZE:INTERNAL=TRUE -//Test HAVE_WNO_INTERFERENCE_SIZE -HAVE_WNO_INTERFERENCE_SIZE:INTERNAL=1 -//Test HAVE_WRITABLE_ARGV -HAVE_WRITABLE_ARGV:INTERNAL=1 -//Result of TRY_COMPILE -HAVE_WRITABLE_ARGV_COMPILED:INTERNAL=TRUE -//Result of try_run() -HAVE_WRITABLE_ARGV_EXITCODE:INTERNAL=0 -//Test HAVE_XFIXES_H -HAVE_XFIXES_H:INTERNAL=1 -//Test HAVE_XGENERICEVENT -HAVE_XGENERICEVENT:INTERNAL=1 -//Test HAVE_XINPUT2_MULTITOUCH -HAVE_XINPUT2_MULTITOUCH:INTERNAL=1 -//Have include xmmintrin.h -HAVE_XMMINTRIN_H:INTERNAL=1 -//ADVANCED property for variable: HTTPD -HTTPD-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: HTTPD_NGHTTPX -HTTPD_NGHTTPX-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: HTTP_ONLY -HTTP_ONLY-ADVANCED:INTERNAL=1 -IBUS_CFLAGS:INTERNAL= -IBUS_CFLAGS_I:INTERNAL= -IBUS_CFLAGS_OTHER:INTERNAL= -IBUS_FOUND:INTERNAL= -IBUS_INCLUDEDIR:INTERNAL= -IBUS_LIBDIR:INTERNAL= -IBUS_LIBS:INTERNAL= -IBUS_LIBS_L:INTERNAL= -IBUS_LIBS_OTHER:INTERNAL= -IBUS_LIBS_PATHS:INTERNAL= -IBUS_MODULE_NAME:INTERNAL= -IBUS_PREFIX:INTERNAL= -IBUS_STATIC_CFLAGS:INTERNAL= -IBUS_STATIC_CFLAGS_I:INTERNAL= -IBUS_STATIC_CFLAGS_OTHER:INTERNAL= -IBUS_STATIC_LIBDIR:INTERNAL= -IBUS_STATIC_LIBS:INTERNAL= -IBUS_STATIC_LIBS_L:INTERNAL= -IBUS_STATIC_LIBS_OTHER:INTERNAL= -IBUS_STATIC_LIBS_PATHS:INTERNAL= -IBUS_VERSION:INTERNAL= -IBUS_ibus-1.0_INCLUDEDIR:INTERNAL= -IBUS_ibus-1.0_LIBDIR:INTERNAL= -IBUS_ibus-1.0_PREFIX:INTERNAL= -IBUS_ibus-1.0_VERSION:INTERNAL= -IBUS_ibus_INCLUDEDIR:INTERNAL= -IBUS_ibus_LIBDIR:INTERNAL= -IBUS_ibus_PREFIX:INTERNAL= -IBUS_ibus_VERSION:INTERNAL= -//Test ICONV_IN_LIBC -ICONV_IN_LIBC:INTERNAL=1 -//Test ICONV_IN_LIBICONV -ICONV_IN_LIBICONV:INTERNAL= -//Have include inttypes.h -INCLUDE_INTTYPES_H:INTERNAL=1 -//Have include stdint.h -INCLUDE_STDINT_H:INTERNAL=1 -//Have include sys/types.h -INCLUDE_SYS_TYPES_H:INTERNAL=1 -//CHECK_TYPE_SIZE: sizeof(int16_t) -INT16_SIZE:INTERNAL=2 -//CHECK_TYPE_SIZE: sizeof(int32_t) -INT32_SIZE:INTERNAL=4 -//CHECK_TYPE_SIZE: sizeof(int64_t) -INT64_SIZE:INTERNAL=8 -//CHECK_TYPE_SIZE: sizeof(int) -INT_SIZE:INTERNAL=4 -//ADVANCED property for variable: JACK_INCLUDE_DIR -JACK_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: JACK_LIBRARY -JACK_LIBRARY-ADVANCED:INTERNAL=1 -//Have symbol abs -LIBC_HAS_ABS:INTERNAL=1 -//Have symbol acos -LIBC_HAS_ACOS:INTERNAL=1 -//Have symbol acosf -LIBC_HAS_ACOSF:INTERNAL=1 -//Have symbol asin -LIBC_HAS_ASIN:INTERNAL=1 -//Have symbol asinf -LIBC_HAS_ASINF:INTERNAL=1 -//Have symbol atan -LIBC_HAS_ATAN:INTERNAL=1 -//Have symbol atan2 -LIBC_HAS_ATAN2:INTERNAL=1 -//Have symbol atan2f -LIBC_HAS_ATAN2F:INTERNAL=1 -//Have symbol atanf -LIBC_HAS_ATANF:INTERNAL=1 -//Have symbol atof -LIBC_HAS_ATOF:INTERNAL=1 -//Have symbol atoi -LIBC_HAS_ATOI:INTERNAL=1 -//Have symbol bcopy -LIBC_HAS_BCOPY:INTERNAL=1 -//Have symbol ceil -LIBC_HAS_CEIL:INTERNAL=1 -//Have symbol ceilf -LIBC_HAS_CEILF:INTERNAL=1 -//Have symbol copysign -LIBC_HAS_COPYSIGN:INTERNAL=1 -//Have symbol copysignf -LIBC_HAS_COPYSIGNF:INTERNAL=1 -//Have symbol cos -LIBC_HAS_COS:INTERNAL=1 -//Have symbol cosf -LIBC_HAS_COSF:INTERNAL=1 -//Have symbol exp -LIBC_HAS_EXP:INTERNAL=1 -//Have symbol expf -LIBC_HAS_EXPF:INTERNAL=1 -//Have symbol fabs -LIBC_HAS_FABS:INTERNAL=1 -//Have symbol fabsf -LIBC_HAS_FABSF:INTERNAL=1 -//Have include float.h -LIBC_HAS_FLOAT_H:INTERNAL=1 -//Have symbol floor -LIBC_HAS_FLOOR:INTERNAL=1 -//Have symbol floorf -LIBC_HAS_FLOORF:INTERNAL=1 -//Have symbol fmod -LIBC_HAS_FMOD:INTERNAL=1 -//Have symbol fmodf -LIBC_HAS_FMODF:INTERNAL=1 -//Have symbol fopen64 -LIBC_HAS_FOPEN64:INTERNAL=1 -//Have symbol fseeko -LIBC_HAS_FSEEKO:INTERNAL=1 -//Have symbol fseeko64 -LIBC_HAS_FSEEKO64:INTERNAL=1 -//Have symbol getenv -LIBC_HAS_GETENV:INTERNAL=1 -//Have include iconv.h -LIBC_HAS_ICONV_H:INTERNAL=1 -//Have symbol index -LIBC_HAS_INDEX:INTERNAL=1 -//Have include inttypes.h -LIBC_HAS_INTTYPES_H:INTERNAL=1 -//Test LIBC_HAS_ISINF -LIBC_HAS_ISINF:INTERNAL=1 -//Test LIBC_HAS_ISINFF -LIBC_HAS_ISINFF:INTERNAL=1 -//Test LIBC_HAS_ISNAN -LIBC_HAS_ISNAN:INTERNAL=1 -//Test LIBC_HAS_ISNANF -LIBC_HAS_ISNANF:INTERNAL=1 -//Have symbol itoa -LIBC_HAS_ITOA:INTERNAL= -//Have include limits.h -LIBC_HAS_LIMITS_H:INTERNAL=1 -//Have symbol log -LIBC_HAS_LOG:INTERNAL=1 -//Have symbol log10 -LIBC_HAS_LOG10:INTERNAL=1 -//Have symbol log10f -LIBC_HAS_LOG10F:INTERNAL=1 -//Have symbol logf -LIBC_HAS_LOGF:INTERNAL=1 -//Have symbol lround -LIBC_HAS_LROUND:INTERNAL=1 -//Have symbol lroundf -LIBC_HAS_LROUNDF:INTERNAL=1 -//Have symbol malloc -LIBC_HAS_MALLOC:INTERNAL=1 -//Have include malloc.h -LIBC_HAS_MALLOC_H:INTERNAL=1 -//Have include math.h -LIBC_HAS_MATH_H:INTERNAL=1 -//Have symbol memcmp -LIBC_HAS_MEMCMP:INTERNAL=1 -//Have symbol memcpy -LIBC_HAS_MEMCPY:INTERNAL=1 -//Have symbol memmove -LIBC_HAS_MEMMOVE:INTERNAL=1 -//Have include memory.h -LIBC_HAS_MEMORY_H:INTERNAL=1 -//Have symbol memset -LIBC_HAS_MEMSET:INTERNAL=1 -//Have symbol modf -LIBC_HAS_MODF:INTERNAL=1 -//Have symbol modff -LIBC_HAS_MODFF:INTERNAL=1 -//Have symbol pow -LIBC_HAS_POW:INTERNAL=1 -//Have symbol powf -LIBC_HAS_POWF:INTERNAL=1 -//Have symbol putenv -LIBC_HAS_PUTENV:INTERNAL=1 -//Have symbol rindex -LIBC_HAS_RINDEX:INTERNAL=1 -//Have symbol round -LIBC_HAS_ROUND:INTERNAL=1 -//Have symbol roundf -LIBC_HAS_ROUNDF:INTERNAL=1 -//Have symbol scalbn -LIBC_HAS_SCALBN:INTERNAL=1 -//Have symbol scalbnf -LIBC_HAS_SCALBNF:INTERNAL=1 -//Have symbol setenv -LIBC_HAS_SETENV:INTERNAL=1 -//Have include signal.h -LIBC_HAS_SIGNAL_H:INTERNAL=1 -//Have symbol sin -LIBC_HAS_SIN:INTERNAL=1 -//Have symbol sinf -LIBC_HAS_SINF:INTERNAL=1 -//Have symbol sqr -LIBC_HAS_SQR:INTERNAL= -//Have symbol sqrt -LIBC_HAS_SQRT:INTERNAL=1 -//Have symbol sqrtf -LIBC_HAS_SQRTF:INTERNAL=1 -//Have symbol sscanf -LIBC_HAS_SSCANF:INTERNAL=1 -//Have include stdarg.h -LIBC_HAS_STDARG_H:INTERNAL=1 -//Have include stdbool.h -LIBC_HAS_STDBOOL_H:INTERNAL=1 -//Have include stddef.h -LIBC_HAS_STDDEF_H:INTERNAL=1 -//Have include stdint.h -LIBC_HAS_STDINT_H:INTERNAL=1 -//Have include stdio.h -LIBC_HAS_STDIO_H:INTERNAL=1 -//Have include stdlib.h -LIBC_HAS_STDLIB_H:INTERNAL=1 -//Have symbol strcasestr -LIBC_HAS_STRCASESTR:INTERNAL=1 -//Have symbol strchr -LIBC_HAS_STRCHR:INTERNAL=1 -//Have symbol strcmp -LIBC_HAS_STRCMP:INTERNAL=1 -//Have include strings.h -LIBC_HAS_STRINGS_H:INTERNAL=1 -//Have include string.h -LIBC_HAS_STRING_H:INTERNAL=1 -//Have symbol strlcat -LIBC_HAS_STRLCAT:INTERNAL=1 -//Have symbol strlcpy -LIBC_HAS_STRLCPY:INTERNAL=1 -//Have symbol strlen -LIBC_HAS_STRLEN:INTERNAL=1 -//Have symbol strncmp -LIBC_HAS_STRNCMP:INTERNAL=1 -//Have symbol strnlen -LIBC_HAS_STRNLEN:INTERNAL=1 -//Have symbol strnstr -LIBC_HAS_STRNSTR:INTERNAL= -//Have symbol strpbrk -LIBC_HAS_STRPBRK:INTERNAL=1 -//Have symbol strrchr -LIBC_HAS_STRRCHR:INTERNAL=1 -//Have symbol strstr -LIBC_HAS_STRSTR:INTERNAL=1 -//Have symbol strtod -LIBC_HAS_STRTOD:INTERNAL=1 -//Have symbol strtok_r -LIBC_HAS_STRTOK_R:INTERNAL=1 -//Have symbol strtol -LIBC_HAS_STRTOL:INTERNAL=1 -//Have symbol strtoll -LIBC_HAS_STRTOLL:INTERNAL=1 -//Have symbol strtoul -LIBC_HAS_STRTOUL:INTERNAL=1 -//Have symbol strtoull -LIBC_HAS_STRTOULL:INTERNAL=1 -//Have include sys/types.h -LIBC_HAS_SYS_TYPES_H:INTERNAL=1 -//Have symbol tan -LIBC_HAS_TAN:INTERNAL=1 -//Have symbol tanf -LIBC_HAS_TANF:INTERNAL=1 -//Have include time.h -LIBC_HAS_TIME_H:INTERNAL=1 -//Have symbol trunc -LIBC_HAS_TRUNC:INTERNAL=1 -//Have symbol truncf -LIBC_HAS_TRUNCF:INTERNAL=1 -//Have symbol unsetenv -LIBC_HAS_UNSETENV:INTERNAL=1 -//Have symbol vsnprintf -LIBC_HAS_VSNPRINTF:INTERNAL=1 -//Have symbol vsscanf -LIBC_HAS_VSSCANF:INTERNAL=1 -//Have include wchar.h -LIBC_HAS_WCHAR_H:INTERNAL=1 -//Have symbol wcscmp -LIBC_HAS_WCSCMP:INTERNAL=1 -//Have symbol wcsdup -LIBC_HAS_WCSDUP:INTERNAL=1 -//Have symbol wcslcat -LIBC_HAS_WCSLCAT:INTERNAL=1 -//Have symbol wcslcpy -LIBC_HAS_WCSLCPY:INTERNAL=1 -//Have symbol wcslen -LIBC_HAS_WCSLEN:INTERNAL=1 -//Have symbol wcsncmp -LIBC_HAS_WCSNCMP:INTERNAL=1 -//Have symbol wcsnlen -LIBC_HAS_WCSNLEN:INTERNAL=1 -//Have symbol wcsstr -LIBC_HAS_WCSSTR:INTERNAL=1 -//Have symbol wcstol -LIBC_HAS_WCSTOL:INTERNAL=1 -//Test LIBC_HAS_WORKING_LIBUNWIND -LIBC_HAS_WORKING_LIBUNWIND:INTERNAL= -//Have symbol _Exit -LIBC_HAS__EXIT:INTERNAL=1 -//Have symbol _i64toa -LIBC_HAS__I64TOA:INTERNAL= -//Have symbol _ltoa -LIBC_HAS__LTOA:INTERNAL= -//Test LIBC_ISINF_HANDLES_FLOAT -LIBC_ISINF_HANDLES_FLOAT:INTERNAL=1 -//Test LIBC_ISNAN_HANDLES_FLOAT -LIBC_ISNAN_HANDLES_FLOAT:INTERNAL=1 -//Have symbol __GLIBC__ -LIBC_IS_GLIBC:INTERNAL=1 -LIBIDN2_CFLAGS:INTERNAL=-I/usr/include -LIBIDN2_CFLAGS_I:INTERNAL= -LIBIDN2_CFLAGS_OTHER:INTERNAL= -LIBIDN2_FOUND:INTERNAL=1 -LIBIDN2_INCLUDEDIR:INTERNAL=/usr/include -LIBIDN2_INCLUDE_DIRS:INTERNAL=/usr/include -LIBIDN2_LDFLAGS:INTERNAL=-L/usr/lib;-lidn2 -LIBIDN2_LDFLAGS_OTHER:INTERNAL= -LIBIDN2_LIBDIR:INTERNAL=/usr/lib -LIBIDN2_LIBRARIES:INTERNAL=idn2 -LIBIDN2_LIBRARY_DIRS:INTERNAL=/usr/lib -LIBIDN2_LIBS:INTERNAL= -LIBIDN2_LIBS_L:INTERNAL= -LIBIDN2_LIBS_OTHER:INTERNAL= -LIBIDN2_LIBS_PATHS:INTERNAL= -LIBIDN2_MODULE_NAME:INTERNAL=libidn2 -LIBIDN2_PREFIX:INTERNAL=/usr -LIBIDN2_STATIC_CFLAGS:INTERNAL=-I/usr/include -LIBIDN2_STATIC_CFLAGS_I:INTERNAL= -LIBIDN2_STATIC_CFLAGS_OTHER:INTERNAL= -LIBIDN2_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include -LIBIDN2_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lidn2;-L/usr/lib;-lunistring -LIBIDN2_STATIC_LDFLAGS_OTHER:INTERNAL= -LIBIDN2_STATIC_LIBDIR:INTERNAL= -LIBIDN2_STATIC_LIBRARIES:INTERNAL=idn2;unistring -LIBIDN2_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib -LIBIDN2_STATIC_LIBS:INTERNAL= -LIBIDN2_STATIC_LIBS_L:INTERNAL= -LIBIDN2_STATIC_LIBS_OTHER:INTERNAL= -LIBIDN2_STATIC_LIBS_PATHS:INTERNAL= -LIBIDN2_VERSION:INTERNAL=2.3.7 -LIBIDN2_libidn2_INCLUDEDIR:INTERNAL= -LIBIDN2_libidn2_LIBDIR:INTERNAL= -LIBIDN2_libidn2_PREFIX:INTERNAL= -LIBIDN2_libidn2_VERSION:INTERNAL= -LIBSSH2_CFLAGS:INTERNAL=-I/usr/include -LIBSSH2_CFLAGS_I:INTERNAL= -LIBSSH2_CFLAGS_OTHER:INTERNAL= -LIBSSH2_FOUND:INTERNAL=1 -LIBSSH2_INCLUDEDIR:INTERNAL=/usr/include -LIBSSH2_INCLUDE_DIRS:INTERNAL=/usr/include -LIBSSH2_LDFLAGS:INTERNAL=-L/usr/lib;-lssh2 -LIBSSH2_LDFLAGS_OTHER:INTERNAL= -LIBSSH2_LIBDIR:INTERNAL=/usr/lib -LIBSSH2_LIBRARIES:INTERNAL=ssh2 -LIBSSH2_LIBRARY_DIRS:INTERNAL=/usr/lib -LIBSSH2_LIBS:INTERNAL= -LIBSSH2_LIBS_L:INTERNAL= -LIBSSH2_LIBS_OTHER:INTERNAL= -LIBSSH2_LIBS_PATHS:INTERNAL= -LIBSSH2_MODULE_NAME:INTERNAL=libssh2 -LIBSSH2_PREFIX:INTERNAL=/usr -LIBSSH2_STATIC_CFLAGS:INTERNAL=-I/usr/include -LIBSSH2_STATIC_CFLAGS_I:INTERNAL= -LIBSSH2_STATIC_CFLAGS_OTHER:INTERNAL= -LIBSSH2_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include -LIBSSH2_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lssh2;-L/usr/lib;-lssl;-L/usr/lib;-L/usr/lib;-lcrypto;-ldl;-pthread;-lz -LIBSSH2_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread -LIBSSH2_STATIC_LIBDIR:INTERNAL= -LIBSSH2_STATIC_LIBRARIES:INTERNAL=ssh2;ssl;crypto;dl;z -LIBSSH2_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib;/usr/lib;/usr/lib -LIBSSH2_STATIC_LIBS:INTERNAL= -LIBSSH2_STATIC_LIBS_L:INTERNAL= -LIBSSH2_STATIC_LIBS_OTHER:INTERNAL= -LIBSSH2_STATIC_LIBS_PATHS:INTERNAL= -LIBSSH2_VERSION:INTERNAL=1.11.1 -LIBSSH2_libssh2_INCLUDEDIR:INTERNAL= -LIBSSH2_libssh2_LIBDIR:INTERNAL= -LIBSSH2_libssh2_PREFIX:INTERNAL= -LIBSSH2_libssh2_VERSION:INTERNAL= -//Test LIBUNWIND_HAS_WORKINGLIBUNWIND -LIBUNWIND_HAS_WORKINGLIBUNWIND:INTERNAL= -LIBURING_CFLAGS:INTERNAL=-I/usr/include -LIBURING_CFLAGS_I:INTERNAL= -LIBURING_CFLAGS_OTHER:INTERNAL= -LIBURING_FOUND:INTERNAL=1 -LIBURING_INCLUDEDIR:INTERNAL=/usr/include -LIBURING_INCLUDE_DIRS:INTERNAL=/usr/include -LIBURING_LDFLAGS:INTERNAL=-L/usr/lib;-luring-ffi -LIBURING_LDFLAGS_OTHER:INTERNAL= -LIBURING_LIBDIR:INTERNAL=/usr/lib -LIBURING_LIBRARIES:INTERNAL=uring-ffi -LIBURING_LIBRARY_DIRS:INTERNAL=/usr/lib -LIBURING_LIBS:INTERNAL= -LIBURING_LIBS_L:INTERNAL= -LIBURING_LIBS_OTHER:INTERNAL= -LIBURING_LIBS_PATHS:INTERNAL= -LIBURING_MODULE_NAME:INTERNAL=liburing-ffi -LIBURING_PREFIX:INTERNAL=/usr -LIBURING_STATIC_CFLAGS:INTERNAL=-I/usr/include -LIBURING_STATIC_CFLAGS_I:INTERNAL= -LIBURING_STATIC_CFLAGS_OTHER:INTERNAL= -LIBURING_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include -LIBURING_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-luring-ffi -LIBURING_STATIC_LDFLAGS_OTHER:INTERNAL= -LIBURING_STATIC_LIBDIR:INTERNAL= -LIBURING_STATIC_LIBRARIES:INTERNAL=uring-ffi -LIBURING_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib -LIBURING_STATIC_LIBS:INTERNAL= -LIBURING_STATIC_LIBS_L:INTERNAL= -LIBURING_STATIC_LIBS_OTHER:INTERNAL= -LIBURING_STATIC_LIBS_PATHS:INTERNAL= -LIBURING_VERSION:INTERNAL=2.9 -LIBURING_liburing-ffi_INCLUDEDIR:INTERNAL= -LIBURING_liburing-ffi_LIBDIR:INTERNAL= -LIBURING_liburing-ffi_PREFIX:INTERNAL= -LIBURING_liburing-ffi_VERSION:INTERNAL= -//Test LINKER_SUPPORTS_VERSION_SCRIPT -LINKER_SUPPORTS_VERSION_SCRIPT:INTERNAL=1 -//Test LINKER_SUPPORTS_WL_NO_UNDEFINED -LINKER_SUPPORTS_WL_NO_UNDEFINED:INTERNAL=1 -//CHECK_TYPE_SIZE: sizeof(long long) -LONG_LONG_SIZE:INTERNAL=8 -//CHECK_TYPE_SIZE: sizeof(long) -LONG_SIZE:INTERNAL=8 -//ADVANCED property for variable: MAKECOMMAND -MAKECOMMAND-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MEMORYCHECK_COMMAND -MEMORYCHECK_COMMAND-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MEMORYCHECK_SUPPRESSIONS_FILE -MEMORYCHECK_SUPPRESSIONS_FILE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MYSOFA_INCLUDE_DIR -MYSOFA_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: MYSOFA_LIBRARY -MYSOFA_LIBRARY-ADVANCED:INTERNAL=1 -NGHTTP2_CFLAGS:INTERNAL=-I/usr/include -NGHTTP2_CFLAGS_I:INTERNAL= -NGHTTP2_CFLAGS_OTHER:INTERNAL= -NGHTTP2_FOUND:INTERNAL=1 -NGHTTP2_INCLUDEDIR:INTERNAL=/usr/include -NGHTTP2_INCLUDE_DIRS:INTERNAL=/usr/include -NGHTTP2_LDFLAGS:INTERNAL=-L/usr/lib;-lnghttp2 -NGHTTP2_LDFLAGS_OTHER:INTERNAL= -NGHTTP2_LIBDIR:INTERNAL=/usr/lib -NGHTTP2_LIBRARIES:INTERNAL=nghttp2 -NGHTTP2_LIBRARY_DIRS:INTERNAL=/usr/lib -NGHTTP2_LIBS:INTERNAL= -NGHTTP2_LIBS_L:INTERNAL= -NGHTTP2_LIBS_OTHER:INTERNAL= -NGHTTP2_LIBS_PATHS:INTERNAL= -NGHTTP2_MODULE_NAME:INTERNAL=libnghttp2 -NGHTTP2_PREFIX:INTERNAL=/usr -NGHTTP2_STATIC_CFLAGS:INTERNAL=-I/usr/include -NGHTTP2_STATIC_CFLAGS_I:INTERNAL= -NGHTTP2_STATIC_CFLAGS_OTHER:INTERNAL= -NGHTTP2_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include -NGHTTP2_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lnghttp2 -NGHTTP2_STATIC_LDFLAGS_OTHER:INTERNAL= -NGHTTP2_STATIC_LIBDIR:INTERNAL= -NGHTTP2_STATIC_LIBRARIES:INTERNAL=nghttp2 -NGHTTP2_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib -NGHTTP2_STATIC_LIBS:INTERNAL= -NGHTTP2_STATIC_LIBS_L:INTERNAL= -NGHTTP2_STATIC_LIBS_OTHER:INTERNAL= -NGHTTP2_STATIC_LIBS_PATHS:INTERNAL= -NGHTTP2_VERSION:INTERNAL=1.65.0 -NGHTTP2_libnghttp2_INCLUDEDIR:INTERNAL= -NGHTTP2_libnghttp2_LIBDIR:INTERNAL= -NGHTTP2_libnghttp2_PREFIX:INTERNAL= -NGHTTP2_libnghttp2_VERSION:INTERNAL= -//ADVANCED property for variable: OPENGL_EGL_INCLUDE_DIR -OPENGL_EGL_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OPENGL_GLES2_INCLUDE_DIR -OPENGL_GLES2_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OPENGL_GLES3_INCLUDE_DIR -OPENGL_GLES3_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OPENGL_GLU_INCLUDE_DIR -OPENGL_GLU_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OPENGL_GLX_INCLUDE_DIR -OPENGL_GLX_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OPENGL_INCLUDE_DIR -OPENGL_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OPENGL_egl_LIBRARY -OPENGL_egl_LIBRARY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OPENGL_gles2_LIBRARY -OPENGL_gles2_LIBRARY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OPENGL_gles3_LIBRARY -OPENGL_gles3_LIBRARY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OPENGL_glu_LIBRARY -OPENGL_glu_LIBRARY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OPENGL_glx_LIBRARY -OPENGL_glx_LIBRARY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OPENGL_opengl_LIBRARY -OPENGL_opengl_LIBRARY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OPENGL_xmesa_INCLUDE_DIR -OPENGL_xmesa_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OPENSL_ANDROID_INCLUDE_DIR -OPENSL_ANDROID_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OPENSL_INCLUDE_DIR -OPENSL_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OPENSL_LIBRARY -OPENSL_LIBRARY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OSS_INCLUDE_DIR -OSS_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: OSS_LIBRARY -OSS_LIBRARY-ADVANCED:INTERNAL=1 -PC_AVCODEC_CFLAGS:INTERNAL=-I/usr/include -PC_AVCODEC_CFLAGS_I:INTERNAL= -PC_AVCODEC_CFLAGS_OTHER:INTERNAL= -PC_AVCODEC_FOUND:INTERNAL=1 -PC_AVCODEC_INCLUDEDIR:INTERNAL=/usr/include -PC_AVCODEC_INCLUDE_DIRS:INTERNAL=/usr/include -PC_AVCODEC_LDFLAGS:INTERNAL=-L/usr/lib;-lavcodec -PC_AVCODEC_LDFLAGS_OTHER:INTERNAL= -PC_AVCODEC_LIBDIR:INTERNAL=/usr/lib -PC_AVCODEC_LIBRARIES:INTERNAL=avcodec -PC_AVCODEC_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_AVCODEC_LIBS:INTERNAL= -PC_AVCODEC_LIBS_L:INTERNAL= -PC_AVCODEC_LIBS_OTHER:INTERNAL= -PC_AVCODEC_LIBS_PATHS:INTERNAL= -PC_AVCODEC_MODULE_NAME:INTERNAL=libavcodec -PC_AVCODEC_PREFIX:INTERNAL=/usr -PC_AVCODEC_STATIC_CFLAGS:INTERNAL=-I/usr/include -PC_AVCODEC_STATIC_CFLAGS_I:INTERNAL= -PC_AVCODEC_STATIC_CFLAGS_OTHER:INTERNAL= -PC_AVCODEC_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include -PC_AVCODEC_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lavcodec;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lwebpmux;-pthread;-lm;-latomic;-llzma;-ldav1d;-lopencore-amrwb;-lrsvg-2;-lgdk_pixbuf-2.0;-lgio-2.0;-lcairo;-lgobject-2.0;-lglib-2.0;-lsnappy;-lstdc++;-laom;-lgsm;-ljxl;-ljxl_threads;-lmp3lame;-lm;-lopencore-amrnb;-lopenjp2;-lopus;-lrav1e;-lspeex;-lSvtAv1Enc;-ltheoraenc;-ltheoradec;-logg;-lvorbis;-lvorbisenc;-lwebp;-lx264;-lx265;-lxvidcore;-lz;-lva;-L/usr/lib/pkgconfig/../;-lvpl;-ldl;-lswresample;-lm;-lsoxr;-latomic;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/pkgconfig/../;-lvpl;-ldl;-lOpenCL;-lva;-latomic;-lX11 -PC_AVCODEC_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread -PC_AVCODEC_STATIC_LIBDIR:INTERNAL= -PC_AVCODEC_STATIC_LIBRARIES:INTERNAL=avcodec;vpx;m;vpx;m;vpx;m;vpx;m;webpmux;m;atomic;lzma;dav1d;opencore-amrwb;rsvg-2;gdk_pixbuf-2.0;gio-2.0;cairo;gobject-2.0;glib-2.0;snappy;stdc++;aom;gsm;jxl;jxl_threads;mp3lame;m;opencore-amrnb;openjp2;opus;rav1e;speex;SvtAv1Enc;theoraenc;theoradec;ogg;vorbis;vorbisenc;webp;x264;x265;xvidcore;z;va;vpl;dl;swresample;m;soxr;atomic;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;OpenCL;va;atomic;X11 -PC_AVCODEC_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib/pkgconfig/../;/usr/lib/pkgconfig/../ -PC_AVCODEC_STATIC_LIBS:INTERNAL= -PC_AVCODEC_STATIC_LIBS_L:INTERNAL= -PC_AVCODEC_STATIC_LIBS_OTHER:INTERNAL= -PC_AVCODEC_STATIC_LIBS_PATHS:INTERNAL= -PC_AVCODEC_VERSION:INTERNAL=61.19.101 -PC_AVCODEC_libavcodec_INCLUDEDIR:INTERNAL= -PC_AVCODEC_libavcodec_LIBDIR:INTERNAL= -PC_AVCODEC_libavcodec_PREFIX:INTERNAL= -PC_AVCODEC_libavcodec_VERSION:INTERNAL= -PC_AVDEVICE_CFLAGS:INTERNAL=-I/usr/include -PC_AVDEVICE_CFLAGS_I:INTERNAL= -PC_AVDEVICE_CFLAGS_OTHER:INTERNAL= -PC_AVDEVICE_FOUND:INTERNAL=1 -PC_AVDEVICE_INCLUDEDIR:INTERNAL=/usr/include -PC_AVDEVICE_INCLUDE_DIRS:INTERNAL=/usr/include -PC_AVDEVICE_LDFLAGS:INTERNAL=-L/usr/lib;-lavdevice -PC_AVDEVICE_LDFLAGS_OTHER:INTERNAL= -PC_AVDEVICE_LIBDIR:INTERNAL=/usr/lib -PC_AVDEVICE_LIBRARIES:INTERNAL=avdevice -PC_AVDEVICE_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_AVDEVICE_LIBS:INTERNAL= -PC_AVDEVICE_LIBS_L:INTERNAL= -PC_AVDEVICE_LIBS_OTHER:INTERNAL= -PC_AVDEVICE_LIBS_PATHS:INTERNAL= -PC_AVDEVICE_MODULE_NAME:INTERNAL=libavdevice -PC_AVDEVICE_PREFIX:INTERNAL=/usr -PC_AVDEVICE_STATIC_CFLAGS:INTERNAL=-I/usr/include -PC_AVDEVICE_STATIC_CFLAGS_I:INTERNAL= -PC_AVDEVICE_STATIC_CFLAGS_OTHER:INTERNAL= -PC_AVDEVICE_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include -PC_AVDEVICE_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lavdevice;-lm;-latomic;-lraw1394;-lavc1394;-lrom1394;-liec61883;-ljack;-ldrm;-lxcb;-lxcb-shm;-lxcb-shape;-lxcb-xfixes;-lasound;-lGL;-lpulse;-pthread;-lSDL2;-lv4l2;-lXv;-lX11;-lXext;-lavfilter;-pthread;-lm;-latomic;-lbs2b;-lrubberband;-lfftw3;-lsamplerate;-lstdc++;-lharfbuzz;-lfribidi;-lplacebo;-lvmaf;-lass;-lva;-lvidstab;-lm;-fopenmp;-lzmq;-lzimg;-lglslang;-lMachineIndependent;-lGenericCodeGen;-lSPVRemapper;-lSPIRV;-lSPIRV-Tools-opt;-lSPIRV-Tools;-lpthread;-lstdc++;-lm;-lOpenCL;-lfontconfig;-lfreetype;-L/usr/lib/pkgconfig/../;-lvpl;-ldl;-lswscale;-lm;-latomic;-lpostproc;-lm;-latomic;-lavformat;-lm;-latomic;-ldvdnav;-lpthread;-ldvdread;-lxml2;-lbz2;-lmodplug;-lopenmpt;-lstdc++;-lbluray;-lgmp;-lz;-lgnutls;-lsrt;-lssh;-lzmq;-lavcodec;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lwebpmux;-pthread;-lm;-latomic;-llzma;-ldav1d;-lopencore-amrwb;-lrsvg-2;-lgdk_pixbuf-2.0;-lgio-2.0;-lcairo;-lgobject-2.0;-lglib-2.0;-lsnappy;-lstdc++;-laom;-lgsm;-ljxl;-ljxl_threads;-lmp3lame;-lm;-lopencore-amrnb;-lopenjp2;-lopus;-lrav1e;-lspeex;-lSvtAv1Enc;-ltheoraenc;-ltheoradec;-logg;-lvorbis;-lvorbisenc;-lwebp;-lx264;-lx265;-lxvidcore;-lz;-lva;-L/usr/lib/pkgconfig/../;-lvpl;-ldl;-lswresample;-lm;-lsoxr;-latomic;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/pkgconfig/../;-lvpl;-ldl;-lOpenCL;-lva;-latomic;-lX11 -PC_AVDEVICE_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread;-fopenmp;-pthread;-pthread -PC_AVDEVICE_STATIC_LIBDIR:INTERNAL= -PC_AVDEVICE_STATIC_LIBRARIES:INTERNAL=avdevice;m;atomic;raw1394;avc1394;rom1394;iec61883;jack;drm;xcb;xcb-shm;xcb-shape;xcb-xfixes;asound;GL;pulse;SDL2;v4l2;Xv;X11;Xext;avfilter;m;atomic;bs2b;rubberband;fftw3;samplerate;stdc++;harfbuzz;fribidi;placebo;vmaf;ass;va;vidstab;m;zmq;zimg;glslang;MachineIndependent;GenericCodeGen;SPVRemapper;SPIRV;SPIRV-Tools-opt;SPIRV-Tools;pthread;stdc++;m;OpenCL;fontconfig;freetype;vpl;dl;swscale;m;atomic;postproc;m;atomic;avformat;m;atomic;dvdnav;pthread;dvdread;xml2;bz2;modplug;openmpt;stdc++;bluray;gmp;z;gnutls;srt;ssh;zmq;avcodec;vpx;m;vpx;m;vpx;m;vpx;m;webpmux;m;atomic;lzma;dav1d;opencore-amrwb;rsvg-2;gdk_pixbuf-2.0;gio-2.0;cairo;gobject-2.0;glib-2.0;snappy;stdc++;aom;gsm;jxl;jxl_threads;mp3lame;m;opencore-amrnb;openjp2;opus;rav1e;speex;SvtAv1Enc;theoraenc;theoradec;ogg;vorbis;vorbisenc;webp;x264;x265;xvidcore;z;va;vpl;dl;swresample;m;soxr;atomic;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;OpenCL;va;atomic;X11 -PC_AVDEVICE_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib/pkgconfig/../;/usr/lib/pkgconfig/../;/usr/lib/pkgconfig/../ -PC_AVDEVICE_STATIC_LIBS:INTERNAL= -PC_AVDEVICE_STATIC_LIBS_L:INTERNAL= -PC_AVDEVICE_STATIC_LIBS_OTHER:INTERNAL= -PC_AVDEVICE_STATIC_LIBS_PATHS:INTERNAL= -PC_AVDEVICE_VERSION:INTERNAL=61.3.100 -PC_AVDEVICE_libavdevice_INCLUDEDIR:INTERNAL= -PC_AVDEVICE_libavdevice_LIBDIR:INTERNAL= -PC_AVDEVICE_libavdevice_PREFIX:INTERNAL= -PC_AVDEVICE_libavdevice_VERSION:INTERNAL= -PC_AVFORMAT_CFLAGS:INTERNAL=-I/usr/include -PC_AVFORMAT_CFLAGS_I:INTERNAL= -PC_AVFORMAT_CFLAGS_OTHER:INTERNAL= -PC_AVFORMAT_FOUND:INTERNAL=1 -PC_AVFORMAT_INCLUDEDIR:INTERNAL=/usr/include -PC_AVFORMAT_INCLUDE_DIRS:INTERNAL=/usr/include -PC_AVFORMAT_LDFLAGS:INTERNAL=-L/usr/lib;-lavformat -PC_AVFORMAT_LDFLAGS_OTHER:INTERNAL= -PC_AVFORMAT_LIBDIR:INTERNAL=/usr/lib -PC_AVFORMAT_LIBRARIES:INTERNAL=avformat -PC_AVFORMAT_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_AVFORMAT_LIBS:INTERNAL= -PC_AVFORMAT_LIBS_L:INTERNAL= -PC_AVFORMAT_LIBS_OTHER:INTERNAL= -PC_AVFORMAT_LIBS_PATHS:INTERNAL= -PC_AVFORMAT_MODULE_NAME:INTERNAL=libavformat -PC_AVFORMAT_PREFIX:INTERNAL=/usr -PC_AVFORMAT_STATIC_CFLAGS:INTERNAL=-I/usr/include -PC_AVFORMAT_STATIC_CFLAGS_I:INTERNAL= -PC_AVFORMAT_STATIC_CFLAGS_OTHER:INTERNAL= -PC_AVFORMAT_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include -PC_AVFORMAT_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lavformat;-lm;-latomic;-ldvdnav;-lpthread;-ldvdread;-lxml2;-lbz2;-lmodplug;-lopenmpt;-lstdc++;-lbluray;-lgmp;-lz;-lgnutls;-lsrt;-lssh;-lzmq;-lavcodec;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lvpx;-lm;-lwebpmux;-pthread;-lm;-latomic;-llzma;-ldav1d;-lopencore-amrwb;-lrsvg-2;-lgdk_pixbuf-2.0;-lgio-2.0;-lcairo;-lgobject-2.0;-lglib-2.0;-lsnappy;-lstdc++;-laom;-lgsm;-ljxl;-ljxl_threads;-lmp3lame;-lm;-lopencore-amrnb;-lopenjp2;-lopus;-lrav1e;-lspeex;-lSvtAv1Enc;-ltheoraenc;-ltheoradec;-logg;-lvorbis;-lvorbisenc;-lwebp;-lx264;-lx265;-lxvidcore;-lz;-lva;-L/usr/lib/pkgconfig/../;-lvpl;-ldl;-lswresample;-lm;-lsoxr;-latomic;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/pkgconfig/../;-lvpl;-ldl;-lOpenCL;-lva;-latomic;-lX11 -PC_AVFORMAT_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread -PC_AVFORMAT_STATIC_LIBDIR:INTERNAL= -PC_AVFORMAT_STATIC_LIBRARIES:INTERNAL=avformat;m;atomic;dvdnav;pthread;dvdread;xml2;bz2;modplug;openmpt;stdc++;bluray;gmp;z;gnutls;srt;ssh;zmq;avcodec;vpx;m;vpx;m;vpx;m;vpx;m;webpmux;m;atomic;lzma;dav1d;opencore-amrwb;rsvg-2;gdk_pixbuf-2.0;gio-2.0;cairo;gobject-2.0;glib-2.0;snappy;stdc++;aom;gsm;jxl;jxl_threads;mp3lame;m;opencore-amrnb;openjp2;opus;rav1e;speex;SvtAv1Enc;theoraenc;theoradec;ogg;vorbis;vorbisenc;webp;x264;x265;xvidcore;z;va;vpl;dl;swresample;m;soxr;atomic;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;OpenCL;va;atomic;X11 -PC_AVFORMAT_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib/pkgconfig/../;/usr/lib/pkgconfig/../ -PC_AVFORMAT_STATIC_LIBS:INTERNAL= -PC_AVFORMAT_STATIC_LIBS_L:INTERNAL= -PC_AVFORMAT_STATIC_LIBS_OTHER:INTERNAL= -PC_AVFORMAT_STATIC_LIBS_PATHS:INTERNAL= -PC_AVFORMAT_VERSION:INTERNAL=61.7.100 -PC_AVFORMAT_libavformat_INCLUDEDIR:INTERNAL= -PC_AVFORMAT_libavformat_LIBDIR:INTERNAL= -PC_AVFORMAT_libavformat_PREFIX:INTERNAL= -PC_AVFORMAT_libavformat_VERSION:INTERNAL= -PC_AVUTIL_CFLAGS:INTERNAL=-I/usr/include -PC_AVUTIL_CFLAGS_I:INTERNAL= -PC_AVUTIL_CFLAGS_OTHER:INTERNAL= -PC_AVUTIL_FOUND:INTERNAL=1 -PC_AVUTIL_INCLUDEDIR:INTERNAL=/usr/include -PC_AVUTIL_INCLUDE_DIRS:INTERNAL=/usr/include -PC_AVUTIL_LDFLAGS:INTERNAL=-L/usr/lib;-lavutil -PC_AVUTIL_LDFLAGS_OTHER:INTERNAL= -PC_AVUTIL_LIBDIR:INTERNAL=/usr/lib -PC_AVUTIL_LIBRARIES:INTERNAL=avutil -PC_AVUTIL_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_AVUTIL_LIBS:INTERNAL= -PC_AVUTIL_LIBS_L:INTERNAL= -PC_AVUTIL_LIBS_OTHER:INTERNAL= -PC_AVUTIL_LIBS_PATHS:INTERNAL= -PC_AVUTIL_MODULE_NAME:INTERNAL=libavutil -PC_AVUTIL_PREFIX:INTERNAL=/usr -PC_AVUTIL_STATIC_CFLAGS:INTERNAL=-I/usr/include -PC_AVUTIL_STATIC_CFLAGS_I:INTERNAL= -PC_AVUTIL_STATIC_CFLAGS_OTHER:INTERNAL= -PC_AVUTIL_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include -PC_AVUTIL_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/pkgconfig/../;-lvpl;-ldl;-lOpenCL;-lva;-latomic;-lX11 -PC_AVUTIL_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread -PC_AVUTIL_STATIC_LIBDIR:INTERNAL= -PC_AVUTIL_STATIC_LIBRARIES:INTERNAL=avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;OpenCL;va;atomic;X11 -PC_AVUTIL_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib/pkgconfig/../ -PC_AVUTIL_STATIC_LIBS:INTERNAL= -PC_AVUTIL_STATIC_LIBS_L:INTERNAL= -PC_AVUTIL_STATIC_LIBS_OTHER:INTERNAL= -PC_AVUTIL_STATIC_LIBS_PATHS:INTERNAL= -PC_AVUTIL_VERSION:INTERNAL=59.39.100 -PC_AVUTIL_libavutil_INCLUDEDIR:INTERNAL= -PC_AVUTIL_libavutil_LIBDIR:INTERNAL= -PC_AVUTIL_libavutil_PREFIX:INTERNAL= -PC_AVUTIL_libavutil_VERSION:INTERNAL= -PC_DBUS1_CFLAGS:INTERNAL=-I/usr/include/dbus-1.0;-I/usr/lib/dbus-1.0/include;-I/usr/include -PC_DBUS1_CFLAGS_I:INTERNAL= -PC_DBUS1_CFLAGS_OTHER:INTERNAL= -PC_DBUS1_FOUND:INTERNAL=1 -PC_DBUS1_INCLUDEDIR:INTERNAL=/usr/include -PC_DBUS1_INCLUDE_DIRS:INTERNAL=/usr/include/dbus-1.0;/usr/lib/dbus-1.0/include;/usr/include -PC_DBUS1_LDFLAGS:INTERNAL=-L/usr/lib;-ldbus-1 -PC_DBUS1_LDFLAGS_OTHER:INTERNAL= -PC_DBUS1_LIBDIR:INTERNAL=/usr/lib -PC_DBUS1_LIBRARIES:INTERNAL=dbus-1 -PC_DBUS1_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_DBUS1_LIBS:INTERNAL= -PC_DBUS1_LIBS_L:INTERNAL= -PC_DBUS1_LIBS_OTHER:INTERNAL= -PC_DBUS1_LIBS_PATHS:INTERNAL= -PC_DBUS1_MODULE_NAME:INTERNAL=dbus-1 -PC_DBUS1_PREFIX:INTERNAL=/usr -PC_DBUS1_STATIC_CFLAGS:INTERNAL=-I/usr/include/dbus-1.0;-I/usr/lib/dbus-1.0/include;-I/usr/include -PC_DBUS1_STATIC_CFLAGS_I:INTERNAL= -PC_DBUS1_STATIC_CFLAGS_OTHER:INTERNAL= -PC_DBUS1_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/dbus-1.0;/usr/lib/dbus-1.0/include;/usr/include -PC_DBUS1_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-ldbus-1;-pthread;-lsystemd -PC_DBUS1_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread -PC_DBUS1_STATIC_LIBDIR:INTERNAL= -PC_DBUS1_STATIC_LIBRARIES:INTERNAL=dbus-1;systemd -PC_DBUS1_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_DBUS1_STATIC_LIBS:INTERNAL= -PC_DBUS1_STATIC_LIBS_L:INTERNAL= -PC_DBUS1_STATIC_LIBS_OTHER:INTERNAL= -PC_DBUS1_STATIC_LIBS_PATHS:INTERNAL= -PC_DBUS1_VERSION:INTERNAL=1.16.2 -PC_DBUS1_dbus-1_INCLUDEDIR:INTERNAL= -PC_DBUS1_dbus-1_LIBDIR:INTERNAL= -PC_DBUS1_dbus-1_PREFIX:INTERNAL= -PC_DBUS1_dbus-1_VERSION:INTERNAL= -PC_GBM_CFLAGS:INTERNAL=-I/usr/include -PC_GBM_CFLAGS_I:INTERNAL= -PC_GBM_CFLAGS_OTHER:INTERNAL= -PC_GBM_FOUND:INTERNAL=1 -PC_GBM_INCLUDEDIR:INTERNAL=/usr/include -PC_GBM_INCLUDE_DIRS:INTERNAL=/usr/include -PC_GBM_LDFLAGS:INTERNAL=-L/usr/lib;-lgbm -PC_GBM_LDFLAGS_OTHER:INTERNAL= -PC_GBM_LIBDIR:INTERNAL=/usr/lib -PC_GBM_LIBRARIES:INTERNAL=gbm -PC_GBM_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_GBM_LIBS:INTERNAL= -PC_GBM_LIBS_L:INTERNAL= -PC_GBM_LIBS_OTHER:INTERNAL= -PC_GBM_LIBS_PATHS:INTERNAL= -PC_GBM_MODULE_NAME:INTERNAL=gbm -PC_GBM_PREFIX:INTERNAL=/usr -PC_GBM_STATIC_CFLAGS:INTERNAL=-I/usr/include -PC_GBM_STATIC_CFLAGS_I:INTERNAL= -PC_GBM_STATIC_CFLAGS_OTHER:INTERNAL= -PC_GBM_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include -PC_GBM_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lgbm -PC_GBM_STATIC_LDFLAGS_OTHER:INTERNAL= -PC_GBM_STATIC_LIBDIR:INTERNAL= -PC_GBM_STATIC_LIBRARIES:INTERNAL=gbm -PC_GBM_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_GBM_STATIC_LIBS:INTERNAL= -PC_GBM_STATIC_LIBS_L:INTERNAL= -PC_GBM_STATIC_LIBS_OTHER:INTERNAL= -PC_GBM_STATIC_LIBS_PATHS:INTERNAL= -PC_GBM_VERSION:INTERNAL=25.0.5-arch1.1 -PC_GBM_gbm_INCLUDEDIR:INTERNAL= -PC_GBM_gbm_LIBDIR:INTERNAL= -PC_GBM_gbm_PREFIX:INTERNAL= -PC_GBM_gbm_VERSION:INTERNAL= -PC_HARFBUZZ_CFLAGS:INTERNAL=-I/usr/include/harfbuzz;-I/usr/include/freetype2;-I/usr/include;-I/usr/include/libpng16;-I/usr/include/glib-2.0;-I/usr/lib/glib-2.0/include;-I/usr/include/sysprof-6;-pthread -PC_HARFBUZZ_CFLAGS_I:INTERNAL= -PC_HARFBUZZ_CFLAGS_OTHER:INTERNAL=-pthread -PC_HARFBUZZ_FOUND:INTERNAL=1 -PC_HARFBUZZ_INCLUDEDIR:INTERNAL=/usr/include -PC_HARFBUZZ_INCLUDE_DIRS:INTERNAL=/usr/include/harfbuzz;/usr/include/freetype2;/usr/include;/usr/include/libpng16;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-6 -PC_HARFBUZZ_LDFLAGS:INTERNAL=-L/usr/lib;-lharfbuzz -PC_HARFBUZZ_LDFLAGS_OTHER:INTERNAL= -PC_HARFBUZZ_LIBDIR:INTERNAL=/usr/lib -PC_HARFBUZZ_LIBRARIES:INTERNAL=harfbuzz -PC_HARFBUZZ_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_HARFBUZZ_LIBS:INTERNAL= -PC_HARFBUZZ_LIBS_L:INTERNAL= -PC_HARFBUZZ_LIBS_OTHER:INTERNAL= -PC_HARFBUZZ_LIBS_PATHS:INTERNAL= -PC_HARFBUZZ_MODULE_NAME:INTERNAL=harfbuzz -PC_HARFBUZZ_PREFIX:INTERNAL=/usr -PC_HARFBUZZ_STATIC_CFLAGS:INTERNAL=-I/usr/include/harfbuzz;-I/usr/include/freetype2;-I/usr/include;-I/usr/include/libpng16;-I/usr/include/glib-2.0;-I/usr/lib/glib-2.0/include;-I/usr/include/sysprof-6;-pthread -PC_HARFBUZZ_STATIC_CFLAGS_I:INTERNAL= -PC_HARFBUZZ_STATIC_CFLAGS_OTHER:INTERNAL=-pthread -PC_HARFBUZZ_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/harfbuzz;/usr/include/freetype2;/usr/include;/usr/include/libpng16;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-6 -PC_HARFBUZZ_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lharfbuzz;-pthread;-lm;-lfreetype;-lbz2;-lpng16;-lm;-lm;-lz;-lbrotlidec;-lbrotlicommon;-lglib-2.0;-lm;-lsysprof-capture-4;-pthread;-lpcre2-8;-lgraphite2 -PC_HARFBUZZ_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread -PC_HARFBUZZ_STATIC_LIBDIR:INTERNAL= -PC_HARFBUZZ_STATIC_LIBRARIES:INTERNAL=harfbuzz;m;freetype;bz2;png16;m;m;z;brotlidec;brotlicommon;glib-2.0;m;sysprof-capture-4;pcre2-8;graphite2 -PC_HARFBUZZ_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_HARFBUZZ_STATIC_LIBS:INTERNAL= -PC_HARFBUZZ_STATIC_LIBS_L:INTERNAL= -PC_HARFBUZZ_STATIC_LIBS_OTHER:INTERNAL= -PC_HARFBUZZ_STATIC_LIBS_PATHS:INTERNAL= -PC_HARFBUZZ_VERSION:INTERNAL=11.2.1 -PC_HARFBUZZ_harfbuzz_INCLUDEDIR:INTERNAL= -PC_HARFBUZZ_harfbuzz_LIBDIR:INTERNAL= -PC_HARFBUZZ_harfbuzz_PREFIX:INTERNAL= -PC_HARFBUZZ_harfbuzz_VERSION:INTERNAL= -PC_JACK_CFLAGS:INTERNAL=-I/usr/include;-D_REENTRANT -PC_JACK_CFLAGS_I:INTERNAL= -PC_JACK_CFLAGS_OTHER:INTERNAL=-D_REENTRANT -PC_JACK_FOUND:INTERNAL=1 -PC_JACK_INCLUDEDIR:INTERNAL=/usr/include -PC_JACK_INCLUDE_DIRS:INTERNAL=/usr/include -PC_JACK_LDFLAGS:INTERNAL=-L/usr/lib;-ljack -PC_JACK_LDFLAGS_OTHER:INTERNAL= -PC_JACK_LIBDIR:INTERNAL=/usr/lib -PC_JACK_LIBRARIES:INTERNAL=jack -PC_JACK_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_JACK_LIBS:INTERNAL= -PC_JACK_LIBS_L:INTERNAL= -PC_JACK_LIBS_OTHER:INTERNAL= -PC_JACK_LIBS_PATHS:INTERNAL= -PC_JACK_MODULE_NAME:INTERNAL=jack -PC_JACK_PREFIX:INTERNAL=/usr -PC_JACK_STATIC_CFLAGS:INTERNAL=-I/usr/include;-D_REENTRANT -PC_JACK_STATIC_CFLAGS_I:INTERNAL= -PC_JACK_STATIC_CFLAGS_OTHER:INTERNAL=-D_REENTRANT -PC_JACK_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include -PC_JACK_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-ljack -PC_JACK_STATIC_LDFLAGS_OTHER:INTERNAL= -PC_JACK_STATIC_LIBDIR:INTERNAL= -PC_JACK_STATIC_LIBRARIES:INTERNAL=jack -PC_JACK_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_JACK_STATIC_LIBS:INTERNAL= -PC_JACK_STATIC_LIBS_L:INTERNAL= -PC_JACK_STATIC_LIBS_OTHER:INTERNAL= -PC_JACK_STATIC_LIBS_PATHS:INTERNAL= -PC_JACK_VERSION:INTERNAL=3.1402.0 -PC_JACK_jack_INCLUDEDIR:INTERNAL= -PC_JACK_jack_LIBDIR:INTERNAL= -PC_JACK_jack_PREFIX:INTERNAL= -PC_JACK_jack_VERSION:INTERNAL= -PC_LIBDECOR_CFLAGS:INTERNAL=-I/usr/include/libdecor-0;-I/usr/include -PC_LIBDECOR_CFLAGS_I:INTERNAL= -PC_LIBDECOR_CFLAGS_OTHER:INTERNAL= -PC_LIBDECOR_FOUND:INTERNAL=1 -PC_LIBDECOR_INCLUDEDIR:INTERNAL=/usr/include -PC_LIBDECOR_INCLUDE_DIRS:INTERNAL=/usr/include/libdecor-0;/usr/include -PC_LIBDECOR_LDFLAGS:INTERNAL=-L/usr/lib;-ldecor-0 -PC_LIBDECOR_LDFLAGS_OTHER:INTERNAL= -PC_LIBDECOR_LIBDIR:INTERNAL=/usr/lib -PC_LIBDECOR_LIBRARIES:INTERNAL=decor-0 -PC_LIBDECOR_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_LIBDECOR_LIBS:INTERNAL= -PC_LIBDECOR_LIBS_L:INTERNAL= -PC_LIBDECOR_LIBS_OTHER:INTERNAL= -PC_LIBDECOR_LIBS_PATHS:INTERNAL= -PC_LIBDECOR_MODULE_NAME:INTERNAL=libdecor-0 -PC_LIBDECOR_PREFIX:INTERNAL=/usr -PC_LIBDECOR_STATIC_CFLAGS:INTERNAL=-I/usr/include/libdecor-0;-I/usr/include -PC_LIBDECOR_STATIC_CFLAGS_I:INTERNAL= -PC_LIBDECOR_STATIC_CFLAGS_OTHER:INTERNAL= -PC_LIBDECOR_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/libdecor-0;/usr/include -PC_LIBDECOR_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-ldecor-0;-lwayland-client;-lm;-pthread;-lrt;-lffi -PC_LIBDECOR_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread -PC_LIBDECOR_STATIC_LIBDIR:INTERNAL= -PC_LIBDECOR_STATIC_LIBRARIES:INTERNAL=decor-0;wayland-client;m;rt;ffi -PC_LIBDECOR_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_LIBDECOR_STATIC_LIBS:INTERNAL= -PC_LIBDECOR_STATIC_LIBS_L:INTERNAL= -PC_LIBDECOR_STATIC_LIBS_OTHER:INTERNAL= -PC_LIBDECOR_STATIC_LIBS_PATHS:INTERNAL= -PC_LIBDECOR_VERSION:INTERNAL=0.2.3 -PC_LIBDECOR_libdecor-0_INCLUDEDIR:INTERNAL= -PC_LIBDECOR_libdecor-0_LIBDIR:INTERNAL= -PC_LIBDECOR_libdecor-0_PREFIX:INTERNAL= -PC_LIBDECOR_libdecor-0_VERSION:INTERNAL= -PC_LIBDRM_CFLAGS:INTERNAL=-I/usr/include;-I/usr/include/libdrm -PC_LIBDRM_CFLAGS_I:INTERNAL= -PC_LIBDRM_CFLAGS_OTHER:INTERNAL= -PC_LIBDRM_FOUND:INTERNAL=1 -PC_LIBDRM_INCLUDEDIR:INTERNAL=/usr/include -PC_LIBDRM_INCLUDE_DIRS:INTERNAL=/usr/include;/usr/include/libdrm -PC_LIBDRM_LDFLAGS:INTERNAL=-L/usr/lib;-ldrm -PC_LIBDRM_LDFLAGS_OTHER:INTERNAL= -PC_LIBDRM_LIBDIR:INTERNAL=/usr/lib -PC_LIBDRM_LIBRARIES:INTERNAL=drm -PC_LIBDRM_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_LIBDRM_LIBS:INTERNAL= -PC_LIBDRM_LIBS_L:INTERNAL= -PC_LIBDRM_LIBS_OTHER:INTERNAL= -PC_LIBDRM_LIBS_PATHS:INTERNAL= -PC_LIBDRM_MODULE_NAME:INTERNAL=libdrm -PC_LIBDRM_PREFIX:INTERNAL=/usr -PC_LIBDRM_STATIC_CFLAGS:INTERNAL=-I/usr/include;-I/usr/include/libdrm -PC_LIBDRM_STATIC_CFLAGS_I:INTERNAL= -PC_LIBDRM_STATIC_CFLAGS_OTHER:INTERNAL= -PC_LIBDRM_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include;/usr/include/libdrm -PC_LIBDRM_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-ldrm -PC_LIBDRM_STATIC_LDFLAGS_OTHER:INTERNAL= -PC_LIBDRM_STATIC_LIBDIR:INTERNAL= -PC_LIBDRM_STATIC_LIBRARIES:INTERNAL=drm -PC_LIBDRM_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_LIBDRM_STATIC_LIBS:INTERNAL= -PC_LIBDRM_STATIC_LIBS_L:INTERNAL= -PC_LIBDRM_STATIC_LIBS_OTHER:INTERNAL= -PC_LIBDRM_STATIC_LIBS_PATHS:INTERNAL= -PC_LIBDRM_VERSION:INTERNAL=2.4.124 -PC_LIBDRM_libdrm_INCLUDEDIR:INTERNAL= -PC_LIBDRM_libdrm_LIBDIR:INTERNAL= -PC_LIBDRM_libdrm_PREFIX:INTERNAL= -PC_LIBDRM_libdrm_VERSION:INTERNAL= -PC_LIBUNWIND_CFLAGS:INTERNAL=-I/usr/include -PC_LIBUNWIND_CFLAGS_I:INTERNAL= -PC_LIBUNWIND_CFLAGS_OTHER:INTERNAL= -PC_LIBUNWIND_FOUND:INTERNAL=1 -//Test PC_LIBUNWIND_HAS_WORKING_LIBUNWIND -PC_LIBUNWIND_HAS_WORKING_LIBUNWIND:INTERNAL=1 -PC_LIBUNWIND_INCLUDEDIR:INTERNAL= -PC_LIBUNWIND_INCLUDE_DIRS:INTERNAL=/usr/include -PC_LIBUNWIND_LDFLAGS:INTERNAL=-L/usr/lib;-lunwind-generic;-lunwind -PC_LIBUNWIND_LDFLAGS_OTHER:INTERNAL= -PC_LIBUNWIND_LIBDIR:INTERNAL= -PC_LIBUNWIND_LIBRARIES:INTERNAL=unwind-generic;unwind -PC_LIBUNWIND_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_LIBUNWIND_LIBS:INTERNAL= -PC_LIBUNWIND_LIBS_L:INTERNAL= -PC_LIBUNWIND_LIBS_OTHER:INTERNAL= -PC_LIBUNWIND_LIBS_PATHS:INTERNAL= -PC_LIBUNWIND_MODULE_NAME:INTERNAL= -PC_LIBUNWIND_PREFIX:INTERNAL= -PC_LIBUNWIND_STATIC_CFLAGS:INTERNAL=-I/usr/include -PC_LIBUNWIND_STATIC_CFLAGS_I:INTERNAL= -PC_LIBUNWIND_STATIC_CFLAGS_OTHER:INTERNAL= -PC_LIBUNWIND_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include -PC_LIBUNWIND_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lunwind-generic;-lunwind;-llzma;-lz -PC_LIBUNWIND_STATIC_LDFLAGS_OTHER:INTERNAL= -PC_LIBUNWIND_STATIC_LIBDIR:INTERNAL= -PC_LIBUNWIND_STATIC_LIBRARIES:INTERNAL=unwind-generic;unwind;lzma;z -PC_LIBUNWIND_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_LIBUNWIND_STATIC_LIBS:INTERNAL= -PC_LIBUNWIND_STATIC_LIBS_L:INTERNAL= -PC_LIBUNWIND_STATIC_LIBS_OTHER:INTERNAL= -PC_LIBUNWIND_STATIC_LIBS_PATHS:INTERNAL= -PC_LIBUNWIND_VERSION:INTERNAL= -PC_LIBUNWIND_libunwind-generic_INCLUDEDIR:INTERNAL=/usr/include -PC_LIBUNWIND_libunwind-generic_LIBDIR:INTERNAL=/usr/lib -PC_LIBUNWIND_libunwind-generic_MODULE_NAME:INTERNAL=libunwind-generic -PC_LIBUNWIND_libunwind-generic_PREFIX:INTERNAL=/usr -PC_LIBUNWIND_libunwind-generic_VERSION:INTERNAL=1.8.1 -PC_LIBUNWIND_libunwind_INCLUDEDIR:INTERNAL=/usr/include -PC_LIBUNWIND_libunwind_LIBDIR:INTERNAL=/usr/lib -PC_LIBUNWIND_libunwind_MODULE_NAME:INTERNAL=libunwind -PC_LIBUNWIND_libunwind_PREFIX:INTERNAL=/usr -PC_LIBUNWIND_libunwind_VERSION:INTERNAL=1.8.1 -PC_LibUSB_CFLAGS:INTERNAL=-I/usr/include/libusb-1.0 -PC_LibUSB_CFLAGS_I:INTERNAL= -PC_LibUSB_CFLAGS_OTHER:INTERNAL= -PC_LibUSB_FOUND:INTERNAL=1 -PC_LibUSB_INCLUDEDIR:INTERNAL=/usr/include -PC_LibUSB_INCLUDE_DIRS:INTERNAL=/usr/include/libusb-1.0 -PC_LibUSB_LDFLAGS:INTERNAL=-L/usr/lib;-lusb-1.0 -PC_LibUSB_LDFLAGS_OTHER:INTERNAL= -PC_LibUSB_LIBDIR:INTERNAL=/usr/lib -PC_LibUSB_LIBRARIES:INTERNAL=usb-1.0 -PC_LibUSB_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_LibUSB_LIBS:INTERNAL= -PC_LibUSB_LIBS_L:INTERNAL= -PC_LibUSB_LIBS_OTHER:INTERNAL= -PC_LibUSB_LIBS_PATHS:INTERNAL= -PC_LibUSB_MODULE_NAME:INTERNAL=libusb-1.0 -PC_LibUSB_PREFIX:INTERNAL=/usr -PC_LibUSB_STATIC_CFLAGS:INTERNAL=-I/usr/include/libusb-1.0 -PC_LibUSB_STATIC_CFLAGS_I:INTERNAL= -PC_LibUSB_STATIC_CFLAGS_OTHER:INTERNAL= -PC_LibUSB_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/libusb-1.0 -PC_LibUSB_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lusb-1.0;-ludev -PC_LibUSB_STATIC_LDFLAGS_OTHER:INTERNAL= -PC_LibUSB_STATIC_LIBDIR:INTERNAL= -PC_LibUSB_STATIC_LIBRARIES:INTERNAL=usb-1.0;udev -PC_LibUSB_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_LibUSB_STATIC_LIBS:INTERNAL= -PC_LibUSB_STATIC_LIBS_L:INTERNAL= -PC_LibUSB_STATIC_LIBS_OTHER:INTERNAL= -PC_LibUSB_STATIC_LIBS_PATHS:INTERNAL= -PC_LibUSB_VERSION:INTERNAL=1.0.28 -PC_LibUSB_libusb-1.0_INCLUDEDIR:INTERNAL= -PC_LibUSB_libusb-1.0_LIBDIR:INTERNAL= -PC_LibUSB_libusb-1.0_PREFIX:INTERNAL= -PC_LibUSB_libusb-1.0_VERSION:INTERNAL= -PC_PIPEWIRE_CFLAGS:INTERNAL=-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT -PC_PIPEWIRE_CFLAGS_I:INTERNAL= -PC_PIPEWIRE_CFLAGS_OTHER:INTERNAL=-D_REENTRANT -PC_PIPEWIRE_FOUND:INTERNAL=1 -PC_PIPEWIRE_INCLUDEDIR:INTERNAL=/usr/include -PC_PIPEWIRE_INCLUDE_DIRS:INTERNAL=/usr/include/pipewire-0.3;/usr/include/spa-0.2 -PC_PIPEWIRE_LDFLAGS:INTERNAL=-L/usr/lib;-lpipewire-0.3 -PC_PIPEWIRE_LDFLAGS_OTHER:INTERNAL= -PC_PIPEWIRE_LIBDIR:INTERNAL=/usr/lib -PC_PIPEWIRE_LIBRARIES:INTERNAL=pipewire-0.3 -PC_PIPEWIRE_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_PIPEWIRE_LIBS:INTERNAL= -PC_PIPEWIRE_LIBS_L:INTERNAL= -PC_PIPEWIRE_LIBS_OTHER:INTERNAL= -PC_PIPEWIRE_LIBS_PATHS:INTERNAL= -PC_PIPEWIRE_MODULE_NAME:INTERNAL=libpipewire-0.3 -PC_PIPEWIRE_PREFIX:INTERNAL=/usr -PC_PIPEWIRE_STATIC_CFLAGS:INTERNAL=-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT -PC_PIPEWIRE_STATIC_CFLAGS_I:INTERNAL= -PC_PIPEWIRE_STATIC_CFLAGS_OTHER:INTERNAL=-D_REENTRANT -PC_PIPEWIRE_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/pipewire-0.3;/usr/include/spa-0.2 -PC_PIPEWIRE_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lpipewire-0.3 -PC_PIPEWIRE_STATIC_LDFLAGS_OTHER:INTERNAL= -PC_PIPEWIRE_STATIC_LIBDIR:INTERNAL= -PC_PIPEWIRE_STATIC_LIBRARIES:INTERNAL=pipewire-0.3 -PC_PIPEWIRE_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_PIPEWIRE_STATIC_LIBS:INTERNAL= -PC_PIPEWIRE_STATIC_LIBS_L:INTERNAL= -PC_PIPEWIRE_STATIC_LIBS_OTHER:INTERNAL= -PC_PIPEWIRE_STATIC_LIBS_PATHS:INTERNAL= -PC_PIPEWIRE_VERSION:INTERNAL=1.4.2 -PC_PIPEWIRE_libpipewire-0.3_INCLUDEDIR:INTERNAL= -PC_PIPEWIRE_libpipewire-0.3_LIBDIR:INTERNAL= -PC_PIPEWIRE_libpipewire-0.3_PREFIX:INTERNAL= -PC_PIPEWIRE_libpipewire-0.3_VERSION:INTERNAL= -PC_PLUTOSG_CFLAGS:INTERNAL= -PC_PLUTOSG_CFLAGS_I:INTERNAL= -PC_PLUTOSG_CFLAGS_OTHER:INTERNAL= -PC_PLUTOSG_FOUND:INTERNAL= -PC_PLUTOSG_INCLUDEDIR:INTERNAL= -PC_PLUTOSG_LIBDIR:INTERNAL= -PC_PLUTOSG_LIBS:INTERNAL= -PC_PLUTOSG_LIBS_L:INTERNAL= -PC_PLUTOSG_LIBS_OTHER:INTERNAL= -PC_PLUTOSG_LIBS_PATHS:INTERNAL= -PC_PLUTOSG_MODULE_NAME:INTERNAL= -PC_PLUTOSG_PREFIX:INTERNAL= -PC_PLUTOSG_STATIC_CFLAGS:INTERNAL= -PC_PLUTOSG_STATIC_CFLAGS_I:INTERNAL= -PC_PLUTOSG_STATIC_CFLAGS_OTHER:INTERNAL= -PC_PLUTOSG_STATIC_LIBDIR:INTERNAL= -PC_PLUTOSG_STATIC_LIBS:INTERNAL= -PC_PLUTOSG_STATIC_LIBS_L:INTERNAL= -PC_PLUTOSG_STATIC_LIBS_OTHER:INTERNAL= -PC_PLUTOSG_STATIC_LIBS_PATHS:INTERNAL= -PC_PLUTOSG_VERSION:INTERNAL= -PC_PLUTOSG_plutovg_INCLUDEDIR:INTERNAL= -PC_PLUTOSG_plutovg_LIBDIR:INTERNAL= -PC_PLUTOSG_plutovg_PREFIX:INTERNAL= -PC_PLUTOSG_plutovg_VERSION:INTERNAL= -PC_PLUTOSVG_CFLAGS:INTERNAL= -PC_PLUTOSVG_CFLAGS_I:INTERNAL= -PC_PLUTOSVG_CFLAGS_OTHER:INTERNAL= -PC_PLUTOSVG_FOUND:INTERNAL= -PC_PLUTOSVG_INCLUDEDIR:INTERNAL= -PC_PLUTOSVG_LIBDIR:INTERNAL= -PC_PLUTOSVG_LIBS:INTERNAL= -PC_PLUTOSVG_LIBS_L:INTERNAL= -PC_PLUTOSVG_LIBS_OTHER:INTERNAL= -PC_PLUTOSVG_LIBS_PATHS:INTERNAL= -PC_PLUTOSVG_MODULE_NAME:INTERNAL= -PC_PLUTOSVG_PREFIX:INTERNAL= -PC_PLUTOSVG_STATIC_CFLAGS:INTERNAL= -PC_PLUTOSVG_STATIC_CFLAGS_I:INTERNAL= -PC_PLUTOSVG_STATIC_CFLAGS_OTHER:INTERNAL= -PC_PLUTOSVG_STATIC_LIBDIR:INTERNAL= -PC_PLUTOSVG_STATIC_LIBS:INTERNAL= -PC_PLUTOSVG_STATIC_LIBS_L:INTERNAL= -PC_PLUTOSVG_STATIC_LIBS_OTHER:INTERNAL= -PC_PLUTOSVG_STATIC_LIBS_PATHS:INTERNAL= -PC_PLUTOSVG_VERSION:INTERNAL= -PC_PLUTOSVG_plutosvg_INCLUDEDIR:INTERNAL= -PC_PLUTOSVG_plutosvg_LIBDIR:INTERNAL= -PC_PLUTOSVG_plutosvg_PREFIX:INTERNAL= -PC_PLUTOSVG_plutosvg_VERSION:INTERNAL= -PC_POSTPROC_CFLAGS:INTERNAL=-I/usr/include -PC_POSTPROC_CFLAGS_I:INTERNAL= -PC_POSTPROC_CFLAGS_OTHER:INTERNAL= -PC_POSTPROC_FOUND:INTERNAL=1 -PC_POSTPROC_INCLUDEDIR:INTERNAL=/usr/include -PC_POSTPROC_INCLUDE_DIRS:INTERNAL=/usr/include -PC_POSTPROC_LDFLAGS:INTERNAL=-L/usr/lib;-lpostproc -PC_POSTPROC_LDFLAGS_OTHER:INTERNAL= -PC_POSTPROC_LIBDIR:INTERNAL=/usr/lib -PC_POSTPROC_LIBRARIES:INTERNAL=postproc -PC_POSTPROC_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_POSTPROC_LIBS:INTERNAL= -PC_POSTPROC_LIBS_L:INTERNAL= -PC_POSTPROC_LIBS_OTHER:INTERNAL= -PC_POSTPROC_LIBS_PATHS:INTERNAL= -PC_POSTPROC_MODULE_NAME:INTERNAL=libpostproc -PC_POSTPROC_PREFIX:INTERNAL=/usr -PC_POSTPROC_STATIC_CFLAGS:INTERNAL=-I/usr/include -PC_POSTPROC_STATIC_CFLAGS_I:INTERNAL= -PC_POSTPROC_STATIC_CFLAGS_OTHER:INTERNAL= -PC_POSTPROC_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include -PC_POSTPROC_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lpostproc;-lm;-latomic;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/pkgconfig/../;-lvpl;-ldl;-lOpenCL;-lva;-latomic;-lX11 -PC_POSTPROC_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread -PC_POSTPROC_STATIC_LIBDIR:INTERNAL= -PC_POSTPROC_STATIC_LIBRARIES:INTERNAL=postproc;m;atomic;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;OpenCL;va;atomic;X11 -PC_POSTPROC_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib/pkgconfig/../ -PC_POSTPROC_STATIC_LIBS:INTERNAL= -PC_POSTPROC_STATIC_LIBS_L:INTERNAL= -PC_POSTPROC_STATIC_LIBS_OTHER:INTERNAL= -PC_POSTPROC_STATIC_LIBS_PATHS:INTERNAL= -PC_POSTPROC_VERSION:INTERNAL=58.3.100 -PC_POSTPROC_libpostproc_INCLUDEDIR:INTERNAL= -PC_POSTPROC_libpostproc_LIBDIR:INTERNAL= -PC_POSTPROC_libpostproc_PREFIX:INTERNAL= -PC_POSTPROC_libpostproc_VERSION:INTERNAL= -PC_PULSEAUDIO_CFLAGS:INTERNAL=-I/usr/include;-D_REENTRANT -PC_PULSEAUDIO_CFLAGS_I:INTERNAL= -PC_PULSEAUDIO_CFLAGS_OTHER:INTERNAL=-D_REENTRANT -PC_PULSEAUDIO_FOUND:INTERNAL=1 -PC_PULSEAUDIO_INCLUDEDIR:INTERNAL=/usr/include -PC_PULSEAUDIO_INCLUDE_DIRS:INTERNAL=/usr/include -PC_PULSEAUDIO_LDFLAGS:INTERNAL=-L/usr/lib;-lpulse;-pthread -PC_PULSEAUDIO_LDFLAGS_OTHER:INTERNAL=-pthread -PC_PULSEAUDIO_LIBDIR:INTERNAL=/usr/lib -PC_PULSEAUDIO_LIBRARIES:INTERNAL=pulse -PC_PULSEAUDIO_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_PULSEAUDIO_LIBS:INTERNAL= -PC_PULSEAUDIO_LIBS_L:INTERNAL= -PC_PULSEAUDIO_LIBS_OTHER:INTERNAL= -PC_PULSEAUDIO_LIBS_PATHS:INTERNAL= -PC_PULSEAUDIO_MODULE_NAME:INTERNAL=libpulse -PC_PULSEAUDIO_PREFIX:INTERNAL=/usr -PC_PULSEAUDIO_STATIC_CFLAGS:INTERNAL=-I/usr/include;-D_REENTRANT -PC_PULSEAUDIO_STATIC_CFLAGS_I:INTERNAL= -PC_PULSEAUDIO_STATIC_CFLAGS_OTHER:INTERNAL=-D_REENTRANT -PC_PULSEAUDIO_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include -PC_PULSEAUDIO_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lpulse;-pthread;-L/usr/lib/pulseaudio;-lpulsecommon-17.0 -PC_PULSEAUDIO_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread -PC_PULSEAUDIO_STATIC_LIBDIR:INTERNAL= -PC_PULSEAUDIO_STATIC_LIBRARIES:INTERNAL=pulse;pulsecommon-17.0 -PC_PULSEAUDIO_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib/pulseaudio -PC_PULSEAUDIO_STATIC_LIBS:INTERNAL= -PC_PULSEAUDIO_STATIC_LIBS_L:INTERNAL= -PC_PULSEAUDIO_STATIC_LIBS_OTHER:INTERNAL= -PC_PULSEAUDIO_STATIC_LIBS_PATHS:INTERNAL= -PC_PULSEAUDIO_VERSION:INTERNAL=17.0-43-g3e2bb -PC_PULSEAUDIO_libpulse_INCLUDEDIR:INTERNAL= -PC_PULSEAUDIO_libpulse_LIBDIR:INTERNAL= -PC_PULSEAUDIO_libpulse_PREFIX:INTERNAL= -PC_PULSEAUDIO_libpulse_VERSION:INTERNAL= -PC_SNDIO_CFLAGS:INTERNAL= -PC_SNDIO_CFLAGS_I:INTERNAL= -PC_SNDIO_CFLAGS_OTHER:INTERNAL= -PC_SNDIO_FOUND:INTERNAL= -PC_SNDIO_INCLUDEDIR:INTERNAL= -PC_SNDIO_LIBDIR:INTERNAL= -PC_SNDIO_LIBS:INTERNAL= -PC_SNDIO_LIBS_L:INTERNAL= -PC_SNDIO_LIBS_OTHER:INTERNAL= -PC_SNDIO_LIBS_PATHS:INTERNAL= -PC_SNDIO_MODULE_NAME:INTERNAL= -PC_SNDIO_PREFIX:INTERNAL= -PC_SNDIO_STATIC_CFLAGS:INTERNAL= -PC_SNDIO_STATIC_CFLAGS_I:INTERNAL= -PC_SNDIO_STATIC_CFLAGS_OTHER:INTERNAL= -PC_SNDIO_STATIC_LIBDIR:INTERNAL= -PC_SNDIO_STATIC_LIBS:INTERNAL= -PC_SNDIO_STATIC_LIBS_L:INTERNAL= -PC_SNDIO_STATIC_LIBS_OTHER:INTERNAL= -PC_SNDIO_STATIC_LIBS_PATHS:INTERNAL= -PC_SNDIO_VERSION:INTERNAL= -PC_SNDIO_sndio_INCLUDEDIR:INTERNAL= -PC_SNDIO_sndio_LIBDIR:INTERNAL= -PC_SNDIO_sndio_PREFIX:INTERNAL= -PC_SNDIO_sndio_VERSION:INTERNAL= -PC_SWRESAMPLE_CFLAGS:INTERNAL=-I/usr/include -PC_SWRESAMPLE_CFLAGS_I:INTERNAL= -PC_SWRESAMPLE_CFLAGS_OTHER:INTERNAL= -PC_SWRESAMPLE_FOUND:INTERNAL=1 -PC_SWRESAMPLE_INCLUDEDIR:INTERNAL=/usr/include -PC_SWRESAMPLE_INCLUDE_DIRS:INTERNAL=/usr/include -PC_SWRESAMPLE_LDFLAGS:INTERNAL=-L/usr/lib;-lswresample -PC_SWRESAMPLE_LDFLAGS_OTHER:INTERNAL= -PC_SWRESAMPLE_LIBDIR:INTERNAL=/usr/lib -PC_SWRESAMPLE_LIBRARIES:INTERNAL=swresample -PC_SWRESAMPLE_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_SWRESAMPLE_LIBS:INTERNAL= -PC_SWRESAMPLE_LIBS_L:INTERNAL= -PC_SWRESAMPLE_LIBS_OTHER:INTERNAL= -PC_SWRESAMPLE_LIBS_PATHS:INTERNAL= -PC_SWRESAMPLE_MODULE_NAME:INTERNAL=libswresample -PC_SWRESAMPLE_PREFIX:INTERNAL=/usr -PC_SWRESAMPLE_STATIC_CFLAGS:INTERNAL=-I/usr/include -PC_SWRESAMPLE_STATIC_CFLAGS_I:INTERNAL= -PC_SWRESAMPLE_STATIC_CFLAGS_OTHER:INTERNAL= -PC_SWRESAMPLE_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include -PC_SWRESAMPLE_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lswresample;-lm;-lsoxr;-latomic;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/pkgconfig/../;-lvpl;-ldl;-lOpenCL;-lva;-latomic;-lX11 -PC_SWRESAMPLE_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread -PC_SWRESAMPLE_STATIC_LIBDIR:INTERNAL= -PC_SWRESAMPLE_STATIC_LIBRARIES:INTERNAL=swresample;m;soxr;atomic;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;OpenCL;va;atomic;X11 -PC_SWRESAMPLE_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib/pkgconfig/../ -PC_SWRESAMPLE_STATIC_LIBS:INTERNAL= -PC_SWRESAMPLE_STATIC_LIBS_L:INTERNAL= -PC_SWRESAMPLE_STATIC_LIBS_OTHER:INTERNAL= -PC_SWRESAMPLE_STATIC_LIBS_PATHS:INTERNAL= -PC_SWRESAMPLE_VERSION:INTERNAL=5.3.100 -PC_SWRESAMPLE_libswresample_INCLUDEDIR:INTERNAL= -PC_SWRESAMPLE_libswresample_LIBDIR:INTERNAL= -PC_SWRESAMPLE_libswresample_PREFIX:INTERNAL= -PC_SWRESAMPLE_libswresample_VERSION:INTERNAL= -PC_SWSCALE_CFLAGS:INTERNAL=-I/usr/include -PC_SWSCALE_CFLAGS_I:INTERNAL= -PC_SWSCALE_CFLAGS_OTHER:INTERNAL= -PC_SWSCALE_FOUND:INTERNAL=1 -PC_SWSCALE_INCLUDEDIR:INTERNAL=/usr/include -PC_SWSCALE_INCLUDE_DIRS:INTERNAL=/usr/include -PC_SWSCALE_LDFLAGS:INTERNAL=-L/usr/lib;-lswscale -PC_SWSCALE_LDFLAGS_OTHER:INTERNAL= -PC_SWSCALE_LIBDIR:INTERNAL=/usr/lib -PC_SWSCALE_LIBRARIES:INTERNAL=swscale -PC_SWSCALE_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_SWSCALE_LIBS:INTERNAL= -PC_SWSCALE_LIBS_L:INTERNAL= -PC_SWSCALE_LIBS_OTHER:INTERNAL= -PC_SWSCALE_LIBS_PATHS:INTERNAL= -PC_SWSCALE_MODULE_NAME:INTERNAL=libswscale -PC_SWSCALE_PREFIX:INTERNAL=/usr -PC_SWSCALE_STATIC_CFLAGS:INTERNAL=-I/usr/include -PC_SWSCALE_STATIC_CFLAGS_I:INTERNAL= -PC_SWSCALE_STATIC_CFLAGS_OTHER:INTERNAL= -PC_SWSCALE_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include -PC_SWSCALE_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lswscale;-lm;-latomic;-lavutil;-pthread;-lva-drm;-lva;-lva-x11;-lva;-lvdpau;-lX11;-lm;-ldrm;-L/usr/lib/pkgconfig/../;-lvpl;-ldl;-lOpenCL;-lva;-latomic;-lX11 -PC_SWSCALE_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread -PC_SWSCALE_STATIC_LIBDIR:INTERNAL= -PC_SWSCALE_STATIC_LIBRARIES:INTERNAL=swscale;m;atomic;avutil;va-drm;va;va-x11;va;vdpau;X11;m;drm;vpl;dl;OpenCL;va;atomic;X11 -PC_SWSCALE_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib;/usr/lib/pkgconfig/../ -PC_SWSCALE_STATIC_LIBS:INTERNAL= -PC_SWSCALE_STATIC_LIBS_L:INTERNAL= -PC_SWSCALE_STATIC_LIBS_OTHER:INTERNAL= -PC_SWSCALE_STATIC_LIBS_PATHS:INTERNAL= -PC_SWSCALE_VERSION:INTERNAL=8.3.100 -PC_SWSCALE_libswscale_INCLUDEDIR:INTERNAL= -PC_SWSCALE_libswscale_LIBDIR:INTERNAL= -PC_SWSCALE_libswscale_PREFIX:INTERNAL= -PC_SWSCALE_libswscale_VERSION:INTERNAL= -PC_WAYLAND_CFLAGS:INTERNAL=-I/usr/include -PC_WAYLAND_CFLAGS_I:INTERNAL= -PC_WAYLAND_CFLAGS_OTHER:INTERNAL= -PC_WAYLAND_FOUND:INTERNAL=1 -PC_WAYLAND_INCLUDEDIR:INTERNAL= -PC_WAYLAND_INCLUDE_DIRS:INTERNAL=/usr/include -PC_WAYLAND_LDFLAGS:INTERNAL=-L/usr/lib;-lwayland-egl;-lwayland-cursor;-lwayland-client;-lEGL;-lxkbcommon -PC_WAYLAND_LDFLAGS_OTHER:INTERNAL= -PC_WAYLAND_LIBDIR:INTERNAL= -PC_WAYLAND_LIBRARIES:INTERNAL=wayland-egl;wayland-cursor;wayland-client;EGL;xkbcommon -PC_WAYLAND_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_WAYLAND_LIBS:INTERNAL= -PC_WAYLAND_LIBS_L:INTERNAL= -PC_WAYLAND_LIBS_OTHER:INTERNAL= -PC_WAYLAND_LIBS_PATHS:INTERNAL= -PC_WAYLAND_MODULE_NAME:INTERNAL= -PC_WAYLAND_PREFIX:INTERNAL= -PC_WAYLAND_STATIC_CFLAGS:INTERNAL=-I/usr/include -PC_WAYLAND_STATIC_CFLAGS_I:INTERNAL= -PC_WAYLAND_STATIC_CFLAGS_OTHER:INTERNAL= -PC_WAYLAND_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include -PC_WAYLAND_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lwayland-egl;-lwayland-cursor;-lwayland-client;-lm;-pthread;-lrt;-lffi;-lEGL;-lxkbcommon -PC_WAYLAND_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread -PC_WAYLAND_STATIC_LIBDIR:INTERNAL= -PC_WAYLAND_STATIC_LIBRARIES:INTERNAL=wayland-egl;wayland-cursor;wayland-client;m;rt;ffi;EGL;xkbcommon -PC_WAYLAND_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib -PC_WAYLAND_STATIC_LIBS:INTERNAL= -PC_WAYLAND_STATIC_LIBS_L:INTERNAL= -PC_WAYLAND_STATIC_LIBS_OTHER:INTERNAL= -PC_WAYLAND_STATIC_LIBS_PATHS:INTERNAL= -PC_WAYLAND_VERSION:INTERNAL= -PC_WAYLAND_egl_INCLUDEDIR:INTERNAL=/usr/include -PC_WAYLAND_egl_LIBDIR:INTERNAL=/usr/lib -PC_WAYLAND_egl_MODULE_NAME:INTERNAL=egl -PC_WAYLAND_egl_PREFIX:INTERNAL=/usr -PC_WAYLAND_egl_VERSION:INTERNAL=1.5 -PC_WAYLAND_wayland-client_INCLUDEDIR:INTERNAL=/usr/include -PC_WAYLAND_wayland-client_LIBDIR:INTERNAL=/usr/lib -PC_WAYLAND_wayland-client_MODULE_NAME:INTERNAL=wayland-client -PC_WAYLAND_wayland-client_PREFIX:INTERNAL=/usr -PC_WAYLAND_wayland-client_VERSION:INTERNAL=1.23.1 -PC_WAYLAND_wayland-cursor_INCLUDEDIR:INTERNAL=/usr/include -PC_WAYLAND_wayland-cursor_LIBDIR:INTERNAL=/usr/lib -PC_WAYLAND_wayland-cursor_MODULE_NAME:INTERNAL=wayland-cursor -PC_WAYLAND_wayland-cursor_PREFIX:INTERNAL=/usr -PC_WAYLAND_wayland-cursor_VERSION:INTERNAL=1.23.1 -PC_WAYLAND_wayland-egl_INCLUDEDIR:INTERNAL=/usr/include -PC_WAYLAND_wayland-egl_LIBDIR:INTERNAL=/usr/lib -PC_WAYLAND_wayland-egl_MODULE_NAME:INTERNAL=wayland-egl -PC_WAYLAND_wayland-egl_PREFIX:INTERNAL=/usr -PC_WAYLAND_wayland-egl_VERSION:INTERNAL=18.1.0 -PC_WAYLAND_xkbcommon_INCLUDEDIR:INTERNAL=/usr/include -PC_WAYLAND_xkbcommon_LIBDIR:INTERNAL=/usr/lib -PC_WAYLAND_xkbcommon_MODULE_NAME:INTERNAL=xkbcommon -PC_WAYLAND_xkbcommon_PREFIX:INTERNAL=/usr -PC_WAYLAND_xkbcommon_VERSION:INTERNAL=1.9.2 -//ADVANCED property for variable: PERL_EXECUTABLE -PERL_EXECUTABLE-ADVANCED:INTERNAL=1 -PIPEWIRE_CFLAGS:INTERNAL=-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT -PIPEWIRE_CFLAGS_I:INTERNAL= -PIPEWIRE_CFLAGS_OTHER:INTERNAL=-D_REENTRANT -PIPEWIRE_FOUND:INTERNAL=1 -PIPEWIRE_INCLUDEDIR:INTERNAL=/usr/include -PIPEWIRE_INCLUDE_DIRS:INTERNAL=/usr/include/pipewire-0.3;/usr/include/spa-0.2 -PIPEWIRE_LDFLAGS:INTERNAL=-L/usr/lib;-lpipewire-0.3 -PIPEWIRE_LDFLAGS_OTHER:INTERNAL= -PIPEWIRE_LIBDIR:INTERNAL=/usr/lib -PIPEWIRE_LIBRARIES:INTERNAL=pipewire-0.3 -PIPEWIRE_LIBRARY_DIRS:INTERNAL=/usr/lib -PIPEWIRE_LIBS:INTERNAL= -PIPEWIRE_LIBS_L:INTERNAL= -PIPEWIRE_LIBS_OTHER:INTERNAL= -PIPEWIRE_LIBS_PATHS:INTERNAL= -PIPEWIRE_MODULE_NAME:INTERNAL=libpipewire-0.3 -PIPEWIRE_PREFIX:INTERNAL=/usr -PIPEWIRE_STATIC_CFLAGS:INTERNAL=-I/usr/include/pipewire-0.3;-I/usr/include/spa-0.2;-D_REENTRANT -PIPEWIRE_STATIC_CFLAGS_I:INTERNAL= -PIPEWIRE_STATIC_CFLAGS_OTHER:INTERNAL=-D_REENTRANT -PIPEWIRE_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/pipewire-0.3;/usr/include/spa-0.2 -PIPEWIRE_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lpipewire-0.3 -PIPEWIRE_STATIC_LDFLAGS_OTHER:INTERNAL= -PIPEWIRE_STATIC_LIBDIR:INTERNAL= -PIPEWIRE_STATIC_LIBRARIES:INTERNAL=pipewire-0.3 -PIPEWIRE_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib -PIPEWIRE_STATIC_LIBS:INTERNAL= -PIPEWIRE_STATIC_LIBS_L:INTERNAL= -PIPEWIRE_STATIC_LIBS_OTHER:INTERNAL= -PIPEWIRE_STATIC_LIBS_PATHS:INTERNAL= -PIPEWIRE_VERSION:INTERNAL=1.4.2 -PIPEWIRE_libpipewire-0.3_INCLUDEDIR:INTERNAL= -PIPEWIRE_libpipewire-0.3_LIBDIR:INTERNAL= -PIPEWIRE_libpipewire-0.3_PREFIX:INTERNAL= -PIPEWIRE_libpipewire-0.3_VERSION:INTERNAL= -//ADVANCED property for variable: PKG_CONFIG_ARGN -PKG_CONFIG_ARGN-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE -PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1 -PKG_FONTCONFIG_CFLAGS:INTERNAL=-I/usr/include;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/harfbuzz;-I/usr/include/glib-2.0;-I/usr/lib/glib-2.0/include;-I/usr/include/sysprof-6;-pthread -PKG_FONTCONFIG_CFLAGS_I:INTERNAL= -PKG_FONTCONFIG_CFLAGS_OTHER:INTERNAL=-pthread -PKG_FONTCONFIG_FOUND:INTERNAL=1 -PKG_FONTCONFIG_INCLUDEDIR:INTERNAL=/usr/include -PKG_FONTCONFIG_INCLUDE_DIRS:INTERNAL=/usr/include;/usr/include/freetype2;/usr/include/libpng16;/usr/include/harfbuzz;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-6 -PKG_FONTCONFIG_LDFLAGS:INTERNAL=-L/usr/lib;-lfontconfig -PKG_FONTCONFIG_LDFLAGS_OTHER:INTERNAL= -PKG_FONTCONFIG_LIBDIR:INTERNAL=/usr/lib -PKG_FONTCONFIG_LIBRARIES:INTERNAL=fontconfig -PKG_FONTCONFIG_LIBRARY_DIRS:INTERNAL=/usr/lib -PKG_FONTCONFIG_LIBS:INTERNAL= -PKG_FONTCONFIG_LIBS_L:INTERNAL= -PKG_FONTCONFIG_LIBS_OTHER:INTERNAL= -PKG_FONTCONFIG_LIBS_PATHS:INTERNAL= -PKG_FONTCONFIG_MODULE_NAME:INTERNAL=fontconfig -PKG_FONTCONFIG_PREFIX:INTERNAL=/usr -PKG_FONTCONFIG_STATIC_CFLAGS:INTERNAL=-I/usr/include;-I/usr/include/freetype2;-I/usr/include/libpng16;-I/usr/include/harfbuzz;-I/usr/include/glib-2.0;-I/usr/lib/glib-2.0/include;-I/usr/include/sysprof-6;-pthread;-DXML_STATIC -PKG_FONTCONFIG_STATIC_CFLAGS_I:INTERNAL= -PKG_FONTCONFIG_STATIC_CFLAGS_OTHER:INTERNAL=-pthread;-DXML_STATIC -PKG_FONTCONFIG_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include;/usr/include/freetype2;/usr/include/libpng16;/usr/include/harfbuzz;/usr/include/glib-2.0;/usr/lib/glib-2.0/include;/usr/include/sysprof-6 -PKG_FONTCONFIG_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lfontconfig;-pthread;-lm;-lfreetype;-lbz2;-lpng16;-lm;-lm;-lz;-lharfbuzz;-pthread;-lm;-lglib-2.0;-lm;-lsysprof-capture-4;-pthread;-lpcre2-8;-lgraphite2;-lbrotlidec;-lbrotlicommon;-lexpat;-lm -PKG_FONTCONFIG_STATIC_LDFLAGS_OTHER:INTERNAL=-pthread;-pthread;-pthread -PKG_FONTCONFIG_STATIC_LIBDIR:INTERNAL= -PKG_FONTCONFIG_STATIC_LIBRARIES:INTERNAL=fontconfig;m;freetype;bz2;png16;m;m;z;harfbuzz;m;glib-2.0;m;sysprof-capture-4;pcre2-8;graphite2;brotlidec;brotlicommon;expat;m -PKG_FONTCONFIG_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib -PKG_FONTCONFIG_STATIC_LIBS:INTERNAL= -PKG_FONTCONFIG_STATIC_LIBS_L:INTERNAL= -PKG_FONTCONFIG_STATIC_LIBS_OTHER:INTERNAL= -PKG_FONTCONFIG_STATIC_LIBS_PATHS:INTERNAL= -PKG_FONTCONFIG_VERSION:INTERNAL=2.16.2 -PKG_FONTCONFIG_fontconfig_INCLUDEDIR:INTERNAL= -PKG_FONTCONFIG_fontconfig_LIBDIR:INTERNAL= -PKG_FONTCONFIG_fontconfig_PREFIX:INTERNAL= -PKG_FONTCONFIG_fontconfig_VERSION:INTERNAL= -PKG_XKB_CFLAGS:INTERNAL=-I/usr/include -PKG_XKB_CFLAGS_I:INTERNAL= -PKG_XKB_CFLAGS_OTHER:INTERNAL= -PKG_XKB_FOUND:INTERNAL=1 -PKG_XKB_INCLUDEDIR:INTERNAL=/usr/include -PKG_XKB_INCLUDE_DIRS:INTERNAL=/usr/include -PKG_XKB_LDFLAGS:INTERNAL=-L/usr/lib;-lxkbcommon -PKG_XKB_LDFLAGS_OTHER:INTERNAL= -PKG_XKB_LIBDIR:INTERNAL=/usr/lib -PKG_XKB_LIBRARIES:INTERNAL=xkbcommon -PKG_XKB_LIBRARY_DIRS:INTERNAL=/usr/lib -PKG_XKB_LIBS:INTERNAL= -PKG_XKB_LIBS_L:INTERNAL= -PKG_XKB_LIBS_OTHER:INTERNAL= -PKG_XKB_LIBS_PATHS:INTERNAL= -PKG_XKB_MODULE_NAME:INTERNAL=xkbcommon -PKG_XKB_PREFIX:INTERNAL=/usr -PKG_XKB_STATIC_CFLAGS:INTERNAL=-I/usr/include -PKG_XKB_STATIC_CFLAGS_I:INTERNAL= -PKG_XKB_STATIC_CFLAGS_OTHER:INTERNAL= -PKG_XKB_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include -PKG_XKB_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lxkbcommon -PKG_XKB_STATIC_LDFLAGS_OTHER:INTERNAL= -PKG_XKB_STATIC_LIBDIR:INTERNAL= -PKG_XKB_STATIC_LIBRARIES:INTERNAL=xkbcommon -PKG_XKB_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib -PKG_XKB_STATIC_LIBS:INTERNAL= -PKG_XKB_STATIC_LIBS_L:INTERNAL= -PKG_XKB_STATIC_LIBS_OTHER:INTERNAL= -PKG_XKB_STATIC_LIBS_PATHS:INTERNAL= -PKG_XKB_VERSION:INTERNAL=1.9.2 -PKG_XKB_xkbcommon_INCLUDEDIR:INTERNAL= -PKG_XKB_xkbcommon_LIBDIR:INTERNAL= -PKG_XKB_xkbcommon_PREFIX:INTERNAL= -PKG_XKB_xkbcommon_VERSION:INTERNAL= -//ADVANCED property for variable: PORTAUDIO_INCLUDE_DIR -PORTAUDIO_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: PORTAUDIO_LIBRARY -PORTAUDIO_LIBRARY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: POSTPROC_DEFINITIONS -POSTPROC_DEFINITIONS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: POSTPROC_INCLUDE_DIRS -POSTPROC_INCLUDE_DIRS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: POSTPROC_LIBRARIES -POSTPROC_LIBRARIES-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: POSTPROC_VERSION -POSTPROC_VERSION-ADVANCED:INTERNAL=1 -//Qt feature: abstractbutton (from target Qt6::Widgets) -QT_FEATURE_abstractbutton:INTERNAL=ON -//Qt feature: abstractslider (from target Qt6::Widgets) -QT_FEATURE_abstractslider:INTERNAL=ON -//Qt feature: accessibility (from target Qt6::Gui) -QT_FEATURE_accessibility:INTERNAL=ON -//Qt feature: accessibility_atspi_bridge (from target Qt6::Gui) -QT_FEATURE_accessibility_atspi_bridge:INTERNAL=ON -//Qt feature: action (from target Qt6::Gui) -QT_FEATURE_action:INTERNAL=ON -//Qt feature: aesni (from target Qt6::Core) -QT_FEATURE_aesni:INTERNAL=ON -//Qt feature: android_style_assets (from target Qt6::Core) -QT_FEATURE_android_style_assets:INTERNAL=OFF -//Qt feature: animation (from target Qt6::Core) -QT_FEATURE_animation:INTERNAL=ON -//Qt feature: appstore_compliant (from target Qt6::Core) -QT_FEATURE_appstore_compliant:INTERNAL=OFF -//Qt feature: arm_crc32 (from target Qt6::Core) -QT_FEATURE_arm_crc32:INTERNAL=OFF -//Qt feature: arm_crypto (from target Qt6::Core) -QT_FEATURE_arm_crypto:INTERNAL=OFF -//Qt feature: arm_sve (from target Qt6::Core) -QT_FEATURE_arm_sve:INTERNAL=OFF -//Qt feature: avx (from target Qt6::Core) -QT_FEATURE_avx:INTERNAL=ON -//Qt feature: avx2 (from target Qt6::Core) -QT_FEATURE_avx2:INTERNAL=ON -//Qt feature: avx512bw (from target Qt6::Core) -QT_FEATURE_avx512bw:INTERNAL=ON -//Qt feature: avx512cd (from target Qt6::Core) -QT_FEATURE_avx512cd:INTERNAL=ON -//Qt feature: avx512dq (from target Qt6::Core) -QT_FEATURE_avx512dq:INTERNAL=ON -//Qt feature: avx512er (from target Qt6::Core) -QT_FEATURE_avx512er:INTERNAL=ON -//Qt feature: avx512f (from target Qt6::Core) -QT_FEATURE_avx512f:INTERNAL=ON -//Qt feature: avx512ifma (from target Qt6::Core) -QT_FEATURE_avx512ifma:INTERNAL=ON -//Qt feature: avx512pf (from target Qt6::Core) -QT_FEATURE_avx512pf:INTERNAL=ON -//Qt feature: avx512vbmi (from target Qt6::Core) -QT_FEATURE_avx512vbmi:INTERNAL=ON -//Qt feature: avx512vbmi2 (from target Qt6::Core) -QT_FEATURE_avx512vbmi2:INTERNAL=ON -//Qt feature: avx512vl (from target Qt6::Core) -QT_FEATURE_avx512vl:INTERNAL=ON -//Qt feature: backtrace (from target Qt6::Core) -QT_FEATURE_backtrace:INTERNAL=ON -//Qt feature: broken_threadlocal_dtors (from target Qt6::Core) -QT_FEATURE_broken_threadlocal_dtors:INTERNAL=OFF -//Qt feature: buttongroup (from target Qt6::Widgets) -QT_FEATURE_buttongroup:INTERNAL=ON -//Qt feature: calendarwidget (from target Qt6::Widgets) -QT_FEATURE_calendarwidget:INTERNAL=ON -//Qt feature: cborstreamreader (from target Qt6::Core) -QT_FEATURE_cborstreamreader:INTERNAL=ON -//Qt feature: cborstreamwriter (from target Qt6::Core) -QT_FEATURE_cborstreamwriter:INTERNAL=ON -//Qt feature: checkbox (from target Qt6::Widgets) -QT_FEATURE_checkbox:INTERNAL=ON -//Qt feature: clipboard (from target Qt6::Gui) -QT_FEATURE_clipboard:INTERNAL=ON -//Qt feature: clock_gettime (from target Qt6::Core) -QT_FEATURE_clock_gettime:INTERNAL=ON -//Qt feature: clock_monotonic (from target Qt6::Core) -QT_FEATURE_clock_monotonic:INTERNAL=ON -//Qt feature: colordialog (from target Qt6::Widgets) -QT_FEATURE_colordialog:INTERNAL=ON -//Qt feature: colornames (from target Qt6::Gui) -QT_FEATURE_colornames:INTERNAL=ON -//Qt feature: columnview (from target Qt6::Widgets) -QT_FEATURE_columnview:INTERNAL=ON -//Qt feature: combobox (from target Qt6::Widgets) -QT_FEATURE_combobox:INTERNAL=ON -//Qt feature: commandlineparser (from target Qt6::Core) -QT_FEATURE_commandlineparser:INTERNAL=ON -//Qt feature: commandlinkbutton (from target Qt6::Widgets) -QT_FEATURE_commandlinkbutton:INTERNAL=ON -//Qt feature: completer (from target Qt6::Widgets) -QT_FEATURE_completer:INTERNAL=ON -//Qt feature: concatenatetablesproxymodel (from target Qt6::Core) -QT_FEATURE_concatenatetablesproxymodel:INTERNAL=ON -//Qt feature: concurrent (from target Qt6::Core) -QT_FEATURE_concurrent:INTERNAL=ON -//Qt feature: contextmenu (from target Qt6::Widgets) -QT_FEATURE_contextmenu:INTERNAL=ON -//Qt feature: cpp_winrt (from target Qt6::Core) -QT_FEATURE_cpp_winrt:INTERNAL=OFF -//Qt feature: cross_compile (from target Qt6::Core) -QT_FEATURE_cross_compile:INTERNAL=OFF -//Qt feature: cssparser (from target Qt6::Gui) -QT_FEATURE_cssparser:INTERNAL=ON -//Qt feature: ctf (from target Qt6::Core) -QT_FEATURE_ctf:INTERNAL=OFF -//Qt feature: cursor (from target Qt6::Gui) -QT_FEATURE_cursor:INTERNAL=ON -//Qt feature: cxx11_future (from target Qt6::Core) -QT_FEATURE_cxx11_future:INTERNAL=ON -//Qt feature: cxx17_filesystem (from target Qt6::Core) -QT_FEATURE_cxx17_filesystem:INTERNAL=ON -//Qt feature: cxx20 (from target Qt6::Core) -QT_FEATURE_cxx20:INTERNAL=OFF -//Qt feature: cxx23_stacktrace (from target Qt6::Core) -QT_FEATURE_cxx23_stacktrace:INTERNAL=OFF -//Qt feature: cxx2a (from target Qt6::Core) -QT_FEATURE_cxx2a:INTERNAL=OFF -//Qt feature: cxx2b (from target Qt6::Core) -QT_FEATURE_cxx2b:INTERNAL=OFF -//Qt feature: datawidgetmapper (from target Qt6::Widgets) -QT_FEATURE_datawidgetmapper:INTERNAL=ON -//Qt feature: datestring (from target Qt6::Core) -QT_FEATURE_datestring:INTERNAL=ON -//Qt feature: datetimeedit (from target Qt6::Widgets) -QT_FEATURE_datetimeedit:INTERNAL=ON -//Qt feature: datetimeparser (from target Qt6::Core) -QT_FEATURE_datetimeparser:INTERNAL=ON -//Qt feature: dbus (from target Qt6::Core) -QT_FEATURE_dbus:INTERNAL=ON -//Qt feature: dbus_linked (from target Qt6::Core) -QT_FEATURE_dbus_linked:INTERNAL=ON -//Qt feature: debug (from target Qt6::Core) -QT_FEATURE_debug:INTERNAL=OFF -//Qt feature: debug_and_release (from target Qt6::Core) -QT_FEATURE_debug_and_release:INTERNAL=OFF -//Qt feature: desktopservices (from target Qt6::Gui) -QT_FEATURE_desktopservices:INTERNAL=ON -//Qt feature: developer_build (from target Qt6::Core) -QT_FEATURE_developer_build:INTERNAL=OFF -//Qt feature: dial (from target Qt6::Widgets) -QT_FEATURE_dial:INTERNAL=ON -//Qt feature: dialog (from target Qt6::Widgets) -QT_FEATURE_dialog:INTERNAL=ON -//Qt feature: dialogbuttonbox (from target Qt6::Widgets) -QT_FEATURE_dialogbuttonbox:INTERNAL=ON -//Qt feature: direct2d (from target Qt6::Gui) -QT_FEATURE_direct2d:INTERNAL=OFF -//Qt feature: direct2d1_1 (from target Qt6::Gui) -QT_FEATURE_direct2d1_1:INTERNAL=OFF -//Qt feature: directfb (from target Qt6::Gui) -QT_FEATURE_directfb:INTERNAL=OFF -//Qt feature: directwrite (from target Qt6::Gui) -QT_FEATURE_directwrite:INTERNAL=OFF -//Qt feature: directwrite3 (from target Qt6::Gui) -QT_FEATURE_directwrite3:INTERNAL=OFF -//Qt feature: directwritecolrv1 (from target Qt6::Gui) -QT_FEATURE_directwritecolrv1:INTERNAL=OFF -//Qt feature: dladdr (from target Qt6::Core) -QT_FEATURE_dladdr:INTERNAL=ON -//Qt feature: dlopen (from target Qt6::Core) -QT_FEATURE_dlopen:INTERNAL=ON -//Qt feature: doc_snippets (from target Qt6::Core) -QT_FEATURE_doc_snippets:INTERNAL=OFF -//Qt feature: dockwidget (from target Qt6::Widgets) -QT_FEATURE_dockwidget:INTERNAL=ON -//Qt feature: doubleconversion (from target Qt6::Core) -QT_FEATURE_doubleconversion:INTERNAL=ON -//Qt feature: draganddrop (from target Qt6::Gui) -QT_FEATURE_draganddrop:INTERNAL=ON -//Qt feature: drm_atomic (from target Qt6::Gui) -QT_FEATURE_drm_atomic:INTERNAL=ON -//Qt feature: dynamicgl (from target Qt6::Gui) -QT_FEATURE_dynamicgl:INTERNAL=OFF -//Qt feature: easingcurve (from target Qt6::Core) -QT_FEATURE_easingcurve:INTERNAL=ON -//Qt feature: effects (from target Qt6::Widgets) -QT_FEATURE_effects:INTERNAL=ON -//Qt feature: egl (from target Qt6::Gui) -QT_FEATURE_egl:INTERNAL=ON -//Qt feature: egl_x11 (from target Qt6::Gui) -QT_FEATURE_egl_x11:INTERNAL=ON -//Qt feature: eglfs (from target Qt6::Gui) -QT_FEATURE_eglfs:INTERNAL=ON -//Qt feature: eglfs_brcm (from target Qt6::Gui) -QT_FEATURE_eglfs_brcm:INTERNAL=OFF -//Qt feature: eglfs_egldevice (from target Qt6::Gui) -QT_FEATURE_eglfs_egldevice:INTERNAL=ON -//Qt feature: eglfs_gbm (from target Qt6::Gui) -QT_FEATURE_eglfs_gbm:INTERNAL=ON -//Qt feature: eglfs_mali (from target Qt6::Gui) -QT_FEATURE_eglfs_mali:INTERNAL=OFF -//Qt feature: eglfs_openwfd (from target Qt6::Gui) -QT_FEATURE_eglfs_openwfd:INTERNAL=OFF -//Qt feature: eglfs_rcar (from target Qt6::Gui) -QT_FEATURE_eglfs_rcar:INTERNAL=OFF -//Qt feature: eglfs_viv (from target Qt6::Gui) -QT_FEATURE_eglfs_viv:INTERNAL=OFF -//Qt feature: eglfs_viv_wl (from target Qt6::Gui) -QT_FEATURE_eglfs_viv_wl:INTERNAL=OFF -//Qt feature: eglfs_vsp2 (from target Qt6::Gui) -QT_FEATURE_eglfs_vsp2:INTERNAL=OFF -//Qt feature: eglfs_x11 (from target Qt6::Gui) -QT_FEATURE_eglfs_x11:INTERNAL=ON -//Qt feature: elf_private_full_version (from target Qt6::Core) -QT_FEATURE_elf_private_full_version:INTERNAL=OFF -//Qt feature: emojisegmenter (from target Qt6::Gui) -QT_FEATURE_emojisegmenter:INTERNAL=ON -//Qt feature: enable_new_dtags (from target Qt6::Core) -QT_FEATURE_enable_new_dtags:INTERNAL=ON -//Qt feature: errormessage (from target Qt6::Widgets) -QT_FEATURE_errormessage:INTERNAL=ON -//Qt feature: etw (from target Qt6::Core) -QT_FEATURE_etw:INTERNAL=OFF -//Qt feature: evdev (from target Qt6::Gui) -QT_FEATURE_evdev:INTERNAL=ON -//Qt feature: f16c (from target Qt6::Core) -QT_FEATURE_f16c:INTERNAL=ON -//Qt feature: filedialog (from target Qt6::Widgets) -QT_FEATURE_filedialog:INTERNAL=ON -//Qt feature: filesystemiterator (from target Qt6::Core) -QT_FEATURE_filesystemiterator:INTERNAL=ON -//Qt feature: filesystemmodel (from target Qt6::Gui) -QT_FEATURE_filesystemmodel:INTERNAL=ON -//Qt feature: filesystemwatcher (from target Qt6::Core) -QT_FEATURE_filesystemwatcher:INTERNAL=ON -//Qt feature: fontcombobox (from target Qt6::Widgets) -QT_FEATURE_fontcombobox:INTERNAL=ON -//Qt feature: fontconfig (from target Qt6::Gui) -QT_FEATURE_fontconfig:INTERNAL=ON -//Qt feature: fontdialog (from target Qt6::Widgets) -QT_FEATURE_fontdialog:INTERNAL=ON -//Qt feature: force_asserts (from target Qt6::Core) -QT_FEATURE_force_asserts:INTERNAL=OFF -//Qt feature: force_bundled_libs (from target Qt6::Core) -QT_FEATURE_force_bundled_libs:INTERNAL=OFF -//Qt feature: force_debug_info (from target Qt6::Core) -QT_FEATURE_force_debug_info:INTERNAL=ON -//Qt feature: force_system_libs (from target Qt6::Core) -QT_FEATURE_force_system_libs:INTERNAL=OFF -//Qt feature: forkfd_pidfd (from target Qt6::Core) -QT_FEATURE_forkfd_pidfd:INTERNAL=ON -//Qt feature: formlayout (from target Qt6::Widgets) -QT_FEATURE_formlayout:INTERNAL=ON -//Qt feature: framework (from target Qt6::Core) -QT_FEATURE_framework:INTERNAL=OFF -//Qt feature: freetype (from target Qt6::Gui) -QT_FEATURE_freetype:INTERNAL=ON -//Qt feature: fscompleter (from target Qt6::Widgets) -QT_FEATURE_fscompleter:INTERNAL=ON -//Qt feature: futimens (from target Qt6::Core) -QT_FEATURE_futimens:INTERNAL=ON -//Qt feature: future (from target Qt6::Core) -QT_FEATURE_future:INTERNAL=ON -//Qt feature: gbm (from target Qt6::Gui) -QT_FEATURE_gbm:INTERNAL=ON -//Qt feature: gc_binaries (from target Qt6::Core) -QT_FEATURE_gc_binaries:INTERNAL=OFF -//Qt feature: gestures (from target Qt6::Core) -QT_FEATURE_gestures:INTERNAL=ON -//Qt feature: getauxval (from target Qt6::Core) -QT_FEATURE_getauxval:INTERNAL=ON -//Qt feature: getentropy (from target Qt6::Core) -QT_FEATURE_getentropy:INTERNAL=ON -//Qt feature: gif (from target Qt6::Gui) -QT_FEATURE_gif:INTERNAL=ON -//Qt feature: glib (from target Qt6::Core) -QT_FEATURE_glib:INTERNAL=ON -//Qt feature: glibc_fortify_source (from target Qt6::Core) -QT_FEATURE_glibc_fortify_source:INTERNAL=ON -//Qt feature: graphicseffect (from target Qt6::Widgets) -QT_FEATURE_graphicseffect:INTERNAL=ON -//Qt feature: graphicsframecapture (from target Qt6::Gui) -QT_FEATURE_graphicsframecapture:INTERNAL=OFF -//Qt feature: graphicsview (from target Qt6::Widgets) -QT_FEATURE_graphicsview:INTERNAL=ON -//Qt feature: groupbox (from target Qt6::Widgets) -QT_FEATURE_groupbox:INTERNAL=ON -//Qt feature: gtk3 (from target Qt6::Widgets) -QT_FEATURE_gtk3:INTERNAL=ON -//Qt feature: gui (from target Qt6::Core) -QT_FEATURE_gui:INTERNAL=ON -//Qt feature: harfbuzz (from target Qt6::Gui) -QT_FEATURE_harfbuzz:INTERNAL=ON -//Qt feature: highdpiscaling (from target Qt6::Gui) -QT_FEATURE_highdpiscaling:INTERNAL=ON -//Qt feature: hijricalendar (from target Qt6::Core) -QT_FEATURE_hijricalendar:INTERNAL=ON -//Qt feature: ico (from target Qt6::Gui) -QT_FEATURE_ico:INTERNAL=ON -//Qt feature: icu (from target Qt6::Core) -QT_FEATURE_icu:INTERNAL=ON -//Qt feature: identityproxymodel (from target Qt6::Core) -QT_FEATURE_identityproxymodel:INTERNAL=ON -//Qt feature: im (from target Qt6::Gui) -QT_FEATURE_im:INTERNAL=ON -//Qt feature: image_heuristic_mask (from target Qt6::Gui) -QT_FEATURE_image_heuristic_mask:INTERNAL=ON -//Qt feature: image_text (from target Qt6::Gui) -QT_FEATURE_image_text:INTERNAL=ON -//Qt feature: imageformat_bmp (from target Qt6::Gui) -QT_FEATURE_imageformat_bmp:INTERNAL=ON -//Qt feature: imageformat_jpeg (from target Qt6::Gui) -QT_FEATURE_imageformat_jpeg:INTERNAL=ON -//Qt feature: imageformat_png (from target Qt6::Gui) -QT_FEATURE_imageformat_png:INTERNAL=ON -//Qt feature: imageformat_ppm (from target Qt6::Gui) -QT_FEATURE_imageformat_ppm:INTERNAL=ON -//Qt feature: imageformat_xbm (from target Qt6::Gui) -QT_FEATURE_imageformat_xbm:INTERNAL=ON -//Qt feature: imageformat_xpm (from target Qt6::Gui) -QT_FEATURE_imageformat_xpm:INTERNAL=ON -//Qt feature: imageformatplugin (from target Qt6::Gui) -QT_FEATURE_imageformatplugin:INTERNAL=ON -//Qt feature: imageio_text_loading (from target Qt6::Gui) -QT_FEATURE_imageio_text_loading:INTERNAL=ON -//Qt feature: inotify (from target Qt6::Core) -QT_FEATURE_inotify:INTERNAL=ON -//Qt feature: inputdialog (from target Qt6::Widgets) -QT_FEATURE_inputdialog:INTERNAL=ON -//Qt feature: integrityfb (from target Qt6::Gui) -QT_FEATURE_integrityfb:INTERNAL=OFF -//Qt feature: integrityhid (from target Qt6::Gui) -QT_FEATURE_integrityhid:INTERNAL=OFF -//Qt feature: intelcet (from target Qt6::Core) -QT_FEATURE_intelcet:INTERNAL=ON -//Qt feature: islamiccivilcalendar (from target Qt6::Core) -QT_FEATURE_islamiccivilcalendar:INTERNAL=ON -//Qt feature: itemmodel (from target Qt6::Core) -QT_FEATURE_itemmodel:INTERNAL=ON -//Qt feature: itemviews (from target Qt6::Widgets) -QT_FEATURE_itemviews:INTERNAL=ON -//Qt feature: jalalicalendar (from target Qt6::Core) -QT_FEATURE_jalalicalendar:INTERNAL=ON -//Qt feature: journald (from target Qt6::Core) -QT_FEATURE_journald:INTERNAL=ON -//Qt feature: jpeg (from target Qt6::Gui) -QT_FEATURE_jpeg:INTERNAL=ON -//Qt feature: keysequenceedit (from target Qt6::Widgets) -QT_FEATURE_keysequenceedit:INTERNAL=ON -//Qt feature: kms (from target Qt6::Gui) -QT_FEATURE_kms:INTERNAL=ON -//Qt feature: label (from target Qt6::Widgets) -QT_FEATURE_label:INTERNAL=ON -//Qt feature: largefile (from target Qt6::Core) -QT_FEATURE_largefile:INTERNAL=ON -//Qt feature: lasx (from target Qt6::Core) -QT_FEATURE_lasx:INTERNAL=OFF -//Qt feature: lcdnumber (from target Qt6::Widgets) -QT_FEATURE_lcdnumber:INTERNAL=ON -//Qt feature: libcpp_hardening (from target Qt6::Core) -QT_FEATURE_libcpp_hardening:INTERNAL=OFF -//Qt feature: libinput (from target Qt6::Gui) -QT_FEATURE_libinput:INTERNAL=ON -//Qt feature: libinput_axis_api (from target Qt6::Gui) -QT_FEATURE_libinput_axis_api:INTERNAL=ON -//Qt feature: libinput_hires_wheel_support (from target Qt6::Gui) -QT_FEATURE_libinput_hires_wheel_support:INTERNAL=ON -//Qt feature: library (from target Qt6::Core) -QT_FEATURE_library:INTERNAL=ON -//Qt feature: libstdcpp_assertions (from target Qt6::Core) -QT_FEATURE_libstdcpp_assertions:INTERNAL=ON -//Qt feature: libudev (from target Qt6::Core) -QT_FEATURE_libudev:INTERNAL=ON -//Qt feature: lineedit (from target Qt6::Widgets) -QT_FEATURE_lineedit:INTERNAL=ON -//Qt feature: linkat (from target Qt6::Core) -QT_FEATURE_linkat:INTERNAL=ON -//Qt feature: linuxfb (from target Qt6::Gui) -QT_FEATURE_linuxfb:INTERNAL=ON -//Qt feature: listview (from target Qt6::Widgets) -QT_FEATURE_listview:INTERNAL=ON -//Qt feature: listwidget (from target Qt6::Widgets) -QT_FEATURE_listwidget:INTERNAL=ON -//Qt feature: localtime_r (from target Qt6::Core) -QT_FEATURE_localtime_r:INTERNAL=ON -//Qt feature: localtime_s (from target Qt6::Core) -QT_FEATURE_localtime_s:INTERNAL=OFF -//Qt feature: lsx (from target Qt6::Core) -QT_FEATURE_lsx:INTERNAL=OFF -//Qt feature: ltcg (from target Qt6::Core) -QT_FEATURE_ltcg:INTERNAL=ON -//Qt feature: lttng (from target Qt6::Core) -QT_FEATURE_lttng:INTERNAL=OFF -//Qt feature: mainwindow (from target Qt6::Widgets) -QT_FEATURE_mainwindow:INTERNAL=ON -//Qt feature: mdiarea (from target Qt6::Widgets) -QT_FEATURE_mdiarea:INTERNAL=ON -//Qt feature: memmem (from target Qt6::Core) -QT_FEATURE_memmem:INTERNAL=ON -//Qt feature: memrchr (from target Qt6::Core) -QT_FEATURE_memrchr:INTERNAL=ON -//Qt feature: menu (from target Qt6::Widgets) -QT_FEATURE_menu:INTERNAL=ON -//Qt feature: menubar (from target Qt6::Widgets) -QT_FEATURE_menubar:INTERNAL=ON -//Qt feature: messagebox (from target Qt6::Widgets) -QT_FEATURE_messagebox:INTERNAL=ON -//Qt feature: metal (from target Qt6::Gui) -QT_FEATURE_metal:INTERNAL=OFF -//Qt feature: mimetype (from target Qt6::Core) -QT_FEATURE_mimetype:INTERNAL=ON -//Qt feature: mimetype_database (from target Qt6::Core) -QT_FEATURE_mimetype_database:INTERNAL=ON -//Qt feature: mips_dsp (from target Qt6::Core) -QT_FEATURE_mips_dsp:INTERNAL=OFF -//Qt feature: mips_dspr2 (from target Qt6::Core) -QT_FEATURE_mips_dspr2:INTERNAL=OFF -//Qt feature: movie (from target Qt6::Gui) -QT_FEATURE_movie:INTERNAL=ON -//Qt feature: mtdev (from target Qt6::Gui) -QT_FEATURE_mtdev:INTERNAL=ON -//Qt feature: multiprocess (from target Qt6::Gui) -QT_FEATURE_multiprocess:INTERNAL=ON -//Qt feature: neon (from target Qt6::Core) -QT_FEATURE_neon:INTERNAL=OFF -//Qt feature: network (from target Qt6::Core) -QT_FEATURE_network:INTERNAL=ON -//Qt feature: no_direct_extern_access (from target Qt6::Core) -QT_FEATURE_no_direct_extern_access:INTERNAL=ON -//Qt feature: opengl (from target Qt6::Gui) -QT_FEATURE_opengl:INTERNAL=ON -//Qt feature: opengles2 (from target Qt6::Gui) -QT_FEATURE_opengles2:INTERNAL=OFF -//Qt feature: opengles3 (from target Qt6::Gui) -QT_FEATURE_opengles3:INTERNAL=OFF -//Qt feature: opengles31 (from target Qt6::Gui) -QT_FEATURE_opengles31:INTERNAL=OFF -//Qt feature: opengles32 (from target Qt6::Gui) -QT_FEATURE_opengles32:INTERNAL=OFF -//Qt feature: openssl (from target Qt6::Core) -QT_FEATURE_openssl:INTERNAL=ON -//Qt feature: openssl_hash (from target Qt6::Core) -QT_FEATURE_openssl_hash:INTERNAL=OFF -//Qt feature: openssl_linked (from target Qt6::Core) -QT_FEATURE_openssl_linked:INTERNAL=ON -//Qt feature: opensslv11 (from target Qt6::Core) -QT_FEATURE_opensslv11:INTERNAL=OFF -//Qt feature: opensslv30 (from target Qt6::Core) -QT_FEATURE_opensslv30:INTERNAL=ON -//Qt feature: openvg (from target Qt6::Gui) -QT_FEATURE_openvg:INTERNAL=OFF -//Qt feature: pcre2 (from target Qt6::Core) -QT_FEATURE_pcre2:INTERNAL=ON -//Qt feature: pdf (from target Qt6::Gui) -QT_FEATURE_pdf:INTERNAL=ON -//Qt feature: permissions (from target Qt6::Core) -QT_FEATURE_permissions:INTERNAL=ON -//Qt feature: picture (from target Qt6::Gui) -QT_FEATURE_picture:INTERNAL=ON -//Qt feature: pkg_config (from target Qt6::Core) -QT_FEATURE_pkg_config:INTERNAL=ON -//Qt feature: plugin_manifest (from target Qt6::Core) -QT_FEATURE_plugin_manifest:INTERNAL=ON -//Qt feature: png (from target Qt6::Gui) -QT_FEATURE_png:INTERNAL=ON -//Qt feature: poll_exit_on_error (from target Qt6::Core) -QT_FEATURE_poll_exit_on_error:INTERNAL=OFF -//Qt feature: poll_poll (from target Qt6::Core) -QT_FEATURE_poll_poll:INTERNAL=OFF -//Qt feature: poll_pollts (from target Qt6::Core) -QT_FEATURE_poll_pollts:INTERNAL=OFF -//Qt feature: poll_ppoll (from target Qt6::Core) -QT_FEATURE_poll_ppoll:INTERNAL=ON -//Qt feature: poll_select (from target Qt6::Core) -QT_FEATURE_poll_select:INTERNAL=OFF -//Qt feature: posix_fallocate (from target Qt6::Core) -QT_FEATURE_posix_fallocate:INTERNAL=ON -//Qt feature: posix_sem (from target Qt6::Core) -QT_FEATURE_posix_sem:INTERNAL=ON -//Qt feature: posix_shm (from target Qt6::Core) -QT_FEATURE_posix_shm:INTERNAL=ON -//Qt feature: precompile_header (from target Qt6::Core) -QT_FEATURE_precompile_header:INTERNAL=ON -//Qt feature: printsupport (from target Qt6::Core) -QT_FEATURE_printsupport:INTERNAL=ON -//Qt feature: private_tests (from target Qt6::Core) -QT_FEATURE_private_tests:INTERNAL=OFF -//Qt feature: process (from target Qt6::Core) -QT_FEATURE_process:INTERNAL=ON -//Qt feature: processenvironment (from target Qt6::Core) -QT_FEATURE_processenvironment:INTERNAL=ON -//Qt feature: progressbar (from target Qt6::Widgets) -QT_FEATURE_progressbar:INTERNAL=ON -//Qt feature: progressdialog (from target Qt6::Widgets) -QT_FEATURE_progressdialog:INTERNAL=ON -//Qt feature: proxymodel (from target Qt6::Core) -QT_FEATURE_proxymodel:INTERNAL=ON -//Qt feature: pthread_clockjoin (from target Qt6::Core) -QT_FEATURE_pthread_clockjoin:INTERNAL=ON -//Qt feature: pthread_condattr_setclock (from target Qt6::Core) -QT_FEATURE_pthread_condattr_setclock:INTERNAL=ON -//Qt feature: pthread_timedjoin (from target Qt6::Core) -QT_FEATURE_pthread_timedjoin:INTERNAL=ON -//Qt feature: pushbutton (from target Qt6::Widgets) -QT_FEATURE_pushbutton:INTERNAL=ON -//Qt feature: qqnx_imf (from target Qt6::Gui) -QT_FEATURE_qqnx_imf:INTERNAL=OFF -//Qt feature: qqnx_pps (from target Qt6::Core) -QT_FEATURE_qqnx_pps:INTERNAL=OFF -//Qt feature: qtgui_threadpool (from target Qt6::Gui) -QT_FEATURE_qtgui_threadpool:INTERNAL=ON -//Qt feature: radiobutton (from target Qt6::Widgets) -QT_FEATURE_radiobutton:INTERNAL=ON -//Qt feature: raster_64bit (from target Qt6::Gui) -QT_FEATURE_raster_64bit:INTERNAL=ON -//Qt feature: raster_fp (from target Qt6::Gui) -QT_FEATURE_raster_fp:INTERNAL=ON -//Qt feature: rdrnd (from target Qt6::Core) -QT_FEATURE_rdrnd:INTERNAL=ON -//Qt feature: rdseed (from target Qt6::Core) -QT_FEATURE_rdseed:INTERNAL=ON -//Qt feature: reduce_exports (from target Qt6::Core) -QT_FEATURE_reduce_exports:INTERNAL=ON -//Qt feature: reduce_relocations (from target Qt6::Core) -QT_FEATURE_reduce_relocations:INTERNAL=ON -//Qt feature: regularexpression (from target Qt6::Core) -QT_FEATURE_regularexpression:INTERNAL=ON -//Qt feature: relocatable (from target Qt6::Core) -QT_FEATURE_relocatable:INTERNAL=ON -//Qt feature: relro_now_linker (from target Qt6::Core) -QT_FEATURE_relro_now_linker:INTERNAL=ON -//Qt feature: renameat2 (from target Qt6::Core) -QT_FEATURE_renameat2:INTERNAL=ON -//Qt feature: resizehandler (from target Qt6::Widgets) -QT_FEATURE_resizehandler:INTERNAL=ON -//Qt feature: rpath (from target Qt6::Core) -QT_FEATURE_rpath:INTERNAL=ON -//Qt feature: rubberband (from target Qt6::Widgets) -QT_FEATURE_rubberband:INTERNAL=ON -//Qt feature: scrollarea (from target Qt6::Widgets) -QT_FEATURE_scrollarea:INTERNAL=ON -//Qt feature: scrollbar (from target Qt6::Widgets) -QT_FEATURE_scrollbar:INTERNAL=ON -//Qt feature: scroller (from target Qt6::Widgets) -QT_FEATURE_scroller:INTERNAL=ON -//Qt feature: separate_debug_info (from target Qt6::Core) -QT_FEATURE_separate_debug_info:INTERNAL=OFF -//Qt feature: sessionmanager (from target Qt6::Gui) -QT_FEATURE_sessionmanager:INTERNAL=ON -//Qt feature: settings (from target Qt6::Core) -QT_FEATURE_settings:INTERNAL=ON -//Qt feature: sha3_fast (from target Qt6::Core) -QT_FEATURE_sha3_fast:INTERNAL=ON -//Qt feature: shani (from target Qt6::Core) -QT_FEATURE_shani:INTERNAL=ON -//Qt feature: shared (from target Qt6::Core) -QT_FEATURE_shared:INTERNAL=ON -//Qt feature: sharedmemory (from target Qt6::Core) -QT_FEATURE_sharedmemory:INTERNAL=ON -//Qt feature: shortcut (from target Qt6::Core) -QT_FEATURE_shortcut:INTERNAL=ON -//Qt feature: signaling_nan (from target Qt6::Core) -QT_FEATURE_signaling_nan:INTERNAL=ON -//Qt feature: simulator_and_device (from target Qt6::Core) -QT_FEATURE_simulator_and_device:INTERNAL=OFF -//Qt feature: sizegrip (from target Qt6::Widgets) -QT_FEATURE_sizegrip:INTERNAL=ON -//Qt feature: slider (from target Qt6::Widgets) -QT_FEATURE_slider:INTERNAL=ON -//Qt feature: slog2 (from target Qt6::Core) -QT_FEATURE_slog2:INTERNAL=OFF -//Qt feature: sortfilterproxymodel (from target Qt6::Core) -QT_FEATURE_sortfilterproxymodel:INTERNAL=ON -//Qt feature: spinbox (from target Qt6::Widgets) -QT_FEATURE_spinbox:INTERNAL=ON -//Qt feature: splashscreen (from target Qt6::Widgets) -QT_FEATURE_splashscreen:INTERNAL=ON -//Qt feature: splitter (from target Qt6::Widgets) -QT_FEATURE_splitter:INTERNAL=ON -//Qt feature: sql (from target Qt6::Core) -QT_FEATURE_sql:INTERNAL=ON -//Qt feature: sse2 (from target Qt6::Core) -QT_FEATURE_sse2:INTERNAL=ON -//Qt feature: sse3 (from target Qt6::Core) -QT_FEATURE_sse3:INTERNAL=ON -//Qt feature: sse4_1 (from target Qt6::Core) -QT_FEATURE_sse4_1:INTERNAL=ON -//Qt feature: sse4_2 (from target Qt6::Core) -QT_FEATURE_sse4_2:INTERNAL=ON -//Qt feature: ssse3 (from target Qt6::Core) -QT_FEATURE_ssse3:INTERNAL=ON -//Qt feature: stack_clash_protection (from target Qt6::Core) -QT_FEATURE_stack_clash_protection:INTERNAL=ON -//Qt feature: stack_protector (from target Qt6::Core) -QT_FEATURE_stack_protector:INTERNAL=ON -//Qt feature: stackedwidget (from target Qt6::Widgets) -QT_FEATURE_stackedwidget:INTERNAL=ON -//Qt feature: standarditemmodel (from target Qt6::Gui) -QT_FEATURE_standarditemmodel:INTERNAL=ON -//Qt feature: static (from target Qt6::Core) -QT_FEATURE_static:INTERNAL=OFF -//Qt feature: statusbar (from target Qt6::Widgets) -QT_FEATURE_statusbar:INTERNAL=ON -//Qt feature: statustip (from target Qt6::Widgets) -QT_FEATURE_statustip:INTERNAL=ON -//Qt feature: std_atomic64 (from target Qt6::Core) -QT_FEATURE_std_atomic64:INTERNAL=ON -//Qt feature: stdlib_libcpp (from target Qt6::Core) -QT_FEATURE_stdlib_libcpp:INTERNAL=OFF -//Qt feature: stringlistmodel (from target Qt6::Core) -QT_FEATURE_stringlistmodel:INTERNAL=ON -//Qt feature: style_android (from target Qt6::Widgets) -QT_FEATURE_style_android:INTERNAL=OFF -//Qt feature: style_fusion (from target Qt6::Widgets) -QT_FEATURE_style_fusion:INTERNAL=ON -//Qt feature: style_mac (from target Qt6::Widgets) -QT_FEATURE_style_mac:INTERNAL=OFF -//Qt feature: style_stylesheet (from target Qt6::Widgets) -QT_FEATURE_style_stylesheet:INTERNAL=ON -//Qt feature: style_windows (from target Qt6::Widgets) -QT_FEATURE_style_windows:INTERNAL=ON -//Qt feature: style_windows11 (from target Qt6::Widgets) -QT_FEATURE_style_windows11:INTERNAL=OFF -//Qt feature: style_windowsvista (from target Qt6::Widgets) -QT_FEATURE_style_windowsvista:INTERNAL=OFF -//Qt feature: syntaxhighlighter (from target Qt6::Widgets) -QT_FEATURE_syntaxhighlighter:INTERNAL=ON -//Qt feature: syslog (from target Qt6::Core) -QT_FEATURE_syslog:INTERNAL=OFF -//Qt feature: system_doubleconversion (from target Qt6::Core) -QT_FEATURE_system_doubleconversion:INTERNAL=ON -//Qt feature: system_freetype (from target Qt6::Gui) -QT_FEATURE_system_freetype:INTERNAL=ON -//Qt feature: system_harfbuzz (from target Qt6::Gui) -QT_FEATURE_system_harfbuzz:INTERNAL=ON -//Qt feature: system_jpeg (from target Qt6::Gui) -QT_FEATURE_system_jpeg:INTERNAL=ON -//Qt feature: system_libb2 (from target Qt6::Core) -QT_FEATURE_system_libb2:INTERNAL=ON -//Qt feature: system_pcre2 (from target Qt6::Core) -QT_FEATURE_system_pcre2:INTERNAL=ON -//Qt feature: system_png (from target Qt6::Gui) -QT_FEATURE_system_png:INTERNAL=ON -//Qt feature: system_textmarkdownreader (from target Qt6::Gui) -QT_FEATURE_system_textmarkdownreader:INTERNAL=ON -//Qt feature: system_xcb_xinput (from target Qt6::Gui) -QT_FEATURE_system_xcb_xinput:INTERNAL=ON -//Qt feature: system_zlib (from target Qt6::Core) -QT_FEATURE_system_zlib:INTERNAL=ON -//Qt feature: systemsemaphore (from target Qt6::Core) -QT_FEATURE_systemsemaphore:INTERNAL=ON -//Qt feature: systemtrayicon (from target Qt6::Gui) -QT_FEATURE_systemtrayicon:INTERNAL=ON -//Qt feature: sysv_sem (from target Qt6::Core) -QT_FEATURE_sysv_sem:INTERNAL=ON -//Qt feature: sysv_shm (from target Qt6::Core) -QT_FEATURE_sysv_shm:INTERNAL=ON -//Qt feature: tabbar (from target Qt6::Widgets) -QT_FEATURE_tabbar:INTERNAL=ON -//Qt feature: tabletevent (from target Qt6::Gui) -QT_FEATURE_tabletevent:INTERNAL=ON -//Qt feature: tableview (from target Qt6::Widgets) -QT_FEATURE_tableview:INTERNAL=ON -//Qt feature: tablewidget (from target Qt6::Widgets) -QT_FEATURE_tablewidget:INTERNAL=ON -//Qt feature: tabwidget (from target Qt6::Widgets) -QT_FEATURE_tabwidget:INTERNAL=ON -//Qt feature: temporaryfile (from target Qt6::Core) -QT_FEATURE_temporaryfile:INTERNAL=ON -//Qt feature: test_gui (from target Qt6::Core) -QT_FEATURE_test_gui:INTERNAL=ON -//Qt feature: testlib (from target Qt6::Core) -QT_FEATURE_testlib:INTERNAL=ON -//Qt feature: textbrowser (from target Qt6::Widgets) -QT_FEATURE_textbrowser:INTERNAL=ON -//Qt feature: textdate (from target Qt6::Core) -QT_FEATURE_textdate:INTERNAL=ON -//Qt feature: textedit (from target Qt6::Widgets) -QT_FEATURE_textedit:INTERNAL=ON -//Qt feature: texthtmlparser (from target Qt6::Gui) -QT_FEATURE_texthtmlparser:INTERNAL=ON -//Qt feature: textmarkdownreader (from target Qt6::Gui) -QT_FEATURE_textmarkdownreader:INTERNAL=ON -//Qt feature: textmarkdownwriter (from target Qt6::Gui) -QT_FEATURE_textmarkdownwriter:INTERNAL=ON -//Qt feature: textodfwriter (from target Qt6::Gui) -QT_FEATURE_textodfwriter:INTERNAL=ON -//Qt feature: thread (from target Qt6::Core) -QT_FEATURE_thread:INTERNAL=ON -//Qt feature: threadsafe_cloexec (from target Qt6::Core) -QT_FEATURE_threadsafe_cloexec:INTERNAL=ON -//Qt feature: timezone (from target Qt6::Core) -QT_FEATURE_timezone:INTERNAL=ON -//Qt feature: timezone_locale (from target Qt6::Core) -QT_FEATURE_timezone_locale:INTERNAL=ON -//Qt feature: timezone_tzdb (from target Qt6::Core) -QT_FEATURE_timezone_tzdb:INTERNAL=OFF -//Qt feature: toolbar (from target Qt6::Widgets) -QT_FEATURE_toolbar:INTERNAL=ON -//Qt feature: toolbox (from target Qt6::Widgets) -QT_FEATURE_toolbox:INTERNAL=ON -//Qt feature: toolbutton (from target Qt6::Widgets) -QT_FEATURE_toolbutton:INTERNAL=ON -//Qt feature: tooltip (from target Qt6::Widgets) -QT_FEATURE_tooltip:INTERNAL=ON -//Qt feature: translation (from target Qt6::Core) -QT_FEATURE_translation:INTERNAL=ON -//Qt feature: transposeproxymodel (from target Qt6::Core) -QT_FEATURE_transposeproxymodel:INTERNAL=ON -//Qt feature: treeview (from target Qt6::Widgets) -QT_FEATURE_treeview:INTERNAL=ON -//Qt feature: treewidget (from target Qt6::Widgets) -QT_FEATURE_treewidget:INTERNAL=ON -//Qt feature: trivial_auto_var_init_pattern (from target Qt6::Core) -QT_FEATURE_trivial_auto_var_init_pattern:INTERNAL=ON -//Qt feature: tslib (from target Qt6::Gui) -QT_FEATURE_tslib:INTERNAL=ON -//Qt feature: tuiotouch (from target Qt6::Gui) -QT_FEATURE_tuiotouch:INTERNAL=ON -//Qt feature: undocommand (from target Qt6::Gui) -QT_FEATURE_undocommand:INTERNAL=ON -//Qt feature: undogroup (from target Qt6::Gui) -QT_FEATURE_undogroup:INTERNAL=ON -//Qt feature: undostack (from target Qt6::Gui) -QT_FEATURE_undostack:INTERNAL=ON -//Qt feature: undoview (from target Qt6::Widgets) -QT_FEATURE_undoview:INTERNAL=ON -//Qt feature: use_bfd_linker (from target Qt6::Core) -QT_FEATURE_use_bfd_linker:INTERNAL=OFF -//Qt feature: use_gold_linker (from target Qt6::Core) -QT_FEATURE_use_gold_linker:INTERNAL=OFF -//Qt feature: use_lld_linker (from target Qt6::Core) -QT_FEATURE_use_lld_linker:INTERNAL=OFF -//Qt feature: use_mold_linker (from target Qt6::Core) -QT_FEATURE_use_mold_linker:INTERNAL=OFF -//Qt feature: vaes (from target Qt6::Core) -QT_FEATURE_vaes:INTERNAL=ON -//Qt feature: validator (from target Qt6::Gui) -QT_FEATURE_validator:INTERNAL=ON -//Qt feature: version_tagging (from target Qt6::Core) -QT_FEATURE_version_tagging:INTERNAL=ON -//Qt feature: vkgen (from target Qt6::Gui) -QT_FEATURE_vkgen:INTERNAL=ON -//Qt feature: vkkhrdisplay (from target Qt6::Gui) -QT_FEATURE_vkkhrdisplay:INTERNAL=ON -//Qt feature: vnc (from target Qt6::Gui) -QT_FEATURE_vnc:INTERNAL=ON -//Qt feature: vsp2 (from target Qt6::Gui) -QT_FEATURE_vsp2:INTERNAL=OFF -//Qt feature: vulkan (from target Qt6::Gui) -QT_FEATURE_vulkan:INTERNAL=ON -//Qt feature: vxworksevdev (from target Qt6::Gui) -QT_FEATURE_vxworksevdev:INTERNAL=OFF -//Qt feature: wasm_exceptions (from target Qt6::Core) -QT_FEATURE_wasm_exceptions:INTERNAL=OFF -//Qt feature: wasm_jspi (from target Qt6::Core) -QT_FEATURE_wasm_jspi:INTERNAL=OFF -//Qt feature: wasm_simd128 (from target Qt6::Core) -QT_FEATURE_wasm_simd128:INTERNAL=OFF -//Qt feature: wayland (from target Qt6::Gui) -QT_FEATURE_wayland:INTERNAL=ON -//Qt feature: whatsthis (from target Qt6::Gui) -QT_FEATURE_whatsthis:INTERNAL=ON -//Qt feature: wheelevent (from target Qt6::Gui) -QT_FEATURE_wheelevent:INTERNAL=ON -//Qt feature: widgets (from target Qt6::Core) -QT_FEATURE_widgets:INTERNAL=ON -//Qt feature: widgettextcontrol (from target Qt6::Widgets) -QT_FEATURE_widgettextcontrol:INTERNAL=ON -//Qt feature: wizard (from target Qt6::Widgets) -QT_FEATURE_wizard:INTERNAL=ON -//Qt feature: x86intrin (from target Qt6::Core) -QT_FEATURE_x86intrin:INTERNAL=ON -//Qt feature: xcb (from target Qt6::Gui) -QT_FEATURE_xcb:INTERNAL=ON -//Qt feature: xcb_egl_plugin (from target Qt6::Gui) -QT_FEATURE_xcb_egl_plugin:INTERNAL=ON -//Qt feature: xcb_glx (from target Qt6::Gui) -QT_FEATURE_xcb_glx:INTERNAL=ON -//Qt feature: xcb_glx_plugin (from target Qt6::Gui) -QT_FEATURE_xcb_glx_plugin:INTERNAL=ON -//Qt feature: xcb_native_painting (from target Qt6::Gui) -QT_FEATURE_xcb_native_painting:INTERNAL=OFF -//Qt feature: xcb_sm (from target Qt6::Gui) -QT_FEATURE_xcb_sm:INTERNAL=ON -//Qt feature: xcb_xlib (from target Qt6::Gui) -QT_FEATURE_xcb_xlib:INTERNAL=ON -//Qt feature: xkbcommon (from target Qt6::Gui) -QT_FEATURE_xkbcommon:INTERNAL=ON -//Qt feature: xkbcommon_x11 (from target Qt6::Gui) -QT_FEATURE_xkbcommon_x11:INTERNAL=ON -//Qt feature: xlib (from target Qt6::Gui) -QT_FEATURE_xlib:INTERNAL=ON -//Qt feature: xml (from target Qt6::Core) -QT_FEATURE_xml:INTERNAL=ON -//Qt feature: xmlstream (from target Qt6::Core) -QT_FEATURE_xmlstream:INTERNAL=ON -//Qt feature: xmlstreamreader (from target Qt6::Core) -QT_FEATURE_xmlstreamreader:INTERNAL=ON -//Qt feature: xmlstreamwriter (from target Qt6::Core) -QT_FEATURE_xmlstreamwriter:INTERNAL=ON -//Qt feature: xrender (from target Qt6::Gui) -QT_FEATURE_xrender:INTERNAL=OFF -//Qt feature: zstd (from target Qt6::Core) -QT_FEATURE_zstd:INTERNAL=ON -//ADVANCED property for variable: SDL_CHECK_REQUIRED_INCLUDES -SDL_CHECK_REQUIRED_INCLUDES-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: SDL_CHECK_REQUIRED_LINK_OPTIONS -SDL_CHECK_REQUIRED_LINK_OPTIONS-ADVANCED:INTERNAL=1 -//Result of TRY_COMPILE -SDL_CPU_CHECK_ALL:INTERNAL=TRUE -//Have symbol XkbLookupKeySym -SDL_VIDEO_DRIVER_X11_HAS_XKBLOOKUPKEYSYM:INTERNAL=1 -//CHECK_TYPE_SIZE: sizeof(short) -SHORT_SIZE:INTERNAL=2 -//ADVANCED property for variable: SITE -SITE-ADVANCED:INTERNAL=1 -//CHECK_TYPE_SIZE: sizeof(curl_off_t) -SIZEOF_CURL_OFF_T:INTERNAL=8 -//CHECK_TYPE_SIZE: sizeof(curl_socket_t) -SIZEOF_CURL_SOCKET_T:INTERNAL=4 -//CHECK_TYPE_SIZE: sizeof(int) -SIZEOF_INT:INTERNAL=4 -//CHECK_TYPE_SIZE: sizeof(long) -SIZEOF_LONG:INTERNAL=8 -//CHECK_TYPE_SIZE: sizeof(long long) -SIZEOF_LONG_LONG:INTERNAL=8 -//CHECK_TYPE_SIZE: sizeof(off_t) -SIZEOF_OFF_T:INTERNAL=8 -//CHECK_TYPE_SIZE: sizeof(sa_family_t) -SIZEOF_SA_FAMILY_T:INTERNAL=2 -//CHECK_TYPE_SIZE: sizeof(size_t) -SIZEOF_SIZE_T:INTERNAL=8 -//CHECK_TYPE_SIZE: sizeof(ssize_t) -SIZEOF_SSIZE_T:INTERNAL=8 -//CHECK_TYPE_SIZE: sizeof(struct sockaddr_storage) -SIZEOF_STRUCT_SOCKADDR_STORAGE:INTERNAL=128 -//CHECK_TYPE_SIZE: sizeof(suseconds_t) -SIZEOF_SUSECONDS_T:INTERNAL=8 -//CHECK_TYPE_SIZE: sizeof(time_t) -SIZEOF_TIME_T:INTERNAL=8 -//CHECK_TYPE_SIZE: __int64 unknown -SIZEOF___INT64:INTERNAL= -//ADVANCED property for variable: SNDFILE_INCLUDE_DIR -SNDFILE_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: SNDFILE_LIBRARY -SNDFILE_LIBRARY-ADVANCED:INTERNAL=1 -//Curl test -STDC_HEADERS:INTERNAL=1 -//ADVANCED property for variable: SWRESAMPLE_DEFINITIONS -SWRESAMPLE_DEFINITIONS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: SWRESAMPLE_INCLUDE_DIRS -SWRESAMPLE_INCLUDE_DIRS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: SWRESAMPLE_LIBRARIES -SWRESAMPLE_LIBRARIES-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: SWRESAMPLE_VERSION -SWRESAMPLE_VERSION-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: SWSCALE_DEFINITIONS -SWSCALE_DEFINITIONS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: SWSCALE_INCLUDE_DIRS -SWSCALE_INCLUDE_DIRS-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: SWSCALE_LIBRARIES -SWSCALE_LIBRARIES-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: SWSCALE_VERSION -SWSCALE_VERSION-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: TEST_NGHTTPX -TEST_NGHTTPX-ADVANCED:INTERNAL=1 -//CHECK_TYPE_SIZE: sizeof(uint16_t) -UINT16_SIZE:INTERNAL=2 -//CHECK_TYPE_SIZE: sizeof(uint32_t) -UINT32_SIZE:INTERNAL=4 -//Test USE_UNIX_SOCKETS -USE_UNIX_SOCKETS:INTERNAL=1 -//CHECK_TYPE_SIZE: sizeof(u_int16_t) -U_INT16_SIZE:INTERNAL=2 -//CHECK_TYPE_SIZE: sizeof(u_int32_t) -U_INT32_SIZE:INTERNAL=4 -//ADVANCED property for variable: VSFTPD -VSFTPD-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: Vulkan_GLSLANG_VALIDATOR_EXECUTABLE -Vulkan_GLSLANG_VALIDATOR_EXECUTABLE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: Vulkan_GLSLC_EXECUTABLE -Vulkan_GLSLC_EXECUTABLE-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: Vulkan_INCLUDE_DIR -Vulkan_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: Vulkan_LIBRARY -Vulkan_LIBRARY-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_ICE_INCLUDE_PATH -X11_ICE_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_ICE_LIB -X11_ICE_LIB-ADVANCED:INTERNAL=1 -//Have library /usr/lib/libX11.so;/usr/lib/libXext.so -X11_LIB_X11_SOLO:INTERNAL=1 -//ADVANCED property for variable: X11_SM_INCLUDE_PATH -X11_SM_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_SM_LIB -X11_SM_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_X11_INCLUDE_PATH -X11_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_X11_LIB -X11_X11_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_X11_xcb_INCLUDE_PATH -X11_X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_X11_xcb_LIB -X11_X11_xcb_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_XRes_INCLUDE_PATH -X11_XRes_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_XRes_LIB -X11_XRes_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_XShm_INCLUDE_PATH -X11_XShm_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_XSync_INCLUDE_PATH -X11_XSync_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xaccessrules_INCLUDE_PATH -X11_Xaccessrules_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xaccessstr_INCLUDE_PATH -X11_Xaccessstr_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xau_INCLUDE_PATH -X11_Xau_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xau_LIB -X11_Xau_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xaw_INCLUDE_PATH -X11_Xaw_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xaw_LIB -X11_Xaw_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xcomposite_INCLUDE_PATH -X11_Xcomposite_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xcomposite_LIB -X11_Xcomposite_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xcursor_INCLUDE_PATH -X11_Xcursor_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xcursor_LIB -X11_Xcursor_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xdamage_INCLUDE_PATH -X11_Xdamage_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xdamage_LIB -X11_Xdamage_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xdbe_INCLUDE_PATH -X11_Xdbe_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xdmcp_INCLUDE_PATH -X11_Xdmcp_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xdmcp_LIB -X11_Xdmcp_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xext_INCLUDE_PATH -X11_Xext_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xext_LIB -X11_Xext_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xfixes_INCLUDE_PATH -X11_Xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xfixes_LIB -X11_Xfixes_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xft_INCLUDE_PATH -X11_Xft_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xft_LIB -X11_Xft_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xi_INCLUDE_PATH -X11_Xi_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xi_LIB -X11_Xi_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xinerama_INCLUDE_PATH -X11_Xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xinerama_LIB -X11_Xinerama_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xkb_INCLUDE_PATH -X11_Xkb_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xkblib_INCLUDE_PATH -X11_Xkblib_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xlib_INCLUDE_PATH -X11_Xlib_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xmu_INCLUDE_PATH -X11_Xmu_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xmu_LIB -X11_Xmu_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xpm_INCLUDE_PATH -X11_Xpm_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xpm_LIB -X11_Xpm_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xpresent_INCLUDE_PATH -X11_Xpresent_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xpresent_LIB -X11_Xpresent_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xrandr_INCLUDE_PATH -X11_Xrandr_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xrandr_LIB -X11_Xrandr_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xrender_INCLUDE_PATH -X11_Xrender_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xrender_LIB -X11_Xrender_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xshape_INCLUDE_PATH -X11_Xshape_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xss_INCLUDE_PATH -X11_Xss_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xss_LIB -X11_Xss_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xt_INCLUDE_PATH -X11_Xt_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xt_LIB -X11_Xt_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xtst_INCLUDE_PATH -X11_Xtst_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xtst_LIB -X11_Xtst_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xutil_INCLUDE_PATH -X11_Xutil_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xv_INCLUDE_PATH -X11_Xv_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xv_LIB -X11_Xv_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xxf86misc_INCLUDE_PATH -X11_Xxf86misc_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xxf86misc_LIB -X11_Xxf86misc_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xxf86vm_INCLUDE_PATH -X11_Xxf86vm_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_Xxf86vm_LIB -X11_Xxf86vm_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_dpms_INCLUDE_PATH -X11_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_INCLUDE_PATH -X11_xcb_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_LIB -X11_xcb_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_composite_INCLUDE_PATH -X11_xcb_composite_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_composite_LIB -X11_xcb_composite_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_cursor_INCLUDE_PATH -X11_xcb_cursor_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_cursor_LIB -X11_xcb_cursor_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_damage_INCLUDE_PATH -X11_xcb_damage_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_damage_LIB -X11_xcb_damage_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_dpms_INCLUDE_PATH -X11_xcb_dpms_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_dpms_LIB -X11_xcb_dpms_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_dri2_INCLUDE_PATH -X11_xcb_dri2_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_dri2_LIB -X11_xcb_dri2_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_dri3_INCLUDE_PATH -X11_xcb_dri3_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_dri3_LIB -X11_xcb_dri3_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_errors_INCLUDE_PATH -X11_xcb_errors_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_errors_LIB -X11_xcb_errors_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_ewmh_INCLUDE_PATH -X11_xcb_ewmh_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_ewmh_LIB -X11_xcb_ewmh_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_glx_INCLUDE_PATH -X11_xcb_glx_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_glx_LIB -X11_xcb_glx_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_icccm_INCLUDE_PATH -X11_xcb_icccm_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_icccm_LIB -X11_xcb_icccm_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_image_INCLUDE_PATH -X11_xcb_image_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_image_LIB -X11_xcb_image_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_keysyms_INCLUDE_PATH -X11_xcb_keysyms_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_keysyms_LIB -X11_xcb_keysyms_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_present_INCLUDE_PATH -X11_xcb_present_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_present_LIB -X11_xcb_present_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_randr_INCLUDE_PATH -X11_xcb_randr_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_randr_LIB -X11_xcb_randr_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_record_INCLUDE_PATH -X11_xcb_record_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_record_LIB -X11_xcb_record_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_render_INCLUDE_PATH -X11_xcb_render_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_render_LIB -X11_xcb_render_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_render_util_INCLUDE_PATH -X11_xcb_render_util_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_render_util_LIB -X11_xcb_render_util_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_res_INCLUDE_PATH -X11_xcb_res_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_res_LIB -X11_xcb_res_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_screensaver_INCLUDE_PATH -X11_xcb_screensaver_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_screensaver_LIB -X11_xcb_screensaver_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_shape_INCLUDE_PATH -X11_xcb_shape_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_shape_LIB -X11_xcb_shape_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_shm_INCLUDE_PATH -X11_xcb_shm_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_shm_LIB -X11_xcb_shm_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_sync_INCLUDE_PATH -X11_xcb_sync_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_sync_LIB -X11_xcb_sync_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_util_INCLUDE_PATH -X11_xcb_util_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_util_LIB -X11_xcb_util_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_xf86dri_INCLUDE_PATH -X11_xcb_xf86dri_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_xf86dri_LIB -X11_xcb_xf86dri_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_xfixes_INCLUDE_PATH -X11_xcb_xfixes_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_xfixes_LIB -X11_xcb_xfixes_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_xinerama_INCLUDE_PATH -X11_xcb_xinerama_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_xinerama_LIB -X11_xcb_xinerama_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_xinput_INCLUDE_PATH -X11_xcb_xinput_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_xinput_LIB -X11_xcb_xinput_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_xkb_LIB -X11_xcb_xkb_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_xrm_INCLUDE_PATH -X11_xcb_xrm_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_xrm_LIB -X11_xcb_xrm_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_xtest_INCLUDE_PATH -X11_xcb_xtest_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_xtest_LIB -X11_xcb_xtest_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_xv_INCLUDE_PATH -X11_xcb_xv_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_xv_LIB -X11_xcb_xv_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_xvmc_INCLUDE_PATH -X11_xcb_xvmc_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xcb_xvmc_LIB -X11_xcb_xvmc_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xkbcommon_INCLUDE_PATH -X11_xkbcommon_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xkbcommon_LIB -X11_xkbcommon_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xkbcommon_X11_INCLUDE_PATH -X11_xkbcommon_X11_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xkbcommon_X11_LIB -X11_xkbcommon_X11_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xkbfile_INCLUDE_PATH -X11_xkbfile_INCLUDE_PATH-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: X11_xkbfile_LIB -X11_xkbfile_LIB-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: ZLIB_INCLUDE_DIR -ZLIB_INCLUDE_DIR-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: ZLIB_LIBRARY_DEBUG -ZLIB_LIBRARY_DEBUG-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: ZLIB_LIBRARY_RELEASE -ZLIB_LIBRARY_RELEASE-ADVANCED:INTERNAL=1 -ZSTD_CFLAGS:INTERNAL=-I/usr/include -ZSTD_CFLAGS_I:INTERNAL= -ZSTD_CFLAGS_OTHER:INTERNAL= -ZSTD_FOUND:INTERNAL=1 -ZSTD_INCLUDEDIR:INTERNAL=/usr/include -ZSTD_INCLUDE_DIRS:INTERNAL=/usr/include -ZSTD_LDFLAGS:INTERNAL=-L/usr/lib;-lzstd -ZSTD_LDFLAGS_OTHER:INTERNAL= -ZSTD_LIBDIR:INTERNAL=/usr/lib -ZSTD_LIBRARIES:INTERNAL=zstd -ZSTD_LIBRARY_DIRS:INTERNAL=/usr/lib -ZSTD_LIBS:INTERNAL= -ZSTD_LIBS_L:INTERNAL= -ZSTD_LIBS_OTHER:INTERNAL= -ZSTD_LIBS_PATHS:INTERNAL= -ZSTD_MODULE_NAME:INTERNAL=libzstd -ZSTD_PREFIX:INTERNAL=/usr -ZSTD_STATIC_CFLAGS:INTERNAL=-I/usr/include -ZSTD_STATIC_CFLAGS_I:INTERNAL= -ZSTD_STATIC_CFLAGS_OTHER:INTERNAL= -ZSTD_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include -ZSTD_STATIC_LDFLAGS:INTERNAL=-L/usr/lib;-lzstd -ZSTD_STATIC_LDFLAGS_OTHER:INTERNAL= -ZSTD_STATIC_LIBDIR:INTERNAL= -ZSTD_STATIC_LIBRARIES:INTERNAL=zstd -ZSTD_STATIC_LIBRARY_DIRS:INTERNAL=/usr/lib -ZSTD_STATIC_LIBS:INTERNAL= -ZSTD_STATIC_LIBS_L:INTERNAL= -ZSTD_STATIC_LIBS_OTHER:INTERNAL= -ZSTD_STATIC_LIBS_PATHS:INTERNAL= -ZSTD_VERSION:INTERNAL=1.5.7 -ZSTD_libzstd_INCLUDEDIR:INTERNAL= -ZSTD_libzstd_LIBDIR:INTERNAL= -ZSTD_libzstd_PREFIX:INTERNAL= -ZSTD_libzstd_VERSION:INTERNAL= -//CMAKE_INSTALL_PREFIX during last run -_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local -__pkg_config_arguments_BROTLI:INTERNAL=libbrotlidec;libbrotlicommon -__pkg_config_arguments_LIBIDN2:INTERNAL=libidn2 -__pkg_config_arguments_LIBSSH2:INTERNAL=libssh2 -__pkg_config_arguments_NGHTTP2:INTERNAL=libnghttp2 -__pkg_config_arguments_PC_AVCODEC:INTERNAL=libavcodec -__pkg_config_arguments_PC_AVDEVICE:INTERNAL=libavdevice -__pkg_config_arguments_PC_AVFORMAT:INTERNAL=libavformat -__pkg_config_arguments_PC_AVUTIL:INTERNAL=libavutil -__pkg_config_arguments_PC_DBUS1:INTERNAL=QUIET;dbus-1 -__pkg_config_arguments_PC_GBM:INTERNAL=IMPORTED_TARGET;gbm -__pkg_config_arguments_PC_HARFBUZZ:INTERNAL=QUIET;harfbuzz -__pkg_config_arguments_PC_JACK:INTERNAL=IMPORTED_TARGET;jack -__pkg_config_arguments_PC_LIBDECOR:INTERNAL=IMPORTED_TARGET;libdecor-0 -__pkg_config_arguments_PC_LIBDRM:INTERNAL=IMPORTED_TARGET;libdrm -__pkg_config_arguments_PC_LIBUNWIND:INTERNAL=QUIET;IMPORTED_TARGET;libunwind;libunwind-generic -__pkg_config_arguments_PC_LibUSB:INTERNAL=libusb-1.0>=1.0.16 -__pkg_config_arguments_PC_PIPEWIRE:INTERNAL=IMPORTED_TARGET;libpipewire-0.3>=0.3.44 -__pkg_config_arguments_PC_POSTPROC:INTERNAL=libpostproc -__pkg_config_arguments_PC_PULSEAUDIO:INTERNAL=IMPORTED_TARGET;libpulse>=0.9.15 -__pkg_config_arguments_PC_SWRESAMPLE:INTERNAL=libswresample -__pkg_config_arguments_PC_SWSCALE:INTERNAL=libswscale -__pkg_config_arguments_PC_WAYLAND:INTERNAL=IMPORTED_TARGET;wayland-client>=1.18;wayland-egl;wayland-cursor;egl;xkbcommon>=0.5.0 -__pkg_config_arguments_PIPEWIRE:INTERNAL=libpipewire-0.3>=0.3.23 -__pkg_config_arguments_PKG_FONTCONFIG:INTERNAL=QUIET;fontconfig -__pkg_config_arguments_PKG_XKB:INTERNAL=QUIET;xkbcommon -__pkg_config_arguments_ZSTD:INTERNAL=libzstd -__pkg_config_checked_BROTLI:INTERNAL=1 -__pkg_config_checked_DBUS:INTERNAL=1 -__pkg_config_checked_IBUS:INTERNAL=1 -__pkg_config_checked_LIBIDN2:INTERNAL=1 -__pkg_config_checked_LIBSSH2:INTERNAL=1 -__pkg_config_checked_LIBURING:INTERNAL=1 -__pkg_config_checked_NGHTTP2:INTERNAL=1 -__pkg_config_checked_PC_AVCODEC:INTERNAL=1 -__pkg_config_checked_PC_AVDEVICE:INTERNAL=1 -__pkg_config_checked_PC_AVFORMAT:INTERNAL=1 -__pkg_config_checked_PC_AVUTIL:INTERNAL=1 -__pkg_config_checked_PC_DBUS1:INTERNAL=1 -__pkg_config_checked_PC_GBM:INTERNAL=1 -__pkg_config_checked_PC_HARFBUZZ:INTERNAL=1 -__pkg_config_checked_PC_JACK:INTERNAL=1 -__pkg_config_checked_PC_LIBDECOR:INTERNAL=1 -__pkg_config_checked_PC_LIBDRM:INTERNAL=1 -__pkg_config_checked_PC_LIBUNWIND:INTERNAL=1 -__pkg_config_checked_PC_LibUSB:INTERNAL=1 -__pkg_config_checked_PC_PIPEWIRE:INTERNAL=1 -__pkg_config_checked_PC_PLUTOSG:INTERNAL=1 -__pkg_config_checked_PC_PLUTOSVG:INTERNAL=1 -__pkg_config_checked_PC_POSTPROC:INTERNAL=1 -__pkg_config_checked_PC_PULSEAUDIO:INTERNAL=1 -__pkg_config_checked_PC_SNDIO:INTERNAL=1 -__pkg_config_checked_PC_SWRESAMPLE:INTERNAL=1 -__pkg_config_checked_PC_SWSCALE:INTERNAL=1 -__pkg_config_checked_PC_WAYLAND:INTERNAL=1 -__pkg_config_checked_PIPEWIRE:INTERNAL=1 -__pkg_config_checked_PKG_FONTCONFIG:INTERNAL=1 -__pkg_config_checked_PKG_XKB:INTERNAL=1 -__pkg_config_checked_ZSTD:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_BROTLI_brotlicommon -pkgcfg_lib_BROTLI_brotlicommon-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_BROTLI_brotlidec -pkgcfg_lib_BROTLI_brotlidec-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_DBUS_dbus-1 -pkgcfg_lib_DBUS_dbus-1-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_LIBIDN2_idn2 -pkgcfg_lib_LIBIDN2_idn2-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_LIBSSH2_ssh2 -pkgcfg_lib_LIBSSH2_ssh2-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_LIBURING_uring-ffi -pkgcfg_lib_LIBURING_uring-ffi-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_NGHTTP2_nghttp2 -pkgcfg_lib_NGHTTP2_nghttp2-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PC_AVCODEC_avcodec -pkgcfg_lib_PC_AVCODEC_avcodec-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PC_AVDEVICE_avdevice -pkgcfg_lib_PC_AVDEVICE_avdevice-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PC_AVFORMAT_avformat -pkgcfg_lib_PC_AVFORMAT_avformat-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PC_AVUTIL_avutil -pkgcfg_lib_PC_AVUTIL_avutil-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PC_DBUS1_dbus-1 -pkgcfg_lib_PC_DBUS1_dbus-1-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PC_GBM_gbm -pkgcfg_lib_PC_GBM_gbm-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PC_HARFBUZZ_harfbuzz -pkgcfg_lib_PC_HARFBUZZ_harfbuzz-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PC_JACK_jack -pkgcfg_lib_PC_JACK_jack-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PC_LIBDECOR_decor-0 -pkgcfg_lib_PC_LIBDECOR_decor-0-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PC_LIBDRM_drm -pkgcfg_lib_PC_LIBDRM_drm-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PC_LIBUNWIND_unwind -pkgcfg_lib_PC_LIBUNWIND_unwind-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PC_LIBUNWIND_unwind-generic -pkgcfg_lib_PC_LIBUNWIND_unwind-generic-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PC_LibUSB_usb-1.0 -pkgcfg_lib_PC_LibUSB_usb-1.0-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PC_PIPEWIRE_pipewire-0.3 -pkgcfg_lib_PC_PIPEWIRE_pipewire-0.3-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PC_POSTPROC_postproc -pkgcfg_lib_PC_POSTPROC_postproc-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PC_PULSEAUDIO_pulse -pkgcfg_lib_PC_PULSEAUDIO_pulse-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PC_SWRESAMPLE_swresample -pkgcfg_lib_PC_SWRESAMPLE_swresample-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PC_SWSCALE_swscale -pkgcfg_lib_PC_SWSCALE_swscale-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PC_WAYLAND_EGL -pkgcfg_lib_PC_WAYLAND_EGL-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PC_WAYLAND_wayland-client -pkgcfg_lib_PC_WAYLAND_wayland-client-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PC_WAYLAND_wayland-cursor -pkgcfg_lib_PC_WAYLAND_wayland-cursor-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PC_WAYLAND_wayland-egl -pkgcfg_lib_PC_WAYLAND_wayland-egl-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PC_WAYLAND_xkbcommon -pkgcfg_lib_PC_WAYLAND_xkbcommon-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PIPEWIRE_pipewire-0.3 -pkgcfg_lib_PIPEWIRE_pipewire-0.3-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PKG_FONTCONFIG_fontconfig -pkgcfg_lib_PKG_FONTCONFIG_fontconfig-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_PKG_XKB_xkbcommon -pkgcfg_lib_PKG_XKB_xkbcommon-ADVANCED:INTERNAL=1 -//ADVANCED property for variable: pkgcfg_lib_ZSTD_zstd -pkgcfg_lib_ZSTD_zstd-ADVANCED:INTERNAL=1 -prefix_result:INTERNAL=/usr/lib - diff --git a/build_emscripten/CMakeFiles/4.0.2-dirty/CMakeASMCompiler.cmake b/build_emscripten/CMakeFiles/4.0.2-dirty/CMakeASMCompiler.cmake deleted file mode 100644 index 3051118a..00000000 --- a/build_emscripten/CMakeFiles/4.0.2-dirty/CMakeASMCompiler.cmake +++ /dev/null @@ -1,30 +0,0 @@ -set(CMAKE_ASM_COMPILER "/usr/bin/gcc") -set(CMAKE_ASM_COMPILER_ARG1 "") -set(CMAKE_AR "/usr/bin/ar") -set(CMAKE_ASM_COMPILER_AR "/usr/bin/gcc-ar") -set(CMAKE_RANLIB "/usr/bin/ranlib") -set(CMAKE_ASM_COMPILER_RANLIB "/usr/bin/gcc-ranlib") -set(CMAKE_LINKER "/usr/bin/ld") -set(CMAKE_LINKER_LINK "") -set(CMAKE_LINKER_LLD "") -set(CMAKE_ASM_COMPILER_LINKER "") -set(CMAKE_ASM_COMPILER_LINKER_ID "") -set(CMAKE_ASM_COMPILER_LINKER_VERSION ) -set(CMAKE_ASM_COMPILER_LINKER_FRONTEND_VARIANT ) -set(CMAKE_MT "") -set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") -set(CMAKE_ASM_COMPILER_LOADED 1) -set(CMAKE_ASM_COMPILER_ID "GNU") -set(CMAKE_ASM_COMPILER_VERSION "") -set(CMAKE_ASM_COMPILER_ENV_VAR "ASM") - - - - -set(CMAKE_ASM_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) -set(CMAKE_ASM_LINKER_PREFERENCE 0) -set(CMAKE_ASM_LINKER_DEPFILE_SUPPORTED ) -set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) -set(CMAKE_ASM_LINKER_PUSHPOP_STATE_SUPPORTED ) - - diff --git a/build_emscripten/CMakeFiles/4.0.2-dirty/CMakeCCompiler.cmake b/build_emscripten/CMakeFiles/4.0.2-dirty/CMakeCCompiler.cmake deleted file mode 100644 index 737ec200..00000000 --- a/build_emscripten/CMakeFiles/4.0.2-dirty/CMakeCCompiler.cmake +++ /dev/null @@ -1,84 +0,0 @@ -set(CMAKE_C_COMPILER "/usr/bin/gcc") -set(CMAKE_C_COMPILER_ARG1 "") -set(CMAKE_C_COMPILER_ID "GNU") -set(CMAKE_C_COMPILER_VERSION "15.1.1") -set(CMAKE_C_COMPILER_VERSION_INTERNAL "") -set(CMAKE_C_COMPILER_WRAPPER "") -set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "23") -set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT "ON") -set(CMAKE_C_STANDARD_LATEST "23") -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;c_std_17;c_std_23") -set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes") -set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros") -set(CMAKE_C11_COMPILE_FEATURES "c_std_11;c_static_assert") -set(CMAKE_C17_COMPILE_FEATURES "c_std_17") -set(CMAKE_C23_COMPILE_FEATURES "c_std_23") - -set(CMAKE_C_PLATFORM_ID "Linux") -set(CMAKE_C_SIMULATE_ID "") -set(CMAKE_C_COMPILER_FRONTEND_VARIANT "GNU") -set(CMAKE_C_COMPILER_APPLE_SYSROOT "") -set(CMAKE_C_SIMULATE_VERSION "") - - - - -set(CMAKE_AR "/usr/bin/ar") -set(CMAKE_C_COMPILER_AR "/usr/bin/gcc-ar") -set(CMAKE_RANLIB "/usr/bin/ranlib") -set(CMAKE_C_COMPILER_RANLIB "/usr/bin/gcc-ranlib") -set(CMAKE_LINKER "/usr/bin/ld") -set(CMAKE_LINKER_LINK "") -set(CMAKE_LINKER_LLD "") -set(CMAKE_C_COMPILER_LINKER "/usr/bin/ld") -set(CMAKE_C_COMPILER_LINKER_ID "GNU") -set(CMAKE_C_COMPILER_LINKER_VERSION 2.44.0) -set(CMAKE_C_COMPILER_LINKER_FRONTEND_VARIANT GNU) -set(CMAKE_MT "") -set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") -set(CMAKE_COMPILER_IS_GNUCC 1) -set(CMAKE_C_COMPILER_LOADED 1) -set(CMAKE_C_COMPILER_WORKS TRUE) -set(CMAKE_C_ABI_COMPILED TRUE) - -set(CMAKE_C_COMPILER_ENV_VAR "CC") - -set(CMAKE_C_COMPILER_ID_RUN 1) -set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m) -set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC) -set(CMAKE_C_LINKER_PREFERENCE 10) -set(CMAKE_C_LINKER_DEPFILE_SUPPORTED TRUE) -set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) -set(CMAKE_C_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) - -# Save compiler ABI information. -set(CMAKE_C_SIZEOF_DATA_PTR "8") -set(CMAKE_C_COMPILER_ABI "ELF") -set(CMAKE_C_BYTE_ORDER "LITTLE_ENDIAN") -set(CMAKE_C_LIBRARY_ARCHITECTURE "") - -if(CMAKE_C_SIZEOF_DATA_PTR) - set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}") -endif() - -if(CMAKE_C_COMPILER_ABI) - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}") -endif() - -if(CMAKE_C_LIBRARY_ARCHITECTURE) - set(CMAKE_LIBRARY_ARCHITECTURE "") -endif() - -set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "") -if(CMAKE_C_CL_SHOWINCLUDES_PREFIX) - set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}") -endif() - - - - - -set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed;/usr/include") -set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s") -set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1;/usr/lib;/lib") -set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") diff --git a/build_emscripten/CMakeFiles/4.0.2-dirty/CMakeCXXCompiler.cmake b/build_emscripten/CMakeFiles/4.0.2-dirty/CMakeCXXCompiler.cmake deleted file mode 100644 index f2a34fe6..00000000 --- a/build_emscripten/CMakeFiles/4.0.2-dirty/CMakeCXXCompiler.cmake +++ /dev/null @@ -1,108 +0,0 @@ -set(CMAKE_CXX_COMPILER "/usr/bin/g++") -set(CMAKE_CXX_COMPILER_ARG1 "") -set(CMAKE_CXX_COMPILER_ID "GNU") -set(CMAKE_CXX_COMPILER_VERSION "15.1.1") -set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") -set(CMAKE_CXX_COMPILER_WRAPPER "") -set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") -set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") -set(CMAKE_CXX_STANDARD_LATEST "26") -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;cxx_std_20;cxx_std_23;cxx_std_26") -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_CXX20_COMPILE_FEATURES "cxx_std_20") -set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") -set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") - -set(CMAKE_CXX_PLATFORM_ID "Linux") -set(CMAKE_CXX_SIMULATE_ID "") -set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") -set(CMAKE_CXX_COMPILER_APPLE_SYSROOT "") -set(CMAKE_CXX_SIMULATE_VERSION "") - - - - -set(CMAKE_AR "/usr/bin/ar") -set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") -set(CMAKE_RANLIB "/usr/bin/ranlib") -set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") -set(CMAKE_LINKER "/usr/bin/ld") -set(CMAKE_LINKER_LINK "") -set(CMAKE_LINKER_LLD "") -set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") -set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") -set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.44.0) -set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) -set(CMAKE_MT "") -set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") -set(CMAKE_COMPILER_IS_GNUCXX 1) -set(CMAKE_CXX_COMPILER_LOADED 1) -set(CMAKE_CXX_COMPILER_WORKS TRUE) -set(CMAKE_CXX_ABI_COMPILED TRUE) - -set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") - -set(CMAKE_CXX_COMPILER_ID_RUN 1) -set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) -set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) - -foreach (lang IN ITEMS C OBJC OBJCXX) - if (CMAKE_${lang}_COMPILER_ID_RUN) - foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) - list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) - endforeach() - endif() -endforeach() - -set(CMAKE_CXX_LINKER_PREFERENCE 30) -set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) -set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED TRUE) -set(CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) -set(CMAKE_CXX_LINKER_PUSHPOP_STATE_SUPPORTED TRUE) - -# Save compiler ABI information. -set(CMAKE_CXX_SIZEOF_DATA_PTR "8") -set(CMAKE_CXX_COMPILER_ABI "ELF") -set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") -set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") - -if(CMAKE_CXX_SIZEOF_DATA_PTR) - set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") -endif() - -if(CMAKE_CXX_COMPILER_ABI) - set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") -endif() - -if(CMAKE_CXX_LIBRARY_ARCHITECTURE) - set(CMAKE_LIBRARY_ARCHITECTURE "") -endif() - -set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") -if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) - set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") -endif() - - - - - -set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/15.1.1;/usr/include/c++/15.1.1/x86_64-pc-linux-gnu;/usr/include/c++/15.1.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed;/usr/include") -set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") -set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1;/usr/lib;/lib") -set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") -set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") - -set(CMAKE_CXX_COMPILER_IMPORT_STD "") -### Imported target for C++23 standard library -set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles") - - -### Imported target for C++26 standard library -set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Unsupported generator: Unix Makefiles") - - - diff --git a/build_emscripten/CMakeFiles/4.0.2-dirty/CMakeDetermineCompilerABI_C.bin b/build_emscripten/CMakeFiles/4.0.2-dirty/CMakeDetermineCompilerABI_C.bin deleted file mode 100755 index 1a93af3d226e7535d7d96d8354db8f93b23b237a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15424 zcmeHOU2Ggz6~4Q6noXL-n=}q?6Plrlsz$;S+qI(*ly>d)+Ov|qHpxZ^S?P4_9or+; zyVmR&>>^Z)Kou(rn1>=Hgj5NMXMQSLgoGT73VlJT5D4*PDq5vgN?bu9K;-3|ne(m3 z6FVS*c!0Uq&UeqxckZ1tcRaH*XP?gv4I~o@h1R5=QY>ldK$8(erbjvi8FfY-pzSer zR6Rg)v#$&6nE=Qdv~<%}Oo^V=%zIhvQ9LGoK+KSlc{{ZfPly^&$$l_z7aK&5;x}ag zAnc9tG$vEi{A~kI2oD(M@l?`!;GceKE2?B5rv$-ck$IZ%G~oeXlJS7ZC+CDeqms`k zX2`}Z<8LWHg5WI+FN!C`56J%9z-#`9$Pv^6wE}{7;VrMk{pkE4XM_jDJV%AMtOX8H z#5w_DyiX8MmV`vUKVW&Bm+^Kwe(Q1^fFk;N>7XHatqm3~s^p?t;km$`P>C&aG9t6@ zVfyglVE*#nUzh7gT3@gd?|%QqSO0RN`R(_AajNW$pYA?YF144P%G`YW{F&43r@Qr9 zRqyi0;ju6tb^oQt{)e{l%#u#qMsMz*uk4_Ii1d$b6GxdQ?ahQ)^DNghXDp{enu&SK zoOCKy*?G=ZZ03DCtpepylCFwt5&~ScZy`~Qa z`ZhU#pHYtQ2oz(S zfj9$k2I36F8Hh6wXCThN|3wD=*z)M#jLWxD#?@WdPbp=5X~j#{Zy1+YwaJ#_ z{hNHA-{QF(nbq8r7mds3_Hx%)ddu5yTs`+V3H8=H^j-SqM7>^rZPzhUBrdIP&UbZk zv)^(&qd49>Q{;P*Vk~|Bma#Oq_Oskwp7Pb)E#vFPwbpkIDAn?V=5))CR}#6qqCL#J ze48z=G$&hLiCR9`&eB?sM7n!vwQ)QeM}UWpTbzM7191l848$3TGZ1GW&On@jI0JD8 z;ta$Y`1dlv@44>R@`Ztsvo(4TSDiFVvz|NFapqFkzmOjp7(eSRn6_KBOJi=n&m1h| z^8JNg<@@>k@deK|t1i8x8ym_Oi$ggxSLo087RbZ5TjS0c)gdq;akS~<{0^6AwS2o? z=l5$%>-G95AvbN;U)2EYSe3tdS z2huMjv-=-Ny2NBf@GhI3`F$I|bLGbG%);-@d}X|eGZ1GW&On@jI0JD8;ta$Yh%*pp zAkM)5PzF%9h&n~oAaX4vw|xOL3M2Q6ye##O4~vX?$fF{o&hZhEQ5VVI&$z+P}qNN($5-y4YPir|BSZGx?WfZftDBrwKZ5j_=o`VIWQ*Ms?x(s$hu zxlQ==rr4h^@0mZ{R(pcJ1)tP9d-P7dQ|s#J z>gnk23f2E_7lZe|S-oG6+Bp9SwO?hl!1Aa#bcp_0(F>@8=odvnZ^#>MyZE0ZYeGGw zqWkx(&pMz`CypRB-@jGelsZ`Gm#DK{{qwg;ufZvVZ~FQpN@YSy>i&d22WfvbEzo2A z{gTAAI-=5g4` z^dRfr`t=OT)c;9ox_lQm`9CCjrESH9CkOcsK|^?Rz=%~GvuPFs}{SGea#$gAX3 z%(wFv$pFkD7~Q?pL6KP3QkGsPK7G;XO-_bZPligURtP7&;UI*uzbdLYfiPY zMKHd-0H7=NeVVZon$!!1w3pXnNh`QMQ7fw;coIv$<>1>*BH8~k(JFz9)c;`vM?e z=eR}ZA83_&o;rL?z{hu zK@>#(q5ctd!slP~_i!2<1*7A?PI|t_k!7!N-;Cd#MaP2-{1tIqLVVm;xA8v)YVZrB zO&R*%k%89^#>agWet-Cq9Dl4Y@URZvB`&*wkKZq?oFXN)Cjw|}!3W+ZOPG)QvYW!k zd5!?!0q;ckDkGj90b-t_y(b?VWZ+nsKkir3!pAt^OFAH`CQ`6Y+#7oEqvs#^VZ_>P ykU5?Nydp;a-n554m=E&8I?SEAjrM9+(4E6TVu^@!uev?IonM+!+ZQ23MD-7x!tSYlB<_q+dF$}IZBV1$w!lrUWvE)*kl&+WiAJ&;T$KslVotS zyUb2%Qji9tVmPmjf>KaH=zsoGm13)cq(oW|LDD~j;$QLbFfFGSv6ZtPS)XU-`E4e{ z=1>Gtm^Wm8@AL6{-*=vQXWw^so_RhsJQ$C~6iSWyq+%)2;A@g%81Iw{K~izw zMtX9@$XbpyYnNQhnH=fQ74p`kIi0h7TXl;;A<0N1^QN7rW;2VXF=OY=oc)}o$Xs%> znWiR=QWuN!mD+5Em@KuiKI7|$hSPohM!WV@heEYo^F9OPbZzJ=(jS+YimMk0F>hY| z#&Sz8!kV>lb`I&uxDszWl3z zUZ$vL*bM09R`>Mp1oXIP*svAQd!L)0cXWs%5Je!0Koo%}0#O8_2t*P1e~-Xl>mU12 zU%6GMUp;iaMJfF&>u$WfsjvL9Zo@k@wzvH$z54cN_0=2t${%*dCsS?fZP)c{J-;J| za^niI-k;Ix&wSbQC;d;kook1F%<%Lbw~?Bjk*4o2Z`Ge!X2%Ud@?Z7*JHNzmZdYI3 z(ck#<1^taXHG1q#{q0@%1U1kp4b+vlX6nxj?D2Vg%RMPFtA(d7=_@_&X;jr$Z@NeI zt36MUzTEf@skSraa{0|er%4gJvavVbjhVfA{h6fV_THT(-%HfS>KAY6s|#CirS9^O zucmJ4FX`7B-#w;O{ZDEe>VL5wOWhUi2|nf9Y#5)-76cF>ruG^ z+;vo<2t*NxA`nF&ia->BC<0Lgq6kD0h$0Y0Ad0|$76E>Kb+3{h9UMDfqDN?j86#VC zovGIDD?$I!^w{9^d3VXMoPw2|a?*Xq&}b?>Fxsm;KaW4XcDr2eCS2Vqm&XaY@Uu}avF9dKY_TDB>d4`` zHF^NXdghH2=LvQgIP5(^V_gURw^18kV14hghOfr^kKPw|h{+27IW{}8E z@kRBD-~)mW3pNS@4ojsd4Wr+6(NnUfSHS;A*&h!nJ=a~4lftJb#ol-kNBWxS$*p4l zyU4+uOX=dj3dkQns8i&X4)yn+PdrKAg3l$|I<+>fEz#cE-r3sG9?1W%)&`${t@=wj zY~%S5Q%6-I;ahM$T11}|{bRmajfwtqq8Ct(=$A!7PtGf)TEEYG)?*5J;&A>ZRbuL+ zDjbjRc=|@QEqSl-{}ELh)I+Kv35}0UF{KiuS0VlDWIj&kOGdBYH-xuHdfZp-JKiAa zLG^%oMD8E&Hwx1Ik^YazA5yq3AidB2@goZN8}uKt9zpBVC)LAAwBX}2q7Sz-MEb;jS5L|upmz??tNs!5^H%@m z%l(D4_Zw%yn6{T5|R+p~t1&)O!Xir7vv%HCC|TK1ntC#rYA$K)*;2unGxJ%_f2VYI?mCp~USUzL zx_{JZm{6yO7@} z7-Vy-oXG@kht6JetwlO|!P1<97k15>GiDrf-ZJL0#DFA&p}EuSnzKINFdfIFVKN_e zYTTT+Gt_f|TBd_m%u&T}nxd(+OksZB%DYu&_P?j%^^(`9xX|!k3@|Br0M;+a8dZY) zHCcFoXW=M_&nKvRsY170rT>H8%Yr}q21}ZRztNh9@o!51K&RPKslr1<{ILE5G5_En?w{BDApeI6-xD|q zq9EcA_0Opiy#Ee*FAo0U{;!jP_ck)^EAI>8J+yFtkb%D?Zhe4{efGAzPY6G9@d{+% z?@7yZ2mNE8g!d8g-XZ1}c$f$85tri!KHgJWZy_a>Cw-_K!3W+ZOOTKK*tYO-pQ8cr zfOkTCl@w38@i5LXAM!3$xGjty`>24 & 0x00FF) -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) -# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - /* __BORLANDC__ = 0xVRR */ -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) - -#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 -# define COMPILER_ID "Watcom" - /* __WATCOMC__ = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__WATCOMC__) -# define COMPILER_ID "OpenWatcom" - /* __WATCOMC__ = VVRP + 1100 */ -# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__SUNPRO_C) -# define COMPILER_ID "SunPro" -# if __SUNPRO_C >= 0x5100 - /* __SUNPRO_C = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) -# else - /* __SUNPRO_CC = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) -# endif - -#elif defined(__HP_cc) -# define COMPILER_ID "HP" - /* __HP_cc = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) - -#elif defined(__DECC) -# define COMPILER_ID "Compaq" - /* __DECC_VER = VVRRTPPPP */ -# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) -# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) -# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) - -#elif defined(__IBMC__) && defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__open_xl__) && defined(__clang__) -# define COMPILER_ID "IBMClang" -# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) -# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) -# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) -# define COMPILER_VERSION_INTERNAL_STR __clang_version__ - - -#elif defined(__ibmxl__) && defined(__clang__) -# define COMPILER_ID "XLClang" -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) - - -#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 -# define COMPILER_ID "XL" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 -# define COMPILER_ID "VisualAge" - /* __IBMC__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) - -#elif defined(__NVCOMPILER) -# define COMPILER_ID "NVHPC" -# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) -# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) -# if defined(__NVCOMPILER_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) -# endif - -#elif defined(__PGI) -# define COMPILER_ID "PGI" -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) -# if defined(__PGIC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) -# endif - -#elif defined(__clang__) && defined(__cray__) -# define COMPILER_ID "CrayClang" -# define COMPILER_VERSION_MAJOR DEC(__cray_major__) -# define COMPILER_VERSION_MINOR DEC(__cray_minor__) -# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) -# define COMPILER_VERSION_INTERNAL_STR __clang_version__ - - -#elif defined(_CRAYC) -# define COMPILER_ID "Cray" -# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) -# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) - -#elif defined(__TI_COMPILER_VERSION__) -# define COMPILER_ID "TI" - /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ -# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) -# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) -# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) - -#elif defined(__CLANG_FUJITSU) -# define COMPILER_ID "FujitsuClang" -# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) -# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) -# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) -# define COMPILER_VERSION_INTERNAL_STR __clang_version__ - - -#elif defined(__FUJITSU) -# define COMPILER_ID "Fujitsu" -# if defined(__FCC_version__) -# define COMPILER_VERSION __FCC_version__ -# elif defined(__FCC_major__) -# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) -# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) -# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) -# endif -# if defined(__fcc_version) -# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) -# elif defined(__FCC_VERSION) -# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) -# endif - - -#elif defined(__ghs__) -# define COMPILER_ID "GHS" -/* __GHS_VERSION_NUMBER = VVVVRP */ -# ifdef __GHS_VERSION_NUMBER -# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) -# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) -# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) -# endif - -#elif defined(__TASKING__) -# define COMPILER_ID "Tasking" - # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) - # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) -# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) - -#elif defined(__ORANGEC__) -# define COMPILER_ID "OrangeC" -# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) -# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) -# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) - -#elif defined(__TINYC__) -# define COMPILER_ID "TinyCC" - -#elif defined(__BCC__) -# define COMPILER_ID "Bruce" - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__ARMCC_VERSION) && !defined(__clang__) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - -#elif defined(__clang__) && defined(__apple_build_version__) -# define COMPILER_ID "AppleClang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) - -#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) -# define COMPILER_ID "ARMClang" - # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) -# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) - -#elif defined(__clang__) && defined(__ti__) -# define COMPILER_ID "TIClang" - # define COMPILER_VERSION_MAJOR DEC(__ti_major__) - # define COMPILER_VERSION_MINOR DEC(__ti_minor__) - # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) -# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) - -#elif defined(__clang__) -# define COMPILER_ID "Clang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) -# define COMPILER_ID "LCC" -# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) -# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) -# if defined(__LCC_MINOR__) -# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) -# endif -# if defined(__GNUC__) && defined(__GNUC_MINOR__) -# define SIMULATE_ID "GNU" -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -# if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif -# endif - -#elif defined(__GNUC__) -# define COMPILER_ID "GNU" -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) -# if defined(__GNUC_MINOR__) -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - /* _MSC_VER = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) -# if defined(_MSC_FULL_VER) -# if _MSC_VER >= 1400 - /* _MSC_FULL_VER = VVRRPPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) -# else - /* _MSC_FULL_VER = VVRRPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) -# endif -# endif -# if defined(_MSC_BUILD) -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) -# endif - -#elif defined(_ADI_COMPILER) -# define COMPILER_ID "ADSP" -#if defined(__VERSIONNUM__) - /* __VERSIONNUM__ = 0xVVRRPPTT */ -# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) -# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) -# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) -# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) -#endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# define COMPILER_ID "IAR" -# if defined(__VER__) && defined(__ICCARM__) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) -# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) -# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) -# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) -# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# endif - -#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) -# define COMPILER_ID "SDCC" -# if defined(__SDCC_VERSION_MAJOR) -# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) -# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) -# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) -# else - /* SDCC = VRP */ -# define COMPILER_VERSION_MAJOR DEC(SDCC/100) -# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) -# define COMPILER_VERSION_PATCH DEC(SDCC % 10) -# endif - - -/* These compilers are either not known or too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; -#ifdef SIMULATE_ID -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; -#endif - -#ifdef __QNXNTO__ -char const* qnxnto = "INFO" ":" "qnxnto[]"; -#endif - -#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) -char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; -#endif - -#define STRINGIFY_HELPER(X) #X -#define STRINGIFY(X) STRINGIFY_HELPER(X) - -/* Identify known platforms by name. */ -#if defined(__linux) || defined(__linux__) || defined(linux) -# define PLATFORM_ID "Linux" - -#elif defined(__MSYS__) -# define PLATFORM_ID "MSYS" - -#elif defined(__CYGWIN__) -# define PLATFORM_ID "Cygwin" - -#elif defined(__MINGW32__) -# define PLATFORM_ID "MinGW" - -#elif defined(__APPLE__) -# define PLATFORM_ID "Darwin" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -# define PLATFORM_ID "Windows" - -#elif defined(__FreeBSD__) || defined(__FreeBSD) -# define PLATFORM_ID "FreeBSD" - -#elif defined(__NetBSD__) || defined(__NetBSD) -# define PLATFORM_ID "NetBSD" - -#elif defined(__OpenBSD__) || defined(__OPENBSD) -# define PLATFORM_ID "OpenBSD" - -#elif defined(__sun) || defined(sun) -# define PLATFORM_ID "SunOS" - -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) -# define PLATFORM_ID "AIX" - -#elif defined(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU__) -# define PLATFORM_ID "Haiku" - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#elif defined(__WATCOMC__) -# if defined(__LINUX__) -# define PLATFORM_ID "Linux" - -# elif defined(__DOS__) -# define PLATFORM_ID "DOS" - -# elif defined(__OS2__) -# define PLATFORM_ID "OS2" - -# elif defined(__WINDOWS__) -# define PLATFORM_ID "Windows3x" - -# elif defined(__VXWORKS__) -# define PLATFORM_ID "VxWorks" - -# else /* unknown platform */ -# define PLATFORM_ID -# endif - -#elif defined(__INTEGRITY) -# if defined(INT_178B) -# define PLATFORM_ID "Integrity178" - -# else /* regular Integrity */ -# define PLATFORM_ID "Integrity" -# endif - -# elif defined(_ADI_COMPILER) -# define PLATFORM_ID "ADSP" - -#else /* unknown platform */ -# define PLATFORM_ID - -#endif - -/* For windows compilers MSVC and Intel we can determine - the architecture of the compiler being used. This is because - the compilers do not have flags that can change the architecture, - but rather depend on which compiler is being used -*/ -#if defined(_WIN32) && defined(_MSC_VER) -# if defined(_M_IA64) -# define ARCHITECTURE_ID "IA64" - -# elif defined(_M_ARM64EC) -# define ARCHITECTURE_ID "ARM64EC" - -# elif defined(_M_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# elif defined(_M_ARM64) -# define ARCHITECTURE_ID "ARM64" - -# elif defined(_M_ARM) -# if _M_ARM == 4 -# define ARCHITECTURE_ID "ARMV4I" -# elif _M_ARM == 5 -# define ARCHITECTURE_ID "ARMV5I" -# else -# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) -# endif - -# elif defined(_M_MIPS) -# define ARCHITECTURE_ID "MIPS" - -# elif defined(_M_SH) -# define ARCHITECTURE_ID "SHx" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__WATCOMC__) -# if defined(_M_I86) -# define ARCHITECTURE_ID "I86" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# if defined(__ICCARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__ICCRX__) -# define ARCHITECTURE_ID "RX" - -# elif defined(__ICCRH850__) -# define ARCHITECTURE_ID "RH850" - -# elif defined(__ICCRL78__) -# define ARCHITECTURE_ID "RL78" - -# elif defined(__ICCRISCV__) -# define ARCHITECTURE_ID "RISCV" - -# elif defined(__ICCAVR__) -# define ARCHITECTURE_ID "AVR" - -# elif defined(__ICC430__) -# define ARCHITECTURE_ID "MSP430" - -# elif defined(__ICCV850__) -# define ARCHITECTURE_ID "V850" - -# elif defined(__ICC8051__) -# define ARCHITECTURE_ID "8051" - -# elif defined(__ICCSTM8__) -# define ARCHITECTURE_ID "STM8" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__ghs__) -# if defined(__PPC64__) -# define ARCHITECTURE_ID "PPC64" - -# elif defined(__ppc__) -# define ARCHITECTURE_ID "PPC" - -# elif defined(__ARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__x86_64__) -# define ARCHITECTURE_ID "x64" - -# elif defined(__i386__) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__clang__) && defined(__ti__) -# if defined(__ARM_ARCH) -# define ARCHITECTURE_ID "ARM" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__TI_COMPILER_VERSION__) -# if defined(__TI_ARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__MSP430__) -# define ARCHITECTURE_ID "MSP430" - -# elif defined(__TMS320C28XX__) -# define ARCHITECTURE_ID "TMS320C28x" - -# elif defined(__TMS320C6X__) || defined(_TMS320C6X) -# define ARCHITECTURE_ID "TMS320C6x" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -# elif defined(__ADSPSHARC__) -# define ARCHITECTURE_ID "SHARC" - -# elif defined(__ADSPBLACKFIN__) -# define ARCHITECTURE_ID "Blackfin" - -#elif defined(__TASKING__) - -# if defined(__CTC__) || defined(__CPTC__) -# define ARCHITECTURE_ID "TriCore" - -# elif defined(__CMCS__) -# define ARCHITECTURE_ID "MCS" - -# elif defined(__CARM__) || defined(__CPARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__CARC__) -# define ARCHITECTURE_ID "ARC" - -# elif defined(__C51__) -# define ARCHITECTURE_ID "8051" - -# elif defined(__CPCP__) -# define ARCHITECTURE_ID "PCP" - -# else -# 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. */ -#ifdef COMPILER_VERSION -char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; - -/* Construct a string literal encoding the version number components. */ -#elif defined(COMPILER_VERSION_MAJOR) -char const info_version[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', - COMPILER_VERSION_MAJOR, -# ifdef COMPILER_VERSION_MINOR - '.', COMPILER_VERSION_MINOR, -# ifdef COMPILER_VERSION_PATCH - '.', COMPILER_VERSION_PATCH, -# ifdef COMPILER_VERSION_TWEAK - '.', COMPILER_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct a string literal encoding the internal version number. */ -#ifdef COMPILER_VERSION_INTERNAL -char const info_version_internal[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', - 'i','n','t','e','r','n','a','l','[', - COMPILER_VERSION_INTERNAL,']','\0'}; -#elif defined(COMPILER_VERSION_INTERNAL_STR) -char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; -#endif - -/* Construct a string literal encoding the version number components. */ -#ifdef SIMULATE_VERSION_MAJOR -char const info_simulate_version[] = { - 'I', 'N', 'F', 'O', ':', - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', - SIMULATE_VERSION_MAJOR, -# ifdef SIMULATE_VERSION_MINOR - '.', SIMULATE_VERSION_MINOR, -# ifdef SIMULATE_VERSION_PATCH - '.', SIMULATE_VERSION_PATCH, -# ifdef SIMULATE_VERSION_TWEAK - '.', SIMULATE_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; - - - -#define C_STD_99 199901L -#define C_STD_11 201112L -#define C_STD_17 201710L -#define C_STD_23 202311L - -#ifdef __STDC_VERSION__ -# define C_STD __STDC_VERSION__ -#endif - -#if !defined(__STDC__) && !defined(__clang__) -# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) -# define C_VERSION "90" -# else -# define C_VERSION -# endif -#elif C_STD > C_STD_17 -# define C_VERSION "23" -#elif C_STD > C_STD_11 -# define C_VERSION "17" -#elif C_STD > C_STD_99 -# define C_VERSION "11" -#elif C_STD >= C_STD_99 -# define C_VERSION "99" -#else -# define C_VERSION "90" -#endif -const char* info_language_standard_default = - "INFO" ":" "standard_default[" C_VERSION "]"; - -const char* info_language_extensions_default = "INFO" ":" "extensions_default[" -#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ - defined(__TI_COMPILER_VERSION__)) && \ - !defined(__STRICT_ANSI__) - "ON" -#else - "OFF" -#endif -"]"; - -/*--------------------------------------------------------------------------*/ - -#ifdef ID_VOID_MAIN -void main() {} -#else -# if defined(__CLASSIC_C__) -int main(argc, argv) int argc; char *argv[]; -# else -int main(int argc, char* argv[]) -# endif -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; - require += info_arch[argc]; -#ifdef COMPILER_VERSION_MAJOR - require += info_version[argc]; -#endif -#if defined(COMPILER_VERSION_INTERNAL) || defined(COMPILER_VERSION_INTERNAL_STR) - require += info_version_internal[argc]; -#endif -#ifdef SIMULATE_ID - require += info_simulate[argc]; -#endif -#ifdef SIMULATE_VERSION_MAJOR - require += info_simulate_version[argc]; -#endif -#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) - require += info_cray[argc]; -#endif - require += info_language_standard_default[argc]; - require += info_language_extensions_default[argc]; - (void)argv; - return require; -} -#endif diff --git a/build_emscripten/CMakeFiles/4.0.2-dirty/CompilerIdC/a.out b/build_emscripten/CMakeFiles/4.0.2-dirty/CompilerIdC/a.out deleted file mode 100755 index c53d667f64911121ebb8355bb59fb745dc58d196..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15536 zcmeHOeQX>@6`#9&Ic;KJ+}d@MLY7j6L?Rp8i6c`;d-nO9wd9YGI1=!pE%!H zcWasyMU4oQxFIE_P_;rrk)RT)grK5Sm5?GwsRES%rASDqf1m_WDWE`&3Mhpr$9p^P zcV17<0r3a$$ByOw&HK%JZ)V@@$K3AQC$oe7$wWe-tWu9CmaLR!($esQE~yZtRkv!S z?E`9yT1)ckkkjpH4b-YjYSnUV5T0qadsW&^d_eSo7$GCutyE6%fT#eK><8Pe;RcaS z{JC@hM0>42i;byR;kJgK5j$Yij)#)6wSMZ6<+wem<#s{XvB-9o*jZu+JSY7D5l@Z@ z{~wTenwX|GF6nTqlxcTX>`Z(}^nu(57e@a7#D`eA9j%b9g(=i!>d-quj_u6xK~A$0 zm2|jW8s`DA`U{1d+7X5P2GYX9IsZ^rGkJMFGoefJ*a4vY@DIlt^r z1z_1X-+EWBm#UlxA5!9OQ_yTN}? z_=QJRSomCt9y>pc@JX!_ZZAi8xpaj5uOmFpL2kGb;lt~2s2y+O2*eSHBM?U*jzAoN zI0A75{@W3Fujzw-cTQe!a89qeuuCcDOAA4=df7SoM#IH$DBRxh$AS5`9&_e@>zw@E z;(^g@$3n-O&Y690lR~xS^JMjxNxNz57ejsGud<&rYu;w~*o~ltTt6nR*H^DJZ9Tz? z7X?ZGl~BLyWriKMocTrP!k->>F5Fn1z|!YW32ZJ|YrFE-sDt;^b1jX=_@szu!-h z?qTvVfBd>LKX>IP*_%9M=XA?&$kXZUb>{^qak=R=)pUL#k-bU$FIM2s*W%oe<0vQ(ZK8{{{bLVD$i=`pF(`@mw(E9dCN-lR8I2*x^hON)Or@Qd6_rPekw z9F8inW!1;qXn4FwqwiL$dkBXXtJOh5ey7SM@x(!uIGRdq*|4tREWPMrp5Ga_k^VMT z=vx=Qp<|Bi-zWYh=6f1bPbD)O*Cx-AB@_DnH!Jh|GJaRfh2MEa-+P5*yonEtkq@~=WaK$+ z78!Yw$k#>tUvE`Qta4eB3Xv;#LVi?nej=AeX}?R0>XhK!g8Vy>ON)lucAeB5ag2Vu zWk)H=Gc2(GM^%r9$WZl`$ZcXzZ;He5B2M&kGn5;o{e8&d_kRV*A780|hb*hJfZGU z=J-DlI%rhL1Bbu%P`^c8lYCR~{Zwg&5WxwmTM-%6XF|SJsWcdkPZFe5tLirRr-*M( zZcsQ6w6;=T5q;Coi^N+{ir{ytzA4$NFdu085%Y@9HcK;j#_&eSw<|2&yyDxbn^Obne1+^QgWy1AsJ`64~&pjE?;!# zDt=Doi<2c6PuR3n@QPD&-jwg&{`5?_eo<`joR2yiuT-RC$;qd*dN(`V=emYN^FiGm za_pBU_SZtf>HIG3Z=gNPGej-$BSEF?%CVWi8z&6P8mCb!mIB|ND$d!n<o<*uMuFsDE7d!qPUij`^Nrb zJupTbo4_9H65uInixzYI6V%9S2H0br0L1zVA0vYQNAm9JEnB&*1Qhfj7 zIe|UaK|rj7(7(C=^JL5W#QwvA>#ZQxduTT2|EtsxwYS6$_$?z~a1VdqFzgrPJ_E#h z6#8cW-xPc7zp_MA@J$f`LPJ#FrWy|s_E>)aas0u+?Ee+R{+gvVfuk@KMEpVjm@3ip z*Zls@f})_=Kkr{7{mWsmuujK!Zf1XwfxjZ#rieY(@ojuzpaMNDEy>`oQUf15=pXAk zeD8Qp<{!rw>~I|Xfoxd?_V{jTVHc59wri+uVGn$lTB7z?CteeKoab-=J0P!zqV_5+ zn(Z39MFhYO@-3<`hw)=Q)GhX=zJvqjY84U8iF%EPy?Oq@K8iSYYsOUhlsJ4{8aETi pbAa(6F6)WI*r{48solEzb#x>xhDd9%`u5-9mu*xw7zT!@{t3v!&p!YF diff --git a/build_emscripten/CMakeFiles/4.0.2-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp b/build_emscripten/CMakeFiles/4.0.2-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp deleted file mode 100644 index 94d43103..00000000 --- a/build_emscripten/CMakeFiles/4.0.2-dirty/CompilerIdCXX/CMakeCXXCompilerId.cpp +++ /dev/null @@ -1,920 +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 - -#if !defined(__has_include) -/* If the compiler does not have __has_include, pretend the answer is - always no. */ -# define __has_include(x) 0 -#endif - - -/* Version number components: V=Version, R=Revision, P=Patch - Version date components: YYYY=Year, MM=Month, DD=Day */ - -#if defined(__INTEL_COMPILER) || defined(__ICC) -# define COMPILER_ID "Intel" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# if defined(__GNUC__) -# define SIMULATE_ID "GNU" -# endif - /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, - except that a few beta releases use the old format with V=2021. */ -# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) -# if defined(__INTEL_COMPILER_UPDATE) -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) -# else -# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) -# endif -# else -# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) -# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) - /* The third version component from --version is an update index, - but no macro is provided for it. */ -# define COMPILER_VERSION_PATCH DEC(0) -# endif -# if defined(__INTEL_COMPILER_BUILD_DATE) - /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ -# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) -# endif -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# if defined(__GNUC__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -# elif defined(__GNUG__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) -# endif -# if defined(__GNUC_MINOR__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) -# define COMPILER_ID "IntelLLVM" -#if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -#endif -#if defined(__GNUC__) -# define SIMULATE_ID "GNU" -#endif -/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and - * later. Look for 6 digit vs. 8 digit version number to decide encoding. - * VVVV is no smaller than the current year when a version is released. - */ -#if __INTEL_LLVM_COMPILER < 1000000L -# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) -# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) -#else -# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) -# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) -#endif -#if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -#endif -#if defined(__GNUC__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -#elif defined(__GNUG__) -# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) -#endif -#if defined(__GNUC_MINOR__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -#endif -#if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -#endif - -#elif defined(__PATHCC__) -# define COMPILER_ID "PathScale" -# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) -# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) -# if defined(__PATHCC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) -# endif - -#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) -# define COMPILER_ID "Embarcadero" -# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) -# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) -# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) - -#elif defined(__BORLANDC__) -# define COMPILER_ID "Borland" - /* __BORLANDC__ = 0xVRR */ -# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) -# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) - -#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 -# define COMPILER_ID "Watcom" - /* __WATCOMC__ = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__WATCOMC__) -# define COMPILER_ID "OpenWatcom" - /* __WATCOMC__ = VVRP + 1100 */ -# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) -# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) -# if (__WATCOMC__ % 10) > 0 -# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) -# endif - -#elif defined(__SUNPRO_CC) -# define COMPILER_ID "SunPro" -# if __SUNPRO_CC >= 0x5100 - /* __SUNPRO_CC = 0xVRRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# else - /* __SUNPRO_CC = 0xVRP */ -# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) -# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) -# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) -# endif - -#elif defined(__HP_aCC) -# define COMPILER_ID "HP" - /* __HP_aCC = VVRRPP */ -# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) -# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) -# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) - -#elif defined(__DECCXX) -# define COMPILER_ID "Compaq" - /* __DECCXX_VER = VVRRTPPPP */ -# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) -# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) -# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) - -#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) -# define COMPILER_ID "zOS" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__open_xl__) && defined(__clang__) -# define COMPILER_ID "IBMClang" -# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) -# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) -# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) -# define COMPILER_VERSION_INTERNAL_STR __clang_version__ - - -#elif defined(__ibmxl__) && defined(__clang__) -# define COMPILER_ID "XLClang" -# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) -# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) -# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) -# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) - - -#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 -# define COMPILER_ID "XL" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 -# define COMPILER_ID "VisualAge" - /* __IBMCPP__ = VRP */ -# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) -# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) -# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) - -#elif defined(__NVCOMPILER) -# define COMPILER_ID "NVHPC" -# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) -# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) -# if defined(__NVCOMPILER_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) -# endif - -#elif defined(__PGI) -# define COMPILER_ID "PGI" -# define COMPILER_VERSION_MAJOR DEC(__PGIC__) -# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) -# if defined(__PGIC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) -# endif - -#elif defined(__clang__) && defined(__cray__) -# define COMPILER_ID "CrayClang" -# define COMPILER_VERSION_MAJOR DEC(__cray_major__) -# define COMPILER_VERSION_MINOR DEC(__cray_minor__) -# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) -# define COMPILER_VERSION_INTERNAL_STR __clang_version__ - - -#elif defined(_CRAYC) -# define COMPILER_ID "Cray" -# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) -# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) - -#elif defined(__TI_COMPILER_VERSION__) -# define COMPILER_ID "TI" - /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ -# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) -# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) -# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) - -#elif defined(__CLANG_FUJITSU) -# define COMPILER_ID "FujitsuClang" -# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) -# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) -# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) -# define COMPILER_VERSION_INTERNAL_STR __clang_version__ - - -#elif defined(__FUJITSU) -# define COMPILER_ID "Fujitsu" -# if defined(__FCC_version__) -# define COMPILER_VERSION __FCC_version__ -# elif defined(__FCC_major__) -# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) -# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) -# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) -# endif -# if defined(__fcc_version) -# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) -# elif defined(__FCC_VERSION) -# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) -# endif - - -#elif defined(__ghs__) -# define COMPILER_ID "GHS" -/* __GHS_VERSION_NUMBER = VVVVRP */ -# ifdef __GHS_VERSION_NUMBER -# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) -# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) -# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) -# endif - -#elif defined(__TASKING__) -# define COMPILER_ID "Tasking" - # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) - # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) -# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) - -#elif defined(__ORANGEC__) -# define COMPILER_ID "OrangeC" -# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) -# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) -# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) - -#elif defined(__SCO_VERSION__) -# define COMPILER_ID "SCO" - -#elif defined(__ARMCC_VERSION) && !defined(__clang__) -# define COMPILER_ID "ARMCC" -#if __ARMCC_VERSION >= 1000000 - /* __ARMCC_VERSION = VRRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#else - /* __ARMCC_VERSION = VRPPPP */ - # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) - # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) - # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) -#endif - - -#elif defined(__clang__) && defined(__apple_build_version__) -# define COMPILER_ID "AppleClang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif -# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) - -#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) -# define COMPILER_ID "ARMClang" - # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) - # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) - # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) -# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) - -#elif defined(__clang__) && defined(__ti__) -# define COMPILER_ID "TIClang" - # define COMPILER_VERSION_MAJOR DEC(__ti_major__) - # define COMPILER_VERSION_MINOR DEC(__ti_minor__) - # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) -# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) - -#elif defined(__clang__) -# define COMPILER_ID "Clang" -# if defined(_MSC_VER) -# define SIMULATE_ID "MSVC" -# endif -# define COMPILER_VERSION_MAJOR DEC(__clang_major__) -# define COMPILER_VERSION_MINOR DEC(__clang_minor__) -# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) -# if defined(_MSC_VER) - /* _MSC_VER = VVRR */ -# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) -# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) -# endif - -#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) -# define COMPILER_ID "LCC" -# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) -# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) -# if defined(__LCC_MINOR__) -# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) -# endif -# if defined(__GNUC__) && defined(__GNUC_MINOR__) -# define SIMULATE_ID "GNU" -# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) -# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) -# if defined(__GNUC_PATCHLEVEL__) -# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif -# endif - -#elif defined(__GNUC__) || defined(__GNUG__) -# define COMPILER_ID "GNU" -# if defined(__GNUC__) -# define COMPILER_VERSION_MAJOR DEC(__GNUC__) -# else -# define COMPILER_VERSION_MAJOR DEC(__GNUG__) -# endif -# if defined(__GNUC_MINOR__) -# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) -# endif -# if defined(__GNUC_PATCHLEVEL__) -# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) -# endif - -#elif defined(_MSC_VER) -# define COMPILER_ID "MSVC" - /* _MSC_VER = VVRR */ -# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) -# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) -# if defined(_MSC_FULL_VER) -# if _MSC_VER >= 1400 - /* _MSC_FULL_VER = VVRRPPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) -# else - /* _MSC_FULL_VER = VVRRPPPP */ -# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) -# endif -# endif -# if defined(_MSC_BUILD) -# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) -# endif - -#elif defined(_ADI_COMPILER) -# define COMPILER_ID "ADSP" -#if defined(__VERSIONNUM__) - /* __VERSIONNUM__ = 0xVVRRPPTT */ -# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) -# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) -# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) -# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) -#endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# define COMPILER_ID "IAR" -# if defined(__VER__) && defined(__ICCARM__) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) -# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) -# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) -# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) -# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) -# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) -# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) -# endif - - -/* These compilers are either not known or too old to define an - identification macro. Try to identify the platform and guess that - it is the native compiler. */ -#elif defined(__hpux) || defined(__hpua) -# define COMPILER_ID "HP" - -#else /* unknown compiler */ -# define COMPILER_ID "" -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; -#ifdef SIMULATE_ID -char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; -#endif - -#ifdef __QNXNTO__ -char const* qnxnto = "INFO" ":" "qnxnto[]"; -#endif - -#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) -char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; -#endif - -#define STRINGIFY_HELPER(X) #X -#define STRINGIFY(X) STRINGIFY_HELPER(X) - -/* Identify known platforms by name. */ -#if defined(__linux) || defined(__linux__) || defined(linux) -# define PLATFORM_ID "Linux" - -#elif defined(__MSYS__) -# define PLATFORM_ID "MSYS" - -#elif defined(__CYGWIN__) -# define PLATFORM_ID "Cygwin" - -#elif defined(__MINGW32__) -# define PLATFORM_ID "MinGW" - -#elif defined(__APPLE__) -# define PLATFORM_ID "Darwin" - -#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) -# define PLATFORM_ID "Windows" - -#elif defined(__FreeBSD__) || defined(__FreeBSD) -# define PLATFORM_ID "FreeBSD" - -#elif defined(__NetBSD__) || defined(__NetBSD) -# define PLATFORM_ID "NetBSD" - -#elif defined(__OpenBSD__) || defined(__OPENBSD) -# define PLATFORM_ID "OpenBSD" - -#elif defined(__sun) || defined(sun) -# define PLATFORM_ID "SunOS" - -#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) -# define PLATFORM_ID "AIX" - -#elif defined(__hpux) || defined(__hpux__) -# define PLATFORM_ID "HP-UX" - -#elif defined(__HAIKU__) -# define PLATFORM_ID "Haiku" - -#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) -# define PLATFORM_ID "BeOS" - -#elif defined(__QNX__) || defined(__QNXNTO__) -# define PLATFORM_ID "QNX" - -#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) -# define PLATFORM_ID "Tru64" - -#elif defined(__riscos) || defined(__riscos__) -# define PLATFORM_ID "RISCos" - -#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) -# define PLATFORM_ID "SINIX" - -#elif defined(__UNIX_SV__) -# define PLATFORM_ID "UNIX_SV" - -#elif defined(__bsdos__) -# define PLATFORM_ID "BSDOS" - -#elif defined(_MPRAS) || defined(MPRAS) -# define PLATFORM_ID "MP-RAS" - -#elif defined(__osf) || defined(__osf__) -# define PLATFORM_ID "OSF1" - -#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) -# define PLATFORM_ID "SCO_SV" - -#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) -# define PLATFORM_ID "ULTRIX" - -#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) -# define PLATFORM_ID "Xenix" - -#elif defined(__WATCOMC__) -# if defined(__LINUX__) -# define PLATFORM_ID "Linux" - -# elif defined(__DOS__) -# define PLATFORM_ID "DOS" - -# elif defined(__OS2__) -# define PLATFORM_ID "OS2" - -# elif defined(__WINDOWS__) -# define PLATFORM_ID "Windows3x" - -# elif defined(__VXWORKS__) -# define PLATFORM_ID "VxWorks" - -# else /* unknown platform */ -# define PLATFORM_ID -# endif - -#elif defined(__INTEGRITY) -# if defined(INT_178B) -# define PLATFORM_ID "Integrity178" - -# else /* regular Integrity */ -# define PLATFORM_ID "Integrity" -# endif - -# elif defined(_ADI_COMPILER) -# define PLATFORM_ID "ADSP" - -#else /* unknown platform */ -# define PLATFORM_ID - -#endif - -/* For windows compilers MSVC and Intel we can determine - the architecture of the compiler being used. This is because - the compilers do not have flags that can change the architecture, - but rather depend on which compiler is being used -*/ -#if defined(_WIN32) && defined(_MSC_VER) -# if defined(_M_IA64) -# define ARCHITECTURE_ID "IA64" - -# elif defined(_M_ARM64EC) -# define ARCHITECTURE_ID "ARM64EC" - -# elif defined(_M_X64) || defined(_M_AMD64) -# define ARCHITECTURE_ID "x64" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# elif defined(_M_ARM64) -# define ARCHITECTURE_ID "ARM64" - -# elif defined(_M_ARM) -# if _M_ARM == 4 -# define ARCHITECTURE_ID "ARMV4I" -# elif _M_ARM == 5 -# define ARCHITECTURE_ID "ARMV5I" -# else -# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) -# endif - -# elif defined(_M_MIPS) -# define ARCHITECTURE_ID "MIPS" - -# elif defined(_M_SH) -# define ARCHITECTURE_ID "SHx" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__WATCOMC__) -# if defined(_M_I86) -# define ARCHITECTURE_ID "I86" - -# elif defined(_M_IX86) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) -# if defined(__ICCARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__ICCRX__) -# define ARCHITECTURE_ID "RX" - -# elif defined(__ICCRH850__) -# define ARCHITECTURE_ID "RH850" - -# elif defined(__ICCRL78__) -# define ARCHITECTURE_ID "RL78" - -# elif defined(__ICCRISCV__) -# define ARCHITECTURE_ID "RISCV" - -# elif defined(__ICCAVR__) -# define ARCHITECTURE_ID "AVR" - -# elif defined(__ICC430__) -# define ARCHITECTURE_ID "MSP430" - -# elif defined(__ICCV850__) -# define ARCHITECTURE_ID "V850" - -# elif defined(__ICC8051__) -# define ARCHITECTURE_ID "8051" - -# elif defined(__ICCSTM8__) -# define ARCHITECTURE_ID "STM8" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__ghs__) -# if defined(__PPC64__) -# define ARCHITECTURE_ID "PPC64" - -# elif defined(__ppc__) -# define ARCHITECTURE_ID "PPC" - -# elif defined(__ARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__x86_64__) -# define ARCHITECTURE_ID "x64" - -# elif defined(__i386__) -# define ARCHITECTURE_ID "X86" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__clang__) && defined(__ti__) -# if defined(__ARM_ARCH) -# define ARCHITECTURE_ID "ARM" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -#elif defined(__TI_COMPILER_VERSION__) -# if defined(__TI_ARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__MSP430__) -# define ARCHITECTURE_ID "MSP430" - -# elif defined(__TMS320C28XX__) -# define ARCHITECTURE_ID "TMS320C28x" - -# elif defined(__TMS320C6X__) || defined(_TMS320C6X) -# define ARCHITECTURE_ID "TMS320C6x" - -# else /* unknown architecture */ -# define ARCHITECTURE_ID "" -# endif - -# elif defined(__ADSPSHARC__) -# define ARCHITECTURE_ID "SHARC" - -# elif defined(__ADSPBLACKFIN__) -# define ARCHITECTURE_ID "Blackfin" - -#elif defined(__TASKING__) - -# if defined(__CTC__) || defined(__CPTC__) -# define ARCHITECTURE_ID "TriCore" - -# elif defined(__CMCS__) -# define ARCHITECTURE_ID "MCS" - -# elif defined(__CARM__) || defined(__CPARM__) -# define ARCHITECTURE_ID "ARM" - -# elif defined(__CARC__) -# define ARCHITECTURE_ID "ARC" - -# elif defined(__C51__) -# define ARCHITECTURE_ID "8051" - -# elif defined(__CPCP__) -# define ARCHITECTURE_ID "PCP" - -# else -# 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. */ -#ifdef COMPILER_VERSION -char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; - -/* Construct a string literal encoding the version number components. */ -#elif defined(COMPILER_VERSION_MAJOR) -char const info_version[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', - COMPILER_VERSION_MAJOR, -# ifdef COMPILER_VERSION_MINOR - '.', COMPILER_VERSION_MINOR, -# ifdef COMPILER_VERSION_PATCH - '.', COMPILER_VERSION_PATCH, -# ifdef COMPILER_VERSION_TWEAK - '.', COMPILER_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct a string literal encoding the internal version number. */ -#ifdef COMPILER_VERSION_INTERNAL -char const info_version_internal[] = { - 'I', 'N', 'F', 'O', ':', - 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', - 'i','n','t','e','r','n','a','l','[', - COMPILER_VERSION_INTERNAL,']','\0'}; -#elif defined(COMPILER_VERSION_INTERNAL_STR) -char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; -#endif - -/* Construct a string literal encoding the version number components. */ -#ifdef SIMULATE_VERSION_MAJOR -char const info_simulate_version[] = { - 'I', 'N', 'F', 'O', ':', - 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', - SIMULATE_VERSION_MAJOR, -# ifdef SIMULATE_VERSION_MINOR - '.', SIMULATE_VERSION_MINOR, -# ifdef SIMULATE_VERSION_PATCH - '.', SIMULATE_VERSION_PATCH, -# ifdef SIMULATE_VERSION_TWEAK - '.', SIMULATE_VERSION_TWEAK, -# endif -# endif -# endif - ']','\0'}; -#endif - -/* Construct the string literal in pieces to prevent the source from - getting matched. Store it in a pointer rather than an array - because some compilers will just produce instructions to fill the - array rather than assigning a pointer to a static array. */ -char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; -char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; - - - -#define CXX_STD_98 199711L -#define CXX_STD_11 201103L -#define CXX_STD_14 201402L -#define CXX_STD_17 201703L -#define CXX_STD_20 202002L -#define CXX_STD_23 202302L - -#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) -# if _MSVC_LANG > CXX_STD_17 -# define CXX_STD _MSVC_LANG -# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) -# define CXX_STD CXX_STD_20 -# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 -# define CXX_STD CXX_STD_20 -# elif _MSVC_LANG > CXX_STD_14 -# define CXX_STD CXX_STD_17 -# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) -# define CXX_STD CXX_STD_14 -# elif defined(__INTEL_CXX11_MODE__) -# define CXX_STD CXX_STD_11 -# else -# define CXX_STD CXX_STD_98 -# endif -#elif defined(_MSC_VER) && defined(_MSVC_LANG) -# if _MSVC_LANG > __cplusplus -# define CXX_STD _MSVC_LANG -# else -# define CXX_STD __cplusplus -# endif -#elif defined(__NVCOMPILER) -# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) -# define CXX_STD CXX_STD_20 -# else -# define CXX_STD __cplusplus -# endif -#elif defined(__INTEL_COMPILER) || defined(__PGI) -# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) -# define CXX_STD CXX_STD_17 -# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) -# define CXX_STD CXX_STD_14 -# else -# define CXX_STD __cplusplus -# endif -#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) -# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) -# define CXX_STD CXX_STD_14 -# else -# define CXX_STD __cplusplus -# endif -#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) -# define CXX_STD CXX_STD_11 -#else -# define CXX_STD __cplusplus -#endif - -const char* info_language_standard_default = "INFO" ":" "standard_default[" -#if CXX_STD > CXX_STD_23 - "26" -#elif CXX_STD > CXX_STD_20 - "23" -#elif CXX_STD > CXX_STD_17 - "20" -#elif CXX_STD > CXX_STD_14 - "17" -#elif CXX_STD > CXX_STD_11 - "14" -#elif CXX_STD >= CXX_STD_11 - "11" -#else - "98" -#endif -"]"; - -const char* info_language_extensions_default = "INFO" ":" "extensions_default[" -#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ - defined(__TI_COMPILER_VERSION__)) && \ - !defined(__STRICT_ANSI__) - "ON" -#else - "OFF" -#endif -"]"; - -/*--------------------------------------------------------------------------*/ - -int main(int argc, char* argv[]) -{ - int require = 0; - require += info_compiler[argc]; - require += info_platform[argc]; - require += info_arch[argc]; -#ifdef COMPILER_VERSION_MAJOR - require += info_version[argc]; -#endif -#if defined(COMPILER_VERSION_INTERNAL) || defined(COMPILER_VERSION_INTERNAL_STR) - require += info_version_internal[argc]; -#endif -#ifdef SIMULATE_ID - require += info_simulate[argc]; -#endif -#ifdef SIMULATE_VERSION_MAJOR - require += info_simulate_version[argc]; -#endif -#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) - require += info_cray[argc]; -#endif - require += info_language_standard_default[argc]; - require += info_language_extensions_default[argc]; - (void)argv; - return require; -} diff --git a/build_emscripten/CMakeFiles/4.0.2-dirty/CompilerIdCXX/a.out b/build_emscripten/CMakeFiles/4.0.2-dirty/CompilerIdCXX/a.out deleted file mode 100755 index dba322363de31a68cf74b7be1929aea0fed4a1a5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15552 zcmeHOYiJzT6~4Q&W4W=dwG*X&gnAl6aGGi?$&#zOakH|t(x~X++A^qB-05g{B`sO) zs=K2g2TBa;OBg3kON*iO0VPlhrVWHNr8LO6q;*M)0xg6Tic%U-gWIUD;50_tbLO6J zJ$thUCd-+A0SXJ&Tq&YXEXHP{!A#S~hD`nY1rN@yl2ilt8J5F}NX+Ckg9 z)jo9_$(sUB>ysKtt6QR>78`|Un*E*?y@_{=9S}2QWWSBt_jy9pfJ*j*{Wh~gWD|ca z0|23~j%TqmH7nRw@nP`;hW&UdD=pf7M=X{x}RY`bAFJM;s?Y$ zkBi?+mNqaE=Lrz={3Q9wDIt+>4LChc$aotaKTD1qP!3D5pRF_mpKJZYr&Ro`TH?7t zA5*a!Ic~^odnf(#;b8yYCt9X6&)@NhpS<;>N4h?@=eK_!dFodO^SOz`9S8H7mVB-- zH{UYfb-3klhg~k(?ZG%a7RICQf7Qmw>Yh55eZ=jm!*iajIy{eCkN@xnymH;CnPR~$ z`(DX+UF8mp4!N0ZDLa)b``OayP*1*C$c}mw`K;E}*SM6Dv;>*)as>*Tp7-3zT*1rd z9?L3Hm;Frofd@EChgqDd_NLP0$x<8hY0dW!4jk)o+wDUg3f*=)_zaBGv7w_#f81g! zuAU&odGqX3-=Nd2L0uGXZf|a@BAf5AF*SS+;Ji-k)cmSk=irwlU}IA2!9z|Myk%*- z-3DJ0-ZJ6)Pb= z_`D9RqfL~7C<9Rjq6|bCh%yjmAj-i1D+B*%`oO=Pg=>w@xy@G(D&>4}$&Xi-orRw_ zUI~U^ecN9K7GM61v-n46;ZJMFM^kM}ZC9Q1M_(m_O7jAF{d3Z8+W&>Xp7_@|&iT!+ zGJN#9-%Oz=CG^(HO4I(cYUsZ?Iv+)G64 z^p%_Qy)t>T-?TreINqP9$o3S)Sp57oXK`-j7pWUOW#?S;A1Knf)HUa#6I*V2PBp!- z6ieM8{x=)&FVy38fb-3lcPQ2L+@?e|%Efxt6#Xmp_;aZnr|A$?k6-nO@l>N0WgyBx zlz}J%Q3j$6L>Y)O5M?0BK$L+f15pNQGr-TUZq){c`$mqWi!-yie6}=BPb5#*TG!~^ zN3*4Ju2>jv4O&~Ltvju4)y`=Zc+BQKf3jGb86V^)m_mA`^z^v&>3LuwEO64B z%lqSP9}!J<-p>|zlyX%!G91h*wy)u1yJ>p7N2706DjkGFYn93%AwN^)7JKZ3ip?it z`?hUqyg-lenCEB4yUG4OHt5|FJb7b|{of}3Y393kB)$~y*?wF6yX47)e*VqI{3MW{ z)pFx!S>fkd0U2$g3`7}-G7x1T%0QHXC<9Rjq6|bCh%)dVWB~Prs3+7_i%Lz&*pMGJ zquvqqy3qe?y;5Y8WhoX!4d7Y%QN?wK z+}1?@J}s&r3f?ZrzXQ27Yp8CwNN-jGW85xD1Qlxr4gT*`^n8d6OxHzDia$Lm4(5wI z($CF6ZWaC8B4Zp0|DFTt$2S@nb)}Z2El@X#I#JYxq7Jmbr{{=ufPVGfZ_&^EHoMJg zZ*A{v?Pw3ZCs1!J&eJCKw~DFbe8<#wm9(^`J!DYN{zHL&he91V%(;v<%N@`1-Pd_GcSA3ho^{2H;{fv1CA>^VBj^CQpB;vdy ze8S+9ln0)_CH2U`Jrc6r%6y!zKH+sVDrg{{_sh)ZKIUoM14jHK#B=`5Jog9u`&Clx z5r0s4GyWLy7K}pZZ@@2Xz^k4i?~!cJ*jSI;^BTz5>DgK3etNL2Jy)14;vN@OnA6$s zrX08LME6k2b$U-IxA#-S-9rOC%IzN?2gE zp2-#5xpFpRRH`S#)#g&ko+%gIX}TRoCGf!vaPv${eAi5IrF)J-8D;R*XjH}?xaPgW z)SNe!b>Dp#O&j1=pK>XnPZ6mC-%SnoQfYo|0P_YNneyK08hqN-0`J*GxeVe~b^Uc- z0jOK%uk7-f8Q+^A^h+A2(JK`FtUXnjvu8`i*=)%_qwFd*F_)v4C2|>M=L+;v!K?}l zr@ivDvNLB26jY;M(i*vqStGclD`oQ@J8&FIj_p$xl^vwsE)|1=YiFn3$&xpdb*D4r z0ZAs)eQcn`_olSJ>y=6#O_Tl6r{La9E=?mBDKc&B**tZ0Xv(It=>W}S3x4Pn|DU@2 z{mkEqafyQWaDYkS0rmrPA?*AhB za$L?&(C~dAi1i=T=J9`$6k&gS&j7z|Bn;sZ@9Ty?z6XKyO@xLkl*nee-x!_e1 z0YXCz-s|Bh!v7^P0OI_EgE{^)qzL=3ia&4^j)KTP=$}$2eEpj5<5@5iG{@)t+d=I>o&aqi1!?Ee!&mt!5ieu z`GY^+Pg*)iB((z?s$2L2-y}`gAM3+a@yB(J0Pq7|H~dvnEL$~pi3ornP($63HZDy_Y%kF8Rmn$Y$XnJr*5?+4(aZ< YFpy{rk=BIu{V(yuH)`7q2SZf<0dg+$2LJ#7 diff --git a/build_emscripten/CMakeFiles/CMakeConfigureLog.yaml b/build_emscripten/CMakeFiles/CMakeConfigureLog.yaml deleted file mode 100644 index 560002ca..00000000 --- a/build_emscripten/CMakeFiles/CMakeConfigureLog.yaml +++ /dev/null @@ -1,15085 +0,0 @@ - ---- -events: - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" - - "CMakeLists.txt:7 (project)" - message: | - The system is: Linux - 6.14.6-arch1-1 - x86_64 - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" - - "CMakeLists.txt:7 (project)" - message: | - Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. - Compiler: /usr/bin/cc - Build flags: - Id flags: - - The output was: - 0 - - - Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" - - The C compiler identification is GNU, found in: - /home/guest/Downloads/PopLib/build/CMakeFiles/4.0.2-dirty/CompilerIdC/a.out - - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" - - "CMakeLists.txt:7 (project)" - message: | - Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. - Compiler: /usr/bin/c++ - Build flags: - Id flags: - - The output was: - 0 - - - Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" - - The CXX compiler identification is GNU, found in: - /home/guest/Downloads/PopLib/build/CMakeFiles/4.0.2-dirty/CompilerIdCXX/a.out - - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:1271 (message)" - - "/usr/share/cmake/Modules/CMakeDetermineASMCompiler.cmake:139 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)" - - "CMakeLists.txt:7 (project)" - message: | - Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": - cc (GCC) 15.1.1 20250425 - Copyright (C) 2025 Free Software Foundation, Inc. - This is free software; see the source for copying conditions. There is NO - warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" - - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - checks: - - "Detecting C compiler ABI info" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zMyfJ5" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zMyfJ5" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - buildResult: - variable: "CMAKE_C_ABI_COMPILED" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zMyfJ5' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0471a/fast - /usr/bin/make -f CMakeFiles/cmTC_0471a.dir/build.make CMakeFiles/cmTC_0471a.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zMyfJ5' - Building C object CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o - /usr/bin/cc -v -o CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c - Using built-in specs. - COLLECT_GCC=/usr/bin/cc - Target: x86_64-pc-linux-gnu - Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror - Thread model: posix - Supported LTO compression algorithms: zlib zstd - gcc version 15.1.1 20250425 (GCC) - COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0471a.dir/' - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_0471a.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/cc8VjArH.s - GNU C23 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu) - compiled by GNU C version 15.1.1 20250425, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP - - GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 - ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include" - #include "..." search starts here: - #include <...> search starts here: - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include - /usr/local/include - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed - /usr/include - End of search list. - Compiler executable checksum: 335c205337bb594afdc1dd844ba56be5 - COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0471a.dir/' - as -v --64 -o CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o /tmp/cc8VjArH.s - GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0 - COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ - LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ - COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.' - Linking C executable cmTC_0471a - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0471a.dir/link.txt --verbose=1 - Using built-in specs. - COLLECT_GCC=/usr/bin/cc - COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper - Target: x86_64-pc-linux-gnu - Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror - Thread model: posix - Supported LTO compression algorithms: zlib zstd - gcc version 15.1.1 20250425 (GCC) - COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ - LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ - COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_0471a' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_0471a.' - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccSLSakN.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_0471a /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o - collect2 version 15.1.1 20250425 - /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccSLSakN.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_0471a /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o - GNU ld (GNU Binutils) 2.44.0 - COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_0471a' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_0471a.' - /usr/bin/cc -v -Wl,-v CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o -o cmTC_0471a - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zMyfJ5' - - exitCode: 0 - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:191 (message)" - - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - message: | - Parsed C implicit include dir info: rv=done - found start of include info - found start of implicit include info - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] - add: [/usr/local/include] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] - add: [/usr/include] - end of search list found - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] - collapse include dir [/usr/local/include] ==> [/usr/local/include] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] - collapse include dir [/usr/include] ==> [/usr/include] - implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed;/usr/include] - - - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:227 (message)" - - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - message: | - Parsed C implicit link information: - link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] - linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] - ignore line: [Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zMyfJ5'] - ignore line: [] - ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0471a/fast] - ignore line: [/usr/bin/make -f CMakeFiles/cmTC_0471a.dir/build.make CMakeFiles/cmTC_0471a.dir/build] - ignore line: [make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zMyfJ5'] - ignore line: [Building C object CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o] - ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/cc] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 15.1.1 20250425 (GCC) ] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0471a.dir/'] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_0471a.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/cc8VjArH.s] - ignore line: [GNU C23 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu)] - ignore line: [ compiled by GNU C version 15.1.1 20250425 GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.27-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] - ignore line: [ /usr/local/include] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] - ignore line: [ /usr/include] - ignore line: [End of search list.] - ignore line: [Compiler executable checksum: 335c205337bb594afdc1dd844ba56be5] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0471a.dir/'] - ignore line: [ as -v --64 -o CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o /tmp/cc8VjArH.s] - ignore line: [GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.'] - ignore line: [Linking C executable cmTC_0471a] - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0471a.dir/link.txt --verbose=1] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/cc] - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 15.1.1 20250425 (GCC) ] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_0471a' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_0471a.'] - link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccSLSakN.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_0471a /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2] ==> ignore - arg [-plugin] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so] ==> ignore - arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccSLSakN.res] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [--build-id] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [--hash-style=gnu] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-pie] ==> ignore - arg [-o] ==> ignore - arg [cmTC_0471a] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] - arg [-L/lib/../lib] ==> dir [/lib/../lib] - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] - arg [-L/lib] ==> dir [/lib] - arg [-L/usr/lib] ==> dir [/usr/lib] - arg [-v] ==> ignore - arg [CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o] ==> ignore - arg [-lgcc] ==> lib [gcc] - arg [--push-state] ==> ignore - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--pop-state] ==> ignore - arg [-lc] ==> lib [c] - arg [-lgcc] ==> lib [gcc] - arg [--push-state] ==> ignore - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--pop-state] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] - ignore line: [collect2 version 15.1.1 20250425] - ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccSLSakN.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_0471a /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_0471a.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] - linker tool for 'C': /usr/bin/ld - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> [/usr/lib] - collapse library dir [/lib/../lib] ==> [/lib] - collapse library dir [/usr/lib/../lib] ==> [/usr/lib] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> [/usr/lib] - collapse library dir [/lib] ==> [/lib] - collapse library dir [/usr/lib] ==> [/usr/lib] - implicit libs: [gcc;gcc_s;c;gcc;gcc_s] - implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o;/usr/lib/crtn.o] - implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1;/usr/lib;/lib] - implicit fwks: [] - - - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)" - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:270 (cmake_determine_linker_id)" - - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - message: | - Running the C compiler's linker: "/usr/bin/ld" "-v" - GNU ld (GNU Binutils) 2.44.0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" - - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - checks: - - "Detecting CXX compiler ABI info" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M2tVrk" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M2tVrk" - cmakeVariables: - CMAKE_CXX_FLAGS: "" - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_CXX_SCAN_FOR_MODULES: "OFF" - CMAKE_EXE_LINKER_FLAGS: "" - buildResult: - variable: "CMAKE_CXX_ABI_COMPILED" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M2tVrk' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_cf790/fast - /usr/bin/make -f CMakeFiles/cmTC_cf790.dir/build.make CMakeFiles/cmTC_cf790.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M2tVrk' - Building CXX object CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o - /usr/bin/c++ -std=gnu++20 -v -o CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp - Using built-in specs. - COLLECT_GCC=/usr/bin/c++ - Target: x86_64-pc-linux-gnu - Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror - Thread model: posix - Supported LTO compression algorithms: zlib zstd - gcc version 15.1.1 20250425 (GCC) - COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cf790.dir/' - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_cf790.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -std=gnu++20 -version -o /tmp/ccWfYEzc.s - GNU C++20 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu) - compiled by GNU C version 15.1.1 20250425, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP - - GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 - ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include" - #include "..." search starts here: - #include <...> search starts here: - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1 - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include - /usr/local/include - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed - /usr/include - End of search list. - Compiler executable checksum: ce3489707740d94cce8827fad3390bdb - COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cf790.dir/' - as -v --64 -o CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccWfYEzc.s - GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0 - COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ - LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ - COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.' - Linking CXX executable cmTC_cf790 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cf790.dir/link.txt --verbose=1 - Using built-in specs. - COLLECT_GCC=/usr/bin/c++ - COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper - Target: x86_64-pc-linux-gnu - Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror - Thread model: posix - Supported LTO compression algorithms: zlib zstd - gcc version 15.1.1 20250425 (GCC) - COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ - LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ - COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_cf790' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_cf790.' - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccDWeoVW.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_cf790 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o - collect2 version 15.1.1 20250425 - /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccDWeoVW.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_cf790 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o - GNU ld (GNU Binutils) 2.44.0 - COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_cf790' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_cf790.' - /usr/bin/c++ -v -Wl,-v CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_cf790 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M2tVrk' - - exitCode: 0 - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:191 (message)" - - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - message: | - Parsed CXX implicit include dir info: rv=done - found start of include info - found start of implicit include info - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] - add: [/usr/local/include] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] - add: [/usr/include] - end of search list found - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1] ==> [/usr/include/c++/15.1.1] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/15.1.1/x86_64-pc-linux-gnu] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward] ==> [/usr/include/c++/15.1.1/backward] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] - collapse include dir [/usr/local/include] ==> [/usr/local/include] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] - collapse include dir [/usr/include] ==> [/usr/include] - implicit include dirs: [/usr/include/c++/15.1.1;/usr/include/c++/15.1.1/x86_64-pc-linux-gnu;/usr/include/c++/15.1.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed;/usr/include] - - - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:227 (message)" - - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - message: | - Parsed CXX implicit link information: - link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] - linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] - ignore line: [Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M2tVrk'] - ignore line: [] - ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_cf790/fast] - ignore line: [/usr/bin/make -f CMakeFiles/cmTC_cf790.dir/build.make CMakeFiles/cmTC_cf790.dir/build] - ignore line: [make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M2tVrk'] - ignore line: [Building CXX object CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o] - ignore line: [/usr/bin/c++ -std=gnu++20 -v -o CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/c++] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 15.1.1 20250425 (GCC) ] - ignore line: [COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cf790.dir/'] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_cf790.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -std=gnu++20 -version -o /tmp/ccWfYEzc.s] - ignore line: [GNU C++20 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu)] - ignore line: [ compiled by GNU C version 15.1.1 20250425 GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.27-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] - ignore line: [ /usr/local/include] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] - ignore line: [ /usr/include] - ignore line: [End of search list.] - ignore line: [Compiler executable checksum: ce3489707740d94cce8827fad3390bdb] - ignore line: [COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cf790.dir/'] - ignore line: [ as -v --64 -o CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccWfYEzc.s] - ignore line: [GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.'] - ignore line: [Linking CXX executable cmTC_cf790] - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cf790.dir/link.txt --verbose=1] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/c++] - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 15.1.1 20250425 (GCC) ] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_cf790' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_cf790.'] - link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccDWeoVW.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_cf790 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2] ==> ignore - arg [-plugin] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so] ==> ignore - arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccDWeoVW.res] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [--build-id] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [--hash-style=gnu] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-pie] ==> ignore - arg [-o] ==> ignore - arg [cmTC_cf790] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] - arg [-L/lib/../lib] ==> dir [/lib/../lib] - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] - arg [-L/lib] ==> dir [/lib] - arg [-L/usr/lib] ==> dir [/usr/lib] - arg [-v] ==> ignore - arg [CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore - arg [-lstdc++] ==> lib [stdc++] - arg [-lm] ==> lib [m] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [-lc] ==> lib [c] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] - ignore line: [collect2 version 15.1.1 20250425] - ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccDWeoVW.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_cf790 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_cf790.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] - linker tool for 'CXX': /usr/bin/ld - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> [/usr/lib] - collapse library dir [/lib/../lib] ==> [/lib] - collapse library dir [/usr/lib/../lib] ==> [/usr/lib] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> [/usr/lib] - collapse library dir [/lib] ==> [/lib] - collapse library dir [/usr/lib] ==> [/usr/lib] - implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] - implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o;/usr/lib/crtn.o] - implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1;/usr/lib;/lib] - implicit fwks: [] - - - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)" - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:270 (cmake_determine_linker_id)" - - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - message: | - Running the CXX compiler's linker: "/usr/bin/ld" "-v" - GNU ld (GNU Binutils) 2.44.0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" - - "external/ogg/CMakeLists.txt:53 (check_include_files)" - checks: - - "Looking for include file inttypes.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2EOC2i" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2EOC2i" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - buildResult: - variable: "INCLUDE_INTTYPES_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2EOC2i' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0fb82/fast - /usr/bin/make -f CMakeFiles/cmTC_0fb82.dir/build.make CMakeFiles/cmTC_0fb82.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2EOC2i' - Building C object CMakeFiles/cmTC_0fb82.dir/INCLUDE_INTTYPES_H.c.o - /usr/bin/cc -o CMakeFiles/cmTC_0fb82.dir/INCLUDE_INTTYPES_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2EOC2i/INCLUDE_INTTYPES_H.c - Linking C executable cmTC_0fb82 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0fb82.dir/link.txt --verbose=1 - /usr/bin/cc CMakeFiles/cmTC_0fb82.dir/INCLUDE_INTTYPES_H.c.o -o cmTC_0fb82 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2EOC2i' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" - - "external/ogg/CMakeLists.txt:54 (check_include_files)" - checks: - - "Looking for include file stdint.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VybtPd" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VybtPd" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - buildResult: - variable: "INCLUDE_STDINT_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VybtPd' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9fa76/fast - /usr/bin/make -f CMakeFiles/cmTC_9fa76.dir/build.make CMakeFiles/cmTC_9fa76.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VybtPd' - Building C object CMakeFiles/cmTC_9fa76.dir/INCLUDE_STDINT_H.c.o - /usr/bin/cc -o CMakeFiles/cmTC_9fa76.dir/INCLUDE_STDINT_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VybtPd/INCLUDE_STDINT_H.c - Linking C executable cmTC_9fa76 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9fa76.dir/link.txt --verbose=1 - /usr/bin/cc CMakeFiles/cmTC_9fa76.dir/INCLUDE_STDINT_H.c.o -o cmTC_9fa76 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VybtPd' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" - - "external/ogg/CMakeLists.txt:55 (check_include_files)" - checks: - - "Looking for include file sys/types.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FmbEYN" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FmbEYN" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - buildResult: - variable: "INCLUDE_SYS_TYPES_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FmbEYN' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5249a/fast - /usr/bin/make -f CMakeFiles/cmTC_5249a.dir/build.make CMakeFiles/cmTC_5249a.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FmbEYN' - Building C object CMakeFiles/cmTC_5249a.dir/INCLUDE_SYS_TYPES_H.c.o - /usr/bin/cc -o CMakeFiles/cmTC_5249a.dir/INCLUDE_SYS_TYPES_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FmbEYN/INCLUDE_SYS_TYPES_H.c - Linking C executable cmTC_5249a - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5249a.dir/link.txt --verbose=1 - /usr/bin/cc CMakeFiles/cmTC_5249a.dir/INCLUDE_SYS_TYPES_H.c.o -o cmTC_5249a - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FmbEYN' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:318 (check_include_file)" - - "external/ogg/cmake/CheckSizes.cmake:3 (check_type_size)" - - "external/ogg/CMakeLists.txt:65 (include)" - checks: - - "Looking for sys/types.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hUKAfU" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hUKAfU" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" - buildResult: - variable: "HAVE_SYS_TYPES_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hUKAfU' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_78861/fast - /usr/bin/make -f CMakeFiles/cmTC_78861.dir/build.make CMakeFiles/cmTC_78861.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hUKAfU' - Building C object CMakeFiles/cmTC_78861.dir/CheckIncludeFile.c.o - /usr/bin/cc -o CMakeFiles/cmTC_78861.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hUKAfU/CheckIncludeFile.c - Linking C executable cmTC_78861 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_78861.dir/link.txt --verbose=1 - /usr/bin/cc CMakeFiles/cmTC_78861.dir/CheckIncludeFile.c.o -o cmTC_78861 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hUKAfU' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:319 (check_include_file)" - - "external/ogg/cmake/CheckSizes.cmake:3 (check_type_size)" - - "external/ogg/CMakeLists.txt:65 (include)" - checks: - - "Looking for stdint.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Ydq2x" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Ydq2x" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" - buildResult: - variable: "HAVE_STDINT_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Ydq2x' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_94040/fast - /usr/bin/make -f CMakeFiles/cmTC_94040.dir/build.make CMakeFiles/cmTC_94040.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Ydq2x' - Building C object CMakeFiles/cmTC_94040.dir/CheckIncludeFile.c.o - /usr/bin/cc -o CMakeFiles/cmTC_94040.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Ydq2x/CheckIncludeFile.c - Linking C executable cmTC_94040 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_94040.dir/link.txt --verbose=1 - /usr/bin/cc CMakeFiles/cmTC_94040.dir/CheckIncludeFile.c.o -o cmTC_94040 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Ydq2x' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:320 (check_include_file)" - - "external/ogg/cmake/CheckSizes.cmake:3 (check_type_size)" - - "external/ogg/CMakeLists.txt:65 (include)" - checks: - - "Looking for stddef.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xb2HcM" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xb2HcM" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" - buildResult: - variable: "HAVE_STDDEF_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xb2HcM' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e4144/fast - /usr/bin/make -f CMakeFiles/cmTC_e4144.dir/build.make CMakeFiles/cmTC_e4144.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xb2HcM' - Building C object CMakeFiles/cmTC_e4144.dir/CheckIncludeFile.c.o - /usr/bin/cc -o CMakeFiles/cmTC_e4144.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xb2HcM/CheckIncludeFile.c - Linking C executable cmTC_e4144 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e4144.dir/link.txt --verbose=1 - /usr/bin/cc CMakeFiles/cmTC_e4144.dir/CheckIncludeFile.c.o -o cmTC_e4144 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xb2HcM' - - exitCode: 0 - ---- -events: - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" - - "CMakeLists.txt:7 (project)" - message: | - The system is: Linux - 6.14.6-arch1-1 - x86_64 - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" - - "CMakeLists.txt:7 (project)" - message: | - Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. - Compiler: /usr/bin/cc - Build flags: - Id flags: - - The output was: - 0 - - - Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" - - The C compiler identification is GNU, found in: - /home/guest/Downloads/PopLib/build/CMakeFiles/4.0.2-dirty/CompilerIdC/a.out - - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" - - "CMakeLists.txt:7 (project)" - message: | - Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. - Compiler: /usr/bin/c++ - Build flags: - Id flags: - - The output was: - 0 - - - Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" - - The CXX compiler identification is GNU, found in: - /home/guest/Downloads/PopLib/build/CMakeFiles/4.0.2-dirty/CompilerIdCXX/a.out - - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:1271 (message)" - - "/usr/share/cmake/Modules/CMakeDetermineASMCompiler.cmake:139 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)" - - "CMakeLists.txt:7 (project)" - message: | - Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": - cc (GCC) 15.1.1 20250425 - Copyright (C) 2025 Free Software Foundation, Inc. - This is free software; see the source for copying conditions. There is NO - warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" - - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - checks: - - "Detecting C compiler ABI info" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e2Ts3w" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e2Ts3w" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - buildResult: - variable: "CMAKE_C_ABI_COMPILED" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e2Ts3w' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3952f/fast - /usr/bin/make -f CMakeFiles/cmTC_3952f.dir/build.make CMakeFiles/cmTC_3952f.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e2Ts3w' - Building C object CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o - /usr/bin/cc -v -o CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c - Using built-in specs. - COLLECT_GCC=/usr/bin/cc - Target: x86_64-pc-linux-gnu - Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror - Thread model: posix - Supported LTO compression algorithms: zlib zstd - gcc version 15.1.1 20250425 (GCC) - COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3952f.dir/' - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_3952f.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccrWkk93.s - GNU C23 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu) - compiled by GNU C version 15.1.1 20250425, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP - - GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 - ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include" - #include "..." search starts here: - #include <...> search starts here: - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include - /usr/local/include - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed - /usr/include - End of search list. - Compiler executable checksum: 335c205337bb594afdc1dd844ba56be5 - COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3952f.dir/' - as -v --64 -o CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o /tmp/ccrWkk93.s - GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0 - COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ - LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ - COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.' - Linking C executable cmTC_3952f - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3952f.dir/link.txt --verbose=1 - Using built-in specs. - COLLECT_GCC=/usr/bin/cc - COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper - Target: x86_64-pc-linux-gnu - Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror - Thread model: posix - Supported LTO compression algorithms: zlib zstd - gcc version 15.1.1 20250425 (GCC) - COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ - LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ - COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_3952f' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_3952f.' - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccSq0qbS.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_3952f /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o - collect2 version 15.1.1 20250425 - /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccSq0qbS.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_3952f /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o - GNU ld (GNU Binutils) 2.44.0 - COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_3952f' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_3952f.' - /usr/bin/cc -v -Wl,-v CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o -o cmTC_3952f - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e2Ts3w' - - exitCode: 0 - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:191 (message)" - - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - message: | - Parsed C implicit include dir info: rv=done - found start of include info - found start of implicit include info - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] - add: [/usr/local/include] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] - add: [/usr/include] - end of search list found - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] - collapse include dir [/usr/local/include] ==> [/usr/local/include] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] - collapse include dir [/usr/include] ==> [/usr/include] - implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed;/usr/include] - - - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:227 (message)" - - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - message: | - Parsed C implicit link information: - link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] - linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] - ignore line: [Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e2Ts3w'] - ignore line: [] - ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3952f/fast] - ignore line: [/usr/bin/make -f CMakeFiles/cmTC_3952f.dir/build.make CMakeFiles/cmTC_3952f.dir/build] - ignore line: [make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e2Ts3w'] - ignore line: [Building C object CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o] - ignore line: [/usr/bin/cc -v -o CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/cc] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 15.1.1 20250425 (GCC) ] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3952f.dir/'] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_3952f.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccrWkk93.s] - ignore line: [GNU C23 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu)] - ignore line: [ compiled by GNU C version 15.1.1 20250425 GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.27-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] - ignore line: [ /usr/local/include] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] - ignore line: [ /usr/include] - ignore line: [End of search list.] - ignore line: [Compiler executable checksum: 335c205337bb594afdc1dd844ba56be5] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3952f.dir/'] - ignore line: [ as -v --64 -o CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o /tmp/ccrWkk93.s] - ignore line: [GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.'] - ignore line: [Linking C executable cmTC_3952f] - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3952f.dir/link.txt --verbose=1] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/cc] - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 15.1.1 20250425 (GCC) ] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_3952f' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_3952f.'] - link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccSq0qbS.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_3952f /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2] ==> ignore - arg [-plugin] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so] ==> ignore - arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccSq0qbS.res] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [--build-id] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [--hash-style=gnu] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-pie] ==> ignore - arg [-o] ==> ignore - arg [cmTC_3952f] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] - arg [-L/lib/../lib] ==> dir [/lib/../lib] - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] - arg [-L/lib] ==> dir [/lib] - arg [-L/usr/lib] ==> dir [/usr/lib] - arg [-v] ==> ignore - arg [CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o] ==> ignore - arg [-lgcc] ==> lib [gcc] - arg [--push-state] ==> ignore - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--pop-state] ==> ignore - arg [-lc] ==> lib [c] - arg [-lgcc] ==> lib [gcc] - arg [--push-state] ==> ignore - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--pop-state] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] - ignore line: [collect2 version 15.1.1 20250425] - ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccSq0qbS.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_3952f /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_3952f.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] - linker tool for 'C': /usr/bin/ld - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> [/usr/lib] - collapse library dir [/lib/../lib] ==> [/lib] - collapse library dir [/usr/lib/../lib] ==> [/usr/lib] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> [/usr/lib] - collapse library dir [/lib] ==> [/lib] - collapse library dir [/usr/lib] ==> [/usr/lib] - implicit libs: [gcc;gcc_s;c;gcc;gcc_s] - implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o;/usr/lib/crtn.o] - implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1;/usr/lib;/lib] - implicit fwks: [] - - - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)" - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:270 (cmake_determine_linker_id)" - - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - message: | - Running the C compiler's linker: "/usr/bin/ld" "-v" - GNU ld (GNU Binutils) 2.44.0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" - - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - checks: - - "Detecting CXX compiler ABI info" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3RGfng" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3RGfng" - cmakeVariables: - CMAKE_CXX_FLAGS: "" - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_CXX_SCAN_FOR_MODULES: "OFF" - CMAKE_EXE_LINKER_FLAGS: "" - buildResult: - variable: "CMAKE_CXX_ABI_COMPILED" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3RGfng' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a14e3/fast - /usr/bin/make -f CMakeFiles/cmTC_a14e3.dir/build.make CMakeFiles/cmTC_a14e3.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3RGfng' - Building CXX object CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o - /usr/bin/c++ -std=gnu++20 -v -o CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp - Using built-in specs. - COLLECT_GCC=/usr/bin/c++ - Target: x86_64-pc-linux-gnu - Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror - Thread model: posix - Supported LTO compression algorithms: zlib zstd - gcc version 15.1.1 20250425 (GCC) - COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a14e3.dir/' - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_a14e3.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -std=gnu++20 -version -o /tmp/ccgDVnvP.s - GNU C++20 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu) - compiled by GNU C version 15.1.1 20250425, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP - - GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 - ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include" - #include "..." search starts here: - #include <...> search starts here: - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1 - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include - /usr/local/include - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed - /usr/include - End of search list. - Compiler executable checksum: ce3489707740d94cce8827fad3390bdb - COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a14e3.dir/' - as -v --64 -o CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccgDVnvP.s - GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0 - COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ - LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ - COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.' - Linking CXX executable cmTC_a14e3 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a14e3.dir/link.txt --verbose=1 - Using built-in specs. - COLLECT_GCC=/usr/bin/c++ - COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper - Target: x86_64-pc-linux-gnu - Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror - Thread model: posix - Supported LTO compression algorithms: zlib zstd - gcc version 15.1.1 20250425 (GCC) - COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ - LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ - COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_a14e3' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_a14e3.' - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cctqX8eh.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_a14e3 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o - collect2 version 15.1.1 20250425 - /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cctqX8eh.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_a14e3 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o - GNU ld (GNU Binutils) 2.44.0 - COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_a14e3' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_a14e3.' - /usr/bin/c++ -v -Wl,-v CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_a14e3 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3RGfng' - - exitCode: 0 - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:191 (message)" - - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - message: | - Parsed CXX implicit include dir info: rv=done - found start of include info - found start of implicit include info - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] - add: [/usr/local/include] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] - add: [/usr/include] - end of search list found - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1] ==> [/usr/include/c++/15.1.1] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/15.1.1/x86_64-pc-linux-gnu] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward] ==> [/usr/include/c++/15.1.1/backward] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] - collapse include dir [/usr/local/include] ==> [/usr/local/include] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] - collapse include dir [/usr/include] ==> [/usr/include] - implicit include dirs: [/usr/include/c++/15.1.1;/usr/include/c++/15.1.1/x86_64-pc-linux-gnu;/usr/include/c++/15.1.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed;/usr/include] - - - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:227 (message)" - - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - message: | - Parsed CXX implicit link information: - link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] - linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] - ignore line: [Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3RGfng'] - ignore line: [] - ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a14e3/fast] - ignore line: [/usr/bin/make -f CMakeFiles/cmTC_a14e3.dir/build.make CMakeFiles/cmTC_a14e3.dir/build] - ignore line: [make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3RGfng'] - ignore line: [Building CXX object CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o] - ignore line: [/usr/bin/c++ -std=gnu++20 -v -o CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/c++] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 15.1.1 20250425 (GCC) ] - ignore line: [COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a14e3.dir/'] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_a14e3.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -std=gnu++20 -version -o /tmp/ccgDVnvP.s] - ignore line: [GNU C++20 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu)] - ignore line: [ compiled by GNU C version 15.1.1 20250425 GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.27-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] - ignore line: [ /usr/local/include] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] - ignore line: [ /usr/include] - ignore line: [End of search list.] - ignore line: [Compiler executable checksum: ce3489707740d94cce8827fad3390bdb] - ignore line: [COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a14e3.dir/'] - ignore line: [ as -v --64 -o CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccgDVnvP.s] - ignore line: [GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.'] - ignore line: [Linking CXX executable cmTC_a14e3] - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a14e3.dir/link.txt --verbose=1] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/c++] - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 15.1.1 20250425 (GCC) ] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_a14e3' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_a14e3.'] - link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cctqX8eh.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_a14e3 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2] ==> ignore - arg [-plugin] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so] ==> ignore - arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/cctqX8eh.res] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [--build-id] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [--hash-style=gnu] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-pie] ==> ignore - arg [-o] ==> ignore - arg [cmTC_a14e3] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] - arg [-L/lib/../lib] ==> dir [/lib/../lib] - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] - arg [-L/lib] ==> dir [/lib] - arg [-L/usr/lib] ==> dir [/usr/lib] - arg [-v] ==> ignore - arg [CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore - arg [-lstdc++] ==> lib [stdc++] - arg [-lm] ==> lib [m] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [-lc] ==> lib [c] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] - ignore line: [collect2 version 15.1.1 20250425] - ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cctqX8eh.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_a14e3 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_a14e3.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] - linker tool for 'CXX': /usr/bin/ld - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> [/usr/lib] - collapse library dir [/lib/../lib] ==> [/lib] - collapse library dir [/usr/lib/../lib] ==> [/usr/lib] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> [/usr/lib] - collapse library dir [/lib] ==> [/lib] - collapse library dir [/usr/lib] ==> [/usr/lib] - implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] - implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o;/usr/lib/crtn.o] - implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1;/usr/lib;/lib] - implicit fwks: [] - - - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)" - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:270 (cmake_determine_linker_id)" - - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - message: | - Running the CXX compiler's linker: "/usr/bin/ld" "-v" - GNU ld (GNU Binutils) 2.44.0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" - - "external/ogg/CMakeLists.txt:53 (check_include_files)" - checks: - - "Looking for include file inttypes.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EHrbjo" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EHrbjo" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - buildResult: - variable: "INCLUDE_INTTYPES_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EHrbjo' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0beee/fast - /usr/bin/make -f CMakeFiles/cmTC_0beee.dir/build.make CMakeFiles/cmTC_0beee.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EHrbjo' - Building C object CMakeFiles/cmTC_0beee.dir/INCLUDE_INTTYPES_H.c.o - /usr/bin/cc -o CMakeFiles/cmTC_0beee.dir/INCLUDE_INTTYPES_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EHrbjo/INCLUDE_INTTYPES_H.c - Linking C executable cmTC_0beee - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0beee.dir/link.txt --verbose=1 - /usr/bin/cc CMakeFiles/cmTC_0beee.dir/INCLUDE_INTTYPES_H.c.o -o cmTC_0beee - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EHrbjo' - - exitCode: 0 - ---- -events: - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" - - "CMakeLists.txt:7 (project)" - message: | - The system is: Linux - 6.14.6-arch1-1 - x86_64 - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake:123 (CMAKE_DETERMINE_COMPILER_ID)" - - "CMakeLists.txt:7 (project)" - message: | - Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. - Compiler: /usr/bin/gcc - Build flags: - Id flags: - - The output was: - 0 - - - Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out" - - The C compiler identification is GNU, found in: - /home/guest/Downloads/PopLib/build/CMakeFiles/4.0.2-dirty/CompilerIdC/a.out - - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" - - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" - - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" - - "CMakeLists.txt:7 (project)" - message: | - Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. - Compiler: /usr/bin/g++ - Build flags: - Id flags: - - The output was: - 0 - - - Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" - - The CXX compiler identification is GNU, found in: - /home/guest/Downloads/PopLib/build/CMakeFiles/4.0.2-dirty/CompilerIdCXX/a.out - - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:1271 (message)" - - "/usr/share/cmake/Modules/CMakeDetermineASMCompiler.cmake:139 (CMAKE_DETERMINE_COMPILER_ID_VENDOR)" - - "CMakeLists.txt:7 (project)" - message: | - Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)": - gcc (GCC) 15.1.1 20250425 - Copyright (C) 2025 Free Software Foundation, Inc. - This is free software; see the source for copying conditions. There is NO - warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" - - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - checks: - - "Detecting C compiler ABI info" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TDjgRw" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TDjgRw" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - buildResult: - variable: "CMAKE_C_ABI_COMPILED" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TDjgRw' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5b6b1/fast - /usr/bin/make -f CMakeFiles/cmTC_5b6b1.dir/build.make CMakeFiles/cmTC_5b6b1.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TDjgRw' - Building C object CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o - /usr/bin/gcc -v -o CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c - Using built-in specs. - COLLECT_GCC=/usr/bin/gcc - Target: x86_64-pc-linux-gnu - Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror - Thread model: posix - Supported LTO compression algorithms: zlib zstd - gcc version 15.1.1 20250425 (GCC) - COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_5b6b1.dir/' - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_5b6b1.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccrZDoo4.s - GNU C23 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu) - compiled by GNU C version 15.1.1 20250425, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP - - GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 - ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include" - #include "..." search starts here: - #include <...> search starts here: - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include - /usr/local/include - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed - /usr/include - End of search list. - Compiler executable checksum: 335c205337bb594afdc1dd844ba56be5 - COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_5b6b1.dir/' - as -v --64 -o CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o /tmp/ccrZDoo4.s - GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0 - COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ - LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ - COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.' - Linking C executable cmTC_5b6b1 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5b6b1.dir/link.txt --verbose=1 - Using built-in specs. - COLLECT_GCC=/usr/bin/gcc - COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper - Target: x86_64-pc-linux-gnu - Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror - Thread model: posix - Supported LTO compression algorithms: zlib zstd - gcc version 15.1.1 20250425 (GCC) - COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ - LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ - COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_5b6b1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_5b6b1.' - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccHeIjRj.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_5b6b1 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o - collect2 version 15.1.1 20250425 - /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccHeIjRj.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_5b6b1 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o - GNU ld (GNU Binutils) 2.44.0 - COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_5b6b1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_5b6b1.' - /usr/bin/gcc -v -Wl,-v CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o -o cmTC_5b6b1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TDjgRw' - - exitCode: 0 - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:191 (message)" - - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - message: | - Parsed C implicit include dir info: rv=done - found start of include info - found start of implicit include info - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] - add: [/usr/local/include] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] - add: [/usr/include] - end of search list found - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] - collapse include dir [/usr/local/include] ==> [/usr/local/include] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] - collapse include dir [/usr/include] ==> [/usr/include] - implicit include dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed;/usr/include] - - - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:227 (message)" - - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - message: | - Parsed C implicit link information: - link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] - linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] - ignore line: [Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TDjgRw'] - ignore line: [] - ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5b6b1/fast] - ignore line: [/usr/bin/make -f CMakeFiles/cmTC_5b6b1.dir/build.make CMakeFiles/cmTC_5b6b1.dir/build] - ignore line: [make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TDjgRw'] - ignore line: [Building C object CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o] - ignore line: [/usr/bin/gcc -v -o CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o -c /usr/share/cmake/Modules/CMakeCCompilerABI.c] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/gcc] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 15.1.1 20250425 (GCC) ] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_5b6b1.dir/'] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1 -quiet -v /usr/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpdir CMakeFiles/cmTC_5b6b1.dir/ -dumpbase CMakeCCompilerABI.c.c -dumpbase-ext .c -mtune=generic -march=x86-64 -version -o /tmp/ccrZDoo4.s] - ignore line: [GNU C23 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu)] - ignore line: [ compiled by GNU C version 15.1.1 20250425 GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.27-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] - ignore line: [ /usr/local/include] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] - ignore line: [ /usr/include] - ignore line: [End of search list.] - ignore line: [Compiler executable checksum: 335c205337bb594afdc1dd844ba56be5] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_5b6b1.dir/'] - ignore line: [ as -v --64 -o CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o /tmp/ccrZDoo4.s] - ignore line: [GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.'] - ignore line: [Linking C executable cmTC_5b6b1] - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5b6b1.dir/link.txt --verbose=1] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/gcc] - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 15.1.1 20250425 (GCC) ] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_5b6b1' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_5b6b1.'] - link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccHeIjRj.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_5b6b1 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2] ==> ignore - arg [-plugin] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so] ==> ignore - arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccHeIjRj.res] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [--build-id] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [--hash-style=gnu] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-pie] ==> ignore - arg [-o] ==> ignore - arg [cmTC_5b6b1] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] - arg [-L/lib/../lib] ==> dir [/lib/../lib] - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] - arg [-L/lib] ==> dir [/lib] - arg [-L/usr/lib] ==> dir [/usr/lib] - arg [-v] ==> ignore - arg [CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o] ==> ignore - arg [-lgcc] ==> lib [gcc] - arg [--push-state] ==> ignore - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--pop-state] ==> ignore - arg [-lc] ==> lib [c] - arg [-lgcc] ==> lib [gcc] - arg [--push-state] ==> ignore - arg [--as-needed] ==> ignore - arg [-lgcc_s] ==> lib [gcc_s] - arg [--pop-state] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] - ignore line: [collect2 version 15.1.1 20250425] - ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccHeIjRj.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_5b6b1 /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_5b6b1.dir/CMakeCCompilerABI.c.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] - linker tool for 'C': /usr/bin/ld - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> [/usr/lib] - collapse library dir [/lib/../lib] ==> [/lib] - collapse library dir [/usr/lib/../lib] ==> [/usr/lib] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> [/usr/lib] - collapse library dir [/lib] ==> [/lib] - collapse library dir [/usr/lib] ==> [/usr/lib] - implicit libs: [gcc;gcc_s;c;gcc;gcc_s] - implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o;/usr/lib/crtn.o] - implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1;/usr/lib;/lib] - implicit fwks: [] - - - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)" - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:270 (cmake_determine_linker_id)" - - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - message: | - Running the C compiler's linker: "/usr/bin/ld" "-v" - GNU ld (GNU Binutils) 2.44.0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:83 (try_compile)" - - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - checks: - - "Detecting CXX compiler ABI info" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VXh359" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VXh359" - cmakeVariables: - CMAKE_CXX_FLAGS: "" - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_CXX_SCAN_FOR_MODULES: "OFF" - CMAKE_EXE_LINKER_FLAGS: "" - buildResult: - variable: "CMAKE_CXX_ABI_COMPILED" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VXh359' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e220e/fast - /usr/bin/make -f CMakeFiles/cmTC_e220e.dir/build.make CMakeFiles/cmTC_e220e.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VXh359' - Building CXX object CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o - /usr/bin/g++ -std=gnu++20 -v -o CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp - Using built-in specs. - COLLECT_GCC=/usr/bin/g++ - Target: x86_64-pc-linux-gnu - Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror - Thread model: posix - Supported LTO compression algorithms: zlib zstd - gcc version 15.1.1 20250425 (GCC) - COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e220e.dir/' - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_e220e.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -std=gnu++20 -version -o /tmp/cc4lwJp9.s - GNU C++20 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu) - compiled by GNU C version 15.1.1 20250425, GMP version 6.3.0, MPFR version 4.2.2, MPC version 1.3.1, isl version isl-0.27-GMP - - GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 - ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include" - #include "..." search starts here: - #include <...> search starts here: - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1 - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include - /usr/local/include - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed - /usr/include - End of search list. - Compiler executable checksum: ce3489707740d94cce8827fad3390bdb - COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e220e.dir/' - as -v --64 -o CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc4lwJp9.s - GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0 - COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ - LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ - COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.' - Linking CXX executable cmTC_e220e - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e220e.dir/link.txt --verbose=1 - Using built-in specs. - COLLECT_GCC=/usr/bin/g++ - COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper - Target: x86_64-pc-linux-gnu - Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust,cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror - Thread model: posix - Supported LTO compression algorithms: zlib zstd - gcc version 15.1.1 20250425 (GCC) - COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ - LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/ - COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_e220e' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_e220e.' - /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccOT2JGR.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_e220e /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o - collect2 version 15.1.1 20250425 - /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccOT2JGR.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_e220e /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o - GNU ld (GNU Binutils) 2.44.0 - COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_e220e' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_e220e.' - /usr/bin/g++ -v -Wl,-v CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_e220e - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VXh359' - - exitCode: 0 - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:191 (message)" - - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - message: | - Parsed CXX implicit include dir info: rv=done - found start of include info - found start of implicit include info - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] - add: [/usr/local/include] - add: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] - add: [/usr/include] - end of search list found - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1] ==> [/usr/include/c++/15.1.1] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/15.1.1/x86_64-pc-linux-gnu] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward] ==> [/usr/include/c++/15.1.1/backward] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] - collapse include dir [/usr/local/include] ==> [/usr/local/include] - collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] - collapse include dir [/usr/include] ==> [/usr/include] - implicit include dirs: [/usr/include/c++/15.1.1;/usr/include/c++/15.1.1/x86_64-pc-linux-gnu;/usr/include/c++/15.1.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed;/usr/include] - - - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:227 (message)" - - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - message: | - Parsed CXX implicit link information: - link line regex: [^( *|.*[/\\])(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] - linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(|\\.[a-rt-z][a-z]*|\\.s[a-np-z][a-z]*|\\.so[a-z]+)))("|,| |$)] - ignore line: [Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VXh359'] - ignore line: [] - ignore line: [Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e220e/fast] - ignore line: [/usr/bin/make -f CMakeFiles/cmTC_e220e.dir/build.make CMakeFiles/cmTC_e220e.dir/build] - ignore line: [make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VXh359'] - ignore line: [Building CXX object CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o] - ignore line: [/usr/bin/g++ -std=gnu++20 -v -o CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/g++] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 15.1.1 20250425 (GCC) ] - ignore line: [COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e220e.dir/'] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/cc1plus -quiet -v -D_GNU_SOURCE /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_e220e.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -std=gnu++20 -version -o /tmp/cc4lwJp9.s] - ignore line: [GNU C++20 (GCC) version 15.1.1 20250425 (x86_64-pc-linux-gnu)] - ignore line: [ compiled by GNU C version 15.1.1 20250425 GMP version 6.3.0 MPFR version 4.2.2 MPC version 1.3.1 isl version isl-0.27-GMP] - ignore line: [] - ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] - ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../x86_64-pc-linux-gnu/include"] - ignore line: [#include "..." search starts here:] - ignore line: [#include <...> search starts here:] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/x86_64-pc-linux-gnu] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../include/c++/15.1.1/backward] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include] - ignore line: [ /usr/local/include] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/include-fixed] - ignore line: [ /usr/include] - ignore line: [End of search list.] - ignore line: [Compiler executable checksum: ce3489707740d94cce8827fad3390bdb] - ignore line: [COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e220e.dir/'] - ignore line: [ as -v --64 -o CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc4lwJp9.s] - ignore line: [GNU assembler version 2.44.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.44.0] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-std=gnu++20' '-v' '-o' 'CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.'] - ignore line: [Linking CXX executable cmTC_e220e] - ignore line: [/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e220e.dir/link.txt --verbose=1] - ignore line: [Using built-in specs.] - ignore line: [COLLECT_GCC=/usr/bin/g++] - ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] - ignore line: [Target: x86_64-pc-linux-gnu] - ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust cobol --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] - ignore line: [Thread model: posix] - ignore line: [Supported LTO compression algorithms: zlib zstd] - ignore line: [gcc version 15.1.1 20250425 (GCC) ] - ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] - ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_e220e' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_e220e.'] - link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccOT2JGR.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_e220e /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/collect2] ==> ignore - arg [-plugin] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so] ==> ignore - arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccOT2JGR.res] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [-plugin-opt=-pass-through=-lc] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore - arg [-plugin-opt=-pass-through=-lgcc] ==> ignore - arg [--build-id] ==> ignore - arg [--eh-frame-hdr] ==> ignore - arg [--hash-style=gnu] ==> ignore - arg [-m] ==> ignore - arg [elf_x86_64] ==> ignore - arg [-dynamic-linker] ==> ignore - arg [/lib64/ld-linux-x86-64.so.2] ==> ignore - arg [-pie] ==> ignore - arg [-o] ==> ignore - arg [cmTC_e220e] ==> ignore - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] - arg [-L/lib/../lib] ==> dir [/lib/../lib] - arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] - arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] - arg [-L/lib] ==> dir [/lib] - arg [-L/usr/lib] ==> dir [/usr/lib] - arg [-v] ==> ignore - arg [CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore - arg [-lstdc++] ==> lib [stdc++] - arg [-lm] ==> lib [m] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [-lc] ==> lib [c] - arg [-lgcc_s] ==> lib [gcc_s] - arg [-lgcc] ==> lib [gcc] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o] - arg [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] - ignore line: [collect2 version 15.1.1 20250425] - ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccOT2JGR.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_e220e /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../.. -L/lib -L/usr/lib -v CMakeFiles/cmTC_e220e.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] - linker tool for 'CXX': /usr/bin/ld - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] - collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../../../lib] ==> [/usr/lib] - collapse library dir [/lib/../lib] ==> [/lib] - collapse library dir [/usr/lib/../lib] ==> [/usr/lib] - collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/../../..] ==> [/usr/lib] - collapse library dir [/lib] ==> [/lib] - collapse library dir [/usr/lib] ==> [/usr/lib] - implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] - implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1/crtendS.o;/usr/lib/crtn.o] - implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/15.1.1;/usr/lib;/lib] - implicit fwks: [] - - - - - kind: "message-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:36 (message)" - - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:270 (cmake_determine_linker_id)" - - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" - - "CMakeLists.txt:7 (project)" - message: | - Running the CXX compiler's linker: "/usr/bin/ld" "-v" - GNU ld (GNU Binutils) 2.44.0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" - - "external/ogg/CMakeLists.txt:53 (check_include_files)" - checks: - - "Looking for include file inttypes.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39dLcb" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39dLcb" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - buildResult: - variable: "INCLUDE_INTTYPES_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39dLcb' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_6e542/fast - /usr/bin/make -f CMakeFiles/cmTC_6e542.dir/build.make CMakeFiles/cmTC_6e542.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39dLcb' - Building C object CMakeFiles/cmTC_6e542.dir/INCLUDE_INTTYPES_H.c.o - /usr/bin/gcc -o CMakeFiles/cmTC_6e542.dir/INCLUDE_INTTYPES_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39dLcb/INCLUDE_INTTYPES_H.c - Linking C executable cmTC_6e542 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6e542.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_6e542.dir/INCLUDE_INTTYPES_H.c.o -o cmTC_6e542 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39dLcb' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" - - "external/ogg/CMakeLists.txt:54 (check_include_files)" - checks: - - "Looking for include file stdint.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cHYZtM" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cHYZtM" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - buildResult: - variable: "INCLUDE_STDINT_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cHYZtM' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_272b3/fast - /usr/bin/make -f CMakeFiles/cmTC_272b3.dir/build.make CMakeFiles/cmTC_272b3.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cHYZtM' - Building C object CMakeFiles/cmTC_272b3.dir/INCLUDE_STDINT_H.c.o - /usr/bin/gcc -o CMakeFiles/cmTC_272b3.dir/INCLUDE_STDINT_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cHYZtM/INCLUDE_STDINT_H.c - Linking C executable cmTC_272b3 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_272b3.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_272b3.dir/INCLUDE_STDINT_H.c.o -o cmTC_272b3 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cHYZtM' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" - - "external/ogg/CMakeLists.txt:55 (check_include_files)" - checks: - - "Looking for include file sys/types.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xRRXhh" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xRRXhh" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - buildResult: - variable: "INCLUDE_SYS_TYPES_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xRRXhh' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_51609/fast - /usr/bin/make -f CMakeFiles/cmTC_51609.dir/build.make CMakeFiles/cmTC_51609.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xRRXhh' - Building C object CMakeFiles/cmTC_51609.dir/INCLUDE_SYS_TYPES_H.c.o - /usr/bin/gcc -o CMakeFiles/cmTC_51609.dir/INCLUDE_SYS_TYPES_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xRRXhh/INCLUDE_SYS_TYPES_H.c - Linking C executable cmTC_51609 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_51609.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_51609.dir/INCLUDE_SYS_TYPES_H.c.o -o cmTC_51609 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xRRXhh' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:318 (check_include_file)" - - "external/ogg/cmake/CheckSizes.cmake:3 (check_type_size)" - - "external/ogg/CMakeLists.txt:65 (include)" - checks: - - "Looking for sys/types.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SMhYG3" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SMhYG3" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" - buildResult: - variable: "HAVE_SYS_TYPES_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SMhYG3' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c99b3/fast - /usr/bin/make -f CMakeFiles/cmTC_c99b3.dir/build.make CMakeFiles/cmTC_c99b3.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SMhYG3' - Building C object CMakeFiles/cmTC_c99b3.dir/CheckIncludeFile.c.o - /usr/bin/gcc -o CMakeFiles/cmTC_c99b3.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SMhYG3/CheckIncludeFile.c - Linking C executable cmTC_c99b3 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c99b3.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_c99b3.dir/CheckIncludeFile.c.o -o cmTC_c99b3 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SMhYG3' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:319 (check_include_file)" - - "external/ogg/cmake/CheckSizes.cmake:3 (check_type_size)" - - "external/ogg/CMakeLists.txt:65 (include)" - checks: - - "Looking for stdint.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNjYyy" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNjYyy" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" - buildResult: - variable: "HAVE_STDINT_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNjYyy' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9631b/fast - /usr/bin/make -f CMakeFiles/cmTC_9631b.dir/build.make CMakeFiles/cmTC_9631b.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNjYyy' - Building C object CMakeFiles/cmTC_9631b.dir/CheckIncludeFile.c.o - /usr/bin/gcc -o CMakeFiles/cmTC_9631b.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNjYyy/CheckIncludeFile.c - Linking C executable cmTC_9631b - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9631b.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_9631b.dir/CheckIncludeFile.c.o -o cmTC_9631b - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNjYyy' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:320 (check_include_file)" - - "external/ogg/cmake/CheckSizes.cmake:3 (check_type_size)" - - "external/ogg/CMakeLists.txt:65 (include)" - checks: - - "Looking for stddef.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0UrbM5" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0UrbM5" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" - buildResult: - variable: "HAVE_STDDEF_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0UrbM5' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_decbf/fast - /usr/bin/make -f CMakeFiles/cmTC_decbf.dir/build.make CMakeFiles/cmTC_decbf.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0UrbM5' - Building C object CMakeFiles/cmTC_decbf.dir/CheckIncludeFile.c.o - /usr/bin/gcc -o CMakeFiles/cmTC_decbf.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0UrbM5/CheckIncludeFile.c - Linking C executable cmTC_decbf - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_decbf.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_decbf.dir/CheckIncludeFile.c.o -o cmTC_decbf - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0UrbM5' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/ogg/cmake/CheckSizes.cmake:3 (check_type_size)" - - "external/ogg/CMakeLists.txt:65 (include)" - checks: - - "Check size of int16_t" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JdGpr1" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JdGpr1" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" - buildResult: - variable: "HAVE_INT16_SIZE" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JdGpr1' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_dcdc6/fast - /usr/bin/make -f CMakeFiles/cmTC_dcdc6.dir/build.make CMakeFiles/cmTC_dcdc6.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JdGpr1' - Building C object CMakeFiles/cmTC_dcdc6.dir/INT16_SIZE.c.o - /usr/bin/gcc -o CMakeFiles/cmTC_dcdc6.dir/INT16_SIZE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JdGpr1/INT16_SIZE.c - Linking C executable cmTC_dcdc6 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dcdc6.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_dcdc6.dir/INT16_SIZE.c.o -o cmTC_dcdc6 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JdGpr1' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/ogg/cmake/CheckSizes.cmake:4 (check_type_size)" - - "external/ogg/CMakeLists.txt:65 (include)" - checks: - - "Check size of uint16_t" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dsfBqq" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dsfBqq" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" - buildResult: - variable: "HAVE_UINT16_SIZE" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dsfBqq' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_4fbed/fast - /usr/bin/make -f CMakeFiles/cmTC_4fbed.dir/build.make CMakeFiles/cmTC_4fbed.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dsfBqq' - Building C object CMakeFiles/cmTC_4fbed.dir/UINT16_SIZE.c.o - /usr/bin/gcc -o CMakeFiles/cmTC_4fbed.dir/UINT16_SIZE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dsfBqq/UINT16_SIZE.c - Linking C executable cmTC_4fbed - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4fbed.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_4fbed.dir/UINT16_SIZE.c.o -o cmTC_4fbed - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dsfBqq' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/ogg/cmake/CheckSizes.cmake:5 (check_type_size)" - - "external/ogg/CMakeLists.txt:65 (include)" - checks: - - "Check size of u_int16_t" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uRqMHD" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uRqMHD" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" - buildResult: - variable: "HAVE_U_INT16_SIZE" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uRqMHD' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_73154/fast - /usr/bin/make -f CMakeFiles/cmTC_73154.dir/build.make CMakeFiles/cmTC_73154.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uRqMHD' - Building C object CMakeFiles/cmTC_73154.dir/U_INT16_SIZE.c.o - /usr/bin/gcc -o CMakeFiles/cmTC_73154.dir/U_INT16_SIZE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uRqMHD/U_INT16_SIZE.c - Linking C executable cmTC_73154 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_73154.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_73154.dir/U_INT16_SIZE.c.o -o cmTC_73154 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uRqMHD' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/ogg/cmake/CheckSizes.cmake:6 (check_type_size)" - - "external/ogg/CMakeLists.txt:65 (include)" - checks: - - "Check size of int32_t" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1BUlPG" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1BUlPG" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" - buildResult: - variable: "HAVE_INT32_SIZE" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1BUlPG' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_135d1/fast - /usr/bin/make -f CMakeFiles/cmTC_135d1.dir/build.make CMakeFiles/cmTC_135d1.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1BUlPG' - Building C object CMakeFiles/cmTC_135d1.dir/INT32_SIZE.c.o - /usr/bin/gcc -o CMakeFiles/cmTC_135d1.dir/INT32_SIZE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1BUlPG/INT32_SIZE.c - Linking C executable cmTC_135d1 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_135d1.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_135d1.dir/INT32_SIZE.c.o -o cmTC_135d1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1BUlPG' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/ogg/cmake/CheckSizes.cmake:7 (check_type_size)" - - "external/ogg/CMakeLists.txt:65 (include)" - checks: - - "Check size of uint32_t" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4OZO3T" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4OZO3T" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" - buildResult: - variable: "HAVE_UINT32_SIZE" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4OZO3T' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_6346d/fast - /usr/bin/make -f CMakeFiles/cmTC_6346d.dir/build.make CMakeFiles/cmTC_6346d.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4OZO3T' - Building C object CMakeFiles/cmTC_6346d.dir/UINT32_SIZE.c.o - /usr/bin/gcc -o CMakeFiles/cmTC_6346d.dir/UINT32_SIZE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4OZO3T/UINT32_SIZE.c - Linking C executable cmTC_6346d - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6346d.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_6346d.dir/UINT32_SIZE.c.o -o cmTC_6346d - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4OZO3T' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/ogg/cmake/CheckSizes.cmake:8 (check_type_size)" - - "external/ogg/CMakeLists.txt:65 (include)" - checks: - - "Check size of u_int32_t" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cG4X81" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cG4X81" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" - buildResult: - variable: "HAVE_U_INT32_SIZE" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cG4X81' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f769f/fast - /usr/bin/make -f CMakeFiles/cmTC_f769f.dir/build.make CMakeFiles/cmTC_f769f.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cG4X81' - Building C object CMakeFiles/cmTC_f769f.dir/U_INT32_SIZE.c.o - /usr/bin/gcc -o CMakeFiles/cmTC_f769f.dir/U_INT32_SIZE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cG4X81/U_INT32_SIZE.c - Linking C executable cmTC_f769f - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f769f.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_f769f.dir/U_INT32_SIZE.c.o -o cmTC_f769f - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cG4X81' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/ogg/cmake/CheckSizes.cmake:9 (check_type_size)" - - "external/ogg/CMakeLists.txt:65 (include)" - checks: - - "Check size of int64_t" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nVxFXT" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nVxFXT" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" - buildResult: - variable: "HAVE_INT64_SIZE" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nVxFXT' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a5d71/fast - /usr/bin/make -f CMakeFiles/cmTC_a5d71.dir/build.make CMakeFiles/cmTC_a5d71.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nVxFXT' - Building C object CMakeFiles/cmTC_a5d71.dir/INT64_SIZE.c.o - /usr/bin/gcc -o CMakeFiles/cmTC_a5d71.dir/INT64_SIZE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nVxFXT/INT64_SIZE.c - Linking C executable cmTC_a5d71 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a5d71.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_a5d71.dir/INT64_SIZE.c.o -o cmTC_a5d71 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nVxFXT' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/ogg/cmake/CheckSizes.cmake:10 (check_type_size)" - - "external/ogg/CMakeLists.txt:65 (include)" - checks: - - "Check size of short" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rI7gj8" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rI7gj8" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" - buildResult: - variable: "HAVE_SHORT_SIZE" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rI7gj8' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_6104f/fast - /usr/bin/make -f CMakeFiles/cmTC_6104f.dir/build.make CMakeFiles/cmTC_6104f.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rI7gj8' - Building C object CMakeFiles/cmTC_6104f.dir/SHORT_SIZE.c.o - /usr/bin/gcc -o CMakeFiles/cmTC_6104f.dir/SHORT_SIZE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rI7gj8/SHORT_SIZE.c - Linking C executable cmTC_6104f - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6104f.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_6104f.dir/SHORT_SIZE.c.o -o cmTC_6104f - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rI7gj8' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/ogg/cmake/CheckSizes.cmake:11 (check_type_size)" - - "external/ogg/CMakeLists.txt:65 (include)" - checks: - - "Check size of int" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GEUYPD" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GEUYPD" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" - buildResult: - variable: "HAVE_INT_SIZE" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GEUYPD' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_83a22/fast - /usr/bin/make -f CMakeFiles/cmTC_83a22.dir/build.make CMakeFiles/cmTC_83a22.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GEUYPD' - Building C object CMakeFiles/cmTC_83a22.dir/INT_SIZE.c.o - /usr/bin/gcc -o CMakeFiles/cmTC_83a22.dir/INT_SIZE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GEUYPD/INT_SIZE.c - Linking C executable cmTC_83a22 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_83a22.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_83a22.dir/INT_SIZE.c.o -o cmTC_83a22 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GEUYPD' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/ogg/cmake/CheckSizes.cmake:12 (check_type_size)" - - "external/ogg/CMakeLists.txt:65 (include)" - checks: - - "Check size of long" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JyCHXu" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JyCHXu" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" - buildResult: - variable: "HAVE_LONG_SIZE" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JyCHXu' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d133f/fast - /usr/bin/make -f CMakeFiles/cmTC_d133f.dir/build.make CMakeFiles/cmTC_d133f.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JyCHXu' - Building C object CMakeFiles/cmTC_d133f.dir/LONG_SIZE.c.o - /usr/bin/gcc -o CMakeFiles/cmTC_d133f.dir/LONG_SIZE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JyCHXu/LONG_SIZE.c - Linking C executable cmTC_d133f - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d133f.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_d133f.dir/LONG_SIZE.c.o -o cmTC_d133f - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JyCHXu' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/ogg/cmake/CheckSizes.cmake:13 (check_type_size)" - - "external/ogg/CMakeLists.txt:65 (include)" - checks: - - "Check size of long long" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zNk191" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zNk191" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/ogg/cmake" - buildResult: - variable: "HAVE_LONG_LONG_SIZE" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zNk191' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0f5aa/fast - /usr/bin/make -f CMakeFiles/cmTC_0f5aa.dir/build.make CMakeFiles/cmTC_0f5aa.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zNk191' - Building C object CMakeFiles/cmTC_0f5aa.dir/LONG_LONG_SIZE.c.o - /usr/bin/gcc -o CMakeFiles/cmTC_0f5aa.dir/LONG_LONG_SIZE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zNk191/LONG_LONG_SIZE.c - Linking C executable cmTC_0f5aa - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0f5aa.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_0f5aa.dir/LONG_LONG_SIZE.c.o -o cmTC_0f5aa - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zNk191' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckLibraryExists.cmake:112 (try_compile)" - - "external/vorbis/CMakeLists.txt:63 (check_library_exists)" - checks: - - "Looking for floor in m" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u3wcVZ" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u3wcVZ" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/vorbis/cmake" - buildResult: - variable: "HAVE_LIBM" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u3wcVZ' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c2b9c/fast - /usr/bin/make -f CMakeFiles/cmTC_c2b9c.dir/build.make CMakeFiles/cmTC_c2b9c.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u3wcVZ' - Building C object CMakeFiles/cmTC_c2b9c.dir/CheckFunctionExists.c.o - /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=floor -o CMakeFiles/cmTC_c2b9c.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u3wcVZ/CheckFunctionExists.c - : warning: conflicting types for built-in function ‘floor’; expected ‘double(double)’ [-Wbuiltin-declaration-mismatch] - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u3wcVZ/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’ - 7 | CHECK_FUNCTION_EXISTS(void); - | ^~~~~~~~~~~~~~~~~~~~~ - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u3wcVZ/CheckFunctionExists.c:1:1: note: ‘floor’ is declared in header ‘’ - +++ |+#include - 1 | #ifdef CHECK_FUNCTION_EXISTS - Linking C executable cmTC_c2b9c - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c2b9c.dir/link.txt --verbose=1 - /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=floor CMakeFiles/cmTC_c2b9c.dir/CheckFunctionExists.c.o -o cmTC_c2b9c -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u3wcVZ' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "external/SDL/cmake/sdlcpu.cmake:93 (try_compile)" - - "external/SDL/CMakeLists.txt:81 (SDL_DetectTargetCPUArchitectures)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "SDL_CPU_CHECK_ALL" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3b2a6/fast - /usr/bin/make -f CMakeFiles/cmTC_3b2a6.dir/build.make CMakeFiles/cmTC_3b2a6.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_3b2a6.dir/SDL_detect_arch.c.o - /usr/bin/gcc -o CMakeFiles/cmTC_3b2a6.dir/SDL_detect_arch.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch.c - Linking C static library libcmTC_3b2a6.a - /usr/bin/cmake -P CMakeFiles/cmTC_3b2a6.dir/cmake_clean_target.cmake - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3b2a6.dir/link.txt --verbose=1 - /usr/bin/ar qc libcmTC_3b2a6.a CMakeFiles/cmTC_3b2a6.dir/SDL_detect_arch.c.o - /usr/bin/ranlib libcmTC_3b2a6.a - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch/CMakeFiles/CMakeTmp' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - - "external/SDL/cmake/sdlcompilers.cmake:57 (check_c_compiler_flag)" - - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" - checks: - - "Performing Test HAVE_GCC_WALL" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OdH6vR" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OdH6vR" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_GCC_WALL" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OdH6vR' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_023e7/fast - /usr/bin/make -f CMakeFiles/cmTC_023e7.dir/build.make CMakeFiles/cmTC_023e7.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OdH6vR' - Building C object CMakeFiles/cmTC_023e7.dir/src.c.o - /usr/bin/gcc -DHAVE_GCC_WALL -D_GNU_SOURCE=1 -Wall -o CMakeFiles/cmTC_023e7.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OdH6vR/src.c - Linking C executable cmTC_023e7 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_023e7.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_023e7.dir/src.c.o -o cmTC_023e7 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OdH6vR' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - - "external/SDL/cmake/sdlcompilers.cmake:67 (check_c_compiler_flag)" - - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" - checks: - - "Performing Test HAVE_GCC_WUNDEF" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5teqCK" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5teqCK" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_GCC_WUNDEF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5teqCK' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d6a60/fast - /usr/bin/make -f CMakeFiles/cmTC_d6a60.dir/build.make CMakeFiles/cmTC_d6a60.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5teqCK' - Building C object CMakeFiles/cmTC_d6a60.dir/src.c.o - /usr/bin/gcc -DHAVE_GCC_WUNDEF -D_GNU_SOURCE=1 -Wundef -o CMakeFiles/cmTC_d6a60.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5teqCK/src.c - Linking C executable cmTC_d6a60 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d6a60.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_d6a60.dir/src.c.o -o cmTC_d6a60 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5teqCK' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - - "external/SDL/cmake/sdlcompilers.cmake:72 (check_c_compiler_flag)" - - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" - checks: - - "Performing Test HAVE_GCC_WFLOAT_CONVERSION" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w1TXHx" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w1TXHx" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_GCC_WFLOAT_CONVERSION" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w1TXHx' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_60892/fast - /usr/bin/make -f CMakeFiles/cmTC_60892.dir/build.make CMakeFiles/cmTC_60892.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w1TXHx' - Building C object CMakeFiles/cmTC_60892.dir/src.c.o - /usr/bin/gcc -DHAVE_GCC_WFLOAT_CONVERSION -D_GNU_SOURCE=1 -Wfloat-conversion -o CMakeFiles/cmTC_60892.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w1TXHx/src.c - Linking C executable cmTC_60892 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_60892.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_60892.dir/src.c.o -o cmTC_60892 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w1TXHx' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - - "external/SDL/cmake/sdlcompilers.cmake:77 (check_c_compiler_flag)" - - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" - checks: - - "Performing Test HAVE_GCC_NO_STRICT_ALIASING" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lIn07b" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lIn07b" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_GCC_NO_STRICT_ALIASING" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lIn07b' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a497b/fast - /usr/bin/make -f CMakeFiles/cmTC_a497b.dir/build.make CMakeFiles/cmTC_a497b.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lIn07b' - Building C object CMakeFiles/cmTC_a497b.dir/src.c.o - /usr/bin/gcc -DHAVE_GCC_NO_STRICT_ALIASING -D_GNU_SOURCE=1 -fno-strict-aliasing -o CMakeFiles/cmTC_a497b.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lIn07b/src.c - Linking C executable cmTC_a497b - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a497b.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_a497b.dir/src.c.o -o cmTC_a497b - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lIn07b' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - - "external/SDL/cmake/sdlcompilers.cmake:82 (check_c_compiler_flag)" - - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" - checks: - - "Performing Test HAVE_GCC_WDOCUMENTATION" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gSncxZ" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gSncxZ" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_GCC_WDOCUMENTATION" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gSncxZ' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ecc5b/fast - /usr/bin/make -f CMakeFiles/cmTC_ecc5b.dir/build.make CMakeFiles/cmTC_ecc5b.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gSncxZ' - Building C object CMakeFiles/cmTC_ecc5b.dir/src.c.o - /usr/bin/gcc -DHAVE_GCC_WDOCUMENTATION -D_GNU_SOURCE=1 -Wdocumentation -o CMakeFiles/cmTC_ecc5b.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gSncxZ/src.c - gcc: error: unrecognized command-line option '-Wdocumentation' - make[1]: *** [CMakeFiles/cmTC_ecc5b.dir/build.make:81: CMakeFiles/cmTC_ecc5b.dir/src.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gSncxZ' - make: *** [Makefile:134: cmTC_ecc5b/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - - "external/SDL/cmake/sdlcompilers.cmake:93 (check_c_compiler_flag)" - - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" - checks: - - "Performing Test HAVE_GCC_WDOCUMENTATION_UNKNOWN_COMMAND" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nzwycn" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nzwycn" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_GCC_WDOCUMENTATION_UNKNOWN_COMMAND" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nzwycn' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_6c7da/fast - /usr/bin/make -f CMakeFiles/cmTC_6c7da.dir/build.make CMakeFiles/cmTC_6c7da.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nzwycn' - Building C object CMakeFiles/cmTC_6c7da.dir/src.c.o - /usr/bin/gcc -DHAVE_GCC_WDOCUMENTATION_UNKNOWN_COMMAND -D_GNU_SOURCE=1 -Wdocumentation-unknown-command -o CMakeFiles/cmTC_6c7da.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nzwycn/src.c - gcc: error: unrecognized command-line option '-Wdocumentation-unknown-command' - make[1]: *** [CMakeFiles/cmTC_6c7da.dir/build.make:81: CMakeFiles/cmTC_6c7da.dir/src.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nzwycn' - make: *** [Makefile:134: cmTC_6c7da/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - - "external/SDL/cmake/sdlcompilers.cmake:104 (check_c_compiler_flag)" - - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" - checks: - - "Performing Test HAVE_GCC_COMMENT_BLOCK_COMMANDS" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Yclc3D" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Yclc3D" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_GCC_COMMENT_BLOCK_COMMANDS" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Yclc3D' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ac5b0/fast - /usr/bin/make -f CMakeFiles/cmTC_ac5b0.dir/build.make CMakeFiles/cmTC_ac5b0.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Yclc3D' - Building C object CMakeFiles/cmTC_ac5b0.dir/src.c.o - /usr/bin/gcc -DHAVE_GCC_COMMENT_BLOCK_COMMANDS -D_GNU_SOURCE=1 -fcomment-block-commands=threadsafety -o CMakeFiles/cmTC_ac5b0.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Yclc3D/src.c - gcc: error: unrecognized command-line option '-fcomment-block-commands=threadsafety' - make[1]: *** [CMakeFiles/cmTC_ac5b0.dir/build.make:81: CMakeFiles/cmTC_ac5b0.dir/src.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Yclc3D' - make: *** [Makefile:134: cmTC_ac5b0/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - - "external/SDL/cmake/sdlcompilers.cmake:108 (check_c_compiler_flag)" - - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" - checks: - - "Performing Test HAVE_CLANG_COMMENT_BLOCK_COMMANDS" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oabVIJ" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oabVIJ" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_CLANG_COMMENT_BLOCK_COMMANDS" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oabVIJ' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_528e4/fast - /usr/bin/make -f CMakeFiles/cmTC_528e4.dir/build.make CMakeFiles/cmTC_528e4.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oabVIJ' - Building C object CMakeFiles/cmTC_528e4.dir/src.c.o - /usr/bin/gcc -DHAVE_CLANG_COMMENT_BLOCK_COMMANDS -D_GNU_SOURCE=1 /clang:-fcomment-block-commands=threadsafety -o CMakeFiles/cmTC_528e4.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oabVIJ/src.c - gcc: warning: /clang:-fcomment-block-commands=threadsafety: linker input file unused because linking not done - gcc: error: /clang:-fcomment-block-commands=threadsafety: linker input file not found: No such file or directory - make[1]: *** [CMakeFiles/cmTC_528e4.dir/build.make:81: CMakeFiles/cmTC_528e4.dir/src.c.o] Error 1 - make[1]: *** Deleting file 'CMakeFiles/cmTC_528e4.dir/src.c.o' - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oabVIJ' - make: *** [Makefile:134: cmTC_528e4/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - - "external/SDL/cmake/sdlcompilers.cmake:114 (check_c_compiler_flag)" - - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" - checks: - - "Performing Test HAVE_GCC_WSHADOW" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Mw9MDw" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Mw9MDw" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_GCC_WSHADOW" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Mw9MDw' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b7a6a/fast - /usr/bin/make -f CMakeFiles/cmTC_b7a6a.dir/build.make CMakeFiles/cmTC_b7a6a.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Mw9MDw' - Building C object CMakeFiles/cmTC_b7a6a.dir/src.c.o - /usr/bin/gcc -DHAVE_GCC_WSHADOW -D_GNU_SOURCE=1 -Wshadow -o CMakeFiles/cmTC_b7a6a.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Mw9MDw/src.c - Linking C executable cmTC_b7a6a - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b7a6a.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_b7a6a.dir/src.c.o -o cmTC_b7a6a - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Mw9MDw' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - - "external/SDL/cmake/sdlcompilers.cmake:119 (check_c_compiler_flag)" - - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" - checks: - - "Performing Test HAVE_GCC_WUNUSED_LOCAL_TYPEDEFS" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9dPl6S" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9dPl6S" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_GCC_WUNUSED_LOCAL_TYPEDEFS" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9dPl6S' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e0261/fast - /usr/bin/make -f CMakeFiles/cmTC_e0261.dir/build.make CMakeFiles/cmTC_e0261.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9dPl6S' - Building C object CMakeFiles/cmTC_e0261.dir/src.c.o - /usr/bin/gcc -DHAVE_GCC_WUNUSED_LOCAL_TYPEDEFS -D_GNU_SOURCE=1 -Wunused-local-typedefs -o CMakeFiles/cmTC_e0261.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9dPl6S/src.c - Linking C executable cmTC_e0261 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e0261.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_e0261.dir/src.c.o -o cmTC_e0261 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9dPl6S' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - - "external/SDL/cmake/sdlcompilers.cmake:124 (check_c_compiler_flag)" - - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" - checks: - - "Performing Test HAVE_GCC_WIMPLICIT_FALLTHROUGH" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h7UhRn" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h7UhRn" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_GCC_WIMPLICIT_FALLTHROUGH" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h7UhRn' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0691b/fast - /usr/bin/make -f CMakeFiles/cmTC_0691b.dir/build.make CMakeFiles/cmTC_0691b.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h7UhRn' - Building C object CMakeFiles/cmTC_0691b.dir/src.c.o - /usr/bin/gcc -DHAVE_GCC_WIMPLICIT_FALLTHROUGH -D_GNU_SOURCE=1 -Wimplicit-fallthrough -o CMakeFiles/cmTC_0691b.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h7UhRn/src.c - Linking C executable cmTC_0691b - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0691b.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_0691b.dir/src.c.o -o cmTC_0691b - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h7UhRn' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - - "external/SDL/cmake/sdlcompilers.cmake:157 (check_c_compiler_flag)" - - "external/SDL/CMakeLists.txt:428 (SDL_AddCommonCompilerFlags)" - checks: - - "Performing Test COMPILER_SUPPORTS_FDIAGNOSTICS_COLOR_ALWAYS" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jZpg7M" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jZpg7M" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "COMPILER_SUPPORTS_FDIAGNOSTICS_COLOR_ALWAYS" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jZpg7M' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_cde0e/fast - /usr/bin/make -f CMakeFiles/cmTC_cde0e.dir/build.make CMakeFiles/cmTC_cde0e.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jZpg7M' - Building C object CMakeFiles/cmTC_cde0e.dir/src.c.o - /usr/bin/gcc -DCOMPILER_SUPPORTS_FDIAGNOSTICS_COLOR_ALWAYS -D_GNU_SOURCE=1 -fdiagnostics-color=always -o CMakeFiles/cmTC_cde0e.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jZpg7M/src.c - Linking C executable cmTC_cde0e - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cde0e.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_cde0e.dir/src.c.o -o cmTC_cde0e - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jZpg7M' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:464 (check_symbol_exists)" - checks: - - "Looking for __GLIBC__" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nkb4eA" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nkb4eA" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_IS_GLIBC" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nkb4eA' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_338fd/fast - /usr/bin/make -f CMakeFiles/cmTC_338fd.dir/build.make CMakeFiles/cmTC_338fd.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nkb4eA' - Building C object CMakeFiles/cmTC_338fd.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_338fd.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nkb4eA/CheckSymbolExists.c - Linking C executable cmTC_338fd - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_338fd.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_338fd.dir/CheckSymbolExists.c.o -o cmTC_338fd - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nkb4eA' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/cmake/macros.cmake:304 (check_c_source_compiles)" - - "external/SDL/CMakeLists.txt:472 (check_linker_supports_version_file)" - checks: - - "Performing Test LINKER_SUPPORTS_VERSION_SCRIPT" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FqkfTw" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FqkfTw" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LINKER_SUPPORTS_VERSION_SCRIPT" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FqkfTw' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1157e/fast - /usr/bin/make -f CMakeFiles/cmTC_1157e.dir/build.make CMakeFiles/cmTC_1157e.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FqkfTw' - Building C object CMakeFiles/cmTC_1157e.dir/src.c.o - /usr/bin/gcc -DLINKER_SUPPORTS_VERSION_SCRIPT -o CMakeFiles/cmTC_1157e.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FqkfTw/src.c - Linking C executable cmTC_1157e - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1157e.dir/link.txt --verbose=1 - /usr/bin/gcc -Wl,--version-script=/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/dummy.sym CMakeFiles/cmTC_1157e.dir/src.c.o -o cmTC_1157e - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FqkfTw' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/CMakeLists.txt:570 (check_c_source_compiles)" - checks: - - "Performing Test COMPILER_SUPPORTS_GCC_ATOMICS" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vZA2l3" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vZA2l3" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "COMPILER_SUPPORTS_GCC_ATOMICS" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vZA2l3' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_233f1/fast - /usr/bin/make -f CMakeFiles/cmTC_233f1.dir/build.make CMakeFiles/cmTC_233f1.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vZA2l3' - Building C object CMakeFiles/cmTC_233f1.dir/src.c.o - /usr/bin/gcc -DCOMPILER_SUPPORTS_GCC_ATOMICS -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_233f1.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vZA2l3/src.c - Linking C executable cmTC_233f1 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_233f1.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_233f1.dir/src.c.o -o cmTC_233f1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vZA2l3' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/CMakeLists.txt:592 (check_c_source_compiles)" - checks: - - "Performing Test HAVE_GCC_FVISIBILITY" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lGBL8R" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lGBL8R" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_GCC_FVISIBILITY" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lGBL8R' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b8049/fast - /usr/bin/make -f CMakeFiles/cmTC_b8049.dir/build.make CMakeFiles/cmTC_b8049.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lGBL8R' - Building C object CMakeFiles/cmTC_b8049.dir/src.c.o - /usr/bin/gcc -DHAVE_GCC_FVISIBILITY -D_GNU_SOURCE=1 -fvisibility=hidden -Werror -o CMakeFiles/cmTC_b8049.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lGBL8R/src.c - Linking C executable cmTC_b8049 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b8049.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -fvisibility=hidden -Werror CMakeFiles/cmTC_b8049.dir/src.c.o -o cmTC_b8049 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lGBL8R' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/Internal/CheckLinkerFlag.cmake:34 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckLinkerFlag.cmake:44 (cmake_check_linker_flag)" - - "external/SDL/CMakeLists.txt:617 (check_linker_flag)" - checks: - - "Performing Test LINKER_SUPPORTS_WL_NO_UNDEFINED" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S1sLLv" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S1sLLv" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LINKER_SUPPORTS_WL_NO_UNDEFINED" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S1sLLv' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3682f/fast - /usr/bin/make -f CMakeFiles/cmTC_3682f.dir/build.make CMakeFiles/cmTC_3682f.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S1sLLv' - Building C object CMakeFiles/cmTC_3682f.dir/src.c.o - /usr/bin/gcc -DLINKER_SUPPORTS_WL_NO_UNDEFINED -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_3682f.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S1sLLv/src.c - Linking C executable cmTC_3682f - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3682f.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -Wl,--no-undefined CMakeFiles/cmTC_3682f.dir/src.c.o -o cmTC_3682f - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S1sLLv' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/CMakeLists.txt:654 (check_c_source_compiles)" - checks: - - "Performing Test COMPILER_SUPPORTS_MMX" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Ri8bcw" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Ri8bcw" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "COMPILER_SUPPORTS_MMX" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Ri8bcw' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8ae34/fast - /usr/bin/make -f CMakeFiles/cmTC_8ae34.dir/build.make CMakeFiles/cmTC_8ae34.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Ri8bcw' - Building C object CMakeFiles/cmTC_8ae34.dir/src.c.o - /usr/bin/gcc -DCOMPILER_SUPPORTS_MMX -D_GNU_SOURCE=1 -mmmx -o CMakeFiles/cmTC_8ae34.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Ri8bcw/src.c - Linking C executable cmTC_8ae34 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8ae34.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -mmmx CMakeFiles/cmTC_8ae34.dir/src.c.o -o cmTC_8ae34 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Ri8bcw' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/CMakeLists.txt:675 (check_c_source_compiles)" - checks: - - "Performing Test COMPILER_SUPPORTS_SSE" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PUkawz" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PUkawz" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "COMPILER_SUPPORTS_SSE" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PUkawz' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5cb23/fast - /usr/bin/make -f CMakeFiles/cmTC_5cb23.dir/build.make CMakeFiles/cmTC_5cb23.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PUkawz' - Building C object CMakeFiles/cmTC_5cb23.dir/src.c.o - /usr/bin/gcc -DCOMPILER_SUPPORTS_SSE -D_GNU_SOURCE=1 -msse -o CMakeFiles/cmTC_5cb23.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PUkawz/src.c - Linking C executable cmTC_5cb23 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5cb23.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -msse CMakeFiles/cmTC_5cb23.dir/src.c.o -o cmTC_5cb23 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PUkawz' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/CMakeLists.txt:696 (check_c_source_compiles)" - checks: - - "Performing Test COMPILER_SUPPORTS_SSE2" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5jlEz3" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5jlEz3" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "COMPILER_SUPPORTS_SSE2" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5jlEz3' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b5437/fast - /usr/bin/make -f CMakeFiles/cmTC_b5437.dir/build.make CMakeFiles/cmTC_b5437.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5jlEz3' - Building C object CMakeFiles/cmTC_b5437.dir/src.c.o - /usr/bin/gcc -DCOMPILER_SUPPORTS_SSE2 -D_GNU_SOURCE=1 -msse2 -o CMakeFiles/cmTC_b5437.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5jlEz3/src.c - Linking C executable cmTC_b5437 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b5437.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -msse2 CMakeFiles/cmTC_b5437.dir/src.c.o -o cmTC_b5437 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5jlEz3' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/CMakeLists.txt:717 (check_c_source_compiles)" - checks: - - "Performing Test COMPILER_SUPPORTS_SSE3" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xB0z5F" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xB0z5F" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "COMPILER_SUPPORTS_SSE3" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xB0z5F' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_175d3/fast - /usr/bin/make -f CMakeFiles/cmTC_175d3.dir/build.make CMakeFiles/cmTC_175d3.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xB0z5F' - Building C object CMakeFiles/cmTC_175d3.dir/src.c.o - /usr/bin/gcc -DCOMPILER_SUPPORTS_SSE3 -D_GNU_SOURCE=1 -msse3 -o CMakeFiles/cmTC_175d3.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xB0z5F/src.c - Linking C executable cmTC_175d3 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_175d3.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -msse3 CMakeFiles/cmTC_175d3.dir/src.c.o -o cmTC_175d3 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-xB0z5F' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/CMakeLists.txt:738 (check_c_source_compiles)" - checks: - - "Performing Test COMPILER_SUPPORTS_SSE4_1" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-avurE7" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-avurE7" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "COMPILER_SUPPORTS_SSE4_1" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-avurE7' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9c94e/fast - /usr/bin/make -f CMakeFiles/cmTC_9c94e.dir/build.make CMakeFiles/cmTC_9c94e.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-avurE7' - Building C object CMakeFiles/cmTC_9c94e.dir/src.c.o - /usr/bin/gcc -DCOMPILER_SUPPORTS_SSE4_1 -D_GNU_SOURCE=1 -msse4.1 -o CMakeFiles/cmTC_9c94e.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-avurE7/src.c - Linking C executable cmTC_9c94e - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9c94e.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -msse4.1 CMakeFiles/cmTC_9c94e.dir/src.c.o -o cmTC_9c94e - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-avurE7' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/CMakeLists.txt:759 (check_c_source_compiles)" - checks: - - "Performing Test COMPILER_SUPPORTS_SSE4_2" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RIY5Cm" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RIY5Cm" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "COMPILER_SUPPORTS_SSE4_2" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RIY5Cm' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_19214/fast - /usr/bin/make -f CMakeFiles/cmTC_19214.dir/build.make CMakeFiles/cmTC_19214.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RIY5Cm' - Building C object CMakeFiles/cmTC_19214.dir/src.c.o - /usr/bin/gcc -DCOMPILER_SUPPORTS_SSE4_2 -D_GNU_SOURCE=1 -msse4.2 -mcrc32 -o CMakeFiles/cmTC_19214.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RIY5Cm/src.c - Linking C executable cmTC_19214 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_19214.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -msse4.2 -mcrc32 CMakeFiles/cmTC_19214.dir/src.c.o -o cmTC_19214 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RIY5Cm' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/CMakeLists.txt:782 (check_c_source_compiles)" - checks: - - "Performing Test COMPILER_SUPPORTS_AVX" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qOiIDS" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qOiIDS" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "COMPILER_SUPPORTS_AVX" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qOiIDS' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3fc9c/fast - /usr/bin/make -f CMakeFiles/cmTC_3fc9c.dir/build.make CMakeFiles/cmTC_3fc9c.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qOiIDS' - Building C object CMakeFiles/cmTC_3fc9c.dir/src.c.o - /usr/bin/gcc -DCOMPILER_SUPPORTS_AVX -D_GNU_SOURCE=1 -mavx -o CMakeFiles/cmTC_3fc9c.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qOiIDS/src.c - Linking C executable cmTC_3fc9c - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3fc9c.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -mavx CMakeFiles/cmTC_3fc9c.dir/src.c.o -o cmTC_3fc9c - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qOiIDS' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/CMakeLists.txt:803 (check_c_source_compiles)" - checks: - - "Performing Test COMPILER_SUPPORTS_AVX2" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bIJFUH" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bIJFUH" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "COMPILER_SUPPORTS_AVX2" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bIJFUH' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_67b4a/fast - /usr/bin/make -f CMakeFiles/cmTC_67b4a.dir/build.make CMakeFiles/cmTC_67b4a.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bIJFUH' - Building C object CMakeFiles/cmTC_67b4a.dir/src.c.o - /usr/bin/gcc -DCOMPILER_SUPPORTS_AVX2 -D_GNU_SOURCE=1 -mavx2 -o CMakeFiles/cmTC_67b4a.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bIJFUH/src.c - Linking C executable cmTC_67b4a - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_67b4a.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -mavx2 CMakeFiles/cmTC_67b4a.dir/src.c.o -o cmTC_67b4a - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bIJFUH' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/CMakeLists.txt:824 (check_c_source_compiles)" - checks: - - "Performing Test COMPILER_SUPPORTS_AVX512F" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pYkiD2" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pYkiD2" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "COMPILER_SUPPORTS_AVX512F" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pYkiD2' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ba3aa/fast - /usr/bin/make -f CMakeFiles/cmTC_ba3aa.dir/build.make CMakeFiles/cmTC_ba3aa.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pYkiD2' - Building C object CMakeFiles/cmTC_ba3aa.dir/src.c.o - /usr/bin/gcc -DCOMPILER_SUPPORTS_AVX512F -D_GNU_SOURCE=1 -mavx512f -o CMakeFiles/cmTC_ba3aa.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pYkiD2/src.c - Linking C executable cmTC_ba3aa - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ba3aa.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -mavx512f CMakeFiles/cmTC_ba3aa.dir/src.c.o -o cmTC_ba3aa - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pYkiD2' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/CMakeLists.txt:965 (check_include_file)" - checks: - - "Looking for alloca.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rzimtF" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rzimtF" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_ALLOCA_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rzimtF' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f3257/fast - /usr/bin/make -f CMakeFiles/cmTC_f3257.dir/build.make CMakeFiles/cmTC_f3257.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rzimtF' - Building C object CMakeFiles/cmTC_f3257.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_f3257.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rzimtF/CheckIncludeFile.c - Linking C executable cmTC_f3257 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f3257.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_f3257.dir/CheckIncludeFile.c.o -o cmTC_f3257 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rzimtF' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/CMakeLists.txt:1003 (check_include_file)" - checks: - - "Looking for float.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cS8wM1" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cS8wM1" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_FLOAT_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cS8wM1' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_64f04/fast - /usr/bin/make -f CMakeFiles/cmTC_64f04.dir/build.make CMakeFiles/cmTC_64f04.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cS8wM1' - Building C object CMakeFiles/cmTC_64f04.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_64f04.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cS8wM1/CheckIncludeFile.c - Linking C executable cmTC_64f04 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_64f04.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_64f04.dir/CheckIncludeFile.c.o -o cmTC_64f04 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cS8wM1' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/CMakeLists.txt:1003 (check_include_file)" - checks: - - "Looking for iconv.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IS3mGE" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IS3mGE" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_ICONV_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IS3mGE' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e7286/fast - /usr/bin/make -f CMakeFiles/cmTC_e7286.dir/build.make CMakeFiles/cmTC_e7286.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IS3mGE' - Building C object CMakeFiles/cmTC_e7286.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_e7286.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IS3mGE/CheckIncludeFile.c - Linking C executable cmTC_e7286 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e7286.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_e7286.dir/CheckIncludeFile.c.o -o cmTC_e7286 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IS3mGE' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/CMakeLists.txt:1003 (check_include_file)" - checks: - - "Looking for inttypes.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pFMPiG" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pFMPiG" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_INTTYPES_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pFMPiG' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_4f5f0/fast - /usr/bin/make -f CMakeFiles/cmTC_4f5f0.dir/build.make CMakeFiles/cmTC_4f5f0.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pFMPiG' - Building C object CMakeFiles/cmTC_4f5f0.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_4f5f0.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pFMPiG/CheckIncludeFile.c - Linking C executable cmTC_4f5f0 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4f5f0.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_4f5f0.dir/CheckIncludeFile.c.o -o cmTC_4f5f0 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pFMPiG' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/CMakeLists.txt:1003 (check_include_file)" - checks: - - "Looking for limits.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3KKy4N" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3KKy4N" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_LIMITS_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3KKy4N' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b868f/fast - /usr/bin/make -f CMakeFiles/cmTC_b868f.dir/build.make CMakeFiles/cmTC_b868f.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3KKy4N' - Building C object CMakeFiles/cmTC_b868f.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_b868f.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3KKy4N/CheckIncludeFile.c - Linking C executable cmTC_b868f - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b868f.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_b868f.dir/CheckIncludeFile.c.o -o cmTC_b868f - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3KKy4N' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/CMakeLists.txt:1003 (check_include_file)" - checks: - - "Looking for malloc.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-MrDn30" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-MrDn30" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_MALLOC_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-MrDn30' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_619d0/fast - /usr/bin/make -f CMakeFiles/cmTC_619d0.dir/build.make CMakeFiles/cmTC_619d0.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-MrDn30' - Building C object CMakeFiles/cmTC_619d0.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_619d0.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-MrDn30/CheckIncludeFile.c - Linking C executable cmTC_619d0 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_619d0.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_619d0.dir/CheckIncludeFile.c.o -o cmTC_619d0 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-MrDn30' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/CMakeLists.txt:1003 (check_include_file)" - checks: - - "Looking for math.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Amaax" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Amaax" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_MATH_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Amaax' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_336f7/fast - /usr/bin/make -f CMakeFiles/cmTC_336f7.dir/build.make CMakeFiles/cmTC_336f7.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Amaax' - Building C object CMakeFiles/cmTC_336f7.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_336f7.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Amaax/CheckIncludeFile.c - Linking C executable cmTC_336f7 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_336f7.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_336f7.dir/CheckIncludeFile.c.o -o cmTC_336f7 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Amaax' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/CMakeLists.txt:1003 (check_include_file)" - checks: - - "Looking for memory.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YhpWNe" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YhpWNe" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_MEMORY_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YhpWNe' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_19e89/fast - /usr/bin/make -f CMakeFiles/cmTC_19e89.dir/build.make CMakeFiles/cmTC_19e89.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YhpWNe' - Building C object CMakeFiles/cmTC_19e89.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_19e89.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YhpWNe/CheckIncludeFile.c - Linking C executable cmTC_19e89 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_19e89.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_19e89.dir/CheckIncludeFile.c.o -o cmTC_19e89 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YhpWNe' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/CMakeLists.txt:1003 (check_include_file)" - checks: - - "Looking for signal.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4nIfhZ" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4nIfhZ" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_SIGNAL_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4nIfhZ' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7f587/fast - /usr/bin/make -f CMakeFiles/cmTC_7f587.dir/build.make CMakeFiles/cmTC_7f587.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4nIfhZ' - Building C object CMakeFiles/cmTC_7f587.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_7f587.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4nIfhZ/CheckIncludeFile.c - Linking C executable cmTC_7f587 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7f587.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_7f587.dir/CheckIncludeFile.c.o -o cmTC_7f587 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4nIfhZ' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/CMakeLists.txt:1003 (check_include_file)" - checks: - - "Looking for stdarg.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZMmmN" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZMmmN" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STDARG_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZMmmN' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_24f3d/fast - /usr/bin/make -f CMakeFiles/cmTC_24f3d.dir/build.make CMakeFiles/cmTC_24f3d.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZMmmN' - Building C object CMakeFiles/cmTC_24f3d.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_24f3d.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZMmmN/CheckIncludeFile.c - Linking C executable cmTC_24f3d - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_24f3d.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_24f3d.dir/CheckIncludeFile.c.o -o cmTC_24f3d - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZMmmN' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/CMakeLists.txt:1003 (check_include_file)" - checks: - - "Looking for stdbool.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hlDRqV" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hlDRqV" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STDBOOL_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hlDRqV' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9ae7c/fast - /usr/bin/make -f CMakeFiles/cmTC_9ae7c.dir/build.make CMakeFiles/cmTC_9ae7c.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hlDRqV' - Building C object CMakeFiles/cmTC_9ae7c.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_9ae7c.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hlDRqV/CheckIncludeFile.c - Linking C executable cmTC_9ae7c - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9ae7c.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_9ae7c.dir/CheckIncludeFile.c.o -o cmTC_9ae7c - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hlDRqV' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/CMakeLists.txt:1003 (check_include_file)" - checks: - - "Looking for stddef.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jsvemd" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jsvemd" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STDDEF_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jsvemd' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_984fe/fast - /usr/bin/make -f CMakeFiles/cmTC_984fe.dir/build.make CMakeFiles/cmTC_984fe.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jsvemd' - Building C object CMakeFiles/cmTC_984fe.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_984fe.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jsvemd/CheckIncludeFile.c - Linking C executable cmTC_984fe - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_984fe.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_984fe.dir/CheckIncludeFile.c.o -o cmTC_984fe - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jsvemd' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/CMakeLists.txt:1003 (check_include_file)" - checks: - - "Looking for stdint.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bMKC3y" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bMKC3y" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STDINT_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bMKC3y' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3e27f/fast - /usr/bin/make -f CMakeFiles/cmTC_3e27f.dir/build.make CMakeFiles/cmTC_3e27f.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bMKC3y' - Building C object CMakeFiles/cmTC_3e27f.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_3e27f.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bMKC3y/CheckIncludeFile.c - Linking C executable cmTC_3e27f - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3e27f.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_3e27f.dir/CheckIncludeFile.c.o -o cmTC_3e27f - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bMKC3y' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/CMakeLists.txt:1003 (check_include_file)" - checks: - - "Looking for stdio.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ElQ8at" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ElQ8at" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STDIO_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ElQ8at' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5fee8/fast - /usr/bin/make -f CMakeFiles/cmTC_5fee8.dir/build.make CMakeFiles/cmTC_5fee8.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ElQ8at' - Building C object CMakeFiles/cmTC_5fee8.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_5fee8.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ElQ8at/CheckIncludeFile.c - Linking C executable cmTC_5fee8 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5fee8.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_5fee8.dir/CheckIncludeFile.c.o -o cmTC_5fee8 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ElQ8at' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/CMakeLists.txt:1003 (check_include_file)" - checks: - - "Looking for stdlib.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ShMZuV" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ShMZuV" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STDLIB_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ShMZuV' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_96760/fast - /usr/bin/make -f CMakeFiles/cmTC_96760.dir/build.make CMakeFiles/cmTC_96760.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ShMZuV' - Building C object CMakeFiles/cmTC_96760.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_96760.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ShMZuV/CheckIncludeFile.c - Linking C executable cmTC_96760 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_96760.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_96760.dir/CheckIncludeFile.c.o -o cmTC_96760 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ShMZuV' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/CMakeLists.txt:1003 (check_include_file)" - checks: - - "Looking for string.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vGqbgQ" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vGqbgQ" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STRING_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vGqbgQ' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d18be/fast - /usr/bin/make -f CMakeFiles/cmTC_d18be.dir/build.make CMakeFiles/cmTC_d18be.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vGqbgQ' - Building C object CMakeFiles/cmTC_d18be.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_d18be.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vGqbgQ/CheckIncludeFile.c - Linking C executable cmTC_d18be - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d18be.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_d18be.dir/CheckIncludeFile.c.o -o cmTC_d18be - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vGqbgQ' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/CMakeLists.txt:1003 (check_include_file)" - checks: - - "Looking for strings.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cGn38K" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cGn38K" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STRINGS_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cGn38K' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_daff6/fast - /usr/bin/make -f CMakeFiles/cmTC_daff6.dir/build.make CMakeFiles/cmTC_daff6.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cGn38K' - Building C object CMakeFiles/cmTC_daff6.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_daff6.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cGn38K/CheckIncludeFile.c - Linking C executable cmTC_daff6 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_daff6.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_daff6.dir/CheckIncludeFile.c.o -o cmTC_daff6 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cGn38K' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/CMakeLists.txt:1003 (check_include_file)" - checks: - - "Looking for sys/types.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6hUGiY" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6hUGiY" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_SYS_TYPES_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6hUGiY' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_92f61/fast - /usr/bin/make -f CMakeFiles/cmTC_92f61.dir/build.make CMakeFiles/cmTC_92f61.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6hUGiY' - Building C object CMakeFiles/cmTC_92f61.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_92f61.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6hUGiY/CheckIncludeFile.c - Linking C executable cmTC_92f61 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_92f61.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_92f61.dir/CheckIncludeFile.c.o -o cmTC_92f61 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6hUGiY' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/CMakeLists.txt:1003 (check_include_file)" - checks: - - "Looking for time.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I4BBrD" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I4BBrD" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_TIME_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I4BBrD' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5cfde/fast - /usr/bin/make -f CMakeFiles/cmTC_5cfde.dir/build.make CMakeFiles/cmTC_5cfde.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I4BBrD' - Building C object CMakeFiles/cmTC_5cfde.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_5cfde.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I4BBrD/CheckIncludeFile.c - Linking C executable cmTC_5cfde - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5cfde.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_5cfde.dir/CheckIncludeFile.c.o -o cmTC_5cfde - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I4BBrD' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/CMakeLists.txt:1003 (check_include_file)" - checks: - - "Looking for wchar.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BTFf1A" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BTFf1A" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_WCHAR_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BTFf1A' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_25bf8/fast - /usr/bin/make -f CMakeFiles/cmTC_25bf8.dir/build.make CMakeFiles/cmTC_25bf8.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BTFf1A' - Building C object CMakeFiles/cmTC_25bf8.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_25bf8.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BTFf1A/CheckIncludeFile.c - Linking C executable cmTC_25bf8 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_25bf8.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_25bf8.dir/CheckIncludeFile.c.o -o cmTC_25bf8 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BTFf1A' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for abs" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LsiehZ" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LsiehZ" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_ABS" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LsiehZ' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8e4f9/fast - /usr/bin/make -f CMakeFiles/cmTC_8e4f9.dir/build.make CMakeFiles/cmTC_8e4f9.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LsiehZ' - Building C object CMakeFiles/cmTC_8e4f9.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_8e4f9.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LsiehZ/CheckSymbolExists.c - Linking C executable cmTC_8e4f9 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8e4f9.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_8e4f9.dir/CheckSymbolExists.c.o -o cmTC_8e4f9 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LsiehZ' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for acos" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-doGJ5L" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-doGJ5L" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_ACOS" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-doGJ5L' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_73740/fast - /usr/bin/make -f CMakeFiles/cmTC_73740.dir/build.make CMakeFiles/cmTC_73740.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-doGJ5L' - Building C object CMakeFiles/cmTC_73740.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_73740.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-doGJ5L/CheckSymbolExists.c - Linking C executable cmTC_73740 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_73740.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_73740.dir/CheckSymbolExists.c.o -o cmTC_73740 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-doGJ5L' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for acosf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5xDa8S" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5xDa8S" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_ACOSF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5xDa8S' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_10f42/fast - /usr/bin/make -f CMakeFiles/cmTC_10f42.dir/build.make CMakeFiles/cmTC_10f42.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5xDa8S' - Building C object CMakeFiles/cmTC_10f42.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_10f42.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5xDa8S/CheckSymbolExists.c - Linking C executable cmTC_10f42 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_10f42.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_10f42.dir/CheckSymbolExists.c.o -o cmTC_10f42 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5xDa8S' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for asin" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WdJlbH" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WdJlbH" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_ASIN" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WdJlbH' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_2030b/fast - /usr/bin/make -f CMakeFiles/cmTC_2030b.dir/build.make CMakeFiles/cmTC_2030b.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WdJlbH' - Building C object CMakeFiles/cmTC_2030b.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_2030b.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WdJlbH/CheckSymbolExists.c - Linking C executable cmTC_2030b - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2030b.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_2030b.dir/CheckSymbolExists.c.o -o cmTC_2030b -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WdJlbH' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for asinf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0plCB" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0plCB" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_ASINF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0plCB' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e6bdc/fast - /usr/bin/make -f CMakeFiles/cmTC_e6bdc.dir/build.make CMakeFiles/cmTC_e6bdc.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0plCB' - Building C object CMakeFiles/cmTC_e6bdc.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_e6bdc.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0plCB/CheckSymbolExists.c - Linking C executable cmTC_e6bdc - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e6bdc.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_e6bdc.dir/CheckSymbolExists.c.o -o cmTC_e6bdc -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0plCB' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for atan" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YO7O0b" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YO7O0b" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_ATAN" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YO7O0b' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_af079/fast - /usr/bin/make -f CMakeFiles/cmTC_af079.dir/build.make CMakeFiles/cmTC_af079.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YO7O0b' - Building C object CMakeFiles/cmTC_af079.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_af079.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YO7O0b/CheckSymbolExists.c - Linking C executable cmTC_af079 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_af079.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_af079.dir/CheckSymbolExists.c.o -o cmTC_af079 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YO7O0b' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for atan2" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sIHpx9" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sIHpx9" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_ATAN2" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sIHpx9' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c38b9/fast - /usr/bin/make -f CMakeFiles/cmTC_c38b9.dir/build.make CMakeFiles/cmTC_c38b9.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sIHpx9' - Building C object CMakeFiles/cmTC_c38b9.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_c38b9.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sIHpx9/CheckSymbolExists.c - Linking C executable cmTC_c38b9 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c38b9.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_c38b9.dir/CheckSymbolExists.c.o -o cmTC_c38b9 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sIHpx9' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for atan2f" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zbNqR9" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zbNqR9" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_ATAN2F" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zbNqR9' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_61625/fast - /usr/bin/make -f CMakeFiles/cmTC_61625.dir/build.make CMakeFiles/cmTC_61625.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zbNqR9' - Building C object CMakeFiles/cmTC_61625.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_61625.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zbNqR9/CheckSymbolExists.c - Linking C executable cmTC_61625 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_61625.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_61625.dir/CheckSymbolExists.c.o -o cmTC_61625 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zbNqR9' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for atanf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0TniXK" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0TniXK" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_ATANF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0TniXK' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_370ad/fast - /usr/bin/make -f CMakeFiles/cmTC_370ad.dir/build.make CMakeFiles/cmTC_370ad.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0TniXK' - Building C object CMakeFiles/cmTC_370ad.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_370ad.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0TniXK/CheckSymbolExists.c - Linking C executable cmTC_370ad - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_370ad.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_370ad.dir/CheckSymbolExists.c.o -o cmTC_370ad -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0TniXK' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for atof" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aU7KQU" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aU7KQU" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_ATOF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aU7KQU' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_631ab/fast - /usr/bin/make -f CMakeFiles/cmTC_631ab.dir/build.make CMakeFiles/cmTC_631ab.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aU7KQU' - Building C object CMakeFiles/cmTC_631ab.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_631ab.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aU7KQU/CheckSymbolExists.c - Linking C executable cmTC_631ab - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_631ab.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_631ab.dir/CheckSymbolExists.c.o -o cmTC_631ab -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aU7KQU' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for atoi" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y8yHxd" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y8yHxd" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_ATOI" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y8yHxd' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_97254/fast - /usr/bin/make -f CMakeFiles/cmTC_97254.dir/build.make CMakeFiles/cmTC_97254.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y8yHxd' - Building C object CMakeFiles/cmTC_97254.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_97254.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y8yHxd/CheckSymbolExists.c - Linking C executable cmTC_97254 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_97254.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_97254.dir/CheckSymbolExists.c.o -o cmTC_97254 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y8yHxd' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for bcopy" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ExXux3" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ExXux3" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_BCOPY" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ExXux3' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5a630/fast - /usr/bin/make -f CMakeFiles/cmTC_5a630.dir/build.make CMakeFiles/cmTC_5a630.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ExXux3' - Building C object CMakeFiles/cmTC_5a630.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_5a630.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ExXux3/CheckSymbolExists.c - Linking C executable cmTC_5a630 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5a630.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_5a630.dir/CheckSymbolExists.c.o -o cmTC_5a630 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ExXux3' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for ceil" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-byCyfF" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-byCyfF" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_CEIL" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-byCyfF' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3b346/fast - /usr/bin/make -f CMakeFiles/cmTC_3b346.dir/build.make CMakeFiles/cmTC_3b346.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-byCyfF' - Building C object CMakeFiles/cmTC_3b346.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_3b346.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-byCyfF/CheckSymbolExists.c - Linking C executable cmTC_3b346 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3b346.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_3b346.dir/CheckSymbolExists.c.o -o cmTC_3b346 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-byCyfF' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for ceilf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zgD0j9" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zgD0j9" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_CEILF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zgD0j9' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_dc440/fast - /usr/bin/make -f CMakeFiles/cmTC_dc440.dir/build.make CMakeFiles/cmTC_dc440.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zgD0j9' - Building C object CMakeFiles/cmTC_dc440.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_dc440.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zgD0j9/CheckSymbolExists.c - Linking C executable cmTC_dc440 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dc440.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_dc440.dir/CheckSymbolExists.c.o -o cmTC_dc440 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zgD0j9' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for copysign" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FaYLtk" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FaYLtk" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_COPYSIGN" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FaYLtk' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_93224/fast - /usr/bin/make -f CMakeFiles/cmTC_93224.dir/build.make CMakeFiles/cmTC_93224.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FaYLtk' - Building C object CMakeFiles/cmTC_93224.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_93224.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FaYLtk/CheckSymbolExists.c - Linking C executable cmTC_93224 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_93224.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_93224.dir/CheckSymbolExists.c.o -o cmTC_93224 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FaYLtk' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for copysignf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lww41F" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lww41F" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_COPYSIGNF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lww41F' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f148e/fast - /usr/bin/make -f CMakeFiles/cmTC_f148e.dir/build.make CMakeFiles/cmTC_f148e.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lww41F' - Building C object CMakeFiles/cmTC_f148e.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_f148e.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lww41F/CheckSymbolExists.c - Linking C executable cmTC_f148e - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f148e.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_f148e.dir/CheckSymbolExists.c.o -o cmTC_f148e -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lww41F' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for cos" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Uaomw3" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Uaomw3" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_COS" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Uaomw3' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_4b0b3/fast - /usr/bin/make -f CMakeFiles/cmTC_4b0b3.dir/build.make CMakeFiles/cmTC_4b0b3.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Uaomw3' - Building C object CMakeFiles/cmTC_4b0b3.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_4b0b3.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Uaomw3/CheckSymbolExists.c - Linking C executable cmTC_4b0b3 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4b0b3.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_4b0b3.dir/CheckSymbolExists.c.o -o cmTC_4b0b3 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Uaomw3' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for cosf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tFbJj7" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tFbJj7" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_COSF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tFbJj7' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1ffe7/fast - /usr/bin/make -f CMakeFiles/cmTC_1ffe7.dir/build.make CMakeFiles/cmTC_1ffe7.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tFbJj7' - Building C object CMakeFiles/cmTC_1ffe7.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_1ffe7.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tFbJj7/CheckSymbolExists.c - Linking C executable cmTC_1ffe7 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1ffe7.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_1ffe7.dir/CheckSymbolExists.c.o -o cmTC_1ffe7 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tFbJj7' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for _Exit" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-chYjZn" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-chYjZn" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS__EXIT" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-chYjZn' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d9d81/fast - /usr/bin/make -f CMakeFiles/cmTC_d9d81.dir/build.make CMakeFiles/cmTC_d9d81.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-chYjZn' - Building C object CMakeFiles/cmTC_d9d81.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_d9d81.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-chYjZn/CheckSymbolExists.c - Linking C executable cmTC_d9d81 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d9d81.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_d9d81.dir/CheckSymbolExists.c.o -o cmTC_d9d81 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-chYjZn' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for exp" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PfaDnq" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PfaDnq" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_EXP" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PfaDnq' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c01cc/fast - /usr/bin/make -f CMakeFiles/cmTC_c01cc.dir/build.make CMakeFiles/cmTC_c01cc.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PfaDnq' - Building C object CMakeFiles/cmTC_c01cc.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_c01cc.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PfaDnq/CheckSymbolExists.c - Linking C executable cmTC_c01cc - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c01cc.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_c01cc.dir/CheckSymbolExists.c.o -o cmTC_c01cc -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PfaDnq' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for expf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ltM7ZO" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ltM7ZO" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_EXPF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ltM7ZO' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_82f82/fast - /usr/bin/make -f CMakeFiles/cmTC_82f82.dir/build.make CMakeFiles/cmTC_82f82.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ltM7ZO' - Building C object CMakeFiles/cmTC_82f82.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_82f82.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ltM7ZO/CheckSymbolExists.c - Linking C executable cmTC_82f82 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_82f82.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_82f82.dir/CheckSymbolExists.c.o -o cmTC_82f82 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ltM7ZO' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for fabs" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u4KVty" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u4KVty" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_FABS" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u4KVty' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_2308f/fast - /usr/bin/make -f CMakeFiles/cmTC_2308f.dir/build.make CMakeFiles/cmTC_2308f.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u4KVty' - Building C object CMakeFiles/cmTC_2308f.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_2308f.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u4KVty/CheckSymbolExists.c - Linking C executable cmTC_2308f - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2308f.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_2308f.dir/CheckSymbolExists.c.o -o cmTC_2308f -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u4KVty' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for fabsf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YWSrjF" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YWSrjF" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_FABSF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YWSrjF' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c5e3c/fast - /usr/bin/make -f CMakeFiles/cmTC_c5e3c.dir/build.make CMakeFiles/cmTC_c5e3c.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YWSrjF' - Building C object CMakeFiles/cmTC_c5e3c.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_c5e3c.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YWSrjF/CheckSymbolExists.c - Linking C executable cmTC_c5e3c - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c5e3c.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_c5e3c.dir/CheckSymbolExists.c.o -o cmTC_c5e3c -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YWSrjF' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for floor" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hjOs2S" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hjOs2S" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_FLOOR" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hjOs2S' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f70dd/fast - /usr/bin/make -f CMakeFiles/cmTC_f70dd.dir/build.make CMakeFiles/cmTC_f70dd.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hjOs2S' - Building C object CMakeFiles/cmTC_f70dd.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_f70dd.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hjOs2S/CheckSymbolExists.c - Linking C executable cmTC_f70dd - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f70dd.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_f70dd.dir/CheckSymbolExists.c.o -o cmTC_f70dd -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hjOs2S' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for floorf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HgQsHN" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HgQsHN" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_FLOORF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HgQsHN' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b1052/fast - /usr/bin/make -f CMakeFiles/cmTC_b1052.dir/build.make CMakeFiles/cmTC_b1052.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HgQsHN' - Building C object CMakeFiles/cmTC_b1052.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_b1052.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HgQsHN/CheckSymbolExists.c - Linking C executable cmTC_b1052 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b1052.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_b1052.dir/CheckSymbolExists.c.o -o cmTC_b1052 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HgQsHN' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for fmod" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3DCyN4" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3DCyN4" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_FMOD" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3DCyN4' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_31e5f/fast - /usr/bin/make -f CMakeFiles/cmTC_31e5f.dir/build.make CMakeFiles/cmTC_31e5f.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3DCyN4' - Building C object CMakeFiles/cmTC_31e5f.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_31e5f.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3DCyN4/CheckSymbolExists.c - Linking C executable cmTC_31e5f - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_31e5f.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_31e5f.dir/CheckSymbolExists.c.o -o cmTC_31e5f -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3DCyN4' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for fmodf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-G5BtFn" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-G5BtFn" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_FMODF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-G5BtFn' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b4137/fast - /usr/bin/make -f CMakeFiles/cmTC_b4137.dir/build.make CMakeFiles/cmTC_b4137.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-G5BtFn' - Building C object CMakeFiles/cmTC_b4137.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_b4137.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-G5BtFn/CheckSymbolExists.c - Linking C executable cmTC_b4137 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b4137.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_b4137.dir/CheckSymbolExists.c.o -o cmTC_b4137 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-G5BtFn' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for fopen64" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fh4xyU" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fh4xyU" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_FOPEN64" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fh4xyU' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b706b/fast - /usr/bin/make -f CMakeFiles/cmTC_b706b.dir/build.make CMakeFiles/cmTC_b706b.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fh4xyU' - Building C object CMakeFiles/cmTC_b706b.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_b706b.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fh4xyU/CheckSymbolExists.c - Linking C executable cmTC_b706b - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b706b.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_b706b.dir/CheckSymbolExists.c.o -o cmTC_b706b -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fh4xyU' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for fseeko" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dPrgbG" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dPrgbG" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_FSEEKO" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dPrgbG' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9c36c/fast - /usr/bin/make -f CMakeFiles/cmTC_9c36c.dir/build.make CMakeFiles/cmTC_9c36c.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dPrgbG' - Building C object CMakeFiles/cmTC_9c36c.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_9c36c.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dPrgbG/CheckSymbolExists.c - Linking C executable cmTC_9c36c - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9c36c.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_9c36c.dir/CheckSymbolExists.c.o -o cmTC_9c36c -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dPrgbG' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for fseeko64" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8TNQqm" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8TNQqm" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_FSEEKO64" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8TNQqm' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ee0dd/fast - /usr/bin/make -f CMakeFiles/cmTC_ee0dd.dir/build.make CMakeFiles/cmTC_ee0dd.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8TNQqm' - Building C object CMakeFiles/cmTC_ee0dd.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_ee0dd.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8TNQqm/CheckSymbolExists.c - Linking C executable cmTC_ee0dd - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ee0dd.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_ee0dd.dir/CheckSymbolExists.c.o -o cmTC_ee0dd -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8TNQqm' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for getenv" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cs3Ljn" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cs3Ljn" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_GETENV" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cs3Ljn' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d1e8c/fast - /usr/bin/make -f CMakeFiles/cmTC_d1e8c.dir/build.make CMakeFiles/cmTC_d1e8c.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cs3Ljn' - Building C object CMakeFiles/cmTC_d1e8c.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_d1e8c.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cs3Ljn/CheckSymbolExists.c - Linking C executable cmTC_d1e8c - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d1e8c.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_d1e8c.dir/CheckSymbolExists.c.o -o cmTC_d1e8c -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cs3Ljn' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for _i64toa" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-62GC22" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-62GC22" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS__I64TOA" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-62GC22' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_05a2e/fast - /usr/bin/make -f CMakeFiles/cmTC_05a2e.dir/build.make CMakeFiles/cmTC_05a2e.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-62GC22' - Building C object CMakeFiles/cmTC_05a2e.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_05a2e.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-62GC22/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-62GC22/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-62GC22/CheckSymbolExists.c:26:19: error: ‘_i64toa’ undeclared (first use in this function) - 26 | return ((int*)(&_i64toa))[argc]; - | ^~~~~~~ - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-62GC22/CheckSymbolExists.c:26:19: note: each undeclared identifier is reported only once for each function it appears in - make[1]: *** [CMakeFiles/cmTC_05a2e.dir/build.make:81: CMakeFiles/cmTC_05a2e.dir/CheckSymbolExists.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-62GC22' - make: *** [Makefile:134: cmTC_05a2e/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for index" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WA6N9x" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WA6N9x" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_INDEX" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WA6N9x' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_10058/fast - /usr/bin/make -f CMakeFiles/cmTC_10058.dir/build.make CMakeFiles/cmTC_10058.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WA6N9x' - Building C object CMakeFiles/cmTC_10058.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_10058.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WA6N9x/CheckSymbolExists.c - Linking C executable cmTC_10058 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_10058.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_10058.dir/CheckSymbolExists.c.o -o cmTC_10058 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WA6N9x' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for itoa" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nDvNeD" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nDvNeD" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_ITOA" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nDvNeD' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_56c18/fast - /usr/bin/make -f CMakeFiles/cmTC_56c18.dir/build.make CMakeFiles/cmTC_56c18.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nDvNeD' - Building C object CMakeFiles/cmTC_56c18.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_56c18.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nDvNeD/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nDvNeD/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nDvNeD/CheckSymbolExists.c:26:19: error: ‘itoa’ undeclared (first use in this function) - 26 | return ((int*)(&itoa))[argc]; - | ^~~~ - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nDvNeD/CheckSymbolExists.c:26:19: note: each undeclared identifier is reported only once for each function it appears in - make[1]: *** [CMakeFiles/cmTC_56c18.dir/build.make:81: CMakeFiles/cmTC_56c18.dir/CheckSymbolExists.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nDvNeD' - make: *** [Makefile:134: cmTC_56c18/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for log" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yMJ4Qp" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yMJ4Qp" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_LOG" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yMJ4Qp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_2024e/fast - /usr/bin/make -f CMakeFiles/cmTC_2024e.dir/build.make CMakeFiles/cmTC_2024e.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yMJ4Qp' - Building C object CMakeFiles/cmTC_2024e.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_2024e.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yMJ4Qp/CheckSymbolExists.c - Linking C executable cmTC_2024e - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2024e.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_2024e.dir/CheckSymbolExists.c.o -o cmTC_2024e -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yMJ4Qp' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for log10" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fm9bER" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fm9bER" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_LOG10" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fm9bER' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c7c18/fast - /usr/bin/make -f CMakeFiles/cmTC_c7c18.dir/build.make CMakeFiles/cmTC_c7c18.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fm9bER' - Building C object CMakeFiles/cmTC_c7c18.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_c7c18.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fm9bER/CheckSymbolExists.c - Linking C executable cmTC_c7c18 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c7c18.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_c7c18.dir/CheckSymbolExists.c.o -o cmTC_c7c18 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fm9bER' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for log10f" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lyWNcG" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lyWNcG" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_LOG10F" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lyWNcG' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_22814/fast - /usr/bin/make -f CMakeFiles/cmTC_22814.dir/build.make CMakeFiles/cmTC_22814.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lyWNcG' - Building C object CMakeFiles/cmTC_22814.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_22814.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lyWNcG/CheckSymbolExists.c - Linking C executable cmTC_22814 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_22814.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_22814.dir/CheckSymbolExists.c.o -o cmTC_22814 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lyWNcG' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for logf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44FK8Q" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44FK8Q" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_LOGF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44FK8Q' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f2c86/fast - /usr/bin/make -f CMakeFiles/cmTC_f2c86.dir/build.make CMakeFiles/cmTC_f2c86.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44FK8Q' - Building C object CMakeFiles/cmTC_f2c86.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_f2c86.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44FK8Q/CheckSymbolExists.c - Linking C executable cmTC_f2c86 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f2c86.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_f2c86.dir/CheckSymbolExists.c.o -o cmTC_f2c86 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44FK8Q' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for lround" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-KoO6yF" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-KoO6yF" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_LROUND" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-KoO6yF' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_83cfe/fast - /usr/bin/make -f CMakeFiles/cmTC_83cfe.dir/build.make CMakeFiles/cmTC_83cfe.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-KoO6yF' - Building C object CMakeFiles/cmTC_83cfe.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_83cfe.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-KoO6yF/CheckSymbolExists.c - Linking C executable cmTC_83cfe - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_83cfe.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_83cfe.dir/CheckSymbolExists.c.o -o cmTC_83cfe -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-KoO6yF' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for lroundf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lWfN0L" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lWfN0L" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_LROUNDF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lWfN0L' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_785a1/fast - /usr/bin/make -f CMakeFiles/cmTC_785a1.dir/build.make CMakeFiles/cmTC_785a1.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lWfN0L' - Building C object CMakeFiles/cmTC_785a1.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_785a1.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lWfN0L/CheckSymbolExists.c - Linking C executable cmTC_785a1 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_785a1.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_785a1.dir/CheckSymbolExists.c.o -o cmTC_785a1 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lWfN0L' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for _ltoa" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S6bHzi" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S6bHzi" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS__LTOA" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S6bHzi' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c833f/fast - /usr/bin/make -f CMakeFiles/cmTC_c833f.dir/build.make CMakeFiles/cmTC_c833f.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S6bHzi' - Building C object CMakeFiles/cmTC_c833f.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_c833f.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S6bHzi/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S6bHzi/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S6bHzi/CheckSymbolExists.c:26:19: error: ‘_ltoa’ undeclared (first use in this function) - 26 | return ((int*)(&_ltoa))[argc]; - | ^~~~~ - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S6bHzi/CheckSymbolExists.c:26:19: note: each undeclared identifier is reported only once for each function it appears in - make[1]: *** [CMakeFiles/cmTC_c833f.dir/build.make:81: CMakeFiles/cmTC_c833f.dir/CheckSymbolExists.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-S6bHzi' - make: *** [Makefile:134: cmTC_c833f/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for malloc" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t4Zi3V" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t4Zi3V" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_MALLOC" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t4Zi3V' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_467fc/fast - /usr/bin/make -f CMakeFiles/cmTC_467fc.dir/build.make CMakeFiles/cmTC_467fc.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t4Zi3V' - Building C object CMakeFiles/cmTC_467fc.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_467fc.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t4Zi3V/CheckSymbolExists.c - Linking C executable cmTC_467fc - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_467fc.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_467fc.dir/CheckSymbolExists.c.o -o cmTC_467fc -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t4Zi3V' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for memcmp" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FujVWM" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FujVWM" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_MEMCMP" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FujVWM' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5fd80/fast - /usr/bin/make -f CMakeFiles/cmTC_5fd80.dir/build.make CMakeFiles/cmTC_5fd80.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FujVWM' - Building C object CMakeFiles/cmTC_5fd80.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_5fd80.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FujVWM/CheckSymbolExists.c - Linking C executable cmTC_5fd80 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5fd80.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_5fd80.dir/CheckSymbolExists.c.o -o cmTC_5fd80 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FujVWM' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for memcpy" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kicMI2" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kicMI2" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_MEMCPY" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kicMI2' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_96464/fast - /usr/bin/make -f CMakeFiles/cmTC_96464.dir/build.make CMakeFiles/cmTC_96464.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kicMI2' - Building C object CMakeFiles/cmTC_96464.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_96464.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kicMI2/CheckSymbolExists.c - Linking C executable cmTC_96464 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_96464.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_96464.dir/CheckSymbolExists.c.o -o cmTC_96464 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kicMI2' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for memmove" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dlqVxZ" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dlqVxZ" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_MEMMOVE" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dlqVxZ' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ba5f8/fast - /usr/bin/make -f CMakeFiles/cmTC_ba5f8.dir/build.make CMakeFiles/cmTC_ba5f8.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dlqVxZ' - Building C object CMakeFiles/cmTC_ba5f8.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_ba5f8.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dlqVxZ/CheckSymbolExists.c - Linking C executable cmTC_ba5f8 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ba5f8.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_ba5f8.dir/CheckSymbolExists.c.o -o cmTC_ba5f8 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dlqVxZ' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for memset" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0ROXa" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0ROXa" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_MEMSET" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0ROXa' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8b88e/fast - /usr/bin/make -f CMakeFiles/cmTC_8b88e.dir/build.make CMakeFiles/cmTC_8b88e.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0ROXa' - Building C object CMakeFiles/cmTC_8b88e.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_8b88e.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0ROXa/CheckSymbolExists.c - Linking C executable cmTC_8b88e - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8b88e.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_8b88e.dir/CheckSymbolExists.c.o -o cmTC_8b88e -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-c0ROXa' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for modf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-864XmX" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-864XmX" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_MODF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-864XmX' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_071af/fast - /usr/bin/make -f CMakeFiles/cmTC_071af.dir/build.make CMakeFiles/cmTC_071af.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-864XmX' - Building C object CMakeFiles/cmTC_071af.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_071af.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-864XmX/CheckSymbolExists.c - Linking C executable cmTC_071af - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_071af.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_071af.dir/CheckSymbolExists.c.o -o cmTC_071af -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-864XmX' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for modff" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Iq8FBp" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Iq8FBp" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_MODFF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Iq8FBp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d94a1/fast - /usr/bin/make -f CMakeFiles/cmTC_d94a1.dir/build.make CMakeFiles/cmTC_d94a1.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Iq8FBp' - Building C object CMakeFiles/cmTC_d94a1.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_d94a1.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Iq8FBp/CheckSymbolExists.c - Linking C executable cmTC_d94a1 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d94a1.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_d94a1.dir/CheckSymbolExists.c.o -o cmTC_d94a1 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Iq8FBp' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for pow" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2IHIEn" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2IHIEn" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_POW" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2IHIEn' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d7209/fast - /usr/bin/make -f CMakeFiles/cmTC_d7209.dir/build.make CMakeFiles/cmTC_d7209.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2IHIEn' - Building C object CMakeFiles/cmTC_d7209.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_d7209.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2IHIEn/CheckSymbolExists.c - Linking C executable cmTC_d7209 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d7209.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_d7209.dir/CheckSymbolExists.c.o -o cmTC_d7209 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2IHIEn' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for powf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-l4QNh5" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-l4QNh5" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_POWF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-l4QNh5' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5b081/fast - /usr/bin/make -f CMakeFiles/cmTC_5b081.dir/build.make CMakeFiles/cmTC_5b081.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-l4QNh5' - Building C object CMakeFiles/cmTC_5b081.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_5b081.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-l4QNh5/CheckSymbolExists.c - Linking C executable cmTC_5b081 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5b081.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_5b081.dir/CheckSymbolExists.c.o -o cmTC_5b081 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-l4QNh5' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for putenv" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-98ooIa" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-98ooIa" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_PUTENV" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-98ooIa' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0f403/fast - /usr/bin/make -f CMakeFiles/cmTC_0f403.dir/build.make CMakeFiles/cmTC_0f403.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-98ooIa' - Building C object CMakeFiles/cmTC_0f403.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_0f403.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-98ooIa/CheckSymbolExists.c - Linking C executable cmTC_0f403 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0f403.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_0f403.dir/CheckSymbolExists.c.o -o cmTC_0f403 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-98ooIa' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for rindex" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bRuKaM" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bRuKaM" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_RINDEX" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bRuKaM' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_825a3/fast - /usr/bin/make -f CMakeFiles/cmTC_825a3.dir/build.make CMakeFiles/cmTC_825a3.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bRuKaM' - Building C object CMakeFiles/cmTC_825a3.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_825a3.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bRuKaM/CheckSymbolExists.c - Linking C executable cmTC_825a3 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_825a3.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_825a3.dir/CheckSymbolExists.c.o -o cmTC_825a3 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bRuKaM' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for round" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HQJaEh" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HQJaEh" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_ROUND" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HQJaEh' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7d3c3/fast - /usr/bin/make -f CMakeFiles/cmTC_7d3c3.dir/build.make CMakeFiles/cmTC_7d3c3.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HQJaEh' - Building C object CMakeFiles/cmTC_7d3c3.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_7d3c3.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HQJaEh/CheckSymbolExists.c - Linking C executable cmTC_7d3c3 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7d3c3.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_7d3c3.dir/CheckSymbolExists.c.o -o cmTC_7d3c3 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HQJaEh' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for roundf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kZaBKS" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kZaBKS" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_ROUNDF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kZaBKS' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_210cb/fast - /usr/bin/make -f CMakeFiles/cmTC_210cb.dir/build.make CMakeFiles/cmTC_210cb.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kZaBKS' - Building C object CMakeFiles/cmTC_210cb.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_210cb.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kZaBKS/CheckSymbolExists.c - Linking C executable cmTC_210cb - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_210cb.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_210cb.dir/CheckSymbolExists.c.o -o cmTC_210cb -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kZaBKS' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for scalbn" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VBZq1k" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VBZq1k" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_SCALBN" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VBZq1k' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_33625/fast - /usr/bin/make -f CMakeFiles/cmTC_33625.dir/build.make CMakeFiles/cmTC_33625.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VBZq1k' - Building C object CMakeFiles/cmTC_33625.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_33625.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VBZq1k/CheckSymbolExists.c - Linking C executable cmTC_33625 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_33625.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_33625.dir/CheckSymbolExists.c.o -o cmTC_33625 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VBZq1k' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for scalbnf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-travCB" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-travCB" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_SCALBNF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-travCB' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_2074b/fast - /usr/bin/make -f CMakeFiles/cmTC_2074b.dir/build.make CMakeFiles/cmTC_2074b.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-travCB' - Building C object CMakeFiles/cmTC_2074b.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_2074b.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-travCB/CheckSymbolExists.c - Linking C executable cmTC_2074b - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2074b.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_2074b.dir/CheckSymbolExists.c.o -o cmTC_2074b -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-travCB' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for setenv" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gqCxId" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gqCxId" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_SETENV" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gqCxId' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_67062/fast - /usr/bin/make -f CMakeFiles/cmTC_67062.dir/build.make CMakeFiles/cmTC_67062.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gqCxId' - Building C object CMakeFiles/cmTC_67062.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_67062.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gqCxId/CheckSymbolExists.c - Linking C executable cmTC_67062 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_67062.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_67062.dir/CheckSymbolExists.c.o -o cmTC_67062 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gqCxId' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for sin" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AiWUAs" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AiWUAs" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_SIN" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AiWUAs' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_165bb/fast - /usr/bin/make -f CMakeFiles/cmTC_165bb.dir/build.make CMakeFiles/cmTC_165bb.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AiWUAs' - Building C object CMakeFiles/cmTC_165bb.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_165bb.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AiWUAs/CheckSymbolExists.c - Linking C executable cmTC_165bb - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_165bb.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_165bb.dir/CheckSymbolExists.c.o -o cmTC_165bb -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AiWUAs' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for sinf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zivTiD" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zivTiD" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_SINF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zivTiD' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_088f2/fast - /usr/bin/make -f CMakeFiles/cmTC_088f2.dir/build.make CMakeFiles/cmTC_088f2.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zivTiD' - Building C object CMakeFiles/cmTC_088f2.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_088f2.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zivTiD/CheckSymbolExists.c - Linking C executable cmTC_088f2 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_088f2.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_088f2.dir/CheckSymbolExists.c.o -o cmTC_088f2 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zivTiD' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for sqr" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cuaCHL" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cuaCHL" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_SQR" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cuaCHL' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ef858/fast - /usr/bin/make -f CMakeFiles/cmTC_ef858.dir/build.make CMakeFiles/cmTC_ef858.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cuaCHL' - Building C object CMakeFiles/cmTC_ef858.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_ef858.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cuaCHL/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cuaCHL/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cuaCHL/CheckSymbolExists.c:26:19: error: ‘sqr’ undeclared (first use in this function); did you mean ‘sqrt’? - 26 | return ((int*)(&sqr))[argc]; - | ^~~ - | sqrt - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cuaCHL/CheckSymbolExists.c:26:19: note: each undeclared identifier is reported only once for each function it appears in - make[1]: *** [CMakeFiles/cmTC_ef858.dir/build.make:81: CMakeFiles/cmTC_ef858.dir/CheckSymbolExists.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cuaCHL' - make: *** [Makefile:134: cmTC_ef858/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for sqrt" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BtssIV" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BtssIV" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_SQRT" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BtssIV' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_46f59/fast - /usr/bin/make -f CMakeFiles/cmTC_46f59.dir/build.make CMakeFiles/cmTC_46f59.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BtssIV' - Building C object CMakeFiles/cmTC_46f59.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_46f59.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BtssIV/CheckSymbolExists.c - Linking C executable cmTC_46f59 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_46f59.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_46f59.dir/CheckSymbolExists.c.o -o cmTC_46f59 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BtssIV' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for sqrtf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-33qUha" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-33qUha" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_SQRTF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-33qUha' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f3e59/fast - /usr/bin/make -f CMakeFiles/cmTC_f3e59.dir/build.make CMakeFiles/cmTC_f3e59.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-33qUha' - Building C object CMakeFiles/cmTC_f3e59.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_f3e59.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-33qUha/CheckSymbolExists.c - Linking C executable cmTC_f3e59 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f3e59.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_f3e59.dir/CheckSymbolExists.c.o -o cmTC_f3e59 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-33qUha' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for sscanf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dCkFON" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dCkFON" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_SSCANF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dCkFON' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ee030/fast - /usr/bin/make -f CMakeFiles/cmTC_ee030.dir/build.make CMakeFiles/cmTC_ee030.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dCkFON' - Building C object CMakeFiles/cmTC_ee030.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_ee030.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dCkFON/CheckSymbolExists.c - Linking C executable cmTC_ee030 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ee030.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_ee030.dir/CheckSymbolExists.c.o -o cmTC_ee030 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dCkFON' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for strchr" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fFpUBW" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fFpUBW" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STRCHR" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fFpUBW' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8ed14/fast - /usr/bin/make -f CMakeFiles/cmTC_8ed14.dir/build.make CMakeFiles/cmTC_8ed14.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fFpUBW' - Building C object CMakeFiles/cmTC_8ed14.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_8ed14.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fFpUBW/CheckSymbolExists.c - Linking C executable cmTC_8ed14 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8ed14.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_8ed14.dir/CheckSymbolExists.c.o -o cmTC_8ed14 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fFpUBW' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for strcmp" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DUgA95" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DUgA95" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STRCMP" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DUgA95' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b5757/fast - /usr/bin/make -f CMakeFiles/cmTC_b5757.dir/build.make CMakeFiles/cmTC_b5757.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DUgA95' - Building C object CMakeFiles/cmTC_b5757.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_b5757.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DUgA95/CheckSymbolExists.c - Linking C executable cmTC_b5757 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b5757.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_b5757.dir/CheckSymbolExists.c.o -o cmTC_b5757 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DUgA95' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for strlcat" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Z2akpJ" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Z2akpJ" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STRLCAT" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Z2akpJ' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_dc43f/fast - /usr/bin/make -f CMakeFiles/cmTC_dc43f.dir/build.make CMakeFiles/cmTC_dc43f.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Z2akpJ' - Building C object CMakeFiles/cmTC_dc43f.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_dc43f.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Z2akpJ/CheckSymbolExists.c - Linking C executable cmTC_dc43f - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dc43f.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_dc43f.dir/CheckSymbolExists.c.o -o cmTC_dc43f -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Z2akpJ' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for strlcpy" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bfUZMZ" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bfUZMZ" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STRLCPY" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bfUZMZ' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_27842/fast - /usr/bin/make -f CMakeFiles/cmTC_27842.dir/build.make CMakeFiles/cmTC_27842.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bfUZMZ' - Building C object CMakeFiles/cmTC_27842.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_27842.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bfUZMZ/CheckSymbolExists.c - Linking C executable cmTC_27842 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_27842.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_27842.dir/CheckSymbolExists.c.o -o cmTC_27842 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bfUZMZ' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for strlen" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tpGWc0" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tpGWc0" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STRLEN" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tpGWc0' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_bdaf3/fast - /usr/bin/make -f CMakeFiles/cmTC_bdaf3.dir/build.make CMakeFiles/cmTC_bdaf3.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tpGWc0' - Building C object CMakeFiles/cmTC_bdaf3.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_bdaf3.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tpGWc0/CheckSymbolExists.c - Linking C executable cmTC_bdaf3 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bdaf3.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_bdaf3.dir/CheckSymbolExists.c.o -o cmTC_bdaf3 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tpGWc0' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for strncmp" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-A3Bk17" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-A3Bk17" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STRNCMP" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-A3Bk17' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_234aa/fast - /usr/bin/make -f CMakeFiles/cmTC_234aa.dir/build.make CMakeFiles/cmTC_234aa.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-A3Bk17' - Building C object CMakeFiles/cmTC_234aa.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_234aa.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-A3Bk17/CheckSymbolExists.c - Linking C executable cmTC_234aa - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_234aa.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_234aa.dir/CheckSymbolExists.c.o -o cmTC_234aa -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-A3Bk17' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for strnlen" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Sonjh" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Sonjh" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STRNLEN" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Sonjh' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d25f6/fast - /usr/bin/make -f CMakeFiles/cmTC_d25f6.dir/build.make CMakeFiles/cmTC_d25f6.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Sonjh' - Building C object CMakeFiles/cmTC_d25f6.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_d25f6.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Sonjh/CheckSymbolExists.c - Linking C executable cmTC_d25f6 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d25f6.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_d25f6.dir/CheckSymbolExists.c.o -o cmTC_d25f6 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6Sonjh' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for strpbrk" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kjZ5co" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kjZ5co" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STRPBRK" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kjZ5co' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_38ff5/fast - /usr/bin/make -f CMakeFiles/cmTC_38ff5.dir/build.make CMakeFiles/cmTC_38ff5.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kjZ5co' - Building C object CMakeFiles/cmTC_38ff5.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_38ff5.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kjZ5co/CheckSymbolExists.c - Linking C executable cmTC_38ff5 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_38ff5.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_38ff5.dir/CheckSymbolExists.c.o -o cmTC_38ff5 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kjZ5co' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for strrchr" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NC8DUh" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NC8DUh" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STRRCHR" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NC8DUh' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c4850/fast - /usr/bin/make -f CMakeFiles/cmTC_c4850.dir/build.make CMakeFiles/cmTC_c4850.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NC8DUh' - Building C object CMakeFiles/cmTC_c4850.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_c4850.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NC8DUh/CheckSymbolExists.c - Linking C executable cmTC_c4850 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c4850.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_c4850.dir/CheckSymbolExists.c.o -o cmTC_c4850 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NC8DUh' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for strstr" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nA7ouL" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nA7ouL" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STRSTR" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nA7ouL' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_96487/fast - /usr/bin/make -f CMakeFiles/cmTC_96487.dir/build.make CMakeFiles/cmTC_96487.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nA7ouL' - Building C object CMakeFiles/cmTC_96487.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_96487.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nA7ouL/CheckSymbolExists.c - Linking C executable cmTC_96487 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_96487.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_96487.dir/CheckSymbolExists.c.o -o cmTC_96487 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-nA7ouL' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for strnstr" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zUdX0r" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zUdX0r" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STRNSTR" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zUdX0r' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_afcce/fast - /usr/bin/make -f CMakeFiles/cmTC_afcce.dir/build.make CMakeFiles/cmTC_afcce.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zUdX0r' - Building C object CMakeFiles/cmTC_afcce.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_afcce.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zUdX0r/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zUdX0r/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zUdX0r/CheckSymbolExists.c:26:19: error: ‘strnstr’ undeclared (first use in this function); did you mean ‘strstr’? - 26 | return ((int*)(&strnstr))[argc]; - | ^~~~~~~ - | strstr - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zUdX0r/CheckSymbolExists.c:26:19: note: each undeclared identifier is reported only once for each function it appears in - make[1]: *** [CMakeFiles/cmTC_afcce.dir/build.make:81: CMakeFiles/cmTC_afcce.dir/CheckSymbolExists.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zUdX0r' - make: *** [Makefile:134: cmTC_afcce/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for strtod" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uWo8Q9" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uWo8Q9" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STRTOD" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uWo8Q9' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7286a/fast - /usr/bin/make -f CMakeFiles/cmTC_7286a.dir/build.make CMakeFiles/cmTC_7286a.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uWo8Q9' - Building C object CMakeFiles/cmTC_7286a.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_7286a.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uWo8Q9/CheckSymbolExists.c - Linking C executable cmTC_7286a - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7286a.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_7286a.dir/CheckSymbolExists.c.o -o cmTC_7286a -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uWo8Q9' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for strtok_r" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OtFgtb" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OtFgtb" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STRTOK_R" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OtFgtb' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_07d59/fast - /usr/bin/make -f CMakeFiles/cmTC_07d59.dir/build.make CMakeFiles/cmTC_07d59.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OtFgtb' - Building C object CMakeFiles/cmTC_07d59.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_07d59.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OtFgtb/CheckSymbolExists.c - Linking C executable cmTC_07d59 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_07d59.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_07d59.dir/CheckSymbolExists.c.o -o cmTC_07d59 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-OtFgtb' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for strtol" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zBaFGM" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zBaFGM" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STRTOL" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zBaFGM' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1bdf8/fast - /usr/bin/make -f CMakeFiles/cmTC_1bdf8.dir/build.make CMakeFiles/cmTC_1bdf8.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zBaFGM' - Building C object CMakeFiles/cmTC_1bdf8.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_1bdf8.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zBaFGM/CheckSymbolExists.c - Linking C executable cmTC_1bdf8 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1bdf8.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_1bdf8.dir/CheckSymbolExists.c.o -o cmTC_1bdf8 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zBaFGM' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for strtoll" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-quScFx" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-quScFx" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STRTOLL" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-quScFx' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5f19b/fast - /usr/bin/make -f CMakeFiles/cmTC_5f19b.dir/build.make CMakeFiles/cmTC_5f19b.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-quScFx' - Building C object CMakeFiles/cmTC_5f19b.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_5f19b.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-quScFx/CheckSymbolExists.c - Linking C executable cmTC_5f19b - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5f19b.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_5f19b.dir/CheckSymbolExists.c.o -o cmTC_5f19b -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-quScFx' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for strtoul" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehirkH" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehirkH" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STRTOUL" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehirkH' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_76ce0/fast - /usr/bin/make -f CMakeFiles/cmTC_76ce0.dir/build.make CMakeFiles/cmTC_76ce0.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehirkH' - Building C object CMakeFiles/cmTC_76ce0.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_76ce0.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehirkH/CheckSymbolExists.c - Linking C executable cmTC_76ce0 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_76ce0.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_76ce0.dir/CheckSymbolExists.c.o -o cmTC_76ce0 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehirkH' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for strtoull" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YX64im" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YX64im" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STRTOULL" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YX64im' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0b776/fast - /usr/bin/make -f CMakeFiles/cmTC_0b776.dir/build.make CMakeFiles/cmTC_0b776.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YX64im' - Building C object CMakeFiles/cmTC_0b776.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_0b776.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YX64im/CheckSymbolExists.c - Linking C executable cmTC_0b776 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0b776.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_0b776.dir/CheckSymbolExists.c.o -o cmTC_0b776 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YX64im' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for tan" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EZkSfZ" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EZkSfZ" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_TAN" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EZkSfZ' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7ffae/fast - /usr/bin/make -f CMakeFiles/cmTC_7ffae.dir/build.make CMakeFiles/cmTC_7ffae.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EZkSfZ' - Building C object CMakeFiles/cmTC_7ffae.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_7ffae.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EZkSfZ/CheckSymbolExists.c - Linking C executable cmTC_7ffae - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7ffae.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_7ffae.dir/CheckSymbolExists.c.o -o cmTC_7ffae -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EZkSfZ' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for tanf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tApCqc" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tApCqc" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_TANF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tApCqc' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_93313/fast - /usr/bin/make -f CMakeFiles/cmTC_93313.dir/build.make CMakeFiles/cmTC_93313.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tApCqc' - Building C object CMakeFiles/cmTC_93313.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_93313.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tApCqc/CheckSymbolExists.c - Linking C executable cmTC_93313 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_93313.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_93313.dir/CheckSymbolExists.c.o -o cmTC_93313 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tApCqc' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for trunc" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SNeLnv" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SNeLnv" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_TRUNC" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SNeLnv' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_84f1d/fast - /usr/bin/make -f CMakeFiles/cmTC_84f1d.dir/build.make CMakeFiles/cmTC_84f1d.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SNeLnv' - Building C object CMakeFiles/cmTC_84f1d.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_84f1d.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SNeLnv/CheckSymbolExists.c - Linking C executable cmTC_84f1d - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_84f1d.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_84f1d.dir/CheckSymbolExists.c.o -o cmTC_84f1d -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SNeLnv' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for truncf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VjWGGI" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VjWGGI" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_TRUNCF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VjWGGI' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f65c0/fast - /usr/bin/make -f CMakeFiles/cmTC_f65c0.dir/build.make CMakeFiles/cmTC_f65c0.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VjWGGI' - Building C object CMakeFiles/cmTC_f65c0.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_f65c0.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VjWGGI/CheckSymbolExists.c - Linking C executable cmTC_f65c0 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f65c0.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_f65c0.dir/CheckSymbolExists.c.o -o cmTC_f65c0 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VjWGGI' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for unsetenv" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qt3ttz" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qt3ttz" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_UNSETENV" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qt3ttz' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_41571/fast - /usr/bin/make -f CMakeFiles/cmTC_41571.dir/build.make CMakeFiles/cmTC_41571.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qt3ttz' - Building C object CMakeFiles/cmTC_41571.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_41571.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qt3ttz/CheckSymbolExists.c - Linking C executable cmTC_41571 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_41571.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_41571.dir/CheckSymbolExists.c.o -o cmTC_41571 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qt3ttz' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for vsnprintf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6GfXdz" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6GfXdz" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_VSNPRINTF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6GfXdz' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c2dea/fast - /usr/bin/make -f CMakeFiles/cmTC_c2dea.dir/build.make CMakeFiles/cmTC_c2dea.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6GfXdz' - Building C object CMakeFiles/cmTC_c2dea.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_c2dea.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6GfXdz/CheckSymbolExists.c - Linking C executable cmTC_c2dea - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c2dea.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_c2dea.dir/CheckSymbolExists.c.o -o cmTC_c2dea -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6GfXdz' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for vsscanf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-thhWIG" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-thhWIG" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_VSSCANF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-thhWIG' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_df18b/fast - /usr/bin/make -f CMakeFiles/cmTC_df18b.dir/build.make CMakeFiles/cmTC_df18b.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-thhWIG' - Building C object CMakeFiles/cmTC_df18b.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_df18b.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-thhWIG/CheckSymbolExists.c - Linking C executable cmTC_df18b - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_df18b.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_df18b.dir/CheckSymbolExists.c.o -o cmTC_df18b -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-thhWIG' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for wcsnlen" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PMaAE7" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PMaAE7" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_WCSNLEN" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PMaAE7' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0ca11/fast - /usr/bin/make -f CMakeFiles/cmTC_0ca11.dir/build.make CMakeFiles/cmTC_0ca11.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PMaAE7' - Building C object CMakeFiles/cmTC_0ca11.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_0ca11.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PMaAE7/CheckSymbolExists.c - Linking C executable cmTC_0ca11 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0ca11.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_0ca11.dir/CheckSymbolExists.c.o -o cmTC_0ca11 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PMaAE7' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for wcscmp" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NjNlcN" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NjNlcN" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_WCSCMP" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NjNlcN' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a05c8/fast - /usr/bin/make -f CMakeFiles/cmTC_a05c8.dir/build.make CMakeFiles/cmTC_a05c8.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NjNlcN' - Building C object CMakeFiles/cmTC_a05c8.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_a05c8.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NjNlcN/CheckSymbolExists.c - Linking C executable cmTC_a05c8 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a05c8.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_a05c8.dir/CheckSymbolExists.c.o -o cmTC_a05c8 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NjNlcN' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for wcsdup" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wDF5dm" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wDF5dm" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_WCSDUP" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wDF5dm' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e9342/fast - /usr/bin/make -f CMakeFiles/cmTC_e9342.dir/build.make CMakeFiles/cmTC_e9342.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wDF5dm' - Building C object CMakeFiles/cmTC_e9342.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_e9342.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wDF5dm/CheckSymbolExists.c - Linking C executable cmTC_e9342 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e9342.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_e9342.dir/CheckSymbolExists.c.o -o cmTC_e9342 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wDF5dm' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for wcslcat" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-i3eaPG" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-i3eaPG" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_WCSLCAT" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-i3eaPG' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_db17b/fast - /usr/bin/make -f CMakeFiles/cmTC_db17b.dir/build.make CMakeFiles/cmTC_db17b.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-i3eaPG' - Building C object CMakeFiles/cmTC_db17b.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_db17b.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-i3eaPG/CheckSymbolExists.c - Linking C executable cmTC_db17b - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_db17b.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_db17b.dir/CheckSymbolExists.c.o -o cmTC_db17b -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-i3eaPG' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for wcslcpy" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6TZu5l" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6TZu5l" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_WCSLCPY" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6TZu5l' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a3729/fast - /usr/bin/make -f CMakeFiles/cmTC_a3729.dir/build.make CMakeFiles/cmTC_a3729.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6TZu5l' - Building C object CMakeFiles/cmTC_a3729.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_a3729.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6TZu5l/CheckSymbolExists.c - Linking C executable cmTC_a3729 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a3729.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_a3729.dir/CheckSymbolExists.c.o -o cmTC_a3729 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6TZu5l' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for wcslen" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IoQy3V" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IoQy3V" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_WCSLEN" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IoQy3V' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_255d2/fast - /usr/bin/make -f CMakeFiles/cmTC_255d2.dir/build.make CMakeFiles/cmTC_255d2.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IoQy3V' - Building C object CMakeFiles/cmTC_255d2.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_255d2.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IoQy3V/CheckSymbolExists.c - Linking C executable cmTC_255d2 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_255d2.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_255d2.dir/CheckSymbolExists.c.o -o cmTC_255d2 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-IoQy3V' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for wcsncmp" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dHLcya" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dHLcya" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_WCSNCMP" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dHLcya' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_42ef6/fast - /usr/bin/make -f CMakeFiles/cmTC_42ef6.dir/build.make CMakeFiles/cmTC_42ef6.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dHLcya' - Building C object CMakeFiles/cmTC_42ef6.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_42ef6.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dHLcya/CheckSymbolExists.c - Linking C executable cmTC_42ef6 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_42ef6.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_42ef6.dir/CheckSymbolExists.c.o -o cmTC_42ef6 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dHLcya' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for wcsstr" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hiY3IE" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hiY3IE" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_WCSSTR" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hiY3IE' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ed795/fast - /usr/bin/make -f CMakeFiles/cmTC_ed795.dir/build.make CMakeFiles/cmTC_ed795.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hiY3IE' - Building C object CMakeFiles/cmTC_ed795.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_ed795.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hiY3IE/CheckSymbolExists.c - Linking C executable cmTC_ed795 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ed795.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_ed795.dir/CheckSymbolExists.c.o -o cmTC_ed795 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hiY3IE' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for wcstol" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EFSFAz" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EFSFAz" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_WCSTOL" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EFSFAz' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_49300/fast - /usr/bin/make -f CMakeFiles/cmTC_49300.dir/build.make CMakeFiles/cmTC_49300.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EFSFAz' - Building C object CMakeFiles/cmTC_49300.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_49300.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EFSFAz/CheckSymbolExists.c - Linking C executable cmTC_49300 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_49300.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_49300.dir/CheckSymbolExists.c.o -o cmTC_49300 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EFSFAz' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1048 (check_symbol_exists)" - checks: - - "Looking for strcasestr" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dg99h1" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dg99h1" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_STRCASESTR" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dg99h1' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_98144/fast - /usr/bin/make -f CMakeFiles/cmTC_98144.dir/build.make CMakeFiles/cmTC_98144.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dg99h1' - Building C object CMakeFiles/cmTC_98144.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_98144.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dg99h1/CheckSymbolExists.c - Linking C executable cmTC_98144 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_98144.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_98144.dir/CheckSymbolExists.c.o -o cmTC_98144 -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dg99h1' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/CMakeLists.txt:1061 (check_c_source_compiles)" - checks: - - "Performing Test LIBC_HAS_ISINF" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HVPrbr" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HVPrbr" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_ISINF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HVPrbr' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e04f0/fast - /usr/bin/make -f CMakeFiles/cmTC_e04f0.dir/build.make CMakeFiles/cmTC_e04f0.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HVPrbr' - Building C object CMakeFiles/cmTC_e04f0.dir/src.c.o - /usr/bin/gcc -DLIBC_HAS_ISINF -D_GNU_SOURCE=1 -Wfloat-conversion -Werror -o CMakeFiles/cmTC_e04f0.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HVPrbr/src.c - Linking C executable cmTC_e04f0 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e04f0.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -Wfloat-conversion -Werror CMakeFiles/cmTC_e04f0.dir/src.c.o -o cmTC_e04f0 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HVPrbr' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/CMakeLists.txt:1070 (check_c_source_compiles)" - checks: - - "Performing Test LIBC_ISINF_HANDLES_FLOAT" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WPXHbq" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WPXHbq" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_ISINF_HANDLES_FLOAT" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WPXHbq' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_964fb/fast - /usr/bin/make -f CMakeFiles/cmTC_964fb.dir/build.make CMakeFiles/cmTC_964fb.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WPXHbq' - Building C object CMakeFiles/cmTC_964fb.dir/src.c.o - /usr/bin/gcc -DLIBC_ISINF_HANDLES_FLOAT -D_GNU_SOURCE=1 -Wfloat-conversion -Werror -o CMakeFiles/cmTC_964fb.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WPXHbq/src.c - Linking C executable cmTC_964fb - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_964fb.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -Wfloat-conversion -Werror CMakeFiles/cmTC_964fb.dir/src.c.o -o cmTC_964fb - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WPXHbq' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/CMakeLists.txt:1079 (check_c_source_compiles)" - checks: - - "Performing Test LIBC_HAS_ISINFF" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YOKQtQ" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YOKQtQ" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_ISINFF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YOKQtQ' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_278bf/fast - /usr/bin/make -f CMakeFiles/cmTC_278bf.dir/build.make CMakeFiles/cmTC_278bf.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YOKQtQ' - Building C object CMakeFiles/cmTC_278bf.dir/src.c.o - /usr/bin/gcc -DLIBC_HAS_ISINFF -D_GNU_SOURCE=1 -Wfloat-conversion -Werror -o CMakeFiles/cmTC_278bf.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YOKQtQ/src.c - Linking C executable cmTC_278bf - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_278bf.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -Wfloat-conversion -Werror CMakeFiles/cmTC_278bf.dir/src.c.o -o cmTC_278bf - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YOKQtQ' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/CMakeLists.txt:1061 (check_c_source_compiles)" - checks: - - "Performing Test LIBC_HAS_ISNAN" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ToKnzb" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ToKnzb" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_ISNAN" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ToKnzb' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_205b0/fast - /usr/bin/make -f CMakeFiles/cmTC_205b0.dir/build.make CMakeFiles/cmTC_205b0.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ToKnzb' - Building C object CMakeFiles/cmTC_205b0.dir/src.c.o - /usr/bin/gcc -DLIBC_HAS_ISNAN -D_GNU_SOURCE=1 -Wfloat-conversion -Werror -o CMakeFiles/cmTC_205b0.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ToKnzb/src.c - Linking C executable cmTC_205b0 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_205b0.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -Wfloat-conversion -Werror CMakeFiles/cmTC_205b0.dir/src.c.o -o cmTC_205b0 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ToKnzb' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/CMakeLists.txt:1070 (check_c_source_compiles)" - checks: - - "Performing Test LIBC_ISNAN_HANDLES_FLOAT" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7yYIGb" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7yYIGb" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_ISNAN_HANDLES_FLOAT" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7yYIGb' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f61ae/fast - /usr/bin/make -f CMakeFiles/cmTC_f61ae.dir/build.make CMakeFiles/cmTC_f61ae.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7yYIGb' - Building C object CMakeFiles/cmTC_f61ae.dir/src.c.o - /usr/bin/gcc -DLIBC_ISNAN_HANDLES_FLOAT -D_GNU_SOURCE=1 -Wfloat-conversion -Werror -o CMakeFiles/cmTC_f61ae.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7yYIGb/src.c - Linking C executable cmTC_f61ae - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f61ae.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -Wfloat-conversion -Werror CMakeFiles/cmTC_f61ae.dir/src.c.o -o cmTC_f61ae - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7yYIGb' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/CMakeLists.txt:1079 (check_c_source_compiles)" - checks: - - "Performing Test LIBC_HAS_ISNANF" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZGRTTb" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZGRTTb" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_ISNANF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZGRTTb' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_061a3/fast - /usr/bin/make -f CMakeFiles/cmTC_061a3.dir/build.make CMakeFiles/cmTC_061a3.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZGRTTb' - Building C object CMakeFiles/cmTC_061a3.dir/src.c.o - /usr/bin/gcc -DLIBC_HAS_ISNANF -D_GNU_SOURCE=1 -Wfloat-conversion -Werror -o CMakeFiles/cmTC_061a3.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZGRTTb/src.c - Linking C executable cmTC_061a3 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_061a3.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -Wfloat-conversion -Werror CMakeFiles/cmTC_061a3.dir/src.c.o -o cmTC_061a3 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZGRTTb' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1091 (check_symbol_exists)" - checks: - - "Looking for fdatasync" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QsgZNL" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QsgZNL" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_FDATASYNC" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QsgZNL' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c1060/fast - /usr/bin/make -f CMakeFiles/cmTC_c1060.dir/build.make CMakeFiles/cmTC_c1060.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QsgZNL' - Building C object CMakeFiles/cmTC_c1060.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_c1060.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QsgZNL/CheckSymbolExists.c - Linking C executable cmTC_c1060 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c1060.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_c1060.dir/CheckSymbolExists.c.o -o cmTC_c1060 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QsgZNL' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1092 (check_symbol_exists)" - checks: - - "Looking for gethostname" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-APjJsV" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-APjJsV" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_GETHOSTNAME" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-APjJsV' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8c151/fast - /usr/bin/make -f CMakeFiles/cmTC_8c151.dir/build.make CMakeFiles/cmTC_8c151.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-APjJsV' - Building C object CMakeFiles/cmTC_8c151.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_8c151.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-APjJsV/CheckSymbolExists.c - Linking C executable cmTC_8c151 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8c151.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_8c151.dir/CheckSymbolExists.c.o -o cmTC_8c151 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-APjJsV' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1093 (check_symbol_exists)" - checks: - - "Looking for getpagesize" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2nUGf9" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2nUGf9" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_GETPAGESIZE" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2nUGf9' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_39e64/fast - /usr/bin/make -f CMakeFiles/cmTC_39e64.dir/build.make CMakeFiles/cmTC_39e64.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2nUGf9' - Building C object CMakeFiles/cmTC_39e64.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_39e64.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2nUGf9/CheckSymbolExists.c - Linking C executable cmTC_39e64 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_39e64.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_39e64.dir/CheckSymbolExists.c.o -o cmTC_39e64 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2nUGf9' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1094 (check_symbol_exists)" - checks: - - "Looking for sigaction" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AVEith" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AVEith" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_SIGACTION" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AVEith' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1c980/fast - /usr/bin/make -f CMakeFiles/cmTC_1c980.dir/build.make CMakeFiles/cmTC_1c980.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AVEith' - Building C object CMakeFiles/cmTC_1c980.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_1c980.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AVEith/CheckSymbolExists.c - Linking C executable cmTC_1c980 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1c980.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_1c980.dir/CheckSymbolExists.c.o -o cmTC_1c980 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AVEith' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1095 (check_symbol_exists)" - checks: - - "Looking for setjmp" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-egj03B" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-egj03B" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_SETJMP" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-egj03B' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_586ce/fast - /usr/bin/make -f CMakeFiles/cmTC_586ce.dir/build.make CMakeFiles/cmTC_586ce.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-egj03B' - Building C object CMakeFiles/cmTC_586ce.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_586ce.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-egj03B/CheckSymbolExists.c - Linking C executable cmTC_586ce - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_586ce.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_586ce.dir/CheckSymbolExists.c.o -o cmTC_586ce - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-egj03B' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1096 (check_symbol_exists)" - checks: - - "Looking for nanosleep" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-d7hgYP" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-d7hgYP" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_NANOSLEEP" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-d7hgYP' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c6060/fast - /usr/bin/make -f CMakeFiles/cmTC_c6060.dir/build.make CMakeFiles/cmTC_c6060.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-d7hgYP' - Building C object CMakeFiles/cmTC_c6060.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_c6060.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-d7hgYP/CheckSymbolExists.c - Linking C executable cmTC_c6060 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c6060.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_c6060.dir/CheckSymbolExists.c.o -o cmTC_c6060 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-d7hgYP' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1097 (check_symbol_exists)" - checks: - - "Looking for gmtime_r" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ThJTP1" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ThJTP1" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_GMTIME_R" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ThJTP1' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8e1cc/fast - /usr/bin/make -f CMakeFiles/cmTC_8e1cc.dir/build.make CMakeFiles/cmTC_8e1cc.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ThJTP1' - Building C object CMakeFiles/cmTC_8e1cc.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_8e1cc.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ThJTP1/CheckSymbolExists.c - Linking C executable cmTC_8e1cc - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8e1cc.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_8e1cc.dir/CheckSymbolExists.c.o -o cmTC_8e1cc - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ThJTP1' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1098 (check_symbol_exists)" - checks: - - "Looking for localtime_r" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6XcRgS" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6XcRgS" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_LOCALTIME_R" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6XcRgS' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_24c54/fast - /usr/bin/make -f CMakeFiles/cmTC_24c54.dir/build.make CMakeFiles/cmTC_24c54.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6XcRgS' - Building C object CMakeFiles/cmTC_24c54.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_24c54.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6XcRgS/CheckSymbolExists.c - Linking C executable cmTC_24c54 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_24c54.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_24c54.dir/CheckSymbolExists.c.o -o cmTC_24c54 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-6XcRgS' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1099 (check_symbol_exists)" - checks: - - "Looking for nl_langinfo" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQniFy" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQniFy" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_NL_LANGINFO" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQniFy' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_48502/fast - /usr/bin/make -f CMakeFiles/cmTC_48502.dir/build.make CMakeFiles/cmTC_48502.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQniFy' - Building C object CMakeFiles/cmTC_48502.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_48502.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQniFy/CheckSymbolExists.c - Linking C executable cmTC_48502 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_48502.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_48502.dir/CheckSymbolExists.c.o -o cmTC_48502 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQniFy' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1100 (check_symbol_exists)" - checks: - - "Looking for sysconf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eOiCS6" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eOiCS6" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_SYSCONF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eOiCS6' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ecbcb/fast - /usr/bin/make -f CMakeFiles/cmTC_ecbcb.dir/build.make CMakeFiles/cmTC_ecbcb.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eOiCS6' - Building C object CMakeFiles/cmTC_ecbcb.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_ecbcb.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eOiCS6/CheckSymbolExists.c - Linking C executable cmTC_ecbcb - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ecbcb.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_ecbcb.dir/CheckSymbolExists.c.o -o cmTC_ecbcb - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eOiCS6' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1101 (check_symbol_exists)" - checks: - - "Looking for sysctlbyname" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-340Pdv" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-340Pdv" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_SYSCTLBYNAME" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-340Pdv' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0b876/fast - /usr/bin/make -f CMakeFiles/cmTC_0b876.dir/build.make CMakeFiles/cmTC_0b876.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-340Pdv' - Building C object CMakeFiles/cmTC_0b876.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_0b876.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-340Pdv/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-340Pdv/CheckSymbolExists.c:3:10: fatal error: sys/sysctl.h: No such file or directory - 3 | #include - | ^~~~~~~~~~~~~~ - compilation terminated. - make[1]: *** [CMakeFiles/cmTC_0b876.dir/build.make:81: CMakeFiles/cmTC_0b876.dir/CheckSymbolExists.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-340Pdv' - make: *** [Makefile:134: cmTC_0b876/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1102 (check_symbol_exists)" - checks: - - "Looking for getauxval" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7TQRgA" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7TQRgA" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_GETAUXVAL" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7TQRgA' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b8152/fast - /usr/bin/make -f CMakeFiles/cmTC_b8152.dir/build.make CMakeFiles/cmTC_b8152.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7TQRgA' - Building C object CMakeFiles/cmTC_b8152.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_b8152.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7TQRgA/CheckSymbolExists.c - Linking C executable cmTC_b8152 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b8152.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_b8152.dir/CheckSymbolExists.c.o -o cmTC_b8152 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7TQRgA' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1103 (check_symbol_exists)" - checks: - - "Looking for elf_aux_info" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-C3CkPk" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-C3CkPk" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_ELF_AUX_INFO" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-C3CkPk' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8a896/fast - /usr/bin/make -f CMakeFiles/cmTC_8a896.dir/build.make CMakeFiles/cmTC_8a896.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-C3CkPk' - Building C object CMakeFiles/cmTC_8a896.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_8a896.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-C3CkPk/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-C3CkPk/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-C3CkPk/CheckSymbolExists.c:8:19: error: ‘elf_aux_info’ undeclared (first use in this function) - 8 | return ((int*)(&elf_aux_info))[argc]; - | ^~~~~~~~~~~~ - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-C3CkPk/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in - make[1]: *** [CMakeFiles/cmTC_8a896.dir/build.make:81: CMakeFiles/cmTC_8a896.dir/CheckSymbolExists.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-C3CkPk' - make: *** [Makefile:134: cmTC_8a896/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1104 (check_symbol_exists)" - checks: - - "Looking for poll" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-N9bfFb" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-N9bfFb" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_POLL" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-N9bfFb' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d7556/fast - /usr/bin/make -f CMakeFiles/cmTC_d7556.dir/build.make CMakeFiles/cmTC_d7556.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-N9bfFb' - Building C object CMakeFiles/cmTC_d7556.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_d7556.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-N9bfFb/CheckSymbolExists.c - Linking C executable cmTC_d7556 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d7556.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_d7556.dir/CheckSymbolExists.c.o -o cmTC_d7556 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-N9bfFb' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1105 (check_symbol_exists)" - checks: - - "Looking for memfd_create" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-UlqW8n" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-UlqW8n" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_MEMFD_CREATE" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-UlqW8n' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_18904/fast - /usr/bin/make -f CMakeFiles/cmTC_18904.dir/build.make CMakeFiles/cmTC_18904.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-UlqW8n' - Building C object CMakeFiles/cmTC_18904.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_18904.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-UlqW8n/CheckSymbolExists.c - Linking C executable cmTC_18904 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_18904.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_18904.dir/CheckSymbolExists.c.o -o cmTC_18904 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-UlqW8n' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1106 (check_symbol_exists)" - checks: - - "Looking for posix_fallocate" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-iqxbgW" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-iqxbgW" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_POSIX_FALLOCATE" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-iqxbgW' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a4921/fast - /usr/bin/make -f CMakeFiles/cmTC_a4921.dir/build.make CMakeFiles/cmTC_a4921.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-iqxbgW' - Building C object CMakeFiles/cmTC_a4921.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_a4921.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-iqxbgW/CheckSymbolExists.c - Linking C executable cmTC_a4921 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a4921.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_a4921.dir/CheckSymbolExists.c.o -o cmTC_a4921 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-iqxbgW' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1107 (check_symbol_exists)" - checks: - - "Looking for posix_spawn_file_actions_addchdir" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pblU2D" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pblU2D" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pblU2D' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_747a3/fast - /usr/bin/make -f CMakeFiles/cmTC_747a3.dir/build.make CMakeFiles/cmTC_747a3.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pblU2D' - Building C object CMakeFiles/cmTC_747a3.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_747a3.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pblU2D/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pblU2D/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pblU2D/CheckSymbolExists.c:8:19: error: ‘posix_spawn_file_actions_addchdir’ undeclared (first use in this function); did you mean ‘posix_spawn_file_actions_addchdir_np’? - 8 | return ((int*)(&posix_spawn_file_actions_addchdir))[argc]; - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - | posix_spawn_file_actions_addchdir_np - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pblU2D/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in - make[1]: *** [CMakeFiles/cmTC_747a3.dir/build.make:81: CMakeFiles/cmTC_747a3.dir/CheckSymbolExists.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pblU2D' - make: *** [Makefile:134: cmTC_747a3/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1108 (check_symbol_exists)" - checks: - - "Looking for posix_spawn_file_actions_addchdir_np" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kQBgnz" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kQBgnz" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kQBgnz' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_488fb/fast - /usr/bin/make -f CMakeFiles/cmTC_488fb.dir/build.make CMakeFiles/cmTC_488fb.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kQBgnz' - Building C object CMakeFiles/cmTC_488fb.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_488fb.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kQBgnz/CheckSymbolExists.c - Linking C executable cmTC_488fb - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_488fb.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_488fb.dir/CheckSymbolExists.c.o -o cmTC_488fb - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kQBgnz' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/CMakeLists.txt:1111 (check_c_source_compiles)" - checks: - - "Performing Test ICONV_IN_LIBC" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bFTP1n" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bFTP1n" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "ICONV_IN_LIBC" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bFTP1n' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0cf7a/fast - /usr/bin/make -f CMakeFiles/cmTC_0cf7a.dir/build.make CMakeFiles/cmTC_0cf7a.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bFTP1n' - Building C object CMakeFiles/cmTC_0cf7a.dir/src.c.o - /usr/bin/gcc -DICONV_IN_LIBC -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_0cf7a.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bFTP1n/src.c - Linking C executable cmTC_0cf7a - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0cf7a.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_0cf7a.dir/src.c.o -o cmTC_0cf7a - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bFTP1n' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/CMakeLists.txt:1121 (check_c_source_compiles)" - checks: - - "Performing Test ICONV_IN_LIBICONV" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fpzVTT" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fpzVTT" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "ICONV_IN_LIBICONV" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fpzVTT' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_fcf56/fast - /usr/bin/make -f CMakeFiles/cmTC_fcf56.dir/build.make CMakeFiles/cmTC_fcf56.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fpzVTT' - Building C object CMakeFiles/cmTC_fcf56.dir/src.c.o - /usr/bin/gcc -DICONV_IN_LIBICONV -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_fcf56.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fpzVTT/src.c - Linking C executable cmTC_fcf56 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fcf56.dir/link.txt --verbose=1 - /usr/bin/ld: cannot find -liconv: No such file or directory - collect2: error: ld returned 1 exit status - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_fcf56.dir/src.c.o -o cmTC_fcf56 -liconv - make[1]: *** [CMakeFiles/cmTC_fcf56.dir/build.make:102: cmTC_fcf56] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fpzVTT' - make: *** [Makefile:134: cmTC_fcf56/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckSourceCompiles.cmake:89 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckStructHasMember.cmake:85 (check_source_compiles)" - - "external/SDL/CMakeLists.txt:1140 (check_struct_has_member)" - checks: - - "Performing Test HAVE_SA_SIGACTION" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2aLUMR" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2aLUMR" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_SA_SIGACTION" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2aLUMR' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a299b/fast - /usr/bin/make -f CMakeFiles/cmTC_a299b.dir/build.make CMakeFiles/cmTC_a299b.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2aLUMR' - Building C object CMakeFiles/cmTC_a299b.dir/src.c.o - /usr/bin/gcc -DHAVE_SA_SIGACTION -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_a299b.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2aLUMR/src.c - Linking C executable cmTC_a299b - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a299b.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_a299b.dir/src.c.o -o cmTC_a299b - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2aLUMR' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckSourceCompiles.cmake:89 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckStructHasMember.cmake:85 (check_source_compiles)" - - "external/SDL/CMakeLists.txt:1141 (check_struct_has_member)" - checks: - - "Performing Test HAVE_ST_MTIM" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3CgHFU" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3CgHFU" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_ST_MTIM" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3CgHFU' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5f11f/fast - /usr/bin/make -f CMakeFiles/cmTC_5f11f.dir/build.make CMakeFiles/cmTC_5f11f.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3CgHFU' - Building C object CMakeFiles/cmTC_5f11f.dir/src.c.o - /usr/bin/gcc -DHAVE_ST_MTIM -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_5f11f.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3CgHFU/src.c - Linking C executable cmTC_5f11f - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5f11f.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_5f11f.dir/src.c.o -o cmTC_5f11f - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3CgHFU' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/cmake/sdlchecks.cmake:53 (check_symbol_exists)" - - "external/SDL/CMakeLists.txt:1263 (CheckDLOPEN)" - checks: - - "Looking for dlopen" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jRDEfd" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jRDEfd" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_DLOPEN_IN_LIBC" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jRDEfd' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_4c148/fast - /usr/bin/make -f CMakeFiles/cmTC_4c148.dir/build.make CMakeFiles/cmTC_4c148.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jRDEfd' - Building C object CMakeFiles/cmTC_4c148.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_4c148.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jRDEfd/CheckSymbolExists.c - Linking C executable cmTC_4c148 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4c148.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_4c148.dir/CheckSymbolExists.c.o -o cmTC_4c148 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jRDEfd' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/cmake/sdlchecks.cmake:69 (check_c_source_compiles)" - - "external/SDL/CMakeLists.txt:1272 (CheckO_CLOEXEC)" - checks: - - "Performing Test HAVE_O_CLOEXEC" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CrXeYu" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CrXeYu" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_O_CLOEXEC" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CrXeYu' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_aa503/fast - /usr/bin/make -f CMakeFiles/cmTC_aa503.dir/build.make CMakeFiles/cmTC_aa503.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CrXeYu' - Building C object CMakeFiles/cmTC_aa503.dir/src.c.o - /usr/bin/gcc -DHAVE_O_CLOEXEC -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_aa503.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CrXeYu/src.c - Linking C executable cmTC_aa503 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aa503.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_aa503.dir/src.c.o -o cmTC_aa503 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CrXeYu' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckLibraryExists.cmake:112 (try_compile)" - - "/usr/share/cmake/Modules/FindX11.cmake:701 (check_library_exists)" - - "external/SDL/cmake/sdlchecks.cmake:286 (find_package)" - - "external/SDL/CMakeLists.txt:1586 (CheckX11)" - checks: - - "Looking for XOpenDisplay in /usr/lib/libX11.so;/usr/lib/libXext.so" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zcVs4m" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zcVs4m" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "X11_LIB_X11_SOLO" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zcVs4m' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f3e04/fast - /usr/bin/make -f CMakeFiles/cmTC_f3e04.dir/build.make CMakeFiles/cmTC_f3e04.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zcVs4m' - Building C object CMakeFiles/cmTC_f3e04.dir/CheckFunctionExists.c.o - /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=XOpenDisplay -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_f3e04.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zcVs4m/CheckFunctionExists.c - Linking C executable cmTC_f3e04 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f3e04.dir/link.txt --verbose=1 - /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=XOpenDisplay -D_GNU_SOURCE=1 CMakeFiles/cmTC_f3e04.dir/CheckFunctionExists.c.o -o cmTC_f3e04 /usr/lib/libX11.so /usr/lib/libXext.so - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zcVs4m' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "/usr/share/cmake/Modules/FindX11.cmake:716 (check_function_exists)" - - "external/SDL/cmake/sdlchecks.cmake:286 (find_package)" - - "external/SDL/CMakeLists.txt:1586 (CheckX11)" - checks: - - "Looking for gethostbyname" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ajUnHF" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ajUnHF" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "CMAKE_HAVE_GETHOSTBYNAME" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ajUnHF' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_fc199/fast - /usr/bin/make -f CMakeFiles/cmTC_fc199.dir/build.make CMakeFiles/cmTC_fc199.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ajUnHF' - Building C object CMakeFiles/cmTC_fc199.dir/CheckFunctionExists.c.o - /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyname -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_fc199.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ajUnHF/CheckFunctionExists.c - Linking C executable cmTC_fc199 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fc199.dir/link.txt --verbose=1 - /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=gethostbyname -D_GNU_SOURCE=1 CMakeFiles/cmTC_fc199.dir/CheckFunctionExists.c.o -o cmTC_fc199 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ajUnHF' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "/usr/share/cmake/Modules/FindX11.cmake:730 (check_function_exists)" - - "external/SDL/cmake/sdlchecks.cmake:286 (find_package)" - - "external/SDL/CMakeLists.txt:1586 (CheckX11)" - checks: - - "Looking for connect" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pjv5CA" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pjv5CA" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "CMAKE_HAVE_CONNECT" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pjv5CA' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_2d8a4/fast - /usr/bin/make -f CMakeFiles/cmTC_2d8a4.dir/build.make CMakeFiles/cmTC_2d8a4.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pjv5CA' - Building C object CMakeFiles/cmTC_2d8a4.dir/CheckFunctionExists.c.o - /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=connect -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_2d8a4.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pjv5CA/CheckFunctionExists.c - Linking C executable cmTC_2d8a4 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_2d8a4.dir/link.txt --verbose=1 - /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=connect -D_GNU_SOURCE=1 CMakeFiles/cmTC_2d8a4.dir/CheckFunctionExists.c.o -o cmTC_2d8a4 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pjv5CA' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "/usr/share/cmake/Modules/FindX11.cmake:739 (check_function_exists)" - - "external/SDL/cmake/sdlchecks.cmake:286 (find_package)" - - "external/SDL/CMakeLists.txt:1586 (CheckX11)" - checks: - - "Looking for remove" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-risWso" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-risWso" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "CMAKE_HAVE_REMOVE" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-risWso' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_6d964/fast - /usr/bin/make -f CMakeFiles/cmTC_6d964.dir/build.make CMakeFiles/cmTC_6d964.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-risWso' - Building C object CMakeFiles/cmTC_6d964.dir/CheckFunctionExists.c.o - /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=remove -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_6d964.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-risWso/CheckFunctionExists.c - Linking C executable cmTC_6d964 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6d964.dir/link.txt --verbose=1 - /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=remove -D_GNU_SOURCE=1 CMakeFiles/cmTC_6d964.dir/CheckFunctionExists.c.o -o cmTC_6d964 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-risWso' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "/usr/share/cmake/Modules/FindX11.cmake:748 (check_function_exists)" - - "external/SDL/cmake/sdlchecks.cmake:286 (find_package)" - - "external/SDL/CMakeLists.txt:1586 (CheckX11)" - checks: - - "Looking for shmat" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FpYFJ2" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FpYFJ2" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "CMAKE_HAVE_SHMAT" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FpYFJ2' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7e1f3/fast - /usr/bin/make -f CMakeFiles/cmTC_7e1f3.dir/build.make CMakeFiles/cmTC_7e1f3.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FpYFJ2' - Building C object CMakeFiles/cmTC_7e1f3.dir/CheckFunctionExists.c.o - /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=shmat -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_7e1f3.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FpYFJ2/CheckFunctionExists.c - Linking C executable cmTC_7e1f3 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7e1f3.dir/link.txt --verbose=1 - /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=shmat -D_GNU_SOURCE=1 CMakeFiles/cmTC_7e1f3.dir/CheckFunctionExists.c.o -o cmTC_7e1f3 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FpYFJ2' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckLibraryExists.cmake:112 (try_compile)" - - "/usr/share/cmake/Modules/FindX11.cmake:758 (check_library_exists)" - - "external/SDL/cmake/sdlchecks.cmake:286 (find_package)" - - "external/SDL/CMakeLists.txt:1586 (CheckX11)" - checks: - - "Looking for IceConnectionNumber in ICE" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1DiAOV" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1DiAOV" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "CMAKE_LIB_ICE_HAS_ICECONNECTIONNUMBER" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1DiAOV' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_530e5/fast - /usr/bin/make -f CMakeFiles/cmTC_530e5.dir/build.make CMakeFiles/cmTC_530e5.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1DiAOV' - Building C object CMakeFiles/cmTC_530e5.dir/CheckFunctionExists.c.o - /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_530e5.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1DiAOV/CheckFunctionExists.c - Linking C executable cmTC_530e5 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_530e5.dir/link.txt --verbose=1 - /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=IceConnectionNumber -D_GNU_SOURCE=1 CMakeFiles/cmTC_530e5.dir/CheckFunctionExists.c.o -o cmTC_530e5 -lICE - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1DiAOV' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/cmake/sdlchecks.cmake:340 (check_symbol_exists)" - - "external/SDL/CMakeLists.txt:1586 (CheckX11)" - checks: - - "Looking for shmat" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4kztN2" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4kztN2" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_SHMAT_IN_LIBC" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4kztN2' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d53a0/fast - /usr/bin/make -f CMakeFiles/cmTC_d53a0.dir/build.make CMakeFiles/cmTC_d53a0.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4kztN2' - Building C object CMakeFiles/cmTC_d53a0.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_d53a0.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4kztN2/CheckSymbolExists.c - Linking C executable cmTC_d53a0 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d53a0.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_d53a0.dir/CheckSymbolExists.c.o -o cmTC_d53a0 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4kztN2' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/cmake/sdlchecks.cmake:4 (check_c_source_compiles)" - - "external/SDL/cmake/sdlchecks.cmake:379 (check_c_source_compiles_static)" - - "external/SDL/CMakeLists.txt:1586 (CheckX11)" - checks: - - "Performing Test HAVE_XGENERICEVENT" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-brx7eR" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-brx7eR" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_XGENERICEVENT" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-brx7eR' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_664d8/fast - /usr/bin/make -f CMakeFiles/cmTC_664d8.dir/build.make CMakeFiles/cmTC_664d8.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-brx7eR' - Building C object CMakeFiles/cmTC_664d8.dir/src.c.o - /usr/bin/gcc -DHAVE_XGENERICEVENT -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_664d8.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-brx7eR/src.c - Linking C static library libcmTC_664d8.a - /usr/bin/cmake -P CMakeFiles/cmTC_664d8.dir/cmake_clean_target.cmake - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_664d8.dir/link.txt --verbose=1 - /usr/bin/ar qc libcmTC_664d8.a CMakeFiles/cmTC_664d8.dir/src.c.o - /usr/bin/ranlib libcmTC_664d8.a - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-brx7eR' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/cmake/sdlchecks.cmake:393 (check_symbol_exists)" - - "external/SDL/CMakeLists.txt:1586 (CheckX11)" - checks: - - "Looking for XkbLookupKeySym" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZWizKZ" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZWizKZ" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "SDL_VIDEO_DRIVER_X11_HAS_XKBLOOKUPKEYSYM" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZWizKZ' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_689fd/fast - /usr/bin/make -f CMakeFiles/cmTC_689fd.dir/build.make CMakeFiles/cmTC_689fd.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZWizKZ' - Building C object CMakeFiles/cmTC_689fd.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_689fd.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZWizKZ/CheckSymbolExists.c - Linking C executable cmTC_689fd - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_689fd.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_689fd.dir/CheckSymbolExists.c.o -o cmTC_689fd /usr/lib/libX11.so - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZWizKZ' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/cmake/sdlchecks.cmake:4 (check_c_source_compiles)" - - "external/SDL/cmake/sdlchecks.cmake:420 (check_c_source_compiles_static)" - - "external/SDL/CMakeLists.txt:1586 (CheckX11)" - checks: - - "Performing Test HAVE_XINPUT2_MULTITOUCH" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u6iYCo" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u6iYCo" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_XINPUT2_MULTITOUCH" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u6iYCo' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c6309/fast - /usr/bin/make -f CMakeFiles/cmTC_c6309.dir/build.make CMakeFiles/cmTC_c6309.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u6iYCo' - Building C object CMakeFiles/cmTC_c6309.dir/src.c.o - /usr/bin/gcc -DHAVE_XINPUT2_MULTITOUCH -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_c6309.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u6iYCo/src.c - Linking C static library libcmTC_c6309.a - /usr/bin/cmake -P CMakeFiles/cmTC_c6309.dir/cmake_clean_target.cmake - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c6309.dir/link.txt --verbose=1 - /usr/bin/ar qc libcmTC_c6309.a CMakeFiles/cmTC_c6309.dir/src.c.o - /usr/bin/ranlib libcmTC_c6309.a - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u6iYCo' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/cmake/sdlchecks.cmake:4 (check_c_source_compiles)" - - "external/SDL/cmake/sdlchecks.cmake:437 (check_c_source_compiles_static)" - - "external/SDL/CMakeLists.txt:1586 (CheckX11)" - checks: - - "Performing Test HAVE_XFIXES_H" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1g9LjU" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1g9LjU" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_XFIXES_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1g9LjU' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f5ec2/fast - /usr/bin/make -f CMakeFiles/cmTC_f5ec2.dir/build.make CMakeFiles/cmTC_f5ec2.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1g9LjU' - Building C object CMakeFiles/cmTC_f5ec2.dir/src.c.o - /usr/bin/gcc -DHAVE_XFIXES_H -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_f5ec2.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1g9LjU/src.c - Linking C static library libcmTC_f5ec2.a - /usr/bin/cmake -P CMakeFiles/cmTC_f5ec2.dir/cmake_clean_target.cmake - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f5ec2.dir/link.txt --verbose=1 - /usr/bin/ar qc libcmTC_f5ec2.a CMakeFiles/cmTC_f5ec2.dir/src.c.o - /usr/bin/ranlib libcmTC_f5ec2.a - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1g9LjU' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/cmake/sdlchecks.cmake:724 (check_c_source_compiles)" - - "external/SDL/CMakeLists.txt:1588 (CheckEGL)" - checks: - - "Performing Test HAVE_OPENGL_EGL" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WOQm45" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WOQm45" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_OPENGL_EGL" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WOQm45' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_07682/fast - /usr/bin/make -f CMakeFiles/cmTC_07682.dir/build.make CMakeFiles/cmTC_07682.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WOQm45' - Building C object CMakeFiles/cmTC_07682.dir/src.c.o - /usr/bin/gcc -DHAVE_OPENGL_EGL -I/home/guest/Downloads/PopLib/external/SDL/src/video/khronos -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_07682.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WOQm45/src.c - Linking C executable cmTC_07682 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_07682.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_07682.dir/src.c.o -o cmTC_07682 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WOQm45' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/cmake/sdlchecks.cmake:707 (check_c_source_compiles)" - - "external/SDL/CMakeLists.txt:1590 (CheckGLX)" - checks: - - "Performing Test HAVE_OPENGL_GLX" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HnlXC8" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HnlXC8" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_OPENGL_GLX" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HnlXC8' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7adc4/fast - /usr/bin/make -f CMakeFiles/cmTC_7adc4.dir/build.make CMakeFiles/cmTC_7adc4.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HnlXC8' - Building C object CMakeFiles/cmTC_7adc4.dir/src.c.o - /usr/bin/gcc -DHAVE_OPENGL_GLX -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_7adc4.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HnlXC8/src.c - Linking C executable cmTC_7adc4 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7adc4.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_7adc4.dir/src.c.o -o cmTC_7adc4 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-HnlXC8' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/cmake/sdlchecks.cmake:743 (check_c_source_compiles)" - - "external/SDL/CMakeLists.txt:1591 (CheckOpenGL)" - checks: - - "Performing Test HAVE_OPENGL" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aGib91" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aGib91" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_OPENGL" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aGib91' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f1cb7/fast - /usr/bin/make -f CMakeFiles/cmTC_f1cb7.dir/build.make CMakeFiles/cmTC_f1cb7.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aGib91' - Building C object CMakeFiles/cmTC_f1cb7.dir/src.c.o - /usr/bin/gcc -DHAVE_OPENGL -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_f1cb7.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aGib91/src.c - Linking C executable cmTC_f1cb7 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f1cb7.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_f1cb7.dir/src.c.o -o cmTC_f1cb7 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-aGib91' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/cmake/sdlchecks.cmake:760 (check_c_source_compiles)" - - "external/SDL/CMakeLists.txt:1592 (CheckOpenGLES)" - checks: - - "Performing Test HAVE_OPENGLES_V1" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-saV5MB" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-saV5MB" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_OPENGLES_V1" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-saV5MB' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_756fa/fast - /usr/bin/make -f CMakeFiles/cmTC_756fa.dir/build.make CMakeFiles/cmTC_756fa.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-saV5MB' - Building C object CMakeFiles/cmTC_756fa.dir/src.c.o - /usr/bin/gcc -DHAVE_OPENGLES_V1 -I/home/guest/Downloads/PopLib/external/SDL/src/video/khronos -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_756fa.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-saV5MB/src.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-saV5MB/src.c:2:18: fatal error: GLES/gl.h: No such file or directory - 2 | #include - | ^~~~~~~~~~~ - compilation terminated. - make[1]: *** [CMakeFiles/cmTC_756fa.dir/build.make:81: CMakeFiles/cmTC_756fa.dir/src.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-saV5MB' - make: *** [Makefile:134: cmTC_756fa/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/cmake/sdlchecks.cmake:764 (check_c_source_compiles)" - - "external/SDL/CMakeLists.txt:1592 (CheckOpenGLES)" - checks: - - "Performing Test HAVE_OPENGLES_V2" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lnU2vK" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lnU2vK" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_OPENGLES_V2" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lnU2vK' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7643f/fast - /usr/bin/make -f CMakeFiles/cmTC_7643f.dir/build.make CMakeFiles/cmTC_7643f.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lnU2vK' - Building C object CMakeFiles/cmTC_7643f.dir/src.c.o - /usr/bin/gcc -DHAVE_OPENGLES_V2 -I/home/guest/Downloads/PopLib/external/SDL/src/video/khronos -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_7643f.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lnU2vK/src.c - Linking C executable cmTC_7643f - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7643f.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_7643f.dir/src.c.o -o cmTC_7643f - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lnU2vK' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/CMakeLists.txt:1606 (check_c_source_compiles)" - checks: - - "Performing Test HAVE_LINUX_INPUT_H" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39tk8c" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39tk8c" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_LINUX_INPUT_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39tk8c' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f5cc9/fast - /usr/bin/make -f CMakeFiles/cmTC_f5cc9.dir/build.make CMakeFiles/cmTC_f5cc9.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39tk8c' - Building C object CMakeFiles/cmTC_f5cc9.dir/src.c.o - /usr/bin/gcc -DHAVE_LINUX_INPUT_H -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_f5cc9.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39tk8c/src.c - Linking C executable cmTC_f5cc9 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f5cc9.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_f5cc9.dir/src.c.o -o cmTC_f5cc9 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-39tk8c' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/CMakeLists.txt:1614 (check_c_source_compiles)" - checks: - - "Performing Test HAVE_INPUT_KD" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lMvx9d" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lMvx9d" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_INPUT_KD" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lMvx9d' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_be095/fast - /usr/bin/make -f CMakeFiles/cmTC_be095.dir/build.make CMakeFiles/cmTC_be095.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lMvx9d' - Building C object CMakeFiles/cmTC_be095.dir/src.c.o - /usr/bin/gcc -DHAVE_INPUT_KD -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_be095.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lMvx9d/src.c - Linking C executable cmTC_be095 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_be095.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_be095.dir/src.c.o -o cmTC_be095 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lMvx9d' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/CMakeLists.txt:1624 (check_c_source_compiles)" - checks: - - "Performing Test HAVE_LINUX_VIDEODEV2_H" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Xo6dfU" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Xo6dfU" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_LINUX_VIDEODEV2_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Xo6dfU' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b8627/fast - /usr/bin/make -f CMakeFiles/cmTC_b8627.dir/build.make CMakeFiles/cmTC_b8627.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Xo6dfU' - Building C object CMakeFiles/cmTC_b8627.dir/src.c.o - /usr/bin/gcc -DHAVE_LINUX_VIDEODEV2_H -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_b8627.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Xo6dfU/src.c - Linking C executable cmTC_b8627 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b8627.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_b8627.dir/src.c.o -o cmTC_b8627 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Xo6dfU' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/cmake/sdlchecks.cmake:1253 (check_include_file)" - - "external/SDL/CMakeLists.txt:1678 (CheckLibUDev)" - checks: - - "Looking for libudev.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-F6oeGk" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-F6oeGk" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_LIBUDEV_HEADER" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-F6oeGk' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_98851/fast - /usr/bin/make -f CMakeFiles/cmTC_98851.dir/build.make CMakeFiles/cmTC_98851.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-F6oeGk' - Building C object CMakeFiles/cmTC_98851.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_98851.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-F6oeGk/CheckIncludeFile.c - Linking C executable cmTC_98851 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_98851.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_98851.dir/CheckIncludeFile.c.o -o cmTC_98851 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-F6oeGk' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/CMakeLists.txt:1679 (check_include_file)" - checks: - - "Looking for sys/inotify.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bSwf6U" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bSwf6U" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_SYS_INOTIFY_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bSwf6U' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_73d9d/fast - /usr/bin/make -f CMakeFiles/cmTC_73d9d.dir/build.make CMakeFiles/cmTC_73d9d.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bSwf6U' - Building C object CMakeFiles/cmTC_73d9d.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_73d9d.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bSwf6U/CheckIncludeFile.c - Linking C executable cmTC_73d9d - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_73d9d.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_73d9d.dir/CheckIncludeFile.c.o -o cmTC_73d9d - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bSwf6U' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1680 (check_symbol_exists)" - checks: - - "Looking for inotify_init" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YcYzGY" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YcYzGY" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_INOTIFY_INIT" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YcYzGY' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3524d/fast - /usr/bin/make -f CMakeFiles/cmTC_3524d.dir/build.make CMakeFiles/cmTC_3524d.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YcYzGY' - Building C object CMakeFiles/cmTC_3524d.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_3524d.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YcYzGY/CheckSymbolExists.c - Linking C executable cmTC_3524d - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3524d.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_3524d.dir/CheckSymbolExists.c.o -o cmTC_3524d - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-YcYzGY' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/SDL/CMakeLists.txt:1681 (check_symbol_exists)" - checks: - - "Looking for inotify_init1" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Oxm79Y" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Oxm79Y" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_INOTIFY_INIT1" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Oxm79Y' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_84fc4/fast - /usr/bin/make -f CMakeFiles/cmTC_84fc4.dir/build.make CMakeFiles/cmTC_84fc4.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Oxm79Y' - Building C object CMakeFiles/cmTC_84fc4.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_84fc4.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Oxm79Y/CheckSymbolExists.c - Linking C executable cmTC_84fc4 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_84fc4.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_84fc4.dir/CheckSymbolExists.c.o -o cmTC_84fc4 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Oxm79Y' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/cmake/sdlchecks.cmake:1286 (check_c_source_compiles)" - - "external/SDL/CMakeLists.txt:1732 (CheckLibUnwind)" - checks: - - "Performing Test LIBC_HAS_WORKING_LIBUNWIND" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sUI59k" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sUI59k" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBC_HAS_WORKING_LIBUNWIND" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sUI59k' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f0b49/fast - /usr/bin/make -f CMakeFiles/cmTC_f0b49.dir/build.make CMakeFiles/cmTC_f0b49.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sUI59k' - Building C object CMakeFiles/cmTC_f0b49.dir/src.c.o - /usr/bin/gcc -DLIBC_HAS_WORKING_LIBUNWIND -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_f0b49.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sUI59k/src.c - Linking C executable cmTC_f0b49 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f0b49.dir/link.txt --verbose=1 - /usr/bin/ld: CMakeFiles/cmTC_f0b49.dir/src.c.o: in function `main': - src.c:(.text+0x32): undefined reference to `_Ux86_64_getcontext' - /usr/bin/ld: src.c:(.text+0x41): undefined reference to `_Ux86_64_step' - /usr/bin/ld: src.c:(.text+0x5c): undefined reference to `_Ux86_64_get_reg' - /usr/bin/ld: src.c:(.text+0x81): undefined reference to `_Ux86_64_get_proc_name' - collect2: error: ld returned 1 exit status - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_f0b49.dir/src.c.o -o cmTC_f0b49 - make[1]: *** [CMakeFiles/cmTC_f0b49.dir/build.make:102: cmTC_f0b49] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sUI59k' - make: *** [Makefile:134: cmTC_f0b49/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/cmake/sdlchecks.cmake:1297 (check_c_source_compiles)" - - "external/SDL/CMakeLists.txt:1732 (CheckLibUnwind)" - checks: - - "Performing Test LIBUNWIND_HAS_WORKINGLIBUNWIND" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bzEYTj" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bzEYTj" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "LIBUNWIND_HAS_WORKINGLIBUNWIND" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bzEYTj' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_aa6f5/fast - /usr/bin/make -f CMakeFiles/cmTC_aa6f5.dir/build.make CMakeFiles/cmTC_aa6f5.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bzEYTj' - Building C object CMakeFiles/cmTC_aa6f5.dir/src.c.o - /usr/bin/gcc -DLIBUNWIND_HAS_WORKINGLIBUNWIND -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_aa6f5.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bzEYTj/src.c - Linking C executable cmTC_aa6f5 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aa6f5.dir/link.txt --verbose=1 - /usr/bin/ld: CMakeFiles/cmTC_aa6f5.dir/src.c.o: in function `main': - src.c:(.text+0x41): undefined reference to `_Ux86_64_step' - /usr/bin/ld: src.c:(.text+0x5c): undefined reference to `_Ux86_64_get_reg' - /usr/bin/ld: src.c:(.text+0x81): undefined reference to `_Ux86_64_get_proc_name' - collect2: error: ld returned 1 exit status - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_aa6f5.dir/src.c.o -o cmTC_aa6f5 -lunwind - make[1]: *** [CMakeFiles/cmTC_aa6f5.dir/build.make:102: cmTC_aa6f5] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-bzEYTj' - make: *** [Makefile:134: cmTC_aa6f5/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/cmake/sdlchecks.cmake:1315 (check_c_source_compiles)" - - "external/SDL/CMakeLists.txt:1732 (CheckLibUnwind)" - checks: - - "Performing Test PC_LIBUNWIND_HAS_WORKING_LIBUNWIND" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sHOzBu" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sHOzBu" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "PC_LIBUNWIND_HAS_WORKING_LIBUNWIND" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sHOzBu' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_56f7e/fast - /usr/bin/make -f CMakeFiles/cmTC_56f7e.dir/build.make CMakeFiles/cmTC_56f7e.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sHOzBu' - Building C object CMakeFiles/cmTC_56f7e.dir/src.c.o - /usr/bin/gcc -DPC_LIBUNWIND_HAS_WORKING_LIBUNWIND -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_56f7e.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sHOzBu/src.c - Linking C executable cmTC_56f7e - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_56f7e.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_56f7e.dir/src.c.o -o cmTC_56f7e -lunwind-generic -lunwind - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sHOzBu' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/cmake/sdlchecks.cmake:4 (check_c_source_compiles)" - - "external/SDL/cmake/sdlchecks.cmake:1107 (check_c_source_compiles_static)" - - "external/SDL/CMakeLists.txt:1801 (CheckHIDAPI)" - checks: - - "Performing Test HAVE_LIBUSB_H" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3qUJDW" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3qUJDW" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_LIBUSB_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3qUJDW' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5177f/fast - /usr/bin/make -f CMakeFiles/cmTC_5177f.dir/build.make CMakeFiles/cmTC_5177f.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3qUJDW' - Building C object CMakeFiles/cmTC_5177f.dir/src.c.o - /usr/bin/gcc -DHAVE_LIBUSB_H -isystem /usr/include/libusb-1.0 -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_5177f.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3qUJDW/src.c - Linking C static library libcmTC_5177f.a - /usr/bin/cmake -P CMakeFiles/cmTC_5177f.dir/cmake_clean_target.cmake - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5177f.dir/link.txt --verbose=1 - /usr/bin/ar qc libcmTC_5177f.a CMakeFiles/cmTC_5177f.dir/src.c.o - /usr/bin/ranlib libcmTC_5177f.a - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3qUJDW' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/cmake/sdlchecks.cmake:871 (check_c_source_compiles)" - - "external/SDL/CMakeLists.txt:1817 (CheckPTHREAD)" - checks: - - "Performing Test HAVE_PTHREADS" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQ1zvN" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQ1zvN" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_PTHREADS" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQ1zvN' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e6ebe/fast - /usr/bin/make -f CMakeFiles/cmTC_e6ebe.dir/build.make CMakeFiles/cmTC_e6ebe.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQ1zvN' - Building C object CMakeFiles/cmTC_e6ebe.dir/src.c.o - /usr/bin/gcc -DHAVE_PTHREADS -D_GNU_SOURCE=1 -D_REENTRANT -pthread -o CMakeFiles/cmTC_e6ebe.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQ1zvN/src.c - Linking C executable cmTC_e6ebe - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e6ebe.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -D_REENTRANT -pthread CMakeFiles/cmTC_e6ebe.dir/src.c.o -o cmTC_e6ebe - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-PQ1zvN' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/cmake/sdlchecks.cmake:884 (check_c_source_compiles)" - - "external/SDL/CMakeLists.txt:1817 (CheckPTHREAD)" - checks: - - "Performing Test HAVE_RECURSIVE_MUTEXES" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wrRNO2" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wrRNO2" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_RECURSIVE_MUTEXES" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wrRNO2' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ee738/fast - /usr/bin/make -f CMakeFiles/cmTC_ee738.dir/build.make CMakeFiles/cmTC_ee738.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wrRNO2' - Building C object CMakeFiles/cmTC_ee738.dir/src.c.o - /usr/bin/gcc -DHAVE_RECURSIVE_MUTEXES -D_GNU_SOURCE=1 -D_REENTRANT -pthread -o CMakeFiles/cmTC_ee738.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wrRNO2/src.c - Linking C executable cmTC_ee738 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ee738.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -D_REENTRANT -pthread CMakeFiles/cmTC_ee738.dir/src.c.o -o cmTC_ee738 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wrRNO2' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/cmake/sdlchecks.cmake:907 (check_c_source_compiles)" - - "external/SDL/CMakeLists.txt:1817 (CheckPTHREAD)" - checks: - - "Performing Test HAVE_PTHREADS_SEM" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rrCcL4" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rrCcL4" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_PTHREADS_SEM" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rrCcL4' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_58e8b/fast - /usr/bin/make -f CMakeFiles/cmTC_58e8b.dir/build.make CMakeFiles/cmTC_58e8b.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rrCcL4' - Building C object CMakeFiles/cmTC_58e8b.dir/src.c.o - /usr/bin/gcc -DHAVE_PTHREADS_SEM -D_GNU_SOURCE=1 -D_REENTRANT -pthread -o CMakeFiles/cmTC_58e8b.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rrCcL4/src.c - Linking C executable cmTC_58e8b - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_58e8b.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -D_REENTRANT -pthread CMakeFiles/cmTC_58e8b.dir/src.c.o -o cmTC_58e8b - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rrCcL4' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/cmake/sdlchecks.cmake:911 (check_c_source_compiles)" - - "external/SDL/CMakeLists.txt:1817 (CheckPTHREAD)" - checks: - - "Performing Test COMPILER_HAS_SEM_TIMEDWAIT" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lP5kal" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lP5kal" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "COMPILER_HAS_SEM_TIMEDWAIT" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lP5kal' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_616af/fast - /usr/bin/make -f CMakeFiles/cmTC_616af.dir/build.make CMakeFiles/cmTC_616af.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lP5kal' - Building C object CMakeFiles/cmTC_616af.dir/src.c.o - /usr/bin/gcc -DCOMPILER_HAS_SEM_TIMEDWAIT -D_GNU_SOURCE=1 -D_REENTRANT -pthread -o CMakeFiles/cmTC_616af.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lP5kal/src.c - Linking C executable cmTC_616af - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_616af.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -D_REENTRANT -pthread CMakeFiles/cmTC_616af.dir/src.c.o -o cmTC_616af - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lP5kal' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/cmake/sdlchecks.cmake:922 (check_include_file)" - - "external/SDL/CMakeLists.txt:1817 (CheckPTHREAD)" - checks: - - "Looking for pthread.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0EpFbO" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0EpFbO" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_PTHREAD_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0EpFbO' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_eaaf4/fast - /usr/bin/make -f CMakeFiles/cmTC_eaaf4.dir/build.make CMakeFiles/cmTC_eaaf4.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0EpFbO' - Building C object CMakeFiles/cmTC_eaaf4.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -D_REENTRANT -pthread -o CMakeFiles/cmTC_eaaf4.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0EpFbO/CheckIncludeFile.c - Linking C executable cmTC_eaaf4 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eaaf4.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -D_REENTRANT -pthread CMakeFiles/cmTC_eaaf4.dir/CheckIncludeFile.c.o -o cmTC_eaaf4 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0EpFbO' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/SDL/cmake/sdlchecks.cmake:923 (check_include_file)" - - "external/SDL/CMakeLists.txt:1817 (CheckPTHREAD)" - checks: - - "Looking for pthread_np.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LPebec" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LPebec" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_PTHREAD_NP_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LPebec' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d5422/fast - /usr/bin/make -f CMakeFiles/cmTC_d5422.dir/build.make CMakeFiles/cmTC_d5422.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LPebec' - Building C object CMakeFiles/cmTC_d5422.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE=1 -D_REENTRANT -pthread -o CMakeFiles/cmTC_d5422.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LPebec/CheckIncludeFile.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LPebec/CheckIncludeFile.c:1:10: fatal error: pthread_np.h: No such file or directory - 1 | #include - | ^~~~~~~~~~~~~~ - compilation terminated. - make[1]: *** [CMakeFiles/cmTC_d5422.dir/build.make:81: CMakeFiles/cmTC_d5422.dir/CheckIncludeFile.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LPebec' - make: *** [Makefile:134: cmTC_d5422/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/cmake/sdlchecks.cmake:925 (check_c_source_compiles)" - - "external/SDL/CMakeLists.txt:1817 (CheckPTHREAD)" - checks: - - "Performing Test HAVE_PTHREAD_SETNAME_NP" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w47yiD" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w47yiD" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_PTHREAD_SETNAME_NP" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w47yiD' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b67fa/fast - /usr/bin/make -f CMakeFiles/cmTC_b67fa.dir/build.make CMakeFiles/cmTC_b67fa.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w47yiD' - Building C object CMakeFiles/cmTC_b67fa.dir/src.c.o - /usr/bin/gcc -DHAVE_PTHREAD_SETNAME_NP -D_GNU_SOURCE=1 -D_REENTRANT -pthread -o CMakeFiles/cmTC_b67fa.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w47yiD/src.c - Linking C executable cmTC_b67fa - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b67fa.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -D_REENTRANT -pthread CMakeFiles/cmTC_b67fa.dir/src.c.o -o cmTC_b67fa - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-w47yiD' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckLibraryExists.cmake:112 (try_compile)" - - "external/SDL/CMakeLists.txt:1820 (check_library_exists)" - checks: - - "Looking for clock_gettime in c" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0xoK3u" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0xoK3u" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "FOUND_CLOCK_GETTIME_LIBC" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0xoK3u' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_17893/fast - /usr/bin/make -f CMakeFiles/cmTC_17893.dir/build.make CMakeFiles/cmTC_17893.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0xoK3u' - Building C object CMakeFiles/cmTC_17893.dir/CheckFunctionExists.c.o - /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=clock_gettime -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_17893.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0xoK3u/CheckFunctionExists.c - Linking C executable cmTC_17893 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_17893.dir/link.txt --verbose=1 - /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=clock_gettime -D_GNU_SOURCE=1 CMakeFiles/cmTC_17893.dir/CheckFunctionExists.c.o -o cmTC_17893 -lc - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-0xoK3u' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - - "external/SDL/CMakeLists.txt:1875 (check_c_compiler_flag)" - checks: - - "Performing Test HAVE_ENABLE_NEW_DTAGS" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fJlLti" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fJlLti" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_ENABLE_NEW_DTAGS" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fJlLti' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_98838/fast - /usr/bin/make -f CMakeFiles/cmTC_98838.dir/build.make CMakeFiles/cmTC_98838.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fJlLti' - Building C object CMakeFiles/cmTC_98838.dir/src.c.o - /usr/bin/gcc -DHAVE_ENABLE_NEW_DTAGS -D_GNU_SOURCE=1 -Wl,--enable-new-dtags -o CMakeFiles/cmTC_98838.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fJlLti/src.c - Linking C executable cmTC_98838 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_98838.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 -Wl,--enable-new-dtags CMakeFiles/cmTC_98838.dir/src.c.o -o cmTC_98838 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fJlLti' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/SDL/CMakeLists.txt:2965 (check_c_source_compiles)" - checks: - - "Performing Test HAVE_POSIX_SPAWN" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ahzZW4" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ahzZW4" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/SDL/cmake" - buildResult: - variable: "HAVE_POSIX_SPAWN" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ahzZW4' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_757bc/fast - /usr/bin/make -f CMakeFiles/cmTC_757bc.dir/build.make CMakeFiles/cmTC_757bc.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ahzZW4' - Building C object CMakeFiles/cmTC_757bc.dir/src.c.o - /usr/bin/gcc -DHAVE_POSIX_SPAWN -D_GNU_SOURCE=1 -o CMakeFiles/cmTC_757bc.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ahzZW4/src.c - Linking C executable cmTC_757bc - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_757bc.dir/link.txt --verbose=1 - /usr/bin/gcc -D_GNU_SOURCE=1 CMakeFiles/cmTC_757bc.dir/src.c.o -o cmTC_757bc - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ahzZW4' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/openal/CMakeLists.txt:229 (check_cxx_source_compiles)" - checks: - - "Performing Test HAVE_STDC_FORMAT_MACROS" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Fju6e" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Fju6e" - cmakeVariables: - CMAKE_CXX_FLAGS: "" - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_STDC_FORMAT_MACROS" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Fju6e' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_932dc/fast - /usr/bin/make -f CMakeFiles/cmTC_932dc.dir/build.make CMakeFiles/cmTC_932dc.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Fju6e' - Building CXX object CMakeFiles/cmTC_932dc.dir/src.cxx.o - /usr/bin/g++ -DHAVE_STDC_FORMAT_MACROS -std=gnu++20 -fPIE -o CMakeFiles/cmTC_932dc.dir/src.cxx.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Fju6e/src.cxx - Linking CXX executable cmTC_932dc - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_932dc.dir/link.txt --verbose=1 - /usr/bin/g++ CMakeFiles/cmTC_932dc.dir/src.cxx.o -o cmTC_932dc - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2Fju6e' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/openal/CMakeLists.txt:244 (check_cxx_source_compiles)" - checks: - - "Performing Test HAVE_LIBATOMIC" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RmvSw5" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RmvSw5" - cmakeVariables: - CMAKE_CXX_FLAGS: "" - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_LIBATOMIC" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RmvSw5' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_35374/fast - /usr/bin/make -f CMakeFiles/cmTC_35374.dir/build.make CMakeFiles/cmTC_35374.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RmvSw5' - Building CXX object CMakeFiles/cmTC_35374.dir/src.cxx.o - /usr/bin/g++ -DHAVE_LIBATOMIC -std=gnu++20 -fPIE -o CMakeFiles/cmTC_35374.dir/src.cxx.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RmvSw5/src.cxx - Linking CXX executable cmTC_35374 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_35374.dir/link.txt --verbose=1 - /usr/bin/g++ CMakeFiles/cmTC_35374.dir/src.cxx.o -o cmTC_35374 -latomic - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RmvSw5' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake:55 (cmake_check_compiler_flag)" - - "external/openal/CMakeLists.txt:291 (check_cxx_compiler_flag)" - checks: - - "Performing Test HAVE_WNO_INTERFERENCE_SIZE" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1LF6ck" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1LF6ck" - cmakeVariables: - CMAKE_CXX_FLAGS: "" - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_WNO_INTERFERENCE_SIZE" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1LF6ck' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0fc67/fast - /usr/bin/make -f CMakeFiles/cmTC_0fc67.dir/build.make CMakeFiles/cmTC_0fc67.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1LF6ck' - Building CXX object CMakeFiles/cmTC_0fc67.dir/src.cxx.o - /usr/bin/g++ -DHAVE_WNO_INTERFERENCE_SIZE -std=gnu++20 -fPIE -Wno-interference-size -o CMakeFiles/cmTC_0fc67.dir/src.cxx.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1LF6ck/src.cxx - Linking CXX executable cmTC_0fc67 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0fc67.dir/link.txt --verbose=1 - /usr/bin/g++ CMakeFiles/cmTC_0fc67.dir/src.cxx.o -o cmTC_0fc67 -latomic - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1LF6ck' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - - "external/openal/CMakeLists.txt:306 (check_c_compiler_flag)" - checks: - - "Performing Test HAVE_FTRIVIAL_AUTO_VAR_INIT" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-a8xNB0" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-a8xNB0" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_FTRIVIAL_AUTO_VAR_INIT" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-a8xNB0' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_cbc72/fast - /usr/bin/make -f CMakeFiles/cmTC_cbc72.dir/build.make CMakeFiles/cmTC_cbc72.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-a8xNB0' - Building C object CMakeFiles/cmTC_cbc72.dir/src.c.o - /usr/bin/gcc -DHAVE_FTRIVIAL_AUTO_VAR_INIT -fPIE -ftrivial-auto-var-init=pattern -o CMakeFiles/cmTC_cbc72.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-a8xNB0/src.c - Linking C executable cmTC_cbc72 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cbc72.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_cbc72.dir/src.c.o -o cmTC_cbc72 -latomic - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-a8xNB0' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - - "external/openal/CMakeLists.txt:311 (check_c_compiler_flag)" - checks: - - "Performing Test HAVE_FNO_MATH_ERRNO" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TPBK3b" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TPBK3b" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_FNO_MATH_ERRNO" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TPBK3b' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8c58a/fast - /usr/bin/make -f CMakeFiles/cmTC_8c58a.dir/build.make CMakeFiles/cmTC_8c58a.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TPBK3b' - Building C object CMakeFiles/cmTC_8c58a.dir/src.c.o - /usr/bin/gcc -DHAVE_FNO_MATH_ERRNO -fPIE -fno-math-errno -o CMakeFiles/cmTC_8c58a.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TPBK3b/src.c - Linking C executable cmTC_8c58a - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8c58a.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_8c58a.dir/src.c.o -o cmTC_8c58a -latomic - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TPBK3b' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - - "external/openal/CMakeLists.txt:397 (check_c_compiler_flag)" - checks: - - "Performing Test HAVE_MSSE2_SWITCH" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NKg5Xi" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NKg5Xi" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_MSSE2_SWITCH" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NKg5Xi' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_08f57/fast - /usr/bin/make -f CMakeFiles/cmTC_08f57.dir/build.make CMakeFiles/cmTC_08f57.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NKg5Xi' - Building C object CMakeFiles/cmTC_08f57.dir/src.c.o - /usr/bin/gcc -DHAVE_MSSE2_SWITCH -Werror -fPIE -msse2 -o CMakeFiles/cmTC_08f57.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NKg5Xi/src.c - Linking C executable cmTC_08f57 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_08f57.dir/link.txt --verbose=1 - /usr/bin/gcc -Werror CMakeFiles/cmTC_08f57.dir/src.c.o -o cmTC_08f57 -latomic - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NKg5Xi' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/openal/CMakeLists.txt:405 (check_include_file)" - checks: - - "Looking for xmmintrin.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GAb1h3" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GAb1h3" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_XMMINTRIN_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GAb1h3' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_38287/fast - /usr/bin/make -f CMakeFiles/cmTC_38287.dir/build.make CMakeFiles/cmTC_38287.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GAb1h3' - Building C object CMakeFiles/cmTC_38287.dir/CheckIncludeFile.c.o - /usr/bin/gcc -fPIE -o CMakeFiles/cmTC_38287.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GAb1h3/CheckIncludeFile.c - Linking C executable cmTC_38287 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_38287.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_38287.dir/CheckIncludeFile.c.o -o cmTC_38287 -latomic - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GAb1h3' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/openal/CMakeLists.txt:406 (check_include_file)" - checks: - - "Looking for emmintrin.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pJAcAK" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pJAcAK" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_EMMINTRIN_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pJAcAK' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0c3dc/fast - /usr/bin/make -f CMakeFiles/cmTC_0c3dc.dir/build.make CMakeFiles/cmTC_0c3dc.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pJAcAK' - Building C object CMakeFiles/cmTC_0c3dc.dir/CheckIncludeFile.c.o - /usr/bin/gcc -fPIE -o CMakeFiles/cmTC_0c3dc.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pJAcAK/CheckIncludeFile.c - Linking C executable cmTC_0c3dc - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0c3dc.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_0c3dc.dir/CheckIncludeFile.c.o -o cmTC_0c3dc -latomic - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-pJAcAK' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/openal/CMakeLists.txt:407 (check_include_file)" - checks: - - "Looking for pmmintrin.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cwFztR" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cwFztR" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_PMMINTRIN_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cwFztR' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_12a9e/fast - /usr/bin/make -f CMakeFiles/cmTC_12a9e.dir/build.make CMakeFiles/cmTC_12a9e.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cwFztR' - Building C object CMakeFiles/cmTC_12a9e.dir/CheckIncludeFile.c.o - /usr/bin/gcc -fPIE -o CMakeFiles/cmTC_12a9e.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cwFztR/CheckIncludeFile.c - Linking C executable cmTC_12a9e - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_12a9e.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_12a9e.dir/CheckIncludeFile.c.o -o cmTC_12a9e -latomic - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cwFztR' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/openal/CMakeLists.txt:408 (check_include_file)" - checks: - - "Looking for smmintrin.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cbLd24" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cbLd24" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SMMINTRIN_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cbLd24' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_dbea2/fast - /usr/bin/make -f CMakeFiles/cmTC_dbea2.dir/build.make CMakeFiles/cmTC_dbea2.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cbLd24' - Building C object CMakeFiles/cmTC_dbea2.dir/CheckIncludeFile.c.o - /usr/bin/gcc -fPIE -o CMakeFiles/cmTC_dbea2.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cbLd24/CheckIncludeFile.c - Linking C executable cmTC_dbea2 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dbea2.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_dbea2.dir/CheckIncludeFile.c.o -o cmTC_dbea2 -latomic - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-cbLd24' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/openal/CMakeLists.txt:409 (check_include_file)" - checks: - - "Looking for arm_neon.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mFynva" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mFynva" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_ARM_NEON_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mFynva' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_85501/fast - /usr/bin/make -f CMakeFiles/cmTC_85501.dir/build.make CMakeFiles/cmTC_85501.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mFynva' - Building C object CMakeFiles/cmTC_85501.dir/CheckIncludeFile.c.o - /usr/bin/gcc -fPIE -o CMakeFiles/cmTC_85501.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mFynva/CheckIncludeFile.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mFynva/CheckIncludeFile.c:1:10: fatal error: arm_neon.h: No such file or directory - 1 | #include - | ^~~~~~~~~~~~ - compilation terminated. - make[1]: *** [CMakeFiles/cmTC_85501.dir/build.make:81: CMakeFiles/cmTC_85501.dir/CheckIncludeFile.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mFynva' - make: *** [Makefile:134: cmTC_85501/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/openal/CMakeLists.txt:509 (check_c_source_compiles)" - checks: - - "Performing Test HAVE_SSE_INTRINSICS" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2RD2qn" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2RD2qn" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SSE_INTRINSICS" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2RD2qn' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_eb688/fast - /usr/bin/make -f CMakeFiles/cmTC_eb688.dir/build.make CMakeFiles/cmTC_eb688.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2RD2qn' - Building C object CMakeFiles/cmTC_eb688.dir/src.c.o - /usr/bin/gcc -DHAVE_SSE_INTRINSICS -fPIE -o CMakeFiles/cmTC_eb688.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2RD2qn/src.c - Linking C executable cmTC_eb688 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eb688.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_eb688.dir/src.c.o -o cmTC_eb688 -latomic - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2RD2qn' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/openal/CMakeLists.txt:516 (check_include_file)" - checks: - - "Looking for cpuid.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7oYnO4" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7oYnO4" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_CPUID_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7oYnO4' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_180d5/fast - /usr/bin/make -f CMakeFiles/cmTC_180d5.dir/build.make CMakeFiles/cmTC_180d5.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7oYnO4' - Building C object CMakeFiles/cmTC_180d5.dir/CheckIncludeFile.c.o - /usr/bin/gcc -fPIE -o CMakeFiles/cmTC_180d5.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7oYnO4/CheckIncludeFile.c - Linking C executable cmTC_180d5 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_180d5.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_180d5.dir/CheckIncludeFile.c.o -o cmTC_180d5 -latomic - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7oYnO4' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/openal/CMakeLists.txt:517 (check_include_file)" - checks: - - "Looking for intrin.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LnSd7m" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LnSd7m" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_INTRIN_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LnSd7m' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7de1c/fast - /usr/bin/make -f CMakeFiles/cmTC_7de1c.dir/build.make CMakeFiles/cmTC_7de1c.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LnSd7m' - Building C object CMakeFiles/cmTC_7de1c.dir/CheckIncludeFile.c.o - /usr/bin/gcc -fPIE -o CMakeFiles/cmTC_7de1c.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LnSd7m/CheckIncludeFile.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LnSd7m/CheckIncludeFile.c:1:10: fatal error: intrin.h: No such file or directory - 1 | #include - | ^~~~~~~~~~ - compilation terminated. - make[1]: *** [CMakeFiles/cmTC_7de1c.dir/build.make:81: CMakeFiles/cmTC_7de1c.dir/CheckIncludeFile.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LnSd7m' - make: *** [Makefile:134: cmTC_7de1c/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/openal/CMakeLists.txt:518 (check_include_file)" - checks: - - "Looking for guiddef.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BSFb8Z" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BSFb8Z" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_GUIDDEF_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BSFb8Z' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_93bc5/fast - /usr/bin/make -f CMakeFiles/cmTC_93bc5.dir/build.make CMakeFiles/cmTC_93bc5.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BSFb8Z' - Building C object CMakeFiles/cmTC_93bc5.dir/CheckIncludeFile.c.o - /usr/bin/gcc -fPIE -o CMakeFiles/cmTC_93bc5.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BSFb8Z/CheckIncludeFile.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BSFb8Z/CheckIncludeFile.c:1:10: fatal error: guiddef.h: No such file or directory - 1 | #include - | ^~~~~~~~~~~ - compilation terminated. - make[1]: *** [CMakeFiles/cmTC_93bc5.dir/build.make:81: CMakeFiles/cmTC_93bc5.dir/CheckIncludeFile.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-BSFb8Z' - make: *** [Makefile:134: cmTC_93bc5/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckLibraryExists.cmake:112 (try_compile)" - - "external/openal/CMakeLists.txt:531 (check_library_exists)" - checks: - - "Looking for clock_gettime in rt" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jmE83Z" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jmE83Z" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_LIBRT" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jmE83Z' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_37a8c/fast - /usr/bin/make -f CMakeFiles/cmTC_37a8c.dir/build.make CMakeFiles/cmTC_37a8c.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jmE83Z' - Building C object CMakeFiles/cmTC_37a8c.dir/CheckFunctionExists.c.o - /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=clock_gettime -fPIE -o CMakeFiles/cmTC_37a8c.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jmE83Z/CheckFunctionExists.c - Linking C executable cmTC_37a8c - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_37a8c.dir/link.txt --verbose=1 - /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=clock_gettime CMakeFiles/cmTC_37a8c.dir/CheckFunctionExists.c.o -o cmTC_37a8c -lrt -latomic -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-jmE83Z' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/openal/CMakeLists.txt:538 (check_include_file)" - checks: - - "Looking for dlfcn.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-InEyuz" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-InEyuz" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_DLFCN_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-InEyuz' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0d5e4/fast - /usr/bin/make -f CMakeFiles/cmTC_0d5e4.dir/build.make CMakeFiles/cmTC_0d5e4.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-InEyuz' - Building C object CMakeFiles/cmTC_0d5e4.dir/CheckIncludeFile.c.o - /usr/bin/gcc -fPIE -o CMakeFiles/cmTC_0d5e4.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-InEyuz/CheckIncludeFile.c - Linking C executable cmTC_0d5e4 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0d5e4.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_0d5e4.dir/CheckIncludeFile.c.o -o cmTC_0d5e4 -latomic -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-InEyuz' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckLibraryExists.cmake:112 (try_compile)" - - "external/openal/CMakeLists.txt:539 (check_library_exists)" - checks: - - "Looking for dlopen in dl" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dw8O9C" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dw8O9C" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_LIBDL" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dw8O9C' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ba932/fast - /usr/bin/make -f CMakeFiles/cmTC_ba932.dir/build.make CMakeFiles/cmTC_ba932.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dw8O9C' - Building C object CMakeFiles/cmTC_ba932.dir/CheckFunctionExists.c.o - /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=dlopen -fPIE -o CMakeFiles/cmTC_ba932.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dw8O9C/CheckFunctionExists.c - Linking C executable cmTC_ba932 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ba932.dir/link.txt --verbose=1 - /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=dlopen CMakeFiles/cmTC_ba932.dir/CheckFunctionExists.c.o -o cmTC_ba932 -ldl -latomic -lm - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dw8O9C' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/openal/CMakeLists.txt:548 (check_c_source_compiles)" - checks: - - "Performing Test HAVE_GCC_GET_CPUID" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5T9RpB" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5T9RpB" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_GCC_GET_CPUID" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5T9RpB' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_75b6b/fast - /usr/bin/make -f CMakeFiles/cmTC_75b6b.dir/build.make CMakeFiles/cmTC_75b6b.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5T9RpB' - Building C object CMakeFiles/cmTC_75b6b.dir/src.c.o - /usr/bin/gcc -DHAVE_GCC_GET_CPUID -fPIE -o CMakeFiles/cmTC_75b6b.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5T9RpB/src.c - Linking C executable cmTC_75b6b - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_75b6b.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_75b6b.dir/src.c.o -o cmTC_75b6b -latomic -lm -ldl - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5T9RpB' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/openal/CMakeLists.txt:565 (check_symbol_exists)" - checks: - - "Looking for proc_pidpath" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uEKxgV" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uEKxgV" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_PROC_PIDPATH" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uEKxgV' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8c39c/fast - /usr/bin/make -f CMakeFiles/cmTC_8c39c.dir/build.make CMakeFiles/cmTC_8c39c.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uEKxgV' - Building C object CMakeFiles/cmTC_8c39c.dir/CheckSymbolExists.c.o - /usr/bin/gcc -fPIE -o CMakeFiles/cmTC_8c39c.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uEKxgV/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uEKxgV/CheckSymbolExists.c:2:10: fatal error: libproc.h: No such file or directory - 2 | #include - | ^~~~~~~~~~~ - compilation terminated. - make[1]: *** [CMakeFiles/cmTC_8c39c.dir/build.make:81: CMakeFiles/cmTC_8c39c.dir/CheckSymbolExists.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uEKxgV' - make: *** [Makefile:134: cmTC_8c39c/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake:18 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake:56 (cmake_check_compiler_flag)" - - "external/openal/CMakeLists.txt:575 (check_c_compiler_flag)" - checks: - - "Performing Test HAVE_PTHREAD" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VDFbhJ" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VDFbhJ" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_PTHREAD" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VDFbhJ' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_28ac3/fast - /usr/bin/make -f CMakeFiles/cmTC_28ac3.dir/build.make CMakeFiles/cmTC_28ac3.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VDFbhJ' - Building C object CMakeFiles/cmTC_28ac3.dir/src.c.o - /usr/bin/gcc -DHAVE_PTHREAD -fPIE -pthread -o CMakeFiles/cmTC_28ac3.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VDFbhJ/src.c - Linking C executable cmTC_28ac3 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_28ac3.dir/link.txt --verbose=1 - /usr/bin/gcc CMakeFiles/cmTC_28ac3.dir/src.c.o -o cmTC_28ac3 -latomic -lm -ldl - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VDFbhJ' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/openal/CMakeLists.txt:582 (check_symbol_exists)" - checks: - - "Looking for pthread_setschedparam" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gYDuzl" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gYDuzl" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_PTHREAD_SETSCHEDPARAM" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gYDuzl' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7b585/fast - /usr/bin/make -f CMakeFiles/cmTC_7b585.dir/build.make CMakeFiles/cmTC_7b585.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gYDuzl' - Building C object CMakeFiles/cmTC_7b585.dir/CheckSymbolExists.c.o - /usr/bin/gcc -pthread -fPIE -o CMakeFiles/cmTC_7b585.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gYDuzl/CheckSymbolExists.c - Linking C executable cmTC_7b585 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7b585.dir/link.txt --verbose=1 - /usr/bin/gcc -pthread CMakeFiles/cmTC_7b585.dir/CheckSymbolExists.c.o -o cmTC_7b585 -latomic -lm -ldl - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gYDuzl' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/FindThreads.cmake:97 (check_c_source_compiles)" - - "/usr/share/cmake/Modules/FindThreads.cmake:163 (_threads_check_libc)" - - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" - - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" - - "/usr/lib/cmake/Qt6/Qt6Dependencies.cmake:34 (_qt_internal_find_third_party_dependencies)" - - "/usr/lib/cmake/Qt6/Qt6Config.cmake:172 (include)" - - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" - - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:20 (find_dependency)" - - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:53 (include)" - - "external/openal/CMakeLists.txt:1324 (find_package)" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-weSC9K" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-weSC9K" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake;/usr/lib/cmake/Qt6;/usr/lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules;/usr/lib/cmake/Qt6/3rdparty/kwin" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "CMAKE_HAVE_LIBC_PTHREAD" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-weSC9K' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_895f7/fast - /usr/bin/make -f CMakeFiles/cmTC_895f7.dir/build.make CMakeFiles/cmTC_895f7.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-weSC9K' - Building C object CMakeFiles/cmTC_895f7.dir/src.c.o - /usr/bin/gcc -DCMAKE_HAVE_LIBC_PTHREAD -pthread -fPIE -o CMakeFiles/cmTC_895f7.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-weSC9K/src.c - Linking C executable cmTC_895f7 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_895f7.dir/link.txt --verbose=1 - /usr/bin/gcc -pthread CMakeFiles/cmTC_895f7.dir/src.c.o -o cmTC_895f7 -latomic -lm -ldl - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-weSC9K' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "/usr/lib/cmake/Qt6/FindWrapAtomic.cmake:36 (check_cxx_source_compiles)" - - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" - - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:36 (find_dependency)" - - "/usr/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake:35 (_qt_internal_find_third_party_dependencies)" - - "/usr/lib/cmake/Qt6Core/Qt6CoreConfig.cmake:55 (include)" - - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake:78 (find_package)" - - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:137 (find_dependency)" - - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake:45 (_qt_internal_find_qt_dependencies)" - - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake:53 (include)" - - "external/openal/CMakeLists.txt:1324 (find_package)" - checks: - - "Performing Test HAVE_STDATOMIC" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt3XKV" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt3XKV" - cmakeVariables: - CMAKE_CXX_FLAGS: "" - CMAKE_CXX_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/openal/cmake;/usr/lib/cmake/Qt6;/usr/lib/cmake/Qt6/3rdparty/extra-cmake-modules/find-modules;/usr/lib/cmake/Qt6/3rdparty/kwin" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_STDATOMIC" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt3XKV' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9a5dd/fast - /usr/bin/make -f CMakeFiles/cmTC_9a5dd.dir/build.make CMakeFiles/cmTC_9a5dd.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt3XKV' - Building CXX object CMakeFiles/cmTC_9a5dd.dir/src.cxx.o - /usr/bin/g++ -DHAVE_STDATOMIC -pthread -std=gnu++20 -fPIE -o CMakeFiles/cmTC_9a5dd.dir/src.cxx.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt3XKV/src.cxx - Linking CXX executable cmTC_9a5dd - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9a5dd.dir/link.txt --verbose=1 - /usr/bin/g++ -pthread CMakeFiles/cmTC_9a5dd.dir/src.cxx.o -o cmTC_9a5dd -latomic -lm -ldl - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt3XKV' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckLibraryExists.cmake:112 (try_compile)" - - "external/curl/CMakeLists.txt:631 (check_library_exists)" - checks: - - "Looking for connect in socket" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QPQltI" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QPQltI" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_LIBSOCKET" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QPQltI' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b6877/fast - /usr/bin/make -f CMakeFiles/cmTC_b6877.dir/build.make CMakeFiles/cmTC_b6877.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QPQltI' - Building C object CMakeFiles/cmTC_b6877.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -DCHECK_FUNCTION_EXISTS=connect -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_b6877.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QPQltI/CheckFunctionExists.c - Linking C executable cmTC_b6877 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b6877.dir/link.txt --verbose=1 - /usr/bin/ld: cannot find -lsocket: No such file or directory - collect2: error: ld returned 1 exit status - /usr/bin/gcc -DCHECK_FUNCTION_EXISTS=connect -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_b6877.dir/CheckFunctionExists.c.o -o cmTC_b6877 -lsocket - make[1]: *** [CMakeFiles/cmTC_b6877.dir/build.make:102: cmTC_b6877] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QPQltI' - make: *** [Makefile:134: cmTC_b6877/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckSourceCompiles.cmake:89 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckStructHasMember.cmake:85 (check_source_compiles)" - - "external/curl/CMakeLists.txt:644 (check_struct_has_member)" - checks: - - "Performing Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-b7rBIy" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-b7rBIy" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-b7rBIy' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f6af6/fast - /usr/bin/make -f CMakeFiles/cmTC_f6af6.dir/build.make CMakeFiles/cmTC_f6af6.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-b7rBIy' - Building C object CMakeFiles/cmTC_f6af6.dir/src.c.o - /usr/bin/gcc -DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID -D_GNU_SOURCE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_f6af6.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-b7rBIy/src.c - Linking C executable cmTC_f6af6 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f6af6.dir/link.txt --verbose=1 - /usr/bin/gcc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_f6af6.dir/src.c.o -o cmTC_f6af6 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-b7rBIy' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckSourceCompiles.cmake:89 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckStructHasMember.cmake:85 (check_source_compiles)" - - "external/curl/CMakeLists.txt:645 (check_struct_has_member)" - checks: - - "Performing Test HAVE_SOCKADDR_IN6_SIN6_ADDR" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2LlELx" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2LlELx" - cmakeVariables: - CMAKE_C_FLAGS: "" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SOCKADDR_IN6_SIN6_ADDR" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2LlELx' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_eb511/fast - /usr/bin/make -f CMakeFiles/cmTC_eb511.dir/build.make CMakeFiles/cmTC_eb511.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2LlELx' - Building C object CMakeFiles/cmTC_eb511.dir/src.c.o - /usr/bin/gcc -DHAVE_SOCKADDR_IN6_SIN6_ADDR -D_GNU_SOURCE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_eb511.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2LlELx/src.c - Linking C executable cmTC_eb511 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eb511.dir/link.txt --verbose=1 - /usr/bin/gcc -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_eb511.dir/src.c.o -o cmTC_eb511 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-2LlELx' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckSourceCompiles.cmake:89 (cmake_check_source_compiles)" - - "/usr/share/cmake/Modules/CheckStructHasMember.cmake:85 (check_source_compiles)" - - "external/curl/CMakeLists.txt:1541 (check_struct_has_member)" - checks: - - "Performing Test USE_UNIX_SOCKETS" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SlswsA" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SlswsA" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "USE_UNIX_SOCKETS" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SlswsA' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_188d3/fast - /usr/bin/make -f CMakeFiles/cmTC_188d3.dir/build.make CMakeFiles/cmTC_188d3.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SlswsA' - Building C object CMakeFiles/cmTC_188d3.dir/src.c.o - /usr/bin/gcc -DUSE_UNIX_SOCKETS -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_188d3.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SlswsA/src.c - Linking C executable cmTC_188d3 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_188d3.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_188d3.dir/src.c.o -o cmTC_188d3 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-SlswsA' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1657 (check_include_file)" - checks: - - "Looking for sys/eventfd.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9ZB1uo" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9ZB1uo" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SYS_EVENTFD_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9ZB1uo' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_06443/fast - /usr/bin/make -f CMakeFiles/cmTC_06443.dir/build.make CMakeFiles/cmTC_06443.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9ZB1uo' - Building C object CMakeFiles/cmTC_06443.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_06443.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9ZB1uo/CheckIncludeFile.c - Linking C executable cmTC_06443 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_06443.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_06443.dir/CheckIncludeFile.c.o -o cmTC_06443 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9ZB1uo' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1658 (check_include_file)" - checks: - - "Looking for sys/filio.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZtxBj" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZtxBj" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SYS_FILIO_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZtxBj' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a9af5/fast - /usr/bin/make -f CMakeFiles/cmTC_a9af5.dir/build.make CMakeFiles/cmTC_a9af5.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZtxBj' - Building C object CMakeFiles/cmTC_a9af5.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_a9af5.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZtxBj/CheckIncludeFile.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZtxBj/CheckIncludeFile.c:1:10: fatal error: sys/filio.h: No such file or directory - 1 | #include - | ^~~~~~~~~~~~~ - compilation terminated. - make[1]: *** [CMakeFiles/cmTC_a9af5.dir/build.make:81: CMakeFiles/cmTC_a9af5.dir/CheckIncludeFile.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-qZtxBj' - make: *** [Makefile:134: cmTC_a9af5/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1659 (check_include_file)" - checks: - - "Looking for sys/ioctl.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kHNyyb" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kHNyyb" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SYS_IOCTL_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kHNyyb' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_cc708/fast - /usr/bin/make -f CMakeFiles/cmTC_cc708.dir/build.make CMakeFiles/cmTC_cc708.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kHNyyb' - Building C object CMakeFiles/cmTC_cc708.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_cc708.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kHNyyb/CheckIncludeFile.c - Linking C executable cmTC_cc708 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cc708.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_cc708.dir/CheckIncludeFile.c.o -o cmTC_cc708 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-kHNyyb' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1660 (check_include_file)" - checks: - - "Looking for sys/param.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TiCcZ3" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TiCcZ3" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SYS_PARAM_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TiCcZ3' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_cf898/fast - /usr/bin/make -f CMakeFiles/cmTC_cf898.dir/build.make CMakeFiles/cmTC_cf898.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TiCcZ3' - Building C object CMakeFiles/cmTC_cf898.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_cf898.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TiCcZ3/CheckIncludeFile.c - Linking C executable cmTC_cf898 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cf898.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_cf898.dir/CheckIncludeFile.c.o -o cmTC_cf898 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-TiCcZ3' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1661 (check_include_file)" - checks: - - "Looking for sys/poll.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QNQ4qh" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QNQ4qh" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SYS_POLL_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QNQ4qh' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f3ac3/fast - /usr/bin/make -f CMakeFiles/cmTC_f3ac3.dir/build.make CMakeFiles/cmTC_f3ac3.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QNQ4qh' - Building C object CMakeFiles/cmTC_f3ac3.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_f3ac3.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QNQ4qh/CheckIncludeFile.c - Linking C executable cmTC_f3ac3 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f3ac3.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_f3ac3.dir/CheckIncludeFile.c.o -o cmTC_f3ac3 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QNQ4qh' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1662 (check_include_file)" - checks: - - "Looking for sys/resource.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tVNbOm" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tVNbOm" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SYS_RESOURCE_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tVNbOm' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b69f7/fast - /usr/bin/make -f CMakeFiles/cmTC_b69f7.dir/build.make CMakeFiles/cmTC_b69f7.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tVNbOm' - Building C object CMakeFiles/cmTC_b69f7.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_b69f7.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tVNbOm/CheckIncludeFile.c - Linking C executable cmTC_b69f7 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b69f7.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_b69f7.dir/CheckIncludeFile.c.o -o cmTC_b69f7 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-tVNbOm' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" - - "external/curl/CMake/Macros.cmake:31 (check_include_files)" - - "external/curl/CMakeLists.txt:1663 (check_include_file_concat_curl)" - checks: - - "Looking for include file sys/select.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RSOtxc" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RSOtxc" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SYS_SELECT_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RSOtxc' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3b923/fast - /usr/bin/make -f CMakeFiles/cmTC_3b923.dir/build.make CMakeFiles/cmTC_3b923.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RSOtxc' - Building C object CMakeFiles/cmTC_3b923.dir/HAVE_SYS_SELECT_H.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_3b923.dir/HAVE_SYS_SELECT_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RSOtxc/HAVE_SYS_SELECT_H.c - Linking C executable cmTC_3b923 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3b923.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_3b923.dir/HAVE_SYS_SELECT_H.c.o -o cmTC_3b923 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RSOtxc' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" - - "external/curl/CMake/Macros.cmake:31 (check_include_files)" - - "external/curl/CMakeLists.txt:1664 (check_include_file_concat_curl)" - checks: - - "Looking for include files sys/select.h, sys/socket.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Gz6fZi" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Gz6fZi" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SYS_SOCKET_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Gz6fZi' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a98a2/fast - /usr/bin/make -f CMakeFiles/cmTC_a98a2.dir/build.make CMakeFiles/cmTC_a98a2.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Gz6fZi' - Building C object CMakeFiles/cmTC_a98a2.dir/HAVE_SYS_SOCKET_H.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_a98a2.dir/HAVE_SYS_SOCKET_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Gz6fZi/HAVE_SYS_SOCKET_H.c - Linking C executable cmTC_a98a2 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a98a2.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_a98a2.dir/HAVE_SYS_SOCKET_H.c.o -o cmTC_a98a2 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Gz6fZi' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1665 (check_include_file)" - checks: - - "Looking for sys/sockio.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mNq19M" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mNq19M" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SYS_SOCKIO_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mNq19M' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5ed5e/fast - /usr/bin/make -f CMakeFiles/cmTC_5ed5e.dir/build.make CMakeFiles/cmTC_5ed5e.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mNq19M' - Building C object CMakeFiles/cmTC_5ed5e.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_5ed5e.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mNq19M/CheckIncludeFile.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mNq19M/CheckIncludeFile.c:1:10: fatal error: sys/sockio.h: No such file or directory - 1 | #include - | ^~~~~~~~~~~~~~ - compilation terminated. - make[1]: *** [CMakeFiles/cmTC_5ed5e.dir/build.make:81: CMakeFiles/cmTC_5ed5e.dir/CheckIncludeFile.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mNq19M' - make: *** [Makefile:134: cmTC_5ed5e/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1666 (check_include_file)" - checks: - - "Looking for sys/stat.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FVwiw9" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FVwiw9" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SYS_STAT_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FVwiw9' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_03731/fast - /usr/bin/make -f CMakeFiles/cmTC_03731.dir/build.make CMakeFiles/cmTC_03731.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FVwiw9' - Building C object CMakeFiles/cmTC_03731.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_03731.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FVwiw9/CheckIncludeFile.c - Linking C executable cmTC_03731 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_03731.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_03731.dir/CheckIncludeFile.c.o -o cmTC_03731 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FVwiw9' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" - - "external/curl/CMake/Macros.cmake:31 (check_include_files)" - - "external/curl/CMakeLists.txt:1667 (check_include_file_concat_curl)" - checks: - - "Looking for 3 include files sys/select.h, ..., sys/time.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ft8cpV" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ft8cpV" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SYS_TIME_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ft8cpV' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_45297/fast - /usr/bin/make -f CMakeFiles/cmTC_45297.dir/build.make CMakeFiles/cmTC_45297.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ft8cpV' - Building C object CMakeFiles/cmTC_45297.dir/HAVE_SYS_TIME_H.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_45297.dir/HAVE_SYS_TIME_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ft8cpV/HAVE_SYS_TIME_H.c - Linking C executable cmTC_45297 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_45297.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_45297.dir/HAVE_SYS_TIME_H.c.o -o cmTC_45297 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ft8cpV' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1669 (check_include_file)" - checks: - - "Looking for sys/un.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3QM32p" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3QM32p" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SYS_UN_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3QM32p' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c14c0/fast - /usr/bin/make -f CMakeFiles/cmTC_c14c0.dir/build.make CMakeFiles/cmTC_c14c0.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3QM32p' - Building C object CMakeFiles/cmTC_c14c0.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_c14c0.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3QM32p/CheckIncludeFile.c - Linking C executable cmTC_c14c0 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c14c0.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_c14c0.dir/CheckIncludeFile.c.o -o cmTC_c14c0 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-3QM32p' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" - - "external/curl/CMake/Macros.cmake:31 (check_include_files)" - - "external/curl/CMakeLists.txt:1670 (check_include_file_concat_curl)" - checks: - - "Looking for 5 include files sys/select.h, ..., sys/utime.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-O9Pzzk" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-O9Pzzk" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SYS_UTIME_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-O9Pzzk' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1ede1/fast - /usr/bin/make -f CMakeFiles/cmTC_1ede1.dir/build.make CMakeFiles/cmTC_1ede1.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-O9Pzzk' - Building C object CMakeFiles/cmTC_1ede1.dir/HAVE_SYS_UTIME_H.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_1ede1.dir/HAVE_SYS_UTIME_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-O9Pzzk/HAVE_SYS_UTIME_H.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-O9Pzzk/HAVE_SYS_UTIME_H.c:6:10: fatal error: sys/utime.h: No such file or directory - 6 | #include - | ^~~~~~~~~~~~~ - compilation terminated. - make[1]: *** [CMakeFiles/cmTC_1ede1.dir/build.make:81: CMakeFiles/cmTC_1ede1.dir/HAVE_SYS_UTIME_H.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-O9Pzzk' - make: *** [Makefile:134: cmTC_1ede1/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" - - "external/curl/CMake/Macros.cmake:31 (check_include_files)" - - "external/curl/CMakeLists.txt:1672 (check_include_file_concat_curl)" - checks: - - "Looking for 5 include files sys/select.h, ..., arpa/inet.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9kCjw6" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9kCjw6" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_ARPA_INET_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9kCjw6' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_83da6/fast - /usr/bin/make -f CMakeFiles/cmTC_83da6.dir/build.make CMakeFiles/cmTC_83da6.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9kCjw6' - Building C object CMakeFiles/cmTC_83da6.dir/HAVE_ARPA_INET_H.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_83da6.dir/HAVE_ARPA_INET_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9kCjw6/HAVE_ARPA_INET_H.c - Linking C executable cmTC_83da6 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_83da6.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_83da6.dir/HAVE_ARPA_INET_H.c.o -o cmTC_83da6 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9kCjw6' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1673 (check_include_file)" - checks: - - "Looking for dirent.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-36nc6X" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-36nc6X" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_DIRENT_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-36nc6X' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b3161/fast - /usr/bin/make -f CMakeFiles/cmTC_b3161.dir/build.make CMakeFiles/cmTC_b3161.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-36nc6X' - Building C object CMakeFiles/cmTC_b3161.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_b3161.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-36nc6X/CheckIncludeFile.c - Linking C executable cmTC_b3161 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b3161.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_b3161.dir/CheckIncludeFile.c.o -o cmTC_b3161 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-36nc6X' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1674 (check_include_file)" - checks: - - "Looking for fcntl.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1wC33T" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1wC33T" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_FCNTL_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1wC33T' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_26d1b/fast - /usr/bin/make -f CMakeFiles/cmTC_26d1b.dir/build.make CMakeFiles/cmTC_26d1b.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1wC33T' - Building C object CMakeFiles/cmTC_26d1b.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_26d1b.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1wC33T/CheckIncludeFile.c - Linking C executable cmTC_26d1b - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_26d1b.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_26d1b.dir/CheckIncludeFile.c.o -o cmTC_26d1b - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1wC33T' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" - - "external/curl/CMake/Macros.cmake:31 (check_include_files)" - - "external/curl/CMakeLists.txt:1675 (check_include_file_concat_curl)" - checks: - - "Looking for 6 include files sys/select.h, ..., ifaddrs.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oP94w7" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oP94w7" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_IFADDRS_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oP94w7' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7cc46/fast - /usr/bin/make -f CMakeFiles/cmTC_7cc46.dir/build.make CMakeFiles/cmTC_7cc46.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oP94w7' - Building C object CMakeFiles/cmTC_7cc46.dir/HAVE_IFADDRS_H.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_7cc46.dir/HAVE_IFADDRS_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oP94w7/HAVE_IFADDRS_H.c - Linking C executable cmTC_7cc46 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7cc46.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_7cc46.dir/HAVE_IFADDRS_H.c.o -o cmTC_7cc46 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-oP94w7' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1676 (check_include_file)" - checks: - - "Looking for io.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7D21uZ" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7D21uZ" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_IO_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7D21uZ' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_20208/fast - /usr/bin/make -f CMakeFiles/cmTC_20208.dir/build.make CMakeFiles/cmTC_20208.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7D21uZ' - Building C object CMakeFiles/cmTC_20208.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_20208.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7D21uZ/CheckIncludeFile.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7D21uZ/CheckIncludeFile.c:1:10: fatal error: io.h: No such file or directory - 1 | #include - | ^~~~~~ - compilation terminated. - make[1]: *** [CMakeFiles/cmTC_20208.dir/build.make:81: CMakeFiles/cmTC_20208.dir/CheckIncludeFile.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-7D21uZ' - make: *** [Makefile:134: cmTC_20208/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" - - "external/curl/CMake/Macros.cmake:31 (check_include_files)" - - "external/curl/CMakeLists.txt:1677 (check_include_file_concat_curl)" - checks: - - "Looking for 7 include files sys/select.h, ..., libgen.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-V86oSn" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-V86oSn" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_LIBGEN_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-V86oSn' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_06a88/fast - /usr/bin/make -f CMakeFiles/cmTC_06a88.dir/build.make CMakeFiles/cmTC_06a88.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-V86oSn' - Building C object CMakeFiles/cmTC_06a88.dir/HAVE_LIBGEN_H.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_06a88.dir/HAVE_LIBGEN_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-V86oSn/HAVE_LIBGEN_H.c - Linking C executable cmTC_06a88 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_06a88.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_06a88.dir/HAVE_LIBGEN_H.c.o -o cmTC_06a88 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-V86oSn' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1678 (check_include_file)" - checks: - - "Looking for linux/tcp.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wLqAze" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wLqAze" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_LINUX_TCP_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wLqAze' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_6c889/fast - /usr/bin/make -f CMakeFiles/cmTC_6c889.dir/build.make CMakeFiles/cmTC_6c889.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wLqAze' - Building C object CMakeFiles/cmTC_6c889.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_6c889.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wLqAze/CheckIncludeFile.c - Linking C executable cmTC_6c889 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6c889.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_6c889.dir/CheckIncludeFile.c.o -o cmTC_6c889 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wLqAze' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1679 (check_include_file)" - checks: - - "Looking for locale.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-g1i5Mm" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-g1i5Mm" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_LOCALE_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-g1i5Mm' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f3aac/fast - /usr/bin/make -f CMakeFiles/cmTC_f3aac.dir/build.make CMakeFiles/cmTC_f3aac.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-g1i5Mm' - Building C object CMakeFiles/cmTC_f3aac.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_f3aac.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-g1i5Mm/CheckIncludeFile.c - Linking C executable cmTC_f3aac - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f3aac.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_f3aac.dir/CheckIncludeFile.c.o -o cmTC_f3aac - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-g1i5Mm' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" - - "external/curl/CMake/Macros.cmake:31 (check_include_files)" - - "external/curl/CMakeLists.txt:1680 (check_include_file_concat_curl)" - checks: - - "Looking for 8 include files sys/select.h, ..., net/if.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-n2GO3b" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-n2GO3b" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_NET_IF_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-n2GO3b' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9d6e8/fast - /usr/bin/make -f CMakeFiles/cmTC_9d6e8.dir/build.make CMakeFiles/cmTC_9d6e8.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-n2GO3b' - Building C object CMakeFiles/cmTC_9d6e8.dir/HAVE_NET_IF_H.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_9d6e8.dir/HAVE_NET_IF_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-n2GO3b/HAVE_NET_IF_H.c - Linking C executable cmTC_9d6e8 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9d6e8.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_9d6e8.dir/HAVE_NET_IF_H.c.o -o cmTC_9d6e8 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-n2GO3b' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" - - "external/curl/CMake/Macros.cmake:31 (check_include_files)" - - "external/curl/CMakeLists.txt:1681 (check_include_file_concat_curl)" - checks: - - "Looking for 9 include files sys/select.h, ..., netdb.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gZ0IUa" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gZ0IUa" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_NETDB_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gZ0IUa' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e6552/fast - /usr/bin/make -f CMakeFiles/cmTC_e6552.dir/build.make CMakeFiles/cmTC_e6552.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gZ0IUa' - Building C object CMakeFiles/cmTC_e6552.dir/HAVE_NETDB_H.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_e6552.dir/HAVE_NETDB_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gZ0IUa/HAVE_NETDB_H.c - Linking C executable cmTC_e6552 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e6552.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_e6552.dir/HAVE_NETDB_H.c.o -o cmTC_e6552 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gZ0IUa' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" - - "external/curl/CMake/Macros.cmake:31 (check_include_files)" - - "external/curl/CMakeLists.txt:1682 (check_include_file_concat_curl)" - checks: - - "Looking for 10 include files sys/select.h, ..., netinet/in.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5hAL8T" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5hAL8T" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_NETINET_IN_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5hAL8T' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_76761/fast - /usr/bin/make -f CMakeFiles/cmTC_76761.dir/build.make CMakeFiles/cmTC_76761.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5hAL8T' - Building C object CMakeFiles/cmTC_76761.dir/HAVE_NETINET_IN_H.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_76761.dir/HAVE_NETINET_IN_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5hAL8T/HAVE_NETINET_IN_H.c - Linking C executable cmTC_76761 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_76761.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_76761.dir/HAVE_NETINET_IN_H.c.o -o cmTC_76761 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-5hAL8T' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1683 (check_include_file)" - checks: - - "Looking for netinet/in6.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8vhKip" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8vhKip" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_NETINET_IN6_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8vhKip' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ee153/fast - /usr/bin/make -f CMakeFiles/cmTC_ee153.dir/build.make CMakeFiles/cmTC_ee153.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8vhKip' - Building C object CMakeFiles/cmTC_ee153.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_ee153.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8vhKip/CheckIncludeFile.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8vhKip/CheckIncludeFile.c:1:10: fatal error: netinet/in6.h: No such file or directory - 1 | #include - | ^~~~~~~~~~~~~~~ - compilation terminated. - make[1]: *** [CMakeFiles/cmTC_ee153.dir/build.make:81: CMakeFiles/cmTC_ee153.dir/CheckIncludeFile.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-8vhKip' - make: *** [Makefile:134: cmTC_ee153/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" - - "external/curl/CMake/Macros.cmake:31 (check_include_files)" - - "external/curl/CMakeLists.txt:1684 (check_include_file_concat_curl)" - checks: - - "Looking for 11 include files sys/select.h, ..., netinet/tcp.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eME336" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eME336" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_NETINET_TCP_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eME336' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_32dc6/fast - /usr/bin/make -f CMakeFiles/cmTC_32dc6.dir/build.make CMakeFiles/cmTC_32dc6.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eME336' - Building C object CMakeFiles/cmTC_32dc6.dir/HAVE_NETINET_TCP_H.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_32dc6.dir/HAVE_NETINET_TCP_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eME336/HAVE_NETINET_TCP_H.c - Linking C executable cmTC_32dc6 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_32dc6.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_32dc6.dir/HAVE_NETINET_TCP_H.c.o -o cmTC_32dc6 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eME336' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" - - "external/curl/CMake/Macros.cmake:31 (check_include_files)" - - "external/curl/CMakeLists.txt:1685 (check_include_file_concat_curl)" - checks: - - "Looking for 12 include files sys/select.h, ..., netinet/udp.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dFEXXY" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dFEXXY" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_NETINET_UDP_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dFEXXY' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_326d2/fast - /usr/bin/make -f CMakeFiles/cmTC_326d2.dir/build.make CMakeFiles/cmTC_326d2.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dFEXXY' - Building C object CMakeFiles/cmTC_326d2.dir/HAVE_NETINET_UDP_H.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_326d2.dir/HAVE_NETINET_UDP_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dFEXXY/HAVE_NETINET_UDP_H.c - Linking C executable cmTC_326d2 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_326d2.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_326d2.dir/HAVE_NETINET_UDP_H.c.o -o cmTC_326d2 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dFEXXY' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1686 (check_include_file)" - checks: - - "Looking for poll.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CBhRVF" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CBhRVF" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_POLL_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CBhRVF' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_dc704/fast - /usr/bin/make -f CMakeFiles/cmTC_dc704.dir/build.make CMakeFiles/cmTC_dc704.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CBhRVF' - Building C object CMakeFiles/cmTC_dc704.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_dc704.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CBhRVF/CheckIncludeFile.c - Linking C executable cmTC_dc704 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_dc704.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_dc704.dir/CheckIncludeFile.c.o -o cmTC_dc704 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CBhRVF' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1687 (check_include_file)" - checks: - - "Looking for pwd.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wEHPZ8" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wEHPZ8" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_PWD_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wEHPZ8' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c0a28/fast - /usr/bin/make -f CMakeFiles/cmTC_c0a28.dir/build.make CMakeFiles/cmTC_c0a28.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wEHPZ8' - Building C object CMakeFiles/cmTC_c0a28.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_c0a28.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wEHPZ8/CheckIncludeFile.c - Linking C executable cmTC_c0a28 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c0a28.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_c0a28.dir/CheckIncludeFile.c.o -o cmTC_c0a28 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-wEHPZ8' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1688 (check_include_file)" - checks: - - "Looking for stdatomic.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VCJiG8" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VCJiG8" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_STDATOMIC_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VCJiG8' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_4e41f/fast - /usr/bin/make -f CMakeFiles/cmTC_4e41f.dir/build.make CMakeFiles/cmTC_4e41f.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VCJiG8' - Building C object CMakeFiles/cmTC_4e41f.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_4e41f.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VCJiG8/CheckIncludeFile.c - Linking C executable cmTC_4e41f - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4e41f.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_4e41f.dir/CheckIncludeFile.c.o -o cmTC_4e41f - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-VCJiG8' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1689 (check_include_file)" - checks: - - "Looking for stdbool.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-syzPNZ" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-syzPNZ" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_STDBOOL_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-syzPNZ' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_70fbf/fast - /usr/bin/make -f CMakeFiles/cmTC_70fbf.dir/build.make CMakeFiles/cmTC_70fbf.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-syzPNZ' - Building C object CMakeFiles/cmTC_70fbf.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_70fbf.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-syzPNZ/CheckIncludeFile.c - Linking C executable cmTC_70fbf - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_70fbf.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_70fbf.dir/CheckIncludeFile.c.o -o cmTC_70fbf - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-syzPNZ' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1691 (check_include_file)" - checks: - - "Looking for strings.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y6l0QG" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y6l0QG" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_STRINGS_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y6l0QG' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b1f71/fast - /usr/bin/make -f CMakeFiles/cmTC_b1f71.dir/build.make CMakeFiles/cmTC_b1f71.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y6l0QG' - Building C object CMakeFiles/cmTC_b1f71.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_b1f71.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y6l0QG/CheckIncludeFile.c - Linking C executable cmTC_b1f71 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b1f71.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_b1f71.dir/CheckIncludeFile.c.o -o cmTC_b1f71 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Y6l0QG' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1692 (check_include_file)" - checks: - - "Looking for stropts.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e9jm4O" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e9jm4O" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_STROPTS_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e9jm4O' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_811de/fast - /usr/bin/make -f CMakeFiles/cmTC_811de.dir/build.make CMakeFiles/cmTC_811de.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e9jm4O' - Building C object CMakeFiles/cmTC_811de.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_811de.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e9jm4O/CheckIncludeFile.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e9jm4O/CheckIncludeFile.c:1:10: fatal error: stropts.h: No such file or directory - 1 | #include - | ^~~~~~~~~~~ - compilation terminated. - make[1]: *** [CMakeFiles/cmTC_811de.dir/build.make:81: CMakeFiles/cmTC_811de.dir/CheckIncludeFile.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e9jm4O' - make: *** [Makefile:134: cmTC_811de/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1693 (check_include_file)" - checks: - - "Looking for termio.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Dakr0I" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Dakr0I" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_TERMIO_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Dakr0I' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b6fae/fast - /usr/bin/make -f CMakeFiles/cmTC_b6fae.dir/build.make CMakeFiles/cmTC_b6fae.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Dakr0I' - Building C object CMakeFiles/cmTC_b6fae.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_b6fae.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Dakr0I/CheckIncludeFile.c - Linking C executable cmTC_b6fae - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b6fae.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_b6fae.dir/CheckIncludeFile.c.o -o cmTC_b6fae - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Dakr0I' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1694 (check_include_file)" - checks: - - "Looking for termios.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hLnKv9" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hLnKv9" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_TERMIOS_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hLnKv9' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ef1e3/fast - /usr/bin/make -f CMakeFiles/cmTC_ef1e3.dir/build.make CMakeFiles/cmTC_ef1e3.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hLnKv9' - Building C object CMakeFiles/cmTC_ef1e3.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_ef1e3.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hLnKv9/CheckIncludeFile.c - Linking C executable cmTC_ef1e3 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ef1e3.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_ef1e3.dir/CheckIncludeFile.c.o -o cmTC_ef1e3 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-hLnKv9' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake:141 (try_compile)" - - "external/curl/CMake/Macros.cmake:31 (check_include_files)" - - "external/curl/CMakeLists.txt:1695 (check_include_file_concat_curl)" - checks: - - "Looking for 13 include files sys/select.h, ..., unistd.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uQbytv" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uQbytv" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_UNISTD_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uQbytv' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_75411/fast - /usr/bin/make -f CMakeFiles/cmTC_75411.dir/build.make CMakeFiles/cmTC_75411.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uQbytv' - Building C object CMakeFiles/cmTC_75411.dir/HAVE_UNISTD_H.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_75411.dir/HAVE_UNISTD_H.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uQbytv/HAVE_UNISTD_H.c - Linking C executable cmTC_75411 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_75411.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_75411.dir/HAVE_UNISTD_H.c.o -o cmTC_75411 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uQbytv' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckIncludeFile.cmake:99 (try_compile)" - - "external/curl/CMakeLists.txt:1696 (check_include_file)" - checks: - - "Looking for utime.h" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-H6z6KM" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-H6z6KM" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_UTIME_H" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-H6z6KM' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ed1ec/fast - /usr/bin/make -f CMakeFiles/cmTC_ed1ec.dir/build.make CMakeFiles/cmTC_ed1ec.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-H6z6KM' - Building C object CMakeFiles/cmTC_ed1ec.dir/CheckIncludeFile.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_ed1ec.dir/CheckIncludeFile.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-H6z6KM/CheckIncludeFile.c - Linking C executable cmTC_ed1ec - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ed1ec.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_ed1ec.dir/CheckIncludeFile.c.o -o cmTC_ed1ec - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-H6z6KM' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/curl/CMakeLists.txt:1718 (check_type_size)" - checks: - - "Check size of size_t" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e8Esfm" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e8Esfm" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SIZEOF_SIZE_T" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e8Esfm' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_26a9c/fast - /usr/bin/make -f CMakeFiles/cmTC_26a9c.dir/build.make CMakeFiles/cmTC_26a9c.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e8Esfm' - Building C object CMakeFiles/cmTC_26a9c.dir/SIZEOF_SIZE_T.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_26a9c.dir/SIZEOF_SIZE_T.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e8Esfm/SIZEOF_SIZE_T.c - Linking C executable cmTC_26a9c - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_26a9c.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_26a9c.dir/SIZEOF_SIZE_T.c.o -o cmTC_26a9c - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-e8Esfm' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/curl/CMakeLists.txt:1719 (check_type_size)" - checks: - - "Check size of ssize_t" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JiSA19" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JiSA19" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SIZEOF_SSIZE_T" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JiSA19' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1f599/fast - /usr/bin/make -f CMakeFiles/cmTC_1f599.dir/build.make CMakeFiles/cmTC_1f599.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JiSA19' - Building C object CMakeFiles/cmTC_1f599.dir/SIZEOF_SSIZE_T.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_1f599.dir/SIZEOF_SSIZE_T.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JiSA19/SIZEOF_SSIZE_T.c - Linking C executable cmTC_1f599 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1f599.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_1f599.dir/SIZEOF_SSIZE_T.c.o -o cmTC_1f599 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JiSA19' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/curl/CMakeLists.txt:1720 (check_type_size)" - checks: - - "Check size of long long" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cx4OZL" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cx4OZL" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SIZEOF_LONG_LONG" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cx4OZL' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9d92e/fast - /usr/bin/make -f CMakeFiles/cmTC_9d92e.dir/build.make CMakeFiles/cmTC_9d92e.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cx4OZL' - Building C object CMakeFiles/cmTC_9d92e.dir/SIZEOF_LONG_LONG.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_9d92e.dir/SIZEOF_LONG_LONG.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cx4OZL/SIZEOF_LONG_LONG.c - Linking C executable cmTC_9d92e - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9d92e.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_9d92e.dir/SIZEOF_LONG_LONG.c.o -o cmTC_9d92e - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Cx4OZL' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/curl/CMakeLists.txt:1721 (check_type_size)" - checks: - - "Check size of long" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eth8fk" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eth8fk" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SIZEOF_LONG" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eth8fk' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e2ec5/fast - /usr/bin/make -f CMakeFiles/cmTC_e2ec5.dir/build.make CMakeFiles/cmTC_e2ec5.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eth8fk' - Building C object CMakeFiles/cmTC_e2ec5.dir/SIZEOF_LONG.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_e2ec5.dir/SIZEOF_LONG.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eth8fk/SIZEOF_LONG.c - Linking C executable cmTC_e2ec5 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e2ec5.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_e2ec5.dir/SIZEOF_LONG.c.o -o cmTC_e2ec5 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eth8fk' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/curl/CMakeLists.txt:1722 (check_type_size)" - checks: - - "Check size of int" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LaygpZ" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LaygpZ" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SIZEOF_INT" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LaygpZ' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_23912/fast - /usr/bin/make -f CMakeFiles/cmTC_23912.dir/build.make CMakeFiles/cmTC_23912.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LaygpZ' - Building C object CMakeFiles/cmTC_23912.dir/SIZEOF_INT.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_23912.dir/SIZEOF_INT.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LaygpZ/SIZEOF_INT.c - Linking C executable cmTC_23912 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_23912.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_23912.dir/SIZEOF_INT.c.o -o cmTC_23912 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LaygpZ' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/curl/CMakeLists.txt:1723 (check_type_size)" - checks: - - "Check size of __int64" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GYAlws" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GYAlws" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SIZEOF___INT64" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GYAlws' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_16456/fast - /usr/bin/make -f CMakeFiles/cmTC_16456.dir/build.make CMakeFiles/cmTC_16456.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GYAlws' - Building C object CMakeFiles/cmTC_16456.dir/SIZEOF___INT64.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_16456.dir/SIZEOF___INT64.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GYAlws/SIZEOF___INT64.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GYAlws/SIZEOF___INT64.c:27:22: error: ‘__int64’ undeclared here (not in a function); did you mean ‘__int64_t’? - 27 | #define SIZE (sizeof(__int64)) - | ^~~~~~~ - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GYAlws/SIZEOF___INT64.c:29:12: note: in expansion of macro ‘SIZE’ - 29 | ('0' + ((SIZE / 10000)%10)), - | ^~~~ - make[1]: *** [CMakeFiles/cmTC_16456.dir/build.make:81: CMakeFiles/cmTC_16456.dir/SIZEOF___INT64.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GYAlws' - make: *** [Makefile:134: cmTC_16456/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/curl/CMakeLists.txt:1724 (check_type_size)" - checks: - - "Check size of time_t" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fgDD1s" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fgDD1s" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SIZEOF_TIME_T" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fgDD1s' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1d2c9/fast - /usr/bin/make -f CMakeFiles/cmTC_1d2c9.dir/build.make CMakeFiles/cmTC_1d2c9.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fgDD1s' - Building C object CMakeFiles/cmTC_1d2c9.dir/SIZEOF_TIME_T.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_1d2c9.dir/SIZEOF_TIME_T.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fgDD1s/SIZEOF_TIME_T.c - Linking C executable cmTC_1d2c9 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1d2c9.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_1d2c9.dir/SIZEOF_TIME_T.c.o -o cmTC_1d2c9 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-fgDD1s' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/curl/CMakeLists.txt:1725 (check_type_size)" - checks: - - "Check size of suseconds_t" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EwGX0R" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EwGX0R" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SIZEOF_SUSECONDS_T" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EwGX0R' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_24063/fast - /usr/bin/make -f CMakeFiles/cmTC_24063.dir/build.make CMakeFiles/cmTC_24063.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EwGX0R' - Building C object CMakeFiles/cmTC_24063.dir/SIZEOF_SUSECONDS_T.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_24063.dir/SIZEOF_SUSECONDS_T.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EwGX0R/SIZEOF_SUSECONDS_T.c - Linking C executable cmTC_24063 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_24063.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_24063.dir/SIZEOF_SUSECONDS_T.c.o -o cmTC_24063 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-EwGX0R' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "external/curl/CMakeLists.txt:1754 (check_function_exists)" - checks: - - "Looking for accept4" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GGrumP" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GGrumP" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_ACCEPT4" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GGrumP' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8939a/fast - /usr/bin/make -f CMakeFiles/cmTC_8939a.dir/build.make CMakeFiles/cmTC_8939a.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GGrumP' - Building C object CMakeFiles/cmTC_8939a.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=accept4 -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_8939a.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GGrumP/CheckFunctionExists.c - Linking C executable cmTC_8939a - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8939a.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=accept4 -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_8939a.dir/CheckFunctionExists.c.o -o cmTC_8939a - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-GGrumP' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "external/curl/CMakeLists.txt:1755 (check_function_exists)" - checks: - - "Looking for fnmatch" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JqXzCt" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JqXzCt" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_FNMATCH" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JqXzCt' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8f107/fast - /usr/bin/make -f CMakeFiles/cmTC_8f107.dir/build.make CMakeFiles/cmTC_8f107.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JqXzCt' - Building C object CMakeFiles/cmTC_8f107.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=fnmatch -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_8f107.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JqXzCt/CheckFunctionExists.c - Linking C executable cmTC_8f107 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8f107.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=fnmatch -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_8f107.dir/CheckFunctionExists.c.o -o cmTC_8f107 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-JqXzCt' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1756 (check_symbol_exists)" - checks: - - "Looking for basename" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zvL4cJ" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zvL4cJ" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_BASENAME" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zvL4cJ' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1d53b/fast - /usr/bin/make -f CMakeFiles/cmTC_1d53b.dir/build.make CMakeFiles/cmTC_1d53b.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zvL4cJ' - Building C object CMakeFiles/cmTC_1d53b.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_1d53b.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zvL4cJ/CheckSymbolExists.c - Linking C executable cmTC_1d53b - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1d53b.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_1d53b.dir/CheckSymbolExists.c.o -o cmTC_1d53b - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zvL4cJ' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1757 (check_symbol_exists)" - checks: - - "Looking for opendir" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vAfUax" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vAfUax" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_OPENDIR" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vAfUax' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1225c/fast - /usr/bin/make -f CMakeFiles/cmTC_1225c.dir/build.make CMakeFiles/cmTC_1225c.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vAfUax' - Building C object CMakeFiles/cmTC_1225c.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_1225c.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vAfUax/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vAfUax/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vAfUax/CheckSymbolExists.c:8:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 8 | return ((int*)(&opendir))[argc]; - | ^ - Linking C executable cmTC_1225c - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1225c.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_1225c.dir/CheckSymbolExists.c.o -o cmTC_1225c - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vAfUax' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1759 (check_symbol_exists)" - checks: - - "Looking for socket" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9GYe8H" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9GYe8H" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SOCKET" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9GYe8H' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a5263/fast - /usr/bin/make -f CMakeFiles/cmTC_a5263.dir/build.make CMakeFiles/cmTC_a5263.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9GYe8H' - Building C object CMakeFiles/cmTC_a5263.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_a5263.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9GYe8H/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9GYe8H/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9GYe8H/CheckSymbolExists.c:20:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 20 | return ((int*)(&socket))[argc]; - | ^ - Linking C executable cmTC_a5263 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a5263.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_a5263.dir/CheckSymbolExists.c.o -o cmTC_a5263 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-9GYe8H' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1760 (check_symbol_exists)" - checks: - - "Looking for socketpair" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehXDbf" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehXDbf" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SOCKETPAIR" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehXDbf' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_92232/fast - /usr/bin/make -f CMakeFiles/cmTC_92232.dir/build.make CMakeFiles/cmTC_92232.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehXDbf' - Building C object CMakeFiles/cmTC_92232.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_92232.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehXDbf/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehXDbf/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehXDbf/CheckSymbolExists.c:20:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 20 | return ((int*)(&socketpair))[argc]; - | ^ - Linking C executable cmTC_92232 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_92232.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_92232.dir/CheckSymbolExists.c.o -o cmTC_92232 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ehXDbf' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1761 (check_symbol_exists)" - checks: - - "Looking for recv" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QZqc1Q" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QZqc1Q" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_RECV" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QZqc1Q' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_d99f3/fast - /usr/bin/make -f CMakeFiles/cmTC_d99f3.dir/build.make CMakeFiles/cmTC_d99f3.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QZqc1Q' - Building C object CMakeFiles/cmTC_d99f3.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_d99f3.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QZqc1Q/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QZqc1Q/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QZqc1Q/CheckSymbolExists.c:20:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 20 | return ((int*)(&recv))[argc]; - | ^ - Linking C executable cmTC_d99f3 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d99f3.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_d99f3.dir/CheckSymbolExists.c.o -o cmTC_d99f3 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-QZqc1Q' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1762 (check_symbol_exists)" - checks: - - "Looking for send" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NT7R8G" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NT7R8G" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SEND" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NT7R8G' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7581d/fast - /usr/bin/make -f CMakeFiles/cmTC_7581d.dir/build.make CMakeFiles/cmTC_7581d.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NT7R8G' - Building C object CMakeFiles/cmTC_7581d.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_7581d.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NT7R8G/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NT7R8G/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NT7R8G/CheckSymbolExists.c:20:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 20 | return ((int*)(&send))[argc]; - | ^ - Linking C executable cmTC_7581d - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7581d.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_7581d.dir/CheckSymbolExists.c.o -o cmTC_7581d - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NT7R8G' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "external/curl/CMakeLists.txt:1763 (check_function_exists)" - checks: - - "Looking for sendmsg" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Q5VCGt" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Q5VCGt" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SENDMSG" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Q5VCGt' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_096b8/fast - /usr/bin/make -f CMakeFiles/cmTC_096b8.dir/build.make CMakeFiles/cmTC_096b8.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Q5VCGt' - Building C object CMakeFiles/cmTC_096b8.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=sendmsg -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_096b8.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Q5VCGt/CheckFunctionExists.c - Linking C executable cmTC_096b8 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_096b8.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=sendmsg -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_096b8.dir/CheckFunctionExists.c.o -o cmTC_096b8 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Q5VCGt' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "external/curl/CMakeLists.txt:1764 (check_function_exists)" - checks: - - "Looking for sendmmsg" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M7Uldv" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M7Uldv" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SENDMMSG" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M7Uldv' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e58c9/fast - /usr/bin/make -f CMakeFiles/cmTC_e58c9.dir/build.make CMakeFiles/cmTC_e58c9.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M7Uldv' - Building C object CMakeFiles/cmTC_e58c9.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=sendmmsg -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_e58c9.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M7Uldv/CheckFunctionExists.c - Linking C executable cmTC_e58c9 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e58c9.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=sendmmsg -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_e58c9.dir/CheckFunctionExists.c.o -o cmTC_e58c9 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-M7Uldv' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1765 (check_symbol_exists)" - checks: - - "Looking for select" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WqRRaB" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WqRRaB" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SELECT" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WqRRaB' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ae16d/fast - /usr/bin/make -f CMakeFiles/cmTC_ae16d.dir/build.make CMakeFiles/cmTC_ae16d.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WqRRaB' - Building C object CMakeFiles/cmTC_ae16d.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_ae16d.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WqRRaB/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WqRRaB/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WqRRaB/CheckSymbolExists.c:20:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 20 | return ((int*)(&select))[argc]; - | ^ - Linking C executable cmTC_ae16d - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ae16d.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_ae16d.dir/CheckSymbolExists.c.o -o cmTC_ae16d - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-WqRRaB' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1766 (check_symbol_exists)" - checks: - - "Looking for strdup" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mB7Z0S" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mB7Z0S" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_STRDUP" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mB7Z0S' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_620c1/fast - /usr/bin/make -f CMakeFiles/cmTC_620c1.dir/build.make CMakeFiles/cmTC_620c1.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mB7Z0S' - Building C object CMakeFiles/cmTC_620c1.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_620c1.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mB7Z0S/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mB7Z0S/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mB7Z0S/CheckSymbolExists.c:8:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 8 | return ((int*)(&strdup))[argc]; - | ^ - Linking C executable cmTC_620c1 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_620c1.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_620c1.dir/CheckSymbolExists.c.o -o cmTC_620c1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mB7Z0S' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1767 (check_symbol_exists)" - checks: - - "Looking for memrchr" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1nItrn" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1nItrn" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_MEMRCHR" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1nItrn' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1bd77/fast - /usr/bin/make -f CMakeFiles/cmTC_1bd77.dir/build.make CMakeFiles/cmTC_1bd77.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1nItrn' - Building C object CMakeFiles/cmTC_1bd77.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_1bd77.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1nItrn/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1nItrn/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1nItrn/CheckSymbolExists.c:8:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 8 | return ((int*)(&memrchr))[argc]; - | ^ - Linking C executable cmTC_1bd77 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1bd77.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_1bd77.dir/CheckSymbolExists.c.o -o cmTC_1bd77 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1nItrn' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1768 (check_symbol_exists)" - checks: - - "Looking for alarm" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gOQWf4" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gOQWf4" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_ALARM" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gOQWf4' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5d77b/fast - /usr/bin/make -f CMakeFiles/cmTC_5d77b.dir/build.make CMakeFiles/cmTC_5d77b.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gOQWf4' - Building C object CMakeFiles/cmTC_5d77b.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_5d77b.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gOQWf4/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gOQWf4/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gOQWf4/CheckSymbolExists.c:8:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 8 | return ((int*)(&alarm))[argc]; - | ^ - Linking C executable cmTC_5d77b - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5d77b.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_5d77b.dir/CheckSymbolExists.c.o -o cmTC_5d77b - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gOQWf4' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1769 (check_symbol_exists)" - checks: - - "Looking for fcntl" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CNcScx" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CNcScx" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_FCNTL" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CNcScx' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8662e/fast - /usr/bin/make -f CMakeFiles/cmTC_8662e.dir/build.make CMakeFiles/cmTC_8662e.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CNcScx' - Building C object CMakeFiles/cmTC_8662e.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_8662e.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CNcScx/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CNcScx/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CNcScx/CheckSymbolExists.c:8:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 8 | return ((int*)(&fcntl))[argc]; - | ^ - Linking C executable cmTC_8662e - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8662e.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_8662e.dir/CheckSymbolExists.c.o -o cmTC_8662e - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CNcScx' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "external/curl/CMakeLists.txt:1770 (check_function_exists)" - checks: - - "Looking for getppid" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1ghXft" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1ghXft" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_GETPPID" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1ghXft' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3a516/fast - /usr/bin/make -f CMakeFiles/cmTC_3a516.dir/build.make CMakeFiles/cmTC_3a516.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1ghXft' - Building C object CMakeFiles/cmTC_3a516.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=getppid -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_3a516.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1ghXft/CheckFunctionExists.c - Linking C executable cmTC_3a516 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3a516.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=getppid -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_3a516.dir/CheckFunctionExists.c.o -o cmTC_3a516 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1ghXft' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "external/curl/CMakeLists.txt:1771 (check_function_exists)" - checks: - - "Looking for utimes" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-219QvJ" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-219QvJ" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_UTIMES" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-219QvJ' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f6b3c/fast - /usr/bin/make -f CMakeFiles/cmTC_f6b3c.dir/build.make CMakeFiles/cmTC_f6b3c.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-219QvJ' - Building C object CMakeFiles/cmTC_f6b3c.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=utimes -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_f6b3c.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-219QvJ/CheckFunctionExists.c - Linking C executable cmTC_f6b3c - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f6b3c.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=utimes -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_f6b3c.dir/CheckFunctionExists.c.o -o cmTC_f6b3c - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-219QvJ' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "external/curl/CMakeLists.txt:1773 (check_function_exists)" - checks: - - "Looking for gettimeofday" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yi5mix" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yi5mix" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_GETTIMEOFDAY" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yi5mix' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_84fb8/fast - /usr/bin/make -f CMakeFiles/cmTC_84fb8.dir/build.make CMakeFiles/cmTC_84fb8.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yi5mix' - Building C object CMakeFiles/cmTC_84fb8.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=gettimeofday -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_84fb8.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yi5mix/CheckFunctionExists.c - Linking C executable cmTC_84fb8 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_84fb8.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=gettimeofday -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_84fb8.dir/CheckFunctionExists.c.o -o cmTC_84fb8 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yi5mix' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1774 (check_symbol_exists)" - checks: - - "Looking for closesocket" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sek6E7" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sek6E7" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_CLOSESOCKET" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sek6E7' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_eb612/fast - /usr/bin/make -f CMakeFiles/cmTC_eb612.dir/build.make CMakeFiles/cmTC_eb612.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sek6E7' - Building C object CMakeFiles/cmTC_eb612.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_eb612.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sek6E7/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sek6E7/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sek6E7/CheckSymbolExists.c:20:19: error: ‘closesocket’ undeclared (first use in this function) - 20 | return ((int*)(&closesocket))[argc]; - | ^~~~~~~~~~~ - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sek6E7/CheckSymbolExists.c:20:19: note: each undeclared identifier is reported only once for each function it appears in - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sek6E7/CheckSymbolExists.c:16:14: warning: parameter ‘argc’ set but not used [-Wunused-but-set-parameter] - 16 | int main(int argc, char** argv) - | ~~~~^~~~ - make[1]: *** [CMakeFiles/cmTC_eb612.dir/build.make:81: CMakeFiles/cmTC_eb612.dir/CheckSymbolExists.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sek6E7' - make: *** [Makefile:134: cmTC_eb612/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1775 (check_symbol_exists)" - checks: - - "Looking for sigsetjmp" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u1Nukx" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u1Nukx" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SIGSETJMP" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u1Nukx' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_cb91a/fast - /usr/bin/make -f CMakeFiles/cmTC_cb91a.dir/build.make CMakeFiles/cmTC_cb91a.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u1Nukx' - Building C object CMakeFiles/cmTC_cb91a.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_cb91a.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u1Nukx/CheckSymbolExists.c - Linking C executable cmTC_cb91a - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cb91a.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_cb91a.dir/CheckSymbolExists.c.o -o cmTC_cb91a - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-u1Nukx' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "external/curl/CMakeLists.txt:1776 (check_function_exists)" - checks: - - "Looking for getpass_r" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sVEXn1" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sVEXn1" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_GETPASS_R" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sVEXn1' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_bf7f3/fast - /usr/bin/make -f CMakeFiles/cmTC_bf7f3.dir/build.make CMakeFiles/cmTC_bf7f3.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sVEXn1' - Building C object CMakeFiles/cmTC_bf7f3.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=getpass_r -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_bf7f3.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sVEXn1/CheckFunctionExists.c - Linking C executable cmTC_bf7f3 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bf7f3.dir/link.txt --verbose=1 - /usr/bin/ld: CMakeFiles/cmTC_bf7f3.dir/CheckFunctionExists.c.o: in function `main': - CheckFunctionExists.c:(.text+0x10): undefined reference to `getpass_r' - collect2: error: ld returned 1 exit status - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=getpass_r -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_bf7f3.dir/CheckFunctionExists.c.o -o cmTC_bf7f3 - make[1]: *** [CMakeFiles/cmTC_bf7f3.dir/build.make:102: cmTC_bf7f3] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-sVEXn1' - make: *** [Makefile:134: cmTC_bf7f3/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "external/curl/CMakeLists.txt:1777 (check_function_exists)" - checks: - - "Looking for getpwuid" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AlPdev" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AlPdev" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_GETPWUID" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AlPdev' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a1f89/fast - /usr/bin/make -f CMakeFiles/cmTC_a1f89.dir/build.make CMakeFiles/cmTC_a1f89.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AlPdev' - Building C object CMakeFiles/cmTC_a1f89.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=getpwuid -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_a1f89.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AlPdev/CheckFunctionExists.c - Linking C executable cmTC_a1f89 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a1f89.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=getpwuid -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_a1f89.dir/CheckFunctionExists.c.o -o cmTC_a1f89 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-AlPdev' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "external/curl/CMakeLists.txt:1778 (check_function_exists)" - checks: - - "Looking for getpwuid_r" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jl1n8q" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jl1n8q" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_GETPWUID_R" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jl1n8q' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_6b270/fast - /usr/bin/make -f CMakeFiles/cmTC_6b270.dir/build.make CMakeFiles/cmTC_6b270.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jl1n8q' - Building C object CMakeFiles/cmTC_6b270.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=getpwuid_r -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_6b270.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jl1n8q/CheckFunctionExists.c - Linking C executable cmTC_6b270 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6b270.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=getpwuid_r -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_6b270.dir/CheckFunctionExists.c.o -o cmTC_6b270 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Jl1n8q' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "external/curl/CMakeLists.txt:1779 (check_function_exists)" - checks: - - "Looking for geteuid" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zoWfIE" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zoWfIE" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_GETEUID" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zoWfIE' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_1c46e/fast - /usr/bin/make -f CMakeFiles/cmTC_1c46e.dir/build.make CMakeFiles/cmTC_1c46e.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zoWfIE' - Building C object CMakeFiles/cmTC_1c46e.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=geteuid -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_1c46e.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zoWfIE/CheckFunctionExists.c - Linking C executable cmTC_1c46e - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1c46e.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=geteuid -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_1c46e.dir/CheckFunctionExists.c.o -o cmTC_1c46e - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zoWfIE' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "external/curl/CMakeLists.txt:1780 (check_function_exists)" - checks: - - "Looking for utime" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zB7MA8" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zB7MA8" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_UTIME" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zB7MA8' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0057e/fast - /usr/bin/make -f CMakeFiles/cmTC_0057e.dir/build.make CMakeFiles/cmTC_0057e.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zB7MA8' - Building C object CMakeFiles/cmTC_0057e.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=utime -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_0057e.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zB7MA8/CheckFunctionExists.c - Linking C executable cmTC_0057e - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0057e.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=utime -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_0057e.dir/CheckFunctionExists.c.o -o cmTC_0057e - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zB7MA8' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1783 (check_symbol_exists)" - checks: - - "Looking for gethostbyname_r" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zt8ofq" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zt8ofq" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_GETHOSTBYNAME_R" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zt8ofq' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_17711/fast - /usr/bin/make -f CMakeFiles/cmTC_17711.dir/build.make CMakeFiles/cmTC_17711.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zt8ofq' - Building C object CMakeFiles/cmTC_17711.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_17711.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zt8ofq/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zt8ofq/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zt8ofq/CheckSymbolExists.c:8:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 8 | return ((int*)(&gethostbyname_r))[argc]; - | ^ - Linking C executable cmTC_17711 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_17711.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_17711.dir/CheckSymbolExists.c.o -o cmTC_17711 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zt8ofq' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1786 (check_symbol_exists)" - checks: - - "Looking for signal" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1kVBcq" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1kVBcq" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SIGNAL" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1kVBcq' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_29b49/fast - /usr/bin/make -f CMakeFiles/cmTC_29b49.dir/build.make CMakeFiles/cmTC_29b49.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1kVBcq' - Building C object CMakeFiles/cmTC_29b49.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_29b49.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1kVBcq/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1kVBcq/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1kVBcq/CheckSymbolExists.c:8:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 8 | return ((int*)(&signal))[argc]; - | ^ - Linking C executable cmTC_29b49 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_29b49.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_29b49.dir/CheckSymbolExists.c.o -o cmTC_29b49 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1kVBcq' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1787 (check_symbol_exists)" - checks: - - "Looking for strerror_r" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt6GeR" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt6GeR" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_STRERROR_R" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt6GeR' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_08a7b/fast - /usr/bin/make -f CMakeFiles/cmTC_08a7b.dir/build.make CMakeFiles/cmTC_08a7b.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt6GeR' - Building C object CMakeFiles/cmTC_08a7b.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_08a7b.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt6GeR/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt6GeR/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt6GeR/CheckSymbolExists.c:9:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 9 | return ((int*)(&strerror_r))[argc]; - | ^ - Linking C executable cmTC_08a7b - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_08a7b.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_08a7b.dir/CheckSymbolExists.c.o -o cmTC_08a7b - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-mt6GeR' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1789 (check_symbol_exists)" - checks: - - "Looking for siginterrupt" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gnhRhB" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gnhRhB" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SIGINTERRUPT" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gnhRhB' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e0488/fast - /usr/bin/make -f CMakeFiles/cmTC_e0488.dir/build.make CMakeFiles/cmTC_e0488.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gnhRhB' - Building C object CMakeFiles/cmTC_e0488.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_e0488.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gnhRhB/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gnhRhB/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gnhRhB/CheckSymbolExists.c:8:3: warning: ‘siginterrupt’ is deprecated: Use sigaction with SA_RESTART instead [-Wdeprecated-declarations] - 8 | return ((int*)(&siginterrupt))[argc]; - | ^~~~~~ - In file included from /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gnhRhB/CheckSymbolExists.c:2: - /usr/include/signal.h:324:12: note: declared here - 324 | extern int siginterrupt (int __sig, int __interrupt) __THROW - | ^~~~~~~~~~~~ - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gnhRhB/CheckSymbolExists.c:8:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 8 | return ((int*)(&siginterrupt))[argc]; - | ^ - Linking C executable cmTC_e0488 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e0488.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_e0488.dir/CheckSymbolExists.c.o -o cmTC_e0488 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-gnhRhB' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1790 (check_symbol_exists)" - checks: - - "Looking for getaddrinfo" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ks8EGd" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ks8EGd" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_GETADDRINFO" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ks8EGd' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_eb555/fast - /usr/bin/make -f CMakeFiles/cmTC_eb555.dir/build.make CMakeFiles/cmTC_eb555.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ks8EGd' - Building C object CMakeFiles/cmTC_eb555.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_eb555.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ks8EGd/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ks8EGd/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ks8EGd/CheckSymbolExists.c:22:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 22 | return ((int*)(&getaddrinfo))[argc]; - | ^ - Linking C executable cmTC_eb555 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eb555.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_eb555.dir/CheckSymbolExists.c.o -o cmTC_eb555 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ks8EGd' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1791 (check_symbol_exists)" - checks: - - "Looking for getifaddrs" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yHx3MH" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yHx3MH" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_GETIFADDRS" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yHx3MH' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a884b/fast - /usr/bin/make -f CMakeFiles/cmTC_a884b.dir/build.make CMakeFiles/cmTC_a884b.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yHx3MH' - Building C object CMakeFiles/cmTC_a884b.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_a884b.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yHx3MH/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yHx3MH/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yHx3MH/CheckSymbolExists.c:21:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 21 | return ((int*)(&getifaddrs))[argc]; - | ^ - Linking C executable cmTC_a884b - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a884b.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_a884b.dir/CheckSymbolExists.c.o -o cmTC_a884b - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yHx3MH' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1792 (check_symbol_exists)" - checks: - - "Looking for freeaddrinfo" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zOyD6I" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zOyD6I" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_FREEADDRINFO" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zOyD6I' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0a4ec/fast - /usr/bin/make -f CMakeFiles/cmTC_0a4ec.dir/build.make CMakeFiles/cmTC_0a4ec.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zOyD6I' - Building C object CMakeFiles/cmTC_0a4ec.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_0a4ec.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zOyD6I/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zOyD6I/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zOyD6I/CheckSymbolExists.c:20:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 20 | return ((int*)(&freeaddrinfo))[argc]; - | ^ - Linking C executable cmTC_0a4ec - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0a4ec.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_0a4ec.dir/CheckSymbolExists.c.o -o cmTC_0a4ec - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-zOyD6I' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "external/curl/CMakeLists.txt:1793 (check_function_exists)" - checks: - - "Looking for pipe" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Es7InX" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Es7InX" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_PIPE" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Es7InX' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7dcca/fast - /usr/bin/make -f CMakeFiles/cmTC_7dcca.dir/build.make CMakeFiles/cmTC_7dcca.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Es7InX' - Building C object CMakeFiles/cmTC_7dcca.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=pipe -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_7dcca.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Es7InX/CheckFunctionExists.c - Linking C executable cmTC_7dcca - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7dcca.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=pipe -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_7dcca.dir/CheckFunctionExists.c.o -o cmTC_7dcca - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Es7InX' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "external/curl/CMakeLists.txt:1794 (check_function_exists)" - checks: - - "Looking for pipe2" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Vi9EVd" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Vi9EVd" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_PIPE2" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Vi9EVd' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_48592/fast - /usr/bin/make -f CMakeFiles/cmTC_48592.dir/build.make CMakeFiles/cmTC_48592.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Vi9EVd' - Building C object CMakeFiles/cmTC_48592.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=pipe2 -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_48592.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Vi9EVd/CheckFunctionExists.c - Linking C executable cmTC_48592 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_48592.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=pipe2 -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_48592.dir/CheckFunctionExists.c.o -o cmTC_48592 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Vi9EVd' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "external/curl/CMakeLists.txt:1795 (check_function_exists)" - checks: - - "Looking for eventfd" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44xcZu" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44xcZu" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_EVENTFD" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44xcZu' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f51a9/fast - /usr/bin/make -f CMakeFiles/cmTC_f51a9.dir/build.make CMakeFiles/cmTC_f51a9.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44xcZu' - Building C object CMakeFiles/cmTC_f51a9.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=eventfd -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_f51a9.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44xcZu/CheckFunctionExists.c - Linking C executable cmTC_f51a9 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f51a9.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=eventfd -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_f51a9.dir/CheckFunctionExists.c.o -o cmTC_f51a9 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-44xcZu' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1796 (check_symbol_exists)" - checks: - - "Looking for ftruncate" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ymz1m9" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ymz1m9" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_FTRUNCATE" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ymz1m9' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c6e5a/fast - /usr/bin/make -f CMakeFiles/cmTC_c6e5a.dir/build.make CMakeFiles/cmTC_c6e5a.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ymz1m9' - Building C object CMakeFiles/cmTC_c6e5a.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_c6e5a.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ymz1m9/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ymz1m9/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ymz1m9/CheckSymbolExists.c:8:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 8 | return ((int*)(&ftruncate))[argc]; - | ^ - Linking C executable cmTC_c6e5a - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c6e5a.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_c6e5a.dir/CheckSymbolExists.c.o -o cmTC_c6e5a - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ymz1m9' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1797 (check_symbol_exists)" - checks: - - "Looking for getpeername" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DhG6NI" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DhG6NI" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_GETPEERNAME" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DhG6NI' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_fbe42/fast - /usr/bin/make -f CMakeFiles/cmTC_fbe42.dir/build.make CMakeFiles/cmTC_fbe42.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DhG6NI' - Building C object CMakeFiles/cmTC_fbe42.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_fbe42.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DhG6NI/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DhG6NI/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DhG6NI/CheckSymbolExists.c:20:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 20 | return ((int*)(&getpeername))[argc]; - | ^ - Linking C executable cmTC_fbe42 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fbe42.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_fbe42.dir/CheckSymbolExists.c.o -o cmTC_fbe42 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-DhG6NI' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1798 (check_symbol_exists)" - checks: - - "Looking for getsockname" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lHbd6q" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lHbd6q" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_GETSOCKNAME" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lHbd6q' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ad381/fast - /usr/bin/make -f CMakeFiles/cmTC_ad381.dir/build.make CMakeFiles/cmTC_ad381.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lHbd6q' - Building C object CMakeFiles/cmTC_ad381.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_ad381.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lHbd6q/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lHbd6q/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lHbd6q/CheckSymbolExists.c:20:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 20 | return ((int*)(&getsockname))[argc]; - | ^ - Linking C executable cmTC_ad381 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ad381.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_ad381.dir/CheckSymbolExists.c.o -o cmTC_ad381 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-lHbd6q' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "external/curl/CMakeLists.txt:1799 (check_function_exists)" - checks: - - "Looking for getrlimit" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FQ5Pzc" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FQ5Pzc" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_GETRLIMIT" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FQ5Pzc' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_6619b/fast - /usr/bin/make -f CMakeFiles/cmTC_6619b.dir/build.make CMakeFiles/cmTC_6619b.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FQ5Pzc' - Building C object CMakeFiles/cmTC_6619b.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=getrlimit -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_6619b.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FQ5Pzc/CheckFunctionExists.c - Linking C executable cmTC_6619b - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6619b.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=getrlimit -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_6619b.dir/CheckFunctionExists.c.o -o cmTC_6619b - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-FQ5Pzc' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "external/curl/CMakeLists.txt:1800 (check_function_exists)" - checks: - - "Looking for setlocale" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-W3ggtg" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-W3ggtg" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SETLOCALE" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-W3ggtg' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_4de16/fast - /usr/bin/make -f CMakeFiles/cmTC_4de16.dir/build.make CMakeFiles/cmTC_4de16.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-W3ggtg' - Building C object CMakeFiles/cmTC_4de16.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=setlocale -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_4de16.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-W3ggtg/CheckFunctionExists.c - Linking C executable cmTC_4de16 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4de16.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=setlocale -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_4de16.dir/CheckFunctionExists.c.o -o cmTC_4de16 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-W3ggtg' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "external/curl/CMakeLists.txt:1801 (check_function_exists)" - checks: - - "Looking for setrlimit" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZLqEhB" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZLqEhB" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SETRLIMIT" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZLqEhB' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_e5ad5/fast - /usr/bin/make -f CMakeFiles/cmTC_e5ad5.dir/build.make CMakeFiles/cmTC_e5ad5.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZLqEhB' - Building C object CMakeFiles/cmTC_e5ad5.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=setrlimit -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_e5ad5.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZLqEhB/CheckFunctionExists.c - Linking C executable cmTC_e5ad5 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e5ad5.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=setrlimit -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_e5ad5.dir/CheckFunctionExists.c.o -o cmTC_e5ad5 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ZLqEhB' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "external/curl/CMakeLists.txt:1804 (check_function_exists)" - checks: - - "Looking for if_nametoindex" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1MnraE" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1MnraE" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_IF_NAMETOINDEX" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1MnraE' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7f072/fast - /usr/bin/make -f CMakeFiles/cmTC_7f072.dir/build.make CMakeFiles/cmTC_7f072.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1MnraE' - Building C object CMakeFiles/cmTC_7f072.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=if_nametoindex -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_7f072.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1MnraE/CheckFunctionExists.c - Linking C executable cmTC_7f072 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7f072.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=if_nametoindex -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_7f072.dir/CheckFunctionExists.c.o -o cmTC_7f072 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-1MnraE' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "external/curl/CMakeLists.txt:1805 (check_function_exists)" - checks: - - "Looking for realpath" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I53Tnc" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I53Tnc" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_REALPATH" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I53Tnc' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0b960/fast - /usr/bin/make -f CMakeFiles/cmTC_0b960.dir/build.make CMakeFiles/cmTC_0b960.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I53Tnc' - Building C object CMakeFiles/cmTC_0b960.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=realpath -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_0b960.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I53Tnc/CheckFunctionExists.c - Linking C executable cmTC_0b960 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0b960.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=realpath -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_0b960.dir/CheckFunctionExists.c.o -o cmTC_0b960 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-I53Tnc' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "external/curl/CMakeLists.txt:1806 (check_function_exists)" - checks: - - "Looking for sched_yield" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CN9IVS" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CN9IVS" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SCHED_YIELD" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CN9IVS' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f16b0/fast - /usr/bin/make -f CMakeFiles/cmTC_f16b0.dir/build.make CMakeFiles/cmTC_f16b0.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CN9IVS' - Building C object CMakeFiles/cmTC_f16b0.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=sched_yield -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_f16b0.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CN9IVS/CheckFunctionExists.c - Linking C executable cmTC_f16b0 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f16b0.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=sched_yield -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_f16b0.dir/CheckFunctionExists.c.o -o cmTC_f16b0 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-CN9IVS' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1807 (check_symbol_exists)" - checks: - - "Looking for strcasecmp" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h47VyW" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h47VyW" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_STRCASECMP" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h47VyW' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_47b95/fast - /usr/bin/make -f CMakeFiles/cmTC_47b95.dir/build.make CMakeFiles/cmTC_47b95.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h47VyW' - Building C object CMakeFiles/cmTC_47b95.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_47b95.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h47VyW/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h47VyW/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h47VyW/CheckSymbolExists.c:8:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 8 | return ((int*)(&strcasecmp))[argc]; - | ^ - Linking C executable cmTC_47b95 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_47b95.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_47b95.dir/CheckSymbolExists.c.o -o cmTC_47b95 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h47VyW' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1808 (check_symbol_exists)" - checks: - - "Looking for stricmp" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eU69YZ" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eU69YZ" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_STRICMP" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eU69YZ' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ae50a/fast - /usr/bin/make -f CMakeFiles/cmTC_ae50a.dir/build.make CMakeFiles/cmTC_ae50a.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eU69YZ' - Building C object CMakeFiles/cmTC_ae50a.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_ae50a.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eU69YZ/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eU69YZ/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eU69YZ/CheckSymbolExists.c:8:19: error: ‘stricmp’ undeclared (first use in this function); did you mean ‘strncmp’? - 8 | return ((int*)(&stricmp))[argc]; - | ^~~~~~~ - | strncmp - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eU69YZ/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eU69YZ/CheckSymbolExists.c:4:14: warning: parameter ‘argc’ set but not used [-Wunused-but-set-parameter] - 4 | int main(int argc, char** argv) - | ~~~~^~~~ - make[1]: *** [CMakeFiles/cmTC_ae50a.dir/build.make:81: CMakeFiles/cmTC_ae50a.dir/CheckSymbolExists.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eU69YZ' - make: *** [Makefile:134: cmTC_ae50a/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1809 (check_symbol_exists)" - checks: - - "Looking for strcmpi" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4zQ1kX" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4zQ1kX" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_STRCMPI" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4zQ1kX' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5a049/fast - /usr/bin/make -f CMakeFiles/cmTC_5a049.dir/build.make CMakeFiles/cmTC_5a049.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4zQ1kX' - Building C object CMakeFiles/cmTC_5a049.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_5a049.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4zQ1kX/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4zQ1kX/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4zQ1kX/CheckSymbolExists.c:8:19: error: ‘strcmpi’ undeclared (first use in this function); did you mean ‘strcmp’? - 8 | return ((int*)(&strcmpi))[argc]; - | ^~~~~~~ - | strcmp - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4zQ1kX/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4zQ1kX/CheckSymbolExists.c:4:14: warning: parameter ‘argc’ set but not used [-Wunused-but-set-parameter] - 4 | int main(int argc, char** argv) - | ~~~~^~~~ - make[1]: *** [CMakeFiles/cmTC_5a049.dir/build.make:81: CMakeFiles/cmTC_5a049.dir/CheckSymbolExists.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-4zQ1kX' - make: *** [Makefile:134: cmTC_5a049/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "external/curl/CMakeLists.txt:1813 (check_function_exists)" - checks: - - "Looking for setmode" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dYebpm" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dYebpm" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SETMODE" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dYebpm' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a50d8/fast - /usr/bin/make -f CMakeFiles/cmTC_a50d8.dir/build.make CMakeFiles/cmTC_a50d8.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dYebpm' - Building C object CMakeFiles/cmTC_a50d8.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=setmode -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_a50d8.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dYebpm/CheckFunctionExists.c - Linking C executable cmTC_a50d8 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a50d8.dir/link.txt --verbose=1 - /usr/bin/ld: CMakeFiles/cmTC_a50d8.dir/CheckFunctionExists.c.o: in function `main': - CheckFunctionExists.c:(.text+0x10): undefined reference to `setmode' - collect2: error: ld returned 1 exit status - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=setmode -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_a50d8.dir/CheckFunctionExists.c.o -o cmTC_a50d8 - make[1]: *** [CMakeFiles/cmTC_a50d8.dir/build.make:102: cmTC_a50d8] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-dYebpm' - make: *** [Makefile:134: cmTC_a50d8/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1824 (check_symbol_exists)" - checks: - - "Looking for arc4random" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-81FLxI" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-81FLxI" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_ARC4RANDOM" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-81FLxI' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_113f4/fast - /usr/bin/make -f CMakeFiles/cmTC_113f4.dir/build.make CMakeFiles/cmTC_113f4.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-81FLxI' - Building C object CMakeFiles/cmTC_113f4.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_113f4.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-81FLxI/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-81FLxI/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-81FLxI/CheckSymbolExists.c:21:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 21 | return ((int*)(&arc4random))[argc]; - | ^ - Linking C executable cmTC_113f4 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_113f4.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_113f4.dir/CheckSymbolExists.c.o -o cmTC_113f4 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-81FLxI' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckFunctionExists.cmake:93 (try_compile)" - - "external/curl/CMakeLists.txt:1828 (check_function_exists)" - checks: - - "Looking for snprintf" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNT6W9" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNT6W9" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SNPRINTF" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNT6W9' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_fac26/fast - /usr/bin/make -f CMakeFiles/cmTC_fac26.dir/build.make CMakeFiles/cmTC_fac26.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNT6W9' - Building C object CMakeFiles/cmTC_fac26.dir/CheckFunctionExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=snprintf -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_fac26.dir/CheckFunctionExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNT6W9/CheckFunctionExists.c - : warning: conflicting types for built-in function ‘snprintf’; expected ‘int(char *, long unsigned int, const char *, ...)’ [-Wbuiltin-declaration-mismatch] - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNT6W9/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’ - 7 | CHECK_FUNCTION_EXISTS(void); - | ^~~~~~~~~~~~~~~~~~~~~ - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNT6W9/CheckFunctionExists.c:1:1: note: ‘snprintf’ is declared in header ‘’ - +++ |+#include - 1 | #ifdef CHECK_FUNCTION_EXISTS - Linking C executable cmTC_fac26 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fac26.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DCHECK_FUNCTION_EXISTS=snprintf -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_fac26.dir/CheckFunctionExists.c.o -o cmTC_fac26 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-vNT6W9' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1836 (check_symbol_exists)" - checks: - - "Looking for inet_ntop" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ytUABN" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ytUABN" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_INET_NTOP" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ytUABN' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_63288/fast - /usr/bin/make -f CMakeFiles/cmTC_63288.dir/build.make CMakeFiles/cmTC_63288.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ytUABN' - Building C object CMakeFiles/cmTC_63288.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_63288.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ytUABN/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ytUABN/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ytUABN/CheckSymbolExists.c:22:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 22 | return ((int*)(&inet_ntop))[argc]; - | ^ - Linking C executable cmTC_63288 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_63288.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_63288.dir/CheckSymbolExists.c.o -o cmTC_63288 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-ytUABN' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1837 (check_symbol_exists)" - checks: - - "Looking for inet_pton" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LdAHoE" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LdAHoE" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_INET_PTON" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LdAHoE' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8986a/fast - /usr/bin/make -f CMakeFiles/cmTC_8986a.dir/build.make CMakeFiles/cmTC_8986a.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LdAHoE' - Building C object CMakeFiles/cmTC_8986a.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_8986a.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LdAHoE/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LdAHoE/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LdAHoE/CheckSymbolExists.c:22:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 22 | return ((int*)(&inet_pton))[argc]; - | ^ - Linking C executable cmTC_8986a - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8986a.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_8986a.dir/CheckSymbolExists.c.o -o cmTC_8986a - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-LdAHoE' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1840 (check_symbol_exists)" - checks: - - "Looking for fsetxattr" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eoJHhB" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eoJHhB" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_FSETXATTR" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eoJHhB' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b160d/fast - /usr/bin/make -f CMakeFiles/cmTC_b160d.dir/build.make CMakeFiles/cmTC_b160d.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eoJHhB' - Building C object CMakeFiles/cmTC_b160d.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_b160d.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eoJHhB/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eoJHhB/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eoJHhB/CheckSymbolExists.c:8:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 8 | return ((int*)(&fsetxattr))[argc]; - | ^ - Linking C executable cmTC_b160d - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b160d.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_b160d.dir/CheckSymbolExists.c.o -o cmTC_b160d - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-eoJHhB' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "external/curl/CMake/Macros.cmake:51 (try_compile)" - - "external/curl/CMakeLists.txt:1842 (curl_internal_test)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_FSETXATTR_5" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8d04d/fast - /usr/bin/make -f CMakeFiles/cmTC_8d04d.dir/build.make CMakeFiles/cmTC_8d04d.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_8d04d.dir/CurlTests.c.o - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_FSETXATTR_5 -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_8d04d.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c - Linking C executable cmTC_8d04d - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8d04d.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_FSETXATTR_5 -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE CMakeFiles/cmTC_8d04d.dir/CurlTests.c.o -o cmTC_8d04d - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "external/curl/CMake/Macros.cmake:51 (try_compile)" - - "external/curl/CMakeLists.txt:1843 (curl_internal_test)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_FSETXATTR_6" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_34cb3/fast - /usr/bin/make -f CMakeFiles/cmTC_34cb3.dir/build.make CMakeFiles/cmTC_34cb3.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_34cb3.dir/CurlTests.c.o - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_FSETXATTR_6 -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_34cb3.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c: In function ‘main’: - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:308:3: error: too many arguments to function ‘fsetxattr’; expected 5, have 6 - 308 | fsetxattr(0, 0, 0, 0, 0, 0); - | ^~~~~~~~~ ~ - In file included from /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:305: - /usr/include/sys/xattr.h:54:12: note: declared here - 54 | extern int fsetxattr (int __fd, const char *__name, const void *__value, - | ^~~~~~~~~ - make[1]: *** [CMakeFiles/cmTC_34cb3.dir/build.make:81: CMakeFiles/cmTC_34cb3.dir/CurlTests.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - make: *** [Makefile:134: cmTC_34cb3/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/curl/CMakeLists.txt:1853 (check_type_size)" - checks: - - "Check size of sa_family_t" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rcxxX2" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rcxxX2" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SIZEOF_SA_FAMILY_T" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rcxxX2' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_ba56a/fast - /usr/bin/make -f CMakeFiles/cmTC_ba56a.dir/build.make CMakeFiles/cmTC_ba56a.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rcxxX2' - Building C object CMakeFiles/cmTC_ba56a.dir/SIZEOF_SA_FAMILY_T.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_ba56a.dir/SIZEOF_SA_FAMILY_T.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rcxxX2/SIZEOF_SA_FAMILY_T.c - Linking C executable cmTC_ba56a - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ba56a.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_ba56a.dir/SIZEOF_SA_FAMILY_T.c.o -o cmTC_ba56a - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-rcxxX2' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "external/curl/CMake/Macros.cmake:51 (try_compile)" - - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_FCNTL_O_NONBLOCK" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_24d92/fast - /usr/bin/make -f CMakeFiles/cmTC_24d92.dir/build.make CMakeFiles/cmTC_24d92.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_24d92.dir/CurlTests.c.o - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_FCNTL_O_NONBLOCK -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_24d92.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c - Linking C executable cmTC_24d92 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_24d92.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_FCNTL_O_NONBLOCK -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE CMakeFiles/cmTC_24d92.dir/CurlTests.c.o -o cmTC_24d92 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "external/curl/CMake/Macros.cmake:51 (try_compile)" - - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_IOCTLSOCKET" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7aa33/fast - /usr/bin/make -f CMakeFiles/cmTC_7aa33.dir/build.make CMakeFiles/cmTC_7aa33.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_7aa33.dir/CurlTests.c.o - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_IOCTLSOCKET -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_7aa33.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c: In function ‘main’: - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:150:25: error: implicit declaration of function ‘ioctlsocket’ [-Wimplicit-function-declaration] - 150 | unsigned long flags = ioctlsocket(socket, FIONBIO, &flags); - | ^~~~~~~~~~~ - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:150:25: warning: nested extern declaration of ‘ioctlsocket’ [-Wnested-externs] - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:150:45: error: ‘FIONBIO’ undeclared (first use in this function) - 150 | unsigned long flags = ioctlsocket(socket, FIONBIO, &flags); - | ^~~~~~~ - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:150:45: note: each undeclared identifier is reported only once for each function it appears in - make[1]: *** [CMakeFiles/cmTC_7aa33.dir/build.make:81: CMakeFiles/cmTC_7aa33.dir/CurlTests.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - make: *** [Makefile:134: cmTC_7aa33/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "external/curl/CMake/Macros.cmake:51 (try_compile)" - - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_IOCTLSOCKET_CAMEL" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_bac65/fast - /usr/bin/make -f CMakeFiles/cmTC_bac65.dir/build.make CMakeFiles/cmTC_bac65.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_bac65.dir/CurlTests.c.o - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_IOCTLSOCKET_CAMEL -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_bac65.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:158:10: fatal error: proto/bsdsocket.h: No such file or directory - 158 | #include - | ^~~~~~~~~~~~~~~~~~~ - compilation terminated. - make[1]: *** [CMakeFiles/cmTC_bac65.dir/build.make:81: CMakeFiles/cmTC_bac65.dir/CurlTests.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - make: *** [Makefile:134: cmTC_bac65/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "external/curl/CMake/Macros.cmake:51 (try_compile)" - - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_IOCTLSOCKET_CAMEL_FIONBIO" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_bade6/fast - /usr/bin/make -f CMakeFiles/cmTC_bade6.dir/build.make CMakeFiles/cmTC_bade6.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_bade6.dir/CurlTests.c.o - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_IOCTLSOCKET_CAMEL_FIONBIO -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_bade6.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:169:10: fatal error: proto/bsdsocket.h: No such file or directory - 169 | #include - | ^~~~~~~~~~~~~~~~~~~ - compilation terminated. - make[1]: *** [CMakeFiles/cmTC_bade6.dir/build.make:81: CMakeFiles/cmTC_bade6.dir/CurlTests.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - make: *** [Makefile:134: cmTC_bade6/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "external/curl/CMake/Macros.cmake:51 (try_compile)" - - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_IOCTLSOCKET_FIONBIO" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b8c75/fast - /usr/bin/make -f CMakeFiles/cmTC_b8c75.dir/build.make CMakeFiles/cmTC_b8c75.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_b8c75.dir/CurlTests.c.o - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_IOCTLSOCKET_FIONBIO -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_b8c75.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c: In function ‘main’: - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:191:11: error: implicit declaration of function ‘ioctlsocket’ [-Wimplicit-function-declaration] - 191 | if(0 != ioctlsocket(0, FIONBIO, &flags)) - | ^~~~~~~~~~~ - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:191:11: warning: nested extern declaration of ‘ioctlsocket’ [-Wnested-externs] - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:191:26: error: ‘FIONBIO’ undeclared (first use in this function) - 191 | if(0 != ioctlsocket(0, FIONBIO, &flags)) - | ^~~~~~~ - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:191:26: note: each undeclared identifier is reported only once for each function it appears in - make[1]: *** [CMakeFiles/cmTC_b8c75.dir/build.make:81: CMakeFiles/cmTC_b8c75.dir/CurlTests.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - make: *** [Makefile:134: cmTC_b8c75/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "external/curl/CMake/Macros.cmake:51 (try_compile)" - - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_IOCTL_FIONBIO" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0f4c9/fast - /usr/bin/make -f CMakeFiles/cmTC_0f4c9.dir/build.make CMakeFiles/cmTC_0f4c9.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_0f4c9.dir/CurlTests.c.o - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_IOCTL_FIONBIO -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_0f4c9.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c - Linking C executable cmTC_0f4c9 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0f4c9.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_IOCTL_FIONBIO -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE CMakeFiles/cmTC_0f4c9.dir/CurlTests.c.o -o cmTC_0f4c9 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "external/curl/CMake/Macros.cmake:51 (try_compile)" - - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_IOCTL_SIOCGIFADDR" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_fd6c3/fast - /usr/bin/make -f CMakeFiles/cmTC_fd6c3.dir/build.make CMakeFiles/cmTC_fd6c3.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_fd6c3.dir/CurlTests.c.o - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_IOCTL_SIOCGIFADDR -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_fd6c3.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c - Linking C executable cmTC_fd6c3 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fd6c3.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_IOCTL_SIOCGIFADDR -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE CMakeFiles/cmTC_fd6c3.dir/CurlTests.c.o -o cmTC_fd6c3 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "external/curl/CMake/Macros.cmake:51 (try_compile)" - - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SETSOCKOPT_SO_NONBLOCK" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_8690a/fast - /usr/bin/make -f CMakeFiles/cmTC_8690a.dir/build.make CMakeFiles/cmTC_8690a.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_8690a.dir/CurlTests.c.o - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_SETSOCKOPT_SO_NONBLOCK -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_8690a.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c: In function ‘main’: - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:265:37: error: ‘SO_NONBLOCK’ undeclared (first use in this function); did you mean ‘SOCK_NONBLOCK’? - 265 | if(0 != setsockopt(0, SOL_SOCKET, SO_NONBLOCK, 0, 0)) - | ^~~~~~~~~~~ - | SOCK_NONBLOCK - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:265:37: note: each undeclared identifier is reported only once for each function it appears in - make[1]: *** [CMakeFiles/cmTC_8690a.dir/build.make:81: CMakeFiles/cmTC_8690a.dir/CurlTests.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - make: *** [Makefile:134: cmTC_8690a/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "external/curl/CMake/Macros.cmake:51 (try_compile)" - - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_GETHOSTBYNAME_R_3" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_6d1ad/fast - /usr/bin/make -f CMakeFiles/cmTC_6d1ad.dir/build.make CMakeFiles/cmTC_6d1ad.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_6d1ad.dir/CurlTests.c.o - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_GETHOSTBYNAME_R_3 -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_6d1ad.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c: In function ‘main’: - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:73:23: error: storage size of ‘hdata’ isn’t known - 73 | struct hostent_data hdata; - | ^~~~~ - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:85:8: error: too few arguments to function ‘gethostbyname_r’; expected 6, have 3 - 85 | rc = gethostbyname_r(address, &h, &hdata); - | ^~~~~~~~~~~~~~~ - In file included from /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:65: - /usr/include/netdb.h:177:12: note: declared here - 177 | extern int gethostbyname_r (const char *__restrict __name, - | ^~~~~~~~~~~~~~~ - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:73:23: warning: unused variable ‘hdata’ [-Wunused-variable] - 73 | struct hostent_data hdata; - | ^~~~~ - make[1]: *** [CMakeFiles/cmTC_6d1ad.dir/build.make:81: CMakeFiles/cmTC_6d1ad.dir/CurlTests.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - make: *** [Makefile:134: cmTC_6d1ad/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "external/curl/CMake/Macros.cmake:51 (try_compile)" - - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_GETHOSTBYNAME_R_5" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_b1718/fast - /usr/bin/make -f CMakeFiles/cmTC_b1718.dir/build.make CMakeFiles/cmTC_b1718.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_b1718.dir/CurlTests.c.o - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_GETHOSTBYNAME_R_5 -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_b1718.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c: In function ‘main’: - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:89:51: error: passing argument 5 of ‘gethostbyname_r’ from incompatible pointer type [-Wincompatible-pointer-types] - 89 | rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop); - | ^~~~~~~~~ - | | - | int * - In file included from /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:65: - /usr/include/netdb.h:180:57: note: expected ‘struct hostent ** restrict’ but argument is of type ‘int *’ - 180 | struct hostent **__restrict __result, - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:89:8: error: too few arguments to function ‘gethostbyname_r’; expected 6, have 5 - 89 | rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop); - | ^~~~~~~~~~~~~~~ - /usr/include/netdb.h:177:12: note: declared here - 177 | extern int gethostbyname_r (const char *__restrict __name, - | ^~~~~~~~~~~~~~~ - make[1]: *** [CMakeFiles/cmTC_b1718.dir/build.make:81: CMakeFiles/cmTC_b1718.dir/CurlTests.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - make: *** [Makefile:134: cmTC_b1718/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "external/curl/CMake/Macros.cmake:51 (try_compile)" - - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_GETHOSTBYNAME_R_6" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_eb3a5/fast - /usr/bin/make -f CMakeFiles/cmTC_eb3a5.dir/build.make CMakeFiles/cmTC_eb3a5.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_eb3a5.dir/CurlTests.c.o - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_GETHOSTBYNAME_R_6 -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_eb3a5.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c - Linking C executable cmTC_eb3a5 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eb3a5.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_GETHOSTBYNAME_R_6 -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE CMakeFiles/cmTC_eb3a5.dir/CurlTests.c.o -o cmTC_eb3a5 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "external/curl/CMake/Macros.cmake:51 (try_compile)" - - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_BOOL_T" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5239c/fast - /usr/bin/make -f CMakeFiles/cmTC_5239c.dir/build.make CMakeFiles/cmTC_5239c.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_5239c.dir/CurlTests.c.o - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_BOOL_T -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_5239c.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c - Linking C executable cmTC_5239c - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5239c.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_BOOL_T -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE CMakeFiles/cmTC_5239c.dir/CurlTests.c.o -o cmTC_5239c - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "external/curl/CMake/Macros.cmake:51 (try_compile)" - - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "STDC_HEADERS" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_70123/fast - /usr/bin/make -f CMakeFiles/cmTC_70123.dir/build.make CMakeFiles/cmTC_70123.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_70123.dir/CurlTests.c.o - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DSTDC_HEADERS -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_70123.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c - Linking C executable cmTC_70123 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_70123.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DSTDC_HEADERS -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE CMakeFiles/cmTC_70123.dir/CurlTests.c.o -o cmTC_70123 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "external/curl/CMake/Macros.cmake:51 (try_compile)" - - "external/curl/CMakeLists.txt:1875 (curl_internal_test)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_ATOMIC" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f754d/fast - /usr/bin/make -f CMakeFiles/cmTC_f754d.dir/build.make CMakeFiles/cmTC_f754d.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_f754d.dir/CurlTests.c.o - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_ATOMIC -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_f754d.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c - Linking C executable cmTC_f754d - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f754d.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_ATOMIC -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE CMakeFiles/cmTC_f754d.dir/CurlTests.c.o -o cmTC_f754d - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "external/curl/CMake/Macros.cmake:51 (try_compile)" - - "external/curl/CMakeLists.txt:1885 (curl_internal_test)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_GETHOSTBYNAME_R_3_REENTRANT" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_9b329/fast - /usr/bin/make -f CMakeFiles/cmTC_9b329.dir/build.make CMakeFiles/cmTC_9b329.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_9b329.dir/CurlTests.c.o - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_GETHOSTBYNAME_R_3_REENTRANT -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -D_REENTRANT -fPIE -o CMakeFiles/cmTC_9b329.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c: In function ‘main’: - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:73:23: error: storage size of ‘hdata’ isn’t known - 73 | struct hostent_data hdata; - | ^~~~~ - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:85:8: error: too few arguments to function ‘gethostbyname_r’; expected 6, have 3 - 85 | rc = gethostbyname_r(address, &h, &hdata); - | ^~~~~~~~~~~~~~~ - In file included from /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:65: - /usr/include/netdb.h:177:12: note: declared here - 177 | extern int gethostbyname_r (const char *__restrict __name, - | ^~~~~~~~~~~~~~~ - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:73:23: warning: unused variable ‘hdata’ [-Wunused-variable] - 73 | struct hostent_data hdata; - | ^~~~~ - make[1]: *** [CMakeFiles/cmTC_9b329.dir/build.make:81: CMakeFiles/cmTC_9b329.dir/CurlTests.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - make: *** [Makefile:134: cmTC_9b329/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "external/curl/CMake/Macros.cmake:51 (try_compile)" - - "external/curl/CMakeLists.txt:1885 (curl_internal_test)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_GETHOSTBYNAME_R_5_REENTRANT" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_aeb9d/fast - /usr/bin/make -f CMakeFiles/cmTC_aeb9d.dir/build.make CMakeFiles/cmTC_aeb9d.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_aeb9d.dir/CurlTests.c.o - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_GETHOSTBYNAME_R_5_REENTRANT -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -D_REENTRANT -fPIE -o CMakeFiles/cmTC_aeb9d.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c: In function ‘main’: - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:89:51: error: passing argument 5 of ‘gethostbyname_r’ from incompatible pointer type [-Wincompatible-pointer-types] - 89 | rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop); - | ^~~~~~~~~ - | | - | int * - In file included from /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:65: - /usr/include/netdb.h:180:57: note: expected ‘struct hostent ** restrict’ but argument is of type ‘int *’ - 180 | struct hostent **__restrict __result, - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:89:8: error: too few arguments to function ‘gethostbyname_r’; expected 6, have 5 - 89 | rc = gethostbyname_r(address, &h, buffer, 8192, &h_errnop); - | ^~~~~~~~~~~~~~~ - /usr/include/netdb.h:177:12: note: declared here - 177 | extern int gethostbyname_r (const char *__restrict __name, - | ^~~~~~~~~~~~~~~ - make[1]: *** [CMakeFiles/cmTC_aeb9d.dir/build.make:81: CMakeFiles/cmTC_aeb9d.dir/CurlTests.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - make: *** [Makefile:134: cmTC_aeb9d/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "external/curl/CMake/Macros.cmake:51 (try_compile)" - - "external/curl/CMakeLists.txt:1885 (curl_internal_test)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_GETHOSTBYNAME_R_6_REENTRANT" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7a78b/fast - /usr/bin/make -f CMakeFiles/cmTC_7a78b.dir/build.make CMakeFiles/cmTC_7a78b.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_7a78b.dir/CurlTests.c.o - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_GETHOSTBYNAME_R_6_REENTRANT -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -D_REENTRANT -fPIE -o CMakeFiles/cmTC_7a78b.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c - Linking C executable cmTC_7a78b - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7a78b.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_GETHOSTBYNAME_R_6_REENTRANT -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -D_REENTRANT CMakeFiles/cmTC_7a78b.dir/CurlTests.c.o -o cmTC_7a78b - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "external/curl/CMake/Macros.cmake:51 (try_compile)" - - "external/curl/CMakeLists.txt:1906 (curl_internal_test)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_FILE_OFFSET_BITS" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c6517/fast - /usr/bin/make -f CMakeFiles/cmTC_c6517.dir/build.make CMakeFiles/cmTC_c6517.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_c6517.dir/CurlTests.c.o - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_FILE_OFFSET_BITS -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -fPIE -o CMakeFiles/cmTC_c6517.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c - Linking C executable cmTC_c6517 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c6517.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_FILE_OFFSET_BITS -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 CMakeFiles/cmTC_c6517.dir/CurlTests.c.o -o cmTC_c6517 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/curl/CMakeLists.txt:1914 (check_type_size)" - checks: - - "Check size of off_t" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XrwuDz" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XrwuDz" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SIZEOF_OFF_T" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XrwuDz' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5d919/fast - /usr/bin/make -f CMakeFiles/cmTC_5d919.dir/build.make CMakeFiles/cmTC_5d919.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XrwuDz' - Building C object CMakeFiles/cmTC_5d919.dir/SIZEOF_OFF_T.c.o - /usr/bin/gcc -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_5d919.dir/SIZEOF_OFF_T.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XrwuDz/SIZEOF_OFF_T.c - Linking C executable cmTC_5d919 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5d919.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_5d919.dir/SIZEOF_OFF_T.c.o -o cmTC_5d919 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XrwuDz' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:160 (try_compile)" - - "/usr/share/cmake/Modules/CheckSymbolExists.cmake:65 (__CHECK_SYMBOL_EXISTS_IMPL)" - - "external/curl/CMakeLists.txt:1920 (check_symbol_exists)" - checks: - - "Looking for fseeko" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Sawkeu" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Sawkeu" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_FSEEKO" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Sawkeu' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_6b5c9/fast - /usr/bin/make -f CMakeFiles/cmTC_6b5c9.dir/build.make CMakeFiles/cmTC_6b5c9.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Sawkeu' - Building C object CMakeFiles/cmTC_6b5c9.dir/CheckSymbolExists.c.o - /usr/bin/gcc -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_6b5c9.dir/CheckSymbolExists.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Sawkeu/CheckSymbolExists.c - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Sawkeu/CheckSymbolExists.c: In function ‘main’: - /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Sawkeu/CheckSymbolExists.c:21:11: warning: ISO C forbids conversion of function pointer to object pointer type [-Wpedantic] - 21 | return ((int*)(&fseeko))[argc]; - | ^ - Linking C executable cmTC_6b5c9 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6b5c9.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_6b5c9.dir/CheckSymbolExists.c.o -o cmTC_6b5c9 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Sawkeu' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/curl/CMakeLists.txt:1931 (check_type_size)" - checks: - - "Check size of curl_off_t" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yeU4XX" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yeU4XX" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SIZEOF_CURL_OFF_T" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yeU4XX' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_78517/fast - /usr/bin/make -f CMakeFiles/cmTC_78517.dir/build.make CMakeFiles/cmTC_78517.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yeU4XX' - Building C object CMakeFiles/cmTC_78517.dir/SIZEOF_CURL_OFF_T.c.o - /usr/bin/gcc -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/home/guest/Downloads/PopLib/external/curl/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_78517.dir/SIZEOF_CURL_OFF_T.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yeU4XX/SIZEOF_CURL_OFF_T.c - Linking C executable cmTC_78517 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_78517.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_78517.dir/SIZEOF_CURL_OFF_T.c.o -o cmTC_78517 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-yeU4XX' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/curl/CMakeLists.txt:1933 (check_type_size)" - checks: - - "Check size of curl_socket_t" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Qq3HUD" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Qq3HUD" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SIZEOF_CURL_SOCKET_T" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Qq3HUD' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_0cbf6/fast - /usr/bin/make -f CMakeFiles/cmTC_0cbf6.dir/build.make CMakeFiles/cmTC_0cbf6.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Qq3HUD' - Building C object CMakeFiles/cmTC_0cbf6.dir/SIZEOF_CURL_SOCKET_T.c.o - /usr/bin/gcc -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -I/home/guest/Downloads/PopLib/external/curl/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_0cbf6.dir/SIZEOF_CURL_SOCKET_T.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Qq3HUD/SIZEOF_CURL_SOCKET_T.c - Linking C executable cmTC_0cbf6 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_0cbf6.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_0cbf6.dir/SIZEOF_CURL_SOCKET_T.c.o -o cmTC_0cbf6 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-Qq3HUD' - - exitCode: 0 - - - kind: "try_run-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceRuns.cmake:95 (try_run)" - - "/usr/share/cmake/Modules/CheckCSourceRuns.cmake:52 (cmake_check_source_runs)" - - "external/curl/CMakeLists.txt:1940 (check_c_source_runs)" - checks: - - "Performing Test HAVE_WRITABLE_ARGV" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h5Ys07" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h5Ys07" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_WRITABLE_ARGV_COMPILED" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h5Ys07' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_fc42a/fast - /usr/bin/make -f CMakeFiles/cmTC_fc42a.dir/build.make CMakeFiles/cmTC_fc42a.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h5Ys07' - Building C object CMakeFiles/cmTC_fc42a.dir/src.c.o - /usr/bin/gcc -DHAVE_WRITABLE_ARGV -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_fc42a.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h5Ys07/src.c - Linking C executable cmTC_fc42a - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_fc42a.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_fc42a.dir/src.c.o -o cmTC_fc42a - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-h5Ys07' - - exitCode: 0 - runResult: - variable: "HAVE_WRITABLE_ARGV_EXITCODE" - cached: true - stdout: | - stderr: | - exitCode: 0 - - - kind: "try_run-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceRuns.cmake:95 (try_run)" - - "/usr/share/cmake/Modules/CheckCSourceRuns.cmake:52 (cmake_check_source_runs)" - - "external/curl/CMakeLists.txt:1951 (check_c_source_runs)" - checks: - - "Performing Test HAVE_TIME_T_UNSIGNED" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XihGjT" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XihGjT" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_TIME_T_UNSIGNED_COMPILED" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XihGjT' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_5fe95/fast - /usr/bin/make -f CMakeFiles/cmTC_5fe95.dir/build.make CMakeFiles/cmTC_5fe95.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XihGjT' - Building C object CMakeFiles/cmTC_5fe95.dir/src.c.o - /usr/bin/gcc -DHAVE_TIME_T_UNSIGNED -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_5fe95.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XihGjT/src.c - Linking C executable cmTC_5fe95 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5fe95.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_5fe95.dir/src.c.o -o cmTC_5fe95 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XihGjT' - - exitCode: 0 - runResult: - variable: "HAVE_TIME_T_UNSIGNED_EXITCODE" - cached: true - stdout: | - stderr: | - exitCode: 1 - - - kind: "try_compile-v1" - backtrace: - - "external/curl/CMake/Macros.cmake:51 (try_compile)" - - "external/curl/CMakeLists.txt:1959 (curl_internal_test)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_GLIBC_STRERROR_R" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_3f5b8/fast - /usr/bin/make -f CMakeFiles/cmTC_3f5b8.dir/build.make CMakeFiles/cmTC_3f5b8.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_3f5b8.dir/CurlTests.c.o - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_GLIBC_STRERROR_R -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_3f5b8.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c - Linking C executable cmTC_3f5b8 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_3f5b8.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_GLIBC_STRERROR_R -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE CMakeFiles/cmTC_3f5b8.dir/CurlTests.c.o -o cmTC_3f5b8 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "external/curl/CMake/Macros.cmake:51 (try_compile)" - - "external/curl/CMakeLists.txt:1960 (curl_internal_test)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_POSIX_STRERROR_R" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_c2580/fast - /usr/bin/make -f CMakeFiles/cmTC_c2580.dir/build.make CMakeFiles/cmTC_c2580.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_c2580.dir/CurlTests.c.o - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_POSIX_STRERROR_R -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_c2580.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c: In function ‘main’: - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:299:9: error: incompatible type for argument 1 of ‘check’ - 299 | check(strerror_r(EACCES, buffer, sizeof(buffer))); - | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - | | - | char * - /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c:292:25: note: expected ‘float’ but argument is of type ‘char *’ - 292 | static void check(float f) { (void)f; } - | ~~~~~~^ - make[1]: *** [CMakeFiles/cmTC_c2580.dir/build.make:81: CMakeFiles/cmTC_c2580.dir/CurlTests.c.o] Error 1 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - make: *** [Makefile:134: cmTC_c2580/fast] Error 2 - - exitCode: 2 - - - kind: "try_compile-v1" - backtrace: - - "external/curl/CMake/Macros.cmake:51 (try_compile)" - - "external/curl/CMakeLists.txt:1963 (curl_internal_test)" - directories: - source: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - binary: "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_CLOCK_GETTIME_MONOTONIC" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_a0dd8/fast - /usr/bin/make -f CMakeFiles/cmTC_a0dd8.dir/build.make CMakeFiles/cmTC_a0dd8.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - Building C object CMakeFiles/cmTC_a0dd8.dir/CurlTests.c.o - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_CLOCK_GETTIME_MONOTONIC -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE -fPIE -o CMakeFiles/cmTC_a0dd8.dir/CurlTests.c.o -c /home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c - Linking C executable cmTC_a0dd8 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a0dd8.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -DHAVE_CLOCK_GETTIME_MONOTONIC -DHAVE_STDATOMIC_H -DHAVE_STDBOOL_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_TYPES_H -DHAVE_UNISTD_H -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -D_GNU_SOURCE CMakeFiles/cmTC_a0dd8.dir/CurlTests.c.o -o cmTC_a0dd8 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/CMakeTmp' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:212 (try_compile)" - - "/usr/share/cmake/Modules/CheckTypeSize.cmake:339 (__check_type_size_impl)" - - "external/curl/CMake/OtherTests.cmake:47 (check_type_size)" - - "external/curl/CMakeLists.txt:1977 (include)" - checks: - - "Check size of struct sockaddr_storage" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XdUSka" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XdUSka" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_SIZEOF_STRUCT_SOCKADDR_STORAGE" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XdUSka' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_99774/fast - /usr/bin/make -f CMakeFiles/cmTC_99774.dir/build.make CMakeFiles/cmTC_99774.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XdUSka' - Building C object CMakeFiles/cmTC_99774.dir/SIZEOF_STRUCT_SOCKADDR_STORAGE.c.o - /usr/bin/gcc -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIC -o CMakeFiles/cmTC_99774.dir/SIZEOF_STRUCT_SOCKADDR_STORAGE.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XdUSka/SIZEOF_STRUCT_SOCKADDR_STORAGE.c - Linking C static library libcmTC_99774.a - /usr/bin/cmake -P CMakeFiles/cmTC_99774.dir/cmake_clean_target.cmake - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_99774.dir/link.txt --verbose=1 - /usr/bin/ar qc libcmTC_99774.a CMakeFiles/cmTC_99774.dir/SIZEOF_STRUCT_SOCKADDR_STORAGE.c.o - /usr/bin/ranlib libcmTC_99774.a - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-XdUSka' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/curl/CMake/OtherTests.cmake:56 (check_c_source_compiles)" - - "external/curl/CMakeLists.txt:1977 (include)" - checks: - - "Performing Test HAVE_MSG_NOSIGNAL" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RPl6iY" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RPl6iY" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_MSG_NOSIGNAL" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RPl6iY' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_f66af/fast - /usr/bin/make -f CMakeFiles/cmTC_f66af.dir/build.make CMakeFiles/cmTC_f66af.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RPl6iY' - Building C object CMakeFiles/cmTC_f66af.dir/src.c.o - /usr/bin/gcc -DHAVE_MSG_NOSIGNAL -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIC -o CMakeFiles/cmTC_f66af.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RPl6iY/src.c - Linking C static library libcmTC_f66af.a - /usr/bin/cmake -P CMakeFiles/cmTC_f66af.dir/cmake_clean_target.cmake - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f66af.dir/link.txt --verbose=1 - /usr/bin/ar qc libcmTC_f66af.a CMakeFiles/cmTC_f66af.dir/src.c.o - /usr/bin/ranlib libcmTC_f66af.a - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-RPl6iY' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/curl/CMake/OtherTests.cmake:67 (check_c_source_compiles)" - - "external/curl/CMakeLists.txt:1977 (include)" - checks: - - "Performing Test HAVE_STRUCT_TIMEVAL" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t0OFba" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t0OFba" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_STRUCT_TIMEVAL" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t0OFba' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_6a57d/fast - /usr/bin/make -f CMakeFiles/cmTC_6a57d.dir/build.make CMakeFiles/cmTC_6a57d.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t0OFba' - Building C object CMakeFiles/cmTC_6a57d.dir/src.c.o - /usr/bin/gcc -DHAVE_STRUCT_TIMEVAL -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIC -o CMakeFiles/cmTC_6a57d.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t0OFba/src.c - Linking C static library libcmTC_6a57d.a - /usr/bin/cmake -P CMakeFiles/cmTC_6a57d.dir/cmake_clean_target.cmake - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6a57d.dir/link.txt --verbose=1 - /usr/bin/ar qc libcmTC_6a57d.a CMakeFiles/cmTC_6a57d.dir/src.c.o - /usr/bin/ranlib libcmTC_6a57d.a - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-t0OFba' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/curl/CMake/OtherTests.cmake:107 (check_c_source_compiles)" - - "external/curl/CMakeLists.txt:1977 (include)" - checks: - - "Performing Test HAVE_H_ERRNO" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uGXQYZ" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uGXQYZ" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_H_ERRNO" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uGXQYZ' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_44a9e/fast - /usr/bin/make -f CMakeFiles/cmTC_44a9e.dir/build.make CMakeFiles/cmTC_44a9e.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uGXQYZ' - Building C object CMakeFiles/cmTC_44a9e.dir/src.c.o - /usr/bin/gcc -DHAVE_H_ERRNO -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_44a9e.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uGXQYZ/src.c - Linking C executable cmTC_44a9e - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_44a9e.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_44a9e.dir/src.c.o -o cmTC_44a9e - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-uGXQYZ' - - exitCode: 0 - - - kind: "try_compile-v1" - backtrace: - - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake:104 (try_compile)" - - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake:58 (cmake_check_source_compiles)" - - "external/curl/CMake/OtherTests.cmake:147 (check_c_source_compiles)" - - "external/curl/CMakeLists.txt:1977 (include)" - checks: - - "Performing Test HAVE_CLOCK_GETTIME_MONOTONIC_RAW" - directories: - source: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NWsPEA" - binary: "/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NWsPEA" - cmakeVariables: - CMAKE_C_FLAGS: " -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include" - CMAKE_C_FLAGS_DEBUG: "-g" - CMAKE_EXE_LINKER_FLAGS: "" - CMAKE_MODULE_PATH: "/home/guest/Downloads/PopLib/external/curl/CMake" - CMAKE_POSITION_INDEPENDENT_CODE: "ON" - buildResult: - variable: "HAVE_CLOCK_GETTIME_MONOTONIC_RAW" - cached: true - stdout: | - Change Dir: '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NWsPEA' - - Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/make -f Makefile cmTC_7e1f3/fast - /usr/bin/make -f CMakeFiles/cmTC_7e1f3.dir/build.make CMakeFiles/cmTC_7e1f3.dir/build - make[1]: Entering directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NWsPEA' - Building C object CMakeFiles/cmTC_7e1f3.dir/src.c.o - /usr/bin/gcc -DHAVE_CLOCK_GETTIME_MONOTONIC_RAW -D_GNU_SOURCE -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization -fPIE -o CMakeFiles/cmTC_7e1f3.dir/src.c.o -c /home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NWsPEA/src.c - Linking C executable cmTC_7e1f3 - /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7e1f3.dir/link.txt --verbose=1 - /usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization CMakeFiles/cmTC_7e1f3.dir/src.c.o -o cmTC_7e1f3 - make[1]: Leaving directory '/home/guest/Downloads/PopLib/build/CMakeFiles/CMakeScratch/TryCompile-NWsPEA' - - exitCode: 0 -... diff --git a/build_emscripten/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/CMakeFiles/CMakeRuleHashes.txt b/build_emscripten/CMakeFiles/CMakeRuleHashes.txt deleted file mode 100644 index 3dc41241..00000000 --- a/build_emscripten/CMakeFiles/CMakeRuleHashes.txt +++ /dev/null @@ -1,107 +0,0 @@ -# Hashes of file build rules. -bc8f133c202c56aeb2c656564f9b8e63 CMakeFiles/alldemos -c0e8dcdb796d92d47a3388d7add2415b external/SDL/wayland-generated-protocols/alpha-modifier-v1-client-protocol.h -be40138b9c4cfc133726ba6a9faa690a external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c -dab1ffd621ef13e626101c5ab158ab29 external/SDL/wayland-generated-protocols/color-management-v1-client-protocol.h -feef0d871ca9f363037463bdf4356c69 external/SDL/wayland-generated-protocols/color-management-v1-protocol.c -0a69fc9ad978b20e31133e86fe35c106 external/SDL/wayland-generated-protocols/cursor-shape-v1-client-protocol.h -cdcb3f3e0fb9f19b9d07d36f83fca556 external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c -2a5cbf304b1a210cfaf0548d7cee1954 external/SDL/wayland-generated-protocols/fractional-scale-v1-client-protocol.h -8f533882dadb2412ab290823b3d6b923 external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c -586b906fad23d17cf766d91bfc559af8 external/SDL/wayland-generated-protocols/frog-color-management-v1-client-protocol.h -753d53e94c710a4f771b38ea61453294 external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c -0606f0e5f28a1fa1b7126bcc8ab2ae0e external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h -b20f225e7a3968aa00c096b7bf42ceb4 external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c -5cd0d7ec79d3d11ecc01489b648900b9 external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h -0ce089412b14284410f52afc29fc252b external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c -895330acf9f6a0ea82ad0bc1e764b284 external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h -96101a8e09e131ef132574387b73baa8 external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c -c5ce34d3fc93b66a4b452c41444b49bf external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h -e38857ee5692e0293756fcc9679b6460 external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c -6717d71fc9895b6a9d3c53a00b5f9363 external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h -d83a64751eb9552f0f8303e56fbb77ae external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c -83bd832a5a1f9b284446a793c46631a8 external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h -50f1fe1543c280cbb7df6ff95259a7c0 external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c -f534f24aad1973d92df85db4ef3b6ae6 external/SDL/wayland-generated-protocols/tablet-v2-client-protocol.h -f088b3be41c3e1c38bd48041db7006b5 external/SDL/wayland-generated-protocols/tablet-v2-protocol.c -54d11bad3b80973258640d8c9637204e external/SDL/wayland-generated-protocols/text-input-unstable-v3-client-protocol.h -22b6916682202962d2356dccfed48006 external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c -9a09ded7c2d308719dd02135d1dcdf66 external/SDL/wayland-generated-protocols/viewporter-client-protocol.h -d0eecb4e333ab02e8c790679ce5f0b21 external/SDL/wayland-generated-protocols/viewporter-protocol.c -4bef681a2686b35139fad36ca7111b52 external/SDL/wayland-generated-protocols/wayland-client-protocol.h -bab85f789b5edda8daa6cad957bea55f external/SDL/wayland-generated-protocols/wayland-protocol.c -b5d2e565520131c4c1d13c2f44ff18a6 external/SDL/wayland-generated-protocols/xdg-activation-v1-client-protocol.h -4c1ad1839d41a95b0c52dfc7eaf25b98 external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c -8e90bf03f17d7e08806754160455c1fc external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h -7a2893597fad591c28deb1ef8c750151 external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c -91a92016379d9bad3c2103fdb0e0a270 external/SDL/wayland-generated-protocols/xdg-dialog-v1-client-protocol.h -d705dab7c6c64cfafecc5dec7dc3ad0d external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c -87fdb0a3d72c36f217883badf1b64535 external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h -137e6565ef5621c331d674123c0d2b7c external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c -b31d81da074b0d739f5521f7f6449794 external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h -e6aba37fd84af090cb557dc6eb97febf external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c -135a87f3cf821f8347f2fb615abd57a9 external/SDL/wayland-generated-protocols/xdg-shell-client-protocol.h -1a3e74bd1d23d4ef72cc8fb04aa80ddb external/SDL/wayland-generated-protocols/xdg-shell-protocol.c -a4384fc96e5403a1ff262b2d46b642d5 external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h -993f9fbad5cb4221742680392b6e6095 external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c -65425b2801d7ced11d7b7697fd045df6 external/curl/CMakeFiles/curl-ca-bundle -29b77567232e5e74f773b846a8f46a7a external/curl/CMakeFiles/curl-ca-firefox -415d201aa4d2dbc0ba458f8f84521926 external/curl/CMakeFiles/curl_uninstall -fe3ce9acfb9999a07bbc4f7cd6d2e7e3 external/curl/docs/CMakeFiles/curl-generate-curl-config.1 -fe3ce9acfb9999a07bbc4f7cd6d2e7e3 external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1 -fe3ce9acfb9999a07bbc4f7cd6d2e7e3 external/curl/docs/CMakeFiles/curl-generate-wcurl.1 -027d2b9f490efbe33420442ed317a813 external/curl/docs/curl-config.1 -d7d942b8c55f25dfe25d26afae71ec1a external/curl/docs/libcurl/CMakeFiles/curl-man -3803cbeaee36528b0359118ec0d7d5a4 external/curl/docs/libcurl/curl_easy_cleanup.3 -442648b0a64285e00a5ad0d1479e7dde external/curl/docs/libcurl/libcurl-symbols.md -4bd850e770fcf7e66a32527ce0afc92a external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man -4d5dc861bec23839b9b7ad95b51feda3 external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 -f19f15e4bfad0a7b66d5714efc3e7184 external/curl/docs/mk-ca-bundle.1 -d97f7d30e8e43713014279b38ac334e2 external/curl/docs/wcurl.1 -447e6200c668f79cf67dc62694e31592 external/curl/tests/CMakeFiles/curl-pytest -5c18f237aed2018ea00eb248cde0f436 external/curl/tests/CMakeFiles/curl-pytest-ci -2ad18c87d6fbd2ad1a0d12f907396c19 external/curl/tests/CMakeFiles/test-am -428e309ca1b014f9c4013079a953c3b5 external/curl/tests/CMakeFiles/test-ci -197ab46abab7d528e4f25d3cb1a3d2a8 external/curl/tests/CMakeFiles/test-event -3e38e5bd9655b55eaa632e56fc4f3480 external/curl/tests/CMakeFiles/test-full -bc3220674fd148d1be41d6612721cc04 external/curl/tests/CMakeFiles/test-nonflaky -4c73014a57cc26ccc00efb241257893b external/curl/tests/CMakeFiles/test-quiet -69f056e8e456077ec2177c4a40c697bd external/curl/tests/CMakeFiles/test-torture -0353e7d757ff5325d89f9bc8baf37e0f external/curl/tests/certs/CMakeFiles/build-certs -af74b56d3ae28f542598657512f0f7c1 external/curl/tests/certs/CMakeFiles/clean-certs -6ed1b6149b09e1a94cfaf7eede7640cf external/curl/tests/certs/test-ca.cacert -461b9990aee2165c8a2232e8f9685bf7 external/curl/tests/libtest/lib1521.c -4b12e8e061fb6b07cf2865f4ecc19649 external/openal/CMakeFiles/alsoft.build_version -4a139b0be205fdcfd3cf8fcf8d3e9ec6 external/openal/CMakeFiles/clang-tidy-check -9fbfcc3231d39db1a7c0adad6e99cc57 external/openal/default_hrtf.txt -26c3396c155d51657d59ddfb2e1af6cc external/openal/utils/alsoft-config/moc_mainwindow.cpp -55aefdee36d43ccba8586a8a64080143 external/openal/utils/alsoft-config/ui_mainwindow.h -0c1c20177942d3f21a1c747005cf9db4 external/openal/version_witness.txt -ce2132972dbab811ae4eddb156a59691 external/vorbis/CMakeFiles/Continuous -f829bc43b113fa905895a13fbaaa8200 external/vorbis/CMakeFiles/ContinuousBuild -9207b4567c1b08e237a5c8f59e1a4530 external/vorbis/CMakeFiles/ContinuousConfigure -4a8d9d0a94493f58d32c76385c8f483e external/vorbis/CMakeFiles/ContinuousCoverage -aa07a484776e6ed70d0080c8c7b1f5e5 external/vorbis/CMakeFiles/ContinuousMemCheck -dfcb378804d5734b3f8fd8b42473c359 external/vorbis/CMakeFiles/ContinuousStart -d7c24350c726c3dbda4a543f17967c1c external/vorbis/CMakeFiles/ContinuousSubmit -4471119654797c3168259f81eec78ae1 external/vorbis/CMakeFiles/ContinuousTest -a68d35116c34a398bc4df554a3a18ef6 external/vorbis/CMakeFiles/ContinuousUpdate -ca462cd40b6f1422b949657e7b94e788 external/vorbis/CMakeFiles/Experimental -e47caf55288882ca1ff3d75fa5f57716 external/vorbis/CMakeFiles/ExperimentalBuild -7c8b1538a5529e082996c01d6428fecf external/vorbis/CMakeFiles/ExperimentalConfigure -08542f70ee56eafc31826691a0273743 external/vorbis/CMakeFiles/ExperimentalCoverage -1234b19d6c52ed399365261634e62017 external/vorbis/CMakeFiles/ExperimentalMemCheck -60743e62c065a733ff042d887c3920c4 external/vorbis/CMakeFiles/ExperimentalStart -8d7125cf4625a5f6cd3edb6280301a4e external/vorbis/CMakeFiles/ExperimentalSubmit -70bc507fd963f25db81577c564ae4337 external/vorbis/CMakeFiles/ExperimentalTest -976082112b48fc97afa63d06b47b4f63 external/vorbis/CMakeFiles/ExperimentalUpdate -257a8a9192ffb676e565c5c481988395 external/vorbis/CMakeFiles/Nightly -998b0492c37d556966c1e0f4d98be12b external/vorbis/CMakeFiles/NightlyBuild -66b8d7c36b98632ec13b3c3b794cdb2e external/vorbis/CMakeFiles/NightlyConfigure -d9bd0aa06631358ea20265efc5b094b6 external/vorbis/CMakeFiles/NightlyCoverage -a8a58c2238b4cea42eef99732ab8de84 external/vorbis/CMakeFiles/NightlyMemCheck -570c1e93ce4b8568a3c9fa6c220f174d external/vorbis/CMakeFiles/NightlyMemoryCheck -e23eb0dee9071da9b5b34b76137e1927 external/vorbis/CMakeFiles/NightlyStart -8376cc9dd1c17cedf86e31cc146a4785 external/vorbis/CMakeFiles/NightlySubmit -f356898101fb270b699305a2c407dd09 external/vorbis/CMakeFiles/NightlyTest -f5b2a7f9e208e8cd2ea27fee41437979 external/vorbis/CMakeFiles/NightlyUpdate diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/INT16_SIZE.bin b/build_emscripten/CMakeFiles/CheckTypeSize/INT16_SIZE.bin deleted file mode 100755 index 4fd91a1ab175d77215a4b52285b6136d3dd6725d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15304 zcmeHOU1%KF6~4QYW5uzpjT5;}Y^rHVjRVo>$CAhoPF9vyo(;0>$kIb=oXbi(l9o!l zVs}*JloEs764jWhr44})2+32SFNL&_7Rnlx#Ca&S1BJQ|jam|Li`ytkTinEGdd|%G zM!RDv?L!HL-YaI#JwM;MXU^Q&JEJ-CY-VUMnMf$K2KBgN&Ps)nv?wljONU5WJ*;-q z{(#!A?jXJ~kcIkmNJtyDR6{*&5;=<*_nPSA^nlobB0{E&+p0BjK-55$90%jJu|oJb z9g_h-p^wJ17);Fy_7VNQu%NX#4kcxW2C2vEX=^g%Eup|M%Q#DLmf%2NmN-F?PtFN% zCncY8nkF5$bg-xV2nB9gaB=#8*nzS=H{d)gU{#!oI7%0Ar{44O+>gfxJ{`KdEzXmI zYZS+Eig^Nx@tz`_ObPM)=>*ebM8@0d{H@7(02MaKO9u_XbM4shm`a{gRgMMvgi6%$ z$r#VJ_tM6vgYmt;UU~cc>*q(_9sAkjp}}`PyqbOF$@ZDTcyD+6OulWVP@G?ATX?v) zt+(5*l1ZZ&#mkjFJ)0{O zNiwmJ)02f_Zl>^zt60s))~k*UWsmmjF1yR_iTa1TmClYH*Lk<>P8BMiTOK{$KT|5Y zqq*@JmwZjlmWtwCho+kvDn(}^_zN$D1o0d%=EMB`g**AIJS4K$zWY2)t0esrh7H#@ zuB+7Dp?sfQzmQkOVN*KPLk_{uO8OmrW}{ z3RvIym+aEjr=6ugI*aeFogB?{Ry*HvE*|+E8Tc(c9l zS0|fW2R85=-?<}sQmgsHW6t7{9o%)6-t%@j7mgex#&5Yv&(hZ?eBXa#+hZh1oLSk3 zcV%*;-`tv3?C(!gWIIMamcDVrS(;ycGjoeWzL2@$yx?4Hxkm1qf7+O8{zWyBxpg6P z>kOqT%43u{hL~nDU@~AbU@~AbU@~AbU@~AbU@~AbU@~Ab@V}7(e$SQI-|*Nz3Wwh- z9a!^ye%0Udf$t9y<#&jN#6l{uf9Lk5WqL8ia(>sk`o8ZUWP^e2!J93XG5!+y zX=8cc?$o!E{k!g%CLr_F_nAP>c_Vl8TF^x;lUG+R;cdwbO*JrGuBt#v!}JD z5@X%leMTMY?|;-fL=Wu`TAe+1r`>6Fb#(P~ba(Y^X!* zMo8U7+ENsMdrbaqlJ80GRJbmP4cap8**@;)C6Zf#Mg8ta#NM6Ut8jjxeVyfsu0AW2 z;D0BViA|}`sg86g$NqWh>``|`-*p84vmx29Xk+_${MW?(KDn;ji0Afu+BlxL|38!5 zqAlJU6Pwq4w~~BMat9Ay-?GD_oxS>0_A42CLKTXWCC#%@>47f~_Z`pnQ$;t;KAmy& z;7H%`jCKY_ls-0e;%MKHJ~23WDl@7_`;HD}sMb4PSe{1x_`j*WKwg*$ z3&?M)CfE5&Nl)jBd9F0io*=7yp{VC8ZeD4(NIN}VsR&j|+o?KTXNCv#r`4j@7r;kh zbJ@G5m^`KI%Gp^jH%`YNrtfIB&C5-Nc%3Vka}*}y(I@A**}?>kTq4i3v*%{06S}6PDtn?dJL?uH z7yq5c>lCjI{6A1`_#Oo`9Y{BJST`V{nxH!Tvi#tKJ^(|ZxLzUdqYhmX(fC_^4+VR+ zt!-Ii{y}RE;=dx}gJPYPWhwgp2R=?whu2Qv*8~sBzgyh!T>_3D>*Q(DF$8$5*Pzca zxTeM9pCBEtrNCqT1jT&^;)fmR9N~Fw29Na_v_r;@$B&Snr4FAH;BkKdS`|Z#A3y#j z((^Il{v`TclixSo2Z@_tEcBUvhqhY0B{30*4TZEv+z`A) z9ljTlX|HhqitoST9;5Jmh~M1Z2l%p_f6Oo7 zFb{bBWfS1>9Z|KNgwzg&B-#TH`aWrD@wi{QE_ht$Z~z?W%@|&##j+!$;zoqGFZ=7H zVPA+J_ap6sm&1?nalU~BEEDs{4*2->2YfBX+>OB0IVld)qU7fno@Y32{Lmq5V~8DS@<53T2H$YX2xWg+kpQMSTR^VmAtX;I^)&=ggdM zG&`2k{wSf)d&SJT=kc9;=FFYFGnz9m=0=9osgy!%QqL&ntV}4$isE{&bckftlWI5Z z5356JEAh>NEYxR1LfWupni^?~$XU#|*F~SChs6#Q5i(`mX03$-q6VtuI2gBu6~ZU! zIT-*H`e;0h!PKl^AJMN03mV69C>c96$UM_X+tVR$2?dT>##w^11PA)6#0iRga!zln~GFO)x#q$atHbzg0O8puz@u>7pTcuALY?r_z^HonwJMrBV%i zI>EE;Bee19V0_*m-Tu7;zrA~_zUQCcbq{X6@!Z|T&Y9A9e{bhZv16uGo?qx#c(T8v zzt^r+?4Dp89t-19_djZEzjp)6L6TV;$n_@j@+R_!N&evt{3xyIXeM;cD^xu_TPT%D zGO?_9XmNVQz^S+ zh4C4ed`-<(%HmyzrW+b6MQ0-T3onEe@fj(etEZ%8xE^oQosg(2ix|jBEI*V_#Tnkdb z`tG~=rMI4UmVVtNEknoW)~1xa%yv?d@_dA3H*f-*%6lrEgF8zW?Tyr%8~yaBV%_ zYm@8!*7mGof4`q1+jHb&>9cp7rTLYgqf@3~Tknx5WI;qZH< z!>hi}uln2G_5Bf|{4SDP>V-2ZwU9|2+PSS|nO;n>oZq#syyN>v*kEW|@Meo;jK4~L zI#@oiJM)F~;I6IH1Z18XzmH;Le!s=k_CO4&+ z5jBdJ7o4ztGmzcw!5vKuAaWG-k!eA9E+Uu)2!b0lV-a~kW%|pCL3zn zV+I@9^La_BhgI@;J`~_~t7a?afV%v@h!o9&+fw%m?Z>FIQN8mN$t@Vg=vM;yKBclT zA$1pN%TWBC3HcXEzBj#7;kqC;Xv?%``=p<5klYF^8h76zc29br!uf&rhb&ig^;w|= z|2w%(Y({-Rb!9_2_AgUsuX-r@t|R!L4at5=8`~%2za{nu71j7 z&kUT*X=mt+(kDhv9UmCcr-p~m=En5c!10kB)p{oj%d@B-|93UxZn5AM6jz{^$O|)J z0r>;fvmGykhEh_DnX{X0)HNi@0J5{Ia+~|;guUhoR0{AFw zE_>G$lc$tjyEy9=#)*2>kWQmlu6V9JRi3x!s+Bpn>RnWJBpRPD(MJQNqOwb6s+6Bo zf#GzaHm&U9#WFb!saFj(pLVOYQl;F$Xwp^PnF0gY4~1iU?gH(DeA(4XkUiU-)|1u3 ztgEMsga9YO3>?pQc!jADuM5>`fx=`w`sBPYTbiJeE99AW_S_70Lf4d3WlvOQXWcU8 z;=j{)o#M5D{|Cwq-=lzL1L^t>>jorL6V!lTmLGi3M`0)w*DJ&W)S*iv8h^9zp}sDDFEDKkPu~2+wOXc&yK$T{3nueuVTQb@-eBkNX4Ax)@^o@%#n%#etUI8zQZ%&W{QJ7#qczbI zbD>Fl@SxukJo1Ni7!>nQygqRJuO;x7j0-vjpitx=;vZ2be*Jn@r~wr=6w)4XLvVvS zd@mx?Ug7=~-+v{?0}uLh!nVfnxWC=cKMd4h7jo-7v+0cwFaj037JO1YTvuvMZ$GMuZP8`)j0O zUx**~Bb|bm!;kPuzKH}Z6Z6Op_~i8me4JwLMquik7Kd3;^79MNGaNVa!p{weow`w5 c?g_h(VIa{YSh|eC$<$@C0)l}XEt&ilQ<70N-t~g*j{1p zn%yySicljNP)!uoAX*`zN)7NgY+pS(#9h6~*;l=@7}P!)iC} z52*d>KH{4LS*Xv3gtTGHG&Rx|k+Ya_S45wr2gD8(5i(`mR;`5tq6VtuI2gB$6~ZU! zSs4Hn`e;0h!PKl^AJK0K3mV69C>c96$Q*5??dg!WgaXGb<1E2hf&+a`;sixLIVZf0 zNj{S_OFC}ZU{CoG3fzj|lJs%017&+|z;>@K0`Q}65{#838u$s8E>oewu`nKW|D(qCdp5BgB$>5|TyG&SZy|q(VL@Lei9_h*r4vQd+ffbf2ddK{P;;-bgS-ksph%W@soqIm9jft zn3#3R*YsSaEZ%i!x~ZX3bS8qo@Iput&+%eDEIeAepU=vtM0VvHuh6tg(=TDzaDC&t z$~+j#_sR7Od0iZ~WJ5jV;OozXa-OsCb9g-_PlqPK{zgnLmvA6|Cnm?Wz>3wFJor5f ztj*43z+}K=z+}K=z+}K=z+~Y6B?BL{e*7QK((M-K(zdIeN;zMxdujiMv-I|YP;`@YNM$#rLW&AIyLXPm2dnw-=d&fDwW!{net9JKhW zQ?2bo8+eZI;*lb$)xx2(&eD+`+;x`U^>#UzjvOS$Z@WX!(zhmk-+yD<(xu^1|vba(6l8OS#+5x1GyvH_2V=kDD{CKdYy5cQ57c zo~Kkrd5kj05YtQsOa@E_Oa@E_Oa@E_Oa@E_Oa@E_Oa@E_{x>qf@3~U@o1WfB;qZH< z18cs|uln2G_x%x~{4SDP>iN?uwU|lm-?_bIgl;I8{-2*^A&ejmlg{CE_Hm<*TJ(9fh}zAa2t(=^cM0!Ez2hUoqaJd<@ObunRCv@yqFxvJzpncgHn}0i zjHpq(C=Z8R7s+i+^gBXUy(shnq5M3{tt}+ce!KJ>ag1^6BBvtHpaK6+Ka7Wjf$6&N z`vgyKii3EOCwlA+_!iOsU3dvsynplr_2XNOjQZ33=FVk0>h0;<%CX2fKh5fWKWVm`1Sz#wWwN2B zJ!Y_(J)f79dPpUY=dl2{TQyrT2h`>NMWkpJ+>*LiXirdQvwG)gl3Or}(QgLwy-Ha#)# z{&#Yn*o^v^>dJ<4>|deI9`!)Q$aUR8Jh$J_#_=Tm|B>Vt zZOPW0+Pv<&o#cDcJ9zNMmLDDO@6~7WpUv5ms#Kn;Xr7Hq4?R0Na56tg72P!Zbk5Pk zrw2~vv@>*C>Ek1(jtz|HQ^Uh&a^re@;MhoxYQ2+%$y3U%U6}I<6GXjgNN3P1S3K9AE-%>g)ylkE^)4to5=|_W=%ayBQQ4(3Rm#t+ zz;LEen^AW0LYbU~)T@S?FS^xQsZwrWH0i4DY=Hsnhr+Qvcaio%zU*ox$e!)a=&5R9 z&ebzTLV%NC29D)Byux&d*M(}eKw&Z-eR5uyD^1eK74l3wdw!NWp=(O2vL`EZb8eY( z@!x5@PVw5n{{!WQ?@>UrfplYsbpsNr32MNv$PYf~<1iG8>lNYw>d++-jlb3RP_Sp) zc*_&>H(F~D{|y-*6zi-kOVRf~@NtGZymkV=CU{W(-QtGt5^(%jC(n_NA;4q327Qsi zv6hT~l61V50+00*6!#s7A9kSggy*#xJl1E>E*U!+KSFweI($xm$Nd3lT?{dP^7xlY z&&P!OljwI%e&28(ByNJS&}aG*ZE?IMIM9QMgo!$G@p1x>bqADIiiVb)f8P;&v?f|& zE;MNm9`t*HNB*!5gJS-P*L#lt2MN3-z9%yH{QSc649AVU@N)xVr*70% bdcy7}F_35yEZxg(j{ni25U?`=NU-W(5VJF# diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/INT_SIZE.bin b/build_emscripten/CMakeFiles/CheckTypeSize/INT_SIZE.bin deleted file mode 100755 index bf38cb1995b8ff2baf2fc2e374a5a53c478de431..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15296 zcmeHOU2Ggz6~4Q68n;d2ZCZ!433vom)Jk~#6Wc0{(yo8jnH7#566XP;^lI%L+bir{ zYj+Gz5i}4$SW&=8EmT4k74QOYh^jmw!A3!W3L&MH5ESuX5Jdq6;))*yh`gLL_k82= z#4bok6%zMYJLjIC@7z0Q?#!L>oOvcUI+9MM6sSo(p;&S0qFjsooS8V2e>sQA{^MgaW$L(?ZqW0llrSlWVb>e6M$dCLehhyc)2EF~xV;wB%PAb{e-YE;Twud$Odnnk zLvOpW8L%0!8L%0!8L%0!8L%1nf62g~Ti^8$@4}51@8XWjol1G1sR!xCHSfX?TdssD zV0-r;^UJS3qDWA^B}x4hZVk*HV^q??uPfgcd6}l3fKB_bEftC^;GWm z#oX<)l&UC?QRWz8$!5T2z-GW^z-GW^z-GW^z-GW^z-GW^z-HioBLn=ND|Mjh$bK3Q zzgIfA)@bmn{G12zLT12zLT12zLT12zLT z12zLT18+|TP`8LWMbsdoc5@eoA$5$qMfRlL@j;PM4|zajJo`N)GU_5xuM7KM*Bcdf zxhBPos8KvG4~JYA$+RZ+dyJ?)C;VRF{5;FlW>~b{DJ@R|qu;vdsmL=V;Q!e$;~{0} zx-Rm5!PA@KaJ5+7Cq;uS-sgvy77EUseLMw zHJ0|6!&d(LLjU_!a(@hNk7{;e0jSv%`nRd;Quhk0M~$uOoqf_faEkGjP*1&QV@hg% zl71N)e`i9^^Kox_m%@2LVo0B-E&C_qe1-H*=&^b8EfVib?^8HFuzr{Iiq1aAXz;(2 zt0ZRBJ5*QJ=&^m48hh2f(RUr;|7=M26Z)}#a{NCR{|Du~?jV`zSM=lYB;#Kvy+gkw zrBhqieZQ0Rd((9G%5@~d<;N!Usr-j>?vyH(rz@K0qSC`392+>EAEJ70ntM9u>5-EI z$8*{nKB@Gv(ec57Q9V8~aw<2WCk6&bb5!Y_EGy5Vdi>v2jQhnxP*7ZdUZN;0nDX&E zYRPr6R?)MCa*^xI^W)@IES2?Q%`YnLmuaIXYc;`2VLR2P>)hC|eyd9K&E@aWu({}6 z)0hIK+}gSMpfE{1s2VCj5$A=)oV3`EnEIDbxehpi?30f4lFX;LpBs z%9HRnT4ON&YtlbB)>m1MqVIkX;}kV`%>;f;@ZfyiW8!s}`^NrbeLO=th5(Os8l10# zaY~MVij2I50*`eQ9QPX-Km5QK2+wOWWUR~JUDA1S{20?S)Zk+RJnjp?>*9$1ll#9+ zcHSqB9}=!-!g2otbMp9qfedlHBRKFwiG(3M;ystZW4!^V6=D-5`{#9syNK38N8E)c z{UL*Yo!l9Z{51n79P^J{LIMu*x2X}wJC3n{Pry+)@(=a*s1ZMZ1IJjvMKns)0w dh*o+`^F8QDED4eB;kL$q=dc0nN&pg~`WIUrHShoc diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/LONG_LONG_SIZE.bin b/build_emscripten/CMakeFiles/CheckTypeSize/LONG_LONG_SIZE.bin deleted file mode 100755 index 5c58bb6ab50c578046c752a041a282558c0efe95..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15304 zcmeHOYiJzT6~4QY<4s~)8z*v|*i=KBx-nFvhb7@8I9XX*X|~9cW6M8U<6KtSk+ekG z6}zJ%CxjT3wh_jy0*OgmD0%!S{SinZ6hdfNL%hF16ioggoLzVOE;{iDUq|7aj%I!PWOr(C?aIaxXoIM1EL11&kNoxfE%51_&Zd1ZQEpHPW) zd@{zf?H#o7>0o^2rG{62{r%-1FZ^iWqp!U9HRr&rH`g{@9P8<7n=Z6Y7fW;Vt@8(a zT6?6v`7 zM3V9Oyq+kQ^3%n~T*YcWwjMP&lsnv~JMB)pJL(_kQaU$!L>JtOJ6WuHZe{dH-*ma; zj^@XvUGgsLV@>P+&_RM*jR!RCL3>&U* zTvzGaLiujFej%@k!&D~JLk_<7P$=g)TYnDUu9GK2lVHDGCzne&kpHGmj%$GxD|PbV z_b{+FJCgyE0h0lf0h0lf0h0lff&Z5b{JH6i|8N$rq@1%`F0?7-e5>Xq{bgt27paRu z3RvIqr`+PDN1VkEoP|HE9v#hg)H>dA&K>$K8TieQ6Y4J$c2mn!fj!CJXFun*yvyXi zt6np?enec~?5{MnoMFR@LdpIofqnN&O!luii>uCsj~{X_Ty1a?Z#kFNygSH2t2jvc zD-%sE{nzmv-tw{X{4{LtI(oISLU7{B={JxgC6_kI7ZEf0_&aq8mr zcrQ*|?>Dt%6#M&Vl59_qkHsghIE!;Dzsz3akk4kXIL|xhn%^gPO+RZ)H@#U)WUrmg zUOPppit-p`jv=O*444d<444d<444d<444d<444d<444d<4E%3ofZuZ^_B1@Oo5JDu zN_$s*pI`Mif9m@~MEPALx5Q(|RAN4z*t2bGYKdMYU444d<444d<444d<444d<444d< z444djJ{dsWBI*=TgNWMAZ3si^7`F@WNWJ5o!lNE?kMMZ*yGwY~MWS98`oFIEWj0xs zVn);`o{@(`u8ZWhD*9VORy{5BR-ybn%dI&i(SED+9C3_sYa*v2&!7SSPd|)@gn{Xr z@Vf<1Z;FF>ktcfW4fvGk|1P|QE8ahUg8K2zMn?T6 zEp-MP+4Fo!sM}Tic)lFqcBn?H&H;6~J~u(L;Ih=cLOV>Ijq05rCAkHoI(j~k?@}sL zC#3FoXiHQ4Z87# z68!JvSHz~(7gT#Dlwg-gvM&ES=|Fa?4CED0N9{=ye{!Y2BTZ!lP0c{*l-2cZU zw`hyERAS@0?=O*jXOga7`5lRHLnFh3I@lf0eIsj+t72)Qta(N%-T(FB-Xpm_s_Ld0 zsI!h9IM#b4tDXL1N)HZ=9PS;`BLf4+v!i;n_wZ1b>b>K|S2w4@1B|TSl3rf2s+Uc=sRj^XtP8I4pJKV27s~&xQ z5quOjm%eL?$y3U%o}TgYV?@15NT<*%l|9#BE6yLD|I; zRm;z+z;G&Gol-eA$(9kUiU- z(i4^ZjH{;#ga9YO^d8Q&dilu^uk)2kp2B22`s6%6Qyiy}%jB7M_UtruLf4d3WsjF< zX513x;=gaaPVw516j%5j1vDda5Ud;EsU~P0eo21tLGOW~P+YGN_fm&0iD>-IzK4Q6 z+t#-nF@K}A2JtV;_@G#4Wm$^8|ACL=)Zw)g_*KD!E{P$&OTh7Cojgf;h5(QC8uV$w zgT&(>Ck3yiz+?Rc#eE0jhaKoF;dyNakM$X}T?UTFk9eM>4xba?aen|>6GMz2KmJA1 z^D*K6B>G*G-#6R`iJM?7^qGE-wtBoJIM98ugo!$G@mvg#bqADIighhM|9&X=Xic=l zTxi@LJm|}UNB*!5gJS-P*Bg%ir!l-G?r(SV4+AyWh1_)>^52t!=MKil{SCeYd_m4X<`;07 z2Y)0in*fjRh-z&lq;_veqCN1SpOB^=kNc&|g2#0Z2f%?|jp0>BEZajWZbW$FvcEz*{ixW9cY@#I?H=)()k0s$II5}B5X%A${vE&bpaULh#N;)d- zsduX)rxcsIEfL04rhgJhKZN#E(@zCc3W0FOA!(o=oI)W94Jf4nr?`ni+u)=|*O}e< ztygO)EfhkbZ^Z8J&Agd;v$Jpa?P+Jvh5gwOs5hic!+LBIIg8oulJqBWpXdP*AtT#uMok@CbEKkgg+7%7`Nk4GIpqtd3-&#rbFHmgdMYNXNjF9cEA@UP9XBhIpOV? zSM|Vd&-X>?3TqYiTgzl$ofpM^R0kYNfdFEF4&E|?-#k9j1PP^baz{v$HcBt z948U;1c>pTBs-ZB;`#Fd)8n{|x7qnymGb};Hpoi{4Z(A5Xyk-SpH(%E1^p?NTF0jo zJnP;|8=nrgKl9~%KYXb;=IN7-fBf*d&%QA;{iTcTv!#jN?)KSY+ib~OSZrH7)Z5nE zZCA^7S1=Bbh4HBQ9}(;C+Ca0PWYz|9y@}l0M1Bv+AKJi=(wdHDQdj*##n*F%l1Gxs z#e$wHd4<{1Gp^!pKDJ&pG@L)uue{dEIepDCTiaTAZ`fg?XX#Z^4bH@u4 zvo86Xo-2FeU5Bb0Dk?>1BKQk0gcR`{FXqF-1Ep_*?UXpE>8QH#z6GTy9s&`CiRW*RML~UTwM(q=5T7 z|C(QV^J!=4PtLhNuO1uEb=ErHa4sBvhZO29-y*BOPub0_-wpIh{x~nzOX(T>kJ0=kkpPC-s{1=9+&mIcO6HP4$(j z=GK8*_8i~Y!$s;=3kOd)=MLY=O=szSe}{Aa@Bw1#EjQ@5^tH))z5d#k$4HPmb>&vP zSEg>Yn_IJr{e3V^x+loT(zmZWOA9Nn=WcSy=X2Mc=bZ~JZXH_zv8 zo}yGmd5kj0CWcG~Oa@E_Oa@E_Oa@E_Oa@E_Oa@E_Oa@E_{x>qf@3~TY8y?$3;qZH< zeXI34zv^%KxLzM7)M6&Jcl*|+WqL8ia(>sk@=?8hfE5O|25+`l#`c%V zPaDhoc4oex?%#383>h*{#P6e6ncr{mJ5DB+@n*M;KDaxI=hH>K*SF9`%rWg~xBd2ZTpmBiLa=ciG9Tu-X;{7I?ZDw7R+ zT4M?u>E9RV-=mVpV+D3QRb$u)INlwkEk(27n$*3bBTtQu>Yb-ZZb2!A7X$fjrLr+0 zHNQh!hT?Be$d^dIE4^Lex*#^7AJCrllYV|max2hSzxySzcc*tNoFDZ5hUJQ~XN3~{ z@8or2GwMFokqzb8|Ck!P)Lqec9l`%>NcKD0SU(y6TcUrzT-R;HGrdb2$CLE`0m&`e zlGKpexbFKwlJ82>)hqXr$ZmLaWJr(YpUT;js^m?THBUyR2fjAacQoHm1>H3Hbk5O( z$NP@vv@>vA>7n7#BYneqbZ~GiH?GI~jtu9h)H_*Mo<;fizbhGciv_=+xB$IGUYH5% z$8Rep*TrgC&lJ2O7nzH3i=3-)}aJnvTg)5?xS6ALB!W}sA5cFChc`FRy6 z&J?OM$}XPv$Z3dvCG7d8Td9`H-a1B8U&Wm*umSs_aBSaQq*OXLcPnPHAT#s_` zUlOlRye6c@557YIW1D~b7I3?qs zq)uK#VUKkai02K&4?W;K+4GtV9_uo&Lk3UAkC@I-gU<=<@mv6`i6X{N9zWmb`Iy*$ zK)9a?;`s;N$@9aCFzW;lXlS7301v|`x zzfd2mz#iWZ)!NxgsfR;|_OJ(jL_KkPJSSZfdtB#m06XA~guTj&W=DwPMufL7_iNO{ zz7Rj2L)yh&4nML_^89?kGEtB8V4uAHU>`@!y~vmv$HZY)I{9}C&odl1^0JL&h@F}d dEq8^@{TN7k5-dH#ZESyuA6$vHCkzs-`WLoqGu;3H diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/SHORT_SIZE.bin b/build_emscripten/CMakeFiles/CheckTypeSize/SHORT_SIZE.bin deleted file mode 100755 index ae3145706274bf7e3479b009ad265d30f95917c1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15304 zcmeHOU1%KF6~4QYW5uzpjT5;}Y^rHVjRVo>$CAhoPF9vyo(;0)>gS;~&Sj+?NlT?& zu{$bqN{K;kiE2#M(uP0?g!ZY>mqJ=d3uTQ;>O7R%fkNGfMlA`r#chns-d1XiJZlZdsXytdPwX*5g}8?ZP%JOAZnmWj)QSKSRs6z zj>`a`&`0B045nrU`-px=SkPJ=hmx{GgVdAtv^5#>mQdiBWt=5AOK_mCNSvU^C+CE> z(~{3PO_PpWI@nWwgaWrBxHx@C>_FL`8*rW#uqsYP9Hk4m(RaK&_v7(_PlxXAi1W1I z8pUy(VxE9vyw4L(ri6I@c!KFMBI9j${?_F@fC?MrrGtjxxpv~zxJsT^RgMMvgi6%$ z$r#VJ_tVCwgYmt;UVZbzYZpe|9{=gok-@j#zm|RM>Gs*eL~nQdY`$%_P+VASTYR*) zt+(5*l{%YKqsTgde`^5Qn~`$+!TE&M30>1ZZ(#mkjFJ(nvK zNiw;Z(^G|FZnp5Ot60s))~ikoWsmpkF1yR_iTX#omClZx)Ook;P8TYkTOK>vKU*rg zW4Vc0mwZjnm5SnBho)N^Dn(}^_zN$D1o0d%=EK5+g}eEzJR-7Jzx4u5t0esrh7H#@ zuB+6&q5ObczmQkOVN*KPLk_=Bfj!Buv!6>l-emIF zEw6=KKO?U1_Sc$Q&$HpGP_q9)VBhmSCJ%2o%j?eNzdq$$zSZC)UU#l-c=wZoHgVA8 zuT3?#4s7B%zVpZOq*e<@$DO5PySVEtzvJz3E*?8fjNfvLo~3V0`o91AjweWvIJ>$T z@9NZMzqvK7*x#R~$#$H4EPwT;v%IkO%gk*K`C{g#^P+R9(yT zbZFi8`Bi_*d%izJl;1^iOFTQG5{s$C!QDHXR_MhP%lTdF+Pl7gm<B{5z5cA+*(2s?RQGg5yu#}Dsn3F3>xqs`C&XH3`{qK zKOlH|Qyj#LJkeusz&DBhpTbMH;{B5+s2|^MWYnK#PYn(~UZJ|%Gab~r&RSn`&z;el zN{n@H_gQtKzyERT2tBkvY<2e7opz_y)zQ_{(cRUvonw)6ej3$#e%x#?2@-0*N~J?h zYmLEH_IzFv>OK`ep3elhy{gfwaX?-EUqpgt!40WzrHHT2toe7{oZ z8X47ht>N}b3r;2WxeLCal z!I8d`8SM;=D1BmR_;}xt9v&PV&5Y@>zT-m~s`ZW+mZwoa{_kqW-F(i=DXu^-kQZjc z0`fbm$#uR`(lfbYo-56>!(^2&6!k*I%`5E|X{RSD6~RhrJ5{Ia%&7tWakc361@KYW zT=uRhCQm85a&FGcO%V0UA)P_5Sn^zZy0~D^mrL_***mA~NHnofppOO$d1V)hR4G5N z0>hbHWk%Wgb479*Qm-6pzU-DOg;KGO(WEQ8vpEK^9}36z+(p_4`LfHUAbYkuqo>Nb zIakl*2?0)m={ufn^K#Q6Ugyf?9EHhv^vQW{t}sa>m&h~i?D<*hgsv&6%APFE&ACO& z#eb*qI>l=P{|}TKzDEH~2hzf6!Wk_^- z%!S77!GnHZ@W>z5VNlFJ@p{Mc|0ssHWL(fO0EHs|5dVxiwb!p_g&I&{Lm}-EHw14` zhwnvX+AG|@;`^`oc;G>QL)hjTJnnA~@DBqu*oE9C5BVQR!E*=W3Pi!kBq*=#aXI66J)Uh8RO0U-5vAtmL zTDxQ96rn~6fto17m4Jc}QU!hC1qo4j0ilh8O8Z2LK%zVuM5F|z)Dchxh`gLL_k82^ z#4bok6%zMaGv}V4@7yzI?#!L_oOv-bJd{i%6k3CNRx#(Kj3h0JH+!T*B&`mq-L&7Q zTGa!@H-<8!Pa8s7(^3r^X_LrV%(&M@AE*1o4iphGW!zS+i36ers^mBrw~ZCT$LY8X z01ACHp2J{jPPmWgSA_+w$8jhr*BGRp-ALP#hIfPl$1LL#+|uEm@*@ViQ(_0o_S}FAoRC#7V zaf*2Yit(N!oJin(Bc>onQ%u6Q?!E^1zsd1IOpsE}T^a+*Nz$aro z+dfJgpAN>~x^?XE_IE%1qwjyB_hVmby)<;G{oeZ>vxSMio{rgk`)r}Ou-LwMsIR@R z$E}py?r%grsqmU@ve>OriMzJE3W~zHwcp z9yap5a{WSH6^Bh}qlX-P^_Y?KoUK2HZ`R3^#w6TduanCq9Lj%NC&#tGij_Kfcs~rS z?apSvX252^X252^X252^X5jxN1Al4$=s&!Rx0}4n+pcyfy+Ev_Jz=%RtWwG4JZ#1~2i3_x4)wC^={s2Tiq= zsphu9bv(y+;b@-JYT@9xck$>$-1U}j1iQS;NB0v`Yq?9mrEgBwYPC1E9U(#D+_m+1 zuT8D@o7>Wg{oR@-+i~)-^!eM~(!$CwGWR&-%bDBWH@qt??~uFZA2+6&e^yOo?p@B@ zJ4dOC@)%`~A-35J*bLYV*bLYV*bLYV*bLYV*bLYV*bLYV{BLA{-*Y8e8;oZq#syjQF3XM@4*;hQa%G5#v~ zX=i!=?$j5P1G^rWAt3YA_f;qlw=3E@!}iF#e=|F%{uvB`BQ zW<-tR1^IEvb&=dwMgNdt)k{Km2<6|i+*%BY_S>cBiDQgg6*(1oh7I_C)=WGk3{BUB z-z#`}Qyj*NJkihIkZ%(G--VZO#rua(P(Qxa$f!Tfo*EiCT%o$#vz^oqopV0ppFgWL zl^E;3o^$HNz`$YW0R3ox+Ue?byWB3PyR*Buv!}avE5{<|{4}aNwYV9dpM-i$rP4;z zR%fu8J?j(d5fwk410im=YIN!xQ1=LJ37Q2rrS28l=cuz;z4KP}%ikn>hvHOecrf(K zL{cR0h{<0j`JUuXh3mptEA@)l$NjuUatB6r^oP`cIQf{u`GKm+az$64VvrO~-Jp%*iTl4pa)-8f+mYD3 z?t4GU_ay1+mHSA9JCprXW@JbYjE@fMk)a_y=1!_YajK+wQYt<8$y5C&vjbGvO_NY( zJUukpe=?)J!BM48438Y|4^d|_V|uLr_;7|wzT@@fX_S%wyV7w#p9^w|3(*VYg&9*v zeqT|!&R0r$CRfaJ!FhIstn!7TUa0tarTrr9^hBj1SgCNQB6XcPHK;$RBzpQF)kWfv~2K=(z@Ijw~p-^0}5cgAuE{SOTt-gnXJ=@l| zEHUrXT7&qn%lM#JXJuK6zW;%bGt}X=6ZloZgD#69zDvOIW1T!pdWHax^&0dg!Gpx( zpCkpZrNCqT1jTa);)fmRJmGn529Na_v{MF-$B%ekqz<1G;PHF_S`|Z#A3y#j((^Il z`6Rlp$^8w_LE*h_UKlx|lbm diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_CURL_SOCKET_T.bin b/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_CURL_SOCKET_T.bin deleted file mode 100755 index 4df629e2cbb0354da36184753a66e5e075ba1c49..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17824 zcmeHP4{#LK8Gi{NQKE^OAc{5zqo~v55+LBeA_?KbWef!2n2s`Wz1(e*lgnMa-C)qR zrbGRc0#h7QZKv&M>vUQxGuBS}Z>&xzR%?e&v0_{6SdrEiH7F=rtd{HV+x@=F<-snU z=}hfR_c6KOzTfZrzW4Uq-FLTd_i=lqy|uKYL`j*Vu2xhFRk}^F)*1DC;_&&vt^+LqhWNDrM9m6hX!NL4MOn;JS{T zr6ejPD0-p2kRu~8lhK~;)&-0Gs4JCWSFhy!3D$6XAx80|D*1)jFT{R=4^oFv1SOx8 z6Z%`t`P8uq8kHvJ6Zv5jzwPX&VMg>;GE+SlwPZR`D$dK3Ez zN5v+u zzKC9;N+#7ywK~~W;g1dn`OlmBgN^ks-x&GRo%^5Mey{o0pFG;Vsy?0STHIKlPS&MU znSsH&!OIudEp7~3+3*6V9coM3!{)zL$o{MoShj!*oq#ty_>2dCHu$+Gh@%Vxdy_CM zJD#(RzIZAFCNUT{x>K2WI(4h5NTz*TtX8zQEo(6rgcpPt6}A^PDx)p7(ny*)vnOTQ zW-hj}C7sQfv3OV7M68~^Y=)y7uIUL4mBNv5{<#-I3F_2eIUfejOPxwbrIxwTd+x(& zRf>_&EplDU`C56V%g^HLSNJgwSk~m~!b^Q@sms$jTYLC0$yXo6z4U=Z zKA(Sj+EpM*I(JRLS0B#jcK~MtcLV1D$AK3E%kcoJ4p<9Z z2y6#l0Zapz0=EJqz#YJAfV+X$0>^=$2A1PNRVT0(m;kl|Q@}JZ3)~7E0PX2I10el3w8~7M-9Qb2kIUamH0jve?0=5I6 z1*U<&0d57p0Neq53Ah{hDsUY5H()s)&K(5S0^bF;13v(!fqCFo;Iwz(51awq4LlP# z4m<}~j&}ww0M-KOSud56Ti2+P!OD`^<P^g17X1p3)N`Y7}d&@Zp{_d{k?wJcf-U$8hxOe_y(0}iv+t8oz z(MO;^N1(6s(W@{{UFD-ULZ9QK$DmL5(QW7l-}KJk2=wQD^ik+P z_0ji2f51mS0{spjy$a*(1|Pi<`n5iK4Ekk0x()pTAAJP+6d!#Q`s;7x^O*mf7=L@+ z@s}vD+UGImG&Dtl!Nz zgK-vPHKPE(uC1aRSlS(91H9zv6!HHs@Ae0zV|tA1v)CU`ik<#So^bo@)XP}^fa}~{ zj{e^Vd4JriWqJR!ZB=W>l@{K+UEhGx*csYjZdz{`c*WRQ+}NpBw6t6qx&$vKUmBXf zC_FzrKeV7>!J>x71&h1_Gf(-Mst)IMGs<(RnxW3+_hseyE@Zw&<73QUr13X1|4EI% zkNNo;{}l6=Y5acXmuNgKk)VFIX#8B}+cdtF`3{ZmWqzH;f06n18vii!agF~K^F11W zfcZX+KLz(()PGCkFJyj`#;;)hc8$M@`8zazJM&vK{xRn7(fH??zhC3uXZ{-+e-17n z>i1f0OygHU25)cWV4T=AY5{51Ie9#?Qp~Mg4zX<1b_W zMUB6n`ByalbIiY{@eeTnrpEt_`NJCjN9O;o@$WPLPmQm_ct-u7!sEPLr;C|CRpYyu zuh96rn6K9O?=e4H<7w`#M9ox{O}H>oYFuzWPc)wV&appR>Eqoi;1yOaO$|A&g^za} z`)YN7--{Q4)(>%4gmUmA@S#bJTUqV!GnHzZEH;C$ME~nGK1%UR%awd@iq|T(*W;{r z;)~S;-UR;4(wR!eZ&7X`Ug6t0|$NUzy*ZY4z z+t1-7)v^88!BcK|Vw+<4IrzE71aH4g@k{aTE(Cf@_Vmy8n;9}PeQf%3*&g)S z@{TgtZ6Yb%S#OJ^*)`DPEn60L!XETCNMth`y;aLJH+ZXwE+ZMY;~p7I^bTY;7+pOX zp8$@DnejOeiFDR7jgw`vJJT1p6TRLo^;))-GyM)YS@2orbxv4TuYsRu-mQ>9Z`QJX zjZzsbno67TjX0mZTI$bXdDYF{x}A%s(m2sQ1K?uJ=8Ud^Zk#|~#|IbifRE-OwYIfK zJfwc?dUwi9CoK;HXAJ1IZ8G#T=}YyQC$q8ASbgRZga)g%(PFX3w4LjS2C3r*nqpNS z!iu$IcEDNWHZk@Us}6fyw~n*0)0Tyc-b!UN)FrQ8I?)nl&gr+Wk$Z9Ynz-YxlL5Nd zP{#7>RyD6|Yr%Rw+*=rtsL{Hnd1b_iE?=XJ7403%n%j+z*4DK&*f%e0k6wr}>ttxVQ7!#$aSFvjYB z9E?pWT%fuJQdkn2N~*APN%t$qus3e?s&H~s20>l4bFPAKCOYVoDh9NinU0eK#X)z% zwmFDTCtu-Q*2!Mj>@~V`@jlb&O~ONJ+?nQOZFP3M$MrYjxm+CGB!AgP@OWP;ftIs~ zjE``C8XInCBvpkI*}gtAgIxTlh2|gVo*%arPLXxSf=$c|$b5j*>6v)3|91Sory_Wv zTP=Lb?<^sju~C9QX`h}QQ4y5+50`aqWt*@KfA3=sLHzfyzo7U#KW|~H_kS%oniCQK zL+mfO9U2w<+;aLU{xbiu9z3~-zs$o3-VLp|(7qOz1S&K~BK|TjA}I4o(toiN?1w+i zxkz2+T?8ArF}?rNhug71$3*;P-bZkZ4W)g3|A(Q|K2dz9$nQ}`ncoswKmK2WQ0yF%BT%CEk}cf4N@}#4r3wMQ{IW>|eN-39&h&ZZCDghuB}bIaT}^WxYMjoFaZw ze+(PN=l{?gR}tJRiDw7NzxY3njpFOi>;D-Ld%gWcTmp!n;8D$AHL+!biyVf@<8RlFL7`aEf4PsWXMf)Pg1=s$ z0)jX;FW8B{e*KAmG0M4HaK^@J4tOIcp5~=#&QbPT@z>% diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_INT.bin b/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_INT.bin deleted file mode 100755 index dae75c851d210f51fc55d01d532b799f879c59d3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15304 zcmeHOeP|t76~FH#ZPRYsymmLWUzkzWvI}PN(Il+9boZsnOXq2t)HeM?OZW1UH%T5Q z?}hg!lCH=WqO!3Rqv*0A!lHi(iU_M9g1k~$+dqV^AXxv9__0u>b+h zn9}QsJ>^Fza4UjK(#ORPlv!#jt-p<)#$84#*u-LKqRDVZ* zuU)IyJ;69U7RICQf7IB1|0b4$B(pY=>n-HvE#!}q{QaBwQCic{OzN6fsCs&?P%4vT za=D@nvbntof^rX9MnB_kKGsbkM}B_A3v>&Zq=PG)jYR4etK}WQg+7+ z6SFS)nx3na#k&qoH#Jm>&P4DRUI;1TIbO_%g~O$td{#avve&-&GEJ*A{St-^*Eg=K z%)U^5P_AFd>*BB_8|onkUwb9RT`Otl@ zja)x3u6O#Yt?ifD@VZd4|7Kv{_jM*ut~<+X&b2>2=UltrphZ_c#-sGiC_xRQHt zkx~`qG0Gf6OfwlU888_z888_z888_z888_z888_z888|6-^c*J=Sm%EdgdU7!|#=j zuK7N{>Ti47_eY5GyGU-S7tX5GVkUKD_l}kodNIXve%HGCmhT^9gP|S4n=O_x{u=q| zVEMq_%;(aBd$!LIka=qSK8lU`{T9FD&BO z)F@t-heNK5-+hAm@vTNi{b_!5cMqfiq4+x!^3Riee|opVbwO;mvqA~} zcXET+jCzmi%7$|6U#8A}^+@zxNAN!zlKqr6wok@?TkH?Xb=^Tcw_nl5@g)8Kf#eo# z$=00OyzaZ5#EO-UQ73d}M!c15| z{!lf!F4ih~rcf?&rFnjgtcsU5nO9n$Yqi{4lOABD|j z@0w!rl(K7==DflLQLh@(8T85(&$Xw^3-)}qGVfNsOUjN!6ALB!XrNS7cBxF2^7AS% zoGH|1lwG`3CZ{3ws-fnSZnajblp7dLx~e-{U;z7}aBRFdgD`p;|3an2blCoEPRwlQeRLJk!pepQTRdnv$yQ$;#ZETc%w6 zcN(u#yf*OvK)K<26wquS-PmE>fP`v-8t^OfgAe*R429x)g?NBEbV)?xZ}mMC?AbQn z^2Gd=)*8frOU4JqIxEXk^!*QfoTCn}oxraN9+ZE#xZ%4596#2{3#4NR@K~=wUt(~q zCF7qY9j~RpWBmlheFx%)9q2sad2I%d^%=BF#!kkMkY1z?pA+D5e*jt+LyVt1{$;;KN&=5{2b5NdhL)UvUln|`CR$=H zG-(eW^c#Xl{;&>%V*ZKOhmQZd3A`oaf{p_y6#0kvht!E*zn&FpK!pv3v`5?!+@ucQ zi^#NBxPQg>U&-;ngZ`YbtuZ|AZx8Yh12x!%+y)Q%uSvmk2jk=Z2Hyd`D(4^b3pmUJ zUVqsHczj1x?<66$CqfeKfd_qyG;uucm+lB2*Et*j2YNq&S6Q*_3aPje;ls=RI%(J! z;>Z0+r{LxABYcu?A_2?9JhB5mdHn$&r~VOEs<{KE4L$Bn%3a|2?hZq!zK a!tMt!kZ2Mt-OFu`|K9NsusZ=ruoM;Ziabwur< z`k*?X?jyP}Fb%d`739Q#+S5mGKNIkO|+meQM1fjp7z5h#v4Y@e_!6a!mL* zA@Pi3n)xt@OW*uYCa|IWGRe)`JyzR)pOnC$E6n9H}%6^e^X?Mp}c z+WUIkO3CdG$KkOs9yR}?!t#5!kQ^kQvjtyo!!K^be~9>xZDB`gO=mNuD?zRt==ofs zNSvvqoSrTeb905~eZ}2;ZhdNGG&?Y;yWMWLH))LK7FT7Q{#TiRX><%$0;+qvBI6NXRR z4qD0dIWfJnw${>ifd#J$lKi(q`QC3ZJh|a5uX|Vibj-VQyTMDm)TbXTAKyKpp5-D>ghY476E`?={YzZdNGR*oJbqSktweoNn&s?}<5H9bv?#M!HN z{k=MUx82f~R&4KgGbDSOY%G87rnkJf_M^-lc6lXp(|gss-1;t=Yk8wF)$+q?B6DXY zbLT9DDvDziIaaa7M!-hEM!-hEM!-hEM!-hEM!-hEM!-hEM&N%V0{osUaiHPp{p1e6 zS30;}tMRM;)?2mOC?UU#}zTL>kKh2H}k3UtRyxTLKRF0f=p7YP2 z(V9|>bzjd}H8ME(l=B4rXn)e_>UF!^E~mS*ySKBayLUUo!sqxjs#~?VSPL-{YM)A_ zO;1~$z*h1+zY^*p6+a&{Kli9cr_KO1*{=l6f*X?eir#0bu~okFEb$!()!~;y{ywGB zbxdl$NJonN?}+hNh`%?vOJQ9Q8J3r+X8E|CuM^)1B{o;zCi21LK85Rp-tRMC(du&y z2md>Hhsc!ri0VumKI*ShW3PH3`mQ7VpAGSTOb5%y{paKkmVZRnbvw~qenkiS6Sw~d z;yZN2OH*R&yl;p2dy}+!)_*)ZNGaVk z{dC6D!zcTXXS6qTQt6S=@qzwPJw7~qDl?%c`UgfclR@U<0O?Y6!l`o&nxX0snU~`is(viJEf=V%-E3rpk(yT z8Ss(YocFHDr$8yUa(+I@O%euWgR^KAOM&ms6c^ova%sUY2j`U=u_hM_^wmHiuiQeB zQsoy^C^(y|%qlm3zDPz524&Op8NXa9l!}`OO?_p5F2@RNhum=ke~IcaUT(P*M$h$U z^>jHm@9Wt-X@C-E`UkS@L2kzA>s+~vf!JqdTZ+E_fsIqt;Jp+2>!J@_6+wKLfb+*bd4~E~1^U>pftN%d z5chwII(RRIKK4%_o;%<_1TlX6{FkYp z&k4^b(S1$sZ+H$8GvQchGk%eddVNRqfQMoMlkUjGmt*?acYw50Y%1~j_chUv_C!a- z1>^Fdf!`E;#1H#05c5y0-gExnjp;iwE^q>hf`~uZKcGha`VAb@0~FFQsfOQR@V>c+ z4w?1}&#(CYD?T1*;Lk{xpJkwr=iB{!W1s>#L*1pp|21{++<`uxZ}1)9YjXWDzo3VC z@O#o_5$NMPqG|^*sXSpIs-X{jpL*)`@w{|H^s&xi0D8dNF@2R5$xee}Mws_*`y155 zw%|XWM><4bPCwF*(+$L6o`^?s(2uV_=+`6WZlp|&6Jjteo&5WS=NZl$aoI^c_)g8J ctah7beEniv2=ZgrR{C!oHWIsH3Ncds3y`TcKmY&$ diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_LONG_LONG.bin b/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_LONG_LONG.bin deleted file mode 100755 index b1eca4b12c6e2e9f1c80cd7c84843da71585291f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15304 zcmeHOU2Ggz6~4Q68YfNcZCZ!4iRuw*Lo4w3C$<$5(yn8#Ju5l3Nt_3W(yO(1Y_G6) zt=%zl3aF6+s8$qVBq){Op`tJJu~o%OCAv{iX{D-4`4i;@gIXz|Kwa^p0Fj4tX3jSr zPwaw(R3UM%HTT?e?)lC=bLQT;vz{|g(6*tV}4$O2_Lx(jbymM^!V` zhtxrJ7x9gOEbPyQgnGl0Y1mAgM9yNyy)6AndPwv@;UQDTZC9GuAu6Cs&Vz9~xI_3P zJu3r%qCXnXVlWjes3ZCg)^pQ!2HI zPbYZRy^jvQ9E|t({@}}{&m328_Wtt9{_cYbj+0|`+7R&itTfy^5Rna($T*5 zz8uAxb>h^(T&3(z z6ej0fvNbbbDT{R-s&1*M6kUnnFI)&I;@Mx!hs6ggzGNEa5=@tC$>Xfjd@X^5A|L zXq(DJz(l}Az(l}Az(l}Az(nBxB?5nLdGH_3rJGI8D{&QiCkB`>ka41iC>d~-})s&{bky2Y5QuRPx5!z&XpZMW%B7; zUMrb?LQL=SS6kXHvf?$Nr2j&o-}`+gkFGn*YtGd_J?>n+)!?LFbKYL}?jr;3VxY-i zoo;Cx+`zMc7f%$aTP+?r>s&gqo14z^d){8>@`=O5_^r3-xAcuE-}hhJahwFH^Vc@~ zy*9nkZfVOZw)guP(mhKymcMe-SzcWIN$xhgd^va1dDgko`VN_E`C((GD2`F&7-EWvfQf*KfQf*KfQf*KfQf*KfQf*KfQf*K!2d=B_&rzZV8ihPhR_MhP%lTdF>ifQbm=y+h25+`l#`vpb zr=8{f&6%&K2ln1IOF-tS@cSrM=J#9tj*|<^_%Ovpz(l}Az(l}Az(l}Az(l}Az(l}A zz(nAqi2(8zk*A0pMC5Mnfg6&?xL0^b@*VFN9{G?5g~xBd2ZTpnB=U99|JQZD!YbD# znGrdP7v;wx=S6Z^lm6WytDY8mw^05)%cV6WQN2@Iju^(cb&*q&XHbCuryu%5!a#Lh z_ydBcH^qU!h!g$n4frPM|GV(wu2}!*3G&Cc8yWeh`O%@VV>QaVJ=aO)=y~f4?uBz& zQ;Mp8E62L_H=kI;|yN3E`2yUXsfx;wjjJA1l&w=*nqj!&cdz)!02{}EDZzsh98 zp0=36R{9SH`uD2j`FtY4HLFG|W`LT<=t$8lxFLD3=pCoVR{75JB)6axqt6EN{YqtH zLTWD4ks<#(67m(2?@RAdSQo?wF?RVq(cG|x$;2R}F3e=0vfdEGPz zb{G>EV&Fll>!lY-s3AZbDD=pB%|i#&8P1u8Xybo-LG%oNt~VBdubotQTu;QE9hKm7c8C1S<*dl%uY5ql5axGSWAv z!AEX$^1CLVJf-Z~g?X3(m0c=R zzWjm;6lV*yS!EY5l*wpFy=vI=MYmcjRmz(fO?_2&uD}4cL+;p~yF_&mFS}X^qG!9a zdb(PeclB(M5a7g_{*(E3uP_thb)i}iEKTt0C9tAWTNH;3%8<0>=&?fwf-0(pkf}&8YSBU$mK}#YUf4lFY zpwGJTk|*YGwAaA@>oPtl_F37MqVIoT;|w);?*x8L@SuD@T`JoZmeJa@o<=z%T}p7&<(*q=c=W$dK?aOo*(@HGJ*&j+A&QN;Mk z^XGkl&k4^b(S1$sZ+H$8Gr?GBGyMh~al9os(8Gyx=l zJ<$?%p-Fx4pw9~)@xwk0iuos2?>PS#6L?F;1)Ts;DB=(CE7XXuU(X7AK!pv3RKsrw z-k?S^9Ww0|o?r3(S8_b?puZq&OAL?a+XH-KpaQ*++u$MpEp_nR!T5N-!FPbq$@Rzl z0uJ-w4}@hE;PD+%y@P~Q9tlZQ0}uK>^~CXbUb-Q8taBIu4)j(6ud<@q8B#GL!aKM9 zb?RYT@E^}39fFtBkMK#pfdniQ^+*r+GKXQMHHa zgX)0VPJC-9)B2nyq}3(cvXN#)&SJ*BEczrpD0ZM2AydX}RWdvvDxgZvgK^tfA$*da zl@36mkNUG1OvMW8h(0GQXdK5w$=cc=`}juMk=DE=6gXxXX9>;{9O#QOPEf>?W5UO2 ziD#1LNXI1?))XJ1z%2_dNgozFP`2j+oNtA!N>UL=;R5c=+kT1L$?<{DX?J&w^R(bv z#c`5io`9miPZ3V0gn0g7g6T0X{cUyqR^>W?3LD0yo4Vk+cH-1omAZj358U{zrxF_ikc2L^5j=xx0nDx`q5+l7Dm)KgxCKY^L0XU#$D?T(Mjw z$<$)eoi104mGV=bVl|)JfI2Z+I6ma|+P!vv)IQRu+``03x8&8mnR3JT>Jul2Dz&ON zQJk!J=vDY_EjpI!(l;(5H74+{^Lck)&Fgveh0+BaxgrRh$n3)VN* zRrVe&-!JPI@}@Y<hk(BmZzN-OMgr-SRxr5|Okg&|;l z&z}oRZ$9ZP{m!}cht<;)`JQIa8_tzuzaoR6{quzS>$Kh0@x{=dOax2>Oax2>Oax2>Oax2>Oax2>{x>4P@3~S3S{~a^!{PTz z2UmlDU-h@Y7X+h3`CTNJ)KlXswU|vE*tH|GOfRNb&hJ`R-VK67Y%shde6z(e#$P2r zoh%>Rll@Y9X!rJ60y0m9-$$`Azu)3_oLpGOhbblkCITh`CITh`CITh`CITh`CITh` zCITN$1dz9gJVoRnB6o8ah9P;3yM=co-|+$Akq>!5c>MNzPEC_fH4FOtiu=)&s(4ME}U~+ zN-=f^`p&BpLqm^Rhv`TABUVqp-DCGyz1_Y2-F?0NTR9dv$EQ`j7bMN}{{i-?Y))%B zVg{Sp^ZZGvdsXs$J{IEks8%cHfSLnzq-Yl0ki1uD`F|Um^j?j6L$aUH!S>1V|61%HkagWjJeL(Zcsxn}H%V^M zku2L&o9BH$MDo39TD@`~iEw8MpUIDnxML$D?u0$1%GK$b%kxpW!=FAic(O1=Io&k> z+`QwCj1Qj7yUy^qa!-to9UmNJ)S3K*J27~CG*8*y$<*>3GRXg3*0@(H`bEV#=w^THTemC99jq2ZO3>s6_8CmRjHN^(2pr@Q%6!|n%Vqi;-s zkA}^O?=FqWSITZ&nDdL1ME$y^vuIUozGu%=7wq|ZZQiT<7nB`|CKt-|*+99Z>~fWI z<>yssI9qJYD!X){N=`NP>ss?Uuihxvsv8)Wbak&%WB~i2;n=>nNOc%5yIu>UXM3~m zbiFv|xw9ogfRn)t9xrtI#Tkuvi}iYuhRJxe$$4?EJVia%$TL;;e1#g?H3e1KQ?Ce~J{mmjaLd6BN%K7(eVl=LyeyGkEOJpxx4Oa{L(2)70Q=0z94%K$~KS{*&jw zM0!3aJfB4OHMzg>{EC<4_5Ug<<9JJOpobCx6LsYB`2-&O4k+yu8%nbOZwfxz6D=_p znzRQG`W?X|eyzX>#rz|)umA`Cd(_}l1m3c=26RHRQH}UR@Cr5J>({rm22@xrq&nIE z8zkF9hfI5g=U06HmFy2Z=+6n;7Q^HDc0b=3sK8Eh>pbMYB?ZqN^pEEodaZqJ4Ls<(q>1D4ymUkGSm$s69O$hCUggBHTT^i(!aKM9 zHPWyzj33VkMK#pg#;`U^T-bPm2?>4ZTLUI9rDcVS+t5BJg+P)gr8LD2PNVb>w>8?HGjqPt zXe_0DD521M#N2bw?>%$o-n}!LGtXs)29t?|0@SG|6jN3z;G{*c+ASSIY4xZ&KU;5fK=U9+#q~rv)wh3$MI3o14e|5*={Fj;D88#m7E9L?P7t@aeQ6| z0ERpq&thW&%Wp&cEg^xUb{tB|4ir*PY{f0ffVKp~j!Cw&#Lf~s;1?xMVC0i?!pAwu zXB?+V#*p?~%8y{!EsI?oKP-B{tj_>D&+Wi z<2c4V0mgWrB|DiC;`yTyrpJhkx6}1om+Js5q@R}#8iMEA>9glm^0KOOERZKuVhf#& z(X4wv9eg?1{=L!GH-DV|+(W;5|GNio>~1~&wO{X@Zl5WP_jb3>TY_3ow z&cs4aPZo-~nZmQKVlkgvuR1-HJ=L$f>@K?}?4RgXIy-ho=iRb9Rj7DwdF)L8OsVLO z<;G`R@-;PEDvEafTwfc1@a zl{y&k56k)mzbXzJ(t#X&(A6gcKF`_cHT-3SpA1y|b~VD6CG7LxjPS7*Sg;o1`@e_2 zwrNZTOa@E_Oa@E_Oa@E_Oa}g6GVtfdhyLMQxz*q-?OJJ9%K1vwOV(DMD?e|z?x%p| zo$qHCUw_6~{H=54ckAcIGM&}V*PN>--zJ4x^B2kLFOzm-%a?t9;=jdyuI~B`qfg)V zn#uJu;(AYQt+C}YD_$2&`akmZdtPGHy5TIYJ1c*D(pkA(=Ok`8uWxwwlY=&K&`?{O zY-}0WwCDIPpUjh3&7U~$TsgUyyUyaf-hOB47A zx?ZdCtN!K>YqcT5{4SCq@$867ETj@g_U&$1rWaGp=Xb4ZAJl5cSYcqd|7MGMY`;Q& z+L+&WAobN`|NeWX$&hIRejmlk{CBJEH%9tm`(S8GcU(#}oJeC*oUl#9?1z z`?~K>5x*%(t5<$ULc7uI)0yExJ=&)S`_5#Cp3-CXgenv#OPXh;(gRPOC4N6ucGE1> z8AlI}^qt9QXJAC>(?i3j`iAuI;NWOxOpo=Q8p=@3cf7znjXLswS3BghaLfRbSPPG#G?+*Dw%bLDc5!eo2&$$4(JFhL`i$TKze+zfRB*OXLcPn2e7 z-6G}UzXQBq@gBkd3uVA}DZpu;yV+p>0Ea)@iP|sA4?pn3P!x=H3w9rMXlaDw@AO?1 z^jS9wSt9;Mdk*4XmGObG-^%tBeg^~}qtxL&6!z<454_5P?V{C!=_}>@%CTLmG z5ggYC4g4~xbBM@aJ?sQy{*j6gumk-Hb)xo`6-a=`pePvm2m2?~iLO7-3M9Zn225(> zhKNW=-ss05i2RAYR diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_SIZE_T.bin b/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_SIZE_T.bin deleted file mode 100755 index 38e2ab03d07e4529445543318253e402857a447f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15304 zcmeHOU2Ggz6~4Q68n;d2Z5oHPiSVeZqEy1;pV%g}a=VVb_N-*bA#olcN-t~g*j})A zt=%zl3aF6+RV^#35&za_PnNX4y#mn8&A(B-m)IQoD zQHRw%#5V@AP@fG6X~ULj*h-s3&SJ*BDEcHlB6gsNkSXJKYE2vvHBcqT!MI(l5I#xI z$pE0xN8?!xre+2Eh<;I6&^V4m$=IPm=E<$JH68MnP~ezloFzC*aG+NuPEh2NbHdwc z$!C&gNyjZ4>?uD&fm;z=l0GVSplr_#IL``Lm82q$(gobv8(xw7$@su$Lw9$@d0KFd z;y6h$Pe3u=hY2TBLOj1a!SpyIKiy@QuPdziOW?P4srR&lcNeOXY>dw#5^@ zZN1%gtzvftym7-rF_zO>j6!9D{=EK6nrF;2T`GCk?{QQ?`TBYeq7&e^W zIIl7fgz`gj{z6_ChfUc~4>|byQ=y#aZ2UKTIVMksCc%C+CYMt(@*^ zblYno*H4SfDoTYW=+Ml0tuH9~MQZG5LZg>aCL7O;e z^4F%CTL(As9N(qBBB|BF@pI1QzWccAEZy+-I?H`WiSb)*)3fx=N#FNh+VunpQWvgo z#(RBgv)|mBRqXGN(`0*&d@OzDmb0|5_KVyd4tY6u%lWEvrR8;U*ZhOVO!Lp`sob6A z+?@-Qswj_9<``m{$$-g#$$-g#$$-g#$$-g#$$-g#$$-g#$-w_c2KYT!>TtsohbSC= zuXJSH_xV+S%iF#`LX_V{a!WmPMx_=rsl$7AH?7c%DVFoQ*0r~M|0o*_?hf8;v5fK8 z$WI%~`}bv@OAqY5XNG{xQ{(qhY|QVs_#G!Vmhonq$$-g#$$-g#$$-g#$$-g#$$-g# z$$-hgdy@gwEuu~lHHfI)+=DQrj&ZN>j?_CoBs}UN4-1cHzlViKT_oytq5s>4UtyC~ zDP}~C;w5=F!QCeWYzOR?-$C?v)o!j676?O&k@HMw=Qxj@(ddA|MbInNEn!I z2!BZM^rkq77kQ$`-hgis{ojR`aK-z3Pf$O;)5xel&7T??d%Q+8XD7!Z=lnFPxBa9UPn(oFs5045 z(;73_&YtH}Nm;>s5khT=ff}2wJ3hgL$wySskILR#-#pss;`9Y+$}RBRMMfPS%!ZQ9}Oj%EsMd!7C^(LNAdQ zX2Kfsy9&y6u~yMDg>sRL>bqRVQzHJgI>Afx%PBavu2zEV+3t*< zsut#4JyRqEI0>fzWWLQSOow<~s8$OUCgag3=Y_e_B#m4l&$P4WXQ>mqrlcx+vNAX4 zmMItig~rzvUK{v-pxp313TQTvZtk#dK*FEv#PKU~!3PbmPq4oGf1UlLqEjLof2Z%E z;DK%9El#QtG(f2>_ah5u~b^^aHc+eFw;*n!Ryp4VpZSf4>VWbkDCi0N7C@HG^8+#i6}#Sr5s zkAI2ud`#>=Xt=Hk#eERexL$*QfjV)#B{2_E^wIt+^WCtibGqtEnvv~m2vTNW|YK*vKi+9UrE{DeC3^Ut$F4XCi8 zkoJfhf>)@sk2ab13iq%0{wp~ic+l4f+Z@B={`L@G7^uN6~D~UeIb6_kF*P34nM*t`34fOOw1!Y;FISc@NtT{7lEmBS{!CY$L%^N{Ai=7C0e?C;6aWAK diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.bin b/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_SSIZE_T.bin deleted file mode 100755 index 1a9ac2235f2050690436a280187a5cb7b970f4bf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15304 zcmeHOZ)hCH6`woF@g=dXixas{Y^o(q-59FXA4|eXaB{MA@?Mc8*OEUZ#u-k!m2^b9 z6L+g1CxjT3wh_jy0*OgmDEafD^h2SAP$;G4j7yq8KgflWq)<>p15R-hg(k&qjkfRY zzTf(^meN8X6gnezfAikF-<#RDvp2iiw@+sW2a<_|LTOMBDweEtsL4pf8(mT%$f$#A z2krN&J?bWs8v|X~o(X|k!;)@Tk15f!nt88DdmQ(Q9S|dAWZq^a#RH-ORB{~5+rkYZ z$MJ-807QG#pT%SxN6Zr-`ujTZWJ-wVPX|no+|=WkWc15m^uF74C>&$S~%Csgu`s_|IRo=}N( zaxx~f?H#o7>0o~4m4+X`_1)zkF8pBN{ja?IHRr&rH`g{@9P8<7n=Z6Y7fW;Vt@8(a zT6?6v`7 zM4IvWyq+kQ^3%m9T*b|NY(478VD50A?zB7Y?x=pCOX=L`QC)B=?qsp*xs}nQebeQV zJDMMxcFEV|Ot~c9b!fVwp;B}vg1_)WNRZ6q#eA5%t9Ub?m9L8Kwdc;$v`W%1VOVf| zAOpYoNn(9GVK=or6WEjf9rkl>%kLQO zyXrNQ>qo`)&HhSL%NaJjC`k4{3hcXIVc5UsEUr2iK6uEvaJ9inyzX3D^X?!At>Pf% zuS_(x^k3)m_|6-DCVjADQ9Pm=8k^0D~T6=!j7Df zX0M&1P(^W!BF7X{Oax2>Oax2>Oax2>Oax2>Oax2>Oax2>Oa%TnBEavt5_=jR*iFOX z_ey(LeV(qPVCvXHMK-9rdZGKT30^w{e5iEzcqNX#X9C+ zAV00F@74#qT(|u#PuVOax2>Oax2>Oax2>Oax2>Oax2> zOax2>KA#96ZxMNl$U#Kz<~9sN@));^>`1=jogyP2a*xP(_Pa}D<#3UwEsh78LoK$`~msnoAr$R)7;R&@cmWFyFJ-X<=`pnG57RI zttrJ=_jH|7NBa8ix9+8f_Wf2zx7}fPSe@;i-R)hS-J3ZUJ;$d}edNc@IOjN_cBynG zY-y=8*vOveOG4eQ;>YvlfVV?6T6GSn%K5nongy37?-i{>RM{xs`7zR4Fsj4zfqs`# znK~s^zeQV`#@`mxf1C6>liL)o3lf9!Jnh*&?&oFFTY<&;-A_ooExAkK{Gj!htXFjP zS)m61JNYe%Y4ruwo(c8Xe~&6V)veKY9l`%>NOy@gwvUhhk79qPT-U86b9t9G9#7o= z2c)-XiF0Jh?oB9PzG(%UIRU1x{-^{3^d zuTO%HhRvz(n#SZQWmiwnc=<6xuM*-EYNfL0+LNU@d$v-Zbt~R!Wk;&9xgvcyP%J3B zSfXtCSrr&g<*QT5E}Slr(-6H%*z&krsTRwnb%Lh0iaVWW0{fxi*q%F2`ygI+r5r@h zcBk}2B|qcpsRA(|$zXa9=UTn|WXRX~N+nOjWIpQTJU>$$r=H8?nRfQ^6jWu8 zmuF_&62;=P7hb1$ZAgkMe2)Umh#r7-12W|Vt>Z7r4?gf77z*Ngg}Rq2bV)@0Z}vSD z?Af-yp5B3>oV)uw6Qik00ZCnksxwz{mXouqKA+KYsj+ z)Xv9*`;+K*O@7~SA0%#qzEEfU4sG>(OL)M2v4BZ)FCJEB?}DXH8WLbL}T_#w5_^Krj)S@^il;Q&0~)fiu8#Iij^aU;qbm;E(r zVP6+>OXoIVKJ>(#X#*JkN04hzmbAVC+B_`6n+{XN$9|#HCVuYBe{tX)9M=h#OH4wQo%YcGuain*~_C}ua!jePc5W_h`Q zIA6%D8d_Crg@a-5Xjtln-Wd}ycSJq*IO?8I4!$v-ulN)i))fVohNClP`_{)EKzit= zVHRefnCt)Qzdp_N_fCEq0}31(r@4>0_czF&`xXezeLq%=!J#oI{Xk}IeI=jj)(`Bh zNJNh&OX`ljzh#=eWWr3uN&u_bY)ZYqx?X&s>TylibTt}@#v`$4ocaL-P*v0msF(#l zP>zY?Z=gu{I>tzpg90eMkg_l{eenpBZy`rYvPd79E1`G3?Cewx69}IpbWQ+%pG^w; zM^lVP{oo%b5Zy&pJp65u@eu7bPoLpz6#LghfO>PgWzx-p`|8|=H(i7G1jEw?XRfFo z-m_W&t-IfFtO{DEu*ts6Qfrav7EWbL9F<$jQ4y3Oo}(E@XF<={j=#Uzrx2 ADAghwpZA@ z*6tWNMW~U&Pc19LAfOdUsG{Pb5-&&*F9@_&P@xYX^ER=z5IhNNC#gIw!ib-(dMu2|6yI_^v7R1_4~$O)veFG-#%BE?Cox!%eT!Hii=BaOQ(C= zdb{mP$?o#U;ju6tb^jw^{pMXX`-x}m!q@rwhg0T;XX~v6#=TSDhQmp6%CNc9-1~_D^*yogF`~^KRLlDO5bSJbu1^u2gi# zbCYu}`I?z86~(&_RCiTWimrtJ7c7JX(Ht-4!{S4Q1AJ9JA-wBf|29plB>fTwfc1@a zmAXIRACdJ7epMVcqystlpsP;?e4ew>Yxv6uKN+a_?RtbSOW5cCHp0hRV8KR&@Bbe9 z+NLoXFc~lzFc~lzFc~lzFd6uN$-rNlKKj0M^;UzkvTvoFIii6uKv8?hMxkK zcm6rM{OVKA@*kY5f84w6t>rd7OW&NT)oL&Adz=`FOEaIL5eD;Zu>P53v7dEr^GhzUr3H zN5r1q6#MZaPxRR9(+wj3htLwPc>nMb>c{sQ8TF^x;lYu|DpYrSv4i0BCF^tU<%?QV ziLvhOzNF6e_djMmN)PQPtSI1_;bcOCx!Y>4+8I#@p*|LdZERMvGH(F||W!STfXzejwFjyN1l z>|Xc%G2%BTY4ytQNN6{f{cL7rP>)TFW%@^k2gdZcJ*5i8>5}GIsr0~ShWpNE`>C>< zW}(hFdT_Mwd`3G1qe`C}8adlHq(=q^$1>x3yzlH#hHAd!1?Fkgk^j5eaW|jya*8X_ z3*?1~ppg8os&bvLl=N(_nCFV~>bd-MJhaupbJ?_S_|E{e0QwlAk@> zoz>Ij+`Ox2^JD=^g6TV(ZS!(7fxXU^%Q*^@?a?Rax%t8rja(wn)YuDi)CpWuQk6Yb znxA)zl#Blk@P5U61phCT0pFznr+w~rgZ%>>{%j{|zbZfcz>h#tFxD;Debk|)5stst zcTv!1-6&*<_&e=6h<{zi2gZIY+f(=*5PXbLhxbs}Z;Czeswnb4%wyyHv0q*!9-F`( z`!?{iB#S~k{wWgjo(g;HqrkZTK>W}HULbqkqd{Yz2JVo-GRgUz*uM|>eG`oPA&BGG|7#?O+FN1=d?J=GxQD-Q#q6>F0Mm}K1LEUi=@sWB7gO;6O8#sDn7st^pB_$wYRK50z3{y!N@<@KcP-^{dra(0Twb~ zQX3!t72-A0A=6&rJ{I4B#m55;%=>9m#2)v#NBD<<0D1wnO@seB33%>ceB9^Yd%zbs zIRuzru){p~6UkTw_V}Kt+Rj!=JsO~}g+1^)B#GMNzUijeW1YhR?0|2_>{VJcI|3|j zgn9S&zeN)Eh4^t_(k}LL`k{TCt|JEXL_O4leSH1FK8i7SLu2Y(5Qk|I@^cK&Gn_Z_ ka)5YPx# diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.bin b/build_emscripten/CMakeFiles/CheckTypeSize/SIZEOF_TIME_T.bin deleted file mode 100755 index 4cfa98e8d590b7398f008b74347adf54989bfd37..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15304 zcmeHOU2Ggz6~4Q68n;d2Z5oHPiSVeZqEy1;pV%g}a=VVb_N-*bA=x}Yln!g}*j})A zt=%zl3aF6+RV^#35&za_P87;|*;^l7X5Xq_&Y9H;7 zsKe?W;u}Mm)@L;#t!|lyt+YwxEN0w`qEFHzVh4%{nKEvt*2Do(166VyjN8Qu;gj^7 z3;+s!G@iv^YF4<9=of_rjpI0!jI9kaPj02HY0X2XHJ+v)dPm)`+Y*f1|0Gz8DJ;Zx^S`jT4VSfEd-)D}LS z;Mw*7ZTxdE{zfqN?WN(@zS8&OAAb7#A3N~EH;V84s(q$B-rL*9!s@)Zi!((AQ>i$QK?e}kEIY2UN8@aoKyt0G*L6SeRjUVN@bTkug-7nUBceYrr zkYr+^=uVa^#hLOmo?yX-EzC+Z*XR&Ks9>Xy8kH&w3tUac@XFjK8~ zh2r>(N4}3d`e|`}Z?M+fdWj9M3nlySg!Vn(Wb)XCv$*bD`}0%Iwc8C&>LusZ4gUZ+XcGrb z!P;bV>)caKS zc&|@x_M2O?iv9g@ifqr3kHyd2au(;;ev!MwAur`_IbU_Iw7gF4nt#xkY5v(tDtBio zcjp47D#~M&Ifj^KGGH=bGGH=bGGH=bGGH=bGGH=bGGH=bGVs5V0e;VwI^6KYAqt1z zD;-%60)Exs@^%o65aoA~+)~e+QK^MY>hPZ3P0RFRisk&Sb?vPnILZctyTdnIEMxpN z^3%rh{(YI}(gS<%nI<6f)cAcA8}s`ue#gm;WxSbYGGH=bGGH=bGGH=bGGH=bGGH=b zGGH?B-edrEi>OmX4I*kc_aF?ZW85peBlV6C36FZn!@}d)?_uFl7m0dZ=>N76RM})z ziWyO(cu5`(xh|61y6ErIta@JP{X+S9mRpM^(SEn|9C3_sS42)lo?!$2pMj2tgrVt% z@P`CXZ;HcsktcfW4f!U~|6ORX1oh)Pjg0!!{HdX_$Lmygd%lC(i3`>zyo={u zmr9J?-tG%(cwpdh>li(>KW26I*qwH#)z#6})6w14vy)?ybAB4t+dfT&*^q3NHnva3|2wgNNY3jv;<>#+8^@FM|0c;T z+LCQ|YWuqHM@YUuO=quMMGgeq4it1eGSi{nK7nx@m}RjR&cPgUmaxmtD3tN9m|9f`*0%kGoq_Cw*=zPCX8Fkg198fMS- zrrpU}an^IEON0O?!StWZxB0~>jdzQ+T9LwJJo@CkI9r~ek*nmHcJ|y1b+l_rsa`9hid|lzSf&T}}4d0`HW<%-b4(kRa{JBmXzbqGgP?akS64CfO zeGdf>Y#VQRV&0*(2Jx@T_@G#4Wm$^8|ACLQ)Zw)g_;ta9E{h?rzdSaMAM50Kk}(8$ ztkzYv92SJVNHTV~(6USSE13j8Z7~BKT>r)($bqADIiY+ZU{?`Q` zt%;VH3r*UC2mO}dkw2`%pqPK+HOw{oOut7P#}B+^5kn2MpxJ1T{6p{)>cr1K-_jaT zVYQI*9hAj!{h$;5MLOm!A^6VJmhbXg69s#$Ndey z1H8(~p@#Vd9Ol8FNXI6?<2$02c19_6Op|C2Jm_1biQ{pT%8F%& zrs76~cQ5-Jq+wr(ANM2ef|tXO@JYUb1S}Kt$PW1A`3HQQV(vv?>YNsbSyA%y3(qqg lH}b;I4Tzn(QCsfP-D4O?GzpgO<+jKF=(q;#NdOY8`WF!tI0yg$ diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/UINT16_SIZE.bin b/build_emscripten/CMakeFiles/CheckTypeSize/UINT16_SIZE.bin deleted file mode 100755 index cb2ded4b992de81fbb6668903af46d81e1591e36..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15304 zcmeHOZ)hCH6`wmvv7Fe}*|A(FHq}ysNl3N&V@aejj!%|O-lMYY*wTmA*uzP;l8&D4 z#NDdMDJ2FcC8{u0=wB!;q5V`!J`_TrEtGQ|(&S5V0)?hus+Jnu)=d=p2e&o4zPIy! z>(g3F`=NwFXT;8L-kbN{ynQ>fv!{LgY-V&MnMf#g$(1;O+)ZpJ25t)l9yDCeL;UhB{tB> z7|pVK>EO%3`W-j+KK|3@L#U}FoGPo%bvLOraY1mGP59#d66X z&rKG6vNbbTE{Sz*L^l;wimpWXXBI+&X!aNLVd3GzcD^bf7v3u`evPJ8lJ112V0~j< zrFI+sep$cZ*Ti6J+Vq1Dx^~R)dCoRo!#5iENh1>0*Bkh8~9iY+_Bog5ATPe zw5@CeYy@lsYy@lsYy@lsYy|#aBJk(7kN(5Ee5=)4Zn@f}l=plsNY<}=mtSkW7KVWP zd;XMNdh3F>^jq)p@77L_XL@QqZ+cgb{)za%~Bj^?RbEgYWkE+4(0o8HomV5hfy^bisC_S^JZ`sP%4z2DD}>;&0Z`ur_#X<_wenLF(Aa^{xz4ev_(J7liy)#g;&Pil$Go#o7( z^AxHmj#1=T#TFX@8vz>u8vz>u8vz>u8vz>u8vz>u8vz@E|BVRnd#=QRrX%~w9e%HL zaIIeFSN-kp*XyH%{4SD9;+Zolv6xC6*s-m3g5`z zQ;M-3=sT}Y3=KW$JW4;>A9H&8-5$5c>Fw_A@9yjE-^#G?IX=zm{d!!ijTi~FPo>hP zr=vk&GkKn03H6|gpO2ZJyHvB&V1SzJSAu52P04#j??;Fm-GKBdwP zOlm$yM~eLKit(3;zbCmvVOY_`s>u#qaKL9>j?j6L%g5U!SZqcIk|)7ACh(5Ni>&V)4~44?f;SZ z4ju8*lGr@&+adm*B&}Y#k3@PC*|G7S0ev?6>5Mz23Z?0?=IN;P@TbNGPiBWGrJJUo z&Ukv{%;3q4_J+?WePZ;~@xf7jYGmYWW?YXC9v{t6vUfbQJdFhMf0s1w=W{_$aSD2Y ztT16R$nQxf*ZFE$&*n;bPBqV-BB^|#q!+4wUTMEXm7c6tMOSj$DLq|h#)kC=C8KZ5 zfREhfymw7L1xmTqi*rG4k}#+koJFft4t#f}wBXKH%JY6DxTxHSHMvlruLcTvZ|z094oLLa>ot)MXJMixs`GlJ=dSr z)0NzuuV?e50ZN=1Jf7_gax+F>=PH#PxykxylkwbKVTwjBlVz&h`64xpX$q=xr^<74 zeu-l7Un#s#@!pUWYxo`om=-<&`vz#r3EH5)A~$^CBM=nCdIfus8nh&$@wfUO3i2%5 zSh7U?jrJP&e_h50VxN_5Df<2gHqKIm_fF`qi9T>e1o2%0&L8{aIqGK>=wrVIz99O5 zxc^hs!Fwt6v3~;b+yVa~2b?E;-kU*Ve+G8Tz;XZK&$HCvYXW^d9{_72i1Fj+zeN3f zPIx|v?rU;?!*h_B3CBX4@k?|x>N}zbJQNF8q>$V1Eif|Ly6D7Z;F1jCpsc7 z7?%eP{I2LDe%ObBn15pRp7Z}fOy7}lf#XmVMEt@2F*O?3Z{V07ppb@1HT(vH_sv~& z$h22@e#Q4+@$o_>MjlbZ>WRk4)pPSgYN)elIxH81wG7z zKaehqKp)=`)w+mD8rFzb{iBk!n}9eU#A|n z1^@9p(k1$G`jLK|ZXyQrL_Cs%eti8wzY#HaBV}rw7K3T&lfofkRP))(|`4_k=PMah>_}F#PT#- diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/UINT32_SIZE.bin b/build_emscripten/CMakeFiles/CheckTypeSize/UINT32_SIZE.bin deleted file mode 100755 index ba1d557a4eca27351ffae633d9831a1275c9c5e8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15304 zcmeHOZ)_Y#6`woX&81D^Yg&i2iSVi_Q7hr~pV(GOmF67#oW0^WA+bL|l#b56wSB_A zv+mZ&DXJQgf@-V?S3p5RLKS>K2=M`_>Iaa}nV`~sK`9av8R>YfR~iHv^_bd6 z^bB$TR&J1Jr9ux@jw>gwJf&ds+J9cv$3s@Q{)9b}A`$hzd~2d9Yp!cL*KF zaTx%J{%Aahm8m#k9pRUR1UBliD{0pVq@UP|?MXvBg3x1<^&HW2L=X6q_z6TjIVOCZ zm3YQ6Lw#H_VNLN7gx-qi#qnX01F}39=mkzlsyGTe3K#UwzZDd?9rq7(#+bXq&$FV} zEQaHVc>=_EA0s`P5@Pwi0n_80jJMPETbJtq6f%rU7Y)I4?bPVFN?ukq_67Y3mDoZj zV>HX&PX}KP)=&NDpR1oA|IUeT4IDl;z5ebqPkw0QGo7==iT>Ws*+R!`v9z$*vG`bj zM}MzdExSG8I6M}{qvn59SbqODl7qx^w&Cj?_@y2A_Ywc0ZR{wm>1-x-HON;2J(n+* zh%>pE*Hgt(ezy3uueh7ftzVrQ$(n~GoYx{GdJn`RTJ6BtN#_*Ai zpp8sFC8l@R*IL^zv*0yBlK*xn-}eoMM>oBtb#L`gC%n~-CNJ@-_r_*$KN;u{1F8Dj zRBQXtZGHCd^6>(7tA(TE-j(BbbJJUTE7AU?X57U?X57U?X57U?X57U?X57U?X57@V^lOe$SOS)b#j4a);k5 z9bT{3`Bi`0JN5bqA-{{{l6d-@N-U-mhxY7Bt(YO>A=UGO_XzUuSuSk`qI#FKJTZ)MYr>}_&#*xMA9dpoF++-|qq>FMg}>+0?4+sUx-IX=zmoqAlXl^6+iK&3OL zr@cX7J9(a833Z=}pO2ZJ`&6^jV1SzJSAu524as{&???;1@&w0i`kx zOlm$yN1FWajPaL=zdyN0VOT?VS z|2uh|$h7)^>dF{C>aS2^zq%*-t|R=P4e@?T2g}F(=j0BSe?ZoC2hm)9MF;y6xBmy? zJ9NZLOJe)HZ-@B%leBu}J`(AT=SIhl_UQAuPh{OmRV+=FHBU#Shdw?!a5^_gDcv;v zbk@_u=LSw^wKsH5=~E+TP7aLdGsDB@vtxQ};N(b_lD*@Zw zWQ7TnL4HR%xh_=8dL~~gaH@Ik3`rG=CB0Df3rhPXs`Ny)D!P)}PU-17J36G_D;a%j z27Kf;=e=w4DNxF-UYZN?6NEv<;0#)&a^Snur3H7sQl9rK!6oHJtcispeKk-lD7RRm zRQY)o3eM!KGs-PoDv?oxLB;fZ%CA(5<Dd)Sg&9YP=l64H2zNCLqVQp z8%vIeztUa<|F6sVKb|0)6b)z~@CD z5chwQI(RRIKK4%_o;%<_^Fdf!`E;#1H#05c5y0-f{lli|IQuE^rKrf`~uZKcGhA`VAb@0~FFQsfOQR@V>c^ z4w?1}&#(CYD?T1*;Lk~ypJkwr=i7sPW1s>#L*1sq|21{++<`uxZ}1)9OLF}&zo3VC z@O#o_5$NMPqFN_0sXSsJs-X{jn|d1c@w{|H^s&xi0D8cUn7+!0WS2oPBg{Lu{Y~m& zTks#xBb}lzryuFZ=_X<@PsAfR=*QO|^cxX#H&Uj?SuvQAPX7JE^9<*Wxa=k#e5Ynq cR(eb`zJ4(-1o<&*JN;LV8i_qIg&3*+1+5@8i~s-t diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/U_INT16_SIZE.bin b/build_emscripten/CMakeFiles/CheckTypeSize/U_INT16_SIZE.bin deleted file mode 100755 index 27a50615ec64369e3733295042021c7f7579b126..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15304 zcmeHOU1%KF6~4QYZ8@=}jT5;}Y^rG+TnDPrk0p^NI9^#=c@|{JwWWu~RW2*-NLnK8 zirrC>Q%Vd@LWFComNW$N(9k~hrBDd%L!hj2Ns~UbP9cyq1eDT%TiiyWKRB(?=A60b z8?DAt+J_Pfy;saV_xyb4-Z^vc+*!?;Co{uC$wWe-G^j@ub56=g(xP~+M;b)Z>Os{^ z^&xdo?IgZ2lo@^65Yn2GYS>JhM9yNyy)61TJtTIZ7$H-}ZC9FjKvY1LoCo7}utNAa z9hVM3p^y4=7)-?p>xe!lENDHBhmvxQLF$psv@L0PM<{U2GR_g4BRJ5PWSpRgC&z@3 z(-O}(O_PpGI;<%^LV;TmT%6u7cA#v}1-QToSrw-uj=}}p+4qAyx8vgjpEmAp8|P`k zHHzan#XJE;e_tV-ObPM)$pq8mjP$qN^;?tc04i)4mrm+}=i14Uah1HFsyr6x6DqNZ zPsVt*y@w9I9E?v-6n8(Lf9j)mC%$%k^qJnlBZI$g?wBh~_Vskk<=f{9#l@xer3d@k z`+D3;$?XpN;l9uxHUFc+_WQQ593Yvqged^?J_QZhhcDvo)sC~3Y>Fn4ko%hTBOra9^<*`!(bETp` zmYbaO$=A$$sVLsHG2PNoDY_EjpIHbA;(5H74~zE|cJo#FlE_~E&hs>_l5{6D1?wB@ zDs`8UACUD6c~u-XrHvkP@YUl+&U3c@8opL1Pa2c3zE&rfB^=7%s*__auwu1N9^MZ_ zYg^d}*a+AN*a+AN*a+AN*a-Z;MBuM2pZ%wI@kWz(X~&fgrM#!BL9%wuyZDQyt6>OO z-}UG0@*9tN%fI(7{$cI(Sf;Dm^}2WY*zd@o*7^-X{cYN9X?rTPC;8j#=kku_01b!V zD;-*^)%aC^>xZ@4Fj0ON$tCf`8I@Q{B@XV{)wDt{rdZDJT30`))ef`4;I8n^7Rwla zh5WR$yuUg1OmblF&RGI7Plew{u`$2j;&+@}SjLAfHUc&RHUc&RHUc&RHUc&RHUc&R zHUc&RpH2jjw}?DNUzNuFT={$DjS9ukJ8 z>%t!pJiRFn$BQ`8&)$%468%TQ%W%c}r%#YSzFp7AKh2H|jXqSNyxVh~RJtde$Nlr? zw5Ake-PbdrP7Vw_6G=<#cy;_jdMl_ipD{gaQ!e7{oZ zIw3WmrX!{HtB#obTO{9?+@r8Ahz-kksb>4QpYN002`x5PKPL9B!VZYQ40DjhtYxc?g@ zcj$sv$E@_^RN)LW@r2kZQfO5KN z{^^XThtBk$%4l!!jM68EM^E$*>(Qa1vzakH)_-C+L)qT()bcbk$p2l|xS!7jImJ2X z1@gj-Ng=;2pIqlFB|V!f<~i3qJ4#mhLQyYP{JheBkt#h|sR&k*+bKU?XGR9~CuO5= zPJxex&57@t#uO;!R?g1{xk;iy+0a?EilxAJXNrsNLbQ7@H$s6=V+LWN1L4I<_lBQbBR1toPDtD?h zKkpYQ7XOXH`xNgD{6A1G_#Oo`9ZEMU>>H3!PS7U&irnx)?}wpKtXGKpsXVLcM zpqWhZM-*|r2m-zMnHYw}zj^IEK#{wqm$mRE9cFe6%Mz zVlFgp4<7V~f=B!sffI`PM`mFG4*XB3!KVnk;}{L-m|>$D@rU3QYSgdaz%d$7VU3XL zc>k}HteFm(_6pCh`2H*2A9&C=3ENVK$Mfw0zA;dNo#8fk$loIc&mHuS=No(n_!0+) z3g#DZm2Yfxn+>5}}I4us-qU7gKo@Y33#AP?h hFm`H2Wu@CRzle@R6JzOFZfpF{jvBz87$C-~j{$q9Gq(T$ diff --git a/build_emscripten/CMakeFiles/CheckTypeSize/U_INT32_SIZE.bin b/build_emscripten/CMakeFiles/CheckTypeSize/U_INT32_SIZE.bin deleted file mode 100755 index a00fdb514fa6efa3ca80617b37a46fa4d0873af1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15304 zcmeHOZ)hCH6`woFww&13#fe-eHr2Kbt^?KTk0p^NI5}B5X%A%CwND=s;|wR=N;)dt ziMv%Rr<54nlnB>UEoljq($IYBmqH<=&_Frkkj8;fClE-|FKTJPEpDUGKe&z2^}U_< zTb` z52^!dJMqn-%;?jGkk*t`(?;4Nauzf0MbXFUL9qkH2$?c&tJ1;)q5`VqJQ%l)6~f2q zxO4ytebk@BU@A^nNAy`?K^t*Al$2`>Qjct;?McHsLV;tJagN{|!GS(6;{-)KIVOCZ zlz7Hznsi*!VNLN73f!{b;`Dy817&+Izy(gosyG#K6fWRSzaJF19UmX~v~hRaI8O?$ zSsceH<_ReJ`x4<~N{Hu=Czu|mq`$4M->O^(P+`NkbWs;P*G9(1Rr0*5@mQcwsKf?7 z8ROaZ9y<7PF#d-lzsTj2FXReeozA|r^OeJI-1_Kh=WKDJzqfO?&@o#qEi85{KG@&U z-|JS(Zco?`_l5qb`5zUw-@A$BAjzCf(Itew5a9Hj}y<l^DT zb(fLvm-P#IO&qqQjUICFwMUJd=WOFOe62yAG$vtvtwAnJIF!HBAjeu@#Y%%bydQ?v zwz3hh5wH=k5wH=k5wH=k5%_Rmee9vRfzzDB6OPPwh^-w5qV{x18uwCyb>U%VN# zk?SYK_0IZAYx{XNydsqBe-hgF{g}xEYu?hTclpncdY5lDd5KrOH`juD$U%oVXsNGE zwYCqf<9U4Nj}}O+7LJU27mnV+O>gP_V7GVi=pkb2Z8zz+^!3Slz5eR9he?n)du4sR zSEkn6t?g;W{{Apcw&Ubu>FYPVrG=GWWp441FJ^9d&v}>H-X(XfFEyuHe_2apZe7gW zI!mF7;uuAaA-32E*a+AN*a+AN*a+AN*a+AN*a+AN*a+AN{BJ~n-*Y7nG(EhZhQsfb z4zAYg{Hnk0!+L#`D8Gy3l6dlzN-U-l2X^gfS*90LEa!KvD<9PBhuC0fNBCxoWsJW} zemYn_uqXA+M=zj1OCE1Z)Is1Z)Is1Z)Is1Z)Is1Z)Is z1Z)I8nFt_n5qXNpK}7E6E(}BR7<^$l%~Z&SCn|{(#fn=XSf@PES`)UsrEW-&T%A&hcqhAJ*e$=KlcuR4Q#W z?F|N-+4KBKsJm7Cd_EWA_NZp3!2vb<=}6ElxGs6G(DMH_Hp_P|lH7q&1AR7>?^7z> zAf)EgbfnZi)ftn2i{yKgyA;+1v0?cx)odU4^COZwp~c4Pr^Mcs+^2ATpnaL;idLUv zB>3OS>%^wir&L$k$WcE>jlJs5=(~>ae>NohH63gpAOCN}{$5$v9mI24p@YX0_kV-r z4ju8bJ+XP-_h(4HH%Y5k?jsRyTxZ8}M|$+>?Bf}CQWZ;6WzF+Z>7mEQ299S3DW{v} zpU!xC_|(AhjP{03DLpcJ;@H5bJ~2FeI+N46fn%c?%Jz<@mZyzRD1z`5qx6J%8=mh?i^FDUJosL~VFs$eC#o$}LlW^71*TsHc~ z6!>V^ocOM3Oo38v_1s*LpCB4k44px%R1SQ1y0qZVSIYB#B{-+tNHnofq|XM51?3h? zlq)~4Lc^JSbw;^`b0uV0p>(~%z5xm41Z}`C%MBm&ei#bHdWCp^8nh&${_)@BasakM=}I z%!S77!Gpdac*L(6IH8z-WEK|S!2gUIe2Tz3j?sYT3>(#mKLjsRqjCKPj?sV$YlKwC z`@c%EJ#@&lS9pHK_h0e;z=OU`*wzL-o^SW_je!d647bih{##P;+(G|%zQK2Z&vS67 zV15CIdGJTlu?g__j;PkjD5VY?64k(ien6T=Jf4@X3m)qn4uAu_8N;izSaumIZbW$d zw!cOi_J#4|d8AYDa{3WI&Nq>OWnv!L0Uuv~z&BFNy$DQ=lj1NfN`C(2d4}^wTy~NS gW2a_RmU~R|^XN!4F_xa?Hpl<`hym=10b;EB7cN&d&;S4c diff --git a/build_emscripten/CMakeFiles/InstallScripts.json b/build_emscripten/CMakeFiles/InstallScripts.json deleted file mode 100644 index abe87cfb..00000000 --- a/build_emscripten/CMakeFiles/InstallScripts.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "InstallScripts" : - [ - "/home/guest/Downloads/PopLib/build/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/ogg/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/vorbis/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/vorbis/lib/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/vorbis/test/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/SDL/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/SDL_ttf/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/openal/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/miniaudio/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/curl/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/curl/docs/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/curl/scripts/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/curl/lib/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/curl/docs/examples/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/curl/tests/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/curl/tests/http/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/curl/tests/server/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/curl/tests/unit/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/PopWork/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/examples/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/examples/src/demo1/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/examples/src/demo2/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/examples/src/demo3/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/examples/src/demo4/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/examples/src/demo5/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/examples/src/hun-garr/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/examples/src/v12demo/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/examples/src/v14demo/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/examples/src/xmldemo/cmake_install.cmake", - "/home/guest/Downloads/PopLib/build/examples/src/barebones/cmake_install.cmake" - ], - "Parallel" : false -} diff --git a/build_emscripten/CMakeFiles/Makefile.cmake b/build_emscripten/CMakeFiles/Makefile.cmake deleted file mode 100644 index 03c64e79..00000000 --- a/build_emscripten/CMakeFiles/Makefile.cmake +++ /dev/null @@ -1,1274 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# The generator used is: -set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles") - -# The top level Makefile was generated from the following files: -set(CMAKE_MAKEFILE_DEPENDS - "CMakeCache.txt" - "/home/guest/Downloads/PopLib/.git/modules/external/SDL/HEAD" - "/home/guest/Downloads/PopLib/CMakeLists.txt" - "/home/guest/Downloads/PopLib/PopWork/CMakeLists.txt" - "CMakeFiles/4.0.2-dirty/CMakeASMCompiler.cmake" - "CMakeFiles/4.0.2-dirty/CMakeCCompiler.cmake" - "CMakeFiles/4.0.2-dirty/CMakeCXXCompiler.cmake" - "CMakeFiles/4.0.2-dirty/CMakeSystem.cmake" - "CMakeFiles/VerifyGlobs.cmake" - "CMakeFiles/cmake.verify_globs" - "external/SDL/CMakeFiles/SDL_build_config.h.intermediate" - "external/SDL/CMakeFiles/git-data/grabRef.cmake" - "external/curl/docs/examples/Makefile.inc.cmake" - "external/curl/docs/libcurl/Makefile.inc.cmake" - "external/curl/docs/libcurl/opts/Makefile.inc.cmake" - "external/curl/lib/Makefile.inc.cmake" - "external/curl/tests/certs/Makefile.inc.cmake" - "external/curl/tests/http/clients/Makefile.inc.cmake" - "external/curl/tests/libtest/Makefile.inc.cmake" - "external/curl/tests/server/Makefile.inc.cmake" - "external/curl/tests/tunit/Makefile.inc.cmake" - "external/curl/tests/unit/Makefile.inc.cmake" - "/home/guest/Downloads/PopLib/cmake/CopyDLLPost.cmake" - "/home/guest/Downloads/PopLib/examples/CMakeLists.txt" - "/home/guest/Downloads/PopLib/examples/src/barebones/CMakeLists.txt" - "/home/guest/Downloads/PopLib/examples/src/demo1/CMakeLists.txt" - "/home/guest/Downloads/PopLib/examples/src/demo2/CMakeLists.txt" - "/home/guest/Downloads/PopLib/examples/src/demo3/CMakeLists.txt" - "/home/guest/Downloads/PopLib/examples/src/demo4/CMakeLists.txt" - "/home/guest/Downloads/PopLib/examples/src/demo5/CMakeLists.txt" - "/home/guest/Downloads/PopLib/examples/src/hun-garr/CMakeLists.txt" - "/home/guest/Downloads/PopLib/examples/src/v12demo/CMakeLists.txt" - "/home/guest/Downloads/PopLib/examples/src/v14demo/CMakeLists.txt" - "/home/guest/Downloads/PopLib/examples/src/xmldemo/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/SDL/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/SDL/cmake/3rdparty.cmake" - "/home/guest/Downloads/PopLib/external/SDL/cmake/FindLibUSB.cmake" - "/home/guest/Downloads/PopLib/external/SDL/cmake/GetGitRevisionDescription.cmake" - "/home/guest/Downloads/PopLib/external/SDL/cmake/GetGitRevisionDescription.cmake.in" - "/home/guest/Downloads/PopLib/external/SDL/cmake/PreseedEmscriptenCache.cmake" - "/home/guest/Downloads/PopLib/external/SDL/cmake/PreseedMSVCCache.cmake" - "/home/guest/Downloads/PopLib/external/SDL/cmake/SDL3Config.cmake.in" - "/home/guest/Downloads/PopLib/external/SDL/cmake/macros.cmake" - "/home/guest/Downloads/PopLib/external/SDL/cmake/sdlchecks.cmake" - "/home/guest/Downloads/PopLib/external/SDL/cmake/sdlcommands.cmake" - "/home/guest/Downloads/PopLib/external/SDL/cmake/sdlcompilers.cmake" - "/home/guest/Downloads/PopLib/external/SDL/cmake/sdlcpu.cmake" - "/home/guest/Downloads/PopLib/external/SDL/cmake/sdlmanpages.cmake" - "/home/guest/Downloads/PopLib/external/SDL/cmake/sdlplatform.cmake" - "/home/guest/Downloads/PopLib/external/SDL/include/build_config/SDL_build_config.h.cmake" - "/home/guest/Downloads/PopLib/external/SDL/include/build_config/SDL_revision.h.cmake" - "/home/guest/Downloads/PopLib/external/SDL_ttf/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/SDL_ttf/cmake/Findharfbuzz.cmake" - "/home/guest/Downloads/PopLib/external/SDL_ttf/cmake/Findplutosvg.cmake" - "/home/guest/Downloads/PopLib/external/SDL_ttf/cmake/Findplutovg.cmake" - "/home/guest/Downloads/PopLib/external/SDL_ttf/cmake/GetGitRevisionDescription.cmake" - "/home/guest/Downloads/PopLib/external/SDL_ttf/cmake/PkgConfigHelper.cmake" - "/home/guest/Downloads/PopLib/external/SDL_ttf/cmake/PrivateSdlFunctions.cmake" - "/home/guest/Downloads/PopLib/external/SDL_ttf/cmake/sdlcpu.cmake" - "/home/guest/Downloads/PopLib/external/SDL_ttf/cmake/sdlmanpages.cmake" - "/home/guest/Downloads/PopLib/external/SDL_ttf/cmake/sdlplatform.cmake" - "/home/guest/Downloads/PopLib/external/curl/CMake/CurlSymbolHiding.cmake" - "/home/guest/Downloads/PopLib/external/curl/CMake/CurlTests.c" - "/home/guest/Downloads/PopLib/external/curl/CMake/FindBrotli.cmake" - "/home/guest/Downloads/PopLib/external/curl/CMake/FindLibidn2.cmake" - "/home/guest/Downloads/PopLib/external/curl/CMake/FindLibssh2.cmake" - "/home/guest/Downloads/PopLib/external/curl/CMake/FindNGHTTP2.cmake" - "/home/guest/Downloads/PopLib/external/curl/CMake/FindZstd.cmake" - "/home/guest/Downloads/PopLib/external/curl/CMake/Macros.cmake" - "/home/guest/Downloads/PopLib/external/curl/CMake/OtherTests.cmake" - "/home/guest/Downloads/PopLib/external/curl/CMake/PickyWarnings.cmake" - "/home/guest/Downloads/PopLib/external/curl/CMake/Utilities.cmake" - "/home/guest/Downloads/PopLib/external/curl/CMake/cmake_uninstall.cmake.in" - "/home/guest/Downloads/PopLib/external/curl/CMake/curl-config.cmake.in" - "/home/guest/Downloads/PopLib/external/curl/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/curl/curl-config.in" - "/home/guest/Downloads/PopLib/external/curl/docs/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/curl/docs/examples/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/curl/docs/examples/Makefile.inc" - "/home/guest/Downloads/PopLib/external/curl/docs/libcurl/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/curl/docs/libcurl/Makefile.inc" - "/home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/Makefile.inc" - "/home/guest/Downloads/PopLib/external/curl/lib/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/curl/lib/Makefile.inc" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_config.h.cmake" - "/home/guest/Downloads/PopLib/external/curl/libcurl.pc.in" - "/home/guest/Downloads/PopLib/external/curl/scripts/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/curl/tests/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/curl/tests/certs/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/curl/tests/certs/Makefile.inc" - "/home/guest/Downloads/PopLib/external/curl/tests/config.in" - "/home/guest/Downloads/PopLib/external/curl/tests/configurehelp.pm.in" - "/home/guest/Downloads/PopLib/external/curl/tests/http/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/curl/tests/http/clients/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/curl/tests/http/clients/Makefile.inc" - "/home/guest/Downloads/PopLib/external/curl/tests/http/config.ini.in" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/Makefile.inc" - "/home/guest/Downloads/PopLib/external/curl/tests/server/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/curl/tests/server/Makefile.inc" - "/home/guest/Downloads/PopLib/external/curl/tests/tunit/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/curl/tests/tunit/Makefile.inc" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/Makefile.inc" - "/home/guest/Downloads/PopLib/external/miniaudio/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/ogg/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/ogg/cmake/CheckSizes.cmake" - "/home/guest/Downloads/PopLib/external/ogg/cmake/OggConfig.cmake.in" - "/home/guest/Downloads/PopLib/external/ogg/include/ogg/config_types.h.in" - "/home/guest/Downloads/PopLib/external/ogg/ogg.pc.in" - "/home/guest/Downloads/PopLib/external/openal/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/openal/OpenALConfig.cmake.in" - "/home/guest/Downloads/PopLib/external/openal/cmake/FindALSA.cmake" - "/home/guest/Downloads/PopLib/external/openal/cmake/FindAudioIO.cmake" - "/home/guest/Downloads/PopLib/external/openal/cmake/FindFFmpeg.cmake" - "/home/guest/Downloads/PopLib/external/openal/cmake/FindJACK.cmake" - "/home/guest/Downloads/PopLib/external/openal/cmake/FindMySOFA.cmake" - "/home/guest/Downloads/PopLib/external/openal/cmake/FindOSS.cmake" - "/home/guest/Downloads/PopLib/external/openal/cmake/FindOpenSL.cmake" - "/home/guest/Downloads/PopLib/external/openal/cmake/FindPortAudio.cmake" - "/home/guest/Downloads/PopLib/external/openal/cmake/FindPulseAudio.cmake" - "/home/guest/Downloads/PopLib/external/openal/cmake/FindSndFile.cmake" - "/home/guest/Downloads/PopLib/external/openal/config.h.in" - "/home/guest/Downloads/PopLib/external/openal/config_backends.h.in" - "/home/guest/Downloads/PopLib/external/openal/config_simd.h.in" - "/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/support/cmake/JoinPaths.cmake" - "/home/guest/Downloads/PopLib/external/openal/openal.pc.in" - "/home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/vorbis/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/vorbis/cmake/VorbisConfig.cmake.in" - "/home/guest/Downloads/PopLib/external/vorbis/lib/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/vorbis/test/CMakeLists.txt" - "/home/guest/Downloads/PopLib/external/vorbis/vorbis.pc.in" - "/home/guest/Downloads/PopLib/external/vorbis/vorbisenc.pc.in" - "/home/guest/Downloads/PopLib/external/vorbis/vorbisfile.pc.in" - "/usr/lib/cmake/DBus1/DBus1Config.cmake" - "/usr/lib/cmake/DBus1/DBus1ConfigVersion.cmake" - "/usr/lib/cmake/Qt6/3rdparty/kwin/FindXKB.cmake" - "/usr/lib/cmake/Qt6/FindWrapAtomic.cmake" - "/usr/lib/cmake/Qt6/FindWrapOpenGL.cmake" - "/usr/lib/cmake/Qt6/FindWrapVulkanHeaders.cmake" - "/usr/lib/cmake/Qt6/Qt6Config.cmake" - "/usr/lib/cmake/Qt6/Qt6ConfigExtras.cmake" - "/usr/lib/cmake/Qt6/Qt6ConfigVersion.cmake" - "/usr/lib/cmake/Qt6/Qt6ConfigVersionImpl.cmake" - "/usr/lib/cmake/Qt6/Qt6Dependencies.cmake" - "/usr/lib/cmake/Qt6/Qt6Targets.cmake" - "/usr/lib/cmake/Qt6/Qt6VersionlessAliasTargets.cmake" - "/usr/lib/cmake/Qt6/QtFeature.cmake" - "/usr/lib/cmake/Qt6/QtFeatureCommon.cmake" - "/usr/lib/cmake/Qt6/QtInstallPaths.cmake" - "/usr/lib/cmake/Qt6/QtPublicAndroidHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicAppleHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicCMakeHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicCMakeVersionHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicExternalProjectHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicFinalizerHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicFindPackageHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicGitHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicPluginHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicPluginHelpers_v2.cmake" - "/usr/lib/cmake/Qt6/QtPublicSbomAttributionHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicSbomCpeHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicSbomDepHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicSbomFileHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicSbomGenerationHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicSbomHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicSbomLicenseHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicSbomOpsHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicSbomPurlHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicSbomPythonHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicSbomQtEntityHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicSbomSystemDepHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicTargetHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicTestHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicToolHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicWalkLibsHelpers.cmake" - "/usr/lib/cmake/Qt6/QtPublicWindowsHelpers.cmake" - "/usr/lib/cmake/Qt6Core/Qt6CoreAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Core/Qt6CoreConfig.cmake" - "/usr/lib/cmake/Qt6Core/Qt6CoreConfigExtras.cmake" - "/usr/lib/cmake/Qt6Core/Qt6CoreConfigVersion.cmake" - "/usr/lib/cmake/Qt6Core/Qt6CoreConfigVersionImpl.cmake" - "/usr/lib/cmake/Qt6Core/Qt6CoreDependencies.cmake" - "/usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake" - "/usr/lib/cmake/Qt6Core/Qt6CoreTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Core/Qt6CoreTargets.cmake" - "/usr/lib/cmake/Qt6Core/Qt6CoreVersionlessAliasTargets.cmake" - "/usr/lib/cmake/Qt6CorePrivate/Qt6CorePrivateAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6CorePrivate/Qt6CorePrivateConfig.cmake" - "/usr/lib/cmake/Qt6CorePrivate/Qt6CorePrivateConfigVersion.cmake" - "/usr/lib/cmake/Qt6CorePrivate/Qt6CorePrivateConfigVersionImpl.cmake" - "/usr/lib/cmake/Qt6CorePrivate/Qt6CorePrivateDependencies.cmake" - "/usr/lib/cmake/Qt6CorePrivate/Qt6CorePrivateTargets.cmake" - "/usr/lib/cmake/Qt6CorePrivate/Qt6CorePrivateVersionlessAliasTargets.cmake" - "/usr/lib/cmake/Qt6CoreTools/Qt6CoreToolsAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfig.cmake" - "/usr/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersion.cmake" - "/usr/lib/cmake/Qt6CoreTools/Qt6CoreToolsConfigVersionImpl.cmake" - "/usr/lib/cmake/Qt6CoreTools/Qt6CoreToolsDependencies.cmake" - "/usr/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6CoreTools/Qt6CoreToolsTargets.cmake" - "/usr/lib/cmake/Qt6CoreTools/Qt6CoreToolsVersionlessTargets.cmake" - "/usr/lib/cmake/Qt6DBus/Qt6DBusAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6DBus/Qt6DBusConfig.cmake" - "/usr/lib/cmake/Qt6DBus/Qt6DBusConfigVersion.cmake" - "/usr/lib/cmake/Qt6DBus/Qt6DBusConfigVersionImpl.cmake" - "/usr/lib/cmake/Qt6DBus/Qt6DBusDependencies.cmake" - "/usr/lib/cmake/Qt6DBus/Qt6DBusMacros.cmake" - "/usr/lib/cmake/Qt6DBus/Qt6DBusTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6DBus/Qt6DBusTargets.cmake" - "/usr/lib/cmake/Qt6DBus/Qt6DBusVersionlessAliasTargets.cmake" - "/usr/lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateConfig.cmake" - "/usr/lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateConfigVersion.cmake" - "/usr/lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateConfigVersionImpl.cmake" - "/usr/lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateDependencies.cmake" - "/usr/lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateTargets.cmake" - "/usr/lib/cmake/Qt6DBusPrivate/Qt6DBusPrivateVersionlessAliasTargets.cmake" - "/usr/lib/cmake/Qt6DBusTools/Qt6DBusToolsAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfig.cmake" - "/usr/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersion.cmake" - "/usr/lib/cmake/Qt6DBusTools/Qt6DBusToolsConfigVersionImpl.cmake" - "/usr/lib/cmake/Qt6DBusTools/Qt6DBusToolsDependencies.cmake" - "/usr/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6DBusTools/Qt6DBusToolsTargets.cmake" - "/usr/lib/cmake/Qt6DBusTools/Qt6DBusToolsVersionlessTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6GuiAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6GuiConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6GuiConfigVersion.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6GuiConfigVersionImpl.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6GuiDependencies.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6GuiPlugins.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6GuiTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6GuiTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6GuiVersionlessAliasTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QComposePlatformInputContextPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEglFSEmulatorIntegrationPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEglFSIntegrationPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEglFSKmsEglDeviceIntegrationPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEglFSKmsGbmIntegrationPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEglFSX11IntegrationPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEvdevKeyboardPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEvdevMousePluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEvdevTabletPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QEvdevTouchScreenPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QGifPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QGifPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QGifPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QGifPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QGtk3ThemePluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QICNSPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QICNSPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QICNSPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QICNSPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QICOPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QICOPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QICOPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QICOPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QIbusPlatformInputContextPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QJp2PluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QJp2PluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QJp2PluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QJp2PluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QJpegPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QJpegPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QJpegPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QLibInputPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QLibInputPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QLibInputPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QLibInputPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QLinuxFbIntegrationPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QMinimalEglIntegrationPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QMinimalIntegrationPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QMngPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QMngPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QMngPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QMngPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QOffscreenIntegrationPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QPdfPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QPdfPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QPdfPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QPdfPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QSvgIconPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QSvgIconPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QSvgIconPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QSvgPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QSvgPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QSvgPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QTgaPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QTgaPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QTgaPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QTgaPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QTiffPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QTiffPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QTiffPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QTiffPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QTsLibPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QTsLibPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QTsLibPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QTsLibPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QTuioTouchPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QVirtualKeyboardPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QVirtualKeyboardPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QVirtualKeyboardPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QVirtualKeyboardPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QVkKhrDisplayIntegrationPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QVncIntegrationPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QWaylandEglPlatformIntegrationPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QWaylandEglPlatformIntegrationPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QWaylandEglPlatformIntegrationPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QWaylandEglPlatformIntegrationPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QWaylandIntegrationPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QWbmpPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QWbmpPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QWbmpPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QWbmpPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QWebpPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QWebpPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QWebpPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QWebpPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QXcbEglIntegrationPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QXcbGlxIntegrationPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QXcbIntegrationPluginTargets.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginConfig.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Gui/Qt6QXdgDesktopPortalThemePluginTargets.cmake" - "/usr/lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateConfig.cmake" - "/usr/lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateConfigVersion.cmake" - "/usr/lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateConfigVersionImpl.cmake" - "/usr/lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateDependencies.cmake" - "/usr/lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateTargets.cmake" - "/usr/lib/cmake/Qt6GuiPrivate/Qt6GuiPrivateVersionlessAliasTargets.cmake" - "/usr/lib/cmake/Qt6GuiTools/Qt6GuiToolsAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfig.cmake" - "/usr/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersion.cmake" - "/usr/lib/cmake/Qt6GuiTools/Qt6GuiToolsConfigVersionImpl.cmake" - "/usr/lib/cmake/Qt6GuiTools/Qt6GuiToolsDependencies.cmake" - "/usr/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6GuiTools/Qt6GuiToolsTargets.cmake" - "/usr/lib/cmake/Qt6GuiTools/Qt6GuiToolsVersionlessTargets.cmake" - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfig.cmake" - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersion.cmake" - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsConfigVersionImpl.cmake" - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsDependencies.cmake" - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsMacros.cmake" - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsPlugins.cmake" - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsTargets.cmake" - "/usr/lib/cmake/Qt6Widgets/Qt6WidgetsVersionlessAliasTargets.cmake" - "/usr/lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateConfig.cmake" - "/usr/lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateConfigVersion.cmake" - "/usr/lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateConfigVersionImpl.cmake" - "/usr/lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateDependencies.cmake" - "/usr/lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateTargets.cmake" - "/usr/lib/cmake/Qt6WidgetsPrivate/Qt6WidgetsPrivateVersionlessAliasTargets.cmake" - "/usr/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsAdditionalTargetInfo.cmake" - "/usr/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfig.cmake" - "/usr/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersion.cmake" - "/usr/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsConfigVersionImpl.cmake" - "/usr/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsDependencies.cmake" - "/usr/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets-relwithdebinfo.cmake" - "/usr/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsTargets.cmake" - "/usr/lib/cmake/Qt6WidgetsTools/Qt6WidgetsToolsVersionlessTargets.cmake" - "/usr/lib/cmake/SDL3/SDL3Config.cmake" - "/usr/lib/cmake/SDL3/SDL3ConfigVersion.cmake" - "/usr/lib/cmake/SDL3/SDL3sharedTargets.cmake" - "/usr/lib/cmake/SDL3/SDL3testTargets.cmake" - "/usr/share/cmake/Modules/BasicConfigVersion-AnyNewerVersion.cmake.in" - "/usr/share/cmake/Modules/BasicConfigVersion-SameMajorVersion.cmake.in" - "/usr/share/cmake/Modules/CMakeASMCompiler.cmake.in" - "/usr/share/cmake/Modules/CMakeASMInformation.cmake" - "/usr/share/cmake/Modules/CMakeCCompiler.cmake.in" - "/usr/share/cmake/Modules/CMakeCCompilerABI.c" - "/usr/share/cmake/Modules/CMakeCInformation.cmake" - "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" - "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" - "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" - "/usr/share/cmake/Modules/CMakeCheckCompilerFlagCommonPatterns.cmake" - "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" - "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake" - "/usr/share/cmake/Modules/CMakeDependentOption.cmake" - "/usr/share/cmake/Modules/CMakeDetermineASMCompiler.cmake" - "/usr/share/cmake/Modules/CMakeDetermineCCompiler.cmake" - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake" - "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake" - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake" - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake" - "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake" - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake" - "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake" - "/usr/share/cmake/Modules/CMakeFindDependencyMacro.cmake" - "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" - "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" - "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" - "/usr/share/cmake/Modules/CMakePackageConfigHelpers.cmake" - "/usr/share/cmake/Modules/CMakeParseArguments.cmake" - "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake" - "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake" - "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake" - "/usr/share/cmake/Modules/CMakePushCheckState.cmake" - "/usr/share/cmake/Modules/CMakeSystem.cmake.in" - "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" - "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" - "/usr/share/cmake/Modules/CMakeTestASMCompiler.cmake" - "/usr/share/cmake/Modules/CMakeTestCCompiler.cmake" - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake" - "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" - "/usr/share/cmake/Modules/CMakeUnixFindMake.cmake" - "/usr/share/cmake/Modules/CPack.cmake" - "/usr/share/cmake/Modules/CPackComponent.cmake" - "/usr/share/cmake/Modules/CTest.cmake" - "/usr/share/cmake/Modules/CTestTargets.cmake" - "/usr/share/cmake/Modules/CTestUseLaunchers.cmake" - "/usr/share/cmake/Modules/CheckCCompilerFlag.cmake" - "/usr/share/cmake/Modules/CheckCSourceCompiles.cmake" - "/usr/share/cmake/Modules/CheckCSourceRuns.cmake" - "/usr/share/cmake/Modules/CheckCXXCompilerFlag.cmake" - "/usr/share/cmake/Modules/CheckCXXSourceCompiles.cmake" - "/usr/share/cmake/Modules/CheckFunctionExists.cmake" - "/usr/share/cmake/Modules/CheckIncludeFile.cmake" - "/usr/share/cmake/Modules/CheckIncludeFileCXX.cmake" - "/usr/share/cmake/Modules/CheckIncludeFiles.cmake" - "/usr/share/cmake/Modules/CheckLanguage.cmake" - "/usr/share/cmake/Modules/CheckLibraryExists.cmake" - "/usr/share/cmake/Modules/CheckLinkerFlag.cmake" - "/usr/share/cmake/Modules/CheckSourceCompiles.cmake" - "/usr/share/cmake/Modules/CheckStructHasMember.cmake" - "/usr/share/cmake/Modules/CheckSymbolExists.cmake" - "/usr/share/cmake/Modules/CheckTypeSize.cmake" - "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" - "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" - "/usr/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/GNU-ASM.cmake" - "/usr/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/GNU-C.cmake" - "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" - "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake" - "/usr/share/cmake/Modules/Compiler/GNU.cmake" - "/usr/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake" - "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" - "/usr/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" - "/usr/share/cmake/Modules/DartConfiguration.tcl.in" - "/usr/share/cmake/Modules/FeatureSummary.cmake" - "/usr/share/cmake/Modules/FindALSA.cmake" - "/usr/share/cmake/Modules/FindCygwin.cmake" - "/usr/share/cmake/Modules/FindDoxygen.cmake" - "/usr/share/cmake/Modules/FindFontconfig.cmake" - "/usr/share/cmake/Modules/FindFreetype.cmake" - "/usr/share/cmake/Modules/FindGit.cmake" - "/usr/share/cmake/Modules/FindMsys.cmake" - "/usr/share/cmake/Modules/FindOpenGL.cmake" - "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake" - "/usr/share/cmake/Modules/FindPackageMessage.cmake" - "/usr/share/cmake/Modules/FindPerl.cmake" - "/usr/share/cmake/Modules/FindPkgConfig.cmake" - "/usr/share/cmake/Modules/FindThreads.cmake" - "/usr/share/cmake/Modules/FindVulkan.cmake" - "/usr/share/cmake/Modules/FindX11.cmake" - "/usr/share/cmake/Modules/FindZLIB.cmake" - "/usr/share/cmake/Modules/GNUInstallDirs.cmake" - "/usr/share/cmake/Modules/Internal/CMakeASMLinkerInformation.cmake" - "/usr/share/cmake/Modules/Internal/CMakeCLinkerInformation.cmake" - "/usr/share/cmake/Modules/Internal/CMakeCXXLinkerInformation.cmake" - "/usr/share/cmake/Modules/Internal/CMakeCommonLinkerInformation.cmake" - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake" - "/usr/share/cmake/Modules/Internal/CMakeInspectASMLinker.cmake" - "/usr/share/cmake/Modules/Internal/CMakeInspectCLinker.cmake" - "/usr/share/cmake/Modules/Internal/CMakeInspectCXXLinker.cmake" - "/usr/share/cmake/Modules/Internal/CheckCompilerFlag.cmake" - "/usr/share/cmake/Modules/Internal/CheckFlagCommonConfig.cmake" - "/usr/share/cmake/Modules/Internal/CheckLinkerFlag.cmake" - "/usr/share/cmake/Modules/Internal/CheckSourceCompiles.cmake" - "/usr/share/cmake/Modules/Internal/CheckSourceRuns.cmake" - "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake" - "/usr/share/cmake/Modules/Linker/GNU-C.cmake" - "/usr/share/cmake/Modules/Linker/GNU-CXX.cmake" - "/usr/share/cmake/Modules/Linker/GNU.cmake" - "/usr/share/cmake/Modules/MacroAddFileDependencies.cmake" - "/usr/share/cmake/Modules/Platform/Linker/GNU.cmake" - "/usr/share/cmake/Modules/Platform/Linker/Linux-ASM.cmake" - "/usr/share/cmake/Modules/Platform/Linker/Linux-GNU-ASM.cmake" - "/usr/share/cmake/Modules/Platform/Linker/Linux-GNU-C.cmake" - "/usr/share/cmake/Modules/Platform/Linker/Linux-GNU-CXX.cmake" - "/usr/share/cmake/Modules/Platform/Linker/Linux-GNU.cmake" - "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake" - "/usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake" - "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" - "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" - "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" - "/usr/share/cmake/Modules/Platform/Linux.cmake" - "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" - "/usr/share/cmake/Modules/SelectLibraryConfigurations.cmake" - "/usr/share/cmake/Modules/WriteBasicConfigVersionFile.cmake" - "/usr/share/cmake/Templates/CPackConfig.cmake.in" - ) - -# The corresponding makefile is: -set(CMAKE_MAKEFILE_OUTPUTS - "Makefile" - "CMakeFiles/cmake.check_cache" - ) - -# Byproducts of CMake generate step: -set(CMAKE_MAKEFILE_PRODUCTS - "CMakeFiles/4.0.2-dirty/CMakeSystem.cmake" - "CMakeFiles/4.0.2-dirty/CMakeCCompiler.cmake" - "CMakeFiles/4.0.2-dirty/CMakeCXXCompiler.cmake" - "CMakeFiles/4.0.2-dirty/CMakeASMCompiler.cmake" - "CMakeFiles/4.0.2-dirty/CMakeCCompiler.cmake" - "CMakeFiles/4.0.2-dirty/CMakeCCompiler.cmake" - "CMakeFiles/4.0.2-dirty/CMakeCXXCompiler.cmake" - "CMakeFiles/4.0.2-dirty/CMakeCXXCompiler.cmake" - "CMakeFiles/4.0.2-dirty/CMakeASMCompiler.cmake" - ".qt/QtDeployTargets.cmake" - "CMakeFiles/CMakeDirectoryInformation.cmake" - "external/ogg/include/ogg/config_types.h" - "external/ogg/ogg.pc" - "external/ogg/OggConfig.cmake" - "external/ogg/OggConfigVersion.cmake" - "CPackConfig.cmake" - "CPackSourceConfig.cmake" - "external/ogg/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/vorbis/DartConfiguration.tcl" - "external/vorbis/vorbis.pc" - "external/vorbis/vorbisenc.pc" - "external/vorbis/vorbisfile.pc" - "external/vorbis/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/vorbis/lib/VorbisConfig.cmake" - "external/vorbis/lib/VorbisConfigVersion.cmake" - "external/vorbis/lib/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/vorbis/test/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/SDL/CMakeFiles/SDL_build_config.h.intermediate" - "external/SDL/CMakeFiles/git-data/HEAD" - "external/SDL/CMakeFiles/git-data/grabRef.cmake" - "external/SDL/CMakeFiles/git-data/head-ref" - "external/SDL/include-revision/SDL3/SDL_revision.h" - "external/SDL/SDL3Config.cmake" - "external/SDL/SDL3ConfigVersion.cmake" - "external/SDL/include-config-relwithdebinfo/build_config/SDL_build_config.h" - "external/SDL/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/SDL_ttf/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/openal/config.h" - "external/openal/config_backends.h" - "external/openal/config_simd.h" - "external/openal/openal.pc" - "external/openal/OpenALConfig.cmake" - ".qt/QtDeploySupport.cmake" - "external/openal/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/openal/fmt-11.1.4/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/openal/utils/alsoft-config/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/miniaudio/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/curl/curl-config" - "external/curl/libcurl.pc" - "external/curl/generated/CURLConfigVersion.cmake" - "external/curl/generated/CURLConfig.cmake" - "external/curl/CMake/cmake_uninstall.cmake" - "CPackConfig.cmake" - "CPackSourceConfig.cmake" - "external/curl/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/curl/docs/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/curl/docs/libcurl/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/curl/docs/libcurl/opts/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/curl/scripts/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/curl/lib/curl_config.h" - "external/curl/lib/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/curl/docs/examples/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/curl/tests/config" - "external/curl/tests/configurehelp.pm" - "external/curl/tests/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/curl/tests/http/config.ini" - "external/curl/tests/http/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/curl/tests/http/clients/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/curl/tests/server/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/curl/tests/libtest/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/curl/tests/tunit/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/curl/tests/unit/CMakeFiles/CMakeDirectoryInformation.cmake" - "external/curl/tests/certs/CMakeFiles/CMakeDirectoryInformation.cmake" - "PopWork/CMakeFiles/CMakeDirectoryInformation.cmake" - "examples/CMakeFiles/CMakeDirectoryInformation.cmake" - "examples/src/demo1/CMakeFiles/CMakeDirectoryInformation.cmake" - "examples/src/demo2/CMakeFiles/CMakeDirectoryInformation.cmake" - "examples/src/demo3/CMakeFiles/CMakeDirectoryInformation.cmake" - "examples/src/demo4/CMakeFiles/CMakeDirectoryInformation.cmake" - "examples/src/demo5/CMakeFiles/CMakeDirectoryInformation.cmake" - "examples/src/hun-garr/CMakeFiles/CMakeDirectoryInformation.cmake" - "examples/src/v12demo/CMakeFiles/CMakeDirectoryInformation.cmake" - "examples/src/v14demo/CMakeFiles/CMakeDirectoryInformation.cmake" - "examples/src/xmldemo/CMakeFiles/CMakeDirectoryInformation.cmake" - "examples/src/barebones/CMakeFiles/CMakeDirectoryInformation.cmake" - ) - -# Dependency information for all targets: -set(CMAKE_DEPEND_INFO_FILES - "CMakeFiles/alldemos.dir/DependInfo.cmake" - "external/ogg/CMakeFiles/ogg.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/Experimental.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/Nightly.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/Continuous.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/NightlyStart.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/NightlyUpdate.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/NightlyConfigure.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/NightlyBuild.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/NightlyTest.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/NightlyCoverage.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/NightlySubmit.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/ExperimentalStart.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/ExperimentalTest.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/ContinuousStart.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/ContinuousTest.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake" - "external/vorbis/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake" - "external/vorbis/lib/CMakeFiles/vorbis.dir/DependInfo.cmake" - "external/vorbis/lib/CMakeFiles/vorbisenc.dir/DependInfo.cmake" - "external/vorbis/lib/CMakeFiles/vorbisfile.dir/DependInfo.cmake" - "external/vorbis/test/CMakeFiles/vorbis_test.dir/DependInfo.cmake" - "external/SDL/CMakeFiles/SDL3-shared.dir/DependInfo.cmake" - "external/SDL/CMakeFiles/SDL3-static.dir/DependInfo.cmake" - "external/SDL/CMakeFiles/SDL3_test.dir/DependInfo.cmake" - "external/SDL/CMakeFiles/SDL_uclibc.dir/DependInfo.cmake" - "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/DependInfo.cmake" - "external/openal/CMakeFiles/alsoft.build_version.dir/DependInfo.cmake" - "external/openal/CMakeFiles/alsoft.common.dir/DependInfo.cmake" - "external/openal/CMakeFiles/clang-tidy-check.dir/DependInfo.cmake" - "external/openal/CMakeFiles/OpenAL.dir/DependInfo.cmake" - "external/openal/CMakeFiles/openal-info.dir/DependInfo.cmake" - "external/openal/CMakeFiles/uhjdecoder.dir/DependInfo.cmake" - "external/openal/CMakeFiles/uhjencoder.dir/DependInfo.cmake" - "external/openal/CMakeFiles/alsoft.sofa-support.dir/DependInfo.cmake" - "external/openal/CMakeFiles/makemhr.dir/DependInfo.cmake" - "external/openal/CMakeFiles/sofa-info.dir/DependInfo.cmake" - "external/openal/CMakeFiles/alsoft.excommon.dir/DependInfo.cmake" - "external/openal/CMakeFiles/altonegen.dir/DependInfo.cmake" - "external/openal/CMakeFiles/alrecord.dir/DependInfo.cmake" - "external/openal/CMakeFiles/aldebug.dir/DependInfo.cmake" - "external/openal/CMakeFiles/allafplay.dir/DependInfo.cmake" - "external/openal/CMakeFiles/alplay.dir/DependInfo.cmake" - "external/openal/CMakeFiles/alstream.dir/DependInfo.cmake" - "external/openal/CMakeFiles/alreverb.dir/DependInfo.cmake" - "external/openal/CMakeFiles/almultireverb.dir/DependInfo.cmake" - "external/openal/CMakeFiles/allatency.dir/DependInfo.cmake" - "external/openal/CMakeFiles/alhrtf.dir/DependInfo.cmake" - "external/openal/CMakeFiles/alstreamcb.dir/DependInfo.cmake" - "external/openal/CMakeFiles/aldirect.dir/DependInfo.cmake" - "external/openal/CMakeFiles/alconvolve.dir/DependInfo.cmake" - "external/openal/CMakeFiles/alloopback.dir/DependInfo.cmake" - "external/openal/CMakeFiles/alffplay.dir/DependInfo.cmake" - "external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/DependInfo.cmake" - "external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/DependInfo.cmake" - "external/miniaudio/CMakeFiles/miniaudio.dir/DependInfo.cmake" - "external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/DependInfo.cmake" - "external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/DependInfo.cmake" - "external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/DependInfo.cmake" - "external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/DependInfo.cmake" - "external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/DependInfo.cmake" - "external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/DependInfo.cmake" - "external/curl/CMakeFiles/curl-ca-bundle.dir/DependInfo.cmake" - "external/curl/CMakeFiles/curl-ca-firefox.dir/DependInfo.cmake" - "external/curl/CMakeFiles/curl_uninstall.dir/DependInfo.cmake" - "external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/DependInfo.cmake" - "external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/DependInfo.cmake" - "external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/DependInfo.cmake" - "external/curl/docs/libcurl/CMakeFiles/curl-man.dir/DependInfo.cmake" - "external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/DependInfo.cmake" - "external/curl/lib/CMakeFiles/curlu.dir/DependInfo.cmake" - "external/curl/lib/CMakeFiles/libcurl_static.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-examples.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-https.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-range.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/DependInfo.cmake" - "external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/DependInfo.cmake" - "external/curl/tests/CMakeFiles/testdeps.dir/DependInfo.cmake" - "external/curl/tests/CMakeFiles/test-quiet.dir/DependInfo.cmake" - "external/curl/tests/CMakeFiles/test-am.dir/DependInfo.cmake" - "external/curl/tests/CMakeFiles/test-full.dir/DependInfo.cmake" - "external/curl/tests/CMakeFiles/test-nonflaky.dir/DependInfo.cmake" - "external/curl/tests/CMakeFiles/test-ci.dir/DependInfo.cmake" - "external/curl/tests/CMakeFiles/test-torture.dir/DependInfo.cmake" - "external/curl/tests/CMakeFiles/test-event.dir/DependInfo.cmake" - "external/curl/tests/CMakeFiles/curl-pytest.dir/DependInfo.cmake" - "external/curl/tests/CMakeFiles/curl-pytest-ci.dir/DependInfo.cmake" - "external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/DependInfo.cmake" - "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/DependInfo.cmake" - "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/DependInfo.cmake" - "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/DependInfo.cmake" - "external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/DependInfo.cmake" - "external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/DependInfo.cmake" - "external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/DependInfo.cmake" - "external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/DependInfo.cmake" - "external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/DependInfo.cmake" - "external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/DependInfo.cmake" - "external/curl/tests/server/CMakeFiles/resolve.dir/DependInfo.cmake" - "external/curl/tests/server/CMakeFiles/rtspd.dir/DependInfo.cmake" - "external/curl/tests/server/CMakeFiles/sockfilt.dir/DependInfo.cmake" - "external/curl/tests/server/CMakeFiles/sws.dir/DependInfo.cmake" - "external/curl/tests/server/CMakeFiles/tftpd.dir/DependInfo.cmake" - "external/curl/tests/server/CMakeFiles/socksd.dir/DependInfo.cmake" - "external/curl/tests/server/CMakeFiles/mqttd.dir/DependInfo.cmake" - "external/curl/tests/server/CMakeFiles/dnsd.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/libauthretry.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/libprereq.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib500.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib501.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib502.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib503.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib504.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib505.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib506.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib507.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib508.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib509.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib510.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib511.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib512.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib513.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib514.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib515.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib516.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib517.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib518.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib519.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib520.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib521.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib523.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib524.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib525.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib526.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib527.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib529.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib530.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib532.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib533.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib536.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib537.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib539.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib540.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib541.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib542.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib543.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib544.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib545.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib547.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib548.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib549.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib552.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib553.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib554.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib555.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib556.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib557.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib558.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib559.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib560.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib562.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib564.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib565.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib566.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib567.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib568.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib569.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib570.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib571.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib572.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib573.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib574.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib575.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib576.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib578.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib579.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib582.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib583.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib584.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib585.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib586.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib587.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib589.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib590.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib591.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib597.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib598.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib599.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib643.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib645.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib650.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib651.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib652.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib653.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib654.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib655.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib658.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib659.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib661.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib666.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib667.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib668.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib670.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib671.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib672.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib673.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib674.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib676.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib677.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib678.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib694.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib695.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib696.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1156.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1301.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1308.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1485.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1500.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1501.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1502.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1503.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1504.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1505.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1506.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1507.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1508.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1509.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1510.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1511.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1512.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1513.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1514.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1515.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1517.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1518.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1520.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1521.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1522.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1523.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1525.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1526.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1527.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1528.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1529.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1530.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1531.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1532.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1533.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1534.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1535.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1536.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1537.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1538.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1539.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1540.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1541.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1542.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1543.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1545.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1550.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1551.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1552.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1553.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1554.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1555.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1556.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1557.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1558.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1559.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1560.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1564.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1565.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1567.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1568.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1569.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1571.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1576.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1578.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1591.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1592.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1593.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1594.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1596.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1597.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1598.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1662.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1900.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1901.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1903.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1905.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1906.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1907.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1908.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1910.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1911.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1912.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1913.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1915.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1916.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1917.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1918.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1919.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1933.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1934.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1935.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1936.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1937.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1938.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1939.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1940.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1945.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1946.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1947.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1948.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1955.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1956.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1957.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1958.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1959.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1960.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1964.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1970.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1971.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1972.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1973.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1974.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1975.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1977.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib1978.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib2301.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib2302.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib2304.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib2305.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib2306.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib2308.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib2309.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib2310.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib2311.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib2312.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib2402.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib2404.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib2405.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib2502.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib3010.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib3025.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib3026.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib3027.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib3100.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib3101.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib3102.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib3103.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib3104.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib3105.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib3207.dir/DependInfo.cmake" - "external/curl/tests/libtest/CMakeFiles/lib3208.dir/DependInfo.cmake" - "external/curl/tests/tunit/CMakeFiles/tool1394.dir/DependInfo.cmake" - "external/curl/tests/tunit/CMakeFiles/tool1604.dir/DependInfo.cmake" - "external/curl/tests/tunit/CMakeFiles/tool1621.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1300.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1302.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1303.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1304.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1305.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1307.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1309.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1323.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1330.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1395.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1396.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1397.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1398.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1399.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1600.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1601.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1602.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1603.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1605.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1606.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1607.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1608.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1609.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1610.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1611.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1612.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1614.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1615.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1616.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1620.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1650.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1651.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1652.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1653.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1654.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1655.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1656.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1657.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1658.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1660.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1661.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1663.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1664.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1979.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit1980.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit2600.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit2601.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit2602.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit2603.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit2604.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit3200.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit3205.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit3211.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit3212.dir/DependInfo.cmake" - "external/curl/tests/unit/CMakeFiles/unit3213.dir/DependInfo.cmake" - "external/curl/tests/certs/CMakeFiles/build-certs.dir/DependInfo.cmake" - "external/curl/tests/certs/CMakeFiles/clean-certs.dir/DependInfo.cmake" - "PopWork/CMakeFiles/PopWork.dir/DependInfo.cmake" - "examples/src/demo1/CMakeFiles/Demo1.dir/DependInfo.cmake" - "examples/src/demo2/CMakeFiles/Demo2.dir/DependInfo.cmake" - "examples/src/demo3/CMakeFiles/Demo3.dir/DependInfo.cmake" - "examples/src/demo4/CMakeFiles/Demo4.dir/DependInfo.cmake" - "examples/src/demo5/CMakeFiles/Demo5.dir/DependInfo.cmake" - "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/DependInfo.cmake" - "examples/src/v12demo/CMakeFiles/V12Demo.dir/DependInfo.cmake" - "examples/src/v14demo/CMakeFiles/V14Demo.dir/DependInfo.cmake" - "examples/src/xmldemo/CMakeFiles/XMLDemo.dir/DependInfo.cmake" - "examples/src/barebones/CMakeFiles/Barebones.dir/DependInfo.cmake" - ) diff --git a/build_emscripten/CMakeFiles/Makefile2 b/build_emscripten/CMakeFiles/Makefile2 deleted file mode 100644 index 7aea5ec3..00000000 --- a/build_emscripten/CMakeFiles/Makefile2 +++ /dev/null @@ -1,19953 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Directory level rules for the build root directory - -# The main recursive "all" target. -all: CMakeFiles/alldemos.dir/all -all: PopWork/all -all: examples/all -.PHONY : all - -# The main recursive "codegen" target. -codegen: CMakeFiles/alldemos.dir/codegen -codegen: PopWork/codegen -codegen: examples/codegen -.PHONY : codegen - -# The main recursive "preinstall" target. -preinstall: PopWork/preinstall -preinstall: examples/preinstall -.PHONY : preinstall - -# The main recursive "clean" target. -clean: CMakeFiles/alldemos.dir/clean -clean: external/ogg/clean -clean: external/vorbis/clean -clean: external/SDL/clean -clean: external/SDL_ttf/clean -clean: external/openal/clean -clean: external/miniaudio/clean -clean: external/curl/clean -clean: PopWork/clean -clean: examples/clean -.PHONY : clean - -#============================================================================= -# Directory level rules for directory PopWork - -# Recursive "all" directory target. -PopWork/all: PopWork/CMakeFiles/PopWork.dir/all -.PHONY : PopWork/all - -# Recursive "codegen" directory target. -PopWork/codegen: PopWork/CMakeFiles/PopWork.dir/codegen -.PHONY : PopWork/codegen - -# Recursive "preinstall" directory target. -PopWork/preinstall: -.PHONY : PopWork/preinstall - -# Recursive "clean" directory target. -PopWork/clean: PopWork/CMakeFiles/PopWork.dir/clean -.PHONY : PopWork/clean - -#============================================================================= -# Directory level rules for directory examples - -# Recursive "all" directory target. -examples/all: examples/src/demo1/all -examples/all: examples/src/demo2/all -examples/all: examples/src/demo3/all -examples/all: examples/src/demo4/all -examples/all: examples/src/demo5/all -examples/all: examples/src/hun-garr/all -examples/all: examples/src/v12demo/all -examples/all: examples/src/v14demo/all -examples/all: examples/src/xmldemo/all -examples/all: examples/src/barebones/all -.PHONY : examples/all - -# Recursive "codegen" directory target. -examples/codegen: examples/src/demo1/codegen -examples/codegen: examples/src/demo2/codegen -examples/codegen: examples/src/demo3/codegen -examples/codegen: examples/src/demo4/codegen -examples/codegen: examples/src/demo5/codegen -examples/codegen: examples/src/hun-garr/codegen -examples/codegen: examples/src/v12demo/codegen -examples/codegen: examples/src/v14demo/codegen -examples/codegen: examples/src/xmldemo/codegen -examples/codegen: examples/src/barebones/codegen -.PHONY : examples/codegen - -# Recursive "preinstall" directory target. -examples/preinstall: examples/src/demo1/preinstall -examples/preinstall: examples/src/demo2/preinstall -examples/preinstall: examples/src/demo3/preinstall -examples/preinstall: examples/src/demo4/preinstall -examples/preinstall: examples/src/demo5/preinstall -examples/preinstall: examples/src/hun-garr/preinstall -examples/preinstall: examples/src/v12demo/preinstall -examples/preinstall: examples/src/v14demo/preinstall -examples/preinstall: examples/src/xmldemo/preinstall -examples/preinstall: examples/src/barebones/preinstall -.PHONY : examples/preinstall - -# Recursive "clean" directory target. -examples/clean: examples/src/demo1/clean -examples/clean: examples/src/demo2/clean -examples/clean: examples/src/demo3/clean -examples/clean: examples/src/demo4/clean -examples/clean: examples/src/demo5/clean -examples/clean: examples/src/hun-garr/clean -examples/clean: examples/src/v12demo/clean -examples/clean: examples/src/v14demo/clean -examples/clean: examples/src/xmldemo/clean -examples/clean: examples/src/barebones/clean -.PHONY : examples/clean - -#============================================================================= -# Directory level rules for directory examples/src/barebones - -# Recursive "all" directory target. -examples/src/barebones/all: examples/src/barebones/CMakeFiles/Barebones.dir/all -.PHONY : examples/src/barebones/all - -# Recursive "codegen" directory target. -examples/src/barebones/codegen: examples/src/barebones/CMakeFiles/Barebones.dir/codegen -.PHONY : examples/src/barebones/codegen - -# Recursive "preinstall" directory target. -examples/src/barebones/preinstall: -.PHONY : examples/src/barebones/preinstall - -# Recursive "clean" directory target. -examples/src/barebones/clean: examples/src/barebones/CMakeFiles/Barebones.dir/clean -.PHONY : examples/src/barebones/clean - -#============================================================================= -# Directory level rules for directory examples/src/demo1 - -# Recursive "all" directory target. -examples/src/demo1/all: examples/src/demo1/CMakeFiles/Demo1.dir/all -.PHONY : examples/src/demo1/all - -# Recursive "codegen" directory target. -examples/src/demo1/codegen: examples/src/demo1/CMakeFiles/Demo1.dir/codegen -.PHONY : examples/src/demo1/codegen - -# Recursive "preinstall" directory target. -examples/src/demo1/preinstall: -.PHONY : examples/src/demo1/preinstall - -# Recursive "clean" directory target. -examples/src/demo1/clean: examples/src/demo1/CMakeFiles/Demo1.dir/clean -.PHONY : examples/src/demo1/clean - -#============================================================================= -# Directory level rules for directory examples/src/demo2 - -# Recursive "all" directory target. -examples/src/demo2/all: examples/src/demo2/CMakeFiles/Demo2.dir/all -.PHONY : examples/src/demo2/all - -# Recursive "codegen" directory target. -examples/src/demo2/codegen: examples/src/demo2/CMakeFiles/Demo2.dir/codegen -.PHONY : examples/src/demo2/codegen - -# Recursive "preinstall" directory target. -examples/src/demo2/preinstall: -.PHONY : examples/src/demo2/preinstall - -# Recursive "clean" directory target. -examples/src/demo2/clean: examples/src/demo2/CMakeFiles/Demo2.dir/clean -.PHONY : examples/src/demo2/clean - -#============================================================================= -# Directory level rules for directory examples/src/demo3 - -# Recursive "all" directory target. -examples/src/demo3/all: examples/src/demo3/CMakeFiles/Demo3.dir/all -.PHONY : examples/src/demo3/all - -# Recursive "codegen" directory target. -examples/src/demo3/codegen: examples/src/demo3/CMakeFiles/Demo3.dir/codegen -.PHONY : examples/src/demo3/codegen - -# Recursive "preinstall" directory target. -examples/src/demo3/preinstall: -.PHONY : examples/src/demo3/preinstall - -# Recursive "clean" directory target. -examples/src/demo3/clean: examples/src/demo3/CMakeFiles/Demo3.dir/clean -.PHONY : examples/src/demo3/clean - -#============================================================================= -# Directory level rules for directory examples/src/demo4 - -# Recursive "all" directory target. -examples/src/demo4/all: examples/src/demo4/CMakeFiles/Demo4.dir/all -.PHONY : examples/src/demo4/all - -# Recursive "codegen" directory target. -examples/src/demo4/codegen: examples/src/demo4/CMakeFiles/Demo4.dir/codegen -.PHONY : examples/src/demo4/codegen - -# Recursive "preinstall" directory target. -examples/src/demo4/preinstall: -.PHONY : examples/src/demo4/preinstall - -# Recursive "clean" directory target. -examples/src/demo4/clean: examples/src/demo4/CMakeFiles/Demo4.dir/clean -.PHONY : examples/src/demo4/clean - -#============================================================================= -# Directory level rules for directory examples/src/demo5 - -# Recursive "all" directory target. -examples/src/demo5/all: examples/src/demo5/CMakeFiles/Demo5.dir/all -.PHONY : examples/src/demo5/all - -# Recursive "codegen" directory target. -examples/src/demo5/codegen: examples/src/demo5/CMakeFiles/Demo5.dir/codegen -.PHONY : examples/src/demo5/codegen - -# Recursive "preinstall" directory target. -examples/src/demo5/preinstall: -.PHONY : examples/src/demo5/preinstall - -# Recursive "clean" directory target. -examples/src/demo5/clean: examples/src/demo5/CMakeFiles/Demo5.dir/clean -.PHONY : examples/src/demo5/clean - -#============================================================================= -# Directory level rules for directory examples/src/hun-garr - -# Recursive "all" directory target. -examples/src/hun-garr/all: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all -.PHONY : examples/src/hun-garr/all - -# Recursive "codegen" directory target. -examples/src/hun-garr/codegen: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/codegen -.PHONY : examples/src/hun-garr/codegen - -# Recursive "preinstall" directory target. -examples/src/hun-garr/preinstall: -.PHONY : examples/src/hun-garr/preinstall - -# Recursive "clean" directory target. -examples/src/hun-garr/clean: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/clean -.PHONY : examples/src/hun-garr/clean - -#============================================================================= -# Directory level rules for directory examples/src/v12demo - -# Recursive "all" directory target. -examples/src/v12demo/all: examples/src/v12demo/CMakeFiles/V12Demo.dir/all -.PHONY : examples/src/v12demo/all - -# Recursive "codegen" directory target. -examples/src/v12demo/codegen: examples/src/v12demo/CMakeFiles/V12Demo.dir/codegen -.PHONY : examples/src/v12demo/codegen - -# Recursive "preinstall" directory target. -examples/src/v12demo/preinstall: -.PHONY : examples/src/v12demo/preinstall - -# Recursive "clean" directory target. -examples/src/v12demo/clean: examples/src/v12demo/CMakeFiles/V12Demo.dir/clean -.PHONY : examples/src/v12demo/clean - -#============================================================================= -# Directory level rules for directory examples/src/v14demo - -# Recursive "all" directory target. -examples/src/v14demo/all: examples/src/v14demo/CMakeFiles/V14Demo.dir/all -.PHONY : examples/src/v14demo/all - -# Recursive "codegen" directory target. -examples/src/v14demo/codegen: examples/src/v14demo/CMakeFiles/V14Demo.dir/codegen -.PHONY : examples/src/v14demo/codegen - -# Recursive "preinstall" directory target. -examples/src/v14demo/preinstall: -.PHONY : examples/src/v14demo/preinstall - -# Recursive "clean" directory target. -examples/src/v14demo/clean: examples/src/v14demo/CMakeFiles/V14Demo.dir/clean -.PHONY : examples/src/v14demo/clean - -#============================================================================= -# Directory level rules for directory examples/src/xmldemo - -# Recursive "all" directory target. -examples/src/xmldemo/all: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all -.PHONY : examples/src/xmldemo/all - -# Recursive "codegen" directory target. -examples/src/xmldemo/codegen: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/codegen -.PHONY : examples/src/xmldemo/codegen - -# Recursive "preinstall" directory target. -examples/src/xmldemo/preinstall: -.PHONY : examples/src/xmldemo/preinstall - -# Recursive "clean" directory target. -examples/src/xmldemo/clean: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/clean -.PHONY : examples/src/xmldemo/clean - -#============================================================================= -# Directory level rules for directory external/SDL - -# Recursive "all" directory target. -external/SDL/all: external/SDL/CMakeFiles/SDL3-shared.dir/all -external/SDL/all: external/SDL/CMakeFiles/SDL3-static.dir/all -external/SDL/all: external/SDL/CMakeFiles/SDL3_test.dir/all -external/SDL/all: external/SDL/CMakeFiles/SDL_uclibc.dir/all -.PHONY : external/SDL/all - -# Recursive "codegen" directory target. -external/SDL/codegen: external/SDL/CMakeFiles/SDL3-shared.dir/codegen -external/SDL/codegen: external/SDL/CMakeFiles/SDL3-static.dir/codegen -external/SDL/codegen: external/SDL/CMakeFiles/SDL3_test.dir/codegen -external/SDL/codegen: external/SDL/CMakeFiles/SDL_uclibc.dir/codegen -.PHONY : external/SDL/codegen - -# Recursive "preinstall" directory target. -external/SDL/preinstall: -.PHONY : external/SDL/preinstall - -# Recursive "clean" directory target. -external/SDL/clean: external/SDL/CMakeFiles/SDL3-shared.dir/clean -external/SDL/clean: external/SDL/CMakeFiles/SDL3-static.dir/clean -external/SDL/clean: external/SDL/CMakeFiles/SDL3_test.dir/clean -external/SDL/clean: external/SDL/CMakeFiles/SDL_uclibc.dir/clean -.PHONY : external/SDL/clean - -#============================================================================= -# Directory level rules for directory external/SDL_ttf - -# Recursive "all" directory target. -external/SDL_ttf/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all -.PHONY : external/SDL_ttf/all - -# Recursive "codegen" directory target. -external/SDL_ttf/codegen: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/codegen -.PHONY : external/SDL_ttf/codegen - -# Recursive "preinstall" directory target. -external/SDL_ttf/preinstall: -.PHONY : external/SDL_ttf/preinstall - -# Recursive "clean" directory target. -external/SDL_ttf/clean: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/clean -.PHONY : external/SDL_ttf/clean - -#============================================================================= -# Directory level rules for directory external/curl - -# Recursive "all" directory target. -external/curl/all: external/curl/docs/all -external/curl/all: external/curl/scripts/all -external/curl/all: external/curl/lib/all -external/curl/all: external/curl/docs/examples/all -external/curl/all: external/curl/tests/all -.PHONY : external/curl/all - -# Recursive "codegen" directory target. -external/curl/codegen: external/curl/docs/codegen -external/curl/codegen: external/curl/scripts/codegen -external/curl/codegen: external/curl/lib/codegen -external/curl/codegen: external/curl/docs/examples/codegen -external/curl/codegen: external/curl/tests/codegen -.PHONY : external/curl/codegen - -# Recursive "preinstall" directory target. -external/curl/preinstall: external/curl/docs/preinstall -external/curl/preinstall: external/curl/scripts/preinstall -external/curl/preinstall: external/curl/lib/preinstall -external/curl/preinstall: external/curl/docs/examples/preinstall -external/curl/preinstall: external/curl/tests/preinstall -.PHONY : external/curl/preinstall - -# Recursive "clean" directory target. -external/curl/clean: external/curl/CMakeFiles/curl-ca-bundle.dir/clean -external/curl/clean: external/curl/CMakeFiles/curl-ca-firefox.dir/clean -external/curl/clean: external/curl/CMakeFiles/curl_uninstall.dir/clean -external/curl/clean: external/curl/docs/clean -external/curl/clean: external/curl/scripts/clean -external/curl/clean: external/curl/lib/clean -external/curl/clean: external/curl/docs/examples/clean -external/curl/clean: external/curl/tests/clean -.PHONY : external/curl/clean - -#============================================================================= -# Directory level rules for directory external/curl/docs - -# Recursive "all" directory target. -external/curl/docs/all: external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/all -external/curl/docs/all: external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/all -external/curl/docs/all: external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/all -external/curl/docs/all: external/curl/docs/libcurl/all -.PHONY : external/curl/docs/all - -# Recursive "codegen" directory target. -external/curl/docs/codegen: external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/codegen -external/curl/docs/codegen: external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/codegen -external/curl/docs/codegen: external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/codegen -external/curl/docs/codegen: external/curl/docs/libcurl/codegen -.PHONY : external/curl/docs/codegen - -# Recursive "preinstall" directory target. -external/curl/docs/preinstall: external/curl/docs/libcurl/preinstall -.PHONY : external/curl/docs/preinstall - -# Recursive "clean" directory target. -external/curl/docs/clean: external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/clean -external/curl/docs/clean: external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/clean -external/curl/docs/clean: external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/clean -external/curl/docs/clean: external/curl/docs/libcurl/clean -.PHONY : external/curl/docs/clean - -#============================================================================= -# Directory level rules for directory external/curl/docs/examples - -# Recursive "all" directory target. -external/curl/docs/examples/all: -.PHONY : external/curl/docs/examples/all - -# Recursive "codegen" directory target. -external/curl/docs/examples/codegen: -.PHONY : external/curl/docs/examples/codegen - -# Recursive "preinstall" directory target. -external/curl/docs/examples/preinstall: -.PHONY : external/curl/docs/examples/preinstall - -# Recursive "clean" directory target. -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-examples.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-https.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-range.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/clean -external/curl/docs/examples/clean: external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/clean -.PHONY : external/curl/docs/examples/clean - -#============================================================================= -# Directory level rules for directory external/curl/docs/libcurl - -# Recursive "all" directory target. -external/curl/docs/libcurl/all: external/curl/docs/libcurl/CMakeFiles/curl-man.dir/all -external/curl/docs/libcurl/all: external/curl/docs/libcurl/opts/all -.PHONY : external/curl/docs/libcurl/all - -# Recursive "codegen" directory target. -external/curl/docs/libcurl/codegen: external/curl/docs/libcurl/CMakeFiles/curl-man.dir/codegen -external/curl/docs/libcurl/codegen: external/curl/docs/libcurl/opts/codegen -.PHONY : external/curl/docs/libcurl/codegen - -# Recursive "preinstall" directory target. -external/curl/docs/libcurl/preinstall: external/curl/docs/libcurl/opts/preinstall -.PHONY : external/curl/docs/libcurl/preinstall - -# Recursive "clean" directory target. -external/curl/docs/libcurl/clean: external/curl/docs/libcurl/CMakeFiles/curl-man.dir/clean -external/curl/docs/libcurl/clean: external/curl/docs/libcurl/opts/clean -.PHONY : external/curl/docs/libcurl/clean - -#============================================================================= -# Directory level rules for directory external/curl/docs/libcurl/opts - -# Recursive "all" directory target. -external/curl/docs/libcurl/opts/all: -.PHONY : external/curl/docs/libcurl/opts/all - -# Recursive "codegen" directory target. -external/curl/docs/libcurl/opts/codegen: -.PHONY : external/curl/docs/libcurl/opts/codegen - -# Recursive "preinstall" directory target. -external/curl/docs/libcurl/opts/preinstall: -.PHONY : external/curl/docs/libcurl/opts/preinstall - -# Recursive "clean" directory target. -external/curl/docs/libcurl/opts/clean: external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/clean -.PHONY : external/curl/docs/libcurl/opts/clean - -#============================================================================= -# Directory level rules for directory external/curl/lib - -# Recursive "all" directory target. -external/curl/lib/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all -.PHONY : external/curl/lib/all - -# Recursive "codegen" directory target. -external/curl/lib/codegen: external/curl/lib/CMakeFiles/libcurl_static.dir/codegen -.PHONY : external/curl/lib/codegen - -# Recursive "preinstall" directory target. -external/curl/lib/preinstall: -.PHONY : external/curl/lib/preinstall - -# Recursive "clean" directory target. -external/curl/lib/clean: external/curl/lib/CMakeFiles/curlu.dir/clean -external/curl/lib/clean: external/curl/lib/CMakeFiles/libcurl_static.dir/clean -.PHONY : external/curl/lib/clean - -#============================================================================= -# Directory level rules for directory external/curl/scripts - -# Recursive "all" directory target. -external/curl/scripts/all: -.PHONY : external/curl/scripts/all - -# Recursive "codegen" directory target. -external/curl/scripts/codegen: -.PHONY : external/curl/scripts/codegen - -# Recursive "preinstall" directory target. -external/curl/scripts/preinstall: -.PHONY : external/curl/scripts/preinstall - -# Recursive "clean" directory target. -external/curl/scripts/clean: -.PHONY : external/curl/scripts/clean - -#============================================================================= -# Directory level rules for directory external/curl/tests - -# Recursive "all" directory target. -external/curl/tests/all: external/curl/tests/http/all -external/curl/tests/all: external/curl/tests/http/clients/all -external/curl/tests/all: external/curl/tests/server/all -external/curl/tests/all: external/curl/tests/libtest/all -external/curl/tests/all: external/curl/tests/tunit/all -external/curl/tests/all: external/curl/tests/unit/all -external/curl/tests/all: external/curl/tests/certs/all -.PHONY : external/curl/tests/all - -# Recursive "codegen" directory target. -external/curl/tests/codegen: external/curl/tests/http/codegen -external/curl/tests/codegen: external/curl/tests/http/clients/codegen -external/curl/tests/codegen: external/curl/tests/server/codegen -external/curl/tests/codegen: external/curl/tests/libtest/codegen -external/curl/tests/codegen: external/curl/tests/tunit/codegen -external/curl/tests/codegen: external/curl/tests/unit/codegen -external/curl/tests/codegen: external/curl/tests/certs/codegen -.PHONY : external/curl/tests/codegen - -# Recursive "preinstall" directory target. -external/curl/tests/preinstall: external/curl/tests/http/preinstall -external/curl/tests/preinstall: external/curl/tests/http/clients/preinstall -external/curl/tests/preinstall: external/curl/tests/server/preinstall -external/curl/tests/preinstall: external/curl/tests/libtest/preinstall -external/curl/tests/preinstall: external/curl/tests/tunit/preinstall -external/curl/tests/preinstall: external/curl/tests/unit/preinstall -external/curl/tests/preinstall: external/curl/tests/certs/preinstall -.PHONY : external/curl/tests/preinstall - -# Recursive "clean" directory target. -external/curl/tests/clean: external/curl/tests/CMakeFiles/testdeps.dir/clean -external/curl/tests/clean: external/curl/tests/CMakeFiles/test-quiet.dir/clean -external/curl/tests/clean: external/curl/tests/CMakeFiles/test-am.dir/clean -external/curl/tests/clean: external/curl/tests/CMakeFiles/test-full.dir/clean -external/curl/tests/clean: external/curl/tests/CMakeFiles/test-nonflaky.dir/clean -external/curl/tests/clean: external/curl/tests/CMakeFiles/test-ci.dir/clean -external/curl/tests/clean: external/curl/tests/CMakeFiles/test-torture.dir/clean -external/curl/tests/clean: external/curl/tests/CMakeFiles/test-event.dir/clean -external/curl/tests/clean: external/curl/tests/CMakeFiles/curl-pytest.dir/clean -external/curl/tests/clean: external/curl/tests/CMakeFiles/curl-pytest-ci.dir/clean -external/curl/tests/clean: external/curl/tests/http/clean -external/curl/tests/clean: external/curl/tests/http/clients/clean -external/curl/tests/clean: external/curl/tests/server/clean -external/curl/tests/clean: external/curl/tests/libtest/clean -external/curl/tests/clean: external/curl/tests/tunit/clean -external/curl/tests/clean: external/curl/tests/unit/clean -external/curl/tests/clean: external/curl/tests/certs/clean -.PHONY : external/curl/tests/clean - -#============================================================================= -# Directory level rules for directory external/curl/tests/certs - -# Recursive "all" directory target. -external/curl/tests/certs/all: -.PHONY : external/curl/tests/certs/all - -# Recursive "codegen" directory target. -external/curl/tests/certs/codegen: -.PHONY : external/curl/tests/certs/codegen - -# Recursive "preinstall" directory target. -external/curl/tests/certs/preinstall: -.PHONY : external/curl/tests/certs/preinstall - -# Recursive "clean" directory target. -external/curl/tests/certs/clean: external/curl/tests/certs/CMakeFiles/build-certs.dir/clean -external/curl/tests/certs/clean: external/curl/tests/certs/CMakeFiles/clean-certs.dir/clean -.PHONY : external/curl/tests/certs/clean - -#============================================================================= -# Directory level rules for directory external/curl/tests/http - -# Recursive "all" directory target. -external/curl/tests/http/all: -.PHONY : external/curl/tests/http/all - -# Recursive "codegen" directory target. -external/curl/tests/http/codegen: -.PHONY : external/curl/tests/http/codegen - -# Recursive "preinstall" directory target. -external/curl/tests/http/preinstall: -.PHONY : external/curl/tests/http/preinstall - -# Recursive "clean" directory target. -external/curl/tests/http/clean: -.PHONY : external/curl/tests/http/clean - -#============================================================================= -# Directory level rules for directory external/curl/tests/http/clients - -# Recursive "all" directory target. -external/curl/tests/http/clients/all: -.PHONY : external/curl/tests/http/clients/all - -# Recursive "codegen" directory target. -external/curl/tests/http/clients/codegen: -.PHONY : external/curl/tests/http/clients/codegen - -# Recursive "preinstall" directory target. -external/curl/tests/http/clients/preinstall: -.PHONY : external/curl/tests/http/clients/preinstall - -# Recursive "clean" directory target. -external/curl/tests/http/clients/clean: external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/clean -external/curl/tests/http/clients/clean: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/clean -external/curl/tests/http/clients/clean: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/clean -external/curl/tests/http/clients/clean: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/clean -external/curl/tests/http/clients/clean: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/clean -external/curl/tests/http/clients/clean: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/clean -external/curl/tests/http/clients/clean: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/clean -external/curl/tests/http/clients/clean: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/clean -external/curl/tests/http/clients/clean: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/clean -external/curl/tests/http/clients/clean: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/clean -.PHONY : external/curl/tests/http/clients/clean - -#============================================================================= -# Directory level rules for directory external/curl/tests/libtest - -# Recursive "all" directory target. -external/curl/tests/libtest/all: -.PHONY : external/curl/tests/libtest/all - -# Recursive "codegen" directory target. -external/curl/tests/libtest/codegen: -.PHONY : external/curl/tests/libtest/codegen - -# Recursive "preinstall" directory target. -external/curl/tests/libtest/preinstall: -.PHONY : external/curl/tests/libtest/preinstall - -# Recursive "clean" directory target. -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/libprereq.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib500.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib501.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib502.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib503.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib504.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib505.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib506.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib507.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib508.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib509.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib510.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib511.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib512.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib513.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib514.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib515.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib516.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib517.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib518.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib519.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib520.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib521.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib523.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib524.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib525.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib526.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib527.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib529.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib530.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib532.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib533.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib536.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib537.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib539.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib540.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib541.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib542.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib543.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib544.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib545.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib547.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib548.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib549.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib552.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib553.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib554.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib555.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib556.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib557.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib558.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib559.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib560.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib562.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib564.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib565.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib566.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib567.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib568.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib569.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib570.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib571.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib572.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib573.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib574.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib575.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib576.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib578.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib579.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib582.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib583.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib584.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib585.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib586.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib587.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib589.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib590.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib591.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib597.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib598.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib599.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib643.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib645.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib650.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib651.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib652.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib653.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib654.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib655.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib658.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib659.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib661.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib666.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib667.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib668.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib670.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib671.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib672.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib673.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib674.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib676.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib677.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib678.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib694.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib695.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib696.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1156.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1301.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1308.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1485.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1500.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1501.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1502.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1503.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1504.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1505.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1506.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1507.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1508.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1509.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1510.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1511.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1512.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1513.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1514.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1515.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1517.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1518.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1520.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1521.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1522.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1523.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1525.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1526.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1527.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1528.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1529.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1530.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1531.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1532.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1533.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1534.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1535.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1536.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1537.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1538.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1539.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1540.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1541.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1542.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1543.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1545.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1550.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1551.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1552.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1553.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1554.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1555.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1556.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1557.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1558.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1559.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1560.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1564.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1565.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1567.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1568.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1569.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1571.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1576.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1578.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1591.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1592.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1593.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1594.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1596.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1597.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1598.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1662.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1900.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1901.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1903.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1905.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1906.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1907.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1908.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1910.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1911.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1912.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1913.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1915.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1916.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1917.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1918.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1919.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1933.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1934.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1935.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1936.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1937.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1938.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1939.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1940.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1945.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1946.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1947.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1948.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1955.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1956.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1957.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1958.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1959.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1960.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1964.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1970.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1971.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1972.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1973.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1974.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1975.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1977.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib1978.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2301.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2302.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2304.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2305.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2306.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2308.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2309.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2310.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2311.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2312.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2402.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2404.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2405.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib2502.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3010.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3025.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3026.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3027.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3100.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3101.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3102.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3103.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3104.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3105.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3207.dir/clean -external/curl/tests/libtest/clean: external/curl/tests/libtest/CMakeFiles/lib3208.dir/clean -.PHONY : external/curl/tests/libtest/clean - -#============================================================================= -# Directory level rules for directory external/curl/tests/server - -# Recursive "all" directory target. -external/curl/tests/server/all: -.PHONY : external/curl/tests/server/all - -# Recursive "codegen" directory target. -external/curl/tests/server/codegen: -.PHONY : external/curl/tests/server/codegen - -# Recursive "preinstall" directory target. -external/curl/tests/server/preinstall: -.PHONY : external/curl/tests/server/preinstall - -# Recursive "clean" directory target. -external/curl/tests/server/clean: external/curl/tests/server/CMakeFiles/resolve.dir/clean -external/curl/tests/server/clean: external/curl/tests/server/CMakeFiles/rtspd.dir/clean -external/curl/tests/server/clean: external/curl/tests/server/CMakeFiles/sockfilt.dir/clean -external/curl/tests/server/clean: external/curl/tests/server/CMakeFiles/sws.dir/clean -external/curl/tests/server/clean: external/curl/tests/server/CMakeFiles/tftpd.dir/clean -external/curl/tests/server/clean: external/curl/tests/server/CMakeFiles/socksd.dir/clean -external/curl/tests/server/clean: external/curl/tests/server/CMakeFiles/mqttd.dir/clean -external/curl/tests/server/clean: external/curl/tests/server/CMakeFiles/dnsd.dir/clean -.PHONY : external/curl/tests/server/clean - -#============================================================================= -# Directory level rules for directory external/curl/tests/tunit - -# Recursive "all" directory target. -external/curl/tests/tunit/all: -.PHONY : external/curl/tests/tunit/all - -# Recursive "codegen" directory target. -external/curl/tests/tunit/codegen: -.PHONY : external/curl/tests/tunit/codegen - -# Recursive "preinstall" directory target. -external/curl/tests/tunit/preinstall: -.PHONY : external/curl/tests/tunit/preinstall - -# Recursive "clean" directory target. -external/curl/tests/tunit/clean: external/curl/tests/tunit/CMakeFiles/tool1394.dir/clean -external/curl/tests/tunit/clean: external/curl/tests/tunit/CMakeFiles/tool1604.dir/clean -external/curl/tests/tunit/clean: external/curl/tests/tunit/CMakeFiles/tool1621.dir/clean -.PHONY : external/curl/tests/tunit/clean - -#============================================================================= -# Directory level rules for directory external/curl/tests/unit - -# Recursive "all" directory target. -external/curl/tests/unit/all: -.PHONY : external/curl/tests/unit/all - -# Recursive "codegen" directory target. -external/curl/tests/unit/codegen: -.PHONY : external/curl/tests/unit/codegen - -# Recursive "preinstall" directory target. -external/curl/tests/unit/preinstall: -.PHONY : external/curl/tests/unit/preinstall - -# Recursive "clean" directory target. -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1300.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1302.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1303.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1304.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1305.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1307.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1309.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1323.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1330.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1395.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1396.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1397.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1398.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1399.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1600.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1601.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1602.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1603.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1605.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1606.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1607.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1608.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1609.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1610.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1611.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1612.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1614.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1615.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1616.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1620.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1650.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1651.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1652.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1653.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1654.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1655.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1656.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1657.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1658.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1660.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1661.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1663.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1664.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1979.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit1980.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit2600.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit2601.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit2602.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit2603.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit2604.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit3200.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit3205.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit3211.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit3212.dir/clean -external/curl/tests/unit/clean: external/curl/tests/unit/CMakeFiles/unit3213.dir/clean -.PHONY : external/curl/tests/unit/clean - -#============================================================================= -# Directory level rules for directory external/miniaudio - -# Recursive "all" directory target. -external/miniaudio/all: external/miniaudio/CMakeFiles/miniaudio.dir/all -external/miniaudio/all: external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/all -external/miniaudio/all: external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/all -external/miniaudio/all: external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/all -external/miniaudio/all: external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/all -external/miniaudio/all: external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/all -external/miniaudio/all: external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/all -.PHONY : external/miniaudio/all - -# Recursive "codegen" directory target. -external/miniaudio/codegen: external/miniaudio/CMakeFiles/miniaudio.dir/codegen -external/miniaudio/codegen: external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/codegen -external/miniaudio/codegen: external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/codegen -external/miniaudio/codegen: external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/codegen -external/miniaudio/codegen: external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/codegen -external/miniaudio/codegen: external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/codegen -external/miniaudio/codegen: external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/codegen -.PHONY : external/miniaudio/codegen - -# Recursive "preinstall" directory target. -external/miniaudio/preinstall: -.PHONY : external/miniaudio/preinstall - -# Recursive "clean" directory target. -external/miniaudio/clean: external/miniaudio/CMakeFiles/miniaudio.dir/clean -external/miniaudio/clean: external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/clean -external/miniaudio/clean: external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/clean -external/miniaudio/clean: external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/clean -external/miniaudio/clean: external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/clean -external/miniaudio/clean: external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/clean -external/miniaudio/clean: external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/clean -.PHONY : external/miniaudio/clean - -#============================================================================= -# Directory level rules for directory external/ogg - -# Recursive "all" directory target. -external/ogg/all: external/ogg/CMakeFiles/ogg.dir/all -.PHONY : external/ogg/all - -# Recursive "codegen" directory target. -external/ogg/codegen: external/ogg/CMakeFiles/ogg.dir/codegen -.PHONY : external/ogg/codegen - -# Recursive "preinstall" directory target. -external/ogg/preinstall: -.PHONY : external/ogg/preinstall - -# Recursive "clean" directory target. -external/ogg/clean: external/ogg/CMakeFiles/ogg.dir/clean -.PHONY : external/ogg/clean - -#============================================================================= -# Directory level rules for directory external/openal - -# Recursive "all" directory target. -external/openal/all: external/openal/CMakeFiles/OpenAL.dir/all -external/openal/all: external/openal/CMakeFiles/openal-info.dir/all -external/openal/all: external/openal/CMakeFiles/uhjdecoder.dir/all -external/openal/all: external/openal/CMakeFiles/uhjencoder.dir/all -external/openal/all: external/openal/CMakeFiles/makemhr.dir/all -external/openal/all: external/openal/CMakeFiles/sofa-info.dir/all -external/openal/all: external/openal/CMakeFiles/altonegen.dir/all -external/openal/all: external/openal/CMakeFiles/alrecord.dir/all -external/openal/all: external/openal/CMakeFiles/aldebug.dir/all -external/openal/all: external/openal/CMakeFiles/allafplay.dir/all -external/openal/all: external/openal/CMakeFiles/alplay.dir/all -external/openal/all: external/openal/CMakeFiles/alstream.dir/all -external/openal/all: external/openal/CMakeFiles/alreverb.dir/all -external/openal/all: external/openal/CMakeFiles/almultireverb.dir/all -external/openal/all: external/openal/CMakeFiles/allatency.dir/all -external/openal/all: external/openal/CMakeFiles/alhrtf.dir/all -external/openal/all: external/openal/CMakeFiles/alstreamcb.dir/all -external/openal/all: external/openal/CMakeFiles/aldirect.dir/all -external/openal/all: external/openal/CMakeFiles/alconvolve.dir/all -external/openal/all: external/openal/CMakeFiles/alloopback.dir/all -external/openal/all: external/openal/CMakeFiles/alffplay.dir/all -external/openal/all: external/openal/utils/alsoft-config/all -.PHONY : external/openal/all - -# Recursive "codegen" directory target. -external/openal/codegen: external/openal/CMakeFiles/OpenAL.dir/codegen -external/openal/codegen: external/openal/CMakeFiles/openal-info.dir/codegen -external/openal/codegen: external/openal/CMakeFiles/uhjdecoder.dir/codegen -external/openal/codegen: external/openal/CMakeFiles/uhjencoder.dir/codegen -external/openal/codegen: external/openal/CMakeFiles/makemhr.dir/codegen -external/openal/codegen: external/openal/CMakeFiles/sofa-info.dir/codegen -external/openal/codegen: external/openal/CMakeFiles/altonegen.dir/codegen -external/openal/codegen: external/openal/CMakeFiles/alrecord.dir/codegen -external/openal/codegen: external/openal/CMakeFiles/aldebug.dir/codegen -external/openal/codegen: external/openal/CMakeFiles/allafplay.dir/codegen -external/openal/codegen: external/openal/CMakeFiles/alplay.dir/codegen -external/openal/codegen: external/openal/CMakeFiles/alstream.dir/codegen -external/openal/codegen: external/openal/CMakeFiles/alreverb.dir/codegen -external/openal/codegen: external/openal/CMakeFiles/almultireverb.dir/codegen -external/openal/codegen: external/openal/CMakeFiles/allatency.dir/codegen -external/openal/codegen: external/openal/CMakeFiles/alhrtf.dir/codegen -external/openal/codegen: external/openal/CMakeFiles/alstreamcb.dir/codegen -external/openal/codegen: external/openal/CMakeFiles/aldirect.dir/codegen -external/openal/codegen: external/openal/CMakeFiles/alconvolve.dir/codegen -external/openal/codegen: external/openal/CMakeFiles/alloopback.dir/codegen -external/openal/codegen: external/openal/CMakeFiles/alffplay.dir/codegen -external/openal/codegen: external/openal/utils/alsoft-config/codegen -.PHONY : external/openal/codegen - -# Recursive "preinstall" directory target. -external/openal/preinstall: external/openal/utils/alsoft-config/preinstall -.PHONY : external/openal/preinstall - -# Recursive "clean" directory target. -external/openal/clean: external/openal/CMakeFiles/alsoft.build_version.dir/clean -external/openal/clean: external/openal/CMakeFiles/alsoft.common.dir/clean -external/openal/clean: external/openal/CMakeFiles/clang-tidy-check.dir/clean -external/openal/clean: external/openal/CMakeFiles/OpenAL.dir/clean -external/openal/clean: external/openal/CMakeFiles/openal-info.dir/clean -external/openal/clean: external/openal/CMakeFiles/uhjdecoder.dir/clean -external/openal/clean: external/openal/CMakeFiles/uhjencoder.dir/clean -external/openal/clean: external/openal/CMakeFiles/alsoft.sofa-support.dir/clean -external/openal/clean: external/openal/CMakeFiles/makemhr.dir/clean -external/openal/clean: external/openal/CMakeFiles/sofa-info.dir/clean -external/openal/clean: external/openal/CMakeFiles/alsoft.excommon.dir/clean -external/openal/clean: external/openal/CMakeFiles/altonegen.dir/clean -external/openal/clean: external/openal/CMakeFiles/alrecord.dir/clean -external/openal/clean: external/openal/CMakeFiles/aldebug.dir/clean -external/openal/clean: external/openal/CMakeFiles/allafplay.dir/clean -external/openal/clean: external/openal/CMakeFiles/alplay.dir/clean -external/openal/clean: external/openal/CMakeFiles/alstream.dir/clean -external/openal/clean: external/openal/CMakeFiles/alreverb.dir/clean -external/openal/clean: external/openal/CMakeFiles/almultireverb.dir/clean -external/openal/clean: external/openal/CMakeFiles/allatency.dir/clean -external/openal/clean: external/openal/CMakeFiles/alhrtf.dir/clean -external/openal/clean: external/openal/CMakeFiles/alstreamcb.dir/clean -external/openal/clean: external/openal/CMakeFiles/aldirect.dir/clean -external/openal/clean: external/openal/CMakeFiles/alconvolve.dir/clean -external/openal/clean: external/openal/CMakeFiles/alloopback.dir/clean -external/openal/clean: external/openal/CMakeFiles/alffplay.dir/clean -external/openal/clean: external/openal/fmt-11.1.4/clean -external/openal/clean: external/openal/utils/alsoft-config/clean -.PHONY : external/openal/clean - -#============================================================================= -# Directory level rules for directory external/openal/fmt-11.1.4 - -# Recursive "all" directory target. -external/openal/fmt-11.1.4/all: -.PHONY : external/openal/fmt-11.1.4/all - -# Recursive "codegen" directory target. -external/openal/fmt-11.1.4/codegen: -.PHONY : external/openal/fmt-11.1.4/codegen - -# Recursive "preinstall" directory target. -external/openal/fmt-11.1.4/preinstall: -.PHONY : external/openal/fmt-11.1.4/preinstall - -# Recursive "clean" directory target. -external/openal/fmt-11.1.4/clean: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/clean -.PHONY : external/openal/fmt-11.1.4/clean - -#============================================================================= -# Directory level rules for directory external/openal/utils/alsoft-config - -# Recursive "all" directory target. -external/openal/utils/alsoft-config/all: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/all -.PHONY : external/openal/utils/alsoft-config/all - -# Recursive "codegen" directory target. -external/openal/utils/alsoft-config/codegen: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/codegen -.PHONY : external/openal/utils/alsoft-config/codegen - -# Recursive "preinstall" directory target. -external/openal/utils/alsoft-config/preinstall: -.PHONY : external/openal/utils/alsoft-config/preinstall - -# Recursive "clean" directory target. -external/openal/utils/alsoft-config/clean: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/clean -.PHONY : external/openal/utils/alsoft-config/clean - -#============================================================================= -# Directory level rules for directory external/vorbis - -# Recursive "all" directory target. -external/vorbis/all: external/vorbis/lib/all -external/vorbis/all: external/vorbis/test/all -.PHONY : external/vorbis/all - -# Recursive "codegen" directory target. -external/vorbis/codegen: external/vorbis/lib/codegen -external/vorbis/codegen: external/vorbis/test/codegen -.PHONY : external/vorbis/codegen - -# Recursive "preinstall" directory target. -external/vorbis/preinstall: external/vorbis/lib/preinstall -external/vorbis/preinstall: external/vorbis/test/preinstall -.PHONY : external/vorbis/preinstall - -# Recursive "clean" directory target. -external/vorbis/clean: external/vorbis/CMakeFiles/Experimental.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/Nightly.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/Continuous.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/NightlyStart.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/NightlyUpdate.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/NightlyConfigure.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/NightlyBuild.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/NightlyTest.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/NightlyCoverage.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/NightlyMemCheck.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/NightlySubmit.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/ExperimentalStart.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/ExperimentalUpdate.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/ExperimentalConfigure.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/ExperimentalBuild.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/ExperimentalTest.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/ExperimentalCoverage.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/ExperimentalSubmit.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/ContinuousStart.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/ContinuousUpdate.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/ContinuousConfigure.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/ContinuousBuild.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/ContinuousTest.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/ContinuousCoverage.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/ContinuousMemCheck.dir/clean -external/vorbis/clean: external/vorbis/CMakeFiles/ContinuousSubmit.dir/clean -external/vorbis/clean: external/vorbis/lib/clean -external/vorbis/clean: external/vorbis/test/clean -.PHONY : external/vorbis/clean - -#============================================================================= -# Directory level rules for directory external/vorbis/lib - -# Recursive "all" directory target. -external/vorbis/lib/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all -external/vorbis/lib/all: external/vorbis/lib/CMakeFiles/vorbisenc.dir/all -external/vorbis/lib/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all -.PHONY : external/vorbis/lib/all - -# Recursive "codegen" directory target. -external/vorbis/lib/codegen: external/vorbis/lib/CMakeFiles/vorbis.dir/codegen -external/vorbis/lib/codegen: external/vorbis/lib/CMakeFiles/vorbisenc.dir/codegen -external/vorbis/lib/codegen: external/vorbis/lib/CMakeFiles/vorbisfile.dir/codegen -.PHONY : external/vorbis/lib/codegen - -# Recursive "preinstall" directory target. -external/vorbis/lib/preinstall: -.PHONY : external/vorbis/lib/preinstall - -# Recursive "clean" directory target. -external/vorbis/lib/clean: external/vorbis/lib/CMakeFiles/vorbis.dir/clean -external/vorbis/lib/clean: external/vorbis/lib/CMakeFiles/vorbisenc.dir/clean -external/vorbis/lib/clean: external/vorbis/lib/CMakeFiles/vorbisfile.dir/clean -.PHONY : external/vorbis/lib/clean - -#============================================================================= -# Directory level rules for directory external/vorbis/test - -# Recursive "all" directory target. -external/vorbis/test/all: external/vorbis/test/CMakeFiles/vorbis_test.dir/all -.PHONY : external/vorbis/test/all - -# Recursive "codegen" directory target. -external/vorbis/test/codegen: external/vorbis/test/CMakeFiles/vorbis_test.dir/codegen -.PHONY : external/vorbis/test/codegen - -# Recursive "preinstall" directory target. -external/vorbis/test/preinstall: -.PHONY : external/vorbis/test/preinstall - -# Recursive "clean" directory target. -external/vorbis/test/clean: external/vorbis/test/CMakeFiles/vorbis_test.dir/clean -.PHONY : external/vorbis/test/clean - -#============================================================================= -# Target rules for target CMakeFiles/alldemos.dir - -# All Build rule for target. -CMakeFiles/alldemos.dir/all: PopWork/CMakeFiles/PopWork.dir/all - $(MAKE) $(MAKESILENT) -f CMakeFiles/alldemos.dir/build.make CMakeFiles/alldemos.dir/depend - $(MAKE) $(MAKESILENT) -f CMakeFiles/alldemos.dir/build.make CMakeFiles/alldemos.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alldemos" -.PHONY : CMakeFiles/alldemos.dir/all - -# Build rule for subdir invocation for target. -CMakeFiles/alldemos.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 27 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 CMakeFiles/alldemos.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : CMakeFiles/alldemos.dir/rule - -# Convenience name for target. -alldemos: CMakeFiles/alldemos.dir/rule -.PHONY : alldemos - -# codegen rule for target. -CMakeFiles/alldemos.dir/codegen: PopWork/CMakeFiles/PopWork.dir/all - $(MAKE) $(MAKESILENT) -f CMakeFiles/alldemos.dir/build.make CMakeFiles/alldemos.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alldemos" -.PHONY : CMakeFiles/alldemos.dir/codegen - -# clean rule for target. -CMakeFiles/alldemos.dir/clean: - $(MAKE) $(MAKESILENT) -f CMakeFiles/alldemos.dir/build.make CMakeFiles/alldemos.dir/clean -.PHONY : CMakeFiles/alldemos.dir/clean - -#============================================================================= -# Target rules for target external/ogg/CMakeFiles/ogg.dir - -# All Build rule for target. -external/ogg/CMakeFiles/ogg.dir/all: - $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/depend - $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ogg" -.PHONY : external/ogg/CMakeFiles/ogg.dir/all - -# Build rule for subdir invocation for target. -external/ogg/CMakeFiles/ogg.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/ogg/CMakeFiles/ogg.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/ogg/CMakeFiles/ogg.dir/rule - -# Convenience name for target. -ogg: external/ogg/CMakeFiles/ogg.dir/rule -.PHONY : ogg - -# codegen rule for target. -external/ogg/CMakeFiles/ogg.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ogg" -.PHONY : external/ogg/CMakeFiles/ogg.dir/codegen - -# clean rule for target. -external/ogg/CMakeFiles/ogg.dir/clean: - $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/clean -.PHONY : external/ogg/CMakeFiles/ogg.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/Experimental.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/Experimental.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Experimental.dir/build.make external/vorbis/CMakeFiles/Experimental.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Experimental.dir/build.make external/vorbis/CMakeFiles/Experimental.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target Experimental" -.PHONY : external/vorbis/CMakeFiles/Experimental.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/Experimental.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/Experimental.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/Experimental.dir/rule - -# Convenience name for target. -Experimental: external/vorbis/CMakeFiles/Experimental.dir/rule -.PHONY : Experimental - -# codegen rule for target. -external/vorbis/CMakeFiles/Experimental.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Experimental.dir/build.make external/vorbis/CMakeFiles/Experimental.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target Experimental" -.PHONY : external/vorbis/CMakeFiles/Experimental.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/Experimental.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Experimental.dir/build.make external/vorbis/CMakeFiles/Experimental.dir/clean -.PHONY : external/vorbis/CMakeFiles/Experimental.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/Nightly.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/Nightly.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Nightly.dir/build.make external/vorbis/CMakeFiles/Nightly.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Nightly.dir/build.make external/vorbis/CMakeFiles/Nightly.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target Nightly" -.PHONY : external/vorbis/CMakeFiles/Nightly.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/Nightly.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/Nightly.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/Nightly.dir/rule - -# Convenience name for target. -Nightly: external/vorbis/CMakeFiles/Nightly.dir/rule -.PHONY : Nightly - -# codegen rule for target. -external/vorbis/CMakeFiles/Nightly.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Nightly.dir/build.make external/vorbis/CMakeFiles/Nightly.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target Nightly" -.PHONY : external/vorbis/CMakeFiles/Nightly.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/Nightly.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Nightly.dir/build.make external/vorbis/CMakeFiles/Nightly.dir/clean -.PHONY : external/vorbis/CMakeFiles/Nightly.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/Continuous.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/Continuous.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Continuous.dir/build.make external/vorbis/CMakeFiles/Continuous.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Continuous.dir/build.make external/vorbis/CMakeFiles/Continuous.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target Continuous" -.PHONY : external/vorbis/CMakeFiles/Continuous.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/Continuous.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/Continuous.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/Continuous.dir/rule - -# Convenience name for target. -Continuous: external/vorbis/CMakeFiles/Continuous.dir/rule -.PHONY : Continuous - -# codegen rule for target. -external/vorbis/CMakeFiles/Continuous.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Continuous.dir/build.make external/vorbis/CMakeFiles/Continuous.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target Continuous" -.PHONY : external/vorbis/CMakeFiles/Continuous.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/Continuous.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Continuous.dir/build.make external/vorbis/CMakeFiles/Continuous.dir/clean -.PHONY : external/vorbis/CMakeFiles/Continuous.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/NightlyMemoryCheck.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target NightlyMemoryCheck" -.PHONY : external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/rule - -# Convenience name for target. -NightlyMemoryCheck: external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/rule -.PHONY : NightlyMemoryCheck - -# codegen rule for target. -external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target NightlyMemoryCheck" -.PHONY : external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/clean -.PHONY : external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/NightlyStart.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/NightlyStart.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyStart.dir/build.make external/vorbis/CMakeFiles/NightlyStart.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyStart.dir/build.make external/vorbis/CMakeFiles/NightlyStart.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target NightlyStart" -.PHONY : external/vorbis/CMakeFiles/NightlyStart.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/NightlyStart.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyStart.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/NightlyStart.dir/rule - -# Convenience name for target. -NightlyStart: external/vorbis/CMakeFiles/NightlyStart.dir/rule -.PHONY : NightlyStart - -# codegen rule for target. -external/vorbis/CMakeFiles/NightlyStart.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyStart.dir/build.make external/vorbis/CMakeFiles/NightlyStart.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target NightlyStart" -.PHONY : external/vorbis/CMakeFiles/NightlyStart.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/NightlyStart.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyStart.dir/build.make external/vorbis/CMakeFiles/NightlyStart.dir/clean -.PHONY : external/vorbis/CMakeFiles/NightlyStart.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/NightlyUpdate.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/NightlyUpdate.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyUpdate.dir/build.make external/vorbis/CMakeFiles/NightlyUpdate.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyUpdate.dir/build.make external/vorbis/CMakeFiles/NightlyUpdate.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target NightlyUpdate" -.PHONY : external/vorbis/CMakeFiles/NightlyUpdate.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/NightlyUpdate.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyUpdate.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/NightlyUpdate.dir/rule - -# Convenience name for target. -NightlyUpdate: external/vorbis/CMakeFiles/NightlyUpdate.dir/rule -.PHONY : NightlyUpdate - -# codegen rule for target. -external/vorbis/CMakeFiles/NightlyUpdate.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyUpdate.dir/build.make external/vorbis/CMakeFiles/NightlyUpdate.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target NightlyUpdate" -.PHONY : external/vorbis/CMakeFiles/NightlyUpdate.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/NightlyUpdate.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyUpdate.dir/build.make external/vorbis/CMakeFiles/NightlyUpdate.dir/clean -.PHONY : external/vorbis/CMakeFiles/NightlyUpdate.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/NightlyConfigure.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/NightlyConfigure.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyConfigure.dir/build.make external/vorbis/CMakeFiles/NightlyConfigure.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyConfigure.dir/build.make external/vorbis/CMakeFiles/NightlyConfigure.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target NightlyConfigure" -.PHONY : external/vorbis/CMakeFiles/NightlyConfigure.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/NightlyConfigure.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyConfigure.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/NightlyConfigure.dir/rule - -# Convenience name for target. -NightlyConfigure: external/vorbis/CMakeFiles/NightlyConfigure.dir/rule -.PHONY : NightlyConfigure - -# codegen rule for target. -external/vorbis/CMakeFiles/NightlyConfigure.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyConfigure.dir/build.make external/vorbis/CMakeFiles/NightlyConfigure.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target NightlyConfigure" -.PHONY : external/vorbis/CMakeFiles/NightlyConfigure.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/NightlyConfigure.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyConfigure.dir/build.make external/vorbis/CMakeFiles/NightlyConfigure.dir/clean -.PHONY : external/vorbis/CMakeFiles/NightlyConfigure.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/NightlyBuild.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/NightlyBuild.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyBuild.dir/build.make external/vorbis/CMakeFiles/NightlyBuild.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyBuild.dir/build.make external/vorbis/CMakeFiles/NightlyBuild.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target NightlyBuild" -.PHONY : external/vorbis/CMakeFiles/NightlyBuild.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/NightlyBuild.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyBuild.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/NightlyBuild.dir/rule - -# Convenience name for target. -NightlyBuild: external/vorbis/CMakeFiles/NightlyBuild.dir/rule -.PHONY : NightlyBuild - -# codegen rule for target. -external/vorbis/CMakeFiles/NightlyBuild.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyBuild.dir/build.make external/vorbis/CMakeFiles/NightlyBuild.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target NightlyBuild" -.PHONY : external/vorbis/CMakeFiles/NightlyBuild.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/NightlyBuild.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyBuild.dir/build.make external/vorbis/CMakeFiles/NightlyBuild.dir/clean -.PHONY : external/vorbis/CMakeFiles/NightlyBuild.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/NightlyTest.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/NightlyTest.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyTest.dir/build.make external/vorbis/CMakeFiles/NightlyTest.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyTest.dir/build.make external/vorbis/CMakeFiles/NightlyTest.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target NightlyTest" -.PHONY : external/vorbis/CMakeFiles/NightlyTest.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/NightlyTest.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyTest.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/NightlyTest.dir/rule - -# Convenience name for target. -NightlyTest: external/vorbis/CMakeFiles/NightlyTest.dir/rule -.PHONY : NightlyTest - -# codegen rule for target. -external/vorbis/CMakeFiles/NightlyTest.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyTest.dir/build.make external/vorbis/CMakeFiles/NightlyTest.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target NightlyTest" -.PHONY : external/vorbis/CMakeFiles/NightlyTest.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/NightlyTest.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyTest.dir/build.make external/vorbis/CMakeFiles/NightlyTest.dir/clean -.PHONY : external/vorbis/CMakeFiles/NightlyTest.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/NightlyCoverage.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/NightlyCoverage.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyCoverage.dir/build.make external/vorbis/CMakeFiles/NightlyCoverage.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyCoverage.dir/build.make external/vorbis/CMakeFiles/NightlyCoverage.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target NightlyCoverage" -.PHONY : external/vorbis/CMakeFiles/NightlyCoverage.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/NightlyCoverage.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyCoverage.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/NightlyCoverage.dir/rule - -# Convenience name for target. -NightlyCoverage: external/vorbis/CMakeFiles/NightlyCoverage.dir/rule -.PHONY : NightlyCoverage - -# codegen rule for target. -external/vorbis/CMakeFiles/NightlyCoverage.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyCoverage.dir/build.make external/vorbis/CMakeFiles/NightlyCoverage.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target NightlyCoverage" -.PHONY : external/vorbis/CMakeFiles/NightlyCoverage.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/NightlyCoverage.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyCoverage.dir/build.make external/vorbis/CMakeFiles/NightlyCoverage.dir/clean -.PHONY : external/vorbis/CMakeFiles/NightlyCoverage.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/NightlyMemCheck.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/NightlyMemCheck.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemCheck.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemCheck.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target NightlyMemCheck" -.PHONY : external/vorbis/CMakeFiles/NightlyMemCheck.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/NightlyMemCheck.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyMemCheck.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/NightlyMemCheck.dir/rule - -# Convenience name for target. -NightlyMemCheck: external/vorbis/CMakeFiles/NightlyMemCheck.dir/rule -.PHONY : NightlyMemCheck - -# codegen rule for target. -external/vorbis/CMakeFiles/NightlyMemCheck.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemCheck.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target NightlyMemCheck" -.PHONY : external/vorbis/CMakeFiles/NightlyMemCheck.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/NightlyMemCheck.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemCheck.dir/clean -.PHONY : external/vorbis/CMakeFiles/NightlyMemCheck.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/NightlySubmit.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/NightlySubmit.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlySubmit.dir/build.make external/vorbis/CMakeFiles/NightlySubmit.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlySubmit.dir/build.make external/vorbis/CMakeFiles/NightlySubmit.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target NightlySubmit" -.PHONY : external/vorbis/CMakeFiles/NightlySubmit.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/NightlySubmit.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlySubmit.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/NightlySubmit.dir/rule - -# Convenience name for target. -NightlySubmit: external/vorbis/CMakeFiles/NightlySubmit.dir/rule -.PHONY : NightlySubmit - -# codegen rule for target. -external/vorbis/CMakeFiles/NightlySubmit.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlySubmit.dir/build.make external/vorbis/CMakeFiles/NightlySubmit.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target NightlySubmit" -.PHONY : external/vorbis/CMakeFiles/NightlySubmit.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/NightlySubmit.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlySubmit.dir/build.make external/vorbis/CMakeFiles/NightlySubmit.dir/clean -.PHONY : external/vorbis/CMakeFiles/NightlySubmit.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/ExperimentalStart.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/ExperimentalStart.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalStart.dir/build.make external/vorbis/CMakeFiles/ExperimentalStart.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalStart.dir/build.make external/vorbis/CMakeFiles/ExperimentalStart.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ExperimentalStart" -.PHONY : external/vorbis/CMakeFiles/ExperimentalStart.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/ExperimentalStart.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalStart.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/ExperimentalStart.dir/rule - -# Convenience name for target. -ExperimentalStart: external/vorbis/CMakeFiles/ExperimentalStart.dir/rule -.PHONY : ExperimentalStart - -# codegen rule for target. -external/vorbis/CMakeFiles/ExperimentalStart.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalStart.dir/build.make external/vorbis/CMakeFiles/ExperimentalStart.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalStart" -.PHONY : external/vorbis/CMakeFiles/ExperimentalStart.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/ExperimentalStart.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalStart.dir/build.make external/vorbis/CMakeFiles/ExperimentalStart.dir/clean -.PHONY : external/vorbis/CMakeFiles/ExperimentalStart.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/ExperimentalUpdate.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/ExperimentalUpdate.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build.make external/vorbis/CMakeFiles/ExperimentalUpdate.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build.make external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ExperimentalUpdate" -.PHONY : external/vorbis/CMakeFiles/ExperimentalUpdate.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/ExperimentalUpdate.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalUpdate.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/ExperimentalUpdate.dir/rule - -# Convenience name for target. -ExperimentalUpdate: external/vorbis/CMakeFiles/ExperimentalUpdate.dir/rule -.PHONY : ExperimentalUpdate - -# codegen rule for target. -external/vorbis/CMakeFiles/ExperimentalUpdate.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build.make external/vorbis/CMakeFiles/ExperimentalUpdate.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalUpdate" -.PHONY : external/vorbis/CMakeFiles/ExperimentalUpdate.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/ExperimentalUpdate.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build.make external/vorbis/CMakeFiles/ExperimentalUpdate.dir/clean -.PHONY : external/vorbis/CMakeFiles/ExperimentalUpdate.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/ExperimentalConfigure.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/ExperimentalConfigure.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build.make external/vorbis/CMakeFiles/ExperimentalConfigure.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build.make external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ExperimentalConfigure" -.PHONY : external/vorbis/CMakeFiles/ExperimentalConfigure.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/ExperimentalConfigure.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalConfigure.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/ExperimentalConfigure.dir/rule - -# Convenience name for target. -ExperimentalConfigure: external/vorbis/CMakeFiles/ExperimentalConfigure.dir/rule -.PHONY : ExperimentalConfigure - -# codegen rule for target. -external/vorbis/CMakeFiles/ExperimentalConfigure.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build.make external/vorbis/CMakeFiles/ExperimentalConfigure.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalConfigure" -.PHONY : external/vorbis/CMakeFiles/ExperimentalConfigure.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/ExperimentalConfigure.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build.make external/vorbis/CMakeFiles/ExperimentalConfigure.dir/clean -.PHONY : external/vorbis/CMakeFiles/ExperimentalConfigure.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/ExperimentalBuild.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/ExperimentalBuild.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalBuild.dir/build.make external/vorbis/CMakeFiles/ExperimentalBuild.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalBuild.dir/build.make external/vorbis/CMakeFiles/ExperimentalBuild.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ExperimentalBuild" -.PHONY : external/vorbis/CMakeFiles/ExperimentalBuild.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/ExperimentalBuild.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalBuild.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/ExperimentalBuild.dir/rule - -# Convenience name for target. -ExperimentalBuild: external/vorbis/CMakeFiles/ExperimentalBuild.dir/rule -.PHONY : ExperimentalBuild - -# codegen rule for target. -external/vorbis/CMakeFiles/ExperimentalBuild.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalBuild.dir/build.make external/vorbis/CMakeFiles/ExperimentalBuild.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalBuild" -.PHONY : external/vorbis/CMakeFiles/ExperimentalBuild.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/ExperimentalBuild.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalBuild.dir/build.make external/vorbis/CMakeFiles/ExperimentalBuild.dir/clean -.PHONY : external/vorbis/CMakeFiles/ExperimentalBuild.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/ExperimentalTest.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/ExperimentalTest.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalTest.dir/build.make external/vorbis/CMakeFiles/ExperimentalTest.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalTest.dir/build.make external/vorbis/CMakeFiles/ExperimentalTest.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ExperimentalTest" -.PHONY : external/vorbis/CMakeFiles/ExperimentalTest.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/ExperimentalTest.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalTest.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/ExperimentalTest.dir/rule - -# Convenience name for target. -ExperimentalTest: external/vorbis/CMakeFiles/ExperimentalTest.dir/rule -.PHONY : ExperimentalTest - -# codegen rule for target. -external/vorbis/CMakeFiles/ExperimentalTest.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalTest.dir/build.make external/vorbis/CMakeFiles/ExperimentalTest.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalTest" -.PHONY : external/vorbis/CMakeFiles/ExperimentalTest.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/ExperimentalTest.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalTest.dir/build.make external/vorbis/CMakeFiles/ExperimentalTest.dir/clean -.PHONY : external/vorbis/CMakeFiles/ExperimentalTest.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/ExperimentalCoverage.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/ExperimentalCoverage.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build.make external/vorbis/CMakeFiles/ExperimentalCoverage.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build.make external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ExperimentalCoverage" -.PHONY : external/vorbis/CMakeFiles/ExperimentalCoverage.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/ExperimentalCoverage.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalCoverage.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/ExperimentalCoverage.dir/rule - -# Convenience name for target. -ExperimentalCoverage: external/vorbis/CMakeFiles/ExperimentalCoverage.dir/rule -.PHONY : ExperimentalCoverage - -# codegen rule for target. -external/vorbis/CMakeFiles/ExperimentalCoverage.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build.make external/vorbis/CMakeFiles/ExperimentalCoverage.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalCoverage" -.PHONY : external/vorbis/CMakeFiles/ExperimentalCoverage.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/ExperimentalCoverage.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build.make external/vorbis/CMakeFiles/ExperimentalCoverage.dir/clean -.PHONY : external/vorbis/CMakeFiles/ExperimentalCoverage.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/ExperimentalMemCheck.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build.make external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build.make external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ExperimentalMemCheck" -.PHONY : external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/rule - -# Convenience name for target. -ExperimentalMemCheck: external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/rule -.PHONY : ExperimentalMemCheck - -# codegen rule for target. -external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build.make external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalMemCheck" -.PHONY : external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build.make external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/clean -.PHONY : external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/ExperimentalSubmit.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/ExperimentalSubmit.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build.make external/vorbis/CMakeFiles/ExperimentalSubmit.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build.make external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ExperimentalSubmit" -.PHONY : external/vorbis/CMakeFiles/ExperimentalSubmit.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/ExperimentalSubmit.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalSubmit.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/ExperimentalSubmit.dir/rule - -# Convenience name for target. -ExperimentalSubmit: external/vorbis/CMakeFiles/ExperimentalSubmit.dir/rule -.PHONY : ExperimentalSubmit - -# codegen rule for target. -external/vorbis/CMakeFiles/ExperimentalSubmit.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build.make external/vorbis/CMakeFiles/ExperimentalSubmit.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ExperimentalSubmit" -.PHONY : external/vorbis/CMakeFiles/ExperimentalSubmit.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/ExperimentalSubmit.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build.make external/vorbis/CMakeFiles/ExperimentalSubmit.dir/clean -.PHONY : external/vorbis/CMakeFiles/ExperimentalSubmit.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/ContinuousStart.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/ContinuousStart.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousStart.dir/build.make external/vorbis/CMakeFiles/ContinuousStart.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousStart.dir/build.make external/vorbis/CMakeFiles/ContinuousStart.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ContinuousStart" -.PHONY : external/vorbis/CMakeFiles/ContinuousStart.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/ContinuousStart.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousStart.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/ContinuousStart.dir/rule - -# Convenience name for target. -ContinuousStart: external/vorbis/CMakeFiles/ContinuousStart.dir/rule -.PHONY : ContinuousStart - -# codegen rule for target. -external/vorbis/CMakeFiles/ContinuousStart.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousStart.dir/build.make external/vorbis/CMakeFiles/ContinuousStart.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousStart" -.PHONY : external/vorbis/CMakeFiles/ContinuousStart.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/ContinuousStart.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousStart.dir/build.make external/vorbis/CMakeFiles/ContinuousStart.dir/clean -.PHONY : external/vorbis/CMakeFiles/ContinuousStart.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/ContinuousUpdate.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/ContinuousUpdate.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousUpdate.dir/build.make external/vorbis/CMakeFiles/ContinuousUpdate.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousUpdate.dir/build.make external/vorbis/CMakeFiles/ContinuousUpdate.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ContinuousUpdate" -.PHONY : external/vorbis/CMakeFiles/ContinuousUpdate.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/ContinuousUpdate.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousUpdate.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/ContinuousUpdate.dir/rule - -# Convenience name for target. -ContinuousUpdate: external/vorbis/CMakeFiles/ContinuousUpdate.dir/rule -.PHONY : ContinuousUpdate - -# codegen rule for target. -external/vorbis/CMakeFiles/ContinuousUpdate.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousUpdate.dir/build.make external/vorbis/CMakeFiles/ContinuousUpdate.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousUpdate" -.PHONY : external/vorbis/CMakeFiles/ContinuousUpdate.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/ContinuousUpdate.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousUpdate.dir/build.make external/vorbis/CMakeFiles/ContinuousUpdate.dir/clean -.PHONY : external/vorbis/CMakeFiles/ContinuousUpdate.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/ContinuousConfigure.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/ContinuousConfigure.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousConfigure.dir/build.make external/vorbis/CMakeFiles/ContinuousConfigure.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousConfigure.dir/build.make external/vorbis/CMakeFiles/ContinuousConfigure.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ContinuousConfigure" -.PHONY : external/vorbis/CMakeFiles/ContinuousConfigure.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/ContinuousConfigure.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousConfigure.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/ContinuousConfigure.dir/rule - -# Convenience name for target. -ContinuousConfigure: external/vorbis/CMakeFiles/ContinuousConfigure.dir/rule -.PHONY : ContinuousConfigure - -# codegen rule for target. -external/vorbis/CMakeFiles/ContinuousConfigure.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousConfigure.dir/build.make external/vorbis/CMakeFiles/ContinuousConfigure.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousConfigure" -.PHONY : external/vorbis/CMakeFiles/ContinuousConfigure.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/ContinuousConfigure.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousConfigure.dir/build.make external/vorbis/CMakeFiles/ContinuousConfigure.dir/clean -.PHONY : external/vorbis/CMakeFiles/ContinuousConfigure.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/ContinuousBuild.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/ContinuousBuild.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousBuild.dir/build.make external/vorbis/CMakeFiles/ContinuousBuild.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousBuild.dir/build.make external/vorbis/CMakeFiles/ContinuousBuild.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ContinuousBuild" -.PHONY : external/vorbis/CMakeFiles/ContinuousBuild.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/ContinuousBuild.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousBuild.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/ContinuousBuild.dir/rule - -# Convenience name for target. -ContinuousBuild: external/vorbis/CMakeFiles/ContinuousBuild.dir/rule -.PHONY : ContinuousBuild - -# codegen rule for target. -external/vorbis/CMakeFiles/ContinuousBuild.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousBuild.dir/build.make external/vorbis/CMakeFiles/ContinuousBuild.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousBuild" -.PHONY : external/vorbis/CMakeFiles/ContinuousBuild.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/ContinuousBuild.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousBuild.dir/build.make external/vorbis/CMakeFiles/ContinuousBuild.dir/clean -.PHONY : external/vorbis/CMakeFiles/ContinuousBuild.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/ContinuousTest.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/ContinuousTest.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousTest.dir/build.make external/vorbis/CMakeFiles/ContinuousTest.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousTest.dir/build.make external/vorbis/CMakeFiles/ContinuousTest.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ContinuousTest" -.PHONY : external/vorbis/CMakeFiles/ContinuousTest.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/ContinuousTest.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousTest.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/ContinuousTest.dir/rule - -# Convenience name for target. -ContinuousTest: external/vorbis/CMakeFiles/ContinuousTest.dir/rule -.PHONY : ContinuousTest - -# codegen rule for target. -external/vorbis/CMakeFiles/ContinuousTest.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousTest.dir/build.make external/vorbis/CMakeFiles/ContinuousTest.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousTest" -.PHONY : external/vorbis/CMakeFiles/ContinuousTest.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/ContinuousTest.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousTest.dir/build.make external/vorbis/CMakeFiles/ContinuousTest.dir/clean -.PHONY : external/vorbis/CMakeFiles/ContinuousTest.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/ContinuousCoverage.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/ContinuousCoverage.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousCoverage.dir/build.make external/vorbis/CMakeFiles/ContinuousCoverage.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousCoverage.dir/build.make external/vorbis/CMakeFiles/ContinuousCoverage.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ContinuousCoverage" -.PHONY : external/vorbis/CMakeFiles/ContinuousCoverage.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/ContinuousCoverage.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousCoverage.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/ContinuousCoverage.dir/rule - -# Convenience name for target. -ContinuousCoverage: external/vorbis/CMakeFiles/ContinuousCoverage.dir/rule -.PHONY : ContinuousCoverage - -# codegen rule for target. -external/vorbis/CMakeFiles/ContinuousCoverage.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousCoverage.dir/build.make external/vorbis/CMakeFiles/ContinuousCoverage.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousCoverage" -.PHONY : external/vorbis/CMakeFiles/ContinuousCoverage.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/ContinuousCoverage.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousCoverage.dir/build.make external/vorbis/CMakeFiles/ContinuousCoverage.dir/clean -.PHONY : external/vorbis/CMakeFiles/ContinuousCoverage.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/ContinuousMemCheck.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/ContinuousMemCheck.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build.make external/vorbis/CMakeFiles/ContinuousMemCheck.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build.make external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ContinuousMemCheck" -.PHONY : external/vorbis/CMakeFiles/ContinuousMemCheck.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/ContinuousMemCheck.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousMemCheck.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/ContinuousMemCheck.dir/rule - -# Convenience name for target. -ContinuousMemCheck: external/vorbis/CMakeFiles/ContinuousMemCheck.dir/rule -.PHONY : ContinuousMemCheck - -# codegen rule for target. -external/vorbis/CMakeFiles/ContinuousMemCheck.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build.make external/vorbis/CMakeFiles/ContinuousMemCheck.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousMemCheck" -.PHONY : external/vorbis/CMakeFiles/ContinuousMemCheck.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/ContinuousMemCheck.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build.make external/vorbis/CMakeFiles/ContinuousMemCheck.dir/clean -.PHONY : external/vorbis/CMakeFiles/ContinuousMemCheck.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/CMakeFiles/ContinuousSubmit.dir - -# All Build rule for target. -external/vorbis/CMakeFiles/ContinuousSubmit.dir/all: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousSubmit.dir/build.make external/vorbis/CMakeFiles/ContinuousSubmit.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousSubmit.dir/build.make external/vorbis/CMakeFiles/ContinuousSubmit.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target ContinuousSubmit" -.PHONY : external/vorbis/CMakeFiles/ContinuousSubmit.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/CMakeFiles/ContinuousSubmit.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousSubmit.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/CMakeFiles/ContinuousSubmit.dir/rule - -# Convenience name for target. -ContinuousSubmit: external/vorbis/CMakeFiles/ContinuousSubmit.dir/rule -.PHONY : ContinuousSubmit - -# codegen rule for target. -external/vorbis/CMakeFiles/ContinuousSubmit.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousSubmit.dir/build.make external/vorbis/CMakeFiles/ContinuousSubmit.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target ContinuousSubmit" -.PHONY : external/vorbis/CMakeFiles/ContinuousSubmit.dir/codegen - -# clean rule for target. -external/vorbis/CMakeFiles/ContinuousSubmit.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousSubmit.dir/build.make external/vorbis/CMakeFiles/ContinuousSubmit.dir/clean -.PHONY : external/vorbis/CMakeFiles/ContinuousSubmit.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/lib/CMakeFiles/vorbis.dir - -# All Build rule for target. -external/vorbis/lib/CMakeFiles/vorbis.dir/all: external/ogg/CMakeFiles/ogg.dir/all - $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=99 "Built target vorbis" -.PHONY : external/vorbis/lib/CMakeFiles/vorbis.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/lib/CMakeFiles/vorbis.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/lib/CMakeFiles/vorbis.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/lib/CMakeFiles/vorbis.dir/rule - -# Convenience name for target. -vorbis: external/vorbis/lib/CMakeFiles/vorbis.dir/rule -.PHONY : vorbis - -# codegen rule for target. -external/vorbis/lib/CMakeFiles/vorbis.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=99 "Finished codegen for target vorbis" -.PHONY : external/vorbis/lib/CMakeFiles/vorbis.dir/codegen - -# clean rule for target. -external/vorbis/lib/CMakeFiles/vorbis.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/clean -.PHONY : external/vorbis/lib/CMakeFiles/vorbis.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/lib/CMakeFiles/vorbisenc.dir - -# All Build rule for target. -external/vorbis/lib/CMakeFiles/vorbisenc.dir/all: external/ogg/CMakeFiles/ogg.dir/all -external/vorbis/lib/CMakeFiles/vorbisenc.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all - $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make external/vorbis/lib/CMakeFiles/vorbisenc.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make external/vorbis/lib/CMakeFiles/vorbisenc.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target vorbisenc" -.PHONY : external/vorbis/lib/CMakeFiles/vorbisenc.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/lib/CMakeFiles/vorbisenc.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/lib/CMakeFiles/vorbisenc.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/lib/CMakeFiles/vorbisenc.dir/rule - -# Convenience name for target. -vorbisenc: external/vorbis/lib/CMakeFiles/vorbisenc.dir/rule -.PHONY : vorbisenc - -# codegen rule for target. -external/vorbis/lib/CMakeFiles/vorbisenc.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make external/vorbis/lib/CMakeFiles/vorbisenc.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target vorbisenc" -.PHONY : external/vorbis/lib/CMakeFiles/vorbisenc.dir/codegen - -# clean rule for target. -external/vorbis/lib/CMakeFiles/vorbisenc.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make external/vorbis/lib/CMakeFiles/vorbisenc.dir/clean -.PHONY : external/vorbis/lib/CMakeFiles/vorbisenc.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/lib/CMakeFiles/vorbisfile.dir - -# All Build rule for target. -external/vorbis/lib/CMakeFiles/vorbisfile.dir/all: external/ogg/CMakeFiles/ogg.dir/all -external/vorbis/lib/CMakeFiles/vorbisfile.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all - $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make external/vorbis/lib/CMakeFiles/vorbisfile.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make external/vorbis/lib/CMakeFiles/vorbisfile.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=100 "Built target vorbisfile" -.PHONY : external/vorbis/lib/CMakeFiles/vorbisfile.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/lib/CMakeFiles/vorbisfile.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 2 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/lib/CMakeFiles/vorbisfile.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/lib/CMakeFiles/vorbisfile.dir/rule - -# Convenience name for target. -vorbisfile: external/vorbis/lib/CMakeFiles/vorbisfile.dir/rule -.PHONY : vorbisfile - -# codegen rule for target. -external/vorbis/lib/CMakeFiles/vorbisfile.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make external/vorbis/lib/CMakeFiles/vorbisfile.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=100 "Finished codegen for target vorbisfile" -.PHONY : external/vorbis/lib/CMakeFiles/vorbisfile.dir/codegen - -# clean rule for target. -external/vorbis/lib/CMakeFiles/vorbisfile.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make external/vorbis/lib/CMakeFiles/vorbisfile.dir/clean -.PHONY : external/vorbis/lib/CMakeFiles/vorbisfile.dir/clean - -#============================================================================= -# Target rules for target external/vorbis/test/CMakeFiles/vorbis_test.dir - -# All Build rule for target. -external/vorbis/test/CMakeFiles/vorbis_test.dir/all: external/ogg/CMakeFiles/ogg.dir/all -external/vorbis/test/CMakeFiles/vorbis_test.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all -external/vorbis/test/CMakeFiles/vorbis_test.dir/all: external/vorbis/lib/CMakeFiles/vorbisenc.dir/all - $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/depend - $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target vorbis_test" -.PHONY : external/vorbis/test/CMakeFiles/vorbis_test.dir/all - -# Build rule for subdir invocation for target. -external/vorbis/test/CMakeFiles/vorbis_test.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/test/CMakeFiles/vorbis_test.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/vorbis/test/CMakeFiles/vorbis_test.dir/rule - -# Convenience name for target. -vorbis_test: external/vorbis/test/CMakeFiles/vorbis_test.dir/rule -.PHONY : vorbis_test - -# codegen rule for target. -external/vorbis/test/CMakeFiles/vorbis_test.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target vorbis_test" -.PHONY : external/vorbis/test/CMakeFiles/vorbis_test.dir/codegen - -# clean rule for target. -external/vorbis/test/CMakeFiles/vorbis_test.dir/clean: - $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/clean -.PHONY : external/vorbis/test/CMakeFiles/vorbis_test.dir/clean - -#============================================================================= -# Target rules for target external/SDL/CMakeFiles/SDL3-shared.dir - -# All Build rule for target. -external/SDL/CMakeFiles/SDL3-shared.dir/all: external/SDL/CMakeFiles/SDL_uclibc.dir/all - $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/depend - $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=8,9,10,11,12,13,14,15,16,17,18 "Built target SDL3-shared" -.PHONY : external/SDL/CMakeFiles/SDL3-shared.dir/all - -# Build rule for subdir invocation for target. -external/SDL/CMakeFiles/SDL3-shared.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 11 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/CMakeFiles/SDL3-shared.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/SDL/CMakeFiles/SDL3-shared.dir/rule - -# Convenience name for target. -SDL3-shared: external/SDL/CMakeFiles/SDL3-shared.dir/rule -.PHONY : SDL3-shared - -# codegen rule for target. -external/SDL/CMakeFiles/SDL3-shared.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=8,9,10,11,12,13,14,15,16,17,18 "Finished codegen for target SDL3-shared" -.PHONY : external/SDL/CMakeFiles/SDL3-shared.dir/codegen - -# clean rule for target. -external/SDL/CMakeFiles/SDL3-shared.dir/clean: - $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/clean -.PHONY : external/SDL/CMakeFiles/SDL3-shared.dir/clean - -#============================================================================= -# Target rules for target external/SDL/CMakeFiles/SDL3-static.dir - -# All Build rule for target. -external/SDL/CMakeFiles/SDL3-static.dir/all: external/SDL/CMakeFiles/SDL_uclibc.dir/all - $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/depend - $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=19,20,21,22,23,24,25,26,27,28,29,30 "Built target SDL3-static" -.PHONY : external/SDL/CMakeFiles/SDL3-static.dir/all - -# Build rule for subdir invocation for target. -external/SDL/CMakeFiles/SDL3-static.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 12 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/CMakeFiles/SDL3-static.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/SDL/CMakeFiles/SDL3-static.dir/rule - -# Convenience name for target. -SDL3-static: external/SDL/CMakeFiles/SDL3-static.dir/rule -.PHONY : SDL3-static - -# codegen rule for target. -external/SDL/CMakeFiles/SDL3-static.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=19,20,21,22,23,24,25,26,27,28,29,30 "Finished codegen for target SDL3-static" -.PHONY : external/SDL/CMakeFiles/SDL3-static.dir/codegen - -# clean rule for target. -external/SDL/CMakeFiles/SDL3-static.dir/clean: - $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/clean -.PHONY : external/SDL/CMakeFiles/SDL3-static.dir/clean - -#============================================================================= -# Target rules for target external/SDL/CMakeFiles/SDL3_test.dir - -# All Build rule for target. -external/SDL/CMakeFiles/SDL3_test.dir/all: - $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/depend - $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target SDL3_test" -.PHONY : external/SDL/CMakeFiles/SDL3_test.dir/all - -# Build rule for subdir invocation for target. -external/SDL/CMakeFiles/SDL3_test.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/CMakeFiles/SDL3_test.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/SDL/CMakeFiles/SDL3_test.dir/rule - -# Convenience name for target. -SDL3_test: external/SDL/CMakeFiles/SDL3_test.dir/rule -.PHONY : SDL3_test - -# codegen rule for target. -external/SDL/CMakeFiles/SDL3_test.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target SDL3_test" -.PHONY : external/SDL/CMakeFiles/SDL3_test.dir/codegen - -# clean rule for target. -external/SDL/CMakeFiles/SDL3_test.dir/clean: - $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/clean -.PHONY : external/SDL/CMakeFiles/SDL3_test.dir/clean - -#============================================================================= -# Target rules for target external/SDL/CMakeFiles/SDL_uclibc.dir - -# All Build rule for target. -external/SDL/CMakeFiles/SDL_uclibc.dir/all: - $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/depend - $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target SDL_uclibc" -.PHONY : external/SDL/CMakeFiles/SDL_uclibc.dir/all - -# Build rule for subdir invocation for target. -external/SDL/CMakeFiles/SDL_uclibc.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/CMakeFiles/SDL_uclibc.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/SDL/CMakeFiles/SDL_uclibc.dir/rule - -# Convenience name for target. -SDL_uclibc: external/SDL/CMakeFiles/SDL_uclibc.dir/rule -.PHONY : SDL_uclibc - -# codegen rule for target. -external/SDL/CMakeFiles/SDL_uclibc.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target SDL_uclibc" -.PHONY : external/SDL/CMakeFiles/SDL_uclibc.dir/codegen - -# clean rule for target. -external/SDL/CMakeFiles/SDL_uclibc.dir/clean: - $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/clean -.PHONY : external/SDL/CMakeFiles/SDL_uclibc.dir/clean - -#============================================================================= -# Target rules for target external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir - -# All Build rule for target. -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all: - $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/depend - $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=31 "Built target SDL3_ttf-static" -.PHONY : external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all - -# Build rule for subdir invocation for target. -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/rule - -# Convenience name for target. -SDL3_ttf-static: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/rule -.PHONY : SDL3_ttf-static - -# codegen rule for target. -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=31 "Finished codegen for target SDL3_ttf-static" -.PHONY : external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/codegen - -# clean rule for target. -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/clean: - $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/clean -.PHONY : external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/alsoft.build_version.dir - -# All Build rule for target. -external/openal/CMakeFiles/alsoft.build_version.dir/all: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.build_version.dir/build.make external/openal/CMakeFiles/alsoft.build_version.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.build_version.dir/build.make external/openal/CMakeFiles/alsoft.build_version.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alsoft.build_version" -.PHONY : external/openal/CMakeFiles/alsoft.build_version.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/alsoft.build_version.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alsoft.build_version.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/alsoft.build_version.dir/rule - -# Convenience name for target. -alsoft.build_version: external/openal/CMakeFiles/alsoft.build_version.dir/rule -.PHONY : alsoft.build_version - -# codegen rule for target. -external/openal/CMakeFiles/alsoft.build_version.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.build_version.dir/build.make external/openal/CMakeFiles/alsoft.build_version.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alsoft.build_version" -.PHONY : external/openal/CMakeFiles/alsoft.build_version.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/alsoft.build_version.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.build_version.dir/build.make external/openal/CMakeFiles/alsoft.build_version.dir/clean -.PHONY : external/openal/CMakeFiles/alsoft.build_version.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/alsoft.common.dir - -# All Build rule for target. -external/openal/CMakeFiles/alsoft.common.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=34 "Built target alsoft.common" -.PHONY : external/openal/CMakeFiles/alsoft.common.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/alsoft.common.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alsoft.common.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/alsoft.common.dir/rule - -# Convenience name for target. -alsoft.common: external/openal/CMakeFiles/alsoft.common.dir/rule -.PHONY : alsoft.common - -# codegen rule for target. -external/openal/CMakeFiles/alsoft.common.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=34 "Finished codegen for target alsoft.common" -.PHONY : external/openal/CMakeFiles/alsoft.common.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/alsoft.common.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/clean -.PHONY : external/openal/CMakeFiles/alsoft.common.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/clang-tidy-check.dir - -# All Build rule for target. -external/openal/CMakeFiles/clang-tidy-check.dir/all: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/clang-tidy-check.dir/build.make external/openal/CMakeFiles/clang-tidy-check.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/clang-tidy-check.dir/build.make external/openal/CMakeFiles/clang-tidy-check.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target clang-tidy-check" -.PHONY : external/openal/CMakeFiles/clang-tidy-check.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/clang-tidy-check.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/clang-tidy-check.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/clang-tidy-check.dir/rule - -# Convenience name for target. -clang-tidy-check: external/openal/CMakeFiles/clang-tidy-check.dir/rule -.PHONY : clang-tidy-check - -# codegen rule for target. -external/openal/CMakeFiles/clang-tidy-check.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/clang-tidy-check.dir/build.make external/openal/CMakeFiles/clang-tidy-check.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target clang-tidy-check" -.PHONY : external/openal/CMakeFiles/clang-tidy-check.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/clang-tidy-check.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/clang-tidy-check.dir/build.make external/openal/CMakeFiles/clang-tidy-check.dir/clean -.PHONY : external/openal/CMakeFiles/clang-tidy-check.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/OpenAL.dir - -# All Build rule for target. -external/openal/CMakeFiles/OpenAL.dir/all: external/openal/CMakeFiles/alsoft.build_version.dir/all -external/openal/CMakeFiles/OpenAL.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=2,3,4 "Built target OpenAL" -.PHONY : external/openal/CMakeFiles/OpenAL.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/OpenAL.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/OpenAL.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/OpenAL.dir/rule - -# Convenience name for target. -OpenAL: external/openal/CMakeFiles/OpenAL.dir/rule -.PHONY : OpenAL - -# codegen rule for target. -external/openal/CMakeFiles/OpenAL.dir/codegen: external/openal/CMakeFiles/alsoft.build_version.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=2,3,4 "Finished codegen for target OpenAL" -.PHONY : external/openal/CMakeFiles/OpenAL.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/OpenAL.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/clean -.PHONY : external/openal/CMakeFiles/OpenAL.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/openal-info.dir - -# All Build rule for target. -external/openal/CMakeFiles/openal-info.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -external/openal/CMakeFiles/openal-info.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/openal-info.dir/build.make external/openal/CMakeFiles/openal-info.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/openal-info.dir/build.make external/openal/CMakeFiles/openal-info.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target openal-info" -.PHONY : external/openal/CMakeFiles/openal-info.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/openal-info.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/openal-info.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/openal-info.dir/rule - -# Convenience name for target. -openal-info: external/openal/CMakeFiles/openal-info.dir/rule -.PHONY : openal-info - -# codegen rule for target. -external/openal/CMakeFiles/openal-info.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/openal-info.dir/build.make external/openal/CMakeFiles/openal-info.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target openal-info" -.PHONY : external/openal/CMakeFiles/openal-info.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/openal-info.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/openal-info.dir/build.make external/openal/CMakeFiles/openal-info.dir/clean -.PHONY : external/openal/CMakeFiles/openal-info.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/uhjdecoder.dir - -# All Build rule for target. -external/openal/CMakeFiles/uhjdecoder.dir/all: external/openal/CMakeFiles/alsoft.common.dir/all -external/openal/CMakeFiles/uhjdecoder.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjdecoder.dir/build.make external/openal/CMakeFiles/uhjdecoder.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjdecoder.dir/build.make external/openal/CMakeFiles/uhjdecoder.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target uhjdecoder" -.PHONY : external/openal/CMakeFiles/uhjdecoder.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/uhjdecoder.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/uhjdecoder.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/uhjdecoder.dir/rule - -# Convenience name for target. -uhjdecoder: external/openal/CMakeFiles/uhjdecoder.dir/rule -.PHONY : uhjdecoder - -# codegen rule for target. -external/openal/CMakeFiles/uhjdecoder.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjdecoder.dir/build.make external/openal/CMakeFiles/uhjdecoder.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target uhjdecoder" -.PHONY : external/openal/CMakeFiles/uhjdecoder.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/uhjdecoder.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjdecoder.dir/build.make external/openal/CMakeFiles/uhjdecoder.dir/clean -.PHONY : external/openal/CMakeFiles/uhjdecoder.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/uhjencoder.dir - -# All Build rule for target. -external/openal/CMakeFiles/uhjencoder.dir/all: external/openal/CMakeFiles/alsoft.common.dir/all -external/openal/CMakeFiles/uhjencoder.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjencoder.dir/build.make external/openal/CMakeFiles/uhjencoder.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjencoder.dir/build.make external/openal/CMakeFiles/uhjencoder.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target uhjencoder" -.PHONY : external/openal/CMakeFiles/uhjencoder.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/uhjencoder.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/uhjencoder.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/uhjencoder.dir/rule - -# Convenience name for target. -uhjencoder: external/openal/CMakeFiles/uhjencoder.dir/rule -.PHONY : uhjencoder - -# codegen rule for target. -external/openal/CMakeFiles/uhjencoder.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjencoder.dir/build.make external/openal/CMakeFiles/uhjencoder.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target uhjencoder" -.PHONY : external/openal/CMakeFiles/uhjencoder.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/uhjencoder.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjencoder.dir/build.make external/openal/CMakeFiles/uhjencoder.dir/clean -.PHONY : external/openal/CMakeFiles/uhjencoder.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/alsoft.sofa-support.dir - -# All Build rule for target. -external/openal/CMakeFiles/alsoft.sofa-support.dir/all: external/openal/CMakeFiles/alsoft.common.dir/all -external/openal/CMakeFiles/alsoft.sofa-support.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make external/openal/CMakeFiles/alsoft.sofa-support.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make external/openal/CMakeFiles/alsoft.sofa-support.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alsoft.sofa-support" -.PHONY : external/openal/CMakeFiles/alsoft.sofa-support.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/alsoft.sofa-support.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alsoft.sofa-support.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/alsoft.sofa-support.dir/rule - -# Convenience name for target. -alsoft.sofa-support: external/openal/CMakeFiles/alsoft.sofa-support.dir/rule -.PHONY : alsoft.sofa-support - -# codegen rule for target. -external/openal/CMakeFiles/alsoft.sofa-support.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make external/openal/CMakeFiles/alsoft.sofa-support.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alsoft.sofa-support" -.PHONY : external/openal/CMakeFiles/alsoft.sofa-support.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/alsoft.sofa-support.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make external/openal/CMakeFiles/alsoft.sofa-support.dir/clean -.PHONY : external/openal/CMakeFiles/alsoft.sofa-support.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/makemhr.dir - -# All Build rule for target. -external/openal/CMakeFiles/makemhr.dir/all: external/openal/CMakeFiles/alsoft.common.dir/all -external/openal/CMakeFiles/makemhr.dir/all: external/openal/CMakeFiles/alsoft.sofa-support.dir/all -external/openal/CMakeFiles/makemhr.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target makemhr" -.PHONY : external/openal/CMakeFiles/makemhr.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/makemhr.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/makemhr.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/makemhr.dir/rule - -# Convenience name for target. -makemhr: external/openal/CMakeFiles/makemhr.dir/rule -.PHONY : makemhr - -# codegen rule for target. -external/openal/CMakeFiles/makemhr.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target makemhr" -.PHONY : external/openal/CMakeFiles/makemhr.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/makemhr.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/clean -.PHONY : external/openal/CMakeFiles/makemhr.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/sofa-info.dir - -# All Build rule for target. -external/openal/CMakeFiles/sofa-info.dir/all: external/openal/CMakeFiles/alsoft.common.dir/all -external/openal/CMakeFiles/sofa-info.dir/all: external/openal/CMakeFiles/alsoft.sofa-support.dir/all -external/openal/CMakeFiles/sofa-info.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/sofa-info.dir/build.make external/openal/CMakeFiles/sofa-info.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/sofa-info.dir/build.make external/openal/CMakeFiles/sofa-info.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target sofa-info" -.PHONY : external/openal/CMakeFiles/sofa-info.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/sofa-info.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/sofa-info.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/sofa-info.dir/rule - -# Convenience name for target. -sofa-info: external/openal/CMakeFiles/sofa-info.dir/rule -.PHONY : sofa-info - -# codegen rule for target. -external/openal/CMakeFiles/sofa-info.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/sofa-info.dir/build.make external/openal/CMakeFiles/sofa-info.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target sofa-info" -.PHONY : external/openal/CMakeFiles/sofa-info.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/sofa-info.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/sofa-info.dir/build.make external/openal/CMakeFiles/sofa-info.dir/clean -.PHONY : external/openal/CMakeFiles/sofa-info.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/alsoft.excommon.dir - -# All Build rule for target. -external/openal/CMakeFiles/alsoft.excommon.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -external/openal/CMakeFiles/alsoft.excommon.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.excommon.dir/build.make external/openal/CMakeFiles/alsoft.excommon.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.excommon.dir/build.make external/openal/CMakeFiles/alsoft.excommon.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alsoft.excommon" -.PHONY : external/openal/CMakeFiles/alsoft.excommon.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/alsoft.excommon.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alsoft.excommon.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/alsoft.excommon.dir/rule - -# Convenience name for target. -alsoft.excommon: external/openal/CMakeFiles/alsoft.excommon.dir/rule -.PHONY : alsoft.excommon - -# codegen rule for target. -external/openal/CMakeFiles/alsoft.excommon.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.excommon.dir/build.make external/openal/CMakeFiles/alsoft.excommon.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alsoft.excommon" -.PHONY : external/openal/CMakeFiles/alsoft.excommon.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/alsoft.excommon.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.excommon.dir/build.make external/openal/CMakeFiles/alsoft.excommon.dir/clean -.PHONY : external/openal/CMakeFiles/alsoft.excommon.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/altonegen.dir - -# All Build rule for target. -external/openal/CMakeFiles/altonegen.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -external/openal/CMakeFiles/altonegen.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all -external/openal/CMakeFiles/altonegen.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/altonegen.dir/build.make external/openal/CMakeFiles/altonegen.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/altonegen.dir/build.make external/openal/CMakeFiles/altonegen.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target altonegen" -.PHONY : external/openal/CMakeFiles/altonegen.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/altonegen.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/altonegen.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/altonegen.dir/rule - -# Convenience name for target. -altonegen: external/openal/CMakeFiles/altonegen.dir/rule -.PHONY : altonegen - -# codegen rule for target. -external/openal/CMakeFiles/altonegen.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/altonegen.dir/build.make external/openal/CMakeFiles/altonegen.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target altonegen" -.PHONY : external/openal/CMakeFiles/altonegen.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/altonegen.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/altonegen.dir/build.make external/openal/CMakeFiles/altonegen.dir/clean -.PHONY : external/openal/CMakeFiles/altonegen.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/alrecord.dir - -# All Build rule for target. -external/openal/CMakeFiles/alrecord.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -external/openal/CMakeFiles/alrecord.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all -external/openal/CMakeFiles/alrecord.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alrecord.dir/build.make external/openal/CMakeFiles/alrecord.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alrecord.dir/build.make external/openal/CMakeFiles/alrecord.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alrecord" -.PHONY : external/openal/CMakeFiles/alrecord.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/alrecord.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alrecord.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/alrecord.dir/rule - -# Convenience name for target. -alrecord: external/openal/CMakeFiles/alrecord.dir/rule -.PHONY : alrecord - -# codegen rule for target. -external/openal/CMakeFiles/alrecord.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alrecord.dir/build.make external/openal/CMakeFiles/alrecord.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alrecord" -.PHONY : external/openal/CMakeFiles/alrecord.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/alrecord.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alrecord.dir/build.make external/openal/CMakeFiles/alrecord.dir/clean -.PHONY : external/openal/CMakeFiles/alrecord.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/aldebug.dir - -# All Build rule for target. -external/openal/CMakeFiles/aldebug.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -external/openal/CMakeFiles/aldebug.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all -external/openal/CMakeFiles/aldebug.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldebug.dir/build.make external/openal/CMakeFiles/aldebug.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldebug.dir/build.make external/openal/CMakeFiles/aldebug.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target aldebug" -.PHONY : external/openal/CMakeFiles/aldebug.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/aldebug.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/aldebug.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/aldebug.dir/rule - -# Convenience name for target. -aldebug: external/openal/CMakeFiles/aldebug.dir/rule -.PHONY : aldebug - -# codegen rule for target. -external/openal/CMakeFiles/aldebug.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldebug.dir/build.make external/openal/CMakeFiles/aldebug.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target aldebug" -.PHONY : external/openal/CMakeFiles/aldebug.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/aldebug.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldebug.dir/build.make external/openal/CMakeFiles/aldebug.dir/clean -.PHONY : external/openal/CMakeFiles/aldebug.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/allafplay.dir - -# All Build rule for target. -external/openal/CMakeFiles/allafplay.dir/all: external/openal/CMakeFiles/alsoft.common.dir/all -external/openal/CMakeFiles/allafplay.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -external/openal/CMakeFiles/allafplay.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all -external/openal/CMakeFiles/allafplay.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allafplay.dir/build.make external/openal/CMakeFiles/allafplay.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allafplay.dir/build.make external/openal/CMakeFiles/allafplay.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target allafplay" -.PHONY : external/openal/CMakeFiles/allafplay.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/allafplay.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 4 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/allafplay.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/allafplay.dir/rule - -# Convenience name for target. -allafplay: external/openal/CMakeFiles/allafplay.dir/rule -.PHONY : allafplay - -# codegen rule for target. -external/openal/CMakeFiles/allafplay.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allafplay.dir/build.make external/openal/CMakeFiles/allafplay.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target allafplay" -.PHONY : external/openal/CMakeFiles/allafplay.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/allafplay.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allafplay.dir/build.make external/openal/CMakeFiles/allafplay.dir/clean -.PHONY : external/openal/CMakeFiles/allafplay.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/alplay.dir - -# All Build rule for target. -external/openal/CMakeFiles/alplay.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -external/openal/CMakeFiles/alplay.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all -external/openal/CMakeFiles/alplay.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alplay.dir/build.make external/openal/CMakeFiles/alplay.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alplay.dir/build.make external/openal/CMakeFiles/alplay.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alplay" -.PHONY : external/openal/CMakeFiles/alplay.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/alplay.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alplay.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/alplay.dir/rule - -# Convenience name for target. -alplay: external/openal/CMakeFiles/alplay.dir/rule -.PHONY : alplay - -# codegen rule for target. -external/openal/CMakeFiles/alplay.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alplay.dir/build.make external/openal/CMakeFiles/alplay.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alplay" -.PHONY : external/openal/CMakeFiles/alplay.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/alplay.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alplay.dir/build.make external/openal/CMakeFiles/alplay.dir/clean -.PHONY : external/openal/CMakeFiles/alplay.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/alstream.dir - -# All Build rule for target. -external/openal/CMakeFiles/alstream.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -external/openal/CMakeFiles/alstream.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all -external/openal/CMakeFiles/alstream.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstream.dir/build.make external/openal/CMakeFiles/alstream.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstream.dir/build.make external/openal/CMakeFiles/alstream.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alstream" -.PHONY : external/openal/CMakeFiles/alstream.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/alstream.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alstream.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/alstream.dir/rule - -# Convenience name for target. -alstream: external/openal/CMakeFiles/alstream.dir/rule -.PHONY : alstream - -# codegen rule for target. -external/openal/CMakeFiles/alstream.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstream.dir/build.make external/openal/CMakeFiles/alstream.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alstream" -.PHONY : external/openal/CMakeFiles/alstream.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/alstream.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstream.dir/build.make external/openal/CMakeFiles/alstream.dir/clean -.PHONY : external/openal/CMakeFiles/alstream.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/alreverb.dir - -# All Build rule for target. -external/openal/CMakeFiles/alreverb.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -external/openal/CMakeFiles/alreverb.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all -external/openal/CMakeFiles/alreverb.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alreverb.dir/build.make external/openal/CMakeFiles/alreverb.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alreverb.dir/build.make external/openal/CMakeFiles/alreverb.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alreverb" -.PHONY : external/openal/CMakeFiles/alreverb.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/alreverb.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alreverb.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/alreverb.dir/rule - -# Convenience name for target. -alreverb: external/openal/CMakeFiles/alreverb.dir/rule -.PHONY : alreverb - -# codegen rule for target. -external/openal/CMakeFiles/alreverb.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alreverb.dir/build.make external/openal/CMakeFiles/alreverb.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alreverb" -.PHONY : external/openal/CMakeFiles/alreverb.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/alreverb.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alreverb.dir/build.make external/openal/CMakeFiles/alreverb.dir/clean -.PHONY : external/openal/CMakeFiles/alreverb.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/almultireverb.dir - -# All Build rule for target. -external/openal/CMakeFiles/almultireverb.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -external/openal/CMakeFiles/almultireverb.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all -external/openal/CMakeFiles/almultireverb.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/almultireverb.dir/build.make external/openal/CMakeFiles/almultireverb.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/almultireverb.dir/build.make external/openal/CMakeFiles/almultireverb.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target almultireverb" -.PHONY : external/openal/CMakeFiles/almultireverb.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/almultireverb.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/almultireverb.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/almultireverb.dir/rule - -# Convenience name for target. -almultireverb: external/openal/CMakeFiles/almultireverb.dir/rule -.PHONY : almultireverb - -# codegen rule for target. -external/openal/CMakeFiles/almultireverb.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/almultireverb.dir/build.make external/openal/CMakeFiles/almultireverb.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target almultireverb" -.PHONY : external/openal/CMakeFiles/almultireverb.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/almultireverb.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/almultireverb.dir/build.make external/openal/CMakeFiles/almultireverb.dir/clean -.PHONY : external/openal/CMakeFiles/almultireverb.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/allatency.dir - -# All Build rule for target. -external/openal/CMakeFiles/allatency.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -external/openal/CMakeFiles/allatency.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all -external/openal/CMakeFiles/allatency.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allatency.dir/build.make external/openal/CMakeFiles/allatency.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allatency.dir/build.make external/openal/CMakeFiles/allatency.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=33 "Built target allatency" -.PHONY : external/openal/CMakeFiles/allatency.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/allatency.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 4 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/allatency.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/allatency.dir/rule - -# Convenience name for target. -allatency: external/openal/CMakeFiles/allatency.dir/rule -.PHONY : allatency - -# codegen rule for target. -external/openal/CMakeFiles/allatency.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allatency.dir/build.make external/openal/CMakeFiles/allatency.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=33 "Finished codegen for target allatency" -.PHONY : external/openal/CMakeFiles/allatency.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/allatency.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allatency.dir/build.make external/openal/CMakeFiles/allatency.dir/clean -.PHONY : external/openal/CMakeFiles/allatency.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/alhrtf.dir - -# All Build rule for target. -external/openal/CMakeFiles/alhrtf.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -external/openal/CMakeFiles/alhrtf.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all -external/openal/CMakeFiles/alhrtf.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alhrtf.dir/build.make external/openal/CMakeFiles/alhrtf.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alhrtf.dir/build.make external/openal/CMakeFiles/alhrtf.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alhrtf" -.PHONY : external/openal/CMakeFiles/alhrtf.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/alhrtf.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alhrtf.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/alhrtf.dir/rule - -# Convenience name for target. -alhrtf: external/openal/CMakeFiles/alhrtf.dir/rule -.PHONY : alhrtf - -# codegen rule for target. -external/openal/CMakeFiles/alhrtf.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alhrtf.dir/build.make external/openal/CMakeFiles/alhrtf.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alhrtf" -.PHONY : external/openal/CMakeFiles/alhrtf.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/alhrtf.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alhrtf.dir/build.make external/openal/CMakeFiles/alhrtf.dir/clean -.PHONY : external/openal/CMakeFiles/alhrtf.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/alstreamcb.dir - -# All Build rule for target. -external/openal/CMakeFiles/alstreamcb.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -external/openal/CMakeFiles/alstreamcb.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all -external/openal/CMakeFiles/alstreamcb.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstreamcb.dir/build.make external/openal/CMakeFiles/alstreamcb.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstreamcb.dir/build.make external/openal/CMakeFiles/alstreamcb.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alstreamcb" -.PHONY : external/openal/CMakeFiles/alstreamcb.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/alstreamcb.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alstreamcb.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/alstreamcb.dir/rule - -# Convenience name for target. -alstreamcb: external/openal/CMakeFiles/alstreamcb.dir/rule -.PHONY : alstreamcb - -# codegen rule for target. -external/openal/CMakeFiles/alstreamcb.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstreamcb.dir/build.make external/openal/CMakeFiles/alstreamcb.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alstreamcb" -.PHONY : external/openal/CMakeFiles/alstreamcb.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/alstreamcb.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstreamcb.dir/build.make external/openal/CMakeFiles/alstreamcb.dir/clean -.PHONY : external/openal/CMakeFiles/alstreamcb.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/aldirect.dir - -# All Build rule for target. -external/openal/CMakeFiles/aldirect.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -external/openal/CMakeFiles/aldirect.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all -external/openal/CMakeFiles/aldirect.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldirect.dir/build.make external/openal/CMakeFiles/aldirect.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldirect.dir/build.make external/openal/CMakeFiles/aldirect.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target aldirect" -.PHONY : external/openal/CMakeFiles/aldirect.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/aldirect.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 3 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/aldirect.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/aldirect.dir/rule - -# Convenience name for target. -aldirect: external/openal/CMakeFiles/aldirect.dir/rule -.PHONY : aldirect - -# codegen rule for target. -external/openal/CMakeFiles/aldirect.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldirect.dir/build.make external/openal/CMakeFiles/aldirect.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target aldirect" -.PHONY : external/openal/CMakeFiles/aldirect.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/aldirect.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldirect.dir/build.make external/openal/CMakeFiles/aldirect.dir/clean -.PHONY : external/openal/CMakeFiles/aldirect.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/alconvolve.dir - -# All Build rule for target. -external/openal/CMakeFiles/alconvolve.dir/all: external/openal/CMakeFiles/alsoft.common.dir/all -external/openal/CMakeFiles/alconvolve.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -external/openal/CMakeFiles/alconvolve.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all -external/openal/CMakeFiles/alconvolve.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alconvolve.dir/build.make external/openal/CMakeFiles/alconvolve.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alconvolve.dir/build.make external/openal/CMakeFiles/alconvolve.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alconvolve" -.PHONY : external/openal/CMakeFiles/alconvolve.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/alconvolve.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 4 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alconvolve.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/alconvolve.dir/rule - -# Convenience name for target. -alconvolve: external/openal/CMakeFiles/alconvolve.dir/rule -.PHONY : alconvolve - -# codegen rule for target. -external/openal/CMakeFiles/alconvolve.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alconvolve.dir/build.make external/openal/CMakeFiles/alconvolve.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alconvolve" -.PHONY : external/openal/CMakeFiles/alconvolve.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/alconvolve.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alconvolve.dir/build.make external/openal/CMakeFiles/alconvolve.dir/clean -.PHONY : external/openal/CMakeFiles/alconvolve.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/alloopback.dir - -# All Build rule for target. -external/openal/CMakeFiles/alloopback.dir/all: external/SDL/CMakeFiles/SDL3-shared.dir/all -external/openal/CMakeFiles/alloopback.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -external/openal/CMakeFiles/alloopback.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all -external/openal/CMakeFiles/alloopback.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alloopback.dir/build.make external/openal/CMakeFiles/alloopback.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alloopback.dir/build.make external/openal/CMakeFiles/alloopback.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alloopback" -.PHONY : external/openal/CMakeFiles/alloopback.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/alloopback.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 14 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alloopback.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/alloopback.dir/rule - -# Convenience name for target. -alloopback: external/openal/CMakeFiles/alloopback.dir/rule -.PHONY : alloopback - -# codegen rule for target. -external/openal/CMakeFiles/alloopback.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alloopback.dir/build.make external/openal/CMakeFiles/alloopback.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alloopback" -.PHONY : external/openal/CMakeFiles/alloopback.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/alloopback.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alloopback.dir/build.make external/openal/CMakeFiles/alloopback.dir/clean -.PHONY : external/openal/CMakeFiles/alloopback.dir/clean - -#============================================================================= -# Target rules for target external/openal/CMakeFiles/alffplay.dir - -# All Build rule for target. -external/openal/CMakeFiles/alffplay.dir/all: external/SDL/CMakeFiles/SDL3-shared.dir/all -external/openal/CMakeFiles/alffplay.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -external/openal/CMakeFiles/alffplay.dir/all: external/openal/CMakeFiles/alsoft.excommon.dir/all -external/openal/CMakeFiles/alffplay.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alffplay.dir/build.make external/openal/CMakeFiles/alffplay.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alffplay.dir/build.make external/openal/CMakeFiles/alffplay.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alffplay" -.PHONY : external/openal/CMakeFiles/alffplay.dir/all - -# Build rule for subdir invocation for target. -external/openal/CMakeFiles/alffplay.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 14 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alffplay.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/CMakeFiles/alffplay.dir/rule - -# Convenience name for target. -alffplay: external/openal/CMakeFiles/alffplay.dir/rule -.PHONY : alffplay - -# codegen rule for target. -external/openal/CMakeFiles/alffplay.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alffplay.dir/build.make external/openal/CMakeFiles/alffplay.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alffplay" -.PHONY : external/openal/CMakeFiles/alffplay.dir/codegen - -# clean rule for target. -external/openal/CMakeFiles/alffplay.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alffplay.dir/build.make external/openal/CMakeFiles/alffplay.dir/clean -.PHONY : external/openal/CMakeFiles/alffplay.dir/clean - -#============================================================================= -# Target rules for target external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir - -# All Build rule for target. -external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all: - $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alsoft.fmt" -.PHONY : external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - -# Build rule for subdir invocation for target. -external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/rule - -# Convenience name for target. -alsoft.fmt: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/rule -.PHONY : alsoft.fmt - -# codegen rule for target. -external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alsoft.fmt" -.PHONY : external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/codegen - -# clean rule for target. -external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/clean -.PHONY : external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/clean - -#============================================================================= -# Target rules for target external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir - -# All Build rule for target. -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/all: external/openal/CMakeFiles/alsoft.build_version.dir/all -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/all: external/openal/CMakeFiles/alsoft.common.dir/all -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend - $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target alsoft-config" -.PHONY : external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/all - -# Build rule for subdir invocation for target. -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/rule - -# Convenience name for target. -alsoft-config: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/rule -.PHONY : alsoft-config - -# codegen rule for target. -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/codegen: external/openal/CMakeFiles/alsoft.build_version.dir/all - $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target alsoft-config" -.PHONY : external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/codegen - -# clean rule for target. -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/clean: - $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/clean -.PHONY : external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/clean - -#============================================================================= -# Target rules for target external/miniaudio/CMakeFiles/miniaudio.dir - -# All Build rule for target. -external/miniaudio/CMakeFiles/miniaudio.dir/all: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio.dir/build.make external/miniaudio/CMakeFiles/miniaudio.dir/depend - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio.dir/build.make external/miniaudio/CMakeFiles/miniaudio.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target miniaudio" -.PHONY : external/miniaudio/CMakeFiles/miniaudio.dir/all - -# Build rule for subdir invocation for target. -external/miniaudio/CMakeFiles/miniaudio.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/miniaudio/CMakeFiles/miniaudio.dir/rule - -# Convenience name for target. -miniaudio: external/miniaudio/CMakeFiles/miniaudio.dir/rule -.PHONY : miniaudio - -# codegen rule for target. -external/miniaudio/CMakeFiles/miniaudio.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio.dir/build.make external/miniaudio/CMakeFiles/miniaudio.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target miniaudio" -.PHONY : external/miniaudio/CMakeFiles/miniaudio.dir/codegen - -# clean rule for target. -external/miniaudio/CMakeFiles/miniaudio.dir/clean: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio.dir/build.make external/miniaudio/CMakeFiles/miniaudio.dir/clean -.PHONY : external/miniaudio/CMakeFiles/miniaudio.dir/clean - -#============================================================================= -# Target rules for target external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir - -# All Build rule for target. -external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/all: external/ogg/CMakeFiles/ogg.dir/all -external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all -external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/depend - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target miniaudio_libvorbis" -.PHONY : external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/all - -# Build rule for subdir invocation for target. -external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 2 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/rule - -# Convenience name for target. -miniaudio_libvorbis: external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/rule -.PHONY : miniaudio_libvorbis - -# codegen rule for target. -external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target miniaudio_libvorbis" -.PHONY : external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/codegen - -# clean rule for target. -external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/clean: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/clean -.PHONY : external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/clean - -#============================================================================= -# Target rules for target external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir - -# All Build rule for target. -external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/all: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/depend - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target miniaudio_channel_combiner_node" -.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/all - -# Build rule for subdir invocation for target. -external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/rule - -# Convenience name for target. -miniaudio_channel_combiner_node: external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/rule -.PHONY : miniaudio_channel_combiner_node - -# codegen rule for target. -external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target miniaudio_channel_combiner_node" -.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/codegen - -# clean rule for target. -external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/clean: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/clean -.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/clean - -#============================================================================= -# Target rules for target external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir - -# All Build rule for target. -external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/all: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/depend - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target miniaudio_channel_separator_node" -.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/all - -# Build rule for subdir invocation for target. -external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/rule - -# Convenience name for target. -miniaudio_channel_separator_node: external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/rule -.PHONY : miniaudio_channel_separator_node - -# codegen rule for target. -external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target miniaudio_channel_separator_node" -.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/codegen - -# clean rule for target. -external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/clean: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/clean -.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/clean - -#============================================================================= -# Target rules for target external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir - -# All Build rule for target. -external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/all: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/depend - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target miniaudio_ltrim_node" -.PHONY : external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/all - -# Build rule for subdir invocation for target. -external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/rule - -# Convenience name for target. -miniaudio_ltrim_node: external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/rule -.PHONY : miniaudio_ltrim_node - -# codegen rule for target. -external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target miniaudio_ltrim_node" -.PHONY : external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/codegen - -# clean rule for target. -external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/clean: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/clean -.PHONY : external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/clean - -#============================================================================= -# Target rules for target external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir - -# All Build rule for target. -external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/all: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/depend - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target miniaudio_reverb_node" -.PHONY : external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/all - -# Build rule for subdir invocation for target. -external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/rule - -# Convenience name for target. -miniaudio_reverb_node: external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/rule -.PHONY : miniaudio_reverb_node - -# codegen rule for target. -external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target miniaudio_reverb_node" -.PHONY : external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/codegen - -# clean rule for target. -external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/clean: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/clean -.PHONY : external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/clean - -#============================================================================= -# Target rules for target external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir - -# All Build rule for target. -external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/all: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/depend - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target miniaudio_vocoder_node" -.PHONY : external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/all - -# Build rule for subdir invocation for target. -external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/rule - -# Convenience name for target. -miniaudio_vocoder_node: external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/rule -.PHONY : miniaudio_vocoder_node - -# codegen rule for target. -external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target miniaudio_vocoder_node" -.PHONY : external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/codegen - -# clean rule for target. -external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/clean: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/clean -.PHONY : external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/clean - -#============================================================================= -# Target rules for target external/curl/CMakeFiles/curl-ca-bundle.dir - -# All Build rule for target. -external/curl/CMakeFiles/curl-ca-bundle.dir/all: - $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-bundle.dir/build.make external/curl/CMakeFiles/curl-ca-bundle.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-bundle.dir/build.make external/curl/CMakeFiles/curl-ca-bundle.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-ca-bundle" -.PHONY : external/curl/CMakeFiles/curl-ca-bundle.dir/all - -# Build rule for subdir invocation for target. -external/curl/CMakeFiles/curl-ca-bundle.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/CMakeFiles/curl-ca-bundle.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/CMakeFiles/curl-ca-bundle.dir/rule - -# Convenience name for target. -curl-ca-bundle: external/curl/CMakeFiles/curl-ca-bundle.dir/rule -.PHONY : curl-ca-bundle - -# codegen rule for target. -external/curl/CMakeFiles/curl-ca-bundle.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-bundle.dir/build.make external/curl/CMakeFiles/curl-ca-bundle.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-ca-bundle" -.PHONY : external/curl/CMakeFiles/curl-ca-bundle.dir/codegen - -# clean rule for target. -external/curl/CMakeFiles/curl-ca-bundle.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-bundle.dir/build.make external/curl/CMakeFiles/curl-ca-bundle.dir/clean -.PHONY : external/curl/CMakeFiles/curl-ca-bundle.dir/clean - -#============================================================================= -# Target rules for target external/curl/CMakeFiles/curl-ca-firefox.dir - -# All Build rule for target. -external/curl/CMakeFiles/curl-ca-firefox.dir/all: - $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-firefox.dir/build.make external/curl/CMakeFiles/curl-ca-firefox.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-firefox.dir/build.make external/curl/CMakeFiles/curl-ca-firefox.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-ca-firefox" -.PHONY : external/curl/CMakeFiles/curl-ca-firefox.dir/all - -# Build rule for subdir invocation for target. -external/curl/CMakeFiles/curl-ca-firefox.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/CMakeFiles/curl-ca-firefox.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/CMakeFiles/curl-ca-firefox.dir/rule - -# Convenience name for target. -curl-ca-firefox: external/curl/CMakeFiles/curl-ca-firefox.dir/rule -.PHONY : curl-ca-firefox - -# codegen rule for target. -external/curl/CMakeFiles/curl-ca-firefox.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-firefox.dir/build.make external/curl/CMakeFiles/curl-ca-firefox.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-ca-firefox" -.PHONY : external/curl/CMakeFiles/curl-ca-firefox.dir/codegen - -# clean rule for target. -external/curl/CMakeFiles/curl-ca-firefox.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-firefox.dir/build.make external/curl/CMakeFiles/curl-ca-firefox.dir/clean -.PHONY : external/curl/CMakeFiles/curl-ca-firefox.dir/clean - -#============================================================================= -# Target rules for target external/curl/CMakeFiles/curl_uninstall.dir - -# All Build rule for target. -external/curl/CMakeFiles/curl_uninstall.dir/all: - $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl_uninstall.dir/build.make external/curl/CMakeFiles/curl_uninstall.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl_uninstall.dir/build.make external/curl/CMakeFiles/curl_uninstall.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl_uninstall" -.PHONY : external/curl/CMakeFiles/curl_uninstall.dir/all - -# Build rule for subdir invocation for target. -external/curl/CMakeFiles/curl_uninstall.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/CMakeFiles/curl_uninstall.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/CMakeFiles/curl_uninstall.dir/rule - -# Convenience name for target. -curl_uninstall: external/curl/CMakeFiles/curl_uninstall.dir/rule -.PHONY : curl_uninstall - -# codegen rule for target. -external/curl/CMakeFiles/curl_uninstall.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl_uninstall.dir/build.make external/curl/CMakeFiles/curl_uninstall.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl_uninstall" -.PHONY : external/curl/CMakeFiles/curl_uninstall.dir/codegen - -# clean rule for target. -external/curl/CMakeFiles/curl_uninstall.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl_uninstall.dir/build.make external/curl/CMakeFiles/curl_uninstall.dir/clean -.PHONY : external/curl/CMakeFiles/curl_uninstall.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir - -# All Build rule for target. -external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/all: - $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-generate-curl-config.1" -.PHONY : external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/rule - -# Convenience name for target. -curl-generate-curl-config.1: external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/rule -.PHONY : curl-generate-curl-config.1 - -# codegen rule for target. -external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-generate-curl-config.1" -.PHONY : external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/codegen - -# clean rule for target. -external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/clean -.PHONY : external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir - -# All Build rule for target. -external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/all: - $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-generate-mk-ca-bundle.1" -.PHONY : external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/rule - -# Convenience name for target. -curl-generate-mk-ca-bundle.1: external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/rule -.PHONY : curl-generate-mk-ca-bundle.1 - -# codegen rule for target. -external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-generate-mk-ca-bundle.1" -.PHONY : external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/codegen - -# clean rule for target. -external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/clean -.PHONY : external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir - -# All Build rule for target. -external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/all: - $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-generate-wcurl.1" -.PHONY : external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/rule - -# Convenience name for target. -curl-generate-wcurl.1: external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/rule -.PHONY : curl-generate-wcurl.1 - -# codegen rule for target. -external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-generate-wcurl.1" -.PHONY : external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/codegen - -# clean rule for target. -external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/clean -.PHONY : external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/libcurl/CMakeFiles/curl-man.dir - -# All Build rule for target. -external/curl/docs/libcurl/CMakeFiles/curl-man.dir/all: external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build.make external/curl/docs/libcurl/CMakeFiles/curl-man.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build.make external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-man" -.PHONY : external/curl/docs/libcurl/CMakeFiles/curl-man.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/libcurl/CMakeFiles/curl-man.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/CMakeFiles/curl-man.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/libcurl/CMakeFiles/curl-man.dir/rule - -# Convenience name for target. -curl-man: external/curl/docs/libcurl/CMakeFiles/curl-man.dir/rule -.PHONY : curl-man - -# codegen rule for target. -external/curl/docs/libcurl/CMakeFiles/curl-man.dir/codegen: external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build.make external/curl/docs/libcurl/CMakeFiles/curl-man.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-man" -.PHONY : external/curl/docs/libcurl/CMakeFiles/curl-man.dir/codegen - -# clean rule for target. -external/curl/docs/libcurl/CMakeFiles/curl-man.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build.make external/curl/docs/libcurl/CMakeFiles/curl-man.dir/clean -.PHONY : external/curl/docs/libcurl/CMakeFiles/curl-man.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir - -# All Build rule for target. -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/all: - $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build.make external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build.make external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-opts-man" -.PHONY : external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/rule - -# Convenience name for target. -curl-opts-man: external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/rule -.PHONY : curl-opts-man - -# codegen rule for target. -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build.make external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-opts-man" -.PHONY : external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/codegen - -# clean rule for target. -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build.make external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/clean -.PHONY : external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/clean - -#============================================================================= -# Target rules for target external/curl/lib/CMakeFiles/curlu.dir - -# All Build rule for target. -external/curl/lib/CMakeFiles/curlu.dir/all: - $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=44,45,46,47,48,49 "Built target curlu" -.PHONY : external/curl/lib/CMakeFiles/curlu.dir/all - -# Build rule for subdir invocation for target. -external/curl/lib/CMakeFiles/curlu.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/lib/CMakeFiles/curlu.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/lib/CMakeFiles/curlu.dir/rule - -# Convenience name for target. -curlu: external/curl/lib/CMakeFiles/curlu.dir/rule -.PHONY : curlu - -# codegen rule for target. -external/curl/lib/CMakeFiles/curlu.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=44,45,46,47,48,49 "Finished codegen for target curlu" -.PHONY : external/curl/lib/CMakeFiles/curlu.dir/codegen - -# clean rule for target. -external/curl/lib/CMakeFiles/curlu.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/clean -.PHONY : external/curl/lib/CMakeFiles/curlu.dir/clean - -#============================================================================= -# Target rules for target external/curl/lib/CMakeFiles/libcurl_static.dir - -# All Build rule for target. -external/curl/lib/CMakeFiles/libcurl_static.dir/all: - $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=82,83,84,85,86,87 "Built target libcurl_static" -.PHONY : external/curl/lib/CMakeFiles/libcurl_static.dir/all - -# Build rule for subdir invocation for target. -external/curl/lib/CMakeFiles/libcurl_static.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/lib/CMakeFiles/libcurl_static.dir/rule - -# Convenience name for target. -libcurl_static: external/curl/lib/CMakeFiles/libcurl_static.dir/rule -.PHONY : libcurl_static - -# codegen rule for target. -external/curl/lib/CMakeFiles/libcurl_static.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=82,83,84,85,86,87 "Finished codegen for target libcurl_static" -.PHONY : external/curl/lib/CMakeFiles/libcurl_static.dir/codegen - -# clean rule for target. -external/curl/lib/CMakeFiles/libcurl_static.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/clean -.PHONY : external/curl/lib/CMakeFiles/libcurl_static.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-examples.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-https.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-range.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/all: external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-examples.dir/build.make external/curl/docs/examples/CMakeFiles/curl-examples.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-examples.dir/build.make external/curl/docs/examples/CMakeFiles/curl-examples.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-examples" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-examples.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-examples.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 14 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-examples.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-examples.dir/rule - -# Convenience name for target. -curl-examples: external/curl/docs/examples/CMakeFiles/curl-examples.dir/rule -.PHONY : curl-examples - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-https.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-range.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/all -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-examples.dir/build.make external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-examples" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-examples.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-examples.dir/build.make external/curl/docs/examples/CMakeFiles/curl-examples.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-examples.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-10-at-a-time" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/rule - -# Convenience name for target. -curl-example-10-at-a-time: external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/rule -.PHONY : curl-example-10-at-a-time - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-10-at-a-time" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-address-scope" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/rule - -# Convenience name for target. -curl-example-address-scope: external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/rule -.PHONY : curl-example-address-scope - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-address-scope" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-altsvc" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/rule - -# Convenience name for target. -curl-example-altsvc: external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/rule -.PHONY : curl-example-altsvc - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-altsvc" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-anyauthput" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/rule - -# Convenience name for target. -curl-example-anyauthput: external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/rule -.PHONY : curl-example-anyauthput - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-anyauthput" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-block_ip" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/rule - -# Convenience name for target. -curl-example-block_ip: external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/rule -.PHONY : curl-example-block_ip - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-block_ip" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=35 "Built target curl-example-certinfo" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/rule - -# Convenience name for target. -curl-example-certinfo: external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/rule -.PHONY : curl-example-certinfo - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=35 "Finished codegen for target curl-example-certinfo" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-chkspeed" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/rule - -# Convenience name for target. -curl-example-chkspeed: external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/rule -.PHONY : curl-example-chkspeed - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-chkspeed" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-connect-to" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/rule - -# Convenience name for target. -curl-example-connect-to: external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/rule -.PHONY : curl-example-connect-to - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-connect-to" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-cookie_interface" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/rule - -# Convenience name for target. -curl-example-cookie_interface: external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/rule -.PHONY : curl-example-cookie_interface - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-cookie_interface" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-debug.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-debug" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/rule - -# Convenience name for target. -curl-example-debug: external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/rule -.PHONY : curl-example-debug - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-debug" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-default-scheme" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/rule - -# Convenience name for target. -curl-example-default-scheme: external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/rule -.PHONY : curl-example-default-scheme - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-default-scheme" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-externalsocket" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/rule - -# Convenience name for target. -curl-example-externalsocket: external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/rule -.PHONY : curl-example-externalsocket - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-externalsocket" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-fileupload" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/rule - -# Convenience name for target. -curl-example-fileupload: external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/rule -.PHONY : curl-example-fileupload - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-fileupload" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-ftp-wildcard" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/rule - -# Convenience name for target. -curl-example-ftp-wildcard: external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/rule -.PHONY : curl-example-ftp-wildcard - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-ftp-wildcard" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-ftpget" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/rule - -# Convenience name for target. -curl-example-ftpget: external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/rule -.PHONY : curl-example-ftpget - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-ftpget" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-ftpgetinfo" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/rule - -# Convenience name for target. -curl-example-ftpgetinfo: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/rule -.PHONY : curl-example-ftpgetinfo - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-ftpgetinfo" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-ftpgetresp" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/rule - -# Convenience name for target. -curl-example-ftpgetresp: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/rule -.PHONY : curl-example-ftpgetresp - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-ftpgetresp" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-ftpsget" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/rule - -# Convenience name for target. -curl-example-ftpsget: external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/rule -.PHONY : curl-example-ftpsget - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-ftpsget" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-ftpupload" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/rule - -# Convenience name for target. -curl-example-ftpupload: external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/rule -.PHONY : curl-example-ftpupload - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-ftpupload" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-ftpuploadfrommem" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/rule - -# Convenience name for target. -curl-example-ftpuploadfrommem: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/rule -.PHONY : curl-example-ftpuploadfrommem - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-ftpuploadfrommem" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=36 "Built target curl-example-ftpuploadresume" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/rule - -# Convenience name for target. -curl-example-ftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/rule -.PHONY : curl-example-ftpuploadresume - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=36 "Finished codegen for target curl-example-ftpuploadresume" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-getinfo" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/rule - -# Convenience name for target. -curl-example-getinfo: external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/rule -.PHONY : curl-example-getinfo - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-getinfo" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-getinmemory" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/rule - -# Convenience name for target. -curl-example-getinmemory: external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/rule -.PHONY : curl-example-getinmemory - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-getinmemory" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-getredirect" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/rule - -# Convenience name for target. -curl-example-getredirect: external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/rule -.PHONY : curl-example-getredirect - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-getredirect" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-getreferrer" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/rule - -# Convenience name for target. -curl-example-getreferrer: external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/rule -.PHONY : curl-example-getreferrer - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-getreferrer" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-headerapi" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/rule - -# Convenience name for target. -curl-example-headerapi: external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/rule -.PHONY : curl-example-headerapi - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-headerapi" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-hsts-preload" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/rule - -# Convenience name for target. -curl-example-hsts-preload: external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/rule -.PHONY : curl-example-hsts-preload - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-hsts-preload" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-http-options" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/rule - -# Convenience name for target. -curl-example-http-options: external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/rule -.PHONY : curl-example-http-options - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-http-options" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-http-post" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/rule - -# Convenience name for target. -curl-example-http-post: external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/rule -.PHONY : curl-example-http-post - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-http-post" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-http2-download" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/rule - -# Convenience name for target. -curl-example-http2-download: external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/rule -.PHONY : curl-example-http2-download - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-http2-download" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-http2-pushinmemory" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/rule - -# Convenience name for target. -curl-example-http2-pushinmemory: external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/rule -.PHONY : curl-example-http2-pushinmemory - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-http2-pushinmemory" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-http2-serverpush" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/rule - -# Convenience name for target. -curl-example-http2-serverpush: external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/rule -.PHONY : curl-example-http2-serverpush - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-http2-serverpush" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-http2-upload" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/rule - -# Convenience name for target. -curl-example-http2-upload: external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/rule -.PHONY : curl-example-http2-upload - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-http2-upload" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-http3.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-http3" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/rule - -# Convenience name for target. -curl-example-http3: external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/rule -.PHONY : curl-example-http3 - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-http3" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=37 "Built target curl-example-http3-present" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/rule - -# Convenience name for target. -curl-example-http3-present: external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/rule -.PHONY : curl-example-http3-present - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=37 "Finished codegen for target curl-example-http3-present" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-httpcustomheader" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/rule - -# Convenience name for target. -curl-example-httpcustomheader: external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/rule -.PHONY : curl-example-httpcustomheader - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-httpcustomheader" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-httpput" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/rule - -# Convenience name for target. -curl-example-httpput: external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/rule -.PHONY : curl-example-httpput - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-httpput" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-httpput-postfields" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/rule - -# Convenience name for target. -curl-example-httpput-postfields: external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/rule -.PHONY : curl-example-httpput-postfields - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-httpput-postfields" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-https.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-https.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-https.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-https" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-https.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-https.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-https.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-https.dir/rule - -# Convenience name for target. -curl-example-https: external/curl/docs/examples/CMakeFiles/curl-example-https.dir/rule -.PHONY : curl-example-https - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-https.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-https.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-https" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-https.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-https.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-https.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-https.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-append" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/rule - -# Convenience name for target. -curl-example-imap-append: external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/rule -.PHONY : curl-example-imap-append - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-append" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-authzid" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/rule - -# Convenience name for target. -curl-example-imap-authzid: external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/rule -.PHONY : curl-example-imap-authzid - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-authzid" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-copy" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/rule - -# Convenience name for target. -curl-example-imap-copy: external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/rule -.PHONY : curl-example-imap-copy - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-copy" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-create" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/rule - -# Convenience name for target. -curl-example-imap-create: external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/rule -.PHONY : curl-example-imap-create - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-create" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-delete" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/rule - -# Convenience name for target. -curl-example-imap-delete: external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/rule -.PHONY : curl-example-imap-delete - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-delete" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-examine" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/rule - -# Convenience name for target. -curl-example-imap-examine: external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/rule -.PHONY : curl-example-imap-examine - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-examine" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-fetch" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/rule - -# Convenience name for target. -curl-example-imap-fetch: external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/rule -.PHONY : curl-example-imap-fetch - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-fetch" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-list" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/rule - -# Convenience name for target. -curl-example-imap-list: external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/rule -.PHONY : curl-example-imap-list - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-list" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-lsub" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/rule - -# Convenience name for target. -curl-example-imap-lsub: external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/rule -.PHONY : curl-example-imap-lsub - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-lsub" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=38 "Built target curl-example-imap-multi" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/rule - -# Convenience name for target. -curl-example-imap-multi: external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/rule -.PHONY : curl-example-imap-multi - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=38 "Finished codegen for target curl-example-imap-multi" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-noop" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/rule - -# Convenience name for target. -curl-example-imap-noop: external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/rule -.PHONY : curl-example-imap-noop - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-noop" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-search" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/rule - -# Convenience name for target. -curl-example-imap-search: external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/rule -.PHONY : curl-example-imap-search - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-search" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-ssl" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/rule - -# Convenience name for target. -curl-example-imap-ssl: external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/rule -.PHONY : curl-example-imap-ssl - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-ssl" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-store" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/rule - -# Convenience name for target. -curl-example-imap-store: external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/rule -.PHONY : curl-example-imap-store - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-store" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-imap-tls" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/rule - -# Convenience name for target. -curl-example-imap-tls: external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/rule -.PHONY : curl-example-imap-tls - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-imap-tls" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-interface.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-interface" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/rule - -# Convenience name for target. -curl-example-interface: external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/rule -.PHONY : curl-example-interface - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-interface" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-ipv6" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/rule - -# Convenience name for target. -curl-example-ipv6: external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/rule -.PHONY : curl-example-ipv6 - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-ipv6" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-keepalive" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/rule - -# Convenience name for target. -curl-example-keepalive: external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/rule -.PHONY : curl-example-keepalive - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-keepalive" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-localport.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-localport" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/rule - -# Convenience name for target. -curl-example-localport: external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/rule -.PHONY : curl-example-localport - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-localport" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-maxconnects" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/rule - -# Convenience name for target. -curl-example-maxconnects: external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/rule -.PHONY : curl-example-maxconnects - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-maxconnects" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-multi-app" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/rule - -# Convenience name for target. -curl-example-multi-app: external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/rule -.PHONY : curl-example-multi-app - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-multi-app" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-multi-debugcallback" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/rule - -# Convenience name for target. -curl-example-multi-debugcallback: external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/rule -.PHONY : curl-example-multi-debugcallback - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-multi-debugcallback" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-multi-double" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/rule - -# Convenience name for target. -curl-example-multi-double: external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/rule -.PHONY : curl-example-multi-double - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-multi-double" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=39 "Built target curl-example-multi-formadd" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/rule - -# Convenience name for target. -curl-example-multi-formadd: external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/rule -.PHONY : curl-example-multi-formadd - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=39 "Finished codegen for target curl-example-multi-formadd" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-multi-legacy" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/rule - -# Convenience name for target. -curl-example-multi-legacy: external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/rule -.PHONY : curl-example-multi-legacy - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-multi-legacy" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-multi-post" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/rule - -# Convenience name for target. -curl-example-multi-post: external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/rule -.PHONY : curl-example-multi-post - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-multi-post" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-multi-single" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/rule - -# Convenience name for target. -curl-example-multi-single: external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/rule -.PHONY : curl-example-multi-single - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-multi-single" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-netrc" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/rule - -# Convenience name for target. -curl-example-netrc: external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/rule -.PHONY : curl-example-netrc - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-netrc" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-parseurl" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/rule - -# Convenience name for target. -curl-example-parseurl: external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/rule -.PHONY : curl-example-parseurl - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-parseurl" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-persistent" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/rule - -# Convenience name for target. -curl-example-persistent: external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/rule -.PHONY : curl-example-persistent - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-persistent" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-pop3-authzid" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/rule - -# Convenience name for target. -curl-example-pop3-authzid: external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/rule -.PHONY : curl-example-pop3-authzid - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-pop3-authzid" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-pop3-dele" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/rule - -# Convenience name for target. -curl-example-pop3-dele: external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/rule -.PHONY : curl-example-pop3-dele - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-pop3-dele" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-pop3-list" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/rule - -# Convenience name for target. -curl-example-pop3-list: external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/rule -.PHONY : curl-example-pop3-list - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-pop3-list" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-pop3-multi" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/rule - -# Convenience name for target. -curl-example-pop3-multi: external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/rule -.PHONY : curl-example-pop3-multi - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-pop3-multi" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-pop3-noop" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/rule - -# Convenience name for target. -curl-example-pop3-noop: external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/rule -.PHONY : curl-example-pop3-noop - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-pop3-noop" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-pop3-retr" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/rule - -# Convenience name for target. -curl-example-pop3-retr: external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/rule -.PHONY : curl-example-pop3-retr - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-pop3-retr" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-pop3-ssl" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/rule - -# Convenience name for target. -curl-example-pop3-ssl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/rule -.PHONY : curl-example-pop3-ssl - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-pop3-ssl" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=40 "Built target curl-example-pop3-stat" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/rule - -# Convenience name for target. -curl-example-pop3-stat: external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/rule -.PHONY : curl-example-pop3-stat - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=40 "Finished codegen for target curl-example-pop3-stat" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-pop3-tls" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/rule - -# Convenience name for target. -curl-example-pop3-tls: external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/rule -.PHONY : curl-example-pop3-tls - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-pop3-tls" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-pop3-top" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/rule - -# Convenience name for target. -curl-example-pop3-top: external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/rule -.PHONY : curl-example-pop3-top - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-pop3-top" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-pop3-uidl" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/rule - -# Convenience name for target. -curl-example-pop3-uidl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/rule -.PHONY : curl-example-pop3-uidl - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-pop3-uidl" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-post-callback" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/rule - -# Convenience name for target. -curl-example-post-callback: external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/rule -.PHONY : curl-example-post-callback - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-post-callback" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-postinmemory" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/rule - -# Convenience name for target. -curl-example-postinmemory: external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/rule -.PHONY : curl-example-postinmemory - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-postinmemory" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-postit2" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/rule - -# Convenience name for target. -curl-example-postit2: external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/rule -.PHONY : curl-example-postit2 - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-postit2" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-postit2-formadd" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/rule - -# Convenience name for target. -curl-example-postit2-formadd: external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/rule -.PHONY : curl-example-postit2-formadd - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-postit2-formadd" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-progressfunc" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/rule - -# Convenience name for target. -curl-example-progressfunc: external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/rule -.PHONY : curl-example-progressfunc - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-progressfunc" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-protofeats" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/rule - -# Convenience name for target. -curl-example-protofeats: external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/rule -.PHONY : curl-example-protofeats - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-protofeats" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-range.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-range.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-range.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-range" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-range.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-range.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-range.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-range.dir/rule - -# Convenience name for target. -curl-example-range: external/curl/docs/examples/CMakeFiles/curl-example-range.dir/rule -.PHONY : curl-example-range - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-range.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-range.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-range" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-range.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-range.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-range.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-range.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-resolve" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/rule - -# Convenience name for target. -curl-example-resolve: external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/rule -.PHONY : curl-example-resolve - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-resolve" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-rtsp-options" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rule - -# Convenience name for target. -curl-example-rtsp-options: external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rule -.PHONY : curl-example-rtsp-options - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-rtsp-options" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-sendrecv" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/rule - -# Convenience name for target. -curl-example-sendrecv: external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/rule -.PHONY : curl-example-sendrecv - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-sendrecv" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-sepheaders" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/rule - -# Convenience name for target. -curl-example-sepheaders: external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/rule -.PHONY : curl-example-sepheaders - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-sepheaders" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=41 "Built target curl-example-sftpget" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/rule - -# Convenience name for target. -curl-example-sftpget: external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/rule -.PHONY : curl-example-sftpget - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=41 "Finished codegen for target curl-example-sftpget" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-sftpuploadresume" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/rule - -# Convenience name for target. -curl-example-sftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/rule -.PHONY : curl-example-sftpuploadresume - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-sftpuploadresume" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-shared-connection-cache" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/rule - -# Convenience name for target. -curl-example-shared-connection-cache: external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/rule -.PHONY : curl-example-shared-connection-cache - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-shared-connection-cache" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-simple.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-simple" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/rule - -# Convenience name for target. -curl-example-simple: external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/rule -.PHONY : curl-example-simple - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-simple" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-simplepost" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/rule - -# Convenience name for target. -curl-example-simplepost: external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/rule -.PHONY : curl-example-simplepost - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-simplepost" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-simplessl" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/rule - -# Convenience name for target. -curl-example-simplessl: external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/rule -.PHONY : curl-example-simplessl - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-simplessl" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-smtp-authzid" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/rule - -# Convenience name for target. -curl-example-smtp-authzid: external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/rule -.PHONY : curl-example-smtp-authzid - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-smtp-authzid" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-smtp-expn" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/rule - -# Convenience name for target. -curl-example-smtp-expn: external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/rule -.PHONY : curl-example-smtp-expn - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-smtp-expn" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-smtp-mail" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/rule - -# Convenience name for target. -curl-example-smtp-mail: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/rule -.PHONY : curl-example-smtp-mail - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-smtp-mail" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-smtp-mime" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/rule - -# Convenience name for target. -curl-example-smtp-mime: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/rule -.PHONY : curl-example-smtp-mime - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-smtp-mime" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-smtp-multi" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/rule - -# Convenience name for target. -curl-example-smtp-multi: external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/rule -.PHONY : curl-example-smtp-multi - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-smtp-multi" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-smtp-ssl" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/rule - -# Convenience name for target. -curl-example-smtp-ssl: external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/rule -.PHONY : curl-example-smtp-ssl - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-smtp-ssl" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-smtp-tls" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/rule - -# Convenience name for target. -curl-example-smtp-tls: external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/rule -.PHONY : curl-example-smtp-tls - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-smtp-tls" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-smtp-vrfy" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/rule - -# Convenience name for target. -curl-example-smtp-vrfy: external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/rule -.PHONY : curl-example-smtp-vrfy - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-smtp-vrfy" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=42 "Built target curl-example-sslbackend" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/rule - -# Convenience name for target. -curl-example-sslbackend: external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/rule -.PHONY : curl-example-sslbackend - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=42 "Finished codegen for target curl-example-sslbackend" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-unixsocket" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/rule - -# Convenience name for target. -curl-example-unixsocket: external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/rule -.PHONY : curl-example-unixsocket - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-unixsocket" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-url2file" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/rule - -# Convenience name for target. -curl-example-url2file: external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/rule -.PHONY : curl-example-url2file - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-url2file" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-urlapi" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/rule - -# Convenience name for target. -curl-example-urlapi: external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/rule -.PHONY : curl-example-urlapi - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-urlapi" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-websocket" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/rule - -# Convenience name for target. -curl-example-websocket: external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/rule -.PHONY : curl-example-websocket - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-websocket" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/clean - -#============================================================================= -# Target rules for target external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir - -# All Build rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-example-websocket-cb" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/all - -# Build rule for subdir invocation for target. -external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/rule - -# Convenience name for target. -curl-example-websocket-cb: external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/rule -.PHONY : curl-example-websocket-cb - -# codegen rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-example-websocket-cb" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/codegen - -# clean rule for target. -external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/clean -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/CMakeFiles/testdeps.dir - -# All Build rule for target. -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1608.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/server/CMakeFiles/resolve.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/server/CMakeFiles/rtspd.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/server/CMakeFiles/sockfilt.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/server/CMakeFiles/sws.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/server/CMakeFiles/tftpd.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/server/CMakeFiles/socksd.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/server/CMakeFiles/mqttd.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/server/CMakeFiles/dnsd.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/libprereq.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib500.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib501.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib502.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib503.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib504.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib505.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib506.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib507.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib508.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib509.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib510.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib511.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib512.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib513.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib514.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib515.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib516.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib517.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib518.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib519.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib520.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib521.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib523.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib524.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib525.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib526.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib527.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib529.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib530.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib532.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib533.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib536.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib537.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib539.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib540.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib541.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib542.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib543.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib544.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib545.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib547.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib548.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib549.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib552.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib553.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib554.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib555.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib556.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib557.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib558.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib559.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib560.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib562.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib564.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib565.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib566.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib567.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib568.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib569.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib570.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib571.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib572.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib573.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib574.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib575.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib576.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib578.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib579.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib582.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib583.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib584.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib585.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib586.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib587.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib589.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib590.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib591.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib597.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib598.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib599.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib643.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib645.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib650.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib651.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib652.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib653.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib654.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib655.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib658.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib659.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib661.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib666.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib667.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib668.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib670.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib671.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib672.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib673.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib674.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib676.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib677.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib678.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib694.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib695.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib696.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1156.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1301.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1308.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1485.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1500.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1501.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1502.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1503.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1504.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1505.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1506.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1507.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1508.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1509.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1510.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1511.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1512.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1513.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1514.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1515.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1517.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1518.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1520.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1521.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1522.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1523.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1525.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1526.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1527.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1528.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1529.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1530.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1531.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1532.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1533.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1534.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1535.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1536.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1537.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1538.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1539.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1540.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1541.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1542.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1543.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1545.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1550.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1551.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1552.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1553.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1554.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1555.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1556.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1557.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1558.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1559.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1560.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1564.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1565.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1567.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1568.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1569.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1571.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1576.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1578.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1591.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1592.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1593.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1594.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1596.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1597.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1598.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1662.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1900.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1901.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1903.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1905.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1906.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1907.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1908.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1910.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1911.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1912.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1913.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1915.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1916.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1917.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1918.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1919.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1933.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1934.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1935.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1936.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1937.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1938.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1939.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1940.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1945.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1946.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1947.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1948.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1955.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1956.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1957.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1958.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1959.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1960.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1964.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1970.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1971.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1972.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1973.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1974.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1975.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1977.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib1978.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2301.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2302.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2304.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2305.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2306.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2308.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2309.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2310.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2311.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2312.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2402.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2404.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2405.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib2502.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3010.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3025.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3026.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3027.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3100.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3101.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3102.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3103.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3104.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3105.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3207.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/libtest/CMakeFiles/lib3208.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/tunit/CMakeFiles/tool1394.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/tunit/CMakeFiles/tool1604.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/tunit/CMakeFiles/tool1621.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1300.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1302.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1303.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1304.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1305.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1307.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1309.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1323.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1330.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1395.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1396.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1397.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1398.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1399.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1600.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1601.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1602.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1603.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1605.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1606.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1607.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1609.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1610.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1611.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1612.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1614.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1615.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1616.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1620.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1650.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1651.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1652.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1653.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1654.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1655.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1656.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1657.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1658.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1660.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1661.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1663.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1664.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1979.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit1980.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit2600.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit2601.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit2602.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit2603.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit2604.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit3200.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit3205.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit3211.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit3212.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/unit/CMakeFiles/unit3213.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/all: external/curl/tests/certs/CMakeFiles/build-certs.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/testdeps.dir/build.make external/curl/tests/CMakeFiles/testdeps.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/testdeps.dir/build.make external/curl/tests/CMakeFiles/testdeps.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target testdeps" -.PHONY : external/curl/tests/CMakeFiles/testdeps.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/CMakeFiles/testdeps.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 56 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/testdeps.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/CMakeFiles/testdeps.dir/rule - -# Convenience name for target. -testdeps: external/curl/tests/CMakeFiles/testdeps.dir/rule -.PHONY : testdeps - -# codegen rule for target. -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1608.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/server/CMakeFiles/resolve.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/server/CMakeFiles/rtspd.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/server/CMakeFiles/sockfilt.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/server/CMakeFiles/sws.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/server/CMakeFiles/tftpd.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/server/CMakeFiles/socksd.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/server/CMakeFiles/mqttd.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/server/CMakeFiles/dnsd.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/libprereq.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib500.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib501.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib502.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib503.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib504.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib505.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib506.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib507.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib508.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib509.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib510.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib511.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib512.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib513.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib514.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib515.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib516.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib517.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib518.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib519.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib520.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib521.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib523.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib524.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib525.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib526.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib527.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib529.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib530.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib532.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib533.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib536.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib537.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib539.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib540.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib541.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib542.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib543.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib544.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib545.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib547.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib548.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib549.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib552.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib553.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib554.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib555.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib556.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib557.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib558.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib559.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib560.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib562.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib564.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib565.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib566.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib567.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib568.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib569.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib570.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib571.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib572.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib573.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib574.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib575.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib576.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib578.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib579.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib582.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib583.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib584.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib585.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib586.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib587.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib589.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib590.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib591.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib597.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib598.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib599.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib643.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib645.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib650.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib651.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib652.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib653.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib654.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib655.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib658.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib659.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib661.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib666.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib667.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib668.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib670.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib671.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib672.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib673.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib674.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib676.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib677.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib678.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib694.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib695.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib696.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1156.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1301.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1308.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1485.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1500.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1501.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1502.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1503.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1504.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1505.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1506.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1507.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1508.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1509.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1510.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1511.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1512.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1513.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1514.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1515.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1517.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1518.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1520.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1521.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1522.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1523.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1525.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1526.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1527.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1528.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1529.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1530.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1531.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1532.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1533.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1534.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1535.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1536.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1537.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1538.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1539.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1540.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1541.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1542.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1543.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1545.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1550.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1551.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1552.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1553.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1554.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1555.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1556.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1557.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1558.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1559.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1560.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1564.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1565.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1567.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1568.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1569.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1571.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1576.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1578.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1591.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1592.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1593.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1594.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1596.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1597.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1598.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1662.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1900.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1901.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1903.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1905.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1906.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1907.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1908.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1910.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1911.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1912.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1913.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1915.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1916.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1917.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1918.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1919.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1933.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1934.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1935.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1936.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1937.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1938.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1939.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1940.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1945.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1946.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1947.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1948.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1955.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1956.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1957.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1958.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1959.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1960.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1964.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1970.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1971.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1972.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1973.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1974.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1975.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1977.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib1978.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2301.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2302.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2304.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2305.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2306.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2308.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2309.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2310.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2311.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2312.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2402.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2404.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2405.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib2502.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3010.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3025.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3026.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3027.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3100.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3101.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3102.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3103.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3104.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3105.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3207.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/libtest/CMakeFiles/lib3208.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/tunit/CMakeFiles/tool1394.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/tunit/CMakeFiles/tool1604.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/tunit/CMakeFiles/tool1621.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1300.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1302.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1303.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1304.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1305.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1307.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1309.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1323.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1330.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1395.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1396.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1397.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1398.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1399.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1600.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1601.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1602.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1603.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1605.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1606.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1607.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1609.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1610.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1611.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1612.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1614.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1615.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1616.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1620.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1650.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1651.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1652.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1653.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1654.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1655.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1656.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1657.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1658.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1660.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1661.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1663.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1664.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1979.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit1980.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit2600.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit2601.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit2602.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit2603.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit2604.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit3200.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit3205.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit3211.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit3212.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/unit/CMakeFiles/unit3213.dir/all -external/curl/tests/CMakeFiles/testdeps.dir/codegen: external/curl/tests/certs/CMakeFiles/build-certs.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/testdeps.dir/build.make external/curl/tests/CMakeFiles/testdeps.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target testdeps" -.PHONY : external/curl/tests/CMakeFiles/testdeps.dir/codegen - -# clean rule for target. -external/curl/tests/CMakeFiles/testdeps.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/testdeps.dir/build.make external/curl/tests/CMakeFiles/testdeps.dir/clean -.PHONY : external/curl/tests/CMakeFiles/testdeps.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/CMakeFiles/test-quiet.dir - -# All Build rule for target. -external/curl/tests/CMakeFiles/test-quiet.dir/all: external/curl/tests/CMakeFiles/testdeps.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-quiet.dir/build.make external/curl/tests/CMakeFiles/test-quiet.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-quiet.dir/build.make external/curl/tests/CMakeFiles/test-quiet.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target test-quiet" -.PHONY : external/curl/tests/CMakeFiles/test-quiet.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/CMakeFiles/test-quiet.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 56 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-quiet.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/CMakeFiles/test-quiet.dir/rule - -# Convenience name for target. -test-quiet: external/curl/tests/CMakeFiles/test-quiet.dir/rule -.PHONY : test-quiet - -# codegen rule for target. -external/curl/tests/CMakeFiles/test-quiet.dir/codegen: external/curl/tests/CMakeFiles/testdeps.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-quiet.dir/build.make external/curl/tests/CMakeFiles/test-quiet.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target test-quiet" -.PHONY : external/curl/tests/CMakeFiles/test-quiet.dir/codegen - -# clean rule for target. -external/curl/tests/CMakeFiles/test-quiet.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-quiet.dir/build.make external/curl/tests/CMakeFiles/test-quiet.dir/clean -.PHONY : external/curl/tests/CMakeFiles/test-quiet.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/CMakeFiles/test-am.dir - -# All Build rule for target. -external/curl/tests/CMakeFiles/test-am.dir/all: external/curl/tests/CMakeFiles/testdeps.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-am.dir/build.make external/curl/tests/CMakeFiles/test-am.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-am.dir/build.make external/curl/tests/CMakeFiles/test-am.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target test-am" -.PHONY : external/curl/tests/CMakeFiles/test-am.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/CMakeFiles/test-am.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 56 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-am.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/CMakeFiles/test-am.dir/rule - -# Convenience name for target. -test-am: external/curl/tests/CMakeFiles/test-am.dir/rule -.PHONY : test-am - -# codegen rule for target. -external/curl/tests/CMakeFiles/test-am.dir/codegen: external/curl/tests/CMakeFiles/testdeps.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-am.dir/build.make external/curl/tests/CMakeFiles/test-am.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target test-am" -.PHONY : external/curl/tests/CMakeFiles/test-am.dir/codegen - -# clean rule for target. -external/curl/tests/CMakeFiles/test-am.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-am.dir/build.make external/curl/tests/CMakeFiles/test-am.dir/clean -.PHONY : external/curl/tests/CMakeFiles/test-am.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/CMakeFiles/test-full.dir - -# All Build rule for target. -external/curl/tests/CMakeFiles/test-full.dir/all: external/curl/tests/CMakeFiles/testdeps.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-full.dir/build.make external/curl/tests/CMakeFiles/test-full.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-full.dir/build.make external/curl/tests/CMakeFiles/test-full.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target test-full" -.PHONY : external/curl/tests/CMakeFiles/test-full.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/CMakeFiles/test-full.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 56 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-full.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/CMakeFiles/test-full.dir/rule - -# Convenience name for target. -test-full: external/curl/tests/CMakeFiles/test-full.dir/rule -.PHONY : test-full - -# codegen rule for target. -external/curl/tests/CMakeFiles/test-full.dir/codegen: external/curl/tests/CMakeFiles/testdeps.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-full.dir/build.make external/curl/tests/CMakeFiles/test-full.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target test-full" -.PHONY : external/curl/tests/CMakeFiles/test-full.dir/codegen - -# clean rule for target. -external/curl/tests/CMakeFiles/test-full.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-full.dir/build.make external/curl/tests/CMakeFiles/test-full.dir/clean -.PHONY : external/curl/tests/CMakeFiles/test-full.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/CMakeFiles/test-nonflaky.dir - -# All Build rule for target. -external/curl/tests/CMakeFiles/test-nonflaky.dir/all: external/curl/tests/CMakeFiles/testdeps.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-nonflaky.dir/build.make external/curl/tests/CMakeFiles/test-nonflaky.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-nonflaky.dir/build.make external/curl/tests/CMakeFiles/test-nonflaky.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target test-nonflaky" -.PHONY : external/curl/tests/CMakeFiles/test-nonflaky.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/CMakeFiles/test-nonflaky.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 56 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-nonflaky.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/CMakeFiles/test-nonflaky.dir/rule - -# Convenience name for target. -test-nonflaky: external/curl/tests/CMakeFiles/test-nonflaky.dir/rule -.PHONY : test-nonflaky - -# codegen rule for target. -external/curl/tests/CMakeFiles/test-nonflaky.dir/codegen: external/curl/tests/CMakeFiles/testdeps.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-nonflaky.dir/build.make external/curl/tests/CMakeFiles/test-nonflaky.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target test-nonflaky" -.PHONY : external/curl/tests/CMakeFiles/test-nonflaky.dir/codegen - -# clean rule for target. -external/curl/tests/CMakeFiles/test-nonflaky.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-nonflaky.dir/build.make external/curl/tests/CMakeFiles/test-nonflaky.dir/clean -.PHONY : external/curl/tests/CMakeFiles/test-nonflaky.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/CMakeFiles/test-ci.dir - -# All Build rule for target. -external/curl/tests/CMakeFiles/test-ci.dir/all: - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-ci.dir/build.make external/curl/tests/CMakeFiles/test-ci.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-ci.dir/build.make external/curl/tests/CMakeFiles/test-ci.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target test-ci" -.PHONY : external/curl/tests/CMakeFiles/test-ci.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/CMakeFiles/test-ci.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-ci.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/CMakeFiles/test-ci.dir/rule - -# Convenience name for target. -test-ci: external/curl/tests/CMakeFiles/test-ci.dir/rule -.PHONY : test-ci - -# codegen rule for target. -external/curl/tests/CMakeFiles/test-ci.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-ci.dir/build.make external/curl/tests/CMakeFiles/test-ci.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target test-ci" -.PHONY : external/curl/tests/CMakeFiles/test-ci.dir/codegen - -# clean rule for target. -external/curl/tests/CMakeFiles/test-ci.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-ci.dir/build.make external/curl/tests/CMakeFiles/test-ci.dir/clean -.PHONY : external/curl/tests/CMakeFiles/test-ci.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/CMakeFiles/test-torture.dir - -# All Build rule for target. -external/curl/tests/CMakeFiles/test-torture.dir/all: external/curl/tests/CMakeFiles/testdeps.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-torture.dir/build.make external/curl/tests/CMakeFiles/test-torture.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-torture.dir/build.make external/curl/tests/CMakeFiles/test-torture.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target test-torture" -.PHONY : external/curl/tests/CMakeFiles/test-torture.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/CMakeFiles/test-torture.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 56 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-torture.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/CMakeFiles/test-torture.dir/rule - -# Convenience name for target. -test-torture: external/curl/tests/CMakeFiles/test-torture.dir/rule -.PHONY : test-torture - -# codegen rule for target. -external/curl/tests/CMakeFiles/test-torture.dir/codegen: external/curl/tests/CMakeFiles/testdeps.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-torture.dir/build.make external/curl/tests/CMakeFiles/test-torture.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target test-torture" -.PHONY : external/curl/tests/CMakeFiles/test-torture.dir/codegen - -# clean rule for target. -external/curl/tests/CMakeFiles/test-torture.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-torture.dir/build.make external/curl/tests/CMakeFiles/test-torture.dir/clean -.PHONY : external/curl/tests/CMakeFiles/test-torture.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/CMakeFiles/test-event.dir - -# All Build rule for target. -external/curl/tests/CMakeFiles/test-event.dir/all: external/curl/tests/CMakeFiles/testdeps.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-event.dir/build.make external/curl/tests/CMakeFiles/test-event.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-event.dir/build.make external/curl/tests/CMakeFiles/test-event.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target test-event" -.PHONY : external/curl/tests/CMakeFiles/test-event.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/CMakeFiles/test-event.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 56 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-event.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/CMakeFiles/test-event.dir/rule - -# Convenience name for target. -test-event: external/curl/tests/CMakeFiles/test-event.dir/rule -.PHONY : test-event - -# codegen rule for target. -external/curl/tests/CMakeFiles/test-event.dir/codegen: external/curl/tests/CMakeFiles/testdeps.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-event.dir/build.make external/curl/tests/CMakeFiles/test-event.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target test-event" -.PHONY : external/curl/tests/CMakeFiles/test-event.dir/codegen - -# clean rule for target. -external/curl/tests/CMakeFiles/test-event.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-event.dir/build.make external/curl/tests/CMakeFiles/test-event.dir/clean -.PHONY : external/curl/tests/CMakeFiles/test-event.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/CMakeFiles/curl-pytest.dir - -# All Build rule for target. -external/curl/tests/CMakeFiles/curl-pytest.dir/all: external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest.dir/build.make external/curl/tests/CMakeFiles/curl-pytest.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest.dir/build.make external/curl/tests/CMakeFiles/curl-pytest.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-pytest" -.PHONY : external/curl/tests/CMakeFiles/curl-pytest.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/CMakeFiles/curl-pytest.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/curl-pytest.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/CMakeFiles/curl-pytest.dir/rule - -# Convenience name for target. -curl-pytest: external/curl/tests/CMakeFiles/curl-pytest.dir/rule -.PHONY : curl-pytest - -# codegen rule for target. -external/curl/tests/CMakeFiles/curl-pytest.dir/codegen: external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest.dir/build.make external/curl/tests/CMakeFiles/curl-pytest.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-pytest" -.PHONY : external/curl/tests/CMakeFiles/curl-pytest.dir/codegen - -# clean rule for target. -external/curl/tests/CMakeFiles/curl-pytest.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest.dir/build.make external/curl/tests/CMakeFiles/curl-pytest.dir/clean -.PHONY : external/curl/tests/CMakeFiles/curl-pytest.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/CMakeFiles/curl-pytest-ci.dir - -# All Build rule for target. -external/curl/tests/CMakeFiles/curl-pytest-ci.dir/all: external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build.make external/curl/tests/CMakeFiles/curl-pytest-ci.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build.make external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curl-pytest-ci" -.PHONY : external/curl/tests/CMakeFiles/curl-pytest-ci.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/CMakeFiles/curl-pytest-ci.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/curl-pytest-ci.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/CMakeFiles/curl-pytest-ci.dir/rule - -# Convenience name for target. -curl-pytest-ci: external/curl/tests/CMakeFiles/curl-pytest-ci.dir/rule -.PHONY : curl-pytest-ci - -# codegen rule for target. -external/curl/tests/CMakeFiles/curl-pytest-ci.dir/codegen: external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build.make external/curl/tests/CMakeFiles/curl-pytest-ci.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curl-pytest-ci" -.PHONY : external/curl/tests/CMakeFiles/curl-pytest-ci.dir/codegen - -# clean rule for target. -external/curl/tests/CMakeFiles/curl-pytest-ci.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build.make external/curl/tests/CMakeFiles/curl-pytest-ci.dir/clean -.PHONY : external/curl/tests/CMakeFiles/curl-pytest-ci.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir - -# All Build rule for target. -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/all -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/all -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/all -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/all -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/all -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/all -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/all -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/all -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build.make external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build.make external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target test-http-clients" -.PHONY : external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/rule - -# Convenience name for target. -test-http-clients: external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/rule -.PHONY : test-http-clients - -# codegen rule for target. -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/all -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/all -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/all -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/all -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/all -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/all -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/all -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/all -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build.make external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target test-http-clients" -.PHONY : external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen - -# clean rule for target. -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build.make external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/clean -.PHONY : external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir - -# All Build rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curlt-client-h2-pausing" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/rule - -# Convenience name for target. -curlt-client-h2-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/rule -.PHONY : curlt-client-h2-pausing - -# codegen rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curlt-client-h2-pausing" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/codegen - -# clean rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/clean -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir - -# All Build rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curlt-client-h2-serverpush" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/rule - -# Convenience name for target. -curlt-client-h2-serverpush: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/rule -.PHONY : curlt-client-h2-serverpush - -# codegen rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curlt-client-h2-serverpush" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/codegen - -# clean rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/clean -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir - -# All Build rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curlt-client-h2-upgrade-extreme" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/rule - -# Convenience name for target. -curlt-client-h2-upgrade-extreme: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/rule -.PHONY : curlt-client-h2-upgrade-extreme - -# codegen rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curlt-client-h2-upgrade-extreme" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/codegen - -# clean rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/clean -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir - -# All Build rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curlt-client-hx-download" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/rule - -# Convenience name for target. -curlt-client-hx-download: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/rule -.PHONY : curlt-client-hx-download - -# codegen rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curlt-client-hx-download" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/codegen - -# clean rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/clean -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir - -# All Build rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curlt-client-hx-upload" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/rule - -# Convenience name for target. -curlt-client-hx-upload: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/rule -.PHONY : curlt-client-hx-upload - -# codegen rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curlt-client-hx-upload" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/codegen - -# clean rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/clean -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir - -# All Build rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=43 "Built target curlt-client-tls-session-reuse" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/rule - -# Convenience name for target. -curlt-client-tls-session-reuse: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/rule -.PHONY : curlt-client-tls-session-reuse - -# codegen rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=43 "Finished codegen for target curlt-client-tls-session-reuse" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/codegen - -# clean rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/clean -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir - -# All Build rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curlt-client-upload-pausing" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/rule - -# Convenience name for target. -curlt-client-upload-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/rule -.PHONY : curlt-client-upload-pausing - -# codegen rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curlt-client-upload-pausing" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/codegen - -# clean rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/clean -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir - -# All Build rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curlt-client-ws-data" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/rule - -# Convenience name for target. -curlt-client-ws-data: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/rule -.PHONY : curlt-client-ws-data - -# codegen rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curlt-client-ws-data" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/codegen - -# clean rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/clean -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir - -# All Build rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target curlt-client-ws-pingpong" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/rule - -# Convenience name for target. -curlt-client-ws-pingpong: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/rule -.PHONY : curlt-client-ws-pingpong - -# codegen rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target curlt-client-ws-pingpong" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/codegen - -# clean rule for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/clean -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/server/CMakeFiles/resolve.dir - -# All Build rule for target. -external/curl/tests/server/CMakeFiles/resolve.dir/all: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=90 "Built target resolve" -.PHONY : external/curl/tests/server/CMakeFiles/resolve.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/server/CMakeFiles/resolve.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/resolve.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/server/CMakeFiles/resolve.dir/rule - -# Convenience name for target. -resolve: external/curl/tests/server/CMakeFiles/resolve.dir/rule -.PHONY : resolve - -# codegen rule for target. -external/curl/tests/server/CMakeFiles/resolve.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=90 "Finished codegen for target resolve" -.PHONY : external/curl/tests/server/CMakeFiles/resolve.dir/codegen - -# clean rule for target. -external/curl/tests/server/CMakeFiles/resolve.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/clean -.PHONY : external/curl/tests/server/CMakeFiles/resolve.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/server/CMakeFiles/rtspd.dir - -# All Build rule for target. -external/curl/tests/server/CMakeFiles/rtspd.dir/all: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target rtspd" -.PHONY : external/curl/tests/server/CMakeFiles/rtspd.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/server/CMakeFiles/rtspd.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/rtspd.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/server/CMakeFiles/rtspd.dir/rule - -# Convenience name for target. -rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/rule -.PHONY : rtspd - -# codegen rule for target. -external/curl/tests/server/CMakeFiles/rtspd.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target rtspd" -.PHONY : external/curl/tests/server/CMakeFiles/rtspd.dir/codegen - -# clean rule for target. -external/curl/tests/server/CMakeFiles/rtspd.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/clean -.PHONY : external/curl/tests/server/CMakeFiles/rtspd.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/server/CMakeFiles/sockfilt.dir - -# All Build rule for target. -external/curl/tests/server/CMakeFiles/sockfilt.dir/all: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=91 "Built target sockfilt" -.PHONY : external/curl/tests/server/CMakeFiles/sockfilt.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/server/CMakeFiles/sockfilt.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/sockfilt.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/server/CMakeFiles/sockfilt.dir/rule - -# Convenience name for target. -sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/rule -.PHONY : sockfilt - -# codegen rule for target. -external/curl/tests/server/CMakeFiles/sockfilt.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=91 "Finished codegen for target sockfilt" -.PHONY : external/curl/tests/server/CMakeFiles/sockfilt.dir/codegen - -# clean rule for target. -external/curl/tests/server/CMakeFiles/sockfilt.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/clean -.PHONY : external/curl/tests/server/CMakeFiles/sockfilt.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/server/CMakeFiles/sws.dir - -# All Build rule for target. -external/curl/tests/server/CMakeFiles/sws.dir/all: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=92 "Built target sws" -.PHONY : external/curl/tests/server/CMakeFiles/sws.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/server/CMakeFiles/sws.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/sws.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/server/CMakeFiles/sws.dir/rule - -# Convenience name for target. -sws: external/curl/tests/server/CMakeFiles/sws.dir/rule -.PHONY : sws - -# codegen rule for target. -external/curl/tests/server/CMakeFiles/sws.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=92 "Finished codegen for target sws" -.PHONY : external/curl/tests/server/CMakeFiles/sws.dir/codegen - -# clean rule for target. -external/curl/tests/server/CMakeFiles/sws.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/clean -.PHONY : external/curl/tests/server/CMakeFiles/sws.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/server/CMakeFiles/tftpd.dir - -# All Build rule for target. -external/curl/tests/server/CMakeFiles/tftpd.dir/all: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target tftpd" -.PHONY : external/curl/tests/server/CMakeFiles/tftpd.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/server/CMakeFiles/tftpd.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/tftpd.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/server/CMakeFiles/tftpd.dir/rule - -# Convenience name for target. -tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/rule -.PHONY : tftpd - -# codegen rule for target. -external/curl/tests/server/CMakeFiles/tftpd.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target tftpd" -.PHONY : external/curl/tests/server/CMakeFiles/tftpd.dir/codegen - -# clean rule for target. -external/curl/tests/server/CMakeFiles/tftpd.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/clean -.PHONY : external/curl/tests/server/CMakeFiles/tftpd.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/server/CMakeFiles/socksd.dir - -# All Build rule for target. -external/curl/tests/server/CMakeFiles/socksd.dir/all: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target socksd" -.PHONY : external/curl/tests/server/CMakeFiles/socksd.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/server/CMakeFiles/socksd.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/socksd.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/server/CMakeFiles/socksd.dir/rule - -# Convenience name for target. -socksd: external/curl/tests/server/CMakeFiles/socksd.dir/rule -.PHONY : socksd - -# codegen rule for target. -external/curl/tests/server/CMakeFiles/socksd.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target socksd" -.PHONY : external/curl/tests/server/CMakeFiles/socksd.dir/codegen - -# clean rule for target. -external/curl/tests/server/CMakeFiles/socksd.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/clean -.PHONY : external/curl/tests/server/CMakeFiles/socksd.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/server/CMakeFiles/mqttd.dir - -# All Build rule for target. -external/curl/tests/server/CMakeFiles/mqttd.dir/all: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=89 "Built target mqttd" -.PHONY : external/curl/tests/server/CMakeFiles/mqttd.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/server/CMakeFiles/mqttd.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/mqttd.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/server/CMakeFiles/mqttd.dir/rule - -# Convenience name for target. -mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/rule -.PHONY : mqttd - -# codegen rule for target. -external/curl/tests/server/CMakeFiles/mqttd.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=89 "Finished codegen for target mqttd" -.PHONY : external/curl/tests/server/CMakeFiles/mqttd.dir/codegen - -# clean rule for target. -external/curl/tests/server/CMakeFiles/mqttd.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/clean -.PHONY : external/curl/tests/server/CMakeFiles/mqttd.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/server/CMakeFiles/dnsd.dir - -# All Build rule for target. -external/curl/tests/server/CMakeFiles/dnsd.dir/all: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=50 "Built target dnsd" -.PHONY : external/curl/tests/server/CMakeFiles/dnsd.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/server/CMakeFiles/dnsd.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 1 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/dnsd.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/server/CMakeFiles/dnsd.dir/rule - -# Convenience name for target. -dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/rule -.PHONY : dnsd - -# codegen rule for target. -external/curl/tests/server/CMakeFiles/dnsd.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=50 "Finished codegen for target dnsd" -.PHONY : external/curl/tests/server/CMakeFiles/dnsd.dir/codegen - -# clean rule for target. -external/curl/tests/server/CMakeFiles/dnsd.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/clean -.PHONY : external/curl/tests/server/CMakeFiles/dnsd.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/libauthretry.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/libauthretry.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target libauthretry" -.PHONY : external/curl/tests/libtest/CMakeFiles/libauthretry.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/libauthretry.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/libauthretry.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/libauthretry.dir/rule - -# Convenience name for target. -libauthretry: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/rule -.PHONY : libauthretry - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/libauthretry.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target libauthretry" -.PHONY : external/curl/tests/libtest/CMakeFiles/libauthretry.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/libauthretry.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/libauthretry.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=88 "Built target libntlmconnect" -.PHONY : external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/rule - -# Convenience name for target. -libntlmconnect: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/rule -.PHONY : libntlmconnect - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=88 "Finished codegen for target libntlmconnect" -.PHONY : external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/libprereq.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/libprereq.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target libprereq" -.PHONY : external/curl/tests/libtest/CMakeFiles/libprereq.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/libprereq.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/libprereq.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/libprereq.dir/rule - -# Convenience name for target. -libprereq: external/curl/tests/libtest/CMakeFiles/libprereq.dir/rule -.PHONY : libprereq - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/libprereq.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target libprereq" -.PHONY : external/curl/tests/libtest/CMakeFiles/libprereq.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/libprereq.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/libprereq.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib500.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib500.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib500" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib500.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib500.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib500.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib500.dir/rule - -# Convenience name for target. -lib500: external/curl/tests/libtest/CMakeFiles/lib500.dir/rule -.PHONY : lib500 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib500.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib500" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib500.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib500.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib500.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib501.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib501.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib501" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib501.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib501.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib501.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib501.dir/rule - -# Convenience name for target. -lib501: external/curl/tests/libtest/CMakeFiles/lib501.dir/rule -.PHONY : lib501 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib501.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib501" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib501.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib501.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib501.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib502.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib502.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib502" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib502.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib502.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib502.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib502.dir/rule - -# Convenience name for target. -lib502: external/curl/tests/libtest/CMakeFiles/lib502.dir/rule -.PHONY : lib502 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib502.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib502" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib502.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib502.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib502.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib503.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib503.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib503" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib503.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib503.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib503.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib503.dir/rule - -# Convenience name for target. -lib503: external/curl/tests/libtest/CMakeFiles/lib503.dir/rule -.PHONY : lib503 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib503.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib503" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib503.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib503.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib503.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib504.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib504.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib504" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib504.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib504.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib504.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib504.dir/rule - -# Convenience name for target. -lib504: external/curl/tests/libtest/CMakeFiles/lib504.dir/rule -.PHONY : lib504 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib504.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib504" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib504.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib504.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib504.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib505.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib505.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib505" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib505.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib505.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib505.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib505.dir/rule - -# Convenience name for target. -lib505: external/curl/tests/libtest/CMakeFiles/lib505.dir/rule -.PHONY : lib505 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib505.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib505" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib505.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib505.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib505.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib506.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib506.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=70 "Built target lib506" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib506.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib506.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib506.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib506.dir/rule - -# Convenience name for target. -lib506: external/curl/tests/libtest/CMakeFiles/lib506.dir/rule -.PHONY : lib506 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib506.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=70 "Finished codegen for target lib506" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib506.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib506.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib506.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib507.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib507.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib507" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib507.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib507.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib507.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib507.dir/rule - -# Convenience name for target. -lib507: external/curl/tests/libtest/CMakeFiles/lib507.dir/rule -.PHONY : lib507 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib507.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib507" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib507.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib507.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib507.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib508.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib508.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib508" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib508.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib508.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib508.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib508.dir/rule - -# Convenience name for target. -lib508: external/curl/tests/libtest/CMakeFiles/lib508.dir/rule -.PHONY : lib508 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib508.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib508" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib508.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib508.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib508.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib509.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib509.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib509" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib509.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib509.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib509.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib509.dir/rule - -# Convenience name for target. -lib509: external/curl/tests/libtest/CMakeFiles/lib509.dir/rule -.PHONY : lib509 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib509.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib509" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib509.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib509.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib509.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib510.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib510.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib510" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib510.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib510.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib510.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib510.dir/rule - -# Convenience name for target. -lib510: external/curl/tests/libtest/CMakeFiles/lib510.dir/rule -.PHONY : lib510 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib510.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib510" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib510.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib510.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib510.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib511.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib511.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib511" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib511.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib511.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib511.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib511.dir/rule - -# Convenience name for target. -lib511: external/curl/tests/libtest/CMakeFiles/lib511.dir/rule -.PHONY : lib511 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib511.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib511" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib511.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib511.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib511.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib512.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib512.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib512" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib512.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib512.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib512.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib512.dir/rule - -# Convenience name for target. -lib512: external/curl/tests/libtest/CMakeFiles/lib512.dir/rule -.PHONY : lib512 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib512.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib512" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib512.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib512.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib512.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib513.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib513.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib513" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib513.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib513.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib513.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib513.dir/rule - -# Convenience name for target. -lib513: external/curl/tests/libtest/CMakeFiles/lib513.dir/rule -.PHONY : lib513 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib513.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib513" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib513.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib513.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib513.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib514.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib514.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib514" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib514.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib514.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib514.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib514.dir/rule - -# Convenience name for target. -lib514: external/curl/tests/libtest/CMakeFiles/lib514.dir/rule -.PHONY : lib514 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib514.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib514" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib514.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib514.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib514.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib515.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib515.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=71 "Built target lib515" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib515.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib515.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib515.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib515.dir/rule - -# Convenience name for target. -lib515: external/curl/tests/libtest/CMakeFiles/lib515.dir/rule -.PHONY : lib515 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib515.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=71 "Finished codegen for target lib515" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib515.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib515.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib515.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib516.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib516.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib516" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib516.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib516.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib516.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib516.dir/rule - -# Convenience name for target. -lib516: external/curl/tests/libtest/CMakeFiles/lib516.dir/rule -.PHONY : lib516 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib516.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib516" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib516.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib516.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib516.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib517.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib517.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib517" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib517.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib517.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib517.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib517.dir/rule - -# Convenience name for target. -lib517: external/curl/tests/libtest/CMakeFiles/lib517.dir/rule -.PHONY : lib517 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib517.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib517" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib517.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib517.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib517.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib518.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib518.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib518" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib518.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib518.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib518.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib518.dir/rule - -# Convenience name for target. -lib518: external/curl/tests/libtest/CMakeFiles/lib518.dir/rule -.PHONY : lib518 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib518.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib518" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib518.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib518.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib518.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib519.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib519.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib519" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib519.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib519.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib519.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib519.dir/rule - -# Convenience name for target. -lib519: external/curl/tests/libtest/CMakeFiles/lib519.dir/rule -.PHONY : lib519 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib519.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib519" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib519.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib519.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib519.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib520.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib520.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib520" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib520.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib520.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib520.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib520.dir/rule - -# Convenience name for target. -lib520: external/curl/tests/libtest/CMakeFiles/lib520.dir/rule -.PHONY : lib520 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib520.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib520" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib520.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib520.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib520.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib521.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib521.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib521" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib521.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib521.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib521.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib521.dir/rule - -# Convenience name for target. -lib521: external/curl/tests/libtest/CMakeFiles/lib521.dir/rule -.PHONY : lib521 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib521.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib521" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib521.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib521.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib521.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib523.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib523.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib523" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib523.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib523.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib523.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib523.dir/rule - -# Convenience name for target. -lib523: external/curl/tests/libtest/CMakeFiles/lib523.dir/rule -.PHONY : lib523 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib523.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib523" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib523.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib523.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib523.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib524.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib524.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib524" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib524.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib524.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib524.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib524.dir/rule - -# Convenience name for target. -lib524: external/curl/tests/libtest/CMakeFiles/lib524.dir/rule -.PHONY : lib524 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib524.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib524" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib524.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib524.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib524.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib525.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib525.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=72 "Built target lib525" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib525.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib525.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib525.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib525.dir/rule - -# Convenience name for target. -lib525: external/curl/tests/libtest/CMakeFiles/lib525.dir/rule -.PHONY : lib525 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib525.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=72 "Finished codegen for target lib525" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib525.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib525.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib525.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib526.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib526.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib526" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib526.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib526.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib526.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib526.dir/rule - -# Convenience name for target. -lib526: external/curl/tests/libtest/CMakeFiles/lib526.dir/rule -.PHONY : lib526 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib526.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib526" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib526.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib526.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib526.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib527.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib527.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib527" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib527.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib527.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib527.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib527.dir/rule - -# Convenience name for target. -lib527: external/curl/tests/libtest/CMakeFiles/lib527.dir/rule -.PHONY : lib527 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib527.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib527" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib527.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib527.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib527.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib529.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib529.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib529" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib529.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib529.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib529.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib529.dir/rule - -# Convenience name for target. -lib529: external/curl/tests/libtest/CMakeFiles/lib529.dir/rule -.PHONY : lib529 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib529.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib529" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib529.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib529.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib529.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib530.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib530.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib530" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib530.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib530.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib530.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib530.dir/rule - -# Convenience name for target. -lib530: external/curl/tests/libtest/CMakeFiles/lib530.dir/rule -.PHONY : lib530 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib530.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib530" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib530.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib530.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib530.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib532.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib532.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib532" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib532.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib532.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib532.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib532.dir/rule - -# Convenience name for target. -lib532: external/curl/tests/libtest/CMakeFiles/lib532.dir/rule -.PHONY : lib532 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib532.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib532" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib532.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib532.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib532.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib533.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib533.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib533" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib533.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib533.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib533.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib533.dir/rule - -# Convenience name for target. -lib533: external/curl/tests/libtest/CMakeFiles/lib533.dir/rule -.PHONY : lib533 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib533.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib533" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib533.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib533.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib533.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib536.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib536.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib536" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib536.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib536.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib536.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib536.dir/rule - -# Convenience name for target. -lib536: external/curl/tests/libtest/CMakeFiles/lib536.dir/rule -.PHONY : lib536 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib536.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib536" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib536.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib536.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib536.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib537.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib537.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=73 "Built target lib537" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib537.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib537.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib537.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib537.dir/rule - -# Convenience name for target. -lib537: external/curl/tests/libtest/CMakeFiles/lib537.dir/rule -.PHONY : lib537 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib537.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=73 "Finished codegen for target lib537" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib537.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib537.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib537.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib539.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib539.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib539" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib539.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib539.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib539.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib539.dir/rule - -# Convenience name for target. -lib539: external/curl/tests/libtest/CMakeFiles/lib539.dir/rule -.PHONY : lib539 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib539.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib539" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib539.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib539.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib539.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib540.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib540.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib540" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib540.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib540.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib540.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib540.dir/rule - -# Convenience name for target. -lib540: external/curl/tests/libtest/CMakeFiles/lib540.dir/rule -.PHONY : lib540 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib540.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib540" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib540.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib540.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib540.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib541.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib541.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib541" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib541.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib541.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib541.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib541.dir/rule - -# Convenience name for target. -lib541: external/curl/tests/libtest/CMakeFiles/lib541.dir/rule -.PHONY : lib541 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib541.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib541" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib541.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib541.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib541.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib542.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib542.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib542" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib542.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib542.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib542.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib542.dir/rule - -# Convenience name for target. -lib542: external/curl/tests/libtest/CMakeFiles/lib542.dir/rule -.PHONY : lib542 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib542.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib542" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib542.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib542.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib542.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib543.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib543.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib543" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib543.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib543.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib543.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib543.dir/rule - -# Convenience name for target. -lib543: external/curl/tests/libtest/CMakeFiles/lib543.dir/rule -.PHONY : lib543 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib543.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib543" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib543.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib543.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib543.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib544.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib544.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib544" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib544.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib544.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib544.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib544.dir/rule - -# Convenience name for target. -lib544: external/curl/tests/libtest/CMakeFiles/lib544.dir/rule -.PHONY : lib544 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib544.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib544" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib544.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib544.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib544.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib545.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib545.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib545" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib545.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib545.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib545.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib545.dir/rule - -# Convenience name for target. -lib545: external/curl/tests/libtest/CMakeFiles/lib545.dir/rule -.PHONY : lib545 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib545.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib545" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib545.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib545.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib545.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib547.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib547.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib547" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib547.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib547.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib547.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib547.dir/rule - -# Convenience name for target. -lib547: external/curl/tests/libtest/CMakeFiles/lib547.dir/rule -.PHONY : lib547 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib547.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib547" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib547.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib547.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib547.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib548.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib548.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=74 "Built target lib548" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib548.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib548.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib548.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib548.dir/rule - -# Convenience name for target. -lib548: external/curl/tests/libtest/CMakeFiles/lib548.dir/rule -.PHONY : lib548 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib548.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=74 "Finished codegen for target lib548" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib548.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib548.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib548.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib549.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib549.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib549" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib549.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib549.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib549.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib549.dir/rule - -# Convenience name for target. -lib549: external/curl/tests/libtest/CMakeFiles/lib549.dir/rule -.PHONY : lib549 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib549.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib549" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib549.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib549.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib549.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib552.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib552.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib552" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib552.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib552.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib552.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib552.dir/rule - -# Convenience name for target. -lib552: external/curl/tests/libtest/CMakeFiles/lib552.dir/rule -.PHONY : lib552 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib552.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib552" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib552.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib552.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib552.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib553.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib553.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib553" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib553.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib553.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib553.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib553.dir/rule - -# Convenience name for target. -lib553: external/curl/tests/libtest/CMakeFiles/lib553.dir/rule -.PHONY : lib553 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib553.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib553" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib553.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib553.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib553.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib554.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib554.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib554" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib554.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib554.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib554.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib554.dir/rule - -# Convenience name for target. -lib554: external/curl/tests/libtest/CMakeFiles/lib554.dir/rule -.PHONY : lib554 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib554.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib554" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib554.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib554.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib554.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib555.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib555.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib555" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib555.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib555.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib555.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib555.dir/rule - -# Convenience name for target. -lib555: external/curl/tests/libtest/CMakeFiles/lib555.dir/rule -.PHONY : lib555 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib555.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib555" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib555.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib555.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib555.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib556.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib556.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib556" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib556.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib556.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib556.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib556.dir/rule - -# Convenience name for target. -lib556: external/curl/tests/libtest/CMakeFiles/lib556.dir/rule -.PHONY : lib556 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib556.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib556" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib556.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib556.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib556.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib557.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib557.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib557" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib557.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib557.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib557.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib557.dir/rule - -# Convenience name for target. -lib557: external/curl/tests/libtest/CMakeFiles/lib557.dir/rule -.PHONY : lib557 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib557.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib557" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib557.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib557.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib557.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib558.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib558.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib558" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib558.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib558.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib558.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib558.dir/rule - -# Convenience name for target. -lib558: external/curl/tests/libtest/CMakeFiles/lib558.dir/rule -.PHONY : lib558 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib558.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib558" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib558.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib558.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib558.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib559.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib559.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=75 "Built target lib559" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib559.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib559.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib559.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib559.dir/rule - -# Convenience name for target. -lib559: external/curl/tests/libtest/CMakeFiles/lib559.dir/rule -.PHONY : lib559 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib559.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=75 "Finished codegen for target lib559" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib559.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib559.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib559.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib560.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib560.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib560" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib560.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib560.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib560.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib560.dir/rule - -# Convenience name for target. -lib560: external/curl/tests/libtest/CMakeFiles/lib560.dir/rule -.PHONY : lib560 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib560.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib560" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib560.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib560.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib560.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib562.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib562.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib562" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib562.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib562.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib562.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib562.dir/rule - -# Convenience name for target. -lib562: external/curl/tests/libtest/CMakeFiles/lib562.dir/rule -.PHONY : lib562 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib562.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib562" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib562.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib562.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib562.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib564.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib564.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib564" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib564.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib564.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib564.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib564.dir/rule - -# Convenience name for target. -lib564: external/curl/tests/libtest/CMakeFiles/lib564.dir/rule -.PHONY : lib564 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib564.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib564" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib564.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib564.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib564.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib565.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib565.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib565" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib565.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib565.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib565.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib565.dir/rule - -# Convenience name for target. -lib565: external/curl/tests/libtest/CMakeFiles/lib565.dir/rule -.PHONY : lib565 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib565.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib565" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib565.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib565.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib565.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib566.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib566.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib566" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib566.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib566.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib566.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib566.dir/rule - -# Convenience name for target. -lib566: external/curl/tests/libtest/CMakeFiles/lib566.dir/rule -.PHONY : lib566 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib566.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib566" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib566.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib566.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib566.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib567.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib567.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib567" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib567.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib567.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib567.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib567.dir/rule - -# Convenience name for target. -lib567: external/curl/tests/libtest/CMakeFiles/lib567.dir/rule -.PHONY : lib567 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib567.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib567" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib567.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib567.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib567.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib568.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib568.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib568" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib568.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib568.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib568.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib568.dir/rule - -# Convenience name for target. -lib568: external/curl/tests/libtest/CMakeFiles/lib568.dir/rule -.PHONY : lib568 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib568.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib568" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib568.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib568.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib568.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib569.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib569.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib569" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib569.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib569.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib569.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib569.dir/rule - -# Convenience name for target. -lib569: external/curl/tests/libtest/CMakeFiles/lib569.dir/rule -.PHONY : lib569 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib569.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib569" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib569.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib569.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib569.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib570.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib570.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=76 "Built target lib570" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib570.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib570.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib570.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib570.dir/rule - -# Convenience name for target. -lib570: external/curl/tests/libtest/CMakeFiles/lib570.dir/rule -.PHONY : lib570 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib570.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=76 "Finished codegen for target lib570" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib570.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib570.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib570.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib571.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib571.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib571" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib571.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib571.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib571.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib571.dir/rule - -# Convenience name for target. -lib571: external/curl/tests/libtest/CMakeFiles/lib571.dir/rule -.PHONY : lib571 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib571.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib571" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib571.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib571.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib571.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib572.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib572.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib572" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib572.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib572.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib572.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib572.dir/rule - -# Convenience name for target. -lib572: external/curl/tests/libtest/CMakeFiles/lib572.dir/rule -.PHONY : lib572 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib572.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib572" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib572.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib572.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib572.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib573.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib573.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib573" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib573.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib573.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib573.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib573.dir/rule - -# Convenience name for target. -lib573: external/curl/tests/libtest/CMakeFiles/lib573.dir/rule -.PHONY : lib573 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib573.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib573" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib573.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib573.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib573.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib574.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib574.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib574" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib574.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib574.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib574.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib574.dir/rule - -# Convenience name for target. -lib574: external/curl/tests/libtest/CMakeFiles/lib574.dir/rule -.PHONY : lib574 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib574.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib574" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib574.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib574.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib574.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib575.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib575.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib575" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib575.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib575.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib575.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib575.dir/rule - -# Convenience name for target. -lib575: external/curl/tests/libtest/CMakeFiles/lib575.dir/rule -.PHONY : lib575 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib575.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib575" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib575.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib575.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib575.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib576.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib576.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib576" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib576.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib576.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib576.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib576.dir/rule - -# Convenience name for target. -lib576: external/curl/tests/libtest/CMakeFiles/lib576.dir/rule -.PHONY : lib576 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib576.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib576" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib576.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib576.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib576.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib578.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib578.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib578" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib578.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib578.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib578.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib578.dir/rule - -# Convenience name for target. -lib578: external/curl/tests/libtest/CMakeFiles/lib578.dir/rule -.PHONY : lib578 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib578.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib578" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib578.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib578.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib578.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib579.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib579.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=77 "Built target lib579" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib579.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib579.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib579.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib579.dir/rule - -# Convenience name for target. -lib579: external/curl/tests/libtest/CMakeFiles/lib579.dir/rule -.PHONY : lib579 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib579.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=77 "Finished codegen for target lib579" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib579.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib579.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib579.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib582.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib582.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib582" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib582.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib582.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib582.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib582.dir/rule - -# Convenience name for target. -lib582: external/curl/tests/libtest/CMakeFiles/lib582.dir/rule -.PHONY : lib582 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib582.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib582" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib582.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib582.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib582.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib583.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib583.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib583" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib583.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib583.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib583.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib583.dir/rule - -# Convenience name for target. -lib583: external/curl/tests/libtest/CMakeFiles/lib583.dir/rule -.PHONY : lib583 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib583.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib583" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib583.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib583.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib583.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib584.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib584.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib584" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib584.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib584.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib584.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib584.dir/rule - -# Convenience name for target. -lib584: external/curl/tests/libtest/CMakeFiles/lib584.dir/rule -.PHONY : lib584 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib584.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib584" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib584.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib584.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib584.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib585.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib585.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib585" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib585.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib585.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib585.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib585.dir/rule - -# Convenience name for target. -lib585: external/curl/tests/libtest/CMakeFiles/lib585.dir/rule -.PHONY : lib585 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib585.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib585" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib585.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib585.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib585.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib586.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib586.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib586" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib586.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib586.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib586.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib586.dir/rule - -# Convenience name for target. -lib586: external/curl/tests/libtest/CMakeFiles/lib586.dir/rule -.PHONY : lib586 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib586.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib586" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib586.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib586.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib586.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib587.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib587.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib587" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib587.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib587.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib587.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib587.dir/rule - -# Convenience name for target. -lib587: external/curl/tests/libtest/CMakeFiles/lib587.dir/rule -.PHONY : lib587 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib587.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib587" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib587.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib587.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib587.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib589.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib589.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib589" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib589.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib589.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib589.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib589.dir/rule - -# Convenience name for target. -lib589: external/curl/tests/libtest/CMakeFiles/lib589.dir/rule -.PHONY : lib589 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib589.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib589" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib589.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib589.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib589.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib590.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib590.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib590" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib590.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib590.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib590.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib590.dir/rule - -# Convenience name for target. -lib590: external/curl/tests/libtest/CMakeFiles/lib590.dir/rule -.PHONY : lib590 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib590.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib590" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib590.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib590.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib590.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib591.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib591.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=78 "Built target lib591" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib591.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib591.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib591.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib591.dir/rule - -# Convenience name for target. -lib591: external/curl/tests/libtest/CMakeFiles/lib591.dir/rule -.PHONY : lib591 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib591.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=78 "Finished codegen for target lib591" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib591.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib591.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib591.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib597.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib597.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib597" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib597.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib597.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib597.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib597.dir/rule - -# Convenience name for target. -lib597: external/curl/tests/libtest/CMakeFiles/lib597.dir/rule -.PHONY : lib597 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib597.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib597" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib597.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib597.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib597.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib598.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib598.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib598" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib598.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib598.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib598.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib598.dir/rule - -# Convenience name for target. -lib598: external/curl/tests/libtest/CMakeFiles/lib598.dir/rule -.PHONY : lib598 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib598.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib598" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib598.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib598.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib598.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib599.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib599.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib599" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib599.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib599.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib599.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib599.dir/rule - -# Convenience name for target. -lib599: external/curl/tests/libtest/CMakeFiles/lib599.dir/rule -.PHONY : lib599 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib599.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib599" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib599.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib599.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib599.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib643.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib643.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib643" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib643.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib643.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib643.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib643.dir/rule - -# Convenience name for target. -lib643: external/curl/tests/libtest/CMakeFiles/lib643.dir/rule -.PHONY : lib643 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib643.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib643" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib643.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib643.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib643.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib645.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib645.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib645" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib645.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib645.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib645.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib645.dir/rule - -# Convenience name for target. -lib645: external/curl/tests/libtest/CMakeFiles/lib645.dir/rule -.PHONY : lib645 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib645.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib645" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib645.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib645.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib645.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib650.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib650.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib650" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib650.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib650.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib650.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib650.dir/rule - -# Convenience name for target. -lib650: external/curl/tests/libtest/CMakeFiles/lib650.dir/rule -.PHONY : lib650 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib650.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib650" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib650.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib650.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib650.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib651.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib651.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib651" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib651.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib651.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib651.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib651.dir/rule - -# Convenience name for target. -lib651: external/curl/tests/libtest/CMakeFiles/lib651.dir/rule -.PHONY : lib651 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib651.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib651" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib651.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib651.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib651.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib652.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib652.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib652" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib652.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib652.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib652.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib652.dir/rule - -# Convenience name for target. -lib652: external/curl/tests/libtest/CMakeFiles/lib652.dir/rule -.PHONY : lib652 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib652.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib652" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib652.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib652.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib652.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib653.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib653.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=79 "Built target lib653" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib653.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib653.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib653.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib653.dir/rule - -# Convenience name for target. -lib653: external/curl/tests/libtest/CMakeFiles/lib653.dir/rule -.PHONY : lib653 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib653.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=79 "Finished codegen for target lib653" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib653.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib653.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib653.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib654.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib654.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib654" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib654.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib654.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib654.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib654.dir/rule - -# Convenience name for target. -lib654: external/curl/tests/libtest/CMakeFiles/lib654.dir/rule -.PHONY : lib654 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib654.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib654" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib654.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib654.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib654.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib655.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib655.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib655" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib655.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib655.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib655.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib655.dir/rule - -# Convenience name for target. -lib655: external/curl/tests/libtest/CMakeFiles/lib655.dir/rule -.PHONY : lib655 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib655.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib655" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib655.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib655.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib655.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib658.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib658.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib658" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib658.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib658.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib658.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib658.dir/rule - -# Convenience name for target. -lib658: external/curl/tests/libtest/CMakeFiles/lib658.dir/rule -.PHONY : lib658 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib658.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib658" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib658.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib658.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib658.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib659.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib659.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib659" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib659.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib659.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib659.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib659.dir/rule - -# Convenience name for target. -lib659: external/curl/tests/libtest/CMakeFiles/lib659.dir/rule -.PHONY : lib659 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib659.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib659" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib659.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib659.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib659.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib661.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib661.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib661" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib661.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib661.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib661.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib661.dir/rule - -# Convenience name for target. -lib661: external/curl/tests/libtest/CMakeFiles/lib661.dir/rule -.PHONY : lib661 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib661.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib661" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib661.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib661.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib661.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib666.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib666.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib666" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib666.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib666.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib666.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib666.dir/rule - -# Convenience name for target. -lib666: external/curl/tests/libtest/CMakeFiles/lib666.dir/rule -.PHONY : lib666 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib666.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib666" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib666.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib666.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib666.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib667.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib667.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib667" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib667.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib667.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib667.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib667.dir/rule - -# Convenience name for target. -lib667: external/curl/tests/libtest/CMakeFiles/lib667.dir/rule -.PHONY : lib667 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib667.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib667" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib667.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib667.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib667.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib668.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib668.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=80 "Built target lib668" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib668.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib668.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib668.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib668.dir/rule - -# Convenience name for target. -lib668: external/curl/tests/libtest/CMakeFiles/lib668.dir/rule -.PHONY : lib668 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib668.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=80 "Finished codegen for target lib668" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib668.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib668.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib668.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib670.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib670.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib670" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib670.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib670.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib670.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib670.dir/rule - -# Convenience name for target. -lib670: external/curl/tests/libtest/CMakeFiles/lib670.dir/rule -.PHONY : lib670 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib670.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib670" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib670.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib670.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib670.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib671.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib671.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib671" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib671.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib671.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib671.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib671.dir/rule - -# Convenience name for target. -lib671: external/curl/tests/libtest/CMakeFiles/lib671.dir/rule -.PHONY : lib671 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib671.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib671" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib671.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib671.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib671.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib672.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib672.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib672" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib672.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib672.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib672.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib672.dir/rule - -# Convenience name for target. -lib672: external/curl/tests/libtest/CMakeFiles/lib672.dir/rule -.PHONY : lib672 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib672.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib672" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib672.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib672.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib672.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib673.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib673.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib673" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib673.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib673.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib673.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib673.dir/rule - -# Convenience name for target. -lib673: external/curl/tests/libtest/CMakeFiles/lib673.dir/rule -.PHONY : lib673 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib673.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib673" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib673.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib673.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib673.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib674.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib674.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib674" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib674.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib674.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib674.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib674.dir/rule - -# Convenience name for target. -lib674: external/curl/tests/libtest/CMakeFiles/lib674.dir/rule -.PHONY : lib674 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib674.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib674" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib674.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib674.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib674.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib676.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib676.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib676" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib676.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib676.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib676.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib676.dir/rule - -# Convenience name for target. -lib676: external/curl/tests/libtest/CMakeFiles/lib676.dir/rule -.PHONY : lib676 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib676.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib676" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib676.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib676.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib676.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib677.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib677.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=81 "Built target lib677" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib677.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib677.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib677.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib677.dir/rule - -# Convenience name for target. -lib677: external/curl/tests/libtest/CMakeFiles/lib677.dir/rule -.PHONY : lib677 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib677.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=81 "Finished codegen for target lib677" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib677.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib677.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib677.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib678.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib678.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib678" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib678.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib678.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib678.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib678.dir/rule - -# Convenience name for target. -lib678: external/curl/tests/libtest/CMakeFiles/lib678.dir/rule -.PHONY : lib678 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib678.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib678" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib678.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib678.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib678.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib694.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib694.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib694" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib694.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib694.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib694.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib694.dir/rule - -# Convenience name for target. -lib694: external/curl/tests/libtest/CMakeFiles/lib694.dir/rule -.PHONY : lib694 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib694.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib694" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib694.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib694.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib694.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib695.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib695.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib695" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib695.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib695.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib695.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib695.dir/rule - -# Convenience name for target. -lib695: external/curl/tests/libtest/CMakeFiles/lib695.dir/rule -.PHONY : lib695 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib695.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib695" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib695.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib695.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib695.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib696.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib696.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib696" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib696.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib696.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib696.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib696.dir/rule - -# Convenience name for target. -lib696: external/curl/tests/libtest/CMakeFiles/lib696.dir/rule -.PHONY : lib696 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib696.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib696" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib696.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib696.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib696.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1156.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1156.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1156" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1156.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1156.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1156.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1156.dir/rule - -# Convenience name for target. -lib1156: external/curl/tests/libtest/CMakeFiles/lib1156.dir/rule -.PHONY : lib1156 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1156.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1156" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1156.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1156.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1156.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1301.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1301.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1301" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1301.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1301.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1301.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1301.dir/rule - -# Convenience name for target. -lib1301: external/curl/tests/libtest/CMakeFiles/lib1301.dir/rule -.PHONY : lib1301 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1301.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1301" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1301.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1301.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1301.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1308.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1308.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1308" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1308.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1308.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1308.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1308.dir/rule - -# Convenience name for target. -lib1308: external/curl/tests/libtest/CMakeFiles/lib1308.dir/rule -.PHONY : lib1308 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1308.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1308" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1308.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1308.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1308.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1485.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1485.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1485" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1485.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1485.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1485.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1485.dir/rule - -# Convenience name for target. -lib1485: external/curl/tests/libtest/CMakeFiles/lib1485.dir/rule -.PHONY : lib1485 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1485.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1485" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1485.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1485.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1485.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1500.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1500.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1500" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1500.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1500.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1500.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1500.dir/rule - -# Convenience name for target. -lib1500: external/curl/tests/libtest/CMakeFiles/lib1500.dir/rule -.PHONY : lib1500 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1500.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1500" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1500.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1500.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1500.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1501.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1501.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1501" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1501.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1501.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1501.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1501.dir/rule - -# Convenience name for target. -lib1501: external/curl/tests/libtest/CMakeFiles/lib1501.dir/rule -.PHONY : lib1501 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1501.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1501" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1501.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1501.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1501.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1502.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1502.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=51 "Built target lib1502" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1502.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1502.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1502.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1502.dir/rule - -# Convenience name for target. -lib1502: external/curl/tests/libtest/CMakeFiles/lib1502.dir/rule -.PHONY : lib1502 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1502.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=51 "Finished codegen for target lib1502" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1502.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1502.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1502.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1503.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1503.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1503" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1503.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1503.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1503.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1503.dir/rule - -# Convenience name for target. -lib1503: external/curl/tests/libtest/CMakeFiles/lib1503.dir/rule -.PHONY : lib1503 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1503.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1503" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1503.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1503.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1503.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1504.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1504.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1504" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1504.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1504.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1504.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1504.dir/rule - -# Convenience name for target. -lib1504: external/curl/tests/libtest/CMakeFiles/lib1504.dir/rule -.PHONY : lib1504 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1504.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1504" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1504.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1504.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1504.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1505.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1505.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1505" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1505.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1505.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1505.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1505.dir/rule - -# Convenience name for target. -lib1505: external/curl/tests/libtest/CMakeFiles/lib1505.dir/rule -.PHONY : lib1505 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1505.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1505" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1505.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1505.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1505.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1506.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1506.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1506" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1506.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1506.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1506.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1506.dir/rule - -# Convenience name for target. -lib1506: external/curl/tests/libtest/CMakeFiles/lib1506.dir/rule -.PHONY : lib1506 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1506.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1506" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1506.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1506.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1506.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1507.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1507.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1507" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1507.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1507.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1507.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1507.dir/rule - -# Convenience name for target. -lib1507: external/curl/tests/libtest/CMakeFiles/lib1507.dir/rule -.PHONY : lib1507 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1507.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1507" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1507.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1507.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1507.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1508.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1508.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1508" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1508.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1508.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1508.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1508.dir/rule - -# Convenience name for target. -lib1508: external/curl/tests/libtest/CMakeFiles/lib1508.dir/rule -.PHONY : lib1508 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1508.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1508" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1508.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1508.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1508.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1509.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1509.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=52 "Built target lib1509" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1509.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1509.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1509.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1509.dir/rule - -# Convenience name for target. -lib1509: external/curl/tests/libtest/CMakeFiles/lib1509.dir/rule -.PHONY : lib1509 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1509.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=52 "Finished codegen for target lib1509" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1509.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1509.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1509.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1510.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1510.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1510" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1510.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1510.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1510.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1510.dir/rule - -# Convenience name for target. -lib1510: external/curl/tests/libtest/CMakeFiles/lib1510.dir/rule -.PHONY : lib1510 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1510.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1510" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1510.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1510.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1510.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1511.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1511.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1511" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1511.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1511.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1511.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1511.dir/rule - -# Convenience name for target. -lib1511: external/curl/tests/libtest/CMakeFiles/lib1511.dir/rule -.PHONY : lib1511 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1511.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1511" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1511.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1511.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1511.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1512.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1512.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1512" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1512.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1512.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1512.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1512.dir/rule - -# Convenience name for target. -lib1512: external/curl/tests/libtest/CMakeFiles/lib1512.dir/rule -.PHONY : lib1512 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1512.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1512" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1512.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1512.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1512.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1513.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1513.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1513" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1513.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1513.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1513.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1513.dir/rule - -# Convenience name for target. -lib1513: external/curl/tests/libtest/CMakeFiles/lib1513.dir/rule -.PHONY : lib1513 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1513.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1513" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1513.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1513.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1513.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1514.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1514.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1514" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1514.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1514.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1514.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1514.dir/rule - -# Convenience name for target. -lib1514: external/curl/tests/libtest/CMakeFiles/lib1514.dir/rule -.PHONY : lib1514 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1514.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1514" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1514.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1514.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1514.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1515.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1515.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1515" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1515.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1515.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1515.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1515.dir/rule - -# Convenience name for target. -lib1515: external/curl/tests/libtest/CMakeFiles/lib1515.dir/rule -.PHONY : lib1515 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1515.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1515" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1515.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1515.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1515.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1517.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1517.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=53 "Built target lib1517" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1517.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1517.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1517.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1517.dir/rule - -# Convenience name for target. -lib1517: external/curl/tests/libtest/CMakeFiles/lib1517.dir/rule -.PHONY : lib1517 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1517.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=53 "Finished codegen for target lib1517" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1517.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1517.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1517.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1518.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1518.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1518" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1518.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1518.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1518.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1518.dir/rule - -# Convenience name for target. -lib1518: external/curl/tests/libtest/CMakeFiles/lib1518.dir/rule -.PHONY : lib1518 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1518.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1518" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1518.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1518.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1518.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1520.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1520.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1520" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1520.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1520.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1520.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1520.dir/rule - -# Convenience name for target. -lib1520: external/curl/tests/libtest/CMakeFiles/lib1520.dir/rule -.PHONY : lib1520 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1520.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1520" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1520.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1520.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1520.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1521.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1521.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1521" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1521.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1521.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1521.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1521.dir/rule - -# Convenience name for target. -lib1521: external/curl/tests/libtest/CMakeFiles/lib1521.dir/rule -.PHONY : lib1521 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1521.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1521" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1521.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1521.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1521.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1522.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1522.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1522" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1522.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1522.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1522.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1522.dir/rule - -# Convenience name for target. -lib1522: external/curl/tests/libtest/CMakeFiles/lib1522.dir/rule -.PHONY : lib1522 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1522.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1522" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1522.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1522.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1522.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1523.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1523.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1523" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1523.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1523.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1523.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1523.dir/rule - -# Convenience name for target. -lib1523: external/curl/tests/libtest/CMakeFiles/lib1523.dir/rule -.PHONY : lib1523 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1523.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1523" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1523.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1523.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1523.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1525.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1525.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1525" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1525.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1525.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1525.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1525.dir/rule - -# Convenience name for target. -lib1525: external/curl/tests/libtest/CMakeFiles/lib1525.dir/rule -.PHONY : lib1525 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1525.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1525" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1525.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1525.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1525.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1526.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1526.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1526" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1526.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1526.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1526.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1526.dir/rule - -# Convenience name for target. -lib1526: external/curl/tests/libtest/CMakeFiles/lib1526.dir/rule -.PHONY : lib1526 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1526.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1526" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1526.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1526.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1526.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1527.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1527.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=54 "Built target lib1527" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1527.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1527.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1527.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1527.dir/rule - -# Convenience name for target. -lib1527: external/curl/tests/libtest/CMakeFiles/lib1527.dir/rule -.PHONY : lib1527 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1527.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=54 "Finished codegen for target lib1527" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1527.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1527.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1527.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1528.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1528.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1528" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1528.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1528.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1528.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1528.dir/rule - -# Convenience name for target. -lib1528: external/curl/tests/libtest/CMakeFiles/lib1528.dir/rule -.PHONY : lib1528 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1528.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1528" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1528.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1528.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1528.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1529.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1529.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1529" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1529.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1529.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1529.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1529.dir/rule - -# Convenience name for target. -lib1529: external/curl/tests/libtest/CMakeFiles/lib1529.dir/rule -.PHONY : lib1529 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1529.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1529" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1529.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1529.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1529.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1530.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1530.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1530" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1530.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1530.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1530.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1530.dir/rule - -# Convenience name for target. -lib1530: external/curl/tests/libtest/CMakeFiles/lib1530.dir/rule -.PHONY : lib1530 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1530.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1530" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1530.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1530.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1530.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1531.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1531.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1531" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1531.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1531.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1531.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1531.dir/rule - -# Convenience name for target. -lib1531: external/curl/tests/libtest/CMakeFiles/lib1531.dir/rule -.PHONY : lib1531 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1531.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1531" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1531.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1531.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1531.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1532.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1532.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1532" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1532.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1532.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1532.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1532.dir/rule - -# Convenience name for target. -lib1532: external/curl/tests/libtest/CMakeFiles/lib1532.dir/rule -.PHONY : lib1532 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1532.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1532" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1532.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1532.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1532.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1533.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1533.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1533" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1533.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1533.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1533.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1533.dir/rule - -# Convenience name for target. -lib1533: external/curl/tests/libtest/CMakeFiles/lib1533.dir/rule -.PHONY : lib1533 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1533.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1533" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1533.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1533.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1533.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1534.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1534.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=55 "Built target lib1534" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1534.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1534.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1534.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1534.dir/rule - -# Convenience name for target. -lib1534: external/curl/tests/libtest/CMakeFiles/lib1534.dir/rule -.PHONY : lib1534 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1534.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=55 "Finished codegen for target lib1534" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1534.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1534.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1534.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1535.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1535.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1535" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1535.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1535.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1535.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1535.dir/rule - -# Convenience name for target. -lib1535: external/curl/tests/libtest/CMakeFiles/lib1535.dir/rule -.PHONY : lib1535 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1535.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1535" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1535.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1535.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1535.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1536.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1536.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1536" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1536.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1536.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1536.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1536.dir/rule - -# Convenience name for target. -lib1536: external/curl/tests/libtest/CMakeFiles/lib1536.dir/rule -.PHONY : lib1536 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1536.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1536" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1536.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1536.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1536.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1537.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1537.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1537" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1537.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1537.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1537.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1537.dir/rule - -# Convenience name for target. -lib1537: external/curl/tests/libtest/CMakeFiles/lib1537.dir/rule -.PHONY : lib1537 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1537.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1537" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1537.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1537.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1537.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1538.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1538.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1538" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1538.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1538.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1538.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1538.dir/rule - -# Convenience name for target. -lib1538: external/curl/tests/libtest/CMakeFiles/lib1538.dir/rule -.PHONY : lib1538 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1538.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1538" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1538.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1538.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1538.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1539.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1539.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1539" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1539.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1539.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1539.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1539.dir/rule - -# Convenience name for target. -lib1539: external/curl/tests/libtest/CMakeFiles/lib1539.dir/rule -.PHONY : lib1539 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1539.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1539" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1539.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1539.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1539.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1540.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1540.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1540" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1540.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1540.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1540.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1540.dir/rule - -# Convenience name for target. -lib1540: external/curl/tests/libtest/CMakeFiles/lib1540.dir/rule -.PHONY : lib1540 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1540.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1540" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1540.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1540.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1540.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1541.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1541.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=56 "Built target lib1541" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1541.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1541.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1541.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1541.dir/rule - -# Convenience name for target. -lib1541: external/curl/tests/libtest/CMakeFiles/lib1541.dir/rule -.PHONY : lib1541 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1541.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=56 "Finished codegen for target lib1541" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1541.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1541.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1541.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1542.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1542.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1542" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1542.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1542.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1542.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1542.dir/rule - -# Convenience name for target. -lib1542: external/curl/tests/libtest/CMakeFiles/lib1542.dir/rule -.PHONY : lib1542 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1542.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1542" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1542.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1542.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1542.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1543.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1543.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1543" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1543.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1543.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1543.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1543.dir/rule - -# Convenience name for target. -lib1543: external/curl/tests/libtest/CMakeFiles/lib1543.dir/rule -.PHONY : lib1543 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1543.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1543" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1543.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1543.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1543.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1545.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1545.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1545" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1545.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1545.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1545.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1545.dir/rule - -# Convenience name for target. -lib1545: external/curl/tests/libtest/CMakeFiles/lib1545.dir/rule -.PHONY : lib1545 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1545.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1545" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1545.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1545.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1545.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1550.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1550.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1550" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1550.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1550.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1550.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1550.dir/rule - -# Convenience name for target. -lib1550: external/curl/tests/libtest/CMakeFiles/lib1550.dir/rule -.PHONY : lib1550 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1550.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1550" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1550.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1550.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1550.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1551.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1551.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1551" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1551.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1551.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1551.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1551.dir/rule - -# Convenience name for target. -lib1551: external/curl/tests/libtest/CMakeFiles/lib1551.dir/rule -.PHONY : lib1551 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1551.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1551" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1551.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1551.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1551.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1552.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1552.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1552" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1552.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1552.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1552.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1552.dir/rule - -# Convenience name for target. -lib1552: external/curl/tests/libtest/CMakeFiles/lib1552.dir/rule -.PHONY : lib1552 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1552.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1552" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1552.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1552.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1552.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1553.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1553.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1553" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1553.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1553.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1553.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1553.dir/rule - -# Convenience name for target. -lib1553: external/curl/tests/libtest/CMakeFiles/lib1553.dir/rule -.PHONY : lib1553 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1553.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1553" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1553.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1553.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1553.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1554.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1554.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=57 "Built target lib1554" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1554.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1554.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1554.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1554.dir/rule - -# Convenience name for target. -lib1554: external/curl/tests/libtest/CMakeFiles/lib1554.dir/rule -.PHONY : lib1554 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1554.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=57 "Finished codegen for target lib1554" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1554.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1554.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1554.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1555.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1555.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1555" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1555.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1555.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1555.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1555.dir/rule - -# Convenience name for target. -lib1555: external/curl/tests/libtest/CMakeFiles/lib1555.dir/rule -.PHONY : lib1555 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1555.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1555" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1555.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1555.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1555.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1556.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1556.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1556" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1556.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1556.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1556.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1556.dir/rule - -# Convenience name for target. -lib1556: external/curl/tests/libtest/CMakeFiles/lib1556.dir/rule -.PHONY : lib1556 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1556.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1556" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1556.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1556.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1556.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1557.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1557.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1557" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1557.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1557.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1557.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1557.dir/rule - -# Convenience name for target. -lib1557: external/curl/tests/libtest/CMakeFiles/lib1557.dir/rule -.PHONY : lib1557 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1557.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1557" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1557.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1557.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1557.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1558.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1558.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1558" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1558.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1558.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1558.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1558.dir/rule - -# Convenience name for target. -lib1558: external/curl/tests/libtest/CMakeFiles/lib1558.dir/rule -.PHONY : lib1558 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1558.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1558" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1558.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1558.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1558.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1559.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1559.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1559" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1559.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1559.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1559.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1559.dir/rule - -# Convenience name for target. -lib1559: external/curl/tests/libtest/CMakeFiles/lib1559.dir/rule -.PHONY : lib1559 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1559.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1559" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1559.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1559.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1559.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1560.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1560.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1560" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1560.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1560.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1560.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1560.dir/rule - -# Convenience name for target. -lib1560: external/curl/tests/libtest/CMakeFiles/lib1560.dir/rule -.PHONY : lib1560 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1560.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1560" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1560.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1560.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1560.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1564.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1564.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=58 "Built target lib1564" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1564.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1564.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1564.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1564.dir/rule - -# Convenience name for target. -lib1564: external/curl/tests/libtest/CMakeFiles/lib1564.dir/rule -.PHONY : lib1564 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1564.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=58 "Finished codegen for target lib1564" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1564.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1564.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1564.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1565.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1565.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1565" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1565.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1565.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1565.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1565.dir/rule - -# Convenience name for target. -lib1565: external/curl/tests/libtest/CMakeFiles/lib1565.dir/rule -.PHONY : lib1565 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1565.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1565" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1565.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1565.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1565.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1567.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1567.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1567" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1567.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1567.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1567.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1567.dir/rule - -# Convenience name for target. -lib1567: external/curl/tests/libtest/CMakeFiles/lib1567.dir/rule -.PHONY : lib1567 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1567.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1567" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1567.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1567.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1567.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1568.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1568.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1568" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1568.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1568.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1568.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1568.dir/rule - -# Convenience name for target. -lib1568: external/curl/tests/libtest/CMakeFiles/lib1568.dir/rule -.PHONY : lib1568 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1568.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1568" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1568.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1568.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1568.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1569.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1569.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1569" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1569.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1569.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1569.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1569.dir/rule - -# Convenience name for target. -lib1569: external/curl/tests/libtest/CMakeFiles/lib1569.dir/rule -.PHONY : lib1569 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1569.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1569" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1569.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1569.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1569.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1571.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1571.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1571" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1571.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1571.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1571.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1571.dir/rule - -# Convenience name for target. -lib1571: external/curl/tests/libtest/CMakeFiles/lib1571.dir/rule -.PHONY : lib1571 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1571.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1571" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1571.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1571.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1571.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1576.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1576.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1576" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1576.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1576.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1576.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1576.dir/rule - -# Convenience name for target. -lib1576: external/curl/tests/libtest/CMakeFiles/lib1576.dir/rule -.PHONY : lib1576 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1576.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1576" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1576.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1576.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1576.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1578.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1578.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1578" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1578.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1578.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1578.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1578.dir/rule - -# Convenience name for target. -lib1578: external/curl/tests/libtest/CMakeFiles/lib1578.dir/rule -.PHONY : lib1578 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1578.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1578" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1578.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1578.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1578.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1591.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1591.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=59 "Built target lib1591" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1591.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1591.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1591.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1591.dir/rule - -# Convenience name for target. -lib1591: external/curl/tests/libtest/CMakeFiles/lib1591.dir/rule -.PHONY : lib1591 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1591.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=59 "Finished codegen for target lib1591" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1591.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1591.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1591.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1592.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1592.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1592" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1592.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1592.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1592.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1592.dir/rule - -# Convenience name for target. -lib1592: external/curl/tests/libtest/CMakeFiles/lib1592.dir/rule -.PHONY : lib1592 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1592.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1592" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1592.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1592.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1592.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1593.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1593.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1593" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1593.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1593.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1593.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1593.dir/rule - -# Convenience name for target. -lib1593: external/curl/tests/libtest/CMakeFiles/lib1593.dir/rule -.PHONY : lib1593 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1593.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1593" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1593.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1593.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1593.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1594.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1594.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1594" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1594.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1594.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1594.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1594.dir/rule - -# Convenience name for target. -lib1594: external/curl/tests/libtest/CMakeFiles/lib1594.dir/rule -.PHONY : lib1594 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1594.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1594" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1594.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1594.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1594.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1596.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1596.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1596" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1596.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1596.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1596.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1596.dir/rule - -# Convenience name for target. -lib1596: external/curl/tests/libtest/CMakeFiles/lib1596.dir/rule -.PHONY : lib1596 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1596.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1596" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1596.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1596.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1596.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1597.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1597.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1597" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1597.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1597.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1597.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1597.dir/rule - -# Convenience name for target. -lib1597: external/curl/tests/libtest/CMakeFiles/lib1597.dir/rule -.PHONY : lib1597 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1597.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1597" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1597.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1597.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1597.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1598.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1598.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1598" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1598.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1598.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1598.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1598.dir/rule - -# Convenience name for target. -lib1598: external/curl/tests/libtest/CMakeFiles/lib1598.dir/rule -.PHONY : lib1598 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1598.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1598" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1598.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1598.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1598.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1662.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1662.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1662" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1662.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1662.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1662.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1662.dir/rule - -# Convenience name for target. -lib1662: external/curl/tests/libtest/CMakeFiles/lib1662.dir/rule -.PHONY : lib1662 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1662.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1662" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1662.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1662.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1662.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1900.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1900.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=60 "Built target lib1900" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1900.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1900.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1900.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1900.dir/rule - -# Convenience name for target. -lib1900: external/curl/tests/libtest/CMakeFiles/lib1900.dir/rule -.PHONY : lib1900 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1900.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=60 "Finished codegen for target lib1900" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1900.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1900.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1900.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1901.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1901.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1901" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1901.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1901.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1901.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1901.dir/rule - -# Convenience name for target. -lib1901: external/curl/tests/libtest/CMakeFiles/lib1901.dir/rule -.PHONY : lib1901 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1901.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1901" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1901.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1901.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1901.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1903.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1903.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1903" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1903.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1903.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1903.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1903.dir/rule - -# Convenience name for target. -lib1903: external/curl/tests/libtest/CMakeFiles/lib1903.dir/rule -.PHONY : lib1903 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1903.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1903" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1903.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1903.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1903.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1905.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1905.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1905" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1905.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1905.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1905.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1905.dir/rule - -# Convenience name for target. -lib1905: external/curl/tests/libtest/CMakeFiles/lib1905.dir/rule -.PHONY : lib1905 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1905.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1905" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1905.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1905.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1905.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1906.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1906.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1906" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1906.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1906.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1906.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1906.dir/rule - -# Convenience name for target. -lib1906: external/curl/tests/libtest/CMakeFiles/lib1906.dir/rule -.PHONY : lib1906 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1906.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1906" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1906.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1906.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1906.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1907.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1907.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1907" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1907.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1907.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1907.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1907.dir/rule - -# Convenience name for target. -lib1907: external/curl/tests/libtest/CMakeFiles/lib1907.dir/rule -.PHONY : lib1907 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1907.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1907" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1907.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1907.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1907.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1908.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1908.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1908" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1908.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1908.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1908.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1908.dir/rule - -# Convenience name for target. -lib1908: external/curl/tests/libtest/CMakeFiles/lib1908.dir/rule -.PHONY : lib1908 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1908.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1908" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1908.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1908.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1908.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1910.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1910.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=61 "Built target lib1910" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1910.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1910.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1910.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1910.dir/rule - -# Convenience name for target. -lib1910: external/curl/tests/libtest/CMakeFiles/lib1910.dir/rule -.PHONY : lib1910 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1910.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=61 "Finished codegen for target lib1910" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1910.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1910.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1910.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1911.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1911.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1911" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1911.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1911.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1911.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1911.dir/rule - -# Convenience name for target. -lib1911: external/curl/tests/libtest/CMakeFiles/lib1911.dir/rule -.PHONY : lib1911 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1911.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1911" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1911.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1911.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1911.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1912.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1912.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1912" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1912.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1912.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1912.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1912.dir/rule - -# Convenience name for target. -lib1912: external/curl/tests/libtest/CMakeFiles/lib1912.dir/rule -.PHONY : lib1912 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1912.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1912" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1912.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1912.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1912.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1913.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1913.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1913" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1913.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1913.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1913.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1913.dir/rule - -# Convenience name for target. -lib1913: external/curl/tests/libtest/CMakeFiles/lib1913.dir/rule -.PHONY : lib1913 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1913.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1913" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1913.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1913.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1913.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1915.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1915.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1915" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1915.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1915.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1915.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1915.dir/rule - -# Convenience name for target. -lib1915: external/curl/tests/libtest/CMakeFiles/lib1915.dir/rule -.PHONY : lib1915 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1915.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1915" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1915.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1915.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1915.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1916.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1916.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1916" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1916.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1916.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1916.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1916.dir/rule - -# Convenience name for target. -lib1916: external/curl/tests/libtest/CMakeFiles/lib1916.dir/rule -.PHONY : lib1916 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1916.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1916" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1916.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1916.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1916.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1917.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1917.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1917" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1917.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1917.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1917.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1917.dir/rule - -# Convenience name for target. -lib1917: external/curl/tests/libtest/CMakeFiles/lib1917.dir/rule -.PHONY : lib1917 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1917.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1917" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1917.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1917.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1917.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1918.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1918.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1918" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1918.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1918.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1918.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1918.dir/rule - -# Convenience name for target. -lib1918: external/curl/tests/libtest/CMakeFiles/lib1918.dir/rule -.PHONY : lib1918 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1918.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1918" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1918.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1918.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1918.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1919.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1919.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=62 "Built target lib1919" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1919.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1919.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1919.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1919.dir/rule - -# Convenience name for target. -lib1919: external/curl/tests/libtest/CMakeFiles/lib1919.dir/rule -.PHONY : lib1919 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1919.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=62 "Finished codegen for target lib1919" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1919.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1919.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1919.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1933.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1933.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1933" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1933.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1933.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1933.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1933.dir/rule - -# Convenience name for target. -lib1933: external/curl/tests/libtest/CMakeFiles/lib1933.dir/rule -.PHONY : lib1933 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1933.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1933" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1933.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1933.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1933.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1934.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1934.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1934" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1934.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1934.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1934.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1934.dir/rule - -# Convenience name for target. -lib1934: external/curl/tests/libtest/CMakeFiles/lib1934.dir/rule -.PHONY : lib1934 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1934.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1934" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1934.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1934.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1934.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1935.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1935.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1935" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1935.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1935.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1935.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1935.dir/rule - -# Convenience name for target. -lib1935: external/curl/tests/libtest/CMakeFiles/lib1935.dir/rule -.PHONY : lib1935 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1935.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1935" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1935.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1935.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1935.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1936.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1936.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1936" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1936.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1936.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1936.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1936.dir/rule - -# Convenience name for target. -lib1936: external/curl/tests/libtest/CMakeFiles/lib1936.dir/rule -.PHONY : lib1936 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1936.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1936" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1936.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1936.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1936.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1937.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1937.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1937" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1937.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1937.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1937.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1937.dir/rule - -# Convenience name for target. -lib1937: external/curl/tests/libtest/CMakeFiles/lib1937.dir/rule -.PHONY : lib1937 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1937.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1937" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1937.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1937.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1937.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1938.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1938.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1938" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1938.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1938.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1938.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1938.dir/rule - -# Convenience name for target. -lib1938: external/curl/tests/libtest/CMakeFiles/lib1938.dir/rule -.PHONY : lib1938 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1938.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1938" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1938.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1938.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1938.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1939.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1939.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1939" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1939.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1939.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1939.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1939.dir/rule - -# Convenience name for target. -lib1939: external/curl/tests/libtest/CMakeFiles/lib1939.dir/rule -.PHONY : lib1939 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1939.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1939" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1939.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1939.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1939.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1940.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1940.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=63 "Built target lib1940" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1940.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1940.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1940.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1940.dir/rule - -# Convenience name for target. -lib1940: external/curl/tests/libtest/CMakeFiles/lib1940.dir/rule -.PHONY : lib1940 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1940.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=63 "Finished codegen for target lib1940" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1940.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1940.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1940.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1945.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1945.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1945" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1945.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1945.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1945.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1945.dir/rule - -# Convenience name for target. -lib1945: external/curl/tests/libtest/CMakeFiles/lib1945.dir/rule -.PHONY : lib1945 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1945.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1945" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1945.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1945.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1945.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1946.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1946.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1946" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1946.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1946.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1946.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1946.dir/rule - -# Convenience name for target. -lib1946: external/curl/tests/libtest/CMakeFiles/lib1946.dir/rule -.PHONY : lib1946 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1946.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1946" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1946.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1946.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1946.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1947.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1947.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1947" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1947.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1947.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1947.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1947.dir/rule - -# Convenience name for target. -lib1947: external/curl/tests/libtest/CMakeFiles/lib1947.dir/rule -.PHONY : lib1947 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1947.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1947" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1947.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1947.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1947.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1948.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1948.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1948" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1948.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1948.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1948.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1948.dir/rule - -# Convenience name for target. -lib1948: external/curl/tests/libtest/CMakeFiles/lib1948.dir/rule -.PHONY : lib1948 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1948.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1948" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1948.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1948.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1948.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1955.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1955.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1955" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1955.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1955.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1955.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1955.dir/rule - -# Convenience name for target. -lib1955: external/curl/tests/libtest/CMakeFiles/lib1955.dir/rule -.PHONY : lib1955 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1955.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1955" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1955.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1955.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1955.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1956.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1956.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1956" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1956.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1956.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1956.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1956.dir/rule - -# Convenience name for target. -lib1956: external/curl/tests/libtest/CMakeFiles/lib1956.dir/rule -.PHONY : lib1956 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1956.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1956" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1956.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1956.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1956.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1957.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1957.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1957" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1957.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1957.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1957.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1957.dir/rule - -# Convenience name for target. -lib1957: external/curl/tests/libtest/CMakeFiles/lib1957.dir/rule -.PHONY : lib1957 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1957.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1957" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1957.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1957.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1957.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1958.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1958.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=64 "Built target lib1958" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1958.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1958.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1958.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1958.dir/rule - -# Convenience name for target. -lib1958: external/curl/tests/libtest/CMakeFiles/lib1958.dir/rule -.PHONY : lib1958 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1958.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=64 "Finished codegen for target lib1958" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1958.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1958.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1958.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1959.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1959.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1959" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1959.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1959.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1959.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1959.dir/rule - -# Convenience name for target. -lib1959: external/curl/tests/libtest/CMakeFiles/lib1959.dir/rule -.PHONY : lib1959 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1959.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1959" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1959.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1959.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1959.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1960.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1960.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1960" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1960.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1960.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1960.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1960.dir/rule - -# Convenience name for target. -lib1960: external/curl/tests/libtest/CMakeFiles/lib1960.dir/rule -.PHONY : lib1960 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1960.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1960" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1960.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1960.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1960.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1964.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1964.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1964" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1964.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1964.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1964.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1964.dir/rule - -# Convenience name for target. -lib1964: external/curl/tests/libtest/CMakeFiles/lib1964.dir/rule -.PHONY : lib1964 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1964.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1964" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1964.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1964.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1964.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1970.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1970.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1970" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1970.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1970.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1970.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1970.dir/rule - -# Convenience name for target. -lib1970: external/curl/tests/libtest/CMakeFiles/lib1970.dir/rule -.PHONY : lib1970 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1970.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1970" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1970.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1970.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1970.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1971.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1971.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1971" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1971.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1971.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1971.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1971.dir/rule - -# Convenience name for target. -lib1971: external/curl/tests/libtest/CMakeFiles/lib1971.dir/rule -.PHONY : lib1971 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1971.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1971" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1971.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1971.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1971.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1972.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1972.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1972" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1972.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1972.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1972.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1972.dir/rule - -# Convenience name for target. -lib1972: external/curl/tests/libtest/CMakeFiles/lib1972.dir/rule -.PHONY : lib1972 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1972.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1972" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1972.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1972.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1972.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1973.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1973.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1973" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1973.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1973.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1973.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1973.dir/rule - -# Convenience name for target. -lib1973: external/curl/tests/libtest/CMakeFiles/lib1973.dir/rule -.PHONY : lib1973 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1973.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1973" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1973.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1973.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1973.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1974.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1974.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=65 "Built target lib1974" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1974.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1974.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1974.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1974.dir/rule - -# Convenience name for target. -lib1974: external/curl/tests/libtest/CMakeFiles/lib1974.dir/rule -.PHONY : lib1974 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1974.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=65 "Finished codegen for target lib1974" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1974.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1974.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1974.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1975.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1975.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1975" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1975.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1975.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1975.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1975.dir/rule - -# Convenience name for target. -lib1975: external/curl/tests/libtest/CMakeFiles/lib1975.dir/rule -.PHONY : lib1975 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1975.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1975" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1975.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1975.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1975.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1977.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1977.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1977" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1977.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1977.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1977.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1977.dir/rule - -# Convenience name for target. -lib1977: external/curl/tests/libtest/CMakeFiles/lib1977.dir/rule -.PHONY : lib1977 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1977.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1977" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1977.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1977.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1977.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib1978.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib1978.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib1978" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1978.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib1978.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1978.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1978.dir/rule - -# Convenience name for target. -lib1978: external/curl/tests/libtest/CMakeFiles/lib1978.dir/rule -.PHONY : lib1978 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib1978.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib1978" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1978.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib1978.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1978.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2301.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib2301.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2301" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2301.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib2301.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2301.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2301.dir/rule - -# Convenience name for target. -lib2301: external/curl/tests/libtest/CMakeFiles/lib2301.dir/rule -.PHONY : lib2301 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib2301.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2301" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2301.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib2301.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2301.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2302.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib2302.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2302" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2302.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib2302.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2302.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2302.dir/rule - -# Convenience name for target. -lib2302: external/curl/tests/libtest/CMakeFiles/lib2302.dir/rule -.PHONY : lib2302 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib2302.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2302" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2302.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib2302.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2302.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2304.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib2304.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2304" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2304.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib2304.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2304.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2304.dir/rule - -# Convenience name for target. -lib2304: external/curl/tests/libtest/CMakeFiles/lib2304.dir/rule -.PHONY : lib2304 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib2304.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2304" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2304.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib2304.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2304.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2305.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib2305.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=66 "Built target lib2305" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2305.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib2305.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2305.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2305.dir/rule - -# Convenience name for target. -lib2305: external/curl/tests/libtest/CMakeFiles/lib2305.dir/rule -.PHONY : lib2305 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib2305.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=66 "Finished codegen for target lib2305" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2305.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib2305.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2305.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2306.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib2306.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2306" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2306.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib2306.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2306.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2306.dir/rule - -# Convenience name for target. -lib2306: external/curl/tests/libtest/CMakeFiles/lib2306.dir/rule -.PHONY : lib2306 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib2306.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2306" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2306.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib2306.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2306.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2308.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib2308.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2308" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2308.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib2308.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2308.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2308.dir/rule - -# Convenience name for target. -lib2308: external/curl/tests/libtest/CMakeFiles/lib2308.dir/rule -.PHONY : lib2308 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib2308.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2308" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2308.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib2308.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2308.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2309.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib2309.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2309" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2309.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib2309.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2309.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2309.dir/rule - -# Convenience name for target. -lib2309: external/curl/tests/libtest/CMakeFiles/lib2309.dir/rule -.PHONY : lib2309 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib2309.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2309" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2309.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib2309.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2309.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2310.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib2310.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2310" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2310.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib2310.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2310.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2310.dir/rule - -# Convenience name for target. -lib2310: external/curl/tests/libtest/CMakeFiles/lib2310.dir/rule -.PHONY : lib2310 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib2310.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2310" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2310.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib2310.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2310.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2311.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib2311.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2311" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2311.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib2311.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2311.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2311.dir/rule - -# Convenience name for target. -lib2311: external/curl/tests/libtest/CMakeFiles/lib2311.dir/rule -.PHONY : lib2311 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib2311.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2311" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2311.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib2311.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2311.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2312.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib2312.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2312" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2312.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib2312.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2312.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2312.dir/rule - -# Convenience name for target. -lib2312: external/curl/tests/libtest/CMakeFiles/lib2312.dir/rule -.PHONY : lib2312 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib2312.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2312" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2312.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib2312.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2312.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2402.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib2402.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=67 "Built target lib2402" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2402.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib2402.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2402.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2402.dir/rule - -# Convenience name for target. -lib2402: external/curl/tests/libtest/CMakeFiles/lib2402.dir/rule -.PHONY : lib2402 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib2402.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=67 "Finished codegen for target lib2402" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2402.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib2402.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2402.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2404.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib2404.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2404" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2404.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib2404.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2404.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2404.dir/rule - -# Convenience name for target. -lib2404: external/curl/tests/libtest/CMakeFiles/lib2404.dir/rule -.PHONY : lib2404 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib2404.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2404" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2404.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib2404.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2404.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2405.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib2405.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2405" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2405.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib2405.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2405.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2405.dir/rule - -# Convenience name for target. -lib2405: external/curl/tests/libtest/CMakeFiles/lib2405.dir/rule -.PHONY : lib2405 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib2405.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2405" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2405.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib2405.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2405.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib2502.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib2502.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib2502" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2502.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib2502.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2502.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2502.dir/rule - -# Convenience name for target. -lib2502: external/curl/tests/libtest/CMakeFiles/lib2502.dir/rule -.PHONY : lib2502 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib2502.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib2502" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2502.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib2502.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2502.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3010.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib3010.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib3010" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3010.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib3010.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3010.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3010.dir/rule - -# Convenience name for target. -lib3010: external/curl/tests/libtest/CMakeFiles/lib3010.dir/rule -.PHONY : lib3010 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib3010.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib3010" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3010.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib3010.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3010.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3025.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib3025.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib3025" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3025.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib3025.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3025.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3025.dir/rule - -# Convenience name for target. -lib3025: external/curl/tests/libtest/CMakeFiles/lib3025.dir/rule -.PHONY : lib3025 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib3025.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib3025" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3025.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib3025.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3025.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3026.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib3026.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib3026" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3026.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib3026.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3026.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3026.dir/rule - -# Convenience name for target. -lib3026: external/curl/tests/libtest/CMakeFiles/lib3026.dir/rule -.PHONY : lib3026 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib3026.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib3026" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3026.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib3026.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3026.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3027.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib3027.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=68 "Built target lib3027" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3027.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib3027.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3027.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3027.dir/rule - -# Convenience name for target. -lib3027: external/curl/tests/libtest/CMakeFiles/lib3027.dir/rule -.PHONY : lib3027 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib3027.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=68 "Finished codegen for target lib3027" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3027.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib3027.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3027.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3100.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib3100.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib3100" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3100.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib3100.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3100.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3100.dir/rule - -# Convenience name for target. -lib3100: external/curl/tests/libtest/CMakeFiles/lib3100.dir/rule -.PHONY : lib3100 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib3100.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib3100" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3100.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib3100.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3100.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3101.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib3101.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib3101" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3101.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib3101.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3101.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3101.dir/rule - -# Convenience name for target. -lib3101: external/curl/tests/libtest/CMakeFiles/lib3101.dir/rule -.PHONY : lib3101 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib3101.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib3101" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3101.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib3101.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3101.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3102.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib3102.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib3102" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3102.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib3102.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3102.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3102.dir/rule - -# Convenience name for target. -lib3102: external/curl/tests/libtest/CMakeFiles/lib3102.dir/rule -.PHONY : lib3102 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib3102.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib3102" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3102.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib3102.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3102.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3103.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib3103.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib3103" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3103.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib3103.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3103.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3103.dir/rule - -# Convenience name for target. -lib3103: external/curl/tests/libtest/CMakeFiles/lib3103.dir/rule -.PHONY : lib3103 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib3103.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib3103" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3103.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib3103.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3103.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3104.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib3104.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib3104" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3104.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib3104.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3104.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3104.dir/rule - -# Convenience name for target. -lib3104: external/curl/tests/libtest/CMakeFiles/lib3104.dir/rule -.PHONY : lib3104 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib3104.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib3104" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3104.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib3104.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3104.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3105.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib3105.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib3105" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3105.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib3105.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3105.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3105.dir/rule - -# Convenience name for target. -lib3105: external/curl/tests/libtest/CMakeFiles/lib3105.dir/rule -.PHONY : lib3105 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib3105.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib3105" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3105.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib3105.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3105.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3207.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib3207.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target lib3207" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3207.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib3207.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3207.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3207.dir/rule - -# Convenience name for target. -lib3207: external/curl/tests/libtest/CMakeFiles/lib3207.dir/rule -.PHONY : lib3207 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib3207.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target lib3207" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3207.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib3207.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3207.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/libtest/CMakeFiles/lib3208.dir - -# All Build rule for target. -external/curl/tests/libtest/CMakeFiles/lib3208.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=69 "Built target lib3208" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3208.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/libtest/CMakeFiles/lib3208.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3208.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3208.dir/rule - -# Convenience name for target. -lib3208: external/curl/tests/libtest/CMakeFiles/lib3208.dir/rule -.PHONY : lib3208 - -# codegen rule for target. -external/curl/tests/libtest/CMakeFiles/lib3208.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=69 "Finished codegen for target lib3208" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3208.dir/codegen - -# clean rule for target. -external/curl/tests/libtest/CMakeFiles/lib3208.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/clean -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3208.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/tunit/CMakeFiles/tool1394.dir - -# All Build rule for target. -external/curl/tests/tunit/CMakeFiles/tool1394.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target tool1394" -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1394.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/tunit/CMakeFiles/tool1394.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/tunit/CMakeFiles/tool1394.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1394.dir/rule - -# Convenience name for target. -tool1394: external/curl/tests/tunit/CMakeFiles/tool1394.dir/rule -.PHONY : tool1394 - -# codegen rule for target. -external/curl/tests/tunit/CMakeFiles/tool1394.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target tool1394" -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1394.dir/codegen - -# clean rule for target. -external/curl/tests/tunit/CMakeFiles/tool1394.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/clean -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1394.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/tunit/CMakeFiles/tool1604.dir - -# All Build rule for target. -external/curl/tests/tunit/CMakeFiles/tool1604.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target tool1604" -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1604.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/tunit/CMakeFiles/tool1604.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/tunit/CMakeFiles/tool1604.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1604.dir/rule - -# Convenience name for target. -tool1604: external/curl/tests/tunit/CMakeFiles/tool1604.dir/rule -.PHONY : tool1604 - -# codegen rule for target. -external/curl/tests/tunit/CMakeFiles/tool1604.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target tool1604" -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1604.dir/codegen - -# clean rule for target. -external/curl/tests/tunit/CMakeFiles/tool1604.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/clean -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1604.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/tunit/CMakeFiles/tool1621.dir - -# All Build rule for target. -external/curl/tests/tunit/CMakeFiles/tool1621.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=93 "Built target tool1621" -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1621.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/tunit/CMakeFiles/tool1621.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/tunit/CMakeFiles/tool1621.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1621.dir/rule - -# Convenience name for target. -tool1621: external/curl/tests/tunit/CMakeFiles/tool1621.dir/rule -.PHONY : tool1621 - -# codegen rule for target. -external/curl/tests/tunit/CMakeFiles/tool1621.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=93 "Finished codegen for target tool1621" -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1621.dir/codegen - -# clean rule for target. -external/curl/tests/tunit/CMakeFiles/tool1621.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/clean -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1621.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1300.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1300.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1300" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1300.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1300.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1300.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1300.dir/rule - -# Convenience name for target. -unit1300: external/curl/tests/unit/CMakeFiles/unit1300.dir/rule -.PHONY : unit1300 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1300.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1300" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1300.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1300.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1300.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1302.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1302.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1302" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1302.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1302.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1302.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1302.dir/rule - -# Convenience name for target. -unit1302: external/curl/tests/unit/CMakeFiles/unit1302.dir/rule -.PHONY : unit1302 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1302.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1302" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1302.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1302.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1302.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1303.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1303.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1303" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1303.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1303.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1303.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1303.dir/rule - -# Convenience name for target. -unit1303: external/curl/tests/unit/CMakeFiles/unit1303.dir/rule -.PHONY : unit1303 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1303.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1303" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1303.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1303.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1303.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1304.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1304.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1304" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1304.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1304.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1304.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1304.dir/rule - -# Convenience name for target. -unit1304: external/curl/tests/unit/CMakeFiles/unit1304.dir/rule -.PHONY : unit1304 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1304.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1304" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1304.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1304.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1304.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1305.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1305.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1305" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1305.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1305.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1305.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1305.dir/rule - -# Convenience name for target. -unit1305: external/curl/tests/unit/CMakeFiles/unit1305.dir/rule -.PHONY : unit1305 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1305.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1305" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1305.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1305.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1305.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1307.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1307.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1307" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1307.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1307.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1307.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1307.dir/rule - -# Convenience name for target. -unit1307: external/curl/tests/unit/CMakeFiles/unit1307.dir/rule -.PHONY : unit1307 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1307.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1307" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1307.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1307.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1307.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1309.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1309.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1309" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1309.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1309.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1309.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1309.dir/rule - -# Convenience name for target. -unit1309: external/curl/tests/unit/CMakeFiles/unit1309.dir/rule -.PHONY : unit1309 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1309.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1309" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1309.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1309.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1309.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1323.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1323.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=94 "Built target unit1323" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1323.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1323.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1323.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1323.dir/rule - -# Convenience name for target. -unit1323: external/curl/tests/unit/CMakeFiles/unit1323.dir/rule -.PHONY : unit1323 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1323.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=94 "Finished codegen for target unit1323" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1323.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1323.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1323.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1330.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1330.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1330" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1330.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1330.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1330.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1330.dir/rule - -# Convenience name for target. -unit1330: external/curl/tests/unit/CMakeFiles/unit1330.dir/rule -.PHONY : unit1330 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1330.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1330" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1330.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1330.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1330.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1395.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1395.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1395" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1395.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1395.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1395.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1395.dir/rule - -# Convenience name for target. -unit1395: external/curl/tests/unit/CMakeFiles/unit1395.dir/rule -.PHONY : unit1395 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1395.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1395" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1395.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1395.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1395.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1396.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1396.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1396" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1396.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1396.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1396.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1396.dir/rule - -# Convenience name for target. -unit1396: external/curl/tests/unit/CMakeFiles/unit1396.dir/rule -.PHONY : unit1396 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1396.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1396" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1396.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1396.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1396.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1397.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1397.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1397" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1397.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1397.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1397.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1397.dir/rule - -# Convenience name for target. -unit1397: external/curl/tests/unit/CMakeFiles/unit1397.dir/rule -.PHONY : unit1397 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1397.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1397" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1397.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1397.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1397.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1398.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1398.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1398" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1398.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1398.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1398.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1398.dir/rule - -# Convenience name for target. -unit1398: external/curl/tests/unit/CMakeFiles/unit1398.dir/rule -.PHONY : unit1398 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1398.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1398" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1398.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1398.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1398.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1399.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1399.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1399" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1399.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1399.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1399.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1399.dir/rule - -# Convenience name for target. -unit1399: external/curl/tests/unit/CMakeFiles/unit1399.dir/rule -.PHONY : unit1399 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1399.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1399" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1399.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1399.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1399.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1600.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1600.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1600" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1600.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1600.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1600.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1600.dir/rule - -# Convenience name for target. -unit1600: external/curl/tests/unit/CMakeFiles/unit1600.dir/rule -.PHONY : unit1600 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1600.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1600" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1600.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1600.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1600.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1601.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1601.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1601" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1601.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1601.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1601.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1601.dir/rule - -# Convenience name for target. -unit1601: external/curl/tests/unit/CMakeFiles/unit1601.dir/rule -.PHONY : unit1601 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1601.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1601" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1601.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1601.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1601.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1602.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1602.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1602" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1602.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1602.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1602.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1602.dir/rule - -# Convenience name for target. -unit1602: external/curl/tests/unit/CMakeFiles/unit1602.dir/rule -.PHONY : unit1602 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1602.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1602" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1602.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1602.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1602.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1603.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1603.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=95 "Built target unit1603" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1603.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1603.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1603.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1603.dir/rule - -# Convenience name for target. -unit1603: external/curl/tests/unit/CMakeFiles/unit1603.dir/rule -.PHONY : unit1603 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1603.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=95 "Finished codegen for target unit1603" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1603.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1603.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1603.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1605.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1605.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1605" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1605.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1605.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1605.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1605.dir/rule - -# Convenience name for target. -unit1605: external/curl/tests/unit/CMakeFiles/unit1605.dir/rule -.PHONY : unit1605 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1605.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1605" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1605.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1605.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1605.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1606.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1606.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1606" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1606.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1606.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1606.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1606.dir/rule - -# Convenience name for target. -unit1606: external/curl/tests/unit/CMakeFiles/unit1606.dir/rule -.PHONY : unit1606 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1606.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1606" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1606.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1606.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1606.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1607.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1607.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1607" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1607.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1607.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1607.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1607.dir/rule - -# Convenience name for target. -unit1607: external/curl/tests/unit/CMakeFiles/unit1607.dir/rule -.PHONY : unit1607 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1607.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1607" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1607.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1607.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1607.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1608.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1608.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1608" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1608.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1608.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1608.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1608.dir/rule - -# Convenience name for target. -unit1608: external/curl/tests/unit/CMakeFiles/unit1608.dir/rule -.PHONY : unit1608 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1608.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1608" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1608.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1608.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1608.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1609.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1609.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1609" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1609.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1609.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1609.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1609.dir/rule - -# Convenience name for target. -unit1609: external/curl/tests/unit/CMakeFiles/unit1609.dir/rule -.PHONY : unit1609 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1609.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1609" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1609.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1609.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1609.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1610.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1610.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1610" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1610.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1610.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1610.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1610.dir/rule - -# Convenience name for target. -unit1610: external/curl/tests/unit/CMakeFiles/unit1610.dir/rule -.PHONY : unit1610 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1610.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1610" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1610.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1610.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1610.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1611.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1611.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1611" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1611.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1611.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1611.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1611.dir/rule - -# Convenience name for target. -unit1611: external/curl/tests/unit/CMakeFiles/unit1611.dir/rule -.PHONY : unit1611 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1611.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1611" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1611.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1611.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1611.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1612.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1612.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1612" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1612.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1612.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1612.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1612.dir/rule - -# Convenience name for target. -unit1612: external/curl/tests/unit/CMakeFiles/unit1612.dir/rule -.PHONY : unit1612 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1612.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1612" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1612.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1612.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1612.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1614.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1614.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=96 "Built target unit1614" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1614.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1614.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1614.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1614.dir/rule - -# Convenience name for target. -unit1614: external/curl/tests/unit/CMakeFiles/unit1614.dir/rule -.PHONY : unit1614 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1614.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=96 "Finished codegen for target unit1614" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1614.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1614.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1614.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1615.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1615.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1615" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1615.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1615.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1615.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1615.dir/rule - -# Convenience name for target. -unit1615: external/curl/tests/unit/CMakeFiles/unit1615.dir/rule -.PHONY : unit1615 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1615.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1615" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1615.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1615.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1615.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1616.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1616.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1616" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1616.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1616.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1616.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1616.dir/rule - -# Convenience name for target. -unit1616: external/curl/tests/unit/CMakeFiles/unit1616.dir/rule -.PHONY : unit1616 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1616.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1616" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1616.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1616.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1616.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1620.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1620.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1620" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1620.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1620.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1620.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1620.dir/rule - -# Convenience name for target. -unit1620: external/curl/tests/unit/CMakeFiles/unit1620.dir/rule -.PHONY : unit1620 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1620.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1620" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1620.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1620.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1620.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1650.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1650.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1650" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1650.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1650.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1650.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1650.dir/rule - -# Convenience name for target. -unit1650: external/curl/tests/unit/CMakeFiles/unit1650.dir/rule -.PHONY : unit1650 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1650.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1650" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1650.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1650.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1650.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1651.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1651.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1651" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1651.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1651.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1651.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1651.dir/rule - -# Convenience name for target. -unit1651: external/curl/tests/unit/CMakeFiles/unit1651.dir/rule -.PHONY : unit1651 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1651.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1651" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1651.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1651.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1651.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1652.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1652.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1652" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1652.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1652.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1652.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1652.dir/rule - -# Convenience name for target. -unit1652: external/curl/tests/unit/CMakeFiles/unit1652.dir/rule -.PHONY : unit1652 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1652.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1652" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1652.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1652.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1652.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1653.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1653.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1653" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1653.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1653.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1653.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1653.dir/rule - -# Convenience name for target. -unit1653: external/curl/tests/unit/CMakeFiles/unit1653.dir/rule -.PHONY : unit1653 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1653.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1653" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1653.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1653.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1653.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1654.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1654.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1654" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1654.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1654.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1654.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1654.dir/rule - -# Convenience name for target. -unit1654: external/curl/tests/unit/CMakeFiles/unit1654.dir/rule -.PHONY : unit1654 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1654.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1654" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1654.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1654.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1654.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1655.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1655.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1655" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1655.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1655.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1655.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1655.dir/rule - -# Convenience name for target. -unit1655: external/curl/tests/unit/CMakeFiles/unit1655.dir/rule -.PHONY : unit1655 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1655.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1655" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1655.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1655.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1655.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1656.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1656.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=97 "Built target unit1656" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1656.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1656.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1656.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1656.dir/rule - -# Convenience name for target. -unit1656: external/curl/tests/unit/CMakeFiles/unit1656.dir/rule -.PHONY : unit1656 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1656.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=97 "Finished codegen for target unit1656" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1656.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1656.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1656.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1657.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1657.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1657" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1657.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1657.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1657.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1657.dir/rule - -# Convenience name for target. -unit1657: external/curl/tests/unit/CMakeFiles/unit1657.dir/rule -.PHONY : unit1657 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1657.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1657" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1657.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1657.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1657.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1658.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1658.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1658" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1658.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1658.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1658.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1658.dir/rule - -# Convenience name for target. -unit1658: external/curl/tests/unit/CMakeFiles/unit1658.dir/rule -.PHONY : unit1658 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1658.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1658" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1658.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1658.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1658.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1660.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1660.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1660" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1660.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1660.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1660.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1660.dir/rule - -# Convenience name for target. -unit1660: external/curl/tests/unit/CMakeFiles/unit1660.dir/rule -.PHONY : unit1660 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1660.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1660" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1660.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1660.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1660.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1661.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1661.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1661" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1661.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1661.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1661.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1661.dir/rule - -# Convenience name for target. -unit1661: external/curl/tests/unit/CMakeFiles/unit1661.dir/rule -.PHONY : unit1661 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1661.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1661" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1661.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1661.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1661.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1663.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1663.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1663" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1663.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1663.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1663.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1663.dir/rule - -# Convenience name for target. -unit1663: external/curl/tests/unit/CMakeFiles/unit1663.dir/rule -.PHONY : unit1663 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1663.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1663" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1663.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1663.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1663.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1664.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1664.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1664" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1664.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1664.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1664.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1664.dir/rule - -# Convenience name for target. -unit1664: external/curl/tests/unit/CMakeFiles/unit1664.dir/rule -.PHONY : unit1664 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1664.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1664" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1664.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1664.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1664.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1979.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1979.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1979" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1979.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1979.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1979.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1979.dir/rule - -# Convenience name for target. -unit1979: external/curl/tests/unit/CMakeFiles/unit1979.dir/rule -.PHONY : unit1979 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1979.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1979" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1979.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1979.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1979.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit1980.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit1980.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit1980" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1980.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit1980.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1980.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1980.dir/rule - -# Convenience name for target. -unit1980: external/curl/tests/unit/CMakeFiles/unit1980.dir/rule -.PHONY : unit1980 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit1980.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit1980" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1980.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit1980.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit1980.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit2600.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit2600.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=98 "Built target unit2600" -.PHONY : external/curl/tests/unit/CMakeFiles/unit2600.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit2600.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 7 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit2600.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit2600.dir/rule - -# Convenience name for target. -unit2600: external/curl/tests/unit/CMakeFiles/unit2600.dir/rule -.PHONY : unit2600 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit2600.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=98 "Finished codegen for target unit2600" -.PHONY : external/curl/tests/unit/CMakeFiles/unit2600.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit2600.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit2600.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit2601.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit2601.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit2601" -.PHONY : external/curl/tests/unit/CMakeFiles/unit2601.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit2601.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit2601.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit2601.dir/rule - -# Convenience name for target. -unit2601: external/curl/tests/unit/CMakeFiles/unit2601.dir/rule -.PHONY : unit2601 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit2601.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit2601" -.PHONY : external/curl/tests/unit/CMakeFiles/unit2601.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit2601.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit2601.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit2602.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit2602.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit2602" -.PHONY : external/curl/tests/unit/CMakeFiles/unit2602.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit2602.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit2602.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit2602.dir/rule - -# Convenience name for target. -unit2602: external/curl/tests/unit/CMakeFiles/unit2602.dir/rule -.PHONY : unit2602 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit2602.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit2602" -.PHONY : external/curl/tests/unit/CMakeFiles/unit2602.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit2602.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit2602.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit2603.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit2603.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit2603" -.PHONY : external/curl/tests/unit/CMakeFiles/unit2603.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit2603.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit2603.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit2603.dir/rule - -# Convenience name for target. -unit2603: external/curl/tests/unit/CMakeFiles/unit2603.dir/rule -.PHONY : unit2603 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit2603.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit2603" -.PHONY : external/curl/tests/unit/CMakeFiles/unit2603.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit2603.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit2603.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit2604.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit2604.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit2604" -.PHONY : external/curl/tests/unit/CMakeFiles/unit2604.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit2604.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit2604.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit2604.dir/rule - -# Convenience name for target. -unit2604: external/curl/tests/unit/CMakeFiles/unit2604.dir/rule -.PHONY : unit2604 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit2604.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit2604" -.PHONY : external/curl/tests/unit/CMakeFiles/unit2604.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit2604.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit2604.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit3200.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit3200.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit3200" -.PHONY : external/curl/tests/unit/CMakeFiles/unit3200.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit3200.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit3200.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit3200.dir/rule - -# Convenience name for target. -unit3200: external/curl/tests/unit/CMakeFiles/unit3200.dir/rule -.PHONY : unit3200 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit3200.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit3200" -.PHONY : external/curl/tests/unit/CMakeFiles/unit3200.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit3200.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit3200.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit3205.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit3205.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit3205" -.PHONY : external/curl/tests/unit/CMakeFiles/unit3205.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit3205.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit3205.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit3205.dir/rule - -# Convenience name for target. -unit3205: external/curl/tests/unit/CMakeFiles/unit3205.dir/rule -.PHONY : unit3205 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit3205.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit3205" -.PHONY : external/curl/tests/unit/CMakeFiles/unit3205.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit3205.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit3205.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit3211.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit3211.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit3211" -.PHONY : external/curl/tests/unit/CMakeFiles/unit3211.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit3211.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit3211.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit3211.dir/rule - -# Convenience name for target. -unit3211: external/curl/tests/unit/CMakeFiles/unit3211.dir/rule -.PHONY : unit3211 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit3211.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit3211" -.PHONY : external/curl/tests/unit/CMakeFiles/unit3211.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit3211.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit3211.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit3212.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit3212.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit3212" -.PHONY : external/curl/tests/unit/CMakeFiles/unit3212.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit3212.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit3212.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit3212.dir/rule - -# Convenience name for target. -unit3212: external/curl/tests/unit/CMakeFiles/unit3212.dir/rule -.PHONY : unit3212 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit3212.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit3212" -.PHONY : external/curl/tests/unit/CMakeFiles/unit3212.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit3212.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit3212.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/unit/CMakeFiles/unit3213.dir - -# All Build rule for target. -external/curl/tests/unit/CMakeFiles/unit3213.dir/all: external/curl/lib/CMakeFiles/curlu.dir/all - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target unit3213" -.PHONY : external/curl/tests/unit/CMakeFiles/unit3213.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/unit/CMakeFiles/unit3213.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 6 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit3213.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/unit/CMakeFiles/unit3213.dir/rule - -# Convenience name for target. -unit3213: external/curl/tests/unit/CMakeFiles/unit3213.dir/rule -.PHONY : unit3213 - -# codegen rule for target. -external/curl/tests/unit/CMakeFiles/unit3213.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target unit3213" -.PHONY : external/curl/tests/unit/CMakeFiles/unit3213.dir/codegen - -# clean rule for target. -external/curl/tests/unit/CMakeFiles/unit3213.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/clean -.PHONY : external/curl/tests/unit/CMakeFiles/unit3213.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/certs/CMakeFiles/build-certs.dir - -# All Build rule for target. -external/curl/tests/certs/CMakeFiles/build-certs.dir/all: - $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/build-certs.dir/build.make external/curl/tests/certs/CMakeFiles/build-certs.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/build-certs.dir/build.make external/curl/tests/certs/CMakeFiles/build-certs.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target build-certs" -.PHONY : external/curl/tests/certs/CMakeFiles/build-certs.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/certs/CMakeFiles/build-certs.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/certs/CMakeFiles/build-certs.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/certs/CMakeFiles/build-certs.dir/rule - -# Convenience name for target. -build-certs: external/curl/tests/certs/CMakeFiles/build-certs.dir/rule -.PHONY : build-certs - -# codegen rule for target. -external/curl/tests/certs/CMakeFiles/build-certs.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/build-certs.dir/build.make external/curl/tests/certs/CMakeFiles/build-certs.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target build-certs" -.PHONY : external/curl/tests/certs/CMakeFiles/build-certs.dir/codegen - -# clean rule for target. -external/curl/tests/certs/CMakeFiles/build-certs.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/build-certs.dir/build.make external/curl/tests/certs/CMakeFiles/build-certs.dir/clean -.PHONY : external/curl/tests/certs/CMakeFiles/build-certs.dir/clean - -#============================================================================= -# Target rules for target external/curl/tests/certs/CMakeFiles/clean-certs.dir - -# All Build rule for target. -external/curl/tests/certs/CMakeFiles/clean-certs.dir/all: - $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/clean-certs.dir/build.make external/curl/tests/certs/CMakeFiles/clean-certs.dir/depend - $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/clean-certs.dir/build.make external/curl/tests/certs/CMakeFiles/clean-certs.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target clean-certs" -.PHONY : external/curl/tests/certs/CMakeFiles/clean-certs.dir/all - -# Build rule for subdir invocation for target. -external/curl/tests/certs/CMakeFiles/clean-certs.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/certs/CMakeFiles/clean-certs.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : external/curl/tests/certs/CMakeFiles/clean-certs.dir/rule - -# Convenience name for target. -clean-certs: external/curl/tests/certs/CMakeFiles/clean-certs.dir/rule -.PHONY : clean-certs - -# codegen rule for target. -external/curl/tests/certs/CMakeFiles/clean-certs.dir/codegen: - $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/clean-certs.dir/build.make external/curl/tests/certs/CMakeFiles/clean-certs.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target clean-certs" -.PHONY : external/curl/tests/certs/CMakeFiles/clean-certs.dir/codegen - -# clean rule for target. -external/curl/tests/certs/CMakeFiles/clean-certs.dir/clean: - $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/clean-certs.dir/build.make external/curl/tests/certs/CMakeFiles/clean-certs.dir/clean -.PHONY : external/curl/tests/certs/CMakeFiles/clean-certs.dir/clean - -#============================================================================= -# Target rules for target PopWork/CMakeFiles/PopWork.dir - -# All Build rule for target. -PopWork/CMakeFiles/PopWork.dir/all: external/ogg/CMakeFiles/ogg.dir/all -PopWork/CMakeFiles/PopWork.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all -PopWork/CMakeFiles/PopWork.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all -PopWork/CMakeFiles/PopWork.dir/all: external/SDL/CMakeFiles/SDL3-static.dir/all -PopWork/CMakeFiles/PopWork.dir/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all -PopWork/CMakeFiles/PopWork.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -PopWork/CMakeFiles/PopWork.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all -PopWork/CMakeFiles/PopWork.dir/all: external/miniaudio/CMakeFiles/miniaudio.dir/all -PopWork/CMakeFiles/PopWork.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all - $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/depend - $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=5,6,7 "Built target PopWork" -.PHONY : PopWork/CMakeFiles/PopWork.dir/all - -# Build rule for subdir invocation for target. -PopWork/CMakeFiles/PopWork.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 27 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PopWork/CMakeFiles/PopWork.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : PopWork/CMakeFiles/PopWork.dir/rule - -# Convenience name for target. -PopWork: PopWork/CMakeFiles/PopWork.dir/rule -.PHONY : PopWork - -# codegen rule for target. -PopWork/CMakeFiles/PopWork.dir/codegen: - $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=5,6,7 "Finished codegen for target PopWork" -.PHONY : PopWork/CMakeFiles/PopWork.dir/codegen - -# clean rule for target. -PopWork/CMakeFiles/PopWork.dir/clean: - $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/clean -.PHONY : PopWork/CMakeFiles/PopWork.dir/clean - -#============================================================================= -# Target rules for target examples/src/demo1/CMakeFiles/Demo1.dir - -# All Build rule for target. -examples/src/demo1/CMakeFiles/Demo1.dir/all: external/ogg/CMakeFiles/ogg.dir/all -examples/src/demo1/CMakeFiles/Demo1.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all -examples/src/demo1/CMakeFiles/Demo1.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all -examples/src/demo1/CMakeFiles/Demo1.dir/all: external/SDL/CMakeFiles/SDL3-static.dir/all -examples/src/demo1/CMakeFiles/Demo1.dir/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all -examples/src/demo1/CMakeFiles/Demo1.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -examples/src/demo1/CMakeFiles/Demo1.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all -examples/src/demo1/CMakeFiles/Demo1.dir/all: external/miniaudio/CMakeFiles/miniaudio.dir/all -examples/src/demo1/CMakeFiles/Demo1.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all -examples/src/demo1/CMakeFiles/Demo1.dir/all: PopWork/CMakeFiles/PopWork.dir/all - $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/depend - $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target Demo1" -.PHONY : examples/src/demo1/CMakeFiles/Demo1.dir/all - -# Build rule for subdir invocation for target. -examples/src/demo1/CMakeFiles/Demo1.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 27 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo1/CMakeFiles/Demo1.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : examples/src/demo1/CMakeFiles/Demo1.dir/rule - -# Convenience name for target. -Demo1: examples/src/demo1/CMakeFiles/Demo1.dir/rule -.PHONY : Demo1 - -# codegen rule for target. -examples/src/demo1/CMakeFiles/Demo1.dir/codegen: - $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target Demo1" -.PHONY : examples/src/demo1/CMakeFiles/Demo1.dir/codegen - -# clean rule for target. -examples/src/demo1/CMakeFiles/Demo1.dir/clean: - $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/clean -.PHONY : examples/src/demo1/CMakeFiles/Demo1.dir/clean - -#============================================================================= -# Target rules for target examples/src/demo2/CMakeFiles/Demo2.dir - -# All Build rule for target. -examples/src/demo2/CMakeFiles/Demo2.dir/all: external/ogg/CMakeFiles/ogg.dir/all -examples/src/demo2/CMakeFiles/Demo2.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all -examples/src/demo2/CMakeFiles/Demo2.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all -examples/src/demo2/CMakeFiles/Demo2.dir/all: external/SDL/CMakeFiles/SDL3-static.dir/all -examples/src/demo2/CMakeFiles/Demo2.dir/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all -examples/src/demo2/CMakeFiles/Demo2.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -examples/src/demo2/CMakeFiles/Demo2.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all -examples/src/demo2/CMakeFiles/Demo2.dir/all: external/miniaudio/CMakeFiles/miniaudio.dir/all -examples/src/demo2/CMakeFiles/Demo2.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all -examples/src/demo2/CMakeFiles/Demo2.dir/all: PopWork/CMakeFiles/PopWork.dir/all - $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/depend - $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target Demo2" -.PHONY : examples/src/demo2/CMakeFiles/Demo2.dir/all - -# Build rule for subdir invocation for target. -examples/src/demo2/CMakeFiles/Demo2.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 27 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo2/CMakeFiles/Demo2.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : examples/src/demo2/CMakeFiles/Demo2.dir/rule - -# Convenience name for target. -Demo2: examples/src/demo2/CMakeFiles/Demo2.dir/rule -.PHONY : Demo2 - -# codegen rule for target. -examples/src/demo2/CMakeFiles/Demo2.dir/codegen: - $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target Demo2" -.PHONY : examples/src/demo2/CMakeFiles/Demo2.dir/codegen - -# clean rule for target. -examples/src/demo2/CMakeFiles/Demo2.dir/clean: - $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/clean -.PHONY : examples/src/demo2/CMakeFiles/Demo2.dir/clean - -#============================================================================= -# Target rules for target examples/src/demo3/CMakeFiles/Demo3.dir - -# All Build rule for target. -examples/src/demo3/CMakeFiles/Demo3.dir/all: external/ogg/CMakeFiles/ogg.dir/all -examples/src/demo3/CMakeFiles/Demo3.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all -examples/src/demo3/CMakeFiles/Demo3.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all -examples/src/demo3/CMakeFiles/Demo3.dir/all: external/SDL/CMakeFiles/SDL3-static.dir/all -examples/src/demo3/CMakeFiles/Demo3.dir/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all -examples/src/demo3/CMakeFiles/Demo3.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -examples/src/demo3/CMakeFiles/Demo3.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all -examples/src/demo3/CMakeFiles/Demo3.dir/all: external/miniaudio/CMakeFiles/miniaudio.dir/all -examples/src/demo3/CMakeFiles/Demo3.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all -examples/src/demo3/CMakeFiles/Demo3.dir/all: PopWork/CMakeFiles/PopWork.dir/all - $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/depend - $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target Demo3" -.PHONY : examples/src/demo3/CMakeFiles/Demo3.dir/all - -# Build rule for subdir invocation for target. -examples/src/demo3/CMakeFiles/Demo3.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 27 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo3/CMakeFiles/Demo3.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : examples/src/demo3/CMakeFiles/Demo3.dir/rule - -# Convenience name for target. -Demo3: examples/src/demo3/CMakeFiles/Demo3.dir/rule -.PHONY : Demo3 - -# codegen rule for target. -examples/src/demo3/CMakeFiles/Demo3.dir/codegen: - $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target Demo3" -.PHONY : examples/src/demo3/CMakeFiles/Demo3.dir/codegen - -# clean rule for target. -examples/src/demo3/CMakeFiles/Demo3.dir/clean: - $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/clean -.PHONY : examples/src/demo3/CMakeFiles/Demo3.dir/clean - -#============================================================================= -# Target rules for target examples/src/demo4/CMakeFiles/Demo4.dir - -# All Build rule for target. -examples/src/demo4/CMakeFiles/Demo4.dir/all: external/ogg/CMakeFiles/ogg.dir/all -examples/src/demo4/CMakeFiles/Demo4.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all -examples/src/demo4/CMakeFiles/Demo4.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all -examples/src/demo4/CMakeFiles/Demo4.dir/all: external/SDL/CMakeFiles/SDL3-static.dir/all -examples/src/demo4/CMakeFiles/Demo4.dir/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all -examples/src/demo4/CMakeFiles/Demo4.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -examples/src/demo4/CMakeFiles/Demo4.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all -examples/src/demo4/CMakeFiles/Demo4.dir/all: external/miniaudio/CMakeFiles/miniaudio.dir/all -examples/src/demo4/CMakeFiles/Demo4.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all -examples/src/demo4/CMakeFiles/Demo4.dir/all: PopWork/CMakeFiles/PopWork.dir/all - $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/depend - $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target Demo4" -.PHONY : examples/src/demo4/CMakeFiles/Demo4.dir/all - -# Build rule for subdir invocation for target. -examples/src/demo4/CMakeFiles/Demo4.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 27 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo4/CMakeFiles/Demo4.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : examples/src/demo4/CMakeFiles/Demo4.dir/rule - -# Convenience name for target. -Demo4: examples/src/demo4/CMakeFiles/Demo4.dir/rule -.PHONY : Demo4 - -# codegen rule for target. -examples/src/demo4/CMakeFiles/Demo4.dir/codegen: - $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target Demo4" -.PHONY : examples/src/demo4/CMakeFiles/Demo4.dir/codegen - -# clean rule for target. -examples/src/demo4/CMakeFiles/Demo4.dir/clean: - $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/clean -.PHONY : examples/src/demo4/CMakeFiles/Demo4.dir/clean - -#============================================================================= -# Target rules for target examples/src/demo5/CMakeFiles/Demo5.dir - -# All Build rule for target. -examples/src/demo5/CMakeFiles/Demo5.dir/all: external/ogg/CMakeFiles/ogg.dir/all -examples/src/demo5/CMakeFiles/Demo5.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all -examples/src/demo5/CMakeFiles/Demo5.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all -examples/src/demo5/CMakeFiles/Demo5.dir/all: external/SDL/CMakeFiles/SDL3-static.dir/all -examples/src/demo5/CMakeFiles/Demo5.dir/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all -examples/src/demo5/CMakeFiles/Demo5.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -examples/src/demo5/CMakeFiles/Demo5.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all -examples/src/demo5/CMakeFiles/Demo5.dir/all: external/miniaudio/CMakeFiles/miniaudio.dir/all -examples/src/demo5/CMakeFiles/Demo5.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all -examples/src/demo5/CMakeFiles/Demo5.dir/all: PopWork/CMakeFiles/PopWork.dir/all - $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/depend - $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=1 "Built target Demo5" -.PHONY : examples/src/demo5/CMakeFiles/Demo5.dir/all - -# Build rule for subdir invocation for target. -examples/src/demo5/CMakeFiles/Demo5.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 28 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo5/CMakeFiles/Demo5.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : examples/src/demo5/CMakeFiles/Demo5.dir/rule - -# Convenience name for target. -Demo5: examples/src/demo5/CMakeFiles/Demo5.dir/rule -.PHONY : Demo5 - -# codegen rule for target. -examples/src/demo5/CMakeFiles/Demo5.dir/codegen: - $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=1 "Finished codegen for target Demo5" -.PHONY : examples/src/demo5/CMakeFiles/Demo5.dir/codegen - -# clean rule for target. -examples/src/demo5/CMakeFiles/Demo5.dir/clean: - $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/clean -.PHONY : examples/src/demo5/CMakeFiles/Demo5.dir/clean - -#============================================================================= -# Target rules for target examples/src/hun-garr/CMakeFiles/Hun-garr.dir - -# All Build rule for target. -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all: external/ogg/CMakeFiles/ogg.dir/all -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all: external/SDL/CMakeFiles/SDL3-static.dir/all -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all: external/miniaudio/CMakeFiles/miniaudio.dir/all -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all: PopWork/CMakeFiles/PopWork.dir/all - $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/depend - $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target Hun-garr" -.PHONY : examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all - -# Build rule for subdir invocation for target. -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 27 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/hun-garr/CMakeFiles/Hun-garr.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : examples/src/hun-garr/CMakeFiles/Hun-garr.dir/rule - -# Convenience name for target. -Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/rule -.PHONY : Hun-garr - -# codegen rule for target. -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/codegen: - $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target Hun-garr" -.PHONY : examples/src/hun-garr/CMakeFiles/Hun-garr.dir/codegen - -# clean rule for target. -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/clean: - $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/clean -.PHONY : examples/src/hun-garr/CMakeFiles/Hun-garr.dir/clean - -#============================================================================= -# Target rules for target examples/src/v12demo/CMakeFiles/V12Demo.dir - -# All Build rule for target. -examples/src/v12demo/CMakeFiles/V12Demo.dir/all: external/ogg/CMakeFiles/ogg.dir/all -examples/src/v12demo/CMakeFiles/V12Demo.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all -examples/src/v12demo/CMakeFiles/V12Demo.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all -examples/src/v12demo/CMakeFiles/V12Demo.dir/all: external/SDL/CMakeFiles/SDL3-static.dir/all -examples/src/v12demo/CMakeFiles/V12Demo.dir/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all -examples/src/v12demo/CMakeFiles/V12Demo.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -examples/src/v12demo/CMakeFiles/V12Demo.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all -examples/src/v12demo/CMakeFiles/V12Demo.dir/all: external/miniaudio/CMakeFiles/miniaudio.dir/all -examples/src/v12demo/CMakeFiles/V12Demo.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all -examples/src/v12demo/CMakeFiles/V12Demo.dir/all: PopWork/CMakeFiles/PopWork.dir/all - $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/depend - $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=32 "Built target V12Demo" -.PHONY : examples/src/v12demo/CMakeFiles/V12Demo.dir/all - -# Build rule for subdir invocation for target. -examples/src/v12demo/CMakeFiles/V12Demo.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 28 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v12demo/CMakeFiles/V12Demo.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : examples/src/v12demo/CMakeFiles/V12Demo.dir/rule - -# Convenience name for target. -V12Demo: examples/src/v12demo/CMakeFiles/V12Demo.dir/rule -.PHONY : V12Demo - -# codegen rule for target. -examples/src/v12demo/CMakeFiles/V12Demo.dir/codegen: - $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=32 "Finished codegen for target V12Demo" -.PHONY : examples/src/v12demo/CMakeFiles/V12Demo.dir/codegen - -# clean rule for target. -examples/src/v12demo/CMakeFiles/V12Demo.dir/clean: - $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/clean -.PHONY : examples/src/v12demo/CMakeFiles/V12Demo.dir/clean - -#============================================================================= -# Target rules for target examples/src/v14demo/CMakeFiles/V14Demo.dir - -# All Build rule for target. -examples/src/v14demo/CMakeFiles/V14Demo.dir/all: external/ogg/CMakeFiles/ogg.dir/all -examples/src/v14demo/CMakeFiles/V14Demo.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all -examples/src/v14demo/CMakeFiles/V14Demo.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all -examples/src/v14demo/CMakeFiles/V14Demo.dir/all: external/SDL/CMakeFiles/SDL3-static.dir/all -examples/src/v14demo/CMakeFiles/V14Demo.dir/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all -examples/src/v14demo/CMakeFiles/V14Demo.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -examples/src/v14demo/CMakeFiles/V14Demo.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all -examples/src/v14demo/CMakeFiles/V14Demo.dir/all: external/miniaudio/CMakeFiles/miniaudio.dir/all -examples/src/v14demo/CMakeFiles/V14Demo.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all -examples/src/v14demo/CMakeFiles/V14Demo.dir/all: PopWork/CMakeFiles/PopWork.dir/all - $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/depend - $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target V14Demo" -.PHONY : examples/src/v14demo/CMakeFiles/V14Demo.dir/all - -# Build rule for subdir invocation for target. -examples/src/v14demo/CMakeFiles/V14Demo.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 27 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v14demo/CMakeFiles/V14Demo.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : examples/src/v14demo/CMakeFiles/V14Demo.dir/rule - -# Convenience name for target. -V14Demo: examples/src/v14demo/CMakeFiles/V14Demo.dir/rule -.PHONY : V14Demo - -# codegen rule for target. -examples/src/v14demo/CMakeFiles/V14Demo.dir/codegen: - $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target V14Demo" -.PHONY : examples/src/v14demo/CMakeFiles/V14Demo.dir/codegen - -# clean rule for target. -examples/src/v14demo/CMakeFiles/V14Demo.dir/clean: - $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/clean -.PHONY : examples/src/v14demo/CMakeFiles/V14Demo.dir/clean - -#============================================================================= -# Target rules for target examples/src/xmldemo/CMakeFiles/XMLDemo.dir - -# All Build rule for target. -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all: external/ogg/CMakeFiles/ogg.dir/all -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all: external/SDL/CMakeFiles/SDL3-static.dir/all -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all: external/miniaudio/CMakeFiles/miniaudio.dir/all -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all: PopWork/CMakeFiles/PopWork.dir/all - $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/depend - $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target XMLDemo" -.PHONY : examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all - -# Build rule for subdir invocation for target. -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 27 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/xmldemo/CMakeFiles/XMLDemo.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : examples/src/xmldemo/CMakeFiles/XMLDemo.dir/rule - -# Convenience name for target. -XMLDemo: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/rule -.PHONY : XMLDemo - -# codegen rule for target. -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/codegen: - $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target XMLDemo" -.PHONY : examples/src/xmldemo/CMakeFiles/XMLDemo.dir/codegen - -# clean rule for target. -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/clean: - $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/clean -.PHONY : examples/src/xmldemo/CMakeFiles/XMLDemo.dir/clean - -#============================================================================= -# Target rules for target examples/src/barebones/CMakeFiles/Barebones.dir - -# All Build rule for target. -examples/src/barebones/CMakeFiles/Barebones.dir/all: external/ogg/CMakeFiles/ogg.dir/all -examples/src/barebones/CMakeFiles/Barebones.dir/all: external/vorbis/lib/CMakeFiles/vorbis.dir/all -examples/src/barebones/CMakeFiles/Barebones.dir/all: external/vorbis/lib/CMakeFiles/vorbisfile.dir/all -examples/src/barebones/CMakeFiles/Barebones.dir/all: external/SDL/CMakeFiles/SDL3-static.dir/all -examples/src/barebones/CMakeFiles/Barebones.dir/all: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/all -examples/src/barebones/CMakeFiles/Barebones.dir/all: external/openal/CMakeFiles/OpenAL.dir/all -examples/src/barebones/CMakeFiles/Barebones.dir/all: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/all -examples/src/barebones/CMakeFiles/Barebones.dir/all: external/miniaudio/CMakeFiles/miniaudio.dir/all -examples/src/barebones/CMakeFiles/Barebones.dir/all: external/curl/lib/CMakeFiles/libcurl_static.dir/all -examples/src/barebones/CMakeFiles/Barebones.dir/all: PopWork/CMakeFiles/PopWork.dir/all - $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/depend - $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/build - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Built target Barebones" -.PHONY : examples/src/barebones/CMakeFiles/Barebones.dir/all - -# Build rule for subdir invocation for target. -examples/src/barebones/CMakeFiles/Barebones.dir/rule: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 27 - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/barebones/CMakeFiles/Barebones.dir/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : examples/src/barebones/CMakeFiles/Barebones.dir/rule - -# Convenience name for target. -Barebones: examples/src/barebones/CMakeFiles/Barebones.dir/rule -.PHONY : Barebones - -# codegen rule for target. -examples/src/barebones/CMakeFiles/Barebones.dir/codegen: - $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/codegen - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num= "Finished codegen for target Barebones" -.PHONY : examples/src/barebones/CMakeFiles/Barebones.dir/codegen - -# clean rule for target. -examples/src/barebones/CMakeFiles/Barebones.dir/clean: - $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/clean -.PHONY : examples/src/barebones/CMakeFiles/Barebones.dir/clean - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - $(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/build_emscripten/CMakeFiles/TargetDirectories.txt b/build_emscripten/CMakeFiles/TargetDirectories.txt deleted file mode 100644 index 937546f1..00000000 --- a/build_emscripten/CMakeFiles/TargetDirectories.txt +++ /dev/null @@ -1,849 +0,0 @@ -/home/guest/Downloads/PopLib/build/CMakeFiles/alldemos.dir -/home/guest/Downloads/PopLib/build/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/ogg.dir -/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/Experimental.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/Nightly.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/Continuous.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyStart.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyUpdate.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyConfigure.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyBuild.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyTest.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyCoverage.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyMemCheck.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlySubmit.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalStart.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalUpdate.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalConfigure.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalBuild.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalTest.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalCoverage.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalSubmit.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousStart.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousUpdate.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousConfigure.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousBuild.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousTest.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousCoverage.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousMemCheck.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousSubmit.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/vorbis.dir -/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/vorbisenc.dir -/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/vorbisfile.dir -/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/vorbis/test/CMakeFiles/vorbis_test.dir -/home/guest/Downloads/PopLib/build/external/vorbis/test/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/vorbis/test/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/vorbis/test/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/vorbis/test/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/vorbis/test/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/vorbis/test/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/vorbis/test/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/vorbis/test/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir -/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir -/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3_test.dir -/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir -/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir -/home/guest/Downloads/PopLib/build/external/SDL_ttf/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/SDL_ttf/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/SDL_ttf/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/SDL_ttf/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/SDL_ttf/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/SDL_ttf/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/SDL_ttf/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/SDL_ttf/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alsoft.build_version.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alsoft.common.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/clang-tidy-check.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/OpenAL.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/openal-info.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/uhjdecoder.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/uhjencoder.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alsoft.sofa-support.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/makemhr.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/sofa-info.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alsoft.excommon.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/altonegen.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alrecord.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/aldebug.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/allafplay.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alplay.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alstream.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alreverb.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/almultireverb.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/allatency.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alhrtf.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alstreamcb.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/aldirect.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alconvolve.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alloopback.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alffplay.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir -/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir -/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio.dir -/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir -/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir -/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir -/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir -/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir -/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir -/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/curl-ca-bundle.dir -/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/curl-ca-firefox.dir -/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/curl_uninstall.dir -/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/CMakeFiles/curl-man.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/curl/scripts/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/curl/scripts/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/curl/scripts/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/scripts/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/scripts/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/curl/scripts/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/curl/scripts/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/curl/scripts/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/curlu.dir -/home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/libcurl_static.dir -/home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-examples.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-https.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-range.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/testdeps.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-quiet.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-am.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-full.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-nonflaky.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-ci.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-torture.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-event.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/curl-pytest.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/curl-pytest-ci.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/resolve.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/rtspd.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/sockfilt.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/sws.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/tftpd.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/socksd.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/mqttd.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/dnsd.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/libauthretry.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/libprereq.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib500.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib501.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib502.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib503.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib504.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib505.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib506.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib507.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib508.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib509.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib510.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib511.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib512.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib513.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib514.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib515.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib516.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib517.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib518.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib519.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib520.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib521.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib523.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib524.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib525.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib526.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib527.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib529.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib530.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib532.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib533.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib536.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib537.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib539.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib540.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib541.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib542.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib543.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib544.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib545.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib547.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib548.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib549.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib552.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib553.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib554.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib555.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib556.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib557.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib558.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib559.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib560.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib562.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib564.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib565.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib566.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib567.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib568.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib569.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib570.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib571.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib572.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib573.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib574.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib575.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib576.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib578.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib579.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib582.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib583.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib584.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib585.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib586.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib587.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib589.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib590.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib591.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib597.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib598.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib599.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib643.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib645.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib650.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib651.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib652.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib653.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib654.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib655.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib658.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib659.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib661.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib666.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib667.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib668.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib670.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib671.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib672.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib673.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib674.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib676.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib677.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib678.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib694.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib695.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib696.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1156.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1301.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1308.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1485.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1500.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1501.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1502.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1503.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1504.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1505.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1506.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1507.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1508.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1509.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1510.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1511.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1512.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1513.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1514.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1515.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1517.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1518.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1520.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1521.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1522.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1523.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1525.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1526.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1527.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1528.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1529.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1530.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1531.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1532.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1533.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1534.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1535.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1536.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1537.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1538.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1539.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1540.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1541.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1542.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1543.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1545.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1550.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1551.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1552.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1553.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1554.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1555.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1556.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1557.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1558.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1559.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1560.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1564.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1565.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1567.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1568.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1569.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1571.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1576.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1578.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1591.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1592.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1593.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1594.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1596.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1597.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1598.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1662.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1900.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1901.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1903.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1905.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1906.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1907.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1908.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1910.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1911.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1912.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1913.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1915.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1916.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1917.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1918.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1919.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1933.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1934.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1935.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1936.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1937.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1938.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1939.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1940.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1945.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1946.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1947.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1948.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1955.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1956.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1957.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1958.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1959.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1960.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1964.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1970.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1971.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1972.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1973.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1974.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1975.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1977.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1978.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2301.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2302.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2304.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2305.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2306.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2308.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2309.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2310.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2311.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2312.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2402.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2404.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2405.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2502.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3010.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3025.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3026.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3027.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3100.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3101.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3102.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3103.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3104.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3105.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3207.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3208.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/tool1394.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/tool1604.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/tool1621.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1300.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1302.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1303.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1304.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1305.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1307.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1309.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1323.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1330.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1395.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1396.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1397.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1398.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1399.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1600.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1601.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1602.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1603.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1605.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1606.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1607.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1608.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1609.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1610.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1611.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1612.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1614.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1615.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1616.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1620.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1650.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1651.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1652.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1653.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1654.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1655.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1656.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1657.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1658.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1660.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1661.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1663.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1664.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1979.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1980.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit2600.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit2601.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit2602.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit2603.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit2604.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit3200.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit3205.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit3211.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit3212.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit3213.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/build-certs.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/clean-certs.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/PopWork/CMakeFiles/PopWork.dir -/home/guest/Downloads/PopLib/build/PopWork/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/PopWork/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/PopWork/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/PopWork/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/PopWork/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/PopWork/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/PopWork/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/PopWork/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/examples/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/examples/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/examples/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/examples/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/examples/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/examples/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/examples/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/examples/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/examples/src/demo1/CMakeFiles/Demo1.dir -/home/guest/Downloads/PopLib/build/examples/src/demo1/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/examples/src/demo1/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/examples/src/demo1/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/examples/src/demo1/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/examples/src/demo1/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/examples/src/demo1/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/examples/src/demo1/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/examples/src/demo1/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/examples/src/demo2/CMakeFiles/Demo2.dir -/home/guest/Downloads/PopLib/build/examples/src/demo2/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/examples/src/demo2/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/examples/src/demo2/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/examples/src/demo2/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/examples/src/demo2/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/examples/src/demo2/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/examples/src/demo2/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/examples/src/demo2/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/examples/src/demo3/CMakeFiles/Demo3.dir -/home/guest/Downloads/PopLib/build/examples/src/demo3/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/examples/src/demo3/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/examples/src/demo3/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/examples/src/demo3/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/examples/src/demo3/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/examples/src/demo3/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/examples/src/demo3/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/examples/src/demo3/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/examples/src/demo4/CMakeFiles/Demo4.dir -/home/guest/Downloads/PopLib/build/examples/src/demo4/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/examples/src/demo4/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/examples/src/demo4/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/examples/src/demo4/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/examples/src/demo4/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/examples/src/demo4/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/examples/src/demo4/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/examples/src/demo4/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/examples/src/demo5/CMakeFiles/Demo5.dir -/home/guest/Downloads/PopLib/build/examples/src/demo5/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/examples/src/demo5/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/examples/src/demo5/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/examples/src/demo5/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/examples/src/demo5/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/examples/src/demo5/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/examples/src/demo5/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/examples/src/demo5/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/examples/src/hun-garr/CMakeFiles/Hun-garr.dir -/home/guest/Downloads/PopLib/build/examples/src/hun-garr/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/examples/src/hun-garr/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/examples/src/hun-garr/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/examples/src/hun-garr/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/examples/src/hun-garr/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/examples/src/hun-garr/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/examples/src/hun-garr/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/examples/src/hun-garr/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/examples/src/v12demo/CMakeFiles/V12Demo.dir -/home/guest/Downloads/PopLib/build/examples/src/v12demo/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/examples/src/v12demo/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/examples/src/v12demo/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/examples/src/v12demo/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/examples/src/v12demo/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/examples/src/v12demo/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/examples/src/v12demo/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/examples/src/v12demo/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/examples/src/v14demo/CMakeFiles/V14Demo.dir -/home/guest/Downloads/PopLib/build/examples/src/v14demo/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/examples/src/v14demo/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/examples/src/v14demo/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/examples/src/v14demo/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/examples/src/v14demo/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/examples/src/v14demo/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/examples/src/v14demo/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/examples/src/v14demo/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/examples/src/xmldemo/CMakeFiles/XMLDemo.dir -/home/guest/Downloads/PopLib/build/examples/src/xmldemo/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/examples/src/xmldemo/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/examples/src/xmldemo/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/examples/src/xmldemo/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/examples/src/xmldemo/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/examples/src/xmldemo/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/examples/src/xmldemo/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/examples/src/xmldemo/CMakeFiles/install/strip.dir -/home/guest/Downloads/PopLib/build/examples/src/barebones/CMakeFiles/Barebones.dir -/home/guest/Downloads/PopLib/build/examples/src/barebones/CMakeFiles/package.dir -/home/guest/Downloads/PopLib/build/examples/src/barebones/CMakeFiles/package_source.dir -/home/guest/Downloads/PopLib/build/examples/src/barebones/CMakeFiles/edit_cache.dir -/home/guest/Downloads/PopLib/build/examples/src/barebones/CMakeFiles/rebuild_cache.dir -/home/guest/Downloads/PopLib/build/examples/src/barebones/CMakeFiles/list_install_components.dir -/home/guest/Downloads/PopLib/build/examples/src/barebones/CMakeFiles/install.dir -/home/guest/Downloads/PopLib/build/examples/src/barebones/CMakeFiles/install/local.dir -/home/guest/Downloads/PopLib/build/examples/src/barebones/CMakeFiles/install/strip.dir diff --git a/build_emscripten/CMakeFiles/VerifyGlobs.cmake b/build_emscripten/CMakeFiles/VerifyGlobs.cmake deleted file mode 100644 index 7c9acf1b..00000000 --- a/build_emscripten/CMakeFiles/VerifyGlobs.cmake +++ /dev/null @@ -1,198 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by CMake Version 4.0 - -# ALL_FILES at PopWork/CMakeLists.txt:4 (file) -file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false "/home/guest/Downloads/PopLib/PopWork/*.c") -set(OLD_GLOB - ) -if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") - message("-- GLOB mismatch!") - file(TOUCH_NOCREATE "/home/guest/Downloads/PopLib/build/CMakeFiles/cmake.verify_globs") -endif() - -# ALL_FILES at PopWork/CMakeLists.txt:4 (file) -file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false "/home/guest/Downloads/PopLib/PopWork/*.cpp") -set(OLD_GLOB - "/home/guest/Downloads/PopLib/PopWork/appbase.cpp" - "/home/guest/Downloads/PopLib/PopWork/audio/bassmusicinterface.cpp" - "/home/guest/Downloads/PopLib/PopWork/audio/musicinterface.cpp" - "/home/guest/Downloads/PopLib/PopWork/audio/openalsoundinstance.cpp" - "/home/guest/Downloads/PopLib/PopWork/audio/openalsoundmanager.cpp" - "/home/guest/Downloads/PopLib/PopWork/common.cpp" - "/home/guest/Downloads/PopLib/PopWork/debug/debug.cpp" - "/home/guest/Downloads/PopLib/PopWork/debug/errorhandler.cpp" - "/home/guest/Downloads/PopLib/PopWork/debug/perftimer.cpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri.cpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri_DrawTriangle.cpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri_DrawTriangleInc1.cpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri_DrawTriangleInc2.cpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri_GetTexel.cpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri_Loop.cpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri_Pixel555.cpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri_Pixel565.cpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri_Pixel888.cpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri_Pixel8888.cpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri_TexelARGB.cpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/color.cpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/font.cpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/graphics.cpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/image.cpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/imagefont.cpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/memoryimage.cpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/nativedisplay.cpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/quantize.cpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/sdlimage.cpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/sdlinterface.cpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/sharedimage.cpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/sysfont.cpp" - "/home/guest/Downloads/PopLib/PopWork/imagelib/imagelib.cpp" - "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui.cpp" - "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_demo.cpp" - "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_draw.cpp" - "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdl3.cpp" - "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdlrenderer3.cpp" - "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_tables.cpp" - "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_widgets.cpp" - "/home/guest/Downloads/PopLib/PopWork/imgui/debugwindow.cpp" - "/home/guest/Downloads/PopLib/PopWork/imgui/imguimanager.cpp" - "/home/guest/Downloads/PopLib/PopWork/math/matrix.cpp" - "/home/guest/Downloads/PopLib/PopWork/math/ratio.cpp" - "/home/guest/Downloads/PopLib/PopWork/misc/buffer.cpp" - "/home/guest/Downloads/PopLib/PopWork/misc/flags.cpp" - "/home/guest/Downloads/PopLib/PopWork/misc/httptransfer.cpp" - "/home/guest/Downloads/PopLib/PopWork/misc/keycodes.cpp" - "/home/guest/Downloads/PopLib/PopWork/misc/profile.cpp" - "/home/guest/Downloads/PopLib/PopWork/misc/workerthread.cpp" - "/home/guest/Downloads/PopLib/PopWork/paklib/pakinterface.cpp" - "/home/guest/Downloads/PopLib/PopWork/readwrite/descparser.cpp" - "/home/guest/Downloads/PopLib/PopWork/readwrite/jsonparser.cpp" - "/home/guest/Downloads/PopLib/PopWork/readwrite/modval.cpp" - "/home/guest/Downloads/PopLib/PopWork/readwrite/xmlparser.cpp" - "/home/guest/Downloads/PopLib/PopWork/readwrite/xmlwriter.cpp" - "/home/guest/Downloads/PopLib/PopWork/resources/propertiesparser.cpp" - "/home/guest/Downloads/PopLib/PopWork/resources/resourcemanager.cpp" - "/home/guest/Downloads/PopLib/PopWork/widget/buttonwidget.cpp" - "/home/guest/Downloads/PopLib/PopWork/widget/checkbox.cpp" - "/home/guest/Downloads/PopLib/PopWork/widget/cursorwidget.cpp" - "/home/guest/Downloads/PopLib/PopWork/widget/dialog.cpp" - "/home/guest/Downloads/PopLib/PopWork/widget/dialogbutton.cpp" - "/home/guest/Downloads/PopLib/PopWork/widget/editwidget.cpp" - "/home/guest/Downloads/PopLib/PopWork/widget/hyperlinkwidget.cpp" - "/home/guest/Downloads/PopLib/PopWork/widget/insets.cpp" - "/home/guest/Downloads/PopLib/PopWork/widget/listwidget.cpp" - "/home/guest/Downloads/PopLib/PopWork/widget/scrollbarwidget.cpp" - "/home/guest/Downloads/PopLib/PopWork/widget/scrollbuttonwidget.cpp" - "/home/guest/Downloads/PopLib/PopWork/widget/slider.cpp" - "/home/guest/Downloads/PopLib/PopWork/widget/textwidget.cpp" - "/home/guest/Downloads/PopLib/PopWork/widget/widget.cpp" - "/home/guest/Downloads/PopLib/PopWork/widget/widgetcontainer.cpp" - "/home/guest/Downloads/PopLib/PopWork/widget/widgetmanager.cpp" - ) -if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") - message("-- GLOB mismatch!") - file(TOUCH_NOCREATE "/home/guest/Downloads/PopLib/build/CMakeFiles/cmake.verify_globs") -endif() - -# ALL_FILES at PopWork/CMakeLists.txt:4 (file) -file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false "/home/guest/Downloads/PopLib/PopWork/*.h") -set(OLD_GLOB - "/home/guest/Downloads/PopLib/PopWork/audio/bass.h" - "/home/guest/Downloads/PopLib/PopWork/graphics/HeaderFont/LiberationSansRegular.h" - "/home/guest/Downloads/PopLib/PopWork/imgui/core/imconfig.h" - "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui.h" - "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdl3.h" - "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdlrenderer3.h" - "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_internal.h" - "/home/guest/Downloads/PopLib/PopWork/imgui/core/imstb_rectpack.h" - "/home/guest/Downloads/PopLib/PopWork/imgui/core/imstb_textedit.h" - "/home/guest/Downloads/PopLib/PopWork/imgui/core/imstb_truetype.h" - ) -if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") - message("-- GLOB mismatch!") - file(TOUCH_NOCREATE "/home/guest/Downloads/PopLib/build/CMakeFiles/cmake.verify_globs") -endif() - -# ALL_FILES at PopWork/CMakeLists.txt:4 (file) -file(GLOB_RECURSE NEW_GLOB LIST_DIRECTORIES false "/home/guest/Downloads/PopLib/PopWork/*.hpp") -set(OLD_GLOB - "/home/guest/Downloads/PopLib/PopWork/appbase.hpp" - "/home/guest/Downloads/PopLib/PopWork/audio/aureader.hpp" - "/home/guest/Downloads/PopLib/PopWork/audio/bassmusicinterface.hpp" - "/home/guest/Downloads/PopLib/PopWork/audio/musicinterface.hpp" - "/home/guest/Downloads/PopLib/PopWork/audio/openalsoundinstance.hpp" - "/home/guest/Downloads/PopLib/PopWork/audio/openalsoundmanager.hpp" - "/home/guest/Downloads/PopLib/PopWork/audio/soundinstance.hpp" - "/home/guest/Downloads/PopLib/PopWork/audio/soundmanager.hpp" - "/home/guest/Downloads/PopLib/PopWork/common.hpp" - "/home/guest/Downloads/PopLib/PopWork/debug/debug.hpp" - "/home/guest/Downloads/PopLib/PopWork/debug/errorhandler.hpp" - "/home/guest/Downloads/PopLib/PopWork/debug/memmgr.hpp" - "/home/guest/Downloads/PopLib/PopWork/debug/perftimer.hpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri.hpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/color.hpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/font.hpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/graphics.hpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/image.hpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/imagefont.hpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/memoryimage.hpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/nativedisplay.hpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/quantize.hpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/sdlimage.hpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/sdlinterface.hpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/sharedimage.hpp" - "/home/guest/Downloads/PopLib/PopWork/graphics/sysfont.hpp" - "/home/guest/Downloads/PopLib/PopWork/imagelib/imagelib.hpp" - "/home/guest/Downloads/PopLib/PopWork/imgui/imguimanager.hpp" - "/home/guest/Downloads/PopLib/PopWork/math/math.hpp" - "/home/guest/Downloads/PopLib/PopWork/math/matrix.hpp" - "/home/guest/Downloads/PopLib/PopWork/math/mtrand.hpp" - "/home/guest/Downloads/PopLib/PopWork/math/point.hpp" - "/home/guest/Downloads/PopLib/PopWork/math/ratio.hpp" - "/home/guest/Downloads/PopLib/PopWork/math/rect.hpp" - "/home/guest/Downloads/PopLib/PopWork/math/trivertex.hpp" - "/home/guest/Downloads/PopLib/PopWork/math/vector.hpp" - "/home/guest/Downloads/PopLib/PopWork/misc/autocrit.hpp" - "/home/guest/Downloads/PopLib/PopWork/misc/buffer.hpp" - "/home/guest/Downloads/PopLib/PopWork/misc/critsect.hpp" - "/home/guest/Downloads/PopLib/PopWork/misc/flags.hpp" - "/home/guest/Downloads/PopLib/PopWork/misc/httptransfer.hpp" - "/home/guest/Downloads/PopLib/PopWork/misc/keycodes.hpp" - "/home/guest/Downloads/PopLib/PopWork/misc/profile.hpp" - "/home/guest/Downloads/PopLib/PopWork/misc/smartptr.hpp" - "/home/guest/Downloads/PopLib/PopWork/misc/workerthread.hpp" - "/home/guest/Downloads/PopLib/PopWork/paklib/pakinterface.hpp" - "/home/guest/Downloads/PopLib/PopWork/readwrite/descparser.hpp" - "/home/guest/Downloads/PopLib/PopWork/readwrite/jsonparser.hpp" - "/home/guest/Downloads/PopLib/PopWork/readwrite/modval.hpp" - "/home/guest/Downloads/PopLib/PopWork/readwrite/xmlparser.hpp" - "/home/guest/Downloads/PopLib/PopWork/readwrite/xmlwriter.hpp" - "/home/guest/Downloads/PopLib/PopWork/resources/propertiesparser.hpp" - "/home/guest/Downloads/PopLib/PopWork/resources/resourcemanager.hpp" - "/home/guest/Downloads/PopLib/PopWork/widget/buttonlistener.hpp" - "/home/guest/Downloads/PopLib/PopWork/widget/buttonwidget.hpp" - "/home/guest/Downloads/PopLib/PopWork/widget/checkbox.hpp" - "/home/guest/Downloads/PopLib/PopWork/widget/checkboxlistener.hpp" - "/home/guest/Downloads/PopLib/PopWork/widget/cursorwidget.hpp" - "/home/guest/Downloads/PopLib/PopWork/widget/dialog.hpp" - "/home/guest/Downloads/PopLib/PopWork/widget/dialogbutton.hpp" - "/home/guest/Downloads/PopLib/PopWork/widget/dialoglistener.hpp" - "/home/guest/Downloads/PopLib/PopWork/widget/editlistener.hpp" - "/home/guest/Downloads/PopLib/PopWork/widget/editwidget.hpp" - "/home/guest/Downloads/PopLib/PopWork/widget/hyperlinkwidget.hpp" - "/home/guest/Downloads/PopLib/PopWork/widget/insets.hpp" - "/home/guest/Downloads/PopLib/PopWork/widget/listlistener.hpp" - "/home/guest/Downloads/PopLib/PopWork/widget/listwidget.hpp" - "/home/guest/Downloads/PopLib/PopWork/widget/scrollbarwidget.hpp" - "/home/guest/Downloads/PopLib/PopWork/widget/scrollbuttonwidget.hpp" - "/home/guest/Downloads/PopLib/PopWork/widget/scrolllistener.hpp" - "/home/guest/Downloads/PopLib/PopWork/widget/slider.hpp" - "/home/guest/Downloads/PopLib/PopWork/widget/sliderlistener.hpp" - "/home/guest/Downloads/PopLib/PopWork/widget/textwidget.hpp" - "/home/guest/Downloads/PopLib/PopWork/widget/widget.hpp" - "/home/guest/Downloads/PopLib/PopWork/widget/widgetcontainer.hpp" - "/home/guest/Downloads/PopLib/PopWork/widget/widgetmanager.hpp" - ) -if(NOT "${NEW_GLOB}" STREQUAL "${OLD_GLOB}") - message("-- GLOB mismatch!") - file(TOUCH_NOCREATE "/home/guest/Downloads/PopLib/build/CMakeFiles/cmake.verify_globs") -endif() diff --git a/build_emscripten/CMakeFiles/alldemos.dir/DependInfo.cmake b/build_emscripten/CMakeFiles/alldemos.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/CMakeFiles/alldemos.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/CMakeFiles/alldemos.dir/build.make b/build_emscripten/CMakeFiles/alldemos.dir/build.make deleted file mode 100644 index 5f85d0ab..00000000 --- a/build_emscripten/CMakeFiles/alldemos.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for alldemos. - -# Include any custom commands dependencies for this target. -include CMakeFiles/alldemos.dir/compiler_depend.make - -# Include the progress variables for this target. -include CMakeFiles/alldemos.dir/progress.make - -CMakeFiles/alldemos: PopWork/libPopWork.a - -CMakeFiles/alldemos.dir/codegen: -.PHONY : CMakeFiles/alldemos.dir/codegen - -alldemos: CMakeFiles/alldemos -alldemos: CMakeFiles/alldemos.dir/build.make - /usr/bin/cmake --install /home/guest/Downloads/PopLib/build --config RelWithDebInfo -.PHONY : alldemos - -# Rule to build all files generated by this target. -CMakeFiles/alldemos.dir/build: alldemos -.PHONY : CMakeFiles/alldemos.dir/build - -CMakeFiles/alldemos.dir/clean: - $(CMAKE_COMMAND) -P CMakeFiles/alldemos.dir/cmake_clean.cmake -.PHONY : CMakeFiles/alldemos.dir/clean - -CMakeFiles/alldemos.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/CMakeFiles/alldemos.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : CMakeFiles/alldemos.dir/depend - diff --git a/build_emscripten/CMakeFiles/alldemos.dir/cmake_clean.cmake b/build_emscripten/CMakeFiles/alldemos.dir/cmake_clean.cmake deleted file mode 100644 index 7ed4751d..00000000 --- a/build_emscripten/CMakeFiles/alldemos.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/alldemos" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/alldemos.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/CMakeFiles/alldemos.dir/compiler_depend.make b/build_emscripten/CMakeFiles/alldemos.dir/compiler_depend.make deleted file mode 100644 index 007ac6d3..00000000 --- a/build_emscripten/CMakeFiles/alldemos.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for alldemos. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/CMakeFiles/alldemos.dir/compiler_depend.ts b/build_emscripten/CMakeFiles/alldemos.dir/compiler_depend.ts deleted file mode 100644 index 8b6788d8..00000000 --- a/build_emscripten/CMakeFiles/alldemos.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for alldemos. diff --git a/build_emscripten/CMakeFiles/alldemos.dir/progress.make b/build_emscripten/CMakeFiles/alldemos.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/CMakeFiles/alldemos.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/CMakeFiles/cmake.check_cache b/build_emscripten/CMakeFiles/cmake.check_cache deleted file mode 100644 index 3dccd731..00000000 --- a/build_emscripten/CMakeFiles/cmake.check_cache +++ /dev/null @@ -1 +0,0 @@ -# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/build_emscripten/CMakeFiles/cmake.verify_globs b/build_emscripten/CMakeFiles/cmake.verify_globs deleted file mode 100644 index 2b38facb..00000000 --- a/build_emscripten/CMakeFiles/cmake.verify_globs +++ /dev/null @@ -1 +0,0 @@ -# This file is generated by CMake for checking of the VerifyGlobs.cmake file diff --git a/build_emscripten/CMakeFiles/progress.marks b/build_emscripten/CMakeFiles/progress.marks deleted file mode 100644 index f04c001f..00000000 --- a/build_emscripten/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -29 diff --git a/build_emscripten/CPackConfig.cmake b/build_emscripten/CPackConfig.cmake deleted file mode 100644 index 14bfc682..00000000 --- a/build_emscripten/CPackConfig.cmake +++ /dev/null @@ -1,80 +0,0 @@ -# This file will be configured to contain variables for CPack. These variables -# should be set in the CMake list file of the project before CPack module is -# included. The list of available CPACK_xxx variables and their associated -# documentation may be obtained using -# cpack --help-variable-list -# -# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) -# and some are specific to a generator -# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables -# usually begin with CPACK__xxxx. - - -set(CPACK_BINARY_DEB "OFF") -set(CPACK_BINARY_FREEBSD "OFF") -set(CPACK_BINARY_IFW "OFF") -set(CPACK_BINARY_NSIS "OFF") -set(CPACK_BINARY_RPM "OFF") -set(CPACK_BINARY_STGZ "ON") -set(CPACK_BINARY_TBZ2 "OFF") -set(CPACK_BINARY_TGZ "ON") -set(CPACK_BINARY_TXZ "OFF") -set(CPACK_BINARY_TZ "ON") -set(CPACK_BUILD_SOURCE_DIRS "/home/guest/Downloads/PopLib;/home/guest/Downloads/PopLib/build") -set(CPACK_CMAKE_GENERATOR "Unix Makefiles") -set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") -set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") -set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake/Templates/CPack.GenericDescription.txt") -set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "PopWork built using CMake") -set(CPACK_GENERATOR "TGZ") -set(CPACK_INNOSETUP_ARCHITECTURE "x64") -set(CPACK_INSTALL_CMAKE_PROJECTS "/home/guest/Downloads/PopLib/build;PopWork;ALL;/") -set(CPACK_INSTALL_PREFIX "/usr/local") -set(CPACK_MODULE_PATH "/home/guest/Downloads/PopLib/external/curl/CMake") -set(CPACK_NSIS_DISPLAY_NAME "PopWork 1.4.0-DEV") -set(CPACK_NSIS_INSTALLER_ICON_CODE "") -set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") -set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") -set(CPACK_NSIS_PACKAGE_NAME "PopWork 1.4.0-DEV") -set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") -set(CPACK_OBJCOPY_EXECUTABLE "/usr/bin/objcopy") -set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump") -set(CPACK_OUTPUT_CONFIG_FILE "/home/guest/Downloads/PopLib/build/CPackConfig.cmake") -set(CPACK_PACKAGE_DEFAULT_LOCATION "/") -set(CPACK_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake/Templates/CPack.GenericDescription.txt") -set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "PopWork built using CMake") -set(CPACK_PACKAGE_FILE_NAME "PopWork-1.4.0-DEV-Linux") -set(CPACK_PACKAGE_INSTALL_DIRECTORY "PopWork 1.4.0-DEV") -set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "PopWork 1.4.0-DEV") -set(CPACK_PACKAGE_NAME "PopWork") -set(CPACK_PACKAGE_RELOCATABLE "true") -set(CPACK_PACKAGE_VENDOR "Humanity") -set(CPACK_PACKAGE_VERSION "1.4.0-DEV") -set(CPACK_PACKAGE_VERSION_MAJOR "1") -set(CPACK_PACKAGE_VERSION_MINOR "4") -set(CPACK_PACKAGE_VERSION_PATCH "0-DEV") -set(CPACK_READELF_EXECUTABLE "/usr/bin/readelf") -set(CPACK_RESOURCE_FILE_LICENSE "/usr/share/cmake/Templates/CPack.GenericLicense.txt") -set(CPACK_RESOURCE_FILE_README "/usr/share/cmake/Templates/CPack.GenericDescription.txt") -set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake/Templates/CPack.GenericWelcome.txt") -set(CPACK_SET_DESTDIR "OFF") -set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ") -set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake") -set(CPACK_SOURCE_RPM "OFF") -set(CPACK_SOURCE_TBZ2 "ON") -set(CPACK_SOURCE_TGZ "ON") -set(CPACK_SOURCE_TXZ "ON") -set(CPACK_SOURCE_TZ "ON") -set(CPACK_SOURCE_ZIP "OFF") -set(CPACK_SYSTEM_NAME "Linux") -set(CPACK_THREADS "1") -set(CPACK_TOPLEVEL_TAG "Linux") -set(CPACK_WIX_SIZEOF_VOID_P "8") - -if(NOT CPACK_PROPERTIES_FILE) - set(CPACK_PROPERTIES_FILE "/home/guest/Downloads/PopLib/build/CPackProperties.cmake") -endif() - -if(EXISTS ${CPACK_PROPERTIES_FILE}) - include(${CPACK_PROPERTIES_FILE}) -endif() diff --git a/build_emscripten/CPackSourceConfig.cmake b/build_emscripten/CPackSourceConfig.cmake deleted file mode 100644 index 2610c1c4..00000000 --- a/build_emscripten/CPackSourceConfig.cmake +++ /dev/null @@ -1,88 +0,0 @@ -# This file will be configured to contain variables for CPack. These variables -# should be set in the CMake list file of the project before CPack module is -# included. The list of available CPACK_xxx variables and their associated -# documentation may be obtained using -# cpack --help-variable-list -# -# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME) -# and some are specific to a generator -# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables -# usually begin with CPACK__xxxx. - - -set(CPACK_BINARY_DEB "OFF") -set(CPACK_BINARY_FREEBSD "OFF") -set(CPACK_BINARY_IFW "OFF") -set(CPACK_BINARY_NSIS "OFF") -set(CPACK_BINARY_RPM "OFF") -set(CPACK_BINARY_STGZ "ON") -set(CPACK_BINARY_TBZ2 "OFF") -set(CPACK_BINARY_TGZ "ON") -set(CPACK_BINARY_TXZ "OFF") -set(CPACK_BINARY_TZ "ON") -set(CPACK_BUILD_SOURCE_DIRS "/home/guest/Downloads/PopLib;/home/guest/Downloads/PopLib/build") -set(CPACK_CMAKE_GENERATOR "Unix Makefiles") -set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE") -set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE") -set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake/Templates/CPack.GenericDescription.txt") -set(CPACK_DEFAULT_PACKAGE_DESCRIPTION_SUMMARY "PopWork built using CMake") -set(CPACK_GENERATOR "TBZ2;TGZ;TXZ;TZ") -set(CPACK_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") -set(CPACK_INNOSETUP_ARCHITECTURE "x64") -set(CPACK_INSTALLED_DIRECTORIES "/home/guest/Downloads/PopLib;/") -set(CPACK_INSTALL_CMAKE_PROJECTS "") -set(CPACK_INSTALL_PREFIX "/usr/local") -set(CPACK_MODULE_PATH "/home/guest/Downloads/PopLib/external/curl/CMake") -set(CPACK_NSIS_DISPLAY_NAME "PopWork 1.4.0-DEV") -set(CPACK_NSIS_INSTALLER_ICON_CODE "") -set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "") -set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES") -set(CPACK_NSIS_PACKAGE_NAME "PopWork 1.4.0-DEV") -set(CPACK_NSIS_UNINSTALL_NAME "Uninstall") -set(CPACK_OBJCOPY_EXECUTABLE "/usr/bin/objcopy") -set(CPACK_OBJDUMP_EXECUTABLE "/usr/bin/objdump") -set(CPACK_OUTPUT_CONFIG_FILE "/home/guest/Downloads/PopLib/build/CPackConfig.cmake") -set(CPACK_PACKAGE_DEFAULT_LOCATION "/") -set(CPACK_PACKAGE_DESCRIPTION_FILE "/usr/share/cmake/Templates/CPack.GenericDescription.txt") -set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "PopWork built using CMake") -set(CPACK_PACKAGE_FILE_NAME "PopWork-1.4.0-DEV-Source") -set(CPACK_PACKAGE_INSTALL_DIRECTORY "PopWork 1.4.0-DEV") -set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "PopWork 1.4.0-DEV") -set(CPACK_PACKAGE_NAME "PopWork") -set(CPACK_PACKAGE_RELOCATABLE "true") -set(CPACK_PACKAGE_VENDOR "Humanity") -set(CPACK_PACKAGE_VERSION "1.4.0-DEV") -set(CPACK_PACKAGE_VERSION_MAJOR "1") -set(CPACK_PACKAGE_VERSION_MINOR "4") -set(CPACK_PACKAGE_VERSION_PATCH "0-DEV") -set(CPACK_READELF_EXECUTABLE "/usr/bin/readelf") -set(CPACK_RESOURCE_FILE_LICENSE "/usr/share/cmake/Templates/CPack.GenericLicense.txt") -set(CPACK_RESOURCE_FILE_README "/usr/share/cmake/Templates/CPack.GenericDescription.txt") -set(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake/Templates/CPack.GenericWelcome.txt") -set(CPACK_RPM_PACKAGE_SOURCES "ON") -set(CPACK_SET_DESTDIR "OFF") -set(CPACK_SOURCE_GENERATOR "TBZ2;TGZ;TXZ;TZ") -set(CPACK_SOURCE_IGNORE_FILES "/CVS/;/\\.svn/;/\\.bzr/;/\\.hg/;/\\.git/;\\.swp\$;\\.#;/#") -set(CPACK_SOURCE_INSTALLED_DIRECTORIES "/home/guest/Downloads/PopLib;/") -set(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake") -set(CPACK_SOURCE_PACKAGE_FILE_NAME "PopWork-1.4.0-DEV-Source") -set(CPACK_SOURCE_RPM "OFF") -set(CPACK_SOURCE_TBZ2 "ON") -set(CPACK_SOURCE_TGZ "ON") -set(CPACK_SOURCE_TOPLEVEL_TAG "Linux-Source") -set(CPACK_SOURCE_TXZ "ON") -set(CPACK_SOURCE_TZ "ON") -set(CPACK_SOURCE_ZIP "OFF") -set(CPACK_STRIP_FILES "") -set(CPACK_SYSTEM_NAME "Linux") -set(CPACK_THREADS "1") -set(CPACK_TOPLEVEL_TAG "Linux-Source") -set(CPACK_WIX_SIZEOF_VOID_P "8") - -if(NOT CPACK_PROPERTIES_FILE) - set(CPACK_PROPERTIES_FILE "/home/guest/Downloads/PopLib/build/CPackProperties.cmake") -endif() - -if(EXISTS ${CPACK_PROPERTIES_FILE}) - include(${CPACK_PROPERTIES_FILE}) -endif() diff --git a/build_emscripten/Makefile b/build_emscripten/Makefile deleted file mode 100644 index f3db56be..00000000 --- a/build_emscripten/Makefile +++ /dev/null @@ -1,7843 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build//CMakeFiles/progress.marks - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -#============================================================================= -# Target rules for targets named alldemos - -# Build rule for target. -alldemos: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alldemos -.PHONY : alldemos - -# fast build rule for target. -alldemos/fast: - $(MAKE) $(MAKESILENT) -f CMakeFiles/alldemos.dir/build.make CMakeFiles/alldemos.dir/build -.PHONY : alldemos/fast - -#============================================================================= -# Target rules for targets named ogg - -# Build rule for target. -ogg: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ogg -.PHONY : ogg - -# fast build rule for target. -ogg/fast: - $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/build -.PHONY : ogg/fast - -#============================================================================= -# Target rules for targets named Experimental - -# Build rule for target. -Experimental: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Experimental -.PHONY : Experimental - -# fast build rule for target. -Experimental/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Experimental.dir/build.make external/vorbis/CMakeFiles/Experimental.dir/build -.PHONY : Experimental/fast - -#============================================================================= -# Target rules for targets named Nightly - -# Build rule for target. -Nightly: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Nightly -.PHONY : Nightly - -# fast build rule for target. -Nightly/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Nightly.dir/build.make external/vorbis/CMakeFiles/Nightly.dir/build -.PHONY : Nightly/fast - -#============================================================================= -# Target rules for targets named Continuous - -# Build rule for target. -Continuous: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Continuous -.PHONY : Continuous - -# fast build rule for target. -Continuous/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Continuous.dir/build.make external/vorbis/CMakeFiles/Continuous.dir/build -.PHONY : Continuous/fast - -#============================================================================= -# Target rules for targets named NightlyMemoryCheck - -# Build rule for target. -NightlyMemoryCheck: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemoryCheck -.PHONY : NightlyMemoryCheck - -# fast build rule for target. -NightlyMemoryCheck/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build -.PHONY : NightlyMemoryCheck/fast - -#============================================================================= -# Target rules for targets named NightlyStart - -# Build rule for target. -NightlyStart: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyStart -.PHONY : NightlyStart - -# fast build rule for target. -NightlyStart/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyStart.dir/build.make external/vorbis/CMakeFiles/NightlyStart.dir/build -.PHONY : NightlyStart/fast - -#============================================================================= -# Target rules for targets named NightlyUpdate - -# Build rule for target. -NightlyUpdate: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyUpdate -.PHONY : NightlyUpdate - -# fast build rule for target. -NightlyUpdate/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyUpdate.dir/build.make external/vorbis/CMakeFiles/NightlyUpdate.dir/build -.PHONY : NightlyUpdate/fast - -#============================================================================= -# Target rules for targets named NightlyConfigure - -# Build rule for target. -NightlyConfigure: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyConfigure -.PHONY : NightlyConfigure - -# fast build rule for target. -NightlyConfigure/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyConfigure.dir/build.make external/vorbis/CMakeFiles/NightlyConfigure.dir/build -.PHONY : NightlyConfigure/fast - -#============================================================================= -# Target rules for targets named NightlyBuild - -# Build rule for target. -NightlyBuild: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyBuild -.PHONY : NightlyBuild - -# fast build rule for target. -NightlyBuild/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyBuild.dir/build.make external/vorbis/CMakeFiles/NightlyBuild.dir/build -.PHONY : NightlyBuild/fast - -#============================================================================= -# Target rules for targets named NightlyTest - -# Build rule for target. -NightlyTest: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyTest -.PHONY : NightlyTest - -# fast build rule for target. -NightlyTest/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyTest.dir/build.make external/vorbis/CMakeFiles/NightlyTest.dir/build -.PHONY : NightlyTest/fast - -#============================================================================= -# Target rules for targets named NightlyCoverage - -# Build rule for target. -NightlyCoverage: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyCoverage -.PHONY : NightlyCoverage - -# fast build rule for target. -NightlyCoverage/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyCoverage.dir/build.make external/vorbis/CMakeFiles/NightlyCoverage.dir/build -.PHONY : NightlyCoverage/fast - -#============================================================================= -# Target rules for targets named NightlyMemCheck - -# Build rule for target. -NightlyMemCheck: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlyMemCheck -.PHONY : NightlyMemCheck - -# fast build rule for target. -NightlyMemCheck/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemCheck.dir/build -.PHONY : NightlyMemCheck/fast - -#============================================================================= -# Target rules for targets named NightlySubmit - -# Build rule for target. -NightlySubmit: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 NightlySubmit -.PHONY : NightlySubmit - -# fast build rule for target. -NightlySubmit/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlySubmit.dir/build.make external/vorbis/CMakeFiles/NightlySubmit.dir/build -.PHONY : NightlySubmit/fast - -#============================================================================= -# Target rules for targets named ExperimentalStart - -# Build rule for target. -ExperimentalStart: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalStart -.PHONY : ExperimentalStart - -# fast build rule for target. -ExperimentalStart/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalStart.dir/build.make external/vorbis/CMakeFiles/ExperimentalStart.dir/build -.PHONY : ExperimentalStart/fast - -#============================================================================= -# Target rules for targets named ExperimentalUpdate - -# Build rule for target. -ExperimentalUpdate: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalUpdate -.PHONY : ExperimentalUpdate - -# fast build rule for target. -ExperimentalUpdate/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build.make external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build -.PHONY : ExperimentalUpdate/fast - -#============================================================================= -# Target rules for targets named ExperimentalConfigure - -# Build rule for target. -ExperimentalConfigure: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalConfigure -.PHONY : ExperimentalConfigure - -# fast build rule for target. -ExperimentalConfigure/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build.make external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build -.PHONY : ExperimentalConfigure/fast - -#============================================================================= -# Target rules for targets named ExperimentalBuild - -# Build rule for target. -ExperimentalBuild: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalBuild -.PHONY : ExperimentalBuild - -# fast build rule for target. -ExperimentalBuild/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalBuild.dir/build.make external/vorbis/CMakeFiles/ExperimentalBuild.dir/build -.PHONY : ExperimentalBuild/fast - -#============================================================================= -# Target rules for targets named ExperimentalTest - -# Build rule for target. -ExperimentalTest: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalTest -.PHONY : ExperimentalTest - -# fast build rule for target. -ExperimentalTest/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalTest.dir/build.make external/vorbis/CMakeFiles/ExperimentalTest.dir/build -.PHONY : ExperimentalTest/fast - -#============================================================================= -# Target rules for targets named ExperimentalCoverage - -# Build rule for target. -ExperimentalCoverage: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalCoverage -.PHONY : ExperimentalCoverage - -# fast build rule for target. -ExperimentalCoverage/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build.make external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build -.PHONY : ExperimentalCoverage/fast - -#============================================================================= -# Target rules for targets named ExperimentalMemCheck - -# Build rule for target. -ExperimentalMemCheck: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalMemCheck -.PHONY : ExperimentalMemCheck - -# fast build rule for target. -ExperimentalMemCheck/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build.make external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build -.PHONY : ExperimentalMemCheck/fast - -#============================================================================= -# Target rules for targets named ExperimentalSubmit - -# Build rule for target. -ExperimentalSubmit: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ExperimentalSubmit -.PHONY : ExperimentalSubmit - -# fast build rule for target. -ExperimentalSubmit/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build.make external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build -.PHONY : ExperimentalSubmit/fast - -#============================================================================= -# Target rules for targets named ContinuousStart - -# Build rule for target. -ContinuousStart: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousStart -.PHONY : ContinuousStart - -# fast build rule for target. -ContinuousStart/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousStart.dir/build.make external/vorbis/CMakeFiles/ContinuousStart.dir/build -.PHONY : ContinuousStart/fast - -#============================================================================= -# Target rules for targets named ContinuousUpdate - -# Build rule for target. -ContinuousUpdate: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousUpdate -.PHONY : ContinuousUpdate - -# fast build rule for target. -ContinuousUpdate/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousUpdate.dir/build.make external/vorbis/CMakeFiles/ContinuousUpdate.dir/build -.PHONY : ContinuousUpdate/fast - -#============================================================================= -# Target rules for targets named ContinuousConfigure - -# Build rule for target. -ContinuousConfigure: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousConfigure -.PHONY : ContinuousConfigure - -# fast build rule for target. -ContinuousConfigure/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousConfigure.dir/build.make external/vorbis/CMakeFiles/ContinuousConfigure.dir/build -.PHONY : ContinuousConfigure/fast - -#============================================================================= -# Target rules for targets named ContinuousBuild - -# Build rule for target. -ContinuousBuild: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousBuild -.PHONY : ContinuousBuild - -# fast build rule for target. -ContinuousBuild/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousBuild.dir/build.make external/vorbis/CMakeFiles/ContinuousBuild.dir/build -.PHONY : ContinuousBuild/fast - -#============================================================================= -# Target rules for targets named ContinuousTest - -# Build rule for target. -ContinuousTest: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousTest -.PHONY : ContinuousTest - -# fast build rule for target. -ContinuousTest/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousTest.dir/build.make external/vorbis/CMakeFiles/ContinuousTest.dir/build -.PHONY : ContinuousTest/fast - -#============================================================================= -# Target rules for targets named ContinuousCoverage - -# Build rule for target. -ContinuousCoverage: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousCoverage -.PHONY : ContinuousCoverage - -# fast build rule for target. -ContinuousCoverage/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousCoverage.dir/build.make external/vorbis/CMakeFiles/ContinuousCoverage.dir/build -.PHONY : ContinuousCoverage/fast - -#============================================================================= -# Target rules for targets named ContinuousMemCheck - -# Build rule for target. -ContinuousMemCheck: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousMemCheck -.PHONY : ContinuousMemCheck - -# fast build rule for target. -ContinuousMemCheck/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build.make external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build -.PHONY : ContinuousMemCheck/fast - -#============================================================================= -# Target rules for targets named ContinuousSubmit - -# Build rule for target. -ContinuousSubmit: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 ContinuousSubmit -.PHONY : ContinuousSubmit - -# fast build rule for target. -ContinuousSubmit/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousSubmit.dir/build.make external/vorbis/CMakeFiles/ContinuousSubmit.dir/build -.PHONY : ContinuousSubmit/fast - -#============================================================================= -# Target rules for targets named vorbis - -# Build rule for target. -vorbis: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 vorbis -.PHONY : vorbis - -# fast build rule for target. -vorbis/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/build -.PHONY : vorbis/fast - -#============================================================================= -# Target rules for targets named vorbisenc - -# Build rule for target. -vorbisenc: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 vorbisenc -.PHONY : vorbisenc - -# fast build rule for target. -vorbisenc/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make external/vorbis/lib/CMakeFiles/vorbisenc.dir/build -.PHONY : vorbisenc/fast - -#============================================================================= -# Target rules for targets named vorbisfile - -# Build rule for target. -vorbisfile: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 vorbisfile -.PHONY : vorbisfile - -# fast build rule for target. -vorbisfile/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make external/vorbis/lib/CMakeFiles/vorbisfile.dir/build -.PHONY : vorbisfile/fast - -#============================================================================= -# Target rules for targets named vorbis_test - -# Build rule for target. -vorbis_test: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 vorbis_test -.PHONY : vorbis_test - -# fast build rule for target. -vorbis_test/fast: - $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/build -.PHONY : vorbis_test/fast - -#============================================================================= -# Target rules for targets named SDL3-shared - -# Build rule for target. -SDL3-shared: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SDL3-shared -.PHONY : SDL3-shared - -# fast build rule for target. -SDL3-shared/fast: - $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/build -.PHONY : SDL3-shared/fast - -#============================================================================= -# Target rules for targets named SDL3-static - -# Build rule for target. -SDL3-static: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SDL3-static -.PHONY : SDL3-static - -# fast build rule for target. -SDL3-static/fast: - $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/build -.PHONY : SDL3-static/fast - -#============================================================================= -# Target rules for targets named SDL3_test - -# Build rule for target. -SDL3_test: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SDL3_test -.PHONY : SDL3_test - -# fast build rule for target. -SDL3_test/fast: - $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/build -.PHONY : SDL3_test/fast - -#============================================================================= -# Target rules for targets named SDL_uclibc - -# Build rule for target. -SDL_uclibc: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SDL_uclibc -.PHONY : SDL_uclibc - -# fast build rule for target. -SDL_uclibc/fast: - $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/build -.PHONY : SDL_uclibc/fast - -#============================================================================= -# Target rules for targets named SDL3_ttf-static - -# Build rule for target. -SDL3_ttf-static: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 SDL3_ttf-static -.PHONY : SDL3_ttf-static - -# fast build rule for target. -SDL3_ttf-static/fast: - $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build -.PHONY : SDL3_ttf-static/fast - -#============================================================================= -# Target rules for targets named alsoft.build_version - -# Build rule for target. -alsoft.build_version: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alsoft.build_version -.PHONY : alsoft.build_version - -# fast build rule for target. -alsoft.build_version/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.build_version.dir/build.make external/openal/CMakeFiles/alsoft.build_version.dir/build -.PHONY : alsoft.build_version/fast - -#============================================================================= -# Target rules for targets named alsoft.common - -# Build rule for target. -alsoft.common: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alsoft.common -.PHONY : alsoft.common - -# fast build rule for target. -alsoft.common/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/build -.PHONY : alsoft.common/fast - -#============================================================================= -# Target rules for targets named clang-tidy-check - -# Build rule for target. -clang-tidy-check: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clang-tidy-check -.PHONY : clang-tidy-check - -# fast build rule for target. -clang-tidy-check/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/clang-tidy-check.dir/build.make external/openal/CMakeFiles/clang-tidy-check.dir/build -.PHONY : clang-tidy-check/fast - -#============================================================================= -# Target rules for targets named OpenAL - -# Build rule for target. -OpenAL: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 OpenAL -.PHONY : OpenAL - -# fast build rule for target. -OpenAL/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/build -.PHONY : OpenAL/fast - -#============================================================================= -# Target rules for targets named openal-info - -# Build rule for target. -openal-info: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 openal-info -.PHONY : openal-info - -# fast build rule for target. -openal-info/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/openal-info.dir/build.make external/openal/CMakeFiles/openal-info.dir/build -.PHONY : openal-info/fast - -#============================================================================= -# Target rules for targets named uhjdecoder - -# Build rule for target. -uhjdecoder: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uhjdecoder -.PHONY : uhjdecoder - -# fast build rule for target. -uhjdecoder/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjdecoder.dir/build.make external/openal/CMakeFiles/uhjdecoder.dir/build -.PHONY : uhjdecoder/fast - -#============================================================================= -# Target rules for targets named uhjencoder - -# Build rule for target. -uhjencoder: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 uhjencoder -.PHONY : uhjencoder - -# fast build rule for target. -uhjencoder/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjencoder.dir/build.make external/openal/CMakeFiles/uhjencoder.dir/build -.PHONY : uhjencoder/fast - -#============================================================================= -# Target rules for targets named alsoft.sofa-support - -# Build rule for target. -alsoft.sofa-support: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alsoft.sofa-support -.PHONY : alsoft.sofa-support - -# fast build rule for target. -alsoft.sofa-support/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make external/openal/CMakeFiles/alsoft.sofa-support.dir/build -.PHONY : alsoft.sofa-support/fast - -#============================================================================= -# Target rules for targets named makemhr - -# Build rule for target. -makemhr: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 makemhr -.PHONY : makemhr - -# fast build rule for target. -makemhr/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/build -.PHONY : makemhr/fast - -#============================================================================= -# Target rules for targets named sofa-info - -# Build rule for target. -sofa-info: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sofa-info -.PHONY : sofa-info - -# fast build rule for target. -sofa-info/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/sofa-info.dir/build.make external/openal/CMakeFiles/sofa-info.dir/build -.PHONY : sofa-info/fast - -#============================================================================= -# Target rules for targets named alsoft.excommon - -# Build rule for target. -alsoft.excommon: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alsoft.excommon -.PHONY : alsoft.excommon - -# fast build rule for target. -alsoft.excommon/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.excommon.dir/build.make external/openal/CMakeFiles/alsoft.excommon.dir/build -.PHONY : alsoft.excommon/fast - -#============================================================================= -# Target rules for targets named altonegen - -# Build rule for target. -altonegen: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 altonegen -.PHONY : altonegen - -# fast build rule for target. -altonegen/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/altonegen.dir/build.make external/openal/CMakeFiles/altonegen.dir/build -.PHONY : altonegen/fast - -#============================================================================= -# Target rules for targets named alrecord - -# Build rule for target. -alrecord: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alrecord -.PHONY : alrecord - -# fast build rule for target. -alrecord/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alrecord.dir/build.make external/openal/CMakeFiles/alrecord.dir/build -.PHONY : alrecord/fast - -#============================================================================= -# Target rules for targets named aldebug - -# Build rule for target. -aldebug: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 aldebug -.PHONY : aldebug - -# fast build rule for target. -aldebug/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldebug.dir/build.make external/openal/CMakeFiles/aldebug.dir/build -.PHONY : aldebug/fast - -#============================================================================= -# Target rules for targets named allafplay - -# Build rule for target. -allafplay: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 allafplay -.PHONY : allafplay - -# fast build rule for target. -allafplay/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allafplay.dir/build.make external/openal/CMakeFiles/allafplay.dir/build -.PHONY : allafplay/fast - -#============================================================================= -# Target rules for targets named alplay - -# Build rule for target. -alplay: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alplay -.PHONY : alplay - -# fast build rule for target. -alplay/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alplay.dir/build.make external/openal/CMakeFiles/alplay.dir/build -.PHONY : alplay/fast - -#============================================================================= -# Target rules for targets named alstream - -# Build rule for target. -alstream: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alstream -.PHONY : alstream - -# fast build rule for target. -alstream/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstream.dir/build.make external/openal/CMakeFiles/alstream.dir/build -.PHONY : alstream/fast - -#============================================================================= -# Target rules for targets named alreverb - -# Build rule for target. -alreverb: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alreverb -.PHONY : alreverb - -# fast build rule for target. -alreverb/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alreverb.dir/build.make external/openal/CMakeFiles/alreverb.dir/build -.PHONY : alreverb/fast - -#============================================================================= -# Target rules for targets named almultireverb - -# Build rule for target. -almultireverb: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 almultireverb -.PHONY : almultireverb - -# fast build rule for target. -almultireverb/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/almultireverb.dir/build.make external/openal/CMakeFiles/almultireverb.dir/build -.PHONY : almultireverb/fast - -#============================================================================= -# Target rules for targets named allatency - -# Build rule for target. -allatency: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 allatency -.PHONY : allatency - -# fast build rule for target. -allatency/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allatency.dir/build.make external/openal/CMakeFiles/allatency.dir/build -.PHONY : allatency/fast - -#============================================================================= -# Target rules for targets named alhrtf - -# Build rule for target. -alhrtf: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alhrtf -.PHONY : alhrtf - -# fast build rule for target. -alhrtf/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alhrtf.dir/build.make external/openal/CMakeFiles/alhrtf.dir/build -.PHONY : alhrtf/fast - -#============================================================================= -# Target rules for targets named alstreamcb - -# Build rule for target. -alstreamcb: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alstreamcb -.PHONY : alstreamcb - -# fast build rule for target. -alstreamcb/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstreamcb.dir/build.make external/openal/CMakeFiles/alstreamcb.dir/build -.PHONY : alstreamcb/fast - -#============================================================================= -# Target rules for targets named aldirect - -# Build rule for target. -aldirect: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 aldirect -.PHONY : aldirect - -# fast build rule for target. -aldirect/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldirect.dir/build.make external/openal/CMakeFiles/aldirect.dir/build -.PHONY : aldirect/fast - -#============================================================================= -# Target rules for targets named alconvolve - -# Build rule for target. -alconvolve: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alconvolve -.PHONY : alconvolve - -# fast build rule for target. -alconvolve/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alconvolve.dir/build.make external/openal/CMakeFiles/alconvolve.dir/build -.PHONY : alconvolve/fast - -#============================================================================= -# Target rules for targets named alloopback - -# Build rule for target. -alloopback: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alloopback -.PHONY : alloopback - -# fast build rule for target. -alloopback/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alloopback.dir/build.make external/openal/CMakeFiles/alloopback.dir/build -.PHONY : alloopback/fast - -#============================================================================= -# Target rules for targets named alffplay - -# Build rule for target. -alffplay: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alffplay -.PHONY : alffplay - -# fast build rule for target. -alffplay/fast: - $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alffplay.dir/build.make external/openal/CMakeFiles/alffplay.dir/build -.PHONY : alffplay/fast - -#============================================================================= -# Target rules for targets named alsoft.fmt - -# Build rule for target. -alsoft.fmt: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alsoft.fmt -.PHONY : alsoft.fmt - -# fast build rule for target. -alsoft.fmt/fast: - $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build -.PHONY : alsoft.fmt/fast - -#============================================================================= -# Target rules for targets named alsoft-config - -# Build rule for target. -alsoft-config: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 alsoft-config -.PHONY : alsoft-config - -# fast build rule for target. -alsoft-config/fast: - $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build -.PHONY : alsoft-config/fast - -#============================================================================= -# Target rules for targets named miniaudio - -# Build rule for target. -miniaudio: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 miniaudio -.PHONY : miniaudio - -# fast build rule for target. -miniaudio/fast: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio.dir/build.make external/miniaudio/CMakeFiles/miniaudio.dir/build -.PHONY : miniaudio/fast - -#============================================================================= -# Target rules for targets named miniaudio_libvorbis - -# Build rule for target. -miniaudio_libvorbis: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 miniaudio_libvorbis -.PHONY : miniaudio_libvorbis - -# fast build rule for target. -miniaudio_libvorbis/fast: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build -.PHONY : miniaudio_libvorbis/fast - -#============================================================================= -# Target rules for targets named miniaudio_channel_combiner_node - -# Build rule for target. -miniaudio_channel_combiner_node: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 miniaudio_channel_combiner_node -.PHONY : miniaudio_channel_combiner_node - -# fast build rule for target. -miniaudio_channel_combiner_node/fast: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build -.PHONY : miniaudio_channel_combiner_node/fast - -#============================================================================= -# Target rules for targets named miniaudio_channel_separator_node - -# Build rule for target. -miniaudio_channel_separator_node: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 miniaudio_channel_separator_node -.PHONY : miniaudio_channel_separator_node - -# fast build rule for target. -miniaudio_channel_separator_node/fast: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build -.PHONY : miniaudio_channel_separator_node/fast - -#============================================================================= -# Target rules for targets named miniaudio_ltrim_node - -# Build rule for target. -miniaudio_ltrim_node: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 miniaudio_ltrim_node -.PHONY : miniaudio_ltrim_node - -# fast build rule for target. -miniaudio_ltrim_node/fast: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build -.PHONY : miniaudio_ltrim_node/fast - -#============================================================================= -# Target rules for targets named miniaudio_reverb_node - -# Build rule for target. -miniaudio_reverb_node: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 miniaudio_reverb_node -.PHONY : miniaudio_reverb_node - -# fast build rule for target. -miniaudio_reverb_node/fast: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build -.PHONY : miniaudio_reverb_node/fast - -#============================================================================= -# Target rules for targets named miniaudio_vocoder_node - -# Build rule for target. -miniaudio_vocoder_node: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 miniaudio_vocoder_node -.PHONY : miniaudio_vocoder_node - -# fast build rule for target. -miniaudio_vocoder_node/fast: - $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build -.PHONY : miniaudio_vocoder_node/fast - -#============================================================================= -# Target rules for targets named curl-ca-bundle - -# Build rule for target. -curl-ca-bundle: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-ca-bundle -.PHONY : curl-ca-bundle - -# fast build rule for target. -curl-ca-bundle/fast: - $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-bundle.dir/build.make external/curl/CMakeFiles/curl-ca-bundle.dir/build -.PHONY : curl-ca-bundle/fast - -#============================================================================= -# Target rules for targets named curl-ca-firefox - -# Build rule for target. -curl-ca-firefox: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-ca-firefox -.PHONY : curl-ca-firefox - -# fast build rule for target. -curl-ca-firefox/fast: - $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-firefox.dir/build.make external/curl/CMakeFiles/curl-ca-firefox.dir/build -.PHONY : curl-ca-firefox/fast - -#============================================================================= -# Target rules for targets named curl_uninstall - -# Build rule for target. -curl_uninstall: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl_uninstall -.PHONY : curl_uninstall - -# fast build rule for target. -curl_uninstall/fast: - $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl_uninstall.dir/build.make external/curl/CMakeFiles/curl_uninstall.dir/build -.PHONY : curl_uninstall/fast - -#============================================================================= -# Target rules for targets named curl-generate-curl-config.1 - -# Build rule for target. -curl-generate-curl-config.1: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-generate-curl-config.1 -.PHONY : curl-generate-curl-config.1 - -# fast build rule for target. -curl-generate-curl-config.1/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build -.PHONY : curl-generate-curl-config.1/fast - -#============================================================================= -# Target rules for targets named curl-generate-mk-ca-bundle.1 - -# Build rule for target. -curl-generate-mk-ca-bundle.1: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-generate-mk-ca-bundle.1 -.PHONY : curl-generate-mk-ca-bundle.1 - -# fast build rule for target. -curl-generate-mk-ca-bundle.1/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build -.PHONY : curl-generate-mk-ca-bundle.1/fast - -#============================================================================= -# Target rules for targets named curl-generate-wcurl.1 - -# Build rule for target. -curl-generate-wcurl.1: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-generate-wcurl.1 -.PHONY : curl-generate-wcurl.1 - -# fast build rule for target. -curl-generate-wcurl.1/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build -.PHONY : curl-generate-wcurl.1/fast - -#============================================================================= -# Target rules for targets named curl-man - -# Build rule for target. -curl-man: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-man -.PHONY : curl-man - -# fast build rule for target. -curl-man/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build.make external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build -.PHONY : curl-man/fast - -#============================================================================= -# Target rules for targets named curl-opts-man - -# Build rule for target. -curl-opts-man: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-opts-man -.PHONY : curl-opts-man - -# fast build rule for target. -curl-opts-man/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build.make external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build -.PHONY : curl-opts-man/fast - -#============================================================================= -# Target rules for targets named curlu - -# Build rule for target. -curlu: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curlu -.PHONY : curlu - -# fast build rule for target. -curlu/fast: - $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/build -.PHONY : curlu/fast - -#============================================================================= -# Target rules for targets named libcurl_static - -# Build rule for target. -libcurl_static: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libcurl_static -.PHONY : libcurl_static - -# fast build rule for target. -libcurl_static/fast: - $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/build -.PHONY : libcurl_static/fast - -#============================================================================= -# Target rules for targets named curl-examples - -# Build rule for target. -curl-examples: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-examples -.PHONY : curl-examples - -# fast build rule for target. -curl-examples/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-examples.dir/build.make external/curl/docs/examples/CMakeFiles/curl-examples.dir/build -.PHONY : curl-examples/fast - -#============================================================================= -# Target rules for targets named curl-example-10-at-a-time - -# Build rule for target. -curl-example-10-at-a-time: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-10-at-a-time -.PHONY : curl-example-10-at-a-time - -# fast build rule for target. -curl-example-10-at-a-time/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build -.PHONY : curl-example-10-at-a-time/fast - -#============================================================================= -# Target rules for targets named curl-example-address-scope - -# Build rule for target. -curl-example-address-scope: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-address-scope -.PHONY : curl-example-address-scope - -# fast build rule for target. -curl-example-address-scope/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build -.PHONY : curl-example-address-scope/fast - -#============================================================================= -# Target rules for targets named curl-example-altsvc - -# Build rule for target. -curl-example-altsvc: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-altsvc -.PHONY : curl-example-altsvc - -# fast build rule for target. -curl-example-altsvc/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build -.PHONY : curl-example-altsvc/fast - -#============================================================================= -# Target rules for targets named curl-example-anyauthput - -# Build rule for target. -curl-example-anyauthput: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-anyauthput -.PHONY : curl-example-anyauthput - -# fast build rule for target. -curl-example-anyauthput/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build -.PHONY : curl-example-anyauthput/fast - -#============================================================================= -# Target rules for targets named curl-example-block_ip - -# Build rule for target. -curl-example-block_ip: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-block_ip -.PHONY : curl-example-block_ip - -# fast build rule for target. -curl-example-block_ip/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build -.PHONY : curl-example-block_ip/fast - -#============================================================================= -# Target rules for targets named curl-example-certinfo - -# Build rule for target. -curl-example-certinfo: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-certinfo -.PHONY : curl-example-certinfo - -# fast build rule for target. -curl-example-certinfo/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build -.PHONY : curl-example-certinfo/fast - -#============================================================================= -# Target rules for targets named curl-example-chkspeed - -# Build rule for target. -curl-example-chkspeed: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-chkspeed -.PHONY : curl-example-chkspeed - -# fast build rule for target. -curl-example-chkspeed/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build -.PHONY : curl-example-chkspeed/fast - -#============================================================================= -# Target rules for targets named curl-example-connect-to - -# Build rule for target. -curl-example-connect-to: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-connect-to -.PHONY : curl-example-connect-to - -# fast build rule for target. -curl-example-connect-to/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build -.PHONY : curl-example-connect-to/fast - -#============================================================================= -# Target rules for targets named curl-example-cookie_interface - -# Build rule for target. -curl-example-cookie_interface: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-cookie_interface -.PHONY : curl-example-cookie_interface - -# fast build rule for target. -curl-example-cookie_interface/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build -.PHONY : curl-example-cookie_interface/fast - -#============================================================================= -# Target rules for targets named curl-example-debug - -# Build rule for target. -curl-example-debug: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-debug -.PHONY : curl-example-debug - -# fast build rule for target. -curl-example-debug/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build -.PHONY : curl-example-debug/fast - -#============================================================================= -# Target rules for targets named curl-example-default-scheme - -# Build rule for target. -curl-example-default-scheme: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-default-scheme -.PHONY : curl-example-default-scheme - -# fast build rule for target. -curl-example-default-scheme/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build -.PHONY : curl-example-default-scheme/fast - -#============================================================================= -# Target rules for targets named curl-example-externalsocket - -# Build rule for target. -curl-example-externalsocket: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-externalsocket -.PHONY : curl-example-externalsocket - -# fast build rule for target. -curl-example-externalsocket/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build -.PHONY : curl-example-externalsocket/fast - -#============================================================================= -# Target rules for targets named curl-example-fileupload - -# Build rule for target. -curl-example-fileupload: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-fileupload -.PHONY : curl-example-fileupload - -# fast build rule for target. -curl-example-fileupload/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build -.PHONY : curl-example-fileupload/fast - -#============================================================================= -# Target rules for targets named curl-example-ftp-wildcard - -# Build rule for target. -curl-example-ftp-wildcard: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-ftp-wildcard -.PHONY : curl-example-ftp-wildcard - -# fast build rule for target. -curl-example-ftp-wildcard/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build -.PHONY : curl-example-ftp-wildcard/fast - -#============================================================================= -# Target rules for targets named curl-example-ftpget - -# Build rule for target. -curl-example-ftpget: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-ftpget -.PHONY : curl-example-ftpget - -# fast build rule for target. -curl-example-ftpget/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build -.PHONY : curl-example-ftpget/fast - -#============================================================================= -# Target rules for targets named curl-example-ftpgetinfo - -# Build rule for target. -curl-example-ftpgetinfo: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-ftpgetinfo -.PHONY : curl-example-ftpgetinfo - -# fast build rule for target. -curl-example-ftpgetinfo/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build -.PHONY : curl-example-ftpgetinfo/fast - -#============================================================================= -# Target rules for targets named curl-example-ftpgetresp - -# Build rule for target. -curl-example-ftpgetresp: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-ftpgetresp -.PHONY : curl-example-ftpgetresp - -# fast build rule for target. -curl-example-ftpgetresp/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build -.PHONY : curl-example-ftpgetresp/fast - -#============================================================================= -# Target rules for targets named curl-example-ftpsget - -# Build rule for target. -curl-example-ftpsget: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-ftpsget -.PHONY : curl-example-ftpsget - -# fast build rule for target. -curl-example-ftpsget/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build -.PHONY : curl-example-ftpsget/fast - -#============================================================================= -# Target rules for targets named curl-example-ftpupload - -# Build rule for target. -curl-example-ftpupload: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-ftpupload -.PHONY : curl-example-ftpupload - -# fast build rule for target. -curl-example-ftpupload/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build -.PHONY : curl-example-ftpupload/fast - -#============================================================================= -# Target rules for targets named curl-example-ftpuploadfrommem - -# Build rule for target. -curl-example-ftpuploadfrommem: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-ftpuploadfrommem -.PHONY : curl-example-ftpuploadfrommem - -# fast build rule for target. -curl-example-ftpuploadfrommem/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build -.PHONY : curl-example-ftpuploadfrommem/fast - -#============================================================================= -# Target rules for targets named curl-example-ftpuploadresume - -# Build rule for target. -curl-example-ftpuploadresume: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-ftpuploadresume -.PHONY : curl-example-ftpuploadresume - -# fast build rule for target. -curl-example-ftpuploadresume/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build -.PHONY : curl-example-ftpuploadresume/fast - -#============================================================================= -# Target rules for targets named curl-example-getinfo - -# Build rule for target. -curl-example-getinfo: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-getinfo -.PHONY : curl-example-getinfo - -# fast build rule for target. -curl-example-getinfo/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build -.PHONY : curl-example-getinfo/fast - -#============================================================================= -# Target rules for targets named curl-example-getinmemory - -# Build rule for target. -curl-example-getinmemory: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-getinmemory -.PHONY : curl-example-getinmemory - -# fast build rule for target. -curl-example-getinmemory/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build -.PHONY : curl-example-getinmemory/fast - -#============================================================================= -# Target rules for targets named curl-example-getredirect - -# Build rule for target. -curl-example-getredirect: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-getredirect -.PHONY : curl-example-getredirect - -# fast build rule for target. -curl-example-getredirect/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build -.PHONY : curl-example-getredirect/fast - -#============================================================================= -# Target rules for targets named curl-example-getreferrer - -# Build rule for target. -curl-example-getreferrer: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-getreferrer -.PHONY : curl-example-getreferrer - -# fast build rule for target. -curl-example-getreferrer/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build -.PHONY : curl-example-getreferrer/fast - -#============================================================================= -# Target rules for targets named curl-example-headerapi - -# Build rule for target. -curl-example-headerapi: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-headerapi -.PHONY : curl-example-headerapi - -# fast build rule for target. -curl-example-headerapi/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build -.PHONY : curl-example-headerapi/fast - -#============================================================================= -# Target rules for targets named curl-example-hsts-preload - -# Build rule for target. -curl-example-hsts-preload: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-hsts-preload -.PHONY : curl-example-hsts-preload - -# fast build rule for target. -curl-example-hsts-preload/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build -.PHONY : curl-example-hsts-preload/fast - -#============================================================================= -# Target rules for targets named curl-example-http-options - -# Build rule for target. -curl-example-http-options: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-http-options -.PHONY : curl-example-http-options - -# fast build rule for target. -curl-example-http-options/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build -.PHONY : curl-example-http-options/fast - -#============================================================================= -# Target rules for targets named curl-example-http-post - -# Build rule for target. -curl-example-http-post: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-http-post -.PHONY : curl-example-http-post - -# fast build rule for target. -curl-example-http-post/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build -.PHONY : curl-example-http-post/fast - -#============================================================================= -# Target rules for targets named curl-example-http2-download - -# Build rule for target. -curl-example-http2-download: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-http2-download -.PHONY : curl-example-http2-download - -# fast build rule for target. -curl-example-http2-download/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build -.PHONY : curl-example-http2-download/fast - -#============================================================================= -# Target rules for targets named curl-example-http2-pushinmemory - -# Build rule for target. -curl-example-http2-pushinmemory: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-http2-pushinmemory -.PHONY : curl-example-http2-pushinmemory - -# fast build rule for target. -curl-example-http2-pushinmemory/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build -.PHONY : curl-example-http2-pushinmemory/fast - -#============================================================================= -# Target rules for targets named curl-example-http2-serverpush - -# Build rule for target. -curl-example-http2-serverpush: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-http2-serverpush -.PHONY : curl-example-http2-serverpush - -# fast build rule for target. -curl-example-http2-serverpush/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build -.PHONY : curl-example-http2-serverpush/fast - -#============================================================================= -# Target rules for targets named curl-example-http2-upload - -# Build rule for target. -curl-example-http2-upload: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-http2-upload -.PHONY : curl-example-http2-upload - -# fast build rule for target. -curl-example-http2-upload/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build -.PHONY : curl-example-http2-upload/fast - -#============================================================================= -# Target rules for targets named curl-example-http3 - -# Build rule for target. -curl-example-http3: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-http3 -.PHONY : curl-example-http3 - -# fast build rule for target. -curl-example-http3/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build -.PHONY : curl-example-http3/fast - -#============================================================================= -# Target rules for targets named curl-example-http3-present - -# Build rule for target. -curl-example-http3-present: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-http3-present -.PHONY : curl-example-http3-present - -# fast build rule for target. -curl-example-http3-present/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build -.PHONY : curl-example-http3-present/fast - -#============================================================================= -# Target rules for targets named curl-example-httpcustomheader - -# Build rule for target. -curl-example-httpcustomheader: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-httpcustomheader -.PHONY : curl-example-httpcustomheader - -# fast build rule for target. -curl-example-httpcustomheader/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build -.PHONY : curl-example-httpcustomheader/fast - -#============================================================================= -# Target rules for targets named curl-example-httpput - -# Build rule for target. -curl-example-httpput: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-httpput -.PHONY : curl-example-httpput - -# fast build rule for target. -curl-example-httpput/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build -.PHONY : curl-example-httpput/fast - -#============================================================================= -# Target rules for targets named curl-example-httpput-postfields - -# Build rule for target. -curl-example-httpput-postfields: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-httpput-postfields -.PHONY : curl-example-httpput-postfields - -# fast build rule for target. -curl-example-httpput-postfields/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build -.PHONY : curl-example-httpput-postfields/fast - -#============================================================================= -# Target rules for targets named curl-example-https - -# Build rule for target. -curl-example-https: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-https -.PHONY : curl-example-https - -# fast build rule for target. -curl-example-https/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build -.PHONY : curl-example-https/fast - -#============================================================================= -# Target rules for targets named curl-example-imap-append - -# Build rule for target. -curl-example-imap-append: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-append -.PHONY : curl-example-imap-append - -# fast build rule for target. -curl-example-imap-append/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build -.PHONY : curl-example-imap-append/fast - -#============================================================================= -# Target rules for targets named curl-example-imap-authzid - -# Build rule for target. -curl-example-imap-authzid: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-authzid -.PHONY : curl-example-imap-authzid - -# fast build rule for target. -curl-example-imap-authzid/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build -.PHONY : curl-example-imap-authzid/fast - -#============================================================================= -# Target rules for targets named curl-example-imap-copy - -# Build rule for target. -curl-example-imap-copy: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-copy -.PHONY : curl-example-imap-copy - -# fast build rule for target. -curl-example-imap-copy/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build -.PHONY : curl-example-imap-copy/fast - -#============================================================================= -# Target rules for targets named curl-example-imap-create - -# Build rule for target. -curl-example-imap-create: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-create -.PHONY : curl-example-imap-create - -# fast build rule for target. -curl-example-imap-create/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build -.PHONY : curl-example-imap-create/fast - -#============================================================================= -# Target rules for targets named curl-example-imap-delete - -# Build rule for target. -curl-example-imap-delete: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-delete -.PHONY : curl-example-imap-delete - -# fast build rule for target. -curl-example-imap-delete/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build -.PHONY : curl-example-imap-delete/fast - -#============================================================================= -# Target rules for targets named curl-example-imap-examine - -# Build rule for target. -curl-example-imap-examine: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-examine -.PHONY : curl-example-imap-examine - -# fast build rule for target. -curl-example-imap-examine/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build -.PHONY : curl-example-imap-examine/fast - -#============================================================================= -# Target rules for targets named curl-example-imap-fetch - -# Build rule for target. -curl-example-imap-fetch: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-fetch -.PHONY : curl-example-imap-fetch - -# fast build rule for target. -curl-example-imap-fetch/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build -.PHONY : curl-example-imap-fetch/fast - -#============================================================================= -# Target rules for targets named curl-example-imap-list - -# Build rule for target. -curl-example-imap-list: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-list -.PHONY : curl-example-imap-list - -# fast build rule for target. -curl-example-imap-list/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build -.PHONY : curl-example-imap-list/fast - -#============================================================================= -# Target rules for targets named curl-example-imap-lsub - -# Build rule for target. -curl-example-imap-lsub: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-lsub -.PHONY : curl-example-imap-lsub - -# fast build rule for target. -curl-example-imap-lsub/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build -.PHONY : curl-example-imap-lsub/fast - -#============================================================================= -# Target rules for targets named curl-example-imap-multi - -# Build rule for target. -curl-example-imap-multi: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-multi -.PHONY : curl-example-imap-multi - -# fast build rule for target. -curl-example-imap-multi/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build -.PHONY : curl-example-imap-multi/fast - -#============================================================================= -# Target rules for targets named curl-example-imap-noop - -# Build rule for target. -curl-example-imap-noop: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-noop -.PHONY : curl-example-imap-noop - -# fast build rule for target. -curl-example-imap-noop/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build -.PHONY : curl-example-imap-noop/fast - -#============================================================================= -# Target rules for targets named curl-example-imap-search - -# Build rule for target. -curl-example-imap-search: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-search -.PHONY : curl-example-imap-search - -# fast build rule for target. -curl-example-imap-search/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build -.PHONY : curl-example-imap-search/fast - -#============================================================================= -# Target rules for targets named curl-example-imap-ssl - -# Build rule for target. -curl-example-imap-ssl: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-ssl -.PHONY : curl-example-imap-ssl - -# fast build rule for target. -curl-example-imap-ssl/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build -.PHONY : curl-example-imap-ssl/fast - -#============================================================================= -# Target rules for targets named curl-example-imap-store - -# Build rule for target. -curl-example-imap-store: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-store -.PHONY : curl-example-imap-store - -# fast build rule for target. -curl-example-imap-store/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build -.PHONY : curl-example-imap-store/fast - -#============================================================================= -# Target rules for targets named curl-example-imap-tls - -# Build rule for target. -curl-example-imap-tls: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-imap-tls -.PHONY : curl-example-imap-tls - -# fast build rule for target. -curl-example-imap-tls/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build -.PHONY : curl-example-imap-tls/fast - -#============================================================================= -# Target rules for targets named curl-example-interface - -# Build rule for target. -curl-example-interface: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-interface -.PHONY : curl-example-interface - -# fast build rule for target. -curl-example-interface/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build -.PHONY : curl-example-interface/fast - -#============================================================================= -# Target rules for targets named curl-example-ipv6 - -# Build rule for target. -curl-example-ipv6: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-ipv6 -.PHONY : curl-example-ipv6 - -# fast build rule for target. -curl-example-ipv6/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build -.PHONY : curl-example-ipv6/fast - -#============================================================================= -# Target rules for targets named curl-example-keepalive - -# Build rule for target. -curl-example-keepalive: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-keepalive -.PHONY : curl-example-keepalive - -# fast build rule for target. -curl-example-keepalive/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build -.PHONY : curl-example-keepalive/fast - -#============================================================================= -# Target rules for targets named curl-example-localport - -# Build rule for target. -curl-example-localport: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-localport -.PHONY : curl-example-localport - -# fast build rule for target. -curl-example-localport/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build -.PHONY : curl-example-localport/fast - -#============================================================================= -# Target rules for targets named curl-example-maxconnects - -# Build rule for target. -curl-example-maxconnects: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-maxconnects -.PHONY : curl-example-maxconnects - -# fast build rule for target. -curl-example-maxconnects/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build -.PHONY : curl-example-maxconnects/fast - -#============================================================================= -# Target rules for targets named curl-example-multi-app - -# Build rule for target. -curl-example-multi-app: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-multi-app -.PHONY : curl-example-multi-app - -# fast build rule for target. -curl-example-multi-app/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build -.PHONY : curl-example-multi-app/fast - -#============================================================================= -# Target rules for targets named curl-example-multi-debugcallback - -# Build rule for target. -curl-example-multi-debugcallback: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-multi-debugcallback -.PHONY : curl-example-multi-debugcallback - -# fast build rule for target. -curl-example-multi-debugcallback/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build -.PHONY : curl-example-multi-debugcallback/fast - -#============================================================================= -# Target rules for targets named curl-example-multi-double - -# Build rule for target. -curl-example-multi-double: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-multi-double -.PHONY : curl-example-multi-double - -# fast build rule for target. -curl-example-multi-double/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build -.PHONY : curl-example-multi-double/fast - -#============================================================================= -# Target rules for targets named curl-example-multi-formadd - -# Build rule for target. -curl-example-multi-formadd: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-multi-formadd -.PHONY : curl-example-multi-formadd - -# fast build rule for target. -curl-example-multi-formadd/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build -.PHONY : curl-example-multi-formadd/fast - -#============================================================================= -# Target rules for targets named curl-example-multi-legacy - -# Build rule for target. -curl-example-multi-legacy: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-multi-legacy -.PHONY : curl-example-multi-legacy - -# fast build rule for target. -curl-example-multi-legacy/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build -.PHONY : curl-example-multi-legacy/fast - -#============================================================================= -# Target rules for targets named curl-example-multi-post - -# Build rule for target. -curl-example-multi-post: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-multi-post -.PHONY : curl-example-multi-post - -# fast build rule for target. -curl-example-multi-post/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build -.PHONY : curl-example-multi-post/fast - -#============================================================================= -# Target rules for targets named curl-example-multi-single - -# Build rule for target. -curl-example-multi-single: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-multi-single -.PHONY : curl-example-multi-single - -# fast build rule for target. -curl-example-multi-single/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build -.PHONY : curl-example-multi-single/fast - -#============================================================================= -# Target rules for targets named curl-example-netrc - -# Build rule for target. -curl-example-netrc: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-netrc -.PHONY : curl-example-netrc - -# fast build rule for target. -curl-example-netrc/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build -.PHONY : curl-example-netrc/fast - -#============================================================================= -# Target rules for targets named curl-example-parseurl - -# Build rule for target. -curl-example-parseurl: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-parseurl -.PHONY : curl-example-parseurl - -# fast build rule for target. -curl-example-parseurl/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build -.PHONY : curl-example-parseurl/fast - -#============================================================================= -# Target rules for targets named curl-example-persistent - -# Build rule for target. -curl-example-persistent: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-persistent -.PHONY : curl-example-persistent - -# fast build rule for target. -curl-example-persistent/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build -.PHONY : curl-example-persistent/fast - -#============================================================================= -# Target rules for targets named curl-example-pop3-authzid - -# Build rule for target. -curl-example-pop3-authzid: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-pop3-authzid -.PHONY : curl-example-pop3-authzid - -# fast build rule for target. -curl-example-pop3-authzid/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build -.PHONY : curl-example-pop3-authzid/fast - -#============================================================================= -# Target rules for targets named curl-example-pop3-dele - -# Build rule for target. -curl-example-pop3-dele: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-pop3-dele -.PHONY : curl-example-pop3-dele - -# fast build rule for target. -curl-example-pop3-dele/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build -.PHONY : curl-example-pop3-dele/fast - -#============================================================================= -# Target rules for targets named curl-example-pop3-list - -# Build rule for target. -curl-example-pop3-list: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-pop3-list -.PHONY : curl-example-pop3-list - -# fast build rule for target. -curl-example-pop3-list/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build -.PHONY : curl-example-pop3-list/fast - -#============================================================================= -# Target rules for targets named curl-example-pop3-multi - -# Build rule for target. -curl-example-pop3-multi: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-pop3-multi -.PHONY : curl-example-pop3-multi - -# fast build rule for target. -curl-example-pop3-multi/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build -.PHONY : curl-example-pop3-multi/fast - -#============================================================================= -# Target rules for targets named curl-example-pop3-noop - -# Build rule for target. -curl-example-pop3-noop: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-pop3-noop -.PHONY : curl-example-pop3-noop - -# fast build rule for target. -curl-example-pop3-noop/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build -.PHONY : curl-example-pop3-noop/fast - -#============================================================================= -# Target rules for targets named curl-example-pop3-retr - -# Build rule for target. -curl-example-pop3-retr: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-pop3-retr -.PHONY : curl-example-pop3-retr - -# fast build rule for target. -curl-example-pop3-retr/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build -.PHONY : curl-example-pop3-retr/fast - -#============================================================================= -# Target rules for targets named curl-example-pop3-ssl - -# Build rule for target. -curl-example-pop3-ssl: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-pop3-ssl -.PHONY : curl-example-pop3-ssl - -# fast build rule for target. -curl-example-pop3-ssl/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build -.PHONY : curl-example-pop3-ssl/fast - -#============================================================================= -# Target rules for targets named curl-example-pop3-stat - -# Build rule for target. -curl-example-pop3-stat: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-pop3-stat -.PHONY : curl-example-pop3-stat - -# fast build rule for target. -curl-example-pop3-stat/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build -.PHONY : curl-example-pop3-stat/fast - -#============================================================================= -# Target rules for targets named curl-example-pop3-tls - -# Build rule for target. -curl-example-pop3-tls: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-pop3-tls -.PHONY : curl-example-pop3-tls - -# fast build rule for target. -curl-example-pop3-tls/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build -.PHONY : curl-example-pop3-tls/fast - -#============================================================================= -# Target rules for targets named curl-example-pop3-top - -# Build rule for target. -curl-example-pop3-top: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-pop3-top -.PHONY : curl-example-pop3-top - -# fast build rule for target. -curl-example-pop3-top/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build -.PHONY : curl-example-pop3-top/fast - -#============================================================================= -# Target rules for targets named curl-example-pop3-uidl - -# Build rule for target. -curl-example-pop3-uidl: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-pop3-uidl -.PHONY : curl-example-pop3-uidl - -# fast build rule for target. -curl-example-pop3-uidl/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build -.PHONY : curl-example-pop3-uidl/fast - -#============================================================================= -# Target rules for targets named curl-example-post-callback - -# Build rule for target. -curl-example-post-callback: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-post-callback -.PHONY : curl-example-post-callback - -# fast build rule for target. -curl-example-post-callback/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build -.PHONY : curl-example-post-callback/fast - -#============================================================================= -# Target rules for targets named curl-example-postinmemory - -# Build rule for target. -curl-example-postinmemory: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-postinmemory -.PHONY : curl-example-postinmemory - -# fast build rule for target. -curl-example-postinmemory/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build -.PHONY : curl-example-postinmemory/fast - -#============================================================================= -# Target rules for targets named curl-example-postit2 - -# Build rule for target. -curl-example-postit2: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-postit2 -.PHONY : curl-example-postit2 - -# fast build rule for target. -curl-example-postit2/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build -.PHONY : curl-example-postit2/fast - -#============================================================================= -# Target rules for targets named curl-example-postit2-formadd - -# Build rule for target. -curl-example-postit2-formadd: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-postit2-formadd -.PHONY : curl-example-postit2-formadd - -# fast build rule for target. -curl-example-postit2-formadd/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build -.PHONY : curl-example-postit2-formadd/fast - -#============================================================================= -# Target rules for targets named curl-example-progressfunc - -# Build rule for target. -curl-example-progressfunc: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-progressfunc -.PHONY : curl-example-progressfunc - -# fast build rule for target. -curl-example-progressfunc/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build -.PHONY : curl-example-progressfunc/fast - -#============================================================================= -# Target rules for targets named curl-example-protofeats - -# Build rule for target. -curl-example-protofeats: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-protofeats -.PHONY : curl-example-protofeats - -# fast build rule for target. -curl-example-protofeats/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build -.PHONY : curl-example-protofeats/fast - -#============================================================================= -# Target rules for targets named curl-example-range - -# Build rule for target. -curl-example-range: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-range -.PHONY : curl-example-range - -# fast build rule for target. -curl-example-range/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build -.PHONY : curl-example-range/fast - -#============================================================================= -# Target rules for targets named curl-example-resolve - -# Build rule for target. -curl-example-resolve: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-resolve -.PHONY : curl-example-resolve - -# fast build rule for target. -curl-example-resolve/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build -.PHONY : curl-example-resolve/fast - -#============================================================================= -# Target rules for targets named curl-example-rtsp-options - -# Build rule for target. -curl-example-rtsp-options: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-rtsp-options -.PHONY : curl-example-rtsp-options - -# fast build rule for target. -curl-example-rtsp-options/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build -.PHONY : curl-example-rtsp-options/fast - -#============================================================================= -# Target rules for targets named curl-example-sendrecv - -# Build rule for target. -curl-example-sendrecv: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-sendrecv -.PHONY : curl-example-sendrecv - -# fast build rule for target. -curl-example-sendrecv/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build -.PHONY : curl-example-sendrecv/fast - -#============================================================================= -# Target rules for targets named curl-example-sepheaders - -# Build rule for target. -curl-example-sepheaders: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-sepheaders -.PHONY : curl-example-sepheaders - -# fast build rule for target. -curl-example-sepheaders/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build -.PHONY : curl-example-sepheaders/fast - -#============================================================================= -# Target rules for targets named curl-example-sftpget - -# Build rule for target. -curl-example-sftpget: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-sftpget -.PHONY : curl-example-sftpget - -# fast build rule for target. -curl-example-sftpget/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build -.PHONY : curl-example-sftpget/fast - -#============================================================================= -# Target rules for targets named curl-example-sftpuploadresume - -# Build rule for target. -curl-example-sftpuploadresume: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-sftpuploadresume -.PHONY : curl-example-sftpuploadresume - -# fast build rule for target. -curl-example-sftpuploadresume/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build -.PHONY : curl-example-sftpuploadresume/fast - -#============================================================================= -# Target rules for targets named curl-example-shared-connection-cache - -# Build rule for target. -curl-example-shared-connection-cache: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-shared-connection-cache -.PHONY : curl-example-shared-connection-cache - -# fast build rule for target. -curl-example-shared-connection-cache/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build -.PHONY : curl-example-shared-connection-cache/fast - -#============================================================================= -# Target rules for targets named curl-example-simple - -# Build rule for target. -curl-example-simple: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-simple -.PHONY : curl-example-simple - -# fast build rule for target. -curl-example-simple/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build -.PHONY : curl-example-simple/fast - -#============================================================================= -# Target rules for targets named curl-example-simplepost - -# Build rule for target. -curl-example-simplepost: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-simplepost -.PHONY : curl-example-simplepost - -# fast build rule for target. -curl-example-simplepost/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build -.PHONY : curl-example-simplepost/fast - -#============================================================================= -# Target rules for targets named curl-example-simplessl - -# Build rule for target. -curl-example-simplessl: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-simplessl -.PHONY : curl-example-simplessl - -# fast build rule for target. -curl-example-simplessl/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build -.PHONY : curl-example-simplessl/fast - -#============================================================================= -# Target rules for targets named curl-example-smtp-authzid - -# Build rule for target. -curl-example-smtp-authzid: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-smtp-authzid -.PHONY : curl-example-smtp-authzid - -# fast build rule for target. -curl-example-smtp-authzid/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build -.PHONY : curl-example-smtp-authzid/fast - -#============================================================================= -# Target rules for targets named curl-example-smtp-expn - -# Build rule for target. -curl-example-smtp-expn: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-smtp-expn -.PHONY : curl-example-smtp-expn - -# fast build rule for target. -curl-example-smtp-expn/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build -.PHONY : curl-example-smtp-expn/fast - -#============================================================================= -# Target rules for targets named curl-example-smtp-mail - -# Build rule for target. -curl-example-smtp-mail: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-smtp-mail -.PHONY : curl-example-smtp-mail - -# fast build rule for target. -curl-example-smtp-mail/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build -.PHONY : curl-example-smtp-mail/fast - -#============================================================================= -# Target rules for targets named curl-example-smtp-mime - -# Build rule for target. -curl-example-smtp-mime: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-smtp-mime -.PHONY : curl-example-smtp-mime - -# fast build rule for target. -curl-example-smtp-mime/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build -.PHONY : curl-example-smtp-mime/fast - -#============================================================================= -# Target rules for targets named curl-example-smtp-multi - -# Build rule for target. -curl-example-smtp-multi: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-smtp-multi -.PHONY : curl-example-smtp-multi - -# fast build rule for target. -curl-example-smtp-multi/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build -.PHONY : curl-example-smtp-multi/fast - -#============================================================================= -# Target rules for targets named curl-example-smtp-ssl - -# Build rule for target. -curl-example-smtp-ssl: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-smtp-ssl -.PHONY : curl-example-smtp-ssl - -# fast build rule for target. -curl-example-smtp-ssl/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build -.PHONY : curl-example-smtp-ssl/fast - -#============================================================================= -# Target rules for targets named curl-example-smtp-tls - -# Build rule for target. -curl-example-smtp-tls: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-smtp-tls -.PHONY : curl-example-smtp-tls - -# fast build rule for target. -curl-example-smtp-tls/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build -.PHONY : curl-example-smtp-tls/fast - -#============================================================================= -# Target rules for targets named curl-example-smtp-vrfy - -# Build rule for target. -curl-example-smtp-vrfy: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-smtp-vrfy -.PHONY : curl-example-smtp-vrfy - -# fast build rule for target. -curl-example-smtp-vrfy/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build -.PHONY : curl-example-smtp-vrfy/fast - -#============================================================================= -# Target rules for targets named curl-example-sslbackend - -# Build rule for target. -curl-example-sslbackend: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-sslbackend -.PHONY : curl-example-sslbackend - -# fast build rule for target. -curl-example-sslbackend/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build -.PHONY : curl-example-sslbackend/fast - -#============================================================================= -# Target rules for targets named curl-example-unixsocket - -# Build rule for target. -curl-example-unixsocket: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-unixsocket -.PHONY : curl-example-unixsocket - -# fast build rule for target. -curl-example-unixsocket/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build -.PHONY : curl-example-unixsocket/fast - -#============================================================================= -# Target rules for targets named curl-example-url2file - -# Build rule for target. -curl-example-url2file: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-url2file -.PHONY : curl-example-url2file - -# fast build rule for target. -curl-example-url2file/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build -.PHONY : curl-example-url2file/fast - -#============================================================================= -# Target rules for targets named curl-example-urlapi - -# Build rule for target. -curl-example-urlapi: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-urlapi -.PHONY : curl-example-urlapi - -# fast build rule for target. -curl-example-urlapi/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build -.PHONY : curl-example-urlapi/fast - -#============================================================================= -# Target rules for targets named curl-example-websocket - -# Build rule for target. -curl-example-websocket: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-websocket -.PHONY : curl-example-websocket - -# fast build rule for target. -curl-example-websocket/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build -.PHONY : curl-example-websocket/fast - -#============================================================================= -# Target rules for targets named curl-example-websocket-cb - -# Build rule for target. -curl-example-websocket-cb: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-example-websocket-cb -.PHONY : curl-example-websocket-cb - -# fast build rule for target. -curl-example-websocket-cb/fast: - $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build -.PHONY : curl-example-websocket-cb/fast - -#============================================================================= -# Target rules for targets named testdeps - -# Build rule for target. -testdeps: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 testdeps -.PHONY : testdeps - -# fast build rule for target. -testdeps/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/testdeps.dir/build.make external/curl/tests/CMakeFiles/testdeps.dir/build -.PHONY : testdeps/fast - -#============================================================================= -# Target rules for targets named test-quiet - -# Build rule for target. -test-quiet: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-quiet -.PHONY : test-quiet - -# fast build rule for target. -test-quiet/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-quiet.dir/build.make external/curl/tests/CMakeFiles/test-quiet.dir/build -.PHONY : test-quiet/fast - -#============================================================================= -# Target rules for targets named test-am - -# Build rule for target. -test-am: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-am -.PHONY : test-am - -# fast build rule for target. -test-am/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-am.dir/build.make external/curl/tests/CMakeFiles/test-am.dir/build -.PHONY : test-am/fast - -#============================================================================= -# Target rules for targets named test-full - -# Build rule for target. -test-full: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-full -.PHONY : test-full - -# fast build rule for target. -test-full/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-full.dir/build.make external/curl/tests/CMakeFiles/test-full.dir/build -.PHONY : test-full/fast - -#============================================================================= -# Target rules for targets named test-nonflaky - -# Build rule for target. -test-nonflaky: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-nonflaky -.PHONY : test-nonflaky - -# fast build rule for target. -test-nonflaky/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-nonflaky.dir/build.make external/curl/tests/CMakeFiles/test-nonflaky.dir/build -.PHONY : test-nonflaky/fast - -#============================================================================= -# Target rules for targets named test-ci - -# Build rule for target. -test-ci: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-ci -.PHONY : test-ci - -# fast build rule for target. -test-ci/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-ci.dir/build.make external/curl/tests/CMakeFiles/test-ci.dir/build -.PHONY : test-ci/fast - -#============================================================================= -# Target rules for targets named test-torture - -# Build rule for target. -test-torture: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-torture -.PHONY : test-torture - -# fast build rule for target. -test-torture/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-torture.dir/build.make external/curl/tests/CMakeFiles/test-torture.dir/build -.PHONY : test-torture/fast - -#============================================================================= -# Target rules for targets named test-event - -# Build rule for target. -test-event: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-event -.PHONY : test-event - -# fast build rule for target. -test-event/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-event.dir/build.make external/curl/tests/CMakeFiles/test-event.dir/build -.PHONY : test-event/fast - -#============================================================================= -# Target rules for targets named curl-pytest - -# Build rule for target. -curl-pytest: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-pytest -.PHONY : curl-pytest - -# fast build rule for target. -curl-pytest/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest.dir/build.make external/curl/tests/CMakeFiles/curl-pytest.dir/build -.PHONY : curl-pytest/fast - -#============================================================================= -# Target rules for targets named curl-pytest-ci - -# Build rule for target. -curl-pytest-ci: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curl-pytest-ci -.PHONY : curl-pytest-ci - -# fast build rule for target. -curl-pytest-ci/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build.make external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build -.PHONY : curl-pytest-ci/fast - -#============================================================================= -# Target rules for targets named test-http-clients - -# Build rule for target. -test-http-clients: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 test-http-clients -.PHONY : test-http-clients - -# fast build rule for target. -test-http-clients/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build.make external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build -.PHONY : test-http-clients/fast - -#============================================================================= -# Target rules for targets named curlt-client-h2-pausing - -# Build rule for target. -curlt-client-h2-pausing: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curlt-client-h2-pausing -.PHONY : curlt-client-h2-pausing - -# fast build rule for target. -curlt-client-h2-pausing/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build -.PHONY : curlt-client-h2-pausing/fast - -#============================================================================= -# Target rules for targets named curlt-client-h2-serverpush - -# Build rule for target. -curlt-client-h2-serverpush: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curlt-client-h2-serverpush -.PHONY : curlt-client-h2-serverpush - -# fast build rule for target. -curlt-client-h2-serverpush/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build -.PHONY : curlt-client-h2-serverpush/fast - -#============================================================================= -# Target rules for targets named curlt-client-h2-upgrade-extreme - -# Build rule for target. -curlt-client-h2-upgrade-extreme: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curlt-client-h2-upgrade-extreme -.PHONY : curlt-client-h2-upgrade-extreme - -# fast build rule for target. -curlt-client-h2-upgrade-extreme/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build -.PHONY : curlt-client-h2-upgrade-extreme/fast - -#============================================================================= -# Target rules for targets named curlt-client-hx-download - -# Build rule for target. -curlt-client-hx-download: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curlt-client-hx-download -.PHONY : curlt-client-hx-download - -# fast build rule for target. -curlt-client-hx-download/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build -.PHONY : curlt-client-hx-download/fast - -#============================================================================= -# Target rules for targets named curlt-client-hx-upload - -# Build rule for target. -curlt-client-hx-upload: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curlt-client-hx-upload -.PHONY : curlt-client-hx-upload - -# fast build rule for target. -curlt-client-hx-upload/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build -.PHONY : curlt-client-hx-upload/fast - -#============================================================================= -# Target rules for targets named curlt-client-tls-session-reuse - -# Build rule for target. -curlt-client-tls-session-reuse: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curlt-client-tls-session-reuse -.PHONY : curlt-client-tls-session-reuse - -# fast build rule for target. -curlt-client-tls-session-reuse/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build -.PHONY : curlt-client-tls-session-reuse/fast - -#============================================================================= -# Target rules for targets named curlt-client-upload-pausing - -# Build rule for target. -curlt-client-upload-pausing: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curlt-client-upload-pausing -.PHONY : curlt-client-upload-pausing - -# fast build rule for target. -curlt-client-upload-pausing/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build -.PHONY : curlt-client-upload-pausing/fast - -#============================================================================= -# Target rules for targets named curlt-client-ws-data - -# Build rule for target. -curlt-client-ws-data: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curlt-client-ws-data -.PHONY : curlt-client-ws-data - -# fast build rule for target. -curlt-client-ws-data/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build -.PHONY : curlt-client-ws-data/fast - -#============================================================================= -# Target rules for targets named curlt-client-ws-pingpong - -# Build rule for target. -curlt-client-ws-pingpong: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 curlt-client-ws-pingpong -.PHONY : curlt-client-ws-pingpong - -# fast build rule for target. -curlt-client-ws-pingpong/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build -.PHONY : curlt-client-ws-pingpong/fast - -#============================================================================= -# Target rules for targets named resolve - -# Build rule for target. -resolve: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 resolve -.PHONY : resolve - -# fast build rule for target. -resolve/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/build -.PHONY : resolve/fast - -#============================================================================= -# Target rules for targets named rtspd - -# Build rule for target. -rtspd: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 rtspd -.PHONY : rtspd - -# fast build rule for target. -rtspd/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/build -.PHONY : rtspd/fast - -#============================================================================= -# Target rules for targets named sockfilt - -# Build rule for target. -sockfilt: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sockfilt -.PHONY : sockfilt - -# fast build rule for target. -sockfilt/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/build -.PHONY : sockfilt/fast - -#============================================================================= -# Target rules for targets named sws - -# Build rule for target. -sws: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 sws -.PHONY : sws - -# fast build rule for target. -sws/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/build -.PHONY : sws/fast - -#============================================================================= -# Target rules for targets named tftpd - -# Build rule for target. -tftpd: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tftpd -.PHONY : tftpd - -# fast build rule for target. -tftpd/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/build -.PHONY : tftpd/fast - -#============================================================================= -# Target rules for targets named socksd - -# Build rule for target. -socksd: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 socksd -.PHONY : socksd - -# fast build rule for target. -socksd/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/build -.PHONY : socksd/fast - -#============================================================================= -# Target rules for targets named mqttd - -# Build rule for target. -mqttd: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 mqttd -.PHONY : mqttd - -# fast build rule for target. -mqttd/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/build -.PHONY : mqttd/fast - -#============================================================================= -# Target rules for targets named dnsd - -# Build rule for target. -dnsd: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 dnsd -.PHONY : dnsd - -# fast build rule for target. -dnsd/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/build -.PHONY : dnsd/fast - -#============================================================================= -# Target rules for targets named libauthretry - -# Build rule for target. -libauthretry: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libauthretry -.PHONY : libauthretry - -# fast build rule for target. -libauthretry/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build -.PHONY : libauthretry/fast - -#============================================================================= -# Target rules for targets named libntlmconnect - -# Build rule for target. -libntlmconnect: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libntlmconnect -.PHONY : libntlmconnect - -# fast build rule for target. -libntlmconnect/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build -.PHONY : libntlmconnect/fast - -#============================================================================= -# Target rules for targets named libprereq - -# Build rule for target. -libprereq: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 libprereq -.PHONY : libprereq - -# fast build rule for target. -libprereq/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/build -.PHONY : libprereq/fast - -#============================================================================= -# Target rules for targets named lib500 - -# Build rule for target. -lib500: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib500 -.PHONY : lib500 - -# fast build rule for target. -lib500/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/build -.PHONY : lib500/fast - -#============================================================================= -# Target rules for targets named lib501 - -# Build rule for target. -lib501: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib501 -.PHONY : lib501 - -# fast build rule for target. -lib501/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/build -.PHONY : lib501/fast - -#============================================================================= -# Target rules for targets named lib502 - -# Build rule for target. -lib502: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib502 -.PHONY : lib502 - -# fast build rule for target. -lib502/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/build -.PHONY : lib502/fast - -#============================================================================= -# Target rules for targets named lib503 - -# Build rule for target. -lib503: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib503 -.PHONY : lib503 - -# fast build rule for target. -lib503/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/build -.PHONY : lib503/fast - -#============================================================================= -# Target rules for targets named lib504 - -# Build rule for target. -lib504: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib504 -.PHONY : lib504 - -# fast build rule for target. -lib504/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/build -.PHONY : lib504/fast - -#============================================================================= -# Target rules for targets named lib505 - -# Build rule for target. -lib505: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib505 -.PHONY : lib505 - -# fast build rule for target. -lib505/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/build -.PHONY : lib505/fast - -#============================================================================= -# Target rules for targets named lib506 - -# Build rule for target. -lib506: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib506 -.PHONY : lib506 - -# fast build rule for target. -lib506/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/build -.PHONY : lib506/fast - -#============================================================================= -# Target rules for targets named lib507 - -# Build rule for target. -lib507: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib507 -.PHONY : lib507 - -# fast build rule for target. -lib507/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/build -.PHONY : lib507/fast - -#============================================================================= -# Target rules for targets named lib508 - -# Build rule for target. -lib508: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib508 -.PHONY : lib508 - -# fast build rule for target. -lib508/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/build -.PHONY : lib508/fast - -#============================================================================= -# Target rules for targets named lib509 - -# Build rule for target. -lib509: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib509 -.PHONY : lib509 - -# fast build rule for target. -lib509/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/build -.PHONY : lib509/fast - -#============================================================================= -# Target rules for targets named lib510 - -# Build rule for target. -lib510: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib510 -.PHONY : lib510 - -# fast build rule for target. -lib510/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/build -.PHONY : lib510/fast - -#============================================================================= -# Target rules for targets named lib511 - -# Build rule for target. -lib511: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib511 -.PHONY : lib511 - -# fast build rule for target. -lib511/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/build -.PHONY : lib511/fast - -#============================================================================= -# Target rules for targets named lib512 - -# Build rule for target. -lib512: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib512 -.PHONY : lib512 - -# fast build rule for target. -lib512/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/build -.PHONY : lib512/fast - -#============================================================================= -# Target rules for targets named lib513 - -# Build rule for target. -lib513: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib513 -.PHONY : lib513 - -# fast build rule for target. -lib513/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/build -.PHONY : lib513/fast - -#============================================================================= -# Target rules for targets named lib514 - -# Build rule for target. -lib514: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib514 -.PHONY : lib514 - -# fast build rule for target. -lib514/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/build -.PHONY : lib514/fast - -#============================================================================= -# Target rules for targets named lib515 - -# Build rule for target. -lib515: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib515 -.PHONY : lib515 - -# fast build rule for target. -lib515/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/build -.PHONY : lib515/fast - -#============================================================================= -# Target rules for targets named lib516 - -# Build rule for target. -lib516: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib516 -.PHONY : lib516 - -# fast build rule for target. -lib516/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/build -.PHONY : lib516/fast - -#============================================================================= -# Target rules for targets named lib517 - -# Build rule for target. -lib517: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib517 -.PHONY : lib517 - -# fast build rule for target. -lib517/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/build -.PHONY : lib517/fast - -#============================================================================= -# Target rules for targets named lib518 - -# Build rule for target. -lib518: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib518 -.PHONY : lib518 - -# fast build rule for target. -lib518/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/build -.PHONY : lib518/fast - -#============================================================================= -# Target rules for targets named lib519 - -# Build rule for target. -lib519: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib519 -.PHONY : lib519 - -# fast build rule for target. -lib519/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/build -.PHONY : lib519/fast - -#============================================================================= -# Target rules for targets named lib520 - -# Build rule for target. -lib520: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib520 -.PHONY : lib520 - -# fast build rule for target. -lib520/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/build -.PHONY : lib520/fast - -#============================================================================= -# Target rules for targets named lib521 - -# Build rule for target. -lib521: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib521 -.PHONY : lib521 - -# fast build rule for target. -lib521/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/build -.PHONY : lib521/fast - -#============================================================================= -# Target rules for targets named lib523 - -# Build rule for target. -lib523: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib523 -.PHONY : lib523 - -# fast build rule for target. -lib523/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/build -.PHONY : lib523/fast - -#============================================================================= -# Target rules for targets named lib524 - -# Build rule for target. -lib524: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib524 -.PHONY : lib524 - -# fast build rule for target. -lib524/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/build -.PHONY : lib524/fast - -#============================================================================= -# Target rules for targets named lib525 - -# Build rule for target. -lib525: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib525 -.PHONY : lib525 - -# fast build rule for target. -lib525/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/build -.PHONY : lib525/fast - -#============================================================================= -# Target rules for targets named lib526 - -# Build rule for target. -lib526: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib526 -.PHONY : lib526 - -# fast build rule for target. -lib526/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/build -.PHONY : lib526/fast - -#============================================================================= -# Target rules for targets named lib527 - -# Build rule for target. -lib527: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib527 -.PHONY : lib527 - -# fast build rule for target. -lib527/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/build -.PHONY : lib527/fast - -#============================================================================= -# Target rules for targets named lib529 - -# Build rule for target. -lib529: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib529 -.PHONY : lib529 - -# fast build rule for target. -lib529/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/build -.PHONY : lib529/fast - -#============================================================================= -# Target rules for targets named lib530 - -# Build rule for target. -lib530: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib530 -.PHONY : lib530 - -# fast build rule for target. -lib530/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/build -.PHONY : lib530/fast - -#============================================================================= -# Target rules for targets named lib532 - -# Build rule for target. -lib532: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib532 -.PHONY : lib532 - -# fast build rule for target. -lib532/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/build -.PHONY : lib532/fast - -#============================================================================= -# Target rules for targets named lib533 - -# Build rule for target. -lib533: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib533 -.PHONY : lib533 - -# fast build rule for target. -lib533/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/build -.PHONY : lib533/fast - -#============================================================================= -# Target rules for targets named lib536 - -# Build rule for target. -lib536: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib536 -.PHONY : lib536 - -# fast build rule for target. -lib536/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/build -.PHONY : lib536/fast - -#============================================================================= -# Target rules for targets named lib537 - -# Build rule for target. -lib537: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib537 -.PHONY : lib537 - -# fast build rule for target. -lib537/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/build -.PHONY : lib537/fast - -#============================================================================= -# Target rules for targets named lib539 - -# Build rule for target. -lib539: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib539 -.PHONY : lib539 - -# fast build rule for target. -lib539/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/build -.PHONY : lib539/fast - -#============================================================================= -# Target rules for targets named lib540 - -# Build rule for target. -lib540: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib540 -.PHONY : lib540 - -# fast build rule for target. -lib540/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/build -.PHONY : lib540/fast - -#============================================================================= -# Target rules for targets named lib541 - -# Build rule for target. -lib541: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib541 -.PHONY : lib541 - -# fast build rule for target. -lib541/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/build -.PHONY : lib541/fast - -#============================================================================= -# Target rules for targets named lib542 - -# Build rule for target. -lib542: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib542 -.PHONY : lib542 - -# fast build rule for target. -lib542/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/build -.PHONY : lib542/fast - -#============================================================================= -# Target rules for targets named lib543 - -# Build rule for target. -lib543: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib543 -.PHONY : lib543 - -# fast build rule for target. -lib543/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/build -.PHONY : lib543/fast - -#============================================================================= -# Target rules for targets named lib544 - -# Build rule for target. -lib544: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib544 -.PHONY : lib544 - -# fast build rule for target. -lib544/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/build -.PHONY : lib544/fast - -#============================================================================= -# Target rules for targets named lib545 - -# Build rule for target. -lib545: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib545 -.PHONY : lib545 - -# fast build rule for target. -lib545/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/build -.PHONY : lib545/fast - -#============================================================================= -# Target rules for targets named lib547 - -# Build rule for target. -lib547: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib547 -.PHONY : lib547 - -# fast build rule for target. -lib547/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/build -.PHONY : lib547/fast - -#============================================================================= -# Target rules for targets named lib548 - -# Build rule for target. -lib548: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib548 -.PHONY : lib548 - -# fast build rule for target. -lib548/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/build -.PHONY : lib548/fast - -#============================================================================= -# Target rules for targets named lib549 - -# Build rule for target. -lib549: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib549 -.PHONY : lib549 - -# fast build rule for target. -lib549/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/build -.PHONY : lib549/fast - -#============================================================================= -# Target rules for targets named lib552 - -# Build rule for target. -lib552: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib552 -.PHONY : lib552 - -# fast build rule for target. -lib552/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/build -.PHONY : lib552/fast - -#============================================================================= -# Target rules for targets named lib553 - -# Build rule for target. -lib553: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib553 -.PHONY : lib553 - -# fast build rule for target. -lib553/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/build -.PHONY : lib553/fast - -#============================================================================= -# Target rules for targets named lib554 - -# Build rule for target. -lib554: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib554 -.PHONY : lib554 - -# fast build rule for target. -lib554/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/build -.PHONY : lib554/fast - -#============================================================================= -# Target rules for targets named lib555 - -# Build rule for target. -lib555: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib555 -.PHONY : lib555 - -# fast build rule for target. -lib555/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/build -.PHONY : lib555/fast - -#============================================================================= -# Target rules for targets named lib556 - -# Build rule for target. -lib556: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib556 -.PHONY : lib556 - -# fast build rule for target. -lib556/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/build -.PHONY : lib556/fast - -#============================================================================= -# Target rules for targets named lib557 - -# Build rule for target. -lib557: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib557 -.PHONY : lib557 - -# fast build rule for target. -lib557/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/build -.PHONY : lib557/fast - -#============================================================================= -# Target rules for targets named lib558 - -# Build rule for target. -lib558: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib558 -.PHONY : lib558 - -# fast build rule for target. -lib558/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/build -.PHONY : lib558/fast - -#============================================================================= -# Target rules for targets named lib559 - -# Build rule for target. -lib559: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib559 -.PHONY : lib559 - -# fast build rule for target. -lib559/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/build -.PHONY : lib559/fast - -#============================================================================= -# Target rules for targets named lib560 - -# Build rule for target. -lib560: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib560 -.PHONY : lib560 - -# fast build rule for target. -lib560/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/build -.PHONY : lib560/fast - -#============================================================================= -# Target rules for targets named lib562 - -# Build rule for target. -lib562: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib562 -.PHONY : lib562 - -# fast build rule for target. -lib562/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/build -.PHONY : lib562/fast - -#============================================================================= -# Target rules for targets named lib564 - -# Build rule for target. -lib564: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib564 -.PHONY : lib564 - -# fast build rule for target. -lib564/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/build -.PHONY : lib564/fast - -#============================================================================= -# Target rules for targets named lib565 - -# Build rule for target. -lib565: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib565 -.PHONY : lib565 - -# fast build rule for target. -lib565/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/build -.PHONY : lib565/fast - -#============================================================================= -# Target rules for targets named lib566 - -# Build rule for target. -lib566: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib566 -.PHONY : lib566 - -# fast build rule for target. -lib566/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/build -.PHONY : lib566/fast - -#============================================================================= -# Target rules for targets named lib567 - -# Build rule for target. -lib567: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib567 -.PHONY : lib567 - -# fast build rule for target. -lib567/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/build -.PHONY : lib567/fast - -#============================================================================= -# Target rules for targets named lib568 - -# Build rule for target. -lib568: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib568 -.PHONY : lib568 - -# fast build rule for target. -lib568/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/build -.PHONY : lib568/fast - -#============================================================================= -# Target rules for targets named lib569 - -# Build rule for target. -lib569: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib569 -.PHONY : lib569 - -# fast build rule for target. -lib569/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/build -.PHONY : lib569/fast - -#============================================================================= -# Target rules for targets named lib570 - -# Build rule for target. -lib570: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib570 -.PHONY : lib570 - -# fast build rule for target. -lib570/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/build -.PHONY : lib570/fast - -#============================================================================= -# Target rules for targets named lib571 - -# Build rule for target. -lib571: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib571 -.PHONY : lib571 - -# fast build rule for target. -lib571/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/build -.PHONY : lib571/fast - -#============================================================================= -# Target rules for targets named lib572 - -# Build rule for target. -lib572: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib572 -.PHONY : lib572 - -# fast build rule for target. -lib572/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/build -.PHONY : lib572/fast - -#============================================================================= -# Target rules for targets named lib573 - -# Build rule for target. -lib573: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib573 -.PHONY : lib573 - -# fast build rule for target. -lib573/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/build -.PHONY : lib573/fast - -#============================================================================= -# Target rules for targets named lib574 - -# Build rule for target. -lib574: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib574 -.PHONY : lib574 - -# fast build rule for target. -lib574/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/build -.PHONY : lib574/fast - -#============================================================================= -# Target rules for targets named lib575 - -# Build rule for target. -lib575: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib575 -.PHONY : lib575 - -# fast build rule for target. -lib575/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/build -.PHONY : lib575/fast - -#============================================================================= -# Target rules for targets named lib576 - -# Build rule for target. -lib576: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib576 -.PHONY : lib576 - -# fast build rule for target. -lib576/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/build -.PHONY : lib576/fast - -#============================================================================= -# Target rules for targets named lib578 - -# Build rule for target. -lib578: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib578 -.PHONY : lib578 - -# fast build rule for target. -lib578/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/build -.PHONY : lib578/fast - -#============================================================================= -# Target rules for targets named lib579 - -# Build rule for target. -lib579: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib579 -.PHONY : lib579 - -# fast build rule for target. -lib579/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/build -.PHONY : lib579/fast - -#============================================================================= -# Target rules for targets named lib582 - -# Build rule for target. -lib582: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib582 -.PHONY : lib582 - -# fast build rule for target. -lib582/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/build -.PHONY : lib582/fast - -#============================================================================= -# Target rules for targets named lib583 - -# Build rule for target. -lib583: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib583 -.PHONY : lib583 - -# fast build rule for target. -lib583/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/build -.PHONY : lib583/fast - -#============================================================================= -# Target rules for targets named lib584 - -# Build rule for target. -lib584: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib584 -.PHONY : lib584 - -# fast build rule for target. -lib584/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/build -.PHONY : lib584/fast - -#============================================================================= -# Target rules for targets named lib585 - -# Build rule for target. -lib585: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib585 -.PHONY : lib585 - -# fast build rule for target. -lib585/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/build -.PHONY : lib585/fast - -#============================================================================= -# Target rules for targets named lib586 - -# Build rule for target. -lib586: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib586 -.PHONY : lib586 - -# fast build rule for target. -lib586/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/build -.PHONY : lib586/fast - -#============================================================================= -# Target rules for targets named lib587 - -# Build rule for target. -lib587: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib587 -.PHONY : lib587 - -# fast build rule for target. -lib587/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/build -.PHONY : lib587/fast - -#============================================================================= -# Target rules for targets named lib589 - -# Build rule for target. -lib589: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib589 -.PHONY : lib589 - -# fast build rule for target. -lib589/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/build -.PHONY : lib589/fast - -#============================================================================= -# Target rules for targets named lib590 - -# Build rule for target. -lib590: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib590 -.PHONY : lib590 - -# fast build rule for target. -lib590/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/build -.PHONY : lib590/fast - -#============================================================================= -# Target rules for targets named lib591 - -# Build rule for target. -lib591: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib591 -.PHONY : lib591 - -# fast build rule for target. -lib591/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/build -.PHONY : lib591/fast - -#============================================================================= -# Target rules for targets named lib597 - -# Build rule for target. -lib597: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib597 -.PHONY : lib597 - -# fast build rule for target. -lib597/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/build -.PHONY : lib597/fast - -#============================================================================= -# Target rules for targets named lib598 - -# Build rule for target. -lib598: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib598 -.PHONY : lib598 - -# fast build rule for target. -lib598/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/build -.PHONY : lib598/fast - -#============================================================================= -# Target rules for targets named lib599 - -# Build rule for target. -lib599: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib599 -.PHONY : lib599 - -# fast build rule for target. -lib599/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/build -.PHONY : lib599/fast - -#============================================================================= -# Target rules for targets named lib643 - -# Build rule for target. -lib643: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib643 -.PHONY : lib643 - -# fast build rule for target. -lib643/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/build -.PHONY : lib643/fast - -#============================================================================= -# Target rules for targets named lib645 - -# Build rule for target. -lib645: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib645 -.PHONY : lib645 - -# fast build rule for target. -lib645/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/build -.PHONY : lib645/fast - -#============================================================================= -# Target rules for targets named lib650 - -# Build rule for target. -lib650: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib650 -.PHONY : lib650 - -# fast build rule for target. -lib650/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/build -.PHONY : lib650/fast - -#============================================================================= -# Target rules for targets named lib651 - -# Build rule for target. -lib651: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib651 -.PHONY : lib651 - -# fast build rule for target. -lib651/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/build -.PHONY : lib651/fast - -#============================================================================= -# Target rules for targets named lib652 - -# Build rule for target. -lib652: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib652 -.PHONY : lib652 - -# fast build rule for target. -lib652/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/build -.PHONY : lib652/fast - -#============================================================================= -# Target rules for targets named lib653 - -# Build rule for target. -lib653: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib653 -.PHONY : lib653 - -# fast build rule for target. -lib653/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/build -.PHONY : lib653/fast - -#============================================================================= -# Target rules for targets named lib654 - -# Build rule for target. -lib654: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib654 -.PHONY : lib654 - -# fast build rule for target. -lib654/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/build -.PHONY : lib654/fast - -#============================================================================= -# Target rules for targets named lib655 - -# Build rule for target. -lib655: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib655 -.PHONY : lib655 - -# fast build rule for target. -lib655/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/build -.PHONY : lib655/fast - -#============================================================================= -# Target rules for targets named lib658 - -# Build rule for target. -lib658: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib658 -.PHONY : lib658 - -# fast build rule for target. -lib658/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/build -.PHONY : lib658/fast - -#============================================================================= -# Target rules for targets named lib659 - -# Build rule for target. -lib659: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib659 -.PHONY : lib659 - -# fast build rule for target. -lib659/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/build -.PHONY : lib659/fast - -#============================================================================= -# Target rules for targets named lib661 - -# Build rule for target. -lib661: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib661 -.PHONY : lib661 - -# fast build rule for target. -lib661/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/build -.PHONY : lib661/fast - -#============================================================================= -# Target rules for targets named lib666 - -# Build rule for target. -lib666: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib666 -.PHONY : lib666 - -# fast build rule for target. -lib666/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/build -.PHONY : lib666/fast - -#============================================================================= -# Target rules for targets named lib667 - -# Build rule for target. -lib667: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib667 -.PHONY : lib667 - -# fast build rule for target. -lib667/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/build -.PHONY : lib667/fast - -#============================================================================= -# Target rules for targets named lib668 - -# Build rule for target. -lib668: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib668 -.PHONY : lib668 - -# fast build rule for target. -lib668/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/build -.PHONY : lib668/fast - -#============================================================================= -# Target rules for targets named lib670 - -# Build rule for target. -lib670: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib670 -.PHONY : lib670 - -# fast build rule for target. -lib670/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/build -.PHONY : lib670/fast - -#============================================================================= -# Target rules for targets named lib671 - -# Build rule for target. -lib671: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib671 -.PHONY : lib671 - -# fast build rule for target. -lib671/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/build -.PHONY : lib671/fast - -#============================================================================= -# Target rules for targets named lib672 - -# Build rule for target. -lib672: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib672 -.PHONY : lib672 - -# fast build rule for target. -lib672/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/build -.PHONY : lib672/fast - -#============================================================================= -# Target rules for targets named lib673 - -# Build rule for target. -lib673: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib673 -.PHONY : lib673 - -# fast build rule for target. -lib673/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/build -.PHONY : lib673/fast - -#============================================================================= -# Target rules for targets named lib674 - -# Build rule for target. -lib674: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib674 -.PHONY : lib674 - -# fast build rule for target. -lib674/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/build -.PHONY : lib674/fast - -#============================================================================= -# Target rules for targets named lib676 - -# Build rule for target. -lib676: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib676 -.PHONY : lib676 - -# fast build rule for target. -lib676/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/build -.PHONY : lib676/fast - -#============================================================================= -# Target rules for targets named lib677 - -# Build rule for target. -lib677: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib677 -.PHONY : lib677 - -# fast build rule for target. -lib677/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/build -.PHONY : lib677/fast - -#============================================================================= -# Target rules for targets named lib678 - -# Build rule for target. -lib678: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib678 -.PHONY : lib678 - -# fast build rule for target. -lib678/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/build -.PHONY : lib678/fast - -#============================================================================= -# Target rules for targets named lib694 - -# Build rule for target. -lib694: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib694 -.PHONY : lib694 - -# fast build rule for target. -lib694/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/build -.PHONY : lib694/fast - -#============================================================================= -# Target rules for targets named lib695 - -# Build rule for target. -lib695: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib695 -.PHONY : lib695 - -# fast build rule for target. -lib695/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/build -.PHONY : lib695/fast - -#============================================================================= -# Target rules for targets named lib696 - -# Build rule for target. -lib696: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib696 -.PHONY : lib696 - -# fast build rule for target. -lib696/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/build -.PHONY : lib696/fast - -#============================================================================= -# Target rules for targets named lib1156 - -# Build rule for target. -lib1156: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1156 -.PHONY : lib1156 - -# fast build rule for target. -lib1156/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/build -.PHONY : lib1156/fast - -#============================================================================= -# Target rules for targets named lib1301 - -# Build rule for target. -lib1301: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1301 -.PHONY : lib1301 - -# fast build rule for target. -lib1301/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/build -.PHONY : lib1301/fast - -#============================================================================= -# Target rules for targets named lib1308 - -# Build rule for target. -lib1308: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1308 -.PHONY : lib1308 - -# fast build rule for target. -lib1308/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/build -.PHONY : lib1308/fast - -#============================================================================= -# Target rules for targets named lib1485 - -# Build rule for target. -lib1485: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1485 -.PHONY : lib1485 - -# fast build rule for target. -lib1485/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/build -.PHONY : lib1485/fast - -#============================================================================= -# Target rules for targets named lib1500 - -# Build rule for target. -lib1500: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1500 -.PHONY : lib1500 - -# fast build rule for target. -lib1500/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/build -.PHONY : lib1500/fast - -#============================================================================= -# Target rules for targets named lib1501 - -# Build rule for target. -lib1501: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1501 -.PHONY : lib1501 - -# fast build rule for target. -lib1501/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/build -.PHONY : lib1501/fast - -#============================================================================= -# Target rules for targets named lib1502 - -# Build rule for target. -lib1502: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1502 -.PHONY : lib1502 - -# fast build rule for target. -lib1502/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/build -.PHONY : lib1502/fast - -#============================================================================= -# Target rules for targets named lib1503 - -# Build rule for target. -lib1503: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1503 -.PHONY : lib1503 - -# fast build rule for target. -lib1503/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/build -.PHONY : lib1503/fast - -#============================================================================= -# Target rules for targets named lib1504 - -# Build rule for target. -lib1504: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1504 -.PHONY : lib1504 - -# fast build rule for target. -lib1504/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/build -.PHONY : lib1504/fast - -#============================================================================= -# Target rules for targets named lib1505 - -# Build rule for target. -lib1505: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1505 -.PHONY : lib1505 - -# fast build rule for target. -lib1505/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/build -.PHONY : lib1505/fast - -#============================================================================= -# Target rules for targets named lib1506 - -# Build rule for target. -lib1506: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1506 -.PHONY : lib1506 - -# fast build rule for target. -lib1506/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/build -.PHONY : lib1506/fast - -#============================================================================= -# Target rules for targets named lib1507 - -# Build rule for target. -lib1507: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1507 -.PHONY : lib1507 - -# fast build rule for target. -lib1507/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/build -.PHONY : lib1507/fast - -#============================================================================= -# Target rules for targets named lib1508 - -# Build rule for target. -lib1508: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1508 -.PHONY : lib1508 - -# fast build rule for target. -lib1508/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/build -.PHONY : lib1508/fast - -#============================================================================= -# Target rules for targets named lib1509 - -# Build rule for target. -lib1509: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1509 -.PHONY : lib1509 - -# fast build rule for target. -lib1509/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/build -.PHONY : lib1509/fast - -#============================================================================= -# Target rules for targets named lib1510 - -# Build rule for target. -lib1510: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1510 -.PHONY : lib1510 - -# fast build rule for target. -lib1510/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/build -.PHONY : lib1510/fast - -#============================================================================= -# Target rules for targets named lib1511 - -# Build rule for target. -lib1511: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1511 -.PHONY : lib1511 - -# fast build rule for target. -lib1511/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/build -.PHONY : lib1511/fast - -#============================================================================= -# Target rules for targets named lib1512 - -# Build rule for target. -lib1512: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1512 -.PHONY : lib1512 - -# fast build rule for target. -lib1512/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/build -.PHONY : lib1512/fast - -#============================================================================= -# Target rules for targets named lib1513 - -# Build rule for target. -lib1513: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1513 -.PHONY : lib1513 - -# fast build rule for target. -lib1513/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/build -.PHONY : lib1513/fast - -#============================================================================= -# Target rules for targets named lib1514 - -# Build rule for target. -lib1514: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1514 -.PHONY : lib1514 - -# fast build rule for target. -lib1514/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/build -.PHONY : lib1514/fast - -#============================================================================= -# Target rules for targets named lib1515 - -# Build rule for target. -lib1515: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1515 -.PHONY : lib1515 - -# fast build rule for target. -lib1515/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/build -.PHONY : lib1515/fast - -#============================================================================= -# Target rules for targets named lib1517 - -# Build rule for target. -lib1517: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1517 -.PHONY : lib1517 - -# fast build rule for target. -lib1517/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/build -.PHONY : lib1517/fast - -#============================================================================= -# Target rules for targets named lib1518 - -# Build rule for target. -lib1518: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1518 -.PHONY : lib1518 - -# fast build rule for target. -lib1518/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/build -.PHONY : lib1518/fast - -#============================================================================= -# Target rules for targets named lib1520 - -# Build rule for target. -lib1520: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1520 -.PHONY : lib1520 - -# fast build rule for target. -lib1520/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/build -.PHONY : lib1520/fast - -#============================================================================= -# Target rules for targets named lib1521 - -# Build rule for target. -lib1521: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1521 -.PHONY : lib1521 - -# fast build rule for target. -lib1521/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/build -.PHONY : lib1521/fast - -#============================================================================= -# Target rules for targets named lib1522 - -# Build rule for target. -lib1522: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1522 -.PHONY : lib1522 - -# fast build rule for target. -lib1522/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/build -.PHONY : lib1522/fast - -#============================================================================= -# Target rules for targets named lib1523 - -# Build rule for target. -lib1523: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1523 -.PHONY : lib1523 - -# fast build rule for target. -lib1523/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/build -.PHONY : lib1523/fast - -#============================================================================= -# Target rules for targets named lib1525 - -# Build rule for target. -lib1525: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1525 -.PHONY : lib1525 - -# fast build rule for target. -lib1525/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/build -.PHONY : lib1525/fast - -#============================================================================= -# Target rules for targets named lib1526 - -# Build rule for target. -lib1526: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1526 -.PHONY : lib1526 - -# fast build rule for target. -lib1526/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/build -.PHONY : lib1526/fast - -#============================================================================= -# Target rules for targets named lib1527 - -# Build rule for target. -lib1527: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1527 -.PHONY : lib1527 - -# fast build rule for target. -lib1527/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/build -.PHONY : lib1527/fast - -#============================================================================= -# Target rules for targets named lib1528 - -# Build rule for target. -lib1528: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1528 -.PHONY : lib1528 - -# fast build rule for target. -lib1528/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/build -.PHONY : lib1528/fast - -#============================================================================= -# Target rules for targets named lib1529 - -# Build rule for target. -lib1529: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1529 -.PHONY : lib1529 - -# fast build rule for target. -lib1529/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/build -.PHONY : lib1529/fast - -#============================================================================= -# Target rules for targets named lib1530 - -# Build rule for target. -lib1530: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1530 -.PHONY : lib1530 - -# fast build rule for target. -lib1530/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/build -.PHONY : lib1530/fast - -#============================================================================= -# Target rules for targets named lib1531 - -# Build rule for target. -lib1531: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1531 -.PHONY : lib1531 - -# fast build rule for target. -lib1531/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/build -.PHONY : lib1531/fast - -#============================================================================= -# Target rules for targets named lib1532 - -# Build rule for target. -lib1532: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1532 -.PHONY : lib1532 - -# fast build rule for target. -lib1532/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/build -.PHONY : lib1532/fast - -#============================================================================= -# Target rules for targets named lib1533 - -# Build rule for target. -lib1533: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1533 -.PHONY : lib1533 - -# fast build rule for target. -lib1533/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/build -.PHONY : lib1533/fast - -#============================================================================= -# Target rules for targets named lib1534 - -# Build rule for target. -lib1534: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1534 -.PHONY : lib1534 - -# fast build rule for target. -lib1534/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/build -.PHONY : lib1534/fast - -#============================================================================= -# Target rules for targets named lib1535 - -# Build rule for target. -lib1535: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1535 -.PHONY : lib1535 - -# fast build rule for target. -lib1535/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/build -.PHONY : lib1535/fast - -#============================================================================= -# Target rules for targets named lib1536 - -# Build rule for target. -lib1536: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1536 -.PHONY : lib1536 - -# fast build rule for target. -lib1536/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/build -.PHONY : lib1536/fast - -#============================================================================= -# Target rules for targets named lib1537 - -# Build rule for target. -lib1537: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1537 -.PHONY : lib1537 - -# fast build rule for target. -lib1537/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/build -.PHONY : lib1537/fast - -#============================================================================= -# Target rules for targets named lib1538 - -# Build rule for target. -lib1538: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1538 -.PHONY : lib1538 - -# fast build rule for target. -lib1538/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/build -.PHONY : lib1538/fast - -#============================================================================= -# Target rules for targets named lib1539 - -# Build rule for target. -lib1539: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1539 -.PHONY : lib1539 - -# fast build rule for target. -lib1539/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/build -.PHONY : lib1539/fast - -#============================================================================= -# Target rules for targets named lib1540 - -# Build rule for target. -lib1540: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1540 -.PHONY : lib1540 - -# fast build rule for target. -lib1540/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/build -.PHONY : lib1540/fast - -#============================================================================= -# Target rules for targets named lib1541 - -# Build rule for target. -lib1541: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1541 -.PHONY : lib1541 - -# fast build rule for target. -lib1541/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/build -.PHONY : lib1541/fast - -#============================================================================= -# Target rules for targets named lib1542 - -# Build rule for target. -lib1542: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1542 -.PHONY : lib1542 - -# fast build rule for target. -lib1542/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/build -.PHONY : lib1542/fast - -#============================================================================= -# Target rules for targets named lib1543 - -# Build rule for target. -lib1543: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1543 -.PHONY : lib1543 - -# fast build rule for target. -lib1543/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/build -.PHONY : lib1543/fast - -#============================================================================= -# Target rules for targets named lib1545 - -# Build rule for target. -lib1545: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1545 -.PHONY : lib1545 - -# fast build rule for target. -lib1545/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/build -.PHONY : lib1545/fast - -#============================================================================= -# Target rules for targets named lib1550 - -# Build rule for target. -lib1550: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1550 -.PHONY : lib1550 - -# fast build rule for target. -lib1550/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/build -.PHONY : lib1550/fast - -#============================================================================= -# Target rules for targets named lib1551 - -# Build rule for target. -lib1551: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1551 -.PHONY : lib1551 - -# fast build rule for target. -lib1551/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/build -.PHONY : lib1551/fast - -#============================================================================= -# Target rules for targets named lib1552 - -# Build rule for target. -lib1552: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1552 -.PHONY : lib1552 - -# fast build rule for target. -lib1552/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/build -.PHONY : lib1552/fast - -#============================================================================= -# Target rules for targets named lib1553 - -# Build rule for target. -lib1553: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1553 -.PHONY : lib1553 - -# fast build rule for target. -lib1553/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/build -.PHONY : lib1553/fast - -#============================================================================= -# Target rules for targets named lib1554 - -# Build rule for target. -lib1554: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1554 -.PHONY : lib1554 - -# fast build rule for target. -lib1554/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/build -.PHONY : lib1554/fast - -#============================================================================= -# Target rules for targets named lib1555 - -# Build rule for target. -lib1555: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1555 -.PHONY : lib1555 - -# fast build rule for target. -lib1555/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/build -.PHONY : lib1555/fast - -#============================================================================= -# Target rules for targets named lib1556 - -# Build rule for target. -lib1556: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1556 -.PHONY : lib1556 - -# fast build rule for target. -lib1556/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/build -.PHONY : lib1556/fast - -#============================================================================= -# Target rules for targets named lib1557 - -# Build rule for target. -lib1557: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1557 -.PHONY : lib1557 - -# fast build rule for target. -lib1557/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/build -.PHONY : lib1557/fast - -#============================================================================= -# Target rules for targets named lib1558 - -# Build rule for target. -lib1558: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1558 -.PHONY : lib1558 - -# fast build rule for target. -lib1558/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/build -.PHONY : lib1558/fast - -#============================================================================= -# Target rules for targets named lib1559 - -# Build rule for target. -lib1559: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1559 -.PHONY : lib1559 - -# fast build rule for target. -lib1559/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/build -.PHONY : lib1559/fast - -#============================================================================= -# Target rules for targets named lib1560 - -# Build rule for target. -lib1560: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1560 -.PHONY : lib1560 - -# fast build rule for target. -lib1560/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/build -.PHONY : lib1560/fast - -#============================================================================= -# Target rules for targets named lib1564 - -# Build rule for target. -lib1564: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1564 -.PHONY : lib1564 - -# fast build rule for target. -lib1564/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/build -.PHONY : lib1564/fast - -#============================================================================= -# Target rules for targets named lib1565 - -# Build rule for target. -lib1565: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1565 -.PHONY : lib1565 - -# fast build rule for target. -lib1565/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/build -.PHONY : lib1565/fast - -#============================================================================= -# Target rules for targets named lib1567 - -# Build rule for target. -lib1567: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1567 -.PHONY : lib1567 - -# fast build rule for target. -lib1567/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/build -.PHONY : lib1567/fast - -#============================================================================= -# Target rules for targets named lib1568 - -# Build rule for target. -lib1568: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1568 -.PHONY : lib1568 - -# fast build rule for target. -lib1568/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/build -.PHONY : lib1568/fast - -#============================================================================= -# Target rules for targets named lib1569 - -# Build rule for target. -lib1569: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1569 -.PHONY : lib1569 - -# fast build rule for target. -lib1569/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/build -.PHONY : lib1569/fast - -#============================================================================= -# Target rules for targets named lib1571 - -# Build rule for target. -lib1571: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1571 -.PHONY : lib1571 - -# fast build rule for target. -lib1571/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/build -.PHONY : lib1571/fast - -#============================================================================= -# Target rules for targets named lib1576 - -# Build rule for target. -lib1576: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1576 -.PHONY : lib1576 - -# fast build rule for target. -lib1576/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/build -.PHONY : lib1576/fast - -#============================================================================= -# Target rules for targets named lib1578 - -# Build rule for target. -lib1578: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1578 -.PHONY : lib1578 - -# fast build rule for target. -lib1578/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/build -.PHONY : lib1578/fast - -#============================================================================= -# Target rules for targets named lib1591 - -# Build rule for target. -lib1591: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1591 -.PHONY : lib1591 - -# fast build rule for target. -lib1591/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/build -.PHONY : lib1591/fast - -#============================================================================= -# Target rules for targets named lib1592 - -# Build rule for target. -lib1592: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1592 -.PHONY : lib1592 - -# fast build rule for target. -lib1592/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/build -.PHONY : lib1592/fast - -#============================================================================= -# Target rules for targets named lib1593 - -# Build rule for target. -lib1593: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1593 -.PHONY : lib1593 - -# fast build rule for target. -lib1593/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/build -.PHONY : lib1593/fast - -#============================================================================= -# Target rules for targets named lib1594 - -# Build rule for target. -lib1594: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1594 -.PHONY : lib1594 - -# fast build rule for target. -lib1594/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/build -.PHONY : lib1594/fast - -#============================================================================= -# Target rules for targets named lib1596 - -# Build rule for target. -lib1596: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1596 -.PHONY : lib1596 - -# fast build rule for target. -lib1596/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/build -.PHONY : lib1596/fast - -#============================================================================= -# Target rules for targets named lib1597 - -# Build rule for target. -lib1597: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1597 -.PHONY : lib1597 - -# fast build rule for target. -lib1597/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/build -.PHONY : lib1597/fast - -#============================================================================= -# Target rules for targets named lib1598 - -# Build rule for target. -lib1598: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1598 -.PHONY : lib1598 - -# fast build rule for target. -lib1598/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/build -.PHONY : lib1598/fast - -#============================================================================= -# Target rules for targets named lib1662 - -# Build rule for target. -lib1662: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1662 -.PHONY : lib1662 - -# fast build rule for target. -lib1662/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/build -.PHONY : lib1662/fast - -#============================================================================= -# Target rules for targets named lib1900 - -# Build rule for target. -lib1900: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1900 -.PHONY : lib1900 - -# fast build rule for target. -lib1900/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/build -.PHONY : lib1900/fast - -#============================================================================= -# Target rules for targets named lib1901 - -# Build rule for target. -lib1901: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1901 -.PHONY : lib1901 - -# fast build rule for target. -lib1901/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/build -.PHONY : lib1901/fast - -#============================================================================= -# Target rules for targets named lib1903 - -# Build rule for target. -lib1903: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1903 -.PHONY : lib1903 - -# fast build rule for target. -lib1903/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/build -.PHONY : lib1903/fast - -#============================================================================= -# Target rules for targets named lib1905 - -# Build rule for target. -lib1905: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1905 -.PHONY : lib1905 - -# fast build rule for target. -lib1905/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/build -.PHONY : lib1905/fast - -#============================================================================= -# Target rules for targets named lib1906 - -# Build rule for target. -lib1906: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1906 -.PHONY : lib1906 - -# fast build rule for target. -lib1906/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/build -.PHONY : lib1906/fast - -#============================================================================= -# Target rules for targets named lib1907 - -# Build rule for target. -lib1907: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1907 -.PHONY : lib1907 - -# fast build rule for target. -lib1907/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/build -.PHONY : lib1907/fast - -#============================================================================= -# Target rules for targets named lib1908 - -# Build rule for target. -lib1908: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1908 -.PHONY : lib1908 - -# fast build rule for target. -lib1908/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/build -.PHONY : lib1908/fast - -#============================================================================= -# Target rules for targets named lib1910 - -# Build rule for target. -lib1910: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1910 -.PHONY : lib1910 - -# fast build rule for target. -lib1910/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/build -.PHONY : lib1910/fast - -#============================================================================= -# Target rules for targets named lib1911 - -# Build rule for target. -lib1911: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1911 -.PHONY : lib1911 - -# fast build rule for target. -lib1911/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/build -.PHONY : lib1911/fast - -#============================================================================= -# Target rules for targets named lib1912 - -# Build rule for target. -lib1912: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1912 -.PHONY : lib1912 - -# fast build rule for target. -lib1912/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/build -.PHONY : lib1912/fast - -#============================================================================= -# Target rules for targets named lib1913 - -# Build rule for target. -lib1913: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1913 -.PHONY : lib1913 - -# fast build rule for target. -lib1913/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/build -.PHONY : lib1913/fast - -#============================================================================= -# Target rules for targets named lib1915 - -# Build rule for target. -lib1915: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1915 -.PHONY : lib1915 - -# fast build rule for target. -lib1915/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/build -.PHONY : lib1915/fast - -#============================================================================= -# Target rules for targets named lib1916 - -# Build rule for target. -lib1916: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1916 -.PHONY : lib1916 - -# fast build rule for target. -lib1916/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/build -.PHONY : lib1916/fast - -#============================================================================= -# Target rules for targets named lib1917 - -# Build rule for target. -lib1917: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1917 -.PHONY : lib1917 - -# fast build rule for target. -lib1917/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/build -.PHONY : lib1917/fast - -#============================================================================= -# Target rules for targets named lib1918 - -# Build rule for target. -lib1918: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1918 -.PHONY : lib1918 - -# fast build rule for target. -lib1918/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/build -.PHONY : lib1918/fast - -#============================================================================= -# Target rules for targets named lib1919 - -# Build rule for target. -lib1919: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1919 -.PHONY : lib1919 - -# fast build rule for target. -lib1919/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/build -.PHONY : lib1919/fast - -#============================================================================= -# Target rules for targets named lib1933 - -# Build rule for target. -lib1933: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1933 -.PHONY : lib1933 - -# fast build rule for target. -lib1933/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/build -.PHONY : lib1933/fast - -#============================================================================= -# Target rules for targets named lib1934 - -# Build rule for target. -lib1934: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1934 -.PHONY : lib1934 - -# fast build rule for target. -lib1934/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/build -.PHONY : lib1934/fast - -#============================================================================= -# Target rules for targets named lib1935 - -# Build rule for target. -lib1935: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1935 -.PHONY : lib1935 - -# fast build rule for target. -lib1935/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/build -.PHONY : lib1935/fast - -#============================================================================= -# Target rules for targets named lib1936 - -# Build rule for target. -lib1936: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1936 -.PHONY : lib1936 - -# fast build rule for target. -lib1936/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/build -.PHONY : lib1936/fast - -#============================================================================= -# Target rules for targets named lib1937 - -# Build rule for target. -lib1937: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1937 -.PHONY : lib1937 - -# fast build rule for target. -lib1937/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/build -.PHONY : lib1937/fast - -#============================================================================= -# Target rules for targets named lib1938 - -# Build rule for target. -lib1938: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1938 -.PHONY : lib1938 - -# fast build rule for target. -lib1938/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/build -.PHONY : lib1938/fast - -#============================================================================= -# Target rules for targets named lib1939 - -# Build rule for target. -lib1939: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1939 -.PHONY : lib1939 - -# fast build rule for target. -lib1939/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/build -.PHONY : lib1939/fast - -#============================================================================= -# Target rules for targets named lib1940 - -# Build rule for target. -lib1940: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1940 -.PHONY : lib1940 - -# fast build rule for target. -lib1940/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/build -.PHONY : lib1940/fast - -#============================================================================= -# Target rules for targets named lib1945 - -# Build rule for target. -lib1945: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1945 -.PHONY : lib1945 - -# fast build rule for target. -lib1945/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/build -.PHONY : lib1945/fast - -#============================================================================= -# Target rules for targets named lib1946 - -# Build rule for target. -lib1946: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1946 -.PHONY : lib1946 - -# fast build rule for target. -lib1946/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/build -.PHONY : lib1946/fast - -#============================================================================= -# Target rules for targets named lib1947 - -# Build rule for target. -lib1947: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1947 -.PHONY : lib1947 - -# fast build rule for target. -lib1947/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/build -.PHONY : lib1947/fast - -#============================================================================= -# Target rules for targets named lib1948 - -# Build rule for target. -lib1948: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1948 -.PHONY : lib1948 - -# fast build rule for target. -lib1948/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/build -.PHONY : lib1948/fast - -#============================================================================= -# Target rules for targets named lib1955 - -# Build rule for target. -lib1955: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1955 -.PHONY : lib1955 - -# fast build rule for target. -lib1955/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/build -.PHONY : lib1955/fast - -#============================================================================= -# Target rules for targets named lib1956 - -# Build rule for target. -lib1956: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1956 -.PHONY : lib1956 - -# fast build rule for target. -lib1956/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/build -.PHONY : lib1956/fast - -#============================================================================= -# Target rules for targets named lib1957 - -# Build rule for target. -lib1957: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1957 -.PHONY : lib1957 - -# fast build rule for target. -lib1957/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/build -.PHONY : lib1957/fast - -#============================================================================= -# Target rules for targets named lib1958 - -# Build rule for target. -lib1958: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1958 -.PHONY : lib1958 - -# fast build rule for target. -lib1958/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/build -.PHONY : lib1958/fast - -#============================================================================= -# Target rules for targets named lib1959 - -# Build rule for target. -lib1959: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1959 -.PHONY : lib1959 - -# fast build rule for target. -lib1959/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/build -.PHONY : lib1959/fast - -#============================================================================= -# Target rules for targets named lib1960 - -# Build rule for target. -lib1960: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1960 -.PHONY : lib1960 - -# fast build rule for target. -lib1960/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/build -.PHONY : lib1960/fast - -#============================================================================= -# Target rules for targets named lib1964 - -# Build rule for target. -lib1964: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1964 -.PHONY : lib1964 - -# fast build rule for target. -lib1964/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/build -.PHONY : lib1964/fast - -#============================================================================= -# Target rules for targets named lib1970 - -# Build rule for target. -lib1970: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1970 -.PHONY : lib1970 - -# fast build rule for target. -lib1970/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/build -.PHONY : lib1970/fast - -#============================================================================= -# Target rules for targets named lib1971 - -# Build rule for target. -lib1971: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1971 -.PHONY : lib1971 - -# fast build rule for target. -lib1971/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/build -.PHONY : lib1971/fast - -#============================================================================= -# Target rules for targets named lib1972 - -# Build rule for target. -lib1972: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1972 -.PHONY : lib1972 - -# fast build rule for target. -lib1972/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/build -.PHONY : lib1972/fast - -#============================================================================= -# Target rules for targets named lib1973 - -# Build rule for target. -lib1973: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1973 -.PHONY : lib1973 - -# fast build rule for target. -lib1973/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/build -.PHONY : lib1973/fast - -#============================================================================= -# Target rules for targets named lib1974 - -# Build rule for target. -lib1974: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1974 -.PHONY : lib1974 - -# fast build rule for target. -lib1974/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/build -.PHONY : lib1974/fast - -#============================================================================= -# Target rules for targets named lib1975 - -# Build rule for target. -lib1975: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1975 -.PHONY : lib1975 - -# fast build rule for target. -lib1975/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/build -.PHONY : lib1975/fast - -#============================================================================= -# Target rules for targets named lib1977 - -# Build rule for target. -lib1977: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1977 -.PHONY : lib1977 - -# fast build rule for target. -lib1977/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/build -.PHONY : lib1977/fast - -#============================================================================= -# Target rules for targets named lib1978 - -# Build rule for target. -lib1978: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib1978 -.PHONY : lib1978 - -# fast build rule for target. -lib1978/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/build -.PHONY : lib1978/fast - -#============================================================================= -# Target rules for targets named lib2301 - -# Build rule for target. -lib2301: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2301 -.PHONY : lib2301 - -# fast build rule for target. -lib2301/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/build -.PHONY : lib2301/fast - -#============================================================================= -# Target rules for targets named lib2302 - -# Build rule for target. -lib2302: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2302 -.PHONY : lib2302 - -# fast build rule for target. -lib2302/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/build -.PHONY : lib2302/fast - -#============================================================================= -# Target rules for targets named lib2304 - -# Build rule for target. -lib2304: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2304 -.PHONY : lib2304 - -# fast build rule for target. -lib2304/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/build -.PHONY : lib2304/fast - -#============================================================================= -# Target rules for targets named lib2305 - -# Build rule for target. -lib2305: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2305 -.PHONY : lib2305 - -# fast build rule for target. -lib2305/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/build -.PHONY : lib2305/fast - -#============================================================================= -# Target rules for targets named lib2306 - -# Build rule for target. -lib2306: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2306 -.PHONY : lib2306 - -# fast build rule for target. -lib2306/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/build -.PHONY : lib2306/fast - -#============================================================================= -# Target rules for targets named lib2308 - -# Build rule for target. -lib2308: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2308 -.PHONY : lib2308 - -# fast build rule for target. -lib2308/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/build -.PHONY : lib2308/fast - -#============================================================================= -# Target rules for targets named lib2309 - -# Build rule for target. -lib2309: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2309 -.PHONY : lib2309 - -# fast build rule for target. -lib2309/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/build -.PHONY : lib2309/fast - -#============================================================================= -# Target rules for targets named lib2310 - -# Build rule for target. -lib2310: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2310 -.PHONY : lib2310 - -# fast build rule for target. -lib2310/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/build -.PHONY : lib2310/fast - -#============================================================================= -# Target rules for targets named lib2311 - -# Build rule for target. -lib2311: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2311 -.PHONY : lib2311 - -# fast build rule for target. -lib2311/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/build -.PHONY : lib2311/fast - -#============================================================================= -# Target rules for targets named lib2312 - -# Build rule for target. -lib2312: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2312 -.PHONY : lib2312 - -# fast build rule for target. -lib2312/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/build -.PHONY : lib2312/fast - -#============================================================================= -# Target rules for targets named lib2402 - -# Build rule for target. -lib2402: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2402 -.PHONY : lib2402 - -# fast build rule for target. -lib2402/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/build -.PHONY : lib2402/fast - -#============================================================================= -# Target rules for targets named lib2404 - -# Build rule for target. -lib2404: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2404 -.PHONY : lib2404 - -# fast build rule for target. -lib2404/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/build -.PHONY : lib2404/fast - -#============================================================================= -# Target rules for targets named lib2405 - -# Build rule for target. -lib2405: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2405 -.PHONY : lib2405 - -# fast build rule for target. -lib2405/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/build -.PHONY : lib2405/fast - -#============================================================================= -# Target rules for targets named lib2502 - -# Build rule for target. -lib2502: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib2502 -.PHONY : lib2502 - -# fast build rule for target. -lib2502/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/build -.PHONY : lib2502/fast - -#============================================================================= -# Target rules for targets named lib3010 - -# Build rule for target. -lib3010: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3010 -.PHONY : lib3010 - -# fast build rule for target. -lib3010/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/build -.PHONY : lib3010/fast - -#============================================================================= -# Target rules for targets named lib3025 - -# Build rule for target. -lib3025: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3025 -.PHONY : lib3025 - -# fast build rule for target. -lib3025/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/build -.PHONY : lib3025/fast - -#============================================================================= -# Target rules for targets named lib3026 - -# Build rule for target. -lib3026: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3026 -.PHONY : lib3026 - -# fast build rule for target. -lib3026/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/build -.PHONY : lib3026/fast - -#============================================================================= -# Target rules for targets named lib3027 - -# Build rule for target. -lib3027: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3027 -.PHONY : lib3027 - -# fast build rule for target. -lib3027/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/build -.PHONY : lib3027/fast - -#============================================================================= -# Target rules for targets named lib3100 - -# Build rule for target. -lib3100: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3100 -.PHONY : lib3100 - -# fast build rule for target. -lib3100/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/build -.PHONY : lib3100/fast - -#============================================================================= -# Target rules for targets named lib3101 - -# Build rule for target. -lib3101: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3101 -.PHONY : lib3101 - -# fast build rule for target. -lib3101/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/build -.PHONY : lib3101/fast - -#============================================================================= -# Target rules for targets named lib3102 - -# Build rule for target. -lib3102: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3102 -.PHONY : lib3102 - -# fast build rule for target. -lib3102/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/build -.PHONY : lib3102/fast - -#============================================================================= -# Target rules for targets named lib3103 - -# Build rule for target. -lib3103: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3103 -.PHONY : lib3103 - -# fast build rule for target. -lib3103/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/build -.PHONY : lib3103/fast - -#============================================================================= -# Target rules for targets named lib3104 - -# Build rule for target. -lib3104: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3104 -.PHONY : lib3104 - -# fast build rule for target. -lib3104/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/build -.PHONY : lib3104/fast - -#============================================================================= -# Target rules for targets named lib3105 - -# Build rule for target. -lib3105: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3105 -.PHONY : lib3105 - -# fast build rule for target. -lib3105/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/build -.PHONY : lib3105/fast - -#============================================================================= -# Target rules for targets named lib3207 - -# Build rule for target. -lib3207: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3207 -.PHONY : lib3207 - -# fast build rule for target. -lib3207/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/build -.PHONY : lib3207/fast - -#============================================================================= -# Target rules for targets named lib3208 - -# Build rule for target. -lib3208: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lib3208 -.PHONY : lib3208 - -# fast build rule for target. -lib3208/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/build -.PHONY : lib3208/fast - -#============================================================================= -# Target rules for targets named tool1394 - -# Build rule for target. -tool1394: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tool1394 -.PHONY : tool1394 - -# fast build rule for target. -tool1394/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/build -.PHONY : tool1394/fast - -#============================================================================= -# Target rules for targets named tool1604 - -# Build rule for target. -tool1604: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tool1604 -.PHONY : tool1604 - -# fast build rule for target. -tool1604/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/build -.PHONY : tool1604/fast - -#============================================================================= -# Target rules for targets named tool1621 - -# Build rule for target. -tool1621: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 tool1621 -.PHONY : tool1621 - -# fast build rule for target. -tool1621/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/build -.PHONY : tool1621/fast - -#============================================================================= -# Target rules for targets named unit1300 - -# Build rule for target. -unit1300: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1300 -.PHONY : unit1300 - -# fast build rule for target. -unit1300/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/build -.PHONY : unit1300/fast - -#============================================================================= -# Target rules for targets named unit1302 - -# Build rule for target. -unit1302: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1302 -.PHONY : unit1302 - -# fast build rule for target. -unit1302/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/build -.PHONY : unit1302/fast - -#============================================================================= -# Target rules for targets named unit1303 - -# Build rule for target. -unit1303: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1303 -.PHONY : unit1303 - -# fast build rule for target. -unit1303/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/build -.PHONY : unit1303/fast - -#============================================================================= -# Target rules for targets named unit1304 - -# Build rule for target. -unit1304: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1304 -.PHONY : unit1304 - -# fast build rule for target. -unit1304/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/build -.PHONY : unit1304/fast - -#============================================================================= -# Target rules for targets named unit1305 - -# Build rule for target. -unit1305: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1305 -.PHONY : unit1305 - -# fast build rule for target. -unit1305/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/build -.PHONY : unit1305/fast - -#============================================================================= -# Target rules for targets named unit1307 - -# Build rule for target. -unit1307: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1307 -.PHONY : unit1307 - -# fast build rule for target. -unit1307/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/build -.PHONY : unit1307/fast - -#============================================================================= -# Target rules for targets named unit1309 - -# Build rule for target. -unit1309: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1309 -.PHONY : unit1309 - -# fast build rule for target. -unit1309/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/build -.PHONY : unit1309/fast - -#============================================================================= -# Target rules for targets named unit1323 - -# Build rule for target. -unit1323: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1323 -.PHONY : unit1323 - -# fast build rule for target. -unit1323/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/build -.PHONY : unit1323/fast - -#============================================================================= -# Target rules for targets named unit1330 - -# Build rule for target. -unit1330: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1330 -.PHONY : unit1330 - -# fast build rule for target. -unit1330/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/build -.PHONY : unit1330/fast - -#============================================================================= -# Target rules for targets named unit1395 - -# Build rule for target. -unit1395: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1395 -.PHONY : unit1395 - -# fast build rule for target. -unit1395/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/build -.PHONY : unit1395/fast - -#============================================================================= -# Target rules for targets named unit1396 - -# Build rule for target. -unit1396: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1396 -.PHONY : unit1396 - -# fast build rule for target. -unit1396/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/build -.PHONY : unit1396/fast - -#============================================================================= -# Target rules for targets named unit1397 - -# Build rule for target. -unit1397: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1397 -.PHONY : unit1397 - -# fast build rule for target. -unit1397/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/build -.PHONY : unit1397/fast - -#============================================================================= -# Target rules for targets named unit1398 - -# Build rule for target. -unit1398: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1398 -.PHONY : unit1398 - -# fast build rule for target. -unit1398/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/build -.PHONY : unit1398/fast - -#============================================================================= -# Target rules for targets named unit1399 - -# Build rule for target. -unit1399: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1399 -.PHONY : unit1399 - -# fast build rule for target. -unit1399/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/build -.PHONY : unit1399/fast - -#============================================================================= -# Target rules for targets named unit1600 - -# Build rule for target. -unit1600: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1600 -.PHONY : unit1600 - -# fast build rule for target. -unit1600/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/build -.PHONY : unit1600/fast - -#============================================================================= -# Target rules for targets named unit1601 - -# Build rule for target. -unit1601: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1601 -.PHONY : unit1601 - -# fast build rule for target. -unit1601/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/build -.PHONY : unit1601/fast - -#============================================================================= -# Target rules for targets named unit1602 - -# Build rule for target. -unit1602: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1602 -.PHONY : unit1602 - -# fast build rule for target. -unit1602/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/build -.PHONY : unit1602/fast - -#============================================================================= -# Target rules for targets named unit1603 - -# Build rule for target. -unit1603: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1603 -.PHONY : unit1603 - -# fast build rule for target. -unit1603/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/build -.PHONY : unit1603/fast - -#============================================================================= -# Target rules for targets named unit1605 - -# Build rule for target. -unit1605: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1605 -.PHONY : unit1605 - -# fast build rule for target. -unit1605/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/build -.PHONY : unit1605/fast - -#============================================================================= -# Target rules for targets named unit1606 - -# Build rule for target. -unit1606: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1606 -.PHONY : unit1606 - -# fast build rule for target. -unit1606/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/build -.PHONY : unit1606/fast - -#============================================================================= -# Target rules for targets named unit1607 - -# Build rule for target. -unit1607: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1607 -.PHONY : unit1607 - -# fast build rule for target. -unit1607/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/build -.PHONY : unit1607/fast - -#============================================================================= -# Target rules for targets named unit1608 - -# Build rule for target. -unit1608: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1608 -.PHONY : unit1608 - -# fast build rule for target. -unit1608/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/build -.PHONY : unit1608/fast - -#============================================================================= -# Target rules for targets named unit1609 - -# Build rule for target. -unit1609: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1609 -.PHONY : unit1609 - -# fast build rule for target. -unit1609/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/build -.PHONY : unit1609/fast - -#============================================================================= -# Target rules for targets named unit1610 - -# Build rule for target. -unit1610: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1610 -.PHONY : unit1610 - -# fast build rule for target. -unit1610/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/build -.PHONY : unit1610/fast - -#============================================================================= -# Target rules for targets named unit1611 - -# Build rule for target. -unit1611: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1611 -.PHONY : unit1611 - -# fast build rule for target. -unit1611/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/build -.PHONY : unit1611/fast - -#============================================================================= -# Target rules for targets named unit1612 - -# Build rule for target. -unit1612: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1612 -.PHONY : unit1612 - -# fast build rule for target. -unit1612/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/build -.PHONY : unit1612/fast - -#============================================================================= -# Target rules for targets named unit1614 - -# Build rule for target. -unit1614: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1614 -.PHONY : unit1614 - -# fast build rule for target. -unit1614/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/build -.PHONY : unit1614/fast - -#============================================================================= -# Target rules for targets named unit1615 - -# Build rule for target. -unit1615: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1615 -.PHONY : unit1615 - -# fast build rule for target. -unit1615/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/build -.PHONY : unit1615/fast - -#============================================================================= -# Target rules for targets named unit1616 - -# Build rule for target. -unit1616: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1616 -.PHONY : unit1616 - -# fast build rule for target. -unit1616/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/build -.PHONY : unit1616/fast - -#============================================================================= -# Target rules for targets named unit1620 - -# Build rule for target. -unit1620: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1620 -.PHONY : unit1620 - -# fast build rule for target. -unit1620/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/build -.PHONY : unit1620/fast - -#============================================================================= -# Target rules for targets named unit1650 - -# Build rule for target. -unit1650: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1650 -.PHONY : unit1650 - -# fast build rule for target. -unit1650/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/build -.PHONY : unit1650/fast - -#============================================================================= -# Target rules for targets named unit1651 - -# Build rule for target. -unit1651: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1651 -.PHONY : unit1651 - -# fast build rule for target. -unit1651/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/build -.PHONY : unit1651/fast - -#============================================================================= -# Target rules for targets named unit1652 - -# Build rule for target. -unit1652: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1652 -.PHONY : unit1652 - -# fast build rule for target. -unit1652/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/build -.PHONY : unit1652/fast - -#============================================================================= -# Target rules for targets named unit1653 - -# Build rule for target. -unit1653: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1653 -.PHONY : unit1653 - -# fast build rule for target. -unit1653/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/build -.PHONY : unit1653/fast - -#============================================================================= -# Target rules for targets named unit1654 - -# Build rule for target. -unit1654: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1654 -.PHONY : unit1654 - -# fast build rule for target. -unit1654/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/build -.PHONY : unit1654/fast - -#============================================================================= -# Target rules for targets named unit1655 - -# Build rule for target. -unit1655: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1655 -.PHONY : unit1655 - -# fast build rule for target. -unit1655/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/build -.PHONY : unit1655/fast - -#============================================================================= -# Target rules for targets named unit1656 - -# Build rule for target. -unit1656: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1656 -.PHONY : unit1656 - -# fast build rule for target. -unit1656/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/build -.PHONY : unit1656/fast - -#============================================================================= -# Target rules for targets named unit1657 - -# Build rule for target. -unit1657: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1657 -.PHONY : unit1657 - -# fast build rule for target. -unit1657/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/build -.PHONY : unit1657/fast - -#============================================================================= -# Target rules for targets named unit1658 - -# Build rule for target. -unit1658: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1658 -.PHONY : unit1658 - -# fast build rule for target. -unit1658/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/build -.PHONY : unit1658/fast - -#============================================================================= -# Target rules for targets named unit1660 - -# Build rule for target. -unit1660: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1660 -.PHONY : unit1660 - -# fast build rule for target. -unit1660/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/build -.PHONY : unit1660/fast - -#============================================================================= -# Target rules for targets named unit1661 - -# Build rule for target. -unit1661: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1661 -.PHONY : unit1661 - -# fast build rule for target. -unit1661/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/build -.PHONY : unit1661/fast - -#============================================================================= -# Target rules for targets named unit1663 - -# Build rule for target. -unit1663: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1663 -.PHONY : unit1663 - -# fast build rule for target. -unit1663/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/build -.PHONY : unit1663/fast - -#============================================================================= -# Target rules for targets named unit1664 - -# Build rule for target. -unit1664: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1664 -.PHONY : unit1664 - -# fast build rule for target. -unit1664/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/build -.PHONY : unit1664/fast - -#============================================================================= -# Target rules for targets named unit1979 - -# Build rule for target. -unit1979: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1979 -.PHONY : unit1979 - -# fast build rule for target. -unit1979/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/build -.PHONY : unit1979/fast - -#============================================================================= -# Target rules for targets named unit1980 - -# Build rule for target. -unit1980: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit1980 -.PHONY : unit1980 - -# fast build rule for target. -unit1980/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/build -.PHONY : unit1980/fast - -#============================================================================= -# Target rules for targets named unit2600 - -# Build rule for target. -unit2600: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit2600 -.PHONY : unit2600 - -# fast build rule for target. -unit2600/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/build -.PHONY : unit2600/fast - -#============================================================================= -# Target rules for targets named unit2601 - -# Build rule for target. -unit2601: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit2601 -.PHONY : unit2601 - -# fast build rule for target. -unit2601/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/build -.PHONY : unit2601/fast - -#============================================================================= -# Target rules for targets named unit2602 - -# Build rule for target. -unit2602: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit2602 -.PHONY : unit2602 - -# fast build rule for target. -unit2602/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/build -.PHONY : unit2602/fast - -#============================================================================= -# Target rules for targets named unit2603 - -# Build rule for target. -unit2603: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit2603 -.PHONY : unit2603 - -# fast build rule for target. -unit2603/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/build -.PHONY : unit2603/fast - -#============================================================================= -# Target rules for targets named unit2604 - -# Build rule for target. -unit2604: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit2604 -.PHONY : unit2604 - -# fast build rule for target. -unit2604/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/build -.PHONY : unit2604/fast - -#============================================================================= -# Target rules for targets named unit3200 - -# Build rule for target. -unit3200: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit3200 -.PHONY : unit3200 - -# fast build rule for target. -unit3200/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/build -.PHONY : unit3200/fast - -#============================================================================= -# Target rules for targets named unit3205 - -# Build rule for target. -unit3205: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit3205 -.PHONY : unit3205 - -# fast build rule for target. -unit3205/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/build -.PHONY : unit3205/fast - -#============================================================================= -# Target rules for targets named unit3211 - -# Build rule for target. -unit3211: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit3211 -.PHONY : unit3211 - -# fast build rule for target. -unit3211/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/build -.PHONY : unit3211/fast - -#============================================================================= -# Target rules for targets named unit3212 - -# Build rule for target. -unit3212: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit3212 -.PHONY : unit3212 - -# fast build rule for target. -unit3212/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/build -.PHONY : unit3212/fast - -#============================================================================= -# Target rules for targets named unit3213 - -# Build rule for target. -unit3213: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 unit3213 -.PHONY : unit3213 - -# fast build rule for target. -unit3213/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/build -.PHONY : unit3213/fast - -#============================================================================= -# Target rules for targets named build-certs - -# Build rule for target. -build-certs: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 build-certs -.PHONY : build-certs - -# fast build rule for target. -build-certs/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/build-certs.dir/build.make external/curl/tests/certs/CMakeFiles/build-certs.dir/build -.PHONY : build-certs/fast - -#============================================================================= -# Target rules for targets named clean-certs - -# Build rule for target. -clean-certs: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean-certs -.PHONY : clean-certs - -# fast build rule for target. -clean-certs/fast: - $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/clean-certs.dir/build.make external/curl/tests/certs/CMakeFiles/clean-certs.dir/build -.PHONY : clean-certs/fast - -#============================================================================= -# Target rules for targets named PopWork - -# Build rule for target. -PopWork: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PopWork -.PHONY : PopWork - -# fast build rule for target. -PopWork/fast: - $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/build -.PHONY : PopWork/fast - -#============================================================================= -# Target rules for targets named Demo1 - -# Build rule for target. -Demo1: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Demo1 -.PHONY : Demo1 - -# fast build rule for target. -Demo1/fast: - $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/build -.PHONY : Demo1/fast - -#============================================================================= -# Target rules for targets named Demo2 - -# Build rule for target. -Demo2: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Demo2 -.PHONY : Demo2 - -# fast build rule for target. -Demo2/fast: - $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/build -.PHONY : Demo2/fast - -#============================================================================= -# Target rules for targets named Demo3 - -# Build rule for target. -Demo3: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Demo3 -.PHONY : Demo3 - -# fast build rule for target. -Demo3/fast: - $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/build -.PHONY : Demo3/fast - -#============================================================================= -# Target rules for targets named Demo4 - -# Build rule for target. -Demo4: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Demo4 -.PHONY : Demo4 - -# fast build rule for target. -Demo4/fast: - $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/build -.PHONY : Demo4/fast - -#============================================================================= -# Target rules for targets named Demo5 - -# Build rule for target. -Demo5: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Demo5 -.PHONY : Demo5 - -# fast build rule for target. -Demo5/fast: - $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/build -.PHONY : Demo5/fast - -#============================================================================= -# Target rules for targets named Hun-garr - -# Build rule for target. -Hun-garr: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Hun-garr -.PHONY : Hun-garr - -# fast build rule for target. -Hun-garr/fast: - $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build -.PHONY : Hun-garr/fast - -#============================================================================= -# Target rules for targets named V12Demo - -# Build rule for target. -V12Demo: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 V12Demo -.PHONY : V12Demo - -# fast build rule for target. -V12Demo/fast: - $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/build -.PHONY : V12Demo/fast - -#============================================================================= -# Target rules for targets named V14Demo - -# Build rule for target. -V14Demo: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 V14Demo -.PHONY : V14Demo - -# fast build rule for target. -V14Demo/fast: - $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/build -.PHONY : V14Demo/fast - -#============================================================================= -# Target rules for targets named XMLDemo - -# Build rule for target. -XMLDemo: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 XMLDemo -.PHONY : XMLDemo - -# fast build rule for target. -XMLDemo/fast: - $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build -.PHONY : XMLDemo/fast - -#============================================================================= -# Target rules for targets named Barebones - -# Build rule for target. -Barebones: cmake_check_build_system - $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Barebones -.PHONY : Barebones - -# fast build rule for target. -Barebones/fast: - $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/build -.PHONY : Barebones/fast - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... Continuous" - @echo "... ContinuousBuild" - @echo "... ContinuousConfigure" - @echo "... ContinuousCoverage" - @echo "... ContinuousMemCheck" - @echo "... ContinuousStart" - @echo "... ContinuousSubmit" - @echo "... ContinuousTest" - @echo "... ContinuousUpdate" - @echo "... Experimental" - @echo "... ExperimentalBuild" - @echo "... ExperimentalConfigure" - @echo "... ExperimentalCoverage" - @echo "... ExperimentalMemCheck" - @echo "... ExperimentalStart" - @echo "... ExperimentalSubmit" - @echo "... ExperimentalTest" - @echo "... ExperimentalUpdate" - @echo "... Nightly" - @echo "... NightlyBuild" - @echo "... NightlyConfigure" - @echo "... NightlyCoverage" - @echo "... NightlyMemCheck" - @echo "... NightlyMemoryCheck" - @echo "... NightlyStart" - @echo "... NightlySubmit" - @echo "... NightlyTest" - @echo "... NightlyUpdate" - @echo "... alldemos" - @echo "... alsoft.build_version" - @echo "... build-certs" - @echo "... clang-tidy-check" - @echo "... clean-certs" - @echo "... curl-ca-bundle" - @echo "... curl-ca-firefox" - @echo "... curl-examples" - @echo "... curl-generate-curl-config.1" - @echo "... curl-generate-mk-ca-bundle.1" - @echo "... curl-generate-wcurl.1" - @echo "... curl-man" - @echo "... curl-opts-man" - @echo "... curl-pytest" - @echo "... curl-pytest-ci" - @echo "... curl_uninstall" - @echo "... test-am" - @echo "... test-ci" - @echo "... test-event" - @echo "... test-full" - @echo "... test-http-clients" - @echo "... test-nonflaky" - @echo "... test-quiet" - @echo "... test-torture" - @echo "... testdeps" - @echo "... Barebones" - @echo "... Demo1" - @echo "... Demo2" - @echo "... Demo3" - @echo "... Demo4" - @echo "... Demo5" - @echo "... Hun-garr" - @echo "... OpenAL" - @echo "... PopWork" - @echo "... SDL3-shared" - @echo "... SDL3-static" - @echo "... SDL3_test" - @echo "... SDL3_ttf-static" - @echo "... SDL_uclibc" - @echo "... V12Demo" - @echo "... V14Demo" - @echo "... XMLDemo" - @echo "... alconvolve" - @echo "... aldebug" - @echo "... aldirect" - @echo "... alffplay" - @echo "... alhrtf" - @echo "... allafplay" - @echo "... allatency" - @echo "... alloopback" - @echo "... almultireverb" - @echo "... alplay" - @echo "... alrecord" - @echo "... alreverb" - @echo "... alsoft-config" - @echo "... alsoft.common" - @echo "... alsoft.excommon" - @echo "... alsoft.fmt" - @echo "... alsoft.sofa-support" - @echo "... alstream" - @echo "... alstreamcb" - @echo "... altonegen" - @echo "... curl-example-10-at-a-time" - @echo "... curl-example-address-scope" - @echo "... curl-example-altsvc" - @echo "... curl-example-anyauthput" - @echo "... curl-example-block_ip" - @echo "... curl-example-certinfo" - @echo "... curl-example-chkspeed" - @echo "... curl-example-connect-to" - @echo "... curl-example-cookie_interface" - @echo "... curl-example-debug" - @echo "... curl-example-default-scheme" - @echo "... curl-example-externalsocket" - @echo "... curl-example-fileupload" - @echo "... curl-example-ftp-wildcard" - @echo "... curl-example-ftpget" - @echo "... curl-example-ftpgetinfo" - @echo "... curl-example-ftpgetresp" - @echo "... curl-example-ftpsget" - @echo "... curl-example-ftpupload" - @echo "... curl-example-ftpuploadfrommem" - @echo "... curl-example-ftpuploadresume" - @echo "... curl-example-getinfo" - @echo "... curl-example-getinmemory" - @echo "... curl-example-getredirect" - @echo "... curl-example-getreferrer" - @echo "... curl-example-headerapi" - @echo "... curl-example-hsts-preload" - @echo "... curl-example-http-options" - @echo "... curl-example-http-post" - @echo "... curl-example-http2-download" - @echo "... curl-example-http2-pushinmemory" - @echo "... curl-example-http2-serverpush" - @echo "... curl-example-http2-upload" - @echo "... curl-example-http3" - @echo "... curl-example-http3-present" - @echo "... curl-example-httpcustomheader" - @echo "... curl-example-httpput" - @echo "... curl-example-httpput-postfields" - @echo "... curl-example-https" - @echo "... curl-example-imap-append" - @echo "... curl-example-imap-authzid" - @echo "... curl-example-imap-copy" - @echo "... curl-example-imap-create" - @echo "... curl-example-imap-delete" - @echo "... curl-example-imap-examine" - @echo "... curl-example-imap-fetch" - @echo "... curl-example-imap-list" - @echo "... curl-example-imap-lsub" - @echo "... curl-example-imap-multi" - @echo "... curl-example-imap-noop" - @echo "... curl-example-imap-search" - @echo "... curl-example-imap-ssl" - @echo "... curl-example-imap-store" - @echo "... curl-example-imap-tls" - @echo "... curl-example-interface" - @echo "... curl-example-ipv6" - @echo "... curl-example-keepalive" - @echo "... curl-example-localport" - @echo "... curl-example-maxconnects" - @echo "... curl-example-multi-app" - @echo "... curl-example-multi-debugcallback" - @echo "... curl-example-multi-double" - @echo "... curl-example-multi-formadd" - @echo "... curl-example-multi-legacy" - @echo "... curl-example-multi-post" - @echo "... curl-example-multi-single" - @echo "... curl-example-netrc" - @echo "... curl-example-parseurl" - @echo "... curl-example-persistent" - @echo "... curl-example-pop3-authzid" - @echo "... curl-example-pop3-dele" - @echo "... curl-example-pop3-list" - @echo "... curl-example-pop3-multi" - @echo "... curl-example-pop3-noop" - @echo "... curl-example-pop3-retr" - @echo "... curl-example-pop3-ssl" - @echo "... curl-example-pop3-stat" - @echo "... curl-example-pop3-tls" - @echo "... curl-example-pop3-top" - @echo "... curl-example-pop3-uidl" - @echo "... curl-example-post-callback" - @echo "... curl-example-postinmemory" - @echo "... curl-example-postit2" - @echo "... curl-example-postit2-formadd" - @echo "... curl-example-progressfunc" - @echo "... curl-example-protofeats" - @echo "... curl-example-range" - @echo "... curl-example-resolve" - @echo "... curl-example-rtsp-options" - @echo "... curl-example-sendrecv" - @echo "... curl-example-sepheaders" - @echo "... curl-example-sftpget" - @echo "... curl-example-sftpuploadresume" - @echo "... curl-example-shared-connection-cache" - @echo "... curl-example-simple" - @echo "... curl-example-simplepost" - @echo "... curl-example-simplessl" - @echo "... curl-example-smtp-authzid" - @echo "... curl-example-smtp-expn" - @echo "... curl-example-smtp-mail" - @echo "... curl-example-smtp-mime" - @echo "... curl-example-smtp-multi" - @echo "... curl-example-smtp-ssl" - @echo "... curl-example-smtp-tls" - @echo "... curl-example-smtp-vrfy" - @echo "... curl-example-sslbackend" - @echo "... curl-example-unixsocket" - @echo "... curl-example-url2file" - @echo "... curl-example-urlapi" - @echo "... curl-example-websocket" - @echo "... curl-example-websocket-cb" - @echo "... curlt-client-h2-pausing" - @echo "... curlt-client-h2-serverpush" - @echo "... curlt-client-h2-upgrade-extreme" - @echo "... curlt-client-hx-download" - @echo "... curlt-client-hx-upload" - @echo "... curlt-client-tls-session-reuse" - @echo "... curlt-client-upload-pausing" - @echo "... curlt-client-ws-data" - @echo "... curlt-client-ws-pingpong" - @echo "... curlu" - @echo "... dnsd" - @echo "... lib1156" - @echo "... lib1301" - @echo "... lib1308" - @echo "... lib1485" - @echo "... lib1500" - @echo "... lib1501" - @echo "... lib1502" - @echo "... lib1503" - @echo "... lib1504" - @echo "... lib1505" - @echo "... lib1506" - @echo "... lib1507" - @echo "... lib1508" - @echo "... lib1509" - @echo "... lib1510" - @echo "... lib1511" - @echo "... lib1512" - @echo "... lib1513" - @echo "... lib1514" - @echo "... lib1515" - @echo "... lib1517" - @echo "... lib1518" - @echo "... lib1520" - @echo "... lib1521" - @echo "... lib1522" - @echo "... lib1523" - @echo "... lib1525" - @echo "... lib1526" - @echo "... lib1527" - @echo "... lib1528" - @echo "... lib1529" - @echo "... lib1530" - @echo "... lib1531" - @echo "... lib1532" - @echo "... lib1533" - @echo "... lib1534" - @echo "... lib1535" - @echo "... lib1536" - @echo "... lib1537" - @echo "... lib1538" - @echo "... lib1539" - @echo "... lib1540" - @echo "... lib1541" - @echo "... lib1542" - @echo "... lib1543" - @echo "... lib1545" - @echo "... lib1550" - @echo "... lib1551" - @echo "... lib1552" - @echo "... lib1553" - @echo "... lib1554" - @echo "... lib1555" - @echo "... lib1556" - @echo "... lib1557" - @echo "... lib1558" - @echo "... lib1559" - @echo "... lib1560" - @echo "... lib1564" - @echo "... lib1565" - @echo "... lib1567" - @echo "... lib1568" - @echo "... lib1569" - @echo "... lib1571" - @echo "... lib1576" - @echo "... lib1578" - @echo "... lib1591" - @echo "... lib1592" - @echo "... lib1593" - @echo "... lib1594" - @echo "... lib1596" - @echo "... lib1597" - @echo "... lib1598" - @echo "... lib1662" - @echo "... lib1900" - @echo "... lib1901" - @echo "... lib1903" - @echo "... lib1905" - @echo "... lib1906" - @echo "... lib1907" - @echo "... lib1908" - @echo "... lib1910" - @echo "... lib1911" - @echo "... lib1912" - @echo "... lib1913" - @echo "... lib1915" - @echo "... lib1916" - @echo "... lib1917" - @echo "... lib1918" - @echo "... lib1919" - @echo "... lib1933" - @echo "... lib1934" - @echo "... lib1935" - @echo "... lib1936" - @echo "... lib1937" - @echo "... lib1938" - @echo "... lib1939" - @echo "... lib1940" - @echo "... lib1945" - @echo "... lib1946" - @echo "... lib1947" - @echo "... lib1948" - @echo "... lib1955" - @echo "... lib1956" - @echo "... lib1957" - @echo "... lib1958" - @echo "... lib1959" - @echo "... lib1960" - @echo "... lib1964" - @echo "... lib1970" - @echo "... lib1971" - @echo "... lib1972" - @echo "... lib1973" - @echo "... lib1974" - @echo "... lib1975" - @echo "... lib1977" - @echo "... lib1978" - @echo "... lib2301" - @echo "... lib2302" - @echo "... lib2304" - @echo "... lib2305" - @echo "... lib2306" - @echo "... lib2308" - @echo "... lib2309" - @echo "... lib2310" - @echo "... lib2311" - @echo "... lib2312" - @echo "... lib2402" - @echo "... lib2404" - @echo "... lib2405" - @echo "... lib2502" - @echo "... lib3010" - @echo "... lib3025" - @echo "... lib3026" - @echo "... lib3027" - @echo "... lib3100" - @echo "... lib3101" - @echo "... lib3102" - @echo "... lib3103" - @echo "... lib3104" - @echo "... lib3105" - @echo "... lib3207" - @echo "... lib3208" - @echo "... lib500" - @echo "... lib501" - @echo "... lib502" - @echo "... lib503" - @echo "... lib504" - @echo "... lib505" - @echo "... lib506" - @echo "... lib507" - @echo "... lib508" - @echo "... lib509" - @echo "... lib510" - @echo "... lib511" - @echo "... lib512" - @echo "... lib513" - @echo "... lib514" - @echo "... lib515" - @echo "... lib516" - @echo "... lib517" - @echo "... lib518" - @echo "... lib519" - @echo "... lib520" - @echo "... lib521" - @echo "... lib523" - @echo "... lib524" - @echo "... lib525" - @echo "... lib526" - @echo "... lib527" - @echo "... lib529" - @echo "... lib530" - @echo "... lib532" - @echo "... lib533" - @echo "... lib536" - @echo "... lib537" - @echo "... lib539" - @echo "... lib540" - @echo "... lib541" - @echo "... lib542" - @echo "... lib543" - @echo "... lib544" - @echo "... lib545" - @echo "... lib547" - @echo "... lib548" - @echo "... lib549" - @echo "... lib552" - @echo "... lib553" - @echo "... lib554" - @echo "... lib555" - @echo "... lib556" - @echo "... lib557" - @echo "... lib558" - @echo "... lib559" - @echo "... lib560" - @echo "... lib562" - @echo "... lib564" - @echo "... lib565" - @echo "... lib566" - @echo "... lib567" - @echo "... lib568" - @echo "... lib569" - @echo "... lib570" - @echo "... lib571" - @echo "... lib572" - @echo "... lib573" - @echo "... lib574" - @echo "... lib575" - @echo "... lib576" - @echo "... lib578" - @echo "... lib579" - @echo "... lib582" - @echo "... lib583" - @echo "... lib584" - @echo "... lib585" - @echo "... lib586" - @echo "... lib587" - @echo "... lib589" - @echo "... lib590" - @echo "... lib591" - @echo "... lib597" - @echo "... lib598" - @echo "... lib599" - @echo "... lib643" - @echo "... lib645" - @echo "... lib650" - @echo "... lib651" - @echo "... lib652" - @echo "... lib653" - @echo "... lib654" - @echo "... lib655" - @echo "... lib658" - @echo "... lib659" - @echo "... lib661" - @echo "... lib666" - @echo "... lib667" - @echo "... lib668" - @echo "... lib670" - @echo "... lib671" - @echo "... lib672" - @echo "... lib673" - @echo "... lib674" - @echo "... lib676" - @echo "... lib677" - @echo "... lib678" - @echo "... lib694" - @echo "... lib695" - @echo "... lib696" - @echo "... libauthretry" - @echo "... libcurl_static" - @echo "... libntlmconnect" - @echo "... libprereq" - @echo "... makemhr" - @echo "... miniaudio" - @echo "... miniaudio_channel_combiner_node" - @echo "... miniaudio_channel_separator_node" - @echo "... miniaudio_libvorbis" - @echo "... miniaudio_ltrim_node" - @echo "... miniaudio_reverb_node" - @echo "... miniaudio_vocoder_node" - @echo "... mqttd" - @echo "... ogg" - @echo "... openal-info" - @echo "... resolve" - @echo "... rtspd" - @echo "... sockfilt" - @echo "... socksd" - @echo "... sofa-info" - @echo "... sws" - @echo "... tftpd" - @echo "... tool1394" - @echo "... tool1604" - @echo "... tool1621" - @echo "... uhjdecoder" - @echo "... uhjencoder" - @echo "... unit1300" - @echo "... unit1302" - @echo "... unit1303" - @echo "... unit1304" - @echo "... unit1305" - @echo "... unit1307" - @echo "... unit1309" - @echo "... unit1323" - @echo "... unit1330" - @echo "... unit1395" - @echo "... unit1396" - @echo "... unit1397" - @echo "... unit1398" - @echo "... unit1399" - @echo "... unit1600" - @echo "... unit1601" - @echo "... unit1602" - @echo "... unit1603" - @echo "... unit1605" - @echo "... unit1606" - @echo "... unit1607" - @echo "... unit1608" - @echo "... unit1609" - @echo "... unit1610" - @echo "... unit1611" - @echo "... unit1612" - @echo "... unit1614" - @echo "... unit1615" - @echo "... unit1616" - @echo "... unit1620" - @echo "... unit1650" - @echo "... unit1651" - @echo "... unit1652" - @echo "... unit1653" - @echo "... unit1654" - @echo "... unit1655" - @echo "... unit1656" - @echo "... unit1657" - @echo "... unit1658" - @echo "... unit1660" - @echo "... unit1661" - @echo "... unit1663" - @echo "... unit1664" - @echo "... unit1979" - @echo "... unit1980" - @echo "... unit2600" - @echo "... unit2601" - @echo "... unit2602" - @echo "... unit2603" - @echo "... unit2604" - @echo "... unit3200" - @echo "... unit3205" - @echo "... unit3211" - @echo "... unit3212" - @echo "... unit3213" - @echo "... vorbis" - @echo "... vorbis_test" - @echo "... vorbisenc" - @echo "... vorbisfile" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - $(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/build_emscripten/PopWork/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/PopWork/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/PopWork/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/DependInfo.cmake b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/DependInfo.cmake deleted file mode 100644 index c38932ff..00000000 --- a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/DependInfo.cmake +++ /dev/null @@ -1,86 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/PopWork/appbase.cpp" "PopWork/CMakeFiles/PopWork.dir/appbase.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/appbase.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/audio/bassmusicinterface.cpp" "PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/audio/musicinterface.cpp" "PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/audio/openalsoundinstance.cpp" "PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/audio/openalsoundmanager.cpp" "PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/common.cpp" "PopWork/CMakeFiles/PopWork.dir/common.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/common.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/debug/debug.cpp" "PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/debug/errorhandler.cpp" "PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/debug/perftimer.cpp" "PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/graphics/color.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/graphics/font.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/graphics/graphics.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/graphics/image.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/graphics/imagefont.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/graphics/memoryimage.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/graphics/nativedisplay.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/graphics/quantize.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/graphics/sdlimage.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/graphics/sdlinterface.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/graphics/sharedimage.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/graphics/sysfont.cpp" "PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/imagelib/imagelib.cpp" "PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui.cpp" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_demo.cpp" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_draw.cpp" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdl3.cpp" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdlrenderer3.cpp" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_tables.cpp" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_widgets.cpp" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/imgui/debugwindow.cpp" "PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/imgui/imguimanager.cpp" "PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/math/matrix.cpp" "PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/math/ratio.cpp" "PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/misc/buffer.cpp" "PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/misc/flags.cpp" "PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/misc/httptransfer.cpp" "PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/misc/keycodes.cpp" "PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/misc/profile.cpp" "PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/misc/workerthread.cpp" "PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/paklib/pakinterface.cpp" "PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/readwrite/descparser.cpp" "PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/readwrite/jsonparser.cpp" "PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/readwrite/modval.cpp" "PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/readwrite/xmlparser.cpp" "PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/readwrite/xmlwriter.cpp" "PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/resources/propertiesparser.cpp" "PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/resources/resourcemanager.cpp" "PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/widget/buttonwidget.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/widget/checkbox.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/widget/cursorwidget.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/widget/dialog.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/widget/dialogbutton.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/widget/editwidget.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/widget/hyperlinkwidget.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/widget/insets.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/widget/listwidget.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/widget/scrollbarwidget.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/widget/scrollbuttonwidget.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/widget/slider.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/widget/textwidget.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/widget/widget.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/widget/widgetcontainer.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o.d" - "/home/guest/Downloads/PopLib/PopWork/widget/widgetmanager.cpp" "PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o" "gcc" "PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/build.make b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/build.make deleted file mode 100644 index 22571ebd..00000000 --- a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/build.make +++ /dev/null @@ -1,1122 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include PopWork/CMakeFiles/PopWork.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include PopWork/CMakeFiles/PopWork.dir/compiler_depend.make - -# Include the progress variables for this target. -include PopWork/CMakeFiles/PopWork.dir/progress.make - -# Include the compile flags for this target's objects. -include PopWork/CMakeFiles/PopWork.dir/flags.make - -PopWork/CMakeFiles/PopWork.dir/codegen: -.PHONY : PopWork/CMakeFiles/PopWork.dir/codegen - -PopWork/CMakeFiles/PopWork.dir/appbase.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/appbase.cpp.o: /home/guest/Downloads/PopLib/PopWork/appbase.cpp -PopWork/CMakeFiles/PopWork.dir/appbase.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object PopWork/CMakeFiles/PopWork.dir/appbase.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/appbase.cpp.o -MF CMakeFiles/PopWork.dir/appbase.cpp.o.d -o CMakeFiles/PopWork.dir/appbase.cpp.o -c /home/guest/Downloads/PopLib/PopWork/appbase.cpp - -PopWork/CMakeFiles/PopWork.dir/appbase.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/appbase.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/appbase.cpp > CMakeFiles/PopWork.dir/appbase.cpp.i - -PopWork/CMakeFiles/PopWork.dir/appbase.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/appbase.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/appbase.cpp -o CMakeFiles/PopWork.dir/appbase.cpp.s - -PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o: /home/guest/Downloads/PopLib/PopWork/audio/bassmusicinterface.cpp -PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o -MF CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o.d -o CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o -c /home/guest/Downloads/PopLib/PopWork/audio/bassmusicinterface.cpp - -PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/audio/bassmusicinterface.cpp > CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.i - -PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/audio/bassmusicinterface.cpp -o CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.s - -PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o: /home/guest/Downloads/PopLib/PopWork/audio/musicinterface.cpp -PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o -MF CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o.d -o CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o -c /home/guest/Downloads/PopLib/PopWork/audio/musicinterface.cpp - -PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/audio/musicinterface.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/audio/musicinterface.cpp > CMakeFiles/PopWork.dir/audio/musicinterface.cpp.i - -PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/audio/musicinterface.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/audio/musicinterface.cpp -o CMakeFiles/PopWork.dir/audio/musicinterface.cpp.s - -PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o: /home/guest/Downloads/PopLib/PopWork/audio/openalsoundinstance.cpp -PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o -MF CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o.d -o CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o -c /home/guest/Downloads/PopLib/PopWork/audio/openalsoundinstance.cpp - -PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/audio/openalsoundinstance.cpp > CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.i - -PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/audio/openalsoundinstance.cpp -o CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.s - -PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o: /home/guest/Downloads/PopLib/PopWork/audio/openalsoundmanager.cpp -PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o -MF CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o.d -o CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o -c /home/guest/Downloads/PopLib/PopWork/audio/openalsoundmanager.cpp - -PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/audio/openalsoundmanager.cpp > CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.i - -PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/audio/openalsoundmanager.cpp -o CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.s - -PopWork/CMakeFiles/PopWork.dir/common.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/common.cpp.o: /home/guest/Downloads/PopLib/PopWork/common.cpp -PopWork/CMakeFiles/PopWork.dir/common.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object PopWork/CMakeFiles/PopWork.dir/common.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/common.cpp.o -MF CMakeFiles/PopWork.dir/common.cpp.o.d -o CMakeFiles/PopWork.dir/common.cpp.o -c /home/guest/Downloads/PopLib/PopWork/common.cpp - -PopWork/CMakeFiles/PopWork.dir/common.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/common.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/common.cpp > CMakeFiles/PopWork.dir/common.cpp.i - -PopWork/CMakeFiles/PopWork.dir/common.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/common.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/common.cpp -o CMakeFiles/PopWork.dir/common.cpp.s - -PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.o: /home/guest/Downloads/PopLib/PopWork/debug/debug.cpp -PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.o -MF CMakeFiles/PopWork.dir/debug/debug.cpp.o.d -o CMakeFiles/PopWork.dir/debug/debug.cpp.o -c /home/guest/Downloads/PopLib/PopWork/debug/debug.cpp - -PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/debug/debug.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/debug/debug.cpp > CMakeFiles/PopWork.dir/debug/debug.cpp.i - -PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/debug/debug.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/debug/debug.cpp -o CMakeFiles/PopWork.dir/debug/debug.cpp.s - -PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o: /home/guest/Downloads/PopLib/PopWork/debug/errorhandler.cpp -PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o -MF CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o.d -o CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o -c /home/guest/Downloads/PopLib/PopWork/debug/errorhandler.cpp - -PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/debug/errorhandler.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/debug/errorhandler.cpp > CMakeFiles/PopWork.dir/debug/errorhandler.cpp.i - -PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/debug/errorhandler.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/debug/errorhandler.cpp -o CMakeFiles/PopWork.dir/debug/errorhandler.cpp.s - -PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.o: /home/guest/Downloads/PopLib/PopWork/debug/perftimer.cpp -PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.o -MF CMakeFiles/PopWork.dir/debug/perftimer.cpp.o.d -o CMakeFiles/PopWork.dir/debug/perftimer.cpp.o -c /home/guest/Downloads/PopLib/PopWork/debug/perftimer.cpp - -PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/debug/perftimer.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/debug/perftimer.cpp > CMakeFiles/PopWork.dir/debug/perftimer.cpp.i - -PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/debug/perftimer.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/debug/perftimer.cpp -o CMakeFiles/PopWork.dir/debug/perftimer.cpp.s - -PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri.cpp -PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o -MF CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri.cpp - -PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri.cpp > CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.i - -PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/SWTri/SWTri.cpp -o CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.s - -PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/color.cpp -PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.o -MF CMakeFiles/PopWork.dir/graphics/color.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/color.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/color.cpp - -PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/color.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/color.cpp > CMakeFiles/PopWork.dir/graphics/color.cpp.i - -PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/color.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/color.cpp -o CMakeFiles/PopWork.dir/graphics/color.cpp.s - -PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/font.cpp -PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.o -MF CMakeFiles/PopWork.dir/graphics/font.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/font.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/font.cpp - -PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/font.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/font.cpp > CMakeFiles/PopWork.dir/graphics/font.cpp.i - -PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/font.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/font.cpp -o CMakeFiles/PopWork.dir/graphics/font.cpp.s - -PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/graphics.cpp -PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.o -MF CMakeFiles/PopWork.dir/graphics/graphics.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/graphics.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/graphics.cpp - -PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/graphics.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/graphics.cpp > CMakeFiles/PopWork.dir/graphics/graphics.cpp.i - -PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/graphics.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/graphics.cpp -o CMakeFiles/PopWork.dir/graphics/graphics.cpp.s - -PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/image.cpp -PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.o -MF CMakeFiles/PopWork.dir/graphics/image.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/image.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/image.cpp - -PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/image.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/image.cpp > CMakeFiles/PopWork.dir/graphics/image.cpp.i - -PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/image.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/image.cpp -o CMakeFiles/PopWork.dir/graphics/image.cpp.s - -PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/imagefont.cpp -PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o -MF CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/imagefont.cpp - -PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/imagefont.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/imagefont.cpp > CMakeFiles/PopWork.dir/graphics/imagefont.cpp.i - -PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/imagefont.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/imagefont.cpp -o CMakeFiles/PopWork.dir/graphics/imagefont.cpp.s - -PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/memoryimage.cpp -PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o -MF CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/memoryimage.cpp - -PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/memoryimage.cpp > CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.i - -PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/memoryimage.cpp -o CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.s - -PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/nativedisplay.cpp -PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o -MF CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/nativedisplay.cpp - -PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/nativedisplay.cpp > CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.i - -PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/nativedisplay.cpp -o CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.s - -PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/quantize.cpp -PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.o -MF CMakeFiles/PopWork.dir/graphics/quantize.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/quantize.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/quantize.cpp - -PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/quantize.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/quantize.cpp > CMakeFiles/PopWork.dir/graphics/quantize.cpp.i - -PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/quantize.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/quantize.cpp -o CMakeFiles/PopWork.dir/graphics/quantize.cpp.s - -PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/sdlimage.cpp -PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o -MF CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/sdlimage.cpp - -PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/sdlimage.cpp > CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.i - -PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/sdlimage.cpp -o CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.s - -PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/sdlinterface.cpp -PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o -MF CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/sdlinterface.cpp - -PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/sdlinterface.cpp > CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.i - -PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/sdlinterface.cpp -o CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.s - -PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/sharedimage.cpp -PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o -MF CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/sharedimage.cpp - -PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/sharedimage.cpp > CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.i - -PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/sharedimage.cpp -o CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.s - -PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o: /home/guest/Downloads/PopLib/PopWork/graphics/sysfont.cpp -PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building CXX object PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o -MF CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o.d -o CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o -c /home/guest/Downloads/PopLib/PopWork/graphics/sysfont.cpp - -PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/graphics/sysfont.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/graphics/sysfont.cpp > CMakeFiles/PopWork.dir/graphics/sysfont.cpp.i - -PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/graphics/sysfont.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/graphics/sysfont.cpp -o CMakeFiles/PopWork.dir/graphics/sysfont.cpp.s - -PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o: /home/guest/Downloads/PopLib/PopWork/imagelib/imagelib.cpp -PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building CXX object PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o -MF CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o.d -o CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o -c /home/guest/Downloads/PopLib/PopWork/imagelib/imagelib.cpp - -PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/imagelib/imagelib.cpp > CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.i - -PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/imagelib/imagelib.cpp -o CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.s - -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o: /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui.cpp -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building CXX object PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o -MF CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o.d -o CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o -c /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui.cpp - -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui.cpp > CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.i - -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui.cpp -o CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.s - -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o: /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_demo.cpp -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building CXX object PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o -MF CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o.d -o CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o -c /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_demo.cpp - -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_demo.cpp > CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.i - -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_demo.cpp -o CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.s - -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o: /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_draw.cpp -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building CXX object PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o -MF CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o.d -o CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o -c /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_draw.cpp - -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_draw.cpp > CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.i - -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_draw.cpp -o CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.s - -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o: /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdl3.cpp -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building CXX object PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o -MF CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o.d -o CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o -c /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdl3.cpp - -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdl3.cpp > CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.i - -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdl3.cpp -o CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.s - -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o: /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdlrenderer3.cpp -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building CXX object PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o -MF CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o.d -o CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o -c /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdlrenderer3.cpp - -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdlrenderer3.cpp > CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.i - -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_impl_sdlrenderer3.cpp -o CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.s - -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o: /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_tables.cpp -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building CXX object PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o -MF CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o.d -o CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o -c /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_tables.cpp - -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_tables.cpp > CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.i - -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_tables.cpp -o CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.s - -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o: /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_widgets.cpp -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building CXX object PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o -MF CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o.d -o CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o -c /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_widgets.cpp - -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_widgets.cpp > CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.i - -PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/imgui/core/imgui_widgets.cpp -o CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.s - -PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o: /home/guest/Downloads/PopLib/PopWork/imgui/debugwindow.cpp -PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Building CXX object PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o -MF CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o.d -o CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o -c /home/guest/Downloads/PopLib/PopWork/imgui/debugwindow.cpp - -PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/imgui/debugwindow.cpp > CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.i - -PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/imgui/debugwindow.cpp -o CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.s - -PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o: /home/guest/Downloads/PopLib/PopWork/imgui/imguimanager.cpp -PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Building CXX object PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o -MF CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o.d -o CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o -c /home/guest/Downloads/PopLib/PopWork/imgui/imguimanager.cpp - -PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/imgui/imguimanager.cpp > CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.i - -PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/imgui/imguimanager.cpp -o CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.s - -PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.o: /home/guest/Downloads/PopLib/PopWork/math/matrix.cpp -PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Building CXX object PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.o -MF CMakeFiles/PopWork.dir/math/matrix.cpp.o.d -o CMakeFiles/PopWork.dir/math/matrix.cpp.o -c /home/guest/Downloads/PopLib/PopWork/math/matrix.cpp - -PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/math/matrix.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/math/matrix.cpp > CMakeFiles/PopWork.dir/math/matrix.cpp.i - -PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/math/matrix.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/math/matrix.cpp -o CMakeFiles/PopWork.dir/math/matrix.cpp.s - -PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.o: /home/guest/Downloads/PopLib/PopWork/math/ratio.cpp -PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Building CXX object PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.o -MF CMakeFiles/PopWork.dir/math/ratio.cpp.o.d -o CMakeFiles/PopWork.dir/math/ratio.cpp.o -c /home/guest/Downloads/PopLib/PopWork/math/ratio.cpp - -PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/math/ratio.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/math/ratio.cpp > CMakeFiles/PopWork.dir/math/ratio.cpp.i - -PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/math/ratio.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/math/ratio.cpp -o CMakeFiles/PopWork.dir/math/ratio.cpp.s - -PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.o: /home/guest/Downloads/PopLib/PopWork/misc/buffer.cpp -PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Building CXX object PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.o -MF CMakeFiles/PopWork.dir/misc/buffer.cpp.o.d -o CMakeFiles/PopWork.dir/misc/buffer.cpp.o -c /home/guest/Downloads/PopLib/PopWork/misc/buffer.cpp - -PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/misc/buffer.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/misc/buffer.cpp > CMakeFiles/PopWork.dir/misc/buffer.cpp.i - -PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/misc/buffer.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/misc/buffer.cpp -o CMakeFiles/PopWork.dir/misc/buffer.cpp.s - -PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.o: /home/guest/Downloads/PopLib/PopWork/misc/flags.cpp -PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Building CXX object PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.o -MF CMakeFiles/PopWork.dir/misc/flags.cpp.o.d -o CMakeFiles/PopWork.dir/misc/flags.cpp.o -c /home/guest/Downloads/PopLib/PopWork/misc/flags.cpp - -PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/misc/flags.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/misc/flags.cpp > CMakeFiles/PopWork.dir/misc/flags.cpp.i - -PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/misc/flags.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/misc/flags.cpp -o CMakeFiles/PopWork.dir/misc/flags.cpp.s - -PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o: /home/guest/Downloads/PopLib/PopWork/misc/httptransfer.cpp -PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Building CXX object PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o -MF CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o.d -o CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o -c /home/guest/Downloads/PopLib/PopWork/misc/httptransfer.cpp - -PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/misc/httptransfer.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/misc/httptransfer.cpp > CMakeFiles/PopWork.dir/misc/httptransfer.cpp.i - -PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/misc/httptransfer.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/misc/httptransfer.cpp -o CMakeFiles/PopWork.dir/misc/httptransfer.cpp.s - -PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.o: /home/guest/Downloads/PopLib/PopWork/misc/keycodes.cpp -PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_38) "Building CXX object PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.o -MF CMakeFiles/PopWork.dir/misc/keycodes.cpp.o.d -o CMakeFiles/PopWork.dir/misc/keycodes.cpp.o -c /home/guest/Downloads/PopLib/PopWork/misc/keycodes.cpp - -PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/misc/keycodes.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/misc/keycodes.cpp > CMakeFiles/PopWork.dir/misc/keycodes.cpp.i - -PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/misc/keycodes.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/misc/keycodes.cpp -o CMakeFiles/PopWork.dir/misc/keycodes.cpp.s - -PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.o: /home/guest/Downloads/PopLib/PopWork/misc/profile.cpp -PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_39) "Building CXX object PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.o -MF CMakeFiles/PopWork.dir/misc/profile.cpp.o.d -o CMakeFiles/PopWork.dir/misc/profile.cpp.o -c /home/guest/Downloads/PopLib/PopWork/misc/profile.cpp - -PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/misc/profile.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/misc/profile.cpp > CMakeFiles/PopWork.dir/misc/profile.cpp.i - -PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/misc/profile.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/misc/profile.cpp -o CMakeFiles/PopWork.dir/misc/profile.cpp.s - -PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.o: /home/guest/Downloads/PopLib/PopWork/misc/workerthread.cpp -PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_40) "Building CXX object PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.o -MF CMakeFiles/PopWork.dir/misc/workerthread.cpp.o.d -o CMakeFiles/PopWork.dir/misc/workerthread.cpp.o -c /home/guest/Downloads/PopLib/PopWork/misc/workerthread.cpp - -PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/misc/workerthread.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/misc/workerthread.cpp > CMakeFiles/PopWork.dir/misc/workerthread.cpp.i - -PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/misc/workerthread.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/misc/workerthread.cpp -o CMakeFiles/PopWork.dir/misc/workerthread.cpp.s - -PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o: /home/guest/Downloads/PopLib/PopWork/paklib/pakinterface.cpp -PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_41) "Building CXX object PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o -MF CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o.d -o CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o -c /home/guest/Downloads/PopLib/PopWork/paklib/pakinterface.cpp - -PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/paklib/pakinterface.cpp > CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.i - -PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/paklib/pakinterface.cpp -o CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.s - -PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o: /home/guest/Downloads/PopLib/PopWork/readwrite/descparser.cpp -PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_42) "Building CXX object PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o -MF CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o.d -o CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o -c /home/guest/Downloads/PopLib/PopWork/readwrite/descparser.cpp - -PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/readwrite/descparser.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/readwrite/descparser.cpp > CMakeFiles/PopWork.dir/readwrite/descparser.cpp.i - -PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/readwrite/descparser.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/readwrite/descparser.cpp -o CMakeFiles/PopWork.dir/readwrite/descparser.cpp.s - -PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o: /home/guest/Downloads/PopLib/PopWork/readwrite/jsonparser.cpp -PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_43) "Building CXX object PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o -MF CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o.d -o CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o -c /home/guest/Downloads/PopLib/PopWork/readwrite/jsonparser.cpp - -PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/readwrite/jsonparser.cpp > CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.i - -PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/readwrite/jsonparser.cpp -o CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.s - -PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.o: /home/guest/Downloads/PopLib/PopWork/readwrite/modval.cpp -PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_44) "Building CXX object PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.o -MF CMakeFiles/PopWork.dir/readwrite/modval.cpp.o.d -o CMakeFiles/PopWork.dir/readwrite/modval.cpp.o -c /home/guest/Downloads/PopLib/PopWork/readwrite/modval.cpp - -PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/readwrite/modval.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/readwrite/modval.cpp > CMakeFiles/PopWork.dir/readwrite/modval.cpp.i - -PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/readwrite/modval.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/readwrite/modval.cpp -o CMakeFiles/PopWork.dir/readwrite/modval.cpp.s - -PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o: /home/guest/Downloads/PopLib/PopWork/readwrite/xmlparser.cpp -PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_45) "Building CXX object PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o -MF CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o.d -o CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o -c /home/guest/Downloads/PopLib/PopWork/readwrite/xmlparser.cpp - -PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/readwrite/xmlparser.cpp > CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.i - -PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/readwrite/xmlparser.cpp -o CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.s - -PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o: /home/guest/Downloads/PopLib/PopWork/readwrite/xmlwriter.cpp -PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_46) "Building CXX object PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o -MF CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o.d -o CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o -c /home/guest/Downloads/PopLib/PopWork/readwrite/xmlwriter.cpp - -PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/readwrite/xmlwriter.cpp > CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.i - -PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/readwrite/xmlwriter.cpp -o CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.s - -PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o: /home/guest/Downloads/PopLib/PopWork/resources/propertiesparser.cpp -PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_47) "Building CXX object PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o -MF CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o.d -o CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o -c /home/guest/Downloads/PopLib/PopWork/resources/propertiesparser.cpp - -PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/resources/propertiesparser.cpp > CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.i - -PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/resources/propertiesparser.cpp -o CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.s - -PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o: /home/guest/Downloads/PopLib/PopWork/resources/resourcemanager.cpp -PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_48) "Building CXX object PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o -MF CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o.d -o CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o -c /home/guest/Downloads/PopLib/PopWork/resources/resourcemanager.cpp - -PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/resources/resourcemanager.cpp > CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.i - -PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/resources/resourcemanager.cpp -o CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.s - -PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/buttonwidget.cpp -PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_49) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o -MF CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o.d -o CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/buttonwidget.cpp - -PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/buttonwidget.cpp > CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.i - -PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/buttonwidget.cpp -o CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.s - -PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/checkbox.cpp -PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_50) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.o -MF CMakeFiles/PopWork.dir/widget/checkbox.cpp.o.d -o CMakeFiles/PopWork.dir/widget/checkbox.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/checkbox.cpp - -PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/checkbox.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/checkbox.cpp > CMakeFiles/PopWork.dir/widget/checkbox.cpp.i - -PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/checkbox.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/checkbox.cpp -o CMakeFiles/PopWork.dir/widget/checkbox.cpp.s - -PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/cursorwidget.cpp -PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_51) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o -MF CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o.d -o CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/cursorwidget.cpp - -PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/cursorwidget.cpp > CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.i - -PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/cursorwidget.cpp -o CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.s - -PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/dialog.cpp -PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_52) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.o -MF CMakeFiles/PopWork.dir/widget/dialog.cpp.o.d -o CMakeFiles/PopWork.dir/widget/dialog.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/dialog.cpp - -PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/dialog.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/dialog.cpp > CMakeFiles/PopWork.dir/widget/dialog.cpp.i - -PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/dialog.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/dialog.cpp -o CMakeFiles/PopWork.dir/widget/dialog.cpp.s - -PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/dialogbutton.cpp -PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_53) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o -MF CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o.d -o CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/dialogbutton.cpp - -PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/dialogbutton.cpp > CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.i - -PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/dialogbutton.cpp -o CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.s - -PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/editwidget.cpp -PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_54) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.o -MF CMakeFiles/PopWork.dir/widget/editwidget.cpp.o.d -o CMakeFiles/PopWork.dir/widget/editwidget.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/editwidget.cpp - -PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/editwidget.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/editwidget.cpp > CMakeFiles/PopWork.dir/widget/editwidget.cpp.i - -PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/editwidget.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/editwidget.cpp -o CMakeFiles/PopWork.dir/widget/editwidget.cpp.s - -PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/hyperlinkwidget.cpp -PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_55) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o -MF CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o.d -o CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/hyperlinkwidget.cpp - -PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/hyperlinkwidget.cpp > CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.i - -PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/hyperlinkwidget.cpp -o CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.s - -PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/insets.cpp -PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_56) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.o -MF CMakeFiles/PopWork.dir/widget/insets.cpp.o.d -o CMakeFiles/PopWork.dir/widget/insets.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/insets.cpp - -PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/insets.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/insets.cpp > CMakeFiles/PopWork.dir/widget/insets.cpp.i - -PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/insets.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/insets.cpp -o CMakeFiles/PopWork.dir/widget/insets.cpp.s - -PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/listwidget.cpp -PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_57) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.o -MF CMakeFiles/PopWork.dir/widget/listwidget.cpp.o.d -o CMakeFiles/PopWork.dir/widget/listwidget.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/listwidget.cpp - -PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/listwidget.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/listwidget.cpp > CMakeFiles/PopWork.dir/widget/listwidget.cpp.i - -PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/listwidget.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/listwidget.cpp -o CMakeFiles/PopWork.dir/widget/listwidget.cpp.s - -PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/scrollbarwidget.cpp -PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_58) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o -MF CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o.d -o CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/scrollbarwidget.cpp - -PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/scrollbarwidget.cpp > CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.i - -PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/scrollbarwidget.cpp -o CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.s - -PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/scrollbuttonwidget.cpp -PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_59) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o -MF CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o.d -o CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/scrollbuttonwidget.cpp - -PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/scrollbuttonwidget.cpp > CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.i - -PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/scrollbuttonwidget.cpp -o CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.s - -PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/slider.cpp -PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_60) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.o -MF CMakeFiles/PopWork.dir/widget/slider.cpp.o.d -o CMakeFiles/PopWork.dir/widget/slider.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/slider.cpp - -PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/slider.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/slider.cpp > CMakeFiles/PopWork.dir/widget/slider.cpp.i - -PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/slider.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/slider.cpp -o CMakeFiles/PopWork.dir/widget/slider.cpp.s - -PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/textwidget.cpp -PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_61) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.o -MF CMakeFiles/PopWork.dir/widget/textwidget.cpp.o.d -o CMakeFiles/PopWork.dir/widget/textwidget.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/textwidget.cpp - -PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/textwidget.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/textwidget.cpp > CMakeFiles/PopWork.dir/widget/textwidget.cpp.i - -PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/textwidget.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/textwidget.cpp -o CMakeFiles/PopWork.dir/widget/textwidget.cpp.s - -PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/widget.cpp -PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_62) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.o -MF CMakeFiles/PopWork.dir/widget/widget.cpp.o.d -o CMakeFiles/PopWork.dir/widget/widget.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/widget.cpp - -PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/widget.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/widget.cpp > CMakeFiles/PopWork.dir/widget/widget.cpp.i - -PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/widget.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/widget.cpp -o CMakeFiles/PopWork.dir/widget/widget.cpp.s - -PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/widgetcontainer.cpp -PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_63) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o -MF CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o.d -o CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/widgetcontainer.cpp - -PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/widgetcontainer.cpp > CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.i - -PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/widgetcontainer.cpp -o CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.s - -PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o: PopWork/CMakeFiles/PopWork.dir/flags.make -PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o: /home/guest/Downloads/PopLib/PopWork/widget/widgetmanager.cpp -PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o: PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_64) "Building CXX object PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o -MF CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o.d -o CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o -c /home/guest/Downloads/PopLib/PopWork/widget/widgetmanager.cpp - -PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.i" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/PopWork/widget/widgetmanager.cpp > CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.i - -PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.s" - cd /home/guest/Downloads/PopLib/build/PopWork && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/PopWork/widget/widgetmanager.cpp -o CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.s - -# Object files for target PopWork -PopWork_OBJECTS = \ -"CMakeFiles/PopWork.dir/appbase.cpp.o" \ -"CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o" \ -"CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o" \ -"CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o" \ -"CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o" \ -"CMakeFiles/PopWork.dir/common.cpp.o" \ -"CMakeFiles/PopWork.dir/debug/debug.cpp.o" \ -"CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o" \ -"CMakeFiles/PopWork.dir/debug/perftimer.cpp.o" \ -"CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o" \ -"CMakeFiles/PopWork.dir/graphics/color.cpp.o" \ -"CMakeFiles/PopWork.dir/graphics/font.cpp.o" \ -"CMakeFiles/PopWork.dir/graphics/graphics.cpp.o" \ -"CMakeFiles/PopWork.dir/graphics/image.cpp.o" \ -"CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o" \ -"CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o" \ -"CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o" \ -"CMakeFiles/PopWork.dir/graphics/quantize.cpp.o" \ -"CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o" \ -"CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o" \ -"CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o" \ -"CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o" \ -"CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o" \ -"CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o" \ -"CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o" \ -"CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o" \ -"CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o" \ -"CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o" \ -"CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o" \ -"CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o" \ -"CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o" \ -"CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o" \ -"CMakeFiles/PopWork.dir/math/matrix.cpp.o" \ -"CMakeFiles/PopWork.dir/math/ratio.cpp.o" \ -"CMakeFiles/PopWork.dir/misc/buffer.cpp.o" \ -"CMakeFiles/PopWork.dir/misc/flags.cpp.o" \ -"CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o" \ -"CMakeFiles/PopWork.dir/misc/keycodes.cpp.o" \ -"CMakeFiles/PopWork.dir/misc/profile.cpp.o" \ -"CMakeFiles/PopWork.dir/misc/workerthread.cpp.o" \ -"CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o" \ -"CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o" \ -"CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o" \ -"CMakeFiles/PopWork.dir/readwrite/modval.cpp.o" \ -"CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o" \ -"CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o" \ -"CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o" \ -"CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o" \ -"CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o" \ -"CMakeFiles/PopWork.dir/widget/checkbox.cpp.o" \ -"CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o" \ -"CMakeFiles/PopWork.dir/widget/dialog.cpp.o" \ -"CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o" \ -"CMakeFiles/PopWork.dir/widget/editwidget.cpp.o" \ -"CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o" \ -"CMakeFiles/PopWork.dir/widget/insets.cpp.o" \ -"CMakeFiles/PopWork.dir/widget/listwidget.cpp.o" \ -"CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o" \ -"CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o" \ -"CMakeFiles/PopWork.dir/widget/slider.cpp.o" \ -"CMakeFiles/PopWork.dir/widget/textwidget.cpp.o" \ -"CMakeFiles/PopWork.dir/widget/widget.cpp.o" \ -"CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o" \ -"CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o" - -# External object files for target PopWork -PopWork_EXTERNAL_OBJECTS = - -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/appbase.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/common.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/build.make -PopWork/libPopWork.a: PopWork/CMakeFiles/PopWork.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_65) "Linking CXX static library libPopWork.a" - cd /home/guest/Downloads/PopLib/build/PopWork && $(CMAKE_COMMAND) -P CMakeFiles/PopWork.dir/cmake_clean_target.cmake - cd /home/guest/Downloads/PopLib/build/PopWork && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/PopWork.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -PopWork/CMakeFiles/PopWork.dir/build: PopWork/libPopWork.a -.PHONY : PopWork/CMakeFiles/PopWork.dir/build - -PopWork/CMakeFiles/PopWork.dir/clean: - cd /home/guest/Downloads/PopLib/build/PopWork && $(CMAKE_COMMAND) -P CMakeFiles/PopWork.dir/cmake_clean.cmake -.PHONY : PopWork/CMakeFiles/PopWork.dir/clean - -PopWork/CMakeFiles/PopWork.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/PopWork /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/PopWork /home/guest/Downloads/PopLib/build/PopWork/CMakeFiles/PopWork.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : PopWork/CMakeFiles/PopWork.dir/depend - diff --git a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/cmake_clean.cmake b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/cmake_clean.cmake deleted file mode 100644 index 0b93d48c..00000000 --- a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/cmake_clean.cmake +++ /dev/null @@ -1,137 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/PopWork.dir/appbase.cpp.o" - "CMakeFiles/PopWork.dir/appbase.cpp.o.d" - "CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o" - "CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o.d" - "CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o" - "CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o.d" - "CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o" - "CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o.d" - "CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o" - "CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o.d" - "CMakeFiles/PopWork.dir/common.cpp.o" - "CMakeFiles/PopWork.dir/common.cpp.o.d" - "CMakeFiles/PopWork.dir/debug/debug.cpp.o" - "CMakeFiles/PopWork.dir/debug/debug.cpp.o.d" - "CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o" - "CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o.d" - "CMakeFiles/PopWork.dir/debug/perftimer.cpp.o" - "CMakeFiles/PopWork.dir/debug/perftimer.cpp.o.d" - "CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o" - "CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o.d" - "CMakeFiles/PopWork.dir/graphics/color.cpp.o" - "CMakeFiles/PopWork.dir/graphics/color.cpp.o.d" - "CMakeFiles/PopWork.dir/graphics/font.cpp.o" - "CMakeFiles/PopWork.dir/graphics/font.cpp.o.d" - "CMakeFiles/PopWork.dir/graphics/graphics.cpp.o" - "CMakeFiles/PopWork.dir/graphics/graphics.cpp.o.d" - "CMakeFiles/PopWork.dir/graphics/image.cpp.o" - "CMakeFiles/PopWork.dir/graphics/image.cpp.o.d" - "CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o" - "CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o.d" - "CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o" - "CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o.d" - "CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o" - "CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o.d" - "CMakeFiles/PopWork.dir/graphics/quantize.cpp.o" - "CMakeFiles/PopWork.dir/graphics/quantize.cpp.o.d" - "CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o" - "CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o.d" - "CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o" - "CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o.d" - "CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o" - "CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o.d" - "CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o" - "CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o.d" - "CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o" - "CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o.d" - "CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o" - "CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o.d" - "CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o" - "CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o.d" - "CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o" - "CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o.d" - "CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o" - "CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o.d" - "CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o" - "CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o.d" - "CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o" - "CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o.d" - "CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o" - "CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o.d" - "CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o" - "CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o.d" - "CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o" - "CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o.d" - "CMakeFiles/PopWork.dir/math/matrix.cpp.o" - "CMakeFiles/PopWork.dir/math/matrix.cpp.o.d" - "CMakeFiles/PopWork.dir/math/ratio.cpp.o" - "CMakeFiles/PopWork.dir/math/ratio.cpp.o.d" - "CMakeFiles/PopWork.dir/misc/buffer.cpp.o" - "CMakeFiles/PopWork.dir/misc/buffer.cpp.o.d" - "CMakeFiles/PopWork.dir/misc/flags.cpp.o" - "CMakeFiles/PopWork.dir/misc/flags.cpp.o.d" - "CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o" - "CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o.d" - "CMakeFiles/PopWork.dir/misc/keycodes.cpp.o" - "CMakeFiles/PopWork.dir/misc/keycodes.cpp.o.d" - "CMakeFiles/PopWork.dir/misc/profile.cpp.o" - "CMakeFiles/PopWork.dir/misc/profile.cpp.o.d" - "CMakeFiles/PopWork.dir/misc/workerthread.cpp.o" - "CMakeFiles/PopWork.dir/misc/workerthread.cpp.o.d" - "CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o" - "CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o.d" - "CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o" - "CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o.d" - "CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o" - "CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o.d" - "CMakeFiles/PopWork.dir/readwrite/modval.cpp.o" - "CMakeFiles/PopWork.dir/readwrite/modval.cpp.o.d" - "CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o" - "CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o.d" - "CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o" - "CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o.d" - "CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o" - "CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o.d" - "CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o" - "CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o.d" - "CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o" - "CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o.d" - "CMakeFiles/PopWork.dir/widget/checkbox.cpp.o" - "CMakeFiles/PopWork.dir/widget/checkbox.cpp.o.d" - "CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o" - "CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o.d" - "CMakeFiles/PopWork.dir/widget/dialog.cpp.o" - "CMakeFiles/PopWork.dir/widget/dialog.cpp.o.d" - "CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o" - "CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o.d" - "CMakeFiles/PopWork.dir/widget/editwidget.cpp.o" - "CMakeFiles/PopWork.dir/widget/editwidget.cpp.o.d" - "CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o" - "CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o.d" - "CMakeFiles/PopWork.dir/widget/insets.cpp.o" - "CMakeFiles/PopWork.dir/widget/insets.cpp.o.d" - "CMakeFiles/PopWork.dir/widget/listwidget.cpp.o" - "CMakeFiles/PopWork.dir/widget/listwidget.cpp.o.d" - "CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o" - "CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o.d" - "CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o" - "CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o.d" - "CMakeFiles/PopWork.dir/widget/slider.cpp.o" - "CMakeFiles/PopWork.dir/widget/slider.cpp.o.d" - "CMakeFiles/PopWork.dir/widget/textwidget.cpp.o" - "CMakeFiles/PopWork.dir/widget/textwidget.cpp.o.d" - "CMakeFiles/PopWork.dir/widget/widget.cpp.o" - "CMakeFiles/PopWork.dir/widget/widget.cpp.o.d" - "CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o" - "CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o.d" - "CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o" - "CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o.d" - "libPopWork.a" - "libPopWork.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/PopWork.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/cmake_clean_target.cmake b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/cmake_clean_target.cmake deleted file mode 100644 index c3b11451..00000000 --- a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libPopWork.a" -) diff --git a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/compiler_depend.make b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/compiler_depend.make deleted file mode 100644 index a2bfc78a..00000000 --- a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for PopWork. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts deleted file mode 100644 index 9b5d37d8..00000000 --- a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for PopWork. diff --git a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/depend.make b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/depend.make deleted file mode 100644 index cf150fa6..00000000 --- a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for PopWork. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/flags.make b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/flags.make deleted file mode 100644 index ffa965f0..00000000 --- a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -DAL_LIBTYPE_STATIC -DCURL_STATICLIB -DSTBI_MSC_SECURE_CRT -DSTB_IMAGE_IMPLEMENTATION -DSTB_IMAGE_WRITE_IMPLEMENTATION -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/openal -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/PopWork -I/home/guest/Downloads/PopLib/external/misc -I/home/guest/Downloads/PopLib/external/stb_image -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/miniaudio -I/home/guest/Downloads/PopLib/build/external/ogg/include -I/home/guest/Downloads/PopLib/external/curl/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIC - diff --git a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/link.txt b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/link.txt deleted file mode 100644 index bca2b078..00000000 --- a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libPopWork.a CMakeFiles/PopWork.dir/appbase.cpp.o CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o CMakeFiles/PopWork.dir/common.cpp.o CMakeFiles/PopWork.dir/debug/debug.cpp.o CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o CMakeFiles/PopWork.dir/debug/perftimer.cpp.o CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o CMakeFiles/PopWork.dir/graphics/color.cpp.o CMakeFiles/PopWork.dir/graphics/font.cpp.o CMakeFiles/PopWork.dir/graphics/graphics.cpp.o CMakeFiles/PopWork.dir/graphics/image.cpp.o CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o CMakeFiles/PopWork.dir/graphics/quantize.cpp.o CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o CMakeFiles/PopWork.dir/math/matrix.cpp.o CMakeFiles/PopWork.dir/math/ratio.cpp.o CMakeFiles/PopWork.dir/misc/buffer.cpp.o CMakeFiles/PopWork.dir/misc/flags.cpp.o CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o CMakeFiles/PopWork.dir/misc/keycodes.cpp.o CMakeFiles/PopWork.dir/misc/profile.cpp.o CMakeFiles/PopWork.dir/misc/workerthread.cpp.o CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o CMakeFiles/PopWork.dir/readwrite/modval.cpp.o CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o CMakeFiles/PopWork.dir/widget/checkbox.cpp.o CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o CMakeFiles/PopWork.dir/widget/dialog.cpp.o CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o CMakeFiles/PopWork.dir/widget/editwidget.cpp.o CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o CMakeFiles/PopWork.dir/widget/insets.cpp.o CMakeFiles/PopWork.dir/widget/listwidget.cpp.o CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o CMakeFiles/PopWork.dir/widget/slider.cpp.o CMakeFiles/PopWork.dir/widget/textwidget.cpp.o CMakeFiles/PopWork.dir/widget/widget.cpp.o CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o -/usr/bin/ranlib libPopWork.a diff --git a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/progress.make b/build_emscripten/PopWork/CMakeFiles/PopWork.dir/progress.make deleted file mode 100644 index dec79a4b..00000000 --- a/build_emscripten/PopWork/CMakeFiles/PopWork.dir/progress.make +++ /dev/null @@ -1,66 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = 5 -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = -CMAKE_PROGRESS_7 = -CMAKE_PROGRESS_8 = -CMAKE_PROGRESS_9 = -CMAKE_PROGRESS_10 = -CMAKE_PROGRESS_11 = -CMAKE_PROGRESS_12 = -CMAKE_PROGRESS_13 = -CMAKE_PROGRESS_14 = -CMAKE_PROGRESS_15 = -CMAKE_PROGRESS_16 = -CMAKE_PROGRESS_17 = -CMAKE_PROGRESS_18 = -CMAKE_PROGRESS_19 = -CMAKE_PROGRESS_20 = -CMAKE_PROGRESS_21 = -CMAKE_PROGRESS_22 = -CMAKE_PROGRESS_23 = -CMAKE_PROGRESS_24 = -CMAKE_PROGRESS_25 = -CMAKE_PROGRESS_26 = -CMAKE_PROGRESS_27 = -CMAKE_PROGRESS_28 = -CMAKE_PROGRESS_29 = -CMAKE_PROGRESS_30 = -CMAKE_PROGRESS_31 = 6 -CMAKE_PROGRESS_32 = -CMAKE_PROGRESS_33 = -CMAKE_PROGRESS_34 = -CMAKE_PROGRESS_35 = -CMAKE_PROGRESS_36 = -CMAKE_PROGRESS_37 = -CMAKE_PROGRESS_38 = -CMAKE_PROGRESS_39 = -CMAKE_PROGRESS_40 = -CMAKE_PROGRESS_41 = -CMAKE_PROGRESS_42 = -CMAKE_PROGRESS_43 = -CMAKE_PROGRESS_44 = -CMAKE_PROGRESS_45 = -CMAKE_PROGRESS_46 = -CMAKE_PROGRESS_47 = -CMAKE_PROGRESS_48 = -CMAKE_PROGRESS_49 = -CMAKE_PROGRESS_50 = -CMAKE_PROGRESS_51 = -CMAKE_PROGRESS_52 = -CMAKE_PROGRESS_53 = -CMAKE_PROGRESS_54 = -CMAKE_PROGRESS_55 = -CMAKE_PROGRESS_56 = -CMAKE_PROGRESS_57 = -CMAKE_PROGRESS_58 = -CMAKE_PROGRESS_59 = 7 -CMAKE_PROGRESS_60 = -CMAKE_PROGRESS_61 = -CMAKE_PROGRESS_62 = -CMAKE_PROGRESS_63 = -CMAKE_PROGRESS_64 = -CMAKE_PROGRESS_65 = - diff --git a/build_emscripten/PopWork/CMakeFiles/progress.marks b/build_emscripten/PopWork/CMakeFiles/progress.marks deleted file mode 100644 index f64f5d8d..00000000 --- a/build_emscripten/PopWork/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -27 diff --git a/build_emscripten/PopWork/Makefile b/build_emscripten/PopWork/Makefile deleted file mode 100644 index f9a1719a..00000000 --- a/build_emscripten/PopWork/Makefile +++ /dev/null @@ -1,1956 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/PopWork//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PopWork/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PopWork/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PopWork/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PopWork/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -PopWork/CMakeFiles/PopWork.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 PopWork/CMakeFiles/PopWork.dir/rule -.PHONY : PopWork/CMakeFiles/PopWork.dir/rule - -# Convenience name for target. -PopWork: PopWork/CMakeFiles/PopWork.dir/rule -.PHONY : PopWork - -# fast build rule for target. -PopWork/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/build -.PHONY : PopWork/fast - -appbase.o: appbase.cpp.o -.PHONY : appbase.o - -# target to build an object file -appbase.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/appbase.cpp.o -.PHONY : appbase.cpp.o - -appbase.i: appbase.cpp.i -.PHONY : appbase.i - -# target to preprocess a source file -appbase.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/appbase.cpp.i -.PHONY : appbase.cpp.i - -appbase.s: appbase.cpp.s -.PHONY : appbase.s - -# target to generate assembly for a file -appbase.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/appbase.cpp.s -.PHONY : appbase.cpp.s - -audio/bassmusicinterface.o: audio/bassmusicinterface.cpp.o -.PHONY : audio/bassmusicinterface.o - -# target to build an object file -audio/bassmusicinterface.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.o -.PHONY : audio/bassmusicinterface.cpp.o - -audio/bassmusicinterface.i: audio/bassmusicinterface.cpp.i -.PHONY : audio/bassmusicinterface.i - -# target to preprocess a source file -audio/bassmusicinterface.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.i -.PHONY : audio/bassmusicinterface.cpp.i - -audio/bassmusicinterface.s: audio/bassmusicinterface.cpp.s -.PHONY : audio/bassmusicinterface.s - -# target to generate assembly for a file -audio/bassmusicinterface.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/bassmusicinterface.cpp.s -.PHONY : audio/bassmusicinterface.cpp.s - -audio/musicinterface.o: audio/musicinterface.cpp.o -.PHONY : audio/musicinterface.o - -# target to build an object file -audio/musicinterface.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.o -.PHONY : audio/musicinterface.cpp.o - -audio/musicinterface.i: audio/musicinterface.cpp.i -.PHONY : audio/musicinterface.i - -# target to preprocess a source file -audio/musicinterface.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.i -.PHONY : audio/musicinterface.cpp.i - -audio/musicinterface.s: audio/musicinterface.cpp.s -.PHONY : audio/musicinterface.s - -# target to generate assembly for a file -audio/musicinterface.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/musicinterface.cpp.s -.PHONY : audio/musicinterface.cpp.s - -audio/openalsoundinstance.o: audio/openalsoundinstance.cpp.o -.PHONY : audio/openalsoundinstance.o - -# target to build an object file -audio/openalsoundinstance.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.o -.PHONY : audio/openalsoundinstance.cpp.o - -audio/openalsoundinstance.i: audio/openalsoundinstance.cpp.i -.PHONY : audio/openalsoundinstance.i - -# target to preprocess a source file -audio/openalsoundinstance.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.i -.PHONY : audio/openalsoundinstance.cpp.i - -audio/openalsoundinstance.s: audio/openalsoundinstance.cpp.s -.PHONY : audio/openalsoundinstance.s - -# target to generate assembly for a file -audio/openalsoundinstance.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/openalsoundinstance.cpp.s -.PHONY : audio/openalsoundinstance.cpp.s - -audio/openalsoundmanager.o: audio/openalsoundmanager.cpp.o -.PHONY : audio/openalsoundmanager.o - -# target to build an object file -audio/openalsoundmanager.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.o -.PHONY : audio/openalsoundmanager.cpp.o - -audio/openalsoundmanager.i: audio/openalsoundmanager.cpp.i -.PHONY : audio/openalsoundmanager.i - -# target to preprocess a source file -audio/openalsoundmanager.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.i -.PHONY : audio/openalsoundmanager.cpp.i - -audio/openalsoundmanager.s: audio/openalsoundmanager.cpp.s -.PHONY : audio/openalsoundmanager.s - -# target to generate assembly for a file -audio/openalsoundmanager.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/audio/openalsoundmanager.cpp.s -.PHONY : audio/openalsoundmanager.cpp.s - -common.o: common.cpp.o -.PHONY : common.o - -# target to build an object file -common.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/common.cpp.o -.PHONY : common.cpp.o - -common.i: common.cpp.i -.PHONY : common.i - -# target to preprocess a source file -common.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/common.cpp.i -.PHONY : common.cpp.i - -common.s: common.cpp.s -.PHONY : common.s - -# target to generate assembly for a file -common.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/common.cpp.s -.PHONY : common.cpp.s - -debug/debug.o: debug/debug.cpp.o -.PHONY : debug/debug.o - -# target to build an object file -debug/debug.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.o -.PHONY : debug/debug.cpp.o - -debug/debug.i: debug/debug.cpp.i -.PHONY : debug/debug.i - -# target to preprocess a source file -debug/debug.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.i -.PHONY : debug/debug.cpp.i - -debug/debug.s: debug/debug.cpp.s -.PHONY : debug/debug.s - -# target to generate assembly for a file -debug/debug.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/debug/debug.cpp.s -.PHONY : debug/debug.cpp.s - -debug/errorhandler.o: debug/errorhandler.cpp.o -.PHONY : debug/errorhandler.o - -# target to build an object file -debug/errorhandler.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.o -.PHONY : debug/errorhandler.cpp.o - -debug/errorhandler.i: debug/errorhandler.cpp.i -.PHONY : debug/errorhandler.i - -# target to preprocess a source file -debug/errorhandler.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.i -.PHONY : debug/errorhandler.cpp.i - -debug/errorhandler.s: debug/errorhandler.cpp.s -.PHONY : debug/errorhandler.s - -# target to generate assembly for a file -debug/errorhandler.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/debug/errorhandler.cpp.s -.PHONY : debug/errorhandler.cpp.s - -debug/perftimer.o: debug/perftimer.cpp.o -.PHONY : debug/perftimer.o - -# target to build an object file -debug/perftimer.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.o -.PHONY : debug/perftimer.cpp.o - -debug/perftimer.i: debug/perftimer.cpp.i -.PHONY : debug/perftimer.i - -# target to preprocess a source file -debug/perftimer.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.i -.PHONY : debug/perftimer.cpp.i - -debug/perftimer.s: debug/perftimer.cpp.s -.PHONY : debug/perftimer.s - -# target to generate assembly for a file -debug/perftimer.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/debug/perftimer.cpp.s -.PHONY : debug/perftimer.cpp.s - -graphics/SWTri/SWTri.o: graphics/SWTri/SWTri.cpp.o -.PHONY : graphics/SWTri/SWTri.o - -# target to build an object file -graphics/SWTri/SWTri.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.o -.PHONY : graphics/SWTri/SWTri.cpp.o - -graphics/SWTri/SWTri.i: graphics/SWTri/SWTri.cpp.i -.PHONY : graphics/SWTri/SWTri.i - -# target to preprocess a source file -graphics/SWTri/SWTri.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.i -.PHONY : graphics/SWTri/SWTri.cpp.i - -graphics/SWTri/SWTri.s: graphics/SWTri/SWTri.cpp.s -.PHONY : graphics/SWTri/SWTri.s - -# target to generate assembly for a file -graphics/SWTri/SWTri.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/SWTri/SWTri.cpp.s -.PHONY : graphics/SWTri/SWTri.cpp.s - -graphics/color.o: graphics/color.cpp.o -.PHONY : graphics/color.o - -# target to build an object file -graphics/color.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.o -.PHONY : graphics/color.cpp.o - -graphics/color.i: graphics/color.cpp.i -.PHONY : graphics/color.i - -# target to preprocess a source file -graphics/color.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.i -.PHONY : graphics/color.cpp.i - -graphics/color.s: graphics/color.cpp.s -.PHONY : graphics/color.s - -# target to generate assembly for a file -graphics/color.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/color.cpp.s -.PHONY : graphics/color.cpp.s - -graphics/font.o: graphics/font.cpp.o -.PHONY : graphics/font.o - -# target to build an object file -graphics/font.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.o -.PHONY : graphics/font.cpp.o - -graphics/font.i: graphics/font.cpp.i -.PHONY : graphics/font.i - -# target to preprocess a source file -graphics/font.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.i -.PHONY : graphics/font.cpp.i - -graphics/font.s: graphics/font.cpp.s -.PHONY : graphics/font.s - -# target to generate assembly for a file -graphics/font.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/font.cpp.s -.PHONY : graphics/font.cpp.s - -graphics/graphics.o: graphics/graphics.cpp.o -.PHONY : graphics/graphics.o - -# target to build an object file -graphics/graphics.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.o -.PHONY : graphics/graphics.cpp.o - -graphics/graphics.i: graphics/graphics.cpp.i -.PHONY : graphics/graphics.i - -# target to preprocess a source file -graphics/graphics.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.i -.PHONY : graphics/graphics.cpp.i - -graphics/graphics.s: graphics/graphics.cpp.s -.PHONY : graphics/graphics.s - -# target to generate assembly for a file -graphics/graphics.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/graphics.cpp.s -.PHONY : graphics/graphics.cpp.s - -graphics/image.o: graphics/image.cpp.o -.PHONY : graphics/image.o - -# target to build an object file -graphics/image.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.o -.PHONY : graphics/image.cpp.o - -graphics/image.i: graphics/image.cpp.i -.PHONY : graphics/image.i - -# target to preprocess a source file -graphics/image.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.i -.PHONY : graphics/image.cpp.i - -graphics/image.s: graphics/image.cpp.s -.PHONY : graphics/image.s - -# target to generate assembly for a file -graphics/image.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/image.cpp.s -.PHONY : graphics/image.cpp.s - -graphics/imagefont.o: graphics/imagefont.cpp.o -.PHONY : graphics/imagefont.o - -# target to build an object file -graphics/imagefont.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.o -.PHONY : graphics/imagefont.cpp.o - -graphics/imagefont.i: graphics/imagefont.cpp.i -.PHONY : graphics/imagefont.i - -# target to preprocess a source file -graphics/imagefont.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.i -.PHONY : graphics/imagefont.cpp.i - -graphics/imagefont.s: graphics/imagefont.cpp.s -.PHONY : graphics/imagefont.s - -# target to generate assembly for a file -graphics/imagefont.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/imagefont.cpp.s -.PHONY : graphics/imagefont.cpp.s - -graphics/memoryimage.o: graphics/memoryimage.cpp.o -.PHONY : graphics/memoryimage.o - -# target to build an object file -graphics/memoryimage.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.o -.PHONY : graphics/memoryimage.cpp.o - -graphics/memoryimage.i: graphics/memoryimage.cpp.i -.PHONY : graphics/memoryimage.i - -# target to preprocess a source file -graphics/memoryimage.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.i -.PHONY : graphics/memoryimage.cpp.i - -graphics/memoryimage.s: graphics/memoryimage.cpp.s -.PHONY : graphics/memoryimage.s - -# target to generate assembly for a file -graphics/memoryimage.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/memoryimage.cpp.s -.PHONY : graphics/memoryimage.cpp.s - -graphics/nativedisplay.o: graphics/nativedisplay.cpp.o -.PHONY : graphics/nativedisplay.o - -# target to build an object file -graphics/nativedisplay.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.o -.PHONY : graphics/nativedisplay.cpp.o - -graphics/nativedisplay.i: graphics/nativedisplay.cpp.i -.PHONY : graphics/nativedisplay.i - -# target to preprocess a source file -graphics/nativedisplay.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.i -.PHONY : graphics/nativedisplay.cpp.i - -graphics/nativedisplay.s: graphics/nativedisplay.cpp.s -.PHONY : graphics/nativedisplay.s - -# target to generate assembly for a file -graphics/nativedisplay.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/nativedisplay.cpp.s -.PHONY : graphics/nativedisplay.cpp.s - -graphics/quantize.o: graphics/quantize.cpp.o -.PHONY : graphics/quantize.o - -# target to build an object file -graphics/quantize.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.o -.PHONY : graphics/quantize.cpp.o - -graphics/quantize.i: graphics/quantize.cpp.i -.PHONY : graphics/quantize.i - -# target to preprocess a source file -graphics/quantize.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.i -.PHONY : graphics/quantize.cpp.i - -graphics/quantize.s: graphics/quantize.cpp.s -.PHONY : graphics/quantize.s - -# target to generate assembly for a file -graphics/quantize.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/quantize.cpp.s -.PHONY : graphics/quantize.cpp.s - -graphics/sdlimage.o: graphics/sdlimage.cpp.o -.PHONY : graphics/sdlimage.o - -# target to build an object file -graphics/sdlimage.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.o -.PHONY : graphics/sdlimage.cpp.o - -graphics/sdlimage.i: graphics/sdlimage.cpp.i -.PHONY : graphics/sdlimage.i - -# target to preprocess a source file -graphics/sdlimage.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.i -.PHONY : graphics/sdlimage.cpp.i - -graphics/sdlimage.s: graphics/sdlimage.cpp.s -.PHONY : graphics/sdlimage.s - -# target to generate assembly for a file -graphics/sdlimage.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sdlimage.cpp.s -.PHONY : graphics/sdlimage.cpp.s - -graphics/sdlinterface.o: graphics/sdlinterface.cpp.o -.PHONY : graphics/sdlinterface.o - -# target to build an object file -graphics/sdlinterface.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.o -.PHONY : graphics/sdlinterface.cpp.o - -graphics/sdlinterface.i: graphics/sdlinterface.cpp.i -.PHONY : graphics/sdlinterface.i - -# target to preprocess a source file -graphics/sdlinterface.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.i -.PHONY : graphics/sdlinterface.cpp.i - -graphics/sdlinterface.s: graphics/sdlinterface.cpp.s -.PHONY : graphics/sdlinterface.s - -# target to generate assembly for a file -graphics/sdlinterface.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sdlinterface.cpp.s -.PHONY : graphics/sdlinterface.cpp.s - -graphics/sharedimage.o: graphics/sharedimage.cpp.o -.PHONY : graphics/sharedimage.o - -# target to build an object file -graphics/sharedimage.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.o -.PHONY : graphics/sharedimage.cpp.o - -graphics/sharedimage.i: graphics/sharedimage.cpp.i -.PHONY : graphics/sharedimage.i - -# target to preprocess a source file -graphics/sharedimage.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.i -.PHONY : graphics/sharedimage.cpp.i - -graphics/sharedimage.s: graphics/sharedimage.cpp.s -.PHONY : graphics/sharedimage.s - -# target to generate assembly for a file -graphics/sharedimage.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sharedimage.cpp.s -.PHONY : graphics/sharedimage.cpp.s - -graphics/sysfont.o: graphics/sysfont.cpp.o -.PHONY : graphics/sysfont.o - -# target to build an object file -graphics/sysfont.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.o -.PHONY : graphics/sysfont.cpp.o - -graphics/sysfont.i: graphics/sysfont.cpp.i -.PHONY : graphics/sysfont.i - -# target to preprocess a source file -graphics/sysfont.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.i -.PHONY : graphics/sysfont.cpp.i - -graphics/sysfont.s: graphics/sysfont.cpp.s -.PHONY : graphics/sysfont.s - -# target to generate assembly for a file -graphics/sysfont.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/graphics/sysfont.cpp.s -.PHONY : graphics/sysfont.cpp.s - -imagelib/imagelib.o: imagelib/imagelib.cpp.o -.PHONY : imagelib/imagelib.o - -# target to build an object file -imagelib/imagelib.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.o -.PHONY : imagelib/imagelib.cpp.o - -imagelib/imagelib.i: imagelib/imagelib.cpp.i -.PHONY : imagelib/imagelib.i - -# target to preprocess a source file -imagelib/imagelib.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.i -.PHONY : imagelib/imagelib.cpp.i - -imagelib/imagelib.s: imagelib/imagelib.cpp.s -.PHONY : imagelib/imagelib.s - -# target to generate assembly for a file -imagelib/imagelib.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imagelib/imagelib.cpp.s -.PHONY : imagelib/imagelib.cpp.s - -imgui/core/imgui.o: imgui/core/imgui.cpp.o -.PHONY : imgui/core/imgui.o - -# target to build an object file -imgui/core/imgui.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.o -.PHONY : imgui/core/imgui.cpp.o - -imgui/core/imgui.i: imgui/core/imgui.cpp.i -.PHONY : imgui/core/imgui.i - -# target to preprocess a source file -imgui/core/imgui.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.i -.PHONY : imgui/core/imgui.cpp.i - -imgui/core/imgui.s: imgui/core/imgui.cpp.s -.PHONY : imgui/core/imgui.s - -# target to generate assembly for a file -imgui/core/imgui.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui.cpp.s -.PHONY : imgui/core/imgui.cpp.s - -imgui/core/imgui_demo.o: imgui/core/imgui_demo.cpp.o -.PHONY : imgui/core/imgui_demo.o - -# target to build an object file -imgui/core/imgui_demo.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.o -.PHONY : imgui/core/imgui_demo.cpp.o - -imgui/core/imgui_demo.i: imgui/core/imgui_demo.cpp.i -.PHONY : imgui/core/imgui_demo.i - -# target to preprocess a source file -imgui/core/imgui_demo.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.i -.PHONY : imgui/core/imgui_demo.cpp.i - -imgui/core/imgui_demo.s: imgui/core/imgui_demo.cpp.s -.PHONY : imgui/core/imgui_demo.s - -# target to generate assembly for a file -imgui/core/imgui_demo.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_demo.cpp.s -.PHONY : imgui/core/imgui_demo.cpp.s - -imgui/core/imgui_draw.o: imgui/core/imgui_draw.cpp.o -.PHONY : imgui/core/imgui_draw.o - -# target to build an object file -imgui/core/imgui_draw.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.o -.PHONY : imgui/core/imgui_draw.cpp.o - -imgui/core/imgui_draw.i: imgui/core/imgui_draw.cpp.i -.PHONY : imgui/core/imgui_draw.i - -# target to preprocess a source file -imgui/core/imgui_draw.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.i -.PHONY : imgui/core/imgui_draw.cpp.i - -imgui/core/imgui_draw.s: imgui/core/imgui_draw.cpp.s -.PHONY : imgui/core/imgui_draw.s - -# target to generate assembly for a file -imgui/core/imgui_draw.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_draw.cpp.s -.PHONY : imgui/core/imgui_draw.cpp.s - -imgui/core/imgui_impl_sdl3.o: imgui/core/imgui_impl_sdl3.cpp.o -.PHONY : imgui/core/imgui_impl_sdl3.o - -# target to build an object file -imgui/core/imgui_impl_sdl3.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.o -.PHONY : imgui/core/imgui_impl_sdl3.cpp.o - -imgui/core/imgui_impl_sdl3.i: imgui/core/imgui_impl_sdl3.cpp.i -.PHONY : imgui/core/imgui_impl_sdl3.i - -# target to preprocess a source file -imgui/core/imgui_impl_sdl3.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.i -.PHONY : imgui/core/imgui_impl_sdl3.cpp.i - -imgui/core/imgui_impl_sdl3.s: imgui/core/imgui_impl_sdl3.cpp.s -.PHONY : imgui/core/imgui_impl_sdl3.s - -# target to generate assembly for a file -imgui/core/imgui_impl_sdl3.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdl3.cpp.s -.PHONY : imgui/core/imgui_impl_sdl3.cpp.s - -imgui/core/imgui_impl_sdlrenderer3.o: imgui/core/imgui_impl_sdlrenderer3.cpp.o -.PHONY : imgui/core/imgui_impl_sdlrenderer3.o - -# target to build an object file -imgui/core/imgui_impl_sdlrenderer3.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.o -.PHONY : imgui/core/imgui_impl_sdlrenderer3.cpp.o - -imgui/core/imgui_impl_sdlrenderer3.i: imgui/core/imgui_impl_sdlrenderer3.cpp.i -.PHONY : imgui/core/imgui_impl_sdlrenderer3.i - -# target to preprocess a source file -imgui/core/imgui_impl_sdlrenderer3.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.i -.PHONY : imgui/core/imgui_impl_sdlrenderer3.cpp.i - -imgui/core/imgui_impl_sdlrenderer3.s: imgui/core/imgui_impl_sdlrenderer3.cpp.s -.PHONY : imgui/core/imgui_impl_sdlrenderer3.s - -# target to generate assembly for a file -imgui/core/imgui_impl_sdlrenderer3.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_impl_sdlrenderer3.cpp.s -.PHONY : imgui/core/imgui_impl_sdlrenderer3.cpp.s - -imgui/core/imgui_tables.o: imgui/core/imgui_tables.cpp.o -.PHONY : imgui/core/imgui_tables.o - -# target to build an object file -imgui/core/imgui_tables.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.o -.PHONY : imgui/core/imgui_tables.cpp.o - -imgui/core/imgui_tables.i: imgui/core/imgui_tables.cpp.i -.PHONY : imgui/core/imgui_tables.i - -# target to preprocess a source file -imgui/core/imgui_tables.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.i -.PHONY : imgui/core/imgui_tables.cpp.i - -imgui/core/imgui_tables.s: imgui/core/imgui_tables.cpp.s -.PHONY : imgui/core/imgui_tables.s - -# target to generate assembly for a file -imgui/core/imgui_tables.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_tables.cpp.s -.PHONY : imgui/core/imgui_tables.cpp.s - -imgui/core/imgui_widgets.o: imgui/core/imgui_widgets.cpp.o -.PHONY : imgui/core/imgui_widgets.o - -# target to build an object file -imgui/core/imgui_widgets.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.o -.PHONY : imgui/core/imgui_widgets.cpp.o - -imgui/core/imgui_widgets.i: imgui/core/imgui_widgets.cpp.i -.PHONY : imgui/core/imgui_widgets.i - -# target to preprocess a source file -imgui/core/imgui_widgets.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.i -.PHONY : imgui/core/imgui_widgets.cpp.i - -imgui/core/imgui_widgets.s: imgui/core/imgui_widgets.cpp.s -.PHONY : imgui/core/imgui_widgets.s - -# target to generate assembly for a file -imgui/core/imgui_widgets.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/core/imgui_widgets.cpp.s -.PHONY : imgui/core/imgui_widgets.cpp.s - -imgui/debugwindow.o: imgui/debugwindow.cpp.o -.PHONY : imgui/debugwindow.o - -# target to build an object file -imgui/debugwindow.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.o -.PHONY : imgui/debugwindow.cpp.o - -imgui/debugwindow.i: imgui/debugwindow.cpp.i -.PHONY : imgui/debugwindow.i - -# target to preprocess a source file -imgui/debugwindow.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.i -.PHONY : imgui/debugwindow.cpp.i - -imgui/debugwindow.s: imgui/debugwindow.cpp.s -.PHONY : imgui/debugwindow.s - -# target to generate assembly for a file -imgui/debugwindow.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/debugwindow.cpp.s -.PHONY : imgui/debugwindow.cpp.s - -imgui/imguimanager.o: imgui/imguimanager.cpp.o -.PHONY : imgui/imguimanager.o - -# target to build an object file -imgui/imguimanager.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.o -.PHONY : imgui/imguimanager.cpp.o - -imgui/imguimanager.i: imgui/imguimanager.cpp.i -.PHONY : imgui/imguimanager.i - -# target to preprocess a source file -imgui/imguimanager.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.i -.PHONY : imgui/imguimanager.cpp.i - -imgui/imguimanager.s: imgui/imguimanager.cpp.s -.PHONY : imgui/imguimanager.s - -# target to generate assembly for a file -imgui/imguimanager.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/imgui/imguimanager.cpp.s -.PHONY : imgui/imguimanager.cpp.s - -math/matrix.o: math/matrix.cpp.o -.PHONY : math/matrix.o - -# target to build an object file -math/matrix.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.o -.PHONY : math/matrix.cpp.o - -math/matrix.i: math/matrix.cpp.i -.PHONY : math/matrix.i - -# target to preprocess a source file -math/matrix.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.i -.PHONY : math/matrix.cpp.i - -math/matrix.s: math/matrix.cpp.s -.PHONY : math/matrix.s - -# target to generate assembly for a file -math/matrix.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/math/matrix.cpp.s -.PHONY : math/matrix.cpp.s - -math/ratio.o: math/ratio.cpp.o -.PHONY : math/ratio.o - -# target to build an object file -math/ratio.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.o -.PHONY : math/ratio.cpp.o - -math/ratio.i: math/ratio.cpp.i -.PHONY : math/ratio.i - -# target to preprocess a source file -math/ratio.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.i -.PHONY : math/ratio.cpp.i - -math/ratio.s: math/ratio.cpp.s -.PHONY : math/ratio.s - -# target to generate assembly for a file -math/ratio.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/math/ratio.cpp.s -.PHONY : math/ratio.cpp.s - -misc/buffer.o: misc/buffer.cpp.o -.PHONY : misc/buffer.o - -# target to build an object file -misc/buffer.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.o -.PHONY : misc/buffer.cpp.o - -misc/buffer.i: misc/buffer.cpp.i -.PHONY : misc/buffer.i - -# target to preprocess a source file -misc/buffer.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.i -.PHONY : misc/buffer.cpp.i - -misc/buffer.s: misc/buffer.cpp.s -.PHONY : misc/buffer.s - -# target to generate assembly for a file -misc/buffer.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/buffer.cpp.s -.PHONY : misc/buffer.cpp.s - -misc/flags.o: misc/flags.cpp.o -.PHONY : misc/flags.o - -# target to build an object file -misc/flags.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.o -.PHONY : misc/flags.cpp.o - -misc/flags.i: misc/flags.cpp.i -.PHONY : misc/flags.i - -# target to preprocess a source file -misc/flags.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.i -.PHONY : misc/flags.cpp.i - -misc/flags.s: misc/flags.cpp.s -.PHONY : misc/flags.s - -# target to generate assembly for a file -misc/flags.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/flags.cpp.s -.PHONY : misc/flags.cpp.s - -misc/httptransfer.o: misc/httptransfer.cpp.o -.PHONY : misc/httptransfer.o - -# target to build an object file -misc/httptransfer.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.o -.PHONY : misc/httptransfer.cpp.o - -misc/httptransfer.i: misc/httptransfer.cpp.i -.PHONY : misc/httptransfer.i - -# target to preprocess a source file -misc/httptransfer.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.i -.PHONY : misc/httptransfer.cpp.i - -misc/httptransfer.s: misc/httptransfer.cpp.s -.PHONY : misc/httptransfer.s - -# target to generate assembly for a file -misc/httptransfer.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/httptransfer.cpp.s -.PHONY : misc/httptransfer.cpp.s - -misc/keycodes.o: misc/keycodes.cpp.o -.PHONY : misc/keycodes.o - -# target to build an object file -misc/keycodes.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.o -.PHONY : misc/keycodes.cpp.o - -misc/keycodes.i: misc/keycodes.cpp.i -.PHONY : misc/keycodes.i - -# target to preprocess a source file -misc/keycodes.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.i -.PHONY : misc/keycodes.cpp.i - -misc/keycodes.s: misc/keycodes.cpp.s -.PHONY : misc/keycodes.s - -# target to generate assembly for a file -misc/keycodes.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/keycodes.cpp.s -.PHONY : misc/keycodes.cpp.s - -misc/profile.o: misc/profile.cpp.o -.PHONY : misc/profile.o - -# target to build an object file -misc/profile.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.o -.PHONY : misc/profile.cpp.o - -misc/profile.i: misc/profile.cpp.i -.PHONY : misc/profile.i - -# target to preprocess a source file -misc/profile.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.i -.PHONY : misc/profile.cpp.i - -misc/profile.s: misc/profile.cpp.s -.PHONY : misc/profile.s - -# target to generate assembly for a file -misc/profile.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/profile.cpp.s -.PHONY : misc/profile.cpp.s - -misc/workerthread.o: misc/workerthread.cpp.o -.PHONY : misc/workerthread.o - -# target to build an object file -misc/workerthread.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.o -.PHONY : misc/workerthread.cpp.o - -misc/workerthread.i: misc/workerthread.cpp.i -.PHONY : misc/workerthread.i - -# target to preprocess a source file -misc/workerthread.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.i -.PHONY : misc/workerthread.cpp.i - -misc/workerthread.s: misc/workerthread.cpp.s -.PHONY : misc/workerthread.s - -# target to generate assembly for a file -misc/workerthread.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/misc/workerthread.cpp.s -.PHONY : misc/workerthread.cpp.s - -paklib/pakinterface.o: paklib/pakinterface.cpp.o -.PHONY : paklib/pakinterface.o - -# target to build an object file -paklib/pakinterface.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.o -.PHONY : paklib/pakinterface.cpp.o - -paklib/pakinterface.i: paklib/pakinterface.cpp.i -.PHONY : paklib/pakinterface.i - -# target to preprocess a source file -paklib/pakinterface.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.i -.PHONY : paklib/pakinterface.cpp.i - -paklib/pakinterface.s: paklib/pakinterface.cpp.s -.PHONY : paklib/pakinterface.s - -# target to generate assembly for a file -paklib/pakinterface.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/paklib/pakinterface.cpp.s -.PHONY : paklib/pakinterface.cpp.s - -readwrite/descparser.o: readwrite/descparser.cpp.o -.PHONY : readwrite/descparser.o - -# target to build an object file -readwrite/descparser.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.o -.PHONY : readwrite/descparser.cpp.o - -readwrite/descparser.i: readwrite/descparser.cpp.i -.PHONY : readwrite/descparser.i - -# target to preprocess a source file -readwrite/descparser.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.i -.PHONY : readwrite/descparser.cpp.i - -readwrite/descparser.s: readwrite/descparser.cpp.s -.PHONY : readwrite/descparser.s - -# target to generate assembly for a file -readwrite/descparser.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/descparser.cpp.s -.PHONY : readwrite/descparser.cpp.s - -readwrite/jsonparser.o: readwrite/jsonparser.cpp.o -.PHONY : readwrite/jsonparser.o - -# target to build an object file -readwrite/jsonparser.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.o -.PHONY : readwrite/jsonparser.cpp.o - -readwrite/jsonparser.i: readwrite/jsonparser.cpp.i -.PHONY : readwrite/jsonparser.i - -# target to preprocess a source file -readwrite/jsonparser.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.i -.PHONY : readwrite/jsonparser.cpp.i - -readwrite/jsonparser.s: readwrite/jsonparser.cpp.s -.PHONY : readwrite/jsonparser.s - -# target to generate assembly for a file -readwrite/jsonparser.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/jsonparser.cpp.s -.PHONY : readwrite/jsonparser.cpp.s - -readwrite/modval.o: readwrite/modval.cpp.o -.PHONY : readwrite/modval.o - -# target to build an object file -readwrite/modval.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.o -.PHONY : readwrite/modval.cpp.o - -readwrite/modval.i: readwrite/modval.cpp.i -.PHONY : readwrite/modval.i - -# target to preprocess a source file -readwrite/modval.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.i -.PHONY : readwrite/modval.cpp.i - -readwrite/modval.s: readwrite/modval.cpp.s -.PHONY : readwrite/modval.s - -# target to generate assembly for a file -readwrite/modval.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/modval.cpp.s -.PHONY : readwrite/modval.cpp.s - -readwrite/xmlparser.o: readwrite/xmlparser.cpp.o -.PHONY : readwrite/xmlparser.o - -# target to build an object file -readwrite/xmlparser.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.o -.PHONY : readwrite/xmlparser.cpp.o - -readwrite/xmlparser.i: readwrite/xmlparser.cpp.i -.PHONY : readwrite/xmlparser.i - -# target to preprocess a source file -readwrite/xmlparser.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.i -.PHONY : readwrite/xmlparser.cpp.i - -readwrite/xmlparser.s: readwrite/xmlparser.cpp.s -.PHONY : readwrite/xmlparser.s - -# target to generate assembly for a file -readwrite/xmlparser.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/xmlparser.cpp.s -.PHONY : readwrite/xmlparser.cpp.s - -readwrite/xmlwriter.o: readwrite/xmlwriter.cpp.o -.PHONY : readwrite/xmlwriter.o - -# target to build an object file -readwrite/xmlwriter.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.o -.PHONY : readwrite/xmlwriter.cpp.o - -readwrite/xmlwriter.i: readwrite/xmlwriter.cpp.i -.PHONY : readwrite/xmlwriter.i - -# target to preprocess a source file -readwrite/xmlwriter.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.i -.PHONY : readwrite/xmlwriter.cpp.i - -readwrite/xmlwriter.s: readwrite/xmlwriter.cpp.s -.PHONY : readwrite/xmlwriter.s - -# target to generate assembly for a file -readwrite/xmlwriter.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/readwrite/xmlwriter.cpp.s -.PHONY : readwrite/xmlwriter.cpp.s - -resources/propertiesparser.o: resources/propertiesparser.cpp.o -.PHONY : resources/propertiesparser.o - -# target to build an object file -resources/propertiesparser.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.o -.PHONY : resources/propertiesparser.cpp.o - -resources/propertiesparser.i: resources/propertiesparser.cpp.i -.PHONY : resources/propertiesparser.i - -# target to preprocess a source file -resources/propertiesparser.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.i -.PHONY : resources/propertiesparser.cpp.i - -resources/propertiesparser.s: resources/propertiesparser.cpp.s -.PHONY : resources/propertiesparser.s - -# target to generate assembly for a file -resources/propertiesparser.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/resources/propertiesparser.cpp.s -.PHONY : resources/propertiesparser.cpp.s - -resources/resourcemanager.o: resources/resourcemanager.cpp.o -.PHONY : resources/resourcemanager.o - -# target to build an object file -resources/resourcemanager.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.o -.PHONY : resources/resourcemanager.cpp.o - -resources/resourcemanager.i: resources/resourcemanager.cpp.i -.PHONY : resources/resourcemanager.i - -# target to preprocess a source file -resources/resourcemanager.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.i -.PHONY : resources/resourcemanager.cpp.i - -resources/resourcemanager.s: resources/resourcemanager.cpp.s -.PHONY : resources/resourcemanager.s - -# target to generate assembly for a file -resources/resourcemanager.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/resources/resourcemanager.cpp.s -.PHONY : resources/resourcemanager.cpp.s - -widget/buttonwidget.o: widget/buttonwidget.cpp.o -.PHONY : widget/buttonwidget.o - -# target to build an object file -widget/buttonwidget.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.o -.PHONY : widget/buttonwidget.cpp.o - -widget/buttonwidget.i: widget/buttonwidget.cpp.i -.PHONY : widget/buttonwidget.i - -# target to preprocess a source file -widget/buttonwidget.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.i -.PHONY : widget/buttonwidget.cpp.i - -widget/buttonwidget.s: widget/buttonwidget.cpp.s -.PHONY : widget/buttonwidget.s - -# target to generate assembly for a file -widget/buttonwidget.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/buttonwidget.cpp.s -.PHONY : widget/buttonwidget.cpp.s - -widget/checkbox.o: widget/checkbox.cpp.o -.PHONY : widget/checkbox.o - -# target to build an object file -widget/checkbox.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.o -.PHONY : widget/checkbox.cpp.o - -widget/checkbox.i: widget/checkbox.cpp.i -.PHONY : widget/checkbox.i - -# target to preprocess a source file -widget/checkbox.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.i -.PHONY : widget/checkbox.cpp.i - -widget/checkbox.s: widget/checkbox.cpp.s -.PHONY : widget/checkbox.s - -# target to generate assembly for a file -widget/checkbox.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/checkbox.cpp.s -.PHONY : widget/checkbox.cpp.s - -widget/cursorwidget.o: widget/cursorwidget.cpp.o -.PHONY : widget/cursorwidget.o - -# target to build an object file -widget/cursorwidget.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.o -.PHONY : widget/cursorwidget.cpp.o - -widget/cursorwidget.i: widget/cursorwidget.cpp.i -.PHONY : widget/cursorwidget.i - -# target to preprocess a source file -widget/cursorwidget.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.i -.PHONY : widget/cursorwidget.cpp.i - -widget/cursorwidget.s: widget/cursorwidget.cpp.s -.PHONY : widget/cursorwidget.s - -# target to generate assembly for a file -widget/cursorwidget.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/cursorwidget.cpp.s -.PHONY : widget/cursorwidget.cpp.s - -widget/dialog.o: widget/dialog.cpp.o -.PHONY : widget/dialog.o - -# target to build an object file -widget/dialog.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.o -.PHONY : widget/dialog.cpp.o - -widget/dialog.i: widget/dialog.cpp.i -.PHONY : widget/dialog.i - -# target to preprocess a source file -widget/dialog.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.i -.PHONY : widget/dialog.cpp.i - -widget/dialog.s: widget/dialog.cpp.s -.PHONY : widget/dialog.s - -# target to generate assembly for a file -widget/dialog.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/dialog.cpp.s -.PHONY : widget/dialog.cpp.s - -widget/dialogbutton.o: widget/dialogbutton.cpp.o -.PHONY : widget/dialogbutton.o - -# target to build an object file -widget/dialogbutton.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.o -.PHONY : widget/dialogbutton.cpp.o - -widget/dialogbutton.i: widget/dialogbutton.cpp.i -.PHONY : widget/dialogbutton.i - -# target to preprocess a source file -widget/dialogbutton.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.i -.PHONY : widget/dialogbutton.cpp.i - -widget/dialogbutton.s: widget/dialogbutton.cpp.s -.PHONY : widget/dialogbutton.s - -# target to generate assembly for a file -widget/dialogbutton.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/dialogbutton.cpp.s -.PHONY : widget/dialogbutton.cpp.s - -widget/editwidget.o: widget/editwidget.cpp.o -.PHONY : widget/editwidget.o - -# target to build an object file -widget/editwidget.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.o -.PHONY : widget/editwidget.cpp.o - -widget/editwidget.i: widget/editwidget.cpp.i -.PHONY : widget/editwidget.i - -# target to preprocess a source file -widget/editwidget.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.i -.PHONY : widget/editwidget.cpp.i - -widget/editwidget.s: widget/editwidget.cpp.s -.PHONY : widget/editwidget.s - -# target to generate assembly for a file -widget/editwidget.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/editwidget.cpp.s -.PHONY : widget/editwidget.cpp.s - -widget/hyperlinkwidget.o: widget/hyperlinkwidget.cpp.o -.PHONY : widget/hyperlinkwidget.o - -# target to build an object file -widget/hyperlinkwidget.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.o -.PHONY : widget/hyperlinkwidget.cpp.o - -widget/hyperlinkwidget.i: widget/hyperlinkwidget.cpp.i -.PHONY : widget/hyperlinkwidget.i - -# target to preprocess a source file -widget/hyperlinkwidget.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.i -.PHONY : widget/hyperlinkwidget.cpp.i - -widget/hyperlinkwidget.s: widget/hyperlinkwidget.cpp.s -.PHONY : widget/hyperlinkwidget.s - -# target to generate assembly for a file -widget/hyperlinkwidget.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/hyperlinkwidget.cpp.s -.PHONY : widget/hyperlinkwidget.cpp.s - -widget/insets.o: widget/insets.cpp.o -.PHONY : widget/insets.o - -# target to build an object file -widget/insets.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.o -.PHONY : widget/insets.cpp.o - -widget/insets.i: widget/insets.cpp.i -.PHONY : widget/insets.i - -# target to preprocess a source file -widget/insets.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.i -.PHONY : widget/insets.cpp.i - -widget/insets.s: widget/insets.cpp.s -.PHONY : widget/insets.s - -# target to generate assembly for a file -widget/insets.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/insets.cpp.s -.PHONY : widget/insets.cpp.s - -widget/listwidget.o: widget/listwidget.cpp.o -.PHONY : widget/listwidget.o - -# target to build an object file -widget/listwidget.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.o -.PHONY : widget/listwidget.cpp.o - -widget/listwidget.i: widget/listwidget.cpp.i -.PHONY : widget/listwidget.i - -# target to preprocess a source file -widget/listwidget.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.i -.PHONY : widget/listwidget.cpp.i - -widget/listwidget.s: widget/listwidget.cpp.s -.PHONY : widget/listwidget.s - -# target to generate assembly for a file -widget/listwidget.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/listwidget.cpp.s -.PHONY : widget/listwidget.cpp.s - -widget/scrollbarwidget.o: widget/scrollbarwidget.cpp.o -.PHONY : widget/scrollbarwidget.o - -# target to build an object file -widget/scrollbarwidget.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.o -.PHONY : widget/scrollbarwidget.cpp.o - -widget/scrollbarwidget.i: widget/scrollbarwidget.cpp.i -.PHONY : widget/scrollbarwidget.i - -# target to preprocess a source file -widget/scrollbarwidget.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.i -.PHONY : widget/scrollbarwidget.cpp.i - -widget/scrollbarwidget.s: widget/scrollbarwidget.cpp.s -.PHONY : widget/scrollbarwidget.s - -# target to generate assembly for a file -widget/scrollbarwidget.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/scrollbarwidget.cpp.s -.PHONY : widget/scrollbarwidget.cpp.s - -widget/scrollbuttonwidget.o: widget/scrollbuttonwidget.cpp.o -.PHONY : widget/scrollbuttonwidget.o - -# target to build an object file -widget/scrollbuttonwidget.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.o -.PHONY : widget/scrollbuttonwidget.cpp.o - -widget/scrollbuttonwidget.i: widget/scrollbuttonwidget.cpp.i -.PHONY : widget/scrollbuttonwidget.i - -# target to preprocess a source file -widget/scrollbuttonwidget.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.i -.PHONY : widget/scrollbuttonwidget.cpp.i - -widget/scrollbuttonwidget.s: widget/scrollbuttonwidget.cpp.s -.PHONY : widget/scrollbuttonwidget.s - -# target to generate assembly for a file -widget/scrollbuttonwidget.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/scrollbuttonwidget.cpp.s -.PHONY : widget/scrollbuttonwidget.cpp.s - -widget/slider.o: widget/slider.cpp.o -.PHONY : widget/slider.o - -# target to build an object file -widget/slider.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.o -.PHONY : widget/slider.cpp.o - -widget/slider.i: widget/slider.cpp.i -.PHONY : widget/slider.i - -# target to preprocess a source file -widget/slider.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.i -.PHONY : widget/slider.cpp.i - -widget/slider.s: widget/slider.cpp.s -.PHONY : widget/slider.s - -# target to generate assembly for a file -widget/slider.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/slider.cpp.s -.PHONY : widget/slider.cpp.s - -widget/textwidget.o: widget/textwidget.cpp.o -.PHONY : widget/textwidget.o - -# target to build an object file -widget/textwidget.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.o -.PHONY : widget/textwidget.cpp.o - -widget/textwidget.i: widget/textwidget.cpp.i -.PHONY : widget/textwidget.i - -# target to preprocess a source file -widget/textwidget.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.i -.PHONY : widget/textwidget.cpp.i - -widget/textwidget.s: widget/textwidget.cpp.s -.PHONY : widget/textwidget.s - -# target to generate assembly for a file -widget/textwidget.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/textwidget.cpp.s -.PHONY : widget/textwidget.cpp.s - -widget/widget.o: widget/widget.cpp.o -.PHONY : widget/widget.o - -# target to build an object file -widget/widget.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.o -.PHONY : widget/widget.cpp.o - -widget/widget.i: widget/widget.cpp.i -.PHONY : widget/widget.i - -# target to preprocess a source file -widget/widget.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.i -.PHONY : widget/widget.cpp.i - -widget/widget.s: widget/widget.cpp.s -.PHONY : widget/widget.s - -# target to generate assembly for a file -widget/widget.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/widget.cpp.s -.PHONY : widget/widget.cpp.s - -widget/widgetcontainer.o: widget/widgetcontainer.cpp.o -.PHONY : widget/widgetcontainer.o - -# target to build an object file -widget/widgetcontainer.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.o -.PHONY : widget/widgetcontainer.cpp.o - -widget/widgetcontainer.i: widget/widgetcontainer.cpp.i -.PHONY : widget/widgetcontainer.i - -# target to preprocess a source file -widget/widgetcontainer.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.i -.PHONY : widget/widgetcontainer.cpp.i - -widget/widgetcontainer.s: widget/widgetcontainer.cpp.s -.PHONY : widget/widgetcontainer.s - -# target to generate assembly for a file -widget/widgetcontainer.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/widgetcontainer.cpp.s -.PHONY : widget/widgetcontainer.cpp.s - -widget/widgetmanager.o: widget/widgetmanager.cpp.o -.PHONY : widget/widgetmanager.o - -# target to build an object file -widget/widgetmanager.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.o -.PHONY : widget/widgetmanager.cpp.o - -widget/widgetmanager.i: widget/widgetmanager.cpp.i -.PHONY : widget/widgetmanager.i - -# target to preprocess a source file -widget/widgetmanager.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.i -.PHONY : widget/widgetmanager.cpp.i - -widget/widgetmanager.s: widget/widgetmanager.cpp.s -.PHONY : widget/widgetmanager.s - -# target to generate assembly for a file -widget/widgetmanager.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f PopWork/CMakeFiles/PopWork.dir/build.make PopWork/CMakeFiles/PopWork.dir/widget/widgetmanager.cpp.s -.PHONY : widget/widgetmanager.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... PopWork" - @echo "... appbase.o" - @echo "... appbase.i" - @echo "... appbase.s" - @echo "... audio/bassmusicinterface.o" - @echo "... audio/bassmusicinterface.i" - @echo "... audio/bassmusicinterface.s" - @echo "... audio/musicinterface.o" - @echo "... audio/musicinterface.i" - @echo "... audio/musicinterface.s" - @echo "... audio/openalsoundinstance.o" - @echo "... audio/openalsoundinstance.i" - @echo "... audio/openalsoundinstance.s" - @echo "... audio/openalsoundmanager.o" - @echo "... audio/openalsoundmanager.i" - @echo "... audio/openalsoundmanager.s" - @echo "... common.o" - @echo "... common.i" - @echo "... common.s" - @echo "... debug/debug.o" - @echo "... debug/debug.i" - @echo "... debug/debug.s" - @echo "... debug/errorhandler.o" - @echo "... debug/errorhandler.i" - @echo "... debug/errorhandler.s" - @echo "... debug/perftimer.o" - @echo "... debug/perftimer.i" - @echo "... debug/perftimer.s" - @echo "... graphics/SWTri/SWTri.o" - @echo "... graphics/SWTri/SWTri.i" - @echo "... graphics/SWTri/SWTri.s" - @echo "... graphics/color.o" - @echo "... graphics/color.i" - @echo "... graphics/color.s" - @echo "... graphics/font.o" - @echo "... graphics/font.i" - @echo "... graphics/font.s" - @echo "... graphics/graphics.o" - @echo "... graphics/graphics.i" - @echo "... graphics/graphics.s" - @echo "... graphics/image.o" - @echo "... graphics/image.i" - @echo "... graphics/image.s" - @echo "... graphics/imagefont.o" - @echo "... graphics/imagefont.i" - @echo "... graphics/imagefont.s" - @echo "... graphics/memoryimage.o" - @echo "... graphics/memoryimage.i" - @echo "... graphics/memoryimage.s" - @echo "... graphics/nativedisplay.o" - @echo "... graphics/nativedisplay.i" - @echo "... graphics/nativedisplay.s" - @echo "... graphics/quantize.o" - @echo "... graphics/quantize.i" - @echo "... graphics/quantize.s" - @echo "... graphics/sdlimage.o" - @echo "... graphics/sdlimage.i" - @echo "... graphics/sdlimage.s" - @echo "... graphics/sdlinterface.o" - @echo "... graphics/sdlinterface.i" - @echo "... graphics/sdlinterface.s" - @echo "... graphics/sharedimage.o" - @echo "... graphics/sharedimage.i" - @echo "... graphics/sharedimage.s" - @echo "... graphics/sysfont.o" - @echo "... graphics/sysfont.i" - @echo "... graphics/sysfont.s" - @echo "... imagelib/imagelib.o" - @echo "... imagelib/imagelib.i" - @echo "... imagelib/imagelib.s" - @echo "... imgui/core/imgui.o" - @echo "... imgui/core/imgui.i" - @echo "... imgui/core/imgui.s" - @echo "... imgui/core/imgui_demo.o" - @echo "... imgui/core/imgui_demo.i" - @echo "... imgui/core/imgui_demo.s" - @echo "... imgui/core/imgui_draw.o" - @echo "... imgui/core/imgui_draw.i" - @echo "... imgui/core/imgui_draw.s" - @echo "... imgui/core/imgui_impl_sdl3.o" - @echo "... imgui/core/imgui_impl_sdl3.i" - @echo "... imgui/core/imgui_impl_sdl3.s" - @echo "... imgui/core/imgui_impl_sdlrenderer3.o" - @echo "... imgui/core/imgui_impl_sdlrenderer3.i" - @echo "... imgui/core/imgui_impl_sdlrenderer3.s" - @echo "... imgui/core/imgui_tables.o" - @echo "... imgui/core/imgui_tables.i" - @echo "... imgui/core/imgui_tables.s" - @echo "... imgui/core/imgui_widgets.o" - @echo "... imgui/core/imgui_widgets.i" - @echo "... imgui/core/imgui_widgets.s" - @echo "... imgui/debugwindow.o" - @echo "... imgui/debugwindow.i" - @echo "... imgui/debugwindow.s" - @echo "... imgui/imguimanager.o" - @echo "... imgui/imguimanager.i" - @echo "... imgui/imguimanager.s" - @echo "... math/matrix.o" - @echo "... math/matrix.i" - @echo "... math/matrix.s" - @echo "... math/ratio.o" - @echo "... math/ratio.i" - @echo "... math/ratio.s" - @echo "... misc/buffer.o" - @echo "... misc/buffer.i" - @echo "... misc/buffer.s" - @echo "... misc/flags.o" - @echo "... misc/flags.i" - @echo "... misc/flags.s" - @echo "... misc/httptransfer.o" - @echo "... misc/httptransfer.i" - @echo "... misc/httptransfer.s" - @echo "... misc/keycodes.o" - @echo "... misc/keycodes.i" - @echo "... misc/keycodes.s" - @echo "... misc/profile.o" - @echo "... misc/profile.i" - @echo "... misc/profile.s" - @echo "... misc/workerthread.o" - @echo "... misc/workerthread.i" - @echo "... misc/workerthread.s" - @echo "... paklib/pakinterface.o" - @echo "... paklib/pakinterface.i" - @echo "... paklib/pakinterface.s" - @echo "... readwrite/descparser.o" - @echo "... readwrite/descparser.i" - @echo "... readwrite/descparser.s" - @echo "... readwrite/jsonparser.o" - @echo "... readwrite/jsonparser.i" - @echo "... readwrite/jsonparser.s" - @echo "... readwrite/modval.o" - @echo "... readwrite/modval.i" - @echo "... readwrite/modval.s" - @echo "... readwrite/xmlparser.o" - @echo "... readwrite/xmlparser.i" - @echo "... readwrite/xmlparser.s" - @echo "... readwrite/xmlwriter.o" - @echo "... readwrite/xmlwriter.i" - @echo "... readwrite/xmlwriter.s" - @echo "... resources/propertiesparser.o" - @echo "... resources/propertiesparser.i" - @echo "... resources/propertiesparser.s" - @echo "... resources/resourcemanager.o" - @echo "... resources/resourcemanager.i" - @echo "... resources/resourcemanager.s" - @echo "... widget/buttonwidget.o" - @echo "... widget/buttonwidget.i" - @echo "... widget/buttonwidget.s" - @echo "... widget/checkbox.o" - @echo "... widget/checkbox.i" - @echo "... widget/checkbox.s" - @echo "... widget/cursorwidget.o" - @echo "... widget/cursorwidget.i" - @echo "... widget/cursorwidget.s" - @echo "... widget/dialog.o" - @echo "... widget/dialog.i" - @echo "... widget/dialog.s" - @echo "... widget/dialogbutton.o" - @echo "... widget/dialogbutton.i" - @echo "... widget/dialogbutton.s" - @echo "... widget/editwidget.o" - @echo "... widget/editwidget.i" - @echo "... widget/editwidget.s" - @echo "... widget/hyperlinkwidget.o" - @echo "... widget/hyperlinkwidget.i" - @echo "... widget/hyperlinkwidget.s" - @echo "... widget/insets.o" - @echo "... widget/insets.i" - @echo "... widget/insets.s" - @echo "... widget/listwidget.o" - @echo "... widget/listwidget.i" - @echo "... widget/listwidget.s" - @echo "... widget/scrollbarwidget.o" - @echo "... widget/scrollbarwidget.i" - @echo "... widget/scrollbarwidget.s" - @echo "... widget/scrollbuttonwidget.o" - @echo "... widget/scrollbuttonwidget.i" - @echo "... widget/scrollbuttonwidget.s" - @echo "... widget/slider.o" - @echo "... widget/slider.i" - @echo "... widget/slider.s" - @echo "... widget/textwidget.o" - @echo "... widget/textwidget.i" - @echo "... widget/textwidget.s" - @echo "... widget/widget.o" - @echo "... widget/widget.i" - @echo "... widget/widget.s" - @echo "... widget/widgetcontainer.o" - @echo "... widget/widgetcontainer.i" - @echo "... widget/widgetcontainer.s" - @echo "... widget/widgetmanager.o" - @echo "... widget/widgetmanager.i" - @echo "... widget/widgetmanager.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/PopWork/cmake_install.cmake b/build_emscripten/PopWork/cmake_install.cmake deleted file mode 100644 index 3dd30eb6..00000000 --- a/build_emscripten/PopWork/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/PopWork - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/PopWork/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/cmake_install.cmake b/build_emscripten/cmake_install.cmake deleted file mode 100644 index aaf747fb..00000000 --- a/build_emscripten/cmake_install.cmake +++ /dev/null @@ -1,76 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/PopWork/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/examples/cmake_install.cmake") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() -if(CMAKE_INSTALL_COMPONENT) - if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") - set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") - else() - string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") - set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") - unset(CMAKE_INST_COMP_HASH) - endif() -else() - set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/${CMAKE_INSTALL_MANIFEST}" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/examples/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/examples/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/examples/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/examples/CMakeFiles/progress.marks b/build_emscripten/examples/CMakeFiles/progress.marks deleted file mode 100644 index f04c001f..00000000 --- a/build_emscripten/examples/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -29 diff --git a/build_emscripten/examples/Makefile b/build_emscripten/examples/Makefile deleted file mode 100644 index f23a2abd..00000000 --- a/build_emscripten/examples/Makefile +++ /dev/null @@ -1,213 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/examples//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/examples/cmake_install.cmake b/build_emscripten/examples/cmake_install.cmake deleted file mode 100644 index 3cddf8ed..00000000 --- a/build_emscripten/examples/cmake_install.cmake +++ /dev/null @@ -1,100 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/examples - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/examples/src/demo1/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/examples/src/demo2/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/examples/src/demo3/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/examples/src/demo4/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/examples/src/demo5/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/examples/src/hun-garr/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/examples/src/v12demo/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/examples/src/v14demo/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/examples/src/xmldemo/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/examples/src/barebones/cmake_install.cmake") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/examples/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/DependInfo.cmake b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/DependInfo.cmake deleted file mode 100644 index 2d44f858..00000000 --- a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/examples/src/barebones/board.cpp" "examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.o" "gcc" "examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/barebones/gameapp.cpp" "examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.o" "gcc" "examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/barebones/main.cpp" "examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.o" "gcc" "examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.o.d" - "" "/home/guest/Downloads/PopLib/examples/bin/Barebones" "gcc" "examples/src/barebones/CMakeFiles/Barebones.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/build.make b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/build.make deleted file mode 100644 index 1b548c10..00000000 --- a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/build.make +++ /dev/null @@ -1,161 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include examples/src/barebones/CMakeFiles/Barebones.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.make - -# Include the progress variables for this target. -include examples/src/barebones/CMakeFiles/Barebones.dir/progress.make - -# Include the compile flags for this target's objects. -include examples/src/barebones/CMakeFiles/Barebones.dir/flags.make - -examples/src/barebones/CMakeFiles/Barebones.dir/codegen: -.PHONY : examples/src/barebones/CMakeFiles/Barebones.dir/codegen - -examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.o: examples/src/barebones/CMakeFiles/Barebones.dir/flags.make -examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.o: /home/guest/Downloads/PopLib/examples/src/barebones/main.cpp -examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.o: examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/barebones && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.o -MF CMakeFiles/Barebones.dir/main.cpp.o.d -o CMakeFiles/Barebones.dir/main.cpp.o -c /home/guest/Downloads/PopLib/examples/src/barebones/main.cpp - -examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Barebones.dir/main.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/barebones && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/barebones/main.cpp > CMakeFiles/Barebones.dir/main.cpp.i - -examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Barebones.dir/main.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/barebones && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/barebones/main.cpp -o CMakeFiles/Barebones.dir/main.cpp.s - -examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.o: examples/src/barebones/CMakeFiles/Barebones.dir/flags.make -examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.o: /home/guest/Downloads/PopLib/examples/src/barebones/gameapp.cpp -examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.o: examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/barebones && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.o -MF CMakeFiles/Barebones.dir/gameapp.cpp.o.d -o CMakeFiles/Barebones.dir/gameapp.cpp.o -c /home/guest/Downloads/PopLib/examples/src/barebones/gameapp.cpp - -examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Barebones.dir/gameapp.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/barebones && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/barebones/gameapp.cpp > CMakeFiles/Barebones.dir/gameapp.cpp.i - -examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Barebones.dir/gameapp.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/barebones && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/barebones/gameapp.cpp -o CMakeFiles/Barebones.dir/gameapp.cpp.s - -examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.o: examples/src/barebones/CMakeFiles/Barebones.dir/flags.make -examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.o: /home/guest/Downloads/PopLib/examples/src/barebones/board.cpp -examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.o: examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/barebones && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.o -MF CMakeFiles/Barebones.dir/board.cpp.o.d -o CMakeFiles/Barebones.dir/board.cpp.o -c /home/guest/Downloads/PopLib/examples/src/barebones/board.cpp - -examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Barebones.dir/board.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/barebones && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/barebones/board.cpp > CMakeFiles/Barebones.dir/board.cpp.i - -examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Barebones.dir/board.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/barebones && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/barebones/board.cpp -o CMakeFiles/Barebones.dir/board.cpp.s - -# Object files for target Barebones -Barebones_OBJECTS = \ -"CMakeFiles/Barebones.dir/main.cpp.o" \ -"CMakeFiles/Barebones.dir/gameapp.cpp.o" \ -"CMakeFiles/Barebones.dir/board.cpp.o" - -# External object files for target Barebones -Barebones_EXTERNAL_OBJECTS = - -/home/guest/Downloads/PopLib/examples/bin/Barebones: examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Barebones: examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Barebones: examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Barebones: examples/src/barebones/CMakeFiles/Barebones.dir/build.make -/home/guest/Downloads/PopLib/examples/bin/Barebones: examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.ts -/home/guest/Downloads/PopLib/examples/bin/Barebones: PopWork/libPopWork.a -/home/guest/Downloads/PopLib/examples/bin/Barebones: external/SDL/libSDL3.a -/home/guest/Downloads/PopLib/examples/bin/Barebones: external/SDL_ttf/libSDL3_ttf.a -/home/guest/Downloads/PopLib/examples/bin/Barebones: /usr/lib/libharfbuzz.so -/home/guest/Downloads/PopLib/examples/bin/Barebones: /usr/lib/libfreetype.so -/home/guest/Downloads/PopLib/examples/bin/Barebones: external/openal/libopenal.a -/home/guest/Downloads/PopLib/examples/bin/Barebones: external/miniaudio/libminiaudio.a -/home/guest/Downloads/PopLib/examples/bin/Barebones: external/vorbis/lib/libvorbisfile.a -/home/guest/Downloads/PopLib/examples/bin/Barebones: external/vorbis/lib/libvorbis.a -/home/guest/Downloads/PopLib/examples/bin/Barebones: external/ogg/libogg.a -/home/guest/Downloads/PopLib/examples/bin/Barebones: external/curl/lib/libcurl.a -/home/guest/Downloads/PopLib/examples/bin/Barebones: /usr/lib/libz.so -/home/guest/Downloads/PopLib/examples/bin/Barebones: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so -/home/guest/Downloads/PopLib/examples/bin/Barebones: examples/src/barebones/CMakeFiles/Barebones.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable /home/guest/Downloads/PopLib/examples/bin/Barebones" - cd /home/guest/Downloads/PopLib/build/examples/src/barebones && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Barebones.dir/link.txt --verbose=$(VERBOSE) - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold "Copying runtime DLL: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so to output directory" - cd /home/guest/Downloads/PopLib/build/examples/src/barebones && /usr/bin/cmake -E copy_if_different /home/guest/Downloads/PopLib/external/bass/x64/libbass.so /home/guest/Downloads/PopLib/examples/bin - -# Rule to build all files generated by this target. -examples/src/barebones/CMakeFiles/Barebones.dir/build: /home/guest/Downloads/PopLib/examples/bin/Barebones -.PHONY : examples/src/barebones/CMakeFiles/Barebones.dir/build - -examples/src/barebones/CMakeFiles/Barebones.dir/clean: - cd /home/guest/Downloads/PopLib/build/examples/src/barebones && $(CMAKE_COMMAND) -P CMakeFiles/Barebones.dir/cmake_clean.cmake -.PHONY : examples/src/barebones/CMakeFiles/Barebones.dir/clean - -examples/src/barebones/CMakeFiles/Barebones.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/examples/src/barebones /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/examples/src/barebones /home/guest/Downloads/PopLib/build/examples/src/barebones/CMakeFiles/Barebones.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : examples/src/barebones/CMakeFiles/Barebones.dir/depend - diff --git a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/cmake_clean.cmake b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/cmake_clean.cmake deleted file mode 100644 index 6f395717..00000000 --- a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/Barebones.dir/link.d" - "/home/guest/Downloads/PopLib/examples/bin/Barebones" - "/home/guest/Downloads/PopLib/examples/bin/Barebones.pdb" - "CMakeFiles/Barebones.dir/board.cpp.o" - "CMakeFiles/Barebones.dir/board.cpp.o.d" - "CMakeFiles/Barebones.dir/gameapp.cpp.o" - "CMakeFiles/Barebones.dir/gameapp.cpp.o.d" - "CMakeFiles/Barebones.dir/main.cpp.o" - "CMakeFiles/Barebones.dir/main.cpp.o.d" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/Barebones.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.make b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.make deleted file mode 100644 index 42f46bb3..00000000 --- a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for Barebones. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.ts b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.ts deleted file mode 100644 index ba3d3447..00000000 --- a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for Barebones. diff --git a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/depend.make b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/depend.make deleted file mode 100644 index d6f6167b..00000000 --- a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for Barebones. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/flags.make b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/flags.make deleted file mode 100644 index d7206905..00000000 --- a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -DAL_LIBTYPE_STATIC -DCURL_STATICLIB -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/examples/src/barebones/.. -I/home/guest/Downloads/PopLib -I/home/guest/Downloads/PopLib/PopWork -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/miniaudio -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/curl/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE - diff --git a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/link.txt b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/link.txt deleted file mode 100644 index e2872eb3..00000000 --- a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -pthread -Wl,--dependency-file=CMakeFiles/Barebones.dir/link.d CMakeFiles/Barebones.dir/main.cpp.o CMakeFiles/Barebones.dir/gameapp.cpp.o CMakeFiles/Barebones.dir/board.cpp.o -o /home/guest/Downloads/PopLib/examples/bin/Barebones -L/home/guest/Downloads/PopLib/external/bass/x64 -Wl,-rpath,/home/guest/Downloads/PopLib/external/bass/x64 ../../../PopWork/libPopWork.a ../../../external/SDL/libSDL3.a ../../../external/SDL_ttf/libSDL3_ttf.a /usr/lib/libharfbuzz.so /usr/lib/libfreetype.so ../../../external/openal/libopenal.a -pthread -ldl -latomic ../../../external/miniaudio/libminiaudio.a ../../../external/vorbis/lib/libvorbisfile.a ../../../external/vorbis/lib/libvorbis.a ../../../external/ogg/libogg.a -lm ../../../external/curl/lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -lbass diff --git a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/progress.make b/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/examples/src/barebones/CMakeFiles/Barebones.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/examples/src/barebones/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/examples/src/barebones/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/examples/src/barebones/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/examples/src/barebones/CMakeFiles/progress.marks b/build_emscripten/examples/src/barebones/CMakeFiles/progress.marks deleted file mode 100644 index f64f5d8d..00000000 --- a/build_emscripten/examples/src/barebones/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -27 diff --git a/build_emscripten/examples/src/barebones/Makefile b/build_emscripten/examples/src/barebones/Makefile deleted file mode 100644 index 173c4b21..00000000 --- a/build_emscripten/examples/src/barebones/Makefile +++ /dev/null @@ -1,309 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/examples/src/barebones//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/barebones/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/barebones/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/barebones/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/barebones/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -examples/src/barebones/CMakeFiles/Barebones.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/barebones/CMakeFiles/Barebones.dir/rule -.PHONY : examples/src/barebones/CMakeFiles/Barebones.dir/rule - -# Convenience name for target. -Barebones: examples/src/barebones/CMakeFiles/Barebones.dir/rule -.PHONY : Barebones - -# fast build rule for target. -Barebones/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/build -.PHONY : Barebones/fast - -board.o: board.cpp.o -.PHONY : board.o - -# target to build an object file -board.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.o -.PHONY : board.cpp.o - -board.i: board.cpp.i -.PHONY : board.i - -# target to preprocess a source file -board.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.i -.PHONY : board.cpp.i - -board.s: board.cpp.s -.PHONY : board.s - -# target to generate assembly for a file -board.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/board.cpp.s -.PHONY : board.cpp.s - -gameapp.o: gameapp.cpp.o -.PHONY : gameapp.o - -# target to build an object file -gameapp.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.o -.PHONY : gameapp.cpp.o - -gameapp.i: gameapp.cpp.i -.PHONY : gameapp.i - -# target to preprocess a source file -gameapp.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.i -.PHONY : gameapp.cpp.i - -gameapp.s: gameapp.cpp.s -.PHONY : gameapp.s - -# target to generate assembly for a file -gameapp.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/gameapp.cpp.s -.PHONY : gameapp.cpp.s - -main.o: main.cpp.o -.PHONY : main.o - -# target to build an object file -main.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.o -.PHONY : main.cpp.o - -main.i: main.cpp.i -.PHONY : main.i - -# target to preprocess a source file -main.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.i -.PHONY : main.cpp.i - -main.s: main.cpp.s -.PHONY : main.s - -# target to generate assembly for a file -main.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/barebones/CMakeFiles/Barebones.dir/build.make examples/src/barebones/CMakeFiles/Barebones.dir/main.cpp.s -.PHONY : main.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... Barebones" - @echo "... board.o" - @echo "... board.i" - @echo "... board.s" - @echo "... gameapp.o" - @echo "... gameapp.i" - @echo "... gameapp.s" - @echo "... main.o" - @echo "... main.i" - @echo "... main.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/examples/src/barebones/cmake_install.cmake b/build_emscripten/examples/src/barebones/cmake_install.cmake deleted file mode 100644 index 972b77d0..00000000 --- a/build_emscripten/examples/src/barebones/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/examples/src/barebones - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/examples/src/barebones/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/examples/src/demo1/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/examples/src/demo1/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/examples/src/demo1/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/DependInfo.cmake b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/DependInfo.cmake deleted file mode 100644 index de7b56cc..00000000 --- a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/examples/src/demo1/board.cpp" "examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.o" "gcc" "examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/demo1/gameapp.cpp" "examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.o" "gcc" "examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/demo1/main.cpp" "examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.o" "gcc" "examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.o.d" - "" "/home/guest/Downloads/PopLib/examples/bin/Demo1" "gcc" "examples/src/demo1/CMakeFiles/Demo1.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/build.make b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/build.make deleted file mode 100644 index 19afffc7..00000000 --- a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/build.make +++ /dev/null @@ -1,161 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include examples/src/demo1/CMakeFiles/Demo1.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.make - -# Include the progress variables for this target. -include examples/src/demo1/CMakeFiles/Demo1.dir/progress.make - -# Include the compile flags for this target's objects. -include examples/src/demo1/CMakeFiles/Demo1.dir/flags.make - -examples/src/demo1/CMakeFiles/Demo1.dir/codegen: -.PHONY : examples/src/demo1/CMakeFiles/Demo1.dir/codegen - -examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.o: examples/src/demo1/CMakeFiles/Demo1.dir/flags.make -examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo1/main.cpp -examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.o: examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.o -MF CMakeFiles/Demo1.dir/main.cpp.o.d -o CMakeFiles/Demo1.dir/main.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo1/main.cpp - -examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo1.dir/main.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo1/main.cpp > CMakeFiles/Demo1.dir/main.cpp.i - -examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo1.dir/main.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo1/main.cpp -o CMakeFiles/Demo1.dir/main.cpp.s - -examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.o: examples/src/demo1/CMakeFiles/Demo1.dir/flags.make -examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo1/gameapp.cpp -examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.o: examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.o -MF CMakeFiles/Demo1.dir/gameapp.cpp.o.d -o CMakeFiles/Demo1.dir/gameapp.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo1/gameapp.cpp - -examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo1.dir/gameapp.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo1/gameapp.cpp > CMakeFiles/Demo1.dir/gameapp.cpp.i - -examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo1.dir/gameapp.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo1/gameapp.cpp -o CMakeFiles/Demo1.dir/gameapp.cpp.s - -examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.o: examples/src/demo1/CMakeFiles/Demo1.dir/flags.make -examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo1/board.cpp -examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.o: examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.o -MF CMakeFiles/Demo1.dir/board.cpp.o.d -o CMakeFiles/Demo1.dir/board.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo1/board.cpp - -examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo1.dir/board.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo1/board.cpp > CMakeFiles/Demo1.dir/board.cpp.i - -examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo1.dir/board.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo1/board.cpp -o CMakeFiles/Demo1.dir/board.cpp.s - -# Object files for target Demo1 -Demo1_OBJECTS = \ -"CMakeFiles/Demo1.dir/main.cpp.o" \ -"CMakeFiles/Demo1.dir/gameapp.cpp.o" \ -"CMakeFiles/Demo1.dir/board.cpp.o" - -# External object files for target Demo1 -Demo1_EXTERNAL_OBJECTS = - -/home/guest/Downloads/PopLib/examples/bin/Demo1: examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Demo1: examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Demo1: examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Demo1: examples/src/demo1/CMakeFiles/Demo1.dir/build.make -/home/guest/Downloads/PopLib/examples/bin/Demo1: examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.ts -/home/guest/Downloads/PopLib/examples/bin/Demo1: PopWork/libPopWork.a -/home/guest/Downloads/PopLib/examples/bin/Demo1: external/SDL/libSDL3.a -/home/guest/Downloads/PopLib/examples/bin/Demo1: external/SDL_ttf/libSDL3_ttf.a -/home/guest/Downloads/PopLib/examples/bin/Demo1: /usr/lib/libharfbuzz.so -/home/guest/Downloads/PopLib/examples/bin/Demo1: /usr/lib/libfreetype.so -/home/guest/Downloads/PopLib/examples/bin/Demo1: external/openal/libopenal.a -/home/guest/Downloads/PopLib/examples/bin/Demo1: external/miniaudio/libminiaudio.a -/home/guest/Downloads/PopLib/examples/bin/Demo1: external/vorbis/lib/libvorbisfile.a -/home/guest/Downloads/PopLib/examples/bin/Demo1: external/vorbis/lib/libvorbis.a -/home/guest/Downloads/PopLib/examples/bin/Demo1: external/ogg/libogg.a -/home/guest/Downloads/PopLib/examples/bin/Demo1: external/curl/lib/libcurl.a -/home/guest/Downloads/PopLib/examples/bin/Demo1: /usr/lib/libz.so -/home/guest/Downloads/PopLib/examples/bin/Demo1: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so -/home/guest/Downloads/PopLib/examples/bin/Demo1: examples/src/demo1/CMakeFiles/Demo1.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable /home/guest/Downloads/PopLib/examples/bin/Demo1" - cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Demo1.dir/link.txt --verbose=$(VERBOSE) - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold "Copying runtime DLL: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so to output directory" - cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && /usr/bin/cmake -E copy_if_different /home/guest/Downloads/PopLib/external/bass/x64/libbass.so /home/guest/Downloads/PopLib/examples/bin - -# Rule to build all files generated by this target. -examples/src/demo1/CMakeFiles/Demo1.dir/build: /home/guest/Downloads/PopLib/examples/bin/Demo1 -.PHONY : examples/src/demo1/CMakeFiles/Demo1.dir/build - -examples/src/demo1/CMakeFiles/Demo1.dir/clean: - cd /home/guest/Downloads/PopLib/build/examples/src/demo1 && $(CMAKE_COMMAND) -P CMakeFiles/Demo1.dir/cmake_clean.cmake -.PHONY : examples/src/demo1/CMakeFiles/Demo1.dir/clean - -examples/src/demo1/CMakeFiles/Demo1.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/examples/src/demo1 /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/examples/src/demo1 /home/guest/Downloads/PopLib/build/examples/src/demo1/CMakeFiles/Demo1.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : examples/src/demo1/CMakeFiles/Demo1.dir/depend - diff --git a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/cmake_clean.cmake b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/cmake_clean.cmake deleted file mode 100644 index 55b18830..00000000 --- a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/Demo1.dir/link.d" - "/home/guest/Downloads/PopLib/examples/bin/Demo1" - "/home/guest/Downloads/PopLib/examples/bin/Demo1.pdb" - "CMakeFiles/Demo1.dir/board.cpp.o" - "CMakeFiles/Demo1.dir/board.cpp.o.d" - "CMakeFiles/Demo1.dir/gameapp.cpp.o" - "CMakeFiles/Demo1.dir/gameapp.cpp.o.d" - "CMakeFiles/Demo1.dir/main.cpp.o" - "CMakeFiles/Demo1.dir/main.cpp.o.d" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/Demo1.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.make b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.make deleted file mode 100644 index c5dfe8d3..00000000 --- a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for Demo1. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.ts b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.ts deleted file mode 100644 index b9232b31..00000000 --- a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for Demo1. diff --git a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/depend.make b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/depend.make deleted file mode 100644 index 6303d527..00000000 --- a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for Demo1. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/flags.make b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/flags.make deleted file mode 100644 index aa29a297..00000000 --- a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -DAL_LIBTYPE_STATIC -DCURL_STATICLIB -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/examples/src/demo1/.. -I/home/guest/Downloads/PopLib -I/home/guest/Downloads/PopLib/PopWork -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/miniaudio -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/curl/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE - diff --git a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/link.txt b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/link.txt deleted file mode 100644 index 9e28b2b0..00000000 --- a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -pthread -Wl,--dependency-file=CMakeFiles/Demo1.dir/link.d CMakeFiles/Demo1.dir/main.cpp.o CMakeFiles/Demo1.dir/gameapp.cpp.o CMakeFiles/Demo1.dir/board.cpp.o -o /home/guest/Downloads/PopLib/examples/bin/Demo1 -L/home/guest/Downloads/PopLib/external/bass/x64 -Wl,-rpath,/home/guest/Downloads/PopLib/external/bass/x64 ../../../PopWork/libPopWork.a ../../../external/SDL/libSDL3.a ../../../external/SDL_ttf/libSDL3_ttf.a /usr/lib/libharfbuzz.so /usr/lib/libfreetype.so ../../../external/openal/libopenal.a -pthread -ldl -latomic ../../../external/miniaudio/libminiaudio.a ../../../external/vorbis/lib/libvorbisfile.a ../../../external/vorbis/lib/libvorbis.a ../../../external/ogg/libogg.a -lm ../../../external/curl/lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -lbass diff --git a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/progress.make b/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/examples/src/demo1/CMakeFiles/Demo1.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/examples/src/demo1/CMakeFiles/progress.marks b/build_emscripten/examples/src/demo1/CMakeFiles/progress.marks deleted file mode 100644 index f64f5d8d..00000000 --- a/build_emscripten/examples/src/demo1/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -27 diff --git a/build_emscripten/examples/src/demo1/Makefile b/build_emscripten/examples/src/demo1/Makefile deleted file mode 100644 index b2c0cf53..00000000 --- a/build_emscripten/examples/src/demo1/Makefile +++ /dev/null @@ -1,309 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/examples/src/demo1//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo1/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo1/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo1/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo1/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -examples/src/demo1/CMakeFiles/Demo1.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo1/CMakeFiles/Demo1.dir/rule -.PHONY : examples/src/demo1/CMakeFiles/Demo1.dir/rule - -# Convenience name for target. -Demo1: examples/src/demo1/CMakeFiles/Demo1.dir/rule -.PHONY : Demo1 - -# fast build rule for target. -Demo1/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/build -.PHONY : Demo1/fast - -board.o: board.cpp.o -.PHONY : board.o - -# target to build an object file -board.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.o -.PHONY : board.cpp.o - -board.i: board.cpp.i -.PHONY : board.i - -# target to preprocess a source file -board.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.i -.PHONY : board.cpp.i - -board.s: board.cpp.s -.PHONY : board.s - -# target to generate assembly for a file -board.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/board.cpp.s -.PHONY : board.cpp.s - -gameapp.o: gameapp.cpp.o -.PHONY : gameapp.o - -# target to build an object file -gameapp.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.o -.PHONY : gameapp.cpp.o - -gameapp.i: gameapp.cpp.i -.PHONY : gameapp.i - -# target to preprocess a source file -gameapp.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.i -.PHONY : gameapp.cpp.i - -gameapp.s: gameapp.cpp.s -.PHONY : gameapp.s - -# target to generate assembly for a file -gameapp.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/gameapp.cpp.s -.PHONY : gameapp.cpp.s - -main.o: main.cpp.o -.PHONY : main.o - -# target to build an object file -main.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.o -.PHONY : main.cpp.o - -main.i: main.cpp.i -.PHONY : main.i - -# target to preprocess a source file -main.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.i -.PHONY : main.cpp.i - -main.s: main.cpp.s -.PHONY : main.s - -# target to generate assembly for a file -main.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo1/CMakeFiles/Demo1.dir/build.make examples/src/demo1/CMakeFiles/Demo1.dir/main.cpp.s -.PHONY : main.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... Demo1" - @echo "... board.o" - @echo "... board.i" - @echo "... board.s" - @echo "... gameapp.o" - @echo "... gameapp.i" - @echo "... gameapp.s" - @echo "... main.o" - @echo "... main.i" - @echo "... main.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/examples/src/demo1/cmake_install.cmake b/build_emscripten/examples/src/demo1/cmake_install.cmake deleted file mode 100644 index 149ebe8f..00000000 --- a/build_emscripten/examples/src/demo1/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/examples/src/demo1 - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/examples/src/demo1/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/examples/src/demo2/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/examples/src/demo2/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/examples/src/demo2/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/DependInfo.cmake b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/DependInfo.cmake deleted file mode 100644 index 93047ffe..00000000 --- a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/examples/src/demo2/board.cpp" "examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.o" "gcc" "examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/demo2/gameapp.cpp" "examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.o" "gcc" "examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/demo2/main.cpp" "examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.o" "gcc" "examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.o.d" - "" "/home/guest/Downloads/PopLib/examples/bin/Demo2" "gcc" "examples/src/demo2/CMakeFiles/Demo2.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/build.make b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/build.make deleted file mode 100644 index 2b14edbc..00000000 --- a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/build.make +++ /dev/null @@ -1,161 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include examples/src/demo2/CMakeFiles/Demo2.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.make - -# Include the progress variables for this target. -include examples/src/demo2/CMakeFiles/Demo2.dir/progress.make - -# Include the compile flags for this target's objects. -include examples/src/demo2/CMakeFiles/Demo2.dir/flags.make - -examples/src/demo2/CMakeFiles/Demo2.dir/codegen: -.PHONY : examples/src/demo2/CMakeFiles/Demo2.dir/codegen - -examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.o: examples/src/demo2/CMakeFiles/Demo2.dir/flags.make -examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo2/main.cpp -examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.o: examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.o -MF CMakeFiles/Demo2.dir/main.cpp.o.d -o CMakeFiles/Demo2.dir/main.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo2/main.cpp - -examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo2.dir/main.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo2/main.cpp > CMakeFiles/Demo2.dir/main.cpp.i - -examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo2.dir/main.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo2/main.cpp -o CMakeFiles/Demo2.dir/main.cpp.s - -examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.o: examples/src/demo2/CMakeFiles/Demo2.dir/flags.make -examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo2/gameapp.cpp -examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.o: examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.o -MF CMakeFiles/Demo2.dir/gameapp.cpp.o.d -o CMakeFiles/Demo2.dir/gameapp.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo2/gameapp.cpp - -examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo2.dir/gameapp.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo2/gameapp.cpp > CMakeFiles/Demo2.dir/gameapp.cpp.i - -examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo2.dir/gameapp.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo2/gameapp.cpp -o CMakeFiles/Demo2.dir/gameapp.cpp.s - -examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.o: examples/src/demo2/CMakeFiles/Demo2.dir/flags.make -examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo2/board.cpp -examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.o: examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.o -MF CMakeFiles/Demo2.dir/board.cpp.o.d -o CMakeFiles/Demo2.dir/board.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo2/board.cpp - -examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo2.dir/board.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo2/board.cpp > CMakeFiles/Demo2.dir/board.cpp.i - -examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo2.dir/board.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo2/board.cpp -o CMakeFiles/Demo2.dir/board.cpp.s - -# Object files for target Demo2 -Demo2_OBJECTS = \ -"CMakeFiles/Demo2.dir/main.cpp.o" \ -"CMakeFiles/Demo2.dir/gameapp.cpp.o" \ -"CMakeFiles/Demo2.dir/board.cpp.o" - -# External object files for target Demo2 -Demo2_EXTERNAL_OBJECTS = - -/home/guest/Downloads/PopLib/examples/bin/Demo2: examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Demo2: examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Demo2: examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Demo2: examples/src/demo2/CMakeFiles/Demo2.dir/build.make -/home/guest/Downloads/PopLib/examples/bin/Demo2: examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.ts -/home/guest/Downloads/PopLib/examples/bin/Demo2: PopWork/libPopWork.a -/home/guest/Downloads/PopLib/examples/bin/Demo2: external/SDL/libSDL3.a -/home/guest/Downloads/PopLib/examples/bin/Demo2: external/SDL_ttf/libSDL3_ttf.a -/home/guest/Downloads/PopLib/examples/bin/Demo2: /usr/lib/libharfbuzz.so -/home/guest/Downloads/PopLib/examples/bin/Demo2: /usr/lib/libfreetype.so -/home/guest/Downloads/PopLib/examples/bin/Demo2: external/openal/libopenal.a -/home/guest/Downloads/PopLib/examples/bin/Demo2: external/miniaudio/libminiaudio.a -/home/guest/Downloads/PopLib/examples/bin/Demo2: external/vorbis/lib/libvorbisfile.a -/home/guest/Downloads/PopLib/examples/bin/Demo2: external/vorbis/lib/libvorbis.a -/home/guest/Downloads/PopLib/examples/bin/Demo2: external/ogg/libogg.a -/home/guest/Downloads/PopLib/examples/bin/Demo2: external/curl/lib/libcurl.a -/home/guest/Downloads/PopLib/examples/bin/Demo2: /usr/lib/libz.so -/home/guest/Downloads/PopLib/examples/bin/Demo2: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so -/home/guest/Downloads/PopLib/examples/bin/Demo2: examples/src/demo2/CMakeFiles/Demo2.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable /home/guest/Downloads/PopLib/examples/bin/Demo2" - cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Demo2.dir/link.txt --verbose=$(VERBOSE) - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold "Copying runtime DLL: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so to output directory" - cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && /usr/bin/cmake -E copy_if_different /home/guest/Downloads/PopLib/external/bass/x64/libbass.so /home/guest/Downloads/PopLib/examples/bin - -# Rule to build all files generated by this target. -examples/src/demo2/CMakeFiles/Demo2.dir/build: /home/guest/Downloads/PopLib/examples/bin/Demo2 -.PHONY : examples/src/demo2/CMakeFiles/Demo2.dir/build - -examples/src/demo2/CMakeFiles/Demo2.dir/clean: - cd /home/guest/Downloads/PopLib/build/examples/src/demo2 && $(CMAKE_COMMAND) -P CMakeFiles/Demo2.dir/cmake_clean.cmake -.PHONY : examples/src/demo2/CMakeFiles/Demo2.dir/clean - -examples/src/demo2/CMakeFiles/Demo2.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/examples/src/demo2 /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/examples/src/demo2 /home/guest/Downloads/PopLib/build/examples/src/demo2/CMakeFiles/Demo2.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : examples/src/demo2/CMakeFiles/Demo2.dir/depend - diff --git a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/cmake_clean.cmake b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/cmake_clean.cmake deleted file mode 100644 index 9a299118..00000000 --- a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/Demo2.dir/link.d" - "/home/guest/Downloads/PopLib/examples/bin/Demo2" - "/home/guest/Downloads/PopLib/examples/bin/Demo2.pdb" - "CMakeFiles/Demo2.dir/board.cpp.o" - "CMakeFiles/Demo2.dir/board.cpp.o.d" - "CMakeFiles/Demo2.dir/gameapp.cpp.o" - "CMakeFiles/Demo2.dir/gameapp.cpp.o.d" - "CMakeFiles/Demo2.dir/main.cpp.o" - "CMakeFiles/Demo2.dir/main.cpp.o.d" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/Demo2.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.make b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.make deleted file mode 100644 index 118c25b5..00000000 --- a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for Demo2. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.ts b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.ts deleted file mode 100644 index 9d1a3ca7..00000000 --- a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for Demo2. diff --git a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/depend.make b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/depend.make deleted file mode 100644 index 86117539..00000000 --- a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for Demo2. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/flags.make b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/flags.make deleted file mode 100644 index a2a6f641..00000000 --- a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -DAL_LIBTYPE_STATIC -DCURL_STATICLIB -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/examples/src/demo2/.. -I/home/guest/Downloads/PopLib -I/home/guest/Downloads/PopLib/PopWork -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/miniaudio -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/curl/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE - diff --git a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/link.txt b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/link.txt deleted file mode 100644 index 3508adbf..00000000 --- a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -pthread -Wl,--dependency-file=CMakeFiles/Demo2.dir/link.d CMakeFiles/Demo2.dir/main.cpp.o CMakeFiles/Demo2.dir/gameapp.cpp.o CMakeFiles/Demo2.dir/board.cpp.o -o /home/guest/Downloads/PopLib/examples/bin/Demo2 -L/home/guest/Downloads/PopLib/external/bass/x64 -Wl,-rpath,/home/guest/Downloads/PopLib/external/bass/x64 ../../../PopWork/libPopWork.a ../../../external/SDL/libSDL3.a ../../../external/SDL_ttf/libSDL3_ttf.a /usr/lib/libharfbuzz.so /usr/lib/libfreetype.so ../../../external/openal/libopenal.a -pthread -ldl -latomic ../../../external/miniaudio/libminiaudio.a ../../../external/vorbis/lib/libvorbisfile.a ../../../external/vorbis/lib/libvorbis.a ../../../external/ogg/libogg.a -lm ../../../external/curl/lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -lbass diff --git a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/progress.make b/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/examples/src/demo2/CMakeFiles/Demo2.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/examples/src/demo2/CMakeFiles/progress.marks b/build_emscripten/examples/src/demo2/CMakeFiles/progress.marks deleted file mode 100644 index f64f5d8d..00000000 --- a/build_emscripten/examples/src/demo2/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -27 diff --git a/build_emscripten/examples/src/demo2/Makefile b/build_emscripten/examples/src/demo2/Makefile deleted file mode 100644 index 52ef8cf2..00000000 --- a/build_emscripten/examples/src/demo2/Makefile +++ /dev/null @@ -1,309 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/examples/src/demo2//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo2/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo2/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo2/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo2/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -examples/src/demo2/CMakeFiles/Demo2.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo2/CMakeFiles/Demo2.dir/rule -.PHONY : examples/src/demo2/CMakeFiles/Demo2.dir/rule - -# Convenience name for target. -Demo2: examples/src/demo2/CMakeFiles/Demo2.dir/rule -.PHONY : Demo2 - -# fast build rule for target. -Demo2/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/build -.PHONY : Demo2/fast - -board.o: board.cpp.o -.PHONY : board.o - -# target to build an object file -board.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.o -.PHONY : board.cpp.o - -board.i: board.cpp.i -.PHONY : board.i - -# target to preprocess a source file -board.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.i -.PHONY : board.cpp.i - -board.s: board.cpp.s -.PHONY : board.s - -# target to generate assembly for a file -board.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/board.cpp.s -.PHONY : board.cpp.s - -gameapp.o: gameapp.cpp.o -.PHONY : gameapp.o - -# target to build an object file -gameapp.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.o -.PHONY : gameapp.cpp.o - -gameapp.i: gameapp.cpp.i -.PHONY : gameapp.i - -# target to preprocess a source file -gameapp.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.i -.PHONY : gameapp.cpp.i - -gameapp.s: gameapp.cpp.s -.PHONY : gameapp.s - -# target to generate assembly for a file -gameapp.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/gameapp.cpp.s -.PHONY : gameapp.cpp.s - -main.o: main.cpp.o -.PHONY : main.o - -# target to build an object file -main.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.o -.PHONY : main.cpp.o - -main.i: main.cpp.i -.PHONY : main.i - -# target to preprocess a source file -main.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.i -.PHONY : main.cpp.i - -main.s: main.cpp.s -.PHONY : main.s - -# target to generate assembly for a file -main.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo2/CMakeFiles/Demo2.dir/build.make examples/src/demo2/CMakeFiles/Demo2.dir/main.cpp.s -.PHONY : main.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... Demo2" - @echo "... board.o" - @echo "... board.i" - @echo "... board.s" - @echo "... gameapp.o" - @echo "... gameapp.i" - @echo "... gameapp.s" - @echo "... main.o" - @echo "... main.i" - @echo "... main.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/examples/src/demo2/cmake_install.cmake b/build_emscripten/examples/src/demo2/cmake_install.cmake deleted file mode 100644 index 98f0e054..00000000 --- a/build_emscripten/examples/src/demo2/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/examples/src/demo2 - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/examples/src/demo2/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/examples/src/demo3/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/examples/src/demo3/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/examples/src/demo3/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/DependInfo.cmake b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/DependInfo.cmake deleted file mode 100644 index bec3ffe3..00000000 --- a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/examples/src/demo3/board.cpp" "examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.o" "gcc" "examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/demo3/gameapp.cpp" "examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.o" "gcc" "examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/demo3/main.cpp" "examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.o" "gcc" "examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.o.d" - "" "/home/guest/Downloads/PopLib/examples/bin/Demo3" "gcc" "examples/src/demo3/CMakeFiles/Demo3.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/build.make b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/build.make deleted file mode 100644 index 8d233d98..00000000 --- a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/build.make +++ /dev/null @@ -1,161 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include examples/src/demo3/CMakeFiles/Demo3.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.make - -# Include the progress variables for this target. -include examples/src/demo3/CMakeFiles/Demo3.dir/progress.make - -# Include the compile flags for this target's objects. -include examples/src/demo3/CMakeFiles/Demo3.dir/flags.make - -examples/src/demo3/CMakeFiles/Demo3.dir/codegen: -.PHONY : examples/src/demo3/CMakeFiles/Demo3.dir/codegen - -examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.o: examples/src/demo3/CMakeFiles/Demo3.dir/flags.make -examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo3/main.cpp -examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.o: examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.o -MF CMakeFiles/Demo3.dir/main.cpp.o.d -o CMakeFiles/Demo3.dir/main.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo3/main.cpp - -examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo3.dir/main.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo3/main.cpp > CMakeFiles/Demo3.dir/main.cpp.i - -examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo3.dir/main.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo3/main.cpp -o CMakeFiles/Demo3.dir/main.cpp.s - -examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.o: examples/src/demo3/CMakeFiles/Demo3.dir/flags.make -examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo3/gameapp.cpp -examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.o: examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.o -MF CMakeFiles/Demo3.dir/gameapp.cpp.o.d -o CMakeFiles/Demo3.dir/gameapp.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo3/gameapp.cpp - -examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo3.dir/gameapp.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo3/gameapp.cpp > CMakeFiles/Demo3.dir/gameapp.cpp.i - -examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo3.dir/gameapp.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo3/gameapp.cpp -o CMakeFiles/Demo3.dir/gameapp.cpp.s - -examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.o: examples/src/demo3/CMakeFiles/Demo3.dir/flags.make -examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo3/board.cpp -examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.o: examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.o -MF CMakeFiles/Demo3.dir/board.cpp.o.d -o CMakeFiles/Demo3.dir/board.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo3/board.cpp - -examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo3.dir/board.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo3/board.cpp > CMakeFiles/Demo3.dir/board.cpp.i - -examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo3.dir/board.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo3/board.cpp -o CMakeFiles/Demo3.dir/board.cpp.s - -# Object files for target Demo3 -Demo3_OBJECTS = \ -"CMakeFiles/Demo3.dir/main.cpp.o" \ -"CMakeFiles/Demo3.dir/gameapp.cpp.o" \ -"CMakeFiles/Demo3.dir/board.cpp.o" - -# External object files for target Demo3 -Demo3_EXTERNAL_OBJECTS = - -/home/guest/Downloads/PopLib/examples/bin/Demo3: examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Demo3: examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Demo3: examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Demo3: examples/src/demo3/CMakeFiles/Demo3.dir/build.make -/home/guest/Downloads/PopLib/examples/bin/Demo3: examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.ts -/home/guest/Downloads/PopLib/examples/bin/Demo3: PopWork/libPopWork.a -/home/guest/Downloads/PopLib/examples/bin/Demo3: external/SDL/libSDL3.a -/home/guest/Downloads/PopLib/examples/bin/Demo3: external/SDL_ttf/libSDL3_ttf.a -/home/guest/Downloads/PopLib/examples/bin/Demo3: /usr/lib/libharfbuzz.so -/home/guest/Downloads/PopLib/examples/bin/Demo3: /usr/lib/libfreetype.so -/home/guest/Downloads/PopLib/examples/bin/Demo3: external/openal/libopenal.a -/home/guest/Downloads/PopLib/examples/bin/Demo3: external/miniaudio/libminiaudio.a -/home/guest/Downloads/PopLib/examples/bin/Demo3: external/vorbis/lib/libvorbisfile.a -/home/guest/Downloads/PopLib/examples/bin/Demo3: external/vorbis/lib/libvorbis.a -/home/guest/Downloads/PopLib/examples/bin/Demo3: external/ogg/libogg.a -/home/guest/Downloads/PopLib/examples/bin/Demo3: external/curl/lib/libcurl.a -/home/guest/Downloads/PopLib/examples/bin/Demo3: /usr/lib/libz.so -/home/guest/Downloads/PopLib/examples/bin/Demo3: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so -/home/guest/Downloads/PopLib/examples/bin/Demo3: examples/src/demo3/CMakeFiles/Demo3.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable /home/guest/Downloads/PopLib/examples/bin/Demo3" - cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Demo3.dir/link.txt --verbose=$(VERBOSE) - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold "Copying runtime DLL: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so to output directory" - cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && /usr/bin/cmake -E copy_if_different /home/guest/Downloads/PopLib/external/bass/x64/libbass.so /home/guest/Downloads/PopLib/examples/bin - -# Rule to build all files generated by this target. -examples/src/demo3/CMakeFiles/Demo3.dir/build: /home/guest/Downloads/PopLib/examples/bin/Demo3 -.PHONY : examples/src/demo3/CMakeFiles/Demo3.dir/build - -examples/src/demo3/CMakeFiles/Demo3.dir/clean: - cd /home/guest/Downloads/PopLib/build/examples/src/demo3 && $(CMAKE_COMMAND) -P CMakeFiles/Demo3.dir/cmake_clean.cmake -.PHONY : examples/src/demo3/CMakeFiles/Demo3.dir/clean - -examples/src/demo3/CMakeFiles/Demo3.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/examples/src/demo3 /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/examples/src/demo3 /home/guest/Downloads/PopLib/build/examples/src/demo3/CMakeFiles/Demo3.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : examples/src/demo3/CMakeFiles/Demo3.dir/depend - diff --git a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/cmake_clean.cmake b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/cmake_clean.cmake deleted file mode 100644 index 8dc3adc9..00000000 --- a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/Demo3.dir/link.d" - "/home/guest/Downloads/PopLib/examples/bin/Demo3" - "/home/guest/Downloads/PopLib/examples/bin/Demo3.pdb" - "CMakeFiles/Demo3.dir/board.cpp.o" - "CMakeFiles/Demo3.dir/board.cpp.o.d" - "CMakeFiles/Demo3.dir/gameapp.cpp.o" - "CMakeFiles/Demo3.dir/gameapp.cpp.o.d" - "CMakeFiles/Demo3.dir/main.cpp.o" - "CMakeFiles/Demo3.dir/main.cpp.o.d" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/Demo3.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.make b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.make deleted file mode 100644 index 93fa4248..00000000 --- a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for Demo3. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.ts b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.ts deleted file mode 100644 index 1c0b3355..00000000 --- a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for Demo3. diff --git a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/depend.make b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/depend.make deleted file mode 100644 index 499a8f79..00000000 --- a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for Demo3. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/flags.make b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/flags.make deleted file mode 100644 index a3bc9964..00000000 --- a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -DAL_LIBTYPE_STATIC -DCURL_STATICLIB -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/examples/src/demo3/.. -I/home/guest/Downloads/PopLib -I/home/guest/Downloads/PopLib/PopWork -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/miniaudio -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/curl/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE - diff --git a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/link.txt b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/link.txt deleted file mode 100644 index 05949284..00000000 --- a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -pthread -Wl,--dependency-file=CMakeFiles/Demo3.dir/link.d CMakeFiles/Demo3.dir/main.cpp.o CMakeFiles/Demo3.dir/gameapp.cpp.o CMakeFiles/Demo3.dir/board.cpp.o -o /home/guest/Downloads/PopLib/examples/bin/Demo3 -L/home/guest/Downloads/PopLib/external/bass/x64 -Wl,-rpath,/home/guest/Downloads/PopLib/external/bass/x64 ../../../PopWork/libPopWork.a ../../../external/SDL/libSDL3.a ../../../external/SDL_ttf/libSDL3_ttf.a /usr/lib/libharfbuzz.so /usr/lib/libfreetype.so ../../../external/openal/libopenal.a -pthread -ldl -latomic ../../../external/miniaudio/libminiaudio.a ../../../external/vorbis/lib/libvorbisfile.a ../../../external/vorbis/lib/libvorbis.a ../../../external/ogg/libogg.a -lm ../../../external/curl/lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -lbass diff --git a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/progress.make b/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/examples/src/demo3/CMakeFiles/Demo3.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/examples/src/demo3/CMakeFiles/progress.marks b/build_emscripten/examples/src/demo3/CMakeFiles/progress.marks deleted file mode 100644 index f64f5d8d..00000000 --- a/build_emscripten/examples/src/demo3/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -27 diff --git a/build_emscripten/examples/src/demo3/Makefile b/build_emscripten/examples/src/demo3/Makefile deleted file mode 100644 index 7748eed1..00000000 --- a/build_emscripten/examples/src/demo3/Makefile +++ /dev/null @@ -1,309 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/examples/src/demo3//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo3/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo3/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo3/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo3/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -examples/src/demo3/CMakeFiles/Demo3.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo3/CMakeFiles/Demo3.dir/rule -.PHONY : examples/src/demo3/CMakeFiles/Demo3.dir/rule - -# Convenience name for target. -Demo3: examples/src/demo3/CMakeFiles/Demo3.dir/rule -.PHONY : Demo3 - -# fast build rule for target. -Demo3/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/build -.PHONY : Demo3/fast - -board.o: board.cpp.o -.PHONY : board.o - -# target to build an object file -board.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.o -.PHONY : board.cpp.o - -board.i: board.cpp.i -.PHONY : board.i - -# target to preprocess a source file -board.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.i -.PHONY : board.cpp.i - -board.s: board.cpp.s -.PHONY : board.s - -# target to generate assembly for a file -board.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/board.cpp.s -.PHONY : board.cpp.s - -gameapp.o: gameapp.cpp.o -.PHONY : gameapp.o - -# target to build an object file -gameapp.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.o -.PHONY : gameapp.cpp.o - -gameapp.i: gameapp.cpp.i -.PHONY : gameapp.i - -# target to preprocess a source file -gameapp.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.i -.PHONY : gameapp.cpp.i - -gameapp.s: gameapp.cpp.s -.PHONY : gameapp.s - -# target to generate assembly for a file -gameapp.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/gameapp.cpp.s -.PHONY : gameapp.cpp.s - -main.o: main.cpp.o -.PHONY : main.o - -# target to build an object file -main.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.o -.PHONY : main.cpp.o - -main.i: main.cpp.i -.PHONY : main.i - -# target to preprocess a source file -main.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.i -.PHONY : main.cpp.i - -main.s: main.cpp.s -.PHONY : main.s - -# target to generate assembly for a file -main.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo3/CMakeFiles/Demo3.dir/build.make examples/src/demo3/CMakeFiles/Demo3.dir/main.cpp.s -.PHONY : main.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... Demo3" - @echo "... board.o" - @echo "... board.i" - @echo "... board.s" - @echo "... gameapp.o" - @echo "... gameapp.i" - @echo "... gameapp.s" - @echo "... main.o" - @echo "... main.i" - @echo "... main.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/examples/src/demo3/cmake_install.cmake b/build_emscripten/examples/src/demo3/cmake_install.cmake deleted file mode 100644 index e90fd2b6..00000000 --- a/build_emscripten/examples/src/demo3/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/examples/src/demo3 - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/examples/src/demo3/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/examples/src/demo4/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/examples/src/demo4/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/examples/src/demo4/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/DependInfo.cmake b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/DependInfo.cmake deleted file mode 100644 index f17b4ab6..00000000 --- a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/DependInfo.cmake +++ /dev/null @@ -1,28 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/examples/src/res.cpp" "examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.o" "gcc" "examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/demo4/board.cpp" "examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.o" "gcc" "examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/demo4/gameapp.cpp" "examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.o" "gcc" "examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/demo4/main.cpp" "examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.o" "gcc" "examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/demo4/titlescreen.cpp" "examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.o" "gcc" "examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.o.d" - "" "/home/guest/Downloads/PopLib/examples/bin/Demo4" "gcc" "examples/src/demo4/CMakeFiles/Demo4.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/build.make b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/build.make deleted file mode 100644 index 8cbb1421..00000000 --- a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/build.make +++ /dev/null @@ -1,193 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include examples/src/demo4/CMakeFiles/Demo4.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.make - -# Include the progress variables for this target. -include examples/src/demo4/CMakeFiles/Demo4.dir/progress.make - -# Include the compile flags for this target's objects. -include examples/src/demo4/CMakeFiles/Demo4.dir/flags.make - -examples/src/demo4/CMakeFiles/Demo4.dir/codegen: -.PHONY : examples/src/demo4/CMakeFiles/Demo4.dir/codegen - -examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.o: examples/src/demo4/CMakeFiles/Demo4.dir/flags.make -examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo4/main.cpp -examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.o: examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.o -MF CMakeFiles/Demo4.dir/main.cpp.o.d -o CMakeFiles/Demo4.dir/main.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo4/main.cpp - -examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo4.dir/main.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo4/main.cpp > CMakeFiles/Demo4.dir/main.cpp.i - -examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo4.dir/main.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo4/main.cpp -o CMakeFiles/Demo4.dir/main.cpp.s - -examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.o: examples/src/demo4/CMakeFiles/Demo4.dir/flags.make -examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo4/gameapp.cpp -examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.o: examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.o -MF CMakeFiles/Demo4.dir/gameapp.cpp.o.d -o CMakeFiles/Demo4.dir/gameapp.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo4/gameapp.cpp - -examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo4.dir/gameapp.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo4/gameapp.cpp > CMakeFiles/Demo4.dir/gameapp.cpp.i - -examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo4.dir/gameapp.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo4/gameapp.cpp -o CMakeFiles/Demo4.dir/gameapp.cpp.s - -examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.o: examples/src/demo4/CMakeFiles/Demo4.dir/flags.make -examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo4/board.cpp -examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.o: examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.o -MF CMakeFiles/Demo4.dir/board.cpp.o.d -o CMakeFiles/Demo4.dir/board.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo4/board.cpp - -examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo4.dir/board.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo4/board.cpp > CMakeFiles/Demo4.dir/board.cpp.i - -examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo4.dir/board.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo4/board.cpp -o CMakeFiles/Demo4.dir/board.cpp.s - -examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.o: examples/src/demo4/CMakeFiles/Demo4.dir/flags.make -examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo4/titlescreen.cpp -examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.o: examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.o -MF CMakeFiles/Demo4.dir/titlescreen.cpp.o.d -o CMakeFiles/Demo4.dir/titlescreen.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo4/titlescreen.cpp - -examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo4.dir/titlescreen.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo4/titlescreen.cpp > CMakeFiles/Demo4.dir/titlescreen.cpp.i - -examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo4.dir/titlescreen.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo4/titlescreen.cpp -o CMakeFiles/Demo4.dir/titlescreen.cpp.s - -examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.o: examples/src/demo4/CMakeFiles/Demo4.dir/flags.make -examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.o: /home/guest/Downloads/PopLib/examples/src/res.cpp -examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.o: examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.o -MF CMakeFiles/Demo4.dir/__/res.cpp.o.d -o CMakeFiles/Demo4.dir/__/res.cpp.o -c /home/guest/Downloads/PopLib/examples/src/res.cpp - -examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo4.dir/__/res.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/res.cpp > CMakeFiles/Demo4.dir/__/res.cpp.i - -examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo4.dir/__/res.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/res.cpp -o CMakeFiles/Demo4.dir/__/res.cpp.s - -# Object files for target Demo4 -Demo4_OBJECTS = \ -"CMakeFiles/Demo4.dir/main.cpp.o" \ -"CMakeFiles/Demo4.dir/gameapp.cpp.o" \ -"CMakeFiles/Demo4.dir/board.cpp.o" \ -"CMakeFiles/Demo4.dir/titlescreen.cpp.o" \ -"CMakeFiles/Demo4.dir/__/res.cpp.o" - -# External object files for target Demo4 -Demo4_EXTERNAL_OBJECTS = - -/home/guest/Downloads/PopLib/examples/bin/Demo4: examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Demo4: examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Demo4: examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Demo4: examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Demo4: examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Demo4: examples/src/demo4/CMakeFiles/Demo4.dir/build.make -/home/guest/Downloads/PopLib/examples/bin/Demo4: examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.ts -/home/guest/Downloads/PopLib/examples/bin/Demo4: PopWork/libPopWork.a -/home/guest/Downloads/PopLib/examples/bin/Demo4: external/SDL/libSDL3.a -/home/guest/Downloads/PopLib/examples/bin/Demo4: external/SDL_ttf/libSDL3_ttf.a -/home/guest/Downloads/PopLib/examples/bin/Demo4: /usr/lib/libharfbuzz.so -/home/guest/Downloads/PopLib/examples/bin/Demo4: /usr/lib/libfreetype.so -/home/guest/Downloads/PopLib/examples/bin/Demo4: external/openal/libopenal.a -/home/guest/Downloads/PopLib/examples/bin/Demo4: external/miniaudio/libminiaudio.a -/home/guest/Downloads/PopLib/examples/bin/Demo4: external/vorbis/lib/libvorbisfile.a -/home/guest/Downloads/PopLib/examples/bin/Demo4: external/vorbis/lib/libvorbis.a -/home/guest/Downloads/PopLib/examples/bin/Demo4: external/ogg/libogg.a -/home/guest/Downloads/PopLib/examples/bin/Demo4: external/curl/lib/libcurl.a -/home/guest/Downloads/PopLib/examples/bin/Demo4: /usr/lib/libz.so -/home/guest/Downloads/PopLib/examples/bin/Demo4: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so -/home/guest/Downloads/PopLib/examples/bin/Demo4: examples/src/demo4/CMakeFiles/Demo4.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Linking CXX executable /home/guest/Downloads/PopLib/examples/bin/Demo4" - cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Demo4.dir/link.txt --verbose=$(VERBOSE) - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold "Copying runtime DLL: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so to output directory" - cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && /usr/bin/cmake -E copy_if_different /home/guest/Downloads/PopLib/external/bass/x64/libbass.so /home/guest/Downloads/PopLib/examples/bin - -# Rule to build all files generated by this target. -examples/src/demo4/CMakeFiles/Demo4.dir/build: /home/guest/Downloads/PopLib/examples/bin/Demo4 -.PHONY : examples/src/demo4/CMakeFiles/Demo4.dir/build - -examples/src/demo4/CMakeFiles/Demo4.dir/clean: - cd /home/guest/Downloads/PopLib/build/examples/src/demo4 && $(CMAKE_COMMAND) -P CMakeFiles/Demo4.dir/cmake_clean.cmake -.PHONY : examples/src/demo4/CMakeFiles/Demo4.dir/clean - -examples/src/demo4/CMakeFiles/Demo4.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/examples/src/demo4 /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/examples/src/demo4 /home/guest/Downloads/PopLib/build/examples/src/demo4/CMakeFiles/Demo4.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : examples/src/demo4/CMakeFiles/Demo4.dir/depend - diff --git a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/cmake_clean.cmake b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/cmake_clean.cmake deleted file mode 100644 index b4c6bcbb..00000000 --- a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/cmake_clean.cmake +++ /dev/null @@ -1,20 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/Demo4.dir/link.d" - "/home/guest/Downloads/PopLib/examples/bin/Demo4" - "/home/guest/Downloads/PopLib/examples/bin/Demo4.pdb" - "CMakeFiles/Demo4.dir/__/res.cpp.o" - "CMakeFiles/Demo4.dir/__/res.cpp.o.d" - "CMakeFiles/Demo4.dir/board.cpp.o" - "CMakeFiles/Demo4.dir/board.cpp.o.d" - "CMakeFiles/Demo4.dir/gameapp.cpp.o" - "CMakeFiles/Demo4.dir/gameapp.cpp.o.d" - "CMakeFiles/Demo4.dir/main.cpp.o" - "CMakeFiles/Demo4.dir/main.cpp.o.d" - "CMakeFiles/Demo4.dir/titlescreen.cpp.o" - "CMakeFiles/Demo4.dir/titlescreen.cpp.o.d" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/Demo4.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.make b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.make deleted file mode 100644 index 1eae6f6b..00000000 --- a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for Demo4. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.ts b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.ts deleted file mode 100644 index 1da3be24..00000000 --- a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for Demo4. diff --git a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/depend.make b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/depend.make deleted file mode 100644 index bcde3564..00000000 --- a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for Demo4. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/flags.make b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/flags.make deleted file mode 100644 index b6b54cba..00000000 --- a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -DAL_LIBTYPE_STATIC -DCURL_STATICLIB -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/examples/src/demo4/.. -I/home/guest/Downloads/PopLib -I/home/guest/Downloads/PopLib/PopWork -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/miniaudio -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/curl/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE - diff --git a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/link.txt b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/link.txt deleted file mode 100644 index 8c3d4b62..00000000 --- a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -pthread -Wl,--dependency-file=CMakeFiles/Demo4.dir/link.d CMakeFiles/Demo4.dir/main.cpp.o CMakeFiles/Demo4.dir/gameapp.cpp.o CMakeFiles/Demo4.dir/board.cpp.o CMakeFiles/Demo4.dir/titlescreen.cpp.o CMakeFiles/Demo4.dir/__/res.cpp.o -o /home/guest/Downloads/PopLib/examples/bin/Demo4 -L/home/guest/Downloads/PopLib/external/bass/x64 -Wl,-rpath,/home/guest/Downloads/PopLib/external/bass/x64 ../../../PopWork/libPopWork.a ../../../external/SDL/libSDL3.a ../../../external/SDL_ttf/libSDL3_ttf.a /usr/lib/libharfbuzz.so /usr/lib/libfreetype.so ../../../external/openal/libopenal.a -pthread -ldl -latomic ../../../external/miniaudio/libminiaudio.a ../../../external/vorbis/lib/libvorbisfile.a ../../../external/vorbis/lib/libvorbis.a ../../../external/ogg/libogg.a -lm ../../../external/curl/lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -lbass diff --git a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/progress.make b/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/progress.make deleted file mode 100644 index fa5791f5..00000000 --- a/build_emscripten/examples/src/demo4/CMakeFiles/Demo4.dir/progress.make +++ /dev/null @@ -1,7 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = - diff --git a/build_emscripten/examples/src/demo4/CMakeFiles/progress.marks b/build_emscripten/examples/src/demo4/CMakeFiles/progress.marks deleted file mode 100644 index f64f5d8d..00000000 --- a/build_emscripten/examples/src/demo4/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -27 diff --git a/build_emscripten/examples/src/demo4/Makefile b/build_emscripten/examples/src/demo4/Makefile deleted file mode 100644 index 885c0bf9..00000000 --- a/build_emscripten/examples/src/demo4/Makefile +++ /dev/null @@ -1,363 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/examples/src/demo4//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo4/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo4/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo4/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo4/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -examples/src/demo4/CMakeFiles/Demo4.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo4/CMakeFiles/Demo4.dir/rule -.PHONY : examples/src/demo4/CMakeFiles/Demo4.dir/rule - -# Convenience name for target. -Demo4: examples/src/demo4/CMakeFiles/Demo4.dir/rule -.PHONY : Demo4 - -# fast build rule for target. -Demo4/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/build -.PHONY : Demo4/fast - -__/res.o: __/res.cpp.o -.PHONY : __/res.o - -# target to build an object file -__/res.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.o -.PHONY : __/res.cpp.o - -__/res.i: __/res.cpp.i -.PHONY : __/res.i - -# target to preprocess a source file -__/res.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.i -.PHONY : __/res.cpp.i - -__/res.s: __/res.cpp.s -.PHONY : __/res.s - -# target to generate assembly for a file -__/res.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/__/res.cpp.s -.PHONY : __/res.cpp.s - -board.o: board.cpp.o -.PHONY : board.o - -# target to build an object file -board.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.o -.PHONY : board.cpp.o - -board.i: board.cpp.i -.PHONY : board.i - -# target to preprocess a source file -board.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.i -.PHONY : board.cpp.i - -board.s: board.cpp.s -.PHONY : board.s - -# target to generate assembly for a file -board.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/board.cpp.s -.PHONY : board.cpp.s - -gameapp.o: gameapp.cpp.o -.PHONY : gameapp.o - -# target to build an object file -gameapp.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.o -.PHONY : gameapp.cpp.o - -gameapp.i: gameapp.cpp.i -.PHONY : gameapp.i - -# target to preprocess a source file -gameapp.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.i -.PHONY : gameapp.cpp.i - -gameapp.s: gameapp.cpp.s -.PHONY : gameapp.s - -# target to generate assembly for a file -gameapp.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/gameapp.cpp.s -.PHONY : gameapp.cpp.s - -main.o: main.cpp.o -.PHONY : main.o - -# target to build an object file -main.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.o -.PHONY : main.cpp.o - -main.i: main.cpp.i -.PHONY : main.i - -# target to preprocess a source file -main.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.i -.PHONY : main.cpp.i - -main.s: main.cpp.s -.PHONY : main.s - -# target to generate assembly for a file -main.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/main.cpp.s -.PHONY : main.cpp.s - -titlescreen.o: titlescreen.cpp.o -.PHONY : titlescreen.o - -# target to build an object file -titlescreen.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.o -.PHONY : titlescreen.cpp.o - -titlescreen.i: titlescreen.cpp.i -.PHONY : titlescreen.i - -# target to preprocess a source file -titlescreen.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.i -.PHONY : titlescreen.cpp.i - -titlescreen.s: titlescreen.cpp.s -.PHONY : titlescreen.s - -# target to generate assembly for a file -titlescreen.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo4/CMakeFiles/Demo4.dir/build.make examples/src/demo4/CMakeFiles/Demo4.dir/titlescreen.cpp.s -.PHONY : titlescreen.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... Demo4" - @echo "... __/res.o" - @echo "... __/res.i" - @echo "... __/res.s" - @echo "... board.o" - @echo "... board.i" - @echo "... board.s" - @echo "... gameapp.o" - @echo "... gameapp.i" - @echo "... gameapp.s" - @echo "... main.o" - @echo "... main.i" - @echo "... main.s" - @echo "... titlescreen.o" - @echo "... titlescreen.i" - @echo "... titlescreen.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/examples/src/demo4/cmake_install.cmake b/build_emscripten/examples/src/demo4/cmake_install.cmake deleted file mode 100644 index 25931476..00000000 --- a/build_emscripten/examples/src/demo4/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/examples/src/demo4 - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/examples/src/demo4/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/examples/src/demo5/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/examples/src/demo5/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/examples/src/demo5/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/DependInfo.cmake b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/DependInfo.cmake deleted file mode 100644 index f69b75f5..00000000 --- a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/DependInfo.cmake +++ /dev/null @@ -1,29 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/examples/src/res.cpp" "examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.o" "gcc" "examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/demo5/board.cpp" "examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.o" "gcc" "examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/demo5/demodialog.cpp" "examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.o" "gcc" "examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/demo5/gameapp.cpp" "examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.o" "gcc" "examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/demo5/main.cpp" "examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.o" "gcc" "examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/demo5/titlescreen.cpp" "examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.o" "gcc" "examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.o.d" - "" "/home/guest/Downloads/PopLib/examples/bin/Demo5" "gcc" "examples/src/demo5/CMakeFiles/Demo5.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/build.make b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/build.make deleted file mode 100644 index b93bb43b..00000000 --- a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/build.make +++ /dev/null @@ -1,209 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include examples/src/demo5/CMakeFiles/Demo5.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.make - -# Include the progress variables for this target. -include examples/src/demo5/CMakeFiles/Demo5.dir/progress.make - -# Include the compile flags for this target's objects. -include examples/src/demo5/CMakeFiles/Demo5.dir/flags.make - -examples/src/demo5/CMakeFiles/Demo5.dir/codegen: -.PHONY : examples/src/demo5/CMakeFiles/Demo5.dir/codegen - -examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/flags.make -examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo5/main.cpp -examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.o -MF CMakeFiles/Demo5.dir/main.cpp.o.d -o CMakeFiles/Demo5.dir/main.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo5/main.cpp - -examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo5.dir/main.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo5/main.cpp > CMakeFiles/Demo5.dir/main.cpp.i - -examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo5.dir/main.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo5/main.cpp -o CMakeFiles/Demo5.dir/main.cpp.s - -examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/flags.make -examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo5/gameapp.cpp -examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.o -MF CMakeFiles/Demo5.dir/gameapp.cpp.o.d -o CMakeFiles/Demo5.dir/gameapp.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo5/gameapp.cpp - -examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo5.dir/gameapp.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo5/gameapp.cpp > CMakeFiles/Demo5.dir/gameapp.cpp.i - -examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo5.dir/gameapp.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo5/gameapp.cpp -o CMakeFiles/Demo5.dir/gameapp.cpp.s - -examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/flags.make -examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo5/board.cpp -examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.o -MF CMakeFiles/Demo5.dir/board.cpp.o.d -o CMakeFiles/Demo5.dir/board.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo5/board.cpp - -examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo5.dir/board.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo5/board.cpp > CMakeFiles/Demo5.dir/board.cpp.i - -examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo5.dir/board.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo5/board.cpp -o CMakeFiles/Demo5.dir/board.cpp.s - -examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/flags.make -examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo5/titlescreen.cpp -examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.o -MF CMakeFiles/Demo5.dir/titlescreen.cpp.o.d -o CMakeFiles/Demo5.dir/titlescreen.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo5/titlescreen.cpp - -examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo5.dir/titlescreen.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo5/titlescreen.cpp > CMakeFiles/Demo5.dir/titlescreen.cpp.i - -examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo5.dir/titlescreen.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo5/titlescreen.cpp -o CMakeFiles/Demo5.dir/titlescreen.cpp.s - -examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/flags.make -examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.o: /home/guest/Downloads/PopLib/examples/src/demo5/demodialog.cpp -examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.o -MF CMakeFiles/Demo5.dir/demodialog.cpp.o.d -o CMakeFiles/Demo5.dir/demodialog.cpp.o -c /home/guest/Downloads/PopLib/examples/src/demo5/demodialog.cpp - -examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo5.dir/demodialog.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/demo5/demodialog.cpp > CMakeFiles/Demo5.dir/demodialog.cpp.i - -examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo5.dir/demodialog.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/demo5/demodialog.cpp -o CMakeFiles/Demo5.dir/demodialog.cpp.s - -examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/flags.make -examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.o: /home/guest/Downloads/PopLib/examples/src/res.cpp -examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.o: examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.o -MF CMakeFiles/Demo5.dir/__/res.cpp.o.d -o CMakeFiles/Demo5.dir/__/res.cpp.o -c /home/guest/Downloads/PopLib/examples/src/res.cpp - -examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Demo5.dir/__/res.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/res.cpp > CMakeFiles/Demo5.dir/__/res.cpp.i - -examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Demo5.dir/__/res.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/res.cpp -o CMakeFiles/Demo5.dir/__/res.cpp.s - -# Object files for target Demo5 -Demo5_OBJECTS = \ -"CMakeFiles/Demo5.dir/main.cpp.o" \ -"CMakeFiles/Demo5.dir/gameapp.cpp.o" \ -"CMakeFiles/Demo5.dir/board.cpp.o" \ -"CMakeFiles/Demo5.dir/titlescreen.cpp.o" \ -"CMakeFiles/Demo5.dir/demodialog.cpp.o" \ -"CMakeFiles/Demo5.dir/__/res.cpp.o" - -# External object files for target Demo5 -Demo5_EXTERNAL_OBJECTS = - -/home/guest/Downloads/PopLib/examples/bin/Demo5: examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Demo5: examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Demo5: examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Demo5: examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Demo5: examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Demo5: examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Demo5: examples/src/demo5/CMakeFiles/Demo5.dir/build.make -/home/guest/Downloads/PopLib/examples/bin/Demo5: examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.ts -/home/guest/Downloads/PopLib/examples/bin/Demo5: PopWork/libPopWork.a -/home/guest/Downloads/PopLib/examples/bin/Demo5: external/SDL/libSDL3.a -/home/guest/Downloads/PopLib/examples/bin/Demo5: external/SDL_ttf/libSDL3_ttf.a -/home/guest/Downloads/PopLib/examples/bin/Demo5: /usr/lib/libharfbuzz.so -/home/guest/Downloads/PopLib/examples/bin/Demo5: /usr/lib/libfreetype.so -/home/guest/Downloads/PopLib/examples/bin/Demo5: external/openal/libopenal.a -/home/guest/Downloads/PopLib/examples/bin/Demo5: external/miniaudio/libminiaudio.a -/home/guest/Downloads/PopLib/examples/bin/Demo5: external/vorbis/lib/libvorbisfile.a -/home/guest/Downloads/PopLib/examples/bin/Demo5: external/vorbis/lib/libvorbis.a -/home/guest/Downloads/PopLib/examples/bin/Demo5: external/ogg/libogg.a -/home/guest/Downloads/PopLib/examples/bin/Demo5: external/curl/lib/libcurl.a -/home/guest/Downloads/PopLib/examples/bin/Demo5: /usr/lib/libz.so -/home/guest/Downloads/PopLib/examples/bin/Demo5: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so -/home/guest/Downloads/PopLib/examples/bin/Demo5: examples/src/demo5/CMakeFiles/Demo5.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Linking CXX executable /home/guest/Downloads/PopLib/examples/bin/Demo5" - cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Demo5.dir/link.txt --verbose=$(VERBOSE) - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold "Copying runtime DLL: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so to output directory" - cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && /usr/bin/cmake -E copy_if_different /home/guest/Downloads/PopLib/external/bass/x64/libbass.so /home/guest/Downloads/PopLib/examples/bin - -# Rule to build all files generated by this target. -examples/src/demo5/CMakeFiles/Demo5.dir/build: /home/guest/Downloads/PopLib/examples/bin/Demo5 -.PHONY : examples/src/demo5/CMakeFiles/Demo5.dir/build - -examples/src/demo5/CMakeFiles/Demo5.dir/clean: - cd /home/guest/Downloads/PopLib/build/examples/src/demo5 && $(CMAKE_COMMAND) -P CMakeFiles/Demo5.dir/cmake_clean.cmake -.PHONY : examples/src/demo5/CMakeFiles/Demo5.dir/clean - -examples/src/demo5/CMakeFiles/Demo5.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/examples/src/demo5 /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/examples/src/demo5 /home/guest/Downloads/PopLib/build/examples/src/demo5/CMakeFiles/Demo5.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : examples/src/demo5/CMakeFiles/Demo5.dir/depend - diff --git a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/cmake_clean.cmake b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/cmake_clean.cmake deleted file mode 100644 index 649567db..00000000 --- a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/cmake_clean.cmake +++ /dev/null @@ -1,22 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/Demo5.dir/link.d" - "/home/guest/Downloads/PopLib/examples/bin/Demo5" - "/home/guest/Downloads/PopLib/examples/bin/Demo5.pdb" - "CMakeFiles/Demo5.dir/__/res.cpp.o" - "CMakeFiles/Demo5.dir/__/res.cpp.o.d" - "CMakeFiles/Demo5.dir/board.cpp.o" - "CMakeFiles/Demo5.dir/board.cpp.o.d" - "CMakeFiles/Demo5.dir/demodialog.cpp.o" - "CMakeFiles/Demo5.dir/demodialog.cpp.o.d" - "CMakeFiles/Demo5.dir/gameapp.cpp.o" - "CMakeFiles/Demo5.dir/gameapp.cpp.o.d" - "CMakeFiles/Demo5.dir/main.cpp.o" - "CMakeFiles/Demo5.dir/main.cpp.o.d" - "CMakeFiles/Demo5.dir/titlescreen.cpp.o" - "CMakeFiles/Demo5.dir/titlescreen.cpp.o.d" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/Demo5.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.make b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.make deleted file mode 100644 index 1f0aacb3..00000000 --- a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for Demo5. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.ts b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.ts deleted file mode 100644 index 64343092..00000000 --- a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for Demo5. diff --git a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/depend.make b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/depend.make deleted file mode 100644 index 360764df..00000000 --- a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for Demo5. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/flags.make b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/flags.make deleted file mode 100644 index 9b5d4d76..00000000 --- a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -DAL_LIBTYPE_STATIC -DCURL_STATICLIB -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/examples/src/demo5/.. -I/home/guest/Downloads/PopLib -I/home/guest/Downloads/PopLib/PopWork -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/miniaudio -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/curl/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE - diff --git a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/link.txt b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/link.txt deleted file mode 100644 index 6b4efc67..00000000 --- a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -pthread -Wl,--dependency-file=CMakeFiles/Demo5.dir/link.d CMakeFiles/Demo5.dir/main.cpp.o CMakeFiles/Demo5.dir/gameapp.cpp.o CMakeFiles/Demo5.dir/board.cpp.o CMakeFiles/Demo5.dir/titlescreen.cpp.o CMakeFiles/Demo5.dir/demodialog.cpp.o CMakeFiles/Demo5.dir/__/res.cpp.o -o /home/guest/Downloads/PopLib/examples/bin/Demo5 -L/home/guest/Downloads/PopLib/external/bass/x64 -Wl,-rpath,/home/guest/Downloads/PopLib/external/bass/x64 ../../../PopWork/libPopWork.a ../../../external/SDL/libSDL3.a ../../../external/SDL_ttf/libSDL3_ttf.a /usr/lib/libharfbuzz.so /usr/lib/libfreetype.so ../../../external/openal/libopenal.a -pthread -ldl -latomic ../../../external/miniaudio/libminiaudio.a ../../../external/vorbis/lib/libvorbisfile.a ../../../external/vorbis/lib/libvorbis.a ../../../external/ogg/libogg.a -lm ../../../external/curl/lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -lbass diff --git a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/progress.make b/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/progress.make deleted file mode 100644 index 74c96d9f..00000000 --- a/build_emscripten/examples/src/demo5/CMakeFiles/Demo5.dir/progress.make +++ /dev/null @@ -1,8 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = -CMAKE_PROGRESS_7 = 1 - diff --git a/build_emscripten/examples/src/demo5/CMakeFiles/progress.marks b/build_emscripten/examples/src/demo5/CMakeFiles/progress.marks deleted file mode 100644 index 9902f178..00000000 --- a/build_emscripten/examples/src/demo5/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -28 diff --git a/build_emscripten/examples/src/demo5/Makefile b/build_emscripten/examples/src/demo5/Makefile deleted file mode 100644 index 32f2f8bb..00000000 --- a/build_emscripten/examples/src/demo5/Makefile +++ /dev/null @@ -1,390 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/examples/src/demo5//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo5/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo5/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo5/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo5/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -examples/src/demo5/CMakeFiles/Demo5.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/demo5/CMakeFiles/Demo5.dir/rule -.PHONY : examples/src/demo5/CMakeFiles/Demo5.dir/rule - -# Convenience name for target. -Demo5: examples/src/demo5/CMakeFiles/Demo5.dir/rule -.PHONY : Demo5 - -# fast build rule for target. -Demo5/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/build -.PHONY : Demo5/fast - -__/res.o: __/res.cpp.o -.PHONY : __/res.o - -# target to build an object file -__/res.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.o -.PHONY : __/res.cpp.o - -__/res.i: __/res.cpp.i -.PHONY : __/res.i - -# target to preprocess a source file -__/res.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.i -.PHONY : __/res.cpp.i - -__/res.s: __/res.cpp.s -.PHONY : __/res.s - -# target to generate assembly for a file -__/res.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/__/res.cpp.s -.PHONY : __/res.cpp.s - -board.o: board.cpp.o -.PHONY : board.o - -# target to build an object file -board.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.o -.PHONY : board.cpp.o - -board.i: board.cpp.i -.PHONY : board.i - -# target to preprocess a source file -board.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.i -.PHONY : board.cpp.i - -board.s: board.cpp.s -.PHONY : board.s - -# target to generate assembly for a file -board.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/board.cpp.s -.PHONY : board.cpp.s - -demodialog.o: demodialog.cpp.o -.PHONY : demodialog.o - -# target to build an object file -demodialog.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.o -.PHONY : demodialog.cpp.o - -demodialog.i: demodialog.cpp.i -.PHONY : demodialog.i - -# target to preprocess a source file -demodialog.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.i -.PHONY : demodialog.cpp.i - -demodialog.s: demodialog.cpp.s -.PHONY : demodialog.s - -# target to generate assembly for a file -demodialog.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/demodialog.cpp.s -.PHONY : demodialog.cpp.s - -gameapp.o: gameapp.cpp.o -.PHONY : gameapp.o - -# target to build an object file -gameapp.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.o -.PHONY : gameapp.cpp.o - -gameapp.i: gameapp.cpp.i -.PHONY : gameapp.i - -# target to preprocess a source file -gameapp.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.i -.PHONY : gameapp.cpp.i - -gameapp.s: gameapp.cpp.s -.PHONY : gameapp.s - -# target to generate assembly for a file -gameapp.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/gameapp.cpp.s -.PHONY : gameapp.cpp.s - -main.o: main.cpp.o -.PHONY : main.o - -# target to build an object file -main.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.o -.PHONY : main.cpp.o - -main.i: main.cpp.i -.PHONY : main.i - -# target to preprocess a source file -main.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.i -.PHONY : main.cpp.i - -main.s: main.cpp.s -.PHONY : main.s - -# target to generate assembly for a file -main.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/main.cpp.s -.PHONY : main.cpp.s - -titlescreen.o: titlescreen.cpp.o -.PHONY : titlescreen.o - -# target to build an object file -titlescreen.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.o -.PHONY : titlescreen.cpp.o - -titlescreen.i: titlescreen.cpp.i -.PHONY : titlescreen.i - -# target to preprocess a source file -titlescreen.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.i -.PHONY : titlescreen.cpp.i - -titlescreen.s: titlescreen.cpp.s -.PHONY : titlescreen.s - -# target to generate assembly for a file -titlescreen.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/demo5/CMakeFiles/Demo5.dir/build.make examples/src/demo5/CMakeFiles/Demo5.dir/titlescreen.cpp.s -.PHONY : titlescreen.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... Demo5" - @echo "... __/res.o" - @echo "... __/res.i" - @echo "... __/res.s" - @echo "... board.o" - @echo "... board.i" - @echo "... board.s" - @echo "... demodialog.o" - @echo "... demodialog.i" - @echo "... demodialog.s" - @echo "... gameapp.o" - @echo "... gameapp.i" - @echo "... gameapp.s" - @echo "... main.o" - @echo "... main.i" - @echo "... main.s" - @echo "... titlescreen.o" - @echo "... titlescreen.i" - @echo "... titlescreen.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/examples/src/demo5/cmake_install.cmake b/build_emscripten/examples/src/demo5/cmake_install.cmake deleted file mode 100644 index 67e84427..00000000 --- a/build_emscripten/examples/src/demo5/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/examples/src/demo5 - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/examples/src/demo5/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/examples/src/hun-garr/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/examples/src/hun-garr/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/examples/src/hun-garr/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/DependInfo.cmake b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/DependInfo.cmake deleted file mode 100644 index 82bf0f58..00000000 --- a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/DependInfo.cmake +++ /dev/null @@ -1,31 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/examples/src/res.cpp" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.o" "gcc" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/hun-garr/board.cpp" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.o" "gcc" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/hun-garr/gameapp.cpp" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.o" "gcc" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/hun-garr/gameovereffect.cpp" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o" "gcc" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/hun-garr/levelupeffect.cpp" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o" "gcc" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/hun-garr/main.cpp" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.o" "gcc" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/hun-garr/optionsdialog.cpp" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o" "gcc" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/hun-garr/titlescreen.cpp" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.o" "gcc" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.o.d" - "" "/home/guest/Downloads/PopLib/examples/bin/Hun-garr" "gcc" "examples/src/hun-garr/CMakeFiles/Hun-garr.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make deleted file mode 100644 index f59bdba8..00000000 --- a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make +++ /dev/null @@ -1,241 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include examples/src/hun-garr/CMakeFiles/Hun-garr.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.make - -# Include the progress variables for this target. -include examples/src/hun-garr/CMakeFiles/Hun-garr.dir/progress.make - -# Include the compile flags for this target's objects. -include examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/codegen: -.PHONY : examples/src/hun-garr/CMakeFiles/Hun-garr.dir/codegen - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.o: /home/guest/Downloads/PopLib/examples/src/hun-garr/main.cpp -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.o -MF CMakeFiles/Hun-garr.dir/main.cpp.o.d -o CMakeFiles/Hun-garr.dir/main.cpp.o -c /home/guest/Downloads/PopLib/examples/src/hun-garr/main.cpp - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Hun-garr.dir/main.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/hun-garr/main.cpp > CMakeFiles/Hun-garr.dir/main.cpp.i - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Hun-garr.dir/main.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/hun-garr/main.cpp -o CMakeFiles/Hun-garr.dir/main.cpp.s - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.o: /home/guest/Downloads/PopLib/examples/src/hun-garr/gameapp.cpp -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.o -MF CMakeFiles/Hun-garr.dir/gameapp.cpp.o.d -o CMakeFiles/Hun-garr.dir/gameapp.cpp.o -c /home/guest/Downloads/PopLib/examples/src/hun-garr/gameapp.cpp - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Hun-garr.dir/gameapp.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/hun-garr/gameapp.cpp > CMakeFiles/Hun-garr.dir/gameapp.cpp.i - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Hun-garr.dir/gameapp.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/hun-garr/gameapp.cpp -o CMakeFiles/Hun-garr.dir/gameapp.cpp.s - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.o: /home/guest/Downloads/PopLib/examples/src/hun-garr/board.cpp -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.o -MF CMakeFiles/Hun-garr.dir/board.cpp.o.d -o CMakeFiles/Hun-garr.dir/board.cpp.o -c /home/guest/Downloads/PopLib/examples/src/hun-garr/board.cpp - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Hun-garr.dir/board.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/hun-garr/board.cpp > CMakeFiles/Hun-garr.dir/board.cpp.i - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Hun-garr.dir/board.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/hun-garr/board.cpp -o CMakeFiles/Hun-garr.dir/board.cpp.s - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.o: /home/guest/Downloads/PopLib/examples/src/hun-garr/titlescreen.cpp -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.o -MF CMakeFiles/Hun-garr.dir/titlescreen.cpp.o.d -o CMakeFiles/Hun-garr.dir/titlescreen.cpp.o -c /home/guest/Downloads/PopLib/examples/src/hun-garr/titlescreen.cpp - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Hun-garr.dir/titlescreen.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/hun-garr/titlescreen.cpp > CMakeFiles/Hun-garr.dir/titlescreen.cpp.i - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Hun-garr.dir/titlescreen.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/hun-garr/titlescreen.cpp -o CMakeFiles/Hun-garr.dir/titlescreen.cpp.s - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o: /home/guest/Downloads/PopLib/examples/src/hun-garr/optionsdialog.cpp -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o -MF CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o.d -o CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o -c /home/guest/Downloads/PopLib/examples/src/hun-garr/optionsdialog.cpp - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Hun-garr.dir/optionsdialog.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/hun-garr/optionsdialog.cpp > CMakeFiles/Hun-garr.dir/optionsdialog.cpp.i - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Hun-garr.dir/optionsdialog.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/hun-garr/optionsdialog.cpp -o CMakeFiles/Hun-garr.dir/optionsdialog.cpp.s - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o: /home/guest/Downloads/PopLib/examples/src/hun-garr/levelupeffect.cpp -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o -MF CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o.d -o CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o -c /home/guest/Downloads/PopLib/examples/src/hun-garr/levelupeffect.cpp - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Hun-garr.dir/levelupeffect.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/hun-garr/levelupeffect.cpp > CMakeFiles/Hun-garr.dir/levelupeffect.cpp.i - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Hun-garr.dir/levelupeffect.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/hun-garr/levelupeffect.cpp -o CMakeFiles/Hun-garr.dir/levelupeffect.cpp.s - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o: /home/guest/Downloads/PopLib/examples/src/hun-garr/gameovereffect.cpp -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o -MF CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o.d -o CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o -c /home/guest/Downloads/PopLib/examples/src/hun-garr/gameovereffect.cpp - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Hun-garr.dir/gameovereffect.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/hun-garr/gameovereffect.cpp > CMakeFiles/Hun-garr.dir/gameovereffect.cpp.i - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Hun-garr.dir/gameovereffect.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/hun-garr/gameovereffect.cpp -o CMakeFiles/Hun-garr.dir/gameovereffect.cpp.s - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.o: /home/guest/Downloads/PopLib/examples/src/res.cpp -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.o: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.o -MF CMakeFiles/Hun-garr.dir/__/res.cpp.o.d -o CMakeFiles/Hun-garr.dir/__/res.cpp.o -c /home/guest/Downloads/PopLib/examples/src/res.cpp - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/Hun-garr.dir/__/res.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/res.cpp > CMakeFiles/Hun-garr.dir/__/res.cpp.i - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/Hun-garr.dir/__/res.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/res.cpp -o CMakeFiles/Hun-garr.dir/__/res.cpp.s - -# Object files for target Hun-garr -Hun__garr_OBJECTS = \ -"CMakeFiles/Hun-garr.dir/main.cpp.o" \ -"CMakeFiles/Hun-garr.dir/gameapp.cpp.o" \ -"CMakeFiles/Hun-garr.dir/board.cpp.o" \ -"CMakeFiles/Hun-garr.dir/titlescreen.cpp.o" \ -"CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o" \ -"CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o" \ -"CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o" \ -"CMakeFiles/Hun-garr.dir/__/res.cpp.o" - -# External object files for target Hun-garr -Hun__garr_EXTERNAL_OBJECTS = - -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.o -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: PopWork/libPopWork.a -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: external/SDL/libSDL3.a -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: external/SDL_ttf/libSDL3_ttf.a -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: /usr/lib/libharfbuzz.so -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: /usr/lib/libfreetype.so -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: external/openal/libopenal.a -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: external/miniaudio/libminiaudio.a -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: external/vorbis/lib/libvorbisfile.a -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: external/vorbis/lib/libvorbis.a -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: external/ogg/libogg.a -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: external/curl/lib/libcurl.a -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: /usr/lib/libz.so -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so -/home/guest/Downloads/PopLib/examples/bin/Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Linking CXX executable /home/guest/Downloads/PopLib/examples/bin/Hun-garr" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/Hun-garr.dir/link.txt --verbose=$(VERBOSE) - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold "Copying runtime DLL: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so to output directory" - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && /usr/bin/cmake -E copy_if_different /home/guest/Downloads/PopLib/external/bass/x64/libbass.so /home/guest/Downloads/PopLib/examples/bin - -# Rule to build all files generated by this target. -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build: /home/guest/Downloads/PopLib/examples/bin/Hun-garr -.PHONY : examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/clean: - cd /home/guest/Downloads/PopLib/build/examples/src/hun-garr && $(CMAKE_COMMAND) -P CMakeFiles/Hun-garr.dir/cmake_clean.cmake -.PHONY : examples/src/hun-garr/CMakeFiles/Hun-garr.dir/clean - -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/examples/src/hun-garr /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/examples/src/hun-garr /home/guest/Downloads/PopLib/build/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : examples/src/hun-garr/CMakeFiles/Hun-garr.dir/depend - diff --git a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/cmake_clean.cmake b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/cmake_clean.cmake deleted file mode 100644 index 9d688a86..00000000 --- a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/cmake_clean.cmake +++ /dev/null @@ -1,26 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/Hun-garr.dir/link.d" - "/home/guest/Downloads/PopLib/examples/bin/Hun-garr" - "/home/guest/Downloads/PopLib/examples/bin/Hun-garr.pdb" - "CMakeFiles/Hun-garr.dir/__/res.cpp.o" - "CMakeFiles/Hun-garr.dir/__/res.cpp.o.d" - "CMakeFiles/Hun-garr.dir/board.cpp.o" - "CMakeFiles/Hun-garr.dir/board.cpp.o.d" - "CMakeFiles/Hun-garr.dir/gameapp.cpp.o" - "CMakeFiles/Hun-garr.dir/gameapp.cpp.o.d" - "CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o" - "CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o.d" - "CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o" - "CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o.d" - "CMakeFiles/Hun-garr.dir/main.cpp.o" - "CMakeFiles/Hun-garr.dir/main.cpp.o.d" - "CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o" - "CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o.d" - "CMakeFiles/Hun-garr.dir/titlescreen.cpp.o" - "CMakeFiles/Hun-garr.dir/titlescreen.cpp.o.d" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/Hun-garr.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.make b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.make deleted file mode 100644 index 3aa92fcc..00000000 --- a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for Hun-garr. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts deleted file mode 100644 index 5d86eefc..00000000 --- a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for Hun-garr. diff --git a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/depend.make b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/depend.make deleted file mode 100644 index 4089026f..00000000 --- a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for Hun-garr. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make deleted file mode 100644 index 0d7be9d7..00000000 --- a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -DAL_LIBTYPE_STATIC -DCURL_STATICLIB -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/examples/src/hun-garr/.. -I/home/guest/Downloads/PopLib -I/home/guest/Downloads/PopLib/PopWork -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/miniaudio -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/curl/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE - diff --git a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/link.txt b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/link.txt deleted file mode 100644 index 07a419f1..00000000 --- a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -pthread -Wl,--dependency-file=CMakeFiles/Hun-garr.dir/link.d "CMakeFiles/Hun-garr.dir/main.cpp.o" "CMakeFiles/Hun-garr.dir/gameapp.cpp.o" "CMakeFiles/Hun-garr.dir/board.cpp.o" "CMakeFiles/Hun-garr.dir/titlescreen.cpp.o" "CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o" "CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o" "CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o" "CMakeFiles/Hun-garr.dir/__/res.cpp.o" -o /home/guest/Downloads/PopLib/examples/bin/Hun-garr -L/home/guest/Downloads/PopLib/external/bass/x64 -Wl,-rpath,/home/guest/Downloads/PopLib/external/bass/x64 ../../../PopWork/libPopWork.a ../../../external/SDL/libSDL3.a ../../../external/SDL_ttf/libSDL3_ttf.a /usr/lib/libharfbuzz.so /usr/lib/libfreetype.so ../../../external/openal/libopenal.a -pthread -ldl -latomic ../../../external/miniaudio/libminiaudio.a ../../../external/vorbis/lib/libvorbisfile.a ../../../external/vorbis/lib/libvorbis.a ../../../external/ogg/libogg.a -lm ../../../external/curl/lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -lbass diff --git a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/progress.make b/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/progress.make deleted file mode 100644 index c8e8c8d7..00000000 --- a/build_emscripten/examples/src/hun-garr/CMakeFiles/Hun-garr.dir/progress.make +++ /dev/null @@ -1,10 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = -CMAKE_PROGRESS_7 = -CMAKE_PROGRESS_8 = -CMAKE_PROGRESS_9 = - diff --git a/build_emscripten/examples/src/hun-garr/CMakeFiles/progress.marks b/build_emscripten/examples/src/hun-garr/CMakeFiles/progress.marks deleted file mode 100644 index f64f5d8d..00000000 --- a/build_emscripten/examples/src/hun-garr/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -27 diff --git a/build_emscripten/examples/src/hun-garr/Makefile b/build_emscripten/examples/src/hun-garr/Makefile deleted file mode 100644 index ac2e0754..00000000 --- a/build_emscripten/examples/src/hun-garr/Makefile +++ /dev/null @@ -1,444 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/examples/src/hun-garr//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/hun-garr/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/hun-garr/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/hun-garr/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/hun-garr/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -examples/src/hun-garr/CMakeFiles/Hun-garr.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/hun-garr/CMakeFiles/Hun-garr.dir/rule -.PHONY : examples/src/hun-garr/CMakeFiles/Hun-garr.dir/rule - -# Convenience name for target. -Hun-garr: examples/src/hun-garr/CMakeFiles/Hun-garr.dir/rule -.PHONY : Hun-garr - -# fast build rule for target. -Hun-garr/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build -.PHONY : Hun-garr/fast - -__/res.o: __/res.cpp.o -.PHONY : __/res.o - -# target to build an object file -__/res.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.o -.PHONY : __/res.cpp.o - -__/res.i: __/res.cpp.i -.PHONY : __/res.i - -# target to preprocess a source file -__/res.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.i -.PHONY : __/res.cpp.i - -__/res.s: __/res.cpp.s -.PHONY : __/res.s - -# target to generate assembly for a file -__/res.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/__/res.cpp.s -.PHONY : __/res.cpp.s - -board.o: board.cpp.o -.PHONY : board.o - -# target to build an object file -board.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.o -.PHONY : board.cpp.o - -board.i: board.cpp.i -.PHONY : board.i - -# target to preprocess a source file -board.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.i -.PHONY : board.cpp.i - -board.s: board.cpp.s -.PHONY : board.s - -# target to generate assembly for a file -board.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/board.cpp.s -.PHONY : board.cpp.s - -gameapp.o: gameapp.cpp.o -.PHONY : gameapp.o - -# target to build an object file -gameapp.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.o -.PHONY : gameapp.cpp.o - -gameapp.i: gameapp.cpp.i -.PHONY : gameapp.i - -# target to preprocess a source file -gameapp.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.i -.PHONY : gameapp.cpp.i - -gameapp.s: gameapp.cpp.s -.PHONY : gameapp.s - -# target to generate assembly for a file -gameapp.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameapp.cpp.s -.PHONY : gameapp.cpp.s - -gameovereffect.o: gameovereffect.cpp.o -.PHONY : gameovereffect.o - -# target to build an object file -gameovereffect.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.o -.PHONY : gameovereffect.cpp.o - -gameovereffect.i: gameovereffect.cpp.i -.PHONY : gameovereffect.i - -# target to preprocess a source file -gameovereffect.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.i -.PHONY : gameovereffect.cpp.i - -gameovereffect.s: gameovereffect.cpp.s -.PHONY : gameovereffect.s - -# target to generate assembly for a file -gameovereffect.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/gameovereffect.cpp.s -.PHONY : gameovereffect.cpp.s - -levelupeffect.o: levelupeffect.cpp.o -.PHONY : levelupeffect.o - -# target to build an object file -levelupeffect.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.o -.PHONY : levelupeffect.cpp.o - -levelupeffect.i: levelupeffect.cpp.i -.PHONY : levelupeffect.i - -# target to preprocess a source file -levelupeffect.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.i -.PHONY : levelupeffect.cpp.i - -levelupeffect.s: levelupeffect.cpp.s -.PHONY : levelupeffect.s - -# target to generate assembly for a file -levelupeffect.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/levelupeffect.cpp.s -.PHONY : levelupeffect.cpp.s - -main.o: main.cpp.o -.PHONY : main.o - -# target to build an object file -main.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.o -.PHONY : main.cpp.o - -main.i: main.cpp.i -.PHONY : main.i - -# target to preprocess a source file -main.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.i -.PHONY : main.cpp.i - -main.s: main.cpp.s -.PHONY : main.s - -# target to generate assembly for a file -main.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/main.cpp.s -.PHONY : main.cpp.s - -optionsdialog.o: optionsdialog.cpp.o -.PHONY : optionsdialog.o - -# target to build an object file -optionsdialog.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.o -.PHONY : optionsdialog.cpp.o - -optionsdialog.i: optionsdialog.cpp.i -.PHONY : optionsdialog.i - -# target to preprocess a source file -optionsdialog.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.i -.PHONY : optionsdialog.cpp.i - -optionsdialog.s: optionsdialog.cpp.s -.PHONY : optionsdialog.s - -# target to generate assembly for a file -optionsdialog.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/optionsdialog.cpp.s -.PHONY : optionsdialog.cpp.s - -titlescreen.o: titlescreen.cpp.o -.PHONY : titlescreen.o - -# target to build an object file -titlescreen.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.o -.PHONY : titlescreen.cpp.o - -titlescreen.i: titlescreen.cpp.i -.PHONY : titlescreen.i - -# target to preprocess a source file -titlescreen.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.i -.PHONY : titlescreen.cpp.i - -titlescreen.s: titlescreen.cpp.s -.PHONY : titlescreen.s - -# target to generate assembly for a file -titlescreen.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/hun-garr/CMakeFiles/Hun-garr.dir/build.make examples/src/hun-garr/CMakeFiles/Hun-garr.dir/titlescreen.cpp.s -.PHONY : titlescreen.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... Hun-garr" - @echo "... __/res.o" - @echo "... __/res.i" - @echo "... __/res.s" - @echo "... board.o" - @echo "... board.i" - @echo "... board.s" - @echo "... gameapp.o" - @echo "... gameapp.i" - @echo "... gameapp.s" - @echo "... gameovereffect.o" - @echo "... gameovereffect.i" - @echo "... gameovereffect.s" - @echo "... levelupeffect.o" - @echo "... levelupeffect.i" - @echo "... levelupeffect.s" - @echo "... main.o" - @echo "... main.i" - @echo "... main.s" - @echo "... optionsdialog.o" - @echo "... optionsdialog.i" - @echo "... optionsdialog.s" - @echo "... titlescreen.o" - @echo "... titlescreen.i" - @echo "... titlescreen.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/examples/src/hun-garr/cmake_install.cmake b/build_emscripten/examples/src/hun-garr/cmake_install.cmake deleted file mode 100644 index b1d15593..00000000 --- a/build_emscripten/examples/src/hun-garr/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/examples/src/hun-garr - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/examples/src/hun-garr/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/examples/src/v12demo/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/examples/src/v12demo/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/examples/src/v12demo/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/DependInfo.cmake b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/DependInfo.cmake deleted file mode 100644 index d932a90f..00000000 --- a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/DependInfo.cmake +++ /dev/null @@ -1,28 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/examples/src/res.cpp" "examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.o" "gcc" "examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/v12demo/board.cpp" "examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.o" "gcc" "examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/v12demo/demowidget.cpp" "examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.o" "gcc" "examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/v12demo/main.cpp" "examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.o" "gcc" "examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/v12demo/v12demoapp.cpp" "examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.o" "gcc" "examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.o.d" - "" "/home/guest/Downloads/PopLib/examples/bin/V12Demo" "gcc" "examples/src/v12demo/CMakeFiles/V12Demo.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make deleted file mode 100644 index e05ee320..00000000 --- a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make +++ /dev/null @@ -1,193 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include examples/src/v12demo/CMakeFiles/V12Demo.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.make - -# Include the progress variables for this target. -include examples/src/v12demo/CMakeFiles/V12Demo.dir/progress.make - -# Include the compile flags for this target's objects. -include examples/src/v12demo/CMakeFiles/V12Demo.dir/flags.make - -examples/src/v12demo/CMakeFiles/V12Demo.dir/codegen: -.PHONY : examples/src/v12demo/CMakeFiles/V12Demo.dir/codegen - -examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.o: examples/src/v12demo/CMakeFiles/V12Demo.dir/flags.make -examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.o: /home/guest/Downloads/PopLib/examples/src/v12demo/main.cpp -examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.o: examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.o -MF CMakeFiles/V12Demo.dir/main.cpp.o.d -o CMakeFiles/V12Demo.dir/main.cpp.o -c /home/guest/Downloads/PopLib/examples/src/v12demo/main.cpp - -examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/V12Demo.dir/main.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/v12demo/main.cpp > CMakeFiles/V12Demo.dir/main.cpp.i - -examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/V12Demo.dir/main.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/v12demo/main.cpp -o CMakeFiles/V12Demo.dir/main.cpp.s - -examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.o: examples/src/v12demo/CMakeFiles/V12Demo.dir/flags.make -examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.o: /home/guest/Downloads/PopLib/examples/src/v12demo/v12demoapp.cpp -examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.o: examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.o -MF CMakeFiles/V12Demo.dir/v12demoapp.cpp.o.d -o CMakeFiles/V12Demo.dir/v12demoapp.cpp.o -c /home/guest/Downloads/PopLib/examples/src/v12demo/v12demoapp.cpp - -examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/V12Demo.dir/v12demoapp.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/v12demo/v12demoapp.cpp > CMakeFiles/V12Demo.dir/v12demoapp.cpp.i - -examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/V12Demo.dir/v12demoapp.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/v12demo/v12demoapp.cpp -o CMakeFiles/V12Demo.dir/v12demoapp.cpp.s - -examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.o: examples/src/v12demo/CMakeFiles/V12Demo.dir/flags.make -examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.o: /home/guest/Downloads/PopLib/examples/src/v12demo/board.cpp -examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.o: examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.o -MF CMakeFiles/V12Demo.dir/board.cpp.o.d -o CMakeFiles/V12Demo.dir/board.cpp.o -c /home/guest/Downloads/PopLib/examples/src/v12demo/board.cpp - -examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/V12Demo.dir/board.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/v12demo/board.cpp > CMakeFiles/V12Demo.dir/board.cpp.i - -examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/V12Demo.dir/board.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/v12demo/board.cpp -o CMakeFiles/V12Demo.dir/board.cpp.s - -examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.o: examples/src/v12demo/CMakeFiles/V12Demo.dir/flags.make -examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.o: /home/guest/Downloads/PopLib/examples/src/v12demo/demowidget.cpp -examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.o: examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.o -MF CMakeFiles/V12Demo.dir/demowidget.cpp.o.d -o CMakeFiles/V12Demo.dir/demowidget.cpp.o -c /home/guest/Downloads/PopLib/examples/src/v12demo/demowidget.cpp - -examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/V12Demo.dir/demowidget.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/v12demo/demowidget.cpp > CMakeFiles/V12Demo.dir/demowidget.cpp.i - -examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/V12Demo.dir/demowidget.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/v12demo/demowidget.cpp -o CMakeFiles/V12Demo.dir/demowidget.cpp.s - -examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.o: examples/src/v12demo/CMakeFiles/V12Demo.dir/flags.make -examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.o: /home/guest/Downloads/PopLib/examples/src/res.cpp -examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.o: examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.o -MF CMakeFiles/V12Demo.dir/__/res.cpp.o.d -o CMakeFiles/V12Demo.dir/__/res.cpp.o -c /home/guest/Downloads/PopLib/examples/src/res.cpp - -examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/V12Demo.dir/__/res.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/res.cpp > CMakeFiles/V12Demo.dir/__/res.cpp.i - -examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/V12Demo.dir/__/res.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/res.cpp -o CMakeFiles/V12Demo.dir/__/res.cpp.s - -# Object files for target V12Demo -V12Demo_OBJECTS = \ -"CMakeFiles/V12Demo.dir/main.cpp.o" \ -"CMakeFiles/V12Demo.dir/v12demoapp.cpp.o" \ -"CMakeFiles/V12Demo.dir/board.cpp.o" \ -"CMakeFiles/V12Demo.dir/demowidget.cpp.o" \ -"CMakeFiles/V12Demo.dir/__/res.cpp.o" - -# External object files for target V12Demo -V12Demo_EXTERNAL_OBJECTS = - -/home/guest/Downloads/PopLib/examples/bin/V12Demo: examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.o -/home/guest/Downloads/PopLib/examples/bin/V12Demo: examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.o -/home/guest/Downloads/PopLib/examples/bin/V12Demo: examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.o -/home/guest/Downloads/PopLib/examples/bin/V12Demo: examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.o -/home/guest/Downloads/PopLib/examples/bin/V12Demo: examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.o -/home/guest/Downloads/PopLib/examples/bin/V12Demo: examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make -/home/guest/Downloads/PopLib/examples/bin/V12Demo: examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.ts -/home/guest/Downloads/PopLib/examples/bin/V12Demo: PopWork/libPopWork.a -/home/guest/Downloads/PopLib/examples/bin/V12Demo: external/SDL/libSDL3.a -/home/guest/Downloads/PopLib/examples/bin/V12Demo: external/SDL_ttf/libSDL3_ttf.a -/home/guest/Downloads/PopLib/examples/bin/V12Demo: /usr/lib/libharfbuzz.so -/home/guest/Downloads/PopLib/examples/bin/V12Demo: /usr/lib/libfreetype.so -/home/guest/Downloads/PopLib/examples/bin/V12Demo: external/openal/libopenal.a -/home/guest/Downloads/PopLib/examples/bin/V12Demo: external/miniaudio/libminiaudio.a -/home/guest/Downloads/PopLib/examples/bin/V12Demo: external/vorbis/lib/libvorbisfile.a -/home/guest/Downloads/PopLib/examples/bin/V12Demo: external/vorbis/lib/libvorbis.a -/home/guest/Downloads/PopLib/examples/bin/V12Demo: external/ogg/libogg.a -/home/guest/Downloads/PopLib/examples/bin/V12Demo: external/curl/lib/libcurl.a -/home/guest/Downloads/PopLib/examples/bin/V12Demo: /usr/lib/libz.so -/home/guest/Downloads/PopLib/examples/bin/V12Demo: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so -/home/guest/Downloads/PopLib/examples/bin/V12Demo: examples/src/v12demo/CMakeFiles/V12Demo.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Linking CXX executable /home/guest/Downloads/PopLib/examples/bin/V12Demo" - cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/V12Demo.dir/link.txt --verbose=$(VERBOSE) - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold "Copying runtime DLL: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so to output directory" - cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && /usr/bin/cmake -E copy_if_different /home/guest/Downloads/PopLib/external/bass/x64/libbass.so /home/guest/Downloads/PopLib/examples/bin - -# Rule to build all files generated by this target. -examples/src/v12demo/CMakeFiles/V12Demo.dir/build: /home/guest/Downloads/PopLib/examples/bin/V12Demo -.PHONY : examples/src/v12demo/CMakeFiles/V12Demo.dir/build - -examples/src/v12demo/CMakeFiles/V12Demo.dir/clean: - cd /home/guest/Downloads/PopLib/build/examples/src/v12demo && $(CMAKE_COMMAND) -P CMakeFiles/V12Demo.dir/cmake_clean.cmake -.PHONY : examples/src/v12demo/CMakeFiles/V12Demo.dir/clean - -examples/src/v12demo/CMakeFiles/V12Demo.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/examples/src/v12demo /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/examples/src/v12demo /home/guest/Downloads/PopLib/build/examples/src/v12demo/CMakeFiles/V12Demo.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : examples/src/v12demo/CMakeFiles/V12Demo.dir/depend - diff --git a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/cmake_clean.cmake b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/cmake_clean.cmake deleted file mode 100644 index 739b0bf9..00000000 --- a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/cmake_clean.cmake +++ /dev/null @@ -1,20 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/V12Demo.dir/link.d" - "/home/guest/Downloads/PopLib/examples/bin/V12Demo" - "/home/guest/Downloads/PopLib/examples/bin/V12Demo.pdb" - "CMakeFiles/V12Demo.dir/__/res.cpp.o" - "CMakeFiles/V12Demo.dir/__/res.cpp.o.d" - "CMakeFiles/V12Demo.dir/board.cpp.o" - "CMakeFiles/V12Demo.dir/board.cpp.o.d" - "CMakeFiles/V12Demo.dir/demowidget.cpp.o" - "CMakeFiles/V12Demo.dir/demowidget.cpp.o.d" - "CMakeFiles/V12Demo.dir/main.cpp.o" - "CMakeFiles/V12Demo.dir/main.cpp.o.d" - "CMakeFiles/V12Demo.dir/v12demoapp.cpp.o" - "CMakeFiles/V12Demo.dir/v12demoapp.cpp.o.d" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/V12Demo.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.make b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.make deleted file mode 100644 index 97422f22..00000000 --- a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for V12Demo. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.ts b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.ts deleted file mode 100644 index a3a07ecb..00000000 --- a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for V12Demo. diff --git a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/depend.make b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/depend.make deleted file mode 100644 index 0ff79d2b..00000000 --- a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for V12Demo. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/flags.make b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/flags.make deleted file mode 100644 index 560b0612..00000000 --- a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -DAL_LIBTYPE_STATIC -DCURL_STATICLIB -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/examples/src/v12demo/.. -I/home/guest/Downloads/PopLib -I/home/guest/Downloads/PopLib/PopWork -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/miniaudio -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/curl/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE - diff --git a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/link.txt b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/link.txt deleted file mode 100644 index 1167438a..00000000 --- a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -pthread -Wl,--dependency-file=CMakeFiles/V12Demo.dir/link.d CMakeFiles/V12Demo.dir/main.cpp.o CMakeFiles/V12Demo.dir/v12demoapp.cpp.o CMakeFiles/V12Demo.dir/board.cpp.o CMakeFiles/V12Demo.dir/demowidget.cpp.o CMakeFiles/V12Demo.dir/__/res.cpp.o -o /home/guest/Downloads/PopLib/examples/bin/V12Demo -L/home/guest/Downloads/PopLib/external/bass/x64 -Wl,-rpath,/home/guest/Downloads/PopLib/external/bass/x64 ../../../PopWork/libPopWork.a ../../../external/SDL/libSDL3.a ../../../external/SDL_ttf/libSDL3_ttf.a /usr/lib/libharfbuzz.so /usr/lib/libfreetype.so ../../../external/openal/libopenal.a -pthread -ldl -latomic ../../../external/miniaudio/libminiaudio.a ../../../external/vorbis/lib/libvorbisfile.a ../../../external/vorbis/lib/libvorbis.a ../../../external/ogg/libogg.a -lm ../../../external/curl/lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -lbass diff --git a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/progress.make b/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/progress.make deleted file mode 100644 index 4314b8a4..00000000 --- a/build_emscripten/examples/src/v12demo/CMakeFiles/V12Demo.dir/progress.make +++ /dev/null @@ -1,7 +0,0 @@ -CMAKE_PROGRESS_1 = 32 -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = - diff --git a/build_emscripten/examples/src/v12demo/CMakeFiles/progress.marks b/build_emscripten/examples/src/v12demo/CMakeFiles/progress.marks deleted file mode 100644 index 9902f178..00000000 --- a/build_emscripten/examples/src/v12demo/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -28 diff --git a/build_emscripten/examples/src/v12demo/Makefile b/build_emscripten/examples/src/v12demo/Makefile deleted file mode 100644 index dbb07db2..00000000 --- a/build_emscripten/examples/src/v12demo/Makefile +++ /dev/null @@ -1,363 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/examples/src/v12demo//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v12demo/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v12demo/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v12demo/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v12demo/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -examples/src/v12demo/CMakeFiles/V12Demo.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v12demo/CMakeFiles/V12Demo.dir/rule -.PHONY : examples/src/v12demo/CMakeFiles/V12Demo.dir/rule - -# Convenience name for target. -V12Demo: examples/src/v12demo/CMakeFiles/V12Demo.dir/rule -.PHONY : V12Demo - -# fast build rule for target. -V12Demo/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/build -.PHONY : V12Demo/fast - -__/res.o: __/res.cpp.o -.PHONY : __/res.o - -# target to build an object file -__/res.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.o -.PHONY : __/res.cpp.o - -__/res.i: __/res.cpp.i -.PHONY : __/res.i - -# target to preprocess a source file -__/res.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.i -.PHONY : __/res.cpp.i - -__/res.s: __/res.cpp.s -.PHONY : __/res.s - -# target to generate assembly for a file -__/res.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/__/res.cpp.s -.PHONY : __/res.cpp.s - -board.o: board.cpp.o -.PHONY : board.o - -# target to build an object file -board.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.o -.PHONY : board.cpp.o - -board.i: board.cpp.i -.PHONY : board.i - -# target to preprocess a source file -board.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.i -.PHONY : board.cpp.i - -board.s: board.cpp.s -.PHONY : board.s - -# target to generate assembly for a file -board.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/board.cpp.s -.PHONY : board.cpp.s - -demowidget.o: demowidget.cpp.o -.PHONY : demowidget.o - -# target to build an object file -demowidget.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.o -.PHONY : demowidget.cpp.o - -demowidget.i: demowidget.cpp.i -.PHONY : demowidget.i - -# target to preprocess a source file -demowidget.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.i -.PHONY : demowidget.cpp.i - -demowidget.s: demowidget.cpp.s -.PHONY : demowidget.s - -# target to generate assembly for a file -demowidget.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/demowidget.cpp.s -.PHONY : demowidget.cpp.s - -main.o: main.cpp.o -.PHONY : main.o - -# target to build an object file -main.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.o -.PHONY : main.cpp.o - -main.i: main.cpp.i -.PHONY : main.i - -# target to preprocess a source file -main.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.i -.PHONY : main.cpp.i - -main.s: main.cpp.s -.PHONY : main.s - -# target to generate assembly for a file -main.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/main.cpp.s -.PHONY : main.cpp.s - -v12demoapp.o: v12demoapp.cpp.o -.PHONY : v12demoapp.o - -# target to build an object file -v12demoapp.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.o -.PHONY : v12demoapp.cpp.o - -v12demoapp.i: v12demoapp.cpp.i -.PHONY : v12demoapp.i - -# target to preprocess a source file -v12demoapp.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.i -.PHONY : v12demoapp.cpp.i - -v12demoapp.s: v12demoapp.cpp.s -.PHONY : v12demoapp.s - -# target to generate assembly for a file -v12demoapp.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v12demo/CMakeFiles/V12Demo.dir/build.make examples/src/v12demo/CMakeFiles/V12Demo.dir/v12demoapp.cpp.s -.PHONY : v12demoapp.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... V12Demo" - @echo "... __/res.o" - @echo "... __/res.i" - @echo "... __/res.s" - @echo "... board.o" - @echo "... board.i" - @echo "... board.s" - @echo "... demowidget.o" - @echo "... demowidget.i" - @echo "... demowidget.s" - @echo "... main.o" - @echo "... main.i" - @echo "... main.s" - @echo "... v12demoapp.o" - @echo "... v12demoapp.i" - @echo "... v12demoapp.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/examples/src/v12demo/cmake_install.cmake b/build_emscripten/examples/src/v12demo/cmake_install.cmake deleted file mode 100644 index 330e9aad..00000000 --- a/build_emscripten/examples/src/v12demo/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/examples/src/v12demo - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/examples/src/v12demo/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/examples/src/v14demo/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/examples/src/v14demo/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/examples/src/v14demo/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/DependInfo.cmake b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/DependInfo.cmake deleted file mode 100644 index 9d97b196..00000000 --- a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/DependInfo.cmake +++ /dev/null @@ -1,28 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/examples/src/res.cpp" "examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.o" "gcc" "examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/v14demo/board.cpp" "examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.o" "gcc" "examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/v14demo/demowidget.cpp" "examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.o" "gcc" "examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/v14demo/main.cpp" "examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.o" "gcc" "examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/v14demo/v14demoapp.cpp" "examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.o" "gcc" "examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.o.d" - "" "/home/guest/Downloads/PopLib/examples/bin/V14Demo" "gcc" "examples/src/v14demo/CMakeFiles/V14Demo.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make deleted file mode 100644 index 85620d45..00000000 --- a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make +++ /dev/null @@ -1,193 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include examples/src/v14demo/CMakeFiles/V14Demo.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.make - -# Include the progress variables for this target. -include examples/src/v14demo/CMakeFiles/V14Demo.dir/progress.make - -# Include the compile flags for this target's objects. -include examples/src/v14demo/CMakeFiles/V14Demo.dir/flags.make - -examples/src/v14demo/CMakeFiles/V14Demo.dir/codegen: -.PHONY : examples/src/v14demo/CMakeFiles/V14Demo.dir/codegen - -examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.o: examples/src/v14demo/CMakeFiles/V14Demo.dir/flags.make -examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.o: /home/guest/Downloads/PopLib/examples/src/v14demo/main.cpp -examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.o: examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.o -MF CMakeFiles/V14Demo.dir/main.cpp.o.d -o CMakeFiles/V14Demo.dir/main.cpp.o -c /home/guest/Downloads/PopLib/examples/src/v14demo/main.cpp - -examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/V14Demo.dir/main.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/v14demo/main.cpp > CMakeFiles/V14Demo.dir/main.cpp.i - -examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/V14Demo.dir/main.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/v14demo/main.cpp -o CMakeFiles/V14Demo.dir/main.cpp.s - -examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.o: examples/src/v14demo/CMakeFiles/V14Demo.dir/flags.make -examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.o: /home/guest/Downloads/PopLib/examples/src/v14demo/v14demoapp.cpp -examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.o: examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.o -MF CMakeFiles/V14Demo.dir/v14demoapp.cpp.o.d -o CMakeFiles/V14Demo.dir/v14demoapp.cpp.o -c /home/guest/Downloads/PopLib/examples/src/v14demo/v14demoapp.cpp - -examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/V14Demo.dir/v14demoapp.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/v14demo/v14demoapp.cpp > CMakeFiles/V14Demo.dir/v14demoapp.cpp.i - -examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/V14Demo.dir/v14demoapp.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/v14demo/v14demoapp.cpp -o CMakeFiles/V14Demo.dir/v14demoapp.cpp.s - -examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.o: examples/src/v14demo/CMakeFiles/V14Demo.dir/flags.make -examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.o: /home/guest/Downloads/PopLib/examples/src/v14demo/board.cpp -examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.o: examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.o -MF CMakeFiles/V14Demo.dir/board.cpp.o.d -o CMakeFiles/V14Demo.dir/board.cpp.o -c /home/guest/Downloads/PopLib/examples/src/v14demo/board.cpp - -examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/V14Demo.dir/board.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/v14demo/board.cpp > CMakeFiles/V14Demo.dir/board.cpp.i - -examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/V14Demo.dir/board.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/v14demo/board.cpp -o CMakeFiles/V14Demo.dir/board.cpp.s - -examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.o: examples/src/v14demo/CMakeFiles/V14Demo.dir/flags.make -examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.o: /home/guest/Downloads/PopLib/examples/src/v14demo/demowidget.cpp -examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.o: examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.o -MF CMakeFiles/V14Demo.dir/demowidget.cpp.o.d -o CMakeFiles/V14Demo.dir/demowidget.cpp.o -c /home/guest/Downloads/PopLib/examples/src/v14demo/demowidget.cpp - -examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/V14Demo.dir/demowidget.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/v14demo/demowidget.cpp > CMakeFiles/V14Demo.dir/demowidget.cpp.i - -examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/V14Demo.dir/demowidget.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/v14demo/demowidget.cpp -o CMakeFiles/V14Demo.dir/demowidget.cpp.s - -examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.o: examples/src/v14demo/CMakeFiles/V14Demo.dir/flags.make -examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.o: /home/guest/Downloads/PopLib/examples/src/res.cpp -examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.o: examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.o -MF CMakeFiles/V14Demo.dir/__/res.cpp.o.d -o CMakeFiles/V14Demo.dir/__/res.cpp.o -c /home/guest/Downloads/PopLib/examples/src/res.cpp - -examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/V14Demo.dir/__/res.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/res.cpp > CMakeFiles/V14Demo.dir/__/res.cpp.i - -examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/V14Demo.dir/__/res.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/res.cpp -o CMakeFiles/V14Demo.dir/__/res.cpp.s - -# Object files for target V14Demo -V14Demo_OBJECTS = \ -"CMakeFiles/V14Demo.dir/main.cpp.o" \ -"CMakeFiles/V14Demo.dir/v14demoapp.cpp.o" \ -"CMakeFiles/V14Demo.dir/board.cpp.o" \ -"CMakeFiles/V14Demo.dir/demowidget.cpp.o" \ -"CMakeFiles/V14Demo.dir/__/res.cpp.o" - -# External object files for target V14Demo -V14Demo_EXTERNAL_OBJECTS = - -/home/guest/Downloads/PopLib/examples/bin/V14Demo: examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.o -/home/guest/Downloads/PopLib/examples/bin/V14Demo: examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.o -/home/guest/Downloads/PopLib/examples/bin/V14Demo: examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.o -/home/guest/Downloads/PopLib/examples/bin/V14Demo: examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.o -/home/guest/Downloads/PopLib/examples/bin/V14Demo: examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.o -/home/guest/Downloads/PopLib/examples/bin/V14Demo: examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make -/home/guest/Downloads/PopLib/examples/bin/V14Demo: examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.ts -/home/guest/Downloads/PopLib/examples/bin/V14Demo: PopWork/libPopWork.a -/home/guest/Downloads/PopLib/examples/bin/V14Demo: external/SDL/libSDL3.a -/home/guest/Downloads/PopLib/examples/bin/V14Demo: external/SDL_ttf/libSDL3_ttf.a -/home/guest/Downloads/PopLib/examples/bin/V14Demo: /usr/lib/libharfbuzz.so -/home/guest/Downloads/PopLib/examples/bin/V14Demo: /usr/lib/libfreetype.so -/home/guest/Downloads/PopLib/examples/bin/V14Demo: external/openal/libopenal.a -/home/guest/Downloads/PopLib/examples/bin/V14Demo: external/miniaudio/libminiaudio.a -/home/guest/Downloads/PopLib/examples/bin/V14Demo: external/vorbis/lib/libvorbisfile.a -/home/guest/Downloads/PopLib/examples/bin/V14Demo: external/vorbis/lib/libvorbis.a -/home/guest/Downloads/PopLib/examples/bin/V14Demo: external/ogg/libogg.a -/home/guest/Downloads/PopLib/examples/bin/V14Demo: external/curl/lib/libcurl.a -/home/guest/Downloads/PopLib/examples/bin/V14Demo: /usr/lib/libz.so -/home/guest/Downloads/PopLib/examples/bin/V14Demo: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so -/home/guest/Downloads/PopLib/examples/bin/V14Demo: examples/src/v14demo/CMakeFiles/V14Demo.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Linking CXX executable /home/guest/Downloads/PopLib/examples/bin/V14Demo" - cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/V14Demo.dir/link.txt --verbose=$(VERBOSE) - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold "Copying runtime DLL: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so to output directory" - cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && /usr/bin/cmake -E copy_if_different /home/guest/Downloads/PopLib/external/bass/x64/libbass.so /home/guest/Downloads/PopLib/examples/bin - -# Rule to build all files generated by this target. -examples/src/v14demo/CMakeFiles/V14Demo.dir/build: /home/guest/Downloads/PopLib/examples/bin/V14Demo -.PHONY : examples/src/v14demo/CMakeFiles/V14Demo.dir/build - -examples/src/v14demo/CMakeFiles/V14Demo.dir/clean: - cd /home/guest/Downloads/PopLib/build/examples/src/v14demo && $(CMAKE_COMMAND) -P CMakeFiles/V14Demo.dir/cmake_clean.cmake -.PHONY : examples/src/v14demo/CMakeFiles/V14Demo.dir/clean - -examples/src/v14demo/CMakeFiles/V14Demo.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/examples/src/v14demo /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/examples/src/v14demo /home/guest/Downloads/PopLib/build/examples/src/v14demo/CMakeFiles/V14Demo.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : examples/src/v14demo/CMakeFiles/V14Demo.dir/depend - diff --git a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/cmake_clean.cmake b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/cmake_clean.cmake deleted file mode 100644 index a867cfb4..00000000 --- a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/cmake_clean.cmake +++ /dev/null @@ -1,20 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/V14Demo.dir/link.d" - "/home/guest/Downloads/PopLib/examples/bin/V14Demo" - "/home/guest/Downloads/PopLib/examples/bin/V14Demo.pdb" - "CMakeFiles/V14Demo.dir/__/res.cpp.o" - "CMakeFiles/V14Demo.dir/__/res.cpp.o.d" - "CMakeFiles/V14Demo.dir/board.cpp.o" - "CMakeFiles/V14Demo.dir/board.cpp.o.d" - "CMakeFiles/V14Demo.dir/demowidget.cpp.o" - "CMakeFiles/V14Demo.dir/demowidget.cpp.o.d" - "CMakeFiles/V14Demo.dir/main.cpp.o" - "CMakeFiles/V14Demo.dir/main.cpp.o.d" - "CMakeFiles/V14Demo.dir/v14demoapp.cpp.o" - "CMakeFiles/V14Demo.dir/v14demoapp.cpp.o.d" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/V14Demo.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.make b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.make deleted file mode 100644 index 2d6adad6..00000000 --- a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for V14Demo. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.ts b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.ts deleted file mode 100644 index cbf58125..00000000 --- a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for V14Demo. diff --git a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/depend.make b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/depend.make deleted file mode 100644 index e226ac49..00000000 --- a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for V14Demo. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/flags.make b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/flags.make deleted file mode 100644 index 90071f4e..00000000 --- a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -DAL_LIBTYPE_STATIC -DCURL_STATICLIB -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/examples/src/v14demo/.. -I/home/guest/Downloads/PopLib -I/home/guest/Downloads/PopLib/PopWork -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/miniaudio -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/curl/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE - diff --git a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/link.txt b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/link.txt deleted file mode 100644 index 69180fc4..00000000 --- a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -pthread -Wl,--dependency-file=CMakeFiles/V14Demo.dir/link.d CMakeFiles/V14Demo.dir/main.cpp.o CMakeFiles/V14Demo.dir/v14demoapp.cpp.o CMakeFiles/V14Demo.dir/board.cpp.o CMakeFiles/V14Demo.dir/demowidget.cpp.o CMakeFiles/V14Demo.dir/__/res.cpp.o -o /home/guest/Downloads/PopLib/examples/bin/V14Demo -L/home/guest/Downloads/PopLib/external/bass/x64 -Wl,-rpath,/home/guest/Downloads/PopLib/external/bass/x64 ../../../PopWork/libPopWork.a ../../../external/SDL/libSDL3.a ../../../external/SDL_ttf/libSDL3_ttf.a /usr/lib/libharfbuzz.so /usr/lib/libfreetype.so ../../../external/openal/libopenal.a -pthread -ldl -latomic ../../../external/miniaudio/libminiaudio.a ../../../external/vorbis/lib/libvorbisfile.a ../../../external/vorbis/lib/libvorbis.a ../../../external/ogg/libogg.a -lm ../../../external/curl/lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -lbass diff --git a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/progress.make b/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/progress.make deleted file mode 100644 index fa5791f5..00000000 --- a/build_emscripten/examples/src/v14demo/CMakeFiles/V14Demo.dir/progress.make +++ /dev/null @@ -1,7 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = - diff --git a/build_emscripten/examples/src/v14demo/CMakeFiles/progress.marks b/build_emscripten/examples/src/v14demo/CMakeFiles/progress.marks deleted file mode 100644 index f64f5d8d..00000000 --- a/build_emscripten/examples/src/v14demo/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -27 diff --git a/build_emscripten/examples/src/v14demo/Makefile b/build_emscripten/examples/src/v14demo/Makefile deleted file mode 100644 index f40c143a..00000000 --- a/build_emscripten/examples/src/v14demo/Makefile +++ /dev/null @@ -1,363 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/examples/src/v14demo//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v14demo/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v14demo/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v14demo/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v14demo/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -examples/src/v14demo/CMakeFiles/V14Demo.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/v14demo/CMakeFiles/V14Demo.dir/rule -.PHONY : examples/src/v14demo/CMakeFiles/V14Demo.dir/rule - -# Convenience name for target. -V14Demo: examples/src/v14demo/CMakeFiles/V14Demo.dir/rule -.PHONY : V14Demo - -# fast build rule for target. -V14Demo/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/build -.PHONY : V14Demo/fast - -__/res.o: __/res.cpp.o -.PHONY : __/res.o - -# target to build an object file -__/res.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.o -.PHONY : __/res.cpp.o - -__/res.i: __/res.cpp.i -.PHONY : __/res.i - -# target to preprocess a source file -__/res.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.i -.PHONY : __/res.cpp.i - -__/res.s: __/res.cpp.s -.PHONY : __/res.s - -# target to generate assembly for a file -__/res.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/__/res.cpp.s -.PHONY : __/res.cpp.s - -board.o: board.cpp.o -.PHONY : board.o - -# target to build an object file -board.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.o -.PHONY : board.cpp.o - -board.i: board.cpp.i -.PHONY : board.i - -# target to preprocess a source file -board.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.i -.PHONY : board.cpp.i - -board.s: board.cpp.s -.PHONY : board.s - -# target to generate assembly for a file -board.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/board.cpp.s -.PHONY : board.cpp.s - -demowidget.o: demowidget.cpp.o -.PHONY : demowidget.o - -# target to build an object file -demowidget.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.o -.PHONY : demowidget.cpp.o - -demowidget.i: demowidget.cpp.i -.PHONY : demowidget.i - -# target to preprocess a source file -demowidget.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.i -.PHONY : demowidget.cpp.i - -demowidget.s: demowidget.cpp.s -.PHONY : demowidget.s - -# target to generate assembly for a file -demowidget.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/demowidget.cpp.s -.PHONY : demowidget.cpp.s - -main.o: main.cpp.o -.PHONY : main.o - -# target to build an object file -main.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.o -.PHONY : main.cpp.o - -main.i: main.cpp.i -.PHONY : main.i - -# target to preprocess a source file -main.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.i -.PHONY : main.cpp.i - -main.s: main.cpp.s -.PHONY : main.s - -# target to generate assembly for a file -main.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/main.cpp.s -.PHONY : main.cpp.s - -v14demoapp.o: v14demoapp.cpp.o -.PHONY : v14demoapp.o - -# target to build an object file -v14demoapp.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.o -.PHONY : v14demoapp.cpp.o - -v14demoapp.i: v14demoapp.cpp.i -.PHONY : v14demoapp.i - -# target to preprocess a source file -v14demoapp.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.i -.PHONY : v14demoapp.cpp.i - -v14demoapp.s: v14demoapp.cpp.s -.PHONY : v14demoapp.s - -# target to generate assembly for a file -v14demoapp.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/v14demo/CMakeFiles/V14Demo.dir/build.make examples/src/v14demo/CMakeFiles/V14Demo.dir/v14demoapp.cpp.s -.PHONY : v14demoapp.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... V14Demo" - @echo "... __/res.o" - @echo "... __/res.i" - @echo "... __/res.s" - @echo "... board.o" - @echo "... board.i" - @echo "... board.s" - @echo "... demowidget.o" - @echo "... demowidget.i" - @echo "... demowidget.s" - @echo "... main.o" - @echo "... main.i" - @echo "... main.s" - @echo "... v14demoapp.o" - @echo "... v14demoapp.i" - @echo "... v14demoapp.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/examples/src/v14demo/cmake_install.cmake b/build_emscripten/examples/src/v14demo/cmake_install.cmake deleted file mode 100644 index 08c89b7a..00000000 --- a/build_emscripten/examples/src/v14demo/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/examples/src/v14demo - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/examples/src/v14demo/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/examples/src/xmldemo/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/examples/src/xmldemo/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/examples/src/xmldemo/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/DependInfo.cmake b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/DependInfo.cmake deleted file mode 100644 index 27acb029..00000000 --- a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/DependInfo.cmake +++ /dev/null @@ -1,27 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/examples/src/res.cpp" "examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.o" "gcc" "examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/xmldemo/board.cpp" "examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.o" "gcc" "examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/xmldemo/main.cpp" "examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.o" "gcc" "examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.o.d" - "/home/guest/Downloads/PopLib/examples/src/xmldemo/xmldemoapp.cpp" "examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o" "gcc" "examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o.d" - "" "/home/guest/Downloads/PopLib/examples/bin/XMLDemo" "gcc" "examples/src/xmldemo/CMakeFiles/XMLDemo.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make deleted file mode 100644 index fbd183a1..00000000 --- a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make +++ /dev/null @@ -1,177 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include examples/src/xmldemo/CMakeFiles/XMLDemo.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.make - -# Include the progress variables for this target. -include examples/src/xmldemo/CMakeFiles/XMLDemo.dir/progress.make - -# Include the compile flags for this target's objects. -include examples/src/xmldemo/CMakeFiles/XMLDemo.dir/flags.make - -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/codegen: -.PHONY : examples/src/xmldemo/CMakeFiles/XMLDemo.dir/codegen - -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.o: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/flags.make -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.o: /home/guest/Downloads/PopLib/examples/src/xmldemo/main.cpp -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.o: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.o -MF CMakeFiles/XMLDemo.dir/main.cpp.o.d -o CMakeFiles/XMLDemo.dir/main.cpp.o -c /home/guest/Downloads/PopLib/examples/src/xmldemo/main.cpp - -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/XMLDemo.dir/main.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/xmldemo/main.cpp > CMakeFiles/XMLDemo.dir/main.cpp.i - -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/XMLDemo.dir/main.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/xmldemo/main.cpp -o CMakeFiles/XMLDemo.dir/main.cpp.s - -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/flags.make -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o: /home/guest/Downloads/PopLib/examples/src/xmldemo/xmldemoapp.cpp -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o -MF CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o.d -o CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o -c /home/guest/Downloads/PopLib/examples/src/xmldemo/xmldemoapp.cpp - -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/xmldemo/xmldemoapp.cpp > CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.i - -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/xmldemo/xmldemoapp.cpp -o CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.s - -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.o: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/flags.make -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.o: /home/guest/Downloads/PopLib/examples/src/xmldemo/board.cpp -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.o: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.o -MF CMakeFiles/XMLDemo.dir/board.cpp.o.d -o CMakeFiles/XMLDemo.dir/board.cpp.o -c /home/guest/Downloads/PopLib/examples/src/xmldemo/board.cpp - -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/XMLDemo.dir/board.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/xmldemo/board.cpp > CMakeFiles/XMLDemo.dir/board.cpp.i - -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/XMLDemo.dir/board.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/xmldemo/board.cpp -o CMakeFiles/XMLDemo.dir/board.cpp.s - -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.o: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/flags.make -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.o: /home/guest/Downloads/PopLib/examples/src/res.cpp -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.o: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.o" - cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.o -MF CMakeFiles/XMLDemo.dir/__/res.cpp.o.d -o CMakeFiles/XMLDemo.dir/__/res.cpp.o -c /home/guest/Downloads/PopLib/examples/src/res.cpp - -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/XMLDemo.dir/__/res.cpp.i" - cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/examples/src/res.cpp > CMakeFiles/XMLDemo.dir/__/res.cpp.i - -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/XMLDemo.dir/__/res.cpp.s" - cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/examples/src/res.cpp -o CMakeFiles/XMLDemo.dir/__/res.cpp.s - -# Object files for target XMLDemo -XMLDemo_OBJECTS = \ -"CMakeFiles/XMLDemo.dir/main.cpp.o" \ -"CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o" \ -"CMakeFiles/XMLDemo.dir/board.cpp.o" \ -"CMakeFiles/XMLDemo.dir/__/res.cpp.o" - -# External object files for target XMLDemo -XMLDemo_EXTERNAL_OBJECTS = - -/home/guest/Downloads/PopLib/examples/bin/XMLDemo: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.o -/home/guest/Downloads/PopLib/examples/bin/XMLDemo: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o -/home/guest/Downloads/PopLib/examples/bin/XMLDemo: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.o -/home/guest/Downloads/PopLib/examples/bin/XMLDemo: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.o -/home/guest/Downloads/PopLib/examples/bin/XMLDemo: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make -/home/guest/Downloads/PopLib/examples/bin/XMLDemo: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.ts -/home/guest/Downloads/PopLib/examples/bin/XMLDemo: PopWork/libPopWork.a -/home/guest/Downloads/PopLib/examples/bin/XMLDemo: external/SDL/libSDL3.a -/home/guest/Downloads/PopLib/examples/bin/XMLDemo: external/SDL_ttf/libSDL3_ttf.a -/home/guest/Downloads/PopLib/examples/bin/XMLDemo: /usr/lib/libharfbuzz.so -/home/guest/Downloads/PopLib/examples/bin/XMLDemo: /usr/lib/libfreetype.so -/home/guest/Downloads/PopLib/examples/bin/XMLDemo: external/openal/libopenal.a -/home/guest/Downloads/PopLib/examples/bin/XMLDemo: external/miniaudio/libminiaudio.a -/home/guest/Downloads/PopLib/examples/bin/XMLDemo: external/vorbis/lib/libvorbisfile.a -/home/guest/Downloads/PopLib/examples/bin/XMLDemo: external/vorbis/lib/libvorbis.a -/home/guest/Downloads/PopLib/examples/bin/XMLDemo: external/ogg/libogg.a -/home/guest/Downloads/PopLib/examples/bin/XMLDemo: external/curl/lib/libcurl.a -/home/guest/Downloads/PopLib/examples/bin/XMLDemo: /usr/lib/libz.so -/home/guest/Downloads/PopLib/examples/bin/XMLDemo: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so -/home/guest/Downloads/PopLib/examples/bin/XMLDemo: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking CXX executable /home/guest/Downloads/PopLib/examples/bin/XMLDemo" - cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/XMLDemo.dir/link.txt --verbose=$(VERBOSE) - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold "Copying runtime DLL: /home/guest/Downloads/PopLib/external/bass/x64/libbass.so to output directory" - cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && /usr/bin/cmake -E copy_if_different /home/guest/Downloads/PopLib/external/bass/x64/libbass.so /home/guest/Downloads/PopLib/examples/bin - -# Rule to build all files generated by this target. -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build: /home/guest/Downloads/PopLib/examples/bin/XMLDemo -.PHONY : examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build - -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/clean: - cd /home/guest/Downloads/PopLib/build/examples/src/xmldemo && $(CMAKE_COMMAND) -P CMakeFiles/XMLDemo.dir/cmake_clean.cmake -.PHONY : examples/src/xmldemo/CMakeFiles/XMLDemo.dir/clean - -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/examples/src/xmldemo /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/examples/src/xmldemo /home/guest/Downloads/PopLib/build/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : examples/src/xmldemo/CMakeFiles/XMLDemo.dir/depend - diff --git a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/cmake_clean.cmake b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/cmake_clean.cmake deleted file mode 100644 index afc4b3a9..00000000 --- a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/cmake_clean.cmake +++ /dev/null @@ -1,18 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/XMLDemo.dir/link.d" - "/home/guest/Downloads/PopLib/examples/bin/XMLDemo" - "/home/guest/Downloads/PopLib/examples/bin/XMLDemo.pdb" - "CMakeFiles/XMLDemo.dir/__/res.cpp.o" - "CMakeFiles/XMLDemo.dir/__/res.cpp.o.d" - "CMakeFiles/XMLDemo.dir/board.cpp.o" - "CMakeFiles/XMLDemo.dir/board.cpp.o.d" - "CMakeFiles/XMLDemo.dir/main.cpp.o" - "CMakeFiles/XMLDemo.dir/main.cpp.o.d" - "CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o" - "CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o.d" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/XMLDemo.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.make b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.make deleted file mode 100644 index 7aba3248..00000000 --- a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for XMLDemo. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.ts b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.ts deleted file mode 100644 index f9686665..00000000 --- a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for XMLDemo. diff --git a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/depend.make b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/depend.make deleted file mode 100644 index a70596b0..00000000 --- a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for XMLDemo. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/flags.make b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/flags.make deleted file mode 100644 index 09c1bdf2..00000000 --- a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -DAL_LIBTYPE_STATIC -DCURL_STATICLIB -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/examples/src/xmldemo/.. -I/home/guest/Downloads/PopLib -I/home/guest/Downloads/PopLib/PopWork -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/miniaudio -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/curl/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE - diff --git a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/link.txt b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/link.txt deleted file mode 100644 index 48b7873b..00000000 --- a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -pthread -Wl,--dependency-file=CMakeFiles/XMLDemo.dir/link.d CMakeFiles/XMLDemo.dir/main.cpp.o CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o CMakeFiles/XMLDemo.dir/board.cpp.o CMakeFiles/XMLDemo.dir/__/res.cpp.o -o /home/guest/Downloads/PopLib/examples/bin/XMLDemo -L/home/guest/Downloads/PopLib/external/bass/x64 -Wl,-rpath,/home/guest/Downloads/PopLib/external/bass/x64 ../../../PopWork/libPopWork.a ../../../external/SDL/libSDL3.a ../../../external/SDL_ttf/libSDL3_ttf.a /usr/lib/libharfbuzz.so /usr/lib/libfreetype.so ../../../external/openal/libopenal.a -pthread -ldl -latomic ../../../external/miniaudio/libminiaudio.a ../../../external/vorbis/lib/libvorbisfile.a ../../../external/vorbis/lib/libvorbis.a ../../../external/ogg/libogg.a -lm ../../../external/curl/lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -lbass diff --git a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/progress.make b/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/progress.make deleted file mode 100644 index 7f59a6bb..00000000 --- a/build_emscripten/examples/src/xmldemo/CMakeFiles/XMLDemo.dir/progress.make +++ /dev/null @@ -1,6 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = - diff --git a/build_emscripten/examples/src/xmldemo/CMakeFiles/progress.marks b/build_emscripten/examples/src/xmldemo/CMakeFiles/progress.marks deleted file mode 100644 index f64f5d8d..00000000 --- a/build_emscripten/examples/src/xmldemo/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -27 diff --git a/build_emscripten/examples/src/xmldemo/Makefile b/build_emscripten/examples/src/xmldemo/Makefile deleted file mode 100644 index 360b20ca..00000000 --- a/build_emscripten/examples/src/xmldemo/Makefile +++ /dev/null @@ -1,336 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/examples/src/xmldemo//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/xmldemo/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/xmldemo/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/xmldemo/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/xmldemo/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -examples/src/xmldemo/CMakeFiles/XMLDemo.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 examples/src/xmldemo/CMakeFiles/XMLDemo.dir/rule -.PHONY : examples/src/xmldemo/CMakeFiles/XMLDemo.dir/rule - -# Convenience name for target. -XMLDemo: examples/src/xmldemo/CMakeFiles/XMLDemo.dir/rule -.PHONY : XMLDemo - -# fast build rule for target. -XMLDemo/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build -.PHONY : XMLDemo/fast - -__/res.o: __/res.cpp.o -.PHONY : __/res.o - -# target to build an object file -__/res.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.o -.PHONY : __/res.cpp.o - -__/res.i: __/res.cpp.i -.PHONY : __/res.i - -# target to preprocess a source file -__/res.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.i -.PHONY : __/res.cpp.i - -__/res.s: __/res.cpp.s -.PHONY : __/res.s - -# target to generate assembly for a file -__/res.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/__/res.cpp.s -.PHONY : __/res.cpp.s - -board.o: board.cpp.o -.PHONY : board.o - -# target to build an object file -board.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.o -.PHONY : board.cpp.o - -board.i: board.cpp.i -.PHONY : board.i - -# target to preprocess a source file -board.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.i -.PHONY : board.cpp.i - -board.s: board.cpp.s -.PHONY : board.s - -# target to generate assembly for a file -board.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/board.cpp.s -.PHONY : board.cpp.s - -main.o: main.cpp.o -.PHONY : main.o - -# target to build an object file -main.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.o -.PHONY : main.cpp.o - -main.i: main.cpp.i -.PHONY : main.i - -# target to preprocess a source file -main.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.i -.PHONY : main.cpp.i - -main.s: main.cpp.s -.PHONY : main.s - -# target to generate assembly for a file -main.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/main.cpp.s -.PHONY : main.cpp.s - -xmldemoapp.o: xmldemoapp.cpp.o -.PHONY : xmldemoapp.o - -# target to build an object file -xmldemoapp.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.o -.PHONY : xmldemoapp.cpp.o - -xmldemoapp.i: xmldemoapp.cpp.i -.PHONY : xmldemoapp.i - -# target to preprocess a source file -xmldemoapp.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.i -.PHONY : xmldemoapp.cpp.i - -xmldemoapp.s: xmldemoapp.cpp.s -.PHONY : xmldemoapp.s - -# target to generate assembly for a file -xmldemoapp.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f examples/src/xmldemo/CMakeFiles/XMLDemo.dir/build.make examples/src/xmldemo/CMakeFiles/XMLDemo.dir/xmldemoapp.cpp.s -.PHONY : xmldemoapp.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... XMLDemo" - @echo "... __/res.o" - @echo "... __/res.i" - @echo "... __/res.s" - @echo "... board.o" - @echo "... board.i" - @echo "... board.s" - @echo "... main.o" - @echo "... main.i" - @echo "... main.s" - @echo "... xmldemoapp.o" - @echo "... xmldemoapp.i" - @echo "... xmldemoapp.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/examples/src/xmldemo/cmake_install.cmake b/build_emscripten/examples/src/xmldemo/cmake_install.cmake deleted file mode 100644 index 140167e6..00000000 --- a/build_emscripten/examples/src/xmldemo/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/examples/src/xmldemo - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/examples/src/xmldemo/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/SDL/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/SDL/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch.c b/build_emscripten/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch.c deleted file mode 100644 index 56cbaea2..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch.c +++ /dev/null @@ -1,79 +0,0 @@ - -#if defined(__EMSCRIPTEN__) -#define ARCH_EMSCRIPTEN "1" -#else -#define ARCH_EMSCRIPTEN "0" -#endif -const char *arch_EMSCRIPTEN = "INFO"; - -#if defined(__arm__) || defined(_M_ARM) -#define ARCH_ARM32 "1" -#else -#define ARCH_ARM32 "0" -#endif -const char *arch_ARM32 = "INFO"; - -#if defined(__aarch64__) || defined(_M_ARM64) -#define ARCH_ARM64 "1" -#else -#define ARCH_ARM64 "0" -#endif -const char *arch_ARM64 = "INFO"; - -#if defined(_M_ARM64EC) -#define ARCH_ARM64EC "1" -#else -#define ARCH_ARM64EC "0" -#endif -const char *arch_ARM64EC = "INFO"; - -#if defined(__loongarch64) -#define ARCH_LOONGARCH64 "1" -#else -#define ARCH_LOONGARCH64 "0" -#endif -const char *arch_LOONGARCH64 = "INFO"; - -#if (defined(__PPC__) || defined(__powerpc__)) && !defined(__powerpc64__) -#define ARCH_POWERPC32 "1" -#else -#define ARCH_POWERPC32 "0" -#endif -const char *arch_POWERPC32 = "INFO"; - -#if defined(__PPC64__) || defined(__powerpc64__) -#define ARCH_POWERPC64 "1" -#else -#define ARCH_POWERPC64 "0" -#endif -const char *arch_POWERPC64 = "INFO"; - -#if defined(__i386__) || defined(__i486__) || defined(__i586__) || defined(__i686__) ||defined( __i386) || defined(_M_IX86) -#define ARCH_X86 "1" -#else -#define ARCH_X86 "0" -#endif -const char *arch_X86 = "INFO"; - -#if (defined(__amd64__) || defined(__amd64) || defined(__x86_64__) || defined(__x86_64) || defined(_M_X64) || defined(_M_AMD64)) && !defined(_M_ARM64EC) -#define ARCH_X64 "1" -#else -#define ARCH_X64 "0" -#endif -const char *arch_X64 = "INFO"; - -int main(int argc, char *argv[]) { - int result = 0; - (void)argv; - - result += arch_EMSCRIPTEN[argc]; - result += arch_ARM32[argc]; - result += arch_ARM64[argc]; - result += arch_ARM64EC[argc]; - result += arch_LOONGARCH64[argc]; - result += arch_POWERPC32[argc]; - result += arch_POWERPC64[argc]; - result += arch_X86[argc]; - result += arch_X64[argc]; - return result; -} \ No newline at end of file diff --git a/build_emscripten/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch/bin b/build_emscripten/external/SDL/CMakeFiles/CMakeTmp/SDL_detect_arch/bin deleted file mode 100644 index df52ef0707e4f431ae6511fdc69434300a475b9e..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 3136 zcmdUw%WD&H5XXO;`izg(7YKS-QKW)y9;UHMttoNa2sJIKrM*bI#%(J$O-Z)+0QDd! zrHUT?2mBYjDFqLD^dfll;zb1UUeNjO&TM}9nS+QI2Y#8E&u`}U+F^2Jz-v?&29qhf zUDBEx+4`?-XYzTDm`y6BXjlV(GO*i>dwHT*xio&oEvwKUs$4#ujm>;cGu>k3jE;?! zM}{iJlFW{eO}UlvqU5nFv(x?gC~ulb&AYLrRLZ=fcEe6)HY;>CIdO4x=DHvF)nEn( zcB)Q2l}x7eN1|Ze)n6;0%Y{p2&*V8|Hu=CE9ZpylJzXT08dNP$s8a8@wCqA?7F3Vw zR+FXGFRS;yl~z|izjHS*QCd3ywdQ^+y(n29x?id8H|v(W@xSvmcjM~YOXcCQfmYd^ zPY})#Qm(FGT!W}lzuT5h!4GK~TWvzortyqS?pXMOe-HNhq_gIH^Zr%2rf)5kJfPBZ# z(C(f`iQ=v;iLVp^&{?q0CiUZIr`fLf6z#KJ;c461K63Y{Rx!(#N12N++F{yncD`RV%}@;Ip%4DuQ2a7_PQb0a_!6Q3l8HUBn0!)vyEV`8%ZGqQCt_s4$`n7RKt2bT0?vgQ7Q z(N8tz!m5E_1srx94;`l=HpCeq(FB<(>Y>9zBWJR-)@`ZQW8*4x3{m1#jyNO{R iGao(G{Pu*@XNFJUXkxzK9-8Zv-_Pe?)pB8)`M&`AI+Kb3 diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/DependInfo.cmake b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/DependInfo.cmake deleted file mode 100644 index 101d71b3..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/DependInfo.cmake +++ /dev/null @@ -1,597 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.c" "external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch.d" - "/home/guest/Downloads/PopLib/external/SDL/src/SDL.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/SDL_assert.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/SDL_error.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/SDL_guid.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/SDL_hashtable.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/SDL_hints.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/SDL_list.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/SDL_log.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/SDL_properties.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/SDL_utils.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_atomic.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_spinlock.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audio.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiocvt.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiodev.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioqueue.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioresample.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiotypecvt.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_mixer.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_wave.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/alsa/SDL_alsa_audio.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/disk/SDL_diskaudio.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/dummy/SDL_dummyaudio.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/jack/SDL_jackaudio.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/pipewire/SDL_pipewire.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/pulseaudio/SDL_pulseaudio.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/camera/SDL_camera.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/camera/dummy/SDL_camera_dummy.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/camera/pipewire/SDL_camera_pipewire.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/camera/v4l2/SDL_camera_v4l2.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/SDL_core_unsupported.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_dbus.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_capabilities.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_kbd.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_fcitx.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_ime.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_progressbar.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_system_theme.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_threadprio.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_udev.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_appid.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_poll.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/cpuinfo/SDL_cpuinfo.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog_utils.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_portaldialog.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_unixdialog.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_zenitydialog.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_categories.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_clipboardevents.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_displayevents.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_dropevents.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_events.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_eventwatch.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keyboard.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keymap.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_keycode.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_scancode.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_mouse.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_pen.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_quit.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_scancode_tables.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_touch.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_windowevents.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/imKStoUCS.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/filesystem/SDL_filesystem.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/filesystem/posix/SDL_sysfsops.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/filesystem/unix/SDL_sysfilesystem.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/gpu/SDL_gpu.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/haptic/SDL_haptic.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/haptic/linux/SDL_syshaptic.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/hidapi/SDL_hidapi.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/io/SDL_asyncio.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/io/SDL_iostream.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/io/generic/SDL_asyncio_generic.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/io/io_uring/SDL_asyncio_liburing.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_gamepad.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_joystick.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_steam_virtual_gamepad.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/controller_type.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_8bitdo.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_combined.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gamecube.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gip.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_lg4ff.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_luna.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps3.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps4.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps5.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_rumble.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_shield.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_stadia.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam_hori.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steamdeck.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_switch.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_wii.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360w.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xboxone.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapijoystick.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/linux/SDL_sysjoystick.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/virtual/SDL_virtualjoystick.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/loadso/dlopen/SDL_sysloadso.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/locale/SDL_locale.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/locale/unix/SDL_syslocale.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/main/SDL_main_callbacks.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/main/SDL_runapp.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/main/generic/SDL_sysmain_callbacks.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/misc/SDL_url.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/misc/unix/SDL_sysurl.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/power/SDL_power.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/power/linux/SDL_syspower.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/process/SDL_process.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/process/posix/SDL_posixprocess.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/SDL_d3dmath.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render_unsupported.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/SDL_yuv_sw.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_render_d3d.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_shaders_d3d.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_render_d3d11.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_shaders_d3d11.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_render_d3d12.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_shaders_d3d12.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_pipeline_gpu.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_render_gpu.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_shaders_gpu.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_render_gl.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_shaders_gl.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_render_gles2.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_shaders_gles2.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/ps2/SDL_render_ps2.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/psp/SDL_render_psp.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendfillrect.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendline.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendpoint.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawline.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawpoint.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_render_sw.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_rotate.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_triangle.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_memory.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_tools.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_render_vulkan.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_shaders_vulkan.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/sensor/SDL_sensor.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/sensor/dummy/SDL_dummysensor.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc16.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc32.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_getenv.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_iconv.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_malloc.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memcpy.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memmove.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memset.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_mslibc.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_murmur3.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_qsort.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_random.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_stdlib.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_string.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_strtokr.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/storage/SDL_storage.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/storage/generic/SDL_genericstorage.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/storage/steam/SDL_steamstorage.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/thread/SDL_thread.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syscond.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysmutex.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysrwlock.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syssem.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systhread.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systls.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/time/SDL_time.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/time/unix/SDL_systime.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/timer/SDL_timer.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/timer/unix/SDL_systimer.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/tray/SDL_tray_utils.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/tray/unix/SDL_tray.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_RLEaccel.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_0.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_1.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_A.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_N.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_auto.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_copy.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_slow.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_bmp.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_clipboard.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_egl.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_fillrect.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_pixels.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_rect.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stb.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stretch.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_surface.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video_unsupported.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_vulkan_utils.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_yuv.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullevents.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullframebuffer.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullvideo.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmdyn.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmevents.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmmouse.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmopengles.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvideo.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvulkan.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenevents.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenframebuffer.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenopengles.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvideo.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvulkan.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenwindow.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandclipboard.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandcolor.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddatamanager.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddyn.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandevents.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandkeyboard.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmessagebox.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmouse.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandopengles.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandshmbuffer.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvideo.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvulkan.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandwindow.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11clipboard.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11dyn.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11events.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11framebuffer.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11keyboard.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11messagebox.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11modes.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11mouse.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengl.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengles.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11pen.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11settings.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11shape.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11touch.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11video.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11vulkan.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11window.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xfixes.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xinput2.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xsync.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xtest.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/edid-parse.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/xsettings-client.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_lsx.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_sse.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_std.c" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o.d" - "" "external/SDL/libSDL3.so" "gcc" "external/SDL/CMakeFiles/SDL3-shared.dir/link.d" - ) - -# Pairs of files generated by the same build rule. -set(CMAKE_MULTIPLE_OUTPUT_PAIRS - "/home/guest/Downloads/PopLib/build/external/SDL/libSDL3.so" "/home/guest/Downloads/PopLib/build/external/SDL/libSDL3.so.0.3.0" - "/home/guest/Downloads/PopLib/build/external/SDL/libSDL3.so.0" "/home/guest/Downloads/PopLib/build/external/SDL/libSDL3.so.0.3.0" - ) - - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/build.make b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/build.make deleted file mode 100644 index 9f217f1b..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/build.make +++ /dev/null @@ -1,5434 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/SDL/CMakeFiles/SDL3-shared.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/SDL/CMakeFiles/SDL3-shared.dir/progress.make - -# Include the compile flags for this target's objects. -include external/SDL/CMakeFiles/SDL3-shared.dir/flags.make - -external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c: external/SDL/wayland-generated-protocols/alpha-modifier-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating wayland-generated-protocols/alpha-modifier-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/alpha-modifier-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c - -external/SDL/wayland-generated-protocols/color-management-v1-protocol.c: external/SDL/wayland-generated-protocols/color-management-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Generating wayland-generated-protocols/color-management-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/color-management-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-protocol.c - -external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c: external/SDL/wayland-generated-protocols/cursor-shape-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Generating wayland-generated-protocols/cursor-shape-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/cursor-shape-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c - -external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c: external/SDL/wayland-generated-protocols/fractional-scale-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Generating wayland-generated-protocols/fractional-scale-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/fractional-scale-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c - -external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c: external/SDL/wayland-generated-protocols/frog-color-management-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Generating wayland-generated-protocols/frog-color-management-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/frog-color-management-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c - -external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Generating wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/idle-inhibit-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c - -external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Generating wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/input-timestamps-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c - -external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Generating wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/keyboard-shortcuts-inhibit-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c - -external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Generating wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/pointer-constraints-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c - -external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Generating wayland-generated-protocols/primary-selection-unstable-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/primary-selection-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c - -external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Generating wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/relative-pointer-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c - -external/SDL/wayland-generated-protocols/tablet-v2-protocol.c: external/SDL/wayland-generated-protocols/tablet-v2-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Generating wayland-generated-protocols/tablet-v2-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/tablet-v2.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-protocol.c - -external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c: external/SDL/wayland-generated-protocols/text-input-unstable-v3-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Generating wayland-generated-protocols/text-input-unstable-v3-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/text-input-unstable-v3.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c - -external/SDL/wayland-generated-protocols/viewporter-protocol.c: external/SDL/wayland-generated-protocols/viewporter-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Generating wayland-generated-protocols/viewporter-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/viewporter.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-protocol.c - -external/SDL/wayland-generated-protocols/wayland-protocol.c: external/SDL/wayland-generated-protocols/wayland-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Generating wayland-generated-protocols/wayland-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/wayland.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-protocol.c - -external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c: external/SDL/wayland-generated-protocols/xdg-activation-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Generating wayland-generated-protocols/xdg-activation-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-activation-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c - -external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Generating wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-decoration-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c - -external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c: external/SDL/wayland-generated-protocols/xdg-dialog-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Generating wayland-generated-protocols/xdg-dialog-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-dialog-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c - -external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c: external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Generating wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-foreign-unstable-v2.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c - -external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Generating wayland-generated-protocols/xdg-output-unstable-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-output-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c - -external/SDL/wayland-generated-protocols/xdg-shell-protocol.c: external/SDL/wayland-generated-protocols/xdg-shell-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Generating wayland-generated-protocols/xdg-shell-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-shell.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-protocol.c - -external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c: external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Generating wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-toplevel-icon-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c - -external/SDL/wayland-generated-protocols/alpha-modifier-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/alpha-modifier-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Generating wayland-generated-protocols/alpha-modifier-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/alpha-modifier-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/color-management-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/color-management-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Generating wayland-generated-protocols/color-management-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/color-management-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/cursor-shape-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/cursor-shape-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Generating wayland-generated-protocols/cursor-shape-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/cursor-shape-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/fractional-scale-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/fractional-scale-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Generating wayland-generated-protocols/fractional-scale-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/fractional-scale-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/frog-color-management-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/frog-color-management-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Generating wayland-generated-protocols/frog-color-management-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/frog-color-management-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/idle-inhibit-unstable-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Generating wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/idle-inhibit-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/input-timestamps-unstable-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Generating wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/input-timestamps-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/keyboard-shortcuts-inhibit-unstable-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Generating wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/keyboard-shortcuts-inhibit-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/pointer-constraints-unstable-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Generating wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/pointer-constraints-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/primary-selection-unstable-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Generating wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/primary-selection-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/relative-pointer-unstable-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Generating wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/relative-pointer-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/tablet-v2-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/tablet-v2.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Generating wayland-generated-protocols/tablet-v2-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/tablet-v2.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-client-protocol.h - -external/SDL/wayland-generated-protocols/text-input-unstable-v3-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/text-input-unstable-v3.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Generating wayland-generated-protocols/text-input-unstable-v3-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/text-input-unstable-v3.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-client-protocol.h - -external/SDL/wayland-generated-protocols/viewporter-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/viewporter.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Generating wayland-generated-protocols/viewporter-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/viewporter.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-client-protocol.h - -external/SDL/wayland-generated-protocols/wayland-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/wayland.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Generating wayland-generated-protocols/wayland-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/wayland.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-client-protocol.h - -external/SDL/wayland-generated-protocols/xdg-activation-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-activation-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_38) "Generating wayland-generated-protocols/xdg-activation-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-activation-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-decoration-unstable-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_39) "Generating wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-decoration-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/xdg-dialog-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-dialog-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_40) "Generating wayland-generated-protocols/xdg-dialog-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-dialog-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-foreign-unstable-v2.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_41) "Generating wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-foreign-unstable-v2.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h - -external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-output-unstable-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_42) "Generating wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-output-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/xdg-shell-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-shell.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_43) "Generating wayland-generated-protocols/xdg-shell-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-shell.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-client-protocol.h - -external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-toplevel-icon-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_44) "Generating wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-toplevel-icon-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h - -external/SDL/CMakeFiles/SDL3-shared.dir/codegen: -.PHONY : external/SDL/CMakeFiles/SDL3-shared.dir/codegen - -external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.c -external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_45) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -x c-header -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -MF CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch.d -o CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -c /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.c - -external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/cmake_pch.h.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -x c-header -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.c > CMakeFiles/SDL3-shared.dir/cmake_pch.h.i - -external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/cmake_pch.h.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -x c-header -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.c -o CMakeFiles/SDL3-shared.dir/cmake_pch.h.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_46) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o -MF CMakeFiles/SDL3-shared.dir/src/SDL.c.o.d -o CMakeFiles/SDL3-shared.dir/src/SDL.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/SDL.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL.c > CMakeFiles/SDL3-shared.dir/src/SDL.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/SDL.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL.c -o CMakeFiles/SDL3-shared.dir/src/SDL.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_assert.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_47) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o -MF CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o.d -o CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_assert.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_assert.c > CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_assert.c -o CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_error.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_48) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o -MF CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o.d -o CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_error.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/SDL_error.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_error.c > CMakeFiles/SDL3-shared.dir/src/SDL_error.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/SDL_error.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_error.c -o CMakeFiles/SDL3-shared.dir/src/SDL_error.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_guid.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_49) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o -MF CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o.d -o CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_guid.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_guid.c > CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_guid.c -o CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_hashtable.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_50) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o -MF CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o.d -o CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_hashtable.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_hashtable.c > CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_hashtable.c -o CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_hints.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_51) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o -MF CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o.d -o CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_hints.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_hints.c > CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_hints.c -o CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_list.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_52) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o -MF CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o.d -o CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_list.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/SDL_list.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_list.c > CMakeFiles/SDL3-shared.dir/src/SDL_list.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/SDL_list.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_list.c -o CMakeFiles/SDL3-shared.dir/src/SDL_list.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_log.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_53) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o -MF CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o.d -o CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_log.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/SDL_log.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_log.c > CMakeFiles/SDL3-shared.dir/src/SDL_log.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/SDL_log.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_log.c -o CMakeFiles/SDL3-shared.dir/src/SDL_log.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_properties.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_54) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o -MF CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o.d -o CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_properties.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_properties.c > CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_properties.c -o CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_utils.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_55) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o -MF CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o.d -o CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_utils.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_utils.c > CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_utils.c -o CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o: /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_atomic.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_56) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o -MF CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o.d -o CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_atomic.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_atomic.c > CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_atomic.c -o CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o: /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_spinlock.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_57) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o -MF CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o.d -o CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_spinlock.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_spinlock.c > CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_spinlock.c -o CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audio.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_58) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audio.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audio.c > CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audio.c -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiocvt.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_59) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiocvt.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiocvt.c > CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiocvt.c -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiodev.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_60) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiodev.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiodev.c > CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiodev.c -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioqueue.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_61) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioqueue.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioqueue.c > CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioqueue.c -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioresample.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_62) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioresample.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioresample.c > CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioresample.c -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiotypecvt.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_63) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiotypecvt.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiotypecvt.c > CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiotypecvt.c -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_mixer.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_64) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_mixer.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_mixer.c > CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_mixer.c -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_wave.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_65) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_wave.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_wave.c > CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_wave.c -o CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o: /home/guest/Downloads/PopLib/external/SDL/src/camera/SDL_camera.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_66) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o -MF CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o.d -o CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/camera/SDL_camera.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/camera/SDL_camera.c > CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/camera/SDL_camera.c -o CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/SDL_core_unsupported.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_67) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/SDL_core_unsupported.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/SDL_core_unsupported.c > CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/SDL_core_unsupported.c -o CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/cpuinfo/SDL_cpuinfo.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_68) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o -MF CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o.d -o CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/cpuinfo/SDL_cpuinfo.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/cpuinfo/SDL_cpuinfo.c > CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/cpuinfo/SDL_cpuinfo.c -o CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_69) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o -MF CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o.d -o CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.c > CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.c -o CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_categories.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_70) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_categories.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_categories.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_categories.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_clipboardevents.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_71) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_clipboardevents.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_clipboardevents.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_clipboardevents.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_displayevents.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_72) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_displayevents.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_displayevents.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_displayevents.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_dropevents.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_73) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_dropevents.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_dropevents.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_dropevents.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_events.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_74) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_events.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_events.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_events.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_eventwatch.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_75) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_eventwatch.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_eventwatch.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_eventwatch.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keyboard.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_76) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keyboard.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keyboard.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keyboard.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keymap.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_77) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keymap.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keymap.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keymap.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_keycode.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_78) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_keycode.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_keycode.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_keycode.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_scancode.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_79) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_scancode.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_scancode.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_scancode.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_mouse.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_80) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_mouse.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_mouse.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_mouse.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_pen.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_81) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_pen.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_pen.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_pen.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_quit.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_82) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_quit.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_quit.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_quit.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_scancode_tables.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_83) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_scancode_tables.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_scancode_tables.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_scancode_tables.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_touch.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_84) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_touch.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_touch.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_touch.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_windowevents.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_85) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_windowevents.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_windowevents.c > CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_windowevents.c -o CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/imKStoUCS.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_86) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o -MF CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o.d -o CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/imKStoUCS.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/imKStoUCS.c > CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/imKStoUCS.c -o CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o: /home/guest/Downloads/PopLib/external/SDL/src/filesystem/SDL_filesystem.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_87) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o -MF CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o.d -o CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/filesystem/SDL_filesystem.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/filesystem/SDL_filesystem.c > CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/filesystem/SDL_filesystem.c -o CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o: /home/guest/Downloads/PopLib/external/SDL/src/gpu/SDL_gpu.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_88) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o -MF CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o.d -o CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/gpu/SDL_gpu.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/gpu/SDL_gpu.c > CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/gpu/SDL_gpu.c -o CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o: /home/guest/Downloads/PopLib/external/SDL/src/haptic/SDL_haptic.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_89) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o -MF CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o.d -o CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/haptic/SDL_haptic.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/haptic/SDL_haptic.c > CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/haptic/SDL_haptic.c -o CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o: /home/guest/Downloads/PopLib/external/SDL/src/hidapi/SDL_hidapi.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_90) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o -MF CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o.d -o CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/hidapi/SDL_hidapi.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/hidapi/SDL_hidapi.c > CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/hidapi/SDL_hidapi.c -o CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_asyncio.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_91) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o -MF CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o.d -o CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_asyncio.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_asyncio.c > CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_asyncio.c -o CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o: /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_iostream.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_92) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o -MF CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o.d -o CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_iostream.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_iostream.c > CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_iostream.c -o CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o: /home/guest/Downloads/PopLib/external/SDL/src/io/generic/SDL_asyncio_generic.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_93) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o -MF CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o.d -o CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/io/generic/SDL_asyncio_generic.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/io/generic/SDL_asyncio_generic.c > CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/io/generic/SDL_asyncio_generic.c -o CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_gamepad.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_94) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_gamepad.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_gamepad.c > CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_gamepad.c -o CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_joystick.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_95) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_joystick.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_joystick.c > CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_joystick.c -o CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_steam_virtual_gamepad.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_96) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_steam_virtual_gamepad.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_steam_virtual_gamepad.c > CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_steam_virtual_gamepad.c -o CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/controller_type.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_97) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/controller_type.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/controller_type.c > CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/controller_type.c -o CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o: /home/guest/Downloads/PopLib/external/SDL/src/locale/SDL_locale.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_98) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o -MF CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o.d -o CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/locale/SDL_locale.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/locale/SDL_locale.c > CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/locale/SDL_locale.c -o CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o: /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_main_callbacks.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_99) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o -MF CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o.d -o CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_main_callbacks.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_main_callbacks.c > CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_main_callbacks.c -o CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o: /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_runapp.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_100) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o -MF CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o.d -o CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_runapp.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_runapp.c > CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_runapp.c -o CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o: /home/guest/Downloads/PopLib/external/SDL/src/misc/SDL_url.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_101) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o -MF CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o.d -o CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/misc/SDL_url.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/misc/SDL_url.c > CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/misc/SDL_url.c -o CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o: /home/guest/Downloads/PopLib/external/SDL/src/power/SDL_power.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_102) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o -MF CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o.d -o CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/power/SDL_power.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/power/SDL_power.c > CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/power/SDL_power.c -o CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_d3dmath.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_103) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_d3dmath.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_d3dmath.c > CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_d3dmath.c -o CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_104) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render.c > CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render.c -o CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render_unsupported.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_105) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render_unsupported.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render_unsupported.c > CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render_unsupported.c -o CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_yuv_sw.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_106) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_yuv_sw.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_yuv_sw.c > CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_yuv_sw.c -o CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_render_d3d.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_107) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_render_d3d.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_render_d3d.c > CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_render_d3d.c -o CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_shaders_d3d.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_108) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_shaders_d3d.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_shaders_d3d.c > CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_shaders_d3d.c -o CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_render_d3d11.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_109) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_render_d3d11.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_render_d3d11.c > CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_render_d3d11.c -o CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_shaders_d3d11.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_110) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_shaders_d3d11.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_shaders_d3d11.c > CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_shaders_d3d11.c -o CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_render_d3d12.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_111) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_render_d3d12.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_render_d3d12.c > CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_render_d3d12.c -o CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_shaders_d3d12.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_112) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_shaders_d3d12.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_shaders_d3d12.c > CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_shaders_d3d12.c -o CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_pipeline_gpu.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_113) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_pipeline_gpu.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_pipeline_gpu.c > CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_pipeline_gpu.c -o CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_render_gpu.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_114) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_render_gpu.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_render_gpu.c > CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_render_gpu.c -o CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_shaders_gpu.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_115) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_shaders_gpu.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_shaders_gpu.c > CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_shaders_gpu.c -o CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_render_gl.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_116) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_render_gl.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_render_gl.c > CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_render_gl.c -o CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_shaders_gl.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_117) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_shaders_gl.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_shaders_gl.c > CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_shaders_gl.c -o CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_render_gles2.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_118) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_render_gles2.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_render_gles2.c > CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_render_gles2.c -o CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_shaders_gles2.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_119) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_shaders_gles2.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_shaders_gles2.c > CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_shaders_gles2.c -o CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/ps2/SDL_render_ps2.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_120) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/ps2/SDL_render_ps2.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/ps2/SDL_render_ps2.c > CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/ps2/SDL_render_ps2.c -o CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/psp/SDL_render_psp.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_121) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/psp/SDL_render_psp.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/psp/SDL_render_psp.c > CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/psp/SDL_render_psp.c -o CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendfillrect.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_122) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendfillrect.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendfillrect.c > CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendfillrect.c -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendline.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_123) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendline.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendline.c > CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendline.c -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendpoint.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_124) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendpoint.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendpoint.c > CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendpoint.c -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawline.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_125) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawline.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawline.c > CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawline.c -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawpoint.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_126) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawpoint.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawpoint.c > CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawpoint.c -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_render_sw.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_127) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_render_sw.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_render_sw.c > CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_render_sw.c -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_rotate.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_128) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_rotate.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_rotate.c > CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_rotate.c -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_triangle.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_129) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_triangle.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_triangle.c > CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_triangle.c -o CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_130) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm.c > CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm.c -o CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_memory.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_131) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_memory.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_memory.c > CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_memory.c -o CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_tools.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_132) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_tools.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_tools.c > CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_tools.c -o CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_render_vulkan.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_133) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_render_vulkan.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_render_vulkan.c > CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_render_vulkan.c -o CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_shaders_vulkan.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_134) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o -MF CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o.d -o CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_shaders_vulkan.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_shaders_vulkan.c > CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_shaders_vulkan.c -o CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o: /home/guest/Downloads/PopLib/external/SDL/src/sensor/SDL_sensor.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_135) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o -MF CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o.d -o CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/sensor/SDL_sensor.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/sensor/SDL_sensor.c > CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/sensor/SDL_sensor.c -o CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc16.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_136) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc16.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc16.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc16.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc32.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_137) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc32.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc32.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc32.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_getenv.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_138) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_getenv.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_getenv.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_getenv.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_iconv.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_139) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_iconv.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_iconv.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_iconv.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_malloc.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_140) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_malloc.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_malloc.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_malloc.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memcpy.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_141) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memcpy.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memcpy.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memcpy.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memmove.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_142) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memmove.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memmove.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memmove.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memset.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_143) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memset.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memset.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memset.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_mslibc.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_144) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_mslibc.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_mslibc.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_mslibc.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_murmur3.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_145) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_murmur3.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_murmur3.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_murmur3.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_qsort.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_146) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_qsort.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_qsort.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_qsort.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_random.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_147) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_random.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_random.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_random.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_stdlib.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_148) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_stdlib.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_stdlib.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_stdlib.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_string.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_149) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_string.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_string.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_string.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_strtokr.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_150) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o -MF CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o.d -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_strtokr.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_strtokr.c > CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_strtokr.c -o CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o: /home/guest/Downloads/PopLib/external/SDL/src/storage/SDL_storage.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_151) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o -MF CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o.d -o CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/storage/SDL_storage.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/storage/SDL_storage.c > CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/storage/SDL_storage.c -o CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/SDL_thread.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_152) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o -MF CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o.d -o CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/SDL_thread.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/SDL_thread.c > CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/SDL_thread.c -o CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o: /home/guest/Downloads/PopLib/external/SDL/src/time/SDL_time.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_153) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o -MF CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o.d -o CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/time/SDL_time.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/time/SDL_time.c > CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/time/SDL_time.c -o CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/timer/SDL_timer.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_154) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o -MF CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o.d -o CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/timer/SDL_timer.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/timer/SDL_timer.c > CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/timer/SDL_timer.c -o CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_RLEaccel.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_155) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_RLEaccel.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_RLEaccel.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_RLEaccel.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_156) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_0.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_157) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_0.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_0.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_0.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_1.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_158) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_1.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_1.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_1.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_A.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_159) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_A.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_A.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_A.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_N.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_160) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_N.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_N.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_N.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_auto.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_161) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_auto.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_auto.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_auto.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_copy.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_162) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_copy.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_copy.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_copy.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_slow.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_163) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_slow.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_slow.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_slow.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_bmp.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_164) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_bmp.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_bmp.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_bmp.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_clipboard.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_165) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_clipboard.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_clipboard.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_clipboard.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_egl.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_166) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_egl.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_egl.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_egl.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_fillrect.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_167) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_fillrect.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_fillrect.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_fillrect.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_pixels.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_168) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_pixels.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_pixels.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_pixels.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_rect.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_169) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_rect.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_rect.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_rect.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stb.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_170) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stb.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stb.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stb.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stretch.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_171) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stretch.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stretch.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stretch.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_surface.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_172) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_surface.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_surface.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_surface.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_173) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video_unsupported.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_174) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video_unsupported.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video_unsupported.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video_unsupported.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_vulkan_utils.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_175) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_vulkan_utils.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_vulkan_utils.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_vulkan_utils.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_yuv.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_176) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_yuv.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_yuv.c > CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_yuv.c -o CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_lsx.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_177) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_lsx.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_lsx.c > CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_lsx.c -o CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_sse.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_178) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_sse.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_sse.c > CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_sse.c -o CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_std.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_179) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_std.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_std.c > CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_std.c -o CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/dummy/SDL_dummyaudio.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_180) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/dummy/SDL_dummyaudio.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/dummy/SDL_dummyaudio.c > CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/dummy/SDL_dummyaudio.c -o CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/disk/SDL_diskaudio.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_181) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/disk/SDL_diskaudio.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/disk/SDL_diskaudio.c > CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/disk/SDL_diskaudio.c -o CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o: /home/guest/Downloads/PopLib/external/SDL/src/camera/dummy/SDL_camera_dummy.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_182) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o -MF CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o.d -o CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/camera/dummy/SDL_camera_dummy.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/camera/dummy/SDL_camera_dummy.c > CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/camera/dummy/SDL_camera_dummy.c -o CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o: /home/guest/Downloads/PopLib/external/SDL/src/loadso/dlopen/SDL_sysloadso.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_183) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o -MF CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o.d -o CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/loadso/dlopen/SDL_sysloadso.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/loadso/dlopen/SDL_sysloadso.c > CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/loadso/dlopen/SDL_sysloadso.c -o CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/virtual/SDL_virtualjoystick.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_184) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/virtual/SDL_virtualjoystick.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/virtual/SDL_virtualjoystick.c > CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/virtual/SDL_virtualjoystick.c -o CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullevents.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_185) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullevents.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullevents.c > CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullevents.c -o CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullframebuffer.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_186) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullframebuffer.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullframebuffer.c > CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullframebuffer.c -o CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullvideo.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_187) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullvideo.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullvideo.c > CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullvideo.c -o CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/alsa/SDL_alsa_audio.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_188) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/alsa/SDL_alsa_audio.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/alsa/SDL_alsa_audio.c > CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/alsa/SDL_alsa_audio.c -o CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/jack/SDL_jackaudio.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_189) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/jack/SDL_jackaudio.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/jack/SDL_jackaudio.c > CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/jack/SDL_jackaudio.c -o CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/pipewire/SDL_pipewire.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_190) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/pipewire/SDL_pipewire.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/pipewire/SDL_pipewire.c > CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/pipewire/SDL_pipewire.c -o CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o: /home/guest/Downloads/PopLib/external/SDL/src/camera/pipewire/SDL_camera_pipewire.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_191) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o -MF CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o.d -o CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/camera/pipewire/SDL_camera_pipewire.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/camera/pipewire/SDL_camera_pipewire.c > CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/camera/pipewire/SDL_camera_pipewire.c -o CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/pulseaudio/SDL_pulseaudio.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_192) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o -MF CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o.d -o CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/pulseaudio/SDL_pulseaudio.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/pulseaudio/SDL_pulseaudio.c > CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/pulseaudio/SDL_pulseaudio.c -o CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11clipboard.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_193) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11clipboard.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11clipboard.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11clipboard.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11dyn.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_194) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11dyn.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11dyn.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11dyn.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11events.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_195) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11events.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11events.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11events.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11framebuffer.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_196) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11framebuffer.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11framebuffer.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11framebuffer.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11keyboard.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_197) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11keyboard.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11keyboard.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11keyboard.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11messagebox.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_198) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11messagebox.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11messagebox.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11messagebox.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11modes.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_199) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11modes.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11modes.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11modes.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11mouse.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_200) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11mouse.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11mouse.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11mouse.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengl.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_201) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengl.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengl.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengl.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengles.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_202) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengles.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengles.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengles.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11pen.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_203) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11pen.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11pen.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11pen.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11settings.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_204) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11settings.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11settings.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11settings.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11shape.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_205) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11shape.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11shape.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11shape.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11touch.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_206) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11touch.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11touch.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11touch.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11video.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_207) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11video.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11video.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11video.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11vulkan.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_208) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11vulkan.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11vulkan.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11vulkan.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11window.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_209) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11window.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11window.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11window.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xfixes.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_210) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xfixes.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xfixes.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xfixes.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xinput2.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_211) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xinput2.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xinput2.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xinput2.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xsync.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_212) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xsync.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xsync.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xsync.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xtest.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_213) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xtest.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xtest.c > CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xtest.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/edid-parse.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_214) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/edid-parse.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/edid-parse.c > CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/edid-parse.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/xsettings-client.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_215) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/xsettings-client.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/xsettings-client.c > CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/xsettings-client.c -o CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmdyn.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_216) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmdyn.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmdyn.c > CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmdyn.c -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmevents.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_217) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmevents.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmevents.c > CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmevents.c -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmmouse.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_218) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmmouse.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmmouse.c > CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmmouse.c -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmopengles.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_219) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmopengles.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmopengles.c > CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmopengles.c -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvideo.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_220) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvideo.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvideo.c > CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvideo.c -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvulkan.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_221) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvulkan.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvulkan.c > CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvulkan.c -o CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandclipboard.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_222) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandclipboard.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandclipboard.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandclipboard.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandcolor.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_223) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandcolor.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandcolor.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandcolor.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddatamanager.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_224) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddatamanager.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddatamanager.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddatamanager.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddyn.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_225) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddyn.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddyn.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddyn.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandevents.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_226) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandevents.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandevents.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandevents.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandkeyboard.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_227) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandkeyboard.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandkeyboard.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandkeyboard.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmessagebox.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_228) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmessagebox.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmessagebox.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmessagebox.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmouse.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_229) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmouse.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmouse.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmouse.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandopengles.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_230) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandopengles.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandopengles.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandopengles.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandshmbuffer.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_231) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandshmbuffer.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandshmbuffer.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandshmbuffer.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvideo.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_232) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvideo.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvideo.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvideo.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvulkan.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_233) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvulkan.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvulkan.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvulkan.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandwindow.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_234) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandwindow.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandwindow.c > CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandwindow.c -o CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o: external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_235) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o: external/SDL/wayland-generated-protocols/color-management-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_236) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o: external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_237) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o: external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_238) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o: external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_239) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_240) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_241) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_242) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_243) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_244) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_245) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o: external/SDL/wayland-generated-protocols/tablet-v2-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_246) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-protocol.c - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o: external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_247) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o: external/SDL/wayland-generated-protocols/viewporter-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_248) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-protocol.c - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o: external/SDL/wayland-generated-protocols/wayland-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_249) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-protocol.c - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_250) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_251) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_252) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_253) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_254) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-shell-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_255) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-protocol.c - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_256) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o -MF CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o.d -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c > CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c -o CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o: /home/guest/Downloads/PopLib/external/SDL/src/tray/unix/SDL_tray.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_257) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o -MF CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o.d -o CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/tray/unix/SDL_tray.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/tray/unix/SDL_tray.c > CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/tray/unix/SDL_tray.c -o CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_appid.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_258) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_appid.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_appid.c > CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_appid.c -o CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_poll.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_259) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_poll.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_poll.c > CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_poll.c -o CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/camera/v4l2/SDL_camera_v4l2.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_260) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o -MF CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o.d -o CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/camera/v4l2/SDL_camera_v4l2.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/camera/v4l2/SDL_camera_v4l2.c > CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/camera/v4l2/SDL_camera_v4l2.c -o CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o: /home/guest/Downloads/PopLib/external/SDL/src/haptic/linux/SDL_syshaptic.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_261) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o -MF CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o.d -o CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/haptic/linux/SDL_syshaptic.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/haptic/linux/SDL_syshaptic.c > CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/haptic/linux/SDL_syshaptic.c -o CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_dbus.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_262) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_dbus.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_dbus.c > CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_dbus.c -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_system_theme.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_263) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_system_theme.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_system_theme.c > CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_system_theme.c -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_progressbar.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_264) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_progressbar.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_progressbar.c > CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_progressbar.c -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_ime.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_265) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_ime.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_ime.c > CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_ime.c -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_fcitx.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_266) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_fcitx.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_fcitx.c > CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_fcitx.c -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_udev.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_267) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_udev.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_udev.c > CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_udev.c -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_268) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev.c > CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev.c -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_kbd.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_269) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_kbd.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_kbd.c > CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_kbd.c -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o: /home/guest/Downloads/PopLib/external/SDL/src/io/io_uring/SDL_asyncio_liburing.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_270) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o -MF CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o.d -o CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/io/io_uring/SDL_asyncio_liburing.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/io/io_uring/SDL_asyncio_liburing.c > CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/io/io_uring/SDL_asyncio_liburing.c -o CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_capabilities.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_271) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_capabilities.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_capabilities.c > CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_capabilities.c -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_threadprio.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_272) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o -MF CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o.d -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_threadprio.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_threadprio.c > CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_threadprio.c -o CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_8bitdo.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_273) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_8bitdo.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_8bitdo.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_8bitdo.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_combined.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_274) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_combined.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_combined.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_combined.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gamecube.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_275) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gamecube.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gamecube.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gamecube.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gip.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_276) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gip.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gip.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gip.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_lg4ff.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_277) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_lg4ff.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_lg4ff.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_lg4ff.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_luna.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_278) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_luna.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_luna.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_luna.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps3.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_279) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps3.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps3.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps3.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps4.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_280) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps4.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps4.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps4.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps5.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_281) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps5.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps5.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps5.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_rumble.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_282) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_rumble.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_rumble.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_rumble.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_shield.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_283) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_shield.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_shield.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_shield.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_stadia.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_284) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_stadia.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_stadia.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_stadia.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_285) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam_hori.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_286) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam_hori.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam_hori.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam_hori.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steamdeck.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_287) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steamdeck.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steamdeck.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steamdeck.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_switch.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_288) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_switch.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_switch.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_switch.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_wii.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_289) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_wii.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_wii.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_wii.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_290) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360w.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_291) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360w.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360w.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360w.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xboxone.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_292) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xboxone.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xboxone.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xboxone.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapijoystick.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_293) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapijoystick.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapijoystick.c > CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapijoystick.c -o CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o: /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_294) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o -MF CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o.d -o CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic.c > CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic.c -o CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o: /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_295) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o -MF CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o.d -o CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c > CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c -o CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/linux/SDL_sysjoystick.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_296) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o -MF CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o.d -o CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/linux/SDL_sysjoystick.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/linux/SDL_sysjoystick.c > CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/linux/SDL_sysjoystick.c -o CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systhread.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_297) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o -MF CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o.d -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systhread.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systhread.c > CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systhread.c -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysmutex.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_298) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o -MF CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o.d -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysmutex.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysmutex.c > CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysmutex.c -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syscond.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_299) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o -MF CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o.d -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syscond.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syscond.c > CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syscond.c -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysrwlock.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_300) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o -MF CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o.d -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysrwlock.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysrwlock.c > CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysrwlock.c -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systls.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_301) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o -MF CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o.d -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systls.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systls.c > CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systls.c -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syssem.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_302) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o -MF CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o.d -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syssem.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syssem.c > CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syssem.c -o CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o: /home/guest/Downloads/PopLib/external/SDL/src/misc/unix/SDL_sysurl.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_303) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o -MF CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o.d -o CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/misc/unix/SDL_sysurl.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/misc/unix/SDL_sysurl.c > CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/misc/unix/SDL_sysurl.c -o CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o: /home/guest/Downloads/PopLib/external/SDL/src/power/linux/SDL_syspower.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_304) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o -MF CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o.d -o CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/power/linux/SDL_syspower.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/power/linux/SDL_syspower.c > CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/power/linux/SDL_syspower.c -o CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o: /home/guest/Downloads/PopLib/external/SDL/src/locale/unix/SDL_syslocale.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_305) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o -MF CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o.d -o CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/locale/unix/SDL_syslocale.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/locale/unix/SDL_syslocale.c > CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/locale/unix/SDL_syslocale.c -o CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o: /home/guest/Downloads/PopLib/external/SDL/src/filesystem/unix/SDL_sysfilesystem.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_306) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o -MF CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o.d -o CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/filesystem/unix/SDL_sysfilesystem.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/filesystem/unix/SDL_sysfilesystem.c > CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/filesystem/unix/SDL_sysfilesystem.c -o CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o: /home/guest/Downloads/PopLib/external/SDL/src/storage/generic/SDL_genericstorage.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_307) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o -MF CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o.d -o CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/storage/generic/SDL_genericstorage.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/storage/generic/SDL_genericstorage.c > CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/storage/generic/SDL_genericstorage.c -o CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o: /home/guest/Downloads/PopLib/external/SDL/src/storage/steam/SDL_steamstorage.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_308) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o -MF CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o.d -o CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/storage/steam/SDL_steamstorage.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/storage/steam/SDL_steamstorage.c > CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/storage/steam/SDL_steamstorage.c -o CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o: /home/guest/Downloads/PopLib/external/SDL/src/filesystem/posix/SDL_sysfsops.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_309) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o -MF CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o.d -o CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/filesystem/posix/SDL_sysfsops.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/filesystem/posix/SDL_sysfsops.c > CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/filesystem/posix/SDL_sysfsops.c -o CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o: /home/guest/Downloads/PopLib/external/SDL/src/time/unix/SDL_systime.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_310) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o -MF CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o.d -o CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/time/unix/SDL_systime.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/time/unix/SDL_systime.c > CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/time/unix/SDL_systime.c -o CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/timer/unix/SDL_systimer.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_311) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o -MF CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o.d -o CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/timer/unix/SDL_systimer.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/timer/unix/SDL_systimer.c > CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/timer/unix/SDL_systimer.c -o CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_312) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o -MF CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o.d -o CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog.c > CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog.c -o CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog_utils.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_313) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o -MF CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o.d -o CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog_utils.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog_utils.c > CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog_utils.c -o CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_unixdialog.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_314) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o -MF CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o.d -o CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_unixdialog.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_unixdialog.c > CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_unixdialog.c -o CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_portaldialog.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_315) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o -MF CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o.d -o CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_portaldialog.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_portaldialog.c > CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_portaldialog.c -o CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_zenitydialog.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_316) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o -MF CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o.d -o CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_zenitydialog.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_zenitydialog.c > CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_zenitydialog.c -o CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o: /home/guest/Downloads/PopLib/external/SDL/src/process/SDL_process.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_317) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o -MF CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o.d -o CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/process/SDL_process.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/process/SDL_process.c > CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/process/SDL_process.c -o CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o: /home/guest/Downloads/PopLib/external/SDL/src/process/posix/SDL_posixprocess.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_318) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o -MF CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o.d -o CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/process/posix/SDL_posixprocess.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/process/posix/SDL_posixprocess.c > CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/process/posix/SDL_posixprocess.c -o CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenevents.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_319) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenevents.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenevents.c > CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenevents.c -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenframebuffer.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_320) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenframebuffer.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenframebuffer.c > CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenframebuffer.c -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenopengles.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_321) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenopengles.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenopengles.c > CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenopengles.c -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvideo.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_322) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvideo.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvideo.c > CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvideo.c -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvulkan.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_323) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvulkan.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvulkan.c > CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvulkan.c -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenwindow.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_324) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o -MF CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o.d -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenwindow.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenwindow.c > CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenwindow.c -o CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o: /home/guest/Downloads/PopLib/external/SDL/src/tray/SDL_tray_utils.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_325) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o -MF CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o.d -o CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/tray/SDL_tray_utils.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/tray/SDL_tray_utils.c > CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/tray/SDL_tray_utils.c -o CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_326) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o -MF CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o.d -o CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c > CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c -o CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o: /home/guest/Downloads/PopLib/external/SDL/src/sensor/dummy/SDL_dummysensor.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_327) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o -MF CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o.d -o CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/sensor/dummy/SDL_dummysensor.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/sensor/dummy/SDL_dummysensor.c > CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/sensor/dummy/SDL_dummysensor.c -o CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.s - -external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/flags.make -external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o: /home/guest/Downloads/PopLib/external/SDL/src/main/generic/SDL_sysmain_callbacks.c -external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_328) "Building C object external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o -MF CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o.d -o CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/main/generic/SDL_sysmain_callbacks.c - -external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/main/generic/SDL_sysmain_callbacks.c > CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.i - -external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/main/generic/SDL_sysmain_callbacks.c -o CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.s - -# Object files for target SDL3-shared -SDL3__shared_OBJECTS = \ -"CMakeFiles/SDL3-shared.dir/src/SDL.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o" \ -"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" \ -"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" \ -"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" \ -"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" \ -"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" \ -"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" \ -"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" \ -"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" \ -"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" \ -"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" \ -"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" \ -"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" \ -"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" \ -"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o" \ -"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o" \ -"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" \ -"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" \ -"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" \ -"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" \ -"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" \ -"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" \ -"CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o" \ -"CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o" - -# External object files for target SDL3-shared -SDL3__shared_EXTERNAL_OBJECTS = - -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/build.make -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts -external/SDL/libSDL3.so.0.3.0: external/SDL/libSDL_uclibc.a -external/SDL/libSDL3.so.0.3.0: /home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.sym -external/SDL/libSDL3.so.0.3.0: external/SDL/CMakeFiles/SDL3-shared.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_329) "Linking C shared library libSDL3.so" - cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/SDL3-shared.dir/link.txt --verbose=$(VERBOSE) - cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -E cmake_symlink_library libSDL3.so.0.3.0 libSDL3.so.0 libSDL3.so - -external/SDL/libSDL3.so.0: external/SDL/libSDL3.so.0.3.0 - @$(CMAKE_COMMAND) -E touch_nocreate external/SDL/libSDL3.so.0 - -external/SDL/libSDL3.so: external/SDL/libSDL3.so.0.3.0 - @$(CMAKE_COMMAND) -E touch_nocreate external/SDL/libSDL3.so - -# Rule to build all files generated by this target. -external/SDL/CMakeFiles/SDL3-shared.dir/build: external/SDL/libSDL3.so -.PHONY : external/SDL/CMakeFiles/SDL3-shared.dir/build - -external/SDL/CMakeFiles/SDL3-shared.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -P CMakeFiles/SDL3-shared.dir/cmake_clean.cmake -.PHONY : external/SDL/CMakeFiles/SDL3-shared.dir/clean - -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/alpha-modifier-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/color-management-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/color-management-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/cursor-shape-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/fractional-scale-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/frog-color-management-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/tablet-v2-client-protocol.h -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/tablet-v2-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/text-input-unstable-v3-client-protocol.h -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/viewporter-client-protocol.h -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/viewporter-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/wayland-client-protocol.h -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/wayland-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-activation-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-dialog-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-shell-client-protocol.h -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-shell-protocol.c -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-shared.dir/depend: external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/SDL /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/SDL /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/SDL/CMakeFiles/SDL3-shared.dir/depend - diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_clean.cmake b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_clean.cmake deleted file mode 100644 index 32daef8c..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_clean.cmake +++ /dev/null @@ -1,625 +0,0 @@ -file(REMOVE_RECURSE - ".0" - "CMakeFiles/SDL3-shared.dir/link.d" - "CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch" - "CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch.d" - "CMakeFiles/SDL3-shared.dir/src/SDL.c.o" - "CMakeFiles/SDL3-shared.dir/src/SDL.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o" - "CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o" - "CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o" - "CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o" - "CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o" - "CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o" - "CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o" - "CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o" - "CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o" - "CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o" - "CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o" - "CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o" - "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o" - "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o" - "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o" - "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o" - "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o" - "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o" - "CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o" - "CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o" - "CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o" - "CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o" - "CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o" - "CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o" - "CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" - "CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o" - "CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o" - "CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" - "CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" - "CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o" - "CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o" - "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o" - "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o" - "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o" - "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o" - "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o" - "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o" - "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o" - "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o" - "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o" - "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o" - "CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o" - "CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o" - "CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o" - "CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o" - "CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o" - "CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o" - "CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o" - "CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o" - "CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o" - "CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o" - "CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o" - "CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o" - "CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" - "CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o" - "CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" - "CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o" - "CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" - "CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" - "CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o" - "CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o" - "CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o" - "CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o" - "CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o" - "CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" - "CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" - "CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o" - "CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o" - "CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o" - "CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o" - "CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o" - "CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o" - "CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o" - "CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o" - "CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o" - "CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o" - "CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o" - "CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o" - "CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" - "CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o" - "CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o" - "CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o" - "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o" - "CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o" - "CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o" - "CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o" - "CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o" - "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o" - "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o" - "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o" - "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o" - "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o" - "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o" - "CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o" - "CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o" - "CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o" - "CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o" - "CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o" - "CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o.d" - "CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" - "CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o.d" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o.d" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o.d" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o.d" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o.d" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o.d" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o.d" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o.d" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o.d" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o.d" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o.d" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o.d" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o.d" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o.d" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o.d" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o.d" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o.d" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o.d" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o.d" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o.d" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o.d" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o.d" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" - "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o.d" - "libSDL3.pdb" - "libSDL3.so" - "libSDL3.so.0" - "libSDL3.so.0.3.0" - "wayland-generated-protocols/alpha-modifier-v1-client-protocol.h" - "wayland-generated-protocols/alpha-modifier-v1-protocol.c" - "wayland-generated-protocols/color-management-v1-client-protocol.h" - "wayland-generated-protocols/color-management-v1-protocol.c" - "wayland-generated-protocols/cursor-shape-v1-client-protocol.h" - "wayland-generated-protocols/cursor-shape-v1-protocol.c" - "wayland-generated-protocols/fractional-scale-v1-client-protocol.h" - "wayland-generated-protocols/fractional-scale-v1-protocol.c" - "wayland-generated-protocols/frog-color-management-v1-client-protocol.h" - "wayland-generated-protocols/frog-color-management-v1-protocol.c" - "wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h" - "wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c" - "wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h" - "wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c" - "wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h" - "wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c" - "wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h" - "wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c" - "wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h" - "wayland-generated-protocols/primary-selection-unstable-v1-protocol.c" - "wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h" - "wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c" - "wayland-generated-protocols/tablet-v2-client-protocol.h" - "wayland-generated-protocols/tablet-v2-protocol.c" - "wayland-generated-protocols/text-input-unstable-v3-client-protocol.h" - "wayland-generated-protocols/text-input-unstable-v3-protocol.c" - "wayland-generated-protocols/viewporter-client-protocol.h" - "wayland-generated-protocols/viewporter-protocol.c" - "wayland-generated-protocols/wayland-client-protocol.h" - "wayland-generated-protocols/wayland-protocol.c" - "wayland-generated-protocols/xdg-activation-v1-client-protocol.h" - "wayland-generated-protocols/xdg-activation-v1-protocol.c" - "wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h" - "wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c" - "wayland-generated-protocols/xdg-dialog-v1-client-protocol.h" - "wayland-generated-protocols/xdg-dialog-v1-protocol.c" - "wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h" - "wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c" - "wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h" - "wayland-generated-protocols/xdg-output-unstable-v1-protocol.c" - "wayland-generated-protocols/xdg-shell-client-protocol.h" - "wayland-generated-protocols/xdg-shell-protocol.c" - "wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h" - "wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/SDL3-shared.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h deleted file mode 100644 index 45ac8b4c..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h +++ /dev/null @@ -1,4 +0,0 @@ -/* generated by CMake */ - -#pragma GCC system_header -#include "/home/guest/Downloads/PopLib/external/SDL/src/SDL_internal.h" diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.c b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.c deleted file mode 100644 index f9a12eaa..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.c +++ /dev/null @@ -1 +0,0 @@ -/* generated by CMake */ diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.make b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.make deleted file mode 100644 index 36eea2c4..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for SDL3-shared. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts deleted file mode 100644 index d81c0b06..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for SDL3-shared. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/depend.make b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/depend.make deleted file mode 100644 index 9d690c97..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for SDL3-shared. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/flags.make b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/flags.make deleted file mode 100644 index fa45ce17..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/flags.make +++ /dev/null @@ -1,576 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DDLL_EXPORT -DSDL_BUILD_MAJOR_VERSION=3 -DSDL_BUILD_MICRO_VERSION=0 -DSDL_BUILD_MINOR_VERSION=3 -DUSING_GENERATED_CONFIG_H -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/SDL/include-config-relwithdebinfo/build_config -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL/src -isystem /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -isystem /usr/include/libdrm -isystem /usr/include/libdecor-0 -isystem /usr/include/dbus-1.0 -isystem /usr/lib/dbus-1.0/include -isystem /usr/include/libusb-1.0 - -C_FLAGS = -O2 -g -DNDEBUG -fPIC -fvisibility=hidden -Wall -Wundef -Wfloat-conversion -fno-strict-aliasing -Wshadow -Wno-unused-local-typedefs -Wimplicit-fallthrough -fdiagnostics-color=always -idirafter/home/guest/Downloads/PopLib/external/SDL/src/video/khronos -D_REENTRANT - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch_OPTIONS = -Winvalid-pch;-x;c-header;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h - diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/link.txt b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/link.txt deleted file mode 100644 index b49daa71..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -fPIC -O2 -g -DNDEBUG -Wl,--version-script=/home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.sym -Wl,--no-undefined -pthread -Wl,--dependency-file=CMakeFiles/SDL3-shared.dir/link.d -shared -Wl,-soname,libSDL3.so.0 -o libSDL3.so.0.3.0 "CMakeFiles/SDL3-shared.dir/src/SDL.c.o" "CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o" "CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o" "CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o" "CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o" "CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o" "CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o" "CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o" "CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o" "CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o" "CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o" "CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o" "CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o" "CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o" "CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o" "CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o" "CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o" "CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o" "CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o" "CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o" "CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o" "CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o" "CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o" "CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o" "CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o" "CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o" "CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o" "CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o" "CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o" "CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o" "CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o" "CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o" "CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o" "CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o" "CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o" "CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o" "CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o" "CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" "CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o" "CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" "CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o" "CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o" "CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o" "CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o" "CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o" "CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o" "CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o" "CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o" "CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o" "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o" "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o" "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o" "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o" "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o" "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o" "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o" "CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o" "CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" "CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" "CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" "CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o" "CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" "CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o" "CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o" "CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o" "CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o" "CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o" "CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o" "CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o" "CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" "CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" "CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o" "CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o" "CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" "CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o" "CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o" "CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o" "CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" "CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o" "CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o" "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" "CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o" "CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" "CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" "CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o" "CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o" "CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o" "CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" "CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o" "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o" "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o" "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o" "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o" "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o" "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o" "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o" "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o" "CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o" "CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" "CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" "CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" "CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o" "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o" "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o" "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o" "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o" "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o" "CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o" "CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o" "CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o" "CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o" "CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" "CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o" "CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o" "CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o" "CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o" "CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o" "CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o" "CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o" "CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o" "CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o" "CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o" "CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o" "CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o" "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o" "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o" "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o" "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" "CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o" "CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o" "CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" "CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o" "CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o" -lm libSDL_uclibc.a diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/progress.make b/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/progress.make deleted file mode 100644 index cc312df0..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3-shared.dir/progress.make +++ /dev/null @@ -1,330 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = -CMAKE_PROGRESS_7 = -CMAKE_PROGRESS_8 = -CMAKE_PROGRESS_9 = -CMAKE_PROGRESS_10 = -CMAKE_PROGRESS_11 = -CMAKE_PROGRESS_12 = -CMAKE_PROGRESS_13 = -CMAKE_PROGRESS_14 = -CMAKE_PROGRESS_15 = -CMAKE_PROGRESS_16 = -CMAKE_PROGRESS_17 = -CMAKE_PROGRESS_18 = -CMAKE_PROGRESS_19 = -CMAKE_PROGRESS_20 = -CMAKE_PROGRESS_21 = -CMAKE_PROGRESS_22 = 8 -CMAKE_PROGRESS_23 = -CMAKE_PROGRESS_24 = -CMAKE_PROGRESS_25 = -CMAKE_PROGRESS_26 = -CMAKE_PROGRESS_27 = -CMAKE_PROGRESS_28 = -CMAKE_PROGRESS_29 = -CMAKE_PROGRESS_30 = -CMAKE_PROGRESS_31 = -CMAKE_PROGRESS_32 = -CMAKE_PROGRESS_33 = -CMAKE_PROGRESS_34 = -CMAKE_PROGRESS_35 = -CMAKE_PROGRESS_36 = -CMAKE_PROGRESS_37 = -CMAKE_PROGRESS_38 = -CMAKE_PROGRESS_39 = -CMAKE_PROGRESS_40 = -CMAKE_PROGRESS_41 = -CMAKE_PROGRESS_42 = -CMAKE_PROGRESS_43 = -CMAKE_PROGRESS_44 = -CMAKE_PROGRESS_45 = -CMAKE_PROGRESS_46 = -CMAKE_PROGRESS_47 = -CMAKE_PROGRESS_48 = -CMAKE_PROGRESS_49 = -CMAKE_PROGRESS_50 = -CMAKE_PROGRESS_51 = 9 -CMAKE_PROGRESS_52 = -CMAKE_PROGRESS_53 = -CMAKE_PROGRESS_54 = -CMAKE_PROGRESS_55 = -CMAKE_PROGRESS_56 = -CMAKE_PROGRESS_57 = -CMAKE_PROGRESS_58 = -CMAKE_PROGRESS_59 = -CMAKE_PROGRESS_60 = -CMAKE_PROGRESS_61 = -CMAKE_PROGRESS_62 = -CMAKE_PROGRESS_63 = -CMAKE_PROGRESS_64 = -CMAKE_PROGRESS_65 = -CMAKE_PROGRESS_66 = -CMAKE_PROGRESS_67 = -CMAKE_PROGRESS_68 = -CMAKE_PROGRESS_69 = -CMAKE_PROGRESS_70 = -CMAKE_PROGRESS_71 = -CMAKE_PROGRESS_72 = -CMAKE_PROGRESS_73 = -CMAKE_PROGRESS_74 = -CMAKE_PROGRESS_75 = -CMAKE_PROGRESS_76 = -CMAKE_PROGRESS_77 = -CMAKE_PROGRESS_78 = -CMAKE_PROGRESS_79 = 10 -CMAKE_PROGRESS_80 = -CMAKE_PROGRESS_81 = -CMAKE_PROGRESS_82 = -CMAKE_PROGRESS_83 = -CMAKE_PROGRESS_84 = -CMAKE_PROGRESS_85 = -CMAKE_PROGRESS_86 = -CMAKE_PROGRESS_87 = -CMAKE_PROGRESS_88 = -CMAKE_PROGRESS_89 = -CMAKE_PROGRESS_90 = -CMAKE_PROGRESS_91 = -CMAKE_PROGRESS_92 = -CMAKE_PROGRESS_93 = -CMAKE_PROGRESS_94 = -CMAKE_PROGRESS_95 = -CMAKE_PROGRESS_96 = -CMAKE_PROGRESS_97 = -CMAKE_PROGRESS_98 = -CMAKE_PROGRESS_99 = -CMAKE_PROGRESS_100 = -CMAKE_PROGRESS_101 = -CMAKE_PROGRESS_102 = -CMAKE_PROGRESS_103 = -CMAKE_PROGRESS_104 = -CMAKE_PROGRESS_105 = -CMAKE_PROGRESS_106 = -CMAKE_PROGRESS_107 = -CMAKE_PROGRESS_108 = 11 -CMAKE_PROGRESS_109 = -CMAKE_PROGRESS_110 = -CMAKE_PROGRESS_111 = -CMAKE_PROGRESS_112 = -CMAKE_PROGRESS_113 = -CMAKE_PROGRESS_114 = -CMAKE_PROGRESS_115 = -CMAKE_PROGRESS_116 = -CMAKE_PROGRESS_117 = -CMAKE_PROGRESS_118 = -CMAKE_PROGRESS_119 = -CMAKE_PROGRESS_120 = -CMAKE_PROGRESS_121 = -CMAKE_PROGRESS_122 = -CMAKE_PROGRESS_123 = -CMAKE_PROGRESS_124 = -CMAKE_PROGRESS_125 = -CMAKE_PROGRESS_126 = -CMAKE_PROGRESS_127 = -CMAKE_PROGRESS_128 = -CMAKE_PROGRESS_129 = -CMAKE_PROGRESS_130 = -CMAKE_PROGRESS_131 = -CMAKE_PROGRESS_132 = -CMAKE_PROGRESS_133 = -CMAKE_PROGRESS_134 = -CMAKE_PROGRESS_135 = -CMAKE_PROGRESS_136 = 12 -CMAKE_PROGRESS_137 = -CMAKE_PROGRESS_138 = -CMAKE_PROGRESS_139 = -CMAKE_PROGRESS_140 = -CMAKE_PROGRESS_141 = -CMAKE_PROGRESS_142 = -CMAKE_PROGRESS_143 = -CMAKE_PROGRESS_144 = -CMAKE_PROGRESS_145 = -CMAKE_PROGRESS_146 = -CMAKE_PROGRESS_147 = -CMAKE_PROGRESS_148 = -CMAKE_PROGRESS_149 = -CMAKE_PROGRESS_150 = -CMAKE_PROGRESS_151 = -CMAKE_PROGRESS_152 = -CMAKE_PROGRESS_153 = -CMAKE_PROGRESS_154 = -CMAKE_PROGRESS_155 = -CMAKE_PROGRESS_156 = -CMAKE_PROGRESS_157 = -CMAKE_PROGRESS_158 = -CMAKE_PROGRESS_159 = -CMAKE_PROGRESS_160 = -CMAKE_PROGRESS_161 = -CMAKE_PROGRESS_162 = -CMAKE_PROGRESS_163 = -CMAKE_PROGRESS_164 = 13 -CMAKE_PROGRESS_165 = -CMAKE_PROGRESS_166 = -CMAKE_PROGRESS_167 = -CMAKE_PROGRESS_168 = -CMAKE_PROGRESS_169 = -CMAKE_PROGRESS_170 = -CMAKE_PROGRESS_171 = -CMAKE_PROGRESS_172 = -CMAKE_PROGRESS_173 = -CMAKE_PROGRESS_174 = -CMAKE_PROGRESS_175 = -CMAKE_PROGRESS_176 = -CMAKE_PROGRESS_177 = -CMAKE_PROGRESS_178 = -CMAKE_PROGRESS_179 = -CMAKE_PROGRESS_180 = -CMAKE_PROGRESS_181 = -CMAKE_PROGRESS_182 = -CMAKE_PROGRESS_183 = -CMAKE_PROGRESS_184 = -CMAKE_PROGRESS_185 = -CMAKE_PROGRESS_186 = -CMAKE_PROGRESS_187 = -CMAKE_PROGRESS_188 = -CMAKE_PROGRESS_189 = -CMAKE_PROGRESS_190 = -CMAKE_PROGRESS_191 = -CMAKE_PROGRESS_192 = -CMAKE_PROGRESS_193 = 14 -CMAKE_PROGRESS_194 = -CMAKE_PROGRESS_195 = -CMAKE_PROGRESS_196 = -CMAKE_PROGRESS_197 = -CMAKE_PROGRESS_198 = -CMAKE_PROGRESS_199 = -CMAKE_PROGRESS_200 = -CMAKE_PROGRESS_201 = -CMAKE_PROGRESS_202 = -CMAKE_PROGRESS_203 = -CMAKE_PROGRESS_204 = -CMAKE_PROGRESS_205 = -CMAKE_PROGRESS_206 = -CMAKE_PROGRESS_207 = -CMAKE_PROGRESS_208 = -CMAKE_PROGRESS_209 = -CMAKE_PROGRESS_210 = -CMAKE_PROGRESS_211 = -CMAKE_PROGRESS_212 = -CMAKE_PROGRESS_213 = -CMAKE_PROGRESS_214 = -CMAKE_PROGRESS_215 = -CMAKE_PROGRESS_216 = -CMAKE_PROGRESS_217 = -CMAKE_PROGRESS_218 = -CMAKE_PROGRESS_219 = -CMAKE_PROGRESS_220 = -CMAKE_PROGRESS_221 = 15 -CMAKE_PROGRESS_222 = -CMAKE_PROGRESS_223 = -CMAKE_PROGRESS_224 = -CMAKE_PROGRESS_225 = -CMAKE_PROGRESS_226 = -CMAKE_PROGRESS_227 = -CMAKE_PROGRESS_228 = -CMAKE_PROGRESS_229 = -CMAKE_PROGRESS_230 = -CMAKE_PROGRESS_231 = -CMAKE_PROGRESS_232 = -CMAKE_PROGRESS_233 = -CMAKE_PROGRESS_234 = -CMAKE_PROGRESS_235 = -CMAKE_PROGRESS_236 = -CMAKE_PROGRESS_237 = -CMAKE_PROGRESS_238 = -CMAKE_PROGRESS_239 = -CMAKE_PROGRESS_240 = -CMAKE_PROGRESS_241 = -CMAKE_PROGRESS_242 = -CMAKE_PROGRESS_243 = -CMAKE_PROGRESS_244 = -CMAKE_PROGRESS_245 = -CMAKE_PROGRESS_246 = -CMAKE_PROGRESS_247 = -CMAKE_PROGRESS_248 = -CMAKE_PROGRESS_249 = 16 -CMAKE_PROGRESS_250 = -CMAKE_PROGRESS_251 = -CMAKE_PROGRESS_252 = -CMAKE_PROGRESS_253 = -CMAKE_PROGRESS_254 = -CMAKE_PROGRESS_255 = -CMAKE_PROGRESS_256 = -CMAKE_PROGRESS_257 = -CMAKE_PROGRESS_258 = -CMAKE_PROGRESS_259 = -CMAKE_PROGRESS_260 = -CMAKE_PROGRESS_261 = -CMAKE_PROGRESS_262 = -CMAKE_PROGRESS_263 = -CMAKE_PROGRESS_264 = -CMAKE_PROGRESS_265 = -CMAKE_PROGRESS_266 = -CMAKE_PROGRESS_267 = -CMAKE_PROGRESS_268 = -CMAKE_PROGRESS_269 = -CMAKE_PROGRESS_270 = -CMAKE_PROGRESS_271 = -CMAKE_PROGRESS_272 = -CMAKE_PROGRESS_273 = -CMAKE_PROGRESS_274 = -CMAKE_PROGRESS_275 = -CMAKE_PROGRESS_276 = -CMAKE_PROGRESS_277 = -CMAKE_PROGRESS_278 = 17 -CMAKE_PROGRESS_279 = -CMAKE_PROGRESS_280 = -CMAKE_PROGRESS_281 = -CMAKE_PROGRESS_282 = -CMAKE_PROGRESS_283 = -CMAKE_PROGRESS_284 = -CMAKE_PROGRESS_285 = -CMAKE_PROGRESS_286 = -CMAKE_PROGRESS_287 = -CMAKE_PROGRESS_288 = -CMAKE_PROGRESS_289 = -CMAKE_PROGRESS_290 = -CMAKE_PROGRESS_291 = -CMAKE_PROGRESS_292 = -CMAKE_PROGRESS_293 = -CMAKE_PROGRESS_294 = -CMAKE_PROGRESS_295 = -CMAKE_PROGRESS_296 = -CMAKE_PROGRESS_297 = -CMAKE_PROGRESS_298 = -CMAKE_PROGRESS_299 = -CMAKE_PROGRESS_300 = -CMAKE_PROGRESS_301 = -CMAKE_PROGRESS_302 = -CMAKE_PROGRESS_303 = -CMAKE_PROGRESS_304 = -CMAKE_PROGRESS_305 = -CMAKE_PROGRESS_306 = 18 -CMAKE_PROGRESS_307 = -CMAKE_PROGRESS_308 = -CMAKE_PROGRESS_309 = -CMAKE_PROGRESS_310 = -CMAKE_PROGRESS_311 = -CMAKE_PROGRESS_312 = -CMAKE_PROGRESS_313 = -CMAKE_PROGRESS_314 = -CMAKE_PROGRESS_315 = -CMAKE_PROGRESS_316 = -CMAKE_PROGRESS_317 = -CMAKE_PROGRESS_318 = -CMAKE_PROGRESS_319 = -CMAKE_PROGRESS_320 = -CMAKE_PROGRESS_321 = -CMAKE_PROGRESS_322 = -CMAKE_PROGRESS_323 = -CMAKE_PROGRESS_324 = -CMAKE_PROGRESS_325 = -CMAKE_PROGRESS_326 = -CMAKE_PROGRESS_327 = -CMAKE_PROGRESS_328 = -CMAKE_PROGRESS_329 = - diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/DependInfo.cmake b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/DependInfo.cmake deleted file mode 100644 index 08987e7d..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/DependInfo.cmake +++ /dev/null @@ -1,589 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.c" "external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch.d" - "/home/guest/Downloads/PopLib/external/SDL/src/SDL.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/SDL_assert.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/SDL_error.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/SDL_guid.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/SDL_hashtable.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/SDL_hints.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/SDL_list.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/SDL_log.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/SDL_properties.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/SDL_utils.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_atomic.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_spinlock.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audio.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiocvt.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiodev.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioqueue.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioresample.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiotypecvt.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_mixer.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_wave.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/alsa/SDL_alsa_audio.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/disk/SDL_diskaudio.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/dummy/SDL_dummyaudio.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/jack/SDL_jackaudio.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/pipewire/SDL_pipewire.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/audio/pulseaudio/SDL_pulseaudio.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/camera/SDL_camera.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/camera/dummy/SDL_camera_dummy.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/camera/pipewire/SDL_camera_pipewire.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/camera/v4l2/SDL_camera_v4l2.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/SDL_core_unsupported.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_dbus.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_capabilities.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_kbd.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_fcitx.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_ime.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_progressbar.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_system_theme.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_threadprio.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_udev.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_appid.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_poll.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/cpuinfo/SDL_cpuinfo.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog_utils.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_portaldialog.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_unixdialog.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_zenitydialog.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_categories.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_clipboardevents.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_displayevents.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_dropevents.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_events.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_eventwatch.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keyboard.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keymap.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_keycode.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_scancode.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_mouse.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_pen.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_quit.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_scancode_tables.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_touch.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/SDL_windowevents.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/events/imKStoUCS.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/filesystem/SDL_filesystem.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/filesystem/posix/SDL_sysfsops.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/filesystem/unix/SDL_sysfilesystem.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/gpu/SDL_gpu.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/haptic/SDL_haptic.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/haptic/linux/SDL_syshaptic.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/hidapi/SDL_hidapi.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/io/SDL_asyncio.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/io/SDL_iostream.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/io/generic/SDL_asyncio_generic.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/io/io_uring/SDL_asyncio_liburing.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_gamepad.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_joystick.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_steam_virtual_gamepad.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/controller_type.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_8bitdo.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_combined.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gamecube.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gip.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_lg4ff.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_luna.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps3.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps4.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps5.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_rumble.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_shield.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_stadia.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam_hori.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steamdeck.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_switch.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_wii.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360w.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xboxone.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapijoystick.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/linux/SDL_sysjoystick.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/joystick/virtual/SDL_virtualjoystick.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/loadso/dlopen/SDL_sysloadso.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/locale/SDL_locale.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/locale/unix/SDL_syslocale.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/main/SDL_main_callbacks.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/main/SDL_runapp.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/main/generic/SDL_sysmain_callbacks.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/misc/SDL_url.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/misc/unix/SDL_sysurl.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/power/SDL_power.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/power/linux/SDL_syspower.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/process/SDL_process.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/process/posix/SDL_posixprocess.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/SDL_d3dmath.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render_unsupported.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/SDL_yuv_sw.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_render_d3d.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_shaders_d3d.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_render_d3d11.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_shaders_d3d11.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_render_d3d12.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_shaders_d3d12.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_pipeline_gpu.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_render_gpu.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_shaders_gpu.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_render_gl.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_shaders_gl.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_render_gles2.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_shaders_gles2.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/ps2/SDL_render_ps2.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/psp/SDL_render_psp.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendfillrect.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendline.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendpoint.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawline.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawpoint.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_render_sw.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_rotate.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_triangle.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_memory.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_tools.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_render_vulkan.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_shaders_vulkan.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/sensor/SDL_sensor.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/sensor/dummy/SDL_dummysensor.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc16.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc32.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_getenv.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_iconv.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_malloc.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memcpy.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memmove.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memset.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_mslibc.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_murmur3.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_qsort.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_random.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_stdlib.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_string.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_strtokr.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/storage/SDL_storage.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/storage/generic/SDL_genericstorage.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/storage/steam/SDL_steamstorage.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/thread/SDL_thread.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syscond.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysmutex.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysrwlock.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syssem.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systhread.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systls.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/time/SDL_time.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/time/unix/SDL_systime.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/timer/SDL_timer.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/timer/unix/SDL_systimer.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/tray/SDL_tray_utils.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/tray/unix/SDL_tray.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_RLEaccel.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_0.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_1.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_A.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_N.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_auto.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_copy.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_slow.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_bmp.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_clipboard.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_egl.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_fillrect.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_pixels.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_rect.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stb.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stretch.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_surface.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video_unsupported.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_vulkan_utils.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/SDL_yuv.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullevents.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullframebuffer.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullvideo.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmdyn.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmevents.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmmouse.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmopengles.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvideo.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvulkan.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenevents.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenframebuffer.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenopengles.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvideo.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvulkan.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenwindow.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandclipboard.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandcolor.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddatamanager.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddyn.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandevents.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandkeyboard.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmessagebox.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmouse.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandopengles.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandshmbuffer.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvideo.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvulkan.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandwindow.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11clipboard.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11dyn.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11events.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11framebuffer.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11keyboard.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11messagebox.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11modes.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11mouse.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengl.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengles.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11pen.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11settings.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11shape.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11touch.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11video.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11vulkan.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11window.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xfixes.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xinput2.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xsync.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xtest.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/edid-parse.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/x11/xsettings-client.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_lsx.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_sse.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_std.c" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o.d" - "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" "gcc" "external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/build.make b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/build.make deleted file mode 100644 index ab0bdc17..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/build.make +++ /dev/null @@ -1,5475 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/SDL/CMakeFiles/SDL3-static.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/SDL/CMakeFiles/SDL3-static.dir/progress.make - -# Include the compile flags for this target's objects. -include external/SDL/CMakeFiles/SDL3-static.dir/flags.make - -external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c: external/SDL/wayland-generated-protocols/alpha-modifier-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating wayland-generated-protocols/alpha-modifier-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/alpha-modifier-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c - -external/SDL/wayland-generated-protocols/color-management-v1-protocol.c: external/SDL/wayland-generated-protocols/color-management-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Generating wayland-generated-protocols/color-management-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/color-management-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-protocol.c - -external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c: external/SDL/wayland-generated-protocols/cursor-shape-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Generating wayland-generated-protocols/cursor-shape-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/cursor-shape-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c - -external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c: external/SDL/wayland-generated-protocols/fractional-scale-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Generating wayland-generated-protocols/fractional-scale-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/fractional-scale-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c - -external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c: external/SDL/wayland-generated-protocols/frog-color-management-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Generating wayland-generated-protocols/frog-color-management-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/frog-color-management-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c - -external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Generating wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/idle-inhibit-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c - -external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Generating wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/input-timestamps-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c - -external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Generating wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/keyboard-shortcuts-inhibit-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c - -external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Generating wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/pointer-constraints-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c - -external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Generating wayland-generated-protocols/primary-selection-unstable-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/primary-selection-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c - -external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Generating wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/relative-pointer-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c - -external/SDL/wayland-generated-protocols/tablet-v2-protocol.c: external/SDL/wayland-generated-protocols/tablet-v2-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Generating wayland-generated-protocols/tablet-v2-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/tablet-v2.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-protocol.c - -external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c: external/SDL/wayland-generated-protocols/text-input-unstable-v3-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Generating wayland-generated-protocols/text-input-unstable-v3-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/text-input-unstable-v3.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c - -external/SDL/wayland-generated-protocols/viewporter-protocol.c: external/SDL/wayland-generated-protocols/viewporter-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Generating wayland-generated-protocols/viewporter-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/viewporter.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-protocol.c - -external/SDL/wayland-generated-protocols/wayland-protocol.c: external/SDL/wayland-generated-protocols/wayland-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Generating wayland-generated-protocols/wayland-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/wayland.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-protocol.c - -external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c: external/SDL/wayland-generated-protocols/xdg-activation-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Generating wayland-generated-protocols/xdg-activation-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-activation-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c - -external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Generating wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-decoration-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c - -external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c: external/SDL/wayland-generated-protocols/xdg-dialog-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Generating wayland-generated-protocols/xdg-dialog-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-dialog-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c - -external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c: external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Generating wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-foreign-unstable-v2.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c - -external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c: external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Generating wayland-generated-protocols/xdg-output-unstable-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-output-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c - -external/SDL/wayland-generated-protocols/xdg-shell-protocol.c: external/SDL/wayland-generated-protocols/xdg-shell-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Generating wayland-generated-protocols/xdg-shell-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-shell.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-protocol.c - -external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c: external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Generating wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner private-code /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-toplevel-icon-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c - -external/SDL/wayland-generated-protocols/alpha-modifier-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/alpha-modifier-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Generating wayland-generated-protocols/alpha-modifier-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/alpha-modifier-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/color-management-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/color-management-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Generating wayland-generated-protocols/color-management-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/color-management-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/cursor-shape-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/cursor-shape-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Generating wayland-generated-protocols/cursor-shape-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/cursor-shape-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/fractional-scale-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/fractional-scale-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Generating wayland-generated-protocols/fractional-scale-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/fractional-scale-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/frog-color-management-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/frog-color-management-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Generating wayland-generated-protocols/frog-color-management-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/frog-color-management-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/idle-inhibit-unstable-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Generating wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/idle-inhibit-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/input-timestamps-unstable-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Generating wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/input-timestamps-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/keyboard-shortcuts-inhibit-unstable-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Generating wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/keyboard-shortcuts-inhibit-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/pointer-constraints-unstable-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Generating wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/pointer-constraints-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/primary-selection-unstable-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Generating wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/primary-selection-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/relative-pointer-unstable-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Generating wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/relative-pointer-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/tablet-v2-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/tablet-v2.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Generating wayland-generated-protocols/tablet-v2-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/tablet-v2.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-client-protocol.h - -external/SDL/wayland-generated-protocols/text-input-unstable-v3-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/text-input-unstable-v3.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Generating wayland-generated-protocols/text-input-unstable-v3-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/text-input-unstable-v3.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-client-protocol.h - -external/SDL/wayland-generated-protocols/viewporter-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/viewporter.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Generating wayland-generated-protocols/viewporter-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/viewporter.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-client-protocol.h - -external/SDL/wayland-generated-protocols/wayland-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/wayland.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Generating wayland-generated-protocols/wayland-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/wayland.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-client-protocol.h - -external/SDL/wayland-generated-protocols/xdg-activation-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-activation-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_38) "Generating wayland-generated-protocols/xdg-activation-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-activation-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-decoration-unstable-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_39) "Generating wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-decoration-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/xdg-dialog-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-dialog-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_40) "Generating wayland-generated-protocols/xdg-dialog-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-dialog-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-foreign-unstable-v2.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_41) "Generating wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-foreign-unstable-v2.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h - -external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-output-unstable-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_42) "Generating wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-output-unstable-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h - -external/SDL/wayland-generated-protocols/xdg-shell-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-shell.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_43) "Generating wayland-generated-protocols/xdg-shell-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-shell.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-client-protocol.h - -external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h: /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-toplevel-icon-v1.xml - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_44) "Generating wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/wayland-scanner client-header /home/guest/Downloads/PopLib/external/SDL/wayland-protocols/xdg-toplevel-icon-v1.xml /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h - -external/SDL/CMakeFiles/SDL3-static.dir/codegen: -.PHONY : external/SDL/CMakeFiles/SDL3-static.dir/codegen - -external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.c -external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_45) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -x c-header -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -MF CMakeFiles/SDL3-static.dir/cmake_pch.h.gch.d -o CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -c /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.c - -external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/cmake_pch.h.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -x c-header -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.c > CMakeFiles/SDL3-static.dir/cmake_pch.h.i - -external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/cmake_pch.h.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -x c-header -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.c -o CMakeFiles/SDL3-static.dir/cmake_pch.h.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL.c -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_46) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o -MF CMakeFiles/SDL3-static.dir/src/SDL.c.o.d -o CMakeFiles/SDL3-static.dir/src/SDL.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/SDL.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL.c > CMakeFiles/SDL3-static.dir/src/SDL.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/SDL.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL.c -o CMakeFiles/SDL3-static.dir/src/SDL.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_assert.c -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_47) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o -MF CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o.d -o CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_assert.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/SDL_assert.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_assert.c > CMakeFiles/SDL3-static.dir/src/SDL_assert.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/SDL_assert.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_assert.c -o CMakeFiles/SDL3-static.dir/src/SDL_assert.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_error.c -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_48) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o -MF CMakeFiles/SDL3-static.dir/src/SDL_error.c.o.d -o CMakeFiles/SDL3-static.dir/src/SDL_error.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_error.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/SDL_error.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_error.c > CMakeFiles/SDL3-static.dir/src/SDL_error.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/SDL_error.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_error.c -o CMakeFiles/SDL3-static.dir/src/SDL_error.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_guid.c -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_49) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o -MF CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o.d -o CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_guid.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/SDL_guid.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_guid.c > CMakeFiles/SDL3-static.dir/src/SDL_guid.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/SDL_guid.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_guid.c -o CMakeFiles/SDL3-static.dir/src/SDL_guid.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_hashtable.c -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_50) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o -MF CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o.d -o CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_hashtable.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_hashtable.c > CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_hashtable.c -o CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_hints.c -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_51) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o -MF CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o.d -o CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_hints.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/SDL_hints.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_hints.c > CMakeFiles/SDL3-static.dir/src/SDL_hints.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/SDL_hints.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_hints.c -o CMakeFiles/SDL3-static.dir/src/SDL_hints.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_list.c -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_52) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o -MF CMakeFiles/SDL3-static.dir/src/SDL_list.c.o.d -o CMakeFiles/SDL3-static.dir/src/SDL_list.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_list.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/SDL_list.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_list.c > CMakeFiles/SDL3-static.dir/src/SDL_list.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/SDL_list.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_list.c -o CMakeFiles/SDL3-static.dir/src/SDL_list.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_log.c -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_53) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o -MF CMakeFiles/SDL3-static.dir/src/SDL_log.c.o.d -o CMakeFiles/SDL3-static.dir/src/SDL_log.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_log.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/SDL_log.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_log.c > CMakeFiles/SDL3-static.dir/src/SDL_log.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/SDL_log.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_log.c -o CMakeFiles/SDL3-static.dir/src/SDL_log.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_properties.c -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_54) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o -MF CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o.d -o CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_properties.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/SDL_properties.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_properties.c > CMakeFiles/SDL3-static.dir/src/SDL_properties.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/SDL_properties.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_properties.c -o CMakeFiles/SDL3-static.dir/src/SDL_properties.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o: /home/guest/Downloads/PopLib/external/SDL/src/SDL_utils.c -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_55) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o -MF CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o.d -o CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/SDL_utils.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/SDL_utils.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/SDL_utils.c > CMakeFiles/SDL3-static.dir/src/SDL_utils.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/SDL_utils.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/SDL_utils.c -o CMakeFiles/SDL3-static.dir/src/SDL_utils.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o: /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_atomic.c -external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_56) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o -MF CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o.d -o CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_atomic.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_atomic.c > CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_atomic.c -o CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o: /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_spinlock.c -external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_57) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o -MF CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o.d -o CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_spinlock.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_spinlock.c > CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/atomic/SDL_spinlock.c -o CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audio.c -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_58) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audio.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audio.c > CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audio.c -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiocvt.c -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_59) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiocvt.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiocvt.c > CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiocvt.c -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiodev.c -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_60) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiodev.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiodev.c > CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiodev.c -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioqueue.c -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_61) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioqueue.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioqueue.c > CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioqueue.c -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioresample.c -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_62) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioresample.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioresample.c > CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audioresample.c -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiotypecvt.c -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_63) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiotypecvt.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiotypecvt.c > CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_audiotypecvt.c -o CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_mixer.c -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_64) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_mixer.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_mixer.c > CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_mixer.c -o CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_wave.c -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_65) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_wave.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_wave.c > CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/SDL_wave.c -o CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o: /home/guest/Downloads/PopLib/external/SDL/src/camera/SDL_camera.c -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_66) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o -MF CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o.d -o CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/camera/SDL_camera.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/camera/SDL_camera.c > CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/camera/SDL_camera.c -o CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/SDL_core_unsupported.c -external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_67) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o -MF CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/SDL_core_unsupported.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/SDL_core_unsupported.c > CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/SDL_core_unsupported.c -o CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/cpuinfo/SDL_cpuinfo.c -external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_68) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o -MF CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o.d -o CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/cpuinfo/SDL_cpuinfo.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/cpuinfo/SDL_cpuinfo.c > CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/cpuinfo/SDL_cpuinfo.c -o CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.c -external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_69) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o -MF CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o.d -o CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.c > CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.c -o CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_categories.c -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_70) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_categories.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_categories.c > CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_categories.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_clipboardevents.c -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_71) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_clipboardevents.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_clipboardevents.c > CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_clipboardevents.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_displayevents.c -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_72) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_displayevents.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_displayevents.c > CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_displayevents.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_dropevents.c -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_73) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_dropevents.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_dropevents.c > CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_dropevents.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_events.c -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_74) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_events.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_events.c > CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_events.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_eventwatch.c -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_75) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_eventwatch.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_eventwatch.c > CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_eventwatch.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keyboard.c -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_76) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keyboard.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keyboard.c > CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keyboard.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keymap.c -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_77) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keymap.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keymap.c > CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keymap.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_keycode.c -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_78) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_keycode.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_keycode.c > CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_keycode.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_scancode.c -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_79) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_scancode.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_scancode.c > CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_keysym_to_scancode.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_mouse.c -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_80) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_mouse.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_mouse.c > CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_mouse.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_pen.c -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_81) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_pen.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_pen.c > CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_pen.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_quit.c -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_82) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_quit.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_quit.c > CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_quit.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_scancode_tables.c -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_83) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_scancode_tables.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_scancode_tables.c > CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_scancode_tables.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_touch.c -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_84) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_touch.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_touch.c > CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_touch.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_windowevents.c -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_85) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o -MF CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_windowevents.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_windowevents.c > CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/SDL_windowevents.c -o CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o: /home/guest/Downloads/PopLib/external/SDL/src/events/imKStoUCS.c -external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_86) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o -MF CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o.d -o CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/events/imKStoUCS.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/events/imKStoUCS.c > CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/events/imKStoUCS.c -o CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o: /home/guest/Downloads/PopLib/external/SDL/src/filesystem/SDL_filesystem.c -external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_87) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o -MF CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o.d -o CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/filesystem/SDL_filesystem.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/filesystem/SDL_filesystem.c > CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/filesystem/SDL_filesystem.c -o CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o: /home/guest/Downloads/PopLib/external/SDL/src/gpu/SDL_gpu.c -external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_88) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o -MF CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o.d -o CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/gpu/SDL_gpu.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/gpu/SDL_gpu.c > CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/gpu/SDL_gpu.c -o CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o: /home/guest/Downloads/PopLib/external/SDL/src/haptic/SDL_haptic.c -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_89) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o -MF CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o.d -o CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/haptic/SDL_haptic.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/haptic/SDL_haptic.c > CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/haptic/SDL_haptic.c -o CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o: /home/guest/Downloads/PopLib/external/SDL/src/hidapi/SDL_hidapi.c -external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_90) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o -MF CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o.d -o CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/hidapi/SDL_hidapi.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/hidapi/SDL_hidapi.c > CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/hidapi/SDL_hidapi.c -o CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_asyncio.c -external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_91) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o -MF CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o.d -o CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_asyncio.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_asyncio.c > CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_asyncio.c -o CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o: /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_iostream.c -external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_92) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o -MF CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o.d -o CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_iostream.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_iostream.c > CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/io/SDL_iostream.c -o CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o: /home/guest/Downloads/PopLib/external/SDL/src/io/generic/SDL_asyncio_generic.c -external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_93) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o -MF CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o.d -o CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/io/generic/SDL_asyncio_generic.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/io/generic/SDL_asyncio_generic.c > CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/io/generic/SDL_asyncio_generic.c -o CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_gamepad.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_94) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_gamepad.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_gamepad.c > CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_gamepad.c -o CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_joystick.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_95) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_joystick.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_joystick.c > CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_joystick.c -o CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_steam_virtual_gamepad.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_96) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_steam_virtual_gamepad.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_steam_virtual_gamepad.c > CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/SDL_steam_virtual_gamepad.c -o CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/controller_type.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_97) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/controller_type.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/controller_type.c > CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/controller_type.c -o CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o: /home/guest/Downloads/PopLib/external/SDL/src/locale/SDL_locale.c -external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_98) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o -MF CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o.d -o CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/locale/SDL_locale.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/locale/SDL_locale.c > CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/locale/SDL_locale.c -o CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o: /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_main_callbacks.c -external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_99) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o -MF CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o.d -o CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_main_callbacks.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_main_callbacks.c > CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_main_callbacks.c -o CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o: /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_runapp.c -external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_100) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o -MF CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o.d -o CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_runapp.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_runapp.c > CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/main/SDL_runapp.c -o CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o: /home/guest/Downloads/PopLib/external/SDL/src/misc/SDL_url.c -external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_101) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o -MF CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o.d -o CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/misc/SDL_url.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/misc/SDL_url.c > CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/misc/SDL_url.c -o CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o: /home/guest/Downloads/PopLib/external/SDL/src/power/SDL_power.c -external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_102) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o -MF CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o.d -o CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/power/SDL_power.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/power/SDL_power.c > CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/power/SDL_power.c -o CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_d3dmath.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_103) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o -MF CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_d3dmath.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_d3dmath.c > CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_d3dmath.c -o CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_104) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o -MF CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render.c > CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render.c -o CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render_unsupported.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_105) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o -MF CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render_unsupported.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render_unsupported.c > CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_render_unsupported.c -o CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_yuv_sw.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_106) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o -MF CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_yuv_sw.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_yuv_sw.c > CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/SDL_yuv_sw.c -o CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_render_d3d.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_107) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o -MF CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_render_d3d.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_render_d3d.c > CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_render_d3d.c -o CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_shaders_d3d.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_108) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o -MF CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_shaders_d3d.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_shaders_d3d.c > CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d/SDL_shaders_d3d.c -o CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_render_d3d11.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_109) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o -MF CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_render_d3d11.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_render_d3d11.c > CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_render_d3d11.c -o CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_shaders_d3d11.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_110) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o -MF CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_shaders_d3d11.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_shaders_d3d11.c > CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d11/SDL_shaders_d3d11.c -o CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_render_d3d12.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_111) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o -MF CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_render_d3d12.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_render_d3d12.c > CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_render_d3d12.c -o CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_shaders_d3d12.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_112) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o -MF CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_shaders_d3d12.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_shaders_d3d12.c > CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/direct3d12/SDL_shaders_d3d12.c -o CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_pipeline_gpu.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_113) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o -MF CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_pipeline_gpu.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_pipeline_gpu.c > CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_pipeline_gpu.c -o CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_render_gpu.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_114) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o -MF CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_render_gpu.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_render_gpu.c > CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_render_gpu.c -o CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_shaders_gpu.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_115) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o -MF CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_shaders_gpu.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_shaders_gpu.c > CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/gpu/SDL_shaders_gpu.c -o CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_render_gl.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_116) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o -MF CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_render_gl.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_render_gl.c > CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_render_gl.c -o CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_shaders_gl.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_117) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o -MF CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_shaders_gl.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_shaders_gl.c > CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/opengl/SDL_shaders_gl.c -o CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_render_gles2.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_118) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o -MF CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_render_gles2.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_render_gles2.c > CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_render_gles2.c -o CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_shaders_gles2.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_119) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o -MF CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_shaders_gles2.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_shaders_gles2.c > CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/opengles2/SDL_shaders_gles2.c -o CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/ps2/SDL_render_ps2.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_120) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o -MF CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/ps2/SDL_render_ps2.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/ps2/SDL_render_ps2.c > CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/ps2/SDL_render_ps2.c -o CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/psp/SDL_render_psp.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_121) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o -MF CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/psp/SDL_render_psp.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/psp/SDL_render_psp.c > CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/psp/SDL_render_psp.c -o CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendfillrect.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_122) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o -MF CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendfillrect.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendfillrect.c > CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendfillrect.c -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendline.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_123) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o -MF CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendline.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendline.c > CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendline.c -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendpoint.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_124) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o -MF CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendpoint.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendpoint.c > CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_blendpoint.c -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawline.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_125) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o -MF CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawline.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawline.c > CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawline.c -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawpoint.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_126) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o -MF CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawpoint.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawpoint.c > CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_drawpoint.c -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_render_sw.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_127) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o -MF CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_render_sw.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_render_sw.c > CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_render_sw.c -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_rotate.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_128) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o -MF CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_rotate.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_rotate.c > CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_rotate.c -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_triangle.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_129) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o -MF CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_triangle.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_triangle.c > CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/software/SDL_triangle.c -o CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_130) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o -MF CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm.c > CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm.c -o CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_memory.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_131) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o -MF CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_memory.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_memory.c > CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_memory.c -o CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_tools.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_132) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o -MF CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_tools.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_tools.c > CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/vitagxm/SDL_render_vita_gxm_tools.c -o CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_render_vulkan.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_133) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o -MF CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_render_vulkan.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_render_vulkan.c > CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_render_vulkan.c -o CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_shaders_vulkan.c -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_134) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o -MF CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o.d -o CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_shaders_vulkan.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_shaders_vulkan.c > CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/render/vulkan/SDL_shaders_vulkan.c -o CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o: /home/guest/Downloads/PopLib/external/SDL/src/sensor/SDL_sensor.c -external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_135) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o -MF CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o.d -o CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/sensor/SDL_sensor.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/sensor/SDL_sensor.c > CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/sensor/SDL_sensor.c -o CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc16.c -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_136) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc16.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc16.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc16.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc32.c -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_137) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc32.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc32.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_crc32.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_getenv.c -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_138) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_getenv.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_getenv.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_getenv.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_iconv.c -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_139) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_iconv.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_iconv.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_iconv.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_malloc.c -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_140) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_malloc.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_malloc.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_malloc.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memcpy.c -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_141) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memcpy.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memcpy.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memcpy.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memmove.c -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_142) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memmove.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memmove.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memmove.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memset.c -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_143) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memset.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memset.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_memset.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_mslibc.c -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_144) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_mslibc.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_mslibc.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_mslibc.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_murmur3.c -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_145) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_murmur3.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_murmur3.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_murmur3.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_qsort.c -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_146) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_qsort.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_qsort.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_qsort.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_random.c -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_147) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_random.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_random.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_random.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_stdlib.c -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_148) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_stdlib.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_stdlib.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_stdlib.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_string.c -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_149) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_string.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_string.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_string.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o: /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_strtokr.c -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_150) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o -MF CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o.d -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_strtokr.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_strtokr.c > CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/stdlib/SDL_strtokr.c -o CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o: /home/guest/Downloads/PopLib/external/SDL/src/storage/SDL_storage.c -external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_151) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o -MF CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o.d -o CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/storage/SDL_storage.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/storage/SDL_storage.c > CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/storage/SDL_storage.c -o CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/SDL_thread.c -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_152) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o -MF CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o.d -o CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/SDL_thread.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/SDL_thread.c > CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/SDL_thread.c -o CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o: /home/guest/Downloads/PopLib/external/SDL/src/time/SDL_time.c -external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_153) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o -MF CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o.d -o CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/time/SDL_time.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/time/SDL_time.c > CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/time/SDL_time.c -o CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/timer/SDL_timer.c -external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_154) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o -MF CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o.d -o CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/timer/SDL_timer.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/timer/SDL_timer.c > CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/timer/SDL_timer.c -o CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_RLEaccel.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_155) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_RLEaccel.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_RLEaccel.c > CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_RLEaccel.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_156) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit.c > CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_0.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_157) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_0.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_0.c > CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_0.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_1.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_158) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_1.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_1.c > CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_1.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_A.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_159) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_A.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_A.c > CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_A.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_N.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_160) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_N.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_N.c > CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_N.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_auto.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_161) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_auto.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_auto.c > CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_auto.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_copy.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_162) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_copy.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_copy.c > CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_copy.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_slow.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_163) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_slow.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_slow.c > CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_blit_slow.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_bmp.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_164) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_bmp.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_bmp.c > CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_bmp.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_clipboard.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_165) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_clipboard.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_clipboard.c > CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_clipboard.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_egl.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_166) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_egl.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_egl.c > CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_egl.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_fillrect.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_167) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_fillrect.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_fillrect.c > CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_fillrect.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_pixels.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_168) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_pixels.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_pixels.c > CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_pixels.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_rect.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_169) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_rect.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_rect.c > CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_rect.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stb.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_170) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stb.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stb.c > CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stb.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stretch.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_171) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stretch.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stretch.c > CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_stretch.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_surface.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_172) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_surface.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_surface.c > CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_surface.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_173) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video.c > CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video_unsupported.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_174) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video_unsupported.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video_unsupported.c > CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_video_unsupported.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_vulkan_utils.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_175) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_vulkan_utils.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_vulkan_utils.c > CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_vulkan_utils.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_yuv.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_176) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o -MF CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_yuv.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_yuv.c > CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/SDL_yuv.c -o CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_lsx.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_177) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o -MF CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_lsx.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_lsx.c > CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_lsx.c -o CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_sse.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_178) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o -MF CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_sse.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_sse.c > CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_sse.c -o CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_std.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_179) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o -MF CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_std.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_std.c > CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/yuv2rgb/yuv_rgb_std.c -o CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/dummy/SDL_dummyaudio.c -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_180) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/dummy/SDL_dummyaudio.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/dummy/SDL_dummyaudio.c > CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/dummy/SDL_dummyaudio.c -o CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/disk/SDL_diskaudio.c -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_181) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/disk/SDL_diskaudio.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/disk/SDL_diskaudio.c > CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/disk/SDL_diskaudio.c -o CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o: /home/guest/Downloads/PopLib/external/SDL/src/camera/dummy/SDL_camera_dummy.c -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_182) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o -MF CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o.d -o CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/camera/dummy/SDL_camera_dummy.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/camera/dummy/SDL_camera_dummy.c > CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/camera/dummy/SDL_camera_dummy.c -o CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o: /home/guest/Downloads/PopLib/external/SDL/src/loadso/dlopen/SDL_sysloadso.c -external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_183) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o -MF CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o.d -o CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/loadso/dlopen/SDL_sysloadso.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/loadso/dlopen/SDL_sysloadso.c > CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/loadso/dlopen/SDL_sysloadso.c -o CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/virtual/SDL_virtualjoystick.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_184) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/virtual/SDL_virtualjoystick.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/virtual/SDL_virtualjoystick.c > CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/virtual/SDL_virtualjoystick.c -o CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullevents.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_185) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o -MF CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullevents.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullevents.c > CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullevents.c -o CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullframebuffer.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_186) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o -MF CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullframebuffer.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullframebuffer.c > CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullframebuffer.c -o CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullvideo.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_187) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o -MF CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullvideo.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullvideo.c > CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/dummy/SDL_nullvideo.c -o CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/alsa/SDL_alsa_audio.c -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_188) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/alsa/SDL_alsa_audio.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/alsa/SDL_alsa_audio.c > CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/alsa/SDL_alsa_audio.c -o CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/jack/SDL_jackaudio.c -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_189) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/jack/SDL_jackaudio.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/jack/SDL_jackaudio.c > CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/jack/SDL_jackaudio.c -o CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/pipewire/SDL_pipewire.c -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_190) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/pipewire/SDL_pipewire.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/pipewire/SDL_pipewire.c > CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/pipewire/SDL_pipewire.c -o CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o: /home/guest/Downloads/PopLib/external/SDL/src/camera/pipewire/SDL_camera_pipewire.c -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_191) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o -MF CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o.d -o CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/camera/pipewire/SDL_camera_pipewire.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/camera/pipewire/SDL_camera_pipewire.c > CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/camera/pipewire/SDL_camera_pipewire.c -o CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/audio/pulseaudio/SDL_pulseaudio.c -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_192) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o -MF CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o.d -o CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/audio/pulseaudio/SDL_pulseaudio.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/audio/pulseaudio/SDL_pulseaudio.c > CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/audio/pulseaudio/SDL_pulseaudio.c -o CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11clipboard.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_193) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11clipboard.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11clipboard.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11clipboard.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11dyn.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_194) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11dyn.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11dyn.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11dyn.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11events.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_195) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11events.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11events.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11events.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11framebuffer.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_196) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11framebuffer.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11framebuffer.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11framebuffer.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11keyboard.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_197) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11keyboard.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11keyboard.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11keyboard.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11messagebox.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_198) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11messagebox.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11messagebox.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11messagebox.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11modes.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_199) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11modes.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11modes.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11modes.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11mouse.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_200) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11mouse.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11mouse.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11mouse.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengl.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_201) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengl.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengl.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengl.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengles.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_202) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengles.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengles.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11opengles.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11pen.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_203) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11pen.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11pen.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11pen.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11settings.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_204) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11settings.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11settings.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11settings.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11shape.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_205) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11shape.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11shape.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11shape.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11touch.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_206) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11touch.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11touch.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11touch.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11video.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_207) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11video.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11video.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11video.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11vulkan.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_208) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11vulkan.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11vulkan.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11vulkan.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11window.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_209) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11window.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11window.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11window.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xfixes.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_210) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xfixes.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xfixes.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xfixes.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xinput2.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_211) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xinput2.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xinput2.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xinput2.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xsync.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_212) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xsync.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xsync.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xsync.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xtest.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_213) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xtest.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xtest.c > CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/SDL_x11xtest.c -o CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/edid-parse.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_214) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/edid-parse.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/edid-parse.c > CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/edid-parse.c -o CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/x11/xsettings-client.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_215) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o -MF CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/x11/xsettings-client.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/x11/xsettings-client.c > CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/x11/xsettings-client.c -o CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmdyn.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_216) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o -MF CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmdyn.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmdyn.c > CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmdyn.c -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmevents.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_217) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o -MF CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmevents.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmevents.c > CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmevents.c -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmmouse.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_218) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o -MF CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmmouse.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmmouse.c > CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmmouse.c -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmopengles.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_219) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o -MF CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmopengles.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmopengles.c > CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmopengles.c -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvideo.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_220) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o -MF CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvideo.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvideo.c > CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvideo.c -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvulkan.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_221) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o -MF CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvulkan.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvulkan.c > CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/kmsdrm/SDL_kmsdrmvulkan.c -o CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandclipboard.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_222) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandclipboard.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandclipboard.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandclipboard.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandcolor.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_223) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandcolor.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandcolor.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandcolor.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddatamanager.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_224) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddatamanager.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddatamanager.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddatamanager.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddyn.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_225) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddyn.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddyn.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylanddyn.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandevents.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_226) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandevents.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandevents.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandevents.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandkeyboard.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_227) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandkeyboard.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandkeyboard.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandkeyboard.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmessagebox.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_228) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmessagebox.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmessagebox.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmessagebox.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmouse.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_229) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmouse.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmouse.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandmouse.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandopengles.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_230) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandopengles.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandopengles.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandopengles.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandshmbuffer.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_231) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandshmbuffer.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandshmbuffer.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandshmbuffer.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvideo.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_232) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvideo.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvideo.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvideo.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvulkan.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_233) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvulkan.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvulkan.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandvulkan.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandwindow.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_234) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o -MF CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandwindow.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandwindow.c > CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/wayland/SDL_waylandwindow.c -o CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o: external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_235) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o: external/SDL/wayland-generated-protocols/color-management-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_236) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/color-management-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o: external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_237) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o: external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_238) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o: external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_239) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_240) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_241) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_242) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_243) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_244) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_245) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o: external/SDL/wayland-generated-protocols/tablet-v2-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_246) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-protocol.c - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/tablet-v2-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o: external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_247) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o: external/SDL/wayland-generated-protocols/viewporter-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_248) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-protocol.c - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/viewporter-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o: external/SDL/wayland-generated-protocols/wayland-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_249) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-protocol.c - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/wayland-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_250) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_251) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_252) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_253) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_254) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-shell-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_255) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-protocol.c - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-shell-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o: external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_256) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o -MF CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o.d -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o -c /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c > CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c -o CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o: /home/guest/Downloads/PopLib/external/SDL/src/tray/unix/SDL_tray.c -external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_257) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o -MF CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o.d -o CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/tray/unix/SDL_tray.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/tray/unix/SDL_tray.c > CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/tray/unix/SDL_tray.c -o CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_appid.c -external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_258) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o -MF CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_appid.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_appid.c > CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_appid.c -o CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_poll.c -external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_259) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o -MF CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_poll.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_poll.c > CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/unix/SDL_poll.c -o CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/camera/v4l2/SDL_camera_v4l2.c -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_260) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o -MF CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o.d -o CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/camera/v4l2/SDL_camera_v4l2.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/camera/v4l2/SDL_camera_v4l2.c > CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/camera/v4l2/SDL_camera_v4l2.c -o CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o: /home/guest/Downloads/PopLib/external/SDL/src/haptic/linux/SDL_syshaptic.c -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_261) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o -MF CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o.d -o CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/haptic/linux/SDL_syshaptic.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/haptic/linux/SDL_syshaptic.c > CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/haptic/linux/SDL_syshaptic.c -o CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_dbus.c -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_262) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o -MF CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_dbus.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_dbus.c > CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_dbus.c -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_system_theme.c -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_263) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o -MF CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_system_theme.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_system_theme.c > CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_system_theme.c -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_progressbar.c -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_264) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o -MF CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_progressbar.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_progressbar.c > CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_progressbar.c -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_ime.c -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_265) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o -MF CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_ime.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_ime.c > CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_ime.c -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_fcitx.c -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_266) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o -MF CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_fcitx.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_fcitx.c > CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_fcitx.c -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_udev.c -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_267) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o -MF CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_udev.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_udev.c > CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_udev.c -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev.c -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_268) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o -MF CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev.c > CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev.c -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_kbd.c -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_269) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o -MF CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_kbd.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_kbd.c > CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_kbd.c -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o: /home/guest/Downloads/PopLib/external/SDL/src/io/io_uring/SDL_asyncio_liburing.c -external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_270) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o -MF CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o.d -o CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/io/io_uring/SDL_asyncio_liburing.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/io/io_uring/SDL_asyncio_liburing.c > CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/io/io_uring/SDL_asyncio_liburing.c -o CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_capabilities.c -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_271) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o -MF CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_capabilities.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_capabilities.c > CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_evdev_capabilities.c -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o: /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_threadprio.c -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_272) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o -MF CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o.d -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_threadprio.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_threadprio.c > CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/core/linux/SDL_threadprio.c -o CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_8bitdo.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_273) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_8bitdo.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_8bitdo.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_8bitdo.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_combined.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_274) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_combined.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_combined.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_combined.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gamecube.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_275) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gamecube.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gamecube.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gamecube.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gip.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_276) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gip.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gip.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_gip.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_lg4ff.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_277) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_lg4ff.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_lg4ff.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_lg4ff.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_luna.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_278) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_luna.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_luna.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_luna.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps3.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_279) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps3.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps3.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps3.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps4.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_280) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps4.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps4.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps4.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps5.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_281) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps5.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps5.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_ps5.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_rumble.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_282) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_rumble.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_rumble.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_rumble.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_shield.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_283) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_shield.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_shield.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_shield.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_stadia.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_284) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_stadia.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_stadia.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_stadia.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_285) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam_hori.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_286) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam_hori.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam_hori.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steam_hori.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steamdeck.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_287) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steamdeck.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steamdeck.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_steamdeck.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_switch.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_288) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_switch.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_switch.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_switch.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_wii.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_289) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_wii.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_wii.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_wii.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_290) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360w.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_291) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360w.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360w.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xbox360w.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xboxone.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_292) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xboxone.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xboxone.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapi_xboxone.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapijoystick.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_293) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapijoystick.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapijoystick.c > CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/hidapi/SDL_hidapijoystick.c -o CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o: /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic.c -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_294) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o -MF CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o.d -o CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic.c > CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic.c -o CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o: /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_295) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o -MF CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o.d -o CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c > CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c -o CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o: /home/guest/Downloads/PopLib/external/SDL/src/joystick/linux/SDL_sysjoystick.c -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_296) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o -MF CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o.d -o CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/joystick/linux/SDL_sysjoystick.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/joystick/linux/SDL_sysjoystick.c > CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/joystick/linux/SDL_sysjoystick.c -o CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systhread.c -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_297) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o -MF CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o.d -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systhread.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systhread.c > CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systhread.c -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysmutex.c -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_298) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o -MF CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o.d -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysmutex.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysmutex.c > CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysmutex.c -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syscond.c -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_299) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o -MF CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o.d -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syscond.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syscond.c > CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syscond.c -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysrwlock.c -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_300) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o -MF CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o.d -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysrwlock.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysrwlock.c > CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_sysrwlock.c -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systls.c -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_301) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o -MF CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o.d -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systls.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systls.c > CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_systls.c -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o: /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syssem.c -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_302) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o -MF CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o.d -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syssem.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syssem.c > CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/thread/pthread/SDL_syssem.c -o CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o: /home/guest/Downloads/PopLib/external/SDL/src/misc/unix/SDL_sysurl.c -external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_303) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o -MF CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o.d -o CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/misc/unix/SDL_sysurl.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/misc/unix/SDL_sysurl.c > CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/misc/unix/SDL_sysurl.c -o CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o: /home/guest/Downloads/PopLib/external/SDL/src/power/linux/SDL_syspower.c -external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_304) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o -MF CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o.d -o CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/power/linux/SDL_syspower.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/power/linux/SDL_syspower.c > CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/power/linux/SDL_syspower.c -o CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o: /home/guest/Downloads/PopLib/external/SDL/src/locale/unix/SDL_syslocale.c -external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_305) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o -MF CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o.d -o CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/locale/unix/SDL_syslocale.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/locale/unix/SDL_syslocale.c > CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/locale/unix/SDL_syslocale.c -o CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o: /home/guest/Downloads/PopLib/external/SDL/src/filesystem/unix/SDL_sysfilesystem.c -external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_306) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o -MF CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o.d -o CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/filesystem/unix/SDL_sysfilesystem.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/filesystem/unix/SDL_sysfilesystem.c > CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/filesystem/unix/SDL_sysfilesystem.c -o CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o: /home/guest/Downloads/PopLib/external/SDL/src/storage/generic/SDL_genericstorage.c -external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_307) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o -MF CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o.d -o CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/storage/generic/SDL_genericstorage.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/storage/generic/SDL_genericstorage.c > CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/storage/generic/SDL_genericstorage.c -o CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o: /home/guest/Downloads/PopLib/external/SDL/src/storage/steam/SDL_steamstorage.c -external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_308) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o -MF CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o.d -o CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/storage/steam/SDL_steamstorage.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/storage/steam/SDL_steamstorage.c > CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/storage/steam/SDL_steamstorage.c -o CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o: /home/guest/Downloads/PopLib/external/SDL/src/filesystem/posix/SDL_sysfsops.c -external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_309) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o -MF CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o.d -o CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/filesystem/posix/SDL_sysfsops.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/filesystem/posix/SDL_sysfsops.c > CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/filesystem/posix/SDL_sysfsops.c -o CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o: /home/guest/Downloads/PopLib/external/SDL/src/time/unix/SDL_systime.c -external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_310) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o -MF CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o.d -o CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/time/unix/SDL_systime.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/time/unix/SDL_systime.c > CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/time/unix/SDL_systime.c -o CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/timer/unix/SDL_systimer.c -external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_311) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o -MF CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o.d -o CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/timer/unix/SDL_systimer.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/timer/unix/SDL_systimer.c > CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/timer/unix/SDL_systimer.c -o CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog.c -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_312) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o -MF CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o.d -o CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog.c > CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog.c -o CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog_utils.c -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_313) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o -MF CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o.d -o CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog_utils.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog_utils.c > CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/dialog/SDL_dialog_utils.c -o CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_unixdialog.c -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_314) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o -MF CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o.d -o CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_unixdialog.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_unixdialog.c > CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_unixdialog.c -o CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_portaldialog.c -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_315) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o -MF CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o.d -o CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_portaldialog.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_portaldialog.c > CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_portaldialog.c -o CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o: /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_zenitydialog.c -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_316) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o -MF CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o.d -o CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_zenitydialog.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_zenitydialog.c > CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/dialog/unix/SDL_zenitydialog.c -o CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o: /home/guest/Downloads/PopLib/external/SDL/src/process/SDL_process.c -external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_317) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o -MF CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o.d -o CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/process/SDL_process.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/process/SDL_process.c > CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/process/SDL_process.c -o CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o: /home/guest/Downloads/PopLib/external/SDL/src/process/posix/SDL_posixprocess.c -external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_318) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o -MF CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o.d -o CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/process/posix/SDL_posixprocess.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/process/posix/SDL_posixprocess.c > CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/process/posix/SDL_posixprocess.c -o CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenevents.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_319) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o -MF CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenevents.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenevents.c > CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenevents.c -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenframebuffer.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_320) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o -MF CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenframebuffer.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenframebuffer.c > CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenframebuffer.c -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenopengles.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_321) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o -MF CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenopengles.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenopengles.c > CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenopengles.c -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvideo.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_322) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o -MF CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvideo.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvideo.c > CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvideo.c -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvulkan.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_323) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o -MF CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvulkan.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvulkan.c > CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenvulkan.c -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o: /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenwindow.c -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_324) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o -MF CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o.d -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenwindow.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenwindow.c > CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/video/offscreen/SDL_offscreenwindow.c -o CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o: /home/guest/Downloads/PopLib/external/SDL/src/tray/SDL_tray_utils.c -external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_325) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o -MF CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o.d -o CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/tray/SDL_tray_utils.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/tray/SDL_tray_utils.c > CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/tray/SDL_tray_utils.c -o CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c -external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_326) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o -MF CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o.d -o CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c > CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/gpu/vulkan/SDL_gpu_vulkan.c -o CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o: /home/guest/Downloads/PopLib/external/SDL/src/sensor/dummy/SDL_dummysensor.c -external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_327) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o -MF CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o.d -o CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/sensor/dummy/SDL_dummysensor.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/sensor/dummy/SDL_dummysensor.c > CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/sensor/dummy/SDL_dummysensor.c -o CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.s - -external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o: external/SDL/CMakeFiles/SDL3-static.dir/flags.make -external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o: /home/guest/Downloads/PopLib/external/SDL/src/main/generic/SDL_sysmain_callbacks.c -external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o: external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_328) "Building C object external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -MD -MT external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o -MF CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o.d -o CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/main/generic/SDL_sysmain_callbacks.c - -external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -E /home/guest/Downloads/PopLib/external/SDL/src/main/generic/SDL_sysmain_callbacks.c > CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.i - -external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -Winvalid-pch -include /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h -S /home/guest/Downloads/PopLib/external/SDL/src/main/generic/SDL_sysmain_callbacks.c -o CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.s - -# Object files for target SDL3-static -SDL3__static_OBJECTS = \ -"CMakeFiles/SDL3-static.dir/src/SDL.c.o" \ -"CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o" \ -"CMakeFiles/SDL3-static.dir/src/SDL_error.c.o" \ -"CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o" \ -"CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o" \ -"CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o" \ -"CMakeFiles/SDL3-static.dir/src/SDL_list.c.o" \ -"CMakeFiles/SDL3-static.dir/src/SDL_log.c.o" \ -"CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o" \ -"CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o" \ -"CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o" \ -"CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o" \ -"CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o" \ -"CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o" \ -"CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o" \ -"CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o" \ -"CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o" \ -"CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o" \ -"CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o" \ -"CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o" \ -"CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o" \ -"CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o" \ -"CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o" \ -"CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o" \ -"CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o" \ -"CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o" \ -"CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o" \ -"CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o" \ -"CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o" \ -"CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o" \ -"CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o" \ -"CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o" \ -"CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o" \ -"CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o" \ -"CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o" \ -"CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o" \ -"CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o" \ -"CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o" \ -"CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o" \ -"CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o" \ -"CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o" \ -"CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o" \ -"CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o" \ -"CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o" \ -"CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o" \ -"CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o" \ -"CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o" \ -"CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o" \ -"CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o" \ -"CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o" \ -"CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o" \ -"CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o" \ -"CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o" \ -"CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" \ -"CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o" \ -"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o" \ -"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o" \ -"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o" \ -"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o" \ -"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o" \ -"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o" \ -"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o" \ -"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o" \ -"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o" \ -"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o" \ -"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o" \ -"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o" \ -"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o" \ -"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o" \ -"CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o" \ -"CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o" \ -"CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o" \ -"CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o" \ -"CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" \ -"CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o" \ -"CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o" \ -"CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o" \ -"CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o" \ -"CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o" \ -"CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o" \ -"CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o" \ -"CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" \ -"CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o" \ -"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" \ -"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" \ -"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" \ -"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" \ -"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" \ -"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" \ -"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" \ -"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" \ -"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" \ -"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" \ -"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" \ -"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" \ -"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" \ -"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o" \ -"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o" \ -"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" \ -"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" \ -"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" \ -"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" \ -"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" \ -"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" \ -"CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" \ -"CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o" \ -"CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o" \ -"CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o" \ -"CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" \ -"CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o" \ -"CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o" \ -"CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o" \ -"CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o" \ -"CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o" \ -"CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o" \ -"CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o" \ -"CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o" \ -"CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o" \ -"CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" \ -"CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o" \ -"CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" \ -"CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" \ -"CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" \ -"CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o" \ -"CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o" \ -"CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o" \ -"CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o" \ -"CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o" \ -"CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o" \ -"CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o" \ -"CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o" \ -"CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o" \ -"CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o" \ -"CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" \ -"CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o" \ -"CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o" \ -"CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o" \ -"CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o" \ -"CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o" \ -"CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o" \ -"CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o" \ -"CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o" \ -"CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o" \ -"CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o" \ -"CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o" \ -"CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" \ -"CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o" \ -"CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o" \ -"CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" \ -"CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o" \ -"CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o" - -# External object files for target SDL3-static -SDL3__static_EXTERNAL_OBJECTS = \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o" \ -"/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o" - -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/build.make -external/SDL/libSDL3.a: external/SDL/CMakeFiles/SDL3-static.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_329) "Linking C static library libSDL3.a" - cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -P CMakeFiles/SDL3-static.dir/cmake_clean_target.cmake - cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/SDL3-static.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/SDL/CMakeFiles/SDL3-static.dir/build: external/SDL/libSDL3.a -.PHONY : external/SDL/CMakeFiles/SDL3-static.dir/build - -external/SDL/CMakeFiles/SDL3-static.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -P CMakeFiles/SDL3-static.dir/cmake_clean.cmake -.PHONY : external/SDL/CMakeFiles/SDL3-static.dir/clean - -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/alpha-modifier-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/alpha-modifier-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/color-management-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/color-management-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/cursor-shape-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/cursor-shape-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/fractional-scale-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/fractional-scale-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/frog-color-management-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/frog-color-management-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/tablet-v2-client-protocol.h -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/tablet-v2-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/text-input-unstable-v3-client-protocol.h -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/text-input-unstable-v3-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/viewporter-client-protocol.h -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/viewporter-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/wayland-client-protocol.h -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/wayland-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-activation-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-activation-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-dialog-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-dialog-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-shell-client-protocol.h -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-shell-protocol.c -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h -external/SDL/CMakeFiles/SDL3-static.dir/depend: external/SDL/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/SDL /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/SDL /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/SDL/CMakeFiles/SDL3-static.dir/depend - diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_clean.cmake b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_clean.cmake deleted file mode 100644 index 0b3df0fb..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_clean.cmake +++ /dev/null @@ -1,621 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/SDL3-static.dir/cmake_pch.h.gch" - "CMakeFiles/SDL3-static.dir/cmake_pch.h.gch.d" - "CMakeFiles/SDL3-static.dir/src/SDL.c.o" - "CMakeFiles/SDL3-static.dir/src/SDL.c.o.d" - "CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o" - "CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o.d" - "CMakeFiles/SDL3-static.dir/src/SDL_error.c.o" - "CMakeFiles/SDL3-static.dir/src/SDL_error.c.o.d" - "CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o" - "CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o.d" - "CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o" - "CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o.d" - "CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o" - "CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o.d" - "CMakeFiles/SDL3-static.dir/src/SDL_list.c.o" - "CMakeFiles/SDL3-static.dir/src/SDL_list.c.o.d" - "CMakeFiles/SDL3-static.dir/src/SDL_log.c.o" - "CMakeFiles/SDL3-static.dir/src/SDL_log.c.o.d" - "CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o" - "CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o.d" - "CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o" - "CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o.d" - "CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o" - "CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o.d" - "CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o" - "CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o.d" - "CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o" - "CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o.d" - "CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o" - "CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o.d" - "CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o" - "CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o.d" - "CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o" - "CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o.d" - "CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o" - "CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o.d" - "CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o" - "CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o.d" - "CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o" - "CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o.d" - "CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o" - "CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o.d" - "CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o" - "CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o.d" - "CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o" - "CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o.d" - "CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o" - "CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o.d" - "CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o" - "CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o.d" - "CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o" - "CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o.d" - "CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" - "CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o.d" - "CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o" - "CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o.d" - "CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o" - "CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o.d" - "CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" - "CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o.d" - "CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" - "CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o.d" - "CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o" - "CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o.d" - "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o" - "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o.d" - "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o" - "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o.d" - "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o" - "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o.d" - "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o" - "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o.d" - "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o" - "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o.d" - "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o" - "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o.d" - "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o" - "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o.d" - "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o" - "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o.d" - "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o" - "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o.d" - "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o" - "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o.d" - "CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o" - "CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o.d" - "CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o" - "CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o.d" - "CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o" - "CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o.d" - "CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o" - "CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o.d" - "CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o" - "CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o.d" - "CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o" - "CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o.d" - "CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o" - "CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o.d" - "CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o" - "CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o.d" - "CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o" - "CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o.d" - "CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o" - "CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o.d" - "CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o" - "CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o.d" - "CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o" - "CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o.d" - "CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o" - "CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o.d" - "CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o" - "CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o.d" - "CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o" - "CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o.d" - "CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o" - "CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o.d" - "CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o" - "CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o.d" - "CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o" - "CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o.d" - "CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o" - "CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o.d" - "CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o" - "CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o.d" - "CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o" - "CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o.d" - "CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o" - "CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o.d" - "CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o" - "CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o.d" - "CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o" - "CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o.d" - "CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o" - "CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o.d" - "CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o" - "CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o.d" - "CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o" - "CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o.d" - "CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o" - "CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o.d" - "CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" - "CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o.d" - "CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o" - "CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o.d" - "CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" - "CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o.d" - "CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o" - "CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o.d" - "CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" - "CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o.d" - "CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" - "CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o.d" - "CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o" - "CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o.d" - "CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o" - "CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o.d" - "CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o" - "CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o.d" - "CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o" - "CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o.d" - "CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o" - "CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o.d" - "CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" - "CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o.d" - "CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" - "CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o.d" - "CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o" - "CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o.d" - "CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o" - "CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o.d" - "CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o" - "CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o.d" - "CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o" - "CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o.d" - "CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o" - "CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o.d" - "CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o" - "CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o.d" - "CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o" - "CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o.d" - "CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o" - "CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o.d" - "CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o" - "CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o.d" - "CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o" - "CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o.d" - "CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o" - "CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o.d" - "CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o" - "CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o" - "CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o" - "CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o" - "CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o" - "CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o" - "CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o" - "CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o" - "CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" - "CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o" - "CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" - "CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o" - "CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o" - "CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o" - "CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o" - "CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o" - "CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o" - "CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o" - "CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o" - "CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o" - "CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o" - "CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o" - "CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o" - "CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o" - "CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o" - "CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o" - "CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o" - "CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o" - "CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" - "CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" - "CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" - "CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o" - "CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o.d" - "CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" - "CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o.d" - "CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o" - "CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o.d" - "CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o" - "CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o.d" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o.d" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o.d" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o.d" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o.d" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o.d" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o.d" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o.d" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o.d" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o.d" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o.d" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o.d" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o.d" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o.d" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o.d" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o" - "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o.d" - "CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o" - "CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o.d" - "CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o" - "CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o.d" - "CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o" - "CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o.d" - "CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o" - "CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o.d" - "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o" - "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o.d" - "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o" - "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o.d" - "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o" - "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o.d" - "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o" - "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o.d" - "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o" - "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o.d" - "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o" - "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o.d" - "CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o" - "CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o.d" - "CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o" - "CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o.d" - "CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o" - "CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o.d" - "CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o" - "CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o.d" - "CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o" - "CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o.d" - "CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o" - "CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o" - "CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o" - "CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o" - "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o" - "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o" - "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o" - "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o" - "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o" - "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o" - "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o" - "CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o" - "CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o" - "CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o" - "CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o" - "CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o" - "CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o" - "CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o" - "CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o" - "CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o" - "CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o" - "CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o" - "CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o" - "CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o" - "CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o" - "CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o" - "CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" - "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" - "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" - "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" - "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" - "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" - "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o" - "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" - "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o" - "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o" - "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" - "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o" - "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o" - "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o" - "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o" - "CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o" - "CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" - "CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" - "CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o.d" - "CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" - "CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o.d" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o.d" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o.d" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o.d" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o.d" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o.d" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o.d" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o.d" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o.d" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o.d" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o.d" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o.d" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o.d" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o.d" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o.d" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o.d" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o.d" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o.d" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o.d" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o.d" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o.d" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o.d" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" - "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o.d" - "libSDL3.a" - "libSDL3.pdb" - "wayland-generated-protocols/alpha-modifier-v1-client-protocol.h" - "wayland-generated-protocols/alpha-modifier-v1-protocol.c" - "wayland-generated-protocols/color-management-v1-client-protocol.h" - "wayland-generated-protocols/color-management-v1-protocol.c" - "wayland-generated-protocols/cursor-shape-v1-client-protocol.h" - "wayland-generated-protocols/cursor-shape-v1-protocol.c" - "wayland-generated-protocols/fractional-scale-v1-client-protocol.h" - "wayland-generated-protocols/fractional-scale-v1-protocol.c" - "wayland-generated-protocols/frog-color-management-v1-client-protocol.h" - "wayland-generated-protocols/frog-color-management-v1-protocol.c" - "wayland-generated-protocols/idle-inhibit-unstable-v1-client-protocol.h" - "wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c" - "wayland-generated-protocols/input-timestamps-unstable-v1-client-protocol.h" - "wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c" - "wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-client-protocol.h" - "wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c" - "wayland-generated-protocols/pointer-constraints-unstable-v1-client-protocol.h" - "wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c" - "wayland-generated-protocols/primary-selection-unstable-v1-client-protocol.h" - "wayland-generated-protocols/primary-selection-unstable-v1-protocol.c" - "wayland-generated-protocols/relative-pointer-unstable-v1-client-protocol.h" - "wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c" - "wayland-generated-protocols/tablet-v2-client-protocol.h" - "wayland-generated-protocols/tablet-v2-protocol.c" - "wayland-generated-protocols/text-input-unstable-v3-client-protocol.h" - "wayland-generated-protocols/text-input-unstable-v3-protocol.c" - "wayland-generated-protocols/viewporter-client-protocol.h" - "wayland-generated-protocols/viewporter-protocol.c" - "wayland-generated-protocols/wayland-client-protocol.h" - "wayland-generated-protocols/wayland-protocol.c" - "wayland-generated-protocols/xdg-activation-v1-client-protocol.h" - "wayland-generated-protocols/xdg-activation-v1-protocol.c" - "wayland-generated-protocols/xdg-decoration-unstable-v1-client-protocol.h" - "wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c" - "wayland-generated-protocols/xdg-dialog-v1-client-protocol.h" - "wayland-generated-protocols/xdg-dialog-v1-protocol.c" - "wayland-generated-protocols/xdg-foreign-unstable-v2-client-protocol.h" - "wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c" - "wayland-generated-protocols/xdg-output-unstable-v1-client-protocol.h" - "wayland-generated-protocols/xdg-output-unstable-v1-protocol.c" - "wayland-generated-protocols/xdg-shell-client-protocol.h" - "wayland-generated-protocols/xdg-shell-protocol.c" - "wayland-generated-protocols/xdg-toplevel-icon-v1-client-protocol.h" - "wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/SDL3-static.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_clean_target.cmake b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_clean_target.cmake deleted file mode 100644 index bdbd53fb..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libSDL3.a" -) diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h deleted file mode 100644 index 45ac8b4c..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h +++ /dev/null @@ -1,4 +0,0 @@ -/* generated by CMake */ - -#pragma GCC system_header -#include "/home/guest/Downloads/PopLib/external/SDL/src/SDL_internal.h" diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.c b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.c deleted file mode 100644 index f9a12eaa..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.c +++ /dev/null @@ -1 +0,0 @@ -/* generated by CMake */ diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.make b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.make deleted file mode 100644 index e404b3a4..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for SDL3-static. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts deleted file mode 100644 index 72e6256a..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for SDL3-static. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/depend.make b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/depend.make deleted file mode 100644 index 70341eed..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for SDL3-static. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/flags.make b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/flags.make deleted file mode 100644 index 5a97b01e..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/flags.make +++ /dev/null @@ -1,576 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DSDL_BUILD_MAJOR_VERSION=3 -DSDL_BUILD_MICRO_VERSION=0 -DSDL_BUILD_MINOR_VERSION=3 -DSDL_STATIC_LIB -DUSING_GENERATED_CONFIG_H -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/SDL/include-config-relwithdebinfo/build_config -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/external/SDL/src -isystem /home/guest/Downloads/PopLib/build/external/SDL/wayland-generated-protocols -isystem /usr/include/pipewire-0.3 -isystem /usr/include/spa-0.2 -isystem /usr/include/libdrm -isystem /usr/include/libdecor-0 -isystem /usr/include/dbus-1.0 -isystem /usr/lib/dbus-1.0/include -isystem /usr/include/libusb-1.0 - -C_FLAGS = -O2 -g -DNDEBUG -Wall -Wundef -Wfloat-conversion -fno-strict-aliasing -Wshadow -Wno-unused-local-typedefs -Wimplicit-fallthrough -fdiagnostics-color=always -idirafter/home/guest/Downloads/PopLib/external/SDL/src/video/khronos -D_REENTRANT - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch_OPTIONS = -Winvalid-pch;-x;c-header;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - -# PCH options: external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o_OPTIONS = -Winvalid-pch;-include;/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h - diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/link.txt b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/link.txt deleted file mode 100644 index 1b2e7c45..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libSDL3.a "CMakeFiles/SDL3-static.dir/src/SDL.c.o" "CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o" "CMakeFiles/SDL3-static.dir/src/SDL_error.c.o" "CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o" "CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o" "CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o" "CMakeFiles/SDL3-static.dir/src/SDL_list.c.o" "CMakeFiles/SDL3-static.dir/src/SDL_log.c.o" "CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o" "CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o" "CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o" "CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o" "CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o" "CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o" "CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o" "CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o" "CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o" "CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o" "CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o" "CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o" "CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o" "CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o" "CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o" "CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o" "CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o" "CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o" "CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o" "CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o" "CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o" "CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o" "CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o" "CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o" "CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o" "CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o" "CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o" "CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o" "CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o" "CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o" "CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o" "CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o" "CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o" "CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o" "CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o" "CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o" "CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o" "CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o" "CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o" "CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o" "CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o" "CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o" "CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o" "CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o" "CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o" "CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o" "CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o" "CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o" "CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o" "CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o" "CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o" "CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o" "CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o" "CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o" "CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o" "CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o" "CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o" "CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o" "CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o" "CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o" "CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o" "CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o" "CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o" "CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o" "CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o" "CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o" "CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o" "CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o" "CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o" "CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o" "CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o" "CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o" "CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o" "CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o" "CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o" "CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o" "CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o" "CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o" "CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o" "CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o" "CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o" "CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o" "CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o" "CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o" "CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o" "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o" "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o" "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o" "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o" "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o" "CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o" "CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o" "CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o" "CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o" "CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o" "CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o" "CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o" "CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o" "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o" "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o" "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o" "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o" "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o" "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o" "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o" "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o" "CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o" "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o" "CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o" "CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o" "CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o" "CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o" "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o" "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o" "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o" "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o" "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o" "CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o" "CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o" "CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o" "CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o" "CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o" "CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o" "CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o" "CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o" "CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o" "CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o" "CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o" "CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o" "CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o" "CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o" "CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o" "CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o" "CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o" "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o" "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o" "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o" "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o" "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o" "CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o" "CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o" "CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o" "CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o" "CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o" CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o -/usr/bin/ranlib libSDL3.a diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/progress.make b/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/progress.make deleted file mode 100644 index 643c1285..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3-static.dir/progress.make +++ /dev/null @@ -1,330 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = 19 -CMAKE_PROGRESS_7 = -CMAKE_PROGRESS_8 = -CMAKE_PROGRESS_9 = -CMAKE_PROGRESS_10 = -CMAKE_PROGRESS_11 = -CMAKE_PROGRESS_12 = -CMAKE_PROGRESS_13 = -CMAKE_PROGRESS_14 = -CMAKE_PROGRESS_15 = -CMAKE_PROGRESS_16 = -CMAKE_PROGRESS_17 = -CMAKE_PROGRESS_18 = -CMAKE_PROGRESS_19 = -CMAKE_PROGRESS_20 = -CMAKE_PROGRESS_21 = -CMAKE_PROGRESS_22 = -CMAKE_PROGRESS_23 = -CMAKE_PROGRESS_24 = -CMAKE_PROGRESS_25 = -CMAKE_PROGRESS_26 = -CMAKE_PROGRESS_27 = -CMAKE_PROGRESS_28 = -CMAKE_PROGRESS_29 = -CMAKE_PROGRESS_30 = -CMAKE_PROGRESS_31 = -CMAKE_PROGRESS_32 = -CMAKE_PROGRESS_33 = -CMAKE_PROGRESS_34 = 20 -CMAKE_PROGRESS_35 = -CMAKE_PROGRESS_36 = -CMAKE_PROGRESS_37 = -CMAKE_PROGRESS_38 = -CMAKE_PROGRESS_39 = -CMAKE_PROGRESS_40 = -CMAKE_PROGRESS_41 = -CMAKE_PROGRESS_42 = -CMAKE_PROGRESS_43 = -CMAKE_PROGRESS_44 = -CMAKE_PROGRESS_45 = -CMAKE_PROGRESS_46 = -CMAKE_PROGRESS_47 = -CMAKE_PROGRESS_48 = -CMAKE_PROGRESS_49 = -CMAKE_PROGRESS_50 = -CMAKE_PROGRESS_51 = -CMAKE_PROGRESS_52 = -CMAKE_PROGRESS_53 = -CMAKE_PROGRESS_54 = -CMAKE_PROGRESS_55 = -CMAKE_PROGRESS_56 = -CMAKE_PROGRESS_57 = -CMAKE_PROGRESS_58 = -CMAKE_PROGRESS_59 = -CMAKE_PROGRESS_60 = -CMAKE_PROGRESS_61 = -CMAKE_PROGRESS_62 = 21 -CMAKE_PROGRESS_63 = -CMAKE_PROGRESS_64 = -CMAKE_PROGRESS_65 = -CMAKE_PROGRESS_66 = -CMAKE_PROGRESS_67 = -CMAKE_PROGRESS_68 = -CMAKE_PROGRESS_69 = -CMAKE_PROGRESS_70 = -CMAKE_PROGRESS_71 = -CMAKE_PROGRESS_72 = -CMAKE_PROGRESS_73 = -CMAKE_PROGRESS_74 = -CMAKE_PROGRESS_75 = -CMAKE_PROGRESS_76 = -CMAKE_PROGRESS_77 = -CMAKE_PROGRESS_78 = -CMAKE_PROGRESS_79 = -CMAKE_PROGRESS_80 = -CMAKE_PROGRESS_81 = -CMAKE_PROGRESS_82 = -CMAKE_PROGRESS_83 = -CMAKE_PROGRESS_84 = -CMAKE_PROGRESS_85 = -CMAKE_PROGRESS_86 = -CMAKE_PROGRESS_87 = -CMAKE_PROGRESS_88 = -CMAKE_PROGRESS_89 = -CMAKE_PROGRESS_90 = -CMAKE_PROGRESS_91 = 22 -CMAKE_PROGRESS_92 = -CMAKE_PROGRESS_93 = -CMAKE_PROGRESS_94 = -CMAKE_PROGRESS_95 = -CMAKE_PROGRESS_96 = -CMAKE_PROGRESS_97 = -CMAKE_PROGRESS_98 = -CMAKE_PROGRESS_99 = -CMAKE_PROGRESS_100 = -CMAKE_PROGRESS_101 = -CMAKE_PROGRESS_102 = -CMAKE_PROGRESS_103 = -CMAKE_PROGRESS_104 = -CMAKE_PROGRESS_105 = -CMAKE_PROGRESS_106 = -CMAKE_PROGRESS_107 = -CMAKE_PROGRESS_108 = -CMAKE_PROGRESS_109 = -CMAKE_PROGRESS_110 = -CMAKE_PROGRESS_111 = -CMAKE_PROGRESS_112 = -CMAKE_PROGRESS_113 = -CMAKE_PROGRESS_114 = -CMAKE_PROGRESS_115 = -CMAKE_PROGRESS_116 = -CMAKE_PROGRESS_117 = -CMAKE_PROGRESS_118 = -CMAKE_PROGRESS_119 = 23 -CMAKE_PROGRESS_120 = -CMAKE_PROGRESS_121 = -CMAKE_PROGRESS_122 = -CMAKE_PROGRESS_123 = -CMAKE_PROGRESS_124 = -CMAKE_PROGRESS_125 = -CMAKE_PROGRESS_126 = -CMAKE_PROGRESS_127 = -CMAKE_PROGRESS_128 = -CMAKE_PROGRESS_129 = -CMAKE_PROGRESS_130 = -CMAKE_PROGRESS_131 = -CMAKE_PROGRESS_132 = -CMAKE_PROGRESS_133 = -CMAKE_PROGRESS_134 = -CMAKE_PROGRESS_135 = -CMAKE_PROGRESS_136 = -CMAKE_PROGRESS_137 = -CMAKE_PROGRESS_138 = -CMAKE_PROGRESS_139 = -CMAKE_PROGRESS_140 = -CMAKE_PROGRESS_141 = -CMAKE_PROGRESS_142 = -CMAKE_PROGRESS_143 = -CMAKE_PROGRESS_144 = -CMAKE_PROGRESS_145 = -CMAKE_PROGRESS_146 = -CMAKE_PROGRESS_147 = 24 -CMAKE_PROGRESS_148 = -CMAKE_PROGRESS_149 = -CMAKE_PROGRESS_150 = -CMAKE_PROGRESS_151 = -CMAKE_PROGRESS_152 = -CMAKE_PROGRESS_153 = -CMAKE_PROGRESS_154 = -CMAKE_PROGRESS_155 = -CMAKE_PROGRESS_156 = -CMAKE_PROGRESS_157 = -CMAKE_PROGRESS_158 = -CMAKE_PROGRESS_159 = -CMAKE_PROGRESS_160 = -CMAKE_PROGRESS_161 = -CMAKE_PROGRESS_162 = -CMAKE_PROGRESS_163 = -CMAKE_PROGRESS_164 = -CMAKE_PROGRESS_165 = -CMAKE_PROGRESS_166 = -CMAKE_PROGRESS_167 = -CMAKE_PROGRESS_168 = -CMAKE_PROGRESS_169 = -CMAKE_PROGRESS_170 = -CMAKE_PROGRESS_171 = -CMAKE_PROGRESS_172 = -CMAKE_PROGRESS_173 = -CMAKE_PROGRESS_174 = -CMAKE_PROGRESS_175 = -CMAKE_PROGRESS_176 = 25 -CMAKE_PROGRESS_177 = -CMAKE_PROGRESS_178 = -CMAKE_PROGRESS_179 = -CMAKE_PROGRESS_180 = -CMAKE_PROGRESS_181 = -CMAKE_PROGRESS_182 = -CMAKE_PROGRESS_183 = -CMAKE_PROGRESS_184 = -CMAKE_PROGRESS_185 = -CMAKE_PROGRESS_186 = -CMAKE_PROGRESS_187 = -CMAKE_PROGRESS_188 = -CMAKE_PROGRESS_189 = -CMAKE_PROGRESS_190 = -CMAKE_PROGRESS_191 = -CMAKE_PROGRESS_192 = -CMAKE_PROGRESS_193 = -CMAKE_PROGRESS_194 = -CMAKE_PROGRESS_195 = -CMAKE_PROGRESS_196 = -CMAKE_PROGRESS_197 = -CMAKE_PROGRESS_198 = -CMAKE_PROGRESS_199 = -CMAKE_PROGRESS_200 = -CMAKE_PROGRESS_201 = -CMAKE_PROGRESS_202 = -CMAKE_PROGRESS_203 = -CMAKE_PROGRESS_204 = 26 -CMAKE_PROGRESS_205 = -CMAKE_PROGRESS_206 = -CMAKE_PROGRESS_207 = -CMAKE_PROGRESS_208 = -CMAKE_PROGRESS_209 = -CMAKE_PROGRESS_210 = -CMAKE_PROGRESS_211 = -CMAKE_PROGRESS_212 = -CMAKE_PROGRESS_213 = -CMAKE_PROGRESS_214 = -CMAKE_PROGRESS_215 = -CMAKE_PROGRESS_216 = -CMAKE_PROGRESS_217 = -CMAKE_PROGRESS_218 = -CMAKE_PROGRESS_219 = -CMAKE_PROGRESS_220 = -CMAKE_PROGRESS_221 = -CMAKE_PROGRESS_222 = -CMAKE_PROGRESS_223 = -CMAKE_PROGRESS_224 = -CMAKE_PROGRESS_225 = -CMAKE_PROGRESS_226 = -CMAKE_PROGRESS_227 = -CMAKE_PROGRESS_228 = -CMAKE_PROGRESS_229 = -CMAKE_PROGRESS_230 = -CMAKE_PROGRESS_231 = -CMAKE_PROGRESS_232 = 27 -CMAKE_PROGRESS_233 = -CMAKE_PROGRESS_234 = -CMAKE_PROGRESS_235 = -CMAKE_PROGRESS_236 = -CMAKE_PROGRESS_237 = -CMAKE_PROGRESS_238 = -CMAKE_PROGRESS_239 = -CMAKE_PROGRESS_240 = -CMAKE_PROGRESS_241 = -CMAKE_PROGRESS_242 = -CMAKE_PROGRESS_243 = -CMAKE_PROGRESS_244 = -CMAKE_PROGRESS_245 = -CMAKE_PROGRESS_246 = -CMAKE_PROGRESS_247 = -CMAKE_PROGRESS_248 = -CMAKE_PROGRESS_249 = -CMAKE_PROGRESS_250 = -CMAKE_PROGRESS_251 = -CMAKE_PROGRESS_252 = -CMAKE_PROGRESS_253 = -CMAKE_PROGRESS_254 = -CMAKE_PROGRESS_255 = -CMAKE_PROGRESS_256 = -CMAKE_PROGRESS_257 = -CMAKE_PROGRESS_258 = -CMAKE_PROGRESS_259 = -CMAKE_PROGRESS_260 = -CMAKE_PROGRESS_261 = 28 -CMAKE_PROGRESS_262 = -CMAKE_PROGRESS_263 = -CMAKE_PROGRESS_264 = -CMAKE_PROGRESS_265 = -CMAKE_PROGRESS_266 = -CMAKE_PROGRESS_267 = -CMAKE_PROGRESS_268 = -CMAKE_PROGRESS_269 = -CMAKE_PROGRESS_270 = -CMAKE_PROGRESS_271 = -CMAKE_PROGRESS_272 = -CMAKE_PROGRESS_273 = -CMAKE_PROGRESS_274 = -CMAKE_PROGRESS_275 = -CMAKE_PROGRESS_276 = -CMAKE_PROGRESS_277 = -CMAKE_PROGRESS_278 = -CMAKE_PROGRESS_279 = -CMAKE_PROGRESS_280 = -CMAKE_PROGRESS_281 = -CMAKE_PROGRESS_282 = -CMAKE_PROGRESS_283 = -CMAKE_PROGRESS_284 = -CMAKE_PROGRESS_285 = -CMAKE_PROGRESS_286 = -CMAKE_PROGRESS_287 = -CMAKE_PROGRESS_288 = -CMAKE_PROGRESS_289 = 29 -CMAKE_PROGRESS_290 = -CMAKE_PROGRESS_291 = -CMAKE_PROGRESS_292 = -CMAKE_PROGRESS_293 = -CMAKE_PROGRESS_294 = -CMAKE_PROGRESS_295 = -CMAKE_PROGRESS_296 = -CMAKE_PROGRESS_297 = -CMAKE_PROGRESS_298 = -CMAKE_PROGRESS_299 = -CMAKE_PROGRESS_300 = -CMAKE_PROGRESS_301 = -CMAKE_PROGRESS_302 = -CMAKE_PROGRESS_303 = -CMAKE_PROGRESS_304 = -CMAKE_PROGRESS_305 = -CMAKE_PROGRESS_306 = -CMAKE_PROGRESS_307 = -CMAKE_PROGRESS_308 = -CMAKE_PROGRESS_309 = -CMAKE_PROGRESS_310 = -CMAKE_PROGRESS_311 = -CMAKE_PROGRESS_312 = -CMAKE_PROGRESS_313 = -CMAKE_PROGRESS_314 = -CMAKE_PROGRESS_315 = -CMAKE_PROGRESS_316 = -CMAKE_PROGRESS_317 = -CMAKE_PROGRESS_318 = 30 -CMAKE_PROGRESS_319 = -CMAKE_PROGRESS_320 = -CMAKE_PROGRESS_321 = -CMAKE_PROGRESS_322 = -CMAKE_PROGRESS_323 = -CMAKE_PROGRESS_324 = -CMAKE_PROGRESS_325 = -CMAKE_PROGRESS_326 = -CMAKE_PROGRESS_327 = -CMAKE_PROGRESS_328 = -CMAKE_PROGRESS_329 = - diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/DependInfo.cmake b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/DependInfo.cmake deleted file mode 100644 index 5a4fd08f..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/DependInfo.cmake +++ /dev/null @@ -1,32 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_assert.c" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o" "gcc" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_common.c" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o" "gcc" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_compare.c" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o" "gcc" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_crc32.c" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o" "gcc" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_font.c" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o" "gcc" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_fuzzer.c" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o" "gcc" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_harness.c" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o" "gcc" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_log.c" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o" "gcc" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_md5.c" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o" "gcc" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_memory.c" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o" "gcc" "external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/build.make b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/build.make deleted file mode 100644 index dd25d9d8..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/build.make +++ /dev/null @@ -1,258 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/SDL/CMakeFiles/SDL3_test.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/SDL/CMakeFiles/SDL3_test.dir/progress.make - -# Include the compile flags for this target's objects. -include external/SDL/CMakeFiles/SDL3_test.dir/flags.make - -external/SDL/CMakeFiles/SDL3_test.dir/codegen: -.PHONY : external/SDL/CMakeFiles/SDL3_test.dir/codegen - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o: external/SDL/CMakeFiles/SDL3_test.dir/flags.make -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o: /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_assert.c -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o: external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o -MF CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o.d -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_assert.c - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_assert.c > CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.i - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_assert.c -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.s - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o: external/SDL/CMakeFiles/SDL3_test.dir/flags.make -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o: /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_common.c -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o: external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o -MF CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o.d -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_common.c - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_common.c > CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.i - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_common.c -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.s - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o: external/SDL/CMakeFiles/SDL3_test.dir/flags.make -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o: /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_compare.c -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o: external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o -MF CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o.d -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_compare.c - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_compare.c > CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.i - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_compare.c -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.s - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o: external/SDL/CMakeFiles/SDL3_test.dir/flags.make -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o: /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_crc32.c -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o: external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o -MF CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o.d -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_crc32.c - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_crc32.c > CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.i - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_crc32.c -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.s - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o: external/SDL/CMakeFiles/SDL3_test.dir/flags.make -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o: /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_font.c -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o: external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o -MF CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o.d -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_font.c - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_font.c > CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.i - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_font.c -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.s - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o: external/SDL/CMakeFiles/SDL3_test.dir/flags.make -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o: /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_fuzzer.c -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o: external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o -MF CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o.d -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_fuzzer.c - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_fuzzer.c > CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.i - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_fuzzer.c -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.s - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o: external/SDL/CMakeFiles/SDL3_test.dir/flags.make -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o: /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_harness.c -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o: external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o -MF CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o.d -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_harness.c - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_harness.c > CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.i - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_harness.c -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.s - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o: external/SDL/CMakeFiles/SDL3_test.dir/flags.make -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o: /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_log.c -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o: external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o -MF CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o.d -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_log.c - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_log.c > CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.i - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_log.c -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.s - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o: external/SDL/CMakeFiles/SDL3_test.dir/flags.make -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o: /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_md5.c -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o: external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o -MF CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o.d -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_md5.c - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_md5.c > CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.i - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_md5.c -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.s - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o: external/SDL/CMakeFiles/SDL3_test.dir/flags.make -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o: /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_memory.c -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o: external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o -MF CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o.d -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_memory.c - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_memory.c > CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.i - -external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/test/SDL_test_memory.c -o CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.s - -# Object files for target SDL3_test -SDL3_test_OBJECTS = \ -"CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o" \ -"CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o" \ -"CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o" \ -"CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o" \ -"CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o" \ -"CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o" \ -"CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o" \ -"CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o" \ -"CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o" \ -"CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o" - -# External object files for target SDL3_test -SDL3_test_EXTERNAL_OBJECTS = - -external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o -external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o -external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o -external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o -external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o -external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o -external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o -external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o -external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o -external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o -external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/build.make -external/SDL/libSDL3_test.a: external/SDL/CMakeFiles/SDL3_test.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Linking C static library libSDL3_test.a" - cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -P CMakeFiles/SDL3_test.dir/cmake_clean_target.cmake - cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/SDL3_test.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/SDL/CMakeFiles/SDL3_test.dir/build: external/SDL/libSDL3_test.a -.PHONY : external/SDL/CMakeFiles/SDL3_test.dir/build - -external/SDL/CMakeFiles/SDL3_test.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -P CMakeFiles/SDL3_test.dir/cmake_clean.cmake -.PHONY : external/SDL/CMakeFiles/SDL3_test.dir/clean - -external/SDL/CMakeFiles/SDL3_test.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/SDL /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/SDL /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL3_test.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/SDL/CMakeFiles/SDL3_test.dir/depend - diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/cmake_clean.cmake b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/cmake_clean.cmake deleted file mode 100644 index b3e47a70..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/cmake_clean.cmake +++ /dev/null @@ -1,29 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o" - "CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o.d" - "CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o" - "CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o.d" - "CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o" - "CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o.d" - "CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o" - "CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o.d" - "CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o" - "CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o.d" - "CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o" - "CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o.d" - "CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o" - "CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o.d" - "CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o" - "CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o.d" - "CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o" - "CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o.d" - "CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o" - "CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o.d" - "libSDL3_test.a" - "libSDL3_test.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/SDL3_test.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/cmake_clean_target.cmake b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/cmake_clean_target.cmake deleted file mode 100644 index 8b9588b2..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libSDL3_test.a" -) diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.make b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.make deleted file mode 100644 index 67651408..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for SDL3_test. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts deleted file mode 100644 index 8c8093fe..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for SDL3_test. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/depend.make b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/depend.make deleted file mode 100644 index 3e7cf2d0..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for SDL3_test. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/flags.make b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/flags.make deleted file mode 100644 index c3fd3288..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DHAVE_LIBUNWIND_H -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include - -C_FLAGS = -O2 -g -DNDEBUG -Wall -Wundef -Wfloat-conversion -fno-strict-aliasing -Wshadow -Wno-unused-local-typedefs -Wimplicit-fallthrough -fdiagnostics-color=always - diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/link.txt b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/link.txt deleted file mode 100644 index f25ff706..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libSDL3_test.a CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o -/usr/bin/ranlib libSDL3_test.a diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/progress.make b/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/progress.make deleted file mode 100644 index a9acad9f..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL3_test.dir/progress.make +++ /dev/null @@ -1,12 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = -CMAKE_PROGRESS_7 = -CMAKE_PROGRESS_8 = -CMAKE_PROGRESS_9 = -CMAKE_PROGRESS_10 = -CMAKE_PROGRESS_11 = - diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL_build_config.h.intermediate b/build_emscripten/external/SDL/CMakeFiles/SDL_build_config.h.intermediate deleted file mode 100644 index 59b443e8..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL_build_config.h.intermediate +++ /dev/null @@ -1,591 +0,0 @@ -/* - Simple DirectMedia Layer - Copyright (C) 1997-2025 Sam Lantinga - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. -*/ - -/** - * \file SDL_build_config.h - * - * This is a set of defines to configure the SDL features - */ - -#ifndef SDL_build_config_h_ -#define SDL_build_config_h_ - -/* General platform specific identifiers */ -#include - -/* #undef SDL_PLATFORM_PRIVATE */ - -#define HAVE_GCC_ATOMICS 1 -/* #undef HAVE_GCC_SYNC_LOCK_TEST_AND_SET */ - -/* #undef SDL_DISABLE_ALLOCA */ - -/* Useful headers */ -#define HAVE_FLOAT_H 1 -#define HAVE_STDARG_H 1 -#define HAVE_STDDEF_H 1 -#define HAVE_STDINT_H 1 - -/* Comment this if you want to build without any C library requirements */ -#define HAVE_LIBC 1 -#ifdef HAVE_LIBC - -/* Useful headers */ -#define HAVE_ALLOCA_H 1 -#define HAVE_ICONV_H 1 -#define HAVE_INTTYPES_H 1 -#define HAVE_LIMITS_H 1 -#define HAVE_MALLOC_H 1 -#define HAVE_MATH_H 1 -#define HAVE_MEMORY_H 1 -#define HAVE_SIGNAL_H 1 -#define HAVE_STDIO_H 1 -#define HAVE_STDLIB_H 1 -#define HAVE_STRINGS_H 1 -#define HAVE_STRING_H 1 -#define HAVE_SYS_TYPES_H 1 -#define HAVE_WCHAR_H 1 -/* #undef HAVE_PTHREAD_NP_H */ - -/* C library functions */ -#define HAVE_DLOPEN 1 -#define HAVE_MALLOC 1 -#define HAVE_FDATASYNC 1 -#define HAVE_GETENV 1 -#define HAVE_GETHOSTNAME 1 -#define HAVE_SETENV 1 -#define HAVE_PUTENV 1 -#define HAVE_UNSETENV 1 -#define HAVE_ABS 1 -#define HAVE_BCOPY 1 -#define HAVE_MEMSET 1 -#define HAVE_MEMCPY 1 -#define HAVE_MEMMOVE 1 -#define HAVE_MEMCMP 1 -#define HAVE_WCSLEN 1 -#define HAVE_WCSNLEN 1 -#define HAVE_WCSLCPY 1 -#define HAVE_WCSLCAT 1 -#define HAVE_WCSSTR 1 -#define HAVE_WCSCMP 1 -#define HAVE_WCSNCMP 1 -#define HAVE_WCSTOL 1 -#define HAVE_STRLEN 1 -#define HAVE_STRNLEN 1 -#define HAVE_STRLCPY 1 -#define HAVE_STRLCAT 1 -#define HAVE_STRPBRK 1 -/* #undef HAVE__STRREV */ -#define HAVE_INDEX 1 -#define HAVE_RINDEX 1 -#define HAVE_STRCHR 1 -#define HAVE_STRRCHR 1 -#define HAVE_STRSTR 1 -/* #undef HAVE_STRNSTR */ -#define HAVE_STRTOK_R 1 -/* #undef HAVE_ITOA */ -/* #undef HAVE__LTOA */ -/* #undef HAVE__UITOA */ -/* #undef HAVE__ULTOA */ -#define HAVE_STRTOL 1 -#define HAVE_STRTOUL 1 -/* #undef HAVE__I64TOA */ -/* #undef HAVE__UI64TOA */ -#define HAVE_STRTOLL 1 -#define HAVE_STRTOULL 1 -#define HAVE_STRTOD 1 -#define HAVE_ATOI 1 -#define HAVE_ATOF 1 -#define HAVE_STRCMP 1 -#define HAVE_STRNCMP 1 -#define HAVE_VSSCANF 1 -#define HAVE_VSNPRINTF 1 -#define HAVE_ACOS 1 -#define HAVE_ACOSF 1 -#define HAVE_ASIN 1 -#define HAVE_ASINF 1 -#define HAVE_ATAN 1 -#define HAVE_ATANF 1 -#define HAVE_ATAN2 1 -#define HAVE_ATAN2F 1 -#define HAVE_CEIL 1 -#define HAVE_CEILF 1 -#define HAVE_COPYSIGN 1 -#define HAVE_COPYSIGNF 1 -/* #undef HAVE__COPYSIGN */ -#define HAVE_COS 1 -#define HAVE_COSF 1 -#define HAVE_EXP 1 -#define HAVE_EXPF 1 -#define HAVE_FABS 1 -#define HAVE_FABSF 1 -#define HAVE_FLOOR 1 -#define HAVE_FLOORF 1 -#define HAVE_FMOD 1 -#define HAVE_FMODF 1 -#define HAVE_ISINF 1 -#define HAVE_ISINFF 1 -#define HAVE_ISINF_FLOAT_MACRO 1 -#define HAVE_ISNAN 1 -#define HAVE_ISNANF 1 -#define HAVE_ISNAN_FLOAT_MACRO 1 -#define HAVE_LOG 1 -#define HAVE_LOGF 1 -#define HAVE_LOG10 1 -#define HAVE_LOG10F 1 -#define HAVE_LROUND 1 -#define HAVE_LROUNDF 1 -#define HAVE_MODF 1 -#define HAVE_MODFF 1 -#define HAVE_POW 1 -#define HAVE_POWF 1 -#define HAVE_ROUND 1 -#define HAVE_ROUNDF 1 -#define HAVE_SCALBN 1 -#define HAVE_SCALBNF 1 -#define HAVE_SIN 1 -#define HAVE_SINF 1 -#define HAVE_SQRT 1 -#define HAVE_SQRTF 1 -#define HAVE_TAN 1 -#define HAVE_TANF 1 -#define HAVE_TRUNC 1 -#define HAVE_TRUNCF 1 -/* #undef HAVE__FSEEKI64 */ -#define HAVE_FOPEN64 1 -#define HAVE_FSEEKO 1 -#define HAVE_FSEEKO64 1 -#define HAVE_MEMFD_CREATE 1 -#define HAVE_POSIX_FALLOCATE 1 -#define HAVE_SIGACTION 1 -#define HAVE_SA_SIGACTION 1 -#define HAVE_ST_MTIM 1 -#define HAVE_SETJMP 1 -#define HAVE_NANOSLEEP 1 -#define HAVE_GMTIME_R 1 -#define HAVE_LOCALTIME_R 1 -#define HAVE_NL_LANGINFO 1 -#define HAVE_SYSCONF 1 -/* #undef HAVE_SYSCTLBYNAME */ -#define HAVE_CLOCK_GETTIME 1 -#define HAVE_GETPAGESIZE 1 -#define HAVE_ICONV 1 -/* #undef SDL_USE_LIBICONV */ -#define HAVE_PTHREAD_SETNAME_NP 1 -/* #undef HAVE_PTHREAD_SET_NAME_NP */ -#define HAVE_SEM_TIMEDWAIT 1 -#define HAVE_GETAUXVAL 1 -/* #undef HAVE_ELF_AUX_INFO */ -#define HAVE_POLL 1 -#define HAVE__EXIT 1 - -#endif /* HAVE_LIBC */ - -#define HAVE_DBUS_DBUS_H 1 -#define HAVE_FCITX 1 -/* #undef HAVE_IBUS_IBUS_H */ -#define HAVE_INOTIFY_INIT1 1 -#define HAVE_INOTIFY 1 -#define HAVE_LIBUSB 1 -#define HAVE_O_CLOEXEC 1 - -#define HAVE_LINUX_INPUT_H 1 -#define HAVE_LIBUDEV_H 1 -#define HAVE_LIBDECOR_H 1 -#define HAVE_LIBURING_H 1 - -/* #undef HAVE_DDRAW_H */ -/* #undef HAVE_DSOUND_H */ -/* #undef HAVE_DINPUT_H */ -/* #undef HAVE_XINPUT_H */ -/* #undef HAVE_WINDOWS_GAMING_INPUT_H */ -/* #undef HAVE_GAMEINPUT_H */ -/* #undef HAVE_DXGI_H */ -/* #undef HAVE_DXGI1_6_H */ - -/* #undef HAVE_MMDEVICEAPI_H */ -/* #undef HAVE_TPCSHRD_H */ -/* #undef HAVE_ROAPI_H */ -/* #undef HAVE_SHELLSCALINGAPI_H */ -/* #undef HAVE_SHOBJIDL_CORE_H */ - -/* #undef USE_POSIX_SPAWN */ -/* #undef HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR */ -#define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 - -/* SDL internal assertion support */ -/* #undef SDL_DEFAULT_ASSERT_LEVEL_CONFIGURED */ -#ifdef SDL_DEFAULT_ASSERT_LEVEL_CONFIGURED -#define SDL_DEFAULT_ASSERT_LEVEL -#endif - -/* Allow disabling of major subsystems */ -/* #undef SDL_AUDIO_DISABLED */ -/* #undef SDL_VIDEO_DISABLED */ -/* #undef SDL_GPU_DISABLED */ -/* #undef SDL_RENDER_DISABLED */ -/* #undef SDL_CAMERA_DISABLED */ -/* #undef SDL_JOYSTICK_DISABLED */ -/* #undef SDL_HAPTIC_DISABLED */ -/* #undef SDL_HIDAPI_DISABLED */ -/* #undef SDL_POWER_DISABLED */ -/* #undef SDL_SENSOR_DISABLED */ -/* #undef SDL_DIALOG_DISABLED */ -/* #undef SDL_THREADS_DISABLED */ - -/* Enable various audio drivers */ -#define SDL_AUDIO_DRIVER_ALSA 1 -#define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2" -/* #undef SDL_AUDIO_DRIVER_OPENSLES */ -/* #undef SDL_AUDIO_DRIVER_AAUDIO */ -/* #undef SDL_AUDIO_DRIVER_COREAUDIO */ -#define SDL_AUDIO_DRIVER_DISK 1 -/* #undef SDL_AUDIO_DRIVER_DSOUND */ -#define SDL_AUDIO_DRIVER_DUMMY 1 -/* #undef SDL_AUDIO_DRIVER_EMSCRIPTEN */ -/* #undef SDL_AUDIO_DRIVER_HAIKU */ -#define SDL_AUDIO_DRIVER_JACK 1 -#define SDL_AUDIO_DRIVER_JACK_DYNAMIC "libjack.so.0" -/* #undef SDL_AUDIO_DRIVER_NETBSD */ -/* #undef SDL_AUDIO_DRIVER_OSS */ -#define SDL_AUDIO_DRIVER_PIPEWIRE 1 -#define SDL_AUDIO_DRIVER_PIPEWIRE_DYNAMIC "libpipewire-0.3.so.0" -#define SDL_AUDIO_DRIVER_PULSEAUDIO 1 -#define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse.so.0" -/* #undef SDL_AUDIO_DRIVER_SNDIO */ -/* #undef SDL_AUDIO_DRIVER_SNDIO_DYNAMIC */ -/* #undef SDL_AUDIO_DRIVER_WASAPI */ -/* #undef SDL_AUDIO_DRIVER_VITA */ -/* #undef SDL_AUDIO_DRIVER_PSP */ -/* #undef SDL_AUDIO_DRIVER_PS2 */ -/* #undef SDL_AUDIO_DRIVER_N3DS */ -/* #undef SDL_AUDIO_DRIVER_QNX */ - -/* #undef SDL_AUDIO_DRIVER_PRIVATE */ - -/* Enable various input drivers */ -#define SDL_INPUT_LINUXEV 1 -#define SDL_INPUT_LINUXKD 1 -/* #undef SDL_INPUT_FBSDKBIO */ -/* #undef SDL_INPUT_WSCONS */ -/* #undef SDL_HAVE_MACHINE_JOYSTICK_H */ -/* #undef SDL_JOYSTICK_ANDROID */ -/* #undef SDL_JOYSTICK_DINPUT */ -/* #undef SDL_JOYSTICK_DUMMY */ -/* #undef SDL_JOYSTICK_EMSCRIPTEN */ -/* #undef SDL_JOYSTICK_GAMEINPUT */ -/* #undef SDL_JOYSTICK_HAIKU */ -#define SDL_JOYSTICK_HIDAPI 1 -/* #undef SDL_JOYSTICK_IOKIT */ -#define SDL_JOYSTICK_LINUX 1 -/* #undef SDL_JOYSTICK_MFI */ -/* #undef SDL_JOYSTICK_N3DS */ -/* #undef SDL_JOYSTICK_PS2 */ -/* #undef SDL_JOYSTICK_PSP */ -/* #undef SDL_JOYSTICK_RAWINPUT */ -/* #undef SDL_JOYSTICK_USBHID */ -#define SDL_JOYSTICK_VIRTUAL 1 -/* #undef SDL_JOYSTICK_VITA */ -/* #undef SDL_JOYSTICK_WGI */ -/* #undef SDL_JOYSTICK_XINPUT */ - -/* #undef SDL_JOYSTICK_PRIVATE */ - -/* #undef SDL_HAPTIC_DUMMY */ -#define SDL_HAPTIC_LINUX 1 -/* #undef SDL_HAPTIC_IOKIT */ -/* #undef SDL_HAPTIC_DINPUT */ -/* #undef SDL_HAPTIC_ANDROID */ - -/* #undef SDL_HAPTIC_PRIVATE */ - -#define SDL_LIBUSB_DYNAMIC "libusb-1.0.so.0" -#define SDL_UDEV_DYNAMIC "libudev.so.1" - -/* Enable various process implementations */ -/* #undef SDL_PROCESS_DUMMY */ -#define SDL_PROCESS_POSIX 1 -/* #undef SDL_PROCESS_WINDOWS */ - -/* #undef SDL_PROCESS_PRIVATE */ - -/* Enable various sensor drivers */ -/* #undef SDL_SENSOR_ANDROID */ -/* #undef SDL_SENSOR_COREMOTION */ -/* #undef SDL_SENSOR_WINDOWS */ -#define SDL_SENSOR_DUMMY 1 -/* #undef SDL_SENSOR_VITA */ -/* #undef SDL_SENSOR_N3DS */ - -/* #undef SDL_SENSOR_PRIVATE */ - -/* Enable various shared object loading systems */ -#define SDL_LOADSO_DLOPEN 1 -/* #undef SDL_LOADSO_DUMMY */ -/* #undef SDL_LOADSO_WINDOWS */ - -/* #undef SDL_LOADSO_PRIVATE */ - -/* Enable various threading systems */ -/* #undef SDL_THREAD_GENERIC_COND_SUFFIX */ -/* #undef SDL_THREAD_GENERIC_RWLOCK_SUFFIX */ -#define SDL_THREAD_PTHREAD 1 -#define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1 -/* #undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP */ -/* #undef SDL_THREAD_WINDOWS */ -/* #undef SDL_THREAD_VITA */ -/* #undef SDL_THREAD_PSP */ -/* #undef SDL_THREAD_PS2 */ -/* #undef SDL_THREAD_N3DS */ - -/* #undef SDL_THREAD_PRIVATE */ - -/* Enable various RTC systems */ -#define SDL_TIME_UNIX 1 -/* #undef SDL_TIME_WINDOWS */ -/* #undef SDL_TIME_VITA */ -/* #undef SDL_TIME_PSP */ -/* #undef SDL_TIME_PS2 */ -/* #undef SDL_TIME_N3DS */ - -/* Enable various timer systems */ -/* #undef SDL_TIMER_HAIKU */ -#define SDL_TIMER_UNIX 1 -/* #undef SDL_TIMER_WINDOWS */ -/* #undef SDL_TIMER_VITA */ -/* #undef SDL_TIMER_PSP */ -/* #undef SDL_TIMER_PS2 */ -/* #undef SDL_TIMER_N3DS */ - -/* #undef SDL_TIMER_PRIVATE */ - -/* Enable various video drivers */ -/* #undef SDL_VIDEO_DRIVER_ANDROID */ -/* #undef SDL_VIDEO_DRIVER_COCOA */ -#define SDL_VIDEO_DRIVER_DUMMY 1 -/* #undef SDL_VIDEO_DRIVER_EMSCRIPTEN */ -/* #undef SDL_VIDEO_DRIVER_HAIKU */ -#define SDL_VIDEO_DRIVER_KMSDRM 1 -#define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC "libdrm.so.2" -#define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC_GBM "libgbm.so.1" -/* #undef SDL_VIDEO_DRIVER_N3DS */ -#define SDL_VIDEO_DRIVER_OFFSCREEN 1 -/* #undef SDL_VIDEO_DRIVER_PS2 */ -/* #undef SDL_VIDEO_DRIVER_PSP */ -/* #undef SDL_VIDEO_DRIVER_RISCOS */ -/* #undef SDL_VIDEO_DRIVER_ROCKCHIP */ -/* #undef SDL_VIDEO_DRIVER_RPI */ -/* #undef SDL_VIDEO_DRIVER_UIKIT */ -/* #undef SDL_VIDEO_DRIVER_VITA */ -/* #undef SDL_VIDEO_DRIVER_VIVANTE */ -/* #undef SDL_VIDEO_DRIVER_VIVANTE_VDK */ -/* #undef SDL_VIDEO_DRIVER_OPENVR */ -#define SDL_VIDEO_DRIVER_WAYLAND 1 -#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC "libwayland-client.so.0" -#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR "libwayland-cursor.so.0" -#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL "libwayland-egl.so.1" -#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_LIBDECOR "libdecor-0.so.0" -#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON "libxkbcommon.so.0" -/* #undef SDL_VIDEO_DRIVER_WINDOWS */ -#define SDL_VIDEO_DRIVER_X11 1 -#define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6" -#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1" -#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6" -#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XFIXES "libXfixes.so.3" -#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6" -#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2" -#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1" -#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XTEST "libXtst.so.6" -#define SDL_VIDEO_DRIVER_X11_HAS_XKBLOOKUPKEYSYM 1 -#define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1 -#define SDL_VIDEO_DRIVER_X11_XCURSOR 1 -#define SDL_VIDEO_DRIVER_X11_XDBE 1 -#define SDL_VIDEO_DRIVER_X11_XFIXES 1 -#define SDL_VIDEO_DRIVER_X11_XINPUT2 1 -#define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1 -#define SDL_VIDEO_DRIVER_X11_XRANDR 1 -#define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1 -#define SDL_VIDEO_DRIVER_X11_XSHAPE 1 -#define SDL_VIDEO_DRIVER_X11_XSYNC 1 -#define SDL_VIDEO_DRIVER_X11_XTEST 1 -/* #undef SDL_VIDEO_DRIVER_QNX */ - -/* #undef SDL_VIDEO_DRIVER_PRIVATE */ - -/* #undef SDL_VIDEO_RENDER_D3D */ -/* #undef SDL_VIDEO_RENDER_D3D11 */ -/* #undef SDL_VIDEO_RENDER_D3D12 */ -#define SDL_VIDEO_RENDER_GPU 1 -/* #undef SDL_VIDEO_RENDER_METAL */ -#define SDL_VIDEO_RENDER_VULKAN 1 -#define SDL_VIDEO_RENDER_OGL 1 -#define SDL_VIDEO_RENDER_OGL_ES2 1 -/* #undef SDL_VIDEO_RENDER_PS2 */ -/* #undef SDL_VIDEO_RENDER_PSP */ -/* #undef SDL_VIDEO_RENDER_VITA_GXM */ - -/* #undef SDL_VIDEO_RENDER_PRIVATE */ - -/* Enable OpenGL support */ -#define SDL_VIDEO_OPENGL 1 -/* #undef SDL_VIDEO_OPENGL_ES */ -#define SDL_VIDEO_OPENGL_ES2 1 -/* #undef SDL_VIDEO_OPENGL_CGL */ -#define SDL_VIDEO_OPENGL_GLX 1 -/* #undef SDL_VIDEO_OPENGL_WGL */ -#define SDL_VIDEO_OPENGL_EGL 1 - -/* #undef SDL_VIDEO_STATIC_ANGLE */ - -/* Enable Vulkan support */ -#define SDL_VIDEO_VULKAN 1 - -/* Enable Metal support */ -/* #undef SDL_VIDEO_METAL */ - -/* Enable GPU support */ -/* #undef SDL_GPU_D3D11 */ -/* #undef SDL_GPU_D3D12 */ -#define SDL_GPU_VULKAN 1 -/* #undef SDL_GPU_METAL */ - -/* Enable system power support */ -/* #undef SDL_POWER_ANDROID */ -#define SDL_POWER_LINUX 1 -/* #undef SDL_POWER_WINDOWS */ -/* #undef SDL_POWER_MACOSX */ -/* #undef SDL_POWER_UIKIT */ -/* #undef SDL_POWER_HAIKU */ -/* #undef SDL_POWER_EMSCRIPTEN */ -/* #undef SDL_POWER_HARDWIRED */ -/* #undef SDL_POWER_VITA */ -/* #undef SDL_POWER_PSP */ -/* #undef SDL_POWER_N3DS */ - -/* #undef SDL_POWER_PRIVATE */ - -/* Enable system filesystem support */ -/* #undef SDL_FILESYSTEM_ANDROID */ -/* #undef SDL_FILESYSTEM_HAIKU */ -/* #undef SDL_FILESYSTEM_COCOA */ -/* #undef SDL_FILESYSTEM_DUMMY */ -/* #undef SDL_FILESYSTEM_RISCOS */ -#define SDL_FILESYSTEM_UNIX 1 -/* #undef SDL_FILESYSTEM_WINDOWS */ -/* #undef SDL_FILESYSTEM_EMSCRIPTEN */ -/* #undef SDL_FILESYSTEM_VITA */ -/* #undef SDL_FILESYSTEM_PSP */ -/* #undef SDL_FILESYSTEM_PS2 */ -/* #undef SDL_FILESYSTEM_N3DS */ - -/* #undef SDL_FILESYSTEM_PRIVATE */ - -/* Enable system storage support */ -#define SDL_STORAGE_STEAM 1 - -/* Enable system FSops support */ -#define SDL_FSOPS_POSIX 1 -/* #undef SDL_FSOPS_WINDOWS */ -/* #undef SDL_FSOPS_DUMMY */ - -/* #undef SDL_FSOPS_PRIVATE */ - -/* Enable camera subsystem */ -#define SDL_CAMERA_DRIVER_DUMMY 1 -/* !!! FIXME: for later cmakedefine SDL_CAMERA_DRIVER_DISK 1 */ -#define SDL_CAMERA_DRIVER_V4L2 1 -/* #undef SDL_CAMERA_DRIVER_COREMEDIA */ -/* #undef SDL_CAMERA_DRIVER_ANDROID */ -/* #undef SDL_CAMERA_DRIVER_EMSCRIPTEN */ -/* #undef SDL_CAMERA_DRIVER_MEDIAFOUNDATION */ -#define SDL_CAMERA_DRIVER_PIPEWIRE 1 -#define SDL_CAMERA_DRIVER_PIPEWIRE_DYNAMIC "libpipewire-0.3.so.0" -/* #undef SDL_CAMERA_DRIVER_VITA */ - -/* #undef SDL_CAMERA_DRIVER_PRIVATE */ - -/* Enable dialog subsystem */ -/* #undef SDL_DIALOG_DUMMY */ - -/* Enable assembly routines */ -/* #undef SDL_ALTIVEC_BLITTERS */ - -/* Whether SDL_DYNAMIC_API needs dlopen */ -#define DYNAPI_NEEDS_DLOPEN 1 - -/* Enable ime support */ -#define SDL_USE_IME 1 -/* #undef SDL_DISABLE_WINDOWS_IME */ -/* #undef SDL_GDK_TEXTINPUT */ - -/* Platform specific definitions */ -/* #undef SDL_IPHONE_KEYBOARD */ -/* #undef SDL_IPHONE_LAUNCHSCREEN */ - -/* #undef SDL_VIDEO_VITA_PIB */ -/* #undef SDL_VIDEO_VITA_PVR */ -/* #undef SDL_VIDEO_VITA_PVR_OGL */ - -/* Libdecor version info */ -#define SDL_LIBDECOR_VERSION_MAJOR 0 -#define SDL_LIBDECOR_VERSION_MINOR 2 -#define SDL_LIBDECOR_VERSION_PATCH 3 - -#if !defined(HAVE_STDINT_H) && !defined(_STDINT_H_) -/* Most everything except Visual Studio 2008 and earlier has stdint.h now */ -#if defined(_MSC_VER) && (_MSC_VER < 1600) -typedef signed __int8 int8_t; -typedef unsigned __int8 uint8_t; -typedef signed __int16 int16_t; -typedef unsigned __int16 uint16_t; -typedef signed __int32 int32_t; -typedef unsigned __int32 uint32_t; -typedef signed __int64 int64_t; -typedef unsigned __int64 uint64_t; -#ifndef _UINTPTR_T_DEFINED -#ifdef _WIN64 -typedef unsigned __int64 uintptr_t; -#else -typedef unsigned int uintptr_t; -#endif -#endif -#endif /* Visual Studio 2008 */ -#endif /* !_STDINT_H_ && !HAVE_STDINT_H */ - -/* Configure use of intrinsics */ -/* #undef SDL_DISABLE_SSE */ -/* #undef SDL_DISABLE_SSE2 */ -/* #undef SDL_DISABLE_SSE3 */ -/* #undef SDL_DISABLE_SSE4_1 */ -/* #undef SDL_DISABLE_SSE4_2 */ -/* #undef SDL_DISABLE_AVX */ -/* #undef SDL_DISABLE_AVX2 */ -/* #undef SDL_DISABLE_AVX512F */ -/* #undef SDL_DISABLE_MMX */ -#define SDL_DISABLE_LSX 1 -#define SDL_DISABLE_LASX 1 -#define SDL_DISABLE_NEON 1 - -#ifdef SDL_PLATFORM_PRIVATE -#include "SDL_end_config_private.h" -#endif - -#endif /* SDL_build_config_h_ */ diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/DependInfo.cmake b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/DependInfo.cmake deleted file mode 100644 index 5385cd6a..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/DependInfo.cmake +++ /dev/null @@ -1,47 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/SDL/src/libm/e_atan2.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/e_exp.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/e_fmod.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/e_log.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/e_log10.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/e_pow.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/e_rem_pio2.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/e_sqrt.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/k_cos.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/k_rem_pio2.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/k_sin.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/k_tan.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_atan.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_copysign.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_cos.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_fabs.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_floor.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_isinf.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_isinff.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_isnan.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_isnanf.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_modf.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_scalbn.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_sin.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL/src/libm/s_tan.c" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o" "gcc" "external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/build.make b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/build.make deleted file mode 100644 index fcdeee87..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/build.make +++ /dev/null @@ -1,498 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/SDL/CMakeFiles/SDL_uclibc.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/SDL/CMakeFiles/SDL_uclibc.dir/progress.make - -# Include the compile flags for this target's objects. -include external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make - -external/SDL/CMakeFiles/SDL_uclibc.dir/codegen: -.PHONY : external/SDL/CMakeFiles/SDL_uclibc.dir/codegen - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/e_atan2.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/e_atan2.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/e_atan2.c > CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/e_atan2.c -o CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/e_exp.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/e_exp.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/e_exp.c > CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/e_exp.c -o CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/e_fmod.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/e_fmod.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/e_fmod.c > CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/e_fmod.c -o CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/e_log.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/e_log.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/e_log.c > CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/e_log.c -o CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/e_log10.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/e_log10.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/e_log10.c > CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/e_log10.c -o CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/e_pow.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/e_pow.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/e_pow.c > CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/e_pow.c -o CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/e_rem_pio2.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/e_rem_pio2.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/e_rem_pio2.c > CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/e_rem_pio2.c -o CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/e_sqrt.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/e_sqrt.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/e_sqrt.c > CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/e_sqrt.c -o CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/k_cos.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/k_cos.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/k_cos.c > CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/k_cos.c -o CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/k_rem_pio2.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/k_rem_pio2.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/k_rem_pio2.c > CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/k_rem_pio2.c -o CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/k_sin.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/k_sin.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/k_sin.c > CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/k_sin.c -o CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/k_tan.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/k_tan.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/k_tan.c > CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/k_tan.c -o CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_atan.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_atan.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_atan.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_atan.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_copysign.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_copysign.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_copysign.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_copysign.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_cos.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_cos.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_cos.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_cos.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_fabs.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_fabs.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_fabs.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_fabs.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_floor.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_floor.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_floor.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_floor.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isinf.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isinf.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isinf.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isinf.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isinff.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isinff.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isinff.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isinff.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isnan.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isnan.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isnan.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isnan.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isnanf.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isnanf.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isnanf.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_isnanf.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_modf.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_modf.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_modf.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_modf.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_scalbn.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_scalbn.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_scalbn.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_scalbn.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_sin.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_sin.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_sin.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_sin.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.s - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o: /home/guest/Downloads/PopLib/external/SDL/src/libm/s_tan.c -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o: external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building C object external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o -MF CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o.d -o CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o -c /home/guest/Downloads/PopLib/external/SDL/src/libm/s_tan.c - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL/src/libm/s_tan.c > CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.i - -external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL/src/libm/s_tan.c -o CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.s - -# Object files for target SDL_uclibc -SDL_uclibc_OBJECTS = \ -"CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o" \ -"CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o" - -# External object files for target SDL_uclibc -SDL_uclibc_EXTERNAL_OBJECTS = - -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/build.make -external/SDL/libSDL_uclibc.a: external/SDL/CMakeFiles/SDL_uclibc.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Linking C static library libSDL_uclibc.a" - cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -P CMakeFiles/SDL_uclibc.dir/cmake_clean_target.cmake - cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/SDL_uclibc.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/SDL/CMakeFiles/SDL_uclibc.dir/build: external/SDL/libSDL_uclibc.a -.PHONY : external/SDL/CMakeFiles/SDL_uclibc.dir/build - -external/SDL/CMakeFiles/SDL_uclibc.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/SDL && $(CMAKE_COMMAND) -P CMakeFiles/SDL_uclibc.dir/cmake_clean.cmake -.PHONY : external/SDL/CMakeFiles/SDL_uclibc.dir/clean - -external/SDL/CMakeFiles/SDL_uclibc.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/SDL /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/SDL /home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/SDL_uclibc.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/SDL/CMakeFiles/SDL_uclibc.dir/depend - diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/cmake_clean.cmake b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/cmake_clean.cmake deleted file mode 100644 index 6e17b8eb..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/cmake_clean.cmake +++ /dev/null @@ -1,59 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o.d" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o" - "CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o.d" - "libSDL_uclibc.a" - "libSDL_uclibc.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/SDL_uclibc.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/cmake_clean_target.cmake b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/cmake_clean_target.cmake deleted file mode 100644 index bf67b49b..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libSDL_uclibc.a" -) diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.make b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.make deleted file mode 100644 index b2d7722b..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for SDL_uclibc. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts deleted file mode 100644 index 3639a380..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for SDL_uclibc. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/depend.make b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/depend.make deleted file mode 100644 index 12656939..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for SDL_uclibc. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make deleted file mode 100644 index becb9f2b..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DUSING_GENERATED_CONFIG_H -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/SDL/include-config-relwithdebinfo/build_config -I/home/guest/Downloads/PopLib/external/SDL/src -I/home/guest/Downloads/PopLib/external/SDL/include - -C_FLAGS = -O2 -g -DNDEBUG -fvisibility=hidden -Wall -Wundef -Wfloat-conversion -fno-strict-aliasing -Wshadow -Wno-unused-local-typedefs -Wimplicit-fallthrough -fdiagnostics-color=always - diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/link.txt b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/link.txt deleted file mode 100644 index fc6b0418..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libSDL_uclibc.a CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o -/usr/bin/ranlib libSDL_uclibc.a diff --git a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/progress.make b/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/progress.make deleted file mode 100644 index 3a587b32..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/SDL_uclibc.dir/progress.make +++ /dev/null @@ -1,27 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = -CMAKE_PROGRESS_7 = -CMAKE_PROGRESS_8 = -CMAKE_PROGRESS_9 = -CMAKE_PROGRESS_10 = -CMAKE_PROGRESS_11 = -CMAKE_PROGRESS_12 = -CMAKE_PROGRESS_13 = -CMAKE_PROGRESS_14 = -CMAKE_PROGRESS_15 = -CMAKE_PROGRESS_16 = -CMAKE_PROGRESS_17 = -CMAKE_PROGRESS_18 = -CMAKE_PROGRESS_19 = -CMAKE_PROGRESS_20 = -CMAKE_PROGRESS_21 = -CMAKE_PROGRESS_22 = -CMAKE_PROGRESS_23 = -CMAKE_PROGRESS_24 = -CMAKE_PROGRESS_25 = -CMAKE_PROGRESS_26 = - diff --git a/build_emscripten/external/SDL/CMakeFiles/dummy.sym b/build_emscripten/external/SDL/CMakeFiles/dummy.sym deleted file mode 100644 index 17b6b95c..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/dummy.sym +++ /dev/null @@ -1,5 +0,0 @@ -n_0 { - global: - func; - local: *; -}; diff --git a/build_emscripten/external/SDL/CMakeFiles/git-data/HEAD b/build_emscripten/external/SDL/CMakeFiles/git-data/HEAD deleted file mode 100644 index adcb47f6..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/git-data/HEAD +++ /dev/null @@ -1 +0,0 @@ -8aa5b97bb5be8e8f62fd76c3181439e20f3de5e9 diff --git a/build_emscripten/external/SDL/CMakeFiles/git-data/grabRef.cmake b/build_emscripten/external/SDL/CMakeFiles/git-data/grabRef.cmake deleted file mode 100644 index 99fbc54a..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/git-data/grabRef.cmake +++ /dev/null @@ -1,43 +0,0 @@ -# -# Internal file for GetGitRevisionDescription.cmake -# -# Requires CMake 2.6 or newer (uses the 'function' command) -# -# Original Author: -# 2009-2010 Ryan Pavlik -# http://academic.cleardefinition.com -# Iowa State University HCI Graduate Program/VRAC -# -# Copyright 2009-2012, Iowa State University -# Copyright 2011-2015, Contributors -# Distributed under the Boost Software License, Version 1.0. -# (See accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) -# SPDX-License-Identifier: BSL-1.0 - -set(HEAD_HASH) - -file(READ "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/git-data/HEAD" HEAD_CONTENTS LIMIT 1024) - -string(STRIP "${HEAD_CONTENTS}" HEAD_CONTENTS) -if(HEAD_CONTENTS MATCHES "ref") - # named branch - string(REPLACE "ref: " "" HEAD_REF "${HEAD_CONTENTS}") - if(EXISTS "/home/guest/Downloads/PopLib/.git/modules/external/SDL/${HEAD_REF}") - configure_file("/home/guest/Downloads/PopLib/.git/modules/external/SDL/${HEAD_REF}" "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/git-data/head-ref" COPYONLY) - else() - configure_file("/home/guest/Downloads/PopLib/.git/modules/external/SDL/packed-refs" "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/git-data/packed-refs" COPYONLY) - file(READ "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/git-data/packed-refs" PACKED_REFS) - if(${PACKED_REFS} MATCHES "([0-9a-z]*) ${HEAD_REF}") - set(HEAD_HASH "${CMAKE_MATCH_1}") - endif() - endif() -else() - # detached HEAD - configure_file("/home/guest/Downloads/PopLib/.git/modules/external/SDL/HEAD" "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/git-data/head-ref" COPYONLY) -endif() - -if(NOT HEAD_HASH) - file(READ "/home/guest/Downloads/PopLib/build/external/SDL/CMakeFiles/git-data/head-ref" HEAD_HASH LIMIT 1024) - string(STRIP "${HEAD_HASH}" HEAD_HASH) -endif() diff --git a/build_emscripten/external/SDL/CMakeFiles/git-data/head-ref b/build_emscripten/external/SDL/CMakeFiles/git-data/head-ref deleted file mode 100644 index adcb47f6..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/git-data/head-ref +++ /dev/null @@ -1 +0,0 @@ -8aa5b97bb5be8e8f62fd76c3181439e20f3de5e9 diff --git a/build_emscripten/external/SDL/CMakeFiles/progress.marks b/build_emscripten/external/SDL/CMakeFiles/progress.marks deleted file mode 100644 index 40994076..00000000 --- a/build_emscripten/external/SDL/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -23 diff --git a/build_emscripten/external/SDL/Makefile b/build_emscripten/external/SDL/Makefile deleted file mode 100644 index 6d9d5002..00000000 --- a/build_emscripten/external/SDL/Makefile +++ /dev/null @@ -1,9729 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/SDL//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -external/SDL/CMakeFiles/SDL3-shared.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/CMakeFiles/SDL3-shared.dir/rule -.PHONY : external/SDL/CMakeFiles/SDL3-shared.dir/rule - -# Convenience name for target. -SDL3-shared: external/SDL/CMakeFiles/SDL3-shared.dir/rule -.PHONY : SDL3-shared - -# fast build rule for target. -SDL3-shared/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/build -.PHONY : SDL3-shared/fast - -# Convenience name for target. -external/SDL/CMakeFiles/SDL3-static.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/CMakeFiles/SDL3-static.dir/rule -.PHONY : external/SDL/CMakeFiles/SDL3-static.dir/rule - -# Convenience name for target. -SDL3-static: external/SDL/CMakeFiles/SDL3-static.dir/rule -.PHONY : SDL3-static - -# fast build rule for target. -SDL3-static/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/build -.PHONY : SDL3-static/fast - -# Convenience name for target. -external/SDL/CMakeFiles/SDL3_test.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/CMakeFiles/SDL3_test.dir/rule -.PHONY : external/SDL/CMakeFiles/SDL3_test.dir/rule - -# Convenience name for target. -SDL3_test: external/SDL/CMakeFiles/SDL3_test.dir/rule -.PHONY : SDL3_test - -# fast build rule for target. -SDL3_test/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/build -.PHONY : SDL3_test/fast - -# Convenience name for target. -external/SDL/CMakeFiles/SDL_uclibc.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL/CMakeFiles/SDL_uclibc.dir/rule -.PHONY : external/SDL/CMakeFiles/SDL_uclibc.dir/rule - -# Convenience name for target. -SDL_uclibc: external/SDL/CMakeFiles/SDL_uclibc.dir/rule -.PHONY : SDL_uclibc - -# fast build rule for target. -SDL_uclibc/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/build -.PHONY : SDL_uclibc/fast - -# target to build an object file -cmake_pch.h.gch: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.gch - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.gch -.PHONY : cmake_pch.h.gch - -# target to preprocess a source file -cmake_pch.h.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.i -.PHONY : cmake_pch.h.i - -# target to generate assembly for a file -cmake_pch.h.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/cmake_pch.h.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/cmake_pch.h.s -.PHONY : cmake_pch.h.s - -src/SDL.o: src/SDL.c.o -.PHONY : src/SDL.o - -# target to build an object file -src/SDL.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.o -.PHONY : src/SDL.c.o - -src/SDL.i: src/SDL.c.i -.PHONY : src/SDL.i - -# target to preprocess a source file -src/SDL.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.i -.PHONY : src/SDL.c.i - -src/SDL.s: src/SDL.c.s -.PHONY : src/SDL.s - -# target to generate assembly for a file -src/SDL.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL.c.s -.PHONY : src/SDL.c.s - -src/SDL_assert.o: src/SDL_assert.c.o -.PHONY : src/SDL_assert.o - -# target to build an object file -src/SDL_assert.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.o -.PHONY : src/SDL_assert.c.o - -src/SDL_assert.i: src/SDL_assert.c.i -.PHONY : src/SDL_assert.i - -# target to preprocess a source file -src/SDL_assert.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.i -.PHONY : src/SDL_assert.c.i - -src/SDL_assert.s: src/SDL_assert.c.s -.PHONY : src/SDL_assert.s - -# target to generate assembly for a file -src/SDL_assert.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_assert.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_assert.c.s -.PHONY : src/SDL_assert.c.s - -src/SDL_error.o: src/SDL_error.c.o -.PHONY : src/SDL_error.o - -# target to build an object file -src/SDL_error.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.o -.PHONY : src/SDL_error.c.o - -src/SDL_error.i: src/SDL_error.c.i -.PHONY : src/SDL_error.i - -# target to preprocess a source file -src/SDL_error.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.i -.PHONY : src/SDL_error.c.i - -src/SDL_error.s: src/SDL_error.c.s -.PHONY : src/SDL_error.s - -# target to generate assembly for a file -src/SDL_error.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_error.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_error.c.s -.PHONY : src/SDL_error.c.s - -src/SDL_guid.o: src/SDL_guid.c.o -.PHONY : src/SDL_guid.o - -# target to build an object file -src/SDL_guid.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.o -.PHONY : src/SDL_guid.c.o - -src/SDL_guid.i: src/SDL_guid.c.i -.PHONY : src/SDL_guid.i - -# target to preprocess a source file -src/SDL_guid.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.i -.PHONY : src/SDL_guid.c.i - -src/SDL_guid.s: src/SDL_guid.c.s -.PHONY : src/SDL_guid.s - -# target to generate assembly for a file -src/SDL_guid.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_guid.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_guid.c.s -.PHONY : src/SDL_guid.c.s - -src/SDL_hashtable.o: src/SDL_hashtable.c.o -.PHONY : src/SDL_hashtable.o - -# target to build an object file -src/SDL_hashtable.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.o -.PHONY : src/SDL_hashtable.c.o - -src/SDL_hashtable.i: src/SDL_hashtable.c.i -.PHONY : src/SDL_hashtable.i - -# target to preprocess a source file -src/SDL_hashtable.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.i -.PHONY : src/SDL_hashtable.c.i - -src/SDL_hashtable.s: src/SDL_hashtable.c.s -.PHONY : src/SDL_hashtable.s - -# target to generate assembly for a file -src/SDL_hashtable.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hashtable.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hashtable.c.s -.PHONY : src/SDL_hashtable.c.s - -src/SDL_hints.o: src/SDL_hints.c.o -.PHONY : src/SDL_hints.o - -# target to build an object file -src/SDL_hints.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.o -.PHONY : src/SDL_hints.c.o - -src/SDL_hints.i: src/SDL_hints.c.i -.PHONY : src/SDL_hints.i - -# target to preprocess a source file -src/SDL_hints.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.i -.PHONY : src/SDL_hints.c.i - -src/SDL_hints.s: src/SDL_hints.c.s -.PHONY : src/SDL_hints.s - -# target to generate assembly for a file -src/SDL_hints.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_hints.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_hints.c.s -.PHONY : src/SDL_hints.c.s - -src/SDL_list.o: src/SDL_list.c.o -.PHONY : src/SDL_list.o - -# target to build an object file -src/SDL_list.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.o -.PHONY : src/SDL_list.c.o - -src/SDL_list.i: src/SDL_list.c.i -.PHONY : src/SDL_list.i - -# target to preprocess a source file -src/SDL_list.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.i -.PHONY : src/SDL_list.c.i - -src/SDL_list.s: src/SDL_list.c.s -.PHONY : src/SDL_list.s - -# target to generate assembly for a file -src/SDL_list.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_list.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_list.c.s -.PHONY : src/SDL_list.c.s - -src/SDL_log.o: src/SDL_log.c.o -.PHONY : src/SDL_log.o - -# target to build an object file -src/SDL_log.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.o -.PHONY : src/SDL_log.c.o - -src/SDL_log.i: src/SDL_log.c.i -.PHONY : src/SDL_log.i - -# target to preprocess a source file -src/SDL_log.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.i -.PHONY : src/SDL_log.c.i - -src/SDL_log.s: src/SDL_log.c.s -.PHONY : src/SDL_log.s - -# target to generate assembly for a file -src/SDL_log.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_log.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_log.c.s -.PHONY : src/SDL_log.c.s - -src/SDL_properties.o: src/SDL_properties.c.o -.PHONY : src/SDL_properties.o - -# target to build an object file -src/SDL_properties.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.o -.PHONY : src/SDL_properties.c.o - -src/SDL_properties.i: src/SDL_properties.c.i -.PHONY : src/SDL_properties.i - -# target to preprocess a source file -src/SDL_properties.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.i -.PHONY : src/SDL_properties.c.i - -src/SDL_properties.s: src/SDL_properties.c.s -.PHONY : src/SDL_properties.s - -# target to generate assembly for a file -src/SDL_properties.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_properties.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_properties.c.s -.PHONY : src/SDL_properties.c.s - -src/SDL_utils.o: src/SDL_utils.c.o -.PHONY : src/SDL_utils.o - -# target to build an object file -src/SDL_utils.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.o -.PHONY : src/SDL_utils.c.o - -src/SDL_utils.i: src/SDL_utils.c.i -.PHONY : src/SDL_utils.i - -# target to preprocess a source file -src/SDL_utils.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.i -.PHONY : src/SDL_utils.c.i - -src/SDL_utils.s: src/SDL_utils.c.s -.PHONY : src/SDL_utils.s - -# target to generate assembly for a file -src/SDL_utils.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/SDL_utils.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/SDL_utils.c.s -.PHONY : src/SDL_utils.c.s - -src/atomic/SDL_atomic.o: src/atomic/SDL_atomic.c.o -.PHONY : src/atomic/SDL_atomic.o - -# target to build an object file -src/atomic/SDL_atomic.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.o -.PHONY : src/atomic/SDL_atomic.c.o - -src/atomic/SDL_atomic.i: src/atomic/SDL_atomic.c.i -.PHONY : src/atomic/SDL_atomic.i - -# target to preprocess a source file -src/atomic/SDL_atomic.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.i -.PHONY : src/atomic/SDL_atomic.c.i - -src/atomic/SDL_atomic.s: src/atomic/SDL_atomic.c.s -.PHONY : src/atomic/SDL_atomic.s - -# target to generate assembly for a file -src/atomic/SDL_atomic.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_atomic.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_atomic.c.s -.PHONY : src/atomic/SDL_atomic.c.s - -src/atomic/SDL_spinlock.o: src/atomic/SDL_spinlock.c.o -.PHONY : src/atomic/SDL_spinlock.o - -# target to build an object file -src/atomic/SDL_spinlock.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.o -.PHONY : src/atomic/SDL_spinlock.c.o - -src/atomic/SDL_spinlock.i: src/atomic/SDL_spinlock.c.i -.PHONY : src/atomic/SDL_spinlock.i - -# target to preprocess a source file -src/atomic/SDL_spinlock.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.i -.PHONY : src/atomic/SDL_spinlock.c.i - -src/atomic/SDL_spinlock.s: src/atomic/SDL_spinlock.c.s -.PHONY : src/atomic/SDL_spinlock.s - -# target to generate assembly for a file -src/atomic/SDL_spinlock.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/atomic/SDL_spinlock.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/atomic/SDL_spinlock.c.s -.PHONY : src/atomic/SDL_spinlock.c.s - -src/audio/SDL_audio.o: src/audio/SDL_audio.c.o -.PHONY : src/audio/SDL_audio.o - -# target to build an object file -src/audio/SDL_audio.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.o -.PHONY : src/audio/SDL_audio.c.o - -src/audio/SDL_audio.i: src/audio/SDL_audio.c.i -.PHONY : src/audio/SDL_audio.i - -# target to preprocess a source file -src/audio/SDL_audio.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.i -.PHONY : src/audio/SDL_audio.c.i - -src/audio/SDL_audio.s: src/audio/SDL_audio.c.s -.PHONY : src/audio/SDL_audio.s - -# target to generate assembly for a file -src/audio/SDL_audio.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audio.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audio.c.s -.PHONY : src/audio/SDL_audio.c.s - -src/audio/SDL_audiocvt.o: src/audio/SDL_audiocvt.c.o -.PHONY : src/audio/SDL_audiocvt.o - -# target to build an object file -src/audio/SDL_audiocvt.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.o -.PHONY : src/audio/SDL_audiocvt.c.o - -src/audio/SDL_audiocvt.i: src/audio/SDL_audiocvt.c.i -.PHONY : src/audio/SDL_audiocvt.i - -# target to preprocess a source file -src/audio/SDL_audiocvt.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.i -.PHONY : src/audio/SDL_audiocvt.c.i - -src/audio/SDL_audiocvt.s: src/audio/SDL_audiocvt.c.s -.PHONY : src/audio/SDL_audiocvt.s - -# target to generate assembly for a file -src/audio/SDL_audiocvt.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiocvt.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiocvt.c.s -.PHONY : src/audio/SDL_audiocvt.c.s - -src/audio/SDL_audiodev.o: src/audio/SDL_audiodev.c.o -.PHONY : src/audio/SDL_audiodev.o - -# target to build an object file -src/audio/SDL_audiodev.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.o -.PHONY : src/audio/SDL_audiodev.c.o - -src/audio/SDL_audiodev.i: src/audio/SDL_audiodev.c.i -.PHONY : src/audio/SDL_audiodev.i - -# target to preprocess a source file -src/audio/SDL_audiodev.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.i -.PHONY : src/audio/SDL_audiodev.c.i - -src/audio/SDL_audiodev.s: src/audio/SDL_audiodev.c.s -.PHONY : src/audio/SDL_audiodev.s - -# target to generate assembly for a file -src/audio/SDL_audiodev.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiodev.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiodev.c.s -.PHONY : src/audio/SDL_audiodev.c.s - -src/audio/SDL_audioqueue.o: src/audio/SDL_audioqueue.c.o -.PHONY : src/audio/SDL_audioqueue.o - -# target to build an object file -src/audio/SDL_audioqueue.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.o -.PHONY : src/audio/SDL_audioqueue.c.o - -src/audio/SDL_audioqueue.i: src/audio/SDL_audioqueue.c.i -.PHONY : src/audio/SDL_audioqueue.i - -# target to preprocess a source file -src/audio/SDL_audioqueue.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.i -.PHONY : src/audio/SDL_audioqueue.c.i - -src/audio/SDL_audioqueue.s: src/audio/SDL_audioqueue.c.s -.PHONY : src/audio/SDL_audioqueue.s - -# target to generate assembly for a file -src/audio/SDL_audioqueue.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioqueue.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioqueue.c.s -.PHONY : src/audio/SDL_audioqueue.c.s - -src/audio/SDL_audioresample.o: src/audio/SDL_audioresample.c.o -.PHONY : src/audio/SDL_audioresample.o - -# target to build an object file -src/audio/SDL_audioresample.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.o -.PHONY : src/audio/SDL_audioresample.c.o - -src/audio/SDL_audioresample.i: src/audio/SDL_audioresample.c.i -.PHONY : src/audio/SDL_audioresample.i - -# target to preprocess a source file -src/audio/SDL_audioresample.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.i -.PHONY : src/audio/SDL_audioresample.c.i - -src/audio/SDL_audioresample.s: src/audio/SDL_audioresample.c.s -.PHONY : src/audio/SDL_audioresample.s - -# target to generate assembly for a file -src/audio/SDL_audioresample.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audioresample.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audioresample.c.s -.PHONY : src/audio/SDL_audioresample.c.s - -src/audio/SDL_audiotypecvt.o: src/audio/SDL_audiotypecvt.c.o -.PHONY : src/audio/SDL_audiotypecvt.o - -# target to build an object file -src/audio/SDL_audiotypecvt.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.o -.PHONY : src/audio/SDL_audiotypecvt.c.o - -src/audio/SDL_audiotypecvt.i: src/audio/SDL_audiotypecvt.c.i -.PHONY : src/audio/SDL_audiotypecvt.i - -# target to preprocess a source file -src/audio/SDL_audiotypecvt.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.i -.PHONY : src/audio/SDL_audiotypecvt.c.i - -src/audio/SDL_audiotypecvt.s: src/audio/SDL_audiotypecvt.c.s -.PHONY : src/audio/SDL_audiotypecvt.s - -# target to generate assembly for a file -src/audio/SDL_audiotypecvt.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_audiotypecvt.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_audiotypecvt.c.s -.PHONY : src/audio/SDL_audiotypecvt.c.s - -src/audio/SDL_mixer.o: src/audio/SDL_mixer.c.o -.PHONY : src/audio/SDL_mixer.o - -# target to build an object file -src/audio/SDL_mixer.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.o -.PHONY : src/audio/SDL_mixer.c.o - -src/audio/SDL_mixer.i: src/audio/SDL_mixer.c.i -.PHONY : src/audio/SDL_mixer.i - -# target to preprocess a source file -src/audio/SDL_mixer.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.i -.PHONY : src/audio/SDL_mixer.c.i - -src/audio/SDL_mixer.s: src/audio/SDL_mixer.c.s -.PHONY : src/audio/SDL_mixer.s - -# target to generate assembly for a file -src/audio/SDL_mixer.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_mixer.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_mixer.c.s -.PHONY : src/audio/SDL_mixer.c.s - -src/audio/SDL_wave.o: src/audio/SDL_wave.c.o -.PHONY : src/audio/SDL_wave.o - -# target to build an object file -src/audio/SDL_wave.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.o -.PHONY : src/audio/SDL_wave.c.o - -src/audio/SDL_wave.i: src/audio/SDL_wave.c.i -.PHONY : src/audio/SDL_wave.i - -# target to preprocess a source file -src/audio/SDL_wave.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.i -.PHONY : src/audio/SDL_wave.c.i - -src/audio/SDL_wave.s: src/audio/SDL_wave.c.s -.PHONY : src/audio/SDL_wave.s - -# target to generate assembly for a file -src/audio/SDL_wave.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/SDL_wave.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/SDL_wave.c.s -.PHONY : src/audio/SDL_wave.c.s - -src/audio/alsa/SDL_alsa_audio.o: src/audio/alsa/SDL_alsa_audio.c.o -.PHONY : src/audio/alsa/SDL_alsa_audio.o - -# target to build an object file -src/audio/alsa/SDL_alsa_audio.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.o -.PHONY : src/audio/alsa/SDL_alsa_audio.c.o - -src/audio/alsa/SDL_alsa_audio.i: src/audio/alsa/SDL_alsa_audio.c.i -.PHONY : src/audio/alsa/SDL_alsa_audio.i - -# target to preprocess a source file -src/audio/alsa/SDL_alsa_audio.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.i -.PHONY : src/audio/alsa/SDL_alsa_audio.c.i - -src/audio/alsa/SDL_alsa_audio.s: src/audio/alsa/SDL_alsa_audio.c.s -.PHONY : src/audio/alsa/SDL_alsa_audio.s - -# target to generate assembly for a file -src/audio/alsa/SDL_alsa_audio.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/alsa/SDL_alsa_audio.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/alsa/SDL_alsa_audio.c.s -.PHONY : src/audio/alsa/SDL_alsa_audio.c.s - -src/audio/disk/SDL_diskaudio.o: src/audio/disk/SDL_diskaudio.c.o -.PHONY : src/audio/disk/SDL_diskaudio.o - -# target to build an object file -src/audio/disk/SDL_diskaudio.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.o -.PHONY : src/audio/disk/SDL_diskaudio.c.o - -src/audio/disk/SDL_diskaudio.i: src/audio/disk/SDL_diskaudio.c.i -.PHONY : src/audio/disk/SDL_diskaudio.i - -# target to preprocess a source file -src/audio/disk/SDL_diskaudio.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.i -.PHONY : src/audio/disk/SDL_diskaudio.c.i - -src/audio/disk/SDL_diskaudio.s: src/audio/disk/SDL_diskaudio.c.s -.PHONY : src/audio/disk/SDL_diskaudio.s - -# target to generate assembly for a file -src/audio/disk/SDL_diskaudio.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/disk/SDL_diskaudio.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/disk/SDL_diskaudio.c.s -.PHONY : src/audio/disk/SDL_diskaudio.c.s - -src/audio/dummy/SDL_dummyaudio.o: src/audio/dummy/SDL_dummyaudio.c.o -.PHONY : src/audio/dummy/SDL_dummyaudio.o - -# target to build an object file -src/audio/dummy/SDL_dummyaudio.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.o -.PHONY : src/audio/dummy/SDL_dummyaudio.c.o - -src/audio/dummy/SDL_dummyaudio.i: src/audio/dummy/SDL_dummyaudio.c.i -.PHONY : src/audio/dummy/SDL_dummyaudio.i - -# target to preprocess a source file -src/audio/dummy/SDL_dummyaudio.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.i -.PHONY : src/audio/dummy/SDL_dummyaudio.c.i - -src/audio/dummy/SDL_dummyaudio.s: src/audio/dummy/SDL_dummyaudio.c.s -.PHONY : src/audio/dummy/SDL_dummyaudio.s - -# target to generate assembly for a file -src/audio/dummy/SDL_dummyaudio.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/dummy/SDL_dummyaudio.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/dummy/SDL_dummyaudio.c.s -.PHONY : src/audio/dummy/SDL_dummyaudio.c.s - -src/audio/jack/SDL_jackaudio.o: src/audio/jack/SDL_jackaudio.c.o -.PHONY : src/audio/jack/SDL_jackaudio.o - -# target to build an object file -src/audio/jack/SDL_jackaudio.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.o -.PHONY : src/audio/jack/SDL_jackaudio.c.o - -src/audio/jack/SDL_jackaudio.i: src/audio/jack/SDL_jackaudio.c.i -.PHONY : src/audio/jack/SDL_jackaudio.i - -# target to preprocess a source file -src/audio/jack/SDL_jackaudio.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.i -.PHONY : src/audio/jack/SDL_jackaudio.c.i - -src/audio/jack/SDL_jackaudio.s: src/audio/jack/SDL_jackaudio.c.s -.PHONY : src/audio/jack/SDL_jackaudio.s - -# target to generate assembly for a file -src/audio/jack/SDL_jackaudio.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/jack/SDL_jackaudio.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/jack/SDL_jackaudio.c.s -.PHONY : src/audio/jack/SDL_jackaudio.c.s - -src/audio/pipewire/SDL_pipewire.o: src/audio/pipewire/SDL_pipewire.c.o -.PHONY : src/audio/pipewire/SDL_pipewire.o - -# target to build an object file -src/audio/pipewire/SDL_pipewire.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.o -.PHONY : src/audio/pipewire/SDL_pipewire.c.o - -src/audio/pipewire/SDL_pipewire.i: src/audio/pipewire/SDL_pipewire.c.i -.PHONY : src/audio/pipewire/SDL_pipewire.i - -# target to preprocess a source file -src/audio/pipewire/SDL_pipewire.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.i -.PHONY : src/audio/pipewire/SDL_pipewire.c.i - -src/audio/pipewire/SDL_pipewire.s: src/audio/pipewire/SDL_pipewire.c.s -.PHONY : src/audio/pipewire/SDL_pipewire.s - -# target to generate assembly for a file -src/audio/pipewire/SDL_pipewire.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pipewire/SDL_pipewire.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pipewire/SDL_pipewire.c.s -.PHONY : src/audio/pipewire/SDL_pipewire.c.s - -src/audio/pulseaudio/SDL_pulseaudio.o: src/audio/pulseaudio/SDL_pulseaudio.c.o -.PHONY : src/audio/pulseaudio/SDL_pulseaudio.o - -# target to build an object file -src/audio/pulseaudio/SDL_pulseaudio.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.o -.PHONY : src/audio/pulseaudio/SDL_pulseaudio.c.o - -src/audio/pulseaudio/SDL_pulseaudio.i: src/audio/pulseaudio/SDL_pulseaudio.c.i -.PHONY : src/audio/pulseaudio/SDL_pulseaudio.i - -# target to preprocess a source file -src/audio/pulseaudio/SDL_pulseaudio.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.i -.PHONY : src/audio/pulseaudio/SDL_pulseaudio.c.i - -src/audio/pulseaudio/SDL_pulseaudio.s: src/audio/pulseaudio/SDL_pulseaudio.c.s -.PHONY : src/audio/pulseaudio/SDL_pulseaudio.s - -# target to generate assembly for a file -src/audio/pulseaudio/SDL_pulseaudio.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/audio/pulseaudio/SDL_pulseaudio.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/audio/pulseaudio/SDL_pulseaudio.c.s -.PHONY : src/audio/pulseaudio/SDL_pulseaudio.c.s - -src/camera/SDL_camera.o: src/camera/SDL_camera.c.o -.PHONY : src/camera/SDL_camera.o - -# target to build an object file -src/camera/SDL_camera.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.o -.PHONY : src/camera/SDL_camera.c.o - -src/camera/SDL_camera.i: src/camera/SDL_camera.c.i -.PHONY : src/camera/SDL_camera.i - -# target to preprocess a source file -src/camera/SDL_camera.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.i -.PHONY : src/camera/SDL_camera.c.i - -src/camera/SDL_camera.s: src/camera/SDL_camera.c.s -.PHONY : src/camera/SDL_camera.s - -# target to generate assembly for a file -src/camera/SDL_camera.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/SDL_camera.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/SDL_camera.c.s -.PHONY : src/camera/SDL_camera.c.s - -src/camera/dummy/SDL_camera_dummy.o: src/camera/dummy/SDL_camera_dummy.c.o -.PHONY : src/camera/dummy/SDL_camera_dummy.o - -# target to build an object file -src/camera/dummy/SDL_camera_dummy.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.o -.PHONY : src/camera/dummy/SDL_camera_dummy.c.o - -src/camera/dummy/SDL_camera_dummy.i: src/camera/dummy/SDL_camera_dummy.c.i -.PHONY : src/camera/dummy/SDL_camera_dummy.i - -# target to preprocess a source file -src/camera/dummy/SDL_camera_dummy.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.i -.PHONY : src/camera/dummy/SDL_camera_dummy.c.i - -src/camera/dummy/SDL_camera_dummy.s: src/camera/dummy/SDL_camera_dummy.c.s -.PHONY : src/camera/dummy/SDL_camera_dummy.s - -# target to generate assembly for a file -src/camera/dummy/SDL_camera_dummy.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/dummy/SDL_camera_dummy.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/dummy/SDL_camera_dummy.c.s -.PHONY : src/camera/dummy/SDL_camera_dummy.c.s - -src/camera/pipewire/SDL_camera_pipewire.o: src/camera/pipewire/SDL_camera_pipewire.c.o -.PHONY : src/camera/pipewire/SDL_camera_pipewire.o - -# target to build an object file -src/camera/pipewire/SDL_camera_pipewire.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.o -.PHONY : src/camera/pipewire/SDL_camera_pipewire.c.o - -src/camera/pipewire/SDL_camera_pipewire.i: src/camera/pipewire/SDL_camera_pipewire.c.i -.PHONY : src/camera/pipewire/SDL_camera_pipewire.i - -# target to preprocess a source file -src/camera/pipewire/SDL_camera_pipewire.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.i -.PHONY : src/camera/pipewire/SDL_camera_pipewire.c.i - -src/camera/pipewire/SDL_camera_pipewire.s: src/camera/pipewire/SDL_camera_pipewire.c.s -.PHONY : src/camera/pipewire/SDL_camera_pipewire.s - -# target to generate assembly for a file -src/camera/pipewire/SDL_camera_pipewire.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/pipewire/SDL_camera_pipewire.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/pipewire/SDL_camera_pipewire.c.s -.PHONY : src/camera/pipewire/SDL_camera_pipewire.c.s - -src/camera/v4l2/SDL_camera_v4l2.o: src/camera/v4l2/SDL_camera_v4l2.c.o -.PHONY : src/camera/v4l2/SDL_camera_v4l2.o - -# target to build an object file -src/camera/v4l2/SDL_camera_v4l2.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.o -.PHONY : src/camera/v4l2/SDL_camera_v4l2.c.o - -src/camera/v4l2/SDL_camera_v4l2.i: src/camera/v4l2/SDL_camera_v4l2.c.i -.PHONY : src/camera/v4l2/SDL_camera_v4l2.i - -# target to preprocess a source file -src/camera/v4l2/SDL_camera_v4l2.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.i -.PHONY : src/camera/v4l2/SDL_camera_v4l2.c.i - -src/camera/v4l2/SDL_camera_v4l2.s: src/camera/v4l2/SDL_camera_v4l2.c.s -.PHONY : src/camera/v4l2/SDL_camera_v4l2.s - -# target to generate assembly for a file -src/camera/v4l2/SDL_camera_v4l2.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/camera/v4l2/SDL_camera_v4l2.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/camera/v4l2/SDL_camera_v4l2.c.s -.PHONY : src/camera/v4l2/SDL_camera_v4l2.c.s - -src/core/SDL_core_unsupported.o: src/core/SDL_core_unsupported.c.o -.PHONY : src/core/SDL_core_unsupported.o - -# target to build an object file -src/core/SDL_core_unsupported.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.o -.PHONY : src/core/SDL_core_unsupported.c.o - -src/core/SDL_core_unsupported.i: src/core/SDL_core_unsupported.c.i -.PHONY : src/core/SDL_core_unsupported.i - -# target to preprocess a source file -src/core/SDL_core_unsupported.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.i -.PHONY : src/core/SDL_core_unsupported.c.i - -src/core/SDL_core_unsupported.s: src/core/SDL_core_unsupported.c.s -.PHONY : src/core/SDL_core_unsupported.s - -# target to generate assembly for a file -src/core/SDL_core_unsupported.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/SDL_core_unsupported.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/SDL_core_unsupported.c.s -.PHONY : src/core/SDL_core_unsupported.c.s - -src/core/linux/SDL_dbus.o: src/core/linux/SDL_dbus.c.o -.PHONY : src/core/linux/SDL_dbus.o - -# target to build an object file -src/core/linux/SDL_dbus.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.o -.PHONY : src/core/linux/SDL_dbus.c.o - -src/core/linux/SDL_dbus.i: src/core/linux/SDL_dbus.c.i -.PHONY : src/core/linux/SDL_dbus.i - -# target to preprocess a source file -src/core/linux/SDL_dbus.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.i -.PHONY : src/core/linux/SDL_dbus.c.i - -src/core/linux/SDL_dbus.s: src/core/linux/SDL_dbus.c.s -.PHONY : src/core/linux/SDL_dbus.s - -# target to generate assembly for a file -src/core/linux/SDL_dbus.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_dbus.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_dbus.c.s -.PHONY : src/core/linux/SDL_dbus.c.s - -src/core/linux/SDL_evdev.o: src/core/linux/SDL_evdev.c.o -.PHONY : src/core/linux/SDL_evdev.o - -# target to build an object file -src/core/linux/SDL_evdev.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.o -.PHONY : src/core/linux/SDL_evdev.c.o - -src/core/linux/SDL_evdev.i: src/core/linux/SDL_evdev.c.i -.PHONY : src/core/linux/SDL_evdev.i - -# target to preprocess a source file -src/core/linux/SDL_evdev.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.i -.PHONY : src/core/linux/SDL_evdev.c.i - -src/core/linux/SDL_evdev.s: src/core/linux/SDL_evdev.c.s -.PHONY : src/core/linux/SDL_evdev.s - -# target to generate assembly for a file -src/core/linux/SDL_evdev.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev.c.s -.PHONY : src/core/linux/SDL_evdev.c.s - -src/core/linux/SDL_evdev_capabilities.o: src/core/linux/SDL_evdev_capabilities.c.o -.PHONY : src/core/linux/SDL_evdev_capabilities.o - -# target to build an object file -src/core/linux/SDL_evdev_capabilities.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.o -.PHONY : src/core/linux/SDL_evdev_capabilities.c.o - -src/core/linux/SDL_evdev_capabilities.i: src/core/linux/SDL_evdev_capabilities.c.i -.PHONY : src/core/linux/SDL_evdev_capabilities.i - -# target to preprocess a source file -src/core/linux/SDL_evdev_capabilities.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.i -.PHONY : src/core/linux/SDL_evdev_capabilities.c.i - -src/core/linux/SDL_evdev_capabilities.s: src/core/linux/SDL_evdev_capabilities.c.s -.PHONY : src/core/linux/SDL_evdev_capabilities.s - -# target to generate assembly for a file -src/core/linux/SDL_evdev_capabilities.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_capabilities.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_capabilities.c.s -.PHONY : src/core/linux/SDL_evdev_capabilities.c.s - -src/core/linux/SDL_evdev_kbd.o: src/core/linux/SDL_evdev_kbd.c.o -.PHONY : src/core/linux/SDL_evdev_kbd.o - -# target to build an object file -src/core/linux/SDL_evdev_kbd.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.o -.PHONY : src/core/linux/SDL_evdev_kbd.c.o - -src/core/linux/SDL_evdev_kbd.i: src/core/linux/SDL_evdev_kbd.c.i -.PHONY : src/core/linux/SDL_evdev_kbd.i - -# target to preprocess a source file -src/core/linux/SDL_evdev_kbd.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.i -.PHONY : src/core/linux/SDL_evdev_kbd.c.i - -src/core/linux/SDL_evdev_kbd.s: src/core/linux/SDL_evdev_kbd.c.s -.PHONY : src/core/linux/SDL_evdev_kbd.s - -# target to generate assembly for a file -src/core/linux/SDL_evdev_kbd.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_evdev_kbd.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_evdev_kbd.c.s -.PHONY : src/core/linux/SDL_evdev_kbd.c.s - -src/core/linux/SDL_fcitx.o: src/core/linux/SDL_fcitx.c.o -.PHONY : src/core/linux/SDL_fcitx.o - -# target to build an object file -src/core/linux/SDL_fcitx.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.o -.PHONY : src/core/linux/SDL_fcitx.c.o - -src/core/linux/SDL_fcitx.i: src/core/linux/SDL_fcitx.c.i -.PHONY : src/core/linux/SDL_fcitx.i - -# target to preprocess a source file -src/core/linux/SDL_fcitx.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.i -.PHONY : src/core/linux/SDL_fcitx.c.i - -src/core/linux/SDL_fcitx.s: src/core/linux/SDL_fcitx.c.s -.PHONY : src/core/linux/SDL_fcitx.s - -# target to generate assembly for a file -src/core/linux/SDL_fcitx.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_fcitx.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_fcitx.c.s -.PHONY : src/core/linux/SDL_fcitx.c.s - -src/core/linux/SDL_ime.o: src/core/linux/SDL_ime.c.o -.PHONY : src/core/linux/SDL_ime.o - -# target to build an object file -src/core/linux/SDL_ime.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.o -.PHONY : src/core/linux/SDL_ime.c.o - -src/core/linux/SDL_ime.i: src/core/linux/SDL_ime.c.i -.PHONY : src/core/linux/SDL_ime.i - -# target to preprocess a source file -src/core/linux/SDL_ime.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.i -.PHONY : src/core/linux/SDL_ime.c.i - -src/core/linux/SDL_ime.s: src/core/linux/SDL_ime.c.s -.PHONY : src/core/linux/SDL_ime.s - -# target to generate assembly for a file -src/core/linux/SDL_ime.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_ime.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_ime.c.s -.PHONY : src/core/linux/SDL_ime.c.s - -src/core/linux/SDL_progressbar.o: src/core/linux/SDL_progressbar.c.o -.PHONY : src/core/linux/SDL_progressbar.o - -# target to build an object file -src/core/linux/SDL_progressbar.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.o -.PHONY : src/core/linux/SDL_progressbar.c.o - -src/core/linux/SDL_progressbar.i: src/core/linux/SDL_progressbar.c.i -.PHONY : src/core/linux/SDL_progressbar.i - -# target to preprocess a source file -src/core/linux/SDL_progressbar.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.i -.PHONY : src/core/linux/SDL_progressbar.c.i - -src/core/linux/SDL_progressbar.s: src/core/linux/SDL_progressbar.c.s -.PHONY : src/core/linux/SDL_progressbar.s - -# target to generate assembly for a file -src/core/linux/SDL_progressbar.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_progressbar.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_progressbar.c.s -.PHONY : src/core/linux/SDL_progressbar.c.s - -src/core/linux/SDL_system_theme.o: src/core/linux/SDL_system_theme.c.o -.PHONY : src/core/linux/SDL_system_theme.o - -# target to build an object file -src/core/linux/SDL_system_theme.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.o -.PHONY : src/core/linux/SDL_system_theme.c.o - -src/core/linux/SDL_system_theme.i: src/core/linux/SDL_system_theme.c.i -.PHONY : src/core/linux/SDL_system_theme.i - -# target to preprocess a source file -src/core/linux/SDL_system_theme.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.i -.PHONY : src/core/linux/SDL_system_theme.c.i - -src/core/linux/SDL_system_theme.s: src/core/linux/SDL_system_theme.c.s -.PHONY : src/core/linux/SDL_system_theme.s - -# target to generate assembly for a file -src/core/linux/SDL_system_theme.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_system_theme.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_system_theme.c.s -.PHONY : src/core/linux/SDL_system_theme.c.s - -src/core/linux/SDL_threadprio.o: src/core/linux/SDL_threadprio.c.o -.PHONY : src/core/linux/SDL_threadprio.o - -# target to build an object file -src/core/linux/SDL_threadprio.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.o -.PHONY : src/core/linux/SDL_threadprio.c.o - -src/core/linux/SDL_threadprio.i: src/core/linux/SDL_threadprio.c.i -.PHONY : src/core/linux/SDL_threadprio.i - -# target to preprocess a source file -src/core/linux/SDL_threadprio.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.i -.PHONY : src/core/linux/SDL_threadprio.c.i - -src/core/linux/SDL_threadprio.s: src/core/linux/SDL_threadprio.c.s -.PHONY : src/core/linux/SDL_threadprio.s - -# target to generate assembly for a file -src/core/linux/SDL_threadprio.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_threadprio.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_threadprio.c.s -.PHONY : src/core/linux/SDL_threadprio.c.s - -src/core/linux/SDL_udev.o: src/core/linux/SDL_udev.c.o -.PHONY : src/core/linux/SDL_udev.o - -# target to build an object file -src/core/linux/SDL_udev.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.o -.PHONY : src/core/linux/SDL_udev.c.o - -src/core/linux/SDL_udev.i: src/core/linux/SDL_udev.c.i -.PHONY : src/core/linux/SDL_udev.i - -# target to preprocess a source file -src/core/linux/SDL_udev.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.i -.PHONY : src/core/linux/SDL_udev.c.i - -src/core/linux/SDL_udev.s: src/core/linux/SDL_udev.c.s -.PHONY : src/core/linux/SDL_udev.s - -# target to generate assembly for a file -src/core/linux/SDL_udev.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/linux/SDL_udev.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/linux/SDL_udev.c.s -.PHONY : src/core/linux/SDL_udev.c.s - -src/core/unix/SDL_appid.o: src/core/unix/SDL_appid.c.o -.PHONY : src/core/unix/SDL_appid.o - -# target to build an object file -src/core/unix/SDL_appid.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.o -.PHONY : src/core/unix/SDL_appid.c.o - -src/core/unix/SDL_appid.i: src/core/unix/SDL_appid.c.i -.PHONY : src/core/unix/SDL_appid.i - -# target to preprocess a source file -src/core/unix/SDL_appid.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.i -.PHONY : src/core/unix/SDL_appid.c.i - -src/core/unix/SDL_appid.s: src/core/unix/SDL_appid.c.s -.PHONY : src/core/unix/SDL_appid.s - -# target to generate assembly for a file -src/core/unix/SDL_appid.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_appid.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_appid.c.s -.PHONY : src/core/unix/SDL_appid.c.s - -src/core/unix/SDL_poll.o: src/core/unix/SDL_poll.c.o -.PHONY : src/core/unix/SDL_poll.o - -# target to build an object file -src/core/unix/SDL_poll.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.o -.PHONY : src/core/unix/SDL_poll.c.o - -src/core/unix/SDL_poll.i: src/core/unix/SDL_poll.c.i -.PHONY : src/core/unix/SDL_poll.i - -# target to preprocess a source file -src/core/unix/SDL_poll.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.i -.PHONY : src/core/unix/SDL_poll.c.i - -src/core/unix/SDL_poll.s: src/core/unix/SDL_poll.c.s -.PHONY : src/core/unix/SDL_poll.s - -# target to generate assembly for a file -src/core/unix/SDL_poll.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/core/unix/SDL_poll.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/core/unix/SDL_poll.c.s -.PHONY : src/core/unix/SDL_poll.c.s - -src/cpuinfo/SDL_cpuinfo.o: src/cpuinfo/SDL_cpuinfo.c.o -.PHONY : src/cpuinfo/SDL_cpuinfo.o - -# target to build an object file -src/cpuinfo/SDL_cpuinfo.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.o -.PHONY : src/cpuinfo/SDL_cpuinfo.c.o - -src/cpuinfo/SDL_cpuinfo.i: src/cpuinfo/SDL_cpuinfo.c.i -.PHONY : src/cpuinfo/SDL_cpuinfo.i - -# target to preprocess a source file -src/cpuinfo/SDL_cpuinfo.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.i -.PHONY : src/cpuinfo/SDL_cpuinfo.c.i - -src/cpuinfo/SDL_cpuinfo.s: src/cpuinfo/SDL_cpuinfo.c.s -.PHONY : src/cpuinfo/SDL_cpuinfo.s - -# target to generate assembly for a file -src/cpuinfo/SDL_cpuinfo.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/cpuinfo/SDL_cpuinfo.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/cpuinfo/SDL_cpuinfo.c.s -.PHONY : src/cpuinfo/SDL_cpuinfo.c.s - -src/dialog/SDL_dialog.o: src/dialog/SDL_dialog.c.o -.PHONY : src/dialog/SDL_dialog.o - -# target to build an object file -src/dialog/SDL_dialog.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.o -.PHONY : src/dialog/SDL_dialog.c.o - -src/dialog/SDL_dialog.i: src/dialog/SDL_dialog.c.i -.PHONY : src/dialog/SDL_dialog.i - -# target to preprocess a source file -src/dialog/SDL_dialog.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.i -.PHONY : src/dialog/SDL_dialog.c.i - -src/dialog/SDL_dialog.s: src/dialog/SDL_dialog.c.s -.PHONY : src/dialog/SDL_dialog.s - -# target to generate assembly for a file -src/dialog/SDL_dialog.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog.c.s -.PHONY : src/dialog/SDL_dialog.c.s - -src/dialog/SDL_dialog_utils.o: src/dialog/SDL_dialog_utils.c.o -.PHONY : src/dialog/SDL_dialog_utils.o - -# target to build an object file -src/dialog/SDL_dialog_utils.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.o -.PHONY : src/dialog/SDL_dialog_utils.c.o - -src/dialog/SDL_dialog_utils.i: src/dialog/SDL_dialog_utils.c.i -.PHONY : src/dialog/SDL_dialog_utils.i - -# target to preprocess a source file -src/dialog/SDL_dialog_utils.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.i -.PHONY : src/dialog/SDL_dialog_utils.c.i - -src/dialog/SDL_dialog_utils.s: src/dialog/SDL_dialog_utils.c.s -.PHONY : src/dialog/SDL_dialog_utils.s - -# target to generate assembly for a file -src/dialog/SDL_dialog_utils.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/SDL_dialog_utils.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/SDL_dialog_utils.c.s -.PHONY : src/dialog/SDL_dialog_utils.c.s - -src/dialog/unix/SDL_portaldialog.o: src/dialog/unix/SDL_portaldialog.c.o -.PHONY : src/dialog/unix/SDL_portaldialog.o - -# target to build an object file -src/dialog/unix/SDL_portaldialog.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.o -.PHONY : src/dialog/unix/SDL_portaldialog.c.o - -src/dialog/unix/SDL_portaldialog.i: src/dialog/unix/SDL_portaldialog.c.i -.PHONY : src/dialog/unix/SDL_portaldialog.i - -# target to preprocess a source file -src/dialog/unix/SDL_portaldialog.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.i -.PHONY : src/dialog/unix/SDL_portaldialog.c.i - -src/dialog/unix/SDL_portaldialog.s: src/dialog/unix/SDL_portaldialog.c.s -.PHONY : src/dialog/unix/SDL_portaldialog.s - -# target to generate assembly for a file -src/dialog/unix/SDL_portaldialog.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_portaldialog.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_portaldialog.c.s -.PHONY : src/dialog/unix/SDL_portaldialog.c.s - -src/dialog/unix/SDL_unixdialog.o: src/dialog/unix/SDL_unixdialog.c.o -.PHONY : src/dialog/unix/SDL_unixdialog.o - -# target to build an object file -src/dialog/unix/SDL_unixdialog.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.o -.PHONY : src/dialog/unix/SDL_unixdialog.c.o - -src/dialog/unix/SDL_unixdialog.i: src/dialog/unix/SDL_unixdialog.c.i -.PHONY : src/dialog/unix/SDL_unixdialog.i - -# target to preprocess a source file -src/dialog/unix/SDL_unixdialog.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.i -.PHONY : src/dialog/unix/SDL_unixdialog.c.i - -src/dialog/unix/SDL_unixdialog.s: src/dialog/unix/SDL_unixdialog.c.s -.PHONY : src/dialog/unix/SDL_unixdialog.s - -# target to generate assembly for a file -src/dialog/unix/SDL_unixdialog.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_unixdialog.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_unixdialog.c.s -.PHONY : src/dialog/unix/SDL_unixdialog.c.s - -src/dialog/unix/SDL_zenitydialog.o: src/dialog/unix/SDL_zenitydialog.c.o -.PHONY : src/dialog/unix/SDL_zenitydialog.o - -# target to build an object file -src/dialog/unix/SDL_zenitydialog.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.o -.PHONY : src/dialog/unix/SDL_zenitydialog.c.o - -src/dialog/unix/SDL_zenitydialog.i: src/dialog/unix/SDL_zenitydialog.c.i -.PHONY : src/dialog/unix/SDL_zenitydialog.i - -# target to preprocess a source file -src/dialog/unix/SDL_zenitydialog.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.i -.PHONY : src/dialog/unix/SDL_zenitydialog.c.i - -src/dialog/unix/SDL_zenitydialog.s: src/dialog/unix/SDL_zenitydialog.c.s -.PHONY : src/dialog/unix/SDL_zenitydialog.s - -# target to generate assembly for a file -src/dialog/unix/SDL_zenitydialog.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dialog/unix/SDL_zenitydialog.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dialog/unix/SDL_zenitydialog.c.s -.PHONY : src/dialog/unix/SDL_zenitydialog.c.s - -src/dynapi/SDL_dynapi.o: src/dynapi/SDL_dynapi.c.o -.PHONY : src/dynapi/SDL_dynapi.o - -# target to build an object file -src/dynapi/SDL_dynapi.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.o -.PHONY : src/dynapi/SDL_dynapi.c.o - -src/dynapi/SDL_dynapi.i: src/dynapi/SDL_dynapi.c.i -.PHONY : src/dynapi/SDL_dynapi.i - -# target to preprocess a source file -src/dynapi/SDL_dynapi.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.i -.PHONY : src/dynapi/SDL_dynapi.c.i - -src/dynapi/SDL_dynapi.s: src/dynapi/SDL_dynapi.c.s -.PHONY : src/dynapi/SDL_dynapi.s - -# target to generate assembly for a file -src/dynapi/SDL_dynapi.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/dynapi/SDL_dynapi.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/dynapi/SDL_dynapi.c.s -.PHONY : src/dynapi/SDL_dynapi.c.s - -src/events/SDL_categories.o: src/events/SDL_categories.c.o -.PHONY : src/events/SDL_categories.o - -# target to build an object file -src/events/SDL_categories.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.o -.PHONY : src/events/SDL_categories.c.o - -src/events/SDL_categories.i: src/events/SDL_categories.c.i -.PHONY : src/events/SDL_categories.i - -# target to preprocess a source file -src/events/SDL_categories.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.i -.PHONY : src/events/SDL_categories.c.i - -src/events/SDL_categories.s: src/events/SDL_categories.c.s -.PHONY : src/events/SDL_categories.s - -# target to generate assembly for a file -src/events/SDL_categories.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_categories.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_categories.c.s -.PHONY : src/events/SDL_categories.c.s - -src/events/SDL_clipboardevents.o: src/events/SDL_clipboardevents.c.o -.PHONY : src/events/SDL_clipboardevents.o - -# target to build an object file -src/events/SDL_clipboardevents.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.o -.PHONY : src/events/SDL_clipboardevents.c.o - -src/events/SDL_clipboardevents.i: src/events/SDL_clipboardevents.c.i -.PHONY : src/events/SDL_clipboardevents.i - -# target to preprocess a source file -src/events/SDL_clipboardevents.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.i -.PHONY : src/events/SDL_clipboardevents.c.i - -src/events/SDL_clipboardevents.s: src/events/SDL_clipboardevents.c.s -.PHONY : src/events/SDL_clipboardevents.s - -# target to generate assembly for a file -src/events/SDL_clipboardevents.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_clipboardevents.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_clipboardevents.c.s -.PHONY : src/events/SDL_clipboardevents.c.s - -src/events/SDL_displayevents.o: src/events/SDL_displayevents.c.o -.PHONY : src/events/SDL_displayevents.o - -# target to build an object file -src/events/SDL_displayevents.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.o -.PHONY : src/events/SDL_displayevents.c.o - -src/events/SDL_displayevents.i: src/events/SDL_displayevents.c.i -.PHONY : src/events/SDL_displayevents.i - -# target to preprocess a source file -src/events/SDL_displayevents.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.i -.PHONY : src/events/SDL_displayevents.c.i - -src/events/SDL_displayevents.s: src/events/SDL_displayevents.c.s -.PHONY : src/events/SDL_displayevents.s - -# target to generate assembly for a file -src/events/SDL_displayevents.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_displayevents.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_displayevents.c.s -.PHONY : src/events/SDL_displayevents.c.s - -src/events/SDL_dropevents.o: src/events/SDL_dropevents.c.o -.PHONY : src/events/SDL_dropevents.o - -# target to build an object file -src/events/SDL_dropevents.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.o -.PHONY : src/events/SDL_dropevents.c.o - -src/events/SDL_dropevents.i: src/events/SDL_dropevents.c.i -.PHONY : src/events/SDL_dropevents.i - -# target to preprocess a source file -src/events/SDL_dropevents.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.i -.PHONY : src/events/SDL_dropevents.c.i - -src/events/SDL_dropevents.s: src/events/SDL_dropevents.c.s -.PHONY : src/events/SDL_dropevents.s - -# target to generate assembly for a file -src/events/SDL_dropevents.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_dropevents.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_dropevents.c.s -.PHONY : src/events/SDL_dropevents.c.s - -src/events/SDL_events.o: src/events/SDL_events.c.o -.PHONY : src/events/SDL_events.o - -# target to build an object file -src/events/SDL_events.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.o -.PHONY : src/events/SDL_events.c.o - -src/events/SDL_events.i: src/events/SDL_events.c.i -.PHONY : src/events/SDL_events.i - -# target to preprocess a source file -src/events/SDL_events.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.i -.PHONY : src/events/SDL_events.c.i - -src/events/SDL_events.s: src/events/SDL_events.c.s -.PHONY : src/events/SDL_events.s - -# target to generate assembly for a file -src/events/SDL_events.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_events.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_events.c.s -.PHONY : src/events/SDL_events.c.s - -src/events/SDL_eventwatch.o: src/events/SDL_eventwatch.c.o -.PHONY : src/events/SDL_eventwatch.o - -# target to build an object file -src/events/SDL_eventwatch.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.o -.PHONY : src/events/SDL_eventwatch.c.o - -src/events/SDL_eventwatch.i: src/events/SDL_eventwatch.c.i -.PHONY : src/events/SDL_eventwatch.i - -# target to preprocess a source file -src/events/SDL_eventwatch.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.i -.PHONY : src/events/SDL_eventwatch.c.i - -src/events/SDL_eventwatch.s: src/events/SDL_eventwatch.c.s -.PHONY : src/events/SDL_eventwatch.s - -# target to generate assembly for a file -src/events/SDL_eventwatch.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_eventwatch.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_eventwatch.c.s -.PHONY : src/events/SDL_eventwatch.c.s - -src/events/SDL_keyboard.o: src/events/SDL_keyboard.c.o -.PHONY : src/events/SDL_keyboard.o - -# target to build an object file -src/events/SDL_keyboard.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.o -.PHONY : src/events/SDL_keyboard.c.o - -src/events/SDL_keyboard.i: src/events/SDL_keyboard.c.i -.PHONY : src/events/SDL_keyboard.i - -# target to preprocess a source file -src/events/SDL_keyboard.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.i -.PHONY : src/events/SDL_keyboard.c.i - -src/events/SDL_keyboard.s: src/events/SDL_keyboard.c.s -.PHONY : src/events/SDL_keyboard.s - -# target to generate assembly for a file -src/events/SDL_keyboard.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keyboard.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keyboard.c.s -.PHONY : src/events/SDL_keyboard.c.s - -src/events/SDL_keymap.o: src/events/SDL_keymap.c.o -.PHONY : src/events/SDL_keymap.o - -# target to build an object file -src/events/SDL_keymap.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.o -.PHONY : src/events/SDL_keymap.c.o - -src/events/SDL_keymap.i: src/events/SDL_keymap.c.i -.PHONY : src/events/SDL_keymap.i - -# target to preprocess a source file -src/events/SDL_keymap.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.i -.PHONY : src/events/SDL_keymap.c.i - -src/events/SDL_keymap.s: src/events/SDL_keymap.c.s -.PHONY : src/events/SDL_keymap.s - -# target to generate assembly for a file -src/events/SDL_keymap.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keymap.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keymap.c.s -.PHONY : src/events/SDL_keymap.c.s - -src/events/SDL_keysym_to_keycode.o: src/events/SDL_keysym_to_keycode.c.o -.PHONY : src/events/SDL_keysym_to_keycode.o - -# target to build an object file -src/events/SDL_keysym_to_keycode.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.o -.PHONY : src/events/SDL_keysym_to_keycode.c.o - -src/events/SDL_keysym_to_keycode.i: src/events/SDL_keysym_to_keycode.c.i -.PHONY : src/events/SDL_keysym_to_keycode.i - -# target to preprocess a source file -src/events/SDL_keysym_to_keycode.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.i -.PHONY : src/events/SDL_keysym_to_keycode.c.i - -src/events/SDL_keysym_to_keycode.s: src/events/SDL_keysym_to_keycode.c.s -.PHONY : src/events/SDL_keysym_to_keycode.s - -# target to generate assembly for a file -src/events/SDL_keysym_to_keycode.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_keycode.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_keycode.c.s -.PHONY : src/events/SDL_keysym_to_keycode.c.s - -src/events/SDL_keysym_to_scancode.o: src/events/SDL_keysym_to_scancode.c.o -.PHONY : src/events/SDL_keysym_to_scancode.o - -# target to build an object file -src/events/SDL_keysym_to_scancode.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.o -.PHONY : src/events/SDL_keysym_to_scancode.c.o - -src/events/SDL_keysym_to_scancode.i: src/events/SDL_keysym_to_scancode.c.i -.PHONY : src/events/SDL_keysym_to_scancode.i - -# target to preprocess a source file -src/events/SDL_keysym_to_scancode.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.i -.PHONY : src/events/SDL_keysym_to_scancode.c.i - -src/events/SDL_keysym_to_scancode.s: src/events/SDL_keysym_to_scancode.c.s -.PHONY : src/events/SDL_keysym_to_scancode.s - -# target to generate assembly for a file -src/events/SDL_keysym_to_scancode.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_keysym_to_scancode.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_keysym_to_scancode.c.s -.PHONY : src/events/SDL_keysym_to_scancode.c.s - -src/events/SDL_mouse.o: src/events/SDL_mouse.c.o -.PHONY : src/events/SDL_mouse.o - -# target to build an object file -src/events/SDL_mouse.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.o -.PHONY : src/events/SDL_mouse.c.o - -src/events/SDL_mouse.i: src/events/SDL_mouse.c.i -.PHONY : src/events/SDL_mouse.i - -# target to preprocess a source file -src/events/SDL_mouse.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.i -.PHONY : src/events/SDL_mouse.c.i - -src/events/SDL_mouse.s: src/events/SDL_mouse.c.s -.PHONY : src/events/SDL_mouse.s - -# target to generate assembly for a file -src/events/SDL_mouse.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_mouse.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_mouse.c.s -.PHONY : src/events/SDL_mouse.c.s - -src/events/SDL_pen.o: src/events/SDL_pen.c.o -.PHONY : src/events/SDL_pen.o - -# target to build an object file -src/events/SDL_pen.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.o -.PHONY : src/events/SDL_pen.c.o - -src/events/SDL_pen.i: src/events/SDL_pen.c.i -.PHONY : src/events/SDL_pen.i - -# target to preprocess a source file -src/events/SDL_pen.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.i -.PHONY : src/events/SDL_pen.c.i - -src/events/SDL_pen.s: src/events/SDL_pen.c.s -.PHONY : src/events/SDL_pen.s - -# target to generate assembly for a file -src/events/SDL_pen.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_pen.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_pen.c.s -.PHONY : src/events/SDL_pen.c.s - -src/events/SDL_quit.o: src/events/SDL_quit.c.o -.PHONY : src/events/SDL_quit.o - -# target to build an object file -src/events/SDL_quit.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.o -.PHONY : src/events/SDL_quit.c.o - -src/events/SDL_quit.i: src/events/SDL_quit.c.i -.PHONY : src/events/SDL_quit.i - -# target to preprocess a source file -src/events/SDL_quit.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.i -.PHONY : src/events/SDL_quit.c.i - -src/events/SDL_quit.s: src/events/SDL_quit.c.s -.PHONY : src/events/SDL_quit.s - -# target to generate assembly for a file -src/events/SDL_quit.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_quit.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_quit.c.s -.PHONY : src/events/SDL_quit.c.s - -src/events/SDL_scancode_tables.o: src/events/SDL_scancode_tables.c.o -.PHONY : src/events/SDL_scancode_tables.o - -# target to build an object file -src/events/SDL_scancode_tables.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.o -.PHONY : src/events/SDL_scancode_tables.c.o - -src/events/SDL_scancode_tables.i: src/events/SDL_scancode_tables.c.i -.PHONY : src/events/SDL_scancode_tables.i - -# target to preprocess a source file -src/events/SDL_scancode_tables.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.i -.PHONY : src/events/SDL_scancode_tables.c.i - -src/events/SDL_scancode_tables.s: src/events/SDL_scancode_tables.c.s -.PHONY : src/events/SDL_scancode_tables.s - -# target to generate assembly for a file -src/events/SDL_scancode_tables.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_scancode_tables.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_scancode_tables.c.s -.PHONY : src/events/SDL_scancode_tables.c.s - -src/events/SDL_touch.o: src/events/SDL_touch.c.o -.PHONY : src/events/SDL_touch.o - -# target to build an object file -src/events/SDL_touch.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.o -.PHONY : src/events/SDL_touch.c.o - -src/events/SDL_touch.i: src/events/SDL_touch.c.i -.PHONY : src/events/SDL_touch.i - -# target to preprocess a source file -src/events/SDL_touch.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.i -.PHONY : src/events/SDL_touch.c.i - -src/events/SDL_touch.s: src/events/SDL_touch.c.s -.PHONY : src/events/SDL_touch.s - -# target to generate assembly for a file -src/events/SDL_touch.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_touch.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_touch.c.s -.PHONY : src/events/SDL_touch.c.s - -src/events/SDL_windowevents.o: src/events/SDL_windowevents.c.o -.PHONY : src/events/SDL_windowevents.o - -# target to build an object file -src/events/SDL_windowevents.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.o -.PHONY : src/events/SDL_windowevents.c.o - -src/events/SDL_windowevents.i: src/events/SDL_windowevents.c.i -.PHONY : src/events/SDL_windowevents.i - -# target to preprocess a source file -src/events/SDL_windowevents.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.i -.PHONY : src/events/SDL_windowevents.c.i - -src/events/SDL_windowevents.s: src/events/SDL_windowevents.c.s -.PHONY : src/events/SDL_windowevents.s - -# target to generate assembly for a file -src/events/SDL_windowevents.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/SDL_windowevents.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/SDL_windowevents.c.s -.PHONY : src/events/SDL_windowevents.c.s - -src/events/imKStoUCS.o: src/events/imKStoUCS.c.o -.PHONY : src/events/imKStoUCS.o - -# target to build an object file -src/events/imKStoUCS.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.o -.PHONY : src/events/imKStoUCS.c.o - -src/events/imKStoUCS.i: src/events/imKStoUCS.c.i -.PHONY : src/events/imKStoUCS.i - -# target to preprocess a source file -src/events/imKStoUCS.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.i -.PHONY : src/events/imKStoUCS.c.i - -src/events/imKStoUCS.s: src/events/imKStoUCS.c.s -.PHONY : src/events/imKStoUCS.s - -# target to generate assembly for a file -src/events/imKStoUCS.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/events/imKStoUCS.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/events/imKStoUCS.c.s -.PHONY : src/events/imKStoUCS.c.s - -src/filesystem/SDL_filesystem.o: src/filesystem/SDL_filesystem.c.o -.PHONY : src/filesystem/SDL_filesystem.o - -# target to build an object file -src/filesystem/SDL_filesystem.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.o -.PHONY : src/filesystem/SDL_filesystem.c.o - -src/filesystem/SDL_filesystem.i: src/filesystem/SDL_filesystem.c.i -.PHONY : src/filesystem/SDL_filesystem.i - -# target to preprocess a source file -src/filesystem/SDL_filesystem.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.i -.PHONY : src/filesystem/SDL_filesystem.c.i - -src/filesystem/SDL_filesystem.s: src/filesystem/SDL_filesystem.c.s -.PHONY : src/filesystem/SDL_filesystem.s - -# target to generate assembly for a file -src/filesystem/SDL_filesystem.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/SDL_filesystem.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/SDL_filesystem.c.s -.PHONY : src/filesystem/SDL_filesystem.c.s - -src/filesystem/posix/SDL_sysfsops.o: src/filesystem/posix/SDL_sysfsops.c.o -.PHONY : src/filesystem/posix/SDL_sysfsops.o - -# target to build an object file -src/filesystem/posix/SDL_sysfsops.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.o -.PHONY : src/filesystem/posix/SDL_sysfsops.c.o - -src/filesystem/posix/SDL_sysfsops.i: src/filesystem/posix/SDL_sysfsops.c.i -.PHONY : src/filesystem/posix/SDL_sysfsops.i - -# target to preprocess a source file -src/filesystem/posix/SDL_sysfsops.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.i -.PHONY : src/filesystem/posix/SDL_sysfsops.c.i - -src/filesystem/posix/SDL_sysfsops.s: src/filesystem/posix/SDL_sysfsops.c.s -.PHONY : src/filesystem/posix/SDL_sysfsops.s - -# target to generate assembly for a file -src/filesystem/posix/SDL_sysfsops.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/posix/SDL_sysfsops.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/posix/SDL_sysfsops.c.s -.PHONY : src/filesystem/posix/SDL_sysfsops.c.s - -src/filesystem/unix/SDL_sysfilesystem.o: src/filesystem/unix/SDL_sysfilesystem.c.o -.PHONY : src/filesystem/unix/SDL_sysfilesystem.o - -# target to build an object file -src/filesystem/unix/SDL_sysfilesystem.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.o -.PHONY : src/filesystem/unix/SDL_sysfilesystem.c.o - -src/filesystem/unix/SDL_sysfilesystem.i: src/filesystem/unix/SDL_sysfilesystem.c.i -.PHONY : src/filesystem/unix/SDL_sysfilesystem.i - -# target to preprocess a source file -src/filesystem/unix/SDL_sysfilesystem.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.i -.PHONY : src/filesystem/unix/SDL_sysfilesystem.c.i - -src/filesystem/unix/SDL_sysfilesystem.s: src/filesystem/unix/SDL_sysfilesystem.c.s -.PHONY : src/filesystem/unix/SDL_sysfilesystem.s - -# target to generate assembly for a file -src/filesystem/unix/SDL_sysfilesystem.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/filesystem/unix/SDL_sysfilesystem.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/filesystem/unix/SDL_sysfilesystem.c.s -.PHONY : src/filesystem/unix/SDL_sysfilesystem.c.s - -src/gpu/SDL_gpu.o: src/gpu/SDL_gpu.c.o -.PHONY : src/gpu/SDL_gpu.o - -# target to build an object file -src/gpu/SDL_gpu.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.o -.PHONY : src/gpu/SDL_gpu.c.o - -src/gpu/SDL_gpu.i: src/gpu/SDL_gpu.c.i -.PHONY : src/gpu/SDL_gpu.i - -# target to preprocess a source file -src/gpu/SDL_gpu.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.i -.PHONY : src/gpu/SDL_gpu.c.i - -src/gpu/SDL_gpu.s: src/gpu/SDL_gpu.c.s -.PHONY : src/gpu/SDL_gpu.s - -# target to generate assembly for a file -src/gpu/SDL_gpu.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/SDL_gpu.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/SDL_gpu.c.s -.PHONY : src/gpu/SDL_gpu.c.s - -src/gpu/vulkan/SDL_gpu_vulkan.o: src/gpu/vulkan/SDL_gpu_vulkan.c.o -.PHONY : src/gpu/vulkan/SDL_gpu_vulkan.o - -# target to build an object file -src/gpu/vulkan/SDL_gpu_vulkan.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.o -.PHONY : src/gpu/vulkan/SDL_gpu_vulkan.c.o - -src/gpu/vulkan/SDL_gpu_vulkan.i: src/gpu/vulkan/SDL_gpu_vulkan.c.i -.PHONY : src/gpu/vulkan/SDL_gpu_vulkan.i - -# target to preprocess a source file -src/gpu/vulkan/SDL_gpu_vulkan.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.i -.PHONY : src/gpu/vulkan/SDL_gpu_vulkan.c.i - -src/gpu/vulkan/SDL_gpu_vulkan.s: src/gpu/vulkan/SDL_gpu_vulkan.c.s -.PHONY : src/gpu/vulkan/SDL_gpu_vulkan.s - -# target to generate assembly for a file -src/gpu/vulkan/SDL_gpu_vulkan.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/gpu/vulkan/SDL_gpu_vulkan.c.s -.PHONY : src/gpu/vulkan/SDL_gpu_vulkan.c.s - -src/haptic/SDL_haptic.o: src/haptic/SDL_haptic.c.o -.PHONY : src/haptic/SDL_haptic.o - -# target to build an object file -src/haptic/SDL_haptic.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.o -.PHONY : src/haptic/SDL_haptic.c.o - -src/haptic/SDL_haptic.i: src/haptic/SDL_haptic.c.i -.PHONY : src/haptic/SDL_haptic.i - -# target to preprocess a source file -src/haptic/SDL_haptic.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.i -.PHONY : src/haptic/SDL_haptic.c.i - -src/haptic/SDL_haptic.s: src/haptic/SDL_haptic.c.s -.PHONY : src/haptic/SDL_haptic.s - -# target to generate assembly for a file -src/haptic/SDL_haptic.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/SDL_haptic.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/SDL_haptic.c.s -.PHONY : src/haptic/SDL_haptic.c.s - -src/haptic/hidapi/SDL_hidapihaptic.o: src/haptic/hidapi/SDL_hidapihaptic.c.o -.PHONY : src/haptic/hidapi/SDL_hidapihaptic.o - -# target to build an object file -src/haptic/hidapi/SDL_hidapihaptic.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.o -.PHONY : src/haptic/hidapi/SDL_hidapihaptic.c.o - -src/haptic/hidapi/SDL_hidapihaptic.i: src/haptic/hidapi/SDL_hidapihaptic.c.i -.PHONY : src/haptic/hidapi/SDL_hidapihaptic.i - -# target to preprocess a source file -src/haptic/hidapi/SDL_hidapihaptic.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.i -.PHONY : src/haptic/hidapi/SDL_hidapihaptic.c.i - -src/haptic/hidapi/SDL_hidapihaptic.s: src/haptic/hidapi/SDL_hidapihaptic.c.s -.PHONY : src/haptic/hidapi/SDL_hidapihaptic.s - -# target to generate assembly for a file -src/haptic/hidapi/SDL_hidapihaptic.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic.c.s -.PHONY : src/haptic/hidapi/SDL_hidapihaptic.c.s - -src/haptic/hidapi/SDL_hidapihaptic_lg4ff.o: src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o -.PHONY : src/haptic/hidapi/SDL_hidapihaptic_lg4ff.o - -# target to build an object file -src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o -.PHONY : src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.o - -src/haptic/hidapi/SDL_hidapihaptic_lg4ff.i: src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.i -.PHONY : src/haptic/hidapi/SDL_hidapihaptic_lg4ff.i - -# target to preprocess a source file -src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.i -.PHONY : src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.i - -src/haptic/hidapi/SDL_hidapihaptic_lg4ff.s: src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.s -.PHONY : src/haptic/hidapi/SDL_hidapihaptic_lg4ff.s - -# target to generate assembly for a file -src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.s -.PHONY : src/haptic/hidapi/SDL_hidapihaptic_lg4ff.c.s - -src/haptic/linux/SDL_syshaptic.o: src/haptic/linux/SDL_syshaptic.c.o -.PHONY : src/haptic/linux/SDL_syshaptic.o - -# target to build an object file -src/haptic/linux/SDL_syshaptic.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.o -.PHONY : src/haptic/linux/SDL_syshaptic.c.o - -src/haptic/linux/SDL_syshaptic.i: src/haptic/linux/SDL_syshaptic.c.i -.PHONY : src/haptic/linux/SDL_syshaptic.i - -# target to preprocess a source file -src/haptic/linux/SDL_syshaptic.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.i -.PHONY : src/haptic/linux/SDL_syshaptic.c.i - -src/haptic/linux/SDL_syshaptic.s: src/haptic/linux/SDL_syshaptic.c.s -.PHONY : src/haptic/linux/SDL_syshaptic.s - -# target to generate assembly for a file -src/haptic/linux/SDL_syshaptic.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/haptic/linux/SDL_syshaptic.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/haptic/linux/SDL_syshaptic.c.s -.PHONY : src/haptic/linux/SDL_syshaptic.c.s - -src/hidapi/SDL_hidapi.o: src/hidapi/SDL_hidapi.c.o -.PHONY : src/hidapi/SDL_hidapi.o - -# target to build an object file -src/hidapi/SDL_hidapi.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.o -.PHONY : src/hidapi/SDL_hidapi.c.o - -src/hidapi/SDL_hidapi.i: src/hidapi/SDL_hidapi.c.i -.PHONY : src/hidapi/SDL_hidapi.i - -# target to preprocess a source file -src/hidapi/SDL_hidapi.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.i -.PHONY : src/hidapi/SDL_hidapi.c.i - -src/hidapi/SDL_hidapi.s: src/hidapi/SDL_hidapi.c.s -.PHONY : src/hidapi/SDL_hidapi.s - -# target to generate assembly for a file -src/hidapi/SDL_hidapi.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/hidapi/SDL_hidapi.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/hidapi/SDL_hidapi.c.s -.PHONY : src/hidapi/SDL_hidapi.c.s - -src/io/SDL_asyncio.o: src/io/SDL_asyncio.c.o -.PHONY : src/io/SDL_asyncio.o - -# target to build an object file -src/io/SDL_asyncio.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.o -.PHONY : src/io/SDL_asyncio.c.o - -src/io/SDL_asyncio.i: src/io/SDL_asyncio.c.i -.PHONY : src/io/SDL_asyncio.i - -# target to preprocess a source file -src/io/SDL_asyncio.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.i -.PHONY : src/io/SDL_asyncio.c.i - -src/io/SDL_asyncio.s: src/io/SDL_asyncio.c.s -.PHONY : src/io/SDL_asyncio.s - -# target to generate assembly for a file -src/io/SDL_asyncio.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_asyncio.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_asyncio.c.s -.PHONY : src/io/SDL_asyncio.c.s - -src/io/SDL_iostream.o: src/io/SDL_iostream.c.o -.PHONY : src/io/SDL_iostream.o - -# target to build an object file -src/io/SDL_iostream.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.o -.PHONY : src/io/SDL_iostream.c.o - -src/io/SDL_iostream.i: src/io/SDL_iostream.c.i -.PHONY : src/io/SDL_iostream.i - -# target to preprocess a source file -src/io/SDL_iostream.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.i -.PHONY : src/io/SDL_iostream.c.i - -src/io/SDL_iostream.s: src/io/SDL_iostream.c.s -.PHONY : src/io/SDL_iostream.s - -# target to generate assembly for a file -src/io/SDL_iostream.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/SDL_iostream.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/SDL_iostream.c.s -.PHONY : src/io/SDL_iostream.c.s - -src/io/generic/SDL_asyncio_generic.o: src/io/generic/SDL_asyncio_generic.c.o -.PHONY : src/io/generic/SDL_asyncio_generic.o - -# target to build an object file -src/io/generic/SDL_asyncio_generic.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.o -.PHONY : src/io/generic/SDL_asyncio_generic.c.o - -src/io/generic/SDL_asyncio_generic.i: src/io/generic/SDL_asyncio_generic.c.i -.PHONY : src/io/generic/SDL_asyncio_generic.i - -# target to preprocess a source file -src/io/generic/SDL_asyncio_generic.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.i -.PHONY : src/io/generic/SDL_asyncio_generic.c.i - -src/io/generic/SDL_asyncio_generic.s: src/io/generic/SDL_asyncio_generic.c.s -.PHONY : src/io/generic/SDL_asyncio_generic.s - -# target to generate assembly for a file -src/io/generic/SDL_asyncio_generic.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/generic/SDL_asyncio_generic.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/generic/SDL_asyncio_generic.c.s -.PHONY : src/io/generic/SDL_asyncio_generic.c.s - -src/io/io_uring/SDL_asyncio_liburing.o: src/io/io_uring/SDL_asyncio_liburing.c.o -.PHONY : src/io/io_uring/SDL_asyncio_liburing.o - -# target to build an object file -src/io/io_uring/SDL_asyncio_liburing.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.o -.PHONY : src/io/io_uring/SDL_asyncio_liburing.c.o - -src/io/io_uring/SDL_asyncio_liburing.i: src/io/io_uring/SDL_asyncio_liburing.c.i -.PHONY : src/io/io_uring/SDL_asyncio_liburing.i - -# target to preprocess a source file -src/io/io_uring/SDL_asyncio_liburing.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.i -.PHONY : src/io/io_uring/SDL_asyncio_liburing.c.i - -src/io/io_uring/SDL_asyncio_liburing.s: src/io/io_uring/SDL_asyncio_liburing.c.s -.PHONY : src/io/io_uring/SDL_asyncio_liburing.s - -# target to generate assembly for a file -src/io/io_uring/SDL_asyncio_liburing.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/io/io_uring/SDL_asyncio_liburing.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/io/io_uring/SDL_asyncio_liburing.c.s -.PHONY : src/io/io_uring/SDL_asyncio_liburing.c.s - -src/joystick/SDL_gamepad.o: src/joystick/SDL_gamepad.c.o -.PHONY : src/joystick/SDL_gamepad.o - -# target to build an object file -src/joystick/SDL_gamepad.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.o -.PHONY : src/joystick/SDL_gamepad.c.o - -src/joystick/SDL_gamepad.i: src/joystick/SDL_gamepad.c.i -.PHONY : src/joystick/SDL_gamepad.i - -# target to preprocess a source file -src/joystick/SDL_gamepad.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.i -.PHONY : src/joystick/SDL_gamepad.c.i - -src/joystick/SDL_gamepad.s: src/joystick/SDL_gamepad.c.s -.PHONY : src/joystick/SDL_gamepad.s - -# target to generate assembly for a file -src/joystick/SDL_gamepad.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_gamepad.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_gamepad.c.s -.PHONY : src/joystick/SDL_gamepad.c.s - -src/joystick/SDL_joystick.o: src/joystick/SDL_joystick.c.o -.PHONY : src/joystick/SDL_joystick.o - -# target to build an object file -src/joystick/SDL_joystick.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.o -.PHONY : src/joystick/SDL_joystick.c.o - -src/joystick/SDL_joystick.i: src/joystick/SDL_joystick.c.i -.PHONY : src/joystick/SDL_joystick.i - -# target to preprocess a source file -src/joystick/SDL_joystick.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.i -.PHONY : src/joystick/SDL_joystick.c.i - -src/joystick/SDL_joystick.s: src/joystick/SDL_joystick.c.s -.PHONY : src/joystick/SDL_joystick.s - -# target to generate assembly for a file -src/joystick/SDL_joystick.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_joystick.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_joystick.c.s -.PHONY : src/joystick/SDL_joystick.c.s - -src/joystick/SDL_steam_virtual_gamepad.o: src/joystick/SDL_steam_virtual_gamepad.c.o -.PHONY : src/joystick/SDL_steam_virtual_gamepad.o - -# target to build an object file -src/joystick/SDL_steam_virtual_gamepad.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.o -.PHONY : src/joystick/SDL_steam_virtual_gamepad.c.o - -src/joystick/SDL_steam_virtual_gamepad.i: src/joystick/SDL_steam_virtual_gamepad.c.i -.PHONY : src/joystick/SDL_steam_virtual_gamepad.i - -# target to preprocess a source file -src/joystick/SDL_steam_virtual_gamepad.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.i -.PHONY : src/joystick/SDL_steam_virtual_gamepad.c.i - -src/joystick/SDL_steam_virtual_gamepad.s: src/joystick/SDL_steam_virtual_gamepad.c.s -.PHONY : src/joystick/SDL_steam_virtual_gamepad.s - -# target to generate assembly for a file -src/joystick/SDL_steam_virtual_gamepad.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/SDL_steam_virtual_gamepad.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/SDL_steam_virtual_gamepad.c.s -.PHONY : src/joystick/SDL_steam_virtual_gamepad.c.s - -src/joystick/controller_type.o: src/joystick/controller_type.c.o -.PHONY : src/joystick/controller_type.o - -# target to build an object file -src/joystick/controller_type.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.o -.PHONY : src/joystick/controller_type.c.o - -src/joystick/controller_type.i: src/joystick/controller_type.c.i -.PHONY : src/joystick/controller_type.i - -# target to preprocess a source file -src/joystick/controller_type.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.i -.PHONY : src/joystick/controller_type.c.i - -src/joystick/controller_type.s: src/joystick/controller_type.c.s -.PHONY : src/joystick/controller_type.s - -# target to generate assembly for a file -src/joystick/controller_type.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/controller_type.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/controller_type.c.s -.PHONY : src/joystick/controller_type.c.s - -src/joystick/hidapi/SDL_hidapi_8bitdo.o: src/joystick/hidapi/SDL_hidapi_8bitdo.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_8bitdo.o - -# target to build an object file -src/joystick/hidapi/SDL_hidapi_8bitdo.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_8bitdo.c.o - -src/joystick/hidapi/SDL_hidapi_8bitdo.i: src/joystick/hidapi/SDL_hidapi_8bitdo.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_8bitdo.i - -# target to preprocess a source file -src/joystick/hidapi/SDL_hidapi_8bitdo.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_8bitdo.c.i - -src/joystick/hidapi/SDL_hidapi_8bitdo.s: src/joystick/hidapi/SDL_hidapi_8bitdo.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_8bitdo.s - -# target to generate assembly for a file -src/joystick/hidapi/SDL_hidapi_8bitdo.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_8bitdo.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_8bitdo.c.s - -src/joystick/hidapi/SDL_hidapi_combined.o: src/joystick/hidapi/SDL_hidapi_combined.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_combined.o - -# target to build an object file -src/joystick/hidapi/SDL_hidapi_combined.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_combined.c.o - -src/joystick/hidapi/SDL_hidapi_combined.i: src/joystick/hidapi/SDL_hidapi_combined.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_combined.i - -# target to preprocess a source file -src/joystick/hidapi/SDL_hidapi_combined.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_combined.c.i - -src/joystick/hidapi/SDL_hidapi_combined.s: src/joystick/hidapi/SDL_hidapi_combined.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_combined.s - -# target to generate assembly for a file -src/joystick/hidapi/SDL_hidapi_combined.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_combined.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_combined.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_combined.c.s - -src/joystick/hidapi/SDL_hidapi_gamecube.o: src/joystick/hidapi/SDL_hidapi_gamecube.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_gamecube.o - -# target to build an object file -src/joystick/hidapi/SDL_hidapi_gamecube.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_gamecube.c.o - -src/joystick/hidapi/SDL_hidapi_gamecube.i: src/joystick/hidapi/SDL_hidapi_gamecube.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_gamecube.i - -# target to preprocess a source file -src/joystick/hidapi/SDL_hidapi_gamecube.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_gamecube.c.i - -src/joystick/hidapi/SDL_hidapi_gamecube.s: src/joystick/hidapi/SDL_hidapi_gamecube.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_gamecube.s - -# target to generate assembly for a file -src/joystick/hidapi/SDL_hidapi_gamecube.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gamecube.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_gamecube.c.s - -src/joystick/hidapi/SDL_hidapi_gip.o: src/joystick/hidapi/SDL_hidapi_gip.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_gip.o - -# target to build an object file -src/joystick/hidapi/SDL_hidapi_gip.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_gip.c.o - -src/joystick/hidapi/SDL_hidapi_gip.i: src/joystick/hidapi/SDL_hidapi_gip.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_gip.i - -# target to preprocess a source file -src/joystick/hidapi/SDL_hidapi_gip.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_gip.c.i - -src/joystick/hidapi/SDL_hidapi_gip.s: src/joystick/hidapi/SDL_hidapi_gip.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_gip.s - -# target to generate assembly for a file -src/joystick/hidapi/SDL_hidapi_gip.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_gip.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_gip.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_gip.c.s - -src/joystick/hidapi/SDL_hidapi_lg4ff.o: src/joystick/hidapi/SDL_hidapi_lg4ff.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_lg4ff.o - -# target to build an object file -src/joystick/hidapi/SDL_hidapi_lg4ff.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_lg4ff.c.o - -src/joystick/hidapi/SDL_hidapi_lg4ff.i: src/joystick/hidapi/SDL_hidapi_lg4ff.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_lg4ff.i - -# target to preprocess a source file -src/joystick/hidapi/SDL_hidapi_lg4ff.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_lg4ff.c.i - -src/joystick/hidapi/SDL_hidapi_lg4ff.s: src/joystick/hidapi/SDL_hidapi_lg4ff.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_lg4ff.s - -# target to generate assembly for a file -src/joystick/hidapi/SDL_hidapi_lg4ff.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_lg4ff.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_lg4ff.c.s - -src/joystick/hidapi/SDL_hidapi_luna.o: src/joystick/hidapi/SDL_hidapi_luna.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_luna.o - -# target to build an object file -src/joystick/hidapi/SDL_hidapi_luna.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_luna.c.o - -src/joystick/hidapi/SDL_hidapi_luna.i: src/joystick/hidapi/SDL_hidapi_luna.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_luna.i - -# target to preprocess a source file -src/joystick/hidapi/SDL_hidapi_luna.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_luna.c.i - -src/joystick/hidapi/SDL_hidapi_luna.s: src/joystick/hidapi/SDL_hidapi_luna.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_luna.s - -# target to generate assembly for a file -src/joystick/hidapi/SDL_hidapi_luna.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_luna.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_luna.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_luna.c.s - -src/joystick/hidapi/SDL_hidapi_ps3.o: src/joystick/hidapi/SDL_hidapi_ps3.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_ps3.o - -# target to build an object file -src/joystick/hidapi/SDL_hidapi_ps3.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_ps3.c.o - -src/joystick/hidapi/SDL_hidapi_ps3.i: src/joystick/hidapi/SDL_hidapi_ps3.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_ps3.i - -# target to preprocess a source file -src/joystick/hidapi/SDL_hidapi_ps3.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_ps3.c.i - -src/joystick/hidapi/SDL_hidapi_ps3.s: src/joystick/hidapi/SDL_hidapi_ps3.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_ps3.s - -# target to generate assembly for a file -src/joystick/hidapi/SDL_hidapi_ps3.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps3.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_ps3.c.s - -src/joystick/hidapi/SDL_hidapi_ps4.o: src/joystick/hidapi/SDL_hidapi_ps4.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_ps4.o - -# target to build an object file -src/joystick/hidapi/SDL_hidapi_ps4.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_ps4.c.o - -src/joystick/hidapi/SDL_hidapi_ps4.i: src/joystick/hidapi/SDL_hidapi_ps4.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_ps4.i - -# target to preprocess a source file -src/joystick/hidapi/SDL_hidapi_ps4.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_ps4.c.i - -src/joystick/hidapi/SDL_hidapi_ps4.s: src/joystick/hidapi/SDL_hidapi_ps4.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_ps4.s - -# target to generate assembly for a file -src/joystick/hidapi/SDL_hidapi_ps4.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps4.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_ps4.c.s - -src/joystick/hidapi/SDL_hidapi_ps5.o: src/joystick/hidapi/SDL_hidapi_ps5.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_ps5.o - -# target to build an object file -src/joystick/hidapi/SDL_hidapi_ps5.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_ps5.c.o - -src/joystick/hidapi/SDL_hidapi_ps5.i: src/joystick/hidapi/SDL_hidapi_ps5.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_ps5.i - -# target to preprocess a source file -src/joystick/hidapi/SDL_hidapi_ps5.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_ps5.c.i - -src/joystick/hidapi/SDL_hidapi_ps5.s: src/joystick/hidapi/SDL_hidapi_ps5.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_ps5.s - -# target to generate assembly for a file -src/joystick/hidapi/SDL_hidapi_ps5.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_ps5.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_ps5.c.s - -src/joystick/hidapi/SDL_hidapi_rumble.o: src/joystick/hidapi/SDL_hidapi_rumble.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_rumble.o - -# target to build an object file -src/joystick/hidapi/SDL_hidapi_rumble.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_rumble.c.o - -src/joystick/hidapi/SDL_hidapi_rumble.i: src/joystick/hidapi/SDL_hidapi_rumble.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_rumble.i - -# target to preprocess a source file -src/joystick/hidapi/SDL_hidapi_rumble.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_rumble.c.i - -src/joystick/hidapi/SDL_hidapi_rumble.s: src/joystick/hidapi/SDL_hidapi_rumble.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_rumble.s - -# target to generate assembly for a file -src/joystick/hidapi/SDL_hidapi_rumble.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_rumble.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_rumble.c.s - -src/joystick/hidapi/SDL_hidapi_shield.o: src/joystick/hidapi/SDL_hidapi_shield.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_shield.o - -# target to build an object file -src/joystick/hidapi/SDL_hidapi_shield.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_shield.c.o - -src/joystick/hidapi/SDL_hidapi_shield.i: src/joystick/hidapi/SDL_hidapi_shield.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_shield.i - -# target to preprocess a source file -src/joystick/hidapi/SDL_hidapi_shield.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_shield.c.i - -src/joystick/hidapi/SDL_hidapi_shield.s: src/joystick/hidapi/SDL_hidapi_shield.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_shield.s - -# target to generate assembly for a file -src/joystick/hidapi/SDL_hidapi_shield.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_shield.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_shield.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_shield.c.s - -src/joystick/hidapi/SDL_hidapi_stadia.o: src/joystick/hidapi/SDL_hidapi_stadia.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_stadia.o - -# target to build an object file -src/joystick/hidapi/SDL_hidapi_stadia.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_stadia.c.o - -src/joystick/hidapi/SDL_hidapi_stadia.i: src/joystick/hidapi/SDL_hidapi_stadia.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_stadia.i - -# target to preprocess a source file -src/joystick/hidapi/SDL_hidapi_stadia.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_stadia.c.i - -src/joystick/hidapi/SDL_hidapi_stadia.s: src/joystick/hidapi/SDL_hidapi_stadia.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_stadia.s - -# target to generate assembly for a file -src/joystick/hidapi/SDL_hidapi_stadia.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_stadia.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_stadia.c.s - -src/joystick/hidapi/SDL_hidapi_steam.o: src/joystick/hidapi/SDL_hidapi_steam.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_steam.o - -# target to build an object file -src/joystick/hidapi/SDL_hidapi_steam.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_steam.c.o - -src/joystick/hidapi/SDL_hidapi_steam.i: src/joystick/hidapi/SDL_hidapi_steam.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_steam.i - -# target to preprocess a source file -src/joystick/hidapi/SDL_hidapi_steam.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_steam.c.i - -src/joystick/hidapi/SDL_hidapi_steam.s: src/joystick/hidapi/SDL_hidapi_steam.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_steam.s - -# target to generate assembly for a file -src/joystick/hidapi/SDL_hidapi_steam.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_steam.c.s - -src/joystick/hidapi/SDL_hidapi_steam_hori.o: src/joystick/hidapi/SDL_hidapi_steam_hori.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_steam_hori.o - -# target to build an object file -src/joystick/hidapi/SDL_hidapi_steam_hori.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_steam_hori.c.o - -src/joystick/hidapi/SDL_hidapi_steam_hori.i: src/joystick/hidapi/SDL_hidapi_steam_hori.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_steam_hori.i - -# target to preprocess a source file -src/joystick/hidapi/SDL_hidapi_steam_hori.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_steam_hori.c.i - -src/joystick/hidapi/SDL_hidapi_steam_hori.s: src/joystick/hidapi/SDL_hidapi_steam_hori.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_steam_hori.s - -# target to generate assembly for a file -src/joystick/hidapi/SDL_hidapi_steam_hori.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steam_hori.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_steam_hori.c.s - -src/joystick/hidapi/SDL_hidapi_steamdeck.o: src/joystick/hidapi/SDL_hidapi_steamdeck.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_steamdeck.o - -# target to build an object file -src/joystick/hidapi/SDL_hidapi_steamdeck.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_steamdeck.c.o - -src/joystick/hidapi/SDL_hidapi_steamdeck.i: src/joystick/hidapi/SDL_hidapi_steamdeck.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_steamdeck.i - -# target to preprocess a source file -src/joystick/hidapi/SDL_hidapi_steamdeck.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_steamdeck.c.i - -src/joystick/hidapi/SDL_hidapi_steamdeck.s: src/joystick/hidapi/SDL_hidapi_steamdeck.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_steamdeck.s - -# target to generate assembly for a file -src/joystick/hidapi/SDL_hidapi_steamdeck.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_steamdeck.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_steamdeck.c.s - -src/joystick/hidapi/SDL_hidapi_switch.o: src/joystick/hidapi/SDL_hidapi_switch.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_switch.o - -# target to build an object file -src/joystick/hidapi/SDL_hidapi_switch.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_switch.c.o - -src/joystick/hidapi/SDL_hidapi_switch.i: src/joystick/hidapi/SDL_hidapi_switch.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_switch.i - -# target to preprocess a source file -src/joystick/hidapi/SDL_hidapi_switch.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_switch.c.i - -src/joystick/hidapi/SDL_hidapi_switch.s: src/joystick/hidapi/SDL_hidapi_switch.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_switch.s - -# target to generate assembly for a file -src/joystick/hidapi/SDL_hidapi_switch.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_switch.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_switch.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_switch.c.s - -src/joystick/hidapi/SDL_hidapi_wii.o: src/joystick/hidapi/SDL_hidapi_wii.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_wii.o - -# target to build an object file -src/joystick/hidapi/SDL_hidapi_wii.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_wii.c.o - -src/joystick/hidapi/SDL_hidapi_wii.i: src/joystick/hidapi/SDL_hidapi_wii.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_wii.i - -# target to preprocess a source file -src/joystick/hidapi/SDL_hidapi_wii.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_wii.c.i - -src/joystick/hidapi/SDL_hidapi_wii.s: src/joystick/hidapi/SDL_hidapi_wii.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_wii.s - -# target to generate assembly for a file -src/joystick/hidapi/SDL_hidapi_wii.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_wii.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_wii.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_wii.c.s - -src/joystick/hidapi/SDL_hidapi_xbox360.o: src/joystick/hidapi/SDL_hidapi_xbox360.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360.o - -# target to build an object file -src/joystick/hidapi/SDL_hidapi_xbox360.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360.c.o - -src/joystick/hidapi/SDL_hidapi_xbox360.i: src/joystick/hidapi/SDL_hidapi_xbox360.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360.i - -# target to preprocess a source file -src/joystick/hidapi/SDL_hidapi_xbox360.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360.c.i - -src/joystick/hidapi/SDL_hidapi_xbox360.s: src/joystick/hidapi/SDL_hidapi_xbox360.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360.s - -# target to generate assembly for a file -src/joystick/hidapi/SDL_hidapi_xbox360.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360.c.s - -src/joystick/hidapi/SDL_hidapi_xbox360w.o: src/joystick/hidapi/SDL_hidapi_xbox360w.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360w.o - -# target to build an object file -src/joystick/hidapi/SDL_hidapi_xbox360w.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360w.c.o - -src/joystick/hidapi/SDL_hidapi_xbox360w.i: src/joystick/hidapi/SDL_hidapi_xbox360w.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360w.i - -# target to preprocess a source file -src/joystick/hidapi/SDL_hidapi_xbox360w.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360w.c.i - -src/joystick/hidapi/SDL_hidapi_xbox360w.s: src/joystick/hidapi/SDL_hidapi_xbox360w.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360w.s - -# target to generate assembly for a file -src/joystick/hidapi/SDL_hidapi_xbox360w.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xbox360w.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_xbox360w.c.s - -src/joystick/hidapi/SDL_hidapi_xboxone.o: src/joystick/hidapi/SDL_hidapi_xboxone.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_xboxone.o - -# target to build an object file -src/joystick/hidapi/SDL_hidapi_xboxone.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.o -.PHONY : src/joystick/hidapi/SDL_hidapi_xboxone.c.o - -src/joystick/hidapi/SDL_hidapi_xboxone.i: src/joystick/hidapi/SDL_hidapi_xboxone.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_xboxone.i - -# target to preprocess a source file -src/joystick/hidapi/SDL_hidapi_xboxone.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.i -.PHONY : src/joystick/hidapi/SDL_hidapi_xboxone.c.i - -src/joystick/hidapi/SDL_hidapi_xboxone.s: src/joystick/hidapi/SDL_hidapi_xboxone.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_xboxone.s - -# target to generate assembly for a file -src/joystick/hidapi/SDL_hidapi_xboxone.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapi_xboxone.c.s -.PHONY : src/joystick/hidapi/SDL_hidapi_xboxone.c.s - -src/joystick/hidapi/SDL_hidapijoystick.o: src/joystick/hidapi/SDL_hidapijoystick.c.o -.PHONY : src/joystick/hidapi/SDL_hidapijoystick.o - -# target to build an object file -src/joystick/hidapi/SDL_hidapijoystick.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.o -.PHONY : src/joystick/hidapi/SDL_hidapijoystick.c.o - -src/joystick/hidapi/SDL_hidapijoystick.i: src/joystick/hidapi/SDL_hidapijoystick.c.i -.PHONY : src/joystick/hidapi/SDL_hidapijoystick.i - -# target to preprocess a source file -src/joystick/hidapi/SDL_hidapijoystick.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.i -.PHONY : src/joystick/hidapi/SDL_hidapijoystick.c.i - -src/joystick/hidapi/SDL_hidapijoystick.s: src/joystick/hidapi/SDL_hidapijoystick.c.s -.PHONY : src/joystick/hidapi/SDL_hidapijoystick.s - -# target to generate assembly for a file -src/joystick/hidapi/SDL_hidapijoystick.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/hidapi/SDL_hidapijoystick.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/hidapi/SDL_hidapijoystick.c.s -.PHONY : src/joystick/hidapi/SDL_hidapijoystick.c.s - -src/joystick/linux/SDL_sysjoystick.o: src/joystick/linux/SDL_sysjoystick.c.o -.PHONY : src/joystick/linux/SDL_sysjoystick.o - -# target to build an object file -src/joystick/linux/SDL_sysjoystick.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.o -.PHONY : src/joystick/linux/SDL_sysjoystick.c.o - -src/joystick/linux/SDL_sysjoystick.i: src/joystick/linux/SDL_sysjoystick.c.i -.PHONY : src/joystick/linux/SDL_sysjoystick.i - -# target to preprocess a source file -src/joystick/linux/SDL_sysjoystick.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.i -.PHONY : src/joystick/linux/SDL_sysjoystick.c.i - -src/joystick/linux/SDL_sysjoystick.s: src/joystick/linux/SDL_sysjoystick.c.s -.PHONY : src/joystick/linux/SDL_sysjoystick.s - -# target to generate assembly for a file -src/joystick/linux/SDL_sysjoystick.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/linux/SDL_sysjoystick.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/linux/SDL_sysjoystick.c.s -.PHONY : src/joystick/linux/SDL_sysjoystick.c.s - -src/joystick/virtual/SDL_virtualjoystick.o: src/joystick/virtual/SDL_virtualjoystick.c.o -.PHONY : src/joystick/virtual/SDL_virtualjoystick.o - -# target to build an object file -src/joystick/virtual/SDL_virtualjoystick.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.o -.PHONY : src/joystick/virtual/SDL_virtualjoystick.c.o - -src/joystick/virtual/SDL_virtualjoystick.i: src/joystick/virtual/SDL_virtualjoystick.c.i -.PHONY : src/joystick/virtual/SDL_virtualjoystick.i - -# target to preprocess a source file -src/joystick/virtual/SDL_virtualjoystick.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.i -.PHONY : src/joystick/virtual/SDL_virtualjoystick.c.i - -src/joystick/virtual/SDL_virtualjoystick.s: src/joystick/virtual/SDL_virtualjoystick.c.s -.PHONY : src/joystick/virtual/SDL_virtualjoystick.s - -# target to generate assembly for a file -src/joystick/virtual/SDL_virtualjoystick.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/joystick/virtual/SDL_virtualjoystick.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/joystick/virtual/SDL_virtualjoystick.c.s -.PHONY : src/joystick/virtual/SDL_virtualjoystick.c.s - -src/libm/e_atan2.o: src/libm/e_atan2.c.o -.PHONY : src/libm/e_atan2.o - -# target to build an object file -src/libm/e_atan2.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.o -.PHONY : src/libm/e_atan2.c.o - -src/libm/e_atan2.i: src/libm/e_atan2.c.i -.PHONY : src/libm/e_atan2.i - -# target to preprocess a source file -src/libm/e_atan2.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.i -.PHONY : src/libm/e_atan2.c.i - -src/libm/e_atan2.s: src/libm/e_atan2.c.s -.PHONY : src/libm/e_atan2.s - -# target to generate assembly for a file -src/libm/e_atan2.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_atan2.c.s -.PHONY : src/libm/e_atan2.c.s - -src/libm/e_exp.o: src/libm/e_exp.c.o -.PHONY : src/libm/e_exp.o - -# target to build an object file -src/libm/e_exp.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.o -.PHONY : src/libm/e_exp.c.o - -src/libm/e_exp.i: src/libm/e_exp.c.i -.PHONY : src/libm/e_exp.i - -# target to preprocess a source file -src/libm/e_exp.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.i -.PHONY : src/libm/e_exp.c.i - -src/libm/e_exp.s: src/libm/e_exp.c.s -.PHONY : src/libm/e_exp.s - -# target to generate assembly for a file -src/libm/e_exp.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_exp.c.s -.PHONY : src/libm/e_exp.c.s - -src/libm/e_fmod.o: src/libm/e_fmod.c.o -.PHONY : src/libm/e_fmod.o - -# target to build an object file -src/libm/e_fmod.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.o -.PHONY : src/libm/e_fmod.c.o - -src/libm/e_fmod.i: src/libm/e_fmod.c.i -.PHONY : src/libm/e_fmod.i - -# target to preprocess a source file -src/libm/e_fmod.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.i -.PHONY : src/libm/e_fmod.c.i - -src/libm/e_fmod.s: src/libm/e_fmod.c.s -.PHONY : src/libm/e_fmod.s - -# target to generate assembly for a file -src/libm/e_fmod.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_fmod.c.s -.PHONY : src/libm/e_fmod.c.s - -src/libm/e_log.o: src/libm/e_log.c.o -.PHONY : src/libm/e_log.o - -# target to build an object file -src/libm/e_log.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.o -.PHONY : src/libm/e_log.c.o - -src/libm/e_log.i: src/libm/e_log.c.i -.PHONY : src/libm/e_log.i - -# target to preprocess a source file -src/libm/e_log.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.i -.PHONY : src/libm/e_log.c.i - -src/libm/e_log.s: src/libm/e_log.c.s -.PHONY : src/libm/e_log.s - -# target to generate assembly for a file -src/libm/e_log.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log.c.s -.PHONY : src/libm/e_log.c.s - -src/libm/e_log10.o: src/libm/e_log10.c.o -.PHONY : src/libm/e_log10.o - -# target to build an object file -src/libm/e_log10.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.o -.PHONY : src/libm/e_log10.c.o - -src/libm/e_log10.i: src/libm/e_log10.c.i -.PHONY : src/libm/e_log10.i - -# target to preprocess a source file -src/libm/e_log10.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.i -.PHONY : src/libm/e_log10.c.i - -src/libm/e_log10.s: src/libm/e_log10.c.s -.PHONY : src/libm/e_log10.s - -# target to generate assembly for a file -src/libm/e_log10.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_log10.c.s -.PHONY : src/libm/e_log10.c.s - -src/libm/e_pow.o: src/libm/e_pow.c.o -.PHONY : src/libm/e_pow.o - -# target to build an object file -src/libm/e_pow.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.o -.PHONY : src/libm/e_pow.c.o - -src/libm/e_pow.i: src/libm/e_pow.c.i -.PHONY : src/libm/e_pow.i - -# target to preprocess a source file -src/libm/e_pow.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.i -.PHONY : src/libm/e_pow.c.i - -src/libm/e_pow.s: src/libm/e_pow.c.s -.PHONY : src/libm/e_pow.s - -# target to generate assembly for a file -src/libm/e_pow.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_pow.c.s -.PHONY : src/libm/e_pow.c.s - -src/libm/e_rem_pio2.o: src/libm/e_rem_pio2.c.o -.PHONY : src/libm/e_rem_pio2.o - -# target to build an object file -src/libm/e_rem_pio2.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.o -.PHONY : src/libm/e_rem_pio2.c.o - -src/libm/e_rem_pio2.i: src/libm/e_rem_pio2.c.i -.PHONY : src/libm/e_rem_pio2.i - -# target to preprocess a source file -src/libm/e_rem_pio2.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.i -.PHONY : src/libm/e_rem_pio2.c.i - -src/libm/e_rem_pio2.s: src/libm/e_rem_pio2.c.s -.PHONY : src/libm/e_rem_pio2.s - -# target to generate assembly for a file -src/libm/e_rem_pio2.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_rem_pio2.c.s -.PHONY : src/libm/e_rem_pio2.c.s - -src/libm/e_sqrt.o: src/libm/e_sqrt.c.o -.PHONY : src/libm/e_sqrt.o - -# target to build an object file -src/libm/e_sqrt.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.o -.PHONY : src/libm/e_sqrt.c.o - -src/libm/e_sqrt.i: src/libm/e_sqrt.c.i -.PHONY : src/libm/e_sqrt.i - -# target to preprocess a source file -src/libm/e_sqrt.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.i -.PHONY : src/libm/e_sqrt.c.i - -src/libm/e_sqrt.s: src/libm/e_sqrt.c.s -.PHONY : src/libm/e_sqrt.s - -# target to generate assembly for a file -src/libm/e_sqrt.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/e_sqrt.c.s -.PHONY : src/libm/e_sqrt.c.s - -src/libm/k_cos.o: src/libm/k_cos.c.o -.PHONY : src/libm/k_cos.o - -# target to build an object file -src/libm/k_cos.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.o -.PHONY : src/libm/k_cos.c.o - -src/libm/k_cos.i: src/libm/k_cos.c.i -.PHONY : src/libm/k_cos.i - -# target to preprocess a source file -src/libm/k_cos.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.i -.PHONY : src/libm/k_cos.c.i - -src/libm/k_cos.s: src/libm/k_cos.c.s -.PHONY : src/libm/k_cos.s - -# target to generate assembly for a file -src/libm/k_cos.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_cos.c.s -.PHONY : src/libm/k_cos.c.s - -src/libm/k_rem_pio2.o: src/libm/k_rem_pio2.c.o -.PHONY : src/libm/k_rem_pio2.o - -# target to build an object file -src/libm/k_rem_pio2.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.o -.PHONY : src/libm/k_rem_pio2.c.o - -src/libm/k_rem_pio2.i: src/libm/k_rem_pio2.c.i -.PHONY : src/libm/k_rem_pio2.i - -# target to preprocess a source file -src/libm/k_rem_pio2.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.i -.PHONY : src/libm/k_rem_pio2.c.i - -src/libm/k_rem_pio2.s: src/libm/k_rem_pio2.c.s -.PHONY : src/libm/k_rem_pio2.s - -# target to generate assembly for a file -src/libm/k_rem_pio2.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_rem_pio2.c.s -.PHONY : src/libm/k_rem_pio2.c.s - -src/libm/k_sin.o: src/libm/k_sin.c.o -.PHONY : src/libm/k_sin.o - -# target to build an object file -src/libm/k_sin.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.o -.PHONY : src/libm/k_sin.c.o - -src/libm/k_sin.i: src/libm/k_sin.c.i -.PHONY : src/libm/k_sin.i - -# target to preprocess a source file -src/libm/k_sin.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.i -.PHONY : src/libm/k_sin.c.i - -src/libm/k_sin.s: src/libm/k_sin.c.s -.PHONY : src/libm/k_sin.s - -# target to generate assembly for a file -src/libm/k_sin.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_sin.c.s -.PHONY : src/libm/k_sin.c.s - -src/libm/k_tan.o: src/libm/k_tan.c.o -.PHONY : src/libm/k_tan.o - -# target to build an object file -src/libm/k_tan.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.o -.PHONY : src/libm/k_tan.c.o - -src/libm/k_tan.i: src/libm/k_tan.c.i -.PHONY : src/libm/k_tan.i - -# target to preprocess a source file -src/libm/k_tan.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.i -.PHONY : src/libm/k_tan.c.i - -src/libm/k_tan.s: src/libm/k_tan.c.s -.PHONY : src/libm/k_tan.s - -# target to generate assembly for a file -src/libm/k_tan.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/k_tan.c.s -.PHONY : src/libm/k_tan.c.s - -src/libm/s_atan.o: src/libm/s_atan.c.o -.PHONY : src/libm/s_atan.o - -# target to build an object file -src/libm/s_atan.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.o -.PHONY : src/libm/s_atan.c.o - -src/libm/s_atan.i: src/libm/s_atan.c.i -.PHONY : src/libm/s_atan.i - -# target to preprocess a source file -src/libm/s_atan.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.i -.PHONY : src/libm/s_atan.c.i - -src/libm/s_atan.s: src/libm/s_atan.c.s -.PHONY : src/libm/s_atan.s - -# target to generate assembly for a file -src/libm/s_atan.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_atan.c.s -.PHONY : src/libm/s_atan.c.s - -src/libm/s_copysign.o: src/libm/s_copysign.c.o -.PHONY : src/libm/s_copysign.o - -# target to build an object file -src/libm/s_copysign.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.o -.PHONY : src/libm/s_copysign.c.o - -src/libm/s_copysign.i: src/libm/s_copysign.c.i -.PHONY : src/libm/s_copysign.i - -# target to preprocess a source file -src/libm/s_copysign.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.i -.PHONY : src/libm/s_copysign.c.i - -src/libm/s_copysign.s: src/libm/s_copysign.c.s -.PHONY : src/libm/s_copysign.s - -# target to generate assembly for a file -src/libm/s_copysign.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_copysign.c.s -.PHONY : src/libm/s_copysign.c.s - -src/libm/s_cos.o: src/libm/s_cos.c.o -.PHONY : src/libm/s_cos.o - -# target to build an object file -src/libm/s_cos.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.o -.PHONY : src/libm/s_cos.c.o - -src/libm/s_cos.i: src/libm/s_cos.c.i -.PHONY : src/libm/s_cos.i - -# target to preprocess a source file -src/libm/s_cos.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.i -.PHONY : src/libm/s_cos.c.i - -src/libm/s_cos.s: src/libm/s_cos.c.s -.PHONY : src/libm/s_cos.s - -# target to generate assembly for a file -src/libm/s_cos.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_cos.c.s -.PHONY : src/libm/s_cos.c.s - -src/libm/s_fabs.o: src/libm/s_fabs.c.o -.PHONY : src/libm/s_fabs.o - -# target to build an object file -src/libm/s_fabs.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.o -.PHONY : src/libm/s_fabs.c.o - -src/libm/s_fabs.i: src/libm/s_fabs.c.i -.PHONY : src/libm/s_fabs.i - -# target to preprocess a source file -src/libm/s_fabs.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.i -.PHONY : src/libm/s_fabs.c.i - -src/libm/s_fabs.s: src/libm/s_fabs.c.s -.PHONY : src/libm/s_fabs.s - -# target to generate assembly for a file -src/libm/s_fabs.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_fabs.c.s -.PHONY : src/libm/s_fabs.c.s - -src/libm/s_floor.o: src/libm/s_floor.c.o -.PHONY : src/libm/s_floor.o - -# target to build an object file -src/libm/s_floor.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.o -.PHONY : src/libm/s_floor.c.o - -src/libm/s_floor.i: src/libm/s_floor.c.i -.PHONY : src/libm/s_floor.i - -# target to preprocess a source file -src/libm/s_floor.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.i -.PHONY : src/libm/s_floor.c.i - -src/libm/s_floor.s: src/libm/s_floor.c.s -.PHONY : src/libm/s_floor.s - -# target to generate assembly for a file -src/libm/s_floor.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_floor.c.s -.PHONY : src/libm/s_floor.c.s - -src/libm/s_isinf.o: src/libm/s_isinf.c.o -.PHONY : src/libm/s_isinf.o - -# target to build an object file -src/libm/s_isinf.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.o -.PHONY : src/libm/s_isinf.c.o - -src/libm/s_isinf.i: src/libm/s_isinf.c.i -.PHONY : src/libm/s_isinf.i - -# target to preprocess a source file -src/libm/s_isinf.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.i -.PHONY : src/libm/s_isinf.c.i - -src/libm/s_isinf.s: src/libm/s_isinf.c.s -.PHONY : src/libm/s_isinf.s - -# target to generate assembly for a file -src/libm/s_isinf.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinf.c.s -.PHONY : src/libm/s_isinf.c.s - -src/libm/s_isinff.o: src/libm/s_isinff.c.o -.PHONY : src/libm/s_isinff.o - -# target to build an object file -src/libm/s_isinff.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.o -.PHONY : src/libm/s_isinff.c.o - -src/libm/s_isinff.i: src/libm/s_isinff.c.i -.PHONY : src/libm/s_isinff.i - -# target to preprocess a source file -src/libm/s_isinff.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.i -.PHONY : src/libm/s_isinff.c.i - -src/libm/s_isinff.s: src/libm/s_isinff.c.s -.PHONY : src/libm/s_isinff.s - -# target to generate assembly for a file -src/libm/s_isinff.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isinff.c.s -.PHONY : src/libm/s_isinff.c.s - -src/libm/s_isnan.o: src/libm/s_isnan.c.o -.PHONY : src/libm/s_isnan.o - -# target to build an object file -src/libm/s_isnan.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.o -.PHONY : src/libm/s_isnan.c.o - -src/libm/s_isnan.i: src/libm/s_isnan.c.i -.PHONY : src/libm/s_isnan.i - -# target to preprocess a source file -src/libm/s_isnan.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.i -.PHONY : src/libm/s_isnan.c.i - -src/libm/s_isnan.s: src/libm/s_isnan.c.s -.PHONY : src/libm/s_isnan.s - -# target to generate assembly for a file -src/libm/s_isnan.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnan.c.s -.PHONY : src/libm/s_isnan.c.s - -src/libm/s_isnanf.o: src/libm/s_isnanf.c.o -.PHONY : src/libm/s_isnanf.o - -# target to build an object file -src/libm/s_isnanf.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.o -.PHONY : src/libm/s_isnanf.c.o - -src/libm/s_isnanf.i: src/libm/s_isnanf.c.i -.PHONY : src/libm/s_isnanf.i - -# target to preprocess a source file -src/libm/s_isnanf.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.i -.PHONY : src/libm/s_isnanf.c.i - -src/libm/s_isnanf.s: src/libm/s_isnanf.c.s -.PHONY : src/libm/s_isnanf.s - -# target to generate assembly for a file -src/libm/s_isnanf.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_isnanf.c.s -.PHONY : src/libm/s_isnanf.c.s - -src/libm/s_modf.o: src/libm/s_modf.c.o -.PHONY : src/libm/s_modf.o - -# target to build an object file -src/libm/s_modf.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.o -.PHONY : src/libm/s_modf.c.o - -src/libm/s_modf.i: src/libm/s_modf.c.i -.PHONY : src/libm/s_modf.i - -# target to preprocess a source file -src/libm/s_modf.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.i -.PHONY : src/libm/s_modf.c.i - -src/libm/s_modf.s: src/libm/s_modf.c.s -.PHONY : src/libm/s_modf.s - -# target to generate assembly for a file -src/libm/s_modf.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_modf.c.s -.PHONY : src/libm/s_modf.c.s - -src/libm/s_scalbn.o: src/libm/s_scalbn.c.o -.PHONY : src/libm/s_scalbn.o - -# target to build an object file -src/libm/s_scalbn.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.o -.PHONY : src/libm/s_scalbn.c.o - -src/libm/s_scalbn.i: src/libm/s_scalbn.c.i -.PHONY : src/libm/s_scalbn.i - -# target to preprocess a source file -src/libm/s_scalbn.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.i -.PHONY : src/libm/s_scalbn.c.i - -src/libm/s_scalbn.s: src/libm/s_scalbn.c.s -.PHONY : src/libm/s_scalbn.s - -# target to generate assembly for a file -src/libm/s_scalbn.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_scalbn.c.s -.PHONY : src/libm/s_scalbn.c.s - -src/libm/s_sin.o: src/libm/s_sin.c.o -.PHONY : src/libm/s_sin.o - -# target to build an object file -src/libm/s_sin.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.o -.PHONY : src/libm/s_sin.c.o - -src/libm/s_sin.i: src/libm/s_sin.c.i -.PHONY : src/libm/s_sin.i - -# target to preprocess a source file -src/libm/s_sin.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.i -.PHONY : src/libm/s_sin.c.i - -src/libm/s_sin.s: src/libm/s_sin.c.s -.PHONY : src/libm/s_sin.s - -# target to generate assembly for a file -src/libm/s_sin.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_sin.c.s -.PHONY : src/libm/s_sin.c.s - -src/libm/s_tan.o: src/libm/s_tan.c.o -.PHONY : src/libm/s_tan.o - -# target to build an object file -src/libm/s_tan.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.o -.PHONY : src/libm/s_tan.c.o - -src/libm/s_tan.i: src/libm/s_tan.c.i -.PHONY : src/libm/s_tan.i - -# target to preprocess a source file -src/libm/s_tan.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.i -.PHONY : src/libm/s_tan.c.i - -src/libm/s_tan.s: src/libm/s_tan.c.s -.PHONY : src/libm/s_tan.s - -# target to generate assembly for a file -src/libm/s_tan.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL_uclibc.dir/build.make external/SDL/CMakeFiles/SDL_uclibc.dir/src/libm/s_tan.c.s -.PHONY : src/libm/s_tan.c.s - -src/loadso/dlopen/SDL_sysloadso.o: src/loadso/dlopen/SDL_sysloadso.c.o -.PHONY : src/loadso/dlopen/SDL_sysloadso.o - -# target to build an object file -src/loadso/dlopen/SDL_sysloadso.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.o -.PHONY : src/loadso/dlopen/SDL_sysloadso.c.o - -src/loadso/dlopen/SDL_sysloadso.i: src/loadso/dlopen/SDL_sysloadso.c.i -.PHONY : src/loadso/dlopen/SDL_sysloadso.i - -# target to preprocess a source file -src/loadso/dlopen/SDL_sysloadso.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.i -.PHONY : src/loadso/dlopen/SDL_sysloadso.c.i - -src/loadso/dlopen/SDL_sysloadso.s: src/loadso/dlopen/SDL_sysloadso.c.s -.PHONY : src/loadso/dlopen/SDL_sysloadso.s - -# target to generate assembly for a file -src/loadso/dlopen/SDL_sysloadso.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/loadso/dlopen/SDL_sysloadso.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/loadso/dlopen/SDL_sysloadso.c.s -.PHONY : src/loadso/dlopen/SDL_sysloadso.c.s - -src/locale/SDL_locale.o: src/locale/SDL_locale.c.o -.PHONY : src/locale/SDL_locale.o - -# target to build an object file -src/locale/SDL_locale.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.o -.PHONY : src/locale/SDL_locale.c.o - -src/locale/SDL_locale.i: src/locale/SDL_locale.c.i -.PHONY : src/locale/SDL_locale.i - -# target to preprocess a source file -src/locale/SDL_locale.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.i -.PHONY : src/locale/SDL_locale.c.i - -src/locale/SDL_locale.s: src/locale/SDL_locale.c.s -.PHONY : src/locale/SDL_locale.s - -# target to generate assembly for a file -src/locale/SDL_locale.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/SDL_locale.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/locale/SDL_locale.c.s -.PHONY : src/locale/SDL_locale.c.s - -src/locale/unix/SDL_syslocale.o: src/locale/unix/SDL_syslocale.c.o -.PHONY : src/locale/unix/SDL_syslocale.o - -# target to build an object file -src/locale/unix/SDL_syslocale.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.o -.PHONY : src/locale/unix/SDL_syslocale.c.o - -src/locale/unix/SDL_syslocale.i: src/locale/unix/SDL_syslocale.c.i -.PHONY : src/locale/unix/SDL_syslocale.i - -# target to preprocess a source file -src/locale/unix/SDL_syslocale.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.i -.PHONY : src/locale/unix/SDL_syslocale.c.i - -src/locale/unix/SDL_syslocale.s: src/locale/unix/SDL_syslocale.c.s -.PHONY : src/locale/unix/SDL_syslocale.s - -# target to generate assembly for a file -src/locale/unix/SDL_syslocale.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/locale/unix/SDL_syslocale.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/locale/unix/SDL_syslocale.c.s -.PHONY : src/locale/unix/SDL_syslocale.c.s - -src/main/SDL_main_callbacks.o: src/main/SDL_main_callbacks.c.o -.PHONY : src/main/SDL_main_callbacks.o - -# target to build an object file -src/main/SDL_main_callbacks.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.o -.PHONY : src/main/SDL_main_callbacks.c.o - -src/main/SDL_main_callbacks.i: src/main/SDL_main_callbacks.c.i -.PHONY : src/main/SDL_main_callbacks.i - -# target to preprocess a source file -src/main/SDL_main_callbacks.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.i -.PHONY : src/main/SDL_main_callbacks.c.i - -src/main/SDL_main_callbacks.s: src/main/SDL_main_callbacks.c.s -.PHONY : src/main/SDL_main_callbacks.s - -# target to generate assembly for a file -src/main/SDL_main_callbacks.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_main_callbacks.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_main_callbacks.c.s -.PHONY : src/main/SDL_main_callbacks.c.s - -src/main/SDL_runapp.o: src/main/SDL_runapp.c.o -.PHONY : src/main/SDL_runapp.o - -# target to build an object file -src/main/SDL_runapp.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.o -.PHONY : src/main/SDL_runapp.c.o - -src/main/SDL_runapp.i: src/main/SDL_runapp.c.i -.PHONY : src/main/SDL_runapp.i - -# target to preprocess a source file -src/main/SDL_runapp.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.i -.PHONY : src/main/SDL_runapp.c.i - -src/main/SDL_runapp.s: src/main/SDL_runapp.c.s -.PHONY : src/main/SDL_runapp.s - -# target to generate assembly for a file -src/main/SDL_runapp.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/main/SDL_runapp.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/main/SDL_runapp.c.s -.PHONY : src/main/SDL_runapp.c.s - -src/main/generic/SDL_sysmain_callbacks.o: src/main/generic/SDL_sysmain_callbacks.c.o -.PHONY : src/main/generic/SDL_sysmain_callbacks.o - -# target to build an object file -src/main/generic/SDL_sysmain_callbacks.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.o -.PHONY : src/main/generic/SDL_sysmain_callbacks.c.o - -src/main/generic/SDL_sysmain_callbacks.i: src/main/generic/SDL_sysmain_callbacks.c.i -.PHONY : src/main/generic/SDL_sysmain_callbacks.i - -# target to preprocess a source file -src/main/generic/SDL_sysmain_callbacks.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.i -.PHONY : src/main/generic/SDL_sysmain_callbacks.c.i - -src/main/generic/SDL_sysmain_callbacks.s: src/main/generic/SDL_sysmain_callbacks.c.s -.PHONY : src/main/generic/SDL_sysmain_callbacks.s - -# target to generate assembly for a file -src/main/generic/SDL_sysmain_callbacks.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/main/generic/SDL_sysmain_callbacks.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/main/generic/SDL_sysmain_callbacks.c.s -.PHONY : src/main/generic/SDL_sysmain_callbacks.c.s - -src/misc/SDL_url.o: src/misc/SDL_url.c.o -.PHONY : src/misc/SDL_url.o - -# target to build an object file -src/misc/SDL_url.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.o -.PHONY : src/misc/SDL_url.c.o - -src/misc/SDL_url.i: src/misc/SDL_url.c.i -.PHONY : src/misc/SDL_url.i - -# target to preprocess a source file -src/misc/SDL_url.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.i -.PHONY : src/misc/SDL_url.c.i - -src/misc/SDL_url.s: src/misc/SDL_url.c.s -.PHONY : src/misc/SDL_url.s - -# target to generate assembly for a file -src/misc/SDL_url.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/SDL_url.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/misc/SDL_url.c.s -.PHONY : src/misc/SDL_url.c.s - -src/misc/unix/SDL_sysurl.o: src/misc/unix/SDL_sysurl.c.o -.PHONY : src/misc/unix/SDL_sysurl.o - -# target to build an object file -src/misc/unix/SDL_sysurl.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.o -.PHONY : src/misc/unix/SDL_sysurl.c.o - -src/misc/unix/SDL_sysurl.i: src/misc/unix/SDL_sysurl.c.i -.PHONY : src/misc/unix/SDL_sysurl.i - -# target to preprocess a source file -src/misc/unix/SDL_sysurl.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.i -.PHONY : src/misc/unix/SDL_sysurl.c.i - -src/misc/unix/SDL_sysurl.s: src/misc/unix/SDL_sysurl.c.s -.PHONY : src/misc/unix/SDL_sysurl.s - -# target to generate assembly for a file -src/misc/unix/SDL_sysurl.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/misc/unix/SDL_sysurl.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/misc/unix/SDL_sysurl.c.s -.PHONY : src/misc/unix/SDL_sysurl.c.s - -src/power/SDL_power.o: src/power/SDL_power.c.o -.PHONY : src/power/SDL_power.o - -# target to build an object file -src/power/SDL_power.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.o -.PHONY : src/power/SDL_power.c.o - -src/power/SDL_power.i: src/power/SDL_power.c.i -.PHONY : src/power/SDL_power.i - -# target to preprocess a source file -src/power/SDL_power.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.i -.PHONY : src/power/SDL_power.c.i - -src/power/SDL_power.s: src/power/SDL_power.c.s -.PHONY : src/power/SDL_power.s - -# target to generate assembly for a file -src/power/SDL_power.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/power/SDL_power.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/power/SDL_power.c.s -.PHONY : src/power/SDL_power.c.s - -src/power/linux/SDL_syspower.o: src/power/linux/SDL_syspower.c.o -.PHONY : src/power/linux/SDL_syspower.o - -# target to build an object file -src/power/linux/SDL_syspower.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.o -.PHONY : src/power/linux/SDL_syspower.c.o - -src/power/linux/SDL_syspower.i: src/power/linux/SDL_syspower.c.i -.PHONY : src/power/linux/SDL_syspower.i - -# target to preprocess a source file -src/power/linux/SDL_syspower.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.i -.PHONY : src/power/linux/SDL_syspower.c.i - -src/power/linux/SDL_syspower.s: src/power/linux/SDL_syspower.c.s -.PHONY : src/power/linux/SDL_syspower.s - -# target to generate assembly for a file -src/power/linux/SDL_syspower.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/power/linux/SDL_syspower.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/power/linux/SDL_syspower.c.s -.PHONY : src/power/linux/SDL_syspower.c.s - -src/process/SDL_process.o: src/process/SDL_process.c.o -.PHONY : src/process/SDL_process.o - -# target to build an object file -src/process/SDL_process.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.o -.PHONY : src/process/SDL_process.c.o - -src/process/SDL_process.i: src/process/SDL_process.c.i -.PHONY : src/process/SDL_process.i - -# target to preprocess a source file -src/process/SDL_process.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.i -.PHONY : src/process/SDL_process.c.i - -src/process/SDL_process.s: src/process/SDL_process.c.s -.PHONY : src/process/SDL_process.s - -# target to generate assembly for a file -src/process/SDL_process.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/process/SDL_process.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/process/SDL_process.c.s -.PHONY : src/process/SDL_process.c.s - -src/process/posix/SDL_posixprocess.o: src/process/posix/SDL_posixprocess.c.o -.PHONY : src/process/posix/SDL_posixprocess.o - -# target to build an object file -src/process/posix/SDL_posixprocess.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.o -.PHONY : src/process/posix/SDL_posixprocess.c.o - -src/process/posix/SDL_posixprocess.i: src/process/posix/SDL_posixprocess.c.i -.PHONY : src/process/posix/SDL_posixprocess.i - -# target to preprocess a source file -src/process/posix/SDL_posixprocess.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.i -.PHONY : src/process/posix/SDL_posixprocess.c.i - -src/process/posix/SDL_posixprocess.s: src/process/posix/SDL_posixprocess.c.s -.PHONY : src/process/posix/SDL_posixprocess.s - -# target to generate assembly for a file -src/process/posix/SDL_posixprocess.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/process/posix/SDL_posixprocess.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/process/posix/SDL_posixprocess.c.s -.PHONY : src/process/posix/SDL_posixprocess.c.s - -src/render/SDL_d3dmath.o: src/render/SDL_d3dmath.c.o -.PHONY : src/render/SDL_d3dmath.o - -# target to build an object file -src/render/SDL_d3dmath.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.o -.PHONY : src/render/SDL_d3dmath.c.o - -src/render/SDL_d3dmath.i: src/render/SDL_d3dmath.c.i -.PHONY : src/render/SDL_d3dmath.i - -# target to preprocess a source file -src/render/SDL_d3dmath.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.i -.PHONY : src/render/SDL_d3dmath.c.i - -src/render/SDL_d3dmath.s: src/render/SDL_d3dmath.c.s -.PHONY : src/render/SDL_d3dmath.s - -# target to generate assembly for a file -src/render/SDL_d3dmath.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_d3dmath.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_d3dmath.c.s -.PHONY : src/render/SDL_d3dmath.c.s - -src/render/SDL_render.o: src/render/SDL_render.c.o -.PHONY : src/render/SDL_render.o - -# target to build an object file -src/render/SDL_render.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.o -.PHONY : src/render/SDL_render.c.o - -src/render/SDL_render.i: src/render/SDL_render.c.i -.PHONY : src/render/SDL_render.i - -# target to preprocess a source file -src/render/SDL_render.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.i -.PHONY : src/render/SDL_render.c.i - -src/render/SDL_render.s: src/render/SDL_render.c.s -.PHONY : src/render/SDL_render.s - -# target to generate assembly for a file -src/render/SDL_render.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render.c.s -.PHONY : src/render/SDL_render.c.s - -src/render/SDL_render_unsupported.o: src/render/SDL_render_unsupported.c.o -.PHONY : src/render/SDL_render_unsupported.o - -# target to build an object file -src/render/SDL_render_unsupported.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.o -.PHONY : src/render/SDL_render_unsupported.c.o - -src/render/SDL_render_unsupported.i: src/render/SDL_render_unsupported.c.i -.PHONY : src/render/SDL_render_unsupported.i - -# target to preprocess a source file -src/render/SDL_render_unsupported.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.i -.PHONY : src/render/SDL_render_unsupported.c.i - -src/render/SDL_render_unsupported.s: src/render/SDL_render_unsupported.c.s -.PHONY : src/render/SDL_render_unsupported.s - -# target to generate assembly for a file -src/render/SDL_render_unsupported.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_render_unsupported.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_render_unsupported.c.s -.PHONY : src/render/SDL_render_unsupported.c.s - -src/render/SDL_yuv_sw.o: src/render/SDL_yuv_sw.c.o -.PHONY : src/render/SDL_yuv_sw.o - -# target to build an object file -src/render/SDL_yuv_sw.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.o -.PHONY : src/render/SDL_yuv_sw.c.o - -src/render/SDL_yuv_sw.i: src/render/SDL_yuv_sw.c.i -.PHONY : src/render/SDL_yuv_sw.i - -# target to preprocess a source file -src/render/SDL_yuv_sw.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.i -.PHONY : src/render/SDL_yuv_sw.c.i - -src/render/SDL_yuv_sw.s: src/render/SDL_yuv_sw.c.s -.PHONY : src/render/SDL_yuv_sw.s - -# target to generate assembly for a file -src/render/SDL_yuv_sw.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/SDL_yuv_sw.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/SDL_yuv_sw.c.s -.PHONY : src/render/SDL_yuv_sw.c.s - -src/render/direct3d/SDL_render_d3d.o: src/render/direct3d/SDL_render_d3d.c.o -.PHONY : src/render/direct3d/SDL_render_d3d.o - -# target to build an object file -src/render/direct3d/SDL_render_d3d.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.o -.PHONY : src/render/direct3d/SDL_render_d3d.c.o - -src/render/direct3d/SDL_render_d3d.i: src/render/direct3d/SDL_render_d3d.c.i -.PHONY : src/render/direct3d/SDL_render_d3d.i - -# target to preprocess a source file -src/render/direct3d/SDL_render_d3d.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.i -.PHONY : src/render/direct3d/SDL_render_d3d.c.i - -src/render/direct3d/SDL_render_d3d.s: src/render/direct3d/SDL_render_d3d.c.s -.PHONY : src/render/direct3d/SDL_render_d3d.s - -# target to generate assembly for a file -src/render/direct3d/SDL_render_d3d.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_render_d3d.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_render_d3d.c.s -.PHONY : src/render/direct3d/SDL_render_d3d.c.s - -src/render/direct3d/SDL_shaders_d3d.o: src/render/direct3d/SDL_shaders_d3d.c.o -.PHONY : src/render/direct3d/SDL_shaders_d3d.o - -# target to build an object file -src/render/direct3d/SDL_shaders_d3d.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.o -.PHONY : src/render/direct3d/SDL_shaders_d3d.c.o - -src/render/direct3d/SDL_shaders_d3d.i: src/render/direct3d/SDL_shaders_d3d.c.i -.PHONY : src/render/direct3d/SDL_shaders_d3d.i - -# target to preprocess a source file -src/render/direct3d/SDL_shaders_d3d.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.i -.PHONY : src/render/direct3d/SDL_shaders_d3d.c.i - -src/render/direct3d/SDL_shaders_d3d.s: src/render/direct3d/SDL_shaders_d3d.c.s -.PHONY : src/render/direct3d/SDL_shaders_d3d.s - -# target to generate assembly for a file -src/render/direct3d/SDL_shaders_d3d.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d/SDL_shaders_d3d.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d/SDL_shaders_d3d.c.s -.PHONY : src/render/direct3d/SDL_shaders_d3d.c.s - -src/render/direct3d11/SDL_render_d3d11.o: src/render/direct3d11/SDL_render_d3d11.c.o -.PHONY : src/render/direct3d11/SDL_render_d3d11.o - -# target to build an object file -src/render/direct3d11/SDL_render_d3d11.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.o -.PHONY : src/render/direct3d11/SDL_render_d3d11.c.o - -src/render/direct3d11/SDL_render_d3d11.i: src/render/direct3d11/SDL_render_d3d11.c.i -.PHONY : src/render/direct3d11/SDL_render_d3d11.i - -# target to preprocess a source file -src/render/direct3d11/SDL_render_d3d11.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.i -.PHONY : src/render/direct3d11/SDL_render_d3d11.c.i - -src/render/direct3d11/SDL_render_d3d11.s: src/render/direct3d11/SDL_render_d3d11.c.s -.PHONY : src/render/direct3d11/SDL_render_d3d11.s - -# target to generate assembly for a file -src/render/direct3d11/SDL_render_d3d11.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_render_d3d11.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_render_d3d11.c.s -.PHONY : src/render/direct3d11/SDL_render_d3d11.c.s - -src/render/direct3d11/SDL_shaders_d3d11.o: src/render/direct3d11/SDL_shaders_d3d11.c.o -.PHONY : src/render/direct3d11/SDL_shaders_d3d11.o - -# target to build an object file -src/render/direct3d11/SDL_shaders_d3d11.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.o -.PHONY : src/render/direct3d11/SDL_shaders_d3d11.c.o - -src/render/direct3d11/SDL_shaders_d3d11.i: src/render/direct3d11/SDL_shaders_d3d11.c.i -.PHONY : src/render/direct3d11/SDL_shaders_d3d11.i - -# target to preprocess a source file -src/render/direct3d11/SDL_shaders_d3d11.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.i -.PHONY : src/render/direct3d11/SDL_shaders_d3d11.c.i - -src/render/direct3d11/SDL_shaders_d3d11.s: src/render/direct3d11/SDL_shaders_d3d11.c.s -.PHONY : src/render/direct3d11/SDL_shaders_d3d11.s - -# target to generate assembly for a file -src/render/direct3d11/SDL_shaders_d3d11.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d11/SDL_shaders_d3d11.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d11/SDL_shaders_d3d11.c.s -.PHONY : src/render/direct3d11/SDL_shaders_d3d11.c.s - -src/render/direct3d12/SDL_render_d3d12.o: src/render/direct3d12/SDL_render_d3d12.c.o -.PHONY : src/render/direct3d12/SDL_render_d3d12.o - -# target to build an object file -src/render/direct3d12/SDL_render_d3d12.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.o -.PHONY : src/render/direct3d12/SDL_render_d3d12.c.o - -src/render/direct3d12/SDL_render_d3d12.i: src/render/direct3d12/SDL_render_d3d12.c.i -.PHONY : src/render/direct3d12/SDL_render_d3d12.i - -# target to preprocess a source file -src/render/direct3d12/SDL_render_d3d12.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.i -.PHONY : src/render/direct3d12/SDL_render_d3d12.c.i - -src/render/direct3d12/SDL_render_d3d12.s: src/render/direct3d12/SDL_render_d3d12.c.s -.PHONY : src/render/direct3d12/SDL_render_d3d12.s - -# target to generate assembly for a file -src/render/direct3d12/SDL_render_d3d12.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_render_d3d12.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_render_d3d12.c.s -.PHONY : src/render/direct3d12/SDL_render_d3d12.c.s - -src/render/direct3d12/SDL_shaders_d3d12.o: src/render/direct3d12/SDL_shaders_d3d12.c.o -.PHONY : src/render/direct3d12/SDL_shaders_d3d12.o - -# target to build an object file -src/render/direct3d12/SDL_shaders_d3d12.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.o -.PHONY : src/render/direct3d12/SDL_shaders_d3d12.c.o - -src/render/direct3d12/SDL_shaders_d3d12.i: src/render/direct3d12/SDL_shaders_d3d12.c.i -.PHONY : src/render/direct3d12/SDL_shaders_d3d12.i - -# target to preprocess a source file -src/render/direct3d12/SDL_shaders_d3d12.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.i -.PHONY : src/render/direct3d12/SDL_shaders_d3d12.c.i - -src/render/direct3d12/SDL_shaders_d3d12.s: src/render/direct3d12/SDL_shaders_d3d12.c.s -.PHONY : src/render/direct3d12/SDL_shaders_d3d12.s - -# target to generate assembly for a file -src/render/direct3d12/SDL_shaders_d3d12.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/direct3d12/SDL_shaders_d3d12.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/direct3d12/SDL_shaders_d3d12.c.s -.PHONY : src/render/direct3d12/SDL_shaders_d3d12.c.s - -src/render/gpu/SDL_pipeline_gpu.o: src/render/gpu/SDL_pipeline_gpu.c.o -.PHONY : src/render/gpu/SDL_pipeline_gpu.o - -# target to build an object file -src/render/gpu/SDL_pipeline_gpu.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.o -.PHONY : src/render/gpu/SDL_pipeline_gpu.c.o - -src/render/gpu/SDL_pipeline_gpu.i: src/render/gpu/SDL_pipeline_gpu.c.i -.PHONY : src/render/gpu/SDL_pipeline_gpu.i - -# target to preprocess a source file -src/render/gpu/SDL_pipeline_gpu.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.i -.PHONY : src/render/gpu/SDL_pipeline_gpu.c.i - -src/render/gpu/SDL_pipeline_gpu.s: src/render/gpu/SDL_pipeline_gpu.c.s -.PHONY : src/render/gpu/SDL_pipeline_gpu.s - -# target to generate assembly for a file -src/render/gpu/SDL_pipeline_gpu.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_pipeline_gpu.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_pipeline_gpu.c.s -.PHONY : src/render/gpu/SDL_pipeline_gpu.c.s - -src/render/gpu/SDL_render_gpu.o: src/render/gpu/SDL_render_gpu.c.o -.PHONY : src/render/gpu/SDL_render_gpu.o - -# target to build an object file -src/render/gpu/SDL_render_gpu.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.o -.PHONY : src/render/gpu/SDL_render_gpu.c.o - -src/render/gpu/SDL_render_gpu.i: src/render/gpu/SDL_render_gpu.c.i -.PHONY : src/render/gpu/SDL_render_gpu.i - -# target to preprocess a source file -src/render/gpu/SDL_render_gpu.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.i -.PHONY : src/render/gpu/SDL_render_gpu.c.i - -src/render/gpu/SDL_render_gpu.s: src/render/gpu/SDL_render_gpu.c.s -.PHONY : src/render/gpu/SDL_render_gpu.s - -# target to generate assembly for a file -src/render/gpu/SDL_render_gpu.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_render_gpu.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_render_gpu.c.s -.PHONY : src/render/gpu/SDL_render_gpu.c.s - -src/render/gpu/SDL_shaders_gpu.o: src/render/gpu/SDL_shaders_gpu.c.o -.PHONY : src/render/gpu/SDL_shaders_gpu.o - -# target to build an object file -src/render/gpu/SDL_shaders_gpu.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.o -.PHONY : src/render/gpu/SDL_shaders_gpu.c.o - -src/render/gpu/SDL_shaders_gpu.i: src/render/gpu/SDL_shaders_gpu.c.i -.PHONY : src/render/gpu/SDL_shaders_gpu.i - -# target to preprocess a source file -src/render/gpu/SDL_shaders_gpu.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.i -.PHONY : src/render/gpu/SDL_shaders_gpu.c.i - -src/render/gpu/SDL_shaders_gpu.s: src/render/gpu/SDL_shaders_gpu.c.s -.PHONY : src/render/gpu/SDL_shaders_gpu.s - -# target to generate assembly for a file -src/render/gpu/SDL_shaders_gpu.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/gpu/SDL_shaders_gpu.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/gpu/SDL_shaders_gpu.c.s -.PHONY : src/render/gpu/SDL_shaders_gpu.c.s - -src/render/opengl/SDL_render_gl.o: src/render/opengl/SDL_render_gl.c.o -.PHONY : src/render/opengl/SDL_render_gl.o - -# target to build an object file -src/render/opengl/SDL_render_gl.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.o -.PHONY : src/render/opengl/SDL_render_gl.c.o - -src/render/opengl/SDL_render_gl.i: src/render/opengl/SDL_render_gl.c.i -.PHONY : src/render/opengl/SDL_render_gl.i - -# target to preprocess a source file -src/render/opengl/SDL_render_gl.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.i -.PHONY : src/render/opengl/SDL_render_gl.c.i - -src/render/opengl/SDL_render_gl.s: src/render/opengl/SDL_render_gl.c.s -.PHONY : src/render/opengl/SDL_render_gl.s - -# target to generate assembly for a file -src/render/opengl/SDL_render_gl.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_render_gl.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_render_gl.c.s -.PHONY : src/render/opengl/SDL_render_gl.c.s - -src/render/opengl/SDL_shaders_gl.o: src/render/opengl/SDL_shaders_gl.c.o -.PHONY : src/render/opengl/SDL_shaders_gl.o - -# target to build an object file -src/render/opengl/SDL_shaders_gl.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.o -.PHONY : src/render/opengl/SDL_shaders_gl.c.o - -src/render/opengl/SDL_shaders_gl.i: src/render/opengl/SDL_shaders_gl.c.i -.PHONY : src/render/opengl/SDL_shaders_gl.i - -# target to preprocess a source file -src/render/opengl/SDL_shaders_gl.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.i -.PHONY : src/render/opengl/SDL_shaders_gl.c.i - -src/render/opengl/SDL_shaders_gl.s: src/render/opengl/SDL_shaders_gl.c.s -.PHONY : src/render/opengl/SDL_shaders_gl.s - -# target to generate assembly for a file -src/render/opengl/SDL_shaders_gl.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengl/SDL_shaders_gl.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengl/SDL_shaders_gl.c.s -.PHONY : src/render/opengl/SDL_shaders_gl.c.s - -src/render/opengles2/SDL_render_gles2.o: src/render/opengles2/SDL_render_gles2.c.o -.PHONY : src/render/opengles2/SDL_render_gles2.o - -# target to build an object file -src/render/opengles2/SDL_render_gles2.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.o -.PHONY : src/render/opengles2/SDL_render_gles2.c.o - -src/render/opengles2/SDL_render_gles2.i: src/render/opengles2/SDL_render_gles2.c.i -.PHONY : src/render/opengles2/SDL_render_gles2.i - -# target to preprocess a source file -src/render/opengles2/SDL_render_gles2.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.i -.PHONY : src/render/opengles2/SDL_render_gles2.c.i - -src/render/opengles2/SDL_render_gles2.s: src/render/opengles2/SDL_render_gles2.c.s -.PHONY : src/render/opengles2/SDL_render_gles2.s - -# target to generate assembly for a file -src/render/opengles2/SDL_render_gles2.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_render_gles2.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_render_gles2.c.s -.PHONY : src/render/opengles2/SDL_render_gles2.c.s - -src/render/opengles2/SDL_shaders_gles2.o: src/render/opengles2/SDL_shaders_gles2.c.o -.PHONY : src/render/opengles2/SDL_shaders_gles2.o - -# target to build an object file -src/render/opengles2/SDL_shaders_gles2.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.o -.PHONY : src/render/opengles2/SDL_shaders_gles2.c.o - -src/render/opengles2/SDL_shaders_gles2.i: src/render/opengles2/SDL_shaders_gles2.c.i -.PHONY : src/render/opengles2/SDL_shaders_gles2.i - -# target to preprocess a source file -src/render/opengles2/SDL_shaders_gles2.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.i -.PHONY : src/render/opengles2/SDL_shaders_gles2.c.i - -src/render/opengles2/SDL_shaders_gles2.s: src/render/opengles2/SDL_shaders_gles2.c.s -.PHONY : src/render/opengles2/SDL_shaders_gles2.s - -# target to generate assembly for a file -src/render/opengles2/SDL_shaders_gles2.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/opengles2/SDL_shaders_gles2.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/opengles2/SDL_shaders_gles2.c.s -.PHONY : src/render/opengles2/SDL_shaders_gles2.c.s - -src/render/ps2/SDL_render_ps2.o: src/render/ps2/SDL_render_ps2.c.o -.PHONY : src/render/ps2/SDL_render_ps2.o - -# target to build an object file -src/render/ps2/SDL_render_ps2.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.o -.PHONY : src/render/ps2/SDL_render_ps2.c.o - -src/render/ps2/SDL_render_ps2.i: src/render/ps2/SDL_render_ps2.c.i -.PHONY : src/render/ps2/SDL_render_ps2.i - -# target to preprocess a source file -src/render/ps2/SDL_render_ps2.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.i -.PHONY : src/render/ps2/SDL_render_ps2.c.i - -src/render/ps2/SDL_render_ps2.s: src/render/ps2/SDL_render_ps2.c.s -.PHONY : src/render/ps2/SDL_render_ps2.s - -# target to generate assembly for a file -src/render/ps2/SDL_render_ps2.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/ps2/SDL_render_ps2.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/ps2/SDL_render_ps2.c.s -.PHONY : src/render/ps2/SDL_render_ps2.c.s - -src/render/psp/SDL_render_psp.o: src/render/psp/SDL_render_psp.c.o -.PHONY : src/render/psp/SDL_render_psp.o - -# target to build an object file -src/render/psp/SDL_render_psp.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.o -.PHONY : src/render/psp/SDL_render_psp.c.o - -src/render/psp/SDL_render_psp.i: src/render/psp/SDL_render_psp.c.i -.PHONY : src/render/psp/SDL_render_psp.i - -# target to preprocess a source file -src/render/psp/SDL_render_psp.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.i -.PHONY : src/render/psp/SDL_render_psp.c.i - -src/render/psp/SDL_render_psp.s: src/render/psp/SDL_render_psp.c.s -.PHONY : src/render/psp/SDL_render_psp.s - -# target to generate assembly for a file -src/render/psp/SDL_render_psp.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/psp/SDL_render_psp.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/psp/SDL_render_psp.c.s -.PHONY : src/render/psp/SDL_render_psp.c.s - -src/render/software/SDL_blendfillrect.o: src/render/software/SDL_blendfillrect.c.o -.PHONY : src/render/software/SDL_blendfillrect.o - -# target to build an object file -src/render/software/SDL_blendfillrect.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.o -.PHONY : src/render/software/SDL_blendfillrect.c.o - -src/render/software/SDL_blendfillrect.i: src/render/software/SDL_blendfillrect.c.i -.PHONY : src/render/software/SDL_blendfillrect.i - -# target to preprocess a source file -src/render/software/SDL_blendfillrect.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.i -.PHONY : src/render/software/SDL_blendfillrect.c.i - -src/render/software/SDL_blendfillrect.s: src/render/software/SDL_blendfillrect.c.s -.PHONY : src/render/software/SDL_blendfillrect.s - -# target to generate assembly for a file -src/render/software/SDL_blendfillrect.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendfillrect.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendfillrect.c.s -.PHONY : src/render/software/SDL_blendfillrect.c.s - -src/render/software/SDL_blendline.o: src/render/software/SDL_blendline.c.o -.PHONY : src/render/software/SDL_blendline.o - -# target to build an object file -src/render/software/SDL_blendline.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.o -.PHONY : src/render/software/SDL_blendline.c.o - -src/render/software/SDL_blendline.i: src/render/software/SDL_blendline.c.i -.PHONY : src/render/software/SDL_blendline.i - -# target to preprocess a source file -src/render/software/SDL_blendline.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.i -.PHONY : src/render/software/SDL_blendline.c.i - -src/render/software/SDL_blendline.s: src/render/software/SDL_blendline.c.s -.PHONY : src/render/software/SDL_blendline.s - -# target to generate assembly for a file -src/render/software/SDL_blendline.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendline.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendline.c.s -.PHONY : src/render/software/SDL_blendline.c.s - -src/render/software/SDL_blendpoint.o: src/render/software/SDL_blendpoint.c.o -.PHONY : src/render/software/SDL_blendpoint.o - -# target to build an object file -src/render/software/SDL_blendpoint.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.o -.PHONY : src/render/software/SDL_blendpoint.c.o - -src/render/software/SDL_blendpoint.i: src/render/software/SDL_blendpoint.c.i -.PHONY : src/render/software/SDL_blendpoint.i - -# target to preprocess a source file -src/render/software/SDL_blendpoint.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.i -.PHONY : src/render/software/SDL_blendpoint.c.i - -src/render/software/SDL_blendpoint.s: src/render/software/SDL_blendpoint.c.s -.PHONY : src/render/software/SDL_blendpoint.s - -# target to generate assembly for a file -src/render/software/SDL_blendpoint.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_blendpoint.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_blendpoint.c.s -.PHONY : src/render/software/SDL_blendpoint.c.s - -src/render/software/SDL_drawline.o: src/render/software/SDL_drawline.c.o -.PHONY : src/render/software/SDL_drawline.o - -# target to build an object file -src/render/software/SDL_drawline.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.o -.PHONY : src/render/software/SDL_drawline.c.o - -src/render/software/SDL_drawline.i: src/render/software/SDL_drawline.c.i -.PHONY : src/render/software/SDL_drawline.i - -# target to preprocess a source file -src/render/software/SDL_drawline.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.i -.PHONY : src/render/software/SDL_drawline.c.i - -src/render/software/SDL_drawline.s: src/render/software/SDL_drawline.c.s -.PHONY : src/render/software/SDL_drawline.s - -# target to generate assembly for a file -src/render/software/SDL_drawline.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawline.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawline.c.s -.PHONY : src/render/software/SDL_drawline.c.s - -src/render/software/SDL_drawpoint.o: src/render/software/SDL_drawpoint.c.o -.PHONY : src/render/software/SDL_drawpoint.o - -# target to build an object file -src/render/software/SDL_drawpoint.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.o -.PHONY : src/render/software/SDL_drawpoint.c.o - -src/render/software/SDL_drawpoint.i: src/render/software/SDL_drawpoint.c.i -.PHONY : src/render/software/SDL_drawpoint.i - -# target to preprocess a source file -src/render/software/SDL_drawpoint.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.i -.PHONY : src/render/software/SDL_drawpoint.c.i - -src/render/software/SDL_drawpoint.s: src/render/software/SDL_drawpoint.c.s -.PHONY : src/render/software/SDL_drawpoint.s - -# target to generate assembly for a file -src/render/software/SDL_drawpoint.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_drawpoint.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_drawpoint.c.s -.PHONY : src/render/software/SDL_drawpoint.c.s - -src/render/software/SDL_render_sw.o: src/render/software/SDL_render_sw.c.o -.PHONY : src/render/software/SDL_render_sw.o - -# target to build an object file -src/render/software/SDL_render_sw.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.o -.PHONY : src/render/software/SDL_render_sw.c.o - -src/render/software/SDL_render_sw.i: src/render/software/SDL_render_sw.c.i -.PHONY : src/render/software/SDL_render_sw.i - -# target to preprocess a source file -src/render/software/SDL_render_sw.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.i -.PHONY : src/render/software/SDL_render_sw.c.i - -src/render/software/SDL_render_sw.s: src/render/software/SDL_render_sw.c.s -.PHONY : src/render/software/SDL_render_sw.s - -# target to generate assembly for a file -src/render/software/SDL_render_sw.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_render_sw.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_render_sw.c.s -.PHONY : src/render/software/SDL_render_sw.c.s - -src/render/software/SDL_rotate.o: src/render/software/SDL_rotate.c.o -.PHONY : src/render/software/SDL_rotate.o - -# target to build an object file -src/render/software/SDL_rotate.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.o -.PHONY : src/render/software/SDL_rotate.c.o - -src/render/software/SDL_rotate.i: src/render/software/SDL_rotate.c.i -.PHONY : src/render/software/SDL_rotate.i - -# target to preprocess a source file -src/render/software/SDL_rotate.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.i -.PHONY : src/render/software/SDL_rotate.c.i - -src/render/software/SDL_rotate.s: src/render/software/SDL_rotate.c.s -.PHONY : src/render/software/SDL_rotate.s - -# target to generate assembly for a file -src/render/software/SDL_rotate.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_rotate.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_rotate.c.s -.PHONY : src/render/software/SDL_rotate.c.s - -src/render/software/SDL_triangle.o: src/render/software/SDL_triangle.c.o -.PHONY : src/render/software/SDL_triangle.o - -# target to build an object file -src/render/software/SDL_triangle.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.o -.PHONY : src/render/software/SDL_triangle.c.o - -src/render/software/SDL_triangle.i: src/render/software/SDL_triangle.c.i -.PHONY : src/render/software/SDL_triangle.i - -# target to preprocess a source file -src/render/software/SDL_triangle.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.i -.PHONY : src/render/software/SDL_triangle.c.i - -src/render/software/SDL_triangle.s: src/render/software/SDL_triangle.c.s -.PHONY : src/render/software/SDL_triangle.s - -# target to generate assembly for a file -src/render/software/SDL_triangle.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/software/SDL_triangle.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/software/SDL_triangle.c.s -.PHONY : src/render/software/SDL_triangle.c.s - -src/render/vitagxm/SDL_render_vita_gxm.o: src/render/vitagxm/SDL_render_vita_gxm.c.o -.PHONY : src/render/vitagxm/SDL_render_vita_gxm.o - -# target to build an object file -src/render/vitagxm/SDL_render_vita_gxm.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.o -.PHONY : src/render/vitagxm/SDL_render_vita_gxm.c.o - -src/render/vitagxm/SDL_render_vita_gxm.i: src/render/vitagxm/SDL_render_vita_gxm.c.i -.PHONY : src/render/vitagxm/SDL_render_vita_gxm.i - -# target to preprocess a source file -src/render/vitagxm/SDL_render_vita_gxm.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.i -.PHONY : src/render/vitagxm/SDL_render_vita_gxm.c.i - -src/render/vitagxm/SDL_render_vita_gxm.s: src/render/vitagxm/SDL_render_vita_gxm.c.s -.PHONY : src/render/vitagxm/SDL_render_vita_gxm.s - -# target to generate assembly for a file -src/render/vitagxm/SDL_render_vita_gxm.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm.c.s -.PHONY : src/render/vitagxm/SDL_render_vita_gxm.c.s - -src/render/vitagxm/SDL_render_vita_gxm_memory.o: src/render/vitagxm/SDL_render_vita_gxm_memory.c.o -.PHONY : src/render/vitagxm/SDL_render_vita_gxm_memory.o - -# target to build an object file -src/render/vitagxm/SDL_render_vita_gxm_memory.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.o -.PHONY : src/render/vitagxm/SDL_render_vita_gxm_memory.c.o - -src/render/vitagxm/SDL_render_vita_gxm_memory.i: src/render/vitagxm/SDL_render_vita_gxm_memory.c.i -.PHONY : src/render/vitagxm/SDL_render_vita_gxm_memory.i - -# target to preprocess a source file -src/render/vitagxm/SDL_render_vita_gxm_memory.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.i -.PHONY : src/render/vitagxm/SDL_render_vita_gxm_memory.c.i - -src/render/vitagxm/SDL_render_vita_gxm_memory.s: src/render/vitagxm/SDL_render_vita_gxm_memory.c.s -.PHONY : src/render/vitagxm/SDL_render_vita_gxm_memory.s - -# target to generate assembly for a file -src/render/vitagxm/SDL_render_vita_gxm_memory.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_memory.c.s -.PHONY : src/render/vitagxm/SDL_render_vita_gxm_memory.c.s - -src/render/vitagxm/SDL_render_vita_gxm_tools.o: src/render/vitagxm/SDL_render_vita_gxm_tools.c.o -.PHONY : src/render/vitagxm/SDL_render_vita_gxm_tools.o - -# target to build an object file -src/render/vitagxm/SDL_render_vita_gxm_tools.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.o -.PHONY : src/render/vitagxm/SDL_render_vita_gxm_tools.c.o - -src/render/vitagxm/SDL_render_vita_gxm_tools.i: src/render/vitagxm/SDL_render_vita_gxm_tools.c.i -.PHONY : src/render/vitagxm/SDL_render_vita_gxm_tools.i - -# target to preprocess a source file -src/render/vitagxm/SDL_render_vita_gxm_tools.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.i -.PHONY : src/render/vitagxm/SDL_render_vita_gxm_tools.c.i - -src/render/vitagxm/SDL_render_vita_gxm_tools.s: src/render/vitagxm/SDL_render_vita_gxm_tools.c.s -.PHONY : src/render/vitagxm/SDL_render_vita_gxm_tools.s - -# target to generate assembly for a file -src/render/vitagxm/SDL_render_vita_gxm_tools.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vitagxm/SDL_render_vita_gxm_tools.c.s -.PHONY : src/render/vitagxm/SDL_render_vita_gxm_tools.c.s - -src/render/vulkan/SDL_render_vulkan.o: src/render/vulkan/SDL_render_vulkan.c.o -.PHONY : src/render/vulkan/SDL_render_vulkan.o - -# target to build an object file -src/render/vulkan/SDL_render_vulkan.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.o -.PHONY : src/render/vulkan/SDL_render_vulkan.c.o - -src/render/vulkan/SDL_render_vulkan.i: src/render/vulkan/SDL_render_vulkan.c.i -.PHONY : src/render/vulkan/SDL_render_vulkan.i - -# target to preprocess a source file -src/render/vulkan/SDL_render_vulkan.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.i -.PHONY : src/render/vulkan/SDL_render_vulkan.c.i - -src/render/vulkan/SDL_render_vulkan.s: src/render/vulkan/SDL_render_vulkan.c.s -.PHONY : src/render/vulkan/SDL_render_vulkan.s - -# target to generate assembly for a file -src/render/vulkan/SDL_render_vulkan.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_render_vulkan.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_render_vulkan.c.s -.PHONY : src/render/vulkan/SDL_render_vulkan.c.s - -src/render/vulkan/SDL_shaders_vulkan.o: src/render/vulkan/SDL_shaders_vulkan.c.o -.PHONY : src/render/vulkan/SDL_shaders_vulkan.o - -# target to build an object file -src/render/vulkan/SDL_shaders_vulkan.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.o -.PHONY : src/render/vulkan/SDL_shaders_vulkan.c.o - -src/render/vulkan/SDL_shaders_vulkan.i: src/render/vulkan/SDL_shaders_vulkan.c.i -.PHONY : src/render/vulkan/SDL_shaders_vulkan.i - -# target to preprocess a source file -src/render/vulkan/SDL_shaders_vulkan.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.i -.PHONY : src/render/vulkan/SDL_shaders_vulkan.c.i - -src/render/vulkan/SDL_shaders_vulkan.s: src/render/vulkan/SDL_shaders_vulkan.c.s -.PHONY : src/render/vulkan/SDL_shaders_vulkan.s - -# target to generate assembly for a file -src/render/vulkan/SDL_shaders_vulkan.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/render/vulkan/SDL_shaders_vulkan.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/render/vulkan/SDL_shaders_vulkan.c.s -.PHONY : src/render/vulkan/SDL_shaders_vulkan.c.s - -src/sensor/SDL_sensor.o: src/sensor/SDL_sensor.c.o -.PHONY : src/sensor/SDL_sensor.o - -# target to build an object file -src/sensor/SDL_sensor.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.o -.PHONY : src/sensor/SDL_sensor.c.o - -src/sensor/SDL_sensor.i: src/sensor/SDL_sensor.c.i -.PHONY : src/sensor/SDL_sensor.i - -# target to preprocess a source file -src/sensor/SDL_sensor.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.i -.PHONY : src/sensor/SDL_sensor.c.i - -src/sensor/SDL_sensor.s: src/sensor/SDL_sensor.c.s -.PHONY : src/sensor/SDL_sensor.s - -# target to generate assembly for a file -src/sensor/SDL_sensor.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/SDL_sensor.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/SDL_sensor.c.s -.PHONY : src/sensor/SDL_sensor.c.s - -src/sensor/dummy/SDL_dummysensor.o: src/sensor/dummy/SDL_dummysensor.c.o -.PHONY : src/sensor/dummy/SDL_dummysensor.o - -# target to build an object file -src/sensor/dummy/SDL_dummysensor.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.o -.PHONY : src/sensor/dummy/SDL_dummysensor.c.o - -src/sensor/dummy/SDL_dummysensor.i: src/sensor/dummy/SDL_dummysensor.c.i -.PHONY : src/sensor/dummy/SDL_dummysensor.i - -# target to preprocess a source file -src/sensor/dummy/SDL_dummysensor.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.i -.PHONY : src/sensor/dummy/SDL_dummysensor.c.i - -src/sensor/dummy/SDL_dummysensor.s: src/sensor/dummy/SDL_dummysensor.c.s -.PHONY : src/sensor/dummy/SDL_dummysensor.s - -# target to generate assembly for a file -src/sensor/dummy/SDL_dummysensor.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/sensor/dummy/SDL_dummysensor.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/sensor/dummy/SDL_dummysensor.c.s -.PHONY : src/sensor/dummy/SDL_dummysensor.c.s - -src/stdlib/SDL_crc16.o: src/stdlib/SDL_crc16.c.o -.PHONY : src/stdlib/SDL_crc16.o - -# target to build an object file -src/stdlib/SDL_crc16.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.o -.PHONY : src/stdlib/SDL_crc16.c.o - -src/stdlib/SDL_crc16.i: src/stdlib/SDL_crc16.c.i -.PHONY : src/stdlib/SDL_crc16.i - -# target to preprocess a source file -src/stdlib/SDL_crc16.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.i -.PHONY : src/stdlib/SDL_crc16.c.i - -src/stdlib/SDL_crc16.s: src/stdlib/SDL_crc16.c.s -.PHONY : src/stdlib/SDL_crc16.s - -# target to generate assembly for a file -src/stdlib/SDL_crc16.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc16.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc16.c.s -.PHONY : src/stdlib/SDL_crc16.c.s - -src/stdlib/SDL_crc32.o: src/stdlib/SDL_crc32.c.o -.PHONY : src/stdlib/SDL_crc32.o - -# target to build an object file -src/stdlib/SDL_crc32.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.o -.PHONY : src/stdlib/SDL_crc32.c.o - -src/stdlib/SDL_crc32.i: src/stdlib/SDL_crc32.c.i -.PHONY : src/stdlib/SDL_crc32.i - -# target to preprocess a source file -src/stdlib/SDL_crc32.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.i -.PHONY : src/stdlib/SDL_crc32.c.i - -src/stdlib/SDL_crc32.s: src/stdlib/SDL_crc32.c.s -.PHONY : src/stdlib/SDL_crc32.s - -# target to generate assembly for a file -src/stdlib/SDL_crc32.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_crc32.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_crc32.c.s -.PHONY : src/stdlib/SDL_crc32.c.s - -src/stdlib/SDL_getenv.o: src/stdlib/SDL_getenv.c.o -.PHONY : src/stdlib/SDL_getenv.o - -# target to build an object file -src/stdlib/SDL_getenv.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.o -.PHONY : src/stdlib/SDL_getenv.c.o - -src/stdlib/SDL_getenv.i: src/stdlib/SDL_getenv.c.i -.PHONY : src/stdlib/SDL_getenv.i - -# target to preprocess a source file -src/stdlib/SDL_getenv.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.i -.PHONY : src/stdlib/SDL_getenv.c.i - -src/stdlib/SDL_getenv.s: src/stdlib/SDL_getenv.c.s -.PHONY : src/stdlib/SDL_getenv.s - -# target to generate assembly for a file -src/stdlib/SDL_getenv.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_getenv.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_getenv.c.s -.PHONY : src/stdlib/SDL_getenv.c.s - -src/stdlib/SDL_iconv.o: src/stdlib/SDL_iconv.c.o -.PHONY : src/stdlib/SDL_iconv.o - -# target to build an object file -src/stdlib/SDL_iconv.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.o -.PHONY : src/stdlib/SDL_iconv.c.o - -src/stdlib/SDL_iconv.i: src/stdlib/SDL_iconv.c.i -.PHONY : src/stdlib/SDL_iconv.i - -# target to preprocess a source file -src/stdlib/SDL_iconv.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.i -.PHONY : src/stdlib/SDL_iconv.c.i - -src/stdlib/SDL_iconv.s: src/stdlib/SDL_iconv.c.s -.PHONY : src/stdlib/SDL_iconv.s - -# target to generate assembly for a file -src/stdlib/SDL_iconv.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_iconv.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_iconv.c.s -.PHONY : src/stdlib/SDL_iconv.c.s - -src/stdlib/SDL_malloc.o: src/stdlib/SDL_malloc.c.o -.PHONY : src/stdlib/SDL_malloc.o - -# target to build an object file -src/stdlib/SDL_malloc.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.o -.PHONY : src/stdlib/SDL_malloc.c.o - -src/stdlib/SDL_malloc.i: src/stdlib/SDL_malloc.c.i -.PHONY : src/stdlib/SDL_malloc.i - -# target to preprocess a source file -src/stdlib/SDL_malloc.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.i -.PHONY : src/stdlib/SDL_malloc.c.i - -src/stdlib/SDL_malloc.s: src/stdlib/SDL_malloc.c.s -.PHONY : src/stdlib/SDL_malloc.s - -# target to generate assembly for a file -src/stdlib/SDL_malloc.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_malloc.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_malloc.c.s -.PHONY : src/stdlib/SDL_malloc.c.s - -src/stdlib/SDL_memcpy.o: src/stdlib/SDL_memcpy.c.o -.PHONY : src/stdlib/SDL_memcpy.o - -# target to build an object file -src/stdlib/SDL_memcpy.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.o -.PHONY : src/stdlib/SDL_memcpy.c.o - -src/stdlib/SDL_memcpy.i: src/stdlib/SDL_memcpy.c.i -.PHONY : src/stdlib/SDL_memcpy.i - -# target to preprocess a source file -src/stdlib/SDL_memcpy.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.i -.PHONY : src/stdlib/SDL_memcpy.c.i - -src/stdlib/SDL_memcpy.s: src/stdlib/SDL_memcpy.c.s -.PHONY : src/stdlib/SDL_memcpy.s - -# target to generate assembly for a file -src/stdlib/SDL_memcpy.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memcpy.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memcpy.c.s -.PHONY : src/stdlib/SDL_memcpy.c.s - -src/stdlib/SDL_memmove.o: src/stdlib/SDL_memmove.c.o -.PHONY : src/stdlib/SDL_memmove.o - -# target to build an object file -src/stdlib/SDL_memmove.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.o -.PHONY : src/stdlib/SDL_memmove.c.o - -src/stdlib/SDL_memmove.i: src/stdlib/SDL_memmove.c.i -.PHONY : src/stdlib/SDL_memmove.i - -# target to preprocess a source file -src/stdlib/SDL_memmove.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.i -.PHONY : src/stdlib/SDL_memmove.c.i - -src/stdlib/SDL_memmove.s: src/stdlib/SDL_memmove.c.s -.PHONY : src/stdlib/SDL_memmove.s - -# target to generate assembly for a file -src/stdlib/SDL_memmove.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memmove.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memmove.c.s -.PHONY : src/stdlib/SDL_memmove.c.s - -src/stdlib/SDL_memset.o: src/stdlib/SDL_memset.c.o -.PHONY : src/stdlib/SDL_memset.o - -# target to build an object file -src/stdlib/SDL_memset.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.o -.PHONY : src/stdlib/SDL_memset.c.o - -src/stdlib/SDL_memset.i: src/stdlib/SDL_memset.c.i -.PHONY : src/stdlib/SDL_memset.i - -# target to preprocess a source file -src/stdlib/SDL_memset.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.i -.PHONY : src/stdlib/SDL_memset.c.i - -src/stdlib/SDL_memset.s: src/stdlib/SDL_memset.c.s -.PHONY : src/stdlib/SDL_memset.s - -# target to generate assembly for a file -src/stdlib/SDL_memset.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_memset.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_memset.c.s -.PHONY : src/stdlib/SDL_memset.c.s - -src/stdlib/SDL_mslibc.o: src/stdlib/SDL_mslibc.c.o -.PHONY : src/stdlib/SDL_mslibc.o - -# target to build an object file -src/stdlib/SDL_mslibc.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.o -.PHONY : src/stdlib/SDL_mslibc.c.o - -src/stdlib/SDL_mslibc.i: src/stdlib/SDL_mslibc.c.i -.PHONY : src/stdlib/SDL_mslibc.i - -# target to preprocess a source file -src/stdlib/SDL_mslibc.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.i -.PHONY : src/stdlib/SDL_mslibc.c.i - -src/stdlib/SDL_mslibc.s: src/stdlib/SDL_mslibc.c.s -.PHONY : src/stdlib/SDL_mslibc.s - -# target to generate assembly for a file -src/stdlib/SDL_mslibc.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_mslibc.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_mslibc.c.s -.PHONY : src/stdlib/SDL_mslibc.c.s - -src/stdlib/SDL_murmur3.o: src/stdlib/SDL_murmur3.c.o -.PHONY : src/stdlib/SDL_murmur3.o - -# target to build an object file -src/stdlib/SDL_murmur3.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.o -.PHONY : src/stdlib/SDL_murmur3.c.o - -src/stdlib/SDL_murmur3.i: src/stdlib/SDL_murmur3.c.i -.PHONY : src/stdlib/SDL_murmur3.i - -# target to preprocess a source file -src/stdlib/SDL_murmur3.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.i -.PHONY : src/stdlib/SDL_murmur3.c.i - -src/stdlib/SDL_murmur3.s: src/stdlib/SDL_murmur3.c.s -.PHONY : src/stdlib/SDL_murmur3.s - -# target to generate assembly for a file -src/stdlib/SDL_murmur3.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_murmur3.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_murmur3.c.s -.PHONY : src/stdlib/SDL_murmur3.c.s - -src/stdlib/SDL_qsort.o: src/stdlib/SDL_qsort.c.o -.PHONY : src/stdlib/SDL_qsort.o - -# target to build an object file -src/stdlib/SDL_qsort.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.o -.PHONY : src/stdlib/SDL_qsort.c.o - -src/stdlib/SDL_qsort.i: src/stdlib/SDL_qsort.c.i -.PHONY : src/stdlib/SDL_qsort.i - -# target to preprocess a source file -src/stdlib/SDL_qsort.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.i -.PHONY : src/stdlib/SDL_qsort.c.i - -src/stdlib/SDL_qsort.s: src/stdlib/SDL_qsort.c.s -.PHONY : src/stdlib/SDL_qsort.s - -# target to generate assembly for a file -src/stdlib/SDL_qsort.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_qsort.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_qsort.c.s -.PHONY : src/stdlib/SDL_qsort.c.s - -src/stdlib/SDL_random.o: src/stdlib/SDL_random.c.o -.PHONY : src/stdlib/SDL_random.o - -# target to build an object file -src/stdlib/SDL_random.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.o -.PHONY : src/stdlib/SDL_random.c.o - -src/stdlib/SDL_random.i: src/stdlib/SDL_random.c.i -.PHONY : src/stdlib/SDL_random.i - -# target to preprocess a source file -src/stdlib/SDL_random.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.i -.PHONY : src/stdlib/SDL_random.c.i - -src/stdlib/SDL_random.s: src/stdlib/SDL_random.c.s -.PHONY : src/stdlib/SDL_random.s - -# target to generate assembly for a file -src/stdlib/SDL_random.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_random.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_random.c.s -.PHONY : src/stdlib/SDL_random.c.s - -src/stdlib/SDL_stdlib.o: src/stdlib/SDL_stdlib.c.o -.PHONY : src/stdlib/SDL_stdlib.o - -# target to build an object file -src/stdlib/SDL_stdlib.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.o -.PHONY : src/stdlib/SDL_stdlib.c.o - -src/stdlib/SDL_stdlib.i: src/stdlib/SDL_stdlib.c.i -.PHONY : src/stdlib/SDL_stdlib.i - -# target to preprocess a source file -src/stdlib/SDL_stdlib.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.i -.PHONY : src/stdlib/SDL_stdlib.c.i - -src/stdlib/SDL_stdlib.s: src/stdlib/SDL_stdlib.c.s -.PHONY : src/stdlib/SDL_stdlib.s - -# target to generate assembly for a file -src/stdlib/SDL_stdlib.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_stdlib.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_stdlib.c.s -.PHONY : src/stdlib/SDL_stdlib.c.s - -src/stdlib/SDL_string.o: src/stdlib/SDL_string.c.o -.PHONY : src/stdlib/SDL_string.o - -# target to build an object file -src/stdlib/SDL_string.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.o -.PHONY : src/stdlib/SDL_string.c.o - -src/stdlib/SDL_string.i: src/stdlib/SDL_string.c.i -.PHONY : src/stdlib/SDL_string.i - -# target to preprocess a source file -src/stdlib/SDL_string.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.i -.PHONY : src/stdlib/SDL_string.c.i - -src/stdlib/SDL_string.s: src/stdlib/SDL_string.c.s -.PHONY : src/stdlib/SDL_string.s - -# target to generate assembly for a file -src/stdlib/SDL_string.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_string.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_string.c.s -.PHONY : src/stdlib/SDL_string.c.s - -src/stdlib/SDL_strtokr.o: src/stdlib/SDL_strtokr.c.o -.PHONY : src/stdlib/SDL_strtokr.o - -# target to build an object file -src/stdlib/SDL_strtokr.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.o -.PHONY : src/stdlib/SDL_strtokr.c.o - -src/stdlib/SDL_strtokr.i: src/stdlib/SDL_strtokr.c.i -.PHONY : src/stdlib/SDL_strtokr.i - -# target to preprocess a source file -src/stdlib/SDL_strtokr.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.i -.PHONY : src/stdlib/SDL_strtokr.c.i - -src/stdlib/SDL_strtokr.s: src/stdlib/SDL_strtokr.c.s -.PHONY : src/stdlib/SDL_strtokr.s - -# target to generate assembly for a file -src/stdlib/SDL_strtokr.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/stdlib/SDL_strtokr.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/stdlib/SDL_strtokr.c.s -.PHONY : src/stdlib/SDL_strtokr.c.s - -src/storage/SDL_storage.o: src/storage/SDL_storage.c.o -.PHONY : src/storage/SDL_storage.o - -# target to build an object file -src/storage/SDL_storage.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.o -.PHONY : src/storage/SDL_storage.c.o - -src/storage/SDL_storage.i: src/storage/SDL_storage.c.i -.PHONY : src/storage/SDL_storage.i - -# target to preprocess a source file -src/storage/SDL_storage.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.i -.PHONY : src/storage/SDL_storage.c.i - -src/storage/SDL_storage.s: src/storage/SDL_storage.c.s -.PHONY : src/storage/SDL_storage.s - -# target to generate assembly for a file -src/storage/SDL_storage.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/SDL_storage.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/storage/SDL_storage.c.s -.PHONY : src/storage/SDL_storage.c.s - -src/storage/generic/SDL_genericstorage.o: src/storage/generic/SDL_genericstorage.c.o -.PHONY : src/storage/generic/SDL_genericstorage.o - -# target to build an object file -src/storage/generic/SDL_genericstorage.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.o -.PHONY : src/storage/generic/SDL_genericstorage.c.o - -src/storage/generic/SDL_genericstorage.i: src/storage/generic/SDL_genericstorage.c.i -.PHONY : src/storage/generic/SDL_genericstorage.i - -# target to preprocess a source file -src/storage/generic/SDL_genericstorage.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.i -.PHONY : src/storage/generic/SDL_genericstorage.c.i - -src/storage/generic/SDL_genericstorage.s: src/storage/generic/SDL_genericstorage.c.s -.PHONY : src/storage/generic/SDL_genericstorage.s - -# target to generate assembly for a file -src/storage/generic/SDL_genericstorage.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/generic/SDL_genericstorage.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/storage/generic/SDL_genericstorage.c.s -.PHONY : src/storage/generic/SDL_genericstorage.c.s - -src/storage/steam/SDL_steamstorage.o: src/storage/steam/SDL_steamstorage.c.o -.PHONY : src/storage/steam/SDL_steamstorage.o - -# target to build an object file -src/storage/steam/SDL_steamstorage.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.o -.PHONY : src/storage/steam/SDL_steamstorage.c.o - -src/storage/steam/SDL_steamstorage.i: src/storage/steam/SDL_steamstorage.c.i -.PHONY : src/storage/steam/SDL_steamstorage.i - -# target to preprocess a source file -src/storage/steam/SDL_steamstorage.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.i -.PHONY : src/storage/steam/SDL_steamstorage.c.i - -src/storage/steam/SDL_steamstorage.s: src/storage/steam/SDL_steamstorage.c.s -.PHONY : src/storage/steam/SDL_steamstorage.s - -# target to generate assembly for a file -src/storage/steam/SDL_steamstorage.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/storage/steam/SDL_steamstorage.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/storage/steam/SDL_steamstorage.c.s -.PHONY : src/storage/steam/SDL_steamstorage.c.s - -src/test/SDL_test_assert.o: src/test/SDL_test_assert.c.o -.PHONY : src/test/SDL_test_assert.o - -# target to build an object file -src/test/SDL_test_assert.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.o -.PHONY : src/test/SDL_test_assert.c.o - -src/test/SDL_test_assert.i: src/test/SDL_test_assert.c.i -.PHONY : src/test/SDL_test_assert.i - -# target to preprocess a source file -src/test/SDL_test_assert.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.i -.PHONY : src/test/SDL_test_assert.c.i - -src/test/SDL_test_assert.s: src/test/SDL_test_assert.c.s -.PHONY : src/test/SDL_test_assert.s - -# target to generate assembly for a file -src/test/SDL_test_assert.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_assert.c.s -.PHONY : src/test/SDL_test_assert.c.s - -src/test/SDL_test_common.o: src/test/SDL_test_common.c.o -.PHONY : src/test/SDL_test_common.o - -# target to build an object file -src/test/SDL_test_common.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.o -.PHONY : src/test/SDL_test_common.c.o - -src/test/SDL_test_common.i: src/test/SDL_test_common.c.i -.PHONY : src/test/SDL_test_common.i - -# target to preprocess a source file -src/test/SDL_test_common.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.i -.PHONY : src/test/SDL_test_common.c.i - -src/test/SDL_test_common.s: src/test/SDL_test_common.c.s -.PHONY : src/test/SDL_test_common.s - -# target to generate assembly for a file -src/test/SDL_test_common.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_common.c.s -.PHONY : src/test/SDL_test_common.c.s - -src/test/SDL_test_compare.o: src/test/SDL_test_compare.c.o -.PHONY : src/test/SDL_test_compare.o - -# target to build an object file -src/test/SDL_test_compare.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.o -.PHONY : src/test/SDL_test_compare.c.o - -src/test/SDL_test_compare.i: src/test/SDL_test_compare.c.i -.PHONY : src/test/SDL_test_compare.i - -# target to preprocess a source file -src/test/SDL_test_compare.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.i -.PHONY : src/test/SDL_test_compare.c.i - -src/test/SDL_test_compare.s: src/test/SDL_test_compare.c.s -.PHONY : src/test/SDL_test_compare.s - -# target to generate assembly for a file -src/test/SDL_test_compare.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_compare.c.s -.PHONY : src/test/SDL_test_compare.c.s - -src/test/SDL_test_crc32.o: src/test/SDL_test_crc32.c.o -.PHONY : src/test/SDL_test_crc32.o - -# target to build an object file -src/test/SDL_test_crc32.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.o -.PHONY : src/test/SDL_test_crc32.c.o - -src/test/SDL_test_crc32.i: src/test/SDL_test_crc32.c.i -.PHONY : src/test/SDL_test_crc32.i - -# target to preprocess a source file -src/test/SDL_test_crc32.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.i -.PHONY : src/test/SDL_test_crc32.c.i - -src/test/SDL_test_crc32.s: src/test/SDL_test_crc32.c.s -.PHONY : src/test/SDL_test_crc32.s - -# target to generate assembly for a file -src/test/SDL_test_crc32.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_crc32.c.s -.PHONY : src/test/SDL_test_crc32.c.s - -src/test/SDL_test_font.o: src/test/SDL_test_font.c.o -.PHONY : src/test/SDL_test_font.o - -# target to build an object file -src/test/SDL_test_font.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.o -.PHONY : src/test/SDL_test_font.c.o - -src/test/SDL_test_font.i: src/test/SDL_test_font.c.i -.PHONY : src/test/SDL_test_font.i - -# target to preprocess a source file -src/test/SDL_test_font.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.i -.PHONY : src/test/SDL_test_font.c.i - -src/test/SDL_test_font.s: src/test/SDL_test_font.c.s -.PHONY : src/test/SDL_test_font.s - -# target to generate assembly for a file -src/test/SDL_test_font.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_font.c.s -.PHONY : src/test/SDL_test_font.c.s - -src/test/SDL_test_fuzzer.o: src/test/SDL_test_fuzzer.c.o -.PHONY : src/test/SDL_test_fuzzer.o - -# target to build an object file -src/test/SDL_test_fuzzer.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.o -.PHONY : src/test/SDL_test_fuzzer.c.o - -src/test/SDL_test_fuzzer.i: src/test/SDL_test_fuzzer.c.i -.PHONY : src/test/SDL_test_fuzzer.i - -# target to preprocess a source file -src/test/SDL_test_fuzzer.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.i -.PHONY : src/test/SDL_test_fuzzer.c.i - -src/test/SDL_test_fuzzer.s: src/test/SDL_test_fuzzer.c.s -.PHONY : src/test/SDL_test_fuzzer.s - -# target to generate assembly for a file -src/test/SDL_test_fuzzer.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_fuzzer.c.s -.PHONY : src/test/SDL_test_fuzzer.c.s - -src/test/SDL_test_harness.o: src/test/SDL_test_harness.c.o -.PHONY : src/test/SDL_test_harness.o - -# target to build an object file -src/test/SDL_test_harness.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.o -.PHONY : src/test/SDL_test_harness.c.o - -src/test/SDL_test_harness.i: src/test/SDL_test_harness.c.i -.PHONY : src/test/SDL_test_harness.i - -# target to preprocess a source file -src/test/SDL_test_harness.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.i -.PHONY : src/test/SDL_test_harness.c.i - -src/test/SDL_test_harness.s: src/test/SDL_test_harness.c.s -.PHONY : src/test/SDL_test_harness.s - -# target to generate assembly for a file -src/test/SDL_test_harness.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_harness.c.s -.PHONY : src/test/SDL_test_harness.c.s - -src/test/SDL_test_log.o: src/test/SDL_test_log.c.o -.PHONY : src/test/SDL_test_log.o - -# target to build an object file -src/test/SDL_test_log.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.o -.PHONY : src/test/SDL_test_log.c.o - -src/test/SDL_test_log.i: src/test/SDL_test_log.c.i -.PHONY : src/test/SDL_test_log.i - -# target to preprocess a source file -src/test/SDL_test_log.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.i -.PHONY : src/test/SDL_test_log.c.i - -src/test/SDL_test_log.s: src/test/SDL_test_log.c.s -.PHONY : src/test/SDL_test_log.s - -# target to generate assembly for a file -src/test/SDL_test_log.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_log.c.s -.PHONY : src/test/SDL_test_log.c.s - -src/test/SDL_test_md5.o: src/test/SDL_test_md5.c.o -.PHONY : src/test/SDL_test_md5.o - -# target to build an object file -src/test/SDL_test_md5.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.o -.PHONY : src/test/SDL_test_md5.c.o - -src/test/SDL_test_md5.i: src/test/SDL_test_md5.c.i -.PHONY : src/test/SDL_test_md5.i - -# target to preprocess a source file -src/test/SDL_test_md5.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.i -.PHONY : src/test/SDL_test_md5.c.i - -src/test/SDL_test_md5.s: src/test/SDL_test_md5.c.s -.PHONY : src/test/SDL_test_md5.s - -# target to generate assembly for a file -src/test/SDL_test_md5.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_md5.c.s -.PHONY : src/test/SDL_test_md5.c.s - -src/test/SDL_test_memory.o: src/test/SDL_test_memory.c.o -.PHONY : src/test/SDL_test_memory.o - -# target to build an object file -src/test/SDL_test_memory.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.o -.PHONY : src/test/SDL_test_memory.c.o - -src/test/SDL_test_memory.i: src/test/SDL_test_memory.c.i -.PHONY : src/test/SDL_test_memory.i - -# target to preprocess a source file -src/test/SDL_test_memory.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.i -.PHONY : src/test/SDL_test_memory.c.i - -src/test/SDL_test_memory.s: src/test/SDL_test_memory.c.s -.PHONY : src/test/SDL_test_memory.s - -# target to generate assembly for a file -src/test/SDL_test_memory.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3_test.dir/build.make external/SDL/CMakeFiles/SDL3_test.dir/src/test/SDL_test_memory.c.s -.PHONY : src/test/SDL_test_memory.c.s - -src/thread/SDL_thread.o: src/thread/SDL_thread.c.o -.PHONY : src/thread/SDL_thread.o - -# target to build an object file -src/thread/SDL_thread.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.o -.PHONY : src/thread/SDL_thread.c.o - -src/thread/SDL_thread.i: src/thread/SDL_thread.c.i -.PHONY : src/thread/SDL_thread.i - -# target to preprocess a source file -src/thread/SDL_thread.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.i -.PHONY : src/thread/SDL_thread.c.i - -src/thread/SDL_thread.s: src/thread/SDL_thread.c.s -.PHONY : src/thread/SDL_thread.s - -# target to generate assembly for a file -src/thread/SDL_thread.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/SDL_thread.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/SDL_thread.c.s -.PHONY : src/thread/SDL_thread.c.s - -src/thread/pthread/SDL_syscond.o: src/thread/pthread/SDL_syscond.c.o -.PHONY : src/thread/pthread/SDL_syscond.o - -# target to build an object file -src/thread/pthread/SDL_syscond.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.o -.PHONY : src/thread/pthread/SDL_syscond.c.o - -src/thread/pthread/SDL_syscond.i: src/thread/pthread/SDL_syscond.c.i -.PHONY : src/thread/pthread/SDL_syscond.i - -# target to preprocess a source file -src/thread/pthread/SDL_syscond.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.i -.PHONY : src/thread/pthread/SDL_syscond.c.i - -src/thread/pthread/SDL_syscond.s: src/thread/pthread/SDL_syscond.c.s -.PHONY : src/thread/pthread/SDL_syscond.s - -# target to generate assembly for a file -src/thread/pthread/SDL_syscond.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syscond.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syscond.c.s -.PHONY : src/thread/pthread/SDL_syscond.c.s - -src/thread/pthread/SDL_sysmutex.o: src/thread/pthread/SDL_sysmutex.c.o -.PHONY : src/thread/pthread/SDL_sysmutex.o - -# target to build an object file -src/thread/pthread/SDL_sysmutex.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.o -.PHONY : src/thread/pthread/SDL_sysmutex.c.o - -src/thread/pthread/SDL_sysmutex.i: src/thread/pthread/SDL_sysmutex.c.i -.PHONY : src/thread/pthread/SDL_sysmutex.i - -# target to preprocess a source file -src/thread/pthread/SDL_sysmutex.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.i -.PHONY : src/thread/pthread/SDL_sysmutex.c.i - -src/thread/pthread/SDL_sysmutex.s: src/thread/pthread/SDL_sysmutex.c.s -.PHONY : src/thread/pthread/SDL_sysmutex.s - -# target to generate assembly for a file -src/thread/pthread/SDL_sysmutex.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysmutex.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysmutex.c.s -.PHONY : src/thread/pthread/SDL_sysmutex.c.s - -src/thread/pthread/SDL_sysrwlock.o: src/thread/pthread/SDL_sysrwlock.c.o -.PHONY : src/thread/pthread/SDL_sysrwlock.o - -# target to build an object file -src/thread/pthread/SDL_sysrwlock.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.o -.PHONY : src/thread/pthread/SDL_sysrwlock.c.o - -src/thread/pthread/SDL_sysrwlock.i: src/thread/pthread/SDL_sysrwlock.c.i -.PHONY : src/thread/pthread/SDL_sysrwlock.i - -# target to preprocess a source file -src/thread/pthread/SDL_sysrwlock.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.i -.PHONY : src/thread/pthread/SDL_sysrwlock.c.i - -src/thread/pthread/SDL_sysrwlock.s: src/thread/pthread/SDL_sysrwlock.c.s -.PHONY : src/thread/pthread/SDL_sysrwlock.s - -# target to generate assembly for a file -src/thread/pthread/SDL_sysrwlock.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_sysrwlock.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_sysrwlock.c.s -.PHONY : src/thread/pthread/SDL_sysrwlock.c.s - -src/thread/pthread/SDL_syssem.o: src/thread/pthread/SDL_syssem.c.o -.PHONY : src/thread/pthread/SDL_syssem.o - -# target to build an object file -src/thread/pthread/SDL_syssem.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.o -.PHONY : src/thread/pthread/SDL_syssem.c.o - -src/thread/pthread/SDL_syssem.i: src/thread/pthread/SDL_syssem.c.i -.PHONY : src/thread/pthread/SDL_syssem.i - -# target to preprocess a source file -src/thread/pthread/SDL_syssem.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.i -.PHONY : src/thread/pthread/SDL_syssem.c.i - -src/thread/pthread/SDL_syssem.s: src/thread/pthread/SDL_syssem.c.s -.PHONY : src/thread/pthread/SDL_syssem.s - -# target to generate assembly for a file -src/thread/pthread/SDL_syssem.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_syssem.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_syssem.c.s -.PHONY : src/thread/pthread/SDL_syssem.c.s - -src/thread/pthread/SDL_systhread.o: src/thread/pthread/SDL_systhread.c.o -.PHONY : src/thread/pthread/SDL_systhread.o - -# target to build an object file -src/thread/pthread/SDL_systhread.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.o -.PHONY : src/thread/pthread/SDL_systhread.c.o - -src/thread/pthread/SDL_systhread.i: src/thread/pthread/SDL_systhread.c.i -.PHONY : src/thread/pthread/SDL_systhread.i - -# target to preprocess a source file -src/thread/pthread/SDL_systhread.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.i -.PHONY : src/thread/pthread/SDL_systhread.c.i - -src/thread/pthread/SDL_systhread.s: src/thread/pthread/SDL_systhread.c.s -.PHONY : src/thread/pthread/SDL_systhread.s - -# target to generate assembly for a file -src/thread/pthread/SDL_systhread.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systhread.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systhread.c.s -.PHONY : src/thread/pthread/SDL_systhread.c.s - -src/thread/pthread/SDL_systls.o: src/thread/pthread/SDL_systls.c.o -.PHONY : src/thread/pthread/SDL_systls.o - -# target to build an object file -src/thread/pthread/SDL_systls.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.o -.PHONY : src/thread/pthread/SDL_systls.c.o - -src/thread/pthread/SDL_systls.i: src/thread/pthread/SDL_systls.c.i -.PHONY : src/thread/pthread/SDL_systls.i - -# target to preprocess a source file -src/thread/pthread/SDL_systls.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.i -.PHONY : src/thread/pthread/SDL_systls.c.i - -src/thread/pthread/SDL_systls.s: src/thread/pthread/SDL_systls.c.s -.PHONY : src/thread/pthread/SDL_systls.s - -# target to generate assembly for a file -src/thread/pthread/SDL_systls.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/thread/pthread/SDL_systls.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/thread/pthread/SDL_systls.c.s -.PHONY : src/thread/pthread/SDL_systls.c.s - -src/time/SDL_time.o: src/time/SDL_time.c.o -.PHONY : src/time/SDL_time.o - -# target to build an object file -src/time/SDL_time.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.o -.PHONY : src/time/SDL_time.c.o - -src/time/SDL_time.i: src/time/SDL_time.c.i -.PHONY : src/time/SDL_time.i - -# target to preprocess a source file -src/time/SDL_time.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.i -.PHONY : src/time/SDL_time.c.i - -src/time/SDL_time.s: src/time/SDL_time.c.s -.PHONY : src/time/SDL_time.s - -# target to generate assembly for a file -src/time/SDL_time.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/time/SDL_time.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/time/SDL_time.c.s -.PHONY : src/time/SDL_time.c.s - -src/time/unix/SDL_systime.o: src/time/unix/SDL_systime.c.o -.PHONY : src/time/unix/SDL_systime.o - -# target to build an object file -src/time/unix/SDL_systime.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.o -.PHONY : src/time/unix/SDL_systime.c.o - -src/time/unix/SDL_systime.i: src/time/unix/SDL_systime.c.i -.PHONY : src/time/unix/SDL_systime.i - -# target to preprocess a source file -src/time/unix/SDL_systime.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.i -.PHONY : src/time/unix/SDL_systime.c.i - -src/time/unix/SDL_systime.s: src/time/unix/SDL_systime.c.s -.PHONY : src/time/unix/SDL_systime.s - -# target to generate assembly for a file -src/time/unix/SDL_systime.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/time/unix/SDL_systime.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/time/unix/SDL_systime.c.s -.PHONY : src/time/unix/SDL_systime.c.s - -src/timer/SDL_timer.o: src/timer/SDL_timer.c.o -.PHONY : src/timer/SDL_timer.o - -# target to build an object file -src/timer/SDL_timer.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.o -.PHONY : src/timer/SDL_timer.c.o - -src/timer/SDL_timer.i: src/timer/SDL_timer.c.i -.PHONY : src/timer/SDL_timer.i - -# target to preprocess a source file -src/timer/SDL_timer.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.i -.PHONY : src/timer/SDL_timer.c.i - -src/timer/SDL_timer.s: src/timer/SDL_timer.c.s -.PHONY : src/timer/SDL_timer.s - -# target to generate assembly for a file -src/timer/SDL_timer.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/SDL_timer.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/timer/SDL_timer.c.s -.PHONY : src/timer/SDL_timer.c.s - -src/timer/unix/SDL_systimer.o: src/timer/unix/SDL_systimer.c.o -.PHONY : src/timer/unix/SDL_systimer.o - -# target to build an object file -src/timer/unix/SDL_systimer.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.o -.PHONY : src/timer/unix/SDL_systimer.c.o - -src/timer/unix/SDL_systimer.i: src/timer/unix/SDL_systimer.c.i -.PHONY : src/timer/unix/SDL_systimer.i - -# target to preprocess a source file -src/timer/unix/SDL_systimer.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.i -.PHONY : src/timer/unix/SDL_systimer.c.i - -src/timer/unix/SDL_systimer.s: src/timer/unix/SDL_systimer.c.s -.PHONY : src/timer/unix/SDL_systimer.s - -# target to generate assembly for a file -src/timer/unix/SDL_systimer.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/timer/unix/SDL_systimer.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/timer/unix/SDL_systimer.c.s -.PHONY : src/timer/unix/SDL_systimer.c.s - -src/tray/SDL_tray_utils.o: src/tray/SDL_tray_utils.c.o -.PHONY : src/tray/SDL_tray_utils.o - -# target to build an object file -src/tray/SDL_tray_utils.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.o -.PHONY : src/tray/SDL_tray_utils.c.o - -src/tray/SDL_tray_utils.i: src/tray/SDL_tray_utils.c.i -.PHONY : src/tray/SDL_tray_utils.i - -# target to preprocess a source file -src/tray/SDL_tray_utils.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.i -.PHONY : src/tray/SDL_tray_utils.c.i - -src/tray/SDL_tray_utils.s: src/tray/SDL_tray_utils.c.s -.PHONY : src/tray/SDL_tray_utils.s - -# target to generate assembly for a file -src/tray/SDL_tray_utils.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/SDL_tray_utils.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/tray/SDL_tray_utils.c.s -.PHONY : src/tray/SDL_tray_utils.c.s - -src/tray/unix/SDL_tray.o: src/tray/unix/SDL_tray.c.o -.PHONY : src/tray/unix/SDL_tray.o - -# target to build an object file -src/tray/unix/SDL_tray.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.o -.PHONY : src/tray/unix/SDL_tray.c.o - -src/tray/unix/SDL_tray.i: src/tray/unix/SDL_tray.c.i -.PHONY : src/tray/unix/SDL_tray.i - -# target to preprocess a source file -src/tray/unix/SDL_tray.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.i -.PHONY : src/tray/unix/SDL_tray.c.i - -src/tray/unix/SDL_tray.s: src/tray/unix/SDL_tray.c.s -.PHONY : src/tray/unix/SDL_tray.s - -# target to generate assembly for a file -src/tray/unix/SDL_tray.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/tray/unix/SDL_tray.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/tray/unix/SDL_tray.c.s -.PHONY : src/tray/unix/SDL_tray.c.s - -src/video/SDL_RLEaccel.o: src/video/SDL_RLEaccel.c.o -.PHONY : src/video/SDL_RLEaccel.o - -# target to build an object file -src/video/SDL_RLEaccel.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.o -.PHONY : src/video/SDL_RLEaccel.c.o - -src/video/SDL_RLEaccel.i: src/video/SDL_RLEaccel.c.i -.PHONY : src/video/SDL_RLEaccel.i - -# target to preprocess a source file -src/video/SDL_RLEaccel.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.i -.PHONY : src/video/SDL_RLEaccel.c.i - -src/video/SDL_RLEaccel.s: src/video/SDL_RLEaccel.c.s -.PHONY : src/video/SDL_RLEaccel.s - -# target to generate assembly for a file -src/video/SDL_RLEaccel.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_RLEaccel.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_RLEaccel.c.s -.PHONY : src/video/SDL_RLEaccel.c.s - -src/video/SDL_blit.o: src/video/SDL_blit.c.o -.PHONY : src/video/SDL_blit.o - -# target to build an object file -src/video/SDL_blit.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.o -.PHONY : src/video/SDL_blit.c.o - -src/video/SDL_blit.i: src/video/SDL_blit.c.i -.PHONY : src/video/SDL_blit.i - -# target to preprocess a source file -src/video/SDL_blit.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.i -.PHONY : src/video/SDL_blit.c.i - -src/video/SDL_blit.s: src/video/SDL_blit.c.s -.PHONY : src/video/SDL_blit.s - -# target to generate assembly for a file -src/video/SDL_blit.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit.c.s -.PHONY : src/video/SDL_blit.c.s - -src/video/SDL_blit_0.o: src/video/SDL_blit_0.c.o -.PHONY : src/video/SDL_blit_0.o - -# target to build an object file -src/video/SDL_blit_0.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.o -.PHONY : src/video/SDL_blit_0.c.o - -src/video/SDL_blit_0.i: src/video/SDL_blit_0.c.i -.PHONY : src/video/SDL_blit_0.i - -# target to preprocess a source file -src/video/SDL_blit_0.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.i -.PHONY : src/video/SDL_blit_0.c.i - -src/video/SDL_blit_0.s: src/video/SDL_blit_0.c.s -.PHONY : src/video/SDL_blit_0.s - -# target to generate assembly for a file -src/video/SDL_blit_0.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_0.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_0.c.s -.PHONY : src/video/SDL_blit_0.c.s - -src/video/SDL_blit_1.o: src/video/SDL_blit_1.c.o -.PHONY : src/video/SDL_blit_1.o - -# target to build an object file -src/video/SDL_blit_1.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.o -.PHONY : src/video/SDL_blit_1.c.o - -src/video/SDL_blit_1.i: src/video/SDL_blit_1.c.i -.PHONY : src/video/SDL_blit_1.i - -# target to preprocess a source file -src/video/SDL_blit_1.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.i -.PHONY : src/video/SDL_blit_1.c.i - -src/video/SDL_blit_1.s: src/video/SDL_blit_1.c.s -.PHONY : src/video/SDL_blit_1.s - -# target to generate assembly for a file -src/video/SDL_blit_1.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_1.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_1.c.s -.PHONY : src/video/SDL_blit_1.c.s - -src/video/SDL_blit_A.o: src/video/SDL_blit_A.c.o -.PHONY : src/video/SDL_blit_A.o - -# target to build an object file -src/video/SDL_blit_A.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.o -.PHONY : src/video/SDL_blit_A.c.o - -src/video/SDL_blit_A.i: src/video/SDL_blit_A.c.i -.PHONY : src/video/SDL_blit_A.i - -# target to preprocess a source file -src/video/SDL_blit_A.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.i -.PHONY : src/video/SDL_blit_A.c.i - -src/video/SDL_blit_A.s: src/video/SDL_blit_A.c.s -.PHONY : src/video/SDL_blit_A.s - -# target to generate assembly for a file -src/video/SDL_blit_A.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_A.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_A.c.s -.PHONY : src/video/SDL_blit_A.c.s - -src/video/SDL_blit_N.o: src/video/SDL_blit_N.c.o -.PHONY : src/video/SDL_blit_N.o - -# target to build an object file -src/video/SDL_blit_N.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.o -.PHONY : src/video/SDL_blit_N.c.o - -src/video/SDL_blit_N.i: src/video/SDL_blit_N.c.i -.PHONY : src/video/SDL_blit_N.i - -# target to preprocess a source file -src/video/SDL_blit_N.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.i -.PHONY : src/video/SDL_blit_N.c.i - -src/video/SDL_blit_N.s: src/video/SDL_blit_N.c.s -.PHONY : src/video/SDL_blit_N.s - -# target to generate assembly for a file -src/video/SDL_blit_N.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_N.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_N.c.s -.PHONY : src/video/SDL_blit_N.c.s - -src/video/SDL_blit_auto.o: src/video/SDL_blit_auto.c.o -.PHONY : src/video/SDL_blit_auto.o - -# target to build an object file -src/video/SDL_blit_auto.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.o -.PHONY : src/video/SDL_blit_auto.c.o - -src/video/SDL_blit_auto.i: src/video/SDL_blit_auto.c.i -.PHONY : src/video/SDL_blit_auto.i - -# target to preprocess a source file -src/video/SDL_blit_auto.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.i -.PHONY : src/video/SDL_blit_auto.c.i - -src/video/SDL_blit_auto.s: src/video/SDL_blit_auto.c.s -.PHONY : src/video/SDL_blit_auto.s - -# target to generate assembly for a file -src/video/SDL_blit_auto.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_auto.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_auto.c.s -.PHONY : src/video/SDL_blit_auto.c.s - -src/video/SDL_blit_copy.o: src/video/SDL_blit_copy.c.o -.PHONY : src/video/SDL_blit_copy.o - -# target to build an object file -src/video/SDL_blit_copy.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.o -.PHONY : src/video/SDL_blit_copy.c.o - -src/video/SDL_blit_copy.i: src/video/SDL_blit_copy.c.i -.PHONY : src/video/SDL_blit_copy.i - -# target to preprocess a source file -src/video/SDL_blit_copy.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.i -.PHONY : src/video/SDL_blit_copy.c.i - -src/video/SDL_blit_copy.s: src/video/SDL_blit_copy.c.s -.PHONY : src/video/SDL_blit_copy.s - -# target to generate assembly for a file -src/video/SDL_blit_copy.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_copy.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_copy.c.s -.PHONY : src/video/SDL_blit_copy.c.s - -src/video/SDL_blit_slow.o: src/video/SDL_blit_slow.c.o -.PHONY : src/video/SDL_blit_slow.o - -# target to build an object file -src/video/SDL_blit_slow.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.o -.PHONY : src/video/SDL_blit_slow.c.o - -src/video/SDL_blit_slow.i: src/video/SDL_blit_slow.c.i -.PHONY : src/video/SDL_blit_slow.i - -# target to preprocess a source file -src/video/SDL_blit_slow.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.i -.PHONY : src/video/SDL_blit_slow.c.i - -src/video/SDL_blit_slow.s: src/video/SDL_blit_slow.c.s -.PHONY : src/video/SDL_blit_slow.s - -# target to generate assembly for a file -src/video/SDL_blit_slow.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_blit_slow.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_blit_slow.c.s -.PHONY : src/video/SDL_blit_slow.c.s - -src/video/SDL_bmp.o: src/video/SDL_bmp.c.o -.PHONY : src/video/SDL_bmp.o - -# target to build an object file -src/video/SDL_bmp.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.o -.PHONY : src/video/SDL_bmp.c.o - -src/video/SDL_bmp.i: src/video/SDL_bmp.c.i -.PHONY : src/video/SDL_bmp.i - -# target to preprocess a source file -src/video/SDL_bmp.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.i -.PHONY : src/video/SDL_bmp.c.i - -src/video/SDL_bmp.s: src/video/SDL_bmp.c.s -.PHONY : src/video/SDL_bmp.s - -# target to generate assembly for a file -src/video/SDL_bmp.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_bmp.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_bmp.c.s -.PHONY : src/video/SDL_bmp.c.s - -src/video/SDL_clipboard.o: src/video/SDL_clipboard.c.o -.PHONY : src/video/SDL_clipboard.o - -# target to build an object file -src/video/SDL_clipboard.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.o -.PHONY : src/video/SDL_clipboard.c.o - -src/video/SDL_clipboard.i: src/video/SDL_clipboard.c.i -.PHONY : src/video/SDL_clipboard.i - -# target to preprocess a source file -src/video/SDL_clipboard.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.i -.PHONY : src/video/SDL_clipboard.c.i - -src/video/SDL_clipboard.s: src/video/SDL_clipboard.c.s -.PHONY : src/video/SDL_clipboard.s - -# target to generate assembly for a file -src/video/SDL_clipboard.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_clipboard.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_clipboard.c.s -.PHONY : src/video/SDL_clipboard.c.s - -src/video/SDL_egl.o: src/video/SDL_egl.c.o -.PHONY : src/video/SDL_egl.o - -# target to build an object file -src/video/SDL_egl.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.o -.PHONY : src/video/SDL_egl.c.o - -src/video/SDL_egl.i: src/video/SDL_egl.c.i -.PHONY : src/video/SDL_egl.i - -# target to preprocess a source file -src/video/SDL_egl.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.i -.PHONY : src/video/SDL_egl.c.i - -src/video/SDL_egl.s: src/video/SDL_egl.c.s -.PHONY : src/video/SDL_egl.s - -# target to generate assembly for a file -src/video/SDL_egl.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_egl.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_egl.c.s -.PHONY : src/video/SDL_egl.c.s - -src/video/SDL_fillrect.o: src/video/SDL_fillrect.c.o -.PHONY : src/video/SDL_fillrect.o - -# target to build an object file -src/video/SDL_fillrect.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.o -.PHONY : src/video/SDL_fillrect.c.o - -src/video/SDL_fillrect.i: src/video/SDL_fillrect.c.i -.PHONY : src/video/SDL_fillrect.i - -# target to preprocess a source file -src/video/SDL_fillrect.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.i -.PHONY : src/video/SDL_fillrect.c.i - -src/video/SDL_fillrect.s: src/video/SDL_fillrect.c.s -.PHONY : src/video/SDL_fillrect.s - -# target to generate assembly for a file -src/video/SDL_fillrect.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_fillrect.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_fillrect.c.s -.PHONY : src/video/SDL_fillrect.c.s - -src/video/SDL_pixels.o: src/video/SDL_pixels.c.o -.PHONY : src/video/SDL_pixels.o - -# target to build an object file -src/video/SDL_pixels.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.o -.PHONY : src/video/SDL_pixels.c.o - -src/video/SDL_pixels.i: src/video/SDL_pixels.c.i -.PHONY : src/video/SDL_pixels.i - -# target to preprocess a source file -src/video/SDL_pixels.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.i -.PHONY : src/video/SDL_pixels.c.i - -src/video/SDL_pixels.s: src/video/SDL_pixels.c.s -.PHONY : src/video/SDL_pixels.s - -# target to generate assembly for a file -src/video/SDL_pixels.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_pixels.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_pixels.c.s -.PHONY : src/video/SDL_pixels.c.s - -src/video/SDL_rect.o: src/video/SDL_rect.c.o -.PHONY : src/video/SDL_rect.o - -# target to build an object file -src/video/SDL_rect.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.o -.PHONY : src/video/SDL_rect.c.o - -src/video/SDL_rect.i: src/video/SDL_rect.c.i -.PHONY : src/video/SDL_rect.i - -# target to preprocess a source file -src/video/SDL_rect.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.i -.PHONY : src/video/SDL_rect.c.i - -src/video/SDL_rect.s: src/video/SDL_rect.c.s -.PHONY : src/video/SDL_rect.s - -# target to generate assembly for a file -src/video/SDL_rect.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_rect.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_rect.c.s -.PHONY : src/video/SDL_rect.c.s - -src/video/SDL_stb.o: src/video/SDL_stb.c.o -.PHONY : src/video/SDL_stb.o - -# target to build an object file -src/video/SDL_stb.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.o -.PHONY : src/video/SDL_stb.c.o - -src/video/SDL_stb.i: src/video/SDL_stb.c.i -.PHONY : src/video/SDL_stb.i - -# target to preprocess a source file -src/video/SDL_stb.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.i -.PHONY : src/video/SDL_stb.c.i - -src/video/SDL_stb.s: src/video/SDL_stb.c.s -.PHONY : src/video/SDL_stb.s - -# target to generate assembly for a file -src/video/SDL_stb.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stb.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stb.c.s -.PHONY : src/video/SDL_stb.c.s - -src/video/SDL_stretch.o: src/video/SDL_stretch.c.o -.PHONY : src/video/SDL_stretch.o - -# target to build an object file -src/video/SDL_stretch.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.o -.PHONY : src/video/SDL_stretch.c.o - -src/video/SDL_stretch.i: src/video/SDL_stretch.c.i -.PHONY : src/video/SDL_stretch.i - -# target to preprocess a source file -src/video/SDL_stretch.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.i -.PHONY : src/video/SDL_stretch.c.i - -src/video/SDL_stretch.s: src/video/SDL_stretch.c.s -.PHONY : src/video/SDL_stretch.s - -# target to generate assembly for a file -src/video/SDL_stretch.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_stretch.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_stretch.c.s -.PHONY : src/video/SDL_stretch.c.s - -src/video/SDL_surface.o: src/video/SDL_surface.c.o -.PHONY : src/video/SDL_surface.o - -# target to build an object file -src/video/SDL_surface.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.o -.PHONY : src/video/SDL_surface.c.o - -src/video/SDL_surface.i: src/video/SDL_surface.c.i -.PHONY : src/video/SDL_surface.i - -# target to preprocess a source file -src/video/SDL_surface.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.i -.PHONY : src/video/SDL_surface.c.i - -src/video/SDL_surface.s: src/video/SDL_surface.c.s -.PHONY : src/video/SDL_surface.s - -# target to generate assembly for a file -src/video/SDL_surface.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_surface.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_surface.c.s -.PHONY : src/video/SDL_surface.c.s - -src/video/SDL_video.o: src/video/SDL_video.c.o -.PHONY : src/video/SDL_video.o - -# target to build an object file -src/video/SDL_video.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.o -.PHONY : src/video/SDL_video.c.o - -src/video/SDL_video.i: src/video/SDL_video.c.i -.PHONY : src/video/SDL_video.i - -# target to preprocess a source file -src/video/SDL_video.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.i -.PHONY : src/video/SDL_video.c.i - -src/video/SDL_video.s: src/video/SDL_video.c.s -.PHONY : src/video/SDL_video.s - -# target to generate assembly for a file -src/video/SDL_video.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video.c.s -.PHONY : src/video/SDL_video.c.s - -src/video/SDL_video_unsupported.o: src/video/SDL_video_unsupported.c.o -.PHONY : src/video/SDL_video_unsupported.o - -# target to build an object file -src/video/SDL_video_unsupported.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.o -.PHONY : src/video/SDL_video_unsupported.c.o - -src/video/SDL_video_unsupported.i: src/video/SDL_video_unsupported.c.i -.PHONY : src/video/SDL_video_unsupported.i - -# target to preprocess a source file -src/video/SDL_video_unsupported.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.i -.PHONY : src/video/SDL_video_unsupported.c.i - -src/video/SDL_video_unsupported.s: src/video/SDL_video_unsupported.c.s -.PHONY : src/video/SDL_video_unsupported.s - -# target to generate assembly for a file -src/video/SDL_video_unsupported.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_video_unsupported.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_video_unsupported.c.s -.PHONY : src/video/SDL_video_unsupported.c.s - -src/video/SDL_vulkan_utils.o: src/video/SDL_vulkan_utils.c.o -.PHONY : src/video/SDL_vulkan_utils.o - -# target to build an object file -src/video/SDL_vulkan_utils.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.o -.PHONY : src/video/SDL_vulkan_utils.c.o - -src/video/SDL_vulkan_utils.i: src/video/SDL_vulkan_utils.c.i -.PHONY : src/video/SDL_vulkan_utils.i - -# target to preprocess a source file -src/video/SDL_vulkan_utils.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.i -.PHONY : src/video/SDL_vulkan_utils.c.i - -src/video/SDL_vulkan_utils.s: src/video/SDL_vulkan_utils.c.s -.PHONY : src/video/SDL_vulkan_utils.s - -# target to generate assembly for a file -src/video/SDL_vulkan_utils.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_vulkan_utils.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_vulkan_utils.c.s -.PHONY : src/video/SDL_vulkan_utils.c.s - -src/video/SDL_yuv.o: src/video/SDL_yuv.c.o -.PHONY : src/video/SDL_yuv.o - -# target to build an object file -src/video/SDL_yuv.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.o -.PHONY : src/video/SDL_yuv.c.o - -src/video/SDL_yuv.i: src/video/SDL_yuv.c.i -.PHONY : src/video/SDL_yuv.i - -# target to preprocess a source file -src/video/SDL_yuv.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.i -.PHONY : src/video/SDL_yuv.c.i - -src/video/SDL_yuv.s: src/video/SDL_yuv.c.s -.PHONY : src/video/SDL_yuv.s - -# target to generate assembly for a file -src/video/SDL_yuv.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/SDL_yuv.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/SDL_yuv.c.s -.PHONY : src/video/SDL_yuv.c.s - -src/video/dummy/SDL_nullevents.o: src/video/dummy/SDL_nullevents.c.o -.PHONY : src/video/dummy/SDL_nullevents.o - -# target to build an object file -src/video/dummy/SDL_nullevents.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.o -.PHONY : src/video/dummy/SDL_nullevents.c.o - -src/video/dummy/SDL_nullevents.i: src/video/dummy/SDL_nullevents.c.i -.PHONY : src/video/dummy/SDL_nullevents.i - -# target to preprocess a source file -src/video/dummy/SDL_nullevents.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.i -.PHONY : src/video/dummy/SDL_nullevents.c.i - -src/video/dummy/SDL_nullevents.s: src/video/dummy/SDL_nullevents.c.s -.PHONY : src/video/dummy/SDL_nullevents.s - -# target to generate assembly for a file -src/video/dummy/SDL_nullevents.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullevents.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullevents.c.s -.PHONY : src/video/dummy/SDL_nullevents.c.s - -src/video/dummy/SDL_nullframebuffer.o: src/video/dummy/SDL_nullframebuffer.c.o -.PHONY : src/video/dummy/SDL_nullframebuffer.o - -# target to build an object file -src/video/dummy/SDL_nullframebuffer.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.o -.PHONY : src/video/dummy/SDL_nullframebuffer.c.o - -src/video/dummy/SDL_nullframebuffer.i: src/video/dummy/SDL_nullframebuffer.c.i -.PHONY : src/video/dummy/SDL_nullframebuffer.i - -# target to preprocess a source file -src/video/dummy/SDL_nullframebuffer.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.i -.PHONY : src/video/dummy/SDL_nullframebuffer.c.i - -src/video/dummy/SDL_nullframebuffer.s: src/video/dummy/SDL_nullframebuffer.c.s -.PHONY : src/video/dummy/SDL_nullframebuffer.s - -# target to generate assembly for a file -src/video/dummy/SDL_nullframebuffer.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullframebuffer.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullframebuffer.c.s -.PHONY : src/video/dummy/SDL_nullframebuffer.c.s - -src/video/dummy/SDL_nullvideo.o: src/video/dummy/SDL_nullvideo.c.o -.PHONY : src/video/dummy/SDL_nullvideo.o - -# target to build an object file -src/video/dummy/SDL_nullvideo.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.o -.PHONY : src/video/dummy/SDL_nullvideo.c.o - -src/video/dummy/SDL_nullvideo.i: src/video/dummy/SDL_nullvideo.c.i -.PHONY : src/video/dummy/SDL_nullvideo.i - -# target to preprocess a source file -src/video/dummy/SDL_nullvideo.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.i -.PHONY : src/video/dummy/SDL_nullvideo.c.i - -src/video/dummy/SDL_nullvideo.s: src/video/dummy/SDL_nullvideo.c.s -.PHONY : src/video/dummy/SDL_nullvideo.s - -# target to generate assembly for a file -src/video/dummy/SDL_nullvideo.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/dummy/SDL_nullvideo.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/dummy/SDL_nullvideo.c.s -.PHONY : src/video/dummy/SDL_nullvideo.c.s - -src/video/kmsdrm/SDL_kmsdrmdyn.o: src/video/kmsdrm/SDL_kmsdrmdyn.c.o -.PHONY : src/video/kmsdrm/SDL_kmsdrmdyn.o - -# target to build an object file -src/video/kmsdrm/SDL_kmsdrmdyn.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.o -.PHONY : src/video/kmsdrm/SDL_kmsdrmdyn.c.o - -src/video/kmsdrm/SDL_kmsdrmdyn.i: src/video/kmsdrm/SDL_kmsdrmdyn.c.i -.PHONY : src/video/kmsdrm/SDL_kmsdrmdyn.i - -# target to preprocess a source file -src/video/kmsdrm/SDL_kmsdrmdyn.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.i -.PHONY : src/video/kmsdrm/SDL_kmsdrmdyn.c.i - -src/video/kmsdrm/SDL_kmsdrmdyn.s: src/video/kmsdrm/SDL_kmsdrmdyn.c.s -.PHONY : src/video/kmsdrm/SDL_kmsdrmdyn.s - -# target to generate assembly for a file -src/video/kmsdrm/SDL_kmsdrmdyn.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmdyn.c.s -.PHONY : src/video/kmsdrm/SDL_kmsdrmdyn.c.s - -src/video/kmsdrm/SDL_kmsdrmevents.o: src/video/kmsdrm/SDL_kmsdrmevents.c.o -.PHONY : src/video/kmsdrm/SDL_kmsdrmevents.o - -# target to build an object file -src/video/kmsdrm/SDL_kmsdrmevents.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.o -.PHONY : src/video/kmsdrm/SDL_kmsdrmevents.c.o - -src/video/kmsdrm/SDL_kmsdrmevents.i: src/video/kmsdrm/SDL_kmsdrmevents.c.i -.PHONY : src/video/kmsdrm/SDL_kmsdrmevents.i - -# target to preprocess a source file -src/video/kmsdrm/SDL_kmsdrmevents.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.i -.PHONY : src/video/kmsdrm/SDL_kmsdrmevents.c.i - -src/video/kmsdrm/SDL_kmsdrmevents.s: src/video/kmsdrm/SDL_kmsdrmevents.c.s -.PHONY : src/video/kmsdrm/SDL_kmsdrmevents.s - -# target to generate assembly for a file -src/video/kmsdrm/SDL_kmsdrmevents.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmevents.c.s -.PHONY : src/video/kmsdrm/SDL_kmsdrmevents.c.s - -src/video/kmsdrm/SDL_kmsdrmmouse.o: src/video/kmsdrm/SDL_kmsdrmmouse.c.o -.PHONY : src/video/kmsdrm/SDL_kmsdrmmouse.o - -# target to build an object file -src/video/kmsdrm/SDL_kmsdrmmouse.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.o -.PHONY : src/video/kmsdrm/SDL_kmsdrmmouse.c.o - -src/video/kmsdrm/SDL_kmsdrmmouse.i: src/video/kmsdrm/SDL_kmsdrmmouse.c.i -.PHONY : src/video/kmsdrm/SDL_kmsdrmmouse.i - -# target to preprocess a source file -src/video/kmsdrm/SDL_kmsdrmmouse.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.i -.PHONY : src/video/kmsdrm/SDL_kmsdrmmouse.c.i - -src/video/kmsdrm/SDL_kmsdrmmouse.s: src/video/kmsdrm/SDL_kmsdrmmouse.c.s -.PHONY : src/video/kmsdrm/SDL_kmsdrmmouse.s - -# target to generate assembly for a file -src/video/kmsdrm/SDL_kmsdrmmouse.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmmouse.c.s -.PHONY : src/video/kmsdrm/SDL_kmsdrmmouse.c.s - -src/video/kmsdrm/SDL_kmsdrmopengles.o: src/video/kmsdrm/SDL_kmsdrmopengles.c.o -.PHONY : src/video/kmsdrm/SDL_kmsdrmopengles.o - -# target to build an object file -src/video/kmsdrm/SDL_kmsdrmopengles.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.o -.PHONY : src/video/kmsdrm/SDL_kmsdrmopengles.c.o - -src/video/kmsdrm/SDL_kmsdrmopengles.i: src/video/kmsdrm/SDL_kmsdrmopengles.c.i -.PHONY : src/video/kmsdrm/SDL_kmsdrmopengles.i - -# target to preprocess a source file -src/video/kmsdrm/SDL_kmsdrmopengles.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.i -.PHONY : src/video/kmsdrm/SDL_kmsdrmopengles.c.i - -src/video/kmsdrm/SDL_kmsdrmopengles.s: src/video/kmsdrm/SDL_kmsdrmopengles.c.s -.PHONY : src/video/kmsdrm/SDL_kmsdrmopengles.s - -# target to generate assembly for a file -src/video/kmsdrm/SDL_kmsdrmopengles.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmopengles.c.s -.PHONY : src/video/kmsdrm/SDL_kmsdrmopengles.c.s - -src/video/kmsdrm/SDL_kmsdrmvideo.o: src/video/kmsdrm/SDL_kmsdrmvideo.c.o -.PHONY : src/video/kmsdrm/SDL_kmsdrmvideo.o - -# target to build an object file -src/video/kmsdrm/SDL_kmsdrmvideo.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.o -.PHONY : src/video/kmsdrm/SDL_kmsdrmvideo.c.o - -src/video/kmsdrm/SDL_kmsdrmvideo.i: src/video/kmsdrm/SDL_kmsdrmvideo.c.i -.PHONY : src/video/kmsdrm/SDL_kmsdrmvideo.i - -# target to preprocess a source file -src/video/kmsdrm/SDL_kmsdrmvideo.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.i -.PHONY : src/video/kmsdrm/SDL_kmsdrmvideo.c.i - -src/video/kmsdrm/SDL_kmsdrmvideo.s: src/video/kmsdrm/SDL_kmsdrmvideo.c.s -.PHONY : src/video/kmsdrm/SDL_kmsdrmvideo.s - -# target to generate assembly for a file -src/video/kmsdrm/SDL_kmsdrmvideo.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvideo.c.s -.PHONY : src/video/kmsdrm/SDL_kmsdrmvideo.c.s - -src/video/kmsdrm/SDL_kmsdrmvulkan.o: src/video/kmsdrm/SDL_kmsdrmvulkan.c.o -.PHONY : src/video/kmsdrm/SDL_kmsdrmvulkan.o - -# target to build an object file -src/video/kmsdrm/SDL_kmsdrmvulkan.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.o -.PHONY : src/video/kmsdrm/SDL_kmsdrmvulkan.c.o - -src/video/kmsdrm/SDL_kmsdrmvulkan.i: src/video/kmsdrm/SDL_kmsdrmvulkan.c.i -.PHONY : src/video/kmsdrm/SDL_kmsdrmvulkan.i - -# target to preprocess a source file -src/video/kmsdrm/SDL_kmsdrmvulkan.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.i -.PHONY : src/video/kmsdrm/SDL_kmsdrmvulkan.c.i - -src/video/kmsdrm/SDL_kmsdrmvulkan.s: src/video/kmsdrm/SDL_kmsdrmvulkan.c.s -.PHONY : src/video/kmsdrm/SDL_kmsdrmvulkan.s - -# target to generate assembly for a file -src/video/kmsdrm/SDL_kmsdrmvulkan.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/kmsdrm/SDL_kmsdrmvulkan.c.s -.PHONY : src/video/kmsdrm/SDL_kmsdrmvulkan.c.s - -src/video/offscreen/SDL_offscreenevents.o: src/video/offscreen/SDL_offscreenevents.c.o -.PHONY : src/video/offscreen/SDL_offscreenevents.o - -# target to build an object file -src/video/offscreen/SDL_offscreenevents.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.o -.PHONY : src/video/offscreen/SDL_offscreenevents.c.o - -src/video/offscreen/SDL_offscreenevents.i: src/video/offscreen/SDL_offscreenevents.c.i -.PHONY : src/video/offscreen/SDL_offscreenevents.i - -# target to preprocess a source file -src/video/offscreen/SDL_offscreenevents.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.i -.PHONY : src/video/offscreen/SDL_offscreenevents.c.i - -src/video/offscreen/SDL_offscreenevents.s: src/video/offscreen/SDL_offscreenevents.c.s -.PHONY : src/video/offscreen/SDL_offscreenevents.s - -# target to generate assembly for a file -src/video/offscreen/SDL_offscreenevents.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenevents.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenevents.c.s -.PHONY : src/video/offscreen/SDL_offscreenevents.c.s - -src/video/offscreen/SDL_offscreenframebuffer.o: src/video/offscreen/SDL_offscreenframebuffer.c.o -.PHONY : src/video/offscreen/SDL_offscreenframebuffer.o - -# target to build an object file -src/video/offscreen/SDL_offscreenframebuffer.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.o -.PHONY : src/video/offscreen/SDL_offscreenframebuffer.c.o - -src/video/offscreen/SDL_offscreenframebuffer.i: src/video/offscreen/SDL_offscreenframebuffer.c.i -.PHONY : src/video/offscreen/SDL_offscreenframebuffer.i - -# target to preprocess a source file -src/video/offscreen/SDL_offscreenframebuffer.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.i -.PHONY : src/video/offscreen/SDL_offscreenframebuffer.c.i - -src/video/offscreen/SDL_offscreenframebuffer.s: src/video/offscreen/SDL_offscreenframebuffer.c.s -.PHONY : src/video/offscreen/SDL_offscreenframebuffer.s - -# target to generate assembly for a file -src/video/offscreen/SDL_offscreenframebuffer.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenframebuffer.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenframebuffer.c.s -.PHONY : src/video/offscreen/SDL_offscreenframebuffer.c.s - -src/video/offscreen/SDL_offscreenopengles.o: src/video/offscreen/SDL_offscreenopengles.c.o -.PHONY : src/video/offscreen/SDL_offscreenopengles.o - -# target to build an object file -src/video/offscreen/SDL_offscreenopengles.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.o -.PHONY : src/video/offscreen/SDL_offscreenopengles.c.o - -src/video/offscreen/SDL_offscreenopengles.i: src/video/offscreen/SDL_offscreenopengles.c.i -.PHONY : src/video/offscreen/SDL_offscreenopengles.i - -# target to preprocess a source file -src/video/offscreen/SDL_offscreenopengles.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.i -.PHONY : src/video/offscreen/SDL_offscreenopengles.c.i - -src/video/offscreen/SDL_offscreenopengles.s: src/video/offscreen/SDL_offscreenopengles.c.s -.PHONY : src/video/offscreen/SDL_offscreenopengles.s - -# target to generate assembly for a file -src/video/offscreen/SDL_offscreenopengles.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenopengles.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenopengles.c.s -.PHONY : src/video/offscreen/SDL_offscreenopengles.c.s - -src/video/offscreen/SDL_offscreenvideo.o: src/video/offscreen/SDL_offscreenvideo.c.o -.PHONY : src/video/offscreen/SDL_offscreenvideo.o - -# target to build an object file -src/video/offscreen/SDL_offscreenvideo.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.o -.PHONY : src/video/offscreen/SDL_offscreenvideo.c.o - -src/video/offscreen/SDL_offscreenvideo.i: src/video/offscreen/SDL_offscreenvideo.c.i -.PHONY : src/video/offscreen/SDL_offscreenvideo.i - -# target to preprocess a source file -src/video/offscreen/SDL_offscreenvideo.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.i -.PHONY : src/video/offscreen/SDL_offscreenvideo.c.i - -src/video/offscreen/SDL_offscreenvideo.s: src/video/offscreen/SDL_offscreenvideo.c.s -.PHONY : src/video/offscreen/SDL_offscreenvideo.s - -# target to generate assembly for a file -src/video/offscreen/SDL_offscreenvideo.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvideo.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvideo.c.s -.PHONY : src/video/offscreen/SDL_offscreenvideo.c.s - -src/video/offscreen/SDL_offscreenvulkan.o: src/video/offscreen/SDL_offscreenvulkan.c.o -.PHONY : src/video/offscreen/SDL_offscreenvulkan.o - -# target to build an object file -src/video/offscreen/SDL_offscreenvulkan.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.o -.PHONY : src/video/offscreen/SDL_offscreenvulkan.c.o - -src/video/offscreen/SDL_offscreenvulkan.i: src/video/offscreen/SDL_offscreenvulkan.c.i -.PHONY : src/video/offscreen/SDL_offscreenvulkan.i - -# target to preprocess a source file -src/video/offscreen/SDL_offscreenvulkan.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.i -.PHONY : src/video/offscreen/SDL_offscreenvulkan.c.i - -src/video/offscreen/SDL_offscreenvulkan.s: src/video/offscreen/SDL_offscreenvulkan.c.s -.PHONY : src/video/offscreen/SDL_offscreenvulkan.s - -# target to generate assembly for a file -src/video/offscreen/SDL_offscreenvulkan.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenvulkan.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenvulkan.c.s -.PHONY : src/video/offscreen/SDL_offscreenvulkan.c.s - -src/video/offscreen/SDL_offscreenwindow.o: src/video/offscreen/SDL_offscreenwindow.c.o -.PHONY : src/video/offscreen/SDL_offscreenwindow.o - -# target to build an object file -src/video/offscreen/SDL_offscreenwindow.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.o -.PHONY : src/video/offscreen/SDL_offscreenwindow.c.o - -src/video/offscreen/SDL_offscreenwindow.i: src/video/offscreen/SDL_offscreenwindow.c.i -.PHONY : src/video/offscreen/SDL_offscreenwindow.i - -# target to preprocess a source file -src/video/offscreen/SDL_offscreenwindow.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.i -.PHONY : src/video/offscreen/SDL_offscreenwindow.c.i - -src/video/offscreen/SDL_offscreenwindow.s: src/video/offscreen/SDL_offscreenwindow.c.s -.PHONY : src/video/offscreen/SDL_offscreenwindow.s - -# target to generate assembly for a file -src/video/offscreen/SDL_offscreenwindow.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/offscreen/SDL_offscreenwindow.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/offscreen/SDL_offscreenwindow.c.s -.PHONY : src/video/offscreen/SDL_offscreenwindow.c.s - -src/video/wayland/SDL_waylandclipboard.o: src/video/wayland/SDL_waylandclipboard.c.o -.PHONY : src/video/wayland/SDL_waylandclipboard.o - -# target to build an object file -src/video/wayland/SDL_waylandclipboard.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.o -.PHONY : src/video/wayland/SDL_waylandclipboard.c.o - -src/video/wayland/SDL_waylandclipboard.i: src/video/wayland/SDL_waylandclipboard.c.i -.PHONY : src/video/wayland/SDL_waylandclipboard.i - -# target to preprocess a source file -src/video/wayland/SDL_waylandclipboard.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.i -.PHONY : src/video/wayland/SDL_waylandclipboard.c.i - -src/video/wayland/SDL_waylandclipboard.s: src/video/wayland/SDL_waylandclipboard.c.s -.PHONY : src/video/wayland/SDL_waylandclipboard.s - -# target to generate assembly for a file -src/video/wayland/SDL_waylandclipboard.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandclipboard.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandclipboard.c.s -.PHONY : src/video/wayland/SDL_waylandclipboard.c.s - -src/video/wayland/SDL_waylandcolor.o: src/video/wayland/SDL_waylandcolor.c.o -.PHONY : src/video/wayland/SDL_waylandcolor.o - -# target to build an object file -src/video/wayland/SDL_waylandcolor.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.o -.PHONY : src/video/wayland/SDL_waylandcolor.c.o - -src/video/wayland/SDL_waylandcolor.i: src/video/wayland/SDL_waylandcolor.c.i -.PHONY : src/video/wayland/SDL_waylandcolor.i - -# target to preprocess a source file -src/video/wayland/SDL_waylandcolor.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.i -.PHONY : src/video/wayland/SDL_waylandcolor.c.i - -src/video/wayland/SDL_waylandcolor.s: src/video/wayland/SDL_waylandcolor.c.s -.PHONY : src/video/wayland/SDL_waylandcolor.s - -# target to generate assembly for a file -src/video/wayland/SDL_waylandcolor.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandcolor.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandcolor.c.s -.PHONY : src/video/wayland/SDL_waylandcolor.c.s - -src/video/wayland/SDL_waylanddatamanager.o: src/video/wayland/SDL_waylanddatamanager.c.o -.PHONY : src/video/wayland/SDL_waylanddatamanager.o - -# target to build an object file -src/video/wayland/SDL_waylanddatamanager.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.o -.PHONY : src/video/wayland/SDL_waylanddatamanager.c.o - -src/video/wayland/SDL_waylanddatamanager.i: src/video/wayland/SDL_waylanddatamanager.c.i -.PHONY : src/video/wayland/SDL_waylanddatamanager.i - -# target to preprocess a source file -src/video/wayland/SDL_waylanddatamanager.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.i -.PHONY : src/video/wayland/SDL_waylanddatamanager.c.i - -src/video/wayland/SDL_waylanddatamanager.s: src/video/wayland/SDL_waylanddatamanager.c.s -.PHONY : src/video/wayland/SDL_waylanddatamanager.s - -# target to generate assembly for a file -src/video/wayland/SDL_waylanddatamanager.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddatamanager.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddatamanager.c.s -.PHONY : src/video/wayland/SDL_waylanddatamanager.c.s - -src/video/wayland/SDL_waylanddyn.o: src/video/wayland/SDL_waylanddyn.c.o -.PHONY : src/video/wayland/SDL_waylanddyn.o - -# target to build an object file -src/video/wayland/SDL_waylanddyn.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.o -.PHONY : src/video/wayland/SDL_waylanddyn.c.o - -src/video/wayland/SDL_waylanddyn.i: src/video/wayland/SDL_waylanddyn.c.i -.PHONY : src/video/wayland/SDL_waylanddyn.i - -# target to preprocess a source file -src/video/wayland/SDL_waylanddyn.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.i -.PHONY : src/video/wayland/SDL_waylanddyn.c.i - -src/video/wayland/SDL_waylanddyn.s: src/video/wayland/SDL_waylanddyn.c.s -.PHONY : src/video/wayland/SDL_waylanddyn.s - -# target to generate assembly for a file -src/video/wayland/SDL_waylanddyn.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylanddyn.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylanddyn.c.s -.PHONY : src/video/wayland/SDL_waylanddyn.c.s - -src/video/wayland/SDL_waylandevents.o: src/video/wayland/SDL_waylandevents.c.o -.PHONY : src/video/wayland/SDL_waylandevents.o - -# target to build an object file -src/video/wayland/SDL_waylandevents.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.o -.PHONY : src/video/wayland/SDL_waylandevents.c.o - -src/video/wayland/SDL_waylandevents.i: src/video/wayland/SDL_waylandevents.c.i -.PHONY : src/video/wayland/SDL_waylandevents.i - -# target to preprocess a source file -src/video/wayland/SDL_waylandevents.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.i -.PHONY : src/video/wayland/SDL_waylandevents.c.i - -src/video/wayland/SDL_waylandevents.s: src/video/wayland/SDL_waylandevents.c.s -.PHONY : src/video/wayland/SDL_waylandevents.s - -# target to generate assembly for a file -src/video/wayland/SDL_waylandevents.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandevents.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandevents.c.s -.PHONY : src/video/wayland/SDL_waylandevents.c.s - -src/video/wayland/SDL_waylandkeyboard.o: src/video/wayland/SDL_waylandkeyboard.c.o -.PHONY : src/video/wayland/SDL_waylandkeyboard.o - -# target to build an object file -src/video/wayland/SDL_waylandkeyboard.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.o -.PHONY : src/video/wayland/SDL_waylandkeyboard.c.o - -src/video/wayland/SDL_waylandkeyboard.i: src/video/wayland/SDL_waylandkeyboard.c.i -.PHONY : src/video/wayland/SDL_waylandkeyboard.i - -# target to preprocess a source file -src/video/wayland/SDL_waylandkeyboard.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.i -.PHONY : src/video/wayland/SDL_waylandkeyboard.c.i - -src/video/wayland/SDL_waylandkeyboard.s: src/video/wayland/SDL_waylandkeyboard.c.s -.PHONY : src/video/wayland/SDL_waylandkeyboard.s - -# target to generate assembly for a file -src/video/wayland/SDL_waylandkeyboard.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandkeyboard.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandkeyboard.c.s -.PHONY : src/video/wayland/SDL_waylandkeyboard.c.s - -src/video/wayland/SDL_waylandmessagebox.o: src/video/wayland/SDL_waylandmessagebox.c.o -.PHONY : src/video/wayland/SDL_waylandmessagebox.o - -# target to build an object file -src/video/wayland/SDL_waylandmessagebox.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.o -.PHONY : src/video/wayland/SDL_waylandmessagebox.c.o - -src/video/wayland/SDL_waylandmessagebox.i: src/video/wayland/SDL_waylandmessagebox.c.i -.PHONY : src/video/wayland/SDL_waylandmessagebox.i - -# target to preprocess a source file -src/video/wayland/SDL_waylandmessagebox.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.i -.PHONY : src/video/wayland/SDL_waylandmessagebox.c.i - -src/video/wayland/SDL_waylandmessagebox.s: src/video/wayland/SDL_waylandmessagebox.c.s -.PHONY : src/video/wayland/SDL_waylandmessagebox.s - -# target to generate assembly for a file -src/video/wayland/SDL_waylandmessagebox.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmessagebox.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmessagebox.c.s -.PHONY : src/video/wayland/SDL_waylandmessagebox.c.s - -src/video/wayland/SDL_waylandmouse.o: src/video/wayland/SDL_waylandmouse.c.o -.PHONY : src/video/wayland/SDL_waylandmouse.o - -# target to build an object file -src/video/wayland/SDL_waylandmouse.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.o -.PHONY : src/video/wayland/SDL_waylandmouse.c.o - -src/video/wayland/SDL_waylandmouse.i: src/video/wayland/SDL_waylandmouse.c.i -.PHONY : src/video/wayland/SDL_waylandmouse.i - -# target to preprocess a source file -src/video/wayland/SDL_waylandmouse.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.i -.PHONY : src/video/wayland/SDL_waylandmouse.c.i - -src/video/wayland/SDL_waylandmouse.s: src/video/wayland/SDL_waylandmouse.c.s -.PHONY : src/video/wayland/SDL_waylandmouse.s - -# target to generate assembly for a file -src/video/wayland/SDL_waylandmouse.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandmouse.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandmouse.c.s -.PHONY : src/video/wayland/SDL_waylandmouse.c.s - -src/video/wayland/SDL_waylandopengles.o: src/video/wayland/SDL_waylandopengles.c.o -.PHONY : src/video/wayland/SDL_waylandopengles.o - -# target to build an object file -src/video/wayland/SDL_waylandopengles.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.o -.PHONY : src/video/wayland/SDL_waylandopengles.c.o - -src/video/wayland/SDL_waylandopengles.i: src/video/wayland/SDL_waylandopengles.c.i -.PHONY : src/video/wayland/SDL_waylandopengles.i - -# target to preprocess a source file -src/video/wayland/SDL_waylandopengles.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.i -.PHONY : src/video/wayland/SDL_waylandopengles.c.i - -src/video/wayland/SDL_waylandopengles.s: src/video/wayland/SDL_waylandopengles.c.s -.PHONY : src/video/wayland/SDL_waylandopengles.s - -# target to generate assembly for a file -src/video/wayland/SDL_waylandopengles.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandopengles.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandopengles.c.s -.PHONY : src/video/wayland/SDL_waylandopengles.c.s - -src/video/wayland/SDL_waylandshmbuffer.o: src/video/wayland/SDL_waylandshmbuffer.c.o -.PHONY : src/video/wayland/SDL_waylandshmbuffer.o - -# target to build an object file -src/video/wayland/SDL_waylandshmbuffer.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.o -.PHONY : src/video/wayland/SDL_waylandshmbuffer.c.o - -src/video/wayland/SDL_waylandshmbuffer.i: src/video/wayland/SDL_waylandshmbuffer.c.i -.PHONY : src/video/wayland/SDL_waylandshmbuffer.i - -# target to preprocess a source file -src/video/wayland/SDL_waylandshmbuffer.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.i -.PHONY : src/video/wayland/SDL_waylandshmbuffer.c.i - -src/video/wayland/SDL_waylandshmbuffer.s: src/video/wayland/SDL_waylandshmbuffer.c.s -.PHONY : src/video/wayland/SDL_waylandshmbuffer.s - -# target to generate assembly for a file -src/video/wayland/SDL_waylandshmbuffer.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandshmbuffer.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandshmbuffer.c.s -.PHONY : src/video/wayland/SDL_waylandshmbuffer.c.s - -src/video/wayland/SDL_waylandvideo.o: src/video/wayland/SDL_waylandvideo.c.o -.PHONY : src/video/wayland/SDL_waylandvideo.o - -# target to build an object file -src/video/wayland/SDL_waylandvideo.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.o -.PHONY : src/video/wayland/SDL_waylandvideo.c.o - -src/video/wayland/SDL_waylandvideo.i: src/video/wayland/SDL_waylandvideo.c.i -.PHONY : src/video/wayland/SDL_waylandvideo.i - -# target to preprocess a source file -src/video/wayland/SDL_waylandvideo.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.i -.PHONY : src/video/wayland/SDL_waylandvideo.c.i - -src/video/wayland/SDL_waylandvideo.s: src/video/wayland/SDL_waylandvideo.c.s -.PHONY : src/video/wayland/SDL_waylandvideo.s - -# target to generate assembly for a file -src/video/wayland/SDL_waylandvideo.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvideo.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvideo.c.s -.PHONY : src/video/wayland/SDL_waylandvideo.c.s - -src/video/wayland/SDL_waylandvulkan.o: src/video/wayland/SDL_waylandvulkan.c.o -.PHONY : src/video/wayland/SDL_waylandvulkan.o - -# target to build an object file -src/video/wayland/SDL_waylandvulkan.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.o -.PHONY : src/video/wayland/SDL_waylandvulkan.c.o - -src/video/wayland/SDL_waylandvulkan.i: src/video/wayland/SDL_waylandvulkan.c.i -.PHONY : src/video/wayland/SDL_waylandvulkan.i - -# target to preprocess a source file -src/video/wayland/SDL_waylandvulkan.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.i -.PHONY : src/video/wayland/SDL_waylandvulkan.c.i - -src/video/wayland/SDL_waylandvulkan.s: src/video/wayland/SDL_waylandvulkan.c.s -.PHONY : src/video/wayland/SDL_waylandvulkan.s - -# target to generate assembly for a file -src/video/wayland/SDL_waylandvulkan.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandvulkan.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandvulkan.c.s -.PHONY : src/video/wayland/SDL_waylandvulkan.c.s - -src/video/wayland/SDL_waylandwindow.o: src/video/wayland/SDL_waylandwindow.c.o -.PHONY : src/video/wayland/SDL_waylandwindow.o - -# target to build an object file -src/video/wayland/SDL_waylandwindow.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.o -.PHONY : src/video/wayland/SDL_waylandwindow.c.o - -src/video/wayland/SDL_waylandwindow.i: src/video/wayland/SDL_waylandwindow.c.i -.PHONY : src/video/wayland/SDL_waylandwindow.i - -# target to preprocess a source file -src/video/wayland/SDL_waylandwindow.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.i -.PHONY : src/video/wayland/SDL_waylandwindow.c.i - -src/video/wayland/SDL_waylandwindow.s: src/video/wayland/SDL_waylandwindow.c.s -.PHONY : src/video/wayland/SDL_waylandwindow.s - -# target to generate assembly for a file -src/video/wayland/SDL_waylandwindow.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/wayland/SDL_waylandwindow.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/wayland/SDL_waylandwindow.c.s -.PHONY : src/video/wayland/SDL_waylandwindow.c.s - -src/video/x11/SDL_x11clipboard.o: src/video/x11/SDL_x11clipboard.c.o -.PHONY : src/video/x11/SDL_x11clipboard.o - -# target to build an object file -src/video/x11/SDL_x11clipboard.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.o -.PHONY : src/video/x11/SDL_x11clipboard.c.o - -src/video/x11/SDL_x11clipboard.i: src/video/x11/SDL_x11clipboard.c.i -.PHONY : src/video/x11/SDL_x11clipboard.i - -# target to preprocess a source file -src/video/x11/SDL_x11clipboard.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.i -.PHONY : src/video/x11/SDL_x11clipboard.c.i - -src/video/x11/SDL_x11clipboard.s: src/video/x11/SDL_x11clipboard.c.s -.PHONY : src/video/x11/SDL_x11clipboard.s - -# target to generate assembly for a file -src/video/x11/SDL_x11clipboard.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11clipboard.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11clipboard.c.s -.PHONY : src/video/x11/SDL_x11clipboard.c.s - -src/video/x11/SDL_x11dyn.o: src/video/x11/SDL_x11dyn.c.o -.PHONY : src/video/x11/SDL_x11dyn.o - -# target to build an object file -src/video/x11/SDL_x11dyn.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.o -.PHONY : src/video/x11/SDL_x11dyn.c.o - -src/video/x11/SDL_x11dyn.i: src/video/x11/SDL_x11dyn.c.i -.PHONY : src/video/x11/SDL_x11dyn.i - -# target to preprocess a source file -src/video/x11/SDL_x11dyn.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.i -.PHONY : src/video/x11/SDL_x11dyn.c.i - -src/video/x11/SDL_x11dyn.s: src/video/x11/SDL_x11dyn.c.s -.PHONY : src/video/x11/SDL_x11dyn.s - -# target to generate assembly for a file -src/video/x11/SDL_x11dyn.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11dyn.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11dyn.c.s -.PHONY : src/video/x11/SDL_x11dyn.c.s - -src/video/x11/SDL_x11events.o: src/video/x11/SDL_x11events.c.o -.PHONY : src/video/x11/SDL_x11events.o - -# target to build an object file -src/video/x11/SDL_x11events.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.o -.PHONY : src/video/x11/SDL_x11events.c.o - -src/video/x11/SDL_x11events.i: src/video/x11/SDL_x11events.c.i -.PHONY : src/video/x11/SDL_x11events.i - -# target to preprocess a source file -src/video/x11/SDL_x11events.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.i -.PHONY : src/video/x11/SDL_x11events.c.i - -src/video/x11/SDL_x11events.s: src/video/x11/SDL_x11events.c.s -.PHONY : src/video/x11/SDL_x11events.s - -# target to generate assembly for a file -src/video/x11/SDL_x11events.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11events.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11events.c.s -.PHONY : src/video/x11/SDL_x11events.c.s - -src/video/x11/SDL_x11framebuffer.o: src/video/x11/SDL_x11framebuffer.c.o -.PHONY : src/video/x11/SDL_x11framebuffer.o - -# target to build an object file -src/video/x11/SDL_x11framebuffer.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.o -.PHONY : src/video/x11/SDL_x11framebuffer.c.o - -src/video/x11/SDL_x11framebuffer.i: src/video/x11/SDL_x11framebuffer.c.i -.PHONY : src/video/x11/SDL_x11framebuffer.i - -# target to preprocess a source file -src/video/x11/SDL_x11framebuffer.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.i -.PHONY : src/video/x11/SDL_x11framebuffer.c.i - -src/video/x11/SDL_x11framebuffer.s: src/video/x11/SDL_x11framebuffer.c.s -.PHONY : src/video/x11/SDL_x11framebuffer.s - -# target to generate assembly for a file -src/video/x11/SDL_x11framebuffer.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11framebuffer.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11framebuffer.c.s -.PHONY : src/video/x11/SDL_x11framebuffer.c.s - -src/video/x11/SDL_x11keyboard.o: src/video/x11/SDL_x11keyboard.c.o -.PHONY : src/video/x11/SDL_x11keyboard.o - -# target to build an object file -src/video/x11/SDL_x11keyboard.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.o -.PHONY : src/video/x11/SDL_x11keyboard.c.o - -src/video/x11/SDL_x11keyboard.i: src/video/x11/SDL_x11keyboard.c.i -.PHONY : src/video/x11/SDL_x11keyboard.i - -# target to preprocess a source file -src/video/x11/SDL_x11keyboard.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.i -.PHONY : src/video/x11/SDL_x11keyboard.c.i - -src/video/x11/SDL_x11keyboard.s: src/video/x11/SDL_x11keyboard.c.s -.PHONY : src/video/x11/SDL_x11keyboard.s - -# target to generate assembly for a file -src/video/x11/SDL_x11keyboard.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11keyboard.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11keyboard.c.s -.PHONY : src/video/x11/SDL_x11keyboard.c.s - -src/video/x11/SDL_x11messagebox.o: src/video/x11/SDL_x11messagebox.c.o -.PHONY : src/video/x11/SDL_x11messagebox.o - -# target to build an object file -src/video/x11/SDL_x11messagebox.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.o -.PHONY : src/video/x11/SDL_x11messagebox.c.o - -src/video/x11/SDL_x11messagebox.i: src/video/x11/SDL_x11messagebox.c.i -.PHONY : src/video/x11/SDL_x11messagebox.i - -# target to preprocess a source file -src/video/x11/SDL_x11messagebox.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.i -.PHONY : src/video/x11/SDL_x11messagebox.c.i - -src/video/x11/SDL_x11messagebox.s: src/video/x11/SDL_x11messagebox.c.s -.PHONY : src/video/x11/SDL_x11messagebox.s - -# target to generate assembly for a file -src/video/x11/SDL_x11messagebox.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11messagebox.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11messagebox.c.s -.PHONY : src/video/x11/SDL_x11messagebox.c.s - -src/video/x11/SDL_x11modes.o: src/video/x11/SDL_x11modes.c.o -.PHONY : src/video/x11/SDL_x11modes.o - -# target to build an object file -src/video/x11/SDL_x11modes.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.o -.PHONY : src/video/x11/SDL_x11modes.c.o - -src/video/x11/SDL_x11modes.i: src/video/x11/SDL_x11modes.c.i -.PHONY : src/video/x11/SDL_x11modes.i - -# target to preprocess a source file -src/video/x11/SDL_x11modes.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.i -.PHONY : src/video/x11/SDL_x11modes.c.i - -src/video/x11/SDL_x11modes.s: src/video/x11/SDL_x11modes.c.s -.PHONY : src/video/x11/SDL_x11modes.s - -# target to generate assembly for a file -src/video/x11/SDL_x11modes.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11modes.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11modes.c.s -.PHONY : src/video/x11/SDL_x11modes.c.s - -src/video/x11/SDL_x11mouse.o: src/video/x11/SDL_x11mouse.c.o -.PHONY : src/video/x11/SDL_x11mouse.o - -# target to build an object file -src/video/x11/SDL_x11mouse.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.o -.PHONY : src/video/x11/SDL_x11mouse.c.o - -src/video/x11/SDL_x11mouse.i: src/video/x11/SDL_x11mouse.c.i -.PHONY : src/video/x11/SDL_x11mouse.i - -# target to preprocess a source file -src/video/x11/SDL_x11mouse.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.i -.PHONY : src/video/x11/SDL_x11mouse.c.i - -src/video/x11/SDL_x11mouse.s: src/video/x11/SDL_x11mouse.c.s -.PHONY : src/video/x11/SDL_x11mouse.s - -# target to generate assembly for a file -src/video/x11/SDL_x11mouse.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11mouse.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11mouse.c.s -.PHONY : src/video/x11/SDL_x11mouse.c.s - -src/video/x11/SDL_x11opengl.o: src/video/x11/SDL_x11opengl.c.o -.PHONY : src/video/x11/SDL_x11opengl.o - -# target to build an object file -src/video/x11/SDL_x11opengl.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.o -.PHONY : src/video/x11/SDL_x11opengl.c.o - -src/video/x11/SDL_x11opengl.i: src/video/x11/SDL_x11opengl.c.i -.PHONY : src/video/x11/SDL_x11opengl.i - -# target to preprocess a source file -src/video/x11/SDL_x11opengl.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.i -.PHONY : src/video/x11/SDL_x11opengl.c.i - -src/video/x11/SDL_x11opengl.s: src/video/x11/SDL_x11opengl.c.s -.PHONY : src/video/x11/SDL_x11opengl.s - -# target to generate assembly for a file -src/video/x11/SDL_x11opengl.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengl.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengl.c.s -.PHONY : src/video/x11/SDL_x11opengl.c.s - -src/video/x11/SDL_x11opengles.o: src/video/x11/SDL_x11opengles.c.o -.PHONY : src/video/x11/SDL_x11opengles.o - -# target to build an object file -src/video/x11/SDL_x11opengles.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.o -.PHONY : src/video/x11/SDL_x11opengles.c.o - -src/video/x11/SDL_x11opengles.i: src/video/x11/SDL_x11opengles.c.i -.PHONY : src/video/x11/SDL_x11opengles.i - -# target to preprocess a source file -src/video/x11/SDL_x11opengles.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.i -.PHONY : src/video/x11/SDL_x11opengles.c.i - -src/video/x11/SDL_x11opengles.s: src/video/x11/SDL_x11opengles.c.s -.PHONY : src/video/x11/SDL_x11opengles.s - -# target to generate assembly for a file -src/video/x11/SDL_x11opengles.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11opengles.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11opengles.c.s -.PHONY : src/video/x11/SDL_x11opengles.c.s - -src/video/x11/SDL_x11pen.o: src/video/x11/SDL_x11pen.c.o -.PHONY : src/video/x11/SDL_x11pen.o - -# target to build an object file -src/video/x11/SDL_x11pen.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.o -.PHONY : src/video/x11/SDL_x11pen.c.o - -src/video/x11/SDL_x11pen.i: src/video/x11/SDL_x11pen.c.i -.PHONY : src/video/x11/SDL_x11pen.i - -# target to preprocess a source file -src/video/x11/SDL_x11pen.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.i -.PHONY : src/video/x11/SDL_x11pen.c.i - -src/video/x11/SDL_x11pen.s: src/video/x11/SDL_x11pen.c.s -.PHONY : src/video/x11/SDL_x11pen.s - -# target to generate assembly for a file -src/video/x11/SDL_x11pen.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11pen.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11pen.c.s -.PHONY : src/video/x11/SDL_x11pen.c.s - -src/video/x11/SDL_x11settings.o: src/video/x11/SDL_x11settings.c.o -.PHONY : src/video/x11/SDL_x11settings.o - -# target to build an object file -src/video/x11/SDL_x11settings.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.o -.PHONY : src/video/x11/SDL_x11settings.c.o - -src/video/x11/SDL_x11settings.i: src/video/x11/SDL_x11settings.c.i -.PHONY : src/video/x11/SDL_x11settings.i - -# target to preprocess a source file -src/video/x11/SDL_x11settings.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.i -.PHONY : src/video/x11/SDL_x11settings.c.i - -src/video/x11/SDL_x11settings.s: src/video/x11/SDL_x11settings.c.s -.PHONY : src/video/x11/SDL_x11settings.s - -# target to generate assembly for a file -src/video/x11/SDL_x11settings.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11settings.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11settings.c.s -.PHONY : src/video/x11/SDL_x11settings.c.s - -src/video/x11/SDL_x11shape.o: src/video/x11/SDL_x11shape.c.o -.PHONY : src/video/x11/SDL_x11shape.o - -# target to build an object file -src/video/x11/SDL_x11shape.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.o -.PHONY : src/video/x11/SDL_x11shape.c.o - -src/video/x11/SDL_x11shape.i: src/video/x11/SDL_x11shape.c.i -.PHONY : src/video/x11/SDL_x11shape.i - -# target to preprocess a source file -src/video/x11/SDL_x11shape.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.i -.PHONY : src/video/x11/SDL_x11shape.c.i - -src/video/x11/SDL_x11shape.s: src/video/x11/SDL_x11shape.c.s -.PHONY : src/video/x11/SDL_x11shape.s - -# target to generate assembly for a file -src/video/x11/SDL_x11shape.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11shape.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11shape.c.s -.PHONY : src/video/x11/SDL_x11shape.c.s - -src/video/x11/SDL_x11touch.o: src/video/x11/SDL_x11touch.c.o -.PHONY : src/video/x11/SDL_x11touch.o - -# target to build an object file -src/video/x11/SDL_x11touch.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.o -.PHONY : src/video/x11/SDL_x11touch.c.o - -src/video/x11/SDL_x11touch.i: src/video/x11/SDL_x11touch.c.i -.PHONY : src/video/x11/SDL_x11touch.i - -# target to preprocess a source file -src/video/x11/SDL_x11touch.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.i -.PHONY : src/video/x11/SDL_x11touch.c.i - -src/video/x11/SDL_x11touch.s: src/video/x11/SDL_x11touch.c.s -.PHONY : src/video/x11/SDL_x11touch.s - -# target to generate assembly for a file -src/video/x11/SDL_x11touch.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11touch.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11touch.c.s -.PHONY : src/video/x11/SDL_x11touch.c.s - -src/video/x11/SDL_x11video.o: src/video/x11/SDL_x11video.c.o -.PHONY : src/video/x11/SDL_x11video.o - -# target to build an object file -src/video/x11/SDL_x11video.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.o -.PHONY : src/video/x11/SDL_x11video.c.o - -src/video/x11/SDL_x11video.i: src/video/x11/SDL_x11video.c.i -.PHONY : src/video/x11/SDL_x11video.i - -# target to preprocess a source file -src/video/x11/SDL_x11video.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.i -.PHONY : src/video/x11/SDL_x11video.c.i - -src/video/x11/SDL_x11video.s: src/video/x11/SDL_x11video.c.s -.PHONY : src/video/x11/SDL_x11video.s - -# target to generate assembly for a file -src/video/x11/SDL_x11video.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11video.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11video.c.s -.PHONY : src/video/x11/SDL_x11video.c.s - -src/video/x11/SDL_x11vulkan.o: src/video/x11/SDL_x11vulkan.c.o -.PHONY : src/video/x11/SDL_x11vulkan.o - -# target to build an object file -src/video/x11/SDL_x11vulkan.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.o -.PHONY : src/video/x11/SDL_x11vulkan.c.o - -src/video/x11/SDL_x11vulkan.i: src/video/x11/SDL_x11vulkan.c.i -.PHONY : src/video/x11/SDL_x11vulkan.i - -# target to preprocess a source file -src/video/x11/SDL_x11vulkan.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.i -.PHONY : src/video/x11/SDL_x11vulkan.c.i - -src/video/x11/SDL_x11vulkan.s: src/video/x11/SDL_x11vulkan.c.s -.PHONY : src/video/x11/SDL_x11vulkan.s - -# target to generate assembly for a file -src/video/x11/SDL_x11vulkan.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11vulkan.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11vulkan.c.s -.PHONY : src/video/x11/SDL_x11vulkan.c.s - -src/video/x11/SDL_x11window.o: src/video/x11/SDL_x11window.c.o -.PHONY : src/video/x11/SDL_x11window.o - -# target to build an object file -src/video/x11/SDL_x11window.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.o -.PHONY : src/video/x11/SDL_x11window.c.o - -src/video/x11/SDL_x11window.i: src/video/x11/SDL_x11window.c.i -.PHONY : src/video/x11/SDL_x11window.i - -# target to preprocess a source file -src/video/x11/SDL_x11window.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.i -.PHONY : src/video/x11/SDL_x11window.c.i - -src/video/x11/SDL_x11window.s: src/video/x11/SDL_x11window.c.s -.PHONY : src/video/x11/SDL_x11window.s - -# target to generate assembly for a file -src/video/x11/SDL_x11window.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11window.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11window.c.s -.PHONY : src/video/x11/SDL_x11window.c.s - -src/video/x11/SDL_x11xfixes.o: src/video/x11/SDL_x11xfixes.c.o -.PHONY : src/video/x11/SDL_x11xfixes.o - -# target to build an object file -src/video/x11/SDL_x11xfixes.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.o -.PHONY : src/video/x11/SDL_x11xfixes.c.o - -src/video/x11/SDL_x11xfixes.i: src/video/x11/SDL_x11xfixes.c.i -.PHONY : src/video/x11/SDL_x11xfixes.i - -# target to preprocess a source file -src/video/x11/SDL_x11xfixes.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.i -.PHONY : src/video/x11/SDL_x11xfixes.c.i - -src/video/x11/SDL_x11xfixes.s: src/video/x11/SDL_x11xfixes.c.s -.PHONY : src/video/x11/SDL_x11xfixes.s - -# target to generate assembly for a file -src/video/x11/SDL_x11xfixes.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xfixes.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xfixes.c.s -.PHONY : src/video/x11/SDL_x11xfixes.c.s - -src/video/x11/SDL_x11xinput2.o: src/video/x11/SDL_x11xinput2.c.o -.PHONY : src/video/x11/SDL_x11xinput2.o - -# target to build an object file -src/video/x11/SDL_x11xinput2.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.o -.PHONY : src/video/x11/SDL_x11xinput2.c.o - -src/video/x11/SDL_x11xinput2.i: src/video/x11/SDL_x11xinput2.c.i -.PHONY : src/video/x11/SDL_x11xinput2.i - -# target to preprocess a source file -src/video/x11/SDL_x11xinput2.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.i -.PHONY : src/video/x11/SDL_x11xinput2.c.i - -src/video/x11/SDL_x11xinput2.s: src/video/x11/SDL_x11xinput2.c.s -.PHONY : src/video/x11/SDL_x11xinput2.s - -# target to generate assembly for a file -src/video/x11/SDL_x11xinput2.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xinput2.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xinput2.c.s -.PHONY : src/video/x11/SDL_x11xinput2.c.s - -src/video/x11/SDL_x11xsync.o: src/video/x11/SDL_x11xsync.c.o -.PHONY : src/video/x11/SDL_x11xsync.o - -# target to build an object file -src/video/x11/SDL_x11xsync.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.o -.PHONY : src/video/x11/SDL_x11xsync.c.o - -src/video/x11/SDL_x11xsync.i: src/video/x11/SDL_x11xsync.c.i -.PHONY : src/video/x11/SDL_x11xsync.i - -# target to preprocess a source file -src/video/x11/SDL_x11xsync.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.i -.PHONY : src/video/x11/SDL_x11xsync.c.i - -src/video/x11/SDL_x11xsync.s: src/video/x11/SDL_x11xsync.c.s -.PHONY : src/video/x11/SDL_x11xsync.s - -# target to generate assembly for a file -src/video/x11/SDL_x11xsync.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xsync.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xsync.c.s -.PHONY : src/video/x11/SDL_x11xsync.c.s - -src/video/x11/SDL_x11xtest.o: src/video/x11/SDL_x11xtest.c.o -.PHONY : src/video/x11/SDL_x11xtest.o - -# target to build an object file -src/video/x11/SDL_x11xtest.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.o -.PHONY : src/video/x11/SDL_x11xtest.c.o - -src/video/x11/SDL_x11xtest.i: src/video/x11/SDL_x11xtest.c.i -.PHONY : src/video/x11/SDL_x11xtest.i - -# target to preprocess a source file -src/video/x11/SDL_x11xtest.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.i -.PHONY : src/video/x11/SDL_x11xtest.c.i - -src/video/x11/SDL_x11xtest.s: src/video/x11/SDL_x11xtest.c.s -.PHONY : src/video/x11/SDL_x11xtest.s - -# target to generate assembly for a file -src/video/x11/SDL_x11xtest.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/SDL_x11xtest.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/SDL_x11xtest.c.s -.PHONY : src/video/x11/SDL_x11xtest.c.s - -src/video/x11/edid-parse.o: src/video/x11/edid-parse.c.o -.PHONY : src/video/x11/edid-parse.o - -# target to build an object file -src/video/x11/edid-parse.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.o -.PHONY : src/video/x11/edid-parse.c.o - -src/video/x11/edid-parse.i: src/video/x11/edid-parse.c.i -.PHONY : src/video/x11/edid-parse.i - -# target to preprocess a source file -src/video/x11/edid-parse.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.i -.PHONY : src/video/x11/edid-parse.c.i - -src/video/x11/edid-parse.s: src/video/x11/edid-parse.c.s -.PHONY : src/video/x11/edid-parse.s - -# target to generate assembly for a file -src/video/x11/edid-parse.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/edid-parse.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/edid-parse.c.s -.PHONY : src/video/x11/edid-parse.c.s - -src/video/x11/xsettings-client.o: src/video/x11/xsettings-client.c.o -.PHONY : src/video/x11/xsettings-client.o - -# target to build an object file -src/video/x11/xsettings-client.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.o -.PHONY : src/video/x11/xsettings-client.c.o - -src/video/x11/xsettings-client.i: src/video/x11/xsettings-client.c.i -.PHONY : src/video/x11/xsettings-client.i - -# target to preprocess a source file -src/video/x11/xsettings-client.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.i -.PHONY : src/video/x11/xsettings-client.c.i - -src/video/x11/xsettings-client.s: src/video/x11/xsettings-client.c.s -.PHONY : src/video/x11/xsettings-client.s - -# target to generate assembly for a file -src/video/x11/xsettings-client.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/x11/xsettings-client.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/x11/xsettings-client.c.s -.PHONY : src/video/x11/xsettings-client.c.s - -src/video/yuv2rgb/yuv_rgb_lsx.o: src/video/yuv2rgb/yuv_rgb_lsx.c.o -.PHONY : src/video/yuv2rgb/yuv_rgb_lsx.o - -# target to build an object file -src/video/yuv2rgb/yuv_rgb_lsx.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.o -.PHONY : src/video/yuv2rgb/yuv_rgb_lsx.c.o - -src/video/yuv2rgb/yuv_rgb_lsx.i: src/video/yuv2rgb/yuv_rgb_lsx.c.i -.PHONY : src/video/yuv2rgb/yuv_rgb_lsx.i - -# target to preprocess a source file -src/video/yuv2rgb/yuv_rgb_lsx.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.i -.PHONY : src/video/yuv2rgb/yuv_rgb_lsx.c.i - -src/video/yuv2rgb/yuv_rgb_lsx.s: src/video/yuv2rgb/yuv_rgb_lsx.c.s -.PHONY : src/video/yuv2rgb/yuv_rgb_lsx.s - -# target to generate assembly for a file -src/video/yuv2rgb/yuv_rgb_lsx.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_lsx.c.s -.PHONY : src/video/yuv2rgb/yuv_rgb_lsx.c.s - -src/video/yuv2rgb/yuv_rgb_sse.o: src/video/yuv2rgb/yuv_rgb_sse.c.o -.PHONY : src/video/yuv2rgb/yuv_rgb_sse.o - -# target to build an object file -src/video/yuv2rgb/yuv_rgb_sse.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.o -.PHONY : src/video/yuv2rgb/yuv_rgb_sse.c.o - -src/video/yuv2rgb/yuv_rgb_sse.i: src/video/yuv2rgb/yuv_rgb_sse.c.i -.PHONY : src/video/yuv2rgb/yuv_rgb_sse.i - -# target to preprocess a source file -src/video/yuv2rgb/yuv_rgb_sse.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.i -.PHONY : src/video/yuv2rgb/yuv_rgb_sse.c.i - -src/video/yuv2rgb/yuv_rgb_sse.s: src/video/yuv2rgb/yuv_rgb_sse.c.s -.PHONY : src/video/yuv2rgb/yuv_rgb_sse.s - -# target to generate assembly for a file -src/video/yuv2rgb/yuv_rgb_sse.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_sse.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_sse.c.s -.PHONY : src/video/yuv2rgb/yuv_rgb_sse.c.s - -src/video/yuv2rgb/yuv_rgb_std.o: src/video/yuv2rgb/yuv_rgb_std.c.o -.PHONY : src/video/yuv2rgb/yuv_rgb_std.o - -# target to build an object file -src/video/yuv2rgb/yuv_rgb_std.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.o -.PHONY : src/video/yuv2rgb/yuv_rgb_std.c.o - -src/video/yuv2rgb/yuv_rgb_std.i: src/video/yuv2rgb/yuv_rgb_std.c.i -.PHONY : src/video/yuv2rgb/yuv_rgb_std.i - -# target to preprocess a source file -src/video/yuv2rgb/yuv_rgb_std.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.i -.PHONY : src/video/yuv2rgb/yuv_rgb_std.c.i - -src/video/yuv2rgb/yuv_rgb_std.s: src/video/yuv2rgb/yuv_rgb_std.c.s -.PHONY : src/video/yuv2rgb/yuv_rgb_std.s - -# target to generate assembly for a file -src/video/yuv2rgb/yuv_rgb_std.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/src/video/yuv2rgb/yuv_rgb_std.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/src/video/yuv2rgb/yuv_rgb_std.c.s -.PHONY : src/video/yuv2rgb/yuv_rgb_std.c.s - -wayland-generated-protocols/alpha-modifier-v1-protocol.o: wayland-generated-protocols/alpha-modifier-v1-protocol.c.o -.PHONY : wayland-generated-protocols/alpha-modifier-v1-protocol.o - -# target to build an object file -wayland-generated-protocols/alpha-modifier-v1-protocol.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.o -.PHONY : wayland-generated-protocols/alpha-modifier-v1-protocol.c.o - -wayland-generated-protocols/alpha-modifier-v1-protocol.i: wayland-generated-protocols/alpha-modifier-v1-protocol.c.i -.PHONY : wayland-generated-protocols/alpha-modifier-v1-protocol.i - -# target to preprocess a source file -wayland-generated-protocols/alpha-modifier-v1-protocol.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.i -.PHONY : wayland-generated-protocols/alpha-modifier-v1-protocol.c.i - -wayland-generated-protocols/alpha-modifier-v1-protocol.s: wayland-generated-protocols/alpha-modifier-v1-protocol.c.s -.PHONY : wayland-generated-protocols/alpha-modifier-v1-protocol.s - -# target to generate assembly for a file -wayland-generated-protocols/alpha-modifier-v1-protocol.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/alpha-modifier-v1-protocol.c.s -.PHONY : wayland-generated-protocols/alpha-modifier-v1-protocol.c.s - -wayland-generated-protocols/color-management-v1-protocol.o: wayland-generated-protocols/color-management-v1-protocol.c.o -.PHONY : wayland-generated-protocols/color-management-v1-protocol.o - -# target to build an object file -wayland-generated-protocols/color-management-v1-protocol.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.o -.PHONY : wayland-generated-protocols/color-management-v1-protocol.c.o - -wayland-generated-protocols/color-management-v1-protocol.i: wayland-generated-protocols/color-management-v1-protocol.c.i -.PHONY : wayland-generated-protocols/color-management-v1-protocol.i - -# target to preprocess a source file -wayland-generated-protocols/color-management-v1-protocol.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.i -.PHONY : wayland-generated-protocols/color-management-v1-protocol.c.i - -wayland-generated-protocols/color-management-v1-protocol.s: wayland-generated-protocols/color-management-v1-protocol.c.s -.PHONY : wayland-generated-protocols/color-management-v1-protocol.s - -# target to generate assembly for a file -wayland-generated-protocols/color-management-v1-protocol.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/color-management-v1-protocol.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/color-management-v1-protocol.c.s -.PHONY : wayland-generated-protocols/color-management-v1-protocol.c.s - -wayland-generated-protocols/cursor-shape-v1-protocol.o: wayland-generated-protocols/cursor-shape-v1-protocol.c.o -.PHONY : wayland-generated-protocols/cursor-shape-v1-protocol.o - -# target to build an object file -wayland-generated-protocols/cursor-shape-v1-protocol.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.o -.PHONY : wayland-generated-protocols/cursor-shape-v1-protocol.c.o - -wayland-generated-protocols/cursor-shape-v1-protocol.i: wayland-generated-protocols/cursor-shape-v1-protocol.c.i -.PHONY : wayland-generated-protocols/cursor-shape-v1-protocol.i - -# target to preprocess a source file -wayland-generated-protocols/cursor-shape-v1-protocol.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.i -.PHONY : wayland-generated-protocols/cursor-shape-v1-protocol.c.i - -wayland-generated-protocols/cursor-shape-v1-protocol.s: wayland-generated-protocols/cursor-shape-v1-protocol.c.s -.PHONY : wayland-generated-protocols/cursor-shape-v1-protocol.s - -# target to generate assembly for a file -wayland-generated-protocols/cursor-shape-v1-protocol.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/cursor-shape-v1-protocol.c.s -.PHONY : wayland-generated-protocols/cursor-shape-v1-protocol.c.s - -wayland-generated-protocols/fractional-scale-v1-protocol.o: wayland-generated-protocols/fractional-scale-v1-protocol.c.o -.PHONY : wayland-generated-protocols/fractional-scale-v1-protocol.o - -# target to build an object file -wayland-generated-protocols/fractional-scale-v1-protocol.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.o -.PHONY : wayland-generated-protocols/fractional-scale-v1-protocol.c.o - -wayland-generated-protocols/fractional-scale-v1-protocol.i: wayland-generated-protocols/fractional-scale-v1-protocol.c.i -.PHONY : wayland-generated-protocols/fractional-scale-v1-protocol.i - -# target to preprocess a source file -wayland-generated-protocols/fractional-scale-v1-protocol.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.i -.PHONY : wayland-generated-protocols/fractional-scale-v1-protocol.c.i - -wayland-generated-protocols/fractional-scale-v1-protocol.s: wayland-generated-protocols/fractional-scale-v1-protocol.c.s -.PHONY : wayland-generated-protocols/fractional-scale-v1-protocol.s - -# target to generate assembly for a file -wayland-generated-protocols/fractional-scale-v1-protocol.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/fractional-scale-v1-protocol.c.s -.PHONY : wayland-generated-protocols/fractional-scale-v1-protocol.c.s - -wayland-generated-protocols/frog-color-management-v1-protocol.o: wayland-generated-protocols/frog-color-management-v1-protocol.c.o -.PHONY : wayland-generated-protocols/frog-color-management-v1-protocol.o - -# target to build an object file -wayland-generated-protocols/frog-color-management-v1-protocol.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.o -.PHONY : wayland-generated-protocols/frog-color-management-v1-protocol.c.o - -wayland-generated-protocols/frog-color-management-v1-protocol.i: wayland-generated-protocols/frog-color-management-v1-protocol.c.i -.PHONY : wayland-generated-protocols/frog-color-management-v1-protocol.i - -# target to preprocess a source file -wayland-generated-protocols/frog-color-management-v1-protocol.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.i -.PHONY : wayland-generated-protocols/frog-color-management-v1-protocol.c.i - -wayland-generated-protocols/frog-color-management-v1-protocol.s: wayland-generated-protocols/frog-color-management-v1-protocol.c.s -.PHONY : wayland-generated-protocols/frog-color-management-v1-protocol.s - -# target to generate assembly for a file -wayland-generated-protocols/frog-color-management-v1-protocol.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/frog-color-management-v1-protocol.c.s -.PHONY : wayland-generated-protocols/frog-color-management-v1-protocol.c.s - -wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.o: wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o -.PHONY : wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.o - -# target to build an object file -wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o -.PHONY : wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.o - -wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.i: wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.i -.PHONY : wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.i - -# target to preprocess a source file -wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.i -.PHONY : wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.i - -wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.s: wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.s -.PHONY : wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.s - -# target to generate assembly for a file -wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.s -.PHONY : wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.c.s - -wayland-generated-protocols/input-timestamps-unstable-v1-protocol.o: wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o -.PHONY : wayland-generated-protocols/input-timestamps-unstable-v1-protocol.o - -# target to build an object file -wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o -.PHONY : wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.o - -wayland-generated-protocols/input-timestamps-unstable-v1-protocol.i: wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.i -.PHONY : wayland-generated-protocols/input-timestamps-unstable-v1-protocol.i - -# target to preprocess a source file -wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.i -.PHONY : wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.i - -wayland-generated-protocols/input-timestamps-unstable-v1-protocol.s: wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.s -.PHONY : wayland-generated-protocols/input-timestamps-unstable-v1-protocol.s - -# target to generate assembly for a file -wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.s -.PHONY : wayland-generated-protocols/input-timestamps-unstable-v1-protocol.c.s - -wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.o: wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o -.PHONY : wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.o - -# target to build an object file -wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o -.PHONY : wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.o - -wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.i: wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.i -.PHONY : wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.i - -# target to preprocess a source file -wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.i -.PHONY : wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.i - -wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.s: wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.s -.PHONY : wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.s - -# target to generate assembly for a file -wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.s -.PHONY : wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.c.s - -wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.o: wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o -.PHONY : wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.o - -# target to build an object file -wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o -.PHONY : wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.o - -wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.i: wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.i -.PHONY : wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.i - -# target to preprocess a source file -wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.i -.PHONY : wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.i - -wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.s: wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.s -.PHONY : wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.s - -# target to generate assembly for a file -wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.s -.PHONY : wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.c.s - -wayland-generated-protocols/primary-selection-unstable-v1-protocol.o: wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o -.PHONY : wayland-generated-protocols/primary-selection-unstable-v1-protocol.o - -# target to build an object file -wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o -.PHONY : wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.o - -wayland-generated-protocols/primary-selection-unstable-v1-protocol.i: wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.i -.PHONY : wayland-generated-protocols/primary-selection-unstable-v1-protocol.i - -# target to preprocess a source file -wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.i -.PHONY : wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.i - -wayland-generated-protocols/primary-selection-unstable-v1-protocol.s: wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.s -.PHONY : wayland-generated-protocols/primary-selection-unstable-v1-protocol.s - -# target to generate assembly for a file -wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.s -.PHONY : wayland-generated-protocols/primary-selection-unstable-v1-protocol.c.s - -wayland-generated-protocols/relative-pointer-unstable-v1-protocol.o: wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o -.PHONY : wayland-generated-protocols/relative-pointer-unstable-v1-protocol.o - -# target to build an object file -wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o -.PHONY : wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.o - -wayland-generated-protocols/relative-pointer-unstable-v1-protocol.i: wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.i -.PHONY : wayland-generated-protocols/relative-pointer-unstable-v1-protocol.i - -# target to preprocess a source file -wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.i -.PHONY : wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.i - -wayland-generated-protocols/relative-pointer-unstable-v1-protocol.s: wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.s -.PHONY : wayland-generated-protocols/relative-pointer-unstable-v1-protocol.s - -# target to generate assembly for a file -wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.s -.PHONY : wayland-generated-protocols/relative-pointer-unstable-v1-protocol.c.s - -wayland-generated-protocols/tablet-v2-protocol.o: wayland-generated-protocols/tablet-v2-protocol.c.o -.PHONY : wayland-generated-protocols/tablet-v2-protocol.o - -# target to build an object file -wayland-generated-protocols/tablet-v2-protocol.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.o -.PHONY : wayland-generated-protocols/tablet-v2-protocol.c.o - -wayland-generated-protocols/tablet-v2-protocol.i: wayland-generated-protocols/tablet-v2-protocol.c.i -.PHONY : wayland-generated-protocols/tablet-v2-protocol.i - -# target to preprocess a source file -wayland-generated-protocols/tablet-v2-protocol.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.i -.PHONY : wayland-generated-protocols/tablet-v2-protocol.c.i - -wayland-generated-protocols/tablet-v2-protocol.s: wayland-generated-protocols/tablet-v2-protocol.c.s -.PHONY : wayland-generated-protocols/tablet-v2-protocol.s - -# target to generate assembly for a file -wayland-generated-protocols/tablet-v2-protocol.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/tablet-v2-protocol.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/tablet-v2-protocol.c.s -.PHONY : wayland-generated-protocols/tablet-v2-protocol.c.s - -wayland-generated-protocols/text-input-unstable-v3-protocol.o: wayland-generated-protocols/text-input-unstable-v3-protocol.c.o -.PHONY : wayland-generated-protocols/text-input-unstable-v3-protocol.o - -# target to build an object file -wayland-generated-protocols/text-input-unstable-v3-protocol.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.o -.PHONY : wayland-generated-protocols/text-input-unstable-v3-protocol.c.o - -wayland-generated-protocols/text-input-unstable-v3-protocol.i: wayland-generated-protocols/text-input-unstable-v3-protocol.c.i -.PHONY : wayland-generated-protocols/text-input-unstable-v3-protocol.i - -# target to preprocess a source file -wayland-generated-protocols/text-input-unstable-v3-protocol.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.i -.PHONY : wayland-generated-protocols/text-input-unstable-v3-protocol.c.i - -wayland-generated-protocols/text-input-unstable-v3-protocol.s: wayland-generated-protocols/text-input-unstable-v3-protocol.c.s -.PHONY : wayland-generated-protocols/text-input-unstable-v3-protocol.s - -# target to generate assembly for a file -wayland-generated-protocols/text-input-unstable-v3-protocol.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/text-input-unstable-v3-protocol.c.s -.PHONY : wayland-generated-protocols/text-input-unstable-v3-protocol.c.s - -wayland-generated-protocols/viewporter-protocol.o: wayland-generated-protocols/viewporter-protocol.c.o -.PHONY : wayland-generated-protocols/viewporter-protocol.o - -# target to build an object file -wayland-generated-protocols/viewporter-protocol.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.o -.PHONY : wayland-generated-protocols/viewporter-protocol.c.o - -wayland-generated-protocols/viewporter-protocol.i: wayland-generated-protocols/viewporter-protocol.c.i -.PHONY : wayland-generated-protocols/viewporter-protocol.i - -# target to preprocess a source file -wayland-generated-protocols/viewporter-protocol.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.i -.PHONY : wayland-generated-protocols/viewporter-protocol.c.i - -wayland-generated-protocols/viewporter-protocol.s: wayland-generated-protocols/viewporter-protocol.c.s -.PHONY : wayland-generated-protocols/viewporter-protocol.s - -# target to generate assembly for a file -wayland-generated-protocols/viewporter-protocol.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/viewporter-protocol.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/viewporter-protocol.c.s -.PHONY : wayland-generated-protocols/viewporter-protocol.c.s - -wayland-generated-protocols/wayland-protocol.o: wayland-generated-protocols/wayland-protocol.c.o -.PHONY : wayland-generated-protocols/wayland-protocol.o - -# target to build an object file -wayland-generated-protocols/wayland-protocol.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.o -.PHONY : wayland-generated-protocols/wayland-protocol.c.o - -wayland-generated-protocols/wayland-protocol.i: wayland-generated-protocols/wayland-protocol.c.i -.PHONY : wayland-generated-protocols/wayland-protocol.i - -# target to preprocess a source file -wayland-generated-protocols/wayland-protocol.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.i -.PHONY : wayland-generated-protocols/wayland-protocol.c.i - -wayland-generated-protocols/wayland-protocol.s: wayland-generated-protocols/wayland-protocol.c.s -.PHONY : wayland-generated-protocols/wayland-protocol.s - -# target to generate assembly for a file -wayland-generated-protocols/wayland-protocol.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/wayland-protocol.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/wayland-protocol.c.s -.PHONY : wayland-generated-protocols/wayland-protocol.c.s - -wayland-generated-protocols/xdg-activation-v1-protocol.o: wayland-generated-protocols/xdg-activation-v1-protocol.c.o -.PHONY : wayland-generated-protocols/xdg-activation-v1-protocol.o - -# target to build an object file -wayland-generated-protocols/xdg-activation-v1-protocol.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.o -.PHONY : wayland-generated-protocols/xdg-activation-v1-protocol.c.o - -wayland-generated-protocols/xdg-activation-v1-protocol.i: wayland-generated-protocols/xdg-activation-v1-protocol.c.i -.PHONY : wayland-generated-protocols/xdg-activation-v1-protocol.i - -# target to preprocess a source file -wayland-generated-protocols/xdg-activation-v1-protocol.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.i -.PHONY : wayland-generated-protocols/xdg-activation-v1-protocol.c.i - -wayland-generated-protocols/xdg-activation-v1-protocol.s: wayland-generated-protocols/xdg-activation-v1-protocol.c.s -.PHONY : wayland-generated-protocols/xdg-activation-v1-protocol.s - -# target to generate assembly for a file -wayland-generated-protocols/xdg-activation-v1-protocol.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-activation-v1-protocol.c.s -.PHONY : wayland-generated-protocols/xdg-activation-v1-protocol.c.s - -wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.o: wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o -.PHONY : wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.o - -# target to build an object file -wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o -.PHONY : wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.o - -wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.i: wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.i -.PHONY : wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.i - -# target to preprocess a source file -wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.i -.PHONY : wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.i - -wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.s: wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.s -.PHONY : wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.s - -# target to generate assembly for a file -wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.s -.PHONY : wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.c.s - -wayland-generated-protocols/xdg-dialog-v1-protocol.o: wayland-generated-protocols/xdg-dialog-v1-protocol.c.o -.PHONY : wayland-generated-protocols/xdg-dialog-v1-protocol.o - -# target to build an object file -wayland-generated-protocols/xdg-dialog-v1-protocol.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.o -.PHONY : wayland-generated-protocols/xdg-dialog-v1-protocol.c.o - -wayland-generated-protocols/xdg-dialog-v1-protocol.i: wayland-generated-protocols/xdg-dialog-v1-protocol.c.i -.PHONY : wayland-generated-protocols/xdg-dialog-v1-protocol.i - -# target to preprocess a source file -wayland-generated-protocols/xdg-dialog-v1-protocol.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.i -.PHONY : wayland-generated-protocols/xdg-dialog-v1-protocol.c.i - -wayland-generated-protocols/xdg-dialog-v1-protocol.s: wayland-generated-protocols/xdg-dialog-v1-protocol.c.s -.PHONY : wayland-generated-protocols/xdg-dialog-v1-protocol.s - -# target to generate assembly for a file -wayland-generated-protocols/xdg-dialog-v1-protocol.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-dialog-v1-protocol.c.s -.PHONY : wayland-generated-protocols/xdg-dialog-v1-protocol.c.s - -wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.o: wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o -.PHONY : wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.o - -# target to build an object file -wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o -.PHONY : wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.o - -wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.i: wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.i -.PHONY : wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.i - -# target to preprocess a source file -wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.i -.PHONY : wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.i - -wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.s: wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.s -.PHONY : wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.s - -# target to generate assembly for a file -wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.s -.PHONY : wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.c.s - -wayland-generated-protocols/xdg-output-unstable-v1-protocol.o: wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o -.PHONY : wayland-generated-protocols/xdg-output-unstable-v1-protocol.o - -# target to build an object file -wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o -.PHONY : wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.o - -wayland-generated-protocols/xdg-output-unstable-v1-protocol.i: wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.i -.PHONY : wayland-generated-protocols/xdg-output-unstable-v1-protocol.i - -# target to preprocess a source file -wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.i -.PHONY : wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.i - -wayland-generated-protocols/xdg-output-unstable-v1-protocol.s: wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.s -.PHONY : wayland-generated-protocols/xdg-output-unstable-v1-protocol.s - -# target to generate assembly for a file -wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.s -.PHONY : wayland-generated-protocols/xdg-output-unstable-v1-protocol.c.s - -wayland-generated-protocols/xdg-shell-protocol.o: wayland-generated-protocols/xdg-shell-protocol.c.o -.PHONY : wayland-generated-protocols/xdg-shell-protocol.o - -# target to build an object file -wayland-generated-protocols/xdg-shell-protocol.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.o -.PHONY : wayland-generated-protocols/xdg-shell-protocol.c.o - -wayland-generated-protocols/xdg-shell-protocol.i: wayland-generated-protocols/xdg-shell-protocol.c.i -.PHONY : wayland-generated-protocols/xdg-shell-protocol.i - -# target to preprocess a source file -wayland-generated-protocols/xdg-shell-protocol.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.i -.PHONY : wayland-generated-protocols/xdg-shell-protocol.c.i - -wayland-generated-protocols/xdg-shell-protocol.s: wayland-generated-protocols/xdg-shell-protocol.c.s -.PHONY : wayland-generated-protocols/xdg-shell-protocol.s - -# target to generate assembly for a file -wayland-generated-protocols/xdg-shell-protocol.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-shell-protocol.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-shell-protocol.c.s -.PHONY : wayland-generated-protocols/xdg-shell-protocol.c.s - -wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.o: wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o -.PHONY : wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.o - -# target to build an object file -wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o -.PHONY : wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.o - -wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.i: wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.i -.PHONY : wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.i - -# target to preprocess a source file -wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.i -.PHONY : wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.i - -wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.s: wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.s -.PHONY : wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.s - -# target to generate assembly for a file -wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-shared.dir/build.make external/SDL/CMakeFiles/SDL3-shared.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL/CMakeFiles/SDL3-static.dir/build.make external/SDL/CMakeFiles/SDL3-static.dir/wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.s -.PHONY : wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.c.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... SDL3-shared" - @echo "... SDL3-static" - @echo "... SDL3_test" - @echo "... SDL_uclibc" - @echo "... cmake_pch.h.gch" - @echo "... cmake_pch.h.i" - @echo "... cmake_pch.h.s" - @echo "... src/SDL.o" - @echo "... src/SDL.i" - @echo "... src/SDL.s" - @echo "... src/SDL_assert.o" - @echo "... src/SDL_assert.i" - @echo "... src/SDL_assert.s" - @echo "... src/SDL_error.o" - @echo "... src/SDL_error.i" - @echo "... src/SDL_error.s" - @echo "... src/SDL_guid.o" - @echo "... src/SDL_guid.i" - @echo "... src/SDL_guid.s" - @echo "... src/SDL_hashtable.o" - @echo "... src/SDL_hashtable.i" - @echo "... src/SDL_hashtable.s" - @echo "... src/SDL_hints.o" - @echo "... src/SDL_hints.i" - @echo "... src/SDL_hints.s" - @echo "... src/SDL_list.o" - @echo "... src/SDL_list.i" - @echo "... src/SDL_list.s" - @echo "... src/SDL_log.o" - @echo "... src/SDL_log.i" - @echo "... src/SDL_log.s" - @echo "... src/SDL_properties.o" - @echo "... src/SDL_properties.i" - @echo "... src/SDL_properties.s" - @echo "... src/SDL_utils.o" - @echo "... src/SDL_utils.i" - @echo "... src/SDL_utils.s" - @echo "... src/atomic/SDL_atomic.o" - @echo "... src/atomic/SDL_atomic.i" - @echo "... src/atomic/SDL_atomic.s" - @echo "... src/atomic/SDL_spinlock.o" - @echo "... src/atomic/SDL_spinlock.i" - @echo "... src/atomic/SDL_spinlock.s" - @echo "... src/audio/SDL_audio.o" - @echo "... src/audio/SDL_audio.i" - @echo "... src/audio/SDL_audio.s" - @echo "... src/audio/SDL_audiocvt.o" - @echo "... src/audio/SDL_audiocvt.i" - @echo "... src/audio/SDL_audiocvt.s" - @echo "... src/audio/SDL_audiodev.o" - @echo "... src/audio/SDL_audiodev.i" - @echo "... src/audio/SDL_audiodev.s" - @echo "... src/audio/SDL_audioqueue.o" - @echo "... src/audio/SDL_audioqueue.i" - @echo "... src/audio/SDL_audioqueue.s" - @echo "... src/audio/SDL_audioresample.o" - @echo "... src/audio/SDL_audioresample.i" - @echo "... src/audio/SDL_audioresample.s" - @echo "... src/audio/SDL_audiotypecvt.o" - @echo "... src/audio/SDL_audiotypecvt.i" - @echo "... src/audio/SDL_audiotypecvt.s" - @echo "... src/audio/SDL_mixer.o" - @echo "... src/audio/SDL_mixer.i" - @echo "... src/audio/SDL_mixer.s" - @echo "... src/audio/SDL_wave.o" - @echo "... src/audio/SDL_wave.i" - @echo "... src/audio/SDL_wave.s" - @echo "... src/audio/alsa/SDL_alsa_audio.o" - @echo "... src/audio/alsa/SDL_alsa_audio.i" - @echo "... src/audio/alsa/SDL_alsa_audio.s" - @echo "... src/audio/disk/SDL_diskaudio.o" - @echo "... src/audio/disk/SDL_diskaudio.i" - @echo "... src/audio/disk/SDL_diskaudio.s" - @echo "... src/audio/dummy/SDL_dummyaudio.o" - @echo "... src/audio/dummy/SDL_dummyaudio.i" - @echo "... src/audio/dummy/SDL_dummyaudio.s" - @echo "... src/audio/jack/SDL_jackaudio.o" - @echo "... src/audio/jack/SDL_jackaudio.i" - @echo "... src/audio/jack/SDL_jackaudio.s" - @echo "... src/audio/pipewire/SDL_pipewire.o" - @echo "... src/audio/pipewire/SDL_pipewire.i" - @echo "... src/audio/pipewire/SDL_pipewire.s" - @echo "... src/audio/pulseaudio/SDL_pulseaudio.o" - @echo "... src/audio/pulseaudio/SDL_pulseaudio.i" - @echo "... src/audio/pulseaudio/SDL_pulseaudio.s" - @echo "... src/camera/SDL_camera.o" - @echo "... src/camera/SDL_camera.i" - @echo "... src/camera/SDL_camera.s" - @echo "... src/camera/dummy/SDL_camera_dummy.o" - @echo "... src/camera/dummy/SDL_camera_dummy.i" - @echo "... src/camera/dummy/SDL_camera_dummy.s" - @echo "... src/camera/pipewire/SDL_camera_pipewire.o" - @echo "... src/camera/pipewire/SDL_camera_pipewire.i" - @echo "... src/camera/pipewire/SDL_camera_pipewire.s" - @echo "... src/camera/v4l2/SDL_camera_v4l2.o" - @echo "... src/camera/v4l2/SDL_camera_v4l2.i" - @echo "... src/camera/v4l2/SDL_camera_v4l2.s" - @echo "... src/core/SDL_core_unsupported.o" - @echo "... src/core/SDL_core_unsupported.i" - @echo "... src/core/SDL_core_unsupported.s" - @echo "... src/core/linux/SDL_dbus.o" - @echo "... src/core/linux/SDL_dbus.i" - @echo "... src/core/linux/SDL_dbus.s" - @echo "... src/core/linux/SDL_evdev.o" - @echo "... src/core/linux/SDL_evdev.i" - @echo "... src/core/linux/SDL_evdev.s" - @echo "... src/core/linux/SDL_evdev_capabilities.o" - @echo "... src/core/linux/SDL_evdev_capabilities.i" - @echo "... src/core/linux/SDL_evdev_capabilities.s" - @echo "... src/core/linux/SDL_evdev_kbd.o" - @echo "... src/core/linux/SDL_evdev_kbd.i" - @echo "... src/core/linux/SDL_evdev_kbd.s" - @echo "... src/core/linux/SDL_fcitx.o" - @echo "... src/core/linux/SDL_fcitx.i" - @echo "... src/core/linux/SDL_fcitx.s" - @echo "... src/core/linux/SDL_ime.o" - @echo "... src/core/linux/SDL_ime.i" - @echo "... src/core/linux/SDL_ime.s" - @echo "... src/core/linux/SDL_progressbar.o" - @echo "... src/core/linux/SDL_progressbar.i" - @echo "... src/core/linux/SDL_progressbar.s" - @echo "... src/core/linux/SDL_system_theme.o" - @echo "... src/core/linux/SDL_system_theme.i" - @echo "... src/core/linux/SDL_system_theme.s" - @echo "... src/core/linux/SDL_threadprio.o" - @echo "... src/core/linux/SDL_threadprio.i" - @echo "... src/core/linux/SDL_threadprio.s" - @echo "... src/core/linux/SDL_udev.o" - @echo "... src/core/linux/SDL_udev.i" - @echo "... src/core/linux/SDL_udev.s" - @echo "... src/core/unix/SDL_appid.o" - @echo "... src/core/unix/SDL_appid.i" - @echo "... src/core/unix/SDL_appid.s" - @echo "... src/core/unix/SDL_poll.o" - @echo "... src/core/unix/SDL_poll.i" - @echo "... src/core/unix/SDL_poll.s" - @echo "... src/cpuinfo/SDL_cpuinfo.o" - @echo "... src/cpuinfo/SDL_cpuinfo.i" - @echo "... src/cpuinfo/SDL_cpuinfo.s" - @echo "... src/dialog/SDL_dialog.o" - @echo "... src/dialog/SDL_dialog.i" - @echo "... src/dialog/SDL_dialog.s" - @echo "... src/dialog/SDL_dialog_utils.o" - @echo "... src/dialog/SDL_dialog_utils.i" - @echo "... src/dialog/SDL_dialog_utils.s" - @echo "... src/dialog/unix/SDL_portaldialog.o" - @echo "... src/dialog/unix/SDL_portaldialog.i" - @echo "... src/dialog/unix/SDL_portaldialog.s" - @echo "... src/dialog/unix/SDL_unixdialog.o" - @echo "... src/dialog/unix/SDL_unixdialog.i" - @echo "... src/dialog/unix/SDL_unixdialog.s" - @echo "... src/dialog/unix/SDL_zenitydialog.o" - @echo "... src/dialog/unix/SDL_zenitydialog.i" - @echo "... src/dialog/unix/SDL_zenitydialog.s" - @echo "... src/dynapi/SDL_dynapi.o" - @echo "... src/dynapi/SDL_dynapi.i" - @echo "... src/dynapi/SDL_dynapi.s" - @echo "... src/events/SDL_categories.o" - @echo "... src/events/SDL_categories.i" - @echo "... src/events/SDL_categories.s" - @echo "... src/events/SDL_clipboardevents.o" - @echo "... src/events/SDL_clipboardevents.i" - @echo "... src/events/SDL_clipboardevents.s" - @echo "... src/events/SDL_displayevents.o" - @echo "... src/events/SDL_displayevents.i" - @echo "... src/events/SDL_displayevents.s" - @echo "... src/events/SDL_dropevents.o" - @echo "... src/events/SDL_dropevents.i" - @echo "... src/events/SDL_dropevents.s" - @echo "... src/events/SDL_events.o" - @echo "... src/events/SDL_events.i" - @echo "... src/events/SDL_events.s" - @echo "... src/events/SDL_eventwatch.o" - @echo "... src/events/SDL_eventwatch.i" - @echo "... src/events/SDL_eventwatch.s" - @echo "... src/events/SDL_keyboard.o" - @echo "... src/events/SDL_keyboard.i" - @echo "... src/events/SDL_keyboard.s" - @echo "... src/events/SDL_keymap.o" - @echo "... src/events/SDL_keymap.i" - @echo "... src/events/SDL_keymap.s" - @echo "... src/events/SDL_keysym_to_keycode.o" - @echo "... src/events/SDL_keysym_to_keycode.i" - @echo "... src/events/SDL_keysym_to_keycode.s" - @echo "... src/events/SDL_keysym_to_scancode.o" - @echo "... src/events/SDL_keysym_to_scancode.i" - @echo "... src/events/SDL_keysym_to_scancode.s" - @echo "... src/events/SDL_mouse.o" - @echo "... src/events/SDL_mouse.i" - @echo "... src/events/SDL_mouse.s" - @echo "... src/events/SDL_pen.o" - @echo "... src/events/SDL_pen.i" - @echo "... src/events/SDL_pen.s" - @echo "... src/events/SDL_quit.o" - @echo "... src/events/SDL_quit.i" - @echo "... src/events/SDL_quit.s" - @echo "... src/events/SDL_scancode_tables.o" - @echo "... src/events/SDL_scancode_tables.i" - @echo "... src/events/SDL_scancode_tables.s" - @echo "... src/events/SDL_touch.o" - @echo "... src/events/SDL_touch.i" - @echo "... src/events/SDL_touch.s" - @echo "... src/events/SDL_windowevents.o" - @echo "... src/events/SDL_windowevents.i" - @echo "... src/events/SDL_windowevents.s" - @echo "... src/events/imKStoUCS.o" - @echo "... src/events/imKStoUCS.i" - @echo "... src/events/imKStoUCS.s" - @echo "... src/filesystem/SDL_filesystem.o" - @echo "... src/filesystem/SDL_filesystem.i" - @echo "... src/filesystem/SDL_filesystem.s" - @echo "... src/filesystem/posix/SDL_sysfsops.o" - @echo "... src/filesystem/posix/SDL_sysfsops.i" - @echo "... src/filesystem/posix/SDL_sysfsops.s" - @echo "... src/filesystem/unix/SDL_sysfilesystem.o" - @echo "... src/filesystem/unix/SDL_sysfilesystem.i" - @echo "... src/filesystem/unix/SDL_sysfilesystem.s" - @echo "... src/gpu/SDL_gpu.o" - @echo "... src/gpu/SDL_gpu.i" - @echo "... src/gpu/SDL_gpu.s" - @echo "... src/gpu/vulkan/SDL_gpu_vulkan.o" - @echo "... src/gpu/vulkan/SDL_gpu_vulkan.i" - @echo "... src/gpu/vulkan/SDL_gpu_vulkan.s" - @echo "... src/haptic/SDL_haptic.o" - @echo "... src/haptic/SDL_haptic.i" - @echo "... src/haptic/SDL_haptic.s" - @echo "... src/haptic/hidapi/SDL_hidapihaptic.o" - @echo "... src/haptic/hidapi/SDL_hidapihaptic.i" - @echo "... src/haptic/hidapi/SDL_hidapihaptic.s" - @echo "... src/haptic/hidapi/SDL_hidapihaptic_lg4ff.o" - @echo "... src/haptic/hidapi/SDL_hidapihaptic_lg4ff.i" - @echo "... src/haptic/hidapi/SDL_hidapihaptic_lg4ff.s" - @echo "... src/haptic/linux/SDL_syshaptic.o" - @echo "... src/haptic/linux/SDL_syshaptic.i" - @echo "... src/haptic/linux/SDL_syshaptic.s" - @echo "... src/hidapi/SDL_hidapi.o" - @echo "... src/hidapi/SDL_hidapi.i" - @echo "... src/hidapi/SDL_hidapi.s" - @echo "... src/io/SDL_asyncio.o" - @echo "... src/io/SDL_asyncio.i" - @echo "... src/io/SDL_asyncio.s" - @echo "... src/io/SDL_iostream.o" - @echo "... src/io/SDL_iostream.i" - @echo "... src/io/SDL_iostream.s" - @echo "... src/io/generic/SDL_asyncio_generic.o" - @echo "... src/io/generic/SDL_asyncio_generic.i" - @echo "... src/io/generic/SDL_asyncio_generic.s" - @echo "... src/io/io_uring/SDL_asyncio_liburing.o" - @echo "... src/io/io_uring/SDL_asyncio_liburing.i" - @echo "... src/io/io_uring/SDL_asyncio_liburing.s" - @echo "... src/joystick/SDL_gamepad.o" - @echo "... src/joystick/SDL_gamepad.i" - @echo "... src/joystick/SDL_gamepad.s" - @echo "... src/joystick/SDL_joystick.o" - @echo "... src/joystick/SDL_joystick.i" - @echo "... src/joystick/SDL_joystick.s" - @echo "... src/joystick/SDL_steam_virtual_gamepad.o" - @echo "... src/joystick/SDL_steam_virtual_gamepad.i" - @echo "... src/joystick/SDL_steam_virtual_gamepad.s" - @echo "... src/joystick/controller_type.o" - @echo "... src/joystick/controller_type.i" - @echo "... src/joystick/controller_type.s" - @echo "... src/joystick/hidapi/SDL_hidapi_8bitdo.o" - @echo "... src/joystick/hidapi/SDL_hidapi_8bitdo.i" - @echo "... src/joystick/hidapi/SDL_hidapi_8bitdo.s" - @echo "... src/joystick/hidapi/SDL_hidapi_combined.o" - @echo "... src/joystick/hidapi/SDL_hidapi_combined.i" - @echo "... src/joystick/hidapi/SDL_hidapi_combined.s" - @echo "... src/joystick/hidapi/SDL_hidapi_gamecube.o" - @echo "... src/joystick/hidapi/SDL_hidapi_gamecube.i" - @echo "... src/joystick/hidapi/SDL_hidapi_gamecube.s" - @echo "... src/joystick/hidapi/SDL_hidapi_gip.o" - @echo "... src/joystick/hidapi/SDL_hidapi_gip.i" - @echo "... src/joystick/hidapi/SDL_hidapi_gip.s" - @echo "... src/joystick/hidapi/SDL_hidapi_lg4ff.o" - @echo "... src/joystick/hidapi/SDL_hidapi_lg4ff.i" - @echo "... src/joystick/hidapi/SDL_hidapi_lg4ff.s" - @echo "... src/joystick/hidapi/SDL_hidapi_luna.o" - @echo "... src/joystick/hidapi/SDL_hidapi_luna.i" - @echo "... src/joystick/hidapi/SDL_hidapi_luna.s" - @echo "... src/joystick/hidapi/SDL_hidapi_ps3.o" - @echo "... src/joystick/hidapi/SDL_hidapi_ps3.i" - @echo "... src/joystick/hidapi/SDL_hidapi_ps3.s" - @echo "... src/joystick/hidapi/SDL_hidapi_ps4.o" - @echo "... src/joystick/hidapi/SDL_hidapi_ps4.i" - @echo "... src/joystick/hidapi/SDL_hidapi_ps4.s" - @echo "... src/joystick/hidapi/SDL_hidapi_ps5.o" - @echo "... src/joystick/hidapi/SDL_hidapi_ps5.i" - @echo "... src/joystick/hidapi/SDL_hidapi_ps5.s" - @echo "... src/joystick/hidapi/SDL_hidapi_rumble.o" - @echo "... src/joystick/hidapi/SDL_hidapi_rumble.i" - @echo "... src/joystick/hidapi/SDL_hidapi_rumble.s" - @echo "... src/joystick/hidapi/SDL_hidapi_shield.o" - @echo "... src/joystick/hidapi/SDL_hidapi_shield.i" - @echo "... src/joystick/hidapi/SDL_hidapi_shield.s" - @echo "... src/joystick/hidapi/SDL_hidapi_stadia.o" - @echo "... src/joystick/hidapi/SDL_hidapi_stadia.i" - @echo "... src/joystick/hidapi/SDL_hidapi_stadia.s" - @echo "... src/joystick/hidapi/SDL_hidapi_steam.o" - @echo "... src/joystick/hidapi/SDL_hidapi_steam.i" - @echo "... src/joystick/hidapi/SDL_hidapi_steam.s" - @echo "... src/joystick/hidapi/SDL_hidapi_steam_hori.o" - @echo "... src/joystick/hidapi/SDL_hidapi_steam_hori.i" - @echo "... src/joystick/hidapi/SDL_hidapi_steam_hori.s" - @echo "... src/joystick/hidapi/SDL_hidapi_steamdeck.o" - @echo "... src/joystick/hidapi/SDL_hidapi_steamdeck.i" - @echo "... src/joystick/hidapi/SDL_hidapi_steamdeck.s" - @echo "... src/joystick/hidapi/SDL_hidapi_switch.o" - @echo "... src/joystick/hidapi/SDL_hidapi_switch.i" - @echo "... src/joystick/hidapi/SDL_hidapi_switch.s" - @echo "... src/joystick/hidapi/SDL_hidapi_wii.o" - @echo "... src/joystick/hidapi/SDL_hidapi_wii.i" - @echo "... src/joystick/hidapi/SDL_hidapi_wii.s" - @echo "... src/joystick/hidapi/SDL_hidapi_xbox360.o" - @echo "... src/joystick/hidapi/SDL_hidapi_xbox360.i" - @echo "... src/joystick/hidapi/SDL_hidapi_xbox360.s" - @echo "... src/joystick/hidapi/SDL_hidapi_xbox360w.o" - @echo "... src/joystick/hidapi/SDL_hidapi_xbox360w.i" - @echo "... src/joystick/hidapi/SDL_hidapi_xbox360w.s" - @echo "... src/joystick/hidapi/SDL_hidapi_xboxone.o" - @echo "... src/joystick/hidapi/SDL_hidapi_xboxone.i" - @echo "... src/joystick/hidapi/SDL_hidapi_xboxone.s" - @echo "... src/joystick/hidapi/SDL_hidapijoystick.o" - @echo "... src/joystick/hidapi/SDL_hidapijoystick.i" - @echo "... src/joystick/hidapi/SDL_hidapijoystick.s" - @echo "... src/joystick/linux/SDL_sysjoystick.o" - @echo "... src/joystick/linux/SDL_sysjoystick.i" - @echo "... src/joystick/linux/SDL_sysjoystick.s" - @echo "... src/joystick/virtual/SDL_virtualjoystick.o" - @echo "... src/joystick/virtual/SDL_virtualjoystick.i" - @echo "... src/joystick/virtual/SDL_virtualjoystick.s" - @echo "... src/libm/e_atan2.o" - @echo "... src/libm/e_atan2.i" - @echo "... src/libm/e_atan2.s" - @echo "... src/libm/e_exp.o" - @echo "... src/libm/e_exp.i" - @echo "... src/libm/e_exp.s" - @echo "... src/libm/e_fmod.o" - @echo "... src/libm/e_fmod.i" - @echo "... src/libm/e_fmod.s" - @echo "... src/libm/e_log.o" - @echo "... src/libm/e_log.i" - @echo "... src/libm/e_log.s" - @echo "... src/libm/e_log10.o" - @echo "... src/libm/e_log10.i" - @echo "... src/libm/e_log10.s" - @echo "... src/libm/e_pow.o" - @echo "... src/libm/e_pow.i" - @echo "... src/libm/e_pow.s" - @echo "... src/libm/e_rem_pio2.o" - @echo "... src/libm/e_rem_pio2.i" - @echo "... src/libm/e_rem_pio2.s" - @echo "... src/libm/e_sqrt.o" - @echo "... src/libm/e_sqrt.i" - @echo "... src/libm/e_sqrt.s" - @echo "... src/libm/k_cos.o" - @echo "... src/libm/k_cos.i" - @echo "... src/libm/k_cos.s" - @echo "... src/libm/k_rem_pio2.o" - @echo "... src/libm/k_rem_pio2.i" - @echo "... src/libm/k_rem_pio2.s" - @echo "... src/libm/k_sin.o" - @echo "... src/libm/k_sin.i" - @echo "... src/libm/k_sin.s" - @echo "... src/libm/k_tan.o" - @echo "... src/libm/k_tan.i" - @echo "... src/libm/k_tan.s" - @echo "... src/libm/s_atan.o" - @echo "... src/libm/s_atan.i" - @echo "... src/libm/s_atan.s" - @echo "... src/libm/s_copysign.o" - @echo "... src/libm/s_copysign.i" - @echo "... src/libm/s_copysign.s" - @echo "... src/libm/s_cos.o" - @echo "... src/libm/s_cos.i" - @echo "... src/libm/s_cos.s" - @echo "... src/libm/s_fabs.o" - @echo "... src/libm/s_fabs.i" - @echo "... src/libm/s_fabs.s" - @echo "... src/libm/s_floor.o" - @echo "... src/libm/s_floor.i" - @echo "... src/libm/s_floor.s" - @echo "... src/libm/s_isinf.o" - @echo "... src/libm/s_isinf.i" - @echo "... src/libm/s_isinf.s" - @echo "... src/libm/s_isinff.o" - @echo "... src/libm/s_isinff.i" - @echo "... src/libm/s_isinff.s" - @echo "... src/libm/s_isnan.o" - @echo "... src/libm/s_isnan.i" - @echo "... src/libm/s_isnan.s" - @echo "... src/libm/s_isnanf.o" - @echo "... src/libm/s_isnanf.i" - @echo "... src/libm/s_isnanf.s" - @echo "... src/libm/s_modf.o" - @echo "... src/libm/s_modf.i" - @echo "... src/libm/s_modf.s" - @echo "... src/libm/s_scalbn.o" - @echo "... src/libm/s_scalbn.i" - @echo "... src/libm/s_scalbn.s" - @echo "... src/libm/s_sin.o" - @echo "... src/libm/s_sin.i" - @echo "... src/libm/s_sin.s" - @echo "... src/libm/s_tan.o" - @echo "... src/libm/s_tan.i" - @echo "... src/libm/s_tan.s" - @echo "... src/loadso/dlopen/SDL_sysloadso.o" - @echo "... src/loadso/dlopen/SDL_sysloadso.i" - @echo "... src/loadso/dlopen/SDL_sysloadso.s" - @echo "... src/locale/SDL_locale.o" - @echo "... src/locale/SDL_locale.i" - @echo "... src/locale/SDL_locale.s" - @echo "... src/locale/unix/SDL_syslocale.o" - @echo "... src/locale/unix/SDL_syslocale.i" - @echo "... src/locale/unix/SDL_syslocale.s" - @echo "... src/main/SDL_main_callbacks.o" - @echo "... src/main/SDL_main_callbacks.i" - @echo "... src/main/SDL_main_callbacks.s" - @echo "... src/main/SDL_runapp.o" - @echo "... src/main/SDL_runapp.i" - @echo "... src/main/SDL_runapp.s" - @echo "... src/main/generic/SDL_sysmain_callbacks.o" - @echo "... src/main/generic/SDL_sysmain_callbacks.i" - @echo "... src/main/generic/SDL_sysmain_callbacks.s" - @echo "... src/misc/SDL_url.o" - @echo "... src/misc/SDL_url.i" - @echo "... src/misc/SDL_url.s" - @echo "... src/misc/unix/SDL_sysurl.o" - @echo "... src/misc/unix/SDL_sysurl.i" - @echo "... src/misc/unix/SDL_sysurl.s" - @echo "... src/power/SDL_power.o" - @echo "... src/power/SDL_power.i" - @echo "... src/power/SDL_power.s" - @echo "... src/power/linux/SDL_syspower.o" - @echo "... src/power/linux/SDL_syspower.i" - @echo "... src/power/linux/SDL_syspower.s" - @echo "... src/process/SDL_process.o" - @echo "... src/process/SDL_process.i" - @echo "... src/process/SDL_process.s" - @echo "... src/process/posix/SDL_posixprocess.o" - @echo "... src/process/posix/SDL_posixprocess.i" - @echo "... src/process/posix/SDL_posixprocess.s" - @echo "... src/render/SDL_d3dmath.o" - @echo "... src/render/SDL_d3dmath.i" - @echo "... src/render/SDL_d3dmath.s" - @echo "... src/render/SDL_render.o" - @echo "... src/render/SDL_render.i" - @echo "... src/render/SDL_render.s" - @echo "... src/render/SDL_render_unsupported.o" - @echo "... src/render/SDL_render_unsupported.i" - @echo "... src/render/SDL_render_unsupported.s" - @echo "... src/render/SDL_yuv_sw.o" - @echo "... src/render/SDL_yuv_sw.i" - @echo "... src/render/SDL_yuv_sw.s" - @echo "... src/render/direct3d/SDL_render_d3d.o" - @echo "... src/render/direct3d/SDL_render_d3d.i" - @echo "... src/render/direct3d/SDL_render_d3d.s" - @echo "... src/render/direct3d/SDL_shaders_d3d.o" - @echo "... src/render/direct3d/SDL_shaders_d3d.i" - @echo "... src/render/direct3d/SDL_shaders_d3d.s" - @echo "... src/render/direct3d11/SDL_render_d3d11.o" - @echo "... src/render/direct3d11/SDL_render_d3d11.i" - @echo "... src/render/direct3d11/SDL_render_d3d11.s" - @echo "... src/render/direct3d11/SDL_shaders_d3d11.o" - @echo "... src/render/direct3d11/SDL_shaders_d3d11.i" - @echo "... src/render/direct3d11/SDL_shaders_d3d11.s" - @echo "... src/render/direct3d12/SDL_render_d3d12.o" - @echo "... src/render/direct3d12/SDL_render_d3d12.i" - @echo "... src/render/direct3d12/SDL_render_d3d12.s" - @echo "... src/render/direct3d12/SDL_shaders_d3d12.o" - @echo "... src/render/direct3d12/SDL_shaders_d3d12.i" - @echo "... src/render/direct3d12/SDL_shaders_d3d12.s" - @echo "... src/render/gpu/SDL_pipeline_gpu.o" - @echo "... src/render/gpu/SDL_pipeline_gpu.i" - @echo "... src/render/gpu/SDL_pipeline_gpu.s" - @echo "... src/render/gpu/SDL_render_gpu.o" - @echo "... src/render/gpu/SDL_render_gpu.i" - @echo "... src/render/gpu/SDL_render_gpu.s" - @echo "... src/render/gpu/SDL_shaders_gpu.o" - @echo "... src/render/gpu/SDL_shaders_gpu.i" - @echo "... src/render/gpu/SDL_shaders_gpu.s" - @echo "... src/render/opengl/SDL_render_gl.o" - @echo "... src/render/opengl/SDL_render_gl.i" - @echo "... src/render/opengl/SDL_render_gl.s" - @echo "... src/render/opengl/SDL_shaders_gl.o" - @echo "... src/render/opengl/SDL_shaders_gl.i" - @echo "... src/render/opengl/SDL_shaders_gl.s" - @echo "... src/render/opengles2/SDL_render_gles2.o" - @echo "... src/render/opengles2/SDL_render_gles2.i" - @echo "... src/render/opengles2/SDL_render_gles2.s" - @echo "... src/render/opengles2/SDL_shaders_gles2.o" - @echo "... src/render/opengles2/SDL_shaders_gles2.i" - @echo "... src/render/opengles2/SDL_shaders_gles2.s" - @echo "... src/render/ps2/SDL_render_ps2.o" - @echo "... src/render/ps2/SDL_render_ps2.i" - @echo "... src/render/ps2/SDL_render_ps2.s" - @echo "... src/render/psp/SDL_render_psp.o" - @echo "... src/render/psp/SDL_render_psp.i" - @echo "... src/render/psp/SDL_render_psp.s" - @echo "... src/render/software/SDL_blendfillrect.o" - @echo "... src/render/software/SDL_blendfillrect.i" - @echo "... src/render/software/SDL_blendfillrect.s" - @echo "... src/render/software/SDL_blendline.o" - @echo "... src/render/software/SDL_blendline.i" - @echo "... src/render/software/SDL_blendline.s" - @echo "... src/render/software/SDL_blendpoint.o" - @echo "... src/render/software/SDL_blendpoint.i" - @echo "... src/render/software/SDL_blendpoint.s" - @echo "... src/render/software/SDL_drawline.o" - @echo "... src/render/software/SDL_drawline.i" - @echo "... src/render/software/SDL_drawline.s" - @echo "... src/render/software/SDL_drawpoint.o" - @echo "... src/render/software/SDL_drawpoint.i" - @echo "... src/render/software/SDL_drawpoint.s" - @echo "... src/render/software/SDL_render_sw.o" - @echo "... src/render/software/SDL_render_sw.i" - @echo "... src/render/software/SDL_render_sw.s" - @echo "... src/render/software/SDL_rotate.o" - @echo "... src/render/software/SDL_rotate.i" - @echo "... src/render/software/SDL_rotate.s" - @echo "... src/render/software/SDL_triangle.o" - @echo "... src/render/software/SDL_triangle.i" - @echo "... src/render/software/SDL_triangle.s" - @echo "... src/render/vitagxm/SDL_render_vita_gxm.o" - @echo "... src/render/vitagxm/SDL_render_vita_gxm.i" - @echo "... src/render/vitagxm/SDL_render_vita_gxm.s" - @echo "... src/render/vitagxm/SDL_render_vita_gxm_memory.o" - @echo "... src/render/vitagxm/SDL_render_vita_gxm_memory.i" - @echo "... src/render/vitagxm/SDL_render_vita_gxm_memory.s" - @echo "... src/render/vitagxm/SDL_render_vita_gxm_tools.o" - @echo "... src/render/vitagxm/SDL_render_vita_gxm_tools.i" - @echo "... src/render/vitagxm/SDL_render_vita_gxm_tools.s" - @echo "... src/render/vulkan/SDL_render_vulkan.o" - @echo "... src/render/vulkan/SDL_render_vulkan.i" - @echo "... src/render/vulkan/SDL_render_vulkan.s" - @echo "... src/render/vulkan/SDL_shaders_vulkan.o" - @echo "... src/render/vulkan/SDL_shaders_vulkan.i" - @echo "... src/render/vulkan/SDL_shaders_vulkan.s" - @echo "... src/sensor/SDL_sensor.o" - @echo "... src/sensor/SDL_sensor.i" - @echo "... src/sensor/SDL_sensor.s" - @echo "... src/sensor/dummy/SDL_dummysensor.o" - @echo "... src/sensor/dummy/SDL_dummysensor.i" - @echo "... src/sensor/dummy/SDL_dummysensor.s" - @echo "... src/stdlib/SDL_crc16.o" - @echo "... src/stdlib/SDL_crc16.i" - @echo "... src/stdlib/SDL_crc16.s" - @echo "... src/stdlib/SDL_crc32.o" - @echo "... src/stdlib/SDL_crc32.i" - @echo "... src/stdlib/SDL_crc32.s" - @echo "... src/stdlib/SDL_getenv.o" - @echo "... src/stdlib/SDL_getenv.i" - @echo "... src/stdlib/SDL_getenv.s" - @echo "... src/stdlib/SDL_iconv.o" - @echo "... src/stdlib/SDL_iconv.i" - @echo "... src/stdlib/SDL_iconv.s" - @echo "... src/stdlib/SDL_malloc.o" - @echo "... src/stdlib/SDL_malloc.i" - @echo "... src/stdlib/SDL_malloc.s" - @echo "... src/stdlib/SDL_memcpy.o" - @echo "... src/stdlib/SDL_memcpy.i" - @echo "... src/stdlib/SDL_memcpy.s" - @echo "... src/stdlib/SDL_memmove.o" - @echo "... src/stdlib/SDL_memmove.i" - @echo "... src/stdlib/SDL_memmove.s" - @echo "... src/stdlib/SDL_memset.o" - @echo "... src/stdlib/SDL_memset.i" - @echo "... src/stdlib/SDL_memset.s" - @echo "... src/stdlib/SDL_mslibc.o" - @echo "... src/stdlib/SDL_mslibc.i" - @echo "... src/stdlib/SDL_mslibc.s" - @echo "... src/stdlib/SDL_murmur3.o" - @echo "... src/stdlib/SDL_murmur3.i" - @echo "... src/stdlib/SDL_murmur3.s" - @echo "... src/stdlib/SDL_qsort.o" - @echo "... src/stdlib/SDL_qsort.i" - @echo "... src/stdlib/SDL_qsort.s" - @echo "... src/stdlib/SDL_random.o" - @echo "... src/stdlib/SDL_random.i" - @echo "... src/stdlib/SDL_random.s" - @echo "... src/stdlib/SDL_stdlib.o" - @echo "... src/stdlib/SDL_stdlib.i" - @echo "... src/stdlib/SDL_stdlib.s" - @echo "... src/stdlib/SDL_string.o" - @echo "... src/stdlib/SDL_string.i" - @echo "... src/stdlib/SDL_string.s" - @echo "... src/stdlib/SDL_strtokr.o" - @echo "... src/stdlib/SDL_strtokr.i" - @echo "... src/stdlib/SDL_strtokr.s" - @echo "... src/storage/SDL_storage.o" - @echo "... src/storage/SDL_storage.i" - @echo "... src/storage/SDL_storage.s" - @echo "... src/storage/generic/SDL_genericstorage.o" - @echo "... src/storage/generic/SDL_genericstorage.i" - @echo "... src/storage/generic/SDL_genericstorage.s" - @echo "... src/storage/steam/SDL_steamstorage.o" - @echo "... src/storage/steam/SDL_steamstorage.i" - @echo "... src/storage/steam/SDL_steamstorage.s" - @echo "... src/test/SDL_test_assert.o" - @echo "... src/test/SDL_test_assert.i" - @echo "... src/test/SDL_test_assert.s" - @echo "... src/test/SDL_test_common.o" - @echo "... src/test/SDL_test_common.i" - @echo "... src/test/SDL_test_common.s" - @echo "... src/test/SDL_test_compare.o" - @echo "... src/test/SDL_test_compare.i" - @echo "... src/test/SDL_test_compare.s" - @echo "... src/test/SDL_test_crc32.o" - @echo "... src/test/SDL_test_crc32.i" - @echo "... src/test/SDL_test_crc32.s" - @echo "... src/test/SDL_test_font.o" - @echo "... src/test/SDL_test_font.i" - @echo "... src/test/SDL_test_font.s" - @echo "... src/test/SDL_test_fuzzer.o" - @echo "... src/test/SDL_test_fuzzer.i" - @echo "... src/test/SDL_test_fuzzer.s" - @echo "... src/test/SDL_test_harness.o" - @echo "... src/test/SDL_test_harness.i" - @echo "... src/test/SDL_test_harness.s" - @echo "... src/test/SDL_test_log.o" - @echo "... src/test/SDL_test_log.i" - @echo "... src/test/SDL_test_log.s" - @echo "... src/test/SDL_test_md5.o" - @echo "... src/test/SDL_test_md5.i" - @echo "... src/test/SDL_test_md5.s" - @echo "... src/test/SDL_test_memory.o" - @echo "... src/test/SDL_test_memory.i" - @echo "... src/test/SDL_test_memory.s" - @echo "... src/thread/SDL_thread.o" - @echo "... src/thread/SDL_thread.i" - @echo "... src/thread/SDL_thread.s" - @echo "... src/thread/pthread/SDL_syscond.o" - @echo "... src/thread/pthread/SDL_syscond.i" - @echo "... src/thread/pthread/SDL_syscond.s" - @echo "... src/thread/pthread/SDL_sysmutex.o" - @echo "... src/thread/pthread/SDL_sysmutex.i" - @echo "... src/thread/pthread/SDL_sysmutex.s" - @echo "... src/thread/pthread/SDL_sysrwlock.o" - @echo "... src/thread/pthread/SDL_sysrwlock.i" - @echo "... src/thread/pthread/SDL_sysrwlock.s" - @echo "... src/thread/pthread/SDL_syssem.o" - @echo "... src/thread/pthread/SDL_syssem.i" - @echo "... src/thread/pthread/SDL_syssem.s" - @echo "... src/thread/pthread/SDL_systhread.o" - @echo "... src/thread/pthread/SDL_systhread.i" - @echo "... src/thread/pthread/SDL_systhread.s" - @echo "... src/thread/pthread/SDL_systls.o" - @echo "... src/thread/pthread/SDL_systls.i" - @echo "... src/thread/pthread/SDL_systls.s" - @echo "... src/time/SDL_time.o" - @echo "... src/time/SDL_time.i" - @echo "... src/time/SDL_time.s" - @echo "... src/time/unix/SDL_systime.o" - @echo "... src/time/unix/SDL_systime.i" - @echo "... src/time/unix/SDL_systime.s" - @echo "... src/timer/SDL_timer.o" - @echo "... src/timer/SDL_timer.i" - @echo "... src/timer/SDL_timer.s" - @echo "... src/timer/unix/SDL_systimer.o" - @echo "... src/timer/unix/SDL_systimer.i" - @echo "... src/timer/unix/SDL_systimer.s" - @echo "... src/tray/SDL_tray_utils.o" - @echo "... src/tray/SDL_tray_utils.i" - @echo "... src/tray/SDL_tray_utils.s" - @echo "... src/tray/unix/SDL_tray.o" - @echo "... src/tray/unix/SDL_tray.i" - @echo "... src/tray/unix/SDL_tray.s" - @echo "... src/video/SDL_RLEaccel.o" - @echo "... src/video/SDL_RLEaccel.i" - @echo "... src/video/SDL_RLEaccel.s" - @echo "... src/video/SDL_blit.o" - @echo "... src/video/SDL_blit.i" - @echo "... src/video/SDL_blit.s" - @echo "... src/video/SDL_blit_0.o" - @echo "... src/video/SDL_blit_0.i" - @echo "... src/video/SDL_blit_0.s" - @echo "... src/video/SDL_blit_1.o" - @echo "... src/video/SDL_blit_1.i" - @echo "... src/video/SDL_blit_1.s" - @echo "... src/video/SDL_blit_A.o" - @echo "... src/video/SDL_blit_A.i" - @echo "... src/video/SDL_blit_A.s" - @echo "... src/video/SDL_blit_N.o" - @echo "... src/video/SDL_blit_N.i" - @echo "... src/video/SDL_blit_N.s" - @echo "... src/video/SDL_blit_auto.o" - @echo "... src/video/SDL_blit_auto.i" - @echo "... src/video/SDL_blit_auto.s" - @echo "... src/video/SDL_blit_copy.o" - @echo "... src/video/SDL_blit_copy.i" - @echo "... src/video/SDL_blit_copy.s" - @echo "... src/video/SDL_blit_slow.o" - @echo "... src/video/SDL_blit_slow.i" - @echo "... src/video/SDL_blit_slow.s" - @echo "... src/video/SDL_bmp.o" - @echo "... src/video/SDL_bmp.i" - @echo "... src/video/SDL_bmp.s" - @echo "... src/video/SDL_clipboard.o" - @echo "... src/video/SDL_clipboard.i" - @echo "... src/video/SDL_clipboard.s" - @echo "... src/video/SDL_egl.o" - @echo "... src/video/SDL_egl.i" - @echo "... src/video/SDL_egl.s" - @echo "... src/video/SDL_fillrect.o" - @echo "... src/video/SDL_fillrect.i" - @echo "... src/video/SDL_fillrect.s" - @echo "... src/video/SDL_pixels.o" - @echo "... src/video/SDL_pixels.i" - @echo "... src/video/SDL_pixels.s" - @echo "... src/video/SDL_rect.o" - @echo "... src/video/SDL_rect.i" - @echo "... src/video/SDL_rect.s" - @echo "... src/video/SDL_stb.o" - @echo "... src/video/SDL_stb.i" - @echo "... src/video/SDL_stb.s" - @echo "... src/video/SDL_stretch.o" - @echo "... src/video/SDL_stretch.i" - @echo "... src/video/SDL_stretch.s" - @echo "... src/video/SDL_surface.o" - @echo "... src/video/SDL_surface.i" - @echo "... src/video/SDL_surface.s" - @echo "... src/video/SDL_video.o" - @echo "... src/video/SDL_video.i" - @echo "... src/video/SDL_video.s" - @echo "... src/video/SDL_video_unsupported.o" - @echo "... src/video/SDL_video_unsupported.i" - @echo "... src/video/SDL_video_unsupported.s" - @echo "... src/video/SDL_vulkan_utils.o" - @echo "... src/video/SDL_vulkan_utils.i" - @echo "... src/video/SDL_vulkan_utils.s" - @echo "... src/video/SDL_yuv.o" - @echo "... src/video/SDL_yuv.i" - @echo "... src/video/SDL_yuv.s" - @echo "... src/video/dummy/SDL_nullevents.o" - @echo "... src/video/dummy/SDL_nullevents.i" - @echo "... src/video/dummy/SDL_nullevents.s" - @echo "... src/video/dummy/SDL_nullframebuffer.o" - @echo "... src/video/dummy/SDL_nullframebuffer.i" - @echo "... src/video/dummy/SDL_nullframebuffer.s" - @echo "... src/video/dummy/SDL_nullvideo.o" - @echo "... src/video/dummy/SDL_nullvideo.i" - @echo "... src/video/dummy/SDL_nullvideo.s" - @echo "... src/video/kmsdrm/SDL_kmsdrmdyn.o" - @echo "... src/video/kmsdrm/SDL_kmsdrmdyn.i" - @echo "... src/video/kmsdrm/SDL_kmsdrmdyn.s" - @echo "... src/video/kmsdrm/SDL_kmsdrmevents.o" - @echo "... src/video/kmsdrm/SDL_kmsdrmevents.i" - @echo "... src/video/kmsdrm/SDL_kmsdrmevents.s" - @echo "... src/video/kmsdrm/SDL_kmsdrmmouse.o" - @echo "... src/video/kmsdrm/SDL_kmsdrmmouse.i" - @echo "... src/video/kmsdrm/SDL_kmsdrmmouse.s" - @echo "... src/video/kmsdrm/SDL_kmsdrmopengles.o" - @echo "... src/video/kmsdrm/SDL_kmsdrmopengles.i" - @echo "... src/video/kmsdrm/SDL_kmsdrmopengles.s" - @echo "... src/video/kmsdrm/SDL_kmsdrmvideo.o" - @echo "... src/video/kmsdrm/SDL_kmsdrmvideo.i" - @echo "... src/video/kmsdrm/SDL_kmsdrmvideo.s" - @echo "... src/video/kmsdrm/SDL_kmsdrmvulkan.o" - @echo "... src/video/kmsdrm/SDL_kmsdrmvulkan.i" - @echo "... src/video/kmsdrm/SDL_kmsdrmvulkan.s" - @echo "... src/video/offscreen/SDL_offscreenevents.o" - @echo "... src/video/offscreen/SDL_offscreenevents.i" - @echo "... src/video/offscreen/SDL_offscreenevents.s" - @echo "... src/video/offscreen/SDL_offscreenframebuffer.o" - @echo "... src/video/offscreen/SDL_offscreenframebuffer.i" - @echo "... src/video/offscreen/SDL_offscreenframebuffer.s" - @echo "... src/video/offscreen/SDL_offscreenopengles.o" - @echo "... src/video/offscreen/SDL_offscreenopengles.i" - @echo "... src/video/offscreen/SDL_offscreenopengles.s" - @echo "... src/video/offscreen/SDL_offscreenvideo.o" - @echo "... src/video/offscreen/SDL_offscreenvideo.i" - @echo "... src/video/offscreen/SDL_offscreenvideo.s" - @echo "... src/video/offscreen/SDL_offscreenvulkan.o" - @echo "... src/video/offscreen/SDL_offscreenvulkan.i" - @echo "... src/video/offscreen/SDL_offscreenvulkan.s" - @echo "... src/video/offscreen/SDL_offscreenwindow.o" - @echo "... src/video/offscreen/SDL_offscreenwindow.i" - @echo "... src/video/offscreen/SDL_offscreenwindow.s" - @echo "... src/video/wayland/SDL_waylandclipboard.o" - @echo "... src/video/wayland/SDL_waylandclipboard.i" - @echo "... src/video/wayland/SDL_waylandclipboard.s" - @echo "... src/video/wayland/SDL_waylandcolor.o" - @echo "... src/video/wayland/SDL_waylandcolor.i" - @echo "... src/video/wayland/SDL_waylandcolor.s" - @echo "... src/video/wayland/SDL_waylanddatamanager.o" - @echo "... src/video/wayland/SDL_waylanddatamanager.i" - @echo "... src/video/wayland/SDL_waylanddatamanager.s" - @echo "... src/video/wayland/SDL_waylanddyn.o" - @echo "... src/video/wayland/SDL_waylanddyn.i" - @echo "... src/video/wayland/SDL_waylanddyn.s" - @echo "... src/video/wayland/SDL_waylandevents.o" - @echo "... src/video/wayland/SDL_waylandevents.i" - @echo "... src/video/wayland/SDL_waylandevents.s" - @echo "... src/video/wayland/SDL_waylandkeyboard.o" - @echo "... src/video/wayland/SDL_waylandkeyboard.i" - @echo "... src/video/wayland/SDL_waylandkeyboard.s" - @echo "... src/video/wayland/SDL_waylandmessagebox.o" - @echo "... src/video/wayland/SDL_waylandmessagebox.i" - @echo "... src/video/wayland/SDL_waylandmessagebox.s" - @echo "... src/video/wayland/SDL_waylandmouse.o" - @echo "... src/video/wayland/SDL_waylandmouse.i" - @echo "... src/video/wayland/SDL_waylandmouse.s" - @echo "... src/video/wayland/SDL_waylandopengles.o" - @echo "... src/video/wayland/SDL_waylandopengles.i" - @echo "... src/video/wayland/SDL_waylandopengles.s" - @echo "... src/video/wayland/SDL_waylandshmbuffer.o" - @echo "... src/video/wayland/SDL_waylandshmbuffer.i" - @echo "... src/video/wayland/SDL_waylandshmbuffer.s" - @echo "... src/video/wayland/SDL_waylandvideo.o" - @echo "... src/video/wayland/SDL_waylandvideo.i" - @echo "... src/video/wayland/SDL_waylandvideo.s" - @echo "... src/video/wayland/SDL_waylandvulkan.o" - @echo "... src/video/wayland/SDL_waylandvulkan.i" - @echo "... src/video/wayland/SDL_waylandvulkan.s" - @echo "... src/video/wayland/SDL_waylandwindow.o" - @echo "... src/video/wayland/SDL_waylandwindow.i" - @echo "... src/video/wayland/SDL_waylandwindow.s" - @echo "... src/video/x11/SDL_x11clipboard.o" - @echo "... src/video/x11/SDL_x11clipboard.i" - @echo "... src/video/x11/SDL_x11clipboard.s" - @echo "... src/video/x11/SDL_x11dyn.o" - @echo "... src/video/x11/SDL_x11dyn.i" - @echo "... src/video/x11/SDL_x11dyn.s" - @echo "... src/video/x11/SDL_x11events.o" - @echo "... src/video/x11/SDL_x11events.i" - @echo "... src/video/x11/SDL_x11events.s" - @echo "... src/video/x11/SDL_x11framebuffer.o" - @echo "... src/video/x11/SDL_x11framebuffer.i" - @echo "... src/video/x11/SDL_x11framebuffer.s" - @echo "... src/video/x11/SDL_x11keyboard.o" - @echo "... src/video/x11/SDL_x11keyboard.i" - @echo "... src/video/x11/SDL_x11keyboard.s" - @echo "... src/video/x11/SDL_x11messagebox.o" - @echo "... src/video/x11/SDL_x11messagebox.i" - @echo "... src/video/x11/SDL_x11messagebox.s" - @echo "... src/video/x11/SDL_x11modes.o" - @echo "... src/video/x11/SDL_x11modes.i" - @echo "... src/video/x11/SDL_x11modes.s" - @echo "... src/video/x11/SDL_x11mouse.o" - @echo "... src/video/x11/SDL_x11mouse.i" - @echo "... src/video/x11/SDL_x11mouse.s" - @echo "... src/video/x11/SDL_x11opengl.o" - @echo "... src/video/x11/SDL_x11opengl.i" - @echo "... src/video/x11/SDL_x11opengl.s" - @echo "... src/video/x11/SDL_x11opengles.o" - @echo "... src/video/x11/SDL_x11opengles.i" - @echo "... src/video/x11/SDL_x11opengles.s" - @echo "... src/video/x11/SDL_x11pen.o" - @echo "... src/video/x11/SDL_x11pen.i" - @echo "... src/video/x11/SDL_x11pen.s" - @echo "... src/video/x11/SDL_x11settings.o" - @echo "... src/video/x11/SDL_x11settings.i" - @echo "... src/video/x11/SDL_x11settings.s" - @echo "... src/video/x11/SDL_x11shape.o" - @echo "... src/video/x11/SDL_x11shape.i" - @echo "... src/video/x11/SDL_x11shape.s" - @echo "... src/video/x11/SDL_x11touch.o" - @echo "... src/video/x11/SDL_x11touch.i" - @echo "... src/video/x11/SDL_x11touch.s" - @echo "... src/video/x11/SDL_x11video.o" - @echo "... src/video/x11/SDL_x11video.i" - @echo "... src/video/x11/SDL_x11video.s" - @echo "... src/video/x11/SDL_x11vulkan.o" - @echo "... src/video/x11/SDL_x11vulkan.i" - @echo "... src/video/x11/SDL_x11vulkan.s" - @echo "... src/video/x11/SDL_x11window.o" - @echo "... src/video/x11/SDL_x11window.i" - @echo "... src/video/x11/SDL_x11window.s" - @echo "... src/video/x11/SDL_x11xfixes.o" - @echo "... src/video/x11/SDL_x11xfixes.i" - @echo "... src/video/x11/SDL_x11xfixes.s" - @echo "... src/video/x11/SDL_x11xinput2.o" - @echo "... src/video/x11/SDL_x11xinput2.i" - @echo "... src/video/x11/SDL_x11xinput2.s" - @echo "... src/video/x11/SDL_x11xsync.o" - @echo "... src/video/x11/SDL_x11xsync.i" - @echo "... src/video/x11/SDL_x11xsync.s" - @echo "... src/video/x11/SDL_x11xtest.o" - @echo "... src/video/x11/SDL_x11xtest.i" - @echo "... src/video/x11/SDL_x11xtest.s" - @echo "... src/video/x11/edid-parse.o" - @echo "... src/video/x11/edid-parse.i" - @echo "... src/video/x11/edid-parse.s" - @echo "... src/video/x11/xsettings-client.o" - @echo "... src/video/x11/xsettings-client.i" - @echo "... src/video/x11/xsettings-client.s" - @echo "... src/video/yuv2rgb/yuv_rgb_lsx.o" - @echo "... src/video/yuv2rgb/yuv_rgb_lsx.i" - @echo "... src/video/yuv2rgb/yuv_rgb_lsx.s" - @echo "... src/video/yuv2rgb/yuv_rgb_sse.o" - @echo "... src/video/yuv2rgb/yuv_rgb_sse.i" - @echo "... src/video/yuv2rgb/yuv_rgb_sse.s" - @echo "... src/video/yuv2rgb/yuv_rgb_std.o" - @echo "... src/video/yuv2rgb/yuv_rgb_std.i" - @echo "... src/video/yuv2rgb/yuv_rgb_std.s" - @echo "... wayland-generated-protocols/alpha-modifier-v1-protocol.o" - @echo "... wayland-generated-protocols/alpha-modifier-v1-protocol.i" - @echo "... wayland-generated-protocols/alpha-modifier-v1-protocol.s" - @echo "... wayland-generated-protocols/color-management-v1-protocol.o" - @echo "... wayland-generated-protocols/color-management-v1-protocol.i" - @echo "... wayland-generated-protocols/color-management-v1-protocol.s" - @echo "... wayland-generated-protocols/cursor-shape-v1-protocol.o" - @echo "... wayland-generated-protocols/cursor-shape-v1-protocol.i" - @echo "... wayland-generated-protocols/cursor-shape-v1-protocol.s" - @echo "... wayland-generated-protocols/fractional-scale-v1-protocol.o" - @echo "... wayland-generated-protocols/fractional-scale-v1-protocol.i" - @echo "... wayland-generated-protocols/fractional-scale-v1-protocol.s" - @echo "... wayland-generated-protocols/frog-color-management-v1-protocol.o" - @echo "... wayland-generated-protocols/frog-color-management-v1-protocol.i" - @echo "... wayland-generated-protocols/frog-color-management-v1-protocol.s" - @echo "... wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.o" - @echo "... wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.i" - @echo "... wayland-generated-protocols/idle-inhibit-unstable-v1-protocol.s" - @echo "... wayland-generated-protocols/input-timestamps-unstable-v1-protocol.o" - @echo "... wayland-generated-protocols/input-timestamps-unstable-v1-protocol.i" - @echo "... wayland-generated-protocols/input-timestamps-unstable-v1-protocol.s" - @echo "... wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.o" - @echo "... wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.i" - @echo "... wayland-generated-protocols/keyboard-shortcuts-inhibit-unstable-v1-protocol.s" - @echo "... wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.o" - @echo "... wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.i" - @echo "... wayland-generated-protocols/pointer-constraints-unstable-v1-protocol.s" - @echo "... wayland-generated-protocols/primary-selection-unstable-v1-protocol.o" - @echo "... wayland-generated-protocols/primary-selection-unstable-v1-protocol.i" - @echo "... wayland-generated-protocols/primary-selection-unstable-v1-protocol.s" - @echo "... wayland-generated-protocols/relative-pointer-unstable-v1-protocol.o" - @echo "... wayland-generated-protocols/relative-pointer-unstable-v1-protocol.i" - @echo "... wayland-generated-protocols/relative-pointer-unstable-v1-protocol.s" - @echo "... wayland-generated-protocols/tablet-v2-protocol.o" - @echo "... wayland-generated-protocols/tablet-v2-protocol.i" - @echo "... wayland-generated-protocols/tablet-v2-protocol.s" - @echo "... wayland-generated-protocols/text-input-unstable-v3-protocol.o" - @echo "... wayland-generated-protocols/text-input-unstable-v3-protocol.i" - @echo "... wayland-generated-protocols/text-input-unstable-v3-protocol.s" - @echo "... wayland-generated-protocols/viewporter-protocol.o" - @echo "... wayland-generated-protocols/viewporter-protocol.i" - @echo "... wayland-generated-protocols/viewporter-protocol.s" - @echo "... wayland-generated-protocols/wayland-protocol.o" - @echo "... wayland-generated-protocols/wayland-protocol.i" - @echo "... wayland-generated-protocols/wayland-protocol.s" - @echo "... wayland-generated-protocols/xdg-activation-v1-protocol.o" - @echo "... wayland-generated-protocols/xdg-activation-v1-protocol.i" - @echo "... wayland-generated-protocols/xdg-activation-v1-protocol.s" - @echo "... wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.o" - @echo "... wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.i" - @echo "... wayland-generated-protocols/xdg-decoration-unstable-v1-protocol.s" - @echo "... wayland-generated-protocols/xdg-dialog-v1-protocol.o" - @echo "... wayland-generated-protocols/xdg-dialog-v1-protocol.i" - @echo "... wayland-generated-protocols/xdg-dialog-v1-protocol.s" - @echo "... wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.o" - @echo "... wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.i" - @echo "... wayland-generated-protocols/xdg-foreign-unstable-v2-protocol.s" - @echo "... wayland-generated-protocols/xdg-output-unstable-v1-protocol.o" - @echo "... wayland-generated-protocols/xdg-output-unstable-v1-protocol.i" - @echo "... wayland-generated-protocols/xdg-output-unstable-v1-protocol.s" - @echo "... wayland-generated-protocols/xdg-shell-protocol.o" - @echo "... wayland-generated-protocols/xdg-shell-protocol.i" - @echo "... wayland-generated-protocols/xdg-shell-protocol.s" - @echo "... wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.o" - @echo "... wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.i" - @echo "... wayland-generated-protocols/xdg-toplevel-icon-v1-protocol.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/SDL/SDL3Config.cmake b/build_emscripten/external/SDL/SDL3Config.cmake deleted file mode 100644 index 7353249b..00000000 --- a/build_emscripten/external/SDL/SDL3Config.cmake +++ /dev/null @@ -1,133 +0,0 @@ -# SDL cmake project-config input for CMakeLists.txt script - -include(FeatureSummary) -set_package_properties(SDL3 PROPERTIES - URL "https://www.libsdl.org/" - DESCRIPTION "low level access to audio, keyboard, mouse, joystick, and graphics hardware" -) - - -####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### -####### Any changes to this file will be overwritten by the next CMake run #### -####### The input file was SDL3Config.cmake.in ######## - -get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE) - -macro(check_required_components _NAME) - foreach(comp ${${_NAME}_FIND_COMPONENTS}) - if(NOT ${_NAME}_${comp}_FOUND) - if(${_NAME}_FIND_REQUIRED_${comp}) - set(${_NAME}_FOUND FALSE) - endif() - endif() - endforeach() -endmacro() - -#################################################################################### - -set(SDL3_FOUND TRUE) -set(_sdl3_framework OFF) - -# Find SDL3::Headers -if(NOT TARGET SDL3::Headers) - include("${CMAKE_CURRENT_LIST_DIR}/SDL3headersTargets.cmake") - if(NOT CMAKE_VERSION VERSION_LESS "3.25") - set_property(TARGET SDL3::Headers PROPERTY SYSTEM 0) - endif() -endif() -set(SDL3_Headers_FOUND TRUE) - -# Find SDL3::SDL3-shared -if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/SDL3sharedTargets.cmake") - include("${CMAKE_CURRENT_LIST_DIR}/SDL3sharedTargets.cmake") - set(SDL3_SDL3-shared_FOUND TRUE) -endif() - -macro(find_sdl3_static_dependencies) - -endmacro() - -# Find SDL3::SDL3-static -if(_sdl3_framework) - set(SDL3_SDL3-static_FOUND TRUE) - find_sdl3_static_dependencies() - find_package(SDL3-static CONFIG) - if(SDL3_SDL3-static_FOUND AND SDL3-static_FOUND) - set(SDL3_SDL3-static_FOUND TRUE) - endif() -else() - if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/SDL3staticTargets.cmake") - set(SDL3_SDL3-static_FOUND TRUE) - find_sdl3_static_dependencies() - if(SDL3_SDL3-static_FOUND) - if(ANDROID OR HAIKU) - enable_language(CXX) - endif() - include("${CMAKE_CURRENT_LIST_DIR}/SDL3staticTargets.cmake") - endif() - endif() -endif() - -if(ANDROID AND EXISTS "${CMAKE_CURRENT_LIST_DIR}/SDL3jarTargets.cmake") - include("${CMAKE_CURRENT_LIST_DIR}/SDL3jarTargets.cmake") - set(SDL3_Jar_FOUND TRUE) -endif() - -if(SDL3_SDL3-shared_FOUND OR SDL3_SDL3-static_FOUND) - set(SDL3_SDL3_FOUND TRUE) -endif() - -# Find SDL3::SDL3_test -if(_sdl3_framework) - find_package(SDL3_test CONFIG) - if(SDL3_test_FOUND) - enable_language(OBJC) - set(SDL3_SDL3_test_FOUND TRUE) - endif() -else() - if(EXISTS "${CMAKE_CURRENT_LIST_DIR}/SDL3testTargets.cmake") - set(SDL3_SDL3_test_FOUND TRUE) - find_package(PkgConfig) - if(PkgConfig_FOUND) - pkg_check_modules(PC_LIBUNWIND QUIET IMPORTED_TARGET libunwind libunwind-generic) - if(NOT PC_LIBUNWIND_FOUND) - set(SDL3_SDL3_test_FOUND OFF) - endif() - else() - set(SDL3_SDL3_test_FOUND OFF) - endif() - if(SDL3_SDL3_test_FOUND) - include("${CMAKE_CURRENT_LIST_DIR}/SDL3testTargets.cmake") - endif() - endif() -endif() - -if(NOT SDL3_COMPONENTS AND NOT TARGET SDL3::Headers AND NOT TARGET SDL3::SDL3-shared AND NOT TARGET SDL3::SDL3-static) - set(SDL3_FOUND FALSE) -endif() -check_required_components(SDL3) - -function(_sdl_create_target_alias_compat NEW_TARGET TARGET) - if(CMAKE_VERSION VERSION_LESS "3.18") - # Aliasing local targets is not supported on CMake < 3.18, so make it global. - add_library(${NEW_TARGET} INTERFACE IMPORTED) - set_target_properties(${NEW_TARGET} PROPERTIES INTERFACE_LINK_LIBRARIES "${TARGET}") - else() - add_library(${NEW_TARGET} ALIAS ${TARGET}) - endif() -endfunction() - -# Make sure SDL3::SDL3 always exists -if(NOT TARGET SDL3::SDL3) - if(TARGET SDL3::SDL3-shared) - _sdl_create_target_alias_compat(SDL3::SDL3 SDL3::SDL3-shared) - elseif(TARGET SDL3::SDL3-static) - _sdl_create_target_alias_compat(SDL3::SDL3 SDL3::SDL3-static) - endif() -endif() - -set(SDL3_LIBRARIES SDL3::SDL3) -set(SDL3_STATIC_LIBRARIES SDL3::SDL3-static) -set(SDL3_STATIC_PRIVATE_LIBS) - -set(SDL3TEST_LIBRARY SDL3::SDL3_test) diff --git a/build_emscripten/external/SDL/SDL3ConfigVersion.cmake b/build_emscripten/external/SDL/SDL3ConfigVersion.cmake deleted file mode 100644 index d6ad27b1..00000000 --- a/build_emscripten/external/SDL/SDL3ConfigVersion.cmake +++ /dev/null @@ -1,43 +0,0 @@ -# This is a basic version file for the Config-mode of find_package(). -# It is used by write_basic_package_version_file() as input file for configure_file() -# to create a version-file which can be installed along a config.cmake file. -# -# The created file sets PACKAGE_VERSION_EXACT if the current version string and -# the requested version string are exactly the same and it sets -# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version. -# The variable CVF_VERSION must be set before calling configure_file(). - -set(PACKAGE_VERSION "3.3.0") - -if (PACKAGE_FIND_VERSION_RANGE) - # Package version must be in the requested version range - if ((PACKAGE_FIND_VERSION_RANGE_MIN STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MIN) - OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_GREATER PACKAGE_FIND_VERSION_MAX) - OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_GREATER_EQUAL PACKAGE_FIND_VERSION_MAX))) - set(PACKAGE_VERSION_COMPATIBLE FALSE) - else() - set(PACKAGE_VERSION_COMPATIBLE TRUE) - endif() -else() - if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) - set(PACKAGE_VERSION_COMPATIBLE FALSE) - else() - set(PACKAGE_VERSION_COMPATIBLE TRUE) - if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) - set(PACKAGE_VERSION_EXACT TRUE) - endif() - endif() -endif() - - -# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") - return() -endif() - -# check that the installed version has the same 32/64bit-ness as the one which is currently searching: -if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") - math(EXPR installedBits "8 * 8") - set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") - set(PACKAGE_VERSION_UNSUITABLE TRUE) -endif() diff --git a/build_emscripten/external/SDL/SDL3headersTargets.cmake b/build_emscripten/external/SDL/SDL3headersTargets.cmake deleted file mode 100644 index 33c04540..00000000 --- a/build_emscripten/external/SDL/SDL3headersTargets.cmake +++ /dev/null @@ -1,61 +0,0 @@ -# Generated by CMake - -if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) - message(FATAL_ERROR "CMake >= 3.0.0 required") -endif() -if(CMAKE_VERSION VERSION_LESS "3.0.0") - message(FATAL_ERROR "CMake >= 3.0.0 required") -endif() -cmake_policy(PUSH) -cmake_policy(VERSION 3.0.0...3.30) -#---------------------------------------------------------------- -# Generated CMake target import file. -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Protect against multiple inclusion, which would fail when already imported targets are added once more. -set(_cmake_targets_defined "") -set(_cmake_targets_not_defined "") -set(_cmake_expected_targets "") -foreach(_cmake_expected_target IN ITEMS SDL3::Headers) - list(APPEND _cmake_expected_targets "${_cmake_expected_target}") - if(TARGET "${_cmake_expected_target}") - list(APPEND _cmake_targets_defined "${_cmake_expected_target}") - else() - list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") - endif() -endforeach() -unset(_cmake_expected_target) -if(_cmake_targets_defined STREQUAL _cmake_expected_targets) - unset(_cmake_targets_defined) - unset(_cmake_targets_not_defined) - unset(_cmake_expected_targets) - unset(CMAKE_IMPORT_FILE_VERSION) - cmake_policy(POP) - return() -endif() -if(NOT _cmake_targets_defined STREQUAL "") - string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") - string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") - message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") -endif() -unset(_cmake_targets_defined) -unset(_cmake_targets_not_defined) -unset(_cmake_expected_targets) - - -# Create imported target SDL3::Headers -add_library(SDL3::Headers INTERFACE IMPORTED) - -set_target_properties(SDL3::Headers PROPERTIES - INTERFACE_INCLUDE_DIRECTORIES "/home/guest/Downloads/PopLib/build/external/SDL/include-revision;/home/guest/Downloads/PopLib/external/SDL/include" -) - -# This file does not depend on other imported targets which have -# been exported from the same project but in a separate export set. - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) -cmake_policy(POP) diff --git a/build_emscripten/external/SDL/SDL3sharedTargets.cmake b/build_emscripten/external/SDL/SDL3sharedTargets.cmake deleted file mode 100644 index eb0a068e..00000000 --- a/build_emscripten/external/SDL/SDL3sharedTargets.cmake +++ /dev/null @@ -1,89 +0,0 @@ -# Generated by CMake - -if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) - message(FATAL_ERROR "CMake >= 2.8.3 required") -endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") -endif() -cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.30) -#---------------------------------------------------------------- -# Generated CMake target import file. -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Protect against multiple inclusion, which would fail when already imported targets are added once more. -set(_cmake_targets_defined "") -set(_cmake_targets_not_defined "") -set(_cmake_expected_targets "") -foreach(_cmake_expected_target IN ITEMS SDL3::SDL3-shared) - list(APPEND _cmake_expected_targets "${_cmake_expected_target}") - if(TARGET "${_cmake_expected_target}") - list(APPEND _cmake_targets_defined "${_cmake_expected_target}") - else() - list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") - endif() -endforeach() -unset(_cmake_expected_target) -if(_cmake_targets_defined STREQUAL _cmake_expected_targets) - unset(_cmake_targets_defined) - unset(_cmake_targets_not_defined) - unset(_cmake_expected_targets) - unset(CMAKE_IMPORT_FILE_VERSION) - cmake_policy(POP) - return() -endif() -if(NOT _cmake_targets_defined STREQUAL "") - string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") - string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") - message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") -endif() -unset(_cmake_targets_defined) -unset(_cmake_targets_not_defined) -unset(_cmake_expected_targets) - - -# Create imported target SDL3::SDL3-shared -add_library(SDL3::SDL3-shared SHARED IMPORTED) - -set_target_properties(SDL3::SDL3-shared PROPERTIES - COMPATIBLE_INTERFACE_BOOL "SDL3_SHARED" - COMPATIBLE_INTERFACE_STRING "SDL_VERSION" - INTERFACE_LINK_DEPENDS "/home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.sym" - INTERFACE_LINK_LIBRARIES "SDL3::Headers" - INTERFACE_SDL3_SHARED "TRUE" - INTERFACE_SDL_VERSION "SDL3" -) - -# Import target "SDL3::SDL3-shared" for configuration "" -set_property(TARGET SDL3::SDL3-shared APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) -set_target_properties(SDL3::SDL3-shared PROPERTIES - IMPORTED_LOCATION_NOCONFIG "/home/guest/Downloads/PopLib/build/external/SDL/libSDL3.so.0.3.0" - IMPORTED_SONAME_NOCONFIG "libSDL3.so.0" - ) - -# Make sure the targets which have been exported in some other -# export set exist. -unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) -foreach(_target "SDL3::Headers" ) - if(NOT TARGET "${_target}" ) - set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") - endif() -endforeach() - -if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) - if(CMAKE_FIND_PACKAGE_NAME) - set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) - set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") - else() - message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") - endif() -endif() -unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) -cmake_policy(POP) diff --git a/build_emscripten/external/SDL/SDL3staticTargets.cmake b/build_emscripten/external/SDL/SDL3staticTargets.cmake deleted file mode 100644 index b3492ff3..00000000 --- a/build_emscripten/external/SDL/SDL3staticTargets.cmake +++ /dev/null @@ -1,89 +0,0 @@ -# Generated by CMake - -if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) - message(FATAL_ERROR "CMake >= 2.8.3 required") -endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") -endif() -cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.30) -#---------------------------------------------------------------- -# Generated CMake target import file. -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Protect against multiple inclusion, which would fail when already imported targets are added once more. -set(_cmake_targets_defined "") -set(_cmake_targets_not_defined "") -set(_cmake_expected_targets "") -foreach(_cmake_expected_target IN ITEMS SDL3::SDL3-static) - list(APPEND _cmake_expected_targets "${_cmake_expected_target}") - if(TARGET "${_cmake_expected_target}") - list(APPEND _cmake_targets_defined "${_cmake_expected_target}") - else() - list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") - endif() -endforeach() -unset(_cmake_expected_target) -if(_cmake_targets_defined STREQUAL _cmake_expected_targets) - unset(_cmake_targets_defined) - unset(_cmake_targets_not_defined) - unset(_cmake_expected_targets) - unset(CMAKE_IMPORT_FILE_VERSION) - cmake_policy(POP) - return() -endif() -if(NOT _cmake_targets_defined STREQUAL "") - string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") - string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") - message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") -endif() -unset(_cmake_targets_defined) -unset(_cmake_targets_not_defined) -unset(_cmake_expected_targets) - - -# Create imported target SDL3::SDL3-static -add_library(SDL3::SDL3-static STATIC IMPORTED) - -set_target_properties(SDL3::SDL3-static PROPERTIES - COMPATIBLE_INTERFACE_BOOL "SDL3_SHARED" - COMPATIBLE_INTERFACE_STRING "SDL_VERSION" - INTERFACE_LINK_LIBRARIES "\$;SDL3::Headers" - INTERFACE_LINK_OPTIONS "-pthread" - INTERFACE_SDL3_SHARED "FALSE" - INTERFACE_SDL_VERSION "SDL3" -) - -# Import target "SDL3::SDL3-static" for configuration "" -set_property(TARGET SDL3::SDL3-static APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) -set_target_properties(SDL3::SDL3-static PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C" - IMPORTED_LOCATION_NOCONFIG "/home/guest/Downloads/PopLib/build/external/SDL/libSDL3.a" - ) - -# Make sure the targets which have been exported in some other -# export set exist. -unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) -foreach(_target "SDL3::Headers" ) - if(NOT TARGET "${_target}" ) - set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") - endif() -endforeach() - -if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) - if(CMAKE_FIND_PACKAGE_NAME) - set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) - set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") - else() - message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") - endif() -endif() -unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) -cmake_policy(POP) diff --git a/build_emscripten/external/SDL/SDL3testTargets.cmake b/build_emscripten/external/SDL/SDL3testTargets.cmake deleted file mode 100644 index 2804473e..00000000 --- a/build_emscripten/external/SDL/SDL3testTargets.cmake +++ /dev/null @@ -1,86 +0,0 @@ -# Generated by CMake - -if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) - message(FATAL_ERROR "CMake >= 2.8.3 required") -endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") -endif() -cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.30) -#---------------------------------------------------------------- -# Generated CMake target import file. -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Protect against multiple inclusion, which would fail when already imported targets are added once more. -set(_cmake_targets_defined "") -set(_cmake_targets_not_defined "") -set(_cmake_expected_targets "") -foreach(_cmake_expected_target IN ITEMS SDL3::SDL3_test) - list(APPEND _cmake_expected_targets "${_cmake_expected_target}") - if(TARGET "${_cmake_expected_target}") - list(APPEND _cmake_targets_defined "${_cmake_expected_target}") - else() - list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") - endif() -endforeach() -unset(_cmake_expected_target) -if(_cmake_targets_defined STREQUAL _cmake_expected_targets) - unset(_cmake_targets_defined) - unset(_cmake_targets_not_defined) - unset(_cmake_expected_targets) - unset(CMAKE_IMPORT_FILE_VERSION) - cmake_policy(POP) - return() -endif() -if(NOT _cmake_targets_defined STREQUAL "") - string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") - string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") - message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") -endif() -unset(_cmake_targets_defined) -unset(_cmake_targets_not_defined) -unset(_cmake_expected_targets) - - -# Create imported target SDL3::SDL3_test -add_library(SDL3::SDL3_test STATIC IMPORTED) - -set_target_properties(SDL3::SDL3_test PROPERTIES - COMPATIBLE_INTERFACE_STRING "SDL_VERSION" - INTERFACE_LINK_LIBRARIES "\$;SDL3::Headers" - INTERFACE_SDL_VERSION "SDL3" -) - -# Import target "SDL3::SDL3_test" for configuration "" -set_property(TARGET SDL3::SDL3_test APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) -set_target_properties(SDL3::SDL3_test PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C" - IMPORTED_LOCATION_NOCONFIG "/home/guest/Downloads/PopLib/build/external/SDL/libSDL3_test.a" - ) - -# Make sure the targets which have been exported in some other -# export set exist. -unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) -foreach(_target "SDL3::Headers" ) - if(NOT TARGET "${_target}" ) - set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") - endif() -endforeach() - -if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) - if(CMAKE_FIND_PACKAGE_NAME) - set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) - set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") - else() - message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") - endif() -endif() -unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) -cmake_policy(POP) diff --git a/build_emscripten/external/SDL/cmake_install.cmake b/build_emscripten/external/SDL/cmake_install.cmake deleted file mode 100644 index 6fe8d243..00000000 --- a/build_emscripten/external/SDL/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/SDL - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/SDL/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/SDL/include-config-relwithdebinfo/build_config/SDL_build_config.h b/build_emscripten/external/SDL/include-config-relwithdebinfo/build_config/SDL_build_config.h deleted file mode 100644 index 59b443e8..00000000 --- a/build_emscripten/external/SDL/include-config-relwithdebinfo/build_config/SDL_build_config.h +++ /dev/null @@ -1,591 +0,0 @@ -/* - Simple DirectMedia Layer - Copyright (C) 1997-2025 Sam Lantinga - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. -*/ - -/** - * \file SDL_build_config.h - * - * This is a set of defines to configure the SDL features - */ - -#ifndef SDL_build_config_h_ -#define SDL_build_config_h_ - -/* General platform specific identifiers */ -#include - -/* #undef SDL_PLATFORM_PRIVATE */ - -#define HAVE_GCC_ATOMICS 1 -/* #undef HAVE_GCC_SYNC_LOCK_TEST_AND_SET */ - -/* #undef SDL_DISABLE_ALLOCA */ - -/* Useful headers */ -#define HAVE_FLOAT_H 1 -#define HAVE_STDARG_H 1 -#define HAVE_STDDEF_H 1 -#define HAVE_STDINT_H 1 - -/* Comment this if you want to build without any C library requirements */ -#define HAVE_LIBC 1 -#ifdef HAVE_LIBC - -/* Useful headers */ -#define HAVE_ALLOCA_H 1 -#define HAVE_ICONV_H 1 -#define HAVE_INTTYPES_H 1 -#define HAVE_LIMITS_H 1 -#define HAVE_MALLOC_H 1 -#define HAVE_MATH_H 1 -#define HAVE_MEMORY_H 1 -#define HAVE_SIGNAL_H 1 -#define HAVE_STDIO_H 1 -#define HAVE_STDLIB_H 1 -#define HAVE_STRINGS_H 1 -#define HAVE_STRING_H 1 -#define HAVE_SYS_TYPES_H 1 -#define HAVE_WCHAR_H 1 -/* #undef HAVE_PTHREAD_NP_H */ - -/* C library functions */ -#define HAVE_DLOPEN 1 -#define HAVE_MALLOC 1 -#define HAVE_FDATASYNC 1 -#define HAVE_GETENV 1 -#define HAVE_GETHOSTNAME 1 -#define HAVE_SETENV 1 -#define HAVE_PUTENV 1 -#define HAVE_UNSETENV 1 -#define HAVE_ABS 1 -#define HAVE_BCOPY 1 -#define HAVE_MEMSET 1 -#define HAVE_MEMCPY 1 -#define HAVE_MEMMOVE 1 -#define HAVE_MEMCMP 1 -#define HAVE_WCSLEN 1 -#define HAVE_WCSNLEN 1 -#define HAVE_WCSLCPY 1 -#define HAVE_WCSLCAT 1 -#define HAVE_WCSSTR 1 -#define HAVE_WCSCMP 1 -#define HAVE_WCSNCMP 1 -#define HAVE_WCSTOL 1 -#define HAVE_STRLEN 1 -#define HAVE_STRNLEN 1 -#define HAVE_STRLCPY 1 -#define HAVE_STRLCAT 1 -#define HAVE_STRPBRK 1 -/* #undef HAVE__STRREV */ -#define HAVE_INDEX 1 -#define HAVE_RINDEX 1 -#define HAVE_STRCHR 1 -#define HAVE_STRRCHR 1 -#define HAVE_STRSTR 1 -/* #undef HAVE_STRNSTR */ -#define HAVE_STRTOK_R 1 -/* #undef HAVE_ITOA */ -/* #undef HAVE__LTOA */ -/* #undef HAVE__UITOA */ -/* #undef HAVE__ULTOA */ -#define HAVE_STRTOL 1 -#define HAVE_STRTOUL 1 -/* #undef HAVE__I64TOA */ -/* #undef HAVE__UI64TOA */ -#define HAVE_STRTOLL 1 -#define HAVE_STRTOULL 1 -#define HAVE_STRTOD 1 -#define HAVE_ATOI 1 -#define HAVE_ATOF 1 -#define HAVE_STRCMP 1 -#define HAVE_STRNCMP 1 -#define HAVE_VSSCANF 1 -#define HAVE_VSNPRINTF 1 -#define HAVE_ACOS 1 -#define HAVE_ACOSF 1 -#define HAVE_ASIN 1 -#define HAVE_ASINF 1 -#define HAVE_ATAN 1 -#define HAVE_ATANF 1 -#define HAVE_ATAN2 1 -#define HAVE_ATAN2F 1 -#define HAVE_CEIL 1 -#define HAVE_CEILF 1 -#define HAVE_COPYSIGN 1 -#define HAVE_COPYSIGNF 1 -/* #undef HAVE__COPYSIGN */ -#define HAVE_COS 1 -#define HAVE_COSF 1 -#define HAVE_EXP 1 -#define HAVE_EXPF 1 -#define HAVE_FABS 1 -#define HAVE_FABSF 1 -#define HAVE_FLOOR 1 -#define HAVE_FLOORF 1 -#define HAVE_FMOD 1 -#define HAVE_FMODF 1 -#define HAVE_ISINF 1 -#define HAVE_ISINFF 1 -#define HAVE_ISINF_FLOAT_MACRO 1 -#define HAVE_ISNAN 1 -#define HAVE_ISNANF 1 -#define HAVE_ISNAN_FLOAT_MACRO 1 -#define HAVE_LOG 1 -#define HAVE_LOGF 1 -#define HAVE_LOG10 1 -#define HAVE_LOG10F 1 -#define HAVE_LROUND 1 -#define HAVE_LROUNDF 1 -#define HAVE_MODF 1 -#define HAVE_MODFF 1 -#define HAVE_POW 1 -#define HAVE_POWF 1 -#define HAVE_ROUND 1 -#define HAVE_ROUNDF 1 -#define HAVE_SCALBN 1 -#define HAVE_SCALBNF 1 -#define HAVE_SIN 1 -#define HAVE_SINF 1 -#define HAVE_SQRT 1 -#define HAVE_SQRTF 1 -#define HAVE_TAN 1 -#define HAVE_TANF 1 -#define HAVE_TRUNC 1 -#define HAVE_TRUNCF 1 -/* #undef HAVE__FSEEKI64 */ -#define HAVE_FOPEN64 1 -#define HAVE_FSEEKO 1 -#define HAVE_FSEEKO64 1 -#define HAVE_MEMFD_CREATE 1 -#define HAVE_POSIX_FALLOCATE 1 -#define HAVE_SIGACTION 1 -#define HAVE_SA_SIGACTION 1 -#define HAVE_ST_MTIM 1 -#define HAVE_SETJMP 1 -#define HAVE_NANOSLEEP 1 -#define HAVE_GMTIME_R 1 -#define HAVE_LOCALTIME_R 1 -#define HAVE_NL_LANGINFO 1 -#define HAVE_SYSCONF 1 -/* #undef HAVE_SYSCTLBYNAME */ -#define HAVE_CLOCK_GETTIME 1 -#define HAVE_GETPAGESIZE 1 -#define HAVE_ICONV 1 -/* #undef SDL_USE_LIBICONV */ -#define HAVE_PTHREAD_SETNAME_NP 1 -/* #undef HAVE_PTHREAD_SET_NAME_NP */ -#define HAVE_SEM_TIMEDWAIT 1 -#define HAVE_GETAUXVAL 1 -/* #undef HAVE_ELF_AUX_INFO */ -#define HAVE_POLL 1 -#define HAVE__EXIT 1 - -#endif /* HAVE_LIBC */ - -#define HAVE_DBUS_DBUS_H 1 -#define HAVE_FCITX 1 -/* #undef HAVE_IBUS_IBUS_H */ -#define HAVE_INOTIFY_INIT1 1 -#define HAVE_INOTIFY 1 -#define HAVE_LIBUSB 1 -#define HAVE_O_CLOEXEC 1 - -#define HAVE_LINUX_INPUT_H 1 -#define HAVE_LIBUDEV_H 1 -#define HAVE_LIBDECOR_H 1 -#define HAVE_LIBURING_H 1 - -/* #undef HAVE_DDRAW_H */ -/* #undef HAVE_DSOUND_H */ -/* #undef HAVE_DINPUT_H */ -/* #undef HAVE_XINPUT_H */ -/* #undef HAVE_WINDOWS_GAMING_INPUT_H */ -/* #undef HAVE_GAMEINPUT_H */ -/* #undef HAVE_DXGI_H */ -/* #undef HAVE_DXGI1_6_H */ - -/* #undef HAVE_MMDEVICEAPI_H */ -/* #undef HAVE_TPCSHRD_H */ -/* #undef HAVE_ROAPI_H */ -/* #undef HAVE_SHELLSCALINGAPI_H */ -/* #undef HAVE_SHOBJIDL_CORE_H */ - -/* #undef USE_POSIX_SPAWN */ -/* #undef HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR */ -#define HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDCHDIR_NP 1 - -/* SDL internal assertion support */ -/* #undef SDL_DEFAULT_ASSERT_LEVEL_CONFIGURED */ -#ifdef SDL_DEFAULT_ASSERT_LEVEL_CONFIGURED -#define SDL_DEFAULT_ASSERT_LEVEL -#endif - -/* Allow disabling of major subsystems */ -/* #undef SDL_AUDIO_DISABLED */ -/* #undef SDL_VIDEO_DISABLED */ -/* #undef SDL_GPU_DISABLED */ -/* #undef SDL_RENDER_DISABLED */ -/* #undef SDL_CAMERA_DISABLED */ -/* #undef SDL_JOYSTICK_DISABLED */ -/* #undef SDL_HAPTIC_DISABLED */ -/* #undef SDL_HIDAPI_DISABLED */ -/* #undef SDL_POWER_DISABLED */ -/* #undef SDL_SENSOR_DISABLED */ -/* #undef SDL_DIALOG_DISABLED */ -/* #undef SDL_THREADS_DISABLED */ - -/* Enable various audio drivers */ -#define SDL_AUDIO_DRIVER_ALSA 1 -#define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2" -/* #undef SDL_AUDIO_DRIVER_OPENSLES */ -/* #undef SDL_AUDIO_DRIVER_AAUDIO */ -/* #undef SDL_AUDIO_DRIVER_COREAUDIO */ -#define SDL_AUDIO_DRIVER_DISK 1 -/* #undef SDL_AUDIO_DRIVER_DSOUND */ -#define SDL_AUDIO_DRIVER_DUMMY 1 -/* #undef SDL_AUDIO_DRIVER_EMSCRIPTEN */ -/* #undef SDL_AUDIO_DRIVER_HAIKU */ -#define SDL_AUDIO_DRIVER_JACK 1 -#define SDL_AUDIO_DRIVER_JACK_DYNAMIC "libjack.so.0" -/* #undef SDL_AUDIO_DRIVER_NETBSD */ -/* #undef SDL_AUDIO_DRIVER_OSS */ -#define SDL_AUDIO_DRIVER_PIPEWIRE 1 -#define SDL_AUDIO_DRIVER_PIPEWIRE_DYNAMIC "libpipewire-0.3.so.0" -#define SDL_AUDIO_DRIVER_PULSEAUDIO 1 -#define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse.so.0" -/* #undef SDL_AUDIO_DRIVER_SNDIO */ -/* #undef SDL_AUDIO_DRIVER_SNDIO_DYNAMIC */ -/* #undef SDL_AUDIO_DRIVER_WASAPI */ -/* #undef SDL_AUDIO_DRIVER_VITA */ -/* #undef SDL_AUDIO_DRIVER_PSP */ -/* #undef SDL_AUDIO_DRIVER_PS2 */ -/* #undef SDL_AUDIO_DRIVER_N3DS */ -/* #undef SDL_AUDIO_DRIVER_QNX */ - -/* #undef SDL_AUDIO_DRIVER_PRIVATE */ - -/* Enable various input drivers */ -#define SDL_INPUT_LINUXEV 1 -#define SDL_INPUT_LINUXKD 1 -/* #undef SDL_INPUT_FBSDKBIO */ -/* #undef SDL_INPUT_WSCONS */ -/* #undef SDL_HAVE_MACHINE_JOYSTICK_H */ -/* #undef SDL_JOYSTICK_ANDROID */ -/* #undef SDL_JOYSTICK_DINPUT */ -/* #undef SDL_JOYSTICK_DUMMY */ -/* #undef SDL_JOYSTICK_EMSCRIPTEN */ -/* #undef SDL_JOYSTICK_GAMEINPUT */ -/* #undef SDL_JOYSTICK_HAIKU */ -#define SDL_JOYSTICK_HIDAPI 1 -/* #undef SDL_JOYSTICK_IOKIT */ -#define SDL_JOYSTICK_LINUX 1 -/* #undef SDL_JOYSTICK_MFI */ -/* #undef SDL_JOYSTICK_N3DS */ -/* #undef SDL_JOYSTICK_PS2 */ -/* #undef SDL_JOYSTICK_PSP */ -/* #undef SDL_JOYSTICK_RAWINPUT */ -/* #undef SDL_JOYSTICK_USBHID */ -#define SDL_JOYSTICK_VIRTUAL 1 -/* #undef SDL_JOYSTICK_VITA */ -/* #undef SDL_JOYSTICK_WGI */ -/* #undef SDL_JOYSTICK_XINPUT */ - -/* #undef SDL_JOYSTICK_PRIVATE */ - -/* #undef SDL_HAPTIC_DUMMY */ -#define SDL_HAPTIC_LINUX 1 -/* #undef SDL_HAPTIC_IOKIT */ -/* #undef SDL_HAPTIC_DINPUT */ -/* #undef SDL_HAPTIC_ANDROID */ - -/* #undef SDL_HAPTIC_PRIVATE */ - -#define SDL_LIBUSB_DYNAMIC "libusb-1.0.so.0" -#define SDL_UDEV_DYNAMIC "libudev.so.1" - -/* Enable various process implementations */ -/* #undef SDL_PROCESS_DUMMY */ -#define SDL_PROCESS_POSIX 1 -/* #undef SDL_PROCESS_WINDOWS */ - -/* #undef SDL_PROCESS_PRIVATE */ - -/* Enable various sensor drivers */ -/* #undef SDL_SENSOR_ANDROID */ -/* #undef SDL_SENSOR_COREMOTION */ -/* #undef SDL_SENSOR_WINDOWS */ -#define SDL_SENSOR_DUMMY 1 -/* #undef SDL_SENSOR_VITA */ -/* #undef SDL_SENSOR_N3DS */ - -/* #undef SDL_SENSOR_PRIVATE */ - -/* Enable various shared object loading systems */ -#define SDL_LOADSO_DLOPEN 1 -/* #undef SDL_LOADSO_DUMMY */ -/* #undef SDL_LOADSO_WINDOWS */ - -/* #undef SDL_LOADSO_PRIVATE */ - -/* Enable various threading systems */ -/* #undef SDL_THREAD_GENERIC_COND_SUFFIX */ -/* #undef SDL_THREAD_GENERIC_RWLOCK_SUFFIX */ -#define SDL_THREAD_PTHREAD 1 -#define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1 -/* #undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP */ -/* #undef SDL_THREAD_WINDOWS */ -/* #undef SDL_THREAD_VITA */ -/* #undef SDL_THREAD_PSP */ -/* #undef SDL_THREAD_PS2 */ -/* #undef SDL_THREAD_N3DS */ - -/* #undef SDL_THREAD_PRIVATE */ - -/* Enable various RTC systems */ -#define SDL_TIME_UNIX 1 -/* #undef SDL_TIME_WINDOWS */ -/* #undef SDL_TIME_VITA */ -/* #undef SDL_TIME_PSP */ -/* #undef SDL_TIME_PS2 */ -/* #undef SDL_TIME_N3DS */ - -/* Enable various timer systems */ -/* #undef SDL_TIMER_HAIKU */ -#define SDL_TIMER_UNIX 1 -/* #undef SDL_TIMER_WINDOWS */ -/* #undef SDL_TIMER_VITA */ -/* #undef SDL_TIMER_PSP */ -/* #undef SDL_TIMER_PS2 */ -/* #undef SDL_TIMER_N3DS */ - -/* #undef SDL_TIMER_PRIVATE */ - -/* Enable various video drivers */ -/* #undef SDL_VIDEO_DRIVER_ANDROID */ -/* #undef SDL_VIDEO_DRIVER_COCOA */ -#define SDL_VIDEO_DRIVER_DUMMY 1 -/* #undef SDL_VIDEO_DRIVER_EMSCRIPTEN */ -/* #undef SDL_VIDEO_DRIVER_HAIKU */ -#define SDL_VIDEO_DRIVER_KMSDRM 1 -#define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC "libdrm.so.2" -#define SDL_VIDEO_DRIVER_KMSDRM_DYNAMIC_GBM "libgbm.so.1" -/* #undef SDL_VIDEO_DRIVER_N3DS */ -#define SDL_VIDEO_DRIVER_OFFSCREEN 1 -/* #undef SDL_VIDEO_DRIVER_PS2 */ -/* #undef SDL_VIDEO_DRIVER_PSP */ -/* #undef SDL_VIDEO_DRIVER_RISCOS */ -/* #undef SDL_VIDEO_DRIVER_ROCKCHIP */ -/* #undef SDL_VIDEO_DRIVER_RPI */ -/* #undef SDL_VIDEO_DRIVER_UIKIT */ -/* #undef SDL_VIDEO_DRIVER_VITA */ -/* #undef SDL_VIDEO_DRIVER_VIVANTE */ -/* #undef SDL_VIDEO_DRIVER_VIVANTE_VDK */ -/* #undef SDL_VIDEO_DRIVER_OPENVR */ -#define SDL_VIDEO_DRIVER_WAYLAND 1 -#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC "libwayland-client.so.0" -#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR "libwayland-cursor.so.0" -#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL "libwayland-egl.so.1" -#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_LIBDECOR "libdecor-0.so.0" -#define SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON "libxkbcommon.so.0" -/* #undef SDL_VIDEO_DRIVER_WINDOWS */ -#define SDL_VIDEO_DRIVER_X11 1 -#define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6" -#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1" -#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6" -#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XFIXES "libXfixes.so.3" -#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6" -#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2" -#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1" -#define SDL_VIDEO_DRIVER_X11_DYNAMIC_XTEST "libXtst.so.6" -#define SDL_VIDEO_DRIVER_X11_HAS_XKBLOOKUPKEYSYM 1 -#define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1 -#define SDL_VIDEO_DRIVER_X11_XCURSOR 1 -#define SDL_VIDEO_DRIVER_X11_XDBE 1 -#define SDL_VIDEO_DRIVER_X11_XFIXES 1 -#define SDL_VIDEO_DRIVER_X11_XINPUT2 1 -#define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1 -#define SDL_VIDEO_DRIVER_X11_XRANDR 1 -#define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1 -#define SDL_VIDEO_DRIVER_X11_XSHAPE 1 -#define SDL_VIDEO_DRIVER_X11_XSYNC 1 -#define SDL_VIDEO_DRIVER_X11_XTEST 1 -/* #undef SDL_VIDEO_DRIVER_QNX */ - -/* #undef SDL_VIDEO_DRIVER_PRIVATE */ - -/* #undef SDL_VIDEO_RENDER_D3D */ -/* #undef SDL_VIDEO_RENDER_D3D11 */ -/* #undef SDL_VIDEO_RENDER_D3D12 */ -#define SDL_VIDEO_RENDER_GPU 1 -/* #undef SDL_VIDEO_RENDER_METAL */ -#define SDL_VIDEO_RENDER_VULKAN 1 -#define SDL_VIDEO_RENDER_OGL 1 -#define SDL_VIDEO_RENDER_OGL_ES2 1 -/* #undef SDL_VIDEO_RENDER_PS2 */ -/* #undef SDL_VIDEO_RENDER_PSP */ -/* #undef SDL_VIDEO_RENDER_VITA_GXM */ - -/* #undef SDL_VIDEO_RENDER_PRIVATE */ - -/* Enable OpenGL support */ -#define SDL_VIDEO_OPENGL 1 -/* #undef SDL_VIDEO_OPENGL_ES */ -#define SDL_VIDEO_OPENGL_ES2 1 -/* #undef SDL_VIDEO_OPENGL_CGL */ -#define SDL_VIDEO_OPENGL_GLX 1 -/* #undef SDL_VIDEO_OPENGL_WGL */ -#define SDL_VIDEO_OPENGL_EGL 1 - -/* #undef SDL_VIDEO_STATIC_ANGLE */ - -/* Enable Vulkan support */ -#define SDL_VIDEO_VULKAN 1 - -/* Enable Metal support */ -/* #undef SDL_VIDEO_METAL */ - -/* Enable GPU support */ -/* #undef SDL_GPU_D3D11 */ -/* #undef SDL_GPU_D3D12 */ -#define SDL_GPU_VULKAN 1 -/* #undef SDL_GPU_METAL */ - -/* Enable system power support */ -/* #undef SDL_POWER_ANDROID */ -#define SDL_POWER_LINUX 1 -/* #undef SDL_POWER_WINDOWS */ -/* #undef SDL_POWER_MACOSX */ -/* #undef SDL_POWER_UIKIT */ -/* #undef SDL_POWER_HAIKU */ -/* #undef SDL_POWER_EMSCRIPTEN */ -/* #undef SDL_POWER_HARDWIRED */ -/* #undef SDL_POWER_VITA */ -/* #undef SDL_POWER_PSP */ -/* #undef SDL_POWER_N3DS */ - -/* #undef SDL_POWER_PRIVATE */ - -/* Enable system filesystem support */ -/* #undef SDL_FILESYSTEM_ANDROID */ -/* #undef SDL_FILESYSTEM_HAIKU */ -/* #undef SDL_FILESYSTEM_COCOA */ -/* #undef SDL_FILESYSTEM_DUMMY */ -/* #undef SDL_FILESYSTEM_RISCOS */ -#define SDL_FILESYSTEM_UNIX 1 -/* #undef SDL_FILESYSTEM_WINDOWS */ -/* #undef SDL_FILESYSTEM_EMSCRIPTEN */ -/* #undef SDL_FILESYSTEM_VITA */ -/* #undef SDL_FILESYSTEM_PSP */ -/* #undef SDL_FILESYSTEM_PS2 */ -/* #undef SDL_FILESYSTEM_N3DS */ - -/* #undef SDL_FILESYSTEM_PRIVATE */ - -/* Enable system storage support */ -#define SDL_STORAGE_STEAM 1 - -/* Enable system FSops support */ -#define SDL_FSOPS_POSIX 1 -/* #undef SDL_FSOPS_WINDOWS */ -/* #undef SDL_FSOPS_DUMMY */ - -/* #undef SDL_FSOPS_PRIVATE */ - -/* Enable camera subsystem */ -#define SDL_CAMERA_DRIVER_DUMMY 1 -/* !!! FIXME: for later cmakedefine SDL_CAMERA_DRIVER_DISK 1 */ -#define SDL_CAMERA_DRIVER_V4L2 1 -/* #undef SDL_CAMERA_DRIVER_COREMEDIA */ -/* #undef SDL_CAMERA_DRIVER_ANDROID */ -/* #undef SDL_CAMERA_DRIVER_EMSCRIPTEN */ -/* #undef SDL_CAMERA_DRIVER_MEDIAFOUNDATION */ -#define SDL_CAMERA_DRIVER_PIPEWIRE 1 -#define SDL_CAMERA_DRIVER_PIPEWIRE_DYNAMIC "libpipewire-0.3.so.0" -/* #undef SDL_CAMERA_DRIVER_VITA */ - -/* #undef SDL_CAMERA_DRIVER_PRIVATE */ - -/* Enable dialog subsystem */ -/* #undef SDL_DIALOG_DUMMY */ - -/* Enable assembly routines */ -/* #undef SDL_ALTIVEC_BLITTERS */ - -/* Whether SDL_DYNAMIC_API needs dlopen */ -#define DYNAPI_NEEDS_DLOPEN 1 - -/* Enable ime support */ -#define SDL_USE_IME 1 -/* #undef SDL_DISABLE_WINDOWS_IME */ -/* #undef SDL_GDK_TEXTINPUT */ - -/* Platform specific definitions */ -/* #undef SDL_IPHONE_KEYBOARD */ -/* #undef SDL_IPHONE_LAUNCHSCREEN */ - -/* #undef SDL_VIDEO_VITA_PIB */ -/* #undef SDL_VIDEO_VITA_PVR */ -/* #undef SDL_VIDEO_VITA_PVR_OGL */ - -/* Libdecor version info */ -#define SDL_LIBDECOR_VERSION_MAJOR 0 -#define SDL_LIBDECOR_VERSION_MINOR 2 -#define SDL_LIBDECOR_VERSION_PATCH 3 - -#if !defined(HAVE_STDINT_H) && !defined(_STDINT_H_) -/* Most everything except Visual Studio 2008 and earlier has stdint.h now */ -#if defined(_MSC_VER) && (_MSC_VER < 1600) -typedef signed __int8 int8_t; -typedef unsigned __int8 uint8_t; -typedef signed __int16 int16_t; -typedef unsigned __int16 uint16_t; -typedef signed __int32 int32_t; -typedef unsigned __int32 uint32_t; -typedef signed __int64 int64_t; -typedef unsigned __int64 uint64_t; -#ifndef _UINTPTR_T_DEFINED -#ifdef _WIN64 -typedef unsigned __int64 uintptr_t; -#else -typedef unsigned int uintptr_t; -#endif -#endif -#endif /* Visual Studio 2008 */ -#endif /* !_STDINT_H_ && !HAVE_STDINT_H */ - -/* Configure use of intrinsics */ -/* #undef SDL_DISABLE_SSE */ -/* #undef SDL_DISABLE_SSE2 */ -/* #undef SDL_DISABLE_SSE3 */ -/* #undef SDL_DISABLE_SSE4_1 */ -/* #undef SDL_DISABLE_SSE4_2 */ -/* #undef SDL_DISABLE_AVX */ -/* #undef SDL_DISABLE_AVX2 */ -/* #undef SDL_DISABLE_AVX512F */ -/* #undef SDL_DISABLE_MMX */ -#define SDL_DISABLE_LSX 1 -#define SDL_DISABLE_LASX 1 -#define SDL_DISABLE_NEON 1 - -#ifdef SDL_PLATFORM_PRIVATE -#include "SDL_end_config_private.h" -#endif - -#endif /* SDL_build_config_h_ */ diff --git a/build_emscripten/external/SDL/include-revision/SDL3/SDL_revision.h b/build_emscripten/external/SDL/include-revision/SDL3/SDL_revision.h deleted file mode 100644 index 93c5a447..00000000 --- a/build_emscripten/external/SDL/include-revision/SDL3/SDL_revision.h +++ /dev/null @@ -1,39 +0,0 @@ -/* - Simple DirectMedia Layer - Copyright (C) 1997-2025 Sam Lantinga - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. -*/ - -/** - * \file SDL_revision.h - * - * Header file containing the SDL revision. - */ - -#ifndef SDL_revision_h_ -#define SDL_revision_h_ - -/* #undef SDL_VENDOR_INFO */ - -#ifdef SDL_VENDOR_INFO -#define SDL_REVISION "SDL3-3.3.0-8aa5b97bb (" SDL_VENDOR_INFO ")" -#else -#define SDL_REVISION "SDL3-3.3.0-8aa5b97bb" -#endif - -#endif /* SDL_revision_h_ */ diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/SDL_ttf/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/SDL_ttf/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/DependInfo.cmake b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/DependInfo.cmake deleted file mode 100644 index 69fdeeac..00000000 --- a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/DependInfo.cmake +++ /dev/null @@ -1,28 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_gpu_textengine.c" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o" "gcc" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_hashtable.c" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o" "gcc" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_hashtable_ttf.c" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o" "gcc" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_renderer_textengine.c" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o" "gcc" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_surface_textengine.c" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o" "gcc" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o.d" - "/home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_ttf.c" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o" "gcc" "external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make deleted file mode 100644 index 560e5cc2..00000000 --- a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make +++ /dev/null @@ -1,195 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/progress.make - -# Include the compile flags for this target's objects. -include external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/flags.make - -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/codegen: -.PHONY : external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/codegen - -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/flags.make -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o: /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_hashtable.c -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o -MF CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o.d -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o -c /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_hashtable.c - -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_hashtable.c > CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.i - -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_hashtable.c -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.s - -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/flags.make -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o: /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_hashtable_ttf.c -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o -MF CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o.d -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o -c /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_hashtable_ttf.c - -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_hashtable_ttf.c > CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.i - -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_hashtable_ttf.c -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.s - -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/flags.make -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o: /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_gpu_textengine.c -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o -MF CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o.d -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o -c /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_gpu_textengine.c - -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_gpu_textengine.c > CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.i - -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_gpu_textengine.c -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.s - -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/flags.make -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o: /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_renderer_textengine.c -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o -MF CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o.d -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o -c /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_renderer_textengine.c - -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_renderer_textengine.c > CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.i - -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_renderer_textengine.c -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.s - -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/flags.make -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o: /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_surface_textengine.c -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o -MF CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o.d -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o -c /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_surface_textengine.c - -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_surface_textengine.c > CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.i - -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_surface_textengine.c -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.s - -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/flags.make -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o: /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_ttf.c -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o" - cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o -MF CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o.d -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o -c /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_ttf.c - -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.i" - cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_ttf.c > CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.i - -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.s" - cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_ttf.c -o CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.s - -# Object files for target SDL3_ttf-static -SDL3_ttf__static_OBJECTS = \ -"CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o" \ -"CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o" \ -"CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o" \ -"CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o" \ -"CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o" \ -"CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o" - -# External object files for target SDL3_ttf-static -SDL3_ttf__static_EXTERNAL_OBJECTS = - -external/SDL_ttf/libSDL3_ttf.a: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o -external/SDL_ttf/libSDL3_ttf.a: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o -external/SDL_ttf/libSDL3_ttf.a: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o -external/SDL_ttf/libSDL3_ttf.a: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o -external/SDL_ttf/libSDL3_ttf.a: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o -external/SDL_ttf/libSDL3_ttf.a: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o -external/SDL_ttf/libSDL3_ttf.a: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make -external/SDL_ttf/libSDL3_ttf.a: /home/guest/Downloads/PopLib/external/SDL_ttf/src/SDL_ttf.sym -external/SDL_ttf/libSDL3_ttf.a: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Linking C static library libSDL3_ttf.a" - cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && $(CMAKE_COMMAND) -P CMakeFiles/SDL3_ttf-static.dir/cmake_clean_target.cmake - cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/SDL3_ttf-static.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build: external/SDL_ttf/libSDL3_ttf.a -.PHONY : external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build - -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/SDL_ttf && $(CMAKE_COMMAND) -P CMakeFiles/SDL3_ttf-static.dir/cmake_clean.cmake -.PHONY : external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/clean - -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/SDL_ttf /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/SDL_ttf /home/guest/Downloads/PopLib/build/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/depend - diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/cmake_clean.cmake b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/cmake_clean.cmake deleted file mode 100644 index 21b93be5..00000000 --- a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/cmake_clean.cmake +++ /dev/null @@ -1,21 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o" - "CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o.d" - "CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o" - "CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o.d" - "CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o" - "CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o.d" - "CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o" - "CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o.d" - "CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o" - "CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o.d" - "CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o" - "CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o.d" - "libSDL3_ttf.a" - "libSDL3_ttf.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/SDL3_ttf-static.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/cmake_clean_target.cmake b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/cmake_clean_target.cmake deleted file mode 100644 index 73b20cb1..00000000 --- a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libSDL3_ttf.a" -) diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.make b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.make deleted file mode 100644 index 20a8a125..00000000 --- a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for SDL3_ttf-static. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.ts b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.ts deleted file mode 100644 index f7cd53c1..00000000 --- a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for SDL3_ttf-static. diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/depend.make b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/depend.make deleted file mode 100644 index 8be04d39..00000000 --- a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for SDL3_ttf-static. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/flags.make b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/flags.make deleted file mode 100644 index e0e13b63..00000000 --- a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILD_SDL -DSDL_BUILD_MAJOR_VERSION=3 -DSDL_BUILD_MICRO_VERSION=0 -DSDL_BUILD_MINOR_VERSION=3 -DTTF_USE_HARFBUZZ=1 -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/SDL_ttf/include -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -isystem /usr/include/harfbuzz -isystem /usr/include/freetype2 - -C_FLAGS = -O2 -g -DNDEBUG -fPIC -fvisibility=hidden -Wall -Wextra -pthread - diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/link.txt b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/link.txt deleted file mode 100644 index bbcecfcc..00000000 --- a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libSDL3_ttf.a "CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o" "CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o" "CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o" "CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o" "CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o" "CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o" -/usr/bin/ranlib libSDL3_ttf.a diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/progress.make b/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/progress.make deleted file mode 100644 index 419c7e4e..00000000 --- a/build_emscripten/external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/progress.make +++ /dev/null @@ -1,8 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = 31 -CMAKE_PROGRESS_7 = - diff --git a/build_emscripten/external/SDL_ttf/CMakeFiles/progress.marks b/build_emscripten/external/SDL_ttf/CMakeFiles/progress.marks deleted file mode 100644 index d00491fd..00000000 --- a/build_emscripten/external/SDL_ttf/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/build_emscripten/external/SDL_ttf/Makefile b/build_emscripten/external/SDL_ttf/Makefile deleted file mode 100644 index 4398ad2c..00000000 --- a/build_emscripten/external/SDL_ttf/Makefile +++ /dev/null @@ -1,390 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/SDL_ttf//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL_ttf/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL_ttf/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL_ttf/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL_ttf/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/rule -.PHONY : external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/rule - -# Convenience name for target. -SDL3_ttf-static: external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/rule -.PHONY : SDL3_ttf-static - -# fast build rule for target. -SDL3_ttf-static/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build -.PHONY : SDL3_ttf-static/fast - -src/SDL_gpu_textengine.o: src/SDL_gpu_textengine.c.o -.PHONY : src/SDL_gpu_textengine.o - -# target to build an object file -src/SDL_gpu_textengine.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.o -.PHONY : src/SDL_gpu_textengine.c.o - -src/SDL_gpu_textengine.i: src/SDL_gpu_textengine.c.i -.PHONY : src/SDL_gpu_textengine.i - -# target to preprocess a source file -src/SDL_gpu_textengine.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.i -.PHONY : src/SDL_gpu_textengine.c.i - -src/SDL_gpu_textengine.s: src/SDL_gpu_textengine.c.s -.PHONY : src/SDL_gpu_textengine.s - -# target to generate assembly for a file -src/SDL_gpu_textengine.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_gpu_textengine.c.s -.PHONY : src/SDL_gpu_textengine.c.s - -src/SDL_hashtable.o: src/SDL_hashtable.c.o -.PHONY : src/SDL_hashtable.o - -# target to build an object file -src/SDL_hashtable.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.o -.PHONY : src/SDL_hashtable.c.o - -src/SDL_hashtable.i: src/SDL_hashtable.c.i -.PHONY : src/SDL_hashtable.i - -# target to preprocess a source file -src/SDL_hashtable.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.i -.PHONY : src/SDL_hashtable.c.i - -src/SDL_hashtable.s: src/SDL_hashtable.c.s -.PHONY : src/SDL_hashtable.s - -# target to generate assembly for a file -src/SDL_hashtable.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable.c.s -.PHONY : src/SDL_hashtable.c.s - -src/SDL_hashtable_ttf.o: src/SDL_hashtable_ttf.c.o -.PHONY : src/SDL_hashtable_ttf.o - -# target to build an object file -src/SDL_hashtable_ttf.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.o -.PHONY : src/SDL_hashtable_ttf.c.o - -src/SDL_hashtable_ttf.i: src/SDL_hashtable_ttf.c.i -.PHONY : src/SDL_hashtable_ttf.i - -# target to preprocess a source file -src/SDL_hashtable_ttf.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.i -.PHONY : src/SDL_hashtable_ttf.c.i - -src/SDL_hashtable_ttf.s: src/SDL_hashtable_ttf.c.s -.PHONY : src/SDL_hashtable_ttf.s - -# target to generate assembly for a file -src/SDL_hashtable_ttf.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_hashtable_ttf.c.s -.PHONY : src/SDL_hashtable_ttf.c.s - -src/SDL_renderer_textengine.o: src/SDL_renderer_textengine.c.o -.PHONY : src/SDL_renderer_textengine.o - -# target to build an object file -src/SDL_renderer_textengine.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.o -.PHONY : src/SDL_renderer_textengine.c.o - -src/SDL_renderer_textengine.i: src/SDL_renderer_textengine.c.i -.PHONY : src/SDL_renderer_textengine.i - -# target to preprocess a source file -src/SDL_renderer_textengine.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.i -.PHONY : src/SDL_renderer_textengine.c.i - -src/SDL_renderer_textengine.s: src/SDL_renderer_textengine.c.s -.PHONY : src/SDL_renderer_textengine.s - -# target to generate assembly for a file -src/SDL_renderer_textengine.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_renderer_textengine.c.s -.PHONY : src/SDL_renderer_textengine.c.s - -src/SDL_surface_textengine.o: src/SDL_surface_textengine.c.o -.PHONY : src/SDL_surface_textengine.o - -# target to build an object file -src/SDL_surface_textengine.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.o -.PHONY : src/SDL_surface_textengine.c.o - -src/SDL_surface_textengine.i: src/SDL_surface_textengine.c.i -.PHONY : src/SDL_surface_textengine.i - -# target to preprocess a source file -src/SDL_surface_textengine.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.i -.PHONY : src/SDL_surface_textengine.c.i - -src/SDL_surface_textengine.s: src/SDL_surface_textengine.c.s -.PHONY : src/SDL_surface_textengine.s - -# target to generate assembly for a file -src/SDL_surface_textengine.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_surface_textengine.c.s -.PHONY : src/SDL_surface_textengine.c.s - -src/SDL_ttf.o: src/SDL_ttf.c.o -.PHONY : src/SDL_ttf.o - -# target to build an object file -src/SDL_ttf.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.o -.PHONY : src/SDL_ttf.c.o - -src/SDL_ttf.i: src/SDL_ttf.c.i -.PHONY : src/SDL_ttf.i - -# target to preprocess a source file -src/SDL_ttf.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.i -.PHONY : src/SDL_ttf.c.i - -src/SDL_ttf.s: src/SDL_ttf.c.s -.PHONY : src/SDL_ttf.s - -# target to generate assembly for a file -src/SDL_ttf.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/build.make external/SDL_ttf/CMakeFiles/SDL3_ttf-static.dir/src/SDL_ttf.c.s -.PHONY : src/SDL_ttf.c.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... SDL3_ttf-static" - @echo "... src/SDL_gpu_textengine.o" - @echo "... src/SDL_gpu_textengine.i" - @echo "... src/SDL_gpu_textengine.s" - @echo "... src/SDL_hashtable.o" - @echo "... src/SDL_hashtable.i" - @echo "... src/SDL_hashtable.s" - @echo "... src/SDL_hashtable_ttf.o" - @echo "... src/SDL_hashtable_ttf.i" - @echo "... src/SDL_hashtable_ttf.s" - @echo "... src/SDL_renderer_textengine.o" - @echo "... src/SDL_renderer_textengine.i" - @echo "... src/SDL_renderer_textengine.s" - @echo "... src/SDL_surface_textengine.o" - @echo "... src/SDL_surface_textengine.i" - @echo "... src/SDL_surface_textengine.s" - @echo "... src/SDL_ttf.o" - @echo "... src/SDL_ttf.i" - @echo "... src/SDL_ttf.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/SDL_ttf/cmake_install.cmake b/build_emscripten/external/SDL_ttf/cmake_install.cmake deleted file mode 100644 index 62512465..00000000 --- a/build_emscripten/external/SDL_ttf/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/SDL_ttf - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/SDL_ttf/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/SDL_ttf/dummy.sym b/build_emscripten/external/SDL_ttf/dummy.sym deleted file mode 100644 index 17b6b95c..00000000 --- a/build_emscripten/external/SDL_ttf/dummy.sym +++ /dev/null @@ -1,5 +0,0 @@ -n_0 { - global: - func; - local: *; -}; diff --git a/build_emscripten/external/curl/CMake/cmake_uninstall.cmake b/build_emscripten/external/curl/CMake/cmake_uninstall.cmake deleted file mode 100644 index 2fe15063..00000000 --- a/build_emscripten/external/curl/CMake/cmake_uninstall.cmake +++ /dev/null @@ -1,50 +0,0 @@ -#*************************************************************************** -# _ _ ____ _ -# Project ___| | | | _ \| | -# / __| | | | |_) | | -# | (__| |_| | _ <| |___ -# \___|\___/|_| \_\_____| -# -# Copyright (C) Daniel Stenberg, , et al. -# -# This software is licensed as described in the file COPYING, which -# you should have received as part of this distribution. The terms -# are also available at https://curl.se/docs/copyright.html. -# -# You may opt to use, copy, modify, merge, publish, distribute and/or sell -# copies of the Software, and permit persons to whom the Software is -# furnished to do so, under the terms of the COPYING file. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -# SPDX-License-Identifier: curl -# -########################################################################### -if(NOT EXISTS "/home/guest/Downloads/PopLib/build/external/curl/install_manifest.txt") - message(FATAL_ERROR "Cannot find install manifest: /home/guest/Downloads/PopLib/build/external/curl/install_manifest.txt") -endif() - -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -message(${CMAKE_INSTALL_PREFIX}) - -file(READ "/home/guest/Downloads/PopLib/build/external/curl/install_manifest.txt" _files) -string(REGEX REPLACE "\n" ";" _files "${_files}") -foreach(_file ${_files}) - message(STATUS "Uninstalling $ENV{DESTDIR}${_file}") - if(IS_SYMLINK "$ENV{DESTDIR}${_file}" OR EXISTS "$ENV{DESTDIR}${_file}") - execute_process( - COMMAND "/usr/bin/cmake" -E remove "$ENV{DESTDIR}${_file}" - RESULT_VARIABLE rm_retval - OUTPUT_QUIET - ERROR_QUIET - ) - if(NOT "${rm_retval}" STREQUAL 0) - message(FATAL_ERROR "Problem when removing $ENV{DESTDIR}${_file}") - endif() - else() - message(STATUS "File $ENV{DESTDIR}${_file} does not exist.") - endif() -endforeach() diff --git a/build_emscripten/external/curl/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/curl/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/CMakeFiles/Export/8e83d16133499b505bf3986f4f209a65/CURLTargets-relwithdebinfo.cmake b/build_emscripten/external/curl/CMakeFiles/Export/8e83d16133499b505bf3986f4f209a65/CURLTargets-relwithdebinfo.cmake deleted file mode 100644 index ebda29d1..00000000 --- a/build_emscripten/external/curl/CMakeFiles/Export/8e83d16133499b505bf3986f4f209a65/CURLTargets-relwithdebinfo.cmake +++ /dev/null @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "RelWithDebInfo". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "CURL::libcurl_static" for configuration "RelWithDebInfo" -set_property(TARGET CURL::libcurl_static APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) -set_target_properties(CURL::libcurl_static PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "C" - IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libcurl.a" - ) - -list(APPEND _cmake_import_check_targets CURL::libcurl_static ) -list(APPEND _cmake_import_check_files_for_CURL::libcurl_static "${_IMPORT_PREFIX}/lib/libcurl.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build_emscripten/external/curl/CMakeFiles/Export/8e83d16133499b505bf3986f4f209a65/CURLTargets.cmake b/build_emscripten/external/curl/CMakeFiles/Export/8e83d16133499b505bf3986f4f209a65/CURLTargets.cmake deleted file mode 100644 index 37c1c0ef..00000000 --- a/build_emscripten/external/curl/CMakeFiles/Export/8e83d16133499b505bf3986f4f209a65/CURLTargets.cmake +++ /dev/null @@ -1,109 +0,0 @@ -# Generated by CMake - -if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) - message(FATAL_ERROR "CMake >= 2.8.12 required") -endif() -if(CMAKE_VERSION VERSION_LESS "2.8.12") - message(FATAL_ERROR "CMake >= 2.8.12 required") -endif() -cmake_policy(PUSH) -cmake_policy(VERSION 2.8.12...3.30) -#---------------------------------------------------------------- -# Generated CMake target import file. -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Protect against multiple inclusion, which would fail when already imported targets are added once more. -set(_cmake_targets_defined "") -set(_cmake_targets_not_defined "") -set(_cmake_expected_targets "") -foreach(_cmake_expected_target IN ITEMS CURL::libcurl_static) - list(APPEND _cmake_expected_targets "${_cmake_expected_target}") - if(TARGET "${_cmake_expected_target}") - list(APPEND _cmake_targets_defined "${_cmake_expected_target}") - else() - list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") - endif() -endforeach() -unset(_cmake_expected_target) -if(_cmake_targets_defined STREQUAL _cmake_expected_targets) - unset(_cmake_targets_defined) - unset(_cmake_targets_not_defined) - unset(_cmake_expected_targets) - unset(CMAKE_IMPORT_FILE_VERSION) - cmake_policy(POP) - return() -endif() -if(NOT _cmake_targets_defined STREQUAL "") - string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") - string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") - message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") -endif() -unset(_cmake_targets_defined) -unset(_cmake_targets_not_defined) -unset(_cmake_expected_targets) - - -# Compute the installation prefix relative to this file. -get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) -get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) -get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) -get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) -if(_IMPORT_PREFIX STREQUAL "/") - set(_IMPORT_PREFIX "") -endif() - -# Create imported target CURL::libcurl_static -add_library(CURL::libcurl_static STATIC IMPORTED) - -set_target_properties(CURL::libcurl_static PROPERTIES - INTERFACE_COMPILE_DEFINITIONS "CURL_STATICLIB" - INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" - INTERFACE_LINK_DIRECTORIES "/usr/lib" - INTERFACE_LINK_LIBRARIES "\$;\$;\$;\$;\$;\$;\$" -) - -# Load information for each installed configuration. -file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/CURLTargets-*.cmake") -foreach(_cmake_config_file IN LISTS _cmake_config_files) - include("${_cmake_config_file}") -endforeach() -unset(_cmake_config_file) -unset(_cmake_config_files) - -# Cleanup temporary variables. -set(_IMPORT_PREFIX) - -# Loop over all imported files and verify that they actually exist -foreach(_cmake_target IN LISTS _cmake_import_check_targets) - if(CMAKE_VERSION VERSION_LESS "3.28" - OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} - OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file - \"${_cmake_file}\" -but this file does not exist. Possible reasons include: -* The file was deleted, renamed, or moved to another location. -* An install or uninstall procedure did not complete successfully. -* The installation package was faulty and contained - \"${CMAKE_CURRENT_LIST_FILE}\" -but not all the files it references. -") - endif() - endforeach() - endif() - unset(_cmake_file) - unset("_cmake_import_check_files_for_${_cmake_target}") -endforeach() -unset(_cmake_target) -unset(_cmake_import_check_targets) - -# This file does not depend on other imported targets which have -# been exported from the same project but in a separate export set. - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) -cmake_policy(POP) diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/DependInfo.cmake b/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/build.make b/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/build.make deleted file mode 100644 index ac858847..00000000 --- a/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/build.make +++ /dev/null @@ -1,91 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for curl-ca-bundle. - -# Include any custom commands dependencies for this target. -include external/curl/CMakeFiles/curl-ca-bundle.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/CMakeFiles/curl-ca-bundle.dir/progress.make - -external/curl/CMakeFiles/curl-ca-bundle: /home/guest/Downloads/PopLib/external/curl/scripts/mk-ca-bundle.pl - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating a fresh ca-bundle.crt" - cd /home/guest/Downloads/PopLib/build/external/curl && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/scripts/mk-ca-bundle.pl -b -l -u lib/ca-bundle.crt - -external/curl/CMakeFiles/curl-ca-bundle.dir/codegen: -.PHONY : external/curl/CMakeFiles/curl-ca-bundle.dir/codegen - -curl-ca-bundle: external/curl/CMakeFiles/curl-ca-bundle -curl-ca-bundle: external/curl/CMakeFiles/curl-ca-bundle.dir/build.make -.PHONY : curl-ca-bundle - -# Rule to build all files generated by this target. -external/curl/CMakeFiles/curl-ca-bundle.dir/build: curl-ca-bundle -.PHONY : external/curl/CMakeFiles/curl-ca-bundle.dir/build - -external/curl/CMakeFiles/curl-ca-bundle.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl && $(CMAKE_COMMAND) -P CMakeFiles/curl-ca-bundle.dir/cmake_clean.cmake -.PHONY : external/curl/CMakeFiles/curl-ca-bundle.dir/clean - -external/curl/CMakeFiles/curl-ca-bundle.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl /home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/curl-ca-bundle.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/CMakeFiles/curl-ca-bundle.dir/depend - diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/cmake_clean.cmake b/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/cmake_clean.cmake deleted file mode 100644 index 6628183c..00000000 --- a/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-ca-bundle" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/curl-ca-bundle.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/compiler_depend.make b/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/compiler_depend.make deleted file mode 100644 index 9e3aac66..00000000 --- a/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for curl-ca-bundle. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/compiler_depend.ts b/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/compiler_depend.ts deleted file mode 100644 index 265fa136..00000000 --- a/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for curl-ca-bundle. diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/progress.make b/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/progress.make deleted file mode 100644 index 225de343..00000000 --- a/build_emscripten/external/curl/CMakeFiles/curl-ca-bundle.dir/progress.make +++ /dev/null @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = - diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/DependInfo.cmake b/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/build.make b/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/build.make deleted file mode 100644 index 397bb11f..00000000 --- a/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/build.make +++ /dev/null @@ -1,91 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for curl-ca-firefox. - -# Include any custom commands dependencies for this target. -include external/curl/CMakeFiles/curl-ca-firefox.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/CMakeFiles/curl-ca-firefox.dir/progress.make - -external/curl/CMakeFiles/curl-ca-firefox: /home/guest/Downloads/PopLib/external/curl/scripts/firefox-db2pem.sh - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "generating a fresh ca-bundle.crt" - cd /home/guest/Downloads/PopLib/build/external/curl && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/scripts/firefox-db2pem.sh lib/ca-bundle.crt - -external/curl/CMakeFiles/curl-ca-firefox.dir/codegen: -.PHONY : external/curl/CMakeFiles/curl-ca-firefox.dir/codegen - -curl-ca-firefox: external/curl/CMakeFiles/curl-ca-firefox -curl-ca-firefox: external/curl/CMakeFiles/curl-ca-firefox.dir/build.make -.PHONY : curl-ca-firefox - -# Rule to build all files generated by this target. -external/curl/CMakeFiles/curl-ca-firefox.dir/build: curl-ca-firefox -.PHONY : external/curl/CMakeFiles/curl-ca-firefox.dir/build - -external/curl/CMakeFiles/curl-ca-firefox.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl && $(CMAKE_COMMAND) -P CMakeFiles/curl-ca-firefox.dir/cmake_clean.cmake -.PHONY : external/curl/CMakeFiles/curl-ca-firefox.dir/clean - -external/curl/CMakeFiles/curl-ca-firefox.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl /home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/curl-ca-firefox.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/CMakeFiles/curl-ca-firefox.dir/depend - diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/cmake_clean.cmake b/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/cmake_clean.cmake deleted file mode 100644 index 4f44a861..00000000 --- a/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-ca-firefox" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/curl-ca-firefox.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/compiler_depend.make b/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/compiler_depend.make deleted file mode 100644 index f7bb6fce..00000000 --- a/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for curl-ca-firefox. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/compiler_depend.ts b/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/compiler_depend.ts deleted file mode 100644 index 77164caa..00000000 --- a/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for curl-ca-firefox. diff --git a/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/progress.make b/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/progress.make deleted file mode 100644 index 225de343..00000000 --- a/build_emscripten/external/curl/CMakeFiles/curl-ca-firefox.dir/progress.make +++ /dev/null @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = - diff --git a/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/DependInfo.cmake b/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/build.make b/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/build.make deleted file mode 100644 index a609c528..00000000 --- a/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for curl_uninstall. - -# Include any custom commands dependencies for this target. -include external/curl/CMakeFiles/curl_uninstall.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/CMakeFiles/curl_uninstall.dir/progress.make - -external/curl/CMakeFiles/curl_uninstall: - cd /home/guest/Downloads/PopLib/build/external/curl && /usr/bin/cmake -P /home/guest/Downloads/PopLib/build/external/curl/CMake/cmake_uninstall.cmake - -external/curl/CMakeFiles/curl_uninstall.dir/codegen: -.PHONY : external/curl/CMakeFiles/curl_uninstall.dir/codegen - -curl_uninstall: external/curl/CMakeFiles/curl_uninstall -curl_uninstall: external/curl/CMakeFiles/curl_uninstall.dir/build.make -.PHONY : curl_uninstall - -# Rule to build all files generated by this target. -external/curl/CMakeFiles/curl_uninstall.dir/build: curl_uninstall -.PHONY : external/curl/CMakeFiles/curl_uninstall.dir/build - -external/curl/CMakeFiles/curl_uninstall.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl && $(CMAKE_COMMAND) -P CMakeFiles/curl_uninstall.dir/cmake_clean.cmake -.PHONY : external/curl/CMakeFiles/curl_uninstall.dir/clean - -external/curl/CMakeFiles/curl_uninstall.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl /home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/curl_uninstall.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/CMakeFiles/curl_uninstall.dir/depend - diff --git a/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/cmake_clean.cmake b/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/cmake_clean.cmake deleted file mode 100644 index e735857e..00000000 --- a/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl_uninstall" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/curl_uninstall.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/compiler_depend.make b/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/compiler_depend.make deleted file mode 100644 index 68f3f5b5..00000000 --- a/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for curl_uninstall. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/compiler_depend.ts b/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/compiler_depend.ts deleted file mode 100644 index 16ab55c5..00000000 --- a/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for curl_uninstall. diff --git a/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/progress.make b/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/curl/CMakeFiles/curl_uninstall.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/curl/CMakeFiles/progress.marks b/build_emscripten/external/curl/CMakeFiles/progress.marks deleted file mode 100644 index 1e8b3149..00000000 --- a/build_emscripten/external/curl/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -6 diff --git a/build_emscripten/external/curl/Makefile b/build_emscripten/external/curl/Makefile deleted file mode 100644 index 3002e622..00000000 --- a/build_emscripten/external/curl/Makefile +++ /dev/null @@ -1,258 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -external/curl/CMakeFiles/curl-ca-bundle.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/CMakeFiles/curl-ca-bundle.dir/rule -.PHONY : external/curl/CMakeFiles/curl-ca-bundle.dir/rule - -# Convenience name for target. -curl-ca-bundle: external/curl/CMakeFiles/curl-ca-bundle.dir/rule -.PHONY : curl-ca-bundle - -# fast build rule for target. -curl-ca-bundle/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-bundle.dir/build.make external/curl/CMakeFiles/curl-ca-bundle.dir/build -.PHONY : curl-ca-bundle/fast - -# Convenience name for target. -external/curl/CMakeFiles/curl-ca-firefox.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/CMakeFiles/curl-ca-firefox.dir/rule -.PHONY : external/curl/CMakeFiles/curl-ca-firefox.dir/rule - -# Convenience name for target. -curl-ca-firefox: external/curl/CMakeFiles/curl-ca-firefox.dir/rule -.PHONY : curl-ca-firefox - -# fast build rule for target. -curl-ca-firefox/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl-ca-firefox.dir/build.make external/curl/CMakeFiles/curl-ca-firefox.dir/build -.PHONY : curl-ca-firefox/fast - -# Convenience name for target. -external/curl/CMakeFiles/curl_uninstall.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/CMakeFiles/curl_uninstall.dir/rule -.PHONY : external/curl/CMakeFiles/curl_uninstall.dir/rule - -# Convenience name for target. -curl_uninstall: external/curl/CMakeFiles/curl_uninstall.dir/rule -.PHONY : curl_uninstall - -# fast build rule for target. -curl_uninstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/CMakeFiles/curl_uninstall.dir/build.make external/curl/CMakeFiles/curl_uninstall.dir/build -.PHONY : curl_uninstall/fast - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... curl-ca-bundle" - @echo "... curl-ca-firefox" - @echo "... curl_uninstall" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/buildinfo.txt b/build_emscripten/external/curl/buildinfo.txt deleted file mode 100644 index ea5fc7ec..00000000 --- a/build_emscripten/external/curl/buildinfo.txt +++ /dev/null @@ -1,15 +0,0 @@ -# This is a generated file. Do not edit. -buildinfo.configure.tool: cmake -buildinfo.configure.command: /usr/bin/cmake -buildinfo.configure.version: 4.0.2-dirty -buildinfo.configure.args: -buildinfo.configure.generator: Unix Makefiles -buildinfo.configure.make: /usr/bin/make -buildinfo.host.cpu: x86_64 -buildinfo.host.os: Linux -buildinfo.target.cpu: x86_64 -buildinfo.target.os: Linux -buildinfo.target.flags: UNIX GCC -buildinfo.compiler: GNU -buildinfo.compiler.version: 15.1.1 -buildinfo.sysroot: diff --git a/build_emscripten/external/curl/cmake_install.cmake b/build_emscripten/external/curl/cmake_install.cmake deleted file mode 100644 index ec043261..00000000 --- a/build_emscripten/external/curl/cmake_install.cmake +++ /dev/null @@ -1,121 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/curl - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/external/curl/docs/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/external/curl/scripts/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/external/curl/lib/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/external/curl/docs/examples/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/external/curl/tests/cmake_install.cmake") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE FILE PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/guest/Downloads/PopLib/build/external/curl/curl-config") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/curl/libcurl.pc") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/home/guest/Downloads/PopLib/external/curl/include/curl" FILES_MATCHING REGEX "/[^/]*\\.h$") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/CURL/CURLTargets.cmake") - file(DIFFERENT _cmake_export_file_changed FILES - "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/CURL/CURLTargets.cmake" - "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/Export/8e83d16133499b505bf3986f4f209a65/CURLTargets.cmake") - if(_cmake_export_file_changed) - file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/CURL/CURLTargets-*.cmake") - if(_cmake_old_config_files) - string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") - message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/CURL/CURLTargets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") - unset(_cmake_old_config_files_text) - file(REMOVE ${_cmake_old_config_files}) - endif() - unset(_cmake_old_config_files) - endif() - unset(_cmake_export_file_changed) - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/CURL" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/Export/8e83d16133499b505bf3986f4f209a65/CURLTargets.cmake") - if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/CURL" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/curl/CMakeFiles/Export/8e83d16133499b505bf3986f4f209a65/CURLTargets-relwithdebinfo.cmake") - endif() -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/CURL" TYPE FILE FILES - "/home/guest/Downloads/PopLib/build/external/curl/generated/CURLConfigVersion.cmake" - "/home/guest/Downloads/PopLib/build/external/curl/generated/CURLConfig.cmake" - ) -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE FILE PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE FILES "/home/guest/Downloads/PopLib/external/curl/scripts/wcurl") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/curl/curl-config b/build_emscripten/external/curl/curl-config deleted file mode 100644 index 236d9da9..00000000 --- a/build_emscripten/external/curl/curl-config +++ /dev/null @@ -1,189 +0,0 @@ -#!/bin/sh -#*************************************************************************** -# _ _ ____ _ -# Project ___| | | | _ \| | -# / __| | | | |_) | | -# | (__| |_| | _ <| |___ -# \___|\___/|_| \_\_____| -# -# Copyright (C) Daniel Stenberg, , et al. -# -# This software is licensed as described in the file COPYING, which -# you should have received as part of this distribution. The terms -# are also available at https://curl.se/docs/copyright.html. -# -# You may opt to use, copy, modify, merge, publish, distribute and/or sell -# copies of the Software, and permit persons to whom the Software is -# furnished to do so, under the terms of the COPYING file. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -# SPDX-License-Identifier: curl -# -########################################################################### - -# shellcheck disable=SC2006 - -prefix='/usr/local' -# Used in 'libdir' -# shellcheck disable=SC2034 -exec_prefix="${prefix}" -# shellcheck disable=SC2034 -includedir="${prefix}/include" - -usage() -{ - cat <&2 - exit 1 - fi - ;; - - --configure) - echo - ;; - - *) - echo "unknown option: $1" - usage 1 - ;; - esac - shift -done - -exit 0 diff --git a/build_emscripten/external/curl/docs/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/docs/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/curl/docs/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build.make b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build.make deleted file mode 100644 index 6b89814d..00000000 --- a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build.make +++ /dev/null @@ -1,95 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for curl-generate-curl-config.1. - -# Include any custom commands dependencies for this target. -include external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/progress.make - -external/curl/docs/CMakeFiles/curl-generate-curl-config.1: external/curl/docs/curl-config.1 - -external/curl/docs/curl-config.1: /home/guest/Downloads/PopLib/external/curl/scripts/cd2nroff -external/curl/docs/curl-config.1: /home/guest/Downloads/PopLib/external/curl/docs/curl-config.md - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating curl-config.1" - cd /home/guest/Downloads/PopLib/external/curl/docs && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/scripts/cd2nroff curl-config.md > /home/guest/Downloads/PopLib/build/external/curl/docs/curl-config.1 - -external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/codegen: -.PHONY : external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/codegen - -curl-generate-curl-config.1: external/curl/docs/CMakeFiles/curl-generate-curl-config.1 -curl-generate-curl-config.1: external/curl/docs/curl-config.1 -curl-generate-curl-config.1: external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build.make -.PHONY : curl-generate-curl-config.1 - -# Rule to build all files generated by this target. -external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build: curl-generate-curl-config.1 -.PHONY : external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build - -external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs && $(CMAKE_COMMAND) -P CMakeFiles/curl-generate-curl-config.1.dir/cmake_clean.cmake -.PHONY : external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/clean - -external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs /home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/depend - diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/cmake_clean.cmake deleted file mode 100644 index 977016f2..00000000 --- a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/cmake_clean.cmake +++ /dev/null @@ -1,9 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-generate-curl-config.1" - "curl-config.1" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/curl-generate-curl-config.1.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/compiler_depend.make b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/compiler_depend.make deleted file mode 100644 index 3bb85731..00000000 --- a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for curl-generate-curl-config.1. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/compiler_depend.ts deleted file mode 100644 index f23c7a58..00000000 --- a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for curl-generate-curl-config.1. diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/progress.make b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/progress.make deleted file mode 100644 index 225de343..00000000 --- a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/progress.make +++ /dev/null @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = - diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build.make b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build.make deleted file mode 100644 index 6c34ca71..00000000 --- a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build.make +++ /dev/null @@ -1,95 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for curl-generate-mk-ca-bundle.1. - -# Include any custom commands dependencies for this target. -include external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/progress.make - -external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1: external/curl/docs/mk-ca-bundle.1 - -external/curl/docs/mk-ca-bundle.1: /home/guest/Downloads/PopLib/external/curl/scripts/cd2nroff -external/curl/docs/mk-ca-bundle.1: /home/guest/Downloads/PopLib/external/curl/docs/mk-ca-bundle.md - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating mk-ca-bundle.1" - cd /home/guest/Downloads/PopLib/external/curl/docs && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/scripts/cd2nroff mk-ca-bundle.md > /home/guest/Downloads/PopLib/build/external/curl/docs/mk-ca-bundle.1 - -external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/codegen: -.PHONY : external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/codegen - -curl-generate-mk-ca-bundle.1: external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1 -curl-generate-mk-ca-bundle.1: external/curl/docs/mk-ca-bundle.1 -curl-generate-mk-ca-bundle.1: external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build.make -.PHONY : curl-generate-mk-ca-bundle.1 - -# Rule to build all files generated by this target. -external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build: curl-generate-mk-ca-bundle.1 -.PHONY : external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build - -external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs && $(CMAKE_COMMAND) -P CMakeFiles/curl-generate-mk-ca-bundle.1.dir/cmake_clean.cmake -.PHONY : external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/clean - -external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs /home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/depend - diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/cmake_clean.cmake deleted file mode 100644 index 8d317d32..00000000 --- a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/cmake_clean.cmake +++ /dev/null @@ -1,9 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-generate-mk-ca-bundle.1" - "mk-ca-bundle.1" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/curl-generate-mk-ca-bundle.1.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/compiler_depend.make b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/compiler_depend.make deleted file mode 100644 index 823c5bce..00000000 --- a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for curl-generate-mk-ca-bundle.1. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/compiler_depend.ts deleted file mode 100644 index c16f9477..00000000 --- a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for curl-generate-mk-ca-bundle.1. diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/progress.make b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/progress.make deleted file mode 100644 index 225de343..00000000 --- a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/progress.make +++ /dev/null @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = - diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build.make b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build.make deleted file mode 100644 index 1da15e88..00000000 --- a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build.make +++ /dev/null @@ -1,95 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for curl-generate-wcurl.1. - -# Include any custom commands dependencies for this target. -include external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/progress.make - -external/curl/docs/CMakeFiles/curl-generate-wcurl.1: external/curl/docs/wcurl.1 - -external/curl/docs/wcurl.1: /home/guest/Downloads/PopLib/external/curl/scripts/cd2nroff -external/curl/docs/wcurl.1: /home/guest/Downloads/PopLib/external/curl/docs/wcurl.md - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating wcurl.1" - cd /home/guest/Downloads/PopLib/external/curl/docs && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/scripts/cd2nroff wcurl.md > /home/guest/Downloads/PopLib/build/external/curl/docs/wcurl.1 - -external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/codegen: -.PHONY : external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/codegen - -curl-generate-wcurl.1: external/curl/docs/CMakeFiles/curl-generate-wcurl.1 -curl-generate-wcurl.1: external/curl/docs/wcurl.1 -curl-generate-wcurl.1: external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build.make -.PHONY : curl-generate-wcurl.1 - -# Rule to build all files generated by this target. -external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build: curl-generate-wcurl.1 -.PHONY : external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build - -external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs && $(CMAKE_COMMAND) -P CMakeFiles/curl-generate-wcurl.1.dir/cmake_clean.cmake -.PHONY : external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/clean - -external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs /home/guest/Downloads/PopLib/build/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/depend - diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/cmake_clean.cmake deleted file mode 100644 index 8492bc51..00000000 --- a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/cmake_clean.cmake +++ /dev/null @@ -1,9 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-generate-wcurl.1" - "wcurl.1" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/curl-generate-wcurl.1.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/compiler_depend.make b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/compiler_depend.make deleted file mode 100644 index b96279db..00000000 --- a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for curl-generate-wcurl.1. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/compiler_depend.ts deleted file mode 100644 index 4be3dd3c..00000000 --- a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for curl-generate-wcurl.1. diff --git a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/progress.make b/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/progress.make deleted file mode 100644 index 225de343..00000000 --- a/build_emscripten/external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/progress.make +++ /dev/null @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = - diff --git a/build_emscripten/external/curl/docs/CMakeFiles/progress.marks b/build_emscripten/external/curl/docs/CMakeFiles/progress.marks deleted file mode 100644 index 573541ac..00000000 --- a/build_emscripten/external/curl/docs/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -0 diff --git a/build_emscripten/external/curl/docs/Makefile b/build_emscripten/external/curl/docs/Makefile deleted file mode 100644 index ab765577..00000000 --- a/build_emscripten/external/curl/docs/Makefile +++ /dev/null @@ -1,258 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/docs//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/rule -.PHONY : external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/rule - -# Convenience name for target. -curl-generate-curl-config.1: external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/rule -.PHONY : curl-generate-curl-config.1 - -# fast build rule for target. -curl-generate-curl-config.1/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-curl-config.1.dir/build -.PHONY : curl-generate-curl-config.1/fast - -# Convenience name for target. -external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/rule -.PHONY : external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/rule - -# Convenience name for target. -curl-generate-mk-ca-bundle.1: external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/rule -.PHONY : curl-generate-mk-ca-bundle.1 - -# fast build rule for target. -curl-generate-mk-ca-bundle.1/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-mk-ca-bundle.1.dir/build -.PHONY : curl-generate-mk-ca-bundle.1/fast - -# Convenience name for target. -external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/rule -.PHONY : external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/rule - -# Convenience name for target. -curl-generate-wcurl.1: external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/rule -.PHONY : curl-generate-wcurl.1 - -# fast build rule for target. -curl-generate-wcurl.1/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build.make external/curl/docs/CMakeFiles/curl-generate-wcurl.1.dir/build -.PHONY : curl-generate-wcurl.1/fast - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... curl-generate-curl-config.1" - @echo "... curl-generate-mk-ca-bundle.1" - @echo "... curl-generate-wcurl.1" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/docs/cmake_install.cmake b/build_emscripten/external/curl/docs/cmake_install.cmake deleted file mode 100644 index d25e4989..00000000 --- a/build_emscripten/external/curl/docs/cmake_install.cmake +++ /dev/null @@ -1,63 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/curl/docs - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/cmake_install.cmake") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man1" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/curl/docs/curl-config.1") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man1" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/curl/docs/wcurl.1") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/docs/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/DependInfo.cmake deleted file mode 100644 index 67f408f1..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/10-at-a-time.c" "external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o.d" - "" "external/curl/docs/examples/10-at-a-time" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make deleted file mode 100644 index db154df1..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o: external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/10-at-a-time.c -external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o: external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o -MF CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o.d -o CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/10-at-a-time.c - -external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/10-at-a-time.c > CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/10-at-a-time.c -o CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.s - -# Object files for target curl-example-10-at-a-time -curl__example__10__at__a__time_OBJECTS = \ -"CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o" - -# External object files for target curl-example-10-at-a-time -curl__example__10__at__a__time_EXTERNAL_OBJECTS = - -external/curl/docs/examples/10-at-a-time: external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o -external/curl/docs/examples/10-at-a-time: external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make -external/curl/docs/examples/10-at-a-time: external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/compiler_depend.ts -external/curl/docs/examples/10-at-a-time: external/curl/lib/libcurl.a -external/curl/docs/examples/10-at-a-time: /usr/lib/libz.so -external/curl/docs/examples/10-at-a-time: external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable 10-at-a-time" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-10-at-a-time.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build: external/curl/docs/examples/10-at-a-time -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-10-at-a-time.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/cmake_clean.cmake deleted file mode 100644 index 8d33a375..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-10-at-a-time.dir/link.d" - "10-at-a-time" - "10-at-a-time.pdb" - "CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o" - "CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o.d" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-10-at-a-time.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/compiler_depend.make deleted file mode 100644 index 7f6deccf..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-10-at-a-time. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/compiler_depend.ts deleted file mode 100644 index 35949171..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-10-at-a-time. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/depend.make deleted file mode 100644 index 9cdb32fc..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-10-at-a-time. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/link.txt deleted file mode 100644 index ac50be30..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-10-at-a-time.dir/link.d "CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o" -o 10-at-a-time ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/DependInfo.cmake deleted file mode 100644 index 291c355f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/address-scope.c" "external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.o.d" - "" "external/curl/docs/examples/address-scope" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make deleted file mode 100644 index 09ccff06..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.o: external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/address-scope.c -external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.o: external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.o -MF CMakeFiles/curl-example-address-scope.dir/address-scope.c.o.d -o CMakeFiles/curl-example-address-scope.dir/address-scope.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/address-scope.c - -external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-address-scope.dir/address-scope.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/address-scope.c > CMakeFiles/curl-example-address-scope.dir/address-scope.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-address-scope.dir/address-scope.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/address-scope.c -o CMakeFiles/curl-example-address-scope.dir/address-scope.c.s - -# Object files for target curl-example-address-scope -curl__example__address__scope_OBJECTS = \ -"CMakeFiles/curl-example-address-scope.dir/address-scope.c.o" - -# External object files for target curl-example-address-scope -curl__example__address__scope_EXTERNAL_OBJECTS = - -external/curl/docs/examples/address-scope: external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.o -external/curl/docs/examples/address-scope: external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make -external/curl/docs/examples/address-scope: external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/compiler_depend.ts -external/curl/docs/examples/address-scope: external/curl/lib/libcurl.a -external/curl/docs/examples/address-scope: /usr/lib/libz.so -external/curl/docs/examples/address-scope: external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable address-scope" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-address-scope.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build: external/curl/docs/examples/address-scope -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-address-scope.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/cmake_clean.cmake deleted file mode 100644 index 00f5ec3e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-address-scope.dir/link.d" - "CMakeFiles/curl-example-address-scope.dir/address-scope.c.o" - "CMakeFiles/curl-example-address-scope.dir/address-scope.c.o.d" - "address-scope" - "address-scope.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-address-scope.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/compiler_depend.make deleted file mode 100644 index 815c6720..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-address-scope. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/compiler_depend.ts deleted file mode 100644 index a36ec9cb..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-address-scope. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/depend.make deleted file mode 100644 index 0dfb7781..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-address-scope. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/link.txt deleted file mode 100644 index d50fcc63..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-address-scope.dir/link.d "CMakeFiles/curl-example-address-scope.dir/address-scope.c.o" -o address-scope ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/DependInfo.cmake deleted file mode 100644 index 43f56bfd..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/altsvc.c" "external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.o.d" - "" "external/curl/docs/examples/altsvc" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make deleted file mode 100644 index f9311696..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.o: external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/altsvc.c -external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.o: external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.o -MF CMakeFiles/curl-example-altsvc.dir/altsvc.c.o.d -o CMakeFiles/curl-example-altsvc.dir/altsvc.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/altsvc.c - -external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-altsvc.dir/altsvc.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/altsvc.c > CMakeFiles/curl-example-altsvc.dir/altsvc.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-altsvc.dir/altsvc.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/altsvc.c -o CMakeFiles/curl-example-altsvc.dir/altsvc.c.s - -# Object files for target curl-example-altsvc -curl__example__altsvc_OBJECTS = \ -"CMakeFiles/curl-example-altsvc.dir/altsvc.c.o" - -# External object files for target curl-example-altsvc -curl__example__altsvc_EXTERNAL_OBJECTS = - -external/curl/docs/examples/altsvc: external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.o -external/curl/docs/examples/altsvc: external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make -external/curl/docs/examples/altsvc: external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/compiler_depend.ts -external/curl/docs/examples/altsvc: external/curl/lib/libcurl.a -external/curl/docs/examples/altsvc: /usr/lib/libz.so -external/curl/docs/examples/altsvc: external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable altsvc" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-altsvc.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build: external/curl/docs/examples/altsvc -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-altsvc.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/cmake_clean.cmake deleted file mode 100644 index a4b6dde6..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-altsvc.dir/link.d" - "CMakeFiles/curl-example-altsvc.dir/altsvc.c.o" - "CMakeFiles/curl-example-altsvc.dir/altsvc.c.o.d" - "altsvc" - "altsvc.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-altsvc.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/compiler_depend.make deleted file mode 100644 index ffe8a924..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-altsvc. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/compiler_depend.ts deleted file mode 100644 index a5c62895..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-altsvc. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/depend.make deleted file mode 100644 index dd58b66a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-altsvc. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/link.txt deleted file mode 100644 index ed8b1405..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-altsvc.dir/link.d "CMakeFiles/curl-example-altsvc.dir/altsvc.c.o" -o altsvc ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/DependInfo.cmake deleted file mode 100644 index fd05e32d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/anyauthput.c" "external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o.d" - "" "external/curl/docs/examples/anyauthput" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make deleted file mode 100644 index dd48762b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o: external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/anyauthput.c -external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o: external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o -MF CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o.d -o CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/anyauthput.c - -external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/anyauthput.c > CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/anyauthput.c -o CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.s - -# Object files for target curl-example-anyauthput -curl__example__anyauthput_OBJECTS = \ -"CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o" - -# External object files for target curl-example-anyauthput -curl__example__anyauthput_EXTERNAL_OBJECTS = - -external/curl/docs/examples/anyauthput: external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o -external/curl/docs/examples/anyauthput: external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make -external/curl/docs/examples/anyauthput: external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/compiler_depend.ts -external/curl/docs/examples/anyauthput: external/curl/lib/libcurl.a -external/curl/docs/examples/anyauthput: /usr/lib/libz.so -external/curl/docs/examples/anyauthput: external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable anyauthput" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-anyauthput.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build: external/curl/docs/examples/anyauthput -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-anyauthput.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/cmake_clean.cmake deleted file mode 100644 index 138195d2..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-anyauthput.dir/link.d" - "CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o" - "CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o.d" - "anyauthput" - "anyauthput.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-anyauthput.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/compiler_depend.make deleted file mode 100644 index 1f8bfdc6..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-anyauthput. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/compiler_depend.ts deleted file mode 100644 index 5f336f90..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-anyauthput. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/depend.make deleted file mode 100644 index a4594384..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-anyauthput. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/link.txt deleted file mode 100644 index 279d891c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-anyauthput.dir/link.d "CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o" -o anyauthput ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/DependInfo.cmake deleted file mode 100644 index c87d1f44..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/block_ip.c" "external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.o.d" - "" "external/curl/docs/examples/block_ip" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make deleted file mode 100644 index 110c3401..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.o: external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/block_ip.c -external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.o: external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.o -MF CMakeFiles/curl-example-block_ip.dir/block_ip.c.o.d -o CMakeFiles/curl-example-block_ip.dir/block_ip.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/block_ip.c - -external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-block_ip.dir/block_ip.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/block_ip.c > CMakeFiles/curl-example-block_ip.dir/block_ip.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-block_ip.dir/block_ip.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/block_ip.c -o CMakeFiles/curl-example-block_ip.dir/block_ip.c.s - -# Object files for target curl-example-block_ip -curl__example__block_ip_OBJECTS = \ -"CMakeFiles/curl-example-block_ip.dir/block_ip.c.o" - -# External object files for target curl-example-block_ip -curl__example__block_ip_EXTERNAL_OBJECTS = - -external/curl/docs/examples/block_ip: external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.o -external/curl/docs/examples/block_ip: external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make -external/curl/docs/examples/block_ip: external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/compiler_depend.ts -external/curl/docs/examples/block_ip: external/curl/lib/libcurl.a -external/curl/docs/examples/block_ip: /usr/lib/libz.so -external/curl/docs/examples/block_ip: external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable block_ip" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-block_ip.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build: external/curl/docs/examples/block_ip -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-block_ip.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/cmake_clean.cmake deleted file mode 100644 index e97fa396..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-block_ip.dir/link.d" - "CMakeFiles/curl-example-block_ip.dir/block_ip.c.o" - "CMakeFiles/curl-example-block_ip.dir/block_ip.c.o.d" - "block_ip" - "block_ip.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-block_ip.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/compiler_depend.make deleted file mode 100644 index 683275cb..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-block_ip. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/compiler_depend.ts deleted file mode 100644 index 6c2f4978..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-block_ip. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/depend.make deleted file mode 100644 index cc01c38c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-block_ip. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/link.txt deleted file mode 100644 index 7a168921..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-block_ip.dir/link.d "CMakeFiles/curl-example-block_ip.dir/block_ip.c.o" -o block_ip ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/DependInfo.cmake deleted file mode 100644 index e101ab03..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/certinfo.c" "external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.o.d" - "" "external/curl/docs/examples/certinfo" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make deleted file mode 100644 index 2e505939..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.o: external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/certinfo.c -external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.o: external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.o -MF CMakeFiles/curl-example-certinfo.dir/certinfo.c.o.d -o CMakeFiles/curl-example-certinfo.dir/certinfo.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/certinfo.c - -external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-certinfo.dir/certinfo.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/certinfo.c > CMakeFiles/curl-example-certinfo.dir/certinfo.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-certinfo.dir/certinfo.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/certinfo.c -o CMakeFiles/curl-example-certinfo.dir/certinfo.c.s - -# Object files for target curl-example-certinfo -curl__example__certinfo_OBJECTS = \ -"CMakeFiles/curl-example-certinfo.dir/certinfo.c.o" - -# External object files for target curl-example-certinfo -curl__example__certinfo_EXTERNAL_OBJECTS = - -external/curl/docs/examples/certinfo: external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.o -external/curl/docs/examples/certinfo: external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make -external/curl/docs/examples/certinfo: external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/compiler_depend.ts -external/curl/docs/examples/certinfo: external/curl/lib/libcurl.a -external/curl/docs/examples/certinfo: /usr/lib/libz.so -external/curl/docs/examples/certinfo: external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable certinfo" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-certinfo.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build: external/curl/docs/examples/certinfo -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-certinfo.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/cmake_clean.cmake deleted file mode 100644 index c31459a2..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-certinfo.dir/link.d" - "CMakeFiles/curl-example-certinfo.dir/certinfo.c.o" - "CMakeFiles/curl-example-certinfo.dir/certinfo.c.o.d" - "certinfo" - "certinfo.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-certinfo.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/compiler_depend.make deleted file mode 100644 index d4151934..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-certinfo. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/compiler_depend.ts deleted file mode 100644 index fb0ee5df..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-certinfo. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/depend.make deleted file mode 100644 index d4a14916..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-certinfo. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/link.txt deleted file mode 100644 index bd091e66..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-certinfo.dir/link.d "CMakeFiles/curl-example-certinfo.dir/certinfo.c.o" -o certinfo ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/progress.make deleted file mode 100644 index e803f3f7..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = 35 - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/DependInfo.cmake deleted file mode 100644 index 22f83b8f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/chkspeed.c" "external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o.d" - "" "external/curl/docs/examples/chkspeed" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make deleted file mode 100644 index cace6373..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o: external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/chkspeed.c -external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o: external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o -MF CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o.d -o CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/chkspeed.c - -external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/chkspeed.c > CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/chkspeed.c -o CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.s - -# Object files for target curl-example-chkspeed -curl__example__chkspeed_OBJECTS = \ -"CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o" - -# External object files for target curl-example-chkspeed -curl__example__chkspeed_EXTERNAL_OBJECTS = - -external/curl/docs/examples/chkspeed: external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o -external/curl/docs/examples/chkspeed: external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make -external/curl/docs/examples/chkspeed: external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/compiler_depend.ts -external/curl/docs/examples/chkspeed: external/curl/lib/libcurl.a -external/curl/docs/examples/chkspeed: /usr/lib/libz.so -external/curl/docs/examples/chkspeed: external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable chkspeed" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-chkspeed.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build: external/curl/docs/examples/chkspeed -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-chkspeed.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/cmake_clean.cmake deleted file mode 100644 index 5c0e4609..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-chkspeed.dir/link.d" - "CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o" - "CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o.d" - "chkspeed" - "chkspeed.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-chkspeed.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/compiler_depend.make deleted file mode 100644 index 41e79def..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-chkspeed. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/compiler_depend.ts deleted file mode 100644 index 3413fc1d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-chkspeed. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/depend.make deleted file mode 100644 index a45c76cd..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-chkspeed. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/link.txt deleted file mode 100644 index 83f9bd1a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-chkspeed.dir/link.d "CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o" -o chkspeed ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/DependInfo.cmake deleted file mode 100644 index 4f48553e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/connect-to.c" "external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.o.d" - "" "external/curl/docs/examples/connect-to" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make deleted file mode 100644 index c7ddccb6..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.o: external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/connect-to.c -external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.o: external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.o -MF CMakeFiles/curl-example-connect-to.dir/connect-to.c.o.d -o CMakeFiles/curl-example-connect-to.dir/connect-to.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/connect-to.c - -external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-connect-to.dir/connect-to.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/connect-to.c > CMakeFiles/curl-example-connect-to.dir/connect-to.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-connect-to.dir/connect-to.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/connect-to.c -o CMakeFiles/curl-example-connect-to.dir/connect-to.c.s - -# Object files for target curl-example-connect-to -curl__example__connect__to_OBJECTS = \ -"CMakeFiles/curl-example-connect-to.dir/connect-to.c.o" - -# External object files for target curl-example-connect-to -curl__example__connect__to_EXTERNAL_OBJECTS = - -external/curl/docs/examples/connect-to: external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.o -external/curl/docs/examples/connect-to: external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make -external/curl/docs/examples/connect-to: external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/compiler_depend.ts -external/curl/docs/examples/connect-to: external/curl/lib/libcurl.a -external/curl/docs/examples/connect-to: /usr/lib/libz.so -external/curl/docs/examples/connect-to: external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable connect-to" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-connect-to.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build: external/curl/docs/examples/connect-to -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-connect-to.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/cmake_clean.cmake deleted file mode 100644 index b8d0ea22..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-connect-to.dir/link.d" - "CMakeFiles/curl-example-connect-to.dir/connect-to.c.o" - "CMakeFiles/curl-example-connect-to.dir/connect-to.c.o.d" - "connect-to" - "connect-to.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-connect-to.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/compiler_depend.make deleted file mode 100644 index a6492fd9..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-connect-to. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/compiler_depend.ts deleted file mode 100644 index a8ad7b25..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-connect-to. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/depend.make deleted file mode 100644 index 92fb2fa9..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-connect-to. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/link.txt deleted file mode 100644 index 5f7d4166..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-connect-to.dir/link.d "CMakeFiles/curl-example-connect-to.dir/connect-to.c.o" -o connect-to ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/DependInfo.cmake deleted file mode 100644 index 2c7bcfe6..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/cookie_interface.c" "external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o.d" - "" "external/curl/docs/examples/cookie_interface" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make deleted file mode 100644 index f890504b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o: external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/cookie_interface.c -external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o: external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o -MF CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o.d -o CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/cookie_interface.c - -external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/cookie_interface.c > CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/cookie_interface.c -o CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.s - -# Object files for target curl-example-cookie_interface -curl__example__cookie_interface_OBJECTS = \ -"CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o" - -# External object files for target curl-example-cookie_interface -curl__example__cookie_interface_EXTERNAL_OBJECTS = - -external/curl/docs/examples/cookie_interface: external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o -external/curl/docs/examples/cookie_interface: external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make -external/curl/docs/examples/cookie_interface: external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/compiler_depend.ts -external/curl/docs/examples/cookie_interface: external/curl/lib/libcurl.a -external/curl/docs/examples/cookie_interface: /usr/lib/libz.so -external/curl/docs/examples/cookie_interface: external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable cookie_interface" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-cookie_interface.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build: external/curl/docs/examples/cookie_interface -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-cookie_interface.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cmake_clean.cmake deleted file mode 100644 index 3ccb348a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-cookie_interface.dir/link.d" - "CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o" - "CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o.d" - "cookie_interface" - "cookie_interface.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-cookie_interface.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/compiler_depend.make deleted file mode 100644 index 96d45f4c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-cookie_interface. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/compiler_depend.ts deleted file mode 100644 index 63f670c7..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-cookie_interface. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/depend.make deleted file mode 100644 index 1aa4b44f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-cookie_interface. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/link.txt deleted file mode 100644 index ed9941cb..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-cookie_interface.dir/link.d "CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o" -o cookie_interface ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/DependInfo.cmake deleted file mode 100644 index 559dadee..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/debug.c" "external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.o.d" - "" "external/curl/docs/examples/debug" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make deleted file mode 100644 index 6d7b6eac..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.o: external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/debug.c -external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.o: external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.o -MF CMakeFiles/curl-example-debug.dir/debug.c.o.d -o CMakeFiles/curl-example-debug.dir/debug.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/debug.c - -external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-debug.dir/debug.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/debug.c > CMakeFiles/curl-example-debug.dir/debug.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-debug.dir/debug.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/debug.c -o CMakeFiles/curl-example-debug.dir/debug.c.s - -# Object files for target curl-example-debug -curl__example__debug_OBJECTS = \ -"CMakeFiles/curl-example-debug.dir/debug.c.o" - -# External object files for target curl-example-debug -curl__example__debug_EXTERNAL_OBJECTS = - -external/curl/docs/examples/debug: external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.o -external/curl/docs/examples/debug: external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make -external/curl/docs/examples/debug: external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/compiler_depend.ts -external/curl/docs/examples/debug: external/curl/lib/libcurl.a -external/curl/docs/examples/debug: /usr/lib/libz.so -external/curl/docs/examples/debug: external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable debug" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-debug.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build: external/curl/docs/examples/debug -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-debug.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/cmake_clean.cmake deleted file mode 100644 index 6e284869..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-debug.dir/link.d" - "CMakeFiles/curl-example-debug.dir/debug.c.o" - "CMakeFiles/curl-example-debug.dir/debug.c.o.d" - "debug" - "debug.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-debug.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/compiler_depend.make deleted file mode 100644 index 5ad233dd..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-debug. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/compiler_depend.ts deleted file mode 100644 index 9e14250e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-debug. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/depend.make deleted file mode 100644 index 805493cc..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-debug. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/link.txt deleted file mode 100644 index 707e4da2..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-debug.dir/link.d "CMakeFiles/curl-example-debug.dir/debug.c.o" -o debug ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/DependInfo.cmake deleted file mode 100644 index caf50ac5..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/default-scheme.c" "external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o.d" - "" "external/curl/docs/examples/default-scheme" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make deleted file mode 100644 index 249bf418..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o: external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/default-scheme.c -external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o: external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o -MF CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o.d -o CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/default-scheme.c - -external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/default-scheme.c > CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/default-scheme.c -o CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.s - -# Object files for target curl-example-default-scheme -curl__example__default__scheme_OBJECTS = \ -"CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o" - -# External object files for target curl-example-default-scheme -curl__example__default__scheme_EXTERNAL_OBJECTS = - -external/curl/docs/examples/default-scheme: external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o -external/curl/docs/examples/default-scheme: external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make -external/curl/docs/examples/default-scheme: external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/compiler_depend.ts -external/curl/docs/examples/default-scheme: external/curl/lib/libcurl.a -external/curl/docs/examples/default-scheme: /usr/lib/libz.so -external/curl/docs/examples/default-scheme: external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable default-scheme" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-default-scheme.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build: external/curl/docs/examples/default-scheme -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-default-scheme.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/cmake_clean.cmake deleted file mode 100644 index 323207a3..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-default-scheme.dir/link.d" - "CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o" - "CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o.d" - "default-scheme" - "default-scheme.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-default-scheme.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/compiler_depend.make deleted file mode 100644 index fd69560f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-default-scheme. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/compiler_depend.ts deleted file mode 100644 index ba174347..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-default-scheme. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/depend.make deleted file mode 100644 index c9e52f90..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-default-scheme. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/link.txt deleted file mode 100644 index 412ceb1a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-default-scheme.dir/link.d "CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o" -o default-scheme ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/DependInfo.cmake deleted file mode 100644 index ac0773d9..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/externalsocket.c" "external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o.d" - "" "external/curl/docs/examples/externalsocket" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make deleted file mode 100644 index 5188422f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o: external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/externalsocket.c -external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o: external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o -MF CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o.d -o CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/externalsocket.c - -external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/externalsocket.c > CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/externalsocket.c -o CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.s - -# Object files for target curl-example-externalsocket -curl__example__externalsocket_OBJECTS = \ -"CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o" - -# External object files for target curl-example-externalsocket -curl__example__externalsocket_EXTERNAL_OBJECTS = - -external/curl/docs/examples/externalsocket: external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o -external/curl/docs/examples/externalsocket: external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make -external/curl/docs/examples/externalsocket: external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/compiler_depend.ts -external/curl/docs/examples/externalsocket: external/curl/lib/libcurl.a -external/curl/docs/examples/externalsocket: /usr/lib/libz.so -external/curl/docs/examples/externalsocket: external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable externalsocket" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-externalsocket.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build: external/curl/docs/examples/externalsocket -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-externalsocket.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/cmake_clean.cmake deleted file mode 100644 index 96e152bb..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-externalsocket.dir/link.d" - "CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o" - "CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o.d" - "externalsocket" - "externalsocket.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-externalsocket.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/compiler_depend.make deleted file mode 100644 index b4019adc..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-externalsocket. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/compiler_depend.ts deleted file mode 100644 index d930ac55..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-externalsocket. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/depend.make deleted file mode 100644 index 73f41db3..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-externalsocket. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/link.txt deleted file mode 100644 index 52fdd98b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-externalsocket.dir/link.d "CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o" -o externalsocket ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/DependInfo.cmake deleted file mode 100644 index 23c80c36..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/fileupload.c" "external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.o.d" - "" "external/curl/docs/examples/fileupload" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make deleted file mode 100644 index a9f3faa4..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.o: external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/fileupload.c -external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.o: external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.o -MF CMakeFiles/curl-example-fileupload.dir/fileupload.c.o.d -o CMakeFiles/curl-example-fileupload.dir/fileupload.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/fileupload.c - -external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-fileupload.dir/fileupload.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/fileupload.c > CMakeFiles/curl-example-fileupload.dir/fileupload.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-fileupload.dir/fileupload.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/fileupload.c -o CMakeFiles/curl-example-fileupload.dir/fileupload.c.s - -# Object files for target curl-example-fileupload -curl__example__fileupload_OBJECTS = \ -"CMakeFiles/curl-example-fileupload.dir/fileupload.c.o" - -# External object files for target curl-example-fileupload -curl__example__fileupload_EXTERNAL_OBJECTS = - -external/curl/docs/examples/fileupload: external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.o -external/curl/docs/examples/fileupload: external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make -external/curl/docs/examples/fileupload: external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/compiler_depend.ts -external/curl/docs/examples/fileupload: external/curl/lib/libcurl.a -external/curl/docs/examples/fileupload: /usr/lib/libz.so -external/curl/docs/examples/fileupload: external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable fileupload" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-fileupload.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build: external/curl/docs/examples/fileupload -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-fileupload.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/cmake_clean.cmake deleted file mode 100644 index 77f7aad4..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-fileupload.dir/link.d" - "CMakeFiles/curl-example-fileupload.dir/fileupload.c.o" - "CMakeFiles/curl-example-fileupload.dir/fileupload.c.o.d" - "fileupload" - "fileupload.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-fileupload.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/compiler_depend.make deleted file mode 100644 index 34be7182..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-fileupload. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/compiler_depend.ts deleted file mode 100644 index 4556e902..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-fileupload. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/depend.make deleted file mode 100644 index ace1da21..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-fileupload. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/link.txt deleted file mode 100644 index a79c8669..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-fileupload.dir/link.d "CMakeFiles/curl-example-fileupload.dir/fileupload.c.o" -o fileupload ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/DependInfo.cmake deleted file mode 100644 index 341a0e27..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/ftp-wildcard.c" "external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o.d" - "" "external/curl/docs/examples/ftp-wildcard" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make deleted file mode 100644 index 7019d012..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/ftp-wildcard.c -external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o -MF CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o.d -o CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/ftp-wildcard.c - -external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/ftp-wildcard.c > CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/ftp-wildcard.c -o CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.s - -# Object files for target curl-example-ftp-wildcard -curl__example__ftp__wildcard_OBJECTS = \ -"CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o" - -# External object files for target curl-example-ftp-wildcard -curl__example__ftp__wildcard_EXTERNAL_OBJECTS = - -external/curl/docs/examples/ftp-wildcard: external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o -external/curl/docs/examples/ftp-wildcard: external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make -external/curl/docs/examples/ftp-wildcard: external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/compiler_depend.ts -external/curl/docs/examples/ftp-wildcard: external/curl/lib/libcurl.a -external/curl/docs/examples/ftp-wildcard: /usr/lib/libz.so -external/curl/docs/examples/ftp-wildcard: external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ftp-wildcard" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-ftp-wildcard.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build: external/curl/docs/examples/ftp-wildcard -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-ftp-wildcard.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/cmake_clean.cmake deleted file mode 100644 index e55962f5..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-ftp-wildcard.dir/link.d" - "CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o" - "CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o.d" - "ftp-wildcard" - "ftp-wildcard.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-ftp-wildcard.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/compiler_depend.make deleted file mode 100644 index 062b0e88..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-ftp-wildcard. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/compiler_depend.ts deleted file mode 100644 index 9e04a716..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-ftp-wildcard. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/depend.make deleted file mode 100644 index 1c384fdd..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-ftp-wildcard. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/link.txt deleted file mode 100644 index fbdcd443..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-ftp-wildcard.dir/link.d "CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o" -o ftp-wildcard ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/DependInfo.cmake deleted file mode 100644 index f4c1c6fe..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/ftpget.c" "external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.o.d" - "" "external/curl/docs/examples/ftpget" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make deleted file mode 100644 index 712d2c08..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpget.c -external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.o -MF CMakeFiles/curl-example-ftpget.dir/ftpget.c.o.d -o CMakeFiles/curl-example-ftpget.dir/ftpget.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpget.c - -external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-ftpget.dir/ftpget.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpget.c > CMakeFiles/curl-example-ftpget.dir/ftpget.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-ftpget.dir/ftpget.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpget.c -o CMakeFiles/curl-example-ftpget.dir/ftpget.c.s - -# Object files for target curl-example-ftpget -curl__example__ftpget_OBJECTS = \ -"CMakeFiles/curl-example-ftpget.dir/ftpget.c.o" - -# External object files for target curl-example-ftpget -curl__example__ftpget_EXTERNAL_OBJECTS = - -external/curl/docs/examples/ftpget: external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.o -external/curl/docs/examples/ftpget: external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make -external/curl/docs/examples/ftpget: external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/compiler_depend.ts -external/curl/docs/examples/ftpget: external/curl/lib/libcurl.a -external/curl/docs/examples/ftpget: /usr/lib/libz.so -external/curl/docs/examples/ftpget: external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ftpget" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-ftpget.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build: external/curl/docs/examples/ftpget -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-ftpget.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/cmake_clean.cmake deleted file mode 100644 index b60ce1e0..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-ftpget.dir/link.d" - "CMakeFiles/curl-example-ftpget.dir/ftpget.c.o" - "CMakeFiles/curl-example-ftpget.dir/ftpget.c.o.d" - "ftpget" - "ftpget.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-ftpget.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/compiler_depend.make deleted file mode 100644 index abe58606..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-ftpget. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/compiler_depend.ts deleted file mode 100644 index 2df8cf7e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-ftpget. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/depend.make deleted file mode 100644 index 41b44b2f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-ftpget. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/link.txt deleted file mode 100644 index 6a35d834..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-ftpget.dir/link.d "CMakeFiles/curl-example-ftpget.dir/ftpget.c.o" -o ftpget ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/DependInfo.cmake deleted file mode 100644 index 4d24f257..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/ftpgetinfo.c" "external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o.d" - "" "external/curl/docs/examples/ftpgetinfo" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make deleted file mode 100644 index 1ee21577..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpgetinfo.c -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o -MF CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o.d -o CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpgetinfo.c - -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpgetinfo.c > CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpgetinfo.c -o CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.s - -# Object files for target curl-example-ftpgetinfo -curl__example__ftpgetinfo_OBJECTS = \ -"CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o" - -# External object files for target curl-example-ftpgetinfo -curl__example__ftpgetinfo_EXTERNAL_OBJECTS = - -external/curl/docs/examples/ftpgetinfo: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o -external/curl/docs/examples/ftpgetinfo: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make -external/curl/docs/examples/ftpgetinfo: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/compiler_depend.ts -external/curl/docs/examples/ftpgetinfo: external/curl/lib/libcurl.a -external/curl/docs/examples/ftpgetinfo: /usr/lib/libz.so -external/curl/docs/examples/ftpgetinfo: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ftpgetinfo" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-ftpgetinfo.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build: external/curl/docs/examples/ftpgetinfo -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-ftpgetinfo.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/cmake_clean.cmake deleted file mode 100644 index 880ceee6..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-ftpgetinfo.dir/link.d" - "CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o" - "CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o.d" - "ftpgetinfo" - "ftpgetinfo.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-ftpgetinfo.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/compiler_depend.make deleted file mode 100644 index 1cc0ac93..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-ftpgetinfo. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/compiler_depend.ts deleted file mode 100644 index ee7a9692..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-ftpgetinfo. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/depend.make deleted file mode 100644 index b6da8549..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-ftpgetinfo. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/link.txt deleted file mode 100644 index 921f7c8c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-ftpgetinfo.dir/link.d "CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o" -o ftpgetinfo ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/DependInfo.cmake deleted file mode 100644 index 5d8c569c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/ftpgetresp.c" "external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o.d" - "" "external/curl/docs/examples/ftpgetresp" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make deleted file mode 100644 index 7f48f3e4..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpgetresp.c -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o -MF CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o.d -o CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpgetresp.c - -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpgetresp.c > CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpgetresp.c -o CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.s - -# Object files for target curl-example-ftpgetresp -curl__example__ftpgetresp_OBJECTS = \ -"CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o" - -# External object files for target curl-example-ftpgetresp -curl__example__ftpgetresp_EXTERNAL_OBJECTS = - -external/curl/docs/examples/ftpgetresp: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o -external/curl/docs/examples/ftpgetresp: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make -external/curl/docs/examples/ftpgetresp: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/compiler_depend.ts -external/curl/docs/examples/ftpgetresp: external/curl/lib/libcurl.a -external/curl/docs/examples/ftpgetresp: /usr/lib/libz.so -external/curl/docs/examples/ftpgetresp: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ftpgetresp" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-ftpgetresp.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build: external/curl/docs/examples/ftpgetresp -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-ftpgetresp.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/cmake_clean.cmake deleted file mode 100644 index ea93d26f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-ftpgetresp.dir/link.d" - "CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o" - "CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o.d" - "ftpgetresp" - "ftpgetresp.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-ftpgetresp.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/compiler_depend.make deleted file mode 100644 index 31399fb9..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-ftpgetresp. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/compiler_depend.ts deleted file mode 100644 index a209626f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-ftpgetresp. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/depend.make deleted file mode 100644 index 6625d68e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-ftpgetresp. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/link.txt deleted file mode 100644 index 405fe7ee..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-ftpgetresp.dir/link.d "CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o" -o ftpgetresp ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/DependInfo.cmake deleted file mode 100644 index cecb56cc..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/ftpsget.c" "external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o.d" - "" "external/curl/docs/examples/ftpsget" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make deleted file mode 100644 index 4023bca9..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpsget.c -external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o -MF CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o.d -o CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpsget.c - -external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpsget.c > CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpsget.c -o CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.s - -# Object files for target curl-example-ftpsget -curl__example__ftpsget_OBJECTS = \ -"CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o" - -# External object files for target curl-example-ftpsget -curl__example__ftpsget_EXTERNAL_OBJECTS = - -external/curl/docs/examples/ftpsget: external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o -external/curl/docs/examples/ftpsget: external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make -external/curl/docs/examples/ftpsget: external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/compiler_depend.ts -external/curl/docs/examples/ftpsget: external/curl/lib/libcurl.a -external/curl/docs/examples/ftpsget: /usr/lib/libz.so -external/curl/docs/examples/ftpsget: external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ftpsget" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-ftpsget.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build: external/curl/docs/examples/ftpsget -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-ftpsget.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/cmake_clean.cmake deleted file mode 100644 index dff8f8e5..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-ftpsget.dir/link.d" - "CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o" - "CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o.d" - "ftpsget" - "ftpsget.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-ftpsget.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/compiler_depend.make deleted file mode 100644 index 5339778d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-ftpsget. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/compiler_depend.ts deleted file mode 100644 index e19b75fb..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-ftpsget. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/depend.make deleted file mode 100644 index cc26ef9b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-ftpsget. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/link.txt deleted file mode 100644 index 396b7444..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-ftpsget.dir/link.d "CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o" -o ftpsget ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/DependInfo.cmake deleted file mode 100644 index 90794c54..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/ftpupload.c" "external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o.d" - "" "external/curl/docs/examples/ftpupload" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make deleted file mode 100644 index 90171211..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpupload.c -external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o -MF CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o.d -o CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpupload.c - -external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpupload.c > CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpupload.c -o CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.s - -# Object files for target curl-example-ftpupload -curl__example__ftpupload_OBJECTS = \ -"CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o" - -# External object files for target curl-example-ftpupload -curl__example__ftpupload_EXTERNAL_OBJECTS = - -external/curl/docs/examples/ftpupload: external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o -external/curl/docs/examples/ftpupload: external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make -external/curl/docs/examples/ftpupload: external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/compiler_depend.ts -external/curl/docs/examples/ftpupload: external/curl/lib/libcurl.a -external/curl/docs/examples/ftpupload: /usr/lib/libz.so -external/curl/docs/examples/ftpupload: external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ftpupload" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-ftpupload.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build: external/curl/docs/examples/ftpupload -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-ftpupload.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/cmake_clean.cmake deleted file mode 100644 index 4954cadb..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-ftpupload.dir/link.d" - "CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o" - "CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o.d" - "ftpupload" - "ftpupload.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-ftpupload.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/compiler_depend.make deleted file mode 100644 index 75ff1709..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-ftpupload. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/compiler_depend.ts deleted file mode 100644 index 1913e862..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-ftpupload. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/depend.make deleted file mode 100644 index 8e425458..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-ftpupload. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/link.txt deleted file mode 100644 index 32ae5c01..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-ftpupload.dir/link.d "CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o" -o ftpupload ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/DependInfo.cmake deleted file mode 100644 index f79909b4..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/ftpuploadfrommem.c" "external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o.d" - "" "external/curl/docs/examples/ftpuploadfrommem" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make deleted file mode 100644 index 4325694f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpuploadfrommem.c -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o -MF CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o.d -o CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpuploadfrommem.c - -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpuploadfrommem.c > CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpuploadfrommem.c -o CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.s - -# Object files for target curl-example-ftpuploadfrommem -curl__example__ftpuploadfrommem_OBJECTS = \ -"CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o" - -# External object files for target curl-example-ftpuploadfrommem -curl__example__ftpuploadfrommem_EXTERNAL_OBJECTS = - -external/curl/docs/examples/ftpuploadfrommem: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o -external/curl/docs/examples/ftpuploadfrommem: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make -external/curl/docs/examples/ftpuploadfrommem: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/compiler_depend.ts -external/curl/docs/examples/ftpuploadfrommem: external/curl/lib/libcurl.a -external/curl/docs/examples/ftpuploadfrommem: /usr/lib/libz.so -external/curl/docs/examples/ftpuploadfrommem: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ftpuploadfrommem" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-ftpuploadfrommem.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build: external/curl/docs/examples/ftpuploadfrommem -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-ftpuploadfrommem.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/cmake_clean.cmake deleted file mode 100644 index a0224f0a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-ftpuploadfrommem.dir/link.d" - "CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o" - "CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o.d" - "ftpuploadfrommem" - "ftpuploadfrommem.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-ftpuploadfrommem.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/compiler_depend.make deleted file mode 100644 index e73dc2df..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-ftpuploadfrommem. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/compiler_depend.ts deleted file mode 100644 index e7d7a578..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-ftpuploadfrommem. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/depend.make deleted file mode 100644 index 4c7f9790..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-ftpuploadfrommem. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/link.txt deleted file mode 100644 index 05700b43..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-ftpuploadfrommem.dir/link.d "CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o" -o ftpuploadfrommem ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/DependInfo.cmake deleted file mode 100644 index 52315752..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/ftpuploadresume.c" "external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o.d" - "" "external/curl/docs/examples/ftpuploadresume" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make deleted file mode 100644 index c40d6f25..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpuploadresume.c -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o -MF CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o.d -o CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpuploadresume.c - -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpuploadresume.c > CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/ftpuploadresume.c -o CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.s - -# Object files for target curl-example-ftpuploadresume -curl__example__ftpuploadresume_OBJECTS = \ -"CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o" - -# External object files for target curl-example-ftpuploadresume -curl__example__ftpuploadresume_EXTERNAL_OBJECTS = - -external/curl/docs/examples/ftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o -external/curl/docs/examples/ftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make -external/curl/docs/examples/ftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/compiler_depend.ts -external/curl/docs/examples/ftpuploadresume: external/curl/lib/libcurl.a -external/curl/docs/examples/ftpuploadresume: /usr/lib/libz.so -external/curl/docs/examples/ftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ftpuploadresume" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-ftpuploadresume.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build: external/curl/docs/examples/ftpuploadresume -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-ftpuploadresume.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/cmake_clean.cmake deleted file mode 100644 index f21a1a20..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-ftpuploadresume.dir/link.d" - "CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o" - "CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o.d" - "ftpuploadresume" - "ftpuploadresume.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-ftpuploadresume.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/compiler_depend.make deleted file mode 100644 index ac65b4b9..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-ftpuploadresume. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/compiler_depend.ts deleted file mode 100644 index 8668deb9..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-ftpuploadresume. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/depend.make deleted file mode 100644 index 003434ab..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-ftpuploadresume. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/link.txt deleted file mode 100644 index 54a8cecc..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-ftpuploadresume.dir/link.d "CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o" -o ftpuploadresume ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/progress.make deleted file mode 100644 index 6e0170c5..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = 36 -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/DependInfo.cmake deleted file mode 100644 index 4bf6bf14..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/getinfo.c" "external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.o.d" - "" "external/curl/docs/examples/getinfo" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make deleted file mode 100644 index 8abed7ff..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.o: external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/getinfo.c -external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.o: external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.o -MF CMakeFiles/curl-example-getinfo.dir/getinfo.c.o.d -o CMakeFiles/curl-example-getinfo.dir/getinfo.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/getinfo.c - -external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-getinfo.dir/getinfo.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/getinfo.c > CMakeFiles/curl-example-getinfo.dir/getinfo.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-getinfo.dir/getinfo.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/getinfo.c -o CMakeFiles/curl-example-getinfo.dir/getinfo.c.s - -# Object files for target curl-example-getinfo -curl__example__getinfo_OBJECTS = \ -"CMakeFiles/curl-example-getinfo.dir/getinfo.c.o" - -# External object files for target curl-example-getinfo -curl__example__getinfo_EXTERNAL_OBJECTS = - -external/curl/docs/examples/getinfo: external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.o -external/curl/docs/examples/getinfo: external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make -external/curl/docs/examples/getinfo: external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/compiler_depend.ts -external/curl/docs/examples/getinfo: external/curl/lib/libcurl.a -external/curl/docs/examples/getinfo: /usr/lib/libz.so -external/curl/docs/examples/getinfo: external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable getinfo" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-getinfo.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build: external/curl/docs/examples/getinfo -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-getinfo.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/cmake_clean.cmake deleted file mode 100644 index 4dd1e3c4..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-getinfo.dir/link.d" - "CMakeFiles/curl-example-getinfo.dir/getinfo.c.o" - "CMakeFiles/curl-example-getinfo.dir/getinfo.c.o.d" - "getinfo" - "getinfo.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-getinfo.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/compiler_depend.make deleted file mode 100644 index 343fc82e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-getinfo. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/compiler_depend.ts deleted file mode 100644 index 208e0e98..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-getinfo. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/depend.make deleted file mode 100644 index a3964c14..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-getinfo. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/link.txt deleted file mode 100644 index 64b60441..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-getinfo.dir/link.d "CMakeFiles/curl-example-getinfo.dir/getinfo.c.o" -o getinfo ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/DependInfo.cmake deleted file mode 100644 index 6c364e13..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/getinmemory.c" "external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o.d" - "" "external/curl/docs/examples/getinmemory" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make deleted file mode 100644 index 47017b5c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o: external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/getinmemory.c -external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o: external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o -MF CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o.d -o CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/getinmemory.c - -external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/getinmemory.c > CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/getinmemory.c -o CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.s - -# Object files for target curl-example-getinmemory -curl__example__getinmemory_OBJECTS = \ -"CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o" - -# External object files for target curl-example-getinmemory -curl__example__getinmemory_EXTERNAL_OBJECTS = - -external/curl/docs/examples/getinmemory: external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o -external/curl/docs/examples/getinmemory: external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make -external/curl/docs/examples/getinmemory: external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/compiler_depend.ts -external/curl/docs/examples/getinmemory: external/curl/lib/libcurl.a -external/curl/docs/examples/getinmemory: /usr/lib/libz.so -external/curl/docs/examples/getinmemory: external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable getinmemory" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-getinmemory.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build: external/curl/docs/examples/getinmemory -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-getinmemory.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/cmake_clean.cmake deleted file mode 100644 index ec5a7fcf..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-getinmemory.dir/link.d" - "CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o" - "CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o.d" - "getinmemory" - "getinmemory.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-getinmemory.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/compiler_depend.make deleted file mode 100644 index 5eeb1a2b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-getinmemory. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/compiler_depend.ts deleted file mode 100644 index 67461fae..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-getinmemory. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/depend.make deleted file mode 100644 index df340b19..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-getinmemory. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/link.txt deleted file mode 100644 index 2ffc7011..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-getinmemory.dir/link.d "CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o" -o getinmemory ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/DependInfo.cmake deleted file mode 100644 index cd2abc33..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/getredirect.c" "external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.o.d" - "" "external/curl/docs/examples/getredirect" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make deleted file mode 100644 index 13148cbc..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.o: external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/getredirect.c -external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.o: external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.o -MF CMakeFiles/curl-example-getredirect.dir/getredirect.c.o.d -o CMakeFiles/curl-example-getredirect.dir/getredirect.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/getredirect.c - -external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-getredirect.dir/getredirect.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/getredirect.c > CMakeFiles/curl-example-getredirect.dir/getredirect.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-getredirect.dir/getredirect.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/getredirect.c -o CMakeFiles/curl-example-getredirect.dir/getredirect.c.s - -# Object files for target curl-example-getredirect -curl__example__getredirect_OBJECTS = \ -"CMakeFiles/curl-example-getredirect.dir/getredirect.c.o" - -# External object files for target curl-example-getredirect -curl__example__getredirect_EXTERNAL_OBJECTS = - -external/curl/docs/examples/getredirect: external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.o -external/curl/docs/examples/getredirect: external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make -external/curl/docs/examples/getredirect: external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/compiler_depend.ts -external/curl/docs/examples/getredirect: external/curl/lib/libcurl.a -external/curl/docs/examples/getredirect: /usr/lib/libz.so -external/curl/docs/examples/getredirect: external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable getredirect" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-getredirect.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build: external/curl/docs/examples/getredirect -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-getredirect.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/cmake_clean.cmake deleted file mode 100644 index 627e9e33..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-getredirect.dir/link.d" - "CMakeFiles/curl-example-getredirect.dir/getredirect.c.o" - "CMakeFiles/curl-example-getredirect.dir/getredirect.c.o.d" - "getredirect" - "getredirect.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-getredirect.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/compiler_depend.make deleted file mode 100644 index 3312af99..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-getredirect. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/compiler_depend.ts deleted file mode 100644 index f82a7229..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-getredirect. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/depend.make deleted file mode 100644 index 82789fef..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-getredirect. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/link.txt deleted file mode 100644 index 2743d119..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-getredirect.dir/link.d "CMakeFiles/curl-example-getredirect.dir/getredirect.c.o" -o getredirect ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/DependInfo.cmake deleted file mode 100644 index c40c8d98..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/getreferrer.c" "external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o.d" - "" "external/curl/docs/examples/getreferrer" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make deleted file mode 100644 index 246a4c4b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o: external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/getreferrer.c -external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o: external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o -MF CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o.d -o CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/getreferrer.c - -external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/getreferrer.c > CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/getreferrer.c -o CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.s - -# Object files for target curl-example-getreferrer -curl__example__getreferrer_OBJECTS = \ -"CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o" - -# External object files for target curl-example-getreferrer -curl__example__getreferrer_EXTERNAL_OBJECTS = - -external/curl/docs/examples/getreferrer: external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o -external/curl/docs/examples/getreferrer: external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make -external/curl/docs/examples/getreferrer: external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/compiler_depend.ts -external/curl/docs/examples/getreferrer: external/curl/lib/libcurl.a -external/curl/docs/examples/getreferrer: /usr/lib/libz.so -external/curl/docs/examples/getreferrer: external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable getreferrer" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-getreferrer.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build: external/curl/docs/examples/getreferrer -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-getreferrer.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/cmake_clean.cmake deleted file mode 100644 index 96687dc2..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-getreferrer.dir/link.d" - "CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o" - "CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o.d" - "getreferrer" - "getreferrer.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-getreferrer.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/compiler_depend.make deleted file mode 100644 index 2d28a397..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-getreferrer. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/compiler_depend.ts deleted file mode 100644 index 90b223d4..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-getreferrer. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/depend.make deleted file mode 100644 index 21fc66e7..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-getreferrer. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/link.txt deleted file mode 100644 index 2c478011..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-getreferrer.dir/link.d "CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o" -o getreferrer ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/DependInfo.cmake deleted file mode 100644 index 031eff6e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/headerapi.c" "external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.o.d" - "" "external/curl/docs/examples/headerapi" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make deleted file mode 100644 index 2e09aaf8..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.o: external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/headerapi.c -external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.o: external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.o -MF CMakeFiles/curl-example-headerapi.dir/headerapi.c.o.d -o CMakeFiles/curl-example-headerapi.dir/headerapi.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/headerapi.c - -external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-headerapi.dir/headerapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/headerapi.c > CMakeFiles/curl-example-headerapi.dir/headerapi.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-headerapi.dir/headerapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/headerapi.c -o CMakeFiles/curl-example-headerapi.dir/headerapi.c.s - -# Object files for target curl-example-headerapi -curl__example__headerapi_OBJECTS = \ -"CMakeFiles/curl-example-headerapi.dir/headerapi.c.o" - -# External object files for target curl-example-headerapi -curl__example__headerapi_EXTERNAL_OBJECTS = - -external/curl/docs/examples/headerapi: external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.o -external/curl/docs/examples/headerapi: external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make -external/curl/docs/examples/headerapi: external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/compiler_depend.ts -external/curl/docs/examples/headerapi: external/curl/lib/libcurl.a -external/curl/docs/examples/headerapi: /usr/lib/libz.so -external/curl/docs/examples/headerapi: external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable headerapi" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-headerapi.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build: external/curl/docs/examples/headerapi -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-headerapi.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/cmake_clean.cmake deleted file mode 100644 index bbc766df..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-headerapi.dir/link.d" - "CMakeFiles/curl-example-headerapi.dir/headerapi.c.o" - "CMakeFiles/curl-example-headerapi.dir/headerapi.c.o.d" - "headerapi" - "headerapi.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-headerapi.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/compiler_depend.make deleted file mode 100644 index ad93240b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-headerapi. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/compiler_depend.ts deleted file mode 100644 index 7d8372a4..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-headerapi. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/depend.make deleted file mode 100644 index 7199ef16..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-headerapi. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/link.txt deleted file mode 100644 index b3a59b69..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-headerapi.dir/link.d "CMakeFiles/curl-example-headerapi.dir/headerapi.c.o" -o headerapi ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/DependInfo.cmake deleted file mode 100644 index 9a187970..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/hsts-preload.c" "external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o.d" - "" "external/curl/docs/examples/hsts-preload" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make deleted file mode 100644 index 2b46aa99..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o: external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/hsts-preload.c -external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o: external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o -MF CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o.d -o CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/hsts-preload.c - -external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/hsts-preload.c > CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/hsts-preload.c -o CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.s - -# Object files for target curl-example-hsts-preload -curl__example__hsts__preload_OBJECTS = \ -"CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o" - -# External object files for target curl-example-hsts-preload -curl__example__hsts__preload_EXTERNAL_OBJECTS = - -external/curl/docs/examples/hsts-preload: external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o -external/curl/docs/examples/hsts-preload: external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make -external/curl/docs/examples/hsts-preload: external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/compiler_depend.ts -external/curl/docs/examples/hsts-preload: external/curl/lib/libcurl.a -external/curl/docs/examples/hsts-preload: /usr/lib/libz.so -external/curl/docs/examples/hsts-preload: external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable hsts-preload" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-hsts-preload.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build: external/curl/docs/examples/hsts-preload -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-hsts-preload.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/cmake_clean.cmake deleted file mode 100644 index dff8cd47..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-hsts-preload.dir/link.d" - "CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o" - "CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o.d" - "hsts-preload" - "hsts-preload.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-hsts-preload.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/compiler_depend.make deleted file mode 100644 index ad99df74..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-hsts-preload. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/compiler_depend.ts deleted file mode 100644 index 8197671c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-hsts-preload. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/depend.make deleted file mode 100644 index 2b2904a9..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-hsts-preload. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/link.txt deleted file mode 100644 index 2d1e12d3..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-hsts-preload.dir/link.d "CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o" -o hsts-preload ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/DependInfo.cmake deleted file mode 100644 index ccb5da4c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/http-options.c" "external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.o.d" - "" "external/curl/docs/examples/http-options" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make deleted file mode 100644 index 82dac085..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/http-options.c -external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.o -MF CMakeFiles/curl-example-http-options.dir/http-options.c.o.d -o CMakeFiles/curl-example-http-options.dir/http-options.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/http-options.c - -external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-http-options.dir/http-options.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/http-options.c > CMakeFiles/curl-example-http-options.dir/http-options.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-http-options.dir/http-options.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/http-options.c -o CMakeFiles/curl-example-http-options.dir/http-options.c.s - -# Object files for target curl-example-http-options -curl__example__http__options_OBJECTS = \ -"CMakeFiles/curl-example-http-options.dir/http-options.c.o" - -# External object files for target curl-example-http-options -curl__example__http__options_EXTERNAL_OBJECTS = - -external/curl/docs/examples/http-options: external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.o -external/curl/docs/examples/http-options: external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make -external/curl/docs/examples/http-options: external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/compiler_depend.ts -external/curl/docs/examples/http-options: external/curl/lib/libcurl.a -external/curl/docs/examples/http-options: /usr/lib/libz.so -external/curl/docs/examples/http-options: external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable http-options" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-http-options.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build: external/curl/docs/examples/http-options -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-http-options.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/cmake_clean.cmake deleted file mode 100644 index 8423e22f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-http-options.dir/link.d" - "CMakeFiles/curl-example-http-options.dir/http-options.c.o" - "CMakeFiles/curl-example-http-options.dir/http-options.c.o.d" - "http-options" - "http-options.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-http-options.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/compiler_depend.make deleted file mode 100644 index ca572652..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-http-options. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/compiler_depend.ts deleted file mode 100644 index 3d7ec76d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-http-options. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/depend.make deleted file mode 100644 index 8e2e4a28..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-http-options. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/link.txt deleted file mode 100644 index 6b196865..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-http-options.dir/link.d "CMakeFiles/curl-example-http-options.dir/http-options.c.o" -o http-options ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/DependInfo.cmake deleted file mode 100644 index e486cf6b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/http-post.c" "external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.o.d" - "" "external/curl/docs/examples/http-post" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make deleted file mode 100644 index 7ccaa7fd..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/http-post.c -external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.o -MF CMakeFiles/curl-example-http-post.dir/http-post.c.o.d -o CMakeFiles/curl-example-http-post.dir/http-post.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/http-post.c - -external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-http-post.dir/http-post.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/http-post.c > CMakeFiles/curl-example-http-post.dir/http-post.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-http-post.dir/http-post.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/http-post.c -o CMakeFiles/curl-example-http-post.dir/http-post.c.s - -# Object files for target curl-example-http-post -curl__example__http__post_OBJECTS = \ -"CMakeFiles/curl-example-http-post.dir/http-post.c.o" - -# External object files for target curl-example-http-post -curl__example__http__post_EXTERNAL_OBJECTS = - -external/curl/docs/examples/http-post: external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.o -external/curl/docs/examples/http-post: external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make -external/curl/docs/examples/http-post: external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/compiler_depend.ts -external/curl/docs/examples/http-post: external/curl/lib/libcurl.a -external/curl/docs/examples/http-post: /usr/lib/libz.so -external/curl/docs/examples/http-post: external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable http-post" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-http-post.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build: external/curl/docs/examples/http-post -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-http-post.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/cmake_clean.cmake deleted file mode 100644 index 68e94791..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-http-post.dir/link.d" - "CMakeFiles/curl-example-http-post.dir/http-post.c.o" - "CMakeFiles/curl-example-http-post.dir/http-post.c.o.d" - "http-post" - "http-post.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-http-post.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/compiler_depend.make deleted file mode 100644 index 39af78de..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-http-post. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/compiler_depend.ts deleted file mode 100644 index d54bab83..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-http-post. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/depend.make deleted file mode 100644 index 38744330..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-http-post. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/link.txt deleted file mode 100644 index 2f14638a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-http-post.dir/link.d "CMakeFiles/curl-example-http-post.dir/http-post.c.o" -o http-post ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/DependInfo.cmake deleted file mode 100644 index ba69798c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/http2-download.c" "external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.o.d" - "" "external/curl/docs/examples/http2-download" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make deleted file mode 100644 index c32d0b3b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-download.c -external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.o -MF CMakeFiles/curl-example-http2-download.dir/http2-download.c.o.d -o CMakeFiles/curl-example-http2-download.dir/http2-download.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-download.c - -external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-http2-download.dir/http2-download.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-download.c > CMakeFiles/curl-example-http2-download.dir/http2-download.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-http2-download.dir/http2-download.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-download.c -o CMakeFiles/curl-example-http2-download.dir/http2-download.c.s - -# Object files for target curl-example-http2-download -curl__example__http2__download_OBJECTS = \ -"CMakeFiles/curl-example-http2-download.dir/http2-download.c.o" - -# External object files for target curl-example-http2-download -curl__example__http2__download_EXTERNAL_OBJECTS = - -external/curl/docs/examples/http2-download: external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.o -external/curl/docs/examples/http2-download: external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make -external/curl/docs/examples/http2-download: external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/compiler_depend.ts -external/curl/docs/examples/http2-download: external/curl/lib/libcurl.a -external/curl/docs/examples/http2-download: /usr/lib/libz.so -external/curl/docs/examples/http2-download: external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable http2-download" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-http2-download.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build: external/curl/docs/examples/http2-download -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-http2-download.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/cmake_clean.cmake deleted file mode 100644 index 38cf020b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-http2-download.dir/link.d" - "CMakeFiles/curl-example-http2-download.dir/http2-download.c.o" - "CMakeFiles/curl-example-http2-download.dir/http2-download.c.o.d" - "http2-download" - "http2-download.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-http2-download.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/compiler_depend.make deleted file mode 100644 index f1471ef6..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-http2-download. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/compiler_depend.ts deleted file mode 100644 index 14067f1e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-http2-download. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/depend.make deleted file mode 100644 index 55cc7a33..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-http2-download. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/link.txt deleted file mode 100644 index 4cda0e5c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-http2-download.dir/link.d "CMakeFiles/curl-example-http2-download.dir/http2-download.c.o" -o http2-download ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/DependInfo.cmake deleted file mode 100644 index b40b1591..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/http2-pushinmemory.c" "external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o.d" - "" "external/curl/docs/examples/http2-pushinmemory" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make deleted file mode 100644 index f63bb42a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-pushinmemory.c -external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o -MF CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o.d -o CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-pushinmemory.c - -external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-pushinmemory.c > CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-pushinmemory.c -o CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.s - -# Object files for target curl-example-http2-pushinmemory -curl__example__http2__pushinmemory_OBJECTS = \ -"CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o" - -# External object files for target curl-example-http2-pushinmemory -curl__example__http2__pushinmemory_EXTERNAL_OBJECTS = - -external/curl/docs/examples/http2-pushinmemory: external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o -external/curl/docs/examples/http2-pushinmemory: external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make -external/curl/docs/examples/http2-pushinmemory: external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/compiler_depend.ts -external/curl/docs/examples/http2-pushinmemory: external/curl/lib/libcurl.a -external/curl/docs/examples/http2-pushinmemory: /usr/lib/libz.so -external/curl/docs/examples/http2-pushinmemory: external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable http2-pushinmemory" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-http2-pushinmemory.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build: external/curl/docs/examples/http2-pushinmemory -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-http2-pushinmemory.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/cmake_clean.cmake deleted file mode 100644 index 68efa2e4..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-http2-pushinmemory.dir/link.d" - "CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o" - "CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o.d" - "http2-pushinmemory" - "http2-pushinmemory.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-http2-pushinmemory.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/compiler_depend.make deleted file mode 100644 index f85bc1e8..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-http2-pushinmemory. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/compiler_depend.ts deleted file mode 100644 index 9b4124fc..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-http2-pushinmemory. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/depend.make deleted file mode 100644 index d0d690d8..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-http2-pushinmemory. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/link.txt deleted file mode 100644 index 8d13208e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-http2-pushinmemory.dir/link.d "CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o" -o http2-pushinmemory ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/DependInfo.cmake deleted file mode 100644 index c9411b76..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/http2-serverpush.c" "external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o.d" - "" "external/curl/docs/examples/http2-serverpush" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make deleted file mode 100644 index 18ba23a7..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-serverpush.c -external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o -MF CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o.d -o CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-serverpush.c - -external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-serverpush.c > CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-serverpush.c -o CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.s - -# Object files for target curl-example-http2-serverpush -curl__example__http2__serverpush_OBJECTS = \ -"CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o" - -# External object files for target curl-example-http2-serverpush -curl__example__http2__serverpush_EXTERNAL_OBJECTS = - -external/curl/docs/examples/http2-serverpush: external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o -external/curl/docs/examples/http2-serverpush: external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make -external/curl/docs/examples/http2-serverpush: external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/compiler_depend.ts -external/curl/docs/examples/http2-serverpush: external/curl/lib/libcurl.a -external/curl/docs/examples/http2-serverpush: /usr/lib/libz.so -external/curl/docs/examples/http2-serverpush: external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable http2-serverpush" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-http2-serverpush.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build: external/curl/docs/examples/http2-serverpush -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-http2-serverpush.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/cmake_clean.cmake deleted file mode 100644 index 2fc751b6..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-http2-serverpush.dir/link.d" - "CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o" - "CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o.d" - "http2-serverpush" - "http2-serverpush.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-http2-serverpush.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/compiler_depend.make deleted file mode 100644 index 6d94ed2e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-http2-serverpush. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/compiler_depend.ts deleted file mode 100644 index c4132188..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-http2-serverpush. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/depend.make deleted file mode 100644 index 645dff66..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-http2-serverpush. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/link.txt deleted file mode 100644 index 8ab00ea0..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-http2-serverpush.dir/link.d "CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o" -o http2-serverpush ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/DependInfo.cmake deleted file mode 100644 index 00a4cac4..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/http2-upload.c" "external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o.d" - "" "external/curl/docs/examples/http2-upload" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make deleted file mode 100644 index aafdeec8..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-upload.c -external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o -MF CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o.d -o CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-upload.c - -external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-upload.c > CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/http2-upload.c -o CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.s - -# Object files for target curl-example-http2-upload -curl__example__http2__upload_OBJECTS = \ -"CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o" - -# External object files for target curl-example-http2-upload -curl__example__http2__upload_EXTERNAL_OBJECTS = - -external/curl/docs/examples/http2-upload: external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o -external/curl/docs/examples/http2-upload: external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make -external/curl/docs/examples/http2-upload: external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/compiler_depend.ts -external/curl/docs/examples/http2-upload: external/curl/lib/libcurl.a -external/curl/docs/examples/http2-upload: /usr/lib/libz.so -external/curl/docs/examples/http2-upload: external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable http2-upload" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-http2-upload.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build: external/curl/docs/examples/http2-upload -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-http2-upload.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/cmake_clean.cmake deleted file mode 100644 index d121cb58..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-http2-upload.dir/link.d" - "CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o" - "CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o.d" - "http2-upload" - "http2-upload.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-http2-upload.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/compiler_depend.make deleted file mode 100644 index 4c094aa0..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-http2-upload. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/compiler_depend.ts deleted file mode 100644 index d4b994f0..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-http2-upload. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/depend.make deleted file mode 100644 index 8cecf7c1..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-http2-upload. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/link.txt deleted file mode 100644 index d3777019..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-http2-upload.dir/link.d "CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o" -o http2-upload ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/DependInfo.cmake deleted file mode 100644 index a4d6fe56..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/http3-present.c" "external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.o.d" - "" "external/curl/docs/examples/http3-present" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make deleted file mode 100644 index 74538358..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/http3-present.c -external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.o -MF CMakeFiles/curl-example-http3-present.dir/http3-present.c.o.d -o CMakeFiles/curl-example-http3-present.dir/http3-present.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/http3-present.c - -external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-http3-present.dir/http3-present.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/http3-present.c > CMakeFiles/curl-example-http3-present.dir/http3-present.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-http3-present.dir/http3-present.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/http3-present.c -o CMakeFiles/curl-example-http3-present.dir/http3-present.c.s - -# Object files for target curl-example-http3-present -curl__example__http3__present_OBJECTS = \ -"CMakeFiles/curl-example-http3-present.dir/http3-present.c.o" - -# External object files for target curl-example-http3-present -curl__example__http3__present_EXTERNAL_OBJECTS = - -external/curl/docs/examples/http3-present: external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.o -external/curl/docs/examples/http3-present: external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make -external/curl/docs/examples/http3-present: external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/compiler_depend.ts -external/curl/docs/examples/http3-present: external/curl/lib/libcurl.a -external/curl/docs/examples/http3-present: /usr/lib/libz.so -external/curl/docs/examples/http3-present: external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable http3-present" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-http3-present.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build: external/curl/docs/examples/http3-present -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-http3-present.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/cmake_clean.cmake deleted file mode 100644 index 9748d491..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-http3-present.dir/link.d" - "CMakeFiles/curl-example-http3-present.dir/http3-present.c.o" - "CMakeFiles/curl-example-http3-present.dir/http3-present.c.o.d" - "http3-present" - "http3-present.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-http3-present.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/compiler_depend.make deleted file mode 100644 index 9f82b21d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-http3-present. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/compiler_depend.ts deleted file mode 100644 index 36694608..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-http3-present. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/depend.make deleted file mode 100644 index 28ce25ee..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-http3-present. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/link.txt deleted file mode 100644 index e6dfef35..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-http3-present.dir/link.d "CMakeFiles/curl-example-http3-present.dir/http3-present.c.o" -o http3-present ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/progress.make deleted file mode 100644 index 26e5b21c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = 37 -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/DependInfo.cmake deleted file mode 100644 index 22558bfa..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/http3.c" "external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.o.d" - "" "external/curl/docs/examples/http3" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make deleted file mode 100644 index d3892b21..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/http3.c -external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.o: external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.o -MF CMakeFiles/curl-example-http3.dir/http3.c.o.d -o CMakeFiles/curl-example-http3.dir/http3.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/http3.c - -external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-http3.dir/http3.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/http3.c > CMakeFiles/curl-example-http3.dir/http3.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-http3.dir/http3.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/http3.c -o CMakeFiles/curl-example-http3.dir/http3.c.s - -# Object files for target curl-example-http3 -curl__example__http3_OBJECTS = \ -"CMakeFiles/curl-example-http3.dir/http3.c.o" - -# External object files for target curl-example-http3 -curl__example__http3_EXTERNAL_OBJECTS = - -external/curl/docs/examples/http3: external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.o -external/curl/docs/examples/http3: external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make -external/curl/docs/examples/http3: external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/compiler_depend.ts -external/curl/docs/examples/http3: external/curl/lib/libcurl.a -external/curl/docs/examples/http3: /usr/lib/libz.so -external/curl/docs/examples/http3: external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable http3" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-http3.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build: external/curl/docs/examples/http3 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-http3.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/cmake_clean.cmake deleted file mode 100644 index 4b59bb4e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-http3.dir/link.d" - "CMakeFiles/curl-example-http3.dir/http3.c.o" - "CMakeFiles/curl-example-http3.dir/http3.c.o.d" - "http3" - "http3.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-http3.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/compiler_depend.make deleted file mode 100644 index 1c2aacd0..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-http3. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/compiler_depend.ts deleted file mode 100644 index 9b4a2373..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-http3. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/depend.make deleted file mode 100644 index 673bf793..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-http3. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/link.txt deleted file mode 100644 index b37ea6fc..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-http3.dir/link.d "CMakeFiles/curl-example-http3.dir/http3.c.o" -o http3 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/DependInfo.cmake deleted file mode 100644 index f5bdf53e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/httpcustomheader.c" "external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o.d" - "" "external/curl/docs/examples/httpcustomheader" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make deleted file mode 100644 index e4af38c3..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o: external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/httpcustomheader.c -external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o: external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o -MF CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o.d -o CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/httpcustomheader.c - -external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/httpcustomheader.c > CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/httpcustomheader.c -o CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.s - -# Object files for target curl-example-httpcustomheader -curl__example__httpcustomheader_OBJECTS = \ -"CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o" - -# External object files for target curl-example-httpcustomheader -curl__example__httpcustomheader_EXTERNAL_OBJECTS = - -external/curl/docs/examples/httpcustomheader: external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o -external/curl/docs/examples/httpcustomheader: external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make -external/curl/docs/examples/httpcustomheader: external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/compiler_depend.ts -external/curl/docs/examples/httpcustomheader: external/curl/lib/libcurl.a -external/curl/docs/examples/httpcustomheader: /usr/lib/libz.so -external/curl/docs/examples/httpcustomheader: external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable httpcustomheader" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-httpcustomheader.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build: external/curl/docs/examples/httpcustomheader -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-httpcustomheader.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/cmake_clean.cmake deleted file mode 100644 index 9c91010f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-httpcustomheader.dir/link.d" - "CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o" - "CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o.d" - "httpcustomheader" - "httpcustomheader.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-httpcustomheader.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/compiler_depend.make deleted file mode 100644 index 95fc3c9d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-httpcustomheader. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/compiler_depend.ts deleted file mode 100644 index 6c44b1be..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-httpcustomheader. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/depend.make deleted file mode 100644 index e4d52601..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-httpcustomheader. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/link.txt deleted file mode 100644 index 2e76dc6a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-httpcustomheader.dir/link.d "CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o" -o httpcustomheader ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/DependInfo.cmake deleted file mode 100644 index 31fe14cf..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/httpput-postfields.c" "external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o.d" - "" "external/curl/docs/examples/httpput-postfields" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make deleted file mode 100644 index c11b2413..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o: external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/httpput-postfields.c -external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o: external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o -MF CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o.d -o CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/httpput-postfields.c - -external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/httpput-postfields.c > CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/httpput-postfields.c -o CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.s - -# Object files for target curl-example-httpput-postfields -curl__example__httpput__postfields_OBJECTS = \ -"CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o" - -# External object files for target curl-example-httpput-postfields -curl__example__httpput__postfields_EXTERNAL_OBJECTS = - -external/curl/docs/examples/httpput-postfields: external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o -external/curl/docs/examples/httpput-postfields: external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make -external/curl/docs/examples/httpput-postfields: external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/compiler_depend.ts -external/curl/docs/examples/httpput-postfields: external/curl/lib/libcurl.a -external/curl/docs/examples/httpput-postfields: /usr/lib/libz.so -external/curl/docs/examples/httpput-postfields: external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable httpput-postfields" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-httpput-postfields.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build: external/curl/docs/examples/httpput-postfields -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-httpput-postfields.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/cmake_clean.cmake deleted file mode 100644 index 80615c8b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-httpput-postfields.dir/link.d" - "CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o" - "CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o.d" - "httpput-postfields" - "httpput-postfields.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-httpput-postfields.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/compiler_depend.make deleted file mode 100644 index 9ac88164..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-httpput-postfields. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/compiler_depend.ts deleted file mode 100644 index 80b3b58a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-httpput-postfields. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/depend.make deleted file mode 100644 index 2cdc307d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-httpput-postfields. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/link.txt deleted file mode 100644 index f894eb3f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-httpput-postfields.dir/link.d "CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o" -o httpput-postfields ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/DependInfo.cmake deleted file mode 100644 index 3d173377..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/httpput.c" "external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.o.d" - "" "external/curl/docs/examples/httpput" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make deleted file mode 100644 index 3de659c8..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.o: external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/httpput.c -external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.o: external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.o -MF CMakeFiles/curl-example-httpput.dir/httpput.c.o.d -o CMakeFiles/curl-example-httpput.dir/httpput.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/httpput.c - -external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-httpput.dir/httpput.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/httpput.c > CMakeFiles/curl-example-httpput.dir/httpput.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-httpput.dir/httpput.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/httpput.c -o CMakeFiles/curl-example-httpput.dir/httpput.c.s - -# Object files for target curl-example-httpput -curl__example__httpput_OBJECTS = \ -"CMakeFiles/curl-example-httpput.dir/httpput.c.o" - -# External object files for target curl-example-httpput -curl__example__httpput_EXTERNAL_OBJECTS = - -external/curl/docs/examples/httpput: external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.o -external/curl/docs/examples/httpput: external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make -external/curl/docs/examples/httpput: external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/compiler_depend.ts -external/curl/docs/examples/httpput: external/curl/lib/libcurl.a -external/curl/docs/examples/httpput: /usr/lib/libz.so -external/curl/docs/examples/httpput: external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable httpput" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-httpput.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build: external/curl/docs/examples/httpput -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-httpput.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/cmake_clean.cmake deleted file mode 100644 index 7921ea92..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-httpput.dir/link.d" - "CMakeFiles/curl-example-httpput.dir/httpput.c.o" - "CMakeFiles/curl-example-httpput.dir/httpput.c.o.d" - "httpput" - "httpput.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-httpput.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/compiler_depend.make deleted file mode 100644 index 878897ae..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-httpput. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/compiler_depend.ts deleted file mode 100644 index 9f738f36..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-httpput. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/depend.make deleted file mode 100644 index 349b55f3..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-httpput. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/link.txt deleted file mode 100644 index a08fe5a1..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-httpput.dir/link.d "CMakeFiles/curl-example-httpput.dir/httpput.c.o" -o httpput ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/DependInfo.cmake deleted file mode 100644 index 985436a9..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/https.c" "external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.o.d" - "" "external/curl/docs/examples/https" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-https.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make deleted file mode 100644 index 6f3707f2..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-https.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-https.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-https.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-https.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-https.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-https.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.o: external/curl/docs/examples/CMakeFiles/curl-example-https.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/https.c -external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.o: external/curl/docs/examples/CMakeFiles/curl-example-https.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.o -MF CMakeFiles/curl-example-https.dir/https.c.o.d -o CMakeFiles/curl-example-https.dir/https.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/https.c - -external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-https.dir/https.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/https.c > CMakeFiles/curl-example-https.dir/https.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-https.dir/https.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/https.c -o CMakeFiles/curl-example-https.dir/https.c.s - -# Object files for target curl-example-https -curl__example__https_OBJECTS = \ -"CMakeFiles/curl-example-https.dir/https.c.o" - -# External object files for target curl-example-https -curl__example__https_EXTERNAL_OBJECTS = - -external/curl/docs/examples/https: external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.o -external/curl/docs/examples/https: external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make -external/curl/docs/examples/https: external/curl/docs/examples/CMakeFiles/curl-example-https.dir/compiler_depend.ts -external/curl/docs/examples/https: external/curl/lib/libcurl.a -external/curl/docs/examples/https: /usr/lib/libz.so -external/curl/docs/examples/https: external/curl/docs/examples/CMakeFiles/curl-example-https.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable https" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-https.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build: external/curl/docs/examples/https -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-https.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-https.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-https.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-https.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-https.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/cmake_clean.cmake deleted file mode 100644 index e2995548..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-https.dir/link.d" - "CMakeFiles/curl-example-https.dir/https.c.o" - "CMakeFiles/curl-example-https.dir/https.c.o.d" - "https" - "https.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-https.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/compiler_depend.make deleted file mode 100644 index e6b8bdfe..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-https. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/compiler_depend.ts deleted file mode 100644 index 4bda42e9..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-https. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/depend.make deleted file mode 100644 index 60aa1237..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-https. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/link.txt deleted file mode 100644 index 133b0182..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-https.dir/link.d "CMakeFiles/curl-example-https.dir/https.c.o" -o https ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-https.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/DependInfo.cmake deleted file mode 100644 index 4e5955a0..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-append.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.o.d" - "" "external/curl/docs/examples/imap-append" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make deleted file mode 100644 index c1bb06a4..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-append.c -external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.o -MF CMakeFiles/curl-example-imap-append.dir/imap-append.c.o.d -o CMakeFiles/curl-example-imap-append.dir/imap-append.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-append.c - -external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-append.dir/imap-append.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-append.c > CMakeFiles/curl-example-imap-append.dir/imap-append.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-append.dir/imap-append.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-append.c -o CMakeFiles/curl-example-imap-append.dir/imap-append.c.s - -# Object files for target curl-example-imap-append -curl__example__imap__append_OBJECTS = \ -"CMakeFiles/curl-example-imap-append.dir/imap-append.c.o" - -# External object files for target curl-example-imap-append -curl__example__imap__append_EXTERNAL_OBJECTS = - -external/curl/docs/examples/imap-append: external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.o -external/curl/docs/examples/imap-append: external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make -external/curl/docs/examples/imap-append: external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/compiler_depend.ts -external/curl/docs/examples/imap-append: external/curl/lib/libcurl.a -external/curl/docs/examples/imap-append: /usr/lib/libz.so -external/curl/docs/examples/imap-append: external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-append" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-append.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build: external/curl/docs/examples/imap-append -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-append.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/cmake_clean.cmake deleted file mode 100644 index 2b4cea54..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-imap-append.dir/link.d" - "CMakeFiles/curl-example-imap-append.dir/imap-append.c.o" - "CMakeFiles/curl-example-imap-append.dir/imap-append.c.o.d" - "imap-append" - "imap-append.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-imap-append.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/compiler_depend.make deleted file mode 100644 index 513de21f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-imap-append. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/compiler_depend.ts deleted file mode 100644 index faad483d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-imap-append. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/depend.make deleted file mode 100644 index b105dc46..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-imap-append. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/link.txt deleted file mode 100644 index cf4e886e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-append.dir/link.d "CMakeFiles/curl-example-imap-append.dir/imap-append.c.o" -o imap-append ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/DependInfo.cmake deleted file mode 100644 index ffcd6402..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-authzid.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o.d" - "" "external/curl/docs/examples/imap-authzid" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make deleted file mode 100644 index 177d959f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-authzid.c -external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o -MF CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o.d -o CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-authzid.c - -external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-authzid.c > CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-authzid.c -o CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.s - -# Object files for target curl-example-imap-authzid -curl__example__imap__authzid_OBJECTS = \ -"CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o" - -# External object files for target curl-example-imap-authzid -curl__example__imap__authzid_EXTERNAL_OBJECTS = - -external/curl/docs/examples/imap-authzid: external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o -external/curl/docs/examples/imap-authzid: external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make -external/curl/docs/examples/imap-authzid: external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/compiler_depend.ts -external/curl/docs/examples/imap-authzid: external/curl/lib/libcurl.a -external/curl/docs/examples/imap-authzid: /usr/lib/libz.so -external/curl/docs/examples/imap-authzid: external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-authzid" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-authzid.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build: external/curl/docs/examples/imap-authzid -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-authzid.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/cmake_clean.cmake deleted file mode 100644 index 3a0f1fea..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-imap-authzid.dir/link.d" - "CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o" - "CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o.d" - "imap-authzid" - "imap-authzid.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-imap-authzid.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/compiler_depend.make deleted file mode 100644 index 3dcba8fc..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-imap-authzid. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/compiler_depend.ts deleted file mode 100644 index 03da364f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-imap-authzid. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/depend.make deleted file mode 100644 index 5cf5806a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-imap-authzid. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/link.txt deleted file mode 100644 index 61da564e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-authzid.dir/link.d "CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o" -o imap-authzid ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/DependInfo.cmake deleted file mode 100644 index d02f4ca8..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-copy.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o.d" - "" "external/curl/docs/examples/imap-copy" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make deleted file mode 100644 index 7266255c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-copy.c -external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o -MF CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o.d -o CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-copy.c - -external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-copy.c > CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-copy.c -o CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.s - -# Object files for target curl-example-imap-copy -curl__example__imap__copy_OBJECTS = \ -"CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o" - -# External object files for target curl-example-imap-copy -curl__example__imap__copy_EXTERNAL_OBJECTS = - -external/curl/docs/examples/imap-copy: external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o -external/curl/docs/examples/imap-copy: external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make -external/curl/docs/examples/imap-copy: external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/compiler_depend.ts -external/curl/docs/examples/imap-copy: external/curl/lib/libcurl.a -external/curl/docs/examples/imap-copy: /usr/lib/libz.so -external/curl/docs/examples/imap-copy: external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-copy" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-copy.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build: external/curl/docs/examples/imap-copy -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-copy.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/cmake_clean.cmake deleted file mode 100644 index f920eb20..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-imap-copy.dir/link.d" - "CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o" - "CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o.d" - "imap-copy" - "imap-copy.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-imap-copy.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/compiler_depend.make deleted file mode 100644 index 947cfa37..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-imap-copy. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/compiler_depend.ts deleted file mode 100644 index 1d2b5d2f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-imap-copy. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/depend.make deleted file mode 100644 index f70ec0ca..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-imap-copy. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/link.txt deleted file mode 100644 index 0baa6df9..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-copy.dir/link.d "CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o" -o imap-copy ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/DependInfo.cmake deleted file mode 100644 index 4468fe97..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-create.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.o.d" - "" "external/curl/docs/examples/imap-create" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make deleted file mode 100644 index ea6d805d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-create.c -external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.o -MF CMakeFiles/curl-example-imap-create.dir/imap-create.c.o.d -o CMakeFiles/curl-example-imap-create.dir/imap-create.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-create.c - -external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-create.dir/imap-create.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-create.c > CMakeFiles/curl-example-imap-create.dir/imap-create.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-create.dir/imap-create.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-create.c -o CMakeFiles/curl-example-imap-create.dir/imap-create.c.s - -# Object files for target curl-example-imap-create -curl__example__imap__create_OBJECTS = \ -"CMakeFiles/curl-example-imap-create.dir/imap-create.c.o" - -# External object files for target curl-example-imap-create -curl__example__imap__create_EXTERNAL_OBJECTS = - -external/curl/docs/examples/imap-create: external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.o -external/curl/docs/examples/imap-create: external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make -external/curl/docs/examples/imap-create: external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/compiler_depend.ts -external/curl/docs/examples/imap-create: external/curl/lib/libcurl.a -external/curl/docs/examples/imap-create: /usr/lib/libz.so -external/curl/docs/examples/imap-create: external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-create" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-create.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build: external/curl/docs/examples/imap-create -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-create.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/cmake_clean.cmake deleted file mode 100644 index 8e7ee768..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-imap-create.dir/link.d" - "CMakeFiles/curl-example-imap-create.dir/imap-create.c.o" - "CMakeFiles/curl-example-imap-create.dir/imap-create.c.o.d" - "imap-create" - "imap-create.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-imap-create.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/compiler_depend.make deleted file mode 100644 index 152cb9b4..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-imap-create. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/compiler_depend.ts deleted file mode 100644 index b8ca0f83..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-imap-create. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/depend.make deleted file mode 100644 index 844c76f1..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-imap-create. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/link.txt deleted file mode 100644 index df986d72..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-create.dir/link.d "CMakeFiles/curl-example-imap-create.dir/imap-create.c.o" -o imap-create ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/DependInfo.cmake deleted file mode 100644 index c85513e7..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-delete.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o.d" - "" "external/curl/docs/examples/imap-delete" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make deleted file mode 100644 index ce4106a0..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-delete.c -external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o -MF CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o.d -o CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-delete.c - -external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-delete.c > CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-delete.c -o CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.s - -# Object files for target curl-example-imap-delete -curl__example__imap__delete_OBJECTS = \ -"CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o" - -# External object files for target curl-example-imap-delete -curl__example__imap__delete_EXTERNAL_OBJECTS = - -external/curl/docs/examples/imap-delete: external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o -external/curl/docs/examples/imap-delete: external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make -external/curl/docs/examples/imap-delete: external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/compiler_depend.ts -external/curl/docs/examples/imap-delete: external/curl/lib/libcurl.a -external/curl/docs/examples/imap-delete: /usr/lib/libz.so -external/curl/docs/examples/imap-delete: external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-delete" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-delete.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build: external/curl/docs/examples/imap-delete -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-delete.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/cmake_clean.cmake deleted file mode 100644 index b50514bd..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-imap-delete.dir/link.d" - "CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o" - "CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o.d" - "imap-delete" - "imap-delete.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-imap-delete.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/compiler_depend.make deleted file mode 100644 index 61b9080f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-imap-delete. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/compiler_depend.ts deleted file mode 100644 index 752f5c56..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-imap-delete. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/depend.make deleted file mode 100644 index 2ef808a2..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-imap-delete. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/link.txt deleted file mode 100644 index e388f08d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-delete.dir/link.d "CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o" -o imap-delete ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/DependInfo.cmake deleted file mode 100644 index 12a59e85..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-examine.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o.d" - "" "external/curl/docs/examples/imap-examine" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make deleted file mode 100644 index 1df8cbf7..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-examine.c -external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o -MF CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o.d -o CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-examine.c - -external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-examine.c > CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-examine.c -o CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.s - -# Object files for target curl-example-imap-examine -curl__example__imap__examine_OBJECTS = \ -"CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o" - -# External object files for target curl-example-imap-examine -curl__example__imap__examine_EXTERNAL_OBJECTS = - -external/curl/docs/examples/imap-examine: external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o -external/curl/docs/examples/imap-examine: external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make -external/curl/docs/examples/imap-examine: external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/compiler_depend.ts -external/curl/docs/examples/imap-examine: external/curl/lib/libcurl.a -external/curl/docs/examples/imap-examine: /usr/lib/libz.so -external/curl/docs/examples/imap-examine: external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-examine" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-examine.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build: external/curl/docs/examples/imap-examine -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-examine.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/cmake_clean.cmake deleted file mode 100644 index 7283aa23..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-imap-examine.dir/link.d" - "CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o" - "CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o.d" - "imap-examine" - "imap-examine.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-imap-examine.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/compiler_depend.make deleted file mode 100644 index 82ca6b9b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-imap-examine. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/compiler_depend.ts deleted file mode 100644 index e59644f1..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-imap-examine. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/depend.make deleted file mode 100644 index 7927252b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-imap-examine. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/link.txt deleted file mode 100644 index 03b06a8d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-examine.dir/link.d "CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o" -o imap-examine ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/DependInfo.cmake deleted file mode 100644 index e4be7661..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-fetch.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o.d" - "" "external/curl/docs/examples/imap-fetch" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make deleted file mode 100644 index 4c4fec8e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-fetch.c -external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o -MF CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o.d -o CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-fetch.c - -external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-fetch.c > CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-fetch.c -o CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.s - -# Object files for target curl-example-imap-fetch -curl__example__imap__fetch_OBJECTS = \ -"CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o" - -# External object files for target curl-example-imap-fetch -curl__example__imap__fetch_EXTERNAL_OBJECTS = - -external/curl/docs/examples/imap-fetch: external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o -external/curl/docs/examples/imap-fetch: external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make -external/curl/docs/examples/imap-fetch: external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/compiler_depend.ts -external/curl/docs/examples/imap-fetch: external/curl/lib/libcurl.a -external/curl/docs/examples/imap-fetch: /usr/lib/libz.so -external/curl/docs/examples/imap-fetch: external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-fetch" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-fetch.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build: external/curl/docs/examples/imap-fetch -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-fetch.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/cmake_clean.cmake deleted file mode 100644 index bc3bea7c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-imap-fetch.dir/link.d" - "CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o" - "CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o.d" - "imap-fetch" - "imap-fetch.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-imap-fetch.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/compiler_depend.make deleted file mode 100644 index 7e22d2d1..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-imap-fetch. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/compiler_depend.ts deleted file mode 100644 index b8a693d4..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-imap-fetch. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/depend.make deleted file mode 100644 index 3829ab2a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-imap-fetch. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/link.txt deleted file mode 100644 index e7f93449..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-fetch.dir/link.d "CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o" -o imap-fetch ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/DependInfo.cmake deleted file mode 100644 index a0b856ab..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-list.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.o.d" - "" "external/curl/docs/examples/imap-list" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make deleted file mode 100644 index 73a90894..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-list.c -external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.o -MF CMakeFiles/curl-example-imap-list.dir/imap-list.c.o.d -o CMakeFiles/curl-example-imap-list.dir/imap-list.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-list.c - -external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-list.dir/imap-list.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-list.c > CMakeFiles/curl-example-imap-list.dir/imap-list.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-list.dir/imap-list.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-list.c -o CMakeFiles/curl-example-imap-list.dir/imap-list.c.s - -# Object files for target curl-example-imap-list -curl__example__imap__list_OBJECTS = \ -"CMakeFiles/curl-example-imap-list.dir/imap-list.c.o" - -# External object files for target curl-example-imap-list -curl__example__imap__list_EXTERNAL_OBJECTS = - -external/curl/docs/examples/imap-list: external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.o -external/curl/docs/examples/imap-list: external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make -external/curl/docs/examples/imap-list: external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/compiler_depend.ts -external/curl/docs/examples/imap-list: external/curl/lib/libcurl.a -external/curl/docs/examples/imap-list: /usr/lib/libz.so -external/curl/docs/examples/imap-list: external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-list" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-list.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build: external/curl/docs/examples/imap-list -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-list.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/cmake_clean.cmake deleted file mode 100644 index bf682ec4..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-imap-list.dir/link.d" - "CMakeFiles/curl-example-imap-list.dir/imap-list.c.o" - "CMakeFiles/curl-example-imap-list.dir/imap-list.c.o.d" - "imap-list" - "imap-list.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-imap-list.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/compiler_depend.make deleted file mode 100644 index d6246542..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-imap-list. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/compiler_depend.ts deleted file mode 100644 index 75de40d8..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-imap-list. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/depend.make deleted file mode 100644 index d6fa9092..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-imap-list. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/link.txt deleted file mode 100644 index 42b5befd..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-list.dir/link.d "CMakeFiles/curl-example-imap-list.dir/imap-list.c.o" -o imap-list ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/DependInfo.cmake deleted file mode 100644 index 61c6764a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-lsub.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o.d" - "" "external/curl/docs/examples/imap-lsub" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make deleted file mode 100644 index 907f3660..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-lsub.c -external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o -MF CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o.d -o CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-lsub.c - -external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-lsub.c > CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-lsub.c -o CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.s - -# Object files for target curl-example-imap-lsub -curl__example__imap__lsub_OBJECTS = \ -"CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o" - -# External object files for target curl-example-imap-lsub -curl__example__imap__lsub_EXTERNAL_OBJECTS = - -external/curl/docs/examples/imap-lsub: external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o -external/curl/docs/examples/imap-lsub: external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make -external/curl/docs/examples/imap-lsub: external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/compiler_depend.ts -external/curl/docs/examples/imap-lsub: external/curl/lib/libcurl.a -external/curl/docs/examples/imap-lsub: /usr/lib/libz.so -external/curl/docs/examples/imap-lsub: external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-lsub" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-lsub.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build: external/curl/docs/examples/imap-lsub -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-lsub.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/cmake_clean.cmake deleted file mode 100644 index 73eba49c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-imap-lsub.dir/link.d" - "CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o" - "CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o.d" - "imap-lsub" - "imap-lsub.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-imap-lsub.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/compiler_depend.make deleted file mode 100644 index 462e2ddb..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-imap-lsub. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/compiler_depend.ts deleted file mode 100644 index 35d1dae0..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-imap-lsub. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/depend.make deleted file mode 100644 index 55927bb7..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-imap-lsub. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/link.txt deleted file mode 100644 index 2c7920d9..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-lsub.dir/link.d "CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o" -o imap-lsub ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/DependInfo.cmake deleted file mode 100644 index 096f0822..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-multi.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o.d" - "" "external/curl/docs/examples/imap-multi" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make deleted file mode 100644 index 0b465f6d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-multi.c -external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o -MF CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o.d -o CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-multi.c - -external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-multi.c > CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-multi.c -o CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.s - -# Object files for target curl-example-imap-multi -curl__example__imap__multi_OBJECTS = \ -"CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o" - -# External object files for target curl-example-imap-multi -curl__example__imap__multi_EXTERNAL_OBJECTS = - -external/curl/docs/examples/imap-multi: external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o -external/curl/docs/examples/imap-multi: external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make -external/curl/docs/examples/imap-multi: external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/compiler_depend.ts -external/curl/docs/examples/imap-multi: external/curl/lib/libcurl.a -external/curl/docs/examples/imap-multi: /usr/lib/libz.so -external/curl/docs/examples/imap-multi: external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-multi" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-multi.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build: external/curl/docs/examples/imap-multi -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-multi.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/cmake_clean.cmake deleted file mode 100644 index c88826e1..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-imap-multi.dir/link.d" - "CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o" - "CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o.d" - "imap-multi" - "imap-multi.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-imap-multi.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/compiler_depend.make deleted file mode 100644 index 7f06e34e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-imap-multi. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/compiler_depend.ts deleted file mode 100644 index a35cc32b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-imap-multi. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/depend.make deleted file mode 100644 index 1e99913b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-imap-multi. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/link.txt deleted file mode 100644 index b43788d5..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-multi.dir/link.d "CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o" -o imap-multi ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/progress.make deleted file mode 100644 index 6abee2c7..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = 38 - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/DependInfo.cmake deleted file mode 100644 index ad7604f4..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-noop.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o.d" - "" "external/curl/docs/examples/imap-noop" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make deleted file mode 100644 index 7b2cbea6..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-noop.c -external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o -MF CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o.d -o CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-noop.c - -external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-noop.c > CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-noop.c -o CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.s - -# Object files for target curl-example-imap-noop -curl__example__imap__noop_OBJECTS = \ -"CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o" - -# External object files for target curl-example-imap-noop -curl__example__imap__noop_EXTERNAL_OBJECTS = - -external/curl/docs/examples/imap-noop: external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o -external/curl/docs/examples/imap-noop: external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make -external/curl/docs/examples/imap-noop: external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/compiler_depend.ts -external/curl/docs/examples/imap-noop: external/curl/lib/libcurl.a -external/curl/docs/examples/imap-noop: /usr/lib/libz.so -external/curl/docs/examples/imap-noop: external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-noop" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-noop.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build: external/curl/docs/examples/imap-noop -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-noop.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/cmake_clean.cmake deleted file mode 100644 index 1ad50b93..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-imap-noop.dir/link.d" - "CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o" - "CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o.d" - "imap-noop" - "imap-noop.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-imap-noop.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/compiler_depend.make deleted file mode 100644 index 7d937c8d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-imap-noop. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/compiler_depend.ts deleted file mode 100644 index 910d420b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-imap-noop. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/depend.make deleted file mode 100644 index 899b8991..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-imap-noop. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/link.txt deleted file mode 100644 index 412fe8cb..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-noop.dir/link.d "CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o" -o imap-noop ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/DependInfo.cmake deleted file mode 100644 index 3efc6354..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-search.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.o.d" - "" "external/curl/docs/examples/imap-search" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make deleted file mode 100644 index 3418fc33..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-search.c -external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.o -MF CMakeFiles/curl-example-imap-search.dir/imap-search.c.o.d -o CMakeFiles/curl-example-imap-search.dir/imap-search.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-search.c - -external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-search.dir/imap-search.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-search.c > CMakeFiles/curl-example-imap-search.dir/imap-search.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-search.dir/imap-search.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-search.c -o CMakeFiles/curl-example-imap-search.dir/imap-search.c.s - -# Object files for target curl-example-imap-search -curl__example__imap__search_OBJECTS = \ -"CMakeFiles/curl-example-imap-search.dir/imap-search.c.o" - -# External object files for target curl-example-imap-search -curl__example__imap__search_EXTERNAL_OBJECTS = - -external/curl/docs/examples/imap-search: external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.o -external/curl/docs/examples/imap-search: external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make -external/curl/docs/examples/imap-search: external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/compiler_depend.ts -external/curl/docs/examples/imap-search: external/curl/lib/libcurl.a -external/curl/docs/examples/imap-search: /usr/lib/libz.so -external/curl/docs/examples/imap-search: external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-search" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-search.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build: external/curl/docs/examples/imap-search -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-search.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/cmake_clean.cmake deleted file mode 100644 index c4140f39..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-imap-search.dir/link.d" - "CMakeFiles/curl-example-imap-search.dir/imap-search.c.o" - "CMakeFiles/curl-example-imap-search.dir/imap-search.c.o.d" - "imap-search" - "imap-search.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-imap-search.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/compiler_depend.make deleted file mode 100644 index f6db18dd..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-imap-search. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/compiler_depend.ts deleted file mode 100644 index 8a5a6c68..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-imap-search. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/depend.make deleted file mode 100644 index 8da6b091..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-imap-search. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/link.txt deleted file mode 100644 index 3f1549d6..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-search.dir/link.d "CMakeFiles/curl-example-imap-search.dir/imap-search.c.o" -o imap-search ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/DependInfo.cmake deleted file mode 100644 index cda7e4fd..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-ssl.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o.d" - "" "external/curl/docs/examples/imap-ssl" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make deleted file mode 100644 index abe5a031..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-ssl.c -external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o -MF CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o.d -o CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-ssl.c - -external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-ssl.c > CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-ssl.c -o CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.s - -# Object files for target curl-example-imap-ssl -curl__example__imap__ssl_OBJECTS = \ -"CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o" - -# External object files for target curl-example-imap-ssl -curl__example__imap__ssl_EXTERNAL_OBJECTS = - -external/curl/docs/examples/imap-ssl: external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o -external/curl/docs/examples/imap-ssl: external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make -external/curl/docs/examples/imap-ssl: external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/compiler_depend.ts -external/curl/docs/examples/imap-ssl: external/curl/lib/libcurl.a -external/curl/docs/examples/imap-ssl: /usr/lib/libz.so -external/curl/docs/examples/imap-ssl: external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-ssl" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-ssl.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build: external/curl/docs/examples/imap-ssl -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-ssl.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/cmake_clean.cmake deleted file mode 100644 index 9d37654f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-imap-ssl.dir/link.d" - "CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o" - "CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o.d" - "imap-ssl" - "imap-ssl.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-imap-ssl.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/compiler_depend.make deleted file mode 100644 index d7d9435b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-imap-ssl. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/compiler_depend.ts deleted file mode 100644 index 5124c4ed..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-imap-ssl. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/depend.make deleted file mode 100644 index 831bdd35..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-imap-ssl. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/link.txt deleted file mode 100644 index 378aee42..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-ssl.dir/link.d "CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o" -o imap-ssl ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/DependInfo.cmake deleted file mode 100644 index d94f1a44..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-store.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.o.d" - "" "external/curl/docs/examples/imap-store" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make deleted file mode 100644 index fdb5e08d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-store.c -external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.o -MF CMakeFiles/curl-example-imap-store.dir/imap-store.c.o.d -o CMakeFiles/curl-example-imap-store.dir/imap-store.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-store.c - -external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-store.dir/imap-store.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-store.c > CMakeFiles/curl-example-imap-store.dir/imap-store.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-store.dir/imap-store.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-store.c -o CMakeFiles/curl-example-imap-store.dir/imap-store.c.s - -# Object files for target curl-example-imap-store -curl__example__imap__store_OBJECTS = \ -"CMakeFiles/curl-example-imap-store.dir/imap-store.c.o" - -# External object files for target curl-example-imap-store -curl__example__imap__store_EXTERNAL_OBJECTS = - -external/curl/docs/examples/imap-store: external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.o -external/curl/docs/examples/imap-store: external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make -external/curl/docs/examples/imap-store: external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/compiler_depend.ts -external/curl/docs/examples/imap-store: external/curl/lib/libcurl.a -external/curl/docs/examples/imap-store: /usr/lib/libz.so -external/curl/docs/examples/imap-store: external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-store" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-store.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build: external/curl/docs/examples/imap-store -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-store.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/cmake_clean.cmake deleted file mode 100644 index bdba7801..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-imap-store.dir/link.d" - "CMakeFiles/curl-example-imap-store.dir/imap-store.c.o" - "CMakeFiles/curl-example-imap-store.dir/imap-store.c.o.d" - "imap-store" - "imap-store.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-imap-store.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/compiler_depend.make deleted file mode 100644 index c889dd9b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-imap-store. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/compiler_depend.ts deleted file mode 100644 index 3ed54b43..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-imap-store. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/depend.make deleted file mode 100644 index 95ae8497..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-imap-store. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/link.txt deleted file mode 100644 index 67222e6d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-store.dir/link.d "CMakeFiles/curl-example-imap-store.dir/imap-store.c.o" -o imap-store ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/DependInfo.cmake deleted file mode 100644 index 7c9fb547..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/imap-tls.c" "external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o.d" - "" "external/curl/docs/examples/imap-tls" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make deleted file mode 100644 index 77865bff..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-tls.c -external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o: external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o -MF CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o.d -o CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-tls.c - -external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-tls.c > CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/imap-tls.c -o CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.s - -# Object files for target curl-example-imap-tls -curl__example__imap__tls_OBJECTS = \ -"CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o" - -# External object files for target curl-example-imap-tls -curl__example__imap__tls_EXTERNAL_OBJECTS = - -external/curl/docs/examples/imap-tls: external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o -external/curl/docs/examples/imap-tls: external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make -external/curl/docs/examples/imap-tls: external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/compiler_depend.ts -external/curl/docs/examples/imap-tls: external/curl/lib/libcurl.a -external/curl/docs/examples/imap-tls: /usr/lib/libz.so -external/curl/docs/examples/imap-tls: external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable imap-tls" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-imap-tls.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build: external/curl/docs/examples/imap-tls -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-imap-tls.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/cmake_clean.cmake deleted file mode 100644 index f94ed180..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-imap-tls.dir/link.d" - "CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o" - "CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o.d" - "imap-tls" - "imap-tls.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-imap-tls.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/compiler_depend.make deleted file mode 100644 index 121b3ca2..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-imap-tls. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/compiler_depend.ts deleted file mode 100644 index 7f365e9d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-imap-tls. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/depend.make deleted file mode 100644 index f1d3b963..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-imap-tls. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/link.txt deleted file mode 100644 index 11fa4813..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-imap-tls.dir/link.d "CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o" -o imap-tls ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/DependInfo.cmake deleted file mode 100644 index 16e1f47a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/interface.c" "external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.o.d" - "" "external/curl/docs/examples/interface" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make deleted file mode 100644 index eca2a646..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.o: external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/interface.c -external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.o: external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.o -MF CMakeFiles/curl-example-interface.dir/interface.c.o.d -o CMakeFiles/curl-example-interface.dir/interface.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/interface.c - -external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-interface.dir/interface.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/interface.c > CMakeFiles/curl-example-interface.dir/interface.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-interface.dir/interface.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/interface.c -o CMakeFiles/curl-example-interface.dir/interface.c.s - -# Object files for target curl-example-interface -curl__example__interface_OBJECTS = \ -"CMakeFiles/curl-example-interface.dir/interface.c.o" - -# External object files for target curl-example-interface -curl__example__interface_EXTERNAL_OBJECTS = - -external/curl/docs/examples/interface: external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.o -external/curl/docs/examples/interface: external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make -external/curl/docs/examples/interface: external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/compiler_depend.ts -external/curl/docs/examples/interface: external/curl/lib/libcurl.a -external/curl/docs/examples/interface: /usr/lib/libz.so -external/curl/docs/examples/interface: external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable interface" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-interface.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build: external/curl/docs/examples/interface -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-interface.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/cmake_clean.cmake deleted file mode 100644 index 6c4742c2..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-interface.dir/link.d" - "CMakeFiles/curl-example-interface.dir/interface.c.o" - "CMakeFiles/curl-example-interface.dir/interface.c.o.d" - "interface" - "interface.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-interface.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/compiler_depend.make deleted file mode 100644 index 0eb22316..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-interface. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/compiler_depend.ts deleted file mode 100644 index 42ae1d99..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-interface. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/depend.make deleted file mode 100644 index 0f8c2e51..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-interface. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/link.txt deleted file mode 100644 index 6aa839ff..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-interface.dir/link.d "CMakeFiles/curl-example-interface.dir/interface.c.o" -o interface ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/DependInfo.cmake deleted file mode 100644 index 80659975..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/ipv6.c" "external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.o.d" - "" "external/curl/docs/examples/ipv6" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make deleted file mode 100644 index b28e4128..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/ipv6.c -external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.o: external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.o -MF CMakeFiles/curl-example-ipv6.dir/ipv6.c.o.d -o CMakeFiles/curl-example-ipv6.dir/ipv6.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/ipv6.c - -external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-ipv6.dir/ipv6.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/ipv6.c > CMakeFiles/curl-example-ipv6.dir/ipv6.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-ipv6.dir/ipv6.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/ipv6.c -o CMakeFiles/curl-example-ipv6.dir/ipv6.c.s - -# Object files for target curl-example-ipv6 -curl__example__ipv6_OBJECTS = \ -"CMakeFiles/curl-example-ipv6.dir/ipv6.c.o" - -# External object files for target curl-example-ipv6 -curl__example__ipv6_EXTERNAL_OBJECTS = - -external/curl/docs/examples/ipv6: external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.o -external/curl/docs/examples/ipv6: external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make -external/curl/docs/examples/ipv6: external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/compiler_depend.ts -external/curl/docs/examples/ipv6: external/curl/lib/libcurl.a -external/curl/docs/examples/ipv6: /usr/lib/libz.so -external/curl/docs/examples/ipv6: external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ipv6" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-ipv6.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build: external/curl/docs/examples/ipv6 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-ipv6.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/cmake_clean.cmake deleted file mode 100644 index 60769136..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-ipv6.dir/link.d" - "CMakeFiles/curl-example-ipv6.dir/ipv6.c.o" - "CMakeFiles/curl-example-ipv6.dir/ipv6.c.o.d" - "ipv6" - "ipv6.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-ipv6.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/compiler_depend.make deleted file mode 100644 index e78dcf95..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-ipv6. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/compiler_depend.ts deleted file mode 100644 index 3de28da2..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-ipv6. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/depend.make deleted file mode 100644 index 149d5117..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-ipv6. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/link.txt deleted file mode 100644 index aa1c6edc..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-ipv6.dir/link.d "CMakeFiles/curl-example-ipv6.dir/ipv6.c.o" -o ipv6 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/DependInfo.cmake deleted file mode 100644 index 676df430..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/keepalive.c" "external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.o.d" - "" "external/curl/docs/examples/keepalive" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make deleted file mode 100644 index 5501f5c4..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.o: external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/keepalive.c -external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.o: external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.o -MF CMakeFiles/curl-example-keepalive.dir/keepalive.c.o.d -o CMakeFiles/curl-example-keepalive.dir/keepalive.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/keepalive.c - -external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-keepalive.dir/keepalive.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/keepalive.c > CMakeFiles/curl-example-keepalive.dir/keepalive.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-keepalive.dir/keepalive.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/keepalive.c -o CMakeFiles/curl-example-keepalive.dir/keepalive.c.s - -# Object files for target curl-example-keepalive -curl__example__keepalive_OBJECTS = \ -"CMakeFiles/curl-example-keepalive.dir/keepalive.c.o" - -# External object files for target curl-example-keepalive -curl__example__keepalive_EXTERNAL_OBJECTS = - -external/curl/docs/examples/keepalive: external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.o -external/curl/docs/examples/keepalive: external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make -external/curl/docs/examples/keepalive: external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/compiler_depend.ts -external/curl/docs/examples/keepalive: external/curl/lib/libcurl.a -external/curl/docs/examples/keepalive: /usr/lib/libz.so -external/curl/docs/examples/keepalive: external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable keepalive" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-keepalive.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build: external/curl/docs/examples/keepalive -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-keepalive.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/cmake_clean.cmake deleted file mode 100644 index bc7ba64a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-keepalive.dir/link.d" - "CMakeFiles/curl-example-keepalive.dir/keepalive.c.o" - "CMakeFiles/curl-example-keepalive.dir/keepalive.c.o.d" - "keepalive" - "keepalive.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-keepalive.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/compiler_depend.make deleted file mode 100644 index 05af626e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-keepalive. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/compiler_depend.ts deleted file mode 100644 index 1cd3275a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-keepalive. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/depend.make deleted file mode 100644 index 33902fa8..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-keepalive. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/link.txt deleted file mode 100644 index 216453ca..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-keepalive.dir/link.d "CMakeFiles/curl-example-keepalive.dir/keepalive.c.o" -o keepalive ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/DependInfo.cmake deleted file mode 100644 index 1719cf51..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/localport.c" "external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.o.d" - "" "external/curl/docs/examples/localport" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make deleted file mode 100644 index 67d622a6..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.o: external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/localport.c -external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.o: external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.o -MF CMakeFiles/curl-example-localport.dir/localport.c.o.d -o CMakeFiles/curl-example-localport.dir/localport.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/localport.c - -external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-localport.dir/localport.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/localport.c > CMakeFiles/curl-example-localport.dir/localport.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-localport.dir/localport.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/localport.c -o CMakeFiles/curl-example-localport.dir/localport.c.s - -# Object files for target curl-example-localport -curl__example__localport_OBJECTS = \ -"CMakeFiles/curl-example-localport.dir/localport.c.o" - -# External object files for target curl-example-localport -curl__example__localport_EXTERNAL_OBJECTS = - -external/curl/docs/examples/localport: external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.o -external/curl/docs/examples/localport: external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make -external/curl/docs/examples/localport: external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/compiler_depend.ts -external/curl/docs/examples/localport: external/curl/lib/libcurl.a -external/curl/docs/examples/localport: /usr/lib/libz.so -external/curl/docs/examples/localport: external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable localport" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-localport.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build: external/curl/docs/examples/localport -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-localport.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/cmake_clean.cmake deleted file mode 100644 index 780792bd..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-localport.dir/link.d" - "CMakeFiles/curl-example-localport.dir/localport.c.o" - "CMakeFiles/curl-example-localport.dir/localport.c.o.d" - "localport" - "localport.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-localport.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/compiler_depend.make deleted file mode 100644 index 52ccc8ee..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-localport. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/compiler_depend.ts deleted file mode 100644 index 77d98561..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-localport. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/depend.make deleted file mode 100644 index 71d1420b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-localport. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/link.txt deleted file mode 100644 index a850849d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-localport.dir/link.d "CMakeFiles/curl-example-localport.dir/localport.c.o" -o localport ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/DependInfo.cmake deleted file mode 100644 index c711930f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/maxconnects.c" "external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o.d" - "" "external/curl/docs/examples/maxconnects" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make deleted file mode 100644 index 1c65bb25..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o: external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/maxconnects.c -external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o: external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o -MF CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o.d -o CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/maxconnects.c - -external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/maxconnects.c > CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/maxconnects.c -o CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.s - -# Object files for target curl-example-maxconnects -curl__example__maxconnects_OBJECTS = \ -"CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o" - -# External object files for target curl-example-maxconnects -curl__example__maxconnects_EXTERNAL_OBJECTS = - -external/curl/docs/examples/maxconnects: external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o -external/curl/docs/examples/maxconnects: external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make -external/curl/docs/examples/maxconnects: external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/compiler_depend.ts -external/curl/docs/examples/maxconnects: external/curl/lib/libcurl.a -external/curl/docs/examples/maxconnects: /usr/lib/libz.so -external/curl/docs/examples/maxconnects: external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable maxconnects" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-maxconnects.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build: external/curl/docs/examples/maxconnects -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-maxconnects.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/cmake_clean.cmake deleted file mode 100644 index acce1a79..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-maxconnects.dir/link.d" - "CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o" - "CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o.d" - "maxconnects" - "maxconnects.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-maxconnects.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/compiler_depend.make deleted file mode 100644 index 0c85151c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-maxconnects. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/compiler_depend.ts deleted file mode 100644 index 27f6d77c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-maxconnects. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/depend.make deleted file mode 100644 index 602786d2..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-maxconnects. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/link.txt deleted file mode 100644 index 48832cef..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-maxconnects.dir/link.d "CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o" -o maxconnects ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/DependInfo.cmake deleted file mode 100644 index fb6404cc..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/multi-app.c" "external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.o.d" - "" "external/curl/docs/examples/multi-app" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make deleted file mode 100644 index 8bf2747b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-app.c -external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.o -MF CMakeFiles/curl-example-multi-app.dir/multi-app.c.o.d -o CMakeFiles/curl-example-multi-app.dir/multi-app.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-app.c - -external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-multi-app.dir/multi-app.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-app.c > CMakeFiles/curl-example-multi-app.dir/multi-app.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-multi-app.dir/multi-app.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-app.c -o CMakeFiles/curl-example-multi-app.dir/multi-app.c.s - -# Object files for target curl-example-multi-app -curl__example__multi__app_OBJECTS = \ -"CMakeFiles/curl-example-multi-app.dir/multi-app.c.o" - -# External object files for target curl-example-multi-app -curl__example__multi__app_EXTERNAL_OBJECTS = - -external/curl/docs/examples/multi-app: external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.o -external/curl/docs/examples/multi-app: external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make -external/curl/docs/examples/multi-app: external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/compiler_depend.ts -external/curl/docs/examples/multi-app: external/curl/lib/libcurl.a -external/curl/docs/examples/multi-app: /usr/lib/libz.so -external/curl/docs/examples/multi-app: external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable multi-app" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-multi-app.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build: external/curl/docs/examples/multi-app -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-multi-app.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/cmake_clean.cmake deleted file mode 100644 index 8af1ebdc..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-multi-app.dir/link.d" - "CMakeFiles/curl-example-multi-app.dir/multi-app.c.o" - "CMakeFiles/curl-example-multi-app.dir/multi-app.c.o.d" - "multi-app" - "multi-app.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-multi-app.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/compiler_depend.make deleted file mode 100644 index 069f12aa..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-multi-app. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/compiler_depend.ts deleted file mode 100644 index 77906ca3..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-multi-app. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/depend.make deleted file mode 100644 index 064b74a7..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-multi-app. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/link.txt deleted file mode 100644 index ee973eee..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-multi-app.dir/link.d "CMakeFiles/curl-example-multi-app.dir/multi-app.c.o" -o multi-app ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/DependInfo.cmake deleted file mode 100644 index 9f5c9f3a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/multi-debugcallback.c" "external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o.d" - "" "external/curl/docs/examples/multi-debugcallback" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make deleted file mode 100644 index 9706ce6f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-debugcallback.c -external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o -MF CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o.d -o CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-debugcallback.c - -external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-debugcallback.c > CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-debugcallback.c -o CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.s - -# Object files for target curl-example-multi-debugcallback -curl__example__multi__debugcallback_OBJECTS = \ -"CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o" - -# External object files for target curl-example-multi-debugcallback -curl__example__multi__debugcallback_EXTERNAL_OBJECTS = - -external/curl/docs/examples/multi-debugcallback: external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o -external/curl/docs/examples/multi-debugcallback: external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make -external/curl/docs/examples/multi-debugcallback: external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/compiler_depend.ts -external/curl/docs/examples/multi-debugcallback: external/curl/lib/libcurl.a -external/curl/docs/examples/multi-debugcallback: /usr/lib/libz.so -external/curl/docs/examples/multi-debugcallback: external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable multi-debugcallback" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-multi-debugcallback.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build: external/curl/docs/examples/multi-debugcallback -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-multi-debugcallback.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/cmake_clean.cmake deleted file mode 100644 index 8440fa5c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-multi-debugcallback.dir/link.d" - "CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o" - "CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o.d" - "multi-debugcallback" - "multi-debugcallback.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-multi-debugcallback.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/compiler_depend.make deleted file mode 100644 index 58165dc4..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-multi-debugcallback. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/compiler_depend.ts deleted file mode 100644 index 0a4b9ab5..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-multi-debugcallback. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/depend.make deleted file mode 100644 index f9575393..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-multi-debugcallback. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/link.txt deleted file mode 100644 index 1a3882a6..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-multi-debugcallback.dir/link.d "CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o" -o multi-debugcallback ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/DependInfo.cmake deleted file mode 100644 index 91b032bf..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/multi-double.c" "external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.o.d" - "" "external/curl/docs/examples/multi-double" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make deleted file mode 100644 index 5220914b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-double.c -external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.o -MF CMakeFiles/curl-example-multi-double.dir/multi-double.c.o.d -o CMakeFiles/curl-example-multi-double.dir/multi-double.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-double.c - -external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-multi-double.dir/multi-double.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-double.c > CMakeFiles/curl-example-multi-double.dir/multi-double.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-multi-double.dir/multi-double.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-double.c -o CMakeFiles/curl-example-multi-double.dir/multi-double.c.s - -# Object files for target curl-example-multi-double -curl__example__multi__double_OBJECTS = \ -"CMakeFiles/curl-example-multi-double.dir/multi-double.c.o" - -# External object files for target curl-example-multi-double -curl__example__multi__double_EXTERNAL_OBJECTS = - -external/curl/docs/examples/multi-double: external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.o -external/curl/docs/examples/multi-double: external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make -external/curl/docs/examples/multi-double: external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/compiler_depend.ts -external/curl/docs/examples/multi-double: external/curl/lib/libcurl.a -external/curl/docs/examples/multi-double: /usr/lib/libz.so -external/curl/docs/examples/multi-double: external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable multi-double" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-multi-double.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build: external/curl/docs/examples/multi-double -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-multi-double.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/cmake_clean.cmake deleted file mode 100644 index 670a66fb..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-multi-double.dir/link.d" - "CMakeFiles/curl-example-multi-double.dir/multi-double.c.o" - "CMakeFiles/curl-example-multi-double.dir/multi-double.c.o.d" - "multi-double" - "multi-double.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-multi-double.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/compiler_depend.make deleted file mode 100644 index 0bfb63fc..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-multi-double. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/compiler_depend.ts deleted file mode 100644 index 271e01e7..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-multi-double. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/depend.make deleted file mode 100644 index 09264b31..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-multi-double. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/link.txt deleted file mode 100644 index 118e9eb1..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-multi-double.dir/link.d "CMakeFiles/curl-example-multi-double.dir/multi-double.c.o" -o multi-double ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/DependInfo.cmake deleted file mode 100644 index 924c4771..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/multi-formadd.c" "external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o.d" - "" "external/curl/docs/examples/multi-formadd" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make deleted file mode 100644 index 62972341..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-formadd.c -external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o -MF CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o.d -o CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-formadd.c - -external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-formadd.c > CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-formadd.c -o CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.s - -# Object files for target curl-example-multi-formadd -curl__example__multi__formadd_OBJECTS = \ -"CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o" - -# External object files for target curl-example-multi-formadd -curl__example__multi__formadd_EXTERNAL_OBJECTS = - -external/curl/docs/examples/multi-formadd: external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o -external/curl/docs/examples/multi-formadd: external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make -external/curl/docs/examples/multi-formadd: external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/compiler_depend.ts -external/curl/docs/examples/multi-formadd: external/curl/lib/libcurl.a -external/curl/docs/examples/multi-formadd: /usr/lib/libz.so -external/curl/docs/examples/multi-formadd: external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable multi-formadd" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-multi-formadd.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build: external/curl/docs/examples/multi-formadd -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-multi-formadd.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/cmake_clean.cmake deleted file mode 100644 index 3b1e8435..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-multi-formadd.dir/link.d" - "CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o" - "CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o.d" - "multi-formadd" - "multi-formadd.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-multi-formadd.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/compiler_depend.make deleted file mode 100644 index d970358f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-multi-formadd. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/compiler_depend.ts deleted file mode 100644 index cccdd3b2..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-multi-formadd. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/depend.make deleted file mode 100644 index 09071e45..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-multi-formadd. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/link.txt deleted file mode 100644 index 1ff014e4..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-multi-formadd.dir/link.d "CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o" -o multi-formadd ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/progress.make deleted file mode 100644 index 6ef9ffe7..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = 39 - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/DependInfo.cmake deleted file mode 100644 index 5e1ccd0d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/multi-legacy.c" "external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o.d" - "" "external/curl/docs/examples/multi-legacy" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make deleted file mode 100644 index 7fa5a850..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-legacy.c -external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o -MF CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o.d -o CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-legacy.c - -external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-legacy.c > CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-legacy.c -o CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.s - -# Object files for target curl-example-multi-legacy -curl__example__multi__legacy_OBJECTS = \ -"CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o" - -# External object files for target curl-example-multi-legacy -curl__example__multi__legacy_EXTERNAL_OBJECTS = - -external/curl/docs/examples/multi-legacy: external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o -external/curl/docs/examples/multi-legacy: external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make -external/curl/docs/examples/multi-legacy: external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/compiler_depend.ts -external/curl/docs/examples/multi-legacy: external/curl/lib/libcurl.a -external/curl/docs/examples/multi-legacy: /usr/lib/libz.so -external/curl/docs/examples/multi-legacy: external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable multi-legacy" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-multi-legacy.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build: external/curl/docs/examples/multi-legacy -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-multi-legacy.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/cmake_clean.cmake deleted file mode 100644 index c18bb76f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-multi-legacy.dir/link.d" - "CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o" - "CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o.d" - "multi-legacy" - "multi-legacy.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-multi-legacy.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/compiler_depend.make deleted file mode 100644 index 750b49ed..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-multi-legacy. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/compiler_depend.ts deleted file mode 100644 index 24804f9a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-multi-legacy. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/depend.make deleted file mode 100644 index 0d55ca9f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-multi-legacy. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/link.txt deleted file mode 100644 index 4f45f713..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-multi-legacy.dir/link.d "CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o" -o multi-legacy ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/DependInfo.cmake deleted file mode 100644 index 384b113d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/multi-post.c" "external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.o.d" - "" "external/curl/docs/examples/multi-post" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make deleted file mode 100644 index 354d84eb..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-post.c -external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.o -MF CMakeFiles/curl-example-multi-post.dir/multi-post.c.o.d -o CMakeFiles/curl-example-multi-post.dir/multi-post.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-post.c - -external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-multi-post.dir/multi-post.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-post.c > CMakeFiles/curl-example-multi-post.dir/multi-post.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-multi-post.dir/multi-post.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-post.c -o CMakeFiles/curl-example-multi-post.dir/multi-post.c.s - -# Object files for target curl-example-multi-post -curl__example__multi__post_OBJECTS = \ -"CMakeFiles/curl-example-multi-post.dir/multi-post.c.o" - -# External object files for target curl-example-multi-post -curl__example__multi__post_EXTERNAL_OBJECTS = - -external/curl/docs/examples/multi-post: external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.o -external/curl/docs/examples/multi-post: external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make -external/curl/docs/examples/multi-post: external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/compiler_depend.ts -external/curl/docs/examples/multi-post: external/curl/lib/libcurl.a -external/curl/docs/examples/multi-post: /usr/lib/libz.so -external/curl/docs/examples/multi-post: external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable multi-post" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-multi-post.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build: external/curl/docs/examples/multi-post -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-multi-post.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/cmake_clean.cmake deleted file mode 100644 index 45c23ad3..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-multi-post.dir/link.d" - "CMakeFiles/curl-example-multi-post.dir/multi-post.c.o" - "CMakeFiles/curl-example-multi-post.dir/multi-post.c.o.d" - "multi-post" - "multi-post.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-multi-post.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/compiler_depend.make deleted file mode 100644 index f029bcd8..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-multi-post. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/compiler_depend.ts deleted file mode 100644 index 38f3167d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-multi-post. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/depend.make deleted file mode 100644 index a2a20296..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-multi-post. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/link.txt deleted file mode 100644 index 72dbe4c5..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-multi-post.dir/link.d "CMakeFiles/curl-example-multi-post.dir/multi-post.c.o" -o multi-post ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/DependInfo.cmake deleted file mode 100644 index db6e9e1c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/multi-single.c" "external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.o.d" - "" "external/curl/docs/examples/multi-single" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make deleted file mode 100644 index 1ad0006c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-single.c -external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.o: external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.o -MF CMakeFiles/curl-example-multi-single.dir/multi-single.c.o.d -o CMakeFiles/curl-example-multi-single.dir/multi-single.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-single.c - -external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-multi-single.dir/multi-single.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-single.c > CMakeFiles/curl-example-multi-single.dir/multi-single.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-multi-single.dir/multi-single.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/multi-single.c -o CMakeFiles/curl-example-multi-single.dir/multi-single.c.s - -# Object files for target curl-example-multi-single -curl__example__multi__single_OBJECTS = \ -"CMakeFiles/curl-example-multi-single.dir/multi-single.c.o" - -# External object files for target curl-example-multi-single -curl__example__multi__single_EXTERNAL_OBJECTS = - -external/curl/docs/examples/multi-single: external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.o -external/curl/docs/examples/multi-single: external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make -external/curl/docs/examples/multi-single: external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/compiler_depend.ts -external/curl/docs/examples/multi-single: external/curl/lib/libcurl.a -external/curl/docs/examples/multi-single: /usr/lib/libz.so -external/curl/docs/examples/multi-single: external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable multi-single" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-multi-single.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build: external/curl/docs/examples/multi-single -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-multi-single.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/cmake_clean.cmake deleted file mode 100644 index 1b1d81e5..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-multi-single.dir/link.d" - "CMakeFiles/curl-example-multi-single.dir/multi-single.c.o" - "CMakeFiles/curl-example-multi-single.dir/multi-single.c.o.d" - "multi-single" - "multi-single.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-multi-single.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/compiler_depend.make deleted file mode 100644 index 2f0c5beb..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-multi-single. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/compiler_depend.ts deleted file mode 100644 index c1752a5d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-multi-single. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/depend.make deleted file mode 100644 index ffe6ecb5..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-multi-single. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/link.txt deleted file mode 100644 index e8bc7a43..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-multi-single.dir/link.d "CMakeFiles/curl-example-multi-single.dir/multi-single.c.o" -o multi-single ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/DependInfo.cmake deleted file mode 100644 index 8bf13a26..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/netrc.c" "external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.o.d" - "" "external/curl/docs/examples/netrc" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make deleted file mode 100644 index 9ebc1a49..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.o: external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/netrc.c -external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.o: external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.o -MF CMakeFiles/curl-example-netrc.dir/netrc.c.o.d -o CMakeFiles/curl-example-netrc.dir/netrc.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/netrc.c - -external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-netrc.dir/netrc.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/netrc.c > CMakeFiles/curl-example-netrc.dir/netrc.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-netrc.dir/netrc.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/netrc.c -o CMakeFiles/curl-example-netrc.dir/netrc.c.s - -# Object files for target curl-example-netrc -curl__example__netrc_OBJECTS = \ -"CMakeFiles/curl-example-netrc.dir/netrc.c.o" - -# External object files for target curl-example-netrc -curl__example__netrc_EXTERNAL_OBJECTS = - -external/curl/docs/examples/netrc: external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.o -external/curl/docs/examples/netrc: external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make -external/curl/docs/examples/netrc: external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/compiler_depend.ts -external/curl/docs/examples/netrc: external/curl/lib/libcurl.a -external/curl/docs/examples/netrc: /usr/lib/libz.so -external/curl/docs/examples/netrc: external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable netrc" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-netrc.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build: external/curl/docs/examples/netrc -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-netrc.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/cmake_clean.cmake deleted file mode 100644 index 24e665ac..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-netrc.dir/link.d" - "CMakeFiles/curl-example-netrc.dir/netrc.c.o" - "CMakeFiles/curl-example-netrc.dir/netrc.c.o.d" - "netrc" - "netrc.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-netrc.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/compiler_depend.make deleted file mode 100644 index 7a3336fb..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-netrc. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/compiler_depend.ts deleted file mode 100644 index a47d2ebd..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-netrc. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/depend.make deleted file mode 100644 index 392fcaa3..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-netrc. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/link.txt deleted file mode 100644 index e97175c6..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-netrc.dir/link.d "CMakeFiles/curl-example-netrc.dir/netrc.c.o" -o netrc ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/DependInfo.cmake deleted file mode 100644 index 49d8d845..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/parseurl.c" "external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.o.d" - "" "external/curl/docs/examples/parseurl" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make deleted file mode 100644 index 66c1e93f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/parseurl.c -external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.o -MF CMakeFiles/curl-example-parseurl.dir/parseurl.c.o.d -o CMakeFiles/curl-example-parseurl.dir/parseurl.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/parseurl.c - -external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-parseurl.dir/parseurl.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/parseurl.c > CMakeFiles/curl-example-parseurl.dir/parseurl.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-parseurl.dir/parseurl.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/parseurl.c -o CMakeFiles/curl-example-parseurl.dir/parseurl.c.s - -# Object files for target curl-example-parseurl -curl__example__parseurl_OBJECTS = \ -"CMakeFiles/curl-example-parseurl.dir/parseurl.c.o" - -# External object files for target curl-example-parseurl -curl__example__parseurl_EXTERNAL_OBJECTS = - -external/curl/docs/examples/parseurl: external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.o -external/curl/docs/examples/parseurl: external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make -external/curl/docs/examples/parseurl: external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/compiler_depend.ts -external/curl/docs/examples/parseurl: external/curl/lib/libcurl.a -external/curl/docs/examples/parseurl: /usr/lib/libz.so -external/curl/docs/examples/parseurl: external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable parseurl" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-parseurl.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build: external/curl/docs/examples/parseurl -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-parseurl.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/cmake_clean.cmake deleted file mode 100644 index 6709a5e1..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-parseurl.dir/link.d" - "CMakeFiles/curl-example-parseurl.dir/parseurl.c.o" - "CMakeFiles/curl-example-parseurl.dir/parseurl.c.o.d" - "parseurl" - "parseurl.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-parseurl.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/compiler_depend.make deleted file mode 100644 index 43222a96..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-parseurl. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/compiler_depend.ts deleted file mode 100644 index e3756537..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-parseurl. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/depend.make deleted file mode 100644 index 23e4e309..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-parseurl. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/link.txt deleted file mode 100644 index 9af1764a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-parseurl.dir/link.d "CMakeFiles/curl-example-parseurl.dir/parseurl.c.o" -o parseurl ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/DependInfo.cmake deleted file mode 100644 index 2193fd96..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/persistent.c" "external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.o.d" - "" "external/curl/docs/examples/persistent" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make deleted file mode 100644 index d1acda71..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.o: external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/persistent.c -external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.o: external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.o -MF CMakeFiles/curl-example-persistent.dir/persistent.c.o.d -o CMakeFiles/curl-example-persistent.dir/persistent.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/persistent.c - -external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-persistent.dir/persistent.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/persistent.c > CMakeFiles/curl-example-persistent.dir/persistent.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-persistent.dir/persistent.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/persistent.c -o CMakeFiles/curl-example-persistent.dir/persistent.c.s - -# Object files for target curl-example-persistent -curl__example__persistent_OBJECTS = \ -"CMakeFiles/curl-example-persistent.dir/persistent.c.o" - -# External object files for target curl-example-persistent -curl__example__persistent_EXTERNAL_OBJECTS = - -external/curl/docs/examples/persistent: external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.o -external/curl/docs/examples/persistent: external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make -external/curl/docs/examples/persistent: external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/compiler_depend.ts -external/curl/docs/examples/persistent: external/curl/lib/libcurl.a -external/curl/docs/examples/persistent: /usr/lib/libz.so -external/curl/docs/examples/persistent: external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable persistent" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-persistent.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build: external/curl/docs/examples/persistent -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-persistent.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/cmake_clean.cmake deleted file mode 100644 index 4e7e8ae1..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-persistent.dir/link.d" - "CMakeFiles/curl-example-persistent.dir/persistent.c.o" - "CMakeFiles/curl-example-persistent.dir/persistent.c.o.d" - "persistent" - "persistent.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-persistent.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/compiler_depend.make deleted file mode 100644 index 4b5f57e3..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-persistent. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/compiler_depend.ts deleted file mode 100644 index fa8d72d2..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-persistent. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/depend.make deleted file mode 100644 index a1527b44..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-persistent. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/link.txt deleted file mode 100644 index a4f39d1d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-persistent.dir/link.d "CMakeFiles/curl-example-persistent.dir/persistent.c.o" -o persistent ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/DependInfo.cmake deleted file mode 100644 index 4b913ba6..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-authzid.c" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o.d" - "" "external/curl/docs/examples/pop3-authzid" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make deleted file mode 100644 index 6b47fb34..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-authzid.c -external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o -MF CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o.d -o CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-authzid.c - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-authzid.c > CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-authzid.c -o CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.s - -# Object files for target curl-example-pop3-authzid -curl__example__pop3__authzid_OBJECTS = \ -"CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o" - -# External object files for target curl-example-pop3-authzid -curl__example__pop3__authzid_EXTERNAL_OBJECTS = - -external/curl/docs/examples/pop3-authzid: external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o -external/curl/docs/examples/pop3-authzid: external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make -external/curl/docs/examples/pop3-authzid: external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/compiler_depend.ts -external/curl/docs/examples/pop3-authzid: external/curl/lib/libcurl.a -external/curl/docs/examples/pop3-authzid: /usr/lib/libz.so -external/curl/docs/examples/pop3-authzid: external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pop3-authzid" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-pop3-authzid.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build: external/curl/docs/examples/pop3-authzid -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-pop3-authzid.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/cmake_clean.cmake deleted file mode 100644 index 97befbd1..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-pop3-authzid.dir/link.d" - "CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o" - "CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o.d" - "pop3-authzid" - "pop3-authzid.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-pop3-authzid.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/compiler_depend.make deleted file mode 100644 index 904bfedc..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-pop3-authzid. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/compiler_depend.ts deleted file mode 100644 index 4818b9ed..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-pop3-authzid. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/depend.make deleted file mode 100644 index 9c400176..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-pop3-authzid. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/link.txt deleted file mode 100644 index 9daa3068..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-pop3-authzid.dir/link.d "CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o" -o pop3-authzid ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/DependInfo.cmake deleted file mode 100644 index 38d1f550..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-dele.c" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o.d" - "" "external/curl/docs/examples/pop3-dele" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make deleted file mode 100644 index e2b4ab1a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-dele.c -external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o -MF CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o.d -o CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-dele.c - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-dele.c > CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-dele.c -o CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.s - -# Object files for target curl-example-pop3-dele -curl__example__pop3__dele_OBJECTS = \ -"CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o" - -# External object files for target curl-example-pop3-dele -curl__example__pop3__dele_EXTERNAL_OBJECTS = - -external/curl/docs/examples/pop3-dele: external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o -external/curl/docs/examples/pop3-dele: external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make -external/curl/docs/examples/pop3-dele: external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/compiler_depend.ts -external/curl/docs/examples/pop3-dele: external/curl/lib/libcurl.a -external/curl/docs/examples/pop3-dele: /usr/lib/libz.so -external/curl/docs/examples/pop3-dele: external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pop3-dele" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-pop3-dele.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build: external/curl/docs/examples/pop3-dele -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-pop3-dele.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/cmake_clean.cmake deleted file mode 100644 index d370fb4b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-pop3-dele.dir/link.d" - "CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o" - "CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o.d" - "pop3-dele" - "pop3-dele.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-pop3-dele.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/compiler_depend.make deleted file mode 100644 index 8c853ffe..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-pop3-dele. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/compiler_depend.ts deleted file mode 100644 index 60542c9a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-pop3-dele. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/depend.make deleted file mode 100644 index 7d26c779..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-pop3-dele. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/link.txt deleted file mode 100644 index 1c458c4d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-pop3-dele.dir/link.d "CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o" -o pop3-dele ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/DependInfo.cmake deleted file mode 100644 index d09fa60e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-list.c" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o.d" - "" "external/curl/docs/examples/pop3-list" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make deleted file mode 100644 index 4b1857ff..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-list.c -external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o -MF CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o.d -o CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-list.c - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-list.c > CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-list.c -o CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.s - -# Object files for target curl-example-pop3-list -curl__example__pop3__list_OBJECTS = \ -"CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o" - -# External object files for target curl-example-pop3-list -curl__example__pop3__list_EXTERNAL_OBJECTS = - -external/curl/docs/examples/pop3-list: external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o -external/curl/docs/examples/pop3-list: external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make -external/curl/docs/examples/pop3-list: external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/compiler_depend.ts -external/curl/docs/examples/pop3-list: external/curl/lib/libcurl.a -external/curl/docs/examples/pop3-list: /usr/lib/libz.so -external/curl/docs/examples/pop3-list: external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pop3-list" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-pop3-list.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build: external/curl/docs/examples/pop3-list -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-pop3-list.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/cmake_clean.cmake deleted file mode 100644 index 16198cb0..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-pop3-list.dir/link.d" - "CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o" - "CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o.d" - "pop3-list" - "pop3-list.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-pop3-list.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/compiler_depend.make deleted file mode 100644 index f8ca51fe..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-pop3-list. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/compiler_depend.ts deleted file mode 100644 index e101a477..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-pop3-list. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/depend.make deleted file mode 100644 index 19e64309..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-pop3-list. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/link.txt deleted file mode 100644 index 8a1c5e8e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-pop3-list.dir/link.d "CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o" -o pop3-list ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/DependInfo.cmake deleted file mode 100644 index df0f92d8..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-multi.c" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o.d" - "" "external/curl/docs/examples/pop3-multi" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make deleted file mode 100644 index c5efc63f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-multi.c -external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o -MF CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o.d -o CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-multi.c - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-multi.c > CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-multi.c -o CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.s - -# Object files for target curl-example-pop3-multi -curl__example__pop3__multi_OBJECTS = \ -"CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o" - -# External object files for target curl-example-pop3-multi -curl__example__pop3__multi_EXTERNAL_OBJECTS = - -external/curl/docs/examples/pop3-multi: external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o -external/curl/docs/examples/pop3-multi: external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make -external/curl/docs/examples/pop3-multi: external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/compiler_depend.ts -external/curl/docs/examples/pop3-multi: external/curl/lib/libcurl.a -external/curl/docs/examples/pop3-multi: /usr/lib/libz.so -external/curl/docs/examples/pop3-multi: external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pop3-multi" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-pop3-multi.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build: external/curl/docs/examples/pop3-multi -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-pop3-multi.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/cmake_clean.cmake deleted file mode 100644 index e2fd5db4..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-pop3-multi.dir/link.d" - "CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o" - "CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o.d" - "pop3-multi" - "pop3-multi.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-pop3-multi.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/compiler_depend.make deleted file mode 100644 index 08592cfd..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-pop3-multi. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/compiler_depend.ts deleted file mode 100644 index 32ac8b9e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-pop3-multi. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/depend.make deleted file mode 100644 index 3dfd2094..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-pop3-multi. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/link.txt deleted file mode 100644 index 071a4efb..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-pop3-multi.dir/link.d "CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o" -o pop3-multi ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/DependInfo.cmake deleted file mode 100644 index 7ff6a994..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-noop.c" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o.d" - "" "external/curl/docs/examples/pop3-noop" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make deleted file mode 100644 index c62dc2f9..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-noop.c -external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o -MF CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o.d -o CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-noop.c - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-noop.c > CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-noop.c -o CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.s - -# Object files for target curl-example-pop3-noop -curl__example__pop3__noop_OBJECTS = \ -"CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o" - -# External object files for target curl-example-pop3-noop -curl__example__pop3__noop_EXTERNAL_OBJECTS = - -external/curl/docs/examples/pop3-noop: external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o -external/curl/docs/examples/pop3-noop: external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make -external/curl/docs/examples/pop3-noop: external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/compiler_depend.ts -external/curl/docs/examples/pop3-noop: external/curl/lib/libcurl.a -external/curl/docs/examples/pop3-noop: /usr/lib/libz.so -external/curl/docs/examples/pop3-noop: external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pop3-noop" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-pop3-noop.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build: external/curl/docs/examples/pop3-noop -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-pop3-noop.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/cmake_clean.cmake deleted file mode 100644 index 393adce9..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-pop3-noop.dir/link.d" - "CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o" - "CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o.d" - "pop3-noop" - "pop3-noop.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-pop3-noop.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/compiler_depend.make deleted file mode 100644 index ecec42bb..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-pop3-noop. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/compiler_depend.ts deleted file mode 100644 index d4b56824..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-pop3-noop. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/depend.make deleted file mode 100644 index 58022fdd..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-pop3-noop. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/link.txt deleted file mode 100644 index 9f281132..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-pop3-noop.dir/link.d "CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o" -o pop3-noop ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/DependInfo.cmake deleted file mode 100644 index b8982bd2..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-retr.c" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o.d" - "" "external/curl/docs/examples/pop3-retr" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make deleted file mode 100644 index f5e89a66..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-retr.c -external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o -MF CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o.d -o CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-retr.c - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-retr.c > CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-retr.c -o CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.s - -# Object files for target curl-example-pop3-retr -curl__example__pop3__retr_OBJECTS = \ -"CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o" - -# External object files for target curl-example-pop3-retr -curl__example__pop3__retr_EXTERNAL_OBJECTS = - -external/curl/docs/examples/pop3-retr: external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o -external/curl/docs/examples/pop3-retr: external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make -external/curl/docs/examples/pop3-retr: external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/compiler_depend.ts -external/curl/docs/examples/pop3-retr: external/curl/lib/libcurl.a -external/curl/docs/examples/pop3-retr: /usr/lib/libz.so -external/curl/docs/examples/pop3-retr: external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pop3-retr" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-pop3-retr.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build: external/curl/docs/examples/pop3-retr -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-pop3-retr.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/cmake_clean.cmake deleted file mode 100644 index 7414d893..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-pop3-retr.dir/link.d" - "CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o" - "CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o.d" - "pop3-retr" - "pop3-retr.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-pop3-retr.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/compiler_depend.make deleted file mode 100644 index c1a46901..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-pop3-retr. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/compiler_depend.ts deleted file mode 100644 index f1219b22..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-pop3-retr. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/depend.make deleted file mode 100644 index 744bdebd..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-pop3-retr. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/link.txt deleted file mode 100644 index b454401a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-pop3-retr.dir/link.d "CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o" -o pop3-retr ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/DependInfo.cmake deleted file mode 100644 index 05bc06de..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-ssl.c" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o.d" - "" "external/curl/docs/examples/pop3-ssl" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make deleted file mode 100644 index 7413c903..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-ssl.c -external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o -MF CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o.d -o CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-ssl.c - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-ssl.c > CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-ssl.c -o CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.s - -# Object files for target curl-example-pop3-ssl -curl__example__pop3__ssl_OBJECTS = \ -"CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o" - -# External object files for target curl-example-pop3-ssl -curl__example__pop3__ssl_EXTERNAL_OBJECTS = - -external/curl/docs/examples/pop3-ssl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o -external/curl/docs/examples/pop3-ssl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make -external/curl/docs/examples/pop3-ssl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/compiler_depend.ts -external/curl/docs/examples/pop3-ssl: external/curl/lib/libcurl.a -external/curl/docs/examples/pop3-ssl: /usr/lib/libz.so -external/curl/docs/examples/pop3-ssl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pop3-ssl" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-pop3-ssl.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build: external/curl/docs/examples/pop3-ssl -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-pop3-ssl.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/cmake_clean.cmake deleted file mode 100644 index 5752601c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-pop3-ssl.dir/link.d" - "CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o" - "CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o.d" - "pop3-ssl" - "pop3-ssl.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-pop3-ssl.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/compiler_depend.make deleted file mode 100644 index 862c1ef8..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-pop3-ssl. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/compiler_depend.ts deleted file mode 100644 index ec834d6b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-pop3-ssl. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/depend.make deleted file mode 100644 index fb85dcc4..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-pop3-ssl. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/link.txt deleted file mode 100644 index 9fc741e7..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-pop3-ssl.dir/link.d "CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o" -o pop3-ssl ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/DependInfo.cmake deleted file mode 100644 index b172eb74..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-stat.c" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o.d" - "" "external/curl/docs/examples/pop3-stat" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make deleted file mode 100644 index 0e54c275..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-stat.c -external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o -MF CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o.d -o CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-stat.c - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-stat.c > CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-stat.c -o CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.s - -# Object files for target curl-example-pop3-stat -curl__example__pop3__stat_OBJECTS = \ -"CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o" - -# External object files for target curl-example-pop3-stat -curl__example__pop3__stat_EXTERNAL_OBJECTS = - -external/curl/docs/examples/pop3-stat: external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o -external/curl/docs/examples/pop3-stat: external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make -external/curl/docs/examples/pop3-stat: external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/compiler_depend.ts -external/curl/docs/examples/pop3-stat: external/curl/lib/libcurl.a -external/curl/docs/examples/pop3-stat: /usr/lib/libz.so -external/curl/docs/examples/pop3-stat: external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pop3-stat" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-pop3-stat.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build: external/curl/docs/examples/pop3-stat -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-pop3-stat.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/cmake_clean.cmake deleted file mode 100644 index 2bd52222..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-pop3-stat.dir/link.d" - "CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o" - "CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o.d" - "pop3-stat" - "pop3-stat.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-pop3-stat.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/compiler_depend.make deleted file mode 100644 index 4143f236..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-pop3-stat. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/compiler_depend.ts deleted file mode 100644 index df87c1c2..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-pop3-stat. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/depend.make deleted file mode 100644 index 082f2c0c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-pop3-stat. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/link.txt deleted file mode 100644 index 65f584b0..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-pop3-stat.dir/link.d "CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o" -o pop3-stat ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/progress.make deleted file mode 100644 index 634b7f2f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = 40 - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/DependInfo.cmake deleted file mode 100644 index 8103c6d1..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-tls.c" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o.d" - "" "external/curl/docs/examples/pop3-tls" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make deleted file mode 100644 index 4ef51dec..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-tls.c -external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o -MF CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o.d -o CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-tls.c - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-tls.c > CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-tls.c -o CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.s - -# Object files for target curl-example-pop3-tls -curl__example__pop3__tls_OBJECTS = \ -"CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o" - -# External object files for target curl-example-pop3-tls -curl__example__pop3__tls_EXTERNAL_OBJECTS = - -external/curl/docs/examples/pop3-tls: external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o -external/curl/docs/examples/pop3-tls: external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make -external/curl/docs/examples/pop3-tls: external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/compiler_depend.ts -external/curl/docs/examples/pop3-tls: external/curl/lib/libcurl.a -external/curl/docs/examples/pop3-tls: /usr/lib/libz.so -external/curl/docs/examples/pop3-tls: external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pop3-tls" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-pop3-tls.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build: external/curl/docs/examples/pop3-tls -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-pop3-tls.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/cmake_clean.cmake deleted file mode 100644 index 41ac179f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-pop3-tls.dir/link.d" - "CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o" - "CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o.d" - "pop3-tls" - "pop3-tls.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-pop3-tls.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/compiler_depend.make deleted file mode 100644 index e34fefbd..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-pop3-tls. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/compiler_depend.ts deleted file mode 100644 index e1b952f4..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-pop3-tls. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/depend.make deleted file mode 100644 index aa4c358e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-pop3-tls. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/link.txt deleted file mode 100644 index 31e026ff..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-pop3-tls.dir/link.d "CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o" -o pop3-tls ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/DependInfo.cmake deleted file mode 100644 index 534abe9f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-top.c" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o.d" - "" "external/curl/docs/examples/pop3-top" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make deleted file mode 100644 index 49152b0c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-top.c -external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o -MF CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o.d -o CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-top.c - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-top.c > CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-top.c -o CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.s - -# Object files for target curl-example-pop3-top -curl__example__pop3__top_OBJECTS = \ -"CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o" - -# External object files for target curl-example-pop3-top -curl__example__pop3__top_EXTERNAL_OBJECTS = - -external/curl/docs/examples/pop3-top: external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o -external/curl/docs/examples/pop3-top: external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make -external/curl/docs/examples/pop3-top: external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/compiler_depend.ts -external/curl/docs/examples/pop3-top: external/curl/lib/libcurl.a -external/curl/docs/examples/pop3-top: /usr/lib/libz.so -external/curl/docs/examples/pop3-top: external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pop3-top" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-pop3-top.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build: external/curl/docs/examples/pop3-top -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-pop3-top.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/cmake_clean.cmake deleted file mode 100644 index e3f9725b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-pop3-top.dir/link.d" - "CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o" - "CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o.d" - "pop3-top" - "pop3-top.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-pop3-top.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/compiler_depend.make deleted file mode 100644 index ed1ddfda..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-pop3-top. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/compiler_depend.ts deleted file mode 100644 index 73e3fb40..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-pop3-top. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/depend.make deleted file mode 100644 index 7de9f554..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-pop3-top. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/link.txt deleted file mode 100644 index 78b04de7..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-pop3-top.dir/link.d "CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o" -o pop3-top ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/DependInfo.cmake deleted file mode 100644 index eaed4646..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-uidl.c" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o.d" - "" "external/curl/docs/examples/pop3-uidl" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make deleted file mode 100644 index ea2e41aa..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-uidl.c -external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o -MF CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o.d -o CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-uidl.c - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-uidl.c > CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/pop3-uidl.c -o CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.s - -# Object files for target curl-example-pop3-uidl -curl__example__pop3__uidl_OBJECTS = \ -"CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o" - -# External object files for target curl-example-pop3-uidl -curl__example__pop3__uidl_EXTERNAL_OBJECTS = - -external/curl/docs/examples/pop3-uidl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o -external/curl/docs/examples/pop3-uidl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make -external/curl/docs/examples/pop3-uidl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/compiler_depend.ts -external/curl/docs/examples/pop3-uidl: external/curl/lib/libcurl.a -external/curl/docs/examples/pop3-uidl: /usr/lib/libz.so -external/curl/docs/examples/pop3-uidl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable pop3-uidl" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-pop3-uidl.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build: external/curl/docs/examples/pop3-uidl -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-pop3-uidl.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/cmake_clean.cmake deleted file mode 100644 index 45c416ae..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-pop3-uidl.dir/link.d" - "CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o" - "CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o.d" - "pop3-uidl" - "pop3-uidl.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-pop3-uidl.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/compiler_depend.make deleted file mode 100644 index 70557ab1..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-pop3-uidl. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/compiler_depend.ts deleted file mode 100644 index ed3b3957..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-pop3-uidl. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/depend.make deleted file mode 100644 index c8e0d539..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-pop3-uidl. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/link.txt deleted file mode 100644 index decf5d69..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-pop3-uidl.dir/link.d "CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o" -o pop3-uidl ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/DependInfo.cmake deleted file mode 100644 index cdab0565..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/post-callback.c" "external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.o.d" - "" "external/curl/docs/examples/post-callback" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make deleted file mode 100644 index 74e091ca..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.o: external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/post-callback.c -external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.o: external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.o -MF CMakeFiles/curl-example-post-callback.dir/post-callback.c.o.d -o CMakeFiles/curl-example-post-callback.dir/post-callback.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/post-callback.c - -external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-post-callback.dir/post-callback.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/post-callback.c > CMakeFiles/curl-example-post-callback.dir/post-callback.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-post-callback.dir/post-callback.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/post-callback.c -o CMakeFiles/curl-example-post-callback.dir/post-callback.c.s - -# Object files for target curl-example-post-callback -curl__example__post__callback_OBJECTS = \ -"CMakeFiles/curl-example-post-callback.dir/post-callback.c.o" - -# External object files for target curl-example-post-callback -curl__example__post__callback_EXTERNAL_OBJECTS = - -external/curl/docs/examples/post-callback: external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.o -external/curl/docs/examples/post-callback: external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make -external/curl/docs/examples/post-callback: external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/compiler_depend.ts -external/curl/docs/examples/post-callback: external/curl/lib/libcurl.a -external/curl/docs/examples/post-callback: /usr/lib/libz.so -external/curl/docs/examples/post-callback: external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable post-callback" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-post-callback.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build: external/curl/docs/examples/post-callback -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-post-callback.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/cmake_clean.cmake deleted file mode 100644 index 559394be..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-post-callback.dir/link.d" - "CMakeFiles/curl-example-post-callback.dir/post-callback.c.o" - "CMakeFiles/curl-example-post-callback.dir/post-callback.c.o.d" - "post-callback" - "post-callback.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-post-callback.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/compiler_depend.make deleted file mode 100644 index 989f20ac..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-post-callback. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/compiler_depend.ts deleted file mode 100644 index 2a570731..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-post-callback. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/depend.make deleted file mode 100644 index ee702884..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-post-callback. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/link.txt deleted file mode 100644 index 2ea9bb58..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-post-callback.dir/link.d "CMakeFiles/curl-example-post-callback.dir/post-callback.c.o" -o post-callback ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/DependInfo.cmake deleted file mode 100644 index d5b82f65..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/postinmemory.c" "external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o.d" - "" "external/curl/docs/examples/postinmemory" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make deleted file mode 100644 index 01401adb..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o: external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/postinmemory.c -external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o: external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o -MF CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o.d -o CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/postinmemory.c - -external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/postinmemory.c > CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/postinmemory.c -o CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.s - -# Object files for target curl-example-postinmemory -curl__example__postinmemory_OBJECTS = \ -"CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o" - -# External object files for target curl-example-postinmemory -curl__example__postinmemory_EXTERNAL_OBJECTS = - -external/curl/docs/examples/postinmemory: external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o -external/curl/docs/examples/postinmemory: external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make -external/curl/docs/examples/postinmemory: external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/compiler_depend.ts -external/curl/docs/examples/postinmemory: external/curl/lib/libcurl.a -external/curl/docs/examples/postinmemory: /usr/lib/libz.so -external/curl/docs/examples/postinmemory: external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable postinmemory" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-postinmemory.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build: external/curl/docs/examples/postinmemory -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-postinmemory.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/cmake_clean.cmake deleted file mode 100644 index a34d72c3..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-postinmemory.dir/link.d" - "CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o" - "CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o.d" - "postinmemory" - "postinmemory.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-postinmemory.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/compiler_depend.make deleted file mode 100644 index a508d362..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-postinmemory. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/compiler_depend.ts deleted file mode 100644 index 35ece3b9..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-postinmemory. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/depend.make deleted file mode 100644 index 65f1fb2d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-postinmemory. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/link.txt deleted file mode 100644 index f768d018..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-postinmemory.dir/link.d "CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o" -o postinmemory ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/DependInfo.cmake deleted file mode 100644 index 960d4338..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/postit2-formadd.c" "external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o.d" - "" "external/curl/docs/examples/postit2-formadd" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make deleted file mode 100644 index 27c8c115..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o: external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/postit2-formadd.c -external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o: external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o -MF CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o.d -o CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/postit2-formadd.c - -external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/postit2-formadd.c > CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/postit2-formadd.c -o CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.s - -# Object files for target curl-example-postit2-formadd -curl__example__postit2__formadd_OBJECTS = \ -"CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o" - -# External object files for target curl-example-postit2-formadd -curl__example__postit2__formadd_EXTERNAL_OBJECTS = - -external/curl/docs/examples/postit2-formadd: external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o -external/curl/docs/examples/postit2-formadd: external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make -external/curl/docs/examples/postit2-formadd: external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/compiler_depend.ts -external/curl/docs/examples/postit2-formadd: external/curl/lib/libcurl.a -external/curl/docs/examples/postit2-formadd: /usr/lib/libz.so -external/curl/docs/examples/postit2-formadd: external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable postit2-formadd" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-postit2-formadd.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build: external/curl/docs/examples/postit2-formadd -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-postit2-formadd.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/cmake_clean.cmake deleted file mode 100644 index 9c7c7cc6..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-postit2-formadd.dir/link.d" - "CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o" - "CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o.d" - "postit2-formadd" - "postit2-formadd.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-postit2-formadd.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/compiler_depend.make deleted file mode 100644 index e8cd0bdd..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-postit2-formadd. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/compiler_depend.ts deleted file mode 100644 index 1d48bea3..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-postit2-formadd. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/depend.make deleted file mode 100644 index 5ceb9b71..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-postit2-formadd. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/link.txt deleted file mode 100644 index 3618ff67..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-postit2-formadd.dir/link.d "CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o" -o postit2-formadd ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/DependInfo.cmake deleted file mode 100644 index 935c82ad..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/postit2.c" "external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.o.d" - "" "external/curl/docs/examples/postit2" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make deleted file mode 100644 index 96ec0210..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.o: external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/postit2.c -external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.o: external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.o -MF CMakeFiles/curl-example-postit2.dir/postit2.c.o.d -o CMakeFiles/curl-example-postit2.dir/postit2.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/postit2.c - -external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-postit2.dir/postit2.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/postit2.c > CMakeFiles/curl-example-postit2.dir/postit2.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-postit2.dir/postit2.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/postit2.c -o CMakeFiles/curl-example-postit2.dir/postit2.c.s - -# Object files for target curl-example-postit2 -curl__example__postit2_OBJECTS = \ -"CMakeFiles/curl-example-postit2.dir/postit2.c.o" - -# External object files for target curl-example-postit2 -curl__example__postit2_EXTERNAL_OBJECTS = - -external/curl/docs/examples/postit2: external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.o -external/curl/docs/examples/postit2: external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make -external/curl/docs/examples/postit2: external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/compiler_depend.ts -external/curl/docs/examples/postit2: external/curl/lib/libcurl.a -external/curl/docs/examples/postit2: /usr/lib/libz.so -external/curl/docs/examples/postit2: external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable postit2" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-postit2.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build: external/curl/docs/examples/postit2 -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-postit2.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/cmake_clean.cmake deleted file mode 100644 index 5c1e9d32..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-postit2.dir/link.d" - "CMakeFiles/curl-example-postit2.dir/postit2.c.o" - "CMakeFiles/curl-example-postit2.dir/postit2.c.o.d" - "postit2" - "postit2.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-postit2.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/compiler_depend.make deleted file mode 100644 index 415d9b6d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-postit2. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/compiler_depend.ts deleted file mode 100644 index decbe66e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-postit2. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/depend.make deleted file mode 100644 index f0b1ddfa..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-postit2. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/link.txt deleted file mode 100644 index e3d7b313..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-postit2.dir/link.d "CMakeFiles/curl-example-postit2.dir/postit2.c.o" -o postit2 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/DependInfo.cmake deleted file mode 100644 index fd39e814..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/progressfunc.c" "external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o.d" - "" "external/curl/docs/examples/progressfunc" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make deleted file mode 100644 index 6f48e07c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o: external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/progressfunc.c -external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o: external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o -MF CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o.d -o CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/progressfunc.c - -external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/progressfunc.c > CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/progressfunc.c -o CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.s - -# Object files for target curl-example-progressfunc -curl__example__progressfunc_OBJECTS = \ -"CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o" - -# External object files for target curl-example-progressfunc -curl__example__progressfunc_EXTERNAL_OBJECTS = - -external/curl/docs/examples/progressfunc: external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o -external/curl/docs/examples/progressfunc: external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make -external/curl/docs/examples/progressfunc: external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/compiler_depend.ts -external/curl/docs/examples/progressfunc: external/curl/lib/libcurl.a -external/curl/docs/examples/progressfunc: /usr/lib/libz.so -external/curl/docs/examples/progressfunc: external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable progressfunc" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-progressfunc.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build: external/curl/docs/examples/progressfunc -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-progressfunc.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/cmake_clean.cmake deleted file mode 100644 index 78b02e13..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-progressfunc.dir/link.d" - "CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o" - "CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o.d" - "progressfunc" - "progressfunc.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-progressfunc.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/compiler_depend.make deleted file mode 100644 index ba71b621..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-progressfunc. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/compiler_depend.ts deleted file mode 100644 index dac4c816..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-progressfunc. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/depend.make deleted file mode 100644 index cbd58e03..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-progressfunc. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/link.txt deleted file mode 100644 index 0e20d0a2..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-progressfunc.dir/link.d "CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o" -o progressfunc ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/DependInfo.cmake deleted file mode 100644 index a9a0a73c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/protofeats.c" "external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.o.d" - "" "external/curl/docs/examples/protofeats" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make deleted file mode 100644 index f18473f6..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.o: external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/protofeats.c -external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.o: external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.o -MF CMakeFiles/curl-example-protofeats.dir/protofeats.c.o.d -o CMakeFiles/curl-example-protofeats.dir/protofeats.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/protofeats.c - -external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-protofeats.dir/protofeats.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/protofeats.c > CMakeFiles/curl-example-protofeats.dir/protofeats.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-protofeats.dir/protofeats.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/protofeats.c -o CMakeFiles/curl-example-protofeats.dir/protofeats.c.s - -# Object files for target curl-example-protofeats -curl__example__protofeats_OBJECTS = \ -"CMakeFiles/curl-example-protofeats.dir/protofeats.c.o" - -# External object files for target curl-example-protofeats -curl__example__protofeats_EXTERNAL_OBJECTS = - -external/curl/docs/examples/protofeats: external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.o -external/curl/docs/examples/protofeats: external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make -external/curl/docs/examples/protofeats: external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/compiler_depend.ts -external/curl/docs/examples/protofeats: external/curl/lib/libcurl.a -external/curl/docs/examples/protofeats: /usr/lib/libz.so -external/curl/docs/examples/protofeats: external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable protofeats" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-protofeats.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build: external/curl/docs/examples/protofeats -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-protofeats.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/cmake_clean.cmake deleted file mode 100644 index c5af21fd..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-protofeats.dir/link.d" - "CMakeFiles/curl-example-protofeats.dir/protofeats.c.o" - "CMakeFiles/curl-example-protofeats.dir/protofeats.c.o.d" - "protofeats" - "protofeats.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-protofeats.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/compiler_depend.make deleted file mode 100644 index 660d3cfd..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-protofeats. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/compiler_depend.ts deleted file mode 100644 index c8a8f0f5..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-protofeats. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/depend.make deleted file mode 100644 index f426bab6..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-protofeats. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/link.txt deleted file mode 100644 index 9475c898..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-protofeats.dir/link.d "CMakeFiles/curl-example-protofeats.dir/protofeats.c.o" -o protofeats ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/DependInfo.cmake deleted file mode 100644 index d906854d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/range.c" "external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.o.d" - "" "external/curl/docs/examples/range" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-range.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make deleted file mode 100644 index eb6b6c4a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-range.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-range.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-range.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-range.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-range.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-range.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.o: external/curl/docs/examples/CMakeFiles/curl-example-range.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/range.c -external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.o: external/curl/docs/examples/CMakeFiles/curl-example-range.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.o -MF CMakeFiles/curl-example-range.dir/range.c.o.d -o CMakeFiles/curl-example-range.dir/range.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/range.c - -external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-range.dir/range.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/range.c > CMakeFiles/curl-example-range.dir/range.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-range.dir/range.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/range.c -o CMakeFiles/curl-example-range.dir/range.c.s - -# Object files for target curl-example-range -curl__example__range_OBJECTS = \ -"CMakeFiles/curl-example-range.dir/range.c.o" - -# External object files for target curl-example-range -curl__example__range_EXTERNAL_OBJECTS = - -external/curl/docs/examples/range: external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.o -external/curl/docs/examples/range: external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make -external/curl/docs/examples/range: external/curl/docs/examples/CMakeFiles/curl-example-range.dir/compiler_depend.ts -external/curl/docs/examples/range: external/curl/lib/libcurl.a -external/curl/docs/examples/range: /usr/lib/libz.so -external/curl/docs/examples/range: external/curl/docs/examples/CMakeFiles/curl-example-range.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable range" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-range.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build: external/curl/docs/examples/range -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-range.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-range.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-range.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-range.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-range.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/cmake_clean.cmake deleted file mode 100644 index 75964903..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-range.dir/link.d" - "CMakeFiles/curl-example-range.dir/range.c.o" - "CMakeFiles/curl-example-range.dir/range.c.o.d" - "range" - "range.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-range.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/compiler_depend.make deleted file mode 100644 index 0aef7528..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-range. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/compiler_depend.ts deleted file mode 100644 index 6fbce845..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-range. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/depend.make deleted file mode 100644 index 327c7076..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-range. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/link.txt deleted file mode 100644 index 08341cd3..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-range.dir/link.d "CMakeFiles/curl-example-range.dir/range.c.o" -o range ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-range.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/DependInfo.cmake deleted file mode 100644 index 186f7047..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/resolve.c" "external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.o.d" - "" "external/curl/docs/examples/resolve" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make deleted file mode 100644 index 0418c50c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.o: external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/resolve.c -external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.o: external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.o -MF CMakeFiles/curl-example-resolve.dir/resolve.c.o.d -o CMakeFiles/curl-example-resolve.dir/resolve.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/resolve.c - -external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-resolve.dir/resolve.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/resolve.c > CMakeFiles/curl-example-resolve.dir/resolve.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-resolve.dir/resolve.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/resolve.c -o CMakeFiles/curl-example-resolve.dir/resolve.c.s - -# Object files for target curl-example-resolve -curl__example__resolve_OBJECTS = \ -"CMakeFiles/curl-example-resolve.dir/resolve.c.o" - -# External object files for target curl-example-resolve -curl__example__resolve_EXTERNAL_OBJECTS = - -external/curl/docs/examples/resolve: external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.o -external/curl/docs/examples/resolve: external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make -external/curl/docs/examples/resolve: external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/compiler_depend.ts -external/curl/docs/examples/resolve: external/curl/lib/libcurl.a -external/curl/docs/examples/resolve: /usr/lib/libz.so -external/curl/docs/examples/resolve: external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable resolve" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-resolve.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build: external/curl/docs/examples/resolve -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-resolve.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/cmake_clean.cmake deleted file mode 100644 index c8473e31..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-resolve.dir/link.d" - "CMakeFiles/curl-example-resolve.dir/resolve.c.o" - "CMakeFiles/curl-example-resolve.dir/resolve.c.o.d" - "resolve" - "resolve.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-resolve.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/compiler_depend.make deleted file mode 100644 index e7581c8a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-resolve. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/compiler_depend.ts deleted file mode 100644 index 4ced1e3f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-resolve. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/depend.make deleted file mode 100644 index d131980d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-resolve. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/link.txt deleted file mode 100644 index 4b257a71..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-resolve.dir/link.d "CMakeFiles/curl-example-resolve.dir/resolve.c.o" -o resolve ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/DependInfo.cmake deleted file mode 100644 index d408a1a7..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/rtsp-options.c" "external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o.d" - "" "external/curl/docs/examples/rtsp-options" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make deleted file mode 100644 index 59fd7160..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o: external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/rtsp-options.c -external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o: external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o -MF CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o.d -o CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/rtsp-options.c - -external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/rtsp-options.c > CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/rtsp-options.c -o CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.s - -# Object files for target curl-example-rtsp-options -curl__example__rtsp__options_OBJECTS = \ -"CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o" - -# External object files for target curl-example-rtsp-options -curl__example__rtsp__options_EXTERNAL_OBJECTS = - -external/curl/docs/examples/rtsp-options: external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o -external/curl/docs/examples/rtsp-options: external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make -external/curl/docs/examples/rtsp-options: external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/compiler_depend.ts -external/curl/docs/examples/rtsp-options: external/curl/lib/libcurl.a -external/curl/docs/examples/rtsp-options: /usr/lib/libz.so -external/curl/docs/examples/rtsp-options: external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable rtsp-options" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-rtsp-options.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build: external/curl/docs/examples/rtsp-options -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-rtsp-options.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/cmake_clean.cmake deleted file mode 100644 index 2a210f9b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-rtsp-options.dir/link.d" - "CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o" - "CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o.d" - "rtsp-options" - "rtsp-options.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-rtsp-options.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/compiler_depend.make deleted file mode 100644 index d87effa1..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-rtsp-options. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/compiler_depend.ts deleted file mode 100644 index a61f2541..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-rtsp-options. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/depend.make deleted file mode 100644 index c09bf10e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-rtsp-options. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/link.txt deleted file mode 100644 index 4914953b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-rtsp-options.dir/link.d "CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o" -o rtsp-options ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/DependInfo.cmake deleted file mode 100644 index 285c247b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/sendrecv.c" "external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o.d" - "" "external/curl/docs/examples/sendrecv" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make deleted file mode 100644 index 9e40fc4a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o: external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/sendrecv.c -external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o: external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o -MF CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o.d -o CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/sendrecv.c - -external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/sendrecv.c > CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/sendrecv.c -o CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.s - -# Object files for target curl-example-sendrecv -curl__example__sendrecv_OBJECTS = \ -"CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o" - -# External object files for target curl-example-sendrecv -curl__example__sendrecv_EXTERNAL_OBJECTS = - -external/curl/docs/examples/sendrecv: external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o -external/curl/docs/examples/sendrecv: external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make -external/curl/docs/examples/sendrecv: external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/compiler_depend.ts -external/curl/docs/examples/sendrecv: external/curl/lib/libcurl.a -external/curl/docs/examples/sendrecv: /usr/lib/libz.so -external/curl/docs/examples/sendrecv: external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable sendrecv" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-sendrecv.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build: external/curl/docs/examples/sendrecv -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-sendrecv.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/cmake_clean.cmake deleted file mode 100644 index 08856bdd..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-sendrecv.dir/link.d" - "CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o" - "CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o.d" - "sendrecv" - "sendrecv.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-sendrecv.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/compiler_depend.make deleted file mode 100644 index ea0dd249..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-sendrecv. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/compiler_depend.ts deleted file mode 100644 index 9002a50c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-sendrecv. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/depend.make deleted file mode 100644 index 0c4309cf..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-sendrecv. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/link.txt deleted file mode 100644 index 9e8280dd..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-sendrecv.dir/link.d "CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o" -o sendrecv ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/DependInfo.cmake deleted file mode 100644 index d1ccc0db..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/sepheaders.c" "external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o.d" - "" "external/curl/docs/examples/sepheaders" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make deleted file mode 100644 index db42f12f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o: external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/sepheaders.c -external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o: external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o -MF CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o.d -o CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/sepheaders.c - -external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/sepheaders.c > CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/sepheaders.c -o CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.s - -# Object files for target curl-example-sepheaders -curl__example__sepheaders_OBJECTS = \ -"CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o" - -# External object files for target curl-example-sepheaders -curl__example__sepheaders_EXTERNAL_OBJECTS = - -external/curl/docs/examples/sepheaders: external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o -external/curl/docs/examples/sepheaders: external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make -external/curl/docs/examples/sepheaders: external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/compiler_depend.ts -external/curl/docs/examples/sepheaders: external/curl/lib/libcurl.a -external/curl/docs/examples/sepheaders: /usr/lib/libz.so -external/curl/docs/examples/sepheaders: external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable sepheaders" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-sepheaders.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build: external/curl/docs/examples/sepheaders -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-sepheaders.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/cmake_clean.cmake deleted file mode 100644 index 312241fa..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-sepheaders.dir/link.d" - "CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o" - "CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o.d" - "sepheaders" - "sepheaders.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-sepheaders.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/compiler_depend.make deleted file mode 100644 index cd197830..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-sepheaders. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/compiler_depend.ts deleted file mode 100644 index 48449499..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-sepheaders. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/depend.make deleted file mode 100644 index c3c83e3b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-sepheaders. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/link.txt deleted file mode 100644 index 41e46547..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-sepheaders.dir/link.d "CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o" -o sepheaders ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/DependInfo.cmake deleted file mode 100644 index f16e743e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/sftpget.c" "external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.o.d" - "" "external/curl/docs/examples/sftpget" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make deleted file mode 100644 index fab066ec..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.o: external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/sftpget.c -external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.o: external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.o -MF CMakeFiles/curl-example-sftpget.dir/sftpget.c.o.d -o CMakeFiles/curl-example-sftpget.dir/sftpget.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/sftpget.c - -external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-sftpget.dir/sftpget.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/sftpget.c > CMakeFiles/curl-example-sftpget.dir/sftpget.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-sftpget.dir/sftpget.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/sftpget.c -o CMakeFiles/curl-example-sftpget.dir/sftpget.c.s - -# Object files for target curl-example-sftpget -curl__example__sftpget_OBJECTS = \ -"CMakeFiles/curl-example-sftpget.dir/sftpget.c.o" - -# External object files for target curl-example-sftpget -curl__example__sftpget_EXTERNAL_OBJECTS = - -external/curl/docs/examples/sftpget: external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.o -external/curl/docs/examples/sftpget: external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make -external/curl/docs/examples/sftpget: external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/compiler_depend.ts -external/curl/docs/examples/sftpget: external/curl/lib/libcurl.a -external/curl/docs/examples/sftpget: /usr/lib/libz.so -external/curl/docs/examples/sftpget: external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable sftpget" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-sftpget.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build: external/curl/docs/examples/sftpget -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-sftpget.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/cmake_clean.cmake deleted file mode 100644 index f00c2466..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-sftpget.dir/link.d" - "CMakeFiles/curl-example-sftpget.dir/sftpget.c.o" - "CMakeFiles/curl-example-sftpget.dir/sftpget.c.o.d" - "sftpget" - "sftpget.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-sftpget.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/compiler_depend.make deleted file mode 100644 index 032e1b72..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-sftpget. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/compiler_depend.ts deleted file mode 100644 index 49e10f73..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-sftpget. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/depend.make deleted file mode 100644 index 54213fcb..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-sftpget. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/link.txt deleted file mode 100644 index 05e49f2b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-sftpget.dir/link.d "CMakeFiles/curl-example-sftpget.dir/sftpget.c.o" -o sftpget ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/progress.make deleted file mode 100644 index 99f4ee92..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = 41 -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/DependInfo.cmake deleted file mode 100644 index d8dbaa30..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/sftpuploadresume.c" "external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o.d" - "" "external/curl/docs/examples/sftpuploadresume" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make deleted file mode 100644 index b0284792..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o: external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/sftpuploadresume.c -external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o: external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o -MF CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o.d -o CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/sftpuploadresume.c - -external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/sftpuploadresume.c > CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/sftpuploadresume.c -o CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.s - -# Object files for target curl-example-sftpuploadresume -curl__example__sftpuploadresume_OBJECTS = \ -"CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o" - -# External object files for target curl-example-sftpuploadresume -curl__example__sftpuploadresume_EXTERNAL_OBJECTS = - -external/curl/docs/examples/sftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o -external/curl/docs/examples/sftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make -external/curl/docs/examples/sftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/compiler_depend.ts -external/curl/docs/examples/sftpuploadresume: external/curl/lib/libcurl.a -external/curl/docs/examples/sftpuploadresume: /usr/lib/libz.so -external/curl/docs/examples/sftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable sftpuploadresume" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-sftpuploadresume.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build: external/curl/docs/examples/sftpuploadresume -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-sftpuploadresume.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/cmake_clean.cmake deleted file mode 100644 index 234b234a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-sftpuploadresume.dir/link.d" - "CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o" - "CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o.d" - "sftpuploadresume" - "sftpuploadresume.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-sftpuploadresume.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/compiler_depend.make deleted file mode 100644 index b8123db8..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-sftpuploadresume. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/compiler_depend.ts deleted file mode 100644 index 8557ef60..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-sftpuploadresume. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/depend.make deleted file mode 100644 index c419875f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-sftpuploadresume. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/link.txt deleted file mode 100644 index aa701263..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-sftpuploadresume.dir/link.d "CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o" -o sftpuploadresume ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/DependInfo.cmake deleted file mode 100644 index 1896a622..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/shared-connection-cache.c" "external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o.d" - "" "external/curl/docs/examples/shared-connection-cache" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make deleted file mode 100644 index 887e86dc..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o: external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/shared-connection-cache.c -external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o: external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o -MF CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o.d -o CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/shared-connection-cache.c - -external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/shared-connection-cache.c > CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/shared-connection-cache.c -o CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.s - -# Object files for target curl-example-shared-connection-cache -curl__example__shared__connection__cache_OBJECTS = \ -"CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o" - -# External object files for target curl-example-shared-connection-cache -curl__example__shared__connection__cache_EXTERNAL_OBJECTS = - -external/curl/docs/examples/shared-connection-cache: external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o -external/curl/docs/examples/shared-connection-cache: external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make -external/curl/docs/examples/shared-connection-cache: external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/compiler_depend.ts -external/curl/docs/examples/shared-connection-cache: external/curl/lib/libcurl.a -external/curl/docs/examples/shared-connection-cache: /usr/lib/libz.so -external/curl/docs/examples/shared-connection-cache: external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable shared-connection-cache" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-shared-connection-cache.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build: external/curl/docs/examples/shared-connection-cache -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-shared-connection-cache.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/cmake_clean.cmake deleted file mode 100644 index 24420166..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-shared-connection-cache.dir/link.d" - "CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o" - "CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o.d" - "shared-connection-cache" - "shared-connection-cache.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-shared-connection-cache.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/compiler_depend.make deleted file mode 100644 index 15ea41c5..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-shared-connection-cache. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/compiler_depend.ts deleted file mode 100644 index 559ae7a1..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-shared-connection-cache. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/depend.make deleted file mode 100644 index 730124fb..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-shared-connection-cache. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/link.txt deleted file mode 100644 index 6461ec6e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-shared-connection-cache.dir/link.d "CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o" -o shared-connection-cache ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/DependInfo.cmake deleted file mode 100644 index f02963fb..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/simple.c" "external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.o.d" - "" "external/curl/docs/examples/simple" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make deleted file mode 100644 index 129d69b0..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.o: external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/simple.c -external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.o: external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.o -MF CMakeFiles/curl-example-simple.dir/simple.c.o.d -o CMakeFiles/curl-example-simple.dir/simple.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/simple.c - -external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-simple.dir/simple.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/simple.c > CMakeFiles/curl-example-simple.dir/simple.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-simple.dir/simple.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/simple.c -o CMakeFiles/curl-example-simple.dir/simple.c.s - -# Object files for target curl-example-simple -curl__example__simple_OBJECTS = \ -"CMakeFiles/curl-example-simple.dir/simple.c.o" - -# External object files for target curl-example-simple -curl__example__simple_EXTERNAL_OBJECTS = - -external/curl/docs/examples/simple: external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.o -external/curl/docs/examples/simple: external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make -external/curl/docs/examples/simple: external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/compiler_depend.ts -external/curl/docs/examples/simple: external/curl/lib/libcurl.a -external/curl/docs/examples/simple: /usr/lib/libz.so -external/curl/docs/examples/simple: external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable simple" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-simple.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build: external/curl/docs/examples/simple -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-simple.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/cmake_clean.cmake deleted file mode 100644 index f9709817..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-simple.dir/link.d" - "CMakeFiles/curl-example-simple.dir/simple.c.o" - "CMakeFiles/curl-example-simple.dir/simple.c.o.d" - "simple" - "simple.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-simple.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/compiler_depend.make deleted file mode 100644 index b86277eb..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-simple. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/compiler_depend.ts deleted file mode 100644 index 3bbe0bf1..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-simple. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/depend.make deleted file mode 100644 index 10c2cf6d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-simple. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/link.txt deleted file mode 100644 index 64cb6062..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-simple.dir/link.d "CMakeFiles/curl-example-simple.dir/simple.c.o" -o simple ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/DependInfo.cmake deleted file mode 100644 index cadac4c1..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/simplepost.c" "external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.o.d" - "" "external/curl/docs/examples/simplepost" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make deleted file mode 100644 index f54e323a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.o: external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/simplepost.c -external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.o: external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.o -MF CMakeFiles/curl-example-simplepost.dir/simplepost.c.o.d -o CMakeFiles/curl-example-simplepost.dir/simplepost.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/simplepost.c - -external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-simplepost.dir/simplepost.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/simplepost.c > CMakeFiles/curl-example-simplepost.dir/simplepost.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-simplepost.dir/simplepost.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/simplepost.c -o CMakeFiles/curl-example-simplepost.dir/simplepost.c.s - -# Object files for target curl-example-simplepost -curl__example__simplepost_OBJECTS = \ -"CMakeFiles/curl-example-simplepost.dir/simplepost.c.o" - -# External object files for target curl-example-simplepost -curl__example__simplepost_EXTERNAL_OBJECTS = - -external/curl/docs/examples/simplepost: external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.o -external/curl/docs/examples/simplepost: external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make -external/curl/docs/examples/simplepost: external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/compiler_depend.ts -external/curl/docs/examples/simplepost: external/curl/lib/libcurl.a -external/curl/docs/examples/simplepost: /usr/lib/libz.so -external/curl/docs/examples/simplepost: external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable simplepost" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-simplepost.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build: external/curl/docs/examples/simplepost -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-simplepost.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/cmake_clean.cmake deleted file mode 100644 index f433076c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-simplepost.dir/link.d" - "CMakeFiles/curl-example-simplepost.dir/simplepost.c.o" - "CMakeFiles/curl-example-simplepost.dir/simplepost.c.o.d" - "simplepost" - "simplepost.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-simplepost.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/compiler_depend.make deleted file mode 100644 index a8390142..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-simplepost. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/compiler_depend.ts deleted file mode 100644 index c3fcf768..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-simplepost. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/depend.make deleted file mode 100644 index 3ee87fc5..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-simplepost. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/link.txt deleted file mode 100644 index d79175c1..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-simplepost.dir/link.d "CMakeFiles/curl-example-simplepost.dir/simplepost.c.o" -o simplepost ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/DependInfo.cmake deleted file mode 100644 index 14ad1900..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/simplessl.c" "external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.o.d" - "" "external/curl/docs/examples/simplessl" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make deleted file mode 100644 index 1bd334b7..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/simplessl.c -external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.o -MF CMakeFiles/curl-example-simplessl.dir/simplessl.c.o.d -o CMakeFiles/curl-example-simplessl.dir/simplessl.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/simplessl.c - -external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-simplessl.dir/simplessl.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/simplessl.c > CMakeFiles/curl-example-simplessl.dir/simplessl.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-simplessl.dir/simplessl.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/simplessl.c -o CMakeFiles/curl-example-simplessl.dir/simplessl.c.s - -# Object files for target curl-example-simplessl -curl__example__simplessl_OBJECTS = \ -"CMakeFiles/curl-example-simplessl.dir/simplessl.c.o" - -# External object files for target curl-example-simplessl -curl__example__simplessl_EXTERNAL_OBJECTS = - -external/curl/docs/examples/simplessl: external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.o -external/curl/docs/examples/simplessl: external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make -external/curl/docs/examples/simplessl: external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/compiler_depend.ts -external/curl/docs/examples/simplessl: external/curl/lib/libcurl.a -external/curl/docs/examples/simplessl: /usr/lib/libz.so -external/curl/docs/examples/simplessl: external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable simplessl" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-simplessl.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build: external/curl/docs/examples/simplessl -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-simplessl.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/cmake_clean.cmake deleted file mode 100644 index df06cc5b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-simplessl.dir/link.d" - "CMakeFiles/curl-example-simplessl.dir/simplessl.c.o" - "CMakeFiles/curl-example-simplessl.dir/simplessl.c.o.d" - "simplessl" - "simplessl.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-simplessl.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/compiler_depend.make deleted file mode 100644 index ea037a4c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-simplessl. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/compiler_depend.ts deleted file mode 100644 index 29e957ef..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-simplessl. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/depend.make deleted file mode 100644 index 5efde102..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-simplessl. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/link.txt deleted file mode 100644 index 5fa326aa..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-simplessl.dir/link.d "CMakeFiles/curl-example-simplessl.dir/simplessl.c.o" -o simplessl ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/DependInfo.cmake deleted file mode 100644 index 74559d76..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-authzid.c" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o.d" - "" "external/curl/docs/examples/smtp-authzid" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make deleted file mode 100644 index 2a71902f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-authzid.c -external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o -MF CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o.d -o CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-authzid.c - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-authzid.c > CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-authzid.c -o CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.s - -# Object files for target curl-example-smtp-authzid -curl__example__smtp__authzid_OBJECTS = \ -"CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o" - -# External object files for target curl-example-smtp-authzid -curl__example__smtp__authzid_EXTERNAL_OBJECTS = - -external/curl/docs/examples/smtp-authzid: external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o -external/curl/docs/examples/smtp-authzid: external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make -external/curl/docs/examples/smtp-authzid: external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/compiler_depend.ts -external/curl/docs/examples/smtp-authzid: external/curl/lib/libcurl.a -external/curl/docs/examples/smtp-authzid: /usr/lib/libz.so -external/curl/docs/examples/smtp-authzid: external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable smtp-authzid" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-smtp-authzid.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build: external/curl/docs/examples/smtp-authzid -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-smtp-authzid.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/cmake_clean.cmake deleted file mode 100644 index 54c7f2a8..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-smtp-authzid.dir/link.d" - "CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o" - "CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o.d" - "smtp-authzid" - "smtp-authzid.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-smtp-authzid.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/compiler_depend.make deleted file mode 100644 index 1fe0af50..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-smtp-authzid. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/compiler_depend.ts deleted file mode 100644 index 3acf9078..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-smtp-authzid. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/depend.make deleted file mode 100644 index 165000c7..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-smtp-authzid. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/link.txt deleted file mode 100644 index f753cb5b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-smtp-authzid.dir/link.d "CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o" -o smtp-authzid ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/DependInfo.cmake deleted file mode 100644 index 82339127..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-expn.c" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o.d" - "" "external/curl/docs/examples/smtp-expn" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make deleted file mode 100644 index 561ec926..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-expn.c -external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o -MF CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o.d -o CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-expn.c - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-expn.c > CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-expn.c -o CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.s - -# Object files for target curl-example-smtp-expn -curl__example__smtp__expn_OBJECTS = \ -"CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o" - -# External object files for target curl-example-smtp-expn -curl__example__smtp__expn_EXTERNAL_OBJECTS = - -external/curl/docs/examples/smtp-expn: external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o -external/curl/docs/examples/smtp-expn: external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make -external/curl/docs/examples/smtp-expn: external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/compiler_depend.ts -external/curl/docs/examples/smtp-expn: external/curl/lib/libcurl.a -external/curl/docs/examples/smtp-expn: /usr/lib/libz.so -external/curl/docs/examples/smtp-expn: external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable smtp-expn" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-smtp-expn.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build: external/curl/docs/examples/smtp-expn -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-smtp-expn.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/cmake_clean.cmake deleted file mode 100644 index 4408a087..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-smtp-expn.dir/link.d" - "CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o" - "CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o.d" - "smtp-expn" - "smtp-expn.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-smtp-expn.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/compiler_depend.make deleted file mode 100644 index 2636fc5f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-smtp-expn. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/compiler_depend.ts deleted file mode 100644 index fa42aa30..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-smtp-expn. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/depend.make deleted file mode 100644 index b53b3b1a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-smtp-expn. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/link.txt deleted file mode 100644 index 40fd1ffd..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-smtp-expn.dir/link.d "CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o" -o smtp-expn ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/DependInfo.cmake deleted file mode 100644 index e9fe9876..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-mail.c" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o.d" - "" "external/curl/docs/examples/smtp-mail" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make deleted file mode 100644 index d3e26542..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-mail.c -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o -MF CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o.d -o CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-mail.c - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-mail.c > CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-mail.c -o CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.s - -# Object files for target curl-example-smtp-mail -curl__example__smtp__mail_OBJECTS = \ -"CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o" - -# External object files for target curl-example-smtp-mail -curl__example__smtp__mail_EXTERNAL_OBJECTS = - -external/curl/docs/examples/smtp-mail: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o -external/curl/docs/examples/smtp-mail: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make -external/curl/docs/examples/smtp-mail: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/compiler_depend.ts -external/curl/docs/examples/smtp-mail: external/curl/lib/libcurl.a -external/curl/docs/examples/smtp-mail: /usr/lib/libz.so -external/curl/docs/examples/smtp-mail: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable smtp-mail" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-smtp-mail.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build: external/curl/docs/examples/smtp-mail -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-smtp-mail.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/cmake_clean.cmake deleted file mode 100644 index 07a97b93..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-smtp-mail.dir/link.d" - "CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o" - "CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o.d" - "smtp-mail" - "smtp-mail.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-smtp-mail.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/compiler_depend.make deleted file mode 100644 index 1dc2894b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-smtp-mail. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/compiler_depend.ts deleted file mode 100644 index 774d5de8..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-smtp-mail. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/depend.make deleted file mode 100644 index c9344ac7..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-smtp-mail. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/link.txt deleted file mode 100644 index 5084f6ca..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-smtp-mail.dir/link.d "CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o" -o smtp-mail ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/DependInfo.cmake deleted file mode 100644 index ebc55b11..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-mime.c" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o.d" - "" "external/curl/docs/examples/smtp-mime" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make deleted file mode 100644 index b85a9b56..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-mime.c -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o -MF CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o.d -o CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-mime.c - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-mime.c > CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-mime.c -o CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.s - -# Object files for target curl-example-smtp-mime -curl__example__smtp__mime_OBJECTS = \ -"CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o" - -# External object files for target curl-example-smtp-mime -curl__example__smtp__mime_EXTERNAL_OBJECTS = - -external/curl/docs/examples/smtp-mime: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o -external/curl/docs/examples/smtp-mime: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make -external/curl/docs/examples/smtp-mime: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/compiler_depend.ts -external/curl/docs/examples/smtp-mime: external/curl/lib/libcurl.a -external/curl/docs/examples/smtp-mime: /usr/lib/libz.so -external/curl/docs/examples/smtp-mime: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable smtp-mime" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-smtp-mime.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build: external/curl/docs/examples/smtp-mime -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-smtp-mime.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/cmake_clean.cmake deleted file mode 100644 index 2a85b7fe..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-smtp-mime.dir/link.d" - "CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o" - "CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o.d" - "smtp-mime" - "smtp-mime.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-smtp-mime.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/compiler_depend.make deleted file mode 100644 index ddad9101..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-smtp-mime. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/compiler_depend.ts deleted file mode 100644 index 1671c5fc..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-smtp-mime. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/depend.make deleted file mode 100644 index 7611d34b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-smtp-mime. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/link.txt deleted file mode 100644 index 0c775e56..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-smtp-mime.dir/link.d "CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o" -o smtp-mime ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/DependInfo.cmake deleted file mode 100644 index ac1ecb0c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-multi.c" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o.d" - "" "external/curl/docs/examples/smtp-multi" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make deleted file mode 100644 index d8b9ee3e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-multi.c -external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o -MF CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o.d -o CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-multi.c - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-multi.c > CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-multi.c -o CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.s - -# Object files for target curl-example-smtp-multi -curl__example__smtp__multi_OBJECTS = \ -"CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o" - -# External object files for target curl-example-smtp-multi -curl__example__smtp__multi_EXTERNAL_OBJECTS = - -external/curl/docs/examples/smtp-multi: external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o -external/curl/docs/examples/smtp-multi: external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make -external/curl/docs/examples/smtp-multi: external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/compiler_depend.ts -external/curl/docs/examples/smtp-multi: external/curl/lib/libcurl.a -external/curl/docs/examples/smtp-multi: /usr/lib/libz.so -external/curl/docs/examples/smtp-multi: external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable smtp-multi" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-smtp-multi.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build: external/curl/docs/examples/smtp-multi -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-smtp-multi.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/cmake_clean.cmake deleted file mode 100644 index c8ae041c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-smtp-multi.dir/link.d" - "CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o" - "CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o.d" - "smtp-multi" - "smtp-multi.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-smtp-multi.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/compiler_depend.make deleted file mode 100644 index 3c7fa65c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-smtp-multi. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/compiler_depend.ts deleted file mode 100644 index 48c2a51a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-smtp-multi. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/depend.make deleted file mode 100644 index 9880f0bf..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-smtp-multi. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/link.txt deleted file mode 100644 index c8bab0f6..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-smtp-multi.dir/link.d "CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o" -o smtp-multi ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/DependInfo.cmake deleted file mode 100644 index 68b76af7..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-ssl.c" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o.d" - "" "external/curl/docs/examples/smtp-ssl" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make deleted file mode 100644 index ca325cfb..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-ssl.c -external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o -MF CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o.d -o CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-ssl.c - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-ssl.c > CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-ssl.c -o CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.s - -# Object files for target curl-example-smtp-ssl -curl__example__smtp__ssl_OBJECTS = \ -"CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o" - -# External object files for target curl-example-smtp-ssl -curl__example__smtp__ssl_EXTERNAL_OBJECTS = - -external/curl/docs/examples/smtp-ssl: external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o -external/curl/docs/examples/smtp-ssl: external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make -external/curl/docs/examples/smtp-ssl: external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/compiler_depend.ts -external/curl/docs/examples/smtp-ssl: external/curl/lib/libcurl.a -external/curl/docs/examples/smtp-ssl: /usr/lib/libz.so -external/curl/docs/examples/smtp-ssl: external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable smtp-ssl" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-smtp-ssl.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build: external/curl/docs/examples/smtp-ssl -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-smtp-ssl.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/cmake_clean.cmake deleted file mode 100644 index dbd0b90c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-smtp-ssl.dir/link.d" - "CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o" - "CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o.d" - "smtp-ssl" - "smtp-ssl.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-smtp-ssl.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/compiler_depend.make deleted file mode 100644 index 419f401f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-smtp-ssl. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/compiler_depend.ts deleted file mode 100644 index a44ac451..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-smtp-ssl. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/depend.make deleted file mode 100644 index eb6b4129..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-smtp-ssl. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/link.txt deleted file mode 100644 index 8e543b13..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-smtp-ssl.dir/link.d "CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o" -o smtp-ssl ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/DependInfo.cmake deleted file mode 100644 index 0c8a6a7c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-tls.c" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o.d" - "" "external/curl/docs/examples/smtp-tls" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make deleted file mode 100644 index d2c6b29f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-tls.c -external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o -MF CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o.d -o CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-tls.c - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-tls.c > CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-tls.c -o CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.s - -# Object files for target curl-example-smtp-tls -curl__example__smtp__tls_OBJECTS = \ -"CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o" - -# External object files for target curl-example-smtp-tls -curl__example__smtp__tls_EXTERNAL_OBJECTS = - -external/curl/docs/examples/smtp-tls: external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o -external/curl/docs/examples/smtp-tls: external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make -external/curl/docs/examples/smtp-tls: external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/compiler_depend.ts -external/curl/docs/examples/smtp-tls: external/curl/lib/libcurl.a -external/curl/docs/examples/smtp-tls: /usr/lib/libz.so -external/curl/docs/examples/smtp-tls: external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable smtp-tls" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-smtp-tls.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build: external/curl/docs/examples/smtp-tls -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-smtp-tls.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/cmake_clean.cmake deleted file mode 100644 index fa7bd04d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-smtp-tls.dir/link.d" - "CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o" - "CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o.d" - "smtp-tls" - "smtp-tls.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-smtp-tls.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/compiler_depend.make deleted file mode 100644 index b7eb7be7..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-smtp-tls. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/compiler_depend.ts deleted file mode 100644 index a731ff5e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-smtp-tls. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/depend.make deleted file mode 100644 index dde4a52a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-smtp-tls. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/link.txt deleted file mode 100644 index 18f8a22f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-smtp-tls.dir/link.d "CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o" -o smtp-tls ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/DependInfo.cmake deleted file mode 100644 index c3a4eb4f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-vrfy.c" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o.d" - "" "external/curl/docs/examples/smtp-vrfy" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make deleted file mode 100644 index a63b5982..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-vrfy.c -external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o: external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o -MF CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o.d -o CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-vrfy.c - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-vrfy.c > CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/smtp-vrfy.c -o CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.s - -# Object files for target curl-example-smtp-vrfy -curl__example__smtp__vrfy_OBJECTS = \ -"CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o" - -# External object files for target curl-example-smtp-vrfy -curl__example__smtp__vrfy_EXTERNAL_OBJECTS = - -external/curl/docs/examples/smtp-vrfy: external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o -external/curl/docs/examples/smtp-vrfy: external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make -external/curl/docs/examples/smtp-vrfy: external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/compiler_depend.ts -external/curl/docs/examples/smtp-vrfy: external/curl/lib/libcurl.a -external/curl/docs/examples/smtp-vrfy: /usr/lib/libz.so -external/curl/docs/examples/smtp-vrfy: external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable smtp-vrfy" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-smtp-vrfy.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build: external/curl/docs/examples/smtp-vrfy -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-smtp-vrfy.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/cmake_clean.cmake deleted file mode 100644 index 730e415a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-smtp-vrfy.dir/link.d" - "CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o" - "CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o.d" - "smtp-vrfy" - "smtp-vrfy.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-smtp-vrfy.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/compiler_depend.make deleted file mode 100644 index 11f0f625..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-smtp-vrfy. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/compiler_depend.ts deleted file mode 100644 index 18acc9ea..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-smtp-vrfy. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/depend.make deleted file mode 100644 index acf94776..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-smtp-vrfy. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/link.txt deleted file mode 100644 index c6b28fc8..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-smtp-vrfy.dir/link.d "CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o" -o smtp-vrfy ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/DependInfo.cmake deleted file mode 100644 index 78a0ce88..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/sslbackend.c" "external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o.d" - "" "external/curl/docs/examples/sslbackend" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make deleted file mode 100644 index 84627ac0..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o: external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/sslbackend.c -external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o: external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o -MF CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o.d -o CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/sslbackend.c - -external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/sslbackend.c > CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/sslbackend.c -o CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.s - -# Object files for target curl-example-sslbackend -curl__example__sslbackend_OBJECTS = \ -"CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o" - -# External object files for target curl-example-sslbackend -curl__example__sslbackend_EXTERNAL_OBJECTS = - -external/curl/docs/examples/sslbackend: external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o -external/curl/docs/examples/sslbackend: external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make -external/curl/docs/examples/sslbackend: external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/compiler_depend.ts -external/curl/docs/examples/sslbackend: external/curl/lib/libcurl.a -external/curl/docs/examples/sslbackend: /usr/lib/libz.so -external/curl/docs/examples/sslbackend: external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable sslbackend" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-sslbackend.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build: external/curl/docs/examples/sslbackend -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-sslbackend.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/cmake_clean.cmake deleted file mode 100644 index 356744df..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-sslbackend.dir/link.d" - "CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o" - "CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o.d" - "sslbackend" - "sslbackend.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-sslbackend.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/compiler_depend.make deleted file mode 100644 index 1c6fe001..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-sslbackend. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/compiler_depend.ts deleted file mode 100644 index 4b96e4ac..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-sslbackend. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/depend.make deleted file mode 100644 index 860dc55a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-sslbackend. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/link.txt deleted file mode 100644 index 72ccf497..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-sslbackend.dir/link.d "CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o" -o sslbackend ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/progress.make deleted file mode 100644 index 3c4649e8..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = 42 -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/DependInfo.cmake deleted file mode 100644 index 6b3d6ae3..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/unixsocket.c" "external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o.d" - "" "external/curl/docs/examples/unixsocket" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make deleted file mode 100644 index f07e832a..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o: external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/unixsocket.c -external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o: external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o -MF CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o.d -o CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/unixsocket.c - -external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/unixsocket.c > CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/unixsocket.c -o CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.s - -# Object files for target curl-example-unixsocket -curl__example__unixsocket_OBJECTS = \ -"CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o" - -# External object files for target curl-example-unixsocket -curl__example__unixsocket_EXTERNAL_OBJECTS = - -external/curl/docs/examples/unixsocket: external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o -external/curl/docs/examples/unixsocket: external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make -external/curl/docs/examples/unixsocket: external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/compiler_depend.ts -external/curl/docs/examples/unixsocket: external/curl/lib/libcurl.a -external/curl/docs/examples/unixsocket: /usr/lib/libz.so -external/curl/docs/examples/unixsocket: external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable unixsocket" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-unixsocket.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build: external/curl/docs/examples/unixsocket -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-unixsocket.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/cmake_clean.cmake deleted file mode 100644 index ea3dbc8c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-unixsocket.dir/link.d" - "CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o" - "CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o.d" - "unixsocket" - "unixsocket.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-unixsocket.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/compiler_depend.make deleted file mode 100644 index 7c4b9a25..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-unixsocket. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/compiler_depend.ts deleted file mode 100644 index a80a525e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-unixsocket. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/depend.make deleted file mode 100644 index 93d5bb41..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-unixsocket. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/link.txt deleted file mode 100644 index 08044692..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-unixsocket.dir/link.d "CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o" -o unixsocket ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/DependInfo.cmake deleted file mode 100644 index fb355b64..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/url2file.c" "external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.o.d" - "" "external/curl/docs/examples/url2file" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make deleted file mode 100644 index a4c9f55b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.o: external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/url2file.c -external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.o: external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.o -MF CMakeFiles/curl-example-url2file.dir/url2file.c.o.d -o CMakeFiles/curl-example-url2file.dir/url2file.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/url2file.c - -external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-url2file.dir/url2file.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/url2file.c > CMakeFiles/curl-example-url2file.dir/url2file.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-url2file.dir/url2file.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/url2file.c -o CMakeFiles/curl-example-url2file.dir/url2file.c.s - -# Object files for target curl-example-url2file -curl__example__url2file_OBJECTS = \ -"CMakeFiles/curl-example-url2file.dir/url2file.c.o" - -# External object files for target curl-example-url2file -curl__example__url2file_EXTERNAL_OBJECTS = - -external/curl/docs/examples/url2file: external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.o -external/curl/docs/examples/url2file: external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make -external/curl/docs/examples/url2file: external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/compiler_depend.ts -external/curl/docs/examples/url2file: external/curl/lib/libcurl.a -external/curl/docs/examples/url2file: /usr/lib/libz.so -external/curl/docs/examples/url2file: external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable url2file" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-url2file.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build: external/curl/docs/examples/url2file -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-url2file.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/cmake_clean.cmake deleted file mode 100644 index 4aad28ac..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-url2file.dir/link.d" - "CMakeFiles/curl-example-url2file.dir/url2file.c.o" - "CMakeFiles/curl-example-url2file.dir/url2file.c.o.d" - "url2file" - "url2file.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-url2file.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/compiler_depend.make deleted file mode 100644 index 98b1d38f..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-url2file. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/compiler_depend.ts deleted file mode 100644 index fd16bff6..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-url2file. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/depend.make deleted file mode 100644 index 0969ed3c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-url2file. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/link.txt deleted file mode 100644 index d3f8e49e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-url2file.dir/link.d "CMakeFiles/curl-example-url2file.dir/url2file.c.o" -o url2file ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/DependInfo.cmake deleted file mode 100644 index 259bf011..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/urlapi.c" "external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.o.d" - "" "external/curl/docs/examples/urlapi" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make deleted file mode 100644 index 198ecde2..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.o: external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/urlapi.c -external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.o: external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.o -MF CMakeFiles/curl-example-urlapi.dir/urlapi.c.o.d -o CMakeFiles/curl-example-urlapi.dir/urlapi.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/urlapi.c - -external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-urlapi.dir/urlapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/urlapi.c > CMakeFiles/curl-example-urlapi.dir/urlapi.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-urlapi.dir/urlapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/urlapi.c -o CMakeFiles/curl-example-urlapi.dir/urlapi.c.s - -# Object files for target curl-example-urlapi -curl__example__urlapi_OBJECTS = \ -"CMakeFiles/curl-example-urlapi.dir/urlapi.c.o" - -# External object files for target curl-example-urlapi -curl__example__urlapi_EXTERNAL_OBJECTS = - -external/curl/docs/examples/urlapi: external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.o -external/curl/docs/examples/urlapi: external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make -external/curl/docs/examples/urlapi: external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/compiler_depend.ts -external/curl/docs/examples/urlapi: external/curl/lib/libcurl.a -external/curl/docs/examples/urlapi: /usr/lib/libz.so -external/curl/docs/examples/urlapi: external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable urlapi" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-urlapi.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build: external/curl/docs/examples/urlapi -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-urlapi.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/cmake_clean.cmake deleted file mode 100644 index edc829a8..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-urlapi.dir/link.d" - "CMakeFiles/curl-example-urlapi.dir/urlapi.c.o" - "CMakeFiles/curl-example-urlapi.dir/urlapi.c.o.d" - "urlapi" - "urlapi.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-urlapi.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/compiler_depend.make deleted file mode 100644 index de3946b2..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-urlapi. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/compiler_depend.ts deleted file mode 100644 index 6ecefdc6..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-urlapi. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/depend.make deleted file mode 100644 index e55eea6d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-urlapi. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/link.txt deleted file mode 100644 index abdabe1e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-urlapi.dir/link.d "CMakeFiles/curl-example-urlapi.dir/urlapi.c.o" -o urlapi ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/DependInfo.cmake deleted file mode 100644 index 903aba18..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/websocket-cb.c" "external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o.d" - "" "external/curl/docs/examples/websocket-cb" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make deleted file mode 100644 index 24f23e29..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o: external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/websocket-cb.c -external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o: external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o -MF CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o.d -o CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/websocket-cb.c - -external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/websocket-cb.c > CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/websocket-cb.c -o CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.s - -# Object files for target curl-example-websocket-cb -curl__example__websocket__cb_OBJECTS = \ -"CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o" - -# External object files for target curl-example-websocket-cb -curl__example__websocket__cb_EXTERNAL_OBJECTS = - -external/curl/docs/examples/websocket-cb: external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o -external/curl/docs/examples/websocket-cb: external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make -external/curl/docs/examples/websocket-cb: external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/compiler_depend.ts -external/curl/docs/examples/websocket-cb: external/curl/lib/libcurl.a -external/curl/docs/examples/websocket-cb: /usr/lib/libz.so -external/curl/docs/examples/websocket-cb: external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable websocket-cb" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-websocket-cb.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build: external/curl/docs/examples/websocket-cb -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-websocket-cb.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/cmake_clean.cmake deleted file mode 100644 index e8e147f8..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-websocket-cb.dir/link.d" - "CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o" - "CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o.d" - "websocket-cb" - "websocket-cb.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-websocket-cb.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/compiler_depend.make deleted file mode 100644 index 7b0bd236..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-websocket-cb. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/compiler_depend.ts deleted file mode 100644 index 203b8144..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-websocket-cb. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/depend.make deleted file mode 100644 index 02cdbcd0..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-websocket-cb. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/link.txt deleted file mode 100644 index 9810e8bb..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-websocket-cb.dir/link.d "CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o" -o websocket-cb ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/DependInfo.cmake deleted file mode 100644 index f0740749..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/docs/examples/websocket.c" "external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.o" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.o.d" - "" "external/curl/docs/examples/websocket" "gcc" "external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make deleted file mode 100644 index 6d931912..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/flags.make - -external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/codegen - -external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.o: external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/flags.make -external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.o: /home/guest/Downloads/PopLib/external/curl/docs/examples/websocket.c -external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.o: external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.o -MF CMakeFiles/curl-example-websocket.dir/websocket.c.o.d -o CMakeFiles/curl-example-websocket.dir/websocket.c.o -c /home/guest/Downloads/PopLib/external/curl/docs/examples/websocket.c - -external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curl-example-websocket.dir/websocket.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/docs/examples/websocket.c > CMakeFiles/curl-example-websocket.dir/websocket.c.i - -external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curl-example-websocket.dir/websocket.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/docs/examples/websocket.c -o CMakeFiles/curl-example-websocket.dir/websocket.c.s - -# Object files for target curl-example-websocket -curl__example__websocket_OBJECTS = \ -"CMakeFiles/curl-example-websocket.dir/websocket.c.o" - -# External object files for target curl-example-websocket -curl__example__websocket_EXTERNAL_OBJECTS = - -external/curl/docs/examples/websocket: external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.o -external/curl/docs/examples/websocket: external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make -external/curl/docs/examples/websocket: external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/compiler_depend.ts -external/curl/docs/examples/websocket: external/curl/lib/libcurl.a -external/curl/docs/examples/websocket: /usr/lib/libz.so -external/curl/docs/examples/websocket: external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable websocket" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curl-example-websocket.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build: external/curl/docs/examples/websocket -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build - -external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-example-websocket.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/cmake_clean.cmake deleted file mode 100644 index 17ab7e72..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-example-websocket.dir/link.d" - "CMakeFiles/curl-example-websocket.dir/websocket.c.o" - "CMakeFiles/curl-example-websocket.dir/websocket.c.o.d" - "websocket" - "websocket.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curl-example-websocket.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/compiler_depend.make deleted file mode 100644 index 48910f72..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curl-example-websocket. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/compiler_depend.ts deleted file mode 100644 index 963d5c72..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curl-example-websocket. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/depend.make deleted file mode 100644 index ef99cc6b..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curl-example-websocket. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/flags.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/flags.make deleted file mode 100644 index 4cd2e308..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/link.txt b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/link.txt deleted file mode 100644 index 079bfc0e..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curl-example-websocket.dir/link.d "CMakeFiles/curl-example-websocket.dir/websocket.c.o" -o websocket ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/build.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/build.make deleted file mode 100644 index 9a28e66d..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/build.make +++ /dev/null @@ -1,86 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for curl-examples. - -# Include any custom commands dependencies for this target. -include external/curl/docs/examples/CMakeFiles/curl-examples.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/examples/CMakeFiles/curl-examples.dir/progress.make - -external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen: -.PHONY : external/curl/docs/examples/CMakeFiles/curl-examples.dir/codegen - -curl-examples: external/curl/docs/examples/CMakeFiles/curl-examples.dir/build.make -.PHONY : curl-examples - -# Rule to build all files generated by this target. -external/curl/docs/examples/CMakeFiles/curl-examples.dir/build: curl-examples -.PHONY : external/curl/docs/examples/CMakeFiles/curl-examples.dir/build - -external/curl/docs/examples/CMakeFiles/curl-examples.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/examples && $(CMAKE_COMMAND) -P CMakeFiles/curl-examples.dir/cmake_clean.cmake -.PHONY : external/curl/docs/examples/CMakeFiles/curl-examples.dir/clean - -external/curl/docs/examples/CMakeFiles/curl-examples.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/examples /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/examples /home/guest/Downloads/PopLib/build/external/curl/docs/examples/CMakeFiles/curl-examples.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/examples/CMakeFiles/curl-examples.dir/depend - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/cmake_clean.cmake deleted file mode 100644 index 2754166c..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/cmake_clean.cmake +++ /dev/null @@ -1,5 +0,0 @@ - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/curl-examples.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/compiler_depend.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/compiler_depend.make deleted file mode 100644 index 1dc35186..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for curl-examples. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/compiler_depend.ts deleted file mode 100644 index 4bbb1532..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for curl-examples. diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/progress.make b/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/curl-examples.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/curl/docs/examples/CMakeFiles/progress.marks b/build_emscripten/external/curl/docs/examples/CMakeFiles/progress.marks deleted file mode 100644 index 573541ac..00000000 --- a/build_emscripten/external/curl/docs/examples/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -0 diff --git a/build_emscripten/external/curl/docs/examples/Makefile b/build_emscripten/external/curl/docs/examples/Makefile deleted file mode 100644 index 58a8065d..00000000 --- a/build_emscripten/external/curl/docs/examples/Makefile +++ /dev/null @@ -1,4890 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/docs/examples//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-examples.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-examples.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-examples.dir/rule - -# Convenience name for target. -curl-examples: external/curl/docs/examples/CMakeFiles/curl-examples.dir/rule -.PHONY : curl-examples - -# fast build rule for target. -curl-examples/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-examples.dir/build.make external/curl/docs/examples/CMakeFiles/curl-examples.dir/build -.PHONY : curl-examples/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/rule - -# Convenience name for target. -curl-example-10-at-a-time: external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/rule -.PHONY : curl-example-10-at-a-time - -# fast build rule for target. -curl-example-10-at-a-time/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build -.PHONY : curl-example-10-at-a-time/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/rule - -# Convenience name for target. -curl-example-address-scope: external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/rule -.PHONY : curl-example-address-scope - -# fast build rule for target. -curl-example-address-scope/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build -.PHONY : curl-example-address-scope/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/rule - -# Convenience name for target. -curl-example-altsvc: external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/rule -.PHONY : curl-example-altsvc - -# fast build rule for target. -curl-example-altsvc/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build -.PHONY : curl-example-altsvc/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/rule - -# Convenience name for target. -curl-example-anyauthput: external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/rule -.PHONY : curl-example-anyauthput - -# fast build rule for target. -curl-example-anyauthput/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build -.PHONY : curl-example-anyauthput/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/rule - -# Convenience name for target. -curl-example-block_ip: external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/rule -.PHONY : curl-example-block_ip - -# fast build rule for target. -curl-example-block_ip/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build -.PHONY : curl-example-block_ip/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/rule - -# Convenience name for target. -curl-example-certinfo: external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/rule -.PHONY : curl-example-certinfo - -# fast build rule for target. -curl-example-certinfo/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build -.PHONY : curl-example-certinfo/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/rule - -# Convenience name for target. -curl-example-chkspeed: external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/rule -.PHONY : curl-example-chkspeed - -# fast build rule for target. -curl-example-chkspeed/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build -.PHONY : curl-example-chkspeed/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/rule - -# Convenience name for target. -curl-example-connect-to: external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/rule -.PHONY : curl-example-connect-to - -# fast build rule for target. -curl-example-connect-to/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build -.PHONY : curl-example-connect-to/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/rule - -# Convenience name for target. -curl-example-cookie_interface: external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/rule -.PHONY : curl-example-cookie_interface - -# fast build rule for target. -curl-example-cookie_interface/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build -.PHONY : curl-example-cookie_interface/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/rule - -# Convenience name for target. -curl-example-debug: external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/rule -.PHONY : curl-example-debug - -# fast build rule for target. -curl-example-debug/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build -.PHONY : curl-example-debug/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/rule - -# Convenience name for target. -curl-example-default-scheme: external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/rule -.PHONY : curl-example-default-scheme - -# fast build rule for target. -curl-example-default-scheme/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build -.PHONY : curl-example-default-scheme/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/rule - -# Convenience name for target. -curl-example-externalsocket: external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/rule -.PHONY : curl-example-externalsocket - -# fast build rule for target. -curl-example-externalsocket/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build -.PHONY : curl-example-externalsocket/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/rule - -# Convenience name for target. -curl-example-fileupload: external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/rule -.PHONY : curl-example-fileupload - -# fast build rule for target. -curl-example-fileupload/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build -.PHONY : curl-example-fileupload/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/rule - -# Convenience name for target. -curl-example-ftp-wildcard: external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/rule -.PHONY : curl-example-ftp-wildcard - -# fast build rule for target. -curl-example-ftp-wildcard/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build -.PHONY : curl-example-ftp-wildcard/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/rule - -# Convenience name for target. -curl-example-ftpget: external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/rule -.PHONY : curl-example-ftpget - -# fast build rule for target. -curl-example-ftpget/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build -.PHONY : curl-example-ftpget/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/rule - -# Convenience name for target. -curl-example-ftpgetinfo: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/rule -.PHONY : curl-example-ftpgetinfo - -# fast build rule for target. -curl-example-ftpgetinfo/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build -.PHONY : curl-example-ftpgetinfo/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/rule - -# Convenience name for target. -curl-example-ftpgetresp: external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/rule -.PHONY : curl-example-ftpgetresp - -# fast build rule for target. -curl-example-ftpgetresp/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build -.PHONY : curl-example-ftpgetresp/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/rule - -# Convenience name for target. -curl-example-ftpsget: external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/rule -.PHONY : curl-example-ftpsget - -# fast build rule for target. -curl-example-ftpsget/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build -.PHONY : curl-example-ftpsget/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/rule - -# Convenience name for target. -curl-example-ftpupload: external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/rule -.PHONY : curl-example-ftpupload - -# fast build rule for target. -curl-example-ftpupload/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build -.PHONY : curl-example-ftpupload/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/rule - -# Convenience name for target. -curl-example-ftpuploadfrommem: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/rule -.PHONY : curl-example-ftpuploadfrommem - -# fast build rule for target. -curl-example-ftpuploadfrommem/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build -.PHONY : curl-example-ftpuploadfrommem/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/rule - -# Convenience name for target. -curl-example-ftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/rule -.PHONY : curl-example-ftpuploadresume - -# fast build rule for target. -curl-example-ftpuploadresume/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build -.PHONY : curl-example-ftpuploadresume/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/rule - -# Convenience name for target. -curl-example-getinfo: external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/rule -.PHONY : curl-example-getinfo - -# fast build rule for target. -curl-example-getinfo/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build -.PHONY : curl-example-getinfo/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/rule - -# Convenience name for target. -curl-example-getinmemory: external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/rule -.PHONY : curl-example-getinmemory - -# fast build rule for target. -curl-example-getinmemory/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build -.PHONY : curl-example-getinmemory/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/rule - -# Convenience name for target. -curl-example-getredirect: external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/rule -.PHONY : curl-example-getredirect - -# fast build rule for target. -curl-example-getredirect/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build -.PHONY : curl-example-getredirect/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/rule - -# Convenience name for target. -curl-example-getreferrer: external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/rule -.PHONY : curl-example-getreferrer - -# fast build rule for target. -curl-example-getreferrer/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build -.PHONY : curl-example-getreferrer/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/rule - -# Convenience name for target. -curl-example-headerapi: external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/rule -.PHONY : curl-example-headerapi - -# fast build rule for target. -curl-example-headerapi/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build -.PHONY : curl-example-headerapi/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/rule - -# Convenience name for target. -curl-example-hsts-preload: external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/rule -.PHONY : curl-example-hsts-preload - -# fast build rule for target. -curl-example-hsts-preload/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build -.PHONY : curl-example-hsts-preload/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/rule - -# Convenience name for target. -curl-example-http-options: external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/rule -.PHONY : curl-example-http-options - -# fast build rule for target. -curl-example-http-options/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build -.PHONY : curl-example-http-options/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/rule - -# Convenience name for target. -curl-example-http-post: external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/rule -.PHONY : curl-example-http-post - -# fast build rule for target. -curl-example-http-post/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build -.PHONY : curl-example-http-post/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/rule - -# Convenience name for target. -curl-example-http2-download: external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/rule -.PHONY : curl-example-http2-download - -# fast build rule for target. -curl-example-http2-download/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build -.PHONY : curl-example-http2-download/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/rule - -# Convenience name for target. -curl-example-http2-pushinmemory: external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/rule -.PHONY : curl-example-http2-pushinmemory - -# fast build rule for target. -curl-example-http2-pushinmemory/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build -.PHONY : curl-example-http2-pushinmemory/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/rule - -# Convenience name for target. -curl-example-http2-serverpush: external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/rule -.PHONY : curl-example-http2-serverpush - -# fast build rule for target. -curl-example-http2-serverpush/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build -.PHONY : curl-example-http2-serverpush/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/rule - -# Convenience name for target. -curl-example-http2-upload: external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/rule -.PHONY : curl-example-http2-upload - -# fast build rule for target. -curl-example-http2-upload/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build -.PHONY : curl-example-http2-upload/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/rule - -# Convenience name for target. -curl-example-http3: external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/rule -.PHONY : curl-example-http3 - -# fast build rule for target. -curl-example-http3/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build -.PHONY : curl-example-http3/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/rule - -# Convenience name for target. -curl-example-http3-present: external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/rule -.PHONY : curl-example-http3-present - -# fast build rule for target. -curl-example-http3-present/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build -.PHONY : curl-example-http3-present/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/rule - -# Convenience name for target. -curl-example-httpcustomheader: external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/rule -.PHONY : curl-example-httpcustomheader - -# fast build rule for target. -curl-example-httpcustomheader/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build -.PHONY : curl-example-httpcustomheader/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/rule - -# Convenience name for target. -curl-example-httpput: external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/rule -.PHONY : curl-example-httpput - -# fast build rule for target. -curl-example-httpput/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build -.PHONY : curl-example-httpput/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/rule - -# Convenience name for target. -curl-example-httpput-postfields: external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/rule -.PHONY : curl-example-httpput-postfields - -# fast build rule for target. -curl-example-httpput-postfields/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build -.PHONY : curl-example-httpput-postfields/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-https.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-https.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-https.dir/rule - -# Convenience name for target. -curl-example-https: external/curl/docs/examples/CMakeFiles/curl-example-https.dir/rule -.PHONY : curl-example-https - -# fast build rule for target. -curl-example-https/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build -.PHONY : curl-example-https/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/rule - -# Convenience name for target. -curl-example-imap-append: external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/rule -.PHONY : curl-example-imap-append - -# fast build rule for target. -curl-example-imap-append/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build -.PHONY : curl-example-imap-append/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/rule - -# Convenience name for target. -curl-example-imap-authzid: external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/rule -.PHONY : curl-example-imap-authzid - -# fast build rule for target. -curl-example-imap-authzid/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build -.PHONY : curl-example-imap-authzid/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/rule - -# Convenience name for target. -curl-example-imap-copy: external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/rule -.PHONY : curl-example-imap-copy - -# fast build rule for target. -curl-example-imap-copy/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build -.PHONY : curl-example-imap-copy/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/rule - -# Convenience name for target. -curl-example-imap-create: external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/rule -.PHONY : curl-example-imap-create - -# fast build rule for target. -curl-example-imap-create/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build -.PHONY : curl-example-imap-create/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/rule - -# Convenience name for target. -curl-example-imap-delete: external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/rule -.PHONY : curl-example-imap-delete - -# fast build rule for target. -curl-example-imap-delete/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build -.PHONY : curl-example-imap-delete/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/rule - -# Convenience name for target. -curl-example-imap-examine: external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/rule -.PHONY : curl-example-imap-examine - -# fast build rule for target. -curl-example-imap-examine/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build -.PHONY : curl-example-imap-examine/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/rule - -# Convenience name for target. -curl-example-imap-fetch: external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/rule -.PHONY : curl-example-imap-fetch - -# fast build rule for target. -curl-example-imap-fetch/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build -.PHONY : curl-example-imap-fetch/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/rule - -# Convenience name for target. -curl-example-imap-list: external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/rule -.PHONY : curl-example-imap-list - -# fast build rule for target. -curl-example-imap-list/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build -.PHONY : curl-example-imap-list/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/rule - -# Convenience name for target. -curl-example-imap-lsub: external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/rule -.PHONY : curl-example-imap-lsub - -# fast build rule for target. -curl-example-imap-lsub/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build -.PHONY : curl-example-imap-lsub/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/rule - -# Convenience name for target. -curl-example-imap-multi: external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/rule -.PHONY : curl-example-imap-multi - -# fast build rule for target. -curl-example-imap-multi/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build -.PHONY : curl-example-imap-multi/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/rule - -# Convenience name for target. -curl-example-imap-noop: external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/rule -.PHONY : curl-example-imap-noop - -# fast build rule for target. -curl-example-imap-noop/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build -.PHONY : curl-example-imap-noop/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/rule - -# Convenience name for target. -curl-example-imap-search: external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/rule -.PHONY : curl-example-imap-search - -# fast build rule for target. -curl-example-imap-search/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build -.PHONY : curl-example-imap-search/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/rule - -# Convenience name for target. -curl-example-imap-ssl: external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/rule -.PHONY : curl-example-imap-ssl - -# fast build rule for target. -curl-example-imap-ssl/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build -.PHONY : curl-example-imap-ssl/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/rule - -# Convenience name for target. -curl-example-imap-store: external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/rule -.PHONY : curl-example-imap-store - -# fast build rule for target. -curl-example-imap-store/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build -.PHONY : curl-example-imap-store/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/rule - -# Convenience name for target. -curl-example-imap-tls: external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/rule -.PHONY : curl-example-imap-tls - -# fast build rule for target. -curl-example-imap-tls/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build -.PHONY : curl-example-imap-tls/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/rule - -# Convenience name for target. -curl-example-interface: external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/rule -.PHONY : curl-example-interface - -# fast build rule for target. -curl-example-interface/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build -.PHONY : curl-example-interface/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/rule - -# Convenience name for target. -curl-example-ipv6: external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/rule -.PHONY : curl-example-ipv6 - -# fast build rule for target. -curl-example-ipv6/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build -.PHONY : curl-example-ipv6/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/rule - -# Convenience name for target. -curl-example-keepalive: external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/rule -.PHONY : curl-example-keepalive - -# fast build rule for target. -curl-example-keepalive/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build -.PHONY : curl-example-keepalive/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/rule - -# Convenience name for target. -curl-example-localport: external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/rule -.PHONY : curl-example-localport - -# fast build rule for target. -curl-example-localport/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build -.PHONY : curl-example-localport/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/rule - -# Convenience name for target. -curl-example-maxconnects: external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/rule -.PHONY : curl-example-maxconnects - -# fast build rule for target. -curl-example-maxconnects/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build -.PHONY : curl-example-maxconnects/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/rule - -# Convenience name for target. -curl-example-multi-app: external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/rule -.PHONY : curl-example-multi-app - -# fast build rule for target. -curl-example-multi-app/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build -.PHONY : curl-example-multi-app/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/rule - -# Convenience name for target. -curl-example-multi-debugcallback: external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/rule -.PHONY : curl-example-multi-debugcallback - -# fast build rule for target. -curl-example-multi-debugcallback/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build -.PHONY : curl-example-multi-debugcallback/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/rule - -# Convenience name for target. -curl-example-multi-double: external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/rule -.PHONY : curl-example-multi-double - -# fast build rule for target. -curl-example-multi-double/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build -.PHONY : curl-example-multi-double/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/rule - -# Convenience name for target. -curl-example-multi-formadd: external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/rule -.PHONY : curl-example-multi-formadd - -# fast build rule for target. -curl-example-multi-formadd/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build -.PHONY : curl-example-multi-formadd/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/rule - -# Convenience name for target. -curl-example-multi-legacy: external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/rule -.PHONY : curl-example-multi-legacy - -# fast build rule for target. -curl-example-multi-legacy/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build -.PHONY : curl-example-multi-legacy/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/rule - -# Convenience name for target. -curl-example-multi-post: external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/rule -.PHONY : curl-example-multi-post - -# fast build rule for target. -curl-example-multi-post/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build -.PHONY : curl-example-multi-post/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/rule - -# Convenience name for target. -curl-example-multi-single: external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/rule -.PHONY : curl-example-multi-single - -# fast build rule for target. -curl-example-multi-single/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build -.PHONY : curl-example-multi-single/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/rule - -# Convenience name for target. -curl-example-netrc: external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/rule -.PHONY : curl-example-netrc - -# fast build rule for target. -curl-example-netrc/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build -.PHONY : curl-example-netrc/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/rule - -# Convenience name for target. -curl-example-parseurl: external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/rule -.PHONY : curl-example-parseurl - -# fast build rule for target. -curl-example-parseurl/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build -.PHONY : curl-example-parseurl/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/rule - -# Convenience name for target. -curl-example-persistent: external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/rule -.PHONY : curl-example-persistent - -# fast build rule for target. -curl-example-persistent/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build -.PHONY : curl-example-persistent/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/rule - -# Convenience name for target. -curl-example-pop3-authzid: external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/rule -.PHONY : curl-example-pop3-authzid - -# fast build rule for target. -curl-example-pop3-authzid/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build -.PHONY : curl-example-pop3-authzid/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/rule - -# Convenience name for target. -curl-example-pop3-dele: external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/rule -.PHONY : curl-example-pop3-dele - -# fast build rule for target. -curl-example-pop3-dele/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build -.PHONY : curl-example-pop3-dele/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/rule - -# Convenience name for target. -curl-example-pop3-list: external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/rule -.PHONY : curl-example-pop3-list - -# fast build rule for target. -curl-example-pop3-list/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build -.PHONY : curl-example-pop3-list/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/rule - -# Convenience name for target. -curl-example-pop3-multi: external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/rule -.PHONY : curl-example-pop3-multi - -# fast build rule for target. -curl-example-pop3-multi/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build -.PHONY : curl-example-pop3-multi/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/rule - -# Convenience name for target. -curl-example-pop3-noop: external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/rule -.PHONY : curl-example-pop3-noop - -# fast build rule for target. -curl-example-pop3-noop/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build -.PHONY : curl-example-pop3-noop/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/rule - -# Convenience name for target. -curl-example-pop3-retr: external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/rule -.PHONY : curl-example-pop3-retr - -# fast build rule for target. -curl-example-pop3-retr/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build -.PHONY : curl-example-pop3-retr/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/rule - -# Convenience name for target. -curl-example-pop3-ssl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/rule -.PHONY : curl-example-pop3-ssl - -# fast build rule for target. -curl-example-pop3-ssl/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build -.PHONY : curl-example-pop3-ssl/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/rule - -# Convenience name for target. -curl-example-pop3-stat: external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/rule -.PHONY : curl-example-pop3-stat - -# fast build rule for target. -curl-example-pop3-stat/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build -.PHONY : curl-example-pop3-stat/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/rule - -# Convenience name for target. -curl-example-pop3-tls: external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/rule -.PHONY : curl-example-pop3-tls - -# fast build rule for target. -curl-example-pop3-tls/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build -.PHONY : curl-example-pop3-tls/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/rule - -# Convenience name for target. -curl-example-pop3-top: external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/rule -.PHONY : curl-example-pop3-top - -# fast build rule for target. -curl-example-pop3-top/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build -.PHONY : curl-example-pop3-top/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/rule - -# Convenience name for target. -curl-example-pop3-uidl: external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/rule -.PHONY : curl-example-pop3-uidl - -# fast build rule for target. -curl-example-pop3-uidl/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build -.PHONY : curl-example-pop3-uidl/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/rule - -# Convenience name for target. -curl-example-post-callback: external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/rule -.PHONY : curl-example-post-callback - -# fast build rule for target. -curl-example-post-callback/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build -.PHONY : curl-example-post-callback/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/rule - -# Convenience name for target. -curl-example-postinmemory: external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/rule -.PHONY : curl-example-postinmemory - -# fast build rule for target. -curl-example-postinmemory/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build -.PHONY : curl-example-postinmemory/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/rule - -# Convenience name for target. -curl-example-postit2: external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/rule -.PHONY : curl-example-postit2 - -# fast build rule for target. -curl-example-postit2/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build -.PHONY : curl-example-postit2/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/rule - -# Convenience name for target. -curl-example-postit2-formadd: external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/rule -.PHONY : curl-example-postit2-formadd - -# fast build rule for target. -curl-example-postit2-formadd/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build -.PHONY : curl-example-postit2-formadd/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/rule - -# Convenience name for target. -curl-example-progressfunc: external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/rule -.PHONY : curl-example-progressfunc - -# fast build rule for target. -curl-example-progressfunc/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build -.PHONY : curl-example-progressfunc/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/rule - -# Convenience name for target. -curl-example-protofeats: external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/rule -.PHONY : curl-example-protofeats - -# fast build rule for target. -curl-example-protofeats/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build -.PHONY : curl-example-protofeats/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-range.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-range.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-range.dir/rule - -# Convenience name for target. -curl-example-range: external/curl/docs/examples/CMakeFiles/curl-example-range.dir/rule -.PHONY : curl-example-range - -# fast build rule for target. -curl-example-range/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build -.PHONY : curl-example-range/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/rule - -# Convenience name for target. -curl-example-resolve: external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/rule -.PHONY : curl-example-resolve - -# fast build rule for target. -curl-example-resolve/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build -.PHONY : curl-example-resolve/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rule - -# Convenience name for target. -curl-example-rtsp-options: external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rule -.PHONY : curl-example-rtsp-options - -# fast build rule for target. -curl-example-rtsp-options/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build -.PHONY : curl-example-rtsp-options/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/rule - -# Convenience name for target. -curl-example-sendrecv: external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/rule -.PHONY : curl-example-sendrecv - -# fast build rule for target. -curl-example-sendrecv/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build -.PHONY : curl-example-sendrecv/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/rule - -# Convenience name for target. -curl-example-sepheaders: external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/rule -.PHONY : curl-example-sepheaders - -# fast build rule for target. -curl-example-sepheaders/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build -.PHONY : curl-example-sepheaders/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/rule - -# Convenience name for target. -curl-example-sftpget: external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/rule -.PHONY : curl-example-sftpget - -# fast build rule for target. -curl-example-sftpget/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build -.PHONY : curl-example-sftpget/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/rule - -# Convenience name for target. -curl-example-sftpuploadresume: external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/rule -.PHONY : curl-example-sftpuploadresume - -# fast build rule for target. -curl-example-sftpuploadresume/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build -.PHONY : curl-example-sftpuploadresume/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/rule - -# Convenience name for target. -curl-example-shared-connection-cache: external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/rule -.PHONY : curl-example-shared-connection-cache - -# fast build rule for target. -curl-example-shared-connection-cache/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build -.PHONY : curl-example-shared-connection-cache/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/rule - -# Convenience name for target. -curl-example-simple: external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/rule -.PHONY : curl-example-simple - -# fast build rule for target. -curl-example-simple/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build -.PHONY : curl-example-simple/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/rule - -# Convenience name for target. -curl-example-simplepost: external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/rule -.PHONY : curl-example-simplepost - -# fast build rule for target. -curl-example-simplepost/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build -.PHONY : curl-example-simplepost/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/rule - -# Convenience name for target. -curl-example-simplessl: external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/rule -.PHONY : curl-example-simplessl - -# fast build rule for target. -curl-example-simplessl/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build -.PHONY : curl-example-simplessl/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/rule - -# Convenience name for target. -curl-example-smtp-authzid: external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/rule -.PHONY : curl-example-smtp-authzid - -# fast build rule for target. -curl-example-smtp-authzid/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build -.PHONY : curl-example-smtp-authzid/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/rule - -# Convenience name for target. -curl-example-smtp-expn: external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/rule -.PHONY : curl-example-smtp-expn - -# fast build rule for target. -curl-example-smtp-expn/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build -.PHONY : curl-example-smtp-expn/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/rule - -# Convenience name for target. -curl-example-smtp-mail: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/rule -.PHONY : curl-example-smtp-mail - -# fast build rule for target. -curl-example-smtp-mail/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build -.PHONY : curl-example-smtp-mail/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/rule - -# Convenience name for target. -curl-example-smtp-mime: external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/rule -.PHONY : curl-example-smtp-mime - -# fast build rule for target. -curl-example-smtp-mime/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build -.PHONY : curl-example-smtp-mime/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/rule - -# Convenience name for target. -curl-example-smtp-multi: external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/rule -.PHONY : curl-example-smtp-multi - -# fast build rule for target. -curl-example-smtp-multi/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build -.PHONY : curl-example-smtp-multi/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/rule - -# Convenience name for target. -curl-example-smtp-ssl: external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/rule -.PHONY : curl-example-smtp-ssl - -# fast build rule for target. -curl-example-smtp-ssl/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build -.PHONY : curl-example-smtp-ssl/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/rule - -# Convenience name for target. -curl-example-smtp-tls: external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/rule -.PHONY : curl-example-smtp-tls - -# fast build rule for target. -curl-example-smtp-tls/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build -.PHONY : curl-example-smtp-tls/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/rule - -# Convenience name for target. -curl-example-smtp-vrfy: external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/rule -.PHONY : curl-example-smtp-vrfy - -# fast build rule for target. -curl-example-smtp-vrfy/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build -.PHONY : curl-example-smtp-vrfy/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/rule - -# Convenience name for target. -curl-example-sslbackend: external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/rule -.PHONY : curl-example-sslbackend - -# fast build rule for target. -curl-example-sslbackend/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build -.PHONY : curl-example-sslbackend/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/rule - -# Convenience name for target. -curl-example-unixsocket: external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/rule -.PHONY : curl-example-unixsocket - -# fast build rule for target. -curl-example-unixsocket/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build -.PHONY : curl-example-unixsocket/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/rule - -# Convenience name for target. -curl-example-url2file: external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/rule -.PHONY : curl-example-url2file - -# fast build rule for target. -curl-example-url2file/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build -.PHONY : curl-example-url2file/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/rule - -# Convenience name for target. -curl-example-urlapi: external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/rule -.PHONY : curl-example-urlapi - -# fast build rule for target. -curl-example-urlapi/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build -.PHONY : curl-example-urlapi/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/rule - -# Convenience name for target. -curl-example-websocket: external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/rule -.PHONY : curl-example-websocket - -# fast build rule for target. -curl-example-websocket/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build -.PHONY : curl-example-websocket/fast - -# Convenience name for target. -external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/rule -.PHONY : external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/rule - -# Convenience name for target. -curl-example-websocket-cb: external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/rule -.PHONY : curl-example-websocket-cb - -# fast build rule for target. -curl-example-websocket-cb/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build -.PHONY : curl-example-websocket-cb/fast - -10-at-a-time.o: 10-at-a-time.c.o -.PHONY : 10-at-a-time.o - -# target to build an object file -10-at-a-time.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.o -.PHONY : 10-at-a-time.c.o - -10-at-a-time.i: 10-at-a-time.c.i -.PHONY : 10-at-a-time.i - -# target to preprocess a source file -10-at-a-time.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.i -.PHONY : 10-at-a-time.c.i - -10-at-a-time.s: 10-at-a-time.c.s -.PHONY : 10-at-a-time.s - -# target to generate assembly for a file -10-at-a-time.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-10-at-a-time.dir/10-at-a-time.c.s -.PHONY : 10-at-a-time.c.s - -address-scope.o: address-scope.c.o -.PHONY : address-scope.o - -# target to build an object file -address-scope.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.o -.PHONY : address-scope.c.o - -address-scope.i: address-scope.c.i -.PHONY : address-scope.i - -# target to preprocess a source file -address-scope.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.i -.PHONY : address-scope.c.i - -address-scope.s: address-scope.c.s -.PHONY : address-scope.s - -# target to generate assembly for a file -address-scope.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-address-scope.dir/address-scope.c.s -.PHONY : address-scope.c.s - -altsvc.o: altsvc.c.o -.PHONY : altsvc.o - -# target to build an object file -altsvc.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.o -.PHONY : altsvc.c.o - -altsvc.i: altsvc.c.i -.PHONY : altsvc.i - -# target to preprocess a source file -altsvc.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.i -.PHONY : altsvc.c.i - -altsvc.s: altsvc.c.s -.PHONY : altsvc.s - -# target to generate assembly for a file -altsvc.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-altsvc.dir/altsvc.c.s -.PHONY : altsvc.c.s - -anyauthput.o: anyauthput.c.o -.PHONY : anyauthput.o - -# target to build an object file -anyauthput.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.o -.PHONY : anyauthput.c.o - -anyauthput.i: anyauthput.c.i -.PHONY : anyauthput.i - -# target to preprocess a source file -anyauthput.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.i -.PHONY : anyauthput.c.i - -anyauthput.s: anyauthput.c.s -.PHONY : anyauthput.s - -# target to generate assembly for a file -anyauthput.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-anyauthput.dir/anyauthput.c.s -.PHONY : anyauthput.c.s - -block_ip.o: block_ip.c.o -.PHONY : block_ip.o - -# target to build an object file -block_ip.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.o -.PHONY : block_ip.c.o - -block_ip.i: block_ip.c.i -.PHONY : block_ip.i - -# target to preprocess a source file -block_ip.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.i -.PHONY : block_ip.c.i - -block_ip.s: block_ip.c.s -.PHONY : block_ip.s - -# target to generate assembly for a file -block_ip.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-block_ip.dir/block_ip.c.s -.PHONY : block_ip.c.s - -certinfo.o: certinfo.c.o -.PHONY : certinfo.o - -# target to build an object file -certinfo.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.o -.PHONY : certinfo.c.o - -certinfo.i: certinfo.c.i -.PHONY : certinfo.i - -# target to preprocess a source file -certinfo.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.i -.PHONY : certinfo.c.i - -certinfo.s: certinfo.c.s -.PHONY : certinfo.s - -# target to generate assembly for a file -certinfo.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-certinfo.dir/certinfo.c.s -.PHONY : certinfo.c.s - -chkspeed.o: chkspeed.c.o -.PHONY : chkspeed.o - -# target to build an object file -chkspeed.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.o -.PHONY : chkspeed.c.o - -chkspeed.i: chkspeed.c.i -.PHONY : chkspeed.i - -# target to preprocess a source file -chkspeed.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.i -.PHONY : chkspeed.c.i - -chkspeed.s: chkspeed.c.s -.PHONY : chkspeed.s - -# target to generate assembly for a file -chkspeed.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-chkspeed.dir/chkspeed.c.s -.PHONY : chkspeed.c.s - -connect-to.o: connect-to.c.o -.PHONY : connect-to.o - -# target to build an object file -connect-to.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.o -.PHONY : connect-to.c.o - -connect-to.i: connect-to.c.i -.PHONY : connect-to.i - -# target to preprocess a source file -connect-to.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.i -.PHONY : connect-to.c.i - -connect-to.s: connect-to.c.s -.PHONY : connect-to.s - -# target to generate assembly for a file -connect-to.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-connect-to.dir/connect-to.c.s -.PHONY : connect-to.c.s - -cookie_interface.o: cookie_interface.c.o -.PHONY : cookie_interface.o - -# target to build an object file -cookie_interface.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.o -.PHONY : cookie_interface.c.o - -cookie_interface.i: cookie_interface.c.i -.PHONY : cookie_interface.i - -# target to preprocess a source file -cookie_interface.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.i -.PHONY : cookie_interface.c.i - -cookie_interface.s: cookie_interface.c.s -.PHONY : cookie_interface.s - -# target to generate assembly for a file -cookie_interface.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-cookie_interface.dir/cookie_interface.c.s -.PHONY : cookie_interface.c.s - -debug.o: debug.c.o -.PHONY : debug.o - -# target to build an object file -debug.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.o -.PHONY : debug.c.o - -debug.i: debug.c.i -.PHONY : debug.i - -# target to preprocess a source file -debug.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.i -.PHONY : debug.c.i - -debug.s: debug.c.s -.PHONY : debug.s - -# target to generate assembly for a file -debug.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-debug.dir/debug.c.s -.PHONY : debug.c.s - -default-scheme.o: default-scheme.c.o -.PHONY : default-scheme.o - -# target to build an object file -default-scheme.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.o -.PHONY : default-scheme.c.o - -default-scheme.i: default-scheme.c.i -.PHONY : default-scheme.i - -# target to preprocess a source file -default-scheme.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.i -.PHONY : default-scheme.c.i - -default-scheme.s: default-scheme.c.s -.PHONY : default-scheme.s - -# target to generate assembly for a file -default-scheme.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-default-scheme.dir/default-scheme.c.s -.PHONY : default-scheme.c.s - -externalsocket.o: externalsocket.c.o -.PHONY : externalsocket.o - -# target to build an object file -externalsocket.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.o -.PHONY : externalsocket.c.o - -externalsocket.i: externalsocket.c.i -.PHONY : externalsocket.i - -# target to preprocess a source file -externalsocket.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.i -.PHONY : externalsocket.c.i - -externalsocket.s: externalsocket.c.s -.PHONY : externalsocket.s - -# target to generate assembly for a file -externalsocket.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-externalsocket.dir/externalsocket.c.s -.PHONY : externalsocket.c.s - -fileupload.o: fileupload.c.o -.PHONY : fileupload.o - -# target to build an object file -fileupload.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.o -.PHONY : fileupload.c.o - -fileupload.i: fileupload.c.i -.PHONY : fileupload.i - -# target to preprocess a source file -fileupload.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.i -.PHONY : fileupload.c.i - -fileupload.s: fileupload.c.s -.PHONY : fileupload.s - -# target to generate assembly for a file -fileupload.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-fileupload.dir/fileupload.c.s -.PHONY : fileupload.c.s - -ftp-wildcard.o: ftp-wildcard.c.o -.PHONY : ftp-wildcard.o - -# target to build an object file -ftp-wildcard.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.o -.PHONY : ftp-wildcard.c.o - -ftp-wildcard.i: ftp-wildcard.c.i -.PHONY : ftp-wildcard.i - -# target to preprocess a source file -ftp-wildcard.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.i -.PHONY : ftp-wildcard.c.i - -ftp-wildcard.s: ftp-wildcard.c.s -.PHONY : ftp-wildcard.s - -# target to generate assembly for a file -ftp-wildcard.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftp-wildcard.dir/ftp-wildcard.c.s -.PHONY : ftp-wildcard.c.s - -ftpget.o: ftpget.c.o -.PHONY : ftpget.o - -# target to build an object file -ftpget.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.o -.PHONY : ftpget.c.o - -ftpget.i: ftpget.c.i -.PHONY : ftpget.i - -# target to preprocess a source file -ftpget.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.i -.PHONY : ftpget.c.i - -ftpget.s: ftpget.c.s -.PHONY : ftpget.s - -# target to generate assembly for a file -ftpget.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpget.dir/ftpget.c.s -.PHONY : ftpget.c.s - -ftpgetinfo.o: ftpgetinfo.c.o -.PHONY : ftpgetinfo.o - -# target to build an object file -ftpgetinfo.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.o -.PHONY : ftpgetinfo.c.o - -ftpgetinfo.i: ftpgetinfo.c.i -.PHONY : ftpgetinfo.i - -# target to preprocess a source file -ftpgetinfo.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.i -.PHONY : ftpgetinfo.c.i - -ftpgetinfo.s: ftpgetinfo.c.s -.PHONY : ftpgetinfo.s - -# target to generate assembly for a file -ftpgetinfo.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetinfo.dir/ftpgetinfo.c.s -.PHONY : ftpgetinfo.c.s - -ftpgetresp.o: ftpgetresp.c.o -.PHONY : ftpgetresp.o - -# target to build an object file -ftpgetresp.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.o -.PHONY : ftpgetresp.c.o - -ftpgetresp.i: ftpgetresp.c.i -.PHONY : ftpgetresp.i - -# target to preprocess a source file -ftpgetresp.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.i -.PHONY : ftpgetresp.c.i - -ftpgetresp.s: ftpgetresp.c.s -.PHONY : ftpgetresp.s - -# target to generate assembly for a file -ftpgetresp.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpgetresp.dir/ftpgetresp.c.s -.PHONY : ftpgetresp.c.s - -ftpsget.o: ftpsget.c.o -.PHONY : ftpsget.o - -# target to build an object file -ftpsget.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.o -.PHONY : ftpsget.c.o - -ftpsget.i: ftpsget.c.i -.PHONY : ftpsget.i - -# target to preprocess a source file -ftpsget.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.i -.PHONY : ftpsget.c.i - -ftpsget.s: ftpsget.c.s -.PHONY : ftpsget.s - -# target to generate assembly for a file -ftpsget.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpsget.dir/ftpsget.c.s -.PHONY : ftpsget.c.s - -ftpupload.o: ftpupload.c.o -.PHONY : ftpupload.o - -# target to build an object file -ftpupload.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.o -.PHONY : ftpupload.c.o - -ftpupload.i: ftpupload.c.i -.PHONY : ftpupload.i - -# target to preprocess a source file -ftpupload.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.i -.PHONY : ftpupload.c.i - -ftpupload.s: ftpupload.c.s -.PHONY : ftpupload.s - -# target to generate assembly for a file -ftpupload.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpupload.dir/ftpupload.c.s -.PHONY : ftpupload.c.s - -ftpuploadfrommem.o: ftpuploadfrommem.c.o -.PHONY : ftpuploadfrommem.o - -# target to build an object file -ftpuploadfrommem.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.o -.PHONY : ftpuploadfrommem.c.o - -ftpuploadfrommem.i: ftpuploadfrommem.c.i -.PHONY : ftpuploadfrommem.i - -# target to preprocess a source file -ftpuploadfrommem.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.i -.PHONY : ftpuploadfrommem.c.i - -ftpuploadfrommem.s: ftpuploadfrommem.c.s -.PHONY : ftpuploadfrommem.s - -# target to generate assembly for a file -ftpuploadfrommem.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadfrommem.dir/ftpuploadfrommem.c.s -.PHONY : ftpuploadfrommem.c.s - -ftpuploadresume.o: ftpuploadresume.c.o -.PHONY : ftpuploadresume.o - -# target to build an object file -ftpuploadresume.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.o -.PHONY : ftpuploadresume.c.o - -ftpuploadresume.i: ftpuploadresume.c.i -.PHONY : ftpuploadresume.i - -# target to preprocess a source file -ftpuploadresume.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.i -.PHONY : ftpuploadresume.c.i - -ftpuploadresume.s: ftpuploadresume.c.s -.PHONY : ftpuploadresume.s - -# target to generate assembly for a file -ftpuploadresume.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ftpuploadresume.dir/ftpuploadresume.c.s -.PHONY : ftpuploadresume.c.s - -getinfo.o: getinfo.c.o -.PHONY : getinfo.o - -# target to build an object file -getinfo.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.o -.PHONY : getinfo.c.o - -getinfo.i: getinfo.c.i -.PHONY : getinfo.i - -# target to preprocess a source file -getinfo.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.i -.PHONY : getinfo.c.i - -getinfo.s: getinfo.c.s -.PHONY : getinfo.s - -# target to generate assembly for a file -getinfo.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinfo.dir/getinfo.c.s -.PHONY : getinfo.c.s - -getinmemory.o: getinmemory.c.o -.PHONY : getinmemory.o - -# target to build an object file -getinmemory.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.o -.PHONY : getinmemory.c.o - -getinmemory.i: getinmemory.c.i -.PHONY : getinmemory.i - -# target to preprocess a source file -getinmemory.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.i -.PHONY : getinmemory.c.i - -getinmemory.s: getinmemory.c.s -.PHONY : getinmemory.s - -# target to generate assembly for a file -getinmemory.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getinmemory.dir/getinmemory.c.s -.PHONY : getinmemory.c.s - -getredirect.o: getredirect.c.o -.PHONY : getredirect.o - -# target to build an object file -getredirect.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.o -.PHONY : getredirect.c.o - -getredirect.i: getredirect.c.i -.PHONY : getredirect.i - -# target to preprocess a source file -getredirect.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.i -.PHONY : getredirect.c.i - -getredirect.s: getredirect.c.s -.PHONY : getredirect.s - -# target to generate assembly for a file -getredirect.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getredirect.dir/getredirect.c.s -.PHONY : getredirect.c.s - -getreferrer.o: getreferrer.c.o -.PHONY : getreferrer.o - -# target to build an object file -getreferrer.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.o -.PHONY : getreferrer.c.o - -getreferrer.i: getreferrer.c.i -.PHONY : getreferrer.i - -# target to preprocess a source file -getreferrer.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.i -.PHONY : getreferrer.c.i - -getreferrer.s: getreferrer.c.s -.PHONY : getreferrer.s - -# target to generate assembly for a file -getreferrer.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-getreferrer.dir/getreferrer.c.s -.PHONY : getreferrer.c.s - -headerapi.o: headerapi.c.o -.PHONY : headerapi.o - -# target to build an object file -headerapi.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.o -.PHONY : headerapi.c.o - -headerapi.i: headerapi.c.i -.PHONY : headerapi.i - -# target to preprocess a source file -headerapi.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.i -.PHONY : headerapi.c.i - -headerapi.s: headerapi.c.s -.PHONY : headerapi.s - -# target to generate assembly for a file -headerapi.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-headerapi.dir/headerapi.c.s -.PHONY : headerapi.c.s - -hsts-preload.o: hsts-preload.c.o -.PHONY : hsts-preload.o - -# target to build an object file -hsts-preload.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.o -.PHONY : hsts-preload.c.o - -hsts-preload.i: hsts-preload.c.i -.PHONY : hsts-preload.i - -# target to preprocess a source file -hsts-preload.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.i -.PHONY : hsts-preload.c.i - -hsts-preload.s: hsts-preload.c.s -.PHONY : hsts-preload.s - -# target to generate assembly for a file -hsts-preload.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-hsts-preload.dir/hsts-preload.c.s -.PHONY : hsts-preload.c.s - -http-options.o: http-options.c.o -.PHONY : http-options.o - -# target to build an object file -http-options.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.o -.PHONY : http-options.c.o - -http-options.i: http-options.c.i -.PHONY : http-options.i - -# target to preprocess a source file -http-options.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.i -.PHONY : http-options.c.i - -http-options.s: http-options.c.s -.PHONY : http-options.s - -# target to generate assembly for a file -http-options.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-options.dir/http-options.c.s -.PHONY : http-options.c.s - -http-post.o: http-post.c.o -.PHONY : http-post.o - -# target to build an object file -http-post.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.o -.PHONY : http-post.c.o - -http-post.i: http-post.c.i -.PHONY : http-post.i - -# target to preprocess a source file -http-post.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.i -.PHONY : http-post.c.i - -http-post.s: http-post.c.s -.PHONY : http-post.s - -# target to generate assembly for a file -http-post.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http-post.dir/http-post.c.s -.PHONY : http-post.c.s - -http2-download.o: http2-download.c.o -.PHONY : http2-download.o - -# target to build an object file -http2-download.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.o -.PHONY : http2-download.c.o - -http2-download.i: http2-download.c.i -.PHONY : http2-download.i - -# target to preprocess a source file -http2-download.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.i -.PHONY : http2-download.c.i - -http2-download.s: http2-download.c.s -.PHONY : http2-download.s - -# target to generate assembly for a file -http2-download.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-download.dir/http2-download.c.s -.PHONY : http2-download.c.s - -http2-pushinmemory.o: http2-pushinmemory.c.o -.PHONY : http2-pushinmemory.o - -# target to build an object file -http2-pushinmemory.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.o -.PHONY : http2-pushinmemory.c.o - -http2-pushinmemory.i: http2-pushinmemory.c.i -.PHONY : http2-pushinmemory.i - -# target to preprocess a source file -http2-pushinmemory.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.i -.PHONY : http2-pushinmemory.c.i - -http2-pushinmemory.s: http2-pushinmemory.c.s -.PHONY : http2-pushinmemory.s - -# target to generate assembly for a file -http2-pushinmemory.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-pushinmemory.dir/http2-pushinmemory.c.s -.PHONY : http2-pushinmemory.c.s - -http2-serverpush.o: http2-serverpush.c.o -.PHONY : http2-serverpush.o - -# target to build an object file -http2-serverpush.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.o -.PHONY : http2-serverpush.c.o - -http2-serverpush.i: http2-serverpush.c.i -.PHONY : http2-serverpush.i - -# target to preprocess a source file -http2-serverpush.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.i -.PHONY : http2-serverpush.c.i - -http2-serverpush.s: http2-serverpush.c.s -.PHONY : http2-serverpush.s - -# target to generate assembly for a file -http2-serverpush.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-serverpush.dir/http2-serverpush.c.s -.PHONY : http2-serverpush.c.s - -http2-upload.o: http2-upload.c.o -.PHONY : http2-upload.o - -# target to build an object file -http2-upload.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.o -.PHONY : http2-upload.c.o - -http2-upload.i: http2-upload.c.i -.PHONY : http2-upload.i - -# target to preprocess a source file -http2-upload.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.i -.PHONY : http2-upload.c.i - -http2-upload.s: http2-upload.c.s -.PHONY : http2-upload.s - -# target to generate assembly for a file -http2-upload.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http2-upload.dir/http2-upload.c.s -.PHONY : http2-upload.c.s - -http3-present.o: http3-present.c.o -.PHONY : http3-present.o - -# target to build an object file -http3-present.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.o -.PHONY : http3-present.c.o - -http3-present.i: http3-present.c.i -.PHONY : http3-present.i - -# target to preprocess a source file -http3-present.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.i -.PHONY : http3-present.c.i - -http3-present.s: http3-present.c.s -.PHONY : http3-present.s - -# target to generate assembly for a file -http3-present.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3-present.dir/http3-present.c.s -.PHONY : http3-present.c.s - -http3.o: http3.c.o -.PHONY : http3.o - -# target to build an object file -http3.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.o -.PHONY : http3.c.o - -http3.i: http3.c.i -.PHONY : http3.i - -# target to preprocess a source file -http3.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.i -.PHONY : http3.c.i - -http3.s: http3.c.s -.PHONY : http3.s - -# target to generate assembly for a file -http3.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-http3.dir/http3.c.s -.PHONY : http3.c.s - -httpcustomheader.o: httpcustomheader.c.o -.PHONY : httpcustomheader.o - -# target to build an object file -httpcustomheader.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.o -.PHONY : httpcustomheader.c.o - -httpcustomheader.i: httpcustomheader.c.i -.PHONY : httpcustomheader.i - -# target to preprocess a source file -httpcustomheader.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.i -.PHONY : httpcustomheader.c.i - -httpcustomheader.s: httpcustomheader.c.s -.PHONY : httpcustomheader.s - -# target to generate assembly for a file -httpcustomheader.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpcustomheader.dir/httpcustomheader.c.s -.PHONY : httpcustomheader.c.s - -httpput-postfields.o: httpput-postfields.c.o -.PHONY : httpput-postfields.o - -# target to build an object file -httpput-postfields.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.o -.PHONY : httpput-postfields.c.o - -httpput-postfields.i: httpput-postfields.c.i -.PHONY : httpput-postfields.i - -# target to preprocess a source file -httpput-postfields.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.i -.PHONY : httpput-postfields.c.i - -httpput-postfields.s: httpput-postfields.c.s -.PHONY : httpput-postfields.s - -# target to generate assembly for a file -httpput-postfields.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput-postfields.dir/httpput-postfields.c.s -.PHONY : httpput-postfields.c.s - -httpput.o: httpput.c.o -.PHONY : httpput.o - -# target to build an object file -httpput.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.o -.PHONY : httpput.c.o - -httpput.i: httpput.c.i -.PHONY : httpput.i - -# target to preprocess a source file -httpput.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.i -.PHONY : httpput.c.i - -httpput.s: httpput.c.s -.PHONY : httpput.s - -# target to generate assembly for a file -httpput.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-httpput.dir/httpput.c.s -.PHONY : httpput.c.s - -https.o: https.c.o -.PHONY : https.o - -# target to build an object file -https.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.o -.PHONY : https.c.o - -https.i: https.c.i -.PHONY : https.i - -# target to preprocess a source file -https.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.i -.PHONY : https.c.i - -https.s: https.c.s -.PHONY : https.s - -# target to generate assembly for a file -https.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-https.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-https.dir/https.c.s -.PHONY : https.c.s - -imap-append.o: imap-append.c.o -.PHONY : imap-append.o - -# target to build an object file -imap-append.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.o -.PHONY : imap-append.c.o - -imap-append.i: imap-append.c.i -.PHONY : imap-append.i - -# target to preprocess a source file -imap-append.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.i -.PHONY : imap-append.c.i - -imap-append.s: imap-append.c.s -.PHONY : imap-append.s - -# target to generate assembly for a file -imap-append.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-append.dir/imap-append.c.s -.PHONY : imap-append.c.s - -imap-authzid.o: imap-authzid.c.o -.PHONY : imap-authzid.o - -# target to build an object file -imap-authzid.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.o -.PHONY : imap-authzid.c.o - -imap-authzid.i: imap-authzid.c.i -.PHONY : imap-authzid.i - -# target to preprocess a source file -imap-authzid.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.i -.PHONY : imap-authzid.c.i - -imap-authzid.s: imap-authzid.c.s -.PHONY : imap-authzid.s - -# target to generate assembly for a file -imap-authzid.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-authzid.dir/imap-authzid.c.s -.PHONY : imap-authzid.c.s - -imap-copy.o: imap-copy.c.o -.PHONY : imap-copy.o - -# target to build an object file -imap-copy.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.o -.PHONY : imap-copy.c.o - -imap-copy.i: imap-copy.c.i -.PHONY : imap-copy.i - -# target to preprocess a source file -imap-copy.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.i -.PHONY : imap-copy.c.i - -imap-copy.s: imap-copy.c.s -.PHONY : imap-copy.s - -# target to generate assembly for a file -imap-copy.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-copy.dir/imap-copy.c.s -.PHONY : imap-copy.c.s - -imap-create.o: imap-create.c.o -.PHONY : imap-create.o - -# target to build an object file -imap-create.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.o -.PHONY : imap-create.c.o - -imap-create.i: imap-create.c.i -.PHONY : imap-create.i - -# target to preprocess a source file -imap-create.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.i -.PHONY : imap-create.c.i - -imap-create.s: imap-create.c.s -.PHONY : imap-create.s - -# target to generate assembly for a file -imap-create.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-create.dir/imap-create.c.s -.PHONY : imap-create.c.s - -imap-delete.o: imap-delete.c.o -.PHONY : imap-delete.o - -# target to build an object file -imap-delete.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.o -.PHONY : imap-delete.c.o - -imap-delete.i: imap-delete.c.i -.PHONY : imap-delete.i - -# target to preprocess a source file -imap-delete.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.i -.PHONY : imap-delete.c.i - -imap-delete.s: imap-delete.c.s -.PHONY : imap-delete.s - -# target to generate assembly for a file -imap-delete.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-delete.dir/imap-delete.c.s -.PHONY : imap-delete.c.s - -imap-examine.o: imap-examine.c.o -.PHONY : imap-examine.o - -# target to build an object file -imap-examine.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.o -.PHONY : imap-examine.c.o - -imap-examine.i: imap-examine.c.i -.PHONY : imap-examine.i - -# target to preprocess a source file -imap-examine.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.i -.PHONY : imap-examine.c.i - -imap-examine.s: imap-examine.c.s -.PHONY : imap-examine.s - -# target to generate assembly for a file -imap-examine.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-examine.dir/imap-examine.c.s -.PHONY : imap-examine.c.s - -imap-fetch.o: imap-fetch.c.o -.PHONY : imap-fetch.o - -# target to build an object file -imap-fetch.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.o -.PHONY : imap-fetch.c.o - -imap-fetch.i: imap-fetch.c.i -.PHONY : imap-fetch.i - -# target to preprocess a source file -imap-fetch.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.i -.PHONY : imap-fetch.c.i - -imap-fetch.s: imap-fetch.c.s -.PHONY : imap-fetch.s - -# target to generate assembly for a file -imap-fetch.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-fetch.dir/imap-fetch.c.s -.PHONY : imap-fetch.c.s - -imap-list.o: imap-list.c.o -.PHONY : imap-list.o - -# target to build an object file -imap-list.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.o -.PHONY : imap-list.c.o - -imap-list.i: imap-list.c.i -.PHONY : imap-list.i - -# target to preprocess a source file -imap-list.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.i -.PHONY : imap-list.c.i - -imap-list.s: imap-list.c.s -.PHONY : imap-list.s - -# target to generate assembly for a file -imap-list.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-list.dir/imap-list.c.s -.PHONY : imap-list.c.s - -imap-lsub.o: imap-lsub.c.o -.PHONY : imap-lsub.o - -# target to build an object file -imap-lsub.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.o -.PHONY : imap-lsub.c.o - -imap-lsub.i: imap-lsub.c.i -.PHONY : imap-lsub.i - -# target to preprocess a source file -imap-lsub.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.i -.PHONY : imap-lsub.c.i - -imap-lsub.s: imap-lsub.c.s -.PHONY : imap-lsub.s - -# target to generate assembly for a file -imap-lsub.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-lsub.dir/imap-lsub.c.s -.PHONY : imap-lsub.c.s - -imap-multi.o: imap-multi.c.o -.PHONY : imap-multi.o - -# target to build an object file -imap-multi.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.o -.PHONY : imap-multi.c.o - -imap-multi.i: imap-multi.c.i -.PHONY : imap-multi.i - -# target to preprocess a source file -imap-multi.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.i -.PHONY : imap-multi.c.i - -imap-multi.s: imap-multi.c.s -.PHONY : imap-multi.s - -# target to generate assembly for a file -imap-multi.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-multi.dir/imap-multi.c.s -.PHONY : imap-multi.c.s - -imap-noop.o: imap-noop.c.o -.PHONY : imap-noop.o - -# target to build an object file -imap-noop.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.o -.PHONY : imap-noop.c.o - -imap-noop.i: imap-noop.c.i -.PHONY : imap-noop.i - -# target to preprocess a source file -imap-noop.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.i -.PHONY : imap-noop.c.i - -imap-noop.s: imap-noop.c.s -.PHONY : imap-noop.s - -# target to generate assembly for a file -imap-noop.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-noop.dir/imap-noop.c.s -.PHONY : imap-noop.c.s - -imap-search.o: imap-search.c.o -.PHONY : imap-search.o - -# target to build an object file -imap-search.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.o -.PHONY : imap-search.c.o - -imap-search.i: imap-search.c.i -.PHONY : imap-search.i - -# target to preprocess a source file -imap-search.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.i -.PHONY : imap-search.c.i - -imap-search.s: imap-search.c.s -.PHONY : imap-search.s - -# target to generate assembly for a file -imap-search.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-search.dir/imap-search.c.s -.PHONY : imap-search.c.s - -imap-ssl.o: imap-ssl.c.o -.PHONY : imap-ssl.o - -# target to build an object file -imap-ssl.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.o -.PHONY : imap-ssl.c.o - -imap-ssl.i: imap-ssl.c.i -.PHONY : imap-ssl.i - -# target to preprocess a source file -imap-ssl.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.i -.PHONY : imap-ssl.c.i - -imap-ssl.s: imap-ssl.c.s -.PHONY : imap-ssl.s - -# target to generate assembly for a file -imap-ssl.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-ssl.dir/imap-ssl.c.s -.PHONY : imap-ssl.c.s - -imap-store.o: imap-store.c.o -.PHONY : imap-store.o - -# target to build an object file -imap-store.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.o -.PHONY : imap-store.c.o - -imap-store.i: imap-store.c.i -.PHONY : imap-store.i - -# target to preprocess a source file -imap-store.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.i -.PHONY : imap-store.c.i - -imap-store.s: imap-store.c.s -.PHONY : imap-store.s - -# target to generate assembly for a file -imap-store.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-store.dir/imap-store.c.s -.PHONY : imap-store.c.s - -imap-tls.o: imap-tls.c.o -.PHONY : imap-tls.o - -# target to build an object file -imap-tls.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.o -.PHONY : imap-tls.c.o - -imap-tls.i: imap-tls.c.i -.PHONY : imap-tls.i - -# target to preprocess a source file -imap-tls.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.i -.PHONY : imap-tls.c.i - -imap-tls.s: imap-tls.c.s -.PHONY : imap-tls.s - -# target to generate assembly for a file -imap-tls.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-imap-tls.dir/imap-tls.c.s -.PHONY : imap-tls.c.s - -interface.o: interface.c.o -.PHONY : interface.o - -# target to build an object file -interface.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.o -.PHONY : interface.c.o - -interface.i: interface.c.i -.PHONY : interface.i - -# target to preprocess a source file -interface.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.i -.PHONY : interface.c.i - -interface.s: interface.c.s -.PHONY : interface.s - -# target to generate assembly for a file -interface.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-interface.dir/interface.c.s -.PHONY : interface.c.s - -ipv6.o: ipv6.c.o -.PHONY : ipv6.o - -# target to build an object file -ipv6.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.o -.PHONY : ipv6.c.o - -ipv6.i: ipv6.c.i -.PHONY : ipv6.i - -# target to preprocess a source file -ipv6.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.i -.PHONY : ipv6.c.i - -ipv6.s: ipv6.c.s -.PHONY : ipv6.s - -# target to generate assembly for a file -ipv6.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-ipv6.dir/ipv6.c.s -.PHONY : ipv6.c.s - -keepalive.o: keepalive.c.o -.PHONY : keepalive.o - -# target to build an object file -keepalive.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.o -.PHONY : keepalive.c.o - -keepalive.i: keepalive.c.i -.PHONY : keepalive.i - -# target to preprocess a source file -keepalive.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.i -.PHONY : keepalive.c.i - -keepalive.s: keepalive.c.s -.PHONY : keepalive.s - -# target to generate assembly for a file -keepalive.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-keepalive.dir/keepalive.c.s -.PHONY : keepalive.c.s - -localport.o: localport.c.o -.PHONY : localport.o - -# target to build an object file -localport.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.o -.PHONY : localport.c.o - -localport.i: localport.c.i -.PHONY : localport.i - -# target to preprocess a source file -localport.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.i -.PHONY : localport.c.i - -localport.s: localport.c.s -.PHONY : localport.s - -# target to generate assembly for a file -localport.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-localport.dir/localport.c.s -.PHONY : localport.c.s - -maxconnects.o: maxconnects.c.o -.PHONY : maxconnects.o - -# target to build an object file -maxconnects.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.o -.PHONY : maxconnects.c.o - -maxconnects.i: maxconnects.c.i -.PHONY : maxconnects.i - -# target to preprocess a source file -maxconnects.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.i -.PHONY : maxconnects.c.i - -maxconnects.s: maxconnects.c.s -.PHONY : maxconnects.s - -# target to generate assembly for a file -maxconnects.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-maxconnects.dir/maxconnects.c.s -.PHONY : maxconnects.c.s - -multi-app.o: multi-app.c.o -.PHONY : multi-app.o - -# target to build an object file -multi-app.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.o -.PHONY : multi-app.c.o - -multi-app.i: multi-app.c.i -.PHONY : multi-app.i - -# target to preprocess a source file -multi-app.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.i -.PHONY : multi-app.c.i - -multi-app.s: multi-app.c.s -.PHONY : multi-app.s - -# target to generate assembly for a file -multi-app.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-app.dir/multi-app.c.s -.PHONY : multi-app.c.s - -multi-debugcallback.o: multi-debugcallback.c.o -.PHONY : multi-debugcallback.o - -# target to build an object file -multi-debugcallback.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.o -.PHONY : multi-debugcallback.c.o - -multi-debugcallback.i: multi-debugcallback.c.i -.PHONY : multi-debugcallback.i - -# target to preprocess a source file -multi-debugcallback.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.i -.PHONY : multi-debugcallback.c.i - -multi-debugcallback.s: multi-debugcallback.c.s -.PHONY : multi-debugcallback.s - -# target to generate assembly for a file -multi-debugcallback.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-debugcallback.dir/multi-debugcallback.c.s -.PHONY : multi-debugcallback.c.s - -multi-double.o: multi-double.c.o -.PHONY : multi-double.o - -# target to build an object file -multi-double.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.o -.PHONY : multi-double.c.o - -multi-double.i: multi-double.c.i -.PHONY : multi-double.i - -# target to preprocess a source file -multi-double.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.i -.PHONY : multi-double.c.i - -multi-double.s: multi-double.c.s -.PHONY : multi-double.s - -# target to generate assembly for a file -multi-double.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-double.dir/multi-double.c.s -.PHONY : multi-double.c.s - -multi-formadd.o: multi-formadd.c.o -.PHONY : multi-formadd.o - -# target to build an object file -multi-formadd.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.o -.PHONY : multi-formadd.c.o - -multi-formadd.i: multi-formadd.c.i -.PHONY : multi-formadd.i - -# target to preprocess a source file -multi-formadd.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.i -.PHONY : multi-formadd.c.i - -multi-formadd.s: multi-formadd.c.s -.PHONY : multi-formadd.s - -# target to generate assembly for a file -multi-formadd.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-formadd.dir/multi-formadd.c.s -.PHONY : multi-formadd.c.s - -multi-legacy.o: multi-legacy.c.o -.PHONY : multi-legacy.o - -# target to build an object file -multi-legacy.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.o -.PHONY : multi-legacy.c.o - -multi-legacy.i: multi-legacy.c.i -.PHONY : multi-legacy.i - -# target to preprocess a source file -multi-legacy.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.i -.PHONY : multi-legacy.c.i - -multi-legacy.s: multi-legacy.c.s -.PHONY : multi-legacy.s - -# target to generate assembly for a file -multi-legacy.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-legacy.dir/multi-legacy.c.s -.PHONY : multi-legacy.c.s - -multi-post.o: multi-post.c.o -.PHONY : multi-post.o - -# target to build an object file -multi-post.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.o -.PHONY : multi-post.c.o - -multi-post.i: multi-post.c.i -.PHONY : multi-post.i - -# target to preprocess a source file -multi-post.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.i -.PHONY : multi-post.c.i - -multi-post.s: multi-post.c.s -.PHONY : multi-post.s - -# target to generate assembly for a file -multi-post.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-post.dir/multi-post.c.s -.PHONY : multi-post.c.s - -multi-single.o: multi-single.c.o -.PHONY : multi-single.o - -# target to build an object file -multi-single.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.o -.PHONY : multi-single.c.o - -multi-single.i: multi-single.c.i -.PHONY : multi-single.i - -# target to preprocess a source file -multi-single.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.i -.PHONY : multi-single.c.i - -multi-single.s: multi-single.c.s -.PHONY : multi-single.s - -# target to generate assembly for a file -multi-single.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-multi-single.dir/multi-single.c.s -.PHONY : multi-single.c.s - -netrc.o: netrc.c.o -.PHONY : netrc.o - -# target to build an object file -netrc.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.o -.PHONY : netrc.c.o - -netrc.i: netrc.c.i -.PHONY : netrc.i - -# target to preprocess a source file -netrc.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.i -.PHONY : netrc.c.i - -netrc.s: netrc.c.s -.PHONY : netrc.s - -# target to generate assembly for a file -netrc.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-netrc.dir/netrc.c.s -.PHONY : netrc.c.s - -parseurl.o: parseurl.c.o -.PHONY : parseurl.o - -# target to build an object file -parseurl.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.o -.PHONY : parseurl.c.o - -parseurl.i: parseurl.c.i -.PHONY : parseurl.i - -# target to preprocess a source file -parseurl.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.i -.PHONY : parseurl.c.i - -parseurl.s: parseurl.c.s -.PHONY : parseurl.s - -# target to generate assembly for a file -parseurl.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-parseurl.dir/parseurl.c.s -.PHONY : parseurl.c.s - -persistent.o: persistent.c.o -.PHONY : persistent.o - -# target to build an object file -persistent.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.o -.PHONY : persistent.c.o - -persistent.i: persistent.c.i -.PHONY : persistent.i - -# target to preprocess a source file -persistent.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.i -.PHONY : persistent.c.i - -persistent.s: persistent.c.s -.PHONY : persistent.s - -# target to generate assembly for a file -persistent.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-persistent.dir/persistent.c.s -.PHONY : persistent.c.s - -pop3-authzid.o: pop3-authzid.c.o -.PHONY : pop3-authzid.o - -# target to build an object file -pop3-authzid.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.o -.PHONY : pop3-authzid.c.o - -pop3-authzid.i: pop3-authzid.c.i -.PHONY : pop3-authzid.i - -# target to preprocess a source file -pop3-authzid.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.i -.PHONY : pop3-authzid.c.i - -pop3-authzid.s: pop3-authzid.c.s -.PHONY : pop3-authzid.s - -# target to generate assembly for a file -pop3-authzid.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-authzid.dir/pop3-authzid.c.s -.PHONY : pop3-authzid.c.s - -pop3-dele.o: pop3-dele.c.o -.PHONY : pop3-dele.o - -# target to build an object file -pop3-dele.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.o -.PHONY : pop3-dele.c.o - -pop3-dele.i: pop3-dele.c.i -.PHONY : pop3-dele.i - -# target to preprocess a source file -pop3-dele.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.i -.PHONY : pop3-dele.c.i - -pop3-dele.s: pop3-dele.c.s -.PHONY : pop3-dele.s - -# target to generate assembly for a file -pop3-dele.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-dele.dir/pop3-dele.c.s -.PHONY : pop3-dele.c.s - -pop3-list.o: pop3-list.c.o -.PHONY : pop3-list.o - -# target to build an object file -pop3-list.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.o -.PHONY : pop3-list.c.o - -pop3-list.i: pop3-list.c.i -.PHONY : pop3-list.i - -# target to preprocess a source file -pop3-list.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.i -.PHONY : pop3-list.c.i - -pop3-list.s: pop3-list.c.s -.PHONY : pop3-list.s - -# target to generate assembly for a file -pop3-list.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-list.dir/pop3-list.c.s -.PHONY : pop3-list.c.s - -pop3-multi.o: pop3-multi.c.o -.PHONY : pop3-multi.o - -# target to build an object file -pop3-multi.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.o -.PHONY : pop3-multi.c.o - -pop3-multi.i: pop3-multi.c.i -.PHONY : pop3-multi.i - -# target to preprocess a source file -pop3-multi.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.i -.PHONY : pop3-multi.c.i - -pop3-multi.s: pop3-multi.c.s -.PHONY : pop3-multi.s - -# target to generate assembly for a file -pop3-multi.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-multi.dir/pop3-multi.c.s -.PHONY : pop3-multi.c.s - -pop3-noop.o: pop3-noop.c.o -.PHONY : pop3-noop.o - -# target to build an object file -pop3-noop.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.o -.PHONY : pop3-noop.c.o - -pop3-noop.i: pop3-noop.c.i -.PHONY : pop3-noop.i - -# target to preprocess a source file -pop3-noop.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.i -.PHONY : pop3-noop.c.i - -pop3-noop.s: pop3-noop.c.s -.PHONY : pop3-noop.s - -# target to generate assembly for a file -pop3-noop.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-noop.dir/pop3-noop.c.s -.PHONY : pop3-noop.c.s - -pop3-retr.o: pop3-retr.c.o -.PHONY : pop3-retr.o - -# target to build an object file -pop3-retr.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.o -.PHONY : pop3-retr.c.o - -pop3-retr.i: pop3-retr.c.i -.PHONY : pop3-retr.i - -# target to preprocess a source file -pop3-retr.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.i -.PHONY : pop3-retr.c.i - -pop3-retr.s: pop3-retr.c.s -.PHONY : pop3-retr.s - -# target to generate assembly for a file -pop3-retr.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-retr.dir/pop3-retr.c.s -.PHONY : pop3-retr.c.s - -pop3-ssl.o: pop3-ssl.c.o -.PHONY : pop3-ssl.o - -# target to build an object file -pop3-ssl.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.o -.PHONY : pop3-ssl.c.o - -pop3-ssl.i: pop3-ssl.c.i -.PHONY : pop3-ssl.i - -# target to preprocess a source file -pop3-ssl.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.i -.PHONY : pop3-ssl.c.i - -pop3-ssl.s: pop3-ssl.c.s -.PHONY : pop3-ssl.s - -# target to generate assembly for a file -pop3-ssl.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-ssl.dir/pop3-ssl.c.s -.PHONY : pop3-ssl.c.s - -pop3-stat.o: pop3-stat.c.o -.PHONY : pop3-stat.o - -# target to build an object file -pop3-stat.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.o -.PHONY : pop3-stat.c.o - -pop3-stat.i: pop3-stat.c.i -.PHONY : pop3-stat.i - -# target to preprocess a source file -pop3-stat.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.i -.PHONY : pop3-stat.c.i - -pop3-stat.s: pop3-stat.c.s -.PHONY : pop3-stat.s - -# target to generate assembly for a file -pop3-stat.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-stat.dir/pop3-stat.c.s -.PHONY : pop3-stat.c.s - -pop3-tls.o: pop3-tls.c.o -.PHONY : pop3-tls.o - -# target to build an object file -pop3-tls.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.o -.PHONY : pop3-tls.c.o - -pop3-tls.i: pop3-tls.c.i -.PHONY : pop3-tls.i - -# target to preprocess a source file -pop3-tls.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.i -.PHONY : pop3-tls.c.i - -pop3-tls.s: pop3-tls.c.s -.PHONY : pop3-tls.s - -# target to generate assembly for a file -pop3-tls.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-tls.dir/pop3-tls.c.s -.PHONY : pop3-tls.c.s - -pop3-top.o: pop3-top.c.o -.PHONY : pop3-top.o - -# target to build an object file -pop3-top.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.o -.PHONY : pop3-top.c.o - -pop3-top.i: pop3-top.c.i -.PHONY : pop3-top.i - -# target to preprocess a source file -pop3-top.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.i -.PHONY : pop3-top.c.i - -pop3-top.s: pop3-top.c.s -.PHONY : pop3-top.s - -# target to generate assembly for a file -pop3-top.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-top.dir/pop3-top.c.s -.PHONY : pop3-top.c.s - -pop3-uidl.o: pop3-uidl.c.o -.PHONY : pop3-uidl.o - -# target to build an object file -pop3-uidl.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.o -.PHONY : pop3-uidl.c.o - -pop3-uidl.i: pop3-uidl.c.i -.PHONY : pop3-uidl.i - -# target to preprocess a source file -pop3-uidl.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.i -.PHONY : pop3-uidl.c.i - -pop3-uidl.s: pop3-uidl.c.s -.PHONY : pop3-uidl.s - -# target to generate assembly for a file -pop3-uidl.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-pop3-uidl.dir/pop3-uidl.c.s -.PHONY : pop3-uidl.c.s - -post-callback.o: post-callback.c.o -.PHONY : post-callback.o - -# target to build an object file -post-callback.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.o -.PHONY : post-callback.c.o - -post-callback.i: post-callback.c.i -.PHONY : post-callback.i - -# target to preprocess a source file -post-callback.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.i -.PHONY : post-callback.c.i - -post-callback.s: post-callback.c.s -.PHONY : post-callback.s - -# target to generate assembly for a file -post-callback.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-post-callback.dir/post-callback.c.s -.PHONY : post-callback.c.s - -postinmemory.o: postinmemory.c.o -.PHONY : postinmemory.o - -# target to build an object file -postinmemory.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.o -.PHONY : postinmemory.c.o - -postinmemory.i: postinmemory.c.i -.PHONY : postinmemory.i - -# target to preprocess a source file -postinmemory.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.i -.PHONY : postinmemory.c.i - -postinmemory.s: postinmemory.c.s -.PHONY : postinmemory.s - -# target to generate assembly for a file -postinmemory.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postinmemory.dir/postinmemory.c.s -.PHONY : postinmemory.c.s - -postit2-formadd.o: postit2-formadd.c.o -.PHONY : postit2-formadd.o - -# target to build an object file -postit2-formadd.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.o -.PHONY : postit2-formadd.c.o - -postit2-formadd.i: postit2-formadd.c.i -.PHONY : postit2-formadd.i - -# target to preprocess a source file -postit2-formadd.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.i -.PHONY : postit2-formadd.c.i - -postit2-formadd.s: postit2-formadd.c.s -.PHONY : postit2-formadd.s - -# target to generate assembly for a file -postit2-formadd.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2-formadd.dir/postit2-formadd.c.s -.PHONY : postit2-formadd.c.s - -postit2.o: postit2.c.o -.PHONY : postit2.o - -# target to build an object file -postit2.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.o -.PHONY : postit2.c.o - -postit2.i: postit2.c.i -.PHONY : postit2.i - -# target to preprocess a source file -postit2.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.i -.PHONY : postit2.c.i - -postit2.s: postit2.c.s -.PHONY : postit2.s - -# target to generate assembly for a file -postit2.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-postit2.dir/postit2.c.s -.PHONY : postit2.c.s - -progressfunc.o: progressfunc.c.o -.PHONY : progressfunc.o - -# target to build an object file -progressfunc.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.o -.PHONY : progressfunc.c.o - -progressfunc.i: progressfunc.c.i -.PHONY : progressfunc.i - -# target to preprocess a source file -progressfunc.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.i -.PHONY : progressfunc.c.i - -progressfunc.s: progressfunc.c.s -.PHONY : progressfunc.s - -# target to generate assembly for a file -progressfunc.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-progressfunc.dir/progressfunc.c.s -.PHONY : progressfunc.c.s - -protofeats.o: protofeats.c.o -.PHONY : protofeats.o - -# target to build an object file -protofeats.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.o -.PHONY : protofeats.c.o - -protofeats.i: protofeats.c.i -.PHONY : protofeats.i - -# target to preprocess a source file -protofeats.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.i -.PHONY : protofeats.c.i - -protofeats.s: protofeats.c.s -.PHONY : protofeats.s - -# target to generate assembly for a file -protofeats.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-protofeats.dir/protofeats.c.s -.PHONY : protofeats.c.s - -range.o: range.c.o -.PHONY : range.o - -# target to build an object file -range.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.o -.PHONY : range.c.o - -range.i: range.c.i -.PHONY : range.i - -# target to preprocess a source file -range.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.i -.PHONY : range.c.i - -range.s: range.c.s -.PHONY : range.s - -# target to generate assembly for a file -range.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-range.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-range.dir/range.c.s -.PHONY : range.c.s - -resolve.o: resolve.c.o -.PHONY : resolve.o - -# target to build an object file -resolve.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.o -.PHONY : resolve.c.o - -resolve.i: resolve.c.i -.PHONY : resolve.i - -# target to preprocess a source file -resolve.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.i -.PHONY : resolve.c.i - -resolve.s: resolve.c.s -.PHONY : resolve.s - -# target to generate assembly for a file -resolve.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-resolve.dir/resolve.c.s -.PHONY : resolve.c.s - -rtsp-options.o: rtsp-options.c.o -.PHONY : rtsp-options.o - -# target to build an object file -rtsp-options.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.o -.PHONY : rtsp-options.c.o - -rtsp-options.i: rtsp-options.c.i -.PHONY : rtsp-options.i - -# target to preprocess a source file -rtsp-options.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.i -.PHONY : rtsp-options.c.i - -rtsp-options.s: rtsp-options.c.s -.PHONY : rtsp-options.s - -# target to generate assembly for a file -rtsp-options.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-rtsp-options.dir/rtsp-options.c.s -.PHONY : rtsp-options.c.s - -sendrecv.o: sendrecv.c.o -.PHONY : sendrecv.o - -# target to build an object file -sendrecv.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.o -.PHONY : sendrecv.c.o - -sendrecv.i: sendrecv.c.i -.PHONY : sendrecv.i - -# target to preprocess a source file -sendrecv.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.i -.PHONY : sendrecv.c.i - -sendrecv.s: sendrecv.c.s -.PHONY : sendrecv.s - -# target to generate assembly for a file -sendrecv.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sendrecv.dir/sendrecv.c.s -.PHONY : sendrecv.c.s - -sepheaders.o: sepheaders.c.o -.PHONY : sepheaders.o - -# target to build an object file -sepheaders.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.o -.PHONY : sepheaders.c.o - -sepheaders.i: sepheaders.c.i -.PHONY : sepheaders.i - -# target to preprocess a source file -sepheaders.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.i -.PHONY : sepheaders.c.i - -sepheaders.s: sepheaders.c.s -.PHONY : sepheaders.s - -# target to generate assembly for a file -sepheaders.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sepheaders.dir/sepheaders.c.s -.PHONY : sepheaders.c.s - -sftpget.o: sftpget.c.o -.PHONY : sftpget.o - -# target to build an object file -sftpget.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.o -.PHONY : sftpget.c.o - -sftpget.i: sftpget.c.i -.PHONY : sftpget.i - -# target to preprocess a source file -sftpget.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.i -.PHONY : sftpget.c.i - -sftpget.s: sftpget.c.s -.PHONY : sftpget.s - -# target to generate assembly for a file -sftpget.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpget.dir/sftpget.c.s -.PHONY : sftpget.c.s - -sftpuploadresume.o: sftpuploadresume.c.o -.PHONY : sftpuploadresume.o - -# target to build an object file -sftpuploadresume.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.o -.PHONY : sftpuploadresume.c.o - -sftpuploadresume.i: sftpuploadresume.c.i -.PHONY : sftpuploadresume.i - -# target to preprocess a source file -sftpuploadresume.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.i -.PHONY : sftpuploadresume.c.i - -sftpuploadresume.s: sftpuploadresume.c.s -.PHONY : sftpuploadresume.s - -# target to generate assembly for a file -sftpuploadresume.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sftpuploadresume.dir/sftpuploadresume.c.s -.PHONY : sftpuploadresume.c.s - -shared-connection-cache.o: shared-connection-cache.c.o -.PHONY : shared-connection-cache.o - -# target to build an object file -shared-connection-cache.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.o -.PHONY : shared-connection-cache.c.o - -shared-connection-cache.i: shared-connection-cache.c.i -.PHONY : shared-connection-cache.i - -# target to preprocess a source file -shared-connection-cache.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.i -.PHONY : shared-connection-cache.c.i - -shared-connection-cache.s: shared-connection-cache.c.s -.PHONY : shared-connection-cache.s - -# target to generate assembly for a file -shared-connection-cache.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-shared-connection-cache.dir/shared-connection-cache.c.s -.PHONY : shared-connection-cache.c.s - -simple.o: simple.c.o -.PHONY : simple.o - -# target to build an object file -simple.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.o -.PHONY : simple.c.o - -simple.i: simple.c.i -.PHONY : simple.i - -# target to preprocess a source file -simple.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.i -.PHONY : simple.c.i - -simple.s: simple.c.s -.PHONY : simple.s - -# target to generate assembly for a file -simple.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simple.dir/simple.c.s -.PHONY : simple.c.s - -simplepost.o: simplepost.c.o -.PHONY : simplepost.o - -# target to build an object file -simplepost.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.o -.PHONY : simplepost.c.o - -simplepost.i: simplepost.c.i -.PHONY : simplepost.i - -# target to preprocess a source file -simplepost.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.i -.PHONY : simplepost.c.i - -simplepost.s: simplepost.c.s -.PHONY : simplepost.s - -# target to generate assembly for a file -simplepost.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplepost.dir/simplepost.c.s -.PHONY : simplepost.c.s - -simplessl.o: simplessl.c.o -.PHONY : simplessl.o - -# target to build an object file -simplessl.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.o -.PHONY : simplessl.c.o - -simplessl.i: simplessl.c.i -.PHONY : simplessl.i - -# target to preprocess a source file -simplessl.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.i -.PHONY : simplessl.c.i - -simplessl.s: simplessl.c.s -.PHONY : simplessl.s - -# target to generate assembly for a file -simplessl.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-simplessl.dir/simplessl.c.s -.PHONY : simplessl.c.s - -smtp-authzid.o: smtp-authzid.c.o -.PHONY : smtp-authzid.o - -# target to build an object file -smtp-authzid.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.o -.PHONY : smtp-authzid.c.o - -smtp-authzid.i: smtp-authzid.c.i -.PHONY : smtp-authzid.i - -# target to preprocess a source file -smtp-authzid.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.i -.PHONY : smtp-authzid.c.i - -smtp-authzid.s: smtp-authzid.c.s -.PHONY : smtp-authzid.s - -# target to generate assembly for a file -smtp-authzid.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-authzid.dir/smtp-authzid.c.s -.PHONY : smtp-authzid.c.s - -smtp-expn.o: smtp-expn.c.o -.PHONY : smtp-expn.o - -# target to build an object file -smtp-expn.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.o -.PHONY : smtp-expn.c.o - -smtp-expn.i: smtp-expn.c.i -.PHONY : smtp-expn.i - -# target to preprocess a source file -smtp-expn.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.i -.PHONY : smtp-expn.c.i - -smtp-expn.s: smtp-expn.c.s -.PHONY : smtp-expn.s - -# target to generate assembly for a file -smtp-expn.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-expn.dir/smtp-expn.c.s -.PHONY : smtp-expn.c.s - -smtp-mail.o: smtp-mail.c.o -.PHONY : smtp-mail.o - -# target to build an object file -smtp-mail.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.o -.PHONY : smtp-mail.c.o - -smtp-mail.i: smtp-mail.c.i -.PHONY : smtp-mail.i - -# target to preprocess a source file -smtp-mail.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.i -.PHONY : smtp-mail.c.i - -smtp-mail.s: smtp-mail.c.s -.PHONY : smtp-mail.s - -# target to generate assembly for a file -smtp-mail.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mail.dir/smtp-mail.c.s -.PHONY : smtp-mail.c.s - -smtp-mime.o: smtp-mime.c.o -.PHONY : smtp-mime.o - -# target to build an object file -smtp-mime.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.o -.PHONY : smtp-mime.c.o - -smtp-mime.i: smtp-mime.c.i -.PHONY : smtp-mime.i - -# target to preprocess a source file -smtp-mime.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.i -.PHONY : smtp-mime.c.i - -smtp-mime.s: smtp-mime.c.s -.PHONY : smtp-mime.s - -# target to generate assembly for a file -smtp-mime.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-mime.dir/smtp-mime.c.s -.PHONY : smtp-mime.c.s - -smtp-multi.o: smtp-multi.c.o -.PHONY : smtp-multi.o - -# target to build an object file -smtp-multi.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.o -.PHONY : smtp-multi.c.o - -smtp-multi.i: smtp-multi.c.i -.PHONY : smtp-multi.i - -# target to preprocess a source file -smtp-multi.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.i -.PHONY : smtp-multi.c.i - -smtp-multi.s: smtp-multi.c.s -.PHONY : smtp-multi.s - -# target to generate assembly for a file -smtp-multi.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-multi.dir/smtp-multi.c.s -.PHONY : smtp-multi.c.s - -smtp-ssl.o: smtp-ssl.c.o -.PHONY : smtp-ssl.o - -# target to build an object file -smtp-ssl.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.o -.PHONY : smtp-ssl.c.o - -smtp-ssl.i: smtp-ssl.c.i -.PHONY : smtp-ssl.i - -# target to preprocess a source file -smtp-ssl.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.i -.PHONY : smtp-ssl.c.i - -smtp-ssl.s: smtp-ssl.c.s -.PHONY : smtp-ssl.s - -# target to generate assembly for a file -smtp-ssl.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-ssl.dir/smtp-ssl.c.s -.PHONY : smtp-ssl.c.s - -smtp-tls.o: smtp-tls.c.o -.PHONY : smtp-tls.o - -# target to build an object file -smtp-tls.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.o -.PHONY : smtp-tls.c.o - -smtp-tls.i: smtp-tls.c.i -.PHONY : smtp-tls.i - -# target to preprocess a source file -smtp-tls.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.i -.PHONY : smtp-tls.c.i - -smtp-tls.s: smtp-tls.c.s -.PHONY : smtp-tls.s - -# target to generate assembly for a file -smtp-tls.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-tls.dir/smtp-tls.c.s -.PHONY : smtp-tls.c.s - -smtp-vrfy.o: smtp-vrfy.c.o -.PHONY : smtp-vrfy.o - -# target to build an object file -smtp-vrfy.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.o -.PHONY : smtp-vrfy.c.o - -smtp-vrfy.i: smtp-vrfy.c.i -.PHONY : smtp-vrfy.i - -# target to preprocess a source file -smtp-vrfy.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.i -.PHONY : smtp-vrfy.c.i - -smtp-vrfy.s: smtp-vrfy.c.s -.PHONY : smtp-vrfy.s - -# target to generate assembly for a file -smtp-vrfy.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-smtp-vrfy.dir/smtp-vrfy.c.s -.PHONY : smtp-vrfy.c.s - -sslbackend.o: sslbackend.c.o -.PHONY : sslbackend.o - -# target to build an object file -sslbackend.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.o -.PHONY : sslbackend.c.o - -sslbackend.i: sslbackend.c.i -.PHONY : sslbackend.i - -# target to preprocess a source file -sslbackend.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.i -.PHONY : sslbackend.c.i - -sslbackend.s: sslbackend.c.s -.PHONY : sslbackend.s - -# target to generate assembly for a file -sslbackend.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-sslbackend.dir/sslbackend.c.s -.PHONY : sslbackend.c.s - -unixsocket.o: unixsocket.c.o -.PHONY : unixsocket.o - -# target to build an object file -unixsocket.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.o -.PHONY : unixsocket.c.o - -unixsocket.i: unixsocket.c.i -.PHONY : unixsocket.i - -# target to preprocess a source file -unixsocket.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.i -.PHONY : unixsocket.c.i - -unixsocket.s: unixsocket.c.s -.PHONY : unixsocket.s - -# target to generate assembly for a file -unixsocket.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-unixsocket.dir/unixsocket.c.s -.PHONY : unixsocket.c.s - -url2file.o: url2file.c.o -.PHONY : url2file.o - -# target to build an object file -url2file.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.o -.PHONY : url2file.c.o - -url2file.i: url2file.c.i -.PHONY : url2file.i - -# target to preprocess a source file -url2file.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.i -.PHONY : url2file.c.i - -url2file.s: url2file.c.s -.PHONY : url2file.s - -# target to generate assembly for a file -url2file.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-url2file.dir/url2file.c.s -.PHONY : url2file.c.s - -urlapi.o: urlapi.c.o -.PHONY : urlapi.o - -# target to build an object file -urlapi.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.o -.PHONY : urlapi.c.o - -urlapi.i: urlapi.c.i -.PHONY : urlapi.i - -# target to preprocess a source file -urlapi.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.i -.PHONY : urlapi.c.i - -urlapi.s: urlapi.c.s -.PHONY : urlapi.s - -# target to generate assembly for a file -urlapi.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-urlapi.dir/urlapi.c.s -.PHONY : urlapi.c.s - -websocket-cb.o: websocket-cb.c.o -.PHONY : websocket-cb.o - -# target to build an object file -websocket-cb.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.o -.PHONY : websocket-cb.c.o - -websocket-cb.i: websocket-cb.c.i -.PHONY : websocket-cb.i - -# target to preprocess a source file -websocket-cb.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.i -.PHONY : websocket-cb.c.i - -websocket-cb.s: websocket-cb.c.s -.PHONY : websocket-cb.s - -# target to generate assembly for a file -websocket-cb.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket-cb.dir/websocket-cb.c.s -.PHONY : websocket-cb.c.s - -websocket.o: websocket.c.o -.PHONY : websocket.o - -# target to build an object file -websocket.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.o -.PHONY : websocket.c.o - -websocket.i: websocket.c.i -.PHONY : websocket.i - -# target to preprocess a source file -websocket.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.i -.PHONY : websocket.c.i - -websocket.s: websocket.c.s -.PHONY : websocket.s - -# target to generate assembly for a file -websocket.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/build.make external/curl/docs/examples/CMakeFiles/curl-example-websocket.dir/websocket.c.s -.PHONY : websocket.c.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... curl-examples" - @echo "... curl-example-10-at-a-time" - @echo "... curl-example-address-scope" - @echo "... curl-example-altsvc" - @echo "... curl-example-anyauthput" - @echo "... curl-example-block_ip" - @echo "... curl-example-certinfo" - @echo "... curl-example-chkspeed" - @echo "... curl-example-connect-to" - @echo "... curl-example-cookie_interface" - @echo "... curl-example-debug" - @echo "... curl-example-default-scheme" - @echo "... curl-example-externalsocket" - @echo "... curl-example-fileupload" - @echo "... curl-example-ftp-wildcard" - @echo "... curl-example-ftpget" - @echo "... curl-example-ftpgetinfo" - @echo "... curl-example-ftpgetresp" - @echo "... curl-example-ftpsget" - @echo "... curl-example-ftpupload" - @echo "... curl-example-ftpuploadfrommem" - @echo "... curl-example-ftpuploadresume" - @echo "... curl-example-getinfo" - @echo "... curl-example-getinmemory" - @echo "... curl-example-getredirect" - @echo "... curl-example-getreferrer" - @echo "... curl-example-headerapi" - @echo "... curl-example-hsts-preload" - @echo "... curl-example-http-options" - @echo "... curl-example-http-post" - @echo "... curl-example-http2-download" - @echo "... curl-example-http2-pushinmemory" - @echo "... curl-example-http2-serverpush" - @echo "... curl-example-http2-upload" - @echo "... curl-example-http3" - @echo "... curl-example-http3-present" - @echo "... curl-example-httpcustomheader" - @echo "... curl-example-httpput" - @echo "... curl-example-httpput-postfields" - @echo "... curl-example-https" - @echo "... curl-example-imap-append" - @echo "... curl-example-imap-authzid" - @echo "... curl-example-imap-copy" - @echo "... curl-example-imap-create" - @echo "... curl-example-imap-delete" - @echo "... curl-example-imap-examine" - @echo "... curl-example-imap-fetch" - @echo "... curl-example-imap-list" - @echo "... curl-example-imap-lsub" - @echo "... curl-example-imap-multi" - @echo "... curl-example-imap-noop" - @echo "... curl-example-imap-search" - @echo "... curl-example-imap-ssl" - @echo "... curl-example-imap-store" - @echo "... curl-example-imap-tls" - @echo "... curl-example-interface" - @echo "... curl-example-ipv6" - @echo "... curl-example-keepalive" - @echo "... curl-example-localport" - @echo "... curl-example-maxconnects" - @echo "... curl-example-multi-app" - @echo "... curl-example-multi-debugcallback" - @echo "... curl-example-multi-double" - @echo "... curl-example-multi-formadd" - @echo "... curl-example-multi-legacy" - @echo "... curl-example-multi-post" - @echo "... curl-example-multi-single" - @echo "... curl-example-netrc" - @echo "... curl-example-parseurl" - @echo "... curl-example-persistent" - @echo "... curl-example-pop3-authzid" - @echo "... curl-example-pop3-dele" - @echo "... curl-example-pop3-list" - @echo "... curl-example-pop3-multi" - @echo "... curl-example-pop3-noop" - @echo "... curl-example-pop3-retr" - @echo "... curl-example-pop3-ssl" - @echo "... curl-example-pop3-stat" - @echo "... curl-example-pop3-tls" - @echo "... curl-example-pop3-top" - @echo "... curl-example-pop3-uidl" - @echo "... curl-example-post-callback" - @echo "... curl-example-postinmemory" - @echo "... curl-example-postit2" - @echo "... curl-example-postit2-formadd" - @echo "... curl-example-progressfunc" - @echo "... curl-example-protofeats" - @echo "... curl-example-range" - @echo "... curl-example-resolve" - @echo "... curl-example-rtsp-options" - @echo "... curl-example-sendrecv" - @echo "... curl-example-sepheaders" - @echo "... curl-example-sftpget" - @echo "... curl-example-sftpuploadresume" - @echo "... curl-example-shared-connection-cache" - @echo "... curl-example-simple" - @echo "... curl-example-simplepost" - @echo "... curl-example-simplessl" - @echo "... curl-example-smtp-authzid" - @echo "... curl-example-smtp-expn" - @echo "... curl-example-smtp-mail" - @echo "... curl-example-smtp-mime" - @echo "... curl-example-smtp-multi" - @echo "... curl-example-smtp-ssl" - @echo "... curl-example-smtp-tls" - @echo "... curl-example-smtp-vrfy" - @echo "... curl-example-sslbackend" - @echo "... curl-example-unixsocket" - @echo "... curl-example-url2file" - @echo "... curl-example-urlapi" - @echo "... curl-example-websocket" - @echo "... curl-example-websocket-cb" - @echo "... 10-at-a-time.o" - @echo "... 10-at-a-time.i" - @echo "... 10-at-a-time.s" - @echo "... address-scope.o" - @echo "... address-scope.i" - @echo "... address-scope.s" - @echo "... altsvc.o" - @echo "... altsvc.i" - @echo "... altsvc.s" - @echo "... anyauthput.o" - @echo "... anyauthput.i" - @echo "... anyauthput.s" - @echo "... block_ip.o" - @echo "... block_ip.i" - @echo "... block_ip.s" - @echo "... certinfo.o" - @echo "... certinfo.i" - @echo "... certinfo.s" - @echo "... chkspeed.o" - @echo "... chkspeed.i" - @echo "... chkspeed.s" - @echo "... connect-to.o" - @echo "... connect-to.i" - @echo "... connect-to.s" - @echo "... cookie_interface.o" - @echo "... cookie_interface.i" - @echo "... cookie_interface.s" - @echo "... debug.o" - @echo "... debug.i" - @echo "... debug.s" - @echo "... default-scheme.o" - @echo "... default-scheme.i" - @echo "... default-scheme.s" - @echo "... externalsocket.o" - @echo "... externalsocket.i" - @echo "... externalsocket.s" - @echo "... fileupload.o" - @echo "... fileupload.i" - @echo "... fileupload.s" - @echo "... ftp-wildcard.o" - @echo "... ftp-wildcard.i" - @echo "... ftp-wildcard.s" - @echo "... ftpget.o" - @echo "... ftpget.i" - @echo "... ftpget.s" - @echo "... ftpgetinfo.o" - @echo "... ftpgetinfo.i" - @echo "... ftpgetinfo.s" - @echo "... ftpgetresp.o" - @echo "... ftpgetresp.i" - @echo "... ftpgetresp.s" - @echo "... ftpsget.o" - @echo "... ftpsget.i" - @echo "... ftpsget.s" - @echo "... ftpupload.o" - @echo "... ftpupload.i" - @echo "... ftpupload.s" - @echo "... ftpuploadfrommem.o" - @echo "... ftpuploadfrommem.i" - @echo "... ftpuploadfrommem.s" - @echo "... ftpuploadresume.o" - @echo "... ftpuploadresume.i" - @echo "... ftpuploadresume.s" - @echo "... getinfo.o" - @echo "... getinfo.i" - @echo "... getinfo.s" - @echo "... getinmemory.o" - @echo "... getinmemory.i" - @echo "... getinmemory.s" - @echo "... getredirect.o" - @echo "... getredirect.i" - @echo "... getredirect.s" - @echo "... getreferrer.o" - @echo "... getreferrer.i" - @echo "... getreferrer.s" - @echo "... headerapi.o" - @echo "... headerapi.i" - @echo "... headerapi.s" - @echo "... hsts-preload.o" - @echo "... hsts-preload.i" - @echo "... hsts-preload.s" - @echo "... http-options.o" - @echo "... http-options.i" - @echo "... http-options.s" - @echo "... http-post.o" - @echo "... http-post.i" - @echo "... http-post.s" - @echo "... http2-download.o" - @echo "... http2-download.i" - @echo "... http2-download.s" - @echo "... http2-pushinmemory.o" - @echo "... http2-pushinmemory.i" - @echo "... http2-pushinmemory.s" - @echo "... http2-serverpush.o" - @echo "... http2-serverpush.i" - @echo "... http2-serverpush.s" - @echo "... http2-upload.o" - @echo "... http2-upload.i" - @echo "... http2-upload.s" - @echo "... http3-present.o" - @echo "... http3-present.i" - @echo "... http3-present.s" - @echo "... http3.o" - @echo "... http3.i" - @echo "... http3.s" - @echo "... httpcustomheader.o" - @echo "... httpcustomheader.i" - @echo "... httpcustomheader.s" - @echo "... httpput-postfields.o" - @echo "... httpput-postfields.i" - @echo "... httpput-postfields.s" - @echo "... httpput.o" - @echo "... httpput.i" - @echo "... httpput.s" - @echo "... https.o" - @echo "... https.i" - @echo "... https.s" - @echo "... imap-append.o" - @echo "... imap-append.i" - @echo "... imap-append.s" - @echo "... imap-authzid.o" - @echo "... imap-authzid.i" - @echo "... imap-authzid.s" - @echo "... imap-copy.o" - @echo "... imap-copy.i" - @echo "... imap-copy.s" - @echo "... imap-create.o" - @echo "... imap-create.i" - @echo "... imap-create.s" - @echo "... imap-delete.o" - @echo "... imap-delete.i" - @echo "... imap-delete.s" - @echo "... imap-examine.o" - @echo "... imap-examine.i" - @echo "... imap-examine.s" - @echo "... imap-fetch.o" - @echo "... imap-fetch.i" - @echo "... imap-fetch.s" - @echo "... imap-list.o" - @echo "... imap-list.i" - @echo "... imap-list.s" - @echo "... imap-lsub.o" - @echo "... imap-lsub.i" - @echo "... imap-lsub.s" - @echo "... imap-multi.o" - @echo "... imap-multi.i" - @echo "... imap-multi.s" - @echo "... imap-noop.o" - @echo "... imap-noop.i" - @echo "... imap-noop.s" - @echo "... imap-search.o" - @echo "... imap-search.i" - @echo "... imap-search.s" - @echo "... imap-ssl.o" - @echo "... imap-ssl.i" - @echo "... imap-ssl.s" - @echo "... imap-store.o" - @echo "... imap-store.i" - @echo "... imap-store.s" - @echo "... imap-tls.o" - @echo "... imap-tls.i" - @echo "... imap-tls.s" - @echo "... interface.o" - @echo "... interface.i" - @echo "... interface.s" - @echo "... ipv6.o" - @echo "... ipv6.i" - @echo "... ipv6.s" - @echo "... keepalive.o" - @echo "... keepalive.i" - @echo "... keepalive.s" - @echo "... localport.o" - @echo "... localport.i" - @echo "... localport.s" - @echo "... maxconnects.o" - @echo "... maxconnects.i" - @echo "... maxconnects.s" - @echo "... multi-app.o" - @echo "... multi-app.i" - @echo "... multi-app.s" - @echo "... multi-debugcallback.o" - @echo "... multi-debugcallback.i" - @echo "... multi-debugcallback.s" - @echo "... multi-double.o" - @echo "... multi-double.i" - @echo "... multi-double.s" - @echo "... multi-formadd.o" - @echo "... multi-formadd.i" - @echo "... multi-formadd.s" - @echo "... multi-legacy.o" - @echo "... multi-legacy.i" - @echo "... multi-legacy.s" - @echo "... multi-post.o" - @echo "... multi-post.i" - @echo "... multi-post.s" - @echo "... multi-single.o" - @echo "... multi-single.i" - @echo "... multi-single.s" - @echo "... netrc.o" - @echo "... netrc.i" - @echo "... netrc.s" - @echo "... parseurl.o" - @echo "... parseurl.i" - @echo "... parseurl.s" - @echo "... persistent.o" - @echo "... persistent.i" - @echo "... persistent.s" - @echo "... pop3-authzid.o" - @echo "... pop3-authzid.i" - @echo "... pop3-authzid.s" - @echo "... pop3-dele.o" - @echo "... pop3-dele.i" - @echo "... pop3-dele.s" - @echo "... pop3-list.o" - @echo "... pop3-list.i" - @echo "... pop3-list.s" - @echo "... pop3-multi.o" - @echo "... pop3-multi.i" - @echo "... pop3-multi.s" - @echo "... pop3-noop.o" - @echo "... pop3-noop.i" - @echo "... pop3-noop.s" - @echo "... pop3-retr.o" - @echo "... pop3-retr.i" - @echo "... pop3-retr.s" - @echo "... pop3-ssl.o" - @echo "... pop3-ssl.i" - @echo "... pop3-ssl.s" - @echo "... pop3-stat.o" - @echo "... pop3-stat.i" - @echo "... pop3-stat.s" - @echo "... pop3-tls.o" - @echo "... pop3-tls.i" - @echo "... pop3-tls.s" - @echo "... pop3-top.o" - @echo "... pop3-top.i" - @echo "... pop3-top.s" - @echo "... pop3-uidl.o" - @echo "... pop3-uidl.i" - @echo "... pop3-uidl.s" - @echo "... post-callback.o" - @echo "... post-callback.i" - @echo "... post-callback.s" - @echo "... postinmemory.o" - @echo "... postinmemory.i" - @echo "... postinmemory.s" - @echo "... postit2-formadd.o" - @echo "... postit2-formadd.i" - @echo "... postit2-formadd.s" - @echo "... postit2.o" - @echo "... postit2.i" - @echo "... postit2.s" - @echo "... progressfunc.o" - @echo "... progressfunc.i" - @echo "... progressfunc.s" - @echo "... protofeats.o" - @echo "... protofeats.i" - @echo "... protofeats.s" - @echo "... range.o" - @echo "... range.i" - @echo "... range.s" - @echo "... resolve.o" - @echo "... resolve.i" - @echo "... resolve.s" - @echo "... rtsp-options.o" - @echo "... rtsp-options.i" - @echo "... rtsp-options.s" - @echo "... sendrecv.o" - @echo "... sendrecv.i" - @echo "... sendrecv.s" - @echo "... sepheaders.o" - @echo "... sepheaders.i" - @echo "... sepheaders.s" - @echo "... sftpget.o" - @echo "... sftpget.i" - @echo "... sftpget.s" - @echo "... sftpuploadresume.o" - @echo "... sftpuploadresume.i" - @echo "... sftpuploadresume.s" - @echo "... shared-connection-cache.o" - @echo "... shared-connection-cache.i" - @echo "... shared-connection-cache.s" - @echo "... simple.o" - @echo "... simple.i" - @echo "... simple.s" - @echo "... simplepost.o" - @echo "... simplepost.i" - @echo "... simplepost.s" - @echo "... simplessl.o" - @echo "... simplessl.i" - @echo "... simplessl.s" - @echo "... smtp-authzid.o" - @echo "... smtp-authzid.i" - @echo "... smtp-authzid.s" - @echo "... smtp-expn.o" - @echo "... smtp-expn.i" - @echo "... smtp-expn.s" - @echo "... smtp-mail.o" - @echo "... smtp-mail.i" - @echo "... smtp-mail.s" - @echo "... smtp-mime.o" - @echo "... smtp-mime.i" - @echo "... smtp-mime.s" - @echo "... smtp-multi.o" - @echo "... smtp-multi.i" - @echo "... smtp-multi.s" - @echo "... smtp-ssl.o" - @echo "... smtp-ssl.i" - @echo "... smtp-ssl.s" - @echo "... smtp-tls.o" - @echo "... smtp-tls.i" - @echo "... smtp-tls.s" - @echo "... smtp-vrfy.o" - @echo "... smtp-vrfy.i" - @echo "... smtp-vrfy.s" - @echo "... sslbackend.o" - @echo "... sslbackend.i" - @echo "... sslbackend.s" - @echo "... unixsocket.o" - @echo "... unixsocket.i" - @echo "... unixsocket.s" - @echo "... url2file.o" - @echo "... url2file.i" - @echo "... url2file.s" - @echo "... urlapi.o" - @echo "... urlapi.i" - @echo "... urlapi.s" - @echo "... websocket-cb.o" - @echo "... websocket-cb.i" - @echo "... websocket-cb.s" - @echo "... websocket.o" - @echo "... websocket.i" - @echo "... websocket.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/docs/examples/Makefile.inc.cmake b/build_emscripten/external/curl/docs/examples/Makefile.inc.cmake deleted file mode 100644 index 5083d017..00000000 --- a/build_emscripten/external/curl/docs/examples/Makefile.inc.cmake +++ /dev/null @@ -1,160 +0,0 @@ -#*************************************************************************** -# _ _ ____ _ -# Project ___| | | | _ \| | -# / __| | | | |_) | | -# | (__| |_| | _ <| |___ -# \___|\___/|_| \_\_____| -# -# Copyright (C) Daniel Stenberg, , et al. -# -# This software is licensed as described in the file COPYING, which -# you should have received as part of this distribution. The terms -# are also available at https://curl.se/docs/copyright.html. -# -# You may opt to use, copy, modify, merge, publish, distribute and/or sell -# copies of the Software, and permit persons to whom the Software is -# furnished to do so, under the terms of the COPYING file. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -# SPDX-License-Identifier: curl -# -########################################################################### - -# These are all libcurl example programs to be test compiled -set(check_PROGRAMS - 10-at-a-time - address-scope - altsvc - anyauthput - block_ip - certinfo - chkspeed - connect-to - cookie_interface - debug - default-scheme - externalsocket - fileupload - ftp-wildcard - ftpget - ftpgetinfo - ftpgetresp - ftpsget - ftpupload - ftpuploadfrommem - ftpuploadresume - getinfo - getinmemory - getredirect - getreferrer - headerapi - hsts-preload - http-options - http-post - http2-download - http2-pushinmemory - http2-serverpush - http2-upload - http3 - http3-present - httpcustomheader - httpput - httpput-postfields - https - imap-append - imap-authzid - imap-copy - imap-create - imap-delete - imap-examine - imap-fetch - imap-list - imap-lsub - imap-multi - imap-noop - imap-search - imap-ssl - imap-store - imap-tls - interface - ipv6 - keepalive - localport - maxconnects - multi-app - multi-debugcallback - multi-double - multi-formadd - multi-legacy - multi-post - multi-single - netrc - parseurl - persistent - pop3-authzid - pop3-dele - pop3-list - pop3-multi - pop3-noop - pop3-retr - pop3-ssl - pop3-stat - pop3-tls - pop3-top - pop3-uidl - post-callback - postinmemory - postit2 - postit2-formadd - progressfunc - protofeats - range - resolve - rtsp-options - sendrecv - sepheaders - sftpget - sftpuploadresume - shared-connection-cache - simple - simplepost - simplessl - smtp-authzid - smtp-expn - smtp-mail - smtp-mime - smtp-multi - smtp-ssl - smtp-tls - smtp-vrfy - sslbackend - unixsocket - url2file - urlapi - websocket - websocket-cb) - -# These examples require external dependencies that may not be commonly -# available on POSIX systems, so do not bother attempting to compile them here. -set(COMPLICATED_EXAMPLES - cacertinmem.c - crawler.c - ephiperfifo.c - evhiperfifo.c - ghiper.c - hiperfifo.c - href_extractor.c - htmltidy.c - htmltitle.cpp - multi-event.c - multi-uv.c - multithread.c - sessioninfo.c - smooth-gtk-thread.c - synctime.c - threaded-ssl.c - usercertinmem.c - version-check.pl - xmlstream.c) diff --git a/build_emscripten/external/curl/docs/examples/cmake_install.cmake b/build_emscripten/external/curl/docs/examples/cmake_install.cmake deleted file mode 100644 index d5b0d466..00000000 --- a/build_emscripten/external/curl/docs/examples/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/curl/docs/examples - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/docs/examples/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/DependInfo.cmake deleted file mode 100644 index 41cff862..00000000 --- a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/DependInfo.cmake +++ /dev/null @@ -1,126 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Pairs of files generated by the same build rule. -set(CMAKE_MULTIPLE_OUTPUT_PAIRS - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_duphandle.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_escape.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_getinfo.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_header.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_init.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_nextheader.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_option_by_id.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_option_by_name.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_option_next.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_pause.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_perform.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_recv.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_reset.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_send.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_setopt.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_ssls_export.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_ssls_import.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_strerror.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_unescape.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_upkeep.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_escape.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_formadd.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_formfree.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_formget.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_free.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_getdate.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_getenv.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_global_cleanup.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_global_init.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_global_init_mem.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_global_sslset.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_global_trace.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_addpart.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_data.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_data_cb.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_encoder.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_filedata.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_filename.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_free.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_headers.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_init.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_name.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_subparts.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_type.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mprintf.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_add_handle.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_assign.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_cleanup.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_fdset.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_get_handles.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_info_read.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_init.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_perform.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_poll.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_remove_handle.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_setopt.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_socket.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_socket_action.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_socket_all.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_strerror.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_timeout.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_wait.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_waitfds.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_wakeup.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_pushheader_byname.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_pushheader_bynum.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_share_cleanup.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_share_init.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_share_setopt.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_share_strerror.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_slist_append.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_slist_free_all.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_strequal.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_strnequal.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_unescape.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url_cleanup.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url_dup.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url_get.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url_set.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url_strerror.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_version.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_version_info.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_ws_meta.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_ws_recv.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_ws_send.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-easy.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-env-dbg.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-env.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-errors.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-multi.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-security.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-share.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-symbols.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-thread.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-tutorial.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-url.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-ws.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - ) - - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build.make b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build.make deleted file mode 100644 index e04a2489..00000000 --- a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build.make +++ /dev/null @@ -1,695 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for curl-man. - -# Include any custom commands dependencies for this target. -include external/curl/docs/libcurl/CMakeFiles/curl-man.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/libcurl/CMakeFiles/curl-man.dir/progress.make - -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_cleanup.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_duphandle.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_escape.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_getinfo.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_header.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_init.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_nextheader.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_option_by_id.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_option_by_name.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_option_next.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_pause.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_perform.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_recv.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_reset.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_send.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_setopt.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_ssls_export.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_ssls_import.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_strerror.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_unescape.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_easy_upkeep.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_escape.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_formadd.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_formfree.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_formget.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_free.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_getdate.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_getenv.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_global_cleanup.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_global_init.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_global_init_mem.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_global_sslset.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_global_trace.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_addpart.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_data.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_data_cb.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_encoder.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_filedata.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_filename.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_free.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_headers.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_init.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_name.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_subparts.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mime_type.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_mprintf.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_add_handle.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_assign.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_cleanup.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_fdset.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_get_handles.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_info_read.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_init.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_perform.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_poll.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_remove_handle.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_setopt.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_socket.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_socket_action.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_socket_all.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_strerror.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_timeout.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_wait.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_waitfds.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_multi_wakeup.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_pushheader_byname.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_pushheader_bynum.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_share_cleanup.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_share_init.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_share_setopt.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_share_strerror.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_slist_append.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_slist_free_all.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_strequal.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_strnequal.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_unescape.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_url.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_url_cleanup.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_url_dup.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_url_get.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_url_set.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_url_strerror.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_version.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_version_info.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_ws_meta.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_ws_recv.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/curl_ws_send.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-easy.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-env-dbg.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-env.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-errors.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-multi.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-security.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-share.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-symbols.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-thread.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-tutorial.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-url.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl-ws.3 -external/curl/docs/libcurl/CMakeFiles/curl-man: external/curl/docs/libcurl/libcurl.3 - -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/scripts/cd2nroff -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_cleanup.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_duphandle.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_escape.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_getinfo.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_header.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_init.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_nextheader.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_option_by_id.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_option_by_name.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_option_next.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_pause.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_perform.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_recv.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_reset.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_send.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_setopt.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_ssls_export.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_ssls_import.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_strerror.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_unescape.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_easy_upkeep.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_escape.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_formadd.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_formfree.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_formget.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_free.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_getdate.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_getenv.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_global_cleanup.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_global_init.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_global_init_mem.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_global_sslset.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_global_trace.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_addpart.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_data.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_data_cb.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_encoder.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_filedata.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_filename.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_free.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_headers.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_init.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_name.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_subparts.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mime_type.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_mprintf.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_add_handle.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_assign.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_cleanup.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_fdset.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_get_handles.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_info_read.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_init.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_perform.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_poll.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_remove_handle.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_setopt.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_socket.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_socket_action.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_socket_all.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_strerror.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_timeout.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_wait.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_waitfds.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_multi_wakeup.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_pushheader_byname.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_pushheader_bynum.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_share_cleanup.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_share_init.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_share_setopt.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_share_strerror.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_slist_append.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_slist_free_all.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_strequal.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_strnequal.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_unescape.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_url.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_url_cleanup.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_url_dup.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_url_get.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_url_set.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_url_strerror.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_version.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_version_info.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_ws_meta.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_ws_recv.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/curl_ws_send.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl-easy.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl-env-dbg.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl-env.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl-errors.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl-multi.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl-security.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl-share.md -external/curl/docs/libcurl/curl_easy_cleanup.3: external/curl/docs/libcurl/libcurl-symbols.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl-thread.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl-tutorial.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl-url.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl-ws.md -external/curl/docs/libcurl/curl_easy_cleanup.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/libcurl.md - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating curl_easy_cleanup.3, curl_easy_duphandle.3, curl_easy_escape.3, curl_easy_getinfo.3, curl_easy_header.3, curl_easy_init.3, curl_easy_nextheader.3, curl_easy_option_by_id.3, curl_easy_option_by_name.3, curl_easy_option_next.3, curl_easy_pause.3, curl_easy_perform.3, curl_easy_recv.3, curl_easy_reset.3, curl_easy_send.3, curl_easy_setopt.3, curl_easy_ssls_export.3, curl_easy_ssls_import.3, curl_easy_strerror.3, curl_easy_unescape.3, curl_easy_upkeep.3, curl_escape.3, curl_formadd.3, curl_formfree.3, curl_formget.3, curl_free.3, curl_getdate.3, curl_getenv.3, curl_global_cleanup.3, curl_global_init.3, curl_global_init_mem.3, curl_global_sslset.3, curl_global_trace.3, curl_mime_addpart.3, curl_mime_data.3, curl_mime_data_cb.3, curl_mime_encoder.3, curl_mime_filedata.3, curl_mime_filename.3, curl_mime_free.3, curl_mime_headers.3, curl_mime_init.3, curl_mime_name.3, curl_mime_subparts.3, curl_mime_type.3, curl_mprintf.3, curl_multi_add_handle.3, curl_multi_assign.3, curl_multi_cleanup.3, curl_multi_fdset.3, curl_multi_get_handles.3, curl_multi_info_read.3, curl_multi_init.3, curl_multi_perform.3, curl_multi_poll.3, curl_multi_remove_handle.3, curl_multi_setopt.3, curl_multi_socket.3, curl_multi_socket_action.3, curl_multi_socket_all.3, curl_multi_strerror.3, curl_multi_timeout.3, curl_multi_wait.3, curl_multi_waitfds.3, curl_multi_wakeup.3, curl_pushheader_byname.3, curl_pushheader_bynum.3, curl_share_cleanup.3, curl_share_init.3, curl_share_setopt.3, curl_share_strerror.3, curl_slist_append.3, curl_slist_free_all.3, curl_strequal.3, curl_strnequal.3, curl_unescape.3, curl_url.3, curl_url_cleanup.3, curl_url_dup.3, curl_url_get.3, curl_url_set.3, curl_url_strerror.3, curl_version.3, curl_version_info.3, curl_ws_meta.3, curl_ws_recv.3, curl_ws_send.3, libcurl-easy.3, libcurl-env-dbg.3, libcurl-env.3, libcurl-errors.3, libcurl-multi.3, libcurl-security.3, libcurl-share.3, libcurl-symbols.3, libcurl-thread.3, libcurl-tutorial.3, libcurl-url.3, libcurl-ws.3, libcurl.3" - cd /home/guest/Downloads/PopLib/external/curl/docs/libcurl && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/scripts/cd2nroff -k -d /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl curl_easy_cleanup.md curl_easy_duphandle.md curl_easy_escape.md curl_easy_getinfo.md curl_easy_header.md curl_easy_init.md curl_easy_nextheader.md curl_easy_option_by_id.md curl_easy_option_by_name.md curl_easy_option_next.md curl_easy_pause.md curl_easy_perform.md curl_easy_recv.md curl_easy_reset.md curl_easy_send.md curl_easy_setopt.md curl_easy_ssls_export.md curl_easy_ssls_import.md curl_easy_strerror.md curl_easy_unescape.md curl_easy_upkeep.md curl_escape.md curl_formadd.md curl_formfree.md curl_formget.md curl_free.md curl_getdate.md curl_getenv.md curl_global_cleanup.md curl_global_init.md curl_global_init_mem.md curl_global_sslset.md curl_global_trace.md curl_mime_addpart.md curl_mime_data.md curl_mime_data_cb.md curl_mime_encoder.md curl_mime_filedata.md curl_mime_filename.md curl_mime_free.md curl_mime_headers.md curl_mime_init.md curl_mime_name.md curl_mime_subparts.md curl_mime_type.md curl_mprintf.md curl_multi_add_handle.md curl_multi_assign.md curl_multi_cleanup.md curl_multi_fdset.md curl_multi_get_handles.md curl_multi_info_read.md curl_multi_init.md curl_multi_perform.md curl_multi_poll.md curl_multi_remove_handle.md curl_multi_setopt.md curl_multi_socket.md curl_multi_socket_action.md curl_multi_socket_all.md curl_multi_strerror.md curl_multi_timeout.md curl_multi_wait.md curl_multi_waitfds.md curl_multi_wakeup.md curl_pushheader_byname.md curl_pushheader_bynum.md curl_share_cleanup.md curl_share_init.md curl_share_setopt.md curl_share_strerror.md curl_slist_append.md curl_slist_free_all.md curl_strequal.md curl_strnequal.md curl_unescape.md curl_url.md curl_url_cleanup.md curl_url_dup.md curl_url_get.md curl_url_set.md curl_url_strerror.md curl_version.md curl_version_info.md curl_ws_meta.md curl_ws_recv.md curl_ws_send.md libcurl-easy.md libcurl-env-dbg.md libcurl-env.md libcurl-errors.md libcurl-multi.md libcurl-security.md libcurl-share.md /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-symbols.md libcurl-thread.md libcurl-tutorial.md libcurl-url.md libcurl-ws.md libcurl.md - -external/curl/docs/libcurl/curl_easy_duphandle.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_duphandle.3 - -external/curl/docs/libcurl/curl_easy_escape.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_escape.3 - -external/curl/docs/libcurl/curl_easy_getinfo.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_getinfo.3 - -external/curl/docs/libcurl/curl_easy_header.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_header.3 - -external/curl/docs/libcurl/curl_easy_init.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_init.3 - -external/curl/docs/libcurl/curl_easy_nextheader.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_nextheader.3 - -external/curl/docs/libcurl/curl_easy_option_by_id.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_option_by_id.3 - -external/curl/docs/libcurl/curl_easy_option_by_name.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_option_by_name.3 - -external/curl/docs/libcurl/curl_easy_option_next.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_option_next.3 - -external/curl/docs/libcurl/curl_easy_pause.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_pause.3 - -external/curl/docs/libcurl/curl_easy_perform.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_perform.3 - -external/curl/docs/libcurl/curl_easy_recv.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_recv.3 - -external/curl/docs/libcurl/curl_easy_reset.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_reset.3 - -external/curl/docs/libcurl/curl_easy_send.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_send.3 - -external/curl/docs/libcurl/curl_easy_setopt.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_setopt.3 - -external/curl/docs/libcurl/curl_easy_ssls_export.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_ssls_export.3 - -external/curl/docs/libcurl/curl_easy_ssls_import.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_ssls_import.3 - -external/curl/docs/libcurl/curl_easy_strerror.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_strerror.3 - -external/curl/docs/libcurl/curl_easy_unescape.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_unescape.3 - -external/curl/docs/libcurl/curl_easy_upkeep.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_easy_upkeep.3 - -external/curl/docs/libcurl/curl_escape.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_escape.3 - -external/curl/docs/libcurl/curl_formadd.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_formadd.3 - -external/curl/docs/libcurl/curl_formfree.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_formfree.3 - -external/curl/docs/libcurl/curl_formget.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_formget.3 - -external/curl/docs/libcurl/curl_free.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_free.3 - -external/curl/docs/libcurl/curl_getdate.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_getdate.3 - -external/curl/docs/libcurl/curl_getenv.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_getenv.3 - -external/curl/docs/libcurl/curl_global_cleanup.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_global_cleanup.3 - -external/curl/docs/libcurl/curl_global_init.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_global_init.3 - -external/curl/docs/libcurl/curl_global_init_mem.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_global_init_mem.3 - -external/curl/docs/libcurl/curl_global_sslset.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_global_sslset.3 - -external/curl/docs/libcurl/curl_global_trace.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_global_trace.3 - -external/curl/docs/libcurl/curl_mime_addpart.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_addpart.3 - -external/curl/docs/libcurl/curl_mime_data.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_data.3 - -external/curl/docs/libcurl/curl_mime_data_cb.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_data_cb.3 - -external/curl/docs/libcurl/curl_mime_encoder.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_encoder.3 - -external/curl/docs/libcurl/curl_mime_filedata.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_filedata.3 - -external/curl/docs/libcurl/curl_mime_filename.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_filename.3 - -external/curl/docs/libcurl/curl_mime_free.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_free.3 - -external/curl/docs/libcurl/curl_mime_headers.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_headers.3 - -external/curl/docs/libcurl/curl_mime_init.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_init.3 - -external/curl/docs/libcurl/curl_mime_name.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_name.3 - -external/curl/docs/libcurl/curl_mime_subparts.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_subparts.3 - -external/curl/docs/libcurl/curl_mime_type.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mime_type.3 - -external/curl/docs/libcurl/curl_mprintf.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_mprintf.3 - -external/curl/docs/libcurl/curl_multi_add_handle.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_add_handle.3 - -external/curl/docs/libcurl/curl_multi_assign.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_assign.3 - -external/curl/docs/libcurl/curl_multi_cleanup.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_cleanup.3 - -external/curl/docs/libcurl/curl_multi_fdset.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_fdset.3 - -external/curl/docs/libcurl/curl_multi_get_handles.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_get_handles.3 - -external/curl/docs/libcurl/curl_multi_info_read.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_info_read.3 - -external/curl/docs/libcurl/curl_multi_init.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_init.3 - -external/curl/docs/libcurl/curl_multi_perform.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_perform.3 - -external/curl/docs/libcurl/curl_multi_poll.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_poll.3 - -external/curl/docs/libcurl/curl_multi_remove_handle.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_remove_handle.3 - -external/curl/docs/libcurl/curl_multi_setopt.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_setopt.3 - -external/curl/docs/libcurl/curl_multi_socket.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_socket.3 - -external/curl/docs/libcurl/curl_multi_socket_action.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_socket_action.3 - -external/curl/docs/libcurl/curl_multi_socket_all.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_socket_all.3 - -external/curl/docs/libcurl/curl_multi_strerror.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_strerror.3 - -external/curl/docs/libcurl/curl_multi_timeout.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_timeout.3 - -external/curl/docs/libcurl/curl_multi_wait.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_wait.3 - -external/curl/docs/libcurl/curl_multi_waitfds.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_waitfds.3 - -external/curl/docs/libcurl/curl_multi_wakeup.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_multi_wakeup.3 - -external/curl/docs/libcurl/curl_pushheader_byname.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_pushheader_byname.3 - -external/curl/docs/libcurl/curl_pushheader_bynum.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_pushheader_bynum.3 - -external/curl/docs/libcurl/curl_share_cleanup.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_share_cleanup.3 - -external/curl/docs/libcurl/curl_share_init.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_share_init.3 - -external/curl/docs/libcurl/curl_share_setopt.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_share_setopt.3 - -external/curl/docs/libcurl/curl_share_strerror.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_share_strerror.3 - -external/curl/docs/libcurl/curl_slist_append.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_slist_append.3 - -external/curl/docs/libcurl/curl_slist_free_all.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_slist_free_all.3 - -external/curl/docs/libcurl/curl_strequal.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_strequal.3 - -external/curl/docs/libcurl/curl_strnequal.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_strnequal.3 - -external/curl/docs/libcurl/curl_unescape.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_unescape.3 - -external/curl/docs/libcurl/curl_url.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_url.3 - -external/curl/docs/libcurl/curl_url_cleanup.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_url_cleanup.3 - -external/curl/docs/libcurl/curl_url_dup.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_url_dup.3 - -external/curl/docs/libcurl/curl_url_get.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_url_get.3 - -external/curl/docs/libcurl/curl_url_set.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_url_set.3 - -external/curl/docs/libcurl/curl_url_strerror.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_url_strerror.3 - -external/curl/docs/libcurl/curl_version.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_version.3 - -external/curl/docs/libcurl/curl_version_info.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_version_info.3 - -external/curl/docs/libcurl/curl_ws_meta.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_ws_meta.3 - -external/curl/docs/libcurl/curl_ws_recv.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_ws_recv.3 - -external/curl/docs/libcurl/curl_ws_send.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/curl_ws_send.3 - -external/curl/docs/libcurl/libcurl-easy.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-easy.3 - -external/curl/docs/libcurl/libcurl-env-dbg.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-env-dbg.3 - -external/curl/docs/libcurl/libcurl-env.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-env.3 - -external/curl/docs/libcurl/libcurl-errors.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-errors.3 - -external/curl/docs/libcurl/libcurl-multi.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-multi.3 - -external/curl/docs/libcurl/libcurl-security.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-security.3 - -external/curl/docs/libcurl/libcurl-share.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-share.3 - -external/curl/docs/libcurl/libcurl-symbols.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-symbols.3 - -external/curl/docs/libcurl/libcurl-thread.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-thread.3 - -external/curl/docs/libcurl/libcurl-tutorial.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-tutorial.3 - -external/curl/docs/libcurl/libcurl-url.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-url.3 - -external/curl/docs/libcurl/libcurl-ws.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl-ws.3 - -external/curl/docs/libcurl/libcurl.3: external/curl/docs/libcurl/curl_easy_cleanup.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/libcurl.3 - -external/curl/docs/libcurl/libcurl-symbols.md: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/mksymbolsmanpage.pl -external/curl/docs/libcurl/libcurl-symbols.md: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/symbols-in-versions - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Generating libcurl-symbols.md" - cd /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/docs/libcurl/mksymbolsmanpage.pl < /home/guest/Downloads/PopLib/external/curl/docs/libcurl/symbols-in-versions > libcurl-symbols.md - -external/curl/docs/libcurl/CMakeFiles/curl-man.dir/codegen: -.PHONY : external/curl/docs/libcurl/CMakeFiles/curl-man.dir/codegen - -curl-man: external/curl/docs/libcurl/CMakeFiles/curl-man -curl-man: external/curl/docs/libcurl/curl_easy_cleanup.3 -curl-man: external/curl/docs/libcurl/curl_easy_duphandle.3 -curl-man: external/curl/docs/libcurl/curl_easy_escape.3 -curl-man: external/curl/docs/libcurl/curl_easy_getinfo.3 -curl-man: external/curl/docs/libcurl/curl_easy_header.3 -curl-man: external/curl/docs/libcurl/curl_easy_init.3 -curl-man: external/curl/docs/libcurl/curl_easy_nextheader.3 -curl-man: external/curl/docs/libcurl/curl_easy_option_by_id.3 -curl-man: external/curl/docs/libcurl/curl_easy_option_by_name.3 -curl-man: external/curl/docs/libcurl/curl_easy_option_next.3 -curl-man: external/curl/docs/libcurl/curl_easy_pause.3 -curl-man: external/curl/docs/libcurl/curl_easy_perform.3 -curl-man: external/curl/docs/libcurl/curl_easy_recv.3 -curl-man: external/curl/docs/libcurl/curl_easy_reset.3 -curl-man: external/curl/docs/libcurl/curl_easy_send.3 -curl-man: external/curl/docs/libcurl/curl_easy_setopt.3 -curl-man: external/curl/docs/libcurl/curl_easy_ssls_export.3 -curl-man: external/curl/docs/libcurl/curl_easy_ssls_import.3 -curl-man: external/curl/docs/libcurl/curl_easy_strerror.3 -curl-man: external/curl/docs/libcurl/curl_easy_unescape.3 -curl-man: external/curl/docs/libcurl/curl_easy_upkeep.3 -curl-man: external/curl/docs/libcurl/curl_escape.3 -curl-man: external/curl/docs/libcurl/curl_formadd.3 -curl-man: external/curl/docs/libcurl/curl_formfree.3 -curl-man: external/curl/docs/libcurl/curl_formget.3 -curl-man: external/curl/docs/libcurl/curl_free.3 -curl-man: external/curl/docs/libcurl/curl_getdate.3 -curl-man: external/curl/docs/libcurl/curl_getenv.3 -curl-man: external/curl/docs/libcurl/curl_global_cleanup.3 -curl-man: external/curl/docs/libcurl/curl_global_init.3 -curl-man: external/curl/docs/libcurl/curl_global_init_mem.3 -curl-man: external/curl/docs/libcurl/curl_global_sslset.3 -curl-man: external/curl/docs/libcurl/curl_global_trace.3 -curl-man: external/curl/docs/libcurl/curl_mime_addpart.3 -curl-man: external/curl/docs/libcurl/curl_mime_data.3 -curl-man: external/curl/docs/libcurl/curl_mime_data_cb.3 -curl-man: external/curl/docs/libcurl/curl_mime_encoder.3 -curl-man: external/curl/docs/libcurl/curl_mime_filedata.3 -curl-man: external/curl/docs/libcurl/curl_mime_filename.3 -curl-man: external/curl/docs/libcurl/curl_mime_free.3 -curl-man: external/curl/docs/libcurl/curl_mime_headers.3 -curl-man: external/curl/docs/libcurl/curl_mime_init.3 -curl-man: external/curl/docs/libcurl/curl_mime_name.3 -curl-man: external/curl/docs/libcurl/curl_mime_subparts.3 -curl-man: external/curl/docs/libcurl/curl_mime_type.3 -curl-man: external/curl/docs/libcurl/curl_mprintf.3 -curl-man: external/curl/docs/libcurl/curl_multi_add_handle.3 -curl-man: external/curl/docs/libcurl/curl_multi_assign.3 -curl-man: external/curl/docs/libcurl/curl_multi_cleanup.3 -curl-man: external/curl/docs/libcurl/curl_multi_fdset.3 -curl-man: external/curl/docs/libcurl/curl_multi_get_handles.3 -curl-man: external/curl/docs/libcurl/curl_multi_info_read.3 -curl-man: external/curl/docs/libcurl/curl_multi_init.3 -curl-man: external/curl/docs/libcurl/curl_multi_perform.3 -curl-man: external/curl/docs/libcurl/curl_multi_poll.3 -curl-man: external/curl/docs/libcurl/curl_multi_remove_handle.3 -curl-man: external/curl/docs/libcurl/curl_multi_setopt.3 -curl-man: external/curl/docs/libcurl/curl_multi_socket.3 -curl-man: external/curl/docs/libcurl/curl_multi_socket_action.3 -curl-man: external/curl/docs/libcurl/curl_multi_socket_all.3 -curl-man: external/curl/docs/libcurl/curl_multi_strerror.3 -curl-man: external/curl/docs/libcurl/curl_multi_timeout.3 -curl-man: external/curl/docs/libcurl/curl_multi_wait.3 -curl-man: external/curl/docs/libcurl/curl_multi_waitfds.3 -curl-man: external/curl/docs/libcurl/curl_multi_wakeup.3 -curl-man: external/curl/docs/libcurl/curl_pushheader_byname.3 -curl-man: external/curl/docs/libcurl/curl_pushheader_bynum.3 -curl-man: external/curl/docs/libcurl/curl_share_cleanup.3 -curl-man: external/curl/docs/libcurl/curl_share_init.3 -curl-man: external/curl/docs/libcurl/curl_share_setopt.3 -curl-man: external/curl/docs/libcurl/curl_share_strerror.3 -curl-man: external/curl/docs/libcurl/curl_slist_append.3 -curl-man: external/curl/docs/libcurl/curl_slist_free_all.3 -curl-man: external/curl/docs/libcurl/curl_strequal.3 -curl-man: external/curl/docs/libcurl/curl_strnequal.3 -curl-man: external/curl/docs/libcurl/curl_unescape.3 -curl-man: external/curl/docs/libcurl/curl_url.3 -curl-man: external/curl/docs/libcurl/curl_url_cleanup.3 -curl-man: external/curl/docs/libcurl/curl_url_dup.3 -curl-man: external/curl/docs/libcurl/curl_url_get.3 -curl-man: external/curl/docs/libcurl/curl_url_set.3 -curl-man: external/curl/docs/libcurl/curl_url_strerror.3 -curl-man: external/curl/docs/libcurl/curl_version.3 -curl-man: external/curl/docs/libcurl/curl_version_info.3 -curl-man: external/curl/docs/libcurl/curl_ws_meta.3 -curl-man: external/curl/docs/libcurl/curl_ws_recv.3 -curl-man: external/curl/docs/libcurl/curl_ws_send.3 -curl-man: external/curl/docs/libcurl/libcurl-easy.3 -curl-man: external/curl/docs/libcurl/libcurl-env-dbg.3 -curl-man: external/curl/docs/libcurl/libcurl-env.3 -curl-man: external/curl/docs/libcurl/libcurl-errors.3 -curl-man: external/curl/docs/libcurl/libcurl-multi.3 -curl-man: external/curl/docs/libcurl/libcurl-security.3 -curl-man: external/curl/docs/libcurl/libcurl-share.3 -curl-man: external/curl/docs/libcurl/libcurl-symbols.3 -curl-man: external/curl/docs/libcurl/libcurl-symbols.md -curl-man: external/curl/docs/libcurl/libcurl-thread.3 -curl-man: external/curl/docs/libcurl/libcurl-tutorial.3 -curl-man: external/curl/docs/libcurl/libcurl-url.3 -curl-man: external/curl/docs/libcurl/libcurl-ws.3 -curl-man: external/curl/docs/libcurl/libcurl.3 -curl-man: external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build.make -.PHONY : curl-man - -# Rule to build all files generated by this target. -external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build: curl-man -.PHONY : external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build - -external/curl/docs/libcurl/CMakeFiles/curl-man.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl && $(CMAKE_COMMAND) -P CMakeFiles/curl-man.dir/cmake_clean.cmake -.PHONY : external/curl/docs/libcurl/CMakeFiles/curl-man.dir/clean - -external/curl/docs/libcurl/CMakeFiles/curl-man.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/libcurl /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/libcurl/CMakeFiles/curl-man.dir/depend - diff --git a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/cmake_clean.cmake deleted file mode 100644 index bdbe8707..00000000 --- a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/cmake_clean.cmake +++ /dev/null @@ -1,109 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-man" - "curl_easy_cleanup.3" - "curl_easy_duphandle.3" - "curl_easy_escape.3" - "curl_easy_getinfo.3" - "curl_easy_header.3" - "curl_easy_init.3" - "curl_easy_nextheader.3" - "curl_easy_option_by_id.3" - "curl_easy_option_by_name.3" - "curl_easy_option_next.3" - "curl_easy_pause.3" - "curl_easy_perform.3" - "curl_easy_recv.3" - "curl_easy_reset.3" - "curl_easy_send.3" - "curl_easy_setopt.3" - "curl_easy_ssls_export.3" - "curl_easy_ssls_import.3" - "curl_easy_strerror.3" - "curl_easy_unescape.3" - "curl_easy_upkeep.3" - "curl_escape.3" - "curl_formadd.3" - "curl_formfree.3" - "curl_formget.3" - "curl_free.3" - "curl_getdate.3" - "curl_getenv.3" - "curl_global_cleanup.3" - "curl_global_init.3" - "curl_global_init_mem.3" - "curl_global_sslset.3" - "curl_global_trace.3" - "curl_mime_addpart.3" - "curl_mime_data.3" - "curl_mime_data_cb.3" - "curl_mime_encoder.3" - "curl_mime_filedata.3" - "curl_mime_filename.3" - "curl_mime_free.3" - "curl_mime_headers.3" - "curl_mime_init.3" - "curl_mime_name.3" - "curl_mime_subparts.3" - "curl_mime_type.3" - "curl_mprintf.3" - "curl_multi_add_handle.3" - "curl_multi_assign.3" - "curl_multi_cleanup.3" - "curl_multi_fdset.3" - "curl_multi_get_handles.3" - "curl_multi_info_read.3" - "curl_multi_init.3" - "curl_multi_perform.3" - "curl_multi_poll.3" - "curl_multi_remove_handle.3" - "curl_multi_setopt.3" - "curl_multi_socket.3" - "curl_multi_socket_action.3" - "curl_multi_socket_all.3" - "curl_multi_strerror.3" - "curl_multi_timeout.3" - "curl_multi_wait.3" - "curl_multi_waitfds.3" - "curl_multi_wakeup.3" - "curl_pushheader_byname.3" - "curl_pushheader_bynum.3" - "curl_share_cleanup.3" - "curl_share_init.3" - "curl_share_setopt.3" - "curl_share_strerror.3" - "curl_slist_append.3" - "curl_slist_free_all.3" - "curl_strequal.3" - "curl_strnequal.3" - "curl_unescape.3" - "curl_url.3" - "curl_url_cleanup.3" - "curl_url_dup.3" - "curl_url_get.3" - "curl_url_set.3" - "curl_url_strerror.3" - "curl_version.3" - "curl_version_info.3" - "curl_ws_meta.3" - "curl_ws_recv.3" - "curl_ws_send.3" - "libcurl-easy.3" - "libcurl-env-dbg.3" - "libcurl-env.3" - "libcurl-errors.3" - "libcurl-multi.3" - "libcurl-security.3" - "libcurl-share.3" - "libcurl-symbols.3" - "libcurl-symbols.md" - "libcurl-thread.3" - "libcurl-tutorial.3" - "libcurl-url.3" - "libcurl-ws.3" - "libcurl.3" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/curl-man.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/compiler_depend.make b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/compiler_depend.make deleted file mode 100644 index f37e1bd6..00000000 --- a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for curl-man. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/compiler_depend.ts deleted file mode 100644 index 51b46bb3..00000000 --- a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for curl-man. diff --git a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/progress.make b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/curl-man.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/progress.marks b/build_emscripten/external/curl/docs/libcurl/CMakeFiles/progress.marks deleted file mode 100644 index 573541ac..00000000 --- a/build_emscripten/external/curl/docs/libcurl/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -0 diff --git a/build_emscripten/external/curl/docs/libcurl/Makefile b/build_emscripten/external/curl/docs/libcurl/Makefile deleted file mode 100644 index 80ed500a..00000000 --- a/build_emscripten/external/curl/docs/libcurl/Makefile +++ /dev/null @@ -1,228 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -external/curl/docs/libcurl/CMakeFiles/curl-man.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/CMakeFiles/curl-man.dir/rule -.PHONY : external/curl/docs/libcurl/CMakeFiles/curl-man.dir/rule - -# Convenience name for target. -curl-man: external/curl/docs/libcurl/CMakeFiles/curl-man.dir/rule -.PHONY : curl-man - -# fast build rule for target. -curl-man/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build.make external/curl/docs/libcurl/CMakeFiles/curl-man.dir/build -.PHONY : curl-man/fast - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... curl-man" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/docs/libcurl/Makefile.inc.cmake b/build_emscripten/external/curl/docs/libcurl/Makefile.inc.cmake deleted file mode 100644 index 7c142a45..00000000 --- a/build_emscripten/external/curl/docs/libcurl/Makefile.inc.cmake +++ /dev/null @@ -1,127 +0,0 @@ -#*************************************************************************** -# _ _ ____ _ -# Project ___| | | | _ \| | -# / __| | | | |_) | | -# | (__| |_| | _ <| |___ -# \___|\___/|_| \_\_____| -# -# Copyright (C) Daniel Stenberg, , et al. -# -# This software is licensed as described in the file COPYING, which -# you should have received as part of this distribution. The terms -# are also available at https://curl.se/docs/copyright.html. -# -# You may opt to use, copy, modify, merge, publish, distribute and/or sell -# copies of the Software, and permit persons to whom the Software is -# furnished to do so, under the terms of the COPYING file. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -# SPDX-License-Identifier: curl -# -########################################################################### - -# Shared between Makefile.am and CMakeLists.txt - -set(man_MANS - curl_easy_cleanup.3 - curl_easy_duphandle.3 - curl_easy_escape.3 - curl_easy_getinfo.3 - curl_easy_header.3 - curl_easy_init.3 - curl_easy_nextheader.3 - curl_easy_option_by_id.3 - curl_easy_option_by_name.3 - curl_easy_option_next.3 - curl_easy_pause.3 - curl_easy_perform.3 - curl_easy_recv.3 - curl_easy_reset.3 - curl_easy_send.3 - curl_easy_setopt.3 - curl_easy_ssls_export.3 - curl_easy_ssls_import.3 - curl_easy_strerror.3 - curl_easy_unescape.3 - curl_easy_upkeep.3 - curl_escape.3 - curl_formadd.3 - curl_formfree.3 - curl_formget.3 - curl_free.3 - curl_getdate.3 - curl_getenv.3 - curl_global_cleanup.3 - curl_global_init.3 - curl_global_init_mem.3 - curl_global_sslset.3 - curl_global_trace.3 - curl_mime_addpart.3 - curl_mime_data.3 - curl_mime_data_cb.3 - curl_mime_encoder.3 - curl_mime_filedata.3 - curl_mime_filename.3 - curl_mime_free.3 - curl_mime_headers.3 - curl_mime_init.3 - curl_mime_name.3 - curl_mime_subparts.3 - curl_mime_type.3 - curl_mprintf.3 - curl_multi_add_handle.3 - curl_multi_assign.3 - curl_multi_cleanup.3 - curl_multi_fdset.3 - curl_multi_get_handles.3 - curl_multi_info_read.3 - curl_multi_init.3 - curl_multi_perform.3 - curl_multi_poll.3 - curl_multi_remove_handle.3 - curl_multi_setopt.3 - curl_multi_socket.3 - curl_multi_socket_action.3 - curl_multi_socket_all.3 - curl_multi_strerror.3 - curl_multi_timeout.3 - curl_multi_wait.3 - curl_multi_waitfds.3 - curl_multi_wakeup.3 - curl_pushheader_byname.3 - curl_pushheader_bynum.3 - curl_share_cleanup.3 - curl_share_init.3 - curl_share_setopt.3 - curl_share_strerror.3 - curl_slist_append.3 - curl_slist_free_all.3 - curl_strequal.3 - curl_strnequal.3 - curl_unescape.3 - curl_url.3 - curl_url_cleanup.3 - curl_url_dup.3 - curl_url_get.3 - curl_url_set.3 - curl_url_strerror.3 - curl_version.3 - curl_version_info.3 - curl_ws_meta.3 - curl_ws_recv.3 - curl_ws_send.3 - libcurl-easy.3 - libcurl-env-dbg.3 - libcurl-env.3 - libcurl-errors.3 - libcurl-multi.3 - libcurl-security.3 - libcurl-share.3 - libcurl-symbols.3 - libcurl-thread.3 - libcurl-tutorial.3 - libcurl-url.3 - libcurl-ws.3 - libcurl.3) diff --git a/build_emscripten/external/curl/docs/libcurl/cmake_install.cmake b/build_emscripten/external/curl/docs/libcurl/cmake_install.cmake deleted file mode 100644 index c6358de3..00000000 --- a/build_emscripten/external/curl/docs/libcurl/cmake_install.cmake +++ /dev/null @@ -1,160 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/curl/docs/libcurl - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man3" TYPE FILE FILES - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_duphandle.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_escape.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_getinfo.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_header.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_init.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_nextheader.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_option_by_id.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_option_by_name.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_option_next.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_pause.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_perform.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_recv.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_reset.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_send.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_setopt.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_ssls_export.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_ssls_import.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_strerror.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_unescape.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_easy_upkeep.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_escape.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_formadd.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_formfree.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_formget.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_free.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_getdate.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_getenv.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_global_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_global_init.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_global_init_mem.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_global_sslset.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_global_trace.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_addpart.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_data.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_data_cb.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_encoder.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_filedata.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_filename.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_free.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_headers.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_init.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_name.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_subparts.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mime_type.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_mprintf.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_add_handle.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_assign.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_fdset.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_get_handles.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_info_read.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_init.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_perform.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_poll.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_remove_handle.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_setopt.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_socket.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_socket_action.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_socket_all.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_strerror.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_timeout.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_wait.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_waitfds.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_multi_wakeup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_pushheader_byname.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_pushheader_bynum.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_share_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_share_init.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_share_setopt.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_share_strerror.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_slist_append.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_slist_free_all.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_strequal.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_strnequal.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_unescape.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url_cleanup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url_dup.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url_get.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url_set.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_url_strerror.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_version.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_version_info.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_ws_meta.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_ws_recv.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/curl_ws_send.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-easy.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-env-dbg.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-env.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-errors.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-multi.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-security.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-share.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-symbols.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-thread.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-tutorial.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-url.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl-ws.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/libcurl.3" - ) -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/cmake_install.cmake") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/DependInfo.cmake b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/DependInfo.cmake deleted file mode 100644 index 2d749c7d..00000000 --- a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/DependInfo.cmake +++ /dev/null @@ -1,433 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Pairs of files generated by the same build rule. -set(CMAKE_MULTIPLE_OUTPUT_PAIRS - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CAINFO.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CAPATH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CERTINFO.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONDITION_UNMET.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONN_ID.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_TYPE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_COOKIELIST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_EARLYDATA_SENT_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_METHOD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_URL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_FILETIME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_FILETIME_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_HEADER_SIZE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_AVAIL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_USED.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_HTTP_CONNECTCODE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_HTTP_VERSION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_LASTSOCKET.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_LOCAL_IP.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_LOCAL_PORT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_NUM_CONNECTS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_OS_ERRNO.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_POSTTRANSFER_TIME_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_IP.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_PORT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PRIVATE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PROTOCOL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_AVAIL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_USED.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PROXY_ERROR.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PROXY_SSL_VERIFYRESULT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_QUEUE_TIME_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_COUNT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_URL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REFERER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REQUEST_SIZE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RESPONSE_CODE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RETRY_AFTER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RTSP_CLIENT_CSEQ.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RTSP_CSEQ_RECV.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RTSP_SERVER_CSEQ.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RTSP_SESSION_ID.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SCHEME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SSL_ENGINES.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_TLS_SESSION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME_T.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_USED_PROXY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_XFER_ID.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_MAXCONNECTS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_MAX_CONCURRENT_STREAMS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_MAX_HOST_CONNECTIONS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_MAX_PIPELINE_LENGTH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_MAX_TOTAL_CONNECTIONS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SITE_BL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_PUSHDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_SOCKETDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_TIMERDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ABSTRACT_UNIX_SOCKET.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ACCEPTTIMEOUT_MS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ADDRESS_SCOPE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ALTSVC.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_APPEND.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_AUTOREFERER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_AWS_SIGV4.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_BUFFERSIZE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CAINFO.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CAINFO_BLOB.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CAPATH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CA_CACHE_TIMEOUT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CERTINFO.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CHUNK_DATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CHUNK_END_FUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT_MS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONNECT_TO.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_NETWORK_FUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_UTF8_FUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONV_TO_NETWORK_FUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COOKIE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COOKIEFILE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COOKIEJAR.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COOKIELIST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COOKIESESSION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CRLF.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CRLFILE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CURLU.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DEBUGDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DEFAULT_PROTOCOL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DIRLISTONLY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DISALLOW_USERNAME_IN_URL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_INTERFACE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP4.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP6.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_SERVERS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_SHUFFLE_ADDRESSES.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_USE_GLOBAL_CACHE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYHOST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYPEER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYSTATUS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DOH_URL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ECH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_EGDSOCKET.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ERRORBUFFER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_EXPECT_100_TIMEOUT_MS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FAILONERROR.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FILETIME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_DATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FORBID_REUSE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FRESH_CONNECT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTPPORT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTPSSLAUTH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_ACCOUNT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_ALTERNATIVE_TO_USER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_SKIP_PASV_IP.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPRT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPSV.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_PRET.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HAPROXYPROTOCOL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HAPROXY_CLIENT_IP.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HEADER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HEADERDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HEADERFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HEADEROPT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTSREADDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTSREADFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTS_CTRL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTP09_ALLOWED.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTP200ALIASES.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTPAUTH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTPGET.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTPHEADER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTPPOST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTPPROXYTUNNEL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTP_CONTENT_DECODING.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTP_TRANSFER_DECODING.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTP_VERSION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_IGNORE_CONTENT_LENGTH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE_LARGE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_INTERFACE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_IOCTLDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_IOCTLFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_IPRESOLVE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT_BLOB.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_KEEP_SENDING_ON_ERROR.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_KEYPASSWD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_KRBLEVEL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_LOCALPORT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_LOCALPORTRANGE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_LIMIT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAIL_AUTH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAIL_FROM.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT_ALLOWFAILS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXAGE_CONN.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXCONNECTS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE_LARGE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXLIFETIME_CONN.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXREDIRS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MIMEPOST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MIME_OPTIONS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NETRC.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NETRC_FILE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NEW_DIRECTORY_PERMS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NEW_FILE_PERMS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NOBODY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NOPROGRESS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NOPROXY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NOSIGNAL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PASSWORD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PIPEWAIT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PORT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE_LARGE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POSTQUOTE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POSTREDIR.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PREQUOTE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PREREQDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PREREQFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PRE_PROXY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PRIVATE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROGRESSDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROGRESSFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS_STR.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYAUTH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYHEADER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYPASSWORD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYPORT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYTYPE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERNAME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERPWD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAPATH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CRLFILE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT_BLOB.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_KEYPASSWD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_PINNEDPUBLICKEY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY_BLOB.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLVERSION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYHOST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYPEER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_PASSWORD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_TYPE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_USERNAME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TRANSFER_MODE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PUT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_QUICK_EXIT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_QUOTE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RANDOM_FILE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RANGE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_READDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_READFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS_STR.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_REFERER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_REQUEST_TARGET.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RESOLVE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_DATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_FUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM_LARGE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_CLIENT_CSEQ.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_SERVER_CSEQ.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_SESSION_ID.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_STREAM_URI.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SASL_AUTHZID.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SASL_IR.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SEEKDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SEEKFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SERVICE_NAME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SHARE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_NEC.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_KNOWNHOSTS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_PRIVATE_KEYFILE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_PUBLIC_KEYFILE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLCERT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLCERTTYPE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE_DEFAULT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLKEY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLKEYTYPE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLKEY_BLOB.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLVERSION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_EC_CURVES.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_ALPN.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_FALSESTART.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_OPTIONS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_SESSIONID_CACHE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_SIGNATURE_ALGORITHMS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYSTATUS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_STDERR.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS_E.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_STREAM_WEIGHT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SUPPRESS_CONNECT_HEADERS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPALIVE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPCNT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPIDLE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPINTVL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_NODELAY.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TELNETOPTIONS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TFTP_BLKSIZE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TIMECONDITION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT_MS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_TYPE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TRAILERDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TRAILERFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TRANSFERTEXT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UNIX_SOCKET_PATH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UNRESTRICTED_AUTH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UPKEEP_INTERVAL_MS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UPLOAD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_BUFFERSIZE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_URL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_USERAGENT.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_USERNAME.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_USERPWD.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_USE_SSL.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_VERBOSE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_WILDCARDMATCH.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_WRITEDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_WS_OPTIONS.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_XFERINFODATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_XFERINFOFUNCTION.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLSHOPT_LOCKFUNC.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLSHOPT_SHARE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLSHOPT_UNLOCKFUNC.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLSHOPT_UNSHARE.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLSHOPT_USERDATA.3" "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - ) - - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build.make b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build.make deleted file mode 100644 index 1ad70d8b..00000000 --- a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build.make +++ /dev/null @@ -1,2531 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for curl-opts-man. - -# Include any custom commands dependencies for this target. -include external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/progress.make - -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME_T.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CAINFO.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CAPATH.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CERTINFO.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONDITION_UNMET.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONN_ID.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME_T.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD_T.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONTENT_TYPE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_COOKIELIST.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_EARLYDATA_SENT_T.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_METHOD.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_URL.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_FILETIME.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_FILETIME_T.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_HEADER_SIZE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_HTTP_CONNECTCODE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_HTTP_VERSION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_AVAIL.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_USED.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_LASTSOCKET.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_LOCAL_IP.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_LOCAL_PORT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME_T.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_NUM_CONNECTS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_OS_ERRNO.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME_T.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_POSTTRANSFER_TIME_T.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_IP.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_PORT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PRIVATE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PROTOCOL.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PROXY_ERROR.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PROXY_SSL_VERIFYRESULT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_AVAIL.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_USED.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_QUEUE_TIME_T.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_COUNT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME_T.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_URL.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REFERER.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REQUEST_SIZE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RESPONSE_CODE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RETRY_AFTER.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RTSP_CLIENT_CSEQ.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RTSP_CSEQ_RECV.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RTSP_SERVER_CSEQ.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RTSP_SESSION_ID.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SCHEME.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD_T.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD_T.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD_T.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD_T.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SSL_ENGINES.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME_T.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_TLS_SESSION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME_T.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_USED_PROXY.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_XFER_ID.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_MAX_CONCURRENT_STREAMS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_MAX_HOST_CONNECTIONS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_MAX_PIPELINE_LENGTH.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_MAX_TOTAL_CONNECTIONS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_MAXCONNECTS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SITE_BL.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_PUSHDATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_SOCKETDATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_TIMERDATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ABSTRACT_UNIX_SOCKET.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ACCEPTTIMEOUT_MS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ADDRESS_SCOPE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ALTSVC.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_APPEND.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_AUTOREFERER.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_AWS_SIGV4.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_BUFFERSIZE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CAINFO.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CAINFO_BLOB.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CAPATH.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CA_CACHE_TIMEOUT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CERTINFO.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CHUNK_DATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CHUNK_END_FUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONNECT_TO.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT_MS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_UTF8_FUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONV_TO_NETWORK_FUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COOKIE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COOKIEFILE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COOKIEJAR.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COOKIELIST.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COOKIESESSION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CRLF.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CRLFILE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CURLU.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DEBUGDATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DEFAULT_PROTOCOL.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DIRLISTONLY.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DISALLOW_USERNAME_IN_URL.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_INTERFACE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP4.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP6.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_SERVERS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_SHUFFLE_ADDRESSES.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_USE_GLOBAL_CACHE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYHOST.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYPEER.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYSTATUS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DOH_URL.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ECH.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_EGDSOCKET.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ERRORBUFFER.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_EXPECT_100_TIMEOUT_MS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FAILONERROR.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FILETIME.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_DATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FORBID_REUSE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FRESH_CONNECT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_ACCOUNT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_ALTERNATIVE_TO_USER.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_SKIP_PASV_IP.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPRT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPSV.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_PRET.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTPPORT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTPSSLAUTH.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HAPROXYPROTOCOL.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HAPROXY_CLIENT_IP.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HEADER.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HEADERDATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HEADERFUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HEADEROPT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTS_CTRL.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTSREADDATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTSREADFUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEDATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEFUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTP09_ALLOWED.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTP200ALIASES.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTP_CONTENT_DECODING.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTP_TRANSFER_DECODING.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTP_VERSION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTPAUTH.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTPGET.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTPHEADER.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTPPOST.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTPPROXYTUNNEL.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_IGNORE_CONTENT_LENGTH.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE_LARGE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_INTERFACE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_IOCTLDATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_IOCTLFUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_IPRESOLVE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT_BLOB.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_KEEP_SENDING_ON_ERROR.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_KEYPASSWD.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_KRBLEVEL.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_LOCALPORT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_LOCALPORTRANGE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_LIMIT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAIL_AUTH.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAIL_FROM.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT_ALLOWFAILS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXAGE_CONN.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXCONNECTS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE_LARGE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXLIFETIME_CONN.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXREDIRS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MIME_OPTIONS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MIMEPOST.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NETRC.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NETRC_FILE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NEW_DIRECTORY_PERMS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NEW_FILE_PERMS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NOBODY.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NOPROGRESS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NOPROXY.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NOSIGNAL.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETDATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PASSWORD.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PIPEWAIT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PORT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POST.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE_LARGE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POSTQUOTE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POSTREDIR.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PRE_PROXY.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PREQUOTE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PREREQDATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PREREQFUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PRIVATE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROGRESSDATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROGRESSFUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS_STR.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAPATH.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_CRLFILE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT_BLOB.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_KEYPASSWD.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_PINNEDPUBLICKEY.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYHOST.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYPEER.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY_BLOB.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLVERSION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_PASSWORD.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_TYPE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_USERNAME.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_TRANSFER_MODE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYAUTH.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYHEADER.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYPASSWORD.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYPORT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYTYPE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERNAME.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERPWD.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PUT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_QUICK_EXIT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_QUOTE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RANDOM_FILE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RANGE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_READDATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_READFUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS_STR.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_REFERER.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_REQUEST_TARGET.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RESOLVE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_DATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_FUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM_LARGE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_CLIENT_CSEQ.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_SERVER_CSEQ.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_SESSION_ID.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_STREAM_URI.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SASL_AUTHZID.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SASL_IR.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SEEKDATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SEEKFUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SERVICE_NAME.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SHARE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTDATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_NEC.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYDATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYFUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYDATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_KNOWNHOSTS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_PRIVATE_KEYFILE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_PUBLIC_KEYFILE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_EC_CURVES.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_ALPN.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_FALSESTART.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_OPTIONS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_SESSIONID_CACHE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_SIGNATURE_ALGORITHMS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYSTATUS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLCERT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLCERTTYPE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE_DEFAULT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLKEY.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLKEY_BLOB.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLKEYTYPE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLVERSION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_STDERR.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS_E.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_STREAM_WEIGHT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SUPPRESS_CONNECT_HEADERS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPALIVE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPIDLE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPINTVL.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPCNT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_NODELAY.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TELNETOPTIONS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TFTP_BLKSIZE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TIMECONDITION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT_MS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_TYPE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TRAILERDATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TRAILERFUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TRANSFERTEXT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UNIX_SOCKET_PATH.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UNRESTRICTED_AUTH.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UPKEEP_INTERVAL_MS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UPLOAD.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_BUFFERSIZE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_URL.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_USE_SSL.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_USERAGENT.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_USERNAME.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_USERPWD.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_VERBOSE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_WILDCARDMATCH.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_WRITEDATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_WS_OPTIONS.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_XFERINFODATA.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_XFERINFOFUNCTION.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLSHOPT_LOCKFUNC.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLSHOPT_SHARE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLSHOPT_UNLOCKFUNC.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLSHOPT_UNSHARE.3 -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man: external/curl/docs/libcurl/opts/CURLSHOPT_USERDATA.3 - -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/scripts/cd2nroff -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME_T.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CAINFO.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CAPATH.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CERTINFO.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CONDITION_UNMET.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CONN_ID.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME_T.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD_T.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_TYPE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_COOKIELIST.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_EARLYDATA_SENT_T.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_METHOD.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_URL.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_FILETIME.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_FILETIME_T.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_HEADER_SIZE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_HTTP_CONNECTCODE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_HTTP_VERSION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_AVAIL.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_USED.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_LASTSOCKET.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_LOCAL_IP.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_LOCAL_PORT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME_T.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_NUM_CONNECTS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_OS_ERRNO.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME_T.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_POSTTRANSFER_TIME_T.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_IP.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_PORT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_PRIVATE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_PROTOCOL.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_PROXY_ERROR.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_PROXY_SSL_VERIFYRESULT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_AVAIL.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_USED.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_QUEUE_TIME_T.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_COUNT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME_T.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_URL.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_REFERER.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_REQUEST_SIZE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_RESPONSE_CODE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_RETRY_AFTER.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_RTSP_CLIENT_CSEQ.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_RTSP_CSEQ_RECV.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_RTSP_SERVER_CSEQ.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_RTSP_SESSION_ID.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_SCHEME.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD_T.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD_T.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD_T.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD_T.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_SSL_ENGINES.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME_T.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_TLS_SESSION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME_T.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_USED_PROXY.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLINFO_XFER_ID.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_MAX_CONCURRENT_STREAMS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_MAX_HOST_CONNECTIONS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_MAX_PIPELINE_LENGTH.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_MAX_TOTAL_CONNECTIONS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_MAXCONNECTS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SITE_BL.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_PUSHDATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_SOCKETDATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_TIMERDATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_ABSTRACT_UNIX_SOCKET.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_ACCEPTTIMEOUT_MS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_ADDRESS_SCOPE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_ALTSVC.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_APPEND.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_AUTOREFERER.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_AWS_SIGV4.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_BUFFERSIZE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CAINFO.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CAINFO_BLOB.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CAPATH.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CA_CACHE_TIMEOUT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CERTINFO.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CHUNK_DATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CHUNK_END_FUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CONNECT_TO.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT_MS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_NETWORK_FUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_UTF8_FUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CONV_TO_NETWORK_FUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_COOKIE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_COOKIEFILE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_COOKIEJAR.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_COOKIELIST.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_COOKIESESSION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CRLF.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CRLFILE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CURLU.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DEBUGDATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DEFAULT_PROTOCOL.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DIRLISTONLY.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DISALLOW_USERNAME_IN_URL.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DNS_INTERFACE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP4.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP6.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DNS_SERVERS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DNS_SHUFFLE_ADDRESSES.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DNS_USE_GLOBAL_CACHE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYHOST.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYPEER.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYSTATUS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_DOH_URL.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_ECH.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_EGDSOCKET.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_ERRORBUFFER.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_EXPECT_100_TIMEOUT_MS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FAILONERROR.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FILETIME.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_DATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FORBID_REUSE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FRESH_CONNECT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FTP_ACCOUNT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FTP_ALTERNATIVE_TO_USER.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FTP_SKIP_PASV_IP.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPRT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPSV.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_PRET.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FTPPORT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_FTPSSLAUTH.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HAPROXYPROTOCOL.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HAPROXY_CLIENT_IP.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HEADER.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HEADERDATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HEADERFUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HEADEROPT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HSTS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HSTS_CTRL.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HSTSREADDATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HSTSREADFUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEDATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEFUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HTTP09_ALLOWED.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HTTP200ALIASES.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HTTP_CONTENT_DECODING.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HTTP_TRANSFER_DECODING.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HTTP_VERSION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HTTPAUTH.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HTTPGET.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HTTPHEADER.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HTTPPOST.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_HTTPPROXYTUNNEL.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_IGNORE_CONTENT_LENGTH.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE_LARGE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_INTERFACE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_IOCTLDATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_IOCTLFUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_IPRESOLVE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT_BLOB.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_KEEP_SENDING_ON_ERROR.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_KEYPASSWD.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_KRBLEVEL.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_LOCALPORT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_LOCALPORTRANGE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_LIMIT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAIL_AUTH.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAIL_FROM.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT_ALLOWFAILS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAXAGE_CONN.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAXCONNECTS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE_LARGE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAXLIFETIME_CONN.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MAXREDIRS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MIME_OPTIONS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_MIMEPOST.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_NETRC.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_NETRC_FILE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_NEW_DIRECTORY_PERMS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_NEW_FILE_PERMS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_NOBODY.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_NOPROGRESS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_NOPROXY.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_NOSIGNAL.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETDATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PASSWORD.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PATH_AS_IS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PIPEWAIT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PORT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_POST.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE_LARGE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_POSTQUOTE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_POSTREDIR.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PRE_PROXY.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PREQUOTE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PREREQDATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PREREQFUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PRIVATE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROGRESSDATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROGRESSFUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS_STR.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAPATH.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CRLFILE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT_BLOB.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_KEYPASSWD.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_PINNEDPUBLICKEY.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYHOST.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYPEER.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY_BLOB.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLVERSION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_PASSWORD.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_TYPE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_USERNAME.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TRANSFER_MODE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXYAUTH.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXYHEADER.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXYPASSWORD.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXYPORT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXYTYPE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERNAME.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERPWD.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_PUT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_QUICK_EXIT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_QUOTE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RANDOM_FILE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RANGE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_READDATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_READFUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS_STR.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_REFERER.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_REQUEST_TARGET.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RESOLVE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_DATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_FUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM_LARGE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RTSP_CLIENT_CSEQ.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RTSP_SERVER_CSEQ.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RTSP_SESSION_ID.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RTSP_STREAM_URI.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SASL_AUTHZID.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SASL_IR.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SEEKDATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SEEKFUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SERVICE_NAME.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SHARE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTDATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_NEC.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYDATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYFUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYDATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSH_KNOWNHOSTS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSH_PRIVATE_KEYFILE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSH_PUBLIC_KEYFILE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_EC_CURVES.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_ALPN.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_FALSESTART.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_OPTIONS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_SESSIONID_CACHE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_SIGNATURE_ALGORITHMS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYSTATUS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSLCERT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSLCERTTYPE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE_DEFAULT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSLKEY.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSLKEY_BLOB.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSLKEYTYPE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SSLVERSION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_STDERR.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS_E.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_STREAM_WEIGHT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_SUPPRESS_CONNECT_HEADERS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPALIVE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPIDLE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPINTVL.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPCNT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TCP_NODELAY.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TELNETOPTIONS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TFTP_BLKSIZE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TIMECONDITION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT_MS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_TYPE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TRAILERDATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TRAILERFUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_TRANSFERTEXT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_UNIX_SOCKET_PATH.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_UNRESTRICTED_AUTH.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_UPKEEP_INTERVAL_MS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_UPLOAD.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_BUFFERSIZE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_URL.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_USE_SSL.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_USERAGENT.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_USERNAME.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_USERPWD.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_VERBOSE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_WILDCARDMATCH.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_WRITEDATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_WS_OPTIONS.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_XFERINFODATA.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_XFERINFOFUNCTION.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLSHOPT_LOCKFUNC.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLSHOPT_SHARE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLSHOPT_UNLOCKFUNC.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLSHOPT_UNSHARE.md -external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts/CURLSHOPT_USERDATA.md - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating CURLINFO_ACTIVESOCKET.3, CURLINFO_APPCONNECT_TIME.3, CURLINFO_APPCONNECT_TIME_T.3, CURLINFO_CAINFO.3, CURLINFO_CAPATH.3, CURLINFO_CERTINFO.3, CURLINFO_CONDITION_UNMET.3, CURLINFO_CONNECT_TIME.3, CURLINFO_CONN_ID.3, CURLINFO_CONNECT_TIME_T.3, CURLINFO_CONTENT_LENGTH_DOWNLOAD.3, CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3, CURLINFO_CONTENT_LENGTH_UPLOAD.3, CURLINFO_CONTENT_LENGTH_UPLOAD_T.3, CURLINFO_CONTENT_TYPE.3, CURLINFO_COOKIELIST.3, CURLINFO_EARLYDATA_SENT_T.3, CURLINFO_EFFECTIVE_METHOD.3, CURLINFO_EFFECTIVE_URL.3, CURLINFO_FILETIME.3, CURLINFO_FILETIME_T.3, CURLINFO_FTP_ENTRY_PATH.3, CURLINFO_HEADER_SIZE.3, CURLINFO_HTTP_CONNECTCODE.3, CURLINFO_HTTP_VERSION.3, CURLINFO_HTTPAUTH_AVAIL.3, CURLINFO_HTTPAUTH_USED.3, CURLINFO_LASTSOCKET.3, CURLINFO_LOCAL_IP.3, CURLINFO_LOCAL_PORT.3, CURLINFO_NAMELOOKUP_TIME.3, CURLINFO_NAMELOOKUP_TIME_T.3, CURLINFO_NUM_CONNECTS.3, CURLINFO_OS_ERRNO.3, CURLINFO_PRETRANSFER_TIME.3, CURLINFO_PRETRANSFER_TIME_T.3, CURLINFO_POSTTRANSFER_TIME_T.3, CURLINFO_PRIMARY_IP.3, CURLINFO_PRIMARY_PORT.3, CURLINFO_PRIVATE.3, CURLINFO_PROTOCOL.3, CURLINFO_PROXY_ERROR.3, CURLINFO_PROXY_SSL_VERIFYRESULT.3, CURLINFO_PROXYAUTH_AVAIL.3, CURLINFO_PROXYAUTH_USED.3, CURLINFO_QUEUE_TIME_T.3, CURLINFO_REDIRECT_COUNT.3, CURLINFO_REDIRECT_TIME.3, CURLINFO_REDIRECT_TIME_T.3, CURLINFO_REDIRECT_URL.3, CURLINFO_REFERER.3, CURLINFO_REQUEST_SIZE.3, CURLINFO_RESPONSE_CODE.3, CURLINFO_RETRY_AFTER.3, CURLINFO_RTSP_CLIENT_CSEQ.3, CURLINFO_RTSP_CSEQ_RECV.3, CURLINFO_RTSP_SERVER_CSEQ.3, CURLINFO_RTSP_SESSION_ID.3, CURLINFO_SCHEME.3, CURLINFO_SIZE_DOWNLOAD.3, CURLINFO_SIZE_DOWNLOAD_T.3, CURLINFO_SIZE_UPLOAD.3, CURLINFO_SIZE_UPLOAD_T.3, CURLINFO_SPEED_DOWNLOAD.3, CURLINFO_SPEED_DOWNLOAD_T.3, CURLINFO_SPEED_UPLOAD.3, CURLINFO_SPEED_UPLOAD_T.3, CURLINFO_SSL_ENGINES.3, CURLINFO_SSL_VERIFYRESULT.3, CURLINFO_STARTTRANSFER_TIME.3, CURLINFO_STARTTRANSFER_TIME_T.3, CURLINFO_TLS_SESSION.3, CURLINFO_TLS_SSL_PTR.3, CURLINFO_TOTAL_TIME.3, CURLINFO_TOTAL_TIME_T.3, CURLINFO_USED_PROXY.3, CURLINFO_XFER_ID.3, CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3, CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3, CURLMOPT_MAX_CONCURRENT_STREAMS.3, CURLMOPT_MAX_HOST_CONNECTIONS.3, CURLMOPT_MAX_PIPELINE_LENGTH.3, CURLMOPT_MAX_TOTAL_CONNECTIONS.3, CURLMOPT_MAXCONNECTS.3, CURLMOPT_PIPELINING.3, CURLMOPT_PIPELINING_SERVER_BL.3, CURLMOPT_PIPELINING_SITE_BL.3, CURLMOPT_PUSHDATA.3, CURLMOPT_PUSHFUNCTION.3, CURLMOPT_SOCKETDATA.3, CURLMOPT_SOCKETFUNCTION.3, CURLMOPT_TIMERDATA.3, CURLMOPT_TIMERFUNCTION.3, CURLOPT_ABSTRACT_UNIX_SOCKET.3, CURLOPT_ACCEPT_ENCODING.3, CURLOPT_ACCEPTTIMEOUT_MS.3, CURLOPT_ADDRESS_SCOPE.3, CURLOPT_ALTSVC.3, CURLOPT_ALTSVC_CTRL.3, CURLOPT_APPEND.3, CURLOPT_AUTOREFERER.3, CURLOPT_AWS_SIGV4.3, CURLOPT_BUFFERSIZE.3, CURLOPT_CAINFO.3, CURLOPT_CAINFO_BLOB.3, CURLOPT_CAPATH.3, CURLOPT_CA_CACHE_TIMEOUT.3, CURLOPT_CERTINFO.3, CURLOPT_CHUNK_BGN_FUNCTION.3, CURLOPT_CHUNK_DATA.3, CURLOPT_CHUNK_END_FUNCTION.3, CURLOPT_CLOSESOCKETDATA.3, CURLOPT_CLOSESOCKETFUNCTION.3, CURLOPT_CONNECT_ONLY.3, CURLOPT_CONNECT_TO.3, CURLOPT_CONNECTTIMEOUT.3, CURLOPT_CONNECTTIMEOUT_MS.3, CURLOPT_CONV_FROM_NETWORK_FUNCTION.3, CURLOPT_CONV_FROM_UTF8_FUNCTION.3, CURLOPT_CONV_TO_NETWORK_FUNCTION.3, CURLOPT_COOKIE.3, CURLOPT_COOKIEFILE.3, CURLOPT_COOKIEJAR.3, CURLOPT_COOKIELIST.3, CURLOPT_COOKIESESSION.3, CURLOPT_COPYPOSTFIELDS.3, CURLOPT_CRLF.3, CURLOPT_CRLFILE.3, CURLOPT_CURLU.3, CURLOPT_CUSTOMREQUEST.3, CURLOPT_DEBUGDATA.3, CURLOPT_DEBUGFUNCTION.3, CURLOPT_DEFAULT_PROTOCOL.3, CURLOPT_DIRLISTONLY.3, CURLOPT_DISALLOW_USERNAME_IN_URL.3, CURLOPT_DNS_CACHE_TIMEOUT.3, CURLOPT_DNS_INTERFACE.3, CURLOPT_DNS_LOCAL_IP4.3, CURLOPT_DNS_LOCAL_IP6.3, CURLOPT_DNS_SERVERS.3, CURLOPT_DNS_SHUFFLE_ADDRESSES.3, CURLOPT_DNS_USE_GLOBAL_CACHE.3, CURLOPT_DOH_SSL_VERIFYHOST.3, CURLOPT_DOH_SSL_VERIFYPEER.3, CURLOPT_DOH_SSL_VERIFYSTATUS.3, CURLOPT_DOH_URL.3, CURLOPT_ECH.3, CURLOPT_EGDSOCKET.3, CURLOPT_ERRORBUFFER.3, CURLOPT_EXPECT_100_TIMEOUT_MS.3, CURLOPT_FAILONERROR.3, CURLOPT_FILETIME.3, CURLOPT_FNMATCH_DATA.3, CURLOPT_FNMATCH_FUNCTION.3, CURLOPT_FOLLOWLOCATION.3, CURLOPT_FORBID_REUSE.3, CURLOPT_FRESH_CONNECT.3, CURLOPT_FTP_ACCOUNT.3, CURLOPT_FTP_ALTERNATIVE_TO_USER.3, CURLOPT_FTP_CREATE_MISSING_DIRS.3, CURLOPT_FTP_FILEMETHOD.3, CURLOPT_FTP_SKIP_PASV_IP.3, CURLOPT_FTP_SSL_CCC.3, CURLOPT_FTP_USE_EPRT.3, CURLOPT_FTP_USE_EPSV.3, CURLOPT_FTP_USE_PRET.3, CURLOPT_FTPPORT.3, CURLOPT_FTPSSLAUTH.3, CURLOPT_GSSAPI_DELEGATION.3, CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3, CURLOPT_HAPROXYPROTOCOL.3, CURLOPT_HAPROXY_CLIENT_IP.3, CURLOPT_HEADER.3, CURLOPT_HEADERDATA.3, CURLOPT_HEADERFUNCTION.3, CURLOPT_HEADEROPT.3, CURLOPT_HSTS.3, CURLOPT_HSTS_CTRL.3, CURLOPT_HSTSREADDATA.3, CURLOPT_HSTSREADFUNCTION.3, CURLOPT_HSTSWRITEDATA.3, CURLOPT_HSTSWRITEFUNCTION.3, CURLOPT_HTTP09_ALLOWED.3, CURLOPT_HTTP200ALIASES.3, CURLOPT_HTTP_CONTENT_DECODING.3, CURLOPT_HTTP_TRANSFER_DECODING.3, CURLOPT_HTTP_VERSION.3, CURLOPT_HTTPAUTH.3, CURLOPT_HTTPGET.3, CURLOPT_HTTPHEADER.3, CURLOPT_HTTPPOST.3, CURLOPT_HTTPPROXYTUNNEL.3, CURLOPT_IGNORE_CONTENT_LENGTH.3, CURLOPT_INFILESIZE.3, CURLOPT_INFILESIZE_LARGE.3, CURLOPT_INTERFACE.3, CURLOPT_INTERLEAVEDATA.3, CURLOPT_INTERLEAVEFUNCTION.3, CURLOPT_IOCTLDATA.3, CURLOPT_IOCTLFUNCTION.3, CURLOPT_IPRESOLVE.3, CURLOPT_ISSUERCERT.3, CURLOPT_ISSUERCERT_BLOB.3, CURLOPT_KEEP_SENDING_ON_ERROR.3, CURLOPT_KEYPASSWD.3, CURLOPT_KRBLEVEL.3, CURLOPT_LOCALPORT.3, CURLOPT_LOCALPORTRANGE.3, CURLOPT_LOGIN_OPTIONS.3, CURLOPT_LOW_SPEED_LIMIT.3, CURLOPT_LOW_SPEED_TIME.3, CURLOPT_MAIL_AUTH.3, CURLOPT_MAIL_FROM.3, CURLOPT_MAIL_RCPT.3, CURLOPT_MAIL_RCPT_ALLOWFAILS.3, CURLOPT_MAX_RECV_SPEED_LARGE.3, CURLOPT_MAX_SEND_SPEED_LARGE.3, CURLOPT_MAXAGE_CONN.3, CURLOPT_MAXCONNECTS.3, CURLOPT_MAXFILESIZE.3, CURLOPT_MAXFILESIZE_LARGE.3, CURLOPT_MAXLIFETIME_CONN.3, CURLOPT_MAXREDIRS.3, CURLOPT_MIME_OPTIONS.3, CURLOPT_MIMEPOST.3, CURLOPT_NETRC.3, CURLOPT_NETRC_FILE.3, CURLOPT_NEW_DIRECTORY_PERMS.3, CURLOPT_NEW_FILE_PERMS.3, CURLOPT_NOBODY.3, CURLOPT_NOPROGRESS.3, CURLOPT_NOPROXY.3, CURLOPT_NOSIGNAL.3, CURLOPT_OPENSOCKETDATA.3, CURLOPT_OPENSOCKETFUNCTION.3, CURLOPT_PASSWORD.3, CURLOPT_PATH_AS_IS.3, CURLOPT_PINNEDPUBLICKEY.3, CURLOPT_PIPEWAIT.3, CURLOPT_PORT.3, CURLOPT_POST.3, CURLOPT_POSTFIELDS.3, CURLOPT_POSTFIELDSIZE.3, CURLOPT_POSTFIELDSIZE_LARGE.3, CURLOPT_POSTQUOTE.3, CURLOPT_POSTREDIR.3, CURLOPT_PRE_PROXY.3, CURLOPT_PREQUOTE.3, CURLOPT_PREREQDATA.3, CURLOPT_PREREQFUNCTION.3, CURLOPT_PRIVATE.3, CURLOPT_PROGRESSDATA.3, CURLOPT_PROGRESSFUNCTION.3, CURLOPT_PROTOCOLS.3, CURLOPT_PROTOCOLS_STR.3, CURLOPT_PROXY.3, CURLOPT_PROXY_CAINFO.3, CURLOPT_PROXY_CAINFO_BLOB.3, CURLOPT_PROXY_CAPATH.3, CURLOPT_PROXY_CRLFILE.3, CURLOPT_PROXY_ISSUERCERT.3, CURLOPT_PROXY_ISSUERCERT_BLOB.3, CURLOPT_PROXY_KEYPASSWD.3, CURLOPT_PROXY_PINNEDPUBLICKEY.3, CURLOPT_PROXY_SERVICE_NAME.3, CURLOPT_PROXY_SSL_CIPHER_LIST.3, CURLOPT_PROXY_SSL_OPTIONS.3, CURLOPT_PROXY_SSL_VERIFYHOST.3, CURLOPT_PROXY_SSL_VERIFYPEER.3, CURLOPT_PROXY_SSLCERT.3, CURLOPT_PROXY_SSLCERT_BLOB.3, CURLOPT_PROXY_SSLCERTTYPE.3, CURLOPT_PROXY_SSLKEY.3, CURLOPT_PROXY_SSLKEY_BLOB.3, CURLOPT_PROXY_SSLKEYTYPE.3, CURLOPT_PROXY_SSLVERSION.3, CURLOPT_PROXY_TLS13_CIPHERS.3, CURLOPT_PROXY_TLSAUTH_PASSWORD.3, CURLOPT_PROXY_TLSAUTH_TYPE.3, CURLOPT_PROXY_TLSAUTH_USERNAME.3, CURLOPT_PROXY_TRANSFER_MODE.3, CURLOPT_PROXYAUTH.3, CURLOPT_PROXYHEADER.3, CURLOPT_PROXYPASSWORD.3, CURLOPT_PROXYPORT.3, CURLOPT_PROXYTYPE.3, CURLOPT_PROXYUSERNAME.3, CURLOPT_PROXYUSERPWD.3, CURLOPT_PUT.3, CURLOPT_QUICK_EXIT.3, CURLOPT_QUOTE.3, CURLOPT_RANDOM_FILE.3, CURLOPT_RANGE.3, CURLOPT_READDATA.3, CURLOPT_READFUNCTION.3, CURLOPT_REDIR_PROTOCOLS.3, CURLOPT_REDIR_PROTOCOLS_STR.3, CURLOPT_REFERER.3, CURLOPT_REQUEST_TARGET.3, CURLOPT_RESOLVE.3, CURLOPT_RESOLVER_START_DATA.3, CURLOPT_RESOLVER_START_FUNCTION.3, CURLOPT_RESUME_FROM.3, CURLOPT_RESUME_FROM_LARGE.3, CURLOPT_RTSP_CLIENT_CSEQ.3, CURLOPT_RTSP_REQUEST.3, CURLOPT_RTSP_SERVER_CSEQ.3, CURLOPT_RTSP_SESSION_ID.3, CURLOPT_RTSP_STREAM_URI.3, CURLOPT_RTSP_TRANSPORT.3, CURLOPT_SASL_AUTHZID.3, CURLOPT_SASL_IR.3, CURLOPT_SEEKDATA.3, CURLOPT_SEEKFUNCTION.3, CURLOPT_SERVER_RESPONSE_TIMEOUT.3, CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3, CURLOPT_SERVICE_NAME.3, CURLOPT_SHARE.3, CURLOPT_SOCKOPTDATA.3, CURLOPT_SOCKOPTFUNCTION.3, CURLOPT_SOCKS5_AUTH.3, CURLOPT_SOCKS5_GSSAPI_NEC.3, CURLOPT_SOCKS5_GSSAPI_SERVICE.3, CURLOPT_SSH_AUTH_TYPES.3, CURLOPT_SSH_COMPRESSION.3, CURLOPT_SSH_HOSTKEYDATA.3, CURLOPT_SSH_HOSTKEYFUNCTION.3, CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3, CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3, CURLOPT_SSH_KEYDATA.3, CURLOPT_SSH_KEYFUNCTION.3, CURLOPT_SSH_KNOWNHOSTS.3, CURLOPT_SSH_PRIVATE_KEYFILE.3, CURLOPT_SSH_PUBLIC_KEYFILE.3, CURLOPT_SSL_CIPHER_LIST.3, CURLOPT_SSL_CTX_DATA.3, CURLOPT_SSL_CTX_FUNCTION.3, CURLOPT_SSL_EC_CURVES.3, CURLOPT_SSL_ENABLE_ALPN.3, CURLOPT_SSL_ENABLE_NPN.3, CURLOPT_SSL_FALSESTART.3, CURLOPT_SSL_OPTIONS.3, CURLOPT_SSL_SESSIONID_CACHE.3, CURLOPT_SSL_SIGNATURE_ALGORITHMS.3, CURLOPT_SSL_VERIFYHOST.3, CURLOPT_SSL_VERIFYPEER.3, CURLOPT_SSL_VERIFYSTATUS.3, CURLOPT_SSLCERT.3, CURLOPT_SSLCERT_BLOB.3, CURLOPT_SSLCERTTYPE.3, CURLOPT_SSLENGINE.3, CURLOPT_SSLENGINE_DEFAULT.3, CURLOPT_SSLKEY.3, CURLOPT_SSLKEY_BLOB.3, CURLOPT_SSLKEYTYPE.3, CURLOPT_SSLVERSION.3, CURLOPT_STDERR.3, CURLOPT_STREAM_DEPENDS.3, CURLOPT_STREAM_DEPENDS_E.3, CURLOPT_STREAM_WEIGHT.3, CURLOPT_SUPPRESS_CONNECT_HEADERS.3, CURLOPT_TCP_FASTOPEN.3, CURLOPT_TCP_KEEPALIVE.3, CURLOPT_TCP_KEEPIDLE.3, CURLOPT_TCP_KEEPINTVL.3, CURLOPT_TCP_KEEPCNT.3, CURLOPT_TCP_NODELAY.3, CURLOPT_TELNETOPTIONS.3, CURLOPT_TFTP_BLKSIZE.3, CURLOPT_TFTP_NO_OPTIONS.3, CURLOPT_TIMECONDITION.3, CURLOPT_TIMEOUT.3, CURLOPT_TIMEOUT_MS.3, CURLOPT_TIMEVALUE.3, CURLOPT_TIMEVALUE_LARGE.3, CURLOPT_TLS13_CIPHERS.3, CURLOPT_TLSAUTH_PASSWORD.3, CURLOPT_TLSAUTH_TYPE.3, CURLOPT_TLSAUTH_USERNAME.3, CURLOPT_TRAILERDATA.3, CURLOPT_TRAILERFUNCTION.3, CURLOPT_TRANSFER_ENCODING.3, CURLOPT_TRANSFERTEXT.3, CURLOPT_UNIX_SOCKET_PATH.3, CURLOPT_UNRESTRICTED_AUTH.3, CURLOPT_UPKEEP_INTERVAL_MS.3, CURLOPT_UPLOAD.3, CURLOPT_UPLOAD_BUFFERSIZE.3, CURLOPT_UPLOAD_FLAGS.3, CURLOPT_URL.3, CURLOPT_USE_SSL.3, CURLOPT_USERAGENT.3, CURLOPT_USERNAME.3, CURLOPT_USERPWD.3, CURLOPT_VERBOSE.3, CURLOPT_WILDCARDMATCH.3, CURLOPT_WRITEDATA.3, CURLOPT_WRITEFUNCTION.3, CURLOPT_WS_OPTIONS.3, CURLOPT_XFERINFODATA.3, CURLOPT_XFERINFOFUNCTION.3, CURLOPT_XOAUTH2_BEARER.3, CURLSHOPT_LOCKFUNC.3, CURLSHOPT_SHARE.3, CURLSHOPT_UNLOCKFUNC.3, CURLSHOPT_UNSHARE.3, CURLSHOPT_USERDATA.3" - cd /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/scripts/cd2nroff -k -d /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts CURLINFO_ACTIVESOCKET.md CURLINFO_APPCONNECT_TIME.md CURLINFO_APPCONNECT_TIME_T.md CURLINFO_CAINFO.md CURLINFO_CAPATH.md CURLINFO_CERTINFO.md CURLINFO_CONDITION_UNMET.md CURLINFO_CONNECT_TIME.md CURLINFO_CONN_ID.md CURLINFO_CONNECT_TIME_T.md CURLINFO_CONTENT_LENGTH_DOWNLOAD.md CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.md CURLINFO_CONTENT_LENGTH_UPLOAD.md CURLINFO_CONTENT_LENGTH_UPLOAD_T.md CURLINFO_CONTENT_TYPE.md CURLINFO_COOKIELIST.md CURLINFO_EARLYDATA_SENT_T.md CURLINFO_EFFECTIVE_METHOD.md CURLINFO_EFFECTIVE_URL.md CURLINFO_FILETIME.md CURLINFO_FILETIME_T.md CURLINFO_FTP_ENTRY_PATH.md CURLINFO_HEADER_SIZE.md CURLINFO_HTTP_CONNECTCODE.md CURLINFO_HTTP_VERSION.md CURLINFO_HTTPAUTH_AVAIL.md CURLINFO_HTTPAUTH_USED.md CURLINFO_LASTSOCKET.md CURLINFO_LOCAL_IP.md CURLINFO_LOCAL_PORT.md CURLINFO_NAMELOOKUP_TIME.md CURLINFO_NAMELOOKUP_TIME_T.md CURLINFO_NUM_CONNECTS.md CURLINFO_OS_ERRNO.md CURLINFO_PRETRANSFER_TIME.md CURLINFO_PRETRANSFER_TIME_T.md CURLINFO_POSTTRANSFER_TIME_T.md CURLINFO_PRIMARY_IP.md CURLINFO_PRIMARY_PORT.md CURLINFO_PRIVATE.md CURLINFO_PROTOCOL.md CURLINFO_PROXY_ERROR.md CURLINFO_PROXY_SSL_VERIFYRESULT.md CURLINFO_PROXYAUTH_AVAIL.md CURLINFO_PROXYAUTH_USED.md CURLINFO_QUEUE_TIME_T.md CURLINFO_REDIRECT_COUNT.md CURLINFO_REDIRECT_TIME.md CURLINFO_REDIRECT_TIME_T.md CURLINFO_REDIRECT_URL.md CURLINFO_REFERER.md CURLINFO_REQUEST_SIZE.md CURLINFO_RESPONSE_CODE.md CURLINFO_RETRY_AFTER.md CURLINFO_RTSP_CLIENT_CSEQ.md CURLINFO_RTSP_CSEQ_RECV.md CURLINFO_RTSP_SERVER_CSEQ.md CURLINFO_RTSP_SESSION_ID.md CURLINFO_SCHEME.md CURLINFO_SIZE_DOWNLOAD.md CURLINFO_SIZE_DOWNLOAD_T.md CURLINFO_SIZE_UPLOAD.md CURLINFO_SIZE_UPLOAD_T.md CURLINFO_SPEED_DOWNLOAD.md CURLINFO_SPEED_DOWNLOAD_T.md CURLINFO_SPEED_UPLOAD.md CURLINFO_SPEED_UPLOAD_T.md CURLINFO_SSL_ENGINES.md CURLINFO_SSL_VERIFYRESULT.md CURLINFO_STARTTRANSFER_TIME.md CURLINFO_STARTTRANSFER_TIME_T.md CURLINFO_TLS_SESSION.md CURLINFO_TLS_SSL_PTR.md CURLINFO_TOTAL_TIME.md CURLINFO_TOTAL_TIME_T.md CURLINFO_USED_PROXY.md CURLINFO_XFER_ID.md CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.md CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.md CURLMOPT_MAX_CONCURRENT_STREAMS.md CURLMOPT_MAX_HOST_CONNECTIONS.md CURLMOPT_MAX_PIPELINE_LENGTH.md CURLMOPT_MAX_TOTAL_CONNECTIONS.md CURLMOPT_MAXCONNECTS.md CURLMOPT_PIPELINING.md CURLMOPT_PIPELINING_SERVER_BL.md CURLMOPT_PIPELINING_SITE_BL.md CURLMOPT_PUSHDATA.md CURLMOPT_PUSHFUNCTION.md CURLMOPT_SOCKETDATA.md CURLMOPT_SOCKETFUNCTION.md CURLMOPT_TIMERDATA.md CURLMOPT_TIMERFUNCTION.md CURLOPT_ABSTRACT_UNIX_SOCKET.md CURLOPT_ACCEPT_ENCODING.md CURLOPT_ACCEPTTIMEOUT_MS.md CURLOPT_ADDRESS_SCOPE.md CURLOPT_ALTSVC.md CURLOPT_ALTSVC_CTRL.md CURLOPT_APPEND.md CURLOPT_AUTOREFERER.md CURLOPT_AWS_SIGV4.md CURLOPT_BUFFERSIZE.md CURLOPT_CAINFO.md CURLOPT_CAINFO_BLOB.md CURLOPT_CAPATH.md CURLOPT_CA_CACHE_TIMEOUT.md CURLOPT_CERTINFO.md CURLOPT_CHUNK_BGN_FUNCTION.md CURLOPT_CHUNK_DATA.md CURLOPT_CHUNK_END_FUNCTION.md CURLOPT_CLOSESOCKETDATA.md CURLOPT_CLOSESOCKETFUNCTION.md CURLOPT_CONNECT_ONLY.md CURLOPT_CONNECT_TO.md CURLOPT_CONNECTTIMEOUT.md CURLOPT_CONNECTTIMEOUT_MS.md CURLOPT_CONV_FROM_NETWORK_FUNCTION.md CURLOPT_CONV_FROM_UTF8_FUNCTION.md CURLOPT_CONV_TO_NETWORK_FUNCTION.md CURLOPT_COOKIE.md CURLOPT_COOKIEFILE.md CURLOPT_COOKIEJAR.md CURLOPT_COOKIELIST.md CURLOPT_COOKIESESSION.md CURLOPT_COPYPOSTFIELDS.md CURLOPT_CRLF.md CURLOPT_CRLFILE.md CURLOPT_CURLU.md CURLOPT_CUSTOMREQUEST.md CURLOPT_DEBUGDATA.md CURLOPT_DEBUGFUNCTION.md CURLOPT_DEFAULT_PROTOCOL.md CURLOPT_DIRLISTONLY.md CURLOPT_DISALLOW_USERNAME_IN_URL.md CURLOPT_DNS_CACHE_TIMEOUT.md CURLOPT_DNS_INTERFACE.md CURLOPT_DNS_LOCAL_IP4.md CURLOPT_DNS_LOCAL_IP6.md CURLOPT_DNS_SERVERS.md CURLOPT_DNS_SHUFFLE_ADDRESSES.md CURLOPT_DNS_USE_GLOBAL_CACHE.md CURLOPT_DOH_SSL_VERIFYHOST.md CURLOPT_DOH_SSL_VERIFYPEER.md CURLOPT_DOH_SSL_VERIFYSTATUS.md CURLOPT_DOH_URL.md CURLOPT_ECH.md CURLOPT_EGDSOCKET.md CURLOPT_ERRORBUFFER.md CURLOPT_EXPECT_100_TIMEOUT_MS.md CURLOPT_FAILONERROR.md CURLOPT_FILETIME.md CURLOPT_FNMATCH_DATA.md CURLOPT_FNMATCH_FUNCTION.md CURLOPT_FOLLOWLOCATION.md CURLOPT_FORBID_REUSE.md CURLOPT_FRESH_CONNECT.md CURLOPT_FTP_ACCOUNT.md CURLOPT_FTP_ALTERNATIVE_TO_USER.md CURLOPT_FTP_CREATE_MISSING_DIRS.md CURLOPT_FTP_FILEMETHOD.md CURLOPT_FTP_SKIP_PASV_IP.md CURLOPT_FTP_SSL_CCC.md CURLOPT_FTP_USE_EPRT.md CURLOPT_FTP_USE_EPSV.md CURLOPT_FTP_USE_PRET.md CURLOPT_FTPPORT.md CURLOPT_FTPSSLAUTH.md CURLOPT_GSSAPI_DELEGATION.md CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md CURLOPT_HAPROXYPROTOCOL.md CURLOPT_HAPROXY_CLIENT_IP.md CURLOPT_HEADER.md CURLOPT_HEADERDATA.md CURLOPT_HEADERFUNCTION.md CURLOPT_HEADEROPT.md CURLOPT_HSTS.md CURLOPT_HSTS_CTRL.md CURLOPT_HSTSREADDATA.md CURLOPT_HSTSREADFUNCTION.md CURLOPT_HSTSWRITEDATA.md CURLOPT_HSTSWRITEFUNCTION.md CURLOPT_HTTP09_ALLOWED.md CURLOPT_HTTP200ALIASES.md CURLOPT_HTTP_CONTENT_DECODING.md CURLOPT_HTTP_TRANSFER_DECODING.md CURLOPT_HTTP_VERSION.md CURLOPT_HTTPAUTH.md CURLOPT_HTTPGET.md CURLOPT_HTTPHEADER.md CURLOPT_HTTPPOST.md CURLOPT_HTTPPROXYTUNNEL.md CURLOPT_IGNORE_CONTENT_LENGTH.md CURLOPT_INFILESIZE.md CURLOPT_INFILESIZE_LARGE.md CURLOPT_INTERFACE.md CURLOPT_INTERLEAVEDATA.md CURLOPT_INTERLEAVEFUNCTION.md CURLOPT_IOCTLDATA.md CURLOPT_IOCTLFUNCTION.md CURLOPT_IPRESOLVE.md CURLOPT_ISSUERCERT.md CURLOPT_ISSUERCERT_BLOB.md CURLOPT_KEEP_SENDING_ON_ERROR.md CURLOPT_KEYPASSWD.md CURLOPT_KRBLEVEL.md CURLOPT_LOCALPORT.md CURLOPT_LOCALPORTRANGE.md CURLOPT_LOGIN_OPTIONS.md CURLOPT_LOW_SPEED_LIMIT.md CURLOPT_LOW_SPEED_TIME.md CURLOPT_MAIL_AUTH.md CURLOPT_MAIL_FROM.md CURLOPT_MAIL_RCPT.md CURLOPT_MAIL_RCPT_ALLOWFAILS.md CURLOPT_MAX_RECV_SPEED_LARGE.md CURLOPT_MAX_SEND_SPEED_LARGE.md CURLOPT_MAXAGE_CONN.md CURLOPT_MAXCONNECTS.md CURLOPT_MAXFILESIZE.md CURLOPT_MAXFILESIZE_LARGE.md CURLOPT_MAXLIFETIME_CONN.md CURLOPT_MAXREDIRS.md CURLOPT_MIME_OPTIONS.md CURLOPT_MIMEPOST.md CURLOPT_NETRC.md CURLOPT_NETRC_FILE.md CURLOPT_NEW_DIRECTORY_PERMS.md CURLOPT_NEW_FILE_PERMS.md CURLOPT_NOBODY.md CURLOPT_NOPROGRESS.md CURLOPT_NOPROXY.md CURLOPT_NOSIGNAL.md CURLOPT_OPENSOCKETDATA.md CURLOPT_OPENSOCKETFUNCTION.md CURLOPT_PASSWORD.md CURLOPT_PATH_AS_IS.md CURLOPT_PINNEDPUBLICKEY.md CURLOPT_PIPEWAIT.md CURLOPT_PORT.md CURLOPT_POST.md CURLOPT_POSTFIELDS.md CURLOPT_POSTFIELDSIZE.md CURLOPT_POSTFIELDSIZE_LARGE.md CURLOPT_POSTQUOTE.md CURLOPT_POSTREDIR.md CURLOPT_PRE_PROXY.md CURLOPT_PREQUOTE.md CURLOPT_PREREQDATA.md CURLOPT_PREREQFUNCTION.md CURLOPT_PRIVATE.md CURLOPT_PROGRESSDATA.md CURLOPT_PROGRESSFUNCTION.md CURLOPT_PROTOCOLS.md CURLOPT_PROTOCOLS_STR.md CURLOPT_PROXY.md CURLOPT_PROXY_CAINFO.md CURLOPT_PROXY_CAINFO_BLOB.md CURLOPT_PROXY_CAPATH.md CURLOPT_PROXY_CRLFILE.md CURLOPT_PROXY_ISSUERCERT.md CURLOPT_PROXY_ISSUERCERT_BLOB.md CURLOPT_PROXY_KEYPASSWD.md CURLOPT_PROXY_PINNEDPUBLICKEY.md CURLOPT_PROXY_SERVICE_NAME.md CURLOPT_PROXY_SSL_CIPHER_LIST.md CURLOPT_PROXY_SSL_OPTIONS.md CURLOPT_PROXY_SSL_VERIFYHOST.md CURLOPT_PROXY_SSL_VERIFYPEER.md CURLOPT_PROXY_SSLCERT.md CURLOPT_PROXY_SSLCERT_BLOB.md CURLOPT_PROXY_SSLCERTTYPE.md CURLOPT_PROXY_SSLKEY.md CURLOPT_PROXY_SSLKEY_BLOB.md CURLOPT_PROXY_SSLKEYTYPE.md CURLOPT_PROXY_SSLVERSION.md CURLOPT_PROXY_TLS13_CIPHERS.md CURLOPT_PROXY_TLSAUTH_PASSWORD.md CURLOPT_PROXY_TLSAUTH_TYPE.md CURLOPT_PROXY_TLSAUTH_USERNAME.md CURLOPT_PROXY_TRANSFER_MODE.md CURLOPT_PROXYAUTH.md CURLOPT_PROXYHEADER.md CURLOPT_PROXYPASSWORD.md CURLOPT_PROXYPORT.md CURLOPT_PROXYTYPE.md CURLOPT_PROXYUSERNAME.md CURLOPT_PROXYUSERPWD.md CURLOPT_PUT.md CURLOPT_QUICK_EXIT.md CURLOPT_QUOTE.md CURLOPT_RANDOM_FILE.md CURLOPT_RANGE.md CURLOPT_READDATA.md CURLOPT_READFUNCTION.md CURLOPT_REDIR_PROTOCOLS.md CURLOPT_REDIR_PROTOCOLS_STR.md CURLOPT_REFERER.md CURLOPT_REQUEST_TARGET.md CURLOPT_RESOLVE.md CURLOPT_RESOLVER_START_DATA.md CURLOPT_RESOLVER_START_FUNCTION.md CURLOPT_RESUME_FROM.md CURLOPT_RESUME_FROM_LARGE.md CURLOPT_RTSP_CLIENT_CSEQ.md CURLOPT_RTSP_REQUEST.md CURLOPT_RTSP_SERVER_CSEQ.md CURLOPT_RTSP_SESSION_ID.md CURLOPT_RTSP_STREAM_URI.md CURLOPT_RTSP_TRANSPORT.md CURLOPT_SASL_AUTHZID.md CURLOPT_SASL_IR.md CURLOPT_SEEKDATA.md CURLOPT_SEEKFUNCTION.md CURLOPT_SERVER_RESPONSE_TIMEOUT.md CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.md CURLOPT_SERVICE_NAME.md CURLOPT_SHARE.md CURLOPT_SOCKOPTDATA.md CURLOPT_SOCKOPTFUNCTION.md CURLOPT_SOCKS5_AUTH.md CURLOPT_SOCKS5_GSSAPI_NEC.md CURLOPT_SOCKS5_GSSAPI_SERVICE.md CURLOPT_SSH_AUTH_TYPES.md CURLOPT_SSH_COMPRESSION.md CURLOPT_SSH_HOSTKEYDATA.md CURLOPT_SSH_HOSTKEYFUNCTION.md CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.md CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.md CURLOPT_SSH_KEYDATA.md CURLOPT_SSH_KEYFUNCTION.md CURLOPT_SSH_KNOWNHOSTS.md CURLOPT_SSH_PRIVATE_KEYFILE.md CURLOPT_SSH_PUBLIC_KEYFILE.md CURLOPT_SSL_CIPHER_LIST.md CURLOPT_SSL_CTX_DATA.md CURLOPT_SSL_CTX_FUNCTION.md CURLOPT_SSL_EC_CURVES.md CURLOPT_SSL_ENABLE_ALPN.md CURLOPT_SSL_ENABLE_NPN.md CURLOPT_SSL_FALSESTART.md CURLOPT_SSL_OPTIONS.md CURLOPT_SSL_SESSIONID_CACHE.md CURLOPT_SSL_SIGNATURE_ALGORITHMS.md CURLOPT_SSL_VERIFYHOST.md CURLOPT_SSL_VERIFYPEER.md CURLOPT_SSL_VERIFYSTATUS.md CURLOPT_SSLCERT.md CURLOPT_SSLCERT_BLOB.md CURLOPT_SSLCERTTYPE.md CURLOPT_SSLENGINE.md CURLOPT_SSLENGINE_DEFAULT.md CURLOPT_SSLKEY.md CURLOPT_SSLKEY_BLOB.md CURLOPT_SSLKEYTYPE.md CURLOPT_SSLVERSION.md CURLOPT_STDERR.md CURLOPT_STREAM_DEPENDS.md CURLOPT_STREAM_DEPENDS_E.md CURLOPT_STREAM_WEIGHT.md CURLOPT_SUPPRESS_CONNECT_HEADERS.md CURLOPT_TCP_FASTOPEN.md CURLOPT_TCP_KEEPALIVE.md CURLOPT_TCP_KEEPIDLE.md CURLOPT_TCP_KEEPINTVL.md CURLOPT_TCP_KEEPCNT.md CURLOPT_TCP_NODELAY.md CURLOPT_TELNETOPTIONS.md CURLOPT_TFTP_BLKSIZE.md CURLOPT_TFTP_NO_OPTIONS.md CURLOPT_TIMECONDITION.md CURLOPT_TIMEOUT.md CURLOPT_TIMEOUT_MS.md CURLOPT_TIMEVALUE.md CURLOPT_TIMEVALUE_LARGE.md CURLOPT_TLS13_CIPHERS.md CURLOPT_TLSAUTH_PASSWORD.md CURLOPT_TLSAUTH_TYPE.md CURLOPT_TLSAUTH_USERNAME.md CURLOPT_TRAILERDATA.md CURLOPT_TRAILERFUNCTION.md CURLOPT_TRANSFER_ENCODING.md CURLOPT_TRANSFERTEXT.md CURLOPT_UNIX_SOCKET_PATH.md CURLOPT_UNRESTRICTED_AUTH.md CURLOPT_UPKEEP_INTERVAL_MS.md CURLOPT_UPLOAD.md CURLOPT_UPLOAD_BUFFERSIZE.md CURLOPT_UPLOAD_FLAGS.md CURLOPT_URL.md CURLOPT_USE_SSL.md CURLOPT_USERAGENT.md CURLOPT_USERNAME.md CURLOPT_USERPWD.md CURLOPT_VERBOSE.md CURLOPT_WILDCARDMATCH.md CURLOPT_WRITEDATA.md CURLOPT_WRITEFUNCTION.md CURLOPT_WS_OPTIONS.md CURLOPT_XFERINFODATA.md CURLOPT_XFERINFOFUNCTION.md CURLOPT_XOAUTH2_BEARER.md CURLSHOPT_LOCKFUNC.md CURLSHOPT_SHARE.md CURLSHOPT_UNLOCKFUNC.md CURLSHOPT_UNSHARE.md CURLSHOPT_USERDATA.md - -external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME.3 - -external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME_T.3 - -external/curl/docs/libcurl/opts/CURLINFO_CAINFO.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CAINFO.3 - -external/curl/docs/libcurl/opts/CURLINFO_CAPATH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CAPATH.3 - -external/curl/docs/libcurl/opts/CURLINFO_CERTINFO.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CERTINFO.3 - -external/curl/docs/libcurl/opts/CURLINFO_CONDITION_UNMET.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CONDITION_UNMET.3 - -external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME.3 - -external/curl/docs/libcurl/opts/CURLINFO_CONN_ID.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CONN_ID.3 - -external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME_T.3 - -external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD.3 - -external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3 - -external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD.3 - -external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD_T.3 - -external/curl/docs/libcurl/opts/CURLINFO_CONTENT_TYPE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_CONTENT_TYPE.3 - -external/curl/docs/libcurl/opts/CURLINFO_COOKIELIST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_COOKIELIST.3 - -external/curl/docs/libcurl/opts/CURLINFO_EARLYDATA_SENT_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_EARLYDATA_SENT_T.3 - -external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_METHOD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_METHOD.3 - -external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_URL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_URL.3 - -external/curl/docs/libcurl/opts/CURLINFO_FILETIME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_FILETIME.3 - -external/curl/docs/libcurl/opts/CURLINFO_FILETIME_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_FILETIME_T.3 - -external/curl/docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.3 - -external/curl/docs/libcurl/opts/CURLINFO_HEADER_SIZE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_HEADER_SIZE.3 - -external/curl/docs/libcurl/opts/CURLINFO_HTTP_CONNECTCODE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_HTTP_CONNECTCODE.3 - -external/curl/docs/libcurl/opts/CURLINFO_HTTP_VERSION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_HTTP_VERSION.3 - -external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_AVAIL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_AVAIL.3 - -external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_USED.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_USED.3 - -external/curl/docs/libcurl/opts/CURLINFO_LASTSOCKET.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_LASTSOCKET.3 - -external/curl/docs/libcurl/opts/CURLINFO_LOCAL_IP.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_LOCAL_IP.3 - -external/curl/docs/libcurl/opts/CURLINFO_LOCAL_PORT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_LOCAL_PORT.3 - -external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME.3 - -external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME_T.3 - -external/curl/docs/libcurl/opts/CURLINFO_NUM_CONNECTS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_NUM_CONNECTS.3 - -external/curl/docs/libcurl/opts/CURLINFO_OS_ERRNO.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_OS_ERRNO.3 - -external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.3 - -external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME_T.3 - -external/curl/docs/libcurl/opts/CURLINFO_POSTTRANSFER_TIME_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_POSTTRANSFER_TIME_T.3 - -external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_IP.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_IP.3 - -external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_PORT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_PORT.3 - -external/curl/docs/libcurl/opts/CURLINFO_PRIVATE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_PRIVATE.3 - -external/curl/docs/libcurl/opts/CURLINFO_PROTOCOL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_PROTOCOL.3 - -external/curl/docs/libcurl/opts/CURLINFO_PROXY_ERROR.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_PROXY_ERROR.3 - -external/curl/docs/libcurl/opts/CURLINFO_PROXY_SSL_VERIFYRESULT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_PROXY_SSL_VERIFYRESULT.3 - -external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_AVAIL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_AVAIL.3 - -external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_USED.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_USED.3 - -external/curl/docs/libcurl/opts/CURLINFO_QUEUE_TIME_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_QUEUE_TIME_T.3 - -external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_COUNT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_COUNT.3 - -external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME.3 - -external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME_T.3 - -external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_URL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_URL.3 - -external/curl/docs/libcurl/opts/CURLINFO_REFERER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_REFERER.3 - -external/curl/docs/libcurl/opts/CURLINFO_REQUEST_SIZE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_REQUEST_SIZE.3 - -external/curl/docs/libcurl/opts/CURLINFO_RESPONSE_CODE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_RESPONSE_CODE.3 - -external/curl/docs/libcurl/opts/CURLINFO_RETRY_AFTER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_RETRY_AFTER.3 - -external/curl/docs/libcurl/opts/CURLINFO_RTSP_CLIENT_CSEQ.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_RTSP_CLIENT_CSEQ.3 - -external/curl/docs/libcurl/opts/CURLINFO_RTSP_CSEQ_RECV.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_RTSP_CSEQ_RECV.3 - -external/curl/docs/libcurl/opts/CURLINFO_RTSP_SERVER_CSEQ.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_RTSP_SERVER_CSEQ.3 - -external/curl/docs/libcurl/opts/CURLINFO_RTSP_SESSION_ID.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_RTSP_SESSION_ID.3 - -external/curl/docs/libcurl/opts/CURLINFO_SCHEME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_SCHEME.3 - -external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD.3 - -external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD_T.3 - -external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD.3 - -external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD_T.3 - -external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD.3 - -external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD_T.3 - -external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD.3 - -external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD_T.3 - -external/curl/docs/libcurl/opts/CURLINFO_SSL_ENGINES.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_SSL_ENGINES.3 - -external/curl/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3 - -external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME.3 - -external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME_T.3 - -external/curl/docs/libcurl/opts/CURLINFO_TLS_SESSION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_TLS_SESSION.3 - -external/curl/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3 - -external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME.3 - -external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME_T.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME_T.3 - -external/curl/docs/libcurl/opts/CURLINFO_USED_PROXY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_USED_PROXY.3 - -external/curl/docs/libcurl/opts/CURLINFO_XFER_ID.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLINFO_XFER_ID.3 - -external/curl/docs/libcurl/opts/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 - -external/curl/docs/libcurl/opts/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 - -external/curl/docs/libcurl/opts/CURLMOPT_MAX_CONCURRENT_STREAMS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_MAX_CONCURRENT_STREAMS.3 - -external/curl/docs/libcurl/opts/CURLMOPT_MAX_HOST_CONNECTIONS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_MAX_HOST_CONNECTIONS.3 - -external/curl/docs/libcurl/opts/CURLMOPT_MAX_PIPELINE_LENGTH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_MAX_PIPELINE_LENGTH.3 - -external/curl/docs/libcurl/opts/CURLMOPT_MAX_TOTAL_CONNECTIONS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_MAX_TOTAL_CONNECTIONS.3 - -external/curl/docs/libcurl/opts/CURLMOPT_MAXCONNECTS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_MAXCONNECTS.3 - -external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING.3 - -external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3 - -external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SITE_BL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SITE_BL.3 - -external/curl/docs/libcurl/opts/CURLMOPT_PUSHDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_PUSHDATA.3 - -external/curl/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3 - -external/curl/docs/libcurl/opts/CURLMOPT_SOCKETDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_SOCKETDATA.3 - -external/curl/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3 - -external/curl/docs/libcurl/opts/CURLMOPT_TIMERDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_TIMERDATA.3 - -external/curl/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_ABSTRACT_UNIX_SOCKET.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_ABSTRACT_UNIX_SOCKET.3 - -external/curl/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3 - -external/curl/docs/libcurl/opts/CURLOPT_ACCEPTTIMEOUT_MS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_ACCEPTTIMEOUT_MS.3 - -external/curl/docs/libcurl/opts/CURLOPT_ADDRESS_SCOPE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_ADDRESS_SCOPE.3 - -external/curl/docs/libcurl/opts/CURLOPT_ALTSVC.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_ALTSVC.3 - -external/curl/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3 - -external/curl/docs/libcurl/opts/CURLOPT_APPEND.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_APPEND.3 - -external/curl/docs/libcurl/opts/CURLOPT_AUTOREFERER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_AUTOREFERER.3 - -external/curl/docs/libcurl/opts/CURLOPT_AWS_SIGV4.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_AWS_SIGV4.3 - -external/curl/docs/libcurl/opts/CURLOPT_BUFFERSIZE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_BUFFERSIZE.3 - -external/curl/docs/libcurl/opts/CURLOPT_CAINFO.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CAINFO.3 - -external/curl/docs/libcurl/opts/CURLOPT_CAINFO_BLOB.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CAINFO_BLOB.3 - -external/curl/docs/libcurl/opts/CURLOPT_CAPATH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CAPATH.3 - -external/curl/docs/libcurl/opts/CURLOPT_CA_CACHE_TIMEOUT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CA_CACHE_TIMEOUT.3 - -external/curl/docs/libcurl/opts/CURLOPT_CERTINFO.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CERTINFO.3 - -external/curl/docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_CHUNK_DATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CHUNK_DATA.3 - -external/curl/docs/libcurl/opts/CURLOPT_CHUNK_END_FUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CHUNK_END_FUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.3 - -external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 - -external/curl/docs/libcurl/opts/CURLOPT_CONNECT_TO.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CONNECT_TO.3 - -external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT.3 - -external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT_MS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT_MS.3 - -external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_NETWORK_FUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_UTF8_FUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_UTF8_FUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_CONV_TO_NETWORK_FUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CONV_TO_NETWORK_FUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_COOKIE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_COOKIE.3 - -external/curl/docs/libcurl/opts/CURLOPT_COOKIEFILE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_COOKIEFILE.3 - -external/curl/docs/libcurl/opts/CURLOPT_COOKIEJAR.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_COOKIEJAR.3 - -external/curl/docs/libcurl/opts/CURLOPT_COOKIELIST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_COOKIELIST.3 - -external/curl/docs/libcurl/opts/CURLOPT_COOKIESESSION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_COOKIESESSION.3 - -external/curl/docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.3 - -external/curl/docs/libcurl/opts/CURLOPT_CRLF.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CRLF.3 - -external/curl/docs/libcurl/opts/CURLOPT_CRLFILE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CRLFILE.3 - -external/curl/docs/libcurl/opts/CURLOPT_CURLU.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CURLU.3 - -external/curl/docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.3 - -external/curl/docs/libcurl/opts/CURLOPT_DEBUGDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DEBUGDATA.3 - -external/curl/docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_DEFAULT_PROTOCOL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DEFAULT_PROTOCOL.3 - -external/curl/docs/libcurl/opts/CURLOPT_DIRLISTONLY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DIRLISTONLY.3 - -external/curl/docs/libcurl/opts/CURLOPT_DISALLOW_USERNAME_IN_URL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DISALLOW_USERNAME_IN_URL.3 - -external/curl/docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.3 - -external/curl/docs/libcurl/opts/CURLOPT_DNS_INTERFACE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DNS_INTERFACE.3 - -external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP4.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP4.3 - -external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP6.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP6.3 - -external/curl/docs/libcurl/opts/CURLOPT_DNS_SERVERS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DNS_SERVERS.3 - -external/curl/docs/libcurl/opts/CURLOPT_DNS_SHUFFLE_ADDRESSES.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DNS_SHUFFLE_ADDRESSES.3 - -external/curl/docs/libcurl/opts/CURLOPT_DNS_USE_GLOBAL_CACHE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DNS_USE_GLOBAL_CACHE.3 - -external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYHOST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYHOST.3 - -external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYPEER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYPEER.3 - -external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYSTATUS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYSTATUS.3 - -external/curl/docs/libcurl/opts/CURLOPT_DOH_URL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_DOH_URL.3 - -external/curl/docs/libcurl/opts/CURLOPT_ECH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_ECH.3 - -external/curl/docs/libcurl/opts/CURLOPT_EGDSOCKET.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_EGDSOCKET.3 - -external/curl/docs/libcurl/opts/CURLOPT_ERRORBUFFER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_ERRORBUFFER.3 - -external/curl/docs/libcurl/opts/CURLOPT_EXPECT_100_TIMEOUT_MS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_EXPECT_100_TIMEOUT_MS.3 - -external/curl/docs/libcurl/opts/CURLOPT_FAILONERROR.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FAILONERROR.3 - -external/curl/docs/libcurl/opts/CURLOPT_FILETIME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FILETIME.3 - -external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_DATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_DATA.3 - -external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.3 - -external/curl/docs/libcurl/opts/CURLOPT_FORBID_REUSE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FORBID_REUSE.3 - -external/curl/docs/libcurl/opts/CURLOPT_FRESH_CONNECT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FRESH_CONNECT.3 - -external/curl/docs/libcurl/opts/CURLOPT_FTP_ACCOUNT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FTP_ACCOUNT.3 - -external/curl/docs/libcurl/opts/CURLOPT_FTP_ALTERNATIVE_TO_USER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FTP_ALTERNATIVE_TO_USER.3 - -external/curl/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.3 - -external/curl/docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.3 - -external/curl/docs/libcurl/opts/CURLOPT_FTP_SKIP_PASV_IP.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FTP_SKIP_PASV_IP.3 - -external/curl/docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.3 - -external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPRT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPRT.3 - -external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPSV.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPSV.3 - -external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_PRET.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_PRET.3 - -external/curl/docs/libcurl/opts/CURLOPT_FTPPORT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FTPPORT.3 - -external/curl/docs/libcurl/opts/CURLOPT_FTPSSLAUTH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_FTPSSLAUTH.3 - -external/curl/docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.3 - -external/curl/docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 - -external/curl/docs/libcurl/opts/CURLOPT_HAPROXYPROTOCOL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HAPROXYPROTOCOL.3 - -external/curl/docs/libcurl/opts/CURLOPT_HAPROXY_CLIENT_IP.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HAPROXY_CLIENT_IP.3 - -external/curl/docs/libcurl/opts/CURLOPT_HEADER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HEADER.3 - -external/curl/docs/libcurl/opts/CURLOPT_HEADERDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HEADERDATA.3 - -external/curl/docs/libcurl/opts/CURLOPT_HEADERFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HEADERFUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_HEADEROPT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HEADEROPT.3 - -external/curl/docs/libcurl/opts/CURLOPT_HSTS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HSTS.3 - -external/curl/docs/libcurl/opts/CURLOPT_HSTS_CTRL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HSTS_CTRL.3 - -external/curl/docs/libcurl/opts/CURLOPT_HSTSREADDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HSTSREADDATA.3 - -external/curl/docs/libcurl/opts/CURLOPT_HSTSREADFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HSTSREADFUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEDATA.3 - -external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEFUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_HTTP09_ALLOWED.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HTTP09_ALLOWED.3 - -external/curl/docs/libcurl/opts/CURLOPT_HTTP200ALIASES.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HTTP200ALIASES.3 - -external/curl/docs/libcurl/opts/CURLOPT_HTTP_CONTENT_DECODING.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HTTP_CONTENT_DECODING.3 - -external/curl/docs/libcurl/opts/CURLOPT_HTTP_TRANSFER_DECODING.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HTTP_TRANSFER_DECODING.3 - -external/curl/docs/libcurl/opts/CURLOPT_HTTP_VERSION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HTTP_VERSION.3 - -external/curl/docs/libcurl/opts/CURLOPT_HTTPAUTH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HTTPAUTH.3 - -external/curl/docs/libcurl/opts/CURLOPT_HTTPGET.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HTTPGET.3 - -external/curl/docs/libcurl/opts/CURLOPT_HTTPHEADER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HTTPHEADER.3 - -external/curl/docs/libcurl/opts/CURLOPT_HTTPPOST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HTTPPOST.3 - -external/curl/docs/libcurl/opts/CURLOPT_HTTPPROXYTUNNEL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_HTTPPROXYTUNNEL.3 - -external/curl/docs/libcurl/opts/CURLOPT_IGNORE_CONTENT_LENGTH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_IGNORE_CONTENT_LENGTH.3 - -external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE.3 - -external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE_LARGE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE_LARGE.3 - -external/curl/docs/libcurl/opts/CURLOPT_INTERFACE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_INTERFACE.3 - -external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.3 - -external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_IOCTLDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_IOCTLDATA.3 - -external/curl/docs/libcurl/opts/CURLOPT_IOCTLFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_IOCTLFUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_IPRESOLVE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_IPRESOLVE.3 - -external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT.3 - -external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT_BLOB.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT_BLOB.3 - -external/curl/docs/libcurl/opts/CURLOPT_KEEP_SENDING_ON_ERROR.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_KEEP_SENDING_ON_ERROR.3 - -external/curl/docs/libcurl/opts/CURLOPT_KEYPASSWD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_KEYPASSWD.3 - -external/curl/docs/libcurl/opts/CURLOPT_KRBLEVEL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_KRBLEVEL.3 - -external/curl/docs/libcurl/opts/CURLOPT_LOCALPORT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_LOCALPORT.3 - -external/curl/docs/libcurl/opts/CURLOPT_LOCALPORTRANGE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_LOCALPORTRANGE.3 - -external/curl/docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.3 - -external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_LIMIT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_LIMIT.3 - -external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.3 - -external/curl/docs/libcurl/opts/CURLOPT_MAIL_AUTH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAIL_AUTH.3 - -external/curl/docs/libcurl/opts/CURLOPT_MAIL_FROM.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAIL_FROM.3 - -external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT.3 - -external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT_ALLOWFAILS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT_ALLOWFAILS.3 - -external/curl/docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.3 - -external/curl/docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.3 - -external/curl/docs/libcurl/opts/CURLOPT_MAXAGE_CONN.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAXAGE_CONN.3 - -external/curl/docs/libcurl/opts/CURLOPT_MAXCONNECTS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAXCONNECTS.3 - -external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE.3 - -external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE_LARGE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE_LARGE.3 - -external/curl/docs/libcurl/opts/CURLOPT_MAXLIFETIME_CONN.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAXLIFETIME_CONN.3 - -external/curl/docs/libcurl/opts/CURLOPT_MAXREDIRS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MAXREDIRS.3 - -external/curl/docs/libcurl/opts/CURLOPT_MIME_OPTIONS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MIME_OPTIONS.3 - -external/curl/docs/libcurl/opts/CURLOPT_MIMEPOST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_MIMEPOST.3 - -external/curl/docs/libcurl/opts/CURLOPT_NETRC.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_NETRC.3 - -external/curl/docs/libcurl/opts/CURLOPT_NETRC_FILE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_NETRC_FILE.3 - -external/curl/docs/libcurl/opts/CURLOPT_NEW_DIRECTORY_PERMS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_NEW_DIRECTORY_PERMS.3 - -external/curl/docs/libcurl/opts/CURLOPT_NEW_FILE_PERMS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_NEW_FILE_PERMS.3 - -external/curl/docs/libcurl/opts/CURLOPT_NOBODY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_NOBODY.3 - -external/curl/docs/libcurl/opts/CURLOPT_NOPROGRESS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_NOPROGRESS.3 - -external/curl/docs/libcurl/opts/CURLOPT_NOPROXY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_NOPROXY.3 - -external/curl/docs/libcurl/opts/CURLOPT_NOSIGNAL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_NOSIGNAL.3 - -external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETDATA.3 - -external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_PASSWORD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PASSWORD.3 - -external/curl/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3 - -external/curl/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3 - -external/curl/docs/libcurl/opts/CURLOPT_PIPEWAIT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PIPEWAIT.3 - -external/curl/docs/libcurl/opts/CURLOPT_PORT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PORT.3 - -external/curl/docs/libcurl/opts/CURLOPT_POST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_POST.3 - -external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDS.3 - -external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE.3 - -external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE_LARGE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE_LARGE.3 - -external/curl/docs/libcurl/opts/CURLOPT_POSTQUOTE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_POSTQUOTE.3 - -external/curl/docs/libcurl/opts/CURLOPT_POSTREDIR.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_POSTREDIR.3 - -external/curl/docs/libcurl/opts/CURLOPT_PRE_PROXY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PRE_PROXY.3 - -external/curl/docs/libcurl/opts/CURLOPT_PREQUOTE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PREQUOTE.3 - -external/curl/docs/libcurl/opts/CURLOPT_PREREQDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PREREQDATA.3 - -external/curl/docs/libcurl/opts/CURLOPT_PREREQFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PREREQFUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_PRIVATE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PRIVATE.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROGRESSDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROGRESSDATA.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROGRESSFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROGRESSFUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS_STR.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS_STR.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAPATH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAPATH.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_CRLFILE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_CRLFILE.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT_BLOB.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT_BLOB.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_KEYPASSWD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_KEYPASSWD.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_PINNEDPUBLICKEY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_PINNEDPUBLICKEY.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYHOST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYHOST.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYPEER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYPEER.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY_BLOB.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY_BLOB.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLVERSION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLVERSION.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_PASSWORD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_PASSWORD.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_TYPE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_TYPE.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_USERNAME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_USERNAME.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXY_TRANSFER_MODE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXY_TRANSFER_MODE.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXYAUTH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXYAUTH.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXYHEADER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXYHEADER.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXYPASSWORD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXYPASSWORD.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXYPORT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXYPORT.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXYTYPE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXYTYPE.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERNAME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERNAME.3 - -external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERPWD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERPWD.3 - -external/curl/docs/libcurl/opts/CURLOPT_PUT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_PUT.3 - -external/curl/docs/libcurl/opts/CURLOPT_QUICK_EXIT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_QUICK_EXIT.3 - -external/curl/docs/libcurl/opts/CURLOPT_QUOTE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_QUOTE.3 - -external/curl/docs/libcurl/opts/CURLOPT_RANDOM_FILE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RANDOM_FILE.3 - -external/curl/docs/libcurl/opts/CURLOPT_RANGE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RANGE.3 - -external/curl/docs/libcurl/opts/CURLOPT_READDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_READDATA.3 - -external/curl/docs/libcurl/opts/CURLOPT_READFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_READFUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.3 - -external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS_STR.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS_STR.3 - -external/curl/docs/libcurl/opts/CURLOPT_REFERER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_REFERER.3 - -external/curl/docs/libcurl/opts/CURLOPT_REQUEST_TARGET.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_REQUEST_TARGET.3 - -external/curl/docs/libcurl/opts/CURLOPT_RESOLVE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RESOLVE.3 - -external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_DATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_DATA.3 - -external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_FUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_FUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM.3 - -external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM_LARGE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM_LARGE.3 - -external/curl/docs/libcurl/opts/CURLOPT_RTSP_CLIENT_CSEQ.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RTSP_CLIENT_CSEQ.3 - -external/curl/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.3 - -external/curl/docs/libcurl/opts/CURLOPT_RTSP_SERVER_CSEQ.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RTSP_SERVER_CSEQ.3 - -external/curl/docs/libcurl/opts/CURLOPT_RTSP_SESSION_ID.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RTSP_SESSION_ID.3 - -external/curl/docs/libcurl/opts/CURLOPT_RTSP_STREAM_URI.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RTSP_STREAM_URI.3 - -external/curl/docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.3 - -external/curl/docs/libcurl/opts/CURLOPT_SASL_AUTHZID.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SASL_AUTHZID.3 - -external/curl/docs/libcurl/opts/CURLOPT_SASL_IR.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SASL_IR.3 - -external/curl/docs/libcurl/opts/CURLOPT_SEEKDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SEEKDATA.3 - -external/curl/docs/libcurl/opts/CURLOPT_SEEKFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SEEKFUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT.3 - -external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3 - -external/curl/docs/libcurl/opts/CURLOPT_SERVICE_NAME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SERVICE_NAME.3 - -external/curl/docs/libcurl/opts/CURLOPT_SHARE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SHARE.3 - -external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTDATA.3 - -external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.3 - -external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_NEC.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_NEC.3 - -external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYDATA.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYFUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYDATA.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSH_KNOWNHOSTS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSH_KNOWNHOSTS.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSH_PRIVATE_KEYFILE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSH_PRIVATE_KEYFILE.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSH_PUBLIC_KEYFILE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSH_PUBLIC_KEYFILE.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSL_EC_CURVES.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_EC_CURVES.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_ALPN.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_ALPN.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSL_FALSESTART.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_FALSESTART.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSL_OPTIONS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_OPTIONS.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSL_SESSIONID_CACHE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_SESSIONID_CACHE.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSL_SIGNATURE_ALGORITHMS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_SIGNATURE_ALGORITHMS.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYSTATUS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYSTATUS.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSLCERT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSLCERT.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSLCERTTYPE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSLCERTTYPE.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE_DEFAULT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE_DEFAULT.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSLKEY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSLKEY.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSLKEY_BLOB.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSLKEY_BLOB.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSLKEYTYPE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSLKEYTYPE.3 - -external/curl/docs/libcurl/opts/CURLOPT_SSLVERSION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SSLVERSION.3 - -external/curl/docs/libcurl/opts/CURLOPT_STDERR.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_STDERR.3 - -external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.3 - -external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS_E.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS_E.3 - -external/curl/docs/libcurl/opts/CURLOPT_STREAM_WEIGHT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_STREAM_WEIGHT.3 - -external/curl/docs/libcurl/opts/CURLOPT_SUPPRESS_CONNECT_HEADERS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_SUPPRESS_CONNECT_HEADERS.3 - -external/curl/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.3 - -external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPALIVE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPALIVE.3 - -external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPIDLE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPIDLE.3 - -external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPINTVL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPINTVL.3 - -external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPCNT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPCNT.3 - -external/curl/docs/libcurl/opts/CURLOPT_TCP_NODELAY.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TCP_NODELAY.3 - -external/curl/docs/libcurl/opts/CURLOPT_TELNETOPTIONS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TELNETOPTIONS.3 - -external/curl/docs/libcurl/opts/CURLOPT_TFTP_BLKSIZE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TFTP_BLKSIZE.3 - -external/curl/docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.3 - -external/curl/docs/libcurl/opts/CURLOPT_TIMECONDITION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TIMECONDITION.3 - -external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT.3 - -external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT_MS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT_MS.3 - -external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE.3 - -external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.3 - -external/curl/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3 - -external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.3 - -external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_TYPE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_TYPE.3 - -external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.3 - -external/curl/docs/libcurl/opts/CURLOPT_TRAILERDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TRAILERDATA.3 - -external/curl/docs/libcurl/opts/CURLOPT_TRAILERFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TRAILERFUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.3 - -external/curl/docs/libcurl/opts/CURLOPT_TRANSFERTEXT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_TRANSFERTEXT.3 - -external/curl/docs/libcurl/opts/CURLOPT_UNIX_SOCKET_PATH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_UNIX_SOCKET_PATH.3 - -external/curl/docs/libcurl/opts/CURLOPT_UNRESTRICTED_AUTH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_UNRESTRICTED_AUTH.3 - -external/curl/docs/libcurl/opts/CURLOPT_UPKEEP_INTERVAL_MS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_UPKEEP_INTERVAL_MS.3 - -external/curl/docs/libcurl/opts/CURLOPT_UPLOAD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_UPLOAD.3 - -external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_BUFFERSIZE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_BUFFERSIZE.3 - -external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.3 - -external/curl/docs/libcurl/opts/CURLOPT_URL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_URL.3 - -external/curl/docs/libcurl/opts/CURLOPT_USE_SSL.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_USE_SSL.3 - -external/curl/docs/libcurl/opts/CURLOPT_USERAGENT.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_USERAGENT.3 - -external/curl/docs/libcurl/opts/CURLOPT_USERNAME.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_USERNAME.3 - -external/curl/docs/libcurl/opts/CURLOPT_USERPWD.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_USERPWD.3 - -external/curl/docs/libcurl/opts/CURLOPT_VERBOSE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_VERBOSE.3 - -external/curl/docs/libcurl/opts/CURLOPT_WILDCARDMATCH.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_WILDCARDMATCH.3 - -external/curl/docs/libcurl/opts/CURLOPT_WRITEDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_WRITEDATA.3 - -external/curl/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_WS_OPTIONS.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_WS_OPTIONS.3 - -external/curl/docs/libcurl/opts/CURLOPT_XFERINFODATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_XFERINFODATA.3 - -external/curl/docs/libcurl/opts/CURLOPT_XFERINFOFUNCTION.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_XFERINFOFUNCTION.3 - -external/curl/docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.3 - -external/curl/docs/libcurl/opts/CURLSHOPT_LOCKFUNC.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLSHOPT_LOCKFUNC.3 - -external/curl/docs/libcurl/opts/CURLSHOPT_SHARE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLSHOPT_SHARE.3 - -external/curl/docs/libcurl/opts/CURLSHOPT_UNLOCKFUNC.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLSHOPT_UNLOCKFUNC.3 - -external/curl/docs/libcurl/opts/CURLSHOPT_UNSHARE.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLSHOPT_UNSHARE.3 - -external/curl/docs/libcurl/opts/CURLSHOPT_USERDATA.3: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/docs/libcurl/opts/CURLSHOPT_USERDATA.3 - -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/codegen: -.PHONY : external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/codegen - -curl-opts-man: external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME_T.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CAINFO.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CAPATH.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CERTINFO.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONDITION_UNMET.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME_T.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONN_ID.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD_T.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_CONTENT_TYPE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_COOKIELIST.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_EARLYDATA_SENT_T.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_METHOD.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_URL.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_FILETIME.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_FILETIME_T.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_HEADER_SIZE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_AVAIL.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_USED.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_HTTP_CONNECTCODE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_HTTP_VERSION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_LASTSOCKET.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_LOCAL_IP.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_LOCAL_PORT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME_T.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_NUM_CONNECTS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_OS_ERRNO.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_POSTTRANSFER_TIME_T.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME_T.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_IP.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_PORT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PRIVATE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PROTOCOL.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_AVAIL.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_USED.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PROXY_ERROR.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_PROXY_SSL_VERIFYRESULT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_QUEUE_TIME_T.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_COUNT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME_T.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_URL.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REFERER.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_REQUEST_SIZE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RESPONSE_CODE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RETRY_AFTER.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RTSP_CLIENT_CSEQ.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RTSP_CSEQ_RECV.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RTSP_SERVER_CSEQ.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_RTSP_SESSION_ID.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SCHEME.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD_T.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD_T.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD_T.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD_T.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SSL_ENGINES.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME_T.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_TLS_SESSION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME_T.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_USED_PROXY.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLINFO_XFER_ID.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_MAXCONNECTS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_MAX_CONCURRENT_STREAMS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_MAX_HOST_CONNECTIONS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_MAX_PIPELINE_LENGTH.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_MAX_TOTAL_CONNECTIONS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SITE_BL.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_PUSHDATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_SOCKETDATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_TIMERDATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ABSTRACT_UNIX_SOCKET.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ACCEPTTIMEOUT_MS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ADDRESS_SCOPE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ALTSVC.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_APPEND.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_AUTOREFERER.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_AWS_SIGV4.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_BUFFERSIZE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CAINFO.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CAINFO_BLOB.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CAPATH.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CA_CACHE_TIMEOUT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CERTINFO.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CHUNK_DATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CHUNK_END_FUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT_MS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONNECT_TO.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_UTF8_FUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CONV_TO_NETWORK_FUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COOKIE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COOKIEFILE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COOKIEJAR.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COOKIELIST.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COOKIESESSION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CRLF.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CRLFILE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CURLU.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DEBUGDATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DEFAULT_PROTOCOL.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DIRLISTONLY.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DISALLOW_USERNAME_IN_URL.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_INTERFACE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP4.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP6.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_SERVERS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_SHUFFLE_ADDRESSES.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DNS_USE_GLOBAL_CACHE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYHOST.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYPEER.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYSTATUS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_DOH_URL.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ECH.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_EGDSOCKET.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ERRORBUFFER.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_EXPECT_100_TIMEOUT_MS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FAILONERROR.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FILETIME.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_DATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FORBID_REUSE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FRESH_CONNECT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTPPORT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTPSSLAUTH.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_ACCOUNT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_ALTERNATIVE_TO_USER.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_SKIP_PASV_IP.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPRT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPSV.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_PRET.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HAPROXYPROTOCOL.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HAPROXY_CLIENT_IP.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HEADER.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HEADERDATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HEADERFUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HEADEROPT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTSREADDATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTSREADFUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEDATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEFUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HSTS_CTRL.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTP09_ALLOWED.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTP200ALIASES.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTPAUTH.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTPGET.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTPHEADER.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTPPOST.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTPPROXYTUNNEL.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTP_CONTENT_DECODING.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTP_TRANSFER_DECODING.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_HTTP_VERSION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_IGNORE_CONTENT_LENGTH.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE_LARGE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_INTERFACE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_IOCTLDATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_IOCTLFUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_IPRESOLVE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT_BLOB.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_KEEP_SENDING_ON_ERROR.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_KEYPASSWD.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_KRBLEVEL.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_LOCALPORT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_LOCALPORTRANGE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_LIMIT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAIL_AUTH.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAIL_FROM.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT_ALLOWFAILS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXAGE_CONN.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXCONNECTS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE_LARGE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXLIFETIME_CONN.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAXREDIRS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MIMEPOST.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_MIME_OPTIONS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NETRC.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NETRC_FILE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NEW_DIRECTORY_PERMS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NEW_FILE_PERMS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NOBODY.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NOPROGRESS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NOPROXY.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_NOSIGNAL.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETDATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PASSWORD.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PIPEWAIT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PORT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POST.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE_LARGE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POSTQUOTE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_POSTREDIR.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PREQUOTE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PREREQDATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PREREQFUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PRE_PROXY.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PRIVATE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROGRESSDATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROGRESSFUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS_STR.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYAUTH.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYHEADER.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYPASSWORD.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYPORT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYTYPE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERNAME.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERPWD.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAPATH.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_CRLFILE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT_BLOB.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_KEYPASSWD.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_PINNEDPUBLICKEY.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY_BLOB.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLVERSION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYHOST.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYPEER.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_PASSWORD.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_TYPE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_USERNAME.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PROXY_TRANSFER_MODE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_PUT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_QUICK_EXIT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_QUOTE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RANDOM_FILE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RANGE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_READDATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_READFUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS_STR.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_REFERER.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_REQUEST_TARGET.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RESOLVE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_DATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_FUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM_LARGE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_CLIENT_CSEQ.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_SERVER_CSEQ.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_SESSION_ID.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_STREAM_URI.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SASL_AUTHZID.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SASL_IR.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SEEKDATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SEEKFUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SERVICE_NAME.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SHARE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTDATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_NEC.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYDATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYFUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYDATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_KNOWNHOSTS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_PRIVATE_KEYFILE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSH_PUBLIC_KEYFILE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLCERT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLCERTTYPE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE_DEFAULT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLKEY.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLKEYTYPE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLKEY_BLOB.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSLVERSION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_EC_CURVES.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_ALPN.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_FALSESTART.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_OPTIONS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_SESSIONID_CACHE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_SIGNATURE_ALGORITHMS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYSTATUS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_STDERR.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS_E.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_STREAM_WEIGHT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_SUPPRESS_CONNECT_HEADERS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPALIVE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPCNT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPIDLE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPINTVL.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TCP_NODELAY.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TELNETOPTIONS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TFTP_BLKSIZE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TIMECONDITION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT_MS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_TYPE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TRAILERDATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TRAILERFUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TRANSFERTEXT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UNIX_SOCKET_PATH.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UNRESTRICTED_AUTH.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UPKEEP_INTERVAL_MS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UPLOAD.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_BUFFERSIZE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_URL.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_USERAGENT.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_USERNAME.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_USERPWD.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_USE_SSL.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_VERBOSE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_WILDCARDMATCH.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_WRITEDATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_WS_OPTIONS.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_XFERINFODATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_XFERINFOFUNCTION.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLSHOPT_LOCKFUNC.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLSHOPT_SHARE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLSHOPT_UNLOCKFUNC.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLSHOPT_UNSHARE.3 -curl-opts-man: external/curl/docs/libcurl/opts/CURLSHOPT_USERDATA.3 -curl-opts-man: external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build.make -.PHONY : curl-opts-man - -# Rule to build all files generated by this target. -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build: curl-opts-man -.PHONY : external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build - -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts && $(CMAKE_COMMAND) -P CMakeFiles/curl-opts-man.dir/cmake_clean.cmake -.PHONY : external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/clean - -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/depend - diff --git a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/cmake_clean.cmake b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/cmake_clean.cmake deleted file mode 100644 index a410da28..00000000 --- a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/cmake_clean.cmake +++ /dev/null @@ -1,415 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-opts-man" - "CURLINFO_ACTIVESOCKET.3" - "CURLINFO_APPCONNECT_TIME.3" - "CURLINFO_APPCONNECT_TIME_T.3" - "CURLINFO_CAINFO.3" - "CURLINFO_CAPATH.3" - "CURLINFO_CERTINFO.3" - "CURLINFO_CONDITION_UNMET.3" - "CURLINFO_CONNECT_TIME.3" - "CURLINFO_CONNECT_TIME_T.3" - "CURLINFO_CONN_ID.3" - "CURLINFO_CONTENT_LENGTH_DOWNLOAD.3" - "CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3" - "CURLINFO_CONTENT_LENGTH_UPLOAD.3" - "CURLINFO_CONTENT_LENGTH_UPLOAD_T.3" - "CURLINFO_CONTENT_TYPE.3" - "CURLINFO_COOKIELIST.3" - "CURLINFO_EARLYDATA_SENT_T.3" - "CURLINFO_EFFECTIVE_METHOD.3" - "CURLINFO_EFFECTIVE_URL.3" - "CURLINFO_FILETIME.3" - "CURLINFO_FILETIME_T.3" - "CURLINFO_FTP_ENTRY_PATH.3" - "CURLINFO_HEADER_SIZE.3" - "CURLINFO_HTTPAUTH_AVAIL.3" - "CURLINFO_HTTPAUTH_USED.3" - "CURLINFO_HTTP_CONNECTCODE.3" - "CURLINFO_HTTP_VERSION.3" - "CURLINFO_LASTSOCKET.3" - "CURLINFO_LOCAL_IP.3" - "CURLINFO_LOCAL_PORT.3" - "CURLINFO_NAMELOOKUP_TIME.3" - "CURLINFO_NAMELOOKUP_TIME_T.3" - "CURLINFO_NUM_CONNECTS.3" - "CURLINFO_OS_ERRNO.3" - "CURLINFO_POSTTRANSFER_TIME_T.3" - "CURLINFO_PRETRANSFER_TIME.3" - "CURLINFO_PRETRANSFER_TIME_T.3" - "CURLINFO_PRIMARY_IP.3" - "CURLINFO_PRIMARY_PORT.3" - "CURLINFO_PRIVATE.3" - "CURLINFO_PROTOCOL.3" - "CURLINFO_PROXYAUTH_AVAIL.3" - "CURLINFO_PROXYAUTH_USED.3" - "CURLINFO_PROXY_ERROR.3" - "CURLINFO_PROXY_SSL_VERIFYRESULT.3" - "CURLINFO_QUEUE_TIME_T.3" - "CURLINFO_REDIRECT_COUNT.3" - "CURLINFO_REDIRECT_TIME.3" - "CURLINFO_REDIRECT_TIME_T.3" - "CURLINFO_REDIRECT_URL.3" - "CURLINFO_REFERER.3" - "CURLINFO_REQUEST_SIZE.3" - "CURLINFO_RESPONSE_CODE.3" - "CURLINFO_RETRY_AFTER.3" - "CURLINFO_RTSP_CLIENT_CSEQ.3" - "CURLINFO_RTSP_CSEQ_RECV.3" - "CURLINFO_RTSP_SERVER_CSEQ.3" - "CURLINFO_RTSP_SESSION_ID.3" - "CURLINFO_SCHEME.3" - "CURLINFO_SIZE_DOWNLOAD.3" - "CURLINFO_SIZE_DOWNLOAD_T.3" - "CURLINFO_SIZE_UPLOAD.3" - "CURLINFO_SIZE_UPLOAD_T.3" - "CURLINFO_SPEED_DOWNLOAD.3" - "CURLINFO_SPEED_DOWNLOAD_T.3" - "CURLINFO_SPEED_UPLOAD.3" - "CURLINFO_SPEED_UPLOAD_T.3" - "CURLINFO_SSL_ENGINES.3" - "CURLINFO_SSL_VERIFYRESULT.3" - "CURLINFO_STARTTRANSFER_TIME.3" - "CURLINFO_STARTTRANSFER_TIME_T.3" - "CURLINFO_TLS_SESSION.3" - "CURLINFO_TLS_SSL_PTR.3" - "CURLINFO_TOTAL_TIME.3" - "CURLINFO_TOTAL_TIME_T.3" - "CURLINFO_USED_PROXY.3" - "CURLINFO_XFER_ID.3" - "CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3" - "CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3" - "CURLMOPT_MAXCONNECTS.3" - "CURLMOPT_MAX_CONCURRENT_STREAMS.3" - "CURLMOPT_MAX_HOST_CONNECTIONS.3" - "CURLMOPT_MAX_PIPELINE_LENGTH.3" - "CURLMOPT_MAX_TOTAL_CONNECTIONS.3" - "CURLMOPT_PIPELINING.3" - "CURLMOPT_PIPELINING_SERVER_BL.3" - "CURLMOPT_PIPELINING_SITE_BL.3" - "CURLMOPT_PUSHDATA.3" - "CURLMOPT_PUSHFUNCTION.3" - "CURLMOPT_SOCKETDATA.3" - "CURLMOPT_SOCKETFUNCTION.3" - "CURLMOPT_TIMERDATA.3" - "CURLMOPT_TIMERFUNCTION.3" - "CURLOPT_ABSTRACT_UNIX_SOCKET.3" - "CURLOPT_ACCEPTTIMEOUT_MS.3" - "CURLOPT_ACCEPT_ENCODING.3" - "CURLOPT_ADDRESS_SCOPE.3" - "CURLOPT_ALTSVC.3" - "CURLOPT_ALTSVC_CTRL.3" - "CURLOPT_APPEND.3" - "CURLOPT_AUTOREFERER.3" - "CURLOPT_AWS_SIGV4.3" - "CURLOPT_BUFFERSIZE.3" - "CURLOPT_CAINFO.3" - "CURLOPT_CAINFO_BLOB.3" - "CURLOPT_CAPATH.3" - "CURLOPT_CA_CACHE_TIMEOUT.3" - "CURLOPT_CERTINFO.3" - "CURLOPT_CHUNK_BGN_FUNCTION.3" - "CURLOPT_CHUNK_DATA.3" - "CURLOPT_CHUNK_END_FUNCTION.3" - "CURLOPT_CLOSESOCKETDATA.3" - "CURLOPT_CLOSESOCKETFUNCTION.3" - "CURLOPT_CONNECTTIMEOUT.3" - "CURLOPT_CONNECTTIMEOUT_MS.3" - "CURLOPT_CONNECT_ONLY.3" - "CURLOPT_CONNECT_TO.3" - "CURLOPT_CONV_FROM_NETWORK_FUNCTION.3" - "CURLOPT_CONV_FROM_UTF8_FUNCTION.3" - "CURLOPT_CONV_TO_NETWORK_FUNCTION.3" - "CURLOPT_COOKIE.3" - "CURLOPT_COOKIEFILE.3" - "CURLOPT_COOKIEJAR.3" - "CURLOPT_COOKIELIST.3" - "CURLOPT_COOKIESESSION.3" - "CURLOPT_COPYPOSTFIELDS.3" - "CURLOPT_CRLF.3" - "CURLOPT_CRLFILE.3" - "CURLOPT_CURLU.3" - "CURLOPT_CUSTOMREQUEST.3" - "CURLOPT_DEBUGDATA.3" - "CURLOPT_DEBUGFUNCTION.3" - "CURLOPT_DEFAULT_PROTOCOL.3" - "CURLOPT_DIRLISTONLY.3" - "CURLOPT_DISALLOW_USERNAME_IN_URL.3" - "CURLOPT_DNS_CACHE_TIMEOUT.3" - "CURLOPT_DNS_INTERFACE.3" - "CURLOPT_DNS_LOCAL_IP4.3" - "CURLOPT_DNS_LOCAL_IP6.3" - "CURLOPT_DNS_SERVERS.3" - "CURLOPT_DNS_SHUFFLE_ADDRESSES.3" - "CURLOPT_DNS_USE_GLOBAL_CACHE.3" - "CURLOPT_DOH_SSL_VERIFYHOST.3" - "CURLOPT_DOH_SSL_VERIFYPEER.3" - "CURLOPT_DOH_SSL_VERIFYSTATUS.3" - "CURLOPT_DOH_URL.3" - "CURLOPT_ECH.3" - "CURLOPT_EGDSOCKET.3" - "CURLOPT_ERRORBUFFER.3" - "CURLOPT_EXPECT_100_TIMEOUT_MS.3" - "CURLOPT_FAILONERROR.3" - "CURLOPT_FILETIME.3" - "CURLOPT_FNMATCH_DATA.3" - "CURLOPT_FNMATCH_FUNCTION.3" - "CURLOPT_FOLLOWLOCATION.3" - "CURLOPT_FORBID_REUSE.3" - "CURLOPT_FRESH_CONNECT.3" - "CURLOPT_FTPPORT.3" - "CURLOPT_FTPSSLAUTH.3" - "CURLOPT_FTP_ACCOUNT.3" - "CURLOPT_FTP_ALTERNATIVE_TO_USER.3" - "CURLOPT_FTP_CREATE_MISSING_DIRS.3" - "CURLOPT_FTP_FILEMETHOD.3" - "CURLOPT_FTP_SKIP_PASV_IP.3" - "CURLOPT_FTP_SSL_CCC.3" - "CURLOPT_FTP_USE_EPRT.3" - "CURLOPT_FTP_USE_EPSV.3" - "CURLOPT_FTP_USE_PRET.3" - "CURLOPT_GSSAPI_DELEGATION.3" - "CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3" - "CURLOPT_HAPROXYPROTOCOL.3" - "CURLOPT_HAPROXY_CLIENT_IP.3" - "CURLOPT_HEADER.3" - "CURLOPT_HEADERDATA.3" - "CURLOPT_HEADERFUNCTION.3" - "CURLOPT_HEADEROPT.3" - "CURLOPT_HSTS.3" - "CURLOPT_HSTSREADDATA.3" - "CURLOPT_HSTSREADFUNCTION.3" - "CURLOPT_HSTSWRITEDATA.3" - "CURLOPT_HSTSWRITEFUNCTION.3" - "CURLOPT_HSTS_CTRL.3" - "CURLOPT_HTTP09_ALLOWED.3" - "CURLOPT_HTTP200ALIASES.3" - "CURLOPT_HTTPAUTH.3" - "CURLOPT_HTTPGET.3" - "CURLOPT_HTTPHEADER.3" - "CURLOPT_HTTPPOST.3" - "CURLOPT_HTTPPROXYTUNNEL.3" - "CURLOPT_HTTP_CONTENT_DECODING.3" - "CURLOPT_HTTP_TRANSFER_DECODING.3" - "CURLOPT_HTTP_VERSION.3" - "CURLOPT_IGNORE_CONTENT_LENGTH.3" - "CURLOPT_INFILESIZE.3" - "CURLOPT_INFILESIZE_LARGE.3" - "CURLOPT_INTERFACE.3" - "CURLOPT_INTERLEAVEDATA.3" - "CURLOPT_INTERLEAVEFUNCTION.3" - "CURLOPT_IOCTLDATA.3" - "CURLOPT_IOCTLFUNCTION.3" - "CURLOPT_IPRESOLVE.3" - "CURLOPT_ISSUERCERT.3" - "CURLOPT_ISSUERCERT_BLOB.3" - "CURLOPT_KEEP_SENDING_ON_ERROR.3" - "CURLOPT_KEYPASSWD.3" - "CURLOPT_KRBLEVEL.3" - "CURLOPT_LOCALPORT.3" - "CURLOPT_LOCALPORTRANGE.3" - "CURLOPT_LOGIN_OPTIONS.3" - "CURLOPT_LOW_SPEED_LIMIT.3" - "CURLOPT_LOW_SPEED_TIME.3" - "CURLOPT_MAIL_AUTH.3" - "CURLOPT_MAIL_FROM.3" - "CURLOPT_MAIL_RCPT.3" - "CURLOPT_MAIL_RCPT_ALLOWFAILS.3" - "CURLOPT_MAXAGE_CONN.3" - "CURLOPT_MAXCONNECTS.3" - "CURLOPT_MAXFILESIZE.3" - "CURLOPT_MAXFILESIZE_LARGE.3" - "CURLOPT_MAXLIFETIME_CONN.3" - "CURLOPT_MAXREDIRS.3" - "CURLOPT_MAX_RECV_SPEED_LARGE.3" - "CURLOPT_MAX_SEND_SPEED_LARGE.3" - "CURLOPT_MIMEPOST.3" - "CURLOPT_MIME_OPTIONS.3" - "CURLOPT_NETRC.3" - "CURLOPT_NETRC_FILE.3" - "CURLOPT_NEW_DIRECTORY_PERMS.3" - "CURLOPT_NEW_FILE_PERMS.3" - "CURLOPT_NOBODY.3" - "CURLOPT_NOPROGRESS.3" - "CURLOPT_NOPROXY.3" - "CURLOPT_NOSIGNAL.3" - "CURLOPT_OPENSOCKETDATA.3" - "CURLOPT_OPENSOCKETFUNCTION.3" - "CURLOPT_PASSWORD.3" - "CURLOPT_PATH_AS_IS.3" - "CURLOPT_PINNEDPUBLICKEY.3" - "CURLOPT_PIPEWAIT.3" - "CURLOPT_PORT.3" - "CURLOPT_POST.3" - "CURLOPT_POSTFIELDS.3" - "CURLOPT_POSTFIELDSIZE.3" - "CURLOPT_POSTFIELDSIZE_LARGE.3" - "CURLOPT_POSTQUOTE.3" - "CURLOPT_POSTREDIR.3" - "CURLOPT_PREQUOTE.3" - "CURLOPT_PREREQDATA.3" - "CURLOPT_PREREQFUNCTION.3" - "CURLOPT_PRE_PROXY.3" - "CURLOPT_PRIVATE.3" - "CURLOPT_PROGRESSDATA.3" - "CURLOPT_PROGRESSFUNCTION.3" - "CURLOPT_PROTOCOLS.3" - "CURLOPT_PROTOCOLS_STR.3" - "CURLOPT_PROXY.3" - "CURLOPT_PROXYAUTH.3" - "CURLOPT_PROXYHEADER.3" - "CURLOPT_PROXYPASSWORD.3" - "CURLOPT_PROXYPORT.3" - "CURLOPT_PROXYTYPE.3" - "CURLOPT_PROXYUSERNAME.3" - "CURLOPT_PROXYUSERPWD.3" - "CURLOPT_PROXY_CAINFO.3" - "CURLOPT_PROXY_CAINFO_BLOB.3" - "CURLOPT_PROXY_CAPATH.3" - "CURLOPT_PROXY_CRLFILE.3" - "CURLOPT_PROXY_ISSUERCERT.3" - "CURLOPT_PROXY_ISSUERCERT_BLOB.3" - "CURLOPT_PROXY_KEYPASSWD.3" - "CURLOPT_PROXY_PINNEDPUBLICKEY.3" - "CURLOPT_PROXY_SERVICE_NAME.3" - "CURLOPT_PROXY_SSLCERT.3" - "CURLOPT_PROXY_SSLCERTTYPE.3" - "CURLOPT_PROXY_SSLCERT_BLOB.3" - "CURLOPT_PROXY_SSLKEY.3" - "CURLOPT_PROXY_SSLKEYTYPE.3" - "CURLOPT_PROXY_SSLKEY_BLOB.3" - "CURLOPT_PROXY_SSLVERSION.3" - "CURLOPT_PROXY_SSL_CIPHER_LIST.3" - "CURLOPT_PROXY_SSL_OPTIONS.3" - "CURLOPT_PROXY_SSL_VERIFYHOST.3" - "CURLOPT_PROXY_SSL_VERIFYPEER.3" - "CURLOPT_PROXY_TLS13_CIPHERS.3" - "CURLOPT_PROXY_TLSAUTH_PASSWORD.3" - "CURLOPT_PROXY_TLSAUTH_TYPE.3" - "CURLOPT_PROXY_TLSAUTH_USERNAME.3" - "CURLOPT_PROXY_TRANSFER_MODE.3" - "CURLOPT_PUT.3" - "CURLOPT_QUICK_EXIT.3" - "CURLOPT_QUOTE.3" - "CURLOPT_RANDOM_FILE.3" - "CURLOPT_RANGE.3" - "CURLOPT_READDATA.3" - "CURLOPT_READFUNCTION.3" - "CURLOPT_REDIR_PROTOCOLS.3" - "CURLOPT_REDIR_PROTOCOLS_STR.3" - "CURLOPT_REFERER.3" - "CURLOPT_REQUEST_TARGET.3" - "CURLOPT_RESOLVE.3" - "CURLOPT_RESOLVER_START_DATA.3" - "CURLOPT_RESOLVER_START_FUNCTION.3" - "CURLOPT_RESUME_FROM.3" - "CURLOPT_RESUME_FROM_LARGE.3" - "CURLOPT_RTSP_CLIENT_CSEQ.3" - "CURLOPT_RTSP_REQUEST.3" - "CURLOPT_RTSP_SERVER_CSEQ.3" - "CURLOPT_RTSP_SESSION_ID.3" - "CURLOPT_RTSP_STREAM_URI.3" - "CURLOPT_RTSP_TRANSPORT.3" - "CURLOPT_SASL_AUTHZID.3" - "CURLOPT_SASL_IR.3" - "CURLOPT_SEEKDATA.3" - "CURLOPT_SEEKFUNCTION.3" - "CURLOPT_SERVER_RESPONSE_TIMEOUT.3" - "CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3" - "CURLOPT_SERVICE_NAME.3" - "CURLOPT_SHARE.3" - "CURLOPT_SOCKOPTDATA.3" - "CURLOPT_SOCKOPTFUNCTION.3" - "CURLOPT_SOCKS5_AUTH.3" - "CURLOPT_SOCKS5_GSSAPI_NEC.3" - "CURLOPT_SOCKS5_GSSAPI_SERVICE.3" - "CURLOPT_SSH_AUTH_TYPES.3" - "CURLOPT_SSH_COMPRESSION.3" - "CURLOPT_SSH_HOSTKEYDATA.3" - "CURLOPT_SSH_HOSTKEYFUNCTION.3" - "CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3" - "CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3" - "CURLOPT_SSH_KEYDATA.3" - "CURLOPT_SSH_KEYFUNCTION.3" - "CURLOPT_SSH_KNOWNHOSTS.3" - "CURLOPT_SSH_PRIVATE_KEYFILE.3" - "CURLOPT_SSH_PUBLIC_KEYFILE.3" - "CURLOPT_SSLCERT.3" - "CURLOPT_SSLCERTTYPE.3" - "CURLOPT_SSLCERT_BLOB.3" - "CURLOPT_SSLENGINE.3" - "CURLOPT_SSLENGINE_DEFAULT.3" - "CURLOPT_SSLKEY.3" - "CURLOPT_SSLKEYTYPE.3" - "CURLOPT_SSLKEY_BLOB.3" - "CURLOPT_SSLVERSION.3" - "CURLOPT_SSL_CIPHER_LIST.3" - "CURLOPT_SSL_CTX_DATA.3" - "CURLOPT_SSL_CTX_FUNCTION.3" - "CURLOPT_SSL_EC_CURVES.3" - "CURLOPT_SSL_ENABLE_ALPN.3" - "CURLOPT_SSL_ENABLE_NPN.3" - "CURLOPT_SSL_FALSESTART.3" - "CURLOPT_SSL_OPTIONS.3" - "CURLOPT_SSL_SESSIONID_CACHE.3" - "CURLOPT_SSL_SIGNATURE_ALGORITHMS.3" - "CURLOPT_SSL_VERIFYHOST.3" - "CURLOPT_SSL_VERIFYPEER.3" - "CURLOPT_SSL_VERIFYSTATUS.3" - "CURLOPT_STDERR.3" - "CURLOPT_STREAM_DEPENDS.3" - "CURLOPT_STREAM_DEPENDS_E.3" - "CURLOPT_STREAM_WEIGHT.3" - "CURLOPT_SUPPRESS_CONNECT_HEADERS.3" - "CURLOPT_TCP_FASTOPEN.3" - "CURLOPT_TCP_KEEPALIVE.3" - "CURLOPT_TCP_KEEPCNT.3" - "CURLOPT_TCP_KEEPIDLE.3" - "CURLOPT_TCP_KEEPINTVL.3" - "CURLOPT_TCP_NODELAY.3" - "CURLOPT_TELNETOPTIONS.3" - "CURLOPT_TFTP_BLKSIZE.3" - "CURLOPT_TFTP_NO_OPTIONS.3" - "CURLOPT_TIMECONDITION.3" - "CURLOPT_TIMEOUT.3" - "CURLOPT_TIMEOUT_MS.3" - "CURLOPT_TIMEVALUE.3" - "CURLOPT_TIMEVALUE_LARGE.3" - "CURLOPT_TLS13_CIPHERS.3" - "CURLOPT_TLSAUTH_PASSWORD.3" - "CURLOPT_TLSAUTH_TYPE.3" - "CURLOPT_TLSAUTH_USERNAME.3" - "CURLOPT_TRAILERDATA.3" - "CURLOPT_TRAILERFUNCTION.3" - "CURLOPT_TRANSFERTEXT.3" - "CURLOPT_TRANSFER_ENCODING.3" - "CURLOPT_UNIX_SOCKET_PATH.3" - "CURLOPT_UNRESTRICTED_AUTH.3" - "CURLOPT_UPKEEP_INTERVAL_MS.3" - "CURLOPT_UPLOAD.3" - "CURLOPT_UPLOAD_BUFFERSIZE.3" - "CURLOPT_UPLOAD_FLAGS.3" - "CURLOPT_URL.3" - "CURLOPT_USERAGENT.3" - "CURLOPT_USERNAME.3" - "CURLOPT_USERPWD.3" - "CURLOPT_USE_SSL.3" - "CURLOPT_VERBOSE.3" - "CURLOPT_WILDCARDMATCH.3" - "CURLOPT_WRITEDATA.3" - "CURLOPT_WRITEFUNCTION.3" - "CURLOPT_WS_OPTIONS.3" - "CURLOPT_XFERINFODATA.3" - "CURLOPT_XFERINFOFUNCTION.3" - "CURLOPT_XOAUTH2_BEARER.3" - "CURLSHOPT_LOCKFUNC.3" - "CURLSHOPT_SHARE.3" - "CURLSHOPT_UNLOCKFUNC.3" - "CURLSHOPT_UNSHARE.3" - "CURLSHOPT_USERDATA.3" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/curl-opts-man.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/compiler_depend.make b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/compiler_depend.make deleted file mode 100644 index e364d112..00000000 --- a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for curl-opts-man. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/compiler_depend.ts b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/compiler_depend.ts deleted file mode 100644 index 798f3da7..00000000 --- a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for curl-opts-man. diff --git a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/progress.make b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/progress.make deleted file mode 100644 index 225de343..00000000 --- a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/progress.make +++ /dev/null @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = - diff --git a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/progress.marks b/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/progress.marks deleted file mode 100644 index 573541ac..00000000 --- a/build_emscripten/external/curl/docs/libcurl/opts/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -0 diff --git a/build_emscripten/external/curl/docs/libcurl/opts/Makefile b/build_emscripten/external/curl/docs/libcurl/opts/Makefile deleted file mode 100644 index 573d6116..00000000 --- a/build_emscripten/external/curl/docs/libcurl/opts/Makefile +++ /dev/null @@ -1,228 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/opts/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/opts/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/opts/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/opts/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/rule -.PHONY : external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/rule - -# Convenience name for target. -curl-opts-man: external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/rule -.PHONY : curl-opts-man - -# fast build rule for target. -curl-opts-man/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build.make external/curl/docs/libcurl/opts/CMakeFiles/curl-opts-man.dir/build -.PHONY : curl-opts-man/fast - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... curl-opts-man" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/docs/libcurl/opts/Makefile.inc.cmake b/build_emscripten/external/curl/docs/libcurl/opts/Makefile.inc.cmake deleted file mode 100644 index 3c927bc9..00000000 --- a/build_emscripten/external/curl/docs/libcurl/opts/Makefile.inc.cmake +++ /dev/null @@ -1,433 +0,0 @@ -#*************************************************************************** -# _ _ ____ _ -# Project ___| | | | _ \| | -# / __| | | | |_) | | -# | (__| |_| | _ <| |___ -# \___|\___/|_| \_\_____| -# -# Copyright (C) Daniel Stenberg, , et al. -# -# This software is licensed as described in the file COPYING, which -# you should have received as part of this distribution. The terms -# are also available at https://curl.se/docs/copyright.html. -# -# You may opt to use, copy, modify, merge, publish, distribute and/or sell -# copies of the Software, and permit persons to whom the Software is -# furnished to do so, under the terms of the COPYING file. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -# SPDX-License-Identifier: curl -# -########################################################################### -# Shared between Makefile.am and CMakeLists.txt - -set(man_MANS - CURLINFO_ACTIVESOCKET.3 - CURLINFO_APPCONNECT_TIME.3 - CURLINFO_APPCONNECT_TIME_T.3 - CURLINFO_CAINFO.3 - CURLINFO_CAPATH.3 - CURLINFO_CERTINFO.3 - CURLINFO_CONDITION_UNMET.3 - CURLINFO_CONNECT_TIME.3 - CURLINFO_CONN_ID.3 - CURLINFO_CONNECT_TIME_T.3 - CURLINFO_CONTENT_LENGTH_DOWNLOAD.3 - CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3 - CURLINFO_CONTENT_LENGTH_UPLOAD.3 - CURLINFO_CONTENT_LENGTH_UPLOAD_T.3 - CURLINFO_CONTENT_TYPE.3 - CURLINFO_COOKIELIST.3 - CURLINFO_EARLYDATA_SENT_T.3 - CURLINFO_EFFECTIVE_METHOD.3 - CURLINFO_EFFECTIVE_URL.3 - CURLINFO_FILETIME.3 - CURLINFO_FILETIME_T.3 - CURLINFO_FTP_ENTRY_PATH.3 - CURLINFO_HEADER_SIZE.3 - CURLINFO_HTTP_CONNECTCODE.3 - CURLINFO_HTTP_VERSION.3 - CURLINFO_HTTPAUTH_AVAIL.3 - CURLINFO_HTTPAUTH_USED.3 - CURLINFO_LASTSOCKET.3 - CURLINFO_LOCAL_IP.3 - CURLINFO_LOCAL_PORT.3 - CURLINFO_NAMELOOKUP_TIME.3 - CURLINFO_NAMELOOKUP_TIME_T.3 - CURLINFO_NUM_CONNECTS.3 - CURLINFO_OS_ERRNO.3 - CURLINFO_PRETRANSFER_TIME.3 - CURLINFO_PRETRANSFER_TIME_T.3 - CURLINFO_POSTTRANSFER_TIME_T.3 - CURLINFO_PRIMARY_IP.3 - CURLINFO_PRIMARY_PORT.3 - CURLINFO_PRIVATE.3 - CURLINFO_PROTOCOL.3 - CURLINFO_PROXY_ERROR.3 - CURLINFO_PROXY_SSL_VERIFYRESULT.3 - CURLINFO_PROXYAUTH_AVAIL.3 - CURLINFO_PROXYAUTH_USED.3 - CURLINFO_QUEUE_TIME_T.3 - CURLINFO_REDIRECT_COUNT.3 - CURLINFO_REDIRECT_TIME.3 - CURLINFO_REDIRECT_TIME_T.3 - CURLINFO_REDIRECT_URL.3 - CURLINFO_REFERER.3 - CURLINFO_REQUEST_SIZE.3 - CURLINFO_RESPONSE_CODE.3 - CURLINFO_RETRY_AFTER.3 - CURLINFO_RTSP_CLIENT_CSEQ.3 - CURLINFO_RTSP_CSEQ_RECV.3 - CURLINFO_RTSP_SERVER_CSEQ.3 - CURLINFO_RTSP_SESSION_ID.3 - CURLINFO_SCHEME.3 - CURLINFO_SIZE_DOWNLOAD.3 - CURLINFO_SIZE_DOWNLOAD_T.3 - CURLINFO_SIZE_UPLOAD.3 - CURLINFO_SIZE_UPLOAD_T.3 - CURLINFO_SPEED_DOWNLOAD.3 - CURLINFO_SPEED_DOWNLOAD_T.3 - CURLINFO_SPEED_UPLOAD.3 - CURLINFO_SPEED_UPLOAD_T.3 - CURLINFO_SSL_ENGINES.3 - CURLINFO_SSL_VERIFYRESULT.3 - CURLINFO_STARTTRANSFER_TIME.3 - CURLINFO_STARTTRANSFER_TIME_T.3 - CURLINFO_TLS_SESSION.3 - CURLINFO_TLS_SSL_PTR.3 - CURLINFO_TOTAL_TIME.3 - CURLINFO_TOTAL_TIME_T.3 - CURLINFO_USED_PROXY.3 - CURLINFO_XFER_ID.3 - CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3 - CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3 - CURLMOPT_MAX_CONCURRENT_STREAMS.3 - CURLMOPT_MAX_HOST_CONNECTIONS.3 - CURLMOPT_MAX_PIPELINE_LENGTH.3 - CURLMOPT_MAX_TOTAL_CONNECTIONS.3 - CURLMOPT_MAXCONNECTS.3 - CURLMOPT_PIPELINING.3 - CURLMOPT_PIPELINING_SERVER_BL.3 - CURLMOPT_PIPELINING_SITE_BL.3 - CURLMOPT_PUSHDATA.3 - CURLMOPT_PUSHFUNCTION.3 - CURLMOPT_SOCKETDATA.3 - CURLMOPT_SOCKETFUNCTION.3 - CURLMOPT_TIMERDATA.3 - CURLMOPT_TIMERFUNCTION.3 - CURLOPT_ABSTRACT_UNIX_SOCKET.3 - CURLOPT_ACCEPT_ENCODING.3 - CURLOPT_ACCEPTTIMEOUT_MS.3 - CURLOPT_ADDRESS_SCOPE.3 - CURLOPT_ALTSVC.3 - CURLOPT_ALTSVC_CTRL.3 - CURLOPT_APPEND.3 - CURLOPT_AUTOREFERER.3 - CURLOPT_AWS_SIGV4.3 - CURLOPT_BUFFERSIZE.3 - CURLOPT_CAINFO.3 - CURLOPT_CAINFO_BLOB.3 - CURLOPT_CAPATH.3 - CURLOPT_CA_CACHE_TIMEOUT.3 - CURLOPT_CERTINFO.3 - CURLOPT_CHUNK_BGN_FUNCTION.3 - CURLOPT_CHUNK_DATA.3 - CURLOPT_CHUNK_END_FUNCTION.3 - CURLOPT_CLOSESOCKETDATA.3 - CURLOPT_CLOSESOCKETFUNCTION.3 - CURLOPT_CONNECT_ONLY.3 - CURLOPT_CONNECT_TO.3 - CURLOPT_CONNECTTIMEOUT.3 - CURLOPT_CONNECTTIMEOUT_MS.3 - CURLOPT_CONV_FROM_NETWORK_FUNCTION.3 - CURLOPT_CONV_FROM_UTF8_FUNCTION.3 - CURLOPT_CONV_TO_NETWORK_FUNCTION.3 - CURLOPT_COOKIE.3 - CURLOPT_COOKIEFILE.3 - CURLOPT_COOKIEJAR.3 - CURLOPT_COOKIELIST.3 - CURLOPT_COOKIESESSION.3 - CURLOPT_COPYPOSTFIELDS.3 - CURLOPT_CRLF.3 - CURLOPT_CRLFILE.3 - CURLOPT_CURLU.3 - CURLOPT_CUSTOMREQUEST.3 - CURLOPT_DEBUGDATA.3 - CURLOPT_DEBUGFUNCTION.3 - CURLOPT_DEFAULT_PROTOCOL.3 - CURLOPT_DIRLISTONLY.3 - CURLOPT_DISALLOW_USERNAME_IN_URL.3 - CURLOPT_DNS_CACHE_TIMEOUT.3 - CURLOPT_DNS_INTERFACE.3 - CURLOPT_DNS_LOCAL_IP4.3 - CURLOPT_DNS_LOCAL_IP6.3 - CURLOPT_DNS_SERVERS.3 - CURLOPT_DNS_SHUFFLE_ADDRESSES.3 - CURLOPT_DNS_USE_GLOBAL_CACHE.3 - CURLOPT_DOH_SSL_VERIFYHOST.3 - CURLOPT_DOH_SSL_VERIFYPEER.3 - CURLOPT_DOH_SSL_VERIFYSTATUS.3 - CURLOPT_DOH_URL.3 - CURLOPT_ECH.3 - CURLOPT_EGDSOCKET.3 - CURLOPT_ERRORBUFFER.3 - CURLOPT_EXPECT_100_TIMEOUT_MS.3 - CURLOPT_FAILONERROR.3 - CURLOPT_FILETIME.3 - CURLOPT_FNMATCH_DATA.3 - CURLOPT_FNMATCH_FUNCTION.3 - CURLOPT_FOLLOWLOCATION.3 - CURLOPT_FORBID_REUSE.3 - CURLOPT_FRESH_CONNECT.3 - CURLOPT_FTP_ACCOUNT.3 - CURLOPT_FTP_ALTERNATIVE_TO_USER.3 - CURLOPT_FTP_CREATE_MISSING_DIRS.3 - CURLOPT_FTP_FILEMETHOD.3 - CURLOPT_FTP_SKIP_PASV_IP.3 - CURLOPT_FTP_SSL_CCC.3 - CURLOPT_FTP_USE_EPRT.3 - CURLOPT_FTP_USE_EPSV.3 - CURLOPT_FTP_USE_PRET.3 - CURLOPT_FTPPORT.3 - CURLOPT_FTPSSLAUTH.3 - CURLOPT_GSSAPI_DELEGATION.3 - CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3 - CURLOPT_HAPROXYPROTOCOL.3 - CURLOPT_HAPROXY_CLIENT_IP.3 - CURLOPT_HEADER.3 - CURLOPT_HEADERDATA.3 - CURLOPT_HEADERFUNCTION.3 - CURLOPT_HEADEROPT.3 - CURLOPT_HSTS.3 - CURLOPT_HSTS_CTRL.3 - CURLOPT_HSTSREADDATA.3 - CURLOPT_HSTSREADFUNCTION.3 - CURLOPT_HSTSWRITEDATA.3 - CURLOPT_HSTSWRITEFUNCTION.3 - CURLOPT_HTTP09_ALLOWED.3 - CURLOPT_HTTP200ALIASES.3 - CURLOPT_HTTP_CONTENT_DECODING.3 - CURLOPT_HTTP_TRANSFER_DECODING.3 - CURLOPT_HTTP_VERSION.3 - CURLOPT_HTTPAUTH.3 - CURLOPT_HTTPGET.3 - CURLOPT_HTTPHEADER.3 - CURLOPT_HTTPPOST.3 - CURLOPT_HTTPPROXYTUNNEL.3 - CURLOPT_IGNORE_CONTENT_LENGTH.3 - CURLOPT_INFILESIZE.3 - CURLOPT_INFILESIZE_LARGE.3 - CURLOPT_INTERFACE.3 - CURLOPT_INTERLEAVEDATA.3 - CURLOPT_INTERLEAVEFUNCTION.3 - CURLOPT_IOCTLDATA.3 - CURLOPT_IOCTLFUNCTION.3 - CURLOPT_IPRESOLVE.3 - CURLOPT_ISSUERCERT.3 - CURLOPT_ISSUERCERT_BLOB.3 - CURLOPT_KEEP_SENDING_ON_ERROR.3 - CURLOPT_KEYPASSWD.3 - CURLOPT_KRBLEVEL.3 - CURLOPT_LOCALPORT.3 - CURLOPT_LOCALPORTRANGE.3 - CURLOPT_LOGIN_OPTIONS.3 - CURLOPT_LOW_SPEED_LIMIT.3 - CURLOPT_LOW_SPEED_TIME.3 - CURLOPT_MAIL_AUTH.3 - CURLOPT_MAIL_FROM.3 - CURLOPT_MAIL_RCPT.3 - CURLOPT_MAIL_RCPT_ALLOWFAILS.3 - CURLOPT_MAX_RECV_SPEED_LARGE.3 - CURLOPT_MAX_SEND_SPEED_LARGE.3 - CURLOPT_MAXAGE_CONN.3 - CURLOPT_MAXCONNECTS.3 - CURLOPT_MAXFILESIZE.3 - CURLOPT_MAXFILESIZE_LARGE.3 - CURLOPT_MAXLIFETIME_CONN.3 - CURLOPT_MAXREDIRS.3 - CURLOPT_MIME_OPTIONS.3 - CURLOPT_MIMEPOST.3 - CURLOPT_NETRC.3 - CURLOPT_NETRC_FILE.3 - CURLOPT_NEW_DIRECTORY_PERMS.3 - CURLOPT_NEW_FILE_PERMS.3 - CURLOPT_NOBODY.3 - CURLOPT_NOPROGRESS.3 - CURLOPT_NOPROXY.3 - CURLOPT_NOSIGNAL.3 - CURLOPT_OPENSOCKETDATA.3 - CURLOPT_OPENSOCKETFUNCTION.3 - CURLOPT_PASSWORD.3 - CURLOPT_PATH_AS_IS.3 - CURLOPT_PINNEDPUBLICKEY.3 - CURLOPT_PIPEWAIT.3 - CURLOPT_PORT.3 - CURLOPT_POST.3 - CURLOPT_POSTFIELDS.3 - CURLOPT_POSTFIELDSIZE.3 - CURLOPT_POSTFIELDSIZE_LARGE.3 - CURLOPT_POSTQUOTE.3 - CURLOPT_POSTREDIR.3 - CURLOPT_PRE_PROXY.3 - CURLOPT_PREQUOTE.3 - CURLOPT_PREREQDATA.3 - CURLOPT_PREREQFUNCTION.3 - CURLOPT_PRIVATE.3 - CURLOPT_PROGRESSDATA.3 - CURLOPT_PROGRESSFUNCTION.3 - CURLOPT_PROTOCOLS.3 - CURLOPT_PROTOCOLS_STR.3 - CURLOPT_PROXY.3 - CURLOPT_PROXY_CAINFO.3 - CURLOPT_PROXY_CAINFO_BLOB.3 - CURLOPT_PROXY_CAPATH.3 - CURLOPT_PROXY_CRLFILE.3 - CURLOPT_PROXY_ISSUERCERT.3 - CURLOPT_PROXY_ISSUERCERT_BLOB.3 - CURLOPT_PROXY_KEYPASSWD.3 - CURLOPT_PROXY_PINNEDPUBLICKEY.3 - CURLOPT_PROXY_SERVICE_NAME.3 - CURLOPT_PROXY_SSL_CIPHER_LIST.3 - CURLOPT_PROXY_SSL_OPTIONS.3 - CURLOPT_PROXY_SSL_VERIFYHOST.3 - CURLOPT_PROXY_SSL_VERIFYPEER.3 - CURLOPT_PROXY_SSLCERT.3 - CURLOPT_PROXY_SSLCERT_BLOB.3 - CURLOPT_PROXY_SSLCERTTYPE.3 - CURLOPT_PROXY_SSLKEY.3 - CURLOPT_PROXY_SSLKEY_BLOB.3 - CURLOPT_PROXY_SSLKEYTYPE.3 - CURLOPT_PROXY_SSLVERSION.3 - CURLOPT_PROXY_TLS13_CIPHERS.3 - CURLOPT_PROXY_TLSAUTH_PASSWORD.3 - CURLOPT_PROXY_TLSAUTH_TYPE.3 - CURLOPT_PROXY_TLSAUTH_USERNAME.3 - CURLOPT_PROXY_TRANSFER_MODE.3 - CURLOPT_PROXYAUTH.3 - CURLOPT_PROXYHEADER.3 - CURLOPT_PROXYPASSWORD.3 - CURLOPT_PROXYPORT.3 - CURLOPT_PROXYTYPE.3 - CURLOPT_PROXYUSERNAME.3 - CURLOPT_PROXYUSERPWD.3 - CURLOPT_PUT.3 - CURLOPT_QUICK_EXIT.3 - CURLOPT_QUOTE.3 - CURLOPT_RANDOM_FILE.3 - CURLOPT_RANGE.3 - CURLOPT_READDATA.3 - CURLOPT_READFUNCTION.3 - CURLOPT_REDIR_PROTOCOLS.3 - CURLOPT_REDIR_PROTOCOLS_STR.3 - CURLOPT_REFERER.3 - CURLOPT_REQUEST_TARGET.3 - CURLOPT_RESOLVE.3 - CURLOPT_RESOLVER_START_DATA.3 - CURLOPT_RESOLVER_START_FUNCTION.3 - CURLOPT_RESUME_FROM.3 - CURLOPT_RESUME_FROM_LARGE.3 - CURLOPT_RTSP_CLIENT_CSEQ.3 - CURLOPT_RTSP_REQUEST.3 - CURLOPT_RTSP_SERVER_CSEQ.3 - CURLOPT_RTSP_SESSION_ID.3 - CURLOPT_RTSP_STREAM_URI.3 - CURLOPT_RTSP_TRANSPORT.3 - CURLOPT_SASL_AUTHZID.3 - CURLOPT_SASL_IR.3 - CURLOPT_SEEKDATA.3 - CURLOPT_SEEKFUNCTION.3 - CURLOPT_SERVER_RESPONSE_TIMEOUT.3 - CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3 - CURLOPT_SERVICE_NAME.3 - CURLOPT_SHARE.3 - CURLOPT_SOCKOPTDATA.3 - CURLOPT_SOCKOPTFUNCTION.3 - CURLOPT_SOCKS5_AUTH.3 - CURLOPT_SOCKS5_GSSAPI_NEC.3 - CURLOPT_SOCKS5_GSSAPI_SERVICE.3 - CURLOPT_SSH_AUTH_TYPES.3 - CURLOPT_SSH_COMPRESSION.3 - CURLOPT_SSH_HOSTKEYDATA.3 - CURLOPT_SSH_HOSTKEYFUNCTION.3 - CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3 - CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3 - CURLOPT_SSH_KEYDATA.3 - CURLOPT_SSH_KEYFUNCTION.3 - CURLOPT_SSH_KNOWNHOSTS.3 - CURLOPT_SSH_PRIVATE_KEYFILE.3 - CURLOPT_SSH_PUBLIC_KEYFILE.3 - CURLOPT_SSL_CIPHER_LIST.3 - CURLOPT_SSL_CTX_DATA.3 - CURLOPT_SSL_CTX_FUNCTION.3 - CURLOPT_SSL_EC_CURVES.3 - CURLOPT_SSL_ENABLE_ALPN.3 - CURLOPT_SSL_ENABLE_NPN.3 - CURLOPT_SSL_FALSESTART.3 - CURLOPT_SSL_OPTIONS.3 - CURLOPT_SSL_SESSIONID_CACHE.3 - CURLOPT_SSL_SIGNATURE_ALGORITHMS.3 - CURLOPT_SSL_VERIFYHOST.3 - CURLOPT_SSL_VERIFYPEER.3 - CURLOPT_SSL_VERIFYSTATUS.3 - CURLOPT_SSLCERT.3 - CURLOPT_SSLCERT_BLOB.3 - CURLOPT_SSLCERTTYPE.3 - CURLOPT_SSLENGINE.3 - CURLOPT_SSLENGINE_DEFAULT.3 - CURLOPT_SSLKEY.3 - CURLOPT_SSLKEY_BLOB.3 - CURLOPT_SSLKEYTYPE.3 - CURLOPT_SSLVERSION.3 - CURLOPT_STDERR.3 - CURLOPT_STREAM_DEPENDS.3 - CURLOPT_STREAM_DEPENDS_E.3 - CURLOPT_STREAM_WEIGHT.3 - CURLOPT_SUPPRESS_CONNECT_HEADERS.3 - CURLOPT_TCP_FASTOPEN.3 - CURLOPT_TCP_KEEPALIVE.3 - CURLOPT_TCP_KEEPIDLE.3 - CURLOPT_TCP_KEEPINTVL.3 - CURLOPT_TCP_KEEPCNT.3 - CURLOPT_TCP_NODELAY.3 - CURLOPT_TELNETOPTIONS.3 - CURLOPT_TFTP_BLKSIZE.3 - CURLOPT_TFTP_NO_OPTIONS.3 - CURLOPT_TIMECONDITION.3 - CURLOPT_TIMEOUT.3 - CURLOPT_TIMEOUT_MS.3 - CURLOPT_TIMEVALUE.3 - CURLOPT_TIMEVALUE_LARGE.3 - CURLOPT_TLS13_CIPHERS.3 - CURLOPT_TLSAUTH_PASSWORD.3 - CURLOPT_TLSAUTH_TYPE.3 - CURLOPT_TLSAUTH_USERNAME.3 - CURLOPT_TRAILERDATA.3 - CURLOPT_TRAILERFUNCTION.3 - CURLOPT_TRANSFER_ENCODING.3 - CURLOPT_TRANSFERTEXT.3 - CURLOPT_UNIX_SOCKET_PATH.3 - CURLOPT_UNRESTRICTED_AUTH.3 - CURLOPT_UPKEEP_INTERVAL_MS.3 - CURLOPT_UPLOAD.3 - CURLOPT_UPLOAD_BUFFERSIZE.3 - CURLOPT_UPLOAD_FLAGS.3 - CURLOPT_URL.3 - CURLOPT_USE_SSL.3 - CURLOPT_USERAGENT.3 - CURLOPT_USERNAME.3 - CURLOPT_USERPWD.3 - CURLOPT_VERBOSE.3 - CURLOPT_WILDCARDMATCH.3 - CURLOPT_WRITEDATA.3 - CURLOPT_WRITEFUNCTION.3 - CURLOPT_WS_OPTIONS.3 - CURLOPT_XFERINFODATA.3 - CURLOPT_XFERINFOFUNCTION.3 - CURLOPT_XOAUTH2_BEARER.3 - CURLSHOPT_LOCKFUNC.3 - CURLSHOPT_SHARE.3 - CURLSHOPT_UNLOCKFUNC.3 - CURLSHOPT_UNSHARE.3 - CURLSHOPT_USERDATA.3) diff --git a/build_emscripten/external/curl/docs/libcurl/opts/cmake_install.cmake b/build_emscripten/external/curl/docs/libcurl/opts/cmake_install.cmake deleted file mode 100644 index e79b5909..00000000 --- a/build_emscripten/external/curl/docs/libcurl/opts/cmake_install.cmake +++ /dev/null @@ -1,462 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/curl/docs/libcurl/opts - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man3" TYPE FILE FILES - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_ACTIVESOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_APPCONNECT_TIME_T.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CAINFO.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CAPATH.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CERTINFO.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONDITION_UNMET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONN_ID.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONNECT_TIME_T.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_DOWNLOAD_T.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_LENGTH_UPLOAD_T.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_CONTENT_TYPE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_COOKIELIST.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_EARLYDATA_SENT_T.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_METHOD.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_EFFECTIVE_URL.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_FILETIME.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_FILETIME_T.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_FTP_ENTRY_PATH.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_HEADER_SIZE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_HTTP_CONNECTCODE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_HTTP_VERSION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_AVAIL.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_HTTPAUTH_USED.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_LASTSOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_LOCAL_IP.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_LOCAL_PORT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_NAMELOOKUP_TIME_T.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_NUM_CONNECTS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_OS_ERRNO.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PRETRANSFER_TIME_T.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_POSTTRANSFER_TIME_T.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_IP.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PRIMARY_PORT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PRIVATE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PROTOCOL.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PROXY_ERROR.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PROXY_SSL_VERIFYRESULT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_AVAIL.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_PROXYAUTH_USED.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_QUEUE_TIME_T.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_COUNT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_TIME_T.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REDIRECT_URL.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REFERER.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_REQUEST_SIZE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RESPONSE_CODE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RETRY_AFTER.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RTSP_CLIENT_CSEQ.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RTSP_CSEQ_RECV.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RTSP_SERVER_CSEQ.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_RTSP_SESSION_ID.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SCHEME.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SIZE_DOWNLOAD_T.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SIZE_UPLOAD_T.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SPEED_DOWNLOAD_T.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SPEED_UPLOAD_T.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SSL_ENGINES.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_SSL_VERIFYRESULT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_STARTTRANSFER_TIME_T.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_TLS_SESSION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_TOTAL_TIME_T.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_USED_PROXY.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLINFO_XFER_ID.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_MAX_CONCURRENT_STREAMS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_MAX_HOST_CONNECTIONS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_MAX_PIPELINE_LENGTH.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_MAX_TOTAL_CONNECTIONS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_MAXCONNECTS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SERVER_BL.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_PIPELINING_SITE_BL.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_PUSHDATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_PUSHFUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_SOCKETDATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_TIMERDATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLMOPT_TIMERFUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ABSTRACT_UNIX_SOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ACCEPT_ENCODING.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ACCEPTTIMEOUT_MS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ADDRESS_SCOPE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ALTSVC.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_APPEND.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_AUTOREFERER.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_AWS_SIGV4.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_BUFFERSIZE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CAINFO.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CAINFO_BLOB.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CAPATH.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CA_CACHE_TIMEOUT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CERTINFO.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CHUNK_BGN_FUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CHUNK_DATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CHUNK_END_FUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETDATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CLOSESOCKETFUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONNECT_ONLY.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONNECT_TO.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONNECTTIMEOUT_MS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_NETWORK_FUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONV_FROM_UTF8_FUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CONV_TO_NETWORK_FUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COOKIE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COOKIEFILE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COOKIEJAR.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COOKIELIST.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COOKIESESSION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_COPYPOSTFIELDS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CRLF.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CRLFILE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CURLU.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_CUSTOMREQUEST.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DEBUGDATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DEBUGFUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DEFAULT_PROTOCOL.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DIRLISTONLY.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DISALLOW_USERNAME_IN_URL.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_CACHE_TIMEOUT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_INTERFACE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP4.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_LOCAL_IP6.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_SERVERS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_SHUFFLE_ADDRESSES.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DNS_USE_GLOBAL_CACHE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYHOST.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYPEER.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYSTATUS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_DOH_URL.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ECH.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_EGDSOCKET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ERRORBUFFER.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_EXPECT_100_TIMEOUT_MS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FAILONERROR.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FILETIME.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_DATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FNMATCH_FUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FORBID_REUSE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FRESH_CONNECT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_ACCOUNT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_ALTERNATIVE_TO_USER.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_CREATE_MISSING_DIRS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_FILEMETHOD.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_SKIP_PASV_IP.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_SSL_CCC.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPRT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_EPSV.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTP_USE_PRET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTPPORT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_FTPSSLAUTH.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_GSSAPI_DELEGATION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HAPROXYPROTOCOL.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HAPROXY_CLIENT_IP.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HEADER.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HEADERDATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HEADERFUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HEADEROPT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTS_CTRL.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTSREADDATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTSREADFUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEDATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HSTSWRITEFUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTP09_ALLOWED.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTP200ALIASES.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTP_CONTENT_DECODING.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTP_TRANSFER_DECODING.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTP_VERSION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTPAUTH.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTPGET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTPHEADER.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTPPOST.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_HTTPPROXYTUNNEL.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_IGNORE_CONTENT_LENGTH.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_INFILESIZE_LARGE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_INTERFACE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_INTERLEAVEFUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_IOCTLDATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_IOCTLFUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_IPRESOLVE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_ISSUERCERT_BLOB.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_KEEP_SENDING_ON_ERROR.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_KEYPASSWD.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_KRBLEVEL.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_LOCALPORT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_LOCALPORTRANGE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_LOGIN_OPTIONS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_LIMIT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_LOW_SPEED_TIME.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAIL_AUTH.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAIL_FROM.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAIL_RCPT_ALLOWFAILS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAX_RECV_SPEED_LARGE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAX_SEND_SPEED_LARGE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXAGE_CONN.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXCONNECTS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXFILESIZE_LARGE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXLIFETIME_CONN.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MAXREDIRS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MIME_OPTIONS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_MIMEPOST.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NETRC.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NETRC_FILE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NEW_DIRECTORY_PERMS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NEW_FILE_PERMS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NOBODY.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NOPROGRESS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NOPROXY.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_NOSIGNAL.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETDATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_OPENSOCKETFUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PASSWORD.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PIPEWAIT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PORT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POST.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POSTFIELDSIZE_LARGE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POSTQUOTE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_POSTREDIR.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PRE_PROXY.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PREQUOTE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PREREQDATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PREREQFUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PRIVATE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROGRESSDATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROGRESSFUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROTOCOLS_STR.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CAPATH.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_CRLFILE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_ISSUERCERT_BLOB.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_KEYPASSWD.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_PINNEDPUBLICKEY.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SERVICE_NAME.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYHOST.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSL_VERIFYPEER.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEY_BLOB.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_SSLVERSION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLS13_CIPHERS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_PASSWORD.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_TYPE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TLSAUTH_USERNAME.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXY_TRANSFER_MODE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYAUTH.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYHEADER.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYPASSWORD.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYPORT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYTYPE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERNAME.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PROXYUSERPWD.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_PUT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_QUICK_EXIT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_QUOTE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RANDOM_FILE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RANGE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_READDATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_READFUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_REDIR_PROTOCOLS_STR.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_REFERER.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_REQUEST_TARGET.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RESOLVE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_DATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RESOLVER_START_FUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RESUME_FROM_LARGE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_CLIENT_CSEQ.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_REQUEST.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_SERVER_CSEQ.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_SESSION_ID.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_STREAM_URI.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_RTSP_TRANSPORT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SASL_AUTHZID.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SASL_IR.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SEEKDATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SEEKFUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SERVER_RESPONSE_TIMEOUT_MS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SERVICE_NAME.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SHARE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTDATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SOCKOPTFUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_AUTH.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_NEC.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SOCKS5_GSSAPI_SERVICE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_AUTH_TYPES.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_COMPRESSION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYDATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOSTKEYFUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYDATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_KNOWNHOSTS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_PRIVATE_KEYFILE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSH_PUBLIC_KEYFILE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_EC_CURVES.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_ALPN.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_ENABLE_NPN.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_FALSESTART.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_OPTIONS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_SESSIONID_CACHE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_SIGNATURE_ALGORITHMS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYPEER.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSL_VERIFYSTATUS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLCERT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLCERTTYPE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLENGINE_DEFAULT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLKEY.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLKEY_BLOB.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLKEYTYPE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SSLVERSION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_STDERR.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_STREAM_DEPENDS_E.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_STREAM_WEIGHT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_SUPPRESS_CONNECT_HEADERS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_FASTOPEN.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPALIVE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPIDLE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPINTVL.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_KEEPCNT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TCP_NODELAY.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TELNETOPTIONS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TFTP_BLKSIZE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TFTP_NO_OPTIONS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TIMECONDITION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TIMEOUT_MS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TIMEVALUE_LARGE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_PASSWORD.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_TYPE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TLSAUTH_USERNAME.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TRAILERDATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TRAILERFUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TRANSFER_ENCODING.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_TRANSFERTEXT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UNIX_SOCKET_PATH.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UNRESTRICTED_AUTH.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UPKEEP_INTERVAL_MS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UPLOAD.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_BUFFERSIZE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_UPLOAD_FLAGS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_URL.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_USE_SSL.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_USERAGENT.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_USERNAME.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_USERPWD.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_VERBOSE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_WILDCARDMATCH.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_WRITEDATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_WRITEFUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_WS_OPTIONS.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_XFERINFODATA.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_XFERINFOFUNCTION.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLOPT_XOAUTH2_BEARER.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLSHOPT_LOCKFUNC.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLSHOPT_SHARE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLSHOPT_UNLOCKFUNC.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLSHOPT_UNSHARE.3" - "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/CURLSHOPT_USERDATA.3" - ) -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/docs/libcurl/opts/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/curl/generated/CURLConfig.cmake b/build_emscripten/external/curl/generated/CURLConfig.cmake deleted file mode 100644 index 2607d3f4..00000000 --- a/build_emscripten/external/curl/generated/CURLConfig.cmake +++ /dev/null @@ -1,101 +0,0 @@ -#*************************************************************************** -# _ _ ____ _ -# Project ___| | | | _ \| | -# / __| | | | |_) | | -# | (__| |_| | _ <| |___ -# \___|\___/|_| \_\_____| -# -# Copyright (C) Daniel Stenberg, , et al. -# -# This software is licensed as described in the file COPYING, which -# you should have received as part of this distribution. The terms -# are also available at https://curl.se/docs/copyright.html. -# -# You may opt to use, copy, modify, merge, publish, distribute and/or sell -# copies of the Software, and permit persons to whom the Software is -# furnished to do so, under the terms of the COPYING file. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -# SPDX-License-Identifier: curl -# -########################################################################### - -####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### -####### Any changes to this file will be overwritten by the next CMake run #### -####### The input file was curl-config.cmake.in ######## - -get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE) - -macro(set_and_check _var _file) - set(${_var} "${_file}") - if(NOT EXISTS "${_file}") - message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !") - endif() -endmacro() - -macro(check_required_components _NAME) - foreach(comp ${${_NAME}_FIND_COMPONENTS}) - if(NOT ${_NAME}_${comp}_FOUND) - if(${_NAME}_FIND_REQUIRED_${comp}) - set(${_NAME}_FOUND FALSE) - endif() - endif() - endforeach() -endmacro() - -#################################################################################### - -include(CMakeFindDependencyMacro) -if("") - if("") - find_dependency(OpenSSL "") - else() - find_dependency(OpenSSL) - endif() -endif() -if("ON") - find_dependency(ZLIB "1") -endif() - -include("${CMAKE_CURRENT_LIST_DIR}/CURLTargets.cmake") - -# Alias for either shared or static library -if(NOT TARGET CURL::libcurl) - if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.11 AND CMAKE_VERSION VERSION_LESS 3.18) - set_target_properties(CURL::libcurl_static PROPERTIES IMPORTED_GLOBAL TRUE) - endif() - add_library(CURL::libcurl ALIAS CURL::libcurl_static) -endif() - -# For compatibility with CMake's FindCURL.cmake -set(CURL_VERSION_STRING "8.14.0-DEV") -set(CURL_LIBRARIES CURL::libcurl) -set_and_check(CURL_INCLUDE_DIRS "${PACKAGE_PREFIX_DIR}/include") - -set(CURL_SUPPORTED_PROTOCOLS "HTTP;SCP;SFTP;WS") -set(CURL_SUPPORTED_FEATURES "alt-svc;AsynchDNS;brotli;HTTP2;IDN;IPv6;Largefile;libz;threadsafe;UnixSockets;zstd") - -foreach(_item IN LISTS CURL_SUPPORTED_PROTOCOLS CURL_SUPPORTED_FEATURES) - set(CURL_SUPPORTS_${_item} TRUE) -endforeach() - -set(_missing_req "") -foreach(_item IN LISTS CURL_FIND_COMPONENTS) - if(CURL_SUPPORTS_${_item}) - set(CURL_${_item}_FOUND TRUE) - elseif(CURL_FIND_REQUIRED_${_item}) - list(APPEND _missing_req ${_item}) - endif() -endforeach() - -if(_missing_req) - string(REPLACE ";" " " _missing_req "${_missing_req}") - if(CURL_FIND_REQUIRED) - message(FATAL_ERROR "CURL: missing required components: ${_missing_req}") - endif() - unset(_missing_req) -endif() - -check_required_components("CURL") diff --git a/build_emscripten/external/curl/generated/CURLConfigVersion.cmake b/build_emscripten/external/curl/generated/CURLConfigVersion.cmake deleted file mode 100644 index 3cb6a6bc..00000000 --- a/build_emscripten/external/curl/generated/CURLConfigVersion.cmake +++ /dev/null @@ -1,71 +0,0 @@ - - if(NOT PACKAGE_FIND_VERSION_RANGE AND PACKAGE_FIND_VERSION_MAJOR STREQUAL "7") - # Version 8 satisfies version 7... requirements - set(PACKAGE_FIND_VERSION_MAJOR 8) - set(PACKAGE_FIND_VERSION_COUNT 1) - endif() - # This is a basic version file for the Config-mode of find_package(). -# It is used by write_basic_package_version_file() as input file for configure_file() -# to create a version-file which can be installed along a config.cmake file. -# -# The created file sets PACKAGE_VERSION_EXACT if the current version string and -# the requested version string are exactly the same and it sets -# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version, -# but only if the requested major version is the same as the current one. -# The variable CVF_VERSION must be set before calling configure_file(). - - -set(PACKAGE_VERSION "8.14.0-DEV") - -if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) - set(PACKAGE_VERSION_COMPATIBLE FALSE) -else() - - if("8.14.0-DEV" MATCHES "^([0-9]+)\\.") - set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") - if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) - string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") - endif() - else() - set(CVF_VERSION_MAJOR "8.14.0-DEV") - endif() - - if(PACKAGE_FIND_VERSION_RANGE) - # both endpoints of the range must have the expected major version - math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1") - if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR - OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR) - OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT))) - set(PACKAGE_VERSION_COMPATIBLE FALSE) - elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR - AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX) - OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX))) - set(PACKAGE_VERSION_COMPATIBLE TRUE) - else() - set(PACKAGE_VERSION_COMPATIBLE FALSE) - endif() - else() - if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR) - set(PACKAGE_VERSION_COMPATIBLE TRUE) - else() - set(PACKAGE_VERSION_COMPATIBLE FALSE) - endif() - - if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) - set(PACKAGE_VERSION_EXACT TRUE) - endif() - endif() -endif() - - -# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") - return() -endif() - -# check that the installed version has the same 32/64bit-ness as the one which is currently searching: -if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") - math(EXPR installedBits "8 * 8") - set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") - set(PACKAGE_VERSION_UNSUITABLE TRUE) -endif() diff --git a/build_emscripten/external/curl/lib/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/lib/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/curl/lib/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/DependInfo.cmake b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/DependInfo.cmake deleted file mode 100644 index 325c1b11..00000000 --- a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/DependInfo.cmake +++ /dev/null @@ -1,201 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/lib/altsvc.c" "external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/amigaos.c" "external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/asyn-ares.c" "external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/asyn-base.c" "external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/asyn-thrdd.c" "external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/bufq.c" "external/curl/lib/CMakeFiles/curlu.dir/bufq.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/bufq.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/bufref.c" "external/curl/lib/CMakeFiles/curlu.dir/bufref.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/bufref.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/cf-h1-proxy.c" "external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/cf-h2-proxy.c" "external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/cf-haproxy.c" "external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/cf-https-connect.c" "external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/cf-socket.c" "external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/cfilters.c" "external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/conncache.c" "external/curl/lib/CMakeFiles/curlu.dir/conncache.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/conncache.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/connect.c" "external/curl/lib/CMakeFiles/curlu.dir/connect.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/connect.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/content_encoding.c" "external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/cookie.c" "external/curl/lib/CMakeFiles/curlu.dir/cookie.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/cookie.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/cshutdn.c" "external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_addrinfo.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_des.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_endian.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_fnmatch.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_get_line.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_gethostname.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_gssapi.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_memrchr.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_ntlm_core.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_range.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_rtmp.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_sasl.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_sha512_256.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_sspi.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_threads.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_trc.c" "external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c" "external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/dynbuf.c" "external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c" "external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c" "external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c" "external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c" "external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c" "external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c" "external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c" "external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c" "external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c" "external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/cw-out.c" "external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/cw-pause.c" "external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/dict.c" "external/curl/lib/CMakeFiles/curlu.dir/dict.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/dict.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/doh.c" "external/curl/lib/CMakeFiles/curlu.dir/doh.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/doh.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/dynhds.c" "external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/easy.c" "external/curl/lib/CMakeFiles/curlu.dir/easy.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/easy.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/easygetopt.c" "external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/easyoptions.c" "external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/escape.c" "external/curl/lib/CMakeFiles/curlu.dir/escape.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/escape.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/fake_addrinfo.c" "external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/file.c" "external/curl/lib/CMakeFiles/curlu.dir/file.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/file.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/fileinfo.c" "external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/fopen.c" "external/curl/lib/CMakeFiles/curlu.dir/fopen.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/fopen.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/formdata.c" "external/curl/lib/CMakeFiles/curlu.dir/formdata.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/formdata.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/ftp.c" "external/curl/lib/CMakeFiles/curlu.dir/ftp.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/ftp.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/ftplistparser.c" "external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/getenv.c" "external/curl/lib/CMakeFiles/curlu.dir/getenv.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/getenv.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/getinfo.c" "external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/gopher.c" "external/curl/lib/CMakeFiles/curlu.dir/gopher.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/gopher.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/hash.c" "external/curl/lib/CMakeFiles/curlu.dir/hash.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/hash.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/headers.c" "external/curl/lib/CMakeFiles/curlu.dir/headers.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/headers.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/hmac.c" "external/curl/lib/CMakeFiles/curlu.dir/hmac.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/hmac.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/hostip.c" "external/curl/lib/CMakeFiles/curlu.dir/hostip.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/hostip.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/hostip4.c" "external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/hostip6.c" "external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/hsts.c" "external/curl/lib/CMakeFiles/curlu.dir/hsts.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/hsts.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/http.c" "external/curl/lib/CMakeFiles/curlu.dir/http.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/http.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/http1.c" "external/curl/lib/CMakeFiles/curlu.dir/http1.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/http1.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/http2.c" "external/curl/lib/CMakeFiles/curlu.dir/http2.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/http2.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/http_aws_sigv4.c" "external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/http_chunks.c" "external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/http_digest.c" "external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/http_negotiate.c" "external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/http_ntlm.c" "external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/http_proxy.c" "external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/httpsrr.c" "external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/idn.c" "external/curl/lib/CMakeFiles/curlu.dir/idn.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/idn.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/if2ip.c" "external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/imap.c" "external/curl/lib/CMakeFiles/curlu.dir/imap.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/imap.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/inet_ntop.c" "external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/krb5.c" "external/curl/lib/CMakeFiles/curlu.dir/krb5.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/krb5.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/ldap.c" "external/curl/lib/CMakeFiles/curlu.dir/ldap.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/ldap.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/llist.c" "external/curl/lib/CMakeFiles/curlu.dir/llist.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/llist.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/macos.c" "external/curl/lib/CMakeFiles/curlu.dir/macos.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/macos.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/md4.c" "external/curl/lib/CMakeFiles/curlu.dir/md4.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/md4.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/md5.c" "external/curl/lib/CMakeFiles/curlu.dir/md5.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/md5.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/memdebug.c" "external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/mime.c" "external/curl/lib/CMakeFiles/curlu.dir/mime.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/mime.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/mprintf.c" "external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/mqtt.c" "external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/multi.c" "external/curl/lib/CMakeFiles/curlu.dir/multi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/multi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/multi_ev.c" "external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/netrc.c" "external/curl/lib/CMakeFiles/curlu.dir/netrc.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/netrc.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/noproxy.c" "external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/openldap.c" "external/curl/lib/CMakeFiles/curlu.dir/openldap.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/openldap.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/parsedate.c" "external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/pingpong.c" "external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/pop3.c" "external/curl/lib/CMakeFiles/curlu.dir/pop3.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/pop3.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/progress.c" "external/curl/lib/CMakeFiles/curlu.dir/progress.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/progress.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/psl.c" "external/curl/lib/CMakeFiles/curlu.dir/psl.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/psl.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/rand.c" "external/curl/lib/CMakeFiles/curlu.dir/rand.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/rand.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/rename.c" "external/curl/lib/CMakeFiles/curlu.dir/rename.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/rename.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/request.c" "external/curl/lib/CMakeFiles/curlu.dir/request.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/request.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/rtsp.c" "external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/select.c" "external/curl/lib/CMakeFiles/curlu.dir/select.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/select.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/sendf.c" "external/curl/lib/CMakeFiles/curlu.dir/sendf.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/sendf.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/setopt.c" "external/curl/lib/CMakeFiles/curlu.dir/setopt.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/setopt.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/sha256.c" "external/curl/lib/CMakeFiles/curlu.dir/sha256.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/sha256.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/share.c" "external/curl/lib/CMakeFiles/curlu.dir/share.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/share.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/slist.c" "external/curl/lib/CMakeFiles/curlu.dir/slist.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/slist.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/smb.c" "external/curl/lib/CMakeFiles/curlu.dir/smb.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/smb.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/smtp.c" "external/curl/lib/CMakeFiles/curlu.dir/smtp.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/smtp.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/socketpair.c" "external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/socks.c" "external/curl/lib/CMakeFiles/curlu.dir/socks.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/socks.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/socks_gssapi.c" "external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/socks_sspi.c" "external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/speedcheck.c" "external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/splay.c" "external/curl/lib/CMakeFiles/curlu.dir/splay.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/splay.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/strcase.c" "external/curl/lib/CMakeFiles/curlu.dir/strcase.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/strcase.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/strdup.c" "external/curl/lib/CMakeFiles/curlu.dir/strdup.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/strdup.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/strequal.c" "external/curl/lib/CMakeFiles/curlu.dir/strequal.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/strequal.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/strerror.c" "external/curl/lib/CMakeFiles/curlu.dir/strerror.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/strerror.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/system_win32.c" "external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/telnet.c" "external/curl/lib/CMakeFiles/curlu.dir/telnet.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/telnet.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/tftp.c" "external/curl/lib/CMakeFiles/curlu.dir/tftp.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/tftp.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/transfer.c" "external/curl/lib/CMakeFiles/curlu.dir/transfer.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/transfer.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/uint-bset.c" "external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/uint-hash.c" "external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/uint-spbset.c" "external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/uint-table.c" "external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/url.c" "external/curl/lib/CMakeFiles/curlu.dir/url.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/url.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/urlapi.c" "external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/cleartext.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/cram.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/digest.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/digest_sspi.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/gsasl.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_gssapi.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_sspi.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm_sspi.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/oauth2.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_gssapi.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_sspi.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/vauth.c" "external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/version.c" "external/curl/lib/CMakeFiles/curlu.dir/version.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/version.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_msh3.c" "external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_ngtcp2.c" "external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_osslq.c" "external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_quiche.c" "external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic-tls.c" "external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic.c" "external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vssh/curl_path.c" "external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh.c" "external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh2.c" "external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vssh/wolfssh.c" "external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/bearssl.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/cipher_suite.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/gtls.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/hostcheck.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/keylog.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls_threadlock.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/openssl.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/rustls.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel_verify.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/sectransp.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_scache.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_spack.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/wolfssl.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/x509asn1.c" "external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/ws.c" "external/curl/lib/CMakeFiles/curlu.dir/ws.c.o" "gcc" "external/curl/lib/CMakeFiles/curlu.dir/ws.c.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/build.make b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/build.make deleted file mode 100644 index 5533f431..00000000 --- a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/build.make +++ /dev/null @@ -1,2962 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/lib/CMakeFiles/curlu.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/lib/CMakeFiles/curlu.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/lib/CMakeFiles/curlu.dir/flags.make - -external/curl/lib/CMakeFiles/curlu.dir/codegen: -.PHONY : external/curl/lib/CMakeFiles/curlu.dir/codegen - -external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.o: /home/guest/Downloads/PopLib/external/curl/lib/altsvc.c -external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.o -MF CMakeFiles/curlu.dir/altsvc.c.o.d -o CMakeFiles/curlu.dir/altsvc.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/altsvc.c - -external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/altsvc.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/altsvc.c > CMakeFiles/curlu.dir/altsvc.c.i - -external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/altsvc.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/altsvc.c -o CMakeFiles/curlu.dir/altsvc.c.s - -external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.o: /home/guest/Downloads/PopLib/external/curl/lib/amigaos.c -external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.o -MF CMakeFiles/curlu.dir/amigaos.c.o.d -o CMakeFiles/curlu.dir/amigaos.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/amigaos.c - -external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/amigaos.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/amigaos.c > CMakeFiles/curlu.dir/amigaos.c.i - -external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/amigaos.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/amigaos.c -o CMakeFiles/curlu.dir/amigaos.c.s - -external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.o: /home/guest/Downloads/PopLib/external/curl/lib/asyn-ares.c -external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.o -MF CMakeFiles/curlu.dir/asyn-ares.c.o.d -o CMakeFiles/curlu.dir/asyn-ares.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/asyn-ares.c - -external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/asyn-ares.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/asyn-ares.c > CMakeFiles/curlu.dir/asyn-ares.c.i - -external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/asyn-ares.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/asyn-ares.c -o CMakeFiles/curlu.dir/asyn-ares.c.s - -external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.o: /home/guest/Downloads/PopLib/external/curl/lib/asyn-base.c -external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.o -MF CMakeFiles/curlu.dir/asyn-base.c.o.d -o CMakeFiles/curlu.dir/asyn-base.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/asyn-base.c - -external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/asyn-base.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/asyn-base.c > CMakeFiles/curlu.dir/asyn-base.c.i - -external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/asyn-base.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/asyn-base.c -o CMakeFiles/curlu.dir/asyn-base.c.s - -external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.o: /home/guest/Downloads/PopLib/external/curl/lib/asyn-thrdd.c -external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.o -MF CMakeFiles/curlu.dir/asyn-thrdd.c.o.d -o CMakeFiles/curlu.dir/asyn-thrdd.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/asyn-thrdd.c - -external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/asyn-thrdd.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/asyn-thrdd.c > CMakeFiles/curlu.dir/asyn-thrdd.c.i - -external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/asyn-thrdd.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/asyn-thrdd.c -o CMakeFiles/curlu.dir/asyn-thrdd.c.s - -external/curl/lib/CMakeFiles/curlu.dir/bufq.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/bufq.c.o: /home/guest/Downloads/PopLib/external/curl/lib/bufq.c -external/curl/lib/CMakeFiles/curlu.dir/bufq.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/curl/lib/CMakeFiles/curlu.dir/bufq.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/bufq.c.o -MF CMakeFiles/curlu.dir/bufq.c.o.d -o CMakeFiles/curlu.dir/bufq.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/bufq.c - -external/curl/lib/CMakeFiles/curlu.dir/bufq.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/bufq.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/bufq.c > CMakeFiles/curlu.dir/bufq.c.i - -external/curl/lib/CMakeFiles/curlu.dir/bufq.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/bufq.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/bufq.c -o CMakeFiles/curlu.dir/bufq.c.s - -external/curl/lib/CMakeFiles/curlu.dir/bufref.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/bufref.c.o: /home/guest/Downloads/PopLib/external/curl/lib/bufref.c -external/curl/lib/CMakeFiles/curlu.dir/bufref.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/curl/lib/CMakeFiles/curlu.dir/bufref.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/bufref.c.o -MF CMakeFiles/curlu.dir/bufref.c.o.d -o CMakeFiles/curlu.dir/bufref.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/bufref.c - -external/curl/lib/CMakeFiles/curlu.dir/bufref.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/bufref.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/bufref.c > CMakeFiles/curlu.dir/bufref.c.i - -external/curl/lib/CMakeFiles/curlu.dir/bufref.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/bufref.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/bufref.c -o CMakeFiles/curlu.dir/bufref.c.s - -external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cf-h1-proxy.c -external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.o -MF CMakeFiles/curlu.dir/cf-h1-proxy.c.o.d -o CMakeFiles/curlu.dir/cf-h1-proxy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cf-h1-proxy.c - -external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/cf-h1-proxy.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cf-h1-proxy.c > CMakeFiles/curlu.dir/cf-h1-proxy.c.i - -external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/cf-h1-proxy.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cf-h1-proxy.c -o CMakeFiles/curlu.dir/cf-h1-proxy.c.s - -external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cf-h2-proxy.c -external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.o -MF CMakeFiles/curlu.dir/cf-h2-proxy.c.o.d -o CMakeFiles/curlu.dir/cf-h2-proxy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cf-h2-proxy.c - -external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/cf-h2-proxy.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cf-h2-proxy.c > CMakeFiles/curlu.dir/cf-h2-proxy.c.i - -external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/cf-h2-proxy.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cf-h2-proxy.c -o CMakeFiles/curlu.dir/cf-h2-proxy.c.s - -external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cf-haproxy.c -external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.o -MF CMakeFiles/curlu.dir/cf-haproxy.c.o.d -o CMakeFiles/curlu.dir/cf-haproxy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cf-haproxy.c - -external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/cf-haproxy.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cf-haproxy.c > CMakeFiles/curlu.dir/cf-haproxy.c.i - -external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/cf-haproxy.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cf-haproxy.c -o CMakeFiles/curlu.dir/cf-haproxy.c.s - -external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cf-https-connect.c -external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.o -MF CMakeFiles/curlu.dir/cf-https-connect.c.o.d -o CMakeFiles/curlu.dir/cf-https-connect.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cf-https-connect.c - -external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/cf-https-connect.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cf-https-connect.c > CMakeFiles/curlu.dir/cf-https-connect.c.i - -external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/cf-https-connect.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cf-https-connect.c -o CMakeFiles/curlu.dir/cf-https-connect.c.s - -external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cf-socket.c -external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.o -MF CMakeFiles/curlu.dir/cf-socket.c.o.d -o CMakeFiles/curlu.dir/cf-socket.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cf-socket.c - -external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/cf-socket.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cf-socket.c > CMakeFiles/curlu.dir/cf-socket.c.i - -external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/cf-socket.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cf-socket.c -o CMakeFiles/curlu.dir/cf-socket.c.s - -external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cfilters.c -external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.o -MF CMakeFiles/curlu.dir/cfilters.c.o.d -o CMakeFiles/curlu.dir/cfilters.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cfilters.c - -external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/cfilters.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cfilters.c > CMakeFiles/curlu.dir/cfilters.c.i - -external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/cfilters.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cfilters.c -o CMakeFiles/curlu.dir/cfilters.c.s - -external/curl/lib/CMakeFiles/curlu.dir/conncache.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/conncache.c.o: /home/guest/Downloads/PopLib/external/curl/lib/conncache.c -external/curl/lib/CMakeFiles/curlu.dir/conncache.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object external/curl/lib/CMakeFiles/curlu.dir/conncache.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/conncache.c.o -MF CMakeFiles/curlu.dir/conncache.c.o.d -o CMakeFiles/curlu.dir/conncache.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/conncache.c - -external/curl/lib/CMakeFiles/curlu.dir/conncache.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/conncache.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/conncache.c > CMakeFiles/curlu.dir/conncache.c.i - -external/curl/lib/CMakeFiles/curlu.dir/conncache.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/conncache.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/conncache.c -o CMakeFiles/curlu.dir/conncache.c.s - -external/curl/lib/CMakeFiles/curlu.dir/connect.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/connect.c.o: /home/guest/Downloads/PopLib/external/curl/lib/connect.c -external/curl/lib/CMakeFiles/curlu.dir/connect.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object external/curl/lib/CMakeFiles/curlu.dir/connect.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/connect.c.o -MF CMakeFiles/curlu.dir/connect.c.o.d -o CMakeFiles/curlu.dir/connect.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/connect.c - -external/curl/lib/CMakeFiles/curlu.dir/connect.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/connect.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/connect.c > CMakeFiles/curlu.dir/connect.c.i - -external/curl/lib/CMakeFiles/curlu.dir/connect.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/connect.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/connect.c -o CMakeFiles/curlu.dir/connect.c.s - -external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.o: /home/guest/Downloads/PopLib/external/curl/lib/content_encoding.c -external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.o -MF CMakeFiles/curlu.dir/content_encoding.c.o.d -o CMakeFiles/curlu.dir/content_encoding.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/content_encoding.c - -external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/content_encoding.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/content_encoding.c > CMakeFiles/curlu.dir/content_encoding.c.i - -external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/content_encoding.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/content_encoding.c -o CMakeFiles/curlu.dir/content_encoding.c.s - -external/curl/lib/CMakeFiles/curlu.dir/cookie.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/cookie.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cookie.c -external/curl/lib/CMakeFiles/curlu.dir/cookie.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object external/curl/lib/CMakeFiles/curlu.dir/cookie.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/cookie.c.o -MF CMakeFiles/curlu.dir/cookie.c.o.d -o CMakeFiles/curlu.dir/cookie.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cookie.c - -external/curl/lib/CMakeFiles/curlu.dir/cookie.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/cookie.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cookie.c > CMakeFiles/curlu.dir/cookie.c.i - -external/curl/lib/CMakeFiles/curlu.dir/cookie.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/cookie.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cookie.c -o CMakeFiles/curlu.dir/cookie.c.s - -external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cshutdn.c -external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.o -MF CMakeFiles/curlu.dir/cshutdn.c.o.d -o CMakeFiles/curlu.dir/cshutdn.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cshutdn.c - -external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/cshutdn.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cshutdn.c > CMakeFiles/curlu.dir/cshutdn.c.i - -external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/cshutdn.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cshutdn.c -o CMakeFiles/curlu.dir/cshutdn.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_addrinfo.c -external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.o -MF CMakeFiles/curlu.dir/curl_addrinfo.c.o.d -o CMakeFiles/curlu.dir/curl_addrinfo.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_addrinfo.c - -external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_addrinfo.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_addrinfo.c > CMakeFiles/curlu.dir/curl_addrinfo.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_addrinfo.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_addrinfo.c -o CMakeFiles/curlu.dir/curl_addrinfo.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_des.c -external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.o -MF CMakeFiles/curlu.dir/curl_des.c.o.d -o CMakeFiles/curlu.dir/curl_des.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_des.c - -external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_des.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_des.c > CMakeFiles/curlu.dir/curl_des.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_des.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_des.c -o CMakeFiles/curlu.dir/curl_des.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_endian.c -external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.o -MF CMakeFiles/curlu.dir/curl_endian.c.o.d -o CMakeFiles/curlu.dir/curl_endian.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_endian.c - -external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_endian.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_endian.c > CMakeFiles/curlu.dir/curl_endian.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_endian.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_endian.c -o CMakeFiles/curlu.dir/curl_endian.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_fnmatch.c -external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.o -MF CMakeFiles/curlu.dir/curl_fnmatch.c.o.d -o CMakeFiles/curlu.dir/curl_fnmatch.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_fnmatch.c - -external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_fnmatch.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_fnmatch.c > CMakeFiles/curlu.dir/curl_fnmatch.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_fnmatch.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_fnmatch.c -o CMakeFiles/curlu.dir/curl_fnmatch.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_get_line.c -external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.o -MF CMakeFiles/curlu.dir/curl_get_line.c.o.d -o CMakeFiles/curlu.dir/curl_get_line.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_get_line.c - -external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_get_line.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_get_line.c > CMakeFiles/curlu.dir/curl_get_line.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_get_line.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_get_line.c -o CMakeFiles/curlu.dir/curl_get_line.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_gethostname.c -external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.o -MF CMakeFiles/curlu.dir/curl_gethostname.c.o.d -o CMakeFiles/curlu.dir/curl_gethostname.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_gethostname.c - -external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_gethostname.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_gethostname.c > CMakeFiles/curlu.dir/curl_gethostname.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_gethostname.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_gethostname.c -o CMakeFiles/curlu.dir/curl_gethostname.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_gssapi.c -external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.o -MF CMakeFiles/curlu.dir/curl_gssapi.c.o.d -o CMakeFiles/curlu.dir/curl_gssapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_gssapi.c - -external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_gssapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_gssapi.c > CMakeFiles/curlu.dir/curl_gssapi.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_gssapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_gssapi.c -o CMakeFiles/curlu.dir/curl_gssapi.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_memrchr.c -external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.o -MF CMakeFiles/curlu.dir/curl_memrchr.c.o.d -o CMakeFiles/curlu.dir/curl_memrchr.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_memrchr.c - -external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_memrchr.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_memrchr.c > CMakeFiles/curlu.dir/curl_memrchr.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_memrchr.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_memrchr.c -o CMakeFiles/curlu.dir/curl_memrchr.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_ntlm_core.c -external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.o -MF CMakeFiles/curlu.dir/curl_ntlm_core.c.o.d -o CMakeFiles/curlu.dir/curl_ntlm_core.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_ntlm_core.c - -external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_ntlm_core.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_ntlm_core.c > CMakeFiles/curlu.dir/curl_ntlm_core.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_ntlm_core.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_ntlm_core.c -o CMakeFiles/curlu.dir/curl_ntlm_core.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_range.c -external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.o -MF CMakeFiles/curlu.dir/curl_range.c.o.d -o CMakeFiles/curlu.dir/curl_range.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_range.c - -external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_range.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_range.c > CMakeFiles/curlu.dir/curl_range.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_range.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_range.c -o CMakeFiles/curlu.dir/curl_range.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_rtmp.c -external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.o -MF CMakeFiles/curlu.dir/curl_rtmp.c.o.d -o CMakeFiles/curlu.dir/curl_rtmp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_rtmp.c - -external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_rtmp.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_rtmp.c > CMakeFiles/curlu.dir/curl_rtmp.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_rtmp.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_rtmp.c -o CMakeFiles/curlu.dir/curl_rtmp.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_sasl.c -external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.o -MF CMakeFiles/curlu.dir/curl_sasl.c.o.d -o CMakeFiles/curlu.dir/curl_sasl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_sasl.c - -external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_sasl.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_sasl.c > CMakeFiles/curlu.dir/curl_sasl.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_sasl.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_sasl.c -o CMakeFiles/curlu.dir/curl_sasl.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_sha512_256.c -external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.o -MF CMakeFiles/curlu.dir/curl_sha512_256.c.o.d -o CMakeFiles/curlu.dir/curl_sha512_256.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_sha512_256.c - -external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_sha512_256.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_sha512_256.c > CMakeFiles/curlu.dir/curl_sha512_256.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_sha512_256.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_sha512_256.c -o CMakeFiles/curlu.dir/curl_sha512_256.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_sspi.c -external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.o -MF CMakeFiles/curlu.dir/curl_sspi.c.o.d -o CMakeFiles/curlu.dir/curl_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_sspi.c - -external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_sspi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_sspi.c > CMakeFiles/curlu.dir/curl_sspi.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_sspi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_sspi.c -o CMakeFiles/curlu.dir/curl_sspi.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_threads.c -external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.o -MF CMakeFiles/curlu.dir/curl_threads.c.o.d -o CMakeFiles/curlu.dir/curl_threads.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_threads.c - -external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_threads.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_threads.c > CMakeFiles/curlu.dir/curl_threads.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_threads.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_threads.c -o CMakeFiles/curlu.dir/curl_threads.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_trc.c -external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.o -MF CMakeFiles/curlu.dir/curl_trc.c.o.d -o CMakeFiles/curlu.dir/curl_trc.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_trc.c - -external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curl_trc.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_trc.c > CMakeFiles/curlu.dir/curl_trc.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curl_trc.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_trc.c -o CMakeFiles/curlu.dir/curl_trc.c.s - -external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cw-out.c -external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Building C object external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.o -MF CMakeFiles/curlu.dir/cw-out.c.o.d -o CMakeFiles/curlu.dir/cw-out.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cw-out.c - -external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/cw-out.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cw-out.c > CMakeFiles/curlu.dir/cw-out.c.i - -external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/cw-out.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cw-out.c -o CMakeFiles/curlu.dir/cw-out.c.s - -external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cw-pause.c -external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Building C object external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.o -MF CMakeFiles/curlu.dir/cw-pause.c.o.d -o CMakeFiles/curlu.dir/cw-pause.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cw-pause.c - -external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/cw-pause.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cw-pause.c > CMakeFiles/curlu.dir/cw-pause.c.i - -external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/cw-pause.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cw-pause.c -o CMakeFiles/curlu.dir/cw-pause.c.s - -external/curl/lib/CMakeFiles/curlu.dir/dict.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/dict.c.o: /home/guest/Downloads/PopLib/external/curl/lib/dict.c -external/curl/lib/CMakeFiles/curlu.dir/dict.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Building C object external/curl/lib/CMakeFiles/curlu.dir/dict.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/dict.c.o -MF CMakeFiles/curlu.dir/dict.c.o.d -o CMakeFiles/curlu.dir/dict.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/dict.c - -external/curl/lib/CMakeFiles/curlu.dir/dict.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/dict.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/dict.c > CMakeFiles/curlu.dir/dict.c.i - -external/curl/lib/CMakeFiles/curlu.dir/dict.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/dict.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/dict.c -o CMakeFiles/curlu.dir/dict.c.s - -external/curl/lib/CMakeFiles/curlu.dir/doh.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/doh.c.o: /home/guest/Downloads/PopLib/external/curl/lib/doh.c -external/curl/lib/CMakeFiles/curlu.dir/doh.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_38) "Building C object external/curl/lib/CMakeFiles/curlu.dir/doh.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/doh.c.o -MF CMakeFiles/curlu.dir/doh.c.o.d -o CMakeFiles/curlu.dir/doh.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/doh.c - -external/curl/lib/CMakeFiles/curlu.dir/doh.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/doh.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/doh.c > CMakeFiles/curlu.dir/doh.c.i - -external/curl/lib/CMakeFiles/curlu.dir/doh.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/doh.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/doh.c -o CMakeFiles/curlu.dir/doh.c.s - -external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.o: /home/guest/Downloads/PopLib/external/curl/lib/dynhds.c -external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_39) "Building C object external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.o -MF CMakeFiles/curlu.dir/dynhds.c.o.d -o CMakeFiles/curlu.dir/dynhds.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/dynhds.c - -external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/dynhds.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/dynhds.c > CMakeFiles/curlu.dir/dynhds.c.i - -external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/dynhds.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/dynhds.c -o CMakeFiles/curlu.dir/dynhds.c.s - -external/curl/lib/CMakeFiles/curlu.dir/easy.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/easy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/easy.c -external/curl/lib/CMakeFiles/curlu.dir/easy.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_40) "Building C object external/curl/lib/CMakeFiles/curlu.dir/easy.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/easy.c.o -MF CMakeFiles/curlu.dir/easy.c.o.d -o CMakeFiles/curlu.dir/easy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/easy.c - -external/curl/lib/CMakeFiles/curlu.dir/easy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/easy.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/easy.c > CMakeFiles/curlu.dir/easy.c.i - -external/curl/lib/CMakeFiles/curlu.dir/easy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/easy.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/easy.c -o CMakeFiles/curlu.dir/easy.c.s - -external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.o: /home/guest/Downloads/PopLib/external/curl/lib/easygetopt.c -external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_41) "Building C object external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.o -MF CMakeFiles/curlu.dir/easygetopt.c.o.d -o CMakeFiles/curlu.dir/easygetopt.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/easygetopt.c - -external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/easygetopt.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/easygetopt.c > CMakeFiles/curlu.dir/easygetopt.c.i - -external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/easygetopt.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/easygetopt.c -o CMakeFiles/curlu.dir/easygetopt.c.s - -external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.o: /home/guest/Downloads/PopLib/external/curl/lib/easyoptions.c -external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_42) "Building C object external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.o -MF CMakeFiles/curlu.dir/easyoptions.c.o.d -o CMakeFiles/curlu.dir/easyoptions.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/easyoptions.c - -external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/easyoptions.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/easyoptions.c > CMakeFiles/curlu.dir/easyoptions.c.i - -external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/easyoptions.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/easyoptions.c -o CMakeFiles/curlu.dir/easyoptions.c.s - -external/curl/lib/CMakeFiles/curlu.dir/escape.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/escape.c.o: /home/guest/Downloads/PopLib/external/curl/lib/escape.c -external/curl/lib/CMakeFiles/curlu.dir/escape.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_43) "Building C object external/curl/lib/CMakeFiles/curlu.dir/escape.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/escape.c.o -MF CMakeFiles/curlu.dir/escape.c.o.d -o CMakeFiles/curlu.dir/escape.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/escape.c - -external/curl/lib/CMakeFiles/curlu.dir/escape.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/escape.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/escape.c > CMakeFiles/curlu.dir/escape.c.i - -external/curl/lib/CMakeFiles/curlu.dir/escape.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/escape.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/escape.c -o CMakeFiles/curlu.dir/escape.c.s - -external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.o: /home/guest/Downloads/PopLib/external/curl/lib/fake_addrinfo.c -external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_44) "Building C object external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.o -MF CMakeFiles/curlu.dir/fake_addrinfo.c.o.d -o CMakeFiles/curlu.dir/fake_addrinfo.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/fake_addrinfo.c - -external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/fake_addrinfo.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/fake_addrinfo.c > CMakeFiles/curlu.dir/fake_addrinfo.c.i - -external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/fake_addrinfo.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/fake_addrinfo.c -o CMakeFiles/curlu.dir/fake_addrinfo.c.s - -external/curl/lib/CMakeFiles/curlu.dir/file.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/file.c.o: /home/guest/Downloads/PopLib/external/curl/lib/file.c -external/curl/lib/CMakeFiles/curlu.dir/file.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_45) "Building C object external/curl/lib/CMakeFiles/curlu.dir/file.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/file.c.o -MF CMakeFiles/curlu.dir/file.c.o.d -o CMakeFiles/curlu.dir/file.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/file.c - -external/curl/lib/CMakeFiles/curlu.dir/file.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/file.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/file.c > CMakeFiles/curlu.dir/file.c.i - -external/curl/lib/CMakeFiles/curlu.dir/file.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/file.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/file.c -o CMakeFiles/curlu.dir/file.c.s - -external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.o: /home/guest/Downloads/PopLib/external/curl/lib/fileinfo.c -external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_46) "Building C object external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.o -MF CMakeFiles/curlu.dir/fileinfo.c.o.d -o CMakeFiles/curlu.dir/fileinfo.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/fileinfo.c - -external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/fileinfo.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/fileinfo.c > CMakeFiles/curlu.dir/fileinfo.c.i - -external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/fileinfo.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/fileinfo.c -o CMakeFiles/curlu.dir/fileinfo.c.s - -external/curl/lib/CMakeFiles/curlu.dir/fopen.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/fopen.c.o: /home/guest/Downloads/PopLib/external/curl/lib/fopen.c -external/curl/lib/CMakeFiles/curlu.dir/fopen.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_47) "Building C object external/curl/lib/CMakeFiles/curlu.dir/fopen.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/fopen.c.o -MF CMakeFiles/curlu.dir/fopen.c.o.d -o CMakeFiles/curlu.dir/fopen.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/fopen.c - -external/curl/lib/CMakeFiles/curlu.dir/fopen.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/fopen.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/fopen.c > CMakeFiles/curlu.dir/fopen.c.i - -external/curl/lib/CMakeFiles/curlu.dir/fopen.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/fopen.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/fopen.c -o CMakeFiles/curlu.dir/fopen.c.s - -external/curl/lib/CMakeFiles/curlu.dir/formdata.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/formdata.c.o: /home/guest/Downloads/PopLib/external/curl/lib/formdata.c -external/curl/lib/CMakeFiles/curlu.dir/formdata.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_48) "Building C object external/curl/lib/CMakeFiles/curlu.dir/formdata.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/formdata.c.o -MF CMakeFiles/curlu.dir/formdata.c.o.d -o CMakeFiles/curlu.dir/formdata.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/formdata.c - -external/curl/lib/CMakeFiles/curlu.dir/formdata.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/formdata.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/formdata.c > CMakeFiles/curlu.dir/formdata.c.i - -external/curl/lib/CMakeFiles/curlu.dir/formdata.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/formdata.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/formdata.c -o CMakeFiles/curlu.dir/formdata.c.s - -external/curl/lib/CMakeFiles/curlu.dir/ftp.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/ftp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/ftp.c -external/curl/lib/CMakeFiles/curlu.dir/ftp.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_49) "Building C object external/curl/lib/CMakeFiles/curlu.dir/ftp.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/ftp.c.o -MF CMakeFiles/curlu.dir/ftp.c.o.d -o CMakeFiles/curlu.dir/ftp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/ftp.c - -external/curl/lib/CMakeFiles/curlu.dir/ftp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/ftp.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/ftp.c > CMakeFiles/curlu.dir/ftp.c.i - -external/curl/lib/CMakeFiles/curlu.dir/ftp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/ftp.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/ftp.c -o CMakeFiles/curlu.dir/ftp.c.s - -external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.o: /home/guest/Downloads/PopLib/external/curl/lib/ftplistparser.c -external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_50) "Building C object external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.o -MF CMakeFiles/curlu.dir/ftplistparser.c.o.d -o CMakeFiles/curlu.dir/ftplistparser.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/ftplistparser.c - -external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/ftplistparser.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/ftplistparser.c > CMakeFiles/curlu.dir/ftplistparser.c.i - -external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/ftplistparser.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/ftplistparser.c -o CMakeFiles/curlu.dir/ftplistparser.c.s - -external/curl/lib/CMakeFiles/curlu.dir/getenv.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/getenv.c.o: /home/guest/Downloads/PopLib/external/curl/lib/getenv.c -external/curl/lib/CMakeFiles/curlu.dir/getenv.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_51) "Building C object external/curl/lib/CMakeFiles/curlu.dir/getenv.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/getenv.c.o -MF CMakeFiles/curlu.dir/getenv.c.o.d -o CMakeFiles/curlu.dir/getenv.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/getenv.c - -external/curl/lib/CMakeFiles/curlu.dir/getenv.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/getenv.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/getenv.c > CMakeFiles/curlu.dir/getenv.c.i - -external/curl/lib/CMakeFiles/curlu.dir/getenv.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/getenv.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/getenv.c -o CMakeFiles/curlu.dir/getenv.c.s - -external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.o: /home/guest/Downloads/PopLib/external/curl/lib/getinfo.c -external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_52) "Building C object external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.o -MF CMakeFiles/curlu.dir/getinfo.c.o.d -o CMakeFiles/curlu.dir/getinfo.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/getinfo.c - -external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/getinfo.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/getinfo.c > CMakeFiles/curlu.dir/getinfo.c.i - -external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/getinfo.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/getinfo.c -o CMakeFiles/curlu.dir/getinfo.c.s - -external/curl/lib/CMakeFiles/curlu.dir/gopher.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/gopher.c.o: /home/guest/Downloads/PopLib/external/curl/lib/gopher.c -external/curl/lib/CMakeFiles/curlu.dir/gopher.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_53) "Building C object external/curl/lib/CMakeFiles/curlu.dir/gopher.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/gopher.c.o -MF CMakeFiles/curlu.dir/gopher.c.o.d -o CMakeFiles/curlu.dir/gopher.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/gopher.c - -external/curl/lib/CMakeFiles/curlu.dir/gopher.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/gopher.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/gopher.c > CMakeFiles/curlu.dir/gopher.c.i - -external/curl/lib/CMakeFiles/curlu.dir/gopher.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/gopher.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/gopher.c -o CMakeFiles/curlu.dir/gopher.c.s - -external/curl/lib/CMakeFiles/curlu.dir/hash.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/hash.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hash.c -external/curl/lib/CMakeFiles/curlu.dir/hash.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_54) "Building C object external/curl/lib/CMakeFiles/curlu.dir/hash.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/hash.c.o -MF CMakeFiles/curlu.dir/hash.c.o.d -o CMakeFiles/curlu.dir/hash.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hash.c - -external/curl/lib/CMakeFiles/curlu.dir/hash.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/hash.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hash.c > CMakeFiles/curlu.dir/hash.c.i - -external/curl/lib/CMakeFiles/curlu.dir/hash.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/hash.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hash.c -o CMakeFiles/curlu.dir/hash.c.s - -external/curl/lib/CMakeFiles/curlu.dir/headers.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/headers.c.o: /home/guest/Downloads/PopLib/external/curl/lib/headers.c -external/curl/lib/CMakeFiles/curlu.dir/headers.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_55) "Building C object external/curl/lib/CMakeFiles/curlu.dir/headers.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/headers.c.o -MF CMakeFiles/curlu.dir/headers.c.o.d -o CMakeFiles/curlu.dir/headers.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/headers.c - -external/curl/lib/CMakeFiles/curlu.dir/headers.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/headers.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/headers.c > CMakeFiles/curlu.dir/headers.c.i - -external/curl/lib/CMakeFiles/curlu.dir/headers.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/headers.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/headers.c -o CMakeFiles/curlu.dir/headers.c.s - -external/curl/lib/CMakeFiles/curlu.dir/hmac.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/hmac.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hmac.c -external/curl/lib/CMakeFiles/curlu.dir/hmac.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_56) "Building C object external/curl/lib/CMakeFiles/curlu.dir/hmac.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/hmac.c.o -MF CMakeFiles/curlu.dir/hmac.c.o.d -o CMakeFiles/curlu.dir/hmac.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hmac.c - -external/curl/lib/CMakeFiles/curlu.dir/hmac.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/hmac.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hmac.c > CMakeFiles/curlu.dir/hmac.c.i - -external/curl/lib/CMakeFiles/curlu.dir/hmac.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/hmac.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hmac.c -o CMakeFiles/curlu.dir/hmac.c.s - -external/curl/lib/CMakeFiles/curlu.dir/hostip.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/hostip.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hostip.c -external/curl/lib/CMakeFiles/curlu.dir/hostip.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_57) "Building C object external/curl/lib/CMakeFiles/curlu.dir/hostip.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/hostip.c.o -MF CMakeFiles/curlu.dir/hostip.c.o.d -o CMakeFiles/curlu.dir/hostip.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hostip.c - -external/curl/lib/CMakeFiles/curlu.dir/hostip.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/hostip.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hostip.c > CMakeFiles/curlu.dir/hostip.c.i - -external/curl/lib/CMakeFiles/curlu.dir/hostip.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/hostip.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hostip.c -o CMakeFiles/curlu.dir/hostip.c.s - -external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hostip4.c -external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_58) "Building C object external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.o -MF CMakeFiles/curlu.dir/hostip4.c.o.d -o CMakeFiles/curlu.dir/hostip4.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hostip4.c - -external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/hostip4.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hostip4.c > CMakeFiles/curlu.dir/hostip4.c.i - -external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/hostip4.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hostip4.c -o CMakeFiles/curlu.dir/hostip4.c.s - -external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hostip6.c -external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_59) "Building C object external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.o -MF CMakeFiles/curlu.dir/hostip6.c.o.d -o CMakeFiles/curlu.dir/hostip6.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hostip6.c - -external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/hostip6.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hostip6.c > CMakeFiles/curlu.dir/hostip6.c.i - -external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/hostip6.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hostip6.c -o CMakeFiles/curlu.dir/hostip6.c.s - -external/curl/lib/CMakeFiles/curlu.dir/hsts.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/hsts.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hsts.c -external/curl/lib/CMakeFiles/curlu.dir/hsts.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_60) "Building C object external/curl/lib/CMakeFiles/curlu.dir/hsts.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/hsts.c.o -MF CMakeFiles/curlu.dir/hsts.c.o.d -o CMakeFiles/curlu.dir/hsts.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hsts.c - -external/curl/lib/CMakeFiles/curlu.dir/hsts.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/hsts.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hsts.c > CMakeFiles/curlu.dir/hsts.c.i - -external/curl/lib/CMakeFiles/curlu.dir/hsts.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/hsts.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hsts.c -o CMakeFiles/curlu.dir/hsts.c.s - -external/curl/lib/CMakeFiles/curlu.dir/http.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/http.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http.c -external/curl/lib/CMakeFiles/curlu.dir/http.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_61) "Building C object external/curl/lib/CMakeFiles/curlu.dir/http.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/http.c.o -MF CMakeFiles/curlu.dir/http.c.o.d -o CMakeFiles/curlu.dir/http.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http.c - -external/curl/lib/CMakeFiles/curlu.dir/http.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/http.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http.c > CMakeFiles/curlu.dir/http.c.i - -external/curl/lib/CMakeFiles/curlu.dir/http.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/http.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http.c -o CMakeFiles/curlu.dir/http.c.s - -external/curl/lib/CMakeFiles/curlu.dir/http1.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/http1.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http1.c -external/curl/lib/CMakeFiles/curlu.dir/http1.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_62) "Building C object external/curl/lib/CMakeFiles/curlu.dir/http1.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/http1.c.o -MF CMakeFiles/curlu.dir/http1.c.o.d -o CMakeFiles/curlu.dir/http1.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http1.c - -external/curl/lib/CMakeFiles/curlu.dir/http1.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/http1.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http1.c > CMakeFiles/curlu.dir/http1.c.i - -external/curl/lib/CMakeFiles/curlu.dir/http1.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/http1.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http1.c -o CMakeFiles/curlu.dir/http1.c.s - -external/curl/lib/CMakeFiles/curlu.dir/http2.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/http2.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http2.c -external/curl/lib/CMakeFiles/curlu.dir/http2.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_63) "Building C object external/curl/lib/CMakeFiles/curlu.dir/http2.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/http2.c.o -MF CMakeFiles/curlu.dir/http2.c.o.d -o CMakeFiles/curlu.dir/http2.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http2.c - -external/curl/lib/CMakeFiles/curlu.dir/http2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/http2.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http2.c > CMakeFiles/curlu.dir/http2.c.i - -external/curl/lib/CMakeFiles/curlu.dir/http2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/http2.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http2.c -o CMakeFiles/curlu.dir/http2.c.s - -external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_aws_sigv4.c -external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_64) "Building C object external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.o -MF CMakeFiles/curlu.dir/http_aws_sigv4.c.o.d -o CMakeFiles/curlu.dir/http_aws_sigv4.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_aws_sigv4.c - -external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/http_aws_sigv4.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_aws_sigv4.c > CMakeFiles/curlu.dir/http_aws_sigv4.c.i - -external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/http_aws_sigv4.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_aws_sigv4.c -o CMakeFiles/curlu.dir/http_aws_sigv4.c.s - -external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_chunks.c -external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_65) "Building C object external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.o -MF CMakeFiles/curlu.dir/http_chunks.c.o.d -o CMakeFiles/curlu.dir/http_chunks.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_chunks.c - -external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/http_chunks.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_chunks.c > CMakeFiles/curlu.dir/http_chunks.c.i - -external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/http_chunks.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_chunks.c -o CMakeFiles/curlu.dir/http_chunks.c.s - -external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_digest.c -external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_66) "Building C object external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.o -MF CMakeFiles/curlu.dir/http_digest.c.o.d -o CMakeFiles/curlu.dir/http_digest.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_digest.c - -external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/http_digest.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_digest.c > CMakeFiles/curlu.dir/http_digest.c.i - -external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/http_digest.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_digest.c -o CMakeFiles/curlu.dir/http_digest.c.s - -external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_negotiate.c -external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_67) "Building C object external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.o -MF CMakeFiles/curlu.dir/http_negotiate.c.o.d -o CMakeFiles/curlu.dir/http_negotiate.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_negotiate.c - -external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/http_negotiate.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_negotiate.c > CMakeFiles/curlu.dir/http_negotiate.c.i - -external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/http_negotiate.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_negotiate.c -o CMakeFiles/curlu.dir/http_negotiate.c.s - -external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_ntlm.c -external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_68) "Building C object external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.o -MF CMakeFiles/curlu.dir/http_ntlm.c.o.d -o CMakeFiles/curlu.dir/http_ntlm.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_ntlm.c - -external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/http_ntlm.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_ntlm.c > CMakeFiles/curlu.dir/http_ntlm.c.i - -external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/http_ntlm.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_ntlm.c -o CMakeFiles/curlu.dir/http_ntlm.c.s - -external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_proxy.c -external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_69) "Building C object external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.o -MF CMakeFiles/curlu.dir/http_proxy.c.o.d -o CMakeFiles/curlu.dir/http_proxy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_proxy.c - -external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/http_proxy.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_proxy.c > CMakeFiles/curlu.dir/http_proxy.c.i - -external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/http_proxy.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_proxy.c -o CMakeFiles/curlu.dir/http_proxy.c.s - -external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.o: /home/guest/Downloads/PopLib/external/curl/lib/httpsrr.c -external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_70) "Building C object external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.o -MF CMakeFiles/curlu.dir/httpsrr.c.o.d -o CMakeFiles/curlu.dir/httpsrr.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/httpsrr.c - -external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/httpsrr.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/httpsrr.c > CMakeFiles/curlu.dir/httpsrr.c.i - -external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/httpsrr.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/httpsrr.c -o CMakeFiles/curlu.dir/httpsrr.c.s - -external/curl/lib/CMakeFiles/curlu.dir/idn.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/idn.c.o: /home/guest/Downloads/PopLib/external/curl/lib/idn.c -external/curl/lib/CMakeFiles/curlu.dir/idn.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_71) "Building C object external/curl/lib/CMakeFiles/curlu.dir/idn.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/idn.c.o -MF CMakeFiles/curlu.dir/idn.c.o.d -o CMakeFiles/curlu.dir/idn.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/idn.c - -external/curl/lib/CMakeFiles/curlu.dir/idn.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/idn.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/idn.c > CMakeFiles/curlu.dir/idn.c.i - -external/curl/lib/CMakeFiles/curlu.dir/idn.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/idn.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/idn.c -o CMakeFiles/curlu.dir/idn.c.s - -external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.o: /home/guest/Downloads/PopLib/external/curl/lib/if2ip.c -external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_72) "Building C object external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.o -MF CMakeFiles/curlu.dir/if2ip.c.o.d -o CMakeFiles/curlu.dir/if2ip.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/if2ip.c - -external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/if2ip.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/if2ip.c > CMakeFiles/curlu.dir/if2ip.c.i - -external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/if2ip.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/if2ip.c -o CMakeFiles/curlu.dir/if2ip.c.s - -external/curl/lib/CMakeFiles/curlu.dir/imap.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/imap.c.o: /home/guest/Downloads/PopLib/external/curl/lib/imap.c -external/curl/lib/CMakeFiles/curlu.dir/imap.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_73) "Building C object external/curl/lib/CMakeFiles/curlu.dir/imap.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/imap.c.o -MF CMakeFiles/curlu.dir/imap.c.o.d -o CMakeFiles/curlu.dir/imap.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/imap.c - -external/curl/lib/CMakeFiles/curlu.dir/imap.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/imap.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/imap.c > CMakeFiles/curlu.dir/imap.c.i - -external/curl/lib/CMakeFiles/curlu.dir/imap.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/imap.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/imap.c -o CMakeFiles/curlu.dir/imap.c.s - -external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.o: /home/guest/Downloads/PopLib/external/curl/lib/inet_ntop.c -external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_74) "Building C object external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.o -MF CMakeFiles/curlu.dir/inet_ntop.c.o.d -o CMakeFiles/curlu.dir/inet_ntop.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/inet_ntop.c - -external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/inet_ntop.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/inet_ntop.c > CMakeFiles/curlu.dir/inet_ntop.c.i - -external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/inet_ntop.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/inet_ntop.c -o CMakeFiles/curlu.dir/inet_ntop.c.s - -external/curl/lib/CMakeFiles/curlu.dir/krb5.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/krb5.c.o: /home/guest/Downloads/PopLib/external/curl/lib/krb5.c -external/curl/lib/CMakeFiles/curlu.dir/krb5.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_75) "Building C object external/curl/lib/CMakeFiles/curlu.dir/krb5.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/krb5.c.o -MF CMakeFiles/curlu.dir/krb5.c.o.d -o CMakeFiles/curlu.dir/krb5.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/krb5.c - -external/curl/lib/CMakeFiles/curlu.dir/krb5.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/krb5.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/krb5.c > CMakeFiles/curlu.dir/krb5.c.i - -external/curl/lib/CMakeFiles/curlu.dir/krb5.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/krb5.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/krb5.c -o CMakeFiles/curlu.dir/krb5.c.s - -external/curl/lib/CMakeFiles/curlu.dir/ldap.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/ldap.c.o: /home/guest/Downloads/PopLib/external/curl/lib/ldap.c -external/curl/lib/CMakeFiles/curlu.dir/ldap.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_76) "Building C object external/curl/lib/CMakeFiles/curlu.dir/ldap.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/ldap.c.o -MF CMakeFiles/curlu.dir/ldap.c.o.d -o CMakeFiles/curlu.dir/ldap.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/ldap.c - -external/curl/lib/CMakeFiles/curlu.dir/ldap.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/ldap.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/ldap.c > CMakeFiles/curlu.dir/ldap.c.i - -external/curl/lib/CMakeFiles/curlu.dir/ldap.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/ldap.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/ldap.c -o CMakeFiles/curlu.dir/ldap.c.s - -external/curl/lib/CMakeFiles/curlu.dir/llist.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/llist.c.o: /home/guest/Downloads/PopLib/external/curl/lib/llist.c -external/curl/lib/CMakeFiles/curlu.dir/llist.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_77) "Building C object external/curl/lib/CMakeFiles/curlu.dir/llist.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/llist.c.o -MF CMakeFiles/curlu.dir/llist.c.o.d -o CMakeFiles/curlu.dir/llist.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/llist.c - -external/curl/lib/CMakeFiles/curlu.dir/llist.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/llist.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/llist.c > CMakeFiles/curlu.dir/llist.c.i - -external/curl/lib/CMakeFiles/curlu.dir/llist.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/llist.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/llist.c -o CMakeFiles/curlu.dir/llist.c.s - -external/curl/lib/CMakeFiles/curlu.dir/macos.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/macos.c.o: /home/guest/Downloads/PopLib/external/curl/lib/macos.c -external/curl/lib/CMakeFiles/curlu.dir/macos.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_78) "Building C object external/curl/lib/CMakeFiles/curlu.dir/macos.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/macos.c.o -MF CMakeFiles/curlu.dir/macos.c.o.d -o CMakeFiles/curlu.dir/macos.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/macos.c - -external/curl/lib/CMakeFiles/curlu.dir/macos.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/macos.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/macos.c > CMakeFiles/curlu.dir/macos.c.i - -external/curl/lib/CMakeFiles/curlu.dir/macos.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/macos.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/macos.c -o CMakeFiles/curlu.dir/macos.c.s - -external/curl/lib/CMakeFiles/curlu.dir/md4.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/md4.c.o: /home/guest/Downloads/PopLib/external/curl/lib/md4.c -external/curl/lib/CMakeFiles/curlu.dir/md4.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_79) "Building C object external/curl/lib/CMakeFiles/curlu.dir/md4.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/md4.c.o -MF CMakeFiles/curlu.dir/md4.c.o.d -o CMakeFiles/curlu.dir/md4.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/md4.c - -external/curl/lib/CMakeFiles/curlu.dir/md4.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/md4.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/md4.c > CMakeFiles/curlu.dir/md4.c.i - -external/curl/lib/CMakeFiles/curlu.dir/md4.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/md4.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/md4.c -o CMakeFiles/curlu.dir/md4.c.s - -external/curl/lib/CMakeFiles/curlu.dir/md5.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/md5.c.o: /home/guest/Downloads/PopLib/external/curl/lib/md5.c -external/curl/lib/CMakeFiles/curlu.dir/md5.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_80) "Building C object external/curl/lib/CMakeFiles/curlu.dir/md5.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/md5.c.o -MF CMakeFiles/curlu.dir/md5.c.o.d -o CMakeFiles/curlu.dir/md5.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/md5.c - -external/curl/lib/CMakeFiles/curlu.dir/md5.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/md5.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/md5.c > CMakeFiles/curlu.dir/md5.c.i - -external/curl/lib/CMakeFiles/curlu.dir/md5.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/md5.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/md5.c -o CMakeFiles/curlu.dir/md5.c.s - -external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.o: /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_81) "Building C object external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.o -MF CMakeFiles/curlu.dir/memdebug.c.o.d -o CMakeFiles/curlu.dir/memdebug.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c - -external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/memdebug.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c > CMakeFiles/curlu.dir/memdebug.c.i - -external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/memdebug.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -o CMakeFiles/curlu.dir/memdebug.c.s - -external/curl/lib/CMakeFiles/curlu.dir/mime.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/mime.c.o: /home/guest/Downloads/PopLib/external/curl/lib/mime.c -external/curl/lib/CMakeFiles/curlu.dir/mime.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_82) "Building C object external/curl/lib/CMakeFiles/curlu.dir/mime.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/mime.c.o -MF CMakeFiles/curlu.dir/mime.c.o.d -o CMakeFiles/curlu.dir/mime.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/mime.c - -external/curl/lib/CMakeFiles/curlu.dir/mime.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/mime.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/mime.c > CMakeFiles/curlu.dir/mime.c.i - -external/curl/lib/CMakeFiles/curlu.dir/mime.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/mime.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/mime.c -o CMakeFiles/curlu.dir/mime.c.s - -external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.o: /home/guest/Downloads/PopLib/external/curl/lib/mprintf.c -external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_83) "Building C object external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.o -MF CMakeFiles/curlu.dir/mprintf.c.o.d -o CMakeFiles/curlu.dir/mprintf.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/mprintf.c - -external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/mprintf.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/mprintf.c > CMakeFiles/curlu.dir/mprintf.c.i - -external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/mprintf.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/mprintf.c -o CMakeFiles/curlu.dir/mprintf.c.s - -external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.o: /home/guest/Downloads/PopLib/external/curl/lib/mqtt.c -external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_84) "Building C object external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.o -MF CMakeFiles/curlu.dir/mqtt.c.o.d -o CMakeFiles/curlu.dir/mqtt.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/mqtt.c - -external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/mqtt.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/mqtt.c > CMakeFiles/curlu.dir/mqtt.c.i - -external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/mqtt.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/mqtt.c -o CMakeFiles/curlu.dir/mqtt.c.s - -external/curl/lib/CMakeFiles/curlu.dir/multi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/multi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/multi.c -external/curl/lib/CMakeFiles/curlu.dir/multi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_85) "Building C object external/curl/lib/CMakeFiles/curlu.dir/multi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/multi.c.o -MF CMakeFiles/curlu.dir/multi.c.o.d -o CMakeFiles/curlu.dir/multi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/multi.c - -external/curl/lib/CMakeFiles/curlu.dir/multi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/multi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/multi.c > CMakeFiles/curlu.dir/multi.c.i - -external/curl/lib/CMakeFiles/curlu.dir/multi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/multi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/multi.c -o CMakeFiles/curlu.dir/multi.c.s - -external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.o: /home/guest/Downloads/PopLib/external/curl/lib/multi_ev.c -external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_86) "Building C object external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.o -MF CMakeFiles/curlu.dir/multi_ev.c.o.d -o CMakeFiles/curlu.dir/multi_ev.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/multi_ev.c - -external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/multi_ev.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/multi_ev.c > CMakeFiles/curlu.dir/multi_ev.c.i - -external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/multi_ev.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/multi_ev.c -o CMakeFiles/curlu.dir/multi_ev.c.s - -external/curl/lib/CMakeFiles/curlu.dir/netrc.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/netrc.c.o: /home/guest/Downloads/PopLib/external/curl/lib/netrc.c -external/curl/lib/CMakeFiles/curlu.dir/netrc.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_87) "Building C object external/curl/lib/CMakeFiles/curlu.dir/netrc.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/netrc.c.o -MF CMakeFiles/curlu.dir/netrc.c.o.d -o CMakeFiles/curlu.dir/netrc.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/netrc.c - -external/curl/lib/CMakeFiles/curlu.dir/netrc.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/netrc.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/netrc.c > CMakeFiles/curlu.dir/netrc.c.i - -external/curl/lib/CMakeFiles/curlu.dir/netrc.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/netrc.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/netrc.c -o CMakeFiles/curlu.dir/netrc.c.s - -external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/noproxy.c -external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_88) "Building C object external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.o -MF CMakeFiles/curlu.dir/noproxy.c.o.d -o CMakeFiles/curlu.dir/noproxy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/noproxy.c - -external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/noproxy.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/noproxy.c > CMakeFiles/curlu.dir/noproxy.c.i - -external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/noproxy.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/noproxy.c -o CMakeFiles/curlu.dir/noproxy.c.s - -external/curl/lib/CMakeFiles/curlu.dir/openldap.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/openldap.c.o: /home/guest/Downloads/PopLib/external/curl/lib/openldap.c -external/curl/lib/CMakeFiles/curlu.dir/openldap.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_89) "Building C object external/curl/lib/CMakeFiles/curlu.dir/openldap.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/openldap.c.o -MF CMakeFiles/curlu.dir/openldap.c.o.d -o CMakeFiles/curlu.dir/openldap.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/openldap.c - -external/curl/lib/CMakeFiles/curlu.dir/openldap.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/openldap.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/openldap.c > CMakeFiles/curlu.dir/openldap.c.i - -external/curl/lib/CMakeFiles/curlu.dir/openldap.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/openldap.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/openldap.c -o CMakeFiles/curlu.dir/openldap.c.s - -external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.o: /home/guest/Downloads/PopLib/external/curl/lib/parsedate.c -external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_90) "Building C object external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.o -MF CMakeFiles/curlu.dir/parsedate.c.o.d -o CMakeFiles/curlu.dir/parsedate.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/parsedate.c - -external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/parsedate.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/parsedate.c > CMakeFiles/curlu.dir/parsedate.c.i - -external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/parsedate.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/parsedate.c -o CMakeFiles/curlu.dir/parsedate.c.s - -external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.o: /home/guest/Downloads/PopLib/external/curl/lib/pingpong.c -external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_91) "Building C object external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.o -MF CMakeFiles/curlu.dir/pingpong.c.o.d -o CMakeFiles/curlu.dir/pingpong.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/pingpong.c - -external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/pingpong.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/pingpong.c > CMakeFiles/curlu.dir/pingpong.c.i - -external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/pingpong.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/pingpong.c -o CMakeFiles/curlu.dir/pingpong.c.s - -external/curl/lib/CMakeFiles/curlu.dir/pop3.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/pop3.c.o: /home/guest/Downloads/PopLib/external/curl/lib/pop3.c -external/curl/lib/CMakeFiles/curlu.dir/pop3.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_92) "Building C object external/curl/lib/CMakeFiles/curlu.dir/pop3.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/pop3.c.o -MF CMakeFiles/curlu.dir/pop3.c.o.d -o CMakeFiles/curlu.dir/pop3.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/pop3.c - -external/curl/lib/CMakeFiles/curlu.dir/pop3.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/pop3.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/pop3.c > CMakeFiles/curlu.dir/pop3.c.i - -external/curl/lib/CMakeFiles/curlu.dir/pop3.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/pop3.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/pop3.c -o CMakeFiles/curlu.dir/pop3.c.s - -external/curl/lib/CMakeFiles/curlu.dir/progress.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/progress.c.o: /home/guest/Downloads/PopLib/external/curl/lib/progress.c -external/curl/lib/CMakeFiles/curlu.dir/progress.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_93) "Building C object external/curl/lib/CMakeFiles/curlu.dir/progress.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/progress.c.o -MF CMakeFiles/curlu.dir/progress.c.o.d -o CMakeFiles/curlu.dir/progress.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/progress.c - -external/curl/lib/CMakeFiles/curlu.dir/progress.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/progress.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/progress.c > CMakeFiles/curlu.dir/progress.c.i - -external/curl/lib/CMakeFiles/curlu.dir/progress.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/progress.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/progress.c -o CMakeFiles/curlu.dir/progress.c.s - -external/curl/lib/CMakeFiles/curlu.dir/psl.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/psl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/psl.c -external/curl/lib/CMakeFiles/curlu.dir/psl.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_94) "Building C object external/curl/lib/CMakeFiles/curlu.dir/psl.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/psl.c.o -MF CMakeFiles/curlu.dir/psl.c.o.d -o CMakeFiles/curlu.dir/psl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/psl.c - -external/curl/lib/CMakeFiles/curlu.dir/psl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/psl.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/psl.c > CMakeFiles/curlu.dir/psl.c.i - -external/curl/lib/CMakeFiles/curlu.dir/psl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/psl.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/psl.c -o CMakeFiles/curlu.dir/psl.c.s - -external/curl/lib/CMakeFiles/curlu.dir/rand.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/rand.c.o: /home/guest/Downloads/PopLib/external/curl/lib/rand.c -external/curl/lib/CMakeFiles/curlu.dir/rand.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_95) "Building C object external/curl/lib/CMakeFiles/curlu.dir/rand.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/rand.c.o -MF CMakeFiles/curlu.dir/rand.c.o.d -o CMakeFiles/curlu.dir/rand.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/rand.c - -external/curl/lib/CMakeFiles/curlu.dir/rand.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/rand.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/rand.c > CMakeFiles/curlu.dir/rand.c.i - -external/curl/lib/CMakeFiles/curlu.dir/rand.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/rand.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/rand.c -o CMakeFiles/curlu.dir/rand.c.s - -external/curl/lib/CMakeFiles/curlu.dir/rename.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/rename.c.o: /home/guest/Downloads/PopLib/external/curl/lib/rename.c -external/curl/lib/CMakeFiles/curlu.dir/rename.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_96) "Building C object external/curl/lib/CMakeFiles/curlu.dir/rename.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/rename.c.o -MF CMakeFiles/curlu.dir/rename.c.o.d -o CMakeFiles/curlu.dir/rename.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/rename.c - -external/curl/lib/CMakeFiles/curlu.dir/rename.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/rename.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/rename.c > CMakeFiles/curlu.dir/rename.c.i - -external/curl/lib/CMakeFiles/curlu.dir/rename.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/rename.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/rename.c -o CMakeFiles/curlu.dir/rename.c.s - -external/curl/lib/CMakeFiles/curlu.dir/request.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/request.c.o: /home/guest/Downloads/PopLib/external/curl/lib/request.c -external/curl/lib/CMakeFiles/curlu.dir/request.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_97) "Building C object external/curl/lib/CMakeFiles/curlu.dir/request.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/request.c.o -MF CMakeFiles/curlu.dir/request.c.o.d -o CMakeFiles/curlu.dir/request.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/request.c - -external/curl/lib/CMakeFiles/curlu.dir/request.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/request.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/request.c > CMakeFiles/curlu.dir/request.c.i - -external/curl/lib/CMakeFiles/curlu.dir/request.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/request.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/request.c -o CMakeFiles/curlu.dir/request.c.s - -external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/rtsp.c -external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_98) "Building C object external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.o -MF CMakeFiles/curlu.dir/rtsp.c.o.d -o CMakeFiles/curlu.dir/rtsp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/rtsp.c - -external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/rtsp.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/rtsp.c > CMakeFiles/curlu.dir/rtsp.c.i - -external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/rtsp.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/rtsp.c -o CMakeFiles/curlu.dir/rtsp.c.s - -external/curl/lib/CMakeFiles/curlu.dir/select.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/select.c.o: /home/guest/Downloads/PopLib/external/curl/lib/select.c -external/curl/lib/CMakeFiles/curlu.dir/select.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_99) "Building C object external/curl/lib/CMakeFiles/curlu.dir/select.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/select.c.o -MF CMakeFiles/curlu.dir/select.c.o.d -o CMakeFiles/curlu.dir/select.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/select.c - -external/curl/lib/CMakeFiles/curlu.dir/select.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/select.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/select.c > CMakeFiles/curlu.dir/select.c.i - -external/curl/lib/CMakeFiles/curlu.dir/select.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/select.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/select.c -o CMakeFiles/curlu.dir/select.c.s - -external/curl/lib/CMakeFiles/curlu.dir/sendf.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/sendf.c.o: /home/guest/Downloads/PopLib/external/curl/lib/sendf.c -external/curl/lib/CMakeFiles/curlu.dir/sendf.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_100) "Building C object external/curl/lib/CMakeFiles/curlu.dir/sendf.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/sendf.c.o -MF CMakeFiles/curlu.dir/sendf.c.o.d -o CMakeFiles/curlu.dir/sendf.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/sendf.c - -external/curl/lib/CMakeFiles/curlu.dir/sendf.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/sendf.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/sendf.c > CMakeFiles/curlu.dir/sendf.c.i - -external/curl/lib/CMakeFiles/curlu.dir/sendf.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/sendf.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/sendf.c -o CMakeFiles/curlu.dir/sendf.c.s - -external/curl/lib/CMakeFiles/curlu.dir/setopt.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/setopt.c.o: /home/guest/Downloads/PopLib/external/curl/lib/setopt.c -external/curl/lib/CMakeFiles/curlu.dir/setopt.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_101) "Building C object external/curl/lib/CMakeFiles/curlu.dir/setopt.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/setopt.c.o -MF CMakeFiles/curlu.dir/setopt.c.o.d -o CMakeFiles/curlu.dir/setopt.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/setopt.c - -external/curl/lib/CMakeFiles/curlu.dir/setopt.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/setopt.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/setopt.c > CMakeFiles/curlu.dir/setopt.c.i - -external/curl/lib/CMakeFiles/curlu.dir/setopt.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/setopt.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/setopt.c -o CMakeFiles/curlu.dir/setopt.c.s - -external/curl/lib/CMakeFiles/curlu.dir/sha256.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/sha256.c.o: /home/guest/Downloads/PopLib/external/curl/lib/sha256.c -external/curl/lib/CMakeFiles/curlu.dir/sha256.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_102) "Building C object external/curl/lib/CMakeFiles/curlu.dir/sha256.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/sha256.c.o -MF CMakeFiles/curlu.dir/sha256.c.o.d -o CMakeFiles/curlu.dir/sha256.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/sha256.c - -external/curl/lib/CMakeFiles/curlu.dir/sha256.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/sha256.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/sha256.c > CMakeFiles/curlu.dir/sha256.c.i - -external/curl/lib/CMakeFiles/curlu.dir/sha256.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/sha256.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/sha256.c -o CMakeFiles/curlu.dir/sha256.c.s - -external/curl/lib/CMakeFiles/curlu.dir/share.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/share.c.o: /home/guest/Downloads/PopLib/external/curl/lib/share.c -external/curl/lib/CMakeFiles/curlu.dir/share.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_103) "Building C object external/curl/lib/CMakeFiles/curlu.dir/share.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/share.c.o -MF CMakeFiles/curlu.dir/share.c.o.d -o CMakeFiles/curlu.dir/share.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/share.c - -external/curl/lib/CMakeFiles/curlu.dir/share.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/share.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/share.c > CMakeFiles/curlu.dir/share.c.i - -external/curl/lib/CMakeFiles/curlu.dir/share.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/share.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/share.c -o CMakeFiles/curlu.dir/share.c.s - -external/curl/lib/CMakeFiles/curlu.dir/slist.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/slist.c.o: /home/guest/Downloads/PopLib/external/curl/lib/slist.c -external/curl/lib/CMakeFiles/curlu.dir/slist.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_104) "Building C object external/curl/lib/CMakeFiles/curlu.dir/slist.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/slist.c.o -MF CMakeFiles/curlu.dir/slist.c.o.d -o CMakeFiles/curlu.dir/slist.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/slist.c - -external/curl/lib/CMakeFiles/curlu.dir/slist.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/slist.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/slist.c > CMakeFiles/curlu.dir/slist.c.i - -external/curl/lib/CMakeFiles/curlu.dir/slist.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/slist.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/slist.c -o CMakeFiles/curlu.dir/slist.c.s - -external/curl/lib/CMakeFiles/curlu.dir/smb.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/smb.c.o: /home/guest/Downloads/PopLib/external/curl/lib/smb.c -external/curl/lib/CMakeFiles/curlu.dir/smb.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_105) "Building C object external/curl/lib/CMakeFiles/curlu.dir/smb.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/smb.c.o -MF CMakeFiles/curlu.dir/smb.c.o.d -o CMakeFiles/curlu.dir/smb.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/smb.c - -external/curl/lib/CMakeFiles/curlu.dir/smb.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/smb.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/smb.c > CMakeFiles/curlu.dir/smb.c.i - -external/curl/lib/CMakeFiles/curlu.dir/smb.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/smb.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/smb.c -o CMakeFiles/curlu.dir/smb.c.s - -external/curl/lib/CMakeFiles/curlu.dir/smtp.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/smtp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/smtp.c -external/curl/lib/CMakeFiles/curlu.dir/smtp.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_106) "Building C object external/curl/lib/CMakeFiles/curlu.dir/smtp.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/smtp.c.o -MF CMakeFiles/curlu.dir/smtp.c.o.d -o CMakeFiles/curlu.dir/smtp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/smtp.c - -external/curl/lib/CMakeFiles/curlu.dir/smtp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/smtp.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/smtp.c > CMakeFiles/curlu.dir/smtp.c.i - -external/curl/lib/CMakeFiles/curlu.dir/smtp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/smtp.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/smtp.c -o CMakeFiles/curlu.dir/smtp.c.s - -external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.o: /home/guest/Downloads/PopLib/external/curl/lib/socketpair.c -external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_107) "Building C object external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.o -MF CMakeFiles/curlu.dir/socketpair.c.o.d -o CMakeFiles/curlu.dir/socketpair.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/socketpair.c - -external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/socketpair.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/socketpair.c > CMakeFiles/curlu.dir/socketpair.c.i - -external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/socketpair.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/socketpair.c -o CMakeFiles/curlu.dir/socketpair.c.s - -external/curl/lib/CMakeFiles/curlu.dir/socks.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/socks.c.o: /home/guest/Downloads/PopLib/external/curl/lib/socks.c -external/curl/lib/CMakeFiles/curlu.dir/socks.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_108) "Building C object external/curl/lib/CMakeFiles/curlu.dir/socks.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/socks.c.o -MF CMakeFiles/curlu.dir/socks.c.o.d -o CMakeFiles/curlu.dir/socks.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/socks.c - -external/curl/lib/CMakeFiles/curlu.dir/socks.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/socks.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/socks.c > CMakeFiles/curlu.dir/socks.c.i - -external/curl/lib/CMakeFiles/curlu.dir/socks.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/socks.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/socks.c -o CMakeFiles/curlu.dir/socks.c.s - -external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/socks_gssapi.c -external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_109) "Building C object external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.o -MF CMakeFiles/curlu.dir/socks_gssapi.c.o.d -o CMakeFiles/curlu.dir/socks_gssapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/socks_gssapi.c - -external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/socks_gssapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/socks_gssapi.c > CMakeFiles/curlu.dir/socks_gssapi.c.i - -external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/socks_gssapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/socks_gssapi.c -o CMakeFiles/curlu.dir/socks_gssapi.c.s - -external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/socks_sspi.c -external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_110) "Building C object external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.o -MF CMakeFiles/curlu.dir/socks_sspi.c.o.d -o CMakeFiles/curlu.dir/socks_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/socks_sspi.c - -external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/socks_sspi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/socks_sspi.c > CMakeFiles/curlu.dir/socks_sspi.c.i - -external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/socks_sspi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/socks_sspi.c -o CMakeFiles/curlu.dir/socks_sspi.c.s - -external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.o: /home/guest/Downloads/PopLib/external/curl/lib/speedcheck.c -external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_111) "Building C object external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.o -MF CMakeFiles/curlu.dir/speedcheck.c.o.d -o CMakeFiles/curlu.dir/speedcheck.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/speedcheck.c - -external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/speedcheck.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/speedcheck.c > CMakeFiles/curlu.dir/speedcheck.c.i - -external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/speedcheck.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/speedcheck.c -o CMakeFiles/curlu.dir/speedcheck.c.s - -external/curl/lib/CMakeFiles/curlu.dir/splay.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/splay.c.o: /home/guest/Downloads/PopLib/external/curl/lib/splay.c -external/curl/lib/CMakeFiles/curlu.dir/splay.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_112) "Building C object external/curl/lib/CMakeFiles/curlu.dir/splay.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/splay.c.o -MF CMakeFiles/curlu.dir/splay.c.o.d -o CMakeFiles/curlu.dir/splay.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/splay.c - -external/curl/lib/CMakeFiles/curlu.dir/splay.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/splay.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/splay.c > CMakeFiles/curlu.dir/splay.c.i - -external/curl/lib/CMakeFiles/curlu.dir/splay.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/splay.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/splay.c -o CMakeFiles/curlu.dir/splay.c.s - -external/curl/lib/CMakeFiles/curlu.dir/strcase.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/strcase.c.o: /home/guest/Downloads/PopLib/external/curl/lib/strcase.c -external/curl/lib/CMakeFiles/curlu.dir/strcase.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_113) "Building C object external/curl/lib/CMakeFiles/curlu.dir/strcase.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/strcase.c.o -MF CMakeFiles/curlu.dir/strcase.c.o.d -o CMakeFiles/curlu.dir/strcase.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/strcase.c - -external/curl/lib/CMakeFiles/curlu.dir/strcase.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/strcase.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/strcase.c > CMakeFiles/curlu.dir/strcase.c.i - -external/curl/lib/CMakeFiles/curlu.dir/strcase.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/strcase.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/strcase.c -o CMakeFiles/curlu.dir/strcase.c.s - -external/curl/lib/CMakeFiles/curlu.dir/strdup.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/strdup.c.o: /home/guest/Downloads/PopLib/external/curl/lib/strdup.c -external/curl/lib/CMakeFiles/curlu.dir/strdup.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_114) "Building C object external/curl/lib/CMakeFiles/curlu.dir/strdup.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/strdup.c.o -MF CMakeFiles/curlu.dir/strdup.c.o.d -o CMakeFiles/curlu.dir/strdup.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/strdup.c - -external/curl/lib/CMakeFiles/curlu.dir/strdup.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/strdup.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/strdup.c > CMakeFiles/curlu.dir/strdup.c.i - -external/curl/lib/CMakeFiles/curlu.dir/strdup.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/strdup.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/strdup.c -o CMakeFiles/curlu.dir/strdup.c.s - -external/curl/lib/CMakeFiles/curlu.dir/strequal.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/strequal.c.o: /home/guest/Downloads/PopLib/external/curl/lib/strequal.c -external/curl/lib/CMakeFiles/curlu.dir/strequal.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_115) "Building C object external/curl/lib/CMakeFiles/curlu.dir/strequal.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/strequal.c.o -MF CMakeFiles/curlu.dir/strequal.c.o.d -o CMakeFiles/curlu.dir/strequal.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/strequal.c - -external/curl/lib/CMakeFiles/curlu.dir/strequal.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/strequal.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/strequal.c > CMakeFiles/curlu.dir/strequal.c.i - -external/curl/lib/CMakeFiles/curlu.dir/strequal.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/strequal.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/strequal.c -o CMakeFiles/curlu.dir/strequal.c.s - -external/curl/lib/CMakeFiles/curlu.dir/strerror.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/strerror.c.o: /home/guest/Downloads/PopLib/external/curl/lib/strerror.c -external/curl/lib/CMakeFiles/curlu.dir/strerror.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_116) "Building C object external/curl/lib/CMakeFiles/curlu.dir/strerror.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/strerror.c.o -MF CMakeFiles/curlu.dir/strerror.c.o.d -o CMakeFiles/curlu.dir/strerror.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/strerror.c - -external/curl/lib/CMakeFiles/curlu.dir/strerror.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/strerror.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/strerror.c > CMakeFiles/curlu.dir/strerror.c.i - -external/curl/lib/CMakeFiles/curlu.dir/strerror.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/strerror.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/strerror.c -o CMakeFiles/curlu.dir/strerror.c.s - -external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/system_win32.c -external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_117) "Building C object external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.o -MF CMakeFiles/curlu.dir/system_win32.c.o.d -o CMakeFiles/curlu.dir/system_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/system_win32.c - -external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/system_win32.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/system_win32.c > CMakeFiles/curlu.dir/system_win32.c.i - -external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/system_win32.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/system_win32.c -o CMakeFiles/curlu.dir/system_win32.c.s - -external/curl/lib/CMakeFiles/curlu.dir/telnet.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/telnet.c.o: /home/guest/Downloads/PopLib/external/curl/lib/telnet.c -external/curl/lib/CMakeFiles/curlu.dir/telnet.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_118) "Building C object external/curl/lib/CMakeFiles/curlu.dir/telnet.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/telnet.c.o -MF CMakeFiles/curlu.dir/telnet.c.o.d -o CMakeFiles/curlu.dir/telnet.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/telnet.c - -external/curl/lib/CMakeFiles/curlu.dir/telnet.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/telnet.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/telnet.c > CMakeFiles/curlu.dir/telnet.c.i - -external/curl/lib/CMakeFiles/curlu.dir/telnet.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/telnet.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/telnet.c -o CMakeFiles/curlu.dir/telnet.c.s - -external/curl/lib/CMakeFiles/curlu.dir/tftp.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/tftp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/tftp.c -external/curl/lib/CMakeFiles/curlu.dir/tftp.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_119) "Building C object external/curl/lib/CMakeFiles/curlu.dir/tftp.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/tftp.c.o -MF CMakeFiles/curlu.dir/tftp.c.o.d -o CMakeFiles/curlu.dir/tftp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/tftp.c - -external/curl/lib/CMakeFiles/curlu.dir/tftp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/tftp.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/tftp.c > CMakeFiles/curlu.dir/tftp.c.i - -external/curl/lib/CMakeFiles/curlu.dir/tftp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/tftp.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/tftp.c -o CMakeFiles/curlu.dir/tftp.c.s - -external/curl/lib/CMakeFiles/curlu.dir/transfer.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/transfer.c.o: /home/guest/Downloads/PopLib/external/curl/lib/transfer.c -external/curl/lib/CMakeFiles/curlu.dir/transfer.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_120) "Building C object external/curl/lib/CMakeFiles/curlu.dir/transfer.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/transfer.c.o -MF CMakeFiles/curlu.dir/transfer.c.o.d -o CMakeFiles/curlu.dir/transfer.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/transfer.c - -external/curl/lib/CMakeFiles/curlu.dir/transfer.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/transfer.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/transfer.c > CMakeFiles/curlu.dir/transfer.c.i - -external/curl/lib/CMakeFiles/curlu.dir/transfer.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/transfer.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/transfer.c -o CMakeFiles/curlu.dir/transfer.c.s - -external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.o: /home/guest/Downloads/PopLib/external/curl/lib/uint-bset.c -external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_121) "Building C object external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.o -MF CMakeFiles/curlu.dir/uint-bset.c.o.d -o CMakeFiles/curlu.dir/uint-bset.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/uint-bset.c - -external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/uint-bset.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/uint-bset.c > CMakeFiles/curlu.dir/uint-bset.c.i - -external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/uint-bset.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/uint-bset.c -o CMakeFiles/curlu.dir/uint-bset.c.s - -external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.o: /home/guest/Downloads/PopLib/external/curl/lib/uint-hash.c -external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_122) "Building C object external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.o -MF CMakeFiles/curlu.dir/uint-hash.c.o.d -o CMakeFiles/curlu.dir/uint-hash.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/uint-hash.c - -external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/uint-hash.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/uint-hash.c > CMakeFiles/curlu.dir/uint-hash.c.i - -external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/uint-hash.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/uint-hash.c -o CMakeFiles/curlu.dir/uint-hash.c.s - -external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.o: /home/guest/Downloads/PopLib/external/curl/lib/uint-spbset.c -external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_123) "Building C object external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.o -MF CMakeFiles/curlu.dir/uint-spbset.c.o.d -o CMakeFiles/curlu.dir/uint-spbset.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/uint-spbset.c - -external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/uint-spbset.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/uint-spbset.c > CMakeFiles/curlu.dir/uint-spbset.c.i - -external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/uint-spbset.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/uint-spbset.c -o CMakeFiles/curlu.dir/uint-spbset.c.s - -external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.o: /home/guest/Downloads/PopLib/external/curl/lib/uint-table.c -external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_124) "Building C object external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.o -MF CMakeFiles/curlu.dir/uint-table.c.o.d -o CMakeFiles/curlu.dir/uint-table.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/uint-table.c - -external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/uint-table.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/uint-table.c > CMakeFiles/curlu.dir/uint-table.c.i - -external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/uint-table.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/uint-table.c -o CMakeFiles/curlu.dir/uint-table.c.s - -external/curl/lib/CMakeFiles/curlu.dir/url.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/url.c.o: /home/guest/Downloads/PopLib/external/curl/lib/url.c -external/curl/lib/CMakeFiles/curlu.dir/url.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_125) "Building C object external/curl/lib/CMakeFiles/curlu.dir/url.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/url.c.o -MF CMakeFiles/curlu.dir/url.c.o.d -o CMakeFiles/curlu.dir/url.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/url.c - -external/curl/lib/CMakeFiles/curlu.dir/url.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/url.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/url.c > CMakeFiles/curlu.dir/url.c.i - -external/curl/lib/CMakeFiles/curlu.dir/url.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/url.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/url.c -o CMakeFiles/curlu.dir/url.c.s - -external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/urlapi.c -external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_126) "Building C object external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.o -MF CMakeFiles/curlu.dir/urlapi.c.o.d -o CMakeFiles/curlu.dir/urlapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/urlapi.c - -external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/urlapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/urlapi.c > CMakeFiles/curlu.dir/urlapi.c.i - -external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/urlapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/urlapi.c -o CMakeFiles/curlu.dir/urlapi.c.s - -external/curl/lib/CMakeFiles/curlu.dir/version.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/version.c.o: /home/guest/Downloads/PopLib/external/curl/lib/version.c -external/curl/lib/CMakeFiles/curlu.dir/version.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_127) "Building C object external/curl/lib/CMakeFiles/curlu.dir/version.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/version.c.o -MF CMakeFiles/curlu.dir/version.c.o.d -o CMakeFiles/curlu.dir/version.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/version.c - -external/curl/lib/CMakeFiles/curlu.dir/version.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/version.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/version.c > CMakeFiles/curlu.dir/version.c.i - -external/curl/lib/CMakeFiles/curlu.dir/version.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/version.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/version.c -o CMakeFiles/curlu.dir/version.c.s - -external/curl/lib/CMakeFiles/curlu.dir/ws.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/ws.c.o: /home/guest/Downloads/PopLib/external/curl/lib/ws.c -external/curl/lib/CMakeFiles/curlu.dir/ws.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_128) "Building C object external/curl/lib/CMakeFiles/curlu.dir/ws.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/ws.c.o -MF CMakeFiles/curlu.dir/ws.c.o.d -o CMakeFiles/curlu.dir/ws.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/ws.c - -external/curl/lib/CMakeFiles/curlu.dir/ws.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/ws.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/ws.c > CMakeFiles/curlu.dir/ws.c.i - -external/curl/lib/CMakeFiles/curlu.dir/ws.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/ws.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/ws.c -o CMakeFiles/curlu.dir/ws.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/cleartext.c -external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_129) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.o -MF CMakeFiles/curlu.dir/vauth/cleartext.c.o.d -o CMakeFiles/curlu.dir/vauth/cleartext.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/cleartext.c - -external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/cleartext.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/cleartext.c > CMakeFiles/curlu.dir/vauth/cleartext.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/cleartext.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/cleartext.c -o CMakeFiles/curlu.dir/vauth/cleartext.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/cram.c -external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_130) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.o -MF CMakeFiles/curlu.dir/vauth/cram.c.o.d -o CMakeFiles/curlu.dir/vauth/cram.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/cram.c - -external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/cram.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/cram.c > CMakeFiles/curlu.dir/vauth/cram.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/cram.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/cram.c -o CMakeFiles/curlu.dir/vauth/cram.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest.c -external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_131) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.o -MF CMakeFiles/curlu.dir/vauth/digest.c.o.d -o CMakeFiles/curlu.dir/vauth/digest.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest.c - -external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/digest.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest.c > CMakeFiles/curlu.dir/vauth/digest.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/digest.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest.c -o CMakeFiles/curlu.dir/vauth/digest.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest_sspi.c -external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_132) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.o -MF CMakeFiles/curlu.dir/vauth/digest_sspi.c.o.d -o CMakeFiles/curlu.dir/vauth/digest_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest_sspi.c - -external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/digest_sspi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest_sspi.c > CMakeFiles/curlu.dir/vauth/digest_sspi.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/digest_sspi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest_sspi.c -o CMakeFiles/curlu.dir/vauth/digest_sspi.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/gsasl.c -external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_133) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.o -MF CMakeFiles/curlu.dir/vauth/gsasl.c.o.d -o CMakeFiles/curlu.dir/vauth/gsasl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/gsasl.c - -external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/gsasl.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/gsasl.c > CMakeFiles/curlu.dir/vauth/gsasl.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/gsasl.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/gsasl.c -o CMakeFiles/curlu.dir/vauth/gsasl.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_gssapi.c -external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_134) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o -MF CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o.d -o CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_gssapi.c - -external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_gssapi.c > CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_gssapi.c -o CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_sspi.c -external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_135) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o -MF CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o.d -o CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_sspi.c - -external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/krb5_sspi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_sspi.c > CMakeFiles/curlu.dir/vauth/krb5_sspi.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/krb5_sspi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_sspi.c -o CMakeFiles/curlu.dir/vauth/krb5_sspi.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm.c -external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_136) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.o -MF CMakeFiles/curlu.dir/vauth/ntlm.c.o.d -o CMakeFiles/curlu.dir/vauth/ntlm.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm.c - -external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/ntlm.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm.c > CMakeFiles/curlu.dir/vauth/ntlm.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/ntlm.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm.c -o CMakeFiles/curlu.dir/vauth/ntlm.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm_sspi.c -external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_137) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o -MF CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o.d -o CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm_sspi.c - -external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm_sspi.c > CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm_sspi.c -o CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/oauth2.c -external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_138) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.o -MF CMakeFiles/curlu.dir/vauth/oauth2.c.o.d -o CMakeFiles/curlu.dir/vauth/oauth2.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/oauth2.c - -external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/oauth2.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/oauth2.c > CMakeFiles/curlu.dir/vauth/oauth2.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/oauth2.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/oauth2.c -o CMakeFiles/curlu.dir/vauth/oauth2.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_gssapi.c -external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_139) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o -MF CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o.d -o CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_gssapi.c - -external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_gssapi.c > CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_gssapi.c -o CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_sspi.c -external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_140) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o -MF CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o.d -o CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_sspi.c - -external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/spnego_sspi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_sspi.c > CMakeFiles/curlu.dir/vauth/spnego_sspi.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/spnego_sspi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_sspi.c -o CMakeFiles/curlu.dir/vauth/spnego_sspi.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/vauth.c -external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_141) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.o -MF CMakeFiles/curlu.dir/vauth/vauth.c.o.d -o CMakeFiles/curlu.dir/vauth/vauth.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/vauth.c - -external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vauth/vauth.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/vauth.c > CMakeFiles/curlu.dir/vauth/vauth.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vauth/vauth.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/vauth.c -o CMakeFiles/curlu.dir/vauth/vauth.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/bearssl.c -external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_142) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.o -MF CMakeFiles/curlu.dir/vtls/bearssl.c.o.d -o CMakeFiles/curlu.dir/vtls/bearssl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/bearssl.c - -external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/bearssl.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/bearssl.c > CMakeFiles/curlu.dir/vtls/bearssl.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/bearssl.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/bearssl.c -o CMakeFiles/curlu.dir/vtls/bearssl.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/cipher_suite.c -external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_143) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.o -MF CMakeFiles/curlu.dir/vtls/cipher_suite.c.o.d -o CMakeFiles/curlu.dir/vtls/cipher_suite.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/cipher_suite.c - -external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/cipher_suite.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/cipher_suite.c > CMakeFiles/curlu.dir/vtls/cipher_suite.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/cipher_suite.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/cipher_suite.c -o CMakeFiles/curlu.dir/vtls/cipher_suite.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/gtls.c -external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_144) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.o -MF CMakeFiles/curlu.dir/vtls/gtls.c.o.d -o CMakeFiles/curlu.dir/vtls/gtls.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/gtls.c - -external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/gtls.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/gtls.c > CMakeFiles/curlu.dir/vtls/gtls.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/gtls.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/gtls.c -o CMakeFiles/curlu.dir/vtls/gtls.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/hostcheck.c -external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_145) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.o -MF CMakeFiles/curlu.dir/vtls/hostcheck.c.o.d -o CMakeFiles/curlu.dir/vtls/hostcheck.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/hostcheck.c - -external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/hostcheck.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/hostcheck.c > CMakeFiles/curlu.dir/vtls/hostcheck.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/hostcheck.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/hostcheck.c -o CMakeFiles/curlu.dir/vtls/hostcheck.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/keylog.c -external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_146) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.o -MF CMakeFiles/curlu.dir/vtls/keylog.c.o.d -o CMakeFiles/curlu.dir/vtls/keylog.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/keylog.c - -external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/keylog.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/keylog.c > CMakeFiles/curlu.dir/vtls/keylog.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/keylog.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/keylog.c -o CMakeFiles/curlu.dir/vtls/keylog.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls.c -external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_147) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.o -MF CMakeFiles/curlu.dir/vtls/mbedtls.c.o.d -o CMakeFiles/curlu.dir/vtls/mbedtls.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls.c - -external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/mbedtls.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls.c > CMakeFiles/curlu.dir/vtls/mbedtls.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/mbedtls.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls.c -o CMakeFiles/curlu.dir/vtls/mbedtls.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls_threadlock.c -external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_148) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o -MF CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o.d -o CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls_threadlock.c - -external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls_threadlock.c > CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls_threadlock.c -o CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/openssl.c -external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_149) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.o -MF CMakeFiles/curlu.dir/vtls/openssl.c.o.d -o CMakeFiles/curlu.dir/vtls/openssl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/openssl.c - -external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/openssl.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/openssl.c > CMakeFiles/curlu.dir/vtls/openssl.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/openssl.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/openssl.c -o CMakeFiles/curlu.dir/vtls/openssl.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/rustls.c -external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_150) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.o -MF CMakeFiles/curlu.dir/vtls/rustls.c.o.d -o CMakeFiles/curlu.dir/vtls/rustls.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/rustls.c - -external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/rustls.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/rustls.c > CMakeFiles/curlu.dir/vtls/rustls.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/rustls.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/rustls.c -o CMakeFiles/curlu.dir/vtls/rustls.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel.c -external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_151) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.o -MF CMakeFiles/curlu.dir/vtls/schannel.c.o.d -o CMakeFiles/curlu.dir/vtls/schannel.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel.c - -external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/schannel.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel.c > CMakeFiles/curlu.dir/vtls/schannel.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/schannel.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel.c -o CMakeFiles/curlu.dir/vtls/schannel.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel_verify.c -external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_152) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.o -MF CMakeFiles/curlu.dir/vtls/schannel_verify.c.o.d -o CMakeFiles/curlu.dir/vtls/schannel_verify.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel_verify.c - -external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/schannel_verify.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel_verify.c > CMakeFiles/curlu.dir/vtls/schannel_verify.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/schannel_verify.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel_verify.c -o CMakeFiles/curlu.dir/vtls/schannel_verify.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/sectransp.c -external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_153) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.o -MF CMakeFiles/curlu.dir/vtls/sectransp.c.o.d -o CMakeFiles/curlu.dir/vtls/sectransp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/sectransp.c - -external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/sectransp.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/sectransp.c > CMakeFiles/curlu.dir/vtls/sectransp.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/sectransp.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/sectransp.c -o CMakeFiles/curlu.dir/vtls/sectransp.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls.c -external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_154) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.o -MF CMakeFiles/curlu.dir/vtls/vtls.c.o.d -o CMakeFiles/curlu.dir/vtls/vtls.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls.c - -external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/vtls.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls.c > CMakeFiles/curlu.dir/vtls/vtls.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/vtls.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls.c -o CMakeFiles/curlu.dir/vtls/vtls.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_scache.c -external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_155) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.o -MF CMakeFiles/curlu.dir/vtls/vtls_scache.c.o.d -o CMakeFiles/curlu.dir/vtls/vtls_scache.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_scache.c - -external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/vtls_scache.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_scache.c > CMakeFiles/curlu.dir/vtls/vtls_scache.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/vtls_scache.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_scache.c -o CMakeFiles/curlu.dir/vtls/vtls_scache.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_spack.c -external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_156) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.o -MF CMakeFiles/curlu.dir/vtls/vtls_spack.c.o.d -o CMakeFiles/curlu.dir/vtls/vtls_spack.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_spack.c - -external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/vtls_spack.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_spack.c > CMakeFiles/curlu.dir/vtls/vtls_spack.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/vtls_spack.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_spack.c -o CMakeFiles/curlu.dir/vtls/vtls_spack.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/wolfssl.c -external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_157) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.o -MF CMakeFiles/curlu.dir/vtls/wolfssl.c.o.d -o CMakeFiles/curlu.dir/vtls/wolfssl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/wolfssl.c - -external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/wolfssl.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/wolfssl.c > CMakeFiles/curlu.dir/vtls/wolfssl.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/wolfssl.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/wolfssl.c -o CMakeFiles/curlu.dir/vtls/wolfssl.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/x509asn1.c -external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_158) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.o -MF CMakeFiles/curlu.dir/vtls/x509asn1.c.o.d -o CMakeFiles/curlu.dir/vtls/x509asn1.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/x509asn1.c - -external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vtls/x509asn1.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/x509asn1.c > CMakeFiles/curlu.dir/vtls/x509asn1.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vtls/x509asn1.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/x509asn1.c -o CMakeFiles/curlu.dir/vtls/x509asn1.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_msh3.c -external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_159) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.o -MF CMakeFiles/curlu.dir/vquic/curl_msh3.c.o.d -o CMakeFiles/curlu.dir/vquic/curl_msh3.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_msh3.c - -external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vquic/curl_msh3.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_msh3.c > CMakeFiles/curlu.dir/vquic/curl_msh3.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vquic/curl_msh3.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_msh3.c -o CMakeFiles/curlu.dir/vquic/curl_msh3.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_ngtcp2.c -external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_160) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o -MF CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o.d -o CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_ngtcp2.c - -external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_ngtcp2.c > CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_ngtcp2.c -o CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_osslq.c -external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_161) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.o -MF CMakeFiles/curlu.dir/vquic/curl_osslq.c.o.d -o CMakeFiles/curlu.dir/vquic/curl_osslq.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_osslq.c - -external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vquic/curl_osslq.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_osslq.c > CMakeFiles/curlu.dir/vquic/curl_osslq.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vquic/curl_osslq.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_osslq.c -o CMakeFiles/curlu.dir/vquic/curl_osslq.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_quiche.c -external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_162) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.o -MF CMakeFiles/curlu.dir/vquic/curl_quiche.c.o.d -o CMakeFiles/curlu.dir/vquic/curl_quiche.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_quiche.c - -external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vquic/curl_quiche.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_quiche.c > CMakeFiles/curlu.dir/vquic/curl_quiche.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vquic/curl_quiche.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_quiche.c -o CMakeFiles/curlu.dir/vquic/curl_quiche.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic.c -external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_163) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.o -MF CMakeFiles/curlu.dir/vquic/vquic.c.o.d -o CMakeFiles/curlu.dir/vquic/vquic.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic.c - -external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vquic/vquic.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic.c > CMakeFiles/curlu.dir/vquic/vquic.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vquic/vquic.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic.c -o CMakeFiles/curlu.dir/vquic/vquic.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic-tls.c -external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_164) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.o -MF CMakeFiles/curlu.dir/vquic/vquic-tls.c.o.d -o CMakeFiles/curlu.dir/vquic/vquic-tls.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic-tls.c - -external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vquic/vquic-tls.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic-tls.c > CMakeFiles/curlu.dir/vquic/vquic-tls.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vquic/vquic-tls.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic-tls.c -o CMakeFiles/curlu.dir/vquic/vquic-tls.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh.c -external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_165) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.o -MF CMakeFiles/curlu.dir/vssh/libssh.c.o.d -o CMakeFiles/curlu.dir/vssh/libssh.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh.c - -external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vssh/libssh.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh.c > CMakeFiles/curlu.dir/vssh/libssh.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vssh/libssh.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh.c -o CMakeFiles/curlu.dir/vssh/libssh.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh2.c -external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_166) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.o -MF CMakeFiles/curlu.dir/vssh/libssh2.c.o.d -o CMakeFiles/curlu.dir/vssh/libssh2.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh2.c - -external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vssh/libssh2.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh2.c > CMakeFiles/curlu.dir/vssh/libssh2.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vssh/libssh2.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh2.c -o CMakeFiles/curlu.dir/vssh/libssh2.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vssh/curl_path.c -external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_167) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.o -MF CMakeFiles/curlu.dir/vssh/curl_path.c.o.d -o CMakeFiles/curlu.dir/vssh/curl_path.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vssh/curl_path.c - -external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vssh/curl_path.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vssh/curl_path.c > CMakeFiles/curlu.dir/vssh/curl_path.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vssh/curl_path.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vssh/curl_path.c -o CMakeFiles/curlu.dir/vssh/curl_path.c.s - -external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vssh/wolfssh.c -external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_168) "Building C object external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.o -MF CMakeFiles/curlu.dir/vssh/wolfssh.c.o.d -o CMakeFiles/curlu.dir/vssh/wolfssh.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vssh/wolfssh.c - -external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/vssh/wolfssh.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vssh/wolfssh.c > CMakeFiles/curlu.dir/vssh/wolfssh.c.i - -external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/vssh/wolfssh.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vssh/wolfssh.c -o CMakeFiles/curlu.dir/vssh/wolfssh.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_169) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.o -MF CMakeFiles/curlu.dir/curlx/base64.c.o.d -o CMakeFiles/curlu.dir/curlx/base64.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c - -external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curlx/base64.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c > CMakeFiles/curlu.dir/curlx/base64.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curlx/base64.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -o CMakeFiles/curlu.dir/curlx/base64.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/dynbuf.c -external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_170) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.o -MF CMakeFiles/curlu.dir/curlx/dynbuf.c.o.d -o CMakeFiles/curlu.dir/curlx/dynbuf.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/dynbuf.c - -external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curlx/dynbuf.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/dynbuf.c > CMakeFiles/curlu.dir/curlx/dynbuf.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curlx/dynbuf.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/dynbuf.c -o CMakeFiles/curlu.dir/curlx/dynbuf.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c -external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_171) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.o -MF CMakeFiles/curlu.dir/curlx/inet_pton.c.o.d -o CMakeFiles/curlu.dir/curlx/inet_pton.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c - -external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curlx/inet_pton.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c > CMakeFiles/curlu.dir/curlx/inet_pton.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curlx/inet_pton.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c -o CMakeFiles/curlu.dir/curlx/inet_pton.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_172) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.o -MF CMakeFiles/curlu.dir/curlx/multibyte.c.o.d -o CMakeFiles/curlu.dir/curlx/multibyte.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c - -external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curlx/multibyte.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c > CMakeFiles/curlu.dir/curlx/multibyte.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curlx/multibyte.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -o CMakeFiles/curlu.dir/curlx/multibyte.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_173) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.o -MF CMakeFiles/curlu.dir/curlx/nonblock.c.o.d -o CMakeFiles/curlu.dir/curlx/nonblock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c - -external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curlx/nonblock.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c > CMakeFiles/curlu.dir/curlx/nonblock.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curlx/nonblock.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -o CMakeFiles/curlu.dir/curlx/nonblock.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_174) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.o -MF CMakeFiles/curlu.dir/curlx/strparse.c.o.d -o CMakeFiles/curlu.dir/curlx/strparse.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c - -external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curlx/strparse.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c > CMakeFiles/curlu.dir/curlx/strparse.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curlx/strparse.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -o CMakeFiles/curlu.dir/curlx/strparse.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_175) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.o -MF CMakeFiles/curlu.dir/curlx/timediff.c.o.d -o CMakeFiles/curlu.dir/curlx/timediff.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c - -external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curlx/timediff.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c > CMakeFiles/curlu.dir/curlx/timediff.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curlx/timediff.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -o CMakeFiles/curlu.dir/curlx/timediff.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_176) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.o -MF CMakeFiles/curlu.dir/curlx/timeval.c.o.d -o CMakeFiles/curlu.dir/curlx/timeval.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c - -external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curlx/timeval.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c > CMakeFiles/curlu.dir/curlx/timeval.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curlx/timeval.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -o CMakeFiles/curlu.dir/curlx/timeval.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_177) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.o -MF CMakeFiles/curlu.dir/curlx/version_win32.c.o.d -o CMakeFiles/curlu.dir/curlx/version_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c - -external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curlx/version_win32.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c > CMakeFiles/curlu.dir/curlx/version_win32.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curlx/version_win32.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -o CMakeFiles/curlu.dir/curlx/version_win32.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_178) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.o -MF CMakeFiles/curlu.dir/curlx/warnless.c.o.d -o CMakeFiles/curlu.dir/curlx/warnless.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c - -external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curlx/warnless.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c > CMakeFiles/curlu.dir/curlx/warnless.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curlx/warnless.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -o CMakeFiles/curlu.dir/curlx/warnless.c.s - -external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/flags.make -external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.o: external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_179) "Building C object external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.o -MF CMakeFiles/curlu.dir/curlx/winapi.c.o.d -o CMakeFiles/curlu.dir/curlx/winapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c - -external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlu.dir/curlx/winapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c > CMakeFiles/curlu.dir/curlx/winapi.c.i - -external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlu.dir/curlx/winapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -o CMakeFiles/curlu.dir/curlx/winapi.c.s - -# Object files for target curlu -curlu_OBJECTS = \ -"CMakeFiles/curlu.dir/altsvc.c.o" \ -"CMakeFiles/curlu.dir/amigaos.c.o" \ -"CMakeFiles/curlu.dir/asyn-ares.c.o" \ -"CMakeFiles/curlu.dir/asyn-base.c.o" \ -"CMakeFiles/curlu.dir/asyn-thrdd.c.o" \ -"CMakeFiles/curlu.dir/bufq.c.o" \ -"CMakeFiles/curlu.dir/bufref.c.o" \ -"CMakeFiles/curlu.dir/cf-h1-proxy.c.o" \ -"CMakeFiles/curlu.dir/cf-h2-proxy.c.o" \ -"CMakeFiles/curlu.dir/cf-haproxy.c.o" \ -"CMakeFiles/curlu.dir/cf-https-connect.c.o" \ -"CMakeFiles/curlu.dir/cf-socket.c.o" \ -"CMakeFiles/curlu.dir/cfilters.c.o" \ -"CMakeFiles/curlu.dir/conncache.c.o" \ -"CMakeFiles/curlu.dir/connect.c.o" \ -"CMakeFiles/curlu.dir/content_encoding.c.o" \ -"CMakeFiles/curlu.dir/cookie.c.o" \ -"CMakeFiles/curlu.dir/cshutdn.c.o" \ -"CMakeFiles/curlu.dir/curl_addrinfo.c.o" \ -"CMakeFiles/curlu.dir/curl_des.c.o" \ -"CMakeFiles/curlu.dir/curl_endian.c.o" \ -"CMakeFiles/curlu.dir/curl_fnmatch.c.o" \ -"CMakeFiles/curlu.dir/curl_get_line.c.o" \ -"CMakeFiles/curlu.dir/curl_gethostname.c.o" \ -"CMakeFiles/curlu.dir/curl_gssapi.c.o" \ -"CMakeFiles/curlu.dir/curl_memrchr.c.o" \ -"CMakeFiles/curlu.dir/curl_ntlm_core.c.o" \ -"CMakeFiles/curlu.dir/curl_range.c.o" \ -"CMakeFiles/curlu.dir/curl_rtmp.c.o" \ -"CMakeFiles/curlu.dir/curl_sasl.c.o" \ -"CMakeFiles/curlu.dir/curl_sha512_256.c.o" \ -"CMakeFiles/curlu.dir/curl_sspi.c.o" \ -"CMakeFiles/curlu.dir/curl_threads.c.o" \ -"CMakeFiles/curlu.dir/curl_trc.c.o" \ -"CMakeFiles/curlu.dir/cw-out.c.o" \ -"CMakeFiles/curlu.dir/cw-pause.c.o" \ -"CMakeFiles/curlu.dir/dict.c.o" \ -"CMakeFiles/curlu.dir/doh.c.o" \ -"CMakeFiles/curlu.dir/dynhds.c.o" \ -"CMakeFiles/curlu.dir/easy.c.o" \ -"CMakeFiles/curlu.dir/easygetopt.c.o" \ -"CMakeFiles/curlu.dir/easyoptions.c.o" \ -"CMakeFiles/curlu.dir/escape.c.o" \ -"CMakeFiles/curlu.dir/fake_addrinfo.c.o" \ -"CMakeFiles/curlu.dir/file.c.o" \ -"CMakeFiles/curlu.dir/fileinfo.c.o" \ -"CMakeFiles/curlu.dir/fopen.c.o" \ -"CMakeFiles/curlu.dir/formdata.c.o" \ -"CMakeFiles/curlu.dir/ftp.c.o" \ -"CMakeFiles/curlu.dir/ftplistparser.c.o" \ -"CMakeFiles/curlu.dir/getenv.c.o" \ -"CMakeFiles/curlu.dir/getinfo.c.o" \ -"CMakeFiles/curlu.dir/gopher.c.o" \ -"CMakeFiles/curlu.dir/hash.c.o" \ -"CMakeFiles/curlu.dir/headers.c.o" \ -"CMakeFiles/curlu.dir/hmac.c.o" \ -"CMakeFiles/curlu.dir/hostip.c.o" \ -"CMakeFiles/curlu.dir/hostip4.c.o" \ -"CMakeFiles/curlu.dir/hostip6.c.o" \ -"CMakeFiles/curlu.dir/hsts.c.o" \ -"CMakeFiles/curlu.dir/http.c.o" \ -"CMakeFiles/curlu.dir/http1.c.o" \ -"CMakeFiles/curlu.dir/http2.c.o" \ -"CMakeFiles/curlu.dir/http_aws_sigv4.c.o" \ -"CMakeFiles/curlu.dir/http_chunks.c.o" \ -"CMakeFiles/curlu.dir/http_digest.c.o" \ -"CMakeFiles/curlu.dir/http_negotiate.c.o" \ -"CMakeFiles/curlu.dir/http_ntlm.c.o" \ -"CMakeFiles/curlu.dir/http_proxy.c.o" \ -"CMakeFiles/curlu.dir/httpsrr.c.o" \ -"CMakeFiles/curlu.dir/idn.c.o" \ -"CMakeFiles/curlu.dir/if2ip.c.o" \ -"CMakeFiles/curlu.dir/imap.c.o" \ -"CMakeFiles/curlu.dir/inet_ntop.c.o" \ -"CMakeFiles/curlu.dir/krb5.c.o" \ -"CMakeFiles/curlu.dir/ldap.c.o" \ -"CMakeFiles/curlu.dir/llist.c.o" \ -"CMakeFiles/curlu.dir/macos.c.o" \ -"CMakeFiles/curlu.dir/md4.c.o" \ -"CMakeFiles/curlu.dir/md5.c.o" \ -"CMakeFiles/curlu.dir/memdebug.c.o" \ -"CMakeFiles/curlu.dir/mime.c.o" \ -"CMakeFiles/curlu.dir/mprintf.c.o" \ -"CMakeFiles/curlu.dir/mqtt.c.o" \ -"CMakeFiles/curlu.dir/multi.c.o" \ -"CMakeFiles/curlu.dir/multi_ev.c.o" \ -"CMakeFiles/curlu.dir/netrc.c.o" \ -"CMakeFiles/curlu.dir/noproxy.c.o" \ -"CMakeFiles/curlu.dir/openldap.c.o" \ -"CMakeFiles/curlu.dir/parsedate.c.o" \ -"CMakeFiles/curlu.dir/pingpong.c.o" \ -"CMakeFiles/curlu.dir/pop3.c.o" \ -"CMakeFiles/curlu.dir/progress.c.o" \ -"CMakeFiles/curlu.dir/psl.c.o" \ -"CMakeFiles/curlu.dir/rand.c.o" \ -"CMakeFiles/curlu.dir/rename.c.o" \ -"CMakeFiles/curlu.dir/request.c.o" \ -"CMakeFiles/curlu.dir/rtsp.c.o" \ -"CMakeFiles/curlu.dir/select.c.o" \ -"CMakeFiles/curlu.dir/sendf.c.o" \ -"CMakeFiles/curlu.dir/setopt.c.o" \ -"CMakeFiles/curlu.dir/sha256.c.o" \ -"CMakeFiles/curlu.dir/share.c.o" \ -"CMakeFiles/curlu.dir/slist.c.o" \ -"CMakeFiles/curlu.dir/smb.c.o" \ -"CMakeFiles/curlu.dir/smtp.c.o" \ -"CMakeFiles/curlu.dir/socketpair.c.o" \ -"CMakeFiles/curlu.dir/socks.c.o" \ -"CMakeFiles/curlu.dir/socks_gssapi.c.o" \ -"CMakeFiles/curlu.dir/socks_sspi.c.o" \ -"CMakeFiles/curlu.dir/speedcheck.c.o" \ -"CMakeFiles/curlu.dir/splay.c.o" \ -"CMakeFiles/curlu.dir/strcase.c.o" \ -"CMakeFiles/curlu.dir/strdup.c.o" \ -"CMakeFiles/curlu.dir/strequal.c.o" \ -"CMakeFiles/curlu.dir/strerror.c.o" \ -"CMakeFiles/curlu.dir/system_win32.c.o" \ -"CMakeFiles/curlu.dir/telnet.c.o" \ -"CMakeFiles/curlu.dir/tftp.c.o" \ -"CMakeFiles/curlu.dir/transfer.c.o" \ -"CMakeFiles/curlu.dir/uint-bset.c.o" \ -"CMakeFiles/curlu.dir/uint-hash.c.o" \ -"CMakeFiles/curlu.dir/uint-spbset.c.o" \ -"CMakeFiles/curlu.dir/uint-table.c.o" \ -"CMakeFiles/curlu.dir/url.c.o" \ -"CMakeFiles/curlu.dir/urlapi.c.o" \ -"CMakeFiles/curlu.dir/version.c.o" \ -"CMakeFiles/curlu.dir/ws.c.o" \ -"CMakeFiles/curlu.dir/vauth/cleartext.c.o" \ -"CMakeFiles/curlu.dir/vauth/cram.c.o" \ -"CMakeFiles/curlu.dir/vauth/digest.c.o" \ -"CMakeFiles/curlu.dir/vauth/digest_sspi.c.o" \ -"CMakeFiles/curlu.dir/vauth/gsasl.c.o" \ -"CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o" \ -"CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o" \ -"CMakeFiles/curlu.dir/vauth/ntlm.c.o" \ -"CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o" \ -"CMakeFiles/curlu.dir/vauth/oauth2.c.o" \ -"CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o" \ -"CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o" \ -"CMakeFiles/curlu.dir/vauth/vauth.c.o" \ -"CMakeFiles/curlu.dir/vtls/bearssl.c.o" \ -"CMakeFiles/curlu.dir/vtls/cipher_suite.c.o" \ -"CMakeFiles/curlu.dir/vtls/gtls.c.o" \ -"CMakeFiles/curlu.dir/vtls/hostcheck.c.o" \ -"CMakeFiles/curlu.dir/vtls/keylog.c.o" \ -"CMakeFiles/curlu.dir/vtls/mbedtls.c.o" \ -"CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o" \ -"CMakeFiles/curlu.dir/vtls/openssl.c.o" \ -"CMakeFiles/curlu.dir/vtls/rustls.c.o" \ -"CMakeFiles/curlu.dir/vtls/schannel.c.o" \ -"CMakeFiles/curlu.dir/vtls/schannel_verify.c.o" \ -"CMakeFiles/curlu.dir/vtls/sectransp.c.o" \ -"CMakeFiles/curlu.dir/vtls/vtls.c.o" \ -"CMakeFiles/curlu.dir/vtls/vtls_scache.c.o" \ -"CMakeFiles/curlu.dir/vtls/vtls_spack.c.o" \ -"CMakeFiles/curlu.dir/vtls/wolfssl.c.o" \ -"CMakeFiles/curlu.dir/vtls/x509asn1.c.o" \ -"CMakeFiles/curlu.dir/vquic/curl_msh3.c.o" \ -"CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o" \ -"CMakeFiles/curlu.dir/vquic/curl_osslq.c.o" \ -"CMakeFiles/curlu.dir/vquic/curl_quiche.c.o" \ -"CMakeFiles/curlu.dir/vquic/vquic.c.o" \ -"CMakeFiles/curlu.dir/vquic/vquic-tls.c.o" \ -"CMakeFiles/curlu.dir/vssh/libssh.c.o" \ -"CMakeFiles/curlu.dir/vssh/libssh2.c.o" \ -"CMakeFiles/curlu.dir/vssh/curl_path.c.o" \ -"CMakeFiles/curlu.dir/vssh/wolfssh.c.o" \ -"CMakeFiles/curlu.dir/curlx/base64.c.o" \ -"CMakeFiles/curlu.dir/curlx/dynbuf.c.o" \ -"CMakeFiles/curlu.dir/curlx/inet_pton.c.o" \ -"CMakeFiles/curlu.dir/curlx/multibyte.c.o" \ -"CMakeFiles/curlu.dir/curlx/nonblock.c.o" \ -"CMakeFiles/curlu.dir/curlx/strparse.c.o" \ -"CMakeFiles/curlu.dir/curlx/timediff.c.o" \ -"CMakeFiles/curlu.dir/curlx/timeval.c.o" \ -"CMakeFiles/curlu.dir/curlx/version_win32.c.o" \ -"CMakeFiles/curlu.dir/curlx/warnless.c.o" \ -"CMakeFiles/curlu.dir/curlx/winapi.c.o" - -# External object files for target curlu -curlu_EXTERNAL_OBJECTS = - -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/bufq.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/bufref.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/conncache.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/connect.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/cookie.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/dict.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/doh.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/easy.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/escape.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/file.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/fopen.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/formdata.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/ftp.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/getenv.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/gopher.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/hash.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/headers.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/hmac.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/hostip.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/hsts.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/http.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/http1.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/http2.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/idn.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/imap.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/krb5.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/ldap.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/llist.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/macos.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/md4.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/md5.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/mime.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/multi.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/netrc.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/openldap.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/pop3.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/progress.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/psl.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/rand.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/rename.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/request.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/select.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/sendf.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/setopt.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/sha256.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/share.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/slist.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/smb.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/smtp.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/socks.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/splay.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/strcase.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/strdup.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/strequal.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/strerror.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/telnet.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/tftp.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/transfer.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/url.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/version.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/ws.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.o -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/build.make -external/curl/lib/libcurlu.a: external/curl/lib/CMakeFiles/curlu.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_180) "Linking C static library libcurlu.a" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && $(CMAKE_COMMAND) -P CMakeFiles/curlu.dir/cmake_clean_target.cmake - cd /home/guest/Downloads/PopLib/build/external/curl/lib && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curlu.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/lib/CMakeFiles/curlu.dir/build: external/curl/lib/libcurlu.a -.PHONY : external/curl/lib/CMakeFiles/curlu.dir/build - -external/curl/lib/CMakeFiles/curlu.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/lib && $(CMAKE_COMMAND) -P CMakeFiles/curlu.dir/cmake_clean.cmake -.PHONY : external/curl/lib/CMakeFiles/curlu.dir/clean - -external/curl/lib/CMakeFiles/curlu.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/lib /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/lib /home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/curlu.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/lib/CMakeFiles/curlu.dir/depend - diff --git a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/cmake_clean.cmake b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/cmake_clean.cmake deleted file mode 100644 index edccdf1c..00000000 --- a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/cmake_clean.cmake +++ /dev/null @@ -1,367 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curlu.dir/altsvc.c.o" - "CMakeFiles/curlu.dir/altsvc.c.o.d" - "CMakeFiles/curlu.dir/amigaos.c.o" - "CMakeFiles/curlu.dir/amigaos.c.o.d" - "CMakeFiles/curlu.dir/asyn-ares.c.o" - "CMakeFiles/curlu.dir/asyn-ares.c.o.d" - "CMakeFiles/curlu.dir/asyn-base.c.o" - "CMakeFiles/curlu.dir/asyn-base.c.o.d" - "CMakeFiles/curlu.dir/asyn-thrdd.c.o" - "CMakeFiles/curlu.dir/asyn-thrdd.c.o.d" - "CMakeFiles/curlu.dir/bufq.c.o" - "CMakeFiles/curlu.dir/bufq.c.o.d" - "CMakeFiles/curlu.dir/bufref.c.o" - "CMakeFiles/curlu.dir/bufref.c.o.d" - "CMakeFiles/curlu.dir/cf-h1-proxy.c.o" - "CMakeFiles/curlu.dir/cf-h1-proxy.c.o.d" - "CMakeFiles/curlu.dir/cf-h2-proxy.c.o" - "CMakeFiles/curlu.dir/cf-h2-proxy.c.o.d" - "CMakeFiles/curlu.dir/cf-haproxy.c.o" - "CMakeFiles/curlu.dir/cf-haproxy.c.o.d" - "CMakeFiles/curlu.dir/cf-https-connect.c.o" - "CMakeFiles/curlu.dir/cf-https-connect.c.o.d" - "CMakeFiles/curlu.dir/cf-socket.c.o" - "CMakeFiles/curlu.dir/cf-socket.c.o.d" - "CMakeFiles/curlu.dir/cfilters.c.o" - "CMakeFiles/curlu.dir/cfilters.c.o.d" - "CMakeFiles/curlu.dir/conncache.c.o" - "CMakeFiles/curlu.dir/conncache.c.o.d" - "CMakeFiles/curlu.dir/connect.c.o" - "CMakeFiles/curlu.dir/connect.c.o.d" - "CMakeFiles/curlu.dir/content_encoding.c.o" - "CMakeFiles/curlu.dir/content_encoding.c.o.d" - "CMakeFiles/curlu.dir/cookie.c.o" - "CMakeFiles/curlu.dir/cookie.c.o.d" - "CMakeFiles/curlu.dir/cshutdn.c.o" - "CMakeFiles/curlu.dir/cshutdn.c.o.d" - "CMakeFiles/curlu.dir/curl_addrinfo.c.o" - "CMakeFiles/curlu.dir/curl_addrinfo.c.o.d" - "CMakeFiles/curlu.dir/curl_des.c.o" - "CMakeFiles/curlu.dir/curl_des.c.o.d" - "CMakeFiles/curlu.dir/curl_endian.c.o" - "CMakeFiles/curlu.dir/curl_endian.c.o.d" - "CMakeFiles/curlu.dir/curl_fnmatch.c.o" - "CMakeFiles/curlu.dir/curl_fnmatch.c.o.d" - "CMakeFiles/curlu.dir/curl_get_line.c.o" - "CMakeFiles/curlu.dir/curl_get_line.c.o.d" - "CMakeFiles/curlu.dir/curl_gethostname.c.o" - "CMakeFiles/curlu.dir/curl_gethostname.c.o.d" - "CMakeFiles/curlu.dir/curl_gssapi.c.o" - "CMakeFiles/curlu.dir/curl_gssapi.c.o.d" - "CMakeFiles/curlu.dir/curl_memrchr.c.o" - "CMakeFiles/curlu.dir/curl_memrchr.c.o.d" - "CMakeFiles/curlu.dir/curl_ntlm_core.c.o" - "CMakeFiles/curlu.dir/curl_ntlm_core.c.o.d" - "CMakeFiles/curlu.dir/curl_range.c.o" - "CMakeFiles/curlu.dir/curl_range.c.o.d" - "CMakeFiles/curlu.dir/curl_rtmp.c.o" - "CMakeFiles/curlu.dir/curl_rtmp.c.o.d" - "CMakeFiles/curlu.dir/curl_sasl.c.o" - "CMakeFiles/curlu.dir/curl_sasl.c.o.d" - "CMakeFiles/curlu.dir/curl_sha512_256.c.o" - "CMakeFiles/curlu.dir/curl_sha512_256.c.o.d" - "CMakeFiles/curlu.dir/curl_sspi.c.o" - "CMakeFiles/curlu.dir/curl_sspi.c.o.d" - "CMakeFiles/curlu.dir/curl_threads.c.o" - "CMakeFiles/curlu.dir/curl_threads.c.o.d" - "CMakeFiles/curlu.dir/curl_trc.c.o" - "CMakeFiles/curlu.dir/curl_trc.c.o.d" - "CMakeFiles/curlu.dir/curlx/base64.c.o" - "CMakeFiles/curlu.dir/curlx/base64.c.o.d" - "CMakeFiles/curlu.dir/curlx/dynbuf.c.o" - "CMakeFiles/curlu.dir/curlx/dynbuf.c.o.d" - "CMakeFiles/curlu.dir/curlx/inet_pton.c.o" - "CMakeFiles/curlu.dir/curlx/inet_pton.c.o.d" - "CMakeFiles/curlu.dir/curlx/multibyte.c.o" - "CMakeFiles/curlu.dir/curlx/multibyte.c.o.d" - "CMakeFiles/curlu.dir/curlx/nonblock.c.o" - "CMakeFiles/curlu.dir/curlx/nonblock.c.o.d" - "CMakeFiles/curlu.dir/curlx/strparse.c.o" - "CMakeFiles/curlu.dir/curlx/strparse.c.o.d" - "CMakeFiles/curlu.dir/curlx/timediff.c.o" - "CMakeFiles/curlu.dir/curlx/timediff.c.o.d" - "CMakeFiles/curlu.dir/curlx/timeval.c.o" - "CMakeFiles/curlu.dir/curlx/timeval.c.o.d" - "CMakeFiles/curlu.dir/curlx/version_win32.c.o" - "CMakeFiles/curlu.dir/curlx/version_win32.c.o.d" - "CMakeFiles/curlu.dir/curlx/warnless.c.o" - "CMakeFiles/curlu.dir/curlx/warnless.c.o.d" - "CMakeFiles/curlu.dir/curlx/winapi.c.o" - "CMakeFiles/curlu.dir/curlx/winapi.c.o.d" - "CMakeFiles/curlu.dir/cw-out.c.o" - "CMakeFiles/curlu.dir/cw-out.c.o.d" - "CMakeFiles/curlu.dir/cw-pause.c.o" - "CMakeFiles/curlu.dir/cw-pause.c.o.d" - "CMakeFiles/curlu.dir/dict.c.o" - "CMakeFiles/curlu.dir/dict.c.o.d" - "CMakeFiles/curlu.dir/doh.c.o" - "CMakeFiles/curlu.dir/doh.c.o.d" - "CMakeFiles/curlu.dir/dynhds.c.o" - "CMakeFiles/curlu.dir/dynhds.c.o.d" - "CMakeFiles/curlu.dir/easy.c.o" - "CMakeFiles/curlu.dir/easy.c.o.d" - "CMakeFiles/curlu.dir/easygetopt.c.o" - "CMakeFiles/curlu.dir/easygetopt.c.o.d" - "CMakeFiles/curlu.dir/easyoptions.c.o" - "CMakeFiles/curlu.dir/easyoptions.c.o.d" - "CMakeFiles/curlu.dir/escape.c.o" - "CMakeFiles/curlu.dir/escape.c.o.d" - "CMakeFiles/curlu.dir/fake_addrinfo.c.o" - "CMakeFiles/curlu.dir/fake_addrinfo.c.o.d" - "CMakeFiles/curlu.dir/file.c.o" - "CMakeFiles/curlu.dir/file.c.o.d" - "CMakeFiles/curlu.dir/fileinfo.c.o" - "CMakeFiles/curlu.dir/fileinfo.c.o.d" - "CMakeFiles/curlu.dir/fopen.c.o" - "CMakeFiles/curlu.dir/fopen.c.o.d" - "CMakeFiles/curlu.dir/formdata.c.o" - "CMakeFiles/curlu.dir/formdata.c.o.d" - "CMakeFiles/curlu.dir/ftp.c.o" - "CMakeFiles/curlu.dir/ftp.c.o.d" - "CMakeFiles/curlu.dir/ftplistparser.c.o" - "CMakeFiles/curlu.dir/ftplistparser.c.o.d" - "CMakeFiles/curlu.dir/getenv.c.o" - "CMakeFiles/curlu.dir/getenv.c.o.d" - "CMakeFiles/curlu.dir/getinfo.c.o" - "CMakeFiles/curlu.dir/getinfo.c.o.d" - "CMakeFiles/curlu.dir/gopher.c.o" - "CMakeFiles/curlu.dir/gopher.c.o.d" - "CMakeFiles/curlu.dir/hash.c.o" - "CMakeFiles/curlu.dir/hash.c.o.d" - "CMakeFiles/curlu.dir/headers.c.o" - "CMakeFiles/curlu.dir/headers.c.o.d" - "CMakeFiles/curlu.dir/hmac.c.o" - "CMakeFiles/curlu.dir/hmac.c.o.d" - "CMakeFiles/curlu.dir/hostip.c.o" - "CMakeFiles/curlu.dir/hostip.c.o.d" - "CMakeFiles/curlu.dir/hostip4.c.o" - "CMakeFiles/curlu.dir/hostip4.c.o.d" - "CMakeFiles/curlu.dir/hostip6.c.o" - "CMakeFiles/curlu.dir/hostip6.c.o.d" - "CMakeFiles/curlu.dir/hsts.c.o" - "CMakeFiles/curlu.dir/hsts.c.o.d" - "CMakeFiles/curlu.dir/http.c.o" - "CMakeFiles/curlu.dir/http.c.o.d" - "CMakeFiles/curlu.dir/http1.c.o" - "CMakeFiles/curlu.dir/http1.c.o.d" - "CMakeFiles/curlu.dir/http2.c.o" - "CMakeFiles/curlu.dir/http2.c.o.d" - "CMakeFiles/curlu.dir/http_aws_sigv4.c.o" - "CMakeFiles/curlu.dir/http_aws_sigv4.c.o.d" - "CMakeFiles/curlu.dir/http_chunks.c.o" - "CMakeFiles/curlu.dir/http_chunks.c.o.d" - "CMakeFiles/curlu.dir/http_digest.c.o" - "CMakeFiles/curlu.dir/http_digest.c.o.d" - "CMakeFiles/curlu.dir/http_negotiate.c.o" - "CMakeFiles/curlu.dir/http_negotiate.c.o.d" - "CMakeFiles/curlu.dir/http_ntlm.c.o" - "CMakeFiles/curlu.dir/http_ntlm.c.o.d" - "CMakeFiles/curlu.dir/http_proxy.c.o" - "CMakeFiles/curlu.dir/http_proxy.c.o.d" - "CMakeFiles/curlu.dir/httpsrr.c.o" - "CMakeFiles/curlu.dir/httpsrr.c.o.d" - "CMakeFiles/curlu.dir/idn.c.o" - "CMakeFiles/curlu.dir/idn.c.o.d" - "CMakeFiles/curlu.dir/if2ip.c.o" - "CMakeFiles/curlu.dir/if2ip.c.o.d" - "CMakeFiles/curlu.dir/imap.c.o" - "CMakeFiles/curlu.dir/imap.c.o.d" - "CMakeFiles/curlu.dir/inet_ntop.c.o" - "CMakeFiles/curlu.dir/inet_ntop.c.o.d" - "CMakeFiles/curlu.dir/krb5.c.o" - "CMakeFiles/curlu.dir/krb5.c.o.d" - "CMakeFiles/curlu.dir/ldap.c.o" - "CMakeFiles/curlu.dir/ldap.c.o.d" - "CMakeFiles/curlu.dir/llist.c.o" - "CMakeFiles/curlu.dir/llist.c.o.d" - "CMakeFiles/curlu.dir/macos.c.o" - "CMakeFiles/curlu.dir/macos.c.o.d" - "CMakeFiles/curlu.dir/md4.c.o" - "CMakeFiles/curlu.dir/md4.c.o.d" - "CMakeFiles/curlu.dir/md5.c.o" - "CMakeFiles/curlu.dir/md5.c.o.d" - "CMakeFiles/curlu.dir/memdebug.c.o" - "CMakeFiles/curlu.dir/memdebug.c.o.d" - "CMakeFiles/curlu.dir/mime.c.o" - "CMakeFiles/curlu.dir/mime.c.o.d" - "CMakeFiles/curlu.dir/mprintf.c.o" - "CMakeFiles/curlu.dir/mprintf.c.o.d" - "CMakeFiles/curlu.dir/mqtt.c.o" - "CMakeFiles/curlu.dir/mqtt.c.o.d" - "CMakeFiles/curlu.dir/multi.c.o" - "CMakeFiles/curlu.dir/multi.c.o.d" - "CMakeFiles/curlu.dir/multi_ev.c.o" - "CMakeFiles/curlu.dir/multi_ev.c.o.d" - "CMakeFiles/curlu.dir/netrc.c.o" - "CMakeFiles/curlu.dir/netrc.c.o.d" - "CMakeFiles/curlu.dir/noproxy.c.o" - "CMakeFiles/curlu.dir/noproxy.c.o.d" - "CMakeFiles/curlu.dir/openldap.c.o" - "CMakeFiles/curlu.dir/openldap.c.o.d" - "CMakeFiles/curlu.dir/parsedate.c.o" - "CMakeFiles/curlu.dir/parsedate.c.o.d" - "CMakeFiles/curlu.dir/pingpong.c.o" - "CMakeFiles/curlu.dir/pingpong.c.o.d" - "CMakeFiles/curlu.dir/pop3.c.o" - "CMakeFiles/curlu.dir/pop3.c.o.d" - "CMakeFiles/curlu.dir/progress.c.o" - "CMakeFiles/curlu.dir/progress.c.o.d" - "CMakeFiles/curlu.dir/psl.c.o" - "CMakeFiles/curlu.dir/psl.c.o.d" - "CMakeFiles/curlu.dir/rand.c.o" - "CMakeFiles/curlu.dir/rand.c.o.d" - "CMakeFiles/curlu.dir/rename.c.o" - "CMakeFiles/curlu.dir/rename.c.o.d" - "CMakeFiles/curlu.dir/request.c.o" - "CMakeFiles/curlu.dir/request.c.o.d" - "CMakeFiles/curlu.dir/rtsp.c.o" - "CMakeFiles/curlu.dir/rtsp.c.o.d" - "CMakeFiles/curlu.dir/select.c.o" - "CMakeFiles/curlu.dir/select.c.o.d" - "CMakeFiles/curlu.dir/sendf.c.o" - "CMakeFiles/curlu.dir/sendf.c.o.d" - "CMakeFiles/curlu.dir/setopt.c.o" - "CMakeFiles/curlu.dir/setopt.c.o.d" - "CMakeFiles/curlu.dir/sha256.c.o" - "CMakeFiles/curlu.dir/sha256.c.o.d" - "CMakeFiles/curlu.dir/share.c.o" - "CMakeFiles/curlu.dir/share.c.o.d" - "CMakeFiles/curlu.dir/slist.c.o" - "CMakeFiles/curlu.dir/slist.c.o.d" - "CMakeFiles/curlu.dir/smb.c.o" - "CMakeFiles/curlu.dir/smb.c.o.d" - "CMakeFiles/curlu.dir/smtp.c.o" - "CMakeFiles/curlu.dir/smtp.c.o.d" - "CMakeFiles/curlu.dir/socketpair.c.o" - "CMakeFiles/curlu.dir/socketpair.c.o.d" - "CMakeFiles/curlu.dir/socks.c.o" - "CMakeFiles/curlu.dir/socks.c.o.d" - "CMakeFiles/curlu.dir/socks_gssapi.c.o" - "CMakeFiles/curlu.dir/socks_gssapi.c.o.d" - "CMakeFiles/curlu.dir/socks_sspi.c.o" - "CMakeFiles/curlu.dir/socks_sspi.c.o.d" - "CMakeFiles/curlu.dir/speedcheck.c.o" - "CMakeFiles/curlu.dir/speedcheck.c.o.d" - "CMakeFiles/curlu.dir/splay.c.o" - "CMakeFiles/curlu.dir/splay.c.o.d" - "CMakeFiles/curlu.dir/strcase.c.o" - "CMakeFiles/curlu.dir/strcase.c.o.d" - "CMakeFiles/curlu.dir/strdup.c.o" - "CMakeFiles/curlu.dir/strdup.c.o.d" - "CMakeFiles/curlu.dir/strequal.c.o" - "CMakeFiles/curlu.dir/strequal.c.o.d" - "CMakeFiles/curlu.dir/strerror.c.o" - "CMakeFiles/curlu.dir/strerror.c.o.d" - "CMakeFiles/curlu.dir/system_win32.c.o" - "CMakeFiles/curlu.dir/system_win32.c.o.d" - "CMakeFiles/curlu.dir/telnet.c.o" - "CMakeFiles/curlu.dir/telnet.c.o.d" - "CMakeFiles/curlu.dir/tftp.c.o" - "CMakeFiles/curlu.dir/tftp.c.o.d" - "CMakeFiles/curlu.dir/transfer.c.o" - "CMakeFiles/curlu.dir/transfer.c.o.d" - "CMakeFiles/curlu.dir/uint-bset.c.o" - "CMakeFiles/curlu.dir/uint-bset.c.o.d" - "CMakeFiles/curlu.dir/uint-hash.c.o" - "CMakeFiles/curlu.dir/uint-hash.c.o.d" - "CMakeFiles/curlu.dir/uint-spbset.c.o" - "CMakeFiles/curlu.dir/uint-spbset.c.o.d" - "CMakeFiles/curlu.dir/uint-table.c.o" - "CMakeFiles/curlu.dir/uint-table.c.o.d" - "CMakeFiles/curlu.dir/url.c.o" - "CMakeFiles/curlu.dir/url.c.o.d" - "CMakeFiles/curlu.dir/urlapi.c.o" - "CMakeFiles/curlu.dir/urlapi.c.o.d" - "CMakeFiles/curlu.dir/vauth/cleartext.c.o" - "CMakeFiles/curlu.dir/vauth/cleartext.c.o.d" - "CMakeFiles/curlu.dir/vauth/cram.c.o" - "CMakeFiles/curlu.dir/vauth/cram.c.o.d" - "CMakeFiles/curlu.dir/vauth/digest.c.o" - "CMakeFiles/curlu.dir/vauth/digest.c.o.d" - "CMakeFiles/curlu.dir/vauth/digest_sspi.c.o" - "CMakeFiles/curlu.dir/vauth/digest_sspi.c.o.d" - "CMakeFiles/curlu.dir/vauth/gsasl.c.o" - "CMakeFiles/curlu.dir/vauth/gsasl.c.o.d" - "CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o" - "CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o.d" - "CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o" - "CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o.d" - "CMakeFiles/curlu.dir/vauth/ntlm.c.o" - "CMakeFiles/curlu.dir/vauth/ntlm.c.o.d" - "CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o" - "CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o.d" - "CMakeFiles/curlu.dir/vauth/oauth2.c.o" - "CMakeFiles/curlu.dir/vauth/oauth2.c.o.d" - "CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o" - "CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o.d" - "CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o" - "CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o.d" - "CMakeFiles/curlu.dir/vauth/vauth.c.o" - "CMakeFiles/curlu.dir/vauth/vauth.c.o.d" - "CMakeFiles/curlu.dir/version.c.o" - "CMakeFiles/curlu.dir/version.c.o.d" - "CMakeFiles/curlu.dir/vquic/curl_msh3.c.o" - "CMakeFiles/curlu.dir/vquic/curl_msh3.c.o.d" - "CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o" - "CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o.d" - "CMakeFiles/curlu.dir/vquic/curl_osslq.c.o" - "CMakeFiles/curlu.dir/vquic/curl_osslq.c.o.d" - "CMakeFiles/curlu.dir/vquic/curl_quiche.c.o" - "CMakeFiles/curlu.dir/vquic/curl_quiche.c.o.d" - "CMakeFiles/curlu.dir/vquic/vquic-tls.c.o" - "CMakeFiles/curlu.dir/vquic/vquic-tls.c.o.d" - "CMakeFiles/curlu.dir/vquic/vquic.c.o" - "CMakeFiles/curlu.dir/vquic/vquic.c.o.d" - "CMakeFiles/curlu.dir/vssh/curl_path.c.o" - "CMakeFiles/curlu.dir/vssh/curl_path.c.o.d" - "CMakeFiles/curlu.dir/vssh/libssh.c.o" - "CMakeFiles/curlu.dir/vssh/libssh.c.o.d" - "CMakeFiles/curlu.dir/vssh/libssh2.c.o" - "CMakeFiles/curlu.dir/vssh/libssh2.c.o.d" - "CMakeFiles/curlu.dir/vssh/wolfssh.c.o" - "CMakeFiles/curlu.dir/vssh/wolfssh.c.o.d" - "CMakeFiles/curlu.dir/vtls/bearssl.c.o" - "CMakeFiles/curlu.dir/vtls/bearssl.c.o.d" - "CMakeFiles/curlu.dir/vtls/cipher_suite.c.o" - "CMakeFiles/curlu.dir/vtls/cipher_suite.c.o.d" - "CMakeFiles/curlu.dir/vtls/gtls.c.o" - "CMakeFiles/curlu.dir/vtls/gtls.c.o.d" - "CMakeFiles/curlu.dir/vtls/hostcheck.c.o" - "CMakeFiles/curlu.dir/vtls/hostcheck.c.o.d" - "CMakeFiles/curlu.dir/vtls/keylog.c.o" - "CMakeFiles/curlu.dir/vtls/keylog.c.o.d" - "CMakeFiles/curlu.dir/vtls/mbedtls.c.o" - "CMakeFiles/curlu.dir/vtls/mbedtls.c.o.d" - "CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o" - "CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o.d" - "CMakeFiles/curlu.dir/vtls/openssl.c.o" - "CMakeFiles/curlu.dir/vtls/openssl.c.o.d" - "CMakeFiles/curlu.dir/vtls/rustls.c.o" - "CMakeFiles/curlu.dir/vtls/rustls.c.o.d" - "CMakeFiles/curlu.dir/vtls/schannel.c.o" - "CMakeFiles/curlu.dir/vtls/schannel.c.o.d" - "CMakeFiles/curlu.dir/vtls/schannel_verify.c.o" - "CMakeFiles/curlu.dir/vtls/schannel_verify.c.o.d" - "CMakeFiles/curlu.dir/vtls/sectransp.c.o" - "CMakeFiles/curlu.dir/vtls/sectransp.c.o.d" - "CMakeFiles/curlu.dir/vtls/vtls.c.o" - "CMakeFiles/curlu.dir/vtls/vtls.c.o.d" - "CMakeFiles/curlu.dir/vtls/vtls_scache.c.o" - "CMakeFiles/curlu.dir/vtls/vtls_scache.c.o.d" - "CMakeFiles/curlu.dir/vtls/vtls_spack.c.o" - "CMakeFiles/curlu.dir/vtls/vtls_spack.c.o.d" - "CMakeFiles/curlu.dir/vtls/wolfssl.c.o" - "CMakeFiles/curlu.dir/vtls/wolfssl.c.o.d" - "CMakeFiles/curlu.dir/vtls/x509asn1.c.o" - "CMakeFiles/curlu.dir/vtls/x509asn1.c.o.d" - "CMakeFiles/curlu.dir/ws.c.o" - "CMakeFiles/curlu.dir/ws.c.o.d" - "libcurlu.a" - "libcurlu.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curlu.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/cmake_clean_target.cmake b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/cmake_clean_target.cmake deleted file mode 100644 index 149f3eb0..00000000 --- a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libcurlu.a" -) diff --git a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.make b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.make deleted file mode 100644 index 41fab890..00000000 --- a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curlu. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts deleted file mode 100644 index f6d328dd..00000000 --- a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curlu. diff --git a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/depend.make b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/depend.make deleted file mode 100644 index 9d230ba2..00000000 --- a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curlu. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/flags.make b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/flags.make deleted file mode 100644 index 53ca3c7b..00000000 --- a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIC -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/link.txt b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/link.txt deleted file mode 100644 index 1e57e5e6..00000000 --- a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libcurlu.a CMakeFiles/curlu.dir/altsvc.c.o CMakeFiles/curlu.dir/amigaos.c.o "CMakeFiles/curlu.dir/asyn-ares.c.o" "CMakeFiles/curlu.dir/asyn-base.c.o" "CMakeFiles/curlu.dir/asyn-thrdd.c.o" CMakeFiles/curlu.dir/bufq.c.o CMakeFiles/curlu.dir/bufref.c.o "CMakeFiles/curlu.dir/cf-h1-proxy.c.o" "CMakeFiles/curlu.dir/cf-h2-proxy.c.o" "CMakeFiles/curlu.dir/cf-haproxy.c.o" "CMakeFiles/curlu.dir/cf-https-connect.c.o" "CMakeFiles/curlu.dir/cf-socket.c.o" CMakeFiles/curlu.dir/cfilters.c.o CMakeFiles/curlu.dir/conncache.c.o CMakeFiles/curlu.dir/connect.c.o CMakeFiles/curlu.dir/content_encoding.c.o CMakeFiles/curlu.dir/cookie.c.o CMakeFiles/curlu.dir/cshutdn.c.o CMakeFiles/curlu.dir/curl_addrinfo.c.o CMakeFiles/curlu.dir/curl_des.c.o CMakeFiles/curlu.dir/curl_endian.c.o CMakeFiles/curlu.dir/curl_fnmatch.c.o CMakeFiles/curlu.dir/curl_get_line.c.o CMakeFiles/curlu.dir/curl_gethostname.c.o CMakeFiles/curlu.dir/curl_gssapi.c.o CMakeFiles/curlu.dir/curl_memrchr.c.o CMakeFiles/curlu.dir/curl_ntlm_core.c.o CMakeFiles/curlu.dir/curl_range.c.o CMakeFiles/curlu.dir/curl_rtmp.c.o CMakeFiles/curlu.dir/curl_sasl.c.o CMakeFiles/curlu.dir/curl_sha512_256.c.o CMakeFiles/curlu.dir/curl_sspi.c.o CMakeFiles/curlu.dir/curl_threads.c.o CMakeFiles/curlu.dir/curl_trc.c.o "CMakeFiles/curlu.dir/cw-out.c.o" "CMakeFiles/curlu.dir/cw-pause.c.o" CMakeFiles/curlu.dir/dict.c.o CMakeFiles/curlu.dir/doh.c.o CMakeFiles/curlu.dir/dynhds.c.o CMakeFiles/curlu.dir/easy.c.o CMakeFiles/curlu.dir/easygetopt.c.o CMakeFiles/curlu.dir/easyoptions.c.o CMakeFiles/curlu.dir/escape.c.o CMakeFiles/curlu.dir/fake_addrinfo.c.o CMakeFiles/curlu.dir/file.c.o CMakeFiles/curlu.dir/fileinfo.c.o CMakeFiles/curlu.dir/fopen.c.o CMakeFiles/curlu.dir/formdata.c.o CMakeFiles/curlu.dir/ftp.c.o CMakeFiles/curlu.dir/ftplistparser.c.o CMakeFiles/curlu.dir/getenv.c.o CMakeFiles/curlu.dir/getinfo.c.o CMakeFiles/curlu.dir/gopher.c.o CMakeFiles/curlu.dir/hash.c.o CMakeFiles/curlu.dir/headers.c.o CMakeFiles/curlu.dir/hmac.c.o CMakeFiles/curlu.dir/hostip.c.o CMakeFiles/curlu.dir/hostip4.c.o CMakeFiles/curlu.dir/hostip6.c.o CMakeFiles/curlu.dir/hsts.c.o CMakeFiles/curlu.dir/http.c.o CMakeFiles/curlu.dir/http1.c.o CMakeFiles/curlu.dir/http2.c.o CMakeFiles/curlu.dir/http_aws_sigv4.c.o CMakeFiles/curlu.dir/http_chunks.c.o CMakeFiles/curlu.dir/http_digest.c.o CMakeFiles/curlu.dir/http_negotiate.c.o CMakeFiles/curlu.dir/http_ntlm.c.o CMakeFiles/curlu.dir/http_proxy.c.o CMakeFiles/curlu.dir/httpsrr.c.o CMakeFiles/curlu.dir/idn.c.o CMakeFiles/curlu.dir/if2ip.c.o CMakeFiles/curlu.dir/imap.c.o CMakeFiles/curlu.dir/inet_ntop.c.o CMakeFiles/curlu.dir/krb5.c.o CMakeFiles/curlu.dir/ldap.c.o CMakeFiles/curlu.dir/llist.c.o CMakeFiles/curlu.dir/macos.c.o CMakeFiles/curlu.dir/md4.c.o CMakeFiles/curlu.dir/md5.c.o CMakeFiles/curlu.dir/memdebug.c.o CMakeFiles/curlu.dir/mime.c.o CMakeFiles/curlu.dir/mprintf.c.o CMakeFiles/curlu.dir/mqtt.c.o CMakeFiles/curlu.dir/multi.c.o CMakeFiles/curlu.dir/multi_ev.c.o CMakeFiles/curlu.dir/netrc.c.o CMakeFiles/curlu.dir/noproxy.c.o CMakeFiles/curlu.dir/openldap.c.o CMakeFiles/curlu.dir/parsedate.c.o CMakeFiles/curlu.dir/pingpong.c.o CMakeFiles/curlu.dir/pop3.c.o CMakeFiles/curlu.dir/progress.c.o CMakeFiles/curlu.dir/psl.c.o CMakeFiles/curlu.dir/rand.c.o CMakeFiles/curlu.dir/rename.c.o CMakeFiles/curlu.dir/request.c.o CMakeFiles/curlu.dir/rtsp.c.o CMakeFiles/curlu.dir/select.c.o CMakeFiles/curlu.dir/sendf.c.o CMakeFiles/curlu.dir/setopt.c.o CMakeFiles/curlu.dir/sha256.c.o CMakeFiles/curlu.dir/share.c.o CMakeFiles/curlu.dir/slist.c.o CMakeFiles/curlu.dir/smb.c.o CMakeFiles/curlu.dir/smtp.c.o CMakeFiles/curlu.dir/socketpair.c.o CMakeFiles/curlu.dir/socks.c.o CMakeFiles/curlu.dir/socks_gssapi.c.o CMakeFiles/curlu.dir/socks_sspi.c.o CMakeFiles/curlu.dir/speedcheck.c.o CMakeFiles/curlu.dir/splay.c.o CMakeFiles/curlu.dir/strcase.c.o CMakeFiles/curlu.dir/strdup.c.o CMakeFiles/curlu.dir/strequal.c.o CMakeFiles/curlu.dir/strerror.c.o CMakeFiles/curlu.dir/system_win32.c.o CMakeFiles/curlu.dir/telnet.c.o CMakeFiles/curlu.dir/tftp.c.o CMakeFiles/curlu.dir/transfer.c.o "CMakeFiles/curlu.dir/uint-bset.c.o" "CMakeFiles/curlu.dir/uint-hash.c.o" "CMakeFiles/curlu.dir/uint-spbset.c.o" "CMakeFiles/curlu.dir/uint-table.c.o" CMakeFiles/curlu.dir/url.c.o CMakeFiles/curlu.dir/urlapi.c.o CMakeFiles/curlu.dir/version.c.o CMakeFiles/curlu.dir/ws.c.o CMakeFiles/curlu.dir/vauth/cleartext.c.o CMakeFiles/curlu.dir/vauth/cram.c.o CMakeFiles/curlu.dir/vauth/digest.c.o CMakeFiles/curlu.dir/vauth/digest_sspi.c.o CMakeFiles/curlu.dir/vauth/gsasl.c.o CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o CMakeFiles/curlu.dir/vauth/ntlm.c.o CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o CMakeFiles/curlu.dir/vauth/oauth2.c.o CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o CMakeFiles/curlu.dir/vauth/vauth.c.o CMakeFiles/curlu.dir/vtls/bearssl.c.o CMakeFiles/curlu.dir/vtls/cipher_suite.c.o CMakeFiles/curlu.dir/vtls/gtls.c.o CMakeFiles/curlu.dir/vtls/hostcheck.c.o CMakeFiles/curlu.dir/vtls/keylog.c.o CMakeFiles/curlu.dir/vtls/mbedtls.c.o CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o CMakeFiles/curlu.dir/vtls/openssl.c.o CMakeFiles/curlu.dir/vtls/rustls.c.o CMakeFiles/curlu.dir/vtls/schannel.c.o CMakeFiles/curlu.dir/vtls/schannel_verify.c.o CMakeFiles/curlu.dir/vtls/sectransp.c.o CMakeFiles/curlu.dir/vtls/vtls.c.o CMakeFiles/curlu.dir/vtls/vtls_scache.c.o CMakeFiles/curlu.dir/vtls/vtls_spack.c.o CMakeFiles/curlu.dir/vtls/wolfssl.c.o CMakeFiles/curlu.dir/vtls/x509asn1.c.o CMakeFiles/curlu.dir/vquic/curl_msh3.c.o CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o CMakeFiles/curlu.dir/vquic/curl_osslq.c.o CMakeFiles/curlu.dir/vquic/curl_quiche.c.o CMakeFiles/curlu.dir/vquic/vquic.c.o "CMakeFiles/curlu.dir/vquic/vquic-tls.c.o" CMakeFiles/curlu.dir/vssh/libssh.c.o CMakeFiles/curlu.dir/vssh/libssh2.c.o CMakeFiles/curlu.dir/vssh/curl_path.c.o CMakeFiles/curlu.dir/vssh/wolfssh.c.o CMakeFiles/curlu.dir/curlx/base64.c.o CMakeFiles/curlu.dir/curlx/dynbuf.c.o CMakeFiles/curlu.dir/curlx/inet_pton.c.o CMakeFiles/curlu.dir/curlx/multibyte.c.o CMakeFiles/curlu.dir/curlx/nonblock.c.o CMakeFiles/curlu.dir/curlx/strparse.c.o CMakeFiles/curlu.dir/curlx/timediff.c.o CMakeFiles/curlu.dir/curlx/timeval.c.o CMakeFiles/curlu.dir/curlx/version_win32.c.o CMakeFiles/curlu.dir/curlx/warnless.c.o CMakeFiles/curlu.dir/curlx/winapi.c.o -/usr/bin/ranlib libcurlu.a diff --git a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/progress.make b/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/progress.make deleted file mode 100644 index 30474450..00000000 --- a/build_emscripten/external/curl/lib/CMakeFiles/curlu.dir/progress.make +++ /dev/null @@ -1,181 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = -CMAKE_PROGRESS_7 = -CMAKE_PROGRESS_8 = -CMAKE_PROGRESS_9 = -CMAKE_PROGRESS_10 = -CMAKE_PROGRESS_11 = -CMAKE_PROGRESS_12 = -CMAKE_PROGRESS_13 = -CMAKE_PROGRESS_14 = -CMAKE_PROGRESS_15 = -CMAKE_PROGRESS_16 = -CMAKE_PROGRESS_17 = -CMAKE_PROGRESS_18 = -CMAKE_PROGRESS_19 = -CMAKE_PROGRESS_20 = -CMAKE_PROGRESS_21 = -CMAKE_PROGRESS_22 = 44 -CMAKE_PROGRESS_23 = -CMAKE_PROGRESS_24 = -CMAKE_PROGRESS_25 = -CMAKE_PROGRESS_26 = -CMAKE_PROGRESS_27 = -CMAKE_PROGRESS_28 = -CMAKE_PROGRESS_29 = -CMAKE_PROGRESS_30 = -CMAKE_PROGRESS_31 = -CMAKE_PROGRESS_32 = -CMAKE_PROGRESS_33 = -CMAKE_PROGRESS_34 = -CMAKE_PROGRESS_35 = -CMAKE_PROGRESS_36 = -CMAKE_PROGRESS_37 = -CMAKE_PROGRESS_38 = -CMAKE_PROGRESS_39 = -CMAKE_PROGRESS_40 = -CMAKE_PROGRESS_41 = -CMAKE_PROGRESS_42 = -CMAKE_PROGRESS_43 = -CMAKE_PROGRESS_44 = -CMAKE_PROGRESS_45 = -CMAKE_PROGRESS_46 = -CMAKE_PROGRESS_47 = -CMAKE_PROGRESS_48 = -CMAKE_PROGRESS_49 = -CMAKE_PROGRESS_50 = 45 -CMAKE_PROGRESS_51 = -CMAKE_PROGRESS_52 = -CMAKE_PROGRESS_53 = -CMAKE_PROGRESS_54 = -CMAKE_PROGRESS_55 = -CMAKE_PROGRESS_56 = -CMAKE_PROGRESS_57 = -CMAKE_PROGRESS_58 = -CMAKE_PROGRESS_59 = -CMAKE_PROGRESS_60 = -CMAKE_PROGRESS_61 = -CMAKE_PROGRESS_62 = -CMAKE_PROGRESS_63 = -CMAKE_PROGRESS_64 = -CMAKE_PROGRESS_65 = -CMAKE_PROGRESS_66 = -CMAKE_PROGRESS_67 = -CMAKE_PROGRESS_68 = -CMAKE_PROGRESS_69 = -CMAKE_PROGRESS_70 = -CMAKE_PROGRESS_71 = -CMAKE_PROGRESS_72 = -CMAKE_PROGRESS_73 = -CMAKE_PROGRESS_74 = -CMAKE_PROGRESS_75 = -CMAKE_PROGRESS_76 = -CMAKE_PROGRESS_77 = -CMAKE_PROGRESS_78 = -CMAKE_PROGRESS_79 = 46 -CMAKE_PROGRESS_80 = -CMAKE_PROGRESS_81 = -CMAKE_PROGRESS_82 = -CMAKE_PROGRESS_83 = -CMAKE_PROGRESS_84 = -CMAKE_PROGRESS_85 = -CMAKE_PROGRESS_86 = -CMAKE_PROGRESS_87 = -CMAKE_PROGRESS_88 = -CMAKE_PROGRESS_89 = -CMAKE_PROGRESS_90 = -CMAKE_PROGRESS_91 = -CMAKE_PROGRESS_92 = -CMAKE_PROGRESS_93 = -CMAKE_PROGRESS_94 = -CMAKE_PROGRESS_95 = -CMAKE_PROGRESS_96 = -CMAKE_PROGRESS_97 = -CMAKE_PROGRESS_98 = -CMAKE_PROGRESS_99 = -CMAKE_PROGRESS_100 = -CMAKE_PROGRESS_101 = -CMAKE_PROGRESS_102 = -CMAKE_PROGRESS_103 = -CMAKE_PROGRESS_104 = -CMAKE_PROGRESS_105 = -CMAKE_PROGRESS_106 = -CMAKE_PROGRESS_107 = 47 -CMAKE_PROGRESS_108 = -CMAKE_PROGRESS_109 = -CMAKE_PROGRESS_110 = -CMAKE_PROGRESS_111 = -CMAKE_PROGRESS_112 = -CMAKE_PROGRESS_113 = -CMAKE_PROGRESS_114 = -CMAKE_PROGRESS_115 = -CMAKE_PROGRESS_116 = -CMAKE_PROGRESS_117 = -CMAKE_PROGRESS_118 = -CMAKE_PROGRESS_119 = -CMAKE_PROGRESS_120 = -CMAKE_PROGRESS_121 = -CMAKE_PROGRESS_122 = -CMAKE_PROGRESS_123 = -CMAKE_PROGRESS_124 = -CMAKE_PROGRESS_125 = -CMAKE_PROGRESS_126 = -CMAKE_PROGRESS_127 = -CMAKE_PROGRESS_128 = -CMAKE_PROGRESS_129 = -CMAKE_PROGRESS_130 = -CMAKE_PROGRESS_131 = -CMAKE_PROGRESS_132 = -CMAKE_PROGRESS_133 = -CMAKE_PROGRESS_134 = -CMAKE_PROGRESS_135 = 48 -CMAKE_PROGRESS_136 = -CMAKE_PROGRESS_137 = -CMAKE_PROGRESS_138 = -CMAKE_PROGRESS_139 = -CMAKE_PROGRESS_140 = -CMAKE_PROGRESS_141 = -CMAKE_PROGRESS_142 = -CMAKE_PROGRESS_143 = -CMAKE_PROGRESS_144 = -CMAKE_PROGRESS_145 = -CMAKE_PROGRESS_146 = -CMAKE_PROGRESS_147 = -CMAKE_PROGRESS_148 = -CMAKE_PROGRESS_149 = -CMAKE_PROGRESS_150 = -CMAKE_PROGRESS_151 = -CMAKE_PROGRESS_152 = -CMAKE_PROGRESS_153 = -CMAKE_PROGRESS_154 = -CMAKE_PROGRESS_155 = -CMAKE_PROGRESS_156 = -CMAKE_PROGRESS_157 = -CMAKE_PROGRESS_158 = -CMAKE_PROGRESS_159 = -CMAKE_PROGRESS_160 = -CMAKE_PROGRESS_161 = -CMAKE_PROGRESS_162 = -CMAKE_PROGRESS_163 = -CMAKE_PROGRESS_164 = 49 -CMAKE_PROGRESS_165 = -CMAKE_PROGRESS_166 = -CMAKE_PROGRESS_167 = -CMAKE_PROGRESS_168 = -CMAKE_PROGRESS_169 = -CMAKE_PROGRESS_170 = -CMAKE_PROGRESS_171 = -CMAKE_PROGRESS_172 = -CMAKE_PROGRESS_173 = -CMAKE_PROGRESS_174 = -CMAKE_PROGRESS_175 = -CMAKE_PROGRESS_176 = -CMAKE_PROGRESS_177 = -CMAKE_PROGRESS_178 = -CMAKE_PROGRESS_179 = -CMAKE_PROGRESS_180 = - diff --git a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/DependInfo.cmake b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/DependInfo.cmake deleted file mode 100644 index b1c25f04..00000000 --- a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/DependInfo.cmake +++ /dev/null @@ -1,201 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/lib/altsvc.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/amigaos.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/asyn-ares.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/asyn-base.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/asyn-thrdd.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/bufq.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/bufref.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/cf-h1-proxy.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/cf-h2-proxy.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/cf-haproxy.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/cf-https-connect.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/cf-socket.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/cfilters.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/conncache.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/connect.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/content_encoding.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/cookie.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/cshutdn.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_addrinfo.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_des.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_endian.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_fnmatch.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_get_line.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_gethostname.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_gssapi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_memrchr.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_ntlm_core.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_range.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_rtmp.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_sasl.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_sha512_256.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_sspi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_threads.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curl_trc.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/dynbuf.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/cw-out.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/cw-pause.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/dict.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/doh.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/dynhds.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/easy.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/easygetopt.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/easyoptions.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/escape.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/fake_addrinfo.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/file.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/fileinfo.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/fopen.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/formdata.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/ftp.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/ftplistparser.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/getenv.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/getinfo.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/gopher.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/hash.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/headers.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/hmac.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/hostip.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/hostip4.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/hostip6.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/hsts.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/http.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/http1.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/http2.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/http_aws_sigv4.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/http_chunks.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/http_digest.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/http_negotiate.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/http_ntlm.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/http_proxy.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/httpsrr.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/idn.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/if2ip.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/imap.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/inet_ntop.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/krb5.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/ldap.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/llist.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/macos.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/md4.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/md5.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/memdebug.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/mime.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/mprintf.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/mqtt.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/multi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/multi_ev.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/netrc.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/noproxy.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/openldap.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/parsedate.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/pingpong.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/pop3.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/progress.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/psl.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/rand.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/rename.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/request.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/rtsp.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/select.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/sendf.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/setopt.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/sha256.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/share.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/slist.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/smb.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/smtp.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/socketpair.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/socks.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/socks_gssapi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/socks_sspi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/speedcheck.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/splay.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/strcase.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/strdup.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/strequal.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/strerror.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/system_win32.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/telnet.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/tftp.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/transfer.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/uint-bset.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/uint-hash.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/uint-spbset.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/uint-table.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/url.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/urlapi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/cleartext.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/cram.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/digest.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/digest_sspi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/gsasl.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_gssapi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_sspi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm_sspi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/oauth2.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_gssapi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_sspi.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vauth/vauth.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/version.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_msh3.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_ngtcp2.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_osslq.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_quiche.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic-tls.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vssh/curl_path.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh2.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vssh/wolfssh.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/bearssl.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/cipher_suite.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/gtls.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/hostcheck.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/keylog.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls_threadlock.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/openssl.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/rustls.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel_verify.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/sectransp.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_scache.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_spack.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/wolfssl.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/vtls/x509asn1.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/ws.c" "external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.o" "gcc" "external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/build.make b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/build.make deleted file mode 100644 index d46a92fc..00000000 --- a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/build.make +++ /dev/null @@ -1,2962 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/lib/CMakeFiles/libcurl_static.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/lib/CMakeFiles/libcurl_static.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make - -external/curl/lib/CMakeFiles/libcurl_static.dir/codegen: -.PHONY : external/curl/lib/CMakeFiles/libcurl_static.dir/codegen - -external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.o: /home/guest/Downloads/PopLib/external/curl/lib/altsvc.c -external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.o -MF CMakeFiles/libcurl_static.dir/altsvc.c.o.d -o CMakeFiles/libcurl_static.dir/altsvc.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/altsvc.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/altsvc.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/altsvc.c > CMakeFiles/libcurl_static.dir/altsvc.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/altsvc.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/altsvc.c -o CMakeFiles/libcurl_static.dir/altsvc.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.o: /home/guest/Downloads/PopLib/external/curl/lib/amigaos.c -external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.o -MF CMakeFiles/libcurl_static.dir/amigaos.c.o.d -o CMakeFiles/libcurl_static.dir/amigaos.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/amigaos.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/amigaos.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/amigaos.c > CMakeFiles/libcurl_static.dir/amigaos.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/amigaos.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/amigaos.c -o CMakeFiles/libcurl_static.dir/amigaos.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.o: /home/guest/Downloads/PopLib/external/curl/lib/asyn-ares.c -external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.o -MF CMakeFiles/libcurl_static.dir/asyn-ares.c.o.d -o CMakeFiles/libcurl_static.dir/asyn-ares.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/asyn-ares.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/asyn-ares.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/asyn-ares.c > CMakeFiles/libcurl_static.dir/asyn-ares.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/asyn-ares.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/asyn-ares.c -o CMakeFiles/libcurl_static.dir/asyn-ares.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.o: /home/guest/Downloads/PopLib/external/curl/lib/asyn-base.c -external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.o -MF CMakeFiles/libcurl_static.dir/asyn-base.c.o.d -o CMakeFiles/libcurl_static.dir/asyn-base.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/asyn-base.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/asyn-base.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/asyn-base.c > CMakeFiles/libcurl_static.dir/asyn-base.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/asyn-base.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/asyn-base.c -o CMakeFiles/libcurl_static.dir/asyn-base.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o: /home/guest/Downloads/PopLib/external/curl/lib/asyn-thrdd.c -external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o -MF CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o.d -o CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/asyn-thrdd.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/asyn-thrdd.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/asyn-thrdd.c > CMakeFiles/libcurl_static.dir/asyn-thrdd.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/asyn-thrdd.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/asyn-thrdd.c -o CMakeFiles/libcurl_static.dir/asyn-thrdd.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.o: /home/guest/Downloads/PopLib/external/curl/lib/bufq.c -external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.o -MF CMakeFiles/libcurl_static.dir/bufq.c.o.d -o CMakeFiles/libcurl_static.dir/bufq.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/bufq.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/bufq.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/bufq.c > CMakeFiles/libcurl_static.dir/bufq.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/bufq.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/bufq.c -o CMakeFiles/libcurl_static.dir/bufq.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.o: /home/guest/Downloads/PopLib/external/curl/lib/bufref.c -external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.o -MF CMakeFiles/libcurl_static.dir/bufref.c.o.d -o CMakeFiles/libcurl_static.dir/bufref.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/bufref.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/bufref.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/bufref.c > CMakeFiles/libcurl_static.dir/bufref.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/bufref.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/bufref.c -o CMakeFiles/libcurl_static.dir/bufref.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cf-h1-proxy.c -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o -MF CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o.d -o CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cf-h1-proxy.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cf-h1-proxy.c > CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cf-h1-proxy.c -o CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cf-h2-proxy.c -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o -MF CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o.d -o CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cf-h2-proxy.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cf-h2-proxy.c > CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cf-h2-proxy.c -o CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cf-haproxy.c -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.o -MF CMakeFiles/libcurl_static.dir/cf-haproxy.c.o.d -o CMakeFiles/libcurl_static.dir/cf-haproxy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cf-haproxy.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/cf-haproxy.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cf-haproxy.c > CMakeFiles/libcurl_static.dir/cf-haproxy.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/cf-haproxy.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cf-haproxy.c -o CMakeFiles/libcurl_static.dir/cf-haproxy.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cf-https-connect.c -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.o -MF CMakeFiles/libcurl_static.dir/cf-https-connect.c.o.d -o CMakeFiles/libcurl_static.dir/cf-https-connect.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cf-https-connect.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/cf-https-connect.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cf-https-connect.c > CMakeFiles/libcurl_static.dir/cf-https-connect.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/cf-https-connect.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cf-https-connect.c -o CMakeFiles/libcurl_static.dir/cf-https-connect.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cf-socket.c -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.o -MF CMakeFiles/libcurl_static.dir/cf-socket.c.o.d -o CMakeFiles/libcurl_static.dir/cf-socket.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cf-socket.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/cf-socket.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cf-socket.c > CMakeFiles/libcurl_static.dir/cf-socket.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/cf-socket.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cf-socket.c -o CMakeFiles/libcurl_static.dir/cf-socket.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cfilters.c -external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.o -MF CMakeFiles/libcurl_static.dir/cfilters.c.o.d -o CMakeFiles/libcurl_static.dir/cfilters.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cfilters.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/cfilters.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cfilters.c > CMakeFiles/libcurl_static.dir/cfilters.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/cfilters.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cfilters.c -o CMakeFiles/libcurl_static.dir/cfilters.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.o: /home/guest/Downloads/PopLib/external/curl/lib/conncache.c -external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.o -MF CMakeFiles/libcurl_static.dir/conncache.c.o.d -o CMakeFiles/libcurl_static.dir/conncache.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/conncache.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/conncache.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/conncache.c > CMakeFiles/libcurl_static.dir/conncache.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/conncache.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/conncache.c -o CMakeFiles/libcurl_static.dir/conncache.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.o: /home/guest/Downloads/PopLib/external/curl/lib/connect.c -external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.o -MF CMakeFiles/libcurl_static.dir/connect.c.o.d -o CMakeFiles/libcurl_static.dir/connect.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/connect.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/connect.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/connect.c > CMakeFiles/libcurl_static.dir/connect.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/connect.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/connect.c -o CMakeFiles/libcurl_static.dir/connect.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.o: /home/guest/Downloads/PopLib/external/curl/lib/content_encoding.c -external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.o -MF CMakeFiles/libcurl_static.dir/content_encoding.c.o.d -o CMakeFiles/libcurl_static.dir/content_encoding.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/content_encoding.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/content_encoding.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/content_encoding.c > CMakeFiles/libcurl_static.dir/content_encoding.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/content_encoding.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/content_encoding.c -o CMakeFiles/libcurl_static.dir/content_encoding.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cookie.c -external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.o -MF CMakeFiles/libcurl_static.dir/cookie.c.o.d -o CMakeFiles/libcurl_static.dir/cookie.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cookie.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/cookie.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cookie.c > CMakeFiles/libcurl_static.dir/cookie.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/cookie.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cookie.c -o CMakeFiles/libcurl_static.dir/cookie.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cshutdn.c -external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.o -MF CMakeFiles/libcurl_static.dir/cshutdn.c.o.d -o CMakeFiles/libcurl_static.dir/cshutdn.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cshutdn.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/cshutdn.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cshutdn.c > CMakeFiles/libcurl_static.dir/cshutdn.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/cshutdn.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cshutdn.c -o CMakeFiles/libcurl_static.dir/cshutdn.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_addrinfo.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o -MF CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o.d -o CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_addrinfo.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_addrinfo.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_addrinfo.c > CMakeFiles/libcurl_static.dir/curl_addrinfo.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_addrinfo.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_addrinfo.c -o CMakeFiles/libcurl_static.dir/curl_addrinfo.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_des.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.o -MF CMakeFiles/libcurl_static.dir/curl_des.c.o.d -o CMakeFiles/libcurl_static.dir/curl_des.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_des.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_des.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_des.c > CMakeFiles/libcurl_static.dir/curl_des.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_des.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_des.c -o CMakeFiles/libcurl_static.dir/curl_des.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_endian.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.o -MF CMakeFiles/libcurl_static.dir/curl_endian.c.o.d -o CMakeFiles/libcurl_static.dir/curl_endian.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_endian.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_endian.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_endian.c > CMakeFiles/libcurl_static.dir/curl_endian.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_endian.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_endian.c -o CMakeFiles/libcurl_static.dir/curl_endian.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_fnmatch.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o -MF CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o.d -o CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_fnmatch.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_fnmatch.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_fnmatch.c > CMakeFiles/libcurl_static.dir/curl_fnmatch.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_fnmatch.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_fnmatch.c -o CMakeFiles/libcurl_static.dir/curl_fnmatch.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_get_line.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.o -MF CMakeFiles/libcurl_static.dir/curl_get_line.c.o.d -o CMakeFiles/libcurl_static.dir/curl_get_line.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_get_line.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_get_line.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_get_line.c > CMakeFiles/libcurl_static.dir/curl_get_line.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_get_line.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_get_line.c -o CMakeFiles/libcurl_static.dir/curl_get_line.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_gethostname.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.o -MF CMakeFiles/libcurl_static.dir/curl_gethostname.c.o.d -o CMakeFiles/libcurl_static.dir/curl_gethostname.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_gethostname.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_gethostname.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_gethostname.c > CMakeFiles/libcurl_static.dir/curl_gethostname.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_gethostname.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_gethostname.c -o CMakeFiles/libcurl_static.dir/curl_gethostname.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_gssapi.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.o -MF CMakeFiles/libcurl_static.dir/curl_gssapi.c.o.d -o CMakeFiles/libcurl_static.dir/curl_gssapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_gssapi.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_gssapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_gssapi.c > CMakeFiles/libcurl_static.dir/curl_gssapi.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_gssapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_gssapi.c -o CMakeFiles/libcurl_static.dir/curl_gssapi.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_memrchr.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.o -MF CMakeFiles/libcurl_static.dir/curl_memrchr.c.o.d -o CMakeFiles/libcurl_static.dir/curl_memrchr.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_memrchr.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_memrchr.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_memrchr.c > CMakeFiles/libcurl_static.dir/curl_memrchr.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_memrchr.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_memrchr.c -o CMakeFiles/libcurl_static.dir/curl_memrchr.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_ntlm_core.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o -MF CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o.d -o CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_ntlm_core.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_ntlm_core.c > CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_ntlm_core.c -o CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_range.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.o -MF CMakeFiles/libcurl_static.dir/curl_range.c.o.d -o CMakeFiles/libcurl_static.dir/curl_range.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_range.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_range.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_range.c > CMakeFiles/libcurl_static.dir/curl_range.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_range.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_range.c -o CMakeFiles/libcurl_static.dir/curl_range.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_rtmp.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.o -MF CMakeFiles/libcurl_static.dir/curl_rtmp.c.o.d -o CMakeFiles/libcurl_static.dir/curl_rtmp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_rtmp.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_rtmp.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_rtmp.c > CMakeFiles/libcurl_static.dir/curl_rtmp.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_rtmp.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_rtmp.c -o CMakeFiles/libcurl_static.dir/curl_rtmp.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_sasl.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.o -MF CMakeFiles/libcurl_static.dir/curl_sasl.c.o.d -o CMakeFiles/libcurl_static.dir/curl_sasl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_sasl.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_sasl.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_sasl.c > CMakeFiles/libcurl_static.dir/curl_sasl.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_sasl.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_sasl.c -o CMakeFiles/libcurl_static.dir/curl_sasl.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_sha512_256.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o -MF CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o.d -o CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_sha512_256.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_sha512_256.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_sha512_256.c > CMakeFiles/libcurl_static.dir/curl_sha512_256.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_sha512_256.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_sha512_256.c -o CMakeFiles/libcurl_static.dir/curl_sha512_256.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_sspi.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.o -MF CMakeFiles/libcurl_static.dir/curl_sspi.c.o.d -o CMakeFiles/libcurl_static.dir/curl_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_sspi.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_sspi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_sspi.c > CMakeFiles/libcurl_static.dir/curl_sspi.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_sspi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_sspi.c -o CMakeFiles/libcurl_static.dir/curl_sspi.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_threads.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.o -MF CMakeFiles/libcurl_static.dir/curl_threads.c.o.d -o CMakeFiles/libcurl_static.dir/curl_threads.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_threads.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_threads.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_threads.c > CMakeFiles/libcurl_static.dir/curl_threads.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_threads.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_threads.c -o CMakeFiles/libcurl_static.dir/curl_threads.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curl_trc.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.o -MF CMakeFiles/libcurl_static.dir/curl_trc.c.o.d -o CMakeFiles/libcurl_static.dir/curl_trc.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curl_trc.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curl_trc.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curl_trc.c > CMakeFiles/libcurl_static.dir/curl_trc.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curl_trc.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curl_trc.c -o CMakeFiles/libcurl_static.dir/curl_trc.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cw-out.c -external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.o -MF CMakeFiles/libcurl_static.dir/cw-out.c.o.d -o CMakeFiles/libcurl_static.dir/cw-out.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cw-out.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/cw-out.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cw-out.c > CMakeFiles/libcurl_static.dir/cw-out.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/cw-out.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cw-out.c -o CMakeFiles/libcurl_static.dir/cw-out.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.o: /home/guest/Downloads/PopLib/external/curl/lib/cw-pause.c -external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.o -MF CMakeFiles/libcurl_static.dir/cw-pause.c.o.d -o CMakeFiles/libcurl_static.dir/cw-pause.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/cw-pause.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/cw-pause.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/cw-pause.c > CMakeFiles/libcurl_static.dir/cw-pause.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/cw-pause.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/cw-pause.c -o CMakeFiles/libcurl_static.dir/cw-pause.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.o: /home/guest/Downloads/PopLib/external/curl/lib/dict.c -external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.o -MF CMakeFiles/libcurl_static.dir/dict.c.o.d -o CMakeFiles/libcurl_static.dir/dict.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/dict.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/dict.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/dict.c > CMakeFiles/libcurl_static.dir/dict.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/dict.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/dict.c -o CMakeFiles/libcurl_static.dir/dict.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.o: /home/guest/Downloads/PopLib/external/curl/lib/doh.c -external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_38) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.o -MF CMakeFiles/libcurl_static.dir/doh.c.o.d -o CMakeFiles/libcurl_static.dir/doh.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/doh.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/doh.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/doh.c > CMakeFiles/libcurl_static.dir/doh.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/doh.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/doh.c -o CMakeFiles/libcurl_static.dir/doh.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.o: /home/guest/Downloads/PopLib/external/curl/lib/dynhds.c -external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_39) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.o -MF CMakeFiles/libcurl_static.dir/dynhds.c.o.d -o CMakeFiles/libcurl_static.dir/dynhds.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/dynhds.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/dynhds.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/dynhds.c > CMakeFiles/libcurl_static.dir/dynhds.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/dynhds.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/dynhds.c -o CMakeFiles/libcurl_static.dir/dynhds.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/easy.c -external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_40) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.o -MF CMakeFiles/libcurl_static.dir/easy.c.o.d -o CMakeFiles/libcurl_static.dir/easy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/easy.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/easy.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/easy.c > CMakeFiles/libcurl_static.dir/easy.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/easy.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/easy.c -o CMakeFiles/libcurl_static.dir/easy.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.o: /home/guest/Downloads/PopLib/external/curl/lib/easygetopt.c -external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_41) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.o -MF CMakeFiles/libcurl_static.dir/easygetopt.c.o.d -o CMakeFiles/libcurl_static.dir/easygetopt.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/easygetopt.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/easygetopt.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/easygetopt.c > CMakeFiles/libcurl_static.dir/easygetopt.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/easygetopt.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/easygetopt.c -o CMakeFiles/libcurl_static.dir/easygetopt.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.o: /home/guest/Downloads/PopLib/external/curl/lib/easyoptions.c -external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_42) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.o -MF CMakeFiles/libcurl_static.dir/easyoptions.c.o.d -o CMakeFiles/libcurl_static.dir/easyoptions.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/easyoptions.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/easyoptions.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/easyoptions.c > CMakeFiles/libcurl_static.dir/easyoptions.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/easyoptions.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/easyoptions.c -o CMakeFiles/libcurl_static.dir/easyoptions.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.o: /home/guest/Downloads/PopLib/external/curl/lib/escape.c -external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_43) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.o -MF CMakeFiles/libcurl_static.dir/escape.c.o.d -o CMakeFiles/libcurl_static.dir/escape.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/escape.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/escape.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/escape.c > CMakeFiles/libcurl_static.dir/escape.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/escape.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/escape.c -o CMakeFiles/libcurl_static.dir/escape.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o: /home/guest/Downloads/PopLib/external/curl/lib/fake_addrinfo.c -external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_44) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o -MF CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o.d -o CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/fake_addrinfo.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/fake_addrinfo.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/fake_addrinfo.c > CMakeFiles/libcurl_static.dir/fake_addrinfo.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/fake_addrinfo.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/fake_addrinfo.c -o CMakeFiles/libcurl_static.dir/fake_addrinfo.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.o: /home/guest/Downloads/PopLib/external/curl/lib/file.c -external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_45) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.o -MF CMakeFiles/libcurl_static.dir/file.c.o.d -o CMakeFiles/libcurl_static.dir/file.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/file.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/file.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/file.c > CMakeFiles/libcurl_static.dir/file.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/file.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/file.c -o CMakeFiles/libcurl_static.dir/file.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.o: /home/guest/Downloads/PopLib/external/curl/lib/fileinfo.c -external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_46) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.o -MF CMakeFiles/libcurl_static.dir/fileinfo.c.o.d -o CMakeFiles/libcurl_static.dir/fileinfo.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/fileinfo.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/fileinfo.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/fileinfo.c > CMakeFiles/libcurl_static.dir/fileinfo.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/fileinfo.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/fileinfo.c -o CMakeFiles/libcurl_static.dir/fileinfo.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.o: /home/guest/Downloads/PopLib/external/curl/lib/fopen.c -external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_47) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.o -MF CMakeFiles/libcurl_static.dir/fopen.c.o.d -o CMakeFiles/libcurl_static.dir/fopen.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/fopen.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/fopen.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/fopen.c > CMakeFiles/libcurl_static.dir/fopen.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/fopen.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/fopen.c -o CMakeFiles/libcurl_static.dir/fopen.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.o: /home/guest/Downloads/PopLib/external/curl/lib/formdata.c -external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_48) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.o -MF CMakeFiles/libcurl_static.dir/formdata.c.o.d -o CMakeFiles/libcurl_static.dir/formdata.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/formdata.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/formdata.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/formdata.c > CMakeFiles/libcurl_static.dir/formdata.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/formdata.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/formdata.c -o CMakeFiles/libcurl_static.dir/formdata.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/ftp.c -external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_49) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.o -MF CMakeFiles/libcurl_static.dir/ftp.c.o.d -o CMakeFiles/libcurl_static.dir/ftp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/ftp.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/ftp.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/ftp.c > CMakeFiles/libcurl_static.dir/ftp.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/ftp.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/ftp.c -o CMakeFiles/libcurl_static.dir/ftp.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.o: /home/guest/Downloads/PopLib/external/curl/lib/ftplistparser.c -external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_50) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.o -MF CMakeFiles/libcurl_static.dir/ftplistparser.c.o.d -o CMakeFiles/libcurl_static.dir/ftplistparser.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/ftplistparser.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/ftplistparser.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/ftplistparser.c > CMakeFiles/libcurl_static.dir/ftplistparser.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/ftplistparser.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/ftplistparser.c -o CMakeFiles/libcurl_static.dir/ftplistparser.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.o: /home/guest/Downloads/PopLib/external/curl/lib/getenv.c -external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_51) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.o -MF CMakeFiles/libcurl_static.dir/getenv.c.o.d -o CMakeFiles/libcurl_static.dir/getenv.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/getenv.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/getenv.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/getenv.c > CMakeFiles/libcurl_static.dir/getenv.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/getenv.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/getenv.c -o CMakeFiles/libcurl_static.dir/getenv.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.o: /home/guest/Downloads/PopLib/external/curl/lib/getinfo.c -external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_52) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.o -MF CMakeFiles/libcurl_static.dir/getinfo.c.o.d -o CMakeFiles/libcurl_static.dir/getinfo.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/getinfo.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/getinfo.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/getinfo.c > CMakeFiles/libcurl_static.dir/getinfo.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/getinfo.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/getinfo.c -o CMakeFiles/libcurl_static.dir/getinfo.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.o: /home/guest/Downloads/PopLib/external/curl/lib/gopher.c -external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_53) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.o -MF CMakeFiles/libcurl_static.dir/gopher.c.o.d -o CMakeFiles/libcurl_static.dir/gopher.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/gopher.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/gopher.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/gopher.c > CMakeFiles/libcurl_static.dir/gopher.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/gopher.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/gopher.c -o CMakeFiles/libcurl_static.dir/gopher.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hash.c -external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_54) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.o -MF CMakeFiles/libcurl_static.dir/hash.c.o.d -o CMakeFiles/libcurl_static.dir/hash.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hash.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/hash.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hash.c > CMakeFiles/libcurl_static.dir/hash.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/hash.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hash.c -o CMakeFiles/libcurl_static.dir/hash.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.o: /home/guest/Downloads/PopLib/external/curl/lib/headers.c -external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_55) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.o -MF CMakeFiles/libcurl_static.dir/headers.c.o.d -o CMakeFiles/libcurl_static.dir/headers.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/headers.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/headers.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/headers.c > CMakeFiles/libcurl_static.dir/headers.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/headers.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/headers.c -o CMakeFiles/libcurl_static.dir/headers.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hmac.c -external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_56) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.o -MF CMakeFiles/libcurl_static.dir/hmac.c.o.d -o CMakeFiles/libcurl_static.dir/hmac.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hmac.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/hmac.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hmac.c > CMakeFiles/libcurl_static.dir/hmac.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/hmac.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hmac.c -o CMakeFiles/libcurl_static.dir/hmac.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hostip.c -external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_57) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.o -MF CMakeFiles/libcurl_static.dir/hostip.c.o.d -o CMakeFiles/libcurl_static.dir/hostip.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hostip.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/hostip.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hostip.c > CMakeFiles/libcurl_static.dir/hostip.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/hostip.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hostip.c -o CMakeFiles/libcurl_static.dir/hostip.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hostip4.c -external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_58) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.o -MF CMakeFiles/libcurl_static.dir/hostip4.c.o.d -o CMakeFiles/libcurl_static.dir/hostip4.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hostip4.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/hostip4.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hostip4.c > CMakeFiles/libcurl_static.dir/hostip4.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/hostip4.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hostip4.c -o CMakeFiles/libcurl_static.dir/hostip4.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hostip6.c -external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_59) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.o -MF CMakeFiles/libcurl_static.dir/hostip6.c.o.d -o CMakeFiles/libcurl_static.dir/hostip6.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hostip6.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/hostip6.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hostip6.c > CMakeFiles/libcurl_static.dir/hostip6.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/hostip6.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hostip6.c -o CMakeFiles/libcurl_static.dir/hostip6.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.o: /home/guest/Downloads/PopLib/external/curl/lib/hsts.c -external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_60) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.o -MF CMakeFiles/libcurl_static.dir/hsts.c.o.d -o CMakeFiles/libcurl_static.dir/hsts.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/hsts.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/hsts.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/hsts.c > CMakeFiles/libcurl_static.dir/hsts.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/hsts.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/hsts.c -o CMakeFiles/libcurl_static.dir/hsts.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http.c -external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_61) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.o -MF CMakeFiles/libcurl_static.dir/http.c.o.d -o CMakeFiles/libcurl_static.dir/http.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/http.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http.c > CMakeFiles/libcurl_static.dir/http.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/http.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http.c -o CMakeFiles/libcurl_static.dir/http.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http1.c -external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_62) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.o -MF CMakeFiles/libcurl_static.dir/http1.c.o.d -o CMakeFiles/libcurl_static.dir/http1.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http1.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/http1.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http1.c > CMakeFiles/libcurl_static.dir/http1.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/http1.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http1.c -o CMakeFiles/libcurl_static.dir/http1.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http2.c -external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_63) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.o -MF CMakeFiles/libcurl_static.dir/http2.c.o.d -o CMakeFiles/libcurl_static.dir/http2.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http2.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/http2.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http2.c > CMakeFiles/libcurl_static.dir/http2.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/http2.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http2.c -o CMakeFiles/libcurl_static.dir/http2.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_aws_sigv4.c -external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_64) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o -MF CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o.d -o CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_aws_sigv4.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_aws_sigv4.c > CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_aws_sigv4.c -o CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_chunks.c -external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_65) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.o -MF CMakeFiles/libcurl_static.dir/http_chunks.c.o.d -o CMakeFiles/libcurl_static.dir/http_chunks.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_chunks.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/http_chunks.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_chunks.c > CMakeFiles/libcurl_static.dir/http_chunks.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/http_chunks.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_chunks.c -o CMakeFiles/libcurl_static.dir/http_chunks.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_digest.c -external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_66) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.o -MF CMakeFiles/libcurl_static.dir/http_digest.c.o.d -o CMakeFiles/libcurl_static.dir/http_digest.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_digest.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/http_digest.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_digest.c > CMakeFiles/libcurl_static.dir/http_digest.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/http_digest.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_digest.c -o CMakeFiles/libcurl_static.dir/http_digest.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_negotiate.c -external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_67) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.o -MF CMakeFiles/libcurl_static.dir/http_negotiate.c.o.d -o CMakeFiles/libcurl_static.dir/http_negotiate.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_negotiate.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/http_negotiate.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_negotiate.c > CMakeFiles/libcurl_static.dir/http_negotiate.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/http_negotiate.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_negotiate.c -o CMakeFiles/libcurl_static.dir/http_negotiate.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_ntlm.c -external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_68) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.o -MF CMakeFiles/libcurl_static.dir/http_ntlm.c.o.d -o CMakeFiles/libcurl_static.dir/http_ntlm.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_ntlm.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/http_ntlm.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_ntlm.c > CMakeFiles/libcurl_static.dir/http_ntlm.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/http_ntlm.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_ntlm.c -o CMakeFiles/libcurl_static.dir/http_ntlm.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/http_proxy.c -external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_69) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.o -MF CMakeFiles/libcurl_static.dir/http_proxy.c.o.d -o CMakeFiles/libcurl_static.dir/http_proxy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/http_proxy.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/http_proxy.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/http_proxy.c > CMakeFiles/libcurl_static.dir/http_proxy.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/http_proxy.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/http_proxy.c -o CMakeFiles/libcurl_static.dir/http_proxy.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.o: /home/guest/Downloads/PopLib/external/curl/lib/httpsrr.c -external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_70) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.o -MF CMakeFiles/libcurl_static.dir/httpsrr.c.o.d -o CMakeFiles/libcurl_static.dir/httpsrr.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/httpsrr.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/httpsrr.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/httpsrr.c > CMakeFiles/libcurl_static.dir/httpsrr.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/httpsrr.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/httpsrr.c -o CMakeFiles/libcurl_static.dir/httpsrr.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.o: /home/guest/Downloads/PopLib/external/curl/lib/idn.c -external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_71) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.o -MF CMakeFiles/libcurl_static.dir/idn.c.o.d -o CMakeFiles/libcurl_static.dir/idn.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/idn.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/idn.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/idn.c > CMakeFiles/libcurl_static.dir/idn.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/idn.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/idn.c -o CMakeFiles/libcurl_static.dir/idn.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.o: /home/guest/Downloads/PopLib/external/curl/lib/if2ip.c -external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_72) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.o -MF CMakeFiles/libcurl_static.dir/if2ip.c.o.d -o CMakeFiles/libcurl_static.dir/if2ip.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/if2ip.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/if2ip.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/if2ip.c > CMakeFiles/libcurl_static.dir/if2ip.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/if2ip.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/if2ip.c -o CMakeFiles/libcurl_static.dir/if2ip.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.o: /home/guest/Downloads/PopLib/external/curl/lib/imap.c -external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_73) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.o -MF CMakeFiles/libcurl_static.dir/imap.c.o.d -o CMakeFiles/libcurl_static.dir/imap.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/imap.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/imap.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/imap.c > CMakeFiles/libcurl_static.dir/imap.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/imap.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/imap.c -o CMakeFiles/libcurl_static.dir/imap.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.o: /home/guest/Downloads/PopLib/external/curl/lib/inet_ntop.c -external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_74) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.o -MF CMakeFiles/libcurl_static.dir/inet_ntop.c.o.d -o CMakeFiles/libcurl_static.dir/inet_ntop.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/inet_ntop.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/inet_ntop.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/inet_ntop.c > CMakeFiles/libcurl_static.dir/inet_ntop.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/inet_ntop.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/inet_ntop.c -o CMakeFiles/libcurl_static.dir/inet_ntop.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.o: /home/guest/Downloads/PopLib/external/curl/lib/krb5.c -external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_75) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.o -MF CMakeFiles/libcurl_static.dir/krb5.c.o.d -o CMakeFiles/libcurl_static.dir/krb5.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/krb5.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/krb5.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/krb5.c > CMakeFiles/libcurl_static.dir/krb5.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/krb5.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/krb5.c -o CMakeFiles/libcurl_static.dir/krb5.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.o: /home/guest/Downloads/PopLib/external/curl/lib/ldap.c -external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_76) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.o -MF CMakeFiles/libcurl_static.dir/ldap.c.o.d -o CMakeFiles/libcurl_static.dir/ldap.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/ldap.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/ldap.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/ldap.c > CMakeFiles/libcurl_static.dir/ldap.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/ldap.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/ldap.c -o CMakeFiles/libcurl_static.dir/ldap.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.o: /home/guest/Downloads/PopLib/external/curl/lib/llist.c -external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_77) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.o -MF CMakeFiles/libcurl_static.dir/llist.c.o.d -o CMakeFiles/libcurl_static.dir/llist.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/llist.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/llist.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/llist.c > CMakeFiles/libcurl_static.dir/llist.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/llist.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/llist.c -o CMakeFiles/libcurl_static.dir/llist.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.o: /home/guest/Downloads/PopLib/external/curl/lib/macos.c -external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_78) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.o -MF CMakeFiles/libcurl_static.dir/macos.c.o.d -o CMakeFiles/libcurl_static.dir/macos.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/macos.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/macos.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/macos.c > CMakeFiles/libcurl_static.dir/macos.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/macos.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/macos.c -o CMakeFiles/libcurl_static.dir/macos.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.o: /home/guest/Downloads/PopLib/external/curl/lib/md4.c -external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_79) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.o -MF CMakeFiles/libcurl_static.dir/md4.c.o.d -o CMakeFiles/libcurl_static.dir/md4.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/md4.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/md4.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/md4.c > CMakeFiles/libcurl_static.dir/md4.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/md4.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/md4.c -o CMakeFiles/libcurl_static.dir/md4.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.o: /home/guest/Downloads/PopLib/external/curl/lib/md5.c -external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_80) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.o -MF CMakeFiles/libcurl_static.dir/md5.c.o.d -o CMakeFiles/libcurl_static.dir/md5.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/md5.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/md5.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/md5.c > CMakeFiles/libcurl_static.dir/md5.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/md5.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/md5.c -o CMakeFiles/libcurl_static.dir/md5.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.o: /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_81) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.o -MF CMakeFiles/libcurl_static.dir/memdebug.c.o.d -o CMakeFiles/libcurl_static.dir/memdebug.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/memdebug.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c > CMakeFiles/libcurl_static.dir/memdebug.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/memdebug.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -o CMakeFiles/libcurl_static.dir/memdebug.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.o: /home/guest/Downloads/PopLib/external/curl/lib/mime.c -external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_82) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.o -MF CMakeFiles/libcurl_static.dir/mime.c.o.d -o CMakeFiles/libcurl_static.dir/mime.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/mime.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/mime.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/mime.c > CMakeFiles/libcurl_static.dir/mime.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/mime.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/mime.c -o CMakeFiles/libcurl_static.dir/mime.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.o: /home/guest/Downloads/PopLib/external/curl/lib/mprintf.c -external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_83) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.o -MF CMakeFiles/libcurl_static.dir/mprintf.c.o.d -o CMakeFiles/libcurl_static.dir/mprintf.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/mprintf.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/mprintf.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/mprintf.c > CMakeFiles/libcurl_static.dir/mprintf.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/mprintf.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/mprintf.c -o CMakeFiles/libcurl_static.dir/mprintf.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.o: /home/guest/Downloads/PopLib/external/curl/lib/mqtt.c -external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_84) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.o -MF CMakeFiles/libcurl_static.dir/mqtt.c.o.d -o CMakeFiles/libcurl_static.dir/mqtt.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/mqtt.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/mqtt.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/mqtt.c > CMakeFiles/libcurl_static.dir/mqtt.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/mqtt.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/mqtt.c -o CMakeFiles/libcurl_static.dir/mqtt.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/multi.c -external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_85) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.o -MF CMakeFiles/libcurl_static.dir/multi.c.o.d -o CMakeFiles/libcurl_static.dir/multi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/multi.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/multi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/multi.c > CMakeFiles/libcurl_static.dir/multi.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/multi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/multi.c -o CMakeFiles/libcurl_static.dir/multi.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.o: /home/guest/Downloads/PopLib/external/curl/lib/multi_ev.c -external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_86) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.o -MF CMakeFiles/libcurl_static.dir/multi_ev.c.o.d -o CMakeFiles/libcurl_static.dir/multi_ev.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/multi_ev.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/multi_ev.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/multi_ev.c > CMakeFiles/libcurl_static.dir/multi_ev.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/multi_ev.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/multi_ev.c -o CMakeFiles/libcurl_static.dir/multi_ev.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.o: /home/guest/Downloads/PopLib/external/curl/lib/netrc.c -external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_87) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.o -MF CMakeFiles/libcurl_static.dir/netrc.c.o.d -o CMakeFiles/libcurl_static.dir/netrc.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/netrc.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/netrc.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/netrc.c > CMakeFiles/libcurl_static.dir/netrc.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/netrc.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/netrc.c -o CMakeFiles/libcurl_static.dir/netrc.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.o: /home/guest/Downloads/PopLib/external/curl/lib/noproxy.c -external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_88) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.o -MF CMakeFiles/libcurl_static.dir/noproxy.c.o.d -o CMakeFiles/libcurl_static.dir/noproxy.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/noproxy.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/noproxy.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/noproxy.c > CMakeFiles/libcurl_static.dir/noproxy.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/noproxy.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/noproxy.c -o CMakeFiles/libcurl_static.dir/noproxy.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.o: /home/guest/Downloads/PopLib/external/curl/lib/openldap.c -external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_89) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.o -MF CMakeFiles/libcurl_static.dir/openldap.c.o.d -o CMakeFiles/libcurl_static.dir/openldap.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/openldap.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/openldap.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/openldap.c > CMakeFiles/libcurl_static.dir/openldap.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/openldap.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/openldap.c -o CMakeFiles/libcurl_static.dir/openldap.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.o: /home/guest/Downloads/PopLib/external/curl/lib/parsedate.c -external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_90) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.o -MF CMakeFiles/libcurl_static.dir/parsedate.c.o.d -o CMakeFiles/libcurl_static.dir/parsedate.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/parsedate.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/parsedate.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/parsedate.c > CMakeFiles/libcurl_static.dir/parsedate.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/parsedate.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/parsedate.c -o CMakeFiles/libcurl_static.dir/parsedate.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.o: /home/guest/Downloads/PopLib/external/curl/lib/pingpong.c -external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_91) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.o -MF CMakeFiles/libcurl_static.dir/pingpong.c.o.d -o CMakeFiles/libcurl_static.dir/pingpong.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/pingpong.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/pingpong.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/pingpong.c > CMakeFiles/libcurl_static.dir/pingpong.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/pingpong.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/pingpong.c -o CMakeFiles/libcurl_static.dir/pingpong.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.o: /home/guest/Downloads/PopLib/external/curl/lib/pop3.c -external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_92) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.o -MF CMakeFiles/libcurl_static.dir/pop3.c.o.d -o CMakeFiles/libcurl_static.dir/pop3.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/pop3.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/pop3.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/pop3.c > CMakeFiles/libcurl_static.dir/pop3.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/pop3.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/pop3.c -o CMakeFiles/libcurl_static.dir/pop3.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.o: /home/guest/Downloads/PopLib/external/curl/lib/progress.c -external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_93) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.o -MF CMakeFiles/libcurl_static.dir/progress.c.o.d -o CMakeFiles/libcurl_static.dir/progress.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/progress.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/progress.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/progress.c > CMakeFiles/libcurl_static.dir/progress.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/progress.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/progress.c -o CMakeFiles/libcurl_static.dir/progress.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/psl.c -external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_94) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.o -MF CMakeFiles/libcurl_static.dir/psl.c.o.d -o CMakeFiles/libcurl_static.dir/psl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/psl.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/psl.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/psl.c > CMakeFiles/libcurl_static.dir/psl.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/psl.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/psl.c -o CMakeFiles/libcurl_static.dir/psl.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.o: /home/guest/Downloads/PopLib/external/curl/lib/rand.c -external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_95) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.o -MF CMakeFiles/libcurl_static.dir/rand.c.o.d -o CMakeFiles/libcurl_static.dir/rand.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/rand.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/rand.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/rand.c > CMakeFiles/libcurl_static.dir/rand.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/rand.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/rand.c -o CMakeFiles/libcurl_static.dir/rand.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.o: /home/guest/Downloads/PopLib/external/curl/lib/rename.c -external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_96) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.o -MF CMakeFiles/libcurl_static.dir/rename.c.o.d -o CMakeFiles/libcurl_static.dir/rename.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/rename.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/rename.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/rename.c > CMakeFiles/libcurl_static.dir/rename.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/rename.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/rename.c -o CMakeFiles/libcurl_static.dir/rename.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.o: /home/guest/Downloads/PopLib/external/curl/lib/request.c -external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_97) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.o -MF CMakeFiles/libcurl_static.dir/request.c.o.d -o CMakeFiles/libcurl_static.dir/request.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/request.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/request.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/request.c > CMakeFiles/libcurl_static.dir/request.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/request.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/request.c -o CMakeFiles/libcurl_static.dir/request.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/rtsp.c -external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_98) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.o -MF CMakeFiles/libcurl_static.dir/rtsp.c.o.d -o CMakeFiles/libcurl_static.dir/rtsp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/rtsp.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/rtsp.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/rtsp.c > CMakeFiles/libcurl_static.dir/rtsp.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/rtsp.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/rtsp.c -o CMakeFiles/libcurl_static.dir/rtsp.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.o: /home/guest/Downloads/PopLib/external/curl/lib/select.c -external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_99) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.o -MF CMakeFiles/libcurl_static.dir/select.c.o.d -o CMakeFiles/libcurl_static.dir/select.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/select.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/select.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/select.c > CMakeFiles/libcurl_static.dir/select.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/select.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/select.c -o CMakeFiles/libcurl_static.dir/select.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.o: /home/guest/Downloads/PopLib/external/curl/lib/sendf.c -external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_100) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.o -MF CMakeFiles/libcurl_static.dir/sendf.c.o.d -o CMakeFiles/libcurl_static.dir/sendf.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/sendf.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/sendf.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/sendf.c > CMakeFiles/libcurl_static.dir/sendf.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/sendf.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/sendf.c -o CMakeFiles/libcurl_static.dir/sendf.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.o: /home/guest/Downloads/PopLib/external/curl/lib/setopt.c -external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_101) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.o -MF CMakeFiles/libcurl_static.dir/setopt.c.o.d -o CMakeFiles/libcurl_static.dir/setopt.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/setopt.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/setopt.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/setopt.c > CMakeFiles/libcurl_static.dir/setopt.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/setopt.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/setopt.c -o CMakeFiles/libcurl_static.dir/setopt.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.o: /home/guest/Downloads/PopLib/external/curl/lib/sha256.c -external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_102) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.o -MF CMakeFiles/libcurl_static.dir/sha256.c.o.d -o CMakeFiles/libcurl_static.dir/sha256.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/sha256.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/sha256.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/sha256.c > CMakeFiles/libcurl_static.dir/sha256.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/sha256.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/sha256.c -o CMakeFiles/libcurl_static.dir/sha256.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.o: /home/guest/Downloads/PopLib/external/curl/lib/share.c -external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_103) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.o -MF CMakeFiles/libcurl_static.dir/share.c.o.d -o CMakeFiles/libcurl_static.dir/share.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/share.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/share.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/share.c > CMakeFiles/libcurl_static.dir/share.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/share.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/share.c -o CMakeFiles/libcurl_static.dir/share.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.o: /home/guest/Downloads/PopLib/external/curl/lib/slist.c -external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_104) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.o -MF CMakeFiles/libcurl_static.dir/slist.c.o.d -o CMakeFiles/libcurl_static.dir/slist.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/slist.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/slist.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/slist.c > CMakeFiles/libcurl_static.dir/slist.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/slist.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/slist.c -o CMakeFiles/libcurl_static.dir/slist.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.o: /home/guest/Downloads/PopLib/external/curl/lib/smb.c -external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_105) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.o -MF CMakeFiles/libcurl_static.dir/smb.c.o.d -o CMakeFiles/libcurl_static.dir/smb.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/smb.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/smb.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/smb.c > CMakeFiles/libcurl_static.dir/smb.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/smb.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/smb.c -o CMakeFiles/libcurl_static.dir/smb.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/smtp.c -external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_106) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.o -MF CMakeFiles/libcurl_static.dir/smtp.c.o.d -o CMakeFiles/libcurl_static.dir/smtp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/smtp.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/smtp.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/smtp.c > CMakeFiles/libcurl_static.dir/smtp.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/smtp.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/smtp.c -o CMakeFiles/libcurl_static.dir/smtp.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.o: /home/guest/Downloads/PopLib/external/curl/lib/socketpair.c -external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_107) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.o -MF CMakeFiles/libcurl_static.dir/socketpair.c.o.d -o CMakeFiles/libcurl_static.dir/socketpair.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/socketpair.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/socketpair.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/socketpair.c > CMakeFiles/libcurl_static.dir/socketpair.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/socketpair.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/socketpair.c -o CMakeFiles/libcurl_static.dir/socketpair.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.o: /home/guest/Downloads/PopLib/external/curl/lib/socks.c -external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_108) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.o -MF CMakeFiles/libcurl_static.dir/socks.c.o.d -o CMakeFiles/libcurl_static.dir/socks.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/socks.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/socks.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/socks.c > CMakeFiles/libcurl_static.dir/socks.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/socks.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/socks.c -o CMakeFiles/libcurl_static.dir/socks.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/socks_gssapi.c -external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_109) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.o -MF CMakeFiles/libcurl_static.dir/socks_gssapi.c.o.d -o CMakeFiles/libcurl_static.dir/socks_gssapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/socks_gssapi.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/socks_gssapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/socks_gssapi.c > CMakeFiles/libcurl_static.dir/socks_gssapi.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/socks_gssapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/socks_gssapi.c -o CMakeFiles/libcurl_static.dir/socks_gssapi.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/socks_sspi.c -external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_110) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.o -MF CMakeFiles/libcurl_static.dir/socks_sspi.c.o.d -o CMakeFiles/libcurl_static.dir/socks_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/socks_sspi.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/socks_sspi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/socks_sspi.c > CMakeFiles/libcurl_static.dir/socks_sspi.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/socks_sspi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/socks_sspi.c -o CMakeFiles/libcurl_static.dir/socks_sspi.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.o: /home/guest/Downloads/PopLib/external/curl/lib/speedcheck.c -external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_111) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.o -MF CMakeFiles/libcurl_static.dir/speedcheck.c.o.d -o CMakeFiles/libcurl_static.dir/speedcheck.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/speedcheck.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/speedcheck.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/speedcheck.c > CMakeFiles/libcurl_static.dir/speedcheck.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/speedcheck.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/speedcheck.c -o CMakeFiles/libcurl_static.dir/speedcheck.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.o: /home/guest/Downloads/PopLib/external/curl/lib/splay.c -external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_112) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.o -MF CMakeFiles/libcurl_static.dir/splay.c.o.d -o CMakeFiles/libcurl_static.dir/splay.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/splay.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/splay.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/splay.c > CMakeFiles/libcurl_static.dir/splay.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/splay.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/splay.c -o CMakeFiles/libcurl_static.dir/splay.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.o: /home/guest/Downloads/PopLib/external/curl/lib/strcase.c -external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_113) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.o -MF CMakeFiles/libcurl_static.dir/strcase.c.o.d -o CMakeFiles/libcurl_static.dir/strcase.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/strcase.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/strcase.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/strcase.c > CMakeFiles/libcurl_static.dir/strcase.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/strcase.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/strcase.c -o CMakeFiles/libcurl_static.dir/strcase.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.o: /home/guest/Downloads/PopLib/external/curl/lib/strdup.c -external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_114) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.o -MF CMakeFiles/libcurl_static.dir/strdup.c.o.d -o CMakeFiles/libcurl_static.dir/strdup.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/strdup.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/strdup.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/strdup.c > CMakeFiles/libcurl_static.dir/strdup.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/strdup.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/strdup.c -o CMakeFiles/libcurl_static.dir/strdup.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.o: /home/guest/Downloads/PopLib/external/curl/lib/strequal.c -external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_115) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.o -MF CMakeFiles/libcurl_static.dir/strequal.c.o.d -o CMakeFiles/libcurl_static.dir/strequal.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/strequal.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/strequal.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/strequal.c > CMakeFiles/libcurl_static.dir/strequal.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/strequal.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/strequal.c -o CMakeFiles/libcurl_static.dir/strequal.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.o: /home/guest/Downloads/PopLib/external/curl/lib/strerror.c -external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_116) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.o -MF CMakeFiles/libcurl_static.dir/strerror.c.o.d -o CMakeFiles/libcurl_static.dir/strerror.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/strerror.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/strerror.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/strerror.c > CMakeFiles/libcurl_static.dir/strerror.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/strerror.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/strerror.c -o CMakeFiles/libcurl_static.dir/strerror.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/system_win32.c -external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_117) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.o -MF CMakeFiles/libcurl_static.dir/system_win32.c.o.d -o CMakeFiles/libcurl_static.dir/system_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/system_win32.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/system_win32.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/system_win32.c > CMakeFiles/libcurl_static.dir/system_win32.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/system_win32.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/system_win32.c -o CMakeFiles/libcurl_static.dir/system_win32.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.o: /home/guest/Downloads/PopLib/external/curl/lib/telnet.c -external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_118) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.o -MF CMakeFiles/libcurl_static.dir/telnet.c.o.d -o CMakeFiles/libcurl_static.dir/telnet.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/telnet.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/telnet.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/telnet.c > CMakeFiles/libcurl_static.dir/telnet.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/telnet.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/telnet.c -o CMakeFiles/libcurl_static.dir/telnet.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/tftp.c -external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_119) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.o -MF CMakeFiles/libcurl_static.dir/tftp.c.o.d -o CMakeFiles/libcurl_static.dir/tftp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/tftp.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/tftp.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/tftp.c > CMakeFiles/libcurl_static.dir/tftp.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/tftp.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/tftp.c -o CMakeFiles/libcurl_static.dir/tftp.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.o: /home/guest/Downloads/PopLib/external/curl/lib/transfer.c -external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_120) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.o -MF CMakeFiles/libcurl_static.dir/transfer.c.o.d -o CMakeFiles/libcurl_static.dir/transfer.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/transfer.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/transfer.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/transfer.c > CMakeFiles/libcurl_static.dir/transfer.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/transfer.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/transfer.c -o CMakeFiles/libcurl_static.dir/transfer.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.o: /home/guest/Downloads/PopLib/external/curl/lib/uint-bset.c -external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_121) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.o -MF CMakeFiles/libcurl_static.dir/uint-bset.c.o.d -o CMakeFiles/libcurl_static.dir/uint-bset.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/uint-bset.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/uint-bset.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/uint-bset.c > CMakeFiles/libcurl_static.dir/uint-bset.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/uint-bset.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/uint-bset.c -o CMakeFiles/libcurl_static.dir/uint-bset.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.o: /home/guest/Downloads/PopLib/external/curl/lib/uint-hash.c -external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_122) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.o -MF CMakeFiles/libcurl_static.dir/uint-hash.c.o.d -o CMakeFiles/libcurl_static.dir/uint-hash.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/uint-hash.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/uint-hash.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/uint-hash.c > CMakeFiles/libcurl_static.dir/uint-hash.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/uint-hash.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/uint-hash.c -o CMakeFiles/libcurl_static.dir/uint-hash.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.o: /home/guest/Downloads/PopLib/external/curl/lib/uint-spbset.c -external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_123) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.o -MF CMakeFiles/libcurl_static.dir/uint-spbset.c.o.d -o CMakeFiles/libcurl_static.dir/uint-spbset.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/uint-spbset.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/uint-spbset.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/uint-spbset.c > CMakeFiles/libcurl_static.dir/uint-spbset.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/uint-spbset.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/uint-spbset.c -o CMakeFiles/libcurl_static.dir/uint-spbset.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.o: /home/guest/Downloads/PopLib/external/curl/lib/uint-table.c -external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_124) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.o -MF CMakeFiles/libcurl_static.dir/uint-table.c.o.d -o CMakeFiles/libcurl_static.dir/uint-table.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/uint-table.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/uint-table.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/uint-table.c > CMakeFiles/libcurl_static.dir/uint-table.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/uint-table.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/uint-table.c -o CMakeFiles/libcurl_static.dir/uint-table.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.o: /home/guest/Downloads/PopLib/external/curl/lib/url.c -external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_125) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.o -MF CMakeFiles/libcurl_static.dir/url.c.o.d -o CMakeFiles/libcurl_static.dir/url.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/url.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/url.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/url.c > CMakeFiles/libcurl_static.dir/url.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/url.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/url.c -o CMakeFiles/libcurl_static.dir/url.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/urlapi.c -external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_126) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.o -MF CMakeFiles/libcurl_static.dir/urlapi.c.o.d -o CMakeFiles/libcurl_static.dir/urlapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/urlapi.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/urlapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/urlapi.c > CMakeFiles/libcurl_static.dir/urlapi.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/urlapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/urlapi.c -o CMakeFiles/libcurl_static.dir/urlapi.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.o: /home/guest/Downloads/PopLib/external/curl/lib/version.c -external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_127) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.o -MF CMakeFiles/libcurl_static.dir/version.c.o.d -o CMakeFiles/libcurl_static.dir/version.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/version.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/version.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/version.c > CMakeFiles/libcurl_static.dir/version.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/version.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/version.c -o CMakeFiles/libcurl_static.dir/version.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.o: /home/guest/Downloads/PopLib/external/curl/lib/ws.c -external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_128) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.o -MF CMakeFiles/libcurl_static.dir/ws.c.o.d -o CMakeFiles/libcurl_static.dir/ws.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/ws.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/ws.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/ws.c > CMakeFiles/libcurl_static.dir/ws.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/ws.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/ws.c -o CMakeFiles/libcurl_static.dir/ws.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/cleartext.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_129) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o -MF CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/cleartext.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/cleartext.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/cleartext.c > CMakeFiles/libcurl_static.dir/vauth/cleartext.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/cleartext.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/cleartext.c -o CMakeFiles/libcurl_static.dir/vauth/cleartext.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/cram.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_130) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.o -MF CMakeFiles/libcurl_static.dir/vauth/cram.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/cram.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/cram.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/cram.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/cram.c > CMakeFiles/libcurl_static.dir/vauth/cram.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/cram.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/cram.c -o CMakeFiles/libcurl_static.dir/vauth/cram.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_131) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.o -MF CMakeFiles/libcurl_static.dir/vauth/digest.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/digest.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/digest.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest.c > CMakeFiles/libcurl_static.dir/vauth/digest.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/digest.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest.c -o CMakeFiles/libcurl_static.dir/vauth/digest.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest_sspi.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_132) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o -MF CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest_sspi.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest_sspi.c > CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/digest_sspi.c -o CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/gsasl.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_133) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o -MF CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/gsasl.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/gsasl.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/gsasl.c > CMakeFiles/libcurl_static.dir/vauth/gsasl.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/gsasl.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/gsasl.c -o CMakeFiles/libcurl_static.dir/vauth/gsasl.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_gssapi.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_134) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o -MF CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_gssapi.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_gssapi.c > CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_gssapi.c -o CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_sspi.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_135) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o -MF CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_sspi.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_sspi.c > CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/krb5_sspi.c -o CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_136) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o -MF CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/ntlm.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm.c > CMakeFiles/libcurl_static.dir/vauth/ntlm.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/ntlm.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm.c -o CMakeFiles/libcurl_static.dir/vauth/ntlm.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm_sspi.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_137) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o -MF CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm_sspi.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm_sspi.c > CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/ntlm_sspi.c -o CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/oauth2.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_138) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o -MF CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/oauth2.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/oauth2.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/oauth2.c > CMakeFiles/libcurl_static.dir/vauth/oauth2.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/oauth2.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/oauth2.c -o CMakeFiles/libcurl_static.dir/vauth/oauth2.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_gssapi.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_139) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o -MF CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_gssapi.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_gssapi.c > CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_gssapi.c -o CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_sspi.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_140) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o -MF CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_sspi.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_sspi.c > CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/spnego_sspi.c -o CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vauth/vauth.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_141) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.o -MF CMakeFiles/libcurl_static.dir/vauth/vauth.c.o.d -o CMakeFiles/libcurl_static.dir/vauth/vauth.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vauth/vauth.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vauth/vauth.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vauth/vauth.c > CMakeFiles/libcurl_static.dir/vauth/vauth.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vauth/vauth.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vauth/vauth.c -o CMakeFiles/libcurl_static.dir/vauth/vauth.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/bearssl.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_142) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o -MF CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/bearssl.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/bearssl.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/bearssl.c > CMakeFiles/libcurl_static.dir/vtls/bearssl.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/bearssl.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/bearssl.c -o CMakeFiles/libcurl_static.dir/vtls/bearssl.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/cipher_suite.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_143) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o -MF CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/cipher_suite.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/cipher_suite.c > CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/cipher_suite.c -o CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/gtls.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_144) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.o -MF CMakeFiles/libcurl_static.dir/vtls/gtls.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/gtls.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/gtls.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/gtls.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/gtls.c > CMakeFiles/libcurl_static.dir/vtls/gtls.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/gtls.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/gtls.c -o CMakeFiles/libcurl_static.dir/vtls/gtls.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/hostcheck.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_145) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o -MF CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/hostcheck.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/hostcheck.c > CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/hostcheck.c -o CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/keylog.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_146) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.o -MF CMakeFiles/libcurl_static.dir/vtls/keylog.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/keylog.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/keylog.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/keylog.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/keylog.c > CMakeFiles/libcurl_static.dir/vtls/keylog.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/keylog.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/keylog.c -o CMakeFiles/libcurl_static.dir/vtls/keylog.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_147) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o -MF CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls.c > CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls.c -o CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls_threadlock.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_148) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o -MF CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls_threadlock.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls_threadlock.c > CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/mbedtls_threadlock.c -o CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/openssl.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_149) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.o -MF CMakeFiles/libcurl_static.dir/vtls/openssl.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/openssl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/openssl.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/openssl.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/openssl.c > CMakeFiles/libcurl_static.dir/vtls/openssl.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/openssl.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/openssl.c -o CMakeFiles/libcurl_static.dir/vtls/openssl.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/rustls.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_150) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.o -MF CMakeFiles/libcurl_static.dir/vtls/rustls.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/rustls.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/rustls.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/rustls.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/rustls.c > CMakeFiles/libcurl_static.dir/vtls/rustls.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/rustls.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/rustls.c -o CMakeFiles/libcurl_static.dir/vtls/rustls.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_151) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.o -MF CMakeFiles/libcurl_static.dir/vtls/schannel.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/schannel.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/schannel.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel.c > CMakeFiles/libcurl_static.dir/vtls/schannel.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/schannel.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel.c -o CMakeFiles/libcurl_static.dir/vtls/schannel.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel_verify.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_152) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o -MF CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel_verify.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel_verify.c > CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/schannel_verify.c -o CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/sectransp.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_153) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o -MF CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/sectransp.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/sectransp.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/sectransp.c > CMakeFiles/libcurl_static.dir/vtls/sectransp.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/sectransp.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/sectransp.c -o CMakeFiles/libcurl_static.dir/vtls/sectransp.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_154) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.o -MF CMakeFiles/libcurl_static.dir/vtls/vtls.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/vtls.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/vtls.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls.c > CMakeFiles/libcurl_static.dir/vtls/vtls.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/vtls.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls.c -o CMakeFiles/libcurl_static.dir/vtls/vtls.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_scache.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_155) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o -MF CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_scache.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_scache.c > CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_scache.c -o CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_spack.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_156) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o -MF CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_spack.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_spack.c > CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/vtls_spack.c -o CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/wolfssl.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_157) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o -MF CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/wolfssl.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/wolfssl.c > CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/wolfssl.c -o CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vtls/x509asn1.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_158) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o -MF CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o.d -o CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vtls/x509asn1.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vtls/x509asn1.c > CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vtls/x509asn1.c -o CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_msh3.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_159) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o -MF CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o.d -o CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_msh3.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_msh3.c > CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_msh3.c -o CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_ngtcp2.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_160) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o -MF CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o.d -o CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_ngtcp2.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_ngtcp2.c > CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_ngtcp2.c -o CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_osslq.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_161) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o -MF CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o.d -o CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_osslq.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_osslq.c > CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_osslq.c -o CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_quiche.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_162) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o -MF CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o.d -o CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_quiche.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_quiche.c > CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/curl_quiche.c -o CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_163) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.o -MF CMakeFiles/libcurl_static.dir/vquic/vquic.c.o.d -o CMakeFiles/libcurl_static.dir/vquic/vquic.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vquic/vquic.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic.c > CMakeFiles/libcurl_static.dir/vquic/vquic.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vquic/vquic.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic.c -o CMakeFiles/libcurl_static.dir/vquic/vquic.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic-tls.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_164) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o -MF CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o.d -o CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic-tls.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic-tls.c > CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vquic/vquic-tls.c -o CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_165) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.o -MF CMakeFiles/libcurl_static.dir/vssh/libssh.c.o.d -o CMakeFiles/libcurl_static.dir/vssh/libssh.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vssh/libssh.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh.c > CMakeFiles/libcurl_static.dir/vssh/libssh.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vssh/libssh.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh.c -o CMakeFiles/libcurl_static.dir/vssh/libssh.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh2.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_166) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o -MF CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o.d -o CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh2.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vssh/libssh2.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh2.c > CMakeFiles/libcurl_static.dir/vssh/libssh2.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vssh/libssh2.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vssh/libssh2.c -o CMakeFiles/libcurl_static.dir/vssh/libssh2.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vssh/curl_path.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_167) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o -MF CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o.d -o CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vssh/curl_path.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vssh/curl_path.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vssh/curl_path.c > CMakeFiles/libcurl_static.dir/vssh/curl_path.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vssh/curl_path.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vssh/curl_path.c -o CMakeFiles/libcurl_static.dir/vssh/curl_path.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o: /home/guest/Downloads/PopLib/external/curl/lib/vssh/wolfssh.c -external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_168) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o -MF CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o.d -o CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/vssh/wolfssh.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/vssh/wolfssh.c > CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/vssh/wolfssh.c -o CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_169) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.o -MF CMakeFiles/libcurl_static.dir/curlx/base64.c.o.d -o CMakeFiles/libcurl_static.dir/curlx/base64.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curlx/base64.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c > CMakeFiles/libcurl_static.dir/curlx/base64.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curlx/base64.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -o CMakeFiles/libcurl_static.dir/curlx/base64.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/dynbuf.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_170) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o -MF CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o.d -o CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/dynbuf.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/dynbuf.c > CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/dynbuf.c -o CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_171) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o -MF CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o.d -o CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c > CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c -o CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_172) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o -MF CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o.d -o CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curlx/multibyte.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c > CMakeFiles/libcurl_static.dir/curlx/multibyte.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curlx/multibyte.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -o CMakeFiles/libcurl_static.dir/curlx/multibyte.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_173) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o -MF CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o.d -o CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curlx/nonblock.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c > CMakeFiles/libcurl_static.dir/curlx/nonblock.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curlx/nonblock.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -o CMakeFiles/libcurl_static.dir/curlx/nonblock.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_174) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.o -MF CMakeFiles/libcurl_static.dir/curlx/strparse.c.o.d -o CMakeFiles/libcurl_static.dir/curlx/strparse.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curlx/strparse.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c > CMakeFiles/libcurl_static.dir/curlx/strparse.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curlx/strparse.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -o CMakeFiles/libcurl_static.dir/curlx/strparse.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_175) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.o -MF CMakeFiles/libcurl_static.dir/curlx/timediff.c.o.d -o CMakeFiles/libcurl_static.dir/curlx/timediff.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curlx/timediff.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c > CMakeFiles/libcurl_static.dir/curlx/timediff.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curlx/timediff.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -o CMakeFiles/libcurl_static.dir/curlx/timediff.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_176) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.o -MF CMakeFiles/libcurl_static.dir/curlx/timeval.c.o.d -o CMakeFiles/libcurl_static.dir/curlx/timeval.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curlx/timeval.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c > CMakeFiles/libcurl_static.dir/curlx/timeval.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curlx/timeval.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -o CMakeFiles/libcurl_static.dir/curlx/timeval.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_177) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o -MF CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o.d -o CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curlx/version_win32.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c > CMakeFiles/libcurl_static.dir/curlx/version_win32.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curlx/version_win32.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -o CMakeFiles/libcurl_static.dir/curlx/version_win32.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_178) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.o -MF CMakeFiles/libcurl_static.dir/curlx/warnless.c.o.d -o CMakeFiles/libcurl_static.dir/curlx/warnless.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curlx/warnless.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c > CMakeFiles/libcurl_static.dir/curlx/warnless.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curlx/warnless.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -o CMakeFiles/libcurl_static.dir/curlx/warnless.c.s - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.o: external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_179) "Building C object external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.o -MF CMakeFiles/libcurl_static.dir/curlx/winapi.c.o.d -o CMakeFiles/libcurl_static.dir/curlx/winapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libcurl_static.dir/curlx/winapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c > CMakeFiles/libcurl_static.dir/curlx/winapi.c.i - -external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libcurl_static.dir/curlx/winapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -o CMakeFiles/libcurl_static.dir/curlx/winapi.c.s - -# Object files for target libcurl_static -libcurl_static_OBJECTS = \ -"CMakeFiles/libcurl_static.dir/altsvc.c.o" \ -"CMakeFiles/libcurl_static.dir/amigaos.c.o" \ -"CMakeFiles/libcurl_static.dir/asyn-ares.c.o" \ -"CMakeFiles/libcurl_static.dir/asyn-base.c.o" \ -"CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o" \ -"CMakeFiles/libcurl_static.dir/bufq.c.o" \ -"CMakeFiles/libcurl_static.dir/bufref.c.o" \ -"CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o" \ -"CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o" \ -"CMakeFiles/libcurl_static.dir/cf-haproxy.c.o" \ -"CMakeFiles/libcurl_static.dir/cf-https-connect.c.o" \ -"CMakeFiles/libcurl_static.dir/cf-socket.c.o" \ -"CMakeFiles/libcurl_static.dir/cfilters.c.o" \ -"CMakeFiles/libcurl_static.dir/conncache.c.o" \ -"CMakeFiles/libcurl_static.dir/connect.c.o" \ -"CMakeFiles/libcurl_static.dir/content_encoding.c.o" \ -"CMakeFiles/libcurl_static.dir/cookie.c.o" \ -"CMakeFiles/libcurl_static.dir/cshutdn.c.o" \ -"CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o" \ -"CMakeFiles/libcurl_static.dir/curl_des.c.o" \ -"CMakeFiles/libcurl_static.dir/curl_endian.c.o" \ -"CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o" \ -"CMakeFiles/libcurl_static.dir/curl_get_line.c.o" \ -"CMakeFiles/libcurl_static.dir/curl_gethostname.c.o" \ -"CMakeFiles/libcurl_static.dir/curl_gssapi.c.o" \ -"CMakeFiles/libcurl_static.dir/curl_memrchr.c.o" \ -"CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o" \ -"CMakeFiles/libcurl_static.dir/curl_range.c.o" \ -"CMakeFiles/libcurl_static.dir/curl_rtmp.c.o" \ -"CMakeFiles/libcurl_static.dir/curl_sasl.c.o" \ -"CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o" \ -"CMakeFiles/libcurl_static.dir/curl_sspi.c.o" \ -"CMakeFiles/libcurl_static.dir/curl_threads.c.o" \ -"CMakeFiles/libcurl_static.dir/curl_trc.c.o" \ -"CMakeFiles/libcurl_static.dir/cw-out.c.o" \ -"CMakeFiles/libcurl_static.dir/cw-pause.c.o" \ -"CMakeFiles/libcurl_static.dir/dict.c.o" \ -"CMakeFiles/libcurl_static.dir/doh.c.o" \ -"CMakeFiles/libcurl_static.dir/dynhds.c.o" \ -"CMakeFiles/libcurl_static.dir/easy.c.o" \ -"CMakeFiles/libcurl_static.dir/easygetopt.c.o" \ -"CMakeFiles/libcurl_static.dir/easyoptions.c.o" \ -"CMakeFiles/libcurl_static.dir/escape.c.o" \ -"CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o" \ -"CMakeFiles/libcurl_static.dir/file.c.o" \ -"CMakeFiles/libcurl_static.dir/fileinfo.c.o" \ -"CMakeFiles/libcurl_static.dir/fopen.c.o" \ -"CMakeFiles/libcurl_static.dir/formdata.c.o" \ -"CMakeFiles/libcurl_static.dir/ftp.c.o" \ -"CMakeFiles/libcurl_static.dir/ftplistparser.c.o" \ -"CMakeFiles/libcurl_static.dir/getenv.c.o" \ -"CMakeFiles/libcurl_static.dir/getinfo.c.o" \ -"CMakeFiles/libcurl_static.dir/gopher.c.o" \ -"CMakeFiles/libcurl_static.dir/hash.c.o" \ -"CMakeFiles/libcurl_static.dir/headers.c.o" \ -"CMakeFiles/libcurl_static.dir/hmac.c.o" \ -"CMakeFiles/libcurl_static.dir/hostip.c.o" \ -"CMakeFiles/libcurl_static.dir/hostip4.c.o" \ -"CMakeFiles/libcurl_static.dir/hostip6.c.o" \ -"CMakeFiles/libcurl_static.dir/hsts.c.o" \ -"CMakeFiles/libcurl_static.dir/http.c.o" \ -"CMakeFiles/libcurl_static.dir/http1.c.o" \ -"CMakeFiles/libcurl_static.dir/http2.c.o" \ -"CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o" \ -"CMakeFiles/libcurl_static.dir/http_chunks.c.o" \ -"CMakeFiles/libcurl_static.dir/http_digest.c.o" \ -"CMakeFiles/libcurl_static.dir/http_negotiate.c.o" \ -"CMakeFiles/libcurl_static.dir/http_ntlm.c.o" \ -"CMakeFiles/libcurl_static.dir/http_proxy.c.o" \ -"CMakeFiles/libcurl_static.dir/httpsrr.c.o" \ -"CMakeFiles/libcurl_static.dir/idn.c.o" \ -"CMakeFiles/libcurl_static.dir/if2ip.c.o" \ -"CMakeFiles/libcurl_static.dir/imap.c.o" \ -"CMakeFiles/libcurl_static.dir/inet_ntop.c.o" \ -"CMakeFiles/libcurl_static.dir/krb5.c.o" \ -"CMakeFiles/libcurl_static.dir/ldap.c.o" \ -"CMakeFiles/libcurl_static.dir/llist.c.o" \ -"CMakeFiles/libcurl_static.dir/macos.c.o" \ -"CMakeFiles/libcurl_static.dir/md4.c.o" \ -"CMakeFiles/libcurl_static.dir/md5.c.o" \ -"CMakeFiles/libcurl_static.dir/memdebug.c.o" \ -"CMakeFiles/libcurl_static.dir/mime.c.o" \ -"CMakeFiles/libcurl_static.dir/mprintf.c.o" \ -"CMakeFiles/libcurl_static.dir/mqtt.c.o" \ -"CMakeFiles/libcurl_static.dir/multi.c.o" \ -"CMakeFiles/libcurl_static.dir/multi_ev.c.o" \ -"CMakeFiles/libcurl_static.dir/netrc.c.o" \ -"CMakeFiles/libcurl_static.dir/noproxy.c.o" \ -"CMakeFiles/libcurl_static.dir/openldap.c.o" \ -"CMakeFiles/libcurl_static.dir/parsedate.c.o" \ -"CMakeFiles/libcurl_static.dir/pingpong.c.o" \ -"CMakeFiles/libcurl_static.dir/pop3.c.o" \ -"CMakeFiles/libcurl_static.dir/progress.c.o" \ -"CMakeFiles/libcurl_static.dir/psl.c.o" \ -"CMakeFiles/libcurl_static.dir/rand.c.o" \ -"CMakeFiles/libcurl_static.dir/rename.c.o" \ -"CMakeFiles/libcurl_static.dir/request.c.o" \ -"CMakeFiles/libcurl_static.dir/rtsp.c.o" \ -"CMakeFiles/libcurl_static.dir/select.c.o" \ -"CMakeFiles/libcurl_static.dir/sendf.c.o" \ -"CMakeFiles/libcurl_static.dir/setopt.c.o" \ -"CMakeFiles/libcurl_static.dir/sha256.c.o" \ -"CMakeFiles/libcurl_static.dir/share.c.o" \ -"CMakeFiles/libcurl_static.dir/slist.c.o" \ -"CMakeFiles/libcurl_static.dir/smb.c.o" \ -"CMakeFiles/libcurl_static.dir/smtp.c.o" \ -"CMakeFiles/libcurl_static.dir/socketpair.c.o" \ -"CMakeFiles/libcurl_static.dir/socks.c.o" \ -"CMakeFiles/libcurl_static.dir/socks_gssapi.c.o" \ -"CMakeFiles/libcurl_static.dir/socks_sspi.c.o" \ -"CMakeFiles/libcurl_static.dir/speedcheck.c.o" \ -"CMakeFiles/libcurl_static.dir/splay.c.o" \ -"CMakeFiles/libcurl_static.dir/strcase.c.o" \ -"CMakeFiles/libcurl_static.dir/strdup.c.o" \ -"CMakeFiles/libcurl_static.dir/strequal.c.o" \ -"CMakeFiles/libcurl_static.dir/strerror.c.o" \ -"CMakeFiles/libcurl_static.dir/system_win32.c.o" \ -"CMakeFiles/libcurl_static.dir/telnet.c.o" \ -"CMakeFiles/libcurl_static.dir/tftp.c.o" \ -"CMakeFiles/libcurl_static.dir/transfer.c.o" \ -"CMakeFiles/libcurl_static.dir/uint-bset.c.o" \ -"CMakeFiles/libcurl_static.dir/uint-hash.c.o" \ -"CMakeFiles/libcurl_static.dir/uint-spbset.c.o" \ -"CMakeFiles/libcurl_static.dir/uint-table.c.o" \ -"CMakeFiles/libcurl_static.dir/url.c.o" \ -"CMakeFiles/libcurl_static.dir/urlapi.c.o" \ -"CMakeFiles/libcurl_static.dir/version.c.o" \ -"CMakeFiles/libcurl_static.dir/ws.c.o" \ -"CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o" \ -"CMakeFiles/libcurl_static.dir/vauth/cram.c.o" \ -"CMakeFiles/libcurl_static.dir/vauth/digest.c.o" \ -"CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o" \ -"CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o" \ -"CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o" \ -"CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o" \ -"CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o" \ -"CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o" \ -"CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o" \ -"CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o" \ -"CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o" \ -"CMakeFiles/libcurl_static.dir/vauth/vauth.c.o" \ -"CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o" \ -"CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o" \ -"CMakeFiles/libcurl_static.dir/vtls/gtls.c.o" \ -"CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o" \ -"CMakeFiles/libcurl_static.dir/vtls/keylog.c.o" \ -"CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o" \ -"CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o" \ -"CMakeFiles/libcurl_static.dir/vtls/openssl.c.o" \ -"CMakeFiles/libcurl_static.dir/vtls/rustls.c.o" \ -"CMakeFiles/libcurl_static.dir/vtls/schannel.c.o" \ -"CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o" \ -"CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o" \ -"CMakeFiles/libcurl_static.dir/vtls/vtls.c.o" \ -"CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o" \ -"CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o" \ -"CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o" \ -"CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o" \ -"CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o" \ -"CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o" \ -"CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o" \ -"CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o" \ -"CMakeFiles/libcurl_static.dir/vquic/vquic.c.o" \ -"CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o" \ -"CMakeFiles/libcurl_static.dir/vssh/libssh.c.o" \ -"CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o" \ -"CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o" \ -"CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o" \ -"CMakeFiles/libcurl_static.dir/curlx/base64.c.o" \ -"CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o" \ -"CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o" \ -"CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o" \ -"CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o" \ -"CMakeFiles/libcurl_static.dir/curlx/strparse.c.o" \ -"CMakeFiles/libcurl_static.dir/curlx/timediff.c.o" \ -"CMakeFiles/libcurl_static.dir/curlx/timeval.c.o" \ -"CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o" \ -"CMakeFiles/libcurl_static.dir/curlx/warnless.c.o" \ -"CMakeFiles/libcurl_static.dir/curlx/winapi.c.o" - -# External object files for target libcurl_static -libcurl_static_EXTERNAL_OBJECTS = - -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.o -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/build.make -external/curl/lib/libcurl.a: external/curl/lib/CMakeFiles/libcurl_static.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_180) "Linking C static library libcurl.a" - cd /home/guest/Downloads/PopLib/build/external/curl/lib && $(CMAKE_COMMAND) -P CMakeFiles/libcurl_static.dir/cmake_clean_target.cmake - cd /home/guest/Downloads/PopLib/build/external/curl/lib && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/libcurl_static.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/lib/CMakeFiles/libcurl_static.dir/build: external/curl/lib/libcurl.a -.PHONY : external/curl/lib/CMakeFiles/libcurl_static.dir/build - -external/curl/lib/CMakeFiles/libcurl_static.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/lib && $(CMAKE_COMMAND) -P CMakeFiles/libcurl_static.dir/cmake_clean.cmake -.PHONY : external/curl/lib/CMakeFiles/libcurl_static.dir/clean - -external/curl/lib/CMakeFiles/libcurl_static.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/lib /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/lib /home/guest/Downloads/PopLib/build/external/curl/lib/CMakeFiles/libcurl_static.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/lib/CMakeFiles/libcurl_static.dir/depend - diff --git a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/cmake_clean.cmake b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/cmake_clean.cmake deleted file mode 100644 index 6dc6f832..00000000 --- a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/cmake_clean.cmake +++ /dev/null @@ -1,367 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/libcurl_static.dir/altsvc.c.o" - "CMakeFiles/libcurl_static.dir/altsvc.c.o.d" - "CMakeFiles/libcurl_static.dir/amigaos.c.o" - "CMakeFiles/libcurl_static.dir/amigaos.c.o.d" - "CMakeFiles/libcurl_static.dir/asyn-ares.c.o" - "CMakeFiles/libcurl_static.dir/asyn-ares.c.o.d" - "CMakeFiles/libcurl_static.dir/asyn-base.c.o" - "CMakeFiles/libcurl_static.dir/asyn-base.c.o.d" - "CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o" - "CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o.d" - "CMakeFiles/libcurl_static.dir/bufq.c.o" - "CMakeFiles/libcurl_static.dir/bufq.c.o.d" - "CMakeFiles/libcurl_static.dir/bufref.c.o" - "CMakeFiles/libcurl_static.dir/bufref.c.o.d" - "CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o" - "CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o.d" - "CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o" - "CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o.d" - "CMakeFiles/libcurl_static.dir/cf-haproxy.c.o" - "CMakeFiles/libcurl_static.dir/cf-haproxy.c.o.d" - "CMakeFiles/libcurl_static.dir/cf-https-connect.c.o" - "CMakeFiles/libcurl_static.dir/cf-https-connect.c.o.d" - "CMakeFiles/libcurl_static.dir/cf-socket.c.o" - "CMakeFiles/libcurl_static.dir/cf-socket.c.o.d" - "CMakeFiles/libcurl_static.dir/cfilters.c.o" - "CMakeFiles/libcurl_static.dir/cfilters.c.o.d" - "CMakeFiles/libcurl_static.dir/conncache.c.o" - "CMakeFiles/libcurl_static.dir/conncache.c.o.d" - "CMakeFiles/libcurl_static.dir/connect.c.o" - "CMakeFiles/libcurl_static.dir/connect.c.o.d" - "CMakeFiles/libcurl_static.dir/content_encoding.c.o" - "CMakeFiles/libcurl_static.dir/content_encoding.c.o.d" - "CMakeFiles/libcurl_static.dir/cookie.c.o" - "CMakeFiles/libcurl_static.dir/cookie.c.o.d" - "CMakeFiles/libcurl_static.dir/cshutdn.c.o" - "CMakeFiles/libcurl_static.dir/cshutdn.c.o.d" - "CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o" - "CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o.d" - "CMakeFiles/libcurl_static.dir/curl_des.c.o" - "CMakeFiles/libcurl_static.dir/curl_des.c.o.d" - "CMakeFiles/libcurl_static.dir/curl_endian.c.o" - "CMakeFiles/libcurl_static.dir/curl_endian.c.o.d" - "CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o" - "CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o.d" - "CMakeFiles/libcurl_static.dir/curl_get_line.c.o" - "CMakeFiles/libcurl_static.dir/curl_get_line.c.o.d" - "CMakeFiles/libcurl_static.dir/curl_gethostname.c.o" - "CMakeFiles/libcurl_static.dir/curl_gethostname.c.o.d" - "CMakeFiles/libcurl_static.dir/curl_gssapi.c.o" - "CMakeFiles/libcurl_static.dir/curl_gssapi.c.o.d" - "CMakeFiles/libcurl_static.dir/curl_memrchr.c.o" - "CMakeFiles/libcurl_static.dir/curl_memrchr.c.o.d" - "CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o" - "CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o.d" - "CMakeFiles/libcurl_static.dir/curl_range.c.o" - "CMakeFiles/libcurl_static.dir/curl_range.c.o.d" - "CMakeFiles/libcurl_static.dir/curl_rtmp.c.o" - "CMakeFiles/libcurl_static.dir/curl_rtmp.c.o.d" - "CMakeFiles/libcurl_static.dir/curl_sasl.c.o" - "CMakeFiles/libcurl_static.dir/curl_sasl.c.o.d" - "CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o" - "CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o.d" - "CMakeFiles/libcurl_static.dir/curl_sspi.c.o" - "CMakeFiles/libcurl_static.dir/curl_sspi.c.o.d" - "CMakeFiles/libcurl_static.dir/curl_threads.c.o" - "CMakeFiles/libcurl_static.dir/curl_threads.c.o.d" - "CMakeFiles/libcurl_static.dir/curl_trc.c.o" - "CMakeFiles/libcurl_static.dir/curl_trc.c.o.d" - "CMakeFiles/libcurl_static.dir/curlx/base64.c.o" - "CMakeFiles/libcurl_static.dir/curlx/base64.c.o.d" - "CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o" - "CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o.d" - "CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o" - "CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o.d" - "CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o" - "CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o.d" - "CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o" - "CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o.d" - "CMakeFiles/libcurl_static.dir/curlx/strparse.c.o" - "CMakeFiles/libcurl_static.dir/curlx/strparse.c.o.d" - "CMakeFiles/libcurl_static.dir/curlx/timediff.c.o" - "CMakeFiles/libcurl_static.dir/curlx/timediff.c.o.d" - "CMakeFiles/libcurl_static.dir/curlx/timeval.c.o" - "CMakeFiles/libcurl_static.dir/curlx/timeval.c.o.d" - "CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o" - "CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o.d" - "CMakeFiles/libcurl_static.dir/curlx/warnless.c.o" - "CMakeFiles/libcurl_static.dir/curlx/warnless.c.o.d" - "CMakeFiles/libcurl_static.dir/curlx/winapi.c.o" - "CMakeFiles/libcurl_static.dir/curlx/winapi.c.o.d" - "CMakeFiles/libcurl_static.dir/cw-out.c.o" - "CMakeFiles/libcurl_static.dir/cw-out.c.o.d" - "CMakeFiles/libcurl_static.dir/cw-pause.c.o" - "CMakeFiles/libcurl_static.dir/cw-pause.c.o.d" - "CMakeFiles/libcurl_static.dir/dict.c.o" - "CMakeFiles/libcurl_static.dir/dict.c.o.d" - "CMakeFiles/libcurl_static.dir/doh.c.o" - "CMakeFiles/libcurl_static.dir/doh.c.o.d" - "CMakeFiles/libcurl_static.dir/dynhds.c.o" - "CMakeFiles/libcurl_static.dir/dynhds.c.o.d" - "CMakeFiles/libcurl_static.dir/easy.c.o" - "CMakeFiles/libcurl_static.dir/easy.c.o.d" - "CMakeFiles/libcurl_static.dir/easygetopt.c.o" - "CMakeFiles/libcurl_static.dir/easygetopt.c.o.d" - "CMakeFiles/libcurl_static.dir/easyoptions.c.o" - "CMakeFiles/libcurl_static.dir/easyoptions.c.o.d" - "CMakeFiles/libcurl_static.dir/escape.c.o" - "CMakeFiles/libcurl_static.dir/escape.c.o.d" - "CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o" - "CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o.d" - "CMakeFiles/libcurl_static.dir/file.c.o" - "CMakeFiles/libcurl_static.dir/file.c.o.d" - "CMakeFiles/libcurl_static.dir/fileinfo.c.o" - "CMakeFiles/libcurl_static.dir/fileinfo.c.o.d" - "CMakeFiles/libcurl_static.dir/fopen.c.o" - "CMakeFiles/libcurl_static.dir/fopen.c.o.d" - "CMakeFiles/libcurl_static.dir/formdata.c.o" - "CMakeFiles/libcurl_static.dir/formdata.c.o.d" - "CMakeFiles/libcurl_static.dir/ftp.c.o" - "CMakeFiles/libcurl_static.dir/ftp.c.o.d" - "CMakeFiles/libcurl_static.dir/ftplistparser.c.o" - "CMakeFiles/libcurl_static.dir/ftplistparser.c.o.d" - "CMakeFiles/libcurl_static.dir/getenv.c.o" - "CMakeFiles/libcurl_static.dir/getenv.c.o.d" - "CMakeFiles/libcurl_static.dir/getinfo.c.o" - "CMakeFiles/libcurl_static.dir/getinfo.c.o.d" - "CMakeFiles/libcurl_static.dir/gopher.c.o" - "CMakeFiles/libcurl_static.dir/gopher.c.o.d" - "CMakeFiles/libcurl_static.dir/hash.c.o" - "CMakeFiles/libcurl_static.dir/hash.c.o.d" - "CMakeFiles/libcurl_static.dir/headers.c.o" - "CMakeFiles/libcurl_static.dir/headers.c.o.d" - "CMakeFiles/libcurl_static.dir/hmac.c.o" - "CMakeFiles/libcurl_static.dir/hmac.c.o.d" - "CMakeFiles/libcurl_static.dir/hostip.c.o" - "CMakeFiles/libcurl_static.dir/hostip.c.o.d" - "CMakeFiles/libcurl_static.dir/hostip4.c.o" - "CMakeFiles/libcurl_static.dir/hostip4.c.o.d" - "CMakeFiles/libcurl_static.dir/hostip6.c.o" - "CMakeFiles/libcurl_static.dir/hostip6.c.o.d" - "CMakeFiles/libcurl_static.dir/hsts.c.o" - "CMakeFiles/libcurl_static.dir/hsts.c.o.d" - "CMakeFiles/libcurl_static.dir/http.c.o" - "CMakeFiles/libcurl_static.dir/http.c.o.d" - "CMakeFiles/libcurl_static.dir/http1.c.o" - "CMakeFiles/libcurl_static.dir/http1.c.o.d" - "CMakeFiles/libcurl_static.dir/http2.c.o" - "CMakeFiles/libcurl_static.dir/http2.c.o.d" - "CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o" - "CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o.d" - "CMakeFiles/libcurl_static.dir/http_chunks.c.o" - "CMakeFiles/libcurl_static.dir/http_chunks.c.o.d" - "CMakeFiles/libcurl_static.dir/http_digest.c.o" - "CMakeFiles/libcurl_static.dir/http_digest.c.o.d" - "CMakeFiles/libcurl_static.dir/http_negotiate.c.o" - "CMakeFiles/libcurl_static.dir/http_negotiate.c.o.d" - "CMakeFiles/libcurl_static.dir/http_ntlm.c.o" - "CMakeFiles/libcurl_static.dir/http_ntlm.c.o.d" - "CMakeFiles/libcurl_static.dir/http_proxy.c.o" - "CMakeFiles/libcurl_static.dir/http_proxy.c.o.d" - "CMakeFiles/libcurl_static.dir/httpsrr.c.o" - "CMakeFiles/libcurl_static.dir/httpsrr.c.o.d" - "CMakeFiles/libcurl_static.dir/idn.c.o" - "CMakeFiles/libcurl_static.dir/idn.c.o.d" - "CMakeFiles/libcurl_static.dir/if2ip.c.o" - "CMakeFiles/libcurl_static.dir/if2ip.c.o.d" - "CMakeFiles/libcurl_static.dir/imap.c.o" - "CMakeFiles/libcurl_static.dir/imap.c.o.d" - "CMakeFiles/libcurl_static.dir/inet_ntop.c.o" - "CMakeFiles/libcurl_static.dir/inet_ntop.c.o.d" - "CMakeFiles/libcurl_static.dir/krb5.c.o" - "CMakeFiles/libcurl_static.dir/krb5.c.o.d" - "CMakeFiles/libcurl_static.dir/ldap.c.o" - "CMakeFiles/libcurl_static.dir/ldap.c.o.d" - "CMakeFiles/libcurl_static.dir/llist.c.o" - "CMakeFiles/libcurl_static.dir/llist.c.o.d" - "CMakeFiles/libcurl_static.dir/macos.c.o" - "CMakeFiles/libcurl_static.dir/macos.c.o.d" - "CMakeFiles/libcurl_static.dir/md4.c.o" - "CMakeFiles/libcurl_static.dir/md4.c.o.d" - "CMakeFiles/libcurl_static.dir/md5.c.o" - "CMakeFiles/libcurl_static.dir/md5.c.o.d" - "CMakeFiles/libcurl_static.dir/memdebug.c.o" - "CMakeFiles/libcurl_static.dir/memdebug.c.o.d" - "CMakeFiles/libcurl_static.dir/mime.c.o" - "CMakeFiles/libcurl_static.dir/mime.c.o.d" - "CMakeFiles/libcurl_static.dir/mprintf.c.o" - "CMakeFiles/libcurl_static.dir/mprintf.c.o.d" - "CMakeFiles/libcurl_static.dir/mqtt.c.o" - "CMakeFiles/libcurl_static.dir/mqtt.c.o.d" - "CMakeFiles/libcurl_static.dir/multi.c.o" - "CMakeFiles/libcurl_static.dir/multi.c.o.d" - "CMakeFiles/libcurl_static.dir/multi_ev.c.o" - "CMakeFiles/libcurl_static.dir/multi_ev.c.o.d" - "CMakeFiles/libcurl_static.dir/netrc.c.o" - "CMakeFiles/libcurl_static.dir/netrc.c.o.d" - "CMakeFiles/libcurl_static.dir/noproxy.c.o" - "CMakeFiles/libcurl_static.dir/noproxy.c.o.d" - "CMakeFiles/libcurl_static.dir/openldap.c.o" - "CMakeFiles/libcurl_static.dir/openldap.c.o.d" - "CMakeFiles/libcurl_static.dir/parsedate.c.o" - "CMakeFiles/libcurl_static.dir/parsedate.c.o.d" - "CMakeFiles/libcurl_static.dir/pingpong.c.o" - "CMakeFiles/libcurl_static.dir/pingpong.c.o.d" - "CMakeFiles/libcurl_static.dir/pop3.c.o" - "CMakeFiles/libcurl_static.dir/pop3.c.o.d" - "CMakeFiles/libcurl_static.dir/progress.c.o" - "CMakeFiles/libcurl_static.dir/progress.c.o.d" - "CMakeFiles/libcurl_static.dir/psl.c.o" - "CMakeFiles/libcurl_static.dir/psl.c.o.d" - "CMakeFiles/libcurl_static.dir/rand.c.o" - "CMakeFiles/libcurl_static.dir/rand.c.o.d" - "CMakeFiles/libcurl_static.dir/rename.c.o" - "CMakeFiles/libcurl_static.dir/rename.c.o.d" - "CMakeFiles/libcurl_static.dir/request.c.o" - "CMakeFiles/libcurl_static.dir/request.c.o.d" - "CMakeFiles/libcurl_static.dir/rtsp.c.o" - "CMakeFiles/libcurl_static.dir/rtsp.c.o.d" - "CMakeFiles/libcurl_static.dir/select.c.o" - "CMakeFiles/libcurl_static.dir/select.c.o.d" - "CMakeFiles/libcurl_static.dir/sendf.c.o" - "CMakeFiles/libcurl_static.dir/sendf.c.o.d" - "CMakeFiles/libcurl_static.dir/setopt.c.o" - "CMakeFiles/libcurl_static.dir/setopt.c.o.d" - "CMakeFiles/libcurl_static.dir/sha256.c.o" - "CMakeFiles/libcurl_static.dir/sha256.c.o.d" - "CMakeFiles/libcurl_static.dir/share.c.o" - "CMakeFiles/libcurl_static.dir/share.c.o.d" - "CMakeFiles/libcurl_static.dir/slist.c.o" - "CMakeFiles/libcurl_static.dir/slist.c.o.d" - "CMakeFiles/libcurl_static.dir/smb.c.o" - "CMakeFiles/libcurl_static.dir/smb.c.o.d" - "CMakeFiles/libcurl_static.dir/smtp.c.o" - "CMakeFiles/libcurl_static.dir/smtp.c.o.d" - "CMakeFiles/libcurl_static.dir/socketpair.c.o" - "CMakeFiles/libcurl_static.dir/socketpair.c.o.d" - "CMakeFiles/libcurl_static.dir/socks.c.o" - "CMakeFiles/libcurl_static.dir/socks.c.o.d" - "CMakeFiles/libcurl_static.dir/socks_gssapi.c.o" - "CMakeFiles/libcurl_static.dir/socks_gssapi.c.o.d" - "CMakeFiles/libcurl_static.dir/socks_sspi.c.o" - "CMakeFiles/libcurl_static.dir/socks_sspi.c.o.d" - "CMakeFiles/libcurl_static.dir/speedcheck.c.o" - "CMakeFiles/libcurl_static.dir/speedcheck.c.o.d" - "CMakeFiles/libcurl_static.dir/splay.c.o" - "CMakeFiles/libcurl_static.dir/splay.c.o.d" - "CMakeFiles/libcurl_static.dir/strcase.c.o" - "CMakeFiles/libcurl_static.dir/strcase.c.o.d" - "CMakeFiles/libcurl_static.dir/strdup.c.o" - "CMakeFiles/libcurl_static.dir/strdup.c.o.d" - "CMakeFiles/libcurl_static.dir/strequal.c.o" - "CMakeFiles/libcurl_static.dir/strequal.c.o.d" - "CMakeFiles/libcurl_static.dir/strerror.c.o" - "CMakeFiles/libcurl_static.dir/strerror.c.o.d" - "CMakeFiles/libcurl_static.dir/system_win32.c.o" - "CMakeFiles/libcurl_static.dir/system_win32.c.o.d" - "CMakeFiles/libcurl_static.dir/telnet.c.o" - "CMakeFiles/libcurl_static.dir/telnet.c.o.d" - "CMakeFiles/libcurl_static.dir/tftp.c.o" - "CMakeFiles/libcurl_static.dir/tftp.c.o.d" - "CMakeFiles/libcurl_static.dir/transfer.c.o" - "CMakeFiles/libcurl_static.dir/transfer.c.o.d" - "CMakeFiles/libcurl_static.dir/uint-bset.c.o" - "CMakeFiles/libcurl_static.dir/uint-bset.c.o.d" - "CMakeFiles/libcurl_static.dir/uint-hash.c.o" - "CMakeFiles/libcurl_static.dir/uint-hash.c.o.d" - "CMakeFiles/libcurl_static.dir/uint-spbset.c.o" - "CMakeFiles/libcurl_static.dir/uint-spbset.c.o.d" - "CMakeFiles/libcurl_static.dir/uint-table.c.o" - "CMakeFiles/libcurl_static.dir/uint-table.c.o.d" - "CMakeFiles/libcurl_static.dir/url.c.o" - "CMakeFiles/libcurl_static.dir/url.c.o.d" - "CMakeFiles/libcurl_static.dir/urlapi.c.o" - "CMakeFiles/libcurl_static.dir/urlapi.c.o.d" - "CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o" - "CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o.d" - "CMakeFiles/libcurl_static.dir/vauth/cram.c.o" - "CMakeFiles/libcurl_static.dir/vauth/cram.c.o.d" - "CMakeFiles/libcurl_static.dir/vauth/digest.c.o" - "CMakeFiles/libcurl_static.dir/vauth/digest.c.o.d" - "CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o" - "CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o.d" - "CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o" - "CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o.d" - "CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o" - "CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o.d" - "CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o" - "CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o.d" - "CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o" - "CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o.d" - "CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o" - "CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o.d" - "CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o" - "CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o.d" - "CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o" - "CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o.d" - "CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o" - "CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o.d" - "CMakeFiles/libcurl_static.dir/vauth/vauth.c.o" - "CMakeFiles/libcurl_static.dir/vauth/vauth.c.o.d" - "CMakeFiles/libcurl_static.dir/version.c.o" - "CMakeFiles/libcurl_static.dir/version.c.o.d" - "CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o" - "CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o.d" - "CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o" - "CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o.d" - "CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o" - "CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o.d" - "CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o" - "CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o.d" - "CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o" - "CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o.d" - "CMakeFiles/libcurl_static.dir/vquic/vquic.c.o" - "CMakeFiles/libcurl_static.dir/vquic/vquic.c.o.d" - "CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o" - "CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o.d" - "CMakeFiles/libcurl_static.dir/vssh/libssh.c.o" - "CMakeFiles/libcurl_static.dir/vssh/libssh.c.o.d" - "CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o" - "CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o.d" - "CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o" - "CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o.d" - "CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o" - "CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o.d" - "CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o" - "CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o.d" - "CMakeFiles/libcurl_static.dir/vtls/gtls.c.o" - "CMakeFiles/libcurl_static.dir/vtls/gtls.c.o.d" - "CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o" - "CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o.d" - "CMakeFiles/libcurl_static.dir/vtls/keylog.c.o" - "CMakeFiles/libcurl_static.dir/vtls/keylog.c.o.d" - "CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o" - "CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o.d" - "CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o" - "CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o.d" - "CMakeFiles/libcurl_static.dir/vtls/openssl.c.o" - "CMakeFiles/libcurl_static.dir/vtls/openssl.c.o.d" - "CMakeFiles/libcurl_static.dir/vtls/rustls.c.o" - "CMakeFiles/libcurl_static.dir/vtls/rustls.c.o.d" - "CMakeFiles/libcurl_static.dir/vtls/schannel.c.o" - "CMakeFiles/libcurl_static.dir/vtls/schannel.c.o.d" - "CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o" - "CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o.d" - "CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o" - "CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o.d" - "CMakeFiles/libcurl_static.dir/vtls/vtls.c.o" - "CMakeFiles/libcurl_static.dir/vtls/vtls.c.o.d" - "CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o" - "CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o.d" - "CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o" - "CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o.d" - "CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o" - "CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o.d" - "CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o" - "CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o.d" - "CMakeFiles/libcurl_static.dir/ws.c.o" - "CMakeFiles/libcurl_static.dir/ws.c.o.d" - "libcurl.a" - "libcurl.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/libcurl_static.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/cmake_clean_target.cmake b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/cmake_clean_target.cmake deleted file mode 100644 index 632601f4..00000000 --- a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libcurl.a" -) diff --git a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.make b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.make deleted file mode 100644 index d4fd1d99..00000000 --- a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for libcurl_static. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts deleted file mode 100644 index 60f78ce8..00000000 --- a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for libcurl_static. diff --git a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/depend.make b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/depend.make deleted file mode 100644 index 3e94ad0c..00000000 --- a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for libcurl_static. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make deleted file mode 100644 index 7e0e61ac..00000000 --- a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_HIDDEN_SYMBOLS -DHAVE_CONFIG_H -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIC -fvisibility=hidden -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/link.txt b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/link.txt deleted file mode 100644 index 9bc1fd77..00000000 --- a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libcurl.a CMakeFiles/libcurl_static.dir/altsvc.c.o CMakeFiles/libcurl_static.dir/amigaos.c.o "CMakeFiles/libcurl_static.dir/asyn-ares.c.o" "CMakeFiles/libcurl_static.dir/asyn-base.c.o" "CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o" CMakeFiles/libcurl_static.dir/bufq.c.o CMakeFiles/libcurl_static.dir/bufref.c.o "CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o" "CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o" "CMakeFiles/libcurl_static.dir/cf-haproxy.c.o" "CMakeFiles/libcurl_static.dir/cf-https-connect.c.o" "CMakeFiles/libcurl_static.dir/cf-socket.c.o" CMakeFiles/libcurl_static.dir/cfilters.c.o CMakeFiles/libcurl_static.dir/conncache.c.o CMakeFiles/libcurl_static.dir/connect.c.o CMakeFiles/libcurl_static.dir/content_encoding.c.o CMakeFiles/libcurl_static.dir/cookie.c.o CMakeFiles/libcurl_static.dir/cshutdn.c.o CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o CMakeFiles/libcurl_static.dir/curl_des.c.o CMakeFiles/libcurl_static.dir/curl_endian.c.o CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o CMakeFiles/libcurl_static.dir/curl_get_line.c.o CMakeFiles/libcurl_static.dir/curl_gethostname.c.o CMakeFiles/libcurl_static.dir/curl_gssapi.c.o CMakeFiles/libcurl_static.dir/curl_memrchr.c.o CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o CMakeFiles/libcurl_static.dir/curl_range.c.o CMakeFiles/libcurl_static.dir/curl_rtmp.c.o CMakeFiles/libcurl_static.dir/curl_sasl.c.o CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o CMakeFiles/libcurl_static.dir/curl_sspi.c.o CMakeFiles/libcurl_static.dir/curl_threads.c.o CMakeFiles/libcurl_static.dir/curl_trc.c.o "CMakeFiles/libcurl_static.dir/cw-out.c.o" "CMakeFiles/libcurl_static.dir/cw-pause.c.o" CMakeFiles/libcurl_static.dir/dict.c.o CMakeFiles/libcurl_static.dir/doh.c.o CMakeFiles/libcurl_static.dir/dynhds.c.o CMakeFiles/libcurl_static.dir/easy.c.o CMakeFiles/libcurl_static.dir/easygetopt.c.o CMakeFiles/libcurl_static.dir/easyoptions.c.o CMakeFiles/libcurl_static.dir/escape.c.o CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o CMakeFiles/libcurl_static.dir/file.c.o CMakeFiles/libcurl_static.dir/fileinfo.c.o CMakeFiles/libcurl_static.dir/fopen.c.o CMakeFiles/libcurl_static.dir/formdata.c.o CMakeFiles/libcurl_static.dir/ftp.c.o CMakeFiles/libcurl_static.dir/ftplistparser.c.o CMakeFiles/libcurl_static.dir/getenv.c.o CMakeFiles/libcurl_static.dir/getinfo.c.o CMakeFiles/libcurl_static.dir/gopher.c.o CMakeFiles/libcurl_static.dir/hash.c.o CMakeFiles/libcurl_static.dir/headers.c.o CMakeFiles/libcurl_static.dir/hmac.c.o CMakeFiles/libcurl_static.dir/hostip.c.o CMakeFiles/libcurl_static.dir/hostip4.c.o CMakeFiles/libcurl_static.dir/hostip6.c.o CMakeFiles/libcurl_static.dir/hsts.c.o CMakeFiles/libcurl_static.dir/http.c.o CMakeFiles/libcurl_static.dir/http1.c.o CMakeFiles/libcurl_static.dir/http2.c.o CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o CMakeFiles/libcurl_static.dir/http_chunks.c.o CMakeFiles/libcurl_static.dir/http_digest.c.o CMakeFiles/libcurl_static.dir/http_negotiate.c.o CMakeFiles/libcurl_static.dir/http_ntlm.c.o CMakeFiles/libcurl_static.dir/http_proxy.c.o CMakeFiles/libcurl_static.dir/httpsrr.c.o CMakeFiles/libcurl_static.dir/idn.c.o CMakeFiles/libcurl_static.dir/if2ip.c.o CMakeFiles/libcurl_static.dir/imap.c.o CMakeFiles/libcurl_static.dir/inet_ntop.c.o CMakeFiles/libcurl_static.dir/krb5.c.o CMakeFiles/libcurl_static.dir/ldap.c.o CMakeFiles/libcurl_static.dir/llist.c.o CMakeFiles/libcurl_static.dir/macos.c.o CMakeFiles/libcurl_static.dir/md4.c.o CMakeFiles/libcurl_static.dir/md5.c.o CMakeFiles/libcurl_static.dir/memdebug.c.o CMakeFiles/libcurl_static.dir/mime.c.o CMakeFiles/libcurl_static.dir/mprintf.c.o CMakeFiles/libcurl_static.dir/mqtt.c.o CMakeFiles/libcurl_static.dir/multi.c.o CMakeFiles/libcurl_static.dir/multi_ev.c.o CMakeFiles/libcurl_static.dir/netrc.c.o CMakeFiles/libcurl_static.dir/noproxy.c.o CMakeFiles/libcurl_static.dir/openldap.c.o CMakeFiles/libcurl_static.dir/parsedate.c.o CMakeFiles/libcurl_static.dir/pingpong.c.o CMakeFiles/libcurl_static.dir/pop3.c.o CMakeFiles/libcurl_static.dir/progress.c.o CMakeFiles/libcurl_static.dir/psl.c.o CMakeFiles/libcurl_static.dir/rand.c.o CMakeFiles/libcurl_static.dir/rename.c.o CMakeFiles/libcurl_static.dir/request.c.o CMakeFiles/libcurl_static.dir/rtsp.c.o CMakeFiles/libcurl_static.dir/select.c.o CMakeFiles/libcurl_static.dir/sendf.c.o CMakeFiles/libcurl_static.dir/setopt.c.o CMakeFiles/libcurl_static.dir/sha256.c.o CMakeFiles/libcurl_static.dir/share.c.o CMakeFiles/libcurl_static.dir/slist.c.o CMakeFiles/libcurl_static.dir/smb.c.o CMakeFiles/libcurl_static.dir/smtp.c.o CMakeFiles/libcurl_static.dir/socketpair.c.o CMakeFiles/libcurl_static.dir/socks.c.o CMakeFiles/libcurl_static.dir/socks_gssapi.c.o CMakeFiles/libcurl_static.dir/socks_sspi.c.o CMakeFiles/libcurl_static.dir/speedcheck.c.o CMakeFiles/libcurl_static.dir/splay.c.o CMakeFiles/libcurl_static.dir/strcase.c.o CMakeFiles/libcurl_static.dir/strdup.c.o CMakeFiles/libcurl_static.dir/strequal.c.o CMakeFiles/libcurl_static.dir/strerror.c.o CMakeFiles/libcurl_static.dir/system_win32.c.o CMakeFiles/libcurl_static.dir/telnet.c.o CMakeFiles/libcurl_static.dir/tftp.c.o CMakeFiles/libcurl_static.dir/transfer.c.o "CMakeFiles/libcurl_static.dir/uint-bset.c.o" "CMakeFiles/libcurl_static.dir/uint-hash.c.o" "CMakeFiles/libcurl_static.dir/uint-spbset.c.o" "CMakeFiles/libcurl_static.dir/uint-table.c.o" CMakeFiles/libcurl_static.dir/url.c.o CMakeFiles/libcurl_static.dir/urlapi.c.o CMakeFiles/libcurl_static.dir/version.c.o CMakeFiles/libcurl_static.dir/ws.c.o CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o CMakeFiles/libcurl_static.dir/vauth/cram.c.o CMakeFiles/libcurl_static.dir/vauth/digest.c.o CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o CMakeFiles/libcurl_static.dir/vauth/vauth.c.o CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o CMakeFiles/libcurl_static.dir/vtls/gtls.c.o CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o CMakeFiles/libcurl_static.dir/vtls/keylog.c.o CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o CMakeFiles/libcurl_static.dir/vtls/openssl.c.o CMakeFiles/libcurl_static.dir/vtls/rustls.c.o CMakeFiles/libcurl_static.dir/vtls/schannel.c.o CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o CMakeFiles/libcurl_static.dir/vtls/vtls.c.o CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o CMakeFiles/libcurl_static.dir/vquic/vquic.c.o "CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o" CMakeFiles/libcurl_static.dir/vssh/libssh.c.o CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o CMakeFiles/libcurl_static.dir/curlx/base64.c.o CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o CMakeFiles/libcurl_static.dir/curlx/strparse.c.o CMakeFiles/libcurl_static.dir/curlx/timediff.c.o CMakeFiles/libcurl_static.dir/curlx/timeval.c.o CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o CMakeFiles/libcurl_static.dir/curlx/warnless.c.o CMakeFiles/libcurl_static.dir/curlx/winapi.c.o -/usr/bin/ranlib libcurl.a diff --git a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/progress.make b/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/progress.make deleted file mode 100644 index 7c713380..00000000 --- a/build_emscripten/external/curl/lib/CMakeFiles/libcurl_static.dir/progress.make +++ /dev/null @@ -1,181 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = -CMAKE_PROGRESS_7 = -CMAKE_PROGRESS_8 = -CMAKE_PROGRESS_9 = -CMAKE_PROGRESS_10 = -CMAKE_PROGRESS_11 = 82 -CMAKE_PROGRESS_12 = -CMAKE_PROGRESS_13 = -CMAKE_PROGRESS_14 = -CMAKE_PROGRESS_15 = -CMAKE_PROGRESS_16 = -CMAKE_PROGRESS_17 = -CMAKE_PROGRESS_18 = -CMAKE_PROGRESS_19 = -CMAKE_PROGRESS_20 = -CMAKE_PROGRESS_21 = -CMAKE_PROGRESS_22 = -CMAKE_PROGRESS_23 = -CMAKE_PROGRESS_24 = -CMAKE_PROGRESS_25 = -CMAKE_PROGRESS_26 = -CMAKE_PROGRESS_27 = -CMAKE_PROGRESS_28 = -CMAKE_PROGRESS_29 = -CMAKE_PROGRESS_30 = -CMAKE_PROGRESS_31 = -CMAKE_PROGRESS_32 = -CMAKE_PROGRESS_33 = -CMAKE_PROGRESS_34 = -CMAKE_PROGRESS_35 = -CMAKE_PROGRESS_36 = -CMAKE_PROGRESS_37 = -CMAKE_PROGRESS_38 = -CMAKE_PROGRESS_39 = 83 -CMAKE_PROGRESS_40 = -CMAKE_PROGRESS_41 = -CMAKE_PROGRESS_42 = -CMAKE_PROGRESS_43 = -CMAKE_PROGRESS_44 = -CMAKE_PROGRESS_45 = -CMAKE_PROGRESS_46 = -CMAKE_PROGRESS_47 = -CMAKE_PROGRESS_48 = -CMAKE_PROGRESS_49 = -CMAKE_PROGRESS_50 = -CMAKE_PROGRESS_51 = -CMAKE_PROGRESS_52 = -CMAKE_PROGRESS_53 = -CMAKE_PROGRESS_54 = -CMAKE_PROGRESS_55 = -CMAKE_PROGRESS_56 = -CMAKE_PROGRESS_57 = -CMAKE_PROGRESS_58 = -CMAKE_PROGRESS_59 = -CMAKE_PROGRESS_60 = -CMAKE_PROGRESS_61 = -CMAKE_PROGRESS_62 = -CMAKE_PROGRESS_63 = -CMAKE_PROGRESS_64 = -CMAKE_PROGRESS_65 = -CMAKE_PROGRESS_66 = -CMAKE_PROGRESS_67 = -CMAKE_PROGRESS_68 = 84 -CMAKE_PROGRESS_69 = -CMAKE_PROGRESS_70 = -CMAKE_PROGRESS_71 = -CMAKE_PROGRESS_72 = -CMAKE_PROGRESS_73 = -CMAKE_PROGRESS_74 = -CMAKE_PROGRESS_75 = -CMAKE_PROGRESS_76 = -CMAKE_PROGRESS_77 = -CMAKE_PROGRESS_78 = -CMAKE_PROGRESS_79 = -CMAKE_PROGRESS_80 = -CMAKE_PROGRESS_81 = -CMAKE_PROGRESS_82 = -CMAKE_PROGRESS_83 = -CMAKE_PROGRESS_84 = -CMAKE_PROGRESS_85 = -CMAKE_PROGRESS_86 = -CMAKE_PROGRESS_87 = -CMAKE_PROGRESS_88 = -CMAKE_PROGRESS_89 = -CMAKE_PROGRESS_90 = -CMAKE_PROGRESS_91 = -CMAKE_PROGRESS_92 = -CMAKE_PROGRESS_93 = -CMAKE_PROGRESS_94 = -CMAKE_PROGRESS_95 = -CMAKE_PROGRESS_96 = 85 -CMAKE_PROGRESS_97 = -CMAKE_PROGRESS_98 = -CMAKE_PROGRESS_99 = -CMAKE_PROGRESS_100 = -CMAKE_PROGRESS_101 = -CMAKE_PROGRESS_102 = -CMAKE_PROGRESS_103 = -CMAKE_PROGRESS_104 = -CMAKE_PROGRESS_105 = -CMAKE_PROGRESS_106 = -CMAKE_PROGRESS_107 = -CMAKE_PROGRESS_108 = -CMAKE_PROGRESS_109 = -CMAKE_PROGRESS_110 = -CMAKE_PROGRESS_111 = -CMAKE_PROGRESS_112 = -CMAKE_PROGRESS_113 = -CMAKE_PROGRESS_114 = -CMAKE_PROGRESS_115 = -CMAKE_PROGRESS_116 = -CMAKE_PROGRESS_117 = -CMAKE_PROGRESS_118 = -CMAKE_PROGRESS_119 = -CMAKE_PROGRESS_120 = -CMAKE_PROGRESS_121 = -CMAKE_PROGRESS_122 = -CMAKE_PROGRESS_123 = -CMAKE_PROGRESS_124 = 86 -CMAKE_PROGRESS_125 = -CMAKE_PROGRESS_126 = -CMAKE_PROGRESS_127 = -CMAKE_PROGRESS_128 = -CMAKE_PROGRESS_129 = -CMAKE_PROGRESS_130 = -CMAKE_PROGRESS_131 = -CMAKE_PROGRESS_132 = -CMAKE_PROGRESS_133 = -CMAKE_PROGRESS_134 = -CMAKE_PROGRESS_135 = -CMAKE_PROGRESS_136 = -CMAKE_PROGRESS_137 = -CMAKE_PROGRESS_138 = -CMAKE_PROGRESS_139 = -CMAKE_PROGRESS_140 = -CMAKE_PROGRESS_141 = -CMAKE_PROGRESS_142 = -CMAKE_PROGRESS_143 = -CMAKE_PROGRESS_144 = -CMAKE_PROGRESS_145 = -CMAKE_PROGRESS_146 = -CMAKE_PROGRESS_147 = -CMAKE_PROGRESS_148 = -CMAKE_PROGRESS_149 = -CMAKE_PROGRESS_150 = -CMAKE_PROGRESS_151 = -CMAKE_PROGRESS_152 = -CMAKE_PROGRESS_153 = 87 -CMAKE_PROGRESS_154 = -CMAKE_PROGRESS_155 = -CMAKE_PROGRESS_156 = -CMAKE_PROGRESS_157 = -CMAKE_PROGRESS_158 = -CMAKE_PROGRESS_159 = -CMAKE_PROGRESS_160 = -CMAKE_PROGRESS_161 = -CMAKE_PROGRESS_162 = -CMAKE_PROGRESS_163 = -CMAKE_PROGRESS_164 = -CMAKE_PROGRESS_165 = -CMAKE_PROGRESS_166 = -CMAKE_PROGRESS_167 = -CMAKE_PROGRESS_168 = -CMAKE_PROGRESS_169 = -CMAKE_PROGRESS_170 = -CMAKE_PROGRESS_171 = -CMAKE_PROGRESS_172 = -CMAKE_PROGRESS_173 = -CMAKE_PROGRESS_174 = -CMAKE_PROGRESS_175 = -CMAKE_PROGRESS_176 = -CMAKE_PROGRESS_177 = -CMAKE_PROGRESS_178 = -CMAKE_PROGRESS_179 = -CMAKE_PROGRESS_180 = - diff --git a/build_emscripten/external/curl/lib/CMakeFiles/progress.marks b/build_emscripten/external/curl/lib/CMakeFiles/progress.marks deleted file mode 100644 index 1e8b3149..00000000 --- a/build_emscripten/external/curl/lib/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -6 diff --git a/build_emscripten/external/curl/lib/Makefile b/build_emscripten/external/curl/lib/Makefile deleted file mode 100644 index 6ab3b5c6..00000000 --- a/build_emscripten/external/curl/lib/Makefile +++ /dev/null @@ -1,5613 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/lib//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/lib/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/lib/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/lib/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/lib/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -external/curl/lib/CMakeFiles/curlu.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/lib/CMakeFiles/curlu.dir/rule -.PHONY : external/curl/lib/CMakeFiles/curlu.dir/rule - -# Convenience name for target. -curlu: external/curl/lib/CMakeFiles/curlu.dir/rule -.PHONY : curlu - -# fast build rule for target. -curlu/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/build -.PHONY : curlu/fast - -# Convenience name for target. -external/curl/lib/CMakeFiles/libcurl_static.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/lib/CMakeFiles/libcurl_static.dir/rule -.PHONY : external/curl/lib/CMakeFiles/libcurl_static.dir/rule - -# Convenience name for target. -libcurl_static: external/curl/lib/CMakeFiles/libcurl_static.dir/rule -.PHONY : libcurl_static - -# fast build rule for target. -libcurl_static/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/build -.PHONY : libcurl_static/fast - -altsvc.o: altsvc.c.o -.PHONY : altsvc.o - -# target to build an object file -altsvc.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.o -.PHONY : altsvc.c.o - -altsvc.i: altsvc.c.i -.PHONY : altsvc.i - -# target to preprocess a source file -altsvc.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.i -.PHONY : altsvc.c.i - -altsvc.s: altsvc.c.s -.PHONY : altsvc.s - -# target to generate assembly for a file -altsvc.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/altsvc.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/altsvc.c.s -.PHONY : altsvc.c.s - -amigaos.o: amigaos.c.o -.PHONY : amigaos.o - -# target to build an object file -amigaos.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.o -.PHONY : amigaos.c.o - -amigaos.i: amigaos.c.i -.PHONY : amigaos.i - -# target to preprocess a source file -amigaos.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.i -.PHONY : amigaos.c.i - -amigaos.s: amigaos.c.s -.PHONY : amigaos.s - -# target to generate assembly for a file -amigaos.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/amigaos.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/amigaos.c.s -.PHONY : amigaos.c.s - -asyn-ares.o: asyn-ares.c.o -.PHONY : asyn-ares.o - -# target to build an object file -asyn-ares.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.o -.PHONY : asyn-ares.c.o - -asyn-ares.i: asyn-ares.c.i -.PHONY : asyn-ares.i - -# target to preprocess a source file -asyn-ares.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.i -.PHONY : asyn-ares.c.i - -asyn-ares.s: asyn-ares.c.s -.PHONY : asyn-ares.s - -# target to generate assembly for a file -asyn-ares.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/asyn-ares.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-ares.c.s -.PHONY : asyn-ares.c.s - -asyn-base.o: asyn-base.c.o -.PHONY : asyn-base.o - -# target to build an object file -asyn-base.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.o -.PHONY : asyn-base.c.o - -asyn-base.i: asyn-base.c.i -.PHONY : asyn-base.i - -# target to preprocess a source file -asyn-base.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.i -.PHONY : asyn-base.c.i - -asyn-base.s: asyn-base.c.s -.PHONY : asyn-base.s - -# target to generate assembly for a file -asyn-base.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/asyn-base.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-base.c.s -.PHONY : asyn-base.c.s - -asyn-thrdd.o: asyn-thrdd.c.o -.PHONY : asyn-thrdd.o - -# target to build an object file -asyn-thrdd.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.o -.PHONY : asyn-thrdd.c.o - -asyn-thrdd.i: asyn-thrdd.c.i -.PHONY : asyn-thrdd.i - -# target to preprocess a source file -asyn-thrdd.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.i -.PHONY : asyn-thrdd.c.i - -asyn-thrdd.s: asyn-thrdd.c.s -.PHONY : asyn-thrdd.s - -# target to generate assembly for a file -asyn-thrdd.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/asyn-thrdd.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/asyn-thrdd.c.s -.PHONY : asyn-thrdd.c.s - -bufq.o: bufq.c.o -.PHONY : bufq.o - -# target to build an object file -bufq.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/bufq.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.o -.PHONY : bufq.c.o - -bufq.i: bufq.c.i -.PHONY : bufq.i - -# target to preprocess a source file -bufq.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/bufq.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.i -.PHONY : bufq.c.i - -bufq.s: bufq.c.s -.PHONY : bufq.s - -# target to generate assembly for a file -bufq.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/bufq.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/bufq.c.s -.PHONY : bufq.c.s - -bufref.o: bufref.c.o -.PHONY : bufref.o - -# target to build an object file -bufref.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/bufref.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.o -.PHONY : bufref.c.o - -bufref.i: bufref.c.i -.PHONY : bufref.i - -# target to preprocess a source file -bufref.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/bufref.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.i -.PHONY : bufref.c.i - -bufref.s: bufref.c.s -.PHONY : bufref.s - -# target to generate assembly for a file -bufref.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/bufref.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/bufref.c.s -.PHONY : bufref.c.s - -cf-h1-proxy.o: cf-h1-proxy.c.o -.PHONY : cf-h1-proxy.o - -# target to build an object file -cf-h1-proxy.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.o -.PHONY : cf-h1-proxy.c.o - -cf-h1-proxy.i: cf-h1-proxy.c.i -.PHONY : cf-h1-proxy.i - -# target to preprocess a source file -cf-h1-proxy.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.i -.PHONY : cf-h1-proxy.c.i - -cf-h1-proxy.s: cf-h1-proxy.c.s -.PHONY : cf-h1-proxy.s - -# target to generate assembly for a file -cf-h1-proxy.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-h1-proxy.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h1-proxy.c.s -.PHONY : cf-h1-proxy.c.s - -cf-h2-proxy.o: cf-h2-proxy.c.o -.PHONY : cf-h2-proxy.o - -# target to build an object file -cf-h2-proxy.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.o -.PHONY : cf-h2-proxy.c.o - -cf-h2-proxy.i: cf-h2-proxy.c.i -.PHONY : cf-h2-proxy.i - -# target to preprocess a source file -cf-h2-proxy.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.i -.PHONY : cf-h2-proxy.c.i - -cf-h2-proxy.s: cf-h2-proxy.c.s -.PHONY : cf-h2-proxy.s - -# target to generate assembly for a file -cf-h2-proxy.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-h2-proxy.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-h2-proxy.c.s -.PHONY : cf-h2-proxy.c.s - -cf-haproxy.o: cf-haproxy.c.o -.PHONY : cf-haproxy.o - -# target to build an object file -cf-haproxy.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.o -.PHONY : cf-haproxy.c.o - -cf-haproxy.i: cf-haproxy.c.i -.PHONY : cf-haproxy.i - -# target to preprocess a source file -cf-haproxy.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.i -.PHONY : cf-haproxy.c.i - -cf-haproxy.s: cf-haproxy.c.s -.PHONY : cf-haproxy.s - -# target to generate assembly for a file -cf-haproxy.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-haproxy.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-haproxy.c.s -.PHONY : cf-haproxy.c.s - -cf-https-connect.o: cf-https-connect.c.o -.PHONY : cf-https-connect.o - -# target to build an object file -cf-https-connect.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.o -.PHONY : cf-https-connect.c.o - -cf-https-connect.i: cf-https-connect.c.i -.PHONY : cf-https-connect.i - -# target to preprocess a source file -cf-https-connect.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.i -.PHONY : cf-https-connect.c.i - -cf-https-connect.s: cf-https-connect.c.s -.PHONY : cf-https-connect.s - -# target to generate assembly for a file -cf-https-connect.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-https-connect.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-https-connect.c.s -.PHONY : cf-https-connect.c.s - -cf-socket.o: cf-socket.c.o -.PHONY : cf-socket.o - -# target to build an object file -cf-socket.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.o -.PHONY : cf-socket.c.o - -cf-socket.i: cf-socket.c.i -.PHONY : cf-socket.i - -# target to preprocess a source file -cf-socket.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.i -.PHONY : cf-socket.c.i - -cf-socket.s: cf-socket.c.s -.PHONY : cf-socket.s - -# target to generate assembly for a file -cf-socket.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cf-socket.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cf-socket.c.s -.PHONY : cf-socket.c.s - -cfilters.o: cfilters.c.o -.PHONY : cfilters.o - -# target to build an object file -cfilters.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.o -.PHONY : cfilters.c.o - -cfilters.i: cfilters.c.i -.PHONY : cfilters.i - -# target to preprocess a source file -cfilters.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.i -.PHONY : cfilters.c.i - -cfilters.s: cfilters.c.s -.PHONY : cfilters.s - -# target to generate assembly for a file -cfilters.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cfilters.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cfilters.c.s -.PHONY : cfilters.c.s - -conncache.o: conncache.c.o -.PHONY : conncache.o - -# target to build an object file -conncache.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/conncache.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.o -.PHONY : conncache.c.o - -conncache.i: conncache.c.i -.PHONY : conncache.i - -# target to preprocess a source file -conncache.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/conncache.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.i -.PHONY : conncache.c.i - -conncache.s: conncache.c.s -.PHONY : conncache.s - -# target to generate assembly for a file -conncache.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/conncache.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/conncache.c.s -.PHONY : conncache.c.s - -connect.o: connect.c.o -.PHONY : connect.o - -# target to build an object file -connect.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/connect.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.o -.PHONY : connect.c.o - -connect.i: connect.c.i -.PHONY : connect.i - -# target to preprocess a source file -connect.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/connect.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.i -.PHONY : connect.c.i - -connect.s: connect.c.s -.PHONY : connect.s - -# target to generate assembly for a file -connect.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/connect.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/connect.c.s -.PHONY : connect.c.s - -content_encoding.o: content_encoding.c.o -.PHONY : content_encoding.o - -# target to build an object file -content_encoding.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.o -.PHONY : content_encoding.c.o - -content_encoding.i: content_encoding.c.i -.PHONY : content_encoding.i - -# target to preprocess a source file -content_encoding.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.i -.PHONY : content_encoding.c.i - -content_encoding.s: content_encoding.c.s -.PHONY : content_encoding.s - -# target to generate assembly for a file -content_encoding.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/content_encoding.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/content_encoding.c.s -.PHONY : content_encoding.c.s - -cookie.o: cookie.c.o -.PHONY : cookie.o - -# target to build an object file -cookie.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cookie.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.o -.PHONY : cookie.c.o - -cookie.i: cookie.c.i -.PHONY : cookie.i - -# target to preprocess a source file -cookie.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cookie.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.i -.PHONY : cookie.c.i - -cookie.s: cookie.c.s -.PHONY : cookie.s - -# target to generate assembly for a file -cookie.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cookie.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cookie.c.s -.PHONY : cookie.c.s - -cshutdn.o: cshutdn.c.o -.PHONY : cshutdn.o - -# target to build an object file -cshutdn.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.o -.PHONY : cshutdn.c.o - -cshutdn.i: cshutdn.c.i -.PHONY : cshutdn.i - -# target to preprocess a source file -cshutdn.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.i -.PHONY : cshutdn.c.i - -cshutdn.s: cshutdn.c.s -.PHONY : cshutdn.s - -# target to generate assembly for a file -cshutdn.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cshutdn.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cshutdn.c.s -.PHONY : cshutdn.c.s - -curl_addrinfo.o: curl_addrinfo.c.o -.PHONY : curl_addrinfo.o - -# target to build an object file -curl_addrinfo.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.o -.PHONY : curl_addrinfo.c.o - -curl_addrinfo.i: curl_addrinfo.c.i -.PHONY : curl_addrinfo.i - -# target to preprocess a source file -curl_addrinfo.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.i -.PHONY : curl_addrinfo.c.i - -curl_addrinfo.s: curl_addrinfo.c.s -.PHONY : curl_addrinfo.s - -# target to generate assembly for a file -curl_addrinfo.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_addrinfo.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_addrinfo.c.s -.PHONY : curl_addrinfo.c.s - -curl_des.o: curl_des.c.o -.PHONY : curl_des.o - -# target to build an object file -curl_des.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.o -.PHONY : curl_des.c.o - -curl_des.i: curl_des.c.i -.PHONY : curl_des.i - -# target to preprocess a source file -curl_des.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.i -.PHONY : curl_des.c.i - -curl_des.s: curl_des.c.s -.PHONY : curl_des.s - -# target to generate assembly for a file -curl_des.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_des.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_des.c.s -.PHONY : curl_des.c.s - -curl_endian.o: curl_endian.c.o -.PHONY : curl_endian.o - -# target to build an object file -curl_endian.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.o -.PHONY : curl_endian.c.o - -curl_endian.i: curl_endian.c.i -.PHONY : curl_endian.i - -# target to preprocess a source file -curl_endian.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.i -.PHONY : curl_endian.c.i - -curl_endian.s: curl_endian.c.s -.PHONY : curl_endian.s - -# target to generate assembly for a file -curl_endian.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_endian.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_endian.c.s -.PHONY : curl_endian.c.s - -curl_fnmatch.o: curl_fnmatch.c.o -.PHONY : curl_fnmatch.o - -# target to build an object file -curl_fnmatch.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.o -.PHONY : curl_fnmatch.c.o - -curl_fnmatch.i: curl_fnmatch.c.i -.PHONY : curl_fnmatch.i - -# target to preprocess a source file -curl_fnmatch.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.i -.PHONY : curl_fnmatch.c.i - -curl_fnmatch.s: curl_fnmatch.c.s -.PHONY : curl_fnmatch.s - -# target to generate assembly for a file -curl_fnmatch.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_fnmatch.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_fnmatch.c.s -.PHONY : curl_fnmatch.c.s - -curl_get_line.o: curl_get_line.c.o -.PHONY : curl_get_line.o - -# target to build an object file -curl_get_line.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.o -.PHONY : curl_get_line.c.o - -curl_get_line.i: curl_get_line.c.i -.PHONY : curl_get_line.i - -# target to preprocess a source file -curl_get_line.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.i -.PHONY : curl_get_line.c.i - -curl_get_line.s: curl_get_line.c.s -.PHONY : curl_get_line.s - -# target to generate assembly for a file -curl_get_line.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_get_line.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_get_line.c.s -.PHONY : curl_get_line.c.s - -curl_gethostname.o: curl_gethostname.c.o -.PHONY : curl_gethostname.o - -# target to build an object file -curl_gethostname.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.o -.PHONY : curl_gethostname.c.o - -curl_gethostname.i: curl_gethostname.c.i -.PHONY : curl_gethostname.i - -# target to preprocess a source file -curl_gethostname.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.i -.PHONY : curl_gethostname.c.i - -curl_gethostname.s: curl_gethostname.c.s -.PHONY : curl_gethostname.s - -# target to generate assembly for a file -curl_gethostname.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_gethostname.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gethostname.c.s -.PHONY : curl_gethostname.c.s - -curl_gssapi.o: curl_gssapi.c.o -.PHONY : curl_gssapi.o - -# target to build an object file -curl_gssapi.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.o -.PHONY : curl_gssapi.c.o - -curl_gssapi.i: curl_gssapi.c.i -.PHONY : curl_gssapi.i - -# target to preprocess a source file -curl_gssapi.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.i -.PHONY : curl_gssapi.c.i - -curl_gssapi.s: curl_gssapi.c.s -.PHONY : curl_gssapi.s - -# target to generate assembly for a file -curl_gssapi.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_gssapi.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_gssapi.c.s -.PHONY : curl_gssapi.c.s - -curl_memrchr.o: curl_memrchr.c.o -.PHONY : curl_memrchr.o - -# target to build an object file -curl_memrchr.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.o -.PHONY : curl_memrchr.c.o - -curl_memrchr.i: curl_memrchr.c.i -.PHONY : curl_memrchr.i - -# target to preprocess a source file -curl_memrchr.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.i -.PHONY : curl_memrchr.c.i - -curl_memrchr.s: curl_memrchr.c.s -.PHONY : curl_memrchr.s - -# target to generate assembly for a file -curl_memrchr.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_memrchr.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_memrchr.c.s -.PHONY : curl_memrchr.c.s - -curl_ntlm_core.o: curl_ntlm_core.c.o -.PHONY : curl_ntlm_core.o - -# target to build an object file -curl_ntlm_core.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.o -.PHONY : curl_ntlm_core.c.o - -curl_ntlm_core.i: curl_ntlm_core.c.i -.PHONY : curl_ntlm_core.i - -# target to preprocess a source file -curl_ntlm_core.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.i -.PHONY : curl_ntlm_core.c.i - -curl_ntlm_core.s: curl_ntlm_core.c.s -.PHONY : curl_ntlm_core.s - -# target to generate assembly for a file -curl_ntlm_core.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_ntlm_core.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_ntlm_core.c.s -.PHONY : curl_ntlm_core.c.s - -curl_range.o: curl_range.c.o -.PHONY : curl_range.o - -# target to build an object file -curl_range.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.o -.PHONY : curl_range.c.o - -curl_range.i: curl_range.c.i -.PHONY : curl_range.i - -# target to preprocess a source file -curl_range.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.i -.PHONY : curl_range.c.i - -curl_range.s: curl_range.c.s -.PHONY : curl_range.s - -# target to generate assembly for a file -curl_range.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_range.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_range.c.s -.PHONY : curl_range.c.s - -curl_rtmp.o: curl_rtmp.c.o -.PHONY : curl_rtmp.o - -# target to build an object file -curl_rtmp.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.o -.PHONY : curl_rtmp.c.o - -curl_rtmp.i: curl_rtmp.c.i -.PHONY : curl_rtmp.i - -# target to preprocess a source file -curl_rtmp.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.i -.PHONY : curl_rtmp.c.i - -curl_rtmp.s: curl_rtmp.c.s -.PHONY : curl_rtmp.s - -# target to generate assembly for a file -curl_rtmp.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_rtmp.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_rtmp.c.s -.PHONY : curl_rtmp.c.s - -curl_sasl.o: curl_sasl.c.o -.PHONY : curl_sasl.o - -# target to build an object file -curl_sasl.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.o -.PHONY : curl_sasl.c.o - -curl_sasl.i: curl_sasl.c.i -.PHONY : curl_sasl.i - -# target to preprocess a source file -curl_sasl.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.i -.PHONY : curl_sasl.c.i - -curl_sasl.s: curl_sasl.c.s -.PHONY : curl_sasl.s - -# target to generate assembly for a file -curl_sasl.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_sasl.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sasl.c.s -.PHONY : curl_sasl.c.s - -curl_sha512_256.o: curl_sha512_256.c.o -.PHONY : curl_sha512_256.o - -# target to build an object file -curl_sha512_256.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.o -.PHONY : curl_sha512_256.c.o - -curl_sha512_256.i: curl_sha512_256.c.i -.PHONY : curl_sha512_256.i - -# target to preprocess a source file -curl_sha512_256.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.i -.PHONY : curl_sha512_256.c.i - -curl_sha512_256.s: curl_sha512_256.c.s -.PHONY : curl_sha512_256.s - -# target to generate assembly for a file -curl_sha512_256.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_sha512_256.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sha512_256.c.s -.PHONY : curl_sha512_256.c.s - -curl_sspi.o: curl_sspi.c.o -.PHONY : curl_sspi.o - -# target to build an object file -curl_sspi.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.o -.PHONY : curl_sspi.c.o - -curl_sspi.i: curl_sspi.c.i -.PHONY : curl_sspi.i - -# target to preprocess a source file -curl_sspi.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.i -.PHONY : curl_sspi.c.i - -curl_sspi.s: curl_sspi.c.s -.PHONY : curl_sspi.s - -# target to generate assembly for a file -curl_sspi.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_sspi.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_sspi.c.s -.PHONY : curl_sspi.c.s - -curl_threads.o: curl_threads.c.o -.PHONY : curl_threads.o - -# target to build an object file -curl_threads.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.o -.PHONY : curl_threads.c.o - -curl_threads.i: curl_threads.c.i -.PHONY : curl_threads.i - -# target to preprocess a source file -curl_threads.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.i -.PHONY : curl_threads.c.i - -curl_threads.s: curl_threads.c.s -.PHONY : curl_threads.s - -# target to generate assembly for a file -curl_threads.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_threads.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_threads.c.s -.PHONY : curl_threads.c.s - -curl_trc.o: curl_trc.c.o -.PHONY : curl_trc.o - -# target to build an object file -curl_trc.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.o -.PHONY : curl_trc.c.o - -curl_trc.i: curl_trc.c.i -.PHONY : curl_trc.i - -# target to preprocess a source file -curl_trc.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.i -.PHONY : curl_trc.c.i - -curl_trc.s: curl_trc.c.s -.PHONY : curl_trc.s - -# target to generate assembly for a file -curl_trc.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curl_trc.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curl_trc.c.s -.PHONY : curl_trc.c.s - -curlx/base64.o: curlx/base64.c.o -.PHONY : curlx/base64.o - -# target to build an object file -curlx/base64.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.o -.PHONY : curlx/base64.c.o - -curlx/base64.i: curlx/base64.c.i -.PHONY : curlx/base64.i - -# target to preprocess a source file -curlx/base64.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.i -.PHONY : curlx/base64.c.i - -curlx/base64.s: curlx/base64.c.s -.PHONY : curlx/base64.s - -# target to generate assembly for a file -curlx/base64.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/base64.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/base64.c.s -.PHONY : curlx/base64.c.s - -curlx/dynbuf.o: curlx/dynbuf.c.o -.PHONY : curlx/dynbuf.o - -# target to build an object file -curlx/dynbuf.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.o -.PHONY : curlx/dynbuf.c.o - -curlx/dynbuf.i: curlx/dynbuf.c.i -.PHONY : curlx/dynbuf.i - -# target to preprocess a source file -curlx/dynbuf.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.i -.PHONY : curlx/dynbuf.c.i - -curlx/dynbuf.s: curlx/dynbuf.c.s -.PHONY : curlx/dynbuf.s - -# target to generate assembly for a file -curlx/dynbuf.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/dynbuf.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/dynbuf.c.s -.PHONY : curlx/dynbuf.c.s - -curlx/inet_pton.o: curlx/inet_pton.c.o -.PHONY : curlx/inet_pton.o - -# target to build an object file -curlx/inet_pton.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.o -.PHONY : curlx/inet_pton.c.o - -curlx/inet_pton.i: curlx/inet_pton.c.i -.PHONY : curlx/inet_pton.i - -# target to preprocess a source file -curlx/inet_pton.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.i -.PHONY : curlx/inet_pton.c.i - -curlx/inet_pton.s: curlx/inet_pton.c.s -.PHONY : curlx/inet_pton.s - -# target to generate assembly for a file -curlx/inet_pton.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/inet_pton.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/inet_pton.c.s -.PHONY : curlx/inet_pton.c.s - -curlx/multibyte.o: curlx/multibyte.c.o -.PHONY : curlx/multibyte.o - -# target to build an object file -curlx/multibyte.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.o -.PHONY : curlx/multibyte.c.o - -curlx/multibyte.i: curlx/multibyte.c.i -.PHONY : curlx/multibyte.i - -# target to preprocess a source file -curlx/multibyte.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.i -.PHONY : curlx/multibyte.c.i - -curlx/multibyte.s: curlx/multibyte.c.s -.PHONY : curlx/multibyte.s - -# target to generate assembly for a file -curlx/multibyte.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/multibyte.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/multibyte.c.s -.PHONY : curlx/multibyte.c.s - -curlx/nonblock.o: curlx/nonblock.c.o -.PHONY : curlx/nonblock.o - -# target to build an object file -curlx/nonblock.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.o -.PHONY : curlx/nonblock.c.o - -curlx/nonblock.i: curlx/nonblock.c.i -.PHONY : curlx/nonblock.i - -# target to preprocess a source file -curlx/nonblock.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.i -.PHONY : curlx/nonblock.c.i - -curlx/nonblock.s: curlx/nonblock.c.s -.PHONY : curlx/nonblock.s - -# target to generate assembly for a file -curlx/nonblock.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/nonblock.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/nonblock.c.s -.PHONY : curlx/nonblock.c.s - -curlx/strparse.o: curlx/strparse.c.o -.PHONY : curlx/strparse.o - -# target to build an object file -curlx/strparse.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.o -.PHONY : curlx/strparse.c.o - -curlx/strparse.i: curlx/strparse.c.i -.PHONY : curlx/strparse.i - -# target to preprocess a source file -curlx/strparse.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.i -.PHONY : curlx/strparse.c.i - -curlx/strparse.s: curlx/strparse.c.s -.PHONY : curlx/strparse.s - -# target to generate assembly for a file -curlx/strparse.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/strparse.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/strparse.c.s -.PHONY : curlx/strparse.c.s - -curlx/timediff.o: curlx/timediff.c.o -.PHONY : curlx/timediff.o - -# target to build an object file -curlx/timediff.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.o -.PHONY : curlx/timediff.c.o - -curlx/timediff.i: curlx/timediff.c.i -.PHONY : curlx/timediff.i - -# target to preprocess a source file -curlx/timediff.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.i -.PHONY : curlx/timediff.c.i - -curlx/timediff.s: curlx/timediff.c.s -.PHONY : curlx/timediff.s - -# target to generate assembly for a file -curlx/timediff.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/timediff.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timediff.c.s -.PHONY : curlx/timediff.c.s - -curlx/timeval.o: curlx/timeval.c.o -.PHONY : curlx/timeval.o - -# target to build an object file -curlx/timeval.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.o -.PHONY : curlx/timeval.c.o - -curlx/timeval.i: curlx/timeval.c.i -.PHONY : curlx/timeval.i - -# target to preprocess a source file -curlx/timeval.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.i -.PHONY : curlx/timeval.c.i - -curlx/timeval.s: curlx/timeval.c.s -.PHONY : curlx/timeval.s - -# target to generate assembly for a file -curlx/timeval.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/timeval.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/timeval.c.s -.PHONY : curlx/timeval.c.s - -curlx/version_win32.o: curlx/version_win32.c.o -.PHONY : curlx/version_win32.o - -# target to build an object file -curlx/version_win32.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.o -.PHONY : curlx/version_win32.c.o - -curlx/version_win32.i: curlx/version_win32.c.i -.PHONY : curlx/version_win32.i - -# target to preprocess a source file -curlx/version_win32.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.i -.PHONY : curlx/version_win32.c.i - -curlx/version_win32.s: curlx/version_win32.c.s -.PHONY : curlx/version_win32.s - -# target to generate assembly for a file -curlx/version_win32.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/version_win32.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/version_win32.c.s -.PHONY : curlx/version_win32.c.s - -curlx/warnless.o: curlx/warnless.c.o -.PHONY : curlx/warnless.o - -# target to build an object file -curlx/warnless.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.o -.PHONY : curlx/warnless.c.o - -curlx/warnless.i: curlx/warnless.c.i -.PHONY : curlx/warnless.i - -# target to preprocess a source file -curlx/warnless.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.i -.PHONY : curlx/warnless.c.i - -curlx/warnless.s: curlx/warnless.c.s -.PHONY : curlx/warnless.s - -# target to generate assembly for a file -curlx/warnless.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/warnless.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/warnless.c.s -.PHONY : curlx/warnless.c.s - -curlx/winapi.o: curlx/winapi.c.o -.PHONY : curlx/winapi.o - -# target to build an object file -curlx/winapi.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.o -.PHONY : curlx/winapi.c.o - -curlx/winapi.i: curlx/winapi.c.i -.PHONY : curlx/winapi.i - -# target to preprocess a source file -curlx/winapi.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.i -.PHONY : curlx/winapi.c.i - -curlx/winapi.s: curlx/winapi.c.s -.PHONY : curlx/winapi.s - -# target to generate assembly for a file -curlx/winapi.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/curlx/winapi.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/curlx/winapi.c.s -.PHONY : curlx/winapi.c.s - -cw-out.o: cw-out.c.o -.PHONY : cw-out.o - -# target to build an object file -cw-out.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.o -.PHONY : cw-out.c.o - -cw-out.i: cw-out.c.i -.PHONY : cw-out.i - -# target to preprocess a source file -cw-out.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.i -.PHONY : cw-out.c.i - -cw-out.s: cw-out.c.s -.PHONY : cw-out.s - -# target to generate assembly for a file -cw-out.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cw-out.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cw-out.c.s -.PHONY : cw-out.c.s - -cw-pause.o: cw-pause.c.o -.PHONY : cw-pause.o - -# target to build an object file -cw-pause.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.o -.PHONY : cw-pause.c.o - -cw-pause.i: cw-pause.c.i -.PHONY : cw-pause.i - -# target to preprocess a source file -cw-pause.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.i -.PHONY : cw-pause.c.i - -cw-pause.s: cw-pause.c.s -.PHONY : cw-pause.s - -# target to generate assembly for a file -cw-pause.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/cw-pause.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/cw-pause.c.s -.PHONY : cw-pause.c.s - -dict.o: dict.c.o -.PHONY : dict.o - -# target to build an object file -dict.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/dict.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.o -.PHONY : dict.c.o - -dict.i: dict.c.i -.PHONY : dict.i - -# target to preprocess a source file -dict.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/dict.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.i -.PHONY : dict.c.i - -dict.s: dict.c.s -.PHONY : dict.s - -# target to generate assembly for a file -dict.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/dict.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/dict.c.s -.PHONY : dict.c.s - -doh.o: doh.c.o -.PHONY : doh.o - -# target to build an object file -doh.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/doh.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.o -.PHONY : doh.c.o - -doh.i: doh.c.i -.PHONY : doh.i - -# target to preprocess a source file -doh.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/doh.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.i -.PHONY : doh.c.i - -doh.s: doh.c.s -.PHONY : doh.s - -# target to generate assembly for a file -doh.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/doh.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/doh.c.s -.PHONY : doh.c.s - -dynhds.o: dynhds.c.o -.PHONY : dynhds.o - -# target to build an object file -dynhds.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.o -.PHONY : dynhds.c.o - -dynhds.i: dynhds.c.i -.PHONY : dynhds.i - -# target to preprocess a source file -dynhds.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.i -.PHONY : dynhds.c.i - -dynhds.s: dynhds.c.s -.PHONY : dynhds.s - -# target to generate assembly for a file -dynhds.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/dynhds.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/dynhds.c.s -.PHONY : dynhds.c.s - -easy.o: easy.c.o -.PHONY : easy.o - -# target to build an object file -easy.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/easy.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.o -.PHONY : easy.c.o - -easy.i: easy.c.i -.PHONY : easy.i - -# target to preprocess a source file -easy.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/easy.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.i -.PHONY : easy.c.i - -easy.s: easy.c.s -.PHONY : easy.s - -# target to generate assembly for a file -easy.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/easy.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/easy.c.s -.PHONY : easy.c.s - -easygetopt.o: easygetopt.c.o -.PHONY : easygetopt.o - -# target to build an object file -easygetopt.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.o -.PHONY : easygetopt.c.o - -easygetopt.i: easygetopt.c.i -.PHONY : easygetopt.i - -# target to preprocess a source file -easygetopt.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.i -.PHONY : easygetopt.c.i - -easygetopt.s: easygetopt.c.s -.PHONY : easygetopt.s - -# target to generate assembly for a file -easygetopt.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/easygetopt.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/easygetopt.c.s -.PHONY : easygetopt.c.s - -easyoptions.o: easyoptions.c.o -.PHONY : easyoptions.o - -# target to build an object file -easyoptions.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.o -.PHONY : easyoptions.c.o - -easyoptions.i: easyoptions.c.i -.PHONY : easyoptions.i - -# target to preprocess a source file -easyoptions.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.i -.PHONY : easyoptions.c.i - -easyoptions.s: easyoptions.c.s -.PHONY : easyoptions.s - -# target to generate assembly for a file -easyoptions.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/easyoptions.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/easyoptions.c.s -.PHONY : easyoptions.c.s - -escape.o: escape.c.o -.PHONY : escape.o - -# target to build an object file -escape.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/escape.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.o -.PHONY : escape.c.o - -escape.i: escape.c.i -.PHONY : escape.i - -# target to preprocess a source file -escape.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/escape.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.i -.PHONY : escape.c.i - -escape.s: escape.c.s -.PHONY : escape.s - -# target to generate assembly for a file -escape.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/escape.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/escape.c.s -.PHONY : escape.c.s - -fake_addrinfo.o: fake_addrinfo.c.o -.PHONY : fake_addrinfo.o - -# target to build an object file -fake_addrinfo.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.o -.PHONY : fake_addrinfo.c.o - -fake_addrinfo.i: fake_addrinfo.c.i -.PHONY : fake_addrinfo.i - -# target to preprocess a source file -fake_addrinfo.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.i -.PHONY : fake_addrinfo.c.i - -fake_addrinfo.s: fake_addrinfo.c.s -.PHONY : fake_addrinfo.s - -# target to generate assembly for a file -fake_addrinfo.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/fake_addrinfo.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/fake_addrinfo.c.s -.PHONY : fake_addrinfo.c.s - -file.o: file.c.o -.PHONY : file.o - -# target to build an object file -file.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/file.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.o -.PHONY : file.c.o - -file.i: file.c.i -.PHONY : file.i - -# target to preprocess a source file -file.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/file.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.i -.PHONY : file.c.i - -file.s: file.c.s -.PHONY : file.s - -# target to generate assembly for a file -file.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/file.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/file.c.s -.PHONY : file.c.s - -fileinfo.o: fileinfo.c.o -.PHONY : fileinfo.o - -# target to build an object file -fileinfo.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.o -.PHONY : fileinfo.c.o - -fileinfo.i: fileinfo.c.i -.PHONY : fileinfo.i - -# target to preprocess a source file -fileinfo.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.i -.PHONY : fileinfo.c.i - -fileinfo.s: fileinfo.c.s -.PHONY : fileinfo.s - -# target to generate assembly for a file -fileinfo.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/fileinfo.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/fileinfo.c.s -.PHONY : fileinfo.c.s - -fopen.o: fopen.c.o -.PHONY : fopen.o - -# target to build an object file -fopen.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/fopen.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.o -.PHONY : fopen.c.o - -fopen.i: fopen.c.i -.PHONY : fopen.i - -# target to preprocess a source file -fopen.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/fopen.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.i -.PHONY : fopen.c.i - -fopen.s: fopen.c.s -.PHONY : fopen.s - -# target to generate assembly for a file -fopen.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/fopen.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/fopen.c.s -.PHONY : fopen.c.s - -formdata.o: formdata.c.o -.PHONY : formdata.o - -# target to build an object file -formdata.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/formdata.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.o -.PHONY : formdata.c.o - -formdata.i: formdata.c.i -.PHONY : formdata.i - -# target to preprocess a source file -formdata.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/formdata.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.i -.PHONY : formdata.c.i - -formdata.s: formdata.c.s -.PHONY : formdata.s - -# target to generate assembly for a file -formdata.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/formdata.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/formdata.c.s -.PHONY : formdata.c.s - -ftp.o: ftp.c.o -.PHONY : ftp.o - -# target to build an object file -ftp.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ftp.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.o -.PHONY : ftp.c.o - -ftp.i: ftp.c.i -.PHONY : ftp.i - -# target to preprocess a source file -ftp.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ftp.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.i -.PHONY : ftp.c.i - -ftp.s: ftp.c.s -.PHONY : ftp.s - -# target to generate assembly for a file -ftp.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ftp.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ftp.c.s -.PHONY : ftp.c.s - -ftplistparser.o: ftplistparser.c.o -.PHONY : ftplistparser.o - -# target to build an object file -ftplistparser.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.o -.PHONY : ftplistparser.c.o - -ftplistparser.i: ftplistparser.c.i -.PHONY : ftplistparser.i - -# target to preprocess a source file -ftplistparser.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.i -.PHONY : ftplistparser.c.i - -ftplistparser.s: ftplistparser.c.s -.PHONY : ftplistparser.s - -# target to generate assembly for a file -ftplistparser.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ftplistparser.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ftplistparser.c.s -.PHONY : ftplistparser.c.s - -getenv.o: getenv.c.o -.PHONY : getenv.o - -# target to build an object file -getenv.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/getenv.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.o -.PHONY : getenv.c.o - -getenv.i: getenv.c.i -.PHONY : getenv.i - -# target to preprocess a source file -getenv.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/getenv.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.i -.PHONY : getenv.c.i - -getenv.s: getenv.c.s -.PHONY : getenv.s - -# target to generate assembly for a file -getenv.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/getenv.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/getenv.c.s -.PHONY : getenv.c.s - -getinfo.o: getinfo.c.o -.PHONY : getinfo.o - -# target to build an object file -getinfo.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.o -.PHONY : getinfo.c.o - -getinfo.i: getinfo.c.i -.PHONY : getinfo.i - -# target to preprocess a source file -getinfo.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.i -.PHONY : getinfo.c.i - -getinfo.s: getinfo.c.s -.PHONY : getinfo.s - -# target to generate assembly for a file -getinfo.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/getinfo.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/getinfo.c.s -.PHONY : getinfo.c.s - -gopher.o: gopher.c.o -.PHONY : gopher.o - -# target to build an object file -gopher.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/gopher.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.o -.PHONY : gopher.c.o - -gopher.i: gopher.c.i -.PHONY : gopher.i - -# target to preprocess a source file -gopher.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/gopher.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.i -.PHONY : gopher.c.i - -gopher.s: gopher.c.s -.PHONY : gopher.s - -# target to generate assembly for a file -gopher.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/gopher.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/gopher.c.s -.PHONY : gopher.c.s - -hash.o: hash.c.o -.PHONY : hash.o - -# target to build an object file -hash.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hash.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.o -.PHONY : hash.c.o - -hash.i: hash.c.i -.PHONY : hash.i - -# target to preprocess a source file -hash.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hash.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.i -.PHONY : hash.c.i - -hash.s: hash.c.s -.PHONY : hash.s - -# target to generate assembly for a file -hash.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hash.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hash.c.s -.PHONY : hash.c.s - -headers.o: headers.c.o -.PHONY : headers.o - -# target to build an object file -headers.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/headers.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.o -.PHONY : headers.c.o - -headers.i: headers.c.i -.PHONY : headers.i - -# target to preprocess a source file -headers.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/headers.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.i -.PHONY : headers.c.i - -headers.s: headers.c.s -.PHONY : headers.s - -# target to generate assembly for a file -headers.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/headers.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/headers.c.s -.PHONY : headers.c.s - -hmac.o: hmac.c.o -.PHONY : hmac.o - -# target to build an object file -hmac.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hmac.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.o -.PHONY : hmac.c.o - -hmac.i: hmac.c.i -.PHONY : hmac.i - -# target to preprocess a source file -hmac.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hmac.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.i -.PHONY : hmac.c.i - -hmac.s: hmac.c.s -.PHONY : hmac.s - -# target to generate assembly for a file -hmac.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hmac.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hmac.c.s -.PHONY : hmac.c.s - -hostip.o: hostip.c.o -.PHONY : hostip.o - -# target to build an object file -hostip.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hostip.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.o -.PHONY : hostip.c.o - -hostip.i: hostip.c.i -.PHONY : hostip.i - -# target to preprocess a source file -hostip.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hostip.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.i -.PHONY : hostip.c.i - -hostip.s: hostip.c.s -.PHONY : hostip.s - -# target to generate assembly for a file -hostip.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hostip.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hostip.c.s -.PHONY : hostip.c.s - -hostip4.o: hostip4.c.o -.PHONY : hostip4.o - -# target to build an object file -hostip4.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.o -.PHONY : hostip4.c.o - -hostip4.i: hostip4.c.i -.PHONY : hostip4.i - -# target to preprocess a source file -hostip4.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.i -.PHONY : hostip4.c.i - -hostip4.s: hostip4.c.s -.PHONY : hostip4.s - -# target to generate assembly for a file -hostip4.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hostip4.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hostip4.c.s -.PHONY : hostip4.c.s - -hostip6.o: hostip6.c.o -.PHONY : hostip6.o - -# target to build an object file -hostip6.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.o -.PHONY : hostip6.c.o - -hostip6.i: hostip6.c.i -.PHONY : hostip6.i - -# target to preprocess a source file -hostip6.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.i -.PHONY : hostip6.c.i - -hostip6.s: hostip6.c.s -.PHONY : hostip6.s - -# target to generate assembly for a file -hostip6.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hostip6.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hostip6.c.s -.PHONY : hostip6.c.s - -hsts.o: hsts.c.o -.PHONY : hsts.o - -# target to build an object file -hsts.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hsts.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.o -.PHONY : hsts.c.o - -hsts.i: hsts.c.i -.PHONY : hsts.i - -# target to preprocess a source file -hsts.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hsts.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.i -.PHONY : hsts.c.i - -hsts.s: hsts.c.s -.PHONY : hsts.s - -# target to generate assembly for a file -hsts.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/hsts.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/hsts.c.s -.PHONY : hsts.c.s - -http.o: http.c.o -.PHONY : http.o - -# target to build an object file -http.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.o -.PHONY : http.c.o - -http.i: http.c.i -.PHONY : http.i - -# target to preprocess a source file -http.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.i -.PHONY : http.c.i - -http.s: http.c.s -.PHONY : http.s - -# target to generate assembly for a file -http.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http.c.s -.PHONY : http.c.s - -http1.o: http1.c.o -.PHONY : http1.o - -# target to build an object file -http1.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http1.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.o -.PHONY : http1.c.o - -http1.i: http1.c.i -.PHONY : http1.i - -# target to preprocess a source file -http1.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http1.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.i -.PHONY : http1.c.i - -http1.s: http1.c.s -.PHONY : http1.s - -# target to generate assembly for a file -http1.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http1.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http1.c.s -.PHONY : http1.c.s - -http2.o: http2.c.o -.PHONY : http2.o - -# target to build an object file -http2.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http2.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.o -.PHONY : http2.c.o - -http2.i: http2.c.i -.PHONY : http2.i - -# target to preprocess a source file -http2.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http2.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.i -.PHONY : http2.c.i - -http2.s: http2.c.s -.PHONY : http2.s - -# target to generate assembly for a file -http2.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http2.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http2.c.s -.PHONY : http2.c.s - -http_aws_sigv4.o: http_aws_sigv4.c.o -.PHONY : http_aws_sigv4.o - -# target to build an object file -http_aws_sigv4.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.o -.PHONY : http_aws_sigv4.c.o - -http_aws_sigv4.i: http_aws_sigv4.c.i -.PHONY : http_aws_sigv4.i - -# target to preprocess a source file -http_aws_sigv4.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.i -.PHONY : http_aws_sigv4.c.i - -http_aws_sigv4.s: http_aws_sigv4.c.s -.PHONY : http_aws_sigv4.s - -# target to generate assembly for a file -http_aws_sigv4.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_aws_sigv4.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_aws_sigv4.c.s -.PHONY : http_aws_sigv4.c.s - -http_chunks.o: http_chunks.c.o -.PHONY : http_chunks.o - -# target to build an object file -http_chunks.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.o -.PHONY : http_chunks.c.o - -http_chunks.i: http_chunks.c.i -.PHONY : http_chunks.i - -# target to preprocess a source file -http_chunks.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.i -.PHONY : http_chunks.c.i - -http_chunks.s: http_chunks.c.s -.PHONY : http_chunks.s - -# target to generate assembly for a file -http_chunks.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_chunks.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_chunks.c.s -.PHONY : http_chunks.c.s - -http_digest.o: http_digest.c.o -.PHONY : http_digest.o - -# target to build an object file -http_digest.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.o -.PHONY : http_digest.c.o - -http_digest.i: http_digest.c.i -.PHONY : http_digest.i - -# target to preprocess a source file -http_digest.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.i -.PHONY : http_digest.c.i - -http_digest.s: http_digest.c.s -.PHONY : http_digest.s - -# target to generate assembly for a file -http_digest.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_digest.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_digest.c.s -.PHONY : http_digest.c.s - -http_negotiate.o: http_negotiate.c.o -.PHONY : http_negotiate.o - -# target to build an object file -http_negotiate.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.o -.PHONY : http_negotiate.c.o - -http_negotiate.i: http_negotiate.c.i -.PHONY : http_negotiate.i - -# target to preprocess a source file -http_negotiate.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.i -.PHONY : http_negotiate.c.i - -http_negotiate.s: http_negotiate.c.s -.PHONY : http_negotiate.s - -# target to generate assembly for a file -http_negotiate.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_negotiate.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_negotiate.c.s -.PHONY : http_negotiate.c.s - -http_ntlm.o: http_ntlm.c.o -.PHONY : http_ntlm.o - -# target to build an object file -http_ntlm.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.o -.PHONY : http_ntlm.c.o - -http_ntlm.i: http_ntlm.c.i -.PHONY : http_ntlm.i - -# target to preprocess a source file -http_ntlm.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.i -.PHONY : http_ntlm.c.i - -http_ntlm.s: http_ntlm.c.s -.PHONY : http_ntlm.s - -# target to generate assembly for a file -http_ntlm.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_ntlm.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_ntlm.c.s -.PHONY : http_ntlm.c.s - -http_proxy.o: http_proxy.c.o -.PHONY : http_proxy.o - -# target to build an object file -http_proxy.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.o -.PHONY : http_proxy.c.o - -http_proxy.i: http_proxy.c.i -.PHONY : http_proxy.i - -# target to preprocess a source file -http_proxy.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.i -.PHONY : http_proxy.c.i - -http_proxy.s: http_proxy.c.s -.PHONY : http_proxy.s - -# target to generate assembly for a file -http_proxy.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/http_proxy.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/http_proxy.c.s -.PHONY : http_proxy.c.s - -httpsrr.o: httpsrr.c.o -.PHONY : httpsrr.o - -# target to build an object file -httpsrr.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.o -.PHONY : httpsrr.c.o - -httpsrr.i: httpsrr.c.i -.PHONY : httpsrr.i - -# target to preprocess a source file -httpsrr.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.i -.PHONY : httpsrr.c.i - -httpsrr.s: httpsrr.c.s -.PHONY : httpsrr.s - -# target to generate assembly for a file -httpsrr.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/httpsrr.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/httpsrr.c.s -.PHONY : httpsrr.c.s - -idn.o: idn.c.o -.PHONY : idn.o - -# target to build an object file -idn.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/idn.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.o -.PHONY : idn.c.o - -idn.i: idn.c.i -.PHONY : idn.i - -# target to preprocess a source file -idn.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/idn.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.i -.PHONY : idn.c.i - -idn.s: idn.c.s -.PHONY : idn.s - -# target to generate assembly for a file -idn.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/idn.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/idn.c.s -.PHONY : idn.c.s - -if2ip.o: if2ip.c.o -.PHONY : if2ip.o - -# target to build an object file -if2ip.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.o -.PHONY : if2ip.c.o - -if2ip.i: if2ip.c.i -.PHONY : if2ip.i - -# target to preprocess a source file -if2ip.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.i -.PHONY : if2ip.c.i - -if2ip.s: if2ip.c.s -.PHONY : if2ip.s - -# target to generate assembly for a file -if2ip.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/if2ip.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/if2ip.c.s -.PHONY : if2ip.c.s - -imap.o: imap.c.o -.PHONY : imap.o - -# target to build an object file -imap.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/imap.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.o -.PHONY : imap.c.o - -imap.i: imap.c.i -.PHONY : imap.i - -# target to preprocess a source file -imap.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/imap.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.i -.PHONY : imap.c.i - -imap.s: imap.c.s -.PHONY : imap.s - -# target to generate assembly for a file -imap.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/imap.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/imap.c.s -.PHONY : imap.c.s - -inet_ntop.o: inet_ntop.c.o -.PHONY : inet_ntop.o - -# target to build an object file -inet_ntop.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.o -.PHONY : inet_ntop.c.o - -inet_ntop.i: inet_ntop.c.i -.PHONY : inet_ntop.i - -# target to preprocess a source file -inet_ntop.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.i -.PHONY : inet_ntop.c.i - -inet_ntop.s: inet_ntop.c.s -.PHONY : inet_ntop.s - -# target to generate assembly for a file -inet_ntop.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/inet_ntop.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/inet_ntop.c.s -.PHONY : inet_ntop.c.s - -krb5.o: krb5.c.o -.PHONY : krb5.o - -# target to build an object file -krb5.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/krb5.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.o -.PHONY : krb5.c.o - -krb5.i: krb5.c.i -.PHONY : krb5.i - -# target to preprocess a source file -krb5.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/krb5.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.i -.PHONY : krb5.c.i - -krb5.s: krb5.c.s -.PHONY : krb5.s - -# target to generate assembly for a file -krb5.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/krb5.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/krb5.c.s -.PHONY : krb5.c.s - -ldap.o: ldap.c.o -.PHONY : ldap.o - -# target to build an object file -ldap.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ldap.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.o -.PHONY : ldap.c.o - -ldap.i: ldap.c.i -.PHONY : ldap.i - -# target to preprocess a source file -ldap.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ldap.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.i -.PHONY : ldap.c.i - -ldap.s: ldap.c.s -.PHONY : ldap.s - -# target to generate assembly for a file -ldap.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ldap.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ldap.c.s -.PHONY : ldap.c.s - -llist.o: llist.c.o -.PHONY : llist.o - -# target to build an object file -llist.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/llist.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.o -.PHONY : llist.c.o - -llist.i: llist.c.i -.PHONY : llist.i - -# target to preprocess a source file -llist.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/llist.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.i -.PHONY : llist.c.i - -llist.s: llist.c.s -.PHONY : llist.s - -# target to generate assembly for a file -llist.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/llist.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/llist.c.s -.PHONY : llist.c.s - -macos.o: macos.c.o -.PHONY : macos.o - -# target to build an object file -macos.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/macos.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.o -.PHONY : macos.c.o - -macos.i: macos.c.i -.PHONY : macos.i - -# target to preprocess a source file -macos.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/macos.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.i -.PHONY : macos.c.i - -macos.s: macos.c.s -.PHONY : macos.s - -# target to generate assembly for a file -macos.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/macos.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/macos.c.s -.PHONY : macos.c.s - -md4.o: md4.c.o -.PHONY : md4.o - -# target to build an object file -md4.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/md4.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.o -.PHONY : md4.c.o - -md4.i: md4.c.i -.PHONY : md4.i - -# target to preprocess a source file -md4.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/md4.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.i -.PHONY : md4.c.i - -md4.s: md4.c.s -.PHONY : md4.s - -# target to generate assembly for a file -md4.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/md4.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/md4.c.s -.PHONY : md4.c.s - -md5.o: md5.c.o -.PHONY : md5.o - -# target to build an object file -md5.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/md5.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.o -.PHONY : md5.c.o - -md5.i: md5.c.i -.PHONY : md5.i - -# target to preprocess a source file -md5.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/md5.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.i -.PHONY : md5.c.i - -md5.s: md5.c.s -.PHONY : md5.s - -# target to generate assembly for a file -md5.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/md5.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/md5.c.s -.PHONY : md5.c.s - -memdebug.o: memdebug.c.o -.PHONY : memdebug.o - -# target to build an object file -memdebug.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.o -.PHONY : memdebug.c.o - -memdebug.i: memdebug.c.i -.PHONY : memdebug.i - -# target to preprocess a source file -memdebug.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.i -.PHONY : memdebug.c.i - -memdebug.s: memdebug.c.s -.PHONY : memdebug.s - -# target to generate assembly for a file -memdebug.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/memdebug.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/memdebug.c.s -.PHONY : memdebug.c.s - -mime.o: mime.c.o -.PHONY : mime.o - -# target to build an object file -mime.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/mime.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.o -.PHONY : mime.c.o - -mime.i: mime.c.i -.PHONY : mime.i - -# target to preprocess a source file -mime.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/mime.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.i -.PHONY : mime.c.i - -mime.s: mime.c.s -.PHONY : mime.s - -# target to generate assembly for a file -mime.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/mime.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/mime.c.s -.PHONY : mime.c.s - -mprintf.o: mprintf.c.o -.PHONY : mprintf.o - -# target to build an object file -mprintf.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.o -.PHONY : mprintf.c.o - -mprintf.i: mprintf.c.i -.PHONY : mprintf.i - -# target to preprocess a source file -mprintf.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.i -.PHONY : mprintf.c.i - -mprintf.s: mprintf.c.s -.PHONY : mprintf.s - -# target to generate assembly for a file -mprintf.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/mprintf.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/mprintf.c.s -.PHONY : mprintf.c.s - -mqtt.o: mqtt.c.o -.PHONY : mqtt.o - -# target to build an object file -mqtt.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.o -.PHONY : mqtt.c.o - -mqtt.i: mqtt.c.i -.PHONY : mqtt.i - -# target to preprocess a source file -mqtt.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.i -.PHONY : mqtt.c.i - -mqtt.s: mqtt.c.s -.PHONY : mqtt.s - -# target to generate assembly for a file -mqtt.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/mqtt.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/mqtt.c.s -.PHONY : mqtt.c.s - -multi.o: multi.c.o -.PHONY : multi.o - -# target to build an object file -multi.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/multi.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.o -.PHONY : multi.c.o - -multi.i: multi.c.i -.PHONY : multi.i - -# target to preprocess a source file -multi.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/multi.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.i -.PHONY : multi.c.i - -multi.s: multi.c.s -.PHONY : multi.s - -# target to generate assembly for a file -multi.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/multi.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/multi.c.s -.PHONY : multi.c.s - -multi_ev.o: multi_ev.c.o -.PHONY : multi_ev.o - -# target to build an object file -multi_ev.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.o -.PHONY : multi_ev.c.o - -multi_ev.i: multi_ev.c.i -.PHONY : multi_ev.i - -# target to preprocess a source file -multi_ev.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.i -.PHONY : multi_ev.c.i - -multi_ev.s: multi_ev.c.s -.PHONY : multi_ev.s - -# target to generate assembly for a file -multi_ev.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/multi_ev.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/multi_ev.c.s -.PHONY : multi_ev.c.s - -netrc.o: netrc.c.o -.PHONY : netrc.o - -# target to build an object file -netrc.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/netrc.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.o -.PHONY : netrc.c.o - -netrc.i: netrc.c.i -.PHONY : netrc.i - -# target to preprocess a source file -netrc.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/netrc.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.i -.PHONY : netrc.c.i - -netrc.s: netrc.c.s -.PHONY : netrc.s - -# target to generate assembly for a file -netrc.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/netrc.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/netrc.c.s -.PHONY : netrc.c.s - -noproxy.o: noproxy.c.o -.PHONY : noproxy.o - -# target to build an object file -noproxy.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.o -.PHONY : noproxy.c.o - -noproxy.i: noproxy.c.i -.PHONY : noproxy.i - -# target to preprocess a source file -noproxy.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.i -.PHONY : noproxy.c.i - -noproxy.s: noproxy.c.s -.PHONY : noproxy.s - -# target to generate assembly for a file -noproxy.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/noproxy.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/noproxy.c.s -.PHONY : noproxy.c.s - -openldap.o: openldap.c.o -.PHONY : openldap.o - -# target to build an object file -openldap.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/openldap.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.o -.PHONY : openldap.c.o - -openldap.i: openldap.c.i -.PHONY : openldap.i - -# target to preprocess a source file -openldap.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/openldap.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.i -.PHONY : openldap.c.i - -openldap.s: openldap.c.s -.PHONY : openldap.s - -# target to generate assembly for a file -openldap.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/openldap.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/openldap.c.s -.PHONY : openldap.c.s - -parsedate.o: parsedate.c.o -.PHONY : parsedate.o - -# target to build an object file -parsedate.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.o -.PHONY : parsedate.c.o - -parsedate.i: parsedate.c.i -.PHONY : parsedate.i - -# target to preprocess a source file -parsedate.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.i -.PHONY : parsedate.c.i - -parsedate.s: parsedate.c.s -.PHONY : parsedate.s - -# target to generate assembly for a file -parsedate.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/parsedate.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/parsedate.c.s -.PHONY : parsedate.c.s - -pingpong.o: pingpong.c.o -.PHONY : pingpong.o - -# target to build an object file -pingpong.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.o -.PHONY : pingpong.c.o - -pingpong.i: pingpong.c.i -.PHONY : pingpong.i - -# target to preprocess a source file -pingpong.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.i -.PHONY : pingpong.c.i - -pingpong.s: pingpong.c.s -.PHONY : pingpong.s - -# target to generate assembly for a file -pingpong.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/pingpong.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/pingpong.c.s -.PHONY : pingpong.c.s - -pop3.o: pop3.c.o -.PHONY : pop3.o - -# target to build an object file -pop3.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/pop3.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.o -.PHONY : pop3.c.o - -pop3.i: pop3.c.i -.PHONY : pop3.i - -# target to preprocess a source file -pop3.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/pop3.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.i -.PHONY : pop3.c.i - -pop3.s: pop3.c.s -.PHONY : pop3.s - -# target to generate assembly for a file -pop3.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/pop3.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/pop3.c.s -.PHONY : pop3.c.s - -progress.o: progress.c.o -.PHONY : progress.o - -# target to build an object file -progress.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/progress.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.o -.PHONY : progress.c.o - -progress.i: progress.c.i -.PHONY : progress.i - -# target to preprocess a source file -progress.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/progress.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.i -.PHONY : progress.c.i - -progress.s: progress.c.s -.PHONY : progress.s - -# target to generate assembly for a file -progress.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/progress.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/progress.c.s -.PHONY : progress.c.s - -psl.o: psl.c.o -.PHONY : psl.o - -# target to build an object file -psl.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/psl.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.o -.PHONY : psl.c.o - -psl.i: psl.c.i -.PHONY : psl.i - -# target to preprocess a source file -psl.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/psl.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.i -.PHONY : psl.c.i - -psl.s: psl.c.s -.PHONY : psl.s - -# target to generate assembly for a file -psl.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/psl.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/psl.c.s -.PHONY : psl.c.s - -rand.o: rand.c.o -.PHONY : rand.o - -# target to build an object file -rand.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/rand.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.o -.PHONY : rand.c.o - -rand.i: rand.c.i -.PHONY : rand.i - -# target to preprocess a source file -rand.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/rand.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.i -.PHONY : rand.c.i - -rand.s: rand.c.s -.PHONY : rand.s - -# target to generate assembly for a file -rand.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/rand.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/rand.c.s -.PHONY : rand.c.s - -rename.o: rename.c.o -.PHONY : rename.o - -# target to build an object file -rename.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/rename.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.o -.PHONY : rename.c.o - -rename.i: rename.c.i -.PHONY : rename.i - -# target to preprocess a source file -rename.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/rename.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.i -.PHONY : rename.c.i - -rename.s: rename.c.s -.PHONY : rename.s - -# target to generate assembly for a file -rename.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/rename.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/rename.c.s -.PHONY : rename.c.s - -request.o: request.c.o -.PHONY : request.o - -# target to build an object file -request.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/request.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.o -.PHONY : request.c.o - -request.i: request.c.i -.PHONY : request.i - -# target to preprocess a source file -request.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/request.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.i -.PHONY : request.c.i - -request.s: request.c.s -.PHONY : request.s - -# target to generate assembly for a file -request.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/request.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/request.c.s -.PHONY : request.c.s - -rtsp.o: rtsp.c.o -.PHONY : rtsp.o - -# target to build an object file -rtsp.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.o -.PHONY : rtsp.c.o - -rtsp.i: rtsp.c.i -.PHONY : rtsp.i - -# target to preprocess a source file -rtsp.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.i -.PHONY : rtsp.c.i - -rtsp.s: rtsp.c.s -.PHONY : rtsp.s - -# target to generate assembly for a file -rtsp.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/rtsp.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/rtsp.c.s -.PHONY : rtsp.c.s - -select.o: select.c.o -.PHONY : select.o - -# target to build an object file -select.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/select.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.o -.PHONY : select.c.o - -select.i: select.c.i -.PHONY : select.i - -# target to preprocess a source file -select.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/select.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.i -.PHONY : select.c.i - -select.s: select.c.s -.PHONY : select.s - -# target to generate assembly for a file -select.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/select.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/select.c.s -.PHONY : select.c.s - -sendf.o: sendf.c.o -.PHONY : sendf.o - -# target to build an object file -sendf.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/sendf.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.o -.PHONY : sendf.c.o - -sendf.i: sendf.c.i -.PHONY : sendf.i - -# target to preprocess a source file -sendf.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/sendf.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.i -.PHONY : sendf.c.i - -sendf.s: sendf.c.s -.PHONY : sendf.s - -# target to generate assembly for a file -sendf.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/sendf.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/sendf.c.s -.PHONY : sendf.c.s - -setopt.o: setopt.c.o -.PHONY : setopt.o - -# target to build an object file -setopt.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/setopt.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.o -.PHONY : setopt.c.o - -setopt.i: setopt.c.i -.PHONY : setopt.i - -# target to preprocess a source file -setopt.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/setopt.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.i -.PHONY : setopt.c.i - -setopt.s: setopt.c.s -.PHONY : setopt.s - -# target to generate assembly for a file -setopt.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/setopt.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/setopt.c.s -.PHONY : setopt.c.s - -sha256.o: sha256.c.o -.PHONY : sha256.o - -# target to build an object file -sha256.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/sha256.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.o -.PHONY : sha256.c.o - -sha256.i: sha256.c.i -.PHONY : sha256.i - -# target to preprocess a source file -sha256.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/sha256.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.i -.PHONY : sha256.c.i - -sha256.s: sha256.c.s -.PHONY : sha256.s - -# target to generate assembly for a file -sha256.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/sha256.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/sha256.c.s -.PHONY : sha256.c.s - -share.o: share.c.o -.PHONY : share.o - -# target to build an object file -share.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/share.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.o -.PHONY : share.c.o - -share.i: share.c.i -.PHONY : share.i - -# target to preprocess a source file -share.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/share.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.i -.PHONY : share.c.i - -share.s: share.c.s -.PHONY : share.s - -# target to generate assembly for a file -share.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/share.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/share.c.s -.PHONY : share.c.s - -slist.o: slist.c.o -.PHONY : slist.o - -# target to build an object file -slist.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/slist.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.o -.PHONY : slist.c.o - -slist.i: slist.c.i -.PHONY : slist.i - -# target to preprocess a source file -slist.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/slist.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.i -.PHONY : slist.c.i - -slist.s: slist.c.s -.PHONY : slist.s - -# target to generate assembly for a file -slist.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/slist.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/slist.c.s -.PHONY : slist.c.s - -smb.o: smb.c.o -.PHONY : smb.o - -# target to build an object file -smb.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/smb.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.o -.PHONY : smb.c.o - -smb.i: smb.c.i -.PHONY : smb.i - -# target to preprocess a source file -smb.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/smb.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.i -.PHONY : smb.c.i - -smb.s: smb.c.s -.PHONY : smb.s - -# target to generate assembly for a file -smb.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/smb.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/smb.c.s -.PHONY : smb.c.s - -smtp.o: smtp.c.o -.PHONY : smtp.o - -# target to build an object file -smtp.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/smtp.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.o -.PHONY : smtp.c.o - -smtp.i: smtp.c.i -.PHONY : smtp.i - -# target to preprocess a source file -smtp.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/smtp.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.i -.PHONY : smtp.c.i - -smtp.s: smtp.c.s -.PHONY : smtp.s - -# target to generate assembly for a file -smtp.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/smtp.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/smtp.c.s -.PHONY : smtp.c.s - -socketpair.o: socketpair.c.o -.PHONY : socketpair.o - -# target to build an object file -socketpair.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.o -.PHONY : socketpair.c.o - -socketpair.i: socketpair.c.i -.PHONY : socketpair.i - -# target to preprocess a source file -socketpair.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.i -.PHONY : socketpair.c.i - -socketpair.s: socketpair.c.s -.PHONY : socketpair.s - -# target to generate assembly for a file -socketpair.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socketpair.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socketpair.c.s -.PHONY : socketpair.c.s - -socks.o: socks.c.o -.PHONY : socks.o - -# target to build an object file -socks.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socks.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.o -.PHONY : socks.c.o - -socks.i: socks.c.i -.PHONY : socks.i - -# target to preprocess a source file -socks.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socks.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.i -.PHONY : socks.c.i - -socks.s: socks.c.s -.PHONY : socks.s - -# target to generate assembly for a file -socks.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socks.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socks.c.s -.PHONY : socks.c.s - -socks_gssapi.o: socks_gssapi.c.o -.PHONY : socks_gssapi.o - -# target to build an object file -socks_gssapi.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.o -.PHONY : socks_gssapi.c.o - -socks_gssapi.i: socks_gssapi.c.i -.PHONY : socks_gssapi.i - -# target to preprocess a source file -socks_gssapi.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.i -.PHONY : socks_gssapi.c.i - -socks_gssapi.s: socks_gssapi.c.s -.PHONY : socks_gssapi.s - -# target to generate assembly for a file -socks_gssapi.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socks_gssapi.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socks_gssapi.c.s -.PHONY : socks_gssapi.c.s - -socks_sspi.o: socks_sspi.c.o -.PHONY : socks_sspi.o - -# target to build an object file -socks_sspi.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.o -.PHONY : socks_sspi.c.o - -socks_sspi.i: socks_sspi.c.i -.PHONY : socks_sspi.i - -# target to preprocess a source file -socks_sspi.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.i -.PHONY : socks_sspi.c.i - -socks_sspi.s: socks_sspi.c.s -.PHONY : socks_sspi.s - -# target to generate assembly for a file -socks_sspi.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/socks_sspi.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/socks_sspi.c.s -.PHONY : socks_sspi.c.s - -speedcheck.o: speedcheck.c.o -.PHONY : speedcheck.o - -# target to build an object file -speedcheck.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.o -.PHONY : speedcheck.c.o - -speedcheck.i: speedcheck.c.i -.PHONY : speedcheck.i - -# target to preprocess a source file -speedcheck.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.i -.PHONY : speedcheck.c.i - -speedcheck.s: speedcheck.c.s -.PHONY : speedcheck.s - -# target to generate assembly for a file -speedcheck.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/speedcheck.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/speedcheck.c.s -.PHONY : speedcheck.c.s - -splay.o: splay.c.o -.PHONY : splay.o - -# target to build an object file -splay.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/splay.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.o -.PHONY : splay.c.o - -splay.i: splay.c.i -.PHONY : splay.i - -# target to preprocess a source file -splay.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/splay.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.i -.PHONY : splay.c.i - -splay.s: splay.c.s -.PHONY : splay.s - -# target to generate assembly for a file -splay.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/splay.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/splay.c.s -.PHONY : splay.c.s - -strcase.o: strcase.c.o -.PHONY : strcase.o - -# target to build an object file -strcase.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strcase.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.o -.PHONY : strcase.c.o - -strcase.i: strcase.c.i -.PHONY : strcase.i - -# target to preprocess a source file -strcase.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strcase.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.i -.PHONY : strcase.c.i - -strcase.s: strcase.c.s -.PHONY : strcase.s - -# target to generate assembly for a file -strcase.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strcase.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strcase.c.s -.PHONY : strcase.c.s - -strdup.o: strdup.c.o -.PHONY : strdup.o - -# target to build an object file -strdup.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strdup.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.o -.PHONY : strdup.c.o - -strdup.i: strdup.c.i -.PHONY : strdup.i - -# target to preprocess a source file -strdup.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strdup.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.i -.PHONY : strdup.c.i - -strdup.s: strdup.c.s -.PHONY : strdup.s - -# target to generate assembly for a file -strdup.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strdup.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strdup.c.s -.PHONY : strdup.c.s - -strequal.o: strequal.c.o -.PHONY : strequal.o - -# target to build an object file -strequal.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strequal.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.o -.PHONY : strequal.c.o - -strequal.i: strequal.c.i -.PHONY : strequal.i - -# target to preprocess a source file -strequal.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strequal.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.i -.PHONY : strequal.c.i - -strequal.s: strequal.c.s -.PHONY : strequal.s - -# target to generate assembly for a file -strequal.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strequal.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strequal.c.s -.PHONY : strequal.c.s - -strerror.o: strerror.c.o -.PHONY : strerror.o - -# target to build an object file -strerror.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strerror.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.o -.PHONY : strerror.c.o - -strerror.i: strerror.c.i -.PHONY : strerror.i - -# target to preprocess a source file -strerror.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strerror.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.i -.PHONY : strerror.c.i - -strerror.s: strerror.c.s -.PHONY : strerror.s - -# target to generate assembly for a file -strerror.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/strerror.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/strerror.c.s -.PHONY : strerror.c.s - -system_win32.o: system_win32.c.o -.PHONY : system_win32.o - -# target to build an object file -system_win32.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.o -.PHONY : system_win32.c.o - -system_win32.i: system_win32.c.i -.PHONY : system_win32.i - -# target to preprocess a source file -system_win32.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.i -.PHONY : system_win32.c.i - -system_win32.s: system_win32.c.s -.PHONY : system_win32.s - -# target to generate assembly for a file -system_win32.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/system_win32.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/system_win32.c.s -.PHONY : system_win32.c.s - -telnet.o: telnet.c.o -.PHONY : telnet.o - -# target to build an object file -telnet.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/telnet.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.o -.PHONY : telnet.c.o - -telnet.i: telnet.c.i -.PHONY : telnet.i - -# target to preprocess a source file -telnet.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/telnet.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.i -.PHONY : telnet.c.i - -telnet.s: telnet.c.s -.PHONY : telnet.s - -# target to generate assembly for a file -telnet.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/telnet.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/telnet.c.s -.PHONY : telnet.c.s - -tftp.o: tftp.c.o -.PHONY : tftp.o - -# target to build an object file -tftp.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/tftp.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.o -.PHONY : tftp.c.o - -tftp.i: tftp.c.i -.PHONY : tftp.i - -# target to preprocess a source file -tftp.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/tftp.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.i -.PHONY : tftp.c.i - -tftp.s: tftp.c.s -.PHONY : tftp.s - -# target to generate assembly for a file -tftp.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/tftp.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/tftp.c.s -.PHONY : tftp.c.s - -transfer.o: transfer.c.o -.PHONY : transfer.o - -# target to build an object file -transfer.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/transfer.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.o -.PHONY : transfer.c.o - -transfer.i: transfer.c.i -.PHONY : transfer.i - -# target to preprocess a source file -transfer.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/transfer.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.i -.PHONY : transfer.c.i - -transfer.s: transfer.c.s -.PHONY : transfer.s - -# target to generate assembly for a file -transfer.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/transfer.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/transfer.c.s -.PHONY : transfer.c.s - -uint-bset.o: uint-bset.c.o -.PHONY : uint-bset.o - -# target to build an object file -uint-bset.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.o -.PHONY : uint-bset.c.o - -uint-bset.i: uint-bset.c.i -.PHONY : uint-bset.i - -# target to preprocess a source file -uint-bset.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.i -.PHONY : uint-bset.c.i - -uint-bset.s: uint-bset.c.s -.PHONY : uint-bset.s - -# target to generate assembly for a file -uint-bset.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-bset.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-bset.c.s -.PHONY : uint-bset.c.s - -uint-hash.o: uint-hash.c.o -.PHONY : uint-hash.o - -# target to build an object file -uint-hash.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.o -.PHONY : uint-hash.c.o - -uint-hash.i: uint-hash.c.i -.PHONY : uint-hash.i - -# target to preprocess a source file -uint-hash.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.i -.PHONY : uint-hash.c.i - -uint-hash.s: uint-hash.c.s -.PHONY : uint-hash.s - -# target to generate assembly for a file -uint-hash.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-hash.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-hash.c.s -.PHONY : uint-hash.c.s - -uint-spbset.o: uint-spbset.c.o -.PHONY : uint-spbset.o - -# target to build an object file -uint-spbset.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.o -.PHONY : uint-spbset.c.o - -uint-spbset.i: uint-spbset.c.i -.PHONY : uint-spbset.i - -# target to preprocess a source file -uint-spbset.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.i -.PHONY : uint-spbset.c.i - -uint-spbset.s: uint-spbset.c.s -.PHONY : uint-spbset.s - -# target to generate assembly for a file -uint-spbset.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-spbset.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-spbset.c.s -.PHONY : uint-spbset.c.s - -uint-table.o: uint-table.c.o -.PHONY : uint-table.o - -# target to build an object file -uint-table.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.o -.PHONY : uint-table.c.o - -uint-table.i: uint-table.c.i -.PHONY : uint-table.i - -# target to preprocess a source file -uint-table.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.i -.PHONY : uint-table.c.i - -uint-table.s: uint-table.c.s -.PHONY : uint-table.s - -# target to generate assembly for a file -uint-table.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/uint-table.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/uint-table.c.s -.PHONY : uint-table.c.s - -url.o: url.c.o -.PHONY : url.o - -# target to build an object file -url.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/url.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.o -.PHONY : url.c.o - -url.i: url.c.i -.PHONY : url.i - -# target to preprocess a source file -url.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/url.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.i -.PHONY : url.c.i - -url.s: url.c.s -.PHONY : url.s - -# target to generate assembly for a file -url.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/url.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/url.c.s -.PHONY : url.c.s - -urlapi.o: urlapi.c.o -.PHONY : urlapi.o - -# target to build an object file -urlapi.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.o -.PHONY : urlapi.c.o - -urlapi.i: urlapi.c.i -.PHONY : urlapi.i - -# target to preprocess a source file -urlapi.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.i -.PHONY : urlapi.c.i - -urlapi.s: urlapi.c.s -.PHONY : urlapi.s - -# target to generate assembly for a file -urlapi.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/urlapi.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/urlapi.c.s -.PHONY : urlapi.c.s - -vauth/cleartext.o: vauth/cleartext.c.o -.PHONY : vauth/cleartext.o - -# target to build an object file -vauth/cleartext.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.o -.PHONY : vauth/cleartext.c.o - -vauth/cleartext.i: vauth/cleartext.c.i -.PHONY : vauth/cleartext.i - -# target to preprocess a source file -vauth/cleartext.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.i -.PHONY : vauth/cleartext.c.i - -vauth/cleartext.s: vauth/cleartext.c.s -.PHONY : vauth/cleartext.s - -# target to generate assembly for a file -vauth/cleartext.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/cleartext.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cleartext.c.s -.PHONY : vauth/cleartext.c.s - -vauth/cram.o: vauth/cram.c.o -.PHONY : vauth/cram.o - -# target to build an object file -vauth/cram.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.o -.PHONY : vauth/cram.c.o - -vauth/cram.i: vauth/cram.c.i -.PHONY : vauth/cram.i - -# target to preprocess a source file -vauth/cram.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.i -.PHONY : vauth/cram.c.i - -vauth/cram.s: vauth/cram.c.s -.PHONY : vauth/cram.s - -# target to generate assembly for a file -vauth/cram.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/cram.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/cram.c.s -.PHONY : vauth/cram.c.s - -vauth/digest.o: vauth/digest.c.o -.PHONY : vauth/digest.o - -# target to build an object file -vauth/digest.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.o -.PHONY : vauth/digest.c.o - -vauth/digest.i: vauth/digest.c.i -.PHONY : vauth/digest.i - -# target to preprocess a source file -vauth/digest.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.i -.PHONY : vauth/digest.c.i - -vauth/digest.s: vauth/digest.c.s -.PHONY : vauth/digest.s - -# target to generate assembly for a file -vauth/digest.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/digest.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest.c.s -.PHONY : vauth/digest.c.s - -vauth/digest_sspi.o: vauth/digest_sspi.c.o -.PHONY : vauth/digest_sspi.o - -# target to build an object file -vauth/digest_sspi.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.o -.PHONY : vauth/digest_sspi.c.o - -vauth/digest_sspi.i: vauth/digest_sspi.c.i -.PHONY : vauth/digest_sspi.i - -# target to preprocess a source file -vauth/digest_sspi.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.i -.PHONY : vauth/digest_sspi.c.i - -vauth/digest_sspi.s: vauth/digest_sspi.c.s -.PHONY : vauth/digest_sspi.s - -# target to generate assembly for a file -vauth/digest_sspi.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/digest_sspi.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/digest_sspi.c.s -.PHONY : vauth/digest_sspi.c.s - -vauth/gsasl.o: vauth/gsasl.c.o -.PHONY : vauth/gsasl.o - -# target to build an object file -vauth/gsasl.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.o -.PHONY : vauth/gsasl.c.o - -vauth/gsasl.i: vauth/gsasl.c.i -.PHONY : vauth/gsasl.i - -# target to preprocess a source file -vauth/gsasl.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.i -.PHONY : vauth/gsasl.c.i - -vauth/gsasl.s: vauth/gsasl.c.s -.PHONY : vauth/gsasl.s - -# target to generate assembly for a file -vauth/gsasl.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/gsasl.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/gsasl.c.s -.PHONY : vauth/gsasl.c.s - -vauth/krb5_gssapi.o: vauth/krb5_gssapi.c.o -.PHONY : vauth/krb5_gssapi.o - -# target to build an object file -vauth/krb5_gssapi.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.o -.PHONY : vauth/krb5_gssapi.c.o - -vauth/krb5_gssapi.i: vauth/krb5_gssapi.c.i -.PHONY : vauth/krb5_gssapi.i - -# target to preprocess a source file -vauth/krb5_gssapi.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.i -.PHONY : vauth/krb5_gssapi.c.i - -vauth/krb5_gssapi.s: vauth/krb5_gssapi.c.s -.PHONY : vauth/krb5_gssapi.s - -# target to generate assembly for a file -vauth/krb5_gssapi.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_gssapi.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_gssapi.c.s -.PHONY : vauth/krb5_gssapi.c.s - -vauth/krb5_sspi.o: vauth/krb5_sspi.c.o -.PHONY : vauth/krb5_sspi.o - -# target to build an object file -vauth/krb5_sspi.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.o -.PHONY : vauth/krb5_sspi.c.o - -vauth/krb5_sspi.i: vauth/krb5_sspi.c.i -.PHONY : vauth/krb5_sspi.i - -# target to preprocess a source file -vauth/krb5_sspi.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.i -.PHONY : vauth/krb5_sspi.c.i - -vauth/krb5_sspi.s: vauth/krb5_sspi.c.s -.PHONY : vauth/krb5_sspi.s - -# target to generate assembly for a file -vauth/krb5_sspi.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/krb5_sspi.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/krb5_sspi.c.s -.PHONY : vauth/krb5_sspi.c.s - -vauth/ntlm.o: vauth/ntlm.c.o -.PHONY : vauth/ntlm.o - -# target to build an object file -vauth/ntlm.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.o -.PHONY : vauth/ntlm.c.o - -vauth/ntlm.i: vauth/ntlm.c.i -.PHONY : vauth/ntlm.i - -# target to preprocess a source file -vauth/ntlm.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.i -.PHONY : vauth/ntlm.c.i - -vauth/ntlm.s: vauth/ntlm.c.s -.PHONY : vauth/ntlm.s - -# target to generate assembly for a file -vauth/ntlm.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm.c.s -.PHONY : vauth/ntlm.c.s - -vauth/ntlm_sspi.o: vauth/ntlm_sspi.c.o -.PHONY : vauth/ntlm_sspi.o - -# target to build an object file -vauth/ntlm_sspi.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.o -.PHONY : vauth/ntlm_sspi.c.o - -vauth/ntlm_sspi.i: vauth/ntlm_sspi.c.i -.PHONY : vauth/ntlm_sspi.i - -# target to preprocess a source file -vauth/ntlm_sspi.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.i -.PHONY : vauth/ntlm_sspi.c.i - -vauth/ntlm_sspi.s: vauth/ntlm_sspi.c.s -.PHONY : vauth/ntlm_sspi.s - -# target to generate assembly for a file -vauth/ntlm_sspi.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/ntlm_sspi.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/ntlm_sspi.c.s -.PHONY : vauth/ntlm_sspi.c.s - -vauth/oauth2.o: vauth/oauth2.c.o -.PHONY : vauth/oauth2.o - -# target to build an object file -vauth/oauth2.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.o -.PHONY : vauth/oauth2.c.o - -vauth/oauth2.i: vauth/oauth2.c.i -.PHONY : vauth/oauth2.i - -# target to preprocess a source file -vauth/oauth2.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.i -.PHONY : vauth/oauth2.c.i - -vauth/oauth2.s: vauth/oauth2.c.s -.PHONY : vauth/oauth2.s - -# target to generate assembly for a file -vauth/oauth2.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/oauth2.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/oauth2.c.s -.PHONY : vauth/oauth2.c.s - -vauth/spnego_gssapi.o: vauth/spnego_gssapi.c.o -.PHONY : vauth/spnego_gssapi.o - -# target to build an object file -vauth/spnego_gssapi.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.o -.PHONY : vauth/spnego_gssapi.c.o - -vauth/spnego_gssapi.i: vauth/spnego_gssapi.c.i -.PHONY : vauth/spnego_gssapi.i - -# target to preprocess a source file -vauth/spnego_gssapi.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.i -.PHONY : vauth/spnego_gssapi.c.i - -vauth/spnego_gssapi.s: vauth/spnego_gssapi.c.s -.PHONY : vauth/spnego_gssapi.s - -# target to generate assembly for a file -vauth/spnego_gssapi.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_gssapi.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_gssapi.c.s -.PHONY : vauth/spnego_gssapi.c.s - -vauth/spnego_sspi.o: vauth/spnego_sspi.c.o -.PHONY : vauth/spnego_sspi.o - -# target to build an object file -vauth/spnego_sspi.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.o -.PHONY : vauth/spnego_sspi.c.o - -vauth/spnego_sspi.i: vauth/spnego_sspi.c.i -.PHONY : vauth/spnego_sspi.i - -# target to preprocess a source file -vauth/spnego_sspi.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.i -.PHONY : vauth/spnego_sspi.c.i - -vauth/spnego_sspi.s: vauth/spnego_sspi.c.s -.PHONY : vauth/spnego_sspi.s - -# target to generate assembly for a file -vauth/spnego_sspi.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/spnego_sspi.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/spnego_sspi.c.s -.PHONY : vauth/spnego_sspi.c.s - -vauth/vauth.o: vauth/vauth.c.o -.PHONY : vauth/vauth.o - -# target to build an object file -vauth/vauth.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.o -.PHONY : vauth/vauth.c.o - -vauth/vauth.i: vauth/vauth.c.i -.PHONY : vauth/vauth.i - -# target to preprocess a source file -vauth/vauth.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.i -.PHONY : vauth/vauth.c.i - -vauth/vauth.s: vauth/vauth.c.s -.PHONY : vauth/vauth.s - -# target to generate assembly for a file -vauth/vauth.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vauth/vauth.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vauth/vauth.c.s -.PHONY : vauth/vauth.c.s - -version.o: version.c.o -.PHONY : version.o - -# target to build an object file -version.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/version.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.o -.PHONY : version.c.o - -version.i: version.c.i -.PHONY : version.i - -# target to preprocess a source file -version.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/version.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.i -.PHONY : version.c.i - -version.s: version.c.s -.PHONY : version.s - -# target to generate assembly for a file -version.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/version.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/version.c.s -.PHONY : version.c.s - -vquic/curl_msh3.o: vquic/curl_msh3.c.o -.PHONY : vquic/curl_msh3.o - -# target to build an object file -vquic/curl_msh3.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.o -.PHONY : vquic/curl_msh3.c.o - -vquic/curl_msh3.i: vquic/curl_msh3.c.i -.PHONY : vquic/curl_msh3.i - -# target to preprocess a source file -vquic/curl_msh3.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.i -.PHONY : vquic/curl_msh3.c.i - -vquic/curl_msh3.s: vquic/curl_msh3.c.s -.PHONY : vquic/curl_msh3.s - -# target to generate assembly for a file -vquic/curl_msh3.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_msh3.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_msh3.c.s -.PHONY : vquic/curl_msh3.c.s - -vquic/curl_ngtcp2.o: vquic/curl_ngtcp2.c.o -.PHONY : vquic/curl_ngtcp2.o - -# target to build an object file -vquic/curl_ngtcp2.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.o -.PHONY : vquic/curl_ngtcp2.c.o - -vquic/curl_ngtcp2.i: vquic/curl_ngtcp2.c.i -.PHONY : vquic/curl_ngtcp2.i - -# target to preprocess a source file -vquic/curl_ngtcp2.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.i -.PHONY : vquic/curl_ngtcp2.c.i - -vquic/curl_ngtcp2.s: vquic/curl_ngtcp2.c.s -.PHONY : vquic/curl_ngtcp2.s - -# target to generate assembly for a file -vquic/curl_ngtcp2.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_ngtcp2.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_ngtcp2.c.s -.PHONY : vquic/curl_ngtcp2.c.s - -vquic/curl_osslq.o: vquic/curl_osslq.c.o -.PHONY : vquic/curl_osslq.o - -# target to build an object file -vquic/curl_osslq.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.o -.PHONY : vquic/curl_osslq.c.o - -vquic/curl_osslq.i: vquic/curl_osslq.c.i -.PHONY : vquic/curl_osslq.i - -# target to preprocess a source file -vquic/curl_osslq.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.i -.PHONY : vquic/curl_osslq.c.i - -vquic/curl_osslq.s: vquic/curl_osslq.c.s -.PHONY : vquic/curl_osslq.s - -# target to generate assembly for a file -vquic/curl_osslq.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_osslq.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_osslq.c.s -.PHONY : vquic/curl_osslq.c.s - -vquic/curl_quiche.o: vquic/curl_quiche.c.o -.PHONY : vquic/curl_quiche.o - -# target to build an object file -vquic/curl_quiche.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.o -.PHONY : vquic/curl_quiche.c.o - -vquic/curl_quiche.i: vquic/curl_quiche.c.i -.PHONY : vquic/curl_quiche.i - -# target to preprocess a source file -vquic/curl_quiche.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.i -.PHONY : vquic/curl_quiche.c.i - -vquic/curl_quiche.s: vquic/curl_quiche.c.s -.PHONY : vquic/curl_quiche.s - -# target to generate assembly for a file -vquic/curl_quiche.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/curl_quiche.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/curl_quiche.c.s -.PHONY : vquic/curl_quiche.c.s - -vquic/vquic-tls.o: vquic/vquic-tls.c.o -.PHONY : vquic/vquic-tls.o - -# target to build an object file -vquic/vquic-tls.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.o -.PHONY : vquic/vquic-tls.c.o - -vquic/vquic-tls.i: vquic/vquic-tls.c.i -.PHONY : vquic/vquic-tls.i - -# target to preprocess a source file -vquic/vquic-tls.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.i -.PHONY : vquic/vquic-tls.c.i - -vquic/vquic-tls.s: vquic/vquic-tls.c.s -.PHONY : vquic/vquic-tls.s - -# target to generate assembly for a file -vquic/vquic-tls.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic-tls.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic-tls.c.s -.PHONY : vquic/vquic-tls.c.s - -vquic/vquic.o: vquic/vquic.c.o -.PHONY : vquic/vquic.o - -# target to build an object file -vquic/vquic.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.o -.PHONY : vquic/vquic.c.o - -vquic/vquic.i: vquic/vquic.c.i -.PHONY : vquic/vquic.i - -# target to preprocess a source file -vquic/vquic.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.i -.PHONY : vquic/vquic.c.i - -vquic/vquic.s: vquic/vquic.c.s -.PHONY : vquic/vquic.s - -# target to generate assembly for a file -vquic/vquic.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vquic/vquic.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vquic/vquic.c.s -.PHONY : vquic/vquic.c.s - -vssh/curl_path.o: vssh/curl_path.c.o -.PHONY : vssh/curl_path.o - -# target to build an object file -vssh/curl_path.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.o -.PHONY : vssh/curl_path.c.o - -vssh/curl_path.i: vssh/curl_path.c.i -.PHONY : vssh/curl_path.i - -# target to preprocess a source file -vssh/curl_path.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.i -.PHONY : vssh/curl_path.c.i - -vssh/curl_path.s: vssh/curl_path.c.s -.PHONY : vssh/curl_path.s - -# target to generate assembly for a file -vssh/curl_path.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/curl_path.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/curl_path.c.s -.PHONY : vssh/curl_path.c.s - -vssh/libssh.o: vssh/libssh.c.o -.PHONY : vssh/libssh.o - -# target to build an object file -vssh/libssh.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.o -.PHONY : vssh/libssh.c.o - -vssh/libssh.i: vssh/libssh.c.i -.PHONY : vssh/libssh.i - -# target to preprocess a source file -vssh/libssh.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.i -.PHONY : vssh/libssh.c.i - -vssh/libssh.s: vssh/libssh.c.s -.PHONY : vssh/libssh.s - -# target to generate assembly for a file -vssh/libssh.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh.c.s -.PHONY : vssh/libssh.c.s - -vssh/libssh2.o: vssh/libssh2.c.o -.PHONY : vssh/libssh2.o - -# target to build an object file -vssh/libssh2.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.o -.PHONY : vssh/libssh2.c.o - -vssh/libssh2.i: vssh/libssh2.c.i -.PHONY : vssh/libssh2.i - -# target to preprocess a source file -vssh/libssh2.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.i -.PHONY : vssh/libssh2.c.i - -vssh/libssh2.s: vssh/libssh2.c.s -.PHONY : vssh/libssh2.s - -# target to generate assembly for a file -vssh/libssh2.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/libssh2.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/libssh2.c.s -.PHONY : vssh/libssh2.c.s - -vssh/wolfssh.o: vssh/wolfssh.c.o -.PHONY : vssh/wolfssh.o - -# target to build an object file -vssh/wolfssh.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.o -.PHONY : vssh/wolfssh.c.o - -vssh/wolfssh.i: vssh/wolfssh.c.i -.PHONY : vssh/wolfssh.i - -# target to preprocess a source file -vssh/wolfssh.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.i -.PHONY : vssh/wolfssh.c.i - -vssh/wolfssh.s: vssh/wolfssh.c.s -.PHONY : vssh/wolfssh.s - -# target to generate assembly for a file -vssh/wolfssh.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vssh/wolfssh.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vssh/wolfssh.c.s -.PHONY : vssh/wolfssh.c.s - -vtls/bearssl.o: vtls/bearssl.c.o -.PHONY : vtls/bearssl.o - -# target to build an object file -vtls/bearssl.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.o -.PHONY : vtls/bearssl.c.o - -vtls/bearssl.i: vtls/bearssl.c.i -.PHONY : vtls/bearssl.i - -# target to preprocess a source file -vtls/bearssl.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.i -.PHONY : vtls/bearssl.c.i - -vtls/bearssl.s: vtls/bearssl.c.s -.PHONY : vtls/bearssl.s - -# target to generate assembly for a file -vtls/bearssl.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/bearssl.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/bearssl.c.s -.PHONY : vtls/bearssl.c.s - -vtls/cipher_suite.o: vtls/cipher_suite.c.o -.PHONY : vtls/cipher_suite.o - -# target to build an object file -vtls/cipher_suite.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.o -.PHONY : vtls/cipher_suite.c.o - -vtls/cipher_suite.i: vtls/cipher_suite.c.i -.PHONY : vtls/cipher_suite.i - -# target to preprocess a source file -vtls/cipher_suite.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.i -.PHONY : vtls/cipher_suite.c.i - -vtls/cipher_suite.s: vtls/cipher_suite.c.s -.PHONY : vtls/cipher_suite.s - -# target to generate assembly for a file -vtls/cipher_suite.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/cipher_suite.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/cipher_suite.c.s -.PHONY : vtls/cipher_suite.c.s - -vtls/gtls.o: vtls/gtls.c.o -.PHONY : vtls/gtls.o - -# target to build an object file -vtls/gtls.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.o -.PHONY : vtls/gtls.c.o - -vtls/gtls.i: vtls/gtls.c.i -.PHONY : vtls/gtls.i - -# target to preprocess a source file -vtls/gtls.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.i -.PHONY : vtls/gtls.c.i - -vtls/gtls.s: vtls/gtls.c.s -.PHONY : vtls/gtls.s - -# target to generate assembly for a file -vtls/gtls.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/gtls.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/gtls.c.s -.PHONY : vtls/gtls.c.s - -vtls/hostcheck.o: vtls/hostcheck.c.o -.PHONY : vtls/hostcheck.o - -# target to build an object file -vtls/hostcheck.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.o -.PHONY : vtls/hostcheck.c.o - -vtls/hostcheck.i: vtls/hostcheck.c.i -.PHONY : vtls/hostcheck.i - -# target to preprocess a source file -vtls/hostcheck.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.i -.PHONY : vtls/hostcheck.c.i - -vtls/hostcheck.s: vtls/hostcheck.c.s -.PHONY : vtls/hostcheck.s - -# target to generate assembly for a file -vtls/hostcheck.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/hostcheck.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/hostcheck.c.s -.PHONY : vtls/hostcheck.c.s - -vtls/keylog.o: vtls/keylog.c.o -.PHONY : vtls/keylog.o - -# target to build an object file -vtls/keylog.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.o -.PHONY : vtls/keylog.c.o - -vtls/keylog.i: vtls/keylog.c.i -.PHONY : vtls/keylog.i - -# target to preprocess a source file -vtls/keylog.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.i -.PHONY : vtls/keylog.c.i - -vtls/keylog.s: vtls/keylog.c.s -.PHONY : vtls/keylog.s - -# target to generate assembly for a file -vtls/keylog.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/keylog.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/keylog.c.s -.PHONY : vtls/keylog.c.s - -vtls/mbedtls.o: vtls/mbedtls.c.o -.PHONY : vtls/mbedtls.o - -# target to build an object file -vtls/mbedtls.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.o -.PHONY : vtls/mbedtls.c.o - -vtls/mbedtls.i: vtls/mbedtls.c.i -.PHONY : vtls/mbedtls.i - -# target to preprocess a source file -vtls/mbedtls.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.i -.PHONY : vtls/mbedtls.c.i - -vtls/mbedtls.s: vtls/mbedtls.c.s -.PHONY : vtls/mbedtls.s - -# target to generate assembly for a file -vtls/mbedtls.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls.c.s -.PHONY : vtls/mbedtls.c.s - -vtls/mbedtls_threadlock.o: vtls/mbedtls_threadlock.c.o -.PHONY : vtls/mbedtls_threadlock.o - -# target to build an object file -vtls/mbedtls_threadlock.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.o -.PHONY : vtls/mbedtls_threadlock.c.o - -vtls/mbedtls_threadlock.i: vtls/mbedtls_threadlock.c.i -.PHONY : vtls/mbedtls_threadlock.i - -# target to preprocess a source file -vtls/mbedtls_threadlock.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.i -.PHONY : vtls/mbedtls_threadlock.c.i - -vtls/mbedtls_threadlock.s: vtls/mbedtls_threadlock.c.s -.PHONY : vtls/mbedtls_threadlock.s - -# target to generate assembly for a file -vtls/mbedtls_threadlock.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/mbedtls_threadlock.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/mbedtls_threadlock.c.s -.PHONY : vtls/mbedtls_threadlock.c.s - -vtls/openssl.o: vtls/openssl.c.o -.PHONY : vtls/openssl.o - -# target to build an object file -vtls/openssl.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.o -.PHONY : vtls/openssl.c.o - -vtls/openssl.i: vtls/openssl.c.i -.PHONY : vtls/openssl.i - -# target to preprocess a source file -vtls/openssl.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.i -.PHONY : vtls/openssl.c.i - -vtls/openssl.s: vtls/openssl.c.s -.PHONY : vtls/openssl.s - -# target to generate assembly for a file -vtls/openssl.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/openssl.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/openssl.c.s -.PHONY : vtls/openssl.c.s - -vtls/rustls.o: vtls/rustls.c.o -.PHONY : vtls/rustls.o - -# target to build an object file -vtls/rustls.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.o -.PHONY : vtls/rustls.c.o - -vtls/rustls.i: vtls/rustls.c.i -.PHONY : vtls/rustls.i - -# target to preprocess a source file -vtls/rustls.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.i -.PHONY : vtls/rustls.c.i - -vtls/rustls.s: vtls/rustls.c.s -.PHONY : vtls/rustls.s - -# target to generate assembly for a file -vtls/rustls.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/rustls.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/rustls.c.s -.PHONY : vtls/rustls.c.s - -vtls/schannel.o: vtls/schannel.c.o -.PHONY : vtls/schannel.o - -# target to build an object file -vtls/schannel.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.o -.PHONY : vtls/schannel.c.o - -vtls/schannel.i: vtls/schannel.c.i -.PHONY : vtls/schannel.i - -# target to preprocess a source file -vtls/schannel.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.i -.PHONY : vtls/schannel.c.i - -vtls/schannel.s: vtls/schannel.c.s -.PHONY : vtls/schannel.s - -# target to generate assembly for a file -vtls/schannel.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel.c.s -.PHONY : vtls/schannel.c.s - -vtls/schannel_verify.o: vtls/schannel_verify.c.o -.PHONY : vtls/schannel_verify.o - -# target to build an object file -vtls/schannel_verify.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.o -.PHONY : vtls/schannel_verify.c.o - -vtls/schannel_verify.i: vtls/schannel_verify.c.i -.PHONY : vtls/schannel_verify.i - -# target to preprocess a source file -vtls/schannel_verify.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.i -.PHONY : vtls/schannel_verify.c.i - -vtls/schannel_verify.s: vtls/schannel_verify.c.s -.PHONY : vtls/schannel_verify.s - -# target to generate assembly for a file -vtls/schannel_verify.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/schannel_verify.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/schannel_verify.c.s -.PHONY : vtls/schannel_verify.c.s - -vtls/sectransp.o: vtls/sectransp.c.o -.PHONY : vtls/sectransp.o - -# target to build an object file -vtls/sectransp.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.o -.PHONY : vtls/sectransp.c.o - -vtls/sectransp.i: vtls/sectransp.c.i -.PHONY : vtls/sectransp.i - -# target to preprocess a source file -vtls/sectransp.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.i -.PHONY : vtls/sectransp.c.i - -vtls/sectransp.s: vtls/sectransp.c.s -.PHONY : vtls/sectransp.s - -# target to generate assembly for a file -vtls/sectransp.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/sectransp.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/sectransp.c.s -.PHONY : vtls/sectransp.c.s - -vtls/vtls.o: vtls/vtls.c.o -.PHONY : vtls/vtls.o - -# target to build an object file -vtls/vtls.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.o -.PHONY : vtls/vtls.c.o - -vtls/vtls.i: vtls/vtls.c.i -.PHONY : vtls/vtls.i - -# target to preprocess a source file -vtls/vtls.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.i -.PHONY : vtls/vtls.c.i - -vtls/vtls.s: vtls/vtls.c.s -.PHONY : vtls/vtls.s - -# target to generate assembly for a file -vtls/vtls.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls.c.s -.PHONY : vtls/vtls.c.s - -vtls/vtls_scache.o: vtls/vtls_scache.c.o -.PHONY : vtls/vtls_scache.o - -# target to build an object file -vtls/vtls_scache.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.o -.PHONY : vtls/vtls_scache.c.o - -vtls/vtls_scache.i: vtls/vtls_scache.c.i -.PHONY : vtls/vtls_scache.i - -# target to preprocess a source file -vtls/vtls_scache.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.i -.PHONY : vtls/vtls_scache.c.i - -vtls/vtls_scache.s: vtls/vtls_scache.c.s -.PHONY : vtls/vtls_scache.s - -# target to generate assembly for a file -vtls/vtls_scache.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_scache.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_scache.c.s -.PHONY : vtls/vtls_scache.c.s - -vtls/vtls_spack.o: vtls/vtls_spack.c.o -.PHONY : vtls/vtls_spack.o - -# target to build an object file -vtls/vtls_spack.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.o -.PHONY : vtls/vtls_spack.c.o - -vtls/vtls_spack.i: vtls/vtls_spack.c.i -.PHONY : vtls/vtls_spack.i - -# target to preprocess a source file -vtls/vtls_spack.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.i -.PHONY : vtls/vtls_spack.c.i - -vtls/vtls_spack.s: vtls/vtls_spack.c.s -.PHONY : vtls/vtls_spack.s - -# target to generate assembly for a file -vtls/vtls_spack.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/vtls_spack.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/vtls_spack.c.s -.PHONY : vtls/vtls_spack.c.s - -vtls/wolfssl.o: vtls/wolfssl.c.o -.PHONY : vtls/wolfssl.o - -# target to build an object file -vtls/wolfssl.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.o -.PHONY : vtls/wolfssl.c.o - -vtls/wolfssl.i: vtls/wolfssl.c.i -.PHONY : vtls/wolfssl.i - -# target to preprocess a source file -vtls/wolfssl.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.i -.PHONY : vtls/wolfssl.c.i - -vtls/wolfssl.s: vtls/wolfssl.c.s -.PHONY : vtls/wolfssl.s - -# target to generate assembly for a file -vtls/wolfssl.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/wolfssl.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/wolfssl.c.s -.PHONY : vtls/wolfssl.c.s - -vtls/x509asn1.o: vtls/x509asn1.c.o -.PHONY : vtls/x509asn1.o - -# target to build an object file -vtls/x509asn1.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.o -.PHONY : vtls/x509asn1.c.o - -vtls/x509asn1.i: vtls/x509asn1.c.i -.PHONY : vtls/x509asn1.i - -# target to preprocess a source file -vtls/x509asn1.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.i -.PHONY : vtls/x509asn1.c.i - -vtls/x509asn1.s: vtls/x509asn1.c.s -.PHONY : vtls/x509asn1.s - -# target to generate assembly for a file -vtls/x509asn1.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/vtls/x509asn1.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/vtls/x509asn1.c.s -.PHONY : vtls/x509asn1.c.s - -ws.o: ws.c.o -.PHONY : ws.o - -# target to build an object file -ws.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ws.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.o -.PHONY : ws.c.o - -ws.i: ws.c.i -.PHONY : ws.i - -# target to preprocess a source file -ws.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ws.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.i -.PHONY : ws.c.i - -ws.s: ws.c.s -.PHONY : ws.s - -# target to generate assembly for a file -ws.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/curlu.dir/build.make external/curl/lib/CMakeFiles/curlu.dir/ws.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/lib/CMakeFiles/libcurl_static.dir/build.make external/curl/lib/CMakeFiles/libcurl_static.dir/ws.c.s -.PHONY : ws.c.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... curlu" - @echo "... libcurl_static" - @echo "... altsvc.o" - @echo "... altsvc.i" - @echo "... altsvc.s" - @echo "... amigaos.o" - @echo "... amigaos.i" - @echo "... amigaos.s" - @echo "... asyn-ares.o" - @echo "... asyn-ares.i" - @echo "... asyn-ares.s" - @echo "... asyn-base.o" - @echo "... asyn-base.i" - @echo "... asyn-base.s" - @echo "... asyn-thrdd.o" - @echo "... asyn-thrdd.i" - @echo "... asyn-thrdd.s" - @echo "... bufq.o" - @echo "... bufq.i" - @echo "... bufq.s" - @echo "... bufref.o" - @echo "... bufref.i" - @echo "... bufref.s" - @echo "... cf-h1-proxy.o" - @echo "... cf-h1-proxy.i" - @echo "... cf-h1-proxy.s" - @echo "... cf-h2-proxy.o" - @echo "... cf-h2-proxy.i" - @echo "... cf-h2-proxy.s" - @echo "... cf-haproxy.o" - @echo "... cf-haproxy.i" - @echo "... cf-haproxy.s" - @echo "... cf-https-connect.o" - @echo "... cf-https-connect.i" - @echo "... cf-https-connect.s" - @echo "... cf-socket.o" - @echo "... cf-socket.i" - @echo "... cf-socket.s" - @echo "... cfilters.o" - @echo "... cfilters.i" - @echo "... cfilters.s" - @echo "... conncache.o" - @echo "... conncache.i" - @echo "... conncache.s" - @echo "... connect.o" - @echo "... connect.i" - @echo "... connect.s" - @echo "... content_encoding.o" - @echo "... content_encoding.i" - @echo "... content_encoding.s" - @echo "... cookie.o" - @echo "... cookie.i" - @echo "... cookie.s" - @echo "... cshutdn.o" - @echo "... cshutdn.i" - @echo "... cshutdn.s" - @echo "... curl_addrinfo.o" - @echo "... curl_addrinfo.i" - @echo "... curl_addrinfo.s" - @echo "... curl_des.o" - @echo "... curl_des.i" - @echo "... curl_des.s" - @echo "... curl_endian.o" - @echo "... curl_endian.i" - @echo "... curl_endian.s" - @echo "... curl_fnmatch.o" - @echo "... curl_fnmatch.i" - @echo "... curl_fnmatch.s" - @echo "... curl_get_line.o" - @echo "... curl_get_line.i" - @echo "... curl_get_line.s" - @echo "... curl_gethostname.o" - @echo "... curl_gethostname.i" - @echo "... curl_gethostname.s" - @echo "... curl_gssapi.o" - @echo "... curl_gssapi.i" - @echo "... curl_gssapi.s" - @echo "... curl_memrchr.o" - @echo "... curl_memrchr.i" - @echo "... curl_memrchr.s" - @echo "... curl_ntlm_core.o" - @echo "... curl_ntlm_core.i" - @echo "... curl_ntlm_core.s" - @echo "... curl_range.o" - @echo "... curl_range.i" - @echo "... curl_range.s" - @echo "... curl_rtmp.o" - @echo "... curl_rtmp.i" - @echo "... curl_rtmp.s" - @echo "... curl_sasl.o" - @echo "... curl_sasl.i" - @echo "... curl_sasl.s" - @echo "... curl_sha512_256.o" - @echo "... curl_sha512_256.i" - @echo "... curl_sha512_256.s" - @echo "... curl_sspi.o" - @echo "... curl_sspi.i" - @echo "... curl_sspi.s" - @echo "... curl_threads.o" - @echo "... curl_threads.i" - @echo "... curl_threads.s" - @echo "... curl_trc.o" - @echo "... curl_trc.i" - @echo "... curl_trc.s" - @echo "... curlx/base64.o" - @echo "... curlx/base64.i" - @echo "... curlx/base64.s" - @echo "... curlx/dynbuf.o" - @echo "... curlx/dynbuf.i" - @echo "... curlx/dynbuf.s" - @echo "... curlx/inet_pton.o" - @echo "... curlx/inet_pton.i" - @echo "... curlx/inet_pton.s" - @echo "... curlx/multibyte.o" - @echo "... curlx/multibyte.i" - @echo "... curlx/multibyte.s" - @echo "... curlx/nonblock.o" - @echo "... curlx/nonblock.i" - @echo "... curlx/nonblock.s" - @echo "... curlx/strparse.o" - @echo "... curlx/strparse.i" - @echo "... curlx/strparse.s" - @echo "... curlx/timediff.o" - @echo "... curlx/timediff.i" - @echo "... curlx/timediff.s" - @echo "... curlx/timeval.o" - @echo "... curlx/timeval.i" - @echo "... curlx/timeval.s" - @echo "... curlx/version_win32.o" - @echo "... curlx/version_win32.i" - @echo "... curlx/version_win32.s" - @echo "... curlx/warnless.o" - @echo "... curlx/warnless.i" - @echo "... curlx/warnless.s" - @echo "... curlx/winapi.o" - @echo "... curlx/winapi.i" - @echo "... curlx/winapi.s" - @echo "... cw-out.o" - @echo "... cw-out.i" - @echo "... cw-out.s" - @echo "... cw-pause.o" - @echo "... cw-pause.i" - @echo "... cw-pause.s" - @echo "... dict.o" - @echo "... dict.i" - @echo "... dict.s" - @echo "... doh.o" - @echo "... doh.i" - @echo "... doh.s" - @echo "... dynhds.o" - @echo "... dynhds.i" - @echo "... dynhds.s" - @echo "... easy.o" - @echo "... easy.i" - @echo "... easy.s" - @echo "... easygetopt.o" - @echo "... easygetopt.i" - @echo "... easygetopt.s" - @echo "... easyoptions.o" - @echo "... easyoptions.i" - @echo "... easyoptions.s" - @echo "... escape.o" - @echo "... escape.i" - @echo "... escape.s" - @echo "... fake_addrinfo.o" - @echo "... fake_addrinfo.i" - @echo "... fake_addrinfo.s" - @echo "... file.o" - @echo "... file.i" - @echo "... file.s" - @echo "... fileinfo.o" - @echo "... fileinfo.i" - @echo "... fileinfo.s" - @echo "... fopen.o" - @echo "... fopen.i" - @echo "... fopen.s" - @echo "... formdata.o" - @echo "... formdata.i" - @echo "... formdata.s" - @echo "... ftp.o" - @echo "... ftp.i" - @echo "... ftp.s" - @echo "... ftplistparser.o" - @echo "... ftplistparser.i" - @echo "... ftplistparser.s" - @echo "... getenv.o" - @echo "... getenv.i" - @echo "... getenv.s" - @echo "... getinfo.o" - @echo "... getinfo.i" - @echo "... getinfo.s" - @echo "... gopher.o" - @echo "... gopher.i" - @echo "... gopher.s" - @echo "... hash.o" - @echo "... hash.i" - @echo "... hash.s" - @echo "... headers.o" - @echo "... headers.i" - @echo "... headers.s" - @echo "... hmac.o" - @echo "... hmac.i" - @echo "... hmac.s" - @echo "... hostip.o" - @echo "... hostip.i" - @echo "... hostip.s" - @echo "... hostip4.o" - @echo "... hostip4.i" - @echo "... hostip4.s" - @echo "... hostip6.o" - @echo "... hostip6.i" - @echo "... hostip6.s" - @echo "... hsts.o" - @echo "... hsts.i" - @echo "... hsts.s" - @echo "... http.o" - @echo "... http.i" - @echo "... http.s" - @echo "... http1.o" - @echo "... http1.i" - @echo "... http1.s" - @echo "... http2.o" - @echo "... http2.i" - @echo "... http2.s" - @echo "... http_aws_sigv4.o" - @echo "... http_aws_sigv4.i" - @echo "... http_aws_sigv4.s" - @echo "... http_chunks.o" - @echo "... http_chunks.i" - @echo "... http_chunks.s" - @echo "... http_digest.o" - @echo "... http_digest.i" - @echo "... http_digest.s" - @echo "... http_negotiate.o" - @echo "... http_negotiate.i" - @echo "... http_negotiate.s" - @echo "... http_ntlm.o" - @echo "... http_ntlm.i" - @echo "... http_ntlm.s" - @echo "... http_proxy.o" - @echo "... http_proxy.i" - @echo "... http_proxy.s" - @echo "... httpsrr.o" - @echo "... httpsrr.i" - @echo "... httpsrr.s" - @echo "... idn.o" - @echo "... idn.i" - @echo "... idn.s" - @echo "... if2ip.o" - @echo "... if2ip.i" - @echo "... if2ip.s" - @echo "... imap.o" - @echo "... imap.i" - @echo "... imap.s" - @echo "... inet_ntop.o" - @echo "... inet_ntop.i" - @echo "... inet_ntop.s" - @echo "... krb5.o" - @echo "... krb5.i" - @echo "... krb5.s" - @echo "... ldap.o" - @echo "... ldap.i" - @echo "... ldap.s" - @echo "... llist.o" - @echo "... llist.i" - @echo "... llist.s" - @echo "... macos.o" - @echo "... macos.i" - @echo "... macos.s" - @echo "... md4.o" - @echo "... md4.i" - @echo "... md4.s" - @echo "... md5.o" - @echo "... md5.i" - @echo "... md5.s" - @echo "... memdebug.o" - @echo "... memdebug.i" - @echo "... memdebug.s" - @echo "... mime.o" - @echo "... mime.i" - @echo "... mime.s" - @echo "... mprintf.o" - @echo "... mprintf.i" - @echo "... mprintf.s" - @echo "... mqtt.o" - @echo "... mqtt.i" - @echo "... mqtt.s" - @echo "... multi.o" - @echo "... multi.i" - @echo "... multi.s" - @echo "... multi_ev.o" - @echo "... multi_ev.i" - @echo "... multi_ev.s" - @echo "... netrc.o" - @echo "... netrc.i" - @echo "... netrc.s" - @echo "... noproxy.o" - @echo "... noproxy.i" - @echo "... noproxy.s" - @echo "... openldap.o" - @echo "... openldap.i" - @echo "... openldap.s" - @echo "... parsedate.o" - @echo "... parsedate.i" - @echo "... parsedate.s" - @echo "... pingpong.o" - @echo "... pingpong.i" - @echo "... pingpong.s" - @echo "... pop3.o" - @echo "... pop3.i" - @echo "... pop3.s" - @echo "... progress.o" - @echo "... progress.i" - @echo "... progress.s" - @echo "... psl.o" - @echo "... psl.i" - @echo "... psl.s" - @echo "... rand.o" - @echo "... rand.i" - @echo "... rand.s" - @echo "... rename.o" - @echo "... rename.i" - @echo "... rename.s" - @echo "... request.o" - @echo "... request.i" - @echo "... request.s" - @echo "... rtsp.o" - @echo "... rtsp.i" - @echo "... rtsp.s" - @echo "... select.o" - @echo "... select.i" - @echo "... select.s" - @echo "... sendf.o" - @echo "... sendf.i" - @echo "... sendf.s" - @echo "... setopt.o" - @echo "... setopt.i" - @echo "... setopt.s" - @echo "... sha256.o" - @echo "... sha256.i" - @echo "... sha256.s" - @echo "... share.o" - @echo "... share.i" - @echo "... share.s" - @echo "... slist.o" - @echo "... slist.i" - @echo "... slist.s" - @echo "... smb.o" - @echo "... smb.i" - @echo "... smb.s" - @echo "... smtp.o" - @echo "... smtp.i" - @echo "... smtp.s" - @echo "... socketpair.o" - @echo "... socketpair.i" - @echo "... socketpair.s" - @echo "... socks.o" - @echo "... socks.i" - @echo "... socks.s" - @echo "... socks_gssapi.o" - @echo "... socks_gssapi.i" - @echo "... socks_gssapi.s" - @echo "... socks_sspi.o" - @echo "... socks_sspi.i" - @echo "... socks_sspi.s" - @echo "... speedcheck.o" - @echo "... speedcheck.i" - @echo "... speedcheck.s" - @echo "... splay.o" - @echo "... splay.i" - @echo "... splay.s" - @echo "... strcase.o" - @echo "... strcase.i" - @echo "... strcase.s" - @echo "... strdup.o" - @echo "... strdup.i" - @echo "... strdup.s" - @echo "... strequal.o" - @echo "... strequal.i" - @echo "... strequal.s" - @echo "... strerror.o" - @echo "... strerror.i" - @echo "... strerror.s" - @echo "... system_win32.o" - @echo "... system_win32.i" - @echo "... system_win32.s" - @echo "... telnet.o" - @echo "... telnet.i" - @echo "... telnet.s" - @echo "... tftp.o" - @echo "... tftp.i" - @echo "... tftp.s" - @echo "... transfer.o" - @echo "... transfer.i" - @echo "... transfer.s" - @echo "... uint-bset.o" - @echo "... uint-bset.i" - @echo "... uint-bset.s" - @echo "... uint-hash.o" - @echo "... uint-hash.i" - @echo "... uint-hash.s" - @echo "... uint-spbset.o" - @echo "... uint-spbset.i" - @echo "... uint-spbset.s" - @echo "... uint-table.o" - @echo "... uint-table.i" - @echo "... uint-table.s" - @echo "... url.o" - @echo "... url.i" - @echo "... url.s" - @echo "... urlapi.o" - @echo "... urlapi.i" - @echo "... urlapi.s" - @echo "... vauth/cleartext.o" - @echo "... vauth/cleartext.i" - @echo "... vauth/cleartext.s" - @echo "... vauth/cram.o" - @echo "... vauth/cram.i" - @echo "... vauth/cram.s" - @echo "... vauth/digest.o" - @echo "... vauth/digest.i" - @echo "... vauth/digest.s" - @echo "... vauth/digest_sspi.o" - @echo "... vauth/digest_sspi.i" - @echo "... vauth/digest_sspi.s" - @echo "... vauth/gsasl.o" - @echo "... vauth/gsasl.i" - @echo "... vauth/gsasl.s" - @echo "... vauth/krb5_gssapi.o" - @echo "... vauth/krb5_gssapi.i" - @echo "... vauth/krb5_gssapi.s" - @echo "... vauth/krb5_sspi.o" - @echo "... vauth/krb5_sspi.i" - @echo "... vauth/krb5_sspi.s" - @echo "... vauth/ntlm.o" - @echo "... vauth/ntlm.i" - @echo "... vauth/ntlm.s" - @echo "... vauth/ntlm_sspi.o" - @echo "... vauth/ntlm_sspi.i" - @echo "... vauth/ntlm_sspi.s" - @echo "... vauth/oauth2.o" - @echo "... vauth/oauth2.i" - @echo "... vauth/oauth2.s" - @echo "... vauth/spnego_gssapi.o" - @echo "... vauth/spnego_gssapi.i" - @echo "... vauth/spnego_gssapi.s" - @echo "... vauth/spnego_sspi.o" - @echo "... vauth/spnego_sspi.i" - @echo "... vauth/spnego_sspi.s" - @echo "... vauth/vauth.o" - @echo "... vauth/vauth.i" - @echo "... vauth/vauth.s" - @echo "... version.o" - @echo "... version.i" - @echo "... version.s" - @echo "... vquic/curl_msh3.o" - @echo "... vquic/curl_msh3.i" - @echo "... vquic/curl_msh3.s" - @echo "... vquic/curl_ngtcp2.o" - @echo "... vquic/curl_ngtcp2.i" - @echo "... vquic/curl_ngtcp2.s" - @echo "... vquic/curl_osslq.o" - @echo "... vquic/curl_osslq.i" - @echo "... vquic/curl_osslq.s" - @echo "... vquic/curl_quiche.o" - @echo "... vquic/curl_quiche.i" - @echo "... vquic/curl_quiche.s" - @echo "... vquic/vquic-tls.o" - @echo "... vquic/vquic-tls.i" - @echo "... vquic/vquic-tls.s" - @echo "... vquic/vquic.o" - @echo "... vquic/vquic.i" - @echo "... vquic/vquic.s" - @echo "... vssh/curl_path.o" - @echo "... vssh/curl_path.i" - @echo "... vssh/curl_path.s" - @echo "... vssh/libssh.o" - @echo "... vssh/libssh.i" - @echo "... vssh/libssh.s" - @echo "... vssh/libssh2.o" - @echo "... vssh/libssh2.i" - @echo "... vssh/libssh2.s" - @echo "... vssh/wolfssh.o" - @echo "... vssh/wolfssh.i" - @echo "... vssh/wolfssh.s" - @echo "... vtls/bearssl.o" - @echo "... vtls/bearssl.i" - @echo "... vtls/bearssl.s" - @echo "... vtls/cipher_suite.o" - @echo "... vtls/cipher_suite.i" - @echo "... vtls/cipher_suite.s" - @echo "... vtls/gtls.o" - @echo "... vtls/gtls.i" - @echo "... vtls/gtls.s" - @echo "... vtls/hostcheck.o" - @echo "... vtls/hostcheck.i" - @echo "... vtls/hostcheck.s" - @echo "... vtls/keylog.o" - @echo "... vtls/keylog.i" - @echo "... vtls/keylog.s" - @echo "... vtls/mbedtls.o" - @echo "... vtls/mbedtls.i" - @echo "... vtls/mbedtls.s" - @echo "... vtls/mbedtls_threadlock.o" - @echo "... vtls/mbedtls_threadlock.i" - @echo "... vtls/mbedtls_threadlock.s" - @echo "... vtls/openssl.o" - @echo "... vtls/openssl.i" - @echo "... vtls/openssl.s" - @echo "... vtls/rustls.o" - @echo "... vtls/rustls.i" - @echo "... vtls/rustls.s" - @echo "... vtls/schannel.o" - @echo "... vtls/schannel.i" - @echo "... vtls/schannel.s" - @echo "... vtls/schannel_verify.o" - @echo "... vtls/schannel_verify.i" - @echo "... vtls/schannel_verify.s" - @echo "... vtls/sectransp.o" - @echo "... vtls/sectransp.i" - @echo "... vtls/sectransp.s" - @echo "... vtls/vtls.o" - @echo "... vtls/vtls.i" - @echo "... vtls/vtls.s" - @echo "... vtls/vtls_scache.o" - @echo "... vtls/vtls_scache.i" - @echo "... vtls/vtls_scache.s" - @echo "... vtls/vtls_spack.o" - @echo "... vtls/vtls_spack.i" - @echo "... vtls/vtls_spack.s" - @echo "... vtls/wolfssl.o" - @echo "... vtls/wolfssl.i" - @echo "... vtls/wolfssl.s" - @echo "... vtls/x509asn1.o" - @echo "... vtls/x509asn1.i" - @echo "... vtls/x509asn1.s" - @echo "... ws.o" - @echo "... ws.i" - @echo "... ws.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/lib/Makefile.inc.cmake b/build_emscripten/external/curl/lib/Makefile.inc.cmake deleted file mode 100644 index ec68a24b..00000000 --- a/build_emscripten/external/curl/lib/Makefile.inc.cmake +++ /dev/null @@ -1,405 +0,0 @@ -#*************************************************************************** -# _ _ ____ _ -# Project ___| | | | _ \| | -# / __| | | | |_) | | -# | (__| |_| | _ <| |___ -# \___|\___/|_| \_\_____| -# -# Copyright (C) Daniel Stenberg, , et al. -# -# This software is licensed as described in the file COPYING, which -# you should have received as part of this distribution. The terms -# are also available at https://curl.se/docs/copyright.html. -# -# You may opt to use, copy, modify, merge, publish, distribute and/or sell -# copies of the Software, and permit persons to whom the Software is -# furnished to do so, under the terms of the COPYING file. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -# SPDX-License-Identifier: curl -# -########################################################################### - -set(LIB_CURLX_CFILES - curlx/base64.c - curlx/dynbuf.c - curlx/inet_pton.c - curlx/multibyte.c - curlx/nonblock.c - curlx/strparse.c - curlx/timediff.c - curlx/timeval.c - curlx/version_win32.c - curlx/warnless.c - curlx/winapi.c) - -set(LIB_CURLX_HFILES - curlx/base64.h - curlx/curlx.h - curlx/dynbuf.h - curlx/inet_pton.h - curlx/multibyte.h - curlx/nonblock.h - curlx/strparse.h - curlx/timediff.h - curlx/timeval.h - curlx/version_win32.h - curlx/warnless.h - curlx/winapi.h) - -set(LIB_VAUTH_CFILES - vauth/cleartext.c - vauth/cram.c - vauth/digest.c - vauth/digest_sspi.c - vauth/gsasl.c - vauth/krb5_gssapi.c - vauth/krb5_sspi.c - vauth/ntlm.c - vauth/ntlm_sspi.c - vauth/oauth2.c - vauth/spnego_gssapi.c - vauth/spnego_sspi.c - vauth/vauth.c) - -set(LIB_VAUTH_HFILES - vauth/digest.h - vauth/vauth.h) - -set(LIB_VTLS_CFILES - vtls/bearssl.c - vtls/cipher_suite.c - vtls/gtls.c - vtls/hostcheck.c - vtls/keylog.c - vtls/mbedtls.c - vtls/mbedtls_threadlock.c - vtls/openssl.c - vtls/rustls.c - vtls/schannel.c - vtls/schannel_verify.c - vtls/sectransp.c - vtls/vtls.c - vtls/vtls_scache.c - vtls/vtls_spack.c - vtls/wolfssl.c - vtls/x509asn1.c) - -set(LIB_VTLS_HFILES - vtls/bearssl.h - vtls/cipher_suite.h - vtls/gtls.h - vtls/hostcheck.h - vtls/keylog.h - vtls/mbedtls.h - vtls/mbedtls_threadlock.h - vtls/openssl.h - vtls/rustls.h - vtls/schannel.h - vtls/schannel_int.h - vtls/sectransp.h - vtls/vtls.h - vtls/vtls_int.h - vtls/vtls_scache.h - vtls/vtls_spack.h - vtls/wolfssl.h - vtls/x509asn1.h) - -set(LIB_VQUIC_CFILES - vquic/curl_msh3.c - vquic/curl_ngtcp2.c - vquic/curl_osslq.c - vquic/curl_quiche.c - vquic/vquic.c - vquic/vquic-tls.c) - -set(LIB_VQUIC_HFILES - vquic/curl_msh3.h - vquic/curl_ngtcp2.h - vquic/curl_osslq.h - vquic/curl_quiche.h - vquic/vquic.h - vquic/vquic_int.h - vquic/vquic-tls.h) - -set(LIB_VSSH_CFILES - vssh/libssh.c - vssh/libssh2.c - vssh/curl_path.c - vssh/wolfssh.c) - -set(LIB_VSSH_HFILES - vssh/curl_path.h - vssh/ssh.h) - -set(LIB_CFILES - altsvc.c - amigaos.c - asyn-ares.c - asyn-base.c - asyn-thrdd.c - bufq.c - bufref.c - cf-h1-proxy.c - cf-h2-proxy.c - cf-haproxy.c - cf-https-connect.c - cf-socket.c - cfilters.c - conncache.c - connect.c - content_encoding.c - cookie.c - cshutdn.c - curl_addrinfo.c - curl_des.c - curl_endian.c - curl_fnmatch.c - curl_get_line.c - curl_gethostname.c - curl_gssapi.c - curl_memrchr.c - curl_ntlm_core.c - curl_range.c - curl_rtmp.c - curl_sasl.c - curl_sha512_256.c - curl_sspi.c - curl_threads.c - curl_trc.c - cw-out.c - cw-pause.c - dict.c - doh.c - dynhds.c - easy.c - easygetopt.c - easyoptions.c - escape.c - fake_addrinfo.c - file.c - fileinfo.c - fopen.c - formdata.c - ftp.c - ftplistparser.c - getenv.c - getinfo.c - gopher.c - hash.c - headers.c - hmac.c - hostip.c - hostip4.c - hostip6.c - hsts.c - http.c - http1.c - http2.c - http_aws_sigv4.c - http_chunks.c - http_digest.c - http_negotiate.c - http_ntlm.c - http_proxy.c - httpsrr.c - idn.c - if2ip.c - imap.c - inet_ntop.c - krb5.c - ldap.c - llist.c - macos.c - md4.c - md5.c - memdebug.c - mime.c - mprintf.c - mqtt.c - multi.c - multi_ev.c - netrc.c - noproxy.c - openldap.c - parsedate.c - pingpong.c - pop3.c - progress.c - psl.c - rand.c - rename.c - request.c - rtsp.c - select.c - sendf.c - setopt.c - sha256.c - share.c - slist.c - smb.c - smtp.c - socketpair.c - socks.c - socks_gssapi.c - socks_sspi.c - speedcheck.c - splay.c - strcase.c - strdup.c - strequal.c - strerror.c - system_win32.c - telnet.c - tftp.c - transfer.c - uint-bset.c - uint-hash.c - uint-spbset.c - uint-table.c - url.c - urlapi.c - version.c - ws.c) - -set(LIB_HFILES - altsvc.h - amigaos.h - arpa_telnet.h - asyn.h - bufq.h - bufref.h - cf-h1-proxy.h - cf-h2-proxy.h - cf-haproxy.h - cf-https-connect.h - cf-socket.h - cfilters.h - conncache.h - cshutdn.h - connect.h - content_encoding.h - cookie.h - curl_addrinfo.h - curl_ctype.h - curl_des.h - curl_endian.h - curl_fnmatch.h - curl_get_line.h - curl_gethostname.h - curl_gssapi.h - curl_hmac.h - curl_krb5.h - curl_ldap.h - curl_md4.h - curl_md5.h - curl_memory.h - curl_memrchr.h - curl_ntlm_core.h - curl_printf.h - curl_range.h - curl_rtmp.h - curl_sasl.h - curl_setup.h - curl_setup_once.h - curl_sha256.h - curl_sha512_256.h - curl_sspi.h - curl_threads.h - curl_trc.h - cw-out.h - cw-pause.h - dict.h - doh.h - dynhds.h - easy_lock.h - easyif.h - easyoptions.h - escape.h - fake_addrinfo.h - file.h - fileinfo.h - fopen.h - formdata.h - ftp.h - ftplistparser.h - functypes.h - getinfo.h - gopher.h - hash.h - headers.h - hostip.h - hsts.h - http.h - http1.h - http2.h - http_aws_sigv4.h - http_chunks.h - http_digest.h - http_negotiate.h - http_ntlm.h - http_proxy.h - httpsrr.h - idn.h - if2ip.h - imap.h - inet_ntop.h - llist.h - macos.h - memdebug.h - mime.h - mqtt.h - multihandle.h - multi_ev.h - multiif.h - netrc.h - noproxy.h - parsedate.h - pingpong.h - pop3.h - progress.h - psl.h - rand.h - rename.h - request.h - rtsp.h - select.h - sendf.h - setopt.h - setup-os400.h - setup-vms.h - setup-win32.h - share.h - sigpipe.h - slist.h - smb.h - smtp.h - sockaddr.h - socketpair.h - socks.h - speedcheck.h - splay.h - strcase.h - strdup.h - strerror.h - system_win32.h - telnet.h - tftp.h - transfer.h - uint-bset.h - uint-hash.h - uint-spbset.h - uint-table.h - url.h - urlapi-int.h - urldata.h - ws.h) - -set(LIB_RCFILES libcurl.rc) - -set(CSOURCES ${LIB_CFILES} ${LIB_VAUTH_CFILES} ${LIB_VTLS_CFILES} - ${LIB_VQUIC_CFILES} ${LIB_VSSH_CFILES} ${LIB_CURLX_CFILES}) -set(HHEADERS ${LIB_HFILES} ${LIB_VAUTH_HFILES} ${LIB_VTLS_HFILES} - ${LIB_VQUIC_HFILES} ${LIB_VSSH_HFILES} ${LIB_CURLX_HFILES}) diff --git a/build_emscripten/external/curl/lib/cmake_install.cmake b/build_emscripten/external/curl/lib/cmake_install.cmake deleted file mode 100644 index 95f942b3..00000000 --- a/build_emscripten/external/curl/lib/cmake_install.cmake +++ /dev/null @@ -1,54 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/curl/lib - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/guest/Downloads/PopLib/build/external/curl/lib/libcurl.a") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/lib/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/curl/lib/curl_config.h b/build_emscripten/external/curl/lib/curl_config.h deleted file mode 100644 index effe431e..00000000 --- a/build_emscripten/external/curl/lib/curl_config.h +++ /dev/null @@ -1,846 +0,0 @@ -/*************************************************************************** - * _ _ ____ _ - * Project ___| | | | _ \| | - * / __| | | | |_) | | - * | (__| |_| | _ <| |___ - * \___|\___/|_| \_\_____| - * - * Copyright (C) Daniel Stenberg, , et al. - * - * This software is licensed as described in the file COPYING, which - * you should have received as part of this distribution. The terms - * are also available at https://curl.se/docs/copyright.html. - * - * You may opt to use, copy, modify, merge, publish, distribute and/or sell - * copies of the Software, and permit persons to whom the Software is - * furnished to do so, under the terms of the COPYING file. - * - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY - * KIND, either express or implied. - * - * SPDX-License-Identifier: curl - * - ***************************************************************************/ - -/* Location of default ca bundle */ -/* #undef CURL_CA_BUNDLE */ - -/* define "1" to use built-in ca store of TLS backend */ -/* #undef CURL_CA_FALLBACK */ - -/* Location of default ca path */ -/* #undef CURL_CA_PATH */ - -/* Default SSL backend */ -/* #undef CURL_DEFAULT_SSL_BACKEND */ - -/* disables alt-svc */ -/* #undef CURL_DISABLE_ALTSVC */ - -/* disables cookies support */ -/* #undef CURL_DISABLE_COOKIES */ - -/* disables Basic authentication */ -/* #undef CURL_DISABLE_BASIC_AUTH */ - -/* disables Bearer authentication */ -/* #undef CURL_DISABLE_BEARER_AUTH */ - -/* disables Digest authentication */ -/* #undef CURL_DISABLE_DIGEST_AUTH */ - -/* disables Kerberos authentication */ -/* #undef CURL_DISABLE_KERBEROS_AUTH */ - -/* disables negotiate authentication */ -/* #undef CURL_DISABLE_NEGOTIATE_AUTH */ - -/* disables aws-sigv4 */ -/* #undef CURL_DISABLE_AWS */ - -/* disables DICT */ -#define CURL_DISABLE_DICT 1 - -/* disables DNS-over-HTTPS */ -/* #undef CURL_DISABLE_DOH */ - -/* disables FILE */ -#define CURL_DISABLE_FILE 1 - -/* disables form api */ -/* #undef CURL_DISABLE_FORM_API */ - -/* disables FTP */ -#define CURL_DISABLE_FTP 1 - -/* disables curl_easy_options API for existing options to curl_easy_setopt */ -/* #undef CURL_DISABLE_GETOPTIONS */ - -/* disables GOPHER */ -#define CURL_DISABLE_GOPHER 1 - -/* disables headers-api support */ -/* #undef CURL_DISABLE_HEADERS_API */ - -/* disables HSTS support */ -#define CURL_DISABLE_HSTS 1 - -/* disables HTTP */ -/* #undef CURL_DISABLE_HTTP */ - -/* disabled all HTTP authentication methods */ -/* #undef CURL_DISABLE_HTTP_AUTH */ - -/* disables IMAP */ -#define CURL_DISABLE_IMAP 1 - -/* disables LDAP */ -#define CURL_DISABLE_LDAP 1 - -/* disables LDAPS */ -#define CURL_DISABLE_LDAPS 1 - -/* disables --libcurl option from the curl tool */ -/* #undef CURL_DISABLE_LIBCURL_OPTION */ - -/* disables MIME support */ -/* #undef CURL_DISABLE_MIME */ - -/* disables local binding support */ -/* #undef CURL_DISABLE_BINDLOCAL */ - -/* disables MQTT */ -#define CURL_DISABLE_MQTT 1 - -/* disables netrc parser */ -/* #undef CURL_DISABLE_NETRC */ - -/* disables NTLM support */ -/* #undef CURL_DISABLE_NTLM */ - -/* disables date parsing */ -/* #undef CURL_DISABLE_PARSEDATE */ - -/* disables POP3 */ -#define CURL_DISABLE_POP3 1 - -/* disables built-in progress meter */ -/* #undef CURL_DISABLE_PROGRESS_METER */ - -/* disables proxies */ -/* #undef CURL_DISABLE_PROXY */ - -/* disables IPFS from the curl tool */ -#define CURL_DISABLE_IPFS 1 - -/* disables RTSP */ -#define CURL_DISABLE_RTSP 1 - -/* disables SHA-512/256 hash algorithm */ -/* #undef CURL_DISABLE_SHA512_256 */ - -/* disabled shuffle DNS feature */ -/* #undef CURL_DISABLE_SHUFFLE_DNS */ - -/* disables SMB */ -#define CURL_DISABLE_SMB 1 - -/* disables SMTP */ -#define CURL_DISABLE_SMTP 1 - -/* disabled WebSockets */ -/* #undef CURL_DISABLE_WEBSOCKETS */ - -/* disables use of socketpair for curl_multi_poll */ -/* #undef CURL_DISABLE_SOCKETPAIR */ - -/* disables TELNET */ -#define CURL_DISABLE_TELNET 1 - -/* disables TFTP */ -#define CURL_DISABLE_TFTP 1 - -/* disables verbose strings */ -/* #undef CURL_DISABLE_VERBOSE_STRINGS */ - -/* disables unsafe CA bundle search on Windows from the curl tool */ -/* #undef CURL_DISABLE_CA_SEARCH */ - -/* safe CA bundle search (within the curl tool directory) on Windows */ -/* #undef CURL_CA_SEARCH_SAFE */ - -/* to make a symbol visible */ -#define CURL_EXTERN_SYMBOL __attribute__((__visibility__("default"))) -/* Ensure using CURL_EXTERN_SYMBOL is possible */ -#ifndef CURL_EXTERN_SYMBOL -#define CURL_EXTERN_SYMBOL -#endif - -/* Allow SMB to work on Windows */ -/* #undef USE_WIN32_CRYPTO */ - -/* Use Windows LDAP implementation */ -/* #undef USE_WIN32_LDAP */ - -/* Define if you want to enable IPv6 support */ -#define USE_IPV6 1 - -/* Define to 1 if you have the alarm function. */ -#define HAVE_ALARM 1 - -/* Define to 1 if you have the arc4random function. */ -#define HAVE_ARC4RANDOM 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_ARPA_INET_H 1 - -/* Define to 1 if you have _Atomic support. */ -#define HAVE_ATOMIC 1 - -/* Define to 1 if you have the `accept4' function. */ -#define HAVE_ACCEPT4 1 - -/* Define to 1 if you have the `fnmatch' function. */ -#define HAVE_FNMATCH 1 - -/* Define to 1 if you have the `basename' function. */ -#define HAVE_BASENAME 1 - -/* Define to 1 if bool is an available type. */ -#define HAVE_BOOL_T 1 - -/* Define to 1 if you have the __builtin_available function. */ -/* #undef HAVE_BUILTIN_AVAILABLE */ - -/* Define to 1 if you have the clock_gettime function and monotonic timer. */ -#define HAVE_CLOCK_GETTIME_MONOTONIC 1 - -/* Define to 1 if you have the clock_gettime function and raw monotonic timer. - */ -#define HAVE_CLOCK_GETTIME_MONOTONIC_RAW 1 - -/* Define to 1 if you have the `closesocket' function. */ -/* #undef HAVE_CLOSESOCKET */ - -/* Define to 1 if you have the `CloseSocket' function. */ -/* #undef HAVE_CLOSESOCKET_CAMEL */ - -/* Define to 1 if you have the header file. */ -#define HAVE_DIRENT_H 1 - -/* Define to 1 if you have the `opendir' function. */ -#define HAVE_OPENDIR 1 - -/* Define to 1 if you have the fcntl function. */ -#define HAVE_FCNTL 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_FCNTL_H 1 - -/* Define to 1 if you have a working fcntl O_NONBLOCK function. */ -#define HAVE_FCNTL_O_NONBLOCK 1 - -/* Define to 1 if you have the freeaddrinfo function. */ -#define HAVE_FREEADDRINFO 1 - -/* Define to 1 if you have the fseeko function. */ -#define HAVE_FSEEKO 1 - -/* Define to 1 if you have the fseeko declaration. */ -#define HAVE_DECL_FSEEKO 1 - -/* Define to 1 if you have the ftruncate function. */ -#define HAVE_FTRUNCATE 1 - -/* Define to 1 if you have a working getaddrinfo function. */ -#define HAVE_GETADDRINFO 1 - -/* Define to 1 if the getaddrinfo function is threadsafe. */ -#define HAVE_GETADDRINFO_THREADSAFE 1 - -/* Define to 1 if you have the `geteuid' function. */ -#define HAVE_GETEUID 1 - -/* Define to 1 if you have the `getppid' function. */ -#define HAVE_GETPPID 1 - -/* Define to 1 if you have the gethostbyname_r function. */ -#define HAVE_GETHOSTBYNAME_R 1 - -/* gethostbyname_r() takes 3 args */ -/* #undef HAVE_GETHOSTBYNAME_R_3 */ - -/* gethostbyname_r() takes 5 args */ -/* #undef HAVE_GETHOSTBYNAME_R_5 */ - -/* gethostbyname_r() takes 6 args */ -#define HAVE_GETHOSTBYNAME_R_6 1 - -/* Define to 1 if you have the gethostname function. */ -#define HAVE_GETHOSTNAME 1 - -/* Define to 1 if you have a working getifaddrs function. */ -#define HAVE_GETIFADDRS 1 - -/* Define to 1 if you have the `getpass_r' function. */ -/* #undef HAVE_GETPASS_R */ - -/* Define to 1 if you have the `getpeername' function. */ -#define HAVE_GETPEERNAME 1 - -/* Define to 1 if you have the `getsockname' function. */ -#define HAVE_GETSOCKNAME 1 - -/* Define to 1 if you have the `if_nametoindex' function. */ -#define HAVE_IF_NAMETOINDEX 1 - -/* Define to 1 if you have the `getpwuid' function. */ -#define HAVE_GETPWUID 1 - -/* Define to 1 if you have the `getpwuid_r' function. */ -#define HAVE_GETPWUID_R 1 - -/* Define to 1 if you have the `getrlimit' function. */ -#define HAVE_GETRLIMIT 1 - -/* Define to 1 if you have the `gettimeofday' function. */ -#define HAVE_GETTIMEOFDAY 1 - -/* Define to 1 if you have a working glibc-style strerror_r function. */ -#define HAVE_GLIBC_STRERROR_R 1 - -/* Define to 1 if you have a working gmtime_r function. */ -#define HAVE_GMTIME_R 1 - -/* if you have the gssapi libraries */ -/* #undef HAVE_GSSAPI */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_GSSAPI_GSSAPI_H */ - -/* if you have the GNU gssapi libraries */ -/* #undef HAVE_GSSGNU */ - -/* Define to 1 if you have the header file. */ -#define HAVE_IFADDRS_H 1 - -/* Define to 1 if you have a IPv6 capable working inet_ntop function. */ -#define HAVE_INET_NTOP 1 - -/* Define to 1 if you have a IPv6 capable working inet_pton function. */ -#define HAVE_INET_PTON 1 - -/* Define to 1 if symbol `sa_family_t' exists */ -#define HAVE_SA_FAMILY_T 1 - -/* Define to 1 if symbol `ADDRESS_FAMILY' exists */ -/* #undef HAVE_ADDRESS_FAMILY */ - -/* Define to 1 if you have the ioctlsocket function. */ -/* #undef HAVE_IOCTLSOCKET */ - -/* Define to 1 if you have the IoctlSocket camel case function. */ -/* #undef HAVE_IOCTLSOCKET_CAMEL */ - -/* Define to 1 if you have a working IoctlSocket camel case FIONBIO function. - */ -/* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */ - -/* Define to 1 if you have a working ioctlsocket FIONBIO function. */ -/* #undef HAVE_IOCTLSOCKET_FIONBIO */ - -/* Define to 1 if you have a working ioctl FIONBIO function. */ -#define HAVE_IOCTL_FIONBIO 1 - -/* Define to 1 if you have a working ioctl SIOCGIFADDR function. */ -#define HAVE_IOCTL_SIOCGIFADDR 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_IO_H */ - -/* Define to 1 if you have the lber.h header file. */ -/* #undef HAVE_LBER_H */ - -/* Use LDAPS implementation */ -/* #undef HAVE_LDAP_SSL */ - -/* Define to 1 if you have the ldap_ssl.h header file. */ -/* #undef HAVE_LDAP_SSL_H */ - -/* Define to 1 if you have the `ldap_url_parse' function. */ -/* #undef HAVE_LDAP_URL_PARSE */ - -/* Define to 1 if you have the header file. */ -#define HAVE_LIBGEN_H 1 - -/* Define to 1 if you have the `idn2' library (-lidn2). */ -#define HAVE_LIBIDN2 1 - -/* Define to 1 if you have the idn2.h header file. */ -#define HAVE_IDN2_H 1 - -/* if zlib is available */ -#define HAVE_LIBZ 1 - -/* if brotli is available */ -#define HAVE_BROTLI 1 - -/* if zstd is available */ -#define HAVE_ZSTD 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_LOCALE_H 1 - -/* Define to 1 if the compiler supports the 'long long' data type. */ -#define HAVE_LONGLONG 1 - -/* Define to 1 if you have the 'suseconds_t' data type. */ -#define HAVE_SUSECONDS_T 1 - -/* Define to 1 if you have the MSG_NOSIGNAL flag. */ -#define HAVE_MSG_NOSIGNAL 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_NETDB_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_NETINET_IN_H 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_NETINET_IN6_H */ - -/* Define to 1 if you have the header file. */ -#define HAVE_NETINET_TCP_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_NETINET_UDP_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_LINUX_TCP_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_NET_IF_H 1 - -/* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE */ -/* #undef HAVE_OLD_GSSMIT */ - -/* Define to 1 if you have the `pipe' function. */ -#define HAVE_PIPE 1 - -/* Define to 1 if you have the `pipe2' function. */ -#define HAVE_PIPE2 1 - -/* Define to 1 if you have the `eventfd' function. */ -#define HAVE_EVENTFD 1 - -/* If you have poll */ -#define HAVE_POLL 1 - -/* If you have realpath */ -#define HAVE_REALPATH 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_POLL_H 1 - -/* Define to 1 if you have a working POSIX-style strerror_r function. */ -/* #undef HAVE_POSIX_STRERROR_R */ - -/* Define to 1 if you have the header file */ -#define HAVE_PTHREAD_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_PWD_H 1 - -/* Define to 1 if OpenSSL has the `SSL_set0_wbio` function. */ -/* #undef HAVE_SSL_SET0_WBIO */ - -/* Define to 1 if you have the recv function. */ -#define HAVE_RECV 1 - -/* Define to 1 if you have the select function. */ -#define HAVE_SELECT 1 - -/* Define to 1 if you have the sched_yield function. */ -#define HAVE_SCHED_YIELD 1 - -/* Define to 1 if you have the send function. */ -#define HAVE_SEND 1 - -/* Define to 1 if you have the sendmsg function. */ -#define HAVE_SENDMSG 1 - -/* Define to 1 if you have the sendmmsg function. */ -#define HAVE_SENDMMSG 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDINT_H 1 - -/* Define to 1 if you have the 'fsetxattr' function. */ -#define HAVE_FSETXATTR 1 - -/* fsetxattr() takes 5 args */ -#define HAVE_FSETXATTR_5 1 - -/* fsetxattr() takes 6 args */ -/* #undef HAVE_FSETXATTR_6 */ - -/* Define to 1 if you have the `setlocale' function. */ -#define HAVE_SETLOCALE 1 - -/* Define to 1 if you have the `setmode' function. */ -/* #undef HAVE_SETMODE */ - -/* Define to 1 if you have the `_setmode' function. */ -/* #undef HAVE__SETMODE */ - -/* Define to 1 if you have the `setrlimit' function. */ -#define HAVE_SETRLIMIT 1 - -/* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */ -/* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */ - -/* Define to 1 if you have the sigaction function. */ -#define HAVE_SIGACTION 1 - -/* Define to 1 if you have the siginterrupt function. */ -#define HAVE_SIGINTERRUPT 1 - -/* Define to 1 if you have the signal function. */ -#define HAVE_SIGNAL 1 - -/* Define to 1 if you have the sigsetjmp function or macro. */ -#define HAVE_SIGSETJMP 1 - -/* Define to 1 if you have the `snprintf' function. */ -#define HAVE_SNPRINTF 1 - -/* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */ -#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 - -/* Define to 1 if you have the `socket' function. */ -#define HAVE_SOCKET 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_PROTO_BSDSOCKET_H */ - -/* Define to 1 if you have the socketpair function. */ -#define HAVE_SOCKETPAIR 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDATOMIC_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STDBOOL_H 1 - -/* Define to 1 if you have the strcasecmp function. */ -#define HAVE_STRCASECMP 1 - -/* Define to 1 if you have the strcmpi function. */ -/* #undef HAVE_STRCMPI */ - -/* Define to 1 if you have the strdup function. */ -#define HAVE_STRDUP 1 - -/* Define to 1 if you have the strerror_r function. */ -#define HAVE_STRERROR_R 1 - -/* Define to 1 if you have the stricmp function. */ -/* #undef HAVE_STRICMP */ - -/* Define to 1 if you have the header file. */ -#define HAVE_STRINGS_H 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_STROPTS_H */ - -/* Define to 1 if you have the memrchr function. */ -#define HAVE_MEMRCHR 1 - -/* if struct sockaddr_storage is defined */ -#define HAVE_STRUCT_SOCKADDR_STORAGE 1 - -/* Define to 1 if you have the timeval struct. */ -#define HAVE_STRUCT_TIMEVAL 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_EVENTFD_H 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_SYS_FILIO_H */ - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_IOCTL_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_PARAM_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_POLL_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_RESOURCE_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_SELECT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_SOCKET_H 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_SYS_SOCKIO_H */ - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_STAT_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TIME_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TYPES_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_UN_H 1 - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_SYS_UTIME_H */ - -/* Define to 1 if you have the header file. */ -#define HAVE_TERMIOS_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_TERMIO_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_UNISTD_H 1 - -/* Define to 1 if you have the `utime' function. */ -#define HAVE_UTIME 1 - -/* Define to 1 if you have the `utimes' function. */ -#define HAVE_UTIMES 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_UTIME_H 1 - -/* Define this symbol if your OS supports changing the contents of argv */ -#define HAVE_WRITABLE_ARGV 1 - -/* Define this if time_t is unsigned */ -/* #undef HAVE_TIME_T_UNSIGNED */ - -/* Define to 1 if _REENTRANT preprocessor symbol must be defined. */ -/* #undef NEED_REENTRANT */ - -/* cpu-machine-OS */ -#define CURL_OS "Linux" - -/* - Note: SIZEOF_* variables are fetched with CMake through check_type_size(). - As per CMake documentation on CheckTypeSize, C preprocessor code is - generated by CMake into SIZEOF_*_CODE. This is what we use in the - following statements. - - Reference: https://cmake.org/cmake/help/latest/module/CheckTypeSize.html -*/ - -/* The size of `int', as computed by sizeof. */ -#define SIZEOF_INT 4 - -/* The size of `long', as computed by sizeof. */ -#define SIZEOF_LONG 8 - -/* The size of `long long', as computed by sizeof. */ -#define SIZEOF_LONG_LONG 8 - -/* The size of `off_t', as computed by sizeof. */ -#define SIZEOF_OFF_T 8 - -/* The size of `curl_off_t', as computed by sizeof. */ -#define SIZEOF_CURL_OFF_T 8 - -/* The size of `curl_socket_t', as computed by sizeof. */ -#define SIZEOF_CURL_SOCKET_T 4 - -/* The size of `size_t', as computed by sizeof. */ -#define SIZEOF_SIZE_T 8 - -/* The size of `time_t', as computed by sizeof. */ -#define SIZEOF_TIME_T 8 - -/* Define to 1 if you have the ANSI C header files. */ -#define STDC_HEADERS 1 - -/* Define if you want to enable c-ares support */ -/* #undef USE_ARES */ - -/* Define if you want to enable POSIX threaded DNS lookup */ -#define USE_THREADS_POSIX 1 - -/* Define if you want to enable Win32 threaded DNS lookup */ -/* #undef USE_THREADS_WIN32 */ - -/* if GnuTLS is enabled */ -/* #undef USE_GNUTLS */ - -/* if Secure Transport is enabled */ -/* #undef USE_SECTRANSP */ - -/* if SSL session export support is available */ -/* #undef USE_SSLS_EXPORT */ - -/* if mbedTLS is enabled */ -/* #undef USE_MBEDTLS */ - -/* if BearSSL is enabled */ -/* #undef USE_BEARSSL */ - -/* if Rustls is enabled */ -/* #undef USE_RUSTLS */ - -/* if wolfSSL is enabled */ -/* #undef USE_WOLFSSL */ - -/* if wolfSSL has the wolfSSL_get_peer_certificate function. */ -/* #undef HAVE_WOLFSSL_GET_PEER_CERTIFICATE */ - -/* if wolfSSL has the wolfSSL_UseALPN function. */ -/* #undef HAVE_WOLFSSL_USEALPN */ - -/* if wolfSSL has the wolfSSL_DES_ecb_encrypt function. */ -/* #undef HAVE_WOLFSSL_DES_ECB_ENCRYPT */ - -/* if wolfSSL has the wolfSSL_BIO_new function. */ -/* #undef HAVE_WOLFSSL_BIO_NEW */ - -/* if wolfSSL has the wolfSSL_BIO_set_shutdown function. */ -/* #undef HAVE_WOLFSSL_BIO_SET_SHUTDOWN */ - -/* if libssh is in use */ -/* #undef USE_LIBSSH */ - -/* if libssh2 is in use */ -#define USE_LIBSSH2 1 - -/* if wolfssh is in use */ -/* #undef USE_WOLFSSH */ - -/* if libpsl is in use */ -/* #undef USE_LIBPSL */ - -/* if you want to use OpenLDAP code instead of legacy ldap implementation */ -/* #undef USE_OPENLDAP */ - -/* if OpenSSL is in use */ -/* #undef USE_OPENSSL */ - -/* if AmiSSL is in use */ -/* #undef USE_AMISSL */ - -/* if librtmp/rtmpdump is in use */ -/* #undef USE_LIBRTMP */ - -/* if GSASL is in use */ -/* #undef USE_GSASL */ - -/* if libuv is in use */ -/* #undef USE_LIBUV */ - -/* Define to 1 if you have the header file. */ -/* #undef HAVE_UV_H */ - -/* Define to 1 if you do not want the OpenSSL configuration to be loaded - automatically */ -/* #undef CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG */ - -/* to enable NGHTTP2 */ -#define USE_NGHTTP2 1 - -/* to enable NGTCP2 */ -/* #undef USE_NGTCP2 */ - -/* to enable NGHTTP3 */ -/* #undef USE_NGHTTP3 */ - -/* to enable quiche */ -/* #undef USE_QUICHE */ - -/* to enable openssl + nghttp3 */ -/* #undef USE_OPENSSL_QUIC */ - -/* to enable openssl + ngtcp2 + nghttp3 */ -/* #undef OPENSSL_QUIC_API2 */ - -/* Define to 1 if you have the quiche_conn_set_qlog_fd function. */ -/* #undef HAVE_QUICHE_CONN_SET_QLOG_FD */ - -/* to enable msh3 */ -/* #undef USE_MSH3 */ - -/* if Unix domain sockets are enabled */ -#define USE_UNIX_SOCKETS 1 - -/* Define to 1 if you are building a Windows target with large file support. */ -/* #undef USE_WIN32_LARGE_FILES */ - -/* to enable SSPI support */ -/* #undef USE_WINDOWS_SSPI */ - -/* to enable Windows SSL */ -/* #undef USE_SCHANNEL */ - -/* if Watt-32 is in use */ -/* #undef USE_WATT32 */ - -/* enable multiple SSL backends */ -/* #undef CURL_WITH_MULTI_SSL */ - -/* Number of bits in a file offset, on hosts where this is settable. */ -#define _FILE_OFFSET_BITS 64 - -/* Define for large files, on AIX-style hosts. */ -/* #undef _LARGE_FILES */ - -/* define this if you need it to compile thread-safe code */ -/* #undef _THREAD_SAFE */ - -/* Define to empty if `const' does not conform to ANSI C. */ -/* #undef const */ - -/* Define to `unsigned int' if does not define. */ -/* #undef size_t */ - -/* the signed version of size_t */ -/* #undef ssize_t */ - -/* Define to 1 if you have the mach_absolute_time function. */ -/* #undef HAVE_MACH_ABSOLUTE_TIME */ - -/* to enable Windows IDN */ -/* #undef USE_WIN32_IDN */ - -/* to enable Apple IDN */ -/* #undef USE_APPLE_IDN */ - -/* Define to 1 if OpenSSL has the SSL_CTX_set_srp_username function. */ -/* #undef HAVE_OPENSSL_SRP */ - -/* Define to 1 if GnuTLS has the gnutls_srp_verifier function. */ -/* #undef HAVE_GNUTLS_SRP */ - -/* Define to 1 to enable TLS-SRP support. */ -/* #undef USE_TLS_SRP */ - -/* Define to 1 to query for HTTPSRR when using DoH */ -/* #undef USE_HTTPSRR */ - -/* if ECH support is available */ -/* #undef USE_ECH */ - -/* Define to 1 if you have the wolfSSL_CTX_GenerateEchConfig function. */ -/* #undef HAVE_WOLFSSL_CTX_GENERATEECHCONFIG */ - -/* Define to 1 if you have the SSL_set1_ech_config_list function. */ -/* #undef HAVE_SSL_SET1_ECH_CONFIG_LIST */ diff --git a/build_emscripten/external/curl/libcurl-target.cmake b/build_emscripten/external/curl/libcurl-target.cmake deleted file mode 100644 index d3ca2cfb..00000000 --- a/build_emscripten/external/curl/libcurl-target.cmake +++ /dev/null @@ -1,71 +0,0 @@ -# Generated by CMake - -if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) - message(FATAL_ERROR "CMake >= 2.8.3 required") -endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") -endif() -cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.30) -#---------------------------------------------------------------- -# Generated CMake target import file. -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Protect against multiple inclusion, which would fail when already imported targets are added once more. -set(_cmake_targets_defined "") -set(_cmake_targets_not_defined "") -set(_cmake_expected_targets "") -foreach(_cmake_expected_target IN ITEMS CURL::libcurl_static) - list(APPEND _cmake_expected_targets "${_cmake_expected_target}") - if(TARGET "${_cmake_expected_target}") - list(APPEND _cmake_targets_defined "${_cmake_expected_target}") - else() - list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") - endif() -endforeach() -unset(_cmake_expected_target) -if(_cmake_targets_defined STREQUAL _cmake_expected_targets) - unset(_cmake_targets_defined) - unset(_cmake_targets_not_defined) - unset(_cmake_expected_targets) - unset(CMAKE_IMPORT_FILE_VERSION) - cmake_policy(POP) - return() -endif() -if(NOT _cmake_targets_defined STREQUAL "") - string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") - string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") - message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") -endif() -unset(_cmake_targets_defined) -unset(_cmake_targets_not_defined) -unset(_cmake_expected_targets) - - -# Create imported target CURL::libcurl_static -add_library(CURL::libcurl_static STATIC IMPORTED) - -set_target_properties(CURL::libcurl_static PROPERTIES - INTERFACE_COMPILE_DEFINITIONS "CURL_STATICLIB" - INTERFACE_INCLUDE_DIRECTORIES "/home/guest/Downloads/PopLib/external/curl/include" - INTERFACE_LINK_DIRECTORIES "/usr/lib" - INTERFACE_LINK_LIBRARIES "\$;\$;\$;\$;\$;\$;\$" -) - -# Import target "CURL::libcurl_static" for configuration "RelWithDebInfo" -set_property(TARGET CURL::libcurl_static APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) -set_target_properties(CURL::libcurl_static PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "C" - IMPORTED_LOCATION_RELWITHDEBINFO "/home/guest/Downloads/PopLib/build/external/curl/lib/libcurl.a" - ) - -# This file does not depend on other imported targets which have -# been exported from the same project but in a separate export set. - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) -cmake_policy(POP) diff --git a/build_emscripten/external/curl/libcurl.pc b/build_emscripten/external/curl/libcurl.pc deleted file mode 100644 index 9c84769b..00000000 --- a/build_emscripten/external/curl/libcurl.pc +++ /dev/null @@ -1,41 +0,0 @@ -#*************************************************************************** -# _ _ ____ _ -# Project ___| | | | _ \| | -# / __| | | | |_) | | -# | (__| |_| | _ <| |___ -# \___|\___/|_| \_\_____| -# -# Copyright (C) Daniel Stenberg, , et al. -# -# This software is licensed as described in the file COPYING, which -# you should have received as part of this distribution. The terms -# are also available at https://curl.se/docs/copyright.html. -# -# You may opt to use, copy, modify, merge, publish, distribute and/or sell -# copies of the Software, and permit persons to whom the Software is -# furnished to do so, under the terms of the COPYING file. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -# SPDX-License-Identifier: curl -# -########################################################################### - -prefix=/usr/local -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include -supported_protocols="HTTP SCP SFTP WS" -supported_features="alt-svc AsynchDNS brotli HTTP2 IDN IPv6 Largefile libz threadsafe UnixSockets zstd" - -Name: libcurl -URL: https://curl.se/ -Description: Library to transfer files with HTTP, FTP, etc. -Version: 8.14.0-DEV -Requires: libssh2,libidn2,zlib,libbrotlidec,libbrotlicommon,libzstd,libnghttp2 -Requires.private: libssh2,libidn2,zlib,libbrotlidec,libbrotlicommon,libzstd,libnghttp2 -Libs: -L${libdir} -lcurl -lssh2 -lidn2 -lz -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -Libs.private: -lssh2 -lidn2 -lz -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 -Cflags: -I${includedir} -DCURL_STATICLIB -Cflags.private: -DCURL_STATICLIB diff --git a/build_emscripten/external/curl/scripts/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/scripts/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/curl/scripts/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/scripts/CMakeFiles/progress.marks b/build_emscripten/external/curl/scripts/CMakeFiles/progress.marks deleted file mode 100644 index 573541ac..00000000 --- a/build_emscripten/external/curl/scripts/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -0 diff --git a/build_emscripten/external/curl/scripts/Makefile b/build_emscripten/external/curl/scripts/Makefile deleted file mode 100644 index 4b75f3cf..00000000 --- a/build_emscripten/external/curl/scripts/Makefile +++ /dev/null @@ -1,213 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/scripts//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/scripts/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/scripts/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/scripts/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/scripts/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/scripts/cmake_install.cmake b/build_emscripten/external/curl/scripts/cmake_install.cmake deleted file mode 100644 index 0fdf39cb..00000000 --- a/build_emscripten/external/curl/scripts/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/curl/scripts - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/scripts/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/curl/tests/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/tests/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build.make b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build.make deleted file mode 100644 index 188f5470..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for curl-pytest-ci. - -# Include any custom commands dependencies for this target. -include external/curl/tests/CMakeFiles/curl-pytest-ci.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/CMakeFiles/curl-pytest-ci.dir/progress.make - -external/curl/tests/CMakeFiles/curl-pytest-ci: - cd /home/guest/Downloads/PopLib/build/external/curl/tests && pytest -n auto -v /home/guest/Downloads/PopLib/external/curl/tests/http - -external/curl/tests/CMakeFiles/curl-pytest-ci.dir/codegen: -.PHONY : external/curl/tests/CMakeFiles/curl-pytest-ci.dir/codegen - -curl-pytest-ci: external/curl/tests/CMakeFiles/curl-pytest-ci -curl-pytest-ci: external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build.make -.PHONY : curl-pytest-ci - -# Rule to build all files generated by this target. -external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build: curl-pytest-ci -.PHONY : external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build - -external/curl/tests/CMakeFiles/curl-pytest-ci.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests && $(CMAKE_COMMAND) -P CMakeFiles/curl-pytest-ci.dir/cmake_clean.cmake -.PHONY : external/curl/tests/CMakeFiles/curl-pytest-ci.dir/clean - -external/curl/tests/CMakeFiles/curl-pytest-ci.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests /home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/CMakeFiles/curl-pytest-ci.dir/depend - diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/cmake_clean.cmake deleted file mode 100644 index e19e0927..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-pytest-ci" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/curl-pytest-ci.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/compiler_depend.make b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/compiler_depend.make deleted file mode 100644 index 868146b1..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for curl-pytest-ci. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/compiler_depend.ts deleted file mode 100644 index 786b9566..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for curl-pytest-ci. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/progress.make b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest-ci.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/build.make b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/build.make deleted file mode 100644 index 0fd7dcf4..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for curl-pytest. - -# Include any custom commands dependencies for this target. -include external/curl/tests/CMakeFiles/curl-pytest.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/CMakeFiles/curl-pytest.dir/progress.make - -external/curl/tests/CMakeFiles/curl-pytest: - cd /home/guest/Downloads/PopLib/build/external/curl/tests && pytest -n auto /home/guest/Downloads/PopLib/external/curl/tests/http - -external/curl/tests/CMakeFiles/curl-pytest.dir/codegen: -.PHONY : external/curl/tests/CMakeFiles/curl-pytest.dir/codegen - -curl-pytest: external/curl/tests/CMakeFiles/curl-pytest -curl-pytest: external/curl/tests/CMakeFiles/curl-pytest.dir/build.make -.PHONY : curl-pytest - -# Rule to build all files generated by this target. -external/curl/tests/CMakeFiles/curl-pytest.dir/build: curl-pytest -.PHONY : external/curl/tests/CMakeFiles/curl-pytest.dir/build - -external/curl/tests/CMakeFiles/curl-pytest.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests && $(CMAKE_COMMAND) -P CMakeFiles/curl-pytest.dir/cmake_clean.cmake -.PHONY : external/curl/tests/CMakeFiles/curl-pytest.dir/clean - -external/curl/tests/CMakeFiles/curl-pytest.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests /home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/curl-pytest.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/CMakeFiles/curl-pytest.dir/depend - diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/cmake_clean.cmake deleted file mode 100644 index 6f21fe0b..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curl-pytest" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/curl-pytest.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/compiler_depend.make b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/compiler_depend.make deleted file mode 100644 index 5177b8bb..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for curl-pytest. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/compiler_depend.ts deleted file mode 100644 index 35e3261d..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for curl-pytest. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/progress.make b/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/curl-pytest.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/curl/tests/CMakeFiles/progress.marks b/build_emscripten/external/curl/tests/CMakeFiles/progress.marks deleted file mode 100644 index 573541ac..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -0 diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/build.make b/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/build.make deleted file mode 100644 index 57a181a8..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for test-am. - -# Include any custom commands dependencies for this target. -include external/curl/tests/CMakeFiles/test-am.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/CMakeFiles/test-am.dir/progress.make - -external/curl/tests/CMakeFiles/test-am: - cd /home/guest/Downloads/PopLib/build/external/curl/tests && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/tests/runtests.pl -a -am "\$$TFLAGS" - -external/curl/tests/CMakeFiles/test-am.dir/codegen: -.PHONY : external/curl/tests/CMakeFiles/test-am.dir/codegen - -test-am: external/curl/tests/CMakeFiles/test-am -test-am: external/curl/tests/CMakeFiles/test-am.dir/build.make -.PHONY : test-am - -# Rule to build all files generated by this target. -external/curl/tests/CMakeFiles/test-am.dir/build: test-am -.PHONY : external/curl/tests/CMakeFiles/test-am.dir/build - -external/curl/tests/CMakeFiles/test-am.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests && $(CMAKE_COMMAND) -P CMakeFiles/test-am.dir/cmake_clean.cmake -.PHONY : external/curl/tests/CMakeFiles/test-am.dir/clean - -external/curl/tests/CMakeFiles/test-am.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests /home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-am.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/CMakeFiles/test-am.dir/depend - diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/cmake_clean.cmake deleted file mode 100644 index bbd1464b..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/test-am" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/test-am.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/compiler_depend.make b/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/compiler_depend.make deleted file mode 100644 index caae310f..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for test-am. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/compiler_depend.ts deleted file mode 100644 index 3a2d87c4..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for test-am. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/progress.make b/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-am.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/build.make b/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/build.make deleted file mode 100644 index fbd177a3..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for test-ci. - -# Include any custom commands dependencies for this target. -include external/curl/tests/CMakeFiles/test-ci.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/CMakeFiles/test-ci.dir/progress.make - -external/curl/tests/CMakeFiles/test-ci: - cd /home/guest/Downloads/PopLib/build/external/curl/tests && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/tests/runtests.pl -a -p "~flaky" "~timing-dependent" -r --retry=5 -j20 "\$$TFLAGS" - -external/curl/tests/CMakeFiles/test-ci.dir/codegen: -.PHONY : external/curl/tests/CMakeFiles/test-ci.dir/codegen - -test-ci: external/curl/tests/CMakeFiles/test-ci -test-ci: external/curl/tests/CMakeFiles/test-ci.dir/build.make -.PHONY : test-ci - -# Rule to build all files generated by this target. -external/curl/tests/CMakeFiles/test-ci.dir/build: test-ci -.PHONY : external/curl/tests/CMakeFiles/test-ci.dir/build - -external/curl/tests/CMakeFiles/test-ci.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests && $(CMAKE_COMMAND) -P CMakeFiles/test-ci.dir/cmake_clean.cmake -.PHONY : external/curl/tests/CMakeFiles/test-ci.dir/clean - -external/curl/tests/CMakeFiles/test-ci.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests /home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-ci.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/CMakeFiles/test-ci.dir/depend - diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/cmake_clean.cmake deleted file mode 100644 index 94df0c4b..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/test-ci" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/test-ci.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/compiler_depend.make b/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/compiler_depend.make deleted file mode 100644 index b1a0c90d..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for test-ci. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/compiler_depend.ts deleted file mode 100644 index 352e20f5..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for test-ci. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/progress.make b/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-ci.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/build.make b/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/build.make deleted file mode 100644 index 06a014b2..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for test-event. - -# Include any custom commands dependencies for this target. -include external/curl/tests/CMakeFiles/test-event.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/CMakeFiles/test-event.dir/progress.make - -external/curl/tests/CMakeFiles/test-event: - cd /home/guest/Downloads/PopLib/build/external/curl/tests && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/tests/runtests.pl -a -e "\$$TFLAGS" - -external/curl/tests/CMakeFiles/test-event.dir/codegen: -.PHONY : external/curl/tests/CMakeFiles/test-event.dir/codegen - -test-event: external/curl/tests/CMakeFiles/test-event -test-event: external/curl/tests/CMakeFiles/test-event.dir/build.make -.PHONY : test-event - -# Rule to build all files generated by this target. -external/curl/tests/CMakeFiles/test-event.dir/build: test-event -.PHONY : external/curl/tests/CMakeFiles/test-event.dir/build - -external/curl/tests/CMakeFiles/test-event.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests && $(CMAKE_COMMAND) -P CMakeFiles/test-event.dir/cmake_clean.cmake -.PHONY : external/curl/tests/CMakeFiles/test-event.dir/clean - -external/curl/tests/CMakeFiles/test-event.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests /home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-event.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/CMakeFiles/test-event.dir/depend - diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/cmake_clean.cmake deleted file mode 100644 index 8b608243..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/test-event" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/test-event.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/compiler_depend.make b/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/compiler_depend.make deleted file mode 100644 index e0e811a8..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for test-event. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/compiler_depend.ts deleted file mode 100644 index 8cd58e3a..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for test-event. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/progress.make b/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-event.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/build.make b/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/build.make deleted file mode 100644 index 70dcf0c0..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for test-full. - -# Include any custom commands dependencies for this target. -include external/curl/tests/CMakeFiles/test-full.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/CMakeFiles/test-full.dir/progress.make - -external/curl/tests/CMakeFiles/test-full: - cd /home/guest/Downloads/PopLib/build/external/curl/tests && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/tests/runtests.pl -a -p -r "\$$TFLAGS" - -external/curl/tests/CMakeFiles/test-full.dir/codegen: -.PHONY : external/curl/tests/CMakeFiles/test-full.dir/codegen - -test-full: external/curl/tests/CMakeFiles/test-full -test-full: external/curl/tests/CMakeFiles/test-full.dir/build.make -.PHONY : test-full - -# Rule to build all files generated by this target. -external/curl/tests/CMakeFiles/test-full.dir/build: test-full -.PHONY : external/curl/tests/CMakeFiles/test-full.dir/build - -external/curl/tests/CMakeFiles/test-full.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests && $(CMAKE_COMMAND) -P CMakeFiles/test-full.dir/cmake_clean.cmake -.PHONY : external/curl/tests/CMakeFiles/test-full.dir/clean - -external/curl/tests/CMakeFiles/test-full.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests /home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-full.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/CMakeFiles/test-full.dir/depend - diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/cmake_clean.cmake deleted file mode 100644 index 586a784f..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/test-full" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/test-full.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/compiler_depend.make b/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/compiler_depend.make deleted file mode 100644 index afcfd1ab..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for test-full. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/compiler_depend.ts deleted file mode 100644 index 3812e443..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for test-full. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/progress.make b/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-full.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/build.make b/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/build.make deleted file mode 100644 index 75612e2f..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for test-nonflaky. - -# Include any custom commands dependencies for this target. -include external/curl/tests/CMakeFiles/test-nonflaky.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/CMakeFiles/test-nonflaky.dir/progress.make - -external/curl/tests/CMakeFiles/test-nonflaky: - cd /home/guest/Downloads/PopLib/build/external/curl/tests && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/tests/runtests.pl -a -p "~flaky" "~timing-dependent" "\$$TFLAGS" - -external/curl/tests/CMakeFiles/test-nonflaky.dir/codegen: -.PHONY : external/curl/tests/CMakeFiles/test-nonflaky.dir/codegen - -test-nonflaky: external/curl/tests/CMakeFiles/test-nonflaky -test-nonflaky: external/curl/tests/CMakeFiles/test-nonflaky.dir/build.make -.PHONY : test-nonflaky - -# Rule to build all files generated by this target. -external/curl/tests/CMakeFiles/test-nonflaky.dir/build: test-nonflaky -.PHONY : external/curl/tests/CMakeFiles/test-nonflaky.dir/build - -external/curl/tests/CMakeFiles/test-nonflaky.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests && $(CMAKE_COMMAND) -P CMakeFiles/test-nonflaky.dir/cmake_clean.cmake -.PHONY : external/curl/tests/CMakeFiles/test-nonflaky.dir/clean - -external/curl/tests/CMakeFiles/test-nonflaky.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests /home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-nonflaky.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/CMakeFiles/test-nonflaky.dir/depend - diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/cmake_clean.cmake deleted file mode 100644 index c180c536..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/test-nonflaky" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/test-nonflaky.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/compiler_depend.make b/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/compiler_depend.make deleted file mode 100644 index adbacaee..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for test-nonflaky. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/compiler_depend.ts deleted file mode 100644 index 646ba27c..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for test-nonflaky. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/progress.make b/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-nonflaky.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/build.make b/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/build.make deleted file mode 100644 index 5074e51b..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for test-quiet. - -# Include any custom commands dependencies for this target. -include external/curl/tests/CMakeFiles/test-quiet.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/CMakeFiles/test-quiet.dir/progress.make - -external/curl/tests/CMakeFiles/test-quiet: - cd /home/guest/Downloads/PopLib/build/external/curl/tests && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/tests/runtests.pl -a -s "\$$TFLAGS" - -external/curl/tests/CMakeFiles/test-quiet.dir/codegen: -.PHONY : external/curl/tests/CMakeFiles/test-quiet.dir/codegen - -test-quiet: external/curl/tests/CMakeFiles/test-quiet -test-quiet: external/curl/tests/CMakeFiles/test-quiet.dir/build.make -.PHONY : test-quiet - -# Rule to build all files generated by this target. -external/curl/tests/CMakeFiles/test-quiet.dir/build: test-quiet -.PHONY : external/curl/tests/CMakeFiles/test-quiet.dir/build - -external/curl/tests/CMakeFiles/test-quiet.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests && $(CMAKE_COMMAND) -P CMakeFiles/test-quiet.dir/cmake_clean.cmake -.PHONY : external/curl/tests/CMakeFiles/test-quiet.dir/clean - -external/curl/tests/CMakeFiles/test-quiet.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests /home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-quiet.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/CMakeFiles/test-quiet.dir/depend - diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/cmake_clean.cmake deleted file mode 100644 index 21a44a83..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/test-quiet" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/test-quiet.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/compiler_depend.make b/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/compiler_depend.make deleted file mode 100644 index ecd949b5..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for test-quiet. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/compiler_depend.ts deleted file mode 100644 index b86b69f3..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for test-quiet. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/progress.make b/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-quiet.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/build.make b/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/build.make deleted file mode 100644 index 9dad9c9c..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for test-torture. - -# Include any custom commands dependencies for this target. -include external/curl/tests/CMakeFiles/test-torture.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/CMakeFiles/test-torture.dir/progress.make - -external/curl/tests/CMakeFiles/test-torture: - cd /home/guest/Downloads/PopLib/build/external/curl/tests && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/tests/runtests.pl -a -t -j20 "\$$TFLAGS" - -external/curl/tests/CMakeFiles/test-torture.dir/codegen: -.PHONY : external/curl/tests/CMakeFiles/test-torture.dir/codegen - -test-torture: external/curl/tests/CMakeFiles/test-torture -test-torture: external/curl/tests/CMakeFiles/test-torture.dir/build.make -.PHONY : test-torture - -# Rule to build all files generated by this target. -external/curl/tests/CMakeFiles/test-torture.dir/build: test-torture -.PHONY : external/curl/tests/CMakeFiles/test-torture.dir/build - -external/curl/tests/CMakeFiles/test-torture.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests && $(CMAKE_COMMAND) -P CMakeFiles/test-torture.dir/cmake_clean.cmake -.PHONY : external/curl/tests/CMakeFiles/test-torture.dir/clean - -external/curl/tests/CMakeFiles/test-torture.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests /home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/test-torture.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/CMakeFiles/test-torture.dir/depend - diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/cmake_clean.cmake deleted file mode 100644 index ff5a5716..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/test-torture" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/test-torture.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/compiler_depend.make b/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/compiler_depend.make deleted file mode 100644 index 020d6747..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for test-torture. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/compiler_depend.ts deleted file mode 100644 index 7ca05771..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for test-torture. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/progress.make b/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/test-torture.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/build.make b/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/build.make deleted file mode 100644 index ed578801..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/build.make +++ /dev/null @@ -1,86 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for testdeps. - -# Include any custom commands dependencies for this target. -include external/curl/tests/CMakeFiles/testdeps.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/CMakeFiles/testdeps.dir/progress.make - -external/curl/tests/CMakeFiles/testdeps.dir/codegen: -.PHONY : external/curl/tests/CMakeFiles/testdeps.dir/codegen - -testdeps: external/curl/tests/CMakeFiles/testdeps.dir/build.make -.PHONY : testdeps - -# Rule to build all files generated by this target. -external/curl/tests/CMakeFiles/testdeps.dir/build: testdeps -.PHONY : external/curl/tests/CMakeFiles/testdeps.dir/build - -external/curl/tests/CMakeFiles/testdeps.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests && $(CMAKE_COMMAND) -P CMakeFiles/testdeps.dir/cmake_clean.cmake -.PHONY : external/curl/tests/CMakeFiles/testdeps.dir/clean - -external/curl/tests/CMakeFiles/testdeps.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests /home/guest/Downloads/PopLib/build/external/curl/tests/CMakeFiles/testdeps.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/CMakeFiles/testdeps.dir/depend - diff --git a/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/cmake_clean.cmake deleted file mode 100644 index 9ae0ff19..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/cmake_clean.cmake +++ /dev/null @@ -1,5 +0,0 @@ - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/testdeps.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/compiler_depend.make b/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/compiler_depend.make deleted file mode 100644 index 787cef03..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for testdeps. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/compiler_depend.ts deleted file mode 100644 index 29b5d01f..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for testdeps. diff --git a/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/progress.make b/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/curl/tests/CMakeFiles/testdeps.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/curl/tests/Makefile b/build_emscripten/external/curl/tests/Makefile deleted file mode 100644 index d97dbc76..00000000 --- a/build_emscripten/external/curl/tests/Makefile +++ /dev/null @@ -1,363 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/tests//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -external/curl/tests/CMakeFiles/testdeps.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/testdeps.dir/rule -.PHONY : external/curl/tests/CMakeFiles/testdeps.dir/rule - -# Convenience name for target. -testdeps: external/curl/tests/CMakeFiles/testdeps.dir/rule -.PHONY : testdeps - -# fast build rule for target. -testdeps/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/testdeps.dir/build.make external/curl/tests/CMakeFiles/testdeps.dir/build -.PHONY : testdeps/fast - -# Convenience name for target. -external/curl/tests/CMakeFiles/test-quiet.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-quiet.dir/rule -.PHONY : external/curl/tests/CMakeFiles/test-quiet.dir/rule - -# Convenience name for target. -test-quiet: external/curl/tests/CMakeFiles/test-quiet.dir/rule -.PHONY : test-quiet - -# fast build rule for target. -test-quiet/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-quiet.dir/build.make external/curl/tests/CMakeFiles/test-quiet.dir/build -.PHONY : test-quiet/fast - -# Convenience name for target. -external/curl/tests/CMakeFiles/test-am.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-am.dir/rule -.PHONY : external/curl/tests/CMakeFiles/test-am.dir/rule - -# Convenience name for target. -test-am: external/curl/tests/CMakeFiles/test-am.dir/rule -.PHONY : test-am - -# fast build rule for target. -test-am/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-am.dir/build.make external/curl/tests/CMakeFiles/test-am.dir/build -.PHONY : test-am/fast - -# Convenience name for target. -external/curl/tests/CMakeFiles/test-full.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-full.dir/rule -.PHONY : external/curl/tests/CMakeFiles/test-full.dir/rule - -# Convenience name for target. -test-full: external/curl/tests/CMakeFiles/test-full.dir/rule -.PHONY : test-full - -# fast build rule for target. -test-full/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-full.dir/build.make external/curl/tests/CMakeFiles/test-full.dir/build -.PHONY : test-full/fast - -# Convenience name for target. -external/curl/tests/CMakeFiles/test-nonflaky.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-nonflaky.dir/rule -.PHONY : external/curl/tests/CMakeFiles/test-nonflaky.dir/rule - -# Convenience name for target. -test-nonflaky: external/curl/tests/CMakeFiles/test-nonflaky.dir/rule -.PHONY : test-nonflaky - -# fast build rule for target. -test-nonflaky/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-nonflaky.dir/build.make external/curl/tests/CMakeFiles/test-nonflaky.dir/build -.PHONY : test-nonflaky/fast - -# Convenience name for target. -external/curl/tests/CMakeFiles/test-ci.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-ci.dir/rule -.PHONY : external/curl/tests/CMakeFiles/test-ci.dir/rule - -# Convenience name for target. -test-ci: external/curl/tests/CMakeFiles/test-ci.dir/rule -.PHONY : test-ci - -# fast build rule for target. -test-ci/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-ci.dir/build.make external/curl/tests/CMakeFiles/test-ci.dir/build -.PHONY : test-ci/fast - -# Convenience name for target. -external/curl/tests/CMakeFiles/test-torture.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-torture.dir/rule -.PHONY : external/curl/tests/CMakeFiles/test-torture.dir/rule - -# Convenience name for target. -test-torture: external/curl/tests/CMakeFiles/test-torture.dir/rule -.PHONY : test-torture - -# fast build rule for target. -test-torture/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-torture.dir/build.make external/curl/tests/CMakeFiles/test-torture.dir/build -.PHONY : test-torture/fast - -# Convenience name for target. -external/curl/tests/CMakeFiles/test-event.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/test-event.dir/rule -.PHONY : external/curl/tests/CMakeFiles/test-event.dir/rule - -# Convenience name for target. -test-event: external/curl/tests/CMakeFiles/test-event.dir/rule -.PHONY : test-event - -# fast build rule for target. -test-event/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/test-event.dir/build.make external/curl/tests/CMakeFiles/test-event.dir/build -.PHONY : test-event/fast - -# Convenience name for target. -external/curl/tests/CMakeFiles/curl-pytest.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/curl-pytest.dir/rule -.PHONY : external/curl/tests/CMakeFiles/curl-pytest.dir/rule - -# Convenience name for target. -curl-pytest: external/curl/tests/CMakeFiles/curl-pytest.dir/rule -.PHONY : curl-pytest - -# fast build rule for target. -curl-pytest/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest.dir/build.make external/curl/tests/CMakeFiles/curl-pytest.dir/build -.PHONY : curl-pytest/fast - -# Convenience name for target. -external/curl/tests/CMakeFiles/curl-pytest-ci.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/CMakeFiles/curl-pytest-ci.dir/rule -.PHONY : external/curl/tests/CMakeFiles/curl-pytest-ci.dir/rule - -# Convenience name for target. -curl-pytest-ci: external/curl/tests/CMakeFiles/curl-pytest-ci.dir/rule -.PHONY : curl-pytest-ci - -# fast build rule for target. -curl-pytest-ci/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build.make external/curl/tests/CMakeFiles/curl-pytest-ci.dir/build -.PHONY : curl-pytest-ci/fast - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... curl-pytest" - @echo "... curl-pytest-ci" - @echo "... test-am" - @echo "... test-ci" - @echo "... test-event" - @echo "... test-full" - @echo "... test-nonflaky" - @echo "... test-quiet" - @echo "... test-torture" - @echo "... testdeps" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/tests/certs/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/tests/certs/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/curl/tests/certs/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/DependInfo.cmake deleted file mode 100644 index 1d6b3d5b..00000000 --- a/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/DependInfo.cmake +++ /dev/null @@ -1,65 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Pairs of files generated by the same build rule. -set(CMAKE_MULTIPLE_OUTPUT_PAIRS - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.crt" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.key" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-client-cert.crl" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-client-cert.crt" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-client-cert.key" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-client-cert.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-client-cert.pub.der" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-client-cert.pub.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-first.crl" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-first.crt" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-first.key" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-first.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-first.pub.der" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-first.pub.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-last.crl" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-last.crt" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-last.key" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-last.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-last.pub.der" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost-san-last.pub.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.crl" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.crt" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.key" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.nn.crl" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.nn.crt" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.nn.key" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.nn.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.nn.pub.der" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.nn.pub.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.pub.der" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost.pub.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost0h.crl" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost0h.crt" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost0h.key" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost0h.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost0h.pub.der" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-localhost0h.pub.pem" "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/test-ca.cacert" - ) - - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/build.make b/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/build.make deleted file mode 100644 index 449ec794..00000000 --- a/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/build.make +++ /dev/null @@ -1,292 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for build-certs. - -# Include any custom commands dependencies for this target. -include external/curl/tests/certs/CMakeFiles/build-certs.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/certs/CMakeFiles/build-certs.dir/progress.make - -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-ca.cacert -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-ca.crt -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-ca.key -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.crl -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.crt -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.key -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.pem -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.pub.der -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.pub.pem -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.nn.crl -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.nn.crt -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.nn.key -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.nn.pem -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.nn.pub.der -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost.nn.pub.pem -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost0h.crl -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost0h.crt -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost0h.key -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost0h.pem -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost0h.pub.der -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost0h.pub.pem -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-first.crl -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-first.crt -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-first.key -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-first.pem -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-first.pub.der -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-first.pub.pem -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-last.crl -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-last.crt -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-last.key -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-last.pem -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-last.pub.der -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-localhost-san-last.pub.pem -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-client-cert.crl -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-client-cert.crt -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-client-cert.key -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-client-cert.pem -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-client-cert.pub.der -external/curl/tests/certs/CMakeFiles/build-certs: external/curl/tests/certs/test-client-cert.pub.pem - -external/curl/tests/certs/test-ca.cacert: /home/guest/Downloads/PopLib/external/curl/tests/certs/genserv.pl -external/curl/tests/certs/test-ca.cacert: /home/guest/Downloads/PopLib/external/curl/tests/certs/test-ca.cnf -external/curl/tests/certs/test-ca.cacert: /home/guest/Downloads/PopLib/external/curl/tests/certs/test-ca.prm -external/curl/tests/certs/test-ca.cacert: /home/guest/Downloads/PopLib/external/curl/tests/certs/test-localhost.prm -external/curl/tests/certs/test-ca.cacert: /home/guest/Downloads/PopLib/external/curl/tests/certs/test-localhost.nn.prm -external/curl/tests/certs/test-ca.cacert: /home/guest/Downloads/PopLib/external/curl/tests/certs/test-localhost0h.prm -external/curl/tests/certs/test-ca.cacert: /home/guest/Downloads/PopLib/external/curl/tests/certs/test-localhost-san-first.prm -external/curl/tests/certs/test-ca.cacert: /home/guest/Downloads/PopLib/external/curl/tests/certs/test-localhost-san-last.prm -external/curl/tests/certs/test-ca.cacert: /home/guest/Downloads/PopLib/external/curl/tests/certs/test-client-cert.prm - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating test-ca.cacert, test-ca.crt, test-ca.key, test-localhost.crl, test-localhost.crt, test-localhost.key, test-localhost.pem, test-localhost.pub.der, test-localhost.pub.pem, test-localhost.nn.crl, test-localhost.nn.crt, test-localhost.nn.key, test-localhost.nn.pem, test-localhost.nn.pub.der, test-localhost.nn.pub.pem, test-localhost0h.crl, test-localhost0h.crt, test-localhost0h.key, test-localhost0h.pem, test-localhost0h.pub.der, test-localhost0h.pub.pem, test-localhost-san-first.crl, test-localhost-san-first.crt, test-localhost-san-first.key, test-localhost-san-first.pem, test-localhost-san-first.pub.der, test-localhost-san-first.pub.pem, test-localhost-san-last.crl, test-localhost-san-last.crt, test-localhost-san-last.key, test-localhost-san-last.pem, test-localhost-san-last.pub.der, test-localhost-san-last.pub.pem, test-client-cert.crl, test-client-cert.crt, test-client-cert.key, test-client-cert.pem, test-client-cert.pub.der, test-client-cert.pub.pem" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/certs && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/tests/certs/genserv.pl test test-localhost.prm test-localhost.nn.prm test-localhost0h.prm test-localhost-san-first.prm test-localhost-san-last.prm test-client-cert.prm - -external/curl/tests/certs/test-ca.crt: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-ca.crt - -external/curl/tests/certs/test-ca.key: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-ca.key - -external/curl/tests/certs/test-localhost.crl: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.crl - -external/curl/tests/certs/test-localhost.crt: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.crt - -external/curl/tests/certs/test-localhost.key: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.key - -external/curl/tests/certs/test-localhost.pem: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.pem - -external/curl/tests/certs/test-localhost.pub.der: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.pub.der - -external/curl/tests/certs/test-localhost.pub.pem: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.pub.pem - -external/curl/tests/certs/test-localhost.nn.crl: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.nn.crl - -external/curl/tests/certs/test-localhost.nn.crt: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.nn.crt - -external/curl/tests/certs/test-localhost.nn.key: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.nn.key - -external/curl/tests/certs/test-localhost.nn.pem: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.nn.pem - -external/curl/tests/certs/test-localhost.nn.pub.der: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.nn.pub.der - -external/curl/tests/certs/test-localhost.nn.pub.pem: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost.nn.pub.pem - -external/curl/tests/certs/test-localhost0h.crl: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost0h.crl - -external/curl/tests/certs/test-localhost0h.crt: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost0h.crt - -external/curl/tests/certs/test-localhost0h.key: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost0h.key - -external/curl/tests/certs/test-localhost0h.pem: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost0h.pem - -external/curl/tests/certs/test-localhost0h.pub.der: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost0h.pub.der - -external/curl/tests/certs/test-localhost0h.pub.pem: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost0h.pub.pem - -external/curl/tests/certs/test-localhost-san-first.crl: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-first.crl - -external/curl/tests/certs/test-localhost-san-first.crt: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-first.crt - -external/curl/tests/certs/test-localhost-san-first.key: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-first.key - -external/curl/tests/certs/test-localhost-san-first.pem: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-first.pem - -external/curl/tests/certs/test-localhost-san-first.pub.der: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-first.pub.der - -external/curl/tests/certs/test-localhost-san-first.pub.pem: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-first.pub.pem - -external/curl/tests/certs/test-localhost-san-last.crl: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-last.crl - -external/curl/tests/certs/test-localhost-san-last.crt: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-last.crt - -external/curl/tests/certs/test-localhost-san-last.key: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-last.key - -external/curl/tests/certs/test-localhost-san-last.pem: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-last.pem - -external/curl/tests/certs/test-localhost-san-last.pub.der: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-last.pub.der - -external/curl/tests/certs/test-localhost-san-last.pub.pem: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-localhost-san-last.pub.pem - -external/curl/tests/certs/test-client-cert.crl: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-client-cert.crl - -external/curl/tests/certs/test-client-cert.crt: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-client-cert.crt - -external/curl/tests/certs/test-client-cert.key: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-client-cert.key - -external/curl/tests/certs/test-client-cert.pem: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-client-cert.pem - -external/curl/tests/certs/test-client-cert.pub.der: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-client-cert.pub.der - -external/curl/tests/certs/test-client-cert.pub.pem: external/curl/tests/certs/test-ca.cacert - @$(CMAKE_COMMAND) -E touch_nocreate external/curl/tests/certs/test-client-cert.pub.pem - -external/curl/tests/certs/CMakeFiles/build-certs.dir/codegen: -.PHONY : external/curl/tests/certs/CMakeFiles/build-certs.dir/codegen - -build-certs: external/curl/tests/certs/CMakeFiles/build-certs -build-certs: external/curl/tests/certs/test-ca.cacert -build-certs: external/curl/tests/certs/test-ca.crt -build-certs: external/curl/tests/certs/test-ca.key -build-certs: external/curl/tests/certs/test-client-cert.crl -build-certs: external/curl/tests/certs/test-client-cert.crt -build-certs: external/curl/tests/certs/test-client-cert.key -build-certs: external/curl/tests/certs/test-client-cert.pem -build-certs: external/curl/tests/certs/test-client-cert.pub.der -build-certs: external/curl/tests/certs/test-client-cert.pub.pem -build-certs: external/curl/tests/certs/test-localhost-san-first.crl -build-certs: external/curl/tests/certs/test-localhost-san-first.crt -build-certs: external/curl/tests/certs/test-localhost-san-first.key -build-certs: external/curl/tests/certs/test-localhost-san-first.pem -build-certs: external/curl/tests/certs/test-localhost-san-first.pub.der -build-certs: external/curl/tests/certs/test-localhost-san-first.pub.pem -build-certs: external/curl/tests/certs/test-localhost-san-last.crl -build-certs: external/curl/tests/certs/test-localhost-san-last.crt -build-certs: external/curl/tests/certs/test-localhost-san-last.key -build-certs: external/curl/tests/certs/test-localhost-san-last.pem -build-certs: external/curl/tests/certs/test-localhost-san-last.pub.der -build-certs: external/curl/tests/certs/test-localhost-san-last.pub.pem -build-certs: external/curl/tests/certs/test-localhost.crl -build-certs: external/curl/tests/certs/test-localhost.crt -build-certs: external/curl/tests/certs/test-localhost.key -build-certs: external/curl/tests/certs/test-localhost.nn.crl -build-certs: external/curl/tests/certs/test-localhost.nn.crt -build-certs: external/curl/tests/certs/test-localhost.nn.key -build-certs: external/curl/tests/certs/test-localhost.nn.pem -build-certs: external/curl/tests/certs/test-localhost.nn.pub.der -build-certs: external/curl/tests/certs/test-localhost.nn.pub.pem -build-certs: external/curl/tests/certs/test-localhost.pem -build-certs: external/curl/tests/certs/test-localhost.pub.der -build-certs: external/curl/tests/certs/test-localhost.pub.pem -build-certs: external/curl/tests/certs/test-localhost0h.crl -build-certs: external/curl/tests/certs/test-localhost0h.crt -build-certs: external/curl/tests/certs/test-localhost0h.key -build-certs: external/curl/tests/certs/test-localhost0h.pem -build-certs: external/curl/tests/certs/test-localhost0h.pub.der -build-certs: external/curl/tests/certs/test-localhost0h.pub.pem -build-certs: external/curl/tests/certs/CMakeFiles/build-certs.dir/build.make -.PHONY : build-certs - -# Rule to build all files generated by this target. -external/curl/tests/certs/CMakeFiles/build-certs.dir/build: build-certs -.PHONY : external/curl/tests/certs/CMakeFiles/build-certs.dir/build - -external/curl/tests/certs/CMakeFiles/build-certs.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/certs && $(CMAKE_COMMAND) -P CMakeFiles/build-certs.dir/cmake_clean.cmake -.PHONY : external/curl/tests/certs/CMakeFiles/build-certs.dir/clean - -external/curl/tests/certs/CMakeFiles/build-certs.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/certs /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/certs /home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/build-certs.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/certs/CMakeFiles/build-certs.dir/depend - diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/cmake_clean.cmake deleted file mode 100644 index 4c8b45e0..00000000 --- a/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/cmake_clean.cmake +++ /dev/null @@ -1,47 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/build-certs" - "test-ca.cacert" - "test-ca.crt" - "test-ca.key" - "test-client-cert.crl" - "test-client-cert.crt" - "test-client-cert.key" - "test-client-cert.pem" - "test-client-cert.pub.der" - "test-client-cert.pub.pem" - "test-localhost-san-first.crl" - "test-localhost-san-first.crt" - "test-localhost-san-first.key" - "test-localhost-san-first.pem" - "test-localhost-san-first.pub.der" - "test-localhost-san-first.pub.pem" - "test-localhost-san-last.crl" - "test-localhost-san-last.crt" - "test-localhost-san-last.key" - "test-localhost-san-last.pem" - "test-localhost-san-last.pub.der" - "test-localhost-san-last.pub.pem" - "test-localhost.crl" - "test-localhost.crt" - "test-localhost.key" - "test-localhost.nn.crl" - "test-localhost.nn.crt" - "test-localhost.nn.key" - "test-localhost.nn.pem" - "test-localhost.nn.pub.der" - "test-localhost.nn.pub.pem" - "test-localhost.pem" - "test-localhost.pub.der" - "test-localhost.pub.pem" - "test-localhost0h.crl" - "test-localhost0h.crt" - "test-localhost0h.key" - "test-localhost0h.pem" - "test-localhost0h.pub.der" - "test-localhost0h.pub.pem" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/build-certs.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/compiler_depend.make b/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/compiler_depend.make deleted file mode 100644 index d6cf39d4..00000000 --- a/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for build-certs. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/compiler_depend.ts deleted file mode 100644 index 86a65cba..00000000 --- a/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for build-certs. diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/progress.make b/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/progress.make deleted file mode 100644 index 225de343..00000000 --- a/build_emscripten/external/curl/tests/certs/CMakeFiles/build-certs.dir/progress.make +++ /dev/null @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = - diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/build.make b/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/build.make deleted file mode 100644 index 1c6c062c..00000000 --- a/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for clean-certs. - -# Include any custom commands dependencies for this target. -include external/curl/tests/certs/CMakeFiles/clean-certs.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/certs/CMakeFiles/clean-certs.dir/progress.make - -external/curl/tests/certs/CMakeFiles/clean-certs: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/certs && /usr/bin/cmake -E remove test-ca.cacert test-ca.crt test-ca.key test-localhost.crl test-localhost.crt test-localhost.key test-localhost.pem test-localhost.pub.der test-localhost.pub.pem test-localhost.nn.crl test-localhost.nn.crt test-localhost.nn.key test-localhost.nn.pem test-localhost.nn.pub.der test-localhost.nn.pub.pem test-localhost0h.crl test-localhost0h.crt test-localhost0h.key test-localhost0h.pem test-localhost0h.pub.der test-localhost0h.pub.pem test-localhost-san-first.crl test-localhost-san-first.crt test-localhost-san-first.key test-localhost-san-first.pem test-localhost-san-first.pub.der test-localhost-san-first.pub.pem test-localhost-san-last.crl test-localhost-san-last.crt test-localhost-san-last.key test-localhost-san-last.pem test-localhost-san-last.pub.der test-localhost-san-last.pub.pem test-client-cert.crl test-client-cert.crt test-client-cert.key test-client-cert.pem test-client-cert.pub.der test-client-cert.pub.pem test-*.csr test-*.der test-*.keyenc test-ca.cnt* test-ca.db* test-ca.raw* test-ca.srl - -external/curl/tests/certs/CMakeFiles/clean-certs.dir/codegen: -.PHONY : external/curl/tests/certs/CMakeFiles/clean-certs.dir/codegen - -clean-certs: external/curl/tests/certs/CMakeFiles/clean-certs -clean-certs: external/curl/tests/certs/CMakeFiles/clean-certs.dir/build.make -.PHONY : clean-certs - -# Rule to build all files generated by this target. -external/curl/tests/certs/CMakeFiles/clean-certs.dir/build: clean-certs -.PHONY : external/curl/tests/certs/CMakeFiles/clean-certs.dir/build - -external/curl/tests/certs/CMakeFiles/clean-certs.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/certs && $(CMAKE_COMMAND) -P CMakeFiles/clean-certs.dir/cmake_clean.cmake -.PHONY : external/curl/tests/certs/CMakeFiles/clean-certs.dir/clean - -external/curl/tests/certs/CMakeFiles/clean-certs.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/certs /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/certs /home/guest/Downloads/PopLib/build/external/curl/tests/certs/CMakeFiles/clean-certs.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/certs/CMakeFiles/clean-certs.dir/depend - diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/cmake_clean.cmake deleted file mode 100644 index 73506b1c..00000000 --- a/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/clean-certs" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/clean-certs.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/compiler_depend.make b/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/compiler_depend.make deleted file mode 100644 index 5b34ae1b..00000000 --- a/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for clean-certs. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/compiler_depend.ts deleted file mode 100644 index 295700e4..00000000 --- a/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for clean-certs. diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/progress.make b/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/curl/tests/certs/CMakeFiles/clean-certs.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/curl/tests/certs/CMakeFiles/progress.marks b/build_emscripten/external/curl/tests/certs/CMakeFiles/progress.marks deleted file mode 100644 index 573541ac..00000000 --- a/build_emscripten/external/curl/tests/certs/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -0 diff --git a/build_emscripten/external/curl/tests/certs/Makefile b/build_emscripten/external/curl/tests/certs/Makefile deleted file mode 100644 index 2b9b39d1..00000000 --- a/build_emscripten/external/curl/tests/certs/Makefile +++ /dev/null @@ -1,243 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/tests/certs//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/certs/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/certs/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/certs/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/certs/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -external/curl/tests/certs/CMakeFiles/build-certs.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/certs/CMakeFiles/build-certs.dir/rule -.PHONY : external/curl/tests/certs/CMakeFiles/build-certs.dir/rule - -# Convenience name for target. -build-certs: external/curl/tests/certs/CMakeFiles/build-certs.dir/rule -.PHONY : build-certs - -# fast build rule for target. -build-certs/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/build-certs.dir/build.make external/curl/tests/certs/CMakeFiles/build-certs.dir/build -.PHONY : build-certs/fast - -# Convenience name for target. -external/curl/tests/certs/CMakeFiles/clean-certs.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/certs/CMakeFiles/clean-certs.dir/rule -.PHONY : external/curl/tests/certs/CMakeFiles/clean-certs.dir/rule - -# Convenience name for target. -clean-certs: external/curl/tests/certs/CMakeFiles/clean-certs.dir/rule -.PHONY : clean-certs - -# fast build rule for target. -clean-certs/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/certs/CMakeFiles/clean-certs.dir/build.make external/curl/tests/certs/CMakeFiles/clean-certs.dir/build -.PHONY : clean-certs/fast - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... build-certs" - @echo "... clean-certs" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/tests/certs/Makefile.inc.cmake b/build_emscripten/external/curl/tests/certs/Makefile.inc.cmake deleted file mode 100644 index a2ebb8b9..00000000 --- a/build_emscripten/external/curl/tests/certs/Makefile.inc.cmake +++ /dev/null @@ -1,79 +0,0 @@ -#*************************************************************************** -# _ _ ____ _ -# Project ___| | | | _ \| | -# / __| | | | |_) | | -# | (__| |_| | _ <| |___ -# \___|\___/|_| \_\_____| -# -# Copyright (C) Daniel Stenberg, , et al. -# -# This software is licensed as described in the file COPYING, which -# you should have received as part of this distribution. The terms -# are also available at https://curl.se/docs/copyright.html. -# -# You may opt to use, copy, modify, merge, publish, distribute and/or sell -# copies of the Software, and permit persons to whom the Software is -# furnished to do so, under the terms of the COPYING file. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -# SPDX-License-Identifier: curl -# -########################################################################### -set(CERTCONFIG_CA - test-ca.cnf - test-ca.prm) - -set(CERTCONFIGS - test-localhost.prm - test-localhost.nn.prm - test-localhost0h.prm - test-localhost-san-first.prm - test-localhost-san-last.prm - test-client-cert.prm) - -set(GENERATEDCERTS - test-ca.cacert - test-ca.crt - test-ca.key - test-localhost.crl - test-localhost.crt - test-localhost.key - test-localhost.pem - test-localhost.pub.der - test-localhost.pub.pem - test-localhost.nn.crl - test-localhost.nn.crt - test-localhost.nn.key - test-localhost.nn.pem - test-localhost.nn.pub.der - test-localhost.nn.pub.pem - test-localhost0h.crl - test-localhost0h.crt - test-localhost0h.key - test-localhost0h.pem - test-localhost0h.pub.der - test-localhost0h.pub.pem - test-localhost-san-first.crl - test-localhost-san-first.crt - test-localhost-san-first.key - test-localhost-san-first.pem - test-localhost-san-first.pub.der - test-localhost-san-first.pub.pem - test-localhost-san-last.crl - test-localhost-san-last.crt - test-localhost-san-last.key - test-localhost-san-last.pem - test-localhost-san-last.pub.der - test-localhost-san-last.pub.pem - test-client-cert.crl - test-client-cert.crt - test-client-cert.key - test-client-cert.pem - test-client-cert.pub.der - test-client-cert.pub.pem) - -set(SRPFILES - srp-verifier-conf - srp-verifier-db) diff --git a/build_emscripten/external/curl/tests/certs/cmake_install.cmake b/build_emscripten/external/curl/tests/certs/cmake_install.cmake deleted file mode 100644 index 52bdf7e4..00000000 --- a/build_emscripten/external/curl/tests/certs/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/curl/tests/certs - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/tests/certs/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/curl/tests/cmake_install.cmake b/build_emscripten/external/curl/tests/cmake_install.cmake deleted file mode 100644 index b12633f9..00000000 --- a/build_emscripten/external/curl/tests/cmake_install.cmake +++ /dev/null @@ -1,85 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/curl/tests - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/external/curl/tests/http/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/external/curl/tests/server/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/external/curl/tests/unit/cmake_install.cmake") -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for the subdirectory. - include("/home/guest/Downloads/PopLib/build/external/curl/tests/certs/cmake_install.cmake") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/tests/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/curl/tests/config b/build_emscripten/external/curl/tests/config deleted file mode 100644 index a4d34ccd..00000000 --- a/build_emscripten/external/curl/tests/config +++ /dev/null @@ -1,24 +0,0 @@ -#*************************************************************************** -# _ _ ____ _ -# Project ___| | | | _ \| | -# / __| | | | |_) | | -# | (__| |_| | _ <| |___ -# \___|\___/|_| \_\_____| -# -# Copyright (C) Daniel Stenberg, , et al. -# -# This software is licensed as described in the file COPYING, which -# you should have received as part of this distribution. The terms -# are also available at https://curl.se/docs/copyright.html. -# -# You may opt to use, copy, modify, merge, publish, distribute and/or sell -# copies of the Software, and permit persons to whom the Software is -# furnished to do so, under the terms of the COPYING file. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -# SPDX-License-Identifier: curl -# -########################################################################### -NGHTTPX: diff --git a/build_emscripten/external/curl/tests/configurehelp.pm b/build_emscripten/external/curl/tests/configurehelp.pm deleted file mode 100644 index a17d9c5e..00000000 --- a/build_emscripten/external/curl/tests/configurehelp.pm +++ /dev/null @@ -1,45 +0,0 @@ -#*************************************************************************** -# _ _ ____ _ -# Project ___| | | | _ \| | -# / __| | | | |_) | | -# | (__| |_| | _ <| |___ -# \___|\___/|_| \_\_____| -# -# Copyright (C) Daniel Stenberg, , et al. -# -# This software is licensed as described in the file COPYING, which -# you should have received as part of this distribution. The terms -# are also available at https://curl.se/docs/copyright.html. -# -# You may opt to use, copy, modify, merge, publish, distribute and/or sell -# copies of the Software, and permit persons to whom the Software is -# furnished to do so, under the terms of the COPYING file. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -# SPDX-License-Identifier: curl -# -########################################################################### - -package configurehelp; - -use strict; -use warnings; -use Exporter; - -use vars qw( - @ISA - @EXPORT_OK - $Cpreprocessor - ); - -@ISA = qw(Exporter); - -@EXPORT_OK = qw( - $Cpreprocessor - ); - -$Cpreprocessor = '"/usr/bin/gcc" -E -I/home/guest/Downloads/PopLib/external/curl/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/home/guest/Downloads/PopLib/build/external/curl/lib'; - -1; diff --git a/build_emscripten/external/curl/tests/http/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/tests/http/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/curl/tests/http/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/tests/http/CMakeFiles/progress.marks b/build_emscripten/external/curl/tests/http/CMakeFiles/progress.marks deleted file mode 100644 index 573541ac..00000000 --- a/build_emscripten/external/curl/tests/http/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -0 diff --git a/build_emscripten/external/curl/tests/http/Makefile b/build_emscripten/external/curl/tests/http/Makefile deleted file mode 100644 index 7dce8c30..00000000 --- a/build_emscripten/external/curl/tests/http/Makefile +++ /dev/null @@ -1,213 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/tests/http//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/tests/http/clients/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/DependInfo.cmake deleted file mode 100644 index 0a520c88..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-pausing.c" "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o.d" - "" "external/curl/tests/http/clients/h2-pausing" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make deleted file mode 100644 index c437473a..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/flags.make - -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/codegen: -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/codegen - -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/flags.make -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o: /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-pausing.c -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o -MF CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o.d -o CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-pausing.c - -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-pausing.c > CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.i - -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-pausing.c -o CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.s - -# Object files for target curlt-client-h2-pausing -curlt__client__h2__pausing_OBJECTS = \ -"CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o" - -# External object files for target curlt-client-h2-pausing -curlt__client__h2__pausing_EXTERNAL_OBJECTS = - -external/curl/tests/http/clients/h2-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o -external/curl/tests/http/clients/h2-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make -external/curl/tests/http/clients/h2-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/compiler_depend.ts -external/curl/tests/http/clients/h2-pausing: external/curl/lib/libcurl.a -external/curl/tests/http/clients/h2-pausing: /usr/lib/libz.so -external/curl/tests/http/clients/h2-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable h2-pausing" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curlt-client-h2-pausing.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build: external/curl/tests/http/clients/h2-pausing -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build - -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -P CMakeFiles/curlt-client-h2-pausing.dir/cmake_clean.cmake -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/clean - -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/depend - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/cmake_clean.cmake deleted file mode 100644 index c00d3ba6..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curlt-client-h2-pausing.dir/link.d" - "CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o" - "CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o.d" - "h2-pausing" - "h2-pausing.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curlt-client-h2-pausing.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/compiler_depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/compiler_depend.make deleted file mode 100644 index afd22f27..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curlt-client-h2-pausing. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/compiler_depend.ts deleted file mode 100644 index 43db4328..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curlt-client-h2-pausing. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/depend.make deleted file mode 100644 index eea871e0..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curlt-client-h2-pausing. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/flags.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/flags.make deleted file mode 100644 index e3d47c63..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/link.txt b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/link.txt deleted file mode 100644 index 7ce5e938..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curlt-client-h2-pausing.dir/link.d "CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o" -o h2-pausing ../../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/progress.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/DependInfo.cmake deleted file mode 100644 index ab26fa43..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-serverpush.c" "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o.d" - "" "external/curl/tests/http/clients/h2-serverpush" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make deleted file mode 100644 index 1040e2f2..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/flags.make - -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/codegen: -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/codegen - -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/flags.make -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o: /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-serverpush.c -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o -MF CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o.d -o CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-serverpush.c - -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-serverpush.c > CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.i - -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-serverpush.c -o CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.s - -# Object files for target curlt-client-h2-serverpush -curlt__client__h2__serverpush_OBJECTS = \ -"CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o" - -# External object files for target curlt-client-h2-serverpush -curlt__client__h2__serverpush_EXTERNAL_OBJECTS = - -external/curl/tests/http/clients/h2-serverpush: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o -external/curl/tests/http/clients/h2-serverpush: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make -external/curl/tests/http/clients/h2-serverpush: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/compiler_depend.ts -external/curl/tests/http/clients/h2-serverpush: external/curl/lib/libcurl.a -external/curl/tests/http/clients/h2-serverpush: /usr/lib/libz.so -external/curl/tests/http/clients/h2-serverpush: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable h2-serverpush" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curlt-client-h2-serverpush.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build: external/curl/tests/http/clients/h2-serverpush -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build - -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -P CMakeFiles/curlt-client-h2-serverpush.dir/cmake_clean.cmake -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/clean - -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/depend - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/cmake_clean.cmake deleted file mode 100644 index 0617fafd..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curlt-client-h2-serverpush.dir/link.d" - "CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o" - "CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o.d" - "h2-serverpush" - "h2-serverpush.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curlt-client-h2-serverpush.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/compiler_depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/compiler_depend.make deleted file mode 100644 index 314f0d9c..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curlt-client-h2-serverpush. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/compiler_depend.ts deleted file mode 100644 index 1d40d11c..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curlt-client-h2-serverpush. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/depend.make deleted file mode 100644 index c5c2520b..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curlt-client-h2-serverpush. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/flags.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/flags.make deleted file mode 100644 index e3d47c63..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/link.txt b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/link.txt deleted file mode 100644 index 9db07aaf..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curlt-client-h2-serverpush.dir/link.d "CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o" -o h2-serverpush ../../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/progress.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/DependInfo.cmake deleted file mode 100644 index e69ad964..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-upgrade-extreme.c" "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o.d" - "" "external/curl/tests/http/clients/h2-upgrade-extreme" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make deleted file mode 100644 index 8d9175e7..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/flags.make - -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/codegen: -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/codegen - -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/flags.make -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o: /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-upgrade-extreme.c -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o -MF CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o.d -o CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-upgrade-extreme.c - -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-upgrade-extreme.c > CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.i - -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/http/clients/h2-upgrade-extreme.c -o CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.s - -# Object files for target curlt-client-h2-upgrade-extreme -curlt__client__h2__upgrade__extreme_OBJECTS = \ -"CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o" - -# External object files for target curlt-client-h2-upgrade-extreme -curlt__client__h2__upgrade__extreme_EXTERNAL_OBJECTS = - -external/curl/tests/http/clients/h2-upgrade-extreme: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o -external/curl/tests/http/clients/h2-upgrade-extreme: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make -external/curl/tests/http/clients/h2-upgrade-extreme: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/compiler_depend.ts -external/curl/tests/http/clients/h2-upgrade-extreme: external/curl/lib/libcurl.a -external/curl/tests/http/clients/h2-upgrade-extreme: /usr/lib/libz.so -external/curl/tests/http/clients/h2-upgrade-extreme: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable h2-upgrade-extreme" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curlt-client-h2-upgrade-extreme.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build: external/curl/tests/http/clients/h2-upgrade-extreme -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build - -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -P CMakeFiles/curlt-client-h2-upgrade-extreme.dir/cmake_clean.cmake -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/clean - -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/depend - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/cmake_clean.cmake deleted file mode 100644 index 1b252799..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curlt-client-h2-upgrade-extreme.dir/link.d" - "CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o" - "CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o.d" - "h2-upgrade-extreme" - "h2-upgrade-extreme.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curlt-client-h2-upgrade-extreme.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/compiler_depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/compiler_depend.make deleted file mode 100644 index dd71b653..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curlt-client-h2-upgrade-extreme. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/compiler_depend.ts deleted file mode 100644 index e5d9647e..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curlt-client-h2-upgrade-extreme. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/depend.make deleted file mode 100644 index 71a1a252..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curlt-client-h2-upgrade-extreme. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/flags.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/flags.make deleted file mode 100644 index e3d47c63..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/link.txt b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/link.txt deleted file mode 100644 index f8a74033..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curlt-client-h2-upgrade-extreme.dir/link.d "CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o" -o h2-upgrade-extreme ../../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/progress.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/DependInfo.cmake deleted file mode 100644 index 1d840924..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/http/clients/hx-download.c" "external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o.d" - "" "external/curl/tests/http/clients/hx-download" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make deleted file mode 100644 index f6c5cdac..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/flags.make - -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/codegen: -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/codegen - -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/flags.make -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o: /home/guest/Downloads/PopLib/external/curl/tests/http/clients/hx-download.c -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o -MF CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o.d -o CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/http/clients/hx-download.c - -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlt-client-hx-download.dir/hx-download.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/http/clients/hx-download.c > CMakeFiles/curlt-client-hx-download.dir/hx-download.c.i - -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlt-client-hx-download.dir/hx-download.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/http/clients/hx-download.c -o CMakeFiles/curlt-client-hx-download.dir/hx-download.c.s - -# Object files for target curlt-client-hx-download -curlt__client__hx__download_OBJECTS = \ -"CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o" - -# External object files for target curlt-client-hx-download -curlt__client__hx__download_EXTERNAL_OBJECTS = - -external/curl/tests/http/clients/hx-download: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o -external/curl/tests/http/clients/hx-download: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make -external/curl/tests/http/clients/hx-download: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/compiler_depend.ts -external/curl/tests/http/clients/hx-download: external/curl/lib/libcurl.a -external/curl/tests/http/clients/hx-download: /usr/lib/libz.so -external/curl/tests/http/clients/hx-download: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable hx-download" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curlt-client-hx-download.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build: external/curl/tests/http/clients/hx-download -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build - -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -P CMakeFiles/curlt-client-hx-download.dir/cmake_clean.cmake -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/clean - -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/depend - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/cmake_clean.cmake deleted file mode 100644 index 29b5168b..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curlt-client-hx-download.dir/link.d" - "CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o" - "CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o.d" - "hx-download" - "hx-download.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curlt-client-hx-download.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/compiler_depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/compiler_depend.make deleted file mode 100644 index e81c56ff..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curlt-client-hx-download. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/compiler_depend.ts deleted file mode 100644 index 229df25d..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curlt-client-hx-download. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/depend.make deleted file mode 100644 index c4ed630a..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curlt-client-hx-download. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/flags.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/flags.make deleted file mode 100644 index e3d47c63..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/link.txt b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/link.txt deleted file mode 100644 index e57fac72..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curlt-client-hx-download.dir/link.d "CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o" -o hx-download ../../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/progress.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/DependInfo.cmake deleted file mode 100644 index 1586452b..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/http/clients/hx-upload.c" "external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o.d" - "" "external/curl/tests/http/clients/hx-upload" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make deleted file mode 100644 index 74eedd31..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/flags.make - -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/codegen: -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/codegen - -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/flags.make -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o: /home/guest/Downloads/PopLib/external/curl/tests/http/clients/hx-upload.c -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o -MF CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o.d -o CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/http/clients/hx-upload.c - -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/http/clients/hx-upload.c > CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.i - -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/http/clients/hx-upload.c -o CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.s - -# Object files for target curlt-client-hx-upload -curlt__client__hx__upload_OBJECTS = \ -"CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o" - -# External object files for target curlt-client-hx-upload -curlt__client__hx__upload_EXTERNAL_OBJECTS = - -external/curl/tests/http/clients/hx-upload: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o -external/curl/tests/http/clients/hx-upload: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make -external/curl/tests/http/clients/hx-upload: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/compiler_depend.ts -external/curl/tests/http/clients/hx-upload: external/curl/lib/libcurl.a -external/curl/tests/http/clients/hx-upload: /usr/lib/libz.so -external/curl/tests/http/clients/hx-upload: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable hx-upload" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curlt-client-hx-upload.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build: external/curl/tests/http/clients/hx-upload -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build - -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -P CMakeFiles/curlt-client-hx-upload.dir/cmake_clean.cmake -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/clean - -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/depend - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/cmake_clean.cmake deleted file mode 100644 index 876c862e..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curlt-client-hx-upload.dir/link.d" - "CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o" - "CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o.d" - "hx-upload" - "hx-upload.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curlt-client-hx-upload.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/compiler_depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/compiler_depend.make deleted file mode 100644 index a9f273d5..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curlt-client-hx-upload. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/compiler_depend.ts deleted file mode 100644 index 6b93081e..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curlt-client-hx-upload. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/depend.make deleted file mode 100644 index f73e1b80..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curlt-client-hx-upload. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/flags.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/flags.make deleted file mode 100644 index e3d47c63..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/link.txt b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/link.txt deleted file mode 100644 index e5f4d845..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curlt-client-hx-upload.dir/link.d "CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o" -o hx-upload ../../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/progress.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/DependInfo.cmake deleted file mode 100644 index a8bcb7af..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/http/clients/tls-session-reuse.c" "external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o.d" - "" "external/curl/tests/http/clients/tls-session-reuse" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make deleted file mode 100644 index f9a034a8..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/flags.make - -external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/codegen: -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/codegen - -external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/flags.make -external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o: /home/guest/Downloads/PopLib/external/curl/tests/http/clients/tls-session-reuse.c -external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o -MF CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o.d -o CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/http/clients/tls-session-reuse.c - -external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/http/clients/tls-session-reuse.c > CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.i - -external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/http/clients/tls-session-reuse.c -o CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.s - -# Object files for target curlt-client-tls-session-reuse -curlt__client__tls__session__reuse_OBJECTS = \ -"CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o" - -# External object files for target curlt-client-tls-session-reuse -curlt__client__tls__session__reuse_EXTERNAL_OBJECTS = - -external/curl/tests/http/clients/tls-session-reuse: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o -external/curl/tests/http/clients/tls-session-reuse: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make -external/curl/tests/http/clients/tls-session-reuse: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/compiler_depend.ts -external/curl/tests/http/clients/tls-session-reuse: external/curl/lib/libcurl.a -external/curl/tests/http/clients/tls-session-reuse: /usr/lib/libz.so -external/curl/tests/http/clients/tls-session-reuse: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable tls-session-reuse" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curlt-client-tls-session-reuse.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build: external/curl/tests/http/clients/tls-session-reuse -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build - -external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -P CMakeFiles/curlt-client-tls-session-reuse.dir/cmake_clean.cmake -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/clean - -external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/depend - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/cmake_clean.cmake deleted file mode 100644 index ce3aec59..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curlt-client-tls-session-reuse.dir/link.d" - "CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o" - "CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o.d" - "tls-session-reuse" - "tls-session-reuse.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curlt-client-tls-session-reuse.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/compiler_depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/compiler_depend.make deleted file mode 100644 index 72dd3356..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curlt-client-tls-session-reuse. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/compiler_depend.ts deleted file mode 100644 index 56827111..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curlt-client-tls-session-reuse. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/depend.make deleted file mode 100644 index 41f50721..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curlt-client-tls-session-reuse. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/flags.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/flags.make deleted file mode 100644 index e3d47c63..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/link.txt b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/link.txt deleted file mode 100644 index 48e9d7ff..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curlt-client-tls-session-reuse.dir/link.d "CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o" -o tls-session-reuse ../../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/progress.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/progress.make deleted file mode 100644 index c6f123de..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = 43 -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/DependInfo.cmake deleted file mode 100644 index 38f8ffc4..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/http/clients/upload-pausing.c" "external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o.d" - "" "external/curl/tests/http/clients/upload-pausing" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make deleted file mode 100644 index b9f09321..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/flags.make - -external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/codegen: -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/codegen - -external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/flags.make -external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o: /home/guest/Downloads/PopLib/external/curl/tests/http/clients/upload-pausing.c -external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o -MF CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o.d -o CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/http/clients/upload-pausing.c - -external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/http/clients/upload-pausing.c > CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.i - -external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/http/clients/upload-pausing.c -o CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.s - -# Object files for target curlt-client-upload-pausing -curlt__client__upload__pausing_OBJECTS = \ -"CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o" - -# External object files for target curlt-client-upload-pausing -curlt__client__upload__pausing_EXTERNAL_OBJECTS = - -external/curl/tests/http/clients/upload-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o -external/curl/tests/http/clients/upload-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make -external/curl/tests/http/clients/upload-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/compiler_depend.ts -external/curl/tests/http/clients/upload-pausing: external/curl/lib/libcurl.a -external/curl/tests/http/clients/upload-pausing: /usr/lib/libz.so -external/curl/tests/http/clients/upload-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable upload-pausing" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curlt-client-upload-pausing.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build: external/curl/tests/http/clients/upload-pausing -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build - -external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -P CMakeFiles/curlt-client-upload-pausing.dir/cmake_clean.cmake -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/clean - -external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/depend - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/cmake_clean.cmake deleted file mode 100644 index 02f86d8f..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curlt-client-upload-pausing.dir/link.d" - "CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o" - "CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o.d" - "upload-pausing" - "upload-pausing.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curlt-client-upload-pausing.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/compiler_depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/compiler_depend.make deleted file mode 100644 index adeb1ec7..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curlt-client-upload-pausing. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/compiler_depend.ts deleted file mode 100644 index dd53e7e3..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curlt-client-upload-pausing. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/depend.make deleted file mode 100644 index eafd6b20..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curlt-client-upload-pausing. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/flags.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/flags.make deleted file mode 100644 index e3d47c63..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/link.txt b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/link.txt deleted file mode 100644 index 34d20fe6..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curlt-client-upload-pausing.dir/link.d "CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o" -o upload-pausing ../../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/progress.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/DependInfo.cmake deleted file mode 100644 index 9cc9668a..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/http/clients/ws-data.c" "external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o.d" - "" "external/curl/tests/http/clients/ws-data" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make deleted file mode 100644 index 76357b32..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/flags.make - -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/codegen: -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/codegen - -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/flags.make -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o: /home/guest/Downloads/PopLib/external/curl/tests/http/clients/ws-data.c -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o -MF CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o.d -o CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/http/clients/ws-data.c - -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlt-client-ws-data.dir/ws-data.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/http/clients/ws-data.c > CMakeFiles/curlt-client-ws-data.dir/ws-data.c.i - -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlt-client-ws-data.dir/ws-data.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/http/clients/ws-data.c -o CMakeFiles/curlt-client-ws-data.dir/ws-data.c.s - -# Object files for target curlt-client-ws-data -curlt__client__ws__data_OBJECTS = \ -"CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o" - -# External object files for target curlt-client-ws-data -curlt__client__ws__data_EXTERNAL_OBJECTS = - -external/curl/tests/http/clients/ws-data: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o -external/curl/tests/http/clients/ws-data: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make -external/curl/tests/http/clients/ws-data: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/compiler_depend.ts -external/curl/tests/http/clients/ws-data: external/curl/lib/libcurl.a -external/curl/tests/http/clients/ws-data: /usr/lib/libz.so -external/curl/tests/http/clients/ws-data: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ws-data" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curlt-client-ws-data.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build: external/curl/tests/http/clients/ws-data -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build - -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -P CMakeFiles/curlt-client-ws-data.dir/cmake_clean.cmake -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/clean - -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/depend - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/cmake_clean.cmake deleted file mode 100644 index 641c3fe0..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curlt-client-ws-data.dir/link.d" - "CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o" - "CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o.d" - "ws-data" - "ws-data.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curlt-client-ws-data.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/compiler_depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/compiler_depend.make deleted file mode 100644 index 86293b9b..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curlt-client-ws-data. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/compiler_depend.ts deleted file mode 100644 index 6f66bbd7..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curlt-client-ws-data. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/depend.make deleted file mode 100644 index 2bf3c193..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curlt-client-ws-data. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/flags.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/flags.make deleted file mode 100644 index e3d47c63..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/link.txt b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/link.txt deleted file mode 100644 index b5f9a632..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curlt-client-ws-data.dir/link.d "CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o" -o ws-data ../../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/progress.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/DependInfo.cmake deleted file mode 100644 index d0340d61..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/http/clients/ws-pingpong.c" "external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o.d" - "" "external/curl/tests/http/clients/ws-pingpong" "gcc" "external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make deleted file mode 100644 index 2d0ac2bc..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/flags.make - -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/codegen: -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/codegen - -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/flags.make -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o: /home/guest/Downloads/PopLib/external/curl/tests/http/clients/ws-pingpong.c -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o -MF CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o.d -o CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/http/clients/ws-pingpong.c - -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/http/clients/ws-pingpong.c > CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.i - -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/http/clients/ws-pingpong.c -o CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.s - -# Object files for target curlt-client-ws-pingpong -curlt__client__ws__pingpong_OBJECTS = \ -"CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o" - -# External object files for target curlt-client-ws-pingpong -curlt__client__ws__pingpong_EXTERNAL_OBJECTS = - -external/curl/tests/http/clients/ws-pingpong: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o -external/curl/tests/http/clients/ws-pingpong: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make -external/curl/tests/http/clients/ws-pingpong: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/compiler_depend.ts -external/curl/tests/http/clients/ws-pingpong: external/curl/lib/libcurl.a -external/curl/tests/http/clients/ws-pingpong: /usr/lib/libz.so -external/curl/tests/http/clients/ws-pingpong: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C executable ws-pingpong" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/curlt-client-ws-pingpong.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build: external/curl/tests/http/clients/ws-pingpong -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build - -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -P CMakeFiles/curlt-client-ws-pingpong.dir/cmake_clean.cmake -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/clean - -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/depend - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/cmake_clean.cmake deleted file mode 100644 index c0762a39..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/curlt-client-ws-pingpong.dir/link.d" - "CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o" - "CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o.d" - "ws-pingpong" - "ws-pingpong.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/curlt-client-ws-pingpong.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/compiler_depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/compiler_depend.make deleted file mode 100644 index a66194e0..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for curlt-client-ws-pingpong. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/compiler_depend.ts deleted file mode 100644 index c8553331..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for curlt-client-ws-pingpong. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/depend.make deleted file mode 100644 index 07b1e1d1..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for curlt-client-ws-pingpong. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/flags.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/flags.make deleted file mode 100644 index e3d47c63..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_NO_OLDIES -DCURL_STATICLIB -DHAVE_CONFIG_H -D_CRT_SECURE_NO_DEPRECATE -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/link.txt b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/link.txt deleted file mode 100644 index 2660ab7b..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/curlt-client-ws-pingpong.dir/link.d "CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o" -o ws-pingpong ../../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/progress.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/progress.marks b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/progress.marks deleted file mode 100644 index 573541ac..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -0 diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build.make deleted file mode 100644 index 83a3f5e9..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build.make +++ /dev/null @@ -1,86 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for test-http-clients. - -# Include any custom commands dependencies for this target. -include external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/progress.make - -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen: -.PHONY : external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/codegen - -test-http-clients: external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build.make -.PHONY : test-http-clients - -# Rule to build all files generated by this target. -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build: test-http-clients -.PHONY : external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build - -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients && $(CMAKE_COMMAND) -P CMakeFiles/test-http-clients.dir/cmake_clean.cmake -.PHONY : external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/clean - -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/depend - diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/cmake_clean.cmake deleted file mode 100644 index f4cd71fe..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/cmake_clean.cmake +++ /dev/null @@ -1,5 +0,0 @@ - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/test-http-clients.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/compiler_depend.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/compiler_depend.make deleted file mode 100644 index f61e5938..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for test-http-clients. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/compiler_depend.ts deleted file mode 100644 index 9e5cfb1f..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for test-http-clients. diff --git a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/progress.make b/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/curl/tests/http/clients/Makefile b/build_emscripten/external/curl/tests/http/clients/Makefile deleted file mode 100644 index 606c69fc..00000000 --- a/build_emscripten/external/curl/tests/http/clients/Makefile +++ /dev/null @@ -1,606 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/tests/http/clients//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/rule -.PHONY : external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/rule - -# Convenience name for target. -test-http-clients: external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/rule -.PHONY : test-http-clients - -# fast build rule for target. -test-http-clients/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build.make external/curl/tests/http/clients/CMakeFiles/test-http-clients.dir/build -.PHONY : test-http-clients/fast - -# Convenience name for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/rule -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/rule - -# Convenience name for target. -curlt-client-h2-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/rule -.PHONY : curlt-client-h2-pausing - -# fast build rule for target. -curlt-client-h2-pausing/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build -.PHONY : curlt-client-h2-pausing/fast - -# Convenience name for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/rule -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/rule - -# Convenience name for target. -curlt-client-h2-serverpush: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/rule -.PHONY : curlt-client-h2-serverpush - -# fast build rule for target. -curlt-client-h2-serverpush/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build -.PHONY : curlt-client-h2-serverpush/fast - -# Convenience name for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/rule -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/rule - -# Convenience name for target. -curlt-client-h2-upgrade-extreme: external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/rule -.PHONY : curlt-client-h2-upgrade-extreme - -# fast build rule for target. -curlt-client-h2-upgrade-extreme/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build -.PHONY : curlt-client-h2-upgrade-extreme/fast - -# Convenience name for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/rule -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/rule - -# Convenience name for target. -curlt-client-hx-download: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/rule -.PHONY : curlt-client-hx-download - -# fast build rule for target. -curlt-client-hx-download/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build -.PHONY : curlt-client-hx-download/fast - -# Convenience name for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/rule -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/rule - -# Convenience name for target. -curlt-client-hx-upload: external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/rule -.PHONY : curlt-client-hx-upload - -# fast build rule for target. -curlt-client-hx-upload/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build -.PHONY : curlt-client-hx-upload/fast - -# Convenience name for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/rule -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/rule - -# Convenience name for target. -curlt-client-tls-session-reuse: external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/rule -.PHONY : curlt-client-tls-session-reuse - -# fast build rule for target. -curlt-client-tls-session-reuse/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build -.PHONY : curlt-client-tls-session-reuse/fast - -# Convenience name for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/rule -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/rule - -# Convenience name for target. -curlt-client-upload-pausing: external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/rule -.PHONY : curlt-client-upload-pausing - -# fast build rule for target. -curlt-client-upload-pausing/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build -.PHONY : curlt-client-upload-pausing/fast - -# Convenience name for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/rule -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/rule - -# Convenience name for target. -curlt-client-ws-data: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/rule -.PHONY : curlt-client-ws-data - -# fast build rule for target. -curlt-client-ws-data/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build -.PHONY : curlt-client-ws-data/fast - -# Convenience name for target. -external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/rule -.PHONY : external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/rule - -# Convenience name for target. -curlt-client-ws-pingpong: external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/rule -.PHONY : curlt-client-ws-pingpong - -# fast build rule for target. -curlt-client-ws-pingpong/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build -.PHONY : curlt-client-ws-pingpong/fast - -h2-pausing.o: h2-pausing.c.o -.PHONY : h2-pausing.o - -# target to build an object file -h2-pausing.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.o -.PHONY : h2-pausing.c.o - -h2-pausing.i: h2-pausing.c.i -.PHONY : h2-pausing.i - -# target to preprocess a source file -h2-pausing.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.i -.PHONY : h2-pausing.c.i - -h2-pausing.s: h2-pausing.c.s -.PHONY : h2-pausing.s - -# target to generate assembly for a file -h2-pausing.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-pausing.dir/h2-pausing.c.s -.PHONY : h2-pausing.c.s - -h2-serverpush.o: h2-serverpush.c.o -.PHONY : h2-serverpush.o - -# target to build an object file -h2-serverpush.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.o -.PHONY : h2-serverpush.c.o - -h2-serverpush.i: h2-serverpush.c.i -.PHONY : h2-serverpush.i - -# target to preprocess a source file -h2-serverpush.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.i -.PHONY : h2-serverpush.c.i - -h2-serverpush.s: h2-serverpush.c.s -.PHONY : h2-serverpush.s - -# target to generate assembly for a file -h2-serverpush.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-serverpush.dir/h2-serverpush.c.s -.PHONY : h2-serverpush.c.s - -h2-upgrade-extreme.o: h2-upgrade-extreme.c.o -.PHONY : h2-upgrade-extreme.o - -# target to build an object file -h2-upgrade-extreme.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.o -.PHONY : h2-upgrade-extreme.c.o - -h2-upgrade-extreme.i: h2-upgrade-extreme.c.i -.PHONY : h2-upgrade-extreme.i - -# target to preprocess a source file -h2-upgrade-extreme.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.i -.PHONY : h2-upgrade-extreme.c.i - -h2-upgrade-extreme.s: h2-upgrade-extreme.c.s -.PHONY : h2-upgrade-extreme.s - -# target to generate assembly for a file -h2-upgrade-extreme.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-h2-upgrade-extreme.dir/h2-upgrade-extreme.c.s -.PHONY : h2-upgrade-extreme.c.s - -hx-download.o: hx-download.c.o -.PHONY : hx-download.o - -# target to build an object file -hx-download.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.o -.PHONY : hx-download.c.o - -hx-download.i: hx-download.c.i -.PHONY : hx-download.i - -# target to preprocess a source file -hx-download.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.i -.PHONY : hx-download.c.i - -hx-download.s: hx-download.c.s -.PHONY : hx-download.s - -# target to generate assembly for a file -hx-download.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-download.dir/hx-download.c.s -.PHONY : hx-download.c.s - -hx-upload.o: hx-upload.c.o -.PHONY : hx-upload.o - -# target to build an object file -hx-upload.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.o -.PHONY : hx-upload.c.o - -hx-upload.i: hx-upload.c.i -.PHONY : hx-upload.i - -# target to preprocess a source file -hx-upload.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.i -.PHONY : hx-upload.c.i - -hx-upload.s: hx-upload.c.s -.PHONY : hx-upload.s - -# target to generate assembly for a file -hx-upload.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-hx-upload.dir/hx-upload.c.s -.PHONY : hx-upload.c.s - -tls-session-reuse.o: tls-session-reuse.c.o -.PHONY : tls-session-reuse.o - -# target to build an object file -tls-session-reuse.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.o -.PHONY : tls-session-reuse.c.o - -tls-session-reuse.i: tls-session-reuse.c.i -.PHONY : tls-session-reuse.i - -# target to preprocess a source file -tls-session-reuse.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.i -.PHONY : tls-session-reuse.c.i - -tls-session-reuse.s: tls-session-reuse.c.s -.PHONY : tls-session-reuse.s - -# target to generate assembly for a file -tls-session-reuse.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-tls-session-reuse.dir/tls-session-reuse.c.s -.PHONY : tls-session-reuse.c.s - -upload-pausing.o: upload-pausing.c.o -.PHONY : upload-pausing.o - -# target to build an object file -upload-pausing.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.o -.PHONY : upload-pausing.c.o - -upload-pausing.i: upload-pausing.c.i -.PHONY : upload-pausing.i - -# target to preprocess a source file -upload-pausing.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.i -.PHONY : upload-pausing.c.i - -upload-pausing.s: upload-pausing.c.s -.PHONY : upload-pausing.s - -# target to generate assembly for a file -upload-pausing.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-upload-pausing.dir/upload-pausing.c.s -.PHONY : upload-pausing.c.s - -ws-data.o: ws-data.c.o -.PHONY : ws-data.o - -# target to build an object file -ws-data.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.o -.PHONY : ws-data.c.o - -ws-data.i: ws-data.c.i -.PHONY : ws-data.i - -# target to preprocess a source file -ws-data.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.i -.PHONY : ws-data.c.i - -ws-data.s: ws-data.c.s -.PHONY : ws-data.s - -# target to generate assembly for a file -ws-data.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-data.dir/ws-data.c.s -.PHONY : ws-data.c.s - -ws-pingpong.o: ws-pingpong.c.o -.PHONY : ws-pingpong.o - -# target to build an object file -ws-pingpong.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.o -.PHONY : ws-pingpong.c.o - -ws-pingpong.i: ws-pingpong.c.i -.PHONY : ws-pingpong.i - -# target to preprocess a source file -ws-pingpong.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.i -.PHONY : ws-pingpong.c.i - -ws-pingpong.s: ws-pingpong.c.s -.PHONY : ws-pingpong.s - -# target to generate assembly for a file -ws-pingpong.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/build.make external/curl/tests/http/clients/CMakeFiles/curlt-client-ws-pingpong.dir/ws-pingpong.c.s -.PHONY : ws-pingpong.c.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... test-http-clients" - @echo "... curlt-client-h2-pausing" - @echo "... curlt-client-h2-serverpush" - @echo "... curlt-client-h2-upgrade-extreme" - @echo "... curlt-client-hx-download" - @echo "... curlt-client-hx-upload" - @echo "... curlt-client-tls-session-reuse" - @echo "... curlt-client-upload-pausing" - @echo "... curlt-client-ws-data" - @echo "... curlt-client-ws-pingpong" - @echo "... h2-pausing.o" - @echo "... h2-pausing.i" - @echo "... h2-pausing.s" - @echo "... h2-serverpush.o" - @echo "... h2-serverpush.i" - @echo "... h2-serverpush.s" - @echo "... h2-upgrade-extreme.o" - @echo "... h2-upgrade-extreme.i" - @echo "... h2-upgrade-extreme.s" - @echo "... hx-download.o" - @echo "... hx-download.i" - @echo "... hx-download.s" - @echo "... hx-upload.o" - @echo "... hx-upload.i" - @echo "... hx-upload.s" - @echo "... tls-session-reuse.o" - @echo "... tls-session-reuse.i" - @echo "... tls-session-reuse.s" - @echo "... upload-pausing.o" - @echo "... upload-pausing.i" - @echo "... upload-pausing.s" - @echo "... ws-data.o" - @echo "... ws-data.i" - @echo "... ws-data.s" - @echo "... ws-pingpong.o" - @echo "... ws-pingpong.i" - @echo "... ws-pingpong.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/tests/http/clients/Makefile.inc.cmake b/build_emscripten/external/curl/tests/http/clients/Makefile.inc.cmake deleted file mode 100644 index 51974fd7..00000000 --- a/build_emscripten/external/curl/tests/http/clients/Makefile.inc.cmake +++ /dev/null @@ -1,35 +0,0 @@ -#*************************************************************************** -# _ _ ____ _ -# Project ___| | | | _ \| | -# / __| | | | |_) | | -# | (__| |_| | _ <| |___ -# \___|\___/|_| \_\_____| -# -# Copyright (C) Daniel Stenberg, , et al. -# -# This software is licensed as described in the file COPYING, which -# you should have received as part of this distribution. The terms -# are also available at https://curl.se/docs/copyright.html. -# -# You may opt to use, copy, modify, merge, publish, distribute and/or sell -# copies of the Software, and permit persons to whom the Software is -# furnished to do so, under the terms of the COPYING file. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -# SPDX-License-Identifier: curl -# -########################################################################### - -# These are all libcurl example programs to be test compiled -set(check_PROGRAMS - h2-pausing - h2-serverpush - h2-upgrade-extreme - hx-download - hx-upload - tls-session-reuse - upload-pausing - ws-data - ws-pingpong) diff --git a/build_emscripten/external/curl/tests/http/clients/cmake_install.cmake b/build_emscripten/external/curl/tests/http/clients/cmake_install.cmake deleted file mode 100644 index 4e0ea5c3..00000000 --- a/build_emscripten/external/curl/tests/http/clients/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/curl/tests/http/clients - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/tests/http/clients/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/curl/tests/http/cmake_install.cmake b/build_emscripten/external/curl/tests/http/cmake_install.cmake deleted file mode 100644 index 77bedbbc..00000000 --- a/build_emscripten/external/curl/tests/http/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/curl/tests/http - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/tests/http/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/curl/tests/http/config.ini b/build_emscripten/external/curl/tests/http/config.ini deleted file mode 100644 index 2aaaaaeb..00000000 --- a/build_emscripten/external/curl/tests/http/config.ini +++ /dev/null @@ -1,39 +0,0 @@ -# -*- coding: utf-8 -*- -#*************************************************************************** -# _ _ ____ _ -# Project ___| | | | _ \| | -# / __| | | | |_) | | -# | (__| |_| | _ <| |___ -# \___|\___/|_| \_\_____| -# -# Copyright (C) Daniel Stenberg, , et al. -# -# This software is licensed as described in the file COPYING, which -# you should have received as part of this distribution. The terms -# are also available at https://curl.se/docs/copyright.html. -# -# You may opt to use, copy, modify, merge, publish, distribute and/or sell -# copies of the Software, and permit persons to whom the Software is -# furnished to do so, under the terms of the COPYING file. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -# SPDX-License-Identifier: curl -# -########################################################################### -# -[global] - -[httpd] -apxs = -httpd = - -[nghttpx] -nghttpx = - -[caddy] -caddy = - -[vsftpd] -vsftpd = diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/DependInfo.cmake deleted file mode 100644 index b07b1816..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1156.c" "external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1156" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1156.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make deleted file mode 100644 index 84c175b0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1156.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1156.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1156.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1156.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1156.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.o: external/curl/tests/libtest/CMakeFiles/lib1156.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1156.c -external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.o: external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.o -MF CMakeFiles/lib1156.dir/lib1156.c.o.d -o CMakeFiles/lib1156.dir/lib1156.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1156.c - -external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1156.dir/lib1156.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1156.c > CMakeFiles/lib1156.dir/lib1156.c.i - -external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1156.dir/lib1156.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1156.c -o CMakeFiles/lib1156.dir/lib1156.c.s - -external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1156.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.o -MF CMakeFiles/lib1156.dir/first.c.o.d -o CMakeFiles/lib1156.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1156.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1156.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1156.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1156.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1156.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.o -MF CMakeFiles/lib1156.dir/testutil.c.o.d -o CMakeFiles/lib1156.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1156.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1156.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1156.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1156.dir/testutil.c.s - -# Object files for target lib1156 -lib1156_OBJECTS = \ -"CMakeFiles/lib1156.dir/lib1156.c.o" \ -"CMakeFiles/lib1156.dir/first.c.o" \ -"CMakeFiles/lib1156.dir/testutil.c.o" - -# External object files for target lib1156 -lib1156_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1156: external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.o -external/curl/tests/libtest/lib1156: external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.o -external/curl/tests/libtest/lib1156: external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.o -external/curl/tests/libtest/lib1156: external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make -external/curl/tests/libtest/lib1156: external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.ts -external/curl/tests/libtest/lib1156: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1156: /usr/lib/libz.so -external/curl/tests/libtest/lib1156: external/curl/tests/libtest/CMakeFiles/lib1156.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1156" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1156.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1156.dir/build: external/curl/tests/libtest/lib1156 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1156.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1156.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1156.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1156.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1156.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1156.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1156.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/cmake_clean.cmake deleted file mode 100644 index d9fc0f23..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1156.dir/link.d" - "CMakeFiles/lib1156.dir/first.c.o" - "CMakeFiles/lib1156.dir/first.c.o.d" - "CMakeFiles/lib1156.dir/lib1156.c.o" - "CMakeFiles/lib1156.dir/lib1156.c.o.d" - "CMakeFiles/lib1156.dir/testutil.c.o" - "CMakeFiles/lib1156.dir/testutil.c.o.d" - "lib1156" - "lib1156.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1156.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.make deleted file mode 100644 index 869f6739..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1156. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.ts deleted file mode 100644 index ab3c60d5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1156. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/depend.make deleted file mode 100644 index de1aafcc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1156. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/flags.make deleted file mode 100644 index 4b69822a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1156 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/link.txt deleted file mode 100644 index 29b16b7c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1156.dir/link.d CMakeFiles/lib1156.dir/lib1156.c.o CMakeFiles/lib1156.dir/first.c.o CMakeFiles/lib1156.dir/testutil.c.o -o lib1156 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1156.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/DependInfo.cmake deleted file mode 100644 index 77640c1f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1301.c" "external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1301" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1301.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make deleted file mode 100644 index 224367e5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1301.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1301.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1301.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1301.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1301.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.o: external/curl/tests/libtest/CMakeFiles/lib1301.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1301.c -external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.o: external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.o -MF CMakeFiles/lib1301.dir/lib1301.c.o.d -o CMakeFiles/lib1301.dir/lib1301.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1301.c - -external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1301.dir/lib1301.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1301.c > CMakeFiles/lib1301.dir/lib1301.c.i - -external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1301.dir/lib1301.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1301.c -o CMakeFiles/lib1301.dir/lib1301.c.s - -external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1301.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.o -MF CMakeFiles/lib1301.dir/first.c.o.d -o CMakeFiles/lib1301.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1301.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1301.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1301.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1301.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1301.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.o -MF CMakeFiles/lib1301.dir/testutil.c.o.d -o CMakeFiles/lib1301.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1301.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1301.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1301.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1301.dir/testutil.c.s - -# Object files for target lib1301 -lib1301_OBJECTS = \ -"CMakeFiles/lib1301.dir/lib1301.c.o" \ -"CMakeFiles/lib1301.dir/first.c.o" \ -"CMakeFiles/lib1301.dir/testutil.c.o" - -# External object files for target lib1301 -lib1301_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1301: external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.o -external/curl/tests/libtest/lib1301: external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.o -external/curl/tests/libtest/lib1301: external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.o -external/curl/tests/libtest/lib1301: external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make -external/curl/tests/libtest/lib1301: external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.ts -external/curl/tests/libtest/lib1301: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1301: /usr/lib/libz.so -external/curl/tests/libtest/lib1301: external/curl/tests/libtest/CMakeFiles/lib1301.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1301" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1301.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1301.dir/build: external/curl/tests/libtest/lib1301 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1301.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1301.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1301.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1301.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1301.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1301.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1301.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/cmake_clean.cmake deleted file mode 100644 index 139ab66b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1301.dir/link.d" - "CMakeFiles/lib1301.dir/first.c.o" - "CMakeFiles/lib1301.dir/first.c.o.d" - "CMakeFiles/lib1301.dir/lib1301.c.o" - "CMakeFiles/lib1301.dir/lib1301.c.o.d" - "CMakeFiles/lib1301.dir/testutil.c.o" - "CMakeFiles/lib1301.dir/testutil.c.o.d" - "lib1301" - "lib1301.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1301.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.make deleted file mode 100644 index addcc05c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1301. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.ts deleted file mode 100644 index 1662aeca..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1301. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/depend.make deleted file mode 100644 index 8c155ec5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1301. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/flags.make deleted file mode 100644 index a735ac1e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1301 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/link.txt deleted file mode 100644 index 64beb064..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1301.dir/link.d CMakeFiles/lib1301.dir/lib1301.c.o CMakeFiles/lib1301.dir/first.c.o CMakeFiles/lib1301.dir/testutil.c.o -o lib1301 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1301.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/DependInfo.cmake deleted file mode 100644 index 1c5b87c7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1308.c" "external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.o.d" - "" "external/curl/tests/libtest/lib1308" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1308.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make deleted file mode 100644 index e08a5771..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1308.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1308.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1308.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1308.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1308.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.o: external/curl/tests/libtest/CMakeFiles/lib1308.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1308.c -external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.o: external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.o -MF CMakeFiles/lib1308.dir/lib1308.c.o.d -o CMakeFiles/lib1308.dir/lib1308.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1308.c - -external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1308.dir/lib1308.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1308.c > CMakeFiles/lib1308.dir/lib1308.c.i - -external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1308.dir/lib1308.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1308.c -o CMakeFiles/lib1308.dir/lib1308.c.s - -external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1308.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.o -MF CMakeFiles/lib1308.dir/first.c.o.d -o CMakeFiles/lib1308.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1308.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1308.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1308.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1308.dir/first.c.s - -# Object files for target lib1308 -lib1308_OBJECTS = \ -"CMakeFiles/lib1308.dir/lib1308.c.o" \ -"CMakeFiles/lib1308.dir/first.c.o" - -# External object files for target lib1308 -lib1308_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1308: external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.o -external/curl/tests/libtest/lib1308: external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.o -external/curl/tests/libtest/lib1308: external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make -external/curl/tests/libtest/lib1308: external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.ts -external/curl/tests/libtest/lib1308: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1308: /usr/lib/libz.so -external/curl/tests/libtest/lib1308: external/curl/tests/libtest/CMakeFiles/lib1308.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1308" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1308.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1308.dir/build: external/curl/tests/libtest/lib1308 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1308.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1308.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1308.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1308.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1308.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1308.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1308.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/cmake_clean.cmake deleted file mode 100644 index fb664e4a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1308.dir/link.d" - "CMakeFiles/lib1308.dir/first.c.o" - "CMakeFiles/lib1308.dir/first.c.o.d" - "CMakeFiles/lib1308.dir/lib1308.c.o" - "CMakeFiles/lib1308.dir/lib1308.c.o.d" - "lib1308" - "lib1308.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1308.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.make deleted file mode 100644 index 025bea73..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1308. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.ts deleted file mode 100644 index 8af25ac9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1308. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/depend.make deleted file mode 100644 index bc4e550a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1308. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/flags.make deleted file mode 100644 index bc564d58..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1308 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/link.txt deleted file mode 100644 index d3450662..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1308.dir/link.d CMakeFiles/lib1308.dir/lib1308.c.o CMakeFiles/lib1308.dir/first.c.o -o lib1308 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1308.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/DependInfo.cmake deleted file mode 100644 index 04f8316d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1485.c" "external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1485" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1485.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make deleted file mode 100644 index b6dc3561..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1485.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1485.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1485.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1485.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1485.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.o: external/curl/tests/libtest/CMakeFiles/lib1485.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1485.c -external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.o: external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.o -MF CMakeFiles/lib1485.dir/lib1485.c.o.d -o CMakeFiles/lib1485.dir/lib1485.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1485.c - -external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1485.dir/lib1485.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1485.c > CMakeFiles/lib1485.dir/lib1485.c.i - -external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1485.dir/lib1485.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1485.c -o CMakeFiles/lib1485.dir/lib1485.c.s - -external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1485.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.o -MF CMakeFiles/lib1485.dir/first.c.o.d -o CMakeFiles/lib1485.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1485.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1485.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1485.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1485.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1485.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.o -MF CMakeFiles/lib1485.dir/testutil.c.o.d -o CMakeFiles/lib1485.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1485.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1485.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1485.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1485.dir/testutil.c.s - -# Object files for target lib1485 -lib1485_OBJECTS = \ -"CMakeFiles/lib1485.dir/lib1485.c.o" \ -"CMakeFiles/lib1485.dir/first.c.o" \ -"CMakeFiles/lib1485.dir/testutil.c.o" - -# External object files for target lib1485 -lib1485_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1485: external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.o -external/curl/tests/libtest/lib1485: external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.o -external/curl/tests/libtest/lib1485: external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.o -external/curl/tests/libtest/lib1485: external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make -external/curl/tests/libtest/lib1485: external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.ts -external/curl/tests/libtest/lib1485: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1485: /usr/lib/libz.so -external/curl/tests/libtest/lib1485: external/curl/tests/libtest/CMakeFiles/lib1485.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1485" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1485.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1485.dir/build: external/curl/tests/libtest/lib1485 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1485.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1485.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1485.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1485.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1485.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1485.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1485.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/cmake_clean.cmake deleted file mode 100644 index 4942909e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1485.dir/link.d" - "CMakeFiles/lib1485.dir/first.c.o" - "CMakeFiles/lib1485.dir/first.c.o.d" - "CMakeFiles/lib1485.dir/lib1485.c.o" - "CMakeFiles/lib1485.dir/lib1485.c.o.d" - "CMakeFiles/lib1485.dir/testutil.c.o" - "CMakeFiles/lib1485.dir/testutil.c.o.d" - "lib1485" - "lib1485.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1485.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.make deleted file mode 100644 index 2789d86e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1485. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.ts deleted file mode 100644 index 56fe0d32..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1485. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/depend.make deleted file mode 100644 index 291a1312..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1485. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/flags.make deleted file mode 100644 index f921b352..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1485 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/link.txt deleted file mode 100644 index 8ee3dfd3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1485.dir/link.d CMakeFiles/lib1485.dir/lib1485.c.o CMakeFiles/lib1485.dir/first.c.o CMakeFiles/lib1485.dir/testutil.c.o -o lib1485 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1485.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/DependInfo.cmake deleted file mode 100644 index 8a22a3c1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1500.c" "external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1500" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1500.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make deleted file mode 100644 index 57e71f7a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1500.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1500.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1500.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1500.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1500.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.o: external/curl/tests/libtest/CMakeFiles/lib1500.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1500.c -external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.o: external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.o -MF CMakeFiles/lib1500.dir/lib1500.c.o.d -o CMakeFiles/lib1500.dir/lib1500.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1500.c - -external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1500.dir/lib1500.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1500.c > CMakeFiles/lib1500.dir/lib1500.c.i - -external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1500.dir/lib1500.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1500.c -o CMakeFiles/lib1500.dir/lib1500.c.s - -external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1500.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.o -MF CMakeFiles/lib1500.dir/first.c.o.d -o CMakeFiles/lib1500.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1500.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1500.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1500.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1500.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1500.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.o -MF CMakeFiles/lib1500.dir/testutil.c.o.d -o CMakeFiles/lib1500.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1500.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1500.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1500.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1500.dir/testutil.c.s - -# Object files for target lib1500 -lib1500_OBJECTS = \ -"CMakeFiles/lib1500.dir/lib1500.c.o" \ -"CMakeFiles/lib1500.dir/first.c.o" \ -"CMakeFiles/lib1500.dir/testutil.c.o" - -# External object files for target lib1500 -lib1500_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1500: external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.o -external/curl/tests/libtest/lib1500: external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.o -external/curl/tests/libtest/lib1500: external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.o -external/curl/tests/libtest/lib1500: external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make -external/curl/tests/libtest/lib1500: external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.ts -external/curl/tests/libtest/lib1500: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1500: /usr/lib/libz.so -external/curl/tests/libtest/lib1500: external/curl/tests/libtest/CMakeFiles/lib1500.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1500" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1500.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1500.dir/build: external/curl/tests/libtest/lib1500 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1500.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1500.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1500.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1500.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1500.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1500.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1500.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/cmake_clean.cmake deleted file mode 100644 index 3ac651b3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1500.dir/link.d" - "CMakeFiles/lib1500.dir/first.c.o" - "CMakeFiles/lib1500.dir/first.c.o.d" - "CMakeFiles/lib1500.dir/lib1500.c.o" - "CMakeFiles/lib1500.dir/lib1500.c.o.d" - "CMakeFiles/lib1500.dir/testutil.c.o" - "CMakeFiles/lib1500.dir/testutil.c.o.d" - "lib1500" - "lib1500.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1500.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.make deleted file mode 100644 index 9f7d4893..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1500. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.ts deleted file mode 100644 index 82e76544..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1500. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/depend.make deleted file mode 100644 index 20b1e4c7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1500. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/flags.make deleted file mode 100644 index f41088c4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1500 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/link.txt deleted file mode 100644 index 883455b5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1500.dir/link.d CMakeFiles/lib1500.dir/lib1500.c.o CMakeFiles/lib1500.dir/first.c.o CMakeFiles/lib1500.dir/testutil.c.o -o lib1500 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1500.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/DependInfo.cmake deleted file mode 100644 index bd687a14..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1501.c" "external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1501" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1501.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make deleted file mode 100644 index 5179f55b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1501.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1501.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1501.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1501.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1501.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.o: external/curl/tests/libtest/CMakeFiles/lib1501.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1501.c -external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.o: external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.o -MF CMakeFiles/lib1501.dir/lib1501.c.o.d -o CMakeFiles/lib1501.dir/lib1501.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1501.c - -external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1501.dir/lib1501.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1501.c > CMakeFiles/lib1501.dir/lib1501.c.i - -external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1501.dir/lib1501.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1501.c -o CMakeFiles/lib1501.dir/lib1501.c.s - -external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1501.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.o -MF CMakeFiles/lib1501.dir/first.c.o.d -o CMakeFiles/lib1501.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1501.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1501.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1501.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1501.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1501.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.o -MF CMakeFiles/lib1501.dir/testutil.c.o.d -o CMakeFiles/lib1501.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1501.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1501.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1501.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1501.dir/testutil.c.s - -# Object files for target lib1501 -lib1501_OBJECTS = \ -"CMakeFiles/lib1501.dir/lib1501.c.o" \ -"CMakeFiles/lib1501.dir/first.c.o" \ -"CMakeFiles/lib1501.dir/testutil.c.o" - -# External object files for target lib1501 -lib1501_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1501: external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.o -external/curl/tests/libtest/lib1501: external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.o -external/curl/tests/libtest/lib1501: external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.o -external/curl/tests/libtest/lib1501: external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make -external/curl/tests/libtest/lib1501: external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.ts -external/curl/tests/libtest/lib1501: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1501: /usr/lib/libz.so -external/curl/tests/libtest/lib1501: external/curl/tests/libtest/CMakeFiles/lib1501.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1501" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1501.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1501.dir/build: external/curl/tests/libtest/lib1501 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1501.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1501.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1501.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1501.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1501.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1501.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1501.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/cmake_clean.cmake deleted file mode 100644 index 6ee49773..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1501.dir/link.d" - "CMakeFiles/lib1501.dir/first.c.o" - "CMakeFiles/lib1501.dir/first.c.o.d" - "CMakeFiles/lib1501.dir/lib1501.c.o" - "CMakeFiles/lib1501.dir/lib1501.c.o.d" - "CMakeFiles/lib1501.dir/testutil.c.o" - "CMakeFiles/lib1501.dir/testutil.c.o.d" - "lib1501" - "lib1501.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1501.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.make deleted file mode 100644 index 87eba422..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1501. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.ts deleted file mode 100644 index 2c4f9726..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1501. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/depend.make deleted file mode 100644 index a5ab70dc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1501. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/flags.make deleted file mode 100644 index e1cad85f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1501 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/link.txt deleted file mode 100644 index 40d5107a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1501.dir/link.d CMakeFiles/lib1501.dir/lib1501.c.o CMakeFiles/lib1501.dir/first.c.o CMakeFiles/lib1501.dir/testutil.c.o -o lib1501 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1501.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/DependInfo.cmake deleted file mode 100644 index cdeabefc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c" "external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1502" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1502.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make deleted file mode 100644 index 286ed868..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1502.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1502.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1502.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1502.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1502.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.o: external/curl/tests/libtest/CMakeFiles/lib1502.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c -external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.o: external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.o -MF CMakeFiles/lib1502.dir/lib1502.c.o.d -o CMakeFiles/lib1502.dir/lib1502.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c - -external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1502.dir/lib1502.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c > CMakeFiles/lib1502.dir/lib1502.c.i - -external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1502.dir/lib1502.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c -o CMakeFiles/lib1502.dir/lib1502.c.s - -external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1502.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.o -MF CMakeFiles/lib1502.dir/first.c.o.d -o CMakeFiles/lib1502.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1502.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1502.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1502.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1502.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1502.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.o -MF CMakeFiles/lib1502.dir/testutil.c.o.d -o CMakeFiles/lib1502.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1502.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1502.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1502.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1502.dir/testutil.c.s - -# Object files for target lib1502 -lib1502_OBJECTS = \ -"CMakeFiles/lib1502.dir/lib1502.c.o" \ -"CMakeFiles/lib1502.dir/first.c.o" \ -"CMakeFiles/lib1502.dir/testutil.c.o" - -# External object files for target lib1502 -lib1502_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1502: external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.o -external/curl/tests/libtest/lib1502: external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.o -external/curl/tests/libtest/lib1502: external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.o -external/curl/tests/libtest/lib1502: external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make -external/curl/tests/libtest/lib1502: external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.ts -external/curl/tests/libtest/lib1502: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1502: /usr/lib/libz.so -external/curl/tests/libtest/lib1502: external/curl/tests/libtest/CMakeFiles/lib1502.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1502" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1502.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1502.dir/build: external/curl/tests/libtest/lib1502 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1502.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1502.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1502.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1502.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1502.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1502.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1502.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/cmake_clean.cmake deleted file mode 100644 index ab7386b4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1502.dir/link.d" - "CMakeFiles/lib1502.dir/first.c.o" - "CMakeFiles/lib1502.dir/first.c.o.d" - "CMakeFiles/lib1502.dir/lib1502.c.o" - "CMakeFiles/lib1502.dir/lib1502.c.o.d" - "CMakeFiles/lib1502.dir/testutil.c.o" - "CMakeFiles/lib1502.dir/testutil.c.o.d" - "lib1502" - "lib1502.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1502.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.make deleted file mode 100644 index 2e2e1c5f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1502. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.ts deleted file mode 100644 index bfa55607..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1502. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/depend.make deleted file mode 100644 index 062b1265..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1502. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/flags.make deleted file mode 100644 index 621dcc7f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1502 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/link.txt deleted file mode 100644 index 333947b6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1502.dir/link.d CMakeFiles/lib1502.dir/lib1502.c.o CMakeFiles/lib1502.dir/first.c.o CMakeFiles/lib1502.dir/testutil.c.o -o lib1502 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/progress.make deleted file mode 100644 index d0e7af2e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1502.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = 51 -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/DependInfo.cmake deleted file mode 100644 index 4649f192..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c" "external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1503" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1503.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make deleted file mode 100644 index 4be0681c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1503.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1503.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1503.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1503.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1503.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.o: external/curl/tests/libtest/CMakeFiles/lib1503.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c -external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.o: external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.o -MF CMakeFiles/lib1503.dir/lib1502.c.o.d -o CMakeFiles/lib1503.dir/lib1502.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c - -external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1503.dir/lib1502.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c > CMakeFiles/lib1503.dir/lib1502.c.i - -external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1503.dir/lib1502.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c -o CMakeFiles/lib1503.dir/lib1502.c.s - -external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1503.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.o -MF CMakeFiles/lib1503.dir/first.c.o.d -o CMakeFiles/lib1503.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1503.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1503.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1503.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1503.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1503.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.o -MF CMakeFiles/lib1503.dir/testutil.c.o.d -o CMakeFiles/lib1503.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1503.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1503.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1503.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1503.dir/testutil.c.s - -# Object files for target lib1503 -lib1503_OBJECTS = \ -"CMakeFiles/lib1503.dir/lib1502.c.o" \ -"CMakeFiles/lib1503.dir/first.c.o" \ -"CMakeFiles/lib1503.dir/testutil.c.o" - -# External object files for target lib1503 -lib1503_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1503: external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.o -external/curl/tests/libtest/lib1503: external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.o -external/curl/tests/libtest/lib1503: external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.o -external/curl/tests/libtest/lib1503: external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make -external/curl/tests/libtest/lib1503: external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.ts -external/curl/tests/libtest/lib1503: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1503: /usr/lib/libz.so -external/curl/tests/libtest/lib1503: external/curl/tests/libtest/CMakeFiles/lib1503.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1503" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1503.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1503.dir/build: external/curl/tests/libtest/lib1503 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1503.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1503.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1503.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1503.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1503.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1503.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1503.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/cmake_clean.cmake deleted file mode 100644 index 17296118..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1503.dir/link.d" - "CMakeFiles/lib1503.dir/first.c.o" - "CMakeFiles/lib1503.dir/first.c.o.d" - "CMakeFiles/lib1503.dir/lib1502.c.o" - "CMakeFiles/lib1503.dir/lib1502.c.o.d" - "CMakeFiles/lib1503.dir/testutil.c.o" - "CMakeFiles/lib1503.dir/testutil.c.o.d" - "lib1503" - "lib1503.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1503.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.make deleted file mode 100644 index 63edf9bf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1503. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.ts deleted file mode 100644 index f2aa3caf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1503. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/depend.make deleted file mode 100644 index d390f447..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1503. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/flags.make deleted file mode 100644 index e38a3e21..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1503 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/link.txt deleted file mode 100644 index 066d2f9c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1503.dir/link.d CMakeFiles/lib1503.dir/lib1502.c.o CMakeFiles/lib1503.dir/first.c.o CMakeFiles/lib1503.dir/testutil.c.o -o lib1503 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1503.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/DependInfo.cmake deleted file mode 100644 index 88c2e55f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c" "external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1504" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1504.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make deleted file mode 100644 index 730655d6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1504.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1504.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1504.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1504.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1504.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.o: external/curl/tests/libtest/CMakeFiles/lib1504.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c -external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.o: external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.o -MF CMakeFiles/lib1504.dir/lib1502.c.o.d -o CMakeFiles/lib1504.dir/lib1502.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c - -external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1504.dir/lib1502.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c > CMakeFiles/lib1504.dir/lib1502.c.i - -external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1504.dir/lib1502.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c -o CMakeFiles/lib1504.dir/lib1502.c.s - -external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1504.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.o -MF CMakeFiles/lib1504.dir/first.c.o.d -o CMakeFiles/lib1504.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1504.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1504.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1504.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1504.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1504.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.o -MF CMakeFiles/lib1504.dir/testutil.c.o.d -o CMakeFiles/lib1504.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1504.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1504.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1504.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1504.dir/testutil.c.s - -# Object files for target lib1504 -lib1504_OBJECTS = \ -"CMakeFiles/lib1504.dir/lib1502.c.o" \ -"CMakeFiles/lib1504.dir/first.c.o" \ -"CMakeFiles/lib1504.dir/testutil.c.o" - -# External object files for target lib1504 -lib1504_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1504: external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.o -external/curl/tests/libtest/lib1504: external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.o -external/curl/tests/libtest/lib1504: external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.o -external/curl/tests/libtest/lib1504: external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make -external/curl/tests/libtest/lib1504: external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.ts -external/curl/tests/libtest/lib1504: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1504: /usr/lib/libz.so -external/curl/tests/libtest/lib1504: external/curl/tests/libtest/CMakeFiles/lib1504.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1504" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1504.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1504.dir/build: external/curl/tests/libtest/lib1504 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1504.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1504.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1504.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1504.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1504.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1504.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1504.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/cmake_clean.cmake deleted file mode 100644 index ea5dab5b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1504.dir/link.d" - "CMakeFiles/lib1504.dir/first.c.o" - "CMakeFiles/lib1504.dir/first.c.o.d" - "CMakeFiles/lib1504.dir/lib1502.c.o" - "CMakeFiles/lib1504.dir/lib1502.c.o.d" - "CMakeFiles/lib1504.dir/testutil.c.o" - "CMakeFiles/lib1504.dir/testutil.c.o.d" - "lib1504" - "lib1504.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1504.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.make deleted file mode 100644 index 3f419c71..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1504. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.ts deleted file mode 100644 index 34512d0a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1504. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/depend.make deleted file mode 100644 index 388d9d54..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1504. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/flags.make deleted file mode 100644 index 8a7933d7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1504 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/link.txt deleted file mode 100644 index 4fa8729d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1504.dir/link.d CMakeFiles/lib1504.dir/lib1502.c.o CMakeFiles/lib1504.dir/first.c.o CMakeFiles/lib1504.dir/testutil.c.o -o lib1504 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1504.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/DependInfo.cmake deleted file mode 100644 index 65d67b01..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c" "external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1505" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1505.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make deleted file mode 100644 index 5e0e76dc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1505.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1505.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1505.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1505.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1505.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.o: external/curl/tests/libtest/CMakeFiles/lib1505.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c -external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.o: external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.o -MF CMakeFiles/lib1505.dir/lib1502.c.o.d -o CMakeFiles/lib1505.dir/lib1502.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c - -external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1505.dir/lib1502.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c > CMakeFiles/lib1505.dir/lib1502.c.i - -external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1505.dir/lib1502.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1502.c -o CMakeFiles/lib1505.dir/lib1502.c.s - -external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1505.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.o -MF CMakeFiles/lib1505.dir/first.c.o.d -o CMakeFiles/lib1505.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1505.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1505.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1505.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1505.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1505.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.o -MF CMakeFiles/lib1505.dir/testutil.c.o.d -o CMakeFiles/lib1505.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1505.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1505.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1505.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1505.dir/testutil.c.s - -# Object files for target lib1505 -lib1505_OBJECTS = \ -"CMakeFiles/lib1505.dir/lib1502.c.o" \ -"CMakeFiles/lib1505.dir/first.c.o" \ -"CMakeFiles/lib1505.dir/testutil.c.o" - -# External object files for target lib1505 -lib1505_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1505: external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.o -external/curl/tests/libtest/lib1505: external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.o -external/curl/tests/libtest/lib1505: external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.o -external/curl/tests/libtest/lib1505: external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make -external/curl/tests/libtest/lib1505: external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.ts -external/curl/tests/libtest/lib1505: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1505: /usr/lib/libz.so -external/curl/tests/libtest/lib1505: external/curl/tests/libtest/CMakeFiles/lib1505.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1505" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1505.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1505.dir/build: external/curl/tests/libtest/lib1505 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1505.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1505.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1505.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1505.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1505.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1505.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1505.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/cmake_clean.cmake deleted file mode 100644 index c16ab4a7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1505.dir/link.d" - "CMakeFiles/lib1505.dir/first.c.o" - "CMakeFiles/lib1505.dir/first.c.o.d" - "CMakeFiles/lib1505.dir/lib1502.c.o" - "CMakeFiles/lib1505.dir/lib1502.c.o.d" - "CMakeFiles/lib1505.dir/testutil.c.o" - "CMakeFiles/lib1505.dir/testutil.c.o.d" - "lib1505" - "lib1505.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1505.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.make deleted file mode 100644 index 658ca06e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1505. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.ts deleted file mode 100644 index 2528a792..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1505. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/depend.make deleted file mode 100644 index 68fd4777..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1505. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/flags.make deleted file mode 100644 index 2757f78a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1505 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/link.txt deleted file mode 100644 index e0815d30..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1505.dir/link.d CMakeFiles/lib1505.dir/lib1502.c.o CMakeFiles/lib1505.dir/first.c.o CMakeFiles/lib1505.dir/testutil.c.o -o lib1505 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1505.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/DependInfo.cmake deleted file mode 100644 index 1ce13c97..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1506.c" "external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1506" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1506.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make deleted file mode 100644 index 69643687..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1506.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1506.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1506.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1506.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1506.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.o: external/curl/tests/libtest/CMakeFiles/lib1506.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1506.c -external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.o: external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.o -MF CMakeFiles/lib1506.dir/lib1506.c.o.d -o CMakeFiles/lib1506.dir/lib1506.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1506.c - -external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1506.dir/lib1506.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1506.c > CMakeFiles/lib1506.dir/lib1506.c.i - -external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1506.dir/lib1506.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1506.c -o CMakeFiles/lib1506.dir/lib1506.c.s - -external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1506.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.o -MF CMakeFiles/lib1506.dir/first.c.o.d -o CMakeFiles/lib1506.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1506.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1506.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1506.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1506.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1506.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.o -MF CMakeFiles/lib1506.dir/testutil.c.o.d -o CMakeFiles/lib1506.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1506.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1506.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1506.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1506.dir/testutil.c.s - -# Object files for target lib1506 -lib1506_OBJECTS = \ -"CMakeFiles/lib1506.dir/lib1506.c.o" \ -"CMakeFiles/lib1506.dir/first.c.o" \ -"CMakeFiles/lib1506.dir/testutil.c.o" - -# External object files for target lib1506 -lib1506_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1506: external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.o -external/curl/tests/libtest/lib1506: external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.o -external/curl/tests/libtest/lib1506: external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.o -external/curl/tests/libtest/lib1506: external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make -external/curl/tests/libtest/lib1506: external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.ts -external/curl/tests/libtest/lib1506: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1506: /usr/lib/libz.so -external/curl/tests/libtest/lib1506: external/curl/tests/libtest/CMakeFiles/lib1506.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1506" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1506.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1506.dir/build: external/curl/tests/libtest/lib1506 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1506.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1506.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1506.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1506.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1506.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1506.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1506.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/cmake_clean.cmake deleted file mode 100644 index 2846c8cf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1506.dir/link.d" - "CMakeFiles/lib1506.dir/first.c.o" - "CMakeFiles/lib1506.dir/first.c.o.d" - "CMakeFiles/lib1506.dir/lib1506.c.o" - "CMakeFiles/lib1506.dir/lib1506.c.o.d" - "CMakeFiles/lib1506.dir/testutil.c.o" - "CMakeFiles/lib1506.dir/testutil.c.o.d" - "lib1506" - "lib1506.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1506.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.make deleted file mode 100644 index be29abef..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1506. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.ts deleted file mode 100644 index ae7ab74b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1506. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/depend.make deleted file mode 100644 index 0fe603f4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1506. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/flags.make deleted file mode 100644 index 863dae57..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1506 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/link.txt deleted file mode 100644 index 89a99935..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1506.dir/link.d CMakeFiles/lib1506.dir/lib1506.c.o CMakeFiles/lib1506.dir/first.c.o CMakeFiles/lib1506.dir/testutil.c.o -o lib1506 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1506.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/DependInfo.cmake deleted file mode 100644 index c86d8f19..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1507.c" "external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1507" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1507.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make deleted file mode 100644 index 1b9134ac..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1507.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1507.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1507.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1507.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1507.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.o: external/curl/tests/libtest/CMakeFiles/lib1507.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1507.c -external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.o: external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.o -MF CMakeFiles/lib1507.dir/lib1507.c.o.d -o CMakeFiles/lib1507.dir/lib1507.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1507.c - -external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1507.dir/lib1507.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1507.c > CMakeFiles/lib1507.dir/lib1507.c.i - -external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1507.dir/lib1507.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1507.c -o CMakeFiles/lib1507.dir/lib1507.c.s - -external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1507.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.o -MF CMakeFiles/lib1507.dir/first.c.o.d -o CMakeFiles/lib1507.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1507.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1507.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1507.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1507.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1507.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.o -MF CMakeFiles/lib1507.dir/testutil.c.o.d -o CMakeFiles/lib1507.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1507.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1507.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1507.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1507.dir/testutil.c.s - -# Object files for target lib1507 -lib1507_OBJECTS = \ -"CMakeFiles/lib1507.dir/lib1507.c.o" \ -"CMakeFiles/lib1507.dir/first.c.o" \ -"CMakeFiles/lib1507.dir/testutil.c.o" - -# External object files for target lib1507 -lib1507_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1507: external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.o -external/curl/tests/libtest/lib1507: external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.o -external/curl/tests/libtest/lib1507: external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.o -external/curl/tests/libtest/lib1507: external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make -external/curl/tests/libtest/lib1507: external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.ts -external/curl/tests/libtest/lib1507: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1507: /usr/lib/libz.so -external/curl/tests/libtest/lib1507: external/curl/tests/libtest/CMakeFiles/lib1507.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1507" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1507.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1507.dir/build: external/curl/tests/libtest/lib1507 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1507.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1507.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1507.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1507.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1507.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1507.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1507.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/cmake_clean.cmake deleted file mode 100644 index 9927846c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1507.dir/link.d" - "CMakeFiles/lib1507.dir/first.c.o" - "CMakeFiles/lib1507.dir/first.c.o.d" - "CMakeFiles/lib1507.dir/lib1507.c.o" - "CMakeFiles/lib1507.dir/lib1507.c.o.d" - "CMakeFiles/lib1507.dir/testutil.c.o" - "CMakeFiles/lib1507.dir/testutil.c.o.d" - "lib1507" - "lib1507.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1507.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.make deleted file mode 100644 index a81e8d6c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1507. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.ts deleted file mode 100644 index 4de53148..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1507. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/depend.make deleted file mode 100644 index a259d021..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1507. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/flags.make deleted file mode 100644 index 71ae22c6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1507 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/link.txt deleted file mode 100644 index c2e42f62..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1507.dir/link.d CMakeFiles/lib1507.dir/lib1507.c.o CMakeFiles/lib1507.dir/first.c.o CMakeFiles/lib1507.dir/testutil.c.o -o lib1507 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1507.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/DependInfo.cmake deleted file mode 100644 index 2972f337..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1508.c" "external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1508" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1508.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make deleted file mode 100644 index ee855e20..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1508.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1508.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1508.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1508.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1508.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.o: external/curl/tests/libtest/CMakeFiles/lib1508.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1508.c -external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.o: external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.o -MF CMakeFiles/lib1508.dir/lib1508.c.o.d -o CMakeFiles/lib1508.dir/lib1508.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1508.c - -external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1508.dir/lib1508.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1508.c > CMakeFiles/lib1508.dir/lib1508.c.i - -external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1508.dir/lib1508.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1508.c -o CMakeFiles/lib1508.dir/lib1508.c.s - -external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1508.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.o -MF CMakeFiles/lib1508.dir/first.c.o.d -o CMakeFiles/lib1508.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1508.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1508.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1508.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1508.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1508.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.o -MF CMakeFiles/lib1508.dir/testutil.c.o.d -o CMakeFiles/lib1508.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1508.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1508.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1508.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1508.dir/testutil.c.s - -# Object files for target lib1508 -lib1508_OBJECTS = \ -"CMakeFiles/lib1508.dir/lib1508.c.o" \ -"CMakeFiles/lib1508.dir/first.c.o" \ -"CMakeFiles/lib1508.dir/testutil.c.o" - -# External object files for target lib1508 -lib1508_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1508: external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.o -external/curl/tests/libtest/lib1508: external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.o -external/curl/tests/libtest/lib1508: external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.o -external/curl/tests/libtest/lib1508: external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make -external/curl/tests/libtest/lib1508: external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.ts -external/curl/tests/libtest/lib1508: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1508: /usr/lib/libz.so -external/curl/tests/libtest/lib1508: external/curl/tests/libtest/CMakeFiles/lib1508.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1508" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1508.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1508.dir/build: external/curl/tests/libtest/lib1508 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1508.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1508.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1508.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1508.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1508.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1508.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1508.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/cmake_clean.cmake deleted file mode 100644 index 032ecf29..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1508.dir/link.d" - "CMakeFiles/lib1508.dir/first.c.o" - "CMakeFiles/lib1508.dir/first.c.o.d" - "CMakeFiles/lib1508.dir/lib1508.c.o" - "CMakeFiles/lib1508.dir/lib1508.c.o.d" - "CMakeFiles/lib1508.dir/testutil.c.o" - "CMakeFiles/lib1508.dir/testutil.c.o.d" - "lib1508" - "lib1508.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1508.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.make deleted file mode 100644 index fc3c945b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1508. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.ts deleted file mode 100644 index 1e3a13c0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1508. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/depend.make deleted file mode 100644 index aab09554..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1508. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/flags.make deleted file mode 100644 index 8ea7cdca..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1508 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/link.txt deleted file mode 100644 index cfabd854..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1508.dir/link.d CMakeFiles/lib1508.dir/lib1508.c.o CMakeFiles/lib1508.dir/first.c.o CMakeFiles/lib1508.dir/testutil.c.o -o lib1508 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1508.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/DependInfo.cmake deleted file mode 100644 index 4d08bde7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1509.c" "external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1509" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1509.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make deleted file mode 100644 index f05ff6bf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1509.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1509.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1509.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1509.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1509.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.o: external/curl/tests/libtest/CMakeFiles/lib1509.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1509.c -external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.o: external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.o -MF CMakeFiles/lib1509.dir/lib1509.c.o.d -o CMakeFiles/lib1509.dir/lib1509.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1509.c - -external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1509.dir/lib1509.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1509.c > CMakeFiles/lib1509.dir/lib1509.c.i - -external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1509.dir/lib1509.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1509.c -o CMakeFiles/lib1509.dir/lib1509.c.s - -external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1509.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.o -MF CMakeFiles/lib1509.dir/first.c.o.d -o CMakeFiles/lib1509.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1509.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1509.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1509.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1509.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1509.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.o -MF CMakeFiles/lib1509.dir/testutil.c.o.d -o CMakeFiles/lib1509.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1509.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1509.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1509.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1509.dir/testutil.c.s - -# Object files for target lib1509 -lib1509_OBJECTS = \ -"CMakeFiles/lib1509.dir/lib1509.c.o" \ -"CMakeFiles/lib1509.dir/first.c.o" \ -"CMakeFiles/lib1509.dir/testutil.c.o" - -# External object files for target lib1509 -lib1509_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1509: external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.o -external/curl/tests/libtest/lib1509: external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.o -external/curl/tests/libtest/lib1509: external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.o -external/curl/tests/libtest/lib1509: external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make -external/curl/tests/libtest/lib1509: external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.ts -external/curl/tests/libtest/lib1509: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1509: /usr/lib/libz.so -external/curl/tests/libtest/lib1509: external/curl/tests/libtest/CMakeFiles/lib1509.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1509" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1509.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1509.dir/build: external/curl/tests/libtest/lib1509 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1509.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1509.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1509.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1509.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1509.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1509.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1509.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/cmake_clean.cmake deleted file mode 100644 index e9b676af..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1509.dir/link.d" - "CMakeFiles/lib1509.dir/first.c.o" - "CMakeFiles/lib1509.dir/first.c.o.d" - "CMakeFiles/lib1509.dir/lib1509.c.o" - "CMakeFiles/lib1509.dir/lib1509.c.o.d" - "CMakeFiles/lib1509.dir/testutil.c.o" - "CMakeFiles/lib1509.dir/testutil.c.o.d" - "lib1509" - "lib1509.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1509.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.make deleted file mode 100644 index d011497e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1509. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.ts deleted file mode 100644 index d9f5a717..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1509. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/depend.make deleted file mode 100644 index bc4427b3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1509. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/flags.make deleted file mode 100644 index 2ab7304f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1509 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/link.txt deleted file mode 100644 index d05c891f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1509.dir/link.d CMakeFiles/lib1509.dir/lib1509.c.o CMakeFiles/lib1509.dir/first.c.o CMakeFiles/lib1509.dir/testutil.c.o -o lib1509 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/progress.make deleted file mode 100644 index fd71f0ba..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1509.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = 52 - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/DependInfo.cmake deleted file mode 100644 index 7659cf6e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1510.c" "external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1510" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1510.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make deleted file mode 100644 index f165adf9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1510.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1510.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1510.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1510.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1510.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.o: external/curl/tests/libtest/CMakeFiles/lib1510.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1510.c -external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.o: external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.o -MF CMakeFiles/lib1510.dir/lib1510.c.o.d -o CMakeFiles/lib1510.dir/lib1510.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1510.c - -external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1510.dir/lib1510.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1510.c > CMakeFiles/lib1510.dir/lib1510.c.i - -external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1510.dir/lib1510.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1510.c -o CMakeFiles/lib1510.dir/lib1510.c.s - -external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1510.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.o -MF CMakeFiles/lib1510.dir/first.c.o.d -o CMakeFiles/lib1510.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1510.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1510.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1510.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1510.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1510.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.o -MF CMakeFiles/lib1510.dir/testutil.c.o.d -o CMakeFiles/lib1510.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1510.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1510.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1510.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1510.dir/testutil.c.s - -# Object files for target lib1510 -lib1510_OBJECTS = \ -"CMakeFiles/lib1510.dir/lib1510.c.o" \ -"CMakeFiles/lib1510.dir/first.c.o" \ -"CMakeFiles/lib1510.dir/testutil.c.o" - -# External object files for target lib1510 -lib1510_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1510: external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.o -external/curl/tests/libtest/lib1510: external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.o -external/curl/tests/libtest/lib1510: external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.o -external/curl/tests/libtest/lib1510: external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make -external/curl/tests/libtest/lib1510: external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.ts -external/curl/tests/libtest/lib1510: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1510: /usr/lib/libz.so -external/curl/tests/libtest/lib1510: external/curl/tests/libtest/CMakeFiles/lib1510.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1510" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1510.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1510.dir/build: external/curl/tests/libtest/lib1510 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1510.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1510.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1510.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1510.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1510.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1510.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1510.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/cmake_clean.cmake deleted file mode 100644 index f24e9ae0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1510.dir/link.d" - "CMakeFiles/lib1510.dir/first.c.o" - "CMakeFiles/lib1510.dir/first.c.o.d" - "CMakeFiles/lib1510.dir/lib1510.c.o" - "CMakeFiles/lib1510.dir/lib1510.c.o.d" - "CMakeFiles/lib1510.dir/testutil.c.o" - "CMakeFiles/lib1510.dir/testutil.c.o.d" - "lib1510" - "lib1510.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1510.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.make deleted file mode 100644 index 6c36ad96..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1510. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.ts deleted file mode 100644 index 0a86b953..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1510. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/depend.make deleted file mode 100644 index 336c09cb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1510. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/flags.make deleted file mode 100644 index 0fc31cec..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1510 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/link.txt deleted file mode 100644 index b9dcd521..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1510.dir/link.d CMakeFiles/lib1510.dir/lib1510.c.o CMakeFiles/lib1510.dir/first.c.o CMakeFiles/lib1510.dir/testutil.c.o -o lib1510 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1510.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/DependInfo.cmake deleted file mode 100644 index 692982a0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1511.c" "external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1511" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1511.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make deleted file mode 100644 index def11996..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1511.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1511.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1511.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1511.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1511.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.o: external/curl/tests/libtest/CMakeFiles/lib1511.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1511.c -external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.o: external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.o -MF CMakeFiles/lib1511.dir/lib1511.c.o.d -o CMakeFiles/lib1511.dir/lib1511.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1511.c - -external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1511.dir/lib1511.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1511.c > CMakeFiles/lib1511.dir/lib1511.c.i - -external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1511.dir/lib1511.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1511.c -o CMakeFiles/lib1511.dir/lib1511.c.s - -external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1511.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.o -MF CMakeFiles/lib1511.dir/first.c.o.d -o CMakeFiles/lib1511.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1511.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1511.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1511.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1511.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1511.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.o -MF CMakeFiles/lib1511.dir/testutil.c.o.d -o CMakeFiles/lib1511.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1511.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1511.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1511.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1511.dir/testutil.c.s - -# Object files for target lib1511 -lib1511_OBJECTS = \ -"CMakeFiles/lib1511.dir/lib1511.c.o" \ -"CMakeFiles/lib1511.dir/first.c.o" \ -"CMakeFiles/lib1511.dir/testutil.c.o" - -# External object files for target lib1511 -lib1511_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1511: external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.o -external/curl/tests/libtest/lib1511: external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.o -external/curl/tests/libtest/lib1511: external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.o -external/curl/tests/libtest/lib1511: external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make -external/curl/tests/libtest/lib1511: external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.ts -external/curl/tests/libtest/lib1511: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1511: /usr/lib/libz.so -external/curl/tests/libtest/lib1511: external/curl/tests/libtest/CMakeFiles/lib1511.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1511" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1511.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1511.dir/build: external/curl/tests/libtest/lib1511 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1511.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1511.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1511.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1511.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1511.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1511.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1511.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/cmake_clean.cmake deleted file mode 100644 index 7b7abe33..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1511.dir/link.d" - "CMakeFiles/lib1511.dir/first.c.o" - "CMakeFiles/lib1511.dir/first.c.o.d" - "CMakeFiles/lib1511.dir/lib1511.c.o" - "CMakeFiles/lib1511.dir/lib1511.c.o.d" - "CMakeFiles/lib1511.dir/testutil.c.o" - "CMakeFiles/lib1511.dir/testutil.c.o.d" - "lib1511" - "lib1511.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1511.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.make deleted file mode 100644 index 71114053..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1511. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.ts deleted file mode 100644 index 7b0705ea..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1511. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/depend.make deleted file mode 100644 index e1e19464..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1511. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/flags.make deleted file mode 100644 index c7ca2a00..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1511 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/link.txt deleted file mode 100644 index a8552b2e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1511.dir/link.d CMakeFiles/lib1511.dir/lib1511.c.o CMakeFiles/lib1511.dir/first.c.o CMakeFiles/lib1511.dir/testutil.c.o -o lib1511 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1511.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/DependInfo.cmake deleted file mode 100644 index 36fda8b4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1512.c" "external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1512" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1512.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make deleted file mode 100644 index d6431b52..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1512.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1512.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1512.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1512.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1512.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.o: external/curl/tests/libtest/CMakeFiles/lib1512.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1512.c -external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.o: external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.o -MF CMakeFiles/lib1512.dir/lib1512.c.o.d -o CMakeFiles/lib1512.dir/lib1512.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1512.c - -external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1512.dir/lib1512.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1512.c > CMakeFiles/lib1512.dir/lib1512.c.i - -external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1512.dir/lib1512.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1512.c -o CMakeFiles/lib1512.dir/lib1512.c.s - -external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1512.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.o -MF CMakeFiles/lib1512.dir/first.c.o.d -o CMakeFiles/lib1512.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1512.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1512.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1512.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1512.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1512.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.o -MF CMakeFiles/lib1512.dir/testutil.c.o.d -o CMakeFiles/lib1512.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1512.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1512.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1512.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1512.dir/testutil.c.s - -# Object files for target lib1512 -lib1512_OBJECTS = \ -"CMakeFiles/lib1512.dir/lib1512.c.o" \ -"CMakeFiles/lib1512.dir/first.c.o" \ -"CMakeFiles/lib1512.dir/testutil.c.o" - -# External object files for target lib1512 -lib1512_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1512: external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.o -external/curl/tests/libtest/lib1512: external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.o -external/curl/tests/libtest/lib1512: external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.o -external/curl/tests/libtest/lib1512: external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make -external/curl/tests/libtest/lib1512: external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.ts -external/curl/tests/libtest/lib1512: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1512: /usr/lib/libz.so -external/curl/tests/libtest/lib1512: external/curl/tests/libtest/CMakeFiles/lib1512.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1512" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1512.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1512.dir/build: external/curl/tests/libtest/lib1512 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1512.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1512.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1512.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1512.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1512.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1512.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1512.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/cmake_clean.cmake deleted file mode 100644 index b6620ff8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1512.dir/link.d" - "CMakeFiles/lib1512.dir/first.c.o" - "CMakeFiles/lib1512.dir/first.c.o.d" - "CMakeFiles/lib1512.dir/lib1512.c.o" - "CMakeFiles/lib1512.dir/lib1512.c.o.d" - "CMakeFiles/lib1512.dir/testutil.c.o" - "CMakeFiles/lib1512.dir/testutil.c.o.d" - "lib1512" - "lib1512.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1512.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.make deleted file mode 100644 index 24011f05..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1512. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.ts deleted file mode 100644 index a2cabe72..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1512. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/depend.make deleted file mode 100644 index 5320dc9e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1512. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/flags.make deleted file mode 100644 index e8c51f8a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1512 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/link.txt deleted file mode 100644 index 27574ba0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1512.dir/link.d CMakeFiles/lib1512.dir/lib1512.c.o CMakeFiles/lib1512.dir/first.c.o CMakeFiles/lib1512.dir/testutil.c.o -o lib1512 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1512.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/DependInfo.cmake deleted file mode 100644 index ad26bef3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1513.c" "external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1513" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1513.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make deleted file mode 100644 index 15a84beb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1513.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1513.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1513.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1513.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1513.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.o: external/curl/tests/libtest/CMakeFiles/lib1513.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1513.c -external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.o: external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.o -MF CMakeFiles/lib1513.dir/lib1513.c.o.d -o CMakeFiles/lib1513.dir/lib1513.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1513.c - -external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1513.dir/lib1513.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1513.c > CMakeFiles/lib1513.dir/lib1513.c.i - -external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1513.dir/lib1513.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1513.c -o CMakeFiles/lib1513.dir/lib1513.c.s - -external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1513.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.o -MF CMakeFiles/lib1513.dir/first.c.o.d -o CMakeFiles/lib1513.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1513.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1513.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1513.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1513.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1513.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.o -MF CMakeFiles/lib1513.dir/testutil.c.o.d -o CMakeFiles/lib1513.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1513.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1513.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1513.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1513.dir/testutil.c.s - -# Object files for target lib1513 -lib1513_OBJECTS = \ -"CMakeFiles/lib1513.dir/lib1513.c.o" \ -"CMakeFiles/lib1513.dir/first.c.o" \ -"CMakeFiles/lib1513.dir/testutil.c.o" - -# External object files for target lib1513 -lib1513_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1513: external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.o -external/curl/tests/libtest/lib1513: external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.o -external/curl/tests/libtest/lib1513: external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.o -external/curl/tests/libtest/lib1513: external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make -external/curl/tests/libtest/lib1513: external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.ts -external/curl/tests/libtest/lib1513: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1513: /usr/lib/libz.so -external/curl/tests/libtest/lib1513: external/curl/tests/libtest/CMakeFiles/lib1513.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1513" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1513.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1513.dir/build: external/curl/tests/libtest/lib1513 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1513.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1513.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1513.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1513.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1513.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1513.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1513.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/cmake_clean.cmake deleted file mode 100644 index c1f70db1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1513.dir/link.d" - "CMakeFiles/lib1513.dir/first.c.o" - "CMakeFiles/lib1513.dir/first.c.o.d" - "CMakeFiles/lib1513.dir/lib1513.c.o" - "CMakeFiles/lib1513.dir/lib1513.c.o.d" - "CMakeFiles/lib1513.dir/testutil.c.o" - "CMakeFiles/lib1513.dir/testutil.c.o.d" - "lib1513" - "lib1513.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1513.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.make deleted file mode 100644 index 88fff88e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1513. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.ts deleted file mode 100644 index b0f7db16..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1513. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/depend.make deleted file mode 100644 index c9b7c51c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1513. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/flags.make deleted file mode 100644 index 1983ec49..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1513 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/link.txt deleted file mode 100644 index 69e36422..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1513.dir/link.d CMakeFiles/lib1513.dir/lib1513.c.o CMakeFiles/lib1513.dir/first.c.o CMakeFiles/lib1513.dir/testutil.c.o -o lib1513 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1513.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/DependInfo.cmake deleted file mode 100644 index a24151ff..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1514.c" "external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1514" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1514.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make deleted file mode 100644 index 895e083b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1514.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1514.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1514.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1514.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1514.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.o: external/curl/tests/libtest/CMakeFiles/lib1514.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1514.c -external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.o: external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.o -MF CMakeFiles/lib1514.dir/lib1514.c.o.d -o CMakeFiles/lib1514.dir/lib1514.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1514.c - -external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1514.dir/lib1514.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1514.c > CMakeFiles/lib1514.dir/lib1514.c.i - -external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1514.dir/lib1514.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1514.c -o CMakeFiles/lib1514.dir/lib1514.c.s - -external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1514.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.o -MF CMakeFiles/lib1514.dir/first.c.o.d -o CMakeFiles/lib1514.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1514.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1514.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1514.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1514.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1514.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.o -MF CMakeFiles/lib1514.dir/testutil.c.o.d -o CMakeFiles/lib1514.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1514.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1514.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1514.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1514.dir/testutil.c.s - -# Object files for target lib1514 -lib1514_OBJECTS = \ -"CMakeFiles/lib1514.dir/lib1514.c.o" \ -"CMakeFiles/lib1514.dir/first.c.o" \ -"CMakeFiles/lib1514.dir/testutil.c.o" - -# External object files for target lib1514 -lib1514_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1514: external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.o -external/curl/tests/libtest/lib1514: external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.o -external/curl/tests/libtest/lib1514: external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.o -external/curl/tests/libtest/lib1514: external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make -external/curl/tests/libtest/lib1514: external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.ts -external/curl/tests/libtest/lib1514: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1514: /usr/lib/libz.so -external/curl/tests/libtest/lib1514: external/curl/tests/libtest/CMakeFiles/lib1514.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1514" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1514.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1514.dir/build: external/curl/tests/libtest/lib1514 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1514.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1514.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1514.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1514.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1514.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1514.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1514.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/cmake_clean.cmake deleted file mode 100644 index 0fbfe74f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1514.dir/link.d" - "CMakeFiles/lib1514.dir/first.c.o" - "CMakeFiles/lib1514.dir/first.c.o.d" - "CMakeFiles/lib1514.dir/lib1514.c.o" - "CMakeFiles/lib1514.dir/lib1514.c.o.d" - "CMakeFiles/lib1514.dir/testutil.c.o" - "CMakeFiles/lib1514.dir/testutil.c.o.d" - "lib1514" - "lib1514.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1514.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.make deleted file mode 100644 index e9270c81..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1514. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.ts deleted file mode 100644 index a259112a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1514. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/depend.make deleted file mode 100644 index 25f557c7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1514. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/flags.make deleted file mode 100644 index 651644cf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1514 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/link.txt deleted file mode 100644 index a0d799ed..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1514.dir/link.d CMakeFiles/lib1514.dir/lib1514.c.o CMakeFiles/lib1514.dir/first.c.o CMakeFiles/lib1514.dir/testutil.c.o -o lib1514 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1514.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/DependInfo.cmake deleted file mode 100644 index 0a8aa4d4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/DependInfo.cmake +++ /dev/null @@ -1,27 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1515.c" "external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1515" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1515.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make deleted file mode 100644 index 92492c49..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make +++ /dev/null @@ -1,164 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1515.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1515.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1515.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1515.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1515.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.o: external/curl/tests/libtest/CMakeFiles/lib1515.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1515.c -external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.o: external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.o -MF CMakeFiles/lib1515.dir/lib1515.c.o.d -o CMakeFiles/lib1515.dir/lib1515.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1515.c - -external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1515.dir/lib1515.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1515.c > CMakeFiles/lib1515.dir/lib1515.c.i - -external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1515.dir/lib1515.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1515.c -o CMakeFiles/lib1515.dir/lib1515.c.s - -external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1515.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.o -MF CMakeFiles/lib1515.dir/first.c.o.d -o CMakeFiles/lib1515.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1515.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1515.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1515.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1515.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1515.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.o -MF CMakeFiles/lib1515.dir/testutil.c.o.d -o CMakeFiles/lib1515.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1515.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1515.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1515.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1515.dir/testutil.c.s - -external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1515.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.o -MF CMakeFiles/lib1515.dir/testtrace.c.o.d -o CMakeFiles/lib1515.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c - -external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1515.dir/testtrace.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib1515.dir/testtrace.c.i - -external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1515.dir/testtrace.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib1515.dir/testtrace.c.s - -# Object files for target lib1515 -lib1515_OBJECTS = \ -"CMakeFiles/lib1515.dir/lib1515.c.o" \ -"CMakeFiles/lib1515.dir/first.c.o" \ -"CMakeFiles/lib1515.dir/testutil.c.o" \ -"CMakeFiles/lib1515.dir/testtrace.c.o" - -# External object files for target lib1515 -lib1515_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1515: external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.o -external/curl/tests/libtest/lib1515: external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.o -external/curl/tests/libtest/lib1515: external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.o -external/curl/tests/libtest/lib1515: external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.o -external/curl/tests/libtest/lib1515: external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make -external/curl/tests/libtest/lib1515: external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.ts -external/curl/tests/libtest/lib1515: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1515: /usr/lib/libz.so -external/curl/tests/libtest/lib1515: external/curl/tests/libtest/CMakeFiles/lib1515.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib1515" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1515.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1515.dir/build: external/curl/tests/libtest/lib1515 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1515.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1515.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1515.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1515.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1515.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1515.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1515.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/cmake_clean.cmake deleted file mode 100644 index d28d0334..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/cmake_clean.cmake +++ /dev/null @@ -1,18 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1515.dir/link.d" - "CMakeFiles/lib1515.dir/first.c.o" - "CMakeFiles/lib1515.dir/first.c.o.d" - "CMakeFiles/lib1515.dir/lib1515.c.o" - "CMakeFiles/lib1515.dir/lib1515.c.o.d" - "CMakeFiles/lib1515.dir/testtrace.c.o" - "CMakeFiles/lib1515.dir/testtrace.c.o.d" - "CMakeFiles/lib1515.dir/testutil.c.o" - "CMakeFiles/lib1515.dir/testutil.c.o.d" - "lib1515" - "lib1515.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1515.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.make deleted file mode 100644 index 9c255243..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1515. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.ts deleted file mode 100644 index 2bddc49f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1515. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/depend.make deleted file mode 100644 index 40419229..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1515. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/flags.make deleted file mode 100644 index 010dfc84..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1515 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/link.txt deleted file mode 100644 index eee757b3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1515.dir/link.d CMakeFiles/lib1515.dir/lib1515.c.o CMakeFiles/lib1515.dir/first.c.o CMakeFiles/lib1515.dir/testutil.c.o CMakeFiles/lib1515.dir/testtrace.c.o -o lib1515 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/progress.make deleted file mode 100644 index 7f59a6bb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1515.dir/progress.make +++ /dev/null @@ -1,6 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/DependInfo.cmake deleted file mode 100644 index 95168c18..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1517.c" "external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.o.d" - "" "external/curl/tests/libtest/lib1517" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1517.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make deleted file mode 100644 index ec5af7e6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1517.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1517.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1517.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1517.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1517.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.o: external/curl/tests/libtest/CMakeFiles/lib1517.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1517.c -external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.o: external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.o -MF CMakeFiles/lib1517.dir/lib1517.c.o.d -o CMakeFiles/lib1517.dir/lib1517.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1517.c - -external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1517.dir/lib1517.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1517.c > CMakeFiles/lib1517.dir/lib1517.c.i - -external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1517.dir/lib1517.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1517.c -o CMakeFiles/lib1517.dir/lib1517.c.s - -external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1517.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.o -MF CMakeFiles/lib1517.dir/first.c.o.d -o CMakeFiles/lib1517.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1517.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1517.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1517.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1517.dir/first.c.s - -# Object files for target lib1517 -lib1517_OBJECTS = \ -"CMakeFiles/lib1517.dir/lib1517.c.o" \ -"CMakeFiles/lib1517.dir/first.c.o" - -# External object files for target lib1517 -lib1517_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1517: external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.o -external/curl/tests/libtest/lib1517: external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.o -external/curl/tests/libtest/lib1517: external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make -external/curl/tests/libtest/lib1517: external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.ts -external/curl/tests/libtest/lib1517: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1517: /usr/lib/libz.so -external/curl/tests/libtest/lib1517: external/curl/tests/libtest/CMakeFiles/lib1517.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1517" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1517.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1517.dir/build: external/curl/tests/libtest/lib1517 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1517.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1517.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1517.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1517.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1517.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1517.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1517.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/cmake_clean.cmake deleted file mode 100644 index 041d59a9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1517.dir/link.d" - "CMakeFiles/lib1517.dir/first.c.o" - "CMakeFiles/lib1517.dir/first.c.o.d" - "CMakeFiles/lib1517.dir/lib1517.c.o" - "CMakeFiles/lib1517.dir/lib1517.c.o.d" - "lib1517" - "lib1517.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1517.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.make deleted file mode 100644 index cd4dc6d7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1517. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.ts deleted file mode 100644 index 91b02800..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1517. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/depend.make deleted file mode 100644 index 703e3373..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1517. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/flags.make deleted file mode 100644 index b1da28e5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1517 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/link.txt deleted file mode 100644 index 49b37118..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1517.dir/link.d CMakeFiles/lib1517.dir/lib1517.c.o CMakeFiles/lib1517.dir/first.c.o -o lib1517 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/progress.make deleted file mode 100644 index 9b9a842b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1517.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = 53 - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/DependInfo.cmake deleted file mode 100644 index 900851a5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1518.c" "external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.o.d" - "" "external/curl/tests/libtest/lib1518" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1518.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make deleted file mode 100644 index 86df8b07..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1518.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1518.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1518.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1518.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1518.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.o: external/curl/tests/libtest/CMakeFiles/lib1518.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1518.c -external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.o: external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.o -MF CMakeFiles/lib1518.dir/lib1518.c.o.d -o CMakeFiles/lib1518.dir/lib1518.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1518.c - -external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1518.dir/lib1518.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1518.c > CMakeFiles/lib1518.dir/lib1518.c.i - -external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1518.dir/lib1518.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1518.c -o CMakeFiles/lib1518.dir/lib1518.c.s - -external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1518.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.o -MF CMakeFiles/lib1518.dir/first.c.o.d -o CMakeFiles/lib1518.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1518.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1518.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1518.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1518.dir/first.c.s - -# Object files for target lib1518 -lib1518_OBJECTS = \ -"CMakeFiles/lib1518.dir/lib1518.c.o" \ -"CMakeFiles/lib1518.dir/first.c.o" - -# External object files for target lib1518 -lib1518_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1518: external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.o -external/curl/tests/libtest/lib1518: external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.o -external/curl/tests/libtest/lib1518: external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make -external/curl/tests/libtest/lib1518: external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.ts -external/curl/tests/libtest/lib1518: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1518: /usr/lib/libz.so -external/curl/tests/libtest/lib1518: external/curl/tests/libtest/CMakeFiles/lib1518.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1518" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1518.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1518.dir/build: external/curl/tests/libtest/lib1518 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1518.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1518.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1518.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1518.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1518.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1518.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1518.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/cmake_clean.cmake deleted file mode 100644 index 5da7128f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1518.dir/link.d" - "CMakeFiles/lib1518.dir/first.c.o" - "CMakeFiles/lib1518.dir/first.c.o.d" - "CMakeFiles/lib1518.dir/lib1518.c.o" - "CMakeFiles/lib1518.dir/lib1518.c.o.d" - "lib1518" - "lib1518.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1518.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.make deleted file mode 100644 index 877ae996..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1518. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.ts deleted file mode 100644 index 9d129478..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1518. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/depend.make deleted file mode 100644 index c242101a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1518. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/flags.make deleted file mode 100644 index 5622f380..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1518 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/link.txt deleted file mode 100644 index 4b60e7c2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1518.dir/link.d CMakeFiles/lib1518.dir/lib1518.c.o CMakeFiles/lib1518.dir/first.c.o -o lib1518 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1518.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/DependInfo.cmake deleted file mode 100644 index 1c1a2829..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1520.c" "external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.o.d" - "" "external/curl/tests/libtest/lib1520" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1520.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make deleted file mode 100644 index 1687ed7e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1520.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1520.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1520.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1520.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1520.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.o: external/curl/tests/libtest/CMakeFiles/lib1520.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1520.c -external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.o: external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.o -MF CMakeFiles/lib1520.dir/lib1520.c.o.d -o CMakeFiles/lib1520.dir/lib1520.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1520.c - -external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1520.dir/lib1520.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1520.c > CMakeFiles/lib1520.dir/lib1520.c.i - -external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1520.dir/lib1520.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1520.c -o CMakeFiles/lib1520.dir/lib1520.c.s - -external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1520.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.o -MF CMakeFiles/lib1520.dir/first.c.o.d -o CMakeFiles/lib1520.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1520.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1520.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1520.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1520.dir/first.c.s - -# Object files for target lib1520 -lib1520_OBJECTS = \ -"CMakeFiles/lib1520.dir/lib1520.c.o" \ -"CMakeFiles/lib1520.dir/first.c.o" - -# External object files for target lib1520 -lib1520_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1520: external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.o -external/curl/tests/libtest/lib1520: external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.o -external/curl/tests/libtest/lib1520: external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make -external/curl/tests/libtest/lib1520: external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.ts -external/curl/tests/libtest/lib1520: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1520: /usr/lib/libz.so -external/curl/tests/libtest/lib1520: external/curl/tests/libtest/CMakeFiles/lib1520.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1520" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1520.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1520.dir/build: external/curl/tests/libtest/lib1520 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1520.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1520.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1520.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1520.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1520.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1520.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1520.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/cmake_clean.cmake deleted file mode 100644 index 00e1a813..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1520.dir/link.d" - "CMakeFiles/lib1520.dir/first.c.o" - "CMakeFiles/lib1520.dir/first.c.o.d" - "CMakeFiles/lib1520.dir/lib1520.c.o" - "CMakeFiles/lib1520.dir/lib1520.c.o.d" - "lib1520" - "lib1520.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1520.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.make deleted file mode 100644 index ee8eaeb5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1520. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.ts deleted file mode 100644 index e7302318..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1520. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/depend.make deleted file mode 100644 index d528d93a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1520. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/flags.make deleted file mode 100644 index 33546527..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1520 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/link.txt deleted file mode 100644 index 1f97502b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1520.dir/link.d CMakeFiles/lib1520.dir/lib1520.c.o CMakeFiles/lib1520.dir/first.c.o -o lib1520 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1520.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/DependInfo.cmake deleted file mode 100644 index 11557010..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1521.c" "external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.o.d" - "" "external/curl/tests/libtest/lib1521" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1521.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make deleted file mode 100644 index b622a125..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make +++ /dev/null @@ -1,137 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1521.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1521.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1521.dir/flags.make - -external/curl/tests/libtest/lib1521.c: /home/guest/Downloads/PopLib/external/curl/tests/libtest/mk-lib1521.pl -external/curl/tests/libtest/lib1521.c: /home/guest/Downloads/PopLib/external/curl/include/curl/curl.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating lib1521.c" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/perl /home/guest/Downloads/PopLib/external/curl/tests/libtest/mk-lib1521.pl < /home/guest/Downloads/PopLib/external/curl/include/curl/curl.h lib1521.c - -external/curl/tests/libtest/CMakeFiles/lib1521.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1521.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.o: external/curl/tests/libtest/CMakeFiles/lib1521.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.o: external/curl/tests/libtest/lib1521.c -external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.o: external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.o -MF CMakeFiles/lib1521.dir/lib1521.c.o.d -o CMakeFiles/lib1521.dir/lib1521.c.o -c /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1521.c - -external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1521.dir/lib1521.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1521.c > CMakeFiles/lib1521.dir/lib1521.c.i - -external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1521.dir/lib1521.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/lib1521.c -o CMakeFiles/lib1521.dir/lib1521.c.s - -external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1521.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.o -MF CMakeFiles/lib1521.dir/first.c.o.d -o CMakeFiles/lib1521.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1521.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1521.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1521.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1521.dir/first.c.s - -# Object files for target lib1521 -lib1521_OBJECTS = \ -"CMakeFiles/lib1521.dir/lib1521.c.o" \ -"CMakeFiles/lib1521.dir/first.c.o" - -# External object files for target lib1521 -lib1521_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1521: external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.o -external/curl/tests/libtest/lib1521: external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.o -external/curl/tests/libtest/lib1521: external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make -external/curl/tests/libtest/lib1521: external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.ts -external/curl/tests/libtest/lib1521: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1521: /usr/lib/libz.so -external/curl/tests/libtest/lib1521: external/curl/tests/libtest/CMakeFiles/lib1521.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1521" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1521.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1521.dir/build: external/curl/tests/libtest/lib1521 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1521.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1521.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1521.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1521.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1521.dir/depend: external/curl/tests/libtest/lib1521.c - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1521.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1521.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/cmake_clean.cmake deleted file mode 100644 index b0286561..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/cmake_clean.cmake +++ /dev/null @@ -1,15 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1521.dir/link.d" - "CMakeFiles/lib1521.dir/first.c.o" - "CMakeFiles/lib1521.dir/first.c.o.d" - "CMakeFiles/lib1521.dir/lib1521.c.o" - "CMakeFiles/lib1521.dir/lib1521.c.o.d" - "lib1521" - "lib1521.c" - "lib1521.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1521.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.make deleted file mode 100644 index 37be0494..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1521. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.ts deleted file mode 100644 index 10f103e3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1521. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/depend.make deleted file mode 100644 index b6cf939a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1521. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/flags.make deleted file mode 100644 index c29e1053..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1521 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/link.txt deleted file mode 100644 index 6fc3b7ea..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1521.dir/link.d CMakeFiles/lib1521.dir/lib1521.c.o CMakeFiles/lib1521.dir/first.c.o -o lib1521 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1521.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/DependInfo.cmake deleted file mode 100644 index 257d81c8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/DependInfo.cmake +++ /dev/null @@ -1,27 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1522.c" "external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1522" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1522.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make deleted file mode 100644 index c683c2dd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make +++ /dev/null @@ -1,164 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1522.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1522.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1522.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1522.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1522.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.o: external/curl/tests/libtest/CMakeFiles/lib1522.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1522.c -external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.o: external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.o -MF CMakeFiles/lib1522.dir/lib1522.c.o.d -o CMakeFiles/lib1522.dir/lib1522.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1522.c - -external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1522.dir/lib1522.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1522.c > CMakeFiles/lib1522.dir/lib1522.c.i - -external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1522.dir/lib1522.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1522.c -o CMakeFiles/lib1522.dir/lib1522.c.s - -external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1522.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.o -MF CMakeFiles/lib1522.dir/first.c.o.d -o CMakeFiles/lib1522.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1522.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1522.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1522.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1522.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1522.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.o -MF CMakeFiles/lib1522.dir/testutil.c.o.d -o CMakeFiles/lib1522.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1522.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1522.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1522.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1522.dir/testutil.c.s - -external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1522.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.o -MF CMakeFiles/lib1522.dir/testtrace.c.o.d -o CMakeFiles/lib1522.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c - -external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1522.dir/testtrace.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib1522.dir/testtrace.c.i - -external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1522.dir/testtrace.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib1522.dir/testtrace.c.s - -# Object files for target lib1522 -lib1522_OBJECTS = \ -"CMakeFiles/lib1522.dir/lib1522.c.o" \ -"CMakeFiles/lib1522.dir/first.c.o" \ -"CMakeFiles/lib1522.dir/testutil.c.o" \ -"CMakeFiles/lib1522.dir/testtrace.c.o" - -# External object files for target lib1522 -lib1522_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1522: external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.o -external/curl/tests/libtest/lib1522: external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.o -external/curl/tests/libtest/lib1522: external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.o -external/curl/tests/libtest/lib1522: external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.o -external/curl/tests/libtest/lib1522: external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make -external/curl/tests/libtest/lib1522: external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.ts -external/curl/tests/libtest/lib1522: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1522: /usr/lib/libz.so -external/curl/tests/libtest/lib1522: external/curl/tests/libtest/CMakeFiles/lib1522.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib1522" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1522.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1522.dir/build: external/curl/tests/libtest/lib1522 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1522.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1522.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1522.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1522.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1522.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1522.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1522.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/cmake_clean.cmake deleted file mode 100644 index 0574e16d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/cmake_clean.cmake +++ /dev/null @@ -1,18 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1522.dir/link.d" - "CMakeFiles/lib1522.dir/first.c.o" - "CMakeFiles/lib1522.dir/first.c.o.d" - "CMakeFiles/lib1522.dir/lib1522.c.o" - "CMakeFiles/lib1522.dir/lib1522.c.o.d" - "CMakeFiles/lib1522.dir/testtrace.c.o" - "CMakeFiles/lib1522.dir/testtrace.c.o.d" - "CMakeFiles/lib1522.dir/testutil.c.o" - "CMakeFiles/lib1522.dir/testutil.c.o.d" - "lib1522" - "lib1522.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1522.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.make deleted file mode 100644 index 52f58082..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1522. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.ts deleted file mode 100644 index eb7b461f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1522. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/depend.make deleted file mode 100644 index 682447ab..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1522. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/flags.make deleted file mode 100644 index 51f9fabe..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1522 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/link.txt deleted file mode 100644 index 41c6d7db..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1522.dir/link.d CMakeFiles/lib1522.dir/lib1522.c.o CMakeFiles/lib1522.dir/first.c.o CMakeFiles/lib1522.dir/testutil.c.o CMakeFiles/lib1522.dir/testtrace.c.o -o lib1522 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/progress.make deleted file mode 100644 index 7f59a6bb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1522.dir/progress.make +++ /dev/null @@ -1,6 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/DependInfo.cmake deleted file mode 100644 index 30aac9cc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1523.c" "external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.o.d" - "" "external/curl/tests/libtest/lib1523" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1523.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make deleted file mode 100644 index 78299c97..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1523.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1523.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1523.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1523.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1523.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.o: external/curl/tests/libtest/CMakeFiles/lib1523.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1523.c -external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.o: external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.o -MF CMakeFiles/lib1523.dir/lib1523.c.o.d -o CMakeFiles/lib1523.dir/lib1523.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1523.c - -external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1523.dir/lib1523.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1523.c > CMakeFiles/lib1523.dir/lib1523.c.i - -external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1523.dir/lib1523.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1523.c -o CMakeFiles/lib1523.dir/lib1523.c.s - -external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1523.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.o -MF CMakeFiles/lib1523.dir/first.c.o.d -o CMakeFiles/lib1523.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1523.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1523.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1523.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1523.dir/first.c.s - -# Object files for target lib1523 -lib1523_OBJECTS = \ -"CMakeFiles/lib1523.dir/lib1523.c.o" \ -"CMakeFiles/lib1523.dir/first.c.o" - -# External object files for target lib1523 -lib1523_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1523: external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.o -external/curl/tests/libtest/lib1523: external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.o -external/curl/tests/libtest/lib1523: external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make -external/curl/tests/libtest/lib1523: external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.ts -external/curl/tests/libtest/lib1523: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1523: /usr/lib/libz.so -external/curl/tests/libtest/lib1523: external/curl/tests/libtest/CMakeFiles/lib1523.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1523" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1523.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1523.dir/build: external/curl/tests/libtest/lib1523 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1523.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1523.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1523.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1523.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1523.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1523.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1523.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/cmake_clean.cmake deleted file mode 100644 index c0db682f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1523.dir/link.d" - "CMakeFiles/lib1523.dir/first.c.o" - "CMakeFiles/lib1523.dir/first.c.o.d" - "CMakeFiles/lib1523.dir/lib1523.c.o" - "CMakeFiles/lib1523.dir/lib1523.c.o.d" - "lib1523" - "lib1523.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1523.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.make deleted file mode 100644 index 6331c26c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1523. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.ts deleted file mode 100644 index 726209a4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1523. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/depend.make deleted file mode 100644 index 3a060e96..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1523. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/flags.make deleted file mode 100644 index ebbaf8dc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1523 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/link.txt deleted file mode 100644 index 5a69ff49..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1523.dir/link.d CMakeFiles/lib1523.dir/lib1523.c.o CMakeFiles/lib1523.dir/first.c.o -o lib1523 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1523.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/DependInfo.cmake deleted file mode 100644 index 42159dd9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1525.c" "external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1525" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1525.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make deleted file mode 100644 index 348d0e2b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1525.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1525.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1525.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1525.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1525.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.o: external/curl/tests/libtest/CMakeFiles/lib1525.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1525.c -external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.o: external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.o -MF CMakeFiles/lib1525.dir/lib1525.c.o.d -o CMakeFiles/lib1525.dir/lib1525.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1525.c - -external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1525.dir/lib1525.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1525.c > CMakeFiles/lib1525.dir/lib1525.c.i - -external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1525.dir/lib1525.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1525.c -o CMakeFiles/lib1525.dir/lib1525.c.s - -external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1525.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.o -MF CMakeFiles/lib1525.dir/first.c.o.d -o CMakeFiles/lib1525.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1525.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1525.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1525.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1525.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1525.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.o -MF CMakeFiles/lib1525.dir/testutil.c.o.d -o CMakeFiles/lib1525.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1525.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1525.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1525.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1525.dir/testutil.c.s - -# Object files for target lib1525 -lib1525_OBJECTS = \ -"CMakeFiles/lib1525.dir/lib1525.c.o" \ -"CMakeFiles/lib1525.dir/first.c.o" \ -"CMakeFiles/lib1525.dir/testutil.c.o" - -# External object files for target lib1525 -lib1525_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1525: external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.o -external/curl/tests/libtest/lib1525: external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.o -external/curl/tests/libtest/lib1525: external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.o -external/curl/tests/libtest/lib1525: external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make -external/curl/tests/libtest/lib1525: external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.ts -external/curl/tests/libtest/lib1525: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1525: /usr/lib/libz.so -external/curl/tests/libtest/lib1525: external/curl/tests/libtest/CMakeFiles/lib1525.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1525" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1525.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1525.dir/build: external/curl/tests/libtest/lib1525 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1525.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1525.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1525.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1525.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1525.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1525.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1525.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/cmake_clean.cmake deleted file mode 100644 index 92c76ad7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1525.dir/link.d" - "CMakeFiles/lib1525.dir/first.c.o" - "CMakeFiles/lib1525.dir/first.c.o.d" - "CMakeFiles/lib1525.dir/lib1525.c.o" - "CMakeFiles/lib1525.dir/lib1525.c.o.d" - "CMakeFiles/lib1525.dir/testutil.c.o" - "CMakeFiles/lib1525.dir/testutil.c.o.d" - "lib1525" - "lib1525.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1525.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.make deleted file mode 100644 index 7383a5ee..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1525. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.ts deleted file mode 100644 index d01a69ea..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1525. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/depend.make deleted file mode 100644 index 95e3f280..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1525. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/flags.make deleted file mode 100644 index e2119118..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1525 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/link.txt deleted file mode 100644 index 4e62034c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1525.dir/link.d CMakeFiles/lib1525.dir/lib1525.c.o CMakeFiles/lib1525.dir/first.c.o CMakeFiles/lib1525.dir/testutil.c.o -o lib1525 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1525.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/DependInfo.cmake deleted file mode 100644 index ca7a9880..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1526.c" "external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1526" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1526.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make deleted file mode 100644 index e302bdf1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1526.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1526.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1526.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1526.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1526.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.o: external/curl/tests/libtest/CMakeFiles/lib1526.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1526.c -external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.o: external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.o -MF CMakeFiles/lib1526.dir/lib1526.c.o.d -o CMakeFiles/lib1526.dir/lib1526.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1526.c - -external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1526.dir/lib1526.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1526.c > CMakeFiles/lib1526.dir/lib1526.c.i - -external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1526.dir/lib1526.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1526.c -o CMakeFiles/lib1526.dir/lib1526.c.s - -external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1526.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.o -MF CMakeFiles/lib1526.dir/first.c.o.d -o CMakeFiles/lib1526.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1526.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1526.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1526.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1526.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1526.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.o -MF CMakeFiles/lib1526.dir/testutil.c.o.d -o CMakeFiles/lib1526.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1526.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1526.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1526.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1526.dir/testutil.c.s - -# Object files for target lib1526 -lib1526_OBJECTS = \ -"CMakeFiles/lib1526.dir/lib1526.c.o" \ -"CMakeFiles/lib1526.dir/first.c.o" \ -"CMakeFiles/lib1526.dir/testutil.c.o" - -# External object files for target lib1526 -lib1526_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1526: external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.o -external/curl/tests/libtest/lib1526: external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.o -external/curl/tests/libtest/lib1526: external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.o -external/curl/tests/libtest/lib1526: external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make -external/curl/tests/libtest/lib1526: external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.ts -external/curl/tests/libtest/lib1526: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1526: /usr/lib/libz.so -external/curl/tests/libtest/lib1526: external/curl/tests/libtest/CMakeFiles/lib1526.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1526" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1526.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1526.dir/build: external/curl/tests/libtest/lib1526 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1526.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1526.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1526.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1526.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1526.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1526.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1526.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/cmake_clean.cmake deleted file mode 100644 index ce6618b8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1526.dir/link.d" - "CMakeFiles/lib1526.dir/first.c.o" - "CMakeFiles/lib1526.dir/first.c.o.d" - "CMakeFiles/lib1526.dir/lib1526.c.o" - "CMakeFiles/lib1526.dir/lib1526.c.o.d" - "CMakeFiles/lib1526.dir/testutil.c.o" - "CMakeFiles/lib1526.dir/testutil.c.o.d" - "lib1526" - "lib1526.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1526.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.make deleted file mode 100644 index 15ddf4cf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1526. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.ts deleted file mode 100644 index c6474369..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1526. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/depend.make deleted file mode 100644 index c8584172..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1526. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/flags.make deleted file mode 100644 index 7aad4a49..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1526 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/link.txt deleted file mode 100644 index 12895791..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1526.dir/link.d CMakeFiles/lib1526.dir/lib1526.c.o CMakeFiles/lib1526.dir/first.c.o CMakeFiles/lib1526.dir/testutil.c.o -o lib1526 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1526.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/DependInfo.cmake deleted file mode 100644 index 565b87cc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1527.c" "external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1527" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1527.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make deleted file mode 100644 index cb99ab3c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1527.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1527.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1527.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1527.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1527.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.o: external/curl/tests/libtest/CMakeFiles/lib1527.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1527.c -external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.o: external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.o -MF CMakeFiles/lib1527.dir/lib1527.c.o.d -o CMakeFiles/lib1527.dir/lib1527.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1527.c - -external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1527.dir/lib1527.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1527.c > CMakeFiles/lib1527.dir/lib1527.c.i - -external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1527.dir/lib1527.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1527.c -o CMakeFiles/lib1527.dir/lib1527.c.s - -external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1527.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.o -MF CMakeFiles/lib1527.dir/first.c.o.d -o CMakeFiles/lib1527.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1527.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1527.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1527.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1527.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1527.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.o -MF CMakeFiles/lib1527.dir/testutil.c.o.d -o CMakeFiles/lib1527.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1527.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1527.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1527.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1527.dir/testutil.c.s - -# Object files for target lib1527 -lib1527_OBJECTS = \ -"CMakeFiles/lib1527.dir/lib1527.c.o" \ -"CMakeFiles/lib1527.dir/first.c.o" \ -"CMakeFiles/lib1527.dir/testutil.c.o" - -# External object files for target lib1527 -lib1527_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1527: external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.o -external/curl/tests/libtest/lib1527: external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.o -external/curl/tests/libtest/lib1527: external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.o -external/curl/tests/libtest/lib1527: external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make -external/curl/tests/libtest/lib1527: external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.ts -external/curl/tests/libtest/lib1527: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1527: /usr/lib/libz.so -external/curl/tests/libtest/lib1527: external/curl/tests/libtest/CMakeFiles/lib1527.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1527" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1527.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1527.dir/build: external/curl/tests/libtest/lib1527 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1527.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1527.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1527.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1527.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1527.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1527.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1527.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/cmake_clean.cmake deleted file mode 100644 index d3944921..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1527.dir/link.d" - "CMakeFiles/lib1527.dir/first.c.o" - "CMakeFiles/lib1527.dir/first.c.o.d" - "CMakeFiles/lib1527.dir/lib1527.c.o" - "CMakeFiles/lib1527.dir/lib1527.c.o.d" - "CMakeFiles/lib1527.dir/testutil.c.o" - "CMakeFiles/lib1527.dir/testutil.c.o.d" - "lib1527" - "lib1527.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1527.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.make deleted file mode 100644 index f8cc1809..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1527. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.ts deleted file mode 100644 index 5deafd0a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1527. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/depend.make deleted file mode 100644 index e26cbfa6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1527. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/flags.make deleted file mode 100644 index eb3ad55e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1527 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/link.txt deleted file mode 100644 index e98b8bb1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1527.dir/link.d CMakeFiles/lib1527.dir/lib1527.c.o CMakeFiles/lib1527.dir/first.c.o CMakeFiles/lib1527.dir/testutil.c.o -o lib1527 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/progress.make deleted file mode 100644 index 8cc4ac5d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1527.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = 54 -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/DependInfo.cmake deleted file mode 100644 index 61d1ce94..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1528.c" "external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1528" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1528.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make deleted file mode 100644 index 047d4007..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1528.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1528.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1528.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1528.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1528.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.o: external/curl/tests/libtest/CMakeFiles/lib1528.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1528.c -external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.o: external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.o -MF CMakeFiles/lib1528.dir/lib1528.c.o.d -o CMakeFiles/lib1528.dir/lib1528.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1528.c - -external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1528.dir/lib1528.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1528.c > CMakeFiles/lib1528.dir/lib1528.c.i - -external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1528.dir/lib1528.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1528.c -o CMakeFiles/lib1528.dir/lib1528.c.s - -external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1528.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.o -MF CMakeFiles/lib1528.dir/first.c.o.d -o CMakeFiles/lib1528.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1528.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1528.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1528.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1528.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1528.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.o -MF CMakeFiles/lib1528.dir/testutil.c.o.d -o CMakeFiles/lib1528.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1528.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1528.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1528.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1528.dir/testutil.c.s - -# Object files for target lib1528 -lib1528_OBJECTS = \ -"CMakeFiles/lib1528.dir/lib1528.c.o" \ -"CMakeFiles/lib1528.dir/first.c.o" \ -"CMakeFiles/lib1528.dir/testutil.c.o" - -# External object files for target lib1528 -lib1528_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1528: external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.o -external/curl/tests/libtest/lib1528: external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.o -external/curl/tests/libtest/lib1528: external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.o -external/curl/tests/libtest/lib1528: external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make -external/curl/tests/libtest/lib1528: external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.ts -external/curl/tests/libtest/lib1528: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1528: /usr/lib/libz.so -external/curl/tests/libtest/lib1528: external/curl/tests/libtest/CMakeFiles/lib1528.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1528" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1528.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1528.dir/build: external/curl/tests/libtest/lib1528 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1528.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1528.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1528.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1528.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1528.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1528.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1528.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/cmake_clean.cmake deleted file mode 100644 index 666bcb41..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1528.dir/link.d" - "CMakeFiles/lib1528.dir/first.c.o" - "CMakeFiles/lib1528.dir/first.c.o.d" - "CMakeFiles/lib1528.dir/lib1528.c.o" - "CMakeFiles/lib1528.dir/lib1528.c.o.d" - "CMakeFiles/lib1528.dir/testutil.c.o" - "CMakeFiles/lib1528.dir/testutil.c.o.d" - "lib1528" - "lib1528.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1528.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.make deleted file mode 100644 index 18bcd972..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1528. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.ts deleted file mode 100644 index 2a9c983e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1528. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/depend.make deleted file mode 100644 index 1f94fed6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1528. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/flags.make deleted file mode 100644 index 974d05b4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1528 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/link.txt deleted file mode 100644 index 796c87aa..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1528.dir/link.d CMakeFiles/lib1528.dir/lib1528.c.o CMakeFiles/lib1528.dir/first.c.o CMakeFiles/lib1528.dir/testutil.c.o -o lib1528 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1528.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/DependInfo.cmake deleted file mode 100644 index 55460436..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1529.c" "external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1529" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1529.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make deleted file mode 100644 index 85ed4876..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1529.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1529.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1529.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1529.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1529.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.o: external/curl/tests/libtest/CMakeFiles/lib1529.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1529.c -external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.o: external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.o -MF CMakeFiles/lib1529.dir/lib1529.c.o.d -o CMakeFiles/lib1529.dir/lib1529.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1529.c - -external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1529.dir/lib1529.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1529.c > CMakeFiles/lib1529.dir/lib1529.c.i - -external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1529.dir/lib1529.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1529.c -o CMakeFiles/lib1529.dir/lib1529.c.s - -external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1529.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.o -MF CMakeFiles/lib1529.dir/first.c.o.d -o CMakeFiles/lib1529.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1529.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1529.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1529.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1529.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1529.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.o -MF CMakeFiles/lib1529.dir/testutil.c.o.d -o CMakeFiles/lib1529.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1529.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1529.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1529.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1529.dir/testutil.c.s - -# Object files for target lib1529 -lib1529_OBJECTS = \ -"CMakeFiles/lib1529.dir/lib1529.c.o" \ -"CMakeFiles/lib1529.dir/first.c.o" \ -"CMakeFiles/lib1529.dir/testutil.c.o" - -# External object files for target lib1529 -lib1529_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1529: external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.o -external/curl/tests/libtest/lib1529: external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.o -external/curl/tests/libtest/lib1529: external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.o -external/curl/tests/libtest/lib1529: external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make -external/curl/tests/libtest/lib1529: external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.ts -external/curl/tests/libtest/lib1529: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1529: /usr/lib/libz.so -external/curl/tests/libtest/lib1529: external/curl/tests/libtest/CMakeFiles/lib1529.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1529" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1529.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1529.dir/build: external/curl/tests/libtest/lib1529 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1529.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1529.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1529.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1529.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1529.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1529.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1529.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/cmake_clean.cmake deleted file mode 100644 index 00b7fb08..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1529.dir/link.d" - "CMakeFiles/lib1529.dir/first.c.o" - "CMakeFiles/lib1529.dir/first.c.o.d" - "CMakeFiles/lib1529.dir/lib1529.c.o" - "CMakeFiles/lib1529.dir/lib1529.c.o.d" - "CMakeFiles/lib1529.dir/testutil.c.o" - "CMakeFiles/lib1529.dir/testutil.c.o.d" - "lib1529" - "lib1529.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1529.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.make deleted file mode 100644 index b1979519..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1529. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.ts deleted file mode 100644 index 9e08b446..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1529. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/depend.make deleted file mode 100644 index 7f67469a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1529. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/flags.make deleted file mode 100644 index d572762e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1529 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/link.txt deleted file mode 100644 index 1cd5e82b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1529.dir/link.d CMakeFiles/lib1529.dir/lib1529.c.o CMakeFiles/lib1529.dir/first.c.o CMakeFiles/lib1529.dir/testutil.c.o -o lib1529 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1529.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/DependInfo.cmake deleted file mode 100644 index df153b4a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1530.c" "external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1530" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1530.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make deleted file mode 100644 index 122604eb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1530.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1530.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1530.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1530.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1530.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.o: external/curl/tests/libtest/CMakeFiles/lib1530.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1530.c -external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.o: external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.o -MF CMakeFiles/lib1530.dir/lib1530.c.o.d -o CMakeFiles/lib1530.dir/lib1530.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1530.c - -external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1530.dir/lib1530.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1530.c > CMakeFiles/lib1530.dir/lib1530.c.i - -external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1530.dir/lib1530.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1530.c -o CMakeFiles/lib1530.dir/lib1530.c.s - -external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1530.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.o -MF CMakeFiles/lib1530.dir/first.c.o.d -o CMakeFiles/lib1530.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1530.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1530.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1530.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1530.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1530.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.o -MF CMakeFiles/lib1530.dir/testutil.c.o.d -o CMakeFiles/lib1530.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1530.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1530.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1530.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1530.dir/testutil.c.s - -# Object files for target lib1530 -lib1530_OBJECTS = \ -"CMakeFiles/lib1530.dir/lib1530.c.o" \ -"CMakeFiles/lib1530.dir/first.c.o" \ -"CMakeFiles/lib1530.dir/testutil.c.o" - -# External object files for target lib1530 -lib1530_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1530: external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.o -external/curl/tests/libtest/lib1530: external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.o -external/curl/tests/libtest/lib1530: external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.o -external/curl/tests/libtest/lib1530: external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make -external/curl/tests/libtest/lib1530: external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.ts -external/curl/tests/libtest/lib1530: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1530: /usr/lib/libz.so -external/curl/tests/libtest/lib1530: external/curl/tests/libtest/CMakeFiles/lib1530.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1530" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1530.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1530.dir/build: external/curl/tests/libtest/lib1530 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1530.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1530.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1530.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1530.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1530.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1530.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1530.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/cmake_clean.cmake deleted file mode 100644 index cafeeff6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1530.dir/link.d" - "CMakeFiles/lib1530.dir/first.c.o" - "CMakeFiles/lib1530.dir/first.c.o.d" - "CMakeFiles/lib1530.dir/lib1530.c.o" - "CMakeFiles/lib1530.dir/lib1530.c.o.d" - "CMakeFiles/lib1530.dir/testutil.c.o" - "CMakeFiles/lib1530.dir/testutil.c.o.d" - "lib1530" - "lib1530.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1530.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.make deleted file mode 100644 index adbf60e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1530. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.ts deleted file mode 100644 index b167342e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1530. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/depend.make deleted file mode 100644 index a149ec0f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1530. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/flags.make deleted file mode 100644 index a223e3d4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1530 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/link.txt deleted file mode 100644 index c62f4bd4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1530.dir/link.d CMakeFiles/lib1530.dir/lib1530.c.o CMakeFiles/lib1530.dir/first.c.o CMakeFiles/lib1530.dir/testutil.c.o -o lib1530 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1530.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/DependInfo.cmake deleted file mode 100644 index 7c69fd4c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1531.c" "external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1531" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1531.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make deleted file mode 100644 index 0b761c2a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1531.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1531.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1531.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1531.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1531.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.o: external/curl/tests/libtest/CMakeFiles/lib1531.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1531.c -external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.o: external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.o -MF CMakeFiles/lib1531.dir/lib1531.c.o.d -o CMakeFiles/lib1531.dir/lib1531.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1531.c - -external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1531.dir/lib1531.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1531.c > CMakeFiles/lib1531.dir/lib1531.c.i - -external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1531.dir/lib1531.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1531.c -o CMakeFiles/lib1531.dir/lib1531.c.s - -external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1531.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.o -MF CMakeFiles/lib1531.dir/first.c.o.d -o CMakeFiles/lib1531.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1531.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1531.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1531.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1531.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1531.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.o -MF CMakeFiles/lib1531.dir/testutil.c.o.d -o CMakeFiles/lib1531.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1531.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1531.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1531.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1531.dir/testutil.c.s - -# Object files for target lib1531 -lib1531_OBJECTS = \ -"CMakeFiles/lib1531.dir/lib1531.c.o" \ -"CMakeFiles/lib1531.dir/first.c.o" \ -"CMakeFiles/lib1531.dir/testutil.c.o" - -# External object files for target lib1531 -lib1531_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1531: external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.o -external/curl/tests/libtest/lib1531: external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.o -external/curl/tests/libtest/lib1531: external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.o -external/curl/tests/libtest/lib1531: external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make -external/curl/tests/libtest/lib1531: external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.ts -external/curl/tests/libtest/lib1531: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1531: /usr/lib/libz.so -external/curl/tests/libtest/lib1531: external/curl/tests/libtest/CMakeFiles/lib1531.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1531" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1531.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1531.dir/build: external/curl/tests/libtest/lib1531 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1531.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1531.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1531.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1531.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1531.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1531.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1531.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/cmake_clean.cmake deleted file mode 100644 index 41714247..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1531.dir/link.d" - "CMakeFiles/lib1531.dir/first.c.o" - "CMakeFiles/lib1531.dir/first.c.o.d" - "CMakeFiles/lib1531.dir/lib1531.c.o" - "CMakeFiles/lib1531.dir/lib1531.c.o.d" - "CMakeFiles/lib1531.dir/testutil.c.o" - "CMakeFiles/lib1531.dir/testutil.c.o.d" - "lib1531" - "lib1531.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1531.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.make deleted file mode 100644 index 94c13657..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1531. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.ts deleted file mode 100644 index f460a63c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1531. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/depend.make deleted file mode 100644 index 9f39f630..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1531. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/flags.make deleted file mode 100644 index 2bb1aa59..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1531 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/link.txt deleted file mode 100644 index be212067..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1531.dir/link.d CMakeFiles/lib1531.dir/lib1531.c.o CMakeFiles/lib1531.dir/first.c.o CMakeFiles/lib1531.dir/testutil.c.o -o lib1531 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1531.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/DependInfo.cmake deleted file mode 100644 index be92f978..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1532.c" "external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1532" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1532.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make deleted file mode 100644 index 431a3226..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1532.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1532.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1532.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1532.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1532.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.o: external/curl/tests/libtest/CMakeFiles/lib1532.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1532.c -external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.o: external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.o -MF CMakeFiles/lib1532.dir/lib1532.c.o.d -o CMakeFiles/lib1532.dir/lib1532.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1532.c - -external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1532.dir/lib1532.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1532.c > CMakeFiles/lib1532.dir/lib1532.c.i - -external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1532.dir/lib1532.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1532.c -o CMakeFiles/lib1532.dir/lib1532.c.s - -external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1532.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.o -MF CMakeFiles/lib1532.dir/first.c.o.d -o CMakeFiles/lib1532.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1532.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1532.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1532.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1532.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1532.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.o -MF CMakeFiles/lib1532.dir/testutil.c.o.d -o CMakeFiles/lib1532.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1532.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1532.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1532.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1532.dir/testutil.c.s - -# Object files for target lib1532 -lib1532_OBJECTS = \ -"CMakeFiles/lib1532.dir/lib1532.c.o" \ -"CMakeFiles/lib1532.dir/first.c.o" \ -"CMakeFiles/lib1532.dir/testutil.c.o" - -# External object files for target lib1532 -lib1532_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1532: external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.o -external/curl/tests/libtest/lib1532: external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.o -external/curl/tests/libtest/lib1532: external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.o -external/curl/tests/libtest/lib1532: external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make -external/curl/tests/libtest/lib1532: external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.ts -external/curl/tests/libtest/lib1532: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1532: /usr/lib/libz.so -external/curl/tests/libtest/lib1532: external/curl/tests/libtest/CMakeFiles/lib1532.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1532" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1532.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1532.dir/build: external/curl/tests/libtest/lib1532 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1532.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1532.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1532.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1532.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1532.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1532.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1532.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/cmake_clean.cmake deleted file mode 100644 index e034d95d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1532.dir/link.d" - "CMakeFiles/lib1532.dir/first.c.o" - "CMakeFiles/lib1532.dir/first.c.o.d" - "CMakeFiles/lib1532.dir/lib1532.c.o" - "CMakeFiles/lib1532.dir/lib1532.c.o.d" - "CMakeFiles/lib1532.dir/testutil.c.o" - "CMakeFiles/lib1532.dir/testutil.c.o.d" - "lib1532" - "lib1532.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1532.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.make deleted file mode 100644 index 2e462207..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1532. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.ts deleted file mode 100644 index fc62f92d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1532. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/depend.make deleted file mode 100644 index da24e68f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1532. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/flags.make deleted file mode 100644 index e39027fe..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1532 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/link.txt deleted file mode 100644 index dcd70b2a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1532.dir/link.d CMakeFiles/lib1532.dir/lib1532.c.o CMakeFiles/lib1532.dir/first.c.o CMakeFiles/lib1532.dir/testutil.c.o -o lib1532 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1532.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/DependInfo.cmake deleted file mode 100644 index 8df6ca70..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1533.c" "external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1533" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1533.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make deleted file mode 100644 index 92efe91d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1533.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1533.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1533.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1533.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1533.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.o: external/curl/tests/libtest/CMakeFiles/lib1533.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1533.c -external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.o: external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.o -MF CMakeFiles/lib1533.dir/lib1533.c.o.d -o CMakeFiles/lib1533.dir/lib1533.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1533.c - -external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1533.dir/lib1533.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1533.c > CMakeFiles/lib1533.dir/lib1533.c.i - -external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1533.dir/lib1533.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1533.c -o CMakeFiles/lib1533.dir/lib1533.c.s - -external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1533.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.o -MF CMakeFiles/lib1533.dir/first.c.o.d -o CMakeFiles/lib1533.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1533.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1533.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1533.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1533.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1533.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.o -MF CMakeFiles/lib1533.dir/testutil.c.o.d -o CMakeFiles/lib1533.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1533.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1533.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1533.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1533.dir/testutil.c.s - -# Object files for target lib1533 -lib1533_OBJECTS = \ -"CMakeFiles/lib1533.dir/lib1533.c.o" \ -"CMakeFiles/lib1533.dir/first.c.o" \ -"CMakeFiles/lib1533.dir/testutil.c.o" - -# External object files for target lib1533 -lib1533_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1533: external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.o -external/curl/tests/libtest/lib1533: external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.o -external/curl/tests/libtest/lib1533: external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.o -external/curl/tests/libtest/lib1533: external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make -external/curl/tests/libtest/lib1533: external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.ts -external/curl/tests/libtest/lib1533: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1533: /usr/lib/libz.so -external/curl/tests/libtest/lib1533: external/curl/tests/libtest/CMakeFiles/lib1533.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1533" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1533.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1533.dir/build: external/curl/tests/libtest/lib1533 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1533.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1533.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1533.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1533.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1533.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1533.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1533.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/cmake_clean.cmake deleted file mode 100644 index 7a0da284..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1533.dir/link.d" - "CMakeFiles/lib1533.dir/first.c.o" - "CMakeFiles/lib1533.dir/first.c.o.d" - "CMakeFiles/lib1533.dir/lib1533.c.o" - "CMakeFiles/lib1533.dir/lib1533.c.o.d" - "CMakeFiles/lib1533.dir/testutil.c.o" - "CMakeFiles/lib1533.dir/testutil.c.o.d" - "lib1533" - "lib1533.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1533.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.make deleted file mode 100644 index 5368bb74..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1533. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.ts deleted file mode 100644 index 05fd78a3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1533. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/depend.make deleted file mode 100644 index c5d7d4b5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1533. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/flags.make deleted file mode 100644 index 597f90ef..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1533 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/link.txt deleted file mode 100644 index c2a3ca13..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1533.dir/link.d CMakeFiles/lib1533.dir/lib1533.c.o CMakeFiles/lib1533.dir/first.c.o CMakeFiles/lib1533.dir/testutil.c.o -o lib1533 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1533.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/DependInfo.cmake deleted file mode 100644 index cde47c72..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1534.c" "external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1534" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1534.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make deleted file mode 100644 index f3a178c1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1534.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1534.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1534.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1534.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1534.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.o: external/curl/tests/libtest/CMakeFiles/lib1534.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1534.c -external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.o: external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.o -MF CMakeFiles/lib1534.dir/lib1534.c.o.d -o CMakeFiles/lib1534.dir/lib1534.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1534.c - -external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1534.dir/lib1534.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1534.c > CMakeFiles/lib1534.dir/lib1534.c.i - -external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1534.dir/lib1534.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1534.c -o CMakeFiles/lib1534.dir/lib1534.c.s - -external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1534.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.o -MF CMakeFiles/lib1534.dir/first.c.o.d -o CMakeFiles/lib1534.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1534.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1534.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1534.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1534.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1534.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.o -MF CMakeFiles/lib1534.dir/testutil.c.o.d -o CMakeFiles/lib1534.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1534.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1534.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1534.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1534.dir/testutil.c.s - -# Object files for target lib1534 -lib1534_OBJECTS = \ -"CMakeFiles/lib1534.dir/lib1534.c.o" \ -"CMakeFiles/lib1534.dir/first.c.o" \ -"CMakeFiles/lib1534.dir/testutil.c.o" - -# External object files for target lib1534 -lib1534_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1534: external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.o -external/curl/tests/libtest/lib1534: external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.o -external/curl/tests/libtest/lib1534: external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.o -external/curl/tests/libtest/lib1534: external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make -external/curl/tests/libtest/lib1534: external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.ts -external/curl/tests/libtest/lib1534: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1534: /usr/lib/libz.so -external/curl/tests/libtest/lib1534: external/curl/tests/libtest/CMakeFiles/lib1534.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1534" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1534.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1534.dir/build: external/curl/tests/libtest/lib1534 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1534.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1534.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1534.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1534.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1534.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1534.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1534.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/cmake_clean.cmake deleted file mode 100644 index fb58bba9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1534.dir/link.d" - "CMakeFiles/lib1534.dir/first.c.o" - "CMakeFiles/lib1534.dir/first.c.o.d" - "CMakeFiles/lib1534.dir/lib1534.c.o" - "CMakeFiles/lib1534.dir/lib1534.c.o.d" - "CMakeFiles/lib1534.dir/testutil.c.o" - "CMakeFiles/lib1534.dir/testutil.c.o.d" - "lib1534" - "lib1534.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1534.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.make deleted file mode 100644 index d2fdec53..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1534. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.ts deleted file mode 100644 index 443f4c49..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1534. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/depend.make deleted file mode 100644 index b23bb6a6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1534. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/flags.make deleted file mode 100644 index 6f2ed32f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1534 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/link.txt deleted file mode 100644 index 18445c2f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1534.dir/link.d CMakeFiles/lib1534.dir/lib1534.c.o CMakeFiles/lib1534.dir/first.c.o CMakeFiles/lib1534.dir/testutil.c.o -o lib1534 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/progress.make deleted file mode 100644 index 95619619..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1534.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = 55 -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/DependInfo.cmake deleted file mode 100644 index c4b1e2df..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1535.c" "external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1535" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1535.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make deleted file mode 100644 index a3a78411..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1535.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1535.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1535.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1535.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1535.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.o: external/curl/tests/libtest/CMakeFiles/lib1535.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1535.c -external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.o: external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.o -MF CMakeFiles/lib1535.dir/lib1535.c.o.d -o CMakeFiles/lib1535.dir/lib1535.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1535.c - -external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1535.dir/lib1535.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1535.c > CMakeFiles/lib1535.dir/lib1535.c.i - -external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1535.dir/lib1535.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1535.c -o CMakeFiles/lib1535.dir/lib1535.c.s - -external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1535.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.o -MF CMakeFiles/lib1535.dir/first.c.o.d -o CMakeFiles/lib1535.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1535.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1535.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1535.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1535.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1535.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.o -MF CMakeFiles/lib1535.dir/testutil.c.o.d -o CMakeFiles/lib1535.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1535.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1535.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1535.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1535.dir/testutil.c.s - -# Object files for target lib1535 -lib1535_OBJECTS = \ -"CMakeFiles/lib1535.dir/lib1535.c.o" \ -"CMakeFiles/lib1535.dir/first.c.o" \ -"CMakeFiles/lib1535.dir/testutil.c.o" - -# External object files for target lib1535 -lib1535_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1535: external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.o -external/curl/tests/libtest/lib1535: external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.o -external/curl/tests/libtest/lib1535: external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.o -external/curl/tests/libtest/lib1535: external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make -external/curl/tests/libtest/lib1535: external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.ts -external/curl/tests/libtest/lib1535: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1535: /usr/lib/libz.so -external/curl/tests/libtest/lib1535: external/curl/tests/libtest/CMakeFiles/lib1535.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1535" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1535.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1535.dir/build: external/curl/tests/libtest/lib1535 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1535.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1535.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1535.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1535.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1535.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1535.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1535.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/cmake_clean.cmake deleted file mode 100644 index 8aaefc23..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1535.dir/link.d" - "CMakeFiles/lib1535.dir/first.c.o" - "CMakeFiles/lib1535.dir/first.c.o.d" - "CMakeFiles/lib1535.dir/lib1535.c.o" - "CMakeFiles/lib1535.dir/lib1535.c.o.d" - "CMakeFiles/lib1535.dir/testutil.c.o" - "CMakeFiles/lib1535.dir/testutil.c.o.d" - "lib1535" - "lib1535.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1535.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.make deleted file mode 100644 index c302fa87..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1535. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.ts deleted file mode 100644 index 46b5a11b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1535. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/depend.make deleted file mode 100644 index 04452d2e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1535. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/flags.make deleted file mode 100644 index f052d417..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1535 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/link.txt deleted file mode 100644 index 1278e169..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1535.dir/link.d CMakeFiles/lib1535.dir/lib1535.c.o CMakeFiles/lib1535.dir/first.c.o CMakeFiles/lib1535.dir/testutil.c.o -o lib1535 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1535.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/DependInfo.cmake deleted file mode 100644 index 6a21fef6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1536.c" "external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1536" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1536.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make deleted file mode 100644 index 2caa137c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1536.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1536.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1536.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1536.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1536.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.o: external/curl/tests/libtest/CMakeFiles/lib1536.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1536.c -external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.o: external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.o -MF CMakeFiles/lib1536.dir/lib1536.c.o.d -o CMakeFiles/lib1536.dir/lib1536.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1536.c - -external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1536.dir/lib1536.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1536.c > CMakeFiles/lib1536.dir/lib1536.c.i - -external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1536.dir/lib1536.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1536.c -o CMakeFiles/lib1536.dir/lib1536.c.s - -external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1536.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.o -MF CMakeFiles/lib1536.dir/first.c.o.d -o CMakeFiles/lib1536.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1536.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1536.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1536.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1536.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1536.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.o -MF CMakeFiles/lib1536.dir/testutil.c.o.d -o CMakeFiles/lib1536.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1536.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1536.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1536.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1536.dir/testutil.c.s - -# Object files for target lib1536 -lib1536_OBJECTS = \ -"CMakeFiles/lib1536.dir/lib1536.c.o" \ -"CMakeFiles/lib1536.dir/first.c.o" \ -"CMakeFiles/lib1536.dir/testutil.c.o" - -# External object files for target lib1536 -lib1536_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1536: external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.o -external/curl/tests/libtest/lib1536: external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.o -external/curl/tests/libtest/lib1536: external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.o -external/curl/tests/libtest/lib1536: external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make -external/curl/tests/libtest/lib1536: external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.ts -external/curl/tests/libtest/lib1536: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1536: /usr/lib/libz.so -external/curl/tests/libtest/lib1536: external/curl/tests/libtest/CMakeFiles/lib1536.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1536" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1536.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1536.dir/build: external/curl/tests/libtest/lib1536 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1536.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1536.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1536.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1536.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1536.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1536.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1536.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/cmake_clean.cmake deleted file mode 100644 index 52ef9b34..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1536.dir/link.d" - "CMakeFiles/lib1536.dir/first.c.o" - "CMakeFiles/lib1536.dir/first.c.o.d" - "CMakeFiles/lib1536.dir/lib1536.c.o" - "CMakeFiles/lib1536.dir/lib1536.c.o.d" - "CMakeFiles/lib1536.dir/testutil.c.o" - "CMakeFiles/lib1536.dir/testutil.c.o.d" - "lib1536" - "lib1536.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1536.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.make deleted file mode 100644 index afc97a19..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1536. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.ts deleted file mode 100644 index 2acd2b36..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1536. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/depend.make deleted file mode 100644 index dc7ab901..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1536. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/flags.make deleted file mode 100644 index e6471501..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1536 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/link.txt deleted file mode 100644 index dd2f45c4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1536.dir/link.d CMakeFiles/lib1536.dir/lib1536.c.o CMakeFiles/lib1536.dir/first.c.o CMakeFiles/lib1536.dir/testutil.c.o -o lib1536 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1536.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/DependInfo.cmake deleted file mode 100644 index bd855583..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1537.c" "external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1537" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1537.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make deleted file mode 100644 index af0eaee2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1537.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1537.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1537.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1537.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1537.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.o: external/curl/tests/libtest/CMakeFiles/lib1537.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1537.c -external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.o: external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.o -MF CMakeFiles/lib1537.dir/lib1537.c.o.d -o CMakeFiles/lib1537.dir/lib1537.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1537.c - -external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1537.dir/lib1537.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1537.c > CMakeFiles/lib1537.dir/lib1537.c.i - -external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1537.dir/lib1537.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1537.c -o CMakeFiles/lib1537.dir/lib1537.c.s - -external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1537.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.o -MF CMakeFiles/lib1537.dir/first.c.o.d -o CMakeFiles/lib1537.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1537.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1537.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1537.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1537.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1537.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.o -MF CMakeFiles/lib1537.dir/testutil.c.o.d -o CMakeFiles/lib1537.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1537.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1537.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1537.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1537.dir/testutil.c.s - -# Object files for target lib1537 -lib1537_OBJECTS = \ -"CMakeFiles/lib1537.dir/lib1537.c.o" \ -"CMakeFiles/lib1537.dir/first.c.o" \ -"CMakeFiles/lib1537.dir/testutil.c.o" - -# External object files for target lib1537 -lib1537_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1537: external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.o -external/curl/tests/libtest/lib1537: external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.o -external/curl/tests/libtest/lib1537: external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.o -external/curl/tests/libtest/lib1537: external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make -external/curl/tests/libtest/lib1537: external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.ts -external/curl/tests/libtest/lib1537: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1537: /usr/lib/libz.so -external/curl/tests/libtest/lib1537: external/curl/tests/libtest/CMakeFiles/lib1537.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1537" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1537.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1537.dir/build: external/curl/tests/libtest/lib1537 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1537.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1537.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1537.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1537.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1537.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1537.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1537.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/cmake_clean.cmake deleted file mode 100644 index b6df58a1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1537.dir/link.d" - "CMakeFiles/lib1537.dir/first.c.o" - "CMakeFiles/lib1537.dir/first.c.o.d" - "CMakeFiles/lib1537.dir/lib1537.c.o" - "CMakeFiles/lib1537.dir/lib1537.c.o.d" - "CMakeFiles/lib1537.dir/testutil.c.o" - "CMakeFiles/lib1537.dir/testutil.c.o.d" - "lib1537" - "lib1537.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1537.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.make deleted file mode 100644 index 0bda1803..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1537. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.ts deleted file mode 100644 index 83b572f1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1537. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/depend.make deleted file mode 100644 index 6b187c15..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1537. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/flags.make deleted file mode 100644 index 5d4c3a85..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1537 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/link.txt deleted file mode 100644 index 131a789d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1537.dir/link.d CMakeFiles/lib1537.dir/lib1537.c.o CMakeFiles/lib1537.dir/first.c.o CMakeFiles/lib1537.dir/testutil.c.o -o lib1537 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1537.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/DependInfo.cmake deleted file mode 100644 index f25be77b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1538.c" "external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1538" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1538.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make deleted file mode 100644 index 40e2e651..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1538.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1538.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1538.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1538.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1538.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.o: external/curl/tests/libtest/CMakeFiles/lib1538.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1538.c -external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.o: external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.o -MF CMakeFiles/lib1538.dir/lib1538.c.o.d -o CMakeFiles/lib1538.dir/lib1538.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1538.c - -external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1538.dir/lib1538.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1538.c > CMakeFiles/lib1538.dir/lib1538.c.i - -external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1538.dir/lib1538.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1538.c -o CMakeFiles/lib1538.dir/lib1538.c.s - -external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1538.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.o -MF CMakeFiles/lib1538.dir/first.c.o.d -o CMakeFiles/lib1538.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1538.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1538.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1538.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1538.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1538.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.o -MF CMakeFiles/lib1538.dir/testutil.c.o.d -o CMakeFiles/lib1538.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1538.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1538.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1538.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1538.dir/testutil.c.s - -# Object files for target lib1538 -lib1538_OBJECTS = \ -"CMakeFiles/lib1538.dir/lib1538.c.o" \ -"CMakeFiles/lib1538.dir/first.c.o" \ -"CMakeFiles/lib1538.dir/testutil.c.o" - -# External object files for target lib1538 -lib1538_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1538: external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.o -external/curl/tests/libtest/lib1538: external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.o -external/curl/tests/libtest/lib1538: external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.o -external/curl/tests/libtest/lib1538: external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make -external/curl/tests/libtest/lib1538: external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.ts -external/curl/tests/libtest/lib1538: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1538: /usr/lib/libz.so -external/curl/tests/libtest/lib1538: external/curl/tests/libtest/CMakeFiles/lib1538.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1538" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1538.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1538.dir/build: external/curl/tests/libtest/lib1538 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1538.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1538.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1538.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1538.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1538.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1538.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1538.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/cmake_clean.cmake deleted file mode 100644 index c1e930ba..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1538.dir/link.d" - "CMakeFiles/lib1538.dir/first.c.o" - "CMakeFiles/lib1538.dir/first.c.o.d" - "CMakeFiles/lib1538.dir/lib1538.c.o" - "CMakeFiles/lib1538.dir/lib1538.c.o.d" - "CMakeFiles/lib1538.dir/testutil.c.o" - "CMakeFiles/lib1538.dir/testutil.c.o.d" - "lib1538" - "lib1538.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1538.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.make deleted file mode 100644 index f73966be..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1538. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.ts deleted file mode 100644 index c935a8b0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1538. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/depend.make deleted file mode 100644 index 895318fe..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1538. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/flags.make deleted file mode 100644 index 6911552e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1538 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/link.txt deleted file mode 100644 index a346d6a0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1538.dir/link.d CMakeFiles/lib1538.dir/lib1538.c.o CMakeFiles/lib1538.dir/first.c.o CMakeFiles/lib1538.dir/testutil.c.o -o lib1538 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1538.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/DependInfo.cmake deleted file mode 100644 index 7b83d61c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1514.c" "external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1539" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1539.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make deleted file mode 100644 index 18fc5dda..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1539.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1539.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1539.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1539.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1539.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.o: external/curl/tests/libtest/CMakeFiles/lib1539.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1514.c -external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.o: external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.o -MF CMakeFiles/lib1539.dir/lib1514.c.o.d -o CMakeFiles/lib1539.dir/lib1514.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1514.c - -external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1539.dir/lib1514.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1514.c > CMakeFiles/lib1539.dir/lib1514.c.i - -external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1539.dir/lib1514.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1514.c -o CMakeFiles/lib1539.dir/lib1514.c.s - -external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1539.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.o -MF CMakeFiles/lib1539.dir/first.c.o.d -o CMakeFiles/lib1539.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1539.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1539.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1539.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1539.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1539.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.o -MF CMakeFiles/lib1539.dir/testutil.c.o.d -o CMakeFiles/lib1539.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1539.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1539.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1539.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1539.dir/testutil.c.s - -# Object files for target lib1539 -lib1539_OBJECTS = \ -"CMakeFiles/lib1539.dir/lib1514.c.o" \ -"CMakeFiles/lib1539.dir/first.c.o" \ -"CMakeFiles/lib1539.dir/testutil.c.o" - -# External object files for target lib1539 -lib1539_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1539: external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.o -external/curl/tests/libtest/lib1539: external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.o -external/curl/tests/libtest/lib1539: external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.o -external/curl/tests/libtest/lib1539: external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make -external/curl/tests/libtest/lib1539: external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.ts -external/curl/tests/libtest/lib1539: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1539: /usr/lib/libz.so -external/curl/tests/libtest/lib1539: external/curl/tests/libtest/CMakeFiles/lib1539.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1539" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1539.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1539.dir/build: external/curl/tests/libtest/lib1539 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1539.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1539.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1539.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1539.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1539.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1539.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1539.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/cmake_clean.cmake deleted file mode 100644 index 5bbdc59f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1539.dir/link.d" - "CMakeFiles/lib1539.dir/first.c.o" - "CMakeFiles/lib1539.dir/first.c.o.d" - "CMakeFiles/lib1539.dir/lib1514.c.o" - "CMakeFiles/lib1539.dir/lib1514.c.o.d" - "CMakeFiles/lib1539.dir/testutil.c.o" - "CMakeFiles/lib1539.dir/testutil.c.o.d" - "lib1539" - "lib1539.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1539.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.make deleted file mode 100644 index 530c6be7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1539. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.ts deleted file mode 100644 index d23a1a72..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1539. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/depend.make deleted file mode 100644 index 7c153a8d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1539. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/flags.make deleted file mode 100644 index e6056dce..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1539 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/link.txt deleted file mode 100644 index d9805910..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1539.dir/link.d CMakeFiles/lib1539.dir/lib1514.c.o CMakeFiles/lib1539.dir/first.c.o CMakeFiles/lib1539.dir/testutil.c.o -o lib1539 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1539.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/DependInfo.cmake deleted file mode 100644 index 1aa19476..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/DependInfo.cmake +++ /dev/null @@ -1,27 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1540.c" "external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1540" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1540.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make deleted file mode 100644 index 0aada2d1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make +++ /dev/null @@ -1,164 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1540.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1540.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1540.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1540.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1540.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.o: external/curl/tests/libtest/CMakeFiles/lib1540.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1540.c -external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.o: external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.o -MF CMakeFiles/lib1540.dir/lib1540.c.o.d -o CMakeFiles/lib1540.dir/lib1540.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1540.c - -external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1540.dir/lib1540.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1540.c > CMakeFiles/lib1540.dir/lib1540.c.i - -external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1540.dir/lib1540.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1540.c -o CMakeFiles/lib1540.dir/lib1540.c.s - -external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1540.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.o -MF CMakeFiles/lib1540.dir/first.c.o.d -o CMakeFiles/lib1540.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1540.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1540.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1540.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1540.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1540.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.o -MF CMakeFiles/lib1540.dir/testutil.c.o.d -o CMakeFiles/lib1540.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1540.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1540.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1540.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1540.dir/testutil.c.s - -external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1540.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.o -MF CMakeFiles/lib1540.dir/testtrace.c.o.d -o CMakeFiles/lib1540.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c - -external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1540.dir/testtrace.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib1540.dir/testtrace.c.i - -external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1540.dir/testtrace.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib1540.dir/testtrace.c.s - -# Object files for target lib1540 -lib1540_OBJECTS = \ -"CMakeFiles/lib1540.dir/lib1540.c.o" \ -"CMakeFiles/lib1540.dir/first.c.o" \ -"CMakeFiles/lib1540.dir/testutil.c.o" \ -"CMakeFiles/lib1540.dir/testtrace.c.o" - -# External object files for target lib1540 -lib1540_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1540: external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.o -external/curl/tests/libtest/lib1540: external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.o -external/curl/tests/libtest/lib1540: external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.o -external/curl/tests/libtest/lib1540: external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.o -external/curl/tests/libtest/lib1540: external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make -external/curl/tests/libtest/lib1540: external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.ts -external/curl/tests/libtest/lib1540: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1540: /usr/lib/libz.so -external/curl/tests/libtest/lib1540: external/curl/tests/libtest/CMakeFiles/lib1540.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib1540" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1540.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1540.dir/build: external/curl/tests/libtest/lib1540 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1540.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1540.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1540.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1540.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1540.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1540.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1540.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/cmake_clean.cmake deleted file mode 100644 index 137d8281..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/cmake_clean.cmake +++ /dev/null @@ -1,18 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1540.dir/link.d" - "CMakeFiles/lib1540.dir/first.c.o" - "CMakeFiles/lib1540.dir/first.c.o.d" - "CMakeFiles/lib1540.dir/lib1540.c.o" - "CMakeFiles/lib1540.dir/lib1540.c.o.d" - "CMakeFiles/lib1540.dir/testtrace.c.o" - "CMakeFiles/lib1540.dir/testtrace.c.o.d" - "CMakeFiles/lib1540.dir/testutil.c.o" - "CMakeFiles/lib1540.dir/testutil.c.o.d" - "lib1540" - "lib1540.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1540.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.make deleted file mode 100644 index 1be3f198..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1540. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.ts deleted file mode 100644 index e1191206..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1540. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/depend.make deleted file mode 100644 index fa9c32de..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1540. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/flags.make deleted file mode 100644 index b6624dd3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1540 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/link.txt deleted file mode 100644 index 07353796..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1540.dir/link.d CMakeFiles/lib1540.dir/lib1540.c.o CMakeFiles/lib1540.dir/first.c.o CMakeFiles/lib1540.dir/testutil.c.o CMakeFiles/lib1540.dir/testtrace.c.o -o lib1540 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/progress.make deleted file mode 100644 index 7f59a6bb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1540.dir/progress.make +++ /dev/null @@ -1,6 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/DependInfo.cmake deleted file mode 100644 index 540e87cc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1541.c" "external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1541" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1541.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make deleted file mode 100644 index 7d89f732..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1541.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1541.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1541.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1541.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1541.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.o: external/curl/tests/libtest/CMakeFiles/lib1541.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1541.c -external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.o: external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.o -MF CMakeFiles/lib1541.dir/lib1541.c.o.d -o CMakeFiles/lib1541.dir/lib1541.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1541.c - -external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1541.dir/lib1541.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1541.c > CMakeFiles/lib1541.dir/lib1541.c.i - -external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1541.dir/lib1541.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1541.c -o CMakeFiles/lib1541.dir/lib1541.c.s - -external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1541.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.o -MF CMakeFiles/lib1541.dir/first.c.o.d -o CMakeFiles/lib1541.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1541.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1541.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1541.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1541.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1541.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.o -MF CMakeFiles/lib1541.dir/testutil.c.o.d -o CMakeFiles/lib1541.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1541.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1541.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1541.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1541.dir/testutil.c.s - -# Object files for target lib1541 -lib1541_OBJECTS = \ -"CMakeFiles/lib1541.dir/lib1541.c.o" \ -"CMakeFiles/lib1541.dir/first.c.o" \ -"CMakeFiles/lib1541.dir/testutil.c.o" - -# External object files for target lib1541 -lib1541_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1541: external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.o -external/curl/tests/libtest/lib1541: external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.o -external/curl/tests/libtest/lib1541: external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.o -external/curl/tests/libtest/lib1541: external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make -external/curl/tests/libtest/lib1541: external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.ts -external/curl/tests/libtest/lib1541: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1541: /usr/lib/libz.so -external/curl/tests/libtest/lib1541: external/curl/tests/libtest/CMakeFiles/lib1541.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1541" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1541.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1541.dir/build: external/curl/tests/libtest/lib1541 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1541.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1541.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1541.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1541.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1541.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1541.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1541.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/cmake_clean.cmake deleted file mode 100644 index 9b998a10..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1541.dir/link.d" - "CMakeFiles/lib1541.dir/first.c.o" - "CMakeFiles/lib1541.dir/first.c.o.d" - "CMakeFiles/lib1541.dir/lib1541.c.o" - "CMakeFiles/lib1541.dir/lib1541.c.o.d" - "CMakeFiles/lib1541.dir/testutil.c.o" - "CMakeFiles/lib1541.dir/testutil.c.o.d" - "lib1541" - "lib1541.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1541.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.make deleted file mode 100644 index 820d8ecb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1541. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.ts deleted file mode 100644 index 0ef2451b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1541. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/depend.make deleted file mode 100644 index 10e8c39e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1541. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/flags.make deleted file mode 100644 index 1cd45d5a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1541 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/link.txt deleted file mode 100644 index 815668dc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1541.dir/link.d CMakeFiles/lib1541.dir/lib1541.c.o CMakeFiles/lib1541.dir/first.c.o CMakeFiles/lib1541.dir/testutil.c.o -o lib1541 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/progress.make deleted file mode 100644 index b0ab3a69..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1541.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = 56 -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/DependInfo.cmake deleted file mode 100644 index 3d7fce49..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/DependInfo.cmake +++ /dev/null @@ -1,27 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1542.c" "external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1542" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1542.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make deleted file mode 100644 index b81f8726..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make +++ /dev/null @@ -1,164 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1542.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1542.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1542.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1542.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1542.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.o: external/curl/tests/libtest/CMakeFiles/lib1542.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1542.c -external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.o: external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.o -MF CMakeFiles/lib1542.dir/lib1542.c.o.d -o CMakeFiles/lib1542.dir/lib1542.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1542.c - -external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1542.dir/lib1542.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1542.c > CMakeFiles/lib1542.dir/lib1542.c.i - -external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1542.dir/lib1542.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1542.c -o CMakeFiles/lib1542.dir/lib1542.c.s - -external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1542.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.o -MF CMakeFiles/lib1542.dir/first.c.o.d -o CMakeFiles/lib1542.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1542.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1542.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1542.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1542.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1542.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.o -MF CMakeFiles/lib1542.dir/testutil.c.o.d -o CMakeFiles/lib1542.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1542.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1542.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1542.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1542.dir/testutil.c.s - -external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1542.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.o -MF CMakeFiles/lib1542.dir/testtrace.c.o.d -o CMakeFiles/lib1542.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c - -external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1542.dir/testtrace.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib1542.dir/testtrace.c.i - -external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1542.dir/testtrace.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib1542.dir/testtrace.c.s - -# Object files for target lib1542 -lib1542_OBJECTS = \ -"CMakeFiles/lib1542.dir/lib1542.c.o" \ -"CMakeFiles/lib1542.dir/first.c.o" \ -"CMakeFiles/lib1542.dir/testutil.c.o" \ -"CMakeFiles/lib1542.dir/testtrace.c.o" - -# External object files for target lib1542 -lib1542_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1542: external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.o -external/curl/tests/libtest/lib1542: external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.o -external/curl/tests/libtest/lib1542: external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.o -external/curl/tests/libtest/lib1542: external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.o -external/curl/tests/libtest/lib1542: external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make -external/curl/tests/libtest/lib1542: external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.ts -external/curl/tests/libtest/lib1542: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1542: /usr/lib/libz.so -external/curl/tests/libtest/lib1542: external/curl/tests/libtest/CMakeFiles/lib1542.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib1542" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1542.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1542.dir/build: external/curl/tests/libtest/lib1542 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1542.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1542.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1542.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1542.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1542.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1542.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1542.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/cmake_clean.cmake deleted file mode 100644 index cd423524..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/cmake_clean.cmake +++ /dev/null @@ -1,18 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1542.dir/link.d" - "CMakeFiles/lib1542.dir/first.c.o" - "CMakeFiles/lib1542.dir/first.c.o.d" - "CMakeFiles/lib1542.dir/lib1542.c.o" - "CMakeFiles/lib1542.dir/lib1542.c.o.d" - "CMakeFiles/lib1542.dir/testtrace.c.o" - "CMakeFiles/lib1542.dir/testtrace.c.o.d" - "CMakeFiles/lib1542.dir/testutil.c.o" - "CMakeFiles/lib1542.dir/testutil.c.o.d" - "lib1542" - "lib1542.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1542.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.make deleted file mode 100644 index 6f3d7945..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1542. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.ts deleted file mode 100644 index 79c063cd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1542. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/depend.make deleted file mode 100644 index c027aa87..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1542. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/flags.make deleted file mode 100644 index 6c97bb80..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1542 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/link.txt deleted file mode 100644 index 0eada27e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1542.dir/link.d CMakeFiles/lib1542.dir/lib1542.c.o CMakeFiles/lib1542.dir/first.c.o CMakeFiles/lib1542.dir/testutil.c.o CMakeFiles/lib1542.dir/testtrace.c.o -o lib1542 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/progress.make deleted file mode 100644 index 7f59a6bb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1542.dir/progress.make +++ /dev/null @@ -1,6 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/DependInfo.cmake deleted file mode 100644 index d7a143b9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1518.c" "external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.o.d" - "" "external/curl/tests/libtest/lib1543" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1543.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make deleted file mode 100644 index 34551a44..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1543.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1543.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1543.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1543.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1543.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.o: external/curl/tests/libtest/CMakeFiles/lib1543.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1518.c -external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.o: external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.o -MF CMakeFiles/lib1543.dir/lib1518.c.o.d -o CMakeFiles/lib1543.dir/lib1518.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1518.c - -external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1543.dir/lib1518.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1518.c > CMakeFiles/lib1543.dir/lib1518.c.i - -external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1543.dir/lib1518.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1518.c -o CMakeFiles/lib1543.dir/lib1518.c.s - -external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1543.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.o -MF CMakeFiles/lib1543.dir/first.c.o.d -o CMakeFiles/lib1543.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1543.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1543.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1543.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1543.dir/first.c.s - -# Object files for target lib1543 -lib1543_OBJECTS = \ -"CMakeFiles/lib1543.dir/lib1518.c.o" \ -"CMakeFiles/lib1543.dir/first.c.o" - -# External object files for target lib1543 -lib1543_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1543: external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.o -external/curl/tests/libtest/lib1543: external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.o -external/curl/tests/libtest/lib1543: external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make -external/curl/tests/libtest/lib1543: external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.ts -external/curl/tests/libtest/lib1543: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1543: /usr/lib/libz.so -external/curl/tests/libtest/lib1543: external/curl/tests/libtest/CMakeFiles/lib1543.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1543" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1543.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1543.dir/build: external/curl/tests/libtest/lib1543 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1543.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1543.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1543.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1543.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1543.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1543.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1543.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/cmake_clean.cmake deleted file mode 100644 index 57ee6887..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1543.dir/link.d" - "CMakeFiles/lib1543.dir/first.c.o" - "CMakeFiles/lib1543.dir/first.c.o.d" - "CMakeFiles/lib1543.dir/lib1518.c.o" - "CMakeFiles/lib1543.dir/lib1518.c.o.d" - "lib1543" - "lib1543.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1543.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.make deleted file mode 100644 index 5f067689..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1543. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.ts deleted file mode 100644 index 97da903b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1543. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/depend.make deleted file mode 100644 index 06489eff..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1543. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/flags.make deleted file mode 100644 index 66c174bf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1543 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/link.txt deleted file mode 100644 index 0dd843dc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1543.dir/link.d CMakeFiles/lib1543.dir/lib1518.c.o CMakeFiles/lib1543.dir/first.c.o -o lib1543 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1543.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/DependInfo.cmake deleted file mode 100644 index 6f9df1a6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1545.c" "external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.o.d" - "" "external/curl/tests/libtest/lib1545" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1545.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make deleted file mode 100644 index 7fab52c5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1545.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1545.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1545.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1545.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1545.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.o: external/curl/tests/libtest/CMakeFiles/lib1545.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1545.c -external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.o: external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.o -MF CMakeFiles/lib1545.dir/lib1545.c.o.d -o CMakeFiles/lib1545.dir/lib1545.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1545.c - -external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1545.dir/lib1545.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1545.c > CMakeFiles/lib1545.dir/lib1545.c.i - -external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1545.dir/lib1545.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1545.c -o CMakeFiles/lib1545.dir/lib1545.c.s - -external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1545.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.o -MF CMakeFiles/lib1545.dir/first.c.o.d -o CMakeFiles/lib1545.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1545.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1545.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1545.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1545.dir/first.c.s - -# Object files for target lib1545 -lib1545_OBJECTS = \ -"CMakeFiles/lib1545.dir/lib1545.c.o" \ -"CMakeFiles/lib1545.dir/first.c.o" - -# External object files for target lib1545 -lib1545_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1545: external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.o -external/curl/tests/libtest/lib1545: external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.o -external/curl/tests/libtest/lib1545: external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make -external/curl/tests/libtest/lib1545: external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.ts -external/curl/tests/libtest/lib1545: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1545: /usr/lib/libz.so -external/curl/tests/libtest/lib1545: external/curl/tests/libtest/CMakeFiles/lib1545.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1545" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1545.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1545.dir/build: external/curl/tests/libtest/lib1545 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1545.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1545.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1545.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1545.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1545.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1545.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1545.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/cmake_clean.cmake deleted file mode 100644 index e56b4c49..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1545.dir/link.d" - "CMakeFiles/lib1545.dir/first.c.o" - "CMakeFiles/lib1545.dir/first.c.o.d" - "CMakeFiles/lib1545.dir/lib1545.c.o" - "CMakeFiles/lib1545.dir/lib1545.c.o.d" - "lib1545" - "lib1545.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1545.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.make deleted file mode 100644 index 3b7ac1d1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1545. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.ts deleted file mode 100644 index 7c9272c2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1545. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/depend.make deleted file mode 100644 index 028844b6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1545. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/flags.make deleted file mode 100644 index 883122b2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1545 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/link.txt deleted file mode 100644 index 238e9121..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1545.dir/link.d CMakeFiles/lib1545.dir/lib1545.c.o CMakeFiles/lib1545.dir/first.c.o -o lib1545 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1545.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/DependInfo.cmake deleted file mode 100644 index d08f3d25..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1550.c" "external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.o.d" - "" "external/curl/tests/libtest/lib1550" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1550.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make deleted file mode 100644 index 5e8d588c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1550.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1550.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1550.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1550.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1550.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.o: external/curl/tests/libtest/CMakeFiles/lib1550.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1550.c -external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.o: external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.o -MF CMakeFiles/lib1550.dir/lib1550.c.o.d -o CMakeFiles/lib1550.dir/lib1550.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1550.c - -external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1550.dir/lib1550.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1550.c > CMakeFiles/lib1550.dir/lib1550.c.i - -external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1550.dir/lib1550.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1550.c -o CMakeFiles/lib1550.dir/lib1550.c.s - -external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1550.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.o -MF CMakeFiles/lib1550.dir/first.c.o.d -o CMakeFiles/lib1550.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1550.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1550.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1550.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1550.dir/first.c.s - -# Object files for target lib1550 -lib1550_OBJECTS = \ -"CMakeFiles/lib1550.dir/lib1550.c.o" \ -"CMakeFiles/lib1550.dir/first.c.o" - -# External object files for target lib1550 -lib1550_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1550: external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.o -external/curl/tests/libtest/lib1550: external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.o -external/curl/tests/libtest/lib1550: external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make -external/curl/tests/libtest/lib1550: external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.ts -external/curl/tests/libtest/lib1550: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1550: /usr/lib/libz.so -external/curl/tests/libtest/lib1550: external/curl/tests/libtest/CMakeFiles/lib1550.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1550" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1550.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1550.dir/build: external/curl/tests/libtest/lib1550 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1550.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1550.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1550.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1550.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1550.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1550.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1550.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/cmake_clean.cmake deleted file mode 100644 index 57c1aa8a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1550.dir/link.d" - "CMakeFiles/lib1550.dir/first.c.o" - "CMakeFiles/lib1550.dir/first.c.o.d" - "CMakeFiles/lib1550.dir/lib1550.c.o" - "CMakeFiles/lib1550.dir/lib1550.c.o.d" - "lib1550" - "lib1550.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1550.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.make deleted file mode 100644 index 0da7e801..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1550. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.ts deleted file mode 100644 index 8b40ef64..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1550. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/depend.make deleted file mode 100644 index a9df82e4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1550. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/flags.make deleted file mode 100644 index 137f84e0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1550 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/link.txt deleted file mode 100644 index 9761cd57..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1550.dir/link.d CMakeFiles/lib1550.dir/lib1550.c.o CMakeFiles/lib1550.dir/first.c.o -o lib1550 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1550.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/DependInfo.cmake deleted file mode 100644 index 25143722..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1551.c" "external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.o.d" - "" "external/curl/tests/libtest/lib1551" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1551.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make deleted file mode 100644 index 8dc52fad..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1551.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1551.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1551.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1551.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1551.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.o: external/curl/tests/libtest/CMakeFiles/lib1551.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1551.c -external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.o: external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.o -MF CMakeFiles/lib1551.dir/lib1551.c.o.d -o CMakeFiles/lib1551.dir/lib1551.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1551.c - -external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1551.dir/lib1551.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1551.c > CMakeFiles/lib1551.dir/lib1551.c.i - -external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1551.dir/lib1551.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1551.c -o CMakeFiles/lib1551.dir/lib1551.c.s - -external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1551.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.o -MF CMakeFiles/lib1551.dir/first.c.o.d -o CMakeFiles/lib1551.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1551.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1551.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1551.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1551.dir/first.c.s - -# Object files for target lib1551 -lib1551_OBJECTS = \ -"CMakeFiles/lib1551.dir/lib1551.c.o" \ -"CMakeFiles/lib1551.dir/first.c.o" - -# External object files for target lib1551 -lib1551_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1551: external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.o -external/curl/tests/libtest/lib1551: external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.o -external/curl/tests/libtest/lib1551: external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make -external/curl/tests/libtest/lib1551: external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.ts -external/curl/tests/libtest/lib1551: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1551: /usr/lib/libz.so -external/curl/tests/libtest/lib1551: external/curl/tests/libtest/CMakeFiles/lib1551.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1551" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1551.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1551.dir/build: external/curl/tests/libtest/lib1551 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1551.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1551.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1551.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1551.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1551.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1551.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1551.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/cmake_clean.cmake deleted file mode 100644 index 052ffd09..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1551.dir/link.d" - "CMakeFiles/lib1551.dir/first.c.o" - "CMakeFiles/lib1551.dir/first.c.o.d" - "CMakeFiles/lib1551.dir/lib1551.c.o" - "CMakeFiles/lib1551.dir/lib1551.c.o.d" - "lib1551" - "lib1551.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1551.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.make deleted file mode 100644 index d9041fb6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1551. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.ts deleted file mode 100644 index da2f57ce..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1551. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/depend.make deleted file mode 100644 index 57c27dc0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1551. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/flags.make deleted file mode 100644 index bd761023..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1551 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/link.txt deleted file mode 100644 index 097e50e5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1551.dir/link.d CMakeFiles/lib1551.dir/lib1551.c.o CMakeFiles/lib1551.dir/first.c.o -o lib1551 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1551.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/DependInfo.cmake deleted file mode 100644 index 8d96bd2d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1552.c" "external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1552" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1552.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make deleted file mode 100644 index 22cf8346..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1552.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1552.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1552.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1552.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1552.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.o: external/curl/tests/libtest/CMakeFiles/lib1552.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1552.c -external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.o: external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.o -MF CMakeFiles/lib1552.dir/lib1552.c.o.d -o CMakeFiles/lib1552.dir/lib1552.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1552.c - -external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1552.dir/lib1552.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1552.c > CMakeFiles/lib1552.dir/lib1552.c.i - -external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1552.dir/lib1552.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1552.c -o CMakeFiles/lib1552.dir/lib1552.c.s - -external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1552.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.o -MF CMakeFiles/lib1552.dir/first.c.o.d -o CMakeFiles/lib1552.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1552.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1552.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1552.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1552.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1552.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.o -MF CMakeFiles/lib1552.dir/testutil.c.o.d -o CMakeFiles/lib1552.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1552.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1552.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1552.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1552.dir/testutil.c.s - -# Object files for target lib1552 -lib1552_OBJECTS = \ -"CMakeFiles/lib1552.dir/lib1552.c.o" \ -"CMakeFiles/lib1552.dir/first.c.o" \ -"CMakeFiles/lib1552.dir/testutil.c.o" - -# External object files for target lib1552 -lib1552_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1552: external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.o -external/curl/tests/libtest/lib1552: external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.o -external/curl/tests/libtest/lib1552: external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.o -external/curl/tests/libtest/lib1552: external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make -external/curl/tests/libtest/lib1552: external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.ts -external/curl/tests/libtest/lib1552: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1552: /usr/lib/libz.so -external/curl/tests/libtest/lib1552: external/curl/tests/libtest/CMakeFiles/lib1552.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1552" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1552.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1552.dir/build: external/curl/tests/libtest/lib1552 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1552.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1552.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1552.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1552.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1552.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1552.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1552.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/cmake_clean.cmake deleted file mode 100644 index d98b408e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1552.dir/link.d" - "CMakeFiles/lib1552.dir/first.c.o" - "CMakeFiles/lib1552.dir/first.c.o.d" - "CMakeFiles/lib1552.dir/lib1552.c.o" - "CMakeFiles/lib1552.dir/lib1552.c.o.d" - "CMakeFiles/lib1552.dir/testutil.c.o" - "CMakeFiles/lib1552.dir/testutil.c.o.d" - "lib1552" - "lib1552.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1552.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.make deleted file mode 100644 index 360e5e6a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1552. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.ts deleted file mode 100644 index 168ccc83..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1552. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/depend.make deleted file mode 100644 index 9f99b670..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1552. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/flags.make deleted file mode 100644 index a235bd2e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1552 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/link.txt deleted file mode 100644 index cb7903af..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1552.dir/link.d CMakeFiles/lib1552.dir/lib1552.c.o CMakeFiles/lib1552.dir/first.c.o CMakeFiles/lib1552.dir/testutil.c.o -o lib1552 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1552.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/DependInfo.cmake deleted file mode 100644 index b5257f85..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/DependInfo.cmake +++ /dev/null @@ -1,27 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1553.c" "external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1553" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1553.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make deleted file mode 100644 index d7eb4989..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make +++ /dev/null @@ -1,164 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1553.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1553.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1553.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1553.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1553.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.o: external/curl/tests/libtest/CMakeFiles/lib1553.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1553.c -external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.o: external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.o -MF CMakeFiles/lib1553.dir/lib1553.c.o.d -o CMakeFiles/lib1553.dir/lib1553.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1553.c - -external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1553.dir/lib1553.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1553.c > CMakeFiles/lib1553.dir/lib1553.c.i - -external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1553.dir/lib1553.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1553.c -o CMakeFiles/lib1553.dir/lib1553.c.s - -external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1553.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.o -MF CMakeFiles/lib1553.dir/first.c.o.d -o CMakeFiles/lib1553.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1553.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1553.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1553.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1553.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1553.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.o -MF CMakeFiles/lib1553.dir/testtrace.c.o.d -o CMakeFiles/lib1553.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c - -external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1553.dir/testtrace.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib1553.dir/testtrace.c.i - -external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1553.dir/testtrace.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib1553.dir/testtrace.c.s - -external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1553.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.o -MF CMakeFiles/lib1553.dir/testutil.c.o.d -o CMakeFiles/lib1553.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1553.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1553.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1553.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1553.dir/testutil.c.s - -# Object files for target lib1553 -lib1553_OBJECTS = \ -"CMakeFiles/lib1553.dir/lib1553.c.o" \ -"CMakeFiles/lib1553.dir/first.c.o" \ -"CMakeFiles/lib1553.dir/testtrace.c.o" \ -"CMakeFiles/lib1553.dir/testutil.c.o" - -# External object files for target lib1553 -lib1553_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1553: external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.o -external/curl/tests/libtest/lib1553: external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.o -external/curl/tests/libtest/lib1553: external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.o -external/curl/tests/libtest/lib1553: external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.o -external/curl/tests/libtest/lib1553: external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make -external/curl/tests/libtest/lib1553: external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.ts -external/curl/tests/libtest/lib1553: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1553: /usr/lib/libz.so -external/curl/tests/libtest/lib1553: external/curl/tests/libtest/CMakeFiles/lib1553.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib1553" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1553.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1553.dir/build: external/curl/tests/libtest/lib1553 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1553.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1553.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1553.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1553.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1553.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1553.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1553.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/cmake_clean.cmake deleted file mode 100644 index 754110f1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/cmake_clean.cmake +++ /dev/null @@ -1,18 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1553.dir/link.d" - "CMakeFiles/lib1553.dir/first.c.o" - "CMakeFiles/lib1553.dir/first.c.o.d" - "CMakeFiles/lib1553.dir/lib1553.c.o" - "CMakeFiles/lib1553.dir/lib1553.c.o.d" - "CMakeFiles/lib1553.dir/testtrace.c.o" - "CMakeFiles/lib1553.dir/testtrace.c.o.d" - "CMakeFiles/lib1553.dir/testutil.c.o" - "CMakeFiles/lib1553.dir/testutil.c.o.d" - "lib1553" - "lib1553.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1553.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.make deleted file mode 100644 index 11b2c7b7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1553. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.ts deleted file mode 100644 index 0b685e31..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1553. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/depend.make deleted file mode 100644 index 3609adf6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1553. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/flags.make deleted file mode 100644 index e08b66f7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1553 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/link.txt deleted file mode 100644 index 6e949c1f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1553.dir/link.d CMakeFiles/lib1553.dir/lib1553.c.o CMakeFiles/lib1553.dir/first.c.o CMakeFiles/lib1553.dir/testtrace.c.o CMakeFiles/lib1553.dir/testutil.c.o -o lib1553 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/progress.make deleted file mode 100644 index 7f59a6bb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1553.dir/progress.make +++ /dev/null @@ -1,6 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/DependInfo.cmake deleted file mode 100644 index b2eb6c19..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1554.c" "external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.o.d" - "" "external/curl/tests/libtest/lib1554" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1554.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make deleted file mode 100644 index 6051bf25..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1554.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1554.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1554.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1554.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1554.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.o: external/curl/tests/libtest/CMakeFiles/lib1554.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1554.c -external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.o: external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.o -MF CMakeFiles/lib1554.dir/lib1554.c.o.d -o CMakeFiles/lib1554.dir/lib1554.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1554.c - -external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1554.dir/lib1554.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1554.c > CMakeFiles/lib1554.dir/lib1554.c.i - -external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1554.dir/lib1554.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1554.c -o CMakeFiles/lib1554.dir/lib1554.c.s - -external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1554.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.o -MF CMakeFiles/lib1554.dir/first.c.o.d -o CMakeFiles/lib1554.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1554.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1554.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1554.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1554.dir/first.c.s - -# Object files for target lib1554 -lib1554_OBJECTS = \ -"CMakeFiles/lib1554.dir/lib1554.c.o" \ -"CMakeFiles/lib1554.dir/first.c.o" - -# External object files for target lib1554 -lib1554_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1554: external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.o -external/curl/tests/libtest/lib1554: external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.o -external/curl/tests/libtest/lib1554: external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make -external/curl/tests/libtest/lib1554: external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.ts -external/curl/tests/libtest/lib1554: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1554: /usr/lib/libz.so -external/curl/tests/libtest/lib1554: external/curl/tests/libtest/CMakeFiles/lib1554.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1554" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1554.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1554.dir/build: external/curl/tests/libtest/lib1554 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1554.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1554.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1554.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1554.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1554.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1554.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1554.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/cmake_clean.cmake deleted file mode 100644 index bd07e262..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1554.dir/link.d" - "CMakeFiles/lib1554.dir/first.c.o" - "CMakeFiles/lib1554.dir/first.c.o.d" - "CMakeFiles/lib1554.dir/lib1554.c.o" - "CMakeFiles/lib1554.dir/lib1554.c.o.d" - "lib1554" - "lib1554.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1554.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.make deleted file mode 100644 index fc582b22..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1554. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.ts deleted file mode 100644 index 65a34f9a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1554. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/depend.make deleted file mode 100644 index dff16312..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1554. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/flags.make deleted file mode 100644 index 7e21778e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1554 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/link.txt deleted file mode 100644 index f50b0c56..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1554.dir/link.d CMakeFiles/lib1554.dir/lib1554.c.o CMakeFiles/lib1554.dir/first.c.o -o lib1554 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/progress.make deleted file mode 100644 index d235e2f6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1554.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = 57 -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/DependInfo.cmake deleted file mode 100644 index ad75f6b0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1555.c" "external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1555" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1555.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make deleted file mode 100644 index aa2bc782..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1555.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1555.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1555.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1555.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1555.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.o: external/curl/tests/libtest/CMakeFiles/lib1555.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1555.c -external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.o: external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.o -MF CMakeFiles/lib1555.dir/lib1555.c.o.d -o CMakeFiles/lib1555.dir/lib1555.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1555.c - -external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1555.dir/lib1555.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1555.c > CMakeFiles/lib1555.dir/lib1555.c.i - -external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1555.dir/lib1555.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1555.c -o CMakeFiles/lib1555.dir/lib1555.c.s - -external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1555.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.o -MF CMakeFiles/lib1555.dir/first.c.o.d -o CMakeFiles/lib1555.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1555.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1555.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1555.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1555.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1555.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.o -MF CMakeFiles/lib1555.dir/testutil.c.o.d -o CMakeFiles/lib1555.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1555.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1555.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1555.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1555.dir/testutil.c.s - -# Object files for target lib1555 -lib1555_OBJECTS = \ -"CMakeFiles/lib1555.dir/lib1555.c.o" \ -"CMakeFiles/lib1555.dir/first.c.o" \ -"CMakeFiles/lib1555.dir/testutil.c.o" - -# External object files for target lib1555 -lib1555_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1555: external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.o -external/curl/tests/libtest/lib1555: external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.o -external/curl/tests/libtest/lib1555: external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.o -external/curl/tests/libtest/lib1555: external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make -external/curl/tests/libtest/lib1555: external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.ts -external/curl/tests/libtest/lib1555: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1555: /usr/lib/libz.so -external/curl/tests/libtest/lib1555: external/curl/tests/libtest/CMakeFiles/lib1555.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1555" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1555.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1555.dir/build: external/curl/tests/libtest/lib1555 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1555.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1555.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1555.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1555.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1555.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1555.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1555.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/cmake_clean.cmake deleted file mode 100644 index d6a0d107..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1555.dir/link.d" - "CMakeFiles/lib1555.dir/first.c.o" - "CMakeFiles/lib1555.dir/first.c.o.d" - "CMakeFiles/lib1555.dir/lib1555.c.o" - "CMakeFiles/lib1555.dir/lib1555.c.o.d" - "CMakeFiles/lib1555.dir/testutil.c.o" - "CMakeFiles/lib1555.dir/testutil.c.o.d" - "lib1555" - "lib1555.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1555.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.make deleted file mode 100644 index b9ac8943..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1555. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.ts deleted file mode 100644 index 26e3b8be..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1555. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/depend.make deleted file mode 100644 index c1d0383a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1555. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/flags.make deleted file mode 100644 index c19f421f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1555 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/link.txt deleted file mode 100644 index dba86196..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1555.dir/link.d CMakeFiles/lib1555.dir/lib1555.c.o CMakeFiles/lib1555.dir/first.c.o CMakeFiles/lib1555.dir/testutil.c.o -o lib1555 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1555.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/DependInfo.cmake deleted file mode 100644 index 348e0ca8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1556.c" "external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1556" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1556.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make deleted file mode 100644 index 54905582..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1556.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1556.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1556.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1556.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1556.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.o: external/curl/tests/libtest/CMakeFiles/lib1556.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1556.c -external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.o: external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.o -MF CMakeFiles/lib1556.dir/lib1556.c.o.d -o CMakeFiles/lib1556.dir/lib1556.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1556.c - -external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1556.dir/lib1556.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1556.c > CMakeFiles/lib1556.dir/lib1556.c.i - -external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1556.dir/lib1556.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1556.c -o CMakeFiles/lib1556.dir/lib1556.c.s - -external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1556.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.o -MF CMakeFiles/lib1556.dir/first.c.o.d -o CMakeFiles/lib1556.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1556.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1556.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1556.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1556.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1556.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.o -MF CMakeFiles/lib1556.dir/testutil.c.o.d -o CMakeFiles/lib1556.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1556.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1556.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1556.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1556.dir/testutil.c.s - -# Object files for target lib1556 -lib1556_OBJECTS = \ -"CMakeFiles/lib1556.dir/lib1556.c.o" \ -"CMakeFiles/lib1556.dir/first.c.o" \ -"CMakeFiles/lib1556.dir/testutil.c.o" - -# External object files for target lib1556 -lib1556_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1556: external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.o -external/curl/tests/libtest/lib1556: external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.o -external/curl/tests/libtest/lib1556: external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.o -external/curl/tests/libtest/lib1556: external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make -external/curl/tests/libtest/lib1556: external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.ts -external/curl/tests/libtest/lib1556: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1556: /usr/lib/libz.so -external/curl/tests/libtest/lib1556: external/curl/tests/libtest/CMakeFiles/lib1556.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1556" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1556.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1556.dir/build: external/curl/tests/libtest/lib1556 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1556.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1556.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1556.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1556.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1556.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1556.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1556.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/cmake_clean.cmake deleted file mode 100644 index 766f30e7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1556.dir/link.d" - "CMakeFiles/lib1556.dir/first.c.o" - "CMakeFiles/lib1556.dir/first.c.o.d" - "CMakeFiles/lib1556.dir/lib1556.c.o" - "CMakeFiles/lib1556.dir/lib1556.c.o.d" - "CMakeFiles/lib1556.dir/testutil.c.o" - "CMakeFiles/lib1556.dir/testutil.c.o.d" - "lib1556" - "lib1556.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1556.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.make deleted file mode 100644 index 248861b2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1556. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.ts deleted file mode 100644 index 81bb746e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1556. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/depend.make deleted file mode 100644 index 6bae2bdb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1556. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/flags.make deleted file mode 100644 index 6c55fcbc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1556 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/link.txt deleted file mode 100644 index b51742bf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1556.dir/link.d CMakeFiles/lib1556.dir/lib1556.c.o CMakeFiles/lib1556.dir/first.c.o CMakeFiles/lib1556.dir/testutil.c.o -o lib1556 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1556.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/DependInfo.cmake deleted file mode 100644 index 2fea86bd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1557.c" "external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1557" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1557.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make deleted file mode 100644 index cdd41e87..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1557.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1557.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1557.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1557.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1557.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.o: external/curl/tests/libtest/CMakeFiles/lib1557.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1557.c -external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.o: external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.o -MF CMakeFiles/lib1557.dir/lib1557.c.o.d -o CMakeFiles/lib1557.dir/lib1557.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1557.c - -external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1557.dir/lib1557.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1557.c > CMakeFiles/lib1557.dir/lib1557.c.i - -external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1557.dir/lib1557.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1557.c -o CMakeFiles/lib1557.dir/lib1557.c.s - -external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1557.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.o -MF CMakeFiles/lib1557.dir/first.c.o.d -o CMakeFiles/lib1557.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1557.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1557.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1557.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1557.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1557.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.o -MF CMakeFiles/lib1557.dir/testutil.c.o.d -o CMakeFiles/lib1557.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1557.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1557.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1557.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1557.dir/testutil.c.s - -# Object files for target lib1557 -lib1557_OBJECTS = \ -"CMakeFiles/lib1557.dir/lib1557.c.o" \ -"CMakeFiles/lib1557.dir/first.c.o" \ -"CMakeFiles/lib1557.dir/testutil.c.o" - -# External object files for target lib1557 -lib1557_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1557: external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.o -external/curl/tests/libtest/lib1557: external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.o -external/curl/tests/libtest/lib1557: external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.o -external/curl/tests/libtest/lib1557: external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make -external/curl/tests/libtest/lib1557: external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.ts -external/curl/tests/libtest/lib1557: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1557: /usr/lib/libz.so -external/curl/tests/libtest/lib1557: external/curl/tests/libtest/CMakeFiles/lib1557.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1557" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1557.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1557.dir/build: external/curl/tests/libtest/lib1557 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1557.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1557.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1557.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1557.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1557.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1557.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1557.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/cmake_clean.cmake deleted file mode 100644 index d5c8e0b8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1557.dir/link.d" - "CMakeFiles/lib1557.dir/first.c.o" - "CMakeFiles/lib1557.dir/first.c.o.d" - "CMakeFiles/lib1557.dir/lib1557.c.o" - "CMakeFiles/lib1557.dir/lib1557.c.o.d" - "CMakeFiles/lib1557.dir/testutil.c.o" - "CMakeFiles/lib1557.dir/testutil.c.o.d" - "lib1557" - "lib1557.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1557.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.make deleted file mode 100644 index aab70052..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1557. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.ts deleted file mode 100644 index 40b9b8b1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1557. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/depend.make deleted file mode 100644 index 9c73f2d5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1557. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/flags.make deleted file mode 100644 index 792692a3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1557 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/link.txt deleted file mode 100644 index 746f15f0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1557.dir/link.d CMakeFiles/lib1557.dir/lib1557.c.o CMakeFiles/lib1557.dir/first.c.o CMakeFiles/lib1557.dir/testutil.c.o -o lib1557 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1557.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/DependInfo.cmake deleted file mode 100644 index 1938bbcb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1558.c" "external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1558" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1558.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make deleted file mode 100644 index 09213d97..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1558.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1558.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1558.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1558.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1558.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.o: external/curl/tests/libtest/CMakeFiles/lib1558.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1558.c -external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.o: external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.o -MF CMakeFiles/lib1558.dir/lib1558.c.o.d -o CMakeFiles/lib1558.dir/lib1558.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1558.c - -external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1558.dir/lib1558.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1558.c > CMakeFiles/lib1558.dir/lib1558.c.i - -external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1558.dir/lib1558.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1558.c -o CMakeFiles/lib1558.dir/lib1558.c.s - -external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1558.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.o -MF CMakeFiles/lib1558.dir/first.c.o.d -o CMakeFiles/lib1558.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1558.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1558.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1558.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1558.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1558.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.o -MF CMakeFiles/lib1558.dir/testutil.c.o.d -o CMakeFiles/lib1558.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1558.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1558.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1558.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1558.dir/testutil.c.s - -# Object files for target lib1558 -lib1558_OBJECTS = \ -"CMakeFiles/lib1558.dir/lib1558.c.o" \ -"CMakeFiles/lib1558.dir/first.c.o" \ -"CMakeFiles/lib1558.dir/testutil.c.o" - -# External object files for target lib1558 -lib1558_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1558: external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.o -external/curl/tests/libtest/lib1558: external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.o -external/curl/tests/libtest/lib1558: external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.o -external/curl/tests/libtest/lib1558: external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make -external/curl/tests/libtest/lib1558: external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.ts -external/curl/tests/libtest/lib1558: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1558: /usr/lib/libz.so -external/curl/tests/libtest/lib1558: external/curl/tests/libtest/CMakeFiles/lib1558.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1558" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1558.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1558.dir/build: external/curl/tests/libtest/lib1558 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1558.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1558.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1558.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1558.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1558.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1558.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1558.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/cmake_clean.cmake deleted file mode 100644 index 1936dd88..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1558.dir/link.d" - "CMakeFiles/lib1558.dir/first.c.o" - "CMakeFiles/lib1558.dir/first.c.o.d" - "CMakeFiles/lib1558.dir/lib1558.c.o" - "CMakeFiles/lib1558.dir/lib1558.c.o.d" - "CMakeFiles/lib1558.dir/testutil.c.o" - "CMakeFiles/lib1558.dir/testutil.c.o.d" - "lib1558" - "lib1558.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1558.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.make deleted file mode 100644 index e6ed0c53..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1558. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.ts deleted file mode 100644 index 2a46b08d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1558. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/depend.make deleted file mode 100644 index f5217342..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1558. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/flags.make deleted file mode 100644 index 11c8e666..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1558 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/link.txt deleted file mode 100644 index c2bde8b3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1558.dir/link.d CMakeFiles/lib1558.dir/lib1558.c.o CMakeFiles/lib1558.dir/first.c.o CMakeFiles/lib1558.dir/testutil.c.o -o lib1558 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1558.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/DependInfo.cmake deleted file mode 100644 index 1e36484e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1559.c" "external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1559" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1559.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make deleted file mode 100644 index 39bb990f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1559.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1559.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1559.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1559.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1559.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.o: external/curl/tests/libtest/CMakeFiles/lib1559.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1559.c -external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.o: external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.o -MF CMakeFiles/lib1559.dir/lib1559.c.o.d -o CMakeFiles/lib1559.dir/lib1559.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1559.c - -external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1559.dir/lib1559.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1559.c > CMakeFiles/lib1559.dir/lib1559.c.i - -external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1559.dir/lib1559.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1559.c -o CMakeFiles/lib1559.dir/lib1559.c.s - -external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1559.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.o -MF CMakeFiles/lib1559.dir/first.c.o.d -o CMakeFiles/lib1559.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1559.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1559.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1559.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1559.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1559.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.o -MF CMakeFiles/lib1559.dir/testutil.c.o.d -o CMakeFiles/lib1559.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1559.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1559.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1559.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1559.dir/testutil.c.s - -# Object files for target lib1559 -lib1559_OBJECTS = \ -"CMakeFiles/lib1559.dir/lib1559.c.o" \ -"CMakeFiles/lib1559.dir/first.c.o" \ -"CMakeFiles/lib1559.dir/testutil.c.o" - -# External object files for target lib1559 -lib1559_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1559: external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.o -external/curl/tests/libtest/lib1559: external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.o -external/curl/tests/libtest/lib1559: external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.o -external/curl/tests/libtest/lib1559: external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make -external/curl/tests/libtest/lib1559: external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.ts -external/curl/tests/libtest/lib1559: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1559: /usr/lib/libz.so -external/curl/tests/libtest/lib1559: external/curl/tests/libtest/CMakeFiles/lib1559.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1559" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1559.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1559.dir/build: external/curl/tests/libtest/lib1559 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1559.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1559.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1559.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1559.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1559.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1559.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1559.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/cmake_clean.cmake deleted file mode 100644 index 49ecd205..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1559.dir/link.d" - "CMakeFiles/lib1559.dir/first.c.o" - "CMakeFiles/lib1559.dir/first.c.o.d" - "CMakeFiles/lib1559.dir/lib1559.c.o" - "CMakeFiles/lib1559.dir/lib1559.c.o.d" - "CMakeFiles/lib1559.dir/testutil.c.o" - "CMakeFiles/lib1559.dir/testutil.c.o.d" - "lib1559" - "lib1559.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1559.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.make deleted file mode 100644 index ae6b5296..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1559. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.ts deleted file mode 100644 index 65ac38e2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1559. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/depend.make deleted file mode 100644 index 1802a364..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1559. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/flags.make deleted file mode 100644 index 2cb1ee9d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1559 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/link.txt deleted file mode 100644 index 974a7b81..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1559.dir/link.d CMakeFiles/lib1559.dir/lib1559.c.o CMakeFiles/lib1559.dir/first.c.o CMakeFiles/lib1559.dir/testutil.c.o -o lib1559 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1559.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/DependInfo.cmake deleted file mode 100644 index 2647882e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1560.c" "external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1560" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1560.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make deleted file mode 100644 index 0cbfe0f7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1560.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1560.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1560.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1560.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1560.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.o: external/curl/tests/libtest/CMakeFiles/lib1560.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1560.c -external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.o: external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.o -MF CMakeFiles/lib1560.dir/lib1560.c.o.d -o CMakeFiles/lib1560.dir/lib1560.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1560.c - -external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1560.dir/lib1560.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1560.c > CMakeFiles/lib1560.dir/lib1560.c.i - -external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1560.dir/lib1560.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1560.c -o CMakeFiles/lib1560.dir/lib1560.c.s - -external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1560.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.o -MF CMakeFiles/lib1560.dir/first.c.o.d -o CMakeFiles/lib1560.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1560.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1560.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1560.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1560.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1560.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.o -MF CMakeFiles/lib1560.dir/testutil.c.o.d -o CMakeFiles/lib1560.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1560.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1560.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1560.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1560.dir/testutil.c.s - -# Object files for target lib1560 -lib1560_OBJECTS = \ -"CMakeFiles/lib1560.dir/lib1560.c.o" \ -"CMakeFiles/lib1560.dir/first.c.o" \ -"CMakeFiles/lib1560.dir/testutil.c.o" - -# External object files for target lib1560 -lib1560_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1560: external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.o -external/curl/tests/libtest/lib1560: external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.o -external/curl/tests/libtest/lib1560: external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.o -external/curl/tests/libtest/lib1560: external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make -external/curl/tests/libtest/lib1560: external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.ts -external/curl/tests/libtest/lib1560: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1560: /usr/lib/libz.so -external/curl/tests/libtest/lib1560: external/curl/tests/libtest/CMakeFiles/lib1560.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1560" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1560.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1560.dir/build: external/curl/tests/libtest/lib1560 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1560.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1560.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1560.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1560.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1560.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1560.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1560.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/cmake_clean.cmake deleted file mode 100644 index 6609a93d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1560.dir/link.d" - "CMakeFiles/lib1560.dir/first.c.o" - "CMakeFiles/lib1560.dir/first.c.o.d" - "CMakeFiles/lib1560.dir/lib1560.c.o" - "CMakeFiles/lib1560.dir/lib1560.c.o.d" - "CMakeFiles/lib1560.dir/testutil.c.o" - "CMakeFiles/lib1560.dir/testutil.c.o.d" - "lib1560" - "lib1560.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1560.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.make deleted file mode 100644 index 9bcbb60c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1560. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.ts deleted file mode 100644 index d710389e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1560. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/depend.make deleted file mode 100644 index 5a58a207..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1560. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/flags.make deleted file mode 100644 index 7f8c88c2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1560 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/link.txt deleted file mode 100644 index 2353a2be..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1560.dir/link.d CMakeFiles/lib1560.dir/lib1560.c.o CMakeFiles/lib1560.dir/first.c.o CMakeFiles/lib1560.dir/testutil.c.o -o lib1560 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1560.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/DependInfo.cmake deleted file mode 100644 index e32e2e1d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1564.c" "external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1564" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1564.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make deleted file mode 100644 index 3eecb8cd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1564.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1564.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1564.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1564.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1564.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.o: external/curl/tests/libtest/CMakeFiles/lib1564.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1564.c -external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.o: external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.o -MF CMakeFiles/lib1564.dir/lib1564.c.o.d -o CMakeFiles/lib1564.dir/lib1564.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1564.c - -external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1564.dir/lib1564.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1564.c > CMakeFiles/lib1564.dir/lib1564.c.i - -external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1564.dir/lib1564.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1564.c -o CMakeFiles/lib1564.dir/lib1564.c.s - -external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1564.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.o -MF CMakeFiles/lib1564.dir/first.c.o.d -o CMakeFiles/lib1564.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1564.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1564.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1564.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1564.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1564.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.o -MF CMakeFiles/lib1564.dir/testutil.c.o.d -o CMakeFiles/lib1564.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1564.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1564.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1564.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1564.dir/testutil.c.s - -# Object files for target lib1564 -lib1564_OBJECTS = \ -"CMakeFiles/lib1564.dir/lib1564.c.o" \ -"CMakeFiles/lib1564.dir/first.c.o" \ -"CMakeFiles/lib1564.dir/testutil.c.o" - -# External object files for target lib1564 -lib1564_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1564: external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.o -external/curl/tests/libtest/lib1564: external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.o -external/curl/tests/libtest/lib1564: external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.o -external/curl/tests/libtest/lib1564: external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make -external/curl/tests/libtest/lib1564: external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.ts -external/curl/tests/libtest/lib1564: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1564: /usr/lib/libz.so -external/curl/tests/libtest/lib1564: external/curl/tests/libtest/CMakeFiles/lib1564.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1564" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1564.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1564.dir/build: external/curl/tests/libtest/lib1564 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1564.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1564.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1564.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1564.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1564.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1564.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1564.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/cmake_clean.cmake deleted file mode 100644 index 2795f4d9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1564.dir/link.d" - "CMakeFiles/lib1564.dir/first.c.o" - "CMakeFiles/lib1564.dir/first.c.o.d" - "CMakeFiles/lib1564.dir/lib1564.c.o" - "CMakeFiles/lib1564.dir/lib1564.c.o.d" - "CMakeFiles/lib1564.dir/testutil.c.o" - "CMakeFiles/lib1564.dir/testutil.c.o.d" - "lib1564" - "lib1564.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1564.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.make deleted file mode 100644 index d6e627da..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1564. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.ts deleted file mode 100644 index f505a237..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1564. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/depend.make deleted file mode 100644 index baa37e39..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1564. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/flags.make deleted file mode 100644 index 45855a3e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1564 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/link.txt deleted file mode 100644 index 234770ee..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1564.dir/link.d CMakeFiles/lib1564.dir/lib1564.c.o CMakeFiles/lib1564.dir/first.c.o CMakeFiles/lib1564.dir/testutil.c.o -o lib1564 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/progress.make deleted file mode 100644 index 2fe0d197..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1564.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = 58 -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/DependInfo.cmake deleted file mode 100644 index 5e7116cd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1565.c" "external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1565" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1565.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make deleted file mode 100644 index cffce406..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1565.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1565.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1565.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1565.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1565.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.o: external/curl/tests/libtest/CMakeFiles/lib1565.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1565.c -external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.o: external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.o -MF CMakeFiles/lib1565.dir/lib1565.c.o.d -o CMakeFiles/lib1565.dir/lib1565.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1565.c - -external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1565.dir/lib1565.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1565.c > CMakeFiles/lib1565.dir/lib1565.c.i - -external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1565.dir/lib1565.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1565.c -o CMakeFiles/lib1565.dir/lib1565.c.s - -external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1565.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.o -MF CMakeFiles/lib1565.dir/first.c.o.d -o CMakeFiles/lib1565.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1565.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1565.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1565.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1565.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1565.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.o -MF CMakeFiles/lib1565.dir/testutil.c.o.d -o CMakeFiles/lib1565.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1565.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1565.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1565.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1565.dir/testutil.c.s - -# Object files for target lib1565 -lib1565_OBJECTS = \ -"CMakeFiles/lib1565.dir/lib1565.c.o" \ -"CMakeFiles/lib1565.dir/first.c.o" \ -"CMakeFiles/lib1565.dir/testutil.c.o" - -# External object files for target lib1565 -lib1565_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1565: external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.o -external/curl/tests/libtest/lib1565: external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.o -external/curl/tests/libtest/lib1565: external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.o -external/curl/tests/libtest/lib1565: external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make -external/curl/tests/libtest/lib1565: external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.ts -external/curl/tests/libtest/lib1565: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1565: /usr/lib/libz.so -external/curl/tests/libtest/lib1565: external/curl/tests/libtest/CMakeFiles/lib1565.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1565" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1565.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1565.dir/build: external/curl/tests/libtest/lib1565 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1565.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1565.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1565.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1565.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1565.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1565.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1565.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/cmake_clean.cmake deleted file mode 100644 index 299cdc4d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1565.dir/link.d" - "CMakeFiles/lib1565.dir/first.c.o" - "CMakeFiles/lib1565.dir/first.c.o.d" - "CMakeFiles/lib1565.dir/lib1565.c.o" - "CMakeFiles/lib1565.dir/lib1565.c.o.d" - "CMakeFiles/lib1565.dir/testutil.c.o" - "CMakeFiles/lib1565.dir/testutil.c.o.d" - "lib1565" - "lib1565.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1565.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.make deleted file mode 100644 index eff66ade..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1565. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.ts deleted file mode 100644 index 99d8d070..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1565. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/depend.make deleted file mode 100644 index 53e2a225..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1565. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/flags.make deleted file mode 100644 index 2d2bac5e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1565 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/link.txt deleted file mode 100644 index d7717979..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1565.dir/link.d CMakeFiles/lib1565.dir/lib1565.c.o CMakeFiles/lib1565.dir/first.c.o CMakeFiles/lib1565.dir/testutil.c.o -o lib1565 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1565.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/DependInfo.cmake deleted file mode 100644 index 77dcb510..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1567.c" "external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.o.d" - "" "external/curl/tests/libtest/lib1567" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1567.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make deleted file mode 100644 index 352b0db4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1567.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1567.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1567.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1567.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1567.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.o: external/curl/tests/libtest/CMakeFiles/lib1567.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1567.c -external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.o: external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.o -MF CMakeFiles/lib1567.dir/lib1567.c.o.d -o CMakeFiles/lib1567.dir/lib1567.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1567.c - -external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1567.dir/lib1567.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1567.c > CMakeFiles/lib1567.dir/lib1567.c.i - -external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1567.dir/lib1567.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1567.c -o CMakeFiles/lib1567.dir/lib1567.c.s - -external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1567.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.o -MF CMakeFiles/lib1567.dir/first.c.o.d -o CMakeFiles/lib1567.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1567.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1567.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1567.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1567.dir/first.c.s - -# Object files for target lib1567 -lib1567_OBJECTS = \ -"CMakeFiles/lib1567.dir/lib1567.c.o" \ -"CMakeFiles/lib1567.dir/first.c.o" - -# External object files for target lib1567 -lib1567_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1567: external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.o -external/curl/tests/libtest/lib1567: external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.o -external/curl/tests/libtest/lib1567: external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make -external/curl/tests/libtest/lib1567: external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.ts -external/curl/tests/libtest/lib1567: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1567: /usr/lib/libz.so -external/curl/tests/libtest/lib1567: external/curl/tests/libtest/CMakeFiles/lib1567.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1567" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1567.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1567.dir/build: external/curl/tests/libtest/lib1567 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1567.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1567.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1567.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1567.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1567.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1567.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1567.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/cmake_clean.cmake deleted file mode 100644 index 1f9c37e0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1567.dir/link.d" - "CMakeFiles/lib1567.dir/first.c.o" - "CMakeFiles/lib1567.dir/first.c.o.d" - "CMakeFiles/lib1567.dir/lib1567.c.o" - "CMakeFiles/lib1567.dir/lib1567.c.o.d" - "lib1567" - "lib1567.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1567.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.make deleted file mode 100644 index ff148eee..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1567. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.ts deleted file mode 100644 index e610d17b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1567. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/depend.make deleted file mode 100644 index 128958b7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1567. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/flags.make deleted file mode 100644 index bbb99ef3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1567 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/link.txt deleted file mode 100644 index 2aa760a8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1567.dir/link.d CMakeFiles/lib1567.dir/lib1567.c.o CMakeFiles/lib1567.dir/first.c.o -o lib1567 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1567.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/DependInfo.cmake deleted file mode 100644 index 166cc1e5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1568.c" "external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.o.d" - "" "external/curl/tests/libtest/lib1568" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1568.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make deleted file mode 100644 index 812d98a4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1568.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1568.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1568.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1568.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1568.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.o: external/curl/tests/libtest/CMakeFiles/lib1568.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1568.c -external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.o: external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.o -MF CMakeFiles/lib1568.dir/lib1568.c.o.d -o CMakeFiles/lib1568.dir/lib1568.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1568.c - -external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1568.dir/lib1568.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1568.c > CMakeFiles/lib1568.dir/lib1568.c.i - -external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1568.dir/lib1568.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1568.c -o CMakeFiles/lib1568.dir/lib1568.c.s - -external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1568.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.o -MF CMakeFiles/lib1568.dir/first.c.o.d -o CMakeFiles/lib1568.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1568.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1568.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1568.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1568.dir/first.c.s - -# Object files for target lib1568 -lib1568_OBJECTS = \ -"CMakeFiles/lib1568.dir/lib1568.c.o" \ -"CMakeFiles/lib1568.dir/first.c.o" - -# External object files for target lib1568 -lib1568_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1568: external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.o -external/curl/tests/libtest/lib1568: external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.o -external/curl/tests/libtest/lib1568: external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make -external/curl/tests/libtest/lib1568: external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.ts -external/curl/tests/libtest/lib1568: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1568: /usr/lib/libz.so -external/curl/tests/libtest/lib1568: external/curl/tests/libtest/CMakeFiles/lib1568.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1568" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1568.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1568.dir/build: external/curl/tests/libtest/lib1568 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1568.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1568.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1568.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1568.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1568.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1568.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1568.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/cmake_clean.cmake deleted file mode 100644 index 7476a3b6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1568.dir/link.d" - "CMakeFiles/lib1568.dir/first.c.o" - "CMakeFiles/lib1568.dir/first.c.o.d" - "CMakeFiles/lib1568.dir/lib1568.c.o" - "CMakeFiles/lib1568.dir/lib1568.c.o.d" - "lib1568" - "lib1568.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1568.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.make deleted file mode 100644 index def3d1eb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1568. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.ts deleted file mode 100644 index 685dd165..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1568. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/depend.make deleted file mode 100644 index 0540311f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1568. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/flags.make deleted file mode 100644 index 7ea0fc56..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1568 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/link.txt deleted file mode 100644 index 593508d1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1568.dir/link.d CMakeFiles/lib1568.dir/lib1568.c.o CMakeFiles/lib1568.dir/first.c.o -o lib1568 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1568.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/DependInfo.cmake deleted file mode 100644 index 6826cff8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1569.c" "external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.o.d" - "" "external/curl/tests/libtest/lib1569" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1569.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make deleted file mode 100644 index 34c47557..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1569.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1569.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1569.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1569.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1569.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.o: external/curl/tests/libtest/CMakeFiles/lib1569.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1569.c -external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.o: external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.o -MF CMakeFiles/lib1569.dir/lib1569.c.o.d -o CMakeFiles/lib1569.dir/lib1569.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1569.c - -external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1569.dir/lib1569.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1569.c > CMakeFiles/lib1569.dir/lib1569.c.i - -external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1569.dir/lib1569.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1569.c -o CMakeFiles/lib1569.dir/lib1569.c.s - -external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1569.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.o -MF CMakeFiles/lib1569.dir/first.c.o.d -o CMakeFiles/lib1569.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1569.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1569.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1569.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1569.dir/first.c.s - -# Object files for target lib1569 -lib1569_OBJECTS = \ -"CMakeFiles/lib1569.dir/lib1569.c.o" \ -"CMakeFiles/lib1569.dir/first.c.o" - -# External object files for target lib1569 -lib1569_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1569: external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.o -external/curl/tests/libtest/lib1569: external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.o -external/curl/tests/libtest/lib1569: external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make -external/curl/tests/libtest/lib1569: external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.ts -external/curl/tests/libtest/lib1569: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1569: /usr/lib/libz.so -external/curl/tests/libtest/lib1569: external/curl/tests/libtest/CMakeFiles/lib1569.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1569" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1569.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1569.dir/build: external/curl/tests/libtest/lib1569 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1569.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1569.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1569.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1569.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1569.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1569.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1569.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/cmake_clean.cmake deleted file mode 100644 index 81770a65..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1569.dir/link.d" - "CMakeFiles/lib1569.dir/first.c.o" - "CMakeFiles/lib1569.dir/first.c.o.d" - "CMakeFiles/lib1569.dir/lib1569.c.o" - "CMakeFiles/lib1569.dir/lib1569.c.o.d" - "lib1569" - "lib1569.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1569.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.make deleted file mode 100644 index 17d10dc0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1569. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.ts deleted file mode 100644 index 17e55478..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1569. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/depend.make deleted file mode 100644 index dbb2d289..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1569. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/flags.make deleted file mode 100644 index d6157cb4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1569 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/link.txt deleted file mode 100644 index 9ecfd8d0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1569.dir/link.d CMakeFiles/lib1569.dir/lib1569.c.o CMakeFiles/lib1569.dir/first.c.o -o lib1569 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1569.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/DependInfo.cmake deleted file mode 100644 index 721c59f4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1571.c" "external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.o.d" - "" "external/curl/tests/libtest/lib1571" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1571.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make deleted file mode 100644 index 48db0f99..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1571.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1571.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1571.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1571.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1571.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.o: external/curl/tests/libtest/CMakeFiles/lib1571.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1571.c -external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.o: external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.o -MF CMakeFiles/lib1571.dir/lib1571.c.o.d -o CMakeFiles/lib1571.dir/lib1571.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1571.c - -external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1571.dir/lib1571.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1571.c > CMakeFiles/lib1571.dir/lib1571.c.i - -external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1571.dir/lib1571.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1571.c -o CMakeFiles/lib1571.dir/lib1571.c.s - -external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1571.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.o -MF CMakeFiles/lib1571.dir/first.c.o.d -o CMakeFiles/lib1571.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1571.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1571.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1571.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1571.dir/first.c.s - -# Object files for target lib1571 -lib1571_OBJECTS = \ -"CMakeFiles/lib1571.dir/lib1571.c.o" \ -"CMakeFiles/lib1571.dir/first.c.o" - -# External object files for target lib1571 -lib1571_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1571: external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.o -external/curl/tests/libtest/lib1571: external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.o -external/curl/tests/libtest/lib1571: external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make -external/curl/tests/libtest/lib1571: external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.ts -external/curl/tests/libtest/lib1571: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1571: /usr/lib/libz.so -external/curl/tests/libtest/lib1571: external/curl/tests/libtest/CMakeFiles/lib1571.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1571" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1571.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1571.dir/build: external/curl/tests/libtest/lib1571 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1571.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1571.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1571.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1571.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1571.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1571.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1571.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/cmake_clean.cmake deleted file mode 100644 index 3c3d090e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1571.dir/link.d" - "CMakeFiles/lib1571.dir/first.c.o" - "CMakeFiles/lib1571.dir/first.c.o.d" - "CMakeFiles/lib1571.dir/lib1571.c.o" - "CMakeFiles/lib1571.dir/lib1571.c.o.d" - "lib1571" - "lib1571.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1571.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.make deleted file mode 100644 index 8f5fd6a3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1571. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.ts deleted file mode 100644 index 3be724ef..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1571. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/depend.make deleted file mode 100644 index 40af9288..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1571. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/flags.make deleted file mode 100644 index efc4a5b4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1571 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/link.txt deleted file mode 100644 index 9f791d4d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1571.dir/link.d CMakeFiles/lib1571.dir/lib1571.c.o CMakeFiles/lib1571.dir/first.c.o -o lib1571 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1571.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/DependInfo.cmake deleted file mode 100644 index ba0fb652..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1576.c" "external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.o.d" - "" "external/curl/tests/libtest/lib1576" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1576.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make deleted file mode 100644 index 1d7ea6e1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1576.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1576.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1576.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1576.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1576.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.o: external/curl/tests/libtest/CMakeFiles/lib1576.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1576.c -external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.o: external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.o -MF CMakeFiles/lib1576.dir/lib1576.c.o.d -o CMakeFiles/lib1576.dir/lib1576.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1576.c - -external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1576.dir/lib1576.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1576.c > CMakeFiles/lib1576.dir/lib1576.c.i - -external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1576.dir/lib1576.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1576.c -o CMakeFiles/lib1576.dir/lib1576.c.s - -external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1576.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.o -MF CMakeFiles/lib1576.dir/first.c.o.d -o CMakeFiles/lib1576.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1576.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1576.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1576.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1576.dir/first.c.s - -# Object files for target lib1576 -lib1576_OBJECTS = \ -"CMakeFiles/lib1576.dir/lib1576.c.o" \ -"CMakeFiles/lib1576.dir/first.c.o" - -# External object files for target lib1576 -lib1576_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1576: external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.o -external/curl/tests/libtest/lib1576: external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.o -external/curl/tests/libtest/lib1576: external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make -external/curl/tests/libtest/lib1576: external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.ts -external/curl/tests/libtest/lib1576: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1576: /usr/lib/libz.so -external/curl/tests/libtest/lib1576: external/curl/tests/libtest/CMakeFiles/lib1576.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1576" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1576.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1576.dir/build: external/curl/tests/libtest/lib1576 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1576.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1576.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1576.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1576.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1576.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1576.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1576.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/cmake_clean.cmake deleted file mode 100644 index 8fdb4247..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1576.dir/link.d" - "CMakeFiles/lib1576.dir/first.c.o" - "CMakeFiles/lib1576.dir/first.c.o.d" - "CMakeFiles/lib1576.dir/lib1576.c.o" - "CMakeFiles/lib1576.dir/lib1576.c.o.d" - "lib1576" - "lib1576.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1576.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.make deleted file mode 100644 index 37e379e2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1576. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.ts deleted file mode 100644 index a454f4f5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1576. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/depend.make deleted file mode 100644 index b689f9fc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1576. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/flags.make deleted file mode 100644 index 0a347cb5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1576 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/link.txt deleted file mode 100644 index 296b24d3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1576.dir/link.d CMakeFiles/lib1576.dir/lib1576.c.o CMakeFiles/lib1576.dir/first.c.o -o lib1576 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1576.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/DependInfo.cmake deleted file mode 100644 index 37dcfcea..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1576.c" "external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.o.d" - "" "external/curl/tests/libtest/lib1578" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1578.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make deleted file mode 100644 index d0e5b51d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1578.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1578.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1578.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1578.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1578.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.o: external/curl/tests/libtest/CMakeFiles/lib1578.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1576.c -external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.o: external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.o -MF CMakeFiles/lib1578.dir/lib1576.c.o.d -o CMakeFiles/lib1578.dir/lib1576.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1576.c - -external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1578.dir/lib1576.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1576.c > CMakeFiles/lib1578.dir/lib1576.c.i - -external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1578.dir/lib1576.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1576.c -o CMakeFiles/lib1578.dir/lib1576.c.s - -external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1578.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.o -MF CMakeFiles/lib1578.dir/first.c.o.d -o CMakeFiles/lib1578.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1578.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1578.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1578.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1578.dir/first.c.s - -# Object files for target lib1578 -lib1578_OBJECTS = \ -"CMakeFiles/lib1578.dir/lib1576.c.o" \ -"CMakeFiles/lib1578.dir/first.c.o" - -# External object files for target lib1578 -lib1578_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1578: external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.o -external/curl/tests/libtest/lib1578: external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.o -external/curl/tests/libtest/lib1578: external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make -external/curl/tests/libtest/lib1578: external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.ts -external/curl/tests/libtest/lib1578: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1578: /usr/lib/libz.so -external/curl/tests/libtest/lib1578: external/curl/tests/libtest/CMakeFiles/lib1578.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1578" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1578.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1578.dir/build: external/curl/tests/libtest/lib1578 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1578.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1578.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1578.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1578.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1578.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1578.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1578.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/cmake_clean.cmake deleted file mode 100644 index c84a5209..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1578.dir/link.d" - "CMakeFiles/lib1578.dir/first.c.o" - "CMakeFiles/lib1578.dir/first.c.o.d" - "CMakeFiles/lib1578.dir/lib1576.c.o" - "CMakeFiles/lib1578.dir/lib1576.c.o.d" - "lib1578" - "lib1578.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1578.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.make deleted file mode 100644 index 64d52aa6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1578. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.ts deleted file mode 100644 index ea98b2ef..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1578. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/depend.make deleted file mode 100644 index a283c666..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1578. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/flags.make deleted file mode 100644 index fd62c221..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1578 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/link.txt deleted file mode 100644 index 317cc9f8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1578.dir/link.d CMakeFiles/lib1578.dir/lib1576.c.o CMakeFiles/lib1578.dir/first.c.o -o lib1578 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1578.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/DependInfo.cmake deleted file mode 100644 index 845a720d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1591.c" "external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1591" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1591.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make deleted file mode 100644 index 0ef0be2e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1591.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1591.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1591.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1591.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1591.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.o: external/curl/tests/libtest/CMakeFiles/lib1591.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1591.c -external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.o: external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.o -MF CMakeFiles/lib1591.dir/lib1591.c.o.d -o CMakeFiles/lib1591.dir/lib1591.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1591.c - -external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1591.dir/lib1591.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1591.c > CMakeFiles/lib1591.dir/lib1591.c.i - -external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1591.dir/lib1591.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1591.c -o CMakeFiles/lib1591.dir/lib1591.c.s - -external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1591.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.o -MF CMakeFiles/lib1591.dir/first.c.o.d -o CMakeFiles/lib1591.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1591.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1591.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1591.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1591.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1591.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.o -MF CMakeFiles/lib1591.dir/testutil.c.o.d -o CMakeFiles/lib1591.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1591.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1591.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1591.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1591.dir/testutil.c.s - -# Object files for target lib1591 -lib1591_OBJECTS = \ -"CMakeFiles/lib1591.dir/lib1591.c.o" \ -"CMakeFiles/lib1591.dir/first.c.o" \ -"CMakeFiles/lib1591.dir/testutil.c.o" - -# External object files for target lib1591 -lib1591_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1591: external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.o -external/curl/tests/libtest/lib1591: external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.o -external/curl/tests/libtest/lib1591: external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.o -external/curl/tests/libtest/lib1591: external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make -external/curl/tests/libtest/lib1591: external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.ts -external/curl/tests/libtest/lib1591: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1591: /usr/lib/libz.so -external/curl/tests/libtest/lib1591: external/curl/tests/libtest/CMakeFiles/lib1591.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1591" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1591.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1591.dir/build: external/curl/tests/libtest/lib1591 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1591.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1591.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1591.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1591.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1591.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1591.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1591.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/cmake_clean.cmake deleted file mode 100644 index 58ae66f1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1591.dir/link.d" - "CMakeFiles/lib1591.dir/first.c.o" - "CMakeFiles/lib1591.dir/first.c.o.d" - "CMakeFiles/lib1591.dir/lib1591.c.o" - "CMakeFiles/lib1591.dir/lib1591.c.o.d" - "CMakeFiles/lib1591.dir/testutil.c.o" - "CMakeFiles/lib1591.dir/testutil.c.o.d" - "lib1591" - "lib1591.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1591.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.make deleted file mode 100644 index f5600f14..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1591. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.ts deleted file mode 100644 index 23783916..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1591. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/depend.make deleted file mode 100644 index 6ea2338a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1591. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/flags.make deleted file mode 100644 index bf528925..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1591 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/link.txt deleted file mode 100644 index b3a1d702..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1591.dir/link.d CMakeFiles/lib1591.dir/lib1591.c.o CMakeFiles/lib1591.dir/first.c.o CMakeFiles/lib1591.dir/testutil.c.o -o lib1591 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/progress.make deleted file mode 100644 index d40f5479..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1591.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = 59 - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/DependInfo.cmake deleted file mode 100644 index 79689d2e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1592.c" "external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1592" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1592.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make deleted file mode 100644 index f15b2872..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1592.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1592.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1592.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1592.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1592.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.o: external/curl/tests/libtest/CMakeFiles/lib1592.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1592.c -external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.o: external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.o -MF CMakeFiles/lib1592.dir/lib1592.c.o.d -o CMakeFiles/lib1592.dir/lib1592.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1592.c - -external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1592.dir/lib1592.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1592.c > CMakeFiles/lib1592.dir/lib1592.c.i - -external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1592.dir/lib1592.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1592.c -o CMakeFiles/lib1592.dir/lib1592.c.s - -external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1592.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.o -MF CMakeFiles/lib1592.dir/first.c.o.d -o CMakeFiles/lib1592.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1592.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1592.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1592.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1592.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1592.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.o -MF CMakeFiles/lib1592.dir/testutil.c.o.d -o CMakeFiles/lib1592.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1592.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1592.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1592.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1592.dir/testutil.c.s - -# Object files for target lib1592 -lib1592_OBJECTS = \ -"CMakeFiles/lib1592.dir/lib1592.c.o" \ -"CMakeFiles/lib1592.dir/first.c.o" \ -"CMakeFiles/lib1592.dir/testutil.c.o" - -# External object files for target lib1592 -lib1592_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1592: external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.o -external/curl/tests/libtest/lib1592: external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.o -external/curl/tests/libtest/lib1592: external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.o -external/curl/tests/libtest/lib1592: external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make -external/curl/tests/libtest/lib1592: external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.ts -external/curl/tests/libtest/lib1592: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1592: /usr/lib/libz.so -external/curl/tests/libtest/lib1592: external/curl/tests/libtest/CMakeFiles/lib1592.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1592" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1592.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1592.dir/build: external/curl/tests/libtest/lib1592 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1592.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1592.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1592.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1592.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1592.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1592.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1592.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/cmake_clean.cmake deleted file mode 100644 index c68a7d8d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1592.dir/link.d" - "CMakeFiles/lib1592.dir/first.c.o" - "CMakeFiles/lib1592.dir/first.c.o.d" - "CMakeFiles/lib1592.dir/lib1592.c.o" - "CMakeFiles/lib1592.dir/lib1592.c.o.d" - "CMakeFiles/lib1592.dir/testutil.c.o" - "CMakeFiles/lib1592.dir/testutil.c.o.d" - "lib1592" - "lib1592.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1592.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.make deleted file mode 100644 index 41464ac4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1592. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.ts deleted file mode 100644 index 377500c8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1592. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/depend.make deleted file mode 100644 index a7dc8cdb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1592. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/flags.make deleted file mode 100644 index 7123eb34..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1592 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/link.txt deleted file mode 100644 index 47965725..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1592.dir/link.d CMakeFiles/lib1592.dir/lib1592.c.o CMakeFiles/lib1592.dir/first.c.o CMakeFiles/lib1592.dir/testutil.c.o -o lib1592 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1592.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/DependInfo.cmake deleted file mode 100644 index 7447965b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1593.c" "external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1593" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1593.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make deleted file mode 100644 index f66573ea..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1593.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1593.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1593.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1593.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1593.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.o: external/curl/tests/libtest/CMakeFiles/lib1593.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1593.c -external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.o: external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.o -MF CMakeFiles/lib1593.dir/lib1593.c.o.d -o CMakeFiles/lib1593.dir/lib1593.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1593.c - -external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1593.dir/lib1593.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1593.c > CMakeFiles/lib1593.dir/lib1593.c.i - -external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1593.dir/lib1593.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1593.c -o CMakeFiles/lib1593.dir/lib1593.c.s - -external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1593.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.o -MF CMakeFiles/lib1593.dir/first.c.o.d -o CMakeFiles/lib1593.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1593.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1593.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1593.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1593.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1593.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.o -MF CMakeFiles/lib1593.dir/testutil.c.o.d -o CMakeFiles/lib1593.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1593.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1593.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1593.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1593.dir/testutil.c.s - -# Object files for target lib1593 -lib1593_OBJECTS = \ -"CMakeFiles/lib1593.dir/lib1593.c.o" \ -"CMakeFiles/lib1593.dir/first.c.o" \ -"CMakeFiles/lib1593.dir/testutil.c.o" - -# External object files for target lib1593 -lib1593_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1593: external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.o -external/curl/tests/libtest/lib1593: external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.o -external/curl/tests/libtest/lib1593: external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.o -external/curl/tests/libtest/lib1593: external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make -external/curl/tests/libtest/lib1593: external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.ts -external/curl/tests/libtest/lib1593: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1593: /usr/lib/libz.so -external/curl/tests/libtest/lib1593: external/curl/tests/libtest/CMakeFiles/lib1593.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1593" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1593.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1593.dir/build: external/curl/tests/libtest/lib1593 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1593.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1593.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1593.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1593.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1593.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1593.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1593.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/cmake_clean.cmake deleted file mode 100644 index f0d709dd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1593.dir/link.d" - "CMakeFiles/lib1593.dir/first.c.o" - "CMakeFiles/lib1593.dir/first.c.o.d" - "CMakeFiles/lib1593.dir/lib1593.c.o" - "CMakeFiles/lib1593.dir/lib1593.c.o.d" - "CMakeFiles/lib1593.dir/testutil.c.o" - "CMakeFiles/lib1593.dir/testutil.c.o.d" - "lib1593" - "lib1593.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1593.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.make deleted file mode 100644 index 51335732..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1593. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.ts deleted file mode 100644 index d28911d4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1593. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/depend.make deleted file mode 100644 index f06344c4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1593. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/flags.make deleted file mode 100644 index 07aa469e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1593 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/link.txt deleted file mode 100644 index 1198e8bc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1593.dir/link.d CMakeFiles/lib1593.dir/lib1593.c.o CMakeFiles/lib1593.dir/first.c.o CMakeFiles/lib1593.dir/testutil.c.o -o lib1593 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1593.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/DependInfo.cmake deleted file mode 100644 index 3ea8906f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1594.c" "external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1594" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1594.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make deleted file mode 100644 index da155c55..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1594.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1594.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1594.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1594.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1594.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.o: external/curl/tests/libtest/CMakeFiles/lib1594.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1594.c -external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.o: external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.o -MF CMakeFiles/lib1594.dir/lib1594.c.o.d -o CMakeFiles/lib1594.dir/lib1594.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1594.c - -external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1594.dir/lib1594.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1594.c > CMakeFiles/lib1594.dir/lib1594.c.i - -external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1594.dir/lib1594.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1594.c -o CMakeFiles/lib1594.dir/lib1594.c.s - -external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1594.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.o -MF CMakeFiles/lib1594.dir/first.c.o.d -o CMakeFiles/lib1594.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1594.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1594.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1594.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1594.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1594.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.o -MF CMakeFiles/lib1594.dir/testutil.c.o.d -o CMakeFiles/lib1594.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1594.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1594.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1594.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1594.dir/testutil.c.s - -# Object files for target lib1594 -lib1594_OBJECTS = \ -"CMakeFiles/lib1594.dir/lib1594.c.o" \ -"CMakeFiles/lib1594.dir/first.c.o" \ -"CMakeFiles/lib1594.dir/testutil.c.o" - -# External object files for target lib1594 -lib1594_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1594: external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.o -external/curl/tests/libtest/lib1594: external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.o -external/curl/tests/libtest/lib1594: external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.o -external/curl/tests/libtest/lib1594: external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make -external/curl/tests/libtest/lib1594: external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.ts -external/curl/tests/libtest/lib1594: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1594: /usr/lib/libz.so -external/curl/tests/libtest/lib1594: external/curl/tests/libtest/CMakeFiles/lib1594.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1594" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1594.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1594.dir/build: external/curl/tests/libtest/lib1594 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1594.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1594.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1594.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1594.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1594.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1594.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1594.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/cmake_clean.cmake deleted file mode 100644 index 2ca04bc4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1594.dir/link.d" - "CMakeFiles/lib1594.dir/first.c.o" - "CMakeFiles/lib1594.dir/first.c.o.d" - "CMakeFiles/lib1594.dir/lib1594.c.o" - "CMakeFiles/lib1594.dir/lib1594.c.o.d" - "CMakeFiles/lib1594.dir/testutil.c.o" - "CMakeFiles/lib1594.dir/testutil.c.o.d" - "lib1594" - "lib1594.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1594.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.make deleted file mode 100644 index 772e182d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1594. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.ts deleted file mode 100644 index 5b350715..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1594. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/depend.make deleted file mode 100644 index dea8a320..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1594. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/flags.make deleted file mode 100644 index db2eb89e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1594 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/link.txt deleted file mode 100644 index 137fb8dc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1594.dir/link.d CMakeFiles/lib1594.dir/lib1594.c.o CMakeFiles/lib1594.dir/first.c.o CMakeFiles/lib1594.dir/testutil.c.o -o lib1594 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1594.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/DependInfo.cmake deleted file mode 100644 index 30a43a4f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1594.c" "external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1596" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1596.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make deleted file mode 100644 index 88b6f0ed..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1596.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1596.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1596.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1596.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1596.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.o: external/curl/tests/libtest/CMakeFiles/lib1596.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1594.c -external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.o: external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.o -MF CMakeFiles/lib1596.dir/lib1594.c.o.d -o CMakeFiles/lib1596.dir/lib1594.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1594.c - -external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1596.dir/lib1594.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1594.c > CMakeFiles/lib1596.dir/lib1594.c.i - -external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1596.dir/lib1594.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1594.c -o CMakeFiles/lib1596.dir/lib1594.c.s - -external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1596.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.o -MF CMakeFiles/lib1596.dir/first.c.o.d -o CMakeFiles/lib1596.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1596.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1596.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1596.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1596.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1596.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.o -MF CMakeFiles/lib1596.dir/testutil.c.o.d -o CMakeFiles/lib1596.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1596.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1596.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1596.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1596.dir/testutil.c.s - -# Object files for target lib1596 -lib1596_OBJECTS = \ -"CMakeFiles/lib1596.dir/lib1594.c.o" \ -"CMakeFiles/lib1596.dir/first.c.o" \ -"CMakeFiles/lib1596.dir/testutil.c.o" - -# External object files for target lib1596 -lib1596_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1596: external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.o -external/curl/tests/libtest/lib1596: external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.o -external/curl/tests/libtest/lib1596: external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.o -external/curl/tests/libtest/lib1596: external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make -external/curl/tests/libtest/lib1596: external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.ts -external/curl/tests/libtest/lib1596: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1596: /usr/lib/libz.so -external/curl/tests/libtest/lib1596: external/curl/tests/libtest/CMakeFiles/lib1596.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1596" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1596.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1596.dir/build: external/curl/tests/libtest/lib1596 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1596.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1596.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1596.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1596.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1596.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1596.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1596.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/cmake_clean.cmake deleted file mode 100644 index cf37aeec..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1596.dir/link.d" - "CMakeFiles/lib1596.dir/first.c.o" - "CMakeFiles/lib1596.dir/first.c.o.d" - "CMakeFiles/lib1596.dir/lib1594.c.o" - "CMakeFiles/lib1596.dir/lib1594.c.o.d" - "CMakeFiles/lib1596.dir/testutil.c.o" - "CMakeFiles/lib1596.dir/testutil.c.o.d" - "lib1596" - "lib1596.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1596.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.make deleted file mode 100644 index f576838d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1596. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.ts deleted file mode 100644 index 1bad66e6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1596. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/depend.make deleted file mode 100644 index 0f3ee4b4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1596. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/flags.make deleted file mode 100644 index 0fc88779..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1596 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/link.txt deleted file mode 100644 index 7646708c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1596.dir/link.d CMakeFiles/lib1596.dir/lib1594.c.o CMakeFiles/lib1596.dir/first.c.o CMakeFiles/lib1596.dir/testutil.c.o -o lib1596 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1596.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/DependInfo.cmake deleted file mode 100644 index 98d806bf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1597.c" "external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1597" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1597.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make deleted file mode 100644 index c09cffa9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1597.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1597.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1597.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1597.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1597.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.o: external/curl/tests/libtest/CMakeFiles/lib1597.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1597.c -external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.o: external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.o -MF CMakeFiles/lib1597.dir/lib1597.c.o.d -o CMakeFiles/lib1597.dir/lib1597.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1597.c - -external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1597.dir/lib1597.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1597.c > CMakeFiles/lib1597.dir/lib1597.c.i - -external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1597.dir/lib1597.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1597.c -o CMakeFiles/lib1597.dir/lib1597.c.s - -external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1597.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.o -MF CMakeFiles/lib1597.dir/first.c.o.d -o CMakeFiles/lib1597.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1597.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1597.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1597.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1597.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1597.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.o -MF CMakeFiles/lib1597.dir/testutil.c.o.d -o CMakeFiles/lib1597.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1597.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1597.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1597.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1597.dir/testutil.c.s - -# Object files for target lib1597 -lib1597_OBJECTS = \ -"CMakeFiles/lib1597.dir/lib1597.c.o" \ -"CMakeFiles/lib1597.dir/first.c.o" \ -"CMakeFiles/lib1597.dir/testutil.c.o" - -# External object files for target lib1597 -lib1597_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1597: external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.o -external/curl/tests/libtest/lib1597: external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.o -external/curl/tests/libtest/lib1597: external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.o -external/curl/tests/libtest/lib1597: external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make -external/curl/tests/libtest/lib1597: external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.ts -external/curl/tests/libtest/lib1597: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1597: /usr/lib/libz.so -external/curl/tests/libtest/lib1597: external/curl/tests/libtest/CMakeFiles/lib1597.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1597" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1597.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1597.dir/build: external/curl/tests/libtest/lib1597 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1597.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1597.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1597.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1597.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1597.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1597.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1597.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/cmake_clean.cmake deleted file mode 100644 index 535ebdbb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1597.dir/link.d" - "CMakeFiles/lib1597.dir/first.c.o" - "CMakeFiles/lib1597.dir/first.c.o.d" - "CMakeFiles/lib1597.dir/lib1597.c.o" - "CMakeFiles/lib1597.dir/lib1597.c.o.d" - "CMakeFiles/lib1597.dir/testutil.c.o" - "CMakeFiles/lib1597.dir/testutil.c.o.d" - "lib1597" - "lib1597.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1597.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.make deleted file mode 100644 index 68bf0444..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1597. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.ts deleted file mode 100644 index 58c6ab5a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1597. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/depend.make deleted file mode 100644 index 460398e8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1597. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/flags.make deleted file mode 100644 index 9daaf7d0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1597 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/link.txt deleted file mode 100644 index 08317aea..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1597.dir/link.d CMakeFiles/lib1597.dir/lib1597.c.o CMakeFiles/lib1597.dir/first.c.o CMakeFiles/lib1597.dir/testutil.c.o -o lib1597 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1597.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/DependInfo.cmake deleted file mode 100644 index a4eb1d43..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1598.c" "external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1598" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1598.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make deleted file mode 100644 index 7aec21d4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1598.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1598.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1598.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1598.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1598.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.o: external/curl/tests/libtest/CMakeFiles/lib1598.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1598.c -external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.o: external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.o -MF CMakeFiles/lib1598.dir/lib1598.c.o.d -o CMakeFiles/lib1598.dir/lib1598.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1598.c - -external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1598.dir/lib1598.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1598.c > CMakeFiles/lib1598.dir/lib1598.c.i - -external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1598.dir/lib1598.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1598.c -o CMakeFiles/lib1598.dir/lib1598.c.s - -external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1598.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.o -MF CMakeFiles/lib1598.dir/first.c.o.d -o CMakeFiles/lib1598.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1598.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1598.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1598.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1598.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1598.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.o -MF CMakeFiles/lib1598.dir/testutil.c.o.d -o CMakeFiles/lib1598.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1598.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1598.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1598.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1598.dir/testutil.c.s - -# Object files for target lib1598 -lib1598_OBJECTS = \ -"CMakeFiles/lib1598.dir/lib1598.c.o" \ -"CMakeFiles/lib1598.dir/first.c.o" \ -"CMakeFiles/lib1598.dir/testutil.c.o" - -# External object files for target lib1598 -lib1598_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1598: external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.o -external/curl/tests/libtest/lib1598: external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.o -external/curl/tests/libtest/lib1598: external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.o -external/curl/tests/libtest/lib1598: external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make -external/curl/tests/libtest/lib1598: external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.ts -external/curl/tests/libtest/lib1598: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1598: /usr/lib/libz.so -external/curl/tests/libtest/lib1598: external/curl/tests/libtest/CMakeFiles/lib1598.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1598" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1598.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1598.dir/build: external/curl/tests/libtest/lib1598 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1598.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1598.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1598.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1598.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1598.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1598.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1598.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/cmake_clean.cmake deleted file mode 100644 index bc0cfb18..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1598.dir/link.d" - "CMakeFiles/lib1598.dir/first.c.o" - "CMakeFiles/lib1598.dir/first.c.o.d" - "CMakeFiles/lib1598.dir/lib1598.c.o" - "CMakeFiles/lib1598.dir/lib1598.c.o.d" - "CMakeFiles/lib1598.dir/testutil.c.o" - "CMakeFiles/lib1598.dir/testutil.c.o.d" - "lib1598" - "lib1598.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1598.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.make deleted file mode 100644 index 8df7faf7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1598. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.ts deleted file mode 100644 index 7fd4fcef..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1598. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/depend.make deleted file mode 100644 index 1ea3fc27..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1598. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/flags.make deleted file mode 100644 index 3675cb3e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1598 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/link.txt deleted file mode 100644 index f50465a2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1598.dir/link.d CMakeFiles/lib1598.dir/lib1598.c.o CMakeFiles/lib1598.dir/first.c.o CMakeFiles/lib1598.dir/testutil.c.o -o lib1598 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1598.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/DependInfo.cmake deleted file mode 100644 index 9f2dcb3d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1662.c" "external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1662" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1662.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make deleted file mode 100644 index 724cc956..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1662.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1662.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1662.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1662.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1662.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.o: external/curl/tests/libtest/CMakeFiles/lib1662.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1662.c -external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.o: external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.o -MF CMakeFiles/lib1662.dir/lib1662.c.o.d -o CMakeFiles/lib1662.dir/lib1662.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1662.c - -external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1662.dir/lib1662.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1662.c > CMakeFiles/lib1662.dir/lib1662.c.i - -external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1662.dir/lib1662.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1662.c -o CMakeFiles/lib1662.dir/lib1662.c.s - -external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1662.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.o -MF CMakeFiles/lib1662.dir/first.c.o.d -o CMakeFiles/lib1662.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1662.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1662.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1662.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1662.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1662.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.o -MF CMakeFiles/lib1662.dir/testutil.c.o.d -o CMakeFiles/lib1662.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1662.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1662.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1662.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1662.dir/testutil.c.s - -# Object files for target lib1662 -lib1662_OBJECTS = \ -"CMakeFiles/lib1662.dir/lib1662.c.o" \ -"CMakeFiles/lib1662.dir/first.c.o" \ -"CMakeFiles/lib1662.dir/testutil.c.o" - -# External object files for target lib1662 -lib1662_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1662: external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.o -external/curl/tests/libtest/lib1662: external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.o -external/curl/tests/libtest/lib1662: external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.o -external/curl/tests/libtest/lib1662: external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make -external/curl/tests/libtest/lib1662: external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.ts -external/curl/tests/libtest/lib1662: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1662: /usr/lib/libz.so -external/curl/tests/libtest/lib1662: external/curl/tests/libtest/CMakeFiles/lib1662.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1662" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1662.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1662.dir/build: external/curl/tests/libtest/lib1662 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1662.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1662.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1662.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1662.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1662.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1662.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1662.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/cmake_clean.cmake deleted file mode 100644 index f6f0b1d0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1662.dir/link.d" - "CMakeFiles/lib1662.dir/first.c.o" - "CMakeFiles/lib1662.dir/first.c.o.d" - "CMakeFiles/lib1662.dir/lib1662.c.o" - "CMakeFiles/lib1662.dir/lib1662.c.o.d" - "CMakeFiles/lib1662.dir/testutil.c.o" - "CMakeFiles/lib1662.dir/testutil.c.o.d" - "lib1662" - "lib1662.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1662.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.make deleted file mode 100644 index 5b43e1e0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1662. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.ts deleted file mode 100644 index f2d42f1f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1662. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/depend.make deleted file mode 100644 index 2a04f94d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1662. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/flags.make deleted file mode 100644 index da3ac18f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1662 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/link.txt deleted file mode 100644 index 661553d2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1662.dir/link.d CMakeFiles/lib1662.dir/lib1662.c.o CMakeFiles/lib1662.dir/first.c.o CMakeFiles/lib1662.dir/testutil.c.o -o lib1662 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1662.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/DependInfo.cmake deleted file mode 100644 index 94a15967..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1900.c" "external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.o.d" - "" "external/curl/tests/libtest/lib1900" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1900.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make deleted file mode 100644 index 326e7ace..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1900.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1900.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1900.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1900.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1900.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.o: external/curl/tests/libtest/CMakeFiles/lib1900.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1900.c -external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.o: external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.o -MF CMakeFiles/lib1900.dir/lib1900.c.o.d -o CMakeFiles/lib1900.dir/lib1900.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1900.c - -external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1900.dir/lib1900.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1900.c > CMakeFiles/lib1900.dir/lib1900.c.i - -external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1900.dir/lib1900.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1900.c -o CMakeFiles/lib1900.dir/lib1900.c.s - -external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1900.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.o -MF CMakeFiles/lib1900.dir/first.c.o.d -o CMakeFiles/lib1900.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1900.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1900.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1900.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1900.dir/first.c.s - -# Object files for target lib1900 -lib1900_OBJECTS = \ -"CMakeFiles/lib1900.dir/lib1900.c.o" \ -"CMakeFiles/lib1900.dir/first.c.o" - -# External object files for target lib1900 -lib1900_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1900: external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.o -external/curl/tests/libtest/lib1900: external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.o -external/curl/tests/libtest/lib1900: external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make -external/curl/tests/libtest/lib1900: external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.ts -external/curl/tests/libtest/lib1900: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1900: /usr/lib/libz.so -external/curl/tests/libtest/lib1900: external/curl/tests/libtest/CMakeFiles/lib1900.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1900" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1900.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1900.dir/build: external/curl/tests/libtest/lib1900 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1900.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1900.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1900.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1900.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1900.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1900.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1900.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/cmake_clean.cmake deleted file mode 100644 index 5d7de25f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1900.dir/link.d" - "CMakeFiles/lib1900.dir/first.c.o" - "CMakeFiles/lib1900.dir/first.c.o.d" - "CMakeFiles/lib1900.dir/lib1900.c.o" - "CMakeFiles/lib1900.dir/lib1900.c.o.d" - "lib1900" - "lib1900.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1900.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.make deleted file mode 100644 index 669234e8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1900. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.ts deleted file mode 100644 index ca6f2479..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1900. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/depend.make deleted file mode 100644 index 8c10f7f1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1900. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/flags.make deleted file mode 100644 index fe3f3125..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1900 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/link.txt deleted file mode 100644 index 939cb4d4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1900.dir/link.d CMakeFiles/lib1900.dir/lib1900.c.o CMakeFiles/lib1900.dir/first.c.o -o lib1900 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/progress.make deleted file mode 100644 index 4a742bfd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1900.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = 60 -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/DependInfo.cmake deleted file mode 100644 index df8af384..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1901.c" "external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.o.d" - "" "external/curl/tests/libtest/lib1901" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1901.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make deleted file mode 100644 index cbb23708..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1901.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1901.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1901.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1901.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1901.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.o: external/curl/tests/libtest/CMakeFiles/lib1901.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1901.c -external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.o: external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.o -MF CMakeFiles/lib1901.dir/lib1901.c.o.d -o CMakeFiles/lib1901.dir/lib1901.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1901.c - -external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1901.dir/lib1901.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1901.c > CMakeFiles/lib1901.dir/lib1901.c.i - -external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1901.dir/lib1901.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1901.c -o CMakeFiles/lib1901.dir/lib1901.c.s - -external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1901.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.o -MF CMakeFiles/lib1901.dir/first.c.o.d -o CMakeFiles/lib1901.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1901.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1901.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1901.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1901.dir/first.c.s - -# Object files for target lib1901 -lib1901_OBJECTS = \ -"CMakeFiles/lib1901.dir/lib1901.c.o" \ -"CMakeFiles/lib1901.dir/first.c.o" - -# External object files for target lib1901 -lib1901_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1901: external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.o -external/curl/tests/libtest/lib1901: external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.o -external/curl/tests/libtest/lib1901: external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make -external/curl/tests/libtest/lib1901: external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.ts -external/curl/tests/libtest/lib1901: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1901: /usr/lib/libz.so -external/curl/tests/libtest/lib1901: external/curl/tests/libtest/CMakeFiles/lib1901.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1901" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1901.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1901.dir/build: external/curl/tests/libtest/lib1901 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1901.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1901.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1901.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1901.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1901.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1901.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1901.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/cmake_clean.cmake deleted file mode 100644 index edd99372..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1901.dir/link.d" - "CMakeFiles/lib1901.dir/first.c.o" - "CMakeFiles/lib1901.dir/first.c.o.d" - "CMakeFiles/lib1901.dir/lib1901.c.o" - "CMakeFiles/lib1901.dir/lib1901.c.o.d" - "lib1901" - "lib1901.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1901.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.make deleted file mode 100644 index 06afc8e7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1901. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.ts deleted file mode 100644 index c930d3f8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1901. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/depend.make deleted file mode 100644 index ca5fd4e2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1901. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/flags.make deleted file mode 100644 index 3c62d2b9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1901 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/link.txt deleted file mode 100644 index 28d385df..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1901.dir/link.d CMakeFiles/lib1901.dir/lib1901.c.o CMakeFiles/lib1901.dir/first.c.o -o lib1901 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1901.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/DependInfo.cmake deleted file mode 100644 index 4d5c5dd3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1903.c" "external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1903" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1903.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make deleted file mode 100644 index 20bb9491..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1903.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1903.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1903.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1903.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1903.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.o: external/curl/tests/libtest/CMakeFiles/lib1903.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1903.c -external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.o: external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.o -MF CMakeFiles/lib1903.dir/lib1903.c.o.d -o CMakeFiles/lib1903.dir/lib1903.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1903.c - -external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1903.dir/lib1903.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1903.c > CMakeFiles/lib1903.dir/lib1903.c.i - -external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1903.dir/lib1903.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1903.c -o CMakeFiles/lib1903.dir/lib1903.c.s - -external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1903.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.o -MF CMakeFiles/lib1903.dir/first.c.o.d -o CMakeFiles/lib1903.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1903.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1903.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1903.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1903.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1903.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.o -MF CMakeFiles/lib1903.dir/testutil.c.o.d -o CMakeFiles/lib1903.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1903.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1903.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1903.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1903.dir/testutil.c.s - -# Object files for target lib1903 -lib1903_OBJECTS = \ -"CMakeFiles/lib1903.dir/lib1903.c.o" \ -"CMakeFiles/lib1903.dir/first.c.o" \ -"CMakeFiles/lib1903.dir/testutil.c.o" - -# External object files for target lib1903 -lib1903_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1903: external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.o -external/curl/tests/libtest/lib1903: external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.o -external/curl/tests/libtest/lib1903: external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.o -external/curl/tests/libtest/lib1903: external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make -external/curl/tests/libtest/lib1903: external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.ts -external/curl/tests/libtest/lib1903: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1903: /usr/lib/libz.so -external/curl/tests/libtest/lib1903: external/curl/tests/libtest/CMakeFiles/lib1903.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1903" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1903.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1903.dir/build: external/curl/tests/libtest/lib1903 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1903.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1903.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1903.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1903.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1903.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1903.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1903.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/cmake_clean.cmake deleted file mode 100644 index b44ea0ea..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1903.dir/link.d" - "CMakeFiles/lib1903.dir/first.c.o" - "CMakeFiles/lib1903.dir/first.c.o.d" - "CMakeFiles/lib1903.dir/lib1903.c.o" - "CMakeFiles/lib1903.dir/lib1903.c.o.d" - "CMakeFiles/lib1903.dir/testutil.c.o" - "CMakeFiles/lib1903.dir/testutil.c.o.d" - "lib1903" - "lib1903.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1903.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.make deleted file mode 100644 index 9b34e831..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1903. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.ts deleted file mode 100644 index b072f46c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1903. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/depend.make deleted file mode 100644 index 97a801a4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1903. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/flags.make deleted file mode 100644 index 29f3a7f5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1903 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/link.txt deleted file mode 100644 index b4d4648a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1903.dir/link.d CMakeFiles/lib1903.dir/lib1903.c.o CMakeFiles/lib1903.dir/first.c.o CMakeFiles/lib1903.dir/testutil.c.o -o lib1903 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1903.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/DependInfo.cmake deleted file mode 100644 index 32cb677b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1905.c" "external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1905" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1905.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make deleted file mode 100644 index 9e41398e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1905.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1905.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1905.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1905.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1905.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.o: external/curl/tests/libtest/CMakeFiles/lib1905.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1905.c -external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.o: external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.o -MF CMakeFiles/lib1905.dir/lib1905.c.o.d -o CMakeFiles/lib1905.dir/lib1905.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1905.c - -external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1905.dir/lib1905.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1905.c > CMakeFiles/lib1905.dir/lib1905.c.i - -external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1905.dir/lib1905.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1905.c -o CMakeFiles/lib1905.dir/lib1905.c.s - -external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1905.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.o -MF CMakeFiles/lib1905.dir/first.c.o.d -o CMakeFiles/lib1905.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1905.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1905.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1905.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1905.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1905.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.o -MF CMakeFiles/lib1905.dir/testutil.c.o.d -o CMakeFiles/lib1905.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1905.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1905.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1905.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1905.dir/testutil.c.s - -# Object files for target lib1905 -lib1905_OBJECTS = \ -"CMakeFiles/lib1905.dir/lib1905.c.o" \ -"CMakeFiles/lib1905.dir/first.c.o" \ -"CMakeFiles/lib1905.dir/testutil.c.o" - -# External object files for target lib1905 -lib1905_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1905: external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.o -external/curl/tests/libtest/lib1905: external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.o -external/curl/tests/libtest/lib1905: external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.o -external/curl/tests/libtest/lib1905: external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make -external/curl/tests/libtest/lib1905: external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.ts -external/curl/tests/libtest/lib1905: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1905: /usr/lib/libz.so -external/curl/tests/libtest/lib1905: external/curl/tests/libtest/CMakeFiles/lib1905.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1905" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1905.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1905.dir/build: external/curl/tests/libtest/lib1905 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1905.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1905.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1905.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1905.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1905.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1905.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1905.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/cmake_clean.cmake deleted file mode 100644 index 417b9d6d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1905.dir/link.d" - "CMakeFiles/lib1905.dir/first.c.o" - "CMakeFiles/lib1905.dir/first.c.o.d" - "CMakeFiles/lib1905.dir/lib1905.c.o" - "CMakeFiles/lib1905.dir/lib1905.c.o.d" - "CMakeFiles/lib1905.dir/testutil.c.o" - "CMakeFiles/lib1905.dir/testutil.c.o.d" - "lib1905" - "lib1905.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1905.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.make deleted file mode 100644 index 294ffe75..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1905. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.ts deleted file mode 100644 index 70925094..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1905. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/depend.make deleted file mode 100644 index 43971898..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1905. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/flags.make deleted file mode 100644 index ddc70875..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1905 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/link.txt deleted file mode 100644 index 11bcf54c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1905.dir/link.d CMakeFiles/lib1905.dir/lib1905.c.o CMakeFiles/lib1905.dir/first.c.o CMakeFiles/lib1905.dir/testutil.c.o -o lib1905 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1905.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/DependInfo.cmake deleted file mode 100644 index a9272038..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1906.c" "external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1906" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1906.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make deleted file mode 100644 index d100ed2a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1906.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1906.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1906.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1906.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1906.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.o: external/curl/tests/libtest/CMakeFiles/lib1906.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1906.c -external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.o: external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.o -MF CMakeFiles/lib1906.dir/lib1906.c.o.d -o CMakeFiles/lib1906.dir/lib1906.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1906.c - -external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1906.dir/lib1906.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1906.c > CMakeFiles/lib1906.dir/lib1906.c.i - -external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1906.dir/lib1906.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1906.c -o CMakeFiles/lib1906.dir/lib1906.c.s - -external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1906.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.o -MF CMakeFiles/lib1906.dir/first.c.o.d -o CMakeFiles/lib1906.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1906.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1906.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1906.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1906.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1906.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.o -MF CMakeFiles/lib1906.dir/testutil.c.o.d -o CMakeFiles/lib1906.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1906.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1906.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1906.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1906.dir/testutil.c.s - -# Object files for target lib1906 -lib1906_OBJECTS = \ -"CMakeFiles/lib1906.dir/lib1906.c.o" \ -"CMakeFiles/lib1906.dir/first.c.o" \ -"CMakeFiles/lib1906.dir/testutil.c.o" - -# External object files for target lib1906 -lib1906_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1906: external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.o -external/curl/tests/libtest/lib1906: external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.o -external/curl/tests/libtest/lib1906: external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.o -external/curl/tests/libtest/lib1906: external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make -external/curl/tests/libtest/lib1906: external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.ts -external/curl/tests/libtest/lib1906: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1906: /usr/lib/libz.so -external/curl/tests/libtest/lib1906: external/curl/tests/libtest/CMakeFiles/lib1906.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1906" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1906.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1906.dir/build: external/curl/tests/libtest/lib1906 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1906.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1906.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1906.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1906.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1906.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1906.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1906.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/cmake_clean.cmake deleted file mode 100644 index 519e0c38..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1906.dir/link.d" - "CMakeFiles/lib1906.dir/first.c.o" - "CMakeFiles/lib1906.dir/first.c.o.d" - "CMakeFiles/lib1906.dir/lib1906.c.o" - "CMakeFiles/lib1906.dir/lib1906.c.o.d" - "CMakeFiles/lib1906.dir/testutil.c.o" - "CMakeFiles/lib1906.dir/testutil.c.o.d" - "lib1906" - "lib1906.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1906.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.make deleted file mode 100644 index 3566f31d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1906. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.ts deleted file mode 100644 index 033f5ea1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1906. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/depend.make deleted file mode 100644 index 555630d3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1906. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/flags.make deleted file mode 100644 index 221ea833..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1906 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/link.txt deleted file mode 100644 index f3b871bd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1906.dir/link.d CMakeFiles/lib1906.dir/lib1906.c.o CMakeFiles/lib1906.dir/first.c.o CMakeFiles/lib1906.dir/testutil.c.o -o lib1906 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1906.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/DependInfo.cmake deleted file mode 100644 index deba5a40..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1907.c" "external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1907" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1907.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make deleted file mode 100644 index f7628b06..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1907.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1907.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1907.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1907.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1907.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.o: external/curl/tests/libtest/CMakeFiles/lib1907.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1907.c -external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.o: external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.o -MF CMakeFiles/lib1907.dir/lib1907.c.o.d -o CMakeFiles/lib1907.dir/lib1907.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1907.c - -external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1907.dir/lib1907.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1907.c > CMakeFiles/lib1907.dir/lib1907.c.i - -external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1907.dir/lib1907.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1907.c -o CMakeFiles/lib1907.dir/lib1907.c.s - -external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1907.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.o -MF CMakeFiles/lib1907.dir/first.c.o.d -o CMakeFiles/lib1907.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1907.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1907.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1907.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1907.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1907.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.o -MF CMakeFiles/lib1907.dir/testutil.c.o.d -o CMakeFiles/lib1907.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1907.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1907.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1907.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1907.dir/testutil.c.s - -# Object files for target lib1907 -lib1907_OBJECTS = \ -"CMakeFiles/lib1907.dir/lib1907.c.o" \ -"CMakeFiles/lib1907.dir/first.c.o" \ -"CMakeFiles/lib1907.dir/testutil.c.o" - -# External object files for target lib1907 -lib1907_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1907: external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.o -external/curl/tests/libtest/lib1907: external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.o -external/curl/tests/libtest/lib1907: external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.o -external/curl/tests/libtest/lib1907: external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make -external/curl/tests/libtest/lib1907: external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.ts -external/curl/tests/libtest/lib1907: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1907: /usr/lib/libz.so -external/curl/tests/libtest/lib1907: external/curl/tests/libtest/CMakeFiles/lib1907.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1907" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1907.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1907.dir/build: external/curl/tests/libtest/lib1907 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1907.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1907.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1907.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1907.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1907.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1907.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1907.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/cmake_clean.cmake deleted file mode 100644 index 55d9193a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1907.dir/link.d" - "CMakeFiles/lib1907.dir/first.c.o" - "CMakeFiles/lib1907.dir/first.c.o.d" - "CMakeFiles/lib1907.dir/lib1907.c.o" - "CMakeFiles/lib1907.dir/lib1907.c.o.d" - "CMakeFiles/lib1907.dir/testutil.c.o" - "CMakeFiles/lib1907.dir/testutil.c.o.d" - "lib1907" - "lib1907.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1907.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.make deleted file mode 100644 index 3695691b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1907. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.ts deleted file mode 100644 index ac428631..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1907. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/depend.make deleted file mode 100644 index d9b691c6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1907. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/flags.make deleted file mode 100644 index 75154a94..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1907 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/link.txt deleted file mode 100644 index c15e2130..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1907.dir/link.d CMakeFiles/lib1907.dir/lib1907.c.o CMakeFiles/lib1907.dir/first.c.o CMakeFiles/lib1907.dir/testutil.c.o -o lib1907 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1907.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/DependInfo.cmake deleted file mode 100644 index 69f7ab62..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1908.c" "external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1908" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1908.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make deleted file mode 100644 index 90f51cc7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1908.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1908.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1908.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1908.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1908.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.o: external/curl/tests/libtest/CMakeFiles/lib1908.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1908.c -external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.o: external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.o -MF CMakeFiles/lib1908.dir/lib1908.c.o.d -o CMakeFiles/lib1908.dir/lib1908.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1908.c - -external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1908.dir/lib1908.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1908.c > CMakeFiles/lib1908.dir/lib1908.c.i - -external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1908.dir/lib1908.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1908.c -o CMakeFiles/lib1908.dir/lib1908.c.s - -external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1908.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.o -MF CMakeFiles/lib1908.dir/first.c.o.d -o CMakeFiles/lib1908.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1908.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1908.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1908.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1908.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1908.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.o -MF CMakeFiles/lib1908.dir/testutil.c.o.d -o CMakeFiles/lib1908.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1908.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1908.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1908.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1908.dir/testutil.c.s - -# Object files for target lib1908 -lib1908_OBJECTS = \ -"CMakeFiles/lib1908.dir/lib1908.c.o" \ -"CMakeFiles/lib1908.dir/first.c.o" \ -"CMakeFiles/lib1908.dir/testutil.c.o" - -# External object files for target lib1908 -lib1908_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1908: external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.o -external/curl/tests/libtest/lib1908: external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.o -external/curl/tests/libtest/lib1908: external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.o -external/curl/tests/libtest/lib1908: external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make -external/curl/tests/libtest/lib1908: external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.ts -external/curl/tests/libtest/lib1908: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1908: /usr/lib/libz.so -external/curl/tests/libtest/lib1908: external/curl/tests/libtest/CMakeFiles/lib1908.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1908" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1908.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1908.dir/build: external/curl/tests/libtest/lib1908 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1908.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1908.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1908.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1908.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1908.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1908.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1908.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/cmake_clean.cmake deleted file mode 100644 index 689a91b6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1908.dir/link.d" - "CMakeFiles/lib1908.dir/first.c.o" - "CMakeFiles/lib1908.dir/first.c.o.d" - "CMakeFiles/lib1908.dir/lib1908.c.o" - "CMakeFiles/lib1908.dir/lib1908.c.o.d" - "CMakeFiles/lib1908.dir/testutil.c.o" - "CMakeFiles/lib1908.dir/testutil.c.o.d" - "lib1908" - "lib1908.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1908.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.make deleted file mode 100644 index 0fd32185..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1908. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.ts deleted file mode 100644 index a4d53400..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1908. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/depend.make deleted file mode 100644 index 09b48def..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1908. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/flags.make deleted file mode 100644 index 0939eb23..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1908 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/link.txt deleted file mode 100644 index 4a02d9e1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1908.dir/link.d CMakeFiles/lib1908.dir/lib1908.c.o CMakeFiles/lib1908.dir/first.c.o CMakeFiles/lib1908.dir/testutil.c.o -o lib1908 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1908.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/DependInfo.cmake deleted file mode 100644 index 024d0350..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1910.c" "external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1910" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1910.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make deleted file mode 100644 index 7d7552d3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1910.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1910.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1910.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1910.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1910.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.o: external/curl/tests/libtest/CMakeFiles/lib1910.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1910.c -external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.o: external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.o -MF CMakeFiles/lib1910.dir/lib1910.c.o.d -o CMakeFiles/lib1910.dir/lib1910.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1910.c - -external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1910.dir/lib1910.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1910.c > CMakeFiles/lib1910.dir/lib1910.c.i - -external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1910.dir/lib1910.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1910.c -o CMakeFiles/lib1910.dir/lib1910.c.s - -external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1910.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.o -MF CMakeFiles/lib1910.dir/first.c.o.d -o CMakeFiles/lib1910.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1910.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1910.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1910.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1910.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1910.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.o -MF CMakeFiles/lib1910.dir/testutil.c.o.d -o CMakeFiles/lib1910.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1910.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1910.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1910.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1910.dir/testutil.c.s - -# Object files for target lib1910 -lib1910_OBJECTS = \ -"CMakeFiles/lib1910.dir/lib1910.c.o" \ -"CMakeFiles/lib1910.dir/first.c.o" \ -"CMakeFiles/lib1910.dir/testutil.c.o" - -# External object files for target lib1910 -lib1910_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1910: external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.o -external/curl/tests/libtest/lib1910: external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.o -external/curl/tests/libtest/lib1910: external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.o -external/curl/tests/libtest/lib1910: external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make -external/curl/tests/libtest/lib1910: external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.ts -external/curl/tests/libtest/lib1910: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1910: /usr/lib/libz.so -external/curl/tests/libtest/lib1910: external/curl/tests/libtest/CMakeFiles/lib1910.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1910" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1910.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1910.dir/build: external/curl/tests/libtest/lib1910 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1910.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1910.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1910.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1910.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1910.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1910.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1910.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/cmake_clean.cmake deleted file mode 100644 index 12b33f48..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1910.dir/link.d" - "CMakeFiles/lib1910.dir/first.c.o" - "CMakeFiles/lib1910.dir/first.c.o.d" - "CMakeFiles/lib1910.dir/lib1910.c.o" - "CMakeFiles/lib1910.dir/lib1910.c.o.d" - "CMakeFiles/lib1910.dir/testutil.c.o" - "CMakeFiles/lib1910.dir/testutil.c.o.d" - "lib1910" - "lib1910.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1910.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.make deleted file mode 100644 index 7883943f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1910. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.ts deleted file mode 100644 index 3ee98585..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1910. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/depend.make deleted file mode 100644 index 7dec78ce..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1910. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/flags.make deleted file mode 100644 index 4ed5eff0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1910 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/link.txt deleted file mode 100644 index 2e79ef3e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1910.dir/link.d CMakeFiles/lib1910.dir/lib1910.c.o CMakeFiles/lib1910.dir/first.c.o CMakeFiles/lib1910.dir/testutil.c.o -o lib1910 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/progress.make deleted file mode 100644 index ccdaa355..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1910.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = 61 -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/DependInfo.cmake deleted file mode 100644 index 0a82a185..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1911.c" "external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1911" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1911.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make deleted file mode 100644 index a57a2dfd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1911.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1911.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1911.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1911.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1911.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.o: external/curl/tests/libtest/CMakeFiles/lib1911.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1911.c -external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.o: external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.o -MF CMakeFiles/lib1911.dir/lib1911.c.o.d -o CMakeFiles/lib1911.dir/lib1911.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1911.c - -external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1911.dir/lib1911.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1911.c > CMakeFiles/lib1911.dir/lib1911.c.i - -external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1911.dir/lib1911.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1911.c -o CMakeFiles/lib1911.dir/lib1911.c.s - -external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1911.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.o -MF CMakeFiles/lib1911.dir/first.c.o.d -o CMakeFiles/lib1911.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1911.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1911.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1911.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1911.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1911.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.o -MF CMakeFiles/lib1911.dir/testutil.c.o.d -o CMakeFiles/lib1911.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1911.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1911.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1911.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1911.dir/testutil.c.s - -# Object files for target lib1911 -lib1911_OBJECTS = \ -"CMakeFiles/lib1911.dir/lib1911.c.o" \ -"CMakeFiles/lib1911.dir/first.c.o" \ -"CMakeFiles/lib1911.dir/testutil.c.o" - -# External object files for target lib1911 -lib1911_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1911: external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.o -external/curl/tests/libtest/lib1911: external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.o -external/curl/tests/libtest/lib1911: external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.o -external/curl/tests/libtest/lib1911: external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make -external/curl/tests/libtest/lib1911: external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.ts -external/curl/tests/libtest/lib1911: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1911: /usr/lib/libz.so -external/curl/tests/libtest/lib1911: external/curl/tests/libtest/CMakeFiles/lib1911.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1911" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1911.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1911.dir/build: external/curl/tests/libtest/lib1911 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1911.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1911.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1911.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1911.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1911.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1911.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1911.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/cmake_clean.cmake deleted file mode 100644 index 344c3f06..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1911.dir/link.d" - "CMakeFiles/lib1911.dir/first.c.o" - "CMakeFiles/lib1911.dir/first.c.o.d" - "CMakeFiles/lib1911.dir/lib1911.c.o" - "CMakeFiles/lib1911.dir/lib1911.c.o.d" - "CMakeFiles/lib1911.dir/testutil.c.o" - "CMakeFiles/lib1911.dir/testutil.c.o.d" - "lib1911" - "lib1911.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1911.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.make deleted file mode 100644 index c9f73ca5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1911. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.ts deleted file mode 100644 index be068b24..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1911. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/depend.make deleted file mode 100644 index 8a8e12c0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1911. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/flags.make deleted file mode 100644 index f3d5a573..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1911 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/link.txt deleted file mode 100644 index 56bbd523..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1911.dir/link.d CMakeFiles/lib1911.dir/lib1911.c.o CMakeFiles/lib1911.dir/first.c.o CMakeFiles/lib1911.dir/testutil.c.o -o lib1911 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1911.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/DependInfo.cmake deleted file mode 100644 index e0d3d0fd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1912.c" "external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1912" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1912.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make deleted file mode 100644 index d392a9e8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1912.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1912.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1912.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1912.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1912.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.o: external/curl/tests/libtest/CMakeFiles/lib1912.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1912.c -external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.o: external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.o -MF CMakeFiles/lib1912.dir/lib1912.c.o.d -o CMakeFiles/lib1912.dir/lib1912.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1912.c - -external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1912.dir/lib1912.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1912.c > CMakeFiles/lib1912.dir/lib1912.c.i - -external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1912.dir/lib1912.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1912.c -o CMakeFiles/lib1912.dir/lib1912.c.s - -external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1912.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.o -MF CMakeFiles/lib1912.dir/first.c.o.d -o CMakeFiles/lib1912.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1912.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1912.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1912.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1912.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1912.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.o -MF CMakeFiles/lib1912.dir/testutil.c.o.d -o CMakeFiles/lib1912.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1912.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1912.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1912.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1912.dir/testutil.c.s - -# Object files for target lib1912 -lib1912_OBJECTS = \ -"CMakeFiles/lib1912.dir/lib1912.c.o" \ -"CMakeFiles/lib1912.dir/first.c.o" \ -"CMakeFiles/lib1912.dir/testutil.c.o" - -# External object files for target lib1912 -lib1912_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1912: external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.o -external/curl/tests/libtest/lib1912: external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.o -external/curl/tests/libtest/lib1912: external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.o -external/curl/tests/libtest/lib1912: external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make -external/curl/tests/libtest/lib1912: external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.ts -external/curl/tests/libtest/lib1912: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1912: /usr/lib/libz.so -external/curl/tests/libtest/lib1912: external/curl/tests/libtest/CMakeFiles/lib1912.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1912" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1912.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1912.dir/build: external/curl/tests/libtest/lib1912 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1912.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1912.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1912.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1912.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1912.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1912.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1912.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/cmake_clean.cmake deleted file mode 100644 index ba26a942..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1912.dir/link.d" - "CMakeFiles/lib1912.dir/first.c.o" - "CMakeFiles/lib1912.dir/first.c.o.d" - "CMakeFiles/lib1912.dir/lib1912.c.o" - "CMakeFiles/lib1912.dir/lib1912.c.o.d" - "CMakeFiles/lib1912.dir/testutil.c.o" - "CMakeFiles/lib1912.dir/testutil.c.o.d" - "lib1912" - "lib1912.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1912.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.make deleted file mode 100644 index 46f1acf8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1912. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.ts deleted file mode 100644 index a7bf5821..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1912. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/depend.make deleted file mode 100644 index 21be1158..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1912. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/flags.make deleted file mode 100644 index 89271857..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1912 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/link.txt deleted file mode 100644 index f5429424..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1912.dir/link.d CMakeFiles/lib1912.dir/lib1912.c.o CMakeFiles/lib1912.dir/first.c.o CMakeFiles/lib1912.dir/testutil.c.o -o lib1912 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1912.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/DependInfo.cmake deleted file mode 100644 index 1e5b3d6d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1913.c" "external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1913" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1913.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make deleted file mode 100644 index 86de67f8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1913.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1913.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1913.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1913.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1913.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.o: external/curl/tests/libtest/CMakeFiles/lib1913.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1913.c -external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.o: external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.o -MF CMakeFiles/lib1913.dir/lib1913.c.o.d -o CMakeFiles/lib1913.dir/lib1913.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1913.c - -external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1913.dir/lib1913.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1913.c > CMakeFiles/lib1913.dir/lib1913.c.i - -external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1913.dir/lib1913.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1913.c -o CMakeFiles/lib1913.dir/lib1913.c.s - -external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1913.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.o -MF CMakeFiles/lib1913.dir/first.c.o.d -o CMakeFiles/lib1913.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1913.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1913.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1913.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1913.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1913.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.o -MF CMakeFiles/lib1913.dir/testutil.c.o.d -o CMakeFiles/lib1913.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1913.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1913.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1913.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1913.dir/testutil.c.s - -# Object files for target lib1913 -lib1913_OBJECTS = \ -"CMakeFiles/lib1913.dir/lib1913.c.o" \ -"CMakeFiles/lib1913.dir/first.c.o" \ -"CMakeFiles/lib1913.dir/testutil.c.o" - -# External object files for target lib1913 -lib1913_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1913: external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.o -external/curl/tests/libtest/lib1913: external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.o -external/curl/tests/libtest/lib1913: external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.o -external/curl/tests/libtest/lib1913: external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make -external/curl/tests/libtest/lib1913: external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.ts -external/curl/tests/libtest/lib1913: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1913: /usr/lib/libz.so -external/curl/tests/libtest/lib1913: external/curl/tests/libtest/CMakeFiles/lib1913.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1913" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1913.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1913.dir/build: external/curl/tests/libtest/lib1913 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1913.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1913.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1913.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1913.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1913.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1913.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1913.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/cmake_clean.cmake deleted file mode 100644 index 23ff0f62..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1913.dir/link.d" - "CMakeFiles/lib1913.dir/first.c.o" - "CMakeFiles/lib1913.dir/first.c.o.d" - "CMakeFiles/lib1913.dir/lib1913.c.o" - "CMakeFiles/lib1913.dir/lib1913.c.o.d" - "CMakeFiles/lib1913.dir/testutil.c.o" - "CMakeFiles/lib1913.dir/testutil.c.o.d" - "lib1913" - "lib1913.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1913.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.make deleted file mode 100644 index bfc08b0a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1913. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.ts deleted file mode 100644 index d63b4fce..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1913. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/depend.make deleted file mode 100644 index 812a98ef..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1913. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/flags.make deleted file mode 100644 index 806abbc5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1913 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/link.txt deleted file mode 100644 index 5f2cb725..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1913.dir/link.d CMakeFiles/lib1913.dir/lib1913.c.o CMakeFiles/lib1913.dir/first.c.o CMakeFiles/lib1913.dir/testutil.c.o -o lib1913 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1913.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/DependInfo.cmake deleted file mode 100644 index 8434a050..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/DependInfo.cmake +++ /dev/null @@ -1,27 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1915.c" "external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1915" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1915.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make deleted file mode 100644 index dee49e93..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make +++ /dev/null @@ -1,164 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1915.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1915.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1915.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1915.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1915.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.o: external/curl/tests/libtest/CMakeFiles/lib1915.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1915.c -external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.o: external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.o -MF CMakeFiles/lib1915.dir/lib1915.c.o.d -o CMakeFiles/lib1915.dir/lib1915.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1915.c - -external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1915.dir/lib1915.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1915.c > CMakeFiles/lib1915.dir/lib1915.c.i - -external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1915.dir/lib1915.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1915.c -o CMakeFiles/lib1915.dir/lib1915.c.s - -external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1915.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.o -MF CMakeFiles/lib1915.dir/first.c.o.d -o CMakeFiles/lib1915.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1915.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1915.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1915.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1915.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1915.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.o -MF CMakeFiles/lib1915.dir/testutil.c.o.d -o CMakeFiles/lib1915.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1915.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1915.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1915.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1915.dir/testutil.c.s - -external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1915.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.o -MF CMakeFiles/lib1915.dir/testtrace.c.o.d -o CMakeFiles/lib1915.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c - -external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1915.dir/testtrace.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib1915.dir/testtrace.c.i - -external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1915.dir/testtrace.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib1915.dir/testtrace.c.s - -# Object files for target lib1915 -lib1915_OBJECTS = \ -"CMakeFiles/lib1915.dir/lib1915.c.o" \ -"CMakeFiles/lib1915.dir/first.c.o" \ -"CMakeFiles/lib1915.dir/testutil.c.o" \ -"CMakeFiles/lib1915.dir/testtrace.c.o" - -# External object files for target lib1915 -lib1915_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1915: external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.o -external/curl/tests/libtest/lib1915: external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.o -external/curl/tests/libtest/lib1915: external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.o -external/curl/tests/libtest/lib1915: external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.o -external/curl/tests/libtest/lib1915: external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make -external/curl/tests/libtest/lib1915: external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.ts -external/curl/tests/libtest/lib1915: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1915: /usr/lib/libz.so -external/curl/tests/libtest/lib1915: external/curl/tests/libtest/CMakeFiles/lib1915.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib1915" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1915.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1915.dir/build: external/curl/tests/libtest/lib1915 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1915.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1915.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1915.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1915.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1915.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1915.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1915.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/cmake_clean.cmake deleted file mode 100644 index e540ffce..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/cmake_clean.cmake +++ /dev/null @@ -1,18 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1915.dir/link.d" - "CMakeFiles/lib1915.dir/first.c.o" - "CMakeFiles/lib1915.dir/first.c.o.d" - "CMakeFiles/lib1915.dir/lib1915.c.o" - "CMakeFiles/lib1915.dir/lib1915.c.o.d" - "CMakeFiles/lib1915.dir/testtrace.c.o" - "CMakeFiles/lib1915.dir/testtrace.c.o.d" - "CMakeFiles/lib1915.dir/testutil.c.o" - "CMakeFiles/lib1915.dir/testutil.c.o.d" - "lib1915" - "lib1915.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1915.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.make deleted file mode 100644 index 06b1e99d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1915. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.ts deleted file mode 100644 index 92f816d5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1915. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/depend.make deleted file mode 100644 index af07ead7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1915. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/flags.make deleted file mode 100644 index e42ed356..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1915 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/link.txt deleted file mode 100644 index 4e323e50..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1915.dir/link.d CMakeFiles/lib1915.dir/lib1915.c.o CMakeFiles/lib1915.dir/first.c.o CMakeFiles/lib1915.dir/testutil.c.o CMakeFiles/lib1915.dir/testtrace.c.o -o lib1915 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/progress.make deleted file mode 100644 index 7f59a6bb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1915.dir/progress.make +++ /dev/null @@ -1,6 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/DependInfo.cmake deleted file mode 100644 index 0e11a8f1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1916.c" "external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.o.d" - "" "external/curl/tests/libtest/lib1916" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1916.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make deleted file mode 100644 index 253d3727..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1916.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1916.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1916.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1916.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1916.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.o: external/curl/tests/libtest/CMakeFiles/lib1916.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1916.c -external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.o: external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.o -MF CMakeFiles/lib1916.dir/lib1916.c.o.d -o CMakeFiles/lib1916.dir/lib1916.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1916.c - -external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1916.dir/lib1916.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1916.c > CMakeFiles/lib1916.dir/lib1916.c.i - -external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1916.dir/lib1916.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1916.c -o CMakeFiles/lib1916.dir/lib1916.c.s - -external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1916.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.o -MF CMakeFiles/lib1916.dir/first.c.o.d -o CMakeFiles/lib1916.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1916.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1916.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1916.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1916.dir/first.c.s - -# Object files for target lib1916 -lib1916_OBJECTS = \ -"CMakeFiles/lib1916.dir/lib1916.c.o" \ -"CMakeFiles/lib1916.dir/first.c.o" - -# External object files for target lib1916 -lib1916_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1916: external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.o -external/curl/tests/libtest/lib1916: external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.o -external/curl/tests/libtest/lib1916: external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make -external/curl/tests/libtest/lib1916: external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.ts -external/curl/tests/libtest/lib1916: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1916: /usr/lib/libz.so -external/curl/tests/libtest/lib1916: external/curl/tests/libtest/CMakeFiles/lib1916.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1916" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1916.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1916.dir/build: external/curl/tests/libtest/lib1916 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1916.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1916.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1916.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1916.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1916.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1916.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1916.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/cmake_clean.cmake deleted file mode 100644 index ba90bee8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1916.dir/link.d" - "CMakeFiles/lib1916.dir/first.c.o" - "CMakeFiles/lib1916.dir/first.c.o.d" - "CMakeFiles/lib1916.dir/lib1916.c.o" - "CMakeFiles/lib1916.dir/lib1916.c.o.d" - "lib1916" - "lib1916.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1916.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.make deleted file mode 100644 index 5b5f84e7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1916. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.ts deleted file mode 100644 index 54951021..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1916. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/depend.make deleted file mode 100644 index 4e25e7cb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1916. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/flags.make deleted file mode 100644 index 024dfb6e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1916 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/link.txt deleted file mode 100644 index c7f24b1e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1916.dir/link.d CMakeFiles/lib1916.dir/lib1916.c.o CMakeFiles/lib1916.dir/first.c.o -o lib1916 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1916.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/DependInfo.cmake deleted file mode 100644 index 247c1d3d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1916.c" "external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.o.d" - "" "external/curl/tests/libtest/lib1917" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1917.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make deleted file mode 100644 index c7128226..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1917.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1917.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1917.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1917.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1917.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.o: external/curl/tests/libtest/CMakeFiles/lib1917.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1916.c -external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.o: external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.o -MF CMakeFiles/lib1917.dir/lib1916.c.o.d -o CMakeFiles/lib1917.dir/lib1916.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1916.c - -external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1917.dir/lib1916.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1916.c > CMakeFiles/lib1917.dir/lib1916.c.i - -external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1917.dir/lib1916.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1916.c -o CMakeFiles/lib1917.dir/lib1916.c.s - -external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1917.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.o -MF CMakeFiles/lib1917.dir/first.c.o.d -o CMakeFiles/lib1917.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1917.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1917.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1917.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1917.dir/first.c.s - -# Object files for target lib1917 -lib1917_OBJECTS = \ -"CMakeFiles/lib1917.dir/lib1916.c.o" \ -"CMakeFiles/lib1917.dir/first.c.o" - -# External object files for target lib1917 -lib1917_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1917: external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.o -external/curl/tests/libtest/lib1917: external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.o -external/curl/tests/libtest/lib1917: external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make -external/curl/tests/libtest/lib1917: external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.ts -external/curl/tests/libtest/lib1917: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1917: /usr/lib/libz.so -external/curl/tests/libtest/lib1917: external/curl/tests/libtest/CMakeFiles/lib1917.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1917" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1917.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1917.dir/build: external/curl/tests/libtest/lib1917 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1917.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1917.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1917.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1917.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1917.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1917.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1917.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/cmake_clean.cmake deleted file mode 100644 index ee8871a4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1917.dir/link.d" - "CMakeFiles/lib1917.dir/first.c.o" - "CMakeFiles/lib1917.dir/first.c.o.d" - "CMakeFiles/lib1917.dir/lib1916.c.o" - "CMakeFiles/lib1917.dir/lib1916.c.o.d" - "lib1917" - "lib1917.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1917.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.make deleted file mode 100644 index 9f075e24..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1917. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.ts deleted file mode 100644 index 46aa1d5c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1917. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/depend.make deleted file mode 100644 index 27da8c5d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1917. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/flags.make deleted file mode 100644 index 67ebd709..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1917 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/link.txt deleted file mode 100644 index 8362c72b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1917.dir/link.d CMakeFiles/lib1917.dir/lib1916.c.o CMakeFiles/lib1917.dir/first.c.o -o lib1917 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1917.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/DependInfo.cmake deleted file mode 100644 index 54f51c77..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1918.c" "external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.o.d" - "" "external/curl/tests/libtest/lib1918" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1918.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make deleted file mode 100644 index 9fb83788..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1918.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1918.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1918.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1918.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1918.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.o: external/curl/tests/libtest/CMakeFiles/lib1918.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1918.c -external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.o: external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.o -MF CMakeFiles/lib1918.dir/lib1918.c.o.d -o CMakeFiles/lib1918.dir/lib1918.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1918.c - -external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1918.dir/lib1918.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1918.c > CMakeFiles/lib1918.dir/lib1918.c.i - -external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1918.dir/lib1918.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1918.c -o CMakeFiles/lib1918.dir/lib1918.c.s - -external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1918.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.o -MF CMakeFiles/lib1918.dir/first.c.o.d -o CMakeFiles/lib1918.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1918.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1918.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1918.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1918.dir/first.c.s - -# Object files for target lib1918 -lib1918_OBJECTS = \ -"CMakeFiles/lib1918.dir/lib1918.c.o" \ -"CMakeFiles/lib1918.dir/first.c.o" - -# External object files for target lib1918 -lib1918_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1918: external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.o -external/curl/tests/libtest/lib1918: external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.o -external/curl/tests/libtest/lib1918: external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make -external/curl/tests/libtest/lib1918: external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.ts -external/curl/tests/libtest/lib1918: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1918: /usr/lib/libz.so -external/curl/tests/libtest/lib1918: external/curl/tests/libtest/CMakeFiles/lib1918.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1918" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1918.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1918.dir/build: external/curl/tests/libtest/lib1918 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1918.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1918.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1918.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1918.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1918.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1918.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1918.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/cmake_clean.cmake deleted file mode 100644 index eaee871b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1918.dir/link.d" - "CMakeFiles/lib1918.dir/first.c.o" - "CMakeFiles/lib1918.dir/first.c.o.d" - "CMakeFiles/lib1918.dir/lib1918.c.o" - "CMakeFiles/lib1918.dir/lib1918.c.o.d" - "lib1918" - "lib1918.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1918.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.make deleted file mode 100644 index 935fe300..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1918. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.ts deleted file mode 100644 index 8a5e219b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1918. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/depend.make deleted file mode 100644 index a2ea4a3b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1918. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/flags.make deleted file mode 100644 index 773b1c28..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1918 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/link.txt deleted file mode 100644 index 7ac3ebd9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1918.dir/link.d CMakeFiles/lib1918.dir/lib1918.c.o CMakeFiles/lib1918.dir/first.c.o -o lib1918 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1918.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/DependInfo.cmake deleted file mode 100644 index bd798661..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1919.c" "external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.o.d" - "" "external/curl/tests/libtest/lib1919" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1919.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make deleted file mode 100644 index 52d34bc5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1919.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1919.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1919.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1919.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1919.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.o: external/curl/tests/libtest/CMakeFiles/lib1919.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1919.c -external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.o: external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.o -MF CMakeFiles/lib1919.dir/lib1919.c.o.d -o CMakeFiles/lib1919.dir/lib1919.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1919.c - -external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1919.dir/lib1919.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1919.c > CMakeFiles/lib1919.dir/lib1919.c.i - -external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1919.dir/lib1919.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1919.c -o CMakeFiles/lib1919.dir/lib1919.c.s - -external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1919.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.o -MF CMakeFiles/lib1919.dir/first.c.o.d -o CMakeFiles/lib1919.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1919.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1919.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1919.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1919.dir/first.c.s - -# Object files for target lib1919 -lib1919_OBJECTS = \ -"CMakeFiles/lib1919.dir/lib1919.c.o" \ -"CMakeFiles/lib1919.dir/first.c.o" - -# External object files for target lib1919 -lib1919_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1919: external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.o -external/curl/tests/libtest/lib1919: external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.o -external/curl/tests/libtest/lib1919: external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make -external/curl/tests/libtest/lib1919: external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.ts -external/curl/tests/libtest/lib1919: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1919: /usr/lib/libz.so -external/curl/tests/libtest/lib1919: external/curl/tests/libtest/CMakeFiles/lib1919.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1919" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1919.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1919.dir/build: external/curl/tests/libtest/lib1919 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1919.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1919.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1919.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1919.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1919.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1919.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1919.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/cmake_clean.cmake deleted file mode 100644 index 9a62165b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1919.dir/link.d" - "CMakeFiles/lib1919.dir/first.c.o" - "CMakeFiles/lib1919.dir/first.c.o.d" - "CMakeFiles/lib1919.dir/lib1919.c.o" - "CMakeFiles/lib1919.dir/lib1919.c.o.d" - "lib1919" - "lib1919.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1919.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.make deleted file mode 100644 index 2d5fd698..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1919. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.ts deleted file mode 100644 index ca7aa44b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1919. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/depend.make deleted file mode 100644 index 304a4109..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1919. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/flags.make deleted file mode 100644 index 9cb7276b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1919 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/link.txt deleted file mode 100644 index f15c51c2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1919.dir/link.d CMakeFiles/lib1919.dir/lib1919.c.o CMakeFiles/lib1919.dir/first.c.o -o lib1919 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/progress.make deleted file mode 100644 index 520b9653..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1919.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = 62 -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/DependInfo.cmake deleted file mode 100644 index 54950b2a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1933.c" "external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1933" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1933.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make deleted file mode 100644 index 9fb5dea4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1933.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1933.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1933.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1933.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1933.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.o: external/curl/tests/libtest/CMakeFiles/lib1933.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1933.c -external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.o: external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.o -MF CMakeFiles/lib1933.dir/lib1933.c.o.d -o CMakeFiles/lib1933.dir/lib1933.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1933.c - -external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1933.dir/lib1933.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1933.c > CMakeFiles/lib1933.dir/lib1933.c.i - -external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1933.dir/lib1933.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1933.c -o CMakeFiles/lib1933.dir/lib1933.c.s - -external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1933.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.o -MF CMakeFiles/lib1933.dir/first.c.o.d -o CMakeFiles/lib1933.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1933.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1933.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1933.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1933.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1933.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.o -MF CMakeFiles/lib1933.dir/testutil.c.o.d -o CMakeFiles/lib1933.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1933.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1933.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1933.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1933.dir/testutil.c.s - -# Object files for target lib1933 -lib1933_OBJECTS = \ -"CMakeFiles/lib1933.dir/lib1933.c.o" \ -"CMakeFiles/lib1933.dir/first.c.o" \ -"CMakeFiles/lib1933.dir/testutil.c.o" - -# External object files for target lib1933 -lib1933_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1933: external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.o -external/curl/tests/libtest/lib1933: external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.o -external/curl/tests/libtest/lib1933: external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.o -external/curl/tests/libtest/lib1933: external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make -external/curl/tests/libtest/lib1933: external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.ts -external/curl/tests/libtest/lib1933: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1933: /usr/lib/libz.so -external/curl/tests/libtest/lib1933: external/curl/tests/libtest/CMakeFiles/lib1933.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1933" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1933.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1933.dir/build: external/curl/tests/libtest/lib1933 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1933.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1933.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1933.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1933.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1933.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1933.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1933.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/cmake_clean.cmake deleted file mode 100644 index a3c0a977..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1933.dir/link.d" - "CMakeFiles/lib1933.dir/first.c.o" - "CMakeFiles/lib1933.dir/first.c.o.d" - "CMakeFiles/lib1933.dir/lib1933.c.o" - "CMakeFiles/lib1933.dir/lib1933.c.o.d" - "CMakeFiles/lib1933.dir/testutil.c.o" - "CMakeFiles/lib1933.dir/testutil.c.o.d" - "lib1933" - "lib1933.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1933.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.make deleted file mode 100644 index 9f8ffdcd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1933. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.ts deleted file mode 100644 index 980f85e2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1933. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/depend.make deleted file mode 100644 index 575ccf92..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1933. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/flags.make deleted file mode 100644 index e1b72739..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1933 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/link.txt deleted file mode 100644 index 6ce283e4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1933.dir/link.d CMakeFiles/lib1933.dir/lib1933.c.o CMakeFiles/lib1933.dir/first.c.o CMakeFiles/lib1933.dir/testutil.c.o -o lib1933 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1933.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/DependInfo.cmake deleted file mode 100644 index da7ca44e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1934.c" "external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1934" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1934.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make deleted file mode 100644 index 9a4ee8fb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1934.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1934.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1934.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1934.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1934.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.o: external/curl/tests/libtest/CMakeFiles/lib1934.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1934.c -external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.o: external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.o -MF CMakeFiles/lib1934.dir/lib1934.c.o.d -o CMakeFiles/lib1934.dir/lib1934.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1934.c - -external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1934.dir/lib1934.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1934.c > CMakeFiles/lib1934.dir/lib1934.c.i - -external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1934.dir/lib1934.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1934.c -o CMakeFiles/lib1934.dir/lib1934.c.s - -external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1934.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.o -MF CMakeFiles/lib1934.dir/first.c.o.d -o CMakeFiles/lib1934.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1934.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1934.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1934.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1934.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1934.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.o -MF CMakeFiles/lib1934.dir/testutil.c.o.d -o CMakeFiles/lib1934.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1934.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1934.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1934.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1934.dir/testutil.c.s - -# Object files for target lib1934 -lib1934_OBJECTS = \ -"CMakeFiles/lib1934.dir/lib1934.c.o" \ -"CMakeFiles/lib1934.dir/first.c.o" \ -"CMakeFiles/lib1934.dir/testutil.c.o" - -# External object files for target lib1934 -lib1934_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1934: external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.o -external/curl/tests/libtest/lib1934: external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.o -external/curl/tests/libtest/lib1934: external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.o -external/curl/tests/libtest/lib1934: external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make -external/curl/tests/libtest/lib1934: external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.ts -external/curl/tests/libtest/lib1934: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1934: /usr/lib/libz.so -external/curl/tests/libtest/lib1934: external/curl/tests/libtest/CMakeFiles/lib1934.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1934" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1934.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1934.dir/build: external/curl/tests/libtest/lib1934 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1934.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1934.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1934.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1934.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1934.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1934.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1934.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/cmake_clean.cmake deleted file mode 100644 index cd6656ed..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1934.dir/link.d" - "CMakeFiles/lib1934.dir/first.c.o" - "CMakeFiles/lib1934.dir/first.c.o.d" - "CMakeFiles/lib1934.dir/lib1934.c.o" - "CMakeFiles/lib1934.dir/lib1934.c.o.d" - "CMakeFiles/lib1934.dir/testutil.c.o" - "CMakeFiles/lib1934.dir/testutil.c.o.d" - "lib1934" - "lib1934.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1934.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.make deleted file mode 100644 index d36c3e31..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1934. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.ts deleted file mode 100644 index 1c16ce15..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1934. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/depend.make deleted file mode 100644 index fbc20180..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1934. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/flags.make deleted file mode 100644 index 30de1700..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1934 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/link.txt deleted file mode 100644 index 4e34852a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1934.dir/link.d CMakeFiles/lib1934.dir/lib1934.c.o CMakeFiles/lib1934.dir/first.c.o CMakeFiles/lib1934.dir/testutil.c.o -o lib1934 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1934.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/DependInfo.cmake deleted file mode 100644 index a701bc65..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1935.c" "external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1935" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1935.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make deleted file mode 100644 index c2c7e43d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1935.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1935.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1935.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1935.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1935.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.o: external/curl/tests/libtest/CMakeFiles/lib1935.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1935.c -external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.o: external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.o -MF CMakeFiles/lib1935.dir/lib1935.c.o.d -o CMakeFiles/lib1935.dir/lib1935.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1935.c - -external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1935.dir/lib1935.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1935.c > CMakeFiles/lib1935.dir/lib1935.c.i - -external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1935.dir/lib1935.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1935.c -o CMakeFiles/lib1935.dir/lib1935.c.s - -external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1935.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.o -MF CMakeFiles/lib1935.dir/first.c.o.d -o CMakeFiles/lib1935.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1935.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1935.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1935.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1935.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1935.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.o -MF CMakeFiles/lib1935.dir/testutil.c.o.d -o CMakeFiles/lib1935.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1935.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1935.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1935.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1935.dir/testutil.c.s - -# Object files for target lib1935 -lib1935_OBJECTS = \ -"CMakeFiles/lib1935.dir/lib1935.c.o" \ -"CMakeFiles/lib1935.dir/first.c.o" \ -"CMakeFiles/lib1935.dir/testutil.c.o" - -# External object files for target lib1935 -lib1935_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1935: external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.o -external/curl/tests/libtest/lib1935: external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.o -external/curl/tests/libtest/lib1935: external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.o -external/curl/tests/libtest/lib1935: external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make -external/curl/tests/libtest/lib1935: external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.ts -external/curl/tests/libtest/lib1935: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1935: /usr/lib/libz.so -external/curl/tests/libtest/lib1935: external/curl/tests/libtest/CMakeFiles/lib1935.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1935" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1935.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1935.dir/build: external/curl/tests/libtest/lib1935 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1935.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1935.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1935.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1935.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1935.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1935.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1935.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/cmake_clean.cmake deleted file mode 100644 index 93299c70..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1935.dir/link.d" - "CMakeFiles/lib1935.dir/first.c.o" - "CMakeFiles/lib1935.dir/first.c.o.d" - "CMakeFiles/lib1935.dir/lib1935.c.o" - "CMakeFiles/lib1935.dir/lib1935.c.o.d" - "CMakeFiles/lib1935.dir/testutil.c.o" - "CMakeFiles/lib1935.dir/testutil.c.o.d" - "lib1935" - "lib1935.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1935.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.make deleted file mode 100644 index 4ed1a29d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1935. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.ts deleted file mode 100644 index 5be9bb13..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1935. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/depend.make deleted file mode 100644 index cd2cbf4d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1935. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/flags.make deleted file mode 100644 index 85d408dc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1935 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/link.txt deleted file mode 100644 index 295f947a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1935.dir/link.d CMakeFiles/lib1935.dir/lib1935.c.o CMakeFiles/lib1935.dir/first.c.o CMakeFiles/lib1935.dir/testutil.c.o -o lib1935 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1935.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/DependInfo.cmake deleted file mode 100644 index 0c237aa0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1936.c" "external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1936" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1936.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make deleted file mode 100644 index 4adfb8be..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1936.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1936.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1936.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1936.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1936.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.o: external/curl/tests/libtest/CMakeFiles/lib1936.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1936.c -external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.o: external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.o -MF CMakeFiles/lib1936.dir/lib1936.c.o.d -o CMakeFiles/lib1936.dir/lib1936.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1936.c - -external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1936.dir/lib1936.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1936.c > CMakeFiles/lib1936.dir/lib1936.c.i - -external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1936.dir/lib1936.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1936.c -o CMakeFiles/lib1936.dir/lib1936.c.s - -external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1936.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.o -MF CMakeFiles/lib1936.dir/first.c.o.d -o CMakeFiles/lib1936.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1936.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1936.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1936.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1936.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1936.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.o -MF CMakeFiles/lib1936.dir/testutil.c.o.d -o CMakeFiles/lib1936.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1936.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1936.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1936.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1936.dir/testutil.c.s - -# Object files for target lib1936 -lib1936_OBJECTS = \ -"CMakeFiles/lib1936.dir/lib1936.c.o" \ -"CMakeFiles/lib1936.dir/first.c.o" \ -"CMakeFiles/lib1936.dir/testutil.c.o" - -# External object files for target lib1936 -lib1936_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1936: external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.o -external/curl/tests/libtest/lib1936: external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.o -external/curl/tests/libtest/lib1936: external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.o -external/curl/tests/libtest/lib1936: external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make -external/curl/tests/libtest/lib1936: external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.ts -external/curl/tests/libtest/lib1936: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1936: /usr/lib/libz.so -external/curl/tests/libtest/lib1936: external/curl/tests/libtest/CMakeFiles/lib1936.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1936" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1936.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1936.dir/build: external/curl/tests/libtest/lib1936 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1936.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1936.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1936.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1936.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1936.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1936.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1936.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/cmake_clean.cmake deleted file mode 100644 index c40cc91a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1936.dir/link.d" - "CMakeFiles/lib1936.dir/first.c.o" - "CMakeFiles/lib1936.dir/first.c.o.d" - "CMakeFiles/lib1936.dir/lib1936.c.o" - "CMakeFiles/lib1936.dir/lib1936.c.o.d" - "CMakeFiles/lib1936.dir/testutil.c.o" - "CMakeFiles/lib1936.dir/testutil.c.o.d" - "lib1936" - "lib1936.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1936.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.make deleted file mode 100644 index 4195a1b7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1936. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.ts deleted file mode 100644 index 264ae68e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1936. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/depend.make deleted file mode 100644 index 03b91426..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1936. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/flags.make deleted file mode 100644 index abd842ac..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1936 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/link.txt deleted file mode 100644 index 5eb40564..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1936.dir/link.d CMakeFiles/lib1936.dir/lib1936.c.o CMakeFiles/lib1936.dir/first.c.o CMakeFiles/lib1936.dir/testutil.c.o -o lib1936 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1936.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/DependInfo.cmake deleted file mode 100644 index 333053c8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1937.c" "external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.o.d" - "" "external/curl/tests/libtest/lib1937" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1937.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make deleted file mode 100644 index 4b90f42e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1937.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1937.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1937.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1937.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1937.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.o: external/curl/tests/libtest/CMakeFiles/lib1937.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1937.c -external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.o: external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.o -MF CMakeFiles/lib1937.dir/lib1937.c.o.d -o CMakeFiles/lib1937.dir/lib1937.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1937.c - -external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1937.dir/lib1937.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1937.c > CMakeFiles/lib1937.dir/lib1937.c.i - -external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1937.dir/lib1937.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1937.c -o CMakeFiles/lib1937.dir/lib1937.c.s - -external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1937.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.o -MF CMakeFiles/lib1937.dir/first.c.o.d -o CMakeFiles/lib1937.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1937.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1937.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1937.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1937.dir/first.c.s - -# Object files for target lib1937 -lib1937_OBJECTS = \ -"CMakeFiles/lib1937.dir/lib1937.c.o" \ -"CMakeFiles/lib1937.dir/first.c.o" - -# External object files for target lib1937 -lib1937_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1937: external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.o -external/curl/tests/libtest/lib1937: external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.o -external/curl/tests/libtest/lib1937: external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make -external/curl/tests/libtest/lib1937: external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.ts -external/curl/tests/libtest/lib1937: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1937: /usr/lib/libz.so -external/curl/tests/libtest/lib1937: external/curl/tests/libtest/CMakeFiles/lib1937.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1937" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1937.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1937.dir/build: external/curl/tests/libtest/lib1937 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1937.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1937.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1937.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1937.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1937.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1937.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1937.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/cmake_clean.cmake deleted file mode 100644 index e1b69f9c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1937.dir/link.d" - "CMakeFiles/lib1937.dir/first.c.o" - "CMakeFiles/lib1937.dir/first.c.o.d" - "CMakeFiles/lib1937.dir/lib1937.c.o" - "CMakeFiles/lib1937.dir/lib1937.c.o.d" - "lib1937" - "lib1937.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1937.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.make deleted file mode 100644 index e505cf61..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1937. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.ts deleted file mode 100644 index 7007213b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1937. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/depend.make deleted file mode 100644 index 9534d69a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1937. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/flags.make deleted file mode 100644 index 533165dd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1937 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/link.txt deleted file mode 100644 index c517e649..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1937.dir/link.d CMakeFiles/lib1937.dir/lib1937.c.o CMakeFiles/lib1937.dir/first.c.o -o lib1937 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1937.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/DependInfo.cmake deleted file mode 100644 index 7d833292..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1938.c" "external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.o.d" - "" "external/curl/tests/libtest/lib1938" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1938.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make deleted file mode 100644 index 24eb7ea9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1938.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1938.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1938.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1938.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1938.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.o: external/curl/tests/libtest/CMakeFiles/lib1938.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1938.c -external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.o: external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.o -MF CMakeFiles/lib1938.dir/lib1938.c.o.d -o CMakeFiles/lib1938.dir/lib1938.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1938.c - -external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1938.dir/lib1938.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1938.c > CMakeFiles/lib1938.dir/lib1938.c.i - -external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1938.dir/lib1938.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1938.c -o CMakeFiles/lib1938.dir/lib1938.c.s - -external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1938.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.o -MF CMakeFiles/lib1938.dir/first.c.o.d -o CMakeFiles/lib1938.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1938.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1938.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1938.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1938.dir/first.c.s - -# Object files for target lib1938 -lib1938_OBJECTS = \ -"CMakeFiles/lib1938.dir/lib1938.c.o" \ -"CMakeFiles/lib1938.dir/first.c.o" - -# External object files for target lib1938 -lib1938_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1938: external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.o -external/curl/tests/libtest/lib1938: external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.o -external/curl/tests/libtest/lib1938: external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make -external/curl/tests/libtest/lib1938: external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.ts -external/curl/tests/libtest/lib1938: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1938: /usr/lib/libz.so -external/curl/tests/libtest/lib1938: external/curl/tests/libtest/CMakeFiles/lib1938.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1938" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1938.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1938.dir/build: external/curl/tests/libtest/lib1938 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1938.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1938.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1938.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1938.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1938.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1938.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1938.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/cmake_clean.cmake deleted file mode 100644 index 45de5d9c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1938.dir/link.d" - "CMakeFiles/lib1938.dir/first.c.o" - "CMakeFiles/lib1938.dir/first.c.o.d" - "CMakeFiles/lib1938.dir/lib1938.c.o" - "CMakeFiles/lib1938.dir/lib1938.c.o.d" - "lib1938" - "lib1938.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1938.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.make deleted file mode 100644 index 2c8135a5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1938. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.ts deleted file mode 100644 index 9308d06d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1938. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/depend.make deleted file mode 100644 index 44ac58cb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1938. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/flags.make deleted file mode 100644 index dafbcfe2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1938 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/link.txt deleted file mode 100644 index b8e02b80..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1938.dir/link.d CMakeFiles/lib1938.dir/lib1938.c.o CMakeFiles/lib1938.dir/first.c.o -o lib1938 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1938.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/DependInfo.cmake deleted file mode 100644 index 5fd250be..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1939.c" "external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.o.d" - "" "external/curl/tests/libtest/lib1939" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1939.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make deleted file mode 100644 index da4e7dfb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1939.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1939.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1939.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1939.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1939.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.o: external/curl/tests/libtest/CMakeFiles/lib1939.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1939.c -external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.o: external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.o -MF CMakeFiles/lib1939.dir/lib1939.c.o.d -o CMakeFiles/lib1939.dir/lib1939.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1939.c - -external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1939.dir/lib1939.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1939.c > CMakeFiles/lib1939.dir/lib1939.c.i - -external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1939.dir/lib1939.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1939.c -o CMakeFiles/lib1939.dir/lib1939.c.s - -external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1939.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.o -MF CMakeFiles/lib1939.dir/first.c.o.d -o CMakeFiles/lib1939.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1939.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1939.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1939.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1939.dir/first.c.s - -# Object files for target lib1939 -lib1939_OBJECTS = \ -"CMakeFiles/lib1939.dir/lib1939.c.o" \ -"CMakeFiles/lib1939.dir/first.c.o" - -# External object files for target lib1939 -lib1939_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1939: external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.o -external/curl/tests/libtest/lib1939: external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.o -external/curl/tests/libtest/lib1939: external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make -external/curl/tests/libtest/lib1939: external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.ts -external/curl/tests/libtest/lib1939: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1939: /usr/lib/libz.so -external/curl/tests/libtest/lib1939: external/curl/tests/libtest/CMakeFiles/lib1939.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1939" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1939.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1939.dir/build: external/curl/tests/libtest/lib1939 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1939.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1939.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1939.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1939.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1939.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1939.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1939.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/cmake_clean.cmake deleted file mode 100644 index 4e933b6b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1939.dir/link.d" - "CMakeFiles/lib1939.dir/first.c.o" - "CMakeFiles/lib1939.dir/first.c.o.d" - "CMakeFiles/lib1939.dir/lib1939.c.o" - "CMakeFiles/lib1939.dir/lib1939.c.o.d" - "lib1939" - "lib1939.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1939.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.make deleted file mode 100644 index 145d1246..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1939. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.ts deleted file mode 100644 index 8eac44c6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1939. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/depend.make deleted file mode 100644 index 50446314..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1939. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/flags.make deleted file mode 100644 index 5d2c78f3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1939 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/link.txt deleted file mode 100644 index d1893a76..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1939.dir/link.d CMakeFiles/lib1939.dir/lib1939.c.o CMakeFiles/lib1939.dir/first.c.o -o lib1939 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1939.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/DependInfo.cmake deleted file mode 100644 index fd5eac49..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1940.c" "external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.o.d" - "" "external/curl/tests/libtest/lib1940" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1940.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make deleted file mode 100644 index c660b8f2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1940.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1940.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1940.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1940.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1940.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.o: external/curl/tests/libtest/CMakeFiles/lib1940.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1940.c -external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.o: external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.o -MF CMakeFiles/lib1940.dir/lib1940.c.o.d -o CMakeFiles/lib1940.dir/lib1940.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1940.c - -external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1940.dir/lib1940.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1940.c > CMakeFiles/lib1940.dir/lib1940.c.i - -external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1940.dir/lib1940.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1940.c -o CMakeFiles/lib1940.dir/lib1940.c.s - -external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1940.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.o -MF CMakeFiles/lib1940.dir/first.c.o.d -o CMakeFiles/lib1940.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1940.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1940.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1940.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1940.dir/first.c.s - -# Object files for target lib1940 -lib1940_OBJECTS = \ -"CMakeFiles/lib1940.dir/lib1940.c.o" \ -"CMakeFiles/lib1940.dir/first.c.o" - -# External object files for target lib1940 -lib1940_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1940: external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.o -external/curl/tests/libtest/lib1940: external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.o -external/curl/tests/libtest/lib1940: external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make -external/curl/tests/libtest/lib1940: external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.ts -external/curl/tests/libtest/lib1940: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1940: /usr/lib/libz.so -external/curl/tests/libtest/lib1940: external/curl/tests/libtest/CMakeFiles/lib1940.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1940" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1940.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1940.dir/build: external/curl/tests/libtest/lib1940 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1940.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1940.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1940.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1940.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1940.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1940.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1940.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/cmake_clean.cmake deleted file mode 100644 index bb951321..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1940.dir/link.d" - "CMakeFiles/lib1940.dir/first.c.o" - "CMakeFiles/lib1940.dir/first.c.o.d" - "CMakeFiles/lib1940.dir/lib1940.c.o" - "CMakeFiles/lib1940.dir/lib1940.c.o.d" - "lib1940" - "lib1940.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1940.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.make deleted file mode 100644 index 05a93529..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1940. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.ts deleted file mode 100644 index 708eee88..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1940. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/depend.make deleted file mode 100644 index 9d801919..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1940. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/flags.make deleted file mode 100644 index 8dd9f6ef..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1940 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/link.txt deleted file mode 100644 index ef3be3e8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1940.dir/link.d CMakeFiles/lib1940.dir/lib1940.c.o CMakeFiles/lib1940.dir/first.c.o -o lib1940 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/progress.make deleted file mode 100644 index bf502922..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1940.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = 63 -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/DependInfo.cmake deleted file mode 100644 index 03296562..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1945.c" "external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.o.d" - "" "external/curl/tests/libtest/lib1945" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1945.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make deleted file mode 100644 index 84d3012c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1945.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1945.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1945.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1945.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1945.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.o: external/curl/tests/libtest/CMakeFiles/lib1945.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1945.c -external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.o: external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.o -MF CMakeFiles/lib1945.dir/lib1945.c.o.d -o CMakeFiles/lib1945.dir/lib1945.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1945.c - -external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1945.dir/lib1945.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1945.c > CMakeFiles/lib1945.dir/lib1945.c.i - -external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1945.dir/lib1945.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1945.c -o CMakeFiles/lib1945.dir/lib1945.c.s - -external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1945.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.o -MF CMakeFiles/lib1945.dir/first.c.o.d -o CMakeFiles/lib1945.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1945.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1945.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1945.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1945.dir/first.c.s - -# Object files for target lib1945 -lib1945_OBJECTS = \ -"CMakeFiles/lib1945.dir/lib1945.c.o" \ -"CMakeFiles/lib1945.dir/first.c.o" - -# External object files for target lib1945 -lib1945_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1945: external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.o -external/curl/tests/libtest/lib1945: external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.o -external/curl/tests/libtest/lib1945: external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make -external/curl/tests/libtest/lib1945: external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.ts -external/curl/tests/libtest/lib1945: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1945: /usr/lib/libz.so -external/curl/tests/libtest/lib1945: external/curl/tests/libtest/CMakeFiles/lib1945.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1945" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1945.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1945.dir/build: external/curl/tests/libtest/lib1945 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1945.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1945.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1945.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1945.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1945.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1945.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1945.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/cmake_clean.cmake deleted file mode 100644 index 043f0a44..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1945.dir/link.d" - "CMakeFiles/lib1945.dir/first.c.o" - "CMakeFiles/lib1945.dir/first.c.o.d" - "CMakeFiles/lib1945.dir/lib1945.c.o" - "CMakeFiles/lib1945.dir/lib1945.c.o.d" - "lib1945" - "lib1945.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1945.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.make deleted file mode 100644 index 893ac2e5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1945. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.ts deleted file mode 100644 index 9796c4dd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1945. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/depend.make deleted file mode 100644 index 69b2ff42..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1945. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/flags.make deleted file mode 100644 index 74873c81..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1945 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/link.txt deleted file mode 100644 index 99b37a72..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1945.dir/link.d CMakeFiles/lib1945.dir/lib1945.c.o CMakeFiles/lib1945.dir/first.c.o -o lib1945 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1945.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/DependInfo.cmake deleted file mode 100644 index 5333d6ac..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1940.c" "external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.o.d" - "" "external/curl/tests/libtest/lib1946" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1946.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make deleted file mode 100644 index 583be360..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1946.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1946.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1946.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1946.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1946.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.o: external/curl/tests/libtest/CMakeFiles/lib1946.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1940.c -external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.o: external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.o -MF CMakeFiles/lib1946.dir/lib1940.c.o.d -o CMakeFiles/lib1946.dir/lib1940.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1940.c - -external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1946.dir/lib1940.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1940.c > CMakeFiles/lib1946.dir/lib1940.c.i - -external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1946.dir/lib1940.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1940.c -o CMakeFiles/lib1946.dir/lib1940.c.s - -external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1946.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.o -MF CMakeFiles/lib1946.dir/first.c.o.d -o CMakeFiles/lib1946.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1946.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1946.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1946.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1946.dir/first.c.s - -# Object files for target lib1946 -lib1946_OBJECTS = \ -"CMakeFiles/lib1946.dir/lib1940.c.o" \ -"CMakeFiles/lib1946.dir/first.c.o" - -# External object files for target lib1946 -lib1946_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1946: external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.o -external/curl/tests/libtest/lib1946: external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.o -external/curl/tests/libtest/lib1946: external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make -external/curl/tests/libtest/lib1946: external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.ts -external/curl/tests/libtest/lib1946: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1946: /usr/lib/libz.so -external/curl/tests/libtest/lib1946: external/curl/tests/libtest/CMakeFiles/lib1946.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1946" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1946.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1946.dir/build: external/curl/tests/libtest/lib1946 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1946.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1946.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1946.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1946.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1946.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1946.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1946.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/cmake_clean.cmake deleted file mode 100644 index 116e040e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1946.dir/link.d" - "CMakeFiles/lib1946.dir/first.c.o" - "CMakeFiles/lib1946.dir/first.c.o.d" - "CMakeFiles/lib1946.dir/lib1940.c.o" - "CMakeFiles/lib1946.dir/lib1940.c.o.d" - "lib1946" - "lib1946.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1946.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.make deleted file mode 100644 index b40bcc90..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1946. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.ts deleted file mode 100644 index 50ed4e4f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1946. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/depend.make deleted file mode 100644 index dd563525..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1946. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/flags.make deleted file mode 100644 index 5c4393ce..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1946 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/link.txt deleted file mode 100644 index 01137420..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1946.dir/link.d CMakeFiles/lib1946.dir/lib1940.c.o CMakeFiles/lib1946.dir/first.c.o -o lib1946 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1946.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/DependInfo.cmake deleted file mode 100644 index 94c9e859..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1947.c" "external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.o.d" - "" "external/curl/tests/libtest/lib1947" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1947.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make deleted file mode 100644 index 730f89f0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1947.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1947.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1947.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1947.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1947.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.o: external/curl/tests/libtest/CMakeFiles/lib1947.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1947.c -external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.o: external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.o -MF CMakeFiles/lib1947.dir/lib1947.c.o.d -o CMakeFiles/lib1947.dir/lib1947.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1947.c - -external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1947.dir/lib1947.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1947.c > CMakeFiles/lib1947.dir/lib1947.c.i - -external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1947.dir/lib1947.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1947.c -o CMakeFiles/lib1947.dir/lib1947.c.s - -external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1947.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.o -MF CMakeFiles/lib1947.dir/first.c.o.d -o CMakeFiles/lib1947.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1947.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1947.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1947.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1947.dir/first.c.s - -# Object files for target lib1947 -lib1947_OBJECTS = \ -"CMakeFiles/lib1947.dir/lib1947.c.o" \ -"CMakeFiles/lib1947.dir/first.c.o" - -# External object files for target lib1947 -lib1947_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1947: external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.o -external/curl/tests/libtest/lib1947: external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.o -external/curl/tests/libtest/lib1947: external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make -external/curl/tests/libtest/lib1947: external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.ts -external/curl/tests/libtest/lib1947: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1947: /usr/lib/libz.so -external/curl/tests/libtest/lib1947: external/curl/tests/libtest/CMakeFiles/lib1947.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1947" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1947.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1947.dir/build: external/curl/tests/libtest/lib1947 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1947.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1947.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1947.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1947.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1947.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1947.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1947.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/cmake_clean.cmake deleted file mode 100644 index 0d632a53..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1947.dir/link.d" - "CMakeFiles/lib1947.dir/first.c.o" - "CMakeFiles/lib1947.dir/first.c.o.d" - "CMakeFiles/lib1947.dir/lib1947.c.o" - "CMakeFiles/lib1947.dir/lib1947.c.o.d" - "lib1947" - "lib1947.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1947.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.make deleted file mode 100644 index 93fc0032..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1947. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.ts deleted file mode 100644 index e34ad415..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1947. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/depend.make deleted file mode 100644 index 524a4937..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1947. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/flags.make deleted file mode 100644 index 3edf42d5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1947 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/link.txt deleted file mode 100644 index d582258d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1947.dir/link.d CMakeFiles/lib1947.dir/lib1947.c.o CMakeFiles/lib1947.dir/first.c.o -o lib1947 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1947.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/DependInfo.cmake deleted file mode 100644 index 6b886176..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1948.c" "external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.o.d" - "" "external/curl/tests/libtest/lib1948" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1948.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make deleted file mode 100644 index 78d261b7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1948.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1948.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1948.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1948.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1948.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.o: external/curl/tests/libtest/CMakeFiles/lib1948.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1948.c -external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.o: external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.o -MF CMakeFiles/lib1948.dir/lib1948.c.o.d -o CMakeFiles/lib1948.dir/lib1948.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1948.c - -external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1948.dir/lib1948.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1948.c > CMakeFiles/lib1948.dir/lib1948.c.i - -external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1948.dir/lib1948.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1948.c -o CMakeFiles/lib1948.dir/lib1948.c.s - -external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1948.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.o -MF CMakeFiles/lib1948.dir/first.c.o.d -o CMakeFiles/lib1948.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1948.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1948.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1948.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1948.dir/first.c.s - -# Object files for target lib1948 -lib1948_OBJECTS = \ -"CMakeFiles/lib1948.dir/lib1948.c.o" \ -"CMakeFiles/lib1948.dir/first.c.o" - -# External object files for target lib1948 -lib1948_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1948: external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.o -external/curl/tests/libtest/lib1948: external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.o -external/curl/tests/libtest/lib1948: external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make -external/curl/tests/libtest/lib1948: external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.ts -external/curl/tests/libtest/lib1948: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1948: /usr/lib/libz.so -external/curl/tests/libtest/lib1948: external/curl/tests/libtest/CMakeFiles/lib1948.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1948" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1948.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1948.dir/build: external/curl/tests/libtest/lib1948 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1948.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1948.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1948.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1948.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1948.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1948.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1948.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/cmake_clean.cmake deleted file mode 100644 index 260ca439..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1948.dir/link.d" - "CMakeFiles/lib1948.dir/first.c.o" - "CMakeFiles/lib1948.dir/first.c.o.d" - "CMakeFiles/lib1948.dir/lib1948.c.o" - "CMakeFiles/lib1948.dir/lib1948.c.o.d" - "lib1948" - "lib1948.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1948.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.make deleted file mode 100644 index a78b8396..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1948. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.ts deleted file mode 100644 index 7bef956a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1948. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/depend.make deleted file mode 100644 index 9c4b98e1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1948. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/flags.make deleted file mode 100644 index c1fd4f7f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1948 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/link.txt deleted file mode 100644 index 961c3591..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1948.dir/link.d CMakeFiles/lib1948.dir/lib1948.c.o CMakeFiles/lib1948.dir/first.c.o -o lib1948 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1948.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/DependInfo.cmake deleted file mode 100644 index 3dfa9e45..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1955.c" "external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1955" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1955.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make deleted file mode 100644 index 37f7d3bd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1955.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1955.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1955.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1955.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1955.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.o: external/curl/tests/libtest/CMakeFiles/lib1955.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1955.c -external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.o: external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.o -MF CMakeFiles/lib1955.dir/lib1955.c.o.d -o CMakeFiles/lib1955.dir/lib1955.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1955.c - -external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1955.dir/lib1955.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1955.c > CMakeFiles/lib1955.dir/lib1955.c.i - -external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1955.dir/lib1955.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1955.c -o CMakeFiles/lib1955.dir/lib1955.c.s - -external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1955.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.o -MF CMakeFiles/lib1955.dir/first.c.o.d -o CMakeFiles/lib1955.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1955.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1955.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1955.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1955.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1955.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.o -MF CMakeFiles/lib1955.dir/testutil.c.o.d -o CMakeFiles/lib1955.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1955.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1955.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1955.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1955.dir/testutil.c.s - -# Object files for target lib1955 -lib1955_OBJECTS = \ -"CMakeFiles/lib1955.dir/lib1955.c.o" \ -"CMakeFiles/lib1955.dir/first.c.o" \ -"CMakeFiles/lib1955.dir/testutil.c.o" - -# External object files for target lib1955 -lib1955_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1955: external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.o -external/curl/tests/libtest/lib1955: external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.o -external/curl/tests/libtest/lib1955: external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.o -external/curl/tests/libtest/lib1955: external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make -external/curl/tests/libtest/lib1955: external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.ts -external/curl/tests/libtest/lib1955: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1955: /usr/lib/libz.so -external/curl/tests/libtest/lib1955: external/curl/tests/libtest/CMakeFiles/lib1955.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1955" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1955.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1955.dir/build: external/curl/tests/libtest/lib1955 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1955.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1955.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1955.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1955.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1955.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1955.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1955.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/cmake_clean.cmake deleted file mode 100644 index 3dbf84ca..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1955.dir/link.d" - "CMakeFiles/lib1955.dir/first.c.o" - "CMakeFiles/lib1955.dir/first.c.o.d" - "CMakeFiles/lib1955.dir/lib1955.c.o" - "CMakeFiles/lib1955.dir/lib1955.c.o.d" - "CMakeFiles/lib1955.dir/testutil.c.o" - "CMakeFiles/lib1955.dir/testutil.c.o.d" - "lib1955" - "lib1955.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1955.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.make deleted file mode 100644 index 82ae4ea1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1955. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.ts deleted file mode 100644 index 3f14e7fe..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1955. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/depend.make deleted file mode 100644 index 175a3625..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1955. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/flags.make deleted file mode 100644 index 8f9fb398..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1955 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/link.txt deleted file mode 100644 index 8119adbe..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1955.dir/link.d CMakeFiles/lib1955.dir/lib1955.c.o CMakeFiles/lib1955.dir/first.c.o CMakeFiles/lib1955.dir/testutil.c.o -o lib1955 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1955.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/DependInfo.cmake deleted file mode 100644 index be00dd0b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1956.c" "external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1956" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1956.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make deleted file mode 100644 index 02e725aa..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1956.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1956.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1956.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1956.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1956.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.o: external/curl/tests/libtest/CMakeFiles/lib1956.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1956.c -external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.o: external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.o -MF CMakeFiles/lib1956.dir/lib1956.c.o.d -o CMakeFiles/lib1956.dir/lib1956.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1956.c - -external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1956.dir/lib1956.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1956.c > CMakeFiles/lib1956.dir/lib1956.c.i - -external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1956.dir/lib1956.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1956.c -o CMakeFiles/lib1956.dir/lib1956.c.s - -external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1956.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.o -MF CMakeFiles/lib1956.dir/first.c.o.d -o CMakeFiles/lib1956.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1956.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1956.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1956.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1956.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1956.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.o -MF CMakeFiles/lib1956.dir/testutil.c.o.d -o CMakeFiles/lib1956.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1956.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1956.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1956.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1956.dir/testutil.c.s - -# Object files for target lib1956 -lib1956_OBJECTS = \ -"CMakeFiles/lib1956.dir/lib1956.c.o" \ -"CMakeFiles/lib1956.dir/first.c.o" \ -"CMakeFiles/lib1956.dir/testutil.c.o" - -# External object files for target lib1956 -lib1956_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1956: external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.o -external/curl/tests/libtest/lib1956: external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.o -external/curl/tests/libtest/lib1956: external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.o -external/curl/tests/libtest/lib1956: external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make -external/curl/tests/libtest/lib1956: external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.ts -external/curl/tests/libtest/lib1956: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1956: /usr/lib/libz.so -external/curl/tests/libtest/lib1956: external/curl/tests/libtest/CMakeFiles/lib1956.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1956" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1956.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1956.dir/build: external/curl/tests/libtest/lib1956 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1956.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1956.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1956.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1956.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1956.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1956.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1956.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/cmake_clean.cmake deleted file mode 100644 index 68db1ffe..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1956.dir/link.d" - "CMakeFiles/lib1956.dir/first.c.o" - "CMakeFiles/lib1956.dir/first.c.o.d" - "CMakeFiles/lib1956.dir/lib1956.c.o" - "CMakeFiles/lib1956.dir/lib1956.c.o.d" - "CMakeFiles/lib1956.dir/testutil.c.o" - "CMakeFiles/lib1956.dir/testutil.c.o.d" - "lib1956" - "lib1956.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1956.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.make deleted file mode 100644 index 5b17b2c0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1956. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.ts deleted file mode 100644 index e2912b7f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1956. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/depend.make deleted file mode 100644 index 131d8e57..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1956. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/flags.make deleted file mode 100644 index 6c729e89..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1956 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/link.txt deleted file mode 100644 index ef994bbd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1956.dir/link.d CMakeFiles/lib1956.dir/lib1956.c.o CMakeFiles/lib1956.dir/first.c.o CMakeFiles/lib1956.dir/testutil.c.o -o lib1956 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1956.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/DependInfo.cmake deleted file mode 100644 index 5c647f1b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1957.c" "external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1957" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1957.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make deleted file mode 100644 index 2ee2761c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1957.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1957.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1957.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1957.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1957.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.o: external/curl/tests/libtest/CMakeFiles/lib1957.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1957.c -external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.o: external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.o -MF CMakeFiles/lib1957.dir/lib1957.c.o.d -o CMakeFiles/lib1957.dir/lib1957.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1957.c - -external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1957.dir/lib1957.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1957.c > CMakeFiles/lib1957.dir/lib1957.c.i - -external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1957.dir/lib1957.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1957.c -o CMakeFiles/lib1957.dir/lib1957.c.s - -external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1957.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.o -MF CMakeFiles/lib1957.dir/first.c.o.d -o CMakeFiles/lib1957.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1957.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1957.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1957.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1957.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1957.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.o -MF CMakeFiles/lib1957.dir/testutil.c.o.d -o CMakeFiles/lib1957.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1957.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1957.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1957.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1957.dir/testutil.c.s - -# Object files for target lib1957 -lib1957_OBJECTS = \ -"CMakeFiles/lib1957.dir/lib1957.c.o" \ -"CMakeFiles/lib1957.dir/first.c.o" \ -"CMakeFiles/lib1957.dir/testutil.c.o" - -# External object files for target lib1957 -lib1957_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1957: external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.o -external/curl/tests/libtest/lib1957: external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.o -external/curl/tests/libtest/lib1957: external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.o -external/curl/tests/libtest/lib1957: external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make -external/curl/tests/libtest/lib1957: external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.ts -external/curl/tests/libtest/lib1957: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1957: /usr/lib/libz.so -external/curl/tests/libtest/lib1957: external/curl/tests/libtest/CMakeFiles/lib1957.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1957" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1957.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1957.dir/build: external/curl/tests/libtest/lib1957 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1957.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1957.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1957.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1957.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1957.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1957.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1957.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/cmake_clean.cmake deleted file mode 100644 index 9e895866..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1957.dir/link.d" - "CMakeFiles/lib1957.dir/first.c.o" - "CMakeFiles/lib1957.dir/first.c.o.d" - "CMakeFiles/lib1957.dir/lib1957.c.o" - "CMakeFiles/lib1957.dir/lib1957.c.o.d" - "CMakeFiles/lib1957.dir/testutil.c.o" - "CMakeFiles/lib1957.dir/testutil.c.o.d" - "lib1957" - "lib1957.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1957.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.make deleted file mode 100644 index e41780c9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1957. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.ts deleted file mode 100644 index 7d066e09..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1957. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/depend.make deleted file mode 100644 index 3ffecddd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1957. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/flags.make deleted file mode 100644 index 3b3d7bc8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1957 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/link.txt deleted file mode 100644 index f243a275..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1957.dir/link.d CMakeFiles/lib1957.dir/lib1957.c.o CMakeFiles/lib1957.dir/first.c.o CMakeFiles/lib1957.dir/testutil.c.o -o lib1957 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1957.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/DependInfo.cmake deleted file mode 100644 index 8ee18f41..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1958.c" "external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1958" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1958.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make deleted file mode 100644 index 806c7a6f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1958.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1958.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1958.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1958.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1958.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.o: external/curl/tests/libtest/CMakeFiles/lib1958.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1958.c -external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.o: external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.o -MF CMakeFiles/lib1958.dir/lib1958.c.o.d -o CMakeFiles/lib1958.dir/lib1958.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1958.c - -external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1958.dir/lib1958.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1958.c > CMakeFiles/lib1958.dir/lib1958.c.i - -external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1958.dir/lib1958.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1958.c -o CMakeFiles/lib1958.dir/lib1958.c.s - -external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1958.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.o -MF CMakeFiles/lib1958.dir/first.c.o.d -o CMakeFiles/lib1958.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1958.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1958.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1958.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1958.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1958.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.o -MF CMakeFiles/lib1958.dir/testutil.c.o.d -o CMakeFiles/lib1958.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1958.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1958.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1958.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1958.dir/testutil.c.s - -# Object files for target lib1958 -lib1958_OBJECTS = \ -"CMakeFiles/lib1958.dir/lib1958.c.o" \ -"CMakeFiles/lib1958.dir/first.c.o" \ -"CMakeFiles/lib1958.dir/testutil.c.o" - -# External object files for target lib1958 -lib1958_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1958: external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.o -external/curl/tests/libtest/lib1958: external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.o -external/curl/tests/libtest/lib1958: external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.o -external/curl/tests/libtest/lib1958: external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make -external/curl/tests/libtest/lib1958: external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.ts -external/curl/tests/libtest/lib1958: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1958: /usr/lib/libz.so -external/curl/tests/libtest/lib1958: external/curl/tests/libtest/CMakeFiles/lib1958.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1958" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1958.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1958.dir/build: external/curl/tests/libtest/lib1958 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1958.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1958.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1958.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1958.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1958.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1958.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1958.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/cmake_clean.cmake deleted file mode 100644 index e4114dd5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1958.dir/link.d" - "CMakeFiles/lib1958.dir/first.c.o" - "CMakeFiles/lib1958.dir/first.c.o.d" - "CMakeFiles/lib1958.dir/lib1958.c.o" - "CMakeFiles/lib1958.dir/lib1958.c.o.d" - "CMakeFiles/lib1958.dir/testutil.c.o" - "CMakeFiles/lib1958.dir/testutil.c.o.d" - "lib1958" - "lib1958.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1958.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.make deleted file mode 100644 index b40f909e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1958. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.ts deleted file mode 100644 index 89b1b3df..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1958. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/depend.make deleted file mode 100644 index dd9d3015..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1958. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/flags.make deleted file mode 100644 index 52f6e893..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1958 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/link.txt deleted file mode 100644 index 7fc6ea07..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1958.dir/link.d CMakeFiles/lib1958.dir/lib1958.c.o CMakeFiles/lib1958.dir/first.c.o CMakeFiles/lib1958.dir/testutil.c.o -o lib1958 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/progress.make deleted file mode 100644 index cb85d6b8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1958.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = 64 -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/DependInfo.cmake deleted file mode 100644 index 6f994061..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1959.c" "external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1959" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1959.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make deleted file mode 100644 index b5945e23..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1959.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1959.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1959.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1959.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1959.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.o: external/curl/tests/libtest/CMakeFiles/lib1959.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1959.c -external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.o: external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.o -MF CMakeFiles/lib1959.dir/lib1959.c.o.d -o CMakeFiles/lib1959.dir/lib1959.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1959.c - -external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1959.dir/lib1959.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1959.c > CMakeFiles/lib1959.dir/lib1959.c.i - -external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1959.dir/lib1959.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1959.c -o CMakeFiles/lib1959.dir/lib1959.c.s - -external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1959.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.o -MF CMakeFiles/lib1959.dir/first.c.o.d -o CMakeFiles/lib1959.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1959.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1959.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1959.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1959.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1959.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.o -MF CMakeFiles/lib1959.dir/testutil.c.o.d -o CMakeFiles/lib1959.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1959.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1959.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1959.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1959.dir/testutil.c.s - -# Object files for target lib1959 -lib1959_OBJECTS = \ -"CMakeFiles/lib1959.dir/lib1959.c.o" \ -"CMakeFiles/lib1959.dir/first.c.o" \ -"CMakeFiles/lib1959.dir/testutil.c.o" - -# External object files for target lib1959 -lib1959_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1959: external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.o -external/curl/tests/libtest/lib1959: external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.o -external/curl/tests/libtest/lib1959: external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.o -external/curl/tests/libtest/lib1959: external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make -external/curl/tests/libtest/lib1959: external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.ts -external/curl/tests/libtest/lib1959: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1959: /usr/lib/libz.so -external/curl/tests/libtest/lib1959: external/curl/tests/libtest/CMakeFiles/lib1959.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1959" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1959.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1959.dir/build: external/curl/tests/libtest/lib1959 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1959.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1959.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1959.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1959.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1959.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1959.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1959.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/cmake_clean.cmake deleted file mode 100644 index 605c3c09..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1959.dir/link.d" - "CMakeFiles/lib1959.dir/first.c.o" - "CMakeFiles/lib1959.dir/first.c.o.d" - "CMakeFiles/lib1959.dir/lib1959.c.o" - "CMakeFiles/lib1959.dir/lib1959.c.o.d" - "CMakeFiles/lib1959.dir/testutil.c.o" - "CMakeFiles/lib1959.dir/testutil.c.o.d" - "lib1959" - "lib1959.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1959.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.make deleted file mode 100644 index 90967b50..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1959. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.ts deleted file mode 100644 index 6047b2d7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1959. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/depend.make deleted file mode 100644 index e804c20c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1959. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/flags.make deleted file mode 100644 index 1bdb9fae..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1959 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/link.txt deleted file mode 100644 index c54a8564..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1959.dir/link.d CMakeFiles/lib1959.dir/lib1959.c.o CMakeFiles/lib1959.dir/first.c.o CMakeFiles/lib1959.dir/testutil.c.o -o lib1959 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1959.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/DependInfo.cmake deleted file mode 100644 index 7b8703d6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1960.c" "external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.o.d" - "" "external/curl/tests/libtest/lib1960" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1960.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make deleted file mode 100644 index ca63c3f4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1960.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1960.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1960.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1960.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1960.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.o: external/curl/tests/libtest/CMakeFiles/lib1960.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1960.c -external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.o: external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.o -MF CMakeFiles/lib1960.dir/lib1960.c.o.d -o CMakeFiles/lib1960.dir/lib1960.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1960.c - -external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1960.dir/lib1960.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1960.c > CMakeFiles/lib1960.dir/lib1960.c.i - -external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1960.dir/lib1960.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1960.c -o CMakeFiles/lib1960.dir/lib1960.c.s - -external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1960.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.o -MF CMakeFiles/lib1960.dir/first.c.o.d -o CMakeFiles/lib1960.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1960.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1960.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1960.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1960.dir/first.c.s - -# Object files for target lib1960 -lib1960_OBJECTS = \ -"CMakeFiles/lib1960.dir/lib1960.c.o" \ -"CMakeFiles/lib1960.dir/first.c.o" - -# External object files for target lib1960 -lib1960_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1960: external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.o -external/curl/tests/libtest/lib1960: external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.o -external/curl/tests/libtest/lib1960: external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make -external/curl/tests/libtest/lib1960: external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.ts -external/curl/tests/libtest/lib1960: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1960: /usr/lib/libz.so -external/curl/tests/libtest/lib1960: external/curl/tests/libtest/CMakeFiles/lib1960.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib1960" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1960.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1960.dir/build: external/curl/tests/libtest/lib1960 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1960.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1960.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1960.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1960.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1960.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1960.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1960.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/cmake_clean.cmake deleted file mode 100644 index 7e9662fb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1960.dir/link.d" - "CMakeFiles/lib1960.dir/first.c.o" - "CMakeFiles/lib1960.dir/first.c.o.d" - "CMakeFiles/lib1960.dir/lib1960.c.o" - "CMakeFiles/lib1960.dir/lib1960.c.o.d" - "lib1960" - "lib1960.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1960.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.make deleted file mode 100644 index 7bc707cb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1960. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.ts deleted file mode 100644 index 210070b8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1960. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/depend.make deleted file mode 100644 index fa03c56f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1960. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/flags.make deleted file mode 100644 index fce223d8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1960 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/link.txt deleted file mode 100644 index 94d73b6f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1960.dir/link.d CMakeFiles/lib1960.dir/lib1960.c.o CMakeFiles/lib1960.dir/first.c.o -o lib1960 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1960.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/DependInfo.cmake deleted file mode 100644 index 77104862..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1964.c" "external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1964" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1964.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make deleted file mode 100644 index 1088df98..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1964.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1964.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1964.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1964.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1964.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.o: external/curl/tests/libtest/CMakeFiles/lib1964.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1964.c -external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.o: external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.o -MF CMakeFiles/lib1964.dir/lib1964.c.o.d -o CMakeFiles/lib1964.dir/lib1964.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1964.c - -external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1964.dir/lib1964.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1964.c > CMakeFiles/lib1964.dir/lib1964.c.i - -external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1964.dir/lib1964.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1964.c -o CMakeFiles/lib1964.dir/lib1964.c.s - -external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1964.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.o -MF CMakeFiles/lib1964.dir/first.c.o.d -o CMakeFiles/lib1964.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1964.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1964.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1964.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1964.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1964.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.o -MF CMakeFiles/lib1964.dir/testutil.c.o.d -o CMakeFiles/lib1964.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1964.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1964.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1964.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1964.dir/testutil.c.s - -# Object files for target lib1964 -lib1964_OBJECTS = \ -"CMakeFiles/lib1964.dir/lib1964.c.o" \ -"CMakeFiles/lib1964.dir/first.c.o" \ -"CMakeFiles/lib1964.dir/testutil.c.o" - -# External object files for target lib1964 -lib1964_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1964: external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.o -external/curl/tests/libtest/lib1964: external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.o -external/curl/tests/libtest/lib1964: external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.o -external/curl/tests/libtest/lib1964: external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make -external/curl/tests/libtest/lib1964: external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.ts -external/curl/tests/libtest/lib1964: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1964: /usr/lib/libz.so -external/curl/tests/libtest/lib1964: external/curl/tests/libtest/CMakeFiles/lib1964.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1964" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1964.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1964.dir/build: external/curl/tests/libtest/lib1964 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1964.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1964.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1964.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1964.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1964.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1964.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1964.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/cmake_clean.cmake deleted file mode 100644 index d117aa7a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1964.dir/link.d" - "CMakeFiles/lib1964.dir/first.c.o" - "CMakeFiles/lib1964.dir/first.c.o.d" - "CMakeFiles/lib1964.dir/lib1964.c.o" - "CMakeFiles/lib1964.dir/lib1964.c.o.d" - "CMakeFiles/lib1964.dir/testutil.c.o" - "CMakeFiles/lib1964.dir/testutil.c.o.d" - "lib1964" - "lib1964.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1964.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.make deleted file mode 100644 index 90b6463b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1964. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.ts deleted file mode 100644 index 1cfa3e6e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1964. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/depend.make deleted file mode 100644 index 1e954e22..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1964. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/flags.make deleted file mode 100644 index a4b7582e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1964 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/link.txt deleted file mode 100644 index fe00df1e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1964.dir/link.d CMakeFiles/lib1964.dir/lib1964.c.o CMakeFiles/lib1964.dir/first.c.o CMakeFiles/lib1964.dir/testutil.c.o -o lib1964 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1964.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/DependInfo.cmake deleted file mode 100644 index 098354ce..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1970.c" "external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1970" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1970.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make deleted file mode 100644 index 6e3222bb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1970.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1970.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1970.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1970.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1970.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.o: external/curl/tests/libtest/CMakeFiles/lib1970.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1970.c -external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.o: external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.o -MF CMakeFiles/lib1970.dir/lib1970.c.o.d -o CMakeFiles/lib1970.dir/lib1970.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1970.c - -external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1970.dir/lib1970.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1970.c > CMakeFiles/lib1970.dir/lib1970.c.i - -external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1970.dir/lib1970.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1970.c -o CMakeFiles/lib1970.dir/lib1970.c.s - -external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1970.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.o -MF CMakeFiles/lib1970.dir/first.c.o.d -o CMakeFiles/lib1970.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1970.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1970.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1970.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1970.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1970.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.o -MF CMakeFiles/lib1970.dir/testutil.c.o.d -o CMakeFiles/lib1970.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1970.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1970.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1970.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1970.dir/testutil.c.s - -# Object files for target lib1970 -lib1970_OBJECTS = \ -"CMakeFiles/lib1970.dir/lib1970.c.o" \ -"CMakeFiles/lib1970.dir/first.c.o" \ -"CMakeFiles/lib1970.dir/testutil.c.o" - -# External object files for target lib1970 -lib1970_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1970: external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.o -external/curl/tests/libtest/lib1970: external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.o -external/curl/tests/libtest/lib1970: external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.o -external/curl/tests/libtest/lib1970: external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make -external/curl/tests/libtest/lib1970: external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.ts -external/curl/tests/libtest/lib1970: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1970: /usr/lib/libz.so -external/curl/tests/libtest/lib1970: external/curl/tests/libtest/CMakeFiles/lib1970.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1970" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1970.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1970.dir/build: external/curl/tests/libtest/lib1970 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1970.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1970.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1970.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1970.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1970.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1970.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1970.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/cmake_clean.cmake deleted file mode 100644 index 9e4ec8e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1970.dir/link.d" - "CMakeFiles/lib1970.dir/first.c.o" - "CMakeFiles/lib1970.dir/first.c.o.d" - "CMakeFiles/lib1970.dir/lib1970.c.o" - "CMakeFiles/lib1970.dir/lib1970.c.o.d" - "CMakeFiles/lib1970.dir/testutil.c.o" - "CMakeFiles/lib1970.dir/testutil.c.o.d" - "lib1970" - "lib1970.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1970.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.make deleted file mode 100644 index c1c0f3b3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1970. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.ts deleted file mode 100644 index 36b3a4f8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1970. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/depend.make deleted file mode 100644 index f91e63bc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1970. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/flags.make deleted file mode 100644 index 88b77889..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1970 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/link.txt deleted file mode 100644 index 218d3cbf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1970.dir/link.d CMakeFiles/lib1970.dir/lib1970.c.o CMakeFiles/lib1970.dir/first.c.o CMakeFiles/lib1970.dir/testutil.c.o -o lib1970 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1970.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/DependInfo.cmake deleted file mode 100644 index af839987..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1971.c" "external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1971" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1971.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make deleted file mode 100644 index 364fe033..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1971.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1971.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1971.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1971.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1971.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.o: external/curl/tests/libtest/CMakeFiles/lib1971.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1971.c -external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.o: external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.o -MF CMakeFiles/lib1971.dir/lib1971.c.o.d -o CMakeFiles/lib1971.dir/lib1971.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1971.c - -external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1971.dir/lib1971.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1971.c > CMakeFiles/lib1971.dir/lib1971.c.i - -external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1971.dir/lib1971.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1971.c -o CMakeFiles/lib1971.dir/lib1971.c.s - -external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1971.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.o -MF CMakeFiles/lib1971.dir/first.c.o.d -o CMakeFiles/lib1971.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1971.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1971.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1971.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1971.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1971.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.o -MF CMakeFiles/lib1971.dir/testutil.c.o.d -o CMakeFiles/lib1971.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1971.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1971.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1971.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1971.dir/testutil.c.s - -# Object files for target lib1971 -lib1971_OBJECTS = \ -"CMakeFiles/lib1971.dir/lib1971.c.o" \ -"CMakeFiles/lib1971.dir/first.c.o" \ -"CMakeFiles/lib1971.dir/testutil.c.o" - -# External object files for target lib1971 -lib1971_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1971: external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.o -external/curl/tests/libtest/lib1971: external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.o -external/curl/tests/libtest/lib1971: external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.o -external/curl/tests/libtest/lib1971: external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make -external/curl/tests/libtest/lib1971: external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.ts -external/curl/tests/libtest/lib1971: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1971: /usr/lib/libz.so -external/curl/tests/libtest/lib1971: external/curl/tests/libtest/CMakeFiles/lib1971.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1971" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1971.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1971.dir/build: external/curl/tests/libtest/lib1971 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1971.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1971.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1971.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1971.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1971.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1971.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1971.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/cmake_clean.cmake deleted file mode 100644 index 932b8716..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1971.dir/link.d" - "CMakeFiles/lib1971.dir/first.c.o" - "CMakeFiles/lib1971.dir/first.c.o.d" - "CMakeFiles/lib1971.dir/lib1971.c.o" - "CMakeFiles/lib1971.dir/lib1971.c.o.d" - "CMakeFiles/lib1971.dir/testutil.c.o" - "CMakeFiles/lib1971.dir/testutil.c.o.d" - "lib1971" - "lib1971.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1971.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.make deleted file mode 100644 index 2fb961b3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1971. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.ts deleted file mode 100644 index 3d301cb0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1971. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/depend.make deleted file mode 100644 index c89710c5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1971. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/flags.make deleted file mode 100644 index fc1f2d36..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1971 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/link.txt deleted file mode 100644 index c0c353c2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1971.dir/link.d CMakeFiles/lib1971.dir/lib1971.c.o CMakeFiles/lib1971.dir/first.c.o CMakeFiles/lib1971.dir/testutil.c.o -o lib1971 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1971.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/DependInfo.cmake deleted file mode 100644 index b5c72435..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1972.c" "external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1972" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1972.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make deleted file mode 100644 index e7afb267..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1972.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1972.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1972.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1972.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1972.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.o: external/curl/tests/libtest/CMakeFiles/lib1972.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1972.c -external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.o: external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.o -MF CMakeFiles/lib1972.dir/lib1972.c.o.d -o CMakeFiles/lib1972.dir/lib1972.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1972.c - -external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1972.dir/lib1972.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1972.c > CMakeFiles/lib1972.dir/lib1972.c.i - -external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1972.dir/lib1972.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1972.c -o CMakeFiles/lib1972.dir/lib1972.c.s - -external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1972.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.o -MF CMakeFiles/lib1972.dir/first.c.o.d -o CMakeFiles/lib1972.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1972.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1972.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1972.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1972.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1972.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.o -MF CMakeFiles/lib1972.dir/testutil.c.o.d -o CMakeFiles/lib1972.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1972.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1972.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1972.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1972.dir/testutil.c.s - -# Object files for target lib1972 -lib1972_OBJECTS = \ -"CMakeFiles/lib1972.dir/lib1972.c.o" \ -"CMakeFiles/lib1972.dir/first.c.o" \ -"CMakeFiles/lib1972.dir/testutil.c.o" - -# External object files for target lib1972 -lib1972_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1972: external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.o -external/curl/tests/libtest/lib1972: external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.o -external/curl/tests/libtest/lib1972: external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.o -external/curl/tests/libtest/lib1972: external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make -external/curl/tests/libtest/lib1972: external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.ts -external/curl/tests/libtest/lib1972: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1972: /usr/lib/libz.so -external/curl/tests/libtest/lib1972: external/curl/tests/libtest/CMakeFiles/lib1972.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1972" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1972.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1972.dir/build: external/curl/tests/libtest/lib1972 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1972.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1972.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1972.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1972.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1972.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1972.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1972.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/cmake_clean.cmake deleted file mode 100644 index bb2c4af6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1972.dir/link.d" - "CMakeFiles/lib1972.dir/first.c.o" - "CMakeFiles/lib1972.dir/first.c.o.d" - "CMakeFiles/lib1972.dir/lib1972.c.o" - "CMakeFiles/lib1972.dir/lib1972.c.o.d" - "CMakeFiles/lib1972.dir/testutil.c.o" - "CMakeFiles/lib1972.dir/testutil.c.o.d" - "lib1972" - "lib1972.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1972.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.make deleted file mode 100644 index 713fad5a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1972. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.ts deleted file mode 100644 index b268f345..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1972. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/depend.make deleted file mode 100644 index 9c05d8f2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1972. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/flags.make deleted file mode 100644 index bdb42494..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1972 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/link.txt deleted file mode 100644 index 66a4f108..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1972.dir/link.d CMakeFiles/lib1972.dir/lib1972.c.o CMakeFiles/lib1972.dir/first.c.o CMakeFiles/lib1972.dir/testutil.c.o -o lib1972 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1972.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/DependInfo.cmake deleted file mode 100644 index 17407cf3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1973.c" "external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1973" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1973.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make deleted file mode 100644 index 668fd874..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1973.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1973.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1973.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1973.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1973.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.o: external/curl/tests/libtest/CMakeFiles/lib1973.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1973.c -external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.o: external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.o -MF CMakeFiles/lib1973.dir/lib1973.c.o.d -o CMakeFiles/lib1973.dir/lib1973.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1973.c - -external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1973.dir/lib1973.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1973.c > CMakeFiles/lib1973.dir/lib1973.c.i - -external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1973.dir/lib1973.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1973.c -o CMakeFiles/lib1973.dir/lib1973.c.s - -external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1973.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.o -MF CMakeFiles/lib1973.dir/first.c.o.d -o CMakeFiles/lib1973.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1973.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1973.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1973.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1973.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1973.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.o -MF CMakeFiles/lib1973.dir/testutil.c.o.d -o CMakeFiles/lib1973.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1973.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1973.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1973.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1973.dir/testutil.c.s - -# Object files for target lib1973 -lib1973_OBJECTS = \ -"CMakeFiles/lib1973.dir/lib1973.c.o" \ -"CMakeFiles/lib1973.dir/first.c.o" \ -"CMakeFiles/lib1973.dir/testutil.c.o" - -# External object files for target lib1973 -lib1973_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1973: external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.o -external/curl/tests/libtest/lib1973: external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.o -external/curl/tests/libtest/lib1973: external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.o -external/curl/tests/libtest/lib1973: external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make -external/curl/tests/libtest/lib1973: external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.ts -external/curl/tests/libtest/lib1973: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1973: /usr/lib/libz.so -external/curl/tests/libtest/lib1973: external/curl/tests/libtest/CMakeFiles/lib1973.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1973" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1973.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1973.dir/build: external/curl/tests/libtest/lib1973 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1973.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1973.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1973.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1973.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1973.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1973.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1973.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/cmake_clean.cmake deleted file mode 100644 index e9ba6593..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1973.dir/link.d" - "CMakeFiles/lib1973.dir/first.c.o" - "CMakeFiles/lib1973.dir/first.c.o.d" - "CMakeFiles/lib1973.dir/lib1973.c.o" - "CMakeFiles/lib1973.dir/lib1973.c.o.d" - "CMakeFiles/lib1973.dir/testutil.c.o" - "CMakeFiles/lib1973.dir/testutil.c.o.d" - "lib1973" - "lib1973.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1973.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.make deleted file mode 100644 index 1086b8bf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1973. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.ts deleted file mode 100644 index 0297d4f7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1973. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/depend.make deleted file mode 100644 index 1a3dafc1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1973. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/flags.make deleted file mode 100644 index 143e1830..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1973 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/link.txt deleted file mode 100644 index c4416d29..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1973.dir/link.d CMakeFiles/lib1973.dir/lib1973.c.o CMakeFiles/lib1973.dir/first.c.o CMakeFiles/lib1973.dir/testutil.c.o -o lib1973 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1973.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/DependInfo.cmake deleted file mode 100644 index add32d92..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1974.c" "external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1974" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1974.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make deleted file mode 100644 index 12018e4e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1974.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1974.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1974.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1974.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1974.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.o: external/curl/tests/libtest/CMakeFiles/lib1974.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1974.c -external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.o: external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.o -MF CMakeFiles/lib1974.dir/lib1974.c.o.d -o CMakeFiles/lib1974.dir/lib1974.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1974.c - -external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1974.dir/lib1974.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1974.c > CMakeFiles/lib1974.dir/lib1974.c.i - -external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1974.dir/lib1974.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1974.c -o CMakeFiles/lib1974.dir/lib1974.c.s - -external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1974.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.o -MF CMakeFiles/lib1974.dir/first.c.o.d -o CMakeFiles/lib1974.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1974.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1974.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1974.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1974.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1974.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.o -MF CMakeFiles/lib1974.dir/testutil.c.o.d -o CMakeFiles/lib1974.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1974.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1974.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1974.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1974.dir/testutil.c.s - -# Object files for target lib1974 -lib1974_OBJECTS = \ -"CMakeFiles/lib1974.dir/lib1974.c.o" \ -"CMakeFiles/lib1974.dir/first.c.o" \ -"CMakeFiles/lib1974.dir/testutil.c.o" - -# External object files for target lib1974 -lib1974_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1974: external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.o -external/curl/tests/libtest/lib1974: external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.o -external/curl/tests/libtest/lib1974: external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.o -external/curl/tests/libtest/lib1974: external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make -external/curl/tests/libtest/lib1974: external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.ts -external/curl/tests/libtest/lib1974: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1974: /usr/lib/libz.so -external/curl/tests/libtest/lib1974: external/curl/tests/libtest/CMakeFiles/lib1974.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1974" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1974.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1974.dir/build: external/curl/tests/libtest/lib1974 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1974.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1974.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1974.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1974.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1974.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1974.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1974.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/cmake_clean.cmake deleted file mode 100644 index e2e713f9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1974.dir/link.d" - "CMakeFiles/lib1974.dir/first.c.o" - "CMakeFiles/lib1974.dir/first.c.o.d" - "CMakeFiles/lib1974.dir/lib1974.c.o" - "CMakeFiles/lib1974.dir/lib1974.c.o.d" - "CMakeFiles/lib1974.dir/testutil.c.o" - "CMakeFiles/lib1974.dir/testutil.c.o.d" - "lib1974" - "lib1974.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1974.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.make deleted file mode 100644 index 4459787e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1974. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.ts deleted file mode 100644 index 3d1a1027..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1974. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/depend.make deleted file mode 100644 index 75316089..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1974. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/flags.make deleted file mode 100644 index 014f02d5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1974 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/link.txt deleted file mode 100644 index 3580ba47..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1974.dir/link.d CMakeFiles/lib1974.dir/lib1974.c.o CMakeFiles/lib1974.dir/first.c.o CMakeFiles/lib1974.dir/testutil.c.o -o lib1974 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/progress.make deleted file mode 100644 index eceaa8aa..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1974.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = 65 -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/DependInfo.cmake deleted file mode 100644 index 40f6928c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1975.c" "external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1975" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1975.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make deleted file mode 100644 index d830649b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1975.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1975.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1975.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1975.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1975.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.o: external/curl/tests/libtest/CMakeFiles/lib1975.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1975.c -external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.o: external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.o -MF CMakeFiles/lib1975.dir/lib1975.c.o.d -o CMakeFiles/lib1975.dir/lib1975.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1975.c - -external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1975.dir/lib1975.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1975.c > CMakeFiles/lib1975.dir/lib1975.c.i - -external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1975.dir/lib1975.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1975.c -o CMakeFiles/lib1975.dir/lib1975.c.s - -external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1975.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.o -MF CMakeFiles/lib1975.dir/first.c.o.d -o CMakeFiles/lib1975.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1975.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1975.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1975.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1975.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1975.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.o -MF CMakeFiles/lib1975.dir/testutil.c.o.d -o CMakeFiles/lib1975.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1975.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1975.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1975.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1975.dir/testutil.c.s - -# Object files for target lib1975 -lib1975_OBJECTS = \ -"CMakeFiles/lib1975.dir/lib1975.c.o" \ -"CMakeFiles/lib1975.dir/first.c.o" \ -"CMakeFiles/lib1975.dir/testutil.c.o" - -# External object files for target lib1975 -lib1975_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1975: external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.o -external/curl/tests/libtest/lib1975: external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.o -external/curl/tests/libtest/lib1975: external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.o -external/curl/tests/libtest/lib1975: external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make -external/curl/tests/libtest/lib1975: external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.ts -external/curl/tests/libtest/lib1975: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1975: /usr/lib/libz.so -external/curl/tests/libtest/lib1975: external/curl/tests/libtest/CMakeFiles/lib1975.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1975" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1975.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1975.dir/build: external/curl/tests/libtest/lib1975 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1975.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1975.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1975.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1975.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1975.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1975.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1975.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/cmake_clean.cmake deleted file mode 100644 index 2389b874..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1975.dir/link.d" - "CMakeFiles/lib1975.dir/first.c.o" - "CMakeFiles/lib1975.dir/first.c.o.d" - "CMakeFiles/lib1975.dir/lib1975.c.o" - "CMakeFiles/lib1975.dir/lib1975.c.o.d" - "CMakeFiles/lib1975.dir/testutil.c.o" - "CMakeFiles/lib1975.dir/testutil.c.o.d" - "lib1975" - "lib1975.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1975.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.make deleted file mode 100644 index 2e4992bc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1975. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.ts deleted file mode 100644 index 36c43029..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1975. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/depend.make deleted file mode 100644 index 38bb73e5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1975. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/flags.make deleted file mode 100644 index cd078d38..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1975 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/link.txt deleted file mode 100644 index d0668719..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1975.dir/link.d CMakeFiles/lib1975.dir/lib1975.c.o CMakeFiles/lib1975.dir/first.c.o CMakeFiles/lib1975.dir/testutil.c.o -o lib1975 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1975.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/DependInfo.cmake deleted file mode 100644 index 050e10e6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1977.c" "external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1977" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1977.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make deleted file mode 100644 index b3911f0c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1977.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1977.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1977.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1977.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1977.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.o: external/curl/tests/libtest/CMakeFiles/lib1977.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1977.c -external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.o: external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.o -MF CMakeFiles/lib1977.dir/lib1977.c.o.d -o CMakeFiles/lib1977.dir/lib1977.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1977.c - -external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1977.dir/lib1977.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1977.c > CMakeFiles/lib1977.dir/lib1977.c.i - -external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1977.dir/lib1977.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1977.c -o CMakeFiles/lib1977.dir/lib1977.c.s - -external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1977.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.o -MF CMakeFiles/lib1977.dir/first.c.o.d -o CMakeFiles/lib1977.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1977.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1977.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1977.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1977.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1977.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.o -MF CMakeFiles/lib1977.dir/testutil.c.o.d -o CMakeFiles/lib1977.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1977.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1977.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1977.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1977.dir/testutil.c.s - -# Object files for target lib1977 -lib1977_OBJECTS = \ -"CMakeFiles/lib1977.dir/lib1977.c.o" \ -"CMakeFiles/lib1977.dir/first.c.o" \ -"CMakeFiles/lib1977.dir/testutil.c.o" - -# External object files for target lib1977 -lib1977_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1977: external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.o -external/curl/tests/libtest/lib1977: external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.o -external/curl/tests/libtest/lib1977: external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.o -external/curl/tests/libtest/lib1977: external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make -external/curl/tests/libtest/lib1977: external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.ts -external/curl/tests/libtest/lib1977: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1977: /usr/lib/libz.so -external/curl/tests/libtest/lib1977: external/curl/tests/libtest/CMakeFiles/lib1977.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1977" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1977.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1977.dir/build: external/curl/tests/libtest/lib1977 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1977.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1977.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1977.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1977.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1977.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1977.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1977.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/cmake_clean.cmake deleted file mode 100644 index 6a94720e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1977.dir/link.d" - "CMakeFiles/lib1977.dir/first.c.o" - "CMakeFiles/lib1977.dir/first.c.o.d" - "CMakeFiles/lib1977.dir/lib1977.c.o" - "CMakeFiles/lib1977.dir/lib1977.c.o.d" - "CMakeFiles/lib1977.dir/testutil.c.o" - "CMakeFiles/lib1977.dir/testutil.c.o.d" - "lib1977" - "lib1977.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1977.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.make deleted file mode 100644 index b7b61fe8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1977. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.ts deleted file mode 100644 index 71c6e170..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1977. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/depend.make deleted file mode 100644 index 38773425..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1977. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/flags.make deleted file mode 100644 index b2bf7a20..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1977 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/link.txt deleted file mode 100644 index 6314fe97..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1977.dir/link.d CMakeFiles/lib1977.dir/lib1977.c.o CMakeFiles/lib1977.dir/first.c.o CMakeFiles/lib1977.dir/testutil.c.o -o lib1977 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1977.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/DependInfo.cmake deleted file mode 100644 index 6353f3c2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1978.c" "external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib1978" "gcc" "external/curl/tests/libtest/CMakeFiles/lib1978.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make deleted file mode 100644 index 5a2d8a24..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib1978.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib1978.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib1978.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib1978.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1978.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.o: external/curl/tests/libtest/CMakeFiles/lib1978.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1978.c -external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.o: external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.o -MF CMakeFiles/lib1978.dir/lib1978.c.o.d -o CMakeFiles/lib1978.dir/lib1978.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1978.c - -external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1978.dir/lib1978.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1978.c > CMakeFiles/lib1978.dir/lib1978.c.i - -external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1978.dir/lib1978.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib1978.c -o CMakeFiles/lib1978.dir/lib1978.c.s - -external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1978.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.o -MF CMakeFiles/lib1978.dir/first.c.o.d -o CMakeFiles/lib1978.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1978.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib1978.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1978.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib1978.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1978.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.o -MF CMakeFiles/lib1978.dir/testutil.c.o.d -o CMakeFiles/lib1978.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib1978.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib1978.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib1978.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib1978.dir/testutil.c.s - -# Object files for target lib1978 -lib1978_OBJECTS = \ -"CMakeFiles/lib1978.dir/lib1978.c.o" \ -"CMakeFiles/lib1978.dir/first.c.o" \ -"CMakeFiles/lib1978.dir/testutil.c.o" - -# External object files for target lib1978 -lib1978_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib1978: external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.o -external/curl/tests/libtest/lib1978: external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.o -external/curl/tests/libtest/lib1978: external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.o -external/curl/tests/libtest/lib1978: external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make -external/curl/tests/libtest/lib1978: external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.ts -external/curl/tests/libtest/lib1978: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib1978: /usr/lib/libz.so -external/curl/tests/libtest/lib1978: external/curl/tests/libtest/CMakeFiles/lib1978.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib1978" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib1978.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib1978.dir/build: external/curl/tests/libtest/lib1978 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1978.dir/build - -external/curl/tests/libtest/CMakeFiles/lib1978.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib1978.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1978.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib1978.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib1978.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1978.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/cmake_clean.cmake deleted file mode 100644 index 47e52adf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib1978.dir/link.d" - "CMakeFiles/lib1978.dir/first.c.o" - "CMakeFiles/lib1978.dir/first.c.o.d" - "CMakeFiles/lib1978.dir/lib1978.c.o" - "CMakeFiles/lib1978.dir/lib1978.c.o.d" - "CMakeFiles/lib1978.dir/testutil.c.o" - "CMakeFiles/lib1978.dir/testutil.c.o.d" - "lib1978" - "lib1978.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib1978.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.make deleted file mode 100644 index f6726094..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib1978. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.ts deleted file mode 100644 index 7e5778b9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib1978. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/depend.make deleted file mode 100644 index fd7906ab..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib1978. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/flags.make deleted file mode 100644 index ac492960..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB1978 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/link.txt deleted file mode 100644 index afd259ac..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib1978.dir/link.d CMakeFiles/lib1978.dir/lib1978.c.o CMakeFiles/lib1978.dir/first.c.o CMakeFiles/lib1978.dir/testutil.c.o -o lib1978 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib1978.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/DependInfo.cmake deleted file mode 100644 index e57453e3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2301.c" "external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.o.d" - "" "external/curl/tests/libtest/lib2301" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2301.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make deleted file mode 100644 index 228b4ad9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib2301.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib2301.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib2301.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib2301.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2301.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.o: external/curl/tests/libtest/CMakeFiles/lib2301.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2301.c -external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.o: external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.o -MF CMakeFiles/lib2301.dir/lib2301.c.o.d -o CMakeFiles/lib2301.dir/lib2301.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2301.c - -external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2301.dir/lib2301.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2301.c > CMakeFiles/lib2301.dir/lib2301.c.i - -external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2301.dir/lib2301.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2301.c -o CMakeFiles/lib2301.dir/lib2301.c.s - -external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2301.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.o -MF CMakeFiles/lib2301.dir/first.c.o.d -o CMakeFiles/lib2301.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2301.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2301.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2301.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2301.dir/first.c.s - -# Object files for target lib2301 -lib2301_OBJECTS = \ -"CMakeFiles/lib2301.dir/lib2301.c.o" \ -"CMakeFiles/lib2301.dir/first.c.o" - -# External object files for target lib2301 -lib2301_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib2301: external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.o -external/curl/tests/libtest/lib2301: external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.o -external/curl/tests/libtest/lib2301: external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make -external/curl/tests/libtest/lib2301: external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.ts -external/curl/tests/libtest/lib2301: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib2301: /usr/lib/libz.so -external/curl/tests/libtest/lib2301: external/curl/tests/libtest/CMakeFiles/lib2301.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib2301" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2301.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib2301.dir/build: external/curl/tests/libtest/lib2301 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2301.dir/build - -external/curl/tests/libtest/CMakeFiles/lib2301.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2301.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2301.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib2301.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2301.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2301.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/cmake_clean.cmake deleted file mode 100644 index 315f973f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib2301.dir/link.d" - "CMakeFiles/lib2301.dir/first.c.o" - "CMakeFiles/lib2301.dir/first.c.o.d" - "CMakeFiles/lib2301.dir/lib2301.c.o" - "CMakeFiles/lib2301.dir/lib2301.c.o.d" - "lib2301" - "lib2301.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib2301.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.make deleted file mode 100644 index ad40cebe..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib2301. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.ts deleted file mode 100644 index f9590272..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib2301. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/depend.make deleted file mode 100644 index e4e13416..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib2301. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/flags.make deleted file mode 100644 index 1d64c840..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2301 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/link.txt deleted file mode 100644 index 511855b5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2301.dir/link.d CMakeFiles/lib2301.dir/lib2301.c.o CMakeFiles/lib2301.dir/first.c.o -o lib2301 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2301.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/DependInfo.cmake deleted file mode 100644 index 32d1b5b8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2302.c" "external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.o.d" - "" "external/curl/tests/libtest/lib2302" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2302.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make deleted file mode 100644 index 15fb1a73..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib2302.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib2302.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib2302.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib2302.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2302.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.o: external/curl/tests/libtest/CMakeFiles/lib2302.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2302.c -external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.o: external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.o -MF CMakeFiles/lib2302.dir/lib2302.c.o.d -o CMakeFiles/lib2302.dir/lib2302.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2302.c - -external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2302.dir/lib2302.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2302.c > CMakeFiles/lib2302.dir/lib2302.c.i - -external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2302.dir/lib2302.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2302.c -o CMakeFiles/lib2302.dir/lib2302.c.s - -external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2302.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.o -MF CMakeFiles/lib2302.dir/first.c.o.d -o CMakeFiles/lib2302.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2302.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2302.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2302.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2302.dir/first.c.s - -# Object files for target lib2302 -lib2302_OBJECTS = \ -"CMakeFiles/lib2302.dir/lib2302.c.o" \ -"CMakeFiles/lib2302.dir/first.c.o" - -# External object files for target lib2302 -lib2302_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib2302: external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.o -external/curl/tests/libtest/lib2302: external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.o -external/curl/tests/libtest/lib2302: external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make -external/curl/tests/libtest/lib2302: external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.ts -external/curl/tests/libtest/lib2302: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib2302: /usr/lib/libz.so -external/curl/tests/libtest/lib2302: external/curl/tests/libtest/CMakeFiles/lib2302.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib2302" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2302.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib2302.dir/build: external/curl/tests/libtest/lib2302 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2302.dir/build - -external/curl/tests/libtest/CMakeFiles/lib2302.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2302.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2302.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib2302.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2302.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2302.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/cmake_clean.cmake deleted file mode 100644 index 9d70cc55..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib2302.dir/link.d" - "CMakeFiles/lib2302.dir/first.c.o" - "CMakeFiles/lib2302.dir/first.c.o.d" - "CMakeFiles/lib2302.dir/lib2302.c.o" - "CMakeFiles/lib2302.dir/lib2302.c.o.d" - "lib2302" - "lib2302.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib2302.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.make deleted file mode 100644 index 76bb8073..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib2302. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.ts deleted file mode 100644 index 850dd47d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib2302. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/depend.make deleted file mode 100644 index eedc2457..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib2302. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/flags.make deleted file mode 100644 index 63933d32..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2302 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/link.txt deleted file mode 100644 index 18642884..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2302.dir/link.d CMakeFiles/lib2302.dir/lib2302.c.o CMakeFiles/lib2302.dir/first.c.o -o lib2302 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2302.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/DependInfo.cmake deleted file mode 100644 index 0987d700..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2304.c" "external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.o.d" - "" "external/curl/tests/libtest/lib2304" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2304.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make deleted file mode 100644 index bd1d2ded..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib2304.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib2304.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib2304.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib2304.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2304.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.o: external/curl/tests/libtest/CMakeFiles/lib2304.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2304.c -external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.o: external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.o -MF CMakeFiles/lib2304.dir/lib2304.c.o.d -o CMakeFiles/lib2304.dir/lib2304.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2304.c - -external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2304.dir/lib2304.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2304.c > CMakeFiles/lib2304.dir/lib2304.c.i - -external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2304.dir/lib2304.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2304.c -o CMakeFiles/lib2304.dir/lib2304.c.s - -external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2304.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.o -MF CMakeFiles/lib2304.dir/first.c.o.d -o CMakeFiles/lib2304.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2304.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2304.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2304.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2304.dir/first.c.s - -# Object files for target lib2304 -lib2304_OBJECTS = \ -"CMakeFiles/lib2304.dir/lib2304.c.o" \ -"CMakeFiles/lib2304.dir/first.c.o" - -# External object files for target lib2304 -lib2304_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib2304: external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.o -external/curl/tests/libtest/lib2304: external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.o -external/curl/tests/libtest/lib2304: external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make -external/curl/tests/libtest/lib2304: external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.ts -external/curl/tests/libtest/lib2304: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib2304: /usr/lib/libz.so -external/curl/tests/libtest/lib2304: external/curl/tests/libtest/CMakeFiles/lib2304.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib2304" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2304.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib2304.dir/build: external/curl/tests/libtest/lib2304 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2304.dir/build - -external/curl/tests/libtest/CMakeFiles/lib2304.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2304.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2304.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib2304.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2304.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2304.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/cmake_clean.cmake deleted file mode 100644 index 6266d301..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib2304.dir/link.d" - "CMakeFiles/lib2304.dir/first.c.o" - "CMakeFiles/lib2304.dir/first.c.o.d" - "CMakeFiles/lib2304.dir/lib2304.c.o" - "CMakeFiles/lib2304.dir/lib2304.c.o.d" - "lib2304" - "lib2304.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib2304.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.make deleted file mode 100644 index 273773d9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib2304. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.ts deleted file mode 100644 index d3eb2831..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib2304. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/depend.make deleted file mode 100644 index df9537b7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib2304. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/flags.make deleted file mode 100644 index 0257976c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2304 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/link.txt deleted file mode 100644 index 160e27b9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2304.dir/link.d CMakeFiles/lib2304.dir/lib2304.c.o CMakeFiles/lib2304.dir/first.c.o -o lib2304 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2304.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/DependInfo.cmake deleted file mode 100644 index e3dd0001..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/DependInfo.cmake +++ /dev/null @@ -1,27 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2305.c" "external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib2305" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2305.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make deleted file mode 100644 index eb09ebb6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make +++ /dev/null @@ -1,164 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib2305.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib2305.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib2305.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib2305.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2305.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.o: external/curl/tests/libtest/CMakeFiles/lib2305.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2305.c -external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.o: external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.o -MF CMakeFiles/lib2305.dir/lib2305.c.o.d -o CMakeFiles/lib2305.dir/lib2305.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2305.c - -external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2305.dir/lib2305.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2305.c > CMakeFiles/lib2305.dir/lib2305.c.i - -external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2305.dir/lib2305.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2305.c -o CMakeFiles/lib2305.dir/lib2305.c.s - -external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2305.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.o -MF CMakeFiles/lib2305.dir/first.c.o.d -o CMakeFiles/lib2305.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2305.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2305.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2305.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2305.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2305.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.o -MF CMakeFiles/lib2305.dir/testutil.c.o.d -o CMakeFiles/lib2305.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2305.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib2305.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2305.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib2305.dir/testutil.c.s - -external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib2305.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.o -MF CMakeFiles/lib2305.dir/testtrace.c.o.d -o CMakeFiles/lib2305.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c - -external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2305.dir/testtrace.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib2305.dir/testtrace.c.i - -external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2305.dir/testtrace.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib2305.dir/testtrace.c.s - -# Object files for target lib2305 -lib2305_OBJECTS = \ -"CMakeFiles/lib2305.dir/lib2305.c.o" \ -"CMakeFiles/lib2305.dir/first.c.o" \ -"CMakeFiles/lib2305.dir/testutil.c.o" \ -"CMakeFiles/lib2305.dir/testtrace.c.o" - -# External object files for target lib2305 -lib2305_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib2305: external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.o -external/curl/tests/libtest/lib2305: external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.o -external/curl/tests/libtest/lib2305: external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.o -external/curl/tests/libtest/lib2305: external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.o -external/curl/tests/libtest/lib2305: external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make -external/curl/tests/libtest/lib2305: external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.ts -external/curl/tests/libtest/lib2305: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib2305: /usr/lib/libz.so -external/curl/tests/libtest/lib2305: external/curl/tests/libtest/CMakeFiles/lib2305.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib2305" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2305.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib2305.dir/build: external/curl/tests/libtest/lib2305 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2305.dir/build - -external/curl/tests/libtest/CMakeFiles/lib2305.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2305.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2305.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib2305.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2305.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2305.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/cmake_clean.cmake deleted file mode 100644 index 6c30cb05..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/cmake_clean.cmake +++ /dev/null @@ -1,18 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib2305.dir/link.d" - "CMakeFiles/lib2305.dir/first.c.o" - "CMakeFiles/lib2305.dir/first.c.o.d" - "CMakeFiles/lib2305.dir/lib2305.c.o" - "CMakeFiles/lib2305.dir/lib2305.c.o.d" - "CMakeFiles/lib2305.dir/testtrace.c.o" - "CMakeFiles/lib2305.dir/testtrace.c.o.d" - "CMakeFiles/lib2305.dir/testutil.c.o" - "CMakeFiles/lib2305.dir/testutil.c.o.d" - "lib2305" - "lib2305.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib2305.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.make deleted file mode 100644 index 408e31a3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib2305. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.ts deleted file mode 100644 index 84958d1e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib2305. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/depend.make deleted file mode 100644 index 2a2358d6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib2305. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/flags.make deleted file mode 100644 index a5ece5db..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2305 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/link.txt deleted file mode 100644 index 0687db63..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2305.dir/link.d CMakeFiles/lib2305.dir/lib2305.c.o CMakeFiles/lib2305.dir/first.c.o CMakeFiles/lib2305.dir/testutil.c.o CMakeFiles/lib2305.dir/testtrace.c.o -o lib2305 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/progress.make deleted file mode 100644 index e0316744..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2305.dir/progress.make +++ /dev/null @@ -1,6 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = 66 -CMAKE_PROGRESS_5 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/DependInfo.cmake deleted file mode 100644 index 5fb01d28..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2306.c" "external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.o.d" - "" "external/curl/tests/libtest/lib2306" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2306.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make deleted file mode 100644 index 24426b85..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib2306.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib2306.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib2306.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib2306.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2306.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.o: external/curl/tests/libtest/CMakeFiles/lib2306.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2306.c -external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.o: external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.o -MF CMakeFiles/lib2306.dir/lib2306.c.o.d -o CMakeFiles/lib2306.dir/lib2306.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2306.c - -external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2306.dir/lib2306.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2306.c > CMakeFiles/lib2306.dir/lib2306.c.i - -external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2306.dir/lib2306.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2306.c -o CMakeFiles/lib2306.dir/lib2306.c.s - -external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2306.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.o -MF CMakeFiles/lib2306.dir/first.c.o.d -o CMakeFiles/lib2306.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2306.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2306.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2306.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2306.dir/first.c.s - -# Object files for target lib2306 -lib2306_OBJECTS = \ -"CMakeFiles/lib2306.dir/lib2306.c.o" \ -"CMakeFiles/lib2306.dir/first.c.o" - -# External object files for target lib2306 -lib2306_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib2306: external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.o -external/curl/tests/libtest/lib2306: external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.o -external/curl/tests/libtest/lib2306: external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make -external/curl/tests/libtest/lib2306: external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.ts -external/curl/tests/libtest/lib2306: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib2306: /usr/lib/libz.so -external/curl/tests/libtest/lib2306: external/curl/tests/libtest/CMakeFiles/lib2306.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib2306" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2306.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib2306.dir/build: external/curl/tests/libtest/lib2306 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2306.dir/build - -external/curl/tests/libtest/CMakeFiles/lib2306.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2306.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2306.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib2306.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2306.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2306.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/cmake_clean.cmake deleted file mode 100644 index a15ed11a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib2306.dir/link.d" - "CMakeFiles/lib2306.dir/first.c.o" - "CMakeFiles/lib2306.dir/first.c.o.d" - "CMakeFiles/lib2306.dir/lib2306.c.o" - "CMakeFiles/lib2306.dir/lib2306.c.o.d" - "lib2306" - "lib2306.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib2306.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.make deleted file mode 100644 index 6e34dc45..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib2306. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.ts deleted file mode 100644 index e4f9aaaf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib2306. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/depend.make deleted file mode 100644 index 5b057f43..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib2306. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/flags.make deleted file mode 100644 index 9312dab0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2306 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/link.txt deleted file mode 100644 index 942a9c12..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2306.dir/link.d CMakeFiles/lib2306.dir/lib2306.c.o CMakeFiles/lib2306.dir/first.c.o -o lib2306 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2306.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/DependInfo.cmake deleted file mode 100644 index 17c6d0e6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2308.c" "external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.o.d" - "" "external/curl/tests/libtest/lib2308" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2308.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make deleted file mode 100644 index 8a2313cb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib2308.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib2308.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib2308.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib2308.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2308.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.o: external/curl/tests/libtest/CMakeFiles/lib2308.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2308.c -external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.o: external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.o -MF CMakeFiles/lib2308.dir/lib2308.c.o.d -o CMakeFiles/lib2308.dir/lib2308.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2308.c - -external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2308.dir/lib2308.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2308.c > CMakeFiles/lib2308.dir/lib2308.c.i - -external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2308.dir/lib2308.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2308.c -o CMakeFiles/lib2308.dir/lib2308.c.s - -external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2308.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.o -MF CMakeFiles/lib2308.dir/first.c.o.d -o CMakeFiles/lib2308.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2308.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2308.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2308.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2308.dir/first.c.s - -# Object files for target lib2308 -lib2308_OBJECTS = \ -"CMakeFiles/lib2308.dir/lib2308.c.o" \ -"CMakeFiles/lib2308.dir/first.c.o" - -# External object files for target lib2308 -lib2308_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib2308: external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.o -external/curl/tests/libtest/lib2308: external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.o -external/curl/tests/libtest/lib2308: external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make -external/curl/tests/libtest/lib2308: external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.ts -external/curl/tests/libtest/lib2308: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib2308: /usr/lib/libz.so -external/curl/tests/libtest/lib2308: external/curl/tests/libtest/CMakeFiles/lib2308.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib2308" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2308.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib2308.dir/build: external/curl/tests/libtest/lib2308 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2308.dir/build - -external/curl/tests/libtest/CMakeFiles/lib2308.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2308.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2308.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib2308.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2308.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2308.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/cmake_clean.cmake deleted file mode 100644 index 911a0430..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib2308.dir/link.d" - "CMakeFiles/lib2308.dir/first.c.o" - "CMakeFiles/lib2308.dir/first.c.o.d" - "CMakeFiles/lib2308.dir/lib2308.c.o" - "CMakeFiles/lib2308.dir/lib2308.c.o.d" - "lib2308" - "lib2308.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib2308.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.make deleted file mode 100644 index e00bd32c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib2308. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.ts deleted file mode 100644 index 2fc157b5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib2308. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/depend.make deleted file mode 100644 index 3fbcc1d5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib2308. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/flags.make deleted file mode 100644 index 48d37a9b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2308 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/link.txt deleted file mode 100644 index 3c85f9c9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2308.dir/link.d CMakeFiles/lib2308.dir/lib2308.c.o CMakeFiles/lib2308.dir/first.c.o -o lib2308 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2308.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/DependInfo.cmake deleted file mode 100644 index daa751d2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2309.c" "external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.o.d" - "" "external/curl/tests/libtest/lib2309" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2309.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make deleted file mode 100644 index 451e82af..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib2309.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib2309.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib2309.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib2309.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2309.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.o: external/curl/tests/libtest/CMakeFiles/lib2309.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2309.c -external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.o: external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.o -MF CMakeFiles/lib2309.dir/lib2309.c.o.d -o CMakeFiles/lib2309.dir/lib2309.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2309.c - -external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2309.dir/lib2309.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2309.c > CMakeFiles/lib2309.dir/lib2309.c.i - -external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2309.dir/lib2309.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2309.c -o CMakeFiles/lib2309.dir/lib2309.c.s - -external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2309.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.o -MF CMakeFiles/lib2309.dir/first.c.o.d -o CMakeFiles/lib2309.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2309.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2309.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2309.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2309.dir/first.c.s - -# Object files for target lib2309 -lib2309_OBJECTS = \ -"CMakeFiles/lib2309.dir/lib2309.c.o" \ -"CMakeFiles/lib2309.dir/first.c.o" - -# External object files for target lib2309 -lib2309_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib2309: external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.o -external/curl/tests/libtest/lib2309: external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.o -external/curl/tests/libtest/lib2309: external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make -external/curl/tests/libtest/lib2309: external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.ts -external/curl/tests/libtest/lib2309: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib2309: /usr/lib/libz.so -external/curl/tests/libtest/lib2309: external/curl/tests/libtest/CMakeFiles/lib2309.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib2309" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2309.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib2309.dir/build: external/curl/tests/libtest/lib2309 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2309.dir/build - -external/curl/tests/libtest/CMakeFiles/lib2309.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2309.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2309.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib2309.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2309.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2309.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/cmake_clean.cmake deleted file mode 100644 index b1a7b3dc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib2309.dir/link.d" - "CMakeFiles/lib2309.dir/first.c.o" - "CMakeFiles/lib2309.dir/first.c.o.d" - "CMakeFiles/lib2309.dir/lib2309.c.o" - "CMakeFiles/lib2309.dir/lib2309.c.o.d" - "lib2309" - "lib2309.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib2309.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.make deleted file mode 100644 index 1c940373..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib2309. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.ts deleted file mode 100644 index de7f9cf2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib2309. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/depend.make deleted file mode 100644 index 8210d9c6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib2309. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/flags.make deleted file mode 100644 index 641210c2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2309 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/link.txt deleted file mode 100644 index f8417d30..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2309.dir/link.d CMakeFiles/lib2309.dir/lib2309.c.o CMakeFiles/lib2309.dir/first.c.o -o lib2309 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2309.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/DependInfo.cmake deleted file mode 100644 index 7c8c2041..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/DependInfo.cmake +++ /dev/null @@ -1,27 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2310.c" "external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib2310" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2310.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make deleted file mode 100644 index 55325369..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make +++ /dev/null @@ -1,164 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib2310.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib2310.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib2310.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib2310.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2310.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.o: external/curl/tests/libtest/CMakeFiles/lib2310.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2310.c -external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.o: external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.o -MF CMakeFiles/lib2310.dir/lib2310.c.o.d -o CMakeFiles/lib2310.dir/lib2310.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2310.c - -external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2310.dir/lib2310.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2310.c > CMakeFiles/lib2310.dir/lib2310.c.i - -external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2310.dir/lib2310.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2310.c -o CMakeFiles/lib2310.dir/lib2310.c.s - -external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2310.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.o -MF CMakeFiles/lib2310.dir/first.c.o.d -o CMakeFiles/lib2310.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2310.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2310.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2310.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2310.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2310.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.o -MF CMakeFiles/lib2310.dir/testutil.c.o.d -o CMakeFiles/lib2310.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2310.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib2310.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2310.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib2310.dir/testutil.c.s - -external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib2310.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.o -MF CMakeFiles/lib2310.dir/testtrace.c.o.d -o CMakeFiles/lib2310.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c - -external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2310.dir/testtrace.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib2310.dir/testtrace.c.i - -external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2310.dir/testtrace.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib2310.dir/testtrace.c.s - -# Object files for target lib2310 -lib2310_OBJECTS = \ -"CMakeFiles/lib2310.dir/lib2310.c.o" \ -"CMakeFiles/lib2310.dir/first.c.o" \ -"CMakeFiles/lib2310.dir/testutil.c.o" \ -"CMakeFiles/lib2310.dir/testtrace.c.o" - -# External object files for target lib2310 -lib2310_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib2310: external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.o -external/curl/tests/libtest/lib2310: external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.o -external/curl/tests/libtest/lib2310: external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.o -external/curl/tests/libtest/lib2310: external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.o -external/curl/tests/libtest/lib2310: external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make -external/curl/tests/libtest/lib2310: external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.ts -external/curl/tests/libtest/lib2310: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib2310: /usr/lib/libz.so -external/curl/tests/libtest/lib2310: external/curl/tests/libtest/CMakeFiles/lib2310.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib2310" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2310.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib2310.dir/build: external/curl/tests/libtest/lib2310 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2310.dir/build - -external/curl/tests/libtest/CMakeFiles/lib2310.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2310.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2310.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib2310.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2310.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2310.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/cmake_clean.cmake deleted file mode 100644 index 60cd7205..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/cmake_clean.cmake +++ /dev/null @@ -1,18 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib2310.dir/link.d" - "CMakeFiles/lib2310.dir/first.c.o" - "CMakeFiles/lib2310.dir/first.c.o.d" - "CMakeFiles/lib2310.dir/lib2310.c.o" - "CMakeFiles/lib2310.dir/lib2310.c.o.d" - "CMakeFiles/lib2310.dir/testtrace.c.o" - "CMakeFiles/lib2310.dir/testtrace.c.o.d" - "CMakeFiles/lib2310.dir/testutil.c.o" - "CMakeFiles/lib2310.dir/testutil.c.o.d" - "lib2310" - "lib2310.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib2310.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.make deleted file mode 100644 index 3842f77d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib2310. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.ts deleted file mode 100644 index 06f9a783..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib2310. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/depend.make deleted file mode 100644 index d496cc73..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib2310. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/flags.make deleted file mode 100644 index 50404579..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2310 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/link.txt deleted file mode 100644 index 91d4e816..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2310.dir/link.d CMakeFiles/lib2310.dir/lib2310.c.o CMakeFiles/lib2310.dir/first.c.o CMakeFiles/lib2310.dir/testutil.c.o CMakeFiles/lib2310.dir/testtrace.c.o -o lib2310 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/progress.make deleted file mode 100644 index 7f59a6bb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2310.dir/progress.make +++ /dev/null @@ -1,6 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/DependInfo.cmake deleted file mode 100644 index 9cc6a204..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/DependInfo.cmake +++ /dev/null @@ -1,27 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2311.c" "external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib2311" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2311.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make deleted file mode 100644 index 43cd1155..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make +++ /dev/null @@ -1,164 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib2311.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib2311.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib2311.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib2311.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2311.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.o: external/curl/tests/libtest/CMakeFiles/lib2311.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2311.c -external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.o: external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.o -MF CMakeFiles/lib2311.dir/lib2311.c.o.d -o CMakeFiles/lib2311.dir/lib2311.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2311.c - -external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2311.dir/lib2311.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2311.c > CMakeFiles/lib2311.dir/lib2311.c.i - -external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2311.dir/lib2311.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2311.c -o CMakeFiles/lib2311.dir/lib2311.c.s - -external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2311.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.o -MF CMakeFiles/lib2311.dir/first.c.o.d -o CMakeFiles/lib2311.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2311.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2311.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2311.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2311.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2311.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.o -MF CMakeFiles/lib2311.dir/testutil.c.o.d -o CMakeFiles/lib2311.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2311.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib2311.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2311.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib2311.dir/testutil.c.s - -external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib2311.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.o -MF CMakeFiles/lib2311.dir/testtrace.c.o.d -o CMakeFiles/lib2311.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c - -external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2311.dir/testtrace.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib2311.dir/testtrace.c.i - -external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2311.dir/testtrace.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib2311.dir/testtrace.c.s - -# Object files for target lib2311 -lib2311_OBJECTS = \ -"CMakeFiles/lib2311.dir/lib2311.c.o" \ -"CMakeFiles/lib2311.dir/first.c.o" \ -"CMakeFiles/lib2311.dir/testutil.c.o" \ -"CMakeFiles/lib2311.dir/testtrace.c.o" - -# External object files for target lib2311 -lib2311_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib2311: external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.o -external/curl/tests/libtest/lib2311: external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.o -external/curl/tests/libtest/lib2311: external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.o -external/curl/tests/libtest/lib2311: external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.o -external/curl/tests/libtest/lib2311: external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make -external/curl/tests/libtest/lib2311: external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.ts -external/curl/tests/libtest/lib2311: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib2311: /usr/lib/libz.so -external/curl/tests/libtest/lib2311: external/curl/tests/libtest/CMakeFiles/lib2311.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib2311" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2311.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib2311.dir/build: external/curl/tests/libtest/lib2311 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2311.dir/build - -external/curl/tests/libtest/CMakeFiles/lib2311.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2311.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2311.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib2311.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2311.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2311.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/cmake_clean.cmake deleted file mode 100644 index 5489e98a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/cmake_clean.cmake +++ /dev/null @@ -1,18 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib2311.dir/link.d" - "CMakeFiles/lib2311.dir/first.c.o" - "CMakeFiles/lib2311.dir/first.c.o.d" - "CMakeFiles/lib2311.dir/lib2311.c.o" - "CMakeFiles/lib2311.dir/lib2311.c.o.d" - "CMakeFiles/lib2311.dir/testtrace.c.o" - "CMakeFiles/lib2311.dir/testtrace.c.o.d" - "CMakeFiles/lib2311.dir/testutil.c.o" - "CMakeFiles/lib2311.dir/testutil.c.o.d" - "lib2311" - "lib2311.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib2311.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.make deleted file mode 100644 index b104efc0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib2311. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.ts deleted file mode 100644 index 2a1ab440..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib2311. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/depend.make deleted file mode 100644 index d377ab78..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib2311. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/flags.make deleted file mode 100644 index ec55a9d4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2311 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/link.txt deleted file mode 100644 index e7164d0b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2311.dir/link.d CMakeFiles/lib2311.dir/lib2311.c.o CMakeFiles/lib2311.dir/first.c.o CMakeFiles/lib2311.dir/testutil.c.o CMakeFiles/lib2311.dir/testtrace.c.o -o lib2311 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/progress.make deleted file mode 100644 index 7f59a6bb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2311.dir/progress.make +++ /dev/null @@ -1,6 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/DependInfo.cmake deleted file mode 100644 index 963c7956..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/DependInfo.cmake +++ /dev/null @@ -1,27 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2312.c" "external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib2312" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2312.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make deleted file mode 100644 index 3ef51349..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make +++ /dev/null @@ -1,164 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib2312.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib2312.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib2312.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib2312.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2312.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.o: external/curl/tests/libtest/CMakeFiles/lib2312.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2312.c -external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.o: external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.o -MF CMakeFiles/lib2312.dir/lib2312.c.o.d -o CMakeFiles/lib2312.dir/lib2312.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2312.c - -external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2312.dir/lib2312.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2312.c > CMakeFiles/lib2312.dir/lib2312.c.i - -external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2312.dir/lib2312.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2312.c -o CMakeFiles/lib2312.dir/lib2312.c.s - -external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2312.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.o -MF CMakeFiles/lib2312.dir/first.c.o.d -o CMakeFiles/lib2312.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2312.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2312.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2312.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2312.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2312.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.o -MF CMakeFiles/lib2312.dir/testutil.c.o.d -o CMakeFiles/lib2312.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2312.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib2312.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2312.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib2312.dir/testutil.c.s - -external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib2312.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.o -MF CMakeFiles/lib2312.dir/testtrace.c.o.d -o CMakeFiles/lib2312.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c - -external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2312.dir/testtrace.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib2312.dir/testtrace.c.i - -external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2312.dir/testtrace.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib2312.dir/testtrace.c.s - -# Object files for target lib2312 -lib2312_OBJECTS = \ -"CMakeFiles/lib2312.dir/lib2312.c.o" \ -"CMakeFiles/lib2312.dir/first.c.o" \ -"CMakeFiles/lib2312.dir/testutil.c.o" \ -"CMakeFiles/lib2312.dir/testtrace.c.o" - -# External object files for target lib2312 -lib2312_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib2312: external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.o -external/curl/tests/libtest/lib2312: external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.o -external/curl/tests/libtest/lib2312: external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.o -external/curl/tests/libtest/lib2312: external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.o -external/curl/tests/libtest/lib2312: external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make -external/curl/tests/libtest/lib2312: external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.ts -external/curl/tests/libtest/lib2312: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib2312: /usr/lib/libz.so -external/curl/tests/libtest/lib2312: external/curl/tests/libtest/CMakeFiles/lib2312.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib2312" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2312.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib2312.dir/build: external/curl/tests/libtest/lib2312 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2312.dir/build - -external/curl/tests/libtest/CMakeFiles/lib2312.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2312.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2312.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib2312.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2312.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2312.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/cmake_clean.cmake deleted file mode 100644 index be49e142..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/cmake_clean.cmake +++ /dev/null @@ -1,18 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib2312.dir/link.d" - "CMakeFiles/lib2312.dir/first.c.o" - "CMakeFiles/lib2312.dir/first.c.o.d" - "CMakeFiles/lib2312.dir/lib2312.c.o" - "CMakeFiles/lib2312.dir/lib2312.c.o.d" - "CMakeFiles/lib2312.dir/testtrace.c.o" - "CMakeFiles/lib2312.dir/testtrace.c.o.d" - "CMakeFiles/lib2312.dir/testutil.c.o" - "CMakeFiles/lib2312.dir/testutil.c.o.d" - "lib2312" - "lib2312.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib2312.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.make deleted file mode 100644 index e8479018..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib2312. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.ts deleted file mode 100644 index bb0df12d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib2312. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/depend.make deleted file mode 100644 index b5aba2e2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib2312. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/flags.make deleted file mode 100644 index 3e88d883..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2312 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/link.txt deleted file mode 100644 index ca713790..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2312.dir/link.d CMakeFiles/lib2312.dir/lib2312.c.o CMakeFiles/lib2312.dir/first.c.o CMakeFiles/lib2312.dir/testutil.c.o CMakeFiles/lib2312.dir/testtrace.c.o -o lib2312 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/progress.make deleted file mode 100644 index 7f59a6bb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2312.dir/progress.make +++ /dev/null @@ -1,6 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/DependInfo.cmake deleted file mode 100644 index a28eb07a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2402.c" "external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib2402" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2402.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make deleted file mode 100644 index cba79a1a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib2402.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib2402.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib2402.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib2402.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2402.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.o: external/curl/tests/libtest/CMakeFiles/lib2402.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2402.c -external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.o: external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.o -MF CMakeFiles/lib2402.dir/lib2402.c.o.d -o CMakeFiles/lib2402.dir/lib2402.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2402.c - -external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2402.dir/lib2402.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2402.c > CMakeFiles/lib2402.dir/lib2402.c.i - -external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2402.dir/lib2402.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2402.c -o CMakeFiles/lib2402.dir/lib2402.c.s - -external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2402.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.o -MF CMakeFiles/lib2402.dir/first.c.o.d -o CMakeFiles/lib2402.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2402.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2402.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2402.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2402.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2402.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.o -MF CMakeFiles/lib2402.dir/testutil.c.o.d -o CMakeFiles/lib2402.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2402.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib2402.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2402.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib2402.dir/testutil.c.s - -# Object files for target lib2402 -lib2402_OBJECTS = \ -"CMakeFiles/lib2402.dir/lib2402.c.o" \ -"CMakeFiles/lib2402.dir/first.c.o" \ -"CMakeFiles/lib2402.dir/testutil.c.o" - -# External object files for target lib2402 -lib2402_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib2402: external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.o -external/curl/tests/libtest/lib2402: external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.o -external/curl/tests/libtest/lib2402: external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.o -external/curl/tests/libtest/lib2402: external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make -external/curl/tests/libtest/lib2402: external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.ts -external/curl/tests/libtest/lib2402: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib2402: /usr/lib/libz.so -external/curl/tests/libtest/lib2402: external/curl/tests/libtest/CMakeFiles/lib2402.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib2402" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2402.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib2402.dir/build: external/curl/tests/libtest/lib2402 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2402.dir/build - -external/curl/tests/libtest/CMakeFiles/lib2402.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2402.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2402.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib2402.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2402.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2402.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/cmake_clean.cmake deleted file mode 100644 index 4c5b3d0f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib2402.dir/link.d" - "CMakeFiles/lib2402.dir/first.c.o" - "CMakeFiles/lib2402.dir/first.c.o.d" - "CMakeFiles/lib2402.dir/lib2402.c.o" - "CMakeFiles/lib2402.dir/lib2402.c.o.d" - "CMakeFiles/lib2402.dir/testutil.c.o" - "CMakeFiles/lib2402.dir/testutil.c.o.d" - "lib2402" - "lib2402.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib2402.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.make deleted file mode 100644 index 0b6de87f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib2402. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.ts deleted file mode 100644 index 8ab78314..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib2402. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/depend.make deleted file mode 100644 index 76781423..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib2402. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/flags.make deleted file mode 100644 index fd6410c8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2402 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/link.txt deleted file mode 100644 index 09735a49..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2402.dir/link.d CMakeFiles/lib2402.dir/lib2402.c.o CMakeFiles/lib2402.dir/first.c.o CMakeFiles/lib2402.dir/testutil.c.o -o lib2402 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/progress.make deleted file mode 100644 index ed6d468e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2402.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = 67 -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/DependInfo.cmake deleted file mode 100644 index 20fed330..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2404.c" "external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib2404" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2404.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make deleted file mode 100644 index 38df1648..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib2404.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib2404.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib2404.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib2404.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2404.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.o: external/curl/tests/libtest/CMakeFiles/lib2404.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2404.c -external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.o: external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.o -MF CMakeFiles/lib2404.dir/lib2404.c.o.d -o CMakeFiles/lib2404.dir/lib2404.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2404.c - -external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2404.dir/lib2404.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2404.c > CMakeFiles/lib2404.dir/lib2404.c.i - -external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2404.dir/lib2404.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2404.c -o CMakeFiles/lib2404.dir/lib2404.c.s - -external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2404.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.o -MF CMakeFiles/lib2404.dir/first.c.o.d -o CMakeFiles/lib2404.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2404.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2404.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2404.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2404.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2404.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.o -MF CMakeFiles/lib2404.dir/testutil.c.o.d -o CMakeFiles/lib2404.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2404.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib2404.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2404.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib2404.dir/testutil.c.s - -# Object files for target lib2404 -lib2404_OBJECTS = \ -"CMakeFiles/lib2404.dir/lib2404.c.o" \ -"CMakeFiles/lib2404.dir/first.c.o" \ -"CMakeFiles/lib2404.dir/testutil.c.o" - -# External object files for target lib2404 -lib2404_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib2404: external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.o -external/curl/tests/libtest/lib2404: external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.o -external/curl/tests/libtest/lib2404: external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.o -external/curl/tests/libtest/lib2404: external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make -external/curl/tests/libtest/lib2404: external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.ts -external/curl/tests/libtest/lib2404: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib2404: /usr/lib/libz.so -external/curl/tests/libtest/lib2404: external/curl/tests/libtest/CMakeFiles/lib2404.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib2404" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2404.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib2404.dir/build: external/curl/tests/libtest/lib2404 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2404.dir/build - -external/curl/tests/libtest/CMakeFiles/lib2404.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2404.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2404.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib2404.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2404.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2404.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/cmake_clean.cmake deleted file mode 100644 index 485d6c7b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib2404.dir/link.d" - "CMakeFiles/lib2404.dir/first.c.o" - "CMakeFiles/lib2404.dir/first.c.o.d" - "CMakeFiles/lib2404.dir/lib2404.c.o" - "CMakeFiles/lib2404.dir/lib2404.c.o.d" - "CMakeFiles/lib2404.dir/testutil.c.o" - "CMakeFiles/lib2404.dir/testutil.c.o.d" - "lib2404" - "lib2404.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib2404.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.make deleted file mode 100644 index a18c267b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib2404. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.ts deleted file mode 100644 index 5455c96a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib2404. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/depend.make deleted file mode 100644 index 443eb67f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib2404. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/flags.make deleted file mode 100644 index c291fbc2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2404 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/link.txt deleted file mode 100644 index 5922a1a4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2404.dir/link.d CMakeFiles/lib2404.dir/lib2404.c.o CMakeFiles/lib2404.dir/first.c.o CMakeFiles/lib2404.dir/testutil.c.o -o lib2404 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2404.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/DependInfo.cmake deleted file mode 100644 index 5184ae55..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2405.c" "external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib2405" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2405.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make deleted file mode 100644 index 1036d870..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib2405.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib2405.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib2405.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib2405.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2405.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.o: external/curl/tests/libtest/CMakeFiles/lib2405.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2405.c -external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.o: external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.o -MF CMakeFiles/lib2405.dir/lib2405.c.o.d -o CMakeFiles/lib2405.dir/lib2405.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2405.c - -external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2405.dir/lib2405.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2405.c > CMakeFiles/lib2405.dir/lib2405.c.i - -external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2405.dir/lib2405.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2405.c -o CMakeFiles/lib2405.dir/lib2405.c.s - -external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2405.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.o -MF CMakeFiles/lib2405.dir/first.c.o.d -o CMakeFiles/lib2405.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2405.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2405.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2405.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2405.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2405.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.o -MF CMakeFiles/lib2405.dir/testutil.c.o.d -o CMakeFiles/lib2405.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2405.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib2405.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2405.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib2405.dir/testutil.c.s - -# Object files for target lib2405 -lib2405_OBJECTS = \ -"CMakeFiles/lib2405.dir/lib2405.c.o" \ -"CMakeFiles/lib2405.dir/first.c.o" \ -"CMakeFiles/lib2405.dir/testutil.c.o" - -# External object files for target lib2405 -lib2405_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib2405: external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.o -external/curl/tests/libtest/lib2405: external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.o -external/curl/tests/libtest/lib2405: external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.o -external/curl/tests/libtest/lib2405: external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make -external/curl/tests/libtest/lib2405: external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.ts -external/curl/tests/libtest/lib2405: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib2405: /usr/lib/libz.so -external/curl/tests/libtest/lib2405: external/curl/tests/libtest/CMakeFiles/lib2405.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib2405" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2405.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib2405.dir/build: external/curl/tests/libtest/lib2405 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2405.dir/build - -external/curl/tests/libtest/CMakeFiles/lib2405.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2405.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2405.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib2405.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2405.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2405.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/cmake_clean.cmake deleted file mode 100644 index a3d9a63a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib2405.dir/link.d" - "CMakeFiles/lib2405.dir/first.c.o" - "CMakeFiles/lib2405.dir/first.c.o.d" - "CMakeFiles/lib2405.dir/lib2405.c.o" - "CMakeFiles/lib2405.dir/lib2405.c.o.d" - "CMakeFiles/lib2405.dir/testutil.c.o" - "CMakeFiles/lib2405.dir/testutil.c.o.d" - "lib2405" - "lib2405.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib2405.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.make deleted file mode 100644 index 1f854bd8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib2405. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.ts deleted file mode 100644 index a5ed0b65..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib2405. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/depend.make deleted file mode 100644 index bd92c3c9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib2405. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/flags.make deleted file mode 100644 index f24af3e0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2405 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/link.txt deleted file mode 100644 index 56c581a5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2405.dir/link.d CMakeFiles/lib2405.dir/lib2405.c.o CMakeFiles/lib2405.dir/first.c.o CMakeFiles/lib2405.dir/testutil.c.o -o lib2405 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2405.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/DependInfo.cmake deleted file mode 100644 index bc0d6d5d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/DependInfo.cmake +++ /dev/null @@ -1,27 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2502.c" "external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib2502" "gcc" "external/curl/tests/libtest/CMakeFiles/lib2502.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make deleted file mode 100644 index 1e5fdab3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make +++ /dev/null @@ -1,164 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib2502.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib2502.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib2502.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib2502.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2502.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.o: external/curl/tests/libtest/CMakeFiles/lib2502.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2502.c -external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.o: external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.o -MF CMakeFiles/lib2502.dir/lib2502.c.o.d -o CMakeFiles/lib2502.dir/lib2502.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2502.c - -external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2502.dir/lib2502.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2502.c > CMakeFiles/lib2502.dir/lib2502.c.i - -external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2502.dir/lib2502.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib2502.c -o CMakeFiles/lib2502.dir/lib2502.c.s - -external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2502.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.o -MF CMakeFiles/lib2502.dir/first.c.o.d -o CMakeFiles/lib2502.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2502.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib2502.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2502.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib2502.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2502.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.o -MF CMakeFiles/lib2502.dir/testutil.c.o.d -o CMakeFiles/lib2502.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2502.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib2502.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2502.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib2502.dir/testutil.c.s - -external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib2502.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.o -MF CMakeFiles/lib2502.dir/testtrace.c.o.d -o CMakeFiles/lib2502.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c - -external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib2502.dir/testtrace.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib2502.dir/testtrace.c.i - -external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib2502.dir/testtrace.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib2502.dir/testtrace.c.s - -# Object files for target lib2502 -lib2502_OBJECTS = \ -"CMakeFiles/lib2502.dir/lib2502.c.o" \ -"CMakeFiles/lib2502.dir/first.c.o" \ -"CMakeFiles/lib2502.dir/testutil.c.o" \ -"CMakeFiles/lib2502.dir/testtrace.c.o" - -# External object files for target lib2502 -lib2502_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib2502: external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.o -external/curl/tests/libtest/lib2502: external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.o -external/curl/tests/libtest/lib2502: external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.o -external/curl/tests/libtest/lib2502: external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.o -external/curl/tests/libtest/lib2502: external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make -external/curl/tests/libtest/lib2502: external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.ts -external/curl/tests/libtest/lib2502: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib2502: /usr/lib/libz.so -external/curl/tests/libtest/lib2502: external/curl/tests/libtest/CMakeFiles/lib2502.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib2502" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib2502.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib2502.dir/build: external/curl/tests/libtest/lib2502 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2502.dir/build - -external/curl/tests/libtest/CMakeFiles/lib2502.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib2502.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2502.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib2502.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib2502.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2502.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/cmake_clean.cmake deleted file mode 100644 index cd3574f9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/cmake_clean.cmake +++ /dev/null @@ -1,18 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib2502.dir/link.d" - "CMakeFiles/lib2502.dir/first.c.o" - "CMakeFiles/lib2502.dir/first.c.o.d" - "CMakeFiles/lib2502.dir/lib2502.c.o" - "CMakeFiles/lib2502.dir/lib2502.c.o.d" - "CMakeFiles/lib2502.dir/testtrace.c.o" - "CMakeFiles/lib2502.dir/testtrace.c.o.d" - "CMakeFiles/lib2502.dir/testutil.c.o" - "CMakeFiles/lib2502.dir/testutil.c.o.d" - "lib2502" - "lib2502.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib2502.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.make deleted file mode 100644 index 93927940..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib2502. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.ts deleted file mode 100644 index ad7f74a7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib2502. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/depend.make deleted file mode 100644 index 17b213cd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib2502. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/flags.make deleted file mode 100644 index d4f55c3e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB2502 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/link.txt deleted file mode 100644 index 42a1f945..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib2502.dir/link.d CMakeFiles/lib2502.dir/lib2502.c.o CMakeFiles/lib2502.dir/first.c.o CMakeFiles/lib2502.dir/testutil.c.o CMakeFiles/lib2502.dir/testtrace.c.o -o lib2502 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/progress.make deleted file mode 100644 index 7f59a6bb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib2502.dir/progress.make +++ /dev/null @@ -1,6 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/DependInfo.cmake deleted file mode 100644 index 86ce82a3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3010.c" "external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib3010" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3010.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make deleted file mode 100644 index 27b241a6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib3010.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib3010.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib3010.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib3010.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3010.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.o: external/curl/tests/libtest/CMakeFiles/lib3010.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3010.c -external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.o: external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.o -MF CMakeFiles/lib3010.dir/lib3010.c.o.d -o CMakeFiles/lib3010.dir/lib3010.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3010.c - -external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3010.dir/lib3010.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3010.c > CMakeFiles/lib3010.dir/lib3010.c.i - -external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3010.dir/lib3010.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3010.c -o CMakeFiles/lib3010.dir/lib3010.c.s - -external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3010.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.o -MF CMakeFiles/lib3010.dir/first.c.o.d -o CMakeFiles/lib3010.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3010.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3010.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3010.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3010.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3010.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.o -MF CMakeFiles/lib3010.dir/testutil.c.o.d -o CMakeFiles/lib3010.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3010.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib3010.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3010.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib3010.dir/testutil.c.s - -# Object files for target lib3010 -lib3010_OBJECTS = \ -"CMakeFiles/lib3010.dir/lib3010.c.o" \ -"CMakeFiles/lib3010.dir/first.c.o" \ -"CMakeFiles/lib3010.dir/testutil.c.o" - -# External object files for target lib3010 -lib3010_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib3010: external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.o -external/curl/tests/libtest/lib3010: external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.o -external/curl/tests/libtest/lib3010: external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.o -external/curl/tests/libtest/lib3010: external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make -external/curl/tests/libtest/lib3010: external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.ts -external/curl/tests/libtest/lib3010: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib3010: /usr/lib/libz.so -external/curl/tests/libtest/lib3010: external/curl/tests/libtest/CMakeFiles/lib3010.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib3010" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3010.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib3010.dir/build: external/curl/tests/libtest/lib3010 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3010.dir/build - -external/curl/tests/libtest/CMakeFiles/lib3010.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3010.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3010.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib3010.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3010.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3010.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/cmake_clean.cmake deleted file mode 100644 index c177b489..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib3010.dir/link.d" - "CMakeFiles/lib3010.dir/first.c.o" - "CMakeFiles/lib3010.dir/first.c.o.d" - "CMakeFiles/lib3010.dir/lib3010.c.o" - "CMakeFiles/lib3010.dir/lib3010.c.o.d" - "CMakeFiles/lib3010.dir/testutil.c.o" - "CMakeFiles/lib3010.dir/testutil.c.o.d" - "lib3010" - "lib3010.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib3010.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.make deleted file mode 100644 index 9a50a88e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib3010. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.ts deleted file mode 100644 index b0e501dd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib3010. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/depend.make deleted file mode 100644 index b902b9b8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib3010. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/flags.make deleted file mode 100644 index 98f850cd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3010 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/link.txt deleted file mode 100644 index a3b29f72..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3010.dir/link.d CMakeFiles/lib3010.dir/lib3010.c.o CMakeFiles/lib3010.dir/first.c.o CMakeFiles/lib3010.dir/testutil.c.o -o lib3010 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3010.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/DependInfo.cmake deleted file mode 100644 index e848f21f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3025.c" "external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib3025" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3025.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make deleted file mode 100644 index 96f2aeb9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib3025.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib3025.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib3025.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib3025.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3025.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.o: external/curl/tests/libtest/CMakeFiles/lib3025.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3025.c -external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.o: external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.o -MF CMakeFiles/lib3025.dir/lib3025.c.o.d -o CMakeFiles/lib3025.dir/lib3025.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3025.c - -external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3025.dir/lib3025.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3025.c > CMakeFiles/lib3025.dir/lib3025.c.i - -external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3025.dir/lib3025.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3025.c -o CMakeFiles/lib3025.dir/lib3025.c.s - -external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3025.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.o -MF CMakeFiles/lib3025.dir/first.c.o.d -o CMakeFiles/lib3025.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3025.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3025.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3025.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3025.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3025.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.o -MF CMakeFiles/lib3025.dir/testutil.c.o.d -o CMakeFiles/lib3025.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3025.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib3025.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3025.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib3025.dir/testutil.c.s - -# Object files for target lib3025 -lib3025_OBJECTS = \ -"CMakeFiles/lib3025.dir/lib3025.c.o" \ -"CMakeFiles/lib3025.dir/first.c.o" \ -"CMakeFiles/lib3025.dir/testutil.c.o" - -# External object files for target lib3025 -lib3025_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib3025: external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.o -external/curl/tests/libtest/lib3025: external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.o -external/curl/tests/libtest/lib3025: external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.o -external/curl/tests/libtest/lib3025: external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make -external/curl/tests/libtest/lib3025: external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.ts -external/curl/tests/libtest/lib3025: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib3025: /usr/lib/libz.so -external/curl/tests/libtest/lib3025: external/curl/tests/libtest/CMakeFiles/lib3025.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib3025" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3025.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib3025.dir/build: external/curl/tests/libtest/lib3025 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3025.dir/build - -external/curl/tests/libtest/CMakeFiles/lib3025.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3025.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3025.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib3025.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3025.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3025.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/cmake_clean.cmake deleted file mode 100644 index 3690c7f2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib3025.dir/link.d" - "CMakeFiles/lib3025.dir/first.c.o" - "CMakeFiles/lib3025.dir/first.c.o.d" - "CMakeFiles/lib3025.dir/lib3025.c.o" - "CMakeFiles/lib3025.dir/lib3025.c.o.d" - "CMakeFiles/lib3025.dir/testutil.c.o" - "CMakeFiles/lib3025.dir/testutil.c.o.d" - "lib3025" - "lib3025.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib3025.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.make deleted file mode 100644 index bcad010e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib3025. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.ts deleted file mode 100644 index 7c397fff..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib3025. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/depend.make deleted file mode 100644 index d7ca45f8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib3025. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/flags.make deleted file mode 100644 index d62f9c03..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3025 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/link.txt deleted file mode 100644 index 40056db9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3025.dir/link.d CMakeFiles/lib3025.dir/lib3025.c.o CMakeFiles/lib3025.dir/first.c.o CMakeFiles/lib3025.dir/testutil.c.o -o lib3025 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3025.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/DependInfo.cmake deleted file mode 100644 index 8d862e16..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3026.c" "external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib3026" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3026.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make deleted file mode 100644 index 2d8961ce..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib3026.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib3026.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib3026.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib3026.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3026.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.o: external/curl/tests/libtest/CMakeFiles/lib3026.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3026.c -external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.o: external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.o -MF CMakeFiles/lib3026.dir/lib3026.c.o.d -o CMakeFiles/lib3026.dir/lib3026.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3026.c - -external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3026.dir/lib3026.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3026.c > CMakeFiles/lib3026.dir/lib3026.c.i - -external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3026.dir/lib3026.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3026.c -o CMakeFiles/lib3026.dir/lib3026.c.s - -external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3026.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.o -MF CMakeFiles/lib3026.dir/first.c.o.d -o CMakeFiles/lib3026.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3026.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3026.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3026.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3026.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3026.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.o -MF CMakeFiles/lib3026.dir/testutil.c.o.d -o CMakeFiles/lib3026.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3026.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib3026.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3026.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib3026.dir/testutil.c.s - -# Object files for target lib3026 -lib3026_OBJECTS = \ -"CMakeFiles/lib3026.dir/lib3026.c.o" \ -"CMakeFiles/lib3026.dir/first.c.o" \ -"CMakeFiles/lib3026.dir/testutil.c.o" - -# External object files for target lib3026 -lib3026_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib3026: external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.o -external/curl/tests/libtest/lib3026: external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.o -external/curl/tests/libtest/lib3026: external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.o -external/curl/tests/libtest/lib3026: external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make -external/curl/tests/libtest/lib3026: external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.ts -external/curl/tests/libtest/lib3026: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib3026: /usr/lib/libz.so -external/curl/tests/libtest/lib3026: external/curl/tests/libtest/CMakeFiles/lib3026.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib3026" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3026.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib3026.dir/build: external/curl/tests/libtest/lib3026 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3026.dir/build - -external/curl/tests/libtest/CMakeFiles/lib3026.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3026.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3026.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib3026.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3026.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3026.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/cmake_clean.cmake deleted file mode 100644 index 877f7838..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib3026.dir/link.d" - "CMakeFiles/lib3026.dir/first.c.o" - "CMakeFiles/lib3026.dir/first.c.o.d" - "CMakeFiles/lib3026.dir/lib3026.c.o" - "CMakeFiles/lib3026.dir/lib3026.c.o.d" - "CMakeFiles/lib3026.dir/testutil.c.o" - "CMakeFiles/lib3026.dir/testutil.c.o.d" - "lib3026" - "lib3026.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib3026.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.make deleted file mode 100644 index d8ff0ee5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib3026. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.ts deleted file mode 100644 index a516c482..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib3026. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/depend.make deleted file mode 100644 index 0d0de658..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib3026. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/flags.make deleted file mode 100644 index 06033808..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3026 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/link.txt deleted file mode 100644 index 4cc57e9c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3026.dir/link.d CMakeFiles/lib3026.dir/lib3026.c.o CMakeFiles/lib3026.dir/first.c.o CMakeFiles/lib3026.dir/testutil.c.o -o lib3026 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3026.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/DependInfo.cmake deleted file mode 100644 index c483feba..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3027.c" "external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib3027" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3027.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make deleted file mode 100644 index 881fdcf2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib3027.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib3027.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib3027.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib3027.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3027.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.o: external/curl/tests/libtest/CMakeFiles/lib3027.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3027.c -external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.o: external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.o -MF CMakeFiles/lib3027.dir/lib3027.c.o.d -o CMakeFiles/lib3027.dir/lib3027.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3027.c - -external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3027.dir/lib3027.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3027.c > CMakeFiles/lib3027.dir/lib3027.c.i - -external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3027.dir/lib3027.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3027.c -o CMakeFiles/lib3027.dir/lib3027.c.s - -external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3027.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.o -MF CMakeFiles/lib3027.dir/first.c.o.d -o CMakeFiles/lib3027.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3027.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3027.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3027.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3027.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3027.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.o -MF CMakeFiles/lib3027.dir/testutil.c.o.d -o CMakeFiles/lib3027.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3027.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib3027.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3027.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib3027.dir/testutil.c.s - -# Object files for target lib3027 -lib3027_OBJECTS = \ -"CMakeFiles/lib3027.dir/lib3027.c.o" \ -"CMakeFiles/lib3027.dir/first.c.o" \ -"CMakeFiles/lib3027.dir/testutil.c.o" - -# External object files for target lib3027 -lib3027_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib3027: external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.o -external/curl/tests/libtest/lib3027: external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.o -external/curl/tests/libtest/lib3027: external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.o -external/curl/tests/libtest/lib3027: external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make -external/curl/tests/libtest/lib3027: external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.ts -external/curl/tests/libtest/lib3027: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib3027: /usr/lib/libz.so -external/curl/tests/libtest/lib3027: external/curl/tests/libtest/CMakeFiles/lib3027.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib3027" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3027.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib3027.dir/build: external/curl/tests/libtest/lib3027 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3027.dir/build - -external/curl/tests/libtest/CMakeFiles/lib3027.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3027.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3027.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib3027.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3027.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3027.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/cmake_clean.cmake deleted file mode 100644 index 7a1a4906..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib3027.dir/link.d" - "CMakeFiles/lib3027.dir/first.c.o" - "CMakeFiles/lib3027.dir/first.c.o.d" - "CMakeFiles/lib3027.dir/lib3027.c.o" - "CMakeFiles/lib3027.dir/lib3027.c.o.d" - "CMakeFiles/lib3027.dir/testutil.c.o" - "CMakeFiles/lib3027.dir/testutil.c.o.d" - "lib3027" - "lib3027.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib3027.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.make deleted file mode 100644 index 64841f46..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib3027. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.ts deleted file mode 100644 index 3b537777..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib3027. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/depend.make deleted file mode 100644 index 78970429..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib3027. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/flags.make deleted file mode 100644 index 993e97fd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3027 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/link.txt deleted file mode 100644 index 24f12618..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3027.dir/link.d CMakeFiles/lib3027.dir/lib3027.c.o CMakeFiles/lib3027.dir/first.c.o CMakeFiles/lib3027.dir/testutil.c.o -o lib3027 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/progress.make deleted file mode 100644 index 302a774c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3027.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = 68 -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/DependInfo.cmake deleted file mode 100644 index ecf6d189..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3100.c" "external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib3100" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3100.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make deleted file mode 100644 index ebf79eec..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib3100.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib3100.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib3100.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib3100.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3100.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.o: external/curl/tests/libtest/CMakeFiles/lib3100.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3100.c -external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.o: external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.o -MF CMakeFiles/lib3100.dir/lib3100.c.o.d -o CMakeFiles/lib3100.dir/lib3100.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3100.c - -external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3100.dir/lib3100.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3100.c > CMakeFiles/lib3100.dir/lib3100.c.i - -external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3100.dir/lib3100.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3100.c -o CMakeFiles/lib3100.dir/lib3100.c.s - -external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3100.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.o -MF CMakeFiles/lib3100.dir/first.c.o.d -o CMakeFiles/lib3100.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3100.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3100.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3100.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3100.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3100.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.o -MF CMakeFiles/lib3100.dir/testutil.c.o.d -o CMakeFiles/lib3100.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3100.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib3100.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3100.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib3100.dir/testutil.c.s - -# Object files for target lib3100 -lib3100_OBJECTS = \ -"CMakeFiles/lib3100.dir/lib3100.c.o" \ -"CMakeFiles/lib3100.dir/first.c.o" \ -"CMakeFiles/lib3100.dir/testutil.c.o" - -# External object files for target lib3100 -lib3100_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib3100: external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.o -external/curl/tests/libtest/lib3100: external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.o -external/curl/tests/libtest/lib3100: external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.o -external/curl/tests/libtest/lib3100: external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make -external/curl/tests/libtest/lib3100: external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.ts -external/curl/tests/libtest/lib3100: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib3100: /usr/lib/libz.so -external/curl/tests/libtest/lib3100: external/curl/tests/libtest/CMakeFiles/lib3100.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib3100" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3100.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib3100.dir/build: external/curl/tests/libtest/lib3100 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3100.dir/build - -external/curl/tests/libtest/CMakeFiles/lib3100.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3100.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3100.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib3100.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3100.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3100.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/cmake_clean.cmake deleted file mode 100644 index 5fbf45a7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib3100.dir/link.d" - "CMakeFiles/lib3100.dir/first.c.o" - "CMakeFiles/lib3100.dir/first.c.o.d" - "CMakeFiles/lib3100.dir/lib3100.c.o" - "CMakeFiles/lib3100.dir/lib3100.c.o.d" - "CMakeFiles/lib3100.dir/testutil.c.o" - "CMakeFiles/lib3100.dir/testutil.c.o.d" - "lib3100" - "lib3100.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib3100.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.make deleted file mode 100644 index 745e796d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib3100. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.ts deleted file mode 100644 index 177742ad..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib3100. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/depend.make deleted file mode 100644 index 7e8c0749..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib3100. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/flags.make deleted file mode 100644 index 84b2c3e0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3100 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/link.txt deleted file mode 100644 index 5e3da55c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3100.dir/link.d CMakeFiles/lib3100.dir/lib3100.c.o CMakeFiles/lib3100.dir/first.c.o CMakeFiles/lib3100.dir/testutil.c.o -o lib3100 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3100.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/DependInfo.cmake deleted file mode 100644 index b7d52fe3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3101.c" "external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib3101" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3101.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make deleted file mode 100644 index 20104ce2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib3101.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib3101.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib3101.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib3101.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3101.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.o: external/curl/tests/libtest/CMakeFiles/lib3101.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3101.c -external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.o: external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.o -MF CMakeFiles/lib3101.dir/lib3101.c.o.d -o CMakeFiles/lib3101.dir/lib3101.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3101.c - -external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3101.dir/lib3101.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3101.c > CMakeFiles/lib3101.dir/lib3101.c.i - -external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3101.dir/lib3101.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3101.c -o CMakeFiles/lib3101.dir/lib3101.c.s - -external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3101.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.o -MF CMakeFiles/lib3101.dir/first.c.o.d -o CMakeFiles/lib3101.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3101.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3101.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3101.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3101.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3101.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.o -MF CMakeFiles/lib3101.dir/testutil.c.o.d -o CMakeFiles/lib3101.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3101.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib3101.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3101.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib3101.dir/testutil.c.s - -# Object files for target lib3101 -lib3101_OBJECTS = \ -"CMakeFiles/lib3101.dir/lib3101.c.o" \ -"CMakeFiles/lib3101.dir/first.c.o" \ -"CMakeFiles/lib3101.dir/testutil.c.o" - -# External object files for target lib3101 -lib3101_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib3101: external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.o -external/curl/tests/libtest/lib3101: external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.o -external/curl/tests/libtest/lib3101: external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.o -external/curl/tests/libtest/lib3101: external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make -external/curl/tests/libtest/lib3101: external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.ts -external/curl/tests/libtest/lib3101: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib3101: /usr/lib/libz.so -external/curl/tests/libtest/lib3101: external/curl/tests/libtest/CMakeFiles/lib3101.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib3101" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3101.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib3101.dir/build: external/curl/tests/libtest/lib3101 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3101.dir/build - -external/curl/tests/libtest/CMakeFiles/lib3101.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3101.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3101.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib3101.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3101.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3101.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/cmake_clean.cmake deleted file mode 100644 index 87658234..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib3101.dir/link.d" - "CMakeFiles/lib3101.dir/first.c.o" - "CMakeFiles/lib3101.dir/first.c.o.d" - "CMakeFiles/lib3101.dir/lib3101.c.o" - "CMakeFiles/lib3101.dir/lib3101.c.o.d" - "CMakeFiles/lib3101.dir/testutil.c.o" - "CMakeFiles/lib3101.dir/testutil.c.o.d" - "lib3101" - "lib3101.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib3101.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.make deleted file mode 100644 index 489799fe..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib3101. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.ts deleted file mode 100644 index 98b78c9c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib3101. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/depend.make deleted file mode 100644 index f9f6ec2d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib3101. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/flags.make deleted file mode 100644 index c2b88208..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3101 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/link.txt deleted file mode 100644 index 1ca165e4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3101.dir/link.d CMakeFiles/lib3101.dir/lib3101.c.o CMakeFiles/lib3101.dir/first.c.o CMakeFiles/lib3101.dir/testutil.c.o -o lib3101 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3101.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/DependInfo.cmake deleted file mode 100644 index 060f86d7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3102.c" "external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib3102" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3102.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make deleted file mode 100644 index 19e0f342..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib3102.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib3102.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib3102.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib3102.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3102.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.o: external/curl/tests/libtest/CMakeFiles/lib3102.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3102.c -external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.o: external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.o -MF CMakeFiles/lib3102.dir/lib3102.c.o.d -o CMakeFiles/lib3102.dir/lib3102.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3102.c - -external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3102.dir/lib3102.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3102.c > CMakeFiles/lib3102.dir/lib3102.c.i - -external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3102.dir/lib3102.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3102.c -o CMakeFiles/lib3102.dir/lib3102.c.s - -external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3102.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.o -MF CMakeFiles/lib3102.dir/first.c.o.d -o CMakeFiles/lib3102.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3102.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3102.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3102.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3102.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3102.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.o -MF CMakeFiles/lib3102.dir/testutil.c.o.d -o CMakeFiles/lib3102.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3102.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib3102.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3102.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib3102.dir/testutil.c.s - -# Object files for target lib3102 -lib3102_OBJECTS = \ -"CMakeFiles/lib3102.dir/lib3102.c.o" \ -"CMakeFiles/lib3102.dir/first.c.o" \ -"CMakeFiles/lib3102.dir/testutil.c.o" - -# External object files for target lib3102 -lib3102_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib3102: external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.o -external/curl/tests/libtest/lib3102: external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.o -external/curl/tests/libtest/lib3102: external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.o -external/curl/tests/libtest/lib3102: external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make -external/curl/tests/libtest/lib3102: external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.ts -external/curl/tests/libtest/lib3102: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib3102: /usr/lib/libz.so -external/curl/tests/libtest/lib3102: external/curl/tests/libtest/CMakeFiles/lib3102.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib3102" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3102.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib3102.dir/build: external/curl/tests/libtest/lib3102 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3102.dir/build - -external/curl/tests/libtest/CMakeFiles/lib3102.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3102.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3102.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib3102.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3102.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3102.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/cmake_clean.cmake deleted file mode 100644 index 4f2110e1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib3102.dir/link.d" - "CMakeFiles/lib3102.dir/first.c.o" - "CMakeFiles/lib3102.dir/first.c.o.d" - "CMakeFiles/lib3102.dir/lib3102.c.o" - "CMakeFiles/lib3102.dir/lib3102.c.o.d" - "CMakeFiles/lib3102.dir/testutil.c.o" - "CMakeFiles/lib3102.dir/testutil.c.o.d" - "lib3102" - "lib3102.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib3102.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.make deleted file mode 100644 index 10088fe6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib3102. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.ts deleted file mode 100644 index 8279526e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib3102. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/depend.make deleted file mode 100644 index 33adc92c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib3102. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/flags.make deleted file mode 100644 index e813c7da..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3102 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/link.txt deleted file mode 100644 index f0e21f46..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3102.dir/link.d CMakeFiles/lib3102.dir/lib3102.c.o CMakeFiles/lib3102.dir/first.c.o CMakeFiles/lib3102.dir/testutil.c.o -o lib3102 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3102.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/DependInfo.cmake deleted file mode 100644 index 545037e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3103.c" "external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.o.d" - "" "external/curl/tests/libtest/lib3103" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3103.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make deleted file mode 100644 index af020724..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib3103.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib3103.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib3103.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib3103.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3103.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.o: external/curl/tests/libtest/CMakeFiles/lib3103.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3103.c -external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.o: external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.o -MF CMakeFiles/lib3103.dir/lib3103.c.o.d -o CMakeFiles/lib3103.dir/lib3103.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3103.c - -external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3103.dir/lib3103.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3103.c > CMakeFiles/lib3103.dir/lib3103.c.i - -external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3103.dir/lib3103.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3103.c -o CMakeFiles/lib3103.dir/lib3103.c.s - -external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3103.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.o -MF CMakeFiles/lib3103.dir/first.c.o.d -o CMakeFiles/lib3103.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3103.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3103.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3103.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3103.dir/first.c.s - -# Object files for target lib3103 -lib3103_OBJECTS = \ -"CMakeFiles/lib3103.dir/lib3103.c.o" \ -"CMakeFiles/lib3103.dir/first.c.o" - -# External object files for target lib3103 -lib3103_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib3103: external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.o -external/curl/tests/libtest/lib3103: external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.o -external/curl/tests/libtest/lib3103: external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make -external/curl/tests/libtest/lib3103: external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.ts -external/curl/tests/libtest/lib3103: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib3103: /usr/lib/libz.so -external/curl/tests/libtest/lib3103: external/curl/tests/libtest/CMakeFiles/lib3103.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib3103" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3103.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib3103.dir/build: external/curl/tests/libtest/lib3103 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3103.dir/build - -external/curl/tests/libtest/CMakeFiles/lib3103.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3103.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3103.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib3103.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3103.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3103.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/cmake_clean.cmake deleted file mode 100644 index e5d4fbc4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib3103.dir/link.d" - "CMakeFiles/lib3103.dir/first.c.o" - "CMakeFiles/lib3103.dir/first.c.o.d" - "CMakeFiles/lib3103.dir/lib3103.c.o" - "CMakeFiles/lib3103.dir/lib3103.c.o.d" - "lib3103" - "lib3103.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib3103.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.make deleted file mode 100644 index d401bbf9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib3103. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.ts deleted file mode 100644 index d944aea6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib3103. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/depend.make deleted file mode 100644 index 8aa3c3f1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib3103. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/flags.make deleted file mode 100644 index b5ea8157..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3103 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/link.txt deleted file mode 100644 index f6d5eb1b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3103.dir/link.d CMakeFiles/lib3103.dir/lib3103.c.o CMakeFiles/lib3103.dir/first.c.o -o lib3103 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3103.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/DependInfo.cmake deleted file mode 100644 index eff9aa6c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3104.c" "external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.o.d" - "" "external/curl/tests/libtest/lib3104" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3104.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make deleted file mode 100644 index fc1cd38c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib3104.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib3104.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib3104.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib3104.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3104.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.o: external/curl/tests/libtest/CMakeFiles/lib3104.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3104.c -external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.o: external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.o -MF CMakeFiles/lib3104.dir/lib3104.c.o.d -o CMakeFiles/lib3104.dir/lib3104.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3104.c - -external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3104.dir/lib3104.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3104.c > CMakeFiles/lib3104.dir/lib3104.c.i - -external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3104.dir/lib3104.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3104.c -o CMakeFiles/lib3104.dir/lib3104.c.s - -external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3104.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.o -MF CMakeFiles/lib3104.dir/first.c.o.d -o CMakeFiles/lib3104.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3104.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3104.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3104.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3104.dir/first.c.s - -# Object files for target lib3104 -lib3104_OBJECTS = \ -"CMakeFiles/lib3104.dir/lib3104.c.o" \ -"CMakeFiles/lib3104.dir/first.c.o" - -# External object files for target lib3104 -lib3104_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib3104: external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.o -external/curl/tests/libtest/lib3104: external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.o -external/curl/tests/libtest/lib3104: external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make -external/curl/tests/libtest/lib3104: external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.ts -external/curl/tests/libtest/lib3104: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib3104: /usr/lib/libz.so -external/curl/tests/libtest/lib3104: external/curl/tests/libtest/CMakeFiles/lib3104.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib3104" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3104.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib3104.dir/build: external/curl/tests/libtest/lib3104 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3104.dir/build - -external/curl/tests/libtest/CMakeFiles/lib3104.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3104.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3104.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib3104.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3104.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3104.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/cmake_clean.cmake deleted file mode 100644 index e1013b0a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib3104.dir/link.d" - "CMakeFiles/lib3104.dir/first.c.o" - "CMakeFiles/lib3104.dir/first.c.o.d" - "CMakeFiles/lib3104.dir/lib3104.c.o" - "CMakeFiles/lib3104.dir/lib3104.c.o.d" - "lib3104" - "lib3104.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib3104.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.make deleted file mode 100644 index 307279e5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib3104. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.ts deleted file mode 100644 index 64372c04..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib3104. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/depend.make deleted file mode 100644 index e4fbdd4b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib3104. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/flags.make deleted file mode 100644 index 4271f53e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3104 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/link.txt deleted file mode 100644 index 3b9a3648..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3104.dir/link.d CMakeFiles/lib3104.dir/lib3104.c.o CMakeFiles/lib3104.dir/first.c.o -o lib3104 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3104.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/DependInfo.cmake deleted file mode 100644 index af118491..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3105.c" "external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.o.d" - "" "external/curl/tests/libtest/lib3105" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3105.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make deleted file mode 100644 index 94feae03..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib3105.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib3105.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib3105.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib3105.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3105.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.o: external/curl/tests/libtest/CMakeFiles/lib3105.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3105.c -external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.o: external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.o -MF CMakeFiles/lib3105.dir/lib3105.c.o.d -o CMakeFiles/lib3105.dir/lib3105.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3105.c - -external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3105.dir/lib3105.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3105.c > CMakeFiles/lib3105.dir/lib3105.c.i - -external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3105.dir/lib3105.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3105.c -o CMakeFiles/lib3105.dir/lib3105.c.s - -external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3105.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.o -MF CMakeFiles/lib3105.dir/first.c.o.d -o CMakeFiles/lib3105.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3105.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3105.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3105.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3105.dir/first.c.s - -# Object files for target lib3105 -lib3105_OBJECTS = \ -"CMakeFiles/lib3105.dir/lib3105.c.o" \ -"CMakeFiles/lib3105.dir/first.c.o" - -# External object files for target lib3105 -lib3105_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib3105: external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.o -external/curl/tests/libtest/lib3105: external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.o -external/curl/tests/libtest/lib3105: external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make -external/curl/tests/libtest/lib3105: external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.ts -external/curl/tests/libtest/lib3105: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib3105: /usr/lib/libz.so -external/curl/tests/libtest/lib3105: external/curl/tests/libtest/CMakeFiles/lib3105.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib3105" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3105.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib3105.dir/build: external/curl/tests/libtest/lib3105 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3105.dir/build - -external/curl/tests/libtest/CMakeFiles/lib3105.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3105.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3105.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib3105.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3105.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3105.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/cmake_clean.cmake deleted file mode 100644 index 46bd722b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib3105.dir/link.d" - "CMakeFiles/lib3105.dir/first.c.o" - "CMakeFiles/lib3105.dir/first.c.o.d" - "CMakeFiles/lib3105.dir/lib3105.c.o" - "CMakeFiles/lib3105.dir/lib3105.c.o.d" - "lib3105" - "lib3105.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib3105.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.make deleted file mode 100644 index 95e57f0b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib3105. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.ts deleted file mode 100644 index 60208313..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib3105. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/depend.make deleted file mode 100644 index 2fd1a098..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib3105. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/flags.make deleted file mode 100644 index c83575c7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3105 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/link.txt deleted file mode 100644 index 5b79dbd9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3105.dir/link.d CMakeFiles/lib3105.dir/lib3105.c.o CMakeFiles/lib3105.dir/first.c.o -o lib3105 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3105.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/DependInfo.cmake deleted file mode 100644 index 38c79b17..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/DependInfo.cmake +++ /dev/null @@ -1,27 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3207.c" "external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/memptr.c" "external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib3207" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3207.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make deleted file mode 100644 index 6b670a61..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make +++ /dev/null @@ -1,164 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib3207.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib3207.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib3207.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib3207.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3207.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.o: external/curl/tests/libtest/CMakeFiles/lib3207.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3207.c -external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.o: external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.o -MF CMakeFiles/lib3207.dir/lib3207.c.o.d -o CMakeFiles/lib3207.dir/lib3207.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3207.c - -external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3207.dir/lib3207.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3207.c > CMakeFiles/lib3207.dir/lib3207.c.i - -external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3207.dir/lib3207.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3207.c -o CMakeFiles/lib3207.dir/lib3207.c.s - -external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3207.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.o -MF CMakeFiles/lib3207.dir/first.c.o.d -o CMakeFiles/lib3207.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3207.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3207.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3207.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3207.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3207.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.o -MF CMakeFiles/lib3207.dir/testutil.c.o.d -o CMakeFiles/lib3207.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3207.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib3207.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3207.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib3207.dir/testutil.c.s - -external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.o: external/curl/tests/libtest/CMakeFiles/lib3207.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/memptr.c -external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.o: external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.o -MF CMakeFiles/lib3207.dir/memptr.c.o.d -o CMakeFiles/lib3207.dir/memptr.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/memptr.c - -external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3207.dir/memptr.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/memptr.c > CMakeFiles/lib3207.dir/memptr.c.i - -external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3207.dir/memptr.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/memptr.c -o CMakeFiles/lib3207.dir/memptr.c.s - -# Object files for target lib3207 -lib3207_OBJECTS = \ -"CMakeFiles/lib3207.dir/lib3207.c.o" \ -"CMakeFiles/lib3207.dir/first.c.o" \ -"CMakeFiles/lib3207.dir/testutil.c.o" \ -"CMakeFiles/lib3207.dir/memptr.c.o" - -# External object files for target lib3207 -lib3207_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib3207: external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.o -external/curl/tests/libtest/lib3207: external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.o -external/curl/tests/libtest/lib3207: external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.o -external/curl/tests/libtest/lib3207: external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.o -external/curl/tests/libtest/lib3207: external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make -external/curl/tests/libtest/lib3207: external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.ts -external/curl/tests/libtest/lib3207: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib3207: /usr/lib/libz.so -external/curl/tests/libtest/lib3207: external/curl/tests/libtest/CMakeFiles/lib3207.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib3207" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3207.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib3207.dir/build: external/curl/tests/libtest/lib3207 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3207.dir/build - -external/curl/tests/libtest/CMakeFiles/lib3207.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3207.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3207.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib3207.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3207.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3207.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/cmake_clean.cmake deleted file mode 100644 index 937d070b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/cmake_clean.cmake +++ /dev/null @@ -1,18 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib3207.dir/link.d" - "CMakeFiles/lib3207.dir/first.c.o" - "CMakeFiles/lib3207.dir/first.c.o.d" - "CMakeFiles/lib3207.dir/lib3207.c.o" - "CMakeFiles/lib3207.dir/lib3207.c.o.d" - "CMakeFiles/lib3207.dir/memptr.c.o" - "CMakeFiles/lib3207.dir/memptr.c.o.d" - "CMakeFiles/lib3207.dir/testutil.c.o" - "CMakeFiles/lib3207.dir/testutil.c.o.d" - "lib3207" - "lib3207.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib3207.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.make deleted file mode 100644 index 388bf257..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib3207. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.ts deleted file mode 100644 index 9f6cc127..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib3207. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/depend.make deleted file mode 100644 index eb9cf989..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib3207. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/flags.make deleted file mode 100644 index 96afac4e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3207 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/link.txt deleted file mode 100644 index d7d38094..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3207.dir/link.d CMakeFiles/lib3207.dir/lib3207.c.o CMakeFiles/lib3207.dir/first.c.o CMakeFiles/lib3207.dir/testutil.c.o CMakeFiles/lib3207.dir/memptr.c.o -o lib3207 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/progress.make deleted file mode 100644 index 7f59a6bb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3207.dir/progress.make +++ /dev/null @@ -1,6 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/DependInfo.cmake deleted file mode 100644 index e4a8eb0c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3208.c" "external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib3208" "gcc" "external/curl/tests/libtest/CMakeFiles/lib3208.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make deleted file mode 100644 index 25c82cda..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib3208.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib3208.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib3208.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib3208.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3208.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.o: external/curl/tests/libtest/CMakeFiles/lib3208.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3208.c -external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.o: external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.o -MF CMakeFiles/lib3208.dir/lib3208.c.o.d -o CMakeFiles/lib3208.dir/lib3208.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3208.c - -external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3208.dir/lib3208.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3208.c > CMakeFiles/lib3208.dir/lib3208.c.i - -external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3208.dir/lib3208.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib3208.c -o CMakeFiles/lib3208.dir/lib3208.c.s - -external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3208.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.o -MF CMakeFiles/lib3208.dir/first.c.o.d -o CMakeFiles/lib3208.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3208.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib3208.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3208.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib3208.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3208.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.o -MF CMakeFiles/lib3208.dir/testutil.c.o.d -o CMakeFiles/lib3208.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib3208.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib3208.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib3208.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib3208.dir/testutil.c.s - -# Object files for target lib3208 -lib3208_OBJECTS = \ -"CMakeFiles/lib3208.dir/lib3208.c.o" \ -"CMakeFiles/lib3208.dir/first.c.o" \ -"CMakeFiles/lib3208.dir/testutil.c.o" - -# External object files for target lib3208 -lib3208_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib3208: external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.o -external/curl/tests/libtest/lib3208: external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.o -external/curl/tests/libtest/lib3208: external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.o -external/curl/tests/libtest/lib3208: external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make -external/curl/tests/libtest/lib3208: external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.ts -external/curl/tests/libtest/lib3208: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib3208: /usr/lib/libz.so -external/curl/tests/libtest/lib3208: external/curl/tests/libtest/CMakeFiles/lib3208.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib3208" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib3208.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib3208.dir/build: external/curl/tests/libtest/lib3208 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3208.dir/build - -external/curl/tests/libtest/CMakeFiles/lib3208.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib3208.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3208.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib3208.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib3208.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3208.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/cmake_clean.cmake deleted file mode 100644 index fca58224..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib3208.dir/link.d" - "CMakeFiles/lib3208.dir/first.c.o" - "CMakeFiles/lib3208.dir/first.c.o.d" - "CMakeFiles/lib3208.dir/lib3208.c.o" - "CMakeFiles/lib3208.dir/lib3208.c.o.d" - "CMakeFiles/lib3208.dir/testutil.c.o" - "CMakeFiles/lib3208.dir/testutil.c.o.d" - "lib3208" - "lib3208.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib3208.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.make deleted file mode 100644 index 513dcf62..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib3208. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.ts deleted file mode 100644 index 2de67dfe..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib3208. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/depend.make deleted file mode 100644 index 2999cba0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib3208. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/flags.make deleted file mode 100644 index 6577e0c9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB3208 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/link.txt deleted file mode 100644 index c28028fa..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib3208.dir/link.d CMakeFiles/lib3208.dir/lib3208.c.o CMakeFiles/lib3208.dir/first.c.o CMakeFiles/lib3208.dir/testutil.c.o -o lib3208 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/progress.make deleted file mode 100644 index 5132ab84..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib3208.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = 69 -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/DependInfo.cmake deleted file mode 100644 index d9d3fd47..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/DependInfo.cmake +++ /dev/null @@ -1,27 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib500.c" "external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib500" "gcc" "external/curl/tests/libtest/CMakeFiles/lib500.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make deleted file mode 100644 index 62d826b2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make +++ /dev/null @@ -1,164 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib500.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib500.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib500.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib500.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib500.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.o: external/curl/tests/libtest/CMakeFiles/lib500.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib500.c -external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.o: external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.o -MF CMakeFiles/lib500.dir/lib500.c.o.d -o CMakeFiles/lib500.dir/lib500.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib500.c - -external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib500.dir/lib500.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib500.c > CMakeFiles/lib500.dir/lib500.c.i - -external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib500.dir/lib500.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib500.c -o CMakeFiles/lib500.dir/lib500.c.s - -external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib500.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.o -MF CMakeFiles/lib500.dir/first.c.o.d -o CMakeFiles/lib500.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib500.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib500.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib500.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib500.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib500.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.o -MF CMakeFiles/lib500.dir/testutil.c.o.d -o CMakeFiles/lib500.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib500.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib500.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib500.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib500.dir/testutil.c.s - -external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib500.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.o -MF CMakeFiles/lib500.dir/testtrace.c.o.d -o CMakeFiles/lib500.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c - -external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib500.dir/testtrace.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib500.dir/testtrace.c.i - -external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib500.dir/testtrace.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib500.dir/testtrace.c.s - -# Object files for target lib500 -lib500_OBJECTS = \ -"CMakeFiles/lib500.dir/lib500.c.o" \ -"CMakeFiles/lib500.dir/first.c.o" \ -"CMakeFiles/lib500.dir/testutil.c.o" \ -"CMakeFiles/lib500.dir/testtrace.c.o" - -# External object files for target lib500 -lib500_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib500: external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.o -external/curl/tests/libtest/lib500: external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.o -external/curl/tests/libtest/lib500: external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.o -external/curl/tests/libtest/lib500: external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.o -external/curl/tests/libtest/lib500: external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make -external/curl/tests/libtest/lib500: external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.ts -external/curl/tests/libtest/lib500: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib500: /usr/lib/libz.so -external/curl/tests/libtest/lib500: external/curl/tests/libtest/CMakeFiles/lib500.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib500" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib500.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib500.dir/build: external/curl/tests/libtest/lib500 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib500.dir/build - -external/curl/tests/libtest/CMakeFiles/lib500.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib500.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib500.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib500.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib500.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib500.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/cmake_clean.cmake deleted file mode 100644 index 7f04d65f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/cmake_clean.cmake +++ /dev/null @@ -1,18 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib500.dir/link.d" - "CMakeFiles/lib500.dir/first.c.o" - "CMakeFiles/lib500.dir/first.c.o.d" - "CMakeFiles/lib500.dir/lib500.c.o" - "CMakeFiles/lib500.dir/lib500.c.o.d" - "CMakeFiles/lib500.dir/testtrace.c.o" - "CMakeFiles/lib500.dir/testtrace.c.o.d" - "CMakeFiles/lib500.dir/testutil.c.o" - "CMakeFiles/lib500.dir/testutil.c.o.d" - "lib500" - "lib500.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib500.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.make deleted file mode 100644 index 8d88a8a5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib500. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.ts deleted file mode 100644 index 08fa3b90..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib500. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/depend.make deleted file mode 100644 index bfaad759..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib500. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/flags.make deleted file mode 100644 index 43dfc81f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB500 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/link.txt deleted file mode 100644 index 3491979c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib500.dir/link.d CMakeFiles/lib500.dir/lib500.c.o CMakeFiles/lib500.dir/first.c.o CMakeFiles/lib500.dir/testutil.c.o CMakeFiles/lib500.dir/testtrace.c.o -o lib500 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/progress.make deleted file mode 100644 index 7f59a6bb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib500.dir/progress.make +++ /dev/null @@ -1,6 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/DependInfo.cmake deleted file mode 100644 index 6a81fecc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib501.c" "external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.o.d" - "" "external/curl/tests/libtest/lib501" "gcc" "external/curl/tests/libtest/CMakeFiles/lib501.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make deleted file mode 100644 index 6baaac95..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib501.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib501.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib501.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib501.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib501.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.o: external/curl/tests/libtest/CMakeFiles/lib501.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib501.c -external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.o: external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.o -MF CMakeFiles/lib501.dir/lib501.c.o.d -o CMakeFiles/lib501.dir/lib501.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib501.c - -external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib501.dir/lib501.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib501.c > CMakeFiles/lib501.dir/lib501.c.i - -external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib501.dir/lib501.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib501.c -o CMakeFiles/lib501.dir/lib501.c.s - -external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib501.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.o -MF CMakeFiles/lib501.dir/first.c.o.d -o CMakeFiles/lib501.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib501.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib501.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib501.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib501.dir/first.c.s - -# Object files for target lib501 -lib501_OBJECTS = \ -"CMakeFiles/lib501.dir/lib501.c.o" \ -"CMakeFiles/lib501.dir/first.c.o" - -# External object files for target lib501 -lib501_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib501: external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.o -external/curl/tests/libtest/lib501: external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.o -external/curl/tests/libtest/lib501: external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make -external/curl/tests/libtest/lib501: external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.ts -external/curl/tests/libtest/lib501: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib501: /usr/lib/libz.so -external/curl/tests/libtest/lib501: external/curl/tests/libtest/CMakeFiles/lib501.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib501" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib501.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib501.dir/build: external/curl/tests/libtest/lib501 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib501.dir/build - -external/curl/tests/libtest/CMakeFiles/lib501.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib501.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib501.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib501.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib501.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib501.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/cmake_clean.cmake deleted file mode 100644 index 5268923f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib501.dir/link.d" - "CMakeFiles/lib501.dir/first.c.o" - "CMakeFiles/lib501.dir/first.c.o.d" - "CMakeFiles/lib501.dir/lib501.c.o" - "CMakeFiles/lib501.dir/lib501.c.o.d" - "lib501" - "lib501.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib501.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.make deleted file mode 100644 index 37701df6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib501. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.ts deleted file mode 100644 index ffdd38e3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib501. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/depend.make deleted file mode 100644 index d1543f6f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib501. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/flags.make deleted file mode 100644 index ec737f8e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB501 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/link.txt deleted file mode 100644 index 4909338c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib501.dir/link.d CMakeFiles/lib501.dir/lib501.c.o CMakeFiles/lib501.dir/first.c.o -o lib501 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib501.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/DependInfo.cmake deleted file mode 100644 index 8480a9d5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib502.c" "external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib502" "gcc" "external/curl/tests/libtest/CMakeFiles/lib502.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make deleted file mode 100644 index ffefd954..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib502.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib502.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib502.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib502.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib502.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.o: external/curl/tests/libtest/CMakeFiles/lib502.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib502.c -external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.o: external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.o -MF CMakeFiles/lib502.dir/lib502.c.o.d -o CMakeFiles/lib502.dir/lib502.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib502.c - -external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib502.dir/lib502.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib502.c > CMakeFiles/lib502.dir/lib502.c.i - -external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib502.dir/lib502.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib502.c -o CMakeFiles/lib502.dir/lib502.c.s - -external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib502.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.o -MF CMakeFiles/lib502.dir/first.c.o.d -o CMakeFiles/lib502.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib502.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib502.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib502.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib502.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib502.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.o -MF CMakeFiles/lib502.dir/testutil.c.o.d -o CMakeFiles/lib502.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib502.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib502.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib502.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib502.dir/testutil.c.s - -# Object files for target lib502 -lib502_OBJECTS = \ -"CMakeFiles/lib502.dir/lib502.c.o" \ -"CMakeFiles/lib502.dir/first.c.o" \ -"CMakeFiles/lib502.dir/testutil.c.o" - -# External object files for target lib502 -lib502_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib502: external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.o -external/curl/tests/libtest/lib502: external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.o -external/curl/tests/libtest/lib502: external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.o -external/curl/tests/libtest/lib502: external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make -external/curl/tests/libtest/lib502: external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.ts -external/curl/tests/libtest/lib502: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib502: /usr/lib/libz.so -external/curl/tests/libtest/lib502: external/curl/tests/libtest/CMakeFiles/lib502.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib502" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib502.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib502.dir/build: external/curl/tests/libtest/lib502 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib502.dir/build - -external/curl/tests/libtest/CMakeFiles/lib502.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib502.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib502.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib502.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib502.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib502.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/cmake_clean.cmake deleted file mode 100644 index 24b63dc3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib502.dir/link.d" - "CMakeFiles/lib502.dir/first.c.o" - "CMakeFiles/lib502.dir/first.c.o.d" - "CMakeFiles/lib502.dir/lib502.c.o" - "CMakeFiles/lib502.dir/lib502.c.o.d" - "CMakeFiles/lib502.dir/testutil.c.o" - "CMakeFiles/lib502.dir/testutil.c.o.d" - "lib502" - "lib502.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib502.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.make deleted file mode 100644 index 22d92706..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib502. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.ts deleted file mode 100644 index a1a383e4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib502. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/depend.make deleted file mode 100644 index 010b4c39..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib502. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/flags.make deleted file mode 100644 index 3a1dbe20..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB502 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/link.txt deleted file mode 100644 index bb3171dd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib502.dir/link.d CMakeFiles/lib502.dir/lib502.c.o CMakeFiles/lib502.dir/first.c.o CMakeFiles/lib502.dir/testutil.c.o -o lib502 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib502.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/DependInfo.cmake deleted file mode 100644 index d542a663..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib503.c" "external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib503" "gcc" "external/curl/tests/libtest/CMakeFiles/lib503.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make deleted file mode 100644 index 1eebb79d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib503.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib503.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib503.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib503.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib503.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.o: external/curl/tests/libtest/CMakeFiles/lib503.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib503.c -external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.o: external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.o -MF CMakeFiles/lib503.dir/lib503.c.o.d -o CMakeFiles/lib503.dir/lib503.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib503.c - -external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib503.dir/lib503.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib503.c > CMakeFiles/lib503.dir/lib503.c.i - -external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib503.dir/lib503.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib503.c -o CMakeFiles/lib503.dir/lib503.c.s - -external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib503.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.o -MF CMakeFiles/lib503.dir/first.c.o.d -o CMakeFiles/lib503.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib503.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib503.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib503.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib503.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib503.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.o -MF CMakeFiles/lib503.dir/testutil.c.o.d -o CMakeFiles/lib503.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib503.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib503.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib503.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib503.dir/testutil.c.s - -# Object files for target lib503 -lib503_OBJECTS = \ -"CMakeFiles/lib503.dir/lib503.c.o" \ -"CMakeFiles/lib503.dir/first.c.o" \ -"CMakeFiles/lib503.dir/testutil.c.o" - -# External object files for target lib503 -lib503_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib503: external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.o -external/curl/tests/libtest/lib503: external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.o -external/curl/tests/libtest/lib503: external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.o -external/curl/tests/libtest/lib503: external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make -external/curl/tests/libtest/lib503: external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.ts -external/curl/tests/libtest/lib503: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib503: /usr/lib/libz.so -external/curl/tests/libtest/lib503: external/curl/tests/libtest/CMakeFiles/lib503.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib503" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib503.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib503.dir/build: external/curl/tests/libtest/lib503 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib503.dir/build - -external/curl/tests/libtest/CMakeFiles/lib503.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib503.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib503.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib503.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib503.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib503.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/cmake_clean.cmake deleted file mode 100644 index bc18c4b5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib503.dir/link.d" - "CMakeFiles/lib503.dir/first.c.o" - "CMakeFiles/lib503.dir/first.c.o.d" - "CMakeFiles/lib503.dir/lib503.c.o" - "CMakeFiles/lib503.dir/lib503.c.o.d" - "CMakeFiles/lib503.dir/testutil.c.o" - "CMakeFiles/lib503.dir/testutil.c.o.d" - "lib503" - "lib503.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib503.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.make deleted file mode 100644 index 5668ac67..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib503. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.ts deleted file mode 100644 index 7df7f130..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib503. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/depend.make deleted file mode 100644 index f68fd854..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib503. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/flags.make deleted file mode 100644 index f410dbe3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB503 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/link.txt deleted file mode 100644 index 59a7893c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib503.dir/link.d CMakeFiles/lib503.dir/lib503.c.o CMakeFiles/lib503.dir/first.c.o CMakeFiles/lib503.dir/testutil.c.o -o lib503 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib503.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/DependInfo.cmake deleted file mode 100644 index 7e833d01..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib504.c" "external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib504" "gcc" "external/curl/tests/libtest/CMakeFiles/lib504.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make deleted file mode 100644 index df9799dd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib504.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib504.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib504.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib504.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib504.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.o: external/curl/tests/libtest/CMakeFiles/lib504.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib504.c -external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.o: external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.o -MF CMakeFiles/lib504.dir/lib504.c.o.d -o CMakeFiles/lib504.dir/lib504.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib504.c - -external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib504.dir/lib504.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib504.c > CMakeFiles/lib504.dir/lib504.c.i - -external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib504.dir/lib504.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib504.c -o CMakeFiles/lib504.dir/lib504.c.s - -external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib504.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.o -MF CMakeFiles/lib504.dir/first.c.o.d -o CMakeFiles/lib504.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib504.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib504.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib504.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib504.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib504.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.o -MF CMakeFiles/lib504.dir/testutil.c.o.d -o CMakeFiles/lib504.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib504.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib504.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib504.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib504.dir/testutil.c.s - -# Object files for target lib504 -lib504_OBJECTS = \ -"CMakeFiles/lib504.dir/lib504.c.o" \ -"CMakeFiles/lib504.dir/first.c.o" \ -"CMakeFiles/lib504.dir/testutil.c.o" - -# External object files for target lib504 -lib504_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib504: external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.o -external/curl/tests/libtest/lib504: external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.o -external/curl/tests/libtest/lib504: external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.o -external/curl/tests/libtest/lib504: external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make -external/curl/tests/libtest/lib504: external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.ts -external/curl/tests/libtest/lib504: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib504: /usr/lib/libz.so -external/curl/tests/libtest/lib504: external/curl/tests/libtest/CMakeFiles/lib504.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib504" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib504.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib504.dir/build: external/curl/tests/libtest/lib504 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib504.dir/build - -external/curl/tests/libtest/CMakeFiles/lib504.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib504.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib504.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib504.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib504.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib504.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/cmake_clean.cmake deleted file mode 100644 index 640ca8e2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib504.dir/link.d" - "CMakeFiles/lib504.dir/first.c.o" - "CMakeFiles/lib504.dir/first.c.o.d" - "CMakeFiles/lib504.dir/lib504.c.o" - "CMakeFiles/lib504.dir/lib504.c.o.d" - "CMakeFiles/lib504.dir/testutil.c.o" - "CMakeFiles/lib504.dir/testutil.c.o.d" - "lib504" - "lib504.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib504.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.make deleted file mode 100644 index 692e1e90..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib504. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.ts deleted file mode 100644 index 146e6daf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib504. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/depend.make deleted file mode 100644 index dc00d6eb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib504. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/flags.make deleted file mode 100644 index 6d9f7580..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB504 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/link.txt deleted file mode 100644 index 7fef764c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib504.dir/link.d CMakeFiles/lib504.dir/lib504.c.o CMakeFiles/lib504.dir/first.c.o CMakeFiles/lib504.dir/testutil.c.o -o lib504 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib504.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/DependInfo.cmake deleted file mode 100644 index 0b1df8f1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib505.c" "external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.o.d" - "" "external/curl/tests/libtest/lib505" "gcc" "external/curl/tests/libtest/CMakeFiles/lib505.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make deleted file mode 100644 index a9716f7a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib505.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib505.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib505.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib505.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib505.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.o: external/curl/tests/libtest/CMakeFiles/lib505.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib505.c -external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.o: external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.o -MF CMakeFiles/lib505.dir/lib505.c.o.d -o CMakeFiles/lib505.dir/lib505.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib505.c - -external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib505.dir/lib505.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib505.c > CMakeFiles/lib505.dir/lib505.c.i - -external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib505.dir/lib505.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib505.c -o CMakeFiles/lib505.dir/lib505.c.s - -external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib505.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.o -MF CMakeFiles/lib505.dir/first.c.o.d -o CMakeFiles/lib505.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib505.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib505.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib505.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib505.dir/first.c.s - -# Object files for target lib505 -lib505_OBJECTS = \ -"CMakeFiles/lib505.dir/lib505.c.o" \ -"CMakeFiles/lib505.dir/first.c.o" - -# External object files for target lib505 -lib505_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib505: external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.o -external/curl/tests/libtest/lib505: external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.o -external/curl/tests/libtest/lib505: external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make -external/curl/tests/libtest/lib505: external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.ts -external/curl/tests/libtest/lib505: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib505: /usr/lib/libz.so -external/curl/tests/libtest/lib505: external/curl/tests/libtest/CMakeFiles/lib505.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib505" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib505.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib505.dir/build: external/curl/tests/libtest/lib505 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib505.dir/build - -external/curl/tests/libtest/CMakeFiles/lib505.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib505.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib505.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib505.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib505.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib505.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/cmake_clean.cmake deleted file mode 100644 index 01d767fe..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib505.dir/link.d" - "CMakeFiles/lib505.dir/first.c.o" - "CMakeFiles/lib505.dir/first.c.o.d" - "CMakeFiles/lib505.dir/lib505.c.o" - "CMakeFiles/lib505.dir/lib505.c.o.d" - "lib505" - "lib505.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib505.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.make deleted file mode 100644 index 3e0f9d01..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib505. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.ts deleted file mode 100644 index 75436710..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib505. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/depend.make deleted file mode 100644 index 59b0cf58..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib505. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/flags.make deleted file mode 100644 index 99032e5e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB505 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/link.txt deleted file mode 100644 index b1a342bf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib505.dir/link.d CMakeFiles/lib505.dir/lib505.c.o CMakeFiles/lib505.dir/first.c.o -o lib505 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib505.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/DependInfo.cmake deleted file mode 100644 index f9d2e783..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib506.c" "external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.o.d" - "" "external/curl/tests/libtest/lib506" "gcc" "external/curl/tests/libtest/CMakeFiles/lib506.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make deleted file mode 100644 index b5f1c114..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib506.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib506.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib506.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib506.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib506.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.o: external/curl/tests/libtest/CMakeFiles/lib506.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib506.c -external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.o: external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.o -MF CMakeFiles/lib506.dir/lib506.c.o.d -o CMakeFiles/lib506.dir/lib506.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib506.c - -external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib506.dir/lib506.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib506.c > CMakeFiles/lib506.dir/lib506.c.i - -external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib506.dir/lib506.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib506.c -o CMakeFiles/lib506.dir/lib506.c.s - -external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib506.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.o -MF CMakeFiles/lib506.dir/first.c.o.d -o CMakeFiles/lib506.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib506.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib506.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib506.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib506.dir/first.c.s - -# Object files for target lib506 -lib506_OBJECTS = \ -"CMakeFiles/lib506.dir/lib506.c.o" \ -"CMakeFiles/lib506.dir/first.c.o" - -# External object files for target lib506 -lib506_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib506: external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.o -external/curl/tests/libtest/lib506: external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.o -external/curl/tests/libtest/lib506: external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make -external/curl/tests/libtest/lib506: external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.ts -external/curl/tests/libtest/lib506: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib506: /usr/lib/libz.so -external/curl/tests/libtest/lib506: external/curl/tests/libtest/CMakeFiles/lib506.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib506" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib506.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib506.dir/build: external/curl/tests/libtest/lib506 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib506.dir/build - -external/curl/tests/libtest/CMakeFiles/lib506.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib506.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib506.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib506.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib506.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib506.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/cmake_clean.cmake deleted file mode 100644 index 8f7652c5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib506.dir/link.d" - "CMakeFiles/lib506.dir/first.c.o" - "CMakeFiles/lib506.dir/first.c.o.d" - "CMakeFiles/lib506.dir/lib506.c.o" - "CMakeFiles/lib506.dir/lib506.c.o.d" - "lib506" - "lib506.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib506.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.make deleted file mode 100644 index a68c83aa..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib506. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.ts deleted file mode 100644 index 92e1e42f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib506. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/depend.make deleted file mode 100644 index 9dd1d309..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib506. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/flags.make deleted file mode 100644 index 1c264186..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB506 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/link.txt deleted file mode 100644 index dcf94a94..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib506.dir/link.d CMakeFiles/lib506.dir/lib506.c.o CMakeFiles/lib506.dir/first.c.o -o lib506 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/progress.make deleted file mode 100644 index 672f3dd2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib506.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = 70 -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/DependInfo.cmake deleted file mode 100644 index d827588d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib507.c" "external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib507" "gcc" "external/curl/tests/libtest/CMakeFiles/lib507.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make deleted file mode 100644 index d9a61cc6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib507.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib507.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib507.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib507.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib507.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.o: external/curl/tests/libtest/CMakeFiles/lib507.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib507.c -external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.o: external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.o -MF CMakeFiles/lib507.dir/lib507.c.o.d -o CMakeFiles/lib507.dir/lib507.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib507.c - -external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib507.dir/lib507.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib507.c > CMakeFiles/lib507.dir/lib507.c.i - -external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib507.dir/lib507.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib507.c -o CMakeFiles/lib507.dir/lib507.c.s - -external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib507.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.o -MF CMakeFiles/lib507.dir/first.c.o.d -o CMakeFiles/lib507.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib507.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib507.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib507.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib507.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib507.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.o -MF CMakeFiles/lib507.dir/testutil.c.o.d -o CMakeFiles/lib507.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib507.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib507.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib507.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib507.dir/testutil.c.s - -# Object files for target lib507 -lib507_OBJECTS = \ -"CMakeFiles/lib507.dir/lib507.c.o" \ -"CMakeFiles/lib507.dir/first.c.o" \ -"CMakeFiles/lib507.dir/testutil.c.o" - -# External object files for target lib507 -lib507_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib507: external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.o -external/curl/tests/libtest/lib507: external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.o -external/curl/tests/libtest/lib507: external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.o -external/curl/tests/libtest/lib507: external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make -external/curl/tests/libtest/lib507: external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.ts -external/curl/tests/libtest/lib507: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib507: /usr/lib/libz.so -external/curl/tests/libtest/lib507: external/curl/tests/libtest/CMakeFiles/lib507.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib507" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib507.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib507.dir/build: external/curl/tests/libtest/lib507 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib507.dir/build - -external/curl/tests/libtest/CMakeFiles/lib507.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib507.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib507.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib507.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib507.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib507.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/cmake_clean.cmake deleted file mode 100644 index 06cff2ce..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib507.dir/link.d" - "CMakeFiles/lib507.dir/first.c.o" - "CMakeFiles/lib507.dir/first.c.o.d" - "CMakeFiles/lib507.dir/lib507.c.o" - "CMakeFiles/lib507.dir/lib507.c.o.d" - "CMakeFiles/lib507.dir/testutil.c.o" - "CMakeFiles/lib507.dir/testutil.c.o.d" - "lib507" - "lib507.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib507.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.make deleted file mode 100644 index 0f728b2a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib507. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.ts deleted file mode 100644 index 64c80403..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib507. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/depend.make deleted file mode 100644 index f1a6b02e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib507. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/flags.make deleted file mode 100644 index 0b826325..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB507 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/link.txt deleted file mode 100644 index 94aadc2a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib507.dir/link.d CMakeFiles/lib507.dir/lib507.c.o CMakeFiles/lib507.dir/first.c.o CMakeFiles/lib507.dir/testutil.c.o -o lib507 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib507.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/DependInfo.cmake deleted file mode 100644 index 9ae89441..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib508.c" "external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.o.d" - "" "external/curl/tests/libtest/lib508" "gcc" "external/curl/tests/libtest/CMakeFiles/lib508.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make deleted file mode 100644 index 00473990..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib508.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib508.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib508.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib508.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib508.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.o: external/curl/tests/libtest/CMakeFiles/lib508.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib508.c -external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.o: external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.o -MF CMakeFiles/lib508.dir/lib508.c.o.d -o CMakeFiles/lib508.dir/lib508.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib508.c - -external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib508.dir/lib508.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib508.c > CMakeFiles/lib508.dir/lib508.c.i - -external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib508.dir/lib508.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib508.c -o CMakeFiles/lib508.dir/lib508.c.s - -external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib508.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.o -MF CMakeFiles/lib508.dir/first.c.o.d -o CMakeFiles/lib508.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib508.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib508.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib508.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib508.dir/first.c.s - -# Object files for target lib508 -lib508_OBJECTS = \ -"CMakeFiles/lib508.dir/lib508.c.o" \ -"CMakeFiles/lib508.dir/first.c.o" - -# External object files for target lib508 -lib508_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib508: external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.o -external/curl/tests/libtest/lib508: external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.o -external/curl/tests/libtest/lib508: external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make -external/curl/tests/libtest/lib508: external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.ts -external/curl/tests/libtest/lib508: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib508: /usr/lib/libz.so -external/curl/tests/libtest/lib508: external/curl/tests/libtest/CMakeFiles/lib508.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib508" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib508.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib508.dir/build: external/curl/tests/libtest/lib508 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib508.dir/build - -external/curl/tests/libtest/CMakeFiles/lib508.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib508.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib508.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib508.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib508.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib508.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/cmake_clean.cmake deleted file mode 100644 index afe5220c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib508.dir/link.d" - "CMakeFiles/lib508.dir/first.c.o" - "CMakeFiles/lib508.dir/first.c.o.d" - "CMakeFiles/lib508.dir/lib508.c.o" - "CMakeFiles/lib508.dir/lib508.c.o.d" - "lib508" - "lib508.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib508.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.make deleted file mode 100644 index 4bf9d3c5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib508. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.ts deleted file mode 100644 index 40d5e213..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib508. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/depend.make deleted file mode 100644 index 7b89fdb7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib508. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/flags.make deleted file mode 100644 index 863f309c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB508 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/link.txt deleted file mode 100644 index 2c08bec5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib508.dir/link.d CMakeFiles/lib508.dir/lib508.c.o CMakeFiles/lib508.dir/first.c.o -o lib508 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib508.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/DependInfo.cmake deleted file mode 100644 index 6f62d57e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib509.c" "external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.o.d" - "" "external/curl/tests/libtest/lib509" "gcc" "external/curl/tests/libtest/CMakeFiles/lib509.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make deleted file mode 100644 index 94e474ba..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib509.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib509.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib509.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib509.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib509.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.o: external/curl/tests/libtest/CMakeFiles/lib509.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib509.c -external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.o: external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.o -MF CMakeFiles/lib509.dir/lib509.c.o.d -o CMakeFiles/lib509.dir/lib509.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib509.c - -external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib509.dir/lib509.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib509.c > CMakeFiles/lib509.dir/lib509.c.i - -external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib509.dir/lib509.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib509.c -o CMakeFiles/lib509.dir/lib509.c.s - -external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib509.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.o -MF CMakeFiles/lib509.dir/first.c.o.d -o CMakeFiles/lib509.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib509.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib509.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib509.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib509.dir/first.c.s - -# Object files for target lib509 -lib509_OBJECTS = \ -"CMakeFiles/lib509.dir/lib509.c.o" \ -"CMakeFiles/lib509.dir/first.c.o" - -# External object files for target lib509 -lib509_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib509: external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.o -external/curl/tests/libtest/lib509: external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.o -external/curl/tests/libtest/lib509: external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make -external/curl/tests/libtest/lib509: external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.ts -external/curl/tests/libtest/lib509: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib509: /usr/lib/libz.so -external/curl/tests/libtest/lib509: external/curl/tests/libtest/CMakeFiles/lib509.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib509" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib509.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib509.dir/build: external/curl/tests/libtest/lib509 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib509.dir/build - -external/curl/tests/libtest/CMakeFiles/lib509.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib509.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib509.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib509.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib509.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib509.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/cmake_clean.cmake deleted file mode 100644 index 002fc54b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib509.dir/link.d" - "CMakeFiles/lib509.dir/first.c.o" - "CMakeFiles/lib509.dir/first.c.o.d" - "CMakeFiles/lib509.dir/lib509.c.o" - "CMakeFiles/lib509.dir/lib509.c.o.d" - "lib509" - "lib509.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib509.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.make deleted file mode 100644 index f063ff28..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib509. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.ts deleted file mode 100644 index 949059cc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib509. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/depend.make deleted file mode 100644 index 83a25303..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib509. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/flags.make deleted file mode 100644 index ea95a034..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB509 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/link.txt deleted file mode 100644 index e202026b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib509.dir/link.d CMakeFiles/lib509.dir/lib509.c.o CMakeFiles/lib509.dir/first.c.o -o lib509 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib509.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/DependInfo.cmake deleted file mode 100644 index f4626ca5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib510.c" "external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.o.d" - "" "external/curl/tests/libtest/lib510" "gcc" "external/curl/tests/libtest/CMakeFiles/lib510.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make deleted file mode 100644 index 7d85aea3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib510.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib510.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib510.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib510.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib510.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.o: external/curl/tests/libtest/CMakeFiles/lib510.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib510.c -external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.o: external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.o -MF CMakeFiles/lib510.dir/lib510.c.o.d -o CMakeFiles/lib510.dir/lib510.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib510.c - -external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib510.dir/lib510.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib510.c > CMakeFiles/lib510.dir/lib510.c.i - -external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib510.dir/lib510.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib510.c -o CMakeFiles/lib510.dir/lib510.c.s - -external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib510.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.o -MF CMakeFiles/lib510.dir/first.c.o.d -o CMakeFiles/lib510.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib510.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib510.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib510.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib510.dir/first.c.s - -# Object files for target lib510 -lib510_OBJECTS = \ -"CMakeFiles/lib510.dir/lib510.c.o" \ -"CMakeFiles/lib510.dir/first.c.o" - -# External object files for target lib510 -lib510_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib510: external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.o -external/curl/tests/libtest/lib510: external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.o -external/curl/tests/libtest/lib510: external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make -external/curl/tests/libtest/lib510: external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.ts -external/curl/tests/libtest/lib510: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib510: /usr/lib/libz.so -external/curl/tests/libtest/lib510: external/curl/tests/libtest/CMakeFiles/lib510.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib510" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib510.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib510.dir/build: external/curl/tests/libtest/lib510 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib510.dir/build - -external/curl/tests/libtest/CMakeFiles/lib510.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib510.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib510.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib510.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib510.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib510.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/cmake_clean.cmake deleted file mode 100644 index 364dff40..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib510.dir/link.d" - "CMakeFiles/lib510.dir/first.c.o" - "CMakeFiles/lib510.dir/first.c.o.d" - "CMakeFiles/lib510.dir/lib510.c.o" - "CMakeFiles/lib510.dir/lib510.c.o.d" - "lib510" - "lib510.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib510.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.make deleted file mode 100644 index b57433e2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib510. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.ts deleted file mode 100644 index 55a5d11b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib510. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/depend.make deleted file mode 100644 index 916ff6a9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib510. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/flags.make deleted file mode 100644 index 65cde18f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB510 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/link.txt deleted file mode 100644 index fbe45235..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib510.dir/link.d CMakeFiles/lib510.dir/lib510.c.o CMakeFiles/lib510.dir/first.c.o -o lib510 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib510.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/DependInfo.cmake deleted file mode 100644 index 0c36ba57..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib511.c" "external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.o.d" - "" "external/curl/tests/libtest/lib511" "gcc" "external/curl/tests/libtest/CMakeFiles/lib511.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make deleted file mode 100644 index f1fd16da..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib511.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib511.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib511.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib511.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib511.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.o: external/curl/tests/libtest/CMakeFiles/lib511.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib511.c -external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.o: external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.o -MF CMakeFiles/lib511.dir/lib511.c.o.d -o CMakeFiles/lib511.dir/lib511.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib511.c - -external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib511.dir/lib511.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib511.c > CMakeFiles/lib511.dir/lib511.c.i - -external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib511.dir/lib511.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib511.c -o CMakeFiles/lib511.dir/lib511.c.s - -external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib511.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.o -MF CMakeFiles/lib511.dir/first.c.o.d -o CMakeFiles/lib511.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib511.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib511.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib511.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib511.dir/first.c.s - -# Object files for target lib511 -lib511_OBJECTS = \ -"CMakeFiles/lib511.dir/lib511.c.o" \ -"CMakeFiles/lib511.dir/first.c.o" - -# External object files for target lib511 -lib511_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib511: external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.o -external/curl/tests/libtest/lib511: external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.o -external/curl/tests/libtest/lib511: external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make -external/curl/tests/libtest/lib511: external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.ts -external/curl/tests/libtest/lib511: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib511: /usr/lib/libz.so -external/curl/tests/libtest/lib511: external/curl/tests/libtest/CMakeFiles/lib511.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib511" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib511.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib511.dir/build: external/curl/tests/libtest/lib511 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib511.dir/build - -external/curl/tests/libtest/CMakeFiles/lib511.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib511.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib511.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib511.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib511.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib511.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/cmake_clean.cmake deleted file mode 100644 index a3cfe160..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib511.dir/link.d" - "CMakeFiles/lib511.dir/first.c.o" - "CMakeFiles/lib511.dir/first.c.o.d" - "CMakeFiles/lib511.dir/lib511.c.o" - "CMakeFiles/lib511.dir/lib511.c.o.d" - "lib511" - "lib511.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib511.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.make deleted file mode 100644 index 7ecdf8e1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib511. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.ts deleted file mode 100644 index 3511710d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib511. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/depend.make deleted file mode 100644 index d2b7dd17..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib511. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/flags.make deleted file mode 100644 index fa26f5e1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB511 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/link.txt deleted file mode 100644 index ec999286..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib511.dir/link.d CMakeFiles/lib511.dir/lib511.c.o CMakeFiles/lib511.dir/first.c.o -o lib511 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib511.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/DependInfo.cmake deleted file mode 100644 index 86f85341..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib512.c" "external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.o.d" - "" "external/curl/tests/libtest/lib512" "gcc" "external/curl/tests/libtest/CMakeFiles/lib512.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make deleted file mode 100644 index 4018cd7f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib512.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib512.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib512.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib512.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib512.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.o: external/curl/tests/libtest/CMakeFiles/lib512.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib512.c -external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.o: external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.o -MF CMakeFiles/lib512.dir/lib512.c.o.d -o CMakeFiles/lib512.dir/lib512.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib512.c - -external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib512.dir/lib512.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib512.c > CMakeFiles/lib512.dir/lib512.c.i - -external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib512.dir/lib512.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib512.c -o CMakeFiles/lib512.dir/lib512.c.s - -external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib512.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.o -MF CMakeFiles/lib512.dir/first.c.o.d -o CMakeFiles/lib512.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib512.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib512.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib512.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib512.dir/first.c.s - -# Object files for target lib512 -lib512_OBJECTS = \ -"CMakeFiles/lib512.dir/lib512.c.o" \ -"CMakeFiles/lib512.dir/first.c.o" - -# External object files for target lib512 -lib512_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib512: external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.o -external/curl/tests/libtest/lib512: external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.o -external/curl/tests/libtest/lib512: external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make -external/curl/tests/libtest/lib512: external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.ts -external/curl/tests/libtest/lib512: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib512: /usr/lib/libz.so -external/curl/tests/libtest/lib512: external/curl/tests/libtest/CMakeFiles/lib512.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib512" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib512.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib512.dir/build: external/curl/tests/libtest/lib512 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib512.dir/build - -external/curl/tests/libtest/CMakeFiles/lib512.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib512.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib512.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib512.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib512.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib512.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/cmake_clean.cmake deleted file mode 100644 index 36ee9987..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib512.dir/link.d" - "CMakeFiles/lib512.dir/first.c.o" - "CMakeFiles/lib512.dir/first.c.o.d" - "CMakeFiles/lib512.dir/lib512.c.o" - "CMakeFiles/lib512.dir/lib512.c.o.d" - "lib512" - "lib512.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib512.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.make deleted file mode 100644 index a1bd2538..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib512. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.ts deleted file mode 100644 index 989c0014..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib512. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/depend.make deleted file mode 100644 index e05a1724..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib512. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/flags.make deleted file mode 100644 index d6cd1bae..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB512 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/link.txt deleted file mode 100644 index eb4c2de8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib512.dir/link.d CMakeFiles/lib512.dir/lib512.c.o CMakeFiles/lib512.dir/first.c.o -o lib512 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib512.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/DependInfo.cmake deleted file mode 100644 index 6c3c8750..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib513.c" "external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.o.d" - "" "external/curl/tests/libtest/lib513" "gcc" "external/curl/tests/libtest/CMakeFiles/lib513.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make deleted file mode 100644 index af4cb721..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib513.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib513.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib513.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib513.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib513.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.o: external/curl/tests/libtest/CMakeFiles/lib513.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib513.c -external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.o: external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.o -MF CMakeFiles/lib513.dir/lib513.c.o.d -o CMakeFiles/lib513.dir/lib513.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib513.c - -external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib513.dir/lib513.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib513.c > CMakeFiles/lib513.dir/lib513.c.i - -external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib513.dir/lib513.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib513.c -o CMakeFiles/lib513.dir/lib513.c.s - -external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib513.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.o -MF CMakeFiles/lib513.dir/first.c.o.d -o CMakeFiles/lib513.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib513.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib513.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib513.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib513.dir/first.c.s - -# Object files for target lib513 -lib513_OBJECTS = \ -"CMakeFiles/lib513.dir/lib513.c.o" \ -"CMakeFiles/lib513.dir/first.c.o" - -# External object files for target lib513 -lib513_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib513: external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.o -external/curl/tests/libtest/lib513: external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.o -external/curl/tests/libtest/lib513: external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make -external/curl/tests/libtest/lib513: external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.ts -external/curl/tests/libtest/lib513: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib513: /usr/lib/libz.so -external/curl/tests/libtest/lib513: external/curl/tests/libtest/CMakeFiles/lib513.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib513" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib513.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib513.dir/build: external/curl/tests/libtest/lib513 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib513.dir/build - -external/curl/tests/libtest/CMakeFiles/lib513.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib513.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib513.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib513.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib513.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib513.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/cmake_clean.cmake deleted file mode 100644 index 02ec7488..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib513.dir/link.d" - "CMakeFiles/lib513.dir/first.c.o" - "CMakeFiles/lib513.dir/first.c.o.d" - "CMakeFiles/lib513.dir/lib513.c.o" - "CMakeFiles/lib513.dir/lib513.c.o.d" - "lib513" - "lib513.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib513.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.make deleted file mode 100644 index 570cbca0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib513. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.ts deleted file mode 100644 index 31e7ad5f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib513. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/depend.make deleted file mode 100644 index 4d951740..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib513. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/flags.make deleted file mode 100644 index 7e93ad2d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB513 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/link.txt deleted file mode 100644 index 0b5aeeb2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib513.dir/link.d CMakeFiles/lib513.dir/lib513.c.o CMakeFiles/lib513.dir/first.c.o -o lib513 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib513.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/DependInfo.cmake deleted file mode 100644 index 051d22e5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib514.c" "external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.o.d" - "" "external/curl/tests/libtest/lib514" "gcc" "external/curl/tests/libtest/CMakeFiles/lib514.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make deleted file mode 100644 index 997ee037..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib514.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib514.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib514.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib514.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib514.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.o: external/curl/tests/libtest/CMakeFiles/lib514.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib514.c -external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.o: external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.o -MF CMakeFiles/lib514.dir/lib514.c.o.d -o CMakeFiles/lib514.dir/lib514.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib514.c - -external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib514.dir/lib514.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib514.c > CMakeFiles/lib514.dir/lib514.c.i - -external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib514.dir/lib514.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib514.c -o CMakeFiles/lib514.dir/lib514.c.s - -external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib514.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.o -MF CMakeFiles/lib514.dir/first.c.o.d -o CMakeFiles/lib514.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib514.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib514.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib514.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib514.dir/first.c.s - -# Object files for target lib514 -lib514_OBJECTS = \ -"CMakeFiles/lib514.dir/lib514.c.o" \ -"CMakeFiles/lib514.dir/first.c.o" - -# External object files for target lib514 -lib514_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib514: external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.o -external/curl/tests/libtest/lib514: external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.o -external/curl/tests/libtest/lib514: external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make -external/curl/tests/libtest/lib514: external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.ts -external/curl/tests/libtest/lib514: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib514: /usr/lib/libz.so -external/curl/tests/libtest/lib514: external/curl/tests/libtest/CMakeFiles/lib514.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib514" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib514.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib514.dir/build: external/curl/tests/libtest/lib514 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib514.dir/build - -external/curl/tests/libtest/CMakeFiles/lib514.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib514.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib514.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib514.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib514.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib514.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/cmake_clean.cmake deleted file mode 100644 index 79194d66..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib514.dir/link.d" - "CMakeFiles/lib514.dir/first.c.o" - "CMakeFiles/lib514.dir/first.c.o.d" - "CMakeFiles/lib514.dir/lib514.c.o" - "CMakeFiles/lib514.dir/lib514.c.o.d" - "lib514" - "lib514.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib514.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.make deleted file mode 100644 index 530953be..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib514. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.ts deleted file mode 100644 index 666ab390..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib514. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/depend.make deleted file mode 100644 index 9c0e37e6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib514. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/flags.make deleted file mode 100644 index 5f0d78bf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB514 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/link.txt deleted file mode 100644 index 75cad5a2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib514.dir/link.d CMakeFiles/lib514.dir/lib514.c.o CMakeFiles/lib514.dir/first.c.o -o lib514 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib514.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/DependInfo.cmake deleted file mode 100644 index a5d68c4f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib515.c" "external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.o.d" - "" "external/curl/tests/libtest/lib515" "gcc" "external/curl/tests/libtest/CMakeFiles/lib515.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make deleted file mode 100644 index c38edec7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib515.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib515.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib515.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib515.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib515.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.o: external/curl/tests/libtest/CMakeFiles/lib515.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib515.c -external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.o: external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.o -MF CMakeFiles/lib515.dir/lib515.c.o.d -o CMakeFiles/lib515.dir/lib515.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib515.c - -external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib515.dir/lib515.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib515.c > CMakeFiles/lib515.dir/lib515.c.i - -external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib515.dir/lib515.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib515.c -o CMakeFiles/lib515.dir/lib515.c.s - -external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib515.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.o -MF CMakeFiles/lib515.dir/first.c.o.d -o CMakeFiles/lib515.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib515.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib515.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib515.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib515.dir/first.c.s - -# Object files for target lib515 -lib515_OBJECTS = \ -"CMakeFiles/lib515.dir/lib515.c.o" \ -"CMakeFiles/lib515.dir/first.c.o" - -# External object files for target lib515 -lib515_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib515: external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.o -external/curl/tests/libtest/lib515: external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.o -external/curl/tests/libtest/lib515: external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make -external/curl/tests/libtest/lib515: external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.ts -external/curl/tests/libtest/lib515: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib515: /usr/lib/libz.so -external/curl/tests/libtest/lib515: external/curl/tests/libtest/CMakeFiles/lib515.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib515" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib515.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib515.dir/build: external/curl/tests/libtest/lib515 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib515.dir/build - -external/curl/tests/libtest/CMakeFiles/lib515.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib515.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib515.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib515.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib515.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib515.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/cmake_clean.cmake deleted file mode 100644 index 6121c751..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib515.dir/link.d" - "CMakeFiles/lib515.dir/first.c.o" - "CMakeFiles/lib515.dir/first.c.o.d" - "CMakeFiles/lib515.dir/lib515.c.o" - "CMakeFiles/lib515.dir/lib515.c.o.d" - "lib515" - "lib515.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib515.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.make deleted file mode 100644 index 2b1c91b6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib515. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.ts deleted file mode 100644 index 9fa4243c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib515. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/depend.make deleted file mode 100644 index 871f7fad..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib515. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/flags.make deleted file mode 100644 index 8d24a3d3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB515 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/link.txt deleted file mode 100644 index 7b73f856..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib515.dir/link.d CMakeFiles/lib515.dir/lib515.c.o CMakeFiles/lib515.dir/first.c.o -o lib515 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/progress.make deleted file mode 100644 index 776543ab..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib515.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = 71 - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/DependInfo.cmake deleted file mode 100644 index 5627075c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib516.c" "external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.o.d" - "" "external/curl/tests/libtest/lib516" "gcc" "external/curl/tests/libtest/CMakeFiles/lib516.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make deleted file mode 100644 index 32460c00..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib516.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib516.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib516.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib516.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib516.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.o: external/curl/tests/libtest/CMakeFiles/lib516.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib516.c -external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.o: external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.o -MF CMakeFiles/lib516.dir/lib516.c.o.d -o CMakeFiles/lib516.dir/lib516.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib516.c - -external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib516.dir/lib516.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib516.c > CMakeFiles/lib516.dir/lib516.c.i - -external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib516.dir/lib516.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib516.c -o CMakeFiles/lib516.dir/lib516.c.s - -external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib516.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.o -MF CMakeFiles/lib516.dir/first.c.o.d -o CMakeFiles/lib516.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib516.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib516.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib516.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib516.dir/first.c.s - -# Object files for target lib516 -lib516_OBJECTS = \ -"CMakeFiles/lib516.dir/lib516.c.o" \ -"CMakeFiles/lib516.dir/first.c.o" - -# External object files for target lib516 -lib516_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib516: external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.o -external/curl/tests/libtest/lib516: external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.o -external/curl/tests/libtest/lib516: external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make -external/curl/tests/libtest/lib516: external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.ts -external/curl/tests/libtest/lib516: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib516: /usr/lib/libz.so -external/curl/tests/libtest/lib516: external/curl/tests/libtest/CMakeFiles/lib516.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib516" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib516.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib516.dir/build: external/curl/tests/libtest/lib516 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib516.dir/build - -external/curl/tests/libtest/CMakeFiles/lib516.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib516.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib516.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib516.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib516.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib516.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/cmake_clean.cmake deleted file mode 100644 index 7fbbcf9e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib516.dir/link.d" - "CMakeFiles/lib516.dir/first.c.o" - "CMakeFiles/lib516.dir/first.c.o.d" - "CMakeFiles/lib516.dir/lib516.c.o" - "CMakeFiles/lib516.dir/lib516.c.o.d" - "lib516" - "lib516.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib516.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.make deleted file mode 100644 index 3c47fe7f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib516. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.ts deleted file mode 100644 index 61bb699a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib516. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/depend.make deleted file mode 100644 index 61422cbf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib516. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/flags.make deleted file mode 100644 index b581db86..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB516 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/link.txt deleted file mode 100644 index 4d62fe10..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib516.dir/link.d CMakeFiles/lib516.dir/lib516.c.o CMakeFiles/lib516.dir/first.c.o -o lib516 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib516.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/DependInfo.cmake deleted file mode 100644 index 62050c19..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib517.c" "external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.o.d" - "" "external/curl/tests/libtest/lib517" "gcc" "external/curl/tests/libtest/CMakeFiles/lib517.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make deleted file mode 100644 index 935c9ab0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib517.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib517.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib517.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib517.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib517.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.o: external/curl/tests/libtest/CMakeFiles/lib517.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib517.c -external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.o: external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.o -MF CMakeFiles/lib517.dir/lib517.c.o.d -o CMakeFiles/lib517.dir/lib517.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib517.c - -external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib517.dir/lib517.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib517.c > CMakeFiles/lib517.dir/lib517.c.i - -external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib517.dir/lib517.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib517.c -o CMakeFiles/lib517.dir/lib517.c.s - -external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib517.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.o -MF CMakeFiles/lib517.dir/first.c.o.d -o CMakeFiles/lib517.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib517.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib517.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib517.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib517.dir/first.c.s - -# Object files for target lib517 -lib517_OBJECTS = \ -"CMakeFiles/lib517.dir/lib517.c.o" \ -"CMakeFiles/lib517.dir/first.c.o" - -# External object files for target lib517 -lib517_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib517: external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.o -external/curl/tests/libtest/lib517: external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.o -external/curl/tests/libtest/lib517: external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make -external/curl/tests/libtest/lib517: external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.ts -external/curl/tests/libtest/lib517: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib517: /usr/lib/libz.so -external/curl/tests/libtest/lib517: external/curl/tests/libtest/CMakeFiles/lib517.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib517" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib517.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib517.dir/build: external/curl/tests/libtest/lib517 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib517.dir/build - -external/curl/tests/libtest/CMakeFiles/lib517.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib517.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib517.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib517.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib517.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib517.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/cmake_clean.cmake deleted file mode 100644 index ab18faa7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib517.dir/link.d" - "CMakeFiles/lib517.dir/first.c.o" - "CMakeFiles/lib517.dir/first.c.o.d" - "CMakeFiles/lib517.dir/lib517.c.o" - "CMakeFiles/lib517.dir/lib517.c.o.d" - "lib517" - "lib517.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib517.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.make deleted file mode 100644 index 2bac9498..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib517. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.ts deleted file mode 100644 index b886a5df..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib517. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/depend.make deleted file mode 100644 index 07adc862..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib517. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/flags.make deleted file mode 100644 index da5e0181..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB517 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/link.txt deleted file mode 100644 index d566ec2e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib517.dir/link.d CMakeFiles/lib517.dir/lib517.c.o CMakeFiles/lib517.dir/first.c.o -o lib517 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib517.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/DependInfo.cmake deleted file mode 100644 index 8a838e7a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib518.c" "external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.o.d" - "" "external/curl/tests/libtest/lib518" "gcc" "external/curl/tests/libtest/CMakeFiles/lib518.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make deleted file mode 100644 index d0a8256e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib518.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib518.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib518.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib518.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib518.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.o: external/curl/tests/libtest/CMakeFiles/lib518.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib518.c -external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.o: external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.o -MF CMakeFiles/lib518.dir/lib518.c.o.d -o CMakeFiles/lib518.dir/lib518.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib518.c - -external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib518.dir/lib518.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib518.c > CMakeFiles/lib518.dir/lib518.c.i - -external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib518.dir/lib518.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib518.c -o CMakeFiles/lib518.dir/lib518.c.s - -external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib518.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.o -MF CMakeFiles/lib518.dir/first.c.o.d -o CMakeFiles/lib518.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib518.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib518.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib518.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib518.dir/first.c.s - -# Object files for target lib518 -lib518_OBJECTS = \ -"CMakeFiles/lib518.dir/lib518.c.o" \ -"CMakeFiles/lib518.dir/first.c.o" - -# External object files for target lib518 -lib518_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib518: external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.o -external/curl/tests/libtest/lib518: external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.o -external/curl/tests/libtest/lib518: external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make -external/curl/tests/libtest/lib518: external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.ts -external/curl/tests/libtest/lib518: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib518: /usr/lib/libz.so -external/curl/tests/libtest/lib518: external/curl/tests/libtest/CMakeFiles/lib518.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib518" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib518.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib518.dir/build: external/curl/tests/libtest/lib518 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib518.dir/build - -external/curl/tests/libtest/CMakeFiles/lib518.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib518.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib518.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib518.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib518.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib518.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/cmake_clean.cmake deleted file mode 100644 index fd63aaf7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib518.dir/link.d" - "CMakeFiles/lib518.dir/first.c.o" - "CMakeFiles/lib518.dir/first.c.o.d" - "CMakeFiles/lib518.dir/lib518.c.o" - "CMakeFiles/lib518.dir/lib518.c.o.d" - "lib518" - "lib518.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib518.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.make deleted file mode 100644 index b567c70d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib518. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.ts deleted file mode 100644 index 74164ff9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib518. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/depend.make deleted file mode 100644 index 17c81a4f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib518. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/flags.make deleted file mode 100644 index b070d6c2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB518 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/link.txt deleted file mode 100644 index 3a3e0ac6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib518.dir/link.d CMakeFiles/lib518.dir/lib518.c.o CMakeFiles/lib518.dir/first.c.o -o lib518 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib518.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/DependInfo.cmake deleted file mode 100644 index d4b3bcb0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib519.c" "external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.o.d" - "" "external/curl/tests/libtest/lib519" "gcc" "external/curl/tests/libtest/CMakeFiles/lib519.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make deleted file mode 100644 index b674e847..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib519.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib519.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib519.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib519.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib519.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.o: external/curl/tests/libtest/CMakeFiles/lib519.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib519.c -external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.o: external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.o -MF CMakeFiles/lib519.dir/lib519.c.o.d -o CMakeFiles/lib519.dir/lib519.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib519.c - -external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib519.dir/lib519.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib519.c > CMakeFiles/lib519.dir/lib519.c.i - -external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib519.dir/lib519.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib519.c -o CMakeFiles/lib519.dir/lib519.c.s - -external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib519.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.o -MF CMakeFiles/lib519.dir/first.c.o.d -o CMakeFiles/lib519.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib519.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib519.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib519.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib519.dir/first.c.s - -# Object files for target lib519 -lib519_OBJECTS = \ -"CMakeFiles/lib519.dir/lib519.c.o" \ -"CMakeFiles/lib519.dir/first.c.o" - -# External object files for target lib519 -lib519_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib519: external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.o -external/curl/tests/libtest/lib519: external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.o -external/curl/tests/libtest/lib519: external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make -external/curl/tests/libtest/lib519: external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.ts -external/curl/tests/libtest/lib519: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib519: /usr/lib/libz.so -external/curl/tests/libtest/lib519: external/curl/tests/libtest/CMakeFiles/lib519.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib519" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib519.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib519.dir/build: external/curl/tests/libtest/lib519 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib519.dir/build - -external/curl/tests/libtest/CMakeFiles/lib519.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib519.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib519.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib519.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib519.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib519.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/cmake_clean.cmake deleted file mode 100644 index 100cc585..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib519.dir/link.d" - "CMakeFiles/lib519.dir/first.c.o" - "CMakeFiles/lib519.dir/first.c.o.d" - "CMakeFiles/lib519.dir/lib519.c.o" - "CMakeFiles/lib519.dir/lib519.c.o.d" - "lib519" - "lib519.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib519.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.make deleted file mode 100644 index be1849bb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib519. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.ts deleted file mode 100644 index 62cd6529..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib519. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/depend.make deleted file mode 100644 index 5251b9b0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib519. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/flags.make deleted file mode 100644 index eb147ff9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB519 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/link.txt deleted file mode 100644 index c87f7064..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib519.dir/link.d CMakeFiles/lib519.dir/lib519.c.o CMakeFiles/lib519.dir/first.c.o -o lib519 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib519.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/DependInfo.cmake deleted file mode 100644 index a8604ae0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib520.c" "external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.o.d" - "" "external/curl/tests/libtest/lib520" "gcc" "external/curl/tests/libtest/CMakeFiles/lib520.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make deleted file mode 100644 index 27dae13c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib520.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib520.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib520.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib520.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib520.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.o: external/curl/tests/libtest/CMakeFiles/lib520.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib520.c -external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.o: external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.o -MF CMakeFiles/lib520.dir/lib520.c.o.d -o CMakeFiles/lib520.dir/lib520.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib520.c - -external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib520.dir/lib520.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib520.c > CMakeFiles/lib520.dir/lib520.c.i - -external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib520.dir/lib520.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib520.c -o CMakeFiles/lib520.dir/lib520.c.s - -external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib520.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.o -MF CMakeFiles/lib520.dir/first.c.o.d -o CMakeFiles/lib520.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib520.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib520.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib520.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib520.dir/first.c.s - -# Object files for target lib520 -lib520_OBJECTS = \ -"CMakeFiles/lib520.dir/lib520.c.o" \ -"CMakeFiles/lib520.dir/first.c.o" - -# External object files for target lib520 -lib520_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib520: external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.o -external/curl/tests/libtest/lib520: external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.o -external/curl/tests/libtest/lib520: external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make -external/curl/tests/libtest/lib520: external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.ts -external/curl/tests/libtest/lib520: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib520: /usr/lib/libz.so -external/curl/tests/libtest/lib520: external/curl/tests/libtest/CMakeFiles/lib520.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib520" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib520.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib520.dir/build: external/curl/tests/libtest/lib520 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib520.dir/build - -external/curl/tests/libtest/CMakeFiles/lib520.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib520.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib520.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib520.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib520.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib520.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/cmake_clean.cmake deleted file mode 100644 index b29d10dc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib520.dir/link.d" - "CMakeFiles/lib520.dir/first.c.o" - "CMakeFiles/lib520.dir/first.c.o.d" - "CMakeFiles/lib520.dir/lib520.c.o" - "CMakeFiles/lib520.dir/lib520.c.o.d" - "lib520" - "lib520.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib520.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.make deleted file mode 100644 index 23d83fc4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib520. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.ts deleted file mode 100644 index e5c441ec..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib520. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/depend.make deleted file mode 100644 index 6f61f5f9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib520. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/flags.make deleted file mode 100644 index b3de010d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB520 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/link.txt deleted file mode 100644 index add89fa6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib520.dir/link.d CMakeFiles/lib520.dir/lib520.c.o CMakeFiles/lib520.dir/first.c.o -o lib520 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib520.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/DependInfo.cmake deleted file mode 100644 index 5cc18c2d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib521.c" "external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.o.d" - "" "external/curl/tests/libtest/lib521" "gcc" "external/curl/tests/libtest/CMakeFiles/lib521.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make deleted file mode 100644 index fa5c2014..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib521.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib521.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib521.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib521.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib521.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.o: external/curl/tests/libtest/CMakeFiles/lib521.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib521.c -external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.o: external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.o -MF CMakeFiles/lib521.dir/lib521.c.o.d -o CMakeFiles/lib521.dir/lib521.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib521.c - -external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib521.dir/lib521.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib521.c > CMakeFiles/lib521.dir/lib521.c.i - -external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib521.dir/lib521.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib521.c -o CMakeFiles/lib521.dir/lib521.c.s - -external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib521.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.o -MF CMakeFiles/lib521.dir/first.c.o.d -o CMakeFiles/lib521.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib521.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib521.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib521.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib521.dir/first.c.s - -# Object files for target lib521 -lib521_OBJECTS = \ -"CMakeFiles/lib521.dir/lib521.c.o" \ -"CMakeFiles/lib521.dir/first.c.o" - -# External object files for target lib521 -lib521_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib521: external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.o -external/curl/tests/libtest/lib521: external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.o -external/curl/tests/libtest/lib521: external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make -external/curl/tests/libtest/lib521: external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.ts -external/curl/tests/libtest/lib521: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib521: /usr/lib/libz.so -external/curl/tests/libtest/lib521: external/curl/tests/libtest/CMakeFiles/lib521.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib521" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib521.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib521.dir/build: external/curl/tests/libtest/lib521 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib521.dir/build - -external/curl/tests/libtest/CMakeFiles/lib521.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib521.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib521.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib521.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib521.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib521.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/cmake_clean.cmake deleted file mode 100644 index e493ebf1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib521.dir/link.d" - "CMakeFiles/lib521.dir/first.c.o" - "CMakeFiles/lib521.dir/first.c.o.d" - "CMakeFiles/lib521.dir/lib521.c.o" - "CMakeFiles/lib521.dir/lib521.c.o.d" - "lib521" - "lib521.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib521.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.make deleted file mode 100644 index 1f60b3c5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib521. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.ts deleted file mode 100644 index 05dd4db1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib521. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/depend.make deleted file mode 100644 index c9beddcd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib521. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/flags.make deleted file mode 100644 index e40f2d5a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB521 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/link.txt deleted file mode 100644 index cb95f25f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib521.dir/link.d CMakeFiles/lib521.dir/lib521.c.o CMakeFiles/lib521.dir/first.c.o -o lib521 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib521.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/DependInfo.cmake deleted file mode 100644 index 059dc414..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib523.c" "external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.o.d" - "" "external/curl/tests/libtest/lib523" "gcc" "external/curl/tests/libtest/CMakeFiles/lib523.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make deleted file mode 100644 index e938cd97..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib523.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib523.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib523.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib523.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib523.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.o: external/curl/tests/libtest/CMakeFiles/lib523.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib523.c -external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.o: external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.o -MF CMakeFiles/lib523.dir/lib523.c.o.d -o CMakeFiles/lib523.dir/lib523.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib523.c - -external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib523.dir/lib523.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib523.c > CMakeFiles/lib523.dir/lib523.c.i - -external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib523.dir/lib523.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib523.c -o CMakeFiles/lib523.dir/lib523.c.s - -external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib523.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.o -MF CMakeFiles/lib523.dir/first.c.o.d -o CMakeFiles/lib523.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib523.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib523.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib523.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib523.dir/first.c.s - -# Object files for target lib523 -lib523_OBJECTS = \ -"CMakeFiles/lib523.dir/lib523.c.o" \ -"CMakeFiles/lib523.dir/first.c.o" - -# External object files for target lib523 -lib523_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib523: external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.o -external/curl/tests/libtest/lib523: external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.o -external/curl/tests/libtest/lib523: external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make -external/curl/tests/libtest/lib523: external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.ts -external/curl/tests/libtest/lib523: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib523: /usr/lib/libz.so -external/curl/tests/libtest/lib523: external/curl/tests/libtest/CMakeFiles/lib523.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib523" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib523.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib523.dir/build: external/curl/tests/libtest/lib523 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib523.dir/build - -external/curl/tests/libtest/CMakeFiles/lib523.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib523.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib523.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib523.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib523.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib523.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/cmake_clean.cmake deleted file mode 100644 index 583e11ea..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib523.dir/link.d" - "CMakeFiles/lib523.dir/first.c.o" - "CMakeFiles/lib523.dir/first.c.o.d" - "CMakeFiles/lib523.dir/lib523.c.o" - "CMakeFiles/lib523.dir/lib523.c.o.d" - "lib523" - "lib523.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib523.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.make deleted file mode 100644 index e61bf24a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib523. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.ts deleted file mode 100644 index 55194d67..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib523. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/depend.make deleted file mode 100644 index da87e2ab..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib523. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/flags.make deleted file mode 100644 index 2a12b244..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB523 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/link.txt deleted file mode 100644 index 843f976c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib523.dir/link.d CMakeFiles/lib523.dir/lib523.c.o CMakeFiles/lib523.dir/first.c.o -o lib523 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib523.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/DependInfo.cmake deleted file mode 100644 index cb779749..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib524.c" "external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.o.d" - "" "external/curl/tests/libtest/lib524" "gcc" "external/curl/tests/libtest/CMakeFiles/lib524.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make deleted file mode 100644 index 5a6238dc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib524.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib524.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib524.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib524.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib524.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.o: external/curl/tests/libtest/CMakeFiles/lib524.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib524.c -external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.o: external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.o -MF CMakeFiles/lib524.dir/lib524.c.o.d -o CMakeFiles/lib524.dir/lib524.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib524.c - -external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib524.dir/lib524.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib524.c > CMakeFiles/lib524.dir/lib524.c.i - -external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib524.dir/lib524.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib524.c -o CMakeFiles/lib524.dir/lib524.c.s - -external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib524.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.o -MF CMakeFiles/lib524.dir/first.c.o.d -o CMakeFiles/lib524.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib524.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib524.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib524.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib524.dir/first.c.s - -# Object files for target lib524 -lib524_OBJECTS = \ -"CMakeFiles/lib524.dir/lib524.c.o" \ -"CMakeFiles/lib524.dir/first.c.o" - -# External object files for target lib524 -lib524_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib524: external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.o -external/curl/tests/libtest/lib524: external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.o -external/curl/tests/libtest/lib524: external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make -external/curl/tests/libtest/lib524: external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.ts -external/curl/tests/libtest/lib524: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib524: /usr/lib/libz.so -external/curl/tests/libtest/lib524: external/curl/tests/libtest/CMakeFiles/lib524.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib524" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib524.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib524.dir/build: external/curl/tests/libtest/lib524 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib524.dir/build - -external/curl/tests/libtest/CMakeFiles/lib524.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib524.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib524.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib524.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib524.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib524.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/cmake_clean.cmake deleted file mode 100644 index 56037a8a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib524.dir/link.d" - "CMakeFiles/lib524.dir/first.c.o" - "CMakeFiles/lib524.dir/first.c.o.d" - "CMakeFiles/lib524.dir/lib524.c.o" - "CMakeFiles/lib524.dir/lib524.c.o.d" - "lib524" - "lib524.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib524.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.make deleted file mode 100644 index 49eac295..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib524. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.ts deleted file mode 100644 index cf95ed2b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib524. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/depend.make deleted file mode 100644 index fdaca8cc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib524. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/flags.make deleted file mode 100644 index fbf9c520..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB524 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/link.txt deleted file mode 100644 index 6f944d2e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib524.dir/link.d CMakeFiles/lib524.dir/lib524.c.o CMakeFiles/lib524.dir/first.c.o -o lib524 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib524.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/DependInfo.cmake deleted file mode 100644 index c0d03265..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib525.c" "external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib525" "gcc" "external/curl/tests/libtest/CMakeFiles/lib525.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make deleted file mode 100644 index e700f7ec..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib525.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib525.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib525.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib525.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib525.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.o: external/curl/tests/libtest/CMakeFiles/lib525.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib525.c -external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.o: external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.o -MF CMakeFiles/lib525.dir/lib525.c.o.d -o CMakeFiles/lib525.dir/lib525.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib525.c - -external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib525.dir/lib525.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib525.c > CMakeFiles/lib525.dir/lib525.c.i - -external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib525.dir/lib525.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib525.c -o CMakeFiles/lib525.dir/lib525.c.s - -external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib525.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.o -MF CMakeFiles/lib525.dir/first.c.o.d -o CMakeFiles/lib525.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib525.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib525.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib525.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib525.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib525.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.o -MF CMakeFiles/lib525.dir/testutil.c.o.d -o CMakeFiles/lib525.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib525.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib525.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib525.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib525.dir/testutil.c.s - -# Object files for target lib525 -lib525_OBJECTS = \ -"CMakeFiles/lib525.dir/lib525.c.o" \ -"CMakeFiles/lib525.dir/first.c.o" \ -"CMakeFiles/lib525.dir/testutil.c.o" - -# External object files for target lib525 -lib525_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib525: external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.o -external/curl/tests/libtest/lib525: external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.o -external/curl/tests/libtest/lib525: external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.o -external/curl/tests/libtest/lib525: external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make -external/curl/tests/libtest/lib525: external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.ts -external/curl/tests/libtest/lib525: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib525: /usr/lib/libz.so -external/curl/tests/libtest/lib525: external/curl/tests/libtest/CMakeFiles/lib525.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib525" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib525.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib525.dir/build: external/curl/tests/libtest/lib525 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib525.dir/build - -external/curl/tests/libtest/CMakeFiles/lib525.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib525.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib525.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib525.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib525.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib525.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/cmake_clean.cmake deleted file mode 100644 index c8f00f32..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib525.dir/link.d" - "CMakeFiles/lib525.dir/first.c.o" - "CMakeFiles/lib525.dir/first.c.o.d" - "CMakeFiles/lib525.dir/lib525.c.o" - "CMakeFiles/lib525.dir/lib525.c.o.d" - "CMakeFiles/lib525.dir/testutil.c.o" - "CMakeFiles/lib525.dir/testutil.c.o.d" - "lib525" - "lib525.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib525.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.make deleted file mode 100644 index d41ad6b5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib525. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.ts deleted file mode 100644 index a0c1d8f1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib525. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/depend.make deleted file mode 100644 index 95dcac7d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib525. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/flags.make deleted file mode 100644 index e926389e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB525 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/link.txt deleted file mode 100644 index 6133eda8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib525.dir/link.d CMakeFiles/lib525.dir/lib525.c.o CMakeFiles/lib525.dir/first.c.o CMakeFiles/lib525.dir/testutil.c.o -o lib525 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/progress.make deleted file mode 100644 index 0aba1dee..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib525.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = 72 - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/DependInfo.cmake deleted file mode 100644 index a53e1c5a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c" "external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib526" "gcc" "external/curl/tests/libtest/CMakeFiles/lib526.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make deleted file mode 100644 index 592f5425..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib526.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib526.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib526.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib526.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib526.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.o: external/curl/tests/libtest/CMakeFiles/lib526.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c -external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.o: external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.o -MF CMakeFiles/lib526.dir/lib526.c.o.d -o CMakeFiles/lib526.dir/lib526.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c - -external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib526.dir/lib526.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c > CMakeFiles/lib526.dir/lib526.c.i - -external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib526.dir/lib526.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c -o CMakeFiles/lib526.dir/lib526.c.s - -external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib526.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.o -MF CMakeFiles/lib526.dir/first.c.o.d -o CMakeFiles/lib526.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib526.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib526.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib526.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib526.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib526.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.o -MF CMakeFiles/lib526.dir/testutil.c.o.d -o CMakeFiles/lib526.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib526.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib526.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib526.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib526.dir/testutil.c.s - -# Object files for target lib526 -lib526_OBJECTS = \ -"CMakeFiles/lib526.dir/lib526.c.o" \ -"CMakeFiles/lib526.dir/first.c.o" \ -"CMakeFiles/lib526.dir/testutil.c.o" - -# External object files for target lib526 -lib526_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib526: external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.o -external/curl/tests/libtest/lib526: external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.o -external/curl/tests/libtest/lib526: external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.o -external/curl/tests/libtest/lib526: external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make -external/curl/tests/libtest/lib526: external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.ts -external/curl/tests/libtest/lib526: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib526: /usr/lib/libz.so -external/curl/tests/libtest/lib526: external/curl/tests/libtest/CMakeFiles/lib526.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib526" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib526.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib526.dir/build: external/curl/tests/libtest/lib526 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib526.dir/build - -external/curl/tests/libtest/CMakeFiles/lib526.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib526.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib526.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib526.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib526.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib526.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/cmake_clean.cmake deleted file mode 100644 index 45698141..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib526.dir/link.d" - "CMakeFiles/lib526.dir/first.c.o" - "CMakeFiles/lib526.dir/first.c.o.d" - "CMakeFiles/lib526.dir/lib526.c.o" - "CMakeFiles/lib526.dir/lib526.c.o.d" - "CMakeFiles/lib526.dir/testutil.c.o" - "CMakeFiles/lib526.dir/testutil.c.o.d" - "lib526" - "lib526.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib526.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.make deleted file mode 100644 index ce81eed7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib526. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.ts deleted file mode 100644 index ec7cd2f4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib526. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/depend.make deleted file mode 100644 index 4bca3b18..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib526. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/flags.make deleted file mode 100644 index b189f6f5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB526 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/link.txt deleted file mode 100644 index a30915be..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib526.dir/link.d CMakeFiles/lib526.dir/lib526.c.o CMakeFiles/lib526.dir/first.c.o CMakeFiles/lib526.dir/testutil.c.o -o lib526 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib526.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/DependInfo.cmake deleted file mode 100644 index a7390efd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c" "external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib527" "gcc" "external/curl/tests/libtest/CMakeFiles/lib527.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make deleted file mode 100644 index b23f1f70..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib527.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib527.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib527.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib527.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib527.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.o: external/curl/tests/libtest/CMakeFiles/lib527.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c -external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.o: external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.o -MF CMakeFiles/lib527.dir/lib526.c.o.d -o CMakeFiles/lib527.dir/lib526.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c - -external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib527.dir/lib526.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c > CMakeFiles/lib527.dir/lib526.c.i - -external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib527.dir/lib526.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c -o CMakeFiles/lib527.dir/lib526.c.s - -external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib527.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.o -MF CMakeFiles/lib527.dir/first.c.o.d -o CMakeFiles/lib527.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib527.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib527.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib527.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib527.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib527.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.o -MF CMakeFiles/lib527.dir/testutil.c.o.d -o CMakeFiles/lib527.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib527.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib527.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib527.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib527.dir/testutil.c.s - -# Object files for target lib527 -lib527_OBJECTS = \ -"CMakeFiles/lib527.dir/lib526.c.o" \ -"CMakeFiles/lib527.dir/first.c.o" \ -"CMakeFiles/lib527.dir/testutil.c.o" - -# External object files for target lib527 -lib527_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib527: external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.o -external/curl/tests/libtest/lib527: external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.o -external/curl/tests/libtest/lib527: external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.o -external/curl/tests/libtest/lib527: external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make -external/curl/tests/libtest/lib527: external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.ts -external/curl/tests/libtest/lib527: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib527: /usr/lib/libz.so -external/curl/tests/libtest/lib527: external/curl/tests/libtest/CMakeFiles/lib527.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib527" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib527.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib527.dir/build: external/curl/tests/libtest/lib527 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib527.dir/build - -external/curl/tests/libtest/CMakeFiles/lib527.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib527.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib527.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib527.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib527.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib527.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/cmake_clean.cmake deleted file mode 100644 index 7d7f7807..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib527.dir/link.d" - "CMakeFiles/lib527.dir/first.c.o" - "CMakeFiles/lib527.dir/first.c.o.d" - "CMakeFiles/lib527.dir/lib526.c.o" - "CMakeFiles/lib527.dir/lib526.c.o.d" - "CMakeFiles/lib527.dir/testutil.c.o" - "CMakeFiles/lib527.dir/testutil.c.o.d" - "lib527" - "lib527.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib527.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.make deleted file mode 100644 index 82fbaa5b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib527. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.ts deleted file mode 100644 index 80875dfc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib527. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/depend.make deleted file mode 100644 index 8b8cb78c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib527. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/flags.make deleted file mode 100644 index 62c248f0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB527 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/link.txt deleted file mode 100644 index 19480098..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib527.dir/link.d CMakeFiles/lib527.dir/lib526.c.o CMakeFiles/lib527.dir/first.c.o CMakeFiles/lib527.dir/testutil.c.o -o lib527 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib527.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/DependInfo.cmake deleted file mode 100644 index c3ef8c36..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib525.c" "external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib529" "gcc" "external/curl/tests/libtest/CMakeFiles/lib529.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make deleted file mode 100644 index 330b6460..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib529.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib529.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib529.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib529.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib529.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.o: external/curl/tests/libtest/CMakeFiles/lib529.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib525.c -external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.o: external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.o -MF CMakeFiles/lib529.dir/lib525.c.o.d -o CMakeFiles/lib529.dir/lib525.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib525.c - -external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib529.dir/lib525.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib525.c > CMakeFiles/lib529.dir/lib525.c.i - -external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib529.dir/lib525.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib525.c -o CMakeFiles/lib529.dir/lib525.c.s - -external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib529.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.o -MF CMakeFiles/lib529.dir/first.c.o.d -o CMakeFiles/lib529.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib529.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib529.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib529.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib529.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib529.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.o -MF CMakeFiles/lib529.dir/testutil.c.o.d -o CMakeFiles/lib529.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib529.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib529.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib529.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib529.dir/testutil.c.s - -# Object files for target lib529 -lib529_OBJECTS = \ -"CMakeFiles/lib529.dir/lib525.c.o" \ -"CMakeFiles/lib529.dir/first.c.o" \ -"CMakeFiles/lib529.dir/testutil.c.o" - -# External object files for target lib529 -lib529_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib529: external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.o -external/curl/tests/libtest/lib529: external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.o -external/curl/tests/libtest/lib529: external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.o -external/curl/tests/libtest/lib529: external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make -external/curl/tests/libtest/lib529: external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.ts -external/curl/tests/libtest/lib529: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib529: /usr/lib/libz.so -external/curl/tests/libtest/lib529: external/curl/tests/libtest/CMakeFiles/lib529.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib529" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib529.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib529.dir/build: external/curl/tests/libtest/lib529 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib529.dir/build - -external/curl/tests/libtest/CMakeFiles/lib529.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib529.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib529.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib529.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib529.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib529.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/cmake_clean.cmake deleted file mode 100644 index a900d431..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib529.dir/link.d" - "CMakeFiles/lib529.dir/first.c.o" - "CMakeFiles/lib529.dir/first.c.o.d" - "CMakeFiles/lib529.dir/lib525.c.o" - "CMakeFiles/lib529.dir/lib525.c.o.d" - "CMakeFiles/lib529.dir/testutil.c.o" - "CMakeFiles/lib529.dir/testutil.c.o.d" - "lib529" - "lib529.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib529.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.make deleted file mode 100644 index 7308fdf1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib529. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.ts deleted file mode 100644 index 9eb6bc42..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib529. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/depend.make deleted file mode 100644 index 1914e0a6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib529. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/flags.make deleted file mode 100644 index eb4d33e1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB529 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/link.txt deleted file mode 100644 index f68aa1c9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib529.dir/link.d CMakeFiles/lib529.dir/lib525.c.o CMakeFiles/lib529.dir/first.c.o CMakeFiles/lib529.dir/testutil.c.o -o lib529 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib529.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/DependInfo.cmake deleted file mode 100644 index 064caf5f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib530.c" "external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib530" "gcc" "external/curl/tests/libtest/CMakeFiles/lib530.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make deleted file mode 100644 index e27b3c30..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib530.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib530.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib530.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib530.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib530.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.o: external/curl/tests/libtest/CMakeFiles/lib530.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib530.c -external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.o: external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.o -MF CMakeFiles/lib530.dir/lib530.c.o.d -o CMakeFiles/lib530.dir/lib530.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib530.c - -external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib530.dir/lib530.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib530.c > CMakeFiles/lib530.dir/lib530.c.i - -external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib530.dir/lib530.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib530.c -o CMakeFiles/lib530.dir/lib530.c.s - -external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib530.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.o -MF CMakeFiles/lib530.dir/first.c.o.d -o CMakeFiles/lib530.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib530.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib530.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib530.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib530.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib530.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.o -MF CMakeFiles/lib530.dir/testutil.c.o.d -o CMakeFiles/lib530.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib530.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib530.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib530.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib530.dir/testutil.c.s - -# Object files for target lib530 -lib530_OBJECTS = \ -"CMakeFiles/lib530.dir/lib530.c.o" \ -"CMakeFiles/lib530.dir/first.c.o" \ -"CMakeFiles/lib530.dir/testutil.c.o" - -# External object files for target lib530 -lib530_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib530: external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.o -external/curl/tests/libtest/lib530: external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.o -external/curl/tests/libtest/lib530: external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.o -external/curl/tests/libtest/lib530: external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make -external/curl/tests/libtest/lib530: external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.ts -external/curl/tests/libtest/lib530: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib530: /usr/lib/libz.so -external/curl/tests/libtest/lib530: external/curl/tests/libtest/CMakeFiles/lib530.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib530" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib530.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib530.dir/build: external/curl/tests/libtest/lib530 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib530.dir/build - -external/curl/tests/libtest/CMakeFiles/lib530.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib530.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib530.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib530.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib530.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib530.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/cmake_clean.cmake deleted file mode 100644 index e616a9a9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib530.dir/link.d" - "CMakeFiles/lib530.dir/first.c.o" - "CMakeFiles/lib530.dir/first.c.o.d" - "CMakeFiles/lib530.dir/lib530.c.o" - "CMakeFiles/lib530.dir/lib530.c.o.d" - "CMakeFiles/lib530.dir/testutil.c.o" - "CMakeFiles/lib530.dir/testutil.c.o.d" - "lib530" - "lib530.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib530.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.make deleted file mode 100644 index 32000ace..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib530. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.ts deleted file mode 100644 index 39286a0b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib530. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/depend.make deleted file mode 100644 index 9c1fb01d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib530. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/flags.make deleted file mode 100644 index b6c5687c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB530 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/link.txt deleted file mode 100644 index 278b65fb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib530.dir/link.d CMakeFiles/lib530.dir/lib530.c.o CMakeFiles/lib530.dir/first.c.o CMakeFiles/lib530.dir/testutil.c.o -o lib530 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib530.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/DependInfo.cmake deleted file mode 100644 index 90d95623..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c" "external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib532" "gcc" "external/curl/tests/libtest/CMakeFiles/lib532.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make deleted file mode 100644 index 27a48880..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib532.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib532.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib532.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib532.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib532.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.o: external/curl/tests/libtest/CMakeFiles/lib532.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c -external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.o: external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.o -MF CMakeFiles/lib532.dir/lib526.c.o.d -o CMakeFiles/lib532.dir/lib526.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c - -external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib532.dir/lib526.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c > CMakeFiles/lib532.dir/lib526.c.i - -external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib532.dir/lib526.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib526.c -o CMakeFiles/lib532.dir/lib526.c.s - -external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib532.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.o -MF CMakeFiles/lib532.dir/first.c.o.d -o CMakeFiles/lib532.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib532.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib532.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib532.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib532.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib532.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.o -MF CMakeFiles/lib532.dir/testutil.c.o.d -o CMakeFiles/lib532.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib532.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib532.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib532.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib532.dir/testutil.c.s - -# Object files for target lib532 -lib532_OBJECTS = \ -"CMakeFiles/lib532.dir/lib526.c.o" \ -"CMakeFiles/lib532.dir/first.c.o" \ -"CMakeFiles/lib532.dir/testutil.c.o" - -# External object files for target lib532 -lib532_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib532: external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.o -external/curl/tests/libtest/lib532: external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.o -external/curl/tests/libtest/lib532: external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.o -external/curl/tests/libtest/lib532: external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make -external/curl/tests/libtest/lib532: external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.ts -external/curl/tests/libtest/lib532: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib532: /usr/lib/libz.so -external/curl/tests/libtest/lib532: external/curl/tests/libtest/CMakeFiles/lib532.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib532" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib532.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib532.dir/build: external/curl/tests/libtest/lib532 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib532.dir/build - -external/curl/tests/libtest/CMakeFiles/lib532.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib532.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib532.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib532.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib532.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib532.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/cmake_clean.cmake deleted file mode 100644 index d9667769..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib532.dir/link.d" - "CMakeFiles/lib532.dir/first.c.o" - "CMakeFiles/lib532.dir/first.c.o.d" - "CMakeFiles/lib532.dir/lib526.c.o" - "CMakeFiles/lib532.dir/lib526.c.o.d" - "CMakeFiles/lib532.dir/testutil.c.o" - "CMakeFiles/lib532.dir/testutil.c.o.d" - "lib532" - "lib532.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib532.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.make deleted file mode 100644 index b4041280..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib532. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.ts deleted file mode 100644 index 486c14f6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib532. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/depend.make deleted file mode 100644 index 358e2f54..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib532. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/flags.make deleted file mode 100644 index d925dd9b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB532 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/link.txt deleted file mode 100644 index c9d220c8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib532.dir/link.d CMakeFiles/lib532.dir/lib526.c.o CMakeFiles/lib532.dir/first.c.o CMakeFiles/lib532.dir/testutil.c.o -o lib532 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib532.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/DependInfo.cmake deleted file mode 100644 index 8edf7c5b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib533.c" "external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib533" "gcc" "external/curl/tests/libtest/CMakeFiles/lib533.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make deleted file mode 100644 index d490b65b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib533.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib533.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib533.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib533.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib533.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.o: external/curl/tests/libtest/CMakeFiles/lib533.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib533.c -external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.o: external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.o -MF CMakeFiles/lib533.dir/lib533.c.o.d -o CMakeFiles/lib533.dir/lib533.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib533.c - -external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib533.dir/lib533.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib533.c > CMakeFiles/lib533.dir/lib533.c.i - -external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib533.dir/lib533.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib533.c -o CMakeFiles/lib533.dir/lib533.c.s - -external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib533.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.o -MF CMakeFiles/lib533.dir/first.c.o.d -o CMakeFiles/lib533.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib533.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib533.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib533.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib533.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib533.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.o -MF CMakeFiles/lib533.dir/testutil.c.o.d -o CMakeFiles/lib533.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib533.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib533.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib533.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib533.dir/testutil.c.s - -# Object files for target lib533 -lib533_OBJECTS = \ -"CMakeFiles/lib533.dir/lib533.c.o" \ -"CMakeFiles/lib533.dir/first.c.o" \ -"CMakeFiles/lib533.dir/testutil.c.o" - -# External object files for target lib533 -lib533_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib533: external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.o -external/curl/tests/libtest/lib533: external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.o -external/curl/tests/libtest/lib533: external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.o -external/curl/tests/libtest/lib533: external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make -external/curl/tests/libtest/lib533: external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.ts -external/curl/tests/libtest/lib533: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib533: /usr/lib/libz.so -external/curl/tests/libtest/lib533: external/curl/tests/libtest/CMakeFiles/lib533.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib533" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib533.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib533.dir/build: external/curl/tests/libtest/lib533 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib533.dir/build - -external/curl/tests/libtest/CMakeFiles/lib533.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib533.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib533.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib533.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib533.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib533.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/cmake_clean.cmake deleted file mode 100644 index 145039ff..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib533.dir/link.d" - "CMakeFiles/lib533.dir/first.c.o" - "CMakeFiles/lib533.dir/first.c.o.d" - "CMakeFiles/lib533.dir/lib533.c.o" - "CMakeFiles/lib533.dir/lib533.c.o.d" - "CMakeFiles/lib533.dir/testutil.c.o" - "CMakeFiles/lib533.dir/testutil.c.o.d" - "lib533" - "lib533.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib533.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.make deleted file mode 100644 index 6afa5ee4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib533. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.ts deleted file mode 100644 index 9ba03d1c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib533. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/depend.make deleted file mode 100644 index 67ec3371..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib533. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/flags.make deleted file mode 100644 index 63b1cb39..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB533 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/link.txt deleted file mode 100644 index 35656245..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib533.dir/link.d CMakeFiles/lib533.dir/lib533.c.o CMakeFiles/lib533.dir/first.c.o CMakeFiles/lib533.dir/testutil.c.o -o lib533 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib533.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/DependInfo.cmake deleted file mode 100644 index d87a2829..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib536.c" "external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.o.d" - "" "external/curl/tests/libtest/lib536" "gcc" "external/curl/tests/libtest/CMakeFiles/lib536.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make deleted file mode 100644 index 20168399..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib536.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib536.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib536.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib536.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib536.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.o: external/curl/tests/libtest/CMakeFiles/lib536.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib536.c -external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.o: external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.o -MF CMakeFiles/lib536.dir/lib536.c.o.d -o CMakeFiles/lib536.dir/lib536.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib536.c - -external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib536.dir/lib536.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib536.c > CMakeFiles/lib536.dir/lib536.c.i - -external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib536.dir/lib536.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib536.c -o CMakeFiles/lib536.dir/lib536.c.s - -external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib536.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.o -MF CMakeFiles/lib536.dir/first.c.o.d -o CMakeFiles/lib536.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib536.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib536.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib536.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib536.dir/first.c.s - -# Object files for target lib536 -lib536_OBJECTS = \ -"CMakeFiles/lib536.dir/lib536.c.o" \ -"CMakeFiles/lib536.dir/first.c.o" - -# External object files for target lib536 -lib536_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib536: external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.o -external/curl/tests/libtest/lib536: external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.o -external/curl/tests/libtest/lib536: external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make -external/curl/tests/libtest/lib536: external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.ts -external/curl/tests/libtest/lib536: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib536: /usr/lib/libz.so -external/curl/tests/libtest/lib536: external/curl/tests/libtest/CMakeFiles/lib536.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib536" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib536.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib536.dir/build: external/curl/tests/libtest/lib536 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib536.dir/build - -external/curl/tests/libtest/CMakeFiles/lib536.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib536.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib536.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib536.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib536.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib536.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/cmake_clean.cmake deleted file mode 100644 index fac08090..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib536.dir/link.d" - "CMakeFiles/lib536.dir/first.c.o" - "CMakeFiles/lib536.dir/first.c.o.d" - "CMakeFiles/lib536.dir/lib536.c.o" - "CMakeFiles/lib536.dir/lib536.c.o.d" - "lib536" - "lib536.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib536.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.make deleted file mode 100644 index 43dd6c6f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib536. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.ts deleted file mode 100644 index 35ccbf01..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib536. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/depend.make deleted file mode 100644 index b942023f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib536. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/flags.make deleted file mode 100644 index 4972f6c7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB536 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/link.txt deleted file mode 100644 index 85ed91a4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib536.dir/link.d CMakeFiles/lib536.dir/lib536.c.o CMakeFiles/lib536.dir/first.c.o -o lib536 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib536.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/DependInfo.cmake deleted file mode 100644 index bd643934..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib537.c" "external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.o.d" - "" "external/curl/tests/libtest/lib537" "gcc" "external/curl/tests/libtest/CMakeFiles/lib537.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make deleted file mode 100644 index d1e25c5d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib537.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib537.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib537.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib537.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib537.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.o: external/curl/tests/libtest/CMakeFiles/lib537.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib537.c -external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.o: external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.o -MF CMakeFiles/lib537.dir/lib537.c.o.d -o CMakeFiles/lib537.dir/lib537.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib537.c - -external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib537.dir/lib537.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib537.c > CMakeFiles/lib537.dir/lib537.c.i - -external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib537.dir/lib537.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib537.c -o CMakeFiles/lib537.dir/lib537.c.s - -external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib537.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.o -MF CMakeFiles/lib537.dir/first.c.o.d -o CMakeFiles/lib537.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib537.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib537.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib537.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib537.dir/first.c.s - -# Object files for target lib537 -lib537_OBJECTS = \ -"CMakeFiles/lib537.dir/lib537.c.o" \ -"CMakeFiles/lib537.dir/first.c.o" - -# External object files for target lib537 -lib537_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib537: external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.o -external/curl/tests/libtest/lib537: external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.o -external/curl/tests/libtest/lib537: external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make -external/curl/tests/libtest/lib537: external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.ts -external/curl/tests/libtest/lib537: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib537: /usr/lib/libz.so -external/curl/tests/libtest/lib537: external/curl/tests/libtest/CMakeFiles/lib537.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib537" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib537.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib537.dir/build: external/curl/tests/libtest/lib537 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib537.dir/build - -external/curl/tests/libtest/CMakeFiles/lib537.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib537.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib537.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib537.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib537.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib537.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/cmake_clean.cmake deleted file mode 100644 index 042ee842..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib537.dir/link.d" - "CMakeFiles/lib537.dir/first.c.o" - "CMakeFiles/lib537.dir/first.c.o.d" - "CMakeFiles/lib537.dir/lib537.c.o" - "CMakeFiles/lib537.dir/lib537.c.o.d" - "lib537" - "lib537.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib537.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.make deleted file mode 100644 index 104896a3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib537. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.ts deleted file mode 100644 index 4ba61b64..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib537. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/depend.make deleted file mode 100644 index d3b69c90..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib537. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/flags.make deleted file mode 100644 index 824e0130..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB537 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/link.txt deleted file mode 100644 index 67113147..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib537.dir/link.d CMakeFiles/lib537.dir/lib537.c.o CMakeFiles/lib537.dir/first.c.o -o lib537 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/progress.make deleted file mode 100644 index a55374ba..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib537.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = 73 -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/DependInfo.cmake deleted file mode 100644 index 71d1defc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib539.c" "external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.o.d" - "" "external/curl/tests/libtest/lib539" "gcc" "external/curl/tests/libtest/CMakeFiles/lib539.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make deleted file mode 100644 index 078bfb91..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib539.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib539.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib539.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib539.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib539.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.o: external/curl/tests/libtest/CMakeFiles/lib539.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib539.c -external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.o: external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.o -MF CMakeFiles/lib539.dir/lib539.c.o.d -o CMakeFiles/lib539.dir/lib539.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib539.c - -external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib539.dir/lib539.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib539.c > CMakeFiles/lib539.dir/lib539.c.i - -external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib539.dir/lib539.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib539.c -o CMakeFiles/lib539.dir/lib539.c.s - -external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib539.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.o -MF CMakeFiles/lib539.dir/first.c.o.d -o CMakeFiles/lib539.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib539.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib539.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib539.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib539.dir/first.c.s - -# Object files for target lib539 -lib539_OBJECTS = \ -"CMakeFiles/lib539.dir/lib539.c.o" \ -"CMakeFiles/lib539.dir/first.c.o" - -# External object files for target lib539 -lib539_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib539: external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.o -external/curl/tests/libtest/lib539: external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.o -external/curl/tests/libtest/lib539: external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make -external/curl/tests/libtest/lib539: external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.ts -external/curl/tests/libtest/lib539: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib539: /usr/lib/libz.so -external/curl/tests/libtest/lib539: external/curl/tests/libtest/CMakeFiles/lib539.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib539" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib539.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib539.dir/build: external/curl/tests/libtest/lib539 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib539.dir/build - -external/curl/tests/libtest/CMakeFiles/lib539.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib539.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib539.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib539.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib539.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib539.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/cmake_clean.cmake deleted file mode 100644 index 28721572..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib539.dir/link.d" - "CMakeFiles/lib539.dir/first.c.o" - "CMakeFiles/lib539.dir/first.c.o.d" - "CMakeFiles/lib539.dir/lib539.c.o" - "CMakeFiles/lib539.dir/lib539.c.o.d" - "lib539" - "lib539.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib539.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.make deleted file mode 100644 index 825fd529..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib539. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.ts deleted file mode 100644 index 6f134e51..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib539. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/depend.make deleted file mode 100644 index 698b2c6c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib539. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/flags.make deleted file mode 100644 index 61c6db70..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB539 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/link.txt deleted file mode 100644 index a24c97b4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib539.dir/link.d CMakeFiles/lib539.dir/lib539.c.o CMakeFiles/lib539.dir/first.c.o -o lib539 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib539.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/DependInfo.cmake deleted file mode 100644 index a67be9a8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib540.c" "external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib540" "gcc" "external/curl/tests/libtest/CMakeFiles/lib540.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make deleted file mode 100644 index 8424e248..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib540.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib540.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib540.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib540.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib540.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.o: external/curl/tests/libtest/CMakeFiles/lib540.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib540.c -external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.o: external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.o -MF CMakeFiles/lib540.dir/lib540.c.o.d -o CMakeFiles/lib540.dir/lib540.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib540.c - -external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib540.dir/lib540.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib540.c > CMakeFiles/lib540.dir/lib540.c.i - -external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib540.dir/lib540.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib540.c -o CMakeFiles/lib540.dir/lib540.c.s - -external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib540.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.o -MF CMakeFiles/lib540.dir/first.c.o.d -o CMakeFiles/lib540.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib540.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib540.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib540.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib540.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib540.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.o -MF CMakeFiles/lib540.dir/testutil.c.o.d -o CMakeFiles/lib540.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib540.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib540.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib540.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib540.dir/testutil.c.s - -# Object files for target lib540 -lib540_OBJECTS = \ -"CMakeFiles/lib540.dir/lib540.c.o" \ -"CMakeFiles/lib540.dir/first.c.o" \ -"CMakeFiles/lib540.dir/testutil.c.o" - -# External object files for target lib540 -lib540_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib540: external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.o -external/curl/tests/libtest/lib540: external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.o -external/curl/tests/libtest/lib540: external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.o -external/curl/tests/libtest/lib540: external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make -external/curl/tests/libtest/lib540: external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.ts -external/curl/tests/libtest/lib540: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib540: /usr/lib/libz.so -external/curl/tests/libtest/lib540: external/curl/tests/libtest/CMakeFiles/lib540.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib540" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib540.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib540.dir/build: external/curl/tests/libtest/lib540 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib540.dir/build - -external/curl/tests/libtest/CMakeFiles/lib540.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib540.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib540.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib540.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib540.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib540.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/cmake_clean.cmake deleted file mode 100644 index 1f38f9eb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib540.dir/link.d" - "CMakeFiles/lib540.dir/first.c.o" - "CMakeFiles/lib540.dir/first.c.o.d" - "CMakeFiles/lib540.dir/lib540.c.o" - "CMakeFiles/lib540.dir/lib540.c.o.d" - "CMakeFiles/lib540.dir/testutil.c.o" - "CMakeFiles/lib540.dir/testutil.c.o.d" - "lib540" - "lib540.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib540.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.make deleted file mode 100644 index 45805be8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib540. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.ts deleted file mode 100644 index 5085e8c7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib540. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/depend.make deleted file mode 100644 index ac2ba516..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib540. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/flags.make deleted file mode 100644 index edffe1d6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB540 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/link.txt deleted file mode 100644 index 37c97db1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib540.dir/link.d CMakeFiles/lib540.dir/lib540.c.o CMakeFiles/lib540.dir/first.c.o CMakeFiles/lib540.dir/testutil.c.o -o lib540 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib540.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/DependInfo.cmake deleted file mode 100644 index ac79caf6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib541.c" "external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.o.d" - "" "external/curl/tests/libtest/lib541" "gcc" "external/curl/tests/libtest/CMakeFiles/lib541.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make deleted file mode 100644 index c2d40fcc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib541.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib541.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib541.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib541.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib541.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.o: external/curl/tests/libtest/CMakeFiles/lib541.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib541.c -external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.o: external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.o -MF CMakeFiles/lib541.dir/lib541.c.o.d -o CMakeFiles/lib541.dir/lib541.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib541.c - -external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib541.dir/lib541.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib541.c > CMakeFiles/lib541.dir/lib541.c.i - -external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib541.dir/lib541.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib541.c -o CMakeFiles/lib541.dir/lib541.c.s - -external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib541.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.o -MF CMakeFiles/lib541.dir/first.c.o.d -o CMakeFiles/lib541.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib541.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib541.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib541.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib541.dir/first.c.s - -# Object files for target lib541 -lib541_OBJECTS = \ -"CMakeFiles/lib541.dir/lib541.c.o" \ -"CMakeFiles/lib541.dir/first.c.o" - -# External object files for target lib541 -lib541_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib541: external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.o -external/curl/tests/libtest/lib541: external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.o -external/curl/tests/libtest/lib541: external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make -external/curl/tests/libtest/lib541: external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.ts -external/curl/tests/libtest/lib541: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib541: /usr/lib/libz.so -external/curl/tests/libtest/lib541: external/curl/tests/libtest/CMakeFiles/lib541.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib541" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib541.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib541.dir/build: external/curl/tests/libtest/lib541 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib541.dir/build - -external/curl/tests/libtest/CMakeFiles/lib541.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib541.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib541.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib541.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib541.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib541.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/cmake_clean.cmake deleted file mode 100644 index 88fc9391..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib541.dir/link.d" - "CMakeFiles/lib541.dir/first.c.o" - "CMakeFiles/lib541.dir/first.c.o.d" - "CMakeFiles/lib541.dir/lib541.c.o" - "CMakeFiles/lib541.dir/lib541.c.o.d" - "lib541" - "lib541.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib541.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.make deleted file mode 100644 index 3c7f72c4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib541. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.ts deleted file mode 100644 index ef0e368d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib541. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/depend.make deleted file mode 100644 index 9cae748c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib541. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/flags.make deleted file mode 100644 index bb048552..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB541 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/link.txt deleted file mode 100644 index 551c82f5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib541.dir/link.d CMakeFiles/lib541.dir/lib541.c.o CMakeFiles/lib541.dir/first.c.o -o lib541 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib541.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/DependInfo.cmake deleted file mode 100644 index d6b1bb35..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib542.c" "external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.o.d" - "" "external/curl/tests/libtest/lib542" "gcc" "external/curl/tests/libtest/CMakeFiles/lib542.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make deleted file mode 100644 index 66329b93..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib542.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib542.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib542.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib542.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib542.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.o: external/curl/tests/libtest/CMakeFiles/lib542.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib542.c -external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.o: external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.o -MF CMakeFiles/lib542.dir/lib542.c.o.d -o CMakeFiles/lib542.dir/lib542.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib542.c - -external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib542.dir/lib542.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib542.c > CMakeFiles/lib542.dir/lib542.c.i - -external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib542.dir/lib542.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib542.c -o CMakeFiles/lib542.dir/lib542.c.s - -external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib542.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.o -MF CMakeFiles/lib542.dir/first.c.o.d -o CMakeFiles/lib542.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib542.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib542.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib542.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib542.dir/first.c.s - -# Object files for target lib542 -lib542_OBJECTS = \ -"CMakeFiles/lib542.dir/lib542.c.o" \ -"CMakeFiles/lib542.dir/first.c.o" - -# External object files for target lib542 -lib542_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib542: external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.o -external/curl/tests/libtest/lib542: external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.o -external/curl/tests/libtest/lib542: external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make -external/curl/tests/libtest/lib542: external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.ts -external/curl/tests/libtest/lib542: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib542: /usr/lib/libz.so -external/curl/tests/libtest/lib542: external/curl/tests/libtest/CMakeFiles/lib542.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib542" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib542.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib542.dir/build: external/curl/tests/libtest/lib542 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib542.dir/build - -external/curl/tests/libtest/CMakeFiles/lib542.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib542.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib542.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib542.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib542.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib542.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/cmake_clean.cmake deleted file mode 100644 index 0e7ce05c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib542.dir/link.d" - "CMakeFiles/lib542.dir/first.c.o" - "CMakeFiles/lib542.dir/first.c.o.d" - "CMakeFiles/lib542.dir/lib542.c.o" - "CMakeFiles/lib542.dir/lib542.c.o.d" - "lib542" - "lib542.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib542.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.make deleted file mode 100644 index e90605e3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib542. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.ts deleted file mode 100644 index 0056131d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib542. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/depend.make deleted file mode 100644 index 97c390de..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib542. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/flags.make deleted file mode 100644 index d7e30660..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB542 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/link.txt deleted file mode 100644 index 6e034f57..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib542.dir/link.d CMakeFiles/lib542.dir/lib542.c.o CMakeFiles/lib542.dir/first.c.o -o lib542 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib542.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/DependInfo.cmake deleted file mode 100644 index bfb0a652..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib543.c" "external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.o.d" - "" "external/curl/tests/libtest/lib543" "gcc" "external/curl/tests/libtest/CMakeFiles/lib543.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make deleted file mode 100644 index a892ae79..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib543.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib543.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib543.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib543.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib543.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.o: external/curl/tests/libtest/CMakeFiles/lib543.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib543.c -external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.o: external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.o -MF CMakeFiles/lib543.dir/lib543.c.o.d -o CMakeFiles/lib543.dir/lib543.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib543.c - -external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib543.dir/lib543.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib543.c > CMakeFiles/lib543.dir/lib543.c.i - -external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib543.dir/lib543.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib543.c -o CMakeFiles/lib543.dir/lib543.c.s - -external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib543.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.o -MF CMakeFiles/lib543.dir/first.c.o.d -o CMakeFiles/lib543.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib543.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib543.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib543.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib543.dir/first.c.s - -# Object files for target lib543 -lib543_OBJECTS = \ -"CMakeFiles/lib543.dir/lib543.c.o" \ -"CMakeFiles/lib543.dir/first.c.o" - -# External object files for target lib543 -lib543_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib543: external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.o -external/curl/tests/libtest/lib543: external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.o -external/curl/tests/libtest/lib543: external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make -external/curl/tests/libtest/lib543: external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.ts -external/curl/tests/libtest/lib543: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib543: /usr/lib/libz.so -external/curl/tests/libtest/lib543: external/curl/tests/libtest/CMakeFiles/lib543.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib543" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib543.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib543.dir/build: external/curl/tests/libtest/lib543 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib543.dir/build - -external/curl/tests/libtest/CMakeFiles/lib543.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib543.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib543.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib543.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib543.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib543.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/cmake_clean.cmake deleted file mode 100644 index 638f01a0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib543.dir/link.d" - "CMakeFiles/lib543.dir/first.c.o" - "CMakeFiles/lib543.dir/first.c.o.d" - "CMakeFiles/lib543.dir/lib543.c.o" - "CMakeFiles/lib543.dir/lib543.c.o.d" - "lib543" - "lib543.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib543.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.make deleted file mode 100644 index c7fd41f5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib543. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.ts deleted file mode 100644 index 4109798c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib543. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/depend.make deleted file mode 100644 index 4a545415..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib543. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/flags.make deleted file mode 100644 index 902b8613..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB543 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/link.txt deleted file mode 100644 index 1736d853..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib543.dir/link.d CMakeFiles/lib543.dir/lib543.c.o CMakeFiles/lib543.dir/first.c.o -o lib543 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib543.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/DependInfo.cmake deleted file mode 100644 index 1a9856d4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib544.c" "external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.o.d" - "" "external/curl/tests/libtest/lib544" "gcc" "external/curl/tests/libtest/CMakeFiles/lib544.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make deleted file mode 100644 index 02d41d9b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib544.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib544.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib544.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib544.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib544.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.o: external/curl/tests/libtest/CMakeFiles/lib544.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib544.c -external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.o: external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.o -MF CMakeFiles/lib544.dir/lib544.c.o.d -o CMakeFiles/lib544.dir/lib544.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib544.c - -external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib544.dir/lib544.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib544.c > CMakeFiles/lib544.dir/lib544.c.i - -external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib544.dir/lib544.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib544.c -o CMakeFiles/lib544.dir/lib544.c.s - -external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib544.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.o -MF CMakeFiles/lib544.dir/first.c.o.d -o CMakeFiles/lib544.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib544.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib544.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib544.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib544.dir/first.c.s - -# Object files for target lib544 -lib544_OBJECTS = \ -"CMakeFiles/lib544.dir/lib544.c.o" \ -"CMakeFiles/lib544.dir/first.c.o" - -# External object files for target lib544 -lib544_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib544: external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.o -external/curl/tests/libtest/lib544: external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.o -external/curl/tests/libtest/lib544: external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make -external/curl/tests/libtest/lib544: external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.ts -external/curl/tests/libtest/lib544: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib544: /usr/lib/libz.so -external/curl/tests/libtest/lib544: external/curl/tests/libtest/CMakeFiles/lib544.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib544" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib544.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib544.dir/build: external/curl/tests/libtest/lib544 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib544.dir/build - -external/curl/tests/libtest/CMakeFiles/lib544.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib544.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib544.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib544.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib544.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib544.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/cmake_clean.cmake deleted file mode 100644 index 2f7f869d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib544.dir/link.d" - "CMakeFiles/lib544.dir/first.c.o" - "CMakeFiles/lib544.dir/first.c.o.d" - "CMakeFiles/lib544.dir/lib544.c.o" - "CMakeFiles/lib544.dir/lib544.c.o.d" - "lib544" - "lib544.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib544.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.make deleted file mode 100644 index 7417fe4f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib544. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.ts deleted file mode 100644 index 36fce960..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib544. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/depend.make deleted file mode 100644 index dade23b9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib544. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/flags.make deleted file mode 100644 index 80d03dfc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB544 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/link.txt deleted file mode 100644 index a4aa31e5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib544.dir/link.d CMakeFiles/lib544.dir/lib544.c.o CMakeFiles/lib544.dir/first.c.o -o lib544 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib544.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/DependInfo.cmake deleted file mode 100644 index 77ddbe70..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib544.c" "external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.o.d" - "" "external/curl/tests/libtest/lib545" "gcc" "external/curl/tests/libtest/CMakeFiles/lib545.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make deleted file mode 100644 index cadfdd2f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib545.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib545.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib545.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib545.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib545.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.o: external/curl/tests/libtest/CMakeFiles/lib545.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib544.c -external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.o: external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.o -MF CMakeFiles/lib545.dir/lib544.c.o.d -o CMakeFiles/lib545.dir/lib544.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib544.c - -external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib545.dir/lib544.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib544.c > CMakeFiles/lib545.dir/lib544.c.i - -external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib545.dir/lib544.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib544.c -o CMakeFiles/lib545.dir/lib544.c.s - -external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib545.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.o -MF CMakeFiles/lib545.dir/first.c.o.d -o CMakeFiles/lib545.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib545.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib545.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib545.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib545.dir/first.c.s - -# Object files for target lib545 -lib545_OBJECTS = \ -"CMakeFiles/lib545.dir/lib544.c.o" \ -"CMakeFiles/lib545.dir/first.c.o" - -# External object files for target lib545 -lib545_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib545: external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.o -external/curl/tests/libtest/lib545: external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.o -external/curl/tests/libtest/lib545: external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make -external/curl/tests/libtest/lib545: external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.ts -external/curl/tests/libtest/lib545: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib545: /usr/lib/libz.so -external/curl/tests/libtest/lib545: external/curl/tests/libtest/CMakeFiles/lib545.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib545" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib545.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib545.dir/build: external/curl/tests/libtest/lib545 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib545.dir/build - -external/curl/tests/libtest/CMakeFiles/lib545.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib545.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib545.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib545.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib545.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib545.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/cmake_clean.cmake deleted file mode 100644 index 99142e44..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib545.dir/link.d" - "CMakeFiles/lib545.dir/first.c.o" - "CMakeFiles/lib545.dir/first.c.o.d" - "CMakeFiles/lib545.dir/lib544.c.o" - "CMakeFiles/lib545.dir/lib544.c.o.d" - "lib545" - "lib545.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib545.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.make deleted file mode 100644 index 2ddc62d6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib545. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.ts deleted file mode 100644 index 6b6952a2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib545. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/depend.make deleted file mode 100644 index 5b577bdf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib545. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/flags.make deleted file mode 100644 index 0f002ea6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB545 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/link.txt deleted file mode 100644 index 5961b93d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib545.dir/link.d CMakeFiles/lib545.dir/lib544.c.o CMakeFiles/lib545.dir/first.c.o -o lib545 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib545.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/DependInfo.cmake deleted file mode 100644 index acc5a4a0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib547.c" "external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.o.d" - "" "external/curl/tests/libtest/lib547" "gcc" "external/curl/tests/libtest/CMakeFiles/lib547.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make deleted file mode 100644 index 494b8cd7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib547.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib547.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib547.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib547.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib547.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.o: external/curl/tests/libtest/CMakeFiles/lib547.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib547.c -external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.o: external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.o -MF CMakeFiles/lib547.dir/lib547.c.o.d -o CMakeFiles/lib547.dir/lib547.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib547.c - -external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib547.dir/lib547.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib547.c > CMakeFiles/lib547.dir/lib547.c.i - -external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib547.dir/lib547.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib547.c -o CMakeFiles/lib547.dir/lib547.c.s - -external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib547.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.o -MF CMakeFiles/lib547.dir/first.c.o.d -o CMakeFiles/lib547.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib547.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib547.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib547.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib547.dir/first.c.s - -# Object files for target lib547 -lib547_OBJECTS = \ -"CMakeFiles/lib547.dir/lib547.c.o" \ -"CMakeFiles/lib547.dir/first.c.o" - -# External object files for target lib547 -lib547_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib547: external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.o -external/curl/tests/libtest/lib547: external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.o -external/curl/tests/libtest/lib547: external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make -external/curl/tests/libtest/lib547: external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.ts -external/curl/tests/libtest/lib547: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib547: /usr/lib/libz.so -external/curl/tests/libtest/lib547: external/curl/tests/libtest/CMakeFiles/lib547.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib547" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib547.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib547.dir/build: external/curl/tests/libtest/lib547 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib547.dir/build - -external/curl/tests/libtest/CMakeFiles/lib547.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib547.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib547.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib547.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib547.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib547.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/cmake_clean.cmake deleted file mode 100644 index 171ad519..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib547.dir/link.d" - "CMakeFiles/lib547.dir/first.c.o" - "CMakeFiles/lib547.dir/first.c.o.d" - "CMakeFiles/lib547.dir/lib547.c.o" - "CMakeFiles/lib547.dir/lib547.c.o.d" - "lib547" - "lib547.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib547.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.make deleted file mode 100644 index 323c5427..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib547. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.ts deleted file mode 100644 index 8d5fd028..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib547. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/depend.make deleted file mode 100644 index 8e765643..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib547. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/flags.make deleted file mode 100644 index fa98e41c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB547 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/link.txt deleted file mode 100644 index 5990e778..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib547.dir/link.d CMakeFiles/lib547.dir/lib547.c.o CMakeFiles/lib547.dir/first.c.o -o lib547 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib547.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/DependInfo.cmake deleted file mode 100644 index a7603f23..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib547.c" "external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.o.d" - "" "external/curl/tests/libtest/lib548" "gcc" "external/curl/tests/libtest/CMakeFiles/lib548.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make deleted file mode 100644 index a96e34cd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib548.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib548.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib548.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib548.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib548.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.o: external/curl/tests/libtest/CMakeFiles/lib548.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib547.c -external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.o: external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.o -MF CMakeFiles/lib548.dir/lib547.c.o.d -o CMakeFiles/lib548.dir/lib547.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib547.c - -external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib548.dir/lib547.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib547.c > CMakeFiles/lib548.dir/lib547.c.i - -external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib548.dir/lib547.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib547.c -o CMakeFiles/lib548.dir/lib547.c.s - -external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib548.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.o -MF CMakeFiles/lib548.dir/first.c.o.d -o CMakeFiles/lib548.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib548.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib548.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib548.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib548.dir/first.c.s - -# Object files for target lib548 -lib548_OBJECTS = \ -"CMakeFiles/lib548.dir/lib547.c.o" \ -"CMakeFiles/lib548.dir/first.c.o" - -# External object files for target lib548 -lib548_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib548: external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.o -external/curl/tests/libtest/lib548: external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.o -external/curl/tests/libtest/lib548: external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make -external/curl/tests/libtest/lib548: external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.ts -external/curl/tests/libtest/lib548: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib548: /usr/lib/libz.so -external/curl/tests/libtest/lib548: external/curl/tests/libtest/CMakeFiles/lib548.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib548" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib548.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib548.dir/build: external/curl/tests/libtest/lib548 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib548.dir/build - -external/curl/tests/libtest/CMakeFiles/lib548.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib548.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib548.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib548.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib548.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib548.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/cmake_clean.cmake deleted file mode 100644 index 21af5753..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib548.dir/link.d" - "CMakeFiles/lib548.dir/first.c.o" - "CMakeFiles/lib548.dir/first.c.o.d" - "CMakeFiles/lib548.dir/lib547.c.o" - "CMakeFiles/lib548.dir/lib547.c.o.d" - "lib548" - "lib548.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib548.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.make deleted file mode 100644 index 4cfe8f26..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib548. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.ts deleted file mode 100644 index 20b5bd46..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib548. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/depend.make deleted file mode 100644 index dc46e5e8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib548. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/flags.make deleted file mode 100644 index 1037f98d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB548 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/link.txt deleted file mode 100644 index 9390bd5e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib548.dir/link.d CMakeFiles/lib548.dir/lib547.c.o CMakeFiles/lib548.dir/first.c.o -o lib548 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/progress.make deleted file mode 100644 index f6f88d46..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib548.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = 74 -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/DependInfo.cmake deleted file mode 100644 index 477e62f9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib549.c" "external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.o.d" - "" "external/curl/tests/libtest/lib549" "gcc" "external/curl/tests/libtest/CMakeFiles/lib549.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make deleted file mode 100644 index ff21fba6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib549.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib549.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib549.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib549.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib549.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.o: external/curl/tests/libtest/CMakeFiles/lib549.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib549.c -external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.o: external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.o -MF CMakeFiles/lib549.dir/lib549.c.o.d -o CMakeFiles/lib549.dir/lib549.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib549.c - -external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib549.dir/lib549.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib549.c > CMakeFiles/lib549.dir/lib549.c.i - -external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib549.dir/lib549.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib549.c -o CMakeFiles/lib549.dir/lib549.c.s - -external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib549.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.o -MF CMakeFiles/lib549.dir/first.c.o.d -o CMakeFiles/lib549.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib549.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib549.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib549.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib549.dir/first.c.s - -# Object files for target lib549 -lib549_OBJECTS = \ -"CMakeFiles/lib549.dir/lib549.c.o" \ -"CMakeFiles/lib549.dir/first.c.o" - -# External object files for target lib549 -lib549_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib549: external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.o -external/curl/tests/libtest/lib549: external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.o -external/curl/tests/libtest/lib549: external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make -external/curl/tests/libtest/lib549: external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.ts -external/curl/tests/libtest/lib549: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib549: /usr/lib/libz.so -external/curl/tests/libtest/lib549: external/curl/tests/libtest/CMakeFiles/lib549.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib549" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib549.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib549.dir/build: external/curl/tests/libtest/lib549 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib549.dir/build - -external/curl/tests/libtest/CMakeFiles/lib549.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib549.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib549.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib549.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib549.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib549.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/cmake_clean.cmake deleted file mode 100644 index 1a705f45..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib549.dir/link.d" - "CMakeFiles/lib549.dir/first.c.o" - "CMakeFiles/lib549.dir/first.c.o.d" - "CMakeFiles/lib549.dir/lib549.c.o" - "CMakeFiles/lib549.dir/lib549.c.o.d" - "lib549" - "lib549.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib549.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.make deleted file mode 100644 index e2fa9378..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib549. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.ts deleted file mode 100644 index bab98056..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib549. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/depend.make deleted file mode 100644 index fd357e58..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib549. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/flags.make deleted file mode 100644 index 2150dc60..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB549 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/link.txt deleted file mode 100644 index 104dbc18..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib549.dir/link.d CMakeFiles/lib549.dir/lib549.c.o CMakeFiles/lib549.dir/first.c.o -o lib549 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib549.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/DependInfo.cmake deleted file mode 100644 index 650bd7e5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib552.c" "external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.o.d" - "" "external/curl/tests/libtest/lib552" "gcc" "external/curl/tests/libtest/CMakeFiles/lib552.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make deleted file mode 100644 index dc06b974..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib552.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib552.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib552.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib552.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib552.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.o: external/curl/tests/libtest/CMakeFiles/lib552.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib552.c -external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.o: external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.o -MF CMakeFiles/lib552.dir/lib552.c.o.d -o CMakeFiles/lib552.dir/lib552.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib552.c - -external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib552.dir/lib552.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib552.c > CMakeFiles/lib552.dir/lib552.c.i - -external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib552.dir/lib552.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib552.c -o CMakeFiles/lib552.dir/lib552.c.s - -external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib552.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.o -MF CMakeFiles/lib552.dir/first.c.o.d -o CMakeFiles/lib552.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib552.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib552.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib552.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib552.dir/first.c.s - -# Object files for target lib552 -lib552_OBJECTS = \ -"CMakeFiles/lib552.dir/lib552.c.o" \ -"CMakeFiles/lib552.dir/first.c.o" - -# External object files for target lib552 -lib552_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib552: external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.o -external/curl/tests/libtest/lib552: external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.o -external/curl/tests/libtest/lib552: external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make -external/curl/tests/libtest/lib552: external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.ts -external/curl/tests/libtest/lib552: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib552: /usr/lib/libz.so -external/curl/tests/libtest/lib552: external/curl/tests/libtest/CMakeFiles/lib552.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib552" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib552.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib552.dir/build: external/curl/tests/libtest/lib552 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib552.dir/build - -external/curl/tests/libtest/CMakeFiles/lib552.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib552.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib552.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib552.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib552.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib552.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/cmake_clean.cmake deleted file mode 100644 index 24671045..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib552.dir/link.d" - "CMakeFiles/lib552.dir/first.c.o" - "CMakeFiles/lib552.dir/first.c.o.d" - "CMakeFiles/lib552.dir/lib552.c.o" - "CMakeFiles/lib552.dir/lib552.c.o.d" - "lib552" - "lib552.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib552.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.make deleted file mode 100644 index 5d0fde30..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib552. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.ts deleted file mode 100644 index e488e904..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib552. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/depend.make deleted file mode 100644 index d60710d0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib552. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/flags.make deleted file mode 100644 index 3757159d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB552 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/link.txt deleted file mode 100644 index f381a6c3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib552.dir/link.d CMakeFiles/lib552.dir/lib552.c.o CMakeFiles/lib552.dir/first.c.o -o lib552 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib552.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/DependInfo.cmake deleted file mode 100644 index 6b857872..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib553.c" "external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.o.d" - "" "external/curl/tests/libtest/lib553" "gcc" "external/curl/tests/libtest/CMakeFiles/lib553.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make deleted file mode 100644 index 6b37e790..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib553.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib553.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib553.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib553.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib553.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.o: external/curl/tests/libtest/CMakeFiles/lib553.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib553.c -external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.o: external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.o -MF CMakeFiles/lib553.dir/lib553.c.o.d -o CMakeFiles/lib553.dir/lib553.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib553.c - -external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib553.dir/lib553.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib553.c > CMakeFiles/lib553.dir/lib553.c.i - -external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib553.dir/lib553.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib553.c -o CMakeFiles/lib553.dir/lib553.c.s - -external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib553.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.o -MF CMakeFiles/lib553.dir/first.c.o.d -o CMakeFiles/lib553.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib553.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib553.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib553.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib553.dir/first.c.s - -# Object files for target lib553 -lib553_OBJECTS = \ -"CMakeFiles/lib553.dir/lib553.c.o" \ -"CMakeFiles/lib553.dir/first.c.o" - -# External object files for target lib553 -lib553_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib553: external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.o -external/curl/tests/libtest/lib553: external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.o -external/curl/tests/libtest/lib553: external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make -external/curl/tests/libtest/lib553: external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.ts -external/curl/tests/libtest/lib553: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib553: /usr/lib/libz.so -external/curl/tests/libtest/lib553: external/curl/tests/libtest/CMakeFiles/lib553.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib553" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib553.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib553.dir/build: external/curl/tests/libtest/lib553 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib553.dir/build - -external/curl/tests/libtest/CMakeFiles/lib553.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib553.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib553.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib553.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib553.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib553.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/cmake_clean.cmake deleted file mode 100644 index 9d6d15c1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib553.dir/link.d" - "CMakeFiles/lib553.dir/first.c.o" - "CMakeFiles/lib553.dir/first.c.o.d" - "CMakeFiles/lib553.dir/lib553.c.o" - "CMakeFiles/lib553.dir/lib553.c.o.d" - "lib553" - "lib553.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib553.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.make deleted file mode 100644 index 06c90eff..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib553. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.ts deleted file mode 100644 index 75a241b9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib553. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/depend.make deleted file mode 100644 index baffe665..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib553. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/flags.make deleted file mode 100644 index 2ccc1c06..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB553 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/link.txt deleted file mode 100644 index 5961dd95..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib553.dir/link.d CMakeFiles/lib553.dir/lib553.c.o CMakeFiles/lib553.dir/first.c.o -o lib553 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib553.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/DependInfo.cmake deleted file mode 100644 index 97cb8118..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib554.c" "external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.o.d" - "" "external/curl/tests/libtest/lib554" "gcc" "external/curl/tests/libtest/CMakeFiles/lib554.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make deleted file mode 100644 index 2d23859f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib554.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib554.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib554.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib554.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib554.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.o: external/curl/tests/libtest/CMakeFiles/lib554.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib554.c -external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.o: external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.o -MF CMakeFiles/lib554.dir/lib554.c.o.d -o CMakeFiles/lib554.dir/lib554.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib554.c - -external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib554.dir/lib554.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib554.c > CMakeFiles/lib554.dir/lib554.c.i - -external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib554.dir/lib554.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib554.c -o CMakeFiles/lib554.dir/lib554.c.s - -external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib554.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.o -MF CMakeFiles/lib554.dir/first.c.o.d -o CMakeFiles/lib554.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib554.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib554.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib554.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib554.dir/first.c.s - -# Object files for target lib554 -lib554_OBJECTS = \ -"CMakeFiles/lib554.dir/lib554.c.o" \ -"CMakeFiles/lib554.dir/first.c.o" - -# External object files for target lib554 -lib554_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib554: external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.o -external/curl/tests/libtest/lib554: external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.o -external/curl/tests/libtest/lib554: external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make -external/curl/tests/libtest/lib554: external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.ts -external/curl/tests/libtest/lib554: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib554: /usr/lib/libz.so -external/curl/tests/libtest/lib554: external/curl/tests/libtest/CMakeFiles/lib554.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib554" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib554.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib554.dir/build: external/curl/tests/libtest/lib554 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib554.dir/build - -external/curl/tests/libtest/CMakeFiles/lib554.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib554.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib554.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib554.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib554.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib554.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/cmake_clean.cmake deleted file mode 100644 index f1e12097..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib554.dir/link.d" - "CMakeFiles/lib554.dir/first.c.o" - "CMakeFiles/lib554.dir/first.c.o.d" - "CMakeFiles/lib554.dir/lib554.c.o" - "CMakeFiles/lib554.dir/lib554.c.o.d" - "lib554" - "lib554.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib554.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.make deleted file mode 100644 index ca92b07e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib554. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.ts deleted file mode 100644 index b8f035c5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib554. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/depend.make deleted file mode 100644 index 57d87973..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib554. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/flags.make deleted file mode 100644 index 4bff2b8a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB554 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/link.txt deleted file mode 100644 index 806eb527..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib554.dir/link.d CMakeFiles/lib554.dir/lib554.c.o CMakeFiles/lib554.dir/first.c.o -o lib554 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib554.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/DependInfo.cmake deleted file mode 100644 index 9d9f85d5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib555.c" "external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib555" "gcc" "external/curl/tests/libtest/CMakeFiles/lib555.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make deleted file mode 100644 index 2bbefcba..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib555.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib555.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib555.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib555.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib555.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.o: external/curl/tests/libtest/CMakeFiles/lib555.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib555.c -external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.o: external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.o -MF CMakeFiles/lib555.dir/lib555.c.o.d -o CMakeFiles/lib555.dir/lib555.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib555.c - -external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib555.dir/lib555.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib555.c > CMakeFiles/lib555.dir/lib555.c.i - -external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib555.dir/lib555.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib555.c -o CMakeFiles/lib555.dir/lib555.c.s - -external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib555.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.o -MF CMakeFiles/lib555.dir/first.c.o.d -o CMakeFiles/lib555.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib555.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib555.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib555.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib555.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib555.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.o -MF CMakeFiles/lib555.dir/testutil.c.o.d -o CMakeFiles/lib555.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib555.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib555.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib555.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib555.dir/testutil.c.s - -# Object files for target lib555 -lib555_OBJECTS = \ -"CMakeFiles/lib555.dir/lib555.c.o" \ -"CMakeFiles/lib555.dir/first.c.o" \ -"CMakeFiles/lib555.dir/testutil.c.o" - -# External object files for target lib555 -lib555_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib555: external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.o -external/curl/tests/libtest/lib555: external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.o -external/curl/tests/libtest/lib555: external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.o -external/curl/tests/libtest/lib555: external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make -external/curl/tests/libtest/lib555: external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.ts -external/curl/tests/libtest/lib555: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib555: /usr/lib/libz.so -external/curl/tests/libtest/lib555: external/curl/tests/libtest/CMakeFiles/lib555.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib555" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib555.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib555.dir/build: external/curl/tests/libtest/lib555 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib555.dir/build - -external/curl/tests/libtest/CMakeFiles/lib555.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib555.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib555.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib555.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib555.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib555.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/cmake_clean.cmake deleted file mode 100644 index 78f2b741..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib555.dir/link.d" - "CMakeFiles/lib555.dir/first.c.o" - "CMakeFiles/lib555.dir/first.c.o.d" - "CMakeFiles/lib555.dir/lib555.c.o" - "CMakeFiles/lib555.dir/lib555.c.o.d" - "CMakeFiles/lib555.dir/testutil.c.o" - "CMakeFiles/lib555.dir/testutil.c.o.d" - "lib555" - "lib555.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib555.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.make deleted file mode 100644 index 3fc0bf8b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib555. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.ts deleted file mode 100644 index beb933ea..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib555. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/depend.make deleted file mode 100644 index 830228bb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib555. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/flags.make deleted file mode 100644 index 2c689df1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB555 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/link.txt deleted file mode 100644 index c2edc7f9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib555.dir/link.d CMakeFiles/lib555.dir/lib555.c.o CMakeFiles/lib555.dir/first.c.o CMakeFiles/lib555.dir/testutil.c.o -o lib555 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib555.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/DependInfo.cmake deleted file mode 100644 index b7b8891b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib556.c" "external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.o.d" - "" "external/curl/tests/libtest/lib556" "gcc" "external/curl/tests/libtest/CMakeFiles/lib556.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make deleted file mode 100644 index 23e06657..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib556.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib556.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib556.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib556.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib556.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.o: external/curl/tests/libtest/CMakeFiles/lib556.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib556.c -external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.o: external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.o -MF CMakeFiles/lib556.dir/lib556.c.o.d -o CMakeFiles/lib556.dir/lib556.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib556.c - -external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib556.dir/lib556.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib556.c > CMakeFiles/lib556.dir/lib556.c.i - -external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib556.dir/lib556.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib556.c -o CMakeFiles/lib556.dir/lib556.c.s - -external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib556.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.o -MF CMakeFiles/lib556.dir/first.c.o.d -o CMakeFiles/lib556.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib556.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib556.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib556.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib556.dir/first.c.s - -# Object files for target lib556 -lib556_OBJECTS = \ -"CMakeFiles/lib556.dir/lib556.c.o" \ -"CMakeFiles/lib556.dir/first.c.o" - -# External object files for target lib556 -lib556_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib556: external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.o -external/curl/tests/libtest/lib556: external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.o -external/curl/tests/libtest/lib556: external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make -external/curl/tests/libtest/lib556: external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.ts -external/curl/tests/libtest/lib556: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib556: /usr/lib/libz.so -external/curl/tests/libtest/lib556: external/curl/tests/libtest/CMakeFiles/lib556.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib556" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib556.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib556.dir/build: external/curl/tests/libtest/lib556 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib556.dir/build - -external/curl/tests/libtest/CMakeFiles/lib556.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib556.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib556.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib556.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib556.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib556.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/cmake_clean.cmake deleted file mode 100644 index ee66a5a7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib556.dir/link.d" - "CMakeFiles/lib556.dir/first.c.o" - "CMakeFiles/lib556.dir/first.c.o.d" - "CMakeFiles/lib556.dir/lib556.c.o" - "CMakeFiles/lib556.dir/lib556.c.o.d" - "lib556" - "lib556.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib556.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.make deleted file mode 100644 index 78159624..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib556. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.ts deleted file mode 100644 index 7914affc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib556. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/depend.make deleted file mode 100644 index 3cc40413..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib556. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/flags.make deleted file mode 100644 index 828d397f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB556 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/link.txt deleted file mode 100644 index c3e8e806..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib556.dir/link.d CMakeFiles/lib556.dir/lib556.c.o CMakeFiles/lib556.dir/first.c.o -o lib556 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib556.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/DependInfo.cmake deleted file mode 100644 index 826eea7d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib557.c" "external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.o.d" - "" "external/curl/tests/libtest/lib557" "gcc" "external/curl/tests/libtest/CMakeFiles/lib557.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make deleted file mode 100644 index 05ec2e85..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib557.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib557.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib557.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib557.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib557.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.o: external/curl/tests/libtest/CMakeFiles/lib557.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib557.c -external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.o: external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.o -MF CMakeFiles/lib557.dir/lib557.c.o.d -o CMakeFiles/lib557.dir/lib557.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib557.c - -external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib557.dir/lib557.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib557.c > CMakeFiles/lib557.dir/lib557.c.i - -external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib557.dir/lib557.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib557.c -o CMakeFiles/lib557.dir/lib557.c.s - -external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib557.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.o -MF CMakeFiles/lib557.dir/first.c.o.d -o CMakeFiles/lib557.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib557.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib557.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib557.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib557.dir/first.c.s - -# Object files for target lib557 -lib557_OBJECTS = \ -"CMakeFiles/lib557.dir/lib557.c.o" \ -"CMakeFiles/lib557.dir/first.c.o" - -# External object files for target lib557 -lib557_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib557: external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.o -external/curl/tests/libtest/lib557: external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.o -external/curl/tests/libtest/lib557: external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make -external/curl/tests/libtest/lib557: external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.ts -external/curl/tests/libtest/lib557: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib557: /usr/lib/libz.so -external/curl/tests/libtest/lib557: external/curl/tests/libtest/CMakeFiles/lib557.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib557" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib557.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib557.dir/build: external/curl/tests/libtest/lib557 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib557.dir/build - -external/curl/tests/libtest/CMakeFiles/lib557.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib557.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib557.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib557.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib557.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib557.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/cmake_clean.cmake deleted file mode 100644 index 7a27f0b1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib557.dir/link.d" - "CMakeFiles/lib557.dir/first.c.o" - "CMakeFiles/lib557.dir/first.c.o.d" - "CMakeFiles/lib557.dir/lib557.c.o" - "CMakeFiles/lib557.dir/lib557.c.o.d" - "lib557" - "lib557.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib557.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.make deleted file mode 100644 index 9f90fcff..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib557. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.ts deleted file mode 100644 index 849d541a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib557. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/depend.make deleted file mode 100644 index d1a60b0a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib557. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/flags.make deleted file mode 100644 index 71e8a1fa..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB557 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/link.txt deleted file mode 100644 index 8326601e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib557.dir/link.d CMakeFiles/lib557.dir/lib557.c.o CMakeFiles/lib557.dir/first.c.o -o lib557 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib557.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/DependInfo.cmake deleted file mode 100644 index 0c31f066..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib558.c" "external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.o.d" - "" "external/curl/tests/libtest/lib558" "gcc" "external/curl/tests/libtest/CMakeFiles/lib558.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make deleted file mode 100644 index 7a822a35..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib558.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib558.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib558.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib558.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib558.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.o: external/curl/tests/libtest/CMakeFiles/lib558.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib558.c -external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.o: external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.o -MF CMakeFiles/lib558.dir/lib558.c.o.d -o CMakeFiles/lib558.dir/lib558.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib558.c - -external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib558.dir/lib558.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib558.c > CMakeFiles/lib558.dir/lib558.c.i - -external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib558.dir/lib558.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib558.c -o CMakeFiles/lib558.dir/lib558.c.s - -external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib558.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.o -MF CMakeFiles/lib558.dir/first.c.o.d -o CMakeFiles/lib558.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib558.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib558.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib558.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib558.dir/first.c.s - -# Object files for target lib558 -lib558_OBJECTS = \ -"CMakeFiles/lib558.dir/lib558.c.o" \ -"CMakeFiles/lib558.dir/first.c.o" - -# External object files for target lib558 -lib558_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib558: external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.o -external/curl/tests/libtest/lib558: external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.o -external/curl/tests/libtest/lib558: external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make -external/curl/tests/libtest/lib558: external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.ts -external/curl/tests/libtest/lib558: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib558: /usr/lib/libz.so -external/curl/tests/libtest/lib558: external/curl/tests/libtest/CMakeFiles/lib558.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib558" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib558.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib558.dir/build: external/curl/tests/libtest/lib558 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib558.dir/build - -external/curl/tests/libtest/CMakeFiles/lib558.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib558.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib558.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib558.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib558.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib558.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/cmake_clean.cmake deleted file mode 100644 index 20fb6e6b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib558.dir/link.d" - "CMakeFiles/lib558.dir/first.c.o" - "CMakeFiles/lib558.dir/first.c.o.d" - "CMakeFiles/lib558.dir/lib558.c.o" - "CMakeFiles/lib558.dir/lib558.c.o.d" - "lib558" - "lib558.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib558.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.make deleted file mode 100644 index 2bc6ddba..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib558. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.ts deleted file mode 100644 index a6c19e6b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib558. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/depend.make deleted file mode 100644 index 1e1f988e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib558. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/flags.make deleted file mode 100644 index 66761661..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB558 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/link.txt deleted file mode 100644 index 44d9659f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib558.dir/link.d CMakeFiles/lib558.dir/lib558.c.o CMakeFiles/lib558.dir/first.c.o -o lib558 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib558.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/DependInfo.cmake deleted file mode 100644 index e539efb4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib559.c" "external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.o.d" - "" "external/curl/tests/libtest/lib559" "gcc" "external/curl/tests/libtest/CMakeFiles/lib559.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make deleted file mode 100644 index 375fadb6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib559.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib559.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib559.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib559.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib559.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.o: external/curl/tests/libtest/CMakeFiles/lib559.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib559.c -external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.o: external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.o -MF CMakeFiles/lib559.dir/lib559.c.o.d -o CMakeFiles/lib559.dir/lib559.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib559.c - -external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib559.dir/lib559.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib559.c > CMakeFiles/lib559.dir/lib559.c.i - -external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib559.dir/lib559.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib559.c -o CMakeFiles/lib559.dir/lib559.c.s - -external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib559.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.o -MF CMakeFiles/lib559.dir/first.c.o.d -o CMakeFiles/lib559.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib559.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib559.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib559.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib559.dir/first.c.s - -# Object files for target lib559 -lib559_OBJECTS = \ -"CMakeFiles/lib559.dir/lib559.c.o" \ -"CMakeFiles/lib559.dir/first.c.o" - -# External object files for target lib559 -lib559_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib559: external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.o -external/curl/tests/libtest/lib559: external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.o -external/curl/tests/libtest/lib559: external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make -external/curl/tests/libtest/lib559: external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.ts -external/curl/tests/libtest/lib559: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib559: /usr/lib/libz.so -external/curl/tests/libtest/lib559: external/curl/tests/libtest/CMakeFiles/lib559.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib559" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib559.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib559.dir/build: external/curl/tests/libtest/lib559 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib559.dir/build - -external/curl/tests/libtest/CMakeFiles/lib559.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib559.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib559.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib559.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib559.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib559.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/cmake_clean.cmake deleted file mode 100644 index 676018ed..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib559.dir/link.d" - "CMakeFiles/lib559.dir/first.c.o" - "CMakeFiles/lib559.dir/first.c.o.d" - "CMakeFiles/lib559.dir/lib559.c.o" - "CMakeFiles/lib559.dir/lib559.c.o.d" - "lib559" - "lib559.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib559.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.make deleted file mode 100644 index 433ad8f9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib559. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.ts deleted file mode 100644 index 3774f970..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib559. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/depend.make deleted file mode 100644 index 8974d389..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib559. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/flags.make deleted file mode 100644 index 9f2ba767..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB559 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/link.txt deleted file mode 100644 index ea8ab28f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib559.dir/link.d CMakeFiles/lib559.dir/lib559.c.o CMakeFiles/lib559.dir/first.c.o -o lib559 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/progress.make deleted file mode 100644 index 6a08032e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib559.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = 75 -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/DependInfo.cmake deleted file mode 100644 index 362835dd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib560.c" "external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib560" "gcc" "external/curl/tests/libtest/CMakeFiles/lib560.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make deleted file mode 100644 index 2aab67cf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib560.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib560.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib560.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib560.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib560.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.o: external/curl/tests/libtest/CMakeFiles/lib560.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib560.c -external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.o: external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.o -MF CMakeFiles/lib560.dir/lib560.c.o.d -o CMakeFiles/lib560.dir/lib560.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib560.c - -external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib560.dir/lib560.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib560.c > CMakeFiles/lib560.dir/lib560.c.i - -external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib560.dir/lib560.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib560.c -o CMakeFiles/lib560.dir/lib560.c.s - -external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib560.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.o -MF CMakeFiles/lib560.dir/first.c.o.d -o CMakeFiles/lib560.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib560.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib560.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib560.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib560.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib560.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.o -MF CMakeFiles/lib560.dir/testutil.c.o.d -o CMakeFiles/lib560.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib560.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib560.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib560.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib560.dir/testutil.c.s - -# Object files for target lib560 -lib560_OBJECTS = \ -"CMakeFiles/lib560.dir/lib560.c.o" \ -"CMakeFiles/lib560.dir/first.c.o" \ -"CMakeFiles/lib560.dir/testutil.c.o" - -# External object files for target lib560 -lib560_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib560: external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.o -external/curl/tests/libtest/lib560: external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.o -external/curl/tests/libtest/lib560: external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.o -external/curl/tests/libtest/lib560: external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make -external/curl/tests/libtest/lib560: external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.ts -external/curl/tests/libtest/lib560: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib560: /usr/lib/libz.so -external/curl/tests/libtest/lib560: external/curl/tests/libtest/CMakeFiles/lib560.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib560" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib560.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib560.dir/build: external/curl/tests/libtest/lib560 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib560.dir/build - -external/curl/tests/libtest/CMakeFiles/lib560.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib560.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib560.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib560.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib560.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib560.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/cmake_clean.cmake deleted file mode 100644 index 4d338d52..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib560.dir/link.d" - "CMakeFiles/lib560.dir/first.c.o" - "CMakeFiles/lib560.dir/first.c.o.d" - "CMakeFiles/lib560.dir/lib560.c.o" - "CMakeFiles/lib560.dir/lib560.c.o.d" - "CMakeFiles/lib560.dir/testutil.c.o" - "CMakeFiles/lib560.dir/testutil.c.o.d" - "lib560" - "lib560.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib560.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.make deleted file mode 100644 index 22f672ff..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib560. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.ts deleted file mode 100644 index 9f6919bb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib560. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/depend.make deleted file mode 100644 index 50a0a5b3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib560. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/flags.make deleted file mode 100644 index 2e406c9a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB560 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/link.txt deleted file mode 100644 index 36636462..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib560.dir/link.d CMakeFiles/lib560.dir/lib560.c.o CMakeFiles/lib560.dir/first.c.o CMakeFiles/lib560.dir/testutil.c.o -o lib560 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib560.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/DependInfo.cmake deleted file mode 100644 index 1347d61d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib562.c" "external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.o.d" - "" "external/curl/tests/libtest/lib562" "gcc" "external/curl/tests/libtest/CMakeFiles/lib562.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make deleted file mode 100644 index 3af93acb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib562.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib562.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib562.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib562.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib562.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.o: external/curl/tests/libtest/CMakeFiles/lib562.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib562.c -external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.o: external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.o -MF CMakeFiles/lib562.dir/lib562.c.o.d -o CMakeFiles/lib562.dir/lib562.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib562.c - -external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib562.dir/lib562.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib562.c > CMakeFiles/lib562.dir/lib562.c.i - -external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib562.dir/lib562.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib562.c -o CMakeFiles/lib562.dir/lib562.c.s - -external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib562.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.o -MF CMakeFiles/lib562.dir/first.c.o.d -o CMakeFiles/lib562.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib562.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib562.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib562.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib562.dir/first.c.s - -# Object files for target lib562 -lib562_OBJECTS = \ -"CMakeFiles/lib562.dir/lib562.c.o" \ -"CMakeFiles/lib562.dir/first.c.o" - -# External object files for target lib562 -lib562_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib562: external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.o -external/curl/tests/libtest/lib562: external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.o -external/curl/tests/libtest/lib562: external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make -external/curl/tests/libtest/lib562: external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.ts -external/curl/tests/libtest/lib562: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib562: /usr/lib/libz.so -external/curl/tests/libtest/lib562: external/curl/tests/libtest/CMakeFiles/lib562.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib562" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib562.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib562.dir/build: external/curl/tests/libtest/lib562 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib562.dir/build - -external/curl/tests/libtest/CMakeFiles/lib562.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib562.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib562.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib562.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib562.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib562.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/cmake_clean.cmake deleted file mode 100644 index 79aa86d4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib562.dir/link.d" - "CMakeFiles/lib562.dir/first.c.o" - "CMakeFiles/lib562.dir/first.c.o.d" - "CMakeFiles/lib562.dir/lib562.c.o" - "CMakeFiles/lib562.dir/lib562.c.o.d" - "lib562" - "lib562.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib562.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.make deleted file mode 100644 index bfb80e0d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib562. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.ts deleted file mode 100644 index f61893fc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib562. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/depend.make deleted file mode 100644 index f8bd603d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib562. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/flags.make deleted file mode 100644 index 8f65032f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB562 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/link.txt deleted file mode 100644 index 77c14c58..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib562.dir/link.d CMakeFiles/lib562.dir/lib562.c.o CMakeFiles/lib562.dir/first.c.o -o lib562 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib562.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/DependInfo.cmake deleted file mode 100644 index db862292..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib564.c" "external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib564" "gcc" "external/curl/tests/libtest/CMakeFiles/lib564.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make deleted file mode 100644 index 2a572282..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib564.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib564.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib564.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib564.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib564.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.o: external/curl/tests/libtest/CMakeFiles/lib564.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib564.c -external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.o: external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.o -MF CMakeFiles/lib564.dir/lib564.c.o.d -o CMakeFiles/lib564.dir/lib564.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib564.c - -external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib564.dir/lib564.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib564.c > CMakeFiles/lib564.dir/lib564.c.i - -external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib564.dir/lib564.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib564.c -o CMakeFiles/lib564.dir/lib564.c.s - -external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib564.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.o -MF CMakeFiles/lib564.dir/first.c.o.d -o CMakeFiles/lib564.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib564.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib564.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib564.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib564.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib564.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.o -MF CMakeFiles/lib564.dir/testutil.c.o.d -o CMakeFiles/lib564.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib564.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib564.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib564.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib564.dir/testutil.c.s - -# Object files for target lib564 -lib564_OBJECTS = \ -"CMakeFiles/lib564.dir/lib564.c.o" \ -"CMakeFiles/lib564.dir/first.c.o" \ -"CMakeFiles/lib564.dir/testutil.c.o" - -# External object files for target lib564 -lib564_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib564: external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.o -external/curl/tests/libtest/lib564: external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.o -external/curl/tests/libtest/lib564: external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.o -external/curl/tests/libtest/lib564: external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make -external/curl/tests/libtest/lib564: external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.ts -external/curl/tests/libtest/lib564: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib564: /usr/lib/libz.so -external/curl/tests/libtest/lib564: external/curl/tests/libtest/CMakeFiles/lib564.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib564" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib564.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib564.dir/build: external/curl/tests/libtest/lib564 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib564.dir/build - -external/curl/tests/libtest/CMakeFiles/lib564.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib564.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib564.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib564.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib564.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib564.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/cmake_clean.cmake deleted file mode 100644 index 09f95219..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib564.dir/link.d" - "CMakeFiles/lib564.dir/first.c.o" - "CMakeFiles/lib564.dir/first.c.o.d" - "CMakeFiles/lib564.dir/lib564.c.o" - "CMakeFiles/lib564.dir/lib564.c.o.d" - "CMakeFiles/lib564.dir/testutil.c.o" - "CMakeFiles/lib564.dir/testutil.c.o.d" - "lib564" - "lib564.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib564.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.make deleted file mode 100644 index 0db22a2f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib564. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.ts deleted file mode 100644 index a5850cd0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib564. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/depend.make deleted file mode 100644 index 4551a490..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib564. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/flags.make deleted file mode 100644 index ec524a85..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB564 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/link.txt deleted file mode 100644 index 1e6bd435..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib564.dir/link.d CMakeFiles/lib564.dir/lib564.c.o CMakeFiles/lib564.dir/first.c.o CMakeFiles/lib564.dir/testutil.c.o -o lib564 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib564.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/DependInfo.cmake deleted file mode 100644 index 6522382e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib510.c" "external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.o.d" - "" "external/curl/tests/libtest/lib565" "gcc" "external/curl/tests/libtest/CMakeFiles/lib565.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make deleted file mode 100644 index 651e8d62..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib565.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib565.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib565.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib565.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib565.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.o: external/curl/tests/libtest/CMakeFiles/lib565.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib510.c -external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.o: external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.o -MF CMakeFiles/lib565.dir/lib510.c.o.d -o CMakeFiles/lib565.dir/lib510.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib510.c - -external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib565.dir/lib510.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib510.c > CMakeFiles/lib565.dir/lib510.c.i - -external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib565.dir/lib510.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib510.c -o CMakeFiles/lib565.dir/lib510.c.s - -external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib565.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.o -MF CMakeFiles/lib565.dir/first.c.o.d -o CMakeFiles/lib565.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib565.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib565.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib565.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib565.dir/first.c.s - -# Object files for target lib565 -lib565_OBJECTS = \ -"CMakeFiles/lib565.dir/lib510.c.o" \ -"CMakeFiles/lib565.dir/first.c.o" - -# External object files for target lib565 -lib565_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib565: external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.o -external/curl/tests/libtest/lib565: external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.o -external/curl/tests/libtest/lib565: external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make -external/curl/tests/libtest/lib565: external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.ts -external/curl/tests/libtest/lib565: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib565: /usr/lib/libz.so -external/curl/tests/libtest/lib565: external/curl/tests/libtest/CMakeFiles/lib565.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib565" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib565.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib565.dir/build: external/curl/tests/libtest/lib565 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib565.dir/build - -external/curl/tests/libtest/CMakeFiles/lib565.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib565.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib565.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib565.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib565.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib565.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/cmake_clean.cmake deleted file mode 100644 index 03841274..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib565.dir/link.d" - "CMakeFiles/lib565.dir/first.c.o" - "CMakeFiles/lib565.dir/first.c.o.d" - "CMakeFiles/lib565.dir/lib510.c.o" - "CMakeFiles/lib565.dir/lib510.c.o.d" - "lib565" - "lib565.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib565.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.make deleted file mode 100644 index 4a19493c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib565. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.ts deleted file mode 100644 index eb2d4e0e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib565. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/depend.make deleted file mode 100644 index 79f217de..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib565. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/flags.make deleted file mode 100644 index 51d39a56..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB565 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/link.txt deleted file mode 100644 index c74e1488..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib565.dir/link.d CMakeFiles/lib565.dir/lib510.c.o CMakeFiles/lib565.dir/first.c.o -o lib565 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib565.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/DependInfo.cmake deleted file mode 100644 index e0642d05..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib566.c" "external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.o.d" - "" "external/curl/tests/libtest/lib566" "gcc" "external/curl/tests/libtest/CMakeFiles/lib566.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make deleted file mode 100644 index 66699956..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib566.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib566.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib566.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib566.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib566.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.o: external/curl/tests/libtest/CMakeFiles/lib566.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib566.c -external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.o: external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.o -MF CMakeFiles/lib566.dir/lib566.c.o.d -o CMakeFiles/lib566.dir/lib566.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib566.c - -external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib566.dir/lib566.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib566.c > CMakeFiles/lib566.dir/lib566.c.i - -external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib566.dir/lib566.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib566.c -o CMakeFiles/lib566.dir/lib566.c.s - -external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib566.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.o -MF CMakeFiles/lib566.dir/first.c.o.d -o CMakeFiles/lib566.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib566.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib566.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib566.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib566.dir/first.c.s - -# Object files for target lib566 -lib566_OBJECTS = \ -"CMakeFiles/lib566.dir/lib566.c.o" \ -"CMakeFiles/lib566.dir/first.c.o" - -# External object files for target lib566 -lib566_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib566: external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.o -external/curl/tests/libtest/lib566: external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.o -external/curl/tests/libtest/lib566: external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make -external/curl/tests/libtest/lib566: external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.ts -external/curl/tests/libtest/lib566: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib566: /usr/lib/libz.so -external/curl/tests/libtest/lib566: external/curl/tests/libtest/CMakeFiles/lib566.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib566" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib566.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib566.dir/build: external/curl/tests/libtest/lib566 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib566.dir/build - -external/curl/tests/libtest/CMakeFiles/lib566.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib566.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib566.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib566.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib566.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib566.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/cmake_clean.cmake deleted file mode 100644 index 2af06e58..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib566.dir/link.d" - "CMakeFiles/lib566.dir/first.c.o" - "CMakeFiles/lib566.dir/first.c.o.d" - "CMakeFiles/lib566.dir/lib566.c.o" - "CMakeFiles/lib566.dir/lib566.c.o.d" - "lib566" - "lib566.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib566.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.make deleted file mode 100644 index e5710c13..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib566. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.ts deleted file mode 100644 index 606d53fa..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib566. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/depend.make deleted file mode 100644 index 18a415eb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib566. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/flags.make deleted file mode 100644 index 6bcd6c49..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB566 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/link.txt deleted file mode 100644 index 3aa51db4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib566.dir/link.d CMakeFiles/lib566.dir/lib566.c.o CMakeFiles/lib566.dir/first.c.o -o lib566 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib566.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/DependInfo.cmake deleted file mode 100644 index c4d35ae6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib567.c" "external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.o.d" - "" "external/curl/tests/libtest/lib567" "gcc" "external/curl/tests/libtest/CMakeFiles/lib567.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make deleted file mode 100644 index 44e5ce1b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib567.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib567.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib567.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib567.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib567.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.o: external/curl/tests/libtest/CMakeFiles/lib567.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib567.c -external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.o: external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.o -MF CMakeFiles/lib567.dir/lib567.c.o.d -o CMakeFiles/lib567.dir/lib567.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib567.c - -external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib567.dir/lib567.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib567.c > CMakeFiles/lib567.dir/lib567.c.i - -external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib567.dir/lib567.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib567.c -o CMakeFiles/lib567.dir/lib567.c.s - -external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib567.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.o -MF CMakeFiles/lib567.dir/first.c.o.d -o CMakeFiles/lib567.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib567.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib567.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib567.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib567.dir/first.c.s - -# Object files for target lib567 -lib567_OBJECTS = \ -"CMakeFiles/lib567.dir/lib567.c.o" \ -"CMakeFiles/lib567.dir/first.c.o" - -# External object files for target lib567 -lib567_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib567: external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.o -external/curl/tests/libtest/lib567: external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.o -external/curl/tests/libtest/lib567: external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make -external/curl/tests/libtest/lib567: external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.ts -external/curl/tests/libtest/lib567: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib567: /usr/lib/libz.so -external/curl/tests/libtest/lib567: external/curl/tests/libtest/CMakeFiles/lib567.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib567" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib567.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib567.dir/build: external/curl/tests/libtest/lib567 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib567.dir/build - -external/curl/tests/libtest/CMakeFiles/lib567.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib567.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib567.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib567.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib567.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib567.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/cmake_clean.cmake deleted file mode 100644 index dcd13f50..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib567.dir/link.d" - "CMakeFiles/lib567.dir/first.c.o" - "CMakeFiles/lib567.dir/first.c.o.d" - "CMakeFiles/lib567.dir/lib567.c.o" - "CMakeFiles/lib567.dir/lib567.c.o.d" - "lib567" - "lib567.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib567.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.make deleted file mode 100644 index 7cdc24e7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib567. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.ts deleted file mode 100644 index fa597a96..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib567. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/depend.make deleted file mode 100644 index 3bcb82a0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib567. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/flags.make deleted file mode 100644 index ccae15c4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB567 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/link.txt deleted file mode 100644 index c6dbd9f2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib567.dir/link.d CMakeFiles/lib567.dir/lib567.c.o CMakeFiles/lib567.dir/first.c.o -o lib567 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib567.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/DependInfo.cmake deleted file mode 100644 index eb4a67d9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib568.c" "external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.o.d" - "" "external/curl/tests/libtest/lib568" "gcc" "external/curl/tests/libtest/CMakeFiles/lib568.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make deleted file mode 100644 index a18ffd74..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib568.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib568.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib568.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib568.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib568.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.o: external/curl/tests/libtest/CMakeFiles/lib568.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib568.c -external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.o: external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.o -MF CMakeFiles/lib568.dir/lib568.c.o.d -o CMakeFiles/lib568.dir/lib568.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib568.c - -external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib568.dir/lib568.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib568.c > CMakeFiles/lib568.dir/lib568.c.i - -external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib568.dir/lib568.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib568.c -o CMakeFiles/lib568.dir/lib568.c.s - -external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib568.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.o -MF CMakeFiles/lib568.dir/first.c.o.d -o CMakeFiles/lib568.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib568.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib568.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib568.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib568.dir/first.c.s - -# Object files for target lib568 -lib568_OBJECTS = \ -"CMakeFiles/lib568.dir/lib568.c.o" \ -"CMakeFiles/lib568.dir/first.c.o" - -# External object files for target lib568 -lib568_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib568: external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.o -external/curl/tests/libtest/lib568: external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.o -external/curl/tests/libtest/lib568: external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make -external/curl/tests/libtest/lib568: external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.ts -external/curl/tests/libtest/lib568: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib568: /usr/lib/libz.so -external/curl/tests/libtest/lib568: external/curl/tests/libtest/CMakeFiles/lib568.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib568" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib568.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib568.dir/build: external/curl/tests/libtest/lib568 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib568.dir/build - -external/curl/tests/libtest/CMakeFiles/lib568.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib568.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib568.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib568.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib568.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib568.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/cmake_clean.cmake deleted file mode 100644 index 3ab7c93d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib568.dir/link.d" - "CMakeFiles/lib568.dir/first.c.o" - "CMakeFiles/lib568.dir/first.c.o.d" - "CMakeFiles/lib568.dir/lib568.c.o" - "CMakeFiles/lib568.dir/lib568.c.o.d" - "lib568" - "lib568.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib568.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.make deleted file mode 100644 index 3f58c785..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib568. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.ts deleted file mode 100644 index 04c8b434..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib568. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/depend.make deleted file mode 100644 index c00d6626..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib568. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/flags.make deleted file mode 100644 index 30e1d74c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB568 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/link.txt deleted file mode 100644 index e2da22fc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib568.dir/link.d CMakeFiles/lib568.dir/lib568.c.o CMakeFiles/lib568.dir/first.c.o -o lib568 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib568.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/DependInfo.cmake deleted file mode 100644 index 85aad1c1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib569.c" "external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.o.d" - "" "external/curl/tests/libtest/lib569" "gcc" "external/curl/tests/libtest/CMakeFiles/lib569.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make deleted file mode 100644 index 9985609a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib569.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib569.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib569.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib569.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib569.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.o: external/curl/tests/libtest/CMakeFiles/lib569.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib569.c -external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.o: external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.o -MF CMakeFiles/lib569.dir/lib569.c.o.d -o CMakeFiles/lib569.dir/lib569.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib569.c - -external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib569.dir/lib569.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib569.c > CMakeFiles/lib569.dir/lib569.c.i - -external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib569.dir/lib569.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib569.c -o CMakeFiles/lib569.dir/lib569.c.s - -external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib569.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.o -MF CMakeFiles/lib569.dir/first.c.o.d -o CMakeFiles/lib569.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib569.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib569.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib569.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib569.dir/first.c.s - -# Object files for target lib569 -lib569_OBJECTS = \ -"CMakeFiles/lib569.dir/lib569.c.o" \ -"CMakeFiles/lib569.dir/first.c.o" - -# External object files for target lib569 -lib569_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib569: external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.o -external/curl/tests/libtest/lib569: external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.o -external/curl/tests/libtest/lib569: external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make -external/curl/tests/libtest/lib569: external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.ts -external/curl/tests/libtest/lib569: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib569: /usr/lib/libz.so -external/curl/tests/libtest/lib569: external/curl/tests/libtest/CMakeFiles/lib569.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib569" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib569.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib569.dir/build: external/curl/tests/libtest/lib569 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib569.dir/build - -external/curl/tests/libtest/CMakeFiles/lib569.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib569.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib569.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib569.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib569.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib569.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/cmake_clean.cmake deleted file mode 100644 index 55326c1a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib569.dir/link.d" - "CMakeFiles/lib569.dir/first.c.o" - "CMakeFiles/lib569.dir/first.c.o.d" - "CMakeFiles/lib569.dir/lib569.c.o" - "CMakeFiles/lib569.dir/lib569.c.o.d" - "lib569" - "lib569.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib569.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.make deleted file mode 100644 index 5a214453..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib569. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.ts deleted file mode 100644 index b17be34a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib569. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/depend.make deleted file mode 100644 index 27609688..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib569. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/flags.make deleted file mode 100644 index 95e71d2c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB569 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/link.txt deleted file mode 100644 index 73b9087b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib569.dir/link.d CMakeFiles/lib569.dir/lib569.c.o CMakeFiles/lib569.dir/first.c.o -o lib569 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib569.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/DependInfo.cmake deleted file mode 100644 index 93a7e775..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib570.c" "external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.o.d" - "" "external/curl/tests/libtest/lib570" "gcc" "external/curl/tests/libtest/CMakeFiles/lib570.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make deleted file mode 100644 index 474face2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib570.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib570.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib570.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib570.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib570.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.o: external/curl/tests/libtest/CMakeFiles/lib570.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib570.c -external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.o: external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.o -MF CMakeFiles/lib570.dir/lib570.c.o.d -o CMakeFiles/lib570.dir/lib570.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib570.c - -external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib570.dir/lib570.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib570.c > CMakeFiles/lib570.dir/lib570.c.i - -external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib570.dir/lib570.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib570.c -o CMakeFiles/lib570.dir/lib570.c.s - -external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib570.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.o -MF CMakeFiles/lib570.dir/first.c.o.d -o CMakeFiles/lib570.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib570.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib570.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib570.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib570.dir/first.c.s - -# Object files for target lib570 -lib570_OBJECTS = \ -"CMakeFiles/lib570.dir/lib570.c.o" \ -"CMakeFiles/lib570.dir/first.c.o" - -# External object files for target lib570 -lib570_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib570: external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.o -external/curl/tests/libtest/lib570: external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.o -external/curl/tests/libtest/lib570: external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make -external/curl/tests/libtest/lib570: external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.ts -external/curl/tests/libtest/lib570: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib570: /usr/lib/libz.so -external/curl/tests/libtest/lib570: external/curl/tests/libtest/CMakeFiles/lib570.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib570" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib570.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib570.dir/build: external/curl/tests/libtest/lib570 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib570.dir/build - -external/curl/tests/libtest/CMakeFiles/lib570.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib570.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib570.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib570.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib570.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib570.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/cmake_clean.cmake deleted file mode 100644 index 413c1936..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib570.dir/link.d" - "CMakeFiles/lib570.dir/first.c.o" - "CMakeFiles/lib570.dir/first.c.o.d" - "CMakeFiles/lib570.dir/lib570.c.o" - "CMakeFiles/lib570.dir/lib570.c.o.d" - "lib570" - "lib570.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib570.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.make deleted file mode 100644 index 04cdc867..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib570. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.ts deleted file mode 100644 index a01bbe32..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib570. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/depend.make deleted file mode 100644 index a602af3e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib570. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/flags.make deleted file mode 100644 index 574799aa..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB570 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/link.txt deleted file mode 100644 index 303f5bf5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib570.dir/link.d CMakeFiles/lib570.dir/lib570.c.o CMakeFiles/lib570.dir/first.c.o -o lib570 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/progress.make deleted file mode 100644 index d1725e5d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib570.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = 76 -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/DependInfo.cmake deleted file mode 100644 index 11dee5aa..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib571.c" "external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.o.d" - "" "external/curl/tests/libtest/lib571" "gcc" "external/curl/tests/libtest/CMakeFiles/lib571.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make deleted file mode 100644 index 7fc7e34d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib571.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib571.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib571.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib571.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib571.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.o: external/curl/tests/libtest/CMakeFiles/lib571.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib571.c -external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.o: external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.o -MF CMakeFiles/lib571.dir/lib571.c.o.d -o CMakeFiles/lib571.dir/lib571.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib571.c - -external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib571.dir/lib571.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib571.c > CMakeFiles/lib571.dir/lib571.c.i - -external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib571.dir/lib571.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib571.c -o CMakeFiles/lib571.dir/lib571.c.s - -external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib571.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.o -MF CMakeFiles/lib571.dir/first.c.o.d -o CMakeFiles/lib571.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib571.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib571.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib571.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib571.dir/first.c.s - -# Object files for target lib571 -lib571_OBJECTS = \ -"CMakeFiles/lib571.dir/lib571.c.o" \ -"CMakeFiles/lib571.dir/first.c.o" - -# External object files for target lib571 -lib571_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib571: external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.o -external/curl/tests/libtest/lib571: external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.o -external/curl/tests/libtest/lib571: external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make -external/curl/tests/libtest/lib571: external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.ts -external/curl/tests/libtest/lib571: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib571: /usr/lib/libz.so -external/curl/tests/libtest/lib571: external/curl/tests/libtest/CMakeFiles/lib571.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib571" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib571.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib571.dir/build: external/curl/tests/libtest/lib571 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib571.dir/build - -external/curl/tests/libtest/CMakeFiles/lib571.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib571.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib571.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib571.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib571.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib571.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/cmake_clean.cmake deleted file mode 100644 index ffc8e1af..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib571.dir/link.d" - "CMakeFiles/lib571.dir/first.c.o" - "CMakeFiles/lib571.dir/first.c.o.d" - "CMakeFiles/lib571.dir/lib571.c.o" - "CMakeFiles/lib571.dir/lib571.c.o.d" - "lib571" - "lib571.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib571.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.make deleted file mode 100644 index a86a7e50..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib571. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.ts deleted file mode 100644 index 72255b29..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib571. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/depend.make deleted file mode 100644 index 1ccbedef..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib571. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/flags.make deleted file mode 100644 index e363e8ac..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB571 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/link.txt deleted file mode 100644 index 506d5712..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib571.dir/link.d CMakeFiles/lib571.dir/lib571.c.o CMakeFiles/lib571.dir/first.c.o -o lib571 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib571.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/DependInfo.cmake deleted file mode 100644 index a83cd134..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib572.c" "external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.o.d" - "" "external/curl/tests/libtest/lib572" "gcc" "external/curl/tests/libtest/CMakeFiles/lib572.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make deleted file mode 100644 index fd877795..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib572.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib572.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib572.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib572.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib572.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.o: external/curl/tests/libtest/CMakeFiles/lib572.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib572.c -external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.o: external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.o -MF CMakeFiles/lib572.dir/lib572.c.o.d -o CMakeFiles/lib572.dir/lib572.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib572.c - -external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib572.dir/lib572.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib572.c > CMakeFiles/lib572.dir/lib572.c.i - -external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib572.dir/lib572.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib572.c -o CMakeFiles/lib572.dir/lib572.c.s - -external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib572.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.o -MF CMakeFiles/lib572.dir/first.c.o.d -o CMakeFiles/lib572.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib572.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib572.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib572.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib572.dir/first.c.s - -# Object files for target lib572 -lib572_OBJECTS = \ -"CMakeFiles/lib572.dir/lib572.c.o" \ -"CMakeFiles/lib572.dir/first.c.o" - -# External object files for target lib572 -lib572_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib572: external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.o -external/curl/tests/libtest/lib572: external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.o -external/curl/tests/libtest/lib572: external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make -external/curl/tests/libtest/lib572: external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.ts -external/curl/tests/libtest/lib572: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib572: /usr/lib/libz.so -external/curl/tests/libtest/lib572: external/curl/tests/libtest/CMakeFiles/lib572.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib572" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib572.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib572.dir/build: external/curl/tests/libtest/lib572 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib572.dir/build - -external/curl/tests/libtest/CMakeFiles/lib572.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib572.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib572.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib572.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib572.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib572.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/cmake_clean.cmake deleted file mode 100644 index 81c24eff..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib572.dir/link.d" - "CMakeFiles/lib572.dir/first.c.o" - "CMakeFiles/lib572.dir/first.c.o.d" - "CMakeFiles/lib572.dir/lib572.c.o" - "CMakeFiles/lib572.dir/lib572.c.o.d" - "lib572" - "lib572.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib572.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.make deleted file mode 100644 index a92bcd4e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib572. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.ts deleted file mode 100644 index 0420456f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib572. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/depend.make deleted file mode 100644 index edc01a9d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib572. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/flags.make deleted file mode 100644 index b6e004d0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB572 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/link.txt deleted file mode 100644 index c22d155f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib572.dir/link.d CMakeFiles/lib572.dir/lib572.c.o CMakeFiles/lib572.dir/first.c.o -o lib572 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib572.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/DependInfo.cmake deleted file mode 100644 index 102c90e0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/DependInfo.cmake +++ /dev/null @@ -1,27 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib573.c" "external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib573" "gcc" "external/curl/tests/libtest/CMakeFiles/lib573.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make deleted file mode 100644 index 96a0f0b3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make +++ /dev/null @@ -1,164 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib573.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib573.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib573.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib573.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib573.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.o: external/curl/tests/libtest/CMakeFiles/lib573.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib573.c -external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.o: external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.o -MF CMakeFiles/lib573.dir/lib573.c.o.d -o CMakeFiles/lib573.dir/lib573.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib573.c - -external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib573.dir/lib573.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib573.c > CMakeFiles/lib573.dir/lib573.c.i - -external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib573.dir/lib573.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib573.c -o CMakeFiles/lib573.dir/lib573.c.s - -external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib573.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.o -MF CMakeFiles/lib573.dir/first.c.o.d -o CMakeFiles/lib573.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib573.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib573.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib573.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib573.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib573.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.o -MF CMakeFiles/lib573.dir/testutil.c.o.d -o CMakeFiles/lib573.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib573.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib573.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib573.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib573.dir/testutil.c.s - -external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib573.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.o -MF CMakeFiles/lib573.dir/testtrace.c.o.d -o CMakeFiles/lib573.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c - -external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib573.dir/testtrace.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib573.dir/testtrace.c.i - -external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib573.dir/testtrace.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib573.dir/testtrace.c.s - -# Object files for target lib573 -lib573_OBJECTS = \ -"CMakeFiles/lib573.dir/lib573.c.o" \ -"CMakeFiles/lib573.dir/first.c.o" \ -"CMakeFiles/lib573.dir/testutil.c.o" \ -"CMakeFiles/lib573.dir/testtrace.c.o" - -# External object files for target lib573 -lib573_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib573: external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.o -external/curl/tests/libtest/lib573: external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.o -external/curl/tests/libtest/lib573: external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.o -external/curl/tests/libtest/lib573: external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.o -external/curl/tests/libtest/lib573: external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make -external/curl/tests/libtest/lib573: external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.ts -external/curl/tests/libtest/lib573: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib573: /usr/lib/libz.so -external/curl/tests/libtest/lib573: external/curl/tests/libtest/CMakeFiles/lib573.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib573" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib573.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib573.dir/build: external/curl/tests/libtest/lib573 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib573.dir/build - -external/curl/tests/libtest/CMakeFiles/lib573.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib573.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib573.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib573.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib573.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib573.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/cmake_clean.cmake deleted file mode 100644 index b54d0a47..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/cmake_clean.cmake +++ /dev/null @@ -1,18 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib573.dir/link.d" - "CMakeFiles/lib573.dir/first.c.o" - "CMakeFiles/lib573.dir/first.c.o.d" - "CMakeFiles/lib573.dir/lib573.c.o" - "CMakeFiles/lib573.dir/lib573.c.o.d" - "CMakeFiles/lib573.dir/testtrace.c.o" - "CMakeFiles/lib573.dir/testtrace.c.o.d" - "CMakeFiles/lib573.dir/testutil.c.o" - "CMakeFiles/lib573.dir/testutil.c.o.d" - "lib573" - "lib573.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib573.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.make deleted file mode 100644 index b6ccea5d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib573. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.ts deleted file mode 100644 index 52f22766..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib573. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/depend.make deleted file mode 100644 index 64a3ede5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib573. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/flags.make deleted file mode 100644 index 09d2623a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB573 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/link.txt deleted file mode 100644 index dc215cca..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib573.dir/link.d CMakeFiles/lib573.dir/lib573.c.o CMakeFiles/lib573.dir/first.c.o CMakeFiles/lib573.dir/testutil.c.o CMakeFiles/lib573.dir/testtrace.c.o -o lib573 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/progress.make deleted file mode 100644 index 7f59a6bb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib573.dir/progress.make +++ /dev/null @@ -1,6 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/DependInfo.cmake deleted file mode 100644 index d5ee309b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib574.c" "external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.o.d" - "" "external/curl/tests/libtest/lib574" "gcc" "external/curl/tests/libtest/CMakeFiles/lib574.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make deleted file mode 100644 index 62837d8b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib574.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib574.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib574.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib574.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib574.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.o: external/curl/tests/libtest/CMakeFiles/lib574.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib574.c -external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.o: external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.o -MF CMakeFiles/lib574.dir/lib574.c.o.d -o CMakeFiles/lib574.dir/lib574.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib574.c - -external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib574.dir/lib574.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib574.c > CMakeFiles/lib574.dir/lib574.c.i - -external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib574.dir/lib574.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib574.c -o CMakeFiles/lib574.dir/lib574.c.s - -external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib574.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.o -MF CMakeFiles/lib574.dir/first.c.o.d -o CMakeFiles/lib574.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib574.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib574.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib574.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib574.dir/first.c.s - -# Object files for target lib574 -lib574_OBJECTS = \ -"CMakeFiles/lib574.dir/lib574.c.o" \ -"CMakeFiles/lib574.dir/first.c.o" - -# External object files for target lib574 -lib574_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib574: external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.o -external/curl/tests/libtest/lib574: external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.o -external/curl/tests/libtest/lib574: external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make -external/curl/tests/libtest/lib574: external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.ts -external/curl/tests/libtest/lib574: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib574: /usr/lib/libz.so -external/curl/tests/libtest/lib574: external/curl/tests/libtest/CMakeFiles/lib574.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib574" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib574.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib574.dir/build: external/curl/tests/libtest/lib574 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib574.dir/build - -external/curl/tests/libtest/CMakeFiles/lib574.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib574.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib574.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib574.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib574.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib574.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/cmake_clean.cmake deleted file mode 100644 index 615f407d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib574.dir/link.d" - "CMakeFiles/lib574.dir/first.c.o" - "CMakeFiles/lib574.dir/first.c.o.d" - "CMakeFiles/lib574.dir/lib574.c.o" - "CMakeFiles/lib574.dir/lib574.c.o.d" - "lib574" - "lib574.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib574.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.make deleted file mode 100644 index 4915d7ab..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib574. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.ts deleted file mode 100644 index 73761b2f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib574. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/depend.make deleted file mode 100644 index 0d7b464a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib574. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/flags.make deleted file mode 100644 index 686ec636..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB574 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/link.txt deleted file mode 100644 index e7334922..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib574.dir/link.d CMakeFiles/lib574.dir/lib574.c.o CMakeFiles/lib574.dir/first.c.o -o lib574 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib574.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/DependInfo.cmake deleted file mode 100644 index d55d188f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib575.c" "external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib575" "gcc" "external/curl/tests/libtest/CMakeFiles/lib575.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make deleted file mode 100644 index 13ee37b8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib575.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib575.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib575.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib575.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib575.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.o: external/curl/tests/libtest/CMakeFiles/lib575.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib575.c -external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.o: external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.o -MF CMakeFiles/lib575.dir/lib575.c.o.d -o CMakeFiles/lib575.dir/lib575.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib575.c - -external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib575.dir/lib575.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib575.c > CMakeFiles/lib575.dir/lib575.c.i - -external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib575.dir/lib575.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib575.c -o CMakeFiles/lib575.dir/lib575.c.s - -external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib575.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.o -MF CMakeFiles/lib575.dir/first.c.o.d -o CMakeFiles/lib575.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib575.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib575.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib575.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib575.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib575.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.o -MF CMakeFiles/lib575.dir/testutil.c.o.d -o CMakeFiles/lib575.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib575.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib575.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib575.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib575.dir/testutil.c.s - -# Object files for target lib575 -lib575_OBJECTS = \ -"CMakeFiles/lib575.dir/lib575.c.o" \ -"CMakeFiles/lib575.dir/first.c.o" \ -"CMakeFiles/lib575.dir/testutil.c.o" - -# External object files for target lib575 -lib575_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib575: external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.o -external/curl/tests/libtest/lib575: external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.o -external/curl/tests/libtest/lib575: external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.o -external/curl/tests/libtest/lib575: external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make -external/curl/tests/libtest/lib575: external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.ts -external/curl/tests/libtest/lib575: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib575: /usr/lib/libz.so -external/curl/tests/libtest/lib575: external/curl/tests/libtest/CMakeFiles/lib575.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib575" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib575.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib575.dir/build: external/curl/tests/libtest/lib575 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib575.dir/build - -external/curl/tests/libtest/CMakeFiles/lib575.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib575.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib575.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib575.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib575.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib575.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/cmake_clean.cmake deleted file mode 100644 index f57c8c70..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib575.dir/link.d" - "CMakeFiles/lib575.dir/first.c.o" - "CMakeFiles/lib575.dir/first.c.o.d" - "CMakeFiles/lib575.dir/lib575.c.o" - "CMakeFiles/lib575.dir/lib575.c.o.d" - "CMakeFiles/lib575.dir/testutil.c.o" - "CMakeFiles/lib575.dir/testutil.c.o.d" - "lib575" - "lib575.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib575.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.make deleted file mode 100644 index 2e4a6089..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib575. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.ts deleted file mode 100644 index 8c264e1b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib575. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/depend.make deleted file mode 100644 index ceab6dc7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib575. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/flags.make deleted file mode 100644 index db45c061..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB575 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/link.txt deleted file mode 100644 index 3b0b63e2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib575.dir/link.d CMakeFiles/lib575.dir/lib575.c.o CMakeFiles/lib575.dir/first.c.o CMakeFiles/lib575.dir/testutil.c.o -o lib575 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib575.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/DependInfo.cmake deleted file mode 100644 index a58b4432..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib576.c" "external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.o.d" - "" "external/curl/tests/libtest/lib576" "gcc" "external/curl/tests/libtest/CMakeFiles/lib576.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make deleted file mode 100644 index 78767519..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib576.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib576.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib576.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib576.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib576.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.o: external/curl/tests/libtest/CMakeFiles/lib576.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib576.c -external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.o: external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.o -MF CMakeFiles/lib576.dir/lib576.c.o.d -o CMakeFiles/lib576.dir/lib576.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib576.c - -external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib576.dir/lib576.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib576.c > CMakeFiles/lib576.dir/lib576.c.i - -external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib576.dir/lib576.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib576.c -o CMakeFiles/lib576.dir/lib576.c.s - -external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib576.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.o -MF CMakeFiles/lib576.dir/first.c.o.d -o CMakeFiles/lib576.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib576.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib576.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib576.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib576.dir/first.c.s - -# Object files for target lib576 -lib576_OBJECTS = \ -"CMakeFiles/lib576.dir/lib576.c.o" \ -"CMakeFiles/lib576.dir/first.c.o" - -# External object files for target lib576 -lib576_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib576: external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.o -external/curl/tests/libtest/lib576: external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.o -external/curl/tests/libtest/lib576: external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make -external/curl/tests/libtest/lib576: external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.ts -external/curl/tests/libtest/lib576: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib576: /usr/lib/libz.so -external/curl/tests/libtest/lib576: external/curl/tests/libtest/CMakeFiles/lib576.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib576" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib576.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib576.dir/build: external/curl/tests/libtest/lib576 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib576.dir/build - -external/curl/tests/libtest/CMakeFiles/lib576.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib576.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib576.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib576.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib576.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib576.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/cmake_clean.cmake deleted file mode 100644 index e756370d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib576.dir/link.d" - "CMakeFiles/lib576.dir/first.c.o" - "CMakeFiles/lib576.dir/first.c.o.d" - "CMakeFiles/lib576.dir/lib576.c.o" - "CMakeFiles/lib576.dir/lib576.c.o.d" - "lib576" - "lib576.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib576.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.make deleted file mode 100644 index bce781a2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib576. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.ts deleted file mode 100644 index b6e363c8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib576. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/depend.make deleted file mode 100644 index a0da73a0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib576. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/flags.make deleted file mode 100644 index a98560b1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB576 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/link.txt deleted file mode 100644 index 16b8333b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib576.dir/link.d CMakeFiles/lib576.dir/lib576.c.o CMakeFiles/lib576.dir/first.c.o -o lib576 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib576.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/DependInfo.cmake deleted file mode 100644 index ffd39c38..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib578.c" "external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.o.d" - "" "external/curl/tests/libtest/lib578" "gcc" "external/curl/tests/libtest/CMakeFiles/lib578.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make deleted file mode 100644 index 9e050ac0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib578.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib578.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib578.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib578.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib578.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.o: external/curl/tests/libtest/CMakeFiles/lib578.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib578.c -external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.o: external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.o -MF CMakeFiles/lib578.dir/lib578.c.o.d -o CMakeFiles/lib578.dir/lib578.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib578.c - -external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib578.dir/lib578.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib578.c > CMakeFiles/lib578.dir/lib578.c.i - -external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib578.dir/lib578.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib578.c -o CMakeFiles/lib578.dir/lib578.c.s - -external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib578.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.o -MF CMakeFiles/lib578.dir/first.c.o.d -o CMakeFiles/lib578.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib578.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib578.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib578.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib578.dir/first.c.s - -# Object files for target lib578 -lib578_OBJECTS = \ -"CMakeFiles/lib578.dir/lib578.c.o" \ -"CMakeFiles/lib578.dir/first.c.o" - -# External object files for target lib578 -lib578_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib578: external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.o -external/curl/tests/libtest/lib578: external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.o -external/curl/tests/libtest/lib578: external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make -external/curl/tests/libtest/lib578: external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.ts -external/curl/tests/libtest/lib578: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib578: /usr/lib/libz.so -external/curl/tests/libtest/lib578: external/curl/tests/libtest/CMakeFiles/lib578.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib578" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib578.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib578.dir/build: external/curl/tests/libtest/lib578 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib578.dir/build - -external/curl/tests/libtest/CMakeFiles/lib578.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib578.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib578.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib578.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib578.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib578.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/cmake_clean.cmake deleted file mode 100644 index 3296f613..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib578.dir/link.d" - "CMakeFiles/lib578.dir/first.c.o" - "CMakeFiles/lib578.dir/first.c.o.d" - "CMakeFiles/lib578.dir/lib578.c.o" - "CMakeFiles/lib578.dir/lib578.c.o.d" - "lib578" - "lib578.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib578.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.make deleted file mode 100644 index a76fffff..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib578. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.ts deleted file mode 100644 index 3c55049e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib578. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/depend.make deleted file mode 100644 index cb45ed8d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib578. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/flags.make deleted file mode 100644 index d69a3325..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB578 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/link.txt deleted file mode 100644 index 6f3e0b4c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib578.dir/link.d CMakeFiles/lib578.dir/lib578.c.o CMakeFiles/lib578.dir/first.c.o -o lib578 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib578.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/DependInfo.cmake deleted file mode 100644 index e5193361..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib579.c" "external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.o.d" - "" "external/curl/tests/libtest/lib579" "gcc" "external/curl/tests/libtest/CMakeFiles/lib579.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make deleted file mode 100644 index 698ae50c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib579.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib579.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib579.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib579.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib579.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.o: external/curl/tests/libtest/CMakeFiles/lib579.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib579.c -external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.o: external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.o -MF CMakeFiles/lib579.dir/lib579.c.o.d -o CMakeFiles/lib579.dir/lib579.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib579.c - -external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib579.dir/lib579.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib579.c > CMakeFiles/lib579.dir/lib579.c.i - -external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib579.dir/lib579.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib579.c -o CMakeFiles/lib579.dir/lib579.c.s - -external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib579.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.o -MF CMakeFiles/lib579.dir/first.c.o.d -o CMakeFiles/lib579.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib579.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib579.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib579.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib579.dir/first.c.s - -# Object files for target lib579 -lib579_OBJECTS = \ -"CMakeFiles/lib579.dir/lib579.c.o" \ -"CMakeFiles/lib579.dir/first.c.o" - -# External object files for target lib579 -lib579_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib579: external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.o -external/curl/tests/libtest/lib579: external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.o -external/curl/tests/libtest/lib579: external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make -external/curl/tests/libtest/lib579: external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.ts -external/curl/tests/libtest/lib579: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib579: /usr/lib/libz.so -external/curl/tests/libtest/lib579: external/curl/tests/libtest/CMakeFiles/lib579.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib579" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib579.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib579.dir/build: external/curl/tests/libtest/lib579 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib579.dir/build - -external/curl/tests/libtest/CMakeFiles/lib579.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib579.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib579.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib579.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib579.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib579.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/cmake_clean.cmake deleted file mode 100644 index 5a46fee2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib579.dir/link.d" - "CMakeFiles/lib579.dir/first.c.o" - "CMakeFiles/lib579.dir/first.c.o.d" - "CMakeFiles/lib579.dir/lib579.c.o" - "CMakeFiles/lib579.dir/lib579.c.o.d" - "lib579" - "lib579.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib579.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.make deleted file mode 100644 index 682503e8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib579. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.ts deleted file mode 100644 index e0432e05..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib579. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/depend.make deleted file mode 100644 index 35eb542a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib579. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/flags.make deleted file mode 100644 index eb3982fd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB579 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/link.txt deleted file mode 100644 index 0a88e26d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib579.dir/link.d CMakeFiles/lib579.dir/lib579.c.o CMakeFiles/lib579.dir/first.c.o -o lib579 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/progress.make deleted file mode 100644 index 870dd461..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib579.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = 77 - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/DependInfo.cmake deleted file mode 100644 index 139166d7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib582.c" "external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib582" "gcc" "external/curl/tests/libtest/CMakeFiles/lib582.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make deleted file mode 100644 index df2091d3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib582.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib582.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib582.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib582.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib582.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.o: external/curl/tests/libtest/CMakeFiles/lib582.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib582.c -external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.o: external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.o -MF CMakeFiles/lib582.dir/lib582.c.o.d -o CMakeFiles/lib582.dir/lib582.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib582.c - -external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib582.dir/lib582.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib582.c > CMakeFiles/lib582.dir/lib582.c.i - -external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib582.dir/lib582.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib582.c -o CMakeFiles/lib582.dir/lib582.c.s - -external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib582.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.o -MF CMakeFiles/lib582.dir/first.c.o.d -o CMakeFiles/lib582.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib582.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib582.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib582.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib582.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib582.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.o -MF CMakeFiles/lib582.dir/testutil.c.o.d -o CMakeFiles/lib582.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib582.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib582.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib582.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib582.dir/testutil.c.s - -# Object files for target lib582 -lib582_OBJECTS = \ -"CMakeFiles/lib582.dir/lib582.c.o" \ -"CMakeFiles/lib582.dir/first.c.o" \ -"CMakeFiles/lib582.dir/testutil.c.o" - -# External object files for target lib582 -lib582_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib582: external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.o -external/curl/tests/libtest/lib582: external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.o -external/curl/tests/libtest/lib582: external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.o -external/curl/tests/libtest/lib582: external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make -external/curl/tests/libtest/lib582: external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.ts -external/curl/tests/libtest/lib582: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib582: /usr/lib/libz.so -external/curl/tests/libtest/lib582: external/curl/tests/libtest/CMakeFiles/lib582.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib582" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib582.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib582.dir/build: external/curl/tests/libtest/lib582 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib582.dir/build - -external/curl/tests/libtest/CMakeFiles/lib582.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib582.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib582.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib582.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib582.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib582.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/cmake_clean.cmake deleted file mode 100644 index 812d9563..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib582.dir/link.d" - "CMakeFiles/lib582.dir/first.c.o" - "CMakeFiles/lib582.dir/first.c.o.d" - "CMakeFiles/lib582.dir/lib582.c.o" - "CMakeFiles/lib582.dir/lib582.c.o.d" - "CMakeFiles/lib582.dir/testutil.c.o" - "CMakeFiles/lib582.dir/testutil.c.o.d" - "lib582" - "lib582.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib582.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.make deleted file mode 100644 index 8fb4f2c8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib582. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.ts deleted file mode 100644 index da86ce4d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib582. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/depend.make deleted file mode 100644 index f017aab9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib582. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/flags.make deleted file mode 100644 index e7979f59..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB582 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/link.txt deleted file mode 100644 index 36d60323..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib582.dir/link.d CMakeFiles/lib582.dir/lib582.c.o CMakeFiles/lib582.dir/first.c.o CMakeFiles/lib582.dir/testutil.c.o -o lib582 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib582.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/DependInfo.cmake deleted file mode 100644 index a9c15cb9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib583.c" "external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.o.d" - "" "external/curl/tests/libtest/lib583" "gcc" "external/curl/tests/libtest/CMakeFiles/lib583.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make deleted file mode 100644 index f98a565f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib583.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib583.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib583.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib583.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib583.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.o: external/curl/tests/libtest/CMakeFiles/lib583.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib583.c -external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.o: external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.o -MF CMakeFiles/lib583.dir/lib583.c.o.d -o CMakeFiles/lib583.dir/lib583.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib583.c - -external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib583.dir/lib583.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib583.c > CMakeFiles/lib583.dir/lib583.c.i - -external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib583.dir/lib583.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib583.c -o CMakeFiles/lib583.dir/lib583.c.s - -external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib583.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.o -MF CMakeFiles/lib583.dir/first.c.o.d -o CMakeFiles/lib583.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib583.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib583.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib583.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib583.dir/first.c.s - -# Object files for target lib583 -lib583_OBJECTS = \ -"CMakeFiles/lib583.dir/lib583.c.o" \ -"CMakeFiles/lib583.dir/first.c.o" - -# External object files for target lib583 -lib583_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib583: external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.o -external/curl/tests/libtest/lib583: external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.o -external/curl/tests/libtest/lib583: external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make -external/curl/tests/libtest/lib583: external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.ts -external/curl/tests/libtest/lib583: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib583: /usr/lib/libz.so -external/curl/tests/libtest/lib583: external/curl/tests/libtest/CMakeFiles/lib583.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib583" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib583.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib583.dir/build: external/curl/tests/libtest/lib583 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib583.dir/build - -external/curl/tests/libtest/CMakeFiles/lib583.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib583.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib583.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib583.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib583.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib583.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/cmake_clean.cmake deleted file mode 100644 index 5d786a77..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib583.dir/link.d" - "CMakeFiles/lib583.dir/first.c.o" - "CMakeFiles/lib583.dir/first.c.o.d" - "CMakeFiles/lib583.dir/lib583.c.o" - "CMakeFiles/lib583.dir/lib583.c.o.d" - "lib583" - "lib583.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib583.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.make deleted file mode 100644 index 7296b09c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib583. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.ts deleted file mode 100644 index 120e870c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib583. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/depend.make deleted file mode 100644 index 0387e438..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib583. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/flags.make deleted file mode 100644 index 9e0ab9ea..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB583 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/link.txt deleted file mode 100644 index 2687a95f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib583.dir/link.d CMakeFiles/lib583.dir/lib583.c.o CMakeFiles/lib583.dir/first.c.o -o lib583 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib583.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/DependInfo.cmake deleted file mode 100644 index 9cc7867d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib589.c" "external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.o.d" - "" "external/curl/tests/libtest/lib584" "gcc" "external/curl/tests/libtest/CMakeFiles/lib584.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make deleted file mode 100644 index 3e7b56b5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib584.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib584.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib584.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib584.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib584.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.o: external/curl/tests/libtest/CMakeFiles/lib584.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib589.c -external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.o: external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.o -MF CMakeFiles/lib584.dir/lib589.c.o.d -o CMakeFiles/lib584.dir/lib589.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib589.c - -external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib584.dir/lib589.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib589.c > CMakeFiles/lib584.dir/lib589.c.i - -external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib584.dir/lib589.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib589.c -o CMakeFiles/lib584.dir/lib589.c.s - -external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib584.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.o -MF CMakeFiles/lib584.dir/first.c.o.d -o CMakeFiles/lib584.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib584.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib584.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib584.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib584.dir/first.c.s - -# Object files for target lib584 -lib584_OBJECTS = \ -"CMakeFiles/lib584.dir/lib589.c.o" \ -"CMakeFiles/lib584.dir/first.c.o" - -# External object files for target lib584 -lib584_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib584: external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.o -external/curl/tests/libtest/lib584: external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.o -external/curl/tests/libtest/lib584: external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make -external/curl/tests/libtest/lib584: external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.ts -external/curl/tests/libtest/lib584: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib584: /usr/lib/libz.so -external/curl/tests/libtest/lib584: external/curl/tests/libtest/CMakeFiles/lib584.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib584" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib584.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib584.dir/build: external/curl/tests/libtest/lib584 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib584.dir/build - -external/curl/tests/libtest/CMakeFiles/lib584.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib584.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib584.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib584.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib584.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib584.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/cmake_clean.cmake deleted file mode 100644 index 9b1dbe31..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib584.dir/link.d" - "CMakeFiles/lib584.dir/first.c.o" - "CMakeFiles/lib584.dir/first.c.o.d" - "CMakeFiles/lib584.dir/lib589.c.o" - "CMakeFiles/lib584.dir/lib589.c.o.d" - "lib584" - "lib584.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib584.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.make deleted file mode 100644 index cbdd8658..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib584. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.ts deleted file mode 100644 index 8d27e167..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib584. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/depend.make deleted file mode 100644 index 81d6cbeb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib584. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/flags.make deleted file mode 100644 index cc73b076..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB584 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/link.txt deleted file mode 100644 index f10c1721..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib584.dir/link.d CMakeFiles/lib584.dir/lib589.c.o CMakeFiles/lib584.dir/first.c.o -o lib584 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib584.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/DependInfo.cmake deleted file mode 100644 index 1ed58b5b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/DependInfo.cmake +++ /dev/null @@ -1,27 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib500.c" "external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c" "external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib585" "gcc" "external/curl/tests/libtest/CMakeFiles/lib585.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make deleted file mode 100644 index e3f7d00e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make +++ /dev/null @@ -1,164 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib585.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib585.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib585.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib585.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib585.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.o: external/curl/tests/libtest/CMakeFiles/lib585.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib500.c -external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.o: external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.o -MF CMakeFiles/lib585.dir/lib500.c.o.d -o CMakeFiles/lib585.dir/lib500.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib500.c - -external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib585.dir/lib500.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib500.c > CMakeFiles/lib585.dir/lib500.c.i - -external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib585.dir/lib500.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib500.c -o CMakeFiles/lib585.dir/lib500.c.s - -external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib585.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.o -MF CMakeFiles/lib585.dir/first.c.o.d -o CMakeFiles/lib585.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib585.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib585.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib585.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib585.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib585.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.o -MF CMakeFiles/lib585.dir/testutil.c.o.d -o CMakeFiles/lib585.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib585.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib585.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib585.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib585.dir/testutil.c.s - -external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib585.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.o: external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.o -MF CMakeFiles/lib585.dir/testtrace.c.o.d -o CMakeFiles/lib585.dir/testtrace.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c - -external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib585.dir/testtrace.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c > CMakeFiles/lib585.dir/testtrace.c.i - -external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib585.dir/testtrace.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testtrace.c -o CMakeFiles/lib585.dir/testtrace.c.s - -# Object files for target lib585 -lib585_OBJECTS = \ -"CMakeFiles/lib585.dir/lib500.c.o" \ -"CMakeFiles/lib585.dir/first.c.o" \ -"CMakeFiles/lib585.dir/testutil.c.o" \ -"CMakeFiles/lib585.dir/testtrace.c.o" - -# External object files for target lib585 -lib585_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib585: external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.o -external/curl/tests/libtest/lib585: external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.o -external/curl/tests/libtest/lib585: external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.o -external/curl/tests/libtest/lib585: external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.o -external/curl/tests/libtest/lib585: external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make -external/curl/tests/libtest/lib585: external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.ts -external/curl/tests/libtest/lib585: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib585: /usr/lib/libz.so -external/curl/tests/libtest/lib585: external/curl/tests/libtest/CMakeFiles/lib585.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Linking C executable lib585" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib585.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib585.dir/build: external/curl/tests/libtest/lib585 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib585.dir/build - -external/curl/tests/libtest/CMakeFiles/lib585.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib585.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib585.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib585.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib585.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib585.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/cmake_clean.cmake deleted file mode 100644 index bf4a38b7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/cmake_clean.cmake +++ /dev/null @@ -1,18 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib585.dir/link.d" - "CMakeFiles/lib585.dir/first.c.o" - "CMakeFiles/lib585.dir/first.c.o.d" - "CMakeFiles/lib585.dir/lib500.c.o" - "CMakeFiles/lib585.dir/lib500.c.o.d" - "CMakeFiles/lib585.dir/testtrace.c.o" - "CMakeFiles/lib585.dir/testtrace.c.o.d" - "CMakeFiles/lib585.dir/testutil.c.o" - "CMakeFiles/lib585.dir/testutil.c.o.d" - "lib585" - "lib585.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib585.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.make deleted file mode 100644 index 189c1a0a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib585. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.ts deleted file mode 100644 index ecd2d083..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib585. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/depend.make deleted file mode 100644 index a7bb8ce8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib585. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/flags.make deleted file mode 100644 index 70915626..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB585 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/link.txt deleted file mode 100644 index 8c357e57..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib585.dir/link.d CMakeFiles/lib585.dir/lib500.c.o CMakeFiles/lib585.dir/first.c.o CMakeFiles/lib585.dir/testutil.c.o CMakeFiles/lib585.dir/testtrace.c.o -o lib585 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/progress.make deleted file mode 100644 index 7f59a6bb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib585.dir/progress.make +++ /dev/null @@ -1,6 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/DependInfo.cmake deleted file mode 100644 index 09dc980c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib586.c" "external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.o.d" - "" "external/curl/tests/libtest/lib586" "gcc" "external/curl/tests/libtest/CMakeFiles/lib586.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make deleted file mode 100644 index 104645b7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib586.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib586.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib586.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib586.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib586.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.o: external/curl/tests/libtest/CMakeFiles/lib586.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib586.c -external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.o: external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.o -MF CMakeFiles/lib586.dir/lib586.c.o.d -o CMakeFiles/lib586.dir/lib586.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib586.c - -external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib586.dir/lib586.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib586.c > CMakeFiles/lib586.dir/lib586.c.i - -external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib586.dir/lib586.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib586.c -o CMakeFiles/lib586.dir/lib586.c.s - -external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib586.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.o -MF CMakeFiles/lib586.dir/first.c.o.d -o CMakeFiles/lib586.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib586.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib586.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib586.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib586.dir/first.c.s - -# Object files for target lib586 -lib586_OBJECTS = \ -"CMakeFiles/lib586.dir/lib586.c.o" \ -"CMakeFiles/lib586.dir/first.c.o" - -# External object files for target lib586 -lib586_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib586: external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.o -external/curl/tests/libtest/lib586: external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.o -external/curl/tests/libtest/lib586: external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make -external/curl/tests/libtest/lib586: external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.ts -external/curl/tests/libtest/lib586: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib586: /usr/lib/libz.so -external/curl/tests/libtest/lib586: external/curl/tests/libtest/CMakeFiles/lib586.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib586" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib586.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib586.dir/build: external/curl/tests/libtest/lib586 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib586.dir/build - -external/curl/tests/libtest/CMakeFiles/lib586.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib586.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib586.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib586.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib586.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib586.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/cmake_clean.cmake deleted file mode 100644 index 3c840691..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib586.dir/link.d" - "CMakeFiles/lib586.dir/first.c.o" - "CMakeFiles/lib586.dir/first.c.o.d" - "CMakeFiles/lib586.dir/lib586.c.o" - "CMakeFiles/lib586.dir/lib586.c.o.d" - "lib586" - "lib586.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib586.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.make deleted file mode 100644 index b327d172..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib586. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.ts deleted file mode 100644 index d26e19db..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib586. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/depend.make deleted file mode 100644 index 9b3cd0c5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib586. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/flags.make deleted file mode 100644 index 0fce371a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB586 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/link.txt deleted file mode 100644 index 9b900a54..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib586.dir/link.d CMakeFiles/lib586.dir/lib586.c.o CMakeFiles/lib586.dir/first.c.o -o lib586 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib586.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/DependInfo.cmake deleted file mode 100644 index 631fc10d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib554.c" "external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.o.d" - "" "external/curl/tests/libtest/lib587" "gcc" "external/curl/tests/libtest/CMakeFiles/lib587.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make deleted file mode 100644 index edb6e5d7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib587.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib587.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib587.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib587.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib587.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.o: external/curl/tests/libtest/CMakeFiles/lib587.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib554.c -external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.o: external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.o -MF CMakeFiles/lib587.dir/lib554.c.o.d -o CMakeFiles/lib587.dir/lib554.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib554.c - -external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib587.dir/lib554.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib554.c > CMakeFiles/lib587.dir/lib554.c.i - -external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib587.dir/lib554.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib554.c -o CMakeFiles/lib587.dir/lib554.c.s - -external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib587.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.o -MF CMakeFiles/lib587.dir/first.c.o.d -o CMakeFiles/lib587.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib587.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib587.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib587.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib587.dir/first.c.s - -# Object files for target lib587 -lib587_OBJECTS = \ -"CMakeFiles/lib587.dir/lib554.c.o" \ -"CMakeFiles/lib587.dir/first.c.o" - -# External object files for target lib587 -lib587_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib587: external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.o -external/curl/tests/libtest/lib587: external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.o -external/curl/tests/libtest/lib587: external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make -external/curl/tests/libtest/lib587: external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.ts -external/curl/tests/libtest/lib587: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib587: /usr/lib/libz.so -external/curl/tests/libtest/lib587: external/curl/tests/libtest/CMakeFiles/lib587.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib587" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib587.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib587.dir/build: external/curl/tests/libtest/lib587 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib587.dir/build - -external/curl/tests/libtest/CMakeFiles/lib587.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib587.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib587.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib587.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib587.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib587.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/cmake_clean.cmake deleted file mode 100644 index f8d71fde..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib587.dir/link.d" - "CMakeFiles/lib587.dir/first.c.o" - "CMakeFiles/lib587.dir/first.c.o.d" - "CMakeFiles/lib587.dir/lib554.c.o" - "CMakeFiles/lib587.dir/lib554.c.o.d" - "lib587" - "lib587.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib587.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.make deleted file mode 100644 index 83d75207..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib587. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.ts deleted file mode 100644 index ba685e1a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib587. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/depend.make deleted file mode 100644 index 81843cb6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib587. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/flags.make deleted file mode 100644 index 08c6ab20..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB587 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/link.txt deleted file mode 100644 index 422ca333..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib587.dir/link.d CMakeFiles/lib587.dir/lib554.c.o CMakeFiles/lib587.dir/first.c.o -o lib587 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib587.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/DependInfo.cmake deleted file mode 100644 index 2266f834..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib589.c" "external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.o.d" - "" "external/curl/tests/libtest/lib589" "gcc" "external/curl/tests/libtest/CMakeFiles/lib589.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make deleted file mode 100644 index 4a75e81a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib589.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib589.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib589.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib589.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib589.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.o: external/curl/tests/libtest/CMakeFiles/lib589.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib589.c -external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.o: external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.o -MF CMakeFiles/lib589.dir/lib589.c.o.d -o CMakeFiles/lib589.dir/lib589.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib589.c - -external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib589.dir/lib589.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib589.c > CMakeFiles/lib589.dir/lib589.c.i - -external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib589.dir/lib589.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib589.c -o CMakeFiles/lib589.dir/lib589.c.s - -external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib589.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.o -MF CMakeFiles/lib589.dir/first.c.o.d -o CMakeFiles/lib589.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib589.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib589.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib589.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib589.dir/first.c.s - -# Object files for target lib589 -lib589_OBJECTS = \ -"CMakeFiles/lib589.dir/lib589.c.o" \ -"CMakeFiles/lib589.dir/first.c.o" - -# External object files for target lib589 -lib589_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib589: external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.o -external/curl/tests/libtest/lib589: external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.o -external/curl/tests/libtest/lib589: external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make -external/curl/tests/libtest/lib589: external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.ts -external/curl/tests/libtest/lib589: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib589: /usr/lib/libz.so -external/curl/tests/libtest/lib589: external/curl/tests/libtest/CMakeFiles/lib589.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib589" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib589.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib589.dir/build: external/curl/tests/libtest/lib589 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib589.dir/build - -external/curl/tests/libtest/CMakeFiles/lib589.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib589.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib589.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib589.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib589.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib589.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/cmake_clean.cmake deleted file mode 100644 index 70a90209..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib589.dir/link.d" - "CMakeFiles/lib589.dir/first.c.o" - "CMakeFiles/lib589.dir/first.c.o.d" - "CMakeFiles/lib589.dir/lib589.c.o" - "CMakeFiles/lib589.dir/lib589.c.o.d" - "lib589" - "lib589.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib589.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.make deleted file mode 100644 index 96c5e0a1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib589. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.ts deleted file mode 100644 index bc9b872d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib589. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/depend.make deleted file mode 100644 index beee0c83..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib589. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/flags.make deleted file mode 100644 index 6fa6db61..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB589 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/link.txt deleted file mode 100644 index 7345ecf7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib589.dir/link.d CMakeFiles/lib589.dir/lib589.c.o CMakeFiles/lib589.dir/first.c.o -o lib589 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib589.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/DependInfo.cmake deleted file mode 100644 index 2abe30c0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib590.c" "external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.o.d" - "" "external/curl/tests/libtest/lib590" "gcc" "external/curl/tests/libtest/CMakeFiles/lib590.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make deleted file mode 100644 index 94ded0f4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib590.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib590.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib590.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib590.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib590.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.o: external/curl/tests/libtest/CMakeFiles/lib590.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib590.c -external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.o: external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.o -MF CMakeFiles/lib590.dir/lib590.c.o.d -o CMakeFiles/lib590.dir/lib590.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib590.c - -external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib590.dir/lib590.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib590.c > CMakeFiles/lib590.dir/lib590.c.i - -external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib590.dir/lib590.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib590.c -o CMakeFiles/lib590.dir/lib590.c.s - -external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib590.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.o -MF CMakeFiles/lib590.dir/first.c.o.d -o CMakeFiles/lib590.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib590.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib590.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib590.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib590.dir/first.c.s - -# Object files for target lib590 -lib590_OBJECTS = \ -"CMakeFiles/lib590.dir/lib590.c.o" \ -"CMakeFiles/lib590.dir/first.c.o" - -# External object files for target lib590 -lib590_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib590: external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.o -external/curl/tests/libtest/lib590: external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.o -external/curl/tests/libtest/lib590: external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make -external/curl/tests/libtest/lib590: external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.ts -external/curl/tests/libtest/lib590: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib590: /usr/lib/libz.so -external/curl/tests/libtest/lib590: external/curl/tests/libtest/CMakeFiles/lib590.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib590" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib590.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib590.dir/build: external/curl/tests/libtest/lib590 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib590.dir/build - -external/curl/tests/libtest/CMakeFiles/lib590.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib590.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib590.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib590.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib590.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib590.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/cmake_clean.cmake deleted file mode 100644 index c41a35b0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib590.dir/link.d" - "CMakeFiles/lib590.dir/first.c.o" - "CMakeFiles/lib590.dir/first.c.o.d" - "CMakeFiles/lib590.dir/lib590.c.o" - "CMakeFiles/lib590.dir/lib590.c.o.d" - "lib590" - "lib590.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib590.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.make deleted file mode 100644 index bcb8bac3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib590. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.ts deleted file mode 100644 index 1f4eeedf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib590. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/depend.make deleted file mode 100644 index e8a9beb0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib590. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/flags.make deleted file mode 100644 index 17e5ca69..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB590 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/link.txt deleted file mode 100644 index 8051ebae..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib590.dir/link.d CMakeFiles/lib590.dir/lib590.c.o CMakeFiles/lib590.dir/first.c.o -o lib590 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib590.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/DependInfo.cmake deleted file mode 100644 index f550b1d9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib591.c" "external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib591" "gcc" "external/curl/tests/libtest/CMakeFiles/lib591.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make deleted file mode 100644 index 01160c31..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib591.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib591.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib591.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib591.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib591.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.o: external/curl/tests/libtest/CMakeFiles/lib591.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib591.c -external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.o: external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.o -MF CMakeFiles/lib591.dir/lib591.c.o.d -o CMakeFiles/lib591.dir/lib591.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib591.c - -external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib591.dir/lib591.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib591.c > CMakeFiles/lib591.dir/lib591.c.i - -external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib591.dir/lib591.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib591.c -o CMakeFiles/lib591.dir/lib591.c.s - -external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib591.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.o -MF CMakeFiles/lib591.dir/first.c.o.d -o CMakeFiles/lib591.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib591.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib591.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib591.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib591.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib591.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.o -MF CMakeFiles/lib591.dir/testutil.c.o.d -o CMakeFiles/lib591.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib591.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib591.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib591.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib591.dir/testutil.c.s - -# Object files for target lib591 -lib591_OBJECTS = \ -"CMakeFiles/lib591.dir/lib591.c.o" \ -"CMakeFiles/lib591.dir/first.c.o" \ -"CMakeFiles/lib591.dir/testutil.c.o" - -# External object files for target lib591 -lib591_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib591: external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.o -external/curl/tests/libtest/lib591: external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.o -external/curl/tests/libtest/lib591: external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.o -external/curl/tests/libtest/lib591: external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make -external/curl/tests/libtest/lib591: external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.ts -external/curl/tests/libtest/lib591: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib591: /usr/lib/libz.so -external/curl/tests/libtest/lib591: external/curl/tests/libtest/CMakeFiles/lib591.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib591" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib591.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib591.dir/build: external/curl/tests/libtest/lib591 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib591.dir/build - -external/curl/tests/libtest/CMakeFiles/lib591.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib591.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib591.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib591.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib591.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib591.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/cmake_clean.cmake deleted file mode 100644 index 4aa2ea1e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib591.dir/link.d" - "CMakeFiles/lib591.dir/first.c.o" - "CMakeFiles/lib591.dir/first.c.o.d" - "CMakeFiles/lib591.dir/lib591.c.o" - "CMakeFiles/lib591.dir/lib591.c.o.d" - "CMakeFiles/lib591.dir/testutil.c.o" - "CMakeFiles/lib591.dir/testutil.c.o.d" - "lib591" - "lib591.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib591.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.make deleted file mode 100644 index dc73215f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib591. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.ts deleted file mode 100644 index ab7a8727..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib591. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/depend.make deleted file mode 100644 index a929ba66..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib591. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/flags.make deleted file mode 100644 index 8c10818c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB591 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/link.txt deleted file mode 100644 index e2416079..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib591.dir/link.d CMakeFiles/lib591.dir/lib591.c.o CMakeFiles/lib591.dir/first.c.o CMakeFiles/lib591.dir/testutil.c.o -o lib591 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/progress.make deleted file mode 100644 index 0d68e528..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib591.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = 78 -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/DependInfo.cmake deleted file mode 100644 index 27b87344..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib597.c" "external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib597" "gcc" "external/curl/tests/libtest/CMakeFiles/lib597.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make deleted file mode 100644 index 9c1b8c8a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib597.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib597.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib597.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib597.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib597.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.o: external/curl/tests/libtest/CMakeFiles/lib597.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib597.c -external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.o: external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.o -MF CMakeFiles/lib597.dir/lib597.c.o.d -o CMakeFiles/lib597.dir/lib597.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib597.c - -external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib597.dir/lib597.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib597.c > CMakeFiles/lib597.dir/lib597.c.i - -external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib597.dir/lib597.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib597.c -o CMakeFiles/lib597.dir/lib597.c.s - -external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib597.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.o -MF CMakeFiles/lib597.dir/first.c.o.d -o CMakeFiles/lib597.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib597.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib597.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib597.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib597.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib597.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.o -MF CMakeFiles/lib597.dir/testutil.c.o.d -o CMakeFiles/lib597.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib597.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib597.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib597.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib597.dir/testutil.c.s - -# Object files for target lib597 -lib597_OBJECTS = \ -"CMakeFiles/lib597.dir/lib597.c.o" \ -"CMakeFiles/lib597.dir/first.c.o" \ -"CMakeFiles/lib597.dir/testutil.c.o" - -# External object files for target lib597 -lib597_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib597: external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.o -external/curl/tests/libtest/lib597: external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.o -external/curl/tests/libtest/lib597: external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.o -external/curl/tests/libtest/lib597: external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make -external/curl/tests/libtest/lib597: external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.ts -external/curl/tests/libtest/lib597: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib597: /usr/lib/libz.so -external/curl/tests/libtest/lib597: external/curl/tests/libtest/CMakeFiles/lib597.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib597" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib597.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib597.dir/build: external/curl/tests/libtest/lib597 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib597.dir/build - -external/curl/tests/libtest/CMakeFiles/lib597.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib597.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib597.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib597.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib597.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib597.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/cmake_clean.cmake deleted file mode 100644 index 3dfc1544..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib597.dir/link.d" - "CMakeFiles/lib597.dir/first.c.o" - "CMakeFiles/lib597.dir/first.c.o.d" - "CMakeFiles/lib597.dir/lib597.c.o" - "CMakeFiles/lib597.dir/lib597.c.o.d" - "CMakeFiles/lib597.dir/testutil.c.o" - "CMakeFiles/lib597.dir/testutil.c.o.d" - "lib597" - "lib597.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib597.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.make deleted file mode 100644 index 020f1a3f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib597. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.ts deleted file mode 100644 index 0978dea5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib597. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/depend.make deleted file mode 100644 index 0531966c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib597. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/flags.make deleted file mode 100644 index 2f1824b4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB597 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/link.txt deleted file mode 100644 index 6779dd9f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib597.dir/link.d CMakeFiles/lib597.dir/lib597.c.o CMakeFiles/lib597.dir/first.c.o CMakeFiles/lib597.dir/testutil.c.o -o lib597 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib597.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/DependInfo.cmake deleted file mode 100644 index 87014202..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib598.c" "external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.o.d" - "" "external/curl/tests/libtest/lib598" "gcc" "external/curl/tests/libtest/CMakeFiles/lib598.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make deleted file mode 100644 index 166e123d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib598.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib598.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib598.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib598.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib598.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.o: external/curl/tests/libtest/CMakeFiles/lib598.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib598.c -external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.o: external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.o -MF CMakeFiles/lib598.dir/lib598.c.o.d -o CMakeFiles/lib598.dir/lib598.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib598.c - -external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib598.dir/lib598.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib598.c > CMakeFiles/lib598.dir/lib598.c.i - -external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib598.dir/lib598.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib598.c -o CMakeFiles/lib598.dir/lib598.c.s - -external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib598.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.o -MF CMakeFiles/lib598.dir/first.c.o.d -o CMakeFiles/lib598.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib598.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib598.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib598.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib598.dir/first.c.s - -# Object files for target lib598 -lib598_OBJECTS = \ -"CMakeFiles/lib598.dir/lib598.c.o" \ -"CMakeFiles/lib598.dir/first.c.o" - -# External object files for target lib598 -lib598_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib598: external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.o -external/curl/tests/libtest/lib598: external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.o -external/curl/tests/libtest/lib598: external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make -external/curl/tests/libtest/lib598: external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.ts -external/curl/tests/libtest/lib598: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib598: /usr/lib/libz.so -external/curl/tests/libtest/lib598: external/curl/tests/libtest/CMakeFiles/lib598.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib598" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib598.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib598.dir/build: external/curl/tests/libtest/lib598 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib598.dir/build - -external/curl/tests/libtest/CMakeFiles/lib598.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib598.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib598.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib598.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib598.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib598.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/cmake_clean.cmake deleted file mode 100644 index 954dc79e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib598.dir/link.d" - "CMakeFiles/lib598.dir/first.c.o" - "CMakeFiles/lib598.dir/first.c.o.d" - "CMakeFiles/lib598.dir/lib598.c.o" - "CMakeFiles/lib598.dir/lib598.c.o.d" - "lib598" - "lib598.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib598.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.make deleted file mode 100644 index 0c226f79..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib598. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.ts deleted file mode 100644 index c4704868..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib598. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/depend.make deleted file mode 100644 index fc32f342..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib598. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/flags.make deleted file mode 100644 index 677506cb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB598 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/link.txt deleted file mode 100644 index 47db40cc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib598.dir/link.d CMakeFiles/lib598.dir/lib598.c.o CMakeFiles/lib598.dir/first.c.o -o lib598 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib598.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/DependInfo.cmake deleted file mode 100644 index 6765eca6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib599.c" "external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.o.d" - "" "external/curl/tests/libtest/lib599" "gcc" "external/curl/tests/libtest/CMakeFiles/lib599.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make deleted file mode 100644 index 536e89e0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib599.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib599.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib599.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib599.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib599.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.o: external/curl/tests/libtest/CMakeFiles/lib599.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib599.c -external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.o: external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.o -MF CMakeFiles/lib599.dir/lib599.c.o.d -o CMakeFiles/lib599.dir/lib599.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib599.c - -external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib599.dir/lib599.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib599.c > CMakeFiles/lib599.dir/lib599.c.i - -external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib599.dir/lib599.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib599.c -o CMakeFiles/lib599.dir/lib599.c.s - -external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib599.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.o -MF CMakeFiles/lib599.dir/first.c.o.d -o CMakeFiles/lib599.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib599.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib599.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib599.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib599.dir/first.c.s - -# Object files for target lib599 -lib599_OBJECTS = \ -"CMakeFiles/lib599.dir/lib599.c.o" \ -"CMakeFiles/lib599.dir/first.c.o" - -# External object files for target lib599 -lib599_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib599: external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.o -external/curl/tests/libtest/lib599: external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.o -external/curl/tests/libtest/lib599: external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make -external/curl/tests/libtest/lib599: external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.ts -external/curl/tests/libtest/lib599: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib599: /usr/lib/libz.so -external/curl/tests/libtest/lib599: external/curl/tests/libtest/CMakeFiles/lib599.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib599" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib599.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib599.dir/build: external/curl/tests/libtest/lib599 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib599.dir/build - -external/curl/tests/libtest/CMakeFiles/lib599.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib599.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib599.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib599.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib599.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib599.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/cmake_clean.cmake deleted file mode 100644 index d82fcd70..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib599.dir/link.d" - "CMakeFiles/lib599.dir/first.c.o" - "CMakeFiles/lib599.dir/first.c.o.d" - "CMakeFiles/lib599.dir/lib599.c.o" - "CMakeFiles/lib599.dir/lib599.c.o.d" - "lib599" - "lib599.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib599.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.make deleted file mode 100644 index 5f1fec09..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib599. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.ts deleted file mode 100644 index d856fda1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib599. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/depend.make deleted file mode 100644 index 34cbf683..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib599. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/flags.make deleted file mode 100644 index 752b58e3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB599 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/link.txt deleted file mode 100644 index 07aa6f68..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib599.dir/link.d CMakeFiles/lib599.dir/lib599.c.o CMakeFiles/lib599.dir/first.c.o -o lib599 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib599.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/DependInfo.cmake deleted file mode 100644 index 195ebe97..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib643.c" "external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.o.d" - "" "external/curl/tests/libtest/lib643" "gcc" "external/curl/tests/libtest/CMakeFiles/lib643.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make deleted file mode 100644 index 4dd2ba8a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib643.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib643.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib643.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib643.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib643.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.o: external/curl/tests/libtest/CMakeFiles/lib643.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib643.c -external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.o: external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.o -MF CMakeFiles/lib643.dir/lib643.c.o.d -o CMakeFiles/lib643.dir/lib643.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib643.c - -external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib643.dir/lib643.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib643.c > CMakeFiles/lib643.dir/lib643.c.i - -external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib643.dir/lib643.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib643.c -o CMakeFiles/lib643.dir/lib643.c.s - -external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib643.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.o -MF CMakeFiles/lib643.dir/first.c.o.d -o CMakeFiles/lib643.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib643.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib643.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib643.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib643.dir/first.c.s - -# Object files for target lib643 -lib643_OBJECTS = \ -"CMakeFiles/lib643.dir/lib643.c.o" \ -"CMakeFiles/lib643.dir/first.c.o" - -# External object files for target lib643 -lib643_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib643: external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.o -external/curl/tests/libtest/lib643: external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.o -external/curl/tests/libtest/lib643: external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make -external/curl/tests/libtest/lib643: external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.ts -external/curl/tests/libtest/lib643: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib643: /usr/lib/libz.so -external/curl/tests/libtest/lib643: external/curl/tests/libtest/CMakeFiles/lib643.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib643" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib643.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib643.dir/build: external/curl/tests/libtest/lib643 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib643.dir/build - -external/curl/tests/libtest/CMakeFiles/lib643.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib643.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib643.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib643.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib643.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib643.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/cmake_clean.cmake deleted file mode 100644 index c349864f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib643.dir/link.d" - "CMakeFiles/lib643.dir/first.c.o" - "CMakeFiles/lib643.dir/first.c.o.d" - "CMakeFiles/lib643.dir/lib643.c.o" - "CMakeFiles/lib643.dir/lib643.c.o.d" - "lib643" - "lib643.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib643.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.make deleted file mode 100644 index dac281a4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib643. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.ts deleted file mode 100644 index 576a6539..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib643. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/depend.make deleted file mode 100644 index ed3dfbc4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib643. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/flags.make deleted file mode 100644 index 740f8607..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB643 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/link.txt deleted file mode 100644 index cb38d51a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib643.dir/link.d CMakeFiles/lib643.dir/lib643.c.o CMakeFiles/lib643.dir/first.c.o -o lib643 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib643.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/DependInfo.cmake deleted file mode 100644 index 32704c13..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib643.c" "external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.o.d" - "" "external/curl/tests/libtest/lib645" "gcc" "external/curl/tests/libtest/CMakeFiles/lib645.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make deleted file mode 100644 index 7bd7e2aa..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib645.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib645.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib645.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib645.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib645.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.o: external/curl/tests/libtest/CMakeFiles/lib645.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib643.c -external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.o: external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.o -MF CMakeFiles/lib645.dir/lib643.c.o.d -o CMakeFiles/lib645.dir/lib643.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib643.c - -external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib645.dir/lib643.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib643.c > CMakeFiles/lib645.dir/lib643.c.i - -external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib645.dir/lib643.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib643.c -o CMakeFiles/lib645.dir/lib643.c.s - -external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib645.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.o -MF CMakeFiles/lib645.dir/first.c.o.d -o CMakeFiles/lib645.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib645.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib645.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib645.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib645.dir/first.c.s - -# Object files for target lib645 -lib645_OBJECTS = \ -"CMakeFiles/lib645.dir/lib643.c.o" \ -"CMakeFiles/lib645.dir/first.c.o" - -# External object files for target lib645 -lib645_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib645: external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.o -external/curl/tests/libtest/lib645: external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.o -external/curl/tests/libtest/lib645: external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make -external/curl/tests/libtest/lib645: external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.ts -external/curl/tests/libtest/lib645: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib645: /usr/lib/libz.so -external/curl/tests/libtest/lib645: external/curl/tests/libtest/CMakeFiles/lib645.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib645" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib645.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib645.dir/build: external/curl/tests/libtest/lib645 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib645.dir/build - -external/curl/tests/libtest/CMakeFiles/lib645.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib645.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib645.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib645.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib645.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib645.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/cmake_clean.cmake deleted file mode 100644 index e5df992b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib645.dir/link.d" - "CMakeFiles/lib645.dir/first.c.o" - "CMakeFiles/lib645.dir/first.c.o.d" - "CMakeFiles/lib645.dir/lib643.c.o" - "CMakeFiles/lib645.dir/lib643.c.o.d" - "lib645" - "lib645.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib645.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.make deleted file mode 100644 index 032a0ad7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib645. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.ts deleted file mode 100644 index c6f860aa..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib645. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/depend.make deleted file mode 100644 index 5da52687..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib645. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/flags.make deleted file mode 100644 index a19a942e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB645 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/link.txt deleted file mode 100644 index cfb0beca..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib645.dir/link.d CMakeFiles/lib645.dir/lib643.c.o CMakeFiles/lib645.dir/first.c.o -o lib645 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib645.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/DependInfo.cmake deleted file mode 100644 index 8a3d5490..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib650.c" "external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.o.d" - "" "external/curl/tests/libtest/lib650" "gcc" "external/curl/tests/libtest/CMakeFiles/lib650.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make deleted file mode 100644 index 2d4845df..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib650.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib650.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib650.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib650.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib650.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.o: external/curl/tests/libtest/CMakeFiles/lib650.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib650.c -external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.o: external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.o -MF CMakeFiles/lib650.dir/lib650.c.o.d -o CMakeFiles/lib650.dir/lib650.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib650.c - -external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib650.dir/lib650.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib650.c > CMakeFiles/lib650.dir/lib650.c.i - -external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib650.dir/lib650.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib650.c -o CMakeFiles/lib650.dir/lib650.c.s - -external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib650.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.o -MF CMakeFiles/lib650.dir/first.c.o.d -o CMakeFiles/lib650.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib650.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib650.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib650.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib650.dir/first.c.s - -# Object files for target lib650 -lib650_OBJECTS = \ -"CMakeFiles/lib650.dir/lib650.c.o" \ -"CMakeFiles/lib650.dir/first.c.o" - -# External object files for target lib650 -lib650_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib650: external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.o -external/curl/tests/libtest/lib650: external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.o -external/curl/tests/libtest/lib650: external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make -external/curl/tests/libtest/lib650: external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.ts -external/curl/tests/libtest/lib650: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib650: /usr/lib/libz.so -external/curl/tests/libtest/lib650: external/curl/tests/libtest/CMakeFiles/lib650.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib650" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib650.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib650.dir/build: external/curl/tests/libtest/lib650 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib650.dir/build - -external/curl/tests/libtest/CMakeFiles/lib650.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib650.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib650.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib650.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib650.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib650.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/cmake_clean.cmake deleted file mode 100644 index 8561a854..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib650.dir/link.d" - "CMakeFiles/lib650.dir/first.c.o" - "CMakeFiles/lib650.dir/first.c.o.d" - "CMakeFiles/lib650.dir/lib650.c.o" - "CMakeFiles/lib650.dir/lib650.c.o.d" - "lib650" - "lib650.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib650.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.make deleted file mode 100644 index 1c9ecacd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib650. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.ts deleted file mode 100644 index f83bdf0c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib650. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/depend.make deleted file mode 100644 index 933924ef..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib650. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/flags.make deleted file mode 100644 index fb02485c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB650 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/link.txt deleted file mode 100644 index d5a07f47..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib650.dir/link.d CMakeFiles/lib650.dir/lib650.c.o CMakeFiles/lib650.dir/first.c.o -o lib650 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib650.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/DependInfo.cmake deleted file mode 100644 index 943e0bd0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib651.c" "external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.o.d" - "" "external/curl/tests/libtest/lib651" "gcc" "external/curl/tests/libtest/CMakeFiles/lib651.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make deleted file mode 100644 index 39658434..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib651.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib651.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib651.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib651.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib651.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.o: external/curl/tests/libtest/CMakeFiles/lib651.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib651.c -external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.o: external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.o -MF CMakeFiles/lib651.dir/lib651.c.o.d -o CMakeFiles/lib651.dir/lib651.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib651.c - -external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib651.dir/lib651.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib651.c > CMakeFiles/lib651.dir/lib651.c.i - -external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib651.dir/lib651.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib651.c -o CMakeFiles/lib651.dir/lib651.c.s - -external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib651.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.o -MF CMakeFiles/lib651.dir/first.c.o.d -o CMakeFiles/lib651.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib651.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib651.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib651.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib651.dir/first.c.s - -# Object files for target lib651 -lib651_OBJECTS = \ -"CMakeFiles/lib651.dir/lib651.c.o" \ -"CMakeFiles/lib651.dir/first.c.o" - -# External object files for target lib651 -lib651_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib651: external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.o -external/curl/tests/libtest/lib651: external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.o -external/curl/tests/libtest/lib651: external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make -external/curl/tests/libtest/lib651: external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.ts -external/curl/tests/libtest/lib651: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib651: /usr/lib/libz.so -external/curl/tests/libtest/lib651: external/curl/tests/libtest/CMakeFiles/lib651.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib651" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib651.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib651.dir/build: external/curl/tests/libtest/lib651 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib651.dir/build - -external/curl/tests/libtest/CMakeFiles/lib651.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib651.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib651.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib651.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib651.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib651.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/cmake_clean.cmake deleted file mode 100644 index a63ac5f0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib651.dir/link.d" - "CMakeFiles/lib651.dir/first.c.o" - "CMakeFiles/lib651.dir/first.c.o.d" - "CMakeFiles/lib651.dir/lib651.c.o" - "CMakeFiles/lib651.dir/lib651.c.o.d" - "lib651" - "lib651.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib651.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.make deleted file mode 100644 index 69997fec..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib651. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.ts deleted file mode 100644 index 75728c90..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib651. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/depend.make deleted file mode 100644 index 7ed5cd39..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib651. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/flags.make deleted file mode 100644 index ec28aed6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB651 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/link.txt deleted file mode 100644 index 85d9f1e0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib651.dir/link.d CMakeFiles/lib651.dir/lib651.c.o CMakeFiles/lib651.dir/first.c.o -o lib651 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib651.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/DependInfo.cmake deleted file mode 100644 index 0e7eeab8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib652.c" "external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.o.d" - "" "external/curl/tests/libtest/lib652" "gcc" "external/curl/tests/libtest/CMakeFiles/lib652.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make deleted file mode 100644 index f7f22378..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib652.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib652.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib652.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib652.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib652.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.o: external/curl/tests/libtest/CMakeFiles/lib652.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib652.c -external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.o: external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.o -MF CMakeFiles/lib652.dir/lib652.c.o.d -o CMakeFiles/lib652.dir/lib652.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib652.c - -external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib652.dir/lib652.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib652.c > CMakeFiles/lib652.dir/lib652.c.i - -external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib652.dir/lib652.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib652.c -o CMakeFiles/lib652.dir/lib652.c.s - -external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib652.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.o -MF CMakeFiles/lib652.dir/first.c.o.d -o CMakeFiles/lib652.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib652.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib652.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib652.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib652.dir/first.c.s - -# Object files for target lib652 -lib652_OBJECTS = \ -"CMakeFiles/lib652.dir/lib652.c.o" \ -"CMakeFiles/lib652.dir/first.c.o" - -# External object files for target lib652 -lib652_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib652: external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.o -external/curl/tests/libtest/lib652: external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.o -external/curl/tests/libtest/lib652: external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make -external/curl/tests/libtest/lib652: external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.ts -external/curl/tests/libtest/lib652: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib652: /usr/lib/libz.so -external/curl/tests/libtest/lib652: external/curl/tests/libtest/CMakeFiles/lib652.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib652" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib652.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib652.dir/build: external/curl/tests/libtest/lib652 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib652.dir/build - -external/curl/tests/libtest/CMakeFiles/lib652.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib652.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib652.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib652.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib652.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib652.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/cmake_clean.cmake deleted file mode 100644 index 25c711d4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib652.dir/link.d" - "CMakeFiles/lib652.dir/first.c.o" - "CMakeFiles/lib652.dir/first.c.o.d" - "CMakeFiles/lib652.dir/lib652.c.o" - "CMakeFiles/lib652.dir/lib652.c.o.d" - "lib652" - "lib652.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib652.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.make deleted file mode 100644 index c30c94fb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib652. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.ts deleted file mode 100644 index 51db3806..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib652. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/depend.make deleted file mode 100644 index 9d97b6ab..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib652. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/flags.make deleted file mode 100644 index 9e20c7f2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB652 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/link.txt deleted file mode 100644 index 17154c3d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib652.dir/link.d CMakeFiles/lib652.dir/lib652.c.o CMakeFiles/lib652.dir/first.c.o -o lib652 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib652.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/DependInfo.cmake deleted file mode 100644 index 0ecf26f3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib653.c" "external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.o.d" - "" "external/curl/tests/libtest/lib653" "gcc" "external/curl/tests/libtest/CMakeFiles/lib653.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make deleted file mode 100644 index aa04522d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib653.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib653.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib653.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib653.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib653.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.o: external/curl/tests/libtest/CMakeFiles/lib653.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib653.c -external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.o: external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.o -MF CMakeFiles/lib653.dir/lib653.c.o.d -o CMakeFiles/lib653.dir/lib653.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib653.c - -external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib653.dir/lib653.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib653.c > CMakeFiles/lib653.dir/lib653.c.i - -external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib653.dir/lib653.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib653.c -o CMakeFiles/lib653.dir/lib653.c.s - -external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib653.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.o -MF CMakeFiles/lib653.dir/first.c.o.d -o CMakeFiles/lib653.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib653.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib653.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib653.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib653.dir/first.c.s - -# Object files for target lib653 -lib653_OBJECTS = \ -"CMakeFiles/lib653.dir/lib653.c.o" \ -"CMakeFiles/lib653.dir/first.c.o" - -# External object files for target lib653 -lib653_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib653: external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.o -external/curl/tests/libtest/lib653: external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.o -external/curl/tests/libtest/lib653: external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make -external/curl/tests/libtest/lib653: external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.ts -external/curl/tests/libtest/lib653: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib653: /usr/lib/libz.so -external/curl/tests/libtest/lib653: external/curl/tests/libtest/CMakeFiles/lib653.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib653" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib653.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib653.dir/build: external/curl/tests/libtest/lib653 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib653.dir/build - -external/curl/tests/libtest/CMakeFiles/lib653.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib653.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib653.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib653.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib653.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib653.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/cmake_clean.cmake deleted file mode 100644 index f7b2b1cf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib653.dir/link.d" - "CMakeFiles/lib653.dir/first.c.o" - "CMakeFiles/lib653.dir/first.c.o.d" - "CMakeFiles/lib653.dir/lib653.c.o" - "CMakeFiles/lib653.dir/lib653.c.o.d" - "lib653" - "lib653.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib653.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.make deleted file mode 100644 index eaeef7cf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib653. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.ts deleted file mode 100644 index f5ad2768..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib653. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/depend.make deleted file mode 100644 index 53268deb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib653. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/flags.make deleted file mode 100644 index 7406c79c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB653 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/link.txt deleted file mode 100644 index c4c9f803..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib653.dir/link.d CMakeFiles/lib653.dir/lib653.c.o CMakeFiles/lib653.dir/first.c.o -o lib653 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/progress.make deleted file mode 100644 index 88409276..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib653.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = 79 -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/DependInfo.cmake deleted file mode 100644 index 32ebc3ec..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib654.c" "external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.o.d" - "" "external/curl/tests/libtest/lib654" "gcc" "external/curl/tests/libtest/CMakeFiles/lib654.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make deleted file mode 100644 index 44e087df..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib654.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib654.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib654.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib654.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib654.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.o: external/curl/tests/libtest/CMakeFiles/lib654.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib654.c -external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.o: external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.o -MF CMakeFiles/lib654.dir/lib654.c.o.d -o CMakeFiles/lib654.dir/lib654.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib654.c - -external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib654.dir/lib654.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib654.c > CMakeFiles/lib654.dir/lib654.c.i - -external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib654.dir/lib654.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib654.c -o CMakeFiles/lib654.dir/lib654.c.s - -external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib654.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.o -MF CMakeFiles/lib654.dir/first.c.o.d -o CMakeFiles/lib654.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib654.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib654.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib654.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib654.dir/first.c.s - -# Object files for target lib654 -lib654_OBJECTS = \ -"CMakeFiles/lib654.dir/lib654.c.o" \ -"CMakeFiles/lib654.dir/first.c.o" - -# External object files for target lib654 -lib654_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib654: external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.o -external/curl/tests/libtest/lib654: external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.o -external/curl/tests/libtest/lib654: external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make -external/curl/tests/libtest/lib654: external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.ts -external/curl/tests/libtest/lib654: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib654: /usr/lib/libz.so -external/curl/tests/libtest/lib654: external/curl/tests/libtest/CMakeFiles/lib654.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib654" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib654.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib654.dir/build: external/curl/tests/libtest/lib654 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib654.dir/build - -external/curl/tests/libtest/CMakeFiles/lib654.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib654.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib654.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib654.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib654.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib654.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/cmake_clean.cmake deleted file mode 100644 index d4b790e6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib654.dir/link.d" - "CMakeFiles/lib654.dir/first.c.o" - "CMakeFiles/lib654.dir/first.c.o.d" - "CMakeFiles/lib654.dir/lib654.c.o" - "CMakeFiles/lib654.dir/lib654.c.o.d" - "lib654" - "lib654.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib654.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.make deleted file mode 100644 index d35fd445..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib654. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.ts deleted file mode 100644 index 89c08101..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib654. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/depend.make deleted file mode 100644 index bee8877a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib654. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/flags.make deleted file mode 100644 index 3244d377..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB654 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/link.txt deleted file mode 100644 index 0bc6fc6f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib654.dir/link.d CMakeFiles/lib654.dir/lib654.c.o CMakeFiles/lib654.dir/first.c.o -o lib654 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib654.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/DependInfo.cmake deleted file mode 100644 index 68c01a90..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib655.c" "external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.o.d" - "" "external/curl/tests/libtest/lib655" "gcc" "external/curl/tests/libtest/CMakeFiles/lib655.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make deleted file mode 100644 index 780ac9ac..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib655.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib655.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib655.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib655.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib655.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.o: external/curl/tests/libtest/CMakeFiles/lib655.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib655.c -external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.o: external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.o -MF CMakeFiles/lib655.dir/lib655.c.o.d -o CMakeFiles/lib655.dir/lib655.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib655.c - -external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib655.dir/lib655.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib655.c > CMakeFiles/lib655.dir/lib655.c.i - -external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib655.dir/lib655.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib655.c -o CMakeFiles/lib655.dir/lib655.c.s - -external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib655.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.o -MF CMakeFiles/lib655.dir/first.c.o.d -o CMakeFiles/lib655.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib655.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib655.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib655.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib655.dir/first.c.s - -# Object files for target lib655 -lib655_OBJECTS = \ -"CMakeFiles/lib655.dir/lib655.c.o" \ -"CMakeFiles/lib655.dir/first.c.o" - -# External object files for target lib655 -lib655_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib655: external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.o -external/curl/tests/libtest/lib655: external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.o -external/curl/tests/libtest/lib655: external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make -external/curl/tests/libtest/lib655: external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.ts -external/curl/tests/libtest/lib655: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib655: /usr/lib/libz.so -external/curl/tests/libtest/lib655: external/curl/tests/libtest/CMakeFiles/lib655.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib655" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib655.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib655.dir/build: external/curl/tests/libtest/lib655 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib655.dir/build - -external/curl/tests/libtest/CMakeFiles/lib655.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib655.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib655.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib655.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib655.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib655.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/cmake_clean.cmake deleted file mode 100644 index fce57889..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib655.dir/link.d" - "CMakeFiles/lib655.dir/first.c.o" - "CMakeFiles/lib655.dir/first.c.o.d" - "CMakeFiles/lib655.dir/lib655.c.o" - "CMakeFiles/lib655.dir/lib655.c.o.d" - "lib655" - "lib655.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib655.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.make deleted file mode 100644 index 86e2e377..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib655. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.ts deleted file mode 100644 index 20bc5bc0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib655. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/depend.make deleted file mode 100644 index 5014c04d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib655. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/flags.make deleted file mode 100644 index 0d600aa6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB655 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/link.txt deleted file mode 100644 index 2ae81336..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib655.dir/link.d CMakeFiles/lib655.dir/lib655.c.o CMakeFiles/lib655.dir/first.c.o -o lib655 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib655.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/DependInfo.cmake deleted file mode 100644 index b56fcbfb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib658.c" "external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib658" "gcc" "external/curl/tests/libtest/CMakeFiles/lib658.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make deleted file mode 100644 index 1ad14fbc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib658.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib658.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib658.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib658.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib658.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.o: external/curl/tests/libtest/CMakeFiles/lib658.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib658.c -external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.o: external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.o -MF CMakeFiles/lib658.dir/lib658.c.o.d -o CMakeFiles/lib658.dir/lib658.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib658.c - -external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib658.dir/lib658.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib658.c > CMakeFiles/lib658.dir/lib658.c.i - -external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib658.dir/lib658.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib658.c -o CMakeFiles/lib658.dir/lib658.c.s - -external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib658.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.o -MF CMakeFiles/lib658.dir/first.c.o.d -o CMakeFiles/lib658.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib658.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib658.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib658.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib658.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib658.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.o -MF CMakeFiles/lib658.dir/testutil.c.o.d -o CMakeFiles/lib658.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib658.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib658.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib658.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib658.dir/testutil.c.s - -# Object files for target lib658 -lib658_OBJECTS = \ -"CMakeFiles/lib658.dir/lib658.c.o" \ -"CMakeFiles/lib658.dir/first.c.o" \ -"CMakeFiles/lib658.dir/testutil.c.o" - -# External object files for target lib658 -lib658_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib658: external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.o -external/curl/tests/libtest/lib658: external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.o -external/curl/tests/libtest/lib658: external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.o -external/curl/tests/libtest/lib658: external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make -external/curl/tests/libtest/lib658: external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.ts -external/curl/tests/libtest/lib658: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib658: /usr/lib/libz.so -external/curl/tests/libtest/lib658: external/curl/tests/libtest/CMakeFiles/lib658.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib658" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib658.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib658.dir/build: external/curl/tests/libtest/lib658 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib658.dir/build - -external/curl/tests/libtest/CMakeFiles/lib658.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib658.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib658.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib658.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib658.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib658.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/cmake_clean.cmake deleted file mode 100644 index 50f0a27b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib658.dir/link.d" - "CMakeFiles/lib658.dir/first.c.o" - "CMakeFiles/lib658.dir/first.c.o.d" - "CMakeFiles/lib658.dir/lib658.c.o" - "CMakeFiles/lib658.dir/lib658.c.o.d" - "CMakeFiles/lib658.dir/testutil.c.o" - "CMakeFiles/lib658.dir/testutil.c.o.d" - "lib658" - "lib658.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib658.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.make deleted file mode 100644 index c869c748..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib658. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.ts deleted file mode 100644 index a3d3251b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib658. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/depend.make deleted file mode 100644 index 7f604929..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib658. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/flags.make deleted file mode 100644 index 804725ba..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB658 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/link.txt deleted file mode 100644 index f7da5694..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib658.dir/link.d CMakeFiles/lib658.dir/lib658.c.o CMakeFiles/lib658.dir/first.c.o CMakeFiles/lib658.dir/testutil.c.o -o lib658 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib658.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/DependInfo.cmake deleted file mode 100644 index 21ff08eb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib659.c" "external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib659" "gcc" "external/curl/tests/libtest/CMakeFiles/lib659.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make deleted file mode 100644 index 18cc1765..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib659.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib659.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib659.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib659.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib659.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.o: external/curl/tests/libtest/CMakeFiles/lib659.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib659.c -external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.o: external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.o -MF CMakeFiles/lib659.dir/lib659.c.o.d -o CMakeFiles/lib659.dir/lib659.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib659.c - -external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib659.dir/lib659.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib659.c > CMakeFiles/lib659.dir/lib659.c.i - -external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib659.dir/lib659.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib659.c -o CMakeFiles/lib659.dir/lib659.c.s - -external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib659.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.o -MF CMakeFiles/lib659.dir/first.c.o.d -o CMakeFiles/lib659.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib659.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib659.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib659.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib659.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib659.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.o -MF CMakeFiles/lib659.dir/testutil.c.o.d -o CMakeFiles/lib659.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib659.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib659.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib659.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib659.dir/testutil.c.s - -# Object files for target lib659 -lib659_OBJECTS = \ -"CMakeFiles/lib659.dir/lib659.c.o" \ -"CMakeFiles/lib659.dir/first.c.o" \ -"CMakeFiles/lib659.dir/testutil.c.o" - -# External object files for target lib659 -lib659_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib659: external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.o -external/curl/tests/libtest/lib659: external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.o -external/curl/tests/libtest/lib659: external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.o -external/curl/tests/libtest/lib659: external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make -external/curl/tests/libtest/lib659: external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.ts -external/curl/tests/libtest/lib659: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib659: /usr/lib/libz.so -external/curl/tests/libtest/lib659: external/curl/tests/libtest/CMakeFiles/lib659.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib659" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib659.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib659.dir/build: external/curl/tests/libtest/lib659 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib659.dir/build - -external/curl/tests/libtest/CMakeFiles/lib659.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib659.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib659.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib659.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib659.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib659.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/cmake_clean.cmake deleted file mode 100644 index 818e0fbf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib659.dir/link.d" - "CMakeFiles/lib659.dir/first.c.o" - "CMakeFiles/lib659.dir/first.c.o.d" - "CMakeFiles/lib659.dir/lib659.c.o" - "CMakeFiles/lib659.dir/lib659.c.o.d" - "CMakeFiles/lib659.dir/testutil.c.o" - "CMakeFiles/lib659.dir/testutil.c.o.d" - "lib659" - "lib659.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib659.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.make deleted file mode 100644 index 3e0b33e3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib659. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.ts deleted file mode 100644 index 1203520e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib659. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/depend.make deleted file mode 100644 index 965f3424..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib659. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/flags.make deleted file mode 100644 index 065ee86f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB659 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/link.txt deleted file mode 100644 index 3e756262..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib659.dir/link.d CMakeFiles/lib659.dir/lib659.c.o CMakeFiles/lib659.dir/first.c.o CMakeFiles/lib659.dir/testutil.c.o -o lib659 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib659.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/DependInfo.cmake deleted file mode 100644 index 7949a747..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib661.c" "external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.o.d" - "" "external/curl/tests/libtest/lib661" "gcc" "external/curl/tests/libtest/CMakeFiles/lib661.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make deleted file mode 100644 index c3d81b2d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib661.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib661.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib661.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib661.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib661.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.o: external/curl/tests/libtest/CMakeFiles/lib661.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib661.c -external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.o: external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.o -MF CMakeFiles/lib661.dir/lib661.c.o.d -o CMakeFiles/lib661.dir/lib661.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib661.c - -external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib661.dir/lib661.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib661.c > CMakeFiles/lib661.dir/lib661.c.i - -external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib661.dir/lib661.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib661.c -o CMakeFiles/lib661.dir/lib661.c.s - -external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib661.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.o -MF CMakeFiles/lib661.dir/first.c.o.d -o CMakeFiles/lib661.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib661.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib661.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib661.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib661.dir/first.c.s - -# Object files for target lib661 -lib661_OBJECTS = \ -"CMakeFiles/lib661.dir/lib661.c.o" \ -"CMakeFiles/lib661.dir/first.c.o" - -# External object files for target lib661 -lib661_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib661: external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.o -external/curl/tests/libtest/lib661: external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.o -external/curl/tests/libtest/lib661: external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make -external/curl/tests/libtest/lib661: external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.ts -external/curl/tests/libtest/lib661: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib661: /usr/lib/libz.so -external/curl/tests/libtest/lib661: external/curl/tests/libtest/CMakeFiles/lib661.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib661" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib661.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib661.dir/build: external/curl/tests/libtest/lib661 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib661.dir/build - -external/curl/tests/libtest/CMakeFiles/lib661.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib661.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib661.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib661.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib661.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib661.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/cmake_clean.cmake deleted file mode 100644 index 19218ec7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib661.dir/link.d" - "CMakeFiles/lib661.dir/first.c.o" - "CMakeFiles/lib661.dir/first.c.o.d" - "CMakeFiles/lib661.dir/lib661.c.o" - "CMakeFiles/lib661.dir/lib661.c.o.d" - "lib661" - "lib661.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib661.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.make deleted file mode 100644 index 71c81267..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib661. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.ts deleted file mode 100644 index 812cbb1b..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib661. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/depend.make deleted file mode 100644 index 31c79ef4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib661. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/flags.make deleted file mode 100644 index af5abd38..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB661 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/link.txt deleted file mode 100644 index 805922bd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib661.dir/link.d CMakeFiles/lib661.dir/lib661.c.o CMakeFiles/lib661.dir/first.c.o -o lib661 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib661.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/DependInfo.cmake deleted file mode 100644 index c0d29434..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib666.c" "external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.o.d" - "" "external/curl/tests/libtest/lib666" "gcc" "external/curl/tests/libtest/CMakeFiles/lib666.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make deleted file mode 100644 index 30a32de9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib666.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib666.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib666.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib666.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib666.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.o: external/curl/tests/libtest/CMakeFiles/lib666.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib666.c -external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.o: external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.o -MF CMakeFiles/lib666.dir/lib666.c.o.d -o CMakeFiles/lib666.dir/lib666.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib666.c - -external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib666.dir/lib666.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib666.c > CMakeFiles/lib666.dir/lib666.c.i - -external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib666.dir/lib666.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib666.c -o CMakeFiles/lib666.dir/lib666.c.s - -external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib666.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.o -MF CMakeFiles/lib666.dir/first.c.o.d -o CMakeFiles/lib666.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib666.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib666.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib666.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib666.dir/first.c.s - -# Object files for target lib666 -lib666_OBJECTS = \ -"CMakeFiles/lib666.dir/lib666.c.o" \ -"CMakeFiles/lib666.dir/first.c.o" - -# External object files for target lib666 -lib666_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib666: external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.o -external/curl/tests/libtest/lib666: external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.o -external/curl/tests/libtest/lib666: external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make -external/curl/tests/libtest/lib666: external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.ts -external/curl/tests/libtest/lib666: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib666: /usr/lib/libz.so -external/curl/tests/libtest/lib666: external/curl/tests/libtest/CMakeFiles/lib666.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib666" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib666.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib666.dir/build: external/curl/tests/libtest/lib666 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib666.dir/build - -external/curl/tests/libtest/CMakeFiles/lib666.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib666.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib666.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib666.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib666.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib666.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/cmake_clean.cmake deleted file mode 100644 index 9f884001..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib666.dir/link.d" - "CMakeFiles/lib666.dir/first.c.o" - "CMakeFiles/lib666.dir/first.c.o.d" - "CMakeFiles/lib666.dir/lib666.c.o" - "CMakeFiles/lib666.dir/lib666.c.o.d" - "lib666" - "lib666.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib666.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.make deleted file mode 100644 index fef6bdbf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib666. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.ts deleted file mode 100644 index 67cb0904..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib666. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/depend.make deleted file mode 100644 index c947b385..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib666. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/flags.make deleted file mode 100644 index 6a9555e5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB666 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/link.txt deleted file mode 100644 index 2e7431e0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib666.dir/link.d CMakeFiles/lib666.dir/lib666.c.o CMakeFiles/lib666.dir/first.c.o -o lib666 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib666.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/DependInfo.cmake deleted file mode 100644 index 25eb3d06..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib667.c" "external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib667" "gcc" "external/curl/tests/libtest/CMakeFiles/lib667.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make deleted file mode 100644 index 9a68bce9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib667.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib667.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib667.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib667.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib667.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.o: external/curl/tests/libtest/CMakeFiles/lib667.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib667.c -external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.o: external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.o -MF CMakeFiles/lib667.dir/lib667.c.o.d -o CMakeFiles/lib667.dir/lib667.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib667.c - -external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib667.dir/lib667.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib667.c > CMakeFiles/lib667.dir/lib667.c.i - -external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib667.dir/lib667.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib667.c -o CMakeFiles/lib667.dir/lib667.c.s - -external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib667.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.o -MF CMakeFiles/lib667.dir/first.c.o.d -o CMakeFiles/lib667.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib667.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib667.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib667.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib667.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib667.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.o -MF CMakeFiles/lib667.dir/testutil.c.o.d -o CMakeFiles/lib667.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib667.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib667.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib667.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib667.dir/testutil.c.s - -# Object files for target lib667 -lib667_OBJECTS = \ -"CMakeFiles/lib667.dir/lib667.c.o" \ -"CMakeFiles/lib667.dir/first.c.o" \ -"CMakeFiles/lib667.dir/testutil.c.o" - -# External object files for target lib667 -lib667_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib667: external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.o -external/curl/tests/libtest/lib667: external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.o -external/curl/tests/libtest/lib667: external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.o -external/curl/tests/libtest/lib667: external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make -external/curl/tests/libtest/lib667: external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.ts -external/curl/tests/libtest/lib667: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib667: /usr/lib/libz.so -external/curl/tests/libtest/lib667: external/curl/tests/libtest/CMakeFiles/lib667.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib667" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib667.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib667.dir/build: external/curl/tests/libtest/lib667 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib667.dir/build - -external/curl/tests/libtest/CMakeFiles/lib667.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib667.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib667.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib667.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib667.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib667.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/cmake_clean.cmake deleted file mode 100644 index 6a097eae..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib667.dir/link.d" - "CMakeFiles/lib667.dir/first.c.o" - "CMakeFiles/lib667.dir/first.c.o.d" - "CMakeFiles/lib667.dir/lib667.c.o" - "CMakeFiles/lib667.dir/lib667.c.o.d" - "CMakeFiles/lib667.dir/testutil.c.o" - "CMakeFiles/lib667.dir/testutil.c.o.d" - "lib667" - "lib667.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib667.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.make deleted file mode 100644 index 8aca13a8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib667. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.ts deleted file mode 100644 index 91219f9a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib667. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/depend.make deleted file mode 100644 index a7639a2f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib667. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/flags.make deleted file mode 100644 index 9197c66a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB667 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/link.txt deleted file mode 100644 index 84dda895..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib667.dir/link.d CMakeFiles/lib667.dir/lib667.c.o CMakeFiles/lib667.dir/first.c.o CMakeFiles/lib667.dir/testutil.c.o -o lib667 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib667.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/DependInfo.cmake deleted file mode 100644 index 378f9427..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib668.c" "external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib668" "gcc" "external/curl/tests/libtest/CMakeFiles/lib668.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make deleted file mode 100644 index c7bbc6d7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib668.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib668.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib668.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib668.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib668.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.o: external/curl/tests/libtest/CMakeFiles/lib668.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib668.c -external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.o: external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.o -MF CMakeFiles/lib668.dir/lib668.c.o.d -o CMakeFiles/lib668.dir/lib668.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib668.c - -external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib668.dir/lib668.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib668.c > CMakeFiles/lib668.dir/lib668.c.i - -external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib668.dir/lib668.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib668.c -o CMakeFiles/lib668.dir/lib668.c.s - -external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib668.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.o -MF CMakeFiles/lib668.dir/first.c.o.d -o CMakeFiles/lib668.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib668.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib668.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib668.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib668.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib668.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.o -MF CMakeFiles/lib668.dir/testutil.c.o.d -o CMakeFiles/lib668.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib668.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib668.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib668.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib668.dir/testutil.c.s - -# Object files for target lib668 -lib668_OBJECTS = \ -"CMakeFiles/lib668.dir/lib668.c.o" \ -"CMakeFiles/lib668.dir/first.c.o" \ -"CMakeFiles/lib668.dir/testutil.c.o" - -# External object files for target lib668 -lib668_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib668: external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.o -external/curl/tests/libtest/lib668: external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.o -external/curl/tests/libtest/lib668: external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.o -external/curl/tests/libtest/lib668: external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make -external/curl/tests/libtest/lib668: external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.ts -external/curl/tests/libtest/lib668: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib668: /usr/lib/libz.so -external/curl/tests/libtest/lib668: external/curl/tests/libtest/CMakeFiles/lib668.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib668" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib668.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib668.dir/build: external/curl/tests/libtest/lib668 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib668.dir/build - -external/curl/tests/libtest/CMakeFiles/lib668.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib668.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib668.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib668.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib668.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib668.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/cmake_clean.cmake deleted file mode 100644 index aa42a5f2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib668.dir/link.d" - "CMakeFiles/lib668.dir/first.c.o" - "CMakeFiles/lib668.dir/first.c.o.d" - "CMakeFiles/lib668.dir/lib668.c.o" - "CMakeFiles/lib668.dir/lib668.c.o.d" - "CMakeFiles/lib668.dir/testutil.c.o" - "CMakeFiles/lib668.dir/testutil.c.o.d" - "lib668" - "lib668.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib668.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.make deleted file mode 100644 index 8681c12a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib668. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.ts deleted file mode 100644 index 7b616425..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib668. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/depend.make deleted file mode 100644 index d3769a49..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib668. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/flags.make deleted file mode 100644 index 47450f82..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB668 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/link.txt deleted file mode 100644 index 997ff878..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib668.dir/link.d CMakeFiles/lib668.dir/lib668.c.o CMakeFiles/lib668.dir/first.c.o CMakeFiles/lib668.dir/testutil.c.o -o lib668 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/progress.make deleted file mode 100644 index 3c64c1cc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib668.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = 80 -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/DependInfo.cmake deleted file mode 100644 index fc272d70..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c" "external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib670" "gcc" "external/curl/tests/libtest/CMakeFiles/lib670.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make deleted file mode 100644 index b7dfd0bb..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib670.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib670.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib670.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib670.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib670.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.o: external/curl/tests/libtest/CMakeFiles/lib670.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c -external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.o: external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.o -MF CMakeFiles/lib670.dir/lib670.c.o.d -o CMakeFiles/lib670.dir/lib670.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c - -external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib670.dir/lib670.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c > CMakeFiles/lib670.dir/lib670.c.i - -external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib670.dir/lib670.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c -o CMakeFiles/lib670.dir/lib670.c.s - -external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib670.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.o -MF CMakeFiles/lib670.dir/first.c.o.d -o CMakeFiles/lib670.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib670.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib670.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib670.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib670.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib670.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.o -MF CMakeFiles/lib670.dir/testutil.c.o.d -o CMakeFiles/lib670.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib670.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib670.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib670.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib670.dir/testutil.c.s - -# Object files for target lib670 -lib670_OBJECTS = \ -"CMakeFiles/lib670.dir/lib670.c.o" \ -"CMakeFiles/lib670.dir/first.c.o" \ -"CMakeFiles/lib670.dir/testutil.c.o" - -# External object files for target lib670 -lib670_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib670: external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.o -external/curl/tests/libtest/lib670: external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.o -external/curl/tests/libtest/lib670: external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.o -external/curl/tests/libtest/lib670: external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make -external/curl/tests/libtest/lib670: external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.ts -external/curl/tests/libtest/lib670: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib670: /usr/lib/libz.so -external/curl/tests/libtest/lib670: external/curl/tests/libtest/CMakeFiles/lib670.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib670" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib670.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib670.dir/build: external/curl/tests/libtest/lib670 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib670.dir/build - -external/curl/tests/libtest/CMakeFiles/lib670.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib670.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib670.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib670.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib670.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib670.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/cmake_clean.cmake deleted file mode 100644 index 0b1eaf2c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib670.dir/link.d" - "CMakeFiles/lib670.dir/first.c.o" - "CMakeFiles/lib670.dir/first.c.o.d" - "CMakeFiles/lib670.dir/lib670.c.o" - "CMakeFiles/lib670.dir/lib670.c.o.d" - "CMakeFiles/lib670.dir/testutil.c.o" - "CMakeFiles/lib670.dir/testutil.c.o.d" - "lib670" - "lib670.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib670.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.make deleted file mode 100644 index 84955d2c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib670. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.ts deleted file mode 100644 index edfc7da4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib670. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/depend.make deleted file mode 100644 index 0ae40f42..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib670. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/flags.make deleted file mode 100644 index c7ca9bdd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB670 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/link.txt deleted file mode 100644 index 2a5c5179..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib670.dir/link.d CMakeFiles/lib670.dir/lib670.c.o CMakeFiles/lib670.dir/first.c.o CMakeFiles/lib670.dir/testutil.c.o -o lib670 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib670.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/DependInfo.cmake deleted file mode 100644 index d14b63e3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c" "external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib671" "gcc" "external/curl/tests/libtest/CMakeFiles/lib671.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make deleted file mode 100644 index 36599ade..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib671.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib671.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib671.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib671.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib671.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.o: external/curl/tests/libtest/CMakeFiles/lib671.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c -external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.o: external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.o -MF CMakeFiles/lib671.dir/lib670.c.o.d -o CMakeFiles/lib671.dir/lib670.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c - -external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib671.dir/lib670.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c > CMakeFiles/lib671.dir/lib670.c.i - -external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib671.dir/lib670.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c -o CMakeFiles/lib671.dir/lib670.c.s - -external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib671.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.o -MF CMakeFiles/lib671.dir/first.c.o.d -o CMakeFiles/lib671.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib671.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib671.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib671.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib671.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib671.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.o -MF CMakeFiles/lib671.dir/testutil.c.o.d -o CMakeFiles/lib671.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib671.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib671.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib671.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib671.dir/testutil.c.s - -# Object files for target lib671 -lib671_OBJECTS = \ -"CMakeFiles/lib671.dir/lib670.c.o" \ -"CMakeFiles/lib671.dir/first.c.o" \ -"CMakeFiles/lib671.dir/testutil.c.o" - -# External object files for target lib671 -lib671_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib671: external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.o -external/curl/tests/libtest/lib671: external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.o -external/curl/tests/libtest/lib671: external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.o -external/curl/tests/libtest/lib671: external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make -external/curl/tests/libtest/lib671: external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.ts -external/curl/tests/libtest/lib671: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib671: /usr/lib/libz.so -external/curl/tests/libtest/lib671: external/curl/tests/libtest/CMakeFiles/lib671.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib671" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib671.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib671.dir/build: external/curl/tests/libtest/lib671 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib671.dir/build - -external/curl/tests/libtest/CMakeFiles/lib671.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib671.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib671.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib671.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib671.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib671.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/cmake_clean.cmake deleted file mode 100644 index 33d97602..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib671.dir/link.d" - "CMakeFiles/lib671.dir/first.c.o" - "CMakeFiles/lib671.dir/first.c.o.d" - "CMakeFiles/lib671.dir/lib670.c.o" - "CMakeFiles/lib671.dir/lib670.c.o.d" - "CMakeFiles/lib671.dir/testutil.c.o" - "CMakeFiles/lib671.dir/testutil.c.o.d" - "lib671" - "lib671.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib671.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.make deleted file mode 100644 index d3ced5fa..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib671. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.ts deleted file mode 100644 index 778f82df..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib671. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/depend.make deleted file mode 100644 index af1720e3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib671. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/flags.make deleted file mode 100644 index 79eabdb8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB671 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/link.txt deleted file mode 100644 index 0b3b1837..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib671.dir/link.d CMakeFiles/lib671.dir/lib670.c.o CMakeFiles/lib671.dir/first.c.o CMakeFiles/lib671.dir/testutil.c.o -o lib671 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib671.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/DependInfo.cmake deleted file mode 100644 index 63294a9d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c" "external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib672" "gcc" "external/curl/tests/libtest/CMakeFiles/lib672.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make deleted file mode 100644 index 34b3369f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib672.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib672.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib672.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib672.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib672.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.o: external/curl/tests/libtest/CMakeFiles/lib672.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c -external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.o: external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.o -MF CMakeFiles/lib672.dir/lib670.c.o.d -o CMakeFiles/lib672.dir/lib670.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c - -external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib672.dir/lib670.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c > CMakeFiles/lib672.dir/lib670.c.i - -external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib672.dir/lib670.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c -o CMakeFiles/lib672.dir/lib670.c.s - -external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib672.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.o -MF CMakeFiles/lib672.dir/first.c.o.d -o CMakeFiles/lib672.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib672.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib672.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib672.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib672.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib672.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.o -MF CMakeFiles/lib672.dir/testutil.c.o.d -o CMakeFiles/lib672.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib672.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib672.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib672.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib672.dir/testutil.c.s - -# Object files for target lib672 -lib672_OBJECTS = \ -"CMakeFiles/lib672.dir/lib670.c.o" \ -"CMakeFiles/lib672.dir/first.c.o" \ -"CMakeFiles/lib672.dir/testutil.c.o" - -# External object files for target lib672 -lib672_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib672: external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.o -external/curl/tests/libtest/lib672: external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.o -external/curl/tests/libtest/lib672: external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.o -external/curl/tests/libtest/lib672: external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make -external/curl/tests/libtest/lib672: external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.ts -external/curl/tests/libtest/lib672: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib672: /usr/lib/libz.so -external/curl/tests/libtest/lib672: external/curl/tests/libtest/CMakeFiles/lib672.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib672" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib672.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib672.dir/build: external/curl/tests/libtest/lib672 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib672.dir/build - -external/curl/tests/libtest/CMakeFiles/lib672.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib672.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib672.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib672.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib672.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib672.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/cmake_clean.cmake deleted file mode 100644 index fbbd8ce2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib672.dir/link.d" - "CMakeFiles/lib672.dir/first.c.o" - "CMakeFiles/lib672.dir/first.c.o.d" - "CMakeFiles/lib672.dir/lib670.c.o" - "CMakeFiles/lib672.dir/lib670.c.o.d" - "CMakeFiles/lib672.dir/testutil.c.o" - "CMakeFiles/lib672.dir/testutil.c.o.d" - "lib672" - "lib672.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib672.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.make deleted file mode 100644 index d176ada8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib672. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.ts deleted file mode 100644 index 71b6db92..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib672. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/depend.make deleted file mode 100644 index ccf933dd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib672. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/flags.make deleted file mode 100644 index e5e31193..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB672 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/link.txt deleted file mode 100644 index cf99c382..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib672.dir/link.d CMakeFiles/lib672.dir/lib670.c.o CMakeFiles/lib672.dir/first.c.o CMakeFiles/lib672.dir/testutil.c.o -o lib672 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib672.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/DependInfo.cmake deleted file mode 100644 index 967f955a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c" "external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib673" "gcc" "external/curl/tests/libtest/CMakeFiles/lib673.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make deleted file mode 100644 index 94726e2a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib673.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib673.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib673.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib673.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib673.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.o: external/curl/tests/libtest/CMakeFiles/lib673.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c -external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.o: external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.o -MF CMakeFiles/lib673.dir/lib670.c.o.d -o CMakeFiles/lib673.dir/lib670.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c - -external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib673.dir/lib670.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c > CMakeFiles/lib673.dir/lib670.c.i - -external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib673.dir/lib670.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib670.c -o CMakeFiles/lib673.dir/lib670.c.s - -external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib673.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.o -MF CMakeFiles/lib673.dir/first.c.o.d -o CMakeFiles/lib673.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib673.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib673.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib673.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib673.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib673.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.o -MF CMakeFiles/lib673.dir/testutil.c.o.d -o CMakeFiles/lib673.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib673.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib673.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib673.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib673.dir/testutil.c.s - -# Object files for target lib673 -lib673_OBJECTS = \ -"CMakeFiles/lib673.dir/lib670.c.o" \ -"CMakeFiles/lib673.dir/first.c.o" \ -"CMakeFiles/lib673.dir/testutil.c.o" - -# External object files for target lib673 -lib673_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib673: external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.o -external/curl/tests/libtest/lib673: external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.o -external/curl/tests/libtest/lib673: external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.o -external/curl/tests/libtest/lib673: external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make -external/curl/tests/libtest/lib673: external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.ts -external/curl/tests/libtest/lib673: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib673: /usr/lib/libz.so -external/curl/tests/libtest/lib673: external/curl/tests/libtest/CMakeFiles/lib673.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib673" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib673.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib673.dir/build: external/curl/tests/libtest/lib673 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib673.dir/build - -external/curl/tests/libtest/CMakeFiles/lib673.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib673.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib673.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib673.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib673.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib673.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/cmake_clean.cmake deleted file mode 100644 index 100d253f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib673.dir/link.d" - "CMakeFiles/lib673.dir/first.c.o" - "CMakeFiles/lib673.dir/first.c.o.d" - "CMakeFiles/lib673.dir/lib670.c.o" - "CMakeFiles/lib673.dir/lib670.c.o.d" - "CMakeFiles/lib673.dir/testutil.c.o" - "CMakeFiles/lib673.dir/testutil.c.o.d" - "lib673" - "lib673.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib673.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.make deleted file mode 100644 index 482456f9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib673. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.ts deleted file mode 100644 index 5f50523d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib673. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/depend.make deleted file mode 100644 index bb259390..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib673. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/flags.make deleted file mode 100644 index ab0f1728..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB673 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/link.txt deleted file mode 100644 index 6c702753..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib673.dir/link.d CMakeFiles/lib673.dir/lib670.c.o CMakeFiles/lib673.dir/first.c.o CMakeFiles/lib673.dir/testutil.c.o -o lib673 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib673.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/DependInfo.cmake deleted file mode 100644 index a8a1c4a5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib674.c" "external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib674" "gcc" "external/curl/tests/libtest/CMakeFiles/lib674.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make deleted file mode 100644 index 7e973fb4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib674.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib674.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib674.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib674.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib674.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.o: external/curl/tests/libtest/CMakeFiles/lib674.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib674.c -external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.o: external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.o -MF CMakeFiles/lib674.dir/lib674.c.o.d -o CMakeFiles/lib674.dir/lib674.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib674.c - -external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib674.dir/lib674.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib674.c > CMakeFiles/lib674.dir/lib674.c.i - -external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib674.dir/lib674.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib674.c -o CMakeFiles/lib674.dir/lib674.c.s - -external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib674.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.o -MF CMakeFiles/lib674.dir/first.c.o.d -o CMakeFiles/lib674.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib674.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib674.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib674.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib674.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib674.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.o -MF CMakeFiles/lib674.dir/testutil.c.o.d -o CMakeFiles/lib674.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib674.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib674.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib674.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib674.dir/testutil.c.s - -# Object files for target lib674 -lib674_OBJECTS = \ -"CMakeFiles/lib674.dir/lib674.c.o" \ -"CMakeFiles/lib674.dir/first.c.o" \ -"CMakeFiles/lib674.dir/testutil.c.o" - -# External object files for target lib674 -lib674_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib674: external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.o -external/curl/tests/libtest/lib674: external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.o -external/curl/tests/libtest/lib674: external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.o -external/curl/tests/libtest/lib674: external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make -external/curl/tests/libtest/lib674: external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.ts -external/curl/tests/libtest/lib674: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib674: /usr/lib/libz.so -external/curl/tests/libtest/lib674: external/curl/tests/libtest/CMakeFiles/lib674.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib674" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib674.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib674.dir/build: external/curl/tests/libtest/lib674 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib674.dir/build - -external/curl/tests/libtest/CMakeFiles/lib674.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib674.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib674.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib674.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib674.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib674.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/cmake_clean.cmake deleted file mode 100644 index 4f0e03da..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib674.dir/link.d" - "CMakeFiles/lib674.dir/first.c.o" - "CMakeFiles/lib674.dir/first.c.o.d" - "CMakeFiles/lib674.dir/lib674.c.o" - "CMakeFiles/lib674.dir/lib674.c.o.d" - "CMakeFiles/lib674.dir/testutil.c.o" - "CMakeFiles/lib674.dir/testutil.c.o.d" - "lib674" - "lib674.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib674.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.make deleted file mode 100644 index cba6627a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib674. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.ts deleted file mode 100644 index 81c64aa9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib674. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/depend.make deleted file mode 100644 index e760fa4d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib674. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/flags.make deleted file mode 100644 index 8e8fb936..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB674 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/link.txt deleted file mode 100644 index 3ce213f7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib674.dir/link.d CMakeFiles/lib674.dir/lib674.c.o CMakeFiles/lib674.dir/first.c.o CMakeFiles/lib674.dir/testutil.c.o -o lib674 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib674.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/DependInfo.cmake deleted file mode 100644 index 24bdc92f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib676.c" "external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib676" "gcc" "external/curl/tests/libtest/CMakeFiles/lib676.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make deleted file mode 100644 index 55afd269..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib676.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib676.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib676.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib676.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib676.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.o: external/curl/tests/libtest/CMakeFiles/lib676.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib676.c -external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.o: external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.o -MF CMakeFiles/lib676.dir/lib676.c.o.d -o CMakeFiles/lib676.dir/lib676.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib676.c - -external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib676.dir/lib676.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib676.c > CMakeFiles/lib676.dir/lib676.c.i - -external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib676.dir/lib676.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib676.c -o CMakeFiles/lib676.dir/lib676.c.s - -external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib676.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.o -MF CMakeFiles/lib676.dir/first.c.o.d -o CMakeFiles/lib676.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib676.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib676.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib676.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib676.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib676.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.o -MF CMakeFiles/lib676.dir/testutil.c.o.d -o CMakeFiles/lib676.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib676.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib676.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib676.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib676.dir/testutil.c.s - -# Object files for target lib676 -lib676_OBJECTS = \ -"CMakeFiles/lib676.dir/lib676.c.o" \ -"CMakeFiles/lib676.dir/first.c.o" \ -"CMakeFiles/lib676.dir/testutil.c.o" - -# External object files for target lib676 -lib676_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib676: external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.o -external/curl/tests/libtest/lib676: external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.o -external/curl/tests/libtest/lib676: external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.o -external/curl/tests/libtest/lib676: external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make -external/curl/tests/libtest/lib676: external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.ts -external/curl/tests/libtest/lib676: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib676: /usr/lib/libz.so -external/curl/tests/libtest/lib676: external/curl/tests/libtest/CMakeFiles/lib676.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib676" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib676.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib676.dir/build: external/curl/tests/libtest/lib676 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib676.dir/build - -external/curl/tests/libtest/CMakeFiles/lib676.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib676.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib676.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib676.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib676.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib676.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/cmake_clean.cmake deleted file mode 100644 index f50b34d2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib676.dir/link.d" - "CMakeFiles/lib676.dir/first.c.o" - "CMakeFiles/lib676.dir/first.c.o.d" - "CMakeFiles/lib676.dir/lib676.c.o" - "CMakeFiles/lib676.dir/lib676.c.o.d" - "CMakeFiles/lib676.dir/testutil.c.o" - "CMakeFiles/lib676.dir/testutil.c.o.d" - "lib676" - "lib676.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib676.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.make deleted file mode 100644 index 8b2f6b41..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib676. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.ts deleted file mode 100644 index ff1b7c04..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib676. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/depend.make deleted file mode 100644 index 9d287ebc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib676. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/flags.make deleted file mode 100644 index be03d4db..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB676 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/link.txt deleted file mode 100644 index b9cad17e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib676.dir/link.d CMakeFiles/lib676.dir/lib676.c.o CMakeFiles/lib676.dir/first.c.o CMakeFiles/lib676.dir/testutil.c.o -o lib676 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib676.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/DependInfo.cmake deleted file mode 100644 index 1b369d88..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib677.c" "external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib677" "gcc" "external/curl/tests/libtest/CMakeFiles/lib677.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make deleted file mode 100644 index f10cbecd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib677.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib677.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib677.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib677.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib677.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.o: external/curl/tests/libtest/CMakeFiles/lib677.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib677.c -external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.o: external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.o -MF CMakeFiles/lib677.dir/lib677.c.o.d -o CMakeFiles/lib677.dir/lib677.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib677.c - -external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib677.dir/lib677.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib677.c > CMakeFiles/lib677.dir/lib677.c.i - -external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib677.dir/lib677.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib677.c -o CMakeFiles/lib677.dir/lib677.c.s - -external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib677.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.o -MF CMakeFiles/lib677.dir/first.c.o.d -o CMakeFiles/lib677.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib677.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib677.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib677.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib677.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib677.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.o -MF CMakeFiles/lib677.dir/testutil.c.o.d -o CMakeFiles/lib677.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib677.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib677.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib677.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib677.dir/testutil.c.s - -# Object files for target lib677 -lib677_OBJECTS = \ -"CMakeFiles/lib677.dir/lib677.c.o" \ -"CMakeFiles/lib677.dir/first.c.o" \ -"CMakeFiles/lib677.dir/testutil.c.o" - -# External object files for target lib677 -lib677_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib677: external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.o -external/curl/tests/libtest/lib677: external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.o -external/curl/tests/libtest/lib677: external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.o -external/curl/tests/libtest/lib677: external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make -external/curl/tests/libtest/lib677: external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.ts -external/curl/tests/libtest/lib677: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib677: /usr/lib/libz.so -external/curl/tests/libtest/lib677: external/curl/tests/libtest/CMakeFiles/lib677.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib677" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib677.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib677.dir/build: external/curl/tests/libtest/lib677 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib677.dir/build - -external/curl/tests/libtest/CMakeFiles/lib677.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib677.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib677.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib677.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib677.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib677.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/cmake_clean.cmake deleted file mode 100644 index f24805f8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib677.dir/link.d" - "CMakeFiles/lib677.dir/first.c.o" - "CMakeFiles/lib677.dir/first.c.o.d" - "CMakeFiles/lib677.dir/lib677.c.o" - "CMakeFiles/lib677.dir/lib677.c.o.d" - "CMakeFiles/lib677.dir/testutil.c.o" - "CMakeFiles/lib677.dir/testutil.c.o.d" - "lib677" - "lib677.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib677.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.make deleted file mode 100644 index c2170931..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib677. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.ts deleted file mode 100644 index a052c4cd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib677. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/depend.make deleted file mode 100644 index cf57ab04..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib677. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/flags.make deleted file mode 100644 index 2c08acb6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB677 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/link.txt deleted file mode 100644 index a18893a4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib677.dir/link.d CMakeFiles/lib677.dir/lib677.c.o CMakeFiles/lib677.dir/first.c.o CMakeFiles/lib677.dir/testutil.c.o -o lib677 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/progress.make deleted file mode 100644 index 1d20bf12..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib677.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = 81 -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/DependInfo.cmake deleted file mode 100644 index 1d89711f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib678.c" "external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/lib678" "gcc" "external/curl/tests/libtest/CMakeFiles/lib678.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make deleted file mode 100644 index c20e8151..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib678.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib678.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib678.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib678.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib678.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.o: external/curl/tests/libtest/CMakeFiles/lib678.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib678.c -external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.o: external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.o -MF CMakeFiles/lib678.dir/lib678.c.o.d -o CMakeFiles/lib678.dir/lib678.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib678.c - -external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib678.dir/lib678.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib678.c > CMakeFiles/lib678.dir/lib678.c.i - -external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib678.dir/lib678.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib678.c -o CMakeFiles/lib678.dir/lib678.c.s - -external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib678.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.o -MF CMakeFiles/lib678.dir/first.c.o.d -o CMakeFiles/lib678.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib678.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib678.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib678.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib678.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib678.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.o -MF CMakeFiles/lib678.dir/testutil.c.o.d -o CMakeFiles/lib678.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib678.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/lib678.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib678.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/lib678.dir/testutil.c.s - -# Object files for target lib678 -lib678_OBJECTS = \ -"CMakeFiles/lib678.dir/lib678.c.o" \ -"CMakeFiles/lib678.dir/first.c.o" \ -"CMakeFiles/lib678.dir/testutil.c.o" - -# External object files for target lib678 -lib678_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib678: external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.o -external/curl/tests/libtest/lib678: external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.o -external/curl/tests/libtest/lib678: external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.o -external/curl/tests/libtest/lib678: external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make -external/curl/tests/libtest/lib678: external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.ts -external/curl/tests/libtest/lib678: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib678: /usr/lib/libz.so -external/curl/tests/libtest/lib678: external/curl/tests/libtest/CMakeFiles/lib678.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable lib678" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib678.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib678.dir/build: external/curl/tests/libtest/lib678 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib678.dir/build - -external/curl/tests/libtest/CMakeFiles/lib678.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib678.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib678.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib678.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib678.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib678.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/cmake_clean.cmake deleted file mode 100644 index c441ebde..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib678.dir/link.d" - "CMakeFiles/lib678.dir/first.c.o" - "CMakeFiles/lib678.dir/first.c.o.d" - "CMakeFiles/lib678.dir/lib678.c.o" - "CMakeFiles/lib678.dir/lib678.c.o.d" - "CMakeFiles/lib678.dir/testutil.c.o" - "CMakeFiles/lib678.dir/testutil.c.o.d" - "lib678" - "lib678.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib678.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.make deleted file mode 100644 index 0907a2fe..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib678. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.ts deleted file mode 100644 index f803bb40..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib678. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/depend.make deleted file mode 100644 index 4d65f389..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib678. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/flags.make deleted file mode 100644 index 995a1dd5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB678 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/link.txt deleted file mode 100644 index 54892cb4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib678.dir/link.d CMakeFiles/lib678.dir/lib678.c.o CMakeFiles/lib678.dir/first.c.o CMakeFiles/lib678.dir/testutil.c.o -o lib678 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib678.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/DependInfo.cmake deleted file mode 100644 index 2802e086..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib694.c" "external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.o.d" - "" "external/curl/tests/libtest/lib694" "gcc" "external/curl/tests/libtest/CMakeFiles/lib694.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make deleted file mode 100644 index 90d2a7c5..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib694.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib694.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib694.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib694.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib694.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.o: external/curl/tests/libtest/CMakeFiles/lib694.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib694.c -external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.o: external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.o -MF CMakeFiles/lib694.dir/lib694.c.o.d -o CMakeFiles/lib694.dir/lib694.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib694.c - -external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib694.dir/lib694.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib694.c > CMakeFiles/lib694.dir/lib694.c.i - -external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib694.dir/lib694.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib694.c -o CMakeFiles/lib694.dir/lib694.c.s - -external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib694.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.o -MF CMakeFiles/lib694.dir/first.c.o.d -o CMakeFiles/lib694.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib694.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib694.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib694.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib694.dir/first.c.s - -# Object files for target lib694 -lib694_OBJECTS = \ -"CMakeFiles/lib694.dir/lib694.c.o" \ -"CMakeFiles/lib694.dir/first.c.o" - -# External object files for target lib694 -lib694_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib694: external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.o -external/curl/tests/libtest/lib694: external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.o -external/curl/tests/libtest/lib694: external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make -external/curl/tests/libtest/lib694: external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.ts -external/curl/tests/libtest/lib694: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib694: /usr/lib/libz.so -external/curl/tests/libtest/lib694: external/curl/tests/libtest/CMakeFiles/lib694.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib694" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib694.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib694.dir/build: external/curl/tests/libtest/lib694 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib694.dir/build - -external/curl/tests/libtest/CMakeFiles/lib694.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib694.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib694.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib694.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib694.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib694.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/cmake_clean.cmake deleted file mode 100644 index 234ab7e1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib694.dir/link.d" - "CMakeFiles/lib694.dir/first.c.o" - "CMakeFiles/lib694.dir/first.c.o.d" - "CMakeFiles/lib694.dir/lib694.c.o" - "CMakeFiles/lib694.dir/lib694.c.o.d" - "lib694" - "lib694.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib694.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.make deleted file mode 100644 index bf7734a1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib694. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.ts deleted file mode 100644 index 052d0cbc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib694. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/depend.make deleted file mode 100644 index 4bba31a3..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib694. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/flags.make deleted file mode 100644 index b0e59395..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB694 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/link.txt deleted file mode 100644 index da609244..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib694.dir/link.d CMakeFiles/lib694.dir/lib694.c.o CMakeFiles/lib694.dir/first.c.o -o lib694 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib694.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/DependInfo.cmake deleted file mode 100644 index 42e769e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib695.c" "external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.o.d" - "" "external/curl/tests/libtest/lib695" "gcc" "external/curl/tests/libtest/CMakeFiles/lib695.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make deleted file mode 100644 index 96c5f12c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib695.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib695.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib695.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib695.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib695.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.o: external/curl/tests/libtest/CMakeFiles/lib695.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib695.c -external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.o: external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.o -MF CMakeFiles/lib695.dir/lib695.c.o.d -o CMakeFiles/lib695.dir/lib695.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib695.c - -external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib695.dir/lib695.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib695.c > CMakeFiles/lib695.dir/lib695.c.i - -external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib695.dir/lib695.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib695.c -o CMakeFiles/lib695.dir/lib695.c.s - -external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib695.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.o -MF CMakeFiles/lib695.dir/first.c.o.d -o CMakeFiles/lib695.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib695.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib695.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib695.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib695.dir/first.c.s - -# Object files for target lib695 -lib695_OBJECTS = \ -"CMakeFiles/lib695.dir/lib695.c.o" \ -"CMakeFiles/lib695.dir/first.c.o" - -# External object files for target lib695 -lib695_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib695: external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.o -external/curl/tests/libtest/lib695: external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.o -external/curl/tests/libtest/lib695: external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make -external/curl/tests/libtest/lib695: external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.ts -external/curl/tests/libtest/lib695: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib695: /usr/lib/libz.so -external/curl/tests/libtest/lib695: external/curl/tests/libtest/CMakeFiles/lib695.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib695" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib695.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib695.dir/build: external/curl/tests/libtest/lib695 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib695.dir/build - -external/curl/tests/libtest/CMakeFiles/lib695.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib695.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib695.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib695.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib695.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib695.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/cmake_clean.cmake deleted file mode 100644 index db11258d..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib695.dir/link.d" - "CMakeFiles/lib695.dir/first.c.o" - "CMakeFiles/lib695.dir/first.c.o.d" - "CMakeFiles/lib695.dir/lib695.c.o" - "CMakeFiles/lib695.dir/lib695.c.o.d" - "lib695" - "lib695.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib695.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.make deleted file mode 100644 index b3fbdbd7..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib695. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.ts deleted file mode 100644 index 22a8989f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib695. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/depend.make deleted file mode 100644 index f0fe9f68..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib695. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/flags.make deleted file mode 100644 index 6a58ff56..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB695 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/link.txt deleted file mode 100644 index 2fa7c0f8..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib695.dir/link.d CMakeFiles/lib695.dir/lib695.c.o CMakeFiles/lib695.dir/first.c.o -o lib695 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib695.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/DependInfo.cmake deleted file mode 100644 index 663af6bf..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/lib556.c" "external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.o.d" - "" "external/curl/tests/libtest/lib696" "gcc" "external/curl/tests/libtest/CMakeFiles/lib696.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make deleted file mode 100644 index 88d46582..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/lib696.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/lib696.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/lib696.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/lib696.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/lib696.dir/codegen - -external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.o: external/curl/tests/libtest/CMakeFiles/lib696.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib556.c -external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.o: external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.o -MF CMakeFiles/lib696.dir/lib556.c.o.d -o CMakeFiles/lib696.dir/lib556.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib556.c - -external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib696.dir/lib556.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib556.c > CMakeFiles/lib696.dir/lib556.c.i - -external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib696.dir/lib556.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/lib556.c -o CMakeFiles/lib696.dir/lib556.c.s - -external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib696.dir/flags.make -external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.o -MF CMakeFiles/lib696.dir/first.c.o.d -o CMakeFiles/lib696.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/lib696.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/lib696.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/lib696.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/lib696.dir/first.c.s - -# Object files for target lib696 -lib696_OBJECTS = \ -"CMakeFiles/lib696.dir/lib556.c.o" \ -"CMakeFiles/lib696.dir/first.c.o" - -# External object files for target lib696 -lib696_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/lib696: external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.o -external/curl/tests/libtest/lib696: external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.o -external/curl/tests/libtest/lib696: external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make -external/curl/tests/libtest/lib696: external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.ts -external/curl/tests/libtest/lib696: external/curl/lib/libcurl.a -external/curl/tests/libtest/lib696: /usr/lib/libz.so -external/curl/tests/libtest/lib696: external/curl/tests/libtest/CMakeFiles/lib696.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable lib696" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/lib696.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/lib696.dir/build: external/curl/tests/libtest/lib696 -.PHONY : external/curl/tests/libtest/CMakeFiles/lib696.dir/build - -external/curl/tests/libtest/CMakeFiles/lib696.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/lib696.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/lib696.dir/clean - -external/curl/tests/libtest/CMakeFiles/lib696.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/lib696.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/lib696.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/cmake_clean.cmake deleted file mode 100644 index 30781d12..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/lib696.dir/link.d" - "CMakeFiles/lib696.dir/first.c.o" - "CMakeFiles/lib696.dir/first.c.o.d" - "CMakeFiles/lib696.dir/lib556.c.o" - "CMakeFiles/lib696.dir/lib556.c.o.d" - "lib696" - "lib696.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/lib696.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.make deleted file mode 100644 index a1436ff2..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for lib696. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.ts deleted file mode 100644 index feb45bc1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for lib696. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/depend.make deleted file mode 100644 index 9ea43514..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for lib696. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/flags.make deleted file mode 100644 index 4ed34c48..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIB696 -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/link.txt deleted file mode 100644 index f843f722..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/lib696.dir/link.d CMakeFiles/lib696.dir/lib556.c.o CMakeFiles/lib696.dir/first.c.o -o lib696 ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/lib696.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/DependInfo.cmake deleted file mode 100644 index 31b94fc1..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/libauthretry.c" "external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.o.d" - "" "external/curl/tests/libtest/libauthretry" "gcc" "external/curl/tests/libtest/CMakeFiles/libauthretry.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make deleted file mode 100644 index fcabfc00..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/libauthretry.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/libauthretry.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/libauthretry.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/libauthretry.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/libauthretry.dir/codegen - -external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.o: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/flags.make -external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/libauthretry.c -external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.o: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.o -MF CMakeFiles/libauthretry.dir/libauthretry.c.o.d -o CMakeFiles/libauthretry.dir/libauthretry.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/libauthretry.c - -external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libauthretry.dir/libauthretry.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/libauthretry.c > CMakeFiles/libauthretry.dir/libauthretry.c.i - -external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libauthretry.dir/libauthretry.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/libauthretry.c -o CMakeFiles/libauthretry.dir/libauthretry.c.s - -external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/flags.make -external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.o -MF CMakeFiles/libauthretry.dir/first.c.o.d -o CMakeFiles/libauthretry.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libauthretry.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/libauthretry.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libauthretry.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/libauthretry.dir/first.c.s - -# Object files for target libauthretry -libauthretry_OBJECTS = \ -"CMakeFiles/libauthretry.dir/libauthretry.c.o" \ -"CMakeFiles/libauthretry.dir/first.c.o" - -# External object files for target libauthretry -libauthretry_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/libauthretry: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.o -external/curl/tests/libtest/libauthretry: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.o -external/curl/tests/libtest/libauthretry: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make -external/curl/tests/libtest/libauthretry: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.ts -external/curl/tests/libtest/libauthretry: external/curl/lib/libcurl.a -external/curl/tests/libtest/libauthretry: /usr/lib/libz.so -external/curl/tests/libtest/libauthretry: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable libauthretry" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/libauthretry.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build: external/curl/tests/libtest/libauthretry -.PHONY : external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build - -external/curl/tests/libtest/CMakeFiles/libauthretry.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/libauthretry.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/libauthretry.dir/clean - -external/curl/tests/libtest/CMakeFiles/libauthretry.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/libauthretry.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/cmake_clean.cmake deleted file mode 100644 index ddf551bc..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/libauthretry.dir/link.d" - "CMakeFiles/libauthretry.dir/first.c.o" - "CMakeFiles/libauthretry.dir/first.c.o.d" - "CMakeFiles/libauthretry.dir/libauthretry.c.o" - "CMakeFiles/libauthretry.dir/libauthretry.c.o.d" - "libauthretry" - "libauthretry.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/libauthretry.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.make deleted file mode 100644 index 3b625d0f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for libauthretry. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.ts deleted file mode 100644 index 25aa2931..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for libauthretry. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/depend.make deleted file mode 100644 index 72a28e76..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for libauthretry. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/flags.make deleted file mode 100644 index d955291c..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIBAUTHRETRY -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/link.txt deleted file mode 100644 index 05852cc4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/libauthretry.dir/link.d CMakeFiles/libauthretry.dir/libauthretry.c.o CMakeFiles/libauthretry.dir/first.c.o -o libauthretry ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libauthretry.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/DependInfo.cmake deleted file mode 100644 index ba9d4e80..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/libntlmconnect.c" "external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/libntlmconnect" "gcc" "external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make deleted file mode 100644 index a02adfe9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/codegen - -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/flags.make -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/libntlmconnect.c -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o -MF CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o.d -o CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/libntlmconnect.c - -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libntlmconnect.dir/libntlmconnect.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/libntlmconnect.c > CMakeFiles/libntlmconnect.dir/libntlmconnect.c.i - -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libntlmconnect.dir/libntlmconnect.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/libntlmconnect.c -o CMakeFiles/libntlmconnect.dir/libntlmconnect.c.s - -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/flags.make -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.o -MF CMakeFiles/libntlmconnect.dir/first.c.o.d -o CMakeFiles/libntlmconnect.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libntlmconnect.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/libntlmconnect.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libntlmconnect.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/libntlmconnect.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/flags.make -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.o -MF CMakeFiles/libntlmconnect.dir/testutil.c.o.d -o CMakeFiles/libntlmconnect.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libntlmconnect.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/libntlmconnect.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libntlmconnect.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/libntlmconnect.dir/testutil.c.s - -# Object files for target libntlmconnect -libntlmconnect_OBJECTS = \ -"CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o" \ -"CMakeFiles/libntlmconnect.dir/first.c.o" \ -"CMakeFiles/libntlmconnect.dir/testutil.c.o" - -# External object files for target libntlmconnect -libntlmconnect_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/libntlmconnect: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o -external/curl/tests/libtest/libntlmconnect: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.o -external/curl/tests/libtest/libntlmconnect: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.o -external/curl/tests/libtest/libntlmconnect: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make -external/curl/tests/libtest/libntlmconnect: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.ts -external/curl/tests/libtest/libntlmconnect: external/curl/lib/libcurl.a -external/curl/tests/libtest/libntlmconnect: /usr/lib/libz.so -external/curl/tests/libtest/libntlmconnect: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable libntlmconnect" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/libntlmconnect.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build: external/curl/tests/libtest/libntlmconnect -.PHONY : external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build - -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/libntlmconnect.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/clean - -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/cmake_clean.cmake deleted file mode 100644 index fed5f9d0..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/libntlmconnect.dir/link.d" - "CMakeFiles/libntlmconnect.dir/first.c.o" - "CMakeFiles/libntlmconnect.dir/first.c.o.d" - "CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o" - "CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o.d" - "CMakeFiles/libntlmconnect.dir/testutil.c.o" - "CMakeFiles/libntlmconnect.dir/testutil.c.o.d" - "libntlmconnect" - "libntlmconnect.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/libntlmconnect.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.make deleted file mode 100644 index b7cf23bd..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for libntlmconnect. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.ts deleted file mode 100644 index 9f3dd81e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for libntlmconnect. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/depend.make deleted file mode 100644 index 0f7dc8e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for libntlmconnect. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/flags.make deleted file mode 100644 index 6eedd71f..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIBNTLMCONNECT -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/link.txt deleted file mode 100644 index 1a13294e..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/libntlmconnect.dir/link.d CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o CMakeFiles/libntlmconnect.dir/first.c.o CMakeFiles/libntlmconnect.dir/testutil.c.o -o libntlmconnect ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/progress.make deleted file mode 100644 index 12be894a..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = 88 -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/DependInfo.cmake deleted file mode 100644 index dfeb88c9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/libprereq.c" "external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c" "external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.o" "gcc" "external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.o.d" - "" "external/curl/tests/libtest/libprereq" "gcc" "external/curl/tests/libtest/CMakeFiles/libprereq.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make deleted file mode 100644 index 81f906a6..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make +++ /dev/null @@ -1,148 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/libtest/CMakeFiles/libprereq.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/libtest/CMakeFiles/libprereq.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/libtest/CMakeFiles/libprereq.dir/flags.make - -external/curl/tests/libtest/CMakeFiles/libprereq.dir/codegen: -.PHONY : external/curl/tests/libtest/CMakeFiles/libprereq.dir/codegen - -external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.o: external/curl/tests/libtest/CMakeFiles/libprereq.dir/flags.make -external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/libprereq.c -external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.o: external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.o -MF CMakeFiles/libprereq.dir/libprereq.c.o.d -o CMakeFiles/libprereq.dir/libprereq.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/libprereq.c - -external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libprereq.dir/libprereq.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/libprereq.c > CMakeFiles/libprereq.dir/libprereq.c.i - -external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libprereq.dir/libprereq.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/libprereq.c -o CMakeFiles/libprereq.dir/libprereq.c.s - -external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/libprereq.dir/flags.make -external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.o: external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.o -MF CMakeFiles/libprereq.dir/first.c.o.d -o CMakeFiles/libprereq.dir/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libprereq.dir/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/libprereq.dir/first.c.i - -external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libprereq.dir/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/libprereq.dir/first.c.s - -external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/libprereq.dir/flags.make -external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.o: external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.o -MF CMakeFiles/libprereq.dir/testutil.c.o.d -o CMakeFiles/libprereq.dir/testutil.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c - -external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/libprereq.dir/testutil.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c > CMakeFiles/libprereq.dir/testutil.c.i - -external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/libprereq.dir/testutil.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/testutil.c -o CMakeFiles/libprereq.dir/testutil.c.s - -# Object files for target libprereq -libprereq_OBJECTS = \ -"CMakeFiles/libprereq.dir/libprereq.c.o" \ -"CMakeFiles/libprereq.dir/first.c.o" \ -"CMakeFiles/libprereq.dir/testutil.c.o" - -# External object files for target libprereq -libprereq_EXTERNAL_OBJECTS = - -external/curl/tests/libtest/libprereq: external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.o -external/curl/tests/libtest/libprereq: external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.o -external/curl/tests/libtest/libprereq: external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.o -external/curl/tests/libtest/libprereq: external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make -external/curl/tests/libtest/libprereq: external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.ts -external/curl/tests/libtest/libprereq: external/curl/lib/libcurl.a -external/curl/tests/libtest/libprereq: /usr/lib/libz.so -external/curl/tests/libtest/libprereq: external/curl/tests/libtest/CMakeFiles/libprereq.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable libprereq" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/libprereq.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/libtest/CMakeFiles/libprereq.dir/build: external/curl/tests/libtest/libprereq -.PHONY : external/curl/tests/libtest/CMakeFiles/libprereq.dir/build - -external/curl/tests/libtest/CMakeFiles/libprereq.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/libtest && $(CMAKE_COMMAND) -P CMakeFiles/libprereq.dir/cmake_clean.cmake -.PHONY : external/curl/tests/libtest/CMakeFiles/libprereq.dir/clean - -external/curl/tests/libtest/CMakeFiles/libprereq.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/libtest /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/libtest /home/guest/Downloads/PopLib/build/external/curl/tests/libtest/CMakeFiles/libprereq.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/libtest/CMakeFiles/libprereq.dir/depend - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/cmake_clean.cmake deleted file mode 100644 index a9ae1755..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/libprereq.dir/link.d" - "CMakeFiles/libprereq.dir/first.c.o" - "CMakeFiles/libprereq.dir/first.c.o.d" - "CMakeFiles/libprereq.dir/libprereq.c.o" - "CMakeFiles/libprereq.dir/libprereq.c.o.d" - "CMakeFiles/libprereq.dir/testutil.c.o" - "CMakeFiles/libprereq.dir/testutil.c.o.d" - "libprereq" - "libprereq.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/libprereq.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.make deleted file mode 100644 index aeca06ec..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for libprereq. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.ts deleted file mode 100644 index 113613ed..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for libprereq. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/depend.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/depend.make deleted file mode 100644 index 5618dfa4..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for libprereq. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/flags.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/flags.make deleted file mode 100644 index 2af79f36..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DLIBPREREQ -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/link.txt b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/link.txt deleted file mode 100644 index c133d139..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/libprereq.dir/link.d CMakeFiles/libprereq.dir/libprereq.c.o CMakeFiles/libprereq.dir/first.c.o CMakeFiles/libprereq.dir/testutil.c.o -o libprereq ../../lib/libcurl.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/progress.make b/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/libprereq.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/curl/tests/libtest/CMakeFiles/progress.marks b/build_emscripten/external/curl/tests/libtest/CMakeFiles/progress.marks deleted file mode 100644 index 573541ac..00000000 --- a/build_emscripten/external/curl/tests/libtest/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -0 diff --git a/build_emscripten/external/curl/tests/libtest/Makefile b/build_emscripten/external/curl/tests/libtest/Makefile deleted file mode 100644 index 0c310bb6..00000000 --- a/build_emscripten/external/curl/tests/libtest/Makefile +++ /dev/null @@ -1,11463 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/tests/libtest//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/libauthretry.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/libauthretry.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/libauthretry.dir/rule - -# Convenience name for target. -libauthretry: external/curl/tests/libtest/CMakeFiles/libauthretry.dir/rule -.PHONY : libauthretry - -# fast build rule for target. -libauthretry/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build -.PHONY : libauthretry/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/rule - -# Convenience name for target. -libntlmconnect: external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/rule -.PHONY : libntlmconnect - -# fast build rule for target. -libntlmconnect/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build -.PHONY : libntlmconnect/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/libprereq.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/libprereq.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/libprereq.dir/rule - -# Convenience name for target. -libprereq: external/curl/tests/libtest/CMakeFiles/libprereq.dir/rule -.PHONY : libprereq - -# fast build rule for target. -libprereq/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/build -.PHONY : libprereq/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib500.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib500.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib500.dir/rule - -# Convenience name for target. -lib500: external/curl/tests/libtest/CMakeFiles/lib500.dir/rule -.PHONY : lib500 - -# fast build rule for target. -lib500/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/build -.PHONY : lib500/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib501.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib501.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib501.dir/rule - -# Convenience name for target. -lib501: external/curl/tests/libtest/CMakeFiles/lib501.dir/rule -.PHONY : lib501 - -# fast build rule for target. -lib501/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/build -.PHONY : lib501/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib502.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib502.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib502.dir/rule - -# Convenience name for target. -lib502: external/curl/tests/libtest/CMakeFiles/lib502.dir/rule -.PHONY : lib502 - -# fast build rule for target. -lib502/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/build -.PHONY : lib502/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib503.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib503.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib503.dir/rule - -# Convenience name for target. -lib503: external/curl/tests/libtest/CMakeFiles/lib503.dir/rule -.PHONY : lib503 - -# fast build rule for target. -lib503/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/build -.PHONY : lib503/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib504.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib504.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib504.dir/rule - -# Convenience name for target. -lib504: external/curl/tests/libtest/CMakeFiles/lib504.dir/rule -.PHONY : lib504 - -# fast build rule for target. -lib504/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/build -.PHONY : lib504/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib505.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib505.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib505.dir/rule - -# Convenience name for target. -lib505: external/curl/tests/libtest/CMakeFiles/lib505.dir/rule -.PHONY : lib505 - -# fast build rule for target. -lib505/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/build -.PHONY : lib505/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib506.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib506.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib506.dir/rule - -# Convenience name for target. -lib506: external/curl/tests/libtest/CMakeFiles/lib506.dir/rule -.PHONY : lib506 - -# fast build rule for target. -lib506/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/build -.PHONY : lib506/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib507.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib507.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib507.dir/rule - -# Convenience name for target. -lib507: external/curl/tests/libtest/CMakeFiles/lib507.dir/rule -.PHONY : lib507 - -# fast build rule for target. -lib507/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/build -.PHONY : lib507/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib508.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib508.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib508.dir/rule - -# Convenience name for target. -lib508: external/curl/tests/libtest/CMakeFiles/lib508.dir/rule -.PHONY : lib508 - -# fast build rule for target. -lib508/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/build -.PHONY : lib508/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib509.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib509.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib509.dir/rule - -# Convenience name for target. -lib509: external/curl/tests/libtest/CMakeFiles/lib509.dir/rule -.PHONY : lib509 - -# fast build rule for target. -lib509/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/build -.PHONY : lib509/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib510.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib510.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib510.dir/rule - -# Convenience name for target. -lib510: external/curl/tests/libtest/CMakeFiles/lib510.dir/rule -.PHONY : lib510 - -# fast build rule for target. -lib510/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/build -.PHONY : lib510/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib511.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib511.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib511.dir/rule - -# Convenience name for target. -lib511: external/curl/tests/libtest/CMakeFiles/lib511.dir/rule -.PHONY : lib511 - -# fast build rule for target. -lib511/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/build -.PHONY : lib511/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib512.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib512.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib512.dir/rule - -# Convenience name for target. -lib512: external/curl/tests/libtest/CMakeFiles/lib512.dir/rule -.PHONY : lib512 - -# fast build rule for target. -lib512/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/build -.PHONY : lib512/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib513.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib513.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib513.dir/rule - -# Convenience name for target. -lib513: external/curl/tests/libtest/CMakeFiles/lib513.dir/rule -.PHONY : lib513 - -# fast build rule for target. -lib513/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/build -.PHONY : lib513/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib514.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib514.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib514.dir/rule - -# Convenience name for target. -lib514: external/curl/tests/libtest/CMakeFiles/lib514.dir/rule -.PHONY : lib514 - -# fast build rule for target. -lib514/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/build -.PHONY : lib514/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib515.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib515.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib515.dir/rule - -# Convenience name for target. -lib515: external/curl/tests/libtest/CMakeFiles/lib515.dir/rule -.PHONY : lib515 - -# fast build rule for target. -lib515/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/build -.PHONY : lib515/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib516.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib516.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib516.dir/rule - -# Convenience name for target. -lib516: external/curl/tests/libtest/CMakeFiles/lib516.dir/rule -.PHONY : lib516 - -# fast build rule for target. -lib516/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/build -.PHONY : lib516/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib517.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib517.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib517.dir/rule - -# Convenience name for target. -lib517: external/curl/tests/libtest/CMakeFiles/lib517.dir/rule -.PHONY : lib517 - -# fast build rule for target. -lib517/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/build -.PHONY : lib517/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib518.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib518.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib518.dir/rule - -# Convenience name for target. -lib518: external/curl/tests/libtest/CMakeFiles/lib518.dir/rule -.PHONY : lib518 - -# fast build rule for target. -lib518/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/build -.PHONY : lib518/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib519.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib519.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib519.dir/rule - -# Convenience name for target. -lib519: external/curl/tests/libtest/CMakeFiles/lib519.dir/rule -.PHONY : lib519 - -# fast build rule for target. -lib519/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/build -.PHONY : lib519/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib520.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib520.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib520.dir/rule - -# Convenience name for target. -lib520: external/curl/tests/libtest/CMakeFiles/lib520.dir/rule -.PHONY : lib520 - -# fast build rule for target. -lib520/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/build -.PHONY : lib520/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib521.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib521.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib521.dir/rule - -# Convenience name for target. -lib521: external/curl/tests/libtest/CMakeFiles/lib521.dir/rule -.PHONY : lib521 - -# fast build rule for target. -lib521/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/build -.PHONY : lib521/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib523.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib523.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib523.dir/rule - -# Convenience name for target. -lib523: external/curl/tests/libtest/CMakeFiles/lib523.dir/rule -.PHONY : lib523 - -# fast build rule for target. -lib523/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/build -.PHONY : lib523/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib524.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib524.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib524.dir/rule - -# Convenience name for target. -lib524: external/curl/tests/libtest/CMakeFiles/lib524.dir/rule -.PHONY : lib524 - -# fast build rule for target. -lib524/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/build -.PHONY : lib524/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib525.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib525.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib525.dir/rule - -# Convenience name for target. -lib525: external/curl/tests/libtest/CMakeFiles/lib525.dir/rule -.PHONY : lib525 - -# fast build rule for target. -lib525/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/build -.PHONY : lib525/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib526.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib526.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib526.dir/rule - -# Convenience name for target. -lib526: external/curl/tests/libtest/CMakeFiles/lib526.dir/rule -.PHONY : lib526 - -# fast build rule for target. -lib526/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/build -.PHONY : lib526/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib527.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib527.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib527.dir/rule - -# Convenience name for target. -lib527: external/curl/tests/libtest/CMakeFiles/lib527.dir/rule -.PHONY : lib527 - -# fast build rule for target. -lib527/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/build -.PHONY : lib527/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib529.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib529.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib529.dir/rule - -# Convenience name for target. -lib529: external/curl/tests/libtest/CMakeFiles/lib529.dir/rule -.PHONY : lib529 - -# fast build rule for target. -lib529/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/build -.PHONY : lib529/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib530.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib530.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib530.dir/rule - -# Convenience name for target. -lib530: external/curl/tests/libtest/CMakeFiles/lib530.dir/rule -.PHONY : lib530 - -# fast build rule for target. -lib530/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/build -.PHONY : lib530/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib532.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib532.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib532.dir/rule - -# Convenience name for target. -lib532: external/curl/tests/libtest/CMakeFiles/lib532.dir/rule -.PHONY : lib532 - -# fast build rule for target. -lib532/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/build -.PHONY : lib532/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib533.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib533.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib533.dir/rule - -# Convenience name for target. -lib533: external/curl/tests/libtest/CMakeFiles/lib533.dir/rule -.PHONY : lib533 - -# fast build rule for target. -lib533/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/build -.PHONY : lib533/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib536.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib536.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib536.dir/rule - -# Convenience name for target. -lib536: external/curl/tests/libtest/CMakeFiles/lib536.dir/rule -.PHONY : lib536 - -# fast build rule for target. -lib536/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/build -.PHONY : lib536/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib537.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib537.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib537.dir/rule - -# Convenience name for target. -lib537: external/curl/tests/libtest/CMakeFiles/lib537.dir/rule -.PHONY : lib537 - -# fast build rule for target. -lib537/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/build -.PHONY : lib537/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib539.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib539.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib539.dir/rule - -# Convenience name for target. -lib539: external/curl/tests/libtest/CMakeFiles/lib539.dir/rule -.PHONY : lib539 - -# fast build rule for target. -lib539/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/build -.PHONY : lib539/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib540.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib540.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib540.dir/rule - -# Convenience name for target. -lib540: external/curl/tests/libtest/CMakeFiles/lib540.dir/rule -.PHONY : lib540 - -# fast build rule for target. -lib540/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/build -.PHONY : lib540/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib541.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib541.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib541.dir/rule - -# Convenience name for target. -lib541: external/curl/tests/libtest/CMakeFiles/lib541.dir/rule -.PHONY : lib541 - -# fast build rule for target. -lib541/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/build -.PHONY : lib541/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib542.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib542.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib542.dir/rule - -# Convenience name for target. -lib542: external/curl/tests/libtest/CMakeFiles/lib542.dir/rule -.PHONY : lib542 - -# fast build rule for target. -lib542/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/build -.PHONY : lib542/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib543.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib543.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib543.dir/rule - -# Convenience name for target. -lib543: external/curl/tests/libtest/CMakeFiles/lib543.dir/rule -.PHONY : lib543 - -# fast build rule for target. -lib543/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/build -.PHONY : lib543/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib544.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib544.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib544.dir/rule - -# Convenience name for target. -lib544: external/curl/tests/libtest/CMakeFiles/lib544.dir/rule -.PHONY : lib544 - -# fast build rule for target. -lib544/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/build -.PHONY : lib544/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib545.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib545.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib545.dir/rule - -# Convenience name for target. -lib545: external/curl/tests/libtest/CMakeFiles/lib545.dir/rule -.PHONY : lib545 - -# fast build rule for target. -lib545/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/build -.PHONY : lib545/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib547.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib547.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib547.dir/rule - -# Convenience name for target. -lib547: external/curl/tests/libtest/CMakeFiles/lib547.dir/rule -.PHONY : lib547 - -# fast build rule for target. -lib547/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/build -.PHONY : lib547/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib548.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib548.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib548.dir/rule - -# Convenience name for target. -lib548: external/curl/tests/libtest/CMakeFiles/lib548.dir/rule -.PHONY : lib548 - -# fast build rule for target. -lib548/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/build -.PHONY : lib548/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib549.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib549.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib549.dir/rule - -# Convenience name for target. -lib549: external/curl/tests/libtest/CMakeFiles/lib549.dir/rule -.PHONY : lib549 - -# fast build rule for target. -lib549/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/build -.PHONY : lib549/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib552.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib552.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib552.dir/rule - -# Convenience name for target. -lib552: external/curl/tests/libtest/CMakeFiles/lib552.dir/rule -.PHONY : lib552 - -# fast build rule for target. -lib552/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/build -.PHONY : lib552/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib553.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib553.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib553.dir/rule - -# Convenience name for target. -lib553: external/curl/tests/libtest/CMakeFiles/lib553.dir/rule -.PHONY : lib553 - -# fast build rule for target. -lib553/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/build -.PHONY : lib553/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib554.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib554.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib554.dir/rule - -# Convenience name for target. -lib554: external/curl/tests/libtest/CMakeFiles/lib554.dir/rule -.PHONY : lib554 - -# fast build rule for target. -lib554/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/build -.PHONY : lib554/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib555.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib555.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib555.dir/rule - -# Convenience name for target. -lib555: external/curl/tests/libtest/CMakeFiles/lib555.dir/rule -.PHONY : lib555 - -# fast build rule for target. -lib555/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/build -.PHONY : lib555/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib556.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib556.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib556.dir/rule - -# Convenience name for target. -lib556: external/curl/tests/libtest/CMakeFiles/lib556.dir/rule -.PHONY : lib556 - -# fast build rule for target. -lib556/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/build -.PHONY : lib556/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib557.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib557.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib557.dir/rule - -# Convenience name for target. -lib557: external/curl/tests/libtest/CMakeFiles/lib557.dir/rule -.PHONY : lib557 - -# fast build rule for target. -lib557/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/build -.PHONY : lib557/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib558.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib558.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib558.dir/rule - -# Convenience name for target. -lib558: external/curl/tests/libtest/CMakeFiles/lib558.dir/rule -.PHONY : lib558 - -# fast build rule for target. -lib558/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/build -.PHONY : lib558/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib559.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib559.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib559.dir/rule - -# Convenience name for target. -lib559: external/curl/tests/libtest/CMakeFiles/lib559.dir/rule -.PHONY : lib559 - -# fast build rule for target. -lib559/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/build -.PHONY : lib559/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib560.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib560.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib560.dir/rule - -# Convenience name for target. -lib560: external/curl/tests/libtest/CMakeFiles/lib560.dir/rule -.PHONY : lib560 - -# fast build rule for target. -lib560/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/build -.PHONY : lib560/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib562.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib562.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib562.dir/rule - -# Convenience name for target. -lib562: external/curl/tests/libtest/CMakeFiles/lib562.dir/rule -.PHONY : lib562 - -# fast build rule for target. -lib562/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/build -.PHONY : lib562/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib564.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib564.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib564.dir/rule - -# Convenience name for target. -lib564: external/curl/tests/libtest/CMakeFiles/lib564.dir/rule -.PHONY : lib564 - -# fast build rule for target. -lib564/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/build -.PHONY : lib564/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib565.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib565.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib565.dir/rule - -# Convenience name for target. -lib565: external/curl/tests/libtest/CMakeFiles/lib565.dir/rule -.PHONY : lib565 - -# fast build rule for target. -lib565/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/build -.PHONY : lib565/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib566.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib566.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib566.dir/rule - -# Convenience name for target. -lib566: external/curl/tests/libtest/CMakeFiles/lib566.dir/rule -.PHONY : lib566 - -# fast build rule for target. -lib566/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/build -.PHONY : lib566/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib567.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib567.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib567.dir/rule - -# Convenience name for target. -lib567: external/curl/tests/libtest/CMakeFiles/lib567.dir/rule -.PHONY : lib567 - -# fast build rule for target. -lib567/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/build -.PHONY : lib567/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib568.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib568.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib568.dir/rule - -# Convenience name for target. -lib568: external/curl/tests/libtest/CMakeFiles/lib568.dir/rule -.PHONY : lib568 - -# fast build rule for target. -lib568/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/build -.PHONY : lib568/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib569.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib569.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib569.dir/rule - -# Convenience name for target. -lib569: external/curl/tests/libtest/CMakeFiles/lib569.dir/rule -.PHONY : lib569 - -# fast build rule for target. -lib569/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/build -.PHONY : lib569/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib570.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib570.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib570.dir/rule - -# Convenience name for target. -lib570: external/curl/tests/libtest/CMakeFiles/lib570.dir/rule -.PHONY : lib570 - -# fast build rule for target. -lib570/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/build -.PHONY : lib570/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib571.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib571.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib571.dir/rule - -# Convenience name for target. -lib571: external/curl/tests/libtest/CMakeFiles/lib571.dir/rule -.PHONY : lib571 - -# fast build rule for target. -lib571/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/build -.PHONY : lib571/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib572.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib572.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib572.dir/rule - -# Convenience name for target. -lib572: external/curl/tests/libtest/CMakeFiles/lib572.dir/rule -.PHONY : lib572 - -# fast build rule for target. -lib572/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/build -.PHONY : lib572/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib573.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib573.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib573.dir/rule - -# Convenience name for target. -lib573: external/curl/tests/libtest/CMakeFiles/lib573.dir/rule -.PHONY : lib573 - -# fast build rule for target. -lib573/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/build -.PHONY : lib573/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib574.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib574.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib574.dir/rule - -# Convenience name for target. -lib574: external/curl/tests/libtest/CMakeFiles/lib574.dir/rule -.PHONY : lib574 - -# fast build rule for target. -lib574/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/build -.PHONY : lib574/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib575.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib575.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib575.dir/rule - -# Convenience name for target. -lib575: external/curl/tests/libtest/CMakeFiles/lib575.dir/rule -.PHONY : lib575 - -# fast build rule for target. -lib575/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/build -.PHONY : lib575/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib576.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib576.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib576.dir/rule - -# Convenience name for target. -lib576: external/curl/tests/libtest/CMakeFiles/lib576.dir/rule -.PHONY : lib576 - -# fast build rule for target. -lib576/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/build -.PHONY : lib576/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib578.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib578.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib578.dir/rule - -# Convenience name for target. -lib578: external/curl/tests/libtest/CMakeFiles/lib578.dir/rule -.PHONY : lib578 - -# fast build rule for target. -lib578/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/build -.PHONY : lib578/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib579.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib579.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib579.dir/rule - -# Convenience name for target. -lib579: external/curl/tests/libtest/CMakeFiles/lib579.dir/rule -.PHONY : lib579 - -# fast build rule for target. -lib579/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/build -.PHONY : lib579/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib582.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib582.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib582.dir/rule - -# Convenience name for target. -lib582: external/curl/tests/libtest/CMakeFiles/lib582.dir/rule -.PHONY : lib582 - -# fast build rule for target. -lib582/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/build -.PHONY : lib582/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib583.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib583.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib583.dir/rule - -# Convenience name for target. -lib583: external/curl/tests/libtest/CMakeFiles/lib583.dir/rule -.PHONY : lib583 - -# fast build rule for target. -lib583/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/build -.PHONY : lib583/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib584.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib584.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib584.dir/rule - -# Convenience name for target. -lib584: external/curl/tests/libtest/CMakeFiles/lib584.dir/rule -.PHONY : lib584 - -# fast build rule for target. -lib584/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/build -.PHONY : lib584/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib585.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib585.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib585.dir/rule - -# Convenience name for target. -lib585: external/curl/tests/libtest/CMakeFiles/lib585.dir/rule -.PHONY : lib585 - -# fast build rule for target. -lib585/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/build -.PHONY : lib585/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib586.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib586.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib586.dir/rule - -# Convenience name for target. -lib586: external/curl/tests/libtest/CMakeFiles/lib586.dir/rule -.PHONY : lib586 - -# fast build rule for target. -lib586/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/build -.PHONY : lib586/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib587.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib587.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib587.dir/rule - -# Convenience name for target. -lib587: external/curl/tests/libtest/CMakeFiles/lib587.dir/rule -.PHONY : lib587 - -# fast build rule for target. -lib587/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/build -.PHONY : lib587/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib589.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib589.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib589.dir/rule - -# Convenience name for target. -lib589: external/curl/tests/libtest/CMakeFiles/lib589.dir/rule -.PHONY : lib589 - -# fast build rule for target. -lib589/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/build -.PHONY : lib589/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib590.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib590.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib590.dir/rule - -# Convenience name for target. -lib590: external/curl/tests/libtest/CMakeFiles/lib590.dir/rule -.PHONY : lib590 - -# fast build rule for target. -lib590/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/build -.PHONY : lib590/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib591.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib591.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib591.dir/rule - -# Convenience name for target. -lib591: external/curl/tests/libtest/CMakeFiles/lib591.dir/rule -.PHONY : lib591 - -# fast build rule for target. -lib591/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/build -.PHONY : lib591/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib597.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib597.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib597.dir/rule - -# Convenience name for target. -lib597: external/curl/tests/libtest/CMakeFiles/lib597.dir/rule -.PHONY : lib597 - -# fast build rule for target. -lib597/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/build -.PHONY : lib597/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib598.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib598.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib598.dir/rule - -# Convenience name for target. -lib598: external/curl/tests/libtest/CMakeFiles/lib598.dir/rule -.PHONY : lib598 - -# fast build rule for target. -lib598/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/build -.PHONY : lib598/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib599.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib599.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib599.dir/rule - -# Convenience name for target. -lib599: external/curl/tests/libtest/CMakeFiles/lib599.dir/rule -.PHONY : lib599 - -# fast build rule for target. -lib599/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/build -.PHONY : lib599/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib643.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib643.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib643.dir/rule - -# Convenience name for target. -lib643: external/curl/tests/libtest/CMakeFiles/lib643.dir/rule -.PHONY : lib643 - -# fast build rule for target. -lib643/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/build -.PHONY : lib643/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib645.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib645.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib645.dir/rule - -# Convenience name for target. -lib645: external/curl/tests/libtest/CMakeFiles/lib645.dir/rule -.PHONY : lib645 - -# fast build rule for target. -lib645/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/build -.PHONY : lib645/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib650.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib650.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib650.dir/rule - -# Convenience name for target. -lib650: external/curl/tests/libtest/CMakeFiles/lib650.dir/rule -.PHONY : lib650 - -# fast build rule for target. -lib650/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/build -.PHONY : lib650/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib651.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib651.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib651.dir/rule - -# Convenience name for target. -lib651: external/curl/tests/libtest/CMakeFiles/lib651.dir/rule -.PHONY : lib651 - -# fast build rule for target. -lib651/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/build -.PHONY : lib651/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib652.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib652.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib652.dir/rule - -# Convenience name for target. -lib652: external/curl/tests/libtest/CMakeFiles/lib652.dir/rule -.PHONY : lib652 - -# fast build rule for target. -lib652/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/build -.PHONY : lib652/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib653.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib653.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib653.dir/rule - -# Convenience name for target. -lib653: external/curl/tests/libtest/CMakeFiles/lib653.dir/rule -.PHONY : lib653 - -# fast build rule for target. -lib653/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/build -.PHONY : lib653/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib654.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib654.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib654.dir/rule - -# Convenience name for target. -lib654: external/curl/tests/libtest/CMakeFiles/lib654.dir/rule -.PHONY : lib654 - -# fast build rule for target. -lib654/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/build -.PHONY : lib654/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib655.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib655.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib655.dir/rule - -# Convenience name for target. -lib655: external/curl/tests/libtest/CMakeFiles/lib655.dir/rule -.PHONY : lib655 - -# fast build rule for target. -lib655/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/build -.PHONY : lib655/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib658.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib658.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib658.dir/rule - -# Convenience name for target. -lib658: external/curl/tests/libtest/CMakeFiles/lib658.dir/rule -.PHONY : lib658 - -# fast build rule for target. -lib658/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/build -.PHONY : lib658/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib659.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib659.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib659.dir/rule - -# Convenience name for target. -lib659: external/curl/tests/libtest/CMakeFiles/lib659.dir/rule -.PHONY : lib659 - -# fast build rule for target. -lib659/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/build -.PHONY : lib659/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib661.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib661.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib661.dir/rule - -# Convenience name for target. -lib661: external/curl/tests/libtest/CMakeFiles/lib661.dir/rule -.PHONY : lib661 - -# fast build rule for target. -lib661/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/build -.PHONY : lib661/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib666.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib666.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib666.dir/rule - -# Convenience name for target. -lib666: external/curl/tests/libtest/CMakeFiles/lib666.dir/rule -.PHONY : lib666 - -# fast build rule for target. -lib666/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/build -.PHONY : lib666/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib667.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib667.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib667.dir/rule - -# Convenience name for target. -lib667: external/curl/tests/libtest/CMakeFiles/lib667.dir/rule -.PHONY : lib667 - -# fast build rule for target. -lib667/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/build -.PHONY : lib667/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib668.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib668.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib668.dir/rule - -# Convenience name for target. -lib668: external/curl/tests/libtest/CMakeFiles/lib668.dir/rule -.PHONY : lib668 - -# fast build rule for target. -lib668/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/build -.PHONY : lib668/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib670.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib670.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib670.dir/rule - -# Convenience name for target. -lib670: external/curl/tests/libtest/CMakeFiles/lib670.dir/rule -.PHONY : lib670 - -# fast build rule for target. -lib670/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/build -.PHONY : lib670/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib671.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib671.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib671.dir/rule - -# Convenience name for target. -lib671: external/curl/tests/libtest/CMakeFiles/lib671.dir/rule -.PHONY : lib671 - -# fast build rule for target. -lib671/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/build -.PHONY : lib671/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib672.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib672.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib672.dir/rule - -# Convenience name for target. -lib672: external/curl/tests/libtest/CMakeFiles/lib672.dir/rule -.PHONY : lib672 - -# fast build rule for target. -lib672/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/build -.PHONY : lib672/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib673.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib673.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib673.dir/rule - -# Convenience name for target. -lib673: external/curl/tests/libtest/CMakeFiles/lib673.dir/rule -.PHONY : lib673 - -# fast build rule for target. -lib673/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/build -.PHONY : lib673/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib674.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib674.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib674.dir/rule - -# Convenience name for target. -lib674: external/curl/tests/libtest/CMakeFiles/lib674.dir/rule -.PHONY : lib674 - -# fast build rule for target. -lib674/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/build -.PHONY : lib674/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib676.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib676.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib676.dir/rule - -# Convenience name for target. -lib676: external/curl/tests/libtest/CMakeFiles/lib676.dir/rule -.PHONY : lib676 - -# fast build rule for target. -lib676/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/build -.PHONY : lib676/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib677.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib677.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib677.dir/rule - -# Convenience name for target. -lib677: external/curl/tests/libtest/CMakeFiles/lib677.dir/rule -.PHONY : lib677 - -# fast build rule for target. -lib677/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/build -.PHONY : lib677/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib678.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib678.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib678.dir/rule - -# Convenience name for target. -lib678: external/curl/tests/libtest/CMakeFiles/lib678.dir/rule -.PHONY : lib678 - -# fast build rule for target. -lib678/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/build -.PHONY : lib678/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib694.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib694.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib694.dir/rule - -# Convenience name for target. -lib694: external/curl/tests/libtest/CMakeFiles/lib694.dir/rule -.PHONY : lib694 - -# fast build rule for target. -lib694/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/build -.PHONY : lib694/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib695.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib695.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib695.dir/rule - -# Convenience name for target. -lib695: external/curl/tests/libtest/CMakeFiles/lib695.dir/rule -.PHONY : lib695 - -# fast build rule for target. -lib695/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/build -.PHONY : lib695/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib696.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib696.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib696.dir/rule - -# Convenience name for target. -lib696: external/curl/tests/libtest/CMakeFiles/lib696.dir/rule -.PHONY : lib696 - -# fast build rule for target. -lib696/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/build -.PHONY : lib696/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1156.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1156.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1156.dir/rule - -# Convenience name for target. -lib1156: external/curl/tests/libtest/CMakeFiles/lib1156.dir/rule -.PHONY : lib1156 - -# fast build rule for target. -lib1156/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/build -.PHONY : lib1156/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1301.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1301.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1301.dir/rule - -# Convenience name for target. -lib1301: external/curl/tests/libtest/CMakeFiles/lib1301.dir/rule -.PHONY : lib1301 - -# fast build rule for target. -lib1301/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/build -.PHONY : lib1301/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1308.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1308.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1308.dir/rule - -# Convenience name for target. -lib1308: external/curl/tests/libtest/CMakeFiles/lib1308.dir/rule -.PHONY : lib1308 - -# fast build rule for target. -lib1308/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/build -.PHONY : lib1308/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1485.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1485.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1485.dir/rule - -# Convenience name for target. -lib1485: external/curl/tests/libtest/CMakeFiles/lib1485.dir/rule -.PHONY : lib1485 - -# fast build rule for target. -lib1485/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/build -.PHONY : lib1485/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1500.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1500.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1500.dir/rule - -# Convenience name for target. -lib1500: external/curl/tests/libtest/CMakeFiles/lib1500.dir/rule -.PHONY : lib1500 - -# fast build rule for target. -lib1500/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/build -.PHONY : lib1500/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1501.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1501.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1501.dir/rule - -# Convenience name for target. -lib1501: external/curl/tests/libtest/CMakeFiles/lib1501.dir/rule -.PHONY : lib1501 - -# fast build rule for target. -lib1501/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/build -.PHONY : lib1501/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1502.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1502.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1502.dir/rule - -# Convenience name for target. -lib1502: external/curl/tests/libtest/CMakeFiles/lib1502.dir/rule -.PHONY : lib1502 - -# fast build rule for target. -lib1502/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/build -.PHONY : lib1502/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1503.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1503.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1503.dir/rule - -# Convenience name for target. -lib1503: external/curl/tests/libtest/CMakeFiles/lib1503.dir/rule -.PHONY : lib1503 - -# fast build rule for target. -lib1503/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/build -.PHONY : lib1503/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1504.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1504.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1504.dir/rule - -# Convenience name for target. -lib1504: external/curl/tests/libtest/CMakeFiles/lib1504.dir/rule -.PHONY : lib1504 - -# fast build rule for target. -lib1504/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/build -.PHONY : lib1504/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1505.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1505.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1505.dir/rule - -# Convenience name for target. -lib1505: external/curl/tests/libtest/CMakeFiles/lib1505.dir/rule -.PHONY : lib1505 - -# fast build rule for target. -lib1505/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/build -.PHONY : lib1505/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1506.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1506.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1506.dir/rule - -# Convenience name for target. -lib1506: external/curl/tests/libtest/CMakeFiles/lib1506.dir/rule -.PHONY : lib1506 - -# fast build rule for target. -lib1506/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/build -.PHONY : lib1506/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1507.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1507.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1507.dir/rule - -# Convenience name for target. -lib1507: external/curl/tests/libtest/CMakeFiles/lib1507.dir/rule -.PHONY : lib1507 - -# fast build rule for target. -lib1507/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/build -.PHONY : lib1507/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1508.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1508.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1508.dir/rule - -# Convenience name for target. -lib1508: external/curl/tests/libtest/CMakeFiles/lib1508.dir/rule -.PHONY : lib1508 - -# fast build rule for target. -lib1508/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/build -.PHONY : lib1508/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1509.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1509.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1509.dir/rule - -# Convenience name for target. -lib1509: external/curl/tests/libtest/CMakeFiles/lib1509.dir/rule -.PHONY : lib1509 - -# fast build rule for target. -lib1509/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/build -.PHONY : lib1509/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1510.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1510.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1510.dir/rule - -# Convenience name for target. -lib1510: external/curl/tests/libtest/CMakeFiles/lib1510.dir/rule -.PHONY : lib1510 - -# fast build rule for target. -lib1510/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/build -.PHONY : lib1510/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1511.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1511.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1511.dir/rule - -# Convenience name for target. -lib1511: external/curl/tests/libtest/CMakeFiles/lib1511.dir/rule -.PHONY : lib1511 - -# fast build rule for target. -lib1511/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/build -.PHONY : lib1511/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1512.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1512.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1512.dir/rule - -# Convenience name for target. -lib1512: external/curl/tests/libtest/CMakeFiles/lib1512.dir/rule -.PHONY : lib1512 - -# fast build rule for target. -lib1512/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/build -.PHONY : lib1512/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1513.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1513.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1513.dir/rule - -# Convenience name for target. -lib1513: external/curl/tests/libtest/CMakeFiles/lib1513.dir/rule -.PHONY : lib1513 - -# fast build rule for target. -lib1513/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/build -.PHONY : lib1513/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1514.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1514.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1514.dir/rule - -# Convenience name for target. -lib1514: external/curl/tests/libtest/CMakeFiles/lib1514.dir/rule -.PHONY : lib1514 - -# fast build rule for target. -lib1514/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/build -.PHONY : lib1514/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1515.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1515.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1515.dir/rule - -# Convenience name for target. -lib1515: external/curl/tests/libtest/CMakeFiles/lib1515.dir/rule -.PHONY : lib1515 - -# fast build rule for target. -lib1515/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/build -.PHONY : lib1515/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1517.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1517.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1517.dir/rule - -# Convenience name for target. -lib1517: external/curl/tests/libtest/CMakeFiles/lib1517.dir/rule -.PHONY : lib1517 - -# fast build rule for target. -lib1517/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/build -.PHONY : lib1517/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1518.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1518.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1518.dir/rule - -# Convenience name for target. -lib1518: external/curl/tests/libtest/CMakeFiles/lib1518.dir/rule -.PHONY : lib1518 - -# fast build rule for target. -lib1518/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/build -.PHONY : lib1518/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1520.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1520.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1520.dir/rule - -# Convenience name for target. -lib1520: external/curl/tests/libtest/CMakeFiles/lib1520.dir/rule -.PHONY : lib1520 - -# fast build rule for target. -lib1520/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/build -.PHONY : lib1520/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1521.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1521.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1521.dir/rule - -# Convenience name for target. -lib1521: external/curl/tests/libtest/CMakeFiles/lib1521.dir/rule -.PHONY : lib1521 - -# fast build rule for target. -lib1521/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/build -.PHONY : lib1521/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1522.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1522.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1522.dir/rule - -# Convenience name for target. -lib1522: external/curl/tests/libtest/CMakeFiles/lib1522.dir/rule -.PHONY : lib1522 - -# fast build rule for target. -lib1522/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/build -.PHONY : lib1522/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1523.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1523.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1523.dir/rule - -# Convenience name for target. -lib1523: external/curl/tests/libtest/CMakeFiles/lib1523.dir/rule -.PHONY : lib1523 - -# fast build rule for target. -lib1523/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/build -.PHONY : lib1523/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1525.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1525.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1525.dir/rule - -# Convenience name for target. -lib1525: external/curl/tests/libtest/CMakeFiles/lib1525.dir/rule -.PHONY : lib1525 - -# fast build rule for target. -lib1525/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/build -.PHONY : lib1525/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1526.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1526.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1526.dir/rule - -# Convenience name for target. -lib1526: external/curl/tests/libtest/CMakeFiles/lib1526.dir/rule -.PHONY : lib1526 - -# fast build rule for target. -lib1526/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/build -.PHONY : lib1526/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1527.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1527.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1527.dir/rule - -# Convenience name for target. -lib1527: external/curl/tests/libtest/CMakeFiles/lib1527.dir/rule -.PHONY : lib1527 - -# fast build rule for target. -lib1527/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/build -.PHONY : lib1527/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1528.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1528.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1528.dir/rule - -# Convenience name for target. -lib1528: external/curl/tests/libtest/CMakeFiles/lib1528.dir/rule -.PHONY : lib1528 - -# fast build rule for target. -lib1528/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/build -.PHONY : lib1528/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1529.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1529.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1529.dir/rule - -# Convenience name for target. -lib1529: external/curl/tests/libtest/CMakeFiles/lib1529.dir/rule -.PHONY : lib1529 - -# fast build rule for target. -lib1529/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/build -.PHONY : lib1529/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1530.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1530.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1530.dir/rule - -# Convenience name for target. -lib1530: external/curl/tests/libtest/CMakeFiles/lib1530.dir/rule -.PHONY : lib1530 - -# fast build rule for target. -lib1530/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/build -.PHONY : lib1530/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1531.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1531.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1531.dir/rule - -# Convenience name for target. -lib1531: external/curl/tests/libtest/CMakeFiles/lib1531.dir/rule -.PHONY : lib1531 - -# fast build rule for target. -lib1531/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/build -.PHONY : lib1531/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1532.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1532.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1532.dir/rule - -# Convenience name for target. -lib1532: external/curl/tests/libtest/CMakeFiles/lib1532.dir/rule -.PHONY : lib1532 - -# fast build rule for target. -lib1532/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/build -.PHONY : lib1532/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1533.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1533.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1533.dir/rule - -# Convenience name for target. -lib1533: external/curl/tests/libtest/CMakeFiles/lib1533.dir/rule -.PHONY : lib1533 - -# fast build rule for target. -lib1533/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/build -.PHONY : lib1533/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1534.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1534.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1534.dir/rule - -# Convenience name for target. -lib1534: external/curl/tests/libtest/CMakeFiles/lib1534.dir/rule -.PHONY : lib1534 - -# fast build rule for target. -lib1534/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/build -.PHONY : lib1534/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1535.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1535.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1535.dir/rule - -# Convenience name for target. -lib1535: external/curl/tests/libtest/CMakeFiles/lib1535.dir/rule -.PHONY : lib1535 - -# fast build rule for target. -lib1535/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/build -.PHONY : lib1535/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1536.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1536.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1536.dir/rule - -# Convenience name for target. -lib1536: external/curl/tests/libtest/CMakeFiles/lib1536.dir/rule -.PHONY : lib1536 - -# fast build rule for target. -lib1536/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/build -.PHONY : lib1536/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1537.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1537.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1537.dir/rule - -# Convenience name for target. -lib1537: external/curl/tests/libtest/CMakeFiles/lib1537.dir/rule -.PHONY : lib1537 - -# fast build rule for target. -lib1537/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/build -.PHONY : lib1537/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1538.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1538.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1538.dir/rule - -# Convenience name for target. -lib1538: external/curl/tests/libtest/CMakeFiles/lib1538.dir/rule -.PHONY : lib1538 - -# fast build rule for target. -lib1538/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/build -.PHONY : lib1538/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1539.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1539.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1539.dir/rule - -# Convenience name for target. -lib1539: external/curl/tests/libtest/CMakeFiles/lib1539.dir/rule -.PHONY : lib1539 - -# fast build rule for target. -lib1539/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/build -.PHONY : lib1539/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1540.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1540.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1540.dir/rule - -# Convenience name for target. -lib1540: external/curl/tests/libtest/CMakeFiles/lib1540.dir/rule -.PHONY : lib1540 - -# fast build rule for target. -lib1540/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/build -.PHONY : lib1540/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1541.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1541.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1541.dir/rule - -# Convenience name for target. -lib1541: external/curl/tests/libtest/CMakeFiles/lib1541.dir/rule -.PHONY : lib1541 - -# fast build rule for target. -lib1541/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/build -.PHONY : lib1541/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1542.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1542.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1542.dir/rule - -# Convenience name for target. -lib1542: external/curl/tests/libtest/CMakeFiles/lib1542.dir/rule -.PHONY : lib1542 - -# fast build rule for target. -lib1542/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/build -.PHONY : lib1542/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1543.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1543.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1543.dir/rule - -# Convenience name for target. -lib1543: external/curl/tests/libtest/CMakeFiles/lib1543.dir/rule -.PHONY : lib1543 - -# fast build rule for target. -lib1543/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/build -.PHONY : lib1543/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1545.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1545.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1545.dir/rule - -# Convenience name for target. -lib1545: external/curl/tests/libtest/CMakeFiles/lib1545.dir/rule -.PHONY : lib1545 - -# fast build rule for target. -lib1545/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/build -.PHONY : lib1545/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1550.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1550.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1550.dir/rule - -# Convenience name for target. -lib1550: external/curl/tests/libtest/CMakeFiles/lib1550.dir/rule -.PHONY : lib1550 - -# fast build rule for target. -lib1550/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/build -.PHONY : lib1550/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1551.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1551.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1551.dir/rule - -# Convenience name for target. -lib1551: external/curl/tests/libtest/CMakeFiles/lib1551.dir/rule -.PHONY : lib1551 - -# fast build rule for target. -lib1551/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/build -.PHONY : lib1551/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1552.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1552.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1552.dir/rule - -# Convenience name for target. -lib1552: external/curl/tests/libtest/CMakeFiles/lib1552.dir/rule -.PHONY : lib1552 - -# fast build rule for target. -lib1552/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/build -.PHONY : lib1552/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1553.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1553.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1553.dir/rule - -# Convenience name for target. -lib1553: external/curl/tests/libtest/CMakeFiles/lib1553.dir/rule -.PHONY : lib1553 - -# fast build rule for target. -lib1553/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/build -.PHONY : lib1553/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1554.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1554.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1554.dir/rule - -# Convenience name for target. -lib1554: external/curl/tests/libtest/CMakeFiles/lib1554.dir/rule -.PHONY : lib1554 - -# fast build rule for target. -lib1554/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/build -.PHONY : lib1554/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1555.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1555.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1555.dir/rule - -# Convenience name for target. -lib1555: external/curl/tests/libtest/CMakeFiles/lib1555.dir/rule -.PHONY : lib1555 - -# fast build rule for target. -lib1555/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/build -.PHONY : lib1555/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1556.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1556.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1556.dir/rule - -# Convenience name for target. -lib1556: external/curl/tests/libtest/CMakeFiles/lib1556.dir/rule -.PHONY : lib1556 - -# fast build rule for target. -lib1556/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/build -.PHONY : lib1556/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1557.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1557.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1557.dir/rule - -# Convenience name for target. -lib1557: external/curl/tests/libtest/CMakeFiles/lib1557.dir/rule -.PHONY : lib1557 - -# fast build rule for target. -lib1557/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/build -.PHONY : lib1557/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1558.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1558.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1558.dir/rule - -# Convenience name for target. -lib1558: external/curl/tests/libtest/CMakeFiles/lib1558.dir/rule -.PHONY : lib1558 - -# fast build rule for target. -lib1558/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/build -.PHONY : lib1558/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1559.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1559.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1559.dir/rule - -# Convenience name for target. -lib1559: external/curl/tests/libtest/CMakeFiles/lib1559.dir/rule -.PHONY : lib1559 - -# fast build rule for target. -lib1559/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/build -.PHONY : lib1559/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1560.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1560.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1560.dir/rule - -# Convenience name for target. -lib1560: external/curl/tests/libtest/CMakeFiles/lib1560.dir/rule -.PHONY : lib1560 - -# fast build rule for target. -lib1560/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/build -.PHONY : lib1560/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1564.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1564.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1564.dir/rule - -# Convenience name for target. -lib1564: external/curl/tests/libtest/CMakeFiles/lib1564.dir/rule -.PHONY : lib1564 - -# fast build rule for target. -lib1564/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/build -.PHONY : lib1564/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1565.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1565.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1565.dir/rule - -# Convenience name for target. -lib1565: external/curl/tests/libtest/CMakeFiles/lib1565.dir/rule -.PHONY : lib1565 - -# fast build rule for target. -lib1565/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/build -.PHONY : lib1565/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1567.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1567.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1567.dir/rule - -# Convenience name for target. -lib1567: external/curl/tests/libtest/CMakeFiles/lib1567.dir/rule -.PHONY : lib1567 - -# fast build rule for target. -lib1567/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/build -.PHONY : lib1567/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1568.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1568.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1568.dir/rule - -# Convenience name for target. -lib1568: external/curl/tests/libtest/CMakeFiles/lib1568.dir/rule -.PHONY : lib1568 - -# fast build rule for target. -lib1568/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/build -.PHONY : lib1568/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1569.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1569.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1569.dir/rule - -# Convenience name for target. -lib1569: external/curl/tests/libtest/CMakeFiles/lib1569.dir/rule -.PHONY : lib1569 - -# fast build rule for target. -lib1569/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/build -.PHONY : lib1569/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1571.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1571.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1571.dir/rule - -# Convenience name for target. -lib1571: external/curl/tests/libtest/CMakeFiles/lib1571.dir/rule -.PHONY : lib1571 - -# fast build rule for target. -lib1571/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/build -.PHONY : lib1571/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1576.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1576.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1576.dir/rule - -# Convenience name for target. -lib1576: external/curl/tests/libtest/CMakeFiles/lib1576.dir/rule -.PHONY : lib1576 - -# fast build rule for target. -lib1576/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/build -.PHONY : lib1576/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1578.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1578.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1578.dir/rule - -# Convenience name for target. -lib1578: external/curl/tests/libtest/CMakeFiles/lib1578.dir/rule -.PHONY : lib1578 - -# fast build rule for target. -lib1578/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/build -.PHONY : lib1578/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1591.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1591.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1591.dir/rule - -# Convenience name for target. -lib1591: external/curl/tests/libtest/CMakeFiles/lib1591.dir/rule -.PHONY : lib1591 - -# fast build rule for target. -lib1591/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/build -.PHONY : lib1591/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1592.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1592.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1592.dir/rule - -# Convenience name for target. -lib1592: external/curl/tests/libtest/CMakeFiles/lib1592.dir/rule -.PHONY : lib1592 - -# fast build rule for target. -lib1592/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/build -.PHONY : lib1592/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1593.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1593.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1593.dir/rule - -# Convenience name for target. -lib1593: external/curl/tests/libtest/CMakeFiles/lib1593.dir/rule -.PHONY : lib1593 - -# fast build rule for target. -lib1593/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/build -.PHONY : lib1593/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1594.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1594.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1594.dir/rule - -# Convenience name for target. -lib1594: external/curl/tests/libtest/CMakeFiles/lib1594.dir/rule -.PHONY : lib1594 - -# fast build rule for target. -lib1594/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/build -.PHONY : lib1594/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1596.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1596.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1596.dir/rule - -# Convenience name for target. -lib1596: external/curl/tests/libtest/CMakeFiles/lib1596.dir/rule -.PHONY : lib1596 - -# fast build rule for target. -lib1596/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/build -.PHONY : lib1596/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1597.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1597.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1597.dir/rule - -# Convenience name for target. -lib1597: external/curl/tests/libtest/CMakeFiles/lib1597.dir/rule -.PHONY : lib1597 - -# fast build rule for target. -lib1597/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/build -.PHONY : lib1597/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1598.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1598.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1598.dir/rule - -# Convenience name for target. -lib1598: external/curl/tests/libtest/CMakeFiles/lib1598.dir/rule -.PHONY : lib1598 - -# fast build rule for target. -lib1598/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/build -.PHONY : lib1598/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1662.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1662.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1662.dir/rule - -# Convenience name for target. -lib1662: external/curl/tests/libtest/CMakeFiles/lib1662.dir/rule -.PHONY : lib1662 - -# fast build rule for target. -lib1662/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/build -.PHONY : lib1662/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1900.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1900.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1900.dir/rule - -# Convenience name for target. -lib1900: external/curl/tests/libtest/CMakeFiles/lib1900.dir/rule -.PHONY : lib1900 - -# fast build rule for target. -lib1900/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/build -.PHONY : lib1900/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1901.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1901.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1901.dir/rule - -# Convenience name for target. -lib1901: external/curl/tests/libtest/CMakeFiles/lib1901.dir/rule -.PHONY : lib1901 - -# fast build rule for target. -lib1901/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/build -.PHONY : lib1901/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1903.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1903.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1903.dir/rule - -# Convenience name for target. -lib1903: external/curl/tests/libtest/CMakeFiles/lib1903.dir/rule -.PHONY : lib1903 - -# fast build rule for target. -lib1903/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/build -.PHONY : lib1903/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1905.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1905.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1905.dir/rule - -# Convenience name for target. -lib1905: external/curl/tests/libtest/CMakeFiles/lib1905.dir/rule -.PHONY : lib1905 - -# fast build rule for target. -lib1905/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/build -.PHONY : lib1905/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1906.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1906.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1906.dir/rule - -# Convenience name for target. -lib1906: external/curl/tests/libtest/CMakeFiles/lib1906.dir/rule -.PHONY : lib1906 - -# fast build rule for target. -lib1906/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/build -.PHONY : lib1906/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1907.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1907.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1907.dir/rule - -# Convenience name for target. -lib1907: external/curl/tests/libtest/CMakeFiles/lib1907.dir/rule -.PHONY : lib1907 - -# fast build rule for target. -lib1907/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/build -.PHONY : lib1907/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1908.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1908.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1908.dir/rule - -# Convenience name for target. -lib1908: external/curl/tests/libtest/CMakeFiles/lib1908.dir/rule -.PHONY : lib1908 - -# fast build rule for target. -lib1908/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/build -.PHONY : lib1908/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1910.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1910.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1910.dir/rule - -# Convenience name for target. -lib1910: external/curl/tests/libtest/CMakeFiles/lib1910.dir/rule -.PHONY : lib1910 - -# fast build rule for target. -lib1910/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/build -.PHONY : lib1910/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1911.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1911.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1911.dir/rule - -# Convenience name for target. -lib1911: external/curl/tests/libtest/CMakeFiles/lib1911.dir/rule -.PHONY : lib1911 - -# fast build rule for target. -lib1911/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/build -.PHONY : lib1911/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1912.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1912.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1912.dir/rule - -# Convenience name for target. -lib1912: external/curl/tests/libtest/CMakeFiles/lib1912.dir/rule -.PHONY : lib1912 - -# fast build rule for target. -lib1912/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/build -.PHONY : lib1912/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1913.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1913.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1913.dir/rule - -# Convenience name for target. -lib1913: external/curl/tests/libtest/CMakeFiles/lib1913.dir/rule -.PHONY : lib1913 - -# fast build rule for target. -lib1913/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/build -.PHONY : lib1913/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1915.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1915.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1915.dir/rule - -# Convenience name for target. -lib1915: external/curl/tests/libtest/CMakeFiles/lib1915.dir/rule -.PHONY : lib1915 - -# fast build rule for target. -lib1915/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/build -.PHONY : lib1915/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1916.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1916.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1916.dir/rule - -# Convenience name for target. -lib1916: external/curl/tests/libtest/CMakeFiles/lib1916.dir/rule -.PHONY : lib1916 - -# fast build rule for target. -lib1916/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/build -.PHONY : lib1916/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1917.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1917.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1917.dir/rule - -# Convenience name for target. -lib1917: external/curl/tests/libtest/CMakeFiles/lib1917.dir/rule -.PHONY : lib1917 - -# fast build rule for target. -lib1917/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/build -.PHONY : lib1917/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1918.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1918.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1918.dir/rule - -# Convenience name for target. -lib1918: external/curl/tests/libtest/CMakeFiles/lib1918.dir/rule -.PHONY : lib1918 - -# fast build rule for target. -lib1918/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/build -.PHONY : lib1918/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1919.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1919.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1919.dir/rule - -# Convenience name for target. -lib1919: external/curl/tests/libtest/CMakeFiles/lib1919.dir/rule -.PHONY : lib1919 - -# fast build rule for target. -lib1919/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/build -.PHONY : lib1919/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1933.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1933.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1933.dir/rule - -# Convenience name for target. -lib1933: external/curl/tests/libtest/CMakeFiles/lib1933.dir/rule -.PHONY : lib1933 - -# fast build rule for target. -lib1933/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/build -.PHONY : lib1933/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1934.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1934.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1934.dir/rule - -# Convenience name for target. -lib1934: external/curl/tests/libtest/CMakeFiles/lib1934.dir/rule -.PHONY : lib1934 - -# fast build rule for target. -lib1934/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/build -.PHONY : lib1934/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1935.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1935.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1935.dir/rule - -# Convenience name for target. -lib1935: external/curl/tests/libtest/CMakeFiles/lib1935.dir/rule -.PHONY : lib1935 - -# fast build rule for target. -lib1935/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/build -.PHONY : lib1935/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1936.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1936.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1936.dir/rule - -# Convenience name for target. -lib1936: external/curl/tests/libtest/CMakeFiles/lib1936.dir/rule -.PHONY : lib1936 - -# fast build rule for target. -lib1936/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/build -.PHONY : lib1936/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1937.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1937.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1937.dir/rule - -# Convenience name for target. -lib1937: external/curl/tests/libtest/CMakeFiles/lib1937.dir/rule -.PHONY : lib1937 - -# fast build rule for target. -lib1937/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/build -.PHONY : lib1937/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1938.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1938.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1938.dir/rule - -# Convenience name for target. -lib1938: external/curl/tests/libtest/CMakeFiles/lib1938.dir/rule -.PHONY : lib1938 - -# fast build rule for target. -lib1938/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/build -.PHONY : lib1938/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1939.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1939.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1939.dir/rule - -# Convenience name for target. -lib1939: external/curl/tests/libtest/CMakeFiles/lib1939.dir/rule -.PHONY : lib1939 - -# fast build rule for target. -lib1939/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/build -.PHONY : lib1939/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1940.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1940.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1940.dir/rule - -# Convenience name for target. -lib1940: external/curl/tests/libtest/CMakeFiles/lib1940.dir/rule -.PHONY : lib1940 - -# fast build rule for target. -lib1940/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/build -.PHONY : lib1940/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1945.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1945.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1945.dir/rule - -# Convenience name for target. -lib1945: external/curl/tests/libtest/CMakeFiles/lib1945.dir/rule -.PHONY : lib1945 - -# fast build rule for target. -lib1945/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/build -.PHONY : lib1945/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1946.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1946.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1946.dir/rule - -# Convenience name for target. -lib1946: external/curl/tests/libtest/CMakeFiles/lib1946.dir/rule -.PHONY : lib1946 - -# fast build rule for target. -lib1946/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/build -.PHONY : lib1946/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1947.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1947.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1947.dir/rule - -# Convenience name for target. -lib1947: external/curl/tests/libtest/CMakeFiles/lib1947.dir/rule -.PHONY : lib1947 - -# fast build rule for target. -lib1947/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/build -.PHONY : lib1947/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1948.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1948.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1948.dir/rule - -# Convenience name for target. -lib1948: external/curl/tests/libtest/CMakeFiles/lib1948.dir/rule -.PHONY : lib1948 - -# fast build rule for target. -lib1948/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/build -.PHONY : lib1948/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1955.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1955.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1955.dir/rule - -# Convenience name for target. -lib1955: external/curl/tests/libtest/CMakeFiles/lib1955.dir/rule -.PHONY : lib1955 - -# fast build rule for target. -lib1955/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/build -.PHONY : lib1955/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1956.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1956.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1956.dir/rule - -# Convenience name for target. -lib1956: external/curl/tests/libtest/CMakeFiles/lib1956.dir/rule -.PHONY : lib1956 - -# fast build rule for target. -lib1956/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/build -.PHONY : lib1956/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1957.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1957.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1957.dir/rule - -# Convenience name for target. -lib1957: external/curl/tests/libtest/CMakeFiles/lib1957.dir/rule -.PHONY : lib1957 - -# fast build rule for target. -lib1957/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/build -.PHONY : lib1957/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1958.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1958.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1958.dir/rule - -# Convenience name for target. -lib1958: external/curl/tests/libtest/CMakeFiles/lib1958.dir/rule -.PHONY : lib1958 - -# fast build rule for target. -lib1958/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/build -.PHONY : lib1958/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1959.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1959.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1959.dir/rule - -# Convenience name for target. -lib1959: external/curl/tests/libtest/CMakeFiles/lib1959.dir/rule -.PHONY : lib1959 - -# fast build rule for target. -lib1959/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/build -.PHONY : lib1959/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1960.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1960.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1960.dir/rule - -# Convenience name for target. -lib1960: external/curl/tests/libtest/CMakeFiles/lib1960.dir/rule -.PHONY : lib1960 - -# fast build rule for target. -lib1960/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/build -.PHONY : lib1960/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1964.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1964.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1964.dir/rule - -# Convenience name for target. -lib1964: external/curl/tests/libtest/CMakeFiles/lib1964.dir/rule -.PHONY : lib1964 - -# fast build rule for target. -lib1964/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/build -.PHONY : lib1964/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1970.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1970.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1970.dir/rule - -# Convenience name for target. -lib1970: external/curl/tests/libtest/CMakeFiles/lib1970.dir/rule -.PHONY : lib1970 - -# fast build rule for target. -lib1970/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/build -.PHONY : lib1970/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1971.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1971.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1971.dir/rule - -# Convenience name for target. -lib1971: external/curl/tests/libtest/CMakeFiles/lib1971.dir/rule -.PHONY : lib1971 - -# fast build rule for target. -lib1971/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/build -.PHONY : lib1971/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1972.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1972.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1972.dir/rule - -# Convenience name for target. -lib1972: external/curl/tests/libtest/CMakeFiles/lib1972.dir/rule -.PHONY : lib1972 - -# fast build rule for target. -lib1972/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/build -.PHONY : lib1972/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1973.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1973.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1973.dir/rule - -# Convenience name for target. -lib1973: external/curl/tests/libtest/CMakeFiles/lib1973.dir/rule -.PHONY : lib1973 - -# fast build rule for target. -lib1973/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/build -.PHONY : lib1973/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1974.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1974.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1974.dir/rule - -# Convenience name for target. -lib1974: external/curl/tests/libtest/CMakeFiles/lib1974.dir/rule -.PHONY : lib1974 - -# fast build rule for target. -lib1974/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/build -.PHONY : lib1974/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1975.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1975.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1975.dir/rule - -# Convenience name for target. -lib1975: external/curl/tests/libtest/CMakeFiles/lib1975.dir/rule -.PHONY : lib1975 - -# fast build rule for target. -lib1975/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/build -.PHONY : lib1975/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1977.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1977.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1977.dir/rule - -# Convenience name for target. -lib1977: external/curl/tests/libtest/CMakeFiles/lib1977.dir/rule -.PHONY : lib1977 - -# fast build rule for target. -lib1977/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/build -.PHONY : lib1977/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib1978.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib1978.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib1978.dir/rule - -# Convenience name for target. -lib1978: external/curl/tests/libtest/CMakeFiles/lib1978.dir/rule -.PHONY : lib1978 - -# fast build rule for target. -lib1978/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/build -.PHONY : lib1978/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib2301.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2301.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2301.dir/rule - -# Convenience name for target. -lib2301: external/curl/tests/libtest/CMakeFiles/lib2301.dir/rule -.PHONY : lib2301 - -# fast build rule for target. -lib2301/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/build -.PHONY : lib2301/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib2302.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2302.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2302.dir/rule - -# Convenience name for target. -lib2302: external/curl/tests/libtest/CMakeFiles/lib2302.dir/rule -.PHONY : lib2302 - -# fast build rule for target. -lib2302/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/build -.PHONY : lib2302/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib2304.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2304.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2304.dir/rule - -# Convenience name for target. -lib2304: external/curl/tests/libtest/CMakeFiles/lib2304.dir/rule -.PHONY : lib2304 - -# fast build rule for target. -lib2304/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/build -.PHONY : lib2304/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib2305.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2305.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2305.dir/rule - -# Convenience name for target. -lib2305: external/curl/tests/libtest/CMakeFiles/lib2305.dir/rule -.PHONY : lib2305 - -# fast build rule for target. -lib2305/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/build -.PHONY : lib2305/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib2306.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2306.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2306.dir/rule - -# Convenience name for target. -lib2306: external/curl/tests/libtest/CMakeFiles/lib2306.dir/rule -.PHONY : lib2306 - -# fast build rule for target. -lib2306/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/build -.PHONY : lib2306/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib2308.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2308.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2308.dir/rule - -# Convenience name for target. -lib2308: external/curl/tests/libtest/CMakeFiles/lib2308.dir/rule -.PHONY : lib2308 - -# fast build rule for target. -lib2308/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/build -.PHONY : lib2308/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib2309.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2309.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2309.dir/rule - -# Convenience name for target. -lib2309: external/curl/tests/libtest/CMakeFiles/lib2309.dir/rule -.PHONY : lib2309 - -# fast build rule for target. -lib2309/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/build -.PHONY : lib2309/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib2310.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2310.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2310.dir/rule - -# Convenience name for target. -lib2310: external/curl/tests/libtest/CMakeFiles/lib2310.dir/rule -.PHONY : lib2310 - -# fast build rule for target. -lib2310/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/build -.PHONY : lib2310/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib2311.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2311.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2311.dir/rule - -# Convenience name for target. -lib2311: external/curl/tests/libtest/CMakeFiles/lib2311.dir/rule -.PHONY : lib2311 - -# fast build rule for target. -lib2311/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/build -.PHONY : lib2311/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib2312.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2312.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2312.dir/rule - -# Convenience name for target. -lib2312: external/curl/tests/libtest/CMakeFiles/lib2312.dir/rule -.PHONY : lib2312 - -# fast build rule for target. -lib2312/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/build -.PHONY : lib2312/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib2402.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2402.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2402.dir/rule - -# Convenience name for target. -lib2402: external/curl/tests/libtest/CMakeFiles/lib2402.dir/rule -.PHONY : lib2402 - -# fast build rule for target. -lib2402/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/build -.PHONY : lib2402/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib2404.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2404.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2404.dir/rule - -# Convenience name for target. -lib2404: external/curl/tests/libtest/CMakeFiles/lib2404.dir/rule -.PHONY : lib2404 - -# fast build rule for target. -lib2404/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/build -.PHONY : lib2404/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib2405.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2405.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2405.dir/rule - -# Convenience name for target. -lib2405: external/curl/tests/libtest/CMakeFiles/lib2405.dir/rule -.PHONY : lib2405 - -# fast build rule for target. -lib2405/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/build -.PHONY : lib2405/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib2502.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib2502.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib2502.dir/rule - -# Convenience name for target. -lib2502: external/curl/tests/libtest/CMakeFiles/lib2502.dir/rule -.PHONY : lib2502 - -# fast build rule for target. -lib2502/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/build -.PHONY : lib2502/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib3010.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3010.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3010.dir/rule - -# Convenience name for target. -lib3010: external/curl/tests/libtest/CMakeFiles/lib3010.dir/rule -.PHONY : lib3010 - -# fast build rule for target. -lib3010/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/build -.PHONY : lib3010/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib3025.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3025.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3025.dir/rule - -# Convenience name for target. -lib3025: external/curl/tests/libtest/CMakeFiles/lib3025.dir/rule -.PHONY : lib3025 - -# fast build rule for target. -lib3025/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/build -.PHONY : lib3025/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib3026.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3026.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3026.dir/rule - -# Convenience name for target. -lib3026: external/curl/tests/libtest/CMakeFiles/lib3026.dir/rule -.PHONY : lib3026 - -# fast build rule for target. -lib3026/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/build -.PHONY : lib3026/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib3027.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3027.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3027.dir/rule - -# Convenience name for target. -lib3027: external/curl/tests/libtest/CMakeFiles/lib3027.dir/rule -.PHONY : lib3027 - -# fast build rule for target. -lib3027/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/build -.PHONY : lib3027/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib3100.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3100.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3100.dir/rule - -# Convenience name for target. -lib3100: external/curl/tests/libtest/CMakeFiles/lib3100.dir/rule -.PHONY : lib3100 - -# fast build rule for target. -lib3100/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/build -.PHONY : lib3100/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib3101.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3101.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3101.dir/rule - -# Convenience name for target. -lib3101: external/curl/tests/libtest/CMakeFiles/lib3101.dir/rule -.PHONY : lib3101 - -# fast build rule for target. -lib3101/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/build -.PHONY : lib3101/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib3102.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3102.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3102.dir/rule - -# Convenience name for target. -lib3102: external/curl/tests/libtest/CMakeFiles/lib3102.dir/rule -.PHONY : lib3102 - -# fast build rule for target. -lib3102/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/build -.PHONY : lib3102/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib3103.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3103.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3103.dir/rule - -# Convenience name for target. -lib3103: external/curl/tests/libtest/CMakeFiles/lib3103.dir/rule -.PHONY : lib3103 - -# fast build rule for target. -lib3103/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/build -.PHONY : lib3103/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib3104.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3104.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3104.dir/rule - -# Convenience name for target. -lib3104: external/curl/tests/libtest/CMakeFiles/lib3104.dir/rule -.PHONY : lib3104 - -# fast build rule for target. -lib3104/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/build -.PHONY : lib3104/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib3105.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3105.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3105.dir/rule - -# Convenience name for target. -lib3105: external/curl/tests/libtest/CMakeFiles/lib3105.dir/rule -.PHONY : lib3105 - -# fast build rule for target. -lib3105/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/build -.PHONY : lib3105/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib3207.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3207.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3207.dir/rule - -# Convenience name for target. -lib3207: external/curl/tests/libtest/CMakeFiles/lib3207.dir/rule -.PHONY : lib3207 - -# fast build rule for target. -lib3207/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/build -.PHONY : lib3207/fast - -# Convenience name for target. -external/curl/tests/libtest/CMakeFiles/lib3208.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/libtest/CMakeFiles/lib3208.dir/rule -.PHONY : external/curl/tests/libtest/CMakeFiles/lib3208.dir/rule - -# Convenience name for target. -lib3208: external/curl/tests/libtest/CMakeFiles/lib3208.dir/rule -.PHONY : lib3208 - -# fast build rule for target. -lib3208/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/build -.PHONY : lib3208/fast - -first.o: first.c.o -.PHONY : first.o - -# target to build an object file -first.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.o -.PHONY : first.c.o - -first.i: first.c.i -.PHONY : first.i - -# target to preprocess a source file -first.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.i -.PHONY : first.c.i - -first.s: first.c.s -.PHONY : first.s - -# target to generate assembly for a file -first.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/first.c.s -.PHONY : first.c.s - -lib1156.o: lib1156.c.o -.PHONY : lib1156.o - -# target to build an object file -lib1156.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.o -.PHONY : lib1156.c.o - -lib1156.i: lib1156.c.i -.PHONY : lib1156.i - -# target to preprocess a source file -lib1156.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.i -.PHONY : lib1156.c.i - -lib1156.s: lib1156.c.s -.PHONY : lib1156.s - -# target to generate assembly for a file -lib1156.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/lib1156.c.s -.PHONY : lib1156.c.s - -lib1301.o: lib1301.c.o -.PHONY : lib1301.o - -# target to build an object file -lib1301.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.o -.PHONY : lib1301.c.o - -lib1301.i: lib1301.c.i -.PHONY : lib1301.i - -# target to preprocess a source file -lib1301.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.i -.PHONY : lib1301.c.i - -lib1301.s: lib1301.c.s -.PHONY : lib1301.s - -# target to generate assembly for a file -lib1301.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/lib1301.c.s -.PHONY : lib1301.c.s - -lib1308.o: lib1308.c.o -.PHONY : lib1308.o - -# target to build an object file -lib1308.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.o -.PHONY : lib1308.c.o - -lib1308.i: lib1308.c.i -.PHONY : lib1308.i - -# target to preprocess a source file -lib1308.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.i -.PHONY : lib1308.c.i - -lib1308.s: lib1308.c.s -.PHONY : lib1308.s - -# target to generate assembly for a file -lib1308.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1308.dir/lib1308.c.s -.PHONY : lib1308.c.s - -lib1485.o: lib1485.c.o -.PHONY : lib1485.o - -# target to build an object file -lib1485.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.o -.PHONY : lib1485.c.o - -lib1485.i: lib1485.c.i -.PHONY : lib1485.i - -# target to preprocess a source file -lib1485.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.i -.PHONY : lib1485.c.i - -lib1485.s: lib1485.c.s -.PHONY : lib1485.s - -# target to generate assembly for a file -lib1485.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/lib1485.c.s -.PHONY : lib1485.c.s - -lib1500.o: lib1500.c.o -.PHONY : lib1500.o - -# target to build an object file -lib1500.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.o -.PHONY : lib1500.c.o - -lib1500.i: lib1500.c.i -.PHONY : lib1500.i - -# target to preprocess a source file -lib1500.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.i -.PHONY : lib1500.c.i - -lib1500.s: lib1500.c.s -.PHONY : lib1500.s - -# target to generate assembly for a file -lib1500.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/lib1500.c.s -.PHONY : lib1500.c.s - -lib1501.o: lib1501.c.o -.PHONY : lib1501.o - -# target to build an object file -lib1501.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.o -.PHONY : lib1501.c.o - -lib1501.i: lib1501.c.i -.PHONY : lib1501.i - -# target to preprocess a source file -lib1501.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.i -.PHONY : lib1501.c.i - -lib1501.s: lib1501.c.s -.PHONY : lib1501.s - -# target to generate assembly for a file -lib1501.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/lib1501.c.s -.PHONY : lib1501.c.s - -lib1502.o: lib1502.c.o -.PHONY : lib1502.o - -# target to build an object file -lib1502.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.o -.PHONY : lib1502.c.o - -lib1502.i: lib1502.c.i -.PHONY : lib1502.i - -# target to preprocess a source file -lib1502.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.i -.PHONY : lib1502.c.i - -lib1502.s: lib1502.c.s -.PHONY : lib1502.s - -# target to generate assembly for a file -lib1502.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/lib1502.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/lib1502.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/lib1502.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/lib1502.c.s -.PHONY : lib1502.c.s - -lib1506.o: lib1506.c.o -.PHONY : lib1506.o - -# target to build an object file -lib1506.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.o -.PHONY : lib1506.c.o - -lib1506.i: lib1506.c.i -.PHONY : lib1506.i - -# target to preprocess a source file -lib1506.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.i -.PHONY : lib1506.c.i - -lib1506.s: lib1506.c.s -.PHONY : lib1506.s - -# target to generate assembly for a file -lib1506.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/lib1506.c.s -.PHONY : lib1506.c.s - -lib1507.o: lib1507.c.o -.PHONY : lib1507.o - -# target to build an object file -lib1507.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.o -.PHONY : lib1507.c.o - -lib1507.i: lib1507.c.i -.PHONY : lib1507.i - -# target to preprocess a source file -lib1507.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.i -.PHONY : lib1507.c.i - -lib1507.s: lib1507.c.s -.PHONY : lib1507.s - -# target to generate assembly for a file -lib1507.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/lib1507.c.s -.PHONY : lib1507.c.s - -lib1508.o: lib1508.c.o -.PHONY : lib1508.o - -# target to build an object file -lib1508.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.o -.PHONY : lib1508.c.o - -lib1508.i: lib1508.c.i -.PHONY : lib1508.i - -# target to preprocess a source file -lib1508.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.i -.PHONY : lib1508.c.i - -lib1508.s: lib1508.c.s -.PHONY : lib1508.s - -# target to generate assembly for a file -lib1508.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/lib1508.c.s -.PHONY : lib1508.c.s - -lib1509.o: lib1509.c.o -.PHONY : lib1509.o - -# target to build an object file -lib1509.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.o -.PHONY : lib1509.c.o - -lib1509.i: lib1509.c.i -.PHONY : lib1509.i - -# target to preprocess a source file -lib1509.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.i -.PHONY : lib1509.c.i - -lib1509.s: lib1509.c.s -.PHONY : lib1509.s - -# target to generate assembly for a file -lib1509.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/lib1509.c.s -.PHONY : lib1509.c.s - -lib1510.o: lib1510.c.o -.PHONY : lib1510.o - -# target to build an object file -lib1510.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.o -.PHONY : lib1510.c.o - -lib1510.i: lib1510.c.i -.PHONY : lib1510.i - -# target to preprocess a source file -lib1510.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.i -.PHONY : lib1510.c.i - -lib1510.s: lib1510.c.s -.PHONY : lib1510.s - -# target to generate assembly for a file -lib1510.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/lib1510.c.s -.PHONY : lib1510.c.s - -lib1511.o: lib1511.c.o -.PHONY : lib1511.o - -# target to build an object file -lib1511.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.o -.PHONY : lib1511.c.o - -lib1511.i: lib1511.c.i -.PHONY : lib1511.i - -# target to preprocess a source file -lib1511.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.i -.PHONY : lib1511.c.i - -lib1511.s: lib1511.c.s -.PHONY : lib1511.s - -# target to generate assembly for a file -lib1511.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/lib1511.c.s -.PHONY : lib1511.c.s - -lib1512.o: lib1512.c.o -.PHONY : lib1512.o - -# target to build an object file -lib1512.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.o -.PHONY : lib1512.c.o - -lib1512.i: lib1512.c.i -.PHONY : lib1512.i - -# target to preprocess a source file -lib1512.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.i -.PHONY : lib1512.c.i - -lib1512.s: lib1512.c.s -.PHONY : lib1512.s - -# target to generate assembly for a file -lib1512.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/lib1512.c.s -.PHONY : lib1512.c.s - -lib1513.o: lib1513.c.o -.PHONY : lib1513.o - -# target to build an object file -lib1513.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.o -.PHONY : lib1513.c.o - -lib1513.i: lib1513.c.i -.PHONY : lib1513.i - -# target to preprocess a source file -lib1513.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.i -.PHONY : lib1513.c.i - -lib1513.s: lib1513.c.s -.PHONY : lib1513.s - -# target to generate assembly for a file -lib1513.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/lib1513.c.s -.PHONY : lib1513.c.s - -lib1514.o: lib1514.c.o -.PHONY : lib1514.o - -# target to build an object file -lib1514.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.o -.PHONY : lib1514.c.o - -lib1514.i: lib1514.c.i -.PHONY : lib1514.i - -# target to preprocess a source file -lib1514.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.i -.PHONY : lib1514.c.i - -lib1514.s: lib1514.c.s -.PHONY : lib1514.s - -# target to generate assembly for a file -lib1514.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/lib1514.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/lib1514.c.s -.PHONY : lib1514.c.s - -lib1515.o: lib1515.c.o -.PHONY : lib1515.o - -# target to build an object file -lib1515.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.o -.PHONY : lib1515.c.o - -lib1515.i: lib1515.c.i -.PHONY : lib1515.i - -# target to preprocess a source file -lib1515.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.i -.PHONY : lib1515.c.i - -lib1515.s: lib1515.c.s -.PHONY : lib1515.s - -# target to generate assembly for a file -lib1515.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/lib1515.c.s -.PHONY : lib1515.c.s - -lib1517.o: lib1517.c.o -.PHONY : lib1517.o - -# target to build an object file -lib1517.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.o -.PHONY : lib1517.c.o - -lib1517.i: lib1517.c.i -.PHONY : lib1517.i - -# target to preprocess a source file -lib1517.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.i -.PHONY : lib1517.c.i - -lib1517.s: lib1517.c.s -.PHONY : lib1517.s - -# target to generate assembly for a file -lib1517.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1517.dir/lib1517.c.s -.PHONY : lib1517.c.s - -lib1518.o: lib1518.c.o -.PHONY : lib1518.o - -# target to build an object file -lib1518.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.o -.PHONY : lib1518.c.o - -lib1518.i: lib1518.c.i -.PHONY : lib1518.i - -# target to preprocess a source file -lib1518.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.i -.PHONY : lib1518.c.i - -lib1518.s: lib1518.c.s -.PHONY : lib1518.s - -# target to generate assembly for a file -lib1518.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1518.dir/lib1518.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1543.dir/lib1518.c.s -.PHONY : lib1518.c.s - -lib1520.o: lib1520.c.o -.PHONY : lib1520.o - -# target to build an object file -lib1520.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.o -.PHONY : lib1520.c.o - -lib1520.i: lib1520.c.i -.PHONY : lib1520.i - -# target to preprocess a source file -lib1520.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.i -.PHONY : lib1520.c.i - -lib1520.s: lib1520.c.s -.PHONY : lib1520.s - -# target to generate assembly for a file -lib1520.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1520.dir/lib1520.c.s -.PHONY : lib1520.c.s - -lib1521.o: lib1521.c.o -.PHONY : lib1521.o - -# target to build an object file -lib1521.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.o -.PHONY : lib1521.c.o - -lib1521.i: lib1521.c.i -.PHONY : lib1521.i - -# target to preprocess a source file -lib1521.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.i -.PHONY : lib1521.c.i - -lib1521.s: lib1521.c.s -.PHONY : lib1521.s - -# target to generate assembly for a file -lib1521.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1521.dir/lib1521.c.s -.PHONY : lib1521.c.s - -lib1522.o: lib1522.c.o -.PHONY : lib1522.o - -# target to build an object file -lib1522.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.o -.PHONY : lib1522.c.o - -lib1522.i: lib1522.c.i -.PHONY : lib1522.i - -# target to preprocess a source file -lib1522.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.i -.PHONY : lib1522.c.i - -lib1522.s: lib1522.c.s -.PHONY : lib1522.s - -# target to generate assembly for a file -lib1522.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/lib1522.c.s -.PHONY : lib1522.c.s - -lib1523.o: lib1523.c.o -.PHONY : lib1523.o - -# target to build an object file -lib1523.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.o -.PHONY : lib1523.c.o - -lib1523.i: lib1523.c.i -.PHONY : lib1523.i - -# target to preprocess a source file -lib1523.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.i -.PHONY : lib1523.c.i - -lib1523.s: lib1523.c.s -.PHONY : lib1523.s - -# target to generate assembly for a file -lib1523.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1523.dir/lib1523.c.s -.PHONY : lib1523.c.s - -lib1525.o: lib1525.c.o -.PHONY : lib1525.o - -# target to build an object file -lib1525.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.o -.PHONY : lib1525.c.o - -lib1525.i: lib1525.c.i -.PHONY : lib1525.i - -# target to preprocess a source file -lib1525.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.i -.PHONY : lib1525.c.i - -lib1525.s: lib1525.c.s -.PHONY : lib1525.s - -# target to generate assembly for a file -lib1525.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/lib1525.c.s -.PHONY : lib1525.c.s - -lib1526.o: lib1526.c.o -.PHONY : lib1526.o - -# target to build an object file -lib1526.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.o -.PHONY : lib1526.c.o - -lib1526.i: lib1526.c.i -.PHONY : lib1526.i - -# target to preprocess a source file -lib1526.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.i -.PHONY : lib1526.c.i - -lib1526.s: lib1526.c.s -.PHONY : lib1526.s - -# target to generate assembly for a file -lib1526.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/lib1526.c.s -.PHONY : lib1526.c.s - -lib1527.o: lib1527.c.o -.PHONY : lib1527.o - -# target to build an object file -lib1527.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.o -.PHONY : lib1527.c.o - -lib1527.i: lib1527.c.i -.PHONY : lib1527.i - -# target to preprocess a source file -lib1527.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.i -.PHONY : lib1527.c.i - -lib1527.s: lib1527.c.s -.PHONY : lib1527.s - -# target to generate assembly for a file -lib1527.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/lib1527.c.s -.PHONY : lib1527.c.s - -lib1528.o: lib1528.c.o -.PHONY : lib1528.o - -# target to build an object file -lib1528.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.o -.PHONY : lib1528.c.o - -lib1528.i: lib1528.c.i -.PHONY : lib1528.i - -# target to preprocess a source file -lib1528.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.i -.PHONY : lib1528.c.i - -lib1528.s: lib1528.c.s -.PHONY : lib1528.s - -# target to generate assembly for a file -lib1528.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/lib1528.c.s -.PHONY : lib1528.c.s - -lib1529.o: lib1529.c.o -.PHONY : lib1529.o - -# target to build an object file -lib1529.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.o -.PHONY : lib1529.c.o - -lib1529.i: lib1529.c.i -.PHONY : lib1529.i - -# target to preprocess a source file -lib1529.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.i -.PHONY : lib1529.c.i - -lib1529.s: lib1529.c.s -.PHONY : lib1529.s - -# target to generate assembly for a file -lib1529.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/lib1529.c.s -.PHONY : lib1529.c.s - -lib1530.o: lib1530.c.o -.PHONY : lib1530.o - -# target to build an object file -lib1530.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.o -.PHONY : lib1530.c.o - -lib1530.i: lib1530.c.i -.PHONY : lib1530.i - -# target to preprocess a source file -lib1530.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.i -.PHONY : lib1530.c.i - -lib1530.s: lib1530.c.s -.PHONY : lib1530.s - -# target to generate assembly for a file -lib1530.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/lib1530.c.s -.PHONY : lib1530.c.s - -lib1531.o: lib1531.c.o -.PHONY : lib1531.o - -# target to build an object file -lib1531.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.o -.PHONY : lib1531.c.o - -lib1531.i: lib1531.c.i -.PHONY : lib1531.i - -# target to preprocess a source file -lib1531.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.i -.PHONY : lib1531.c.i - -lib1531.s: lib1531.c.s -.PHONY : lib1531.s - -# target to generate assembly for a file -lib1531.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/lib1531.c.s -.PHONY : lib1531.c.s - -lib1532.o: lib1532.c.o -.PHONY : lib1532.o - -# target to build an object file -lib1532.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.o -.PHONY : lib1532.c.o - -lib1532.i: lib1532.c.i -.PHONY : lib1532.i - -# target to preprocess a source file -lib1532.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.i -.PHONY : lib1532.c.i - -lib1532.s: lib1532.c.s -.PHONY : lib1532.s - -# target to generate assembly for a file -lib1532.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/lib1532.c.s -.PHONY : lib1532.c.s - -lib1533.o: lib1533.c.o -.PHONY : lib1533.o - -# target to build an object file -lib1533.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.o -.PHONY : lib1533.c.o - -lib1533.i: lib1533.c.i -.PHONY : lib1533.i - -# target to preprocess a source file -lib1533.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.i -.PHONY : lib1533.c.i - -lib1533.s: lib1533.c.s -.PHONY : lib1533.s - -# target to generate assembly for a file -lib1533.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/lib1533.c.s -.PHONY : lib1533.c.s - -lib1534.o: lib1534.c.o -.PHONY : lib1534.o - -# target to build an object file -lib1534.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.o -.PHONY : lib1534.c.o - -lib1534.i: lib1534.c.i -.PHONY : lib1534.i - -# target to preprocess a source file -lib1534.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.i -.PHONY : lib1534.c.i - -lib1534.s: lib1534.c.s -.PHONY : lib1534.s - -# target to generate assembly for a file -lib1534.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/lib1534.c.s -.PHONY : lib1534.c.s - -lib1535.o: lib1535.c.o -.PHONY : lib1535.o - -# target to build an object file -lib1535.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.o -.PHONY : lib1535.c.o - -lib1535.i: lib1535.c.i -.PHONY : lib1535.i - -# target to preprocess a source file -lib1535.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.i -.PHONY : lib1535.c.i - -lib1535.s: lib1535.c.s -.PHONY : lib1535.s - -# target to generate assembly for a file -lib1535.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/lib1535.c.s -.PHONY : lib1535.c.s - -lib1536.o: lib1536.c.o -.PHONY : lib1536.o - -# target to build an object file -lib1536.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.o -.PHONY : lib1536.c.o - -lib1536.i: lib1536.c.i -.PHONY : lib1536.i - -# target to preprocess a source file -lib1536.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.i -.PHONY : lib1536.c.i - -lib1536.s: lib1536.c.s -.PHONY : lib1536.s - -# target to generate assembly for a file -lib1536.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/lib1536.c.s -.PHONY : lib1536.c.s - -lib1537.o: lib1537.c.o -.PHONY : lib1537.o - -# target to build an object file -lib1537.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.o -.PHONY : lib1537.c.o - -lib1537.i: lib1537.c.i -.PHONY : lib1537.i - -# target to preprocess a source file -lib1537.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.i -.PHONY : lib1537.c.i - -lib1537.s: lib1537.c.s -.PHONY : lib1537.s - -# target to generate assembly for a file -lib1537.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/lib1537.c.s -.PHONY : lib1537.c.s - -lib1538.o: lib1538.c.o -.PHONY : lib1538.o - -# target to build an object file -lib1538.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.o -.PHONY : lib1538.c.o - -lib1538.i: lib1538.c.i -.PHONY : lib1538.i - -# target to preprocess a source file -lib1538.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.i -.PHONY : lib1538.c.i - -lib1538.s: lib1538.c.s -.PHONY : lib1538.s - -# target to generate assembly for a file -lib1538.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/lib1538.c.s -.PHONY : lib1538.c.s - -lib1540.o: lib1540.c.o -.PHONY : lib1540.o - -# target to build an object file -lib1540.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.o -.PHONY : lib1540.c.o - -lib1540.i: lib1540.c.i -.PHONY : lib1540.i - -# target to preprocess a source file -lib1540.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.i -.PHONY : lib1540.c.i - -lib1540.s: lib1540.c.s -.PHONY : lib1540.s - -# target to generate assembly for a file -lib1540.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/lib1540.c.s -.PHONY : lib1540.c.s - -lib1541.o: lib1541.c.o -.PHONY : lib1541.o - -# target to build an object file -lib1541.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.o -.PHONY : lib1541.c.o - -lib1541.i: lib1541.c.i -.PHONY : lib1541.i - -# target to preprocess a source file -lib1541.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.i -.PHONY : lib1541.c.i - -lib1541.s: lib1541.c.s -.PHONY : lib1541.s - -# target to generate assembly for a file -lib1541.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/lib1541.c.s -.PHONY : lib1541.c.s - -lib1542.o: lib1542.c.o -.PHONY : lib1542.o - -# target to build an object file -lib1542.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.o -.PHONY : lib1542.c.o - -lib1542.i: lib1542.c.i -.PHONY : lib1542.i - -# target to preprocess a source file -lib1542.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.i -.PHONY : lib1542.c.i - -lib1542.s: lib1542.c.s -.PHONY : lib1542.s - -# target to generate assembly for a file -lib1542.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/lib1542.c.s -.PHONY : lib1542.c.s - -lib1545.o: lib1545.c.o -.PHONY : lib1545.o - -# target to build an object file -lib1545.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.o -.PHONY : lib1545.c.o - -lib1545.i: lib1545.c.i -.PHONY : lib1545.i - -# target to preprocess a source file -lib1545.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.i -.PHONY : lib1545.c.i - -lib1545.s: lib1545.c.s -.PHONY : lib1545.s - -# target to generate assembly for a file -lib1545.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1545.dir/lib1545.c.s -.PHONY : lib1545.c.s - -lib1550.o: lib1550.c.o -.PHONY : lib1550.o - -# target to build an object file -lib1550.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.o -.PHONY : lib1550.c.o - -lib1550.i: lib1550.c.i -.PHONY : lib1550.i - -# target to preprocess a source file -lib1550.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.i -.PHONY : lib1550.c.i - -lib1550.s: lib1550.c.s -.PHONY : lib1550.s - -# target to generate assembly for a file -lib1550.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1550.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1550.dir/lib1550.c.s -.PHONY : lib1550.c.s - -lib1551.o: lib1551.c.o -.PHONY : lib1551.o - -# target to build an object file -lib1551.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.o -.PHONY : lib1551.c.o - -lib1551.i: lib1551.c.i -.PHONY : lib1551.i - -# target to preprocess a source file -lib1551.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.i -.PHONY : lib1551.c.i - -lib1551.s: lib1551.c.s -.PHONY : lib1551.s - -# target to generate assembly for a file -lib1551.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1551.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1551.dir/lib1551.c.s -.PHONY : lib1551.c.s - -lib1552.o: lib1552.c.o -.PHONY : lib1552.o - -# target to build an object file -lib1552.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.o -.PHONY : lib1552.c.o - -lib1552.i: lib1552.c.i -.PHONY : lib1552.i - -# target to preprocess a source file -lib1552.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.i -.PHONY : lib1552.c.i - -lib1552.s: lib1552.c.s -.PHONY : lib1552.s - -# target to generate assembly for a file -lib1552.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/lib1552.c.s -.PHONY : lib1552.c.s - -lib1553.o: lib1553.c.o -.PHONY : lib1553.o - -# target to build an object file -lib1553.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.o -.PHONY : lib1553.c.o - -lib1553.i: lib1553.c.i -.PHONY : lib1553.i - -# target to preprocess a source file -lib1553.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.i -.PHONY : lib1553.c.i - -lib1553.s: lib1553.c.s -.PHONY : lib1553.s - -# target to generate assembly for a file -lib1553.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/lib1553.c.s -.PHONY : lib1553.c.s - -lib1554.o: lib1554.c.o -.PHONY : lib1554.o - -# target to build an object file -lib1554.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.o -.PHONY : lib1554.c.o - -lib1554.i: lib1554.c.i -.PHONY : lib1554.i - -# target to preprocess a source file -lib1554.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.i -.PHONY : lib1554.c.i - -lib1554.s: lib1554.c.s -.PHONY : lib1554.s - -# target to generate assembly for a file -lib1554.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1554.dir/lib1554.c.s -.PHONY : lib1554.c.s - -lib1555.o: lib1555.c.o -.PHONY : lib1555.o - -# target to build an object file -lib1555.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.o -.PHONY : lib1555.c.o - -lib1555.i: lib1555.c.i -.PHONY : lib1555.i - -# target to preprocess a source file -lib1555.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.i -.PHONY : lib1555.c.i - -lib1555.s: lib1555.c.s -.PHONY : lib1555.s - -# target to generate assembly for a file -lib1555.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/lib1555.c.s -.PHONY : lib1555.c.s - -lib1556.o: lib1556.c.o -.PHONY : lib1556.o - -# target to build an object file -lib1556.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.o -.PHONY : lib1556.c.o - -lib1556.i: lib1556.c.i -.PHONY : lib1556.i - -# target to preprocess a source file -lib1556.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.i -.PHONY : lib1556.c.i - -lib1556.s: lib1556.c.s -.PHONY : lib1556.s - -# target to generate assembly for a file -lib1556.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/lib1556.c.s -.PHONY : lib1556.c.s - -lib1557.o: lib1557.c.o -.PHONY : lib1557.o - -# target to build an object file -lib1557.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.o -.PHONY : lib1557.c.o - -lib1557.i: lib1557.c.i -.PHONY : lib1557.i - -# target to preprocess a source file -lib1557.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.i -.PHONY : lib1557.c.i - -lib1557.s: lib1557.c.s -.PHONY : lib1557.s - -# target to generate assembly for a file -lib1557.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/lib1557.c.s -.PHONY : lib1557.c.s - -lib1558.o: lib1558.c.o -.PHONY : lib1558.o - -# target to build an object file -lib1558.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.o -.PHONY : lib1558.c.o - -lib1558.i: lib1558.c.i -.PHONY : lib1558.i - -# target to preprocess a source file -lib1558.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.i -.PHONY : lib1558.c.i - -lib1558.s: lib1558.c.s -.PHONY : lib1558.s - -# target to generate assembly for a file -lib1558.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/lib1558.c.s -.PHONY : lib1558.c.s - -lib1559.o: lib1559.c.o -.PHONY : lib1559.o - -# target to build an object file -lib1559.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.o -.PHONY : lib1559.c.o - -lib1559.i: lib1559.c.i -.PHONY : lib1559.i - -# target to preprocess a source file -lib1559.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.i -.PHONY : lib1559.c.i - -lib1559.s: lib1559.c.s -.PHONY : lib1559.s - -# target to generate assembly for a file -lib1559.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/lib1559.c.s -.PHONY : lib1559.c.s - -lib1560.o: lib1560.c.o -.PHONY : lib1560.o - -# target to build an object file -lib1560.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.o -.PHONY : lib1560.c.o - -lib1560.i: lib1560.c.i -.PHONY : lib1560.i - -# target to preprocess a source file -lib1560.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.i -.PHONY : lib1560.c.i - -lib1560.s: lib1560.c.s -.PHONY : lib1560.s - -# target to generate assembly for a file -lib1560.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/lib1560.c.s -.PHONY : lib1560.c.s - -lib1564.o: lib1564.c.o -.PHONY : lib1564.o - -# target to build an object file -lib1564.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.o -.PHONY : lib1564.c.o - -lib1564.i: lib1564.c.i -.PHONY : lib1564.i - -# target to preprocess a source file -lib1564.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.i -.PHONY : lib1564.c.i - -lib1564.s: lib1564.c.s -.PHONY : lib1564.s - -# target to generate assembly for a file -lib1564.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/lib1564.c.s -.PHONY : lib1564.c.s - -lib1565.o: lib1565.c.o -.PHONY : lib1565.o - -# target to build an object file -lib1565.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.o -.PHONY : lib1565.c.o - -lib1565.i: lib1565.c.i -.PHONY : lib1565.i - -# target to preprocess a source file -lib1565.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.i -.PHONY : lib1565.c.i - -lib1565.s: lib1565.c.s -.PHONY : lib1565.s - -# target to generate assembly for a file -lib1565.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/lib1565.c.s -.PHONY : lib1565.c.s - -lib1567.o: lib1567.c.o -.PHONY : lib1567.o - -# target to build an object file -lib1567.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.o -.PHONY : lib1567.c.o - -lib1567.i: lib1567.c.i -.PHONY : lib1567.i - -# target to preprocess a source file -lib1567.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.i -.PHONY : lib1567.c.i - -lib1567.s: lib1567.c.s -.PHONY : lib1567.s - -# target to generate assembly for a file -lib1567.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1567.dir/lib1567.c.s -.PHONY : lib1567.c.s - -lib1568.o: lib1568.c.o -.PHONY : lib1568.o - -# target to build an object file -lib1568.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.o -.PHONY : lib1568.c.o - -lib1568.i: lib1568.c.i -.PHONY : lib1568.i - -# target to preprocess a source file -lib1568.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.i -.PHONY : lib1568.c.i - -lib1568.s: lib1568.c.s -.PHONY : lib1568.s - -# target to generate assembly for a file -lib1568.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1568.dir/lib1568.c.s -.PHONY : lib1568.c.s - -lib1569.o: lib1569.c.o -.PHONY : lib1569.o - -# target to build an object file -lib1569.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.o -.PHONY : lib1569.c.o - -lib1569.i: lib1569.c.i -.PHONY : lib1569.i - -# target to preprocess a source file -lib1569.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.i -.PHONY : lib1569.c.i - -lib1569.s: lib1569.c.s -.PHONY : lib1569.s - -# target to generate assembly for a file -lib1569.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1569.dir/lib1569.c.s -.PHONY : lib1569.c.s - -lib1571.o: lib1571.c.o -.PHONY : lib1571.o - -# target to build an object file -lib1571.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.o -.PHONY : lib1571.c.o - -lib1571.i: lib1571.c.i -.PHONY : lib1571.i - -# target to preprocess a source file -lib1571.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.i -.PHONY : lib1571.c.i - -lib1571.s: lib1571.c.s -.PHONY : lib1571.s - -# target to generate assembly for a file -lib1571.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1571.dir/lib1571.c.s -.PHONY : lib1571.c.s - -lib1576.o: lib1576.c.o -.PHONY : lib1576.o - -# target to build an object file -lib1576.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.o -.PHONY : lib1576.c.o - -lib1576.i: lib1576.c.i -.PHONY : lib1576.i - -# target to preprocess a source file -lib1576.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.i -.PHONY : lib1576.c.i - -lib1576.s: lib1576.c.s -.PHONY : lib1576.s - -# target to generate assembly for a file -lib1576.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1576.dir/lib1576.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1578.dir/lib1576.c.s -.PHONY : lib1576.c.s - -lib1591.o: lib1591.c.o -.PHONY : lib1591.o - -# target to build an object file -lib1591.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.o -.PHONY : lib1591.c.o - -lib1591.i: lib1591.c.i -.PHONY : lib1591.i - -# target to preprocess a source file -lib1591.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.i -.PHONY : lib1591.c.i - -lib1591.s: lib1591.c.s -.PHONY : lib1591.s - -# target to generate assembly for a file -lib1591.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/lib1591.c.s -.PHONY : lib1591.c.s - -lib1592.o: lib1592.c.o -.PHONY : lib1592.o - -# target to build an object file -lib1592.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.o -.PHONY : lib1592.c.o - -lib1592.i: lib1592.c.i -.PHONY : lib1592.i - -# target to preprocess a source file -lib1592.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.i -.PHONY : lib1592.c.i - -lib1592.s: lib1592.c.s -.PHONY : lib1592.s - -# target to generate assembly for a file -lib1592.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/lib1592.c.s -.PHONY : lib1592.c.s - -lib1593.o: lib1593.c.o -.PHONY : lib1593.o - -# target to build an object file -lib1593.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.o -.PHONY : lib1593.c.o - -lib1593.i: lib1593.c.i -.PHONY : lib1593.i - -# target to preprocess a source file -lib1593.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.i -.PHONY : lib1593.c.i - -lib1593.s: lib1593.c.s -.PHONY : lib1593.s - -# target to generate assembly for a file -lib1593.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/lib1593.c.s -.PHONY : lib1593.c.s - -lib1594.o: lib1594.c.o -.PHONY : lib1594.o - -# target to build an object file -lib1594.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.o -.PHONY : lib1594.c.o - -lib1594.i: lib1594.c.i -.PHONY : lib1594.i - -# target to preprocess a source file -lib1594.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.i -.PHONY : lib1594.c.i - -lib1594.s: lib1594.c.s -.PHONY : lib1594.s - -# target to generate assembly for a file -lib1594.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/lib1594.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/lib1594.c.s -.PHONY : lib1594.c.s - -lib1597.o: lib1597.c.o -.PHONY : lib1597.o - -# target to build an object file -lib1597.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.o -.PHONY : lib1597.c.o - -lib1597.i: lib1597.c.i -.PHONY : lib1597.i - -# target to preprocess a source file -lib1597.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.i -.PHONY : lib1597.c.i - -lib1597.s: lib1597.c.s -.PHONY : lib1597.s - -# target to generate assembly for a file -lib1597.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/lib1597.c.s -.PHONY : lib1597.c.s - -lib1598.o: lib1598.c.o -.PHONY : lib1598.o - -# target to build an object file -lib1598.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.o -.PHONY : lib1598.c.o - -lib1598.i: lib1598.c.i -.PHONY : lib1598.i - -# target to preprocess a source file -lib1598.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.i -.PHONY : lib1598.c.i - -lib1598.s: lib1598.c.s -.PHONY : lib1598.s - -# target to generate assembly for a file -lib1598.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/lib1598.c.s -.PHONY : lib1598.c.s - -lib1662.o: lib1662.c.o -.PHONY : lib1662.o - -# target to build an object file -lib1662.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.o -.PHONY : lib1662.c.o - -lib1662.i: lib1662.c.i -.PHONY : lib1662.i - -# target to preprocess a source file -lib1662.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.i -.PHONY : lib1662.c.i - -lib1662.s: lib1662.c.s -.PHONY : lib1662.s - -# target to generate assembly for a file -lib1662.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/lib1662.c.s -.PHONY : lib1662.c.s - -lib1900.o: lib1900.c.o -.PHONY : lib1900.o - -# target to build an object file -lib1900.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.o -.PHONY : lib1900.c.o - -lib1900.i: lib1900.c.i -.PHONY : lib1900.i - -# target to preprocess a source file -lib1900.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.i -.PHONY : lib1900.c.i - -lib1900.s: lib1900.c.s -.PHONY : lib1900.s - -# target to generate assembly for a file -lib1900.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1900.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1900.dir/lib1900.c.s -.PHONY : lib1900.c.s - -lib1901.o: lib1901.c.o -.PHONY : lib1901.o - -# target to build an object file -lib1901.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.o -.PHONY : lib1901.c.o - -lib1901.i: lib1901.c.i -.PHONY : lib1901.i - -# target to preprocess a source file -lib1901.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.i -.PHONY : lib1901.c.i - -lib1901.s: lib1901.c.s -.PHONY : lib1901.s - -# target to generate assembly for a file -lib1901.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1901.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1901.dir/lib1901.c.s -.PHONY : lib1901.c.s - -lib1903.o: lib1903.c.o -.PHONY : lib1903.o - -# target to build an object file -lib1903.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.o -.PHONY : lib1903.c.o - -lib1903.i: lib1903.c.i -.PHONY : lib1903.i - -# target to preprocess a source file -lib1903.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.i -.PHONY : lib1903.c.i - -lib1903.s: lib1903.c.s -.PHONY : lib1903.s - -# target to generate assembly for a file -lib1903.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/lib1903.c.s -.PHONY : lib1903.c.s - -lib1905.o: lib1905.c.o -.PHONY : lib1905.o - -# target to build an object file -lib1905.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.o -.PHONY : lib1905.c.o - -lib1905.i: lib1905.c.i -.PHONY : lib1905.i - -# target to preprocess a source file -lib1905.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.i -.PHONY : lib1905.c.i - -lib1905.s: lib1905.c.s -.PHONY : lib1905.s - -# target to generate assembly for a file -lib1905.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/lib1905.c.s -.PHONY : lib1905.c.s - -lib1906.o: lib1906.c.o -.PHONY : lib1906.o - -# target to build an object file -lib1906.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.o -.PHONY : lib1906.c.o - -lib1906.i: lib1906.c.i -.PHONY : lib1906.i - -# target to preprocess a source file -lib1906.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.i -.PHONY : lib1906.c.i - -lib1906.s: lib1906.c.s -.PHONY : lib1906.s - -# target to generate assembly for a file -lib1906.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/lib1906.c.s -.PHONY : lib1906.c.s - -lib1907.o: lib1907.c.o -.PHONY : lib1907.o - -# target to build an object file -lib1907.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.o -.PHONY : lib1907.c.o - -lib1907.i: lib1907.c.i -.PHONY : lib1907.i - -# target to preprocess a source file -lib1907.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.i -.PHONY : lib1907.c.i - -lib1907.s: lib1907.c.s -.PHONY : lib1907.s - -# target to generate assembly for a file -lib1907.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/lib1907.c.s -.PHONY : lib1907.c.s - -lib1908.o: lib1908.c.o -.PHONY : lib1908.o - -# target to build an object file -lib1908.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.o -.PHONY : lib1908.c.o - -lib1908.i: lib1908.c.i -.PHONY : lib1908.i - -# target to preprocess a source file -lib1908.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.i -.PHONY : lib1908.c.i - -lib1908.s: lib1908.c.s -.PHONY : lib1908.s - -# target to generate assembly for a file -lib1908.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/lib1908.c.s -.PHONY : lib1908.c.s - -lib1910.o: lib1910.c.o -.PHONY : lib1910.o - -# target to build an object file -lib1910.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.o -.PHONY : lib1910.c.o - -lib1910.i: lib1910.c.i -.PHONY : lib1910.i - -# target to preprocess a source file -lib1910.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.i -.PHONY : lib1910.c.i - -lib1910.s: lib1910.c.s -.PHONY : lib1910.s - -# target to generate assembly for a file -lib1910.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/lib1910.c.s -.PHONY : lib1910.c.s - -lib1911.o: lib1911.c.o -.PHONY : lib1911.o - -# target to build an object file -lib1911.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.o -.PHONY : lib1911.c.o - -lib1911.i: lib1911.c.i -.PHONY : lib1911.i - -# target to preprocess a source file -lib1911.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.i -.PHONY : lib1911.c.i - -lib1911.s: lib1911.c.s -.PHONY : lib1911.s - -# target to generate assembly for a file -lib1911.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/lib1911.c.s -.PHONY : lib1911.c.s - -lib1912.o: lib1912.c.o -.PHONY : lib1912.o - -# target to build an object file -lib1912.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.o -.PHONY : lib1912.c.o - -lib1912.i: lib1912.c.i -.PHONY : lib1912.i - -# target to preprocess a source file -lib1912.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.i -.PHONY : lib1912.c.i - -lib1912.s: lib1912.c.s -.PHONY : lib1912.s - -# target to generate assembly for a file -lib1912.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/lib1912.c.s -.PHONY : lib1912.c.s - -lib1913.o: lib1913.c.o -.PHONY : lib1913.o - -# target to build an object file -lib1913.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.o -.PHONY : lib1913.c.o - -lib1913.i: lib1913.c.i -.PHONY : lib1913.i - -# target to preprocess a source file -lib1913.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.i -.PHONY : lib1913.c.i - -lib1913.s: lib1913.c.s -.PHONY : lib1913.s - -# target to generate assembly for a file -lib1913.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/lib1913.c.s -.PHONY : lib1913.c.s - -lib1915.o: lib1915.c.o -.PHONY : lib1915.o - -# target to build an object file -lib1915.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.o -.PHONY : lib1915.c.o - -lib1915.i: lib1915.c.i -.PHONY : lib1915.i - -# target to preprocess a source file -lib1915.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.i -.PHONY : lib1915.c.i - -lib1915.s: lib1915.c.s -.PHONY : lib1915.s - -# target to generate assembly for a file -lib1915.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/lib1915.c.s -.PHONY : lib1915.c.s - -lib1916.o: lib1916.c.o -.PHONY : lib1916.o - -# target to build an object file -lib1916.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.o -.PHONY : lib1916.c.o - -lib1916.i: lib1916.c.i -.PHONY : lib1916.i - -# target to preprocess a source file -lib1916.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.i -.PHONY : lib1916.c.i - -lib1916.s: lib1916.c.s -.PHONY : lib1916.s - -# target to generate assembly for a file -lib1916.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1916.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1916.dir/lib1916.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1917.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1917.dir/lib1916.c.s -.PHONY : lib1916.c.s - -lib1918.o: lib1918.c.o -.PHONY : lib1918.o - -# target to build an object file -lib1918.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.o -.PHONY : lib1918.c.o - -lib1918.i: lib1918.c.i -.PHONY : lib1918.i - -# target to preprocess a source file -lib1918.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.i -.PHONY : lib1918.c.i - -lib1918.s: lib1918.c.s -.PHONY : lib1918.s - -# target to generate assembly for a file -lib1918.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1918.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1918.dir/lib1918.c.s -.PHONY : lib1918.c.s - -lib1919.o: lib1919.c.o -.PHONY : lib1919.o - -# target to build an object file -lib1919.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.o -.PHONY : lib1919.c.o - -lib1919.i: lib1919.c.i -.PHONY : lib1919.i - -# target to preprocess a source file -lib1919.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.i -.PHONY : lib1919.c.i - -lib1919.s: lib1919.c.s -.PHONY : lib1919.s - -# target to generate assembly for a file -lib1919.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1919.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1919.dir/lib1919.c.s -.PHONY : lib1919.c.s - -lib1933.o: lib1933.c.o -.PHONY : lib1933.o - -# target to build an object file -lib1933.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.o -.PHONY : lib1933.c.o - -lib1933.i: lib1933.c.i -.PHONY : lib1933.i - -# target to preprocess a source file -lib1933.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.i -.PHONY : lib1933.c.i - -lib1933.s: lib1933.c.s -.PHONY : lib1933.s - -# target to generate assembly for a file -lib1933.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/lib1933.c.s -.PHONY : lib1933.c.s - -lib1934.o: lib1934.c.o -.PHONY : lib1934.o - -# target to build an object file -lib1934.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.o -.PHONY : lib1934.c.o - -lib1934.i: lib1934.c.i -.PHONY : lib1934.i - -# target to preprocess a source file -lib1934.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.i -.PHONY : lib1934.c.i - -lib1934.s: lib1934.c.s -.PHONY : lib1934.s - -# target to generate assembly for a file -lib1934.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/lib1934.c.s -.PHONY : lib1934.c.s - -lib1935.o: lib1935.c.o -.PHONY : lib1935.o - -# target to build an object file -lib1935.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.o -.PHONY : lib1935.c.o - -lib1935.i: lib1935.c.i -.PHONY : lib1935.i - -# target to preprocess a source file -lib1935.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.i -.PHONY : lib1935.c.i - -lib1935.s: lib1935.c.s -.PHONY : lib1935.s - -# target to generate assembly for a file -lib1935.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/lib1935.c.s -.PHONY : lib1935.c.s - -lib1936.o: lib1936.c.o -.PHONY : lib1936.o - -# target to build an object file -lib1936.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.o -.PHONY : lib1936.c.o - -lib1936.i: lib1936.c.i -.PHONY : lib1936.i - -# target to preprocess a source file -lib1936.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.i -.PHONY : lib1936.c.i - -lib1936.s: lib1936.c.s -.PHONY : lib1936.s - -# target to generate assembly for a file -lib1936.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/lib1936.c.s -.PHONY : lib1936.c.s - -lib1937.o: lib1937.c.o -.PHONY : lib1937.o - -# target to build an object file -lib1937.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.o -.PHONY : lib1937.c.o - -lib1937.i: lib1937.c.i -.PHONY : lib1937.i - -# target to preprocess a source file -lib1937.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.i -.PHONY : lib1937.c.i - -lib1937.s: lib1937.c.s -.PHONY : lib1937.s - -# target to generate assembly for a file -lib1937.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1937.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1937.dir/lib1937.c.s -.PHONY : lib1937.c.s - -lib1938.o: lib1938.c.o -.PHONY : lib1938.o - -# target to build an object file -lib1938.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.o -.PHONY : lib1938.c.o - -lib1938.i: lib1938.c.i -.PHONY : lib1938.i - -# target to preprocess a source file -lib1938.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.i -.PHONY : lib1938.c.i - -lib1938.s: lib1938.c.s -.PHONY : lib1938.s - -# target to generate assembly for a file -lib1938.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1938.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1938.dir/lib1938.c.s -.PHONY : lib1938.c.s - -lib1939.o: lib1939.c.o -.PHONY : lib1939.o - -# target to build an object file -lib1939.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.o -.PHONY : lib1939.c.o - -lib1939.i: lib1939.c.i -.PHONY : lib1939.i - -# target to preprocess a source file -lib1939.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.i -.PHONY : lib1939.c.i - -lib1939.s: lib1939.c.s -.PHONY : lib1939.s - -# target to generate assembly for a file -lib1939.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1939.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1939.dir/lib1939.c.s -.PHONY : lib1939.c.s - -lib1940.o: lib1940.c.o -.PHONY : lib1940.o - -# target to build an object file -lib1940.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.o -.PHONY : lib1940.c.o - -lib1940.i: lib1940.c.i -.PHONY : lib1940.i - -# target to preprocess a source file -lib1940.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.i -.PHONY : lib1940.c.i - -lib1940.s: lib1940.c.s -.PHONY : lib1940.s - -# target to generate assembly for a file -lib1940.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1940.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1940.dir/lib1940.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1946.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1946.dir/lib1940.c.s -.PHONY : lib1940.c.s - -lib1945.o: lib1945.c.o -.PHONY : lib1945.o - -# target to build an object file -lib1945.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.o -.PHONY : lib1945.c.o - -lib1945.i: lib1945.c.i -.PHONY : lib1945.i - -# target to preprocess a source file -lib1945.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.i -.PHONY : lib1945.c.i - -lib1945.s: lib1945.c.s -.PHONY : lib1945.s - -# target to generate assembly for a file -lib1945.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1945.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1945.dir/lib1945.c.s -.PHONY : lib1945.c.s - -lib1947.o: lib1947.c.o -.PHONY : lib1947.o - -# target to build an object file -lib1947.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.o -.PHONY : lib1947.c.o - -lib1947.i: lib1947.c.i -.PHONY : lib1947.i - -# target to preprocess a source file -lib1947.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.i -.PHONY : lib1947.c.i - -lib1947.s: lib1947.c.s -.PHONY : lib1947.s - -# target to generate assembly for a file -lib1947.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1947.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1947.dir/lib1947.c.s -.PHONY : lib1947.c.s - -lib1948.o: lib1948.c.o -.PHONY : lib1948.o - -# target to build an object file -lib1948.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.o -.PHONY : lib1948.c.o - -lib1948.i: lib1948.c.i -.PHONY : lib1948.i - -# target to preprocess a source file -lib1948.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.i -.PHONY : lib1948.c.i - -lib1948.s: lib1948.c.s -.PHONY : lib1948.s - -# target to generate assembly for a file -lib1948.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1948.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1948.dir/lib1948.c.s -.PHONY : lib1948.c.s - -lib1955.o: lib1955.c.o -.PHONY : lib1955.o - -# target to build an object file -lib1955.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.o -.PHONY : lib1955.c.o - -lib1955.i: lib1955.c.i -.PHONY : lib1955.i - -# target to preprocess a source file -lib1955.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.i -.PHONY : lib1955.c.i - -lib1955.s: lib1955.c.s -.PHONY : lib1955.s - -# target to generate assembly for a file -lib1955.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/lib1955.c.s -.PHONY : lib1955.c.s - -lib1956.o: lib1956.c.o -.PHONY : lib1956.o - -# target to build an object file -lib1956.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.o -.PHONY : lib1956.c.o - -lib1956.i: lib1956.c.i -.PHONY : lib1956.i - -# target to preprocess a source file -lib1956.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.i -.PHONY : lib1956.c.i - -lib1956.s: lib1956.c.s -.PHONY : lib1956.s - -# target to generate assembly for a file -lib1956.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/lib1956.c.s -.PHONY : lib1956.c.s - -lib1957.o: lib1957.c.o -.PHONY : lib1957.o - -# target to build an object file -lib1957.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.o -.PHONY : lib1957.c.o - -lib1957.i: lib1957.c.i -.PHONY : lib1957.i - -# target to preprocess a source file -lib1957.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.i -.PHONY : lib1957.c.i - -lib1957.s: lib1957.c.s -.PHONY : lib1957.s - -# target to generate assembly for a file -lib1957.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/lib1957.c.s -.PHONY : lib1957.c.s - -lib1958.o: lib1958.c.o -.PHONY : lib1958.o - -# target to build an object file -lib1958.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.o -.PHONY : lib1958.c.o - -lib1958.i: lib1958.c.i -.PHONY : lib1958.i - -# target to preprocess a source file -lib1958.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.i -.PHONY : lib1958.c.i - -lib1958.s: lib1958.c.s -.PHONY : lib1958.s - -# target to generate assembly for a file -lib1958.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/lib1958.c.s -.PHONY : lib1958.c.s - -lib1959.o: lib1959.c.o -.PHONY : lib1959.o - -# target to build an object file -lib1959.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.o -.PHONY : lib1959.c.o - -lib1959.i: lib1959.c.i -.PHONY : lib1959.i - -# target to preprocess a source file -lib1959.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.i -.PHONY : lib1959.c.i - -lib1959.s: lib1959.c.s -.PHONY : lib1959.s - -# target to generate assembly for a file -lib1959.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/lib1959.c.s -.PHONY : lib1959.c.s - -lib1960.o: lib1960.c.o -.PHONY : lib1960.o - -# target to build an object file -lib1960.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.o -.PHONY : lib1960.c.o - -lib1960.i: lib1960.c.i -.PHONY : lib1960.i - -# target to preprocess a source file -lib1960.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.i -.PHONY : lib1960.c.i - -lib1960.s: lib1960.c.s -.PHONY : lib1960.s - -# target to generate assembly for a file -lib1960.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1960.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1960.dir/lib1960.c.s -.PHONY : lib1960.c.s - -lib1964.o: lib1964.c.o -.PHONY : lib1964.o - -# target to build an object file -lib1964.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.o -.PHONY : lib1964.c.o - -lib1964.i: lib1964.c.i -.PHONY : lib1964.i - -# target to preprocess a source file -lib1964.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.i -.PHONY : lib1964.c.i - -lib1964.s: lib1964.c.s -.PHONY : lib1964.s - -# target to generate assembly for a file -lib1964.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/lib1964.c.s -.PHONY : lib1964.c.s - -lib1970.o: lib1970.c.o -.PHONY : lib1970.o - -# target to build an object file -lib1970.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.o -.PHONY : lib1970.c.o - -lib1970.i: lib1970.c.i -.PHONY : lib1970.i - -# target to preprocess a source file -lib1970.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.i -.PHONY : lib1970.c.i - -lib1970.s: lib1970.c.s -.PHONY : lib1970.s - -# target to generate assembly for a file -lib1970.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/lib1970.c.s -.PHONY : lib1970.c.s - -lib1971.o: lib1971.c.o -.PHONY : lib1971.o - -# target to build an object file -lib1971.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.o -.PHONY : lib1971.c.o - -lib1971.i: lib1971.c.i -.PHONY : lib1971.i - -# target to preprocess a source file -lib1971.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.i -.PHONY : lib1971.c.i - -lib1971.s: lib1971.c.s -.PHONY : lib1971.s - -# target to generate assembly for a file -lib1971.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/lib1971.c.s -.PHONY : lib1971.c.s - -lib1972.o: lib1972.c.o -.PHONY : lib1972.o - -# target to build an object file -lib1972.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.o -.PHONY : lib1972.c.o - -lib1972.i: lib1972.c.i -.PHONY : lib1972.i - -# target to preprocess a source file -lib1972.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.i -.PHONY : lib1972.c.i - -lib1972.s: lib1972.c.s -.PHONY : lib1972.s - -# target to generate assembly for a file -lib1972.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/lib1972.c.s -.PHONY : lib1972.c.s - -lib1973.o: lib1973.c.o -.PHONY : lib1973.o - -# target to build an object file -lib1973.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.o -.PHONY : lib1973.c.o - -lib1973.i: lib1973.c.i -.PHONY : lib1973.i - -# target to preprocess a source file -lib1973.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.i -.PHONY : lib1973.c.i - -lib1973.s: lib1973.c.s -.PHONY : lib1973.s - -# target to generate assembly for a file -lib1973.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/lib1973.c.s -.PHONY : lib1973.c.s - -lib1974.o: lib1974.c.o -.PHONY : lib1974.o - -# target to build an object file -lib1974.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.o -.PHONY : lib1974.c.o - -lib1974.i: lib1974.c.i -.PHONY : lib1974.i - -# target to preprocess a source file -lib1974.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.i -.PHONY : lib1974.c.i - -lib1974.s: lib1974.c.s -.PHONY : lib1974.s - -# target to generate assembly for a file -lib1974.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/lib1974.c.s -.PHONY : lib1974.c.s - -lib1975.o: lib1975.c.o -.PHONY : lib1975.o - -# target to build an object file -lib1975.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.o -.PHONY : lib1975.c.o - -lib1975.i: lib1975.c.i -.PHONY : lib1975.i - -# target to preprocess a source file -lib1975.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.i -.PHONY : lib1975.c.i - -lib1975.s: lib1975.c.s -.PHONY : lib1975.s - -# target to generate assembly for a file -lib1975.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/lib1975.c.s -.PHONY : lib1975.c.s - -lib1977.o: lib1977.c.o -.PHONY : lib1977.o - -# target to build an object file -lib1977.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.o -.PHONY : lib1977.c.o - -lib1977.i: lib1977.c.i -.PHONY : lib1977.i - -# target to preprocess a source file -lib1977.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.i -.PHONY : lib1977.c.i - -lib1977.s: lib1977.c.s -.PHONY : lib1977.s - -# target to generate assembly for a file -lib1977.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/lib1977.c.s -.PHONY : lib1977.c.s - -lib1978.o: lib1978.c.o -.PHONY : lib1978.o - -# target to build an object file -lib1978.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.o -.PHONY : lib1978.c.o - -lib1978.i: lib1978.c.i -.PHONY : lib1978.i - -# target to preprocess a source file -lib1978.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.i -.PHONY : lib1978.c.i - -lib1978.s: lib1978.c.s -.PHONY : lib1978.s - -# target to generate assembly for a file -lib1978.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/lib1978.c.s -.PHONY : lib1978.c.s - -lib2301.o: lib2301.c.o -.PHONY : lib2301.o - -# target to build an object file -lib2301.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.o -.PHONY : lib2301.c.o - -lib2301.i: lib2301.c.i -.PHONY : lib2301.i - -# target to preprocess a source file -lib2301.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.i -.PHONY : lib2301.c.i - -lib2301.s: lib2301.c.s -.PHONY : lib2301.s - -# target to generate assembly for a file -lib2301.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2301.dir/lib2301.c.s -.PHONY : lib2301.c.s - -lib2302.o: lib2302.c.o -.PHONY : lib2302.o - -# target to build an object file -lib2302.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.o -.PHONY : lib2302.c.o - -lib2302.i: lib2302.c.i -.PHONY : lib2302.i - -# target to preprocess a source file -lib2302.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.i -.PHONY : lib2302.c.i - -lib2302.s: lib2302.c.s -.PHONY : lib2302.s - -# target to generate assembly for a file -lib2302.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2302.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2302.dir/lib2302.c.s -.PHONY : lib2302.c.s - -lib2304.o: lib2304.c.o -.PHONY : lib2304.o - -# target to build an object file -lib2304.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.o -.PHONY : lib2304.c.o - -lib2304.i: lib2304.c.i -.PHONY : lib2304.i - -# target to preprocess a source file -lib2304.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.i -.PHONY : lib2304.c.i - -lib2304.s: lib2304.c.s -.PHONY : lib2304.s - -# target to generate assembly for a file -lib2304.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2304.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2304.dir/lib2304.c.s -.PHONY : lib2304.c.s - -lib2305.o: lib2305.c.o -.PHONY : lib2305.o - -# target to build an object file -lib2305.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.o -.PHONY : lib2305.c.o - -lib2305.i: lib2305.c.i -.PHONY : lib2305.i - -# target to preprocess a source file -lib2305.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.i -.PHONY : lib2305.c.i - -lib2305.s: lib2305.c.s -.PHONY : lib2305.s - -# target to generate assembly for a file -lib2305.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/lib2305.c.s -.PHONY : lib2305.c.s - -lib2306.o: lib2306.c.o -.PHONY : lib2306.o - -# target to build an object file -lib2306.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.o -.PHONY : lib2306.c.o - -lib2306.i: lib2306.c.i -.PHONY : lib2306.i - -# target to preprocess a source file -lib2306.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.i -.PHONY : lib2306.c.i - -lib2306.s: lib2306.c.s -.PHONY : lib2306.s - -# target to generate assembly for a file -lib2306.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2306.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2306.dir/lib2306.c.s -.PHONY : lib2306.c.s - -lib2308.o: lib2308.c.o -.PHONY : lib2308.o - -# target to build an object file -lib2308.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.o -.PHONY : lib2308.c.o - -lib2308.i: lib2308.c.i -.PHONY : lib2308.i - -# target to preprocess a source file -lib2308.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.i -.PHONY : lib2308.c.i - -lib2308.s: lib2308.c.s -.PHONY : lib2308.s - -# target to generate assembly for a file -lib2308.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2308.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2308.dir/lib2308.c.s -.PHONY : lib2308.c.s - -lib2309.o: lib2309.c.o -.PHONY : lib2309.o - -# target to build an object file -lib2309.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.o -.PHONY : lib2309.c.o - -lib2309.i: lib2309.c.i -.PHONY : lib2309.i - -# target to preprocess a source file -lib2309.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.i -.PHONY : lib2309.c.i - -lib2309.s: lib2309.c.s -.PHONY : lib2309.s - -# target to generate assembly for a file -lib2309.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2309.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2309.dir/lib2309.c.s -.PHONY : lib2309.c.s - -lib2310.o: lib2310.c.o -.PHONY : lib2310.o - -# target to build an object file -lib2310.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.o -.PHONY : lib2310.c.o - -lib2310.i: lib2310.c.i -.PHONY : lib2310.i - -# target to preprocess a source file -lib2310.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.i -.PHONY : lib2310.c.i - -lib2310.s: lib2310.c.s -.PHONY : lib2310.s - -# target to generate assembly for a file -lib2310.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/lib2310.c.s -.PHONY : lib2310.c.s - -lib2311.o: lib2311.c.o -.PHONY : lib2311.o - -# target to build an object file -lib2311.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.o -.PHONY : lib2311.c.o - -lib2311.i: lib2311.c.i -.PHONY : lib2311.i - -# target to preprocess a source file -lib2311.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.i -.PHONY : lib2311.c.i - -lib2311.s: lib2311.c.s -.PHONY : lib2311.s - -# target to generate assembly for a file -lib2311.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/lib2311.c.s -.PHONY : lib2311.c.s - -lib2312.o: lib2312.c.o -.PHONY : lib2312.o - -# target to build an object file -lib2312.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.o -.PHONY : lib2312.c.o - -lib2312.i: lib2312.c.i -.PHONY : lib2312.i - -# target to preprocess a source file -lib2312.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.i -.PHONY : lib2312.c.i - -lib2312.s: lib2312.c.s -.PHONY : lib2312.s - -# target to generate assembly for a file -lib2312.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/lib2312.c.s -.PHONY : lib2312.c.s - -lib2402.o: lib2402.c.o -.PHONY : lib2402.o - -# target to build an object file -lib2402.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.o -.PHONY : lib2402.c.o - -lib2402.i: lib2402.c.i -.PHONY : lib2402.i - -# target to preprocess a source file -lib2402.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.i -.PHONY : lib2402.c.i - -lib2402.s: lib2402.c.s -.PHONY : lib2402.s - -# target to generate assembly for a file -lib2402.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/lib2402.c.s -.PHONY : lib2402.c.s - -lib2404.o: lib2404.c.o -.PHONY : lib2404.o - -# target to build an object file -lib2404.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.o -.PHONY : lib2404.c.o - -lib2404.i: lib2404.c.i -.PHONY : lib2404.i - -# target to preprocess a source file -lib2404.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.i -.PHONY : lib2404.c.i - -lib2404.s: lib2404.c.s -.PHONY : lib2404.s - -# target to generate assembly for a file -lib2404.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/lib2404.c.s -.PHONY : lib2404.c.s - -lib2405.o: lib2405.c.o -.PHONY : lib2405.o - -# target to build an object file -lib2405.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.o -.PHONY : lib2405.c.o - -lib2405.i: lib2405.c.i -.PHONY : lib2405.i - -# target to preprocess a source file -lib2405.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.i -.PHONY : lib2405.c.i - -lib2405.s: lib2405.c.s -.PHONY : lib2405.s - -# target to generate assembly for a file -lib2405.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/lib2405.c.s -.PHONY : lib2405.c.s - -lib2502.o: lib2502.c.o -.PHONY : lib2502.o - -# target to build an object file -lib2502.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.o -.PHONY : lib2502.c.o - -lib2502.i: lib2502.c.i -.PHONY : lib2502.i - -# target to preprocess a source file -lib2502.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.i -.PHONY : lib2502.c.i - -lib2502.s: lib2502.c.s -.PHONY : lib2502.s - -# target to generate assembly for a file -lib2502.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/lib2502.c.s -.PHONY : lib2502.c.s - -lib3010.o: lib3010.c.o -.PHONY : lib3010.o - -# target to build an object file -lib3010.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.o -.PHONY : lib3010.c.o - -lib3010.i: lib3010.c.i -.PHONY : lib3010.i - -# target to preprocess a source file -lib3010.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.i -.PHONY : lib3010.c.i - -lib3010.s: lib3010.c.s -.PHONY : lib3010.s - -# target to generate assembly for a file -lib3010.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/lib3010.c.s -.PHONY : lib3010.c.s - -lib3025.o: lib3025.c.o -.PHONY : lib3025.o - -# target to build an object file -lib3025.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.o -.PHONY : lib3025.c.o - -lib3025.i: lib3025.c.i -.PHONY : lib3025.i - -# target to preprocess a source file -lib3025.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.i -.PHONY : lib3025.c.i - -lib3025.s: lib3025.c.s -.PHONY : lib3025.s - -# target to generate assembly for a file -lib3025.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/lib3025.c.s -.PHONY : lib3025.c.s - -lib3026.o: lib3026.c.o -.PHONY : lib3026.o - -# target to build an object file -lib3026.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.o -.PHONY : lib3026.c.o - -lib3026.i: lib3026.c.i -.PHONY : lib3026.i - -# target to preprocess a source file -lib3026.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.i -.PHONY : lib3026.c.i - -lib3026.s: lib3026.c.s -.PHONY : lib3026.s - -# target to generate assembly for a file -lib3026.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/lib3026.c.s -.PHONY : lib3026.c.s - -lib3027.o: lib3027.c.o -.PHONY : lib3027.o - -# target to build an object file -lib3027.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.o -.PHONY : lib3027.c.o - -lib3027.i: lib3027.c.i -.PHONY : lib3027.i - -# target to preprocess a source file -lib3027.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.i -.PHONY : lib3027.c.i - -lib3027.s: lib3027.c.s -.PHONY : lib3027.s - -# target to generate assembly for a file -lib3027.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/lib3027.c.s -.PHONY : lib3027.c.s - -lib3100.o: lib3100.c.o -.PHONY : lib3100.o - -# target to build an object file -lib3100.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.o -.PHONY : lib3100.c.o - -lib3100.i: lib3100.c.i -.PHONY : lib3100.i - -# target to preprocess a source file -lib3100.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.i -.PHONY : lib3100.c.i - -lib3100.s: lib3100.c.s -.PHONY : lib3100.s - -# target to generate assembly for a file -lib3100.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/lib3100.c.s -.PHONY : lib3100.c.s - -lib3101.o: lib3101.c.o -.PHONY : lib3101.o - -# target to build an object file -lib3101.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.o -.PHONY : lib3101.c.o - -lib3101.i: lib3101.c.i -.PHONY : lib3101.i - -# target to preprocess a source file -lib3101.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.i -.PHONY : lib3101.c.i - -lib3101.s: lib3101.c.s -.PHONY : lib3101.s - -# target to generate assembly for a file -lib3101.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/lib3101.c.s -.PHONY : lib3101.c.s - -lib3102.o: lib3102.c.o -.PHONY : lib3102.o - -# target to build an object file -lib3102.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.o -.PHONY : lib3102.c.o - -lib3102.i: lib3102.c.i -.PHONY : lib3102.i - -# target to preprocess a source file -lib3102.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.i -.PHONY : lib3102.c.i - -lib3102.s: lib3102.c.s -.PHONY : lib3102.s - -# target to generate assembly for a file -lib3102.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/lib3102.c.s -.PHONY : lib3102.c.s - -lib3103.o: lib3103.c.o -.PHONY : lib3103.o - -# target to build an object file -lib3103.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.o -.PHONY : lib3103.c.o - -lib3103.i: lib3103.c.i -.PHONY : lib3103.i - -# target to preprocess a source file -lib3103.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.i -.PHONY : lib3103.c.i - -lib3103.s: lib3103.c.s -.PHONY : lib3103.s - -# target to generate assembly for a file -lib3103.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3103.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3103.dir/lib3103.c.s -.PHONY : lib3103.c.s - -lib3104.o: lib3104.c.o -.PHONY : lib3104.o - -# target to build an object file -lib3104.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.o -.PHONY : lib3104.c.o - -lib3104.i: lib3104.c.i -.PHONY : lib3104.i - -# target to preprocess a source file -lib3104.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.i -.PHONY : lib3104.c.i - -lib3104.s: lib3104.c.s -.PHONY : lib3104.s - -# target to generate assembly for a file -lib3104.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3104.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3104.dir/lib3104.c.s -.PHONY : lib3104.c.s - -lib3105.o: lib3105.c.o -.PHONY : lib3105.o - -# target to build an object file -lib3105.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.o -.PHONY : lib3105.c.o - -lib3105.i: lib3105.c.i -.PHONY : lib3105.i - -# target to preprocess a source file -lib3105.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.i -.PHONY : lib3105.c.i - -lib3105.s: lib3105.c.s -.PHONY : lib3105.s - -# target to generate assembly for a file -lib3105.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3105.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3105.dir/lib3105.c.s -.PHONY : lib3105.c.s - -lib3207.o: lib3207.c.o -.PHONY : lib3207.o - -# target to build an object file -lib3207.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.o -.PHONY : lib3207.c.o - -lib3207.i: lib3207.c.i -.PHONY : lib3207.i - -# target to preprocess a source file -lib3207.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.i -.PHONY : lib3207.c.i - -lib3207.s: lib3207.c.s -.PHONY : lib3207.s - -# target to generate assembly for a file -lib3207.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/lib3207.c.s -.PHONY : lib3207.c.s - -lib3208.o: lib3208.c.o -.PHONY : lib3208.o - -# target to build an object file -lib3208.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.o -.PHONY : lib3208.c.o - -lib3208.i: lib3208.c.i -.PHONY : lib3208.i - -# target to preprocess a source file -lib3208.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.i -.PHONY : lib3208.c.i - -lib3208.s: lib3208.c.s -.PHONY : lib3208.s - -# target to generate assembly for a file -lib3208.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/lib3208.c.s -.PHONY : lib3208.c.s - -lib500.o: lib500.c.o -.PHONY : lib500.o - -# target to build an object file -lib500.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.o -.PHONY : lib500.c.o - -lib500.i: lib500.c.i -.PHONY : lib500.i - -# target to preprocess a source file -lib500.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.i -.PHONY : lib500.c.i - -lib500.s: lib500.c.s -.PHONY : lib500.s - -# target to generate assembly for a file -lib500.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/lib500.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/lib500.c.s -.PHONY : lib500.c.s - -lib501.o: lib501.c.o -.PHONY : lib501.o - -# target to build an object file -lib501.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.o -.PHONY : lib501.c.o - -lib501.i: lib501.c.i -.PHONY : lib501.i - -# target to preprocess a source file -lib501.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.i -.PHONY : lib501.c.i - -lib501.s: lib501.c.s -.PHONY : lib501.s - -# target to generate assembly for a file -lib501.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib501.dir/lib501.c.s -.PHONY : lib501.c.s - -lib502.o: lib502.c.o -.PHONY : lib502.o - -# target to build an object file -lib502.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.o -.PHONY : lib502.c.o - -lib502.i: lib502.c.i -.PHONY : lib502.i - -# target to preprocess a source file -lib502.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.i -.PHONY : lib502.c.i - -lib502.s: lib502.c.s -.PHONY : lib502.s - -# target to generate assembly for a file -lib502.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/lib502.c.s -.PHONY : lib502.c.s - -lib503.o: lib503.c.o -.PHONY : lib503.o - -# target to build an object file -lib503.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.o -.PHONY : lib503.c.o - -lib503.i: lib503.c.i -.PHONY : lib503.i - -# target to preprocess a source file -lib503.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.i -.PHONY : lib503.c.i - -lib503.s: lib503.c.s -.PHONY : lib503.s - -# target to generate assembly for a file -lib503.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/lib503.c.s -.PHONY : lib503.c.s - -lib504.o: lib504.c.o -.PHONY : lib504.o - -# target to build an object file -lib504.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.o -.PHONY : lib504.c.o - -lib504.i: lib504.c.i -.PHONY : lib504.i - -# target to preprocess a source file -lib504.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.i -.PHONY : lib504.c.i - -lib504.s: lib504.c.s -.PHONY : lib504.s - -# target to generate assembly for a file -lib504.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/lib504.c.s -.PHONY : lib504.c.s - -lib505.o: lib505.c.o -.PHONY : lib505.o - -# target to build an object file -lib505.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.o -.PHONY : lib505.c.o - -lib505.i: lib505.c.i -.PHONY : lib505.i - -# target to preprocess a source file -lib505.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.i -.PHONY : lib505.c.i - -lib505.s: lib505.c.s -.PHONY : lib505.s - -# target to generate assembly for a file -lib505.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib505.dir/lib505.c.s -.PHONY : lib505.c.s - -lib506.o: lib506.c.o -.PHONY : lib506.o - -# target to build an object file -lib506.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.o -.PHONY : lib506.c.o - -lib506.i: lib506.c.i -.PHONY : lib506.i - -# target to preprocess a source file -lib506.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.i -.PHONY : lib506.c.i - -lib506.s: lib506.c.s -.PHONY : lib506.s - -# target to generate assembly for a file -lib506.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib506.dir/lib506.c.s -.PHONY : lib506.c.s - -lib507.o: lib507.c.o -.PHONY : lib507.o - -# target to build an object file -lib507.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.o -.PHONY : lib507.c.o - -lib507.i: lib507.c.i -.PHONY : lib507.i - -# target to preprocess a source file -lib507.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.i -.PHONY : lib507.c.i - -lib507.s: lib507.c.s -.PHONY : lib507.s - -# target to generate assembly for a file -lib507.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/lib507.c.s -.PHONY : lib507.c.s - -lib508.o: lib508.c.o -.PHONY : lib508.o - -# target to build an object file -lib508.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.o -.PHONY : lib508.c.o - -lib508.i: lib508.c.i -.PHONY : lib508.i - -# target to preprocess a source file -lib508.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.i -.PHONY : lib508.c.i - -lib508.s: lib508.c.s -.PHONY : lib508.s - -# target to generate assembly for a file -lib508.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib508.dir/lib508.c.s -.PHONY : lib508.c.s - -lib509.o: lib509.c.o -.PHONY : lib509.o - -# target to build an object file -lib509.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.o -.PHONY : lib509.c.o - -lib509.i: lib509.c.i -.PHONY : lib509.i - -# target to preprocess a source file -lib509.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.i -.PHONY : lib509.c.i - -lib509.s: lib509.c.s -.PHONY : lib509.s - -# target to generate assembly for a file -lib509.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib509.dir/lib509.c.s -.PHONY : lib509.c.s - -lib510.o: lib510.c.o -.PHONY : lib510.o - -# target to build an object file -lib510.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.o -.PHONY : lib510.c.o - -lib510.i: lib510.c.i -.PHONY : lib510.i - -# target to preprocess a source file -lib510.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.i -.PHONY : lib510.c.i - -lib510.s: lib510.c.s -.PHONY : lib510.s - -# target to generate assembly for a file -lib510.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib510.dir/lib510.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib565.dir/lib510.c.s -.PHONY : lib510.c.s - -lib511.o: lib511.c.o -.PHONY : lib511.o - -# target to build an object file -lib511.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.o -.PHONY : lib511.c.o - -lib511.i: lib511.c.i -.PHONY : lib511.i - -# target to preprocess a source file -lib511.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.i -.PHONY : lib511.c.i - -lib511.s: lib511.c.s -.PHONY : lib511.s - -# target to generate assembly for a file -lib511.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib511.dir/lib511.c.s -.PHONY : lib511.c.s - -lib512.o: lib512.c.o -.PHONY : lib512.o - -# target to build an object file -lib512.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.o -.PHONY : lib512.c.o - -lib512.i: lib512.c.i -.PHONY : lib512.i - -# target to preprocess a source file -lib512.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.i -.PHONY : lib512.c.i - -lib512.s: lib512.c.s -.PHONY : lib512.s - -# target to generate assembly for a file -lib512.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib512.dir/lib512.c.s -.PHONY : lib512.c.s - -lib513.o: lib513.c.o -.PHONY : lib513.o - -# target to build an object file -lib513.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.o -.PHONY : lib513.c.o - -lib513.i: lib513.c.i -.PHONY : lib513.i - -# target to preprocess a source file -lib513.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.i -.PHONY : lib513.c.i - -lib513.s: lib513.c.s -.PHONY : lib513.s - -# target to generate assembly for a file -lib513.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib513.dir/lib513.c.s -.PHONY : lib513.c.s - -lib514.o: lib514.c.o -.PHONY : lib514.o - -# target to build an object file -lib514.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.o -.PHONY : lib514.c.o - -lib514.i: lib514.c.i -.PHONY : lib514.i - -# target to preprocess a source file -lib514.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.i -.PHONY : lib514.c.i - -lib514.s: lib514.c.s -.PHONY : lib514.s - -# target to generate assembly for a file -lib514.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib514.dir/lib514.c.s -.PHONY : lib514.c.s - -lib515.o: lib515.c.o -.PHONY : lib515.o - -# target to build an object file -lib515.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.o -.PHONY : lib515.c.o - -lib515.i: lib515.c.i -.PHONY : lib515.i - -# target to preprocess a source file -lib515.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.i -.PHONY : lib515.c.i - -lib515.s: lib515.c.s -.PHONY : lib515.s - -# target to generate assembly for a file -lib515.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib515.dir/lib515.c.s -.PHONY : lib515.c.s - -lib516.o: lib516.c.o -.PHONY : lib516.o - -# target to build an object file -lib516.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.o -.PHONY : lib516.c.o - -lib516.i: lib516.c.i -.PHONY : lib516.i - -# target to preprocess a source file -lib516.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.i -.PHONY : lib516.c.i - -lib516.s: lib516.c.s -.PHONY : lib516.s - -# target to generate assembly for a file -lib516.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib516.dir/build.make external/curl/tests/libtest/CMakeFiles/lib516.dir/lib516.c.s -.PHONY : lib516.c.s - -lib517.o: lib517.c.o -.PHONY : lib517.o - -# target to build an object file -lib517.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.o -.PHONY : lib517.c.o - -lib517.i: lib517.c.i -.PHONY : lib517.i - -# target to preprocess a source file -lib517.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.i -.PHONY : lib517.c.i - -lib517.s: lib517.c.s -.PHONY : lib517.s - -# target to generate assembly for a file -lib517.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib517.dir/build.make external/curl/tests/libtest/CMakeFiles/lib517.dir/lib517.c.s -.PHONY : lib517.c.s - -lib518.o: lib518.c.o -.PHONY : lib518.o - -# target to build an object file -lib518.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.o -.PHONY : lib518.c.o - -lib518.i: lib518.c.i -.PHONY : lib518.i - -# target to preprocess a source file -lib518.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.i -.PHONY : lib518.c.i - -lib518.s: lib518.c.s -.PHONY : lib518.s - -# target to generate assembly for a file -lib518.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib518.dir/build.make external/curl/tests/libtest/CMakeFiles/lib518.dir/lib518.c.s -.PHONY : lib518.c.s - -lib519.o: lib519.c.o -.PHONY : lib519.o - -# target to build an object file -lib519.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.o -.PHONY : lib519.c.o - -lib519.i: lib519.c.i -.PHONY : lib519.i - -# target to preprocess a source file -lib519.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.i -.PHONY : lib519.c.i - -lib519.s: lib519.c.s -.PHONY : lib519.s - -# target to generate assembly for a file -lib519.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib519.dir/build.make external/curl/tests/libtest/CMakeFiles/lib519.dir/lib519.c.s -.PHONY : lib519.c.s - -lib520.o: lib520.c.o -.PHONY : lib520.o - -# target to build an object file -lib520.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.o -.PHONY : lib520.c.o - -lib520.i: lib520.c.i -.PHONY : lib520.i - -# target to preprocess a source file -lib520.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.i -.PHONY : lib520.c.i - -lib520.s: lib520.c.s -.PHONY : lib520.s - -# target to generate assembly for a file -lib520.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib520.dir/build.make external/curl/tests/libtest/CMakeFiles/lib520.dir/lib520.c.s -.PHONY : lib520.c.s - -lib521.o: lib521.c.o -.PHONY : lib521.o - -# target to build an object file -lib521.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.o -.PHONY : lib521.c.o - -lib521.i: lib521.c.i -.PHONY : lib521.i - -# target to preprocess a source file -lib521.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.i -.PHONY : lib521.c.i - -lib521.s: lib521.c.s -.PHONY : lib521.s - -# target to generate assembly for a file -lib521.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib521.dir/build.make external/curl/tests/libtest/CMakeFiles/lib521.dir/lib521.c.s -.PHONY : lib521.c.s - -lib523.o: lib523.c.o -.PHONY : lib523.o - -# target to build an object file -lib523.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.o -.PHONY : lib523.c.o - -lib523.i: lib523.c.i -.PHONY : lib523.i - -# target to preprocess a source file -lib523.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.i -.PHONY : lib523.c.i - -lib523.s: lib523.c.s -.PHONY : lib523.s - -# target to generate assembly for a file -lib523.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib523.dir/build.make external/curl/tests/libtest/CMakeFiles/lib523.dir/lib523.c.s -.PHONY : lib523.c.s - -lib524.o: lib524.c.o -.PHONY : lib524.o - -# target to build an object file -lib524.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.o -.PHONY : lib524.c.o - -lib524.i: lib524.c.i -.PHONY : lib524.i - -# target to preprocess a source file -lib524.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.i -.PHONY : lib524.c.i - -lib524.s: lib524.c.s -.PHONY : lib524.s - -# target to generate assembly for a file -lib524.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib524.dir/build.make external/curl/tests/libtest/CMakeFiles/lib524.dir/lib524.c.s -.PHONY : lib524.c.s - -lib525.o: lib525.c.o -.PHONY : lib525.o - -# target to build an object file -lib525.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.o -.PHONY : lib525.c.o - -lib525.i: lib525.c.i -.PHONY : lib525.i - -# target to preprocess a source file -lib525.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.i -.PHONY : lib525.c.i - -lib525.s: lib525.c.s -.PHONY : lib525.s - -# target to generate assembly for a file -lib525.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/lib525.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/lib525.c.s -.PHONY : lib525.c.s - -lib526.o: lib526.c.o -.PHONY : lib526.o - -# target to build an object file -lib526.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.o -.PHONY : lib526.c.o - -lib526.i: lib526.c.i -.PHONY : lib526.i - -# target to preprocess a source file -lib526.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.i -.PHONY : lib526.c.i - -lib526.s: lib526.c.s -.PHONY : lib526.s - -# target to generate assembly for a file -lib526.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/lib526.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/lib526.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/lib526.c.s -.PHONY : lib526.c.s - -lib530.o: lib530.c.o -.PHONY : lib530.o - -# target to build an object file -lib530.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.o -.PHONY : lib530.c.o - -lib530.i: lib530.c.i -.PHONY : lib530.i - -# target to preprocess a source file -lib530.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.i -.PHONY : lib530.c.i - -lib530.s: lib530.c.s -.PHONY : lib530.s - -# target to generate assembly for a file -lib530.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/lib530.c.s -.PHONY : lib530.c.s - -lib533.o: lib533.c.o -.PHONY : lib533.o - -# target to build an object file -lib533.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.o -.PHONY : lib533.c.o - -lib533.i: lib533.c.i -.PHONY : lib533.i - -# target to preprocess a source file -lib533.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.i -.PHONY : lib533.c.i - -lib533.s: lib533.c.s -.PHONY : lib533.s - -# target to generate assembly for a file -lib533.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/lib533.c.s -.PHONY : lib533.c.s - -lib536.o: lib536.c.o -.PHONY : lib536.o - -# target to build an object file -lib536.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.o -.PHONY : lib536.c.o - -lib536.i: lib536.c.i -.PHONY : lib536.i - -# target to preprocess a source file -lib536.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.i -.PHONY : lib536.c.i - -lib536.s: lib536.c.s -.PHONY : lib536.s - -# target to generate assembly for a file -lib536.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib536.dir/lib536.c.s -.PHONY : lib536.c.s - -lib537.o: lib537.c.o -.PHONY : lib537.o - -# target to build an object file -lib537.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.o -.PHONY : lib537.c.o - -lib537.i: lib537.c.i -.PHONY : lib537.i - -# target to preprocess a source file -lib537.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.i -.PHONY : lib537.c.i - -lib537.s: lib537.c.s -.PHONY : lib537.s - -# target to generate assembly for a file -lib537.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib537.dir/lib537.c.s -.PHONY : lib537.c.s - -lib539.o: lib539.c.o -.PHONY : lib539.o - -# target to build an object file -lib539.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.o -.PHONY : lib539.c.o - -lib539.i: lib539.c.i -.PHONY : lib539.i - -# target to preprocess a source file -lib539.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.i -.PHONY : lib539.c.i - -lib539.s: lib539.c.s -.PHONY : lib539.s - -# target to generate assembly for a file -lib539.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib539.dir/lib539.c.s -.PHONY : lib539.c.s - -lib540.o: lib540.c.o -.PHONY : lib540.o - -# target to build an object file -lib540.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.o -.PHONY : lib540.c.o - -lib540.i: lib540.c.i -.PHONY : lib540.i - -# target to preprocess a source file -lib540.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.i -.PHONY : lib540.c.i - -lib540.s: lib540.c.s -.PHONY : lib540.s - -# target to generate assembly for a file -lib540.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/lib540.c.s -.PHONY : lib540.c.s - -lib541.o: lib541.c.o -.PHONY : lib541.o - -# target to build an object file -lib541.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.o -.PHONY : lib541.c.o - -lib541.i: lib541.c.i -.PHONY : lib541.i - -# target to preprocess a source file -lib541.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.i -.PHONY : lib541.c.i - -lib541.s: lib541.c.s -.PHONY : lib541.s - -# target to generate assembly for a file -lib541.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib541.dir/lib541.c.s -.PHONY : lib541.c.s - -lib542.o: lib542.c.o -.PHONY : lib542.o - -# target to build an object file -lib542.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.o -.PHONY : lib542.c.o - -lib542.i: lib542.c.i -.PHONY : lib542.i - -# target to preprocess a source file -lib542.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.i -.PHONY : lib542.c.i - -lib542.s: lib542.c.s -.PHONY : lib542.s - -# target to generate assembly for a file -lib542.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib542.dir/lib542.c.s -.PHONY : lib542.c.s - -lib543.o: lib543.c.o -.PHONY : lib543.o - -# target to build an object file -lib543.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.o -.PHONY : lib543.c.o - -lib543.i: lib543.c.i -.PHONY : lib543.i - -# target to preprocess a source file -lib543.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.i -.PHONY : lib543.c.i - -lib543.s: lib543.c.s -.PHONY : lib543.s - -# target to generate assembly for a file -lib543.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib543.dir/build.make external/curl/tests/libtest/CMakeFiles/lib543.dir/lib543.c.s -.PHONY : lib543.c.s - -lib544.o: lib544.c.o -.PHONY : lib544.o - -# target to build an object file -lib544.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.o -.PHONY : lib544.c.o - -lib544.i: lib544.c.i -.PHONY : lib544.i - -# target to preprocess a source file -lib544.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.i -.PHONY : lib544.c.i - -lib544.s: lib544.c.s -.PHONY : lib544.s - -# target to generate assembly for a file -lib544.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib544.dir/build.make external/curl/tests/libtest/CMakeFiles/lib544.dir/lib544.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib545.dir/build.make external/curl/tests/libtest/CMakeFiles/lib545.dir/lib544.c.s -.PHONY : lib544.c.s - -lib547.o: lib547.c.o -.PHONY : lib547.o - -# target to build an object file -lib547.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.o -.PHONY : lib547.c.o - -lib547.i: lib547.c.i -.PHONY : lib547.i - -# target to preprocess a source file -lib547.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.i -.PHONY : lib547.c.i - -lib547.s: lib547.c.s -.PHONY : lib547.s - -# target to generate assembly for a file -lib547.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib547.dir/build.make external/curl/tests/libtest/CMakeFiles/lib547.dir/lib547.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib548.dir/build.make external/curl/tests/libtest/CMakeFiles/lib548.dir/lib547.c.s -.PHONY : lib547.c.s - -lib549.o: lib549.c.o -.PHONY : lib549.o - -# target to build an object file -lib549.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.o -.PHONY : lib549.c.o - -lib549.i: lib549.c.i -.PHONY : lib549.i - -# target to preprocess a source file -lib549.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.i -.PHONY : lib549.c.i - -lib549.s: lib549.c.s -.PHONY : lib549.s - -# target to generate assembly for a file -lib549.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib549.dir/build.make external/curl/tests/libtest/CMakeFiles/lib549.dir/lib549.c.s -.PHONY : lib549.c.s - -lib552.o: lib552.c.o -.PHONY : lib552.o - -# target to build an object file -lib552.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.o -.PHONY : lib552.c.o - -lib552.i: lib552.c.i -.PHONY : lib552.i - -# target to preprocess a source file -lib552.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.i -.PHONY : lib552.c.i - -lib552.s: lib552.c.s -.PHONY : lib552.s - -# target to generate assembly for a file -lib552.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib552.dir/lib552.c.s -.PHONY : lib552.c.s - -lib553.o: lib553.c.o -.PHONY : lib553.o - -# target to build an object file -lib553.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.o -.PHONY : lib553.c.o - -lib553.i: lib553.c.i -.PHONY : lib553.i - -# target to preprocess a source file -lib553.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.i -.PHONY : lib553.c.i - -lib553.s: lib553.c.s -.PHONY : lib553.s - -# target to generate assembly for a file -lib553.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib553.dir/lib553.c.s -.PHONY : lib553.c.s - -lib554.o: lib554.c.o -.PHONY : lib554.o - -# target to build an object file -lib554.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.o -.PHONY : lib554.c.o - -lib554.i: lib554.c.i -.PHONY : lib554.i - -# target to preprocess a source file -lib554.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.i -.PHONY : lib554.c.i - -lib554.s: lib554.c.s -.PHONY : lib554.s - -# target to generate assembly for a file -lib554.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib554.dir/build.make external/curl/tests/libtest/CMakeFiles/lib554.dir/lib554.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib587.dir/build.make external/curl/tests/libtest/CMakeFiles/lib587.dir/lib554.c.s -.PHONY : lib554.c.s - -lib555.o: lib555.c.o -.PHONY : lib555.o - -# target to build an object file -lib555.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.o -.PHONY : lib555.c.o - -lib555.i: lib555.c.i -.PHONY : lib555.i - -# target to preprocess a source file -lib555.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.i -.PHONY : lib555.c.i - -lib555.s: lib555.c.s -.PHONY : lib555.s - -# target to generate assembly for a file -lib555.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/lib555.c.s -.PHONY : lib555.c.s - -lib556.o: lib556.c.o -.PHONY : lib556.o - -# target to build an object file -lib556.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.o -.PHONY : lib556.c.o - -lib556.i: lib556.c.i -.PHONY : lib556.i - -# target to preprocess a source file -lib556.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.i -.PHONY : lib556.c.i - -lib556.s: lib556.c.s -.PHONY : lib556.s - -# target to generate assembly for a file -lib556.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib556.dir/lib556.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib696.dir/build.make external/curl/tests/libtest/CMakeFiles/lib696.dir/lib556.c.s -.PHONY : lib556.c.s - -lib557.o: lib557.c.o -.PHONY : lib557.o - -# target to build an object file -lib557.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.o -.PHONY : lib557.c.o - -lib557.i: lib557.c.i -.PHONY : lib557.i - -# target to preprocess a source file -lib557.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.i -.PHONY : lib557.c.i - -lib557.s: lib557.c.s -.PHONY : lib557.s - -# target to generate assembly for a file -lib557.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib557.dir/lib557.c.s -.PHONY : lib557.c.s - -lib558.o: lib558.c.o -.PHONY : lib558.o - -# target to build an object file -lib558.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.o -.PHONY : lib558.c.o - -lib558.i: lib558.c.i -.PHONY : lib558.i - -# target to preprocess a source file -lib558.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.i -.PHONY : lib558.c.i - -lib558.s: lib558.c.s -.PHONY : lib558.s - -# target to generate assembly for a file -lib558.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib558.dir/lib558.c.s -.PHONY : lib558.c.s - -lib559.o: lib559.c.o -.PHONY : lib559.o - -# target to build an object file -lib559.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.o -.PHONY : lib559.c.o - -lib559.i: lib559.c.i -.PHONY : lib559.i - -# target to preprocess a source file -lib559.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.i -.PHONY : lib559.c.i - -lib559.s: lib559.c.s -.PHONY : lib559.s - -# target to generate assembly for a file -lib559.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib559.dir/lib559.c.s -.PHONY : lib559.c.s - -lib560.o: lib560.c.o -.PHONY : lib560.o - -# target to build an object file -lib560.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.o -.PHONY : lib560.c.o - -lib560.i: lib560.c.i -.PHONY : lib560.i - -# target to preprocess a source file -lib560.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.i -.PHONY : lib560.c.i - -lib560.s: lib560.c.s -.PHONY : lib560.s - -# target to generate assembly for a file -lib560.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/lib560.c.s -.PHONY : lib560.c.s - -lib562.o: lib562.c.o -.PHONY : lib562.o - -# target to build an object file -lib562.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.o -.PHONY : lib562.c.o - -lib562.i: lib562.c.i -.PHONY : lib562.i - -# target to preprocess a source file -lib562.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.i -.PHONY : lib562.c.i - -lib562.s: lib562.c.s -.PHONY : lib562.s - -# target to generate assembly for a file -lib562.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib562.dir/build.make external/curl/tests/libtest/CMakeFiles/lib562.dir/lib562.c.s -.PHONY : lib562.c.s - -lib564.o: lib564.c.o -.PHONY : lib564.o - -# target to build an object file -lib564.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.o -.PHONY : lib564.c.o - -lib564.i: lib564.c.i -.PHONY : lib564.i - -# target to preprocess a source file -lib564.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.i -.PHONY : lib564.c.i - -lib564.s: lib564.c.s -.PHONY : lib564.s - -# target to generate assembly for a file -lib564.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/lib564.c.s -.PHONY : lib564.c.s - -lib566.o: lib566.c.o -.PHONY : lib566.o - -# target to build an object file -lib566.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.o -.PHONY : lib566.c.o - -lib566.i: lib566.c.i -.PHONY : lib566.i - -# target to preprocess a source file -lib566.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.i -.PHONY : lib566.c.i - -lib566.s: lib566.c.s -.PHONY : lib566.s - -# target to generate assembly for a file -lib566.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib566.dir/build.make external/curl/tests/libtest/CMakeFiles/lib566.dir/lib566.c.s -.PHONY : lib566.c.s - -lib567.o: lib567.c.o -.PHONY : lib567.o - -# target to build an object file -lib567.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.o -.PHONY : lib567.c.o - -lib567.i: lib567.c.i -.PHONY : lib567.i - -# target to preprocess a source file -lib567.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.i -.PHONY : lib567.c.i - -lib567.s: lib567.c.s -.PHONY : lib567.s - -# target to generate assembly for a file -lib567.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib567.dir/build.make external/curl/tests/libtest/CMakeFiles/lib567.dir/lib567.c.s -.PHONY : lib567.c.s - -lib568.o: lib568.c.o -.PHONY : lib568.o - -# target to build an object file -lib568.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.o -.PHONY : lib568.c.o - -lib568.i: lib568.c.i -.PHONY : lib568.i - -# target to preprocess a source file -lib568.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.i -.PHONY : lib568.c.i - -lib568.s: lib568.c.s -.PHONY : lib568.s - -# target to generate assembly for a file -lib568.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib568.dir/build.make external/curl/tests/libtest/CMakeFiles/lib568.dir/lib568.c.s -.PHONY : lib568.c.s - -lib569.o: lib569.c.o -.PHONY : lib569.o - -# target to build an object file -lib569.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.o -.PHONY : lib569.c.o - -lib569.i: lib569.c.i -.PHONY : lib569.i - -# target to preprocess a source file -lib569.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.i -.PHONY : lib569.c.i - -lib569.s: lib569.c.s -.PHONY : lib569.s - -# target to generate assembly for a file -lib569.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib569.dir/build.make external/curl/tests/libtest/CMakeFiles/lib569.dir/lib569.c.s -.PHONY : lib569.c.s - -lib570.o: lib570.c.o -.PHONY : lib570.o - -# target to build an object file -lib570.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.o -.PHONY : lib570.c.o - -lib570.i: lib570.c.i -.PHONY : lib570.i - -# target to preprocess a source file -lib570.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.i -.PHONY : lib570.c.i - -lib570.s: lib570.c.s -.PHONY : lib570.s - -# target to generate assembly for a file -lib570.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib570.dir/build.make external/curl/tests/libtest/CMakeFiles/lib570.dir/lib570.c.s -.PHONY : lib570.c.s - -lib571.o: lib571.c.o -.PHONY : lib571.o - -# target to build an object file -lib571.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.o -.PHONY : lib571.c.o - -lib571.i: lib571.c.i -.PHONY : lib571.i - -# target to preprocess a source file -lib571.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.i -.PHONY : lib571.c.i - -lib571.s: lib571.c.s -.PHONY : lib571.s - -# target to generate assembly for a file -lib571.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib571.dir/build.make external/curl/tests/libtest/CMakeFiles/lib571.dir/lib571.c.s -.PHONY : lib571.c.s - -lib572.o: lib572.c.o -.PHONY : lib572.o - -# target to build an object file -lib572.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.o -.PHONY : lib572.c.o - -lib572.i: lib572.c.i -.PHONY : lib572.i - -# target to preprocess a source file -lib572.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.i -.PHONY : lib572.c.i - -lib572.s: lib572.c.s -.PHONY : lib572.s - -# target to generate assembly for a file -lib572.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib572.dir/build.make external/curl/tests/libtest/CMakeFiles/lib572.dir/lib572.c.s -.PHONY : lib572.c.s - -lib573.o: lib573.c.o -.PHONY : lib573.o - -# target to build an object file -lib573.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.o -.PHONY : lib573.c.o - -lib573.i: lib573.c.i -.PHONY : lib573.i - -# target to preprocess a source file -lib573.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.i -.PHONY : lib573.c.i - -lib573.s: lib573.c.s -.PHONY : lib573.s - -# target to generate assembly for a file -lib573.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/lib573.c.s -.PHONY : lib573.c.s - -lib574.o: lib574.c.o -.PHONY : lib574.o - -# target to build an object file -lib574.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.o -.PHONY : lib574.c.o - -lib574.i: lib574.c.i -.PHONY : lib574.i - -# target to preprocess a source file -lib574.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.i -.PHONY : lib574.c.i - -lib574.s: lib574.c.s -.PHONY : lib574.s - -# target to generate assembly for a file -lib574.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib574.dir/build.make external/curl/tests/libtest/CMakeFiles/lib574.dir/lib574.c.s -.PHONY : lib574.c.s - -lib575.o: lib575.c.o -.PHONY : lib575.o - -# target to build an object file -lib575.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.o -.PHONY : lib575.c.o - -lib575.i: lib575.c.i -.PHONY : lib575.i - -# target to preprocess a source file -lib575.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.i -.PHONY : lib575.c.i - -lib575.s: lib575.c.s -.PHONY : lib575.s - -# target to generate assembly for a file -lib575.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/lib575.c.s -.PHONY : lib575.c.s - -lib576.o: lib576.c.o -.PHONY : lib576.o - -# target to build an object file -lib576.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.o -.PHONY : lib576.c.o - -lib576.i: lib576.c.i -.PHONY : lib576.i - -# target to preprocess a source file -lib576.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.i -.PHONY : lib576.c.i - -lib576.s: lib576.c.s -.PHONY : lib576.s - -# target to generate assembly for a file -lib576.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib576.dir/build.make external/curl/tests/libtest/CMakeFiles/lib576.dir/lib576.c.s -.PHONY : lib576.c.s - -lib578.o: lib578.c.o -.PHONY : lib578.o - -# target to build an object file -lib578.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.o -.PHONY : lib578.c.o - -lib578.i: lib578.c.i -.PHONY : lib578.i - -# target to preprocess a source file -lib578.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.i -.PHONY : lib578.c.i - -lib578.s: lib578.c.s -.PHONY : lib578.s - -# target to generate assembly for a file -lib578.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib578.dir/build.make external/curl/tests/libtest/CMakeFiles/lib578.dir/lib578.c.s -.PHONY : lib578.c.s - -lib579.o: lib579.c.o -.PHONY : lib579.o - -# target to build an object file -lib579.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.o -.PHONY : lib579.c.o - -lib579.i: lib579.c.i -.PHONY : lib579.i - -# target to preprocess a source file -lib579.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.i -.PHONY : lib579.c.i - -lib579.s: lib579.c.s -.PHONY : lib579.s - -# target to generate assembly for a file -lib579.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib579.dir/build.make external/curl/tests/libtest/CMakeFiles/lib579.dir/lib579.c.s -.PHONY : lib579.c.s - -lib582.o: lib582.c.o -.PHONY : lib582.o - -# target to build an object file -lib582.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.o -.PHONY : lib582.c.o - -lib582.i: lib582.c.i -.PHONY : lib582.i - -# target to preprocess a source file -lib582.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.i -.PHONY : lib582.c.i - -lib582.s: lib582.c.s -.PHONY : lib582.s - -# target to generate assembly for a file -lib582.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/lib582.c.s -.PHONY : lib582.c.s - -lib583.o: lib583.c.o -.PHONY : lib583.o - -# target to build an object file -lib583.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.o -.PHONY : lib583.c.o - -lib583.i: lib583.c.i -.PHONY : lib583.i - -# target to preprocess a source file -lib583.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.i -.PHONY : lib583.c.i - -lib583.s: lib583.c.s -.PHONY : lib583.s - -# target to generate assembly for a file -lib583.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib583.dir/build.make external/curl/tests/libtest/CMakeFiles/lib583.dir/lib583.c.s -.PHONY : lib583.c.s - -lib586.o: lib586.c.o -.PHONY : lib586.o - -# target to build an object file -lib586.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.o -.PHONY : lib586.c.o - -lib586.i: lib586.c.i -.PHONY : lib586.i - -# target to preprocess a source file -lib586.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.i -.PHONY : lib586.c.i - -lib586.s: lib586.c.s -.PHONY : lib586.s - -# target to generate assembly for a file -lib586.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib586.dir/build.make external/curl/tests/libtest/CMakeFiles/lib586.dir/lib586.c.s -.PHONY : lib586.c.s - -lib589.o: lib589.c.o -.PHONY : lib589.o - -# target to build an object file -lib589.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.o -.PHONY : lib589.c.o - -lib589.i: lib589.c.i -.PHONY : lib589.i - -# target to preprocess a source file -lib589.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.i -.PHONY : lib589.c.i - -lib589.s: lib589.c.s -.PHONY : lib589.s - -# target to generate assembly for a file -lib589.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib584.dir/build.make external/curl/tests/libtest/CMakeFiles/lib584.dir/lib589.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib589.dir/build.make external/curl/tests/libtest/CMakeFiles/lib589.dir/lib589.c.s -.PHONY : lib589.c.s - -lib590.o: lib590.c.o -.PHONY : lib590.o - -# target to build an object file -lib590.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.o -.PHONY : lib590.c.o - -lib590.i: lib590.c.i -.PHONY : lib590.i - -# target to preprocess a source file -lib590.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.i -.PHONY : lib590.c.i - -lib590.s: lib590.c.s -.PHONY : lib590.s - -# target to generate assembly for a file -lib590.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib590.dir/build.make external/curl/tests/libtest/CMakeFiles/lib590.dir/lib590.c.s -.PHONY : lib590.c.s - -lib591.o: lib591.c.o -.PHONY : lib591.o - -# target to build an object file -lib591.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.o -.PHONY : lib591.c.o - -lib591.i: lib591.c.i -.PHONY : lib591.i - -# target to preprocess a source file -lib591.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.i -.PHONY : lib591.c.i - -lib591.s: lib591.c.s -.PHONY : lib591.s - -# target to generate assembly for a file -lib591.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/lib591.c.s -.PHONY : lib591.c.s - -lib597.o: lib597.c.o -.PHONY : lib597.o - -# target to build an object file -lib597.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.o -.PHONY : lib597.c.o - -lib597.i: lib597.c.i -.PHONY : lib597.i - -# target to preprocess a source file -lib597.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.i -.PHONY : lib597.c.i - -lib597.s: lib597.c.s -.PHONY : lib597.s - -# target to generate assembly for a file -lib597.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/lib597.c.s -.PHONY : lib597.c.s - -lib598.o: lib598.c.o -.PHONY : lib598.o - -# target to build an object file -lib598.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.o -.PHONY : lib598.c.o - -lib598.i: lib598.c.i -.PHONY : lib598.i - -# target to preprocess a source file -lib598.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.i -.PHONY : lib598.c.i - -lib598.s: lib598.c.s -.PHONY : lib598.s - -# target to generate assembly for a file -lib598.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib598.dir/lib598.c.s -.PHONY : lib598.c.s - -lib599.o: lib599.c.o -.PHONY : lib599.o - -# target to build an object file -lib599.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.o -.PHONY : lib599.c.o - -lib599.i: lib599.c.i -.PHONY : lib599.i - -# target to preprocess a source file -lib599.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.i -.PHONY : lib599.c.i - -lib599.s: lib599.c.s -.PHONY : lib599.s - -# target to generate assembly for a file -lib599.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib599.dir/build.make external/curl/tests/libtest/CMakeFiles/lib599.dir/lib599.c.s -.PHONY : lib599.c.s - -lib643.o: lib643.c.o -.PHONY : lib643.o - -# target to build an object file -lib643.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.o -.PHONY : lib643.c.o - -lib643.i: lib643.c.i -.PHONY : lib643.i - -# target to preprocess a source file -lib643.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.i -.PHONY : lib643.c.i - -lib643.s: lib643.c.s -.PHONY : lib643.s - -# target to generate assembly for a file -lib643.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib643.dir/build.make external/curl/tests/libtest/CMakeFiles/lib643.dir/lib643.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib645.dir/build.make external/curl/tests/libtest/CMakeFiles/lib645.dir/lib643.c.s -.PHONY : lib643.c.s - -lib650.o: lib650.c.o -.PHONY : lib650.o - -# target to build an object file -lib650.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.o -.PHONY : lib650.c.o - -lib650.i: lib650.c.i -.PHONY : lib650.i - -# target to preprocess a source file -lib650.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.i -.PHONY : lib650.c.i - -lib650.s: lib650.c.s -.PHONY : lib650.s - -# target to generate assembly for a file -lib650.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib650.dir/build.make external/curl/tests/libtest/CMakeFiles/lib650.dir/lib650.c.s -.PHONY : lib650.c.s - -lib651.o: lib651.c.o -.PHONY : lib651.o - -# target to build an object file -lib651.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.o -.PHONY : lib651.c.o - -lib651.i: lib651.c.i -.PHONY : lib651.i - -# target to preprocess a source file -lib651.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.i -.PHONY : lib651.c.i - -lib651.s: lib651.c.s -.PHONY : lib651.s - -# target to generate assembly for a file -lib651.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib651.dir/build.make external/curl/tests/libtest/CMakeFiles/lib651.dir/lib651.c.s -.PHONY : lib651.c.s - -lib652.o: lib652.c.o -.PHONY : lib652.o - -# target to build an object file -lib652.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.o -.PHONY : lib652.c.o - -lib652.i: lib652.c.i -.PHONY : lib652.i - -# target to preprocess a source file -lib652.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.i -.PHONY : lib652.c.i - -lib652.s: lib652.c.s -.PHONY : lib652.s - -# target to generate assembly for a file -lib652.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib652.dir/build.make external/curl/tests/libtest/CMakeFiles/lib652.dir/lib652.c.s -.PHONY : lib652.c.s - -lib653.o: lib653.c.o -.PHONY : lib653.o - -# target to build an object file -lib653.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.o -.PHONY : lib653.c.o - -lib653.i: lib653.c.i -.PHONY : lib653.i - -# target to preprocess a source file -lib653.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.i -.PHONY : lib653.c.i - -lib653.s: lib653.c.s -.PHONY : lib653.s - -# target to generate assembly for a file -lib653.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib653.dir/build.make external/curl/tests/libtest/CMakeFiles/lib653.dir/lib653.c.s -.PHONY : lib653.c.s - -lib654.o: lib654.c.o -.PHONY : lib654.o - -# target to build an object file -lib654.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.o -.PHONY : lib654.c.o - -lib654.i: lib654.c.i -.PHONY : lib654.i - -# target to preprocess a source file -lib654.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.i -.PHONY : lib654.c.i - -lib654.s: lib654.c.s -.PHONY : lib654.s - -# target to generate assembly for a file -lib654.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib654.dir/build.make external/curl/tests/libtest/CMakeFiles/lib654.dir/lib654.c.s -.PHONY : lib654.c.s - -lib655.o: lib655.c.o -.PHONY : lib655.o - -# target to build an object file -lib655.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.o -.PHONY : lib655.c.o - -lib655.i: lib655.c.i -.PHONY : lib655.i - -# target to preprocess a source file -lib655.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.i -.PHONY : lib655.c.i - -lib655.s: lib655.c.s -.PHONY : lib655.s - -# target to generate assembly for a file -lib655.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib655.dir/build.make external/curl/tests/libtest/CMakeFiles/lib655.dir/lib655.c.s -.PHONY : lib655.c.s - -lib658.o: lib658.c.o -.PHONY : lib658.o - -# target to build an object file -lib658.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.o -.PHONY : lib658.c.o - -lib658.i: lib658.c.i -.PHONY : lib658.i - -# target to preprocess a source file -lib658.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.i -.PHONY : lib658.c.i - -lib658.s: lib658.c.s -.PHONY : lib658.s - -# target to generate assembly for a file -lib658.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/lib658.c.s -.PHONY : lib658.c.s - -lib659.o: lib659.c.o -.PHONY : lib659.o - -# target to build an object file -lib659.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.o -.PHONY : lib659.c.o - -lib659.i: lib659.c.i -.PHONY : lib659.i - -# target to preprocess a source file -lib659.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.i -.PHONY : lib659.c.i - -lib659.s: lib659.c.s -.PHONY : lib659.s - -# target to generate assembly for a file -lib659.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/lib659.c.s -.PHONY : lib659.c.s - -lib661.o: lib661.c.o -.PHONY : lib661.o - -# target to build an object file -lib661.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.o -.PHONY : lib661.c.o - -lib661.i: lib661.c.i -.PHONY : lib661.i - -# target to preprocess a source file -lib661.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.i -.PHONY : lib661.c.i - -lib661.s: lib661.c.s -.PHONY : lib661.s - -# target to generate assembly for a file -lib661.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib661.dir/build.make external/curl/tests/libtest/CMakeFiles/lib661.dir/lib661.c.s -.PHONY : lib661.c.s - -lib666.o: lib666.c.o -.PHONY : lib666.o - -# target to build an object file -lib666.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.o -.PHONY : lib666.c.o - -lib666.i: lib666.c.i -.PHONY : lib666.i - -# target to preprocess a source file -lib666.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.i -.PHONY : lib666.c.i - -lib666.s: lib666.c.s -.PHONY : lib666.s - -# target to generate assembly for a file -lib666.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib666.dir/build.make external/curl/tests/libtest/CMakeFiles/lib666.dir/lib666.c.s -.PHONY : lib666.c.s - -lib667.o: lib667.c.o -.PHONY : lib667.o - -# target to build an object file -lib667.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.o -.PHONY : lib667.c.o - -lib667.i: lib667.c.i -.PHONY : lib667.i - -# target to preprocess a source file -lib667.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.i -.PHONY : lib667.c.i - -lib667.s: lib667.c.s -.PHONY : lib667.s - -# target to generate assembly for a file -lib667.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/lib667.c.s -.PHONY : lib667.c.s - -lib668.o: lib668.c.o -.PHONY : lib668.o - -# target to build an object file -lib668.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.o -.PHONY : lib668.c.o - -lib668.i: lib668.c.i -.PHONY : lib668.i - -# target to preprocess a source file -lib668.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.i -.PHONY : lib668.c.i - -lib668.s: lib668.c.s -.PHONY : lib668.s - -# target to generate assembly for a file -lib668.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/lib668.c.s -.PHONY : lib668.c.s - -lib670.o: lib670.c.o -.PHONY : lib670.o - -# target to build an object file -lib670.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.o -.PHONY : lib670.c.o - -lib670.i: lib670.c.i -.PHONY : lib670.i - -# target to preprocess a source file -lib670.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.i -.PHONY : lib670.c.i - -lib670.s: lib670.c.s -.PHONY : lib670.s - -# target to generate assembly for a file -lib670.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/lib670.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/lib670.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/lib670.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/lib670.c.s -.PHONY : lib670.c.s - -lib674.o: lib674.c.o -.PHONY : lib674.o - -# target to build an object file -lib674.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.o -.PHONY : lib674.c.o - -lib674.i: lib674.c.i -.PHONY : lib674.i - -# target to preprocess a source file -lib674.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.i -.PHONY : lib674.c.i - -lib674.s: lib674.c.s -.PHONY : lib674.s - -# target to generate assembly for a file -lib674.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/lib674.c.s -.PHONY : lib674.c.s - -lib676.o: lib676.c.o -.PHONY : lib676.o - -# target to build an object file -lib676.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.o -.PHONY : lib676.c.o - -lib676.i: lib676.c.i -.PHONY : lib676.i - -# target to preprocess a source file -lib676.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.i -.PHONY : lib676.c.i - -lib676.s: lib676.c.s -.PHONY : lib676.s - -# target to generate assembly for a file -lib676.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/lib676.c.s -.PHONY : lib676.c.s - -lib677.o: lib677.c.o -.PHONY : lib677.o - -# target to build an object file -lib677.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.o -.PHONY : lib677.c.o - -lib677.i: lib677.c.i -.PHONY : lib677.i - -# target to preprocess a source file -lib677.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.i -.PHONY : lib677.c.i - -lib677.s: lib677.c.s -.PHONY : lib677.s - -# target to generate assembly for a file -lib677.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/lib677.c.s -.PHONY : lib677.c.s - -lib678.o: lib678.c.o -.PHONY : lib678.o - -# target to build an object file -lib678.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.o -.PHONY : lib678.c.o - -lib678.i: lib678.c.i -.PHONY : lib678.i - -# target to preprocess a source file -lib678.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.i -.PHONY : lib678.c.i - -lib678.s: lib678.c.s -.PHONY : lib678.s - -# target to generate assembly for a file -lib678.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/lib678.c.s -.PHONY : lib678.c.s - -lib694.o: lib694.c.o -.PHONY : lib694.o - -# target to build an object file -lib694.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.o -.PHONY : lib694.c.o - -lib694.i: lib694.c.i -.PHONY : lib694.i - -# target to preprocess a source file -lib694.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.i -.PHONY : lib694.c.i - -lib694.s: lib694.c.s -.PHONY : lib694.s - -# target to generate assembly for a file -lib694.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib694.dir/build.make external/curl/tests/libtest/CMakeFiles/lib694.dir/lib694.c.s -.PHONY : lib694.c.s - -lib695.o: lib695.c.o -.PHONY : lib695.o - -# target to build an object file -lib695.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.o -.PHONY : lib695.c.o - -lib695.i: lib695.c.i -.PHONY : lib695.i - -# target to preprocess a source file -lib695.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.i -.PHONY : lib695.c.i - -lib695.s: lib695.c.s -.PHONY : lib695.s - -# target to generate assembly for a file -lib695.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib695.dir/build.make external/curl/tests/libtest/CMakeFiles/lib695.dir/lib695.c.s -.PHONY : lib695.c.s - -libauthretry.o: libauthretry.c.o -.PHONY : libauthretry.o - -# target to build an object file -libauthretry.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.o -.PHONY : libauthretry.c.o - -libauthretry.i: libauthretry.c.i -.PHONY : libauthretry.i - -# target to preprocess a source file -libauthretry.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.i -.PHONY : libauthretry.c.i - -libauthretry.s: libauthretry.c.s -.PHONY : libauthretry.s - -# target to generate assembly for a file -libauthretry.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libauthretry.dir/build.make external/curl/tests/libtest/CMakeFiles/libauthretry.dir/libauthretry.c.s -.PHONY : libauthretry.c.s - -libntlmconnect.o: libntlmconnect.c.o -.PHONY : libntlmconnect.o - -# target to build an object file -libntlmconnect.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.o -.PHONY : libntlmconnect.c.o - -libntlmconnect.i: libntlmconnect.c.i -.PHONY : libntlmconnect.i - -# target to preprocess a source file -libntlmconnect.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.i -.PHONY : libntlmconnect.c.i - -libntlmconnect.s: libntlmconnect.c.s -.PHONY : libntlmconnect.s - -# target to generate assembly for a file -libntlmconnect.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/libntlmconnect.c.s -.PHONY : libntlmconnect.c.s - -libprereq.o: libprereq.c.o -.PHONY : libprereq.o - -# target to build an object file -libprereq.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.o -.PHONY : libprereq.c.o - -libprereq.i: libprereq.c.i -.PHONY : libprereq.i - -# target to preprocess a source file -libprereq.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.i -.PHONY : libprereq.c.i - -libprereq.s: libprereq.c.s -.PHONY : libprereq.s - -# target to generate assembly for a file -libprereq.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/libprereq.c.s -.PHONY : libprereq.c.s - -memptr.o: memptr.c.o -.PHONY : memptr.o - -# target to build an object file -memptr.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.o -.PHONY : memptr.c.o - -memptr.i: memptr.c.i -.PHONY : memptr.i - -# target to preprocess a source file -memptr.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.i -.PHONY : memptr.c.i - -memptr.s: memptr.c.s -.PHONY : memptr.s - -# target to generate assembly for a file -memptr.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/memptr.c.s -.PHONY : memptr.c.s - -testtrace.o: testtrace.c.o -.PHONY : testtrace.o - -# target to build an object file -testtrace.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.o -.PHONY : testtrace.c.o - -testtrace.i: testtrace.c.i -.PHONY : testtrace.i - -# target to preprocess a source file -testtrace.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.i -.PHONY : testtrace.c.i - -testtrace.s: testtrace.c.s -.PHONY : testtrace.s - -# target to generate assembly for a file -testtrace.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/testtrace.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/testtrace.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/testtrace.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/testtrace.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/testtrace.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/testtrace.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/testtrace.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/testtrace.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/testtrace.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/testtrace.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/testtrace.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/testtrace.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/testtrace.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/testtrace.c.s -.PHONY : testtrace.c.s - -testutil.o: testutil.c.o -.PHONY : testutil.o - -# target to build an object file -testutil.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.o -.PHONY : testutil.c.o - -testutil.i: testutil.c.i -.PHONY : testutil.i - -# target to preprocess a source file -testutil.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.i -.PHONY : testutil.c.i - -testutil.s: testutil.c.s -.PHONY : testutil.s - -# target to generate assembly for a file -testutil.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/build.make external/curl/tests/libtest/CMakeFiles/libntlmconnect.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/libprereq.dir/build.make external/curl/tests/libtest/CMakeFiles/libprereq.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib500.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib502.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib503.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib504.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib507.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib525.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib526.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib527.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib529.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib530.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib532.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib533.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib540.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib555.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib560.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib564.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib573.dir/build.make external/curl/tests/libtest/CMakeFiles/lib573.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib575.dir/build.make external/curl/tests/libtest/CMakeFiles/lib575.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib582.dir/build.make external/curl/tests/libtest/CMakeFiles/lib582.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib585.dir/build.make external/curl/tests/libtest/CMakeFiles/lib585.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib591.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib597.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib658.dir/build.make external/curl/tests/libtest/CMakeFiles/lib658.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib659.dir/build.make external/curl/tests/libtest/CMakeFiles/lib659.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib667.dir/build.make external/curl/tests/libtest/CMakeFiles/lib667.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib668.dir/build.make external/curl/tests/libtest/CMakeFiles/lib668.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib670.dir/build.make external/curl/tests/libtest/CMakeFiles/lib670.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib671.dir/build.make external/curl/tests/libtest/CMakeFiles/lib671.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib672.dir/build.make external/curl/tests/libtest/CMakeFiles/lib672.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib673.dir/build.make external/curl/tests/libtest/CMakeFiles/lib673.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib674.dir/build.make external/curl/tests/libtest/CMakeFiles/lib674.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib676.dir/build.make external/curl/tests/libtest/CMakeFiles/lib676.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib677.dir/build.make external/curl/tests/libtest/CMakeFiles/lib677.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib678.dir/build.make external/curl/tests/libtest/CMakeFiles/lib678.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1156.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1156.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1301.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1301.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1485.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1485.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1500.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1500.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1501.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1501.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1502.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1503.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1503.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1504.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1504.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1505.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1505.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1506.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1506.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1507.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1507.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1508.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1508.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1509.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1509.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1510.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1510.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1511.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1511.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1512.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1512.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1513.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1513.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1514.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1514.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1515.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1515.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1522.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1522.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1525.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1525.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1526.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1526.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1527.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1527.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1528.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1528.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1529.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1529.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1530.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1530.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1531.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1531.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1532.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1532.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1533.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1533.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1534.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1534.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1535.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1535.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1536.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1536.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1537.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1537.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1538.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1538.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1539.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1539.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1540.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1540.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1541.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1541.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1542.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1542.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1552.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1552.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1553.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1553.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1555.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1555.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1556.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1556.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1557.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1557.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1558.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1558.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1559.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1559.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1560.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1560.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1564.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1564.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1565.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1565.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1591.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1591.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1592.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1592.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1593.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1593.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1594.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1594.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1596.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1596.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1597.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1597.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1598.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1598.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1662.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1662.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1903.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1903.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1905.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1905.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1906.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1906.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1907.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1907.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1908.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1908.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1910.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1910.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1911.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1911.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1912.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1912.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1913.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1913.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1915.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1915.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1933.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1933.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1934.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1934.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1935.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1935.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1936.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1936.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1955.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1955.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1956.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1956.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1957.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1957.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1958.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1958.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1959.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1959.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1964.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1964.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1970.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1970.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1971.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1971.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1972.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1972.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1973.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1973.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1974.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1974.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1975.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1975.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1977.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1977.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib1978.dir/build.make external/curl/tests/libtest/CMakeFiles/lib1978.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2305.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2305.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2310.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2310.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2311.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2311.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2312.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2312.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2402.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2402.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2404.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2404.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2405.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2405.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib2502.dir/build.make external/curl/tests/libtest/CMakeFiles/lib2502.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3010.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3010.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3025.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3025.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3026.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3026.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3027.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3027.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3100.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3100.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3101.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3101.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3102.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3102.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3207.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3207.dir/testutil.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/libtest/CMakeFiles/lib3208.dir/build.make external/curl/tests/libtest/CMakeFiles/lib3208.dir/testutil.c.s -.PHONY : testutil.c.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... lib1156" - @echo "... lib1301" - @echo "... lib1308" - @echo "... lib1485" - @echo "... lib1500" - @echo "... lib1501" - @echo "... lib1502" - @echo "... lib1503" - @echo "... lib1504" - @echo "... lib1505" - @echo "... lib1506" - @echo "... lib1507" - @echo "... lib1508" - @echo "... lib1509" - @echo "... lib1510" - @echo "... lib1511" - @echo "... lib1512" - @echo "... lib1513" - @echo "... lib1514" - @echo "... lib1515" - @echo "... lib1517" - @echo "... lib1518" - @echo "... lib1520" - @echo "... lib1521" - @echo "... lib1522" - @echo "... lib1523" - @echo "... lib1525" - @echo "... lib1526" - @echo "... lib1527" - @echo "... lib1528" - @echo "... lib1529" - @echo "... lib1530" - @echo "... lib1531" - @echo "... lib1532" - @echo "... lib1533" - @echo "... lib1534" - @echo "... lib1535" - @echo "... lib1536" - @echo "... lib1537" - @echo "... lib1538" - @echo "... lib1539" - @echo "... lib1540" - @echo "... lib1541" - @echo "... lib1542" - @echo "... lib1543" - @echo "... lib1545" - @echo "... lib1550" - @echo "... lib1551" - @echo "... lib1552" - @echo "... lib1553" - @echo "... lib1554" - @echo "... lib1555" - @echo "... lib1556" - @echo "... lib1557" - @echo "... lib1558" - @echo "... lib1559" - @echo "... lib1560" - @echo "... lib1564" - @echo "... lib1565" - @echo "... lib1567" - @echo "... lib1568" - @echo "... lib1569" - @echo "... lib1571" - @echo "... lib1576" - @echo "... lib1578" - @echo "... lib1591" - @echo "... lib1592" - @echo "... lib1593" - @echo "... lib1594" - @echo "... lib1596" - @echo "... lib1597" - @echo "... lib1598" - @echo "... lib1662" - @echo "... lib1900" - @echo "... lib1901" - @echo "... lib1903" - @echo "... lib1905" - @echo "... lib1906" - @echo "... lib1907" - @echo "... lib1908" - @echo "... lib1910" - @echo "... lib1911" - @echo "... lib1912" - @echo "... lib1913" - @echo "... lib1915" - @echo "... lib1916" - @echo "... lib1917" - @echo "... lib1918" - @echo "... lib1919" - @echo "... lib1933" - @echo "... lib1934" - @echo "... lib1935" - @echo "... lib1936" - @echo "... lib1937" - @echo "... lib1938" - @echo "... lib1939" - @echo "... lib1940" - @echo "... lib1945" - @echo "... lib1946" - @echo "... lib1947" - @echo "... lib1948" - @echo "... lib1955" - @echo "... lib1956" - @echo "... lib1957" - @echo "... lib1958" - @echo "... lib1959" - @echo "... lib1960" - @echo "... lib1964" - @echo "... lib1970" - @echo "... lib1971" - @echo "... lib1972" - @echo "... lib1973" - @echo "... lib1974" - @echo "... lib1975" - @echo "... lib1977" - @echo "... lib1978" - @echo "... lib2301" - @echo "... lib2302" - @echo "... lib2304" - @echo "... lib2305" - @echo "... lib2306" - @echo "... lib2308" - @echo "... lib2309" - @echo "... lib2310" - @echo "... lib2311" - @echo "... lib2312" - @echo "... lib2402" - @echo "... lib2404" - @echo "... lib2405" - @echo "... lib2502" - @echo "... lib3010" - @echo "... lib3025" - @echo "... lib3026" - @echo "... lib3027" - @echo "... lib3100" - @echo "... lib3101" - @echo "... lib3102" - @echo "... lib3103" - @echo "... lib3104" - @echo "... lib3105" - @echo "... lib3207" - @echo "... lib3208" - @echo "... lib500" - @echo "... lib501" - @echo "... lib502" - @echo "... lib503" - @echo "... lib504" - @echo "... lib505" - @echo "... lib506" - @echo "... lib507" - @echo "... lib508" - @echo "... lib509" - @echo "... lib510" - @echo "... lib511" - @echo "... lib512" - @echo "... lib513" - @echo "... lib514" - @echo "... lib515" - @echo "... lib516" - @echo "... lib517" - @echo "... lib518" - @echo "... lib519" - @echo "... lib520" - @echo "... lib521" - @echo "... lib523" - @echo "... lib524" - @echo "... lib525" - @echo "... lib526" - @echo "... lib527" - @echo "... lib529" - @echo "... lib530" - @echo "... lib532" - @echo "... lib533" - @echo "... lib536" - @echo "... lib537" - @echo "... lib539" - @echo "... lib540" - @echo "... lib541" - @echo "... lib542" - @echo "... lib543" - @echo "... lib544" - @echo "... lib545" - @echo "... lib547" - @echo "... lib548" - @echo "... lib549" - @echo "... lib552" - @echo "... lib553" - @echo "... lib554" - @echo "... lib555" - @echo "... lib556" - @echo "... lib557" - @echo "... lib558" - @echo "... lib559" - @echo "... lib560" - @echo "... lib562" - @echo "... lib564" - @echo "... lib565" - @echo "... lib566" - @echo "... lib567" - @echo "... lib568" - @echo "... lib569" - @echo "... lib570" - @echo "... lib571" - @echo "... lib572" - @echo "... lib573" - @echo "... lib574" - @echo "... lib575" - @echo "... lib576" - @echo "... lib578" - @echo "... lib579" - @echo "... lib582" - @echo "... lib583" - @echo "... lib584" - @echo "... lib585" - @echo "... lib586" - @echo "... lib587" - @echo "... lib589" - @echo "... lib590" - @echo "... lib591" - @echo "... lib597" - @echo "... lib598" - @echo "... lib599" - @echo "... lib643" - @echo "... lib645" - @echo "... lib650" - @echo "... lib651" - @echo "... lib652" - @echo "... lib653" - @echo "... lib654" - @echo "... lib655" - @echo "... lib658" - @echo "... lib659" - @echo "... lib661" - @echo "... lib666" - @echo "... lib667" - @echo "... lib668" - @echo "... lib670" - @echo "... lib671" - @echo "... lib672" - @echo "... lib673" - @echo "... lib674" - @echo "... lib676" - @echo "... lib677" - @echo "... lib678" - @echo "... lib694" - @echo "... lib695" - @echo "... lib696" - @echo "... libauthretry" - @echo "... libntlmconnect" - @echo "... libprereq" - @echo "... first.o" - @echo "... first.i" - @echo "... first.s" - @echo "... lib1156.o" - @echo "... lib1156.i" - @echo "... lib1156.s" - @echo "... lib1301.o" - @echo "... lib1301.i" - @echo "... lib1301.s" - @echo "... lib1308.o" - @echo "... lib1308.i" - @echo "... lib1308.s" - @echo "... lib1485.o" - @echo "... lib1485.i" - @echo "... lib1485.s" - @echo "... lib1500.o" - @echo "... lib1500.i" - @echo "... lib1500.s" - @echo "... lib1501.o" - @echo "... lib1501.i" - @echo "... lib1501.s" - @echo "... lib1502.o" - @echo "... lib1502.i" - @echo "... lib1502.s" - @echo "... lib1506.o" - @echo "... lib1506.i" - @echo "... lib1506.s" - @echo "... lib1507.o" - @echo "... lib1507.i" - @echo "... lib1507.s" - @echo "... lib1508.o" - @echo "... lib1508.i" - @echo "... lib1508.s" - @echo "... lib1509.o" - @echo "... lib1509.i" - @echo "... lib1509.s" - @echo "... lib1510.o" - @echo "... lib1510.i" - @echo "... lib1510.s" - @echo "... lib1511.o" - @echo "... lib1511.i" - @echo "... lib1511.s" - @echo "... lib1512.o" - @echo "... lib1512.i" - @echo "... lib1512.s" - @echo "... lib1513.o" - @echo "... lib1513.i" - @echo "... lib1513.s" - @echo "... lib1514.o" - @echo "... lib1514.i" - @echo "... lib1514.s" - @echo "... lib1515.o" - @echo "... lib1515.i" - @echo "... lib1515.s" - @echo "... lib1517.o" - @echo "... lib1517.i" - @echo "... lib1517.s" - @echo "... lib1518.o" - @echo "... lib1518.i" - @echo "... lib1518.s" - @echo "... lib1520.o" - @echo "... lib1520.i" - @echo "... lib1520.s" - @echo "... lib1521.o" - @echo "... lib1521.i" - @echo "... lib1521.s" - @echo "... lib1522.o" - @echo "... lib1522.i" - @echo "... lib1522.s" - @echo "... lib1523.o" - @echo "... lib1523.i" - @echo "... lib1523.s" - @echo "... lib1525.o" - @echo "... lib1525.i" - @echo "... lib1525.s" - @echo "... lib1526.o" - @echo "... lib1526.i" - @echo "... lib1526.s" - @echo "... lib1527.o" - @echo "... lib1527.i" - @echo "... lib1527.s" - @echo "... lib1528.o" - @echo "... lib1528.i" - @echo "... lib1528.s" - @echo "... lib1529.o" - @echo "... lib1529.i" - @echo "... lib1529.s" - @echo "... lib1530.o" - @echo "... lib1530.i" - @echo "... lib1530.s" - @echo "... lib1531.o" - @echo "... lib1531.i" - @echo "... lib1531.s" - @echo "... lib1532.o" - @echo "... lib1532.i" - @echo "... lib1532.s" - @echo "... lib1533.o" - @echo "... lib1533.i" - @echo "... lib1533.s" - @echo "... lib1534.o" - @echo "... lib1534.i" - @echo "... lib1534.s" - @echo "... lib1535.o" - @echo "... lib1535.i" - @echo "... lib1535.s" - @echo "... lib1536.o" - @echo "... lib1536.i" - @echo "... lib1536.s" - @echo "... lib1537.o" - @echo "... lib1537.i" - @echo "... lib1537.s" - @echo "... lib1538.o" - @echo "... lib1538.i" - @echo "... lib1538.s" - @echo "... lib1540.o" - @echo "... lib1540.i" - @echo "... lib1540.s" - @echo "... lib1541.o" - @echo "... lib1541.i" - @echo "... lib1541.s" - @echo "... lib1542.o" - @echo "... lib1542.i" - @echo "... lib1542.s" - @echo "... lib1545.o" - @echo "... lib1545.i" - @echo "... lib1545.s" - @echo "... lib1550.o" - @echo "... lib1550.i" - @echo "... lib1550.s" - @echo "... lib1551.o" - @echo "... lib1551.i" - @echo "... lib1551.s" - @echo "... lib1552.o" - @echo "... lib1552.i" - @echo "... lib1552.s" - @echo "... lib1553.o" - @echo "... lib1553.i" - @echo "... lib1553.s" - @echo "... lib1554.o" - @echo "... lib1554.i" - @echo "... lib1554.s" - @echo "... lib1555.o" - @echo "... lib1555.i" - @echo "... lib1555.s" - @echo "... lib1556.o" - @echo "... lib1556.i" - @echo "... lib1556.s" - @echo "... lib1557.o" - @echo "... lib1557.i" - @echo "... lib1557.s" - @echo "... lib1558.o" - @echo "... lib1558.i" - @echo "... lib1558.s" - @echo "... lib1559.o" - @echo "... lib1559.i" - @echo "... lib1559.s" - @echo "... lib1560.o" - @echo "... lib1560.i" - @echo "... lib1560.s" - @echo "... lib1564.o" - @echo "... lib1564.i" - @echo "... lib1564.s" - @echo "... lib1565.o" - @echo "... lib1565.i" - @echo "... lib1565.s" - @echo "... lib1567.o" - @echo "... lib1567.i" - @echo "... lib1567.s" - @echo "... lib1568.o" - @echo "... lib1568.i" - @echo "... lib1568.s" - @echo "... lib1569.o" - @echo "... lib1569.i" - @echo "... lib1569.s" - @echo "... lib1571.o" - @echo "... lib1571.i" - @echo "... lib1571.s" - @echo "... lib1576.o" - @echo "... lib1576.i" - @echo "... lib1576.s" - @echo "... lib1591.o" - @echo "... lib1591.i" - @echo "... lib1591.s" - @echo "... lib1592.o" - @echo "... lib1592.i" - @echo "... lib1592.s" - @echo "... lib1593.o" - @echo "... lib1593.i" - @echo "... lib1593.s" - @echo "... lib1594.o" - @echo "... lib1594.i" - @echo "... lib1594.s" - @echo "... lib1597.o" - @echo "... lib1597.i" - @echo "... lib1597.s" - @echo "... lib1598.o" - @echo "... lib1598.i" - @echo "... lib1598.s" - @echo "... lib1662.o" - @echo "... lib1662.i" - @echo "... lib1662.s" - @echo "... lib1900.o" - @echo "... lib1900.i" - @echo "... lib1900.s" - @echo "... lib1901.o" - @echo "... lib1901.i" - @echo "... lib1901.s" - @echo "... lib1903.o" - @echo "... lib1903.i" - @echo "... lib1903.s" - @echo "... lib1905.o" - @echo "... lib1905.i" - @echo "... lib1905.s" - @echo "... lib1906.o" - @echo "... lib1906.i" - @echo "... lib1906.s" - @echo "... lib1907.o" - @echo "... lib1907.i" - @echo "... lib1907.s" - @echo "... lib1908.o" - @echo "... lib1908.i" - @echo "... lib1908.s" - @echo "... lib1910.o" - @echo "... lib1910.i" - @echo "... lib1910.s" - @echo "... lib1911.o" - @echo "... lib1911.i" - @echo "... lib1911.s" - @echo "... lib1912.o" - @echo "... lib1912.i" - @echo "... lib1912.s" - @echo "... lib1913.o" - @echo "... lib1913.i" - @echo "... lib1913.s" - @echo "... lib1915.o" - @echo "... lib1915.i" - @echo "... lib1915.s" - @echo "... lib1916.o" - @echo "... lib1916.i" - @echo "... lib1916.s" - @echo "... lib1918.o" - @echo "... lib1918.i" - @echo "... lib1918.s" - @echo "... lib1919.o" - @echo "... lib1919.i" - @echo "... lib1919.s" - @echo "... lib1933.o" - @echo "... lib1933.i" - @echo "... lib1933.s" - @echo "... lib1934.o" - @echo "... lib1934.i" - @echo "... lib1934.s" - @echo "... lib1935.o" - @echo "... lib1935.i" - @echo "... lib1935.s" - @echo "... lib1936.o" - @echo "... lib1936.i" - @echo "... lib1936.s" - @echo "... lib1937.o" - @echo "... lib1937.i" - @echo "... lib1937.s" - @echo "... lib1938.o" - @echo "... lib1938.i" - @echo "... lib1938.s" - @echo "... lib1939.o" - @echo "... lib1939.i" - @echo "... lib1939.s" - @echo "... lib1940.o" - @echo "... lib1940.i" - @echo "... lib1940.s" - @echo "... lib1945.o" - @echo "... lib1945.i" - @echo "... lib1945.s" - @echo "... lib1947.o" - @echo "... lib1947.i" - @echo "... lib1947.s" - @echo "... lib1948.o" - @echo "... lib1948.i" - @echo "... lib1948.s" - @echo "... lib1955.o" - @echo "... lib1955.i" - @echo "... lib1955.s" - @echo "... lib1956.o" - @echo "... lib1956.i" - @echo "... lib1956.s" - @echo "... lib1957.o" - @echo "... lib1957.i" - @echo "... lib1957.s" - @echo "... lib1958.o" - @echo "... lib1958.i" - @echo "... lib1958.s" - @echo "... lib1959.o" - @echo "... lib1959.i" - @echo "... lib1959.s" - @echo "... lib1960.o" - @echo "... lib1960.i" - @echo "... lib1960.s" - @echo "... lib1964.o" - @echo "... lib1964.i" - @echo "... lib1964.s" - @echo "... lib1970.o" - @echo "... lib1970.i" - @echo "... lib1970.s" - @echo "... lib1971.o" - @echo "... lib1971.i" - @echo "... lib1971.s" - @echo "... lib1972.o" - @echo "... lib1972.i" - @echo "... lib1972.s" - @echo "... lib1973.o" - @echo "... lib1973.i" - @echo "... lib1973.s" - @echo "... lib1974.o" - @echo "... lib1974.i" - @echo "... lib1974.s" - @echo "... lib1975.o" - @echo "... lib1975.i" - @echo "... lib1975.s" - @echo "... lib1977.o" - @echo "... lib1977.i" - @echo "... lib1977.s" - @echo "... lib1978.o" - @echo "... lib1978.i" - @echo "... lib1978.s" - @echo "... lib2301.o" - @echo "... lib2301.i" - @echo "... lib2301.s" - @echo "... lib2302.o" - @echo "... lib2302.i" - @echo "... lib2302.s" - @echo "... lib2304.o" - @echo "... lib2304.i" - @echo "... lib2304.s" - @echo "... lib2305.o" - @echo "... lib2305.i" - @echo "... lib2305.s" - @echo "... lib2306.o" - @echo "... lib2306.i" - @echo "... lib2306.s" - @echo "... lib2308.o" - @echo "... lib2308.i" - @echo "... lib2308.s" - @echo "... lib2309.o" - @echo "... lib2309.i" - @echo "... lib2309.s" - @echo "... lib2310.o" - @echo "... lib2310.i" - @echo "... lib2310.s" - @echo "... lib2311.o" - @echo "... lib2311.i" - @echo "... lib2311.s" - @echo "... lib2312.o" - @echo "... lib2312.i" - @echo "... lib2312.s" - @echo "... lib2402.o" - @echo "... lib2402.i" - @echo "... lib2402.s" - @echo "... lib2404.o" - @echo "... lib2404.i" - @echo "... lib2404.s" - @echo "... lib2405.o" - @echo "... lib2405.i" - @echo "... lib2405.s" - @echo "... lib2502.o" - @echo "... lib2502.i" - @echo "... lib2502.s" - @echo "... lib3010.o" - @echo "... lib3010.i" - @echo "... lib3010.s" - @echo "... lib3025.o" - @echo "... lib3025.i" - @echo "... lib3025.s" - @echo "... lib3026.o" - @echo "... lib3026.i" - @echo "... lib3026.s" - @echo "... lib3027.o" - @echo "... lib3027.i" - @echo "... lib3027.s" - @echo "... lib3100.o" - @echo "... lib3100.i" - @echo "... lib3100.s" - @echo "... lib3101.o" - @echo "... lib3101.i" - @echo "... lib3101.s" - @echo "... lib3102.o" - @echo "... lib3102.i" - @echo "... lib3102.s" - @echo "... lib3103.o" - @echo "... lib3103.i" - @echo "... lib3103.s" - @echo "... lib3104.o" - @echo "... lib3104.i" - @echo "... lib3104.s" - @echo "... lib3105.o" - @echo "... lib3105.i" - @echo "... lib3105.s" - @echo "... lib3207.o" - @echo "... lib3207.i" - @echo "... lib3207.s" - @echo "... lib3208.o" - @echo "... lib3208.i" - @echo "... lib3208.s" - @echo "... lib500.o" - @echo "... lib500.i" - @echo "... lib500.s" - @echo "... lib501.o" - @echo "... lib501.i" - @echo "... lib501.s" - @echo "... lib502.o" - @echo "... lib502.i" - @echo "... lib502.s" - @echo "... lib503.o" - @echo "... lib503.i" - @echo "... lib503.s" - @echo "... lib504.o" - @echo "... lib504.i" - @echo "... lib504.s" - @echo "... lib505.o" - @echo "... lib505.i" - @echo "... lib505.s" - @echo "... lib506.o" - @echo "... lib506.i" - @echo "... lib506.s" - @echo "... lib507.o" - @echo "... lib507.i" - @echo "... lib507.s" - @echo "... lib508.o" - @echo "... lib508.i" - @echo "... lib508.s" - @echo "... lib509.o" - @echo "... lib509.i" - @echo "... lib509.s" - @echo "... lib510.o" - @echo "... lib510.i" - @echo "... lib510.s" - @echo "... lib511.o" - @echo "... lib511.i" - @echo "... lib511.s" - @echo "... lib512.o" - @echo "... lib512.i" - @echo "... lib512.s" - @echo "... lib513.o" - @echo "... lib513.i" - @echo "... lib513.s" - @echo "... lib514.o" - @echo "... lib514.i" - @echo "... lib514.s" - @echo "... lib515.o" - @echo "... lib515.i" - @echo "... lib515.s" - @echo "... lib516.o" - @echo "... lib516.i" - @echo "... lib516.s" - @echo "... lib517.o" - @echo "... lib517.i" - @echo "... lib517.s" - @echo "... lib518.o" - @echo "... lib518.i" - @echo "... lib518.s" - @echo "... lib519.o" - @echo "... lib519.i" - @echo "... lib519.s" - @echo "... lib520.o" - @echo "... lib520.i" - @echo "... lib520.s" - @echo "... lib521.o" - @echo "... lib521.i" - @echo "... lib521.s" - @echo "... lib523.o" - @echo "... lib523.i" - @echo "... lib523.s" - @echo "... lib524.o" - @echo "... lib524.i" - @echo "... lib524.s" - @echo "... lib525.o" - @echo "... lib525.i" - @echo "... lib525.s" - @echo "... lib526.o" - @echo "... lib526.i" - @echo "... lib526.s" - @echo "... lib530.o" - @echo "... lib530.i" - @echo "... lib530.s" - @echo "... lib533.o" - @echo "... lib533.i" - @echo "... lib533.s" - @echo "... lib536.o" - @echo "... lib536.i" - @echo "... lib536.s" - @echo "... lib537.o" - @echo "... lib537.i" - @echo "... lib537.s" - @echo "... lib539.o" - @echo "... lib539.i" - @echo "... lib539.s" - @echo "... lib540.o" - @echo "... lib540.i" - @echo "... lib540.s" - @echo "... lib541.o" - @echo "... lib541.i" - @echo "... lib541.s" - @echo "... lib542.o" - @echo "... lib542.i" - @echo "... lib542.s" - @echo "... lib543.o" - @echo "... lib543.i" - @echo "... lib543.s" - @echo "... lib544.o" - @echo "... lib544.i" - @echo "... lib544.s" - @echo "... lib547.o" - @echo "... lib547.i" - @echo "... lib547.s" - @echo "... lib549.o" - @echo "... lib549.i" - @echo "... lib549.s" - @echo "... lib552.o" - @echo "... lib552.i" - @echo "... lib552.s" - @echo "... lib553.o" - @echo "... lib553.i" - @echo "... lib553.s" - @echo "... lib554.o" - @echo "... lib554.i" - @echo "... lib554.s" - @echo "... lib555.o" - @echo "... lib555.i" - @echo "... lib555.s" - @echo "... lib556.o" - @echo "... lib556.i" - @echo "... lib556.s" - @echo "... lib557.o" - @echo "... lib557.i" - @echo "... lib557.s" - @echo "... lib558.o" - @echo "... lib558.i" - @echo "... lib558.s" - @echo "... lib559.o" - @echo "... lib559.i" - @echo "... lib559.s" - @echo "... lib560.o" - @echo "... lib560.i" - @echo "... lib560.s" - @echo "... lib562.o" - @echo "... lib562.i" - @echo "... lib562.s" - @echo "... lib564.o" - @echo "... lib564.i" - @echo "... lib564.s" - @echo "... lib566.o" - @echo "... lib566.i" - @echo "... lib566.s" - @echo "... lib567.o" - @echo "... lib567.i" - @echo "... lib567.s" - @echo "... lib568.o" - @echo "... lib568.i" - @echo "... lib568.s" - @echo "... lib569.o" - @echo "... lib569.i" - @echo "... lib569.s" - @echo "... lib570.o" - @echo "... lib570.i" - @echo "... lib570.s" - @echo "... lib571.o" - @echo "... lib571.i" - @echo "... lib571.s" - @echo "... lib572.o" - @echo "... lib572.i" - @echo "... lib572.s" - @echo "... lib573.o" - @echo "... lib573.i" - @echo "... lib573.s" - @echo "... lib574.o" - @echo "... lib574.i" - @echo "... lib574.s" - @echo "... lib575.o" - @echo "... lib575.i" - @echo "... lib575.s" - @echo "... lib576.o" - @echo "... lib576.i" - @echo "... lib576.s" - @echo "... lib578.o" - @echo "... lib578.i" - @echo "... lib578.s" - @echo "... lib579.o" - @echo "... lib579.i" - @echo "... lib579.s" - @echo "... lib582.o" - @echo "... lib582.i" - @echo "... lib582.s" - @echo "... lib583.o" - @echo "... lib583.i" - @echo "... lib583.s" - @echo "... lib586.o" - @echo "... lib586.i" - @echo "... lib586.s" - @echo "... lib589.o" - @echo "... lib589.i" - @echo "... lib589.s" - @echo "... lib590.o" - @echo "... lib590.i" - @echo "... lib590.s" - @echo "... lib591.o" - @echo "... lib591.i" - @echo "... lib591.s" - @echo "... lib597.o" - @echo "... lib597.i" - @echo "... lib597.s" - @echo "... lib598.o" - @echo "... lib598.i" - @echo "... lib598.s" - @echo "... lib599.o" - @echo "... lib599.i" - @echo "... lib599.s" - @echo "... lib643.o" - @echo "... lib643.i" - @echo "... lib643.s" - @echo "... lib650.o" - @echo "... lib650.i" - @echo "... lib650.s" - @echo "... lib651.o" - @echo "... lib651.i" - @echo "... lib651.s" - @echo "... lib652.o" - @echo "... lib652.i" - @echo "... lib652.s" - @echo "... lib653.o" - @echo "... lib653.i" - @echo "... lib653.s" - @echo "... lib654.o" - @echo "... lib654.i" - @echo "... lib654.s" - @echo "... lib655.o" - @echo "... lib655.i" - @echo "... lib655.s" - @echo "... lib658.o" - @echo "... lib658.i" - @echo "... lib658.s" - @echo "... lib659.o" - @echo "... lib659.i" - @echo "... lib659.s" - @echo "... lib661.o" - @echo "... lib661.i" - @echo "... lib661.s" - @echo "... lib666.o" - @echo "... lib666.i" - @echo "... lib666.s" - @echo "... lib667.o" - @echo "... lib667.i" - @echo "... lib667.s" - @echo "... lib668.o" - @echo "... lib668.i" - @echo "... lib668.s" - @echo "... lib670.o" - @echo "... lib670.i" - @echo "... lib670.s" - @echo "... lib674.o" - @echo "... lib674.i" - @echo "... lib674.s" - @echo "... lib676.o" - @echo "... lib676.i" - @echo "... lib676.s" - @echo "... lib677.o" - @echo "... lib677.i" - @echo "... lib677.s" - @echo "... lib678.o" - @echo "... lib678.i" - @echo "... lib678.s" - @echo "... lib694.o" - @echo "... lib694.i" - @echo "... lib694.s" - @echo "... lib695.o" - @echo "... lib695.i" - @echo "... lib695.s" - @echo "... libauthretry.o" - @echo "... libauthretry.i" - @echo "... libauthretry.s" - @echo "... libntlmconnect.o" - @echo "... libntlmconnect.i" - @echo "... libntlmconnect.s" - @echo "... libprereq.o" - @echo "... libprereq.i" - @echo "... libprereq.s" - @echo "... memptr.o" - @echo "... memptr.i" - @echo "... memptr.s" - @echo "... testtrace.o" - @echo "... testtrace.i" - @echo "... testtrace.s" - @echo "... testutil.o" - @echo "... testutil.i" - @echo "... testutil.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/tests/libtest/Makefile.inc.cmake b/build_emscripten/external/curl/tests/libtest/Makefile.inc.cmake deleted file mode 100644 index 84f4fc92..00000000 --- a/build_emscripten/external/curl/tests/libtest/Makefile.inc.cmake +++ /dev/null @@ -1,764 +0,0 @@ -#*************************************************************************** -# _ _ ____ _ -# Project ___| | | | _ \| | -# / __| | | | |_) | | -# | (__| |_| | _ <| |___ -# \___|\___/|_| \_\_____| -# -# Copyright (C) Daniel Stenberg, , et al. -# -# This software is licensed as described in the file COPYING, which -# you should have received as part of this distribution. The terms -# are also available at https://curl.se/docs/copyright.html. -# -# You may opt to use, copy, modify, merge, publish, distribute and/or sell -# copies of the Software, and permit persons to whom the Software is -# furnished to do so, under the terms of the COPYING file. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -# SPDX-License-Identifier: curl -# -########################################################################### -# files used only in some libcurl test programs -set(TESTUTIL testutil.c testutil.h) -set(TSTTRACE testtrace.c testtrace.h) -set(WARNLESS ../../lib/curlx/warnless.c ../../lib/curlx/warnless.h) -set(MULTIBYTE ../../lib/curlx/multibyte.c ../../lib/curlx/multibyte.h) -set(THREADS ../../lib/curl_threads.c ../../lib/curl_threads.h) -set(MEMPTR memptr.c) - -# these files are used in every single test program below -set(TIMEDIFF ../../lib/curlx/timediff.c ../../lib/curlx/timediff.h) -set(FIRSTFILES first.c first.h) -set(SUPPORTFILES ${TIMEDIFF} ${FIRSTFILES} test.h) - -# These are all libcurl test programs -set(LIBTESTPROGS libauthretry libntlmconnect libprereq - lib500 lib501 lib502 lib503 lib504 lib505 lib506 lib507 lib508 lib509 - lib510 lib511 lib512 lib513 lib514 lib515 lib516 lib517 lib518 lib519 - lib520 lib521 lib523 lib524 lib525 lib526 lib527 lib529 lib530 lib532 - lib533 lib536 lib537 lib539 lib540 lib541 lib542 lib543 - lib544 lib545 - lib547 lib548 lib549 lib552 lib553 lib554 lib555 lib556 lib557 lib558 - lib559 lib560 lib562 lib564 lib565 lib566 lib567 lib568 lib569 lib570 - lib571 lib572 lib573 lib574 lib575 lib576 lib578 lib579 lib582 - lib583 lib584 lib585 lib586 lib587 lib589 lib590 lib591 lib597 lib598 - lib599 - lib643 lib645 lib650 lib651 lib652 lib653 lib654 lib655 lib658 - lib659 lib661 lib666 lib667 lib668 - lib670 lib671 lib672 lib673 lib674 lib676 lib677 lib678 lib694 lib695 - lib696 - lib1156 - lib1301 - lib1308 - lib1485 - lib1500 lib1501 lib1502 lib1503 lib1504 lib1505 lib1506 lib1507 lib1508 - lib1509 lib1510 lib1511 lib1512 lib1513 lib1514 lib1515 lib1517 - lib1518 lib1520 lib1521 lib1522 lib1523 - lib1525 lib1526 lib1527 lib1528 lib1529 lib1530 lib1531 lib1532 lib1533 - lib1534 lib1535 lib1536 lib1537 lib1538 lib1539 - lib1540 lib1541 lib1542 lib1543 lib1545 - lib1550 lib1551 lib1552 lib1553 lib1554 lib1555 lib1556 lib1557 - lib1558 lib1559 lib1560 lib1564 lib1565 lib1567 lib1568 lib1569 lib1571 - lib1576 lib1578 - lib1591 lib1592 lib1593 lib1594 lib1596 lib1597 lib1598 - - lib1662 - - lib1900 lib1901 - lib1903 lib1905 lib1906 lib1907 lib1908 lib1910 lib1911 lib1912 lib1913 - lib1915 lib1916 lib1917 lib1918 lib1919 - lib1933 lib1934 lib1935 lib1936 lib1937 lib1938 lib1939 lib1940 - lib1945 lib1946 lib1947 lib1948 lib1955 lib1956 lib1957 lib1958 lib1959 - lib1960 lib1964 - lib1970 lib1971 lib1972 lib1973 lib1974 lib1975 lib1977 lib1978 - lib2301 lib2302 lib2304 lib2305 lib2306 lib2308 lib2309 lib2310 - lib2311 lib2312 - lib2402 lib2404 lib2405 - lib2502 - lib3010 lib3025 lib3026 lib3027 - lib3100 lib3101 lib3102 lib3103 lib3104 lib3105 lib3207 lib3208) - -set(libntlmconnect_SOURCES libntlmconnect.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(libntlmconnect_LDADD ${TESTUTIL_LIBS}) - -set(libauthretry_SOURCES libauthretry.c ${SUPPORTFILES}) -set(libauthretry_LDADD ${TESTUTIL_LIBS}) - -set(libprereq_SOURCES libprereq.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(libprereq_LDADD ${TESTUTIL_LIBS}) - -set(lib500_SOURCES lib500.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE} ${MULTIBYTE}) -set(lib500_LDADD ${TESTUTIL_LIBS}) - -set(lib501_SOURCES lib501.c ${SUPPORTFILES}) - -set(lib502_SOURCES lib502.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib502_LDADD ${TESTUTIL_LIBS}) - -set(lib503_SOURCES lib503.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib503_LDADD ${TESTUTIL_LIBS}) - -set(lib504_SOURCES lib504.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib504_LDADD ${TESTUTIL_LIBS}) - -set(lib505_SOURCES lib505.c ${SUPPORTFILES} ${MULTIBYTE}) - -set(lib506_SOURCES lib506.c ${SUPPORTFILES}) - -set(lib507_SOURCES lib507.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib507_LDADD ${TESTUTIL_LIBS}) - -set(lib508_SOURCES lib508.c ${SUPPORTFILES}) - -set(lib509_SOURCES lib509.c ${SUPPORTFILES}) - -set(lib510_SOURCES lib510.c ${SUPPORTFILES}) - -set(lib511_SOURCES lib511.c ${SUPPORTFILES}) - -set(lib512_SOURCES lib512.c ${SUPPORTFILES}) - -set(lib513_SOURCES lib513.c ${SUPPORTFILES}) - -set(lib514_SOURCES lib514.c ${SUPPORTFILES}) - -set(lib515_SOURCES lib515.c ${SUPPORTFILES}) - -set(lib516_SOURCES lib516.c ${SUPPORTFILES}) - -set(lib517_SOURCES lib517.c ${SUPPORTFILES}) - -set(lib518_SOURCES lib518.c ${SUPPORTFILES} ${WARNLESS} ${MULTIBYTE}) - -set(lib519_SOURCES lib519.c ${SUPPORTFILES}) - -set(lib520_SOURCES lib520.c ${SUPPORTFILES}) - -set(lib521_SOURCES lib521.c ${SUPPORTFILES}) - -set(lib523_SOURCES lib523.c ${SUPPORTFILES}) - -set(lib524_SOURCES lib524.c ${SUPPORTFILES}) - -set(lib525_SOURCES lib525.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS} ${MULTIBYTE}) -set(lib525_LDADD ${TESTUTIL_LIBS}) - -set(lib526_SOURCES lib526.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib526_LDADD ${TESTUTIL_LIBS}) -set(lib526_CPPFLAGS ${AM_CPPFLAGS} -DLIB526) - -set(lib527_SOURCES lib526.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib527_LDADD ${TESTUTIL_LIBS}) -set(lib527_CPPFLAGS ${AM_CPPFLAGS} -DLIB527) - -set(lib529_SOURCES lib525.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS} ${MULTIBYTE}) -set(lib529_LDADD ${TESTUTIL_LIBS}) -set(lib529_CPPFLAGS ${AM_CPPFLAGS} -DLIB529) - -set(lib530_SOURCES lib530.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib530_LDADD ${TESTUTIL_LIBS}) - -set(lib532_SOURCES lib526.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib532_LDADD ${TESTUTIL_LIBS}) -set(lib532_CPPFLAGS ${AM_CPPFLAGS} -DLIB532) - -set(lib533_SOURCES lib533.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib533_LDADD ${TESTUTIL_LIBS}) - -set(lib536_SOURCES lib536.c ${SUPPORTFILES}) - -set(lib537_SOURCES lib537.c ${SUPPORTFILES} ${WARNLESS} ${MULTIBYTE}) - -set(lib539_SOURCES lib539.c ${SUPPORTFILES}) - -set(lib540_SOURCES lib540.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib540_LDADD ${TESTUTIL_LIBS}) - -set(lib541_SOURCES lib541.c ${SUPPORTFILES} ${MULTIBYTE}) - -set(lib542_SOURCES lib542.c ${SUPPORTFILES}) - -set(lib543_SOURCES lib543.c ${SUPPORTFILES}) - -set(lib544_SOURCES lib544.c ${SUPPORTFILES}) - -set(lib545_SOURCES lib544.c ${SUPPORTFILES}) -set(lib545_CPPFLAGS ${AM_CPPFLAGS} -DLIB545) - -set(lib547_SOURCES lib547.c ${SUPPORTFILES}) - -set(lib548_SOURCES lib547.c ${SUPPORTFILES}) -set(lib548_CPPFLAGS ${AM_CPPFLAGS} -DLIB548) - -set(lib549_SOURCES lib549.c ${SUPPORTFILES}) - -set(lib552_SOURCES lib552.c ${SUPPORTFILES} ${WARNLESS}) - -set(lib553_SOURCES lib553.c ${SUPPORTFILES}) - -set(lib554_SOURCES lib554.c ${SUPPORTFILES}) - -set(lib555_SOURCES lib555.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib555_LDADD ${TESTUTIL_LIBS}) - -set(lib556_SOURCES lib556.c ${SUPPORTFILES} ${WARNLESS}) - -set(lib557_SOURCES lib557.c ${SUPPORTFILES}) - -set(lib558_SOURCES lib558.c ${SUPPORTFILES}) - -set(lib559_SOURCES lib559.c ${SUPPORTFILES}) - -set(lib560_SOURCES lib560.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib560_LDADD ${TESTUTIL_LIBS}) - -set(lib562_SOURCES lib562.c ${SUPPORTFILES}) - -set(lib564_SOURCES lib564.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib564_LDADD ${TESTUTIL_LIBS}) - -set(lib565_SOURCES lib510.c ${SUPPORTFILES}) -set(lib565_CPPFLAGS ${AM_CPPFLAGS} -DLIB565) - -set(lib566_SOURCES lib566.c ${SUPPORTFILES} ${MULTIBYTE}) - -set(lib567_SOURCES lib567.c ${SUPPORTFILES}) - -set(lib568_SOURCES lib568.c ${SUPPORTFILES} ${MULTIBYTE}) - -set(lib569_SOURCES lib569.c ${SUPPORTFILES} ${MULTIBYTE}) - -set(lib570_SOURCES lib570.c ${SUPPORTFILES}) - -set(lib571_SOURCES lib571.c ${SUPPORTFILES} ${WARNLESS} ${MULTIBYTE}) - -set(lib572_SOURCES lib572.c ${SUPPORTFILES} ${MULTIBYTE}) - -set(lib573_SOURCES lib573.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS} ${TSTTRACE}) -set(lib573_LDADD ${TESTUTIL_LIBS}) - -set(lib574_SOURCES lib574.c ${SUPPORTFILES}) - -set(lib575_SOURCES lib575.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib575_LDADD ${TESTUTIL_LIBS}) - -set(lib576_SOURCES lib576.c ${SUPPORTFILES}) - -set(lib578_SOURCES lib578.c ${SUPPORTFILES} ${MULTIBYTE}) - -set(lib579_SOURCES lib579.c ${SUPPORTFILES} ${MULTIBYTE}) - -set(lib582_SOURCES lib582.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS} ${MULTIBYTE}) -set(lib582_LDADD ${TESTUTIL_LIBS}) - -set(lib583_SOURCES lib583.c ${SUPPORTFILES}) - -set(lib584_SOURCES lib589.c ${SUPPORTFILES}) -set(lib584_CPPFLAGS ${AM_CPPFLAGS} -DLIB584) - -set(lib585_SOURCES lib500.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE} ${MULTIBYTE}) -set(lib585_LDADD ${TESTUTIL_LIBS}) -set(lib585_CPPFLAGS ${AM_CPPFLAGS} -DLIB585) - -set(lib586_SOURCES lib586.c ${SUPPORTFILES}) - -set(lib587_SOURCES lib554.c ${SUPPORTFILES}) -set(lib587_CPPFLAGS ${AM_CPPFLAGS} -DLIB587) - -set(lib589_SOURCES lib589.c ${SUPPORTFILES}) - -set(lib590_SOURCES lib590.c ${SUPPORTFILES}) - -set(lib591_SOURCES lib591.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS} ${MULTIBYTE}) -set(lib591_LDADD ${TESTUTIL_LIBS}) - -set(lib597_SOURCES lib597.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib597_LDADD ${TESTUTIL_LIBS}) - -set(lib598_SOURCES lib598.c ${SUPPORTFILES}) - -set(lib599_SOURCES lib599.c ${SUPPORTFILES} ${MULTIBYTE}) - -set(lib643_SOURCES lib643.c ${SUPPORTFILES}) - -set(lib645_SOURCES lib643.c ${SUPPORTFILES}) -set(lib645_CPPFLAGS ${AM_CPPFLAGS} -DLIB645) - -set(lib650_SOURCES lib650.c ${SUPPORTFILES}) - -set(lib651_SOURCES lib651.c ${SUPPORTFILES}) - -set(lib652_SOURCES lib652.c ${SUPPORTFILES}) - -set(lib653_SOURCES lib653.c ${SUPPORTFILES}) - -set(lib654_SOURCES lib654.c ${SUPPORTFILES}) - -set(lib655_SOURCES lib655.c ${SUPPORTFILES}) - -set(lib658_SOURCES lib658.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib658_LDADD ${TESTUTIL_LIBS}) - -set(lib659_SOURCES lib659.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib659_LDADD ${TESTUTIL_LIBS}) - -set(lib661_SOURCES lib661.c ${SUPPORTFILES}) - -set(lib666_SOURCES lib666.c ${SUPPORTFILES}) - -set(lib667_SOURCES lib667.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib667_LDADD ${TESTUTIL_LIBS}) - -set(lib668_SOURCES lib668.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib668_LDADD ${TESTUTIL_LIBS}) - -set(lib670_SOURCES lib670.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib670_LDADD ${TESTUTIL_LIBS}) -set(lib670_CPPFLAGS ${AM_CPPFLAGS} -DLIB670) - -set(lib671_SOURCES lib670.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib671_LDADD ${TESTUTIL_LIBS}) -set(lib671_CPPFLAGS ${AM_CPPFLAGS} -DLIB671) - -set(lib672_SOURCES lib670.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib672_LDADD ${TESTUTIL_LIBS}) -set(lib672_CPPFLAGS ${AM_CPPFLAGS} -DLIB672) - -set(lib673_SOURCES lib670.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib673_LDADD ${TESTUTIL_LIBS}) - -set(lib674_SOURCES lib674.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib674_LDADD ${TESTUTIL_LIBS}) - -set(lib676_SOURCES lib676.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib676_LDADD ${TESTUTIL_LIBS}) - -set(lib677_SOURCES lib677.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS} ${MULTIBYTE}) -set(lib677_LDADD ${TESTUTIL_LIBS}) - -set(lib678_SOURCES lib678.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS} ${MULTIBYTE}) -set(lib678_LDADD ${TESTUTIL_LIBS}) - -set(lib694_SOURCES lib694.c ${SUPPORTFILES}) - -set(lib695_SOURCES lib695.c ${SUPPORTFILES}) - -set(lib696_SOURCES lib556.c ${SUPPORTFILES} ${WARNLESS}) -set(lib696_CPPFLAGS ${AM_CPPFLAGS} -DLIB696) - -set(lib1301_SOURCES lib1301.c ${SUPPORTFILES} ${TESTUTIL}) -set(lib1301_LDADD ${TESTUTIL_LIBS}) - -set(lib1308_SOURCES lib1308.c ${SUPPORTFILES}) -set(lib1308_LDADD ${TESTUTIL_LIBS}) - -set(lib1485_SOURCES lib1485.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1485_LDADD ${TESTUTIL_LIBS}) - -set(lib1500_SOURCES lib1500.c ${SUPPORTFILES} ${TESTUTIL}) -set(lib1500_LDADD ${TESTUTIL_LIBS}) - -set(lib1501_SOURCES lib1501.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1501_LDADD ${TESTUTIL_LIBS}) - -set(lib1502_SOURCES lib1502.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1502_LDADD ${TESTUTIL_LIBS}) -set(lib1502_CPPFLAGS ${AM_CPPFLAGS} -DLIB1502) - -set(lib1503_SOURCES lib1502.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1503_LDADD ${TESTUTIL_LIBS}) -set(lib1503_CPPFLAGS ${AM_CPPFLAGS} -DLIB1503) - -set(lib1504_SOURCES lib1502.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1504_LDADD ${TESTUTIL_LIBS}) -set(lib1504_CPPFLAGS ${AM_CPPFLAGS} -DLIB1504) - -set(lib1505_SOURCES lib1502.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1505_LDADD ${TESTUTIL_LIBS}) -set(lib1505_CPPFLAGS ${AM_CPPFLAGS} -DLIB1505) - -set(lib1506_SOURCES lib1506.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1506_LDADD ${TESTUTIL_LIBS}) - -set(lib1156_SOURCES lib1156.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1156_LDADD ${TESTUTIL_LIBS}) - -set(lib1507_SOURCES lib1507.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1507_LDADD ${TESTUTIL_LIBS}) - -set(lib1508_SOURCES lib1508.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1508_LDADD ${TESTUTIL_LIBS}) - -set(lib1509_SOURCES lib1509.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1509_LDADD ${TESTUTIL_LIBS}) - -set(lib1510_SOURCES lib1510.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1510_LDADD ${TESTUTIL_LIBS}) - -set(lib1511_SOURCES lib1511.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1511_LDADD ${TESTUTIL_LIBS}) - -set(lib1512_SOURCES lib1512.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1512_LDADD ${TESTUTIL_LIBS}) - -set(lib1513_SOURCES lib1513.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1513_LDADD ${TESTUTIL_LIBS}) - -set(lib1514_SOURCES lib1514.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1514_LDADD ${TESTUTIL_LIBS}) - -set(lib1515_SOURCES lib1515.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE} ${WARNLESS}) -set(lib1515_LDADD ${TESTUTIL_LIBS}) - -set(lib1517_SOURCES lib1517.c ${SUPPORTFILES}) - -set(lib1518_SOURCES lib1518.c ${SUPPORTFILES}) - -set(lib1520_SOURCES lib1520.c ${SUPPORTFILES}) - -set(nodist_lib1521_SOURCES lib1521.c ${SUPPORTFILES}) -set(lib1521_CPPFLAGS ${AM_CPPFLAGS} -I${srcdir}) - -set(lib1522_SOURCES lib1522.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE}) -set(lib1522_LDADD ${TESTUTIL_LIBS}) - -set(lib1523_SOURCES lib1523.c ${SUPPORTFILES}) - -set(lib1525_SOURCES lib1525.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1525_LDADD ${TESTUTIL_LIBS}) - -set(lib1526_SOURCES lib1526.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1526_LDADD ${TESTUTIL_LIBS}) - -set(lib1527_SOURCES lib1527.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1527_LDADD ${TESTUTIL_LIBS}) - -set(lib1528_SOURCES lib1528.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1528_LDADD ${TESTUTIL_LIBS}) - -set(lib1529_SOURCES lib1529.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1529_LDADD ${TESTUTIL_LIBS}) - -set(lib1530_SOURCES lib1530.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1530_LDADD ${TESTUTIL_LIBS}) - -set(lib1531_SOURCES lib1531.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1531_LDADD ${TESTUTIL_LIBS}) - -set(lib1532_SOURCES lib1532.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1532_LDADD ${TESTUTIL_LIBS}) - -set(lib1533_SOURCES lib1533.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1533_LDADD ${TESTUTIL_LIBS}) - -set(lib1534_SOURCES lib1534.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1534_LDADD ${TESTUTIL_LIBS}) - -set(lib1535_SOURCES lib1535.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1535_LDADD ${TESTUTIL_LIBS}) - -set(lib1536_SOURCES lib1536.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1536_LDADD ${TESTUTIL_LIBS}) - -set(lib1537_SOURCES lib1537.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1537_LDADD ${TESTUTIL_LIBS}) - -set(lib1538_SOURCES lib1538.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1538_LDADD ${TESTUTIL_LIBS}) - -set(lib1539_SOURCES lib1514.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1539_LDADD ${TESTUTIL_LIBS}) -set(lib1539_CPPFLAGS ${AM_CPPFLAGS} -DLIB1539) - -set(lib1540_SOURCES lib1540.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE} ${WARNLESS}) -set(lib1540_LDADD ${TESTUTIL_LIBS}) - -set(lib1541_SOURCES lib1541.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1541_LDADD ${TESTUTIL_LIBS}) - -set(lib1542_SOURCES lib1542.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE} ${WARNLESS}) -set(lib1542_LDADD ${TESTUTIL_LIBS}) - -set(lib1543_SOURCES lib1518.c ${SUPPORTFILES}) -set(lib1543_CPPFLAGS ${AM_CPPFLAGS} -DLIB1543) - -set(lib1545_SOURCES lib1545.c ${SUPPORTFILES}) - -set(lib1550_SOURCES lib1550.c ${SUPPORTFILES}) - -set(lib1551_SOURCES lib1551.c ${SUPPORTFILES}) - -set(lib1552_SOURCES lib1552.c ${SUPPORTFILES} ${TESTUTIL}) -set(lib1552_LDADD ${TESTUTIL_LIBS}) - -set(lib1553_SOURCES lib1553.c ${SUPPORTFILES} ${TSTTRACE} ${TESTUTIL}) -set(lib1553_LDADD ${TESTUTIL_LIBS}) - -set(lib1554_SOURCES lib1554.c ${SUPPORTFILES}) - -set(lib1555_SOURCES lib1555.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1555_LDADD ${TESTUTIL_LIBS}) - -set(lib1556_SOURCES lib1556.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1556_LDADD ${TESTUTIL_LIBS}) - -set(lib1557_SOURCES lib1557.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1557_LDADD ${TESTUTIL_LIBS}) - -set(lib1558_SOURCES lib1558.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1558_LDADD ${TESTUTIL_LIBS}) - -set(lib1559_SOURCES lib1559.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1559_LDADD ${TESTUTIL_LIBS}) - -set(lib1560_SOURCES lib1560.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1560_LDADD ${TESTUTIL_LIBS}) - -set(lib1564_SOURCES lib1564.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1564_LDADD ${TESTUTIL_LIBS}) - -set(lib1565_SOURCES lib1565.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1565_LDADD ${TESTUTIL_LIBS}) - -set(lib1567_SOURCES lib1567.c ${SUPPORTFILES}) - -set(lib1568_SOURCES lib1568.c ${SUPPORTFILES}) - -set(lib1569_SOURCES lib1569.c ${SUPPORTFILES}) - -set(lib1571_SOURCES lib1571.c ${SUPPORTFILES}) -set(lib1571_CPPFLAGS ${AM_CPPFLAGS} -DLIB1571) - -set(lib1576_SOURCES lib1576.c ${SUPPORTFILES}) - -set(lib1578_SOURCES lib1576.c ${SUPPORTFILES}) -set(lib1578_CPPFLAGS ${AM_CPPFLAGS} -DLIB1578) - -set(lib1591_SOURCES lib1591.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1591_LDADD ${TESTUTIL_LIBS}) - -set(lib1592_SOURCES lib1592.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1592_LDADD ${TESTUTIL_LIBS}) - -set(lib1593_SOURCES lib1593.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1593_LDADD ${TESTUTIL_LIBS}) - -set(lib1594_SOURCES lib1594.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1594_LDADD ${TESTUTIL_LIBS}) - -set(lib1596_SOURCES lib1594.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1596_LDADD ${TESTUTIL_LIBS}) -set(lib1596_CPPFLAGS ${AM_CPPFLAGS} -DLIB1596) - -set(lib1597_SOURCES lib1597.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1597_LDADD ${TESTUTIL_LIBS}) - -set(lib1598_SOURCES lib1598.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1598_LDADD ${TESTUTIL_LIBS}) - -set(lib1662_SOURCES lib1662.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1662_LDADD ${TESTUTIL_LIBS}) - -set(lib1900_SOURCES lib1900.c ${SUPPORTFILES}) - -set(lib1901_SOURCES lib1901.c ${SUPPORTFILES}) - -set(lib1903_SOURCES lib1903.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1903_LDADD ${TESTUTIL_LIBS}) - -set(lib1905_SOURCES lib1905.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1905_LDADD ${TESTUTIL_LIBS}) - -set(lib1906_SOURCES lib1906.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1906_LDADD ${TESTUTIL_LIBS}) - -set(lib1907_SOURCES lib1907.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1907_LDADD ${TESTUTIL_LIBS}) - -set(lib1908_SOURCES lib1908.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1908_LDADD ${TESTUTIL_LIBS}) - -set(lib1910_SOURCES lib1910.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1910_LDADD ${TESTUTIL_LIBS}) - -set(lib1911_SOURCES lib1911.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1911_LDADD ${TESTUTIL_LIBS}) - -set(lib1912_SOURCES lib1912.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1912_LDADD ${TESTUTIL_LIBS}) - -set(lib1913_SOURCES lib1913.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1913_LDADD ${TESTUTIL_LIBS}) - -set(lib1915_SOURCES lib1915.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE} ${WARNLESS}) -set(lib1915_LDADD ${TESTUTIL_LIBS}) - -set(lib1916_SOURCES lib1916.c ${SUPPORTFILES} ${WARNLESS}) - -set(lib1917_SOURCES lib1916.c ${SUPPORTFILES} ${WARNLESS}) -set(lib1917_CPPFLAGS ${AM_CPPFLAGS} -DLIB1917) - -set(lib1918_SOURCES lib1918.c ${SUPPORTFILES} ${WARNLESS}) - -set(lib1919_SOURCES lib1919.c ${SUPPORTFILES} ${WARNLESS}) - -set(lib1933_SOURCES lib1933.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1933_LDADD ${TESTUTIL_LIBS}) - -set(lib1934_SOURCES lib1934.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1934_LDADD ${TESTUTIL_LIBS}) - -set(lib1935_SOURCES lib1935.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1935_LDADD ${TESTUTIL_LIBS}) - -set(lib1936_SOURCES lib1936.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1936_LDADD ${TESTUTIL_LIBS}) - -set(lib1937_SOURCES lib1937.c ${SUPPORTFILES}) -set(lib1937_LDADD ${TESTUTIL_LIBS}) - -set(lib1938_SOURCES lib1938.c ${SUPPORTFILES}) -set(lib1938_LDADD ${TESTUTIL_LIBS}) - -set(lib1939_SOURCES lib1939.c ${SUPPORTFILES}) -set(lib1939_LDADD ${TESTUTIL_LIBS}) - -set(lib1940_SOURCES lib1940.c ${SUPPORTFILES}) -set(lib1940_LDADD ${TESTUTIL_LIBS}) - -set(lib1945_SOURCES lib1945.c ${SUPPORTFILES}) -set(lib1945_LDADD ${TESTUTIL_LIBS}) - -set(lib1946_SOURCES lib1940.c ${SUPPORTFILES}) -set(lib1946_LDADD ${TESTUTIL_LIBS}) -set(lib1946_CPPFLAGS ${AM_CPPFLAGS} -DLIB1946) - -set(lib1947_SOURCES lib1947.c ${SUPPORTFILES}) -set(lib1947_LDADD ${TESTUTIL_LIBS}) - -set(lib1948_SOURCES lib1948.c ${SUPPORTFILES}) -set(lib1948_LDADD ${TESTUTIL_LIBS}) - -set(lib1955_SOURCES lib1955.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1955_LDADD ${TESTUTIL_LIBS}) - -set(lib1956_SOURCES lib1956.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1956_LDADD ${TESTUTIL_LIBS}) - -set(lib1957_SOURCES lib1957.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1957_LDADD ${TESTUTIL_LIBS}) - -set(lib1958_SOURCES lib1958.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1958_LDADD ${TESTUTIL_LIBS}) - -set(lib1959_SOURCES lib1959.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1959_LDADD ${TESTUTIL_LIBS}) - -set(lib1960_SOURCES lib1960.c ${SUPPORTFILES}) -set(lib1960_LDADD ${TESTUTIL_LIBS}) - -set(lib1964_SOURCES lib1964.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1964_LDADD ${TESTUTIL_LIBS}) - -set(lib1970_SOURCES lib1970.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1970_LDADD ${TESTUTIL_LIBS}) - -set(lib1971_SOURCES lib1971.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1971_LDADD ${TESTUTIL_LIBS}) - -set(lib1972_SOURCES lib1972.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1972_LDADD ${TESTUTIL_LIBS}) - -set(lib1973_SOURCES lib1973.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1973_LDADD ${TESTUTIL_LIBS}) - -set(lib1974_SOURCES lib1974.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1974_LDADD ${TESTUTIL_LIBS}) - -set(lib1975_SOURCES lib1975.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1975_LDADD ${TESTUTIL_LIBS}) - -set(lib1977_SOURCES lib1977.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1977_LDADD ${TESTUTIL_LIBS}) - -set(lib1978_SOURCES lib1978.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib1978_LDADD ${TESTUTIL_LIBS}) - -set(lib2301_SOURCES lib2301.c ${SUPPORTFILES}) -set(lib2301_LDADD ${TESTUTIL_LIBS}) - -set(lib2302_SOURCES lib2302.c ${SUPPORTFILES}) -set(lib2302_LDADD ${TESTUTIL_LIBS}) - -set(lib2304_SOURCES lib2304.c ${SUPPORTFILES}) -set(lib2304_LDADD ${TESTUTIL_LIBS}) - -set(lib2305_SOURCES lib2305.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE} ${MULTIBYTE}) -set(lib2305_LDADD ${TESTUTIL_LIBS}) - -set(lib2306_SOURCES lib2306.c ${SUPPORTFILES}) -set(lib2306_LDADD ${TESTUTIL_LIBS}) - -set(lib2308_SOURCES lib2308.c ${SUPPORTFILES}) -set(lib2308_LDADD ${TESTUTIL_LIBS}) - -set(lib2309_SOURCES lib2309.c ${SUPPORTFILES}) -set(lib2309_LDADD ${TESTUTIL_LIBS}) - -set(lib2310_SOURCES lib2310.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE} ${MULTIBYTE}) -set(lib2310_LDADD ${TESTUTIL_LIBS}) - -set(lib2311_SOURCES lib2311.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE} ${MULTIBYTE}) -set(lib2311_LDADD ${TESTUTIL_LIBS}) - -set(lib2312_SOURCES lib2312.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE} ${MULTIBYTE}) -set(lib2312_LDADD ${TESTUTIL_LIBS}) - -set(lib2402_SOURCES lib2402.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib2402_LDADD ${TESTUTIL_LIBS}) - -set(lib2404_SOURCES lib2404.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib2404_LDADD ${TESTUTIL_LIBS}) - -set(lib2405_SOURCES lib2405.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib2405_LDADD ${TESTUTIL_LIBS}) - -set(lib2502_SOURCES lib2502.c ${SUPPORTFILES} ${TESTUTIL} ${TSTTRACE} ${WARNLESS}) -set(lib2502_LDADD ${TESTUTIL_LIBS}) - -set(lib3010_SOURCES lib3010.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib3010_LDADD ${TESTUTIL_LIBS}) - -set(lib3025_SOURCES lib3025.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib3025_LDADD ${TESTUTIL_LIBS}) - -set(lib3026_SOURCES lib3026.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib3026_LDADD ${TESTUTIL_LIBS}) - -set(lib3027_SOURCES lib3027.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib3027_LDADD ${TESTUTIL_LIBS}) - -set(lib3100_SOURCES lib3100.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib3100_LDADD ${TESTUTIL_LIBS}) - -set(lib3101_SOURCES lib3101.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib3101_LDADD ${TESTUTIL_LIBS}) - -set(lib3102_SOURCES lib3102.c ${SUPPORTFILES} ${TESTUTIL} ${WARNLESS}) -set(lib3102_LDADD ${TESTUTIL_LIBS}) - -set(lib3103_SOURCES lib3103.c ${SUPPORTFILES}) -set(lib3103_LDADD ${TESTUTIL_LIBS}) - -set(lib3104_SOURCES lib3104.c ${SUPPORTFILES}) - -set(lib3105_SOURCES lib3105.c ${SUPPORTFILES}) - -set(lib3207_SOURCES lib3207.c ${SUPPORTFILES} ${TESTUTIL} ${THREADS} ${WARNLESS} ${MULTIBYTE} ${MEMPTR}) -set(lib3207_LDADD ${TESTUTIL_LIBS}) - -set(lib3208_SOURCES lib3208.c ${SUPPORTFILES} ${TESTUTIL}) -set(lib3208_LDADD ${TESTUTIL_LIBS}) diff --git a/build_emscripten/external/curl/tests/libtest/cmake_install.cmake b/build_emscripten/external/curl/tests/libtest/cmake_install.cmake deleted file mode 100644 index 4408207f..00000000 --- a/build_emscripten/external/curl/tests/libtest/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/curl/tests/libtest - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/tests/libtest/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/DependInfo.cmake deleted file mode 100644 index 4ccc5927..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/DependInfo.cmake +++ /dev/null @@ -1,36 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/memdebug.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/dnsd.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/util.c" "external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.o" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.o.d" - "" "external/curl/tests/server/dnsd" "gcc" "external/curl/tests/server/CMakeFiles/dnsd.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/build.make b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/build.make deleted file mode 100644 index 998c3285..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/build.make +++ /dev/null @@ -1,307 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/server/CMakeFiles/dnsd.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/server/CMakeFiles/dnsd.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make - -external/curl/tests/server/CMakeFiles/dnsd.dir/codegen: -.PHONY : external/curl/tests/server/CMakeFiles/dnsd.dir/codegen - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o: /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o -MF CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o.d -o CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c > CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.i - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -o CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.s - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o -MF CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o.d -o CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c > CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.i - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -o CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.s - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o -MF CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o.d -o CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c > CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.i - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -o CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.s - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o -MF CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o.d -o CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c > CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.i - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -o CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.s - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o -MF CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o.d -o CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c > CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.i - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -o CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.s - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o -MF CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o.d -o CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c > CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.i - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -o CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.s - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o -MF CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o.d -o CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c > CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.i - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -o CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.s - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o -MF CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o.d -o CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c > CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.i - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -o CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.s - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o -MF CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o.d -o CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c > CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.i - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -o CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.s - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o -MF CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o.d -o CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c > CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.i - -external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -o CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.s - -external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make -external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.o -MF CMakeFiles/dnsd.dir/getpart.c.o.d -o CMakeFiles/dnsd.dir/getpart.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c - -external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/getpart.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c > CMakeFiles/dnsd.dir/getpart.c.i - -external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/getpart.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -o CMakeFiles/dnsd.dir/getpart.c.s - -external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make -external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.o -MF CMakeFiles/dnsd.dir/util.c.o.d -o CMakeFiles/dnsd.dir/util.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/util.c - -external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/util.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/util.c > CMakeFiles/dnsd.dir/util.c.i - -external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/util.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -o CMakeFiles/dnsd.dir/util.c.s - -external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make -external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/dnsd.c -external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.o: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.o -MF CMakeFiles/dnsd.dir/dnsd.c.o.d -o CMakeFiles/dnsd.dir/dnsd.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/dnsd.c - -external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/dnsd.dir/dnsd.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/dnsd.c > CMakeFiles/dnsd.dir/dnsd.c.i - -external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/dnsd.dir/dnsd.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/dnsd.c -o CMakeFiles/dnsd.dir/dnsd.c.s - -# Object files for target dnsd -dnsd_OBJECTS = \ -"CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o" \ -"CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o" \ -"CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o" \ -"CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o" \ -"CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o" \ -"CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o" \ -"CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o" \ -"CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o" \ -"CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o" \ -"CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o" \ -"CMakeFiles/dnsd.dir/getpart.c.o" \ -"CMakeFiles/dnsd.dir/util.c.o" \ -"CMakeFiles/dnsd.dir/dnsd.c.o" - -# External object files for target dnsd -dnsd_EXTERNAL_OBJECTS = - -external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o -external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o -external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o -external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o -external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o -external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o -external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o -external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o -external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o -external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o -external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.o -external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.o -external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.o -external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/build.make -external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts -external/curl/tests/server/dnsd: /usr/lib/libz.so -external/curl/tests/server/dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Linking C executable dnsd" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/dnsd.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/server/CMakeFiles/dnsd.dir/build: external/curl/tests/server/dnsd -.PHONY : external/curl/tests/server/CMakeFiles/dnsd.dir/build - -external/curl/tests/server/CMakeFiles/dnsd.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -P CMakeFiles/dnsd.dir/cmake_clean.cmake -.PHONY : external/curl/tests/server/CMakeFiles/dnsd.dir/clean - -external/curl/tests/server/CMakeFiles/dnsd.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/server /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/server /home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/dnsd.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/server/CMakeFiles/dnsd.dir/depend - diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/cmake_clean.cmake deleted file mode 100644 index c2f6332e..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/cmake_clean.cmake +++ /dev/null @@ -1,36 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/dnsd.dir/link.d" - "CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o" - "CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o.d" - "CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o" - "CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o.d" - "CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o" - "CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o.d" - "CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o" - "CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o.d" - "CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o" - "CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o.d" - "CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o" - "CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o.d" - "CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o" - "CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o.d" - "CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o" - "CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o.d" - "CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o" - "CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o.d" - "CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o" - "CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o.d" - "CMakeFiles/dnsd.dir/dnsd.c.o" - "CMakeFiles/dnsd.dir/dnsd.c.o.d" - "CMakeFiles/dnsd.dir/getpart.c.o" - "CMakeFiles/dnsd.dir/getpart.c.o.d" - "CMakeFiles/dnsd.dir/util.c.o" - "CMakeFiles/dnsd.dir/util.c.o.d" - "dnsd" - "dnsd.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/dnsd.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.make deleted file mode 100644 index 2db0d022..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for dnsd. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts deleted file mode 100644 index 9ef7f1f8..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for dnsd. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/depend.make deleted file mode 100644 index d9c9f8f2..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for dnsd. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make deleted file mode 100644 index 147d663a..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DHAVE_CONFIG_H -DWITHOUT_LIBCURL -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/server - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/link.txt b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/link.txt deleted file mode 100644 index 266559f2..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/dnsd.dir/link.d CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o CMakeFiles/dnsd.dir/getpart.c.o CMakeFiles/dnsd.dir/util.c.o CMakeFiles/dnsd.dir/dnsd.c.o -o dnsd -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/progress.make b/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/progress.make deleted file mode 100644 index 9c92d1b8..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/dnsd.dir/progress.make +++ /dev/null @@ -1,15 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = -CMAKE_PROGRESS_7 = -CMAKE_PROGRESS_8 = -CMAKE_PROGRESS_9 = -CMAKE_PROGRESS_10 = -CMAKE_PROGRESS_11 = -CMAKE_PROGRESS_12 = 50 -CMAKE_PROGRESS_13 = -CMAKE_PROGRESS_14 = - diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/DependInfo.cmake deleted file mode 100644 index 1a46d662..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/DependInfo.cmake +++ /dev/null @@ -1,36 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/memdebug.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/mqttd.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/util.c" "external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.o" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.o.d" - "" "external/curl/tests/server/mqttd" "gcc" "external/curl/tests/server/CMakeFiles/mqttd.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/build.make b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/build.make deleted file mode 100644 index 4bfed18c..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/build.make +++ /dev/null @@ -1,307 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/server/CMakeFiles/mqttd.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/server/CMakeFiles/mqttd.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make - -external/curl/tests/server/CMakeFiles/mqttd.dir/codegen: -.PHONY : external/curl/tests/server/CMakeFiles/mqttd.dir/codegen - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o: /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o -MF CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o.d -o CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c > CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.i - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -o CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.s - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o -MF CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o.d -o CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c > CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.i - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -o CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.s - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o -MF CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o.d -o CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c > CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.i - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -o CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.s - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o -MF CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o.d -o CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c > CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.i - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -o CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.s - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o -MF CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o.d -o CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c > CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.i - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -o CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.s - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o -MF CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o.d -o CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c > CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.i - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -o CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.s - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o -MF CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o.d -o CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c > CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.i - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -o CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.s - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o -MF CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o.d -o CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c > CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.i - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -o CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.s - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o -MF CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o.d -o CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c > CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.i - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -o CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.s - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o -MF CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o.d -o CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c > CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.i - -external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -o CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.s - -external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make -external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.o -MF CMakeFiles/mqttd.dir/getpart.c.o.d -o CMakeFiles/mqttd.dir/getpart.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c - -external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/getpart.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c > CMakeFiles/mqttd.dir/getpart.c.i - -external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/getpart.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -o CMakeFiles/mqttd.dir/getpart.c.s - -external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make -external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.o -MF CMakeFiles/mqttd.dir/util.c.o.d -o CMakeFiles/mqttd.dir/util.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/util.c - -external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/util.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/util.c > CMakeFiles/mqttd.dir/util.c.i - -external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/util.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -o CMakeFiles/mqttd.dir/util.c.s - -external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make -external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/mqttd.c -external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.o: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.o -MF CMakeFiles/mqttd.dir/mqttd.c.o.d -o CMakeFiles/mqttd.dir/mqttd.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/mqttd.c - -external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/mqttd.dir/mqttd.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/mqttd.c > CMakeFiles/mqttd.dir/mqttd.c.i - -external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/mqttd.dir/mqttd.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/mqttd.c -o CMakeFiles/mqttd.dir/mqttd.c.s - -# Object files for target mqttd -mqttd_OBJECTS = \ -"CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o" \ -"CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o" \ -"CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o" \ -"CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o" \ -"CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o" \ -"CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o" \ -"CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o" \ -"CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o" \ -"CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o" \ -"CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o" \ -"CMakeFiles/mqttd.dir/getpart.c.o" \ -"CMakeFiles/mqttd.dir/util.c.o" \ -"CMakeFiles/mqttd.dir/mqttd.c.o" - -# External object files for target mqttd -mqttd_EXTERNAL_OBJECTS = - -external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o -external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o -external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o -external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o -external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o -external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o -external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o -external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o -external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o -external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o -external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.o -external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.o -external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.o -external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/build.make -external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts -external/curl/tests/server/mqttd: /usr/lib/libz.so -external/curl/tests/server/mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Linking C executable mqttd" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/mqttd.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/server/CMakeFiles/mqttd.dir/build: external/curl/tests/server/mqttd -.PHONY : external/curl/tests/server/CMakeFiles/mqttd.dir/build - -external/curl/tests/server/CMakeFiles/mqttd.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -P CMakeFiles/mqttd.dir/cmake_clean.cmake -.PHONY : external/curl/tests/server/CMakeFiles/mqttd.dir/clean - -external/curl/tests/server/CMakeFiles/mqttd.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/server /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/server /home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/mqttd.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/server/CMakeFiles/mqttd.dir/depend - diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/cmake_clean.cmake deleted file mode 100644 index c58457fc..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/cmake_clean.cmake +++ /dev/null @@ -1,36 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/mqttd.dir/link.d" - "CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o" - "CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o.d" - "CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o" - "CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o.d" - "CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o" - "CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o.d" - "CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o" - "CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o.d" - "CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o" - "CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o.d" - "CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o" - "CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o.d" - "CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o" - "CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o.d" - "CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o" - "CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o.d" - "CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o" - "CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o.d" - "CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o" - "CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o.d" - "CMakeFiles/mqttd.dir/getpart.c.o" - "CMakeFiles/mqttd.dir/getpart.c.o.d" - "CMakeFiles/mqttd.dir/mqttd.c.o" - "CMakeFiles/mqttd.dir/mqttd.c.o.d" - "CMakeFiles/mqttd.dir/util.c.o" - "CMakeFiles/mqttd.dir/util.c.o.d" - "mqttd" - "mqttd.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/mqttd.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.make deleted file mode 100644 index 9d99d06b..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for mqttd. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts deleted file mode 100644 index f08cb09a..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for mqttd. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/depend.make deleted file mode 100644 index 098b7a1b..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for mqttd. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make deleted file mode 100644 index 147d663a..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DHAVE_CONFIG_H -DWITHOUT_LIBCURL -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/server - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/link.txt b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/link.txt deleted file mode 100644 index 5a71a831..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/mqttd.dir/link.d CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o CMakeFiles/mqttd.dir/getpart.c.o CMakeFiles/mqttd.dir/util.c.o CMakeFiles/mqttd.dir/mqttd.c.o -o mqttd -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/progress.make b/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/progress.make deleted file mode 100644 index 0a5e5178..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/mqttd.dir/progress.make +++ /dev/null @@ -1,15 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = 89 -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = -CMAKE_PROGRESS_7 = -CMAKE_PROGRESS_8 = -CMAKE_PROGRESS_9 = -CMAKE_PROGRESS_10 = -CMAKE_PROGRESS_11 = -CMAKE_PROGRESS_12 = -CMAKE_PROGRESS_13 = -CMAKE_PROGRESS_14 = - diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/progress.marks b/build_emscripten/external/curl/tests/server/CMakeFiles/progress.marks deleted file mode 100644 index 573541ac..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -0 diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/DependInfo.cmake deleted file mode 100644 index 8a5b9c3d..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/DependInfo.cmake +++ /dev/null @@ -1,36 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/memdebug.c" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c" "external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/resolve.c" "external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/util.c" "external/curl/tests/server/CMakeFiles/resolve.dir/util.c.o" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/util.c.o.d" - "" "external/curl/tests/server/resolve" "gcc" "external/curl/tests/server/CMakeFiles/resolve.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/build.make b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/build.make deleted file mode 100644 index c85e20f1..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/build.make +++ /dev/null @@ -1,307 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/server/CMakeFiles/resolve.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/server/CMakeFiles/resolve.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/server/CMakeFiles/resolve.dir/flags.make - -external/curl/tests/server/CMakeFiles/resolve.dir/codegen: -.PHONY : external/curl/tests/server/CMakeFiles/resolve.dir/codegen - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o: /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o -MF CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o.d -o CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/__/__/lib/memdebug.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c > CMakeFiles/resolve.dir/__/__/lib/memdebug.c.i - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/__/__/lib/memdebug.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -o CMakeFiles/resolve.dir/__/__/lib/memdebug.c.s - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o -MF CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o.d -o CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c > CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.i - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -o CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.s - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o -MF CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o.d -o CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c > CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.i - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -o CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.s - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o -MF CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o.d -o CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c > CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.i - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -o CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.s - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o -MF CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o.d -o CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c > CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.i - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -o CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.s - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o -MF CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o.d -o CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c > CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.i - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -o CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.s - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o -MF CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o.d -o CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c > CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.i - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -o CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.s - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o -MF CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o.d -o CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c > CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.i - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -o CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.s - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o -MF CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o.d -o CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c > CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.i - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -o CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.s - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o -MF CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o.d -o CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c > CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.i - -external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -o CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.s - -external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make -external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.o -MF CMakeFiles/resolve.dir/getpart.c.o.d -o CMakeFiles/resolve.dir/getpart.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c - -external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/getpart.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c > CMakeFiles/resolve.dir/getpart.c.i - -external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/getpart.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -o CMakeFiles/resolve.dir/getpart.c.s - -external/curl/tests/server/CMakeFiles/resolve.dir/util.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make -external/curl/tests/server/CMakeFiles/resolve.dir/util.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -external/curl/tests/server/CMakeFiles/resolve.dir/util.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/util.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/util.c.o -MF CMakeFiles/resolve.dir/util.c.o.d -o CMakeFiles/resolve.dir/util.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/util.c - -external/curl/tests/server/CMakeFiles/resolve.dir/util.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/util.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/util.c > CMakeFiles/resolve.dir/util.c.i - -external/curl/tests/server/CMakeFiles/resolve.dir/util.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/util.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -o CMakeFiles/resolve.dir/util.c.s - -external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/flags.make -external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/resolve.c -external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.o: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.o -MF CMakeFiles/resolve.dir/resolve.c.o.d -o CMakeFiles/resolve.dir/resolve.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/resolve.c - -external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/resolve.dir/resolve.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/resolve.c > CMakeFiles/resolve.dir/resolve.c.i - -external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/resolve.dir/resolve.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/resolve.c -o CMakeFiles/resolve.dir/resolve.c.s - -# Object files for target resolve -resolve_OBJECTS = \ -"CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o" \ -"CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o" \ -"CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o" \ -"CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o" \ -"CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o" \ -"CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o" \ -"CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o" \ -"CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o" \ -"CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o" \ -"CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o" \ -"CMakeFiles/resolve.dir/getpart.c.o" \ -"CMakeFiles/resolve.dir/util.c.o" \ -"CMakeFiles/resolve.dir/resolve.c.o" - -# External object files for target resolve -resolve_EXTERNAL_OBJECTS = - -external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o -external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o -external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o -external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o -external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o -external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o -external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o -external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o -external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o -external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o -external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.o -external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/util.c.o -external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.o -external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/build.make -external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts -external/curl/tests/server/resolve: /usr/lib/libz.so -external/curl/tests/server/resolve: external/curl/tests/server/CMakeFiles/resolve.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Linking C executable resolve" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/resolve.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/server/CMakeFiles/resolve.dir/build: external/curl/tests/server/resolve -.PHONY : external/curl/tests/server/CMakeFiles/resolve.dir/build - -external/curl/tests/server/CMakeFiles/resolve.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -P CMakeFiles/resolve.dir/cmake_clean.cmake -.PHONY : external/curl/tests/server/CMakeFiles/resolve.dir/clean - -external/curl/tests/server/CMakeFiles/resolve.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/server /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/server /home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/resolve.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/server/CMakeFiles/resolve.dir/depend - diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/cmake_clean.cmake deleted file mode 100644 index 3ae0f781..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/cmake_clean.cmake +++ /dev/null @@ -1,36 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/resolve.dir/link.d" - "CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o" - "CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o.d" - "CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o" - "CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o.d" - "CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o" - "CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o.d" - "CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o" - "CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o.d" - "CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o" - "CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o.d" - "CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o" - "CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o.d" - "CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o" - "CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o.d" - "CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o" - "CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o.d" - "CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o" - "CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o.d" - "CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o" - "CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o.d" - "CMakeFiles/resolve.dir/getpart.c.o" - "CMakeFiles/resolve.dir/getpart.c.o.d" - "CMakeFiles/resolve.dir/resolve.c.o" - "CMakeFiles/resolve.dir/resolve.c.o.d" - "CMakeFiles/resolve.dir/util.c.o" - "CMakeFiles/resolve.dir/util.c.o.d" - "resolve" - "resolve.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/resolve.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.make deleted file mode 100644 index bed301c2..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for resolve. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts deleted file mode 100644 index f070812f..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for resolve. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/depend.make deleted file mode 100644 index 21202d65..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for resolve. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/flags.make b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/flags.make deleted file mode 100644 index 147d663a..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DHAVE_CONFIG_H -DWITHOUT_LIBCURL -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/server - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/link.txt b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/link.txt deleted file mode 100644 index 540fb684..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/resolve.dir/link.d CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o CMakeFiles/resolve.dir/getpart.c.o CMakeFiles/resolve.dir/util.c.o CMakeFiles/resolve.dir/resolve.c.o -o resolve -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/progress.make b/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/progress.make deleted file mode 100644 index 759d2d9d..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/resolve.dir/progress.make +++ /dev/null @@ -1,15 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = -CMAKE_PROGRESS_7 = -CMAKE_PROGRESS_8 = -CMAKE_PROGRESS_9 = -CMAKE_PROGRESS_10 = -CMAKE_PROGRESS_11 = -CMAKE_PROGRESS_12 = -CMAKE_PROGRESS_13 = 90 -CMAKE_PROGRESS_14 = - diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/DependInfo.cmake deleted file mode 100644 index 3e6295b2..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/DependInfo.cmake +++ /dev/null @@ -1,36 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/memdebug.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/rtspd.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/util.c" "external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.o" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.o.d" - "" "external/curl/tests/server/rtspd" "gcc" "external/curl/tests/server/CMakeFiles/rtspd.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/build.make b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/build.make deleted file mode 100644 index 878150e8..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/build.make +++ /dev/null @@ -1,307 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/server/CMakeFiles/rtspd.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/server/CMakeFiles/rtspd.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make - -external/curl/tests/server/CMakeFiles/rtspd.dir/codegen: -.PHONY : external/curl/tests/server/CMakeFiles/rtspd.dir/codegen - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o: /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o -MF CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o.d -o CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c > CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.i - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -o CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.s - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o -MF CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o.d -o CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c > CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.i - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -o CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.s - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o -MF CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o.d -o CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c > CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.i - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -o CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.s - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o -MF CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o.d -o CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c > CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.i - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -o CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.s - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o -MF CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o.d -o CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c > CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.i - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -o CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.s - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o -MF CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o.d -o CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c > CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.i - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -o CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.s - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o -MF CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o.d -o CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c > CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.i - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -o CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.s - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o -MF CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o.d -o CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c > CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.i - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -o CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.s - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o -MF CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o.d -o CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c > CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.i - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -o CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.s - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o -MF CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o.d -o CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c > CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.i - -external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -o CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.s - -external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make -external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.o -MF CMakeFiles/rtspd.dir/getpart.c.o.d -o CMakeFiles/rtspd.dir/getpart.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c - -external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/getpart.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c > CMakeFiles/rtspd.dir/getpart.c.i - -external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/getpart.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -o CMakeFiles/rtspd.dir/getpart.c.s - -external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make -external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.o -MF CMakeFiles/rtspd.dir/util.c.o.d -o CMakeFiles/rtspd.dir/util.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/util.c - -external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/util.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/util.c > CMakeFiles/rtspd.dir/util.c.i - -external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/util.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -o CMakeFiles/rtspd.dir/util.c.s - -external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make -external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/rtspd.c -external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.o: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.o -MF CMakeFiles/rtspd.dir/rtspd.c.o.d -o CMakeFiles/rtspd.dir/rtspd.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/rtspd.c - -external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/rtspd.dir/rtspd.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/rtspd.c > CMakeFiles/rtspd.dir/rtspd.c.i - -external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/rtspd.dir/rtspd.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/rtspd.c -o CMakeFiles/rtspd.dir/rtspd.c.s - -# Object files for target rtspd -rtspd_OBJECTS = \ -"CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o" \ -"CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o" \ -"CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o" \ -"CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o" \ -"CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o" \ -"CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o" \ -"CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o" \ -"CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o" \ -"CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o" \ -"CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o" \ -"CMakeFiles/rtspd.dir/getpart.c.o" \ -"CMakeFiles/rtspd.dir/util.c.o" \ -"CMakeFiles/rtspd.dir/rtspd.c.o" - -# External object files for target rtspd -rtspd_EXTERNAL_OBJECTS = - -external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o -external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o -external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o -external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o -external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o -external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o -external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o -external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o -external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o -external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o -external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.o -external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.o -external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.o -external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/build.make -external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts -external/curl/tests/server/rtspd: /usr/lib/libz.so -external/curl/tests/server/rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Linking C executable rtspd" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/rtspd.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/server/CMakeFiles/rtspd.dir/build: external/curl/tests/server/rtspd -.PHONY : external/curl/tests/server/CMakeFiles/rtspd.dir/build - -external/curl/tests/server/CMakeFiles/rtspd.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -P CMakeFiles/rtspd.dir/cmake_clean.cmake -.PHONY : external/curl/tests/server/CMakeFiles/rtspd.dir/clean - -external/curl/tests/server/CMakeFiles/rtspd.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/server /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/server /home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/rtspd.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/server/CMakeFiles/rtspd.dir/depend - diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/cmake_clean.cmake deleted file mode 100644 index a77408f1..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/cmake_clean.cmake +++ /dev/null @@ -1,36 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/rtspd.dir/link.d" - "CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o" - "CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o.d" - "CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o" - "CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o.d" - "CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o" - "CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o.d" - "CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o" - "CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o.d" - "CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o" - "CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o.d" - "CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o" - "CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o.d" - "CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o" - "CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o.d" - "CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o" - "CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o.d" - "CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o" - "CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o.d" - "CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o" - "CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o.d" - "CMakeFiles/rtspd.dir/getpart.c.o" - "CMakeFiles/rtspd.dir/getpart.c.o.d" - "CMakeFiles/rtspd.dir/rtspd.c.o" - "CMakeFiles/rtspd.dir/rtspd.c.o.d" - "CMakeFiles/rtspd.dir/util.c.o" - "CMakeFiles/rtspd.dir/util.c.o.d" - "rtspd" - "rtspd.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/rtspd.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.make deleted file mode 100644 index c878b24d..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for rtspd. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts deleted file mode 100644 index c671a60d..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for rtspd. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/depend.make deleted file mode 100644 index 09db810c..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for rtspd. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make deleted file mode 100644 index 147d663a..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DHAVE_CONFIG_H -DWITHOUT_LIBCURL -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/server - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/link.txt b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/link.txt deleted file mode 100644 index b11fa10d..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/rtspd.dir/link.d CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o CMakeFiles/rtspd.dir/getpart.c.o CMakeFiles/rtspd.dir/util.c.o CMakeFiles/rtspd.dir/rtspd.c.o -o rtspd -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/progress.make b/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/progress.make deleted file mode 100644 index eeab77d5..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/rtspd.dir/progress.make +++ /dev/null @@ -1,15 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = -CMAKE_PROGRESS_7 = -CMAKE_PROGRESS_8 = -CMAKE_PROGRESS_9 = -CMAKE_PROGRESS_10 = -CMAKE_PROGRESS_11 = -CMAKE_PROGRESS_12 = -CMAKE_PROGRESS_13 = -CMAKE_PROGRESS_14 = - diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/DependInfo.cmake deleted file mode 100644 index d3ee2daf..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/DependInfo.cmake +++ /dev/null @@ -1,37 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/memdebug.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/sockfilt.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/util.c" "external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.o.d" - "" "external/curl/tests/server/sockfilt" "gcc" "external/curl/tests/server/CMakeFiles/sockfilt.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make deleted file mode 100644 index b8be4759..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make +++ /dev/null @@ -1,323 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/server/CMakeFiles/sockfilt.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/server/CMakeFiles/sockfilt.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make - -external/curl/tests/server/CMakeFiles/sockfilt.dir/codegen: -.PHONY : external/curl/tests/server/CMakeFiles/sockfilt.dir/codegen - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o: /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o -MF CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o.d -o CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c > CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.i - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -o CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.s - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o -MF CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o.d -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c > CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.i - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.s - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o -MF CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o.d -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c > CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.i - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.s - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o -MF CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o.d -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c > CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.i - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.s - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o -MF CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o.d -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c > CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.i - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.s - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o -MF CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o.d -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c > CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.i - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.s - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o -MF CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o.d -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c > CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.i - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.s - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o -MF CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o.d -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c > CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.i - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.s - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o -MF CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o.d -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c > CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.i - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.s - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o -MF CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o.d -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c > CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.i - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.s - -external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make -external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.o -MF CMakeFiles/sockfilt.dir/getpart.c.o.d -o CMakeFiles/sockfilt.dir/getpart.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c - -external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/getpart.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c > CMakeFiles/sockfilt.dir/getpart.c.i - -external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/getpart.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -o CMakeFiles/sockfilt.dir/getpart.c.s - -external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make -external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.o -MF CMakeFiles/sockfilt.dir/util.c.o.d -o CMakeFiles/sockfilt.dir/util.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/util.c - -external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/util.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/util.c > CMakeFiles/sockfilt.dir/util.c.i - -external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/util.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -o CMakeFiles/sockfilt.dir/util.c.s - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o -MF CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o.d -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c > CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.i - -external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c -o CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.s - -external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make -external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/sockfilt.c -external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.o: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.o -MF CMakeFiles/sockfilt.dir/sockfilt.c.o.d -o CMakeFiles/sockfilt.dir/sockfilt.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/sockfilt.c - -external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sockfilt.dir/sockfilt.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/sockfilt.c > CMakeFiles/sockfilt.dir/sockfilt.c.i - -external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sockfilt.dir/sockfilt.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/sockfilt.c -o CMakeFiles/sockfilt.dir/sockfilt.c.s - -# Object files for target sockfilt -sockfilt_OBJECTS = \ -"CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o" \ -"CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o" \ -"CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o" \ -"CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o" \ -"CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o" \ -"CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o" \ -"CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o" \ -"CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o" \ -"CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o" \ -"CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o" \ -"CMakeFiles/sockfilt.dir/getpart.c.o" \ -"CMakeFiles/sockfilt.dir/util.c.o" \ -"CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o" \ -"CMakeFiles/sockfilt.dir/sockfilt.c.o" - -# External object files for target sockfilt -sockfilt_EXTERNAL_OBJECTS = - -external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o -external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o -external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o -external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o -external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o -external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o -external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o -external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o -external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o -external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o -external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.o -external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.o -external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o -external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.o -external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make -external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts -external/curl/tests/server/sockfilt: /usr/lib/libz.so -external/curl/tests/server/sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Linking C executable sockfilt" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/sockfilt.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/server/CMakeFiles/sockfilt.dir/build: external/curl/tests/server/sockfilt -.PHONY : external/curl/tests/server/CMakeFiles/sockfilt.dir/build - -external/curl/tests/server/CMakeFiles/sockfilt.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -P CMakeFiles/sockfilt.dir/cmake_clean.cmake -.PHONY : external/curl/tests/server/CMakeFiles/sockfilt.dir/clean - -external/curl/tests/server/CMakeFiles/sockfilt.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/server /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/server /home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/sockfilt.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/server/CMakeFiles/sockfilt.dir/depend - diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/cmake_clean.cmake deleted file mode 100644 index 5f94e132..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/cmake_clean.cmake +++ /dev/null @@ -1,38 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/sockfilt.dir/link.d" - "CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o" - "CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o.d" - "CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o" - "CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o.d" - "CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o" - "CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o.d" - "CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o" - "CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o.d" - "CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o" - "CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o.d" - "CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o" - "CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o.d" - "CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o" - "CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o.d" - "CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o" - "CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o.d" - "CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o" - "CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o.d" - "CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o" - "CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o.d" - "CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o" - "CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o.d" - "CMakeFiles/sockfilt.dir/getpart.c.o" - "CMakeFiles/sockfilt.dir/getpart.c.o.d" - "CMakeFiles/sockfilt.dir/sockfilt.c.o" - "CMakeFiles/sockfilt.dir/sockfilt.c.o.d" - "CMakeFiles/sockfilt.dir/util.c.o" - "CMakeFiles/sockfilt.dir/util.c.o.d" - "sockfilt" - "sockfilt.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/sockfilt.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.make deleted file mode 100644 index 8025fb22..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for sockfilt. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts deleted file mode 100644 index 14f2956d..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for sockfilt. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/depend.make deleted file mode 100644 index 541d420a..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for sockfilt. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make deleted file mode 100644 index 147d663a..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DHAVE_CONFIG_H -DWITHOUT_LIBCURL -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/server - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/link.txt b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/link.txt deleted file mode 100644 index f2c297d7..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/sockfilt.dir/link.d CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o CMakeFiles/sockfilt.dir/getpart.c.o CMakeFiles/sockfilt.dir/util.c.o CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o CMakeFiles/sockfilt.dir/sockfilt.c.o -o sockfilt -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/progress.make b/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/progress.make deleted file mode 100644 index 51fa3ce3..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/sockfilt.dir/progress.make +++ /dev/null @@ -1,16 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = -CMAKE_PROGRESS_7 = -CMAKE_PROGRESS_8 = -CMAKE_PROGRESS_9 = -CMAKE_PROGRESS_10 = -CMAKE_PROGRESS_11 = -CMAKE_PROGRESS_12 = -CMAKE_PROGRESS_13 = 91 -CMAKE_PROGRESS_14 = -CMAKE_PROGRESS_15 = - diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/DependInfo.cmake deleted file mode 100644 index e04af7de..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/DependInfo.cmake +++ /dev/null @@ -1,37 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/memdebug.c" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c" "external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/socksd.c" "external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/util.c" "external/curl/tests/server/CMakeFiles/socksd.dir/util.c.o" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/util.c.o.d" - "" "external/curl/tests/server/socksd" "gcc" "external/curl/tests/server/CMakeFiles/socksd.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/build.make b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/build.make deleted file mode 100644 index f6f95b12..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/build.make +++ /dev/null @@ -1,323 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/server/CMakeFiles/socksd.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/server/CMakeFiles/socksd.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/server/CMakeFiles/socksd.dir/flags.make - -external/curl/tests/server/CMakeFiles/socksd.dir/codegen: -.PHONY : external/curl/tests/server/CMakeFiles/socksd.dir/codegen - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o: /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o -MF CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o.d -o CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/__/__/lib/memdebug.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c > CMakeFiles/socksd.dir/__/__/lib/memdebug.c.i - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/__/__/lib/memdebug.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -o CMakeFiles/socksd.dir/__/__/lib/memdebug.c.s - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o -MF CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o.d -o CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c > CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.i - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -o CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.s - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o -MF CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o.d -o CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c > CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.i - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -o CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.s - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o -MF CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o.d -o CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c > CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.i - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -o CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.s - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o -MF CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o.d -o CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c > CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.i - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -o CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.s - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o -MF CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o.d -o CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c > CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.i - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -o CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.s - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o -MF CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o.d -o CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c > CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.i - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -o CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.s - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o -MF CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o.d -o CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c > CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.i - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -o CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.s - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o -MF CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o.d -o CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c > CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.i - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -o CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.s - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o -MF CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o.d -o CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c > CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.i - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -o CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.s - -external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make -external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.o -MF CMakeFiles/socksd.dir/getpart.c.o.d -o CMakeFiles/socksd.dir/getpart.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c - -external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/getpart.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c > CMakeFiles/socksd.dir/getpart.c.i - -external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/getpart.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -o CMakeFiles/socksd.dir/getpart.c.s - -external/curl/tests/server/CMakeFiles/socksd.dir/util.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make -external/curl/tests/server/CMakeFiles/socksd.dir/util.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -external/curl/tests/server/CMakeFiles/socksd.dir/util.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/util.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/util.c.o -MF CMakeFiles/socksd.dir/util.c.o.d -o CMakeFiles/socksd.dir/util.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/util.c - -external/curl/tests/server/CMakeFiles/socksd.dir/util.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/util.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/util.c > CMakeFiles/socksd.dir/util.c.i - -external/curl/tests/server/CMakeFiles/socksd.dir/util.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/util.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -o CMakeFiles/socksd.dir/util.c.s - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o -MF CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o.d -o CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c > CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.i - -external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c -o CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.s - -external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/flags.make -external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/socksd.c -external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.o: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.o -MF CMakeFiles/socksd.dir/socksd.c.o.d -o CMakeFiles/socksd.dir/socksd.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/socksd.c - -external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/socksd.dir/socksd.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/socksd.c > CMakeFiles/socksd.dir/socksd.c.i - -external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/socksd.dir/socksd.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/socksd.c -o CMakeFiles/socksd.dir/socksd.c.s - -# Object files for target socksd -socksd_OBJECTS = \ -"CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o" \ -"CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o" \ -"CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o" \ -"CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o" \ -"CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o" \ -"CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o" \ -"CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o" \ -"CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o" \ -"CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o" \ -"CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o" \ -"CMakeFiles/socksd.dir/getpart.c.o" \ -"CMakeFiles/socksd.dir/util.c.o" \ -"CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o" \ -"CMakeFiles/socksd.dir/socksd.c.o" - -# External object files for target socksd -socksd_EXTERNAL_OBJECTS = - -external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o -external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o -external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o -external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o -external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o -external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o -external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o -external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o -external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o -external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o -external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.o -external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/util.c.o -external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o -external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.o -external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/build.make -external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts -external/curl/tests/server/socksd: /usr/lib/libz.so -external/curl/tests/server/socksd: external/curl/tests/server/CMakeFiles/socksd.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Linking C executable socksd" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/socksd.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/server/CMakeFiles/socksd.dir/build: external/curl/tests/server/socksd -.PHONY : external/curl/tests/server/CMakeFiles/socksd.dir/build - -external/curl/tests/server/CMakeFiles/socksd.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -P CMakeFiles/socksd.dir/cmake_clean.cmake -.PHONY : external/curl/tests/server/CMakeFiles/socksd.dir/clean - -external/curl/tests/server/CMakeFiles/socksd.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/server /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/server /home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/socksd.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/server/CMakeFiles/socksd.dir/depend - diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/cmake_clean.cmake deleted file mode 100644 index 9087b050..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/cmake_clean.cmake +++ /dev/null @@ -1,38 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/socksd.dir/link.d" - "CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o" - "CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o.d" - "CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o" - "CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o.d" - "CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o" - "CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o.d" - "CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o" - "CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o.d" - "CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o" - "CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o.d" - "CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o" - "CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o.d" - "CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o" - "CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o.d" - "CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o" - "CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o.d" - "CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o" - "CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o.d" - "CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o" - "CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o.d" - "CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o" - "CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o.d" - "CMakeFiles/socksd.dir/getpart.c.o" - "CMakeFiles/socksd.dir/getpart.c.o.d" - "CMakeFiles/socksd.dir/socksd.c.o" - "CMakeFiles/socksd.dir/socksd.c.o.d" - "CMakeFiles/socksd.dir/util.c.o" - "CMakeFiles/socksd.dir/util.c.o.d" - "socksd" - "socksd.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/socksd.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.make deleted file mode 100644 index a368c39c..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for socksd. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts deleted file mode 100644 index 5a319da0..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for socksd. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/depend.make deleted file mode 100644 index ea5d0c6c..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for socksd. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/flags.make b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/flags.make deleted file mode 100644 index 147d663a..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DHAVE_CONFIG_H -DWITHOUT_LIBCURL -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/server - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/link.txt b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/link.txt deleted file mode 100644 index 6655eecc..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/socksd.dir/link.d CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o CMakeFiles/socksd.dir/getpart.c.o CMakeFiles/socksd.dir/util.c.o CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o CMakeFiles/socksd.dir/socksd.c.o -o socksd -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/progress.make b/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/progress.make deleted file mode 100644 index 62e9b995..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/socksd.dir/progress.make +++ /dev/null @@ -1,16 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = -CMAKE_PROGRESS_7 = -CMAKE_PROGRESS_8 = -CMAKE_PROGRESS_9 = -CMAKE_PROGRESS_10 = -CMAKE_PROGRESS_11 = -CMAKE_PROGRESS_12 = -CMAKE_PROGRESS_13 = -CMAKE_PROGRESS_14 = -CMAKE_PROGRESS_15 = - diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/DependInfo.cmake deleted file mode 100644 index 8df40315..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/DependInfo.cmake +++ /dev/null @@ -1,37 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/memdebug.c" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c" "external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/sws.c" "external/curl/tests/server/CMakeFiles/sws.dir/sws.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/sws.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/util.c" "external/curl/tests/server/CMakeFiles/sws.dir/util.c.o" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/util.c.o.d" - "" "external/curl/tests/server/sws" "gcc" "external/curl/tests/server/CMakeFiles/sws.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/build.make b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/build.make deleted file mode 100644 index 34a6be0b..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/build.make +++ /dev/null @@ -1,323 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/server/CMakeFiles/sws.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/server/CMakeFiles/sws.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/server/CMakeFiles/sws.dir/flags.make - -external/curl/tests/server/CMakeFiles/sws.dir/codegen: -.PHONY : external/curl/tests/server/CMakeFiles/sws.dir/codegen - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.o: /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.o -MF CMakeFiles/sws.dir/__/__/lib/memdebug.c.o.d -o CMakeFiles/sws.dir/__/__/lib/memdebug.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/__/__/lib/memdebug.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c > CMakeFiles/sws.dir/__/__/lib/memdebug.c.i - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/__/__/lib/memdebug.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -o CMakeFiles/sws.dir/__/__/lib/memdebug.c.s - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o -MF CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o.d -o CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c > CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.i - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -o CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.s - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o -MF CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o.d -o CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c > CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.i - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -o CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.s - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o -MF CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o.d -o CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c > CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.i - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -o CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.s - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o -MF CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o.d -o CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c > CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.i - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -o CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.s - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o -MF CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o.d -o CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c > CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.i - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -o CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.s - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o -MF CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o.d -o CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c > CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.i - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -o CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.s - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o -MF CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o.d -o CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c > CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.i - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -o CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.s - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o -MF CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o.d -o CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c > CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.i - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -o CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.s - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o -MF CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o.d -o CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c > CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.i - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -o CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.s - -external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make -external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.o -MF CMakeFiles/sws.dir/getpart.c.o.d -o CMakeFiles/sws.dir/getpart.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c - -external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/getpart.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c > CMakeFiles/sws.dir/getpart.c.i - -external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/getpart.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -o CMakeFiles/sws.dir/getpart.c.s - -external/curl/tests/server/CMakeFiles/sws.dir/util.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make -external/curl/tests/server/CMakeFiles/sws.dir/util.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -external/curl/tests/server/CMakeFiles/sws.dir/util.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/util.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/util.c.o -MF CMakeFiles/sws.dir/util.c.o.d -o CMakeFiles/sws.dir/util.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/util.c - -external/curl/tests/server/CMakeFiles/sws.dir/util.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/util.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/util.c > CMakeFiles/sws.dir/util.c.i - -external/curl/tests/server/CMakeFiles/sws.dir/util.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/util.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -o CMakeFiles/sws.dir/util.c.s - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o -MF CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o.d -o CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c > CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.i - -external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/inet_pton.c -o CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.s - -external/curl/tests/server/CMakeFiles/sws.dir/sws.c.o: external/curl/tests/server/CMakeFiles/sws.dir/flags.make -external/curl/tests/server/CMakeFiles/sws.dir/sws.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/sws.c -external/curl/tests/server/CMakeFiles/sws.dir/sws.c.o: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object external/curl/tests/server/CMakeFiles/sws.dir/sws.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/sws.dir/sws.c.o -MF CMakeFiles/sws.dir/sws.c.o.d -o CMakeFiles/sws.dir/sws.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/sws.c - -external/curl/tests/server/CMakeFiles/sws.dir/sws.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/sws.dir/sws.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/sws.c > CMakeFiles/sws.dir/sws.c.i - -external/curl/tests/server/CMakeFiles/sws.dir/sws.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/sws.dir/sws.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/sws.c -o CMakeFiles/sws.dir/sws.c.s - -# Object files for target sws -sws_OBJECTS = \ -"CMakeFiles/sws.dir/__/__/lib/memdebug.c.o" \ -"CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o" \ -"CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o" \ -"CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o" \ -"CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o" \ -"CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o" \ -"CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o" \ -"CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o" \ -"CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o" \ -"CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o" \ -"CMakeFiles/sws.dir/getpart.c.o" \ -"CMakeFiles/sws.dir/util.c.o" \ -"CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o" \ -"CMakeFiles/sws.dir/sws.c.o" - -# External object files for target sws -sws_EXTERNAL_OBJECTS = - -external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.o -external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o -external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o -external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o -external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o -external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o -external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o -external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o -external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o -external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o -external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.o -external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/util.c.o -external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o -external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/sws.c.o -external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/build.make -external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts -external/curl/tests/server/sws: /usr/lib/libz.so -external/curl/tests/server/sws: external/curl/tests/server/CMakeFiles/sws.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Linking C executable sws" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/sws.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/server/CMakeFiles/sws.dir/build: external/curl/tests/server/sws -.PHONY : external/curl/tests/server/CMakeFiles/sws.dir/build - -external/curl/tests/server/CMakeFiles/sws.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -P CMakeFiles/sws.dir/cmake_clean.cmake -.PHONY : external/curl/tests/server/CMakeFiles/sws.dir/clean - -external/curl/tests/server/CMakeFiles/sws.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/server /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/server /home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/sws.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/server/CMakeFiles/sws.dir/depend - diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/cmake_clean.cmake deleted file mode 100644 index 855a11f2..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/cmake_clean.cmake +++ /dev/null @@ -1,38 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/sws.dir/link.d" - "CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o" - "CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o.d" - "CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o" - "CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o.d" - "CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o" - "CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o.d" - "CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o" - "CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o.d" - "CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o" - "CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o.d" - "CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o" - "CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o.d" - "CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o" - "CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o.d" - "CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o" - "CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o.d" - "CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o" - "CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o.d" - "CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o" - "CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o.d" - "CMakeFiles/sws.dir/__/__/lib/memdebug.c.o" - "CMakeFiles/sws.dir/__/__/lib/memdebug.c.o.d" - "CMakeFiles/sws.dir/getpart.c.o" - "CMakeFiles/sws.dir/getpart.c.o.d" - "CMakeFiles/sws.dir/sws.c.o" - "CMakeFiles/sws.dir/sws.c.o.d" - "CMakeFiles/sws.dir/util.c.o" - "CMakeFiles/sws.dir/util.c.o.d" - "sws" - "sws.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/sws.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.make deleted file mode 100644 index 92e6c9ec..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for sws. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts deleted file mode 100644 index 9818cff1..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for sws. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/depend.make deleted file mode 100644 index 19f31b3c..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for sws. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/flags.make b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/flags.make deleted file mode 100644 index 147d663a..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DHAVE_CONFIG_H -DWITHOUT_LIBCURL -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/server - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/link.txt b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/link.txt deleted file mode 100644 index adba50ea..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/sws.dir/link.d CMakeFiles/sws.dir/__/__/lib/memdebug.c.o CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o CMakeFiles/sws.dir/getpart.c.o CMakeFiles/sws.dir/util.c.o CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o CMakeFiles/sws.dir/sws.c.o -o sws -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/progress.make b/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/progress.make deleted file mode 100644 index ca0762f0..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/sws.dir/progress.make +++ /dev/null @@ -1,16 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = -CMAKE_PROGRESS_7 = -CMAKE_PROGRESS_8 = -CMAKE_PROGRESS_9 = -CMAKE_PROGRESS_10 = 92 -CMAKE_PROGRESS_11 = -CMAKE_PROGRESS_12 = -CMAKE_PROGRESS_13 = -CMAKE_PROGRESS_14 = -CMAKE_PROGRESS_15 = - diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/DependInfo.cmake deleted file mode 100644 index d0dafd7e..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/DependInfo.cmake +++ /dev/null @@ -1,36 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/lib/memdebug.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/tftpd.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/server/util.c" "external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.o" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.o.d" - "" "external/curl/tests/server/tftpd" "gcc" "external/curl/tests/server/CMakeFiles/tftpd.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/build.make b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/build.make deleted file mode 100644 index b0c1a7f5..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/build.make +++ /dev/null @@ -1,307 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/server/CMakeFiles/tftpd.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/server/CMakeFiles/tftpd.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make - -external/curl/tests/server/CMakeFiles/tftpd.dir/codegen: -.PHONY : external/curl/tests/server/CMakeFiles/tftpd.dir/codegen - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o: /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o -MF CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o.d -o CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c > CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.i - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/memdebug.c -o CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.s - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o -MF CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o.d -o CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c > CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.i - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/base64.c -o CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.s - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o -MF CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o.d -o CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c > CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.i - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/multibyte.c -o CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.s - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o -MF CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o.d -o CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c > CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.i - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/nonblock.c -o CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.s - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o -MF CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o.d -o CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c > CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.i - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/strparse.c -o CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.s - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o -MF CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o.d -o CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c > CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.i - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timediff.c -o CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.s - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o -MF CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o.d -o CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c > CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.i - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/timeval.c -o CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.s - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o -MF CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o.d -o CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c > CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.i - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/version_win32.c -o CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.s - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o -MF CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o.d -o CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c > CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.i - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/warnless.c -o CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.s - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o: /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o -MF CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o.d -o CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o -c /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c > CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.i - -external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/lib/curlx/winapi.c -o CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.s - -external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make -external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.o -MF CMakeFiles/tftpd.dir/getpart.c.o.d -o CMakeFiles/tftpd.dir/getpart.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c - -external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/getpart.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c > CMakeFiles/tftpd.dir/getpart.c.i - -external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/getpart.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/getpart.c -o CMakeFiles/tftpd.dir/getpart.c.s - -external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make -external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.o -MF CMakeFiles/tftpd.dir/util.c.o.d -o CMakeFiles/tftpd.dir/util.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/util.c - -external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/util.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/util.c > CMakeFiles/tftpd.dir/util.c.i - -external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/util.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/util.c -o CMakeFiles/tftpd.dir/util.c.s - -external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make -external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.o: /home/guest/Downloads/PopLib/external/curl/tests/server/tftpd.c -external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.o: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.o -MF CMakeFiles/tftpd.dir/tftpd.c.o.d -o CMakeFiles/tftpd.dir/tftpd.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/server/tftpd.c - -external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tftpd.dir/tftpd.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/server/tftpd.c > CMakeFiles/tftpd.dir/tftpd.c.i - -external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tftpd.dir/tftpd.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/server/tftpd.c -o CMakeFiles/tftpd.dir/tftpd.c.s - -# Object files for target tftpd -tftpd_OBJECTS = \ -"CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o" \ -"CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o" \ -"CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o" \ -"CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o" \ -"CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o" \ -"CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o" \ -"CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o" \ -"CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o" \ -"CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o" \ -"CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o" \ -"CMakeFiles/tftpd.dir/getpart.c.o" \ -"CMakeFiles/tftpd.dir/util.c.o" \ -"CMakeFiles/tftpd.dir/tftpd.c.o" - -# External object files for target tftpd -tftpd_EXTERNAL_OBJECTS = - -external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o -external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o -external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o -external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o -external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o -external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o -external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o -external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o -external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o -external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o -external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.o -external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.o -external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.o -external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/build.make -external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts -external/curl/tests/server/tftpd: /usr/lib/libz.so -external/curl/tests/server/tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Linking C executable tftpd" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tftpd.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/server/CMakeFiles/tftpd.dir/build: external/curl/tests/server/tftpd -.PHONY : external/curl/tests/server/CMakeFiles/tftpd.dir/build - -external/curl/tests/server/CMakeFiles/tftpd.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/server && $(CMAKE_COMMAND) -P CMakeFiles/tftpd.dir/cmake_clean.cmake -.PHONY : external/curl/tests/server/CMakeFiles/tftpd.dir/clean - -external/curl/tests/server/CMakeFiles/tftpd.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/server /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/server /home/guest/Downloads/PopLib/build/external/curl/tests/server/CMakeFiles/tftpd.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/server/CMakeFiles/tftpd.dir/depend - diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/cmake_clean.cmake deleted file mode 100644 index f35ef74e..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/cmake_clean.cmake +++ /dev/null @@ -1,36 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/tftpd.dir/link.d" - "CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o" - "CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o.d" - "CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o" - "CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o.d" - "CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o" - "CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o.d" - "CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o" - "CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o.d" - "CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o" - "CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o.d" - "CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o" - "CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o.d" - "CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o" - "CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o.d" - "CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o" - "CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o.d" - "CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o" - "CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o.d" - "CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o" - "CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o.d" - "CMakeFiles/tftpd.dir/getpart.c.o" - "CMakeFiles/tftpd.dir/getpart.c.o.d" - "CMakeFiles/tftpd.dir/tftpd.c.o" - "CMakeFiles/tftpd.dir/tftpd.c.o.d" - "CMakeFiles/tftpd.dir/util.c.o" - "CMakeFiles/tftpd.dir/util.c.o.d" - "tftpd" - "tftpd.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/tftpd.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.make deleted file mode 100644 index 0f427417..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for tftpd. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts deleted file mode 100644 index 55469e7f..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for tftpd. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/depend.make b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/depend.make deleted file mode 100644 index 08952033..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for tftpd. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make deleted file mode 100644 index 147d663a..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DHAVE_CONFIG_H -DWITHOUT_LIBCURL -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/server - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/link.txt b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/link.txt deleted file mode 100644 index f428538f..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/tftpd.dir/link.d CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o CMakeFiles/tftpd.dir/getpart.c.o CMakeFiles/tftpd.dir/util.c.o CMakeFiles/tftpd.dir/tftpd.c.o -o tftpd -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/progress.make b/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/progress.make deleted file mode 100644 index eeab77d5..00000000 --- a/build_emscripten/external/curl/tests/server/CMakeFiles/tftpd.dir/progress.make +++ /dev/null @@ -1,15 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = -CMAKE_PROGRESS_7 = -CMAKE_PROGRESS_8 = -CMAKE_PROGRESS_9 = -CMAKE_PROGRESS_10 = -CMAKE_PROGRESS_11 = -CMAKE_PROGRESS_12 = -CMAKE_PROGRESS_13 = -CMAKE_PROGRESS_14 = - diff --git a/build_emscripten/external/curl/tests/server/Makefile b/build_emscripten/external/curl/tests/server/Makefile deleted file mode 100644 index 0eb88473..00000000 --- a/build_emscripten/external/curl/tests/server/Makefile +++ /dev/null @@ -1,1158 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/tests/server//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -external/curl/tests/server/CMakeFiles/resolve.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/resolve.dir/rule -.PHONY : external/curl/tests/server/CMakeFiles/resolve.dir/rule - -# Convenience name for target. -resolve: external/curl/tests/server/CMakeFiles/resolve.dir/rule -.PHONY : resolve - -# fast build rule for target. -resolve/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/build -.PHONY : resolve/fast - -# Convenience name for target. -external/curl/tests/server/CMakeFiles/rtspd.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/rtspd.dir/rule -.PHONY : external/curl/tests/server/CMakeFiles/rtspd.dir/rule - -# Convenience name for target. -rtspd: external/curl/tests/server/CMakeFiles/rtspd.dir/rule -.PHONY : rtspd - -# fast build rule for target. -rtspd/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/build -.PHONY : rtspd/fast - -# Convenience name for target. -external/curl/tests/server/CMakeFiles/sockfilt.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/sockfilt.dir/rule -.PHONY : external/curl/tests/server/CMakeFiles/sockfilt.dir/rule - -# Convenience name for target. -sockfilt: external/curl/tests/server/CMakeFiles/sockfilt.dir/rule -.PHONY : sockfilt - -# fast build rule for target. -sockfilt/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/build -.PHONY : sockfilt/fast - -# Convenience name for target. -external/curl/tests/server/CMakeFiles/sws.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/sws.dir/rule -.PHONY : external/curl/tests/server/CMakeFiles/sws.dir/rule - -# Convenience name for target. -sws: external/curl/tests/server/CMakeFiles/sws.dir/rule -.PHONY : sws - -# fast build rule for target. -sws/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/build -.PHONY : sws/fast - -# Convenience name for target. -external/curl/tests/server/CMakeFiles/tftpd.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/tftpd.dir/rule -.PHONY : external/curl/tests/server/CMakeFiles/tftpd.dir/rule - -# Convenience name for target. -tftpd: external/curl/tests/server/CMakeFiles/tftpd.dir/rule -.PHONY : tftpd - -# fast build rule for target. -tftpd/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/build -.PHONY : tftpd/fast - -# Convenience name for target. -external/curl/tests/server/CMakeFiles/socksd.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/socksd.dir/rule -.PHONY : external/curl/tests/server/CMakeFiles/socksd.dir/rule - -# Convenience name for target. -socksd: external/curl/tests/server/CMakeFiles/socksd.dir/rule -.PHONY : socksd - -# fast build rule for target. -socksd/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/build -.PHONY : socksd/fast - -# Convenience name for target. -external/curl/tests/server/CMakeFiles/mqttd.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/mqttd.dir/rule -.PHONY : external/curl/tests/server/CMakeFiles/mqttd.dir/rule - -# Convenience name for target. -mqttd: external/curl/tests/server/CMakeFiles/mqttd.dir/rule -.PHONY : mqttd - -# fast build rule for target. -mqttd/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/build -.PHONY : mqttd/fast - -# Convenience name for target. -external/curl/tests/server/CMakeFiles/dnsd.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/server/CMakeFiles/dnsd.dir/rule -.PHONY : external/curl/tests/server/CMakeFiles/dnsd.dir/rule - -# Convenience name for target. -dnsd: external/curl/tests/server/CMakeFiles/dnsd.dir/rule -.PHONY : dnsd - -# fast build rule for target. -dnsd/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/build -.PHONY : dnsd/fast - -__/__/lib/curlx/base64.o: __/__/lib/curlx/base64.c.o -.PHONY : __/__/lib/curlx/base64.o - -# target to build an object file -__/__/lib/curlx/base64.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.o -.PHONY : __/__/lib/curlx/base64.c.o - -__/__/lib/curlx/base64.i: __/__/lib/curlx/base64.c.i -.PHONY : __/__/lib/curlx/base64.i - -# target to preprocess a source file -__/__/lib/curlx/base64.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.i -.PHONY : __/__/lib/curlx/base64.c.i - -__/__/lib/curlx/base64.s: __/__/lib/curlx/base64.c.s -.PHONY : __/__/lib/curlx/base64.s - -# target to generate assembly for a file -__/__/lib/curlx/base64.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/base64.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/base64.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/base64.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/base64.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/base64.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/base64.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/base64.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/base64.c.s -.PHONY : __/__/lib/curlx/base64.c.s - -__/__/lib/curlx/inet_pton.o: __/__/lib/curlx/inet_pton.c.o -.PHONY : __/__/lib/curlx/inet_pton.o - -# target to build an object file -__/__/lib/curlx/inet_pton.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.o -.PHONY : __/__/lib/curlx/inet_pton.c.o - -__/__/lib/curlx/inet_pton.i: __/__/lib/curlx/inet_pton.c.i -.PHONY : __/__/lib/curlx/inet_pton.i - -# target to preprocess a source file -__/__/lib/curlx/inet_pton.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.i -.PHONY : __/__/lib/curlx/inet_pton.c.i - -__/__/lib/curlx/inet_pton.s: __/__/lib/curlx/inet_pton.c.s -.PHONY : __/__/lib/curlx/inet_pton.s - -# target to generate assembly for a file -__/__/lib/curlx/inet_pton.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/inet_pton.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/inet_pton.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/inet_pton.c.s -.PHONY : __/__/lib/curlx/inet_pton.c.s - -__/__/lib/curlx/multibyte.o: __/__/lib/curlx/multibyte.c.o -.PHONY : __/__/lib/curlx/multibyte.o - -# target to build an object file -__/__/lib/curlx/multibyte.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.o -.PHONY : __/__/lib/curlx/multibyte.c.o - -__/__/lib/curlx/multibyte.i: __/__/lib/curlx/multibyte.c.i -.PHONY : __/__/lib/curlx/multibyte.i - -# target to preprocess a source file -__/__/lib/curlx/multibyte.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.i -.PHONY : __/__/lib/curlx/multibyte.c.i - -__/__/lib/curlx/multibyte.s: __/__/lib/curlx/multibyte.c.s -.PHONY : __/__/lib/curlx/multibyte.s - -# target to generate assembly for a file -__/__/lib/curlx/multibyte.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/multibyte.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/multibyte.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/multibyte.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/multibyte.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/multibyte.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/multibyte.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/multibyte.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/multibyte.c.s -.PHONY : __/__/lib/curlx/multibyte.c.s - -__/__/lib/curlx/nonblock.o: __/__/lib/curlx/nonblock.c.o -.PHONY : __/__/lib/curlx/nonblock.o - -# target to build an object file -__/__/lib/curlx/nonblock.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.o -.PHONY : __/__/lib/curlx/nonblock.c.o - -__/__/lib/curlx/nonblock.i: __/__/lib/curlx/nonblock.c.i -.PHONY : __/__/lib/curlx/nonblock.i - -# target to preprocess a source file -__/__/lib/curlx/nonblock.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.i -.PHONY : __/__/lib/curlx/nonblock.c.i - -__/__/lib/curlx/nonblock.s: __/__/lib/curlx/nonblock.c.s -.PHONY : __/__/lib/curlx/nonblock.s - -# target to generate assembly for a file -__/__/lib/curlx/nonblock.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/nonblock.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/nonblock.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/nonblock.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/nonblock.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/nonblock.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/nonblock.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/nonblock.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/nonblock.c.s -.PHONY : __/__/lib/curlx/nonblock.c.s - -__/__/lib/curlx/strparse.o: __/__/lib/curlx/strparse.c.o -.PHONY : __/__/lib/curlx/strparse.o - -# target to build an object file -__/__/lib/curlx/strparse.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.o -.PHONY : __/__/lib/curlx/strparse.c.o - -__/__/lib/curlx/strparse.i: __/__/lib/curlx/strparse.c.i -.PHONY : __/__/lib/curlx/strparse.i - -# target to preprocess a source file -__/__/lib/curlx/strparse.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.i -.PHONY : __/__/lib/curlx/strparse.c.i - -__/__/lib/curlx/strparse.s: __/__/lib/curlx/strparse.c.s -.PHONY : __/__/lib/curlx/strparse.s - -# target to generate assembly for a file -__/__/lib/curlx/strparse.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/strparse.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/strparse.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/strparse.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/strparse.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/strparse.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/strparse.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/strparse.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/strparse.c.s -.PHONY : __/__/lib/curlx/strparse.c.s - -__/__/lib/curlx/timediff.o: __/__/lib/curlx/timediff.c.o -.PHONY : __/__/lib/curlx/timediff.o - -# target to build an object file -__/__/lib/curlx/timediff.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.o -.PHONY : __/__/lib/curlx/timediff.c.o - -__/__/lib/curlx/timediff.i: __/__/lib/curlx/timediff.c.i -.PHONY : __/__/lib/curlx/timediff.i - -# target to preprocess a source file -__/__/lib/curlx/timediff.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.i -.PHONY : __/__/lib/curlx/timediff.c.i - -__/__/lib/curlx/timediff.s: __/__/lib/curlx/timediff.c.s -.PHONY : __/__/lib/curlx/timediff.s - -# target to generate assembly for a file -__/__/lib/curlx/timediff.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timediff.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timediff.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timediff.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timediff.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timediff.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timediff.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timediff.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timediff.c.s -.PHONY : __/__/lib/curlx/timediff.c.s - -__/__/lib/curlx/timeval.o: __/__/lib/curlx/timeval.c.o -.PHONY : __/__/lib/curlx/timeval.o - -# target to build an object file -__/__/lib/curlx/timeval.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.o -.PHONY : __/__/lib/curlx/timeval.c.o - -__/__/lib/curlx/timeval.i: __/__/lib/curlx/timeval.c.i -.PHONY : __/__/lib/curlx/timeval.i - -# target to preprocess a source file -__/__/lib/curlx/timeval.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.i -.PHONY : __/__/lib/curlx/timeval.c.i - -__/__/lib/curlx/timeval.s: __/__/lib/curlx/timeval.c.s -.PHONY : __/__/lib/curlx/timeval.s - -# target to generate assembly for a file -__/__/lib/curlx/timeval.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/timeval.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/timeval.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/timeval.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/timeval.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/timeval.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/timeval.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/timeval.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/timeval.c.s -.PHONY : __/__/lib/curlx/timeval.c.s - -__/__/lib/curlx/version_win32.o: __/__/lib/curlx/version_win32.c.o -.PHONY : __/__/lib/curlx/version_win32.o - -# target to build an object file -__/__/lib/curlx/version_win32.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.o -.PHONY : __/__/lib/curlx/version_win32.c.o - -__/__/lib/curlx/version_win32.i: __/__/lib/curlx/version_win32.c.i -.PHONY : __/__/lib/curlx/version_win32.i - -# target to preprocess a source file -__/__/lib/curlx/version_win32.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.i -.PHONY : __/__/lib/curlx/version_win32.c.i - -__/__/lib/curlx/version_win32.s: __/__/lib/curlx/version_win32.c.s -.PHONY : __/__/lib/curlx/version_win32.s - -# target to generate assembly for a file -__/__/lib/curlx/version_win32.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/version_win32.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/version_win32.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/version_win32.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/version_win32.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/version_win32.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/version_win32.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/version_win32.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/version_win32.c.s -.PHONY : __/__/lib/curlx/version_win32.c.s - -__/__/lib/curlx/warnless.o: __/__/lib/curlx/warnless.c.o -.PHONY : __/__/lib/curlx/warnless.o - -# target to build an object file -__/__/lib/curlx/warnless.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.o -.PHONY : __/__/lib/curlx/warnless.c.o - -__/__/lib/curlx/warnless.i: __/__/lib/curlx/warnless.c.i -.PHONY : __/__/lib/curlx/warnless.i - -# target to preprocess a source file -__/__/lib/curlx/warnless.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.i -.PHONY : __/__/lib/curlx/warnless.c.i - -__/__/lib/curlx/warnless.s: __/__/lib/curlx/warnless.c.s -.PHONY : __/__/lib/curlx/warnless.s - -# target to generate assembly for a file -__/__/lib/curlx/warnless.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/warnless.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/warnless.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/warnless.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/warnless.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/warnless.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/warnless.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/warnless.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/warnless.c.s -.PHONY : __/__/lib/curlx/warnless.c.s - -__/__/lib/curlx/winapi.o: __/__/lib/curlx/winapi.c.o -.PHONY : __/__/lib/curlx/winapi.o - -# target to build an object file -__/__/lib/curlx/winapi.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.o -.PHONY : __/__/lib/curlx/winapi.c.o - -__/__/lib/curlx/winapi.i: __/__/lib/curlx/winapi.c.i -.PHONY : __/__/lib/curlx/winapi.i - -# target to preprocess a source file -__/__/lib/curlx/winapi.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.i -.PHONY : __/__/lib/curlx/winapi.c.i - -__/__/lib/curlx/winapi.s: __/__/lib/curlx/winapi.c.s -.PHONY : __/__/lib/curlx/winapi.s - -# target to generate assembly for a file -__/__/lib/curlx/winapi.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/curlx/winapi.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/curlx/winapi.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/curlx/winapi.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/curlx/winapi.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/curlx/winapi.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/curlx/winapi.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/curlx/winapi.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/curlx/winapi.c.s -.PHONY : __/__/lib/curlx/winapi.c.s - -__/__/lib/memdebug.o: __/__/lib/memdebug.c.o -.PHONY : __/__/lib/memdebug.o - -# target to build an object file -__/__/lib/memdebug.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.o -.PHONY : __/__/lib/memdebug.c.o - -__/__/lib/memdebug.i: __/__/lib/memdebug.c.i -.PHONY : __/__/lib/memdebug.i - -# target to preprocess a source file -__/__/lib/memdebug.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.i -.PHONY : __/__/lib/memdebug.c.i - -__/__/lib/memdebug.s: __/__/lib/memdebug.c.s -.PHONY : __/__/lib/memdebug.s - -# target to generate assembly for a file -__/__/lib/memdebug.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/__/__/lib/memdebug.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/__/__/lib/memdebug.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/__/__/lib/memdebug.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/__/__/lib/memdebug.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/__/__/lib/memdebug.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/__/__/lib/memdebug.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/__/__/lib/memdebug.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/__/__/lib/memdebug.c.s -.PHONY : __/__/lib/memdebug.c.s - -dnsd.o: dnsd.c.o -.PHONY : dnsd.o - -# target to build an object file -dnsd.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.o -.PHONY : dnsd.c.o - -dnsd.i: dnsd.c.i -.PHONY : dnsd.i - -# target to preprocess a source file -dnsd.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.i -.PHONY : dnsd.c.i - -dnsd.s: dnsd.c.s -.PHONY : dnsd.s - -# target to generate assembly for a file -dnsd.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/dnsd.c.s -.PHONY : dnsd.c.s - -getpart.o: getpart.c.o -.PHONY : getpart.o - -# target to build an object file -getpart.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.o -.PHONY : getpart.c.o - -getpart.i: getpart.c.i -.PHONY : getpart.i - -# target to preprocess a source file -getpart.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.i -.PHONY : getpart.c.i - -getpart.s: getpart.c.s -.PHONY : getpart.s - -# target to generate assembly for a file -getpart.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/getpart.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/getpart.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/getpart.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/getpart.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/getpart.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/getpart.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/getpart.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/getpart.c.s -.PHONY : getpart.c.s - -mqttd.o: mqttd.c.o -.PHONY : mqttd.o - -# target to build an object file -mqttd.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.o -.PHONY : mqttd.c.o - -mqttd.i: mqttd.c.i -.PHONY : mqttd.i - -# target to preprocess a source file -mqttd.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.i -.PHONY : mqttd.c.i - -mqttd.s: mqttd.c.s -.PHONY : mqttd.s - -# target to generate assembly for a file -mqttd.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/mqttd.c.s -.PHONY : mqttd.c.s - -resolve.o: resolve.c.o -.PHONY : resolve.o - -# target to build an object file -resolve.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.o -.PHONY : resolve.c.o - -resolve.i: resolve.c.i -.PHONY : resolve.i - -# target to preprocess a source file -resolve.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.i -.PHONY : resolve.c.i - -resolve.s: resolve.c.s -.PHONY : resolve.s - -# target to generate assembly for a file -resolve.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/resolve.c.s -.PHONY : resolve.c.s - -rtspd.o: rtspd.c.o -.PHONY : rtspd.o - -# target to build an object file -rtspd.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.o -.PHONY : rtspd.c.o - -rtspd.i: rtspd.c.i -.PHONY : rtspd.i - -# target to preprocess a source file -rtspd.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.i -.PHONY : rtspd.c.i - -rtspd.s: rtspd.c.s -.PHONY : rtspd.s - -# target to generate assembly for a file -rtspd.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/rtspd.c.s -.PHONY : rtspd.c.s - -sockfilt.o: sockfilt.c.o -.PHONY : sockfilt.o - -# target to build an object file -sockfilt.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.o -.PHONY : sockfilt.c.o - -sockfilt.i: sockfilt.c.i -.PHONY : sockfilt.i - -# target to preprocess a source file -sockfilt.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.i -.PHONY : sockfilt.c.i - -sockfilt.s: sockfilt.c.s -.PHONY : sockfilt.s - -# target to generate assembly for a file -sockfilt.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/sockfilt.c.s -.PHONY : sockfilt.c.s - -socksd.o: socksd.c.o -.PHONY : socksd.o - -# target to build an object file -socksd.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.o -.PHONY : socksd.c.o - -socksd.i: socksd.c.i -.PHONY : socksd.i - -# target to preprocess a source file -socksd.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.i -.PHONY : socksd.c.i - -socksd.s: socksd.c.s -.PHONY : socksd.s - -# target to generate assembly for a file -socksd.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/socksd.c.s -.PHONY : socksd.c.s - -sws.o: sws.c.o -.PHONY : sws.o - -# target to build an object file -sws.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/sws.c.o -.PHONY : sws.c.o - -sws.i: sws.c.i -.PHONY : sws.i - -# target to preprocess a source file -sws.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/sws.c.i -.PHONY : sws.c.i - -sws.s: sws.c.s -.PHONY : sws.s - -# target to generate assembly for a file -sws.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/sws.c.s -.PHONY : sws.c.s - -tftpd.o: tftpd.c.o -.PHONY : tftpd.o - -# target to build an object file -tftpd.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.o -.PHONY : tftpd.c.o - -tftpd.i: tftpd.c.i -.PHONY : tftpd.i - -# target to preprocess a source file -tftpd.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.i -.PHONY : tftpd.c.i - -tftpd.s: tftpd.c.s -.PHONY : tftpd.s - -# target to generate assembly for a file -tftpd.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/tftpd.c.s -.PHONY : tftpd.c.s - -util.o: util.c.o -.PHONY : util.o - -# target to build an object file -util.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/util.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/util.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/util.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.o -.PHONY : util.c.o - -util.i: util.c.i -.PHONY : util.i - -# target to preprocess a source file -util.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/util.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/util.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/util.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.i -.PHONY : util.c.i - -util.s: util.c.s -.PHONY : util.s - -# target to generate assembly for a file -util.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/resolve.dir/build.make external/curl/tests/server/CMakeFiles/resolve.dir/util.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/rtspd.dir/build.make external/curl/tests/server/CMakeFiles/rtspd.dir/util.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sockfilt.dir/build.make external/curl/tests/server/CMakeFiles/sockfilt.dir/util.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/sws.dir/build.make external/curl/tests/server/CMakeFiles/sws.dir/util.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/tftpd.dir/build.make external/curl/tests/server/CMakeFiles/tftpd.dir/util.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/socksd.dir/build.make external/curl/tests/server/CMakeFiles/socksd.dir/util.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/mqttd.dir/build.make external/curl/tests/server/CMakeFiles/mqttd.dir/util.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/server/CMakeFiles/dnsd.dir/build.make external/curl/tests/server/CMakeFiles/dnsd.dir/util.c.s -.PHONY : util.c.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... dnsd" - @echo "... mqttd" - @echo "... resolve" - @echo "... rtspd" - @echo "... sockfilt" - @echo "... socksd" - @echo "... sws" - @echo "... tftpd" - @echo "... __/__/lib/curlx/base64.o" - @echo "... __/__/lib/curlx/base64.i" - @echo "... __/__/lib/curlx/base64.s" - @echo "... __/__/lib/curlx/inet_pton.o" - @echo "... __/__/lib/curlx/inet_pton.i" - @echo "... __/__/lib/curlx/inet_pton.s" - @echo "... __/__/lib/curlx/multibyte.o" - @echo "... __/__/lib/curlx/multibyte.i" - @echo "... __/__/lib/curlx/multibyte.s" - @echo "... __/__/lib/curlx/nonblock.o" - @echo "... __/__/lib/curlx/nonblock.i" - @echo "... __/__/lib/curlx/nonblock.s" - @echo "... __/__/lib/curlx/strparse.o" - @echo "... __/__/lib/curlx/strparse.i" - @echo "... __/__/lib/curlx/strparse.s" - @echo "... __/__/lib/curlx/timediff.o" - @echo "... __/__/lib/curlx/timediff.i" - @echo "... __/__/lib/curlx/timediff.s" - @echo "... __/__/lib/curlx/timeval.o" - @echo "... __/__/lib/curlx/timeval.i" - @echo "... __/__/lib/curlx/timeval.s" - @echo "... __/__/lib/curlx/version_win32.o" - @echo "... __/__/lib/curlx/version_win32.i" - @echo "... __/__/lib/curlx/version_win32.s" - @echo "... __/__/lib/curlx/warnless.o" - @echo "... __/__/lib/curlx/warnless.i" - @echo "... __/__/lib/curlx/warnless.s" - @echo "... __/__/lib/curlx/winapi.o" - @echo "... __/__/lib/curlx/winapi.i" - @echo "... __/__/lib/curlx/winapi.s" - @echo "... __/__/lib/memdebug.o" - @echo "... __/__/lib/memdebug.i" - @echo "... __/__/lib/memdebug.s" - @echo "... dnsd.o" - @echo "... dnsd.i" - @echo "... dnsd.s" - @echo "... getpart.o" - @echo "... getpart.i" - @echo "... getpart.s" - @echo "... mqttd.o" - @echo "... mqttd.i" - @echo "... mqttd.s" - @echo "... resolve.o" - @echo "... resolve.i" - @echo "... resolve.s" - @echo "... rtspd.o" - @echo "... rtspd.i" - @echo "... rtspd.s" - @echo "... sockfilt.o" - @echo "... sockfilt.i" - @echo "... sockfilt.s" - @echo "... socksd.o" - @echo "... socksd.i" - @echo "... socksd.s" - @echo "... sws.o" - @echo "... sws.i" - @echo "... sws.s" - @echo "... tftpd.o" - @echo "... tftpd.i" - @echo "... tftpd.s" - @echo "... util.o" - @echo "... util.i" - @echo "... util.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/tests/server/Makefile.inc.cmake b/build_emscripten/external/curl/tests/server/Makefile.inc.cmake deleted file mode 100644 index 1a615bcb..00000000 --- a/build_emscripten/external/curl/tests/server/Makefile.inc.cmake +++ /dev/null @@ -1,112 +0,0 @@ -#*************************************************************************** -# _ _ ____ _ -# Project ___| | | | _ \| | -# / __| | | | |_) | | -# | (__| |_| | _ <| |___ -# \___|\___/|_| \_\_____| -# -# Copyright (C) Daniel Stenberg, , et al. -# -# This software is licensed as described in the file COPYING, which -# you should have received as part of this distribution. The terms -# are also available at https://curl.se/docs/copyright.html. -# -# You may opt to use, copy, modify, merge, publish, distribute and/or sell -# copies of the Software, and permit persons to whom the Software is -# furnished to do so, under the terms of the COPYING file. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -# SPDX-License-Identifier: curl -# -########################################################################### - -set(SERVERPROGS resolve rtspd sockfilt sws tftpd socksd mqttd dnsd) - -set(MEMDEBUG - ../../lib/memdebug.c - ../../lib/memdebug.h) - -set(CURLX_SRCS - ../../lib/curlx/base64.c - ../../lib/curlx/multibyte.c - ../../lib/curlx/nonblock.c - ../../lib/curlx/strparse.c - ../../lib/curlx/timediff.c - ../../lib/curlx/timeval.c - ../../lib/curlx/version_win32.c - ../../lib/curlx/warnless.c - ../../lib/curlx/winapi.c) - -set(CURLX_HDRS - ../../lib/curlx/base64.h - ../../lib/curlx/curlx.h - ../../lib/curlx/multibyte.h - ../../lib/curlx/nonblock.h - ../../lib/curlx/timediff.h - ../../lib/curlx/timeval.h - ../../lib/curlx/version_win32.h - ../../lib/curlx/warnless.h - ../../lib/curlx/winapi.h) - -set(UTIL - getpart.c - getpart.h - util.c - util.h - server_setup.h) - -set(FIRSTFILES - first.c - first.h) - -set(INET_PTON - ../../lib/curlx/inet_pton.c) - -set(resolve_SOURCES ${MEMDEBUG} ${CURLX_SRCS} ${CURLX_HDRS} ${UTIL} - resolve.c) -set(resolve_LDADD ${CURL_NETWORK_AND_TIME_LIBS}) -set(resolve_CFLAGS ${AM_CFLAGS}) - -set(rtspd_SOURCES ${MEMDEBUG} ${CURLX_SRCS} ${CURLX_HDRS} ${UTIL} - server_sockaddr.h - rtspd.c) -set(rtspd_LDADD ${CURL_NETWORK_AND_TIME_LIBS}) -set(rtspd_CFLAGS ${AM_CFLAGS}) - -set(sockfilt_SOURCES ${MEMDEBUG} ${CURLX_SRCS} ${CURLX_HDRS} ${UTIL} ${INET_PTON} - server_sockaddr.h - sockfilt.c) -set(sockfilt_LDADD ${CURL_NETWORK_AND_TIME_LIBS}) -set(sockfilt_CFLAGS ${AM_CFLAGS}) - -set(socksd_SOURCES ${MEMDEBUG} ${CURLX_SRCS} ${CURLX_HDRS} ${UTIL} ${INET_PTON} - server_sockaddr.h - socksd.c) -set(socksd_LDADD ${CURL_NETWORK_AND_TIME_LIBS}) -set(socksd_CFLAGS ${AM_CFLAGS}) - -set(mqttd_SOURCES ${MEMDEBUG} ${CURLX_SRCS} ${CURLX_HDRS} ${UTIL} - server_sockaddr.h - mqttd.c) -set(mqttd_LDADD ${CURL_NETWORK_AND_TIME_LIBS}) -set(mqttd_CFLAGS ${AM_CFLAGS}) - -set(sws_SOURCES ${MEMDEBUG} ${CURLX_SRCS} ${CURLX_HDRS} ${UTIL} ${INET_PTON} - server_sockaddr.h - sws.c) -set(sws_LDADD ${CURL_NETWORK_AND_TIME_LIBS}) -set(sws_CFLAGS ${AM_CFLAGS}) - -set(tftpd_SOURCES ${MEMDEBUG} ${CURLX_SRCS} ${CURLX_HDRS} ${UTIL} - server_sockaddr.h - tftpd.c - tftp.h) -set(tftpd_LDADD ${CURL_NETWORK_AND_TIME_LIBS}) -set(tftpd_CFLAGS ${AM_CFLAGS}) - -set(dnsd_SOURCES ${MEMDEBUG} ${CURLX_SRCS} ${CURLX_HDRS} ${UTIL} - dnsd.c) -set(dnsd_LDADD ${CURL_NETWORK_AND_TIME_LIBS}) -set(dnsd_CFLAGS ${AM_CFLAGS}) diff --git a/build_emscripten/external/curl/tests/server/cmake_install.cmake b/build_emscripten/external/curl/tests/server/cmake_install.cmake deleted file mode 100644 index 7aa4eed7..00000000 --- a/build_emscripten/external/curl/tests/server/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/curl/tests/server - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/tests/server/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/tests/tunit/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/progress.marks b/build_emscripten/external/curl/tests/tunit/CMakeFiles/progress.marks deleted file mode 100644 index 573541ac..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -0 diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/DependInfo.cmake deleted file mode 100644 index 4c3b6a23..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1394.c" "external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.o" "gcc" "external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.o.d" - "" "external/curl/tests/tunit/tool1394" "gcc" "external/curl/tests/tunit/CMakeFiles/tool1394.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make deleted file mode 100644 index 357b33e1..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/tunit/CMakeFiles/tool1394.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/tunit/CMakeFiles/tool1394.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/tunit/CMakeFiles/tool1394.dir/flags.make - -external/curl/tests/tunit/CMakeFiles/tool1394.dir/codegen: -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1394.dir/codegen - -external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.o: external/curl/tests/tunit/CMakeFiles/tool1394.dir/flags.make -external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.o: /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1394.c -external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.o: external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.o -MF CMakeFiles/tool1394.dir/tool1394.c.o.d -o CMakeFiles/tool1394.dir/tool1394.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1394.c - -external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tool1394.dir/tool1394.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1394.c > CMakeFiles/tool1394.dir/tool1394.c.i - -external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tool1394.dir/tool1394.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1394.c -o CMakeFiles/tool1394.dir/tool1394.c.s - -external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.o: external/curl/tests/tunit/CMakeFiles/tool1394.dir/flags.make -external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.o: external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.o -MF CMakeFiles/tool1394.dir/__/libtest/first.c.o.d -o CMakeFiles/tool1394.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tool1394.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/tool1394.dir/__/libtest/first.c.i - -external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tool1394.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/tool1394.dir/__/libtest/first.c.s - -# Object files for target tool1394 -tool1394_OBJECTS = \ -"CMakeFiles/tool1394.dir/tool1394.c.o" \ -"CMakeFiles/tool1394.dir/__/libtest/first.c.o" - -# External object files for target tool1394 -tool1394_EXTERNAL_OBJECTS = - -external/curl/tests/tunit/tool1394: external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.o -external/curl/tests/tunit/tool1394: external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.o -external/curl/tests/tunit/tool1394: external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make -external/curl/tests/tunit/tool1394: external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.ts -external/curl/tests/tunit/tool1394: external/curl/lib/libcurlu.a -external/curl/tests/tunit/tool1394: /usr/lib/libz.so -external/curl/tests/tunit/tool1394: external/curl/tests/tunit/CMakeFiles/tool1394.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable tool1394" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tool1394.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/tunit/CMakeFiles/tool1394.dir/build: external/curl/tests/tunit/tool1394 -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1394.dir/build - -external/curl/tests/tunit/CMakeFiles/tool1394.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && $(CMAKE_COMMAND) -P CMakeFiles/tool1394.dir/cmake_clean.cmake -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1394.dir/clean - -external/curl/tests/tunit/CMakeFiles/tool1394.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/tunit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/tunit /home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/tool1394.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1394.dir/depend - diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/cmake_clean.cmake deleted file mode 100644 index 3a0ed54b..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/tool1394.dir/link.d" - "CMakeFiles/tool1394.dir/__/libtest/first.c.o" - "CMakeFiles/tool1394.dir/__/libtest/first.c.o.d" - "CMakeFiles/tool1394.dir/tool1394.c.o" - "CMakeFiles/tool1394.dir/tool1394.c.o.d" - "tool1394" - "tool1394.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/tool1394.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.make deleted file mode 100644 index 3aa36a75..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for tool1394. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.ts deleted file mode 100644 index bc0d7af6..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for tool1394. diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/depend.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/depend.make deleted file mode 100644 index 70f5202a..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for tool1394. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/flags.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/flags.make deleted file mode 100644 index a4d7598a..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/link.txt b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/link.txt deleted file mode 100644 index db2f45f3..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/tool1394.dir/link.d CMakeFiles/tool1394.dir/tool1394.c.o CMakeFiles/tool1394.dir/__/libtest/first.c.o -o tool1394 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/progress.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1394.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/DependInfo.cmake deleted file mode 100644 index 5f12ca6c..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1604.c" "external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.o" "gcc" "external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.o.d" - "" "external/curl/tests/tunit/tool1604" "gcc" "external/curl/tests/tunit/CMakeFiles/tool1604.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make deleted file mode 100644 index 95d57052..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/tunit/CMakeFiles/tool1604.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/tunit/CMakeFiles/tool1604.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/tunit/CMakeFiles/tool1604.dir/flags.make - -external/curl/tests/tunit/CMakeFiles/tool1604.dir/codegen: -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1604.dir/codegen - -external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.o: external/curl/tests/tunit/CMakeFiles/tool1604.dir/flags.make -external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.o: /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1604.c -external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.o: external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.o -MF CMakeFiles/tool1604.dir/tool1604.c.o.d -o CMakeFiles/tool1604.dir/tool1604.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1604.c - -external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tool1604.dir/tool1604.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1604.c > CMakeFiles/tool1604.dir/tool1604.c.i - -external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tool1604.dir/tool1604.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1604.c -o CMakeFiles/tool1604.dir/tool1604.c.s - -external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.o: external/curl/tests/tunit/CMakeFiles/tool1604.dir/flags.make -external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.o: external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.o -MF CMakeFiles/tool1604.dir/__/libtest/first.c.o.d -o CMakeFiles/tool1604.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tool1604.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/tool1604.dir/__/libtest/first.c.i - -external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tool1604.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/tool1604.dir/__/libtest/first.c.s - -# Object files for target tool1604 -tool1604_OBJECTS = \ -"CMakeFiles/tool1604.dir/tool1604.c.o" \ -"CMakeFiles/tool1604.dir/__/libtest/first.c.o" - -# External object files for target tool1604 -tool1604_EXTERNAL_OBJECTS = - -external/curl/tests/tunit/tool1604: external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.o -external/curl/tests/tunit/tool1604: external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.o -external/curl/tests/tunit/tool1604: external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make -external/curl/tests/tunit/tool1604: external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.ts -external/curl/tests/tunit/tool1604: external/curl/lib/libcurlu.a -external/curl/tests/tunit/tool1604: /usr/lib/libz.so -external/curl/tests/tunit/tool1604: external/curl/tests/tunit/CMakeFiles/tool1604.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable tool1604" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tool1604.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/tunit/CMakeFiles/tool1604.dir/build: external/curl/tests/tunit/tool1604 -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1604.dir/build - -external/curl/tests/tunit/CMakeFiles/tool1604.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && $(CMAKE_COMMAND) -P CMakeFiles/tool1604.dir/cmake_clean.cmake -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1604.dir/clean - -external/curl/tests/tunit/CMakeFiles/tool1604.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/tunit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/tunit /home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/tool1604.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1604.dir/depend - diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/cmake_clean.cmake deleted file mode 100644 index 72f75c1e..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/tool1604.dir/link.d" - "CMakeFiles/tool1604.dir/__/libtest/first.c.o" - "CMakeFiles/tool1604.dir/__/libtest/first.c.o.d" - "CMakeFiles/tool1604.dir/tool1604.c.o" - "CMakeFiles/tool1604.dir/tool1604.c.o.d" - "tool1604" - "tool1604.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/tool1604.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.make deleted file mode 100644 index 2480a3a2..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for tool1604. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.ts deleted file mode 100644 index a45c8426..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for tool1604. diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/depend.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/depend.make deleted file mode 100644 index be8842b2..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for tool1604. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/flags.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/flags.make deleted file mode 100644 index a4d7598a..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/link.txt b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/link.txt deleted file mode 100644 index a4137fe6..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/tool1604.dir/link.d CMakeFiles/tool1604.dir/tool1604.c.o CMakeFiles/tool1604.dir/__/libtest/first.c.o -o tool1604 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/progress.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1604.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/DependInfo.cmake deleted file mode 100644 index 4457aa1e..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1621.c" "external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.o" "gcc" "external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.o.d" - "" "external/curl/tests/tunit/tool1621" "gcc" "external/curl/tests/tunit/CMakeFiles/tool1621.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make deleted file mode 100644 index 673d66fa..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/tunit/CMakeFiles/tool1621.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/tunit/CMakeFiles/tool1621.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/tunit/CMakeFiles/tool1621.dir/flags.make - -external/curl/tests/tunit/CMakeFiles/tool1621.dir/codegen: -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1621.dir/codegen - -external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.o: external/curl/tests/tunit/CMakeFiles/tool1621.dir/flags.make -external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.o: /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1621.c -external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.o: external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.o -MF CMakeFiles/tool1621.dir/tool1621.c.o.d -o CMakeFiles/tool1621.dir/tool1621.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1621.c - -external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tool1621.dir/tool1621.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1621.c > CMakeFiles/tool1621.dir/tool1621.c.i - -external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tool1621.dir/tool1621.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/tunit/tool1621.c -o CMakeFiles/tool1621.dir/tool1621.c.s - -external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.o: external/curl/tests/tunit/CMakeFiles/tool1621.dir/flags.make -external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.o: external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.o -MF CMakeFiles/tool1621.dir/__/libtest/first.c.o.d -o CMakeFiles/tool1621.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/tool1621.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/tool1621.dir/__/libtest/first.c.i - -external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/tool1621.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/tool1621.dir/__/libtest/first.c.s - -# Object files for target tool1621 -tool1621_OBJECTS = \ -"CMakeFiles/tool1621.dir/tool1621.c.o" \ -"CMakeFiles/tool1621.dir/__/libtest/first.c.o" - -# External object files for target tool1621 -tool1621_EXTERNAL_OBJECTS = - -external/curl/tests/tunit/tool1621: external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.o -external/curl/tests/tunit/tool1621: external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.o -external/curl/tests/tunit/tool1621: external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make -external/curl/tests/tunit/tool1621: external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.ts -external/curl/tests/tunit/tool1621: external/curl/lib/libcurlu.a -external/curl/tests/tunit/tool1621: /usr/lib/libz.so -external/curl/tests/tunit/tool1621: external/curl/tests/tunit/CMakeFiles/tool1621.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable tool1621" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/tool1621.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/tunit/CMakeFiles/tool1621.dir/build: external/curl/tests/tunit/tool1621 -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1621.dir/build - -external/curl/tests/tunit/CMakeFiles/tool1621.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/tunit && $(CMAKE_COMMAND) -P CMakeFiles/tool1621.dir/cmake_clean.cmake -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1621.dir/clean - -external/curl/tests/tunit/CMakeFiles/tool1621.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/tunit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/tunit /home/guest/Downloads/PopLib/build/external/curl/tests/tunit/CMakeFiles/tool1621.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1621.dir/depend - diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/cmake_clean.cmake deleted file mode 100644 index f37c0efb..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/tool1621.dir/link.d" - "CMakeFiles/tool1621.dir/__/libtest/first.c.o" - "CMakeFiles/tool1621.dir/__/libtest/first.c.o.d" - "CMakeFiles/tool1621.dir/tool1621.c.o" - "CMakeFiles/tool1621.dir/tool1621.c.o.d" - "tool1621" - "tool1621.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/tool1621.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.make deleted file mode 100644 index abcd676d..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for tool1621. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.ts deleted file mode 100644 index 83f65925..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for tool1621. diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/depend.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/depend.make deleted file mode 100644 index 1ed987dd..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for tool1621. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/flags.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/flags.make deleted file mode 100644 index a4d7598a..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest -I/home/guest/Downloads/PopLib/external/curl/tests/unit - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/link.txt b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/link.txt deleted file mode 100644 index 48722eba..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/tool1621.dir/link.d CMakeFiles/tool1621.dir/tool1621.c.o CMakeFiles/tool1621.dir/__/libtest/first.c.o -o tool1621 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/progress.make b/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/progress.make deleted file mode 100644 index 32f7f5d7..00000000 --- a/build_emscripten/external/curl/tests/tunit/CMakeFiles/tool1621.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = 93 - diff --git a/build_emscripten/external/curl/tests/tunit/Makefile b/build_emscripten/external/curl/tests/tunit/Makefile deleted file mode 100644 index 237d042c..00000000 --- a/build_emscripten/external/curl/tests/tunit/Makefile +++ /dev/null @@ -1,372 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/tests/tunit//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/tunit/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/tunit/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/tunit/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/tunit/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -external/curl/tests/tunit/CMakeFiles/tool1394.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/tunit/CMakeFiles/tool1394.dir/rule -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1394.dir/rule - -# Convenience name for target. -tool1394: external/curl/tests/tunit/CMakeFiles/tool1394.dir/rule -.PHONY : tool1394 - -# fast build rule for target. -tool1394/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/build -.PHONY : tool1394/fast - -# Convenience name for target. -external/curl/tests/tunit/CMakeFiles/tool1604.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/tunit/CMakeFiles/tool1604.dir/rule -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1604.dir/rule - -# Convenience name for target. -tool1604: external/curl/tests/tunit/CMakeFiles/tool1604.dir/rule -.PHONY : tool1604 - -# fast build rule for target. -tool1604/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/build -.PHONY : tool1604/fast - -# Convenience name for target. -external/curl/tests/tunit/CMakeFiles/tool1621.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/tunit/CMakeFiles/tool1621.dir/rule -.PHONY : external/curl/tests/tunit/CMakeFiles/tool1621.dir/rule - -# Convenience name for target. -tool1621: external/curl/tests/tunit/CMakeFiles/tool1621.dir/rule -.PHONY : tool1621 - -# fast build rule for target. -tool1621/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/build -.PHONY : tool1621/fast - -__/libtest/first.o: __/libtest/first.c.o -.PHONY : __/libtest/first.o - -# target to build an object file -__/libtest/first.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.o -.PHONY : __/libtest/first.c.o - -__/libtest/first.i: __/libtest/first.c.i -.PHONY : __/libtest/first.i - -# target to preprocess a source file -__/libtest/first.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.i -.PHONY : __/libtest/first.c.i - -__/libtest/first.s: __/libtest/first.c.s -.PHONY : __/libtest/first.s - -# target to generate assembly for a file -__/libtest/first.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/__/libtest/first.c.s -.PHONY : __/libtest/first.c.s - -tool1394.o: tool1394.c.o -.PHONY : tool1394.o - -# target to build an object file -tool1394.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.o -.PHONY : tool1394.c.o - -tool1394.i: tool1394.c.i -.PHONY : tool1394.i - -# target to preprocess a source file -tool1394.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.i -.PHONY : tool1394.c.i - -tool1394.s: tool1394.c.s -.PHONY : tool1394.s - -# target to generate assembly for a file -tool1394.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1394.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1394.dir/tool1394.c.s -.PHONY : tool1394.c.s - -tool1604.o: tool1604.c.o -.PHONY : tool1604.o - -# target to build an object file -tool1604.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.o -.PHONY : tool1604.c.o - -tool1604.i: tool1604.c.i -.PHONY : tool1604.i - -# target to preprocess a source file -tool1604.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.i -.PHONY : tool1604.c.i - -tool1604.s: tool1604.c.s -.PHONY : tool1604.s - -# target to generate assembly for a file -tool1604.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1604.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1604.dir/tool1604.c.s -.PHONY : tool1604.c.s - -tool1621.o: tool1621.c.o -.PHONY : tool1621.o - -# target to build an object file -tool1621.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.o -.PHONY : tool1621.c.o - -tool1621.i: tool1621.c.i -.PHONY : tool1621.i - -# target to preprocess a source file -tool1621.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.i -.PHONY : tool1621.c.i - -tool1621.s: tool1621.c.s -.PHONY : tool1621.s - -# target to generate assembly for a file -tool1621.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/tunit/CMakeFiles/tool1621.dir/build.make external/curl/tests/tunit/CMakeFiles/tool1621.dir/tool1621.c.s -.PHONY : tool1621.c.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... tool1394" - @echo "... tool1604" - @echo "... tool1621" - @echo "... __/libtest/first.o" - @echo "... __/libtest/first.i" - @echo "... __/libtest/first.s" - @echo "... tool1394.o" - @echo "... tool1394.i" - @echo "... tool1394.s" - @echo "... tool1604.o" - @echo "... tool1604.i" - @echo "... tool1604.s" - @echo "... tool1621.o" - @echo "... tool1621.i" - @echo "... tool1621.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/tests/tunit/Makefile.inc.cmake b/build_emscripten/external/curl/tests/tunit/Makefile.inc.cmake deleted file mode 100644 index 31b67e67..00000000 --- a/build_emscripten/external/curl/tests/tunit/Makefile.inc.cmake +++ /dev/null @@ -1,38 +0,0 @@ -#*************************************************************************** -# _ _ ____ _ -# Project ___| | | | _ \| | -# / __| | | | |_) | | -# | (__| |_| | _ <| |___ -# \___|\___/|_| \_\_____| -# -# Copyright (C) Daniel Stenberg, , et al. -# -# This software is licensed as described in the file COPYING, which -# you should have received as part of this distribution. The terms -# are also available at https://curl.se/docs/copyright.html. -# -# You may opt to use, copy, modify, merge, publish, distribute and/or sell -# copies of the Software, and permit persons to whom the Software is -# furnished to do so, under the terms of the COPYING file. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -# SPDX-License-Identifier: curl -# -########################################################################### - -# these files are used in every single unit test program - -set(FIRSTFILES ../libtest/first.c) - -set(TOOLFILES ${FIRSTFILES}) - -# These are all tool unit test programs -set(TOOLPROGS tool1394 tool1604 tool1621) - -set(tool1394_SOURCES tool1394.c ${TOOLFILES}) - -set(tool1604_SOURCES tool1604.c ${TOOLFILES}) - -set(tool1621_SOURCES tool1621.c ${TOOLFILES}) diff --git a/build_emscripten/external/curl/tests/tunit/cmake_install.cmake b/build_emscripten/external/curl/tests/tunit/cmake_install.cmake deleted file mode 100644 index c3b6c5aa..00000000 --- a/build_emscripten/external/curl/tests/tunit/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/curl/tests/tunit - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/tests/tunit/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/progress.marks b/build_emscripten/external/curl/tests/unit/CMakeFiles/progress.marks deleted file mode 100644 index 573541ac..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -0 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/DependInfo.cmake deleted file mode 100644 index 93079f1c..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1300.c" "external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.o.d" - "" "external/curl/tests/unit/unit1300" "gcc" "external/curl/tests/unit/CMakeFiles/unit1300.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make deleted file mode 100644 index ed6d5956..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1300.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1300.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1300.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1300.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1300.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.o: external/curl/tests/unit/CMakeFiles/unit1300.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1300.c -external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.o: external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.o -MF CMakeFiles/unit1300.dir/unit1300.c.o.d -o CMakeFiles/unit1300.dir/unit1300.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1300.c - -external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1300.dir/unit1300.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1300.c > CMakeFiles/unit1300.dir/unit1300.c.i - -external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1300.dir/unit1300.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1300.c -o CMakeFiles/unit1300.dir/unit1300.c.s - -external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1300.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.o -MF CMakeFiles/unit1300.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1300.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1300.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1300.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1300.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1300.dir/__/libtest/first.c.s - -# Object files for target unit1300 -unit1300_OBJECTS = \ -"CMakeFiles/unit1300.dir/unit1300.c.o" \ -"CMakeFiles/unit1300.dir/__/libtest/first.c.o" - -# External object files for target unit1300 -unit1300_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1300: external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.o -external/curl/tests/unit/unit1300: external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1300: external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make -external/curl/tests/unit/unit1300: external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.ts -external/curl/tests/unit/unit1300: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1300: /usr/lib/libz.so -external/curl/tests/unit/unit1300: external/curl/tests/unit/CMakeFiles/unit1300.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1300" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1300.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1300.dir/build: external/curl/tests/unit/unit1300 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1300.dir/build - -external/curl/tests/unit/CMakeFiles/unit1300.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1300.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1300.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1300.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1300.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1300.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/cmake_clean.cmake deleted file mode 100644 index 4ca4cf8b..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1300.dir/link.d" - "CMakeFiles/unit1300.dir/__/libtest/first.c.o" - "CMakeFiles/unit1300.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1300.dir/unit1300.c.o" - "CMakeFiles/unit1300.dir/unit1300.c.o.d" - "unit1300" - "unit1300.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1300.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.make deleted file mode 100644 index 2eceeac7..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1300. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.ts deleted file mode 100644 index 1558f639..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1300. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/depend.make deleted file mode 100644 index 6dc254e4..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1300. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/link.txt deleted file mode 100644 index 32881a76..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1300.dir/link.d CMakeFiles/unit1300.dir/unit1300.c.o CMakeFiles/unit1300.dir/__/libtest/first.c.o -o unit1300 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1300.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/DependInfo.cmake deleted file mode 100644 index 1870d745..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1302.c" "external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.o.d" - "" "external/curl/tests/unit/unit1302" "gcc" "external/curl/tests/unit/CMakeFiles/unit1302.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make deleted file mode 100644 index e1f0610b..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1302.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1302.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1302.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1302.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1302.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.o: external/curl/tests/unit/CMakeFiles/unit1302.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1302.c -external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.o: external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.o -MF CMakeFiles/unit1302.dir/unit1302.c.o.d -o CMakeFiles/unit1302.dir/unit1302.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1302.c - -external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1302.dir/unit1302.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1302.c > CMakeFiles/unit1302.dir/unit1302.c.i - -external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1302.dir/unit1302.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1302.c -o CMakeFiles/unit1302.dir/unit1302.c.s - -external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1302.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.o -MF CMakeFiles/unit1302.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1302.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1302.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1302.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1302.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1302.dir/__/libtest/first.c.s - -# Object files for target unit1302 -unit1302_OBJECTS = \ -"CMakeFiles/unit1302.dir/unit1302.c.o" \ -"CMakeFiles/unit1302.dir/__/libtest/first.c.o" - -# External object files for target unit1302 -unit1302_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1302: external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.o -external/curl/tests/unit/unit1302: external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1302: external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make -external/curl/tests/unit/unit1302: external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.ts -external/curl/tests/unit/unit1302: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1302: /usr/lib/libz.so -external/curl/tests/unit/unit1302: external/curl/tests/unit/CMakeFiles/unit1302.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1302" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1302.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1302.dir/build: external/curl/tests/unit/unit1302 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1302.dir/build - -external/curl/tests/unit/CMakeFiles/unit1302.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1302.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1302.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1302.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1302.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1302.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/cmake_clean.cmake deleted file mode 100644 index 844b42f0..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1302.dir/link.d" - "CMakeFiles/unit1302.dir/__/libtest/first.c.o" - "CMakeFiles/unit1302.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1302.dir/unit1302.c.o" - "CMakeFiles/unit1302.dir/unit1302.c.o.d" - "unit1302" - "unit1302.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1302.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.make deleted file mode 100644 index 0739cfd7..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1302. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.ts deleted file mode 100644 index 473b4706..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1302. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/depend.make deleted file mode 100644 index 35de4a58..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1302. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/link.txt deleted file mode 100644 index 69c44b9e..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1302.dir/link.d CMakeFiles/unit1302.dir/unit1302.c.o CMakeFiles/unit1302.dir/__/libtest/first.c.o -o unit1302 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1302.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/DependInfo.cmake deleted file mode 100644 index 1d839122..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1303.c" "external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.o.d" - "" "external/curl/tests/unit/unit1303" "gcc" "external/curl/tests/unit/CMakeFiles/unit1303.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make deleted file mode 100644 index 1e1beaa2..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1303.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1303.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1303.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1303.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1303.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.o: external/curl/tests/unit/CMakeFiles/unit1303.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1303.c -external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.o: external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.o -MF CMakeFiles/unit1303.dir/unit1303.c.o.d -o CMakeFiles/unit1303.dir/unit1303.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1303.c - -external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1303.dir/unit1303.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1303.c > CMakeFiles/unit1303.dir/unit1303.c.i - -external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1303.dir/unit1303.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1303.c -o CMakeFiles/unit1303.dir/unit1303.c.s - -external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1303.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.o -MF CMakeFiles/unit1303.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1303.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1303.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1303.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1303.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1303.dir/__/libtest/first.c.s - -# Object files for target unit1303 -unit1303_OBJECTS = \ -"CMakeFiles/unit1303.dir/unit1303.c.o" \ -"CMakeFiles/unit1303.dir/__/libtest/first.c.o" - -# External object files for target unit1303 -unit1303_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1303: external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.o -external/curl/tests/unit/unit1303: external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1303: external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make -external/curl/tests/unit/unit1303: external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.ts -external/curl/tests/unit/unit1303: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1303: /usr/lib/libz.so -external/curl/tests/unit/unit1303: external/curl/tests/unit/CMakeFiles/unit1303.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1303" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1303.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1303.dir/build: external/curl/tests/unit/unit1303 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1303.dir/build - -external/curl/tests/unit/CMakeFiles/unit1303.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1303.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1303.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1303.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1303.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1303.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/cmake_clean.cmake deleted file mode 100644 index 0d3b9efd..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1303.dir/link.d" - "CMakeFiles/unit1303.dir/__/libtest/first.c.o" - "CMakeFiles/unit1303.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1303.dir/unit1303.c.o" - "CMakeFiles/unit1303.dir/unit1303.c.o.d" - "unit1303" - "unit1303.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1303.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.make deleted file mode 100644 index e0113e1f..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1303. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.ts deleted file mode 100644 index 5f15c531..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1303. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/depend.make deleted file mode 100644 index b7555322..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1303. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/link.txt deleted file mode 100644 index bef10e30..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1303.dir/link.d CMakeFiles/unit1303.dir/unit1303.c.o CMakeFiles/unit1303.dir/__/libtest/first.c.o -o unit1303 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1303.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/DependInfo.cmake deleted file mode 100644 index 333baa9f..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1304.c" "external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.o.d" - "" "external/curl/tests/unit/unit1304" "gcc" "external/curl/tests/unit/CMakeFiles/unit1304.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make deleted file mode 100644 index 89040d17..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1304.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1304.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1304.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1304.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1304.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.o: external/curl/tests/unit/CMakeFiles/unit1304.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1304.c -external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.o: external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.o -MF CMakeFiles/unit1304.dir/unit1304.c.o.d -o CMakeFiles/unit1304.dir/unit1304.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1304.c - -external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1304.dir/unit1304.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1304.c > CMakeFiles/unit1304.dir/unit1304.c.i - -external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1304.dir/unit1304.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1304.c -o CMakeFiles/unit1304.dir/unit1304.c.s - -external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1304.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.o -MF CMakeFiles/unit1304.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1304.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1304.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1304.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1304.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1304.dir/__/libtest/first.c.s - -# Object files for target unit1304 -unit1304_OBJECTS = \ -"CMakeFiles/unit1304.dir/unit1304.c.o" \ -"CMakeFiles/unit1304.dir/__/libtest/first.c.o" - -# External object files for target unit1304 -unit1304_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1304: external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.o -external/curl/tests/unit/unit1304: external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1304: external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make -external/curl/tests/unit/unit1304: external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.ts -external/curl/tests/unit/unit1304: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1304: /usr/lib/libz.so -external/curl/tests/unit/unit1304: external/curl/tests/unit/CMakeFiles/unit1304.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1304" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1304.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1304.dir/build: external/curl/tests/unit/unit1304 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1304.dir/build - -external/curl/tests/unit/CMakeFiles/unit1304.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1304.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1304.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1304.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1304.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1304.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/cmake_clean.cmake deleted file mode 100644 index 0b541965..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1304.dir/link.d" - "CMakeFiles/unit1304.dir/__/libtest/first.c.o" - "CMakeFiles/unit1304.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1304.dir/unit1304.c.o" - "CMakeFiles/unit1304.dir/unit1304.c.o.d" - "unit1304" - "unit1304.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1304.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.make deleted file mode 100644 index c1d14cad..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1304. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.ts deleted file mode 100644 index cb76c4c1..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1304. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/depend.make deleted file mode 100644 index 8befb7c6..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1304. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/link.txt deleted file mode 100644 index 83c407a8..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1304.dir/link.d CMakeFiles/unit1304.dir/unit1304.c.o CMakeFiles/unit1304.dir/__/libtest/first.c.o -o unit1304 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1304.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/DependInfo.cmake deleted file mode 100644 index 3bb7e1da..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1305.c" "external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.o.d" - "" "external/curl/tests/unit/unit1305" "gcc" "external/curl/tests/unit/CMakeFiles/unit1305.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make deleted file mode 100644 index 3be31345..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1305.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1305.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1305.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1305.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1305.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.o: external/curl/tests/unit/CMakeFiles/unit1305.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1305.c -external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.o: external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.o -MF CMakeFiles/unit1305.dir/unit1305.c.o.d -o CMakeFiles/unit1305.dir/unit1305.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1305.c - -external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1305.dir/unit1305.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1305.c > CMakeFiles/unit1305.dir/unit1305.c.i - -external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1305.dir/unit1305.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1305.c -o CMakeFiles/unit1305.dir/unit1305.c.s - -external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1305.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.o -MF CMakeFiles/unit1305.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1305.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1305.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1305.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1305.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1305.dir/__/libtest/first.c.s - -# Object files for target unit1305 -unit1305_OBJECTS = \ -"CMakeFiles/unit1305.dir/unit1305.c.o" \ -"CMakeFiles/unit1305.dir/__/libtest/first.c.o" - -# External object files for target unit1305 -unit1305_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1305: external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.o -external/curl/tests/unit/unit1305: external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1305: external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make -external/curl/tests/unit/unit1305: external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.ts -external/curl/tests/unit/unit1305: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1305: /usr/lib/libz.so -external/curl/tests/unit/unit1305: external/curl/tests/unit/CMakeFiles/unit1305.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1305" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1305.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1305.dir/build: external/curl/tests/unit/unit1305 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1305.dir/build - -external/curl/tests/unit/CMakeFiles/unit1305.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1305.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1305.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1305.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1305.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1305.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/cmake_clean.cmake deleted file mode 100644 index 1bd8b8e8..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1305.dir/link.d" - "CMakeFiles/unit1305.dir/__/libtest/first.c.o" - "CMakeFiles/unit1305.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1305.dir/unit1305.c.o" - "CMakeFiles/unit1305.dir/unit1305.c.o.d" - "unit1305" - "unit1305.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1305.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.make deleted file mode 100644 index cf4e384d..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1305. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.ts deleted file mode 100644 index f06b6ff9..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1305. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/depend.make deleted file mode 100644 index 4ded856d..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1305. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/link.txt deleted file mode 100644 index e9fa7e7e..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1305.dir/link.d CMakeFiles/unit1305.dir/unit1305.c.o CMakeFiles/unit1305.dir/__/libtest/first.c.o -o unit1305 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1305.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/DependInfo.cmake deleted file mode 100644 index 9a93cb8d..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1307.c" "external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.o.d" - "" "external/curl/tests/unit/unit1307" "gcc" "external/curl/tests/unit/CMakeFiles/unit1307.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make deleted file mode 100644 index 79128803..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1307.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1307.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1307.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1307.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1307.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.o: external/curl/tests/unit/CMakeFiles/unit1307.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1307.c -external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.o: external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.o -MF CMakeFiles/unit1307.dir/unit1307.c.o.d -o CMakeFiles/unit1307.dir/unit1307.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1307.c - -external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1307.dir/unit1307.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1307.c > CMakeFiles/unit1307.dir/unit1307.c.i - -external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1307.dir/unit1307.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1307.c -o CMakeFiles/unit1307.dir/unit1307.c.s - -external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1307.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.o -MF CMakeFiles/unit1307.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1307.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1307.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1307.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1307.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1307.dir/__/libtest/first.c.s - -# Object files for target unit1307 -unit1307_OBJECTS = \ -"CMakeFiles/unit1307.dir/unit1307.c.o" \ -"CMakeFiles/unit1307.dir/__/libtest/first.c.o" - -# External object files for target unit1307 -unit1307_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1307: external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.o -external/curl/tests/unit/unit1307: external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1307: external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make -external/curl/tests/unit/unit1307: external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.ts -external/curl/tests/unit/unit1307: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1307: /usr/lib/libz.so -external/curl/tests/unit/unit1307: external/curl/tests/unit/CMakeFiles/unit1307.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1307" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1307.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1307.dir/build: external/curl/tests/unit/unit1307 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1307.dir/build - -external/curl/tests/unit/CMakeFiles/unit1307.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1307.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1307.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1307.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1307.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1307.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/cmake_clean.cmake deleted file mode 100644 index 68925caa..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1307.dir/link.d" - "CMakeFiles/unit1307.dir/__/libtest/first.c.o" - "CMakeFiles/unit1307.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1307.dir/unit1307.c.o" - "CMakeFiles/unit1307.dir/unit1307.c.o.d" - "unit1307" - "unit1307.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1307.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.make deleted file mode 100644 index 929eb4ec..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1307. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.ts deleted file mode 100644 index d658aed1..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1307. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/depend.make deleted file mode 100644 index a0e0b59d..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1307. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/link.txt deleted file mode 100644 index b1ad8237..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1307.dir/link.d CMakeFiles/unit1307.dir/unit1307.c.o CMakeFiles/unit1307.dir/__/libtest/first.c.o -o unit1307 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1307.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/DependInfo.cmake deleted file mode 100644 index 8a684f40..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1309.c" "external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.o.d" - "" "external/curl/tests/unit/unit1309" "gcc" "external/curl/tests/unit/CMakeFiles/unit1309.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make deleted file mode 100644 index 15998909..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1309.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1309.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1309.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1309.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1309.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.o: external/curl/tests/unit/CMakeFiles/unit1309.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1309.c -external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.o: external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.o -MF CMakeFiles/unit1309.dir/unit1309.c.o.d -o CMakeFiles/unit1309.dir/unit1309.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1309.c - -external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1309.dir/unit1309.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1309.c > CMakeFiles/unit1309.dir/unit1309.c.i - -external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1309.dir/unit1309.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1309.c -o CMakeFiles/unit1309.dir/unit1309.c.s - -external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1309.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.o -MF CMakeFiles/unit1309.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1309.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1309.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1309.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1309.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1309.dir/__/libtest/first.c.s - -# Object files for target unit1309 -unit1309_OBJECTS = \ -"CMakeFiles/unit1309.dir/unit1309.c.o" \ -"CMakeFiles/unit1309.dir/__/libtest/first.c.o" - -# External object files for target unit1309 -unit1309_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1309: external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.o -external/curl/tests/unit/unit1309: external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1309: external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make -external/curl/tests/unit/unit1309: external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.ts -external/curl/tests/unit/unit1309: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1309: /usr/lib/libz.so -external/curl/tests/unit/unit1309: external/curl/tests/unit/CMakeFiles/unit1309.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1309" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1309.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1309.dir/build: external/curl/tests/unit/unit1309 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1309.dir/build - -external/curl/tests/unit/CMakeFiles/unit1309.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1309.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1309.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1309.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1309.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1309.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/cmake_clean.cmake deleted file mode 100644 index 0b5d7a25..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1309.dir/link.d" - "CMakeFiles/unit1309.dir/__/libtest/first.c.o" - "CMakeFiles/unit1309.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1309.dir/unit1309.c.o" - "CMakeFiles/unit1309.dir/unit1309.c.o.d" - "unit1309" - "unit1309.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1309.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.make deleted file mode 100644 index 35dabe79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1309. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.ts deleted file mode 100644 index f0dd636b..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1309. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/depend.make deleted file mode 100644 index cc6c0347..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1309. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/link.txt deleted file mode 100644 index 79af4f0e..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1309.dir/link.d CMakeFiles/unit1309.dir/unit1309.c.o CMakeFiles/unit1309.dir/__/libtest/first.c.o -o unit1309 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1309.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/DependInfo.cmake deleted file mode 100644 index 9abda59a..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1323.c" "external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.o.d" - "" "external/curl/tests/unit/unit1323" "gcc" "external/curl/tests/unit/CMakeFiles/unit1323.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make deleted file mode 100644 index 35397e25..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1323.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1323.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1323.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1323.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1323.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.o: external/curl/tests/unit/CMakeFiles/unit1323.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1323.c -external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.o: external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.o -MF CMakeFiles/unit1323.dir/unit1323.c.o.d -o CMakeFiles/unit1323.dir/unit1323.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1323.c - -external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1323.dir/unit1323.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1323.c > CMakeFiles/unit1323.dir/unit1323.c.i - -external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1323.dir/unit1323.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1323.c -o CMakeFiles/unit1323.dir/unit1323.c.s - -external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1323.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.o -MF CMakeFiles/unit1323.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1323.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1323.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1323.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1323.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1323.dir/__/libtest/first.c.s - -# Object files for target unit1323 -unit1323_OBJECTS = \ -"CMakeFiles/unit1323.dir/unit1323.c.o" \ -"CMakeFiles/unit1323.dir/__/libtest/first.c.o" - -# External object files for target unit1323 -unit1323_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1323: external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.o -external/curl/tests/unit/unit1323: external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1323: external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make -external/curl/tests/unit/unit1323: external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.ts -external/curl/tests/unit/unit1323: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1323: /usr/lib/libz.so -external/curl/tests/unit/unit1323: external/curl/tests/unit/CMakeFiles/unit1323.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1323" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1323.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1323.dir/build: external/curl/tests/unit/unit1323 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1323.dir/build - -external/curl/tests/unit/CMakeFiles/unit1323.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1323.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1323.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1323.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1323.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1323.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/cmake_clean.cmake deleted file mode 100644 index 61ec187f..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1323.dir/link.d" - "CMakeFiles/unit1323.dir/__/libtest/first.c.o" - "CMakeFiles/unit1323.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1323.dir/unit1323.c.o" - "CMakeFiles/unit1323.dir/unit1323.c.o.d" - "unit1323" - "unit1323.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1323.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.make deleted file mode 100644 index d28ea9da..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1323. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.ts deleted file mode 100644 index bb590d27..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1323. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/depend.make deleted file mode 100644 index e3f4effc..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1323. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/link.txt deleted file mode 100644 index df267ba9..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1323.dir/link.d CMakeFiles/unit1323.dir/unit1323.c.o CMakeFiles/unit1323.dir/__/libtest/first.c.o -o unit1323 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/progress.make deleted file mode 100644 index 0d6db588..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1323.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = 94 - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/DependInfo.cmake deleted file mode 100644 index 7f2c5934..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1330.c" "external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.o.d" - "" "external/curl/tests/unit/unit1330" "gcc" "external/curl/tests/unit/CMakeFiles/unit1330.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make deleted file mode 100644 index 314ea18d..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1330.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1330.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1330.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1330.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1330.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.o: external/curl/tests/unit/CMakeFiles/unit1330.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1330.c -external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.o: external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.o -MF CMakeFiles/unit1330.dir/unit1330.c.o.d -o CMakeFiles/unit1330.dir/unit1330.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1330.c - -external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1330.dir/unit1330.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1330.c > CMakeFiles/unit1330.dir/unit1330.c.i - -external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1330.dir/unit1330.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1330.c -o CMakeFiles/unit1330.dir/unit1330.c.s - -external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1330.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.o -MF CMakeFiles/unit1330.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1330.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1330.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1330.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1330.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1330.dir/__/libtest/first.c.s - -# Object files for target unit1330 -unit1330_OBJECTS = \ -"CMakeFiles/unit1330.dir/unit1330.c.o" \ -"CMakeFiles/unit1330.dir/__/libtest/first.c.o" - -# External object files for target unit1330 -unit1330_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1330: external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.o -external/curl/tests/unit/unit1330: external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1330: external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make -external/curl/tests/unit/unit1330: external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.ts -external/curl/tests/unit/unit1330: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1330: /usr/lib/libz.so -external/curl/tests/unit/unit1330: external/curl/tests/unit/CMakeFiles/unit1330.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1330" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1330.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1330.dir/build: external/curl/tests/unit/unit1330 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1330.dir/build - -external/curl/tests/unit/CMakeFiles/unit1330.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1330.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1330.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1330.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1330.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1330.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/cmake_clean.cmake deleted file mode 100644 index 576959af..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1330.dir/link.d" - "CMakeFiles/unit1330.dir/__/libtest/first.c.o" - "CMakeFiles/unit1330.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1330.dir/unit1330.c.o" - "CMakeFiles/unit1330.dir/unit1330.c.o.d" - "unit1330" - "unit1330.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1330.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.make deleted file mode 100644 index 59f8cff1..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1330. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.ts deleted file mode 100644 index d8326901..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1330. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/depend.make deleted file mode 100644 index a28aef0a..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1330. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/link.txt deleted file mode 100644 index 412c8e17..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1330.dir/link.d CMakeFiles/unit1330.dir/unit1330.c.o CMakeFiles/unit1330.dir/__/libtest/first.c.o -o unit1330 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1330.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/DependInfo.cmake deleted file mode 100644 index 24b98647..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1395.c" "external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.o.d" - "" "external/curl/tests/unit/unit1395" "gcc" "external/curl/tests/unit/CMakeFiles/unit1395.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make deleted file mode 100644 index aeb7ad72..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1395.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1395.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1395.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1395.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1395.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.o: external/curl/tests/unit/CMakeFiles/unit1395.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1395.c -external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.o: external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.o -MF CMakeFiles/unit1395.dir/unit1395.c.o.d -o CMakeFiles/unit1395.dir/unit1395.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1395.c - -external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1395.dir/unit1395.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1395.c > CMakeFiles/unit1395.dir/unit1395.c.i - -external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1395.dir/unit1395.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1395.c -o CMakeFiles/unit1395.dir/unit1395.c.s - -external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1395.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.o -MF CMakeFiles/unit1395.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1395.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1395.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1395.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1395.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1395.dir/__/libtest/first.c.s - -# Object files for target unit1395 -unit1395_OBJECTS = \ -"CMakeFiles/unit1395.dir/unit1395.c.o" \ -"CMakeFiles/unit1395.dir/__/libtest/first.c.o" - -# External object files for target unit1395 -unit1395_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1395: external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.o -external/curl/tests/unit/unit1395: external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1395: external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make -external/curl/tests/unit/unit1395: external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.ts -external/curl/tests/unit/unit1395: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1395: /usr/lib/libz.so -external/curl/tests/unit/unit1395: external/curl/tests/unit/CMakeFiles/unit1395.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1395" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1395.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1395.dir/build: external/curl/tests/unit/unit1395 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1395.dir/build - -external/curl/tests/unit/CMakeFiles/unit1395.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1395.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1395.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1395.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1395.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1395.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/cmake_clean.cmake deleted file mode 100644 index c2330b49..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1395.dir/link.d" - "CMakeFiles/unit1395.dir/__/libtest/first.c.o" - "CMakeFiles/unit1395.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1395.dir/unit1395.c.o" - "CMakeFiles/unit1395.dir/unit1395.c.o.d" - "unit1395" - "unit1395.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1395.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.make deleted file mode 100644 index 6c361a3e..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1395. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.ts deleted file mode 100644 index e87df2d5..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1395. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/depend.make deleted file mode 100644 index 38e0c1c4..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1395. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/link.txt deleted file mode 100644 index de46e128..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1395.dir/link.d CMakeFiles/unit1395.dir/unit1395.c.o CMakeFiles/unit1395.dir/__/libtest/first.c.o -o unit1395 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1395.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/DependInfo.cmake deleted file mode 100644 index 5b9625ab..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1396.c" "external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.o.d" - "" "external/curl/tests/unit/unit1396" "gcc" "external/curl/tests/unit/CMakeFiles/unit1396.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make deleted file mode 100644 index 863d32de..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1396.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1396.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1396.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1396.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1396.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.o: external/curl/tests/unit/CMakeFiles/unit1396.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1396.c -external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.o: external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.o -MF CMakeFiles/unit1396.dir/unit1396.c.o.d -o CMakeFiles/unit1396.dir/unit1396.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1396.c - -external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1396.dir/unit1396.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1396.c > CMakeFiles/unit1396.dir/unit1396.c.i - -external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1396.dir/unit1396.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1396.c -o CMakeFiles/unit1396.dir/unit1396.c.s - -external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1396.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.o -MF CMakeFiles/unit1396.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1396.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1396.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1396.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1396.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1396.dir/__/libtest/first.c.s - -# Object files for target unit1396 -unit1396_OBJECTS = \ -"CMakeFiles/unit1396.dir/unit1396.c.o" \ -"CMakeFiles/unit1396.dir/__/libtest/first.c.o" - -# External object files for target unit1396 -unit1396_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1396: external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.o -external/curl/tests/unit/unit1396: external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1396: external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make -external/curl/tests/unit/unit1396: external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.ts -external/curl/tests/unit/unit1396: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1396: /usr/lib/libz.so -external/curl/tests/unit/unit1396: external/curl/tests/unit/CMakeFiles/unit1396.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1396" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1396.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1396.dir/build: external/curl/tests/unit/unit1396 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1396.dir/build - -external/curl/tests/unit/CMakeFiles/unit1396.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1396.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1396.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1396.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1396.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1396.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/cmake_clean.cmake deleted file mode 100644 index 8684582e..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1396.dir/link.d" - "CMakeFiles/unit1396.dir/__/libtest/first.c.o" - "CMakeFiles/unit1396.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1396.dir/unit1396.c.o" - "CMakeFiles/unit1396.dir/unit1396.c.o.d" - "unit1396" - "unit1396.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1396.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.make deleted file mode 100644 index 73788d5e..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1396. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.ts deleted file mode 100644 index 54528530..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1396. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/depend.make deleted file mode 100644 index 4565aa9d..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1396. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/link.txt deleted file mode 100644 index 55e975ea..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1396.dir/link.d CMakeFiles/unit1396.dir/unit1396.c.o CMakeFiles/unit1396.dir/__/libtest/first.c.o -o unit1396 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1396.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/DependInfo.cmake deleted file mode 100644 index 9166fed3..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1397.c" "external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.o.d" - "" "external/curl/tests/unit/unit1397" "gcc" "external/curl/tests/unit/CMakeFiles/unit1397.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make deleted file mode 100644 index c625957e..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1397.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1397.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1397.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1397.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1397.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.o: external/curl/tests/unit/CMakeFiles/unit1397.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1397.c -external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.o: external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.o -MF CMakeFiles/unit1397.dir/unit1397.c.o.d -o CMakeFiles/unit1397.dir/unit1397.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1397.c - -external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1397.dir/unit1397.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1397.c > CMakeFiles/unit1397.dir/unit1397.c.i - -external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1397.dir/unit1397.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1397.c -o CMakeFiles/unit1397.dir/unit1397.c.s - -external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1397.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.o -MF CMakeFiles/unit1397.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1397.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1397.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1397.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1397.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1397.dir/__/libtest/first.c.s - -# Object files for target unit1397 -unit1397_OBJECTS = \ -"CMakeFiles/unit1397.dir/unit1397.c.o" \ -"CMakeFiles/unit1397.dir/__/libtest/first.c.o" - -# External object files for target unit1397 -unit1397_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1397: external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.o -external/curl/tests/unit/unit1397: external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1397: external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make -external/curl/tests/unit/unit1397: external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.ts -external/curl/tests/unit/unit1397: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1397: /usr/lib/libz.so -external/curl/tests/unit/unit1397: external/curl/tests/unit/CMakeFiles/unit1397.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1397" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1397.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1397.dir/build: external/curl/tests/unit/unit1397 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1397.dir/build - -external/curl/tests/unit/CMakeFiles/unit1397.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1397.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1397.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1397.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1397.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1397.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/cmake_clean.cmake deleted file mode 100644 index 3556e7c8..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1397.dir/link.d" - "CMakeFiles/unit1397.dir/__/libtest/first.c.o" - "CMakeFiles/unit1397.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1397.dir/unit1397.c.o" - "CMakeFiles/unit1397.dir/unit1397.c.o.d" - "unit1397" - "unit1397.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1397.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.make deleted file mode 100644 index 6250e230..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1397. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.ts deleted file mode 100644 index 5e4f4fa5..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1397. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/depend.make deleted file mode 100644 index e08e5c87..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1397. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/link.txt deleted file mode 100644 index 8bfc4742..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1397.dir/link.d CMakeFiles/unit1397.dir/unit1397.c.o CMakeFiles/unit1397.dir/__/libtest/first.c.o -o unit1397 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1397.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/DependInfo.cmake deleted file mode 100644 index 35b7e350..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1398.c" "external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.o.d" - "" "external/curl/tests/unit/unit1398" "gcc" "external/curl/tests/unit/CMakeFiles/unit1398.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make deleted file mode 100644 index 6aef69f5..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1398.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1398.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1398.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1398.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1398.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.o: external/curl/tests/unit/CMakeFiles/unit1398.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1398.c -external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.o: external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.o -MF CMakeFiles/unit1398.dir/unit1398.c.o.d -o CMakeFiles/unit1398.dir/unit1398.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1398.c - -external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1398.dir/unit1398.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1398.c > CMakeFiles/unit1398.dir/unit1398.c.i - -external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1398.dir/unit1398.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1398.c -o CMakeFiles/unit1398.dir/unit1398.c.s - -external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1398.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.o -MF CMakeFiles/unit1398.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1398.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1398.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1398.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1398.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1398.dir/__/libtest/first.c.s - -# Object files for target unit1398 -unit1398_OBJECTS = \ -"CMakeFiles/unit1398.dir/unit1398.c.o" \ -"CMakeFiles/unit1398.dir/__/libtest/first.c.o" - -# External object files for target unit1398 -unit1398_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1398: external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.o -external/curl/tests/unit/unit1398: external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1398: external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make -external/curl/tests/unit/unit1398: external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.ts -external/curl/tests/unit/unit1398: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1398: /usr/lib/libz.so -external/curl/tests/unit/unit1398: external/curl/tests/unit/CMakeFiles/unit1398.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1398" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1398.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1398.dir/build: external/curl/tests/unit/unit1398 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1398.dir/build - -external/curl/tests/unit/CMakeFiles/unit1398.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1398.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1398.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1398.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1398.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1398.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/cmake_clean.cmake deleted file mode 100644 index 0f101b05..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1398.dir/link.d" - "CMakeFiles/unit1398.dir/__/libtest/first.c.o" - "CMakeFiles/unit1398.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1398.dir/unit1398.c.o" - "CMakeFiles/unit1398.dir/unit1398.c.o.d" - "unit1398" - "unit1398.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1398.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.make deleted file mode 100644 index 431397d7..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1398. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.ts deleted file mode 100644 index 226ad440..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1398. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/depend.make deleted file mode 100644 index b425ce6e..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1398. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/link.txt deleted file mode 100644 index a2b4d266..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1398.dir/link.d CMakeFiles/unit1398.dir/unit1398.c.o CMakeFiles/unit1398.dir/__/libtest/first.c.o -o unit1398 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1398.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/DependInfo.cmake deleted file mode 100644 index 0f6c4d61..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1399.c" "external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.o.d" - "" "external/curl/tests/unit/unit1399" "gcc" "external/curl/tests/unit/CMakeFiles/unit1399.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make deleted file mode 100644 index b13bb091..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1399.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1399.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1399.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1399.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1399.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.o: external/curl/tests/unit/CMakeFiles/unit1399.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1399.c -external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.o: external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.o -MF CMakeFiles/unit1399.dir/unit1399.c.o.d -o CMakeFiles/unit1399.dir/unit1399.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1399.c - -external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1399.dir/unit1399.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1399.c > CMakeFiles/unit1399.dir/unit1399.c.i - -external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1399.dir/unit1399.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1399.c -o CMakeFiles/unit1399.dir/unit1399.c.s - -external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1399.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.o -MF CMakeFiles/unit1399.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1399.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1399.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1399.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1399.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1399.dir/__/libtest/first.c.s - -# Object files for target unit1399 -unit1399_OBJECTS = \ -"CMakeFiles/unit1399.dir/unit1399.c.o" \ -"CMakeFiles/unit1399.dir/__/libtest/first.c.o" - -# External object files for target unit1399 -unit1399_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1399: external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.o -external/curl/tests/unit/unit1399: external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1399: external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make -external/curl/tests/unit/unit1399: external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.ts -external/curl/tests/unit/unit1399: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1399: /usr/lib/libz.so -external/curl/tests/unit/unit1399: external/curl/tests/unit/CMakeFiles/unit1399.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1399" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1399.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1399.dir/build: external/curl/tests/unit/unit1399 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1399.dir/build - -external/curl/tests/unit/CMakeFiles/unit1399.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1399.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1399.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1399.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1399.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1399.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/cmake_clean.cmake deleted file mode 100644 index a3686e67..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1399.dir/link.d" - "CMakeFiles/unit1399.dir/__/libtest/first.c.o" - "CMakeFiles/unit1399.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1399.dir/unit1399.c.o" - "CMakeFiles/unit1399.dir/unit1399.c.o.d" - "unit1399" - "unit1399.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1399.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.make deleted file mode 100644 index 8f4668c5..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1399. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.ts deleted file mode 100644 index 089db3d9..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1399. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/depend.make deleted file mode 100644 index 618cf26f..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1399. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/link.txt deleted file mode 100644 index 864fe611..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1399.dir/link.d CMakeFiles/unit1399.dir/unit1399.c.o CMakeFiles/unit1399.dir/__/libtest/first.c.o -o unit1399 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1399.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/DependInfo.cmake deleted file mode 100644 index 726bd35c..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1600.c" "external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.o.d" - "" "external/curl/tests/unit/unit1600" "gcc" "external/curl/tests/unit/CMakeFiles/unit1600.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make deleted file mode 100644 index e58e706b..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1600.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1600.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1600.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1600.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1600.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.o: external/curl/tests/unit/CMakeFiles/unit1600.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1600.c -external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.o: external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.o -MF CMakeFiles/unit1600.dir/unit1600.c.o.d -o CMakeFiles/unit1600.dir/unit1600.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1600.c - -external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1600.dir/unit1600.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1600.c > CMakeFiles/unit1600.dir/unit1600.c.i - -external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1600.dir/unit1600.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1600.c -o CMakeFiles/unit1600.dir/unit1600.c.s - -external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1600.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.o -MF CMakeFiles/unit1600.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1600.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1600.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1600.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1600.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1600.dir/__/libtest/first.c.s - -# Object files for target unit1600 -unit1600_OBJECTS = \ -"CMakeFiles/unit1600.dir/unit1600.c.o" \ -"CMakeFiles/unit1600.dir/__/libtest/first.c.o" - -# External object files for target unit1600 -unit1600_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1600: external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.o -external/curl/tests/unit/unit1600: external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1600: external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make -external/curl/tests/unit/unit1600: external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.ts -external/curl/tests/unit/unit1600: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1600: /usr/lib/libz.so -external/curl/tests/unit/unit1600: external/curl/tests/unit/CMakeFiles/unit1600.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1600" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1600.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1600.dir/build: external/curl/tests/unit/unit1600 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1600.dir/build - -external/curl/tests/unit/CMakeFiles/unit1600.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1600.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1600.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1600.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1600.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1600.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/cmake_clean.cmake deleted file mode 100644 index fbe4d1b5..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1600.dir/link.d" - "CMakeFiles/unit1600.dir/__/libtest/first.c.o" - "CMakeFiles/unit1600.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1600.dir/unit1600.c.o" - "CMakeFiles/unit1600.dir/unit1600.c.o.d" - "unit1600" - "unit1600.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1600.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.make deleted file mode 100644 index 4a297bc2..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1600. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.ts deleted file mode 100644 index 3d9cc6c0..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1600. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/depend.make deleted file mode 100644 index a067a501..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1600. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/link.txt deleted file mode 100644 index 2f22bb1d..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1600.dir/link.d CMakeFiles/unit1600.dir/unit1600.c.o CMakeFiles/unit1600.dir/__/libtest/first.c.o -o unit1600 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1600.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/DependInfo.cmake deleted file mode 100644 index cbefb483..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1601.c" "external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.o.d" - "" "external/curl/tests/unit/unit1601" "gcc" "external/curl/tests/unit/CMakeFiles/unit1601.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make deleted file mode 100644 index ad9495a4..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1601.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1601.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1601.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1601.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1601.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.o: external/curl/tests/unit/CMakeFiles/unit1601.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1601.c -external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.o: external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.o -MF CMakeFiles/unit1601.dir/unit1601.c.o.d -o CMakeFiles/unit1601.dir/unit1601.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1601.c - -external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1601.dir/unit1601.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1601.c > CMakeFiles/unit1601.dir/unit1601.c.i - -external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1601.dir/unit1601.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1601.c -o CMakeFiles/unit1601.dir/unit1601.c.s - -external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1601.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.o -MF CMakeFiles/unit1601.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1601.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1601.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1601.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1601.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1601.dir/__/libtest/first.c.s - -# Object files for target unit1601 -unit1601_OBJECTS = \ -"CMakeFiles/unit1601.dir/unit1601.c.o" \ -"CMakeFiles/unit1601.dir/__/libtest/first.c.o" - -# External object files for target unit1601 -unit1601_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1601: external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.o -external/curl/tests/unit/unit1601: external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1601: external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make -external/curl/tests/unit/unit1601: external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.ts -external/curl/tests/unit/unit1601: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1601: /usr/lib/libz.so -external/curl/tests/unit/unit1601: external/curl/tests/unit/CMakeFiles/unit1601.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1601" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1601.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1601.dir/build: external/curl/tests/unit/unit1601 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1601.dir/build - -external/curl/tests/unit/CMakeFiles/unit1601.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1601.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1601.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1601.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1601.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1601.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/cmake_clean.cmake deleted file mode 100644 index 469d5b6c..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1601.dir/link.d" - "CMakeFiles/unit1601.dir/__/libtest/first.c.o" - "CMakeFiles/unit1601.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1601.dir/unit1601.c.o" - "CMakeFiles/unit1601.dir/unit1601.c.o.d" - "unit1601" - "unit1601.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1601.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.make deleted file mode 100644 index f3a1209b..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1601. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.ts deleted file mode 100644 index 17b9cc69..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1601. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/depend.make deleted file mode 100644 index 04c2e848..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1601. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/link.txt deleted file mode 100644 index 7b413c9f..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1601.dir/link.d CMakeFiles/unit1601.dir/unit1601.c.o CMakeFiles/unit1601.dir/__/libtest/first.c.o -o unit1601 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1601.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/DependInfo.cmake deleted file mode 100644 index 97e7a178..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1602.c" "external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.o.d" - "" "external/curl/tests/unit/unit1602" "gcc" "external/curl/tests/unit/CMakeFiles/unit1602.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make deleted file mode 100644 index 4623b739..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1602.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1602.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1602.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1602.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1602.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.o: external/curl/tests/unit/CMakeFiles/unit1602.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1602.c -external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.o: external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.o -MF CMakeFiles/unit1602.dir/unit1602.c.o.d -o CMakeFiles/unit1602.dir/unit1602.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1602.c - -external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1602.dir/unit1602.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1602.c > CMakeFiles/unit1602.dir/unit1602.c.i - -external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1602.dir/unit1602.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1602.c -o CMakeFiles/unit1602.dir/unit1602.c.s - -external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1602.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.o -MF CMakeFiles/unit1602.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1602.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1602.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1602.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1602.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1602.dir/__/libtest/first.c.s - -# Object files for target unit1602 -unit1602_OBJECTS = \ -"CMakeFiles/unit1602.dir/unit1602.c.o" \ -"CMakeFiles/unit1602.dir/__/libtest/first.c.o" - -# External object files for target unit1602 -unit1602_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1602: external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.o -external/curl/tests/unit/unit1602: external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1602: external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make -external/curl/tests/unit/unit1602: external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.ts -external/curl/tests/unit/unit1602: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1602: /usr/lib/libz.so -external/curl/tests/unit/unit1602: external/curl/tests/unit/CMakeFiles/unit1602.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1602" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1602.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1602.dir/build: external/curl/tests/unit/unit1602 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1602.dir/build - -external/curl/tests/unit/CMakeFiles/unit1602.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1602.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1602.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1602.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1602.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1602.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/cmake_clean.cmake deleted file mode 100644 index b85f9f29..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1602.dir/link.d" - "CMakeFiles/unit1602.dir/__/libtest/first.c.o" - "CMakeFiles/unit1602.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1602.dir/unit1602.c.o" - "CMakeFiles/unit1602.dir/unit1602.c.o.d" - "unit1602" - "unit1602.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1602.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.make deleted file mode 100644 index 1de78579..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1602. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.ts deleted file mode 100644 index 29922f78..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1602. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/depend.make deleted file mode 100644 index bb34f518..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1602. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/link.txt deleted file mode 100644 index 72e885c4..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1602.dir/link.d CMakeFiles/unit1602.dir/unit1602.c.o CMakeFiles/unit1602.dir/__/libtest/first.c.o -o unit1602 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1602.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/DependInfo.cmake deleted file mode 100644 index 31205696..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1603.c" "external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.o.d" - "" "external/curl/tests/unit/unit1603" "gcc" "external/curl/tests/unit/CMakeFiles/unit1603.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make deleted file mode 100644 index c8cac122..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1603.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1603.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1603.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1603.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1603.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.o: external/curl/tests/unit/CMakeFiles/unit1603.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1603.c -external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.o: external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.o -MF CMakeFiles/unit1603.dir/unit1603.c.o.d -o CMakeFiles/unit1603.dir/unit1603.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1603.c - -external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1603.dir/unit1603.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1603.c > CMakeFiles/unit1603.dir/unit1603.c.i - -external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1603.dir/unit1603.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1603.c -o CMakeFiles/unit1603.dir/unit1603.c.s - -external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1603.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.o -MF CMakeFiles/unit1603.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1603.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1603.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1603.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1603.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1603.dir/__/libtest/first.c.s - -# Object files for target unit1603 -unit1603_OBJECTS = \ -"CMakeFiles/unit1603.dir/unit1603.c.o" \ -"CMakeFiles/unit1603.dir/__/libtest/first.c.o" - -# External object files for target unit1603 -unit1603_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1603: external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.o -external/curl/tests/unit/unit1603: external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1603: external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make -external/curl/tests/unit/unit1603: external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.ts -external/curl/tests/unit/unit1603: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1603: /usr/lib/libz.so -external/curl/tests/unit/unit1603: external/curl/tests/unit/CMakeFiles/unit1603.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1603" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1603.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1603.dir/build: external/curl/tests/unit/unit1603 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1603.dir/build - -external/curl/tests/unit/CMakeFiles/unit1603.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1603.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1603.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1603.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1603.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1603.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/cmake_clean.cmake deleted file mode 100644 index ef90faeb..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1603.dir/link.d" - "CMakeFiles/unit1603.dir/__/libtest/first.c.o" - "CMakeFiles/unit1603.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1603.dir/unit1603.c.o" - "CMakeFiles/unit1603.dir/unit1603.c.o.d" - "unit1603" - "unit1603.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1603.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.make deleted file mode 100644 index 84613473..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1603. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.ts deleted file mode 100644 index 9dca2a32..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1603. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/depend.make deleted file mode 100644 index 9352ca15..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1603. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/link.txt deleted file mode 100644 index 4efbe93c..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1603.dir/link.d CMakeFiles/unit1603.dir/unit1603.c.o CMakeFiles/unit1603.dir/__/libtest/first.c.o -o unit1603 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/progress.make deleted file mode 100644 index f08e982e..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1603.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = 95 -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/DependInfo.cmake deleted file mode 100644 index ae8d8602..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1605.c" "external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.o.d" - "" "external/curl/tests/unit/unit1605" "gcc" "external/curl/tests/unit/CMakeFiles/unit1605.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make deleted file mode 100644 index f1babc4b..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1605.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1605.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1605.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1605.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1605.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.o: external/curl/tests/unit/CMakeFiles/unit1605.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1605.c -external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.o: external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.o -MF CMakeFiles/unit1605.dir/unit1605.c.o.d -o CMakeFiles/unit1605.dir/unit1605.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1605.c - -external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1605.dir/unit1605.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1605.c > CMakeFiles/unit1605.dir/unit1605.c.i - -external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1605.dir/unit1605.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1605.c -o CMakeFiles/unit1605.dir/unit1605.c.s - -external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1605.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.o -MF CMakeFiles/unit1605.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1605.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1605.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1605.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1605.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1605.dir/__/libtest/first.c.s - -# Object files for target unit1605 -unit1605_OBJECTS = \ -"CMakeFiles/unit1605.dir/unit1605.c.o" \ -"CMakeFiles/unit1605.dir/__/libtest/first.c.o" - -# External object files for target unit1605 -unit1605_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1605: external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.o -external/curl/tests/unit/unit1605: external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1605: external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make -external/curl/tests/unit/unit1605: external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.ts -external/curl/tests/unit/unit1605: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1605: /usr/lib/libz.so -external/curl/tests/unit/unit1605: external/curl/tests/unit/CMakeFiles/unit1605.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1605" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1605.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1605.dir/build: external/curl/tests/unit/unit1605 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1605.dir/build - -external/curl/tests/unit/CMakeFiles/unit1605.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1605.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1605.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1605.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1605.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1605.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/cmake_clean.cmake deleted file mode 100644 index 82394894..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1605.dir/link.d" - "CMakeFiles/unit1605.dir/__/libtest/first.c.o" - "CMakeFiles/unit1605.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1605.dir/unit1605.c.o" - "CMakeFiles/unit1605.dir/unit1605.c.o.d" - "unit1605" - "unit1605.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1605.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.make deleted file mode 100644 index 1efcd4cb..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1605. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.ts deleted file mode 100644 index 029ed086..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1605. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/depend.make deleted file mode 100644 index 7d4bf67d..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1605. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/link.txt deleted file mode 100644 index ae4b96b8..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1605.dir/link.d CMakeFiles/unit1605.dir/unit1605.c.o CMakeFiles/unit1605.dir/__/libtest/first.c.o -o unit1605 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1605.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/DependInfo.cmake deleted file mode 100644 index 62b4306a..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1606.c" "external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.o.d" - "" "external/curl/tests/unit/unit1606" "gcc" "external/curl/tests/unit/CMakeFiles/unit1606.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make deleted file mode 100644 index 96accbc6..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1606.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1606.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1606.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1606.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1606.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.o: external/curl/tests/unit/CMakeFiles/unit1606.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1606.c -external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.o: external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.o -MF CMakeFiles/unit1606.dir/unit1606.c.o.d -o CMakeFiles/unit1606.dir/unit1606.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1606.c - -external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1606.dir/unit1606.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1606.c > CMakeFiles/unit1606.dir/unit1606.c.i - -external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1606.dir/unit1606.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1606.c -o CMakeFiles/unit1606.dir/unit1606.c.s - -external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1606.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.o -MF CMakeFiles/unit1606.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1606.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1606.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1606.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1606.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1606.dir/__/libtest/first.c.s - -# Object files for target unit1606 -unit1606_OBJECTS = \ -"CMakeFiles/unit1606.dir/unit1606.c.o" \ -"CMakeFiles/unit1606.dir/__/libtest/first.c.o" - -# External object files for target unit1606 -unit1606_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1606: external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.o -external/curl/tests/unit/unit1606: external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1606: external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make -external/curl/tests/unit/unit1606: external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.ts -external/curl/tests/unit/unit1606: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1606: /usr/lib/libz.so -external/curl/tests/unit/unit1606: external/curl/tests/unit/CMakeFiles/unit1606.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1606" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1606.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1606.dir/build: external/curl/tests/unit/unit1606 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1606.dir/build - -external/curl/tests/unit/CMakeFiles/unit1606.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1606.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1606.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1606.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1606.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1606.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/cmake_clean.cmake deleted file mode 100644 index 84c92b42..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1606.dir/link.d" - "CMakeFiles/unit1606.dir/__/libtest/first.c.o" - "CMakeFiles/unit1606.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1606.dir/unit1606.c.o" - "CMakeFiles/unit1606.dir/unit1606.c.o.d" - "unit1606" - "unit1606.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1606.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.make deleted file mode 100644 index a1e825aa..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1606. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.ts deleted file mode 100644 index c52e89c0..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1606. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/depend.make deleted file mode 100644 index c3b9d0df..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1606. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/link.txt deleted file mode 100644 index 77db1334..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1606.dir/link.d CMakeFiles/unit1606.dir/unit1606.c.o CMakeFiles/unit1606.dir/__/libtest/first.c.o -o unit1606 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1606.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/DependInfo.cmake deleted file mode 100644 index f3a156df..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1607.c" "external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.o.d" - "" "external/curl/tests/unit/unit1607" "gcc" "external/curl/tests/unit/CMakeFiles/unit1607.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make deleted file mode 100644 index 50cdfaa5..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1607.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1607.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1607.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1607.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1607.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.o: external/curl/tests/unit/CMakeFiles/unit1607.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1607.c -external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.o: external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.o -MF CMakeFiles/unit1607.dir/unit1607.c.o.d -o CMakeFiles/unit1607.dir/unit1607.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1607.c - -external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1607.dir/unit1607.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1607.c > CMakeFiles/unit1607.dir/unit1607.c.i - -external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1607.dir/unit1607.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1607.c -o CMakeFiles/unit1607.dir/unit1607.c.s - -external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1607.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.o -MF CMakeFiles/unit1607.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1607.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1607.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1607.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1607.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1607.dir/__/libtest/first.c.s - -# Object files for target unit1607 -unit1607_OBJECTS = \ -"CMakeFiles/unit1607.dir/unit1607.c.o" \ -"CMakeFiles/unit1607.dir/__/libtest/first.c.o" - -# External object files for target unit1607 -unit1607_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1607: external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.o -external/curl/tests/unit/unit1607: external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1607: external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make -external/curl/tests/unit/unit1607: external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.ts -external/curl/tests/unit/unit1607: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1607: /usr/lib/libz.so -external/curl/tests/unit/unit1607: external/curl/tests/unit/CMakeFiles/unit1607.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1607" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1607.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1607.dir/build: external/curl/tests/unit/unit1607 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1607.dir/build - -external/curl/tests/unit/CMakeFiles/unit1607.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1607.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1607.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1607.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1607.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1607.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/cmake_clean.cmake deleted file mode 100644 index cbe74fe8..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1607.dir/link.d" - "CMakeFiles/unit1607.dir/__/libtest/first.c.o" - "CMakeFiles/unit1607.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1607.dir/unit1607.c.o" - "CMakeFiles/unit1607.dir/unit1607.c.o.d" - "unit1607" - "unit1607.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1607.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.make deleted file mode 100644 index 390f6a66..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1607. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.ts deleted file mode 100644 index b90f0e6b..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1607. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/depend.make deleted file mode 100644 index 95ab4333..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1607. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/link.txt deleted file mode 100644 index be926dc8..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1607.dir/link.d CMakeFiles/unit1607.dir/unit1607.c.o CMakeFiles/unit1607.dir/__/libtest/first.c.o -o unit1607 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1607.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/DependInfo.cmake deleted file mode 100644 index 7a137324..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1608.c" "external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.o.d" - "" "external/curl/tests/unit/unit1608" "gcc" "external/curl/tests/unit/CMakeFiles/unit1608.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make deleted file mode 100644 index d9533071..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1608.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1608.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1608.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1608.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1608.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.o: external/curl/tests/unit/CMakeFiles/unit1608.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1608.c -external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.o: external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.o -MF CMakeFiles/unit1608.dir/unit1608.c.o.d -o CMakeFiles/unit1608.dir/unit1608.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1608.c - -external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1608.dir/unit1608.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1608.c > CMakeFiles/unit1608.dir/unit1608.c.i - -external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1608.dir/unit1608.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1608.c -o CMakeFiles/unit1608.dir/unit1608.c.s - -external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1608.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.o -MF CMakeFiles/unit1608.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1608.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1608.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1608.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1608.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1608.dir/__/libtest/first.c.s - -# Object files for target unit1608 -unit1608_OBJECTS = \ -"CMakeFiles/unit1608.dir/unit1608.c.o" \ -"CMakeFiles/unit1608.dir/__/libtest/first.c.o" - -# External object files for target unit1608 -unit1608_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1608: external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.o -external/curl/tests/unit/unit1608: external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1608: external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make -external/curl/tests/unit/unit1608: external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.ts -external/curl/tests/unit/unit1608: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1608: /usr/lib/libz.so -external/curl/tests/unit/unit1608: external/curl/tests/unit/CMakeFiles/unit1608.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1608" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1608.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1608.dir/build: external/curl/tests/unit/unit1608 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1608.dir/build - -external/curl/tests/unit/CMakeFiles/unit1608.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1608.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1608.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1608.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1608.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1608.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/cmake_clean.cmake deleted file mode 100644 index 358b49ca..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1608.dir/link.d" - "CMakeFiles/unit1608.dir/__/libtest/first.c.o" - "CMakeFiles/unit1608.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1608.dir/unit1608.c.o" - "CMakeFiles/unit1608.dir/unit1608.c.o.d" - "unit1608" - "unit1608.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1608.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.make deleted file mode 100644 index 499c5a8b..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1608. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.ts deleted file mode 100644 index 98568feb..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1608. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/depend.make deleted file mode 100644 index 6d7b9326..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1608. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/link.txt deleted file mode 100644 index 2b4a69d1..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1608.dir/link.d CMakeFiles/unit1608.dir/unit1608.c.o CMakeFiles/unit1608.dir/__/libtest/first.c.o -o unit1608 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1608.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/DependInfo.cmake deleted file mode 100644 index 2b013495..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1609.c" "external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.o.d" - "" "external/curl/tests/unit/unit1609" "gcc" "external/curl/tests/unit/CMakeFiles/unit1609.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make deleted file mode 100644 index e24d1847..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1609.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1609.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1609.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1609.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1609.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.o: external/curl/tests/unit/CMakeFiles/unit1609.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1609.c -external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.o: external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.o -MF CMakeFiles/unit1609.dir/unit1609.c.o.d -o CMakeFiles/unit1609.dir/unit1609.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1609.c - -external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1609.dir/unit1609.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1609.c > CMakeFiles/unit1609.dir/unit1609.c.i - -external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1609.dir/unit1609.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1609.c -o CMakeFiles/unit1609.dir/unit1609.c.s - -external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1609.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.o -MF CMakeFiles/unit1609.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1609.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1609.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1609.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1609.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1609.dir/__/libtest/first.c.s - -# Object files for target unit1609 -unit1609_OBJECTS = \ -"CMakeFiles/unit1609.dir/unit1609.c.o" \ -"CMakeFiles/unit1609.dir/__/libtest/first.c.o" - -# External object files for target unit1609 -unit1609_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1609: external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.o -external/curl/tests/unit/unit1609: external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1609: external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make -external/curl/tests/unit/unit1609: external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.ts -external/curl/tests/unit/unit1609: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1609: /usr/lib/libz.so -external/curl/tests/unit/unit1609: external/curl/tests/unit/CMakeFiles/unit1609.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1609" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1609.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1609.dir/build: external/curl/tests/unit/unit1609 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1609.dir/build - -external/curl/tests/unit/CMakeFiles/unit1609.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1609.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1609.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1609.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1609.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1609.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/cmake_clean.cmake deleted file mode 100644 index 3fa233a1..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1609.dir/link.d" - "CMakeFiles/unit1609.dir/__/libtest/first.c.o" - "CMakeFiles/unit1609.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1609.dir/unit1609.c.o" - "CMakeFiles/unit1609.dir/unit1609.c.o.d" - "unit1609" - "unit1609.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1609.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.make deleted file mode 100644 index 8a3bb5c9..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1609. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.ts deleted file mode 100644 index 23fc09f1..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1609. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/depend.make deleted file mode 100644 index 8c154efc..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1609. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/link.txt deleted file mode 100644 index 467daaad..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1609.dir/link.d CMakeFiles/unit1609.dir/unit1609.c.o CMakeFiles/unit1609.dir/__/libtest/first.c.o -o unit1609 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1609.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/DependInfo.cmake deleted file mode 100644 index 5103f012..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1610.c" "external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.o.d" - "" "external/curl/tests/unit/unit1610" "gcc" "external/curl/tests/unit/CMakeFiles/unit1610.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make deleted file mode 100644 index 3d1420dd..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1610.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1610.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1610.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1610.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1610.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.o: external/curl/tests/unit/CMakeFiles/unit1610.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1610.c -external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.o: external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.o -MF CMakeFiles/unit1610.dir/unit1610.c.o.d -o CMakeFiles/unit1610.dir/unit1610.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1610.c - -external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1610.dir/unit1610.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1610.c > CMakeFiles/unit1610.dir/unit1610.c.i - -external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1610.dir/unit1610.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1610.c -o CMakeFiles/unit1610.dir/unit1610.c.s - -external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1610.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.o -MF CMakeFiles/unit1610.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1610.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1610.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1610.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1610.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1610.dir/__/libtest/first.c.s - -# Object files for target unit1610 -unit1610_OBJECTS = \ -"CMakeFiles/unit1610.dir/unit1610.c.o" \ -"CMakeFiles/unit1610.dir/__/libtest/first.c.o" - -# External object files for target unit1610 -unit1610_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1610: external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.o -external/curl/tests/unit/unit1610: external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1610: external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make -external/curl/tests/unit/unit1610: external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.ts -external/curl/tests/unit/unit1610: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1610: /usr/lib/libz.so -external/curl/tests/unit/unit1610: external/curl/tests/unit/CMakeFiles/unit1610.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1610" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1610.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1610.dir/build: external/curl/tests/unit/unit1610 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1610.dir/build - -external/curl/tests/unit/CMakeFiles/unit1610.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1610.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1610.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1610.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1610.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1610.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/cmake_clean.cmake deleted file mode 100644 index 89fbdb75..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1610.dir/link.d" - "CMakeFiles/unit1610.dir/__/libtest/first.c.o" - "CMakeFiles/unit1610.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1610.dir/unit1610.c.o" - "CMakeFiles/unit1610.dir/unit1610.c.o.d" - "unit1610" - "unit1610.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1610.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.make deleted file mode 100644 index 282b7e93..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1610. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.ts deleted file mode 100644 index 5f63f51f..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1610. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/depend.make deleted file mode 100644 index a8c79836..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1610. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/link.txt deleted file mode 100644 index 8afd63f8..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1610.dir/link.d CMakeFiles/unit1610.dir/unit1610.c.o CMakeFiles/unit1610.dir/__/libtest/first.c.o -o unit1610 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1610.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/DependInfo.cmake deleted file mode 100644 index 59559b8a..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1611.c" "external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.o.d" - "" "external/curl/tests/unit/unit1611" "gcc" "external/curl/tests/unit/CMakeFiles/unit1611.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make deleted file mode 100644 index 3044cfb8..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1611.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1611.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1611.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1611.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1611.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.o: external/curl/tests/unit/CMakeFiles/unit1611.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1611.c -external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.o: external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.o -MF CMakeFiles/unit1611.dir/unit1611.c.o.d -o CMakeFiles/unit1611.dir/unit1611.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1611.c - -external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1611.dir/unit1611.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1611.c > CMakeFiles/unit1611.dir/unit1611.c.i - -external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1611.dir/unit1611.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1611.c -o CMakeFiles/unit1611.dir/unit1611.c.s - -external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1611.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.o -MF CMakeFiles/unit1611.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1611.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1611.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1611.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1611.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1611.dir/__/libtest/first.c.s - -# Object files for target unit1611 -unit1611_OBJECTS = \ -"CMakeFiles/unit1611.dir/unit1611.c.o" \ -"CMakeFiles/unit1611.dir/__/libtest/first.c.o" - -# External object files for target unit1611 -unit1611_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1611: external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.o -external/curl/tests/unit/unit1611: external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1611: external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make -external/curl/tests/unit/unit1611: external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.ts -external/curl/tests/unit/unit1611: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1611: /usr/lib/libz.so -external/curl/tests/unit/unit1611: external/curl/tests/unit/CMakeFiles/unit1611.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1611" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1611.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1611.dir/build: external/curl/tests/unit/unit1611 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1611.dir/build - -external/curl/tests/unit/CMakeFiles/unit1611.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1611.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1611.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1611.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1611.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1611.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/cmake_clean.cmake deleted file mode 100644 index 971fc916..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1611.dir/link.d" - "CMakeFiles/unit1611.dir/__/libtest/first.c.o" - "CMakeFiles/unit1611.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1611.dir/unit1611.c.o" - "CMakeFiles/unit1611.dir/unit1611.c.o.d" - "unit1611" - "unit1611.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1611.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.make deleted file mode 100644 index dbbb92ee..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1611. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.ts deleted file mode 100644 index 33a9cfbc..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1611. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/depend.make deleted file mode 100644 index 25c2be2e..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1611. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/link.txt deleted file mode 100644 index c25fb441..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1611.dir/link.d CMakeFiles/unit1611.dir/unit1611.c.o CMakeFiles/unit1611.dir/__/libtest/first.c.o -o unit1611 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1611.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/DependInfo.cmake deleted file mode 100644 index c1aaf4e6..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1612.c" "external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.o.d" - "" "external/curl/tests/unit/unit1612" "gcc" "external/curl/tests/unit/CMakeFiles/unit1612.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make deleted file mode 100644 index 730fdbaf..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1612.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1612.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1612.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1612.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1612.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.o: external/curl/tests/unit/CMakeFiles/unit1612.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1612.c -external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.o: external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.o -MF CMakeFiles/unit1612.dir/unit1612.c.o.d -o CMakeFiles/unit1612.dir/unit1612.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1612.c - -external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1612.dir/unit1612.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1612.c > CMakeFiles/unit1612.dir/unit1612.c.i - -external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1612.dir/unit1612.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1612.c -o CMakeFiles/unit1612.dir/unit1612.c.s - -external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1612.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.o -MF CMakeFiles/unit1612.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1612.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1612.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1612.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1612.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1612.dir/__/libtest/first.c.s - -# Object files for target unit1612 -unit1612_OBJECTS = \ -"CMakeFiles/unit1612.dir/unit1612.c.o" \ -"CMakeFiles/unit1612.dir/__/libtest/first.c.o" - -# External object files for target unit1612 -unit1612_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1612: external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.o -external/curl/tests/unit/unit1612: external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1612: external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make -external/curl/tests/unit/unit1612: external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.ts -external/curl/tests/unit/unit1612: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1612: /usr/lib/libz.so -external/curl/tests/unit/unit1612: external/curl/tests/unit/CMakeFiles/unit1612.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1612" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1612.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1612.dir/build: external/curl/tests/unit/unit1612 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1612.dir/build - -external/curl/tests/unit/CMakeFiles/unit1612.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1612.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1612.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1612.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1612.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1612.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/cmake_clean.cmake deleted file mode 100644 index ba735a87..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1612.dir/link.d" - "CMakeFiles/unit1612.dir/__/libtest/first.c.o" - "CMakeFiles/unit1612.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1612.dir/unit1612.c.o" - "CMakeFiles/unit1612.dir/unit1612.c.o.d" - "unit1612" - "unit1612.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1612.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.make deleted file mode 100644 index ca569deb..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1612. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.ts deleted file mode 100644 index ed1a1bfe..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1612. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/depend.make deleted file mode 100644 index 87d063fd..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1612. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/link.txt deleted file mode 100644 index 3c3cb61a..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1612.dir/link.d CMakeFiles/unit1612.dir/unit1612.c.o CMakeFiles/unit1612.dir/__/libtest/first.c.o -o unit1612 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1612.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/DependInfo.cmake deleted file mode 100644 index 002a55f8..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1614.c" "external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.o.d" - "" "external/curl/tests/unit/unit1614" "gcc" "external/curl/tests/unit/CMakeFiles/unit1614.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make deleted file mode 100644 index 5316fa05..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1614.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1614.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1614.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1614.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1614.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.o: external/curl/tests/unit/CMakeFiles/unit1614.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1614.c -external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.o: external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.o -MF CMakeFiles/unit1614.dir/unit1614.c.o.d -o CMakeFiles/unit1614.dir/unit1614.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1614.c - -external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1614.dir/unit1614.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1614.c > CMakeFiles/unit1614.dir/unit1614.c.i - -external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1614.dir/unit1614.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1614.c -o CMakeFiles/unit1614.dir/unit1614.c.s - -external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1614.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.o -MF CMakeFiles/unit1614.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1614.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1614.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1614.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1614.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1614.dir/__/libtest/first.c.s - -# Object files for target unit1614 -unit1614_OBJECTS = \ -"CMakeFiles/unit1614.dir/unit1614.c.o" \ -"CMakeFiles/unit1614.dir/__/libtest/first.c.o" - -# External object files for target unit1614 -unit1614_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1614: external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.o -external/curl/tests/unit/unit1614: external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1614: external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make -external/curl/tests/unit/unit1614: external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.ts -external/curl/tests/unit/unit1614: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1614: /usr/lib/libz.so -external/curl/tests/unit/unit1614: external/curl/tests/unit/CMakeFiles/unit1614.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1614" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1614.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1614.dir/build: external/curl/tests/unit/unit1614 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1614.dir/build - -external/curl/tests/unit/CMakeFiles/unit1614.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1614.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1614.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1614.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1614.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1614.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/cmake_clean.cmake deleted file mode 100644 index f1d31e9f..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1614.dir/link.d" - "CMakeFiles/unit1614.dir/__/libtest/first.c.o" - "CMakeFiles/unit1614.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1614.dir/unit1614.c.o" - "CMakeFiles/unit1614.dir/unit1614.c.o.d" - "unit1614" - "unit1614.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1614.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.make deleted file mode 100644 index 27693c2c..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1614. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.ts deleted file mode 100644 index 9fab0157..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1614. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/depend.make deleted file mode 100644 index 60720a99..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1614. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/link.txt deleted file mode 100644 index 4290a04d..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1614.dir/link.d CMakeFiles/unit1614.dir/unit1614.c.o CMakeFiles/unit1614.dir/__/libtest/first.c.o -o unit1614 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/progress.make deleted file mode 100644 index c819f16c..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1614.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = 96 - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/DependInfo.cmake deleted file mode 100644 index 2d66d411..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1615.c" "external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.o.d" - "" "external/curl/tests/unit/unit1615" "gcc" "external/curl/tests/unit/CMakeFiles/unit1615.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make deleted file mode 100644 index 2ded12db..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1615.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1615.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1615.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1615.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1615.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.o: external/curl/tests/unit/CMakeFiles/unit1615.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1615.c -external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.o: external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.o -MF CMakeFiles/unit1615.dir/unit1615.c.o.d -o CMakeFiles/unit1615.dir/unit1615.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1615.c - -external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1615.dir/unit1615.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1615.c > CMakeFiles/unit1615.dir/unit1615.c.i - -external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1615.dir/unit1615.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1615.c -o CMakeFiles/unit1615.dir/unit1615.c.s - -external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1615.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.o -MF CMakeFiles/unit1615.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1615.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1615.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1615.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1615.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1615.dir/__/libtest/first.c.s - -# Object files for target unit1615 -unit1615_OBJECTS = \ -"CMakeFiles/unit1615.dir/unit1615.c.o" \ -"CMakeFiles/unit1615.dir/__/libtest/first.c.o" - -# External object files for target unit1615 -unit1615_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1615: external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.o -external/curl/tests/unit/unit1615: external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1615: external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make -external/curl/tests/unit/unit1615: external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.ts -external/curl/tests/unit/unit1615: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1615: /usr/lib/libz.so -external/curl/tests/unit/unit1615: external/curl/tests/unit/CMakeFiles/unit1615.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1615" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1615.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1615.dir/build: external/curl/tests/unit/unit1615 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1615.dir/build - -external/curl/tests/unit/CMakeFiles/unit1615.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1615.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1615.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1615.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1615.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1615.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/cmake_clean.cmake deleted file mode 100644 index dffbfe54..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1615.dir/link.d" - "CMakeFiles/unit1615.dir/__/libtest/first.c.o" - "CMakeFiles/unit1615.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1615.dir/unit1615.c.o" - "CMakeFiles/unit1615.dir/unit1615.c.o.d" - "unit1615" - "unit1615.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1615.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.make deleted file mode 100644 index 53f60e00..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1615. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.ts deleted file mode 100644 index e9204f1b..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1615. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/depend.make deleted file mode 100644 index 3703eac4..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1615. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/link.txt deleted file mode 100644 index 66581fee..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1615.dir/link.d CMakeFiles/unit1615.dir/unit1615.c.o CMakeFiles/unit1615.dir/__/libtest/first.c.o -o unit1615 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1615.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/DependInfo.cmake deleted file mode 100644 index 55090dde..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1616.c" "external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.o.d" - "" "external/curl/tests/unit/unit1616" "gcc" "external/curl/tests/unit/CMakeFiles/unit1616.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make deleted file mode 100644 index 54716d95..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1616.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1616.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1616.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1616.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1616.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.o: external/curl/tests/unit/CMakeFiles/unit1616.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1616.c -external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.o: external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.o -MF CMakeFiles/unit1616.dir/unit1616.c.o.d -o CMakeFiles/unit1616.dir/unit1616.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1616.c - -external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1616.dir/unit1616.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1616.c > CMakeFiles/unit1616.dir/unit1616.c.i - -external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1616.dir/unit1616.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1616.c -o CMakeFiles/unit1616.dir/unit1616.c.s - -external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1616.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.o -MF CMakeFiles/unit1616.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1616.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1616.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1616.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1616.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1616.dir/__/libtest/first.c.s - -# Object files for target unit1616 -unit1616_OBJECTS = \ -"CMakeFiles/unit1616.dir/unit1616.c.o" \ -"CMakeFiles/unit1616.dir/__/libtest/first.c.o" - -# External object files for target unit1616 -unit1616_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1616: external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.o -external/curl/tests/unit/unit1616: external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1616: external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make -external/curl/tests/unit/unit1616: external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.ts -external/curl/tests/unit/unit1616: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1616: /usr/lib/libz.so -external/curl/tests/unit/unit1616: external/curl/tests/unit/CMakeFiles/unit1616.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1616" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1616.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1616.dir/build: external/curl/tests/unit/unit1616 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1616.dir/build - -external/curl/tests/unit/CMakeFiles/unit1616.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1616.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1616.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1616.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1616.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1616.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/cmake_clean.cmake deleted file mode 100644 index 0f4254f8..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1616.dir/link.d" - "CMakeFiles/unit1616.dir/__/libtest/first.c.o" - "CMakeFiles/unit1616.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1616.dir/unit1616.c.o" - "CMakeFiles/unit1616.dir/unit1616.c.o.d" - "unit1616" - "unit1616.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1616.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.make deleted file mode 100644 index b512d4b5..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1616. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.ts deleted file mode 100644 index 0c8229ce..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1616. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/depend.make deleted file mode 100644 index 3b08660c..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1616. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/link.txt deleted file mode 100644 index c02744a0..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1616.dir/link.d CMakeFiles/unit1616.dir/unit1616.c.o CMakeFiles/unit1616.dir/__/libtest/first.c.o -o unit1616 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1616.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/DependInfo.cmake deleted file mode 100644 index b18b0ff3..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1620.c" "external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.o.d" - "" "external/curl/tests/unit/unit1620" "gcc" "external/curl/tests/unit/CMakeFiles/unit1620.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make deleted file mode 100644 index 5e7e4df0..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1620.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1620.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1620.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1620.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1620.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.o: external/curl/tests/unit/CMakeFiles/unit1620.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1620.c -external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.o: external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.o -MF CMakeFiles/unit1620.dir/unit1620.c.o.d -o CMakeFiles/unit1620.dir/unit1620.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1620.c - -external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1620.dir/unit1620.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1620.c > CMakeFiles/unit1620.dir/unit1620.c.i - -external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1620.dir/unit1620.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1620.c -o CMakeFiles/unit1620.dir/unit1620.c.s - -external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1620.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.o -MF CMakeFiles/unit1620.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1620.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1620.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1620.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1620.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1620.dir/__/libtest/first.c.s - -# Object files for target unit1620 -unit1620_OBJECTS = \ -"CMakeFiles/unit1620.dir/unit1620.c.o" \ -"CMakeFiles/unit1620.dir/__/libtest/first.c.o" - -# External object files for target unit1620 -unit1620_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1620: external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.o -external/curl/tests/unit/unit1620: external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1620: external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make -external/curl/tests/unit/unit1620: external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.ts -external/curl/tests/unit/unit1620: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1620: /usr/lib/libz.so -external/curl/tests/unit/unit1620: external/curl/tests/unit/CMakeFiles/unit1620.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1620" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1620.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1620.dir/build: external/curl/tests/unit/unit1620 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1620.dir/build - -external/curl/tests/unit/CMakeFiles/unit1620.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1620.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1620.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1620.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1620.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1620.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/cmake_clean.cmake deleted file mode 100644 index a0bbb956..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1620.dir/link.d" - "CMakeFiles/unit1620.dir/__/libtest/first.c.o" - "CMakeFiles/unit1620.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1620.dir/unit1620.c.o" - "CMakeFiles/unit1620.dir/unit1620.c.o.d" - "unit1620" - "unit1620.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1620.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.make deleted file mode 100644 index 9cfe8c30..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1620. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.ts deleted file mode 100644 index cb1b755b..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1620. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/depend.make deleted file mode 100644 index 0e91b02a..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1620. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/link.txt deleted file mode 100644 index 9e44f34c..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1620.dir/link.d CMakeFiles/unit1620.dir/unit1620.c.o CMakeFiles/unit1620.dir/__/libtest/first.c.o -o unit1620 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1620.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/DependInfo.cmake deleted file mode 100644 index bbf62c96..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1650.c" "external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.o.d" - "" "external/curl/tests/unit/unit1650" "gcc" "external/curl/tests/unit/CMakeFiles/unit1650.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make deleted file mode 100644 index 5d35ca36..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1650.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1650.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1650.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1650.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1650.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.o: external/curl/tests/unit/CMakeFiles/unit1650.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1650.c -external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.o: external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.o -MF CMakeFiles/unit1650.dir/unit1650.c.o.d -o CMakeFiles/unit1650.dir/unit1650.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1650.c - -external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1650.dir/unit1650.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1650.c > CMakeFiles/unit1650.dir/unit1650.c.i - -external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1650.dir/unit1650.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1650.c -o CMakeFiles/unit1650.dir/unit1650.c.s - -external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1650.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.o -MF CMakeFiles/unit1650.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1650.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1650.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1650.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1650.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1650.dir/__/libtest/first.c.s - -# Object files for target unit1650 -unit1650_OBJECTS = \ -"CMakeFiles/unit1650.dir/unit1650.c.o" \ -"CMakeFiles/unit1650.dir/__/libtest/first.c.o" - -# External object files for target unit1650 -unit1650_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1650: external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.o -external/curl/tests/unit/unit1650: external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1650: external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make -external/curl/tests/unit/unit1650: external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.ts -external/curl/tests/unit/unit1650: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1650: /usr/lib/libz.so -external/curl/tests/unit/unit1650: external/curl/tests/unit/CMakeFiles/unit1650.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1650" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1650.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1650.dir/build: external/curl/tests/unit/unit1650 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1650.dir/build - -external/curl/tests/unit/CMakeFiles/unit1650.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1650.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1650.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1650.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1650.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1650.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/cmake_clean.cmake deleted file mode 100644 index 4cb2cc74..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1650.dir/link.d" - "CMakeFiles/unit1650.dir/__/libtest/first.c.o" - "CMakeFiles/unit1650.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1650.dir/unit1650.c.o" - "CMakeFiles/unit1650.dir/unit1650.c.o.d" - "unit1650" - "unit1650.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1650.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.make deleted file mode 100644 index 64f07383..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1650. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.ts deleted file mode 100644 index 5a86eb96..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1650. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/depend.make deleted file mode 100644 index e4b11f13..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1650. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/link.txt deleted file mode 100644 index a195b310..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1650.dir/link.d CMakeFiles/unit1650.dir/unit1650.c.o CMakeFiles/unit1650.dir/__/libtest/first.c.o -o unit1650 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1650.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/DependInfo.cmake deleted file mode 100644 index 6b7fa189..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1651.c" "external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.o.d" - "" "external/curl/tests/unit/unit1651" "gcc" "external/curl/tests/unit/CMakeFiles/unit1651.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make deleted file mode 100644 index 723d91d9..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1651.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1651.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1651.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1651.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1651.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.o: external/curl/tests/unit/CMakeFiles/unit1651.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1651.c -external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.o: external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.o -MF CMakeFiles/unit1651.dir/unit1651.c.o.d -o CMakeFiles/unit1651.dir/unit1651.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1651.c - -external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1651.dir/unit1651.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1651.c > CMakeFiles/unit1651.dir/unit1651.c.i - -external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1651.dir/unit1651.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1651.c -o CMakeFiles/unit1651.dir/unit1651.c.s - -external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1651.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.o -MF CMakeFiles/unit1651.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1651.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1651.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1651.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1651.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1651.dir/__/libtest/first.c.s - -# Object files for target unit1651 -unit1651_OBJECTS = \ -"CMakeFiles/unit1651.dir/unit1651.c.o" \ -"CMakeFiles/unit1651.dir/__/libtest/first.c.o" - -# External object files for target unit1651 -unit1651_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1651: external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.o -external/curl/tests/unit/unit1651: external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1651: external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make -external/curl/tests/unit/unit1651: external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.ts -external/curl/tests/unit/unit1651: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1651: /usr/lib/libz.so -external/curl/tests/unit/unit1651: external/curl/tests/unit/CMakeFiles/unit1651.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1651" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1651.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1651.dir/build: external/curl/tests/unit/unit1651 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1651.dir/build - -external/curl/tests/unit/CMakeFiles/unit1651.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1651.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1651.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1651.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1651.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1651.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/cmake_clean.cmake deleted file mode 100644 index 4e3c511c..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1651.dir/link.d" - "CMakeFiles/unit1651.dir/__/libtest/first.c.o" - "CMakeFiles/unit1651.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1651.dir/unit1651.c.o" - "CMakeFiles/unit1651.dir/unit1651.c.o.d" - "unit1651" - "unit1651.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1651.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.make deleted file mode 100644 index acb7c3df..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1651. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.ts deleted file mode 100644 index 7d674f99..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1651. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/depend.make deleted file mode 100644 index a8788726..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1651. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/link.txt deleted file mode 100644 index 396e3287..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1651.dir/link.d CMakeFiles/unit1651.dir/unit1651.c.o CMakeFiles/unit1651.dir/__/libtest/first.c.o -o unit1651 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1651.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/DependInfo.cmake deleted file mode 100644 index 5c10eb56..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1652.c" "external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.o.d" - "" "external/curl/tests/unit/unit1652" "gcc" "external/curl/tests/unit/CMakeFiles/unit1652.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make deleted file mode 100644 index 2c0875ea..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1652.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1652.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1652.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1652.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1652.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.o: external/curl/tests/unit/CMakeFiles/unit1652.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1652.c -external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.o: external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.o -MF CMakeFiles/unit1652.dir/unit1652.c.o.d -o CMakeFiles/unit1652.dir/unit1652.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1652.c - -external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1652.dir/unit1652.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1652.c > CMakeFiles/unit1652.dir/unit1652.c.i - -external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1652.dir/unit1652.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1652.c -o CMakeFiles/unit1652.dir/unit1652.c.s - -external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1652.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.o -MF CMakeFiles/unit1652.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1652.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1652.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1652.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1652.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1652.dir/__/libtest/first.c.s - -# Object files for target unit1652 -unit1652_OBJECTS = \ -"CMakeFiles/unit1652.dir/unit1652.c.o" \ -"CMakeFiles/unit1652.dir/__/libtest/first.c.o" - -# External object files for target unit1652 -unit1652_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1652: external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.o -external/curl/tests/unit/unit1652: external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1652: external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make -external/curl/tests/unit/unit1652: external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.ts -external/curl/tests/unit/unit1652: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1652: /usr/lib/libz.so -external/curl/tests/unit/unit1652: external/curl/tests/unit/CMakeFiles/unit1652.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1652" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1652.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1652.dir/build: external/curl/tests/unit/unit1652 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1652.dir/build - -external/curl/tests/unit/CMakeFiles/unit1652.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1652.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1652.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1652.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1652.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1652.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/cmake_clean.cmake deleted file mode 100644 index 49598209..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1652.dir/link.d" - "CMakeFiles/unit1652.dir/__/libtest/first.c.o" - "CMakeFiles/unit1652.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1652.dir/unit1652.c.o" - "CMakeFiles/unit1652.dir/unit1652.c.o.d" - "unit1652" - "unit1652.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1652.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.make deleted file mode 100644 index 68cd1007..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1652. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.ts deleted file mode 100644 index 95fcf17e..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1652. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/depend.make deleted file mode 100644 index 6e40abbd..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1652. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/link.txt deleted file mode 100644 index 79d521cb..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1652.dir/link.d CMakeFiles/unit1652.dir/unit1652.c.o CMakeFiles/unit1652.dir/__/libtest/first.c.o -o unit1652 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1652.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/DependInfo.cmake deleted file mode 100644 index de255ee3..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1653.c" "external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.o.d" - "" "external/curl/tests/unit/unit1653" "gcc" "external/curl/tests/unit/CMakeFiles/unit1653.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make deleted file mode 100644 index 0cf4252c..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1653.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1653.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1653.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1653.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1653.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.o: external/curl/tests/unit/CMakeFiles/unit1653.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1653.c -external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.o: external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.o -MF CMakeFiles/unit1653.dir/unit1653.c.o.d -o CMakeFiles/unit1653.dir/unit1653.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1653.c - -external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1653.dir/unit1653.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1653.c > CMakeFiles/unit1653.dir/unit1653.c.i - -external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1653.dir/unit1653.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1653.c -o CMakeFiles/unit1653.dir/unit1653.c.s - -external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1653.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.o -MF CMakeFiles/unit1653.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1653.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1653.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1653.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1653.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1653.dir/__/libtest/first.c.s - -# Object files for target unit1653 -unit1653_OBJECTS = \ -"CMakeFiles/unit1653.dir/unit1653.c.o" \ -"CMakeFiles/unit1653.dir/__/libtest/first.c.o" - -# External object files for target unit1653 -unit1653_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1653: external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.o -external/curl/tests/unit/unit1653: external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1653: external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make -external/curl/tests/unit/unit1653: external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.ts -external/curl/tests/unit/unit1653: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1653: /usr/lib/libz.so -external/curl/tests/unit/unit1653: external/curl/tests/unit/CMakeFiles/unit1653.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1653" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1653.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1653.dir/build: external/curl/tests/unit/unit1653 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1653.dir/build - -external/curl/tests/unit/CMakeFiles/unit1653.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1653.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1653.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1653.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1653.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1653.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/cmake_clean.cmake deleted file mode 100644 index 349255a8..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1653.dir/link.d" - "CMakeFiles/unit1653.dir/__/libtest/first.c.o" - "CMakeFiles/unit1653.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1653.dir/unit1653.c.o" - "CMakeFiles/unit1653.dir/unit1653.c.o.d" - "unit1653" - "unit1653.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1653.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.make deleted file mode 100644 index 32e3edef..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1653. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.ts deleted file mode 100644 index 0956e623..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1653. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/depend.make deleted file mode 100644 index c0e598ef..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1653. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/link.txt deleted file mode 100644 index 07598a6f..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1653.dir/link.d CMakeFiles/unit1653.dir/unit1653.c.o CMakeFiles/unit1653.dir/__/libtest/first.c.o -o unit1653 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1653.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/DependInfo.cmake deleted file mode 100644 index 2cd27204..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1654.c" "external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.o.d" - "" "external/curl/tests/unit/unit1654" "gcc" "external/curl/tests/unit/CMakeFiles/unit1654.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make deleted file mode 100644 index 6c790daf..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1654.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1654.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1654.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1654.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1654.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.o: external/curl/tests/unit/CMakeFiles/unit1654.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1654.c -external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.o: external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.o -MF CMakeFiles/unit1654.dir/unit1654.c.o.d -o CMakeFiles/unit1654.dir/unit1654.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1654.c - -external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1654.dir/unit1654.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1654.c > CMakeFiles/unit1654.dir/unit1654.c.i - -external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1654.dir/unit1654.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1654.c -o CMakeFiles/unit1654.dir/unit1654.c.s - -external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1654.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.o -MF CMakeFiles/unit1654.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1654.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1654.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1654.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1654.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1654.dir/__/libtest/first.c.s - -# Object files for target unit1654 -unit1654_OBJECTS = \ -"CMakeFiles/unit1654.dir/unit1654.c.o" \ -"CMakeFiles/unit1654.dir/__/libtest/first.c.o" - -# External object files for target unit1654 -unit1654_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1654: external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.o -external/curl/tests/unit/unit1654: external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1654: external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make -external/curl/tests/unit/unit1654: external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.ts -external/curl/tests/unit/unit1654: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1654: /usr/lib/libz.so -external/curl/tests/unit/unit1654: external/curl/tests/unit/CMakeFiles/unit1654.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1654" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1654.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1654.dir/build: external/curl/tests/unit/unit1654 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1654.dir/build - -external/curl/tests/unit/CMakeFiles/unit1654.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1654.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1654.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1654.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1654.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1654.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/cmake_clean.cmake deleted file mode 100644 index 2c0cab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1654.dir/link.d" - "CMakeFiles/unit1654.dir/__/libtest/first.c.o" - "CMakeFiles/unit1654.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1654.dir/unit1654.c.o" - "CMakeFiles/unit1654.dir/unit1654.c.o.d" - "unit1654" - "unit1654.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1654.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.make deleted file mode 100644 index a0bce57c..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1654. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.ts deleted file mode 100644 index 5f2102be..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1654. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/depend.make deleted file mode 100644 index 7cb9dcd0..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1654. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/link.txt deleted file mode 100644 index ecabed68..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1654.dir/link.d CMakeFiles/unit1654.dir/unit1654.c.o CMakeFiles/unit1654.dir/__/libtest/first.c.o -o unit1654 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1654.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/DependInfo.cmake deleted file mode 100644 index 9a6b5cb2..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1655.c" "external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.o.d" - "" "external/curl/tests/unit/unit1655" "gcc" "external/curl/tests/unit/CMakeFiles/unit1655.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make deleted file mode 100644 index 796384ec..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1655.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1655.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1655.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1655.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1655.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.o: external/curl/tests/unit/CMakeFiles/unit1655.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1655.c -external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.o: external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.o -MF CMakeFiles/unit1655.dir/unit1655.c.o.d -o CMakeFiles/unit1655.dir/unit1655.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1655.c - -external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1655.dir/unit1655.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1655.c > CMakeFiles/unit1655.dir/unit1655.c.i - -external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1655.dir/unit1655.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1655.c -o CMakeFiles/unit1655.dir/unit1655.c.s - -external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1655.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.o -MF CMakeFiles/unit1655.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1655.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1655.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1655.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1655.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1655.dir/__/libtest/first.c.s - -# Object files for target unit1655 -unit1655_OBJECTS = \ -"CMakeFiles/unit1655.dir/unit1655.c.o" \ -"CMakeFiles/unit1655.dir/__/libtest/first.c.o" - -# External object files for target unit1655 -unit1655_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1655: external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.o -external/curl/tests/unit/unit1655: external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1655: external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make -external/curl/tests/unit/unit1655: external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.ts -external/curl/tests/unit/unit1655: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1655: /usr/lib/libz.so -external/curl/tests/unit/unit1655: external/curl/tests/unit/CMakeFiles/unit1655.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1655" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1655.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1655.dir/build: external/curl/tests/unit/unit1655 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1655.dir/build - -external/curl/tests/unit/CMakeFiles/unit1655.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1655.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1655.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1655.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1655.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1655.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/cmake_clean.cmake deleted file mode 100644 index 787651eb..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1655.dir/link.d" - "CMakeFiles/unit1655.dir/__/libtest/first.c.o" - "CMakeFiles/unit1655.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1655.dir/unit1655.c.o" - "CMakeFiles/unit1655.dir/unit1655.c.o.d" - "unit1655" - "unit1655.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1655.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.make deleted file mode 100644 index 2a4f28cb..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1655. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.ts deleted file mode 100644 index 7daad76a..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1655. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/depend.make deleted file mode 100644 index 5c9573d7..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1655. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/link.txt deleted file mode 100644 index 463bb8ed..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1655.dir/link.d CMakeFiles/unit1655.dir/unit1655.c.o CMakeFiles/unit1655.dir/__/libtest/first.c.o -o unit1655 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1655.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/DependInfo.cmake deleted file mode 100644 index 55af1fe9..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1656.c" "external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.o.d" - "" "external/curl/tests/unit/unit1656" "gcc" "external/curl/tests/unit/CMakeFiles/unit1656.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make deleted file mode 100644 index b3e483e1..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1656.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1656.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1656.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1656.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1656.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.o: external/curl/tests/unit/CMakeFiles/unit1656.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1656.c -external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.o: external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.o -MF CMakeFiles/unit1656.dir/unit1656.c.o.d -o CMakeFiles/unit1656.dir/unit1656.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1656.c - -external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1656.dir/unit1656.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1656.c > CMakeFiles/unit1656.dir/unit1656.c.i - -external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1656.dir/unit1656.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1656.c -o CMakeFiles/unit1656.dir/unit1656.c.s - -external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1656.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.o -MF CMakeFiles/unit1656.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1656.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1656.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1656.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1656.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1656.dir/__/libtest/first.c.s - -# Object files for target unit1656 -unit1656_OBJECTS = \ -"CMakeFiles/unit1656.dir/unit1656.c.o" \ -"CMakeFiles/unit1656.dir/__/libtest/first.c.o" - -# External object files for target unit1656 -unit1656_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1656: external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.o -external/curl/tests/unit/unit1656: external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1656: external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make -external/curl/tests/unit/unit1656: external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.ts -external/curl/tests/unit/unit1656: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1656: /usr/lib/libz.so -external/curl/tests/unit/unit1656: external/curl/tests/unit/CMakeFiles/unit1656.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1656" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1656.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1656.dir/build: external/curl/tests/unit/unit1656 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1656.dir/build - -external/curl/tests/unit/CMakeFiles/unit1656.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1656.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1656.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1656.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1656.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1656.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/cmake_clean.cmake deleted file mode 100644 index b106c55f..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1656.dir/link.d" - "CMakeFiles/unit1656.dir/__/libtest/first.c.o" - "CMakeFiles/unit1656.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1656.dir/unit1656.c.o" - "CMakeFiles/unit1656.dir/unit1656.c.o.d" - "unit1656" - "unit1656.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1656.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.make deleted file mode 100644 index a00271d0..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1656. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.ts deleted file mode 100644 index 989ef629..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1656. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/depend.make deleted file mode 100644 index 698f1b15..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1656. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/link.txt deleted file mode 100644 index 74a65ac4..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1656.dir/link.d CMakeFiles/unit1656.dir/unit1656.c.o CMakeFiles/unit1656.dir/__/libtest/first.c.o -o unit1656 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/progress.make deleted file mode 100644 index 7908c6eb..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1656.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = 97 -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/DependInfo.cmake deleted file mode 100644 index 79f913dd..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1657.c" "external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.o.d" - "" "external/curl/tests/unit/unit1657" "gcc" "external/curl/tests/unit/CMakeFiles/unit1657.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make deleted file mode 100644 index 2ba42678..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1657.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1657.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1657.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1657.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1657.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.o: external/curl/tests/unit/CMakeFiles/unit1657.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1657.c -external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.o: external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.o -MF CMakeFiles/unit1657.dir/unit1657.c.o.d -o CMakeFiles/unit1657.dir/unit1657.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1657.c - -external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1657.dir/unit1657.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1657.c > CMakeFiles/unit1657.dir/unit1657.c.i - -external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1657.dir/unit1657.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1657.c -o CMakeFiles/unit1657.dir/unit1657.c.s - -external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1657.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.o -MF CMakeFiles/unit1657.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1657.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1657.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1657.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1657.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1657.dir/__/libtest/first.c.s - -# Object files for target unit1657 -unit1657_OBJECTS = \ -"CMakeFiles/unit1657.dir/unit1657.c.o" \ -"CMakeFiles/unit1657.dir/__/libtest/first.c.o" - -# External object files for target unit1657 -unit1657_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1657: external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.o -external/curl/tests/unit/unit1657: external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1657: external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make -external/curl/tests/unit/unit1657: external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.ts -external/curl/tests/unit/unit1657: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1657: /usr/lib/libz.so -external/curl/tests/unit/unit1657: external/curl/tests/unit/CMakeFiles/unit1657.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1657" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1657.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1657.dir/build: external/curl/tests/unit/unit1657 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1657.dir/build - -external/curl/tests/unit/CMakeFiles/unit1657.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1657.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1657.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1657.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1657.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1657.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/cmake_clean.cmake deleted file mode 100644 index d932c139..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1657.dir/link.d" - "CMakeFiles/unit1657.dir/__/libtest/first.c.o" - "CMakeFiles/unit1657.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1657.dir/unit1657.c.o" - "CMakeFiles/unit1657.dir/unit1657.c.o.d" - "unit1657" - "unit1657.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1657.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.make deleted file mode 100644 index ea641c8a..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1657. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.ts deleted file mode 100644 index c37e87a1..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1657. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/depend.make deleted file mode 100644 index d4835e4d..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1657. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/link.txt deleted file mode 100644 index 4ed50fb9..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1657.dir/link.d CMakeFiles/unit1657.dir/unit1657.c.o CMakeFiles/unit1657.dir/__/libtest/first.c.o -o unit1657 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1657.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/DependInfo.cmake deleted file mode 100644 index 7d74f9e0..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1658.c" "external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.o.d" - "" "external/curl/tests/unit/unit1658" "gcc" "external/curl/tests/unit/CMakeFiles/unit1658.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make deleted file mode 100644 index 71e93e6a..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1658.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1658.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1658.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1658.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1658.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.o: external/curl/tests/unit/CMakeFiles/unit1658.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1658.c -external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.o: external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.o -MF CMakeFiles/unit1658.dir/unit1658.c.o.d -o CMakeFiles/unit1658.dir/unit1658.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1658.c - -external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1658.dir/unit1658.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1658.c > CMakeFiles/unit1658.dir/unit1658.c.i - -external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1658.dir/unit1658.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1658.c -o CMakeFiles/unit1658.dir/unit1658.c.s - -external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1658.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.o -MF CMakeFiles/unit1658.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1658.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1658.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1658.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1658.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1658.dir/__/libtest/first.c.s - -# Object files for target unit1658 -unit1658_OBJECTS = \ -"CMakeFiles/unit1658.dir/unit1658.c.o" \ -"CMakeFiles/unit1658.dir/__/libtest/first.c.o" - -# External object files for target unit1658 -unit1658_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1658: external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.o -external/curl/tests/unit/unit1658: external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1658: external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make -external/curl/tests/unit/unit1658: external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.ts -external/curl/tests/unit/unit1658: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1658: /usr/lib/libz.so -external/curl/tests/unit/unit1658: external/curl/tests/unit/CMakeFiles/unit1658.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1658" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1658.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1658.dir/build: external/curl/tests/unit/unit1658 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1658.dir/build - -external/curl/tests/unit/CMakeFiles/unit1658.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1658.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1658.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1658.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1658.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1658.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/cmake_clean.cmake deleted file mode 100644 index def9e6cd..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1658.dir/link.d" - "CMakeFiles/unit1658.dir/__/libtest/first.c.o" - "CMakeFiles/unit1658.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1658.dir/unit1658.c.o" - "CMakeFiles/unit1658.dir/unit1658.c.o.d" - "unit1658" - "unit1658.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1658.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.make deleted file mode 100644 index d171219a..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1658. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.ts deleted file mode 100644 index 94dac717..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1658. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/depend.make deleted file mode 100644 index 6c50e7ec..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1658. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/link.txt deleted file mode 100644 index 2e3e3adb..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1658.dir/link.d CMakeFiles/unit1658.dir/unit1658.c.o CMakeFiles/unit1658.dir/__/libtest/first.c.o -o unit1658 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1658.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/DependInfo.cmake deleted file mode 100644 index 952b56d5..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1660.c" "external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.o.d" - "" "external/curl/tests/unit/unit1660" "gcc" "external/curl/tests/unit/CMakeFiles/unit1660.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make deleted file mode 100644 index 54ff533f..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1660.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1660.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1660.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1660.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1660.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.o: external/curl/tests/unit/CMakeFiles/unit1660.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1660.c -external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.o: external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.o -MF CMakeFiles/unit1660.dir/unit1660.c.o.d -o CMakeFiles/unit1660.dir/unit1660.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1660.c - -external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1660.dir/unit1660.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1660.c > CMakeFiles/unit1660.dir/unit1660.c.i - -external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1660.dir/unit1660.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1660.c -o CMakeFiles/unit1660.dir/unit1660.c.s - -external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1660.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.o -MF CMakeFiles/unit1660.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1660.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1660.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1660.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1660.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1660.dir/__/libtest/first.c.s - -# Object files for target unit1660 -unit1660_OBJECTS = \ -"CMakeFiles/unit1660.dir/unit1660.c.o" \ -"CMakeFiles/unit1660.dir/__/libtest/first.c.o" - -# External object files for target unit1660 -unit1660_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1660: external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.o -external/curl/tests/unit/unit1660: external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1660: external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make -external/curl/tests/unit/unit1660: external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.ts -external/curl/tests/unit/unit1660: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1660: /usr/lib/libz.so -external/curl/tests/unit/unit1660: external/curl/tests/unit/CMakeFiles/unit1660.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1660" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1660.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1660.dir/build: external/curl/tests/unit/unit1660 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1660.dir/build - -external/curl/tests/unit/CMakeFiles/unit1660.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1660.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1660.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1660.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1660.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1660.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/cmake_clean.cmake deleted file mode 100644 index 288f341e..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1660.dir/link.d" - "CMakeFiles/unit1660.dir/__/libtest/first.c.o" - "CMakeFiles/unit1660.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1660.dir/unit1660.c.o" - "CMakeFiles/unit1660.dir/unit1660.c.o.d" - "unit1660" - "unit1660.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1660.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.make deleted file mode 100644 index 1a812da1..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1660. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.ts deleted file mode 100644 index 915ebb3f..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1660. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/depend.make deleted file mode 100644 index 6be898b5..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1660. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/link.txt deleted file mode 100644 index e6523324..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1660.dir/link.d CMakeFiles/unit1660.dir/unit1660.c.o CMakeFiles/unit1660.dir/__/libtest/first.c.o -o unit1660 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1660.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/DependInfo.cmake deleted file mode 100644 index 8fb703d0..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1661.c" "external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.o.d" - "" "external/curl/tests/unit/unit1661" "gcc" "external/curl/tests/unit/CMakeFiles/unit1661.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make deleted file mode 100644 index f7ce5eb6..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1661.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1661.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1661.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1661.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1661.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.o: external/curl/tests/unit/CMakeFiles/unit1661.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1661.c -external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.o: external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.o -MF CMakeFiles/unit1661.dir/unit1661.c.o.d -o CMakeFiles/unit1661.dir/unit1661.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1661.c - -external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1661.dir/unit1661.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1661.c > CMakeFiles/unit1661.dir/unit1661.c.i - -external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1661.dir/unit1661.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1661.c -o CMakeFiles/unit1661.dir/unit1661.c.s - -external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1661.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.o -MF CMakeFiles/unit1661.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1661.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1661.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1661.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1661.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1661.dir/__/libtest/first.c.s - -# Object files for target unit1661 -unit1661_OBJECTS = \ -"CMakeFiles/unit1661.dir/unit1661.c.o" \ -"CMakeFiles/unit1661.dir/__/libtest/first.c.o" - -# External object files for target unit1661 -unit1661_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1661: external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.o -external/curl/tests/unit/unit1661: external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1661: external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make -external/curl/tests/unit/unit1661: external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.ts -external/curl/tests/unit/unit1661: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1661: /usr/lib/libz.so -external/curl/tests/unit/unit1661: external/curl/tests/unit/CMakeFiles/unit1661.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1661" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1661.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1661.dir/build: external/curl/tests/unit/unit1661 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1661.dir/build - -external/curl/tests/unit/CMakeFiles/unit1661.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1661.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1661.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1661.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1661.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1661.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/cmake_clean.cmake deleted file mode 100644 index 8244b057..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1661.dir/link.d" - "CMakeFiles/unit1661.dir/__/libtest/first.c.o" - "CMakeFiles/unit1661.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1661.dir/unit1661.c.o" - "CMakeFiles/unit1661.dir/unit1661.c.o.d" - "unit1661" - "unit1661.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1661.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.make deleted file mode 100644 index e4384466..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1661. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.ts deleted file mode 100644 index e3601ed7..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1661. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/depend.make deleted file mode 100644 index 0c96031f..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1661. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/link.txt deleted file mode 100644 index afba838b..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1661.dir/link.d CMakeFiles/unit1661.dir/unit1661.c.o CMakeFiles/unit1661.dir/__/libtest/first.c.o -o unit1661 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1661.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/DependInfo.cmake deleted file mode 100644 index d60d1e65..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1663.c" "external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.o.d" - "" "external/curl/tests/unit/unit1663" "gcc" "external/curl/tests/unit/CMakeFiles/unit1663.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make deleted file mode 100644 index ffa4ee45..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1663.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1663.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1663.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1663.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1663.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.o: external/curl/tests/unit/CMakeFiles/unit1663.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1663.c -external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.o: external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.o -MF CMakeFiles/unit1663.dir/unit1663.c.o.d -o CMakeFiles/unit1663.dir/unit1663.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1663.c - -external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1663.dir/unit1663.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1663.c > CMakeFiles/unit1663.dir/unit1663.c.i - -external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1663.dir/unit1663.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1663.c -o CMakeFiles/unit1663.dir/unit1663.c.s - -external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1663.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.o -MF CMakeFiles/unit1663.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1663.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1663.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1663.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1663.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1663.dir/__/libtest/first.c.s - -# Object files for target unit1663 -unit1663_OBJECTS = \ -"CMakeFiles/unit1663.dir/unit1663.c.o" \ -"CMakeFiles/unit1663.dir/__/libtest/first.c.o" - -# External object files for target unit1663 -unit1663_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1663: external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.o -external/curl/tests/unit/unit1663: external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1663: external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make -external/curl/tests/unit/unit1663: external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.ts -external/curl/tests/unit/unit1663: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1663: /usr/lib/libz.so -external/curl/tests/unit/unit1663: external/curl/tests/unit/CMakeFiles/unit1663.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1663" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1663.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1663.dir/build: external/curl/tests/unit/unit1663 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1663.dir/build - -external/curl/tests/unit/CMakeFiles/unit1663.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1663.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1663.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1663.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1663.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1663.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/cmake_clean.cmake deleted file mode 100644 index 8e9fc2e1..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1663.dir/link.d" - "CMakeFiles/unit1663.dir/__/libtest/first.c.o" - "CMakeFiles/unit1663.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1663.dir/unit1663.c.o" - "CMakeFiles/unit1663.dir/unit1663.c.o.d" - "unit1663" - "unit1663.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1663.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.make deleted file mode 100644 index 68ccaf67..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1663. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.ts deleted file mode 100644 index ef90a464..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1663. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/depend.make deleted file mode 100644 index 18bd759a..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1663. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/link.txt deleted file mode 100644 index 9362337f..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1663.dir/link.d CMakeFiles/unit1663.dir/unit1663.c.o CMakeFiles/unit1663.dir/__/libtest/first.c.o -o unit1663 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1663.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/DependInfo.cmake deleted file mode 100644 index 0556e951..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1664.c" "external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.o.d" - "" "external/curl/tests/unit/unit1664" "gcc" "external/curl/tests/unit/CMakeFiles/unit1664.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make deleted file mode 100644 index 3445d272..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1664.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1664.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1664.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1664.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1664.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.o: external/curl/tests/unit/CMakeFiles/unit1664.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1664.c -external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.o: external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.o -MF CMakeFiles/unit1664.dir/unit1664.c.o.d -o CMakeFiles/unit1664.dir/unit1664.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1664.c - -external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1664.dir/unit1664.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1664.c > CMakeFiles/unit1664.dir/unit1664.c.i - -external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1664.dir/unit1664.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1664.c -o CMakeFiles/unit1664.dir/unit1664.c.s - -external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1664.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.o -MF CMakeFiles/unit1664.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1664.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1664.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1664.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1664.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1664.dir/__/libtest/first.c.s - -# Object files for target unit1664 -unit1664_OBJECTS = \ -"CMakeFiles/unit1664.dir/unit1664.c.o" \ -"CMakeFiles/unit1664.dir/__/libtest/first.c.o" - -# External object files for target unit1664 -unit1664_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1664: external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.o -external/curl/tests/unit/unit1664: external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1664: external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make -external/curl/tests/unit/unit1664: external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.ts -external/curl/tests/unit/unit1664: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1664: /usr/lib/libz.so -external/curl/tests/unit/unit1664: external/curl/tests/unit/CMakeFiles/unit1664.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1664" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1664.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1664.dir/build: external/curl/tests/unit/unit1664 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1664.dir/build - -external/curl/tests/unit/CMakeFiles/unit1664.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1664.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1664.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1664.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1664.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1664.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/cmake_clean.cmake deleted file mode 100644 index a6570b71..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1664.dir/link.d" - "CMakeFiles/unit1664.dir/__/libtest/first.c.o" - "CMakeFiles/unit1664.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1664.dir/unit1664.c.o" - "CMakeFiles/unit1664.dir/unit1664.c.o.d" - "unit1664" - "unit1664.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1664.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.make deleted file mode 100644 index ad18290e..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1664. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.ts deleted file mode 100644 index f06ed3f2..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1664. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/depend.make deleted file mode 100644 index 82a3347a..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1664. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/link.txt deleted file mode 100644 index 347e3b2b..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1664.dir/link.d CMakeFiles/unit1664.dir/unit1664.c.o CMakeFiles/unit1664.dir/__/libtest/first.c.o -o unit1664 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1664.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/DependInfo.cmake deleted file mode 100644 index c6d5bb77..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1979.c" "external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.o.d" - "" "external/curl/tests/unit/unit1979" "gcc" "external/curl/tests/unit/CMakeFiles/unit1979.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make deleted file mode 100644 index 2fb4b2f9..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1979.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1979.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1979.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1979.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1979.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.o: external/curl/tests/unit/CMakeFiles/unit1979.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1979.c -external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.o: external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.o -MF CMakeFiles/unit1979.dir/unit1979.c.o.d -o CMakeFiles/unit1979.dir/unit1979.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1979.c - -external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1979.dir/unit1979.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1979.c > CMakeFiles/unit1979.dir/unit1979.c.i - -external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1979.dir/unit1979.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1979.c -o CMakeFiles/unit1979.dir/unit1979.c.s - -external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1979.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.o -MF CMakeFiles/unit1979.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1979.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1979.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1979.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1979.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1979.dir/__/libtest/first.c.s - -# Object files for target unit1979 -unit1979_OBJECTS = \ -"CMakeFiles/unit1979.dir/unit1979.c.o" \ -"CMakeFiles/unit1979.dir/__/libtest/first.c.o" - -# External object files for target unit1979 -unit1979_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1979: external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.o -external/curl/tests/unit/unit1979: external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1979: external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make -external/curl/tests/unit/unit1979: external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.ts -external/curl/tests/unit/unit1979: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1979: /usr/lib/libz.so -external/curl/tests/unit/unit1979: external/curl/tests/unit/CMakeFiles/unit1979.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1979" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1979.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1979.dir/build: external/curl/tests/unit/unit1979 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1979.dir/build - -external/curl/tests/unit/CMakeFiles/unit1979.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1979.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1979.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1979.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1979.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1979.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/cmake_clean.cmake deleted file mode 100644 index 3ad7a99f..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1979.dir/link.d" - "CMakeFiles/unit1979.dir/__/libtest/first.c.o" - "CMakeFiles/unit1979.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1979.dir/unit1979.c.o" - "CMakeFiles/unit1979.dir/unit1979.c.o.d" - "unit1979" - "unit1979.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1979.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.make deleted file mode 100644 index da9c52d7..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1979. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.ts deleted file mode 100644 index bdbd857e..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1979. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/depend.make deleted file mode 100644 index e3f528fd..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1979. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/link.txt deleted file mode 100644 index 2d5121e1..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1979.dir/link.d CMakeFiles/unit1979.dir/unit1979.c.o CMakeFiles/unit1979.dir/__/libtest/first.c.o -o unit1979 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1979.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/DependInfo.cmake deleted file mode 100644 index 258ad275..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit1980.c" "external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.o.d" - "" "external/curl/tests/unit/unit1980" "gcc" "external/curl/tests/unit/CMakeFiles/unit1980.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make deleted file mode 100644 index b5f0254f..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit1980.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit1980.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit1980.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit1980.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit1980.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.o: external/curl/tests/unit/CMakeFiles/unit1980.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1980.c -external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.o: external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.o -MF CMakeFiles/unit1980.dir/unit1980.c.o.d -o CMakeFiles/unit1980.dir/unit1980.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1980.c - -external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1980.dir/unit1980.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1980.c > CMakeFiles/unit1980.dir/unit1980.c.i - -external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1980.dir/unit1980.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit1980.c -o CMakeFiles/unit1980.dir/unit1980.c.s - -external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1980.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.o -MF CMakeFiles/unit1980.dir/__/libtest/first.c.o.d -o CMakeFiles/unit1980.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit1980.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit1980.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit1980.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit1980.dir/__/libtest/first.c.s - -# Object files for target unit1980 -unit1980_OBJECTS = \ -"CMakeFiles/unit1980.dir/unit1980.c.o" \ -"CMakeFiles/unit1980.dir/__/libtest/first.c.o" - -# External object files for target unit1980 -unit1980_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit1980: external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.o -external/curl/tests/unit/unit1980: external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.o -external/curl/tests/unit/unit1980: external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make -external/curl/tests/unit/unit1980: external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.ts -external/curl/tests/unit/unit1980: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit1980: /usr/lib/libz.so -external/curl/tests/unit/unit1980: external/curl/tests/unit/CMakeFiles/unit1980.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit1980" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit1980.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit1980.dir/build: external/curl/tests/unit/unit1980 -.PHONY : external/curl/tests/unit/CMakeFiles/unit1980.dir/build - -external/curl/tests/unit/CMakeFiles/unit1980.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit1980.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit1980.dir/clean - -external/curl/tests/unit/CMakeFiles/unit1980.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit1980.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit1980.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/cmake_clean.cmake deleted file mode 100644 index f7c53e4a..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit1980.dir/link.d" - "CMakeFiles/unit1980.dir/__/libtest/first.c.o" - "CMakeFiles/unit1980.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit1980.dir/unit1980.c.o" - "CMakeFiles/unit1980.dir/unit1980.c.o.d" - "unit1980" - "unit1980.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit1980.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.make deleted file mode 100644 index c384d592..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit1980. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.ts deleted file mode 100644 index aeb10eae..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit1980. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/depend.make deleted file mode 100644 index b773f140..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit1980. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/link.txt deleted file mode 100644 index 7a138cec..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit1980.dir/link.d CMakeFiles/unit1980.dir/unit1980.c.o CMakeFiles/unit1980.dir/__/libtest/first.c.o -o unit1980 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit1980.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/DependInfo.cmake deleted file mode 100644 index 0ab22b31..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit2600.c" "external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.o.d" - "" "external/curl/tests/unit/unit2600" "gcc" "external/curl/tests/unit/CMakeFiles/unit2600.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make deleted file mode 100644 index 38896c2f..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit2600.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit2600.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit2600.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit2600.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit2600.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.o: external/curl/tests/unit/CMakeFiles/unit2600.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2600.c -external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.o: external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.o -MF CMakeFiles/unit2600.dir/unit2600.c.o.d -o CMakeFiles/unit2600.dir/unit2600.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2600.c - -external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit2600.dir/unit2600.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2600.c > CMakeFiles/unit2600.dir/unit2600.c.i - -external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit2600.dir/unit2600.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2600.c -o CMakeFiles/unit2600.dir/unit2600.c.s - -external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit2600.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.o -MF CMakeFiles/unit2600.dir/__/libtest/first.c.o.d -o CMakeFiles/unit2600.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit2600.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit2600.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit2600.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit2600.dir/__/libtest/first.c.s - -# Object files for target unit2600 -unit2600_OBJECTS = \ -"CMakeFiles/unit2600.dir/unit2600.c.o" \ -"CMakeFiles/unit2600.dir/__/libtest/first.c.o" - -# External object files for target unit2600 -unit2600_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit2600: external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.o -external/curl/tests/unit/unit2600: external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.o -external/curl/tests/unit/unit2600: external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make -external/curl/tests/unit/unit2600: external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.ts -external/curl/tests/unit/unit2600: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit2600: /usr/lib/libz.so -external/curl/tests/unit/unit2600: external/curl/tests/unit/CMakeFiles/unit2600.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit2600" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit2600.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit2600.dir/build: external/curl/tests/unit/unit2600 -.PHONY : external/curl/tests/unit/CMakeFiles/unit2600.dir/build - -external/curl/tests/unit/CMakeFiles/unit2600.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit2600.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit2600.dir/clean - -external/curl/tests/unit/CMakeFiles/unit2600.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit2600.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit2600.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/cmake_clean.cmake deleted file mode 100644 index 9c907306..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit2600.dir/link.d" - "CMakeFiles/unit2600.dir/__/libtest/first.c.o" - "CMakeFiles/unit2600.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit2600.dir/unit2600.c.o" - "CMakeFiles/unit2600.dir/unit2600.c.o.d" - "unit2600" - "unit2600.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit2600.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.make deleted file mode 100644 index aa43cc1f..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit2600. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.ts deleted file mode 100644 index ef74cd87..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit2600. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/depend.make deleted file mode 100644 index 8c577e81..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit2600. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/link.txt deleted file mode 100644 index 439f28e5..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit2600.dir/link.d CMakeFiles/unit2600.dir/unit2600.c.o CMakeFiles/unit2600.dir/__/libtest/first.c.o -o unit2600 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/progress.make deleted file mode 100644 index 3320c182..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2600.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = 98 - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/DependInfo.cmake deleted file mode 100644 index ac352a1e..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit2601.c" "external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.o.d" - "" "external/curl/tests/unit/unit2601" "gcc" "external/curl/tests/unit/CMakeFiles/unit2601.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make deleted file mode 100644 index cf251026..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit2601.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit2601.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit2601.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit2601.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit2601.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.o: external/curl/tests/unit/CMakeFiles/unit2601.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2601.c -external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.o: external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.o -MF CMakeFiles/unit2601.dir/unit2601.c.o.d -o CMakeFiles/unit2601.dir/unit2601.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2601.c - -external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit2601.dir/unit2601.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2601.c > CMakeFiles/unit2601.dir/unit2601.c.i - -external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit2601.dir/unit2601.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2601.c -o CMakeFiles/unit2601.dir/unit2601.c.s - -external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit2601.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.o -MF CMakeFiles/unit2601.dir/__/libtest/first.c.o.d -o CMakeFiles/unit2601.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit2601.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit2601.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit2601.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit2601.dir/__/libtest/first.c.s - -# Object files for target unit2601 -unit2601_OBJECTS = \ -"CMakeFiles/unit2601.dir/unit2601.c.o" \ -"CMakeFiles/unit2601.dir/__/libtest/first.c.o" - -# External object files for target unit2601 -unit2601_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit2601: external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.o -external/curl/tests/unit/unit2601: external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.o -external/curl/tests/unit/unit2601: external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make -external/curl/tests/unit/unit2601: external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.ts -external/curl/tests/unit/unit2601: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit2601: /usr/lib/libz.so -external/curl/tests/unit/unit2601: external/curl/tests/unit/CMakeFiles/unit2601.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit2601" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit2601.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit2601.dir/build: external/curl/tests/unit/unit2601 -.PHONY : external/curl/tests/unit/CMakeFiles/unit2601.dir/build - -external/curl/tests/unit/CMakeFiles/unit2601.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit2601.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit2601.dir/clean - -external/curl/tests/unit/CMakeFiles/unit2601.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit2601.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit2601.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/cmake_clean.cmake deleted file mode 100644 index 33a34740..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit2601.dir/link.d" - "CMakeFiles/unit2601.dir/__/libtest/first.c.o" - "CMakeFiles/unit2601.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit2601.dir/unit2601.c.o" - "CMakeFiles/unit2601.dir/unit2601.c.o.d" - "unit2601" - "unit2601.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit2601.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.make deleted file mode 100644 index fc796577..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit2601. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.ts deleted file mode 100644 index e774d1da..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit2601. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/depend.make deleted file mode 100644 index a488afcc..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit2601. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/link.txt deleted file mode 100644 index efb85464..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit2601.dir/link.d CMakeFiles/unit2601.dir/unit2601.c.o CMakeFiles/unit2601.dir/__/libtest/first.c.o -o unit2601 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2601.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/DependInfo.cmake deleted file mode 100644 index 15eea92e..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit2602.c" "external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.o.d" - "" "external/curl/tests/unit/unit2602" "gcc" "external/curl/tests/unit/CMakeFiles/unit2602.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make deleted file mode 100644 index b17a4e71..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit2602.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit2602.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit2602.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit2602.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit2602.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.o: external/curl/tests/unit/CMakeFiles/unit2602.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2602.c -external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.o: external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.o -MF CMakeFiles/unit2602.dir/unit2602.c.o.d -o CMakeFiles/unit2602.dir/unit2602.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2602.c - -external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit2602.dir/unit2602.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2602.c > CMakeFiles/unit2602.dir/unit2602.c.i - -external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit2602.dir/unit2602.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2602.c -o CMakeFiles/unit2602.dir/unit2602.c.s - -external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit2602.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.o -MF CMakeFiles/unit2602.dir/__/libtest/first.c.o.d -o CMakeFiles/unit2602.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit2602.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit2602.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit2602.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit2602.dir/__/libtest/first.c.s - -# Object files for target unit2602 -unit2602_OBJECTS = \ -"CMakeFiles/unit2602.dir/unit2602.c.o" \ -"CMakeFiles/unit2602.dir/__/libtest/first.c.o" - -# External object files for target unit2602 -unit2602_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit2602: external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.o -external/curl/tests/unit/unit2602: external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.o -external/curl/tests/unit/unit2602: external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make -external/curl/tests/unit/unit2602: external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.ts -external/curl/tests/unit/unit2602: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit2602: /usr/lib/libz.so -external/curl/tests/unit/unit2602: external/curl/tests/unit/CMakeFiles/unit2602.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit2602" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit2602.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit2602.dir/build: external/curl/tests/unit/unit2602 -.PHONY : external/curl/tests/unit/CMakeFiles/unit2602.dir/build - -external/curl/tests/unit/CMakeFiles/unit2602.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit2602.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit2602.dir/clean - -external/curl/tests/unit/CMakeFiles/unit2602.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit2602.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit2602.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/cmake_clean.cmake deleted file mode 100644 index b28f72a2..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit2602.dir/link.d" - "CMakeFiles/unit2602.dir/__/libtest/first.c.o" - "CMakeFiles/unit2602.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit2602.dir/unit2602.c.o" - "CMakeFiles/unit2602.dir/unit2602.c.o.d" - "unit2602" - "unit2602.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit2602.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.make deleted file mode 100644 index 99b4f325..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit2602. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.ts deleted file mode 100644 index 368c3180..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit2602. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/depend.make deleted file mode 100644 index 70dbbd31..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit2602. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/link.txt deleted file mode 100644 index b22176be..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit2602.dir/link.d CMakeFiles/unit2602.dir/unit2602.c.o CMakeFiles/unit2602.dir/__/libtest/first.c.o -o unit2602 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2602.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/DependInfo.cmake deleted file mode 100644 index fc7c3bc1..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit2603.c" "external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.o.d" - "" "external/curl/tests/unit/unit2603" "gcc" "external/curl/tests/unit/CMakeFiles/unit2603.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make deleted file mode 100644 index 573a0119..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit2603.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit2603.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit2603.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit2603.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit2603.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.o: external/curl/tests/unit/CMakeFiles/unit2603.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2603.c -external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.o: external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.o -MF CMakeFiles/unit2603.dir/unit2603.c.o.d -o CMakeFiles/unit2603.dir/unit2603.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2603.c - -external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit2603.dir/unit2603.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2603.c > CMakeFiles/unit2603.dir/unit2603.c.i - -external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit2603.dir/unit2603.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2603.c -o CMakeFiles/unit2603.dir/unit2603.c.s - -external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit2603.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.o -MF CMakeFiles/unit2603.dir/__/libtest/first.c.o.d -o CMakeFiles/unit2603.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit2603.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit2603.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit2603.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit2603.dir/__/libtest/first.c.s - -# Object files for target unit2603 -unit2603_OBJECTS = \ -"CMakeFiles/unit2603.dir/unit2603.c.o" \ -"CMakeFiles/unit2603.dir/__/libtest/first.c.o" - -# External object files for target unit2603 -unit2603_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit2603: external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.o -external/curl/tests/unit/unit2603: external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.o -external/curl/tests/unit/unit2603: external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make -external/curl/tests/unit/unit2603: external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.ts -external/curl/tests/unit/unit2603: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit2603: /usr/lib/libz.so -external/curl/tests/unit/unit2603: external/curl/tests/unit/CMakeFiles/unit2603.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit2603" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit2603.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit2603.dir/build: external/curl/tests/unit/unit2603 -.PHONY : external/curl/tests/unit/CMakeFiles/unit2603.dir/build - -external/curl/tests/unit/CMakeFiles/unit2603.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit2603.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit2603.dir/clean - -external/curl/tests/unit/CMakeFiles/unit2603.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit2603.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit2603.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/cmake_clean.cmake deleted file mode 100644 index 99757c3a..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit2603.dir/link.d" - "CMakeFiles/unit2603.dir/__/libtest/first.c.o" - "CMakeFiles/unit2603.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit2603.dir/unit2603.c.o" - "CMakeFiles/unit2603.dir/unit2603.c.o.d" - "unit2603" - "unit2603.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit2603.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.make deleted file mode 100644 index 9f43cc14..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit2603. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.ts deleted file mode 100644 index bc3dfabc..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit2603. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/depend.make deleted file mode 100644 index e778e1ce..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit2603. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/link.txt deleted file mode 100644 index 77c597c5..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit2603.dir/link.d CMakeFiles/unit2603.dir/unit2603.c.o CMakeFiles/unit2603.dir/__/libtest/first.c.o -o unit2603 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2603.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/DependInfo.cmake deleted file mode 100644 index a8b4624a..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit2604.c" "external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.o.d" - "" "external/curl/tests/unit/unit2604" "gcc" "external/curl/tests/unit/CMakeFiles/unit2604.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make deleted file mode 100644 index e2e2aaf9..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit2604.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit2604.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit2604.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit2604.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit2604.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.o: external/curl/tests/unit/CMakeFiles/unit2604.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2604.c -external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.o: external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.o -MF CMakeFiles/unit2604.dir/unit2604.c.o.d -o CMakeFiles/unit2604.dir/unit2604.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2604.c - -external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit2604.dir/unit2604.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2604.c > CMakeFiles/unit2604.dir/unit2604.c.i - -external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit2604.dir/unit2604.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit2604.c -o CMakeFiles/unit2604.dir/unit2604.c.s - -external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit2604.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.o -MF CMakeFiles/unit2604.dir/__/libtest/first.c.o.d -o CMakeFiles/unit2604.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit2604.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit2604.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit2604.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit2604.dir/__/libtest/first.c.s - -# Object files for target unit2604 -unit2604_OBJECTS = \ -"CMakeFiles/unit2604.dir/unit2604.c.o" \ -"CMakeFiles/unit2604.dir/__/libtest/first.c.o" - -# External object files for target unit2604 -unit2604_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit2604: external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.o -external/curl/tests/unit/unit2604: external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.o -external/curl/tests/unit/unit2604: external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make -external/curl/tests/unit/unit2604: external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.ts -external/curl/tests/unit/unit2604: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit2604: /usr/lib/libz.so -external/curl/tests/unit/unit2604: external/curl/tests/unit/CMakeFiles/unit2604.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit2604" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit2604.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit2604.dir/build: external/curl/tests/unit/unit2604 -.PHONY : external/curl/tests/unit/CMakeFiles/unit2604.dir/build - -external/curl/tests/unit/CMakeFiles/unit2604.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit2604.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit2604.dir/clean - -external/curl/tests/unit/CMakeFiles/unit2604.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit2604.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit2604.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/cmake_clean.cmake deleted file mode 100644 index 8d2035bd..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit2604.dir/link.d" - "CMakeFiles/unit2604.dir/__/libtest/first.c.o" - "CMakeFiles/unit2604.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit2604.dir/unit2604.c.o" - "CMakeFiles/unit2604.dir/unit2604.c.o.d" - "unit2604" - "unit2604.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit2604.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.make deleted file mode 100644 index d4ab9a92..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit2604. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.ts deleted file mode 100644 index 1f45b6a8..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit2604. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/depend.make deleted file mode 100644 index 70100a47..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit2604. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/link.txt deleted file mode 100644 index fefe7c27..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit2604.dir/link.d CMakeFiles/unit2604.dir/unit2604.c.o CMakeFiles/unit2604.dir/__/libtest/first.c.o -o unit2604 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit2604.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/DependInfo.cmake deleted file mode 100644 index e75b6f74..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit3200.c" "external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.o.d" - "" "external/curl/tests/unit/unit3200" "gcc" "external/curl/tests/unit/CMakeFiles/unit3200.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make deleted file mode 100644 index c8ca8288..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit3200.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit3200.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit3200.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit3200.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit3200.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.o: external/curl/tests/unit/CMakeFiles/unit3200.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3200.c -external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.o: external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.o -MF CMakeFiles/unit3200.dir/unit3200.c.o.d -o CMakeFiles/unit3200.dir/unit3200.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3200.c - -external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit3200.dir/unit3200.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3200.c > CMakeFiles/unit3200.dir/unit3200.c.i - -external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit3200.dir/unit3200.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3200.c -o CMakeFiles/unit3200.dir/unit3200.c.s - -external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit3200.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.o -MF CMakeFiles/unit3200.dir/__/libtest/first.c.o.d -o CMakeFiles/unit3200.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit3200.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit3200.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit3200.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit3200.dir/__/libtest/first.c.s - -# Object files for target unit3200 -unit3200_OBJECTS = \ -"CMakeFiles/unit3200.dir/unit3200.c.o" \ -"CMakeFiles/unit3200.dir/__/libtest/first.c.o" - -# External object files for target unit3200 -unit3200_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit3200: external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.o -external/curl/tests/unit/unit3200: external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.o -external/curl/tests/unit/unit3200: external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make -external/curl/tests/unit/unit3200: external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.ts -external/curl/tests/unit/unit3200: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit3200: /usr/lib/libz.so -external/curl/tests/unit/unit3200: external/curl/tests/unit/CMakeFiles/unit3200.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit3200" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit3200.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit3200.dir/build: external/curl/tests/unit/unit3200 -.PHONY : external/curl/tests/unit/CMakeFiles/unit3200.dir/build - -external/curl/tests/unit/CMakeFiles/unit3200.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit3200.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit3200.dir/clean - -external/curl/tests/unit/CMakeFiles/unit3200.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit3200.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit3200.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/cmake_clean.cmake deleted file mode 100644 index 255d7212..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit3200.dir/link.d" - "CMakeFiles/unit3200.dir/__/libtest/first.c.o" - "CMakeFiles/unit3200.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit3200.dir/unit3200.c.o" - "CMakeFiles/unit3200.dir/unit3200.c.o.d" - "unit3200" - "unit3200.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit3200.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.make deleted file mode 100644 index 6602267c..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit3200. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.ts deleted file mode 100644 index ddb2480d..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit3200. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/depend.make deleted file mode 100644 index 1d6750d6..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit3200. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/link.txt deleted file mode 100644 index 57a6d8fb..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit3200.dir/link.d CMakeFiles/unit3200.dir/unit3200.c.o CMakeFiles/unit3200.dir/__/libtest/first.c.o -o unit3200 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3200.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/DependInfo.cmake deleted file mode 100644 index 5ec4499c..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit3205.c" "external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.o.d" - "" "external/curl/tests/unit/unit3205" "gcc" "external/curl/tests/unit/CMakeFiles/unit3205.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make deleted file mode 100644 index 58221fd9..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit3205.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit3205.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit3205.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit3205.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit3205.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.o: external/curl/tests/unit/CMakeFiles/unit3205.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3205.c -external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.o: external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.o -MF CMakeFiles/unit3205.dir/unit3205.c.o.d -o CMakeFiles/unit3205.dir/unit3205.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3205.c - -external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit3205.dir/unit3205.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3205.c > CMakeFiles/unit3205.dir/unit3205.c.i - -external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit3205.dir/unit3205.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3205.c -o CMakeFiles/unit3205.dir/unit3205.c.s - -external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit3205.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.o -MF CMakeFiles/unit3205.dir/__/libtest/first.c.o.d -o CMakeFiles/unit3205.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit3205.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit3205.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit3205.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit3205.dir/__/libtest/first.c.s - -# Object files for target unit3205 -unit3205_OBJECTS = \ -"CMakeFiles/unit3205.dir/unit3205.c.o" \ -"CMakeFiles/unit3205.dir/__/libtest/first.c.o" - -# External object files for target unit3205 -unit3205_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit3205: external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.o -external/curl/tests/unit/unit3205: external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.o -external/curl/tests/unit/unit3205: external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make -external/curl/tests/unit/unit3205: external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.ts -external/curl/tests/unit/unit3205: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit3205: /usr/lib/libz.so -external/curl/tests/unit/unit3205: external/curl/tests/unit/CMakeFiles/unit3205.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit3205" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit3205.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit3205.dir/build: external/curl/tests/unit/unit3205 -.PHONY : external/curl/tests/unit/CMakeFiles/unit3205.dir/build - -external/curl/tests/unit/CMakeFiles/unit3205.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit3205.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit3205.dir/clean - -external/curl/tests/unit/CMakeFiles/unit3205.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit3205.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit3205.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/cmake_clean.cmake deleted file mode 100644 index 19b8f905..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit3205.dir/link.d" - "CMakeFiles/unit3205.dir/__/libtest/first.c.o" - "CMakeFiles/unit3205.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit3205.dir/unit3205.c.o" - "CMakeFiles/unit3205.dir/unit3205.c.o.d" - "unit3205" - "unit3205.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit3205.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.make deleted file mode 100644 index 54519c75..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit3205. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.ts deleted file mode 100644 index abad3637..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit3205. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/depend.make deleted file mode 100644 index 05a2430a..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit3205. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/link.txt deleted file mode 100644 index f9a3e5e0..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit3205.dir/link.d CMakeFiles/unit3205.dir/unit3205.c.o CMakeFiles/unit3205.dir/__/libtest/first.c.o -o unit3205 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3205.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/DependInfo.cmake deleted file mode 100644 index 3441aa3b..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit3211.c" "external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.o.d" - "" "external/curl/tests/unit/unit3211" "gcc" "external/curl/tests/unit/CMakeFiles/unit3211.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make deleted file mode 100644 index 94525eea..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit3211.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit3211.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit3211.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit3211.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit3211.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.o: external/curl/tests/unit/CMakeFiles/unit3211.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3211.c -external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.o: external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.o -MF CMakeFiles/unit3211.dir/unit3211.c.o.d -o CMakeFiles/unit3211.dir/unit3211.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3211.c - -external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit3211.dir/unit3211.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3211.c > CMakeFiles/unit3211.dir/unit3211.c.i - -external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit3211.dir/unit3211.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3211.c -o CMakeFiles/unit3211.dir/unit3211.c.s - -external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit3211.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.o -MF CMakeFiles/unit3211.dir/__/libtest/first.c.o.d -o CMakeFiles/unit3211.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit3211.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit3211.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit3211.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit3211.dir/__/libtest/first.c.s - -# Object files for target unit3211 -unit3211_OBJECTS = \ -"CMakeFiles/unit3211.dir/unit3211.c.o" \ -"CMakeFiles/unit3211.dir/__/libtest/first.c.o" - -# External object files for target unit3211 -unit3211_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit3211: external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.o -external/curl/tests/unit/unit3211: external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.o -external/curl/tests/unit/unit3211: external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make -external/curl/tests/unit/unit3211: external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.ts -external/curl/tests/unit/unit3211: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit3211: /usr/lib/libz.so -external/curl/tests/unit/unit3211: external/curl/tests/unit/CMakeFiles/unit3211.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit3211" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit3211.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit3211.dir/build: external/curl/tests/unit/unit3211 -.PHONY : external/curl/tests/unit/CMakeFiles/unit3211.dir/build - -external/curl/tests/unit/CMakeFiles/unit3211.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit3211.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit3211.dir/clean - -external/curl/tests/unit/CMakeFiles/unit3211.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit3211.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit3211.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/cmake_clean.cmake deleted file mode 100644 index 4a4d3c34..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit3211.dir/link.d" - "CMakeFiles/unit3211.dir/__/libtest/first.c.o" - "CMakeFiles/unit3211.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit3211.dir/unit3211.c.o" - "CMakeFiles/unit3211.dir/unit3211.c.o.d" - "unit3211" - "unit3211.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit3211.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.make deleted file mode 100644 index 87cc97b5..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit3211. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.ts deleted file mode 100644 index 5dd78bd4..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit3211. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/depend.make deleted file mode 100644 index 420d979d..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit3211. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/link.txt deleted file mode 100644 index 8d4b2074..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit3211.dir/link.d CMakeFiles/unit3211.dir/unit3211.c.o CMakeFiles/unit3211.dir/__/libtest/first.c.o -o unit3211 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3211.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/DependInfo.cmake deleted file mode 100644 index a63e1995..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit3212.c" "external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.o.d" - "" "external/curl/tests/unit/unit3212" "gcc" "external/curl/tests/unit/CMakeFiles/unit3212.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make deleted file mode 100644 index 7b1336cd..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit3212.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit3212.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit3212.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit3212.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit3212.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.o: external/curl/tests/unit/CMakeFiles/unit3212.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3212.c -external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.o: external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.o -MF CMakeFiles/unit3212.dir/unit3212.c.o.d -o CMakeFiles/unit3212.dir/unit3212.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3212.c - -external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit3212.dir/unit3212.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3212.c > CMakeFiles/unit3212.dir/unit3212.c.i - -external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit3212.dir/unit3212.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3212.c -o CMakeFiles/unit3212.dir/unit3212.c.s - -external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit3212.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.o -MF CMakeFiles/unit3212.dir/__/libtest/first.c.o.d -o CMakeFiles/unit3212.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit3212.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit3212.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit3212.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit3212.dir/__/libtest/first.c.s - -# Object files for target unit3212 -unit3212_OBJECTS = \ -"CMakeFiles/unit3212.dir/unit3212.c.o" \ -"CMakeFiles/unit3212.dir/__/libtest/first.c.o" - -# External object files for target unit3212 -unit3212_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit3212: external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.o -external/curl/tests/unit/unit3212: external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.o -external/curl/tests/unit/unit3212: external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make -external/curl/tests/unit/unit3212: external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.ts -external/curl/tests/unit/unit3212: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit3212: /usr/lib/libz.so -external/curl/tests/unit/unit3212: external/curl/tests/unit/CMakeFiles/unit3212.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit3212" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit3212.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit3212.dir/build: external/curl/tests/unit/unit3212 -.PHONY : external/curl/tests/unit/CMakeFiles/unit3212.dir/build - -external/curl/tests/unit/CMakeFiles/unit3212.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit3212.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit3212.dir/clean - -external/curl/tests/unit/CMakeFiles/unit3212.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit3212.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit3212.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/cmake_clean.cmake deleted file mode 100644 index 9f8f2578..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit3212.dir/link.d" - "CMakeFiles/unit3212.dir/__/libtest/first.c.o" - "CMakeFiles/unit3212.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit3212.dir/unit3212.c.o" - "CMakeFiles/unit3212.dir/unit3212.c.o.d" - "unit3212" - "unit3212.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit3212.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.make deleted file mode 100644 index b7573b93..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit3212. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.ts deleted file mode 100644 index 4131cfcd..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit3212. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/depend.make deleted file mode 100644 index 8078fe64..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit3212. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/link.txt deleted file mode 100644 index 40b41589..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit3212.dir/link.d CMakeFiles/unit3212.dir/unit3212.c.o CMakeFiles/unit3212.dir/__/libtest/first.c.o -o unit3212 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3212.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/DependInfo.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/DependInfo.cmake deleted file mode 100644 index fbdd002b..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/DependInfo.cmake +++ /dev/null @@ -1,25 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c" "external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.o.d" - "/home/guest/Downloads/PopLib/external/curl/tests/unit/unit3213.c" "external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.o" "gcc" "external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.o.d" - "" "external/curl/tests/unit/unit3213" "gcc" "external/curl/tests/unit/CMakeFiles/unit3213.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make deleted file mode 100644 index d00ed693..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make +++ /dev/null @@ -1,132 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/curl/tests/unit/CMakeFiles/unit3213.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/curl/tests/unit/CMakeFiles/unit3213.dir/progress.make - -# Include the compile flags for this target's objects. -include external/curl/tests/unit/CMakeFiles/unit3213.dir/flags.make - -external/curl/tests/unit/CMakeFiles/unit3213.dir/codegen: -.PHONY : external/curl/tests/unit/CMakeFiles/unit3213.dir/codegen - -external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.o: external/curl/tests/unit/CMakeFiles/unit3213.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.o: /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3213.c -external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.o: external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.o -MF CMakeFiles/unit3213.dir/unit3213.c.o.d -o CMakeFiles/unit3213.dir/unit3213.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3213.c - -external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit3213.dir/unit3213.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3213.c > CMakeFiles/unit3213.dir/unit3213.c.i - -external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit3213.dir/unit3213.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/unit/unit3213.c -o CMakeFiles/unit3213.dir/unit3213.c.s - -external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit3213.dir/flags.make -external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.o: /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.o: external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.o" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.o -MF CMakeFiles/unit3213.dir/__/libtest/first.c.o.d -o CMakeFiles/unit3213.dir/__/libtest/first.c.o -c /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c - -external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/unit3213.dir/__/libtest/first.c.i" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c > CMakeFiles/unit3213.dir/__/libtest/first.c.i - -external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/unit3213.dir/__/libtest/first.c.s" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/curl/tests/libtest/first.c -o CMakeFiles/unit3213.dir/__/libtest/first.c.s - -# Object files for target unit3213 -unit3213_OBJECTS = \ -"CMakeFiles/unit3213.dir/unit3213.c.o" \ -"CMakeFiles/unit3213.dir/__/libtest/first.c.o" - -# External object files for target unit3213 -unit3213_EXTERNAL_OBJECTS = - -external/curl/tests/unit/unit3213: external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.o -external/curl/tests/unit/unit3213: external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.o -external/curl/tests/unit/unit3213: external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make -external/curl/tests/unit/unit3213: external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.ts -external/curl/tests/unit/unit3213: external/curl/lib/libcurlu.a -external/curl/tests/unit/unit3213: /usr/lib/libz.so -external/curl/tests/unit/unit3213: external/curl/tests/unit/CMakeFiles/unit3213.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C executable unit3213" - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/unit3213.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/curl/tests/unit/CMakeFiles/unit3213.dir/build: external/curl/tests/unit/unit3213 -.PHONY : external/curl/tests/unit/CMakeFiles/unit3213.dir/build - -external/curl/tests/unit/CMakeFiles/unit3213.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/curl/tests/unit && $(CMAKE_COMMAND) -P CMakeFiles/unit3213.dir/cmake_clean.cmake -.PHONY : external/curl/tests/unit/CMakeFiles/unit3213.dir/clean - -external/curl/tests/unit/CMakeFiles/unit3213.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/curl/tests/unit /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/curl/tests/unit /home/guest/Downloads/PopLib/build/external/curl/tests/unit/CMakeFiles/unit3213.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/curl/tests/unit/CMakeFiles/unit3213.dir/depend - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/cmake_clean.cmake b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/cmake_clean.cmake deleted file mode 100644 index 961f7817..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/cmake_clean.cmake +++ /dev/null @@ -1,14 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/unit3213.dir/link.d" - "CMakeFiles/unit3213.dir/__/libtest/first.c.o" - "CMakeFiles/unit3213.dir/__/libtest/first.c.o.d" - "CMakeFiles/unit3213.dir/unit3213.c.o" - "CMakeFiles/unit3213.dir/unit3213.c.o.d" - "unit3213" - "unit3213.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/unit3213.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.make deleted file mode 100644 index 443f259d..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for unit3213. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.ts b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.ts deleted file mode 100644 index a4b673d7..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for unit3213. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/depend.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/depend.make deleted file mode 100644 index 9411c9fa..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for unit3213. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/flags.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/flags.make deleted file mode 100644 index baa0ab79..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DBUILDING_LIBCURL -DCURL_STATICLIB -DHAVE_CONFIG_H -DUNITTESTS -D_GNU_SOURCE -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/curl/include -I/home/guest/Downloads/PopLib/build/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib -I/home/guest/Downloads/PopLib/external/curl/lib/curlx -I/home/guest/Downloads/PopLib/external/curl/src -I/home/guest/Downloads/PopLib/external/curl/tests/libtest - -C_FLAGS = -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -fPIE -Werror-implicit-function-declaration -W -Wall -pedantic -Wbad-function-cast -Wconversion -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wno-long-long -Wno-multichar -Wpointer-arith -Wshadow -Wsign-compare -Wundef -Wunused -Wwrite-strings -Waddress -Wattributes -Wcast-align -Wcast-qual -Wdeclaration-after-statement -Wdiv-by-zero -Wempty-body -Wendif-labels -Wfloat-equal -Wformat-security -Wignored-qualifiers -Wmissing-field-initializers -Wmissing-noreturn -Wno-format-nonliteral -Wno-sign-conversion -Wno-system-headers -Wold-style-definition -Wredundant-decls -Wstrict-prototypes -Wtype-limits -Wunreachable-code -Wunused-parameter -Wvla -Wclobbered -Wmissing-parameter-type -Wold-style-declaration -Wpragmas -Wstrict-aliasing=3 -ftree-vrp -Wjump-misses-init -Wdouble-promotion -Wformat=2 -Wtrampolines -Warray-bounds=2 -Wduplicated-cond -Wnull-dereference -fdelete-null-pointer-checks -Wshift-negative-value -Wshift-overflow=2 -Wunused-const-variable -Walloc-zero -Wduplicated-branches -Wformat-truncation=2 -Wimplicit-fallthrough -Wrestrict -Warith-conversion -Wenum-conversion -Warray-compare -Wenum-int-mismatch -Wxor-used-as-pow -Wleading-whitespace=spaces -Wtrailing-whitespace=any -Wunterminated-string-initialization - diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/link.txt b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/link.txt deleted file mode 100644 index b68d539a..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -I/usr/include -I/usr/include -I/usr/include -I/usr/include -I/usr/include -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/unit3213.dir/link.d CMakeFiles/unit3213.dir/unit3213.c.o CMakeFiles/unit3213.dir/__/libtest/first.c.o -o unit3213 -lcurltool ../../lib/libcurlu.a -lssh2 -lidn2 /usr/lib/libz.so -lbrotlidec -lbrotlicommon -lzstd -lnghttp2 diff --git a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/progress.make b/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/curl/tests/unit/CMakeFiles/unit3213.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/curl/tests/unit/Makefile b/build_emscripten/external/curl/tests/unit/Makefile deleted file mode 100644 index e9c1e29b..00000000 --- a/build_emscripten/external/curl/tests/unit/Makefile +++ /dev/null @@ -1,2712 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/curl/tests/unit//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1300.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1300.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1300.dir/rule - -# Convenience name for target. -unit1300: external/curl/tests/unit/CMakeFiles/unit1300.dir/rule -.PHONY : unit1300 - -# fast build rule for target. -unit1300/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/build -.PHONY : unit1300/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1302.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1302.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1302.dir/rule - -# Convenience name for target. -unit1302: external/curl/tests/unit/CMakeFiles/unit1302.dir/rule -.PHONY : unit1302 - -# fast build rule for target. -unit1302/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/build -.PHONY : unit1302/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1303.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1303.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1303.dir/rule - -# Convenience name for target. -unit1303: external/curl/tests/unit/CMakeFiles/unit1303.dir/rule -.PHONY : unit1303 - -# fast build rule for target. -unit1303/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/build -.PHONY : unit1303/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1304.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1304.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1304.dir/rule - -# Convenience name for target. -unit1304: external/curl/tests/unit/CMakeFiles/unit1304.dir/rule -.PHONY : unit1304 - -# fast build rule for target. -unit1304/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/build -.PHONY : unit1304/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1305.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1305.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1305.dir/rule - -# Convenience name for target. -unit1305: external/curl/tests/unit/CMakeFiles/unit1305.dir/rule -.PHONY : unit1305 - -# fast build rule for target. -unit1305/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/build -.PHONY : unit1305/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1307.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1307.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1307.dir/rule - -# Convenience name for target. -unit1307: external/curl/tests/unit/CMakeFiles/unit1307.dir/rule -.PHONY : unit1307 - -# fast build rule for target. -unit1307/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/build -.PHONY : unit1307/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1309.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1309.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1309.dir/rule - -# Convenience name for target. -unit1309: external/curl/tests/unit/CMakeFiles/unit1309.dir/rule -.PHONY : unit1309 - -# fast build rule for target. -unit1309/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/build -.PHONY : unit1309/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1323.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1323.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1323.dir/rule - -# Convenience name for target. -unit1323: external/curl/tests/unit/CMakeFiles/unit1323.dir/rule -.PHONY : unit1323 - -# fast build rule for target. -unit1323/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/build -.PHONY : unit1323/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1330.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1330.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1330.dir/rule - -# Convenience name for target. -unit1330: external/curl/tests/unit/CMakeFiles/unit1330.dir/rule -.PHONY : unit1330 - -# fast build rule for target. -unit1330/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/build -.PHONY : unit1330/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1395.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1395.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1395.dir/rule - -# Convenience name for target. -unit1395: external/curl/tests/unit/CMakeFiles/unit1395.dir/rule -.PHONY : unit1395 - -# fast build rule for target. -unit1395/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/build -.PHONY : unit1395/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1396.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1396.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1396.dir/rule - -# Convenience name for target. -unit1396: external/curl/tests/unit/CMakeFiles/unit1396.dir/rule -.PHONY : unit1396 - -# fast build rule for target. -unit1396/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/build -.PHONY : unit1396/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1397.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1397.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1397.dir/rule - -# Convenience name for target. -unit1397: external/curl/tests/unit/CMakeFiles/unit1397.dir/rule -.PHONY : unit1397 - -# fast build rule for target. -unit1397/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/build -.PHONY : unit1397/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1398.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1398.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1398.dir/rule - -# Convenience name for target. -unit1398: external/curl/tests/unit/CMakeFiles/unit1398.dir/rule -.PHONY : unit1398 - -# fast build rule for target. -unit1398/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/build -.PHONY : unit1398/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1399.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1399.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1399.dir/rule - -# Convenience name for target. -unit1399: external/curl/tests/unit/CMakeFiles/unit1399.dir/rule -.PHONY : unit1399 - -# fast build rule for target. -unit1399/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/build -.PHONY : unit1399/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1600.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1600.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1600.dir/rule - -# Convenience name for target. -unit1600: external/curl/tests/unit/CMakeFiles/unit1600.dir/rule -.PHONY : unit1600 - -# fast build rule for target. -unit1600/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/build -.PHONY : unit1600/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1601.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1601.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1601.dir/rule - -# Convenience name for target. -unit1601: external/curl/tests/unit/CMakeFiles/unit1601.dir/rule -.PHONY : unit1601 - -# fast build rule for target. -unit1601/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/build -.PHONY : unit1601/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1602.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1602.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1602.dir/rule - -# Convenience name for target. -unit1602: external/curl/tests/unit/CMakeFiles/unit1602.dir/rule -.PHONY : unit1602 - -# fast build rule for target. -unit1602/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/build -.PHONY : unit1602/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1603.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1603.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1603.dir/rule - -# Convenience name for target. -unit1603: external/curl/tests/unit/CMakeFiles/unit1603.dir/rule -.PHONY : unit1603 - -# fast build rule for target. -unit1603/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/build -.PHONY : unit1603/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1605.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1605.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1605.dir/rule - -# Convenience name for target. -unit1605: external/curl/tests/unit/CMakeFiles/unit1605.dir/rule -.PHONY : unit1605 - -# fast build rule for target. -unit1605/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/build -.PHONY : unit1605/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1606.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1606.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1606.dir/rule - -# Convenience name for target. -unit1606: external/curl/tests/unit/CMakeFiles/unit1606.dir/rule -.PHONY : unit1606 - -# fast build rule for target. -unit1606/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/build -.PHONY : unit1606/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1607.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1607.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1607.dir/rule - -# Convenience name for target. -unit1607: external/curl/tests/unit/CMakeFiles/unit1607.dir/rule -.PHONY : unit1607 - -# fast build rule for target. -unit1607/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/build -.PHONY : unit1607/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1608.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1608.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1608.dir/rule - -# Convenience name for target. -unit1608: external/curl/tests/unit/CMakeFiles/unit1608.dir/rule -.PHONY : unit1608 - -# fast build rule for target. -unit1608/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/build -.PHONY : unit1608/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1609.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1609.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1609.dir/rule - -# Convenience name for target. -unit1609: external/curl/tests/unit/CMakeFiles/unit1609.dir/rule -.PHONY : unit1609 - -# fast build rule for target. -unit1609/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/build -.PHONY : unit1609/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1610.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1610.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1610.dir/rule - -# Convenience name for target. -unit1610: external/curl/tests/unit/CMakeFiles/unit1610.dir/rule -.PHONY : unit1610 - -# fast build rule for target. -unit1610/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/build -.PHONY : unit1610/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1611.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1611.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1611.dir/rule - -# Convenience name for target. -unit1611: external/curl/tests/unit/CMakeFiles/unit1611.dir/rule -.PHONY : unit1611 - -# fast build rule for target. -unit1611/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/build -.PHONY : unit1611/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1612.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1612.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1612.dir/rule - -# Convenience name for target. -unit1612: external/curl/tests/unit/CMakeFiles/unit1612.dir/rule -.PHONY : unit1612 - -# fast build rule for target. -unit1612/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/build -.PHONY : unit1612/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1614.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1614.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1614.dir/rule - -# Convenience name for target. -unit1614: external/curl/tests/unit/CMakeFiles/unit1614.dir/rule -.PHONY : unit1614 - -# fast build rule for target. -unit1614/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/build -.PHONY : unit1614/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1615.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1615.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1615.dir/rule - -# Convenience name for target. -unit1615: external/curl/tests/unit/CMakeFiles/unit1615.dir/rule -.PHONY : unit1615 - -# fast build rule for target. -unit1615/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/build -.PHONY : unit1615/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1616.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1616.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1616.dir/rule - -# Convenience name for target. -unit1616: external/curl/tests/unit/CMakeFiles/unit1616.dir/rule -.PHONY : unit1616 - -# fast build rule for target. -unit1616/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/build -.PHONY : unit1616/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1620.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1620.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1620.dir/rule - -# Convenience name for target. -unit1620: external/curl/tests/unit/CMakeFiles/unit1620.dir/rule -.PHONY : unit1620 - -# fast build rule for target. -unit1620/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/build -.PHONY : unit1620/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1650.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1650.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1650.dir/rule - -# Convenience name for target. -unit1650: external/curl/tests/unit/CMakeFiles/unit1650.dir/rule -.PHONY : unit1650 - -# fast build rule for target. -unit1650/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/build -.PHONY : unit1650/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1651.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1651.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1651.dir/rule - -# Convenience name for target. -unit1651: external/curl/tests/unit/CMakeFiles/unit1651.dir/rule -.PHONY : unit1651 - -# fast build rule for target. -unit1651/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/build -.PHONY : unit1651/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1652.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1652.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1652.dir/rule - -# Convenience name for target. -unit1652: external/curl/tests/unit/CMakeFiles/unit1652.dir/rule -.PHONY : unit1652 - -# fast build rule for target. -unit1652/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/build -.PHONY : unit1652/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1653.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1653.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1653.dir/rule - -# Convenience name for target. -unit1653: external/curl/tests/unit/CMakeFiles/unit1653.dir/rule -.PHONY : unit1653 - -# fast build rule for target. -unit1653/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/build -.PHONY : unit1653/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1654.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1654.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1654.dir/rule - -# Convenience name for target. -unit1654: external/curl/tests/unit/CMakeFiles/unit1654.dir/rule -.PHONY : unit1654 - -# fast build rule for target. -unit1654/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/build -.PHONY : unit1654/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1655.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1655.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1655.dir/rule - -# Convenience name for target. -unit1655: external/curl/tests/unit/CMakeFiles/unit1655.dir/rule -.PHONY : unit1655 - -# fast build rule for target. -unit1655/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/build -.PHONY : unit1655/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1656.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1656.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1656.dir/rule - -# Convenience name for target. -unit1656: external/curl/tests/unit/CMakeFiles/unit1656.dir/rule -.PHONY : unit1656 - -# fast build rule for target. -unit1656/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/build -.PHONY : unit1656/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1657.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1657.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1657.dir/rule - -# Convenience name for target. -unit1657: external/curl/tests/unit/CMakeFiles/unit1657.dir/rule -.PHONY : unit1657 - -# fast build rule for target. -unit1657/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/build -.PHONY : unit1657/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1658.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1658.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1658.dir/rule - -# Convenience name for target. -unit1658: external/curl/tests/unit/CMakeFiles/unit1658.dir/rule -.PHONY : unit1658 - -# fast build rule for target. -unit1658/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/build -.PHONY : unit1658/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1660.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1660.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1660.dir/rule - -# Convenience name for target. -unit1660: external/curl/tests/unit/CMakeFiles/unit1660.dir/rule -.PHONY : unit1660 - -# fast build rule for target. -unit1660/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/build -.PHONY : unit1660/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1661.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1661.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1661.dir/rule - -# Convenience name for target. -unit1661: external/curl/tests/unit/CMakeFiles/unit1661.dir/rule -.PHONY : unit1661 - -# fast build rule for target. -unit1661/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/build -.PHONY : unit1661/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1663.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1663.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1663.dir/rule - -# Convenience name for target. -unit1663: external/curl/tests/unit/CMakeFiles/unit1663.dir/rule -.PHONY : unit1663 - -# fast build rule for target. -unit1663/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/build -.PHONY : unit1663/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1664.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1664.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1664.dir/rule - -# Convenience name for target. -unit1664: external/curl/tests/unit/CMakeFiles/unit1664.dir/rule -.PHONY : unit1664 - -# fast build rule for target. -unit1664/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/build -.PHONY : unit1664/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1979.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1979.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1979.dir/rule - -# Convenience name for target. -unit1979: external/curl/tests/unit/CMakeFiles/unit1979.dir/rule -.PHONY : unit1979 - -# fast build rule for target. -unit1979/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/build -.PHONY : unit1979/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit1980.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit1980.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit1980.dir/rule - -# Convenience name for target. -unit1980: external/curl/tests/unit/CMakeFiles/unit1980.dir/rule -.PHONY : unit1980 - -# fast build rule for target. -unit1980/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/build -.PHONY : unit1980/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit2600.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit2600.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit2600.dir/rule - -# Convenience name for target. -unit2600: external/curl/tests/unit/CMakeFiles/unit2600.dir/rule -.PHONY : unit2600 - -# fast build rule for target. -unit2600/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/build -.PHONY : unit2600/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit2601.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit2601.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit2601.dir/rule - -# Convenience name for target. -unit2601: external/curl/tests/unit/CMakeFiles/unit2601.dir/rule -.PHONY : unit2601 - -# fast build rule for target. -unit2601/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/build -.PHONY : unit2601/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit2602.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit2602.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit2602.dir/rule - -# Convenience name for target. -unit2602: external/curl/tests/unit/CMakeFiles/unit2602.dir/rule -.PHONY : unit2602 - -# fast build rule for target. -unit2602/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/build -.PHONY : unit2602/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit2603.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit2603.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit2603.dir/rule - -# Convenience name for target. -unit2603: external/curl/tests/unit/CMakeFiles/unit2603.dir/rule -.PHONY : unit2603 - -# fast build rule for target. -unit2603/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/build -.PHONY : unit2603/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit2604.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit2604.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit2604.dir/rule - -# Convenience name for target. -unit2604: external/curl/tests/unit/CMakeFiles/unit2604.dir/rule -.PHONY : unit2604 - -# fast build rule for target. -unit2604/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/build -.PHONY : unit2604/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit3200.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit3200.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit3200.dir/rule - -# Convenience name for target. -unit3200: external/curl/tests/unit/CMakeFiles/unit3200.dir/rule -.PHONY : unit3200 - -# fast build rule for target. -unit3200/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/build -.PHONY : unit3200/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit3205.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit3205.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit3205.dir/rule - -# Convenience name for target. -unit3205: external/curl/tests/unit/CMakeFiles/unit3205.dir/rule -.PHONY : unit3205 - -# fast build rule for target. -unit3205/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/build -.PHONY : unit3205/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit3211.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit3211.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit3211.dir/rule - -# Convenience name for target. -unit3211: external/curl/tests/unit/CMakeFiles/unit3211.dir/rule -.PHONY : unit3211 - -# fast build rule for target. -unit3211/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/build -.PHONY : unit3211/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit3212.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit3212.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit3212.dir/rule - -# Convenience name for target. -unit3212: external/curl/tests/unit/CMakeFiles/unit3212.dir/rule -.PHONY : unit3212 - -# fast build rule for target. -unit3212/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/build -.PHONY : unit3212/fast - -# Convenience name for target. -external/curl/tests/unit/CMakeFiles/unit3213.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/curl/tests/unit/CMakeFiles/unit3213.dir/rule -.PHONY : external/curl/tests/unit/CMakeFiles/unit3213.dir/rule - -# Convenience name for target. -unit3213: external/curl/tests/unit/CMakeFiles/unit3213.dir/rule -.PHONY : unit3213 - -# fast build rule for target. -unit3213/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/build -.PHONY : unit3213/fast - -__/libtest/first.o: __/libtest/first.c.o -.PHONY : __/libtest/first.o - -# target to build an object file -__/libtest/first.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.o -.PHONY : __/libtest/first.c.o - -__/libtest/first.i: __/libtest/first.c.i -.PHONY : __/libtest/first.i - -# target to preprocess a source file -__/libtest/first.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.i -.PHONY : __/libtest/first.c.i - -__/libtest/first.s: __/libtest/first.c.s -.PHONY : __/libtest/first.s - -# target to generate assembly for a file -__/libtest/first.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/__/libtest/first.c.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/__/libtest/first.c.s -.PHONY : __/libtest/first.c.s - -unit1300.o: unit1300.c.o -.PHONY : unit1300.o - -# target to build an object file -unit1300.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.o -.PHONY : unit1300.c.o - -unit1300.i: unit1300.c.i -.PHONY : unit1300.i - -# target to preprocess a source file -unit1300.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.i -.PHONY : unit1300.c.i - -unit1300.s: unit1300.c.s -.PHONY : unit1300.s - -# target to generate assembly for a file -unit1300.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1300.dir/build.make external/curl/tests/unit/CMakeFiles/unit1300.dir/unit1300.c.s -.PHONY : unit1300.c.s - -unit1302.o: unit1302.c.o -.PHONY : unit1302.o - -# target to build an object file -unit1302.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.o -.PHONY : unit1302.c.o - -unit1302.i: unit1302.c.i -.PHONY : unit1302.i - -# target to preprocess a source file -unit1302.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.i -.PHONY : unit1302.c.i - -unit1302.s: unit1302.c.s -.PHONY : unit1302.s - -# target to generate assembly for a file -unit1302.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1302.dir/build.make external/curl/tests/unit/CMakeFiles/unit1302.dir/unit1302.c.s -.PHONY : unit1302.c.s - -unit1303.o: unit1303.c.o -.PHONY : unit1303.o - -# target to build an object file -unit1303.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.o -.PHONY : unit1303.c.o - -unit1303.i: unit1303.c.i -.PHONY : unit1303.i - -# target to preprocess a source file -unit1303.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.i -.PHONY : unit1303.c.i - -unit1303.s: unit1303.c.s -.PHONY : unit1303.s - -# target to generate assembly for a file -unit1303.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1303.dir/build.make external/curl/tests/unit/CMakeFiles/unit1303.dir/unit1303.c.s -.PHONY : unit1303.c.s - -unit1304.o: unit1304.c.o -.PHONY : unit1304.o - -# target to build an object file -unit1304.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.o -.PHONY : unit1304.c.o - -unit1304.i: unit1304.c.i -.PHONY : unit1304.i - -# target to preprocess a source file -unit1304.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.i -.PHONY : unit1304.c.i - -unit1304.s: unit1304.c.s -.PHONY : unit1304.s - -# target to generate assembly for a file -unit1304.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1304.dir/build.make external/curl/tests/unit/CMakeFiles/unit1304.dir/unit1304.c.s -.PHONY : unit1304.c.s - -unit1305.o: unit1305.c.o -.PHONY : unit1305.o - -# target to build an object file -unit1305.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.o -.PHONY : unit1305.c.o - -unit1305.i: unit1305.c.i -.PHONY : unit1305.i - -# target to preprocess a source file -unit1305.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.i -.PHONY : unit1305.c.i - -unit1305.s: unit1305.c.s -.PHONY : unit1305.s - -# target to generate assembly for a file -unit1305.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1305.dir/build.make external/curl/tests/unit/CMakeFiles/unit1305.dir/unit1305.c.s -.PHONY : unit1305.c.s - -unit1307.o: unit1307.c.o -.PHONY : unit1307.o - -# target to build an object file -unit1307.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.o -.PHONY : unit1307.c.o - -unit1307.i: unit1307.c.i -.PHONY : unit1307.i - -# target to preprocess a source file -unit1307.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.i -.PHONY : unit1307.c.i - -unit1307.s: unit1307.c.s -.PHONY : unit1307.s - -# target to generate assembly for a file -unit1307.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1307.dir/build.make external/curl/tests/unit/CMakeFiles/unit1307.dir/unit1307.c.s -.PHONY : unit1307.c.s - -unit1309.o: unit1309.c.o -.PHONY : unit1309.o - -# target to build an object file -unit1309.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.o -.PHONY : unit1309.c.o - -unit1309.i: unit1309.c.i -.PHONY : unit1309.i - -# target to preprocess a source file -unit1309.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.i -.PHONY : unit1309.c.i - -unit1309.s: unit1309.c.s -.PHONY : unit1309.s - -# target to generate assembly for a file -unit1309.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1309.dir/build.make external/curl/tests/unit/CMakeFiles/unit1309.dir/unit1309.c.s -.PHONY : unit1309.c.s - -unit1323.o: unit1323.c.o -.PHONY : unit1323.o - -# target to build an object file -unit1323.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.o -.PHONY : unit1323.c.o - -unit1323.i: unit1323.c.i -.PHONY : unit1323.i - -# target to preprocess a source file -unit1323.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.i -.PHONY : unit1323.c.i - -unit1323.s: unit1323.c.s -.PHONY : unit1323.s - -# target to generate assembly for a file -unit1323.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1323.dir/build.make external/curl/tests/unit/CMakeFiles/unit1323.dir/unit1323.c.s -.PHONY : unit1323.c.s - -unit1330.o: unit1330.c.o -.PHONY : unit1330.o - -# target to build an object file -unit1330.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.o -.PHONY : unit1330.c.o - -unit1330.i: unit1330.c.i -.PHONY : unit1330.i - -# target to preprocess a source file -unit1330.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.i -.PHONY : unit1330.c.i - -unit1330.s: unit1330.c.s -.PHONY : unit1330.s - -# target to generate assembly for a file -unit1330.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1330.dir/build.make external/curl/tests/unit/CMakeFiles/unit1330.dir/unit1330.c.s -.PHONY : unit1330.c.s - -unit1395.o: unit1395.c.o -.PHONY : unit1395.o - -# target to build an object file -unit1395.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.o -.PHONY : unit1395.c.o - -unit1395.i: unit1395.c.i -.PHONY : unit1395.i - -# target to preprocess a source file -unit1395.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.i -.PHONY : unit1395.c.i - -unit1395.s: unit1395.c.s -.PHONY : unit1395.s - -# target to generate assembly for a file -unit1395.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1395.dir/build.make external/curl/tests/unit/CMakeFiles/unit1395.dir/unit1395.c.s -.PHONY : unit1395.c.s - -unit1396.o: unit1396.c.o -.PHONY : unit1396.o - -# target to build an object file -unit1396.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.o -.PHONY : unit1396.c.o - -unit1396.i: unit1396.c.i -.PHONY : unit1396.i - -# target to preprocess a source file -unit1396.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.i -.PHONY : unit1396.c.i - -unit1396.s: unit1396.c.s -.PHONY : unit1396.s - -# target to generate assembly for a file -unit1396.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1396.dir/build.make external/curl/tests/unit/CMakeFiles/unit1396.dir/unit1396.c.s -.PHONY : unit1396.c.s - -unit1397.o: unit1397.c.o -.PHONY : unit1397.o - -# target to build an object file -unit1397.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.o -.PHONY : unit1397.c.o - -unit1397.i: unit1397.c.i -.PHONY : unit1397.i - -# target to preprocess a source file -unit1397.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.i -.PHONY : unit1397.c.i - -unit1397.s: unit1397.c.s -.PHONY : unit1397.s - -# target to generate assembly for a file -unit1397.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1397.dir/build.make external/curl/tests/unit/CMakeFiles/unit1397.dir/unit1397.c.s -.PHONY : unit1397.c.s - -unit1398.o: unit1398.c.o -.PHONY : unit1398.o - -# target to build an object file -unit1398.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.o -.PHONY : unit1398.c.o - -unit1398.i: unit1398.c.i -.PHONY : unit1398.i - -# target to preprocess a source file -unit1398.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.i -.PHONY : unit1398.c.i - -unit1398.s: unit1398.c.s -.PHONY : unit1398.s - -# target to generate assembly for a file -unit1398.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1398.dir/build.make external/curl/tests/unit/CMakeFiles/unit1398.dir/unit1398.c.s -.PHONY : unit1398.c.s - -unit1399.o: unit1399.c.o -.PHONY : unit1399.o - -# target to build an object file -unit1399.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.o -.PHONY : unit1399.c.o - -unit1399.i: unit1399.c.i -.PHONY : unit1399.i - -# target to preprocess a source file -unit1399.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.i -.PHONY : unit1399.c.i - -unit1399.s: unit1399.c.s -.PHONY : unit1399.s - -# target to generate assembly for a file -unit1399.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1399.dir/build.make external/curl/tests/unit/CMakeFiles/unit1399.dir/unit1399.c.s -.PHONY : unit1399.c.s - -unit1600.o: unit1600.c.o -.PHONY : unit1600.o - -# target to build an object file -unit1600.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.o -.PHONY : unit1600.c.o - -unit1600.i: unit1600.c.i -.PHONY : unit1600.i - -# target to preprocess a source file -unit1600.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.i -.PHONY : unit1600.c.i - -unit1600.s: unit1600.c.s -.PHONY : unit1600.s - -# target to generate assembly for a file -unit1600.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1600.dir/build.make external/curl/tests/unit/CMakeFiles/unit1600.dir/unit1600.c.s -.PHONY : unit1600.c.s - -unit1601.o: unit1601.c.o -.PHONY : unit1601.o - -# target to build an object file -unit1601.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.o -.PHONY : unit1601.c.o - -unit1601.i: unit1601.c.i -.PHONY : unit1601.i - -# target to preprocess a source file -unit1601.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.i -.PHONY : unit1601.c.i - -unit1601.s: unit1601.c.s -.PHONY : unit1601.s - -# target to generate assembly for a file -unit1601.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1601.dir/build.make external/curl/tests/unit/CMakeFiles/unit1601.dir/unit1601.c.s -.PHONY : unit1601.c.s - -unit1602.o: unit1602.c.o -.PHONY : unit1602.o - -# target to build an object file -unit1602.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.o -.PHONY : unit1602.c.o - -unit1602.i: unit1602.c.i -.PHONY : unit1602.i - -# target to preprocess a source file -unit1602.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.i -.PHONY : unit1602.c.i - -unit1602.s: unit1602.c.s -.PHONY : unit1602.s - -# target to generate assembly for a file -unit1602.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1602.dir/build.make external/curl/tests/unit/CMakeFiles/unit1602.dir/unit1602.c.s -.PHONY : unit1602.c.s - -unit1603.o: unit1603.c.o -.PHONY : unit1603.o - -# target to build an object file -unit1603.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.o -.PHONY : unit1603.c.o - -unit1603.i: unit1603.c.i -.PHONY : unit1603.i - -# target to preprocess a source file -unit1603.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.i -.PHONY : unit1603.c.i - -unit1603.s: unit1603.c.s -.PHONY : unit1603.s - -# target to generate assembly for a file -unit1603.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1603.dir/build.make external/curl/tests/unit/CMakeFiles/unit1603.dir/unit1603.c.s -.PHONY : unit1603.c.s - -unit1605.o: unit1605.c.o -.PHONY : unit1605.o - -# target to build an object file -unit1605.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.o -.PHONY : unit1605.c.o - -unit1605.i: unit1605.c.i -.PHONY : unit1605.i - -# target to preprocess a source file -unit1605.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.i -.PHONY : unit1605.c.i - -unit1605.s: unit1605.c.s -.PHONY : unit1605.s - -# target to generate assembly for a file -unit1605.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1605.dir/build.make external/curl/tests/unit/CMakeFiles/unit1605.dir/unit1605.c.s -.PHONY : unit1605.c.s - -unit1606.o: unit1606.c.o -.PHONY : unit1606.o - -# target to build an object file -unit1606.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.o -.PHONY : unit1606.c.o - -unit1606.i: unit1606.c.i -.PHONY : unit1606.i - -# target to preprocess a source file -unit1606.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.i -.PHONY : unit1606.c.i - -unit1606.s: unit1606.c.s -.PHONY : unit1606.s - -# target to generate assembly for a file -unit1606.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1606.dir/build.make external/curl/tests/unit/CMakeFiles/unit1606.dir/unit1606.c.s -.PHONY : unit1606.c.s - -unit1607.o: unit1607.c.o -.PHONY : unit1607.o - -# target to build an object file -unit1607.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.o -.PHONY : unit1607.c.o - -unit1607.i: unit1607.c.i -.PHONY : unit1607.i - -# target to preprocess a source file -unit1607.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.i -.PHONY : unit1607.c.i - -unit1607.s: unit1607.c.s -.PHONY : unit1607.s - -# target to generate assembly for a file -unit1607.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1607.dir/build.make external/curl/tests/unit/CMakeFiles/unit1607.dir/unit1607.c.s -.PHONY : unit1607.c.s - -unit1608.o: unit1608.c.o -.PHONY : unit1608.o - -# target to build an object file -unit1608.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.o -.PHONY : unit1608.c.o - -unit1608.i: unit1608.c.i -.PHONY : unit1608.i - -# target to preprocess a source file -unit1608.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.i -.PHONY : unit1608.c.i - -unit1608.s: unit1608.c.s -.PHONY : unit1608.s - -# target to generate assembly for a file -unit1608.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1608.dir/build.make external/curl/tests/unit/CMakeFiles/unit1608.dir/unit1608.c.s -.PHONY : unit1608.c.s - -unit1609.o: unit1609.c.o -.PHONY : unit1609.o - -# target to build an object file -unit1609.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.o -.PHONY : unit1609.c.o - -unit1609.i: unit1609.c.i -.PHONY : unit1609.i - -# target to preprocess a source file -unit1609.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.i -.PHONY : unit1609.c.i - -unit1609.s: unit1609.c.s -.PHONY : unit1609.s - -# target to generate assembly for a file -unit1609.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1609.dir/build.make external/curl/tests/unit/CMakeFiles/unit1609.dir/unit1609.c.s -.PHONY : unit1609.c.s - -unit1610.o: unit1610.c.o -.PHONY : unit1610.o - -# target to build an object file -unit1610.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.o -.PHONY : unit1610.c.o - -unit1610.i: unit1610.c.i -.PHONY : unit1610.i - -# target to preprocess a source file -unit1610.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.i -.PHONY : unit1610.c.i - -unit1610.s: unit1610.c.s -.PHONY : unit1610.s - -# target to generate assembly for a file -unit1610.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1610.dir/build.make external/curl/tests/unit/CMakeFiles/unit1610.dir/unit1610.c.s -.PHONY : unit1610.c.s - -unit1611.o: unit1611.c.o -.PHONY : unit1611.o - -# target to build an object file -unit1611.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.o -.PHONY : unit1611.c.o - -unit1611.i: unit1611.c.i -.PHONY : unit1611.i - -# target to preprocess a source file -unit1611.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.i -.PHONY : unit1611.c.i - -unit1611.s: unit1611.c.s -.PHONY : unit1611.s - -# target to generate assembly for a file -unit1611.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1611.dir/build.make external/curl/tests/unit/CMakeFiles/unit1611.dir/unit1611.c.s -.PHONY : unit1611.c.s - -unit1612.o: unit1612.c.o -.PHONY : unit1612.o - -# target to build an object file -unit1612.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.o -.PHONY : unit1612.c.o - -unit1612.i: unit1612.c.i -.PHONY : unit1612.i - -# target to preprocess a source file -unit1612.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.i -.PHONY : unit1612.c.i - -unit1612.s: unit1612.c.s -.PHONY : unit1612.s - -# target to generate assembly for a file -unit1612.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1612.dir/build.make external/curl/tests/unit/CMakeFiles/unit1612.dir/unit1612.c.s -.PHONY : unit1612.c.s - -unit1614.o: unit1614.c.o -.PHONY : unit1614.o - -# target to build an object file -unit1614.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.o -.PHONY : unit1614.c.o - -unit1614.i: unit1614.c.i -.PHONY : unit1614.i - -# target to preprocess a source file -unit1614.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.i -.PHONY : unit1614.c.i - -unit1614.s: unit1614.c.s -.PHONY : unit1614.s - -# target to generate assembly for a file -unit1614.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1614.dir/build.make external/curl/tests/unit/CMakeFiles/unit1614.dir/unit1614.c.s -.PHONY : unit1614.c.s - -unit1615.o: unit1615.c.o -.PHONY : unit1615.o - -# target to build an object file -unit1615.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.o -.PHONY : unit1615.c.o - -unit1615.i: unit1615.c.i -.PHONY : unit1615.i - -# target to preprocess a source file -unit1615.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.i -.PHONY : unit1615.c.i - -unit1615.s: unit1615.c.s -.PHONY : unit1615.s - -# target to generate assembly for a file -unit1615.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1615.dir/build.make external/curl/tests/unit/CMakeFiles/unit1615.dir/unit1615.c.s -.PHONY : unit1615.c.s - -unit1616.o: unit1616.c.o -.PHONY : unit1616.o - -# target to build an object file -unit1616.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.o -.PHONY : unit1616.c.o - -unit1616.i: unit1616.c.i -.PHONY : unit1616.i - -# target to preprocess a source file -unit1616.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.i -.PHONY : unit1616.c.i - -unit1616.s: unit1616.c.s -.PHONY : unit1616.s - -# target to generate assembly for a file -unit1616.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1616.dir/build.make external/curl/tests/unit/CMakeFiles/unit1616.dir/unit1616.c.s -.PHONY : unit1616.c.s - -unit1620.o: unit1620.c.o -.PHONY : unit1620.o - -# target to build an object file -unit1620.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.o -.PHONY : unit1620.c.o - -unit1620.i: unit1620.c.i -.PHONY : unit1620.i - -# target to preprocess a source file -unit1620.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.i -.PHONY : unit1620.c.i - -unit1620.s: unit1620.c.s -.PHONY : unit1620.s - -# target to generate assembly for a file -unit1620.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1620.dir/build.make external/curl/tests/unit/CMakeFiles/unit1620.dir/unit1620.c.s -.PHONY : unit1620.c.s - -unit1650.o: unit1650.c.o -.PHONY : unit1650.o - -# target to build an object file -unit1650.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.o -.PHONY : unit1650.c.o - -unit1650.i: unit1650.c.i -.PHONY : unit1650.i - -# target to preprocess a source file -unit1650.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.i -.PHONY : unit1650.c.i - -unit1650.s: unit1650.c.s -.PHONY : unit1650.s - -# target to generate assembly for a file -unit1650.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1650.dir/build.make external/curl/tests/unit/CMakeFiles/unit1650.dir/unit1650.c.s -.PHONY : unit1650.c.s - -unit1651.o: unit1651.c.o -.PHONY : unit1651.o - -# target to build an object file -unit1651.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.o -.PHONY : unit1651.c.o - -unit1651.i: unit1651.c.i -.PHONY : unit1651.i - -# target to preprocess a source file -unit1651.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.i -.PHONY : unit1651.c.i - -unit1651.s: unit1651.c.s -.PHONY : unit1651.s - -# target to generate assembly for a file -unit1651.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1651.dir/build.make external/curl/tests/unit/CMakeFiles/unit1651.dir/unit1651.c.s -.PHONY : unit1651.c.s - -unit1652.o: unit1652.c.o -.PHONY : unit1652.o - -# target to build an object file -unit1652.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.o -.PHONY : unit1652.c.o - -unit1652.i: unit1652.c.i -.PHONY : unit1652.i - -# target to preprocess a source file -unit1652.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.i -.PHONY : unit1652.c.i - -unit1652.s: unit1652.c.s -.PHONY : unit1652.s - -# target to generate assembly for a file -unit1652.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1652.dir/build.make external/curl/tests/unit/CMakeFiles/unit1652.dir/unit1652.c.s -.PHONY : unit1652.c.s - -unit1653.o: unit1653.c.o -.PHONY : unit1653.o - -# target to build an object file -unit1653.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.o -.PHONY : unit1653.c.o - -unit1653.i: unit1653.c.i -.PHONY : unit1653.i - -# target to preprocess a source file -unit1653.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.i -.PHONY : unit1653.c.i - -unit1653.s: unit1653.c.s -.PHONY : unit1653.s - -# target to generate assembly for a file -unit1653.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1653.dir/build.make external/curl/tests/unit/CMakeFiles/unit1653.dir/unit1653.c.s -.PHONY : unit1653.c.s - -unit1654.o: unit1654.c.o -.PHONY : unit1654.o - -# target to build an object file -unit1654.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.o -.PHONY : unit1654.c.o - -unit1654.i: unit1654.c.i -.PHONY : unit1654.i - -# target to preprocess a source file -unit1654.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.i -.PHONY : unit1654.c.i - -unit1654.s: unit1654.c.s -.PHONY : unit1654.s - -# target to generate assembly for a file -unit1654.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1654.dir/build.make external/curl/tests/unit/CMakeFiles/unit1654.dir/unit1654.c.s -.PHONY : unit1654.c.s - -unit1655.o: unit1655.c.o -.PHONY : unit1655.o - -# target to build an object file -unit1655.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.o -.PHONY : unit1655.c.o - -unit1655.i: unit1655.c.i -.PHONY : unit1655.i - -# target to preprocess a source file -unit1655.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.i -.PHONY : unit1655.c.i - -unit1655.s: unit1655.c.s -.PHONY : unit1655.s - -# target to generate assembly for a file -unit1655.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1655.dir/build.make external/curl/tests/unit/CMakeFiles/unit1655.dir/unit1655.c.s -.PHONY : unit1655.c.s - -unit1656.o: unit1656.c.o -.PHONY : unit1656.o - -# target to build an object file -unit1656.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.o -.PHONY : unit1656.c.o - -unit1656.i: unit1656.c.i -.PHONY : unit1656.i - -# target to preprocess a source file -unit1656.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.i -.PHONY : unit1656.c.i - -unit1656.s: unit1656.c.s -.PHONY : unit1656.s - -# target to generate assembly for a file -unit1656.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1656.dir/build.make external/curl/tests/unit/CMakeFiles/unit1656.dir/unit1656.c.s -.PHONY : unit1656.c.s - -unit1657.o: unit1657.c.o -.PHONY : unit1657.o - -# target to build an object file -unit1657.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.o -.PHONY : unit1657.c.o - -unit1657.i: unit1657.c.i -.PHONY : unit1657.i - -# target to preprocess a source file -unit1657.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.i -.PHONY : unit1657.c.i - -unit1657.s: unit1657.c.s -.PHONY : unit1657.s - -# target to generate assembly for a file -unit1657.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1657.dir/build.make external/curl/tests/unit/CMakeFiles/unit1657.dir/unit1657.c.s -.PHONY : unit1657.c.s - -unit1658.o: unit1658.c.o -.PHONY : unit1658.o - -# target to build an object file -unit1658.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.o -.PHONY : unit1658.c.o - -unit1658.i: unit1658.c.i -.PHONY : unit1658.i - -# target to preprocess a source file -unit1658.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.i -.PHONY : unit1658.c.i - -unit1658.s: unit1658.c.s -.PHONY : unit1658.s - -# target to generate assembly for a file -unit1658.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1658.dir/build.make external/curl/tests/unit/CMakeFiles/unit1658.dir/unit1658.c.s -.PHONY : unit1658.c.s - -unit1660.o: unit1660.c.o -.PHONY : unit1660.o - -# target to build an object file -unit1660.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.o -.PHONY : unit1660.c.o - -unit1660.i: unit1660.c.i -.PHONY : unit1660.i - -# target to preprocess a source file -unit1660.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.i -.PHONY : unit1660.c.i - -unit1660.s: unit1660.c.s -.PHONY : unit1660.s - -# target to generate assembly for a file -unit1660.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1660.dir/build.make external/curl/tests/unit/CMakeFiles/unit1660.dir/unit1660.c.s -.PHONY : unit1660.c.s - -unit1661.o: unit1661.c.o -.PHONY : unit1661.o - -# target to build an object file -unit1661.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.o -.PHONY : unit1661.c.o - -unit1661.i: unit1661.c.i -.PHONY : unit1661.i - -# target to preprocess a source file -unit1661.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.i -.PHONY : unit1661.c.i - -unit1661.s: unit1661.c.s -.PHONY : unit1661.s - -# target to generate assembly for a file -unit1661.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1661.dir/build.make external/curl/tests/unit/CMakeFiles/unit1661.dir/unit1661.c.s -.PHONY : unit1661.c.s - -unit1663.o: unit1663.c.o -.PHONY : unit1663.o - -# target to build an object file -unit1663.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.o -.PHONY : unit1663.c.o - -unit1663.i: unit1663.c.i -.PHONY : unit1663.i - -# target to preprocess a source file -unit1663.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.i -.PHONY : unit1663.c.i - -unit1663.s: unit1663.c.s -.PHONY : unit1663.s - -# target to generate assembly for a file -unit1663.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1663.dir/build.make external/curl/tests/unit/CMakeFiles/unit1663.dir/unit1663.c.s -.PHONY : unit1663.c.s - -unit1664.o: unit1664.c.o -.PHONY : unit1664.o - -# target to build an object file -unit1664.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.o -.PHONY : unit1664.c.o - -unit1664.i: unit1664.c.i -.PHONY : unit1664.i - -# target to preprocess a source file -unit1664.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.i -.PHONY : unit1664.c.i - -unit1664.s: unit1664.c.s -.PHONY : unit1664.s - -# target to generate assembly for a file -unit1664.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1664.dir/build.make external/curl/tests/unit/CMakeFiles/unit1664.dir/unit1664.c.s -.PHONY : unit1664.c.s - -unit1979.o: unit1979.c.o -.PHONY : unit1979.o - -# target to build an object file -unit1979.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.o -.PHONY : unit1979.c.o - -unit1979.i: unit1979.c.i -.PHONY : unit1979.i - -# target to preprocess a source file -unit1979.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.i -.PHONY : unit1979.c.i - -unit1979.s: unit1979.c.s -.PHONY : unit1979.s - -# target to generate assembly for a file -unit1979.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1979.dir/build.make external/curl/tests/unit/CMakeFiles/unit1979.dir/unit1979.c.s -.PHONY : unit1979.c.s - -unit1980.o: unit1980.c.o -.PHONY : unit1980.o - -# target to build an object file -unit1980.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.o -.PHONY : unit1980.c.o - -unit1980.i: unit1980.c.i -.PHONY : unit1980.i - -# target to preprocess a source file -unit1980.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.i -.PHONY : unit1980.c.i - -unit1980.s: unit1980.c.s -.PHONY : unit1980.s - -# target to generate assembly for a file -unit1980.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit1980.dir/build.make external/curl/tests/unit/CMakeFiles/unit1980.dir/unit1980.c.s -.PHONY : unit1980.c.s - -unit2600.o: unit2600.c.o -.PHONY : unit2600.o - -# target to build an object file -unit2600.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.o -.PHONY : unit2600.c.o - -unit2600.i: unit2600.c.i -.PHONY : unit2600.i - -# target to preprocess a source file -unit2600.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.i -.PHONY : unit2600.c.i - -unit2600.s: unit2600.c.s -.PHONY : unit2600.s - -# target to generate assembly for a file -unit2600.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2600.dir/build.make external/curl/tests/unit/CMakeFiles/unit2600.dir/unit2600.c.s -.PHONY : unit2600.c.s - -unit2601.o: unit2601.c.o -.PHONY : unit2601.o - -# target to build an object file -unit2601.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.o -.PHONY : unit2601.c.o - -unit2601.i: unit2601.c.i -.PHONY : unit2601.i - -# target to preprocess a source file -unit2601.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.i -.PHONY : unit2601.c.i - -unit2601.s: unit2601.c.s -.PHONY : unit2601.s - -# target to generate assembly for a file -unit2601.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2601.dir/build.make external/curl/tests/unit/CMakeFiles/unit2601.dir/unit2601.c.s -.PHONY : unit2601.c.s - -unit2602.o: unit2602.c.o -.PHONY : unit2602.o - -# target to build an object file -unit2602.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.o -.PHONY : unit2602.c.o - -unit2602.i: unit2602.c.i -.PHONY : unit2602.i - -# target to preprocess a source file -unit2602.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.i -.PHONY : unit2602.c.i - -unit2602.s: unit2602.c.s -.PHONY : unit2602.s - -# target to generate assembly for a file -unit2602.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2602.dir/build.make external/curl/tests/unit/CMakeFiles/unit2602.dir/unit2602.c.s -.PHONY : unit2602.c.s - -unit2603.o: unit2603.c.o -.PHONY : unit2603.o - -# target to build an object file -unit2603.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.o -.PHONY : unit2603.c.o - -unit2603.i: unit2603.c.i -.PHONY : unit2603.i - -# target to preprocess a source file -unit2603.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.i -.PHONY : unit2603.c.i - -unit2603.s: unit2603.c.s -.PHONY : unit2603.s - -# target to generate assembly for a file -unit2603.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2603.dir/build.make external/curl/tests/unit/CMakeFiles/unit2603.dir/unit2603.c.s -.PHONY : unit2603.c.s - -unit2604.o: unit2604.c.o -.PHONY : unit2604.o - -# target to build an object file -unit2604.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.o -.PHONY : unit2604.c.o - -unit2604.i: unit2604.c.i -.PHONY : unit2604.i - -# target to preprocess a source file -unit2604.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.i -.PHONY : unit2604.c.i - -unit2604.s: unit2604.c.s -.PHONY : unit2604.s - -# target to generate assembly for a file -unit2604.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit2604.dir/build.make external/curl/tests/unit/CMakeFiles/unit2604.dir/unit2604.c.s -.PHONY : unit2604.c.s - -unit3200.o: unit3200.c.o -.PHONY : unit3200.o - -# target to build an object file -unit3200.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.o -.PHONY : unit3200.c.o - -unit3200.i: unit3200.c.i -.PHONY : unit3200.i - -# target to preprocess a source file -unit3200.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.i -.PHONY : unit3200.c.i - -unit3200.s: unit3200.c.s -.PHONY : unit3200.s - -# target to generate assembly for a file -unit3200.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3200.dir/build.make external/curl/tests/unit/CMakeFiles/unit3200.dir/unit3200.c.s -.PHONY : unit3200.c.s - -unit3205.o: unit3205.c.o -.PHONY : unit3205.o - -# target to build an object file -unit3205.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.o -.PHONY : unit3205.c.o - -unit3205.i: unit3205.c.i -.PHONY : unit3205.i - -# target to preprocess a source file -unit3205.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.i -.PHONY : unit3205.c.i - -unit3205.s: unit3205.c.s -.PHONY : unit3205.s - -# target to generate assembly for a file -unit3205.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3205.dir/build.make external/curl/tests/unit/CMakeFiles/unit3205.dir/unit3205.c.s -.PHONY : unit3205.c.s - -unit3211.o: unit3211.c.o -.PHONY : unit3211.o - -# target to build an object file -unit3211.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.o -.PHONY : unit3211.c.o - -unit3211.i: unit3211.c.i -.PHONY : unit3211.i - -# target to preprocess a source file -unit3211.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.i -.PHONY : unit3211.c.i - -unit3211.s: unit3211.c.s -.PHONY : unit3211.s - -# target to generate assembly for a file -unit3211.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3211.dir/build.make external/curl/tests/unit/CMakeFiles/unit3211.dir/unit3211.c.s -.PHONY : unit3211.c.s - -unit3212.o: unit3212.c.o -.PHONY : unit3212.o - -# target to build an object file -unit3212.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.o -.PHONY : unit3212.c.o - -unit3212.i: unit3212.c.i -.PHONY : unit3212.i - -# target to preprocess a source file -unit3212.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.i -.PHONY : unit3212.c.i - -unit3212.s: unit3212.c.s -.PHONY : unit3212.s - -# target to generate assembly for a file -unit3212.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3212.dir/build.make external/curl/tests/unit/CMakeFiles/unit3212.dir/unit3212.c.s -.PHONY : unit3212.c.s - -unit3213.o: unit3213.c.o -.PHONY : unit3213.o - -# target to build an object file -unit3213.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.o -.PHONY : unit3213.c.o - -unit3213.i: unit3213.c.i -.PHONY : unit3213.i - -# target to preprocess a source file -unit3213.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.i -.PHONY : unit3213.c.i - -unit3213.s: unit3213.c.s -.PHONY : unit3213.s - -# target to generate assembly for a file -unit3213.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/curl/tests/unit/CMakeFiles/unit3213.dir/build.make external/curl/tests/unit/CMakeFiles/unit3213.dir/unit3213.c.s -.PHONY : unit3213.c.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... unit1300" - @echo "... unit1302" - @echo "... unit1303" - @echo "... unit1304" - @echo "... unit1305" - @echo "... unit1307" - @echo "... unit1309" - @echo "... unit1323" - @echo "... unit1330" - @echo "... unit1395" - @echo "... unit1396" - @echo "... unit1397" - @echo "... unit1398" - @echo "... unit1399" - @echo "... unit1600" - @echo "... unit1601" - @echo "... unit1602" - @echo "... unit1603" - @echo "... unit1605" - @echo "... unit1606" - @echo "... unit1607" - @echo "... unit1608" - @echo "... unit1609" - @echo "... unit1610" - @echo "... unit1611" - @echo "... unit1612" - @echo "... unit1614" - @echo "... unit1615" - @echo "... unit1616" - @echo "... unit1620" - @echo "... unit1650" - @echo "... unit1651" - @echo "... unit1652" - @echo "... unit1653" - @echo "... unit1654" - @echo "... unit1655" - @echo "... unit1656" - @echo "... unit1657" - @echo "... unit1658" - @echo "... unit1660" - @echo "... unit1661" - @echo "... unit1663" - @echo "... unit1664" - @echo "... unit1979" - @echo "... unit1980" - @echo "... unit2600" - @echo "... unit2601" - @echo "... unit2602" - @echo "... unit2603" - @echo "... unit2604" - @echo "... unit3200" - @echo "... unit3205" - @echo "... unit3211" - @echo "... unit3212" - @echo "... unit3213" - @echo "... __/libtest/first.o" - @echo "... __/libtest/first.i" - @echo "... __/libtest/first.s" - @echo "... unit1300.o" - @echo "... unit1300.i" - @echo "... unit1300.s" - @echo "... unit1302.o" - @echo "... unit1302.i" - @echo "... unit1302.s" - @echo "... unit1303.o" - @echo "... unit1303.i" - @echo "... unit1303.s" - @echo "... unit1304.o" - @echo "... unit1304.i" - @echo "... unit1304.s" - @echo "... unit1305.o" - @echo "... unit1305.i" - @echo "... unit1305.s" - @echo "... unit1307.o" - @echo "... unit1307.i" - @echo "... unit1307.s" - @echo "... unit1309.o" - @echo "... unit1309.i" - @echo "... unit1309.s" - @echo "... unit1323.o" - @echo "... unit1323.i" - @echo "... unit1323.s" - @echo "... unit1330.o" - @echo "... unit1330.i" - @echo "... unit1330.s" - @echo "... unit1395.o" - @echo "... unit1395.i" - @echo "... unit1395.s" - @echo "... unit1396.o" - @echo "... unit1396.i" - @echo "... unit1396.s" - @echo "... unit1397.o" - @echo "... unit1397.i" - @echo "... unit1397.s" - @echo "... unit1398.o" - @echo "... unit1398.i" - @echo "... unit1398.s" - @echo "... unit1399.o" - @echo "... unit1399.i" - @echo "... unit1399.s" - @echo "... unit1600.o" - @echo "... unit1600.i" - @echo "... unit1600.s" - @echo "... unit1601.o" - @echo "... unit1601.i" - @echo "... unit1601.s" - @echo "... unit1602.o" - @echo "... unit1602.i" - @echo "... unit1602.s" - @echo "... unit1603.o" - @echo "... unit1603.i" - @echo "... unit1603.s" - @echo "... unit1605.o" - @echo "... unit1605.i" - @echo "... unit1605.s" - @echo "... unit1606.o" - @echo "... unit1606.i" - @echo "... unit1606.s" - @echo "... unit1607.o" - @echo "... unit1607.i" - @echo "... unit1607.s" - @echo "... unit1608.o" - @echo "... unit1608.i" - @echo "... unit1608.s" - @echo "... unit1609.o" - @echo "... unit1609.i" - @echo "... unit1609.s" - @echo "... unit1610.o" - @echo "... unit1610.i" - @echo "... unit1610.s" - @echo "... unit1611.o" - @echo "... unit1611.i" - @echo "... unit1611.s" - @echo "... unit1612.o" - @echo "... unit1612.i" - @echo "... unit1612.s" - @echo "... unit1614.o" - @echo "... unit1614.i" - @echo "... unit1614.s" - @echo "... unit1615.o" - @echo "... unit1615.i" - @echo "... unit1615.s" - @echo "... unit1616.o" - @echo "... unit1616.i" - @echo "... unit1616.s" - @echo "... unit1620.o" - @echo "... unit1620.i" - @echo "... unit1620.s" - @echo "... unit1650.o" - @echo "... unit1650.i" - @echo "... unit1650.s" - @echo "... unit1651.o" - @echo "... unit1651.i" - @echo "... unit1651.s" - @echo "... unit1652.o" - @echo "... unit1652.i" - @echo "... unit1652.s" - @echo "... unit1653.o" - @echo "... unit1653.i" - @echo "... unit1653.s" - @echo "... unit1654.o" - @echo "... unit1654.i" - @echo "... unit1654.s" - @echo "... unit1655.o" - @echo "... unit1655.i" - @echo "... unit1655.s" - @echo "... unit1656.o" - @echo "... unit1656.i" - @echo "... unit1656.s" - @echo "... unit1657.o" - @echo "... unit1657.i" - @echo "... unit1657.s" - @echo "... unit1658.o" - @echo "... unit1658.i" - @echo "... unit1658.s" - @echo "... unit1660.o" - @echo "... unit1660.i" - @echo "... unit1660.s" - @echo "... unit1661.o" - @echo "... unit1661.i" - @echo "... unit1661.s" - @echo "... unit1663.o" - @echo "... unit1663.i" - @echo "... unit1663.s" - @echo "... unit1664.o" - @echo "... unit1664.i" - @echo "... unit1664.s" - @echo "... unit1979.o" - @echo "... unit1979.i" - @echo "... unit1979.s" - @echo "... unit1980.o" - @echo "... unit1980.i" - @echo "... unit1980.s" - @echo "... unit2600.o" - @echo "... unit2600.i" - @echo "... unit2600.s" - @echo "... unit2601.o" - @echo "... unit2601.i" - @echo "... unit2601.s" - @echo "... unit2602.o" - @echo "... unit2602.i" - @echo "... unit2602.s" - @echo "... unit2603.o" - @echo "... unit2603.i" - @echo "... unit2603.s" - @echo "... unit2604.o" - @echo "... unit2604.i" - @echo "... unit2604.s" - @echo "... unit3200.o" - @echo "... unit3200.i" - @echo "... unit3200.s" - @echo "... unit3205.o" - @echo "... unit3205.i" - @echo "... unit3205.s" - @echo "... unit3211.o" - @echo "... unit3211.i" - @echo "... unit3211.s" - @echo "... unit3212.o" - @echo "... unit3212.i" - @echo "... unit3212.s" - @echo "... unit3213.o" - @echo "... unit3213.i" - @echo "... unit3213.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/curl/tests/unit/Makefile.inc.cmake b/build_emscripten/external/curl/tests/unit/Makefile.inc.cmake deleted file mode 100644 index 49fa3825..00000000 --- a/build_emscripten/external/curl/tests/unit/Makefile.inc.cmake +++ /dev/null @@ -1,158 +0,0 @@ -#*************************************************************************** -# _ _ ____ _ -# Project ___| | | | _ \| | -# / __| | | | |_) | | -# | (__| |_| | _ <| |___ -# \___|\___/|_| \_\_____| -# -# Copyright (C) Daniel Stenberg, , et al. -# -# This software is licensed as described in the file COPYING, which -# you should have received as part of this distribution. The terms -# are also available at https://curl.se/docs/copyright.html. -# -# You may opt to use, copy, modify, merge, publish, distribute and/or sell -# copies of the Software, and permit persons to whom the Software is -# furnished to do so, under the terms of the COPYING file. -# -# This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY -# KIND, either express or implied. -# -# SPDX-License-Identifier: curl -# -########################################################################### - -# these files are used in every single unit test program - -set(FIRSTFILES - ../libtest/first.c - ../libtest/first.h) - -set(UNITFILES curlcheck.h ${FIRSTFILES}) - -# These are all unit test programs -set(UNITPROGS unit1300 unit1302 unit1303 unit1304 unit1305 unit1307 - unit1309 unit1323 - unit1330 unit1395 unit1396 unit1397 unit1398 - unit1399 - unit1600 unit1601 unit1602 unit1603 unit1605 unit1606 unit1607 - unit1608 unit1609 unit1610 unit1611 unit1612 unit1614 unit1615 unit1616 - unit1620 - unit1650 unit1651 unit1652 unit1653 unit1654 unit1655 unit1656 unit1657 - unit1658 - unit1660 unit1661 unit1663 unit1664 - unit1979 unit1980 - unit2600 unit2601 unit2602 unit2603 unit2604 - unit3200 - unit3205 - unit3211 unit3212 unit3213) - -set(unit1300_SOURCES unit1300.c ${UNITFILES}) - -set(unit1302_SOURCES unit1302.c ${UNITFILES}) - -set(unit1303_SOURCES unit1303.c ${UNITFILES}) - -set(unit1304_SOURCES unit1304.c ${UNITFILES}) - -set(unit1305_SOURCES unit1305.c ${UNITFILES}) - -set(unit1307_SOURCES unit1307.c ${UNITFILES}) - -set(unit1309_SOURCES unit1309.c ${UNITFILES}) - -set(unit1323_SOURCES unit1323.c ${UNITFILES}) - -set(unit1330_SOURCES unit1330.c ${UNITFILES}) - -set(unit1395_SOURCES unit1395.c ${UNITFILES}) - -set(unit1396_SOURCES unit1396.c ${UNITFILES}) - -set(unit1397_SOURCES unit1397.c ${UNITFILES}) - -set(unit1398_SOURCES unit1398.c ${UNITFILES}) - -set(unit1399_SOURCES unit1399.c ${UNITFILES}) - -set(unit1600_SOURCES unit1600.c ${UNITFILES}) - -set(unit1601_SOURCES unit1601.c ${UNITFILES}) - -set(unit1602_SOURCES unit1602.c ${UNITFILES}) - -set(unit1603_SOURCES unit1603.c ${UNITFILES}) - -set(unit1605_SOURCES unit1605.c ${UNITFILES}) - -set(unit1606_SOURCES unit1606.c ${UNITFILES}) - -set(unit1607_SOURCES unit1607.c ${UNITFILES}) - -set(unit1608_SOURCES unit1608.c ${UNITFILES}) - -set(unit1609_SOURCES unit1609.c ${UNITFILES}) - -set(unit1610_SOURCES unit1610.c ${UNITFILES}) - -set(unit1611_SOURCES unit1611.c ${UNITFILES}) - -set(unit1612_SOURCES unit1612.c ${UNITFILES}) - -set(unit1614_SOURCES unit1614.c ${UNITFILES}) - -set(unit1615_SOURCES unit1615.c ${UNITFILES}) - -set(unit1616_SOURCES unit1616.c ${UNITFILES}) - -set(unit1620_SOURCES unit1620.c ${UNITFILES}) - -set(unit1650_SOURCES unit1650.c ${UNITFILES}) - -set(unit1651_SOURCES unit1651.c ${UNITFILES}) - -set(unit1652_SOURCES unit1652.c ${UNITFILES}) - -set(unit1653_SOURCES unit1653.c ${UNITFILES}) - -set(unit1654_SOURCES unit1654.c ${UNITFILES}) - -set(unit1655_SOURCES unit1655.c ${UNITFILES}) - -set(unit1656_SOURCES unit1656.c ${UNITFILES}) - -set(unit1657_SOURCES unit1657.c ${UNITFILES}) - -set(unit1658_SOURCES unit1658.c ${UNITFILES}) - -set(unit1660_SOURCES unit1660.c ${UNITFILES}) - -set(unit1661_SOURCES unit1661.c ${UNITFILES}) - -set(unit1663_SOURCES unit1663.c ${UNITFILES}) - -set(unit1664_SOURCES unit1664.c ${UNITFILES}) - -set(unit1979_SOURCES unit1979.c ${UNITFILES}) - -set(unit1980_SOURCES unit1980.c ${UNITFILES}) - -set(unit2600_SOURCES unit2600.c ${UNITFILES}) - -set(unit2601_SOURCES unit2601.c ${UNITFILES}) - -set(unit2602_SOURCES unit2602.c ${UNITFILES}) - -set(unit2603_SOURCES unit2603.c ${UNITFILES}) - -set(unit2604_SOURCES unit2604.c ${UNITFILES}) - -set(unit3200_SOURCES unit3200.c ${UNITFILES}) - -set(unit3205_SOURCES unit3205.c ${UNITFILES}) - -set(unit3211_SOURCES unit3211.c ${UNITFILES}) - -set(unit3212_SOURCES unit3212.c ${UNITFILES}) - -set(unit3213_SOURCES unit3213.c ${UNITFILES}) diff --git a/build_emscripten/external/curl/tests/unit/cmake_install.cmake b/build_emscripten/external/curl/tests/unit/cmake_install.cmake deleted file mode 100644 index 28a3c44c..00000000 --- a/build_emscripten/external/curl/tests/unit/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/curl/tests/unit - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/curl/tests/unit/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/miniaudio/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/miniaudio/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/DependInfo.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/DependInfo.cmake deleted file mode 100644 index c586c0f4..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/DependInfo.cmake +++ /dev/null @@ -1,23 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/miniaudio/miniaudio.c" "external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.o" "gcc" "external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/build.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/build.make deleted file mode 100644 index f57eca4f..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/build.make +++ /dev/null @@ -1,114 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/miniaudio/CMakeFiles/miniaudio.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/miniaudio/CMakeFiles/miniaudio.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/miniaudio/CMakeFiles/miniaudio.dir/progress.make - -# Include the compile flags for this target's objects. -include external/miniaudio/CMakeFiles/miniaudio.dir/flags.make - -external/miniaudio/CMakeFiles/miniaudio.dir/codegen: -.PHONY : external/miniaudio/CMakeFiles/miniaudio.dir/codegen - -external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.o: external/miniaudio/CMakeFiles/miniaudio.dir/flags.make -external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.o: /home/guest/Downloads/PopLib/external/miniaudio/miniaudio.c -external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.o: external/miniaudio/CMakeFiles/miniaudio.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.o" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.o -MF CMakeFiles/miniaudio.dir/miniaudio.c.o.d -o CMakeFiles/miniaudio.dir/miniaudio.c.o -c /home/guest/Downloads/PopLib/external/miniaudio/miniaudio.c - -external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/miniaudio.dir/miniaudio.c.i" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/miniaudio/miniaudio.c > CMakeFiles/miniaudio.dir/miniaudio.c.i - -external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/miniaudio.dir/miniaudio.c.s" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/miniaudio/miniaudio.c -o CMakeFiles/miniaudio.dir/miniaudio.c.s - -# Object files for target miniaudio -miniaudio_OBJECTS = \ -"CMakeFiles/miniaudio.dir/miniaudio.c.o" - -# External object files for target miniaudio -miniaudio_EXTERNAL_OBJECTS = - -external/miniaudio/libminiaudio.a: external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.o -external/miniaudio/libminiaudio.a: external/miniaudio/CMakeFiles/miniaudio.dir/build.make -external/miniaudio/libminiaudio.a: external/miniaudio/CMakeFiles/miniaudio.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libminiaudio.a" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio.dir/cmake_clean_target.cmake - cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/miniaudio.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/miniaudio/CMakeFiles/miniaudio.dir/build: external/miniaudio/libminiaudio.a -.PHONY : external/miniaudio/CMakeFiles/miniaudio.dir/build - -external/miniaudio/CMakeFiles/miniaudio.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio.dir/cmake_clean.cmake -.PHONY : external/miniaudio/CMakeFiles/miniaudio.dir/clean - -external/miniaudio/CMakeFiles/miniaudio.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/miniaudio /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/miniaudio /home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/miniaudio/CMakeFiles/miniaudio.dir/depend - diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/cmake_clean.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/cmake_clean.cmake deleted file mode 100644 index fff17a2f..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/cmake_clean.cmake +++ /dev/null @@ -1,11 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/miniaudio.dir/miniaudio.c.o" - "CMakeFiles/miniaudio.dir/miniaudio.c.o.d" - "libminiaudio.a" - "libminiaudio.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/miniaudio.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/cmake_clean_target.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/cmake_clean_target.cmake deleted file mode 100644 index 869f71f3..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libminiaudio.a" -) diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/compiler_depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/compiler_depend.make deleted file mode 100644 index 21cd2faf..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for miniaudio. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/compiler_depend.ts b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/compiler_depend.ts deleted file mode 100644 index 062d2935..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for miniaudio. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/depend.make deleted file mode 100644 index 57e78216..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for miniaudio. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/flags.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/flags.make deleted file mode 100644 index def05f1e..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/miniaudio - -C_FLAGS = -O2 -g -DNDEBUG -fPIC -Wall -Wextra -Wpedantic - diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/link.txt b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/link.txt deleted file mode 100644 index 912bd165..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libminiaudio.a CMakeFiles/miniaudio.dir/miniaudio.c.o -/usr/bin/ranlib libminiaudio.a diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/progress.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/DependInfo.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/DependInfo.cmake deleted file mode 100644 index b413d2ff..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/DependInfo.cmake +++ /dev/null @@ -1,23 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c" "external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o" "gcc" "external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make deleted file mode 100644 index 74cd6306..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make +++ /dev/null @@ -1,114 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/progress.make - -# Include the compile flags for this target's objects. -include external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/flags.make - -external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/codegen: -.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/codegen - -external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o: external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/flags.make -external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o: /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c -external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o: external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o -MF CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o.d -o CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o -c /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c - -external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.i" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c > CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.i - -external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.s" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c -o CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.s - -# Object files for target miniaudio_channel_combiner_node -miniaudio_channel_combiner_node_OBJECTS = \ -"CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o" - -# External object files for target miniaudio_channel_combiner_node -miniaudio_channel_combiner_node_EXTERNAL_OBJECTS = - -external/miniaudio/libminiaudio_channel_combiner_node.a: external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o -external/miniaudio/libminiaudio_channel_combiner_node.a: external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make -external/miniaudio/libminiaudio_channel_combiner_node.a: external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libminiaudio_channel_combiner_node.a" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_channel_combiner_node.dir/cmake_clean_target.cmake - cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/miniaudio_channel_combiner_node.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build: external/miniaudio/libminiaudio_channel_combiner_node.a -.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build - -external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_channel_combiner_node.dir/cmake_clean.cmake -.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/clean - -external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/miniaudio /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/miniaudio /home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/depend - diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/cmake_clean.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/cmake_clean.cmake deleted file mode 100644 index ae9f0250..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/cmake_clean.cmake +++ /dev/null @@ -1,11 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o" - "CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o.d" - "libminiaudio_channel_combiner_node.a" - "libminiaudio_channel_combiner_node.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/miniaudio_channel_combiner_node.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/cmake_clean_target.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/cmake_clean_target.cmake deleted file mode 100644 index 7e1e586e..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libminiaudio_channel_combiner_node.a" -) diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/compiler_depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/compiler_depend.make deleted file mode 100644 index e11cf1c3..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for miniaudio_channel_combiner_node. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/compiler_depend.ts b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/compiler_depend.ts deleted file mode 100644 index fb3e95d2..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for miniaudio_channel_combiner_node. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/depend.make deleted file mode 100644 index 21ff1322..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for miniaudio_channel_combiner_node. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/flags.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/flags.make deleted file mode 100644 index 10aebe44..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_combiner_node - -C_FLAGS = -O2 -g -DNDEBUG -fPIC -Wall -Wextra -Wpedantic - diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/link.txt b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/link.txt deleted file mode 100644 index 4342d2fa..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libminiaudio_channel_combiner_node.a CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o -/usr/bin/ranlib libminiaudio_channel_combiner_node.a diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/progress.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/DependInfo.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/DependInfo.cmake deleted file mode 100644 index 36956335..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/DependInfo.cmake +++ /dev/null @@ -1,23 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c" "external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o" "gcc" "external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make deleted file mode 100644 index 993e6828..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make +++ /dev/null @@ -1,114 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/progress.make - -# Include the compile flags for this target's objects. -include external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/flags.make - -external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/codegen: -.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/codegen - -external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o: external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/flags.make -external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o: /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c -external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o: external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o -MF CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o.d -o CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o -c /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c - -external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.i" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c > CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.i - -external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.s" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c -o CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.s - -# Object files for target miniaudio_channel_separator_node -miniaudio_channel_separator_node_OBJECTS = \ -"CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o" - -# External object files for target miniaudio_channel_separator_node -miniaudio_channel_separator_node_EXTERNAL_OBJECTS = - -external/miniaudio/libminiaudio_channel_separator_node.a: external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o -external/miniaudio/libminiaudio_channel_separator_node.a: external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make -external/miniaudio/libminiaudio_channel_separator_node.a: external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libminiaudio_channel_separator_node.a" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_channel_separator_node.dir/cmake_clean_target.cmake - cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/miniaudio_channel_separator_node.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build: external/miniaudio/libminiaudio_channel_separator_node.a -.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build - -external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_channel_separator_node.dir/cmake_clean.cmake -.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/clean - -external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/miniaudio /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/miniaudio /home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/depend - diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/cmake_clean.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/cmake_clean.cmake deleted file mode 100644 index 18ccbfb6..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/cmake_clean.cmake +++ /dev/null @@ -1,11 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o" - "CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o.d" - "libminiaudio_channel_separator_node.a" - "libminiaudio_channel_separator_node.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/miniaudio_channel_separator_node.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/cmake_clean_target.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/cmake_clean_target.cmake deleted file mode 100644 index 8adb1840..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libminiaudio_channel_separator_node.a" -) diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/compiler_depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/compiler_depend.make deleted file mode 100644 index 983e1d12..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for miniaudio_channel_separator_node. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/compiler_depend.ts b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/compiler_depend.ts deleted file mode 100644 index 85fa40a0..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for miniaudio_channel_separator_node. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/depend.make deleted file mode 100644 index d5da0993..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for miniaudio_channel_separator_node. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/flags.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/flags.make deleted file mode 100644 index ee3bd263..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_channel_separator_node - -C_FLAGS = -O2 -g -DNDEBUG -fPIC -Wall -Wextra -Wpedantic - diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/link.txt b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/link.txt deleted file mode 100644 index a98c92e8..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libminiaudio_channel_separator_node.a CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o -/usr/bin/ranlib libminiaudio_channel_separator_node.a diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/progress.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/DependInfo.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/DependInfo.cmake deleted file mode 100644 index a7960873..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/DependInfo.cmake +++ /dev/null @@ -1,23 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/miniaudio/extras/decoders/libvorbis/miniaudio_libvorbis.c" "external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o" "gcc" "external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make deleted file mode 100644 index b251e10b..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make +++ /dev/null @@ -1,114 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/progress.make - -# Include the compile flags for this target's objects. -include external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/flags.make - -external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/codegen: -.PHONY : external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/codegen - -external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o: external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/flags.make -external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o: /home/guest/Downloads/PopLib/external/miniaudio/extras/decoders/libvorbis/miniaudio_libvorbis.c -external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o: external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o -MF CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o.d -o CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o -c /home/guest/Downloads/PopLib/external/miniaudio/extras/decoders/libvorbis/miniaudio_libvorbis.c - -external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.i" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/miniaudio/extras/decoders/libvorbis/miniaudio_libvorbis.c > CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.i - -external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.s" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/miniaudio/extras/decoders/libvorbis/miniaudio_libvorbis.c -o CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.s - -# Object files for target miniaudio_libvorbis -miniaudio_libvorbis_OBJECTS = \ -"CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o" - -# External object files for target miniaudio_libvorbis -miniaudio_libvorbis_EXTERNAL_OBJECTS = - -external/miniaudio/libminiaudio_libvorbis.a: external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o -external/miniaudio/libminiaudio_libvorbis.a: external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make -external/miniaudio/libminiaudio_libvorbis.a: external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libminiaudio_libvorbis.a" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_libvorbis.dir/cmake_clean_target.cmake - cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/miniaudio_libvorbis.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build: external/miniaudio/libminiaudio_libvorbis.a -.PHONY : external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build - -external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_libvorbis.dir/cmake_clean.cmake -.PHONY : external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/clean - -external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/miniaudio /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/miniaudio /home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/depend - diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/cmake_clean.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/cmake_clean.cmake deleted file mode 100644 index a7283f09..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/cmake_clean.cmake +++ /dev/null @@ -1,11 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o" - "CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o.d" - "libminiaudio_libvorbis.a" - "libminiaudio_libvorbis.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/miniaudio_libvorbis.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/cmake_clean_target.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/cmake_clean_target.cmake deleted file mode 100644 index a6bbcb43..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libminiaudio_libvorbis.a" -) diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/compiler_depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/compiler_depend.make deleted file mode 100644 index 9bd8c29a..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for miniaudio_libvorbis. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/compiler_depend.ts b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/compiler_depend.ts deleted file mode 100644 index 4aa58f23..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for miniaudio_libvorbis. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/depend.make deleted file mode 100644 index 42688162..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for miniaudio_libvorbis. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/flags.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/flags.make deleted file mode 100644 index bc97e530..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include - -C_FLAGS = -O2 -g -DNDEBUG -fPIC -Wall -Wextra -Wpedantic - diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/link.txt b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/link.txt deleted file mode 100644 index fb3a36a1..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libminiaudio_libvorbis.a CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o -/usr/bin/ranlib libminiaudio_libvorbis.a diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/progress.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/DependInfo.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/DependInfo.cmake deleted file mode 100644 index 88594cb3..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/DependInfo.cmake +++ /dev/null @@ -1,23 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_ltrim_node/ma_ltrim_node.c" "external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o" "gcc" "external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make deleted file mode 100644 index 426f9ada..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make +++ /dev/null @@ -1,114 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/progress.make - -# Include the compile flags for this target's objects. -include external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/flags.make - -external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/codegen: -.PHONY : external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/codegen - -external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o: external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/flags.make -external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o: /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_ltrim_node/ma_ltrim_node.c -external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o: external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o -MF CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o.d -o CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o -c /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_ltrim_node/ma_ltrim_node.c - -external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.i" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_ltrim_node/ma_ltrim_node.c > CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.i - -external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.s" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_ltrim_node/ma_ltrim_node.c -o CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.s - -# Object files for target miniaudio_ltrim_node -miniaudio_ltrim_node_OBJECTS = \ -"CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o" - -# External object files for target miniaudio_ltrim_node -miniaudio_ltrim_node_EXTERNAL_OBJECTS = - -external/miniaudio/libminiaudio_ltrim_node.a: external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o -external/miniaudio/libminiaudio_ltrim_node.a: external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make -external/miniaudio/libminiaudio_ltrim_node.a: external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libminiaudio_ltrim_node.a" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_ltrim_node.dir/cmake_clean_target.cmake - cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/miniaudio_ltrim_node.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build: external/miniaudio/libminiaudio_ltrim_node.a -.PHONY : external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build - -external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_ltrim_node.dir/cmake_clean.cmake -.PHONY : external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/clean - -external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/miniaudio /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/miniaudio /home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/depend - diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/cmake_clean.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/cmake_clean.cmake deleted file mode 100644 index 6326481a..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/cmake_clean.cmake +++ /dev/null @@ -1,11 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o" - "CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o.d" - "libminiaudio_ltrim_node.a" - "libminiaudio_ltrim_node.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/miniaudio_ltrim_node.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/cmake_clean_target.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/cmake_clean_target.cmake deleted file mode 100644 index 501fcf97..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libminiaudio_ltrim_node.a" -) diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/compiler_depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/compiler_depend.make deleted file mode 100644 index 210338ac..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for miniaudio_ltrim_node. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/compiler_depend.ts b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/compiler_depend.ts deleted file mode 100644 index 3cbafa53..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for miniaudio_ltrim_node. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/depend.make deleted file mode 100644 index 3c2b7625..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for miniaudio_ltrim_node. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/flags.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/flags.make deleted file mode 100644 index 034ef9b9..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_ltrim_node - -C_FLAGS = -O2 -g -DNDEBUG -fPIC -Wall -Wextra -Wpedantic - diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/link.txt b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/link.txt deleted file mode 100644 index 5ee6395e..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libminiaudio_ltrim_node.a CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o -/usr/bin/ranlib libminiaudio_ltrim_node.a diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/progress.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/DependInfo.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/DependInfo.cmake deleted file mode 100644 index 4f0efd9c..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/DependInfo.cmake +++ /dev/null @@ -1,23 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_reverb_node/ma_reverb_node.c" "external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o" "gcc" "external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make deleted file mode 100644 index 016e69be..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make +++ /dev/null @@ -1,114 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/progress.make - -# Include the compile flags for this target's objects. -include external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/flags.make - -external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/codegen: -.PHONY : external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/codegen - -external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o: external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/flags.make -external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o: /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_reverb_node/ma_reverb_node.c -external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o: external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o -MF CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o.d -o CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o -c /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_reverb_node/ma_reverb_node.c - -external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.i" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_reverb_node/ma_reverb_node.c > CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.i - -external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.s" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_reverb_node/ma_reverb_node.c -o CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.s - -# Object files for target miniaudio_reverb_node -miniaudio_reverb_node_OBJECTS = \ -"CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o" - -# External object files for target miniaudio_reverb_node -miniaudio_reverb_node_EXTERNAL_OBJECTS = - -external/miniaudio/libminiaudio_reverb_node.a: external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o -external/miniaudio/libminiaudio_reverb_node.a: external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make -external/miniaudio/libminiaudio_reverb_node.a: external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libminiaudio_reverb_node.a" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_reverb_node.dir/cmake_clean_target.cmake - cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/miniaudio_reverb_node.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build: external/miniaudio/libminiaudio_reverb_node.a -.PHONY : external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build - -external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_reverb_node.dir/cmake_clean.cmake -.PHONY : external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/clean - -external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/miniaudio /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/miniaudio /home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/depend - diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/cmake_clean.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/cmake_clean.cmake deleted file mode 100644 index 975cbf5d..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/cmake_clean.cmake +++ /dev/null @@ -1,11 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o" - "CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o.d" - "libminiaudio_reverb_node.a" - "libminiaudio_reverb_node.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/miniaudio_reverb_node.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/cmake_clean_target.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/cmake_clean_target.cmake deleted file mode 100644 index 0976febf..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libminiaudio_reverb_node.a" -) diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/compiler_depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/compiler_depend.make deleted file mode 100644 index cad165fc..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for miniaudio_reverb_node. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/compiler_depend.ts b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/compiler_depend.ts deleted file mode 100644 index 53125624..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for miniaudio_reverb_node. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/depend.make deleted file mode 100644 index 5a018e80..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for miniaudio_reverb_node. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/flags.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/flags.make deleted file mode 100644 index 94274519..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_reverb_node - -C_FLAGS = -O2 -g -DNDEBUG -fPIC -Wall -Wextra -Wpedantic - diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/link.txt b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/link.txt deleted file mode 100644 index f342f756..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libminiaudio_reverb_node.a CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o -/usr/bin/ranlib libminiaudio_reverb_node.a diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/progress.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/DependInfo.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/DependInfo.cmake deleted file mode 100644 index ec38eaca..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/DependInfo.cmake +++ /dev/null @@ -1,23 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_vocoder_node/ma_vocoder_node.c" "external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o" "gcc" "external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make deleted file mode 100644 index 2cc3231e..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make +++ /dev/null @@ -1,114 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/progress.make - -# Include the compile flags for this target's objects. -include external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/flags.make - -external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/codegen: -.PHONY : external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/codegen - -external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o: external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/flags.make -external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o: /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_vocoder_node/ma_vocoder_node.c -external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o: external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o -MF CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o.d -o CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o -c /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_vocoder_node/ma_vocoder_node.c - -external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.i" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_vocoder_node/ma_vocoder_node.c > CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.i - -external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.s" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_vocoder_node/ma_vocoder_node.c -o CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.s - -# Object files for target miniaudio_vocoder_node -miniaudio_vocoder_node_OBJECTS = \ -"CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o" - -# External object files for target miniaudio_vocoder_node -miniaudio_vocoder_node_EXTERNAL_OBJECTS = - -external/miniaudio/libminiaudio_vocoder_node.a: external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o -external/miniaudio/libminiaudio_vocoder_node.a: external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make -external/miniaudio/libminiaudio_vocoder_node.a: external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libminiaudio_vocoder_node.a" - cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_vocoder_node.dir/cmake_clean_target.cmake - cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/miniaudio_vocoder_node.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build: external/miniaudio/libminiaudio_vocoder_node.a -.PHONY : external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build - -external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/miniaudio && $(CMAKE_COMMAND) -P CMakeFiles/miniaudio_vocoder_node.dir/cmake_clean.cmake -.PHONY : external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/clean - -external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/miniaudio /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/miniaudio /home/guest/Downloads/PopLib/build/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/depend - diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/cmake_clean.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/cmake_clean.cmake deleted file mode 100644 index 516702a4..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/cmake_clean.cmake +++ /dev/null @@ -1,11 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o" - "CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o.d" - "libminiaudio_vocoder_node.a" - "libminiaudio_vocoder_node.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/miniaudio_vocoder_node.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/cmake_clean_target.cmake b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/cmake_clean_target.cmake deleted file mode 100644 index 441fcafa..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libminiaudio_vocoder_node.a" -) diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/compiler_depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/compiler_depend.make deleted file mode 100644 index 32a8c538..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for miniaudio_vocoder_node. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/compiler_depend.ts b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/compiler_depend.ts deleted file mode 100644 index 05d05d23..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for miniaudio_vocoder_node. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/depend.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/depend.make deleted file mode 100644 index 7269519d..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for miniaudio_vocoder_node. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/flags.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/flags.make deleted file mode 100644 index 55f30cca..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/miniaudio/extras/nodes/ma_vocoder_node - -C_FLAGS = -O2 -g -DNDEBUG -fPIC -Wall -Wextra -Wpedantic - diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/link.txt b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/link.txt deleted file mode 100644 index a93e1af2..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libminiaudio_vocoder_node.a CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o -/usr/bin/ranlib libminiaudio_vocoder_node.a diff --git a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/progress.make b/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/miniaudio/CMakeFiles/progress.marks b/build_emscripten/external/miniaudio/CMakeFiles/progress.marks deleted file mode 100644 index 0cfbf088..00000000 --- a/build_emscripten/external/miniaudio/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -2 diff --git a/build_emscripten/external/miniaudio/Makefile b/build_emscripten/external/miniaudio/Makefile deleted file mode 100644 index 87b8994a..00000000 --- a/build_emscripten/external/miniaudio/Makefile +++ /dev/null @@ -1,507 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/miniaudio//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -external/miniaudio/CMakeFiles/miniaudio.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio.dir/rule -.PHONY : external/miniaudio/CMakeFiles/miniaudio.dir/rule - -# Convenience name for target. -miniaudio: external/miniaudio/CMakeFiles/miniaudio.dir/rule -.PHONY : miniaudio - -# fast build rule for target. -miniaudio/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio.dir/build.make external/miniaudio/CMakeFiles/miniaudio.dir/build -.PHONY : miniaudio/fast - -# Convenience name for target. -external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/rule -.PHONY : external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/rule - -# Convenience name for target. -miniaudio_libvorbis: external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/rule -.PHONY : miniaudio_libvorbis - -# fast build rule for target. -miniaudio_libvorbis/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build -.PHONY : miniaudio_libvorbis/fast - -# Convenience name for target. -external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/rule -.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/rule - -# Convenience name for target. -miniaudio_channel_combiner_node: external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/rule -.PHONY : miniaudio_channel_combiner_node - -# fast build rule for target. -miniaudio_channel_combiner_node/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build -.PHONY : miniaudio_channel_combiner_node/fast - -# Convenience name for target. -external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/rule -.PHONY : external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/rule - -# Convenience name for target. -miniaudio_channel_separator_node: external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/rule -.PHONY : miniaudio_channel_separator_node - -# fast build rule for target. -miniaudio_channel_separator_node/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build -.PHONY : miniaudio_channel_separator_node/fast - -# Convenience name for target. -external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/rule -.PHONY : external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/rule - -# Convenience name for target. -miniaudio_ltrim_node: external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/rule -.PHONY : miniaudio_ltrim_node - -# fast build rule for target. -miniaudio_ltrim_node/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build -.PHONY : miniaudio_ltrim_node/fast - -# Convenience name for target. -external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/rule -.PHONY : external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/rule - -# Convenience name for target. -miniaudio_reverb_node: external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/rule -.PHONY : miniaudio_reverb_node - -# fast build rule for target. -miniaudio_reverb_node/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build -.PHONY : miniaudio_reverb_node/fast - -# Convenience name for target. -external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/rule -.PHONY : external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/rule - -# Convenience name for target. -miniaudio_vocoder_node: external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/rule -.PHONY : miniaudio_vocoder_node - -# fast build rule for target. -miniaudio_vocoder_node/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build -.PHONY : miniaudio_vocoder_node/fast - -extras/decoders/libvorbis/miniaudio_libvorbis.o: extras/decoders/libvorbis/miniaudio_libvorbis.c.o -.PHONY : extras/decoders/libvorbis/miniaudio_libvorbis.o - -# target to build an object file -extras/decoders/libvorbis/miniaudio_libvorbis.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.o -.PHONY : extras/decoders/libvorbis/miniaudio_libvorbis.c.o - -extras/decoders/libvorbis/miniaudio_libvorbis.i: extras/decoders/libvorbis/miniaudio_libvorbis.c.i -.PHONY : extras/decoders/libvorbis/miniaudio_libvorbis.i - -# target to preprocess a source file -extras/decoders/libvorbis/miniaudio_libvorbis.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.i -.PHONY : extras/decoders/libvorbis/miniaudio_libvorbis.c.i - -extras/decoders/libvorbis/miniaudio_libvorbis.s: extras/decoders/libvorbis/miniaudio_libvorbis.c.s -.PHONY : extras/decoders/libvorbis/miniaudio_libvorbis.s - -# target to generate assembly for a file -extras/decoders/libvorbis/miniaudio_libvorbis.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/build.make external/miniaudio/CMakeFiles/miniaudio_libvorbis.dir/extras/decoders/libvorbis/miniaudio_libvorbis.c.s -.PHONY : extras/decoders/libvorbis/miniaudio_libvorbis.c.s - -extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.o: extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o -.PHONY : extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.o - -# target to build an object file -extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o -.PHONY : extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.o - -extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.i: extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.i -.PHONY : extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.i - -# target to preprocess a source file -extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.i -.PHONY : extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.i - -extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.s: extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.s -.PHONY : extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.s - -# target to generate assembly for a file -extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_combiner_node.dir/extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.s -.PHONY : extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.c.s - -extras/nodes/ma_channel_separator_node/ma_channel_separator_node.o: extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o -.PHONY : extras/nodes/ma_channel_separator_node/ma_channel_separator_node.o - -# target to build an object file -extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o -.PHONY : extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.o - -extras/nodes/ma_channel_separator_node/ma_channel_separator_node.i: extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.i -.PHONY : extras/nodes/ma_channel_separator_node/ma_channel_separator_node.i - -# target to preprocess a source file -extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.i -.PHONY : extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.i - -extras/nodes/ma_channel_separator_node/ma_channel_separator_node.s: extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.s -.PHONY : extras/nodes/ma_channel_separator_node/ma_channel_separator_node.s - -# target to generate assembly for a file -extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_channel_separator_node.dir/extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.s -.PHONY : extras/nodes/ma_channel_separator_node/ma_channel_separator_node.c.s - -extras/nodes/ma_ltrim_node/ma_ltrim_node.o: extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o -.PHONY : extras/nodes/ma_ltrim_node/ma_ltrim_node.o - -# target to build an object file -extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o -.PHONY : extras/nodes/ma_ltrim_node/ma_ltrim_node.c.o - -extras/nodes/ma_ltrim_node/ma_ltrim_node.i: extras/nodes/ma_ltrim_node/ma_ltrim_node.c.i -.PHONY : extras/nodes/ma_ltrim_node/ma_ltrim_node.i - -# target to preprocess a source file -extras/nodes/ma_ltrim_node/ma_ltrim_node.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.i -.PHONY : extras/nodes/ma_ltrim_node/ma_ltrim_node.c.i - -extras/nodes/ma_ltrim_node/ma_ltrim_node.s: extras/nodes/ma_ltrim_node/ma_ltrim_node.c.s -.PHONY : extras/nodes/ma_ltrim_node/ma_ltrim_node.s - -# target to generate assembly for a file -extras/nodes/ma_ltrim_node/ma_ltrim_node.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_ltrim_node.dir/extras/nodes/ma_ltrim_node/ma_ltrim_node.c.s -.PHONY : extras/nodes/ma_ltrim_node/ma_ltrim_node.c.s - -extras/nodes/ma_reverb_node/ma_reverb_node.o: extras/nodes/ma_reverb_node/ma_reverb_node.c.o -.PHONY : extras/nodes/ma_reverb_node/ma_reverb_node.o - -# target to build an object file -extras/nodes/ma_reverb_node/ma_reverb_node.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.o -.PHONY : extras/nodes/ma_reverb_node/ma_reverb_node.c.o - -extras/nodes/ma_reverb_node/ma_reverb_node.i: extras/nodes/ma_reverb_node/ma_reverb_node.c.i -.PHONY : extras/nodes/ma_reverb_node/ma_reverb_node.i - -# target to preprocess a source file -extras/nodes/ma_reverb_node/ma_reverb_node.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.i -.PHONY : extras/nodes/ma_reverb_node/ma_reverb_node.c.i - -extras/nodes/ma_reverb_node/ma_reverb_node.s: extras/nodes/ma_reverb_node/ma_reverb_node.c.s -.PHONY : extras/nodes/ma_reverb_node/ma_reverb_node.s - -# target to generate assembly for a file -extras/nodes/ma_reverb_node/ma_reverb_node.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_reverb_node.dir/extras/nodes/ma_reverb_node/ma_reverb_node.c.s -.PHONY : extras/nodes/ma_reverb_node/ma_reverb_node.c.s - -extras/nodes/ma_vocoder_node/ma_vocoder_node.o: extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o -.PHONY : extras/nodes/ma_vocoder_node/ma_vocoder_node.o - -# target to build an object file -extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o -.PHONY : extras/nodes/ma_vocoder_node/ma_vocoder_node.c.o - -extras/nodes/ma_vocoder_node/ma_vocoder_node.i: extras/nodes/ma_vocoder_node/ma_vocoder_node.c.i -.PHONY : extras/nodes/ma_vocoder_node/ma_vocoder_node.i - -# target to preprocess a source file -extras/nodes/ma_vocoder_node/ma_vocoder_node.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.i -.PHONY : extras/nodes/ma_vocoder_node/ma_vocoder_node.c.i - -extras/nodes/ma_vocoder_node/ma_vocoder_node.s: extras/nodes/ma_vocoder_node/ma_vocoder_node.c.s -.PHONY : extras/nodes/ma_vocoder_node/ma_vocoder_node.s - -# target to generate assembly for a file -extras/nodes/ma_vocoder_node/ma_vocoder_node.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/build.make external/miniaudio/CMakeFiles/miniaudio_vocoder_node.dir/extras/nodes/ma_vocoder_node/ma_vocoder_node.c.s -.PHONY : extras/nodes/ma_vocoder_node/ma_vocoder_node.c.s - -miniaudio.o: miniaudio.c.o -.PHONY : miniaudio.o - -# target to build an object file -miniaudio.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio.dir/build.make external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.o -.PHONY : miniaudio.c.o - -miniaudio.i: miniaudio.c.i -.PHONY : miniaudio.i - -# target to preprocess a source file -miniaudio.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio.dir/build.make external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.i -.PHONY : miniaudio.c.i - -miniaudio.s: miniaudio.c.s -.PHONY : miniaudio.s - -# target to generate assembly for a file -miniaudio.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/miniaudio/CMakeFiles/miniaudio.dir/build.make external/miniaudio/CMakeFiles/miniaudio.dir/miniaudio.c.s -.PHONY : miniaudio.c.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... miniaudio" - @echo "... miniaudio_channel_combiner_node" - @echo "... miniaudio_channel_separator_node" - @echo "... miniaudio_libvorbis" - @echo "... miniaudio_ltrim_node" - @echo "... miniaudio_reverb_node" - @echo "... miniaudio_vocoder_node" - @echo "... extras/decoders/libvorbis/miniaudio_libvorbis.o" - @echo "... extras/decoders/libvorbis/miniaudio_libvorbis.i" - @echo "... extras/decoders/libvorbis/miniaudio_libvorbis.s" - @echo "... extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.o" - @echo "... extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.i" - @echo "... extras/nodes/ma_channel_combiner_node/ma_channel_combiner_node.s" - @echo "... extras/nodes/ma_channel_separator_node/ma_channel_separator_node.o" - @echo "... extras/nodes/ma_channel_separator_node/ma_channel_separator_node.i" - @echo "... extras/nodes/ma_channel_separator_node/ma_channel_separator_node.s" - @echo "... extras/nodes/ma_ltrim_node/ma_ltrim_node.o" - @echo "... extras/nodes/ma_ltrim_node/ma_ltrim_node.i" - @echo "... extras/nodes/ma_ltrim_node/ma_ltrim_node.s" - @echo "... extras/nodes/ma_reverb_node/ma_reverb_node.o" - @echo "... extras/nodes/ma_reverb_node/ma_reverb_node.i" - @echo "... extras/nodes/ma_reverb_node/ma_reverb_node.s" - @echo "... extras/nodes/ma_vocoder_node/ma_vocoder_node.o" - @echo "... extras/nodes/ma_vocoder_node/ma_vocoder_node.i" - @echo "... extras/nodes/ma_vocoder_node/ma_vocoder_node.s" - @echo "... miniaudio.o" - @echo "... miniaudio.i" - @echo "... miniaudio.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/miniaudio/cmake_install.cmake b/build_emscripten/external/miniaudio/cmake_install.cmake deleted file mode 100644 index bed88386..00000000 --- a/build_emscripten/external/miniaudio/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/miniaudio - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/miniaudio/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/ogg/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/ogg/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/ogg/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/ogg/CMakeFiles/Export/dee6fd410a50d06b294b496f57355584/OggTargets-relwithdebinfo.cmake b/build_emscripten/external/ogg/CMakeFiles/Export/dee6fd410a50d06b294b496f57355584/OggTargets-relwithdebinfo.cmake deleted file mode 100644 index db975216..00000000 --- a/build_emscripten/external/ogg/CMakeFiles/Export/dee6fd410a50d06b294b496f57355584/OggTargets-relwithdebinfo.cmake +++ /dev/null @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "RelWithDebInfo". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "Ogg::ogg" for configuration "RelWithDebInfo" -set_property(TARGET Ogg::ogg APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) -set_target_properties(Ogg::ogg PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "C" - IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libogg.a" - ) - -list(APPEND _cmake_import_check_targets Ogg::ogg ) -list(APPEND _cmake_import_check_files_for_Ogg::ogg "${_IMPORT_PREFIX}/lib/libogg.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build_emscripten/external/ogg/CMakeFiles/Export/dee6fd410a50d06b294b496f57355584/OggTargets.cmake b/build_emscripten/external/ogg/CMakeFiles/Export/dee6fd410a50d06b294b496f57355584/OggTargets.cmake deleted file mode 100644 index 05096558..00000000 --- a/build_emscripten/external/ogg/CMakeFiles/Export/dee6fd410a50d06b294b496f57355584/OggTargets.cmake +++ /dev/null @@ -1,106 +0,0 @@ -# Generated by CMake - -if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) - message(FATAL_ERROR "CMake >= 2.8.3 required") -endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") -endif() -cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.30) -#---------------------------------------------------------------- -# Generated CMake target import file. -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Protect against multiple inclusion, which would fail when already imported targets are added once more. -set(_cmake_targets_defined "") -set(_cmake_targets_not_defined "") -set(_cmake_expected_targets "") -foreach(_cmake_expected_target IN ITEMS Ogg::ogg) - list(APPEND _cmake_expected_targets "${_cmake_expected_target}") - if(TARGET "${_cmake_expected_target}") - list(APPEND _cmake_targets_defined "${_cmake_expected_target}") - else() - list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") - endif() -endforeach() -unset(_cmake_expected_target) -if(_cmake_targets_defined STREQUAL _cmake_expected_targets) - unset(_cmake_targets_defined) - unset(_cmake_targets_not_defined) - unset(_cmake_expected_targets) - unset(CMAKE_IMPORT_FILE_VERSION) - cmake_policy(POP) - return() -endif() -if(NOT _cmake_targets_defined STREQUAL "") - string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") - string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") - message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") -endif() -unset(_cmake_targets_defined) -unset(_cmake_targets_not_defined) -unset(_cmake_expected_targets) - - -# Compute the installation prefix relative to this file. -get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) -get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) -get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) -get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) -if(_IMPORT_PREFIX STREQUAL "/") - set(_IMPORT_PREFIX "") -endif() - -# Create imported target Ogg::ogg -add_library(Ogg::ogg STATIC IMPORTED) - -set_target_properties(Ogg::ogg PROPERTIES - INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" -) - -# Load information for each installed configuration. -file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/OggTargets-*.cmake") -foreach(_cmake_config_file IN LISTS _cmake_config_files) - include("${_cmake_config_file}") -endforeach() -unset(_cmake_config_file) -unset(_cmake_config_files) - -# Cleanup temporary variables. -set(_IMPORT_PREFIX) - -# Loop over all imported files and verify that they actually exist -foreach(_cmake_target IN LISTS _cmake_import_check_targets) - if(CMAKE_VERSION VERSION_LESS "3.28" - OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} - OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file - \"${_cmake_file}\" -but this file does not exist. Possible reasons include: -* The file was deleted, renamed, or moved to another location. -* An install or uninstall procedure did not complete successfully. -* The installation package was faulty and contained - \"${CMAKE_CURRENT_LIST_FILE}\" -but not all the files it references. -") - endif() - endforeach() - endif() - unset(_cmake_file) - unset("_cmake_import_check_files_for_${_cmake_target}") -endforeach() -unset(_cmake_target) -unset(_cmake_import_check_targets) - -# This file does not depend on other imported targets which have -# been exported from the same project but in a separate export set. - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) -cmake_policy(POP) diff --git a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/DependInfo.cmake b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/DependInfo.cmake deleted file mode 100644 index 2571ec06..00000000 --- a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/ogg/src/bitwise.c" "external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.o" "gcc" "external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.o.d" - "/home/guest/Downloads/PopLib/external/ogg/src/framing.c" "external/ogg/CMakeFiles/ogg.dir/src/framing.c.o" "gcc" "external/ogg/CMakeFiles/ogg.dir/src/framing.c.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/build.make b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/build.make deleted file mode 100644 index 028f89b1..00000000 --- a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/build.make +++ /dev/null @@ -1,130 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/ogg/CMakeFiles/ogg.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/ogg/CMakeFiles/ogg.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/ogg/CMakeFiles/ogg.dir/progress.make - -# Include the compile flags for this target's objects. -include external/ogg/CMakeFiles/ogg.dir/flags.make - -external/ogg/CMakeFiles/ogg.dir/codegen: -.PHONY : external/ogg/CMakeFiles/ogg.dir/codegen - -external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.o: external/ogg/CMakeFiles/ogg.dir/flags.make -external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.o: /home/guest/Downloads/PopLib/external/ogg/src/bitwise.c -external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.o: external/ogg/CMakeFiles/ogg.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.o" - cd /home/guest/Downloads/PopLib/build/external/ogg && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.o -MF CMakeFiles/ogg.dir/src/bitwise.c.o.d -o CMakeFiles/ogg.dir/src/bitwise.c.o -c /home/guest/Downloads/PopLib/external/ogg/src/bitwise.c - -external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ogg.dir/src/bitwise.c.i" - cd /home/guest/Downloads/PopLib/build/external/ogg && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/ogg/src/bitwise.c > CMakeFiles/ogg.dir/src/bitwise.c.i - -external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ogg.dir/src/bitwise.c.s" - cd /home/guest/Downloads/PopLib/build/external/ogg && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/ogg/src/bitwise.c -o CMakeFiles/ogg.dir/src/bitwise.c.s - -external/ogg/CMakeFiles/ogg.dir/src/framing.c.o: external/ogg/CMakeFiles/ogg.dir/flags.make -external/ogg/CMakeFiles/ogg.dir/src/framing.c.o: /home/guest/Downloads/PopLib/external/ogg/src/framing.c -external/ogg/CMakeFiles/ogg.dir/src/framing.c.o: external/ogg/CMakeFiles/ogg.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/ogg/CMakeFiles/ogg.dir/src/framing.c.o" - cd /home/guest/Downloads/PopLib/build/external/ogg && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/ogg/CMakeFiles/ogg.dir/src/framing.c.o -MF CMakeFiles/ogg.dir/src/framing.c.o.d -o CMakeFiles/ogg.dir/src/framing.c.o -c /home/guest/Downloads/PopLib/external/ogg/src/framing.c - -external/ogg/CMakeFiles/ogg.dir/src/framing.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/ogg.dir/src/framing.c.i" - cd /home/guest/Downloads/PopLib/build/external/ogg && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/ogg/src/framing.c > CMakeFiles/ogg.dir/src/framing.c.i - -external/ogg/CMakeFiles/ogg.dir/src/framing.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/ogg.dir/src/framing.c.s" - cd /home/guest/Downloads/PopLib/build/external/ogg && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/ogg/src/framing.c -o CMakeFiles/ogg.dir/src/framing.c.s - -# Object files for target ogg -ogg_OBJECTS = \ -"CMakeFiles/ogg.dir/src/bitwise.c.o" \ -"CMakeFiles/ogg.dir/src/framing.c.o" - -# External object files for target ogg -ogg_EXTERNAL_OBJECTS = - -external/ogg/libogg.a: external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.o -external/ogg/libogg.a: external/ogg/CMakeFiles/ogg.dir/src/framing.c.o -external/ogg/libogg.a: external/ogg/CMakeFiles/ogg.dir/build.make -external/ogg/libogg.a: external/ogg/CMakeFiles/ogg.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking C static library libogg.a" - cd /home/guest/Downloads/PopLib/build/external/ogg && $(CMAKE_COMMAND) -P CMakeFiles/ogg.dir/cmake_clean_target.cmake - cd /home/guest/Downloads/PopLib/build/external/ogg && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/ogg.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/ogg/CMakeFiles/ogg.dir/build: external/ogg/libogg.a -.PHONY : external/ogg/CMakeFiles/ogg.dir/build - -external/ogg/CMakeFiles/ogg.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/ogg && $(CMAKE_COMMAND) -P CMakeFiles/ogg.dir/cmake_clean.cmake -.PHONY : external/ogg/CMakeFiles/ogg.dir/clean - -external/ogg/CMakeFiles/ogg.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/ogg /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/ogg /home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/ogg.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/ogg/CMakeFiles/ogg.dir/depend - diff --git a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/cmake_clean.cmake b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/cmake_clean.cmake deleted file mode 100644 index cf7da87d..00000000 --- a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/cmake_clean.cmake +++ /dev/null @@ -1,13 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ogg.dir/src/bitwise.c.o" - "CMakeFiles/ogg.dir/src/bitwise.c.o.d" - "CMakeFiles/ogg.dir/src/framing.c.o" - "CMakeFiles/ogg.dir/src/framing.c.o.d" - "libogg.a" - "libogg.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/ogg.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/cmake_clean_target.cmake b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/cmake_clean_target.cmake deleted file mode 100644 index d4767393..00000000 --- a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libogg.a" -) diff --git a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/compiler_depend.make b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/compiler_depend.make deleted file mode 100644 index 76c620f7..00000000 --- a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for ogg. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/compiler_depend.ts b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/compiler_depend.ts deleted file mode 100644 index 7f263d92..00000000 --- a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for ogg. diff --git a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/depend.make b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/depend.make deleted file mode 100644 index 75b60871..00000000 --- a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for ogg. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/flags.make b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/flags.make deleted file mode 100644 index 81e05100..00000000 --- a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include - -C_FLAGS = -O2 -g -DNDEBUG - diff --git a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/link.txt b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/link.txt deleted file mode 100644 index 07763c3f..00000000 --- a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libogg.a CMakeFiles/ogg.dir/src/bitwise.c.o CMakeFiles/ogg.dir/src/framing.c.o -/usr/bin/ranlib libogg.a diff --git a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/progress.make b/build_emscripten/external/ogg/CMakeFiles/ogg.dir/progress.make deleted file mode 100644 index 8eb4b499..00000000 --- a/build_emscripten/external/ogg/CMakeFiles/ogg.dir/progress.make +++ /dev/null @@ -1,4 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = - diff --git a/build_emscripten/external/ogg/CMakeFiles/progress.marks b/build_emscripten/external/ogg/CMakeFiles/progress.marks deleted file mode 100644 index 573541ac..00000000 --- a/build_emscripten/external/ogg/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -0 diff --git a/build_emscripten/external/ogg/Makefile b/build_emscripten/external/ogg/Makefile deleted file mode 100644 index 4aaa35e1..00000000 --- a/build_emscripten/external/ogg/Makefile +++ /dev/null @@ -1,282 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/ogg//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/ogg/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/ogg/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/ogg/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/ogg/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -external/ogg/CMakeFiles/ogg.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/ogg/CMakeFiles/ogg.dir/rule -.PHONY : external/ogg/CMakeFiles/ogg.dir/rule - -# Convenience name for target. -ogg: external/ogg/CMakeFiles/ogg.dir/rule -.PHONY : ogg - -# fast build rule for target. -ogg/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/build -.PHONY : ogg/fast - -src/bitwise.o: src/bitwise.c.o -.PHONY : src/bitwise.o - -# target to build an object file -src/bitwise.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.o -.PHONY : src/bitwise.c.o - -src/bitwise.i: src/bitwise.c.i -.PHONY : src/bitwise.i - -# target to preprocess a source file -src/bitwise.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.i -.PHONY : src/bitwise.c.i - -src/bitwise.s: src/bitwise.c.s -.PHONY : src/bitwise.s - -# target to generate assembly for a file -src/bitwise.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/src/bitwise.c.s -.PHONY : src/bitwise.c.s - -src/framing.o: src/framing.c.o -.PHONY : src/framing.o - -# target to build an object file -src/framing.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/src/framing.c.o -.PHONY : src/framing.c.o - -src/framing.i: src/framing.c.i -.PHONY : src/framing.i - -# target to preprocess a source file -src/framing.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/src/framing.c.i -.PHONY : src/framing.c.i - -src/framing.s: src/framing.c.s -.PHONY : src/framing.s - -# target to generate assembly for a file -src/framing.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/ogg/CMakeFiles/ogg.dir/build.make external/ogg/CMakeFiles/ogg.dir/src/framing.c.s -.PHONY : src/framing.c.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... ogg" - @echo "... src/bitwise.o" - @echo "... src/bitwise.i" - @echo "... src/bitwise.s" - @echo "... src/framing.o" - @echo "... src/framing.i" - @echo "... src/framing.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/ogg/OggConfig.cmake b/build_emscripten/external/ogg/OggConfig.cmake deleted file mode 100644 index ded6c1f8..00000000 --- a/build_emscripten/external/ogg/OggConfig.cmake +++ /dev/null @@ -1,40 +0,0 @@ - -####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### -####### Any changes to this file will be overwritten by the next CMake run #### -####### The input file was OggConfig.cmake.in ######## - -get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE) - -macro(set_and_check _var _file) - set(${_var} "${_file}") - if(NOT EXISTS "${_file}") - message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !") - endif() -endmacro() - -macro(check_required_components _NAME) - foreach(comp ${${_NAME}_FIND_COMPONENTS}) - if(NOT ${_NAME}_${comp}_FOUND) - if(${_NAME}_FIND_REQUIRED_${comp}) - set(${_NAME}_FOUND FALSE) - endif() - endif() - endforeach() -endmacro() - -#################################################################################### - -set(Ogg_INCLUDE_DIR "${PACKAGE_PREFIX_DIR}/include") -set(OGG_INCLUDE_DIR "${PACKAGE_PREFIX_DIR}/include") -set(Ogg_INCLUDE_DIRS "${PACKAGE_PREFIX_DIR}/include") -set(OGG_INCLUDE_DIRS "${PACKAGE_PREFIX_DIR}/include") - -include(${CMAKE_CURRENT_LIST_DIR}/OggTargets.cmake) - -set(Ogg_LIBRARY Ogg::ogg) -set(OGG_LIBRARY Ogg::ogg) -set(Ogg_LIBRARIES Ogg::ogg) -set(OGG_LIBRARIES Ogg::ogg) - -check_required_components(Ogg) -set(OGG_FOUND 1) diff --git a/build_emscripten/external/ogg/OggConfigVersion.cmake b/build_emscripten/external/ogg/OggConfigVersion.cmake deleted file mode 100644 index b2dac2cb..00000000 --- a/build_emscripten/external/ogg/OggConfigVersion.cmake +++ /dev/null @@ -1,65 +0,0 @@ -# This is a basic version file for the Config-mode of find_package(). -# It is used by write_basic_package_version_file() as input file for configure_file() -# to create a version-file which can be installed along a config.cmake file. -# -# The created file sets PACKAGE_VERSION_EXACT if the current version string and -# the requested version string are exactly the same and it sets -# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version, -# but only if the requested major version is the same as the current one. -# The variable CVF_VERSION must be set before calling configure_file(). - - -set(PACKAGE_VERSION "1.3.5") - -if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) - set(PACKAGE_VERSION_COMPATIBLE FALSE) -else() - - if("1.3.5" MATCHES "^([0-9]+)\\.") - set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") - if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) - string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") - endif() - else() - set(CVF_VERSION_MAJOR "1.3.5") - endif() - - if(PACKAGE_FIND_VERSION_RANGE) - # both endpoints of the range must have the expected major version - math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1") - if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR - OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR) - OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT))) - set(PACKAGE_VERSION_COMPATIBLE FALSE) - elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR - AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX) - OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX))) - set(PACKAGE_VERSION_COMPATIBLE TRUE) - else() - set(PACKAGE_VERSION_COMPATIBLE FALSE) - endif() - else() - if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR) - set(PACKAGE_VERSION_COMPATIBLE TRUE) - else() - set(PACKAGE_VERSION_COMPATIBLE FALSE) - endif() - - if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) - set(PACKAGE_VERSION_EXACT TRUE) - endif() - endif() -endif() - - -# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") - return() -endif() - -# check that the installed version has the same 32/64bit-ness as the one which is currently searching: -if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") - math(EXPR installedBits "8 * 8") - set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") - set(PACKAGE_VERSION_UNSUITABLE TRUE) -endif() diff --git a/build_emscripten/external/ogg/OggTargets.cmake b/build_emscripten/external/ogg/OggTargets.cmake deleted file mode 100644 index 70308b50..00000000 --- a/build_emscripten/external/ogg/OggTargets.cmake +++ /dev/null @@ -1,68 +0,0 @@ -# Generated by CMake - -if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) - message(FATAL_ERROR "CMake >= 2.8.3 required") -endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") -endif() -cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.30) -#---------------------------------------------------------------- -# Generated CMake target import file. -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Protect against multiple inclusion, which would fail when already imported targets are added once more. -set(_cmake_targets_defined "") -set(_cmake_targets_not_defined "") -set(_cmake_expected_targets "") -foreach(_cmake_expected_target IN ITEMS Ogg::ogg) - list(APPEND _cmake_expected_targets "${_cmake_expected_target}") - if(TARGET "${_cmake_expected_target}") - list(APPEND _cmake_targets_defined "${_cmake_expected_target}") - else() - list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") - endif() -endforeach() -unset(_cmake_expected_target) -if(_cmake_targets_defined STREQUAL _cmake_expected_targets) - unset(_cmake_targets_defined) - unset(_cmake_targets_not_defined) - unset(_cmake_expected_targets) - unset(CMAKE_IMPORT_FILE_VERSION) - cmake_policy(POP) - return() -endif() -if(NOT _cmake_targets_defined STREQUAL "") - string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") - string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") - message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") -endif() -unset(_cmake_targets_defined) -unset(_cmake_targets_not_defined) -unset(_cmake_expected_targets) - - -# Create imported target Ogg::ogg -add_library(Ogg::ogg STATIC IMPORTED) - -set_target_properties(Ogg::ogg PROPERTIES - INTERFACE_INCLUDE_DIRECTORIES "/home/guest/Downloads/PopLib/external/ogg/include;/home/guest/Downloads/PopLib/build/external/ogg/include" -) - -# Import target "Ogg::ogg" for configuration "" -set_property(TARGET Ogg::ogg APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) -set_target_properties(Ogg::ogg PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C" - IMPORTED_LOCATION_NOCONFIG "/home/guest/Downloads/PopLib/build/external/ogg/libogg.a" - ) - -# This file does not depend on other imported targets which have -# been exported from the same project but in a separate export set. - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) -cmake_policy(POP) diff --git a/build_emscripten/external/ogg/cmake_install.cmake b/build_emscripten/external/ogg/cmake_install.cmake deleted file mode 100644 index 418f0b24..00000000 --- a/build_emscripten/external/ogg/cmake_install.cmake +++ /dev/null @@ -1,120 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/ogg - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/guest/Downloads/PopLib/build/external/ogg/libogg.a") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/ogg" TYPE FILE FILES - "/home/guest/Downloads/PopLib/build/external/ogg/include/ogg/config_types.h" - "/home/guest/Downloads/PopLib/external/ogg/include/ogg/ogg.h" - "/home/guest/Downloads/PopLib/external/ogg/include/ogg/os_types.h" - ) -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/Ogg/OggTargets.cmake") - file(DIFFERENT _cmake_export_file_changed FILES - "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/Ogg/OggTargets.cmake" - "/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/Export/dee6fd410a50d06b294b496f57355584/OggTargets.cmake") - if(_cmake_export_file_changed) - file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/Ogg/OggTargets-*.cmake") - if(_cmake_old_config_files) - string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") - message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/Ogg/OggTargets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") - unset(_cmake_old_config_files_text) - file(REMOVE ${_cmake_old_config_files}) - endif() - unset(_cmake_old_config_files) - endif() - unset(_cmake_export_file_changed) - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/Ogg" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/Export/dee6fd410a50d06b294b496f57355584/OggTargets.cmake") - if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/Ogg" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/ogg/CMakeFiles/Export/dee6fd410a50d06b294b496f57355584/OggTargets-relwithdebinfo.cmake") - endif() -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/Ogg" TYPE FILE FILES - "/home/guest/Downloads/PopLib/build/external/ogg/OggConfig.cmake" - "/home/guest/Downloads/PopLib/build/external/ogg/OggConfigVersion.cmake" - ) -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/ogg/ogg.pc") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/ogg/html" TYPE FILE FILES - "/home/guest/Downloads/PopLib/external/ogg/doc/framing.html" - "/home/guest/Downloads/PopLib/external/ogg/doc/index.html" - "/home/guest/Downloads/PopLib/external/ogg/doc/oggstream.html" - "/home/guest/Downloads/PopLib/external/ogg/doc/ogg-multiplex.html" - "/home/guest/Downloads/PopLib/external/ogg/doc/fish_xiph_org.png" - "/home/guest/Downloads/PopLib/external/ogg/doc/multiplex1.png" - "/home/guest/Downloads/PopLib/external/ogg/doc/packets.png" - "/home/guest/Downloads/PopLib/external/ogg/doc/pages.png" - "/home/guest/Downloads/PopLib/external/ogg/doc/stream.png" - "/home/guest/Downloads/PopLib/external/ogg/doc/vorbisword2.png" - "/home/guest/Downloads/PopLib/external/ogg/doc/white-ogg.png" - "/home/guest/Downloads/PopLib/external/ogg/doc/white-xifish.png" - "/home/guest/Downloads/PopLib/external/ogg/doc/rfc3533.txt" - "/home/guest/Downloads/PopLib/external/ogg/doc/rfc5334.txt" - "/home/guest/Downloads/PopLib/external/ogg/doc/skeleton.html" - ) -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/ogg/html" TYPE DIRECTORY FILES "/home/guest/Downloads/PopLib/external/ogg/doc/libogg" REGEX "/[^/]*\\.am$" EXCLUDE) -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/ogg/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/ogg/include/ogg/config_types.h b/build_emscripten/external/ogg/include/ogg/config_types.h deleted file mode 100644 index 1a87df64..00000000 --- a/build_emscripten/external/ogg/include/ogg/config_types.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef __CONFIG_TYPES_H__ -#define __CONFIG_TYPES_H__ - -/* these are filled in by configure or cmake*/ -#define INCLUDE_INTTYPES_H 1 -#define INCLUDE_STDINT_H 1 -#define INCLUDE_SYS_TYPES_H 1 - -#if INCLUDE_INTTYPES_H -# include -#endif -#if INCLUDE_STDINT_H -# include -#endif -#if INCLUDE_SYS_TYPES_H -# include -#endif - -typedef int16_t ogg_int16_t; -typedef uint16_t ogg_uint16_t; -typedef int32_t ogg_int32_t; -typedef uint32_t ogg_uint32_t; -typedef int64_t ogg_int64_t; -typedef uint64_t ogg_uint64_t; - -#endif diff --git a/build_emscripten/external/ogg/ogg.pc b/build_emscripten/external/ogg/ogg.pc deleted file mode 100644 index 7fbc00ed..00000000 --- a/build_emscripten/external/ogg/ogg.pc +++ /dev/null @@ -1,14 +0,0 @@ -# ogg pkg-config file - -prefix=/usr/local -exec_prefix=/usr/local/bin -libdir=/usr/local/lib -includedir=/usr/local/include - -Name: ogg -Description: ogg is a library for manipulating ogg bitstreams -Version: 1.3.5 -Requires: -Conflicts: -Libs: -L${libdir} -logg -Cflags: -I${includedir} diff --git a/build_emscripten/external/openal/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/openal/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/openal/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/openal/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-relwithdebinfo.cmake b/build_emscripten/external/openal/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-relwithdebinfo.cmake deleted file mode 100644 index 89e092b8..00000000 --- a/build_emscripten/external/openal/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-relwithdebinfo.cmake +++ /dev/null @@ -1,19 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "RelWithDebInfo". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "OpenAL::OpenAL" for configuration "RelWithDebInfo" -set_property(TARGET OpenAL::OpenAL APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) -set_target_properties(OpenAL::OpenAL PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "CXX" - IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libopenal.a" - ) - -list(APPEND _cmake_import_check_targets OpenAL::OpenAL ) -list(APPEND _cmake_import_check_files_for_OpenAL::OpenAL "${_IMPORT_PREFIX}/lib/libopenal.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build_emscripten/external/openal/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake b/build_emscripten/external/openal/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake deleted file mode 100644 index ecbc9ad9..00000000 --- a/build_emscripten/external/openal/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake +++ /dev/null @@ -1,108 +0,0 @@ -# Generated by CMake - -if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) - message(FATAL_ERROR "CMake >= 2.8.12 required") -endif() -if(CMAKE_VERSION VERSION_LESS "2.8.12") - message(FATAL_ERROR "CMake >= 2.8.12 required") -endif() -cmake_policy(PUSH) -cmake_policy(VERSION 2.8.12...3.30) -#---------------------------------------------------------------- -# Generated CMake target import file. -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Protect against multiple inclusion, which would fail when already imported targets are added once more. -set(_cmake_targets_defined "") -set(_cmake_targets_not_defined "") -set(_cmake_expected_targets "") -foreach(_cmake_expected_target IN ITEMS OpenAL::OpenAL) - list(APPEND _cmake_expected_targets "${_cmake_expected_target}") - if(TARGET "${_cmake_expected_target}") - list(APPEND _cmake_targets_defined "${_cmake_expected_target}") - else() - list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") - endif() -endforeach() -unset(_cmake_expected_target) -if(_cmake_targets_defined STREQUAL _cmake_expected_targets) - unset(_cmake_targets_defined) - unset(_cmake_targets_not_defined) - unset(_cmake_expected_targets) - unset(CMAKE_IMPORT_FILE_VERSION) - cmake_policy(POP) - return() -endif() -if(NOT _cmake_targets_defined STREQUAL "") - string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") - string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") - message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") -endif() -unset(_cmake_targets_defined) -unset(_cmake_targets_not_defined) -unset(_cmake_expected_targets) - - -# Compute the installation prefix relative to this file. -get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) -get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) -get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) -get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) -if(_IMPORT_PREFIX STREQUAL "/") - set(_IMPORT_PREFIX "") -endif() - -# Create imported target OpenAL::OpenAL -add_library(OpenAL::OpenAL STATIC IMPORTED) - -set_target_properties(OpenAL::OpenAL PROPERTIES - INTERFACE_COMPILE_DEFINITIONS "AL_LIBTYPE_STATIC" - INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include/AL;${_IMPORT_PREFIX}/include;${_IMPORT_PREFIX}/include/AL" - INTERFACE_LINK_LIBRARIES "\$;\$;\$;\$;\$" -) - -# Load information for each installed configuration. -file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/OpenALTargets-*.cmake") -foreach(_cmake_config_file IN LISTS _cmake_config_files) - include("${_cmake_config_file}") -endforeach() -unset(_cmake_config_file) -unset(_cmake_config_files) - -# Cleanup temporary variables. -set(_IMPORT_PREFIX) - -# Loop over all imported files and verify that they actually exist -foreach(_cmake_target IN LISTS _cmake_import_check_targets) - if(CMAKE_VERSION VERSION_LESS "3.28" - OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} - OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file - \"${_cmake_file}\" -but this file does not exist. Possible reasons include: -* The file was deleted, renamed, or moved to another location. -* An install or uninstall procedure did not complete successfully. -* The installation package was faulty and contained - \"${CMAKE_CURRENT_LIST_FILE}\" -but not all the files it references. -") - endif() - endforeach() - endif() - unset(_cmake_file) - unset("_cmake_import_check_files_for_${_cmake_target}") -endforeach() -unset(_cmake_target) -unset(_cmake_import_check_targets) - -# This file does not depend on other imported targets which have -# been exported from the same project but in a separate export set. - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) -cmake_policy(POP) diff --git a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/DependInfo.cmake deleted file mode 100644 index d63931f9..00000000 --- a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/DependInfo.cmake +++ /dev/null @@ -1,122 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/al/auxeffectslot.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/buffer.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/debug.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/effect.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/effects/autowah.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/effects/chorus.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/effects/compressor.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/effects/convolution.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/effects/dedicated.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/effects/distortion.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/effects/echo.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/effects/effects.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/effects/equalizer.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/effects/fshifter.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/effects/modulator.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/effects/null.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/effects/pshifter.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/effects/reverb.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/effects/vmorpher.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/error.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/event.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/extension.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/filter.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/listener.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/source.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/al/state.cpp" "external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/alc.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/alconfig.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/alu.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/backends/alsa.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/backends/base.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/backends/jack.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/backends/loopback.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/backends/null.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/backends/oss.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/backends/pipewire.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/backends/portaudio.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/backends/pulseaudio.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/backends/wave.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/context.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/device.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/effects/autowah.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/effects/chorus.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/effects/compressor.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/effects/convolution.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/effects/dedicated.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/effects/distortion.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/effects/echo.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/effects/equalizer.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/effects/fshifter.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/effects/modulator.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/effects/null.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/effects/pshifter.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/effects/reverb.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/effects/vmorpher.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/events.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/alc/panning.cpp" "external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp" "external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/common/alstring.cpp" "external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp" "external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/common/dynload.cpp" "external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp" "external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/common/pffft.cpp" "external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp" "external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp" "external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/common/strutils.cpp" "external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/ambdec.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/ambidefs.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/bformatdec.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/bs2b.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/bsinc_tables.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/buffer_storage.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/context.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/converter.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/cpu_caps.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/cubic_tables.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/dbus_wrap.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/devformat.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/device.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/effectslot.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/except.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/filters/biquad.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/filters/nfc.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/filters/splitter.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/fpu_ctrl.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/helpers.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/hrtf.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/logging.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/mastering.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/mixer.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_c.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse2.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse3.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse41.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/rtkit.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/storage_formats.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/uhjfilter.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/uiddefs.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/core/voice.cpp" "external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.o" "gcc" "external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/build.make b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/build.make deleted file mode 100644 index 1475f348..00000000 --- a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/build.make +++ /dev/null @@ -1,1707 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/OpenAL.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/OpenAL.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/OpenAL.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/OpenAL.dir/flags.make - -external/openal/default_hrtf.txt: /home/guest/Downloads/PopLib/external/openal/hrtf/Default\ HRTF.mhr -external/openal/default_hrtf.txt: /home/guest/Downloads/PopLib/external/openal/cmake/bin2h.script.cmake - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating default_hrtf.txt" - cd /home/guest/Downloads/PopLib/external/openal && /usr/bin/cmake -D "INPUT_FILE=/home/guest/Downloads/PopLib/external/openal/hrtf/Default HRTF.mhr" -D OUTPUT_FILE=/home/guest/Downloads/PopLib/build/external/openal/default_hrtf.txt -P /home/guest/Downloads/PopLib/external/openal/cmake/bin2h.script.cmake - -external/openal/CMakeFiles/OpenAL.dir/codegen: -.PHONY : external/openal/CMakeFiles/OpenAL.dir/codegen - -external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp -external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o -MF CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o.d -o CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp - -external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/common/alcomplex.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp > CMakeFiles/OpenAL.dir/common/alcomplex.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/common/alcomplex.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp -o CMakeFiles/OpenAL.dir/common/alcomplex.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/alstring.cpp -external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.o -MF CMakeFiles/OpenAL.dir/common/alstring.cpp.o.d -o CMakeFiles/OpenAL.dir/common/alstring.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/alstring.cpp - -external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/common/alstring.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/alstring.cpp > CMakeFiles/OpenAL.dir/common/alstring.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/common/alstring.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/alstring.cpp -o CMakeFiles/OpenAL.dir/common/alstring.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp -external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o -MF CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o.d -o CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp - -external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp > CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp -o CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/dynload.cpp -external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.o -MF CMakeFiles/OpenAL.dir/common/dynload.cpp.o.d -o CMakeFiles/OpenAL.dir/common/dynload.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/dynload.cpp - -external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/common/dynload.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/dynload.cpp > CMakeFiles/OpenAL.dir/common/dynload.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/common/dynload.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/dynload.cpp -o CMakeFiles/OpenAL.dir/common/dynload.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp -external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.o -MF CMakeFiles/OpenAL.dir/common/filesystem.cpp.o.d -o CMakeFiles/OpenAL.dir/common/filesystem.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp - -external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/common/filesystem.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp > CMakeFiles/OpenAL.dir/common/filesystem.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/common/filesystem.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp -o CMakeFiles/OpenAL.dir/common/filesystem.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/pffft.cpp -external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.o -MF CMakeFiles/OpenAL.dir/common/pffft.cpp.o.d -o CMakeFiles/OpenAL.dir/common/pffft.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/pffft.cpp - -external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/common/pffft.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/pffft.cpp > CMakeFiles/OpenAL.dir/common/pffft.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/common/pffft.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/pffft.cpp -o CMakeFiles/OpenAL.dir/common/pffft.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp -external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o -MF CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o.d -o CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp - -external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp > CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp -o CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp -external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o -MF CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o.d -o CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp - -external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp > CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp -o CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/strutils.cpp -external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.o -MF CMakeFiles/OpenAL.dir/common/strutils.cpp.o.d -o CMakeFiles/OpenAL.dir/common/strutils.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/strutils.cpp - -external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/common/strutils.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/strutils.cpp > CMakeFiles/OpenAL.dir/common/strutils.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/common/strutils.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/strutils.cpp -o CMakeFiles/OpenAL.dir/common/strutils.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/auxeffectslot.cpp -external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o -MF CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o.d -o CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/auxeffectslot.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/auxeffectslot.cpp > CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/auxeffectslot.cpp -o CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/buffer.cpp -external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.o -MF CMakeFiles/OpenAL.dir/al/buffer.cpp.o.d -o CMakeFiles/OpenAL.dir/al/buffer.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/buffer.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/buffer.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/buffer.cpp > CMakeFiles/OpenAL.dir/al/buffer.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/buffer.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/buffer.cpp -o CMakeFiles/OpenAL.dir/al/buffer.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/debug.cpp -external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.o -MF CMakeFiles/OpenAL.dir/al/debug.cpp.o.d -o CMakeFiles/OpenAL.dir/al/debug.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/debug.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/debug.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/debug.cpp > CMakeFiles/OpenAL.dir/al/debug.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/debug.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/debug.cpp -o CMakeFiles/OpenAL.dir/al/debug.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effect.cpp -external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.o -MF CMakeFiles/OpenAL.dir/al/effect.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effect.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effect.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effect.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effect.cpp > CMakeFiles/OpenAL.dir/al/effect.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effect.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effect.cpp -o CMakeFiles/OpenAL.dir/al/effect.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/autowah.cpp -external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/autowah.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/autowah.cpp > CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/autowah.cpp -o CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/chorus.cpp -external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/chorus.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/chorus.cpp > CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/chorus.cpp -o CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/compressor.cpp -external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/compressor.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/compressor.cpp > CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/compressor.cpp -o CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/convolution.cpp -external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/convolution.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/convolution.cpp > CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/convolution.cpp -o CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/dedicated.cpp -external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/dedicated.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/dedicated.cpp > CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/dedicated.cpp -o CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/distortion.cpp -external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/distortion.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/distortion.cpp > CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/distortion.cpp -o CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/echo.cpp -external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/echo.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/echo.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/echo.cpp > CMakeFiles/OpenAL.dir/al/effects/echo.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/echo.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/echo.cpp -o CMakeFiles/OpenAL.dir/al/effects/echo.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/effects.cpp -external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_22) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/effects.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/effects.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/effects.cpp > CMakeFiles/OpenAL.dir/al/effects/effects.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/effects.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/effects.cpp -o CMakeFiles/OpenAL.dir/al/effects/effects.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/equalizer.cpp -external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_23) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/equalizer.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/equalizer.cpp > CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/equalizer.cpp -o CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/fshifter.cpp -external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_24) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/fshifter.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/fshifter.cpp > CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/fshifter.cpp -o CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/modulator.cpp -external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_25) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/modulator.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/modulator.cpp > CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/modulator.cpp -o CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/null.cpp -external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_26) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/null.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/null.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/null.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/null.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/null.cpp > CMakeFiles/OpenAL.dir/al/effects/null.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/null.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/null.cpp -o CMakeFiles/OpenAL.dir/al/effects/null.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/pshifter.cpp -external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_27) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/pshifter.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/pshifter.cpp > CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/pshifter.cpp -o CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/reverb.cpp -external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_28) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/reverb.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/reverb.cpp > CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/reverb.cpp -o CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/effects/vmorpher.cpp -external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_29) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o -MF CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o.d -o CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/effects/vmorpher.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/effects/vmorpher.cpp > CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/effects/vmorpher.cpp -o CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/error.cpp -external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_30) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.o -MF CMakeFiles/OpenAL.dir/al/error.cpp.o.d -o CMakeFiles/OpenAL.dir/al/error.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/error.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/error.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/error.cpp > CMakeFiles/OpenAL.dir/al/error.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/error.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/error.cpp -o CMakeFiles/OpenAL.dir/al/error.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/event.cpp -external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_31) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.o -MF CMakeFiles/OpenAL.dir/al/event.cpp.o.d -o CMakeFiles/OpenAL.dir/al/event.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/event.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/event.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/event.cpp > CMakeFiles/OpenAL.dir/al/event.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/event.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/event.cpp -o CMakeFiles/OpenAL.dir/al/event.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/extension.cpp -external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_32) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.o -MF CMakeFiles/OpenAL.dir/al/extension.cpp.o.d -o CMakeFiles/OpenAL.dir/al/extension.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/extension.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/extension.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/extension.cpp > CMakeFiles/OpenAL.dir/al/extension.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/extension.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/extension.cpp -o CMakeFiles/OpenAL.dir/al/extension.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/filter.cpp -external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_33) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.o -MF CMakeFiles/OpenAL.dir/al/filter.cpp.o.d -o CMakeFiles/OpenAL.dir/al/filter.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/filter.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/filter.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/filter.cpp > CMakeFiles/OpenAL.dir/al/filter.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/filter.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/filter.cpp -o CMakeFiles/OpenAL.dir/al/filter.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/listener.cpp -external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_34) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.o -MF CMakeFiles/OpenAL.dir/al/listener.cpp.o.d -o CMakeFiles/OpenAL.dir/al/listener.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/listener.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/listener.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/listener.cpp > CMakeFiles/OpenAL.dir/al/listener.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/listener.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/listener.cpp -o CMakeFiles/OpenAL.dir/al/listener.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/source.cpp -external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_35) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.o -MF CMakeFiles/OpenAL.dir/al/source.cpp.o.d -o CMakeFiles/OpenAL.dir/al/source.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/source.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/source.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/source.cpp > CMakeFiles/OpenAL.dir/al/source.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/source.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/source.cpp -o CMakeFiles/OpenAL.dir/al/source.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.o: /home/guest/Downloads/PopLib/external/openal/al/state.cpp -external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_36) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.o -MF CMakeFiles/OpenAL.dir/al/state.cpp.o.d -o CMakeFiles/OpenAL.dir/al/state.cpp.o -c /home/guest/Downloads/PopLib/external/openal/al/state.cpp - -external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/al/state.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/al/state.cpp > CMakeFiles/OpenAL.dir/al/state.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/al/state.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/al/state.cpp -o CMakeFiles/OpenAL.dir/al/state.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/alc.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_37) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.o -MF CMakeFiles/OpenAL.dir/alc/alc.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/alc.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/alc.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/alc.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/alc.cpp > CMakeFiles/OpenAL.dir/alc/alc.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/alc.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/alc.cpp -o CMakeFiles/OpenAL.dir/alc/alc.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/alu.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_38) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.o -MF CMakeFiles/OpenAL.dir/alc/alu.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/alu.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/alu.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/alu.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/alu.cpp > CMakeFiles/OpenAL.dir/alc/alu.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/alu.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/alu.cpp -o CMakeFiles/OpenAL.dir/alc/alu.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/alconfig.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_39) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o -MF CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/alconfig.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/alconfig.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/alconfig.cpp > CMakeFiles/OpenAL.dir/alc/alconfig.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/alconfig.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/alconfig.cpp -o CMakeFiles/OpenAL.dir/alc/alconfig.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/context.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_40) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.o -MF CMakeFiles/OpenAL.dir/alc/context.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/context.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/context.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/context.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/context.cpp > CMakeFiles/OpenAL.dir/alc/context.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/context.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/context.cpp -o CMakeFiles/OpenAL.dir/alc/context.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/device.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_41) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.o -MF CMakeFiles/OpenAL.dir/alc/device.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/device.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/device.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/device.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/device.cpp > CMakeFiles/OpenAL.dir/alc/device.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/device.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/device.cpp -o CMakeFiles/OpenAL.dir/alc/device.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/autowah.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_42) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/autowah.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/autowah.cpp > CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/autowah.cpp -o CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/chorus.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_43) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/chorus.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/chorus.cpp > CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/chorus.cpp -o CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/compressor.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_44) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/compressor.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/compressor.cpp > CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/compressor.cpp -o CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/convolution.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_45) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/convolution.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/convolution.cpp > CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/convolution.cpp -o CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/dedicated.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_46) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/dedicated.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/dedicated.cpp > CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/dedicated.cpp -o CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/distortion.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_47) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/distortion.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/distortion.cpp > CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/distortion.cpp -o CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/echo.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_48) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/echo.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/echo.cpp > CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/echo.cpp -o CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/equalizer.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_49) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/equalizer.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/equalizer.cpp > CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/equalizer.cpp -o CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/fshifter.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_50) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/fshifter.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/fshifter.cpp > CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/fshifter.cpp -o CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/modulator.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_51) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/modulator.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/modulator.cpp > CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/modulator.cpp -o CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/null.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_52) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/null.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/null.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/null.cpp > CMakeFiles/OpenAL.dir/alc/effects/null.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/null.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/null.cpp -o CMakeFiles/OpenAL.dir/alc/effects/null.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/pshifter.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_53) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/pshifter.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/pshifter.cpp > CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/pshifter.cpp -o CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/reverb.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_54) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/reverb.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/reverb.cpp > CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/reverb.cpp -o CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/effects/vmorpher.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_55) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o -MF CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/effects/vmorpher.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/effects/vmorpher.cpp > CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/effects/vmorpher.cpp -o CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/events.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_56) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.o -MF CMakeFiles/OpenAL.dir/alc/events.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/events.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/events.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/events.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/events.cpp > CMakeFiles/OpenAL.dir/alc/events.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/events.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/events.cpp -o CMakeFiles/OpenAL.dir/alc/events.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/panning.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_57) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.o -MF CMakeFiles/OpenAL.dir/alc/panning.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/panning.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/panning.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/panning.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/panning.cpp > CMakeFiles/OpenAL.dir/alc/panning.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/panning.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/panning.cpp -o CMakeFiles/OpenAL.dir/alc/panning.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/backends/base.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_58) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/backends/base.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/base.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/backends/base.cpp > CMakeFiles/OpenAL.dir/alc/backends/base.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/base.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/backends/base.cpp -o CMakeFiles/OpenAL.dir/alc/backends/base.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/backends/loopback.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_59) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/backends/loopback.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/backends/loopback.cpp > CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/backends/loopback.cpp -o CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/backends/null.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_60) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/backends/null.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/null.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/backends/null.cpp > CMakeFiles/OpenAL.dir/alc/backends/null.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/null.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/backends/null.cpp -o CMakeFiles/OpenAL.dir/alc/backends/null.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/backends/pipewire.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_61) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/backends/pipewire.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/backends/pipewire.cpp > CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/backends/pipewire.cpp -o CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/backends/pulseaudio.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_62) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/backends/pulseaudio.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/backends/pulseaudio.cpp > CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/backends/pulseaudio.cpp -o CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/backends/alsa.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_63) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/backends/alsa.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/backends/alsa.cpp > CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/backends/alsa.cpp -o CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/backends/oss.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_64) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/backends/oss.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/backends/oss.cpp > CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/backends/oss.cpp -o CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/backends/jack.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_65) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/backends/jack.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/backends/jack.cpp > CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/backends/jack.cpp -o CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/backends/portaudio.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_66) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/backends/portaudio.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/backends/portaudio.cpp > CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/backends/portaudio.cpp -o CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o: /home/guest/Downloads/PopLib/external/openal/alc/backends/wave.cpp -external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_67) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o -MF CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o.d -o CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o -c /home/guest/Downloads/PopLib/external/openal/alc/backends/wave.cpp - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/alc/backends/wave.cpp > CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/alc/backends/wave.cpp -o CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/ambdec.cpp -external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_68) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o -MF CMakeFiles/OpenAL.dir/core/ambdec.cpp.o.d -o CMakeFiles/OpenAL.dir/core/ambdec.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/ambdec.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/ambdec.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/ambdec.cpp > CMakeFiles/OpenAL.dir/core/ambdec.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/ambdec.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/ambdec.cpp -o CMakeFiles/OpenAL.dir/core/ambdec.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/ambidefs.cpp -external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_69) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o -MF CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o.d -o CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/ambidefs.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/ambidefs.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/ambidefs.cpp > CMakeFiles/OpenAL.dir/core/ambidefs.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/ambidefs.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/ambidefs.cpp -o CMakeFiles/OpenAL.dir/core/ambidefs.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/bformatdec.cpp -external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_70) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o -MF CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o.d -o CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/bformatdec.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/bformatdec.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/bformatdec.cpp > CMakeFiles/OpenAL.dir/core/bformatdec.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/bformatdec.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/bformatdec.cpp -o CMakeFiles/OpenAL.dir/core/bformatdec.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/bs2b.cpp -external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_71) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o -MF CMakeFiles/OpenAL.dir/core/bs2b.cpp.o.d -o CMakeFiles/OpenAL.dir/core/bs2b.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/bs2b.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/bs2b.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/bs2b.cpp > CMakeFiles/OpenAL.dir/core/bs2b.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/bs2b.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/bs2b.cpp -o CMakeFiles/OpenAL.dir/core/bs2b.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/bsinc_tables.cpp -external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_72) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o -MF CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o.d -o CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/bsinc_tables.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/bsinc_tables.cpp > CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/bsinc_tables.cpp -o CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/buffer_storage.cpp -external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_73) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o -MF CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o.d -o CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/buffer_storage.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/buffer_storage.cpp > CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/buffer_storage.cpp -o CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/context.cpp -external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_74) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.o -MF CMakeFiles/OpenAL.dir/core/context.cpp.o.d -o CMakeFiles/OpenAL.dir/core/context.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/context.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/context.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/context.cpp > CMakeFiles/OpenAL.dir/core/context.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/context.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/context.cpp -o CMakeFiles/OpenAL.dir/core/context.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/converter.cpp -external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_75) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.o -MF CMakeFiles/OpenAL.dir/core/converter.cpp.o.d -o CMakeFiles/OpenAL.dir/core/converter.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/converter.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/converter.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/converter.cpp > CMakeFiles/OpenAL.dir/core/converter.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/converter.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/converter.cpp -o CMakeFiles/OpenAL.dir/core/converter.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/cpu_caps.cpp -external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_76) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o -MF CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o.d -o CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/cpu_caps.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/cpu_caps.cpp > CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/cpu_caps.cpp -o CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/cubic_tables.cpp -external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_77) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o -MF CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o.d -o CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/cubic_tables.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/cubic_tables.cpp > CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/cubic_tables.cpp -o CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/devformat.cpp -external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_78) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.o -MF CMakeFiles/OpenAL.dir/core/devformat.cpp.o.d -o CMakeFiles/OpenAL.dir/core/devformat.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/devformat.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/devformat.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/devformat.cpp > CMakeFiles/OpenAL.dir/core/devformat.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/devformat.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/devformat.cpp -o CMakeFiles/OpenAL.dir/core/devformat.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/device.cpp -external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_79) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.o -MF CMakeFiles/OpenAL.dir/core/device.cpp.o.d -o CMakeFiles/OpenAL.dir/core/device.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/device.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/device.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/device.cpp > CMakeFiles/OpenAL.dir/core/device.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/device.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/device.cpp -o CMakeFiles/OpenAL.dir/core/device.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/effectslot.cpp -external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_80) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o -MF CMakeFiles/OpenAL.dir/core/effectslot.cpp.o.d -o CMakeFiles/OpenAL.dir/core/effectslot.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/effectslot.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/effectslot.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/effectslot.cpp > CMakeFiles/OpenAL.dir/core/effectslot.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/effectslot.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/effectslot.cpp -o CMakeFiles/OpenAL.dir/core/effectslot.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/except.cpp -external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_81) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.o -MF CMakeFiles/OpenAL.dir/core/except.cpp.o.d -o CMakeFiles/OpenAL.dir/core/except.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/except.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/except.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/except.cpp > CMakeFiles/OpenAL.dir/core/except.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/except.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/except.cpp -o CMakeFiles/OpenAL.dir/core/except.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/filters/biquad.cpp -external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_82) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o -MF CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o.d -o CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/filters/biquad.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/filters/biquad.cpp > CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/filters/biquad.cpp -o CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/filters/nfc.cpp -external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_83) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o -MF CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o.d -o CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/filters/nfc.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/filters/nfc.cpp > CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/filters/nfc.cpp -o CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/filters/splitter.cpp -external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_84) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o -MF CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o.d -o CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/filters/splitter.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/filters/splitter.cpp > CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/filters/splitter.cpp -o CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/fpu_ctrl.cpp -external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_85) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o -MF CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o.d -o CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/fpu_ctrl.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/fpu_ctrl.cpp > CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/fpu_ctrl.cpp -o CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/helpers.cpp -external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_86) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.o -MF CMakeFiles/OpenAL.dir/core/helpers.cpp.o.d -o CMakeFiles/OpenAL.dir/core/helpers.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/helpers.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/helpers.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/helpers.cpp > CMakeFiles/OpenAL.dir/core/helpers.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/helpers.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/helpers.cpp -o CMakeFiles/OpenAL.dir/core/helpers.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/hrtf.cpp -external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_87) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o -MF CMakeFiles/OpenAL.dir/core/hrtf.cpp.o.d -o CMakeFiles/OpenAL.dir/core/hrtf.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/hrtf.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/hrtf.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/hrtf.cpp > CMakeFiles/OpenAL.dir/core/hrtf.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/hrtf.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/hrtf.cpp -o CMakeFiles/OpenAL.dir/core/hrtf.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/logging.cpp -external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_88) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.o -MF CMakeFiles/OpenAL.dir/core/logging.cpp.o.d -o CMakeFiles/OpenAL.dir/core/logging.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/logging.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/logging.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/logging.cpp > CMakeFiles/OpenAL.dir/core/logging.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/logging.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/logging.cpp -o CMakeFiles/OpenAL.dir/core/logging.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/mastering.cpp -external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_89) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.o -MF CMakeFiles/OpenAL.dir/core/mastering.cpp.o.d -o CMakeFiles/OpenAL.dir/core/mastering.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/mastering.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/mastering.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/mastering.cpp > CMakeFiles/OpenAL.dir/core/mastering.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/mastering.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/mastering.cpp -o CMakeFiles/OpenAL.dir/core/mastering.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/mixer.cpp -external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_90) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.o -MF CMakeFiles/OpenAL.dir/core/mixer.cpp.o.d -o CMakeFiles/OpenAL.dir/core/mixer.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/mixer.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/mixer.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/mixer.cpp > CMakeFiles/OpenAL.dir/core/mixer.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/mixer.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/mixer.cpp -o CMakeFiles/OpenAL.dir/core/mixer.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/storage_formats.cpp -external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_91) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o -MF CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o.d -o CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/storage_formats.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/storage_formats.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/storage_formats.cpp > CMakeFiles/OpenAL.dir/core/storage_formats.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/storage_formats.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/storage_formats.cpp -o CMakeFiles/OpenAL.dir/core/storage_formats.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/uhjfilter.cpp -external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_92) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o -MF CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o.d -o CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/uhjfilter.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/uhjfilter.cpp > CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/uhjfilter.cpp -o CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/uiddefs.cpp -external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_93) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o -MF CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o.d -o CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/uiddefs.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/uiddefs.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/uiddefs.cpp > CMakeFiles/OpenAL.dir/core/uiddefs.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/uiddefs.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/uiddefs.cpp -o CMakeFiles/OpenAL.dir/core/uiddefs.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/voice.cpp -external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_94) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.o -MF CMakeFiles/OpenAL.dir/core/voice.cpp.o.d -o CMakeFiles/OpenAL.dir/core/voice.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/voice.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/voice.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/voice.cpp > CMakeFiles/OpenAL.dir/core/voice.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/voice.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/voice.cpp -o CMakeFiles/OpenAL.dir/core/voice.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/dbus_wrap.cpp -external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_95) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o -MF CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o.d -o CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/dbus_wrap.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/dbus_wrap.cpp > CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/dbus_wrap.cpp -o CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/rtkit.cpp -external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_96) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o -MF CMakeFiles/OpenAL.dir/core/rtkit.cpp.o.d -o CMakeFiles/OpenAL.dir/core/rtkit.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/rtkit.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/rtkit.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/rtkit.cpp > CMakeFiles/OpenAL.dir/core/rtkit.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/rtkit.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/rtkit.cpp -o CMakeFiles/OpenAL.dir/core/rtkit.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_c.cpp -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_97) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o -MF CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o.d -o CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_c.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_c.cpp > CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_c.cpp -o CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse.cpp -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_98) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o -MF CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o.d -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse.cpp > CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse.cpp -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse2.cpp -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_99) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o -MF CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o.d -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse2.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse2.cpp > CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse2.cpp -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse3.cpp -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_100) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o -MF CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o.d -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse3.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse3.cpp > CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse3.cpp -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.s - -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o: external/openal/CMakeFiles/OpenAL.dir/flags.make -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o: /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse41.cpp -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o: external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_101) "Building CXX object external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o -MF CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o.d -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o -c /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse41.cpp - -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse41.cpp > CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.i - -external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse41.cpp -o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.s - -# Object files for target OpenAL -OpenAL_OBJECTS = \ -"CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o" \ -"CMakeFiles/OpenAL.dir/common/alstring.cpp.o" \ -"CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o" \ -"CMakeFiles/OpenAL.dir/common/dynload.cpp.o" \ -"CMakeFiles/OpenAL.dir/common/filesystem.cpp.o" \ -"CMakeFiles/OpenAL.dir/common/pffft.cpp.o" \ -"CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o" \ -"CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o" \ -"CMakeFiles/OpenAL.dir/common/strutils.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/buffer.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/debug.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/effect.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/effects/null.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/error.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/event.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/extension.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/filter.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/listener.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/source.cpp.o" \ -"CMakeFiles/OpenAL.dir/al/state.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/alc.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/alu.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/context.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/device.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/events.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/panning.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o" \ -"CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/ambdec.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/bs2b.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/context.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/converter.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/devformat.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/device.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/effectslot.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/except.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/helpers.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/hrtf.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/logging.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/mastering.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/mixer.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/voice.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/rtkit.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o" \ -"CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o" - -# External object files for target OpenAL -OpenAL_EXTERNAL_OBJECTS = \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" - -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o -external/openal/libopenal.a: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o -external/openal/libopenal.a: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/build.make -external/openal/libopenal.a: external/openal/CMakeFiles/OpenAL.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_102) "Linking CXX static library libopenal.a" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/OpenAL.dir/cmake_clean_target.cmake - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/OpenAL.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/OpenAL.dir/build: external/openal/libopenal.a -.PHONY : external/openal/CMakeFiles/OpenAL.dir/build - -external/openal/CMakeFiles/OpenAL.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/OpenAL.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/OpenAL.dir/clean - -external/openal/CMakeFiles/OpenAL.dir/depend: external/openal/default_hrtf.txt - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/OpenAL.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/OpenAL.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/cmake_clean.cmake deleted file mode 100644 index 997a6575..00000000 --- a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/cmake_clean.cmake +++ /dev/null @@ -1,210 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o" - "CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/buffer.cpp.o" - "CMakeFiles/OpenAL.dir/al/buffer.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/debug.cpp.o" - "CMakeFiles/OpenAL.dir/al/debug.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/effect.cpp.o" - "CMakeFiles/OpenAL.dir/al/effect.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o" - "CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o" - "CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o" - "CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o" - "CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o" - "CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o" - "CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o" - "CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o" - "CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o" - "CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o" - "CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o" - "CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/effects/null.cpp.o" - "CMakeFiles/OpenAL.dir/al/effects/null.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o" - "CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o" - "CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o" - "CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/error.cpp.o" - "CMakeFiles/OpenAL.dir/al/error.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/event.cpp.o" - "CMakeFiles/OpenAL.dir/al/event.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/extension.cpp.o" - "CMakeFiles/OpenAL.dir/al/extension.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/filter.cpp.o" - "CMakeFiles/OpenAL.dir/al/filter.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/listener.cpp.o" - "CMakeFiles/OpenAL.dir/al/listener.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/source.cpp.o" - "CMakeFiles/OpenAL.dir/al/source.cpp.o.d" - "CMakeFiles/OpenAL.dir/al/state.cpp.o" - "CMakeFiles/OpenAL.dir/al/state.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/alc.cpp.o" - "CMakeFiles/OpenAL.dir/alc/alc.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o" - "CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/alu.cpp.o" - "CMakeFiles/OpenAL.dir/alc/alu.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o" - "CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o" - "CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o" - "CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o" - "CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o" - "CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o" - "CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o" - "CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o" - "CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o" - "CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o" - "CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/context.cpp.o" - "CMakeFiles/OpenAL.dir/alc/context.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/device.cpp.o" - "CMakeFiles/OpenAL.dir/alc/device.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o" - "CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o" - "CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o" - "CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o" - "CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o" - "CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o" - "CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o" - "CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o" - "CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o" - "CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o" - "CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o" - "CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o" - "CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o" - "CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o" - "CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/events.cpp.o" - "CMakeFiles/OpenAL.dir/alc/events.cpp.o.d" - "CMakeFiles/OpenAL.dir/alc/panning.cpp.o" - "CMakeFiles/OpenAL.dir/alc/panning.cpp.o.d" - "CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o" - "CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o.d" - "CMakeFiles/OpenAL.dir/common/alstring.cpp.o" - "CMakeFiles/OpenAL.dir/common/alstring.cpp.o.d" - "CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o" - "CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o.d" - "CMakeFiles/OpenAL.dir/common/dynload.cpp.o" - "CMakeFiles/OpenAL.dir/common/dynload.cpp.o.d" - "CMakeFiles/OpenAL.dir/common/filesystem.cpp.o" - "CMakeFiles/OpenAL.dir/common/filesystem.cpp.o.d" - "CMakeFiles/OpenAL.dir/common/pffft.cpp.o" - "CMakeFiles/OpenAL.dir/common/pffft.cpp.o.d" - "CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o" - "CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o.d" - "CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o" - "CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o.d" - "CMakeFiles/OpenAL.dir/common/strutils.cpp.o" - "CMakeFiles/OpenAL.dir/common/strutils.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/ambdec.cpp.o" - "CMakeFiles/OpenAL.dir/core/ambdec.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o" - "CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o" - "CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/bs2b.cpp.o" - "CMakeFiles/OpenAL.dir/core/bs2b.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o" - "CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o" - "CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/context.cpp.o" - "CMakeFiles/OpenAL.dir/core/context.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/converter.cpp.o" - "CMakeFiles/OpenAL.dir/core/converter.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o" - "CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o" - "CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o" - "CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/devformat.cpp.o" - "CMakeFiles/OpenAL.dir/core/devformat.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/device.cpp.o" - "CMakeFiles/OpenAL.dir/core/device.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/effectslot.cpp.o" - "CMakeFiles/OpenAL.dir/core/effectslot.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/except.cpp.o" - "CMakeFiles/OpenAL.dir/core/except.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o" - "CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o" - "CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o" - "CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o" - "CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/helpers.cpp.o" - "CMakeFiles/OpenAL.dir/core/helpers.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/hrtf.cpp.o" - "CMakeFiles/OpenAL.dir/core/hrtf.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/logging.cpp.o" - "CMakeFiles/OpenAL.dir/core/logging.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/mastering.cpp.o" - "CMakeFiles/OpenAL.dir/core/mastering.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/mixer.cpp.o" - "CMakeFiles/OpenAL.dir/core/mixer.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o" - "CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o" - "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o" - "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o" - "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o" - "CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/rtkit.cpp.o" - "CMakeFiles/OpenAL.dir/core/rtkit.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o" - "CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o" - "CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o" - "CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o.d" - "CMakeFiles/OpenAL.dir/core/voice.cpp.o" - "CMakeFiles/OpenAL.dir/core/voice.cpp.o.d" - "default_hrtf.txt" - "libopenal.a" - "libopenal.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/OpenAL.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/cmake_clean_target.cmake b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/cmake_clean_target.cmake deleted file mode 100644 index 5a647ccc..00000000 --- a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libopenal.a" -) diff --git a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/compiler_depend.make deleted file mode 100644 index 6b585358..00000000 --- a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for OpenAL. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts deleted file mode 100644 index 58b69bfd..00000000 --- a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for OpenAL. diff --git a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/depend.make deleted file mode 100644 index ee620dba..00000000 --- a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for OpenAL. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/flags.make deleted file mode 100644 index 2583f1bd..00000000 --- a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -DALC_API="" -DAL_ALEXT_PROTOTYPES -DAL_API="" -DAL_BUILD_LIBRARY -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/external/openal/include -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/pipewire-0.3 -I/usr/include/spa-0.2 -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIC -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/link.txt deleted file mode 100644 index d44ca0d2..00000000 --- a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libopenal.a CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o CMakeFiles/OpenAL.dir/common/alstring.cpp.o CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o CMakeFiles/OpenAL.dir/common/dynload.cpp.o CMakeFiles/OpenAL.dir/common/filesystem.cpp.o CMakeFiles/OpenAL.dir/common/pffft.cpp.o CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o CMakeFiles/OpenAL.dir/common/strutils.cpp.o CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o CMakeFiles/OpenAL.dir/al/buffer.cpp.o CMakeFiles/OpenAL.dir/al/debug.cpp.o CMakeFiles/OpenAL.dir/al/effect.cpp.o CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o CMakeFiles/OpenAL.dir/al/effects/null.cpp.o CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o CMakeFiles/OpenAL.dir/al/error.cpp.o CMakeFiles/OpenAL.dir/al/event.cpp.o CMakeFiles/OpenAL.dir/al/extension.cpp.o CMakeFiles/OpenAL.dir/al/filter.cpp.o CMakeFiles/OpenAL.dir/al/listener.cpp.o CMakeFiles/OpenAL.dir/al/source.cpp.o CMakeFiles/OpenAL.dir/al/state.cpp.o CMakeFiles/OpenAL.dir/alc/alc.cpp.o CMakeFiles/OpenAL.dir/alc/alu.cpp.o CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o CMakeFiles/OpenAL.dir/alc/context.cpp.o CMakeFiles/OpenAL.dir/alc/device.cpp.o CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o CMakeFiles/OpenAL.dir/alc/events.cpp.o CMakeFiles/OpenAL.dir/alc/panning.cpp.o CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o CMakeFiles/OpenAL.dir/core/ambdec.cpp.o CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o CMakeFiles/OpenAL.dir/core/bs2b.cpp.o CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o CMakeFiles/OpenAL.dir/core/context.cpp.o CMakeFiles/OpenAL.dir/core/converter.cpp.o CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o CMakeFiles/OpenAL.dir/core/devformat.cpp.o CMakeFiles/OpenAL.dir/core/device.cpp.o CMakeFiles/OpenAL.dir/core/effectslot.cpp.o CMakeFiles/OpenAL.dir/core/except.cpp.o CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o CMakeFiles/OpenAL.dir/core/helpers.cpp.o CMakeFiles/OpenAL.dir/core/hrtf.cpp.o CMakeFiles/OpenAL.dir/core/logging.cpp.o CMakeFiles/OpenAL.dir/core/mastering.cpp.o CMakeFiles/OpenAL.dir/core/mixer.cpp.o CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o CMakeFiles/OpenAL.dir/core/voice.cpp.o CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o CMakeFiles/OpenAL.dir/core/rtkit.cpp.o CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" -/usr/bin/ranlib libopenal.a diff --git a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/progress.make deleted file mode 100644 index bf275948..00000000 --- a/build_emscripten/external/openal/CMakeFiles/OpenAL.dir/progress.make +++ /dev/null @@ -1,103 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = -CMAKE_PROGRESS_7 = -CMAKE_PROGRESS_8 = -CMAKE_PROGRESS_9 = -CMAKE_PROGRESS_10 = -CMAKE_PROGRESS_11 = -CMAKE_PROGRESS_12 = -CMAKE_PROGRESS_13 = -CMAKE_PROGRESS_14 = -CMAKE_PROGRESS_15 = -CMAKE_PROGRESS_16 = -CMAKE_PROGRESS_17 = -CMAKE_PROGRESS_18 = -CMAKE_PROGRESS_19 = 2 -CMAKE_PROGRESS_20 = -CMAKE_PROGRESS_21 = -CMAKE_PROGRESS_22 = -CMAKE_PROGRESS_23 = -CMAKE_PROGRESS_24 = -CMAKE_PROGRESS_25 = -CMAKE_PROGRESS_26 = -CMAKE_PROGRESS_27 = -CMAKE_PROGRESS_28 = -CMAKE_PROGRESS_29 = -CMAKE_PROGRESS_30 = -CMAKE_PROGRESS_31 = -CMAKE_PROGRESS_32 = -CMAKE_PROGRESS_33 = -CMAKE_PROGRESS_34 = -CMAKE_PROGRESS_35 = -CMAKE_PROGRESS_36 = -CMAKE_PROGRESS_37 = -CMAKE_PROGRESS_38 = -CMAKE_PROGRESS_39 = -CMAKE_PROGRESS_40 = -CMAKE_PROGRESS_41 = -CMAKE_PROGRESS_42 = -CMAKE_PROGRESS_43 = -CMAKE_PROGRESS_44 = -CMAKE_PROGRESS_45 = -CMAKE_PROGRESS_46 = -CMAKE_PROGRESS_47 = -CMAKE_PROGRESS_48 = 3 -CMAKE_PROGRESS_49 = -CMAKE_PROGRESS_50 = -CMAKE_PROGRESS_51 = -CMAKE_PROGRESS_52 = -CMAKE_PROGRESS_53 = -CMAKE_PROGRESS_54 = -CMAKE_PROGRESS_55 = -CMAKE_PROGRESS_56 = -CMAKE_PROGRESS_57 = -CMAKE_PROGRESS_58 = -CMAKE_PROGRESS_59 = -CMAKE_PROGRESS_60 = -CMAKE_PROGRESS_61 = -CMAKE_PROGRESS_62 = -CMAKE_PROGRESS_63 = -CMAKE_PROGRESS_64 = -CMAKE_PROGRESS_65 = -CMAKE_PROGRESS_66 = -CMAKE_PROGRESS_67 = -CMAKE_PROGRESS_68 = -CMAKE_PROGRESS_69 = -CMAKE_PROGRESS_70 = -CMAKE_PROGRESS_71 = -CMAKE_PROGRESS_72 = -CMAKE_PROGRESS_73 = -CMAKE_PROGRESS_74 = -CMAKE_PROGRESS_75 = -CMAKE_PROGRESS_76 = 4 -CMAKE_PROGRESS_77 = -CMAKE_PROGRESS_78 = -CMAKE_PROGRESS_79 = -CMAKE_PROGRESS_80 = -CMAKE_PROGRESS_81 = -CMAKE_PROGRESS_82 = -CMAKE_PROGRESS_83 = -CMAKE_PROGRESS_84 = -CMAKE_PROGRESS_85 = -CMAKE_PROGRESS_86 = -CMAKE_PROGRESS_87 = -CMAKE_PROGRESS_88 = -CMAKE_PROGRESS_89 = -CMAKE_PROGRESS_90 = -CMAKE_PROGRESS_91 = -CMAKE_PROGRESS_92 = -CMAKE_PROGRESS_93 = -CMAKE_PROGRESS_94 = -CMAKE_PROGRESS_95 = -CMAKE_PROGRESS_96 = -CMAKE_PROGRESS_97 = -CMAKE_PROGRESS_98 = -CMAKE_PROGRESS_99 = -CMAKE_PROGRESS_100 = -CMAKE_PROGRESS_101 = -CMAKE_PROGRESS_102 = - diff --git a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/DependInfo.cmake deleted file mode 100644 index a6f02d39..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/examples/alconvolve.c" "external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o" "gcc" "external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o.d" - "" "external/openal/alconvolve" "gcc" "external/openal/CMakeFiles/alconvolve.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/build.make deleted file mode 100644 index 6bebcf51..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/build.make +++ /dev/null @@ -1,118 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/alconvolve.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/alconvolve.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/alconvolve.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/alconvolve.dir/flags.make - -external/openal/CMakeFiles/alconvolve.dir/codegen: -.PHONY : external/openal/CMakeFiles/alconvolve.dir/codegen - -external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o: external/openal/CMakeFiles/alconvolve.dir/flags.make -external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o: /home/guest/Downloads/PopLib/external/openal/examples/alconvolve.c -external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o: external/openal/CMakeFiles/alconvolve.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o -MF CMakeFiles/alconvolve.dir/examples/alconvolve.c.o.d -o CMakeFiles/alconvolve.dir/examples/alconvolve.c.o -c /home/guest/Downloads/PopLib/external/openal/examples/alconvolve.c - -external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/alconvolve.dir/examples/alconvolve.c.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/alconvolve.c > CMakeFiles/alconvolve.dir/examples/alconvolve.c.i - -external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/alconvolve.dir/examples/alconvolve.c.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/alconvolve.c -o CMakeFiles/alconvolve.dir/examples/alconvolve.c.s - -# Object files for target alconvolve -alconvolve_OBJECTS = \ -"CMakeFiles/alconvolve.dir/examples/alconvolve.c.o" - -# External object files for target alconvolve -alconvolve_EXTERNAL_OBJECTS = - -external/openal/alconvolve: external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o -external/openal/alconvolve: external/openal/CMakeFiles/alconvolve.dir/build.make -external/openal/alconvolve: external/openal/CMakeFiles/alconvolve.dir/compiler_depend.ts -external/openal/alconvolve: external/openal/libalsoft.common.a -external/openal/alconvolve: /usr/lib/libsndfile.so -external/openal/alconvolve: external/openal/libalsoft.excommon.a -external/openal/alconvolve: external/openal/libopenal.a -external/openal/alconvolve: external/openal/CMakeFiles/alconvolve.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable alconvolve" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alconvolve.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/alconvolve.dir/build: external/openal/alconvolve -.PHONY : external/openal/CMakeFiles/alconvolve.dir/build - -external/openal/CMakeFiles/alconvolve.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alconvolve.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/alconvolve.dir/clean - -external/openal/CMakeFiles/alconvolve.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alconvolve.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/alconvolve.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/cmake_clean.cmake deleted file mode 100644 index b5004ea1..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/alconvolve.dir/link.d" - "CMakeFiles/alconvolve.dir/examples/alconvolve.c.o" - "CMakeFiles/alconvolve.dir/examples/alconvolve.c.o.d" - "alconvolve" - "alconvolve.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/alconvolve.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/compiler_depend.make deleted file mode 100644 index edc19653..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for alconvolve. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/compiler_depend.ts deleted file mode 100644 index 81d40bc9..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for alconvolve. diff --git a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/depend.make deleted file mode 100644 index 61421074..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for alconvolve. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/flags.make deleted file mode 100644 index 13b18d91..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL - -C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/link.txt deleted file mode 100644 index efaa5500..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/alconvolve.dir/link.d CMakeFiles/alconvolve.dir/examples/alconvolve.c.o -o alconvolve -pthread libalsoft.common.a /usr/lib/libsndfile.so libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alconvolve.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/DependInfo.cmake deleted file mode 100644 index def97b8d..00000000 --- a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/examples/aldebug.cpp" "external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.o" "gcc" "external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.o.d" - "" "external/openal/aldebug" "gcc" "external/openal/CMakeFiles/aldebug.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/build.make b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/build.make deleted file mode 100644 index f6b349bc..00000000 --- a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/build.make +++ /dev/null @@ -1,120 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/aldebug.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/aldebug.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/aldebug.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/aldebug.dir/flags.make - -external/openal/CMakeFiles/aldebug.dir/codegen: -.PHONY : external/openal/CMakeFiles/aldebug.dir/codegen - -external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.o: external/openal/CMakeFiles/aldebug.dir/flags.make -external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.o: /home/guest/Downloads/PopLib/external/openal/examples/aldebug.cpp -external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.o: external/openal/CMakeFiles/aldebug.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.o -MF CMakeFiles/aldebug.dir/examples/aldebug.cpp.o.d -o CMakeFiles/aldebug.dir/examples/aldebug.cpp.o -c /home/guest/Downloads/PopLib/external/openal/examples/aldebug.cpp - -external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/aldebug.dir/examples/aldebug.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/aldebug.cpp > CMakeFiles/aldebug.dir/examples/aldebug.cpp.i - -external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/aldebug.dir/examples/aldebug.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/aldebug.cpp -o CMakeFiles/aldebug.dir/examples/aldebug.cpp.s - -# Object files for target aldebug -aldebug_OBJECTS = \ -"CMakeFiles/aldebug.dir/examples/aldebug.cpp.o" - -# External object files for target aldebug -aldebug_EXTERNAL_OBJECTS = \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" - -external/openal/aldebug: external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.o -external/openal/aldebug: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o -external/openal/aldebug: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o -external/openal/aldebug: external/openal/CMakeFiles/aldebug.dir/build.make -external/openal/aldebug: external/openal/CMakeFiles/aldebug.dir/compiler_depend.ts -external/openal/aldebug: external/openal/libalsoft.excommon.a -external/openal/aldebug: external/openal/libopenal.a -external/openal/aldebug: external/openal/CMakeFiles/aldebug.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable aldebug" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/aldebug.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/aldebug.dir/build: external/openal/aldebug -.PHONY : external/openal/CMakeFiles/aldebug.dir/build - -external/openal/CMakeFiles/aldebug.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/aldebug.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/aldebug.dir/clean - -external/openal/CMakeFiles/aldebug.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/aldebug.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/aldebug.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/cmake_clean.cmake deleted file mode 100644 index 95aafc36..00000000 --- a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/aldebug.dir/link.d" - "CMakeFiles/aldebug.dir/examples/aldebug.cpp.o" - "CMakeFiles/aldebug.dir/examples/aldebug.cpp.o.d" - "aldebug" - "aldebug.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/aldebug.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/compiler_depend.make deleted file mode 100644 index 66178126..00000000 --- a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for aldebug. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/compiler_depend.ts deleted file mode 100644 index 64d215d3..00000000 --- a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for aldebug. diff --git a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/depend.make deleted file mode 100644 index b81a06d7..00000000 --- a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for aldebug. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/flags.make deleted file mode 100644 index a551662c..00000000 --- a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/link.txt deleted file mode 100644 index ff978062..00000000 --- a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/aldebug.dir/link.d CMakeFiles/aldebug.dir/examples/aldebug.cpp.o "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" -o aldebug -pthread libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/aldebug.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/openal/CMakeFiles/aldebug.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/DependInfo.cmake deleted file mode 100644 index 695b0889..00000000 --- a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/examples/aldirect.cpp" "external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.o" "gcc" "external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.o.d" - "" "external/openal/aldirect" "gcc" "external/openal/CMakeFiles/aldirect.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/build.make b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/build.make deleted file mode 100644 index 0dbc2a53..00000000 --- a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/build.make +++ /dev/null @@ -1,121 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/aldirect.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/aldirect.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/aldirect.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/aldirect.dir/flags.make - -external/openal/CMakeFiles/aldirect.dir/codegen: -.PHONY : external/openal/CMakeFiles/aldirect.dir/codegen - -external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.o: external/openal/CMakeFiles/aldirect.dir/flags.make -external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.o: /home/guest/Downloads/PopLib/external/openal/examples/aldirect.cpp -external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.o: external/openal/CMakeFiles/aldirect.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.o -MF CMakeFiles/aldirect.dir/examples/aldirect.cpp.o.d -o CMakeFiles/aldirect.dir/examples/aldirect.cpp.o -c /home/guest/Downloads/PopLib/external/openal/examples/aldirect.cpp - -external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/aldirect.dir/examples/aldirect.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/aldirect.cpp > CMakeFiles/aldirect.dir/examples/aldirect.cpp.i - -external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/aldirect.dir/examples/aldirect.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/aldirect.cpp -o CMakeFiles/aldirect.dir/examples/aldirect.cpp.s - -# Object files for target aldirect -aldirect_OBJECTS = \ -"CMakeFiles/aldirect.dir/examples/aldirect.cpp.o" - -# External object files for target aldirect -aldirect_EXTERNAL_OBJECTS = \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" - -external/openal/aldirect: external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.o -external/openal/aldirect: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o -external/openal/aldirect: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o -external/openal/aldirect: external/openal/CMakeFiles/aldirect.dir/build.make -external/openal/aldirect: external/openal/CMakeFiles/aldirect.dir/compiler_depend.ts -external/openal/aldirect: /usr/lib/libsndfile.so -external/openal/aldirect: external/openal/libalsoft.excommon.a -external/openal/aldirect: external/openal/libopenal.a -external/openal/aldirect: external/openal/CMakeFiles/aldirect.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable aldirect" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/aldirect.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/aldirect.dir/build: external/openal/aldirect -.PHONY : external/openal/CMakeFiles/aldirect.dir/build - -external/openal/CMakeFiles/aldirect.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/aldirect.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/aldirect.dir/clean - -external/openal/CMakeFiles/aldirect.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/aldirect.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/aldirect.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/cmake_clean.cmake deleted file mode 100644 index f4681cc0..00000000 --- a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/aldirect.dir/link.d" - "CMakeFiles/aldirect.dir/examples/aldirect.cpp.o" - "CMakeFiles/aldirect.dir/examples/aldirect.cpp.o.d" - "aldirect" - "aldirect.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/aldirect.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/compiler_depend.make deleted file mode 100644 index 2cbdd691..00000000 --- a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for aldirect. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/compiler_depend.ts deleted file mode 100644 index b1dd54d2..00000000 --- a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for aldirect. diff --git a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/depend.make deleted file mode 100644 index a72ab7bd..00000000 --- a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for aldirect. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/flags.make deleted file mode 100644 index a551662c..00000000 --- a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/link.txt deleted file mode 100644 index 649cb6ba..00000000 --- a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/aldirect.dir/link.d CMakeFiles/aldirect.dir/examples/aldirect.cpp.o "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" -o aldirect -pthread /usr/lib/libsndfile.so libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/aldirect.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/openal/CMakeFiles/aldirect.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/DependInfo.cmake deleted file mode 100644 index bd394475..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/examples/alffplay.cpp" "external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o" "gcc" "external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o.d" - "" "external/openal/alffplay" "gcc" "external/openal/CMakeFiles/alffplay.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/build.make deleted file mode 100644 index 39854d6d..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/build.make +++ /dev/null @@ -1,128 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/alffplay.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/alffplay.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/alffplay.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/alffplay.dir/flags.make - -external/openal/CMakeFiles/alffplay.dir/codegen: -.PHONY : external/openal/CMakeFiles/alffplay.dir/codegen - -external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o: external/openal/CMakeFiles/alffplay.dir/flags.make -external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o: /home/guest/Downloads/PopLib/external/openal/examples/alffplay.cpp -external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o: external/openal/CMakeFiles/alffplay.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o -MF CMakeFiles/alffplay.dir/examples/alffplay.cpp.o.d -o CMakeFiles/alffplay.dir/examples/alffplay.cpp.o -c /home/guest/Downloads/PopLib/external/openal/examples/alffplay.cpp - -external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alffplay.dir/examples/alffplay.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/alffplay.cpp > CMakeFiles/alffplay.dir/examples/alffplay.cpp.i - -external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alffplay.dir/examples/alffplay.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/alffplay.cpp -o CMakeFiles/alffplay.dir/examples/alffplay.cpp.s - -# Object files for target alffplay -alffplay_OBJECTS = \ -"CMakeFiles/alffplay.dir/examples/alffplay.cpp.o" - -# External object files for target alffplay -alffplay_EXTERNAL_OBJECTS = \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" - -external/openal/alffplay: external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o -external/openal/alffplay: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o -external/openal/alffplay: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o -external/openal/alffplay: external/openal/CMakeFiles/alffplay.dir/build.make -external/openal/alffplay: external/openal/CMakeFiles/alffplay.dir/compiler_depend.ts -external/openal/alffplay: external/SDL/libSDL3.so.0.3.0 -external/openal/alffplay: /usr/lib/libavformat.so -external/openal/alffplay: /usr/lib/libavcodec.so -external/openal/alffplay: /usr/lib/libavutil.so -external/openal/alffplay: /usr/lib/libswscale.so -external/openal/alffplay: /usr/lib/libswresample.so -external/openal/alffplay: /usr/lib/libz.so -external/openal/alffplay: external/openal/libalsoft.excommon.a -external/openal/alffplay: external/openal/libopenal.a -external/openal/alffplay: /home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.sym -external/openal/alffplay: external/openal/CMakeFiles/alffplay.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable alffplay" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alffplay.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/alffplay.dir/build: external/openal/alffplay -.PHONY : external/openal/CMakeFiles/alffplay.dir/build - -external/openal/CMakeFiles/alffplay.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alffplay.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/alffplay.dir/clean - -external/openal/CMakeFiles/alffplay.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alffplay.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/alffplay.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/cmake_clean.cmake deleted file mode 100644 index 3e3d87b5..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/alffplay.dir/link.d" - "CMakeFiles/alffplay.dir/examples/alffplay.cpp.o" - "CMakeFiles/alffplay.dir/examples/alffplay.cpp.o.d" - "alffplay" - "alffplay.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/alffplay.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/compiler_depend.make deleted file mode 100644 index 935e94f3..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for alffplay. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/compiler_depend.ts deleted file mode 100644 index e8396947..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for alffplay. diff --git a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/depend.make deleted file mode 100644 index d0bbe563..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for alffplay. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/flags.make deleted file mode 100644 index de115d69..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/link.txt deleted file mode 100644 index 223b5754..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/alffplay.dir/link.d CMakeFiles/alffplay.dir/examples/alffplay.cpp.o "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" -o alffplay -Wl,-rpath,/home/guest/Downloads/PopLib/build/external/SDL: -pthread ../SDL/libSDL3.so.0.3.0 /usr/lib/libavformat.so /usr/lib/libavcodec.so /usr/lib/libavutil.so /usr/lib/libswscale.so /usr/lib/libswresample.so /usr/lib/libz.so libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alffplay.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alffplay.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/DependInfo.cmake deleted file mode 100644 index 196a4554..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/examples/alhrtf.c" "external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o" "gcc" "external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o.d" - "" "external/openal/alhrtf" "gcc" "external/openal/CMakeFiles/alhrtf.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/build.make deleted file mode 100644 index 2741a554..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/build.make +++ /dev/null @@ -1,117 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/alhrtf.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/alhrtf.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/alhrtf.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/alhrtf.dir/flags.make - -external/openal/CMakeFiles/alhrtf.dir/codegen: -.PHONY : external/openal/CMakeFiles/alhrtf.dir/codegen - -external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o: external/openal/CMakeFiles/alhrtf.dir/flags.make -external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o: /home/guest/Downloads/PopLib/external/openal/examples/alhrtf.c -external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o: external/openal/CMakeFiles/alhrtf.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o -MF CMakeFiles/alhrtf.dir/examples/alhrtf.c.o.d -o CMakeFiles/alhrtf.dir/examples/alhrtf.c.o -c /home/guest/Downloads/PopLib/external/openal/examples/alhrtf.c - -external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/alhrtf.dir/examples/alhrtf.c.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/alhrtf.c > CMakeFiles/alhrtf.dir/examples/alhrtf.c.i - -external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/alhrtf.dir/examples/alhrtf.c.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/alhrtf.c -o CMakeFiles/alhrtf.dir/examples/alhrtf.c.s - -# Object files for target alhrtf -alhrtf_OBJECTS = \ -"CMakeFiles/alhrtf.dir/examples/alhrtf.c.o" - -# External object files for target alhrtf -alhrtf_EXTERNAL_OBJECTS = - -external/openal/alhrtf: external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o -external/openal/alhrtf: external/openal/CMakeFiles/alhrtf.dir/build.make -external/openal/alhrtf: external/openal/CMakeFiles/alhrtf.dir/compiler_depend.ts -external/openal/alhrtf: /usr/lib/libsndfile.so -external/openal/alhrtf: external/openal/libalsoft.excommon.a -external/openal/alhrtf: external/openal/libopenal.a -external/openal/alhrtf: external/openal/CMakeFiles/alhrtf.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable alhrtf" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alhrtf.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/alhrtf.dir/build: external/openal/alhrtf -.PHONY : external/openal/CMakeFiles/alhrtf.dir/build - -external/openal/CMakeFiles/alhrtf.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alhrtf.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/alhrtf.dir/clean - -external/openal/CMakeFiles/alhrtf.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alhrtf.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/alhrtf.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/cmake_clean.cmake deleted file mode 100644 index 7ce55eb4..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/alhrtf.dir/link.d" - "CMakeFiles/alhrtf.dir/examples/alhrtf.c.o" - "CMakeFiles/alhrtf.dir/examples/alhrtf.c.o.d" - "alhrtf" - "alhrtf.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/alhrtf.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/compiler_depend.make deleted file mode 100644 index 1a2ebee1..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for alhrtf. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/compiler_depend.ts deleted file mode 100644 index 68938b54..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for alhrtf. diff --git a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/depend.make deleted file mode 100644 index 4e0baf44..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for alhrtf. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/flags.make deleted file mode 100644 index 13b18d91..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL - -C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/link.txt deleted file mode 100644 index a62fd0ae..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/alhrtf.dir/link.d CMakeFiles/alhrtf.dir/examples/alhrtf.c.o -o alhrtf -pthread /usr/lib/libsndfile.so libalsoft.excommon.a -lm libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alhrtf.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/DependInfo.cmake deleted file mode 100644 index 609c8693..00000000 --- a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/examples/allafplay.cpp" "external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.o" "gcc" "external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.o.d" - "" "external/openal/allafplay" "gcc" "external/openal/CMakeFiles/allafplay.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/build.make b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/build.make deleted file mode 100644 index 46021191..00000000 --- a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/build.make +++ /dev/null @@ -1,121 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/allafplay.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/allafplay.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/allafplay.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/allafplay.dir/flags.make - -external/openal/CMakeFiles/allafplay.dir/codegen: -.PHONY : external/openal/CMakeFiles/allafplay.dir/codegen - -external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.o: external/openal/CMakeFiles/allafplay.dir/flags.make -external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.o: /home/guest/Downloads/PopLib/external/openal/examples/allafplay.cpp -external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.o: external/openal/CMakeFiles/allafplay.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.o -MF CMakeFiles/allafplay.dir/examples/allafplay.cpp.o.d -o CMakeFiles/allafplay.dir/examples/allafplay.cpp.o -c /home/guest/Downloads/PopLib/external/openal/examples/allafplay.cpp - -external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/allafplay.dir/examples/allafplay.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/allafplay.cpp > CMakeFiles/allafplay.dir/examples/allafplay.cpp.i - -external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/allafplay.dir/examples/allafplay.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/allafplay.cpp -o CMakeFiles/allafplay.dir/examples/allafplay.cpp.s - -# Object files for target allafplay -allafplay_OBJECTS = \ -"CMakeFiles/allafplay.dir/examples/allafplay.cpp.o" - -# External object files for target allafplay -allafplay_EXTERNAL_OBJECTS = \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" - -external/openal/allafplay: external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.o -external/openal/allafplay: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o -external/openal/allafplay: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o -external/openal/allafplay: external/openal/CMakeFiles/allafplay.dir/build.make -external/openal/allafplay: external/openal/CMakeFiles/allafplay.dir/compiler_depend.ts -external/openal/allafplay: external/openal/libalsoft.common.a -external/openal/allafplay: external/openal/libalsoft.excommon.a -external/openal/allafplay: external/openal/libopenal.a -external/openal/allafplay: external/openal/CMakeFiles/allafplay.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable allafplay" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/allafplay.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/allafplay.dir/build: external/openal/allafplay -.PHONY : external/openal/CMakeFiles/allafplay.dir/build - -external/openal/CMakeFiles/allafplay.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/allafplay.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/allafplay.dir/clean - -external/openal/CMakeFiles/allafplay.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/allafplay.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/allafplay.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/cmake_clean.cmake deleted file mode 100644 index 65ad4e5c..00000000 --- a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/allafplay.dir/link.d" - "CMakeFiles/allafplay.dir/examples/allafplay.cpp.o" - "CMakeFiles/allafplay.dir/examples/allafplay.cpp.o.d" - "allafplay" - "allafplay.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/allafplay.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/compiler_depend.make deleted file mode 100644 index 19d2166f..00000000 --- a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for allafplay. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/compiler_depend.ts deleted file mode 100644 index e8170126..00000000 --- a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for allafplay. diff --git a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/depend.make deleted file mode 100644 index 5e596bef..00000000 --- a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for allafplay. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/flags.make deleted file mode 100644 index a551662c..00000000 --- a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/link.txt deleted file mode 100644 index fc6440f2..00000000 --- a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/allafplay.dir/link.d CMakeFiles/allafplay.dir/examples/allafplay.cpp.o "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" -o allafplay -pthread libalsoft.common.a libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/allafplay.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/openal/CMakeFiles/allafplay.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/openal/CMakeFiles/allatency.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/allatency.dir/DependInfo.cmake deleted file mode 100644 index 32745458..00000000 --- a/build_emscripten/external/openal/CMakeFiles/allatency.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/examples/allatency.c" "external/openal/CMakeFiles/allatency.dir/examples/allatency.c.o" "gcc" "external/openal/CMakeFiles/allatency.dir/examples/allatency.c.o.d" - "" "external/openal/allatency" "gcc" "external/openal/CMakeFiles/allatency.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/allatency.dir/build.make b/build_emscripten/external/openal/CMakeFiles/allatency.dir/build.make deleted file mode 100644 index 077e366b..00000000 --- a/build_emscripten/external/openal/CMakeFiles/allatency.dir/build.make +++ /dev/null @@ -1,117 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/allatency.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/allatency.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/allatency.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/allatency.dir/flags.make - -external/openal/CMakeFiles/allatency.dir/codegen: -.PHONY : external/openal/CMakeFiles/allatency.dir/codegen - -external/openal/CMakeFiles/allatency.dir/examples/allatency.c.o: external/openal/CMakeFiles/allatency.dir/flags.make -external/openal/CMakeFiles/allatency.dir/examples/allatency.c.o: /home/guest/Downloads/PopLib/external/openal/examples/allatency.c -external/openal/CMakeFiles/allatency.dir/examples/allatency.c.o: external/openal/CMakeFiles/allatency.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/allatency.dir/examples/allatency.c.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/allatency.dir/examples/allatency.c.o -MF CMakeFiles/allatency.dir/examples/allatency.c.o.d -o CMakeFiles/allatency.dir/examples/allatency.c.o -c /home/guest/Downloads/PopLib/external/openal/examples/allatency.c - -external/openal/CMakeFiles/allatency.dir/examples/allatency.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/allatency.dir/examples/allatency.c.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/allatency.c > CMakeFiles/allatency.dir/examples/allatency.c.i - -external/openal/CMakeFiles/allatency.dir/examples/allatency.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/allatency.dir/examples/allatency.c.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/allatency.c -o CMakeFiles/allatency.dir/examples/allatency.c.s - -# Object files for target allatency -allatency_OBJECTS = \ -"CMakeFiles/allatency.dir/examples/allatency.c.o" - -# External object files for target allatency -allatency_EXTERNAL_OBJECTS = - -external/openal/allatency: external/openal/CMakeFiles/allatency.dir/examples/allatency.c.o -external/openal/allatency: external/openal/CMakeFiles/allatency.dir/build.make -external/openal/allatency: external/openal/CMakeFiles/allatency.dir/compiler_depend.ts -external/openal/allatency: /usr/lib/libsndfile.so -external/openal/allatency: external/openal/libalsoft.excommon.a -external/openal/allatency: external/openal/libopenal.a -external/openal/allatency: external/openal/CMakeFiles/allatency.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable allatency" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/allatency.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/allatency.dir/build: external/openal/allatency -.PHONY : external/openal/CMakeFiles/allatency.dir/build - -external/openal/CMakeFiles/allatency.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/allatency.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/allatency.dir/clean - -external/openal/CMakeFiles/allatency.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/allatency.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/allatency.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/allatency.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/allatency.dir/cmake_clean.cmake deleted file mode 100644 index b1513296..00000000 --- a/build_emscripten/external/openal/CMakeFiles/allatency.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/allatency.dir/link.d" - "CMakeFiles/allatency.dir/examples/allatency.c.o" - "CMakeFiles/allatency.dir/examples/allatency.c.o.d" - "allatency" - "allatency.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/allatency.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/allatency.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/allatency.dir/compiler_depend.make deleted file mode 100644 index 33292a0e..00000000 --- a/build_emscripten/external/openal/CMakeFiles/allatency.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for allatency. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/allatency.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/allatency.dir/compiler_depend.ts deleted file mode 100644 index 7c6730d6..00000000 --- a/build_emscripten/external/openal/CMakeFiles/allatency.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for allatency. diff --git a/build_emscripten/external/openal/CMakeFiles/allatency.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/allatency.dir/depend.make deleted file mode 100644 index ad428de1..00000000 --- a/build_emscripten/external/openal/CMakeFiles/allatency.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for allatency. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/allatency.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/allatency.dir/flags.make deleted file mode 100644 index 13b18d91..00000000 --- a/build_emscripten/external/openal/CMakeFiles/allatency.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL - -C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/allatency.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/allatency.dir/link.txt deleted file mode 100644 index 7f62c970..00000000 --- a/build_emscripten/external/openal/CMakeFiles/allatency.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/allatency.dir/link.d CMakeFiles/allatency.dir/examples/allatency.c.o -o allatency -pthread /usr/lib/libsndfile.so libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/allatency.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/allatency.dir/progress.make deleted file mode 100644 index 72822cee..00000000 --- a/build_emscripten/external/openal/CMakeFiles/allatency.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = 33 -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/DependInfo.cmake deleted file mode 100644 index 9aae754d..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/examples/alloopback.c" "external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.o" "gcc" "external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.o.d" - "" "external/openal/alloopback" "gcc" "external/openal/CMakeFiles/alloopback.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/build.make deleted file mode 100644 index 69971002..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/build.make +++ /dev/null @@ -1,118 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/alloopback.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/alloopback.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/alloopback.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/alloopback.dir/flags.make - -external/openal/CMakeFiles/alloopback.dir/codegen: -.PHONY : external/openal/CMakeFiles/alloopback.dir/codegen - -external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.o: external/openal/CMakeFiles/alloopback.dir/flags.make -external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.o: /home/guest/Downloads/PopLib/external/openal/examples/alloopback.c -external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.o: external/openal/CMakeFiles/alloopback.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.o -MF CMakeFiles/alloopback.dir/examples/alloopback.c.o.d -o CMakeFiles/alloopback.dir/examples/alloopback.c.o -c /home/guest/Downloads/PopLib/external/openal/examples/alloopback.c - -external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/alloopback.dir/examples/alloopback.c.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/alloopback.c > CMakeFiles/alloopback.dir/examples/alloopback.c.i - -external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/alloopback.dir/examples/alloopback.c.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/alloopback.c -o CMakeFiles/alloopback.dir/examples/alloopback.c.s - -# Object files for target alloopback -alloopback_OBJECTS = \ -"CMakeFiles/alloopback.dir/examples/alloopback.c.o" - -# External object files for target alloopback -alloopback_EXTERNAL_OBJECTS = - -external/openal/alloopback: external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.o -external/openal/alloopback: external/openal/CMakeFiles/alloopback.dir/build.make -external/openal/alloopback: external/openal/CMakeFiles/alloopback.dir/compiler_depend.ts -external/openal/alloopback: external/SDL/libSDL3.so.0.3.0 -external/openal/alloopback: external/openal/libalsoft.excommon.a -external/openal/alloopback: external/openal/libopenal.a -external/openal/alloopback: /home/guest/Downloads/PopLib/external/SDL/src/dynapi/SDL_dynapi.sym -external/openal/alloopback: external/openal/CMakeFiles/alloopback.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable alloopback" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alloopback.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/alloopback.dir/build: external/openal/alloopback -.PHONY : external/openal/CMakeFiles/alloopback.dir/build - -external/openal/CMakeFiles/alloopback.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alloopback.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/alloopback.dir/clean - -external/openal/CMakeFiles/alloopback.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alloopback.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/alloopback.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/cmake_clean.cmake deleted file mode 100644 index 5893cd50..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/alloopback.dir/link.d" - "CMakeFiles/alloopback.dir/examples/alloopback.c.o" - "CMakeFiles/alloopback.dir/examples/alloopback.c.o.d" - "alloopback" - "alloopback.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/alloopback.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/compiler_depend.make deleted file mode 100644 index a576e4f9..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for alloopback. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/compiler_depend.ts deleted file mode 100644 index bfd1bb8c..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for alloopback. diff --git a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/depend.make deleted file mode 100644 index 6a6f468e..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for alloopback. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/flags.make deleted file mode 100644 index 8c230a5a..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/SDL/include-revision -I/home/guest/Downloads/PopLib/external/SDL/include -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL - -C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/link.txt deleted file mode 100644 index 0b0725a5..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/alloopback.dir/link.d CMakeFiles/alloopback.dir/examples/alloopback.c.o -o alloopback -Wl,-rpath,/home/guest/Downloads/PopLib/build/external/SDL: -pthread ../SDL/libSDL3.so.0.3.0 libalsoft.excommon.a -lm libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alloopback.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alloopback.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/DependInfo.cmake deleted file mode 100644 index 79de6e53..00000000 --- a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/examples/almultireverb.c" "external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o" "gcc" "external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o.d" - "" "external/openal/almultireverb" "gcc" "external/openal/CMakeFiles/almultireverb.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/build.make b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/build.make deleted file mode 100644 index e7e5022b..00000000 --- a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/build.make +++ /dev/null @@ -1,117 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/almultireverb.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/almultireverb.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/almultireverb.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/almultireverb.dir/flags.make - -external/openal/CMakeFiles/almultireverb.dir/codegen: -.PHONY : external/openal/CMakeFiles/almultireverb.dir/codegen - -external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o: external/openal/CMakeFiles/almultireverb.dir/flags.make -external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o: /home/guest/Downloads/PopLib/external/openal/examples/almultireverb.c -external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o: external/openal/CMakeFiles/almultireverb.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o -MF CMakeFiles/almultireverb.dir/examples/almultireverb.c.o.d -o CMakeFiles/almultireverb.dir/examples/almultireverb.c.o -c /home/guest/Downloads/PopLib/external/openal/examples/almultireverb.c - -external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/almultireverb.dir/examples/almultireverb.c.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/almultireverb.c > CMakeFiles/almultireverb.dir/examples/almultireverb.c.i - -external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/almultireverb.dir/examples/almultireverb.c.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/almultireverb.c -o CMakeFiles/almultireverb.dir/examples/almultireverb.c.s - -# Object files for target almultireverb -almultireverb_OBJECTS = \ -"CMakeFiles/almultireverb.dir/examples/almultireverb.c.o" - -# External object files for target almultireverb -almultireverb_EXTERNAL_OBJECTS = - -external/openal/almultireverb: external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o -external/openal/almultireverb: external/openal/CMakeFiles/almultireverb.dir/build.make -external/openal/almultireverb: external/openal/CMakeFiles/almultireverb.dir/compiler_depend.ts -external/openal/almultireverb: /usr/lib/libsndfile.so -external/openal/almultireverb: external/openal/libalsoft.excommon.a -external/openal/almultireverb: external/openal/libopenal.a -external/openal/almultireverb: external/openal/CMakeFiles/almultireverb.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable almultireverb" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/almultireverb.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/almultireverb.dir/build: external/openal/almultireverb -.PHONY : external/openal/CMakeFiles/almultireverb.dir/build - -external/openal/CMakeFiles/almultireverb.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/almultireverb.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/almultireverb.dir/clean - -external/openal/CMakeFiles/almultireverb.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/almultireverb.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/almultireverb.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/cmake_clean.cmake deleted file mode 100644 index 984248e0..00000000 --- a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/almultireverb.dir/link.d" - "CMakeFiles/almultireverb.dir/examples/almultireverb.c.o" - "CMakeFiles/almultireverb.dir/examples/almultireverb.c.o.d" - "almultireverb" - "almultireverb.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/almultireverb.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/compiler_depend.make deleted file mode 100644 index 1f3c7b18..00000000 --- a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for almultireverb. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/compiler_depend.ts deleted file mode 100644 index 9c8099a5..00000000 --- a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for almultireverb. diff --git a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/depend.make deleted file mode 100644 index 1578eba3..00000000 --- a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for almultireverb. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/flags.make deleted file mode 100644 index 13b18d91..00000000 --- a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL - -C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/link.txt deleted file mode 100644 index 8ac75c92..00000000 --- a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/almultireverb.dir/link.d CMakeFiles/almultireverb.dir/examples/almultireverb.c.o -o almultireverb -pthread /usr/lib/libsndfile.so libalsoft.excommon.a -lm libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/openal/CMakeFiles/almultireverb.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/openal/CMakeFiles/alplay.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alplay.dir/DependInfo.cmake deleted file mode 100644 index 1806000b..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alplay.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/examples/alplay.c" "external/openal/CMakeFiles/alplay.dir/examples/alplay.c.o" "gcc" "external/openal/CMakeFiles/alplay.dir/examples/alplay.c.o.d" - "" "external/openal/alplay" "gcc" "external/openal/CMakeFiles/alplay.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alplay.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alplay.dir/build.make deleted file mode 100644 index 5423f388..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alplay.dir/build.make +++ /dev/null @@ -1,117 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/alplay.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/alplay.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/alplay.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/alplay.dir/flags.make - -external/openal/CMakeFiles/alplay.dir/codegen: -.PHONY : external/openal/CMakeFiles/alplay.dir/codegen - -external/openal/CMakeFiles/alplay.dir/examples/alplay.c.o: external/openal/CMakeFiles/alplay.dir/flags.make -external/openal/CMakeFiles/alplay.dir/examples/alplay.c.o: /home/guest/Downloads/PopLib/external/openal/examples/alplay.c -external/openal/CMakeFiles/alplay.dir/examples/alplay.c.o: external/openal/CMakeFiles/alplay.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/alplay.dir/examples/alplay.c.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/alplay.dir/examples/alplay.c.o -MF CMakeFiles/alplay.dir/examples/alplay.c.o.d -o CMakeFiles/alplay.dir/examples/alplay.c.o -c /home/guest/Downloads/PopLib/external/openal/examples/alplay.c - -external/openal/CMakeFiles/alplay.dir/examples/alplay.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/alplay.dir/examples/alplay.c.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/alplay.c > CMakeFiles/alplay.dir/examples/alplay.c.i - -external/openal/CMakeFiles/alplay.dir/examples/alplay.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/alplay.dir/examples/alplay.c.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/alplay.c -o CMakeFiles/alplay.dir/examples/alplay.c.s - -# Object files for target alplay -alplay_OBJECTS = \ -"CMakeFiles/alplay.dir/examples/alplay.c.o" - -# External object files for target alplay -alplay_EXTERNAL_OBJECTS = - -external/openal/alplay: external/openal/CMakeFiles/alplay.dir/examples/alplay.c.o -external/openal/alplay: external/openal/CMakeFiles/alplay.dir/build.make -external/openal/alplay: external/openal/CMakeFiles/alplay.dir/compiler_depend.ts -external/openal/alplay: /usr/lib/libsndfile.so -external/openal/alplay: external/openal/libalsoft.excommon.a -external/openal/alplay: external/openal/libopenal.a -external/openal/alplay: external/openal/CMakeFiles/alplay.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable alplay" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alplay.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/alplay.dir/build: external/openal/alplay -.PHONY : external/openal/CMakeFiles/alplay.dir/build - -external/openal/CMakeFiles/alplay.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alplay.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/alplay.dir/clean - -external/openal/CMakeFiles/alplay.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alplay.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/alplay.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/alplay.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alplay.dir/cmake_clean.cmake deleted file mode 100644 index dd80f015..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alplay.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/alplay.dir/link.d" - "CMakeFiles/alplay.dir/examples/alplay.c.o" - "CMakeFiles/alplay.dir/examples/alplay.c.o.d" - "alplay" - "alplay.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/alplay.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alplay.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alplay.dir/compiler_depend.make deleted file mode 100644 index d237e10b..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alplay.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for alplay. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alplay.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alplay.dir/compiler_depend.ts deleted file mode 100644 index 3f9538aa..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alplay.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for alplay. diff --git a/build_emscripten/external/openal/CMakeFiles/alplay.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alplay.dir/depend.make deleted file mode 100644 index 42dd3efc..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alplay.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for alplay. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alplay.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alplay.dir/flags.make deleted file mode 100644 index 13b18d91..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alplay.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL - -C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/alplay.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alplay.dir/link.txt deleted file mode 100644 index b912c3ab..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alplay.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/alplay.dir/link.d CMakeFiles/alplay.dir/examples/alplay.c.o -o alplay -pthread /usr/lib/libsndfile.so libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/alplay.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alplay.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alplay.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/DependInfo.cmake deleted file mode 100644 index 06534992..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/examples/alrecord.c" "external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.o" "gcc" "external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.o.d" - "" "external/openal/alrecord" "gcc" "external/openal/CMakeFiles/alrecord.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/build.make deleted file mode 100644 index a8f5a785..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/alrecord.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/alrecord.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/alrecord.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/alrecord.dir/flags.make - -external/openal/CMakeFiles/alrecord.dir/codegen: -.PHONY : external/openal/CMakeFiles/alrecord.dir/codegen - -external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.o: external/openal/CMakeFiles/alrecord.dir/flags.make -external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.o: /home/guest/Downloads/PopLib/external/openal/examples/alrecord.c -external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.o: external/openal/CMakeFiles/alrecord.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.o -MF CMakeFiles/alrecord.dir/examples/alrecord.c.o.d -o CMakeFiles/alrecord.dir/examples/alrecord.c.o -c /home/guest/Downloads/PopLib/external/openal/examples/alrecord.c - -external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/alrecord.dir/examples/alrecord.c.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/alrecord.c > CMakeFiles/alrecord.dir/examples/alrecord.c.i - -external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/alrecord.dir/examples/alrecord.c.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/alrecord.c -o CMakeFiles/alrecord.dir/examples/alrecord.c.s - -# Object files for target alrecord -alrecord_OBJECTS = \ -"CMakeFiles/alrecord.dir/examples/alrecord.c.o" - -# External object files for target alrecord -alrecord_EXTERNAL_OBJECTS = - -external/openal/alrecord: external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.o -external/openal/alrecord: external/openal/CMakeFiles/alrecord.dir/build.make -external/openal/alrecord: external/openal/CMakeFiles/alrecord.dir/compiler_depend.ts -external/openal/alrecord: external/openal/libalsoft.excommon.a -external/openal/alrecord: external/openal/libopenal.a -external/openal/alrecord: external/openal/CMakeFiles/alrecord.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable alrecord" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alrecord.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/alrecord.dir/build: external/openal/alrecord -.PHONY : external/openal/CMakeFiles/alrecord.dir/build - -external/openal/CMakeFiles/alrecord.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alrecord.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/alrecord.dir/clean - -external/openal/CMakeFiles/alrecord.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alrecord.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/alrecord.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/cmake_clean.cmake deleted file mode 100644 index 8fa7ac7f..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/alrecord.dir/link.d" - "CMakeFiles/alrecord.dir/examples/alrecord.c.o" - "CMakeFiles/alrecord.dir/examples/alrecord.c.o.d" - "alrecord" - "alrecord.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/alrecord.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/compiler_depend.make deleted file mode 100644 index 582dab3e..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for alrecord. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/compiler_depend.ts deleted file mode 100644 index 8255f793..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for alrecord. diff --git a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/depend.make deleted file mode 100644 index 3f2a9e60..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for alrecord. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/flags.make deleted file mode 100644 index 13b18d91..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL - -C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/link.txt deleted file mode 100644 index 7cc79faf..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/alrecord.dir/link.d CMakeFiles/alrecord.dir/examples/alrecord.c.o -o alrecord -pthread libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alrecord.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alrecord.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/DependInfo.cmake deleted file mode 100644 index e52096d3..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/examples/alreverb.c" "external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.o" "gcc" "external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.o.d" - "" "external/openal/alreverb" "gcc" "external/openal/CMakeFiles/alreverb.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/build.make deleted file mode 100644 index 20bb7540..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/build.make +++ /dev/null @@ -1,117 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/alreverb.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/alreverb.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/alreverb.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/alreverb.dir/flags.make - -external/openal/CMakeFiles/alreverb.dir/codegen: -.PHONY : external/openal/CMakeFiles/alreverb.dir/codegen - -external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.o: external/openal/CMakeFiles/alreverb.dir/flags.make -external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.o: /home/guest/Downloads/PopLib/external/openal/examples/alreverb.c -external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.o: external/openal/CMakeFiles/alreverb.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.o -MF CMakeFiles/alreverb.dir/examples/alreverb.c.o.d -o CMakeFiles/alreverb.dir/examples/alreverb.c.o -c /home/guest/Downloads/PopLib/external/openal/examples/alreverb.c - -external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/alreverb.dir/examples/alreverb.c.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/alreverb.c > CMakeFiles/alreverb.dir/examples/alreverb.c.i - -external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/alreverb.dir/examples/alreverb.c.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/alreverb.c -o CMakeFiles/alreverb.dir/examples/alreverb.c.s - -# Object files for target alreverb -alreverb_OBJECTS = \ -"CMakeFiles/alreverb.dir/examples/alreverb.c.o" - -# External object files for target alreverb -alreverb_EXTERNAL_OBJECTS = - -external/openal/alreverb: external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.o -external/openal/alreverb: external/openal/CMakeFiles/alreverb.dir/build.make -external/openal/alreverb: external/openal/CMakeFiles/alreverb.dir/compiler_depend.ts -external/openal/alreverb: /usr/lib/libsndfile.so -external/openal/alreverb: external/openal/libalsoft.excommon.a -external/openal/alreverb: external/openal/libopenal.a -external/openal/alreverb: external/openal/CMakeFiles/alreverb.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable alreverb" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alreverb.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/alreverb.dir/build: external/openal/alreverb -.PHONY : external/openal/CMakeFiles/alreverb.dir/build - -external/openal/CMakeFiles/alreverb.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alreverb.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/alreverb.dir/clean - -external/openal/CMakeFiles/alreverb.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alreverb.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/alreverb.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/cmake_clean.cmake deleted file mode 100644 index a7b25971..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/alreverb.dir/link.d" - "CMakeFiles/alreverb.dir/examples/alreverb.c.o" - "CMakeFiles/alreverb.dir/examples/alreverb.c.o.d" - "alreverb" - "alreverb.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/alreverb.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/compiler_depend.make deleted file mode 100644 index 01d758e5..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for alreverb. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/compiler_depend.ts deleted file mode 100644 index 1d89d027..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for alreverb. diff --git a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/depend.make deleted file mode 100644 index 51531ee2..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for alreverb. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/flags.make deleted file mode 100644 index 13b18d91..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL - -C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/link.txt deleted file mode 100644 index f9f45883..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/alreverb.dir/link.d CMakeFiles/alreverb.dir/examples/alreverb.c.o -o alreverb -pthread /usr/lib/libsndfile.so libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alreverb.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alreverb.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/build.make deleted file mode 100644 index 3e48196b..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/build.make +++ /dev/null @@ -1,97 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for alsoft.build_version. - -# Include any custom commands dependencies for this target. -include external/openal/CMakeFiles/alsoft.build_version.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/alsoft.build_version.dir/progress.make - -external/openal/CMakeFiles/alsoft.build_version: external/openal/version_witness.txt - -external/openal/version_witness.txt: /home/guest/Downloads/PopLib/external/openal/version.h.in -external/openal/version_witness.txt: /home/guest/Downloads/PopLib/.git/modules/external/openal/index -external/openal/version_witness.txt: /home/guest/Downloads/PopLib/external/openal/version.cmake - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating version_witness.txt" - cd /home/guest/Downloads/PopLib/external/openal && /usr/bin/cmake -D GIT_EXECUTABLE=/usr/bin/git -D LIB_VERSION=1.24.3 -D LIB_VERSION_NUM=1,24,3,0 -D SRC=/home/guest/Downloads/PopLib/external/openal/version.h.in -D DST=/home/guest/Downloads/PopLib/build/external/openal/version.h -P /home/guest/Downloads/PopLib/external/openal/version.cmake - cd /home/guest/Downloads/PopLib/external/openal && /usr/bin/cmake -E touch /home/guest/Downloads/PopLib/build/external/openal/version_witness.txt - -external/openal/CMakeFiles/alsoft.build_version.dir/codegen: -.PHONY : external/openal/CMakeFiles/alsoft.build_version.dir/codegen - -alsoft.build_version: external/openal/CMakeFiles/alsoft.build_version -alsoft.build_version: external/openal/version_witness.txt -alsoft.build_version: external/openal/CMakeFiles/alsoft.build_version.dir/build.make -.PHONY : alsoft.build_version - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/alsoft.build_version.dir/build: alsoft.build_version -.PHONY : external/openal/CMakeFiles/alsoft.build_version.dir/build - -external/openal/CMakeFiles/alsoft.build_version.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alsoft.build_version.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/alsoft.build_version.dir/clean - -external/openal/CMakeFiles/alsoft.build_version.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alsoft.build_version.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/alsoft.build_version.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/cmake_clean.cmake deleted file mode 100644 index b51deb96..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/cmake_clean.cmake +++ /dev/null @@ -1,10 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/alsoft.build_version" - "version.h" - "version_witness.txt" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/alsoft.build_version.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/compiler_depend.make deleted file mode 100644 index 6c90723b..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for alsoft.build_version. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/compiler_depend.ts deleted file mode 100644 index 1c5a990c..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for alsoft.build_version. diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/progress.make deleted file mode 100644 index 225de343..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.build_version.dir/progress.make +++ /dev/null @@ -1,2 +0,0 @@ -CMAKE_PROGRESS_1 = - diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/DependInfo.cmake deleted file mode 100644 index 49d1c549..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/DependInfo.cmake +++ /dev/null @@ -1,31 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp" "external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o" "gcc" "external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/common/alstring.cpp" "external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.o" "gcc" "external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp" "external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o" "gcc" "external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/common/dynload.cpp" "external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.o" "gcc" "external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp" "external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o" "gcc" "external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/common/pffft.cpp" "external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.o" "gcc" "external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp" "external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o" "gcc" "external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp" "external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o" "gcc" "external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/common/strutils.cpp" "external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.o" "gcc" "external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/build.make deleted file mode 100644 index 260b7462..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/build.make +++ /dev/null @@ -1,246 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/alsoft.common.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/alsoft.common.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/alsoft.common.dir/flags.make - -external/openal/CMakeFiles/alsoft.common.dir/codegen: -.PHONY : external/openal/CMakeFiles/alsoft.common.dir/codegen - -external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/flags.make -external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp -external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o -MF CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o.d -o CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp - -external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp > CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.i - -external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp -o CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.s - -external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/flags.make -external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/alstring.cpp -external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.o -MF CMakeFiles/alsoft.common.dir/common/alstring.cpp.o.d -o CMakeFiles/alsoft.common.dir/common/alstring.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/alstring.cpp - -external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.common.dir/common/alstring.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/alstring.cpp > CMakeFiles/alsoft.common.dir/common/alstring.cpp.i - -external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.common.dir/common/alstring.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/alstring.cpp -o CMakeFiles/alsoft.common.dir/common/alstring.cpp.s - -external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/flags.make -external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp -external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o -MF CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o.d -o CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp - -external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp > CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.i - -external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp -o CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.s - -external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/flags.make -external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/dynload.cpp -external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.o -MF CMakeFiles/alsoft.common.dir/common/dynload.cpp.o.d -o CMakeFiles/alsoft.common.dir/common/dynload.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/dynload.cpp - -external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.common.dir/common/dynload.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/dynload.cpp > CMakeFiles/alsoft.common.dir/common/dynload.cpp.i - -external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.common.dir/common/dynload.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/dynload.cpp -o CMakeFiles/alsoft.common.dir/common/dynload.cpp.s - -external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/flags.make -external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp -external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o -MF CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o.d -o CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp - -external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.common.dir/common/filesystem.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp > CMakeFiles/alsoft.common.dir/common/filesystem.cpp.i - -external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.common.dir/common/filesystem.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp -o CMakeFiles/alsoft.common.dir/common/filesystem.cpp.s - -external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/flags.make -external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/pffft.cpp -external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.o -MF CMakeFiles/alsoft.common.dir/common/pffft.cpp.o.d -o CMakeFiles/alsoft.common.dir/common/pffft.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/pffft.cpp - -external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.common.dir/common/pffft.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/pffft.cpp > CMakeFiles/alsoft.common.dir/common/pffft.cpp.i - -external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.common.dir/common/pffft.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/pffft.cpp -o CMakeFiles/alsoft.common.dir/common/pffft.cpp.s - -external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/flags.make -external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp -external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o -MF CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o.d -o CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp - -external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp > CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.i - -external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp -o CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.s - -external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/flags.make -external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp -external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o -MF CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o.d -o CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp - -external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp > CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.i - -external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp -o CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.s - -external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/flags.make -external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.o: /home/guest/Downloads/PopLib/external/openal/common/strutils.cpp -external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.o: external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.o -MF CMakeFiles/alsoft.common.dir/common/strutils.cpp.o.d -o CMakeFiles/alsoft.common.dir/common/strutils.cpp.o -c /home/guest/Downloads/PopLib/external/openal/common/strutils.cpp - -external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.common.dir/common/strutils.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/common/strutils.cpp > CMakeFiles/alsoft.common.dir/common/strutils.cpp.i - -external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.common.dir/common/strutils.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/common/strutils.cpp -o CMakeFiles/alsoft.common.dir/common/strutils.cpp.s - -# Object files for target alsoft.common -alsoft_common_OBJECTS = \ -"CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o" \ -"CMakeFiles/alsoft.common.dir/common/alstring.cpp.o" \ -"CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o" \ -"CMakeFiles/alsoft.common.dir/common/dynload.cpp.o" \ -"CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o" \ -"CMakeFiles/alsoft.common.dir/common/pffft.cpp.o" \ -"CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o" \ -"CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o" \ -"CMakeFiles/alsoft.common.dir/common/strutils.cpp.o" - -# External object files for target alsoft.common -alsoft_common_EXTERNAL_OBJECTS = \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" - -external/openal/libalsoft.common.a: external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o -external/openal/libalsoft.common.a: external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.o -external/openal/libalsoft.common.a: external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o -external/openal/libalsoft.common.a: external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.o -external/openal/libalsoft.common.a: external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o -external/openal/libalsoft.common.a: external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.o -external/openal/libalsoft.common.a: external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o -external/openal/libalsoft.common.a: external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o -external/openal/libalsoft.common.a: external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.o -external/openal/libalsoft.common.a: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o -external/openal/libalsoft.common.a: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o -external/openal/libalsoft.common.a: external/openal/CMakeFiles/alsoft.common.dir/build.make -external/openal/libalsoft.common.a: external/openal/CMakeFiles/alsoft.common.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Linking CXX static library libalsoft.common.a" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alsoft.common.dir/cmake_clean_target.cmake - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alsoft.common.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/alsoft.common.dir/build: external/openal/libalsoft.common.a -.PHONY : external/openal/CMakeFiles/alsoft.common.dir/build - -external/openal/CMakeFiles/alsoft.common.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alsoft.common.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/alsoft.common.dir/clean - -external/openal/CMakeFiles/alsoft.common.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alsoft.common.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/alsoft.common.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/cmake_clean.cmake deleted file mode 100644 index f64bddcd..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/cmake_clean.cmake +++ /dev/null @@ -1,27 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o" - "CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o.d" - "CMakeFiles/alsoft.common.dir/common/alstring.cpp.o" - "CMakeFiles/alsoft.common.dir/common/alstring.cpp.o.d" - "CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o" - "CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o.d" - "CMakeFiles/alsoft.common.dir/common/dynload.cpp.o" - "CMakeFiles/alsoft.common.dir/common/dynload.cpp.o.d" - "CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o" - "CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o.d" - "CMakeFiles/alsoft.common.dir/common/pffft.cpp.o" - "CMakeFiles/alsoft.common.dir/common/pffft.cpp.o.d" - "CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o" - "CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o.d" - "CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o" - "CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o.d" - "CMakeFiles/alsoft.common.dir/common/strutils.cpp.o" - "CMakeFiles/alsoft.common.dir/common/strutils.cpp.o.d" - "libalsoft.common.a" - "libalsoft.common.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/alsoft.common.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/cmake_clean_target.cmake b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/cmake_clean_target.cmake deleted file mode 100644 index ac360554..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libalsoft.common.a" -) diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.make deleted file mode 100644 index c85dd5ff..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for alsoft.common. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts deleted file mode 100644 index 4b4b3f5a..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for alsoft.common. diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/depend.make deleted file mode 100644 index 981b798a..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for alsoft.common. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/flags.make deleted file mode 100644 index 40be12bf..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIC -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/link.txt deleted file mode 100644 index 589686bc..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libalsoft.common.a CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o CMakeFiles/alsoft.common.dir/common/alstring.cpp.o CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o CMakeFiles/alsoft.common.dir/common/dynload.cpp.o CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o CMakeFiles/alsoft.common.dir/common/pffft.cpp.o CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o CMakeFiles/alsoft.common.dir/common/strutils.cpp.o "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" -/usr/bin/ranlib libalsoft.common.a diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/progress.make deleted file mode 100644 index dca0712a..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.common.dir/progress.make +++ /dev/null @@ -1,11 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = -CMAKE_PROGRESS_7 = -CMAKE_PROGRESS_8 = -CMAKE_PROGRESS_9 = 34 -CMAKE_PROGRESS_10 = - diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/DependInfo.cmake deleted file mode 100644 index ceb73f06..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/DependInfo.cmake +++ /dev/null @@ -1,23 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/examples/common/alhelpers.c" "external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o" "gcc" "external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/build.make deleted file mode 100644 index ff83e9f6..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/build.make +++ /dev/null @@ -1,114 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/alsoft.excommon.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/alsoft.excommon.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/alsoft.excommon.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/alsoft.excommon.dir/flags.make - -external/openal/CMakeFiles/alsoft.excommon.dir/codegen: -.PHONY : external/openal/CMakeFiles/alsoft.excommon.dir/codegen - -external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o: external/openal/CMakeFiles/alsoft.excommon.dir/flags.make -external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o: /home/guest/Downloads/PopLib/external/openal/examples/common/alhelpers.c -external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o: external/openal/CMakeFiles/alsoft.excommon.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o -MF CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o.d -o CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o -c /home/guest/Downloads/PopLib/external/openal/examples/common/alhelpers.c - -external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/common/alhelpers.c > CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.i - -external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/common/alhelpers.c -o CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.s - -# Object files for target alsoft.excommon -alsoft_excommon_OBJECTS = \ -"CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o" - -# External object files for target alsoft.excommon -alsoft_excommon_EXTERNAL_OBJECTS = - -external/openal/libalsoft.excommon.a: external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o -external/openal/libalsoft.excommon.a: external/openal/CMakeFiles/alsoft.excommon.dir/build.make -external/openal/libalsoft.excommon.a: external/openal/CMakeFiles/alsoft.excommon.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library libalsoft.excommon.a" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alsoft.excommon.dir/cmake_clean_target.cmake - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alsoft.excommon.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/alsoft.excommon.dir/build: external/openal/libalsoft.excommon.a -.PHONY : external/openal/CMakeFiles/alsoft.excommon.dir/build - -external/openal/CMakeFiles/alsoft.excommon.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alsoft.excommon.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/alsoft.excommon.dir/clean - -external/openal/CMakeFiles/alsoft.excommon.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alsoft.excommon.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/alsoft.excommon.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/cmake_clean.cmake deleted file mode 100644 index aff33999..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/cmake_clean.cmake +++ /dev/null @@ -1,11 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o" - "CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o.d" - "libalsoft.excommon.a" - "libalsoft.excommon.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/alsoft.excommon.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/cmake_clean_target.cmake b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/cmake_clean_target.cmake deleted file mode 100644 index 1b1b9ede..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libalsoft.excommon.a" -) diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/compiler_depend.make deleted file mode 100644 index d6854884..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for alsoft.excommon. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/compiler_depend.ts deleted file mode 100644 index d2fc7b48..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for alsoft.excommon. diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/depend.make deleted file mode 100644 index fbc01470..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for alsoft.excommon. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/flags.make deleted file mode 100644 index 017c8b8b..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL - -C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIC -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/link.txt deleted file mode 100644 index d20c9839..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libalsoft.excommon.a CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o -/usr/bin/ranlib libalsoft.excommon.a diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.excommon.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/DependInfo.cmake deleted file mode 100644 index ac6464e9..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/DependInfo.cmake +++ /dev/null @@ -1,23 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/utils/sofa-support.cpp" "external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o" "gcc" "external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make deleted file mode 100644 index 701385d6..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make +++ /dev/null @@ -1,118 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/alsoft.sofa-support.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/alsoft.sofa-support.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/alsoft.sofa-support.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/alsoft.sofa-support.dir/flags.make - -external/openal/CMakeFiles/alsoft.sofa-support.dir/codegen: -.PHONY : external/openal/CMakeFiles/alsoft.sofa-support.dir/codegen - -external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o: external/openal/CMakeFiles/alsoft.sofa-support.dir/flags.make -external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o: /home/guest/Downloads/PopLib/external/openal/utils/sofa-support.cpp -external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o: external/openal/CMakeFiles/alsoft.sofa-support.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o -MF CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o.d -o CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o -c /home/guest/Downloads/PopLib/external/openal/utils/sofa-support.cpp - -external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/utils/sofa-support.cpp > CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.i - -external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/utils/sofa-support.cpp -o CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.s - -# Object files for target alsoft.sofa-support -alsoft_sofa__support_OBJECTS = \ -"CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o" - -# External object files for target alsoft.sofa-support -alsoft_sofa__support_EXTERNAL_OBJECTS = \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" - -external/openal/libalsoft.sofa-support.a: external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o -external/openal/libalsoft.sofa-support.a: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o -external/openal/libalsoft.sofa-support.a: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o -external/openal/libalsoft.sofa-support.a: external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make -external/openal/libalsoft.sofa-support.a: external/openal/CMakeFiles/alsoft.sofa-support.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library libalsoft.sofa-support.a" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alsoft.sofa-support.dir/cmake_clean_target.cmake - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alsoft.sofa-support.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/alsoft.sofa-support.dir/build: external/openal/libalsoft.sofa-support.a -.PHONY : external/openal/CMakeFiles/alsoft.sofa-support.dir/build - -external/openal/CMakeFiles/alsoft.sofa-support.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alsoft.sofa-support.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/alsoft.sofa-support.dir/clean - -external/openal/CMakeFiles/alsoft.sofa-support.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alsoft.sofa-support.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/alsoft.sofa-support.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/cmake_clean.cmake deleted file mode 100644 index ad847a0d..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/cmake_clean.cmake +++ /dev/null @@ -1,11 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o" - "CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o.d" - "libalsoft.sofa-support.a" - "libalsoft.sofa-support.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/alsoft.sofa-support.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/cmake_clean_target.cmake b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/cmake_clean_target.cmake deleted file mode 100644 index 5b5b7730..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libalsoft.sofa-support.a" -) diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/compiler_depend.make deleted file mode 100644 index fa332162..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for alsoft.sofa-support. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/compiler_depend.ts deleted file mode 100644 index 4ee2b598..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for alsoft.sofa-support. diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/depend.make deleted file mode 100644 index 6c02118f..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for alsoft.sofa-support. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/flags.make deleted file mode 100644 index 96af4c27..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIC -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/link.txt deleted file mode 100644 index 5fa5590a..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libalsoft.sofa-support.a "CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" -/usr/bin/ranlib libalsoft.sofa-support.a diff --git a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alsoft.sofa-support.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/openal/CMakeFiles/alstream.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alstream.dir/DependInfo.cmake deleted file mode 100644 index 5f0cfe14..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alstream.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/examples/alstream.c" "external/openal/CMakeFiles/alstream.dir/examples/alstream.c.o" "gcc" "external/openal/CMakeFiles/alstream.dir/examples/alstream.c.o.d" - "" "external/openal/alstream" "gcc" "external/openal/CMakeFiles/alstream.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alstream.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alstream.dir/build.make deleted file mode 100644 index 61705f17..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alstream.dir/build.make +++ /dev/null @@ -1,117 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/alstream.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/alstream.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/alstream.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/alstream.dir/flags.make - -external/openal/CMakeFiles/alstream.dir/codegen: -.PHONY : external/openal/CMakeFiles/alstream.dir/codegen - -external/openal/CMakeFiles/alstream.dir/examples/alstream.c.o: external/openal/CMakeFiles/alstream.dir/flags.make -external/openal/CMakeFiles/alstream.dir/examples/alstream.c.o: /home/guest/Downloads/PopLib/external/openal/examples/alstream.c -external/openal/CMakeFiles/alstream.dir/examples/alstream.c.o: external/openal/CMakeFiles/alstream.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/alstream.dir/examples/alstream.c.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/alstream.dir/examples/alstream.c.o -MF CMakeFiles/alstream.dir/examples/alstream.c.o.d -o CMakeFiles/alstream.dir/examples/alstream.c.o -c /home/guest/Downloads/PopLib/external/openal/examples/alstream.c - -external/openal/CMakeFiles/alstream.dir/examples/alstream.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/alstream.dir/examples/alstream.c.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/alstream.c > CMakeFiles/alstream.dir/examples/alstream.c.i - -external/openal/CMakeFiles/alstream.dir/examples/alstream.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/alstream.dir/examples/alstream.c.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/alstream.c -o CMakeFiles/alstream.dir/examples/alstream.c.s - -# Object files for target alstream -alstream_OBJECTS = \ -"CMakeFiles/alstream.dir/examples/alstream.c.o" - -# External object files for target alstream -alstream_EXTERNAL_OBJECTS = - -external/openal/alstream: external/openal/CMakeFiles/alstream.dir/examples/alstream.c.o -external/openal/alstream: external/openal/CMakeFiles/alstream.dir/build.make -external/openal/alstream: external/openal/CMakeFiles/alstream.dir/compiler_depend.ts -external/openal/alstream: /usr/lib/libsndfile.so -external/openal/alstream: external/openal/libalsoft.excommon.a -external/openal/alstream: external/openal/libopenal.a -external/openal/alstream: external/openal/CMakeFiles/alstream.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable alstream" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alstream.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/alstream.dir/build: external/openal/alstream -.PHONY : external/openal/CMakeFiles/alstream.dir/build - -external/openal/CMakeFiles/alstream.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alstream.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/alstream.dir/clean - -external/openal/CMakeFiles/alstream.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alstream.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/alstream.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/alstream.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alstream.dir/cmake_clean.cmake deleted file mode 100644 index d3e43dcb..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alstream.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/alstream.dir/link.d" - "CMakeFiles/alstream.dir/examples/alstream.c.o" - "CMakeFiles/alstream.dir/examples/alstream.c.o.d" - "alstream" - "alstream.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/alstream.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alstream.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alstream.dir/compiler_depend.make deleted file mode 100644 index cc0f96fc..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alstream.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for alstream. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alstream.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alstream.dir/compiler_depend.ts deleted file mode 100644 index 4fb19638..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alstream.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for alstream. diff --git a/build_emscripten/external/openal/CMakeFiles/alstream.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alstream.dir/depend.make deleted file mode 100644 index c3616018..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alstream.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for alstream. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alstream.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alstream.dir/flags.make deleted file mode 100644 index 13b18d91..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alstream.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL - -C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/alstream.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alstream.dir/link.txt deleted file mode 100644 index e680ab5a..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alstream.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/alstream.dir/link.d CMakeFiles/alstream.dir/examples/alstream.c.o -o alstream -pthread /usr/lib/libsndfile.so libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/alstream.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alstream.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alstream.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/DependInfo.cmake deleted file mode 100644 index 3546fb11..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/examples/alstreamcb.cpp" "external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o" "gcc" "external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o.d" - "" "external/openal/alstreamcb" "gcc" "external/openal/CMakeFiles/alstreamcb.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/build.make b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/build.make deleted file mode 100644 index 94d316a5..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/build.make +++ /dev/null @@ -1,121 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/alstreamcb.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/alstreamcb.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/alstreamcb.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/alstreamcb.dir/flags.make - -external/openal/CMakeFiles/alstreamcb.dir/codegen: -.PHONY : external/openal/CMakeFiles/alstreamcb.dir/codegen - -external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o: external/openal/CMakeFiles/alstreamcb.dir/flags.make -external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o: /home/guest/Downloads/PopLib/external/openal/examples/alstreamcb.cpp -external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o: external/openal/CMakeFiles/alstreamcb.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o -MF CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o.d -o CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o -c /home/guest/Downloads/PopLib/external/openal/examples/alstreamcb.cpp - -external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/alstreamcb.cpp > CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.i - -external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/alstreamcb.cpp -o CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.s - -# Object files for target alstreamcb -alstreamcb_OBJECTS = \ -"CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o" - -# External object files for target alstreamcb -alstreamcb_EXTERNAL_OBJECTS = \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" - -external/openal/alstreamcb: external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o -external/openal/alstreamcb: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o -external/openal/alstreamcb: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o -external/openal/alstreamcb: external/openal/CMakeFiles/alstreamcb.dir/build.make -external/openal/alstreamcb: external/openal/CMakeFiles/alstreamcb.dir/compiler_depend.ts -external/openal/alstreamcb: /usr/lib/libsndfile.so -external/openal/alstreamcb: external/openal/libalsoft.excommon.a -external/openal/alstreamcb: external/openal/libopenal.a -external/openal/alstreamcb: external/openal/CMakeFiles/alstreamcb.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable alstreamcb" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alstreamcb.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/alstreamcb.dir/build: external/openal/alstreamcb -.PHONY : external/openal/CMakeFiles/alstreamcb.dir/build - -external/openal/CMakeFiles/alstreamcb.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/alstreamcb.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/alstreamcb.dir/clean - -external/openal/CMakeFiles/alstreamcb.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/alstreamcb.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/alstreamcb.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/cmake_clean.cmake deleted file mode 100644 index 414d6fad..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/alstreamcb.dir/link.d" - "CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o" - "CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o.d" - "alstreamcb" - "alstreamcb.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/alstreamcb.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/compiler_depend.make deleted file mode 100644 index 4978d867..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for alstreamcb. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/compiler_depend.ts deleted file mode 100644 index 60616888..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for alstreamcb. diff --git a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/depend.make deleted file mode 100644 index 57c04e80..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for alstreamcb. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/flags.make deleted file mode 100644 index a551662c..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/link.txt deleted file mode 100644 index 4cd9886d..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/alstreamcb.dir/link.d CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" -o alstreamcb -pthread /usr/lib/libsndfile.so libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/openal/CMakeFiles/alstreamcb.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/DependInfo.cmake deleted file mode 100644 index 4702ac54..00000000 --- a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/examples/altonegen.c" "external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.o" "gcc" "external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.o.d" - "" "external/openal/altonegen" "gcc" "external/openal/CMakeFiles/altonegen.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/build.make b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/build.make deleted file mode 100644 index f5f8db3c..00000000 --- a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/build.make +++ /dev/null @@ -1,116 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/altonegen.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/altonegen.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/altonegen.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/altonegen.dir/flags.make - -external/openal/CMakeFiles/altonegen.dir/codegen: -.PHONY : external/openal/CMakeFiles/altonegen.dir/codegen - -external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.o: external/openal/CMakeFiles/altonegen.dir/flags.make -external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.o: /home/guest/Downloads/PopLib/external/openal/examples/altonegen.c -external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.o: external/openal/CMakeFiles/altonegen.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.o -MF CMakeFiles/altonegen.dir/examples/altonegen.c.o.d -o CMakeFiles/altonegen.dir/examples/altonegen.c.o -c /home/guest/Downloads/PopLib/external/openal/examples/altonegen.c - -external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/altonegen.dir/examples/altonegen.c.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/examples/altonegen.c > CMakeFiles/altonegen.dir/examples/altonegen.c.i - -external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/altonegen.dir/examples/altonegen.c.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/examples/altonegen.c -o CMakeFiles/altonegen.dir/examples/altonegen.c.s - -# Object files for target altonegen -altonegen_OBJECTS = \ -"CMakeFiles/altonegen.dir/examples/altonegen.c.o" - -# External object files for target altonegen -altonegen_EXTERNAL_OBJECTS = - -external/openal/altonegen: external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.o -external/openal/altonegen: external/openal/CMakeFiles/altonegen.dir/build.make -external/openal/altonegen: external/openal/CMakeFiles/altonegen.dir/compiler_depend.ts -external/openal/altonegen: external/openal/libalsoft.excommon.a -external/openal/altonegen: external/openal/libopenal.a -external/openal/altonegen: external/openal/CMakeFiles/altonegen.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable altonegen" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/altonegen.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/altonegen.dir/build: external/openal/altonegen -.PHONY : external/openal/CMakeFiles/altonegen.dir/build - -external/openal/CMakeFiles/altonegen.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/altonegen.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/altonegen.dir/clean - -external/openal/CMakeFiles/altonegen.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/altonegen.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/altonegen.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/cmake_clean.cmake deleted file mode 100644 index 1c6d6c9d..00000000 --- a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/altonegen.dir/link.d" - "CMakeFiles/altonegen.dir/examples/altonegen.c.o" - "CMakeFiles/altonegen.dir/examples/altonegen.c.o.d" - "altonegen" - "altonegen.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/altonegen.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/compiler_depend.make deleted file mode 100644 index cccf3f6f..00000000 --- a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for altonegen. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/compiler_depend.ts deleted file mode 100644 index c8347637..00000000 --- a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for altonegen. diff --git a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/depend.make deleted file mode 100644 index 1e5188db..00000000 --- a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for altonegen. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/flags.make deleted file mode 100644 index 13b18d91..00000000 --- a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL - -C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/link.txt deleted file mode 100644 index 20962181..00000000 --- a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/altonegen.dir/link.d CMakeFiles/altonegen.dir/examples/altonegen.c.o -o altonegen -pthread -lm libalsoft.excommon.a libopenal.a -pthread -ldl -latomic -lm -lrt diff --git a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/altonegen.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/openal/CMakeFiles/altonegen.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/build.make b/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/build.make deleted file mode 100644 index 746d681c..00000000 --- a/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/build.make +++ /dev/null @@ -1,281 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for clang-tidy-check. - -# Include any custom commands dependencies for this target. -include external/openal/CMakeFiles/clang-tidy-check.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/clang-tidy-check.dir/progress.make - -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/ambdec.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/ambdec.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/ambidefs.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/ambidefs.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/async_event.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/bformatdec.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/bformatdec.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/bs2b.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/bs2b.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/bsinc_defs.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/bsinc_tables.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/bsinc_tables.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/bufferline.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/buffer_storage.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/buffer_storage.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/context.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/context.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/converter.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/converter.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/cpu_caps.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/cpu_caps.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/cubic_defs.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/cubic_tables.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/cubic_tables.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/devformat.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/devformat.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/device.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/device.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/effects/base.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/effectslot.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/effectslot.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/except.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/except.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/filters/biquad.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/filters/biquad.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/filters/nfc.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/filters/nfc.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/filters/splitter.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/filters/splitter.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/fmt_traits.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/fpu_ctrl.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/fpu_ctrl.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/front_stablizer.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/helpers.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/helpers.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/hrtf.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/hrtf.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/logging.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/logging.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mastering.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mastering.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mixer.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mixer.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/resampler_limits.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/storage_formats.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/storage_formats.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/uhjfilter.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/uhjfilter.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/uiddefs.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/voice.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/voice.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/voice_change.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/dbus_wrap.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/dbus_wrap.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/rtkit.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/rtkit.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mixer/defs.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mixer/hrtfbase.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mixer/hrtfdefs.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_c.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse2.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse3.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse41.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/auxeffectslot.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/auxeffectslot.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/buffer.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/buffer.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/debug.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/debug.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/direct_defs.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effect.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effect.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/autowah.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/chorus.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/compressor.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/convolution.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/dedicated.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/distortion.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/echo.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/effects.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/effects.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/equalizer.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/fshifter.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/modulator.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/null.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/pshifter.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/reverb.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/effects/vmorpher.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/error.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/event.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/event.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/extension.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/filter.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/filter.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/listener.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/listener.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/source.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/source.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/al/state.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/alc.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/alu.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/alu.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/alconfig.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/alconfig.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/context.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/context.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/device.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/device.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/base.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/autowah.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/chorus.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/compressor.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/convolution.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/dedicated.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/distortion.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/echo.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/equalizer.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/fshifter.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/modulator.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/null.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/pshifter.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/reverb.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/effects/vmorpher.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/events.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/events.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/export_list.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/inprogext.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/panning.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/base.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/base.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/loopback.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/loopback.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/null.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/null.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/pipewire.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/pipewire.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/pulseaudio.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/pulseaudio.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/alsa.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/alsa.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/oss.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/oss.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/jack.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/jack.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/portaudio.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/portaudio.hpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/wave.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/alc/backends/wave.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/home/guest/Downloads/PopLib/build/external/openal/default_hrtf.txt -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/albit.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/alcomplex.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/almalloc.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/alnumeric.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/alstring.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/alstring.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/althreads.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/atomic.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/comptr.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/dynload.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/dynload.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/filesystem.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/flexarray.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/intrusive_ptr.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/opthelpers.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/pffft.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/pffft.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/phase_shifter.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/pragmadefs.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/strutils.cpp -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/strutils.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/vecmat.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/external/openal/common/vector.h -external/openal/CMakeFiles/clang-tidy-check: /home/guest/Downloads/PopLib/utils/openal-info.c - cd /home/guest/Downloads/PopLib/build/external/openal && clang-tidy -format-style=file -p /home/guest/Downloads/PopLib/build/compile_commands.json /home/guest/Downloads/PopLib/external/openal/core/ambdec.cpp /home/guest/Downloads/PopLib/external/openal/core/ambdec.h /home/guest/Downloads/PopLib/external/openal/core/ambidefs.cpp /home/guest/Downloads/PopLib/external/openal/core/ambidefs.h /home/guest/Downloads/PopLib/external/openal/core/async_event.h /home/guest/Downloads/PopLib/external/openal/core/bformatdec.cpp /home/guest/Downloads/PopLib/external/openal/core/bformatdec.h /home/guest/Downloads/PopLib/external/openal/core/bs2b.cpp /home/guest/Downloads/PopLib/external/openal/core/bs2b.h /home/guest/Downloads/PopLib/external/openal/core/bsinc_defs.h /home/guest/Downloads/PopLib/external/openal/core/bsinc_tables.cpp /home/guest/Downloads/PopLib/external/openal/core/bsinc_tables.h /home/guest/Downloads/PopLib/external/openal/core/bufferline.h /home/guest/Downloads/PopLib/external/openal/core/buffer_storage.cpp /home/guest/Downloads/PopLib/external/openal/core/buffer_storage.h /home/guest/Downloads/PopLib/external/openal/core/context.cpp /home/guest/Downloads/PopLib/external/openal/core/context.h /home/guest/Downloads/PopLib/external/openal/core/converter.cpp /home/guest/Downloads/PopLib/external/openal/core/converter.h /home/guest/Downloads/PopLib/external/openal/core/cpu_caps.cpp /home/guest/Downloads/PopLib/external/openal/core/cpu_caps.h /home/guest/Downloads/PopLib/external/openal/core/cubic_defs.h /home/guest/Downloads/PopLib/external/openal/core/cubic_tables.cpp /home/guest/Downloads/PopLib/external/openal/core/cubic_tables.h /home/guest/Downloads/PopLib/external/openal/core/devformat.cpp /home/guest/Downloads/PopLib/external/openal/core/devformat.h /home/guest/Downloads/PopLib/external/openal/core/device.cpp /home/guest/Downloads/PopLib/external/openal/core/device.h /home/guest/Downloads/PopLib/external/openal/core/effects/base.h /home/guest/Downloads/PopLib/external/openal/core/effectslot.cpp /home/guest/Downloads/PopLib/external/openal/core/effectslot.h /home/guest/Downloads/PopLib/external/openal/core/except.cpp /home/guest/Downloads/PopLib/external/openal/core/except.h /home/guest/Downloads/PopLib/external/openal/core/filters/biquad.h /home/guest/Downloads/PopLib/external/openal/core/filters/biquad.cpp /home/guest/Downloads/PopLib/external/openal/core/filters/nfc.cpp /home/guest/Downloads/PopLib/external/openal/core/filters/nfc.h /home/guest/Downloads/PopLib/external/openal/core/filters/splitter.cpp /home/guest/Downloads/PopLib/external/openal/core/filters/splitter.h /home/guest/Downloads/PopLib/external/openal/core/fmt_traits.h /home/guest/Downloads/PopLib/external/openal/core/fpu_ctrl.cpp /home/guest/Downloads/PopLib/external/openal/core/fpu_ctrl.h /home/guest/Downloads/PopLib/external/openal/core/front_stablizer.h /home/guest/Downloads/PopLib/external/openal/core/helpers.cpp /home/guest/Downloads/PopLib/external/openal/core/helpers.h /home/guest/Downloads/PopLib/external/openal/core/hrtf.cpp /home/guest/Downloads/PopLib/external/openal/core/hrtf.h /home/guest/Downloads/PopLib/external/openal/core/logging.cpp /home/guest/Downloads/PopLib/external/openal/core/logging.h /home/guest/Downloads/PopLib/external/openal/core/mastering.cpp /home/guest/Downloads/PopLib/external/openal/core/mastering.h /home/guest/Downloads/PopLib/external/openal/core/mixer.cpp /home/guest/Downloads/PopLib/external/openal/core/mixer.h /home/guest/Downloads/PopLib/external/openal/core/resampler_limits.h /home/guest/Downloads/PopLib/external/openal/core/storage_formats.cpp /home/guest/Downloads/PopLib/external/openal/core/storage_formats.h /home/guest/Downloads/PopLib/external/openal/core/uhjfilter.cpp /home/guest/Downloads/PopLib/external/openal/core/uhjfilter.h /home/guest/Downloads/PopLib/external/openal/core/uiddefs.cpp /home/guest/Downloads/PopLib/external/openal/core/voice.cpp /home/guest/Downloads/PopLib/external/openal/core/voice.h /home/guest/Downloads/PopLib/external/openal/core/voice_change.h /home/guest/Downloads/PopLib/external/openal/core/dbus_wrap.cpp /home/guest/Downloads/PopLib/external/openal/core/dbus_wrap.h /home/guest/Downloads/PopLib/external/openal/core/rtkit.cpp /home/guest/Downloads/PopLib/external/openal/core/rtkit.h /home/guest/Downloads/PopLib/external/openal/core/mixer/defs.h /home/guest/Downloads/PopLib/external/openal/core/mixer/hrtfbase.h /home/guest/Downloads/PopLib/external/openal/core/mixer/hrtfdefs.h /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_c.cpp /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse.cpp /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse2.cpp /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse3.cpp /home/guest/Downloads/PopLib/external/openal/core/mixer/mixer_sse41.cpp /home/guest/Downloads/PopLib/external/openal/al/auxeffectslot.cpp /home/guest/Downloads/PopLib/external/openal/al/auxeffectslot.h /home/guest/Downloads/PopLib/external/openal/al/buffer.cpp /home/guest/Downloads/PopLib/external/openal/al/buffer.h /home/guest/Downloads/PopLib/external/openal/al/debug.cpp /home/guest/Downloads/PopLib/external/openal/al/debug.h /home/guest/Downloads/PopLib/external/openal/al/direct_defs.h /home/guest/Downloads/PopLib/external/openal/al/effect.cpp /home/guest/Downloads/PopLib/external/openal/al/effect.h /home/guest/Downloads/PopLib/external/openal/al/effects/autowah.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/chorus.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/compressor.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/convolution.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/dedicated.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/distortion.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/echo.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/effects.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/effects.h /home/guest/Downloads/PopLib/external/openal/al/effects/equalizer.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/fshifter.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/modulator.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/null.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/pshifter.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/reverb.cpp /home/guest/Downloads/PopLib/external/openal/al/effects/vmorpher.cpp /home/guest/Downloads/PopLib/external/openal/al/error.cpp /home/guest/Downloads/PopLib/external/openal/al/event.cpp /home/guest/Downloads/PopLib/external/openal/al/event.h /home/guest/Downloads/PopLib/external/openal/al/extension.cpp /home/guest/Downloads/PopLib/external/openal/al/filter.cpp /home/guest/Downloads/PopLib/external/openal/al/filter.h /home/guest/Downloads/PopLib/external/openal/al/listener.cpp /home/guest/Downloads/PopLib/external/openal/al/listener.h /home/guest/Downloads/PopLib/external/openal/al/source.cpp /home/guest/Downloads/PopLib/external/openal/al/source.h /home/guest/Downloads/PopLib/external/openal/al/state.cpp /home/guest/Downloads/PopLib/external/openal/alc/alc.cpp /home/guest/Downloads/PopLib/external/openal/alc/alu.cpp /home/guest/Downloads/PopLib/external/openal/alc/alu.h /home/guest/Downloads/PopLib/external/openal/alc/alconfig.cpp /home/guest/Downloads/PopLib/external/openal/alc/alconfig.h /home/guest/Downloads/PopLib/external/openal/alc/context.cpp /home/guest/Downloads/PopLib/external/openal/alc/context.h /home/guest/Downloads/PopLib/external/openal/alc/device.cpp /home/guest/Downloads/PopLib/external/openal/alc/device.h /home/guest/Downloads/PopLib/external/openal/alc/effects/base.h /home/guest/Downloads/PopLib/external/openal/alc/effects/autowah.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/chorus.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/compressor.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/convolution.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/dedicated.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/distortion.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/echo.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/equalizer.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/fshifter.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/modulator.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/null.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/pshifter.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/reverb.cpp /home/guest/Downloads/PopLib/external/openal/alc/effects/vmorpher.cpp /home/guest/Downloads/PopLib/external/openal/alc/events.cpp /home/guest/Downloads/PopLib/external/openal/alc/events.h /home/guest/Downloads/PopLib/external/openal/alc/export_list.h /home/guest/Downloads/PopLib/external/openal/alc/inprogext.h /home/guest/Downloads/PopLib/external/openal/alc/panning.cpp /home/guest/Downloads/PopLib/external/openal/alc/backends/base.cpp /home/guest/Downloads/PopLib/external/openal/alc/backends/base.h /home/guest/Downloads/PopLib/external/openal/alc/backends/loopback.cpp /home/guest/Downloads/PopLib/external/openal/alc/backends/loopback.h /home/guest/Downloads/PopLib/external/openal/alc/backends/null.cpp /home/guest/Downloads/PopLib/external/openal/alc/backends/null.h /home/guest/Downloads/PopLib/external/openal/alc/backends/pipewire.cpp /home/guest/Downloads/PopLib/external/openal/alc/backends/pipewire.h /home/guest/Downloads/PopLib/external/openal/alc/backends/pulseaudio.cpp /home/guest/Downloads/PopLib/external/openal/alc/backends/pulseaudio.h /home/guest/Downloads/PopLib/external/openal/alc/backends/alsa.cpp /home/guest/Downloads/PopLib/external/openal/alc/backends/alsa.h /home/guest/Downloads/PopLib/external/openal/alc/backends/oss.cpp /home/guest/Downloads/PopLib/external/openal/alc/backends/oss.h /home/guest/Downloads/PopLib/external/openal/alc/backends/jack.cpp /home/guest/Downloads/PopLib/external/openal/alc/backends/jack.h /home/guest/Downloads/PopLib/external/openal/alc/backends/portaudio.cpp /home/guest/Downloads/PopLib/external/openal/alc/backends/portaudio.hpp /home/guest/Downloads/PopLib/external/openal/alc/backends/wave.cpp /home/guest/Downloads/PopLib/external/openal/alc/backends/wave.h /home/guest/Downloads/PopLib/external/openal//home/guest/Downloads/PopLib/build/external/openal/default_hrtf.txt /home/guest/Downloads/PopLib/external/openal/common/albit.h /home/guest/Downloads/PopLib/external/openal/common/alcomplex.cpp /home/guest/Downloads/PopLib/external/openal/common/alcomplex.h /home/guest/Downloads/PopLib/external/openal/common/almalloc.h /home/guest/Downloads/PopLib/external/openal/common/alnumeric.h /home/guest/Downloads/PopLib/external/openal/common/alstring.cpp /home/guest/Downloads/PopLib/external/openal/common/alstring.h /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.cpp /home/guest/Downloads/PopLib/external/openal/common/althrd_setname.h /home/guest/Downloads/PopLib/external/openal/common/althreads.h /home/guest/Downloads/PopLib/external/openal/common/atomic.h /home/guest/Downloads/PopLib/external/openal/common/comptr.h /home/guest/Downloads/PopLib/external/openal/common/dynload.cpp /home/guest/Downloads/PopLib/external/openal/common/dynload.h /home/guest/Downloads/PopLib/external/openal/common/filesystem.cpp /home/guest/Downloads/PopLib/external/openal/common/filesystem.h /home/guest/Downloads/PopLib/external/openal/common/flexarray.h /home/guest/Downloads/PopLib/external/openal/common/intrusive_ptr.h /home/guest/Downloads/PopLib/external/openal/common/opthelpers.h /home/guest/Downloads/PopLib/external/openal/common/pffft.cpp /home/guest/Downloads/PopLib/external/openal/common/pffft.h /home/guest/Downloads/PopLib/external/openal/common/phase_shifter.h /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.cpp /home/guest/Downloads/PopLib/external/openal/common/polyphase_resampler.h /home/guest/Downloads/PopLib/external/openal/common/pragmadefs.h /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.cpp /home/guest/Downloads/PopLib/external/openal/common/ringbuffer.h /home/guest/Downloads/PopLib/external/openal/common/strutils.cpp /home/guest/Downloads/PopLib/external/openal/common/strutils.h /home/guest/Downloads/PopLib/external/openal/common/vecmat.h /home/guest/Downloads/PopLib/external/openal/common/vector.h /home/guest/Downloads/PopLib/utils/openal-info.c - -external/openal/CMakeFiles/clang-tidy-check.dir/codegen: -.PHONY : external/openal/CMakeFiles/clang-tidy-check.dir/codegen - -clang-tidy-check: external/openal/CMakeFiles/clang-tidy-check -clang-tidy-check: external/openal/CMakeFiles/clang-tidy-check.dir/build.make -.PHONY : clang-tidy-check - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/clang-tidy-check.dir/build: clang-tidy-check -.PHONY : external/openal/CMakeFiles/clang-tidy-check.dir/build - -external/openal/CMakeFiles/clang-tidy-check.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/clang-tidy-check.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/clang-tidy-check.dir/clean - -external/openal/CMakeFiles/clang-tidy-check.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/clang-tidy-check.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/clang-tidy-check.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/cmake_clean.cmake deleted file mode 100644 index af6e3257..00000000 --- a/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/clang-tidy-check" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/clang-tidy-check.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/compiler_depend.make deleted file mode 100644 index d36578af..00000000 --- a/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for clang-tidy-check. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/compiler_depend.ts deleted file mode 100644 index 089564ac..00000000 --- a/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for clang-tidy-check. diff --git a/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/openal/CMakeFiles/clang-tidy-check.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/DependInfo.cmake deleted file mode 100644 index c70a8b5f..00000000 --- a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/utils/makemhr/loaddef.cpp" "external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o" "gcc" "external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/utils/makemhr/loadsofa.cpp" "external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o" "gcc" "external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/utils/makemhr/makemhr.cpp" "external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o" "gcc" "external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o.d" - "" "external/openal/makemhr" "gcc" "external/openal/CMakeFiles/makemhr.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/build.make b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/build.make deleted file mode 100644 index c6c2b8bf..00000000 --- a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/build.make +++ /dev/null @@ -1,155 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/makemhr.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/makemhr.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/makemhr.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/makemhr.dir/flags.make - -external/openal/CMakeFiles/makemhr.dir/codegen: -.PHONY : external/openal/CMakeFiles/makemhr.dir/codegen - -external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o: external/openal/CMakeFiles/makemhr.dir/flags.make -external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o: /home/guest/Downloads/PopLib/external/openal/utils/makemhr/loaddef.cpp -external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o: external/openal/CMakeFiles/makemhr.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o -MF CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o.d -o CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o -c /home/guest/Downloads/PopLib/external/openal/utils/makemhr/loaddef.cpp - -external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/utils/makemhr/loaddef.cpp > CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.i - -external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/utils/makemhr/loaddef.cpp -o CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.s - -external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o: external/openal/CMakeFiles/makemhr.dir/flags.make -external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o: /home/guest/Downloads/PopLib/external/openal/utils/makemhr/loadsofa.cpp -external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o: external/openal/CMakeFiles/makemhr.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o -MF CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o.d -o CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o -c /home/guest/Downloads/PopLib/external/openal/utils/makemhr/loadsofa.cpp - -external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/utils/makemhr/loadsofa.cpp > CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.i - -external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/utils/makemhr/loadsofa.cpp -o CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.s - -external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o: external/openal/CMakeFiles/makemhr.dir/flags.make -external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o: /home/guest/Downloads/PopLib/external/openal/utils/makemhr/makemhr.cpp -external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o: external/openal/CMakeFiles/makemhr.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o -MF CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o.d -o CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o -c /home/guest/Downloads/PopLib/external/openal/utils/makemhr/makemhr.cpp - -external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/utils/makemhr/makemhr.cpp > CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.i - -external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/utils/makemhr/makemhr.cpp -o CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.s - -# Object files for target makemhr -makemhr_OBJECTS = \ -"CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o" \ -"CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o" \ -"CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o" - -# External object files for target makemhr -makemhr_EXTERNAL_OBJECTS = \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" - -external/openal/makemhr: external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o -external/openal/makemhr: external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o -external/openal/makemhr: external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o -external/openal/makemhr: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o -external/openal/makemhr: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o -external/openal/makemhr: external/openal/CMakeFiles/makemhr.dir/build.make -external/openal/makemhr: external/openal/CMakeFiles/makemhr.dir/compiler_depend.ts -external/openal/makemhr: external/openal/libalsoft.sofa-support.a -external/openal/makemhr: external/openal/libalsoft.common.a -external/openal/makemhr: /usr/lib/libmysofa.so -external/openal/makemhr: /usr/lib/libz.so -external/openal/makemhr: /usr/lib/libm.so -external/openal/makemhr: external/openal/CMakeFiles/makemhr.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX executable makemhr" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/makemhr.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/makemhr.dir/build: external/openal/makemhr -.PHONY : external/openal/CMakeFiles/makemhr.dir/build - -external/openal/CMakeFiles/makemhr.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/makemhr.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/makemhr.dir/clean - -external/openal/CMakeFiles/makemhr.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/makemhr.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/makemhr.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/cmake_clean.cmake deleted file mode 100644 index c5fcef95..00000000 --- a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/makemhr.dir/link.d" - "CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o" - "CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o.d" - "CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o" - "CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o.d" - "CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o" - "CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o.d" - "makemhr" - "makemhr.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/makemhr.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/compiler_depend.make deleted file mode 100644 index 58131b21..00000000 --- a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for makemhr. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/compiler_depend.ts deleted file mode 100644 index 390920b4..00000000 --- a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for makemhr. diff --git a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/depend.make deleted file mode 100644 index 2ec81236..00000000 --- a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for makemhr. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/flags.make deleted file mode 100644 index 3c4e3a5a..00000000 --- a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/utils -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/link.txt deleted file mode 100644 index 995aafff..00000000 --- a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/makemhr.dir/link.d CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" -o makemhr -pthread libalsoft.sofa-support.a -pthread libalsoft.common.a /usr/lib/libmysofa.so /usr/lib/libz.so -lm diff --git a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/makemhr.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/openal/CMakeFiles/makemhr.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/DependInfo.cmake deleted file mode 100644 index 8ece76c0..00000000 --- a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/utils/openal-info.c" "external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.o" "gcc" "external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.o.d" - "" "external/openal/openal-info" "gcc" "external/openal/CMakeFiles/openal-info.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/build.make b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/build.make deleted file mode 100644 index f95ce1fb..00000000 --- a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/build.make +++ /dev/null @@ -1,115 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/openal-info.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/openal-info.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/openal-info.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/openal-info.dir/flags.make - -external/openal/CMakeFiles/openal-info.dir/codegen: -.PHONY : external/openal/CMakeFiles/openal-info.dir/codegen - -external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.o: external/openal/CMakeFiles/openal-info.dir/flags.make -external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.o: /home/guest/Downloads/PopLib/external/openal/utils/openal-info.c -external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.o: external/openal/CMakeFiles/openal-info.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.o -MF CMakeFiles/openal-info.dir/utils/openal-info.c.o.d -o CMakeFiles/openal-info.dir/utils/openal-info.c.o -c /home/guest/Downloads/PopLib/external/openal/utils/openal-info.c - -external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/openal-info.dir/utils/openal-info.c.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/utils/openal-info.c > CMakeFiles/openal-info.dir/utils/openal-info.c.i - -external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/openal-info.dir/utils/openal-info.c.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/utils/openal-info.c -o CMakeFiles/openal-info.dir/utils/openal-info.c.s - -# Object files for target openal-info -openal__info_OBJECTS = \ -"CMakeFiles/openal-info.dir/utils/openal-info.c.o" - -# External object files for target openal-info -openal__info_EXTERNAL_OBJECTS = - -external/openal/openal-info: external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.o -external/openal/openal-info: external/openal/CMakeFiles/openal-info.dir/build.make -external/openal/openal-info: external/openal/CMakeFiles/openal-info.dir/compiler_depend.ts -external/openal/openal-info: external/openal/libopenal.a -external/openal/openal-info: external/openal/CMakeFiles/openal-info.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable openal-info" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/openal-info.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/openal-info.dir/build: external/openal/openal-info -.PHONY : external/openal/CMakeFiles/openal-info.dir/build - -external/openal/CMakeFiles/openal-info.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/openal-info.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/openal-info.dir/clean - -external/openal/CMakeFiles/openal-info.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/openal-info.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/openal-info.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/cmake_clean.cmake deleted file mode 100644 index a4d057ac..00000000 --- a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/openal-info.dir/link.d" - "CMakeFiles/openal-info.dir/utils/openal-info.c.o" - "CMakeFiles/openal-info.dir/utils/openal-info.c.o.d" - "openal-info" - "openal-info.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/openal-info.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/compiler_depend.make deleted file mode 100644 index cb455c46..00000000 --- a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for openal-info. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/compiler_depend.ts deleted file mode 100644 index bf69ad43..00000000 --- a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for openal-info. diff --git a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/depend.make deleted file mode 100644 index cbdcf339..00000000 --- a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for openal-info. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/flags.make deleted file mode 100644 index 12b65997..00000000 --- a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -DAL_LIBTYPE_STATIC -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/include -I/home/guest/Downloads/PopLib/external/openal/include/AL - -C_FLAGS = -O2 -g -DNDEBUG -std=gnu11 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/link.txt deleted file mode 100644 index 1acc4a2e..00000000 --- a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/openal-info.dir/link.d "CMakeFiles/openal-info.dir/utils/openal-info.c.o" -o openal-info -pthread libopenal.a -pthread -ldl -latomic -lm diff --git a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/openal-info.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/openal/CMakeFiles/openal-info.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/openal/CMakeFiles/progress.marks b/build_emscripten/external/openal/CMakeFiles/progress.marks deleted file mode 100644 index b6a7d89c..00000000 --- a/build_emscripten/external/openal/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -16 diff --git a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/DependInfo.cmake deleted file mode 100644 index f51e15f1..00000000 --- a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/utils/sofa-info.cpp" "external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o" "gcc" "external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o.d" - "" "external/openal/sofa-info" "gcc" "external/openal/CMakeFiles/sofa-info.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/build.make b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/build.make deleted file mode 100644 index 7147702d..00000000 --- a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/build.make +++ /dev/null @@ -1,123 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/sofa-info.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/sofa-info.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/sofa-info.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/sofa-info.dir/flags.make - -external/openal/CMakeFiles/sofa-info.dir/codegen: -.PHONY : external/openal/CMakeFiles/sofa-info.dir/codegen - -external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o: external/openal/CMakeFiles/sofa-info.dir/flags.make -external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o: /home/guest/Downloads/PopLib/external/openal/utils/sofa-info.cpp -external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o: external/openal/CMakeFiles/sofa-info.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o -MF CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o.d -o CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o -c /home/guest/Downloads/PopLib/external/openal/utils/sofa-info.cpp - -external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/utils/sofa-info.cpp > CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.i - -external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/utils/sofa-info.cpp -o CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.s - -# Object files for target sofa-info -sofa__info_OBJECTS = \ -"CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o" - -# External object files for target sofa-info -sofa__info_EXTERNAL_OBJECTS = \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" - -external/openal/sofa-info: external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o -external/openal/sofa-info: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o -external/openal/sofa-info: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o -external/openal/sofa-info: external/openal/CMakeFiles/sofa-info.dir/build.make -external/openal/sofa-info: external/openal/CMakeFiles/sofa-info.dir/compiler_depend.ts -external/openal/sofa-info: external/openal/libalsoft.sofa-support.a -external/openal/sofa-info: external/openal/libalsoft.common.a -external/openal/sofa-info: /usr/lib/libmysofa.so -external/openal/sofa-info: /usr/lib/libz.so -external/openal/sofa-info: /usr/lib/libm.so -external/openal/sofa-info: external/openal/CMakeFiles/sofa-info.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable sofa-info" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/sofa-info.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/sofa-info.dir/build: external/openal/sofa-info -.PHONY : external/openal/CMakeFiles/sofa-info.dir/build - -external/openal/CMakeFiles/sofa-info.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/sofa-info.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/sofa-info.dir/clean - -external/openal/CMakeFiles/sofa-info.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/sofa-info.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/sofa-info.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/cmake_clean.cmake deleted file mode 100644 index fbb72c78..00000000 --- a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/sofa-info.dir/link.d" - "CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o" - "CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o.d" - "sofa-info" - "sofa-info.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/sofa-info.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/compiler_depend.make deleted file mode 100644 index c9b88ca1..00000000 --- a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for sofa-info. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/compiler_depend.ts deleted file mode 100644 index fc5d5189..00000000 --- a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for sofa-info. diff --git a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/depend.make deleted file mode 100644 index ed3849f1..00000000 --- a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for sofa-info. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/flags.make deleted file mode 100644 index be9ced5f..00000000 --- a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/external/openal/utils -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/link.txt deleted file mode 100644 index 10276de2..00000000 --- a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/sofa-info.dir/link.d "CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" -o sofa-info -pthread libalsoft.sofa-support.a -pthread libalsoft.common.a /usr/lib/libmysofa.so /usr/lib/libz.so -lm diff --git a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/openal/CMakeFiles/sofa-info.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/DependInfo.cmake deleted file mode 100644 index cc7bd563..00000000 --- a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/utils/uhjdecoder.cpp" "external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o" "gcc" "external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o.d" - "" "external/openal/uhjdecoder" "gcc" "external/openal/CMakeFiles/uhjdecoder.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/build.make b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/build.make deleted file mode 100644 index c1ba8e18..00000000 --- a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/build.make +++ /dev/null @@ -1,120 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/uhjdecoder.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/uhjdecoder.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/uhjdecoder.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/uhjdecoder.dir/flags.make - -external/openal/CMakeFiles/uhjdecoder.dir/codegen: -.PHONY : external/openal/CMakeFiles/uhjdecoder.dir/codegen - -external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o: external/openal/CMakeFiles/uhjdecoder.dir/flags.make -external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o: /home/guest/Downloads/PopLib/external/openal/utils/uhjdecoder.cpp -external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o: external/openal/CMakeFiles/uhjdecoder.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o -MF CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o.d -o CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o -c /home/guest/Downloads/PopLib/external/openal/utils/uhjdecoder.cpp - -external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/utils/uhjdecoder.cpp > CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.i - -external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/utils/uhjdecoder.cpp -o CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.s - -# Object files for target uhjdecoder -uhjdecoder_OBJECTS = \ -"CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o" - -# External object files for target uhjdecoder -uhjdecoder_EXTERNAL_OBJECTS = \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" - -external/openal/uhjdecoder: external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o -external/openal/uhjdecoder: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o -external/openal/uhjdecoder: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o -external/openal/uhjdecoder: external/openal/CMakeFiles/uhjdecoder.dir/build.make -external/openal/uhjdecoder: external/openal/CMakeFiles/uhjdecoder.dir/compiler_depend.ts -external/openal/uhjdecoder: external/openal/libalsoft.common.a -external/openal/uhjdecoder: /usr/lib/libsndfile.so -external/openal/uhjdecoder: external/openal/CMakeFiles/uhjdecoder.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable uhjdecoder" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/uhjdecoder.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/uhjdecoder.dir/build: external/openal/uhjdecoder -.PHONY : external/openal/CMakeFiles/uhjdecoder.dir/build - -external/openal/CMakeFiles/uhjdecoder.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/uhjdecoder.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/uhjdecoder.dir/clean - -external/openal/CMakeFiles/uhjdecoder.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/uhjdecoder.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/uhjdecoder.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/cmake_clean.cmake deleted file mode 100644 index fb24bbf3..00000000 --- a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/uhjdecoder.dir/link.d" - "CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o" - "CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o.d" - "uhjdecoder" - "uhjdecoder.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/uhjdecoder.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/compiler_depend.make deleted file mode 100644 index 26e77322..00000000 --- a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for uhjdecoder. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/compiler_depend.ts deleted file mode 100644 index 37793a20..00000000 --- a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for uhjdecoder. diff --git a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/depend.make deleted file mode 100644 index 903f6ebd..00000000 --- a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for uhjdecoder. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/flags.make deleted file mode 100644 index 88dd1b08..00000000 --- a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/link.txt deleted file mode 100644 index 59121315..00000000 --- a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/uhjdecoder.dir/link.d CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" -o uhjdecoder libalsoft.common.a -pthread /usr/lib/libsndfile.so diff --git a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/openal/CMakeFiles/uhjdecoder.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/DependInfo.cmake b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/DependInfo.cmake deleted file mode 100644 index 42c2f3fc..00000000 --- a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/utils/uhjencoder.cpp" "external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o" "gcc" "external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o.d" - "" "external/openal/uhjencoder" "gcc" "external/openal/CMakeFiles/uhjencoder.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/build.make b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/build.make deleted file mode 100644 index c44c235e..00000000 --- a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/build.make +++ /dev/null @@ -1,120 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/CMakeFiles/uhjencoder.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/CMakeFiles/uhjencoder.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/CMakeFiles/uhjencoder.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/CMakeFiles/uhjencoder.dir/flags.make - -external/openal/CMakeFiles/uhjencoder.dir/codegen: -.PHONY : external/openal/CMakeFiles/uhjencoder.dir/codegen - -external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o: external/openal/CMakeFiles/uhjencoder.dir/flags.make -external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o: /home/guest/Downloads/PopLib/external/openal/utils/uhjencoder.cpp -external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o: external/openal/CMakeFiles/uhjencoder.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o -MF CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o.d -o CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o -c /home/guest/Downloads/PopLib/external/openal/utils/uhjencoder.cpp - -external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/utils/uhjencoder.cpp > CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.i - -external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/utils/uhjencoder.cpp -o CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.s - -# Object files for target uhjencoder -uhjencoder_OBJECTS = \ -"CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o" - -# External object files for target uhjencoder -uhjencoder_EXTERNAL_OBJECTS = \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" \ -"/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" - -external/openal/uhjencoder: external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o -external/openal/uhjencoder: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o -external/openal/uhjencoder: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o -external/openal/uhjencoder: external/openal/CMakeFiles/uhjencoder.dir/build.make -external/openal/uhjencoder: external/openal/CMakeFiles/uhjencoder.dir/compiler_depend.ts -external/openal/uhjencoder: external/openal/libalsoft.common.a -external/openal/uhjencoder: /usr/lib/libsndfile.so -external/openal/uhjencoder: external/openal/CMakeFiles/uhjencoder.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable uhjencoder" - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/uhjencoder.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/CMakeFiles/uhjencoder.dir/build: external/openal/uhjencoder -.PHONY : external/openal/CMakeFiles/uhjencoder.dir/build - -external/openal/CMakeFiles/uhjencoder.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal && $(CMAKE_COMMAND) -P CMakeFiles/uhjencoder.dir/cmake_clean.cmake -.PHONY : external/openal/CMakeFiles/uhjencoder.dir/clean - -external/openal/CMakeFiles/uhjencoder.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal /home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/uhjencoder.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/CMakeFiles/uhjencoder.dir/depend - diff --git a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/cmake_clean.cmake b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/cmake_clean.cmake deleted file mode 100644 index cddea3b2..00000000 --- a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/cmake_clean.cmake +++ /dev/null @@ -1,12 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/uhjencoder.dir/link.d" - "CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o" - "CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o.d" - "uhjencoder" - "uhjencoder.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/uhjencoder.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/compiler_depend.make b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/compiler_depend.make deleted file mode 100644 index ed4c1b95..00000000 --- a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for uhjencoder. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/compiler_depend.ts b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/compiler_depend.ts deleted file mode 100644 index 8f0dab0d..00000000 --- a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for uhjencoder. diff --git a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/depend.make b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/depend.make deleted file mode 100644 index eafa98e7..00000000 --- a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for uhjencoder. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/flags.make b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/flags.make deleted file mode 100644 index 88dd1b08..00000000 --- a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE -Winline -Wunused -Wall -Wextra -Wshadow -Wconversion -Wcast-align -Wpedantic -Wold-style-cast -Wnon-virtual-dtor -Woverloaded-virtual -Wno-interference-size -Werror=undef -ftrivial-auto-var-init=pattern -fno-math-errno -pthread - diff --git a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/link.txt b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/link.txt deleted file mode 100644 index ec8c7a16..00000000 --- a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/uhjencoder.dir/link.d CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" -o uhjencoder libalsoft.common.a -pthread /usr/lib/libsndfile.so diff --git a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/progress.make b/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/openal/CMakeFiles/uhjencoder.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/openal/CTestTestfile.cmake b/build_emscripten/external/openal/CTestTestfile.cmake deleted file mode 100644 index 2ba5c502..00000000 --- a/build_emscripten/external/openal/CTestTestfile.cmake +++ /dev/null @@ -1,8 +0,0 @@ -# CMake generated Testfile for -# Source directory: /home/guest/Downloads/PopLib/external/openal -# Build directory: /home/guest/Downloads/PopLib/build/external/openal -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. -subdirs("fmt-11.1.4") -subdirs("utils/alsoft-config") diff --git a/build_emscripten/external/openal/Makefile b/build_emscripten/external/openal/Makefile deleted file mode 100644 index 6ebaeb39..00000000 --- a/build_emscripten/external/openal/Makefile +++ /dev/null @@ -1,3978 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/openal//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -external/openal/CMakeFiles/alsoft.build_version.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alsoft.build_version.dir/rule -.PHONY : external/openal/CMakeFiles/alsoft.build_version.dir/rule - -# Convenience name for target. -alsoft.build_version: external/openal/CMakeFiles/alsoft.build_version.dir/rule -.PHONY : alsoft.build_version - -# fast build rule for target. -alsoft.build_version/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.build_version.dir/build.make external/openal/CMakeFiles/alsoft.build_version.dir/build -.PHONY : alsoft.build_version/fast - -# Convenience name for target. -external/openal/CMakeFiles/alsoft.common.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alsoft.common.dir/rule -.PHONY : external/openal/CMakeFiles/alsoft.common.dir/rule - -# Convenience name for target. -alsoft.common: external/openal/CMakeFiles/alsoft.common.dir/rule -.PHONY : alsoft.common - -# fast build rule for target. -alsoft.common/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/build -.PHONY : alsoft.common/fast - -# Convenience name for target. -external/openal/CMakeFiles/clang-tidy-check.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/clang-tidy-check.dir/rule -.PHONY : external/openal/CMakeFiles/clang-tidy-check.dir/rule - -# Convenience name for target. -clang-tidy-check: external/openal/CMakeFiles/clang-tidy-check.dir/rule -.PHONY : clang-tidy-check - -# fast build rule for target. -clang-tidy-check/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/clang-tidy-check.dir/build.make external/openal/CMakeFiles/clang-tidy-check.dir/build -.PHONY : clang-tidy-check/fast - -# Convenience name for target. -external/openal/CMakeFiles/OpenAL.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/OpenAL.dir/rule -.PHONY : external/openal/CMakeFiles/OpenAL.dir/rule - -# Convenience name for target. -OpenAL: external/openal/CMakeFiles/OpenAL.dir/rule -.PHONY : OpenAL - -# fast build rule for target. -OpenAL/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/build -.PHONY : OpenAL/fast - -# Convenience name for target. -external/openal/CMakeFiles/openal-info.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/openal-info.dir/rule -.PHONY : external/openal/CMakeFiles/openal-info.dir/rule - -# Convenience name for target. -openal-info: external/openal/CMakeFiles/openal-info.dir/rule -.PHONY : openal-info - -# fast build rule for target. -openal-info/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/openal-info.dir/build.make external/openal/CMakeFiles/openal-info.dir/build -.PHONY : openal-info/fast - -# Convenience name for target. -external/openal/CMakeFiles/uhjdecoder.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/uhjdecoder.dir/rule -.PHONY : external/openal/CMakeFiles/uhjdecoder.dir/rule - -# Convenience name for target. -uhjdecoder: external/openal/CMakeFiles/uhjdecoder.dir/rule -.PHONY : uhjdecoder - -# fast build rule for target. -uhjdecoder/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjdecoder.dir/build.make external/openal/CMakeFiles/uhjdecoder.dir/build -.PHONY : uhjdecoder/fast - -# Convenience name for target. -external/openal/CMakeFiles/uhjencoder.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/uhjencoder.dir/rule -.PHONY : external/openal/CMakeFiles/uhjencoder.dir/rule - -# Convenience name for target. -uhjencoder: external/openal/CMakeFiles/uhjencoder.dir/rule -.PHONY : uhjencoder - -# fast build rule for target. -uhjencoder/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjencoder.dir/build.make external/openal/CMakeFiles/uhjencoder.dir/build -.PHONY : uhjencoder/fast - -# Convenience name for target. -external/openal/CMakeFiles/alsoft.sofa-support.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alsoft.sofa-support.dir/rule -.PHONY : external/openal/CMakeFiles/alsoft.sofa-support.dir/rule - -# Convenience name for target. -alsoft.sofa-support: external/openal/CMakeFiles/alsoft.sofa-support.dir/rule -.PHONY : alsoft.sofa-support - -# fast build rule for target. -alsoft.sofa-support/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make external/openal/CMakeFiles/alsoft.sofa-support.dir/build -.PHONY : alsoft.sofa-support/fast - -# Convenience name for target. -external/openal/CMakeFiles/makemhr.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/makemhr.dir/rule -.PHONY : external/openal/CMakeFiles/makemhr.dir/rule - -# Convenience name for target. -makemhr: external/openal/CMakeFiles/makemhr.dir/rule -.PHONY : makemhr - -# fast build rule for target. -makemhr/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/build -.PHONY : makemhr/fast - -# Convenience name for target. -external/openal/CMakeFiles/sofa-info.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/sofa-info.dir/rule -.PHONY : external/openal/CMakeFiles/sofa-info.dir/rule - -# Convenience name for target. -sofa-info: external/openal/CMakeFiles/sofa-info.dir/rule -.PHONY : sofa-info - -# fast build rule for target. -sofa-info/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/sofa-info.dir/build.make external/openal/CMakeFiles/sofa-info.dir/build -.PHONY : sofa-info/fast - -# Convenience name for target. -external/openal/CMakeFiles/alsoft.excommon.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alsoft.excommon.dir/rule -.PHONY : external/openal/CMakeFiles/alsoft.excommon.dir/rule - -# Convenience name for target. -alsoft.excommon: external/openal/CMakeFiles/alsoft.excommon.dir/rule -.PHONY : alsoft.excommon - -# fast build rule for target. -alsoft.excommon/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.excommon.dir/build.make external/openal/CMakeFiles/alsoft.excommon.dir/build -.PHONY : alsoft.excommon/fast - -# Convenience name for target. -external/openal/CMakeFiles/altonegen.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/altonegen.dir/rule -.PHONY : external/openal/CMakeFiles/altonegen.dir/rule - -# Convenience name for target. -altonegen: external/openal/CMakeFiles/altonegen.dir/rule -.PHONY : altonegen - -# fast build rule for target. -altonegen/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/altonegen.dir/build.make external/openal/CMakeFiles/altonegen.dir/build -.PHONY : altonegen/fast - -# Convenience name for target. -external/openal/CMakeFiles/alrecord.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alrecord.dir/rule -.PHONY : external/openal/CMakeFiles/alrecord.dir/rule - -# Convenience name for target. -alrecord: external/openal/CMakeFiles/alrecord.dir/rule -.PHONY : alrecord - -# fast build rule for target. -alrecord/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alrecord.dir/build.make external/openal/CMakeFiles/alrecord.dir/build -.PHONY : alrecord/fast - -# Convenience name for target. -external/openal/CMakeFiles/aldebug.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/aldebug.dir/rule -.PHONY : external/openal/CMakeFiles/aldebug.dir/rule - -# Convenience name for target. -aldebug: external/openal/CMakeFiles/aldebug.dir/rule -.PHONY : aldebug - -# fast build rule for target. -aldebug/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldebug.dir/build.make external/openal/CMakeFiles/aldebug.dir/build -.PHONY : aldebug/fast - -# Convenience name for target. -external/openal/CMakeFiles/allafplay.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/allafplay.dir/rule -.PHONY : external/openal/CMakeFiles/allafplay.dir/rule - -# Convenience name for target. -allafplay: external/openal/CMakeFiles/allafplay.dir/rule -.PHONY : allafplay - -# fast build rule for target. -allafplay/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allafplay.dir/build.make external/openal/CMakeFiles/allafplay.dir/build -.PHONY : allafplay/fast - -# Convenience name for target. -external/openal/CMakeFiles/alplay.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alplay.dir/rule -.PHONY : external/openal/CMakeFiles/alplay.dir/rule - -# Convenience name for target. -alplay: external/openal/CMakeFiles/alplay.dir/rule -.PHONY : alplay - -# fast build rule for target. -alplay/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alplay.dir/build.make external/openal/CMakeFiles/alplay.dir/build -.PHONY : alplay/fast - -# Convenience name for target. -external/openal/CMakeFiles/alstream.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alstream.dir/rule -.PHONY : external/openal/CMakeFiles/alstream.dir/rule - -# Convenience name for target. -alstream: external/openal/CMakeFiles/alstream.dir/rule -.PHONY : alstream - -# fast build rule for target. -alstream/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstream.dir/build.make external/openal/CMakeFiles/alstream.dir/build -.PHONY : alstream/fast - -# Convenience name for target. -external/openal/CMakeFiles/alreverb.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alreverb.dir/rule -.PHONY : external/openal/CMakeFiles/alreverb.dir/rule - -# Convenience name for target. -alreverb: external/openal/CMakeFiles/alreverb.dir/rule -.PHONY : alreverb - -# fast build rule for target. -alreverb/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alreverb.dir/build.make external/openal/CMakeFiles/alreverb.dir/build -.PHONY : alreverb/fast - -# Convenience name for target. -external/openal/CMakeFiles/almultireverb.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/almultireverb.dir/rule -.PHONY : external/openal/CMakeFiles/almultireverb.dir/rule - -# Convenience name for target. -almultireverb: external/openal/CMakeFiles/almultireverb.dir/rule -.PHONY : almultireverb - -# fast build rule for target. -almultireverb/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/almultireverb.dir/build.make external/openal/CMakeFiles/almultireverb.dir/build -.PHONY : almultireverb/fast - -# Convenience name for target. -external/openal/CMakeFiles/allatency.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/allatency.dir/rule -.PHONY : external/openal/CMakeFiles/allatency.dir/rule - -# Convenience name for target. -allatency: external/openal/CMakeFiles/allatency.dir/rule -.PHONY : allatency - -# fast build rule for target. -allatency/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allatency.dir/build.make external/openal/CMakeFiles/allatency.dir/build -.PHONY : allatency/fast - -# Convenience name for target. -external/openal/CMakeFiles/alhrtf.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alhrtf.dir/rule -.PHONY : external/openal/CMakeFiles/alhrtf.dir/rule - -# Convenience name for target. -alhrtf: external/openal/CMakeFiles/alhrtf.dir/rule -.PHONY : alhrtf - -# fast build rule for target. -alhrtf/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alhrtf.dir/build.make external/openal/CMakeFiles/alhrtf.dir/build -.PHONY : alhrtf/fast - -# Convenience name for target. -external/openal/CMakeFiles/alstreamcb.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alstreamcb.dir/rule -.PHONY : external/openal/CMakeFiles/alstreamcb.dir/rule - -# Convenience name for target. -alstreamcb: external/openal/CMakeFiles/alstreamcb.dir/rule -.PHONY : alstreamcb - -# fast build rule for target. -alstreamcb/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstreamcb.dir/build.make external/openal/CMakeFiles/alstreamcb.dir/build -.PHONY : alstreamcb/fast - -# Convenience name for target. -external/openal/CMakeFiles/aldirect.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/aldirect.dir/rule -.PHONY : external/openal/CMakeFiles/aldirect.dir/rule - -# Convenience name for target. -aldirect: external/openal/CMakeFiles/aldirect.dir/rule -.PHONY : aldirect - -# fast build rule for target. -aldirect/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldirect.dir/build.make external/openal/CMakeFiles/aldirect.dir/build -.PHONY : aldirect/fast - -# Convenience name for target. -external/openal/CMakeFiles/alconvolve.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alconvolve.dir/rule -.PHONY : external/openal/CMakeFiles/alconvolve.dir/rule - -# Convenience name for target. -alconvolve: external/openal/CMakeFiles/alconvolve.dir/rule -.PHONY : alconvolve - -# fast build rule for target. -alconvolve/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alconvolve.dir/build.make external/openal/CMakeFiles/alconvolve.dir/build -.PHONY : alconvolve/fast - -# Convenience name for target. -external/openal/CMakeFiles/alloopback.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alloopback.dir/rule -.PHONY : external/openal/CMakeFiles/alloopback.dir/rule - -# Convenience name for target. -alloopback: external/openal/CMakeFiles/alloopback.dir/rule -.PHONY : alloopback - -# fast build rule for target. -alloopback/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alloopback.dir/build.make external/openal/CMakeFiles/alloopback.dir/build -.PHONY : alloopback/fast - -# Convenience name for target. -external/openal/CMakeFiles/alffplay.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/CMakeFiles/alffplay.dir/rule -.PHONY : external/openal/CMakeFiles/alffplay.dir/rule - -# Convenience name for target. -alffplay: external/openal/CMakeFiles/alffplay.dir/rule -.PHONY : alffplay - -# fast build rule for target. -alffplay/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alffplay.dir/build.make external/openal/CMakeFiles/alffplay.dir/build -.PHONY : alffplay/fast - -al/auxeffectslot.o: al/auxeffectslot.cpp.o -.PHONY : al/auxeffectslot.o - -# target to build an object file -al/auxeffectslot.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.o -.PHONY : al/auxeffectslot.cpp.o - -al/auxeffectslot.i: al/auxeffectslot.cpp.i -.PHONY : al/auxeffectslot.i - -# target to preprocess a source file -al/auxeffectslot.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.i -.PHONY : al/auxeffectslot.cpp.i - -al/auxeffectslot.s: al/auxeffectslot.cpp.s -.PHONY : al/auxeffectslot.s - -# target to generate assembly for a file -al/auxeffectslot.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/auxeffectslot.cpp.s -.PHONY : al/auxeffectslot.cpp.s - -al/buffer.o: al/buffer.cpp.o -.PHONY : al/buffer.o - -# target to build an object file -al/buffer.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.o -.PHONY : al/buffer.cpp.o - -al/buffer.i: al/buffer.cpp.i -.PHONY : al/buffer.i - -# target to preprocess a source file -al/buffer.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.i -.PHONY : al/buffer.cpp.i - -al/buffer.s: al/buffer.cpp.s -.PHONY : al/buffer.s - -# target to generate assembly for a file -al/buffer.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/buffer.cpp.s -.PHONY : al/buffer.cpp.s - -al/debug.o: al/debug.cpp.o -.PHONY : al/debug.o - -# target to build an object file -al/debug.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.o -.PHONY : al/debug.cpp.o - -al/debug.i: al/debug.cpp.i -.PHONY : al/debug.i - -# target to preprocess a source file -al/debug.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.i -.PHONY : al/debug.cpp.i - -al/debug.s: al/debug.cpp.s -.PHONY : al/debug.s - -# target to generate assembly for a file -al/debug.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/debug.cpp.s -.PHONY : al/debug.cpp.s - -al/effect.o: al/effect.cpp.o -.PHONY : al/effect.o - -# target to build an object file -al/effect.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.o -.PHONY : al/effect.cpp.o - -al/effect.i: al/effect.cpp.i -.PHONY : al/effect.i - -# target to preprocess a source file -al/effect.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.i -.PHONY : al/effect.cpp.i - -al/effect.s: al/effect.cpp.s -.PHONY : al/effect.s - -# target to generate assembly for a file -al/effect.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effect.cpp.s -.PHONY : al/effect.cpp.s - -al/effects/autowah.o: al/effects/autowah.cpp.o -.PHONY : al/effects/autowah.o - -# target to build an object file -al/effects/autowah.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.o -.PHONY : al/effects/autowah.cpp.o - -al/effects/autowah.i: al/effects/autowah.cpp.i -.PHONY : al/effects/autowah.i - -# target to preprocess a source file -al/effects/autowah.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.i -.PHONY : al/effects/autowah.cpp.i - -al/effects/autowah.s: al/effects/autowah.cpp.s -.PHONY : al/effects/autowah.s - -# target to generate assembly for a file -al/effects/autowah.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/autowah.cpp.s -.PHONY : al/effects/autowah.cpp.s - -al/effects/chorus.o: al/effects/chorus.cpp.o -.PHONY : al/effects/chorus.o - -# target to build an object file -al/effects/chorus.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.o -.PHONY : al/effects/chorus.cpp.o - -al/effects/chorus.i: al/effects/chorus.cpp.i -.PHONY : al/effects/chorus.i - -# target to preprocess a source file -al/effects/chorus.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.i -.PHONY : al/effects/chorus.cpp.i - -al/effects/chorus.s: al/effects/chorus.cpp.s -.PHONY : al/effects/chorus.s - -# target to generate assembly for a file -al/effects/chorus.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/chorus.cpp.s -.PHONY : al/effects/chorus.cpp.s - -al/effects/compressor.o: al/effects/compressor.cpp.o -.PHONY : al/effects/compressor.o - -# target to build an object file -al/effects/compressor.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.o -.PHONY : al/effects/compressor.cpp.o - -al/effects/compressor.i: al/effects/compressor.cpp.i -.PHONY : al/effects/compressor.i - -# target to preprocess a source file -al/effects/compressor.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.i -.PHONY : al/effects/compressor.cpp.i - -al/effects/compressor.s: al/effects/compressor.cpp.s -.PHONY : al/effects/compressor.s - -# target to generate assembly for a file -al/effects/compressor.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/compressor.cpp.s -.PHONY : al/effects/compressor.cpp.s - -al/effects/convolution.o: al/effects/convolution.cpp.o -.PHONY : al/effects/convolution.o - -# target to build an object file -al/effects/convolution.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.o -.PHONY : al/effects/convolution.cpp.o - -al/effects/convolution.i: al/effects/convolution.cpp.i -.PHONY : al/effects/convolution.i - -# target to preprocess a source file -al/effects/convolution.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.i -.PHONY : al/effects/convolution.cpp.i - -al/effects/convolution.s: al/effects/convolution.cpp.s -.PHONY : al/effects/convolution.s - -# target to generate assembly for a file -al/effects/convolution.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/convolution.cpp.s -.PHONY : al/effects/convolution.cpp.s - -al/effects/dedicated.o: al/effects/dedicated.cpp.o -.PHONY : al/effects/dedicated.o - -# target to build an object file -al/effects/dedicated.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.o -.PHONY : al/effects/dedicated.cpp.o - -al/effects/dedicated.i: al/effects/dedicated.cpp.i -.PHONY : al/effects/dedicated.i - -# target to preprocess a source file -al/effects/dedicated.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.i -.PHONY : al/effects/dedicated.cpp.i - -al/effects/dedicated.s: al/effects/dedicated.cpp.s -.PHONY : al/effects/dedicated.s - -# target to generate assembly for a file -al/effects/dedicated.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/dedicated.cpp.s -.PHONY : al/effects/dedicated.cpp.s - -al/effects/distortion.o: al/effects/distortion.cpp.o -.PHONY : al/effects/distortion.o - -# target to build an object file -al/effects/distortion.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.o -.PHONY : al/effects/distortion.cpp.o - -al/effects/distortion.i: al/effects/distortion.cpp.i -.PHONY : al/effects/distortion.i - -# target to preprocess a source file -al/effects/distortion.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.i -.PHONY : al/effects/distortion.cpp.i - -al/effects/distortion.s: al/effects/distortion.cpp.s -.PHONY : al/effects/distortion.s - -# target to generate assembly for a file -al/effects/distortion.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/distortion.cpp.s -.PHONY : al/effects/distortion.cpp.s - -al/effects/echo.o: al/effects/echo.cpp.o -.PHONY : al/effects/echo.o - -# target to build an object file -al/effects/echo.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.o -.PHONY : al/effects/echo.cpp.o - -al/effects/echo.i: al/effects/echo.cpp.i -.PHONY : al/effects/echo.i - -# target to preprocess a source file -al/effects/echo.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.i -.PHONY : al/effects/echo.cpp.i - -al/effects/echo.s: al/effects/echo.cpp.s -.PHONY : al/effects/echo.s - -# target to generate assembly for a file -al/effects/echo.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/echo.cpp.s -.PHONY : al/effects/echo.cpp.s - -al/effects/effects.o: al/effects/effects.cpp.o -.PHONY : al/effects/effects.o - -# target to build an object file -al/effects/effects.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.o -.PHONY : al/effects/effects.cpp.o - -al/effects/effects.i: al/effects/effects.cpp.i -.PHONY : al/effects/effects.i - -# target to preprocess a source file -al/effects/effects.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.i -.PHONY : al/effects/effects.cpp.i - -al/effects/effects.s: al/effects/effects.cpp.s -.PHONY : al/effects/effects.s - -# target to generate assembly for a file -al/effects/effects.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/effects.cpp.s -.PHONY : al/effects/effects.cpp.s - -al/effects/equalizer.o: al/effects/equalizer.cpp.o -.PHONY : al/effects/equalizer.o - -# target to build an object file -al/effects/equalizer.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.o -.PHONY : al/effects/equalizer.cpp.o - -al/effects/equalizer.i: al/effects/equalizer.cpp.i -.PHONY : al/effects/equalizer.i - -# target to preprocess a source file -al/effects/equalizer.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.i -.PHONY : al/effects/equalizer.cpp.i - -al/effects/equalizer.s: al/effects/equalizer.cpp.s -.PHONY : al/effects/equalizer.s - -# target to generate assembly for a file -al/effects/equalizer.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/equalizer.cpp.s -.PHONY : al/effects/equalizer.cpp.s - -al/effects/fshifter.o: al/effects/fshifter.cpp.o -.PHONY : al/effects/fshifter.o - -# target to build an object file -al/effects/fshifter.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.o -.PHONY : al/effects/fshifter.cpp.o - -al/effects/fshifter.i: al/effects/fshifter.cpp.i -.PHONY : al/effects/fshifter.i - -# target to preprocess a source file -al/effects/fshifter.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.i -.PHONY : al/effects/fshifter.cpp.i - -al/effects/fshifter.s: al/effects/fshifter.cpp.s -.PHONY : al/effects/fshifter.s - -# target to generate assembly for a file -al/effects/fshifter.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/fshifter.cpp.s -.PHONY : al/effects/fshifter.cpp.s - -al/effects/modulator.o: al/effects/modulator.cpp.o -.PHONY : al/effects/modulator.o - -# target to build an object file -al/effects/modulator.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.o -.PHONY : al/effects/modulator.cpp.o - -al/effects/modulator.i: al/effects/modulator.cpp.i -.PHONY : al/effects/modulator.i - -# target to preprocess a source file -al/effects/modulator.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.i -.PHONY : al/effects/modulator.cpp.i - -al/effects/modulator.s: al/effects/modulator.cpp.s -.PHONY : al/effects/modulator.s - -# target to generate assembly for a file -al/effects/modulator.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/modulator.cpp.s -.PHONY : al/effects/modulator.cpp.s - -al/effects/null.o: al/effects/null.cpp.o -.PHONY : al/effects/null.o - -# target to build an object file -al/effects/null.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.o -.PHONY : al/effects/null.cpp.o - -al/effects/null.i: al/effects/null.cpp.i -.PHONY : al/effects/null.i - -# target to preprocess a source file -al/effects/null.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.i -.PHONY : al/effects/null.cpp.i - -al/effects/null.s: al/effects/null.cpp.s -.PHONY : al/effects/null.s - -# target to generate assembly for a file -al/effects/null.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/null.cpp.s -.PHONY : al/effects/null.cpp.s - -al/effects/pshifter.o: al/effects/pshifter.cpp.o -.PHONY : al/effects/pshifter.o - -# target to build an object file -al/effects/pshifter.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.o -.PHONY : al/effects/pshifter.cpp.o - -al/effects/pshifter.i: al/effects/pshifter.cpp.i -.PHONY : al/effects/pshifter.i - -# target to preprocess a source file -al/effects/pshifter.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.i -.PHONY : al/effects/pshifter.cpp.i - -al/effects/pshifter.s: al/effects/pshifter.cpp.s -.PHONY : al/effects/pshifter.s - -# target to generate assembly for a file -al/effects/pshifter.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/pshifter.cpp.s -.PHONY : al/effects/pshifter.cpp.s - -al/effects/reverb.o: al/effects/reverb.cpp.o -.PHONY : al/effects/reverb.o - -# target to build an object file -al/effects/reverb.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.o -.PHONY : al/effects/reverb.cpp.o - -al/effects/reverb.i: al/effects/reverb.cpp.i -.PHONY : al/effects/reverb.i - -# target to preprocess a source file -al/effects/reverb.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.i -.PHONY : al/effects/reverb.cpp.i - -al/effects/reverb.s: al/effects/reverb.cpp.s -.PHONY : al/effects/reverb.s - -# target to generate assembly for a file -al/effects/reverb.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/reverb.cpp.s -.PHONY : al/effects/reverb.cpp.s - -al/effects/vmorpher.o: al/effects/vmorpher.cpp.o -.PHONY : al/effects/vmorpher.o - -# target to build an object file -al/effects/vmorpher.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.o -.PHONY : al/effects/vmorpher.cpp.o - -al/effects/vmorpher.i: al/effects/vmorpher.cpp.i -.PHONY : al/effects/vmorpher.i - -# target to preprocess a source file -al/effects/vmorpher.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.i -.PHONY : al/effects/vmorpher.cpp.i - -al/effects/vmorpher.s: al/effects/vmorpher.cpp.s -.PHONY : al/effects/vmorpher.s - -# target to generate assembly for a file -al/effects/vmorpher.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/effects/vmorpher.cpp.s -.PHONY : al/effects/vmorpher.cpp.s - -al/error.o: al/error.cpp.o -.PHONY : al/error.o - -# target to build an object file -al/error.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.o -.PHONY : al/error.cpp.o - -al/error.i: al/error.cpp.i -.PHONY : al/error.i - -# target to preprocess a source file -al/error.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.i -.PHONY : al/error.cpp.i - -al/error.s: al/error.cpp.s -.PHONY : al/error.s - -# target to generate assembly for a file -al/error.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/error.cpp.s -.PHONY : al/error.cpp.s - -al/event.o: al/event.cpp.o -.PHONY : al/event.o - -# target to build an object file -al/event.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.o -.PHONY : al/event.cpp.o - -al/event.i: al/event.cpp.i -.PHONY : al/event.i - -# target to preprocess a source file -al/event.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.i -.PHONY : al/event.cpp.i - -al/event.s: al/event.cpp.s -.PHONY : al/event.s - -# target to generate assembly for a file -al/event.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/event.cpp.s -.PHONY : al/event.cpp.s - -al/extension.o: al/extension.cpp.o -.PHONY : al/extension.o - -# target to build an object file -al/extension.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.o -.PHONY : al/extension.cpp.o - -al/extension.i: al/extension.cpp.i -.PHONY : al/extension.i - -# target to preprocess a source file -al/extension.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.i -.PHONY : al/extension.cpp.i - -al/extension.s: al/extension.cpp.s -.PHONY : al/extension.s - -# target to generate assembly for a file -al/extension.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/extension.cpp.s -.PHONY : al/extension.cpp.s - -al/filter.o: al/filter.cpp.o -.PHONY : al/filter.o - -# target to build an object file -al/filter.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.o -.PHONY : al/filter.cpp.o - -al/filter.i: al/filter.cpp.i -.PHONY : al/filter.i - -# target to preprocess a source file -al/filter.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.i -.PHONY : al/filter.cpp.i - -al/filter.s: al/filter.cpp.s -.PHONY : al/filter.s - -# target to generate assembly for a file -al/filter.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/filter.cpp.s -.PHONY : al/filter.cpp.s - -al/listener.o: al/listener.cpp.o -.PHONY : al/listener.o - -# target to build an object file -al/listener.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.o -.PHONY : al/listener.cpp.o - -al/listener.i: al/listener.cpp.i -.PHONY : al/listener.i - -# target to preprocess a source file -al/listener.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.i -.PHONY : al/listener.cpp.i - -al/listener.s: al/listener.cpp.s -.PHONY : al/listener.s - -# target to generate assembly for a file -al/listener.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/listener.cpp.s -.PHONY : al/listener.cpp.s - -al/source.o: al/source.cpp.o -.PHONY : al/source.o - -# target to build an object file -al/source.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.o -.PHONY : al/source.cpp.o - -al/source.i: al/source.cpp.i -.PHONY : al/source.i - -# target to preprocess a source file -al/source.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.i -.PHONY : al/source.cpp.i - -al/source.s: al/source.cpp.s -.PHONY : al/source.s - -# target to generate assembly for a file -al/source.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/source.cpp.s -.PHONY : al/source.cpp.s - -al/state.o: al/state.cpp.o -.PHONY : al/state.o - -# target to build an object file -al/state.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.o -.PHONY : al/state.cpp.o - -al/state.i: al/state.cpp.i -.PHONY : al/state.i - -# target to preprocess a source file -al/state.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.i -.PHONY : al/state.cpp.i - -al/state.s: al/state.cpp.s -.PHONY : al/state.s - -# target to generate assembly for a file -al/state.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/al/state.cpp.s -.PHONY : al/state.cpp.s - -alc/alc.o: alc/alc.cpp.o -.PHONY : alc/alc.o - -# target to build an object file -alc/alc.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.o -.PHONY : alc/alc.cpp.o - -alc/alc.i: alc/alc.cpp.i -.PHONY : alc/alc.i - -# target to preprocess a source file -alc/alc.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.i -.PHONY : alc/alc.cpp.i - -alc/alc.s: alc/alc.cpp.s -.PHONY : alc/alc.s - -# target to generate assembly for a file -alc/alc.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/alc.cpp.s -.PHONY : alc/alc.cpp.s - -alc/alconfig.o: alc/alconfig.cpp.o -.PHONY : alc/alconfig.o - -# target to build an object file -alc/alconfig.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.o -.PHONY : alc/alconfig.cpp.o - -alc/alconfig.i: alc/alconfig.cpp.i -.PHONY : alc/alconfig.i - -# target to preprocess a source file -alc/alconfig.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.i -.PHONY : alc/alconfig.cpp.i - -alc/alconfig.s: alc/alconfig.cpp.s -.PHONY : alc/alconfig.s - -# target to generate assembly for a file -alc/alconfig.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/alconfig.cpp.s -.PHONY : alc/alconfig.cpp.s - -alc/alu.o: alc/alu.cpp.o -.PHONY : alc/alu.o - -# target to build an object file -alc/alu.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.o -.PHONY : alc/alu.cpp.o - -alc/alu.i: alc/alu.cpp.i -.PHONY : alc/alu.i - -# target to preprocess a source file -alc/alu.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.i -.PHONY : alc/alu.cpp.i - -alc/alu.s: alc/alu.cpp.s -.PHONY : alc/alu.s - -# target to generate assembly for a file -alc/alu.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/alu.cpp.s -.PHONY : alc/alu.cpp.s - -alc/backends/alsa.o: alc/backends/alsa.cpp.o -.PHONY : alc/backends/alsa.o - -# target to build an object file -alc/backends/alsa.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.o -.PHONY : alc/backends/alsa.cpp.o - -alc/backends/alsa.i: alc/backends/alsa.cpp.i -.PHONY : alc/backends/alsa.i - -# target to preprocess a source file -alc/backends/alsa.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.i -.PHONY : alc/backends/alsa.cpp.i - -alc/backends/alsa.s: alc/backends/alsa.cpp.s -.PHONY : alc/backends/alsa.s - -# target to generate assembly for a file -alc/backends/alsa.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/alsa.cpp.s -.PHONY : alc/backends/alsa.cpp.s - -alc/backends/base.o: alc/backends/base.cpp.o -.PHONY : alc/backends/base.o - -# target to build an object file -alc/backends/base.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.o -.PHONY : alc/backends/base.cpp.o - -alc/backends/base.i: alc/backends/base.cpp.i -.PHONY : alc/backends/base.i - -# target to preprocess a source file -alc/backends/base.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.i -.PHONY : alc/backends/base.cpp.i - -alc/backends/base.s: alc/backends/base.cpp.s -.PHONY : alc/backends/base.s - -# target to generate assembly for a file -alc/backends/base.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/base.cpp.s -.PHONY : alc/backends/base.cpp.s - -alc/backends/jack.o: alc/backends/jack.cpp.o -.PHONY : alc/backends/jack.o - -# target to build an object file -alc/backends/jack.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.o -.PHONY : alc/backends/jack.cpp.o - -alc/backends/jack.i: alc/backends/jack.cpp.i -.PHONY : alc/backends/jack.i - -# target to preprocess a source file -alc/backends/jack.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.i -.PHONY : alc/backends/jack.cpp.i - -alc/backends/jack.s: alc/backends/jack.cpp.s -.PHONY : alc/backends/jack.s - -# target to generate assembly for a file -alc/backends/jack.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/jack.cpp.s -.PHONY : alc/backends/jack.cpp.s - -alc/backends/loopback.o: alc/backends/loopback.cpp.o -.PHONY : alc/backends/loopback.o - -# target to build an object file -alc/backends/loopback.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.o -.PHONY : alc/backends/loopback.cpp.o - -alc/backends/loopback.i: alc/backends/loopback.cpp.i -.PHONY : alc/backends/loopback.i - -# target to preprocess a source file -alc/backends/loopback.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.i -.PHONY : alc/backends/loopback.cpp.i - -alc/backends/loopback.s: alc/backends/loopback.cpp.s -.PHONY : alc/backends/loopback.s - -# target to generate assembly for a file -alc/backends/loopback.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/loopback.cpp.s -.PHONY : alc/backends/loopback.cpp.s - -alc/backends/null.o: alc/backends/null.cpp.o -.PHONY : alc/backends/null.o - -# target to build an object file -alc/backends/null.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.o -.PHONY : alc/backends/null.cpp.o - -alc/backends/null.i: alc/backends/null.cpp.i -.PHONY : alc/backends/null.i - -# target to preprocess a source file -alc/backends/null.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.i -.PHONY : alc/backends/null.cpp.i - -alc/backends/null.s: alc/backends/null.cpp.s -.PHONY : alc/backends/null.s - -# target to generate assembly for a file -alc/backends/null.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/null.cpp.s -.PHONY : alc/backends/null.cpp.s - -alc/backends/oss.o: alc/backends/oss.cpp.o -.PHONY : alc/backends/oss.o - -# target to build an object file -alc/backends/oss.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.o -.PHONY : alc/backends/oss.cpp.o - -alc/backends/oss.i: alc/backends/oss.cpp.i -.PHONY : alc/backends/oss.i - -# target to preprocess a source file -alc/backends/oss.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.i -.PHONY : alc/backends/oss.cpp.i - -alc/backends/oss.s: alc/backends/oss.cpp.s -.PHONY : alc/backends/oss.s - -# target to generate assembly for a file -alc/backends/oss.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/oss.cpp.s -.PHONY : alc/backends/oss.cpp.s - -alc/backends/pipewire.o: alc/backends/pipewire.cpp.o -.PHONY : alc/backends/pipewire.o - -# target to build an object file -alc/backends/pipewire.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.o -.PHONY : alc/backends/pipewire.cpp.o - -alc/backends/pipewire.i: alc/backends/pipewire.cpp.i -.PHONY : alc/backends/pipewire.i - -# target to preprocess a source file -alc/backends/pipewire.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.i -.PHONY : alc/backends/pipewire.cpp.i - -alc/backends/pipewire.s: alc/backends/pipewire.cpp.s -.PHONY : alc/backends/pipewire.s - -# target to generate assembly for a file -alc/backends/pipewire.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/pipewire.cpp.s -.PHONY : alc/backends/pipewire.cpp.s - -alc/backends/portaudio.o: alc/backends/portaudio.cpp.o -.PHONY : alc/backends/portaudio.o - -# target to build an object file -alc/backends/portaudio.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.o -.PHONY : alc/backends/portaudio.cpp.o - -alc/backends/portaudio.i: alc/backends/portaudio.cpp.i -.PHONY : alc/backends/portaudio.i - -# target to preprocess a source file -alc/backends/portaudio.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.i -.PHONY : alc/backends/portaudio.cpp.i - -alc/backends/portaudio.s: alc/backends/portaudio.cpp.s -.PHONY : alc/backends/portaudio.s - -# target to generate assembly for a file -alc/backends/portaudio.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/portaudio.cpp.s -.PHONY : alc/backends/portaudio.cpp.s - -alc/backends/pulseaudio.o: alc/backends/pulseaudio.cpp.o -.PHONY : alc/backends/pulseaudio.o - -# target to build an object file -alc/backends/pulseaudio.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.o -.PHONY : alc/backends/pulseaudio.cpp.o - -alc/backends/pulseaudio.i: alc/backends/pulseaudio.cpp.i -.PHONY : alc/backends/pulseaudio.i - -# target to preprocess a source file -alc/backends/pulseaudio.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.i -.PHONY : alc/backends/pulseaudio.cpp.i - -alc/backends/pulseaudio.s: alc/backends/pulseaudio.cpp.s -.PHONY : alc/backends/pulseaudio.s - -# target to generate assembly for a file -alc/backends/pulseaudio.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/pulseaudio.cpp.s -.PHONY : alc/backends/pulseaudio.cpp.s - -alc/backends/wave.o: alc/backends/wave.cpp.o -.PHONY : alc/backends/wave.o - -# target to build an object file -alc/backends/wave.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.o -.PHONY : alc/backends/wave.cpp.o - -alc/backends/wave.i: alc/backends/wave.cpp.i -.PHONY : alc/backends/wave.i - -# target to preprocess a source file -alc/backends/wave.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.i -.PHONY : alc/backends/wave.cpp.i - -alc/backends/wave.s: alc/backends/wave.cpp.s -.PHONY : alc/backends/wave.s - -# target to generate assembly for a file -alc/backends/wave.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/backends/wave.cpp.s -.PHONY : alc/backends/wave.cpp.s - -alc/context.o: alc/context.cpp.o -.PHONY : alc/context.o - -# target to build an object file -alc/context.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.o -.PHONY : alc/context.cpp.o - -alc/context.i: alc/context.cpp.i -.PHONY : alc/context.i - -# target to preprocess a source file -alc/context.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.i -.PHONY : alc/context.cpp.i - -alc/context.s: alc/context.cpp.s -.PHONY : alc/context.s - -# target to generate assembly for a file -alc/context.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/context.cpp.s -.PHONY : alc/context.cpp.s - -alc/device.o: alc/device.cpp.o -.PHONY : alc/device.o - -# target to build an object file -alc/device.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.o -.PHONY : alc/device.cpp.o - -alc/device.i: alc/device.cpp.i -.PHONY : alc/device.i - -# target to preprocess a source file -alc/device.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.i -.PHONY : alc/device.cpp.i - -alc/device.s: alc/device.cpp.s -.PHONY : alc/device.s - -# target to generate assembly for a file -alc/device.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/device.cpp.s -.PHONY : alc/device.cpp.s - -alc/effects/autowah.o: alc/effects/autowah.cpp.o -.PHONY : alc/effects/autowah.o - -# target to build an object file -alc/effects/autowah.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.o -.PHONY : alc/effects/autowah.cpp.o - -alc/effects/autowah.i: alc/effects/autowah.cpp.i -.PHONY : alc/effects/autowah.i - -# target to preprocess a source file -alc/effects/autowah.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.i -.PHONY : alc/effects/autowah.cpp.i - -alc/effects/autowah.s: alc/effects/autowah.cpp.s -.PHONY : alc/effects/autowah.s - -# target to generate assembly for a file -alc/effects/autowah.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/autowah.cpp.s -.PHONY : alc/effects/autowah.cpp.s - -alc/effects/chorus.o: alc/effects/chorus.cpp.o -.PHONY : alc/effects/chorus.o - -# target to build an object file -alc/effects/chorus.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.o -.PHONY : alc/effects/chorus.cpp.o - -alc/effects/chorus.i: alc/effects/chorus.cpp.i -.PHONY : alc/effects/chorus.i - -# target to preprocess a source file -alc/effects/chorus.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.i -.PHONY : alc/effects/chorus.cpp.i - -alc/effects/chorus.s: alc/effects/chorus.cpp.s -.PHONY : alc/effects/chorus.s - -# target to generate assembly for a file -alc/effects/chorus.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/chorus.cpp.s -.PHONY : alc/effects/chorus.cpp.s - -alc/effects/compressor.o: alc/effects/compressor.cpp.o -.PHONY : alc/effects/compressor.o - -# target to build an object file -alc/effects/compressor.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.o -.PHONY : alc/effects/compressor.cpp.o - -alc/effects/compressor.i: alc/effects/compressor.cpp.i -.PHONY : alc/effects/compressor.i - -# target to preprocess a source file -alc/effects/compressor.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.i -.PHONY : alc/effects/compressor.cpp.i - -alc/effects/compressor.s: alc/effects/compressor.cpp.s -.PHONY : alc/effects/compressor.s - -# target to generate assembly for a file -alc/effects/compressor.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/compressor.cpp.s -.PHONY : alc/effects/compressor.cpp.s - -alc/effects/convolution.o: alc/effects/convolution.cpp.o -.PHONY : alc/effects/convolution.o - -# target to build an object file -alc/effects/convolution.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.o -.PHONY : alc/effects/convolution.cpp.o - -alc/effects/convolution.i: alc/effects/convolution.cpp.i -.PHONY : alc/effects/convolution.i - -# target to preprocess a source file -alc/effects/convolution.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.i -.PHONY : alc/effects/convolution.cpp.i - -alc/effects/convolution.s: alc/effects/convolution.cpp.s -.PHONY : alc/effects/convolution.s - -# target to generate assembly for a file -alc/effects/convolution.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/convolution.cpp.s -.PHONY : alc/effects/convolution.cpp.s - -alc/effects/dedicated.o: alc/effects/dedicated.cpp.o -.PHONY : alc/effects/dedicated.o - -# target to build an object file -alc/effects/dedicated.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.o -.PHONY : alc/effects/dedicated.cpp.o - -alc/effects/dedicated.i: alc/effects/dedicated.cpp.i -.PHONY : alc/effects/dedicated.i - -# target to preprocess a source file -alc/effects/dedicated.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.i -.PHONY : alc/effects/dedicated.cpp.i - -alc/effects/dedicated.s: alc/effects/dedicated.cpp.s -.PHONY : alc/effects/dedicated.s - -# target to generate assembly for a file -alc/effects/dedicated.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/dedicated.cpp.s -.PHONY : alc/effects/dedicated.cpp.s - -alc/effects/distortion.o: alc/effects/distortion.cpp.o -.PHONY : alc/effects/distortion.o - -# target to build an object file -alc/effects/distortion.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.o -.PHONY : alc/effects/distortion.cpp.o - -alc/effects/distortion.i: alc/effects/distortion.cpp.i -.PHONY : alc/effects/distortion.i - -# target to preprocess a source file -alc/effects/distortion.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.i -.PHONY : alc/effects/distortion.cpp.i - -alc/effects/distortion.s: alc/effects/distortion.cpp.s -.PHONY : alc/effects/distortion.s - -# target to generate assembly for a file -alc/effects/distortion.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/distortion.cpp.s -.PHONY : alc/effects/distortion.cpp.s - -alc/effects/echo.o: alc/effects/echo.cpp.o -.PHONY : alc/effects/echo.o - -# target to build an object file -alc/effects/echo.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.o -.PHONY : alc/effects/echo.cpp.o - -alc/effects/echo.i: alc/effects/echo.cpp.i -.PHONY : alc/effects/echo.i - -# target to preprocess a source file -alc/effects/echo.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.i -.PHONY : alc/effects/echo.cpp.i - -alc/effects/echo.s: alc/effects/echo.cpp.s -.PHONY : alc/effects/echo.s - -# target to generate assembly for a file -alc/effects/echo.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/echo.cpp.s -.PHONY : alc/effects/echo.cpp.s - -alc/effects/equalizer.o: alc/effects/equalizer.cpp.o -.PHONY : alc/effects/equalizer.o - -# target to build an object file -alc/effects/equalizer.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.o -.PHONY : alc/effects/equalizer.cpp.o - -alc/effects/equalizer.i: alc/effects/equalizer.cpp.i -.PHONY : alc/effects/equalizer.i - -# target to preprocess a source file -alc/effects/equalizer.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.i -.PHONY : alc/effects/equalizer.cpp.i - -alc/effects/equalizer.s: alc/effects/equalizer.cpp.s -.PHONY : alc/effects/equalizer.s - -# target to generate assembly for a file -alc/effects/equalizer.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/equalizer.cpp.s -.PHONY : alc/effects/equalizer.cpp.s - -alc/effects/fshifter.o: alc/effects/fshifter.cpp.o -.PHONY : alc/effects/fshifter.o - -# target to build an object file -alc/effects/fshifter.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.o -.PHONY : alc/effects/fshifter.cpp.o - -alc/effects/fshifter.i: alc/effects/fshifter.cpp.i -.PHONY : alc/effects/fshifter.i - -# target to preprocess a source file -alc/effects/fshifter.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.i -.PHONY : alc/effects/fshifter.cpp.i - -alc/effects/fshifter.s: alc/effects/fshifter.cpp.s -.PHONY : alc/effects/fshifter.s - -# target to generate assembly for a file -alc/effects/fshifter.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/fshifter.cpp.s -.PHONY : alc/effects/fshifter.cpp.s - -alc/effects/modulator.o: alc/effects/modulator.cpp.o -.PHONY : alc/effects/modulator.o - -# target to build an object file -alc/effects/modulator.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.o -.PHONY : alc/effects/modulator.cpp.o - -alc/effects/modulator.i: alc/effects/modulator.cpp.i -.PHONY : alc/effects/modulator.i - -# target to preprocess a source file -alc/effects/modulator.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.i -.PHONY : alc/effects/modulator.cpp.i - -alc/effects/modulator.s: alc/effects/modulator.cpp.s -.PHONY : alc/effects/modulator.s - -# target to generate assembly for a file -alc/effects/modulator.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/modulator.cpp.s -.PHONY : alc/effects/modulator.cpp.s - -alc/effects/null.o: alc/effects/null.cpp.o -.PHONY : alc/effects/null.o - -# target to build an object file -alc/effects/null.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.o -.PHONY : alc/effects/null.cpp.o - -alc/effects/null.i: alc/effects/null.cpp.i -.PHONY : alc/effects/null.i - -# target to preprocess a source file -alc/effects/null.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.i -.PHONY : alc/effects/null.cpp.i - -alc/effects/null.s: alc/effects/null.cpp.s -.PHONY : alc/effects/null.s - -# target to generate assembly for a file -alc/effects/null.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/null.cpp.s -.PHONY : alc/effects/null.cpp.s - -alc/effects/pshifter.o: alc/effects/pshifter.cpp.o -.PHONY : alc/effects/pshifter.o - -# target to build an object file -alc/effects/pshifter.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.o -.PHONY : alc/effects/pshifter.cpp.o - -alc/effects/pshifter.i: alc/effects/pshifter.cpp.i -.PHONY : alc/effects/pshifter.i - -# target to preprocess a source file -alc/effects/pshifter.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.i -.PHONY : alc/effects/pshifter.cpp.i - -alc/effects/pshifter.s: alc/effects/pshifter.cpp.s -.PHONY : alc/effects/pshifter.s - -# target to generate assembly for a file -alc/effects/pshifter.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/pshifter.cpp.s -.PHONY : alc/effects/pshifter.cpp.s - -alc/effects/reverb.o: alc/effects/reverb.cpp.o -.PHONY : alc/effects/reverb.o - -# target to build an object file -alc/effects/reverb.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.o -.PHONY : alc/effects/reverb.cpp.o - -alc/effects/reverb.i: alc/effects/reverb.cpp.i -.PHONY : alc/effects/reverb.i - -# target to preprocess a source file -alc/effects/reverb.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.i -.PHONY : alc/effects/reverb.cpp.i - -alc/effects/reverb.s: alc/effects/reverb.cpp.s -.PHONY : alc/effects/reverb.s - -# target to generate assembly for a file -alc/effects/reverb.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/reverb.cpp.s -.PHONY : alc/effects/reverb.cpp.s - -alc/effects/vmorpher.o: alc/effects/vmorpher.cpp.o -.PHONY : alc/effects/vmorpher.o - -# target to build an object file -alc/effects/vmorpher.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.o -.PHONY : alc/effects/vmorpher.cpp.o - -alc/effects/vmorpher.i: alc/effects/vmorpher.cpp.i -.PHONY : alc/effects/vmorpher.i - -# target to preprocess a source file -alc/effects/vmorpher.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.i -.PHONY : alc/effects/vmorpher.cpp.i - -alc/effects/vmorpher.s: alc/effects/vmorpher.cpp.s -.PHONY : alc/effects/vmorpher.s - -# target to generate assembly for a file -alc/effects/vmorpher.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/effects/vmorpher.cpp.s -.PHONY : alc/effects/vmorpher.cpp.s - -alc/events.o: alc/events.cpp.o -.PHONY : alc/events.o - -# target to build an object file -alc/events.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.o -.PHONY : alc/events.cpp.o - -alc/events.i: alc/events.cpp.i -.PHONY : alc/events.i - -# target to preprocess a source file -alc/events.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.i -.PHONY : alc/events.cpp.i - -alc/events.s: alc/events.cpp.s -.PHONY : alc/events.s - -# target to generate assembly for a file -alc/events.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/events.cpp.s -.PHONY : alc/events.cpp.s - -alc/panning.o: alc/panning.cpp.o -.PHONY : alc/panning.o - -# target to build an object file -alc/panning.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.o -.PHONY : alc/panning.cpp.o - -alc/panning.i: alc/panning.cpp.i -.PHONY : alc/panning.i - -# target to preprocess a source file -alc/panning.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.i -.PHONY : alc/panning.cpp.i - -alc/panning.s: alc/panning.cpp.s -.PHONY : alc/panning.s - -# target to generate assembly for a file -alc/panning.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/alc/panning.cpp.s -.PHONY : alc/panning.cpp.s - -common/alcomplex.o: common/alcomplex.cpp.o -.PHONY : common/alcomplex.o - -# target to build an object file -common/alcomplex.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.o -.PHONY : common/alcomplex.cpp.o - -common/alcomplex.i: common/alcomplex.cpp.i -.PHONY : common/alcomplex.i - -# target to preprocess a source file -common/alcomplex.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.i -.PHONY : common/alcomplex.cpp.i - -common/alcomplex.s: common/alcomplex.cpp.s -.PHONY : common/alcomplex.s - -# target to generate assembly for a file -common/alcomplex.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/alcomplex.cpp.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/alcomplex.cpp.s -.PHONY : common/alcomplex.cpp.s - -common/alstring.o: common/alstring.cpp.o -.PHONY : common/alstring.o - -# target to build an object file -common/alstring.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.o -.PHONY : common/alstring.cpp.o - -common/alstring.i: common/alstring.cpp.i -.PHONY : common/alstring.i - -# target to preprocess a source file -common/alstring.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.i -.PHONY : common/alstring.cpp.i - -common/alstring.s: common/alstring.cpp.s -.PHONY : common/alstring.s - -# target to generate assembly for a file -common/alstring.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/alstring.cpp.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/alstring.cpp.s -.PHONY : common/alstring.cpp.s - -common/althrd_setname.o: common/althrd_setname.cpp.o -.PHONY : common/althrd_setname.o - -# target to build an object file -common/althrd_setname.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.o -.PHONY : common/althrd_setname.cpp.o - -common/althrd_setname.i: common/althrd_setname.cpp.i -.PHONY : common/althrd_setname.i - -# target to preprocess a source file -common/althrd_setname.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.i -.PHONY : common/althrd_setname.cpp.i - -common/althrd_setname.s: common/althrd_setname.cpp.s -.PHONY : common/althrd_setname.s - -# target to generate assembly for a file -common/althrd_setname.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/althrd_setname.cpp.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/althrd_setname.cpp.s -.PHONY : common/althrd_setname.cpp.s - -common/dynload.o: common/dynload.cpp.o -.PHONY : common/dynload.o - -# target to build an object file -common/dynload.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.o -.PHONY : common/dynload.cpp.o - -common/dynload.i: common/dynload.cpp.i -.PHONY : common/dynload.i - -# target to preprocess a source file -common/dynload.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.i -.PHONY : common/dynload.cpp.i - -common/dynload.s: common/dynload.cpp.s -.PHONY : common/dynload.s - -# target to generate assembly for a file -common/dynload.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/dynload.cpp.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/dynload.cpp.s -.PHONY : common/dynload.cpp.s - -common/filesystem.o: common/filesystem.cpp.o -.PHONY : common/filesystem.o - -# target to build an object file -common/filesystem.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.o -.PHONY : common/filesystem.cpp.o - -common/filesystem.i: common/filesystem.cpp.i -.PHONY : common/filesystem.i - -# target to preprocess a source file -common/filesystem.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.i -.PHONY : common/filesystem.cpp.i - -common/filesystem.s: common/filesystem.cpp.s -.PHONY : common/filesystem.s - -# target to generate assembly for a file -common/filesystem.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/filesystem.cpp.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/filesystem.cpp.s -.PHONY : common/filesystem.cpp.s - -common/pffft.o: common/pffft.cpp.o -.PHONY : common/pffft.o - -# target to build an object file -common/pffft.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.o -.PHONY : common/pffft.cpp.o - -common/pffft.i: common/pffft.cpp.i -.PHONY : common/pffft.i - -# target to preprocess a source file -common/pffft.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.i -.PHONY : common/pffft.cpp.i - -common/pffft.s: common/pffft.cpp.s -.PHONY : common/pffft.s - -# target to generate assembly for a file -common/pffft.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/pffft.cpp.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/pffft.cpp.s -.PHONY : common/pffft.cpp.s - -common/polyphase_resampler.o: common/polyphase_resampler.cpp.o -.PHONY : common/polyphase_resampler.o - -# target to build an object file -common/polyphase_resampler.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.o -.PHONY : common/polyphase_resampler.cpp.o - -common/polyphase_resampler.i: common/polyphase_resampler.cpp.i -.PHONY : common/polyphase_resampler.i - -# target to preprocess a source file -common/polyphase_resampler.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.i -.PHONY : common/polyphase_resampler.cpp.i - -common/polyphase_resampler.s: common/polyphase_resampler.cpp.s -.PHONY : common/polyphase_resampler.s - -# target to generate assembly for a file -common/polyphase_resampler.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/polyphase_resampler.cpp.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/polyphase_resampler.cpp.s -.PHONY : common/polyphase_resampler.cpp.s - -common/ringbuffer.o: common/ringbuffer.cpp.o -.PHONY : common/ringbuffer.o - -# target to build an object file -common/ringbuffer.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.o -.PHONY : common/ringbuffer.cpp.o - -common/ringbuffer.i: common/ringbuffer.cpp.i -.PHONY : common/ringbuffer.i - -# target to preprocess a source file -common/ringbuffer.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.i -.PHONY : common/ringbuffer.cpp.i - -common/ringbuffer.s: common/ringbuffer.cpp.s -.PHONY : common/ringbuffer.s - -# target to generate assembly for a file -common/ringbuffer.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/ringbuffer.cpp.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/ringbuffer.cpp.s -.PHONY : common/ringbuffer.cpp.s - -common/strutils.o: common/strutils.cpp.o -.PHONY : common/strutils.o - -# target to build an object file -common/strutils.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.o - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.o -.PHONY : common/strutils.cpp.o - -common/strutils.i: common/strutils.cpp.i -.PHONY : common/strutils.i - -# target to preprocess a source file -common/strutils.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.i - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.i -.PHONY : common/strutils.cpp.i - -common/strutils.s: common/strutils.cpp.s -.PHONY : common/strutils.s - -# target to generate assembly for a file -common/strutils.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.common.dir/build.make external/openal/CMakeFiles/alsoft.common.dir/common/strutils.cpp.s - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/common/strutils.cpp.s -.PHONY : common/strutils.cpp.s - -core/ambdec.o: core/ambdec.cpp.o -.PHONY : core/ambdec.o - -# target to build an object file -core/ambdec.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.o -.PHONY : core/ambdec.cpp.o - -core/ambdec.i: core/ambdec.cpp.i -.PHONY : core/ambdec.i - -# target to preprocess a source file -core/ambdec.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.i -.PHONY : core/ambdec.cpp.i - -core/ambdec.s: core/ambdec.cpp.s -.PHONY : core/ambdec.s - -# target to generate assembly for a file -core/ambdec.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/ambdec.cpp.s -.PHONY : core/ambdec.cpp.s - -core/ambidefs.o: core/ambidefs.cpp.o -.PHONY : core/ambidefs.o - -# target to build an object file -core/ambidefs.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.o -.PHONY : core/ambidefs.cpp.o - -core/ambidefs.i: core/ambidefs.cpp.i -.PHONY : core/ambidefs.i - -# target to preprocess a source file -core/ambidefs.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.i -.PHONY : core/ambidefs.cpp.i - -core/ambidefs.s: core/ambidefs.cpp.s -.PHONY : core/ambidefs.s - -# target to generate assembly for a file -core/ambidefs.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/ambidefs.cpp.s -.PHONY : core/ambidefs.cpp.s - -core/bformatdec.o: core/bformatdec.cpp.o -.PHONY : core/bformatdec.o - -# target to build an object file -core/bformatdec.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.o -.PHONY : core/bformatdec.cpp.o - -core/bformatdec.i: core/bformatdec.cpp.i -.PHONY : core/bformatdec.i - -# target to preprocess a source file -core/bformatdec.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.i -.PHONY : core/bformatdec.cpp.i - -core/bformatdec.s: core/bformatdec.cpp.s -.PHONY : core/bformatdec.s - -# target to generate assembly for a file -core/bformatdec.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/bformatdec.cpp.s -.PHONY : core/bformatdec.cpp.s - -core/bs2b.o: core/bs2b.cpp.o -.PHONY : core/bs2b.o - -# target to build an object file -core/bs2b.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.o -.PHONY : core/bs2b.cpp.o - -core/bs2b.i: core/bs2b.cpp.i -.PHONY : core/bs2b.i - -# target to preprocess a source file -core/bs2b.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.i -.PHONY : core/bs2b.cpp.i - -core/bs2b.s: core/bs2b.cpp.s -.PHONY : core/bs2b.s - -# target to generate assembly for a file -core/bs2b.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/bs2b.cpp.s -.PHONY : core/bs2b.cpp.s - -core/bsinc_tables.o: core/bsinc_tables.cpp.o -.PHONY : core/bsinc_tables.o - -# target to build an object file -core/bsinc_tables.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.o -.PHONY : core/bsinc_tables.cpp.o - -core/bsinc_tables.i: core/bsinc_tables.cpp.i -.PHONY : core/bsinc_tables.i - -# target to preprocess a source file -core/bsinc_tables.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.i -.PHONY : core/bsinc_tables.cpp.i - -core/bsinc_tables.s: core/bsinc_tables.cpp.s -.PHONY : core/bsinc_tables.s - -# target to generate assembly for a file -core/bsinc_tables.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/bsinc_tables.cpp.s -.PHONY : core/bsinc_tables.cpp.s - -core/buffer_storage.o: core/buffer_storage.cpp.o -.PHONY : core/buffer_storage.o - -# target to build an object file -core/buffer_storage.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.o -.PHONY : core/buffer_storage.cpp.o - -core/buffer_storage.i: core/buffer_storage.cpp.i -.PHONY : core/buffer_storage.i - -# target to preprocess a source file -core/buffer_storage.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.i -.PHONY : core/buffer_storage.cpp.i - -core/buffer_storage.s: core/buffer_storage.cpp.s -.PHONY : core/buffer_storage.s - -# target to generate assembly for a file -core/buffer_storage.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/buffer_storage.cpp.s -.PHONY : core/buffer_storage.cpp.s - -core/context.o: core/context.cpp.o -.PHONY : core/context.o - -# target to build an object file -core/context.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.o -.PHONY : core/context.cpp.o - -core/context.i: core/context.cpp.i -.PHONY : core/context.i - -# target to preprocess a source file -core/context.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.i -.PHONY : core/context.cpp.i - -core/context.s: core/context.cpp.s -.PHONY : core/context.s - -# target to generate assembly for a file -core/context.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/context.cpp.s -.PHONY : core/context.cpp.s - -core/converter.o: core/converter.cpp.o -.PHONY : core/converter.o - -# target to build an object file -core/converter.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.o -.PHONY : core/converter.cpp.o - -core/converter.i: core/converter.cpp.i -.PHONY : core/converter.i - -# target to preprocess a source file -core/converter.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.i -.PHONY : core/converter.cpp.i - -core/converter.s: core/converter.cpp.s -.PHONY : core/converter.s - -# target to generate assembly for a file -core/converter.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/converter.cpp.s -.PHONY : core/converter.cpp.s - -core/cpu_caps.o: core/cpu_caps.cpp.o -.PHONY : core/cpu_caps.o - -# target to build an object file -core/cpu_caps.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.o -.PHONY : core/cpu_caps.cpp.o - -core/cpu_caps.i: core/cpu_caps.cpp.i -.PHONY : core/cpu_caps.i - -# target to preprocess a source file -core/cpu_caps.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.i -.PHONY : core/cpu_caps.cpp.i - -core/cpu_caps.s: core/cpu_caps.cpp.s -.PHONY : core/cpu_caps.s - -# target to generate assembly for a file -core/cpu_caps.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/cpu_caps.cpp.s -.PHONY : core/cpu_caps.cpp.s - -core/cubic_tables.o: core/cubic_tables.cpp.o -.PHONY : core/cubic_tables.o - -# target to build an object file -core/cubic_tables.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.o -.PHONY : core/cubic_tables.cpp.o - -core/cubic_tables.i: core/cubic_tables.cpp.i -.PHONY : core/cubic_tables.i - -# target to preprocess a source file -core/cubic_tables.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.i -.PHONY : core/cubic_tables.cpp.i - -core/cubic_tables.s: core/cubic_tables.cpp.s -.PHONY : core/cubic_tables.s - -# target to generate assembly for a file -core/cubic_tables.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/cubic_tables.cpp.s -.PHONY : core/cubic_tables.cpp.s - -core/dbus_wrap.o: core/dbus_wrap.cpp.o -.PHONY : core/dbus_wrap.o - -# target to build an object file -core/dbus_wrap.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.o -.PHONY : core/dbus_wrap.cpp.o - -core/dbus_wrap.i: core/dbus_wrap.cpp.i -.PHONY : core/dbus_wrap.i - -# target to preprocess a source file -core/dbus_wrap.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.i -.PHONY : core/dbus_wrap.cpp.i - -core/dbus_wrap.s: core/dbus_wrap.cpp.s -.PHONY : core/dbus_wrap.s - -# target to generate assembly for a file -core/dbus_wrap.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/dbus_wrap.cpp.s -.PHONY : core/dbus_wrap.cpp.s - -core/devformat.o: core/devformat.cpp.o -.PHONY : core/devformat.o - -# target to build an object file -core/devformat.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.o -.PHONY : core/devformat.cpp.o - -core/devformat.i: core/devformat.cpp.i -.PHONY : core/devformat.i - -# target to preprocess a source file -core/devformat.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.i -.PHONY : core/devformat.cpp.i - -core/devformat.s: core/devformat.cpp.s -.PHONY : core/devformat.s - -# target to generate assembly for a file -core/devformat.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/devformat.cpp.s -.PHONY : core/devformat.cpp.s - -core/device.o: core/device.cpp.o -.PHONY : core/device.o - -# target to build an object file -core/device.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.o -.PHONY : core/device.cpp.o - -core/device.i: core/device.cpp.i -.PHONY : core/device.i - -# target to preprocess a source file -core/device.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.i -.PHONY : core/device.cpp.i - -core/device.s: core/device.cpp.s -.PHONY : core/device.s - -# target to generate assembly for a file -core/device.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/device.cpp.s -.PHONY : core/device.cpp.s - -core/effectslot.o: core/effectslot.cpp.o -.PHONY : core/effectslot.o - -# target to build an object file -core/effectslot.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.o -.PHONY : core/effectslot.cpp.o - -core/effectslot.i: core/effectslot.cpp.i -.PHONY : core/effectslot.i - -# target to preprocess a source file -core/effectslot.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.i -.PHONY : core/effectslot.cpp.i - -core/effectslot.s: core/effectslot.cpp.s -.PHONY : core/effectslot.s - -# target to generate assembly for a file -core/effectslot.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/effectslot.cpp.s -.PHONY : core/effectslot.cpp.s - -core/except.o: core/except.cpp.o -.PHONY : core/except.o - -# target to build an object file -core/except.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.o -.PHONY : core/except.cpp.o - -core/except.i: core/except.cpp.i -.PHONY : core/except.i - -# target to preprocess a source file -core/except.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.i -.PHONY : core/except.cpp.i - -core/except.s: core/except.cpp.s -.PHONY : core/except.s - -# target to generate assembly for a file -core/except.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/except.cpp.s -.PHONY : core/except.cpp.s - -core/filters/biquad.o: core/filters/biquad.cpp.o -.PHONY : core/filters/biquad.o - -# target to build an object file -core/filters/biquad.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.o -.PHONY : core/filters/biquad.cpp.o - -core/filters/biquad.i: core/filters/biquad.cpp.i -.PHONY : core/filters/biquad.i - -# target to preprocess a source file -core/filters/biquad.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.i -.PHONY : core/filters/biquad.cpp.i - -core/filters/biquad.s: core/filters/biquad.cpp.s -.PHONY : core/filters/biquad.s - -# target to generate assembly for a file -core/filters/biquad.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/filters/biquad.cpp.s -.PHONY : core/filters/biquad.cpp.s - -core/filters/nfc.o: core/filters/nfc.cpp.o -.PHONY : core/filters/nfc.o - -# target to build an object file -core/filters/nfc.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.o -.PHONY : core/filters/nfc.cpp.o - -core/filters/nfc.i: core/filters/nfc.cpp.i -.PHONY : core/filters/nfc.i - -# target to preprocess a source file -core/filters/nfc.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.i -.PHONY : core/filters/nfc.cpp.i - -core/filters/nfc.s: core/filters/nfc.cpp.s -.PHONY : core/filters/nfc.s - -# target to generate assembly for a file -core/filters/nfc.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/filters/nfc.cpp.s -.PHONY : core/filters/nfc.cpp.s - -core/filters/splitter.o: core/filters/splitter.cpp.o -.PHONY : core/filters/splitter.o - -# target to build an object file -core/filters/splitter.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.o -.PHONY : core/filters/splitter.cpp.o - -core/filters/splitter.i: core/filters/splitter.cpp.i -.PHONY : core/filters/splitter.i - -# target to preprocess a source file -core/filters/splitter.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.i -.PHONY : core/filters/splitter.cpp.i - -core/filters/splitter.s: core/filters/splitter.cpp.s -.PHONY : core/filters/splitter.s - -# target to generate assembly for a file -core/filters/splitter.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/filters/splitter.cpp.s -.PHONY : core/filters/splitter.cpp.s - -core/fpu_ctrl.o: core/fpu_ctrl.cpp.o -.PHONY : core/fpu_ctrl.o - -# target to build an object file -core/fpu_ctrl.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.o -.PHONY : core/fpu_ctrl.cpp.o - -core/fpu_ctrl.i: core/fpu_ctrl.cpp.i -.PHONY : core/fpu_ctrl.i - -# target to preprocess a source file -core/fpu_ctrl.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.i -.PHONY : core/fpu_ctrl.cpp.i - -core/fpu_ctrl.s: core/fpu_ctrl.cpp.s -.PHONY : core/fpu_ctrl.s - -# target to generate assembly for a file -core/fpu_ctrl.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/fpu_ctrl.cpp.s -.PHONY : core/fpu_ctrl.cpp.s - -core/helpers.o: core/helpers.cpp.o -.PHONY : core/helpers.o - -# target to build an object file -core/helpers.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.o -.PHONY : core/helpers.cpp.o - -core/helpers.i: core/helpers.cpp.i -.PHONY : core/helpers.i - -# target to preprocess a source file -core/helpers.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.i -.PHONY : core/helpers.cpp.i - -core/helpers.s: core/helpers.cpp.s -.PHONY : core/helpers.s - -# target to generate assembly for a file -core/helpers.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/helpers.cpp.s -.PHONY : core/helpers.cpp.s - -core/hrtf.o: core/hrtf.cpp.o -.PHONY : core/hrtf.o - -# target to build an object file -core/hrtf.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.o -.PHONY : core/hrtf.cpp.o - -core/hrtf.i: core/hrtf.cpp.i -.PHONY : core/hrtf.i - -# target to preprocess a source file -core/hrtf.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.i -.PHONY : core/hrtf.cpp.i - -core/hrtf.s: core/hrtf.cpp.s -.PHONY : core/hrtf.s - -# target to generate assembly for a file -core/hrtf.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/hrtf.cpp.s -.PHONY : core/hrtf.cpp.s - -core/logging.o: core/logging.cpp.o -.PHONY : core/logging.o - -# target to build an object file -core/logging.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.o -.PHONY : core/logging.cpp.o - -core/logging.i: core/logging.cpp.i -.PHONY : core/logging.i - -# target to preprocess a source file -core/logging.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.i -.PHONY : core/logging.cpp.i - -core/logging.s: core/logging.cpp.s -.PHONY : core/logging.s - -# target to generate assembly for a file -core/logging.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/logging.cpp.s -.PHONY : core/logging.cpp.s - -core/mastering.o: core/mastering.cpp.o -.PHONY : core/mastering.o - -# target to build an object file -core/mastering.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.o -.PHONY : core/mastering.cpp.o - -core/mastering.i: core/mastering.cpp.i -.PHONY : core/mastering.i - -# target to preprocess a source file -core/mastering.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.i -.PHONY : core/mastering.cpp.i - -core/mastering.s: core/mastering.cpp.s -.PHONY : core/mastering.s - -# target to generate assembly for a file -core/mastering.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mastering.cpp.s -.PHONY : core/mastering.cpp.s - -core/mixer.o: core/mixer.cpp.o -.PHONY : core/mixer.o - -# target to build an object file -core/mixer.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.o -.PHONY : core/mixer.cpp.o - -core/mixer.i: core/mixer.cpp.i -.PHONY : core/mixer.i - -# target to preprocess a source file -core/mixer.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.i -.PHONY : core/mixer.cpp.i - -core/mixer.s: core/mixer.cpp.s -.PHONY : core/mixer.s - -# target to generate assembly for a file -core/mixer.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer.cpp.s -.PHONY : core/mixer.cpp.s - -core/mixer/mixer_c.o: core/mixer/mixer_c.cpp.o -.PHONY : core/mixer/mixer_c.o - -# target to build an object file -core/mixer/mixer_c.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.o -.PHONY : core/mixer/mixer_c.cpp.o - -core/mixer/mixer_c.i: core/mixer/mixer_c.cpp.i -.PHONY : core/mixer/mixer_c.i - -# target to preprocess a source file -core/mixer/mixer_c.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.i -.PHONY : core/mixer/mixer_c.cpp.i - -core/mixer/mixer_c.s: core/mixer/mixer_c.cpp.s -.PHONY : core/mixer/mixer_c.s - -# target to generate assembly for a file -core/mixer/mixer_c.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_c.cpp.s -.PHONY : core/mixer/mixer_c.cpp.s - -core/mixer/mixer_sse.o: core/mixer/mixer_sse.cpp.o -.PHONY : core/mixer/mixer_sse.o - -# target to build an object file -core/mixer/mixer_sse.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.o -.PHONY : core/mixer/mixer_sse.cpp.o - -core/mixer/mixer_sse.i: core/mixer/mixer_sse.cpp.i -.PHONY : core/mixer/mixer_sse.i - -# target to preprocess a source file -core/mixer/mixer_sse.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.i -.PHONY : core/mixer/mixer_sse.cpp.i - -core/mixer/mixer_sse.s: core/mixer/mixer_sse.cpp.s -.PHONY : core/mixer/mixer_sse.s - -# target to generate assembly for a file -core/mixer/mixer_sse.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse.cpp.s -.PHONY : core/mixer/mixer_sse.cpp.s - -core/mixer/mixer_sse2.o: core/mixer/mixer_sse2.cpp.o -.PHONY : core/mixer/mixer_sse2.o - -# target to build an object file -core/mixer/mixer_sse2.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.o -.PHONY : core/mixer/mixer_sse2.cpp.o - -core/mixer/mixer_sse2.i: core/mixer/mixer_sse2.cpp.i -.PHONY : core/mixer/mixer_sse2.i - -# target to preprocess a source file -core/mixer/mixer_sse2.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.i -.PHONY : core/mixer/mixer_sse2.cpp.i - -core/mixer/mixer_sse2.s: core/mixer/mixer_sse2.cpp.s -.PHONY : core/mixer/mixer_sse2.s - -# target to generate assembly for a file -core/mixer/mixer_sse2.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse2.cpp.s -.PHONY : core/mixer/mixer_sse2.cpp.s - -core/mixer/mixer_sse3.o: core/mixer/mixer_sse3.cpp.o -.PHONY : core/mixer/mixer_sse3.o - -# target to build an object file -core/mixer/mixer_sse3.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.o -.PHONY : core/mixer/mixer_sse3.cpp.o - -core/mixer/mixer_sse3.i: core/mixer/mixer_sse3.cpp.i -.PHONY : core/mixer/mixer_sse3.i - -# target to preprocess a source file -core/mixer/mixer_sse3.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.i -.PHONY : core/mixer/mixer_sse3.cpp.i - -core/mixer/mixer_sse3.s: core/mixer/mixer_sse3.cpp.s -.PHONY : core/mixer/mixer_sse3.s - -# target to generate assembly for a file -core/mixer/mixer_sse3.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse3.cpp.s -.PHONY : core/mixer/mixer_sse3.cpp.s - -core/mixer/mixer_sse41.o: core/mixer/mixer_sse41.cpp.o -.PHONY : core/mixer/mixer_sse41.o - -# target to build an object file -core/mixer/mixer_sse41.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.o -.PHONY : core/mixer/mixer_sse41.cpp.o - -core/mixer/mixer_sse41.i: core/mixer/mixer_sse41.cpp.i -.PHONY : core/mixer/mixer_sse41.i - -# target to preprocess a source file -core/mixer/mixer_sse41.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.i -.PHONY : core/mixer/mixer_sse41.cpp.i - -core/mixer/mixer_sse41.s: core/mixer/mixer_sse41.cpp.s -.PHONY : core/mixer/mixer_sse41.s - -# target to generate assembly for a file -core/mixer/mixer_sse41.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/mixer/mixer_sse41.cpp.s -.PHONY : core/mixer/mixer_sse41.cpp.s - -core/rtkit.o: core/rtkit.cpp.o -.PHONY : core/rtkit.o - -# target to build an object file -core/rtkit.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.o -.PHONY : core/rtkit.cpp.o - -core/rtkit.i: core/rtkit.cpp.i -.PHONY : core/rtkit.i - -# target to preprocess a source file -core/rtkit.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.i -.PHONY : core/rtkit.cpp.i - -core/rtkit.s: core/rtkit.cpp.s -.PHONY : core/rtkit.s - -# target to generate assembly for a file -core/rtkit.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/rtkit.cpp.s -.PHONY : core/rtkit.cpp.s - -core/storage_formats.o: core/storage_formats.cpp.o -.PHONY : core/storage_formats.o - -# target to build an object file -core/storage_formats.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.o -.PHONY : core/storage_formats.cpp.o - -core/storage_formats.i: core/storage_formats.cpp.i -.PHONY : core/storage_formats.i - -# target to preprocess a source file -core/storage_formats.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.i -.PHONY : core/storage_formats.cpp.i - -core/storage_formats.s: core/storage_formats.cpp.s -.PHONY : core/storage_formats.s - -# target to generate assembly for a file -core/storage_formats.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/storage_formats.cpp.s -.PHONY : core/storage_formats.cpp.s - -core/uhjfilter.o: core/uhjfilter.cpp.o -.PHONY : core/uhjfilter.o - -# target to build an object file -core/uhjfilter.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.o -.PHONY : core/uhjfilter.cpp.o - -core/uhjfilter.i: core/uhjfilter.cpp.i -.PHONY : core/uhjfilter.i - -# target to preprocess a source file -core/uhjfilter.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.i -.PHONY : core/uhjfilter.cpp.i - -core/uhjfilter.s: core/uhjfilter.cpp.s -.PHONY : core/uhjfilter.s - -# target to generate assembly for a file -core/uhjfilter.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/uhjfilter.cpp.s -.PHONY : core/uhjfilter.cpp.s - -core/uiddefs.o: core/uiddefs.cpp.o -.PHONY : core/uiddefs.o - -# target to build an object file -core/uiddefs.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.o -.PHONY : core/uiddefs.cpp.o - -core/uiddefs.i: core/uiddefs.cpp.i -.PHONY : core/uiddefs.i - -# target to preprocess a source file -core/uiddefs.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.i -.PHONY : core/uiddefs.cpp.i - -core/uiddefs.s: core/uiddefs.cpp.s -.PHONY : core/uiddefs.s - -# target to generate assembly for a file -core/uiddefs.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/uiddefs.cpp.s -.PHONY : core/uiddefs.cpp.s - -core/voice.o: core/voice.cpp.o -.PHONY : core/voice.o - -# target to build an object file -core/voice.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.o -.PHONY : core/voice.cpp.o - -core/voice.i: core/voice.cpp.i -.PHONY : core/voice.i - -# target to preprocess a source file -core/voice.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.i -.PHONY : core/voice.cpp.i - -core/voice.s: core/voice.cpp.s -.PHONY : core/voice.s - -# target to generate assembly for a file -core/voice.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/OpenAL.dir/build.make external/openal/CMakeFiles/OpenAL.dir/core/voice.cpp.s -.PHONY : core/voice.cpp.s - -examples/alconvolve.o: examples/alconvolve.c.o -.PHONY : examples/alconvolve.o - -# target to build an object file -examples/alconvolve.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alconvolve.dir/build.make external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.o -.PHONY : examples/alconvolve.c.o - -examples/alconvolve.i: examples/alconvolve.c.i -.PHONY : examples/alconvolve.i - -# target to preprocess a source file -examples/alconvolve.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alconvolve.dir/build.make external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.i -.PHONY : examples/alconvolve.c.i - -examples/alconvolve.s: examples/alconvolve.c.s -.PHONY : examples/alconvolve.s - -# target to generate assembly for a file -examples/alconvolve.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alconvolve.dir/build.make external/openal/CMakeFiles/alconvolve.dir/examples/alconvolve.c.s -.PHONY : examples/alconvolve.c.s - -examples/aldebug.o: examples/aldebug.cpp.o -.PHONY : examples/aldebug.o - -# target to build an object file -examples/aldebug.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldebug.dir/build.make external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.o -.PHONY : examples/aldebug.cpp.o - -examples/aldebug.i: examples/aldebug.cpp.i -.PHONY : examples/aldebug.i - -# target to preprocess a source file -examples/aldebug.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldebug.dir/build.make external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.i -.PHONY : examples/aldebug.cpp.i - -examples/aldebug.s: examples/aldebug.cpp.s -.PHONY : examples/aldebug.s - -# target to generate assembly for a file -examples/aldebug.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldebug.dir/build.make external/openal/CMakeFiles/aldebug.dir/examples/aldebug.cpp.s -.PHONY : examples/aldebug.cpp.s - -examples/aldirect.o: examples/aldirect.cpp.o -.PHONY : examples/aldirect.o - -# target to build an object file -examples/aldirect.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldirect.dir/build.make external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.o -.PHONY : examples/aldirect.cpp.o - -examples/aldirect.i: examples/aldirect.cpp.i -.PHONY : examples/aldirect.i - -# target to preprocess a source file -examples/aldirect.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldirect.dir/build.make external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.i -.PHONY : examples/aldirect.cpp.i - -examples/aldirect.s: examples/aldirect.cpp.s -.PHONY : examples/aldirect.s - -# target to generate assembly for a file -examples/aldirect.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/aldirect.dir/build.make external/openal/CMakeFiles/aldirect.dir/examples/aldirect.cpp.s -.PHONY : examples/aldirect.cpp.s - -examples/alffplay.o: examples/alffplay.cpp.o -.PHONY : examples/alffplay.o - -# target to build an object file -examples/alffplay.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alffplay.dir/build.make external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.o -.PHONY : examples/alffplay.cpp.o - -examples/alffplay.i: examples/alffplay.cpp.i -.PHONY : examples/alffplay.i - -# target to preprocess a source file -examples/alffplay.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alffplay.dir/build.make external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.i -.PHONY : examples/alffplay.cpp.i - -examples/alffplay.s: examples/alffplay.cpp.s -.PHONY : examples/alffplay.s - -# target to generate assembly for a file -examples/alffplay.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alffplay.dir/build.make external/openal/CMakeFiles/alffplay.dir/examples/alffplay.cpp.s -.PHONY : examples/alffplay.cpp.s - -examples/alhrtf.o: examples/alhrtf.c.o -.PHONY : examples/alhrtf.o - -# target to build an object file -examples/alhrtf.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alhrtf.dir/build.make external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.o -.PHONY : examples/alhrtf.c.o - -examples/alhrtf.i: examples/alhrtf.c.i -.PHONY : examples/alhrtf.i - -# target to preprocess a source file -examples/alhrtf.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alhrtf.dir/build.make external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.i -.PHONY : examples/alhrtf.c.i - -examples/alhrtf.s: examples/alhrtf.c.s -.PHONY : examples/alhrtf.s - -# target to generate assembly for a file -examples/alhrtf.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alhrtf.dir/build.make external/openal/CMakeFiles/alhrtf.dir/examples/alhrtf.c.s -.PHONY : examples/alhrtf.c.s - -examples/allafplay.o: examples/allafplay.cpp.o -.PHONY : examples/allafplay.o - -# target to build an object file -examples/allafplay.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allafplay.dir/build.make external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.o -.PHONY : examples/allafplay.cpp.o - -examples/allafplay.i: examples/allafplay.cpp.i -.PHONY : examples/allafplay.i - -# target to preprocess a source file -examples/allafplay.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allafplay.dir/build.make external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.i -.PHONY : examples/allafplay.cpp.i - -examples/allafplay.s: examples/allafplay.cpp.s -.PHONY : examples/allafplay.s - -# target to generate assembly for a file -examples/allafplay.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allafplay.dir/build.make external/openal/CMakeFiles/allafplay.dir/examples/allafplay.cpp.s -.PHONY : examples/allafplay.cpp.s - -examples/allatency.o: examples/allatency.c.o -.PHONY : examples/allatency.o - -# target to build an object file -examples/allatency.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allatency.dir/build.make external/openal/CMakeFiles/allatency.dir/examples/allatency.c.o -.PHONY : examples/allatency.c.o - -examples/allatency.i: examples/allatency.c.i -.PHONY : examples/allatency.i - -# target to preprocess a source file -examples/allatency.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allatency.dir/build.make external/openal/CMakeFiles/allatency.dir/examples/allatency.c.i -.PHONY : examples/allatency.c.i - -examples/allatency.s: examples/allatency.c.s -.PHONY : examples/allatency.s - -# target to generate assembly for a file -examples/allatency.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/allatency.dir/build.make external/openal/CMakeFiles/allatency.dir/examples/allatency.c.s -.PHONY : examples/allatency.c.s - -examples/alloopback.o: examples/alloopback.c.o -.PHONY : examples/alloopback.o - -# target to build an object file -examples/alloopback.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alloopback.dir/build.make external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.o -.PHONY : examples/alloopback.c.o - -examples/alloopback.i: examples/alloopback.c.i -.PHONY : examples/alloopback.i - -# target to preprocess a source file -examples/alloopback.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alloopback.dir/build.make external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.i -.PHONY : examples/alloopback.c.i - -examples/alloopback.s: examples/alloopback.c.s -.PHONY : examples/alloopback.s - -# target to generate assembly for a file -examples/alloopback.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alloopback.dir/build.make external/openal/CMakeFiles/alloopback.dir/examples/alloopback.c.s -.PHONY : examples/alloopback.c.s - -examples/almultireverb.o: examples/almultireverb.c.o -.PHONY : examples/almultireverb.o - -# target to build an object file -examples/almultireverb.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/almultireverb.dir/build.make external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.o -.PHONY : examples/almultireverb.c.o - -examples/almultireverb.i: examples/almultireverb.c.i -.PHONY : examples/almultireverb.i - -# target to preprocess a source file -examples/almultireverb.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/almultireverb.dir/build.make external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.i -.PHONY : examples/almultireverb.c.i - -examples/almultireverb.s: examples/almultireverb.c.s -.PHONY : examples/almultireverb.s - -# target to generate assembly for a file -examples/almultireverb.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/almultireverb.dir/build.make external/openal/CMakeFiles/almultireverb.dir/examples/almultireverb.c.s -.PHONY : examples/almultireverb.c.s - -examples/alplay.o: examples/alplay.c.o -.PHONY : examples/alplay.o - -# target to build an object file -examples/alplay.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alplay.dir/build.make external/openal/CMakeFiles/alplay.dir/examples/alplay.c.o -.PHONY : examples/alplay.c.o - -examples/alplay.i: examples/alplay.c.i -.PHONY : examples/alplay.i - -# target to preprocess a source file -examples/alplay.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alplay.dir/build.make external/openal/CMakeFiles/alplay.dir/examples/alplay.c.i -.PHONY : examples/alplay.c.i - -examples/alplay.s: examples/alplay.c.s -.PHONY : examples/alplay.s - -# target to generate assembly for a file -examples/alplay.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alplay.dir/build.make external/openal/CMakeFiles/alplay.dir/examples/alplay.c.s -.PHONY : examples/alplay.c.s - -examples/alrecord.o: examples/alrecord.c.o -.PHONY : examples/alrecord.o - -# target to build an object file -examples/alrecord.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alrecord.dir/build.make external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.o -.PHONY : examples/alrecord.c.o - -examples/alrecord.i: examples/alrecord.c.i -.PHONY : examples/alrecord.i - -# target to preprocess a source file -examples/alrecord.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alrecord.dir/build.make external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.i -.PHONY : examples/alrecord.c.i - -examples/alrecord.s: examples/alrecord.c.s -.PHONY : examples/alrecord.s - -# target to generate assembly for a file -examples/alrecord.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alrecord.dir/build.make external/openal/CMakeFiles/alrecord.dir/examples/alrecord.c.s -.PHONY : examples/alrecord.c.s - -examples/alreverb.o: examples/alreverb.c.o -.PHONY : examples/alreverb.o - -# target to build an object file -examples/alreverb.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alreverb.dir/build.make external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.o -.PHONY : examples/alreverb.c.o - -examples/alreverb.i: examples/alreverb.c.i -.PHONY : examples/alreverb.i - -# target to preprocess a source file -examples/alreverb.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alreverb.dir/build.make external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.i -.PHONY : examples/alreverb.c.i - -examples/alreverb.s: examples/alreverb.c.s -.PHONY : examples/alreverb.s - -# target to generate assembly for a file -examples/alreverb.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alreverb.dir/build.make external/openal/CMakeFiles/alreverb.dir/examples/alreverb.c.s -.PHONY : examples/alreverb.c.s - -examples/alstream.o: examples/alstream.c.o -.PHONY : examples/alstream.o - -# target to build an object file -examples/alstream.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstream.dir/build.make external/openal/CMakeFiles/alstream.dir/examples/alstream.c.o -.PHONY : examples/alstream.c.o - -examples/alstream.i: examples/alstream.c.i -.PHONY : examples/alstream.i - -# target to preprocess a source file -examples/alstream.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstream.dir/build.make external/openal/CMakeFiles/alstream.dir/examples/alstream.c.i -.PHONY : examples/alstream.c.i - -examples/alstream.s: examples/alstream.c.s -.PHONY : examples/alstream.s - -# target to generate assembly for a file -examples/alstream.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstream.dir/build.make external/openal/CMakeFiles/alstream.dir/examples/alstream.c.s -.PHONY : examples/alstream.c.s - -examples/alstreamcb.o: examples/alstreamcb.cpp.o -.PHONY : examples/alstreamcb.o - -# target to build an object file -examples/alstreamcb.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstreamcb.dir/build.make external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.o -.PHONY : examples/alstreamcb.cpp.o - -examples/alstreamcb.i: examples/alstreamcb.cpp.i -.PHONY : examples/alstreamcb.i - -# target to preprocess a source file -examples/alstreamcb.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstreamcb.dir/build.make external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.i -.PHONY : examples/alstreamcb.cpp.i - -examples/alstreamcb.s: examples/alstreamcb.cpp.s -.PHONY : examples/alstreamcb.s - -# target to generate assembly for a file -examples/alstreamcb.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alstreamcb.dir/build.make external/openal/CMakeFiles/alstreamcb.dir/examples/alstreamcb.cpp.s -.PHONY : examples/alstreamcb.cpp.s - -examples/altonegen.o: examples/altonegen.c.o -.PHONY : examples/altonegen.o - -# target to build an object file -examples/altonegen.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/altonegen.dir/build.make external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.o -.PHONY : examples/altonegen.c.o - -examples/altonegen.i: examples/altonegen.c.i -.PHONY : examples/altonegen.i - -# target to preprocess a source file -examples/altonegen.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/altonegen.dir/build.make external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.i -.PHONY : examples/altonegen.c.i - -examples/altonegen.s: examples/altonegen.c.s -.PHONY : examples/altonegen.s - -# target to generate assembly for a file -examples/altonegen.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/altonegen.dir/build.make external/openal/CMakeFiles/altonegen.dir/examples/altonegen.c.s -.PHONY : examples/altonegen.c.s - -examples/common/alhelpers.o: examples/common/alhelpers.c.o -.PHONY : examples/common/alhelpers.o - -# target to build an object file -examples/common/alhelpers.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.excommon.dir/build.make external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.o -.PHONY : examples/common/alhelpers.c.o - -examples/common/alhelpers.i: examples/common/alhelpers.c.i -.PHONY : examples/common/alhelpers.i - -# target to preprocess a source file -examples/common/alhelpers.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.excommon.dir/build.make external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.i -.PHONY : examples/common/alhelpers.c.i - -examples/common/alhelpers.s: examples/common/alhelpers.c.s -.PHONY : examples/common/alhelpers.s - -# target to generate assembly for a file -examples/common/alhelpers.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.excommon.dir/build.make external/openal/CMakeFiles/alsoft.excommon.dir/examples/common/alhelpers.c.s -.PHONY : examples/common/alhelpers.c.s - -utils/makemhr/loaddef.o: utils/makemhr/loaddef.cpp.o -.PHONY : utils/makemhr/loaddef.o - -# target to build an object file -utils/makemhr/loaddef.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.o -.PHONY : utils/makemhr/loaddef.cpp.o - -utils/makemhr/loaddef.i: utils/makemhr/loaddef.cpp.i -.PHONY : utils/makemhr/loaddef.i - -# target to preprocess a source file -utils/makemhr/loaddef.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.i -.PHONY : utils/makemhr/loaddef.cpp.i - -utils/makemhr/loaddef.s: utils/makemhr/loaddef.cpp.s -.PHONY : utils/makemhr/loaddef.s - -# target to generate assembly for a file -utils/makemhr/loaddef.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loaddef.cpp.s -.PHONY : utils/makemhr/loaddef.cpp.s - -utils/makemhr/loadsofa.o: utils/makemhr/loadsofa.cpp.o -.PHONY : utils/makemhr/loadsofa.o - -# target to build an object file -utils/makemhr/loadsofa.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.o -.PHONY : utils/makemhr/loadsofa.cpp.o - -utils/makemhr/loadsofa.i: utils/makemhr/loadsofa.cpp.i -.PHONY : utils/makemhr/loadsofa.i - -# target to preprocess a source file -utils/makemhr/loadsofa.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.i -.PHONY : utils/makemhr/loadsofa.cpp.i - -utils/makemhr/loadsofa.s: utils/makemhr/loadsofa.cpp.s -.PHONY : utils/makemhr/loadsofa.s - -# target to generate assembly for a file -utils/makemhr/loadsofa.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/utils/makemhr/loadsofa.cpp.s -.PHONY : utils/makemhr/loadsofa.cpp.s - -utils/makemhr/makemhr.o: utils/makemhr/makemhr.cpp.o -.PHONY : utils/makemhr/makemhr.o - -# target to build an object file -utils/makemhr/makemhr.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.o -.PHONY : utils/makemhr/makemhr.cpp.o - -utils/makemhr/makemhr.i: utils/makemhr/makemhr.cpp.i -.PHONY : utils/makemhr/makemhr.i - -# target to preprocess a source file -utils/makemhr/makemhr.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.i -.PHONY : utils/makemhr/makemhr.cpp.i - -utils/makemhr/makemhr.s: utils/makemhr/makemhr.cpp.s -.PHONY : utils/makemhr/makemhr.s - -# target to generate assembly for a file -utils/makemhr/makemhr.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/makemhr.dir/build.make external/openal/CMakeFiles/makemhr.dir/utils/makemhr/makemhr.cpp.s -.PHONY : utils/makemhr/makemhr.cpp.s - -utils/openal-info.o: utils/openal-info.c.o -.PHONY : utils/openal-info.o - -# target to build an object file -utils/openal-info.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/openal-info.dir/build.make external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.o -.PHONY : utils/openal-info.c.o - -utils/openal-info.i: utils/openal-info.c.i -.PHONY : utils/openal-info.i - -# target to preprocess a source file -utils/openal-info.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/openal-info.dir/build.make external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.i -.PHONY : utils/openal-info.c.i - -utils/openal-info.s: utils/openal-info.c.s -.PHONY : utils/openal-info.s - -# target to generate assembly for a file -utils/openal-info.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/openal-info.dir/build.make external/openal/CMakeFiles/openal-info.dir/utils/openal-info.c.s -.PHONY : utils/openal-info.c.s - -utils/sofa-info.o: utils/sofa-info.cpp.o -.PHONY : utils/sofa-info.o - -# target to build an object file -utils/sofa-info.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/sofa-info.dir/build.make external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.o -.PHONY : utils/sofa-info.cpp.o - -utils/sofa-info.i: utils/sofa-info.cpp.i -.PHONY : utils/sofa-info.i - -# target to preprocess a source file -utils/sofa-info.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/sofa-info.dir/build.make external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.i -.PHONY : utils/sofa-info.cpp.i - -utils/sofa-info.s: utils/sofa-info.cpp.s -.PHONY : utils/sofa-info.s - -# target to generate assembly for a file -utils/sofa-info.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/sofa-info.dir/build.make external/openal/CMakeFiles/sofa-info.dir/utils/sofa-info.cpp.s -.PHONY : utils/sofa-info.cpp.s - -utils/sofa-support.o: utils/sofa-support.cpp.o -.PHONY : utils/sofa-support.o - -# target to build an object file -utils/sofa-support.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.o -.PHONY : utils/sofa-support.cpp.o - -utils/sofa-support.i: utils/sofa-support.cpp.i -.PHONY : utils/sofa-support.i - -# target to preprocess a source file -utils/sofa-support.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.i -.PHONY : utils/sofa-support.cpp.i - -utils/sofa-support.s: utils/sofa-support.cpp.s -.PHONY : utils/sofa-support.s - -# target to generate assembly for a file -utils/sofa-support.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/alsoft.sofa-support.dir/build.make external/openal/CMakeFiles/alsoft.sofa-support.dir/utils/sofa-support.cpp.s -.PHONY : utils/sofa-support.cpp.s - -utils/uhjdecoder.o: utils/uhjdecoder.cpp.o -.PHONY : utils/uhjdecoder.o - -# target to build an object file -utils/uhjdecoder.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjdecoder.dir/build.make external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.o -.PHONY : utils/uhjdecoder.cpp.o - -utils/uhjdecoder.i: utils/uhjdecoder.cpp.i -.PHONY : utils/uhjdecoder.i - -# target to preprocess a source file -utils/uhjdecoder.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjdecoder.dir/build.make external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.i -.PHONY : utils/uhjdecoder.cpp.i - -utils/uhjdecoder.s: utils/uhjdecoder.cpp.s -.PHONY : utils/uhjdecoder.s - -# target to generate assembly for a file -utils/uhjdecoder.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjdecoder.dir/build.make external/openal/CMakeFiles/uhjdecoder.dir/utils/uhjdecoder.cpp.s -.PHONY : utils/uhjdecoder.cpp.s - -utils/uhjencoder.o: utils/uhjencoder.cpp.o -.PHONY : utils/uhjencoder.o - -# target to build an object file -utils/uhjencoder.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjencoder.dir/build.make external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.o -.PHONY : utils/uhjencoder.cpp.o - -utils/uhjencoder.i: utils/uhjencoder.cpp.i -.PHONY : utils/uhjencoder.i - -# target to preprocess a source file -utils/uhjencoder.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjencoder.dir/build.make external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.i -.PHONY : utils/uhjencoder.cpp.i - -utils/uhjencoder.s: utils/uhjencoder.cpp.s -.PHONY : utils/uhjencoder.s - -# target to generate assembly for a file -utils/uhjencoder.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/CMakeFiles/uhjencoder.dir/build.make external/openal/CMakeFiles/uhjencoder.dir/utils/uhjencoder.cpp.s -.PHONY : utils/uhjencoder.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... alsoft.build_version" - @echo "... clang-tidy-check" - @echo "... OpenAL" - @echo "... alconvolve" - @echo "... aldebug" - @echo "... aldirect" - @echo "... alffplay" - @echo "... alhrtf" - @echo "... allafplay" - @echo "... allatency" - @echo "... alloopback" - @echo "... almultireverb" - @echo "... alplay" - @echo "... alrecord" - @echo "... alreverb" - @echo "... alsoft.common" - @echo "... alsoft.excommon" - @echo "... alsoft.sofa-support" - @echo "... alstream" - @echo "... alstreamcb" - @echo "... altonegen" - @echo "... makemhr" - @echo "... openal-info" - @echo "... sofa-info" - @echo "... uhjdecoder" - @echo "... uhjencoder" - @echo "... al/auxeffectslot.o" - @echo "... al/auxeffectslot.i" - @echo "... al/auxeffectslot.s" - @echo "... al/buffer.o" - @echo "... al/buffer.i" - @echo "... al/buffer.s" - @echo "... al/debug.o" - @echo "... al/debug.i" - @echo "... al/debug.s" - @echo "... al/effect.o" - @echo "... al/effect.i" - @echo "... al/effect.s" - @echo "... al/effects/autowah.o" - @echo "... al/effects/autowah.i" - @echo "... al/effects/autowah.s" - @echo "... al/effects/chorus.o" - @echo "... al/effects/chorus.i" - @echo "... al/effects/chorus.s" - @echo "... al/effects/compressor.o" - @echo "... al/effects/compressor.i" - @echo "... al/effects/compressor.s" - @echo "... al/effects/convolution.o" - @echo "... al/effects/convolution.i" - @echo "... al/effects/convolution.s" - @echo "... al/effects/dedicated.o" - @echo "... al/effects/dedicated.i" - @echo "... al/effects/dedicated.s" - @echo "... al/effects/distortion.o" - @echo "... al/effects/distortion.i" - @echo "... al/effects/distortion.s" - @echo "... al/effects/echo.o" - @echo "... al/effects/echo.i" - @echo "... al/effects/echo.s" - @echo "... al/effects/effects.o" - @echo "... al/effects/effects.i" - @echo "... al/effects/effects.s" - @echo "... al/effects/equalizer.o" - @echo "... al/effects/equalizer.i" - @echo "... al/effects/equalizer.s" - @echo "... al/effects/fshifter.o" - @echo "... al/effects/fshifter.i" - @echo "... al/effects/fshifter.s" - @echo "... al/effects/modulator.o" - @echo "... al/effects/modulator.i" - @echo "... al/effects/modulator.s" - @echo "... al/effects/null.o" - @echo "... al/effects/null.i" - @echo "... al/effects/null.s" - @echo "... al/effects/pshifter.o" - @echo "... al/effects/pshifter.i" - @echo "... al/effects/pshifter.s" - @echo "... al/effects/reverb.o" - @echo "... al/effects/reverb.i" - @echo "... al/effects/reverb.s" - @echo "... al/effects/vmorpher.o" - @echo "... al/effects/vmorpher.i" - @echo "... al/effects/vmorpher.s" - @echo "... al/error.o" - @echo "... al/error.i" - @echo "... al/error.s" - @echo "... al/event.o" - @echo "... al/event.i" - @echo "... al/event.s" - @echo "... al/extension.o" - @echo "... al/extension.i" - @echo "... al/extension.s" - @echo "... al/filter.o" - @echo "... al/filter.i" - @echo "... al/filter.s" - @echo "... al/listener.o" - @echo "... al/listener.i" - @echo "... al/listener.s" - @echo "... al/source.o" - @echo "... al/source.i" - @echo "... al/source.s" - @echo "... al/state.o" - @echo "... al/state.i" - @echo "... al/state.s" - @echo "... alc/alc.o" - @echo "... alc/alc.i" - @echo "... alc/alc.s" - @echo "... alc/alconfig.o" - @echo "... alc/alconfig.i" - @echo "... alc/alconfig.s" - @echo "... alc/alu.o" - @echo "... alc/alu.i" - @echo "... alc/alu.s" - @echo "... alc/backends/alsa.o" - @echo "... alc/backends/alsa.i" - @echo "... alc/backends/alsa.s" - @echo "... alc/backends/base.o" - @echo "... alc/backends/base.i" - @echo "... alc/backends/base.s" - @echo "... alc/backends/jack.o" - @echo "... alc/backends/jack.i" - @echo "... alc/backends/jack.s" - @echo "... alc/backends/loopback.o" - @echo "... alc/backends/loopback.i" - @echo "... alc/backends/loopback.s" - @echo "... alc/backends/null.o" - @echo "... alc/backends/null.i" - @echo "... alc/backends/null.s" - @echo "... alc/backends/oss.o" - @echo "... alc/backends/oss.i" - @echo "... alc/backends/oss.s" - @echo "... alc/backends/pipewire.o" - @echo "... alc/backends/pipewire.i" - @echo "... alc/backends/pipewire.s" - @echo "... alc/backends/portaudio.o" - @echo "... alc/backends/portaudio.i" - @echo "... alc/backends/portaudio.s" - @echo "... alc/backends/pulseaudio.o" - @echo "... alc/backends/pulseaudio.i" - @echo "... alc/backends/pulseaudio.s" - @echo "... alc/backends/wave.o" - @echo "... alc/backends/wave.i" - @echo "... alc/backends/wave.s" - @echo "... alc/context.o" - @echo "... alc/context.i" - @echo "... alc/context.s" - @echo "... alc/device.o" - @echo "... alc/device.i" - @echo "... alc/device.s" - @echo "... alc/effects/autowah.o" - @echo "... alc/effects/autowah.i" - @echo "... alc/effects/autowah.s" - @echo "... alc/effects/chorus.o" - @echo "... alc/effects/chorus.i" - @echo "... alc/effects/chorus.s" - @echo "... alc/effects/compressor.o" - @echo "... alc/effects/compressor.i" - @echo "... alc/effects/compressor.s" - @echo "... alc/effects/convolution.o" - @echo "... alc/effects/convolution.i" - @echo "... alc/effects/convolution.s" - @echo "... alc/effects/dedicated.o" - @echo "... alc/effects/dedicated.i" - @echo "... alc/effects/dedicated.s" - @echo "... alc/effects/distortion.o" - @echo "... alc/effects/distortion.i" - @echo "... alc/effects/distortion.s" - @echo "... alc/effects/echo.o" - @echo "... alc/effects/echo.i" - @echo "... alc/effects/echo.s" - @echo "... alc/effects/equalizer.o" - @echo "... alc/effects/equalizer.i" - @echo "... alc/effects/equalizer.s" - @echo "... alc/effects/fshifter.o" - @echo "... alc/effects/fshifter.i" - @echo "... alc/effects/fshifter.s" - @echo "... alc/effects/modulator.o" - @echo "... alc/effects/modulator.i" - @echo "... alc/effects/modulator.s" - @echo "... alc/effects/null.o" - @echo "... alc/effects/null.i" - @echo "... alc/effects/null.s" - @echo "... alc/effects/pshifter.o" - @echo "... alc/effects/pshifter.i" - @echo "... alc/effects/pshifter.s" - @echo "... alc/effects/reverb.o" - @echo "... alc/effects/reverb.i" - @echo "... alc/effects/reverb.s" - @echo "... alc/effects/vmorpher.o" - @echo "... alc/effects/vmorpher.i" - @echo "... alc/effects/vmorpher.s" - @echo "... alc/events.o" - @echo "... alc/events.i" - @echo "... alc/events.s" - @echo "... alc/panning.o" - @echo "... alc/panning.i" - @echo "... alc/panning.s" - @echo "... common/alcomplex.o" - @echo "... common/alcomplex.i" - @echo "... common/alcomplex.s" - @echo "... common/alstring.o" - @echo "... common/alstring.i" - @echo "... common/alstring.s" - @echo "... common/althrd_setname.o" - @echo "... common/althrd_setname.i" - @echo "... common/althrd_setname.s" - @echo "... common/dynload.o" - @echo "... common/dynload.i" - @echo "... common/dynload.s" - @echo "... common/filesystem.o" - @echo "... common/filesystem.i" - @echo "... common/filesystem.s" - @echo "... common/pffft.o" - @echo "... common/pffft.i" - @echo "... common/pffft.s" - @echo "... common/polyphase_resampler.o" - @echo "... common/polyphase_resampler.i" - @echo "... common/polyphase_resampler.s" - @echo "... common/ringbuffer.o" - @echo "... common/ringbuffer.i" - @echo "... common/ringbuffer.s" - @echo "... common/strutils.o" - @echo "... common/strutils.i" - @echo "... common/strutils.s" - @echo "... core/ambdec.o" - @echo "... core/ambdec.i" - @echo "... core/ambdec.s" - @echo "... core/ambidefs.o" - @echo "... core/ambidefs.i" - @echo "... core/ambidefs.s" - @echo "... core/bformatdec.o" - @echo "... core/bformatdec.i" - @echo "... core/bformatdec.s" - @echo "... core/bs2b.o" - @echo "... core/bs2b.i" - @echo "... core/bs2b.s" - @echo "... core/bsinc_tables.o" - @echo "... core/bsinc_tables.i" - @echo "... core/bsinc_tables.s" - @echo "... core/buffer_storage.o" - @echo "... core/buffer_storage.i" - @echo "... core/buffer_storage.s" - @echo "... core/context.o" - @echo "... core/context.i" - @echo "... core/context.s" - @echo "... core/converter.o" - @echo "... core/converter.i" - @echo "... core/converter.s" - @echo "... core/cpu_caps.o" - @echo "... core/cpu_caps.i" - @echo "... core/cpu_caps.s" - @echo "... core/cubic_tables.o" - @echo "... core/cubic_tables.i" - @echo "... core/cubic_tables.s" - @echo "... core/dbus_wrap.o" - @echo "... core/dbus_wrap.i" - @echo "... core/dbus_wrap.s" - @echo "... core/devformat.o" - @echo "... core/devformat.i" - @echo "... core/devformat.s" - @echo "... core/device.o" - @echo "... core/device.i" - @echo "... core/device.s" - @echo "... core/effectslot.o" - @echo "... core/effectslot.i" - @echo "... core/effectslot.s" - @echo "... core/except.o" - @echo "... core/except.i" - @echo "... core/except.s" - @echo "... core/filters/biquad.o" - @echo "... core/filters/biquad.i" - @echo "... core/filters/biquad.s" - @echo "... core/filters/nfc.o" - @echo "... core/filters/nfc.i" - @echo "... core/filters/nfc.s" - @echo "... core/filters/splitter.o" - @echo "... core/filters/splitter.i" - @echo "... core/filters/splitter.s" - @echo "... core/fpu_ctrl.o" - @echo "... core/fpu_ctrl.i" - @echo "... core/fpu_ctrl.s" - @echo "... core/helpers.o" - @echo "... core/helpers.i" - @echo "... core/helpers.s" - @echo "... core/hrtf.o" - @echo "... core/hrtf.i" - @echo "... core/hrtf.s" - @echo "... core/logging.o" - @echo "... core/logging.i" - @echo "... core/logging.s" - @echo "... core/mastering.o" - @echo "... core/mastering.i" - @echo "... core/mastering.s" - @echo "... core/mixer.o" - @echo "... core/mixer.i" - @echo "... core/mixer.s" - @echo "... core/mixer/mixer_c.o" - @echo "... core/mixer/mixer_c.i" - @echo "... core/mixer/mixer_c.s" - @echo "... core/mixer/mixer_sse.o" - @echo "... core/mixer/mixer_sse.i" - @echo "... core/mixer/mixer_sse.s" - @echo "... core/mixer/mixer_sse2.o" - @echo "... core/mixer/mixer_sse2.i" - @echo "... core/mixer/mixer_sse2.s" - @echo "... core/mixer/mixer_sse3.o" - @echo "... core/mixer/mixer_sse3.i" - @echo "... core/mixer/mixer_sse3.s" - @echo "... core/mixer/mixer_sse41.o" - @echo "... core/mixer/mixer_sse41.i" - @echo "... core/mixer/mixer_sse41.s" - @echo "... core/rtkit.o" - @echo "... core/rtkit.i" - @echo "... core/rtkit.s" - @echo "... core/storage_formats.o" - @echo "... core/storage_formats.i" - @echo "... core/storage_formats.s" - @echo "... core/uhjfilter.o" - @echo "... core/uhjfilter.i" - @echo "... core/uhjfilter.s" - @echo "... core/uiddefs.o" - @echo "... core/uiddefs.i" - @echo "... core/uiddefs.s" - @echo "... core/voice.o" - @echo "... core/voice.i" - @echo "... core/voice.s" - @echo "... examples/alconvolve.o" - @echo "... examples/alconvolve.i" - @echo "... examples/alconvolve.s" - @echo "... examples/aldebug.o" - @echo "... examples/aldebug.i" - @echo "... examples/aldebug.s" - @echo "... examples/aldirect.o" - @echo "... examples/aldirect.i" - @echo "... examples/aldirect.s" - @echo "... examples/alffplay.o" - @echo "... examples/alffplay.i" - @echo "... examples/alffplay.s" - @echo "... examples/alhrtf.o" - @echo "... examples/alhrtf.i" - @echo "... examples/alhrtf.s" - @echo "... examples/allafplay.o" - @echo "... examples/allafplay.i" - @echo "... examples/allafplay.s" - @echo "... examples/allatency.o" - @echo "... examples/allatency.i" - @echo "... examples/allatency.s" - @echo "... examples/alloopback.o" - @echo "... examples/alloopback.i" - @echo "... examples/alloopback.s" - @echo "... examples/almultireverb.o" - @echo "... examples/almultireverb.i" - @echo "... examples/almultireverb.s" - @echo "... examples/alplay.o" - @echo "... examples/alplay.i" - @echo "... examples/alplay.s" - @echo "... examples/alrecord.o" - @echo "... examples/alrecord.i" - @echo "... examples/alrecord.s" - @echo "... examples/alreverb.o" - @echo "... examples/alreverb.i" - @echo "... examples/alreverb.s" - @echo "... examples/alstream.o" - @echo "... examples/alstream.i" - @echo "... examples/alstream.s" - @echo "... examples/alstreamcb.o" - @echo "... examples/alstreamcb.i" - @echo "... examples/alstreamcb.s" - @echo "... examples/altonegen.o" - @echo "... examples/altonegen.i" - @echo "... examples/altonegen.s" - @echo "... examples/common/alhelpers.o" - @echo "... examples/common/alhelpers.i" - @echo "... examples/common/alhelpers.s" - @echo "... utils/makemhr/loaddef.o" - @echo "... utils/makemhr/loaddef.i" - @echo "... utils/makemhr/loaddef.s" - @echo "... utils/makemhr/loadsofa.o" - @echo "... utils/makemhr/loadsofa.i" - @echo "... utils/makemhr/loadsofa.s" - @echo "... utils/makemhr/makemhr.o" - @echo "... utils/makemhr/makemhr.i" - @echo "... utils/makemhr/makemhr.s" - @echo "... utils/openal-info.o" - @echo "... utils/openal-info.i" - @echo "... utils/openal-info.s" - @echo "... utils/sofa-info.o" - @echo "... utils/sofa-info.i" - @echo "... utils/sofa-info.s" - @echo "... utils/sofa-support.o" - @echo "... utils/sofa-support.i" - @echo "... utils/sofa-support.s" - @echo "... utils/uhjdecoder.o" - @echo "... utils/uhjdecoder.i" - @echo "... utils/uhjdecoder.s" - @echo "... utils/uhjencoder.o" - @echo "... utils/uhjencoder.i" - @echo "... utils/uhjencoder.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/openal/OpenALConfig.cmake b/build_emscripten/external/openal/OpenALConfig.cmake deleted file mode 100644 index 4b7c4fa9..00000000 --- a/build_emscripten/external/openal/OpenALConfig.cmake +++ /dev/null @@ -1,9 +0,0 @@ -cmake_minimum_required(VERSION 3.1...3.18) - -include("${CMAKE_CURRENT_LIST_DIR}/OpenALTargets.cmake") - -set(OPENAL_FOUND ON) -set(OPENAL_INCLUDE_DIR $) -set(OPENAL_LIBRARY $) -set(OPENAL_DEFINITIONS $) -set(OPENAL_VERSION_STRING 1.24.3) diff --git a/build_emscripten/external/openal/OpenALTargets.cmake b/build_emscripten/external/openal/OpenALTargets.cmake deleted file mode 100644 index e7fb7edb..00000000 --- a/build_emscripten/external/openal/OpenALTargets.cmake +++ /dev/null @@ -1,70 +0,0 @@ -# Generated by CMake - -if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) - message(FATAL_ERROR "CMake >= 2.8.3 required") -endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") -endif() -cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.30) -#---------------------------------------------------------------- -# Generated CMake target import file. -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Protect against multiple inclusion, which would fail when already imported targets are added once more. -set(_cmake_targets_defined "") -set(_cmake_targets_not_defined "") -set(_cmake_expected_targets "") -foreach(_cmake_expected_target IN ITEMS OpenAL::OpenAL) - list(APPEND _cmake_expected_targets "${_cmake_expected_target}") - if(TARGET "${_cmake_expected_target}") - list(APPEND _cmake_targets_defined "${_cmake_expected_target}") - else() - list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") - endif() -endforeach() -unset(_cmake_expected_target) -if(_cmake_targets_defined STREQUAL _cmake_expected_targets) - unset(_cmake_targets_defined) - unset(_cmake_targets_not_defined) - unset(_cmake_expected_targets) - unset(CMAKE_IMPORT_FILE_VERSION) - cmake_policy(POP) - return() -endif() -if(NOT _cmake_targets_defined STREQUAL "") - string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") - string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") - message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") -endif() -unset(_cmake_targets_defined) -unset(_cmake_targets_not_defined) -unset(_cmake_expected_targets) - - -# Create imported target OpenAL::OpenAL -add_library(OpenAL::OpenAL STATIC IMPORTED) - -set_target_properties(OpenAL::OpenAL PROPERTIES - INTERFACE_COMPILE_DEFINITIONS "AL_LIBTYPE_STATIC" - INTERFACE_INCLUDE_DIRECTORIES "/home/guest/Downloads/PopLib/external/openal/include;/home/guest/Downloads/PopLib/external/openal/include/AL" - INTERFACE_LINK_LIBRARIES "\$;\$;\$;\$;\$" -) - -# Import target "OpenAL::OpenAL" for configuration "RelWithDebInfo" -set_property(TARGET OpenAL::OpenAL APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) -set_target_properties(OpenAL::OpenAL PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "CXX" - IMPORTED_LOCATION_RELWITHDEBINFO "/home/guest/Downloads/PopLib/build/external/openal/libopenal.a" - ) - -# This file does not depend on other imported targets which have -# been exported from the same project but in a separate export set. - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) -cmake_policy(POP) diff --git a/build_emscripten/external/openal/cmake_install.cmake b/build_emscripten/external/openal/cmake_install.cmake deleted file mode 100644 index 5fb0de1c..00000000 --- a/build_emscripten/external/openal/cmake_install.cmake +++ /dev/null @@ -1,355 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/openal - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/guest/Downloads/PopLib/build/external/openal/libopenal.a") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets.cmake") - file(DIFFERENT _cmake_export_file_changed FILES - "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets.cmake" - "/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake") - if(_cmake_export_file_changed) - file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets-*.cmake") - if(_cmake_old_config_files) - string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") - message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL/OpenALTargets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") - unset(_cmake_old_config_files_text) - file(REMOVE ${_cmake_old_config_files}) - endif() - unset(_cmake_old_config_files) - endif() - unset(_cmake_export_file_changed) - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets.cmake") - if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/openal/CMakeFiles/Export/7997f1405615f9851461070a24c70e81/OpenALTargets-relwithdebinfo.cmake") - endif() -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/home/guest/Downloads/PopLib/external/openal/include/AL") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/openal/openal.pc") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/OpenAL" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/openal/OpenALConfig.cmake") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/openal" TYPE FILE FILES "/home/guest/Downloads/PopLib/external/openal/alsoftrc.sample") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/openal" TYPE DIRECTORY FILES "/home/guest/Downloads/PopLib/external/openal/hrtf") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/openal" TYPE DIRECTORY FILES "/home/guest/Downloads/PopLib/external/openal/presets") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info") - file(RPATH_CHECK - FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info" - RPATH "") - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/openal-info") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info") - if(CMAKE_INSTALL_DO_STRIP) - execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/openal-info") - endif() - endif() -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/makemhr" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/makemhr") - file(RPATH_CHECK - FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/makemhr" - RPATH "") - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/makemhr") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/makemhr" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/makemhr") - if(CMAKE_INSTALL_DO_STRIP) - execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/makemhr") - endif() - endif() -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen") - file(RPATH_CHECK - FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen" - RPATH "") - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/altonegen") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen") - if(CMAKE_INSTALL_DO_STRIP) - execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/altonegen") - endif() - endif() -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord") - file(RPATH_CHECK - FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord" - RPATH "") - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/alrecord") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord") - if(CMAKE_INSTALL_DO_STRIP) - execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alrecord") - endif() - endif() -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldebug" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldebug") - file(RPATH_CHECK - FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldebug" - RPATH "") - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/aldebug") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldebug" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldebug") - if(CMAKE_INSTALL_DO_STRIP) - execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldebug") - endif() - endif() -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allafplay" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allafplay") - file(RPATH_CHECK - FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allafplay" - RPATH "") - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/allafplay") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allafplay" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allafplay") - if(CMAKE_INSTALL_DO_STRIP) - execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allafplay") - endif() - endif() -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay") - file(RPATH_CHECK - FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay" - RPATH "") - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/alplay") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay") - if(CMAKE_INSTALL_DO_STRIP) - execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alplay") - endif() - endif() -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream") - file(RPATH_CHECK - FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream" - RPATH "") - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/alstream") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream") - if(CMAKE_INSTALL_DO_STRIP) - execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alstream") - endif() - endif() -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb") - file(RPATH_CHECK - FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb" - RPATH "") - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/alreverb") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb") - if(CMAKE_INSTALL_DO_STRIP) - execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alreverb") - endif() - endif() -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb") - file(RPATH_CHECK - FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb" - RPATH "") - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/almultireverb") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb") - if(CMAKE_INSTALL_DO_STRIP) - execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/almultireverb") - endif() - endif() -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency") - file(RPATH_CHECK - FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency" - RPATH "") - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/allatency") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency") - if(CMAKE_INSTALL_DO_STRIP) - execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/allatency") - endif() - endif() -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf") - file(RPATH_CHECK - FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf" - RPATH "") - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/alhrtf") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf") - if(CMAKE_INSTALL_DO_STRIP) - execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alhrtf") - endif() - endif() -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldirect" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldirect") - file(RPATH_CHECK - FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldirect" - RPATH "") - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/aldirect") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldirect" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldirect") - if(CMAKE_INSTALL_DO_STRIP) - execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/aldirect") - endif() - endif() -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alloopback" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alloopback") - file(RPATH_CHECK - FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alloopback" - RPATH "") - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/alloopback") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alloopback" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alloopback") - file(RPATH_CHANGE - FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alloopback" - OLD_RPATH "/home/guest/Downloads/PopLib/build/external/SDL:" - NEW_RPATH "") - if(CMAKE_INSTALL_DO_STRIP) - execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alloopback") - endif() - endif() -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alffplay" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alffplay") - file(RPATH_CHECK - FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alffplay" - RPATH "") - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/alffplay") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alffplay" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alffplay") - file(RPATH_CHANGE - FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alffplay" - OLD_RPATH "/home/guest/Downloads/PopLib/build/external/SDL:" - NEW_RPATH "") - if(CMAKE_INSTALL_DO_STRIP) - execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alffplay") - endif() - endif() -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/openal/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/openal/config.h b/build_emscripten/external/openal/config.h deleted file mode 100644 index 3febe7c0..00000000 --- a/build_emscripten/external/openal/config.h +++ /dev/null @@ -1,50 +0,0 @@ -/* Define the alignment attribute for externally callable functions. */ -#define FORCE_ALIGN - -/* Define if HRTF data is embedded in the library */ -#define ALSOFT_EMBED_HRTF_DATA - -/* Define if we have the proc_pidpath function */ -/* #undef HAVE_PROC_PIDPATH */ - -/* Define if we have dlfcn.h */ -#define HAVE_DLFCN_H - -/* Define if we have pthread_np.h */ -/* #undef HAVE_PTHREAD_NP_H */ - -/* Define if we have cpuid.h */ -#define HAVE_CPUID_H - -/* Define if we have intrin.h */ -/* #undef HAVE_INTRIN_H */ - -/* Define if we have guiddef.h */ -/* #undef HAVE_GUIDDEF_H */ - -/* Define if we have GCC's __get_cpuid() */ -#define HAVE_GCC_GET_CPUID - -/* Define if we have the __cpuid() intrinsic */ -/* #undef HAVE_CPUID_INTRINSIC */ - -/* Define if we have pthread_setschedparam() */ -#define HAVE_PTHREAD_SETSCHEDPARAM - -/* Define if we have pthread_setname_np() */ -#define HAVE_PTHREAD_SETNAME_NP - -/* Define if we have pthread_set_name_np() */ -/* #undef HAVE_PTHREAD_SET_NAME_NP */ - -/* Define the installation data directory */ -/* #undef ALSOFT_INSTALL_DATADIR */ - -/* Define to 1 if we have DBus/RTKit, else 0 */ -#define HAVE_RTKIT 1 - -/* Define to 1 if building for winuwp, else 0 */ -#define ALSOFT_UWP 0 - -/* Define to 1 if building with legacy EAX API support, else 0 */ -#define ALSOFT_EAX 0 diff --git a/build_emscripten/external/openal/config_backends.h b/build_emscripten/external/openal/config_backends.h deleted file mode 100644 index 2474470f..00000000 --- a/build_emscripten/external/openal/config_backends.h +++ /dev/null @@ -1,37 +0,0 @@ -/* Define to 1 if the given backend is enabled, else 0 */ - -#define HAVE_ALSA 1 - -#define HAVE_OSS 1 - -#define HAVE_PIPEWIRE 1 - -#define HAVE_SOLARIS 0 - -#define HAVE_SNDIO 0 - -#define HAVE_WASAPI 0 - -#define HAVE_DSOUND 0 - -#define HAVE_WINMM 0 - -#define HAVE_PORTAUDIO 1 - -#define HAVE_PULSEAUDIO 1 - -#define HAVE_JACK 1 - -#define HAVE_COREAUDIO 0 - -#define HAVE_OPENSL 0 - -#define HAVE_OBOE 0 - -#define HAVE_OTHERIO 0 - -#define HAVE_WAVE 1 - -#define HAVE_SDL3 0 - -#define HAVE_SDL2 0 diff --git a/build_emscripten/external/openal/config_simd.h b/build_emscripten/external/openal/config_simd.h deleted file mode 100644 index c2bfaa10..00000000 --- a/build_emscripten/external/openal/config_simd.h +++ /dev/null @@ -1,10 +0,0 @@ -/* Define to 1 if we have SSE CPU extensions, else 0 */ -#define HAVE_SSE 1 -#define HAVE_SSE2 1 -#define HAVE_SSE3 1 -#define HAVE_SSE4_1 1 - -#define HAVE_SSE_INTRINSICS 1 - -/* Define to 1 if we have ARM Neon CPU extensions, else 0 */ -#define HAVE_NEON 0 diff --git a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/DependInfo.cmake b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/DependInfo.cmake deleted file mode 100644 index 116411af..00000000 --- a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/DependInfo.cmake +++ /dev/null @@ -1,24 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/src/format.cc" "external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" "gcc" "external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o.d" - "/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/src/os.cc" "external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" "gcc" "external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make deleted file mode 100644 index cefcc8f8..00000000 --- a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make +++ /dev/null @@ -1,119 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/flags.make - -external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/codegen: -.PHONY : external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/codegen - -external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/flags.make -external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o: /home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/src/format.cc -external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o" - cd /home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o -MF CMakeFiles/alsoft.fmt.dir/src/format.cc.o.d -o CMakeFiles/alsoft.fmt.dir/src/format.cc.o -c /home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/src/format.cc - -external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.fmt.dir/src/format.cc.i" - cd /home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/src/format.cc > CMakeFiles/alsoft.fmt.dir/src/format.cc.i - -external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.fmt.dir/src/format.cc.s" - cd /home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/src/format.cc -o CMakeFiles/alsoft.fmt.dir/src/format.cc.s - -external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/flags.make -external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o: /home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/src/os.cc -external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o" - cd /home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o -MF CMakeFiles/alsoft.fmt.dir/src/os.cc.o.d -o CMakeFiles/alsoft.fmt.dir/src/os.cc.o -c /home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/src/os.cc - -external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft.fmt.dir/src/os.cc.i" - cd /home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/src/os.cc > CMakeFiles/alsoft.fmt.dir/src/os.cc.i - -external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft.fmt.dir/src/os.cc.s" - cd /home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4 && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/src/os.cc -o CMakeFiles/alsoft.fmt.dir/src/os.cc.s - -alsoft.fmt: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o -alsoft.fmt: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o -alsoft.fmt: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make -.PHONY : alsoft.fmt - -# Rule to build all files generated by this target. -external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build: alsoft.fmt -.PHONY : external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build - -external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4 && $(CMAKE_COMMAND) -P CMakeFiles/alsoft.fmt.dir/cmake_clean.cmake -.PHONY : external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/clean - -external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal/fmt-11.1.4 /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4 /home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/depend - diff --git a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/cmake_clean.cmake b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/cmake_clean.cmake deleted file mode 100644 index b2def749..00000000 --- a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/cmake_clean.cmake +++ /dev/null @@ -1,11 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/alsoft.fmt.dir/src/format.cc.o" - "CMakeFiles/alsoft.fmt.dir/src/format.cc.o.d" - "CMakeFiles/alsoft.fmt.dir/src/os.cc.o" - "CMakeFiles/alsoft.fmt.dir/src/os.cc.o.d" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/alsoft.fmt.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/compiler_depend.make b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/compiler_depend.make deleted file mode 100644 index 6f27db0d..00000000 --- a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for alsoft.fmt. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/compiler_depend.ts b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/compiler_depend.ts deleted file mode 100644 index de8e8902..00000000 --- a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for alsoft.fmt. diff --git a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/depend.make b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/depend.make deleted file mode 100644 index bbc3ba81..00000000 --- a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for alsoft.fmt. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/flags.make b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/flags.make deleted file mode 100644 index c8496832..00000000 --- a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/external/openal/fmt-11.1.4/include - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIC -fvisibility=hidden - diff --git a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/progress.make b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/progress.marks b/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/progress.marks deleted file mode 100644 index 573541ac..00000000 --- a/build_emscripten/external/openal/fmt-11.1.4/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -0 diff --git a/build_emscripten/external/openal/fmt-11.1.4/CTestTestfile.cmake b/build_emscripten/external/openal/fmt-11.1.4/CTestTestfile.cmake deleted file mode 100644 index d586a4ac..00000000 --- a/build_emscripten/external/openal/fmt-11.1.4/CTestTestfile.cmake +++ /dev/null @@ -1,6 +0,0 @@ -# CMake generated Testfile for -# Source directory: /home/guest/Downloads/PopLib/external/openal/fmt-11.1.4 -# Build directory: /home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4 -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. diff --git a/build_emscripten/external/openal/fmt-11.1.4/Makefile b/build_emscripten/external/openal/fmt-11.1.4/Makefile deleted file mode 100644 index 618f0483..00000000 --- a/build_emscripten/external/openal/fmt-11.1.4/Makefile +++ /dev/null @@ -1,282 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/fmt-11.1.4/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/fmt-11.1.4/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/fmt-11.1.4/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/fmt-11.1.4/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/rule -.PHONY : external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/rule - -# Convenience name for target. -alsoft.fmt: external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/rule -.PHONY : alsoft.fmt - -# fast build rule for target. -alsoft.fmt/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build -.PHONY : alsoft.fmt/fast - -src/format.o: src/format.cc.o -.PHONY : src/format.o - -# target to build an object file -src/format.cc.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.o -.PHONY : src/format.cc.o - -src/format.i: src/format.cc.i -.PHONY : src/format.i - -# target to preprocess a source file -src/format.cc.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.i -.PHONY : src/format.cc.i - -src/format.s: src/format.cc.s -.PHONY : src/format.s - -# target to generate assembly for a file -src/format.cc.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/format.cc.s -.PHONY : src/format.cc.s - -src/os.o: src/os.cc.o -.PHONY : src/os.o - -# target to build an object file -src/os.cc.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.o -.PHONY : src/os.cc.o - -src/os.i: src/os.cc.i -.PHONY : src/os.i - -# target to preprocess a source file -src/os.cc.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.i -.PHONY : src/os.cc.i - -src/os.s: src/os.cc.s -.PHONY : src/os.s - -# target to generate assembly for a file -src/os.cc.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/build.make external/openal/fmt-11.1.4/CMakeFiles/alsoft.fmt.dir/src/os.cc.s -.PHONY : src/os.cc.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... alsoft.fmt" - @echo "... src/format.o" - @echo "... src/format.i" - @echo "... src/format.s" - @echo "... src/os.o" - @echo "... src/os.i" - @echo "... src/os.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/openal/fmt-11.1.4/cmake_install.cmake b/build_emscripten/external/openal/fmt-11.1.4/cmake_install.cmake deleted file mode 100644 index 9eac2900..00000000 --- a/build_emscripten/external/openal/fmt-11.1.4/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/openal/fmt-11.1.4 - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/openal/fmt-11.1.4/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/openal/openal.pc b/build_emscripten/external/openal/openal.pc deleted file mode 100644 index ffcad56e..00000000 --- a/build_emscripten/external/openal/openal.pc +++ /dev/null @@ -1,12 +0,0 @@ -prefix=/usr/local -exec_prefix=${prefix} -libdir=/usr/local/lib -includedir=/usr/local/include - -Name: OpenAL -Description: OpenAL is a cross-platform 3D audio API -Requires: -Version: 1.24.3 -Libs: -L${libdir} -lopenal -Libs.private: -pthread -ldl -latomic -lm -Cflags: -I${includedir} -I${includedir}/AL -DAL_LIBTYPE_STATIC diff --git a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/DependInfo.cmake b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/DependInfo.cmake deleted file mode 100644 index af4aa52a..00000000 --- a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/DependInfo.cmake +++ /dev/null @@ -1,27 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/main.cpp" "external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o" "gcc" "external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/mainwindow.cpp" "external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o" "gcc" "external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o.d" - "/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/moc_mainwindow.cpp" "external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o" "gcc" "external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o.d" - "/home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/verstr.cpp" "external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o" "gcc" "external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o.d" - "" "external/openal/alsoft-config" "gcc" "external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make deleted file mode 100644 index 2033ed54..00000000 --- a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make +++ /dev/null @@ -1,178 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/progress.make - -# Include the compile flags for this target's objects. -include external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make - -external/openal/utils/alsoft-config/ui_mainwindow.h: /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/mainwindow.ui -external/openal/utils/alsoft-config/ui_mainwindow.h: /usr/lib/qt6/uic - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Generating ui_mainwindow.h" - cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/lib/qt6/uic -o /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/ui_mainwindow.h /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/mainwindow.ui - -external/openal/utils/alsoft-config/moc_mainwindow.cpp: /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/mainwindow.h - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --blue --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Generating moc_mainwindow.cpp" - cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/lib/qt6/moc @/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/moc_mainwindow.cpp_parameters - -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/codegen: -.PHONY : external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/codegen - -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o: /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/main.cpp -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o -MF CMakeFiles/alsoft-config.dir/main.cpp.o.d -o CMakeFiles/alsoft-config.dir/main.cpp.o -c /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/main.cpp - -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft-config.dir/main.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/main.cpp > CMakeFiles/alsoft-config.dir/main.cpp.i - -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft-config.dir/main.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/main.cpp -o CMakeFiles/alsoft-config.dir/main.cpp.s - -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o: /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/mainwindow.cpp -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o -MF CMakeFiles/alsoft-config.dir/mainwindow.cpp.o.d -o CMakeFiles/alsoft-config.dir/mainwindow.cpp.o -c /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/mainwindow.cpp - -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft-config.dir/mainwindow.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/mainwindow.cpp > CMakeFiles/alsoft-config.dir/mainwindow.cpp.i - -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft-config.dir/mainwindow.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/mainwindow.cpp -o CMakeFiles/alsoft-config.dir/mainwindow.cpp.s - -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o: /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/verstr.cpp -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o -MF CMakeFiles/alsoft-config.dir/verstr.cpp.o.d -o CMakeFiles/alsoft-config.dir/verstr.cpp.o -c /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/verstr.cpp - -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft-config.dir/verstr.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/verstr.cpp > CMakeFiles/alsoft-config.dir/verstr.cpp.i - -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft-config.dir/verstr.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/verstr.cpp -o CMakeFiles/alsoft-config.dir/verstr.cpp.s - -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o: external/openal/utils/alsoft-config/moc_mainwindow.cpp -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o" - cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o -MF CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o.d -o CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o -c /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/moc_mainwindow.cpp - -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing CXX source to CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.i" - cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/moc_mainwindow.cpp > CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.i - -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling CXX source to assembly CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.s" - cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && /usr/bin/g++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/moc_mainwindow.cpp -o CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.s - -# Object files for target alsoft-config -alsoft__config_OBJECTS = \ -"CMakeFiles/alsoft-config.dir/main.cpp.o" \ -"CMakeFiles/alsoft-config.dir/mainwindow.cpp.o" \ -"CMakeFiles/alsoft-config.dir/verstr.cpp.o" \ -"CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o" - -# External object files for target alsoft-config -alsoft__config_EXTERNAL_OBJECTS = - -external/openal/alsoft-config: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o -external/openal/alsoft-config: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o -external/openal/alsoft-config: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o -external/openal/alsoft-config: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o -external/openal/alsoft-config: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make -external/openal/alsoft-config: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts -external/openal/alsoft-config: /usr/lib/libQt6Widgets.so.6.9.0 -external/openal/alsoft-config: external/openal/libalsoft.common.a -external/openal/alsoft-config: /usr/lib/libQt6Gui.so.6.9.0 -external/openal/alsoft-config: /usr/lib/libGLX.so -external/openal/alsoft-config: /usr/lib/libOpenGL.so -external/openal/alsoft-config: /usr/lib/libQt6Core.so.6.9.0 -external/openal/alsoft-config: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Linking CXX executable ../../alsoft-config" - cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/alsoft-config.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build: external/openal/alsoft-config -.PHONY : external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build - -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config && $(CMAKE_COMMAND) -P CMakeFiles/alsoft-config.dir/cmake_clean.cmake -.PHONY : external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/clean - -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend: external/openal/utils/alsoft-config/moc_mainwindow.cpp -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend: external/openal/utils/alsoft-config/ui_mainwindow.h - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend - diff --git a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/cmake_clean.cmake b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/cmake_clean.cmake deleted file mode 100644 index 5985d2f2..00000000 --- a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/cmake_clean.cmake +++ /dev/null @@ -1,20 +0,0 @@ -file(REMOVE_RECURSE - "../../alsoft-config" - "../../alsoft-config.pdb" - "CMakeFiles/alsoft-config.dir/link.d" - "CMakeFiles/alsoft-config.dir/main.cpp.o" - "CMakeFiles/alsoft-config.dir/main.cpp.o.d" - "CMakeFiles/alsoft-config.dir/mainwindow.cpp.o" - "CMakeFiles/alsoft-config.dir/mainwindow.cpp.o.d" - "CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o" - "CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o.d" - "CMakeFiles/alsoft-config.dir/verstr.cpp.o" - "CMakeFiles/alsoft-config.dir/verstr.cpp.o.d" - "moc_mainwindow.cpp" - "ui_mainwindow.h" -) - -# Per-language clean rules from dependency scanning. -foreach(lang CXX) - include(CMakeFiles/alsoft-config.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.make b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.make deleted file mode 100644 index f5869ba2..00000000 --- a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for alsoft-config. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts deleted file mode 100644 index 6ccaee9f..00000000 --- a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for alsoft-config. diff --git a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend.make b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend.make deleted file mode 100644 index 824e0a53..00000000 --- a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for alsoft-config. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make deleted file mode 100644 index 08c49c7b..00000000 --- a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile CXX with /usr/bin/g++ -CXX_DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_NO_KEYWORDS -DQT_WIDGETS_LIB -D_USE_WIDE_STRING - -CXX_INCLUDES = -I/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config -I/home/guest/Downloads/PopLib/build/external/openal -I/home/guest/Downloads/PopLib/external/openal/common -isystem /usr/include/qt6/QtWidgets -isystem /usr/include/qt6 -isystem /usr/include/qt6/QtCore -isystem /usr/lib/qt6/mkspecs/linux-g++ -isystem /usr/include/qt6/QtGui - -CXX_FLAGS = -O2 -g -DNDEBUG -std=gnu++20 -fPIE -mno-direct-extern-access - diff --git a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/link.txt b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/link.txt deleted file mode 100644 index 95e25378..00000000 --- a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/g++ -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/alsoft-config.dir/link.d "CMakeFiles/alsoft-config.dir/main.cpp.o" "CMakeFiles/alsoft-config.dir/mainwindow.cpp.o" "CMakeFiles/alsoft-config.dir/verstr.cpp.o" "CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o" -o ../../alsoft-config /usr/lib/libQt6Widgets.so.6.9.0 ../../libalsoft.common.a /usr/lib/libQt6Gui.so.6.9.0 /usr/lib/libGLX.so /usr/lib/libOpenGL.so /usr/lib/libQt6Core.so.6.9.0 diff --git a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/progress.make b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/progress.make deleted file mode 100644 index 31aa9c5b..00000000 --- a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/progress.make +++ /dev/null @@ -1,8 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = -CMAKE_PROGRESS_7 = - diff --git a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/progress.marks b/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/progress.marks deleted file mode 100644 index d00491fd..00000000 --- a/build_emscripten/external/openal/utils/alsoft-config/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/build_emscripten/external/openal/utils/alsoft-config/CTestTestfile.cmake b/build_emscripten/external/openal/utils/alsoft-config/CTestTestfile.cmake deleted file mode 100644 index 51ffdad6..00000000 --- a/build_emscripten/external/openal/utils/alsoft-config/CTestTestfile.cmake +++ /dev/null @@ -1,6 +0,0 @@ -# CMake generated Testfile for -# Source directory: /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config -# Build directory: /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. diff --git a/build_emscripten/external/openal/utils/alsoft-config/Makefile b/build_emscripten/external/openal/utils/alsoft-config/Makefile deleted file mode 100644 index e04c1160..00000000 --- a/build_emscripten/external/openal/utils/alsoft-config/Makefile +++ /dev/null @@ -1,336 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/utils/alsoft-config/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/utils/alsoft-config/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/utils/alsoft-config/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/utils/alsoft-config/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/rule -.PHONY : external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/rule - -# Convenience name for target. -alsoft-config: external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/rule -.PHONY : alsoft-config - -# fast build rule for target. -alsoft-config/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build -.PHONY : alsoft-config/fast - -main.o: main.cpp.o -.PHONY : main.o - -# target to build an object file -main.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.o -.PHONY : main.cpp.o - -main.i: main.cpp.i -.PHONY : main.i - -# target to preprocess a source file -main.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.i -.PHONY : main.cpp.i - -main.s: main.cpp.s -.PHONY : main.s - -# target to generate assembly for a file -main.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/main.cpp.s -.PHONY : main.cpp.s - -mainwindow.o: mainwindow.cpp.o -.PHONY : mainwindow.o - -# target to build an object file -mainwindow.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.o -.PHONY : mainwindow.cpp.o - -mainwindow.i: mainwindow.cpp.i -.PHONY : mainwindow.i - -# target to preprocess a source file -mainwindow.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.i -.PHONY : mainwindow.cpp.i - -mainwindow.s: mainwindow.cpp.s -.PHONY : mainwindow.s - -# target to generate assembly for a file -mainwindow.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/mainwindow.cpp.s -.PHONY : mainwindow.cpp.s - -moc_mainwindow.o: moc_mainwindow.cpp.o -.PHONY : moc_mainwindow.o - -# target to build an object file -moc_mainwindow.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.o -.PHONY : moc_mainwindow.cpp.o - -moc_mainwindow.i: moc_mainwindow.cpp.i -.PHONY : moc_mainwindow.i - -# target to preprocess a source file -moc_mainwindow.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.i -.PHONY : moc_mainwindow.cpp.i - -moc_mainwindow.s: moc_mainwindow.cpp.s -.PHONY : moc_mainwindow.s - -# target to generate assembly for a file -moc_mainwindow.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/moc_mainwindow.cpp.s -.PHONY : moc_mainwindow.cpp.s - -verstr.o: verstr.cpp.o -.PHONY : verstr.o - -# target to build an object file -verstr.cpp.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.o -.PHONY : verstr.cpp.o - -verstr.i: verstr.cpp.i -.PHONY : verstr.i - -# target to preprocess a source file -verstr.cpp.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.i -.PHONY : verstr.cpp.i - -verstr.s: verstr.cpp.s -.PHONY : verstr.s - -# target to generate assembly for a file -verstr.cpp.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/build.make external/openal/utils/alsoft-config/CMakeFiles/alsoft-config.dir/verstr.cpp.s -.PHONY : verstr.cpp.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... alsoft-config" - @echo "... main.o" - @echo "... main.i" - @echo "... main.s" - @echo "... mainwindow.o" - @echo "... mainwindow.i" - @echo "... mainwindow.s" - @echo "... moc_mainwindow.o" - @echo "... moc_mainwindow.i" - @echo "... moc_mainwindow.s" - @echo "... verstr.o" - @echo "... verstr.i" - @echo "... verstr.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/openal/utils/alsoft-config/cmake_install.cmake b/build_emscripten/external/openal/utils/alsoft-config/cmake_install.cmake deleted file mode 100644 index 9232652a..00000000 --- a/build_emscripten/external/openal/utils/alsoft-config/cmake_install.cmake +++ /dev/null @@ -1,66 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/openal/utils/alsoft-config - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alsoft-config" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alsoft-config") - file(RPATH_CHECK - FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alsoft-config" - RPATH "") - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/guest/Downloads/PopLib/build/external/openal/alsoft-config") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alsoft-config" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alsoft-config") - if(CMAKE_INSTALL_DO_STRIP) - execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/alsoft-config") - endif() - endif() -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/openal/utils/alsoft-config/moc_mainwindow.cpp_parameters b/build_emscripten/external/openal/utils/alsoft-config/moc_mainwindow.cpp_parameters deleted file mode 100644 index e1a018d6..00000000 --- a/build_emscripten/external/openal/utils/alsoft-config/moc_mainwindow.cpp_parameters +++ /dev/null @@ -1,4 +0,0 @@ --D_USE_WIDE_STRING --o -/home/guest/Downloads/PopLib/build/external/openal/utils/alsoft-config/moc_mainwindow.cpp -/home/guest/Downloads/PopLib/external/openal/utils/alsoft-config/mainwindow.h diff --git a/build_emscripten/external/vorbis/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/vorbis/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/build.make deleted file mode 100644 index 10629f45..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for Continuous. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/Continuous.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/Continuous.dir/progress.make - -external/vorbis/CMakeFiles/Continuous: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D Continuous - -external/vorbis/CMakeFiles/Continuous.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/Continuous.dir/codegen - -Continuous: external/vorbis/CMakeFiles/Continuous -Continuous: external/vorbis/CMakeFiles/Continuous.dir/build.make -.PHONY : Continuous - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/Continuous.dir/build: Continuous -.PHONY : external/vorbis/CMakeFiles/Continuous.dir/build - -external/vorbis/CMakeFiles/Continuous.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/Continuous.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/Continuous.dir/clean - -external/vorbis/CMakeFiles/Continuous.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/Continuous.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/Continuous.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/cmake_clean.cmake deleted file mode 100644 index 7e1791cf..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/Continuous" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/Continuous.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/compiler_depend.make deleted file mode 100644 index 4e014e08..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for Continuous. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/compiler_depend.ts deleted file mode 100644 index 86303622..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for Continuous. diff --git a/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/Continuous.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/build.make deleted file mode 100644 index 4618f3dc..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for ContinuousBuild. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/ContinuousBuild.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/ContinuousBuild.dir/progress.make - -external/vorbis/CMakeFiles/ContinuousBuild: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ContinuousBuild - -external/vorbis/CMakeFiles/ContinuousBuild.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/ContinuousBuild.dir/codegen - -ContinuousBuild: external/vorbis/CMakeFiles/ContinuousBuild -ContinuousBuild: external/vorbis/CMakeFiles/ContinuousBuild.dir/build.make -.PHONY : ContinuousBuild - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/ContinuousBuild.dir/build: ContinuousBuild -.PHONY : external/vorbis/CMakeFiles/ContinuousBuild.dir/build - -external/vorbis/CMakeFiles/ContinuousBuild.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ContinuousBuild.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/ContinuousBuild.dir/clean - -external/vorbis/CMakeFiles/ContinuousBuild.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousBuild.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/ContinuousBuild.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/cmake_clean.cmake deleted file mode 100644 index afccd136..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ContinuousBuild" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ContinuousBuild.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/compiler_depend.make deleted file mode 100644 index 00b62ad4..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for ContinuousBuild. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/compiler_depend.ts deleted file mode 100644 index 1cb86182..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for ContinuousBuild. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousBuild.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/build.make deleted file mode 100644 index 8e18ae95..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for ContinuousConfigure. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/ContinuousConfigure.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/ContinuousConfigure.dir/progress.make - -external/vorbis/CMakeFiles/ContinuousConfigure: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ContinuousConfigure - -external/vorbis/CMakeFiles/ContinuousConfigure.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/ContinuousConfigure.dir/codegen - -ContinuousConfigure: external/vorbis/CMakeFiles/ContinuousConfigure -ContinuousConfigure: external/vorbis/CMakeFiles/ContinuousConfigure.dir/build.make -.PHONY : ContinuousConfigure - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/ContinuousConfigure.dir/build: ContinuousConfigure -.PHONY : external/vorbis/CMakeFiles/ContinuousConfigure.dir/build - -external/vorbis/CMakeFiles/ContinuousConfigure.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ContinuousConfigure.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/ContinuousConfigure.dir/clean - -external/vorbis/CMakeFiles/ContinuousConfigure.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousConfigure.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/ContinuousConfigure.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/cmake_clean.cmake deleted file mode 100644 index eb51e204..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ContinuousConfigure" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ContinuousConfigure.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/compiler_depend.make deleted file mode 100644 index 584c8bb3..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for ContinuousConfigure. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/compiler_depend.ts deleted file mode 100644 index c8a34277..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for ContinuousConfigure. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousConfigure.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/build.make deleted file mode 100644 index 1ed00eb0..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for ContinuousCoverage. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/ContinuousCoverage.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/ContinuousCoverage.dir/progress.make - -external/vorbis/CMakeFiles/ContinuousCoverage: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ContinuousCoverage - -external/vorbis/CMakeFiles/ContinuousCoverage.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/ContinuousCoverage.dir/codegen - -ContinuousCoverage: external/vorbis/CMakeFiles/ContinuousCoverage -ContinuousCoverage: external/vorbis/CMakeFiles/ContinuousCoverage.dir/build.make -.PHONY : ContinuousCoverage - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/ContinuousCoverage.dir/build: ContinuousCoverage -.PHONY : external/vorbis/CMakeFiles/ContinuousCoverage.dir/build - -external/vorbis/CMakeFiles/ContinuousCoverage.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ContinuousCoverage.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/ContinuousCoverage.dir/clean - -external/vorbis/CMakeFiles/ContinuousCoverage.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousCoverage.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/ContinuousCoverage.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/cmake_clean.cmake deleted file mode 100644 index 6115f89b..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ContinuousCoverage" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ContinuousCoverage.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/compiler_depend.make deleted file mode 100644 index 8d1a807b..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for ContinuousCoverage. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/compiler_depend.ts deleted file mode 100644 index 23d476b9..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for ContinuousCoverage. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousCoverage.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build.make deleted file mode 100644 index 6db676f5..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for ContinuousMemCheck. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/ContinuousMemCheck.dir/progress.make - -external/vorbis/CMakeFiles/ContinuousMemCheck: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ContinuousMemCheck - -external/vorbis/CMakeFiles/ContinuousMemCheck.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/ContinuousMemCheck.dir/codegen - -ContinuousMemCheck: external/vorbis/CMakeFiles/ContinuousMemCheck -ContinuousMemCheck: external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build.make -.PHONY : ContinuousMemCheck - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build: ContinuousMemCheck -.PHONY : external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build - -external/vorbis/CMakeFiles/ContinuousMemCheck.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ContinuousMemCheck.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/ContinuousMemCheck.dir/clean - -external/vorbis/CMakeFiles/ContinuousMemCheck.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/ContinuousMemCheck.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/cmake_clean.cmake deleted file mode 100644 index ad69e7ff..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ContinuousMemCheck" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ContinuousMemCheck.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.make deleted file mode 100644 index 930bb616..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for ContinuousMemCheck. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.ts deleted file mode 100644 index 4f4fc23f..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for ContinuousMemCheck. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousMemCheck.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/build.make deleted file mode 100644 index 86837466..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for ContinuousStart. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/ContinuousStart.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/ContinuousStart.dir/progress.make - -external/vorbis/CMakeFiles/ContinuousStart: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ContinuousStart - -external/vorbis/CMakeFiles/ContinuousStart.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/ContinuousStart.dir/codegen - -ContinuousStart: external/vorbis/CMakeFiles/ContinuousStart -ContinuousStart: external/vorbis/CMakeFiles/ContinuousStart.dir/build.make -.PHONY : ContinuousStart - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/ContinuousStart.dir/build: ContinuousStart -.PHONY : external/vorbis/CMakeFiles/ContinuousStart.dir/build - -external/vorbis/CMakeFiles/ContinuousStart.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ContinuousStart.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/ContinuousStart.dir/clean - -external/vorbis/CMakeFiles/ContinuousStart.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousStart.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/ContinuousStart.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/cmake_clean.cmake deleted file mode 100644 index 13d5b2bc..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ContinuousStart" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ContinuousStart.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/compiler_depend.make deleted file mode 100644 index af626145..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for ContinuousStart. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/compiler_depend.ts deleted file mode 100644 index fcc8893d..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for ContinuousStart. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousStart.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/build.make deleted file mode 100644 index aa34e0bf..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for ContinuousSubmit. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/ContinuousSubmit.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/ContinuousSubmit.dir/progress.make - -external/vorbis/CMakeFiles/ContinuousSubmit: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ContinuousSubmit - -external/vorbis/CMakeFiles/ContinuousSubmit.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/ContinuousSubmit.dir/codegen - -ContinuousSubmit: external/vorbis/CMakeFiles/ContinuousSubmit -ContinuousSubmit: external/vorbis/CMakeFiles/ContinuousSubmit.dir/build.make -.PHONY : ContinuousSubmit - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/ContinuousSubmit.dir/build: ContinuousSubmit -.PHONY : external/vorbis/CMakeFiles/ContinuousSubmit.dir/build - -external/vorbis/CMakeFiles/ContinuousSubmit.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/ContinuousSubmit.dir/clean - -external/vorbis/CMakeFiles/ContinuousSubmit.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousSubmit.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/ContinuousSubmit.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake deleted file mode 100644 index cc66ba37..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ContinuousSubmit" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ContinuousSubmit.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/compiler_depend.make deleted file mode 100644 index 33809169..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for ContinuousSubmit. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/compiler_depend.ts deleted file mode 100644 index 73d7404b..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for ContinuousSubmit. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousSubmit.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/build.make deleted file mode 100644 index 2155ee8f..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for ContinuousTest. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/ContinuousTest.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/ContinuousTest.dir/progress.make - -external/vorbis/CMakeFiles/ContinuousTest: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ContinuousTest - -external/vorbis/CMakeFiles/ContinuousTest.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/ContinuousTest.dir/codegen - -ContinuousTest: external/vorbis/CMakeFiles/ContinuousTest -ContinuousTest: external/vorbis/CMakeFiles/ContinuousTest.dir/build.make -.PHONY : ContinuousTest - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/ContinuousTest.dir/build: ContinuousTest -.PHONY : external/vorbis/CMakeFiles/ContinuousTest.dir/build - -external/vorbis/CMakeFiles/ContinuousTest.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ContinuousTest.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/ContinuousTest.dir/clean - -external/vorbis/CMakeFiles/ContinuousTest.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousTest.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/ContinuousTest.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/cmake_clean.cmake deleted file mode 100644 index ff11d485..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ContinuousTest" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ContinuousTest.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/compiler_depend.make deleted file mode 100644 index 24d664a2..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for ContinuousTest. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/compiler_depend.ts deleted file mode 100644 index bd7c1d1f..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for ContinuousTest. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousTest.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/build.make deleted file mode 100644 index 64ee9f70..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for ContinuousUpdate. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/ContinuousUpdate.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/ContinuousUpdate.dir/progress.make - -external/vorbis/CMakeFiles/ContinuousUpdate: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ContinuousUpdate - -external/vorbis/CMakeFiles/ContinuousUpdate.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/ContinuousUpdate.dir/codegen - -ContinuousUpdate: external/vorbis/CMakeFiles/ContinuousUpdate -ContinuousUpdate: external/vorbis/CMakeFiles/ContinuousUpdate.dir/build.make -.PHONY : ContinuousUpdate - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/ContinuousUpdate.dir/build: ContinuousUpdate -.PHONY : external/vorbis/CMakeFiles/ContinuousUpdate.dir/build - -external/vorbis/CMakeFiles/ContinuousUpdate.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/ContinuousUpdate.dir/clean - -external/vorbis/CMakeFiles/ContinuousUpdate.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ContinuousUpdate.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/ContinuousUpdate.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake deleted file mode 100644 index 7a77a24c..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ContinuousUpdate" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ContinuousUpdate.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/compiler_depend.make deleted file mode 100644 index b3732269..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for ContinuousUpdate. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/compiler_depend.ts deleted file mode 100644 index ed8de925..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for ContinuousUpdate. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ContinuousUpdate.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/build.make deleted file mode 100644 index 32b7801f..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for Experimental. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/Experimental.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/Experimental.dir/progress.make - -external/vorbis/CMakeFiles/Experimental: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D Experimental - -external/vorbis/CMakeFiles/Experimental.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/Experimental.dir/codegen - -Experimental: external/vorbis/CMakeFiles/Experimental -Experimental: external/vorbis/CMakeFiles/Experimental.dir/build.make -.PHONY : Experimental - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/Experimental.dir/build: Experimental -.PHONY : external/vorbis/CMakeFiles/Experimental.dir/build - -external/vorbis/CMakeFiles/Experimental.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/Experimental.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/Experimental.dir/clean - -external/vorbis/CMakeFiles/Experimental.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/Experimental.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/Experimental.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/cmake_clean.cmake deleted file mode 100644 index 799e7082..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/Experimental" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/Experimental.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/compiler_depend.make deleted file mode 100644 index df83d58e..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for Experimental. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/compiler_depend.ts deleted file mode 100644 index 2619b9b5..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for Experimental. diff --git a/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/Experimental.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/build.make deleted file mode 100644 index 0810d2dc..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for ExperimentalBuild. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/ExperimentalBuild.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/ExperimentalBuild.dir/progress.make - -external/vorbis/CMakeFiles/ExperimentalBuild: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ExperimentalBuild - -external/vorbis/CMakeFiles/ExperimentalBuild.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/ExperimentalBuild.dir/codegen - -ExperimentalBuild: external/vorbis/CMakeFiles/ExperimentalBuild -ExperimentalBuild: external/vorbis/CMakeFiles/ExperimentalBuild.dir/build.make -.PHONY : ExperimentalBuild - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/ExperimentalBuild.dir/build: ExperimentalBuild -.PHONY : external/vorbis/CMakeFiles/ExperimentalBuild.dir/build - -external/vorbis/CMakeFiles/ExperimentalBuild.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/ExperimentalBuild.dir/clean - -external/vorbis/CMakeFiles/ExperimentalBuild.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalBuild.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/ExperimentalBuild.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake deleted file mode 100644 index 3354e3f1..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ExperimentalBuild" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ExperimentalBuild.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/compiler_depend.make deleted file mode 100644 index 76086314..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for ExperimentalBuild. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/compiler_depend.ts deleted file mode 100644 index 34d91606..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for ExperimentalBuild. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalBuild.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build.make deleted file mode 100644 index 68e2ca5a..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for ExperimentalConfigure. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/ExperimentalConfigure.dir/progress.make - -external/vorbis/CMakeFiles/ExperimentalConfigure: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ExperimentalConfigure - -external/vorbis/CMakeFiles/ExperimentalConfigure.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/ExperimentalConfigure.dir/codegen - -ExperimentalConfigure: external/vorbis/CMakeFiles/ExperimentalConfigure -ExperimentalConfigure: external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build.make -.PHONY : ExperimentalConfigure - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build: ExperimentalConfigure -.PHONY : external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build - -external/vorbis/CMakeFiles/ExperimentalConfigure.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalConfigure.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/ExperimentalConfigure.dir/clean - -external/vorbis/CMakeFiles/ExperimentalConfigure.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/ExperimentalConfigure.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/cmake_clean.cmake deleted file mode 100644 index 69e4a719..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ExperimentalConfigure" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ExperimentalConfigure.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.make deleted file mode 100644 index 07387966..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for ExperimentalConfigure. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.ts deleted file mode 100644 index 51fc32c4..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for ExperimentalConfigure. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalConfigure.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build.make deleted file mode 100644 index dab8e126..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for ExperimentalCoverage. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/ExperimentalCoverage.dir/progress.make - -external/vorbis/CMakeFiles/ExperimentalCoverage: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ExperimentalCoverage - -external/vorbis/CMakeFiles/ExperimentalCoverage.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/ExperimentalCoverage.dir/codegen - -ExperimentalCoverage: external/vorbis/CMakeFiles/ExperimentalCoverage -ExperimentalCoverage: external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build.make -.PHONY : ExperimentalCoverage - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build: ExperimentalCoverage -.PHONY : external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build - -external/vorbis/CMakeFiles/ExperimentalCoverage.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalCoverage.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/ExperimentalCoverage.dir/clean - -external/vorbis/CMakeFiles/ExperimentalCoverage.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/ExperimentalCoverage.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/cmake_clean.cmake deleted file mode 100644 index b8d6597a..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ExperimentalCoverage" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ExperimentalCoverage.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.make deleted file mode 100644 index 4c327cbb..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for ExperimentalCoverage. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.ts deleted file mode 100644 index d3bffd38..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for ExperimentalCoverage. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalCoverage.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build.make deleted file mode 100644 index 038fcaf3..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for ExperimentalMemCheck. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/progress.make - -external/vorbis/CMakeFiles/ExperimentalMemCheck: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ExperimentalMemCheck - -external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/codegen - -ExperimentalMemCheck: external/vorbis/CMakeFiles/ExperimentalMemCheck -ExperimentalMemCheck: external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build.make -.PHONY : ExperimentalMemCheck - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build: ExperimentalMemCheck -.PHONY : external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build - -external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalMemCheck.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/clean - -external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/cmake_clean.cmake deleted file mode 100644 index ed3f7bc0..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ExperimentalMemCheck" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ExperimentalMemCheck.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.make deleted file mode 100644 index ab194c2b..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for ExperimentalMemCheck. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.ts deleted file mode 100644 index 5d0d9acc..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for ExperimentalMemCheck. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/build.make deleted file mode 100644 index 747061b7..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for ExperimentalStart. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/ExperimentalStart.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/ExperimentalStart.dir/progress.make - -external/vorbis/CMakeFiles/ExperimentalStart: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ExperimentalStart - -external/vorbis/CMakeFiles/ExperimentalStart.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/ExperimentalStart.dir/codegen - -ExperimentalStart: external/vorbis/CMakeFiles/ExperimentalStart -ExperimentalStart: external/vorbis/CMakeFiles/ExperimentalStart.dir/build.make -.PHONY : ExperimentalStart - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/ExperimentalStart.dir/build: ExperimentalStart -.PHONY : external/vorbis/CMakeFiles/ExperimentalStart.dir/build - -external/vorbis/CMakeFiles/ExperimentalStart.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalStart.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/ExperimentalStart.dir/clean - -external/vorbis/CMakeFiles/ExperimentalStart.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalStart.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/ExperimentalStart.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/cmake_clean.cmake deleted file mode 100644 index 4e2736b1..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ExperimentalStart" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ExperimentalStart.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/compiler_depend.make deleted file mode 100644 index 29aab519..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for ExperimentalStart. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/compiler_depend.ts deleted file mode 100644 index a636e5c0..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for ExperimentalStart. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalStart.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build.make deleted file mode 100644 index 3ae76f72..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for ExperimentalSubmit. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/ExperimentalSubmit.dir/progress.make - -external/vorbis/CMakeFiles/ExperimentalSubmit: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ExperimentalSubmit - -external/vorbis/CMakeFiles/ExperimentalSubmit.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/ExperimentalSubmit.dir/codegen - -ExperimentalSubmit: external/vorbis/CMakeFiles/ExperimentalSubmit -ExperimentalSubmit: external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build.make -.PHONY : ExperimentalSubmit - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build: ExperimentalSubmit -.PHONY : external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build - -external/vorbis/CMakeFiles/ExperimentalSubmit.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalSubmit.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/ExperimentalSubmit.dir/clean - -external/vorbis/CMakeFiles/ExperimentalSubmit.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/ExperimentalSubmit.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/cmake_clean.cmake deleted file mode 100644 index d130e45a..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ExperimentalSubmit" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ExperimentalSubmit.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.make deleted file mode 100644 index 44401727..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for ExperimentalSubmit. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.ts deleted file mode 100644 index 7fa97b16..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for ExperimentalSubmit. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalSubmit.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/build.make deleted file mode 100644 index ee976258..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for ExperimentalTest. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/ExperimentalTest.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/ExperimentalTest.dir/progress.make - -external/vorbis/CMakeFiles/ExperimentalTest: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ExperimentalTest - -external/vorbis/CMakeFiles/ExperimentalTest.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/ExperimentalTest.dir/codegen - -ExperimentalTest: external/vorbis/CMakeFiles/ExperimentalTest -ExperimentalTest: external/vorbis/CMakeFiles/ExperimentalTest.dir/build.make -.PHONY : ExperimentalTest - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/ExperimentalTest.dir/build: ExperimentalTest -.PHONY : external/vorbis/CMakeFiles/ExperimentalTest.dir/build - -external/vorbis/CMakeFiles/ExperimentalTest.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalTest.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/ExperimentalTest.dir/clean - -external/vorbis/CMakeFiles/ExperimentalTest.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalTest.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/ExperimentalTest.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/cmake_clean.cmake deleted file mode 100644 index 4348aa36..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ExperimentalTest" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ExperimentalTest.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/compiler_depend.make deleted file mode 100644 index fab28a94..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for ExperimentalTest. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/compiler_depend.ts deleted file mode 100644 index fbeb091d..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for ExperimentalTest. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalTest.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build.make deleted file mode 100644 index 19ad6926..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for ExperimentalUpdate. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/ExperimentalUpdate.dir/progress.make - -external/vorbis/CMakeFiles/ExperimentalUpdate: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D ExperimentalUpdate - -external/vorbis/CMakeFiles/ExperimentalUpdate.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/ExperimentalUpdate.dir/codegen - -ExperimentalUpdate: external/vorbis/CMakeFiles/ExperimentalUpdate -ExperimentalUpdate: external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build.make -.PHONY : ExperimentalUpdate - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build: ExperimentalUpdate -.PHONY : external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build - -external/vorbis/CMakeFiles/ExperimentalUpdate.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/ExperimentalUpdate.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/ExperimentalUpdate.dir/clean - -external/vorbis/CMakeFiles/ExperimentalUpdate.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/ExperimentalUpdate.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/cmake_clean.cmake deleted file mode 100644 index 23190494..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/ExperimentalUpdate" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/ExperimentalUpdate.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.make deleted file mode 100644 index 30e8f2ca..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for ExperimentalUpdate. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.ts deleted file mode 100644 index aa7a97ed..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for ExperimentalUpdate. diff --git a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/ExperimentalUpdate.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/build.make deleted file mode 100644 index 7477a109..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for Nightly. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/Nightly.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/Nightly.dir/progress.make - -external/vorbis/CMakeFiles/Nightly: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D Nightly - -external/vorbis/CMakeFiles/Nightly.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/Nightly.dir/codegen - -Nightly: external/vorbis/CMakeFiles/Nightly -Nightly: external/vorbis/CMakeFiles/Nightly.dir/build.make -.PHONY : Nightly - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/Nightly.dir/build: Nightly -.PHONY : external/vorbis/CMakeFiles/Nightly.dir/build - -external/vorbis/CMakeFiles/Nightly.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/Nightly.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/Nightly.dir/clean - -external/vorbis/CMakeFiles/Nightly.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/Nightly.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/Nightly.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/cmake_clean.cmake deleted file mode 100644 index 99a4ac14..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/Nightly" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/Nightly.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/compiler_depend.make deleted file mode 100644 index b53ef7a7..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for Nightly. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/compiler_depend.ts deleted file mode 100644 index a85d2c81..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for Nightly. diff --git a/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/Nightly.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/build.make deleted file mode 100644 index fcdd8c6f..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for NightlyBuild. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/NightlyBuild.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/NightlyBuild.dir/progress.make - -external/vorbis/CMakeFiles/NightlyBuild: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D NightlyBuild - -external/vorbis/CMakeFiles/NightlyBuild.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/NightlyBuild.dir/codegen - -NightlyBuild: external/vorbis/CMakeFiles/NightlyBuild -NightlyBuild: external/vorbis/CMakeFiles/NightlyBuild.dir/build.make -.PHONY : NightlyBuild - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/NightlyBuild.dir/build: NightlyBuild -.PHONY : external/vorbis/CMakeFiles/NightlyBuild.dir/build - -external/vorbis/CMakeFiles/NightlyBuild.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/NightlyBuild.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/NightlyBuild.dir/clean - -external/vorbis/CMakeFiles/NightlyBuild.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyBuild.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/NightlyBuild.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/cmake_clean.cmake deleted file mode 100644 index 7aa38a78..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/NightlyBuild" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/NightlyBuild.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/compiler_depend.make deleted file mode 100644 index da2f3475..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for NightlyBuild. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/compiler_depend.ts deleted file mode 100644 index 89e69609..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for NightlyBuild. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyBuild.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/build.make deleted file mode 100644 index 9f3c0cc5..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for NightlyConfigure. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/NightlyConfigure.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/NightlyConfigure.dir/progress.make - -external/vorbis/CMakeFiles/NightlyConfigure: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D NightlyConfigure - -external/vorbis/CMakeFiles/NightlyConfigure.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/NightlyConfigure.dir/codegen - -NightlyConfigure: external/vorbis/CMakeFiles/NightlyConfigure -NightlyConfigure: external/vorbis/CMakeFiles/NightlyConfigure.dir/build.make -.PHONY : NightlyConfigure - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/NightlyConfigure.dir/build: NightlyConfigure -.PHONY : external/vorbis/CMakeFiles/NightlyConfigure.dir/build - -external/vorbis/CMakeFiles/NightlyConfigure.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/NightlyConfigure.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/NightlyConfigure.dir/clean - -external/vorbis/CMakeFiles/NightlyConfigure.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyConfigure.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/NightlyConfigure.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/cmake_clean.cmake deleted file mode 100644 index 080c729b..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/NightlyConfigure" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/NightlyConfigure.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/compiler_depend.make deleted file mode 100644 index 973bd2a5..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for NightlyConfigure. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/compiler_depend.ts deleted file mode 100644 index 3e550dad..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for NightlyConfigure. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyConfigure.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/build.make deleted file mode 100644 index 59ee4da2..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for NightlyCoverage. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/NightlyCoverage.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/NightlyCoverage.dir/progress.make - -external/vorbis/CMakeFiles/NightlyCoverage: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D NightlyCoverage - -external/vorbis/CMakeFiles/NightlyCoverage.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/NightlyCoverage.dir/codegen - -NightlyCoverage: external/vorbis/CMakeFiles/NightlyCoverage -NightlyCoverage: external/vorbis/CMakeFiles/NightlyCoverage.dir/build.make -.PHONY : NightlyCoverage - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/NightlyCoverage.dir/build: NightlyCoverage -.PHONY : external/vorbis/CMakeFiles/NightlyCoverage.dir/build - -external/vorbis/CMakeFiles/NightlyCoverage.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/NightlyCoverage.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/NightlyCoverage.dir/clean - -external/vorbis/CMakeFiles/NightlyCoverage.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyCoverage.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/NightlyCoverage.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/cmake_clean.cmake deleted file mode 100644 index d6cba89b..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/NightlyCoverage" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/NightlyCoverage.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/compiler_depend.make deleted file mode 100644 index 9f188a1e..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for NightlyCoverage. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/compiler_depend.ts deleted file mode 100644 index 3092ba3e..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for NightlyCoverage. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyCoverage.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/build.make deleted file mode 100644 index a6a680a3..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for NightlyMemCheck. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/NightlyMemCheck.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/NightlyMemCheck.dir/progress.make - -external/vorbis/CMakeFiles/NightlyMemCheck: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D NightlyMemCheck - -external/vorbis/CMakeFiles/NightlyMemCheck.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/NightlyMemCheck.dir/codegen - -NightlyMemCheck: external/vorbis/CMakeFiles/NightlyMemCheck -NightlyMemCheck: external/vorbis/CMakeFiles/NightlyMemCheck.dir/build.make -.PHONY : NightlyMemCheck - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/NightlyMemCheck.dir/build: NightlyMemCheck -.PHONY : external/vorbis/CMakeFiles/NightlyMemCheck.dir/build - -external/vorbis/CMakeFiles/NightlyMemCheck.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/NightlyMemCheck.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/NightlyMemCheck.dir/clean - -external/vorbis/CMakeFiles/NightlyMemCheck.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyMemCheck.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/NightlyMemCheck.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/cmake_clean.cmake deleted file mode 100644 index 3c0e881a..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/NightlyMemCheck" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/NightlyMemCheck.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/compiler_depend.make deleted file mode 100644 index 6c54911b..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for NightlyMemCheck. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/compiler_depend.ts deleted file mode 100644 index c176eda1..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for NightlyMemCheck. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemCheck.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build.make deleted file mode 100644 index df91a6e9..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for NightlyMemoryCheck. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/progress.make - -external/vorbis/CMakeFiles/NightlyMemoryCheck: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D NightlyMemoryCheck - -external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/codegen - -NightlyMemoryCheck: external/vorbis/CMakeFiles/NightlyMemoryCheck -NightlyMemoryCheck: external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build.make -.PHONY : NightlyMemoryCheck - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build: NightlyMemoryCheck -.PHONY : external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build - -external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/NightlyMemoryCheck.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/clean - -external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/cmake_clean.cmake deleted file mode 100644 index 88466115..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/NightlyMemoryCheck" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/NightlyMemoryCheck.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.make deleted file mode 100644 index 3aa41e77..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for NightlyMemoryCheck. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.ts deleted file mode 100644 index 38e1ae0c..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for NightlyMemoryCheck. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/build.make deleted file mode 100644 index 71336c3b..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for NightlyStart. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/NightlyStart.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/NightlyStart.dir/progress.make - -external/vorbis/CMakeFiles/NightlyStart: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D NightlyStart - -external/vorbis/CMakeFiles/NightlyStart.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/NightlyStart.dir/codegen - -NightlyStart: external/vorbis/CMakeFiles/NightlyStart -NightlyStart: external/vorbis/CMakeFiles/NightlyStart.dir/build.make -.PHONY : NightlyStart - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/NightlyStart.dir/build: NightlyStart -.PHONY : external/vorbis/CMakeFiles/NightlyStart.dir/build - -external/vorbis/CMakeFiles/NightlyStart.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/NightlyStart.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/NightlyStart.dir/clean - -external/vorbis/CMakeFiles/NightlyStart.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyStart.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/NightlyStart.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/cmake_clean.cmake deleted file mode 100644 index 6a2c6c6f..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/NightlyStart" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/NightlyStart.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/compiler_depend.make deleted file mode 100644 index b72de2db..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for NightlyStart. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/compiler_depend.ts deleted file mode 100644 index 2f7f077a..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for NightlyStart. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyStart.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/build.make deleted file mode 100644 index 1dc2d722..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for NightlySubmit. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/NightlySubmit.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/NightlySubmit.dir/progress.make - -external/vorbis/CMakeFiles/NightlySubmit: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D NightlySubmit - -external/vorbis/CMakeFiles/NightlySubmit.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/NightlySubmit.dir/codegen - -NightlySubmit: external/vorbis/CMakeFiles/NightlySubmit -NightlySubmit: external/vorbis/CMakeFiles/NightlySubmit.dir/build.make -.PHONY : NightlySubmit - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/NightlySubmit.dir/build: NightlySubmit -.PHONY : external/vorbis/CMakeFiles/NightlySubmit.dir/build - -external/vorbis/CMakeFiles/NightlySubmit.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/NightlySubmit.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/NightlySubmit.dir/clean - -external/vorbis/CMakeFiles/NightlySubmit.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlySubmit.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/NightlySubmit.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/cmake_clean.cmake deleted file mode 100644 index 6f88ccc7..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/NightlySubmit" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/NightlySubmit.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/compiler_depend.make deleted file mode 100644 index d2f67486..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for NightlySubmit. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/compiler_depend.ts deleted file mode 100644 index 773bf4b0..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for NightlySubmit. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlySubmit.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/build.make deleted file mode 100644 index a238d29c..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for NightlyTest. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/NightlyTest.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/NightlyTest.dir/progress.make - -external/vorbis/CMakeFiles/NightlyTest: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D NightlyTest - -external/vorbis/CMakeFiles/NightlyTest.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/NightlyTest.dir/codegen - -NightlyTest: external/vorbis/CMakeFiles/NightlyTest -NightlyTest: external/vorbis/CMakeFiles/NightlyTest.dir/build.make -.PHONY : NightlyTest - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/NightlyTest.dir/build: NightlyTest -.PHONY : external/vorbis/CMakeFiles/NightlyTest.dir/build - -external/vorbis/CMakeFiles/NightlyTest.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/NightlyTest.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/NightlyTest.dir/clean - -external/vorbis/CMakeFiles/NightlyTest.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyTest.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/NightlyTest.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/cmake_clean.cmake deleted file mode 100644 index 8f40bb87..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/NightlyTest" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/NightlyTest.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/compiler_depend.make deleted file mode 100644 index 03d9c29c..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for NightlyTest. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/compiler_depend.ts deleted file mode 100644 index 8bb891c6..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for NightlyTest. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyTest.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/DependInfo.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/DependInfo.cmake deleted file mode 100644 index 29b95a51..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/DependInfo.cmake +++ /dev/null @@ -1,22 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/build.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/build.make deleted file mode 100644 index 7dea36c6..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/build.make +++ /dev/null @@ -1,90 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Utility rule file for NightlyUpdate. - -# Include any custom commands dependencies for this target. -include external/vorbis/CMakeFiles/NightlyUpdate.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/CMakeFiles/NightlyUpdate.dir/progress.make - -external/vorbis/CMakeFiles/NightlyUpdate: - cd /home/guest/Downloads/PopLib/build/external/vorbis && /usr/bin/ctest -D NightlyUpdate - -external/vorbis/CMakeFiles/NightlyUpdate.dir/codegen: -.PHONY : external/vorbis/CMakeFiles/NightlyUpdate.dir/codegen - -NightlyUpdate: external/vorbis/CMakeFiles/NightlyUpdate -NightlyUpdate: external/vorbis/CMakeFiles/NightlyUpdate.dir/build.make -.PHONY : NightlyUpdate - -# Rule to build all files generated by this target. -external/vorbis/CMakeFiles/NightlyUpdate.dir/build: NightlyUpdate -.PHONY : external/vorbis/CMakeFiles/NightlyUpdate.dir/build - -external/vorbis/CMakeFiles/NightlyUpdate.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis && $(CMAKE_COMMAND) -P CMakeFiles/NightlyUpdate.dir/cmake_clean.cmake -.PHONY : external/vorbis/CMakeFiles/NightlyUpdate.dir/clean - -external/vorbis/CMakeFiles/NightlyUpdate.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis /home/guest/Downloads/PopLib/build/external/vorbis/CMakeFiles/NightlyUpdate.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/CMakeFiles/NightlyUpdate.dir/depend - diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/cmake_clean.cmake deleted file mode 100644 index 0f10e827..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/cmake_clean.cmake +++ /dev/null @@ -1,8 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/NightlyUpdate" -) - -# Per-language clean rules from dependency scanning. -foreach(lang ) - include(CMakeFiles/NightlyUpdate.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/compiler_depend.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/compiler_depend.make deleted file mode 100644 index 924c826b..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty custom commands generated dependencies file for NightlyUpdate. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/compiler_depend.ts b/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/compiler_depend.ts deleted file mode 100644 index 7cf66de7..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for custom commands dependencies management for NightlyUpdate. diff --git a/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/progress.make b/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/progress.make deleted file mode 100644 index 8b137891..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/NightlyUpdate.dir/progress.make +++ /dev/null @@ -1 +0,0 @@ - diff --git a/build_emscripten/external/vorbis/CMakeFiles/progress.marks b/build_emscripten/external/vorbis/CMakeFiles/progress.marks deleted file mode 100644 index 0cfbf088..00000000 --- a/build_emscripten/external/vorbis/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -2 diff --git a/build_emscripten/external/vorbis/CTestTestfile.cmake b/build_emscripten/external/vorbis/CTestTestfile.cmake deleted file mode 100644 index afac453f..00000000 --- a/build_emscripten/external/vorbis/CTestTestfile.cmake +++ /dev/null @@ -1,8 +0,0 @@ -# CMake generated Testfile for -# Source directory: /home/guest/Downloads/PopLib/external/vorbis -# Build directory: /home/guest/Downloads/PopLib/build/external/vorbis -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. -subdirs("lib") -subdirs("test") diff --git a/build_emscripten/external/vorbis/DartConfiguration.tcl b/build_emscripten/external/vorbis/DartConfiguration.tcl deleted file mode 100644 index 384b77b0..00000000 --- a/build_emscripten/external/vorbis/DartConfiguration.tcl +++ /dev/null @@ -1,109 +0,0 @@ -# This file is configured by CMake automatically as DartConfiguration.tcl -# If you choose not to use CMake, this file may be hand configured, by -# filling in the required variables. - - -# Configuration directories and files -SourceDirectory: /home/guest/Downloads/PopLib/external/vorbis -BuildDirectory: /home/guest/Downloads/PopLib/build/external/vorbis - -# Where to place the cost data store -CostDataFile: - -# Site is something like machine.domain, i.e. pragmatic.crd -Site: space - -# Build name is osname-revision-compiler, i.e. Linux-2.4.2-2smp-c++ -BuildName: Linux-g++ - -# Subprojects -LabelsForSubprojects: - -# Submission information -SubmitURL: http:// -SubmitInactivityTimeout: - -# Dashboard start time -NightlyStartTime: 00:00:00 EDT - -# Commands for the build/test/submit cycle -ConfigureCommand: "/usr/bin/cmake" "/home/guest/Downloads/PopLib/external/vorbis" -MakeCommand: /usr/bin/cmake --build . --config "${CTEST_CONFIGURATION_TYPE}" -DefaultCTestConfigurationType: Release - -# version control -UpdateVersionOnly: - -# CVS options -# Default is "-d -P -A" -CVSCommand: -CVSUpdateOptions: - -# Subversion options -SVNCommand: -SVNOptions: -SVNUpdateOptions: - -# Git options -GITCommand: /usr/bin/git -GITInitSubmodules: -GITUpdateOptions: -GITUpdateCustom: - -# Perforce options -P4Command: -P4Client: -P4Options: -P4UpdateOptions: -P4UpdateCustom: - -# Generic update command -UpdateCommand: /usr/bin/git -UpdateOptions: -UpdateType: git - -# Compiler info -Compiler: /usr/bin/g++ -CompilerVersion: 15.1.1 - -# Dynamic analysis (MemCheck) -PurifyCommand: -ValgrindCommand: -ValgrindCommandOptions: -DrMemoryCommand: -DrMemoryCommandOptions: -CudaSanitizerCommand: -CudaSanitizerCommandOptions: -MemoryCheckType: -MemoryCheckSanitizerOptions: -MemoryCheckCommand: MEMORYCHECK_COMMAND-NOTFOUND -MemoryCheckCommandOptions: -MemoryCheckSuppressionFile: - -# Coverage -CoverageCommand: /usr/bin/gcov -CoverageExtraFlags: -l - -# Testing options -# TimeOut is the amount of time in seconds to wait for processes -# to complete during testing. After TimeOut seconds, the -# process will be summarily terminated. -# Currently set to 25 minutes -TimeOut: 1500 - -# During parallel testing CTest will not start a new test if doing -# so would cause the system load to exceed this value. -TestLoad: - -TLSVerify: -TLSVersion: - -UseLaunchers: -CurlOptions: -# warning, if you add new options here that have to do with submit, -# you have to update cmCTestSubmitCommand.cxx - -# For CTest submissions that timeout, these options -# specify behavior for retrying the submission -CTestSubmitRetryDelay: 5 -CTestSubmitRetryCount: 3 diff --git a/build_emscripten/external/vorbis/Makefile b/build_emscripten/external/vorbis/Makefile deleted file mode 100644 index e3bec96c..00000000 --- a/build_emscripten/external/vorbis/Makefile +++ /dev/null @@ -1,633 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/vorbis//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -external/vorbis/CMakeFiles/Experimental.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/Experimental.dir/rule -.PHONY : external/vorbis/CMakeFiles/Experimental.dir/rule - -# Convenience name for target. -Experimental: external/vorbis/CMakeFiles/Experimental.dir/rule -.PHONY : Experimental - -# fast build rule for target. -Experimental/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Experimental.dir/build.make external/vorbis/CMakeFiles/Experimental.dir/build -.PHONY : Experimental/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/Nightly.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/Nightly.dir/rule -.PHONY : external/vorbis/CMakeFiles/Nightly.dir/rule - -# Convenience name for target. -Nightly: external/vorbis/CMakeFiles/Nightly.dir/rule -.PHONY : Nightly - -# fast build rule for target. -Nightly/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Nightly.dir/build.make external/vorbis/CMakeFiles/Nightly.dir/build -.PHONY : Nightly/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/Continuous.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/Continuous.dir/rule -.PHONY : external/vorbis/CMakeFiles/Continuous.dir/rule - -# Convenience name for target. -Continuous: external/vorbis/CMakeFiles/Continuous.dir/rule -.PHONY : Continuous - -# fast build rule for target. -Continuous/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/Continuous.dir/build.make external/vorbis/CMakeFiles/Continuous.dir/build -.PHONY : Continuous/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/rule -.PHONY : external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/rule - -# Convenience name for target. -NightlyMemoryCheck: external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/rule -.PHONY : NightlyMemoryCheck - -# fast build rule for target. -NightlyMemoryCheck/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemoryCheck.dir/build -.PHONY : NightlyMemoryCheck/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/NightlyStart.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyStart.dir/rule -.PHONY : external/vorbis/CMakeFiles/NightlyStart.dir/rule - -# Convenience name for target. -NightlyStart: external/vorbis/CMakeFiles/NightlyStart.dir/rule -.PHONY : NightlyStart - -# fast build rule for target. -NightlyStart/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyStart.dir/build.make external/vorbis/CMakeFiles/NightlyStart.dir/build -.PHONY : NightlyStart/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/NightlyUpdate.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyUpdate.dir/rule -.PHONY : external/vorbis/CMakeFiles/NightlyUpdate.dir/rule - -# Convenience name for target. -NightlyUpdate: external/vorbis/CMakeFiles/NightlyUpdate.dir/rule -.PHONY : NightlyUpdate - -# fast build rule for target. -NightlyUpdate/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyUpdate.dir/build.make external/vorbis/CMakeFiles/NightlyUpdate.dir/build -.PHONY : NightlyUpdate/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/NightlyConfigure.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyConfigure.dir/rule -.PHONY : external/vorbis/CMakeFiles/NightlyConfigure.dir/rule - -# Convenience name for target. -NightlyConfigure: external/vorbis/CMakeFiles/NightlyConfigure.dir/rule -.PHONY : NightlyConfigure - -# fast build rule for target. -NightlyConfigure/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyConfigure.dir/build.make external/vorbis/CMakeFiles/NightlyConfigure.dir/build -.PHONY : NightlyConfigure/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/NightlyBuild.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyBuild.dir/rule -.PHONY : external/vorbis/CMakeFiles/NightlyBuild.dir/rule - -# Convenience name for target. -NightlyBuild: external/vorbis/CMakeFiles/NightlyBuild.dir/rule -.PHONY : NightlyBuild - -# fast build rule for target. -NightlyBuild/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyBuild.dir/build.make external/vorbis/CMakeFiles/NightlyBuild.dir/build -.PHONY : NightlyBuild/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/NightlyTest.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyTest.dir/rule -.PHONY : external/vorbis/CMakeFiles/NightlyTest.dir/rule - -# Convenience name for target. -NightlyTest: external/vorbis/CMakeFiles/NightlyTest.dir/rule -.PHONY : NightlyTest - -# fast build rule for target. -NightlyTest/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyTest.dir/build.make external/vorbis/CMakeFiles/NightlyTest.dir/build -.PHONY : NightlyTest/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/NightlyCoverage.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyCoverage.dir/rule -.PHONY : external/vorbis/CMakeFiles/NightlyCoverage.dir/rule - -# Convenience name for target. -NightlyCoverage: external/vorbis/CMakeFiles/NightlyCoverage.dir/rule -.PHONY : NightlyCoverage - -# fast build rule for target. -NightlyCoverage/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyCoverage.dir/build.make external/vorbis/CMakeFiles/NightlyCoverage.dir/build -.PHONY : NightlyCoverage/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/NightlyMemCheck.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlyMemCheck.dir/rule -.PHONY : external/vorbis/CMakeFiles/NightlyMemCheck.dir/rule - -# Convenience name for target. -NightlyMemCheck: external/vorbis/CMakeFiles/NightlyMemCheck.dir/rule -.PHONY : NightlyMemCheck - -# fast build rule for target. -NightlyMemCheck/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlyMemCheck.dir/build.make external/vorbis/CMakeFiles/NightlyMemCheck.dir/build -.PHONY : NightlyMemCheck/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/NightlySubmit.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/NightlySubmit.dir/rule -.PHONY : external/vorbis/CMakeFiles/NightlySubmit.dir/rule - -# Convenience name for target. -NightlySubmit: external/vorbis/CMakeFiles/NightlySubmit.dir/rule -.PHONY : NightlySubmit - -# fast build rule for target. -NightlySubmit/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/NightlySubmit.dir/build.make external/vorbis/CMakeFiles/NightlySubmit.dir/build -.PHONY : NightlySubmit/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/ExperimentalStart.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalStart.dir/rule -.PHONY : external/vorbis/CMakeFiles/ExperimentalStart.dir/rule - -# Convenience name for target. -ExperimentalStart: external/vorbis/CMakeFiles/ExperimentalStart.dir/rule -.PHONY : ExperimentalStart - -# fast build rule for target. -ExperimentalStart/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalStart.dir/build.make external/vorbis/CMakeFiles/ExperimentalStart.dir/build -.PHONY : ExperimentalStart/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/ExperimentalUpdate.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalUpdate.dir/rule -.PHONY : external/vorbis/CMakeFiles/ExperimentalUpdate.dir/rule - -# Convenience name for target. -ExperimentalUpdate: external/vorbis/CMakeFiles/ExperimentalUpdate.dir/rule -.PHONY : ExperimentalUpdate - -# fast build rule for target. -ExperimentalUpdate/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build.make external/vorbis/CMakeFiles/ExperimentalUpdate.dir/build -.PHONY : ExperimentalUpdate/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/ExperimentalConfigure.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalConfigure.dir/rule -.PHONY : external/vorbis/CMakeFiles/ExperimentalConfigure.dir/rule - -# Convenience name for target. -ExperimentalConfigure: external/vorbis/CMakeFiles/ExperimentalConfigure.dir/rule -.PHONY : ExperimentalConfigure - -# fast build rule for target. -ExperimentalConfigure/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build.make external/vorbis/CMakeFiles/ExperimentalConfigure.dir/build -.PHONY : ExperimentalConfigure/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/ExperimentalBuild.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalBuild.dir/rule -.PHONY : external/vorbis/CMakeFiles/ExperimentalBuild.dir/rule - -# Convenience name for target. -ExperimentalBuild: external/vorbis/CMakeFiles/ExperimentalBuild.dir/rule -.PHONY : ExperimentalBuild - -# fast build rule for target. -ExperimentalBuild/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalBuild.dir/build.make external/vorbis/CMakeFiles/ExperimentalBuild.dir/build -.PHONY : ExperimentalBuild/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/ExperimentalTest.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalTest.dir/rule -.PHONY : external/vorbis/CMakeFiles/ExperimentalTest.dir/rule - -# Convenience name for target. -ExperimentalTest: external/vorbis/CMakeFiles/ExperimentalTest.dir/rule -.PHONY : ExperimentalTest - -# fast build rule for target. -ExperimentalTest/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalTest.dir/build.make external/vorbis/CMakeFiles/ExperimentalTest.dir/build -.PHONY : ExperimentalTest/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/ExperimentalCoverage.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalCoverage.dir/rule -.PHONY : external/vorbis/CMakeFiles/ExperimentalCoverage.dir/rule - -# Convenience name for target. -ExperimentalCoverage: external/vorbis/CMakeFiles/ExperimentalCoverage.dir/rule -.PHONY : ExperimentalCoverage - -# fast build rule for target. -ExperimentalCoverage/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build.make external/vorbis/CMakeFiles/ExperimentalCoverage.dir/build -.PHONY : ExperimentalCoverage/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/rule -.PHONY : external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/rule - -# Convenience name for target. -ExperimentalMemCheck: external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/rule -.PHONY : ExperimentalMemCheck - -# fast build rule for target. -ExperimentalMemCheck/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build.make external/vorbis/CMakeFiles/ExperimentalMemCheck.dir/build -.PHONY : ExperimentalMemCheck/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/ExperimentalSubmit.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ExperimentalSubmit.dir/rule -.PHONY : external/vorbis/CMakeFiles/ExperimentalSubmit.dir/rule - -# Convenience name for target. -ExperimentalSubmit: external/vorbis/CMakeFiles/ExperimentalSubmit.dir/rule -.PHONY : ExperimentalSubmit - -# fast build rule for target. -ExperimentalSubmit/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build.make external/vorbis/CMakeFiles/ExperimentalSubmit.dir/build -.PHONY : ExperimentalSubmit/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/ContinuousStart.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousStart.dir/rule -.PHONY : external/vorbis/CMakeFiles/ContinuousStart.dir/rule - -# Convenience name for target. -ContinuousStart: external/vorbis/CMakeFiles/ContinuousStart.dir/rule -.PHONY : ContinuousStart - -# fast build rule for target. -ContinuousStart/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousStart.dir/build.make external/vorbis/CMakeFiles/ContinuousStart.dir/build -.PHONY : ContinuousStart/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/ContinuousUpdate.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousUpdate.dir/rule -.PHONY : external/vorbis/CMakeFiles/ContinuousUpdate.dir/rule - -# Convenience name for target. -ContinuousUpdate: external/vorbis/CMakeFiles/ContinuousUpdate.dir/rule -.PHONY : ContinuousUpdate - -# fast build rule for target. -ContinuousUpdate/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousUpdate.dir/build.make external/vorbis/CMakeFiles/ContinuousUpdate.dir/build -.PHONY : ContinuousUpdate/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/ContinuousConfigure.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousConfigure.dir/rule -.PHONY : external/vorbis/CMakeFiles/ContinuousConfigure.dir/rule - -# Convenience name for target. -ContinuousConfigure: external/vorbis/CMakeFiles/ContinuousConfigure.dir/rule -.PHONY : ContinuousConfigure - -# fast build rule for target. -ContinuousConfigure/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousConfigure.dir/build.make external/vorbis/CMakeFiles/ContinuousConfigure.dir/build -.PHONY : ContinuousConfigure/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/ContinuousBuild.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousBuild.dir/rule -.PHONY : external/vorbis/CMakeFiles/ContinuousBuild.dir/rule - -# Convenience name for target. -ContinuousBuild: external/vorbis/CMakeFiles/ContinuousBuild.dir/rule -.PHONY : ContinuousBuild - -# fast build rule for target. -ContinuousBuild/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousBuild.dir/build.make external/vorbis/CMakeFiles/ContinuousBuild.dir/build -.PHONY : ContinuousBuild/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/ContinuousTest.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousTest.dir/rule -.PHONY : external/vorbis/CMakeFiles/ContinuousTest.dir/rule - -# Convenience name for target. -ContinuousTest: external/vorbis/CMakeFiles/ContinuousTest.dir/rule -.PHONY : ContinuousTest - -# fast build rule for target. -ContinuousTest/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousTest.dir/build.make external/vorbis/CMakeFiles/ContinuousTest.dir/build -.PHONY : ContinuousTest/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/ContinuousCoverage.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousCoverage.dir/rule -.PHONY : external/vorbis/CMakeFiles/ContinuousCoverage.dir/rule - -# Convenience name for target. -ContinuousCoverage: external/vorbis/CMakeFiles/ContinuousCoverage.dir/rule -.PHONY : ContinuousCoverage - -# fast build rule for target. -ContinuousCoverage/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousCoverage.dir/build.make external/vorbis/CMakeFiles/ContinuousCoverage.dir/build -.PHONY : ContinuousCoverage/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/ContinuousMemCheck.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousMemCheck.dir/rule -.PHONY : external/vorbis/CMakeFiles/ContinuousMemCheck.dir/rule - -# Convenience name for target. -ContinuousMemCheck: external/vorbis/CMakeFiles/ContinuousMemCheck.dir/rule -.PHONY : ContinuousMemCheck - -# fast build rule for target. -ContinuousMemCheck/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build.make external/vorbis/CMakeFiles/ContinuousMemCheck.dir/build -.PHONY : ContinuousMemCheck/fast - -# Convenience name for target. -external/vorbis/CMakeFiles/ContinuousSubmit.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/CMakeFiles/ContinuousSubmit.dir/rule -.PHONY : external/vorbis/CMakeFiles/ContinuousSubmit.dir/rule - -# Convenience name for target. -ContinuousSubmit: external/vorbis/CMakeFiles/ContinuousSubmit.dir/rule -.PHONY : ContinuousSubmit - -# fast build rule for target. -ContinuousSubmit/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/CMakeFiles/ContinuousSubmit.dir/build.make external/vorbis/CMakeFiles/ContinuousSubmit.dir/build -.PHONY : ContinuousSubmit/fast - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... Continuous" - @echo "... ContinuousBuild" - @echo "... ContinuousConfigure" - @echo "... ContinuousCoverage" - @echo "... ContinuousMemCheck" - @echo "... ContinuousStart" - @echo "... ContinuousSubmit" - @echo "... ContinuousTest" - @echo "... ContinuousUpdate" - @echo "... Experimental" - @echo "... ExperimentalBuild" - @echo "... ExperimentalConfigure" - @echo "... ExperimentalCoverage" - @echo "... ExperimentalMemCheck" - @echo "... ExperimentalStart" - @echo "... ExperimentalSubmit" - @echo "... ExperimentalTest" - @echo "... ExperimentalUpdate" - @echo "... Nightly" - @echo "... NightlyBuild" - @echo "... NightlyConfigure" - @echo "... NightlyCoverage" - @echo "... NightlyMemCheck" - @echo "... NightlyMemoryCheck" - @echo "... NightlyStart" - @echo "... NightlySubmit" - @echo "... NightlyTest" - @echo "... NightlyUpdate" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/vorbis/cmake_install.cmake b/build_emscripten/external/vorbis/cmake_install.cmake deleted file mode 100644 index 42764ded..00000000 --- a/build_emscripten/external/vorbis/cmake_install.cmake +++ /dev/null @@ -1,65 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/vorbis - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES - "/home/guest/Downloads/PopLib/build/external/vorbis/vorbis.pc" - "/home/guest/Downloads/PopLib/build/external/vorbis/vorbisenc.pc" - "/home/guest/Downloads/PopLib/build/external/vorbis/vorbisfile.pc" - ) -endif() - -if(NOT CMAKE_INSTALL_LOCAL_ONLY) - # Include the install script for each subdirectory. - include("/home/guest/Downloads/PopLib/build/external/vorbis/lib/cmake_install.cmake") - include("/home/guest/Downloads/PopLib/build/external/vorbis/test/cmake_install.cmake") - -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/vorbis/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/Export/cc38caa321284793c52f43683a3b76fc/VorbisTargets-relwithdebinfo.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/Export/cc38caa321284793c52f43683a3b76fc/VorbisTargets-relwithdebinfo.cmake deleted file mode 100644 index 6a5d7e14..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/Export/cc38caa321284793c52f43683a3b76fc/VorbisTargets-relwithdebinfo.cmake +++ /dev/null @@ -1,39 +0,0 @@ -#---------------------------------------------------------------- -# Generated CMake target import file for configuration "RelWithDebInfo". -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Import target "Vorbis::vorbis" for configuration "RelWithDebInfo" -set_property(TARGET Vorbis::vorbis APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) -set_target_properties(Vorbis::vorbis PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "C" - IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libvorbis.a" - ) - -list(APPEND _cmake_import_check_targets Vorbis::vorbis ) -list(APPEND _cmake_import_check_files_for_Vorbis::vorbis "${_IMPORT_PREFIX}/lib/libvorbis.a" ) - -# Import target "Vorbis::vorbisenc" for configuration "RelWithDebInfo" -set_property(TARGET Vorbis::vorbisenc APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) -set_target_properties(Vorbis::vorbisenc PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "C" - IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libvorbisenc.a" - ) - -list(APPEND _cmake_import_check_targets Vorbis::vorbisenc ) -list(APPEND _cmake_import_check_files_for_Vorbis::vorbisenc "${_IMPORT_PREFIX}/lib/libvorbisenc.a" ) - -# Import target "Vorbis::vorbisfile" for configuration "RelWithDebInfo" -set_property(TARGET Vorbis::vorbisfile APPEND PROPERTY IMPORTED_CONFIGURATIONS RELWITHDEBINFO) -set_target_properties(Vorbis::vorbisfile PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_RELWITHDEBINFO "C" - IMPORTED_LOCATION_RELWITHDEBINFO "${_IMPORT_PREFIX}/lib/libvorbisfile.a" - ) - -list(APPEND _cmake_import_check_targets Vorbis::vorbisfile ) -list(APPEND _cmake_import_check_files_for_Vorbis::vorbisfile "${_IMPORT_PREFIX}/lib/libvorbisfile.a" ) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/Export/cc38caa321284793c52f43683a3b76fc/VorbisTargets.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/Export/cc38caa321284793c52f43683a3b76fc/VorbisTargets.cmake deleted file mode 100644 index b329c36a..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/Export/cc38caa321284793c52f43683a3b76fc/VorbisTargets.cmake +++ /dev/null @@ -1,139 +0,0 @@ -# Generated by CMake - -if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) - message(FATAL_ERROR "CMake >= 2.8.12 required") -endif() -if(CMAKE_VERSION VERSION_LESS "2.8.12") - message(FATAL_ERROR "CMake >= 2.8.12 required") -endif() -cmake_policy(PUSH) -cmake_policy(VERSION 2.8.12...3.30) -#---------------------------------------------------------------- -# Generated CMake target import file. -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Protect against multiple inclusion, which would fail when already imported targets are added once more. -set(_cmake_targets_defined "") -set(_cmake_targets_not_defined "") -set(_cmake_expected_targets "") -foreach(_cmake_expected_target IN ITEMS Vorbis::vorbis Vorbis::vorbisenc Vorbis::vorbisfile) - list(APPEND _cmake_expected_targets "${_cmake_expected_target}") - if(TARGET "${_cmake_expected_target}") - list(APPEND _cmake_targets_defined "${_cmake_expected_target}") - else() - list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") - endif() -endforeach() -unset(_cmake_expected_target) -if(_cmake_targets_defined STREQUAL _cmake_expected_targets) - unset(_cmake_targets_defined) - unset(_cmake_targets_not_defined) - unset(_cmake_expected_targets) - unset(CMAKE_IMPORT_FILE_VERSION) - cmake_policy(POP) - return() -endif() -if(NOT _cmake_targets_defined STREQUAL "") - string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") - string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") - message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") -endif() -unset(_cmake_targets_defined) -unset(_cmake_targets_not_defined) -unset(_cmake_expected_targets) - - -# Compute the installation prefix relative to this file. -get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH) -get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) -get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) -get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH) -if(_IMPORT_PREFIX STREQUAL "/") - set(_IMPORT_PREFIX "") -endif() - -# Create imported target Vorbis::vorbis -add_library(Vorbis::vorbis STATIC IMPORTED) - -set_target_properties(Vorbis::vorbis PROPERTIES - INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" - INTERFACE_LINK_LIBRARIES "Ogg::ogg;\$:m>>" -) - -# Create imported target Vorbis::vorbisenc -add_library(Vorbis::vorbisenc STATIC IMPORTED) - -set_target_properties(Vorbis::vorbisenc PROPERTIES - INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" - INTERFACE_LINK_LIBRARIES "Vorbis::vorbis" -) - -# Create imported target Vorbis::vorbisfile -add_library(Vorbis::vorbisfile STATIC IMPORTED) - -set_target_properties(Vorbis::vorbisfile PROPERTIES - INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" - INTERFACE_LINK_LIBRARIES "Vorbis::vorbis" -) - -# Load information for each installed configuration. -file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/VorbisTargets-*.cmake") -foreach(_cmake_config_file IN LISTS _cmake_config_files) - include("${_cmake_config_file}") -endforeach() -unset(_cmake_config_file) -unset(_cmake_config_files) - -# Cleanup temporary variables. -set(_IMPORT_PREFIX) - -# Loop over all imported files and verify that they actually exist -foreach(_cmake_target IN LISTS _cmake_import_check_targets) - if(CMAKE_VERSION VERSION_LESS "3.28" - OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target} - OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}") - foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}") - if(NOT EXISTS "${_cmake_file}") - message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file - \"${_cmake_file}\" -but this file does not exist. Possible reasons include: -* The file was deleted, renamed, or moved to another location. -* An install or uninstall procedure did not complete successfully. -* The installation package was faulty and contained - \"${CMAKE_CURRENT_LIST_FILE}\" -but not all the files it references. -") - endif() - endforeach() - endif() - unset(_cmake_file) - unset("_cmake_import_check_files_for_${_cmake_target}") -endforeach() -unset(_cmake_target) -unset(_cmake_import_check_targets) - -# Make sure the targets which have been exported in some other -# export set exist. -unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) -foreach(_target "Ogg::ogg" ) - if(NOT TARGET "${_target}" ) - set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") - endif() -endforeach() - -if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) - if(CMAKE_FIND_PACKAGE_NAME) - set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) - set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") - else() - message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") - endif() -endif() -unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) -cmake_policy(POP) diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/progress.marks b/build_emscripten/external/vorbis/lib/CMakeFiles/progress.marks deleted file mode 100644 index 0cfbf088..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -2 diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/DependInfo.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/DependInfo.cmake deleted file mode 100644 index 99545746..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/DependInfo.cmake +++ /dev/null @@ -1,42 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/vorbis/lib/analysis.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.o.d" - "/home/guest/Downloads/PopLib/external/vorbis/lib/bitrate.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.o.d" - "/home/guest/Downloads/PopLib/external/vorbis/lib/block.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.o.d" - "/home/guest/Downloads/PopLib/external/vorbis/lib/codebook.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.o.d" - "/home/guest/Downloads/PopLib/external/vorbis/lib/envelope.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.o.d" - "/home/guest/Downloads/PopLib/external/vorbis/lib/floor0.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.o.d" - "/home/guest/Downloads/PopLib/external/vorbis/lib/floor1.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.o.d" - "/home/guest/Downloads/PopLib/external/vorbis/lib/info.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.o.d" - "/home/guest/Downloads/PopLib/external/vorbis/lib/lookup.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.o.d" - "/home/guest/Downloads/PopLib/external/vorbis/lib/lpc.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.o.d" - "/home/guest/Downloads/PopLib/external/vorbis/lib/lsp.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.o.d" - "/home/guest/Downloads/PopLib/external/vorbis/lib/mapping0.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.o.d" - "/home/guest/Downloads/PopLib/external/vorbis/lib/mdct.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.o.d" - "/home/guest/Downloads/PopLib/external/vorbis/lib/psy.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.o.d" - "/home/guest/Downloads/PopLib/external/vorbis/lib/registry.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.o.d" - "/home/guest/Downloads/PopLib/external/vorbis/lib/res0.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.o.d" - "/home/guest/Downloads/PopLib/external/vorbis/lib/sharedbook.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.o.d" - "/home/guest/Downloads/PopLib/external/vorbis/lib/smallft.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.o.d" - "/home/guest/Downloads/PopLib/external/vorbis/lib/synthesis.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.o.d" - "/home/guest/Downloads/PopLib/external/vorbis/lib/window.c" "external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/build.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/build.make deleted file mode 100644 index e1d52608..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/build.make +++ /dev/null @@ -1,418 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/vorbis/lib/CMakeFiles/vorbis.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/lib/CMakeFiles/vorbis.dir/progress.make - -# Include the compile flags for this target's objects. -include external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make - -external/vorbis/lib/CMakeFiles/vorbis.dir/codegen: -.PHONY : external/vorbis/lib/CMakeFiles/vorbis.dir/codegen - -external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make -external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/mdct.c -external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.o -MF CMakeFiles/vorbis.dir/mdct.c.o.d -o CMakeFiles/vorbis.dir/mdct.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/mdct.c - -external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/mdct.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/mdct.c > CMakeFiles/vorbis.dir/mdct.c.i - -external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/mdct.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/mdct.c -o CMakeFiles/vorbis.dir/mdct.c.s - -external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make -external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/smallft.c -external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.o -MF CMakeFiles/vorbis.dir/smallft.c.o.d -o CMakeFiles/vorbis.dir/smallft.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/smallft.c - -external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/smallft.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/smallft.c > CMakeFiles/vorbis.dir/smallft.c.i - -external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/smallft.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/smallft.c -o CMakeFiles/vorbis.dir/smallft.c.s - -external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make -external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/block.c -external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.o -MF CMakeFiles/vorbis.dir/block.c.o.d -o CMakeFiles/vorbis.dir/block.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/block.c - -external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/block.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/block.c > CMakeFiles/vorbis.dir/block.c.i - -external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/block.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/block.c -o CMakeFiles/vorbis.dir/block.c.s - -external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make -external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/envelope.c -external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.o -MF CMakeFiles/vorbis.dir/envelope.c.o.d -o CMakeFiles/vorbis.dir/envelope.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/envelope.c - -external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/envelope.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/envelope.c > CMakeFiles/vorbis.dir/envelope.c.i - -external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/envelope.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/envelope.c -o CMakeFiles/vorbis.dir/envelope.c.s - -external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make -external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/window.c -external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.o -MF CMakeFiles/vorbis.dir/window.c.o.d -o CMakeFiles/vorbis.dir/window.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/window.c - -external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/window.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/window.c > CMakeFiles/vorbis.dir/window.c.i - -external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/window.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/window.c -o CMakeFiles/vorbis.dir/window.c.s - -external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make -external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/lsp.c -external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.o -MF CMakeFiles/vorbis.dir/lsp.c.o.d -o CMakeFiles/vorbis.dir/lsp.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/lsp.c - -external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/lsp.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/lsp.c > CMakeFiles/vorbis.dir/lsp.c.i - -external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/lsp.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/lsp.c -o CMakeFiles/vorbis.dir/lsp.c.s - -external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make -external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/lpc.c -external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.o -MF CMakeFiles/vorbis.dir/lpc.c.o.d -o CMakeFiles/vorbis.dir/lpc.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/lpc.c - -external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/lpc.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/lpc.c > CMakeFiles/vorbis.dir/lpc.c.i - -external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/lpc.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/lpc.c -o CMakeFiles/vorbis.dir/lpc.c.s - -external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make -external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/analysis.c -external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.o -MF CMakeFiles/vorbis.dir/analysis.c.o.d -o CMakeFiles/vorbis.dir/analysis.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/analysis.c - -external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/analysis.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/analysis.c > CMakeFiles/vorbis.dir/analysis.c.i - -external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/analysis.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/analysis.c -o CMakeFiles/vorbis.dir/analysis.c.s - -external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make -external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/synthesis.c -external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.o -MF CMakeFiles/vorbis.dir/synthesis.c.o.d -o CMakeFiles/vorbis.dir/synthesis.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/synthesis.c - -external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/synthesis.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/synthesis.c > CMakeFiles/vorbis.dir/synthesis.c.i - -external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/synthesis.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/synthesis.c -o CMakeFiles/vorbis.dir/synthesis.c.s - -external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make -external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/psy.c -external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.o -MF CMakeFiles/vorbis.dir/psy.c.o.d -o CMakeFiles/vorbis.dir/psy.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/psy.c - -external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/psy.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/psy.c > CMakeFiles/vorbis.dir/psy.c.i - -external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/psy.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/psy.c -o CMakeFiles/vorbis.dir/psy.c.s - -external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make -external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/info.c -external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.o -MF CMakeFiles/vorbis.dir/info.c.o.d -o CMakeFiles/vorbis.dir/info.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/info.c - -external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/info.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/info.c > CMakeFiles/vorbis.dir/info.c.i - -external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/info.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/info.c -o CMakeFiles/vorbis.dir/info.c.s - -external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make -external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/floor1.c -external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.o -MF CMakeFiles/vorbis.dir/floor1.c.o.d -o CMakeFiles/vorbis.dir/floor1.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/floor1.c - -external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/floor1.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/floor1.c > CMakeFiles/vorbis.dir/floor1.c.i - -external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/floor1.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/floor1.c -o CMakeFiles/vorbis.dir/floor1.c.s - -external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make -external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/floor0.c -external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.o -MF CMakeFiles/vorbis.dir/floor0.c.o.d -o CMakeFiles/vorbis.dir/floor0.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/floor0.c - -external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/floor0.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/floor0.c > CMakeFiles/vorbis.dir/floor0.c.i - -external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/floor0.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/floor0.c -o CMakeFiles/vorbis.dir/floor0.c.s - -external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make -external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/res0.c -external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.o -MF CMakeFiles/vorbis.dir/res0.c.o.d -o CMakeFiles/vorbis.dir/res0.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/res0.c - -external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/res0.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/res0.c > CMakeFiles/vorbis.dir/res0.c.i - -external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/res0.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/res0.c -o CMakeFiles/vorbis.dir/res0.c.s - -external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make -external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/mapping0.c -external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.o -MF CMakeFiles/vorbis.dir/mapping0.c.o.d -o CMakeFiles/vorbis.dir/mapping0.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/mapping0.c - -external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/mapping0.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/mapping0.c > CMakeFiles/vorbis.dir/mapping0.c.i - -external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/mapping0.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/mapping0.c -o CMakeFiles/vorbis.dir/mapping0.c.s - -external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make -external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/registry.c -external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.o -MF CMakeFiles/vorbis.dir/registry.c.o.d -o CMakeFiles/vorbis.dir/registry.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/registry.c - -external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/registry.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/registry.c > CMakeFiles/vorbis.dir/registry.c.i - -external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/registry.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/registry.c -o CMakeFiles/vorbis.dir/registry.c.s - -external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make -external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/codebook.c -external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.o -MF CMakeFiles/vorbis.dir/codebook.c.o.d -o CMakeFiles/vorbis.dir/codebook.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/codebook.c - -external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/codebook.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/codebook.c > CMakeFiles/vorbis.dir/codebook.c.i - -external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/codebook.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/codebook.c -o CMakeFiles/vorbis.dir/codebook.c.s - -external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make -external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/sharedbook.c -external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.o -MF CMakeFiles/vorbis.dir/sharedbook.c.o.d -o CMakeFiles/vorbis.dir/sharedbook.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/sharedbook.c - -external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/sharedbook.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/sharedbook.c > CMakeFiles/vorbis.dir/sharedbook.c.i - -external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/sharedbook.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/sharedbook.c -o CMakeFiles/vorbis.dir/sharedbook.c.s - -external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make -external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/lookup.c -external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.o -MF CMakeFiles/vorbis.dir/lookup.c.o.d -o CMakeFiles/vorbis.dir/lookup.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/lookup.c - -external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/lookup.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/lookup.c > CMakeFiles/vorbis.dir/lookup.c.i - -external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/lookup.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/lookup.c -o CMakeFiles/vorbis.dir/lookup.c.s - -external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make -external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/bitrate.c -external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.o: external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Building C object external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.o -MF CMakeFiles/vorbis.dir/bitrate.c.o.d -o CMakeFiles/vorbis.dir/bitrate.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/bitrate.c - -external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis.dir/bitrate.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/bitrate.c > CMakeFiles/vorbis.dir/bitrate.c.i - -external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis.dir/bitrate.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/bitrate.c -o CMakeFiles/vorbis.dir/bitrate.c.s - -# Object files for target vorbis -vorbis_OBJECTS = \ -"CMakeFiles/vorbis.dir/mdct.c.o" \ -"CMakeFiles/vorbis.dir/smallft.c.o" \ -"CMakeFiles/vorbis.dir/block.c.o" \ -"CMakeFiles/vorbis.dir/envelope.c.o" \ -"CMakeFiles/vorbis.dir/window.c.o" \ -"CMakeFiles/vorbis.dir/lsp.c.o" \ -"CMakeFiles/vorbis.dir/lpc.c.o" \ -"CMakeFiles/vorbis.dir/analysis.c.o" \ -"CMakeFiles/vorbis.dir/synthesis.c.o" \ -"CMakeFiles/vorbis.dir/psy.c.o" \ -"CMakeFiles/vorbis.dir/info.c.o" \ -"CMakeFiles/vorbis.dir/floor1.c.o" \ -"CMakeFiles/vorbis.dir/floor0.c.o" \ -"CMakeFiles/vorbis.dir/res0.c.o" \ -"CMakeFiles/vorbis.dir/mapping0.c.o" \ -"CMakeFiles/vorbis.dir/registry.c.o" \ -"CMakeFiles/vorbis.dir/codebook.c.o" \ -"CMakeFiles/vorbis.dir/sharedbook.c.o" \ -"CMakeFiles/vorbis.dir/lookup.c.o" \ -"CMakeFiles/vorbis.dir/bitrate.c.o" - -# External object files for target vorbis -vorbis_EXTERNAL_OBJECTS = - -external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.o -external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.o -external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.o -external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.o -external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.o -external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.o -external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.o -external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.o -external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.o -external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.o -external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.o -external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.o -external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.o -external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.o -external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.o -external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.o -external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.o -external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.o -external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.o -external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.o -external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/build.make -external/vorbis/lib/libvorbis.a: external/vorbis/lib/CMakeFiles/vorbis.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_21) "Linking C static library libvorbis.a" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && $(CMAKE_COMMAND) -P CMakeFiles/vorbis.dir/cmake_clean_target.cmake - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/vorbis.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/vorbis/lib/CMakeFiles/vorbis.dir/build: external/vorbis/lib/libvorbis.a -.PHONY : external/vorbis/lib/CMakeFiles/vorbis.dir/build - -external/vorbis/lib/CMakeFiles/vorbis.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && $(CMAKE_COMMAND) -P CMakeFiles/vorbis.dir/cmake_clean.cmake -.PHONY : external/vorbis/lib/CMakeFiles/vorbis.dir/clean - -external/vorbis/lib/CMakeFiles/vorbis.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis/lib /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis/lib /home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/vorbis.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/lib/CMakeFiles/vorbis.dir/depend - diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/cmake_clean.cmake deleted file mode 100644 index 4ea91040..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/cmake_clean.cmake +++ /dev/null @@ -1,49 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/vorbis.dir/analysis.c.o" - "CMakeFiles/vorbis.dir/analysis.c.o.d" - "CMakeFiles/vorbis.dir/bitrate.c.o" - "CMakeFiles/vorbis.dir/bitrate.c.o.d" - "CMakeFiles/vorbis.dir/block.c.o" - "CMakeFiles/vorbis.dir/block.c.o.d" - "CMakeFiles/vorbis.dir/codebook.c.o" - "CMakeFiles/vorbis.dir/codebook.c.o.d" - "CMakeFiles/vorbis.dir/envelope.c.o" - "CMakeFiles/vorbis.dir/envelope.c.o.d" - "CMakeFiles/vorbis.dir/floor0.c.o" - "CMakeFiles/vorbis.dir/floor0.c.o.d" - "CMakeFiles/vorbis.dir/floor1.c.o" - "CMakeFiles/vorbis.dir/floor1.c.o.d" - "CMakeFiles/vorbis.dir/info.c.o" - "CMakeFiles/vorbis.dir/info.c.o.d" - "CMakeFiles/vorbis.dir/lookup.c.o" - "CMakeFiles/vorbis.dir/lookup.c.o.d" - "CMakeFiles/vorbis.dir/lpc.c.o" - "CMakeFiles/vorbis.dir/lpc.c.o.d" - "CMakeFiles/vorbis.dir/lsp.c.o" - "CMakeFiles/vorbis.dir/lsp.c.o.d" - "CMakeFiles/vorbis.dir/mapping0.c.o" - "CMakeFiles/vorbis.dir/mapping0.c.o.d" - "CMakeFiles/vorbis.dir/mdct.c.o" - "CMakeFiles/vorbis.dir/mdct.c.o.d" - "CMakeFiles/vorbis.dir/psy.c.o" - "CMakeFiles/vorbis.dir/psy.c.o.d" - "CMakeFiles/vorbis.dir/registry.c.o" - "CMakeFiles/vorbis.dir/registry.c.o.d" - "CMakeFiles/vorbis.dir/res0.c.o" - "CMakeFiles/vorbis.dir/res0.c.o.d" - "CMakeFiles/vorbis.dir/sharedbook.c.o" - "CMakeFiles/vorbis.dir/sharedbook.c.o.d" - "CMakeFiles/vorbis.dir/smallft.c.o" - "CMakeFiles/vorbis.dir/smallft.c.o.d" - "CMakeFiles/vorbis.dir/synthesis.c.o" - "CMakeFiles/vorbis.dir/synthesis.c.o.d" - "CMakeFiles/vorbis.dir/window.c.o" - "CMakeFiles/vorbis.dir/window.c.o.d" - "libvorbis.a" - "libvorbis.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/vorbis.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/cmake_clean_target.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/cmake_clean_target.cmake deleted file mode 100644 index 6e492e8b..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libvorbis.a" -) diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.make deleted file mode 100644 index e98f9fbe..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for vorbis. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts deleted file mode 100644 index 93157234..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for vorbis. diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/depend.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/depend.make deleted file mode 100644 index 43d001ef..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for vorbis. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make deleted file mode 100644 index 917cbe0c..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/vorbis/lib -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include - -C_FLAGS = -O2 -g -DNDEBUG - diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/link.txt b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/link.txt deleted file mode 100644 index 5524f2a5..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libvorbis.a CMakeFiles/vorbis.dir/mdct.c.o CMakeFiles/vorbis.dir/smallft.c.o CMakeFiles/vorbis.dir/block.c.o CMakeFiles/vorbis.dir/envelope.c.o CMakeFiles/vorbis.dir/window.c.o CMakeFiles/vorbis.dir/lsp.c.o CMakeFiles/vorbis.dir/lpc.c.o CMakeFiles/vorbis.dir/analysis.c.o CMakeFiles/vorbis.dir/synthesis.c.o CMakeFiles/vorbis.dir/psy.c.o CMakeFiles/vorbis.dir/info.c.o CMakeFiles/vorbis.dir/floor1.c.o CMakeFiles/vorbis.dir/floor0.c.o CMakeFiles/vorbis.dir/res0.c.o CMakeFiles/vorbis.dir/mapping0.c.o CMakeFiles/vorbis.dir/registry.c.o CMakeFiles/vorbis.dir/codebook.c.o CMakeFiles/vorbis.dir/sharedbook.c.o CMakeFiles/vorbis.dir/lookup.c.o CMakeFiles/vorbis.dir/bitrate.c.o -/usr/bin/ranlib libvorbis.a diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/progress.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/progress.make deleted file mode 100644 index 5046e24f..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbis.dir/progress.make +++ /dev/null @@ -1,22 +0,0 @@ -CMAKE_PROGRESS_1 = 99 -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = -CMAKE_PROGRESS_5 = -CMAKE_PROGRESS_6 = -CMAKE_PROGRESS_7 = -CMAKE_PROGRESS_8 = -CMAKE_PROGRESS_9 = -CMAKE_PROGRESS_10 = -CMAKE_PROGRESS_11 = -CMAKE_PROGRESS_12 = -CMAKE_PROGRESS_13 = -CMAKE_PROGRESS_14 = -CMAKE_PROGRESS_15 = -CMAKE_PROGRESS_16 = -CMAKE_PROGRESS_17 = -CMAKE_PROGRESS_18 = -CMAKE_PROGRESS_19 = -CMAKE_PROGRESS_20 = -CMAKE_PROGRESS_21 = - diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/DependInfo.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/DependInfo.cmake deleted file mode 100644 index f65f787e..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/DependInfo.cmake +++ /dev/null @@ -1,23 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/vorbis/lib/vorbisenc.c" "external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make deleted file mode 100644 index 8012051f..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make +++ /dev/null @@ -1,114 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/vorbis/lib/CMakeFiles/vorbisenc.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/vorbis/lib/CMakeFiles/vorbisenc.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/lib/CMakeFiles/vorbisenc.dir/progress.make - -# Include the compile flags for this target's objects. -include external/vorbis/lib/CMakeFiles/vorbisenc.dir/flags.make - -external/vorbis/lib/CMakeFiles/vorbisenc.dir/codegen: -.PHONY : external/vorbis/lib/CMakeFiles/vorbisenc.dir/codegen - -external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.o: external/vorbis/lib/CMakeFiles/vorbisenc.dir/flags.make -external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/vorbisenc.c -external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.o: external/vorbis/lib/CMakeFiles/vorbisenc.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.o -MF CMakeFiles/vorbisenc.dir/vorbisenc.c.o.d -o CMakeFiles/vorbisenc.dir/vorbisenc.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/vorbisenc.c - -external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbisenc.dir/vorbisenc.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/vorbisenc.c > CMakeFiles/vorbisenc.dir/vorbisenc.c.i - -external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbisenc.dir/vorbisenc.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/vorbisenc.c -o CMakeFiles/vorbisenc.dir/vorbisenc.c.s - -# Object files for target vorbisenc -vorbisenc_OBJECTS = \ -"CMakeFiles/vorbisenc.dir/vorbisenc.c.o" - -# External object files for target vorbisenc -vorbisenc_EXTERNAL_OBJECTS = - -external/vorbis/lib/libvorbisenc.a: external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.o -external/vorbis/lib/libvorbisenc.a: external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make -external/vorbis/lib/libvorbisenc.a: external/vorbis/lib/CMakeFiles/vorbisenc.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libvorbisenc.a" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && $(CMAKE_COMMAND) -P CMakeFiles/vorbisenc.dir/cmake_clean_target.cmake - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/vorbisenc.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/vorbis/lib/CMakeFiles/vorbisenc.dir/build: external/vorbis/lib/libvorbisenc.a -.PHONY : external/vorbis/lib/CMakeFiles/vorbisenc.dir/build - -external/vorbis/lib/CMakeFiles/vorbisenc.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && $(CMAKE_COMMAND) -P CMakeFiles/vorbisenc.dir/cmake_clean.cmake -.PHONY : external/vorbis/lib/CMakeFiles/vorbisenc.dir/clean - -external/vorbis/lib/CMakeFiles/vorbisenc.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis/lib /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis/lib /home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/vorbisenc.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/lib/CMakeFiles/vorbisenc.dir/depend - diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/cmake_clean.cmake deleted file mode 100644 index ffacb4fe..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/cmake_clean.cmake +++ /dev/null @@ -1,11 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/vorbisenc.dir/vorbisenc.c.o" - "CMakeFiles/vorbisenc.dir/vorbisenc.c.o.d" - "libvorbisenc.a" - "libvorbisenc.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/vorbisenc.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/cmake_clean_target.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/cmake_clean_target.cmake deleted file mode 100644 index cd740b28..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libvorbisenc.a" -) diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/compiler_depend.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/compiler_depend.make deleted file mode 100644 index c7fe6054..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for vorbisenc. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/compiler_depend.ts b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/compiler_depend.ts deleted file mode 100644 index edec2b69..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for vorbisenc. diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/depend.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/depend.make deleted file mode 100644 index fdde8412..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for vorbisenc. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/flags.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/flags.make deleted file mode 100644 index 917cbe0c..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/vorbis/lib -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include - -C_FLAGS = -O2 -g -DNDEBUG - diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/link.txt b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/link.txt deleted file mode 100644 index e9993cb1..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libvorbisenc.a CMakeFiles/vorbisenc.dir/vorbisenc.c.o -/usr/bin/ranlib libvorbisenc.a diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/progress.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/progress.make deleted file mode 100644 index 6c287f17..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisenc.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = - diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/DependInfo.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/DependInfo.cmake deleted file mode 100644 index 95ed8048..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/DependInfo.cmake +++ /dev/null @@ -1,23 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/vorbis/lib/vorbisfile.c" "external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.o" "gcc" "external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.o.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make deleted file mode 100644 index 9b9e9b26..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make +++ /dev/null @@ -1,114 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/vorbis/lib/CMakeFiles/vorbisfile.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/vorbis/lib/CMakeFiles/vorbisfile.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/lib/CMakeFiles/vorbisfile.dir/progress.make - -# Include the compile flags for this target's objects. -include external/vorbis/lib/CMakeFiles/vorbisfile.dir/flags.make - -external/vorbis/lib/CMakeFiles/vorbisfile.dir/codegen: -.PHONY : external/vorbis/lib/CMakeFiles/vorbisfile.dir/codegen - -external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.o: external/vorbis/lib/CMakeFiles/vorbisfile.dir/flags.make -external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.o: /home/guest/Downloads/PopLib/external/vorbis/lib/vorbisfile.c -external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.o: external/vorbis/lib/CMakeFiles/vorbisfile.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.o -MF CMakeFiles/vorbisfile.dir/vorbisfile.c.o.d -o CMakeFiles/vorbisfile.dir/vorbisfile.c.o -c /home/guest/Downloads/PopLib/external/vorbis/lib/vorbisfile.c - -external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbisfile.dir/vorbisfile.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/lib/vorbisfile.c > CMakeFiles/vorbisfile.dir/vorbisfile.c.i - -external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbisfile.dir/vorbisfile.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/lib/vorbisfile.c -o CMakeFiles/vorbisfile.dir/vorbisfile.c.s - -# Object files for target vorbisfile -vorbisfile_OBJECTS = \ -"CMakeFiles/vorbisfile.dir/vorbisfile.c.o" - -# External object files for target vorbisfile -vorbisfile_EXTERNAL_OBJECTS = - -external/vorbis/lib/libvorbisfile.a: external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.o -external/vorbis/lib/libvorbisfile.a: external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make -external/vorbis/lib/libvorbisfile.a: external/vorbis/lib/CMakeFiles/vorbisfile.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking C static library libvorbisfile.a" - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && $(CMAKE_COMMAND) -P CMakeFiles/vorbisfile.dir/cmake_clean_target.cmake - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/vorbisfile.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/vorbis/lib/CMakeFiles/vorbisfile.dir/build: external/vorbis/lib/libvorbisfile.a -.PHONY : external/vorbis/lib/CMakeFiles/vorbisfile.dir/build - -external/vorbis/lib/CMakeFiles/vorbisfile.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis/lib && $(CMAKE_COMMAND) -P CMakeFiles/vorbisfile.dir/cmake_clean.cmake -.PHONY : external/vorbis/lib/CMakeFiles/vorbisfile.dir/clean - -external/vorbis/lib/CMakeFiles/vorbisfile.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis/lib /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis/lib /home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/vorbisfile.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/lib/CMakeFiles/vorbisfile.dir/depend - diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/cmake_clean.cmake deleted file mode 100644 index 6080f39d..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/cmake_clean.cmake +++ /dev/null @@ -1,11 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/vorbisfile.dir/vorbisfile.c.o" - "CMakeFiles/vorbisfile.dir/vorbisfile.c.o.d" - "libvorbisfile.a" - "libvorbisfile.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/vorbisfile.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/cmake_clean_target.cmake b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/cmake_clean_target.cmake deleted file mode 100644 index e8d20b3d..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/cmake_clean_target.cmake +++ /dev/null @@ -1,3 +0,0 @@ -file(REMOVE_RECURSE - "libvorbisfile.a" -) diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/compiler_depend.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/compiler_depend.make deleted file mode 100644 index 2db989f3..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for vorbisfile. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/compiler_depend.ts b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/compiler_depend.ts deleted file mode 100644 index b84432ea..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for vorbisfile. diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/depend.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/depend.make deleted file mode 100644 index 5ec2fda9..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for vorbisfile. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/flags.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/flags.make deleted file mode 100644 index 7a368a23..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include - -C_FLAGS = -O2 -g -DNDEBUG - diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/link.txt b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/link.txt deleted file mode 100644 index d8c69253..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/link.txt +++ /dev/null @@ -1,2 +0,0 @@ -/usr/bin/ar qc libvorbisfile.a CMakeFiles/vorbisfile.dir/vorbisfile.c.o -/usr/bin/ranlib libvorbisfile.a diff --git a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/progress.make b/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/progress.make deleted file mode 100644 index 1f1e9c25..00000000 --- a/build_emscripten/external/vorbis/lib/CMakeFiles/vorbisfile.dir/progress.make +++ /dev/null @@ -1,3 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = 100 - diff --git a/build_emscripten/external/vorbis/lib/CTestTestfile.cmake b/build_emscripten/external/vorbis/lib/CTestTestfile.cmake deleted file mode 100644 index 0bad721c..00000000 --- a/build_emscripten/external/vorbis/lib/CTestTestfile.cmake +++ /dev/null @@ -1,6 +0,0 @@ -# CMake generated Testfile for -# Source directory: /home/guest/Downloads/PopLib/external/vorbis/lib -# Build directory: /home/guest/Downloads/PopLib/build/external/vorbis/lib -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. diff --git a/build_emscripten/external/vorbis/lib/Makefile b/build_emscripten/external/vorbis/lib/Makefile deleted file mode 100644 index 69a79f98..00000000 --- a/build_emscripten/external/vorbis/lib/Makefile +++ /dev/null @@ -1,852 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/vorbis/lib//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/lib/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/lib/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/lib/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/lib/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -external/vorbis/lib/CMakeFiles/vorbis.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/lib/CMakeFiles/vorbis.dir/rule -.PHONY : external/vorbis/lib/CMakeFiles/vorbis.dir/rule - -# Convenience name for target. -vorbis: external/vorbis/lib/CMakeFiles/vorbis.dir/rule -.PHONY : vorbis - -# fast build rule for target. -vorbis/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/build -.PHONY : vorbis/fast - -# Convenience name for target. -external/vorbis/lib/CMakeFiles/vorbisenc.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/lib/CMakeFiles/vorbisenc.dir/rule -.PHONY : external/vorbis/lib/CMakeFiles/vorbisenc.dir/rule - -# Convenience name for target. -vorbisenc: external/vorbis/lib/CMakeFiles/vorbisenc.dir/rule -.PHONY : vorbisenc - -# fast build rule for target. -vorbisenc/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make external/vorbis/lib/CMakeFiles/vorbisenc.dir/build -.PHONY : vorbisenc/fast - -# Convenience name for target. -external/vorbis/lib/CMakeFiles/vorbisfile.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/lib/CMakeFiles/vorbisfile.dir/rule -.PHONY : external/vorbis/lib/CMakeFiles/vorbisfile.dir/rule - -# Convenience name for target. -vorbisfile: external/vorbis/lib/CMakeFiles/vorbisfile.dir/rule -.PHONY : vorbisfile - -# fast build rule for target. -vorbisfile/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make external/vorbis/lib/CMakeFiles/vorbisfile.dir/build -.PHONY : vorbisfile/fast - -analysis.o: analysis.c.o -.PHONY : analysis.o - -# target to build an object file -analysis.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.o -.PHONY : analysis.c.o - -analysis.i: analysis.c.i -.PHONY : analysis.i - -# target to preprocess a source file -analysis.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.i -.PHONY : analysis.c.i - -analysis.s: analysis.c.s -.PHONY : analysis.s - -# target to generate assembly for a file -analysis.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/analysis.c.s -.PHONY : analysis.c.s - -bitrate.o: bitrate.c.o -.PHONY : bitrate.o - -# target to build an object file -bitrate.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.o -.PHONY : bitrate.c.o - -bitrate.i: bitrate.c.i -.PHONY : bitrate.i - -# target to preprocess a source file -bitrate.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.i -.PHONY : bitrate.c.i - -bitrate.s: bitrate.c.s -.PHONY : bitrate.s - -# target to generate assembly for a file -bitrate.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/bitrate.c.s -.PHONY : bitrate.c.s - -block.o: block.c.o -.PHONY : block.o - -# target to build an object file -block.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.o -.PHONY : block.c.o - -block.i: block.c.i -.PHONY : block.i - -# target to preprocess a source file -block.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.i -.PHONY : block.c.i - -block.s: block.c.s -.PHONY : block.s - -# target to generate assembly for a file -block.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/block.c.s -.PHONY : block.c.s - -codebook.o: codebook.c.o -.PHONY : codebook.o - -# target to build an object file -codebook.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.o -.PHONY : codebook.c.o - -codebook.i: codebook.c.i -.PHONY : codebook.i - -# target to preprocess a source file -codebook.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.i -.PHONY : codebook.c.i - -codebook.s: codebook.c.s -.PHONY : codebook.s - -# target to generate assembly for a file -codebook.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/codebook.c.s -.PHONY : codebook.c.s - -envelope.o: envelope.c.o -.PHONY : envelope.o - -# target to build an object file -envelope.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.o -.PHONY : envelope.c.o - -envelope.i: envelope.c.i -.PHONY : envelope.i - -# target to preprocess a source file -envelope.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.i -.PHONY : envelope.c.i - -envelope.s: envelope.c.s -.PHONY : envelope.s - -# target to generate assembly for a file -envelope.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/envelope.c.s -.PHONY : envelope.c.s - -floor0.o: floor0.c.o -.PHONY : floor0.o - -# target to build an object file -floor0.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.o -.PHONY : floor0.c.o - -floor0.i: floor0.c.i -.PHONY : floor0.i - -# target to preprocess a source file -floor0.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.i -.PHONY : floor0.c.i - -floor0.s: floor0.c.s -.PHONY : floor0.s - -# target to generate assembly for a file -floor0.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/floor0.c.s -.PHONY : floor0.c.s - -floor1.o: floor1.c.o -.PHONY : floor1.o - -# target to build an object file -floor1.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.o -.PHONY : floor1.c.o - -floor1.i: floor1.c.i -.PHONY : floor1.i - -# target to preprocess a source file -floor1.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.i -.PHONY : floor1.c.i - -floor1.s: floor1.c.s -.PHONY : floor1.s - -# target to generate assembly for a file -floor1.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/floor1.c.s -.PHONY : floor1.c.s - -info.o: info.c.o -.PHONY : info.o - -# target to build an object file -info.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.o -.PHONY : info.c.o - -info.i: info.c.i -.PHONY : info.i - -# target to preprocess a source file -info.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.i -.PHONY : info.c.i - -info.s: info.c.s -.PHONY : info.s - -# target to generate assembly for a file -info.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/info.c.s -.PHONY : info.c.s - -lookup.o: lookup.c.o -.PHONY : lookup.o - -# target to build an object file -lookup.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.o -.PHONY : lookup.c.o - -lookup.i: lookup.c.i -.PHONY : lookup.i - -# target to preprocess a source file -lookup.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.i -.PHONY : lookup.c.i - -lookup.s: lookup.c.s -.PHONY : lookup.s - -# target to generate assembly for a file -lookup.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/lookup.c.s -.PHONY : lookup.c.s - -lpc.o: lpc.c.o -.PHONY : lpc.o - -# target to build an object file -lpc.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.o -.PHONY : lpc.c.o - -lpc.i: lpc.c.i -.PHONY : lpc.i - -# target to preprocess a source file -lpc.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.i -.PHONY : lpc.c.i - -lpc.s: lpc.c.s -.PHONY : lpc.s - -# target to generate assembly for a file -lpc.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/lpc.c.s -.PHONY : lpc.c.s - -lsp.o: lsp.c.o -.PHONY : lsp.o - -# target to build an object file -lsp.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.o -.PHONY : lsp.c.o - -lsp.i: lsp.c.i -.PHONY : lsp.i - -# target to preprocess a source file -lsp.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.i -.PHONY : lsp.c.i - -lsp.s: lsp.c.s -.PHONY : lsp.s - -# target to generate assembly for a file -lsp.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/lsp.c.s -.PHONY : lsp.c.s - -mapping0.o: mapping0.c.o -.PHONY : mapping0.o - -# target to build an object file -mapping0.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.o -.PHONY : mapping0.c.o - -mapping0.i: mapping0.c.i -.PHONY : mapping0.i - -# target to preprocess a source file -mapping0.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.i -.PHONY : mapping0.c.i - -mapping0.s: mapping0.c.s -.PHONY : mapping0.s - -# target to generate assembly for a file -mapping0.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/mapping0.c.s -.PHONY : mapping0.c.s - -mdct.o: mdct.c.o -.PHONY : mdct.o - -# target to build an object file -mdct.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.o -.PHONY : mdct.c.o - -mdct.i: mdct.c.i -.PHONY : mdct.i - -# target to preprocess a source file -mdct.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.i -.PHONY : mdct.c.i - -mdct.s: mdct.c.s -.PHONY : mdct.s - -# target to generate assembly for a file -mdct.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/mdct.c.s -.PHONY : mdct.c.s - -psy.o: psy.c.o -.PHONY : psy.o - -# target to build an object file -psy.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.o -.PHONY : psy.c.o - -psy.i: psy.c.i -.PHONY : psy.i - -# target to preprocess a source file -psy.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.i -.PHONY : psy.c.i - -psy.s: psy.c.s -.PHONY : psy.s - -# target to generate assembly for a file -psy.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/psy.c.s -.PHONY : psy.c.s - -registry.o: registry.c.o -.PHONY : registry.o - -# target to build an object file -registry.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.o -.PHONY : registry.c.o - -registry.i: registry.c.i -.PHONY : registry.i - -# target to preprocess a source file -registry.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.i -.PHONY : registry.c.i - -registry.s: registry.c.s -.PHONY : registry.s - -# target to generate assembly for a file -registry.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/registry.c.s -.PHONY : registry.c.s - -res0.o: res0.c.o -.PHONY : res0.o - -# target to build an object file -res0.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.o -.PHONY : res0.c.o - -res0.i: res0.c.i -.PHONY : res0.i - -# target to preprocess a source file -res0.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.i -.PHONY : res0.c.i - -res0.s: res0.c.s -.PHONY : res0.s - -# target to generate assembly for a file -res0.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/res0.c.s -.PHONY : res0.c.s - -sharedbook.o: sharedbook.c.o -.PHONY : sharedbook.o - -# target to build an object file -sharedbook.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.o -.PHONY : sharedbook.c.o - -sharedbook.i: sharedbook.c.i -.PHONY : sharedbook.i - -# target to preprocess a source file -sharedbook.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.i -.PHONY : sharedbook.c.i - -sharedbook.s: sharedbook.c.s -.PHONY : sharedbook.s - -# target to generate assembly for a file -sharedbook.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/sharedbook.c.s -.PHONY : sharedbook.c.s - -smallft.o: smallft.c.o -.PHONY : smallft.o - -# target to build an object file -smallft.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.o -.PHONY : smallft.c.o - -smallft.i: smallft.c.i -.PHONY : smallft.i - -# target to preprocess a source file -smallft.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.i -.PHONY : smallft.c.i - -smallft.s: smallft.c.s -.PHONY : smallft.s - -# target to generate assembly for a file -smallft.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/smallft.c.s -.PHONY : smallft.c.s - -synthesis.o: synthesis.c.o -.PHONY : synthesis.o - -# target to build an object file -synthesis.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.o -.PHONY : synthesis.c.o - -synthesis.i: synthesis.c.i -.PHONY : synthesis.i - -# target to preprocess a source file -synthesis.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.i -.PHONY : synthesis.c.i - -synthesis.s: synthesis.c.s -.PHONY : synthesis.s - -# target to generate assembly for a file -synthesis.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/synthesis.c.s -.PHONY : synthesis.c.s - -vorbisenc.o: vorbisenc.c.o -.PHONY : vorbisenc.o - -# target to build an object file -vorbisenc.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.o -.PHONY : vorbisenc.c.o - -vorbisenc.i: vorbisenc.c.i -.PHONY : vorbisenc.i - -# target to preprocess a source file -vorbisenc.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.i -.PHONY : vorbisenc.c.i - -vorbisenc.s: vorbisenc.c.s -.PHONY : vorbisenc.s - -# target to generate assembly for a file -vorbisenc.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisenc.dir/build.make external/vorbis/lib/CMakeFiles/vorbisenc.dir/vorbisenc.c.s -.PHONY : vorbisenc.c.s - -vorbisfile.o: vorbisfile.c.o -.PHONY : vorbisfile.o - -# target to build an object file -vorbisfile.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.o -.PHONY : vorbisfile.c.o - -vorbisfile.i: vorbisfile.c.i -.PHONY : vorbisfile.i - -# target to preprocess a source file -vorbisfile.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.i -.PHONY : vorbisfile.c.i - -vorbisfile.s: vorbisfile.c.s -.PHONY : vorbisfile.s - -# target to generate assembly for a file -vorbisfile.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbisfile.dir/build.make external/vorbis/lib/CMakeFiles/vorbisfile.dir/vorbisfile.c.s -.PHONY : vorbisfile.c.s - -window.o: window.c.o -.PHONY : window.o - -# target to build an object file -window.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.o -.PHONY : window.c.o - -window.i: window.c.i -.PHONY : window.i - -# target to preprocess a source file -window.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.i -.PHONY : window.c.i - -window.s: window.c.s -.PHONY : window.s - -# target to generate assembly for a file -window.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/lib/CMakeFiles/vorbis.dir/build.make external/vorbis/lib/CMakeFiles/vorbis.dir/window.c.s -.PHONY : window.c.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... vorbis" - @echo "... vorbisenc" - @echo "... vorbisfile" - @echo "... analysis.o" - @echo "... analysis.i" - @echo "... analysis.s" - @echo "... bitrate.o" - @echo "... bitrate.i" - @echo "... bitrate.s" - @echo "... block.o" - @echo "... block.i" - @echo "... block.s" - @echo "... codebook.o" - @echo "... codebook.i" - @echo "... codebook.s" - @echo "... envelope.o" - @echo "... envelope.i" - @echo "... envelope.s" - @echo "... floor0.o" - @echo "... floor0.i" - @echo "... floor0.s" - @echo "... floor1.o" - @echo "... floor1.i" - @echo "... floor1.s" - @echo "... info.o" - @echo "... info.i" - @echo "... info.s" - @echo "... lookup.o" - @echo "... lookup.i" - @echo "... lookup.s" - @echo "... lpc.o" - @echo "... lpc.i" - @echo "... lpc.s" - @echo "... lsp.o" - @echo "... lsp.i" - @echo "... lsp.s" - @echo "... mapping0.o" - @echo "... mapping0.i" - @echo "... mapping0.s" - @echo "... mdct.o" - @echo "... mdct.i" - @echo "... mdct.s" - @echo "... psy.o" - @echo "... psy.i" - @echo "... psy.s" - @echo "... registry.o" - @echo "... registry.i" - @echo "... registry.s" - @echo "... res0.o" - @echo "... res0.i" - @echo "... res0.s" - @echo "... sharedbook.o" - @echo "... sharedbook.i" - @echo "... sharedbook.s" - @echo "... smallft.o" - @echo "... smallft.i" - @echo "... smallft.s" - @echo "... synthesis.o" - @echo "... synthesis.i" - @echo "... synthesis.s" - @echo "... vorbisenc.o" - @echo "... vorbisenc.i" - @echo "... vorbisenc.s" - @echo "... vorbisfile.o" - @echo "... vorbisfile.i" - @echo "... vorbisfile.s" - @echo "... window.o" - @echo "... window.i" - @echo "... window.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/vorbis/lib/VorbisConfig.cmake b/build_emscripten/external/vorbis/lib/VorbisConfig.cmake deleted file mode 100644 index 2f576d9b..00000000 --- a/build_emscripten/external/vorbis/lib/VorbisConfig.cmake +++ /dev/null @@ -1,45 +0,0 @@ - -####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### -####### Any changes to this file will be overwritten by the next CMake run #### -####### The input file was VorbisConfig.cmake.in ######## - -get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE) - -macro(set_and_check _var _file) - set(${_var} "${_file}") - if(NOT EXISTS "${_file}") - message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !") - endif() -endmacro() - -macro(check_required_components _NAME) - foreach(comp ${${_NAME}_FIND_COMPONENTS}) - if(NOT ${_NAME}_${comp}_FOUND) - if(${_NAME}_FIND_REQUIRED_${comp}) - set(${_NAME}_FOUND FALSE) - endif() - endif() - endforeach() -endmacro() - -#################################################################################### - -include(CMakeFindDependencyMacro) -if(NOT TARGET Ogg::ogg) - find_dependency(Ogg REQUIRED) -endif() - -include(${CMAKE_CURRENT_LIST_DIR}/VorbisTargets.cmake) - -set(Vorbis_Vorbis_FOUND 1) -set(Vorbis_Enc_FOUND 0) -set(Vorbis_File_FOUND 0) - -if(TARGET Vorbis::vorbisenc) - set(Vorbis_Enc_FOUND TRUE) -endif() -if(TARGET Vorbis::vorbisfile) - set(Vorbis_File_FOUND TRUE) -endif() - -check_required_components(Vorbis Enc File) diff --git a/build_emscripten/external/vorbis/lib/VorbisConfigVersion.cmake b/build_emscripten/external/vorbis/lib/VorbisConfigVersion.cmake deleted file mode 100644 index 419ed551..00000000 --- a/build_emscripten/external/vorbis/lib/VorbisConfigVersion.cmake +++ /dev/null @@ -1,65 +0,0 @@ -# This is a basic version file for the Config-mode of find_package(). -# It is used by write_basic_package_version_file() as input file for configure_file() -# to create a version-file which can be installed along a config.cmake file. -# -# The created file sets PACKAGE_VERSION_EXACT if the current version string and -# the requested version string are exactly the same and it sets -# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version, -# but only if the requested major version is the same as the current one. -# The variable CVF_VERSION must be set before calling configure_file(). - - -set(PACKAGE_VERSION "1.3.7") - -if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) - set(PACKAGE_VERSION_COMPATIBLE FALSE) -else() - - if("1.3.7" MATCHES "^([0-9]+)\\.") - set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}") - if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0) - string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}") - endif() - else() - set(CVF_VERSION_MAJOR "1.3.7") - endif() - - if(PACKAGE_FIND_VERSION_RANGE) - # both endpoints of the range must have the expected major version - math (EXPR CVF_VERSION_MAJOR_NEXT "${CVF_VERSION_MAJOR} + 1") - if (NOT PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR - OR ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX_MAJOR STREQUAL CVF_VERSION_MAJOR) - OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND NOT PACKAGE_FIND_VERSION_MAX VERSION_LESS_EQUAL CVF_VERSION_MAJOR_NEXT))) - set(PACKAGE_VERSION_COMPATIBLE FALSE) - elseif(PACKAGE_FIND_VERSION_MIN_MAJOR STREQUAL CVF_VERSION_MAJOR - AND ((PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "INCLUDE" AND PACKAGE_VERSION VERSION_LESS_EQUAL PACKAGE_FIND_VERSION_MAX) - OR (PACKAGE_FIND_VERSION_RANGE_MAX STREQUAL "EXCLUDE" AND PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION_MAX))) - set(PACKAGE_VERSION_COMPATIBLE TRUE) - else() - set(PACKAGE_VERSION_COMPATIBLE FALSE) - endif() - else() - if(PACKAGE_FIND_VERSION_MAJOR STREQUAL CVF_VERSION_MAJOR) - set(PACKAGE_VERSION_COMPATIBLE TRUE) - else() - set(PACKAGE_VERSION_COMPATIBLE FALSE) - endif() - - if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) - set(PACKAGE_VERSION_EXACT TRUE) - endif() - endif() -endif() - - -# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: -if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") - return() -endif() - -# check that the installed version has the same 32/64bit-ness as the one which is currently searching: -if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") - math(EXPR installedBits "8 * 8") - set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") - set(PACKAGE_VERSION_UNSUITABLE TRUE) -endif() diff --git a/build_emscripten/external/vorbis/lib/VorbisTargets.cmake b/build_emscripten/external/vorbis/lib/VorbisTargets.cmake deleted file mode 100644 index 95ac0230..00000000 --- a/build_emscripten/external/vorbis/lib/VorbisTargets.cmake +++ /dev/null @@ -1,115 +0,0 @@ -# Generated by CMake - -if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8) - message(FATAL_ERROR "CMake >= 2.8.3 required") -endif() -if(CMAKE_VERSION VERSION_LESS "2.8.3") - message(FATAL_ERROR "CMake >= 2.8.3 required") -endif() -cmake_policy(PUSH) -cmake_policy(VERSION 2.8.3...3.30) -#---------------------------------------------------------------- -# Generated CMake target import file. -#---------------------------------------------------------------- - -# Commands may need to know the format version. -set(CMAKE_IMPORT_FILE_VERSION 1) - -# Protect against multiple inclusion, which would fail when already imported targets are added once more. -set(_cmake_targets_defined "") -set(_cmake_targets_not_defined "") -set(_cmake_expected_targets "") -foreach(_cmake_expected_target IN ITEMS Vorbis::vorbis Vorbis::vorbisenc Vorbis::vorbisfile) - list(APPEND _cmake_expected_targets "${_cmake_expected_target}") - if(TARGET "${_cmake_expected_target}") - list(APPEND _cmake_targets_defined "${_cmake_expected_target}") - else() - list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}") - endif() -endforeach() -unset(_cmake_expected_target) -if(_cmake_targets_defined STREQUAL _cmake_expected_targets) - unset(_cmake_targets_defined) - unset(_cmake_targets_not_defined) - unset(_cmake_expected_targets) - unset(CMAKE_IMPORT_FILE_VERSION) - cmake_policy(POP) - return() -endif() -if(NOT _cmake_targets_defined STREQUAL "") - string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}") - string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}") - message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n") -endif() -unset(_cmake_targets_defined) -unset(_cmake_targets_not_defined) -unset(_cmake_expected_targets) - - -# Create imported target Vorbis::vorbis -add_library(Vorbis::vorbis STATIC IMPORTED) - -set_target_properties(Vorbis::vorbis PROPERTIES - INTERFACE_INCLUDE_DIRECTORIES "/home/guest/Downloads/PopLib/external/vorbis/include" - INTERFACE_LINK_LIBRARIES "Ogg::ogg;\$:m>>" -) - -# Create imported target Vorbis::vorbisenc -add_library(Vorbis::vorbisenc STATIC IMPORTED) - -set_target_properties(Vorbis::vorbisenc PROPERTIES - INTERFACE_INCLUDE_DIRECTORIES "/home/guest/Downloads/PopLib/external/vorbis/include" - INTERFACE_LINK_LIBRARIES "Vorbis::vorbis" -) - -# Create imported target Vorbis::vorbisfile -add_library(Vorbis::vorbisfile STATIC IMPORTED) - -set_target_properties(Vorbis::vorbisfile PROPERTIES - INTERFACE_INCLUDE_DIRECTORIES "/home/guest/Downloads/PopLib/external/vorbis/include" - INTERFACE_LINK_LIBRARIES "Vorbis::vorbis" -) - -# Import target "Vorbis::vorbis" for configuration "" -set_property(TARGET Vorbis::vorbis APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) -set_target_properties(Vorbis::vorbis PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C" - IMPORTED_LOCATION_NOCONFIG "/home/guest/Downloads/PopLib/build/external/vorbis/lib/libvorbis.a" - ) - -# Import target "Vorbis::vorbisenc" for configuration "" -set_property(TARGET Vorbis::vorbisenc APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) -set_target_properties(Vorbis::vorbisenc PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C" - IMPORTED_LOCATION_NOCONFIG "/home/guest/Downloads/PopLib/build/external/vorbis/lib/libvorbisenc.a" - ) - -# Import target "Vorbis::vorbisfile" for configuration "" -set_property(TARGET Vorbis::vorbisfile APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) -set_target_properties(Vorbis::vorbisfile PROPERTIES - IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "C" - IMPORTED_LOCATION_NOCONFIG "/home/guest/Downloads/PopLib/build/external/vorbis/lib/libvorbisfile.a" - ) - -# Make sure the targets which have been exported in some other -# export set exist. -unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) -foreach(_target "Ogg::ogg" ) - if(NOT TARGET "${_target}" ) - set(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets "${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets} ${_target}") - endif() -endforeach() - -if(DEFINED ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) - if(CMAKE_FIND_PACKAGE_NAME) - set( ${CMAKE_FIND_PACKAGE_NAME}_FOUND FALSE) - set( ${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") - else() - message(FATAL_ERROR "The following imported targets are referenced, but are missing: ${${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets}") - endif() -endif() -unset(${CMAKE_FIND_PACKAGE_NAME}_NOT_FOUND_MESSAGE_targets) - -# Commands beyond this point should not need to know the version. -set(CMAKE_IMPORT_FILE_VERSION) -cmake_policy(POP) diff --git a/build_emscripten/external/vorbis/lib/cmake_install.cmake b/build_emscripten/external/vorbis/lib/cmake_install.cmake deleted file mode 100644 index 31b9549d..00000000 --- a/build_emscripten/external/vorbis/lib/cmake_install.cmake +++ /dev/null @@ -1,108 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/vorbis/lib - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES - "/usr/local/include/vorbis/codec.h;/usr/local/include/vorbis/vorbisenc.h;/usr/local/include/vorbis/vorbisfile.h") - if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION) - message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}") - endif() - if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION) - message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}") - endif() - file(INSTALL DESTINATION "/usr/local/include/vorbis" TYPE FILE FILES - "/home/guest/Downloads/PopLib/external/vorbis/lib/../include/vorbis/codec.h" - "/home/guest/Downloads/PopLib/external/vorbis/lib/../include/vorbis/vorbisenc.h" - "/home/guest/Downloads/PopLib/external/vorbis/lib/../include/vorbis/vorbisfile.h" - ) -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/guest/Downloads/PopLib/build/external/vorbis/lib/libvorbis.a") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/guest/Downloads/PopLib/build/external/vorbis/lib/libvorbisenc.a") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/guest/Downloads/PopLib/build/external/vorbis/lib/libvorbisfile.a") -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/Vorbis/VorbisTargets.cmake") - file(DIFFERENT _cmake_export_file_changed FILES - "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/Vorbis/VorbisTargets.cmake" - "/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/Export/cc38caa321284793c52f43683a3b76fc/VorbisTargets.cmake") - if(_cmake_export_file_changed) - file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/Vorbis/VorbisTargets-*.cmake") - if(_cmake_old_config_files) - string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") - message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/Vorbis/VorbisTargets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") - unset(_cmake_old_config_files_text) - file(REMOVE ${_cmake_old_config_files}) - endif() - unset(_cmake_old_config_files) - endif() - unset(_cmake_export_file_changed) - endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/Vorbis" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/Export/cc38caa321284793c52f43683a3b76fc/VorbisTargets.cmake") - if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ww][Ii][Tt][Hh][Dd][Ee][Bb][Ii][Nn][Ff][Oo])$") - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/Vorbis" TYPE FILE FILES "/home/guest/Downloads/PopLib/build/external/vorbis/lib/CMakeFiles/Export/cc38caa321284793c52f43683a3b76fc/VorbisTargets-relwithdebinfo.cmake") - endif() -endif() - -if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/Vorbis" TYPE FILE FILES - "/home/guest/Downloads/PopLib/build/external/vorbis/lib/VorbisConfig.cmake" - "/home/guest/Downloads/PopLib/build/external/vorbis/lib/VorbisConfigVersion.cmake" - ) -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/vorbis/lib/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/vorbis/test/CMakeFiles/CMakeDirectoryInformation.cmake b/build_emscripten/external/vorbis/test/CMakeFiles/CMakeDirectoryInformation.cmake deleted file mode 100644 index 34803eed..00000000 --- a/build_emscripten/external/vorbis/test/CMakeFiles/CMakeDirectoryInformation.cmake +++ /dev/null @@ -1,16 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Relative path conversion top directories. -set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/guest/Downloads/PopLib") -set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/guest/Downloads/PopLib/build") - -# Force unix paths in dependencies. -set(CMAKE_FORCE_UNIX_PATHS 1) - - -# The C and CXX include file regular expressions for this directory. -set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$") -set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$") -set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN}) -set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN}) diff --git a/build_emscripten/external/vorbis/test/CMakeFiles/progress.marks b/build_emscripten/external/vorbis/test/CMakeFiles/progress.marks deleted file mode 100644 index d00491fd..00000000 --- a/build_emscripten/external/vorbis/test/CMakeFiles/progress.marks +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/DependInfo.cmake b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/DependInfo.cmake deleted file mode 100644 index a5db66b3..00000000 --- a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/DependInfo.cmake +++ /dev/null @@ -1,26 +0,0 @@ - -# Consider dependencies only in project. -set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF) - -# The set of languages for which implicit dependencies are needed: -set(CMAKE_DEPENDS_LANGUAGES - ) - -# The set of dependency files which are needed: -set(CMAKE_DEPENDS_DEPENDENCY_FILES - "/home/guest/Downloads/PopLib/external/vorbis/test/test.c" "external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.o" "gcc" "external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.o.d" - "/home/guest/Downloads/PopLib/external/vorbis/test/util.c" "external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.o" "gcc" "external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.o.d" - "/home/guest/Downloads/PopLib/external/vorbis/test/write_read.c" "external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.o" "gcc" "external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.o.d" - "" "external/vorbis/test/vorbis_test" "gcc" "external/vorbis/test/CMakeFiles/vorbis_test.dir/link.d" - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_LINKED_INFO_FILES - ) - -# Targets to which this target links which contain Fortran sources. -set(CMAKE_Fortran_TARGET_FORWARD_LINKED_INFO_FILES - ) - -# Fortran module output directory. -set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make deleted file mode 100644 index b70c12bb..00000000 --- a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make +++ /dev/null @@ -1,149 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Delete rule output on recipe failure. -.DELETE_ON_ERROR: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -# Include any dependencies generated for this target. -include external/vorbis/test/CMakeFiles/vorbis_test.dir/depend.make -# Include any dependencies generated by the compiler for this target. -include external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.make - -# Include the progress variables for this target. -include external/vorbis/test/CMakeFiles/vorbis_test.dir/progress.make - -# Include the compile flags for this target's objects. -include external/vorbis/test/CMakeFiles/vorbis_test.dir/flags.make - -external/vorbis/test/CMakeFiles/vorbis_test.dir/codegen: -.PHONY : external/vorbis/test/CMakeFiles/vorbis_test.dir/codegen - -external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.o: external/vorbis/test/CMakeFiles/vorbis_test.dir/flags.make -external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.o: /home/guest/Downloads/PopLib/external/vorbis/test/util.c -external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.o: external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building C object external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/test && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.o -MF CMakeFiles/vorbis_test.dir/util.c.o.d -o CMakeFiles/vorbis_test.dir/util.c.o -c /home/guest/Downloads/PopLib/external/vorbis/test/util.c - -external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis_test.dir/util.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/test && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/test/util.c > CMakeFiles/vorbis_test.dir/util.c.i - -external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis_test.dir/util.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/test && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/test/util.c -o CMakeFiles/vorbis_test.dir/util.c.s - -external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.o: external/vorbis/test/CMakeFiles/vorbis_test.dir/flags.make -external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.o: /home/guest/Downloads/PopLib/external/vorbis/test/write_read.c -external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.o: external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building C object external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/test && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.o -MF CMakeFiles/vorbis_test.dir/write_read.c.o.d -o CMakeFiles/vorbis_test.dir/write_read.c.o -c /home/guest/Downloads/PopLib/external/vorbis/test/write_read.c - -external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis_test.dir/write_read.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/test && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/test/write_read.c > CMakeFiles/vorbis_test.dir/write_read.c.i - -external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis_test.dir/write_read.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/test && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/test/write_read.c -o CMakeFiles/vorbis_test.dir/write_read.c.s - -external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.o: external/vorbis/test/CMakeFiles/vorbis_test.dir/flags.make -external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.o: /home/guest/Downloads/PopLib/external/vorbis/test/test.c -external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.o: external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.ts - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building C object external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.o" - cd /home/guest/Downloads/PopLib/build/external/vorbis/test && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -MD -MT external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.o -MF CMakeFiles/vorbis_test.dir/test.c.o.d -o CMakeFiles/vorbis_test.dir/test.c.o -c /home/guest/Downloads/PopLib/external/vorbis/test/test.c - -external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.i: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Preprocessing C source to CMakeFiles/vorbis_test.dir/test.c.i" - cd /home/guest/Downloads/PopLib/build/external/vorbis/test && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -E /home/guest/Downloads/PopLib/external/vorbis/test/test.c > CMakeFiles/vorbis_test.dir/test.c.i - -external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.s: cmake_force - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green "Compiling C source to assembly CMakeFiles/vorbis_test.dir/test.c.s" - cd /home/guest/Downloads/PopLib/build/external/vorbis/test && /usr/bin/gcc $(C_DEFINES) $(C_INCLUDES) $(C_FLAGS) -S /home/guest/Downloads/PopLib/external/vorbis/test/test.c -o CMakeFiles/vorbis_test.dir/test.c.s - -# Object files for target vorbis_test -vorbis_test_OBJECTS = \ -"CMakeFiles/vorbis_test.dir/util.c.o" \ -"CMakeFiles/vorbis_test.dir/write_read.c.o" \ -"CMakeFiles/vorbis_test.dir/test.c.o" - -# External object files for target vorbis_test -vorbis_test_EXTERNAL_OBJECTS = - -external/vorbis/test/vorbis_test: external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.o -external/vorbis/test/vorbis_test: external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.o -external/vorbis/test/vorbis_test: external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.o -external/vorbis/test/vorbis_test: external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make -external/vorbis/test/vorbis_test: external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.ts -external/vorbis/test/vorbis_test: external/vorbis/lib/libvorbisenc.a -external/vorbis/test/vorbis_test: external/vorbis/lib/libvorbis.a -external/vorbis/test/vorbis_test: external/ogg/libogg.a -external/vorbis/test/vorbis_test: external/vorbis/test/CMakeFiles/vorbis_test.dir/link.txt - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --green --bold --progress-dir=/home/guest/Downloads/PopLib/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking C executable vorbis_test" - cd /home/guest/Downloads/PopLib/build/external/vorbis/test && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/vorbis_test.dir/link.txt --verbose=$(VERBOSE) - -# Rule to build all files generated by this target. -external/vorbis/test/CMakeFiles/vorbis_test.dir/build: external/vorbis/test/vorbis_test -.PHONY : external/vorbis/test/CMakeFiles/vorbis_test.dir/build - -external/vorbis/test/CMakeFiles/vorbis_test.dir/clean: - cd /home/guest/Downloads/PopLib/build/external/vorbis/test && $(CMAKE_COMMAND) -P CMakeFiles/vorbis_test.dir/cmake_clean.cmake -.PHONY : external/vorbis/test/CMakeFiles/vorbis_test.dir/clean - -external/vorbis/test/CMakeFiles/vorbis_test.dir/depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/guest/Downloads/PopLib /home/guest/Downloads/PopLib/external/vorbis/test /home/guest/Downloads/PopLib/build /home/guest/Downloads/PopLib/build/external/vorbis/test /home/guest/Downloads/PopLib/build/external/vorbis/test/CMakeFiles/vorbis_test.dir/DependInfo.cmake "--color=$(COLOR)" -.PHONY : external/vorbis/test/CMakeFiles/vorbis_test.dir/depend - diff --git a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/cmake_clean.cmake b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/cmake_clean.cmake deleted file mode 100644 index 3a9f73f9..00000000 --- a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/cmake_clean.cmake +++ /dev/null @@ -1,16 +0,0 @@ -file(REMOVE_RECURSE - "CMakeFiles/vorbis_test.dir/link.d" - "CMakeFiles/vorbis_test.dir/test.c.o" - "CMakeFiles/vorbis_test.dir/test.c.o.d" - "CMakeFiles/vorbis_test.dir/util.c.o" - "CMakeFiles/vorbis_test.dir/util.c.o.d" - "CMakeFiles/vorbis_test.dir/write_read.c.o" - "CMakeFiles/vorbis_test.dir/write_read.c.o.d" - "vorbis_test" - "vorbis_test.pdb" -) - -# Per-language clean rules from dependency scanning. -foreach(lang C) - include(CMakeFiles/vorbis_test.dir/cmake_clean_${lang}.cmake OPTIONAL) -endforeach() diff --git a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.make b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.make deleted file mode 100644 index 05afc62d..00000000 --- a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty compiler generated dependencies file for vorbis_test. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.ts b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.ts deleted file mode 100644 index c2af33ca..00000000 --- a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/compiler_depend.ts +++ /dev/null @@ -1,2 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Timestamp file for compiler generated dependencies management for vorbis_test. diff --git a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/depend.make b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/depend.make deleted file mode 100644 index d0a097f8..00000000 --- a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/depend.make +++ /dev/null @@ -1,2 +0,0 @@ -# Empty dependencies file for vorbis_test. -# This may be replaced when dependencies are built. diff --git a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/flags.make b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/flags.make deleted file mode 100644 index 7a368a23..00000000 --- a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/flags.make +++ /dev/null @@ -1,10 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# compile C with /usr/bin/gcc -C_DEFINES = -D_USE_WIDE_STRING - -C_INCLUDES = -I/home/guest/Downloads/PopLib/external/vorbis/include -I/home/guest/Downloads/PopLib/external/ogg/include -I/home/guest/Downloads/PopLib/build/external/ogg/include - -C_FLAGS = -O2 -g -DNDEBUG - diff --git a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/link.txt b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/link.txt deleted file mode 100644 index b34f109a..00000000 --- a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/link.txt +++ /dev/null @@ -1 +0,0 @@ -/usr/bin/gcc -O2 -g -DNDEBUG -Wl,--dependency-file=CMakeFiles/vorbis_test.dir/link.d CMakeFiles/vorbis_test.dir/util.c.o CMakeFiles/vorbis_test.dir/write_read.c.o CMakeFiles/vorbis_test.dir/test.c.o -o vorbis_test ../lib/libvorbisenc.a -lm ../lib/libvorbis.a -lm ../../ogg/libogg.a diff --git a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/progress.make b/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/progress.make deleted file mode 100644 index 461f02e9..00000000 --- a/build_emscripten/external/vorbis/test/CMakeFiles/vorbis_test.dir/progress.make +++ /dev/null @@ -1,5 +0,0 @@ -CMAKE_PROGRESS_1 = -CMAKE_PROGRESS_2 = -CMAKE_PROGRESS_3 = -CMAKE_PROGRESS_4 = - diff --git a/build_emscripten/external/vorbis/test/CTestTestfile.cmake b/build_emscripten/external/vorbis/test/CTestTestfile.cmake deleted file mode 100644 index 7ceb1613..00000000 --- a/build_emscripten/external/vorbis/test/CTestTestfile.cmake +++ /dev/null @@ -1,8 +0,0 @@ -# CMake generated Testfile for -# Source directory: /home/guest/Downloads/PopLib/external/vorbis/test -# Build directory: /home/guest/Downloads/PopLib/build/external/vorbis/test -# -# This file includes the relevant testing commands required for -# testing this directory and lists subdirectories to be tested as well. -add_test(vorbis_test "/home/guest/Downloads/PopLib/build/external/vorbis/test/vorbis_test") -set_tests_properties(vorbis_test PROPERTIES _BACKTRACE_TRIPLES "/home/guest/Downloads/PopLib/external/vorbis/test/CMakeLists.txt;3;add_test;/home/guest/Downloads/PopLib/external/vorbis/test/CMakeLists.txt;0;") diff --git a/build_emscripten/external/vorbis/test/Makefile b/build_emscripten/external/vorbis/test/Makefile deleted file mode 100644 index b1cdbca8..00000000 --- a/build_emscripten/external/vorbis/test/Makefile +++ /dev/null @@ -1,309 +0,0 @@ -# CMAKE generated file: DO NOT EDIT! -# Generated by "Unix Makefiles" Generator, CMake Version 4.0 - -# Default target executed when no arguments are given to make. -default_target: all -.PHONY : default_target - -# Allow only one "make -f Makefile2" at a time, but pass parallelism. -.NOTPARALLEL: - -#============================================================================= -# Special targets provided by cmake. - -# Disable implicit rules so canonical targets will work. -.SUFFIXES: - -# Disable VCS-based implicit rules. -% : %,v - -# Disable VCS-based implicit rules. -% : RCS/% - -# Disable VCS-based implicit rules. -% : RCS/%,v - -# Disable VCS-based implicit rules. -% : SCCS/s.% - -# Disable VCS-based implicit rules. -% : s.% - -.SUFFIXES: .hpux_make_needs_suffix_list - -# Command-line flag to silence nested $(MAKE). -$(VERBOSE)MAKESILENT = -s - -#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 = /usr/bin/cmake - -# The command to remove a file. -RM = /usr/bin/cmake -E rm -f - -# Escaping for special characters. -EQUALS = = - -# The top-level source directory on which CMake was run. -CMAKE_SOURCE_DIR = /home/guest/Downloads/PopLib - -# The top-level build directory on which CMake was run. -CMAKE_BINARY_DIR = /home/guest/Downloads/PopLib/build - -#============================================================================= -# Targets provided globally by CMake. - -# Special rule for the target package -package: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackConfig.cmake -.PHONY : package - -# Special rule for the target package -package/fast: package -.PHONY : package/fast - -# Special rule for the target package_source -package_source: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Run CPack packaging tool for source..." - cd /home/guest/Downloads/PopLib/build && /usr/bin/cpack --config ./CPackSourceConfig.cmake /home/guest/Downloads/PopLib/build/CPackSourceConfig.cmake -.PHONY : package_source - -# Special rule for the target package_source -package_source/fast: package_source -.PHONY : package_source/fast - -# Special rule for the target edit_cache -edit_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..." - /usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : edit_cache - -# Special rule for the target edit_cache -edit_cache/fast: edit_cache -.PHONY : edit_cache/fast - -# Special rule for the target rebuild_cache -rebuild_cache: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..." - /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) -.PHONY : rebuild_cache - -# Special rule for the target rebuild_cache -rebuild_cache/fast: rebuild_cache -.PHONY : rebuild_cache/fast - -# Special rule for the target list_install_components -list_install_components: - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\"" -.PHONY : list_install_components - -# Special rule for the target list_install_components -list_install_components/fast: list_install_components -.PHONY : list_install_components/fast - -# Special rule for the target install -install: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install - -# Special rule for the target install -install/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..." - /usr/bin/cmake -P cmake_install.cmake -.PHONY : install/fast - -# Special rule for the target install/local -install/local: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local - -# Special rule for the target install/local -install/local/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..." - /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake -.PHONY : install/local/fast - -# Special rule for the target install/strip -install/strip: preinstall - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip - -# Special rule for the target install/strip -install/strip/fast: preinstall/fast - @$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..." - /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake -.PHONY : install/strip/fast - -# The main all target -all: cmake_check_build_system - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles /home/guest/Downloads/PopLib/build/external/vorbis/test//CMakeFiles/progress.marks - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/test/all - $(CMAKE_COMMAND) -E cmake_progress_start /home/guest/Downloads/PopLib/build/CMakeFiles 0 -.PHONY : all - -# The main clean target -clean: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/test/clean -.PHONY : clean - -# The main clean target -clean/fast: clean -.PHONY : clean/fast - -# Prepare targets for installation. -preinstall: all - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/test/preinstall -.PHONY : preinstall - -# Prepare targets for installation. -preinstall/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/test/preinstall -.PHONY : preinstall/fast - -# clear depends -depend: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 -.PHONY : depend - -# Convenience name for target. -external/vorbis/test/CMakeFiles/vorbis_test.dir/rule: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 external/vorbis/test/CMakeFiles/vorbis_test.dir/rule -.PHONY : external/vorbis/test/CMakeFiles/vorbis_test.dir/rule - -# Convenience name for target. -vorbis_test: external/vorbis/test/CMakeFiles/vorbis_test.dir/rule -.PHONY : vorbis_test - -# fast build rule for target. -vorbis_test/fast: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/build -.PHONY : vorbis_test/fast - -test.o: test.c.o -.PHONY : test.o - -# target to build an object file -test.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.o -.PHONY : test.c.o - -test.i: test.c.i -.PHONY : test.i - -# target to preprocess a source file -test.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.i -.PHONY : test.c.i - -test.s: test.c.s -.PHONY : test.s - -# target to generate assembly for a file -test.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/test.c.s -.PHONY : test.c.s - -util.o: util.c.o -.PHONY : util.o - -# target to build an object file -util.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.o -.PHONY : util.c.o - -util.i: util.c.i -.PHONY : util.i - -# target to preprocess a source file -util.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.i -.PHONY : util.c.i - -util.s: util.c.s -.PHONY : util.s - -# target to generate assembly for a file -util.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/util.c.s -.PHONY : util.c.s - -write_read.o: write_read.c.o -.PHONY : write_read.o - -# target to build an object file -write_read.c.o: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.o -.PHONY : write_read.c.o - -write_read.i: write_read.c.i -.PHONY : write_read.i - -# target to preprocess a source file -write_read.c.i: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.i -.PHONY : write_read.c.i - -write_read.s: write_read.c.s -.PHONY : write_read.s - -# target to generate assembly for a file -write_read.c.s: - cd /home/guest/Downloads/PopLib/build && $(MAKE) $(MAKESILENT) -f external/vorbis/test/CMakeFiles/vorbis_test.dir/build.make external/vorbis/test/CMakeFiles/vorbis_test.dir/write_read.c.s -.PHONY : write_read.c.s - -# Help Target -help: - @echo "The following are some of the valid targets for this Makefile:" - @echo "... all (the default if no target is provided)" - @echo "... clean" - @echo "... depend" - @echo "... edit_cache" - @echo "... install" - @echo "... install/local" - @echo "... install/strip" - @echo "... list_install_components" - @echo "... package" - @echo "... package_source" - @echo "... rebuild_cache" - @echo "... vorbis_test" - @echo "... test.o" - @echo "... test.i" - @echo "... test.s" - @echo "... util.o" - @echo "... util.i" - @echo "... util.s" - @echo "... write_read.o" - @echo "... write_read.i" - @echo "... write_read.s" -.PHONY : help - - - -#============================================================================= -# Special targets to cleanup operation of make. - -# Special rule to run CMake to check the build system integrity. -# No rule that depends on this can have commands that come from listfiles -# because they might be regenerated. -cmake_check_build_system: - cd /home/guest/Downloads/PopLib/build && $(CMAKE_COMMAND) -P /home/guest/Downloads/PopLib/build/CMakeFiles/VerifyGlobs.cmake - cd /home/guest/Downloads/PopLib/build && $(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/build_emscripten/external/vorbis/test/cmake_install.cmake b/build_emscripten/external/vorbis/test/cmake_install.cmake deleted file mode 100644 index 15656dc7..00000000 --- a/build_emscripten/external/vorbis/test/cmake_install.cmake +++ /dev/null @@ -1,50 +0,0 @@ -# Install script for directory: /home/guest/Downloads/PopLib/external/vorbis/test - -# Set the install prefix -if(NOT DEFINED CMAKE_INSTALL_PREFIX) - set(CMAKE_INSTALL_PREFIX "/usr/local") -endif() -string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") - -# Set the install configuration name. -if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) - if(BUILD_TYPE) - string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" - CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") - else() - set(CMAKE_INSTALL_CONFIG_NAME "RelWithDebInfo") - endif() - message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") -endif() - -# Set the component getting installed. -if(NOT CMAKE_INSTALL_COMPONENT) - if(COMPONENT) - message(STATUS "Install component: \"${COMPONENT}\"") - set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") - else() - set(CMAKE_INSTALL_COMPONENT) - endif() -endif() - -# Install shared libraries without execute permission? -if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) - set(CMAKE_INSTALL_SO_NO_EXE "0") -endif() - -# Is this installation the result of a crosscompile? -if(NOT DEFINED CMAKE_CROSSCOMPILING) - set(CMAKE_CROSSCOMPILING "FALSE") -endif() - -# Set path to fallback-tool for dependency-resolution. -if(NOT DEFINED CMAKE_OBJDUMP) - set(CMAKE_OBJDUMP "/usr/bin/objdump") -endif() - -string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT - "${CMAKE_INSTALL_MANIFEST_FILES}") -if(CMAKE_INSTALL_LOCAL_ONLY) - file(WRITE "/home/guest/Downloads/PopLib/build/external/vorbis/test/install_local_manifest.txt" - "${CMAKE_INSTALL_MANIFEST_CONTENT}") -endif() diff --git a/build_emscripten/external/vorbis/vorbis.pc b/build_emscripten/external/vorbis/vorbis.pc deleted file mode 100644 index 6b7eacf5..00000000 --- a/build_emscripten/external/vorbis/vorbis.pc +++ /dev/null @@ -1,15 +0,0 @@ -# libvorbis pkg-config source file - -prefix=/usr/local -exec_prefix=/usr/local/bin -libdir=/usr/local/lib -includedir=/usr/local/include - -Name: vorbis -Description: vorbis is the primary Ogg Vorbis library -Version: 1.3.7 -Requires.private: ogg -Conflicts: -Libs: -L${libdir} -lvorbis -Libs.private: -lm -Cflags: -I${includedir} diff --git a/build_emscripten/external/vorbis/vorbisenc.pc b/build_emscripten/external/vorbis/vorbisenc.pc deleted file mode 100644 index fbe180a3..00000000 --- a/build_emscripten/external/vorbis/vorbisenc.pc +++ /dev/null @@ -1,14 +0,0 @@ -# libvorbisenc pkg-config source file - -prefix=/usr/local -exec_prefix=/usr/local/bin -libdir=/usr/local/lib -includedir=/usr/local/include - -Name: vorbisenc -Description: vorbisenc is a library that provides a convenient API for setting up an encoding environment using libvorbis -Version: 1.3.7 -Requires.private: vorbis -Conflicts: -Libs: -L${libdir} -lvorbisenc -Cflags: -I${includedir} diff --git a/build_emscripten/external/vorbis/vorbisfile.pc b/build_emscripten/external/vorbis/vorbisfile.pc deleted file mode 100644 index 6f1cd789..00000000 --- a/build_emscripten/external/vorbis/vorbisfile.pc +++ /dev/null @@ -1,14 +0,0 @@ -# libvorbisfile pkg-config source file - -prefix=/usr/local -exec_prefix=/usr/local/bin -libdir=/usr/local/lib -includedir=/usr/local/include - -Name: vorbisfile -Description: vorbisfile is a library that provides a convenient high-level API for decoding and basic manipulation of all Vorbis I audio streams -Version: 1.3.7 -Requires.private: vorbis -Conflicts: -Libs: -L${libdir} -lvorbisfile -Cflags: -I${includedir} From 686287f88431639a80b998509d80ea6fa1198db6 Mon Sep 17 00:00:00 2001 From: "Mohamed A." <> Date: Wed, 11 Jun 2025 09:34:16 +0400 Subject: [PATCH 4/4] get shit working --- CMakeLists.txt | 20 +++++++++++++------- setup.sh | 3 ++- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ac6c2b2..d51c0784 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,9 +22,11 @@ option(BUILD_TOOLS "Build Tools" ON) if (CMAKE_SIZEOF_VOID_P EQUAL 8) message(STATUS "Using x64") set(IS_64BIT true) -else () - message (STATUS "Using x86") - set(IS_64BIT false) + # Holy shit moon, don't use else for any other arch + # TODO: Fix this shitty code +#else if (CMAKE_SIZEOF_VOID_P EQUAL 4) + #message (STATUS "Using x86") + # set(IS_64BIT false) endif() if(USE_WIDESTRING) @@ -64,10 +66,14 @@ if (IS_64BIT) message (STATUS "Getting the x64 BASS path") set(BASS_LIB_PATH ${CMAKE_SOURCE_DIR}/external/bass/x64) message (${BASS_LIB_PATH}) -else () - message (STATUS "Getting the x86 BASS path") - set(BASS_LIB_PATH ${CMAKE_SOURCE_DIR}/external/bass/x86) - message (${BASS_LIB_PATH}) +#else () +# TODO: Fix this code +#else if (CMAKE_SIZEOF_VOID_P EQUAL 4) +# message (STATUS "Getting the x86 BASS path") +# set(BASS_LIB_PATH ${CMAKE_SOURCE_DIR}/external/bass/x86) +# message (${BASS_LIB_PATH}) +else ( ) + message (STATUS "Not using BASS (Asuming Emscripten") endif() # external libraries diff --git a/setup.sh b/setup.sh index 678854a7..e7357814 100755 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,5 @@ # So configure it first with cmake and then use emmake +# Nvm, back to the stoneage mkdir build cd build -CC=gcc CXX=g++ cmake ../ +CC=emcc CXX=em++ cmake ../